commit ccf1f5f4d0571052c498446a168ac28e89247c62 Author: Bonchellon Date: Wed Jul 23 08:37:00 2025 +0300 minecraft server init diff --git a/.mixin.out/audit/mixin_implementation_report.csv b/.mixin.out/audit/mixin_implementation_report.csv new file mode 100644 index 0000000..41cb271 --- /dev/null +++ b/.mixin.out/audit/mixin_implementation_report.csv @@ -0,0 +1 @@ +Class,Method,Signature,Interface diff --git a/.mixin.out/audit/mixin_implementation_report.txt b/.mixin.out/audit/mixin_implementation_report.txt new file mode 100644 index 0000000..d2caa5d --- /dev/null +++ b/.mixin.out/audit/mixin_implementation_report.txt @@ -0,0 +1 @@ +Mixin Implementation Report generated on 2025-05-16 16:57:10 diff --git a/Install.bat b/Install.bat new file mode 100644 index 0000000..b8a67cf --- /dev/null +++ b/Install.bat @@ -0,0 +1,11 @@ +@echo off + +call settings.bat + +:install_files +echo Installing Forge and required jars. +java -jar %INSTALL_JAR% --installServer > NUL 2>&1 +echo Done! +exit /B + +goto install_files \ No newline at end of file diff --git a/Install.sh b/Install.sh new file mode 100644 index 0000000..6e2b64d --- /dev/null +++ b/Install.sh @@ -0,0 +1,12 @@ +#!/bin/sh + +# Read the settings. +. ./settings.sh + +install_files() { + java -jar ${INSTALL_JAR} --installServer > /dev/null 2>&1 +} + +echo "Installing Forge and required jars." +install_files +echo "Done!" \ No newline at end of file diff --git a/README.txt b/README.txt new file mode 100644 index 0000000..8b43029 --- /dev/null +++ b/README.txt @@ -0,0 +1,46 @@ +Welcome to SevTech Ages Server Guide + +If you are looking for the guide for updating your server from an older version see UPDATE-GUIDE.txt + +In this download you'll find two scripts one for Windows, Linux and Mac which will run the Forge Installer +to get the needed files for you! Like magic! + +Hardware Notes: + - Recommended Min Memory is 4GB (You can run it on 2GB but it's not ideal) + - A modern processor/system which would be running the server. + +To get your server up and running just run the following: + +- Windows: + - Run Install.bat +- Linux & Mac: + - Run Install.sh + +Once the script finishes you'll be able to start your server. Please note the server does use a fair +amount of RAM is is taxing on the CPU; so please ensure you have a system capable to run a server. +Especially if you are planning to have a lot users on the server. + +Don't forget you'll need to accept/create the EULA file for the server to start! +Also you'll find a `settings` file which you can edit the Java Options used for starting the server +make sure you edit the one for your system and that they are valid. + +To start the server you can perform the following: + +- Windows: (Only pick one of the options .bat file is prefered) + - Run the Start.bat Script. + - Double Click the Forge Jar. +- Linux & Mac: + - Run the Start.sh Script. + +NOTE: The server will crash first time with the EULA not being accepted. You can run the server let it crash then +edit the file to change "false" to "true". Alternatively copy the following into a file called "eula.txt" in the root directory (same place as this file). You'll need to change the false to true yourself: + +#By changing the setting below to TRUE you are indicating your agreement to our EULA (https://account.mojang.com/documents/minecraft_eula). +eula=false + + +You don't have to use the Start Scripts at all; if you know what you are doing by all means create your +own scripts to run the server. It's your server! + +But thank you from the team for download and playing the SevTech Ages Pack. If you find any issues or +bugs please file them at our tracker: https://github.com/Darkosto/SevTech-Ages/issues \ No newline at end of file diff --git a/ServerStart.bat b/ServerStart.bat new file mode 100644 index 0000000..0d03253 --- /dev/null +++ b/ServerStart.bat @@ -0,0 +1,11 @@ +@echo off + +call settings.bat + +:start_server +echo Starting SevTech Ages Server... +java -server -Xms%MIN_RAM% -Xmx%MAX_RAM% %JAVA_PARAMETERS% -jar %SERVER_JAR% nogui +pause +exit /B + +goto start_server \ No newline at end of file diff --git a/ServerStart.sh b/ServerStart.sh new file mode 100644 index 0000000..c3c29a6 --- /dev/null +++ b/ServerStart.sh @@ -0,0 +1,12 @@ +#!/bin/sh + +# Read the settings. +. ./settings.sh + +# Start the server. +start_server() { + java -server -Xms${MIN_RAM} -Xmx${MAX_RAM} ${JAVA_PARAMETERS} -jar ${SERVER_JAR} nogui +} + +echo "Starting SevTech Ages Server..." +start_server \ No newline at end of file diff --git a/UPDATE-GUIDE.txt b/UPDATE-GUIDE.txt new file mode 100644 index 0000000..b10e2af --- /dev/null +++ b/UPDATE-GUIDE.txt @@ -0,0 +1,28 @@ +How to Upgrade Your SevTech Server: + +1. MAKE A BACKUP OF YOUR WORLD AND PRESTIGE FODLER THEN STORE IT ELSEWHERE. (Make sure it's safe from the Creepers) + +2. Download the latest version from CurseForge. + **Note: the server files come out after the client is, and is published as quickly as possible, but there are delays in the approval process. If it's not listed, be patient. + **Note: The server files on the ATLauncher ARE NOT the same as the provided ones on CurseForge. They are just curated from the client itself. + +3. Shut down your server. + +4. In your server's directory, locate the following directories and delete them: + - config + - journeymap + - mods + - resources + - scripts + - structures + + DON'T DELETE THE WORLD OR PRESTIGE FOLDER + +5. Copy the contents from the Zip file you downloaded to your server folder. Overwrite any files requested. + +6. Run the Install script for your system to update Forge to the version needed. + +7. Upload the entire libraries folder to the server also. As changes could of been made and you'll need them otherwise you'll have bad times. + +8. Run your server. Profit! + diff --git a/astralsorcery/gatewayFilter/worldFilter.dat b/astralsorcery/gatewayFilter/worldFilter.dat new file mode 100644 index 0000000..e69de29 diff --git a/backups/world/Backup--world--2025-05-15--17-48.backupinfo b/backups/world/Backup--world--2025-05-15--17-48.backupinfo new file mode 100644 index 0000000..83c44a2 --- /dev/null +++ b/backups/world/Backup--world--2025-05-15--17-48.backupinfo @@ -0,0 +1,8 @@ +#============================================= +#This is an important file for your backups. +#Do not move, edit or delete this file. +#If you do, backups may not be automatically restorable. +#============================================= +date:1747320514803 +parent:null +world:world diff --git a/backups/world/Backup--world--2025-05-15--17-48.zip b/backups/world/Backup--world--2025-05-15--17-48.zip new file mode 100644 index 0000000..c8f0e43 Binary files /dev/null and b/backups/world/Backup--world--2025-05-15--17-48.zip differ diff --git a/backups/world/Backup--world--2025-05-15--18-18.backupinfo b/backups/world/Backup--world--2025-05-15--18-18.backupinfo new file mode 100644 index 0000000..9d3db3f --- /dev/null +++ b/backups/world/Backup--world--2025-05-15--18-18.backupinfo @@ -0,0 +1,8 @@ +#============================================= +#This is an important file for your backups. +#Do not move, edit or delete this file. +#If you do, backups may not be automatically restorable. +#============================================= +date:1747322314803 +parent:null +world:world diff --git a/backups/world/Backup--world--2025-05-15--18-18.zip b/backups/world/Backup--world--2025-05-15--18-18.zip new file mode 100644 index 0000000..2e23d61 Binary files /dev/null and b/backups/world/Backup--world--2025-05-15--18-18.zip differ diff --git a/backups/world/Backup--world--2025-05-15--18-48.backupinfo b/backups/world/Backup--world--2025-05-15--18-48.backupinfo new file mode 100644 index 0000000..a65d6ef --- /dev/null +++ b/backups/world/Backup--world--2025-05-15--18-48.backupinfo @@ -0,0 +1,8 @@ +#============================================= +#This is an important file for your backups. +#Do not move, edit or delete this file. +#If you do, backups may not be automatically restorable. +#============================================= +date:1747324114803 +parent:null +world:world diff --git a/backups/world/Backup--world--2025-05-15--18-48.zip b/backups/world/Backup--world--2025-05-15--18-48.zip new file mode 100644 index 0000000..13bb7ef Binary files /dev/null and b/backups/world/Backup--world--2025-05-15--18-48.zip differ diff --git a/backups/world/Backup--world--2025-05-15--23-37.backupinfo b/backups/world/Backup--world--2025-05-15--23-37.backupinfo new file mode 100644 index 0000000..d58592b --- /dev/null +++ b/backups/world/Backup--world--2025-05-15--23-37.backupinfo @@ -0,0 +1,8 @@ +#============================================= +#This is an important file for your backups. +#Do not move, edit or delete this file. +#If you do, backups may not be automatically restorable. +#============================================= +date:1747341474149 +parent:null +world:world diff --git a/backups/world/Backup--world--2025-05-15--23-37.zip b/backups/world/Backup--world--2025-05-15--23-37.zip new file mode 100644 index 0000000..758048b Binary files /dev/null and b/backups/world/Backup--world--2025-05-15--23-37.zip differ diff --git a/backups/world/Backup--world--2025-05-16--00-37.backupinfo b/backups/world/Backup--world--2025-05-16--00-37.backupinfo new file mode 100644 index 0000000..c320119 --- /dev/null +++ b/backups/world/Backup--world--2025-05-16--00-37.backupinfo @@ -0,0 +1,8 @@ +#============================================= +#This is an important file for your backups. +#Do not move, edit or delete this file. +#If you do, backups may not be automatically restorable. +#============================================= +date:1747345074126 +parent:null +world:world diff --git a/backups/world/Backup--world--2025-05-16--00-37.zip b/backups/world/Backup--world--2025-05-16--00-37.zip new file mode 100644 index 0000000..694eae0 Binary files /dev/null and b/backups/world/Backup--world--2025-05-16--00-37.zip differ diff --git a/backups/world/Backup--world--2025-05-16--01-07.zip b/backups/world/Backup--world--2025-05-16--01-07.zip new file mode 100644 index 0000000..e6360ec Binary files /dev/null and b/backups/world/Backup--world--2025-05-16--01-07.zip differ diff --git a/backups/world/Backup--world--2025-05-16--01-37.zip b/backups/world/Backup--world--2025-05-16--01-37.zip new file mode 100644 index 0000000..b922152 Binary files /dev/null and b/backups/world/Backup--world--2025-05-16--01-37.zip differ diff --git a/backups/world/Backup--world--2025-05-16--02-07.zip b/backups/world/Backup--world--2025-05-16--02-07.zip new file mode 100644 index 0000000..39c0e3b Binary files /dev/null and b/backups/world/Backup--world--2025-05-16--02-07.zip differ diff --git a/backups/world/Backup--world--2025-05-16--02-37.zip b/backups/world/Backup--world--2025-05-16--02-37.zip new file mode 100644 index 0000000..efda8e1 Binary files /dev/null and b/backups/world/Backup--world--2025-05-16--02-37.zip differ diff --git a/backups/world/Backup--world--2025-05-16--03-37.zip b/backups/world/Backup--world--2025-05-16--03-37.zip new file mode 100644 index 0000000..7957c82 Binary files /dev/null and b/backups/world/Backup--world--2025-05-16--03-37.zip differ diff --git a/backups/world/Backup--world--2025-05-16--04-07.zip b/backups/world/Backup--world--2025-05-16--04-07.zip new file mode 100644 index 0000000..ccb9a39 Binary files /dev/null and b/backups/world/Backup--world--2025-05-16--04-07.zip differ diff --git a/backups/world/Backup--world--2025-05-16--04-37.zip b/backups/world/Backup--world--2025-05-16--04-37.zip new file mode 100644 index 0000000..ab03e76 Binary files /dev/null and b/backups/world/Backup--world--2025-05-16--04-37.zip differ diff --git a/backups/world/Backup--world--2025-05-16--05-07.zip b/backups/world/Backup--world--2025-05-16--05-07.zip new file mode 100644 index 0000000..54fc918 Binary files /dev/null and b/backups/world/Backup--world--2025-05-16--05-07.zip differ diff --git a/backups/world/Backup--world--2025-05-16--05-37.zip b/backups/world/Backup--world--2025-05-16--05-37.zip new file mode 100644 index 0000000..9f1520a Binary files /dev/null and b/backups/world/Backup--world--2025-05-16--05-37.zip differ diff --git a/backups/world/Backup--world--2025-05-16--06-07.zip b/backups/world/Backup--world--2025-05-16--06-07.zip new file mode 100644 index 0000000..c5b3b77 Binary files /dev/null and b/backups/world/Backup--world--2025-05-16--06-07.zip differ diff --git a/backups/world/Backup--world--2025-05-16--06-37.zip b/backups/world/Backup--world--2025-05-16--06-37.zip new file mode 100644 index 0000000..8875cd3 Binary files /dev/null and b/backups/world/Backup--world--2025-05-16--06-37.zip differ diff --git a/backups/world/Backup--world--2025-05-16--07-07.zip b/backups/world/Backup--world--2025-05-16--07-07.zip new file mode 100644 index 0000000..f4af153 Binary files /dev/null and b/backups/world/Backup--world--2025-05-16--07-07.zip differ diff --git a/backups/world/Backup--world--2025-05-16--07-37.zip b/backups/world/Backup--world--2025-05-16--07-37.zip new file mode 100644 index 0000000..13c54c2 Binary files /dev/null and b/backups/world/Backup--world--2025-05-16--07-37.zip differ diff --git a/backups/world/Backup--world--2025-05-16--08-07.zip b/backups/world/Backup--world--2025-05-16--08-07.zip new file mode 100644 index 0000000..2b17434 Binary files /dev/null and b/backups/world/Backup--world--2025-05-16--08-07.zip differ diff --git a/backups/world/Backup--world--2025-05-16--08-37.zip b/backups/world/Backup--world--2025-05-16--08-37.zip new file mode 100644 index 0000000..ea156b0 Binary files /dev/null and b/backups/world/Backup--world--2025-05-16--08-37.zip differ diff --git a/backups/world/Backup--world--2025-05-16--09-07.zip b/backups/world/Backup--world--2025-05-16--09-07.zip new file mode 100644 index 0000000..2c86a9b Binary files /dev/null and b/backups/world/Backup--world--2025-05-16--09-07.zip differ diff --git a/backups/world/Backup--world--2025-05-16--09-37.zip b/backups/world/Backup--world--2025-05-16--09-37.zip new file mode 100644 index 0000000..5925b90 Binary files /dev/null and b/backups/world/Backup--world--2025-05-16--09-37.zip differ diff --git a/backups/world/Backup--world--2025-05-16--14-07.zip b/backups/world/Backup--world--2025-05-16--14-07.zip new file mode 100644 index 0000000..e3e0422 Binary files /dev/null and b/backups/world/Backup--world--2025-05-16--14-07.zip differ diff --git a/banned-ips.json b/banned-ips.json new file mode 100644 index 0000000..0637a08 --- /dev/null +++ b/banned-ips.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/banned-players.json b/banned-players.json new file mode 100644 index 0000000..0637a08 --- /dev/null +++ b/banned-players.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/config/AdvGenerators/client.config b/config/AdvGenerators/client.config new file mode 100644 index 0000000..08da682 --- /dev/null +++ b/config/AdvGenerators/client.config @@ -0,0 +1,17 @@ +# Configuration file + +display { + # Units to use when displaying power. Valid values: MJ, EU, RF, T + S:PowerShowUnits=RF +} + + +tooltips { + # If false will only show tooltip in Syngas Producer GUI + B:AlwaysShowCarbonTooltip=true + + # If false will only show tooltip in Turbine GUI + B:AlwaysShowFuelTooltip=true +} + + diff --git a/config/AdvGenerators/readme.txt b/config/AdvGenerators/readme.txt new file mode 100644 index 0000000..455f4f2 --- /dev/null +++ b/config/AdvGenerators/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/AdvGenerators/turbine.cfg b/config/AdvGenerators/turbine.cfg new file mode 100644 index 0000000..fa266ed --- /dev/null +++ b/config/AdvGenerators/turbine.cfg @@ -0,0 +1,7 @@ +recipes { + + // Default is 51.2 MJ/mB, bump to match Simple Generators + // https://github.com/bdew/generators/blob/2a14f2d63/resources/assets/advgenerators/config/turbine.cfg#L171 + turbine-fuel: gasoline 120 MJ/mB + +} diff --git a/config/AppliedEnergistics2/AppliedEnergistics2.cfg b/config/AppliedEnergistics2/AppliedEnergistics2.cfg new file mode 100644 index 0000000..0a258f6 --- /dev/null +++ b/config/AppliedEnergistics2/AppliedEnergistics2.cfg @@ -0,0 +1,492 @@ +# Configuration file + +automation { + I:formationPlaneEntityLimit=0 +} + + +battery { + I:chargedStaff=8000 + I:colorApplicator=20000 + I:entropyManipulator=200000 + I:matterCannon=200000 + I:portableCell=20000 + I:wirelessTerminal=1600000 +} + + +client { + # Possible Values: AE, EU, RF + 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=MANUAL_SEARCH_KEEP + + # 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:rememberTerminalSearchOnClose=false + B:useColoredCraftingStatus=true + B:useTerminalUseLargeFont=false +} + + +condenser { + I:MatterBalls=256 + I:Singularity=256000 +} + + +craftingcpu { + I:craftingCalculationTimePerTick=5 +} + + +########################################################################################################## +# features +#--------------------------------------------------------------------------------------------------------# +# Warning: Disabling a feature may disable other features depending on it. +########################################################################################################## + +features { + + world { + B:CertusOre=true + B:CertusQuartzWorldGen=false + B:ChargedCertusOre=true + B:Charger=true + B:ChestLoot=false + B:CrystalGrowthAccelerator=true + + # Blocks that are not used in any essential recipes, also slabs and stairs. + B:DecorativeBlocks=true + B:DecorativeLights=true + B:DecorativeQuartzBlocks=true + B:Flour=false + B:GrindStone=true + B:Inscriber=true + B:MeteoriteWorldGen=false + B:SkyStoneChests=false + B:SpawnPressesInMeteorites=false + B:TinyTNT=true + B:VillagerTrading=false + B:VillagerTradingPresses=false + } + + 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=false + 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:PowerGen=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 + } + + highercapacity { + B:DenseCables=true + B:DenseEnergyCells=true + } + + p2ptunnels { + B:P2PTunnelEU=true + B:P2PTunnelFE=true + B:P2PTunnelFluids=true + B:P2PTunnelItems=true + B:P2PTunnelLight=true + B:P2PTunnelME=true + B:P2PTunnelOpenComputers=true + B:P2PTunnelPressure=true + B:P2PTunnelRF=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 + + # Use CraftingManager to find an alternative recipe, after a pattern rejected an ingredient. Should be enabled to avoid issues, but can have a minor performance impact. + B:CraftingManagerFallback=true + B:MolecularAssembler=true + B:Patterns=true + } + + upgrades { + B:AdvancedCards=true + B:BasicCards=true + B:ViewCell=true + } + + materials { + B:Certus=true + B:Cores=true + B:CrystalSeeds=true + B:Dusts=true + B:Fluix=true + B:MatterBall=true + B:Nuggets=true + B:Presses=true + B:PrintedCircuits=true + B:Processors=true + B:PureCrystals=true + B:QuartzGlass=true + B:Silicon=true + B:SkyStone=true + } + + commands { + B:ChunkLoggerTrace=false + } + + machines { + B:Charger=true + B:CrystalGrowthAccelerator=true + B:GrindStone=true + B:Inscriber=true + B:VibrationChamber=true + } + + craftingcomponents { + B:Cores=true + B:MatterBall=true + B:Presses=true + B:PrintedCircuits=true + B:Processors=true + } + +} + + +general { + B:patternTermRequiresItems=true + + # 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 + 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:Buildcraft=AUTO + S:Chisel=AUTO + S:CraftTweaker=AUTO + S:IndustrialCraft2=OFF + S:InventoryTweaks=AUTO + S:JustEnoughItems=AUTO + S:Mekanism=OFF + S:MineFactoryReloaded=OFF + S:OpenComputers=OFF + S:Railcraft=OFF + S:RedstoneFluxPower-Items=AUTO + S:RedstoneFluxPower-Tiles=AUTO + S:TFHammer=OFF + S:Tesla=AUTO + S:TheOneProbe=OFF + S:Waila=AUTO +} + + +orecamouflage { + B:ENDER_DUST=true + B:GOLD_DUST=true + B:IRON_DUST=true + B:NETHER_QUARTZ_DUST=true + B:SILICON=true + B:WOODEN_GEAR=true +} + + +powerratios { + D:"Forge Energy"=0.5 + D:ForgeEnergy=0.5 + D:IC2=2.0 + D:UsageMultiplier=1.0 +} + + +spatialio { + D:spatialPowerExponent=1.35 + D:spatialPowerMultiplier=1250.0 + I:storageBiomeID=59 + I:storageDimensionID=2 + 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=120 + 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=16.0 + D:wirelessBoosterExp=1.5 + D:wirelessBoosterRangeMultiplier=1.0 + D:wirelessCostMultiplier=1.0 + D:wirelessTerminalDrainMultiplier=1.0 +} + + +worldgen { + D:meteoriteClusterChance=0.1 + I:meteoriteDimensionWhitelist < + > + I:meteoriteMaximumSpawnHeight=256 + 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 0000000..331484c --- /dev/null +++ b/config/AppliedEnergistics2/CustomRecipes.cfg @@ -0,0 +1,25 @@ +# Configuration file + +cache { + S:digest=35be480fcae22376bc84ea31d11e4627 + + # Caching can save processing time, if there are a lot of items. [default: true] + B:enableCache=false +} + + +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, the custom recipes are enabled. Acts as a master switch. [default: true] + B:enabled=true + + # 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 0000000..7c62dec --- /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 0000000..a61b8fc --- /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=1501773110066 +} + + +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=false +} + + +general { + # If true, the version checker is enabled. Acts as a master switch. [default: true] + B:enabled=false +} + + diff --git a/config/BNBGamingCore.cfg b/config/BNBGamingCore.cfg new file mode 100644 index 0000000..033d2d8 --- /dev/null +++ b/config/BNBGamingCore.cfg @@ -0,0 +1,9 @@ +# Configuration file + +modules { + # Specify ASM modules here that you do not want to run. [default: ] + S:"disabled modules" < + > +} + + diff --git a/config/BetterBedrock.cfg b/config/BetterBedrock.cfg new file mode 100644 index 0000000..dd77ede --- /dev/null +++ b/config/BetterBedrock.cfg @@ -0,0 +1,38 @@ +# Configuration file + +########################################################################################################## +# dimensions +#--------------------------------------------------------------------------------------------------------# +# Dimension Configuration +########################################################################################################## + +dimensions { + # Dimentions to generate flat bedrock in + I:whitelist < + -1 + 0 + 7 + 10 + 28885 + > +} + + +########################################################################################################## +# retrogen +#--------------------------------------------------------------------------------------------------------# +# Retro-Generation Config +########################################################################################################## + +retrogen { + # Enabled chunks to be regenerated. This will probability cause lag until chunks are done. [default: false] + B:enabled=false + + # Marker for marking chunks that have been generated. Must be a number. [range: 1 ~ 2147483647, default: 1] + I:marker=1 + + # Enable this only to rebuild the Bedrock at y level 0. Retrogen must be enabled to work. [default: false] + B:rebuild=false +} + + diff --git a/config/Building Gadgets.cfg b/config/Building Gadgets.cfg new file mode 100644 index 0000000..b29f95b --- /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=500 + + # 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=500 + + # 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"=4 + + # The Gadget's Durability (0 means no durability is used) (Ignored if powered by FE) + # Min: 0 + # Max: 100000 + I:Durability=500 + + # 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=500 + + # 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/CookingForBlockheadsCompat/actuallyadditions.json b/config/CookingForBlockheadsCompat/actuallyadditions.json new file mode 100644 index 0000000..21a0460 --- /dev/null +++ b/config/CookingForBlockheadsCompat/actuallyadditions.json @@ -0,0 +1,28 @@ +{ + "modid": "actuallyadditions", + "foods": { + "INGREDIENTS": [ + "food_meatballs", + "item_food", + { + "item": "item_food", + "data": 8 + }, + { + "item": "item_food", + "data": 12 + }, + { + "item": "item_food", + "data": 14 + }, + { + "item": "item_food", + "data": 20 + } + ] + }, + "oven_recipes": { + "item_food:14": "cooked_omelet" + } +} \ No newline at end of file diff --git a/config/CookingForBlockheadsCompat/betterwithaddons.json b/config/CookingForBlockheadsCompat/betterwithaddons.json new file mode 100644 index 0000000..d491b12 --- /dev/null +++ b/config/CookingForBlockheadsCompat/betterwithaddons.json @@ -0,0 +1,27 @@ +{ + "modid": "betterwithaddons", + "foods": { + "INGREDIENTS": [ + "food_ground_meat", + "unbaked", + { + "item": "unbaked", + "data": 1 + }, + { + "item": "unbaked", + "data": 2 + }, + { + "item": "unbaked", + "data": 3 + } + ] + }, + "oven_recipes": { + "unbaked": "food_pie_melon", + "unbaked:1": "food_pie_meat", + "unbaked:2": "food_pie_mushroom", + "unbaked:3": "food_pie_amanita" + } +} \ No newline at end of file diff --git a/config/CookingForBlockheadsCompat/betterwithmods.json b/config/CookingForBlockheadsCompat/betterwithmods.json new file mode 100644 index 0000000..61a8cfc --- /dev/null +++ b/config/CookingForBlockheadsCompat/betterwithmods.json @@ -0,0 +1,24 @@ +{ + "modid": "betterwithmods", + "foods": { + "INGREDIENTS": [ + "raw_egg", + "raw_kebab", + "raw_omelet", + "raw_pastry", + "raw_scrambled_egg", + { + "item": "raw_pastry", + "data": 1 + }, + { + "item": "raw_pastry", + "data": 2 + } + ] + }, + "oven_recipes": { + "raw_omelet": "cooked_omelet", + "raw_pastry:4": "apple_pie" + } +} \ No newline at end of file diff --git a/config/CookingForBlockheadsCompat/horsepower.json b/config/CookingForBlockheadsCompat/horsepower.json new file mode 100644 index 0000000..f861a91 --- /dev/null +++ b/config/CookingForBlockheadsCompat/horsepower.json @@ -0,0 +1,15 @@ +{ + "modid": "horsepower", + "foods": { + "INGREDIENTS": [ + "flour", + "dough" + ] + }, + "oven_fuel": [ + { + "item": "hand_grindstone", + "value": 100 + } + ] +} diff --git a/config/CookingForBlockheadsCompat/rustic.json b/config/CookingForBlockheadsCompat/rustic.json new file mode 100644 index 0000000..fc351ac --- /dev/null +++ b/config/CookingForBlockheadsCompat/rustic.json @@ -0,0 +1,9 @@ +{ + "modid": "rustic", + "foods": { + "INGREDIENTS": [ + "chili_pepper", + "tomato" + ] + } +} \ No newline at end of file diff --git a/config/CustomMainMenu/mainmenu.json b/config/CustomMainMenu/mainmenu.json new file mode 100644 index 0000000..815d6ea --- /dev/null +++ b/config/CustomMainMenu/mainmenu.json @@ -0,0 +1,145 @@ +{ + "images": + { + "title": + { + "image" : "test:textures/gui/title/background/alpha.png", + "posX" : -137, + "posY" : 30, + "width" : 512, + "height" : 512, + "alignment" : "top_center" + } + }, + + "buttons": + { + "singleplayer": + { + "text" : "menu.singleplayer", + "texture" : "test:textures/gui/title/background/longbutton.png", + "posX" : -100, + "posY" : 25, + "width" : 200, + "height" : 20, + "alignment" : "center", + "action" : + { + "type" : "openGui", + "gui" : "singleplayer" + } + }, + + "multiplayer": + { + "text" : "menu.multiplayer", + "texture" : "test:textures/gui/title/background/longbutton.png", + "posX" : -100, + "posY" : 48, + "width" : 200, + "height" : 20, + "alignment" : "center", + "action" : + { + "type" : "openGui", + "gui" : "multiplayer" + } + }, + + "mods": + { + "text" : "fml.menu.mods", + "texture" : "test:textures/gui/title/background/longbutton.png", + "posX" : -100, + "posY" : 71, + "width" : 200, + "height" : 20, + "alignment" : "center", + "action" : + { + "type" : "openGui", + "gui" : "mods" + } + }, + + "options": + { + "text" : "menu.options", + "texture" : "test:textures/gui/title/background/shortbutton.png", + "posX" : -100, + "posY" : 94, + "width" : 98, + "height" : 20, + "alignment" : "center", + "action" : + { + "type" : "openGui", + "gui" : "options" + } + }, + + "quit": + { + "text" : "menu.quit", + "texture" : "test:textures/gui/title/background/shortbutton.png", + "posX" : 2, + "posY" : 94, + "width" : 98, + "height" : 20, + "alignment" : "center", + "action" : + { + "type" : "quit" + } + }, + + "language": + { + "text" : " ", + "texture" : "test:textures/gui/title/background/lang.png", + "posX" : -124, + "posY" : 94, + "width" : 20, + "height" : 20, + "alignment" : "center", + "imageWidth": "40", + "imageHeight": "40", + "action" : + { + "type" : "openGui", + "gui" : "languages" + } + } + }, + + "labels": + { + "mojang": + { + "text" : "Copyright Mojang AB. Do not distribute!", + "posX" : -197, + "posY" : -10, + "color" : -1, + "alignment" : "bottom_right" + }, + + "fml": + { + "text" : "", + "posX" : 2, + "posY" : -40, + "color" : -1, + "alignment" : "bottom_left" + } + }, + + "other": + { + "background": + { + "image" : "test:textures/gui/title/background/background.png", + "mode" : "stretch" + } + } + } +} \ No newline at end of file diff --git a/config/ElevatorMod/ElevatorMod.cfg b/config/ElevatorMod/ElevatorMod.cfg new file mode 100644 index 0000000..6d69409 --- /dev/null +++ b/config/ElevatorMod/ElevatorMod.cfg @@ -0,0 +1,14 @@ +# Configuration file + +general { + # Can mobs spawn in elevators ? [default: true] + B:mobSpawn=true + + # Realign players after teleporting to the center of elevator ? [default: true] + B:precisionTarget=true + + # Should elevators have the same color to teleport ? [default: true] + B:sameColor=true +} + + diff --git a/config/ExtraPlanets.cfg b/config/ExtraPlanets.cfg new file mode 100644 index 0000000..667685b --- /dev/null +++ b/config/ExtraPlanets.cfg @@ -0,0 +1,1010 @@ +# Configuration file + +biomeid { +} + + +########################################################################################################## +# blocks +#--------------------------------------------------------------------------------------------------------# +# Changing to false will disable & remove the blocks/machines +########################################################################################################## + +blocks { + # This option will disable & remove the Advanced Compressor/Decompressor + B:"Advanced Compressor/Decompressor"=true + + # This option will disable & remove the Advanced Fuel Loader + B:"Advanced Fuel Loader"=true + + # This option will disable & remove the Advanced Refinery + B:"Advanced Refinery"=true + + # This option will disable & remove the Basic Block Smasher + B:"Basic Block Smasher"=true + + # This option will disable & remove the Basic Chemical Injector + B:"Basic Chemical Injector"=true + + # This option will disable & remove the Basic Crystallizer + B:"Basic Crystallizer"=true + + # This option will disable & remove the Basic Decontamination Unit + B:"Basic Decontamination Unit"=true + + # This option will disable & remove the Basic Decrystallizer + B:"Basic Decrystallizer"=true + + # This option will disable & remove the Basic Densifier + B:"Basic Densifier"=true + + # This option will disable & remove the Basic Purifier + B:"Basic Purifier"=true + + # This option will disable & remove the Basic Solar Evaporation Chamber + B:"Basic Solar Evaporation Chamber"=true + + # Setting this option to false will remove all Slabs and Stairs + B:"Enable Slab & Stairs"=true + + # This option will disable & remove the Fire Bomb + B:"Fire Bomb"=true + + # This option will disable & remove the Hybrid/Ulimate Solar Panels + B:"Hybrid/Ultimate Solar Panel"=true + + # This option will disable & remove the Nuclear Bomb + B:"Nuclear Bomb"=true + + # This option will disable & remove the Ultimate Compressor/Decompressor + B:"Ultimate Compressor/Decompressor"=true + + # This option will disable & remove the Ultimate Fuel Loader + B:"Ultimate Fuel Loader"=true + + # This option will disable & remove the Ultimate Refinery + B:"Ultimate Refinery"=true + + # This option will disable & remove the Vehicle Charger + B:"Vehicle Charger"=true +} + + +########################################################################################################## +# celestial body map settings +#--------------------------------------------------------------------------------------------------------# +# Advanced options for Celestial Body Map to change locations of planets and solar systems! (For Advanced Users ONLY!) +########################################################################################################## + +"celestial body map settings" { + # [range: -100 ~ 100, default: 0] + D:"Ceres Planet Map Relative Distance From Center Offset"=0.0 + + # [range: -100 ~ 100, default: 0] + D:"Eris Planet Map Relative Distance From Center Offset"=0.0 + + # [range: -100 ~ 100, default: 0] + D:"Haumea Planet Map Relative Distance From Center Offset"=0.0 + + # [range: -100 ~ 100, default: 0] + D:"Jupiter Planet Map Relative Distance From Center Offset"=0.0 + + # [range: -1000 ~ 1000, default: 0] + D:"Kepler22 Planet Map X Offset"=0.0 + + # [range: -1000 ~ 1000, default: 0] + D:"Kepler22 Planet Map Y Offset"=0.0 + + # [range: -1000 ~ 1000, default: 0] + D:"Kepler22 Planet Map Z Offset"=0.0 + + # [range: -1000 ~ 1000, default: 0] + D:"Kepler47 Planet Map X Offset"=0.0 + + # [range: -1000 ~ 1000, default: 0] + D:"Kepler47 Planet Map Y Offset"=0.0 + + # [range: -1000 ~ 1000, default: 0] + D:"Kepler47 Planet Map Z Offset"=0.0 + + # [range: -1000 ~ 1000, default: 0] + D:"Kepler62 Planet Map X Offset"=0.0 + + # [range: -1000 ~ 1000, default: 0] + D:"Kepler62 Planet Map Y Offset"=0.0 + + # [range: -1000 ~ 1000, default: 0] + D:"Kepler62 Planet Map Z Offset"=0.0 + + # [range: -1000 ~ 1000, default: 0] + D:"Kepler69 Planet Map X Offset"=0.0 + + # [range: -1000 ~ 1000, default: 0] + D:"Kepler69 Planet Map Y Offset"=0.0 + + # [range: -1000 ~ 1000, default: 0] + D:"Kepler69 Planet Map Z Offset"=0.0 + + # [range: -100 ~ 100, default: 0] + D:"Kuiper Belt Planet Map Relative Distance From Center Offset"=0.0 + + # [range: -100 ~ 100, default: 0] + D:"Makemake Planet Map Relative Distance From Center Offset"=0.0 + + # [range: -100 ~ 100, default: 0] + D:"Mercury Planet Map Relative Distance From Center Offset"=0.0 + + # [range: -100 ~ 100, default: 0] + D:"Neptune Planet Map Relative Distance From Center Offset"=0.0 + + # [range: -100 ~ 100, default: 0] + D:"Pluto Planet Map Relative Distance From Center Offset"=0.0 + + # [range: -100 ~ 100, default: 0] + D:"Saturn Planet Map Relative Distance From Center Offset"=0.0 + + # [range: -100 ~ 100, default: 0] + D:"Uranus Planet Map Relative Distance From Center Offset"=0.0 +} + + +########################################################################################################## +# compatibility support +#--------------------------------------------------------------------------------------------------------# +# Enable/Disable options for compatibility settings +########################################################################################################## + +"compatibility support" { + # Setting this to false will disable & remove all Ore Dictionary Support for Planet and Moon Ores! + B:"Enable Adding of All Planet/Moons Ores to the Ore Dictionary"=true + + # Setting this to false will disable & remove all Ore Dictionary Support for All Ingots! + B:"Enable Adding of all Ingots to the Ore Dictionary"=true + + # Setting this to false will disable & remove all Ore Dictionary Support for All needed Items excluding Ingots! + B:"Enable Adding of all Items excluding Ingots to the Ore Dictionary"=true + + # Setting this to false will disable & remove Extreme Reactors Compatibility! + B:"Enable Extreme Reactors Compatibility"=true + + # Setting this to false will disable Galacticraft Deconstuctor Machine Compatibility! + B:"Enable Galacticraft Deconstuctor Machine Compatibility"=true + + # Will tweak ExtraPlanets Planets/Moons, to allow them to work along side GalaxySpace version of the same planets! Will rename ExtraPlanets versions of doubled Planets/Moons to have 2.0 on the end. Example: Jupiter 2.0 + B:"Enable Galaxy Space Compatibility"=false + + # Setting this to false will disable & remove the NEI Support for Custom Machines/Rockets/Vehicles + B:"Enable JEI Recipe support"=true + + # Setting this to false will disable & remove MC MultiPart Compatibility! + B:"Enable MC MultiPart Compatibility"=true + + # FOR THIS TO WORK YOU WILL NEED TO DISABLED ALL CONFIG OPTIONS IN THE MORE PLANETS CONFIG UNDER THE 'config_moreplanets_gc_addon_compat' SECTION! + B:"Enable More Planets Compatibility"=false + + # Setting this to false will disable More Planets Rocket Crusher Machine Compatibility! + B:"Enable More Planets Rocket Crusher Machine Compatibility"=true + + # Setting this to false will disable & remove the JEI Support for Custom Machines/Rockets/Vehicles + B:"Enable NEI Recipe support"=true +} + + +########################################################################################################## +# dimension settings +#--------------------------------------------------------------------------------------------------------# +# Enable/Disable options for dimension settings +########################################################################################################## + +"dimension settings" { + I:"Ceres Rocket required"=4 + + # [range: 1 ~ 10, default: 3] + I:"Clouds Speed on Jupiter"=3 + + # Setting this option to false will disable & remove the Ceres Villages generation + B:"Enable Ceres Villages"=true + + # Setting this option to false will disable & remove Fake Lighting Effects & Thunder sounds on Jupiter (CLIENT SIDE) + B:"Enable Client Fake Lighting Effects & Thunder sounds on Jupiter"=true + + # Setting this option to false will disable & remove Clouds on Jupiter + B:"Enable Clouds on Jupiter"=true + + # Setting this option to false will disable & remove Fog Effects on Jupiter, Uranus, Saturn, Neptune + B:"Enable Custom Fog Effect on Jupiter, Uranus, Saturn, Neptune"=true + + # Setting this option to false will disable & remove the Eris Villages generation + B:"Enable Eris Villages"=true + + # Setting this option to false will disable & remove the Jupiter Villages generation + B:"Enable Jupiter Villages"=true + + # Setting this option to false will disable & remove the Mercury Villages generation + B:"Enable Mercury Villages"=true + + # Setting this option to false will disable & remove the Neptune Villages generation + B:"Enable Neptune Villages"=true + + # Setting this option to false will disable ore gen for Callisto + B:"Enable Ore Gen Callisto"=true + + # Setting this option to false will disable ore gen for Ceres + B:"Enable Ore Gen Ceres"=true + + # Setting this option to false will disable ore gen for Deimos + B:"Enable Ore Gen Deimos"=true + + # Setting this option to false will disable ore gen for Eris + B:"Enable Ore Gen Eris"=true + + # Setting this option to false will disable ore gen for Europa + B:"Enable Ore Gen Europa"=true + + # Setting this option to false will disable ore gen for Ganymede + B:"Enable Ore Gen Ganymede"=true + + # Setting this option to false will disable ore gen for Iapetus + B:"Enable Ore Gen Iapetus"=true + + # Setting this option to false will disable ore gen for Io + B:"Enable Ore Gen Io"=true + + # Setting this option to false will disable ore gen for Jupiter + B:"Enable Ore Gen Jupiter"=true + + # Setting this option to false will disable ore gen for Kepler22b + B:"Enable Ore Gen Kepler22b"=true + + # Setting this option to false will disable ore gen for Mercury + B:"Enable Ore Gen Mercury"=true + + # Setting this option to false will disable ore gen for Neptune + B:"Enable Ore Gen Neptune"=true + + # Setting this option to false will disable ore gen for Oberon + B:"Enable Ore Gen Oberon"=true + + # Setting this option to false will disable ore gen for Phobos + B:"Enable Ore Gen Phobos"=true + + # Setting this option to false will disable ore gen for Pluto + B:"Enable Ore Gen Pluto"=true + + # Setting this option to false will disable ore gen for Rhea + B:"Enable Ore Gen Rhea"=true + + # Setting this option to false will disable ore gen for Saturn + B:"Enable Ore Gen Saturn"=true + + # Setting this option to false will disable ore gen for Titan + B:"Enable Ore Gen Titan"=true + + # Setting this option to false will disable ore gen for Titania + B:"Enable Ore Gen Titania"=true + + # Setting this option to false will disable ore gen for Triton + B:"Enable Ore Gen Triton"=true + + # Setting this option to false will disable ore gen for Uranus + B:"Enable Ore Gen Uranus"=true + + # Setting this option to false will disable & remove the Pluto Villages generation + B:"Enable Pluto Villages"=true + + # Setting this option to false will disable & remove the Saturn Villages generation + B:"Enable Saturn Villages"=true + + # Setting this option to false will disable & remove Real Lighting Bolts on Jupiter (SERVER SIDE) + B:"Enable Server Real Lighting Bolts on Jupiter"=true + + # Setting this option to false will disable & remove the Uranus Villages generation + B:"Enable Uranus Villages"=true + + # Setting this option to false will disable & remove Basic Hideouts from generating on Jupiter + B:"Generate Basic Hideouts on Jupiter"=true + + # Setting this option to false will disable & remove Big Trees from generating on Kepler22b + B:"Generate Big Trees on Kepler22b"=true + + # Setting this option to false will disable & remove Candy Canes from generating on Kepler22b + B:"Generate Candy Canes on Kepler22b"=true + + # Setting this option to false will disable & remove Cookie Rocks from generating on Kepler22b + B:"Generate Cookie Rocks on Kepler22b"=true + + # Setting this option to false will disable & remove Frozen Nitrongen Piles from generating on Neptune + B:"Generate Frozen Nitrongen Piles on Neptune"=true + + # Setting this option to false will disable & remove Huts from generating on Kepler22b + B:"Generate Huts on Kepler22b"=true + + # Setting this option to false will disable & remove the Ice Chunks on Ganymede + B:"Generate Ice Chunks under the surface of Ganymede"=true + + # Setting this option to false will disable & remove Ice Spikes from generating on Uranus + B:"Generate Ice Spikes on Uranus"=true + + # Setting this option to false will disable & remove Igloos from generating on Uranus + B:"Generate Igloos on Uranus"=true + + # Setting this option to false will disable & remove the Iron Chunks on Europa + B:"Generate Iron Chunks under the surface of Europa"=true + + # Setting this option to false will disable & remove Material Spheres from generating on Kepler22b + B:"Generate Material Spheres on Kepler22b"=true + + # Setting this option to false will disable & remove Material Trees from generating on Kepler22b + B:"Generate Material Trees on Kepler22b"=true + + # Setting this option to false will disable & remove the Meteors on Mercury + B:"Generate Meteors on Mercury"=true + + # Setting this option to false will disable & remove No Leaf Big Trees from generating on Kepler22b + B:"Generate No Leaf Big Trees on Kepler22b"=true + + # Setting this option to false will disable & remove No Leaf Small Trees from generating on Kepler22b + B:"Generate No Leaf Small Trees on Kepler22b"=true + + # Setting this option to false will disable & remove Nuclear Piles from generating on Saturn + B:"Generate Nuclear Piles on Saturn"=true + + # Setting this option to false will disable & remove the Satellite Towers on Ceres + B:"Generate Satellite Towers on Ceres"=true + + # Setting this option to false will disable & remove the Sky Feature on Jupiter + B:"Generate Sky Feature on Jupiter"=true + + # Setting this option to false will disable & remove Slime Trees from generating on Saturn + B:"Generate Slime Trees on Saturn"=true + + # Setting this option to false will disable & remove Small Trees from generating on Kepler22b + B:"Generate Small Trees on Kepler22b"=true + + # Setting this option to false will disable & remove Space Ship from generating on Jupiter + B:"Generate Space Ship on Jupiter"=true + + # Setting this option to false will disable & remove Towers from generating on Kepler22b + B:"Generate Towers on Kepler22b"=true + + # Setting this option to false will disable & remove Vanilla Style Dungeons from generating on Kepler22b + B:"Generate Vanilla Style Dungeons on Kepler22b"=true + + # Setting this option to false will disable & remove Volcanos from generating on Io + B:"Generate Volcanos on Io"=true + + # Setting this to false will make mobs not suffocate on planets but the player will! + B:"Mob Suffocation"=true + + # Setting this option to true will disable & remove all custom bosses and will replace them with Creeper Bosses! + B:"Use default bosses for all planets"=false +} + + +########################################################################################################## +# dimensionid +#--------------------------------------------------------------------------------------------------------# +# Change if a dimension ID is causing conflicts! +########################################################################################################## + +dimensionid { + # [range: -2147483647 ~ 2147483647, default: -1505] + I:"Callisto Dimension ID (Moon)"=-1505 + + # [range: -2147483647 ~ 2147483647, default: -20] + I:"Ceres Dimension ID"=-20 + + # [range: -2147483647 ~ 2147483647, default: -65] + I:"Ceres SpaceStation Dimension ID"=-65 + + # [range: -2147483647 ~ 2147483647, default: -64] + I:"Ceres SpaceStation Static Dimension ID"=-64 + + # [range: -2147483647 ~ 2147483647, default: -1504] + I:"Deimos Dimension ID (Moon)"=-1503 + + # [range: -2147483647 ~ 2147483647, default: -21] + I:"Eris Dimension ID"=-21 + + # [range: -2147483647 ~ 2147483647, default: -79] + I:"Eris SpaceStation Dimension ID"=-79 + + # [range: -2147483647 ~ 2147483647, default: -78] + I:"Eris SpaceStation Static Dimension ID"=-78 + + # [range: -2147483647 ~ 2147483647, default: -1501] + I:"Europa Dimension ID (Moon)"=-1501 + + # [range: -2147483647 ~ 2147483647, default: -1506] + I:"Ganymede Dimension ID (Moon)"=-1506 + + # [range: -2147483647 ~ 2147483647, default: -1511] + I:"Iapetus Dimension ID (Moon)"=-1511 + + # [range: -2147483647 ~ 2147483647, default: -1500] + I:"Io Dimension ID (Moon)"=-1500 + + # [range: -2147483647 ~ 2147483647, default: -15] + I:"Jupiter Dimension ID"=-15 + + # [range: -2147483647 ~ 2147483647, default: -69] + I:"Jupiter SpaceStation Dimension ID"=-69 + + # [range: -2147483647 ~ 2147483647, default: -68] + I:"Jupiter SpaceStation Static Dimension ID"=-68 + + # [range: -2147483647 ~ 2147483647, default: -22] + I:"Kepler 22b Dimension ID"=-22 + + # [range: -2147483647 ~ 2147483647, default: -81] + I:"Kepler 22b SpaceStation Dimension ID"=-81 + + # [range: -2147483647 ~ 2147483647, default: -80] + I:"Kepler 22b SpaceStation Static Dimension ID"=-80 + + # [range: -2147483647 ~ 2147483647, default: -67] + I:"Mars SpaceStation Dimension ID"=-67 + + # [range: -2147483647 ~ 2147483647, default: -66] + I:"Mars SpaceStation Static Dimension ID"=-66 + + # [range: -2147483647 ~ 2147483647, default: -13] + I:"Mercury Dimension ID"=-13 + + # [range: -2147483647 ~ 2147483647, default: -61] + I:"Mercury SpaceStation Dimension ID"=-61 + + # [range: -2147483647 ~ 2147483647, default: -60] + I:"Mercury SpaceStation Static Dimension ID"=-60 + + # [range: -2147483647 ~ 2147483647, default: -18] + I:"Neptune Dimension ID"=-18 + + # [range: -2147483647 ~ 2147483647, default: -75] + I:"Neptune SpaceStation Dimension ID"=-75 + + # [range: -2147483647 ~ 2147483647, default: -74] + I:"Neptune SpaceStation Static Dimension ID"=-74 + + # [range: -2147483647 ~ 2147483647, default: -1509] + I:"Oberon Dimension ID (Moon)"=-1509 + + # [range: -2147483647 ~ 2147483647, default: -1502] + I:"Phobos Dimension ID (Moon)"=-1502 + + # [range: -2147483647 ~ 2147483647, default: -19] + I:"Pluto Dimension ID"=-19 + + # [range: -2147483647 ~ 2147483647, default: -77] + I:"Pluto SpaceStation Dimension ID"=-77 + + # [range: -2147483647 ~ 2147483647, default: -76] + I:"Pluto SpaceStation Static Dimension ID"=-76 + + # [range: -2147483647 ~ 2147483647, default: -1507] + I:"Rhea Dimension ID (Moon)"=-1507 + + # [range: -2147483647 ~ 2147483647, default: -16] + I:"Saturn Dimension ID"=-16 + + # [range: -2147483647 ~ 2147483647, default: -71] + I:"Saturn SpaceStation Dimension ID"=-71 + + # [range: -2147483647 ~ 2147483647, default: -70] + I:"Saturn SpaceStation Static Dimension ID"=-70 + + # [range: -2147483647 ~ 2147483647, default: -1508] + I:"Titan Dimension ID (Moon)"=-1508 + + # [range: -2147483647 ~ 2147483647, default: -1510] + I:"Titania Dimension ID (Moon)"=-1510 + + # [range: -2147483647 ~ 2147483647, default: -1505] + I:"Triton Dimension ID (Moon)"=-1504 + + # [range: -2147483647 ~ 2147483647, default: -17] + I:"Uranus Dimension ID"=-17 + + # [range: -2147483647 ~ 2147483647, default: -73] + I:"Uranus SpaceStation Dimension ID"=-73 + + # [range: -2147483647 ~ 2147483647, default: -72] + I:"Uranus SpaceStation Static Dimension ID"=-72 + + # [range: -2147483647 ~ 2147483647, default: -63] + I:"Venus SpaceStation Dimension ID"=-63 + + # [range: -2147483647 ~ 2147483647, default: -62] + I:"Venus SpaceStation Static Dimension ID"=-62 +} + + +########################################################################################################## +# general settings +#--------------------------------------------------------------------------------------------------------# +# Enable/Disable options for general settings +########################################################################################################## + +"general settings" { + # This option is used for changing the Lead Ore Spawn Rate [range: 0 ~ 2147483647, default: 5] + I:"Amount of Lead Ore Generation per chunk"=0 + + # Setting this option to false will disable & remove Achievements for ExtraPlanets + B:"Enable Achievements"=false + + # Setting this option to false will enable debug messages in to the console + B:"Enable Debug Mode (For testing purposes and debugging bugs)"=false + + # This option will change all the Tier 9 & 10 Rockets models to the old type + B:"Enable Old Models for Tier 9 & 10 Rockets"=false + + # This option will change all the gravity of Planets & Moons back to the old style of gravity + B:"Enable Old Style Gravity"=false + B:"Enable Pressure"=true + B:"Enable Radiation"=false + + # Setting this option to false will completely remove Lead Ore/Ingot from the world + B:"Enable generation of Lead Ore in the Overworld"=false + + # Setting this option to false, will disable biome types being assigned to ExtraPlanets biomes + B:"Enable registering of Biomes Types for ExtraPlanets biomes"=true + + # Setting this option to false will disable & remove the Custom Galaxies on Celestial Selection Screen (Note: Will get disabled by the 'Use Custom Galaxy Map/Celestial Selection Screen' option) + B:"Enable showing of Custom Galaxies on the Custom Celestial Selection Screen"=true + + # Setting this option to false, will change disabled extended info panel on Custom Celestial Selection Screen + B:"Show Extended info panel on Custom Galaxy Map/Celestial Selection Screen"=true + + # Setting this option to false, will change it back to be using the Galacticraft Galaxy Map/Celestial Selection Screen + B:"Use Custom Galaxy Map/Celestial Selection Screen"=true +} + + +########################################################################################################## +# items +#--------------------------------------------------------------------------------------------------------# +# Changing to false will disable & remove the tool & armor or items (Note: Tools & Armors will be auto disbled when disabling a planet, so you dont need to disable them when disabling a planets) +########################################################################################################## + +items { + # This option will disable & remove all Blue Gem Tools & Armour + B:"Blue Gem Tools & Armor"=false + + # This option will disable & remove all Carbon Tools & Armour + B:"Carbon Tools & Armor"=false + + # This option will disable & remove all Crystal Tools & Armour + B:"Crystal Tools & Armor"=false + + # This option will disable & remove all Custom Batteries! + B:"Custom Batteries"=true + + # This option will disable & remove all Custom Canned Food! + B:"Custom Canned Food"=false + + # This option will disable & remove all Custom Normal/Notch Apples! + B:"Custom Iron & Diamond Normal/Notch Apples"=true + + # This option will disable & remove Extremely Heavy & Very Heavy Oxygen Tanks + B:"Custom Oxygen Tanks"=true + + # Setting this option to false will remove the Electric Rocket Entity & Schematic + B:"Enable Electric Rocket"=true + + # Setting this option to false will remove the Mars Rover Entity & Schematic & Parts needed to Craft it + B:"Enable Mars Rover & Its Parts"=true + + # Setting this option to false will remove the Venus Rover Entity & Schematic & Parts needed to Craft it + B:"Enable Venus Rover & Its Parts"=true + + # This option will disable & remove all Kepler22b Tools & Armour + B:"Kepler22b Tools & Armor"=true + + # This option will disable & remove all Magnesium Tools & Armour + B:"Magnesium Tools & Armor"=false + + # This option will disable & remove all Mercury Tools & Armour + B:"Mercury Tools & Armor"=false + + # This option will disable & remove all Palladium Tools & Armour + B:"Palladium Tools & Armor"=false + + # This option will disable & remove all Red Gem Tools & Armour + B:"Red Gem Tools & Armor"=false + + # This option will change planet thermal levels to support this feature! + B:"Tier 3 - 4 Thermal Padding"=true + + # This option will disable & remove all Tungsten Tools & Armour + B:"Tungsten Tools & Armor"=false + + # This option will disable & remove all Uranium Tools & Armour + B:"Uranium Tools & Armor"=false + + # This option will disable & remove all White Gem Tools & Armour + B:"White Gem Tools & Armor"=false + + # This option will disable & remove all Zinc Tools & Armour + B:"Zinc Tools & Armor"=false +} + + +########################################################################################################## +# legacy dimensionid +#--------------------------------------------------------------------------------------------------------# +# Used for legacy save transftering (DONT TOUCH!) +########################################################################################################## + +"legacy dimensionid" { + # Used for internal mirgration of old Dimension Save folders to new ids + I:"Callisto Dimension ID Legacy (DONT TOUCH)"=-37 + + # Used for internal mirgration of old Dimension Save folders to new ids + I:"Deimos Dimension ID Legacy (DONT TOUCH)"=-35 + + # Used for internal mirgration of old Dimension Save folders to new ids + I:"Europa Dimension ID Legacy (DONT TOUCH)"=-34 + + # Used for internal mirgration of old Dimension Save folders to new ids + I:"Ganymede Dimension ID Legacy (DONT TOUCH)"=-38 + + # Used for internal mirgration of old Dimension Save folders to new ids + I:"Iapetus Dimension ID Legacy (DONT TOUCH)"=-43 + + # Used for internal mirgration of old Dimension Save folders to new ids + I:"Io Dimension ID Legacy (DONT TOUCH)"=-32 + + # Used for internal mirgration of old Dimension Save folders to new ids + I:"Oberon Dimension ID Legacy (DONT TOUCH)"=-41 + + # Used for internal mirgration of old Dimension Save folders to new ids + I:"Phobos Dimension ID Legacy (DONT TOUCH)"=-33 + + # Used for internal mirgration of old Dimension Save folders to new ids + I:"Rhea Dimension ID Legacy (DONT TOUCH)"=-39 + + # Used for internal mirgration of old Dimension Save folders to new ids + I:"Titan Dimension ID Legacy (DONT TOUCH)"=-40 + + # Used for internal mirgration of old Dimension Save folders to new ids + I:"Titania Dimension ID Legacy (DONT TOUCH)"=-42 + + # Used for internal mirgration of old Dimension Save folders to new ids + I:"Triton Dimension ID Legacy (DONT TOUCH)"=-36 +} + + +########################################################################################################## +# main dimensions +#--------------------------------------------------------------------------------------------------------# +# Setting this option to false will remove the planet with all the related items/block! +########################################################################################################## + +"main dimensions" { + # Setting this option to true will move Legacy Dimensions with old ID's to new ID! Use if moon dimensions are stil using above Legacy (DONT TOUCH) ID's + B:"Enable Legacy Dimension ID Migration"=false + + # Setting this option to false will remove the Eris & Tier 10 Rocket with all the related items/block/tools/armour/space stations! + B:"Eris & Tier 10 Rocket"=true + + # Setting this option to false will remove the Jupiter & Tier 5 Rocket with all the related items/block/tools/armour/space stations! + B:"Jupiter & Tier 5 Rocket"=true + + # Setting this option to false will remove the Mercury & Tier 4 Rocket with all the related items/block/tools/armour/space stations! + B:"Mercury & Tier 4 Rocket"=true + + # Setting this option to false will remove the Neptune & Tier 8 Rocket with all the related items/block/tools/armour/space stations! + B:"Neptune & Tier 8 Rocket"=true + + # Setting this option to false will remove the Pluto & Tier 9 Rocket with all the related items/block/tools/armour/space stations! + B:"Pluto & Tier 9 Rocket"=true + + # Setting this option to false will remove the Saturn & Tier 6 Rocket with all the related items/block/tools/armour!/space stations + B:"Saturn & Tier 6 Rocket"=true + + # Setting this option to false will remove the Uranus & Tier 7 Rocket with all the related items/block/tools/armour/space stations! + B:"Uranus & Tier 7 Rocket"=true +} + + +########################################################################################################## +# other dimensions +#--------------------------------------------------------------------------------------------------------# +# Setting this option to false will remove the planet/moon with all the related items/block//space stations! +########################################################################################################## + +"other dimensions" { + # Setting this option to false will remove Callisto & all the related items/block/tools/armour/space stations! + B:Callisto=true + + # Setting this option to false will remove Ceres & all the related items/block/tools/armour/space stations! + B:Ceres=true + + # Setting this option to false will remove Deimos & all the related items/block/tools/armour/space stations! + B:Deimos=true + + # Setting this option to false will remove Europa & all the related items/block/tools/armour/space stations! + B:Europa=true + + # Setting this option to false will remove Ganymede & all the related items/block/tools/armour/space stations! + B:Ganymede=true + + # Setting this option to false will remove Haumea + B:Haumea=true + + # Setting this option to false will remove IO & all the related items/block/tools/armour/space stations! + B:IO=true + + # Setting this option to false will remove Iapetus & all the related items/block/tools/armour/space stations! + B:Iapetus=true + + # Setting this option to false will remove Kepler 22b & all the related items/block/tools/armour/space stations! + B:"Kepler 22b"=true + + # Setting this option to false will remove all Kepler Solar Systems and their Planets/Moons! + B:"Kepler SolarSystems"=true + + # Setting this option to false will remove Kuiper Belt + B:"Kuiper Belt"=true + + # Setting this option to false will remove Makemake + B:Makemake=true + + # Setting this option to false will remove Oberon & all the related items/block/tools/armour/space stations! + B:Oberon=true + + # Setting this option to false will remove Phobos & all the related items/block/tools/armour/space stations! + B:Phobos=true + + # Setting this option to false will remove Rhea & all the related items/block/tools/armour/space stations! + B:Rhea=true + + # Setting this option to false will remove Titan & all the related items/block/tools/armour/space stations! + B:Titan=true + + # Setting this option to false will remove Titania & all the related items/block/tools/armour/space stations! + B:Titania=true + + # Setting this option to false will remove Triton & all the related items/block/tools/armour/space stations! + B:Triton=true + + # Setting this option to false will remove all unreachable moons added by ExtraPlanets, from showing on the Celestial Selection Screen! + B:"Unreachable moons on the Celestial Selection Screen"=true +} + + +########################################################################################################## +# pressure & radiation settings +#--------------------------------------------------------------------------------------------------------# +# Enable/Disable options for pressure & radiation settings +########################################################################################################## + +"pressure & radiation settings" { + # [0 = Disabled. range: 0 ~ 100, default: 6] + I:"Amount of Radiation on Asteroids (in %)"=0 + + # [0 = Disabled. : 0 ~ 100, default: 45] + I:"Amount of Radiation on Callisto (in %)"=0 + + # [0 = Disabled. range: 0 ~ 100, default: 50] + I:"Amount of Radiation on Ceres (in %)"=0 + + # [0 = Disabled. : 0 ~ 100, default: 5] + I:"Amount of Radiation on Deimos (in %)"=0 + + # [0 = Disabled. : 0 ~ 100, default: 50] + I:"Amount of Radiation on Eris (in %)"=0 + + # [0 = Disabled. : 0 ~ 100, default: 45] + I:"Amount of Radiation on Europa (in %)"=0 + + # [0 = Disabled. : 0 ~ 100, default: 45] + I:"Amount of Radiation on Ganymede (in %)"=0 + + # [0 = Disabled. : 0 ~ 100, default: 30] + I:"Amount of Radiation on Iapetus (in %)"=0 + + # [0 = Disabled. : 0 ~ 100, default: 45] + I:"Amount of Radiation on Io (in %)"=0 + + # [0 = Disabled. : 0 ~ 100, default: 45] + I:"Amount of Radiation on Jupiter (in %)"=0 + + # [0 = Disabled. range: 0 ~ 100, default: 5] + I:"Amount of Radiation on Mars (in %)"=0 + + # [0 = Disabled. range: 0 ~ 100, default: 25] + I:"Amount of Radiation on Mercury (in %)"=0 + + # [0 = Disabled. : 0 ~ 100, default: 3] + I:"Amount of Radiation on Moon (in %)"=0 + + # [0 = Disabled. : 0 ~ 100, default: 42] + I:"Amount of Radiation on Neptune (in %)"=0 + + # [0 = Disabled. : 0 ~ 100, default: 35] + I:"Amount of Radiation on Oberon (in %)"=0 + + # [0 = Disabled. : 0 ~ 100, default: 5] + I:"Amount of Radiation on Phobos (in %)"=0 + + # [0 = Disabled. : 0 ~ 100, default: 30] + I:"Amount of Radiation on Pluto (in %)"=0 + + # [0 = Disabled. : 0 ~ 100, default: 30] + I:"Amount of Radiation on Rhea (in %)"=0 + + # [0 = Disabled. : 0 ~ 100, default: 30] + I:"Amount of Radiation on Saturn (in %)"=0 + + # [0 = Disabled. range: 0 ~ 100, default: 4] + I:"Amount of Radiation on Space Stations (in %)"=0 + + # [0 = Disabled. : 0 ~ 100, default: 30] + I:"Amount of Radiation on Titan (in %)"=0 + + # [0 = Disabled. : 0 ~ 100, default: 35] + I:"Amount of Radiation on Titania (in %)"=0 + + # [0 = Disabled. : 0 ~ 100, default: 42] + I:"Amount of Radiation on Trition (in %)"=0 + + # [0 = Disabled. : 0 ~ 100, default: 35] + I:"Amount of Radiation on Uranus (in %)"=0 + + # [0 = Disabled. range: 0 ~ 100, default: 5] + I:"Amount of Radiation on Venus (in %)"=0 + + # [range: -2147483647 ~ 2147483647, default: 50] + I:"Amount of Radiation reduced by Anti Rad Drinks"=50 + + # [range: -2147483647 ~ 2147483647, default: 10] + I:"Amount of Radiation reduced by Decontamination Unit"=10 + + # [range: -2147483647 ~ 2147483647, default: 5] + I:"Amount of Radiation reduced by Sleeping"=100 + + # [range: -2147483647 ~ 2147483647, default: 0.025] + D:"Amount of Radiation weared off over time"=0.025 + + # Setting this option to false will disable & remove the Pressure System + B:"Enable Pressure"=true + + # Setting this option to false will disable & remove the Pressure System for Galacticraft Planets & Moons + B:"Enable Pressure for Galacticraft Planets & Moons"=true + + # Setting this option to false will disable & remove the Radiation System + B:"Enable Radiation"=false + + # Setting this option to false will disable & remove the Radiation System for Galacticraft Planets & Moons + B:"Enable Radiation for Galacticraft Planets & Moons"=false + + # Will hide the Pressure & Radiation HUD Bars for Planets & Moons & Space Stations that have disabled Pressure and Radiation or a value of 0 + B:"Hide Pressure & Radiation HUD Bars when not needed"=true + + # Format: 'modID:item:tier' (tier = Space Suit Tier) | example: minecraft:iron_chestplate:4 + S:"List of armour items to be considered as a space suit" < + > +} + + +########################################################################################################## +# schematics gui id +#--------------------------------------------------------------------------------------------------------# +# Change if a Schematic GUI ID is causing conflicts! +########################################################################################################## + +"schematics gui id" { + # [range: -2147483647 ~ 2147483647, default: 5562] + I:"Schematic Mars Rover GUI ID"=5562 + + # [range: -2147483647 ~ 2147483647, default: 6673] + I:"Schematic Mars Rover Page ID"=6673 + + # [range: -2147483647 ~ 2147483647, default: 5564] + I:"Schematic Tier 10 Electric Rocket GUI ID"=5564 + + # [range: -2147483647 ~ 2147483647, default: 5561] + I:"Schematic Tier 10 GUI ID"=5561 + + # [range: -2147483647 ~ 2147483647, default: 5555] + I:"Schematic Tier 4 GUI ID"=5555 + + # [range: -2147483647 ~ 2147483647, default: 5556] + I:"Schematic Tier 5 GUI ID"=5556 + + # [range: -2147483647 ~ 2147483647, default: 5557] + I:"Schematic Tier 6 GUI ID"=5557 + + # [range: -2147483647 ~ 2147483647, default: 5558] + I:"Schematic Tier 7 GUI ID"=5558 + + # [range: -2147483647 ~ 2147483647, default: 5559] + I:"Schematic Tier 8 GUI ID"=5559 + + # [range: -2147483647 ~ 2147483647, default: 5560] + I:"Schematic Tier 9 GUI ID"=5560 + + # [range: -2147483647 ~ 2147483647, default: 5563] + I:"Schematic Venus Rover GUI ID"=5563 + + # [range: -2147483647 ~ 2147483647, default: 6674] + I:"Schematic Venus Rover Page ID"=6674 +} + + +########################################################################################################## +# schematics page id +#--------------------------------------------------------------------------------------------------------# +# Change if a Schematic Page ID is causing conflicts! +########################################################################################################## + +"schematics page id" { + # [range: -2147483647 ~ 2147483647, default: 6675] + I:"Schematic Tier 10 Electric Rocket Page ID"=6675 + + # [range: -2147483647 ~ 2147483647, default: 6672] + I:"Schematic Tier 10 Page ID"=6672 + + # [range: -2147483647 ~ 2147483647, default: 6666] + I:"Schematic Tier 4 Page ID"=6666 + + # [range: -2147483647 ~ 2147483647, default: 6667] + I:"Schematic Tier 5 Page ID"=6667 + + # [range: -2147483647 ~ 2147483647, default: 6668] + I:"Schematic Tier 6 Page ID"=6668 + + # [range: -2147483647 ~ 2147483647, default: 6669] + I:"Schematic Tier 7 Page ID"=6669 + + # [range: -2147483647 ~ 2147483647, default: 6670] + I:"Schematic Tier 8 Page ID"=6670 + + # [range: -2147483647 ~ 2147483647, default: 6671] + I:"Schematic Tier 9 Page ID"=6671 +} + + +########################################################################################################## +# space stations +#--------------------------------------------------------------------------------------------------------# +# Setting this option to false will remove the space station from the planet (Note: Will be auto disbled when disabling a planet, so you dont need to disable them when disabling a planets) +########################################################################################################## + +"space stations" { + # Setting this option to false will disable & remove the Ceres Space Station + B:"Ceres SpaceStation"=true + + # Setting this option to false will disable & remove the Eris Space Station + B:"Eris SpaceStation"=true + + # Setting this option to false will disable & remove the Jupiter Space Station + B:"Jupiter SpaceStation"=true + + # Setting this option to false will disable & remove the Kepler22b Space Station + B:"Kepler22b SpaceStation"=true + + # Setting this option to false will disable & remove the Mars Space Station + B:"Mars SpaceStation"=true + + # Setting this option to false will disable & remove the Mercury Space Station + B:"Mercury SpaceStation"=true + + # Setting this option to false will disable & remove the Neptune Space Station + B:"Neptune SpaceStation"=true + + # Setting this option to false will disable & remove the Pluto Space Station + B:"Pluto SpaceStation"=true + + # Setting this option to false will disable & remove the Saturn Space Station + B:"Saturn SpaceStation"=true + + # Setting this option to false will disable & remove the Uranus Space Station + B:"Uranus SpaceStation"=true + + # Setting this option to false will disable & remove the Venus Space Station + B:"Venus SpaceStation"=true +} + + diff --git a/config/FBP/AnimBlockBlacklist.txt b/config/FBP/AnimBlockBlacklist.txt new file mode 100644 index 0000000..e69de29 diff --git a/config/FBP/AnimBlockExceptions.txt b/config/FBP/AnimBlockExceptions.txt new file mode 100644 index 0000000..bd7dd4b --- /dev/null +++ b/config/FBP/AnimBlockExceptions.txt @@ -0,0 +1,21 @@ +minecraft:vine +minecraft:barrier +minecraft:standing_banner +minecraft:cobblestone_wall +minecraft:chest +minecraft:ender_chest +minecraft:trapped_chest +minecraft:wooden_door +minecraft:birch_door +minecraft:spruce_door +minecraft:dark_oak_door +minecraft:jungle_door +minecraft:stone +minecraft:skull +minecraft:wall_banner +minecraft:air +minecraft:standing_sign +minecraft:wall_sign +minecraft:iron_door +minecraft:acacia_door +minecraft:bed diff --git a/config/FBP/FloatingMaterials.txt b/config/FBP/FloatingMaterials.txt new file mode 100644 index 0000000..e4835ac --- /dev/null +++ b/config/FBP/FloatingMaterials.txt @@ -0,0 +1,35 @@ +grass=false +ground=false +wood=true +rock=false +iron=false +anvil=false +water=false +lava=false +leaves=true +plants=true +vine=false +sponge=false +cloth=false +fire=false +sand=false +circuits=false +carpet=true +glass=false +redstone_light=false +tnt=false +coral=false +ice=true +packed_ice=false +snow=false +crafted_snow=false +cactus=false +clay=false +gourd=false +dragon_egg=false +portal=false +cake=false +web=true +piston=false +barrier=false +structure_void=false diff --git a/config/FBP/Particle.properties b/config/FBP/Particle.properties new file mode 100644 index 0000000..c735e47 --- /dev/null +++ b/config/FBP/Particle.properties @@ -0,0 +1,29 @@ +enabled=true +weatherParticleDensity=1.0 +particlesPerAxis=4 +restOnFloor=true +waterPhysics=true +fancyFlame=true +fancySmoke=true +fancyRain=false +fancySnow=true +spawnPlaceParticles=true +fancyPlaceAnim=false +animSmoothLighting=false +smartBreaking=true +lowTraction=false +bounceOffWalls=true +showInMillis=false +randomRotation=true +cartoonMode=false +entityCollision=false +randomizedScale=true +randomFadingSpeed=true +spawnRedstoneBlockParticles=false +spawnWhileFrozen=true +infiniteDuration=false +minAge=10 +maxAge=55 +scaleMult=0.75 +gravityMult=1.0 +rotationMult=1.0 \ No newline at end of file diff --git a/config/FBP/ParticleBlockBlacklist.txt b/config/FBP/ParticleBlockBlacklist.txt new file mode 100644 index 0000000..e69de29 diff --git a/config/FBP/ParticleBlockExceptions.txt b/config/FBP/ParticleBlockExceptions.txt new file mode 100644 index 0000000..e69de29 diff --git a/config/FarmingForBlockheads/Market.json b/config/FarmingForBlockheads/Market.json new file mode 100644 index 0000000..4a7cbd0 --- /dev/null +++ b/config/FarmingForBlockheads/Market.json @@ -0,0 +1,49 @@ +{ + "defaults": { + "__comment": "You can disable defaults by setting these to false. Do *NOT* try to add additional entries here. You can add additional entries in the custom section.", + "Vanilla Seeds": true, + "Natura Saplings": true, + "Vanilla Saplings": true, + "Bonemeal": true, + "Animal Eggs": false, + "Natura Seeds": true, + "Vanilla Flowers": false, + "Natura Bushes": false, + "Vanilla Mushrooms": false, + "Natura Nether Bushes": false + }, + "defaults payment": { + "__comment": "You can define custom payment items for the default entries here.", + "Vanilla Seeds": "1*minecraft:gold_ingot:0", + "Natura Saplings": "1*minecraft:gold_ingot:0", + "Vanilla Saplings": "1*minecraft:gold_ingot:0", + "Bonemeal": "1*minecraft:gold_ingot:0", + "Animal Eggs": "1*minecraft:gold_ingot:0", + "Natura Seeds": "1*minecraft:emerald:0", + "Vanilla Flowers": "1*minecraft:emerald:0", + "Natura Bushes": "2*minecraft:emerald:0", + "Vanilla Mushrooms": "1*minecraft:emerald:0", + "Natura Nether Bushes": "3*minecraft:emerald:0" + }, + "defaults blacklist": [ + "examplemod:example_item" + ], + "custom entries": { + "__comment": "You can define additional items to be sold by the Market here. Defaults can be overridden. Prefix with ! to blacklist instead.", + "immersiveengineering:seed": "2*minecraft:gold_ingot", + "abyssalcraft:shoggothflesh": "24*abyssalcraft:stone:7", + "primal:corn_seeds": "8*actuallyadditions:item_fertilizer" + }, + "defaults amount": { + "Vanilla Seeds": 1, + "Natura Saplings": 1, + "Vanilla Saplings": 1, + "Bonemeal": 1, + "Animal Eggs": 1, + "Natura Seeds": 1, + "Vanilla Flowers": 1, + "Natura Bushes": 1, + "Vanilla Mushrooms": 1, + "Natura Nether Bushes": 1 + } +} \ No newline at end of file diff --git a/config/Galacticraft/chunkloading.conf b/config/Galacticraft/chunkloading.conf new file mode 100644 index 0000000..90ae852 --- /dev/null +++ b/config/Galacticraft/chunkloading.conf @@ -0,0 +1,8 @@ +# Configuration file + +chunkloading { + # If you don't want each player's chunks to load when they log in, set to false. + B:LoadOnLogin=true +} + + diff --git a/config/Galacticraft/core.conf b/config/Galacticraft/core.conf new file mode 100644 index 0000000..36667f4 --- /dev/null +++ b/config/Galacticraft/core.conf @@ -0,0 +1,458 @@ +# Configuration file + +achievements { + # Base Achievement ID. All achievement IDs will start at this number. + I:idAchievBase=1784 +} + + +client { + # Setting this to false will revert night skies back to default minecraft star count + B:"More Stars"=true + + # If you have FPS problems, setting this to true will help if rocket particles are in your sights + B:"Disable Spaceship Particles"=false + + # If you're using this mod in virtual reality, or if you don't want the camera changes when entering a Galacticraft vehicle, set this to true. + B:"Disable Vehicle Third-Person and Zoom"=false + + # If true, this will move the Oxygen Indicator to the left side. You can combine this with "Minimap Bottom" + B:"Minimap Left"=false + + # If true, this will move the Oxygen Indicator to the bottom. You can combine this with "Minimap Left" + B:"Minimap Bottom"=true + + # By default, Galacticraft will override capes with the mod's donor cape. Set to false to disable. + B:"Override Capes"=true +} + + +compatibility { + # Set to true to make Galacticraft oil register as oilgc, for backwards compatibility with previously generated worlds. + B:"Use legacy oilgc fluid registration"=false + + # Set to true to make Galacticraft fuel register as fuelgc, for backwards compatibility with previously generated worlds. + B:"Use legacy fuelgc fluid registration"=false + + # List non-opaque blocks from other mods (for example, special types of glass) that the Oxygen Sealer should recognize as solid seals. Format is BlockName or BlockName:metadata + S:"External Sealable IDs" < + actuallyadditions:block_greenhouse_glass:0 + chisel:glass:0 + chisel:glass:1 + chisel:glass:2 + chisel:glass:3 + chisel:glass:4 + chisel:glass:5 + chisel:glass:6 + chisel:glass:7 + chisel:glass:8 + chisel:glass:9 + chisel:glass:10 + chisel:glass:11 + chisel:glass:12 + chisel:glass:13 + chisel:glass:14 + chisel:glass:15 + chisel:glassdyedblack:0 + chisel:glassdyedblack:1 + chisel:glassdyedblack:2 + chisel:glassdyedblack:3 + chisel:glassdyedblack:4 + chisel:glassdyedblack:5 + chisel:glassdyedblue:0 + chisel:glassdyedblue:1 + chisel:glassdyedblue:2 + chisel:glassdyedblue:3 + chisel:glassdyedblue:4 + chisel:glassdyedblue:5 + chisel:glassdyedbrown:0 + chisel:glassdyedbrown:1 + chisel:glassdyedbrown:2 + chisel:glassdyedbrown:3 + chisel:glassdyedbrown:4 + chisel:glassdyedbrown:5 + chisel:glassdyedcyan:0 + chisel:glassdyedcyan:1 + chisel:glassdyedcyan:2 + chisel:glassdyedcyan:3 + chisel:glassdyedcyan:4 + chisel:glassdyedcyan:5 + chisel:glassdyedgray:0 + chisel:glassdyedgray:1 + chisel:glassdyedgray:2 + chisel:glassdyedgray:3 + chisel:glassdyedgray:4 + chisel:glassdyedgray:5 + chisel:glassdyedgreen:0 + chisel:glassdyedgreen:1 + chisel:glassdyedgreen:2 + chisel:glassdyedgreen:3 + chisel:glassdyedgreen:4 + chisel:glassdyedgreen:5 + chisel:glassdyedlightblue:0 + chisel:glassdyedlightblue:1 + chisel:glassdyedlightblue:2 + chisel:glassdyedlightblue:3 + chisel:glassdyedlightblue:4 + chisel:glassdyedlightblue:5 + chisel:glassdyedlightgray:0 + chisel:glassdyedlightgray:1 + chisel:glassdyedlightgray:2 + chisel:glassdyedlightgray:3 + chisel:glassdyedlightgray:4 + chisel:glassdyedlightgray:5 + chisel:glassdyedlime:0 + chisel:glassdyedlime:1 + chisel:glassdyedlime:2 + chisel:glassdyedlime:3 + chisel:glassdyedlime:4 + chisel:glassdyedlime:5 + chisel:glassdyedmagenta:0 + chisel:glassdyedmagenta:1 + chisel:glassdyedmagenta:2 + chisel:glassdyedmagenta:3 + chisel:glassdyedmagenta:4 + chisel:glassdyedmagenta:5 + chisel:glassdyedorange:0 + chisel:glassdyedorange:1 + chisel:glassdyedorange:2 + chisel:glassdyedorange:3 + chisel:glassdyedorange:4 + chisel:glassdyedorange:5 + chisel:glassdyedpink:0 + chisel:glassdyedpink:1 + chisel:glassdyedpink:2 + chisel:glassdyedpink:3 + chisel:glassdyedpink:4 + chisel:glassdyedpink:5 + chisel:glassdyedpurple:0 + chisel:glassdyedpurple:1 + chisel:glassdyedpurple:2 + chisel:glassdyedpurple:3 + chisel:glassdyedpurple:4 + chisel:glassdyedpurple:5 + chisel:glassdyedred:0 + chisel:glassdyedred:1 + chisel:glassdyedred:2 + chisel:glassdyedred:3 + chisel:glassdyedred:4 + chisel:glassdyedred:5 + chisel:glassdyedwhite:0 + chisel:glassdyedwhite:1 + chisel:glassdyedwhite:2 + chisel:glassdyedwhite:3 + chisel:glassdyedwhite:4 + chisel:glassdyedwhite:5 + chisel:glassdyedyellow:0 + chisel:glassdyedyellow:1 + chisel:glassdyedyellow:2 + chisel:glassdyedyellow:3 + chisel:glassdyedyellow:4 + chisel:glassdyedyellow:5 + chisel:ice:0 + chisel:ice:1 + chisel:ice:2 + chisel:ice:3 + chisel:ice:4 + chisel:ice:5 + chisel:ice:6 + chisel:ice:7 + chisel:ice:8 + chisel:ice:9 + chisel:ice:10 + chisel:ice:11 + chisel:ice:12 + chisel:ice:13 + chisel:ice:14 + chisel:ice:15 + chisel:ice1:0 + chisel:ice1:1 + chisel:ice1:2 + chisel:ice1:3 + chisel:ice1:4 + chisel:ice1:5 + chisel:ice1:6 + chisel:ice1:7 + chisel:ice1:8 + chisel:ice1:9 + chisel:ice1:10 + chisel:ice1:11 + chisel:ice1:12 + chisel:ice1:13 + chisel:ice1:14 + chisel:ice1:15 + chisel:ice2:0 + chisel:icepillar:0 + chisel:icepillar:1 + chisel:icepillar:2 + chisel:icepillar:3 + chisel:icepillar:4 + chisel:icepillar:5 + chisel:icepillar:6 + ferdinandsflowers:block_dye_glass:0 + ferdinandsflowers:block_dye_glass:1 + ferdinandsflowers:block_dye_glass:2 + ferdinandsflowers:block_dye_glass:3 + ferdinandsflowers:block_dye_glass:4 + ferdinandsflowers:block_dye_glass:5 + ferdinandsflowers:block_dye_glass:6 + ferdinandsflowers:block_dye_glass:7 + ferdinandsflowers:block_dye_glass:8 + ferdinandsflowers:block_dye_glass:9 + ferdinandsflowers:block_dye_glass:10 + ferdinandsflowers:block_dye_glass:11 + ferdinandsflowers:block_dye_glass:12 + ferdinandsflowers:block_dye_glass:13 + ferdinandsflowers:block_dye_glass:14 + ferdinandsflowers:block_dye_glass:15 + galacticraftplanets:dense_ice:0 + immersiveengineering:stone_decoration:8 + mekanism:basicblock:10 + minecraft:ice:0 + natura:nether_glass:0 + natura:nether_glass:1 + nex:soul_glass:0 + primal:soulglass:0 + tconstruct:clear_glass:0 + tconstruct:clear_stained_glass:0 + tconstruct:clear_stained_glass:1 + tconstruct:clear_stained_glass:2 + tconstruct:clear_stained_glass:3 + tconstruct:clear_stained_glass:4 + tconstruct:clear_stained_glass:5 + tconstruct:clear_stained_glass:6 + tconstruct:clear_stained_glass:7 + tconstruct:clear_stained_glass:8 + tconstruct:clear_stained_glass:9 + tconstruct:clear_stained_glass:10 + tconstruct:clear_stained_glass:11 + tconstruct:clear_stained_glass:12 + tconstruct:clear_stained_glass:13 + tconstruct:clear_stained_glass:14 + tconstruct:clear_stained_glass:15 + tconstruct:seared_glass:0 + > + + # List blocks from other mods that the Sensor Glasses should recognize as solid blocks. Format is BlockName or BlockName:metadata. + S:"External Detectable IDs" < + coal_ore + diamond_ore + gold_ore + iron_ore + lapis_ore + lit_redstone_ore + redstone_ore + > + + # Enable this if the standard canister recipe causes a conflict. + B:"Alternate recipe for canisters"=false + + # This needs to match the OreDictionary name used in the other mod. Set a nonsense name to disable. + S:"OreDict name of other mod's silicon"=itemSilicon + + # Should normally be true. If you set this to false, in a modpack with other mods with the same metals, players may be able to craft advanced GC items without travelling to Moon, Mars, Asteroids etc. + B:"Must use GC's own space metals in recipes"=true + + # The normal factor is 1. Increase this to 2 - 5 if other mods with a lot of oil (e.g. BuildCraft) are installed to increase GC rocket fuel requirement. + I:"Rocket fuel factor"=1 +} + + +controls { + # Increase to make the mouse drag scroll more sensitive, decrease to lower sensitivity. + D:"Map Scroll Mouse Sensitivity"=1.0 + + # Set to true to invert the mouse scroll feature on the galaxy map. + B:"Map Scroll Mouse Invert"=false +} + + +difficulty { + # Spaceships will not explode on contact if set to true. + B:"Disable Spaceship Explosion"=true + + # Solar panels will work (default 2x) more effective on space stations. + D:"Space Station Solar Energy Multiplier"=2.0 + + # Set this to true for less metal use in Galacticraft recipes (makes the game easier). + B:"Quick Game Mode"=true + + # Set this to true for increased difficulty in modpacks (see forum for more info). + B:"Harder Difficulty"=false + + # Set this to true for a challenging adventure where the player starts the game stranded in the Asteroids dimension with low resources (only effective if Galacticraft Planets installed). + B:"Adventure Game Mode"=false + + # Add together flags 8, 4, 2, 1 to enable the four elements of adventure game mode. Default 15. 1 = extended compressor recipes. 2 = mob drops and spawning. 4 = more trees in hollow asteroids. 8 = start stranded in Asteroids. + I:"Adventure Game Mode Flags"=15 + + # Lower/Raise this value to change time between suffocation damage ticks (allowed range 50-250) + I:"Suffocation Cooldown"=100 + + # Change this value to modify the damage taken per suffocation tick + I:"Suffocation Damage"=2 + + # Change this if you wish to balance the mod (if you have more powerful weapon mods). + D:"Dungeon Boss Health Modifier"=1.0 + + # Set to a value between 0.0 and 1.0 to decrease meteor spawn chance (all dimensions). + D:"Meteor Spawn Modifier"=8.5 + + # Set to false to stop meteors from breaking blocks on contact. + B:"Meteor Block Damage Enabled"=true +} + + +dimensions { + # Dimension ID for the Overworld (as seen in the Celestial Map) + I:idDimensionOverworld=0 + + # Dimension ID for the Moon + I:idDimensionMoon=-28 + + # WorldProvider ID for Overworld Space Stations (advanced: do not change unless you have conflicts) + I:idDimensionOverworldOrbit=-27 + + # WorldProvider ID for Static Space Stations (advanced: do not change unless you have conflicts) + I:idDimensionOverworldOrbitStatic=-26 + + # Biome ID for Moon (Mars will be this + 1, Asteroids + 2 etc). Allowed range 40-250. + I:biomeIDBase=102 + + # IDs to load at startup, and keep loaded until server stops. Can be added via /gckeeploaded + I:"Static Loaded Dimensions" < + > + + # Set this to true to have an automatic /gckeeploaded for any new Space Station created. + B:"Set new Space Stations to be static loaded"=false + + # IDs of dimensions where rockets should not launch - this should always include the Nether. + S:"Dimensions where rockets cannot launch" < + 1 + -1 + 144 + 10 + > + + # If true, rockets will be unable to reach the Overworld (only use this in special modpacks!) + B:"Disable rockets from returning to Overworld"=false +} + + +general { + # If this is enabled, debug messages will appear in the console. This is useful for finding bugs in the mod. + B:"Enable Debug Messages"=false + + # By default, you will respawn on Galacticraft dimensions if you die. If you are dying over and over on a planet, set this to true, and you will respawn back on the Overworld. + B:"Force Overworld Spawn"=false + + # If this is true, the player will parachute onto the Moon instead - use only in debug situations. + B:"Disable lander on Moon and other planets"=false + + # Update check will not run if this is set to true. + B:"Disable Update Check"=true + + # Liquids will not flow into Grating block if this is set to false. + B:"Allow liquids into Gratings"=true + + # Space Race Manager will show on-screen after login, if enabled. + B:"Enable Space Race Manager Popup"=false +} + + +keybindings_initial { + # Default Map key on first Galacticraft run only. After first run, change keys by Minecraft in-game Controls menu. Valid settings: KEY_ followed by 0-9 or A-Z. + S:"Open Galaxy Map"=KEY_M + + # Default Rocket/Fuel key on first Galacticraft run only. After first run, change keys by Minecraft in-game Controls menu. Valid settings: KEY_ followed by 0-9 or A-Z. + S:"Open Rocket GUI"=KEY_G + + # Default Goggles key on first Galacticraft run only. After first run, change keys by Minecraft in-game Controls menu. Valid settings: KEY_ followed by 0-9 or A-Z. + S:"Toggle Advanced Goggles"=KEY_K +} + + +schematic { + # Schematic ID for Tier 1 Rocket, must be unique. + I:idSchematicRocketT1=0 + + # Schematic ID for Moon Buggy, must be unique. + I:idSchematicMoonBuggy=1 + + # Schematic ID for "Add Schematic" Page, must be unique + I:idSchematicAddSchematic=2147483647 +} + + +server { + # Set this to 0 for no borders (default). If set to e.g. 2000, players will land on the Moon inside the x,z range -2000 to 2000.) + I:"World border for landing location on other planets (Moon, Mars, etc)"=0 + + # While true, space stations require you to invite other players using /ssinvite + B:"Space Stations Require Permission"=true + + # If set to true on a server, players will be completely unable to create space stations. + B:"Disable Space Station creation"=false + + # If this is enabled, areas sealed by Oxygen Sealers will run a seal check when the player breaks or places a block (or on block updates). This should be enabled for a 100% accurate sealed status, but can be disabled on servers for performance reasons. + B:"Enable Sealed edge checks"=true +} + + +worldgen { + # Increasing this will increase amount of oil that will generate in each chunk. + D:"Oil Generation Factor"=1.8 + + # List of non-galacticraft dimension IDs to generate oil in. + I:"Oil gen in external dimensions" < + > + + # If this is enabled, GC oil will be added to existing Overworld maps where possible. + B:"Retro Gen of GC Oil in existing map chunks"=false + + # If this is enabled, copper ore will generate on the overworld. + B:"Enable Copper Ore Gen"=false + + # If this is enabled, tin ore will generate on the overworld. + B:"Enable Tin Ore Gen"=false + + # If this is enabled, aluminum ore will generate on the overworld. + B:"Enable Aluminum Ore Gen"=false + + # If this is enabled, silicon ore will generate on the overworld. + B:"Enable Silicon Ore Gen"=false + + # Disable Cheese Ore Gen on Moon. + B:"Disable Cheese Ore Gen on Moon"=false + + # Disable Tin Ore Gen on Moon. + B:"Disable Tin Ore Gen on Moon"=false + + # Disable Copper Ore Gen on Moon. + B:"Disable Copper Ore Gen on Moon"=false + + # Disable Sapphire Ore Gen on Moon. + B:"Disable Sapphire Ore Gen on Moon"=false + + # If true, moon villages will not generate. + B:"Disable Moon Village Gen"=false + + # If this is enabled, other mods' standard ores and all other features (eg. plants) can generate on the Moon and planets. Apart from looking wrong, this make cause 'Already Decorating!' type crashes. NOT RECOMMENDED! See Wiki. + B:"Generate all other mods features on planets"=false + + # If generate other mods features is disabled as recommended, this setting can whitelist CoFHCore custom worldgen on planets. + B:"Whitelist CoFHCore worldgen to generate its ores and lakes on planets"=false + + # If ThaumCraft is installed, ThaumCraft wild nodes can generate on the Moon and planets. + B:"Generate ThaumCraft wild nodes on planetary surfaces"=false + + # Enter IDs of other mods' ores here for Galacticraft to generate them on the Moon and other planets. Format is BlockName or BlockName:metadata. Use optional parameters at end of each line: /RARE /UNCOMMON or /COMMON for rarity in a chunk; /DEEP /SHALLOW or /BOTH for height; /SINGLE /STANDARD or /LARGE for clump size; /XTRARANDOM for ores sometimes there sometimes not at all. /ONLYMOON or /ONLYMARS if wanted on one planet only. If nothing specified, defaults are /COMMON, /BOTH and /STANDARD. Repeat lines to generate a huge quantity of ores. + S:"Other mods ores for GC to generate on the Moon and planets" < + contenttweaker:sub_block_holder_0:7 /ONLYMARS /DEEP /LARGE + > + + # Biome Types will not be registered in the BiomeDictionary if this is set to true. + B:"Disable Biome Type Registrations"=false +} + + diff --git a/config/Galacticraft/miccore.conf b/config/Galacticraft/miccore.conf new file mode 100644 index 0000000..989bee2 --- /dev/null +++ b/config/Galacticraft/miccore.conf @@ -0,0 +1,11 @@ +# Configuration file + +general { + # Enable debug messages during Galacticraft bytecode injection at startup. + B:"Enable Debug messages"=false + + # This will cause some dimensions to appear round, disable if render transformations cause a conflict. + B:"Enable Small Moons"=true +} + + diff --git a/config/Galacticraft/planets.conf b/config/Galacticraft/planets.conf new file mode 100644 index 0000000..badcdf8 --- /dev/null +++ b/config/Galacticraft/planets.conf @@ -0,0 +1,92 @@ +# Configuration file + +dimensions { + # Dimension ID for Mars + I:dimensionIDMars=-29 + + # Dimension ID for Asteroids + I:dimensionIDAsteroids=-30 + + # Dimension ID for Venus + I:dimensionIDVenus=-31 +} + + +general { + # Whether or not the launch controller acts as a chunk loader. Will cause issues if disabled! + B:launchControllerChunkLoad=true + + # May rarely cause issues if enabled, depends on how the other mod's dimensions are. + B:launchControllerAllDims=false + + # Option to disable Helium gas in Galacticraft (because it will be registered by another mod eg GregTech). + B:disableGalacticraftHelium=false + + # Maximum number of Astro Miners each player is allowed to have active (default 6). + I:maximumAstroMiners=6 + + # Option to disable small asteroids from spawning in the Asteroids Dimension. + B:disableSmallAsteroids=false + + # Disables background thunder and lightning. + B:disableAmbientLightning=false +} + + +schematic { + # Schematic ID for Tier 2 Rocket, must be unique. + I:idSchematicRocketT2=2 + + # Schematic ID for Cargo Rocket, must be unique. + I:idSchematicCargoRocket=3 + + # Schematic ID for Tier 3 Rocket, must be unique. + I:idSchematicRocketT3=4 +} + + +worldgen { + # Disable Iron Ore Gen on Mars. + B:"Disable Iron Ore Gen on Mars"=false + + # Disable Copper Ore Gen on Mars. + B:"Disable Copper Ore Gen on Mars"=false + + # Disable Tin Ore Gen on Mars. + B:"Disable Tin Ore Gen on Mars"=false + + # Disable Desh Ore Gen on Mars. + B:"Disable Desh Ore Gen on Mars"=false + + # Disable Iron Ore Gen on Asteroids. + B:"Disable Iron Ore Gen on Asteroids"=false + + # Disable Aluminum Ore Gen on Asteroids. + B:"Disable Aluminum Ore Gen on Asteroids"=false + + # Disable Ilmenite Ore Gen on Asteroids. + B:"Disable Ilmenite Ore Gen on Asteroids"=false + + # Disable Aluminum Ore Gen on Venus. + B:"Disable Aluminum Ore Gen on Venus"=false + + # Disable Copper Ore Gen on Venus. + B:"Disable Copper Ore Gen on Venus"=false + + # Disable Galena Ore Gen on Venus. + B:"Disable Galena Ore Gen on Venus"=false + + # Disable Quartz Ore Gen on Venus. + B:"Disable Quartz Ore Gen on Venus"=false + + # Disable Silicon Ore Gen on Venus. + B:"Disable Silicon Ore Gen on Venus"=false + + # Disable Tin Ore Gen on Venus. + B:"Disable Tin Ore Gen on Venus"=false + + # Disable Solar Ore Gen on Venus. + B:"Disable Solar Ore Gen on Venus"=false +} + + diff --git a/config/Galacticraft/power-GC3.conf b/config/Galacticraft/power-GC3.conf new file mode 100644 index 0000000..cdebe9f --- /dev/null +++ b/config/Galacticraft/power-GC3.conf @@ -0,0 +1,30 @@ +# Configuration file + +compatibility { + D:"BuildCraft Conversion Ratio"=16.0 + B:"Disable INPUT of BuildCraft energy"=false + B:"Disable INPUT of Forge Energy to GC machines"=false + B:"Disable INPUT of IC2 energy"=false + B:"Disable INPUT of Mekanism energy"=false + B:"Disable INPUT of RF energy"=false + B:"Disable OUTPUT of BuildCraft energy"=false + B:"Disable OUTPUT of Forge Energy from GC machines"=false + B:"Disable OUTPUT of IC2 energy"=false + B:"Disable OUTPUT of Mekanism energy"=false + B:"Disable OUTPUT of RF energy"=false + B:"Disable old Buildcraft API (MJ) interfacing completely?"=false + D:"IndustrialCraft Conversion Ratio"=6.557376861572266 + I:"Loss factor when converting energy as a percentage (100 = no loss, 90 = 10% loss ...)"=100 + D:"Mekanism Conversion Ratio"=0.6557376980781555 + D:"RF Conversion Ratio"=1.600000023841858 +} + + +display { + B:"If BuildCraft is loaded, show Galacticraft machines energy as MJ instead of gJ?"=false + B:"If IndustrialCraft2 is loaded, show Galacticraft machines energy as EU instead of gJ?"=false + B:"If Mekanism is loaded, show Galacticraft machines energy as Joules (J) instead of gJ?"=false + B:"Show Galacticraft machines energy in RF instead of gJ?"=true +} + + diff --git a/config/Guide-API/Guide-API.cfg b/config/Guide-API/Guide-API.cfg new file mode 100644 index 0000000..5148eaa --- /dev/null +++ b/config/Guide-API/Guide-API.cfg @@ -0,0 +1,48 @@ +# 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=false + + ########################################################################################################## + # 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:"bloodmagic:guide"=false + B:"crossroads:crossroadsmainguide"=false + B:"crossroads:info_guide"=false + + # [default: true] + B:"cyclicmagic:guide"=false + + # [default: false] + B:"modularrouters:guidebook"=false + } + +} + + +########################################################################################################## +# general +#--------------------------------------------------------------------------------------------------------# +# Miscellaneous settings. +########################################################################################################## + +general { + # Enables extra information being printed to the console. [default: true] + B:enableLogging=false +} + + diff --git a/config/InvTweaks/InvTweaks.cfg b/config/InvTweaks/InvTweaks.cfg new file mode 100644 index 0000000..0b6f610 --- /dev/null +++ b/config/InvTweaks/InvTweaks.cfg @@ -0,0 +1,23 @@ +#Inventory Tweaks Configuration +#(Regarding shortcuts, all key names can be found at: http://legacy.lwjgl.org/javadoc/org/lwjgl/input/Keyboard.html) +#Mon Dec 13 19:08:47 EST 2021 +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 +enableToolTipTreePath=false +version=1.64+dev.151.822d839 diff --git a/config/InvTweaks/InvTweaksRules.txt b/config/InvTweaks/InvTweaksRules.txt new file mode 100644 index 0000000..b8b0fa6 --- /dev/null +++ b/config/InvTweaks/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/InvTweaks/InvTweaksTree.txt b/config/InvTweaks/InvTweaksTree.txt new file mode 100644 index 0000000..a4881cc --- /dev/null +++ b/config/InvTweaks/InvTweaksTree.txt @@ -0,0 +1,1196 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/config/InvTweaks/trees/readme.txt b/config/InvTweaks/trees/readme.txt new file mode 100644 index 0000000..3df06a5 --- /dev/null +++ b/config/InvTweaks/trees/readme.txt @@ -0,0 +1,5 @@ +You may add additional ".tree" files to this folder and they will be merged into either the "minecraft.tree" file if it is in this folder or the normal InvTweakTree.txt file if "minecraft.tree" does not exist. These tree files have the same structure as the InvTweakTree.txt file, and matching categories will be merged into one with nodes from the new tree file being added to the end of the matching category. + +You can find tree files maintained by IMarvinTPA at https://github.com/IMarvinTPA/InventoryTweaksTrees + + diff --git a/config/InvTweaksRules.txt b/config/InvTweaksRules.txt new file mode 100644 index 0000000..b8b0fa6 --- /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/Mercurius.cfg b/config/Mercurius.cfg new file mode 100644 index 0000000..90d41a5 --- /dev/null +++ b/config/Mercurius.cfg @@ -0,0 +1,448 @@ +# Configuration file + +general { + S:modPack=SevTech-Ages + S:modPackVersion=3.2.1 + B:spammyLogs=false + + optout { + B:OS=false + B:clientTime=false + B:environment=false + B:installID=false + B:javaVersion=false + B:minecraftVersion=false + B:modPack=false + B:modPackVersion=false + B:ramAllocated=false + B:ramMax=false + B:sessionID=false + + mods { + B:FML=false + B:abyssalcraft=false + B:acintegration=false + B:actuallyadditions=false + B:actuallybaubles=false + B:adchimneys=false + B:advancedmortars=false + B:advancedrocketry=false + B:advancedrocketrycore=false + B:advgenerators=false + B:ae2stuff=false + B:animalium=false + B:animania=false + B:antiqueatlas=false + B:antiqueatlasoverlay=false + B:applecore=false + B:appleskin=false + B:appliedenergistics2=false + B:appliedenergistics2-core=false + B:aquamunda=false + B:arcanum=false + B:armoreablemobs=false + B:aroma1997core=false + B:aromabackup=false + B:aromabackuprecovery=false + B:astikoor=false + B:astikorcarts=false + B:astralsorcery=false + B:atmlib=false + B:autoreglib=false + B:autoverse=false + B:base=false + B:baubles=false + B:bdlib=false + B:bedbugs=false + B:bedrockbgone=false + B:bedrockores=false + B:beneath=false + B:betteradvancements=false + B:betterbedrock=false + B:betterbedrockgen=false + B:betterbuilderswands=false + B:betterfoliage=false + B:betterfonts=false + B:betterplacement=false + B:betterunderground=false + B:betterwithaddons=false + B:betterwithlib=false + B:betterwithmods=false + B:bibliocraft=false + B:bibliotheca=false + B:bloodmagic=false + B:blur=false + B:bnbgamingcore=false + B:bnbgaminglib=false + B:bonsaitrees=false + B:bookshelf=false + B:bottledmilk=false + B:bringbedrockback=false + B:buildcraftbuilders=false + B:buildcraftcore=false + B:buildcraftenergy=false + B:buildcraftfactory=false + B:buildcraftlib=false + B:buildcraftrobotics=false + B:buildcraftsilicon=false + B:buildcrafttransport=false + B:buildinggadgets=false + B:caliper=false + B:car=false + B:caravans=false + B:carryon=false + B:cavern=false + B:cd4017be_lib=false + B:ceramics=false + B:chameleon=false + B:charcoalblock=false + B:chargers=false + B:chesttransporter=false + B:chisel=false + B:chiselsandbits=false + B:chopdown=false + B:chunkanimator=false + B:clienttweaks=false + B:clumps=false + B:codechickenlib=false + B:coloredtooltips=false + B:colouredtooltips=false + B:com.elytradev.movingworld.common.asm.coremod=false + B:commoncapabilities=false + B:compactmachines3=false + B:compressions=false + B:conarm=false + B:containerfix=false + B:contenttweaker=false + B:controlling=false + B:cookingforblockheads=false + B:craftstudioapi=false + B:crafttweaker=false + B:crafttweakerjei=false + B:crossroads=false + B:csokicraftutil=false + B:csokicraftutil-11=false + B:ctgui=false + B:ctm=false + B:cucumber=false + B:cultivatedtech=false + B:custommainmenu=false + B:cyclicmagic=false + B:cyclopscore=false + B:darkutils=false + B:davincisvessels=false + B:death_compass=false + B:debugserverinfo=false + B:defaultoptions=false + B:despawningspawners=false + B:dimensionalcontrol=false + B:dimstages=false + B:dooglamooworlds=false + B:draftykites=false + B:dungpipe=false + B:ecomod=false + B:elevatorid=false + B:emberroot=false + B:embers=false + B:enchdesc=false + B:enderstorage=false + B:enderutilities=false + B:energyconverters=false + B:environmentaltech=false + B:examplemod=false + B:extendedcrafting=false + B:externaltweaker=false + B:extraplanets=false + B:factorytech=false + B:farmingforblockheads=false + B:farseek=false + B:fastbench=false + B:fastfurnace=false + B:fat_cat=false + B:fbp=false + B:fencejumper=false + B:ferdinandsflowers=false + B:ffs=false + B:findme=false + B:finite-water-control=false + B:flatbedrockx=false + B:flatcoloredblocks=false + B:foamfix=false + B:foamfixcore=false + B:forge=false + B:forgeendertech=false + B:forgelin=false + B:forgemultipartcbe=false + B:friendlyfire=false + B:fw=false + B:galacticraftcore=false + B:galacticraftplanets=false + B:galacticrafttweaker=false + B:gamestages=false + B:gardenstuff=false + B:geolosys=false + B:globalgamerules=false + B:glowing_dirtstone_reborn=false + B:gobblecore=false + B:gravestone=false + B:guideapi=false + B:hammercore=false + B:harvest=false + B:harvesttweaks=false + B:horsepower=false + B:huntingdim=false + B:iblis=false + B:ichunutil=false + B:igwmod=false + B:immcraft=false + B:immersiveengineering=false + B:immersivepetroleum=false + B:immersiverailroading=false + B:immersivetech=false + B:improvedbackpacks=false + B:incontrol=false + B:indlog=false + B:industrialforegoing=false + B:infinitefluids=false + B:infoaccessories=false + B:integrateddynamics=false + B:integrateddynamicscompat=false + B:integrationforegoing=false + B:inventorytweaks=false + B:ironbackpacks=false + B:ironchest=false + B:ironjetpacks=false + B:itemstages=false + B:ivtoolkit=false + B:jaff=false + B:jarm=false + B:jei=false + B:jeid=false + B:jeidsi=false + B:jeivillagers=false + B:jeresources=false + B:jmapstages=false + B:journeymap=false + B:jp.crafterkina.pipes=false + B:justenoughpetroleum=false + B:justthetips=false + B:keywizard=false + B:kleeslabs=false + B:laggoggles=false + B:legiblenei=false + B:lex=false + B:librarianlib=false + B:librarianliblate=false + B:libvulpes=false + B:loadingprofiler=false + B:loadingscreens=false + B:loottweaker=false + B:lostcities=false + B:lostsouls=false + B:lostthaumaturgy=false + B:lttweaker=false + B:magma_monsters=false + B:magnum=false + B:mantle=false + B:mcjtylib_ng=false + B:mcp=false + B:meecreeps=false + B:mekanism=false + B:mekatweaks=false + B:mercurius=false + B:micdoodlecore=false + B:microblockcbe=false + B:minecraft=false + B:minecraftmultipartcbe=false + B:missingtextures=false + B:mjrlegendslib=false + B:mob_grinding_utils=false + B:mobends=false + B:mobstages=false + B:modernconverter=false + B:moderncraftcore=false + B:modlistbuilder=false + B:modtweaker=false + B:modularmachinery=false + B:modularrouters=false + B:moreoverlays=false + B:morpheus=false + B:morphtool=false + B:mousetweaks=false + B:movillages=false + B:movingworld=false + B:mpbasic=false + B:mputils=false + B:mtlib=false + B:multiblockstages=false + B:mundaneredstone=false + B:mystagradcompat=false + B:mysticalagradditions=false + B:mysticalagriculture=false + B:natura=false + B:naturescompass=false + B:neat=false + B:nei=false + B:nex=false + B:nonausea=false + B:norecipebook=false + B:noworldgen5you=false + B:nuclearphysics=false + B:nutrition=false + B:oeintegration=false + B:omegacraft=false + B:openglider=false + B:oreexcavation=false + B:orestages=false + B:oretiers=false + B:overloaded=false + B:packetfilter=false + B:parrotpower=false + B:pdp=false + B:personalcars=false + B:pickletweaks=false + B:placebo=false + B:playerbosses=false + B:playerskins=false + B:pneumaticcraft=false + B:portalgun=false + B:poweradapters=false + B:prestige=false + B:primal=false + B:primal_tech=false + B:primalchests=false + B:progressiontweaks=false + B:progressivedifficulty=false + B:prospectors=false + B:quantumstorage=false + B:quark=false + B:quickleafdecay=false + B:randompatches=false + B:rangedpumps=false + B:realdrops=false + B:realtimeclock=false + B:reauth=false + B:reborncore=false + B:rebornstorage=false + B:reccomplex=false + B:recipestages=false + B:redstoneflux=false + B:refinedrelocation=false + B:refinedstorage=false + B:refinedstorageaddons=false + B:regressments=false + B:resourceloader=false + B:rftools=false + B:rftoolscontrol=false + B:roadrunner=false + B:roots=false + B:runesofwizardry=false + B:runesofwizardry_classics=false + B:rustic=false + B:sampler=false + B:samsocean=false + B:sasit=false + B:scannable=false + B:sev_tweaks_npc=false + B:sevpatches=false + B:sevtweaks=false + B:simpleautorun=false + B:simplegenerators=false + B:simpleplanes=false + B:simpletomb=false + B:simplyarrows=false + B:simplyconveyors=false + B:simplytea=false + B:skillable=false + B:smoothfont=false + B:smoothfontcore=false + B:soot=false + B:spartanshields=false + B:spatialservermod=false + B:stellarapi=false + B:stellarsky=false + B:stepup=false + B:stevescarts=false + B:stevesfactorymanager=false + B:stg=false + B:stickyfingers=false + B:storagedrawers=false + B:storagedrawersextra=false + B:storagenetwork=false + B:streams=false + B:structuredcrafting=false + B:sugiforest=false + B:supersoundmuffler=false + B:survivalist=false + B:tallgates=false + B:tcomplement=false + B:tconstruct=false + B:teslacorelib=false + B:teslacorelib_registries=false + B:"test mod"=false + B:texfix=false + B:thebetweenlands=false + B:thebomplugin=false + B:theoneprobe=false + B:thirstybottles=false + B:tickprofiler=false + B:timecontrol=false + B:tinker_io=false + B:tinkerstages=false + B:tinkertoolleveling=false + B:tips=false + B:tipthescales=false + B:toastcontrol=false + B:togetherforever=false + B:toolbelt=false + B:toolprogression=false + B:topography=false + B:totemic=false + B:tothebatpoles=false + B:tp=false + B:trackapi=false + B:translocator=false + B:translocators=false + B:trashslot=false + B:traverse=false + B:treechopper=false + B:triumph=false + B:trumpetskeleton=false + B:tumbleweed=false + B:twilightforest=false + B:unidict=false + B:universalmodifiers=false + B:uppers=false + B:valkyrielib=false + B:vc=false + B:vctweaker=false + B:vimmersion=false + B:vtt=false + B:waddles=false + B:waila=false + B:wailaharvestability=false + B:wailastages=false + B:walljump=false + B:wanionlib=false + B:watercontrolextreme=false + B:waterstrainer=false + B:wawla=false + B:weirdinggadget=false + B:wildcrops=false + B:witherskelefix=false + B:wizardry=false + B:wopper=false + B:worldstripper=false + B:worldutils=false + B:xnet=false + B:ynot=false + B:yoyos=false + B:zenloot=false + B:zenstages=false + } + + } + +} + + diff --git a/config/MoVillages/VillageDistance.cfg b/config/MoVillages/VillageDistance.cfg new file mode 100644 index 0000000..7192e5c --- /dev/null +++ b/config/MoVillages/VillageDistance.cfg @@ -0,0 +1,24 @@ +# Configuration file + +customization { + I:"Village Distance - 32 is vanilla, 16 is more common, 8 is extremely common, 4 is just insane."=23 +} + + +"villages to generate" { + B:"Birch Forest"=true + B:"Cold Taiga"=true + B:"Extreme Hills"=true + B:Forest=true + B:"Ice Plains/Mountains"=true + B:Jungle=true + B:"Mega Taiga"=true + B:Mesa=true + B:Mushroom=true + B:Ocean=false + B:"Roofed Forest"=true + B:Swamp=true + B:Taiga=true +} + + diff --git a/config/MoreOverlays.cfg b/config/MoreOverlays.cfg new file mode 100644 index 0000000..bcbc95c --- /dev/null +++ b/config/MoreOverlays.cfg @@ -0,0 +1,89 @@ +# 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 +} + + +########################################################################################################## +# itemsearch +#--------------------------------------------------------------------------------------------------------# +# Settings for the item search feature +########################################################################################################## + +itemsearch { + # Items where the NBT of an Item matters and should not be ignored + S:matchNBT < + minecraft:enchanted_book + > +} + + +########################################################################################################## +# 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/MouseTweaks.cfg b/config/MouseTweaks.cfg new file mode 100644 index 0000000..4ace0d5 --- /dev/null +++ b/config/MouseTweaks.cfg @@ -0,0 +1,9 @@ +#Wed May 09 10:47:19 EDT 2018 +WheelScrollDirection=0 +WheelTweak=0 +LMBTweakWithoutItem=1 +WheelSearchOrder=1 +LMBTweakWithItem=1 +RMBTweak=1 +OnTickMethodOrder=Forge, LiteLoader +Debug=0 diff --git a/config/MovingWorld/AssemblePriority.cfg b/config/MovingWorld/AssemblePriority.cfg new file mode 100644 index 0000000..1f5f7b8 --- /dev/null +++ b/config/MovingWorld/AssemblePriority.cfg @@ -0,0 +1,231 @@ +# Configuration file + +"dont touch" { + S:"CONFIG VERSION"=MovingWorldCFG.1.0.0 +} + + +general { + B:"Rediscover powered blocks on next restart?"=false +} + + +mobile_chunk { + S:highpriorityassembly_blocks < + minecraft:air + minecraft:piston_extension + minecraft:piston_head + minecraft:sticky_piston + minecraft:piston + minecraft:air + minecraft:golden_rail + minecraft:detector_rail + minecraft:wooden_door + minecraft:lever + minecraft:stone_pressure_plate + minecraft:iron_door + minecraft:wooden_pressure_plate + minecraft:stone_button + minecraft:fence_gate + minecraft:tripwire_hook + minecraft:tripwire + minecraft:wooden_button + minecraft:unpowered_comparator + minecraft:powered_comparator + minecraft:activator_rail + minecraft:spruce_fence_gate + minecraft:birch_fence_gate + minecraft:jungle_fence_gate + minecraft:dark_oak_fence_gate + minecraft:acacia_fence_gate + minecraft:spruce_door + minecraft:birch_door + minecraft:jungle_door + minecraft:acacia_door + minecraft:dark_oak_door + minecraft:observer + advgenerators:control + rustic:fence_gate_olive + rustic:fence_gate_ironwood + rustic:olive_door + rustic:ironwood_door + tconstruct:slime_channel + natura:overworld_door_eucalyptus + natura:overworld_door_hopseed + natura:overworld_door_sakura + natura:overworld_door_redwood + natura:overworld_door_redwood_bark + natura:overworld_door_tiger + natura:overworld_door_maple + natura:overworld_door_silverbell + natura:nether_door_ghostwood + natura:nether_door_bloodwood + natura:nether_door_darkwood + natura:nether_door_fusewood + natura:nether_lever + natura:nether_button + natura:nether_pressure_plate + natura:blaze_rail_golden + natura:blaze_rail_activator + natura:blaze_rail_detector + natura:maple_button + natura:maple_pressure_plate + natura:maple_fence_gate + natura:silverbell_button + natura:silverbell_pressure_plate + natura:silverbell_fence_gate + natura:amaranth_button + natura:amaranth_pressure_plate + natura:amaranth_fence_gate + natura:tiger_button + natura:tiger_pressure_plate + natura:tiger_fence_gate + natura:willow_button + natura:willow_pressure_plate + natura:willow_fence_gate + natura:eucalyptus_button + natura:eucalyptus_pressure_plate + natura:eucalyptus_fence_gate + natura:hopseed_button + natura:hopseed_pressure_plate + natura:hopseed_fence_gate + natura:sakura_button + natura:sakura_pressure_plate + natura:sakura_fence_gate + natura:redwood_button + natura:redwood_pressure_plate + natura:redwood_fence_gate + natura:ghostwood_button + natura:ghostwood_pressure_plate + natura:ghostwood_fence_gate + natura:bloodwood_button + natura:bloodwood_pressure_plate + natura:bloodwood_fence_gate + natura:fusewood_button + natura:fusewood_pressure_plate + natura:fusewood_fence_gate + natura:darkwood_button + natura:darkwood_pressure_plate + natura:darkwood_fence_gate + traverse:fir_fence_gate + traverse:fir_door + betterwithmods:booster + betterwithmods:steel_pressure_plate + appliedenergistics2:security_station + appliedenergistics2:quartz_growth_accelerator + appliedenergistics2:crafting_unit + appliedenergistics2:crafting_accelerator + appliedenergistics2:crafting_storage_1k + appliedenergistics2:crafting_storage_4k + appliedenergistics2:crafting_storage_16k + appliedenergistics2:crafting_storage_64k + appliedenergistics2:crafting_monitor + appliedenergistics2:molecular_assembler + quark:nether_brick_fence_gate + quark:redstone_randomizer + quark:iron_button + quark:gold_button + quark:obsidian_pressure_plate + car:oilmill + car:blastfurnace + car:backmix_reactor + car:generator + chargers:wireless_charger + cookingforblockheads:oven + darkutils:update_detector + darkutils:sneaky_lever + darkutils:sneaky_plate + darkutils:sneaky_button + darkutils:timer + enderutilities:molecular_exciter + enderutilities:phasing + integrateddynamics:menril_door + mob_grinding_utils:fan + mob_grinding_utils:saw + mob_grinding_utils:xp_tap + nex:quartz_fence_gate + nex:nether_brick_fence_gate + nex:red_nether_brick_fence_gate + nex:basalt_fence_gate + nex:basalt_smooth_fence_gate + nex:basalt_brick_fence_gate + nex:basalt_pillar_fence_gate + nex:fiery_nether_brick_fence_gate + nex:icy_nether_brick_fence_gate + nex:lively_nether_brick_fence_gate + nex:gloomy_nether_brick_fence_gate + primal:lever_nether + primal:door_corypha + primal:door_ironwood + primal:door_yew + primal:door_lacquer + primal:gate_ironwood + primal:gate_corypha + primal:gate_yew + primal:gate_lacquer + stevescarts:blockdetector + storagedrawers:keybutton + tallgates:oak_tall_gate + tallgates:spruce_tall_gate + tallgates:birch_tall_gate + tallgates:jungle_tall_gate + tallgates:dark_oak_tall_gate + tallgates:acacia_tall_gate + tcomplement:alloy_tank + tcomplement:porcelain_alloy_tank + totemic:cedar_fence_gate + abyssalcraft:dsbutton + abyssalcraft:dspplate + abyssalcraft:dltbutton + abyssalcraft:dltpplate + abyssalcraft:abybutton + abyssalcraft:abypplate + abyssalcraft:cstonebutton + abyssalcraft:cstonepplate + abyssalcraft:door_dlt + abyssalcraft:door_drt + cyclicmagic:wireless_transmitter + cyclicmagic:wireless_receiver + cyclicmagic:clock + cyclicmagic:password_block + refinedstorage:detector + davincisvessels:crate_wood + thebetweenlands:weedwood_plank_fence_gate + thebetweenlands:weedwood_log_fence_gate + thebetweenlands:rubber_tree_plank_fence_gate + thebetweenlands:giant_root_plank_fence_gate + thebetweenlands:hearthgrove_plank_fence_gate + thebetweenlands:nibbletwig_plank_fence_gate + thebetweenlands:weedwood_plank_pressure_plate + thebetweenlands:betweenstone_pressure_plate + thebetweenlands:syrmorite_pressure_plate + thebetweenlands:weedwood_plank_button + thebetweenlands:betweenstone_button + thebetweenlands:weedwood_lever + thebetweenlands:mud_tower_beam_origin + thebetweenlands:mud_tower_beam_relay + thebetweenlands:rotten_plank_fence_gate + thebetweenlands:weedwood_door + thebetweenlands:rubber_tree_plank_door + thebetweenlands:giant_root_plank_door + thebetweenlands:hearthgrove_plank_door + thebetweenlands:nibbletwig_plank_door + thebetweenlands:syrmorite_door + thebetweenlands:scabyst_door + > + S:highprioritydisassembly_blocks < + minecraft:piston_head + minecraft:piston_extension + > + S:lowpriorityassembly_blocks < + minecraft:redstone_wire + minecraft:obsidian + > + S:lowprioritydisassembly_blocks < + minecraft:end_portal + minecraft:portal + minecraft:redstone_wire + > +} + + diff --git a/config/MovingWorld/Main.cfg b/config/MovingWorld/Main.cfg new file mode 100644 index 0000000..8ac26fa --- /dev/null +++ b/config/MovingWorld/Main.cfg @@ -0,0 +1,200 @@ +# Configuration file + +general { + B:"Allow other mods to add to the whitelist/blacklist? NOTE: Turn off if you want to remove the default blacklist/whitelist"=true + B:"Assemble Diagonal Blocks NOTE: Can be overridden by mods!"=false + B:"Use Iterative Algorithm"=true +} + + +mobile_chunk { + # A list of blocks that are allowed on a Moving World. + S:allowed_blocks < + minecraft:acacia_stairs + minecraft:activator_rail + minecraft:anvil + minecraft:bed + minecraft:birch_stairs + minecraft:bookshelf + minecraft:brewing_stand + minecraft:brick_block + minecraft:brick_stairs + minecraft:cactus + minecraft:cake + minecraft:carpet + minecraft:coal_block + minecraft:cobblestone + minecraft:cobblestone_wall + minecraft:command_block + minecraft:crafting_table + minecraft:dark_oak_stairs + minecraft:detector_rail + minecraft:diamond_block + minecraft:dispenser + minecraft:dropper + minecraft:daylight_detector + minecraft:double_stone_slab + minecraft:double_wooden_slab + minecraft:emerald_block + minecraft:enchanting_table + minecraft:end_stone + minecraft:ender_chest + minecraft:acacia_fence + minecraft:birch_fence + minecraft:dark_oak_fence + minecraft:jungle_fence + minecraft:nether_brick_fence + minecraft:fence + minecraft:spruce_fence + minecraft:acacia_fence_gate + minecraft:birch_fence_gate + minecraft:dark_oak_fence_gate + minecraft:jungle_fence_gate + minecraft:fence_gate + minecraft:spruce_fence_gate + minecraft:air + minecraft:furnace + minecraft:fire + minecraft:glass + minecraft:glass_pane + minecraft:glowstone + minecraft:gold_block + minecraft:golden_rail + minecraft:hardened_clay + minecraft:hay_block + minecraft:heavy_weighted_pressure_plate + minecraft:hopper + minecraft:iron_bars + minecraft:iron_block + minecraft:iron_door + minecraft:jukebox + minecraft:jungle_stairs + minecraft:ladder + minecraft:lapis_block + minecraft:lever + minecraft:light_weighted_pressure_plate + minecraft:lit_furnace + minecraft:lit_pumpkin + minecraft:lit_redstone_lamp + minecraft:log + minecraft:log2 + minecraft:melon_block + minecraft:mob_spawner + minecraft:monster_egg + minecraft:mossy_cobblestone + minecraft:nether_brick + minecraft:nether_brick_fence + minecraft:nether_brick_stairs + minecraft:noteblock + minecraft:oak_stairs + minecraft:obsidian + minecraft:planks + minecraft:pumpkin + minecraft:piston + minecraft:piston_extension + minecraft:piston_head + minecraft:powered_comparator + minecraft:powered_repeater + minecraft:quartz_block + minecraft:quartz_stairs + minecraft:rail + minecraft:redstone_block + minecraft:redstone_torch + minecraft:redstone_wire + minecraft:sandstone + minecraft:sandstone_stairs + minecraft:red_sandstone + minecraft:red_sandstone_stairs + minecraft:skull + minecraft:sponge + minecraft:spruce_stairs + minecraft:stained_hardened_clay + minecraft:standing_sign + minecraft:stone_brick_stairs + minecraft:stone_button + minecraft:stone_pressure_plate + minecraft:stone_stairs + minecraft:stonebrick + minecraft:stained_glass + minecraft:stained_glass_pane + minecraft:sticky_piston + minecraft:stone_slab + minecraft:stone_slab2 + minecraft:tnt + minecraft:torch + minecraft:trapdoor + minecraft:trapped_chest + minecraft:tripwire + minecraft:tripwire_hook + minecraft:unlit_redstone_torch + minecraft:unpowered_comparator + minecraft:unpowered_repeater + minecraft:wall_sign + minecraft:web + minecraft:wooden_button + minecraft:acacia_door + minecraft:birch_door + minecraft:dark_oak_door + minecraft:jungle_door + minecraft:wooden_door + minecraft:spruce_door + minecraft:wooden_pressure_plate + minecraft:wool + minecraft:wooden_slab + davincisvessels:marker + davincisvessels:floater + davincisvessels:balloon + davincisvessels:gauge + davincisvessels:seat + davincisvessels:engine + davincisvessels:stickybuffer + davincisvessels:anchorpoint + > + S:allowed_tiles < + > + S:block_densities < + "DavincisVessels:floater=0.04" + "DavincisVessels:balloon=0.02" + > + S:forbidden_blocks < + minecraft:dirt + minecraft:grass + minecraft:sand + minecraft:gravel + minecraft:clay + minecraft:ice + minecraft:water + minecraft:flowing_water + minecraft:lava + minecraft:flowing_lava + minecraft:snow + minecraft:snow_layer + minecraft:waterlily + minecraft:netherrack + minecraft:soul_sand + minecraft:tallgrass + davincisvessels:buffer + > + S:forbidden_tiles < + > + S:material_densities < + "minecraft:air=0.0" + "minecraft:wool=0.1" + > + S:overwritable_blocks < + minecraft:tallgrass + minecraft:waterlily + minecraft:snow_layer + > + S:updatable_tiles < + Furnace + Hopper + Banner + EnchantTable + DLDetector + > + B:use_tile_whitelist=false + B:use_whitelist=false +} + + diff --git a/config/NaturaModules.cfg b/config/NaturaModules.cfg new file mode 100644 index 0000000..dceb5a7 --- /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=false + + # Everything that's found in the world and worldgen including the netherite dimension + B:NaturaWorld=true + B:craftingtweaksIntegration=true +} + + diff --git a/config/NetherEx/Biomes/biomesoplenty/corrupted_sands.json b/config/NetherEx/Biomes/biomesoplenty/corrupted_sands.json new file mode 100644 index 0000000..c6be711 --- /dev/null +++ b/config/NetherEx/Biomes/biomesoplenty/corrupted_sands.json @@ -0,0 +1,5 @@ +{ + "biome": "biomesoplenty:corrupted_sands", + "weight": 8, + "enabled": true +} diff --git a/config/NetherEx/Biomes/biomesoplenty/fungi_forest.json b/config/NetherEx/Biomes/biomesoplenty/fungi_forest.json new file mode 100644 index 0000000..21959c9 --- /dev/null +++ b/config/NetherEx/Biomes/biomesoplenty/fungi_forest.json @@ -0,0 +1,5 @@ +{ + "biome": "biomesoplenty:fungi_forest", + "weight": 4, + "enabled": true +} diff --git a/config/NetherEx/Biomes/biomesoplenty/phantasmagoric_inferno.json b/config/NetherEx/Biomes/biomesoplenty/phantasmagoric_inferno.json new file mode 100644 index 0000000..32a993d --- /dev/null +++ b/config/NetherEx/Biomes/biomesoplenty/phantasmagoric_inferno.json @@ -0,0 +1,5 @@ +{ + "biome": "biomesoplenty:phantasmagoric_inferno", + "weight": 6, + "enabled": true +} diff --git a/config/NetherEx/Biomes/biomesoplenty/undergarden.json b/config/NetherEx/Biomes/biomesoplenty/undergarden.json new file mode 100644 index 0000000..1535733 --- /dev/null +++ b/config/NetherEx/Biomes/biomesoplenty/undergarden.json @@ -0,0 +1,5 @@ +{ + "biome": "biomesoplenty:undergarden", + "weight": 4, + "enabled": true +} diff --git a/config/NetherEx/Biomes/biomesoplenty/visceral_heap.json b/config/NetherEx/Biomes/biomesoplenty/visceral_heap.json new file mode 100644 index 0000000..2dd08e1 --- /dev/null +++ b/config/NetherEx/Biomes/biomesoplenty/visceral_heap.json @@ -0,0 +1,5 @@ +{ + "biome": "biomesoplenty:visceral_heap", + "weight": 4, + "enabled": true +} diff --git a/config/NetherEx/Biomes/minecraft/hell.json b/config/NetherEx/Biomes/minecraft/hell.json new file mode 100644 index 0000000..39d2808 --- /dev/null +++ b/config/NetherEx/Biomes/minecraft/hell.json @@ -0,0 +1,419 @@ +{ + "biome": "minecraft:hell", + "weight": 10, + "enabled": true, + "genDefaultFeatures": true, + "blocks": { + "topBlock": { + "block": "minecraft:netherrack" + }, + "fillerBlock": { + "block": "minecraft:netherrack" + }, + "wallBlock": { + "block": "minecraft:netherrack" + }, + "ceilingBottomBlock": { + "block": "minecraft:netherrack" + }, + "ceilingFillerBlock": { + "block": "minecraft:netherrack" + }, + "oceanBlock": { + "block": "minecraft:lava" + } + }, + "entities": [ + { + "entity": "minecraft:ghast", + "creatureType": "monster", + "weight": 50, + "minGroupCount": 4, + "maxGroupCount": 4, + "spawn": true + }, + { + "entity": "minecraft:zombie_pigman", + "creatureType": "monster", + "weight": 100, + "minGroupCount": 4, + "maxGroupCount": 4, + "spawn": true + }, + { + "entity": "minecraft:magma_cube", + "creatureType": "monster", + "weight": 2, + "minGroupCount": 4, + "maxGroupCount": 4, + "spawn": true + }, + { + "entity": "minecraft:enderman", + "creatureType": "monster", + "weight": 1, + "minGroupCount": 4, + "maxGroupCount": 4, + "spawn": true + }, + { + "entity": "magma_monsters:magma_monster", + "creatureType": "monster", + "weight": 2000, + "minGroupCount": 1, + "maxGroupCount": 3, + "spawn": true + }, + { + "entity": "magma_monsters:magma_monster_grunt", + "creatureType": "monster", + "weight": 2000, + "minGroupCount": 1, + "maxGroupCount": 3, + "spawn": true + }, + { + "entity": "quark:wraith", + "creatureType": "monster", + "weight": 60, + "minGroupCount": 4, + "maxGroupCount": 6, + "spawn": true + }, + { + "entity": "natura:heatscarspider", + "creatureType": "monster", + "weight": 10, + "minGroupCount": 4, + "maxGroupCount": 4, + "spawn": true + }, + { + "entity": "natura:babyheatscarspider", + "creatureType": "monster", + "weight": 10, + "minGroupCount": 4, + "maxGroupCount": 4, + "spawn": true + }, + { + "entity": "natura:nitrocreeper", + "creatureType": "monster", + "weight": 8, + "minGroupCount": 4, + "maxGroupCount": 6, + "spawn": true + }, + { + "entity": "primal:creeper_nether", + "creatureType": "monster", + "weight": 3, + "minGroupCount": 0, + "maxGroupCount": 1, + "spawn": true + }, + { + "entity": "natura:imp", + "creatureType": "creature", + "weight": 10, + "minGroupCount": 8, + "maxGroupCount": 12, + "spawn": true + }, + { + "entity": "primal:ovis_atre", + "creatureType": "creature", + "weight": 90, + "minGroupCount": 1, + "maxGroupCount": 6, + "spawn": true + }, + { + "entity": "animalium:wild_dog", + "creatureType": "monster", + "weight": 2, + "minGroupCount": 1, + "maxGroupCount": 2, + "spawn": true + }, + { + "entity": "animalium:bear", + "creatureType": "monster", + "weight": 1, + "minGroupCount": 1, + "maxGroupCount": 1, + "spawn": true + }, + { + "entity": "animalium:rat", + "creatureType": "monster", + "weight": 2, + "minGroupCount": 1, + "maxGroupCount": 3, + "spawn": true + }, + { + "entity": "magma_monsters:magma_monster", + "creatureType": "monster", + "weight": 2000, + "minGroupCount": 1, + "maxGroupCount": 3, + "spawn": true + }, + { + "entity": "magma_monsters:magma_monster_grunt", + "creatureType": "monster", + "weight": 2000, + "minGroupCount": 1, + "maxGroupCount": 3, + "spawn": true + }, + { + "entity": "quark:wraith", + "creatureType": "monster", + "weight": 60, + "minGroupCount": 4, + "maxGroupCount": 6, + "spawn": true + }, + { + "entity": "natura:heatscarspider", + "creatureType": "monster", + "weight": 10, + "minGroupCount": 4, + "maxGroupCount": 4, + "spawn": true + }, + { + "entity": "natura:babyheatscarspider", + "creatureType": "monster", + "weight": 10, + "minGroupCount": 4, + "maxGroupCount": 4, + "spawn": true + }, + { + "entity": "natura:nitrocreeper", + "creatureType": "monster", + "weight": 8, + "minGroupCount": 4, + "maxGroupCount": 6, + "spawn": true + }, + { + "entity": "primal:creeper_nether", + "creatureType": "monster", + "weight": 3, + "minGroupCount": 0, + "maxGroupCount": 1, + "spawn": true + }, + { + "entity": "natura:imp", + "creatureType": "creature", + "weight": 10, + "minGroupCount": 8, + "maxGroupCount": 12, + "spawn": true + }, + { + "entity": "primal:ovis_atre", + "creatureType": "creature", + "weight": 90, + "minGroupCount": 1, + "maxGroupCount": 6, + "spawn": true + } + ], + "features": [ + { + "feature": "lex:fluid", + "genStage": "populate", + "blockToSpawn": { + "block": "minecraft:flowing_lava" + }, + "blockToTarget": { + "block": "minecraft:netherrack" + }, + "hidden": false, + "genAttempts": 8, + "genProbability": 1.0, + "randomizeGenAttempts": false, + "generate": true, + "minGenHeight": 4, + "maxGenHeight": 124 + }, + { + "feature": "lex:scatter", + "genStage": "populate", + "blockToSpawn": { + "block": "minecraft:fire" + }, + "blockToTarget": { + "block": "minecraft:netherrack" + }, + "placement": "on_ground", + "genAttempts": 10, + "genProbability": 1.0, + "randomizeGenAttempts": true, + "generate": true, + "minGenHeight": 4, + "maxGenHeight": 124 + }, + { + "feature": "lex:cluster", + "genStage": "populate", + "blockToSpawn": { + "block": "minecraft:glowstone" + }, + "blockToAttachTo": { + "block": "minecraft:netherrack" + }, + "direction": "down", + "genAttempts": 10, + "genProbability": 1.0, + "randomizeGenAttempts": true, + "generate": true, + "minGenHeight": 4, + "maxGenHeight": 124 + }, + { + "feature": "lex:cluster", + "genStage": "populate", + "blockToSpawn": { + "block": "minecraft:glowstone" + }, + "blockToAttachTo": { + "block": "minecraft:netherrack" + }, + "direction": "down", + "genAttempts": 10, + "genProbability": 1.0, + "randomizeGenAttempts": false, + "generate": true, + "minGenHeight": 1, + "maxGenHeight": 128 + }, + { + "feature": "lex:scatter", + "genStage": "decorate", + "blockToSpawn": { + "block": "minecraft:red_mushroom" + }, + "blockToTarget": { + "block": "minecraft:netherrack" + }, + "placement": "on_ground", + "genAttempts": 1, + "genProbability": 0.25, + "randomizeGenAttempts": false, + "generate": true, + "minGenHeight": 1, + "maxGenHeight": 128 + }, + { + "feature": "lex:scatter", + "genStage": "decorate", + "blockToSpawn": { + "block": "minecraft:brown_mushroom" + }, + "blockToTarget": { + "block": "minecraft:netherrack" + }, + "placement": "on_ground", + "genAttempts": 1, + "genProbability": 0.25, + "randomizeGenAttempts": false, + "generate": true, + "minGenHeight": 1, + "maxGenHeight": 128 + }, + { + "feature": "lex:ore", + "genStage": "ore", + "blockToSpawn": { + "block": "minecraft:quartz_ore" + }, + "blockToReplace": { + "block": "minecraft:netherrack" + }, + "veinSize": 14, + "genAttempts": 16, + "genProbability": 1.0, + "randomizeGenAttempts": false, + "generate": true, + "minGenHeight": 10, + "maxGenHeight": 108 + }, + { + "feature": "lex:ore", + "genStage": "ore", + "blockToSpawn": { + "block": "nex:amethyst_ore" + }, + "blockToReplace": { + "block": "minecraft:netherrack" + }, + "veinSize": 3, + "genAttempts": 16, + "genProbability": 1.0, + "randomizeGenAttempts": false, + "generate": true, + "minGenHeight": 10, + "maxGenHeight": 108 + }, + { + "feature": "lex:ore", + "genStage": "populate", + "blockToSpawn": { + "block": "minecraft:magma" + }, + "blockToReplace": { + "block": "minecraft:netherrack" + }, + "veinSize": 32, + "genAttempts": 4, + "genProbability": 1.0, + "randomizeGenAttempts": false, + "generate": true, + "minGenHeight": 28, + "maxGenHeight": 38 + }, + { + "feature": "lex:fluid", + "genStage": "populate", + "blockToSpawn": { + "block": "minecraft:flowing_lava" + }, + "blockToTarget": { + "block": "minecraft:netherrack" + }, + "hidden": true, + "genAttempts": 16, + "genProbability": 1.0, + "randomizeGenAttempts": false, + "generate": true, + "minGenHeight": 10, + "maxGenHeight": 118 + }, + { + "feature": "lex:structure", + "genStage": "populate", + "structure": "nex:village/tiny_hell_pigtificate_village", + "type": "grounded", + "genAttempts": 1, + "genProbability": 1.0, + "randomizeGenAttempts": false, + "mirror": "random", + "rotation": "random", + "ignoredBlock": { + "block": "minecraft:structure_void", + "properties": {} + }, + "clearancePercentage": 0.75, + "generate": true, + "minGenHeight": 32, + "maxGenHeight": 116 + } + ] +} \ No newline at end of file diff --git a/config/NetherEx/Biomes/nex/arctic_abyss.json b/config/NetherEx/Biomes/nex/arctic_abyss.json new file mode 100644 index 0000000..ccc63ee --- /dev/null +++ b/config/NetherEx/Biomes/nex/arctic_abyss.json @@ -0,0 +1,259 @@ +{ + "biome": "nex:arctic_abyss", + "weight": 2, + "enabled": true, + "genDefaultFeatures": true, + "blocks": { + "topBlock": { + "block": "nex:frostburn_ice" + }, + "fillerBlock": { + "block": "nex:netherrack", + "properties": { + "type": "icy" + } + }, + "wallBlock": { + "block": "nex:netherrack", + "properties": { + "type": "icy" + } + }, + "ceilingBottomBlock": { + "block": "nex:frostburn_ice" + }, + "ceilingFillerBlock": { + "block": "nex:netherrack", + "properties": { + "type": "icy" + } + }, + "oceanBlock": { + "block": "minecraft:magma" + } + }, + "entities": [ + { + "entity": "minecraft:ghast", + "creatureType": "monster", + "weight": 50, + "minGroupCount": 1, + "maxGroupCount": 4, + "spawn": true + }, + { + "entity": "minecraft:zombie_pigman", + "creatureType": "monster", + "weight": 25, + "minGroupCount": 1, + "maxGroupCount": 4, + "spawn": true + }, + { + "entity": "nex:bone_spider", + "creatureType": "monster", + "weight": 35, + "minGroupCount": 1, + "maxGroupCount": 4, + "spawn": true + }, + { + "entity": "nex:wight", + "creatureType": "monster", + "weight": 75, + "minGroupCount": 1, + "maxGroupCount": 4, + "spawn": true + }, + { + "entity": "nex:brute", + "creatureType": "monster", + "weight": 15, + "minGroupCount": 1, + "maxGroupCount": 1, + "spawn": true + }, + { + "entity": "natura:heatscarspider", + "creatureType": "monster", + "weight": 10, + "minGroupCount": 4, + "maxGroupCount": 4, + "spawn": false + }, + { + "entity": "natura:babyheatscarspider", + "creatureType": "monster", + "weight": 10, + "minGroupCount": 4, + "maxGroupCount": 4, + "spawn": false + }, + { + "entity": "natura:nitrocreeper", + "creatureType": "monster", + "weight": 8, + "minGroupCount": 4, + "maxGroupCount": 6, + "spawn": false + }, + { + "entity": "primal:creeper_nether", + "creatureType": "monster", + "weight": 3, + "minGroupCount": 0, + "maxGroupCount": 1, + "spawn": false + }, + { + "entity": "natura:imp", + "creatureType": "creature", + "weight": 10, + "minGroupCount": 8, + "maxGroupCount": 12, + "spawn": false + }, + { + "entity": "primal:canis_campestris", + "creatureType": "creature", + "weight": 6, + "minGroupCount": 1, + "maxGroupCount": 3, + "spawn": false + }, + { + "entity": "primal:bear_black", + "creatureType": "creature", + "weight": 4, + "minGroupCount": 0, + "maxGroupCount": 2, + "spawn": false + }, + { + "entity": "primal:ovis_atre", + "creatureType": "creature", + "weight": 90, + "minGroupCount": 1, + "maxGroupCount": 6, + "spawn": false + } + ], + "features": [ + { + "feature": "lex:scatter", + "genStage": "populate", + "blockToSpawn": { + "block": "nex:blue_fire" + }, + "blockToTarget": { + "block": "nex:frostburn_ice" + }, + "placement": "on_ground", + "genAttempts": 5, + "genProbability": 1.0, + "randomizeGenAttempts": true, + "generate": true, + "minGenHeight": 4, + "maxGenHeight": 124 + }, + { + "feature": "lex:cluster", + "genStage": "populate", + "blockToSpawn": { + "block": "minecraft:glowstone" + }, + "blockToAttachTo": { + "block": "nex:netherrack", + "properties": { + "type": "icy" + } + }, + "direction": "down", + "genAttempts": 10, + "genProbability": 1.0, + "randomizeGenAttempts": true, + "generate": true, + "minGenHeight": 4, + "maxGenHeight": 124 + }, + { + "feature": "lex:cluster", + "genStage": "populate", + "blockToSpawn": { + "block": "minecraft:glowstone" + }, + "blockToAttachTo": { + "block": "nex:netherrack", + "properties": { + "type": "icy" + } + }, + "direction": "down", + "genAttempts": 10, + "genProbability": 1.0, + "randomizeGenAttempts": false, + "generate": true, + "minGenHeight": 1, + "maxGenHeight": 128 + }, + { + "feature": "lex:ore", + "genStage": "ore", + "blockToSpawn": { + "block": "nex:quartz_ore", + "properties": { + "type": "icy" + } + }, + "blockToReplace": { + "block": "nex:netherrack", + "properties": { + "type": "icy" + } + }, + "veinSize": 14, + "genAttempts": 16, + "genProbability": 1.0, + "randomizeGenAttempts": false, + "generate": true, + "minGenHeight": 10, + "maxGenHeight": 108 + }, + { + "feature": "lex:ore", + "genStage": "ore", + "blockToSpawn": { + "block": "nex:rime_ore" + }, + "blockToReplace": { + "block": "nex:netherrack", + "properties": { + "type": "icy" + } + }, + "veinSize": 7, + "genAttempts": 16, + "genProbability": 1.0, + "randomizeGenAttempts": false, + "generate": true, + "minGenHeight": 10, + "maxGenHeight": 108 + }, + { + "feature": "lex:pool", + "genStage": "populate", + "blockToSpawn": { + "block": "nex:ichor" + }, + "blockToSurround": { + "block": "nex:frostburn_ice" + }, + "genAttempts": 1, + "genProbability": 0.125, + "randomizeGenAttempts": false, + "generate": true, + "minGenHeight": 36, + "maxGenHeight": 96 + } + ] +} \ No newline at end of file diff --git a/config/NetherEx/Biomes/nex/fungi_forest.json b/config/NetherEx/Biomes/nex/fungi_forest.json new file mode 100644 index 0000000..4d88219 --- /dev/null +++ b/config/NetherEx/Biomes/nex/fungi_forest.json @@ -0,0 +1,260 @@ +{ + "biome": "nex:fungi_forest", + "weight": 4, + "enabled": true, + "genDefaultFeatures": true, + "blocks": { + "topBlock": { + "block": "nex:hyphae" + }, + "fillerBlock": { + "block": "nex:netherrack", + "properties": { + "type": "lively" + } + }, + "wallBlock": { + "block": "nex:netherrack", + "properties": { + "type": "lively" + } + }, + "ceilingBottomBlock": { + "block": "nex:netherrack", + "properties": { + "type": "lively" + } + }, + "ceilingFillerBlock": { + "block": "nex:netherrack", + "properties": { + "type": "lively" + } + }, + "oceanBlock": { + "block": "minecraft:lava" + } + }, + "entities": [ + { + "entity": "nex:mogus", + "creatureType": "monster", + "weight": 50, + "minGroupCount": 4, + "maxGroupCount": 4, + "spawn": true + }, + { + "entity": "nex:spore", + "creatureType": "monster", + "weight": 25, + "minGroupCount": 1, + "maxGroupCount": 3, + "spawn": true + }, + { + "entity": "nex:spore_creeper", + "creatureType": "monster", + "weight": 23, + "minGroupCount": 1, + "maxGroupCount": 3, + "spawn": true + }, + { + "entity": "natura:heatscarspider", + "creatureType": "monster", + "weight": 50, + "minGroupCount": 2, + "maxGroupCount": 4, + "spawn": true + }, + { + "entity": "natura:babyheatscarspider", + "creatureType": "monster", + "weight": 10, + "minGroupCount": 4, + "maxGroupCount": 4, + "spawn": false + }, + { + "entity": "natura:nitrocreeper", + "creatureType": "monster", + "weight": 8, + "minGroupCount": 4, + "maxGroupCount": 6, + "spawn": false + }, + { + "entity": "primal:creeper_nether", + "creatureType": "monster", + "weight": 3, + "minGroupCount": 0, + "maxGroupCount": 1, + "spawn": false + }, + { + "entity": "natura:imp", + "creatureType": "creature", + "weight": 10, + "minGroupCount": 8, + "maxGroupCount": 12, + "spawn": false + }, + { + "entity": "primal:ovis_atre", + "creatureType": "creature", + "weight": 90, + "minGroupCount": 1, + "maxGroupCount": 6, + "spawn": false + } + ], + "features": [ + { + "feature": "lex:cluster", + "genStage": "populate", + "blockToSpawn": { + "block": "minecraft:glowstone" + }, + "netherrack": { + "block": "nex:block_netherrack", + "properties": { + "type": "lively" + } + }, + "direction": "down", + "genAttempts": 10, + "genProbability": 1.0, + "randomizeGenAttempts": true, + "generate": true, + "blockToAttachTo": { + "block": "minecraft:barrier", + "properties": {} + }, + "minGenHeight": 4, + "maxGenHeight": 124 + }, + { + "feature": "lex:cluster", + "genStage": "populate", + "blockToSpawn": { + "block": "minecraft:glowstone" + }, + "netherrack": { + "block": "nex:block_netherrack", + "properties": { + "type": "lively" + } + }, + "direction": "down", + "genAttempts": 10, + "genProbability": 1.0, + "randomizeGenAttempts": false, + "generate": true, + "blockToAttachTo": { + "block": "minecraft:barrier", + "properties": {} + }, + "minGenHeight": 1, + "maxGenHeight": 128 + }, + { + "feature": "lex:ore", + "genStage": "ore", + "blockToSpawn": { + "block": "nex:quartz_ore", + "properties": { + "type": "lively" + } + }, + "blockToReplace": { + "block": "nex:netherrack", + "properties": { + "type": "lively" + } + }, + "veinSize": 14, + "genAttempts": 16, + "genProbability": 1.0, + "randomizeGenAttempts": false, + "generate": true, + "minGenHeight": 10, + "maxGenHeight": 108 + }, + { + "feature": "lex:big_mushroom", + "genStage": "decorate", + "mushroomCap": { + "block": "nex:elder_mushroom_cap", + "properties": { + "type": "brown" + } + }, + "mushroomStem": { + "block": "nex:elder_mushroom_stem" + }, + "blockToPlaceOn": { + "block": "nex:hyphae" + }, + "shape": "flat", + "genAttempts": 256, + "genProbability": 1.0, + "randomizeGenAttempts": true, + "generate": true, + "minGenHeight": 32, + "maxGenHeight": 108 + }, + { + "feature": "lex:big_mushroom", + "genStage": "decorate", + "mushroomCap": { + "block": "nex:elder_mushroom_cap", + "properties": { + "type": "red" + } + }, + "mushroomStem": { + "block": "nex:elder_mushroom_stem" + }, + "blockToPlaceOn": { + "block": "nex:hyphae" + }, + "shape": "bulb", + "genAttempts": 256, + "genProbability": 1.0, + "randomizeGenAttempts": false, + "generate": true, + "minGenHeight": 32, + "maxGenHeight": 108 + }, + { + "feature": "nex:enoki", + "genStage": "decorate", + "genAttempts": 16, + "genProbability": 1.0, + "randomizeGenAttempts": false, + "generate": true, + "minGenHeight": 64, + "maxGenHeight": 108 + }, + { + "feature": "lex:structure", + "genStage": "populate", + "structure": "nex:ghast_queen_shrine", + "type": "floating", + "genAttempts": 1, + "genProbability": 0.0125, + "randomizeGenAttempts": false, + "mirror": "random", + "rotation": "random", + "ignoredBlock": { + "block": "minecraft:structure_void", + "properties": {} + }, + "clearancePercentage": 1.0, + "generate": true, + "minGenHeight": 32, + "maxGenHeight": 116 + } + ] +} \ No newline at end of file diff --git a/config/NetherEx/Biomes/nex/ruthless_sands.json b/config/NetherEx/Biomes/nex/ruthless_sands.json new file mode 100644 index 0000000..010d259 --- /dev/null +++ b/config/NetherEx/Biomes/nex/ruthless_sands.json @@ -0,0 +1,227 @@ +{ + "biome": "nex:ruthless_sands", + "weight": 8, + "enabled": true, + "genDefaultFeatures": true, + "blocks": { + "topBlock": { + "block": "minecraft:soul_sand" + }, + "fillerBlock": { + "block": "nex:netherrack", + "properties": { + "type": "gloomy" + } + }, + "wallBlock": { + "block": "nex:netherrack", + "properties": { + "type": "gloomy" + } + }, + "ceilingBottomBlock": { + "block": "nex:netherrack", + "properties": { + "type": "gloomy" + } + }, + "ceilingFillerBlock": { + "block": "nex:netherrack", + "properties": { + "type": "gloomy" + } + }, + "oceanBlock": { + "block": "minecraft:lava" + } + }, + "entities": [ + { + "entity": "minecraft:wither_skeleton", + "creatureType": "monster", + "weight": 65, + "minGroupCount": 1, + "maxGroupCount": 4, + "spawn": true + }, + { + "entity": "minecraft:zombie_pigman", + "creatureType": "monster", + "weight": 45, + "minGroupCount": 1, + "maxGroupCount": 3, + "spawn": true + }, + { + "entity": "nex:spinout", + "creatureType": "monster", + "weight": 50, + "minGroupCount": 1, + "maxGroupCount": 2, + "spawn": true + }, + { + "entity": "natura:heatscarspider", + "creatureType": "monster", + "weight": 50, + "minGroupCount": 2, + "maxGroupCount": 4, + "spawn": true + }, + { + "entity": "natura:babyheatscarspider", + "creatureType": "monster", + "weight": 10, + "minGroupCount": 4, + "maxGroupCount": 4, + "spawn": false + }, + { + "entity": "natura:nitrocreeper", + "creatureType": "monster", + "weight": 8, + "minGroupCount": 4, + "maxGroupCount": 6, + "spawn": false + }, + { + "entity": "primal:creeper_nether", + "creatureType": "monster", + "weight": 3, + "minGroupCount": 0, + "maxGroupCount": 1, + "spawn": false + }, + { + "entity": "natura:imp", + "creatureType": "creature", + "weight": 10, + "minGroupCount": 8, + "maxGroupCount": 12, + "spawn": false + }, + { + "entity": "primal:ovis_atre", + "creatureType": "creature", + "weight": 90, + "minGroupCount": 1, + "maxGroupCount": 6, + "spawn": false + } + ], + "features": [ + { + "feature": "lex:fluid", + "genStage": "populate", + "blockToSpawn": { + "block": "minecraft:flowing_lava" + }, + "blockToTarget": { + "block": "nex:netherrack", + "properties": { + "type": "gloomy" + } + }, + "hidden": false, + "genAttempts": 8, + "genProbability": 1.0, + "randomizeGenAttempts": false, + "generate": true, + "minGenHeight": 4, + "maxGenHeight": 124 + }, + { + "feature": "lex:cluster", + "genStage": "populate", + "blockToSpawn": { + "block": "minecraft:glowstone" + }, + "blockToAttachTo": { + "block": "nex:netherrack", + "properties": { + "type": "gloomy" + } + }, + "direction": "down", + "genAttempts": 10, + "genProbability": 1.0, + "randomizeGenAttempts": true, + "generate": true, + "minGenHeight": 4, + "maxGenHeight": 124 + }, + { + "feature": "lex:cluster", + "genStage": "populate", + "blockToSpawn": { + "block": "minecraft:glowstone" + }, + "blockToAttachTo": { + "block": "nex:netherrack", + "properties": { + "type": "gloomy" + } + }, + "direction": "down", + "genAttempts": 10, + "genProbability": 1.0, + "randomizeGenAttempts": false, + "generate": true, + "minGenHeight": 1, + "maxGenHeight": 128 + }, + { + "feature": "lex:ore", + "genStage": "ore", + "blockToSpawn": { + "block": "nex:quartz_ore", + "properties": { + "type": "gloomy" + } + }, + "blockToReplace": { + "block": "nex:netherrack", + "properties": { + "type": "gloomy" + } + }, + "veinSize": 14, + "genAttempts": 16, + "genProbability": 1.0, + "randomizeGenAttempts": false, + "generate": true, + "minGenHeight": 10, + "maxGenHeight": 108 + }, + { + "feature": "lex:fluid", + "genStage": "populate", + "blockToSpawn": { + "block": "minecraft:flowing_lava" + }, + "blockToTarget": { + "block": "nex:netherrack", + "properties": { + "type": "gloomy" + } + }, + "hidden": true, + "genAttempts": 16, + "genProbability": 1.0, + "randomizeGenAttempts": false, + "generate": true, + "minGenHeight": 10, + "maxGenHeight": 118 + }, + { + "feature": "nex:thornstalk", + "genStage": "decorate", + "genAttempts": 16, + "genProbability": 1.0, + "randomizeGenAttempts": false, + "generate": true, + "minGenHeight": 32, + "maxGenHeight": 108 + } + ] +} \ No newline at end of file diff --git a/config/NetherEx/Biomes/nex/torrid_wasteland.json b/config/NetherEx/Biomes/nex/torrid_wasteland.json new file mode 100644 index 0000000..ba038b7 --- /dev/null +++ b/config/NetherEx/Biomes/nex/torrid_wasteland.json @@ -0,0 +1,310 @@ +{ + "biome": "nex:torrid_wasteland", + "weight": 6, + "enabled": true, + "genDefaultFeatures": true, + "blocks": { + "topBlock": { + "block": "nex:netherrack", + "properties": { + "type": "fiery" + } + }, + "fillerBlock": { + "block": "nex:netherrack", + "properties": { + "type": "fiery" + } + }, + "wallBlock": { + "block": "nex:netherrack", + "properties": { + "type": "fiery" + } + }, + "ceilingBottomBlock": { + "block": "nex:netherrack", + "properties": { + "type": "fiery" + } + }, + "ceilingFillerBlock": { + "block": "nex:netherrack", + "properties": { + "type": "fiery" + } + }, + "oceanBlock": { + "block": "minecraft:lava" + } + }, + "entities": [ + { + "entity": "minecraft:magma_cube", + "creatureType": "monster", + "weight": 15, + "minGroupCount": 1, + "maxGroupCount": 3, + "spawn": true + }, + { + "entity": "nex:ember", + "creatureType": "monster", + "weight": 25, + "minGroupCount": 1, + "maxGroupCount": 4, + "spawn": true + }, + { + "entity": "nex:salamander", + "creatureType": "monster", + "weight": 50, + "minGroupCount": 1, + "maxGroupCount": 3, + "spawn": true + }, + { + "entity": "natura:imp", + "creatureType": "creature", + "weight": 20, + "minGroupCount": 1, + "maxGroupCount": 4, + "spawn": true + }, + { + "entity": "natura:heatscarspider", + "creatureType": "monster", + "weight": 10, + "minGroupCount": 4, + "maxGroupCount": 4, + "spawn": false + }, + { + "entity": "natura:babyheatscarspider", + "creatureType": "monster", + "weight": 10, + "minGroupCount": 4, + "maxGroupCount": 4, + "spawn": false + }, + { + "entity": "natura:nitrocreeper", + "creatureType": "monster", + "weight": 8, + "minGroupCount": 4, + "maxGroupCount": 6, + "spawn": false + }, + { + "entity": "primal:creeper_nether", + "creatureType": "monster", + "weight": 3, + "minGroupCount": 0, + "maxGroupCount": 1, + "spawn": false + }, + { + "entity": "natura:imp", + "creatureType": "creature", + "weight": 10, + "minGroupCount": 8, + "maxGroupCount": 12, + "spawn": false + }, + { + "entity": "primal:ovis_atre", + "creatureType": "creature", + "weight": 90, + "minGroupCount": 1, + "maxGroupCount": 6, + "spawn": false + } + ], + "features": [ + { + "feature": "lex:fluid", + "genStage": "populate", + "blockToSpawn": { + "block": "minecraft:flowing_lava" + }, + "blockToTarget": { + "block": "nex:netherrack", + "properties": { + "type": "fiery" + } + }, + "hidden": false, + "genAttempts": 16, + "genProbability": 1.0, + "randomizeGenAttempts": false, + "generate": true, + "minGenHeight": 4, + "maxGenHeight": 128 + }, + { + "feature": "lex:scatter", + "genStage": "populate", + "blockToSpawn": { + "block": "minecraft:fire" + }, + "blockToTarget": { + "block": "nex:netherrack", + "properties": { + "type": "fiery" + } + }, + "placement": "on_ground", + "genAttempts": 20, + "genProbability": 1.0, + "randomizeGenAttempts": true, + "generate": true, + "minGenHeight": 4, + "maxGenHeight": 128 + }, + { + "feature": "lex:cluster", + "genStage": "populate", + "blockToSpawn": { + "block": "minecraft:glowstone" + }, + "blockToAttachTo": { + "block": "nex:netherrack", + "properties": { + "type": "fiery" + } + }, + "direction": "down", + "genAttempts": 10, + "genProbability": 1.0, + "randomizeGenAttempts": true, + "generate": true, + "minGenHeight": 4, + "maxGenHeight": 128 + }, + { + "feature": "lex:cluster", + "genStage": "populate", + "blockToSpawn": { + "block": "minecraft:glowstone" + }, + "blockToAttachTo": { + "block": "nex:netherrack", + "properties": { + "type": "fiery" + } + }, + "direction": "down", + "genAttempts": 10, + "genProbability": 1.0, + "randomizeGenAttempts": false, + "generate": true, + "minGenHeight": 1, + "maxGenHeight": 128 + }, + { + "feature": "lex:ore", + "genStage": "ore", + "blockToSpawn": { + "block": "nex:quartz_ore", + "properties": { + "type": "fiery" + } + }, + "blockToReplace": { + "block": "nex:netherrack", + "properties": { + "type": "fiery" + } + }, + "veinSize": 14, + "genAttempts": 16, + "genProbability": 1.0, + "randomizeGenAttempts": false, + "generate": true, + "minGenHeight": 10, + "maxGenHeight": 118 + }, + { + "feature": "lex:ore", + "genStage": "populate", + "blockToSpawn": { + "block": "nex:basalt", + "properties": { + "type": "normal" + } + }, + "blockToReplace": { + "block": "nex:netherrack", + "properties": { + "type": "fiery" + } + }, + "veinSize": 24, + "genAttempts": 14, + "genProbability": 1.0, + "randomizeGenAttempts": false, + "generate": true, + "minGenHeight": 10, + "maxGenHeight": 108 + }, + { + "feature": "lex:ore", + "genStage": "populate", + "blockToSpawn": { + "block": "minecraft:magma" + }, + "blockToReplace": { + "block": "nex:netherrack", + "properties": { + "type": "fiery" + } + }, + "veinSize": 32, + "genAttempts": 8, + "genProbability": 1.0, + "randomizeGenAttempts": false, + "generate": true, + "minGenHeight": 28, + "maxGenHeight": 38 + }, + { + "feature": "lex:fluid", + "genStage": "populate", + "blockToSpawn": { + "block": "minecraft:flowing_lava" + }, + "blockToTarget": { + "block": "nex:netherrack", + "properties": { + "type": "fiery" + } + }, + "hidden": true, + "genAttempts": 16, + "genProbability": 1.0, + "randomizeGenAttempts": false, + "generate": true, + "minGenHeight": 10, + "maxGenHeight": 118 + }, + { + "feature": "lex:pool", + "genStage": "populate", + "blockToSpawn": { + "block": "minecraft:lava" + }, + "blockToSurround": { + "block": "nex:netherrack", + "properties": { + "type": "fiery" + } + }, + "genAttempts": 8, + "genProbability": 1.0, + "randomizeGenAttempts": false, + "generate": true, + "minGenHeight": 10, + "maxGenHeight": 108 + } + ] +} \ No newline at end of file diff --git a/config/NetherEx/Trades/nex/armorsmith.json b/config/NetherEx/Trades/nex/armorsmith.json new file mode 100644 index 0000000..c01f984 --- /dev/null +++ b/config/NetherEx/Trades/nex/armorsmith.json @@ -0,0 +1,214 @@ +{ + "career": "armorsmith", + "trades": [ + { + "output": { + "item": "nex:salamander_hide", + "meta": 0, + "minStackSize": 1, + "maxStackSize": 1 + }, + "inputOne": { + "item": "nex:amethyst_crystal", + "meta": 0, + "minStackSize": 4, + "maxStackSize": 6 + }, + "minTradesAvailable": 2, + "maxTradesAvailable": 8, + "tradeLevel": 1 + }, + { + "output": { + "item": "nex:amethyst_crystal", + "meta": 0, + "minStackSize": 1, + "maxStackSize": 1 + }, + "inputOne": { + "item": "minecraft:iron_ingot", + "meta": 0, + "minStackSize": 10, + "maxStackSize": 20 + }, + "minTradesAvailable": 1, + "maxTradesAvailable": 4, + "tradeLevel": 1 + }, + { + "output": { + "item": "minecraft:leather", + "meta": 0, + "minStackSize": 1, + "maxStackSize": 2 + }, + "inputOne": { + "item": "nex:amethyst_crystal", + "meta": 0, + "minStackSize": 2, + "maxStackSize": 4 + }, + "minTradesAvailable": 2, + "maxTradesAvailable": 8, + "tradeLevel": 1 + }, + { + "output": { + "item": "minecraft:iron_nugget", + "meta": 0, + "minStackSize": 12, + "maxStackSize": 24 + }, + "inputOne": { + "item": "nex:amethyst_crystal", + "meta": 0, + "minStackSize": 1, + "maxStackSize": 1 + }, + "minTradesAvailable": 4, + "maxTradesAvailable": 8, + "tradeLevel": 1 + }, + { + "output": { + "item": "minecraft:chainmail_chestplate", + "meta": 0, + "minStackSize": 1, + "maxStackSize": 1 + }, + "inputOne": { + "item": "nex:amethyst_crystal", + "meta": 0, + "minStackSize": 12, + "maxStackSize": 20 + }, + "minTradesAvailable": 1, + "maxTradesAvailable": 4, + "tradeLevel": 2 + }, + { + "output": { + "item": "minecraft:chainmail_boots", + "meta": 0, + "minStackSize": 1, + "maxStackSize": 1 + }, + "inputOne": { + "item": "nex:amethyst_crystal", + "meta": 0, + "minStackSize": 6, + "maxStackSize": 14 + }, + "minTradesAvailable": 1, + "maxTradesAvailable": 4, + "tradeLevel": 2 + }, + { + "output": { + "item": "minecraft:chainmail_helmet", + "meta": 0, + "minStackSize": 1, + "maxStackSize": 1 + }, + "inputOne": { + "item": "nex:amethyst_crystal", + "meta": 0, + "minStackSize": 6, + "maxStackSize": 14 + }, + "minTradesAvailable": 1, + "maxTradesAvailable": 4, + "tradeLevel": 2 + }, + { + "output": { + "item": "minecraft:chainmail_leggings", + "meta": 0, + "minStackSize": 1, + "maxStackSize": 1 + }, + "inputOne": { + "item": "nex:amethyst_crystal", + "meta": 0, + "minStackSize": 9, + "maxStackSize": 18 + }, + "minTradesAvailable": 1, + "maxTradesAvailable": 4, + "tradeLevel": 2 + }, + { + "output": { + "item": "nex:salamander_hide_helmet", + "meta": 0, + "minStackSize": 1, + "maxStackSize": 1 + }, + "inputOne": { + "itemBlock": "nex:amethyst_crystal", + "properties": { + "type": "amethyst" + }, + "minStackSize": 1, + "maxStackSize": 3 + }, + "minTradesAvailable": 1, + "maxTradesAvailable": 2, + "tradeLevel": 3 + }, + { + "output": { + "item": "nex:salamander_hide_chestplate", + "meta": 0, + "minStackSize": 1, + "maxStackSize": 1 + }, + "inputOne": { + "itemBlock": "nex:amethyst_crystal", + "properties": { + "type": "amethyst" + }, + "minStackSize": 3, + "maxStackSize": 4 + }, + "minTradesAvailable": 1, + "maxTradesAvailable": 2, + "tradeLevel": 3 + }, + { + "output": { + "item": "nex:salamander_hide_leggings", + "meta": 0, + "minStackSize": 1, + "maxStackSize": 1 + }, + "inputOne": { + "itemBlock": "nex:amethyst_crystal", + "properties": { + "type": "amethyst" + }, + "minStackSize": 2, + "maxStackSize": 4 + }, + "minTradesAvailable": 1, + "maxTradesAvailable": 2, + "tradeLevel": 3 + }, + { + "output": { + "item": "nex:salamander_hide_boots", + "meta": 0, + "minStackSize": 1, + "maxStackSize": 1 + }, + "inputOne": { + "itemBlock": "nex:amethyst_block", + "minStackSize": 1, + "maxStackSize": 3 + }, + "minTradesAvailable": 1, + "maxTradesAvailable": 2, + "tradeLevel": 3 + } + ] +} diff --git a/config/NetherEx/Trades/nex/brewer.json b/config/NetherEx/Trades/nex/brewer.json new file mode 100644 index 0000000..939d569 --- /dev/null +++ b/config/NetherEx/Trades/nex/brewer.json @@ -0,0 +1,106 @@ +{ + "career": "brewer", + "trades": [ + { + "output": { + "item": "nex:spore", + "meta": 0, + "minStackSize": 2, + "maxStackSize": 5 + }, + "inputOne": { + "item": "nex:amethyst_crystal", + "meta": 0, + "minStackSize": 1, + "maxStackSize": 1 + }, + "minTradesAvailable": 1, + "maxTradesAvailable": 8, + "tradeLevel": 1 + }, + { + "output": { + "item": "minecraft:magma_cream", + "meta": 0, + "minStackSize": 1, + "maxStackSize": 1 + }, + "inputOne": { + "item": "nex:amethyst_crystal", + "meta": 0, + "minStackSize": 1, + "maxStackSize": 2 + }, + "minTradesAvailable": 2, + "maxTradesAvailable": 4, + "tradeLevel": 1 + }, + { + "output": { + "item": "minecraft:glass_bottle", + "meta": 0, + "minStackSize": 3, + "maxStackSize": 6 + }, + "inputOne": { + "item": "nex:amethyst_crystal", + "meta": 0, + "minStackSize": 1, + "maxStackSize": 1 + }, + "minTradesAvailable": 4, + "maxTradesAvailable": 8, + "tradeLevel": 1 + }, + { + "output": { + "item": "minecraft:blaze_powder", + "meta": 0, + "minStackSize": 1, + "maxStackSize": 2 + }, + "inputOne": { + "item": "nex:amethyst_crystal", + "meta": 0, + "minStackSize": 6, + "maxStackSize": 12 + }, + "minTradesAvailable": 1, + "maxTradesAvailable": 4, + "tradeLevel": 2 + }, + { + "output": { + "item": "minecraft:nether_wart", + "meta": 0, + "minStackSize": 1, + "maxStackSize": 6 + }, + "inputOne": { + "item": "nex:amethyst_crystal", + "meta": 0, + "minStackSize": 3, + "maxStackSize": 4 + }, + "minTradesAvailable": 1, + "maxTradesAvailable": 4, + "tradeLevel": 2 + }, + { + "output": { + "item": "minecraft:speckled_melon", + "meta": 0, + "minStackSize": 1, + "maxStackSize": 1 + }, + "inputOne": { + "itemBlock": "nex:amethyst_block", + "minStackSize": 1, + "maxStackSize": 2 + }, + "minTradesAvailable": 1, + "maxTradesAvailable": 2, + "tradeLevel": 3 + } + ] +} diff --git a/config/NetherEx/Trades/nex/enchanter.json b/config/NetherEx/Trades/nex/enchanter.json new file mode 100644 index 0000000..07e1a14 --- /dev/null +++ b/config/NetherEx/Trades/nex/enchanter.json @@ -0,0 +1,247 @@ +{ + "career": "enchanter", + "trades": [ + { + "output": { + "item": "minecraft:book", + "meta": 0, + "minStackSize": 1, + "maxStackSize": 1 + }, + "inputOne": { + "item": "nex:amethyst_crystal", + "meta": 0, + "minStackSize": 5, + "maxStackSize": 10 + }, + "minTradesAvailable": 2, + "maxTradesAvailable": 8, + "tradeLevel": 1 + }, + { + "output": { + "item": "minecraft:glowstone_dust", + "meta": 0, + "minStackSize": 3, + "maxStackSize": 6 + }, + "inputOne": { + "item": "nex:amethyst_crystal", + "meta": 0, + "minStackSize": 1, + "maxStackSize": 1 + }, + "minTradesAvailable": 4, + "maxTradesAvailable": 8, + "tradeLevel": 1 + }, + { + "output": { + "item": "nex:amethyst_crystal", + "meta": 0, + "minStackSize": 1, + "maxStackSize": 1 + }, + "inputOne": { + "item": "minecraft:blaze_rod", + "meta": 0, + "minStackSize": 4, + "maxStackSize": 8 + }, + "minTradesAvailable": 1, + "maxTradesAvailable": 4, + "tradeLevel": 1 + }, + { + "output": { + "item": "minecraft:enchanted_book", + "meta": 0, + "minStackSize": 1, + "maxStackSize": 1, + "enchantments": [ + { + "enchantment": "minecraft:unbreaking", + "minEnchantmentLevel": 1, + "maxEnchantmentLevel": 2 + } + ] + }, + "inputOne": { + "item": "nex:amethyst_crystal", + "meta": 0, + "minStackSize": 8, + "maxStackSize": 32 + }, + "minTradesAvailable": 1, + "maxTradesAvailable": 4, + "tradeLevel": 2 + }, + { + "output": { + "item": "minecraft:enchanted_book", + "meta": 0, + "minStackSize": 1, + "maxStackSize": 1, + "enchantments": [ + { + "enchantment": "minecraft:protection", + "minEnchantmentLevel": 1, + "maxEnchantmentLevel": 3 + } + ] + }, + "inputOne": { + "item": "nex:amethyst_crystal", + "meta": 0, + "minStackSize": 4, + "maxStackSize": 8 + }, + "inputTwo": { + "item": "minecraft:book", + "meta": 0, + "minStackSize": 8, + "maxStackSize": 32 + }, + "minTradesAvailable": 1, + "maxTradesAvailable": 4, + "tradeLevel": 2 + }, + { + "output": { + "item": "minecraft:enchanted_book", + "meta": 0, + "minStackSize": 1, + "maxStackSize": 1, + "enchantments": [ + { + "enchantment": "minecraft:sharpness", + "minEnchantmentLevel": 1, + "maxEnchantmentLevel": 4 + } + ] + }, + "inputOne": { + "item": "nex:amethyst_crystal", + "meta": 0, + "minStackSize": 4, + "maxStackSize": 8 + }, + "inputTwo": { + "item": "minecraft:book", + "meta": 0, + "minStackSize": 8, + "maxStackSize": 32 + }, + "minTradesAvailable": 1, + "maxTradesAvailable": 4, + "tradeLevel": 2 + }, + { + "output": { + "item": "minecraft:enchanted_book", + "meta": 0, + "minStackSize": 1, + "maxStackSize": 1, + "enchantments": [ + { + "enchantment": "minecraft:fire_protection", + "minEnchantmentLevel": 1, + "maxEnchantmentLevel": 4 + } + ] + }, + "inputOne": { + "item": "nex:amethyst_crystal", + "meta": 0, + "minStackSize": 4, + "maxStackSize": 8 + }, + "inputTwo": { + "item": "minecraft:book", + "meta": 0, + "minStackSize": 16, + "maxStackSize": 48 + }, + "minTradesAvailable": 1, + "maxTradesAvailable": 4, + "tradeLevel": 2 + }, + { + "output": { + "item": "minecraft:enchanted_book", + "meta": 0, + "minStackSize": 1, + "maxStackSize": 1, + "enchantments": [ + { + "enchantment": "minecraft:fortune", + "minEnchantmentLevel": 1, + "maxEnchantmentLevel": 3 + } + ] + }, + "inputOne": { + "item": "nex:amethyst_crystal", + "meta": 0, + "minStackSize": 4, + "maxStackSize": 8 + }, + "inputTwo": { + "item": "minecraft:book", + "meta": 0, + "minStackSize": 24, + "maxStackSize": 64 + }, + "minTradesAvailable": 1, + "maxTradesAvailable": 4, + "tradeLevel": 2 + }, + { + "output": { + "item": "minecraft:enchanted_book", + "meta": 0, + "minStackSize": 1, + "maxStackSize": 1, + "enchantments": [ + { + "enchantment": "minecraft:looting", + "minEnchantmentLevel": 1, + "maxEnchantmentLevel": 1 + } + ] + }, + "inputOne": { + "item": "nex:amethyst_crystal", + "meta": 0, + "minStackSize": 4, + "maxStackSize": 8 + }, + "inputTwo": { + "item": "minecraft:book", + "meta": 0, + "minStackSize": 24, + "maxStackSize": 64 + }, + "minTradesAvailable": 1, + "maxTradesAvailable": 4, + "tradeLevel": 2 + }, + { + "output": { + "item": "minecraft:experience_bottle", + "meta": 0, + "minStackSize": 1, + "maxStackSize": 3 + }, + "inputOne": { + "item": "nex:amethyst_crystal", + "meta": 0, + "minStackSize": 6, + "maxStackSize": 16 + }, + "minTradesAvailable": 1, + "maxTradesAvailable": 2, + "tradeLevel": 3 + } + ] +} diff --git a/config/NetherEx/Trades/nex/gatherer.json b/config/NetherEx/Trades/nex/gatherer.json new file mode 100644 index 0000000..0c62af2 --- /dev/null +++ b/config/NetherEx/Trades/nex/gatherer.json @@ -0,0 +1,185 @@ +{ + "career": "gatherer", + "trades": [ + { + "output": { + "item": "nex:congealed_magma_cream", + "meta": 0, + "minStackSize": 2, + "maxStackSize": 2 + }, + "inputOne": { + "item": "nex:amethyst_crystal", + "meta": 0, + "minStackSize": 1, + "maxStackSize": 1 + }, + "inputTwo": { + "item": "minecraft:magma_cream", + "meta": 0, + "minStackSize": 1, + "maxStackSize": 1 + }, + "minTradesAvailable": 1, + "maxTradesAvailable": 8, + "tradeLevel": 1 + }, + { + "output": { + "item": "minecraft:mushroom_stew", + "meta": 0, + "minStackSize": 1, + "maxStackSize": 1 + }, + "inputOne": { + "item": "nex:amethyst_crystal", + "meta": 0, + "minStackSize": 1, + "maxStackSize": 1 + }, + "minTradesAvailable": 4, + "maxTradesAvailable": 12, + "tradeLevel": 1 + }, + { + "output": { + "itemBlock": "nex:elder_mushroom", + "properties": { + "type": "red" + }, + "minStackSize": 2, + "maxStackSize": 4 + }, + "inputOne": { + "item": "nex:amethyst_crystal", + "meta": 0, + "minStackSize": 1, + "maxStackSize": 3 + }, + "minTradesAvailable": 2, + "maxTradesAvailable": 8, + "tradeLevel": 1 + }, + { + "output": { + "item": "nex:amethyst_crystal", + "meta": 0, + "minStackSize": 1, + "maxStackSize": 1 + }, + "inputOne": { + "item": "minecraft:bone", + "meta": 0, + "minStackSize": 32, + "maxStackSize": 64 + }, + "minTradesAvailable": 1, + "maxTradesAvailable": 4, + "tradeLevel": 1 + }, + { + "output": { + "item": "minecraft:bread", + "meta": 0, + "minStackSize": 5, + "maxStackSize": 16 + }, + "inputOne": { + "item": "nex:amethyst_crystal", + "meta": 0, + "minStackSize": 2, + "maxStackSize": 2 + }, + "minTradesAvailable": 1, + "maxTradesAvailable": 4, + "tradeLevel": 2 + }, + { + "output": { + "itemBlock": "nex:elder_mushroom", + "properties": { + "type": "brown" + }, + "minStackSize": 4, + "maxStackSize": 7 + }, + "inputOne": { + "item": "nex:amethyst_crystal", + "meta": 0, + "minStackSize": 3, + "maxStackSize": 4 + }, + "minTradesAvailable": 1, + "maxTradesAvailable": 4, + "tradeLevel": 2 + }, + { + "output": { + "item": "nex:enoki_mushroom", + "meta": 0, + "minStackSize": 3, + "maxStackSize": 3 + }, + "inputOne": { + "item": "nex:amethyst_crystal", + "meta": 0, + "minStackSize": 2, + "maxStackSize": 4 + }, + "minTradesAvailable": 2, + "maxTradesAvailable": 8, + "tradeLevel": 2 + }, + { + "output": { + "item": "nex:amethyst_crystal", + "meta": 0, + "minStackSize": 1, + "maxStackSize": 1 + }, + "inputOne": { + "item": "minecraft:quartz_block", + "properties": { + "variant": "default" + }, + "minStackSize": 3, + "maxStackSize": 5 + }, + "minTradesAvailable": 1, + "maxTradesAvailable": 3, + "tradeLevel": 2 + }, + { + "output": { + "item": "minecraft:nether_wart", + "minStackSize": 3, + "maxStackSize": 5 + }, + "inputOne": { + "item": "nex:amethyst_crystal", + "meta": 0, + "minStackSize": 3, + "maxStackSize": 4 + }, + "minTradesAvailable": 2, + "maxTradesAvailable": 6, + "tradeLevel": 3 + }, + { + "output": { + "item": "minecraft:melon_block", + "minStackSize": 1, + "maxStackSize": 1 + }, + "inputOne": { + "item": "nex:amethyst_crystal", + "meta": 0, + "minStackSize": 5, + "maxStackSize": 8 + }, + "minTradesAvailable": 1, + "maxTradesAvailable": 8, + "tradeLevel": 3 + } + ] +} diff --git a/config/NetherEx/Trades/nex/hunter.json b/config/NetherEx/Trades/nex/hunter.json new file mode 100644 index 0000000..92ec0b6 --- /dev/null +++ b/config/NetherEx/Trades/nex/hunter.json @@ -0,0 +1,124 @@ +{ + "career": "hunter", + "trades": [ + { + "output": { + "item": "minecraft:rotten_flesh", + "meta": 0, + "minStackSize": 9, + "maxStackSize": 15 + }, + "inputOne": { + "item": "nex:amethyst_crystal", + "meta": 0, + "minStackSize": 1, + "maxStackSize": 1 + }, + "minTradesAvailable": 4, + "maxTradesAvailable": 16, + "tradeLevel": 1 + }, + { + "output": { + "item": "minecraft:spider_eye", + "meta": 0, + "minStackSize": 4, + "maxStackSize": 6 + }, + "inputOne": { + "item": "nex:amethyst_crystal", + "meta": 0, + "minStackSize": 1, + "maxStackSize": 1 + }, + "minTradesAvailable": 2, + "maxTradesAvailable": 8, + "tradeLevel": 1 + }, + { + "output": { + "item": "minecraft:magma_cream", + "meta": 0, + "minStackSize": 1, + "maxStackSize": 2 + }, + "inputOne": { + "item": "nex:amethyst_crystal", + "meta": 0, + "minStackSize": 1, + "maxStackSize": 1 + }, + "minTradesAvailable": 1, + "maxTradesAvailable": 8, + "tradeLevel": 1 + }, + { + "output": { + "item": "minecraft:cooked_rabbit", + "meta": 0, + "minStackSize": 3, + "maxStackSize": 7 + }, + "inputOne": { + "item": "nex:amethyst_crystal", + "meta": 0, + "minStackSize": 1, + "maxStackSize": 2 + }, + "minTradesAvailable": 2, + "maxTradesAvailable": 4, + "tradeLevel": 2 + }, + { + "output": { + "item": "nex:amethyst_crystal", + "meta": 0, + "minStackSize": 2, + "maxStackSize": 2 + }, + "inputOne": { + "item": "nex:ghast_meat_raw", + "meta": 0, + "minStackSize": 1, + "maxStackSize": 1 + }, + "minTradesAvailable": 2, + "maxTradesAvailable": 8, + "tradeLevel": 2 + }, + { + "output": { + "item": "nex:ghast_meat_cooked", + "meta": 0, + "minStackSize": 2, + "maxStackSize": 4 + }, + "inputOne": { + "item": "nex:amethyst_crystal", + "meta": 0, + "minStackSize": 4, + "maxStackSize": 6 + }, + "minTradesAvailable": 2, + "maxTradesAvailable": 8, + "tradeLevel": 3 + }, + { + "output": { + "item": "minecraft:ender_pearl", + "meta": 0, + "minStackSize": 1, + "maxStackSize": 1 + }, + "inputOne": { + "item": "nex:amethyst_crystal", + "meta": 0, + "minStackSize": 5, + "maxStackSize": 7 + }, + "minTradesAvailable": 1, + "maxTradesAvailable": 8, + "tradeLevel": 3 + } + ] +} diff --git a/config/NetherEx/Trades/nex/scavenger.json b/config/NetherEx/Trades/nex/scavenger.json new file mode 100644 index 0000000..4afb796 --- /dev/null +++ b/config/NetherEx/Trades/nex/scavenger.json @@ -0,0 +1,177 @@ +{ + "career": "scavenger", + "trades": [ + { + "output": { + "item": "minecraft:cobblestone", + "minStackSize": 4, + "maxStackSize": 16 + }, + "inputOne": { + "item": "nex:amethyst_crystal", + "meta": 0, + "minStackSize": 1, + "maxStackSize": 1 + }, + "minTradesAvailable": 4, + "maxTradesAvailable": 16, + "tradeLevel": 1 + }, + { + "output": { + "item": "nex:amethyst_crystal", + "meta": 0, + "minStackSize": 1, + "maxStackSize": 1 + }, + "inputOne": { + "item": "minecraft:stone", + "properties": { + "variant": "stone" + }, + "minStackSize": 16, + "maxStackSize": 28 + }, + "minTradesAvailable": 1, + "maxTradesAvailable": 4, + "tradeLevel": 1 + }, + { + "output": { + "item": "minecraft:dirt", + "properties": { + "variant": "dirt" + }, + "minStackSize": 1, + "maxStackSize": 4 + }, + "inputOne": { + "item": "nex:amethyst_crystal", + "meta": 0, + "minStackSize": 1, + "maxStackSize": 2 + }, + "minTradesAvailable": 4, + "maxTradesAvailable": 16, + "tradeLevel": 1 + }, + { + "output": { + "item": "minecraft:gravel", + "minStackSize": 8, + "maxStackSize": 16 + }, + "inputOne": { + "item": "nex:amethyst_crystal", + "meta": 0, + "minStackSize": 1, + "maxStackSize": 1 + }, + "minTradesAvailable": 4, + "maxTradesAvailable": 16, + "tradeLevel": 1 + }, + { + "output": { + "item": "minecraft:log", + "properties": { + "variant": "oak" + }, + "minStackSize": 1, + "maxStackSize": 4 + }, + "inputOne": { + "item": "nex:amethyst_crystal", + "meta": 0, + "minStackSize": 3, + "maxStackSize": 8 + }, + "minTradesAvailable": 2, + "maxTradesAvailable": 8, + "tradeLevel": 2 + }, + { + "output": { + "item": "minecraft:iron_ingot", + "meta": 0, + "minStackSize": 1, + "maxStackSize": 3 + }, + "inputOne": { + "item": "nex:amethyst_crystal", + "meta": 0, + "minStackSize": 1, + "maxStackSize": 2 + }, + "minTradesAvailable": 1, + "maxTradesAvailable": 8, + "tradeLevel": 2 + }, + { + "output": { + "item": "minecraft:coal_ore", + "minStackSize": 3, + "maxStackSize": 7 + }, + "inputOne": { + "item": "nex:amethyst_crystal", + "meta": 0, + "minStackSize": 1, + "maxStackSize": 1 + }, + "minTradesAvailable": 2, + "maxTradesAvailable": 4, + "tradeLevel": 2 + }, + { + "output": { + "item": "minecraft:diamond", + "meta": 0, + "minStackSize": 1, + "maxStackSize": 1 + }, + "inputOne": { + "item": "nex:amethyst_crystal", + "meta": 0, + "minStackSize": 5, + "maxStackSize": 9 + }, + "minTradesAvailable": 1, + "maxTradesAvailable": 3, + "tradeLevel": 3 + }, + { + "output": { + "item": "minecraft:book", + "meta": 0, + "minStackSize": 1, + "maxStackSize": 1 + }, + "inputOne": { + "item": "nex:amethyst_crystal", + "meta": 0, + "minStackSize": 6, + "maxStackSize": 10 + }, + "minTradesAvailable": 1, + "maxTradesAvailable": 4, + "tradeLevel": 3 + }, + { + "output": { + "item": "minecraft:potion", + "meta": 0, + "minStackSize": 1, + "maxStackSize": 1 + }, + "inputOne": { + "itemBlock": "nex:amethyst_block", + "minStackSize": 1, + "maxStackSize": 3 + }, + "minTradesAvailable": 1, + "maxTradesAvailable": 3, + "tradeLevel": 4 + } + ] +} diff --git a/config/NetherEx/Trades/nex/toolsmith.json b/config/NetherEx/Trades/nex/toolsmith.json new file mode 100644 index 0000000..c552600 --- /dev/null +++ b/config/NetherEx/Trades/nex/toolsmith.json @@ -0,0 +1,192 @@ +{ + "career": "toolsmith", + "trades": [ + { + "output": { + "item": "minecraft:iron_nugget", + "meta": 0, + "minStackSize": 10, + "maxStackSize": 24 + }, + "inputOne": { + "item": "nex:amethyst_crystal", + "meta": 0, + "minStackSize": 1, + "maxStackSize": 1 + }, + "minTradesAvailable": 4, + "maxTradesAvailable": 8, + "tradeLevel": 1 + }, + { + "output": { + "item": "nex:amethyst_crystal", + "meta": 0, + "minStackSize": 1, + "maxStackSize": 1 + }, + "inputOne": { + "item": "minecraft:gold_ingot", + "meta": 0, + "minStackSize": 4, + "maxStackSize": 8 + }, + "minTradesAvailable": 2, + "maxTradesAvailable": 8, + "tradeLevel": 1 + }, + { + "output": { + "item": "minecraft:stone_pickaxe", + "meta": 0, + "minStackSize": 1, + "maxStackSize": 1 + }, + "inputOne": { + "item": "nex:amethyst_crystal", + "meta": 0, + "minStackSize": 2, + "maxStackSize": 4 + }, + "minTradesAvailable": 2, + "maxTradesAvailable": 4, + "tradeLevel": 1 + }, + { + "output": { + "item": "minecraft:stone_sword", + "meta": 0, + "minStackSize": 1, + "maxStackSize": 1 + }, + "inputOne": { + "item": "nex:amethyst_crystal", + "meta": 0, + "minStackSize": 2, + "maxStackSize": 5 + }, + "minTradesAvailable": 2, + "maxTradesAvailable": 4, + "tradeLevel": 1 + }, + { + "output": { + "item": "minecraft:stone_shovel", + "meta": 0, + "minStackSize": 1, + "maxStackSize": 1 + }, + "inputOne": { + "item": "nex:amethyst_crystal", + "meta": 0, + "minStackSize": 2, + "maxStackSize": 3 + }, + "minTradesAvailable": 2, + "maxTradesAvailable": 4, + "tradeLevel": 1 + }, + { + "output": { + "item": "minecraft:diamond", + "meta": 0, + "minStackSize": 1, + "maxStackSize": 1 + }, + "inputOne": { + "item": "nex:amethyst_crystal", + "meta": 0, + "minStackSize": 2, + "maxStackSize": 4 + }, + "minTradesAvailable": 2, + "maxTradesAvailable": 4, + "tradeLevel": 2 + }, + { + "output": { + "item": "minecraft:iron_pickaxe", + "meta": 0, + "minStackSize": 1, + "maxStackSize": 1 + }, + "inputOne": { + "item": "nex:amethyst_crystal", + "meta": 0, + "minStackSize": 4, + "maxStackSize": 6 + }, + "minTradesAvailable": 1, + "maxTradesAvailable": 2, + "tradeLevel": 2 + }, + { + "output": { + "item": "minecraft:iron_axe", + "meta": 0, + "minStackSize": 1, + "maxStackSize": 1 + }, + "inputOne": { + "item": "nex:amethyst_crystal", + "meta": 0, + "minStackSize": 4, + "maxStackSize": 5 + }, + "minTradesAvailable": 1, + "maxTradesAvailable": 2, + "tradeLevel": 2 + }, + { + "output": { + "item": "minecraft:iron_sword", + "meta": 0, + "minStackSize": 1, + "maxStackSize": 1 + }, + "inputOne": { + "item": "nex:amethyst_crystal", + "meta": 0, + "minStackSize": 5, + "maxStackSize": 7 + }, + "minTradesAvailable": 1, + "maxTradesAvailable": 2, + "tradeLevel": 2 + }, + { + "output": { + "item": "minecraft:iron_shovel", + "meta": 0, + "minStackSize": 1, + "maxStackSize": 1 + }, + "inputOne": { + "item": "nex:amethyst_crystal", + "meta": 0, + "minStackSize": 4, + "maxStackSize": 5 + }, + "minTradesAvailable": 1, + "maxTradesAvailable": 2, + "tradeLevel": 2 + }, + { + "output": { + "item": "minecraft:gold_nugget", + "meta": 0, + "minStackSize": 12, + "maxStackSize": 28 + }, + "inputOne": { + "item": "nex:amethyst_crystal", + "meta": 0, + "minStackSize": 6, + "maxStackSize": 9 + }, + "minTradesAvailable": 2, + "maxTradesAvailable": 4, + "tradeLevel": 3 + } + ] +} diff --git a/config/NetherEx/nex.cfg b/config/NetherEx/nex.cfg new file mode 100644 index 0000000..1e7be69 --- /dev/null +++ b/config/NetherEx/nex.cfg @@ -0,0 +1,312 @@ +# Configuration file + +nex { + + client { + + visual { + B:disableNetherFog=true + } + + } + + compatibility { + + biomesoplenty { + B:enableCompat=true + } + + } + + dimension { + + nether { + B:generateGravel=false + B:generateSoulSand=false + B:isLavaInfinite=false + B:overrideNether=true + } + + } + + block { + + nether_portal { + # The higher the number, the rarer it is for Pigman to spawn + # The lower the number, the more common it is for Pigman to spawn + # If set to 0, Pigman won't spawn + # Min: 0 + # Max: 2147483647 + I:pigmanSpawnRarity=2000 + } + + netherrack { + B:allowAllShovelsToFlatten=false + } + + soul_sand { + B:allowAllHoesToTill=false + B:useLavaInsteadOfIchorToMoisten=false + } + + magma { + B:turnIntoLava=false + B:turnIntoLavaWhenBroken=false + } + + rime { + B:canFreezeLava=true + B:canFreezeMobs=true + B:canFreezeWater=true + } + + thornstalk { + B:canDestroyItems=false + + # Mobs Thornstalk won't hurt + S:mobBlacklist < + minecraft:wither_skeleton + minecraft:zombie_pigman + nex:spinout + > + } + + hyphae { + B:shouldSpread=false + } + + nether_wart { + B:growLikeCrops=true + + # The higher the number, the slower Nether Wart grows + # The lower the number, the faster Nether Wart grows + # If set to 0, Nether Wart growth will default to Vanilla speed + # Min: 0 + # Max: 2147483647 + I:growthTickSpeed=0 + } + + } + + potion_effect { + + freeze { + # Mobs that won't freeze + S:mobBlacklist < + minecraft:blaze + minecraft:ghast + minecraft:wither_skeleton + minecraft:polar_bear + nex:wight + nex:ember + nex:spinout + nex:bone_spider + nex:brute + > + + # The higher the number, the rarer it is to thaw + # The lower the number, the more common it is to thaw + # Min: 1 + # Max: 2147483647 + I:thawRarity=1024 + } + + spore { + # Mobs that shouldn't spawn Spores + S:mobBlacklist < + nex:spore_creeper + nex:spore + nex:mogus + > + + # The higher the number, the rarer it is to spawn a Spore + # The lower the number, the more common it is to spawn a Spore + # Min: 1 + # Max: 2147483647 + I:sporeSpawnRarity=128 + } + + lost { + # The higher the number, the rarer it is to spawn a Ghastling + # The lower the number, the more common it is to spawn a Ghastling + # Min: 1 + # Max: 2147483647 + I:ghastlingSpawnRarity=256 + } + + } + + entity { + + ember { + # The higher the number, the rarer it is to set a player on fire + # The lower the number, the more common it is to set a player on fire + # If set to 0, Embers won't set Players on fire + # Min: 0 + # Max: 2147483647 + I:setPlayerOnFireRarity=1 + } + + nethermite { + # Blocks the Nethermite will spawn from + S:blockWhitelist < + minecraft:quartz_ore + nex:ore_quartz + nex:ore_amethyst + nex:ore_rime + tconstruct:ore + nethermetals:nether_coal_ore + nethermetals:nether_redstone_ore + nethermetals:nether_diamond_ore + nethermetals:nether_emerald_ore + nethermetals:nether_gold_ore + nethermetals:nether_iron_ore + nethermetals:nether_lapis_ore + nethermetals:nether_antimony_ore + nethermetals:nether_bismuth_ore + nethermetals:nether_copper_ore + nethermetals:nether_lead_ore + nethermetals:nether_mercury_ore + nethermetals:nether_nickel_ore + nethermetals:nether_platnium_ore + nethermetals:nether_silver_ore + nethermetals:nether_tin_ore + nethermetals:nether_zinc_ore + nethermetals:nether_aluminum_ore + nethermetals:nether_cadmium_ore + nethermetals:nether_chromium_ore + nethermetals:nether_iridium_ore + nethermetals:nether_magnesium_ore + nethermetals:nether_magnanese_ore + nethermetals:nether_osmium_ore + nethermetals:nether_plutonium_ore + nethermetals:nether_rutile_ore + nethermetals:nether_tantalum_ore + nethermetals:nether_titanium_ore + nethermetals:nether_tungsten_ore + nethermetals:nether_uramium_ore + nethermetals:nether_zirconium_ore + > + + # The higher the number, the rarer it is for a Nethermite to spawn + # The lower the number, the more common it is for a Nethermite to spawn + # If set to 0, Nethermites won't spawn + # Min: 0 + # Max: 2147483647 + I:spawnRarity=64 + } + + spinout { + # The lower the number, the less time a Spinout goes without spinning + # The higher the number, the more time a Spinout goes without spinning + # Min: 1 + # Max: 2147483647 + I:spinCooldown=2 + + # The lower the number, the less time a Spinout spins + # The higher the number, the more time a Spinout spins + # Min: 1 + # Max: 2147483647 + I:spinTime=6 + } + + spore_creeper { + # The higher the number, the rarer it is for a Spore Creeper to spawn a Spore on death + # The lower the number, the more common it is for a Spore Creeper to spawn a Spore on death + # Min: 1 + # Max: 2147483647 + I:sporeSpawnRarity=12 + } + + spore { + # The lower the number, the less Spore Creepers spawn from a Spore + # The higher the number, the more Spore Creepers spawn from a Spore + # Min: 1 + # Max: 2147483647 + I:creeperSpawnAmount=3 + + # The lower the number, the less it takes a Spore to grow + # The higher the number, the more time it takes for a Spore to grow + # Min: 1 + # Max: 2147483647 + I:growthTime=60 + } + + brute { + # The lower the number, the less cooldown the Brute has after charging + # The higher the number, the more cooldown the Brute has after charging + # Min: 1 + # Max: 2147483647 + I:chargeCooldown=2 + } + + ghast_queen { + # The lower the number, the less Ghastling spawn + # The higher the number, the more Ghastling spawn + # Min: 1 + # Max: 2147483647 + I:ghastlingSpawnAmount=4 + + # The lower the number, the less cooldown the Ghast Queen has after spawning Ghastlings + # The higher the number, the more cooldown the Ghast Queen has after spawning Ghastlings + # Min: 1 + # Max: 2147483647 + I:ghastlingSpawnCooldown=10 + } + + ghast { + # The lower the number, the more common it is for Ghast Meat to drop + # The higher the number, the rarer it is for Ghast Meat to drop + # If set to 0, Ghast Meat does not drop + # Min: 0 + # Max: 2147483647 + I:meatDropRarity=1 + } + + wither_skeleton { + # The lower the number, the more common it is for a Bone to drop + # The higher the number, the rarer it is for a Bone drop + # If set to 0, Bones do not drop + # Min: 0 + # Max: 2147483647 + I:boneDropRarity=4 + } + + } + + biome { + + hell { + } + + ruthless_sands { + B:generateThornstalk=true + I:thornstalkRarity=10 + } + + fungi_forest { + I:elderMushroomRarity=32 + I:enokiMushroomRarity=4 + B:generateElderMushrooms=true + B:generateEnokiMushrooms=true + } + + torrid_wasteland { + } + + arctic_abyss { + # Whether or not players can freeze in the Arctic Abyss + B:canPlayersFreeze=false + + # The higher the number, the rarer it is for mobs to freeze in the Arctic Abyss biome + # The lower the number, the more common it is for mobs to freeze in the Arctic Abyss biome + # Min: 1 + # Max: 2147483647 + I:mobFreezeRarity=512 + } + + } + +} + + diff --git a/config/QuantumStorage.cfg b/config/QuantumStorage.cfg new file mode 100644 index 0000000..637a67d --- /dev/null +++ b/config/QuantumStorage.cfg @@ -0,0 +1,17 @@ +# Configuration file + +recipe { + B:"disable default recipe for crating machine"=false + B:"disable default recipe for fluid trash can"=false + B:"disable default recipe for quantum barrel"=false + B:"disable default recipe for quantum battery"=false + B:"disable default recipe for quantum chests"=false + B:"disable default recipe for quantum crafter"=false + B:"disable default recipe for quantum disk"=false + B:"disable default recipe for quantum storage unit"=false + B:"disable default recipe for quantum tank"=false + B:"disable default recipe for trash can"=false + I:"how long in ticks it takes to craft a quantum disk"=100000 +} + + diff --git a/config/RoadRunner.cfg b/config/RoadRunner.cfg new file mode 100644 index 0000000..03970bb --- /dev/null +++ b/config/RoadRunner.cfg @@ -0,0 +1,109 @@ +# Configuration file + +########################################################################################################## +# roadblocks +#--------------------------------------------------------------------------------------------------------# +# MOVEMENT_SPEED Attribute is used for more Info about Modifier Amounts and Operations: +# https://minecraft.gamepedia.com/Attribute +########################################################################################################## + +roadblocks { + + ########################################################################################################## + # block1 + #--------------------------------------------------------------------------------------------------------# + # Road Block 1 + ########################################################################################################## + + block1 { + # ID of Road Block [default: minecraft:stonebrick] + S:"Block ID"=minecraft:stonebrick + + # Amound of Speed Modification [range: -1000.0 ~ 1000.0, default: 0.2] + S:"Modifier Amount"=0.2 + + # Operation of Speed Modification [range: 0 ~ 2, default: 2] + I:"Modifier Operation"=2 + } + + ########################################################################################################## + # block2 + #--------------------------------------------------------------------------------------------------------# + # Road Block 2 + ########################################################################################################## + + block2 { + # ID of Road Block [default: minecraft:grass_path] + S:"Block ID"=minecraft:grass_path + + # Amound of Speed Modification [range: -1000.0 ~ 1000.0, default: 0.1] + S:"Modifier Amount"=0.1 + + # Operation of Speed Modification [range: 0 ~ 2, default: 2] + I:"Modifier Operation"=2 + } + + ########################################################################################################## + # block3 + #--------------------------------------------------------------------------------------------------------# + # Road Block 3 + ########################################################################################################## + + block3 { + # ID of Road Block [default: ] + S:"Block ID"=immersivepetroleum:stone_decoration + + # Amound of Speed Modification [range: -1000.0 ~ 1000.0, default: 0.0] + S:"Modifier Amount"=0.1 + + # Operation of Speed Modification [range: 0 ~ 2, default: 0] + I:"Modifier Operation"=2 + } + + ########################################################################################################## + # block4 + #--------------------------------------------------------------------------------------------------------# + # Road Block 4 + ########################################################################################################## + + block4 { + # ID of Road Block [default: ] + S:"Block ID"= + + # Amound of Speed Modification [range: -1000.0 ~ 1000.0, default: 0.0] + S:"Modifier Amount"=0.0 + + # Operation of Speed Modification [range: 0 ~ 2, default: 0] + I:"Modifier Operation"=0 + } + + ########################################################################################################## + # block5 + #--------------------------------------------------------------------------------------------------------# + # Road Block 5 + ########################################################################################################## + + block5 { + # ID of Road Block [default: ] + S:"Block ID"= + + # Amound of Speed Modification [range: -1000.0 ~ 1000.0, default: 0.0] + S:"Modifier Amount"=0.0 + + # Operation of Speed Modification [range: 0 ~ 2, default: 0] + I:"Modifier Operation"=0 + } + +} + + +########################################################################################################## +# shoes +#--------------------------------------------------------------------------------------------------------# +# Shoe configuration tbd +########################################################################################################## + +shoes { +} + + diff --git a/config/TComplementModules.cfg b/config/TComplementModules.cfg new file mode 100644 index 0000000..0ec6ccc --- /dev/null +++ b/config/TComplementModules.cfg @@ -0,0 +1,28 @@ +# Configuration file + +~CONFIG_VERSION: 1 + +modules { + # Adds casting supplies made from porcelain + B:CeramicsPlugin=true + + # Add a Tinkers version of the Chisel Chisel + B:ChiselPlugin=true + + # Adds an Tinkers Construct version of the Ex Nihilo hammer + B:ExNihiloPlugin=false + + # Adds KnightSlime and Manyullyn vanilla style armors + B:ModuleArmor=true + + # Adds the melter and alloyer: smaller components of the smeltery + B:ModuleMelter=true + + # Adds the high oven: a new multiblock for making steel + B:ModuleSteelworks=false + + # Add a Tinkers version of the Chisel Chisel + B:ToolLevelingPlugin=true +} + + diff --git a/config/TinkerModules.cfg b/config/TinkerModules.cfg new file mode 100644 index 0000000..ab00dae --- /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:WailaIntegration=true + B:chiselIntegration=true + B:chiselsandbitsIntegration=true + B:craftingtweaksIntegration=false + B:theoneprobeIntegration=false + B:wailaIntegration=true +} + + diff --git a/config/TinkerToolLeveling.cfg b/config/TinkerToolLeveling.cfg new file mode 100644 index 0000000..cb118d9 --- /dev/null +++ b/config/TinkerToolLeveling.cfg @@ -0,0 +1,36 @@ +"_VERSION"=1 +general { + # Maximum achievable levels. If set to 0 or lower there is no upper limit + maximumLevels=12 + # 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 { + "tcomplement:chisel"=2000 + "tconstruct:arrow"=2000 + "tconstruct:battlesign"=2000 + "tconstruct:bolt"=2000 + "tconstruct:broadsword"=2000 + "tconstruct:cleaver"=2000 + "tconstruct:crossbow"=2000 + "tconstruct:excavator"=18000 + "tconstruct:frypan"=2000 + "tconstruct:hammer"=18000 + "tconstruct:hatchet"=2000 + "tconstruct:kama"=2000 + "tconstruct:longbow"=2000 + "tconstruct:longsword"=2000 + "tconstruct:lumberaxe"=18000 + "tconstruct:mattock"=2000 + "tconstruct:pickaxe"=2000 + "tconstruct:rapier"=2000 + "tconstruct:scythe"=18000 + "tconstruct:shortbow"=2000 + "tconstruct:shovel"=2000 + "tconstruct:shuriken"=2000 + } + # Base XP used when no more specific entry is present for the tool + defaultBaseXP=2000 +} diff --git a/config/Waddles.cfg b/config/Waddles.cfg new file mode 100644 index 0000000..507849a --- /dev/null +++ b/config/Waddles.cfg @@ -0,0 +1,40 @@ +# Configuration file + +general { + B:"Enable that penguins drop fish (0 - 2 Raw fish)"=false + B:"Penguins should drop experience?"=true +} + + +########################################################################################################## +# spawn chances +#--------------------------------------------------------------------------------------------------------# +# Configure penguins spawn weight & min/max group size. Set weight to 0 to disable. +########################################################################################################## + +"spawn chances" { + + adelie_penguin { + I:Max=4 + I:Min=1 + I:Weight=2 + + "spawnable biomes" { + # BiomeDictionary types to exclude [default: [FOREST], [MOUNTAIN], [NETHER]] + S:Exclude < + FOREST + MOUNTAIN + NETHER + > + + # BiomeDictionary types to include [default: [SNOWY]] + S:Include < + SNOWY + > + } + + } + +} + + diff --git a/config/abyssalcraft.cfg b/config/abyssalcraft.cfg new file mode 100644 index 0000000..3f7cb99 --- /dev/null +++ b/config/abyssalcraft.cfg @@ -0,0 +1,651 @@ +# 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"=false + + # If true, you can spawn in the Darklands biome. + B:Darklands=false + + # If true, you can spawn in the Darklands Forest biome. + B:"Darklands Forest"=false + + # If true, you can spawn in the Darklands Highland biome. + B:"Darklands Highland"=false + + # If true, you can spawn in the Darklands Mountain biome. + B:"Darklands Mountain"=false + + # If true, you can spawn in the Darklands Plains biome. + B:"Darklands Plains"=false +} + + +########################################################################################################## +# 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=4 + + # 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"=4 + + # 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"=4 + + # 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"=4 + + # 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"=4 +} + + +########################################################################################################## +# 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 + + # 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"=0 + + # 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"=false + + # 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 + I:"End Abyssal Zombie spawn weight"=5 + + # 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"=0 + B:"Evil Animals Are Monsters"=false + + # 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" < + > + + # 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 + B:"Lesser Shoggoth Overworld Spawning"=true + + # Toggles whether or not Liquid Antimatter will disintegrate any items dropped into a pool of it. + B:"Liquid Antimatter item disintegration"=true + B:"Liquid Coralium Physics"=false + + # 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"=false + + # 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"=10 + + # 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"=true + + # 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"=10 + + # 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"=false + + # 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" < + > +} + + +########################################################################################################## +# 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"=0 + + # 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"=false + + # 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 Entropy spell. + B:Entropy=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 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"=true + + # Toggles whether or not J'zahar can use his attack that creates a black hole. + B:"Disable Black Holes"=false + + # 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" < + 24 + 12 + 56 + > + + # Toggles whether or not to generate random Darklands structures. + B:"Darklands Structures"=false + + # 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"=false + + # 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"=13 + + # 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"=13 + + # 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" < + 7 + > + + # 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 0000000..8a06516 --- /dev/null +++ b/config/acintegration.cfg @@ -0,0 +1,33 @@ +# 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"=false + + # Whether or not to load the Thaumcraft integration. Disabling this will override any other part of said integration. + B:"Thaumcraft Integration"=false + B:"Thaumcraft Warp"=false + + # 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 0000000..a003944 --- /dev/null +++ b/config/acronym/base/General.cfg @@ -0,0 +1,38 @@ +# 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 < + 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 0000000..7b4278d --- /dev/null +++ b/config/acronym/contenttweaker/General.cfg @@ -0,0 +1,10 @@ +# Configuration file + +module { + B:"Chickens enabled"=false + 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 0000000..d35e79b --- /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 0000000..51d0833 --- /dev/null +++ b/config/acronym/saved/material_parts_contenttweaker-original.json @@ -0,0 +1,101 @@ +{ + "materialMappings": { + "invar_rod": 66, + "fiery_rod": 47, + "aquamarine_ore_minecraft_stone": 50, + "invar_block": 68, + "osmium_ore": 110, + "ardite_dust": 129, + "modularium_molten": 75, + "bronze_plate": 26, + "compressed_iron_gear": 80, + "osmium_ore_minecraft_stone": 111, + "cobalt_gear": 20, + "platinum_rod": 36, + "inferium_ore_extraplanets_kepler22b_stone": 122, + "silver_plate": 11, + "lead_gear": 15, + "enhanced_galgadorian_plate": 95, + "tin_rod": 9, + "iron_ore_galacticraftcore_bottom": 121, + "enhanced_galgadorian_rod": 98, + "steeleaf_plate": 39, + "cobalt_rod": 24, + "redstone_alloy_block": 60, + "naphtha_molten": 76, + "steeleaf_rod": 42, + "reinforced_metal_rod": 103, + "galgadorian_plate": 90, + "bronze_rod": 29, + "aquamarine_ore": 30, + "compressed_iron_rod": 84, + "platinum_molten": 52, + "galgadorian_molten": 104, + "cobalt_dust": 130, + "tin_plate": 6, + "copper_plate": 1, + "meteoric_iron_dust": 128, + "galgadorian_gear": 107, + "inferium_ore": 119, + "stone_nugget": 108, + "platinum_ingot": 37, + "prosperity_ore": 120, + "bronze_armor": 125, + "redstone_alloy_rod": 58, + "copper_rod": 4, + "bronze_gear": 25, + "redstone_alloy_gear": 54, + "invar_molten": 69, + "invar_plate": 63, + "redstone_alloy_ingot": 59, + "titanium_molten": 127, + "steeleaf_molten": 48, + "modularium_plate": 71, + "lead_plate": 16, + "space_platinum_dust": 114, + "enhanced_galgadorian_molten": 105, + "platinum_dust": 117, + "invar_gear": 62, + "silver_gear": 10, + "platinum_block": 51, + "diamond_gear": 88, + "fiery_gear": 43, + "propene_molten": 79, + "plastic_molten": 77, + "gold_gear": 87, + "steeleaf_gear": 38, + "redstone_molten": 53, + "osmium_molten": 109, + "steel_gear": 89, + "tin_gear": 5, + "gold_ore": 115, + "modularium_rod": 74, + "reinforced_metal_plate": 100, + "platinum_gear": 32, + "modularium_gear": 70, + "galgadorian_rod": 93, + "titanium_cluster": 126, + "reinforced_metal_molten": 106, + "lead_rod": 19, + "copper_armor": 124, + "glowstone_molten": 85, + "iron_ore": 118, + "iron_gear": 86, + "silver_rod": 14, + "fiery_plate": 44, + "reinforced_metal_gear": 99, + "platinum_plate": 33, + "silicon_ore_sample": 112, + "copper_gear": 0, + "gold_ore_galacticraftplanets_bottom": 116, + "prosperity_ore_extraplanets_kepler22b_stone": 123, + "compressed_iron_plate": 81, + "enhanced_galgadorian_gear": 94, + "cobalt_plate": 21, + "ender_pearl_molten": 31, + "osmium_ore_sample": 113, + "redstone_alloy_plate": 55, + "invar_ingot": 67, + "redstone_alloy_molten": 61 + } +} \ 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 0000000..51d0833 --- /dev/null +++ b/config/acronym/saved/material_parts_contenttweaker.json @@ -0,0 +1,101 @@ +{ + "materialMappings": { + "invar_rod": 66, + "fiery_rod": 47, + "aquamarine_ore_minecraft_stone": 50, + "invar_block": 68, + "osmium_ore": 110, + "ardite_dust": 129, + "modularium_molten": 75, + "bronze_plate": 26, + "compressed_iron_gear": 80, + "osmium_ore_minecraft_stone": 111, + "cobalt_gear": 20, + "platinum_rod": 36, + "inferium_ore_extraplanets_kepler22b_stone": 122, + "silver_plate": 11, + "lead_gear": 15, + "enhanced_galgadorian_plate": 95, + "tin_rod": 9, + "iron_ore_galacticraftcore_bottom": 121, + "enhanced_galgadorian_rod": 98, + "steeleaf_plate": 39, + "cobalt_rod": 24, + "redstone_alloy_block": 60, + "naphtha_molten": 76, + "steeleaf_rod": 42, + "reinforced_metal_rod": 103, + "galgadorian_plate": 90, + "bronze_rod": 29, + "aquamarine_ore": 30, + "compressed_iron_rod": 84, + "platinum_molten": 52, + "galgadorian_molten": 104, + "cobalt_dust": 130, + "tin_plate": 6, + "copper_plate": 1, + "meteoric_iron_dust": 128, + "galgadorian_gear": 107, + "inferium_ore": 119, + "stone_nugget": 108, + "platinum_ingot": 37, + "prosperity_ore": 120, + "bronze_armor": 125, + "redstone_alloy_rod": 58, + "copper_rod": 4, + "bronze_gear": 25, + "redstone_alloy_gear": 54, + "invar_molten": 69, + "invar_plate": 63, + "redstone_alloy_ingot": 59, + "titanium_molten": 127, + "steeleaf_molten": 48, + "modularium_plate": 71, + "lead_plate": 16, + "space_platinum_dust": 114, + "enhanced_galgadorian_molten": 105, + "platinum_dust": 117, + "invar_gear": 62, + "silver_gear": 10, + "platinum_block": 51, + "diamond_gear": 88, + "fiery_gear": 43, + "propene_molten": 79, + "plastic_molten": 77, + "gold_gear": 87, + "steeleaf_gear": 38, + "redstone_molten": 53, + "osmium_molten": 109, + "steel_gear": 89, + "tin_gear": 5, + "gold_ore": 115, + "modularium_rod": 74, + "reinforced_metal_plate": 100, + "platinum_gear": 32, + "modularium_gear": 70, + "galgadorian_rod": 93, + "titanium_cluster": 126, + "reinforced_metal_molten": 106, + "lead_rod": 19, + "copper_armor": 124, + "glowstone_molten": 85, + "iron_ore": 118, + "iron_gear": 86, + "silver_rod": 14, + "fiery_plate": 44, + "reinforced_metal_gear": 99, + "platinum_plate": 33, + "silicon_ore_sample": 112, + "copper_gear": 0, + "gold_ore_galacticraftplanets_bottom": 116, + "prosperity_ore_extraplanets_kepler22b_stone": 123, + "compressed_iron_plate": 81, + "enhanced_galgadorian_gear": 94, + "cobalt_plate": 21, + "ender_pearl_molten": 31, + "osmium_ore_sample": 113, + "redstone_alloy_plate": 55, + "invar_ingot": 67, + "redstone_alloy_molten": 61 + } +} \ 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 0000000..8bc1aae --- /dev/null +++ b/config/acronym/saved/saved_sub_blocks_contenttweaker-original.json @@ -0,0 +1,20 @@ +{ + "savedSubBlockNames": { + "0": { + "0": "aquamarine_ore_minecraft_stone", + "1": "platinum_block", + "2": "redstone_alloy_block", + "3": "invar_block", + "4": "osmium_ore_minecraft_stone", + "5": "silicon_ore_sample", + "6": "osmium_ore_sample", + "7": "gold_ore_galacticraftplanets_bottom", + "8": "inferium_ore_extraplanets_kepler22b_stone", + "9": "prosperity_ore_extraplanets_kepler22b_stone", + "10": "iron_ore_galacticraftcore_bottom" + }, + "1": {}, + "2": {}, + "3": {} + } +} \ 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 0000000..8bc1aae --- /dev/null +++ b/config/acronym/saved/saved_sub_blocks_contenttweaker.json @@ -0,0 +1,20 @@ +{ + "savedSubBlockNames": { + "0": { + "0": "aquamarine_ore_minecraft_stone", + "1": "platinum_block", + "2": "redstone_alloy_block", + "3": "invar_block", + "4": "osmium_ore_minecraft_stone", + "5": "silicon_ore_sample", + "6": "osmium_ore_sample", + "7": "gold_ore_galacticraftplanets_bottom", + "8": "inferium_ore_extraplanets_kepler22b_stone", + "9": "prosperity_ore_extraplanets_kepler22b_stone", + "10": "iron_ore_galacticraftcore_bottom" + }, + "1": {}, + "2": {}, + "3": {} + } +} \ No newline at end of file diff --git a/config/actuallyadditions.cfg b/config/actuallyadditions.cfg new file mode 100644 index 0000000..2a7cd5b --- /dev/null +++ b/config/actuallyadditions.cfg @@ -0,0 +1,610 @@ +# Configuration file + +"machine values" { + # The amount of power the atomic reconstructor can store. + I:"Atomic Reconstructor Power"=750000 + + # 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 energy use of the Atomic Reconstructor's Mining Lens. + I:"Mining Lens Energy"=60000 + + # 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"=false + + # Should Cobwebs drop from spiders? + B:"Spider Cobweb Drop"=false +} + + +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"=false + + # If true, Actually Additions Checks for updates on World Load. + B:"Do Update Check"=false + B:"Drill Digging Packet"=false + + # The 1/n drop chance, per tick, for a fur ball to be dropped. + I:"Fur Drop Chance"=5000 + + # If true, the booklet should be given to the player when he first crafts something from the Mod + B:"Give Booklet on First Craft"=false + + # The ItemFood, IGrowable and IPlantable Items that can not be used to craft Mashed Food. These are the actual registered Item Names, the ones you use, for example, when using the /give Command. + S:"Mashed Food Crafting Exceptions" < + actuallyadditions:item_coffee + > + + # The items that aren't allowed as being generated by the Lens of the Miner. Use REGISTRY NAMES, and if metadata is needed, add it like so: somemod:some_block@3 + S:"Mining Lens Blacklist" < + > + + # By default, the mining lens has a set number of ores it can generate. If there is an ore that it should be able to generate, add its OreDictionary name followed by an @ and the weight that it should have (the higher, the more often it will generate), followed by another @ and then an s for it to generate in stone and an n for it to generate in netherrack. For instance: oreCheese@100@s would add cheese ore with a weight of 100 that generates in stone. + S:"Mining lens Extra Whitelist" < + > + + # If you want to be really boring and lame, you can turn on this setting to disable colored names on Actually Additions items. Because why would you want things to look pretty anyways, right? + B:"No Colored Item Names"=false + + # The items that aren't allowed to be put in the Repairer. Use REGISTRY NAMES, and if metadata is needed, add it like so: somemod:some_block@3 + S:"Repair Blacklist" < + nex:golden_wither_bone_sword + nex:golden_wither_bone_pickaxe + nex:golden_wither_bone_shovel + nex:golden_wither_bone_axe + nex:golden_wither_bone_hoe + nex:golden_wither_bone_hammer + > + + # 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" < + VillagerGolem + > + + # 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"=false + + # If true, Actually Additions' Update Checker searches for updates for the Minecraft Version you currently play on. + B:"Version Specific Update Checker"=false + + # Should Actually Additions Loot generate in dungeons? + B:"Village and Dungeon Loot"=false + + # Should right-clicking a bowl on water blocks create a water bowl? + B:"Water Bowl"=false + + # Should the water bowl spill if you don't sneak while using it? + B:"Water Bowl Spilling"=false + + # 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"=36000 + + # 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"=false + + # 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"=false + + # If Crystal Clusters should generate in Lush Caves + B:"Crystal Clusters in Lush Caves"=false + + # Should the Engineer Villager and his House generate in the worl? + B:"Engineer Villager: Existence"=false + + # Should Flax generate in the World? + B:"Flax Gen"=false + + # The Amount of Flax generating + I:"Flax: Amount"=8 + + # Should caves with trees and grass randomly generate underground? + B:"Generate Lush Caves"=true + + # Should the Jam Villager and his House generate in the world? + B:"Jam Villager: Existence"=false + I:"Jam Villager: ID"=493827 + + # 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" < + 10 + 7 + 20 + 28885 + 50 + 51 + 52 + 144 + -13 + -14 + -15 + -16 + -17 + -18 + -19 + -20 + -21 + -22 + -23 + -24 + -25 + -26 + -27 + -28 + -29 + -30 + -31 + -32 + -33 + -34 + -35 + -36 + -37 + -38 + -39 + -40 + -41 + -42 + -43 + > + + # The list of IDs of the dimensions that Actually Additions Plants (Rice for example) are banned in. + I:"Plant Blacklist" < + 10 + > + + # 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"=false +} + + diff --git a/config/advancedmortars.module.Mortar.cfg b/config/advancedmortars.module.Mortar.cfg new file mode 100644 index 0000000..72841ab --- /dev/null +++ b/config/advancedmortars.module.Mortar.cfg @@ -0,0 +1,59 @@ +# Configuration file + +general { + # Set to false to make the mortar drop its contents when moved. + B:KEEP_CONTENTS=true + + client { + # Set to false to hide the mortar interaction hints in the UI overlay. + B:DISPLAY_INTERACTION_HINTS=true + + # Set to false to hide the mortar durability in the UI overlay. + B:DISPLAY_MORTAR_DURABILITY=true + } + + recipes { + # Set to false to disable all default recipes. + B:ENABLE_DEFAULT_RECIPES=false + + # Amount of exhaustion to charge the player per click required to complete a recipe. + # Set to 0 to disable. + # Min: 0.0 + # Max: 40.0 + D:EXHAUSTION_COST_PER_CLICK=0.0 + + # Minimum amount of hunger the player needs to operate a mortar. + # Set to 0 to disable. + # Min: 0 + # Max: 20 + I:MINIMUM_HUNGER_TO_USE=0 + + # If set to true, the mortar will require an empty hand to use. + B:REQUIRE_EMPTY_HAND_TO_USE=false + } + + durability { + # Set to 0 for infinite uses. + # Min: 0 + # Max: 2147483647 + I:DIAMOND=1024 + + # Set to 0 for infinite uses. + # Min: 0 + # Max: 2147483647 + I:IRON=256 + + # Set to 0 for infinite uses. + # Min: 0 + # Max: 2147483647 + I:STONE=64 + + # Set to 0 for infinite uses. + # Min: 0 + # Max: 2147483647 + I:WOOD=16 + } + +} + + diff --git a/config/animalium.cfg b/config/animalium.cfg new file mode 100644 index 0000000..88e47c9 --- /dev/null +++ b/config/animalium.cfg @@ -0,0 +1,67 @@ +# Configuration file + +"animal attack settings" { + B:"Bears Attack Everything (Except Bears)"=false + B:"Bears Attack Monsters"=false + B:"Piranhas Attack Everything (Except Piranhas)"=false + B:"Piranhas Attack Monsters"=false + I:"Piranhas Damage Boats Probablility"=30 + B:"Piranhas Damage Boats on Colliding"=true + I:"Rat Item Stealing Probability Bigger Numbers = Less Chance"=1 + B:"Rats Attack Everything (Except Rats)"=false + B:"Rats Attack Monsters"=false + B:"Rats Steal Items)"=false + B:"Wild Dogs Attack Everything (Except Wild Dogs)"=false + B:"Wild Dogs Attack Monsters"=false +} + + +"animal spawn settings" { + I:"Bear Max Y Spawn Height"=256 + I:"Bear Spawn Chance Probability"=1 + + # [default: [Ljava.lang.String;@45d5585e] + S:"Bear Spawn Dimension Blacklist" < + 1 + -1 + > + I:"Bear Spawn Group Maximum Size"=1 + I:"Bear Spawn Group Minimum Size"=1 + B:"Bears Spawn Only During Day"=true + I:"Piranha Spawn Chance Probability"=2 + + # [default: [Ljava.lang.String;@3ffc96e7] + S:"Piranha Spawn Dimension Blacklist" < + 1 + -1 + > + I:"Piranha Spawn Group Maximum Size"=2 + I:"Piranha Spawn Group Minimum Size"=1 + I:"Rat Max Y Spawn Height"=256 + I:"Rat Spawn Chance Probability"=2 + + # [default: [Ljava.lang.String;@1ddc2cb8] + S:"Rat Spawn Dimension Blacklist" < + 1 + -1 + > + I:"Rat Spawn Group Maximum Size"=3 + I:"Rat Spawn Group Minimum Size"=1 + I:"Wild Dog Max Y Spawn Height"=256 + I:"Wild Dog Spawn Chance Probability"=2 + + # [default: [Ljava.lang.String;@76f9e8c1] + S:"Wild Dog Spawn Dimension Blacklist" < + 1 + -1 + > + I:"Wild Dog Spawn Group Maximum Size"=2 + I:"Wild Dog Spawn Group Minimum Size"=1 +} + + +"wild dog hit box complaints!" { + B:"Render Dog Hitbox for Scrub Combat Practice"=false +} + + diff --git a/config/antiqueatlas/antiqueatlas.cfg b/config/antiqueatlas/antiqueatlas.cfg new file mode 100644 index 0000000..659f0b5 --- /dev/null +++ b/config/antiqueatlas/antiqueatlas.cfg @@ -0,0 +1,104 @@ +# Configuration file + +########################################################################################################## +# gameplay +#--------------------------------------------------------------------------------------------------------# +# These settings will affect how the mod behaves in certain situations and the players' overall gameplay, but generally won't affect performance. +########################################################################################################## + +gameplay { + # Whether to add local marker for the spot where the player died. + B:autoDeathMarker=true + + # Whether to add global markers for Nether Portals. + B:autoNetherPortalMarkers=true + + # Whether to add global markers for NPC villages. + B:autoVillageMarkers=true + + # Whether to remember last open browsing position and zoom level for each dimension in every atlas. + # If disabled, all dimensions and all atlases will be "synchronized" at the same coordinates and zoom level, and map will "follow" player by default. + B:doSaveBrowsingPos=true + + # Player will need to craft atlas item to use atlas. + B:itemNeeded=true +} + + +########################################################################################################## +# performance +#--------------------------------------------------------------------------------------------------------# +# These settings affect the algorithms for scanning the world, drawing the map etc. Changing them may improve the game's overall stability and performance at the cost of Atlas' functionality. +########################################################################################################## + +performance { + # If true, map render time will be output. + B:debugRender=false + + # Whether to rescan chunks in the area that have been previously mapped. This is useful in case of changes in coastline (including small ponds of water and lava), or if land disappears completely (for sky worlds). + # Disable for better performance. + B:doRescan=true + + # Whether to perform additional scanning to locate small ponds of water or lava. + # Disable for better performance. + B:doScanPonds=true + + # Whether to perform additional scanning to locate ravines. + # Disable for better performance. + B:doScanRavines=true + + # Force loading of chunks within scan radius even if it exceeds regular chunk loading distance. + # Enabling this may SEVERELY decrease performance! + B:forceChunkLoading=false + + # The maximum number of markers a particular atlas can hold. + # Min: 0 + # Max: 2147483647 + I:markerLimit=1024 + + # Time in seconds between two scans of the area. + # Higher value gives better performance. + D:newScanInterval=2.0 + + # The number of area scans between full rescans. + # Higher value gives better performance. + # Min: 1 + # Max: 1000 + I:rescanRate=12 + + # The radius of the area around the player which is scanned by the Atlas at regular intervals. + # Note that this will not force faraway chunks to load, unless force_chunk_loading is enabled. + # Lower value gives better performance. + I:scanRadius=8 +} + + +########################################################################################################## +# userinterface +#--------------------------------------------------------------------------------------------------------# +# These setting will affect the look and feel of the Atlas' interface. +########################################################################################################## + +userinterface { + # Default zoom level. The number corresponds to the size of a block on the map relative to the size of a GUI pixel. Preferrably a power of 2. + # Min: 0.001953125 + # Max: 16.0 + D:defaultScale=0.5 + + # If false (by default), then mousewheel up is zoom in, mousewheel down is zoom out. + # If true, then the direction is reversed. + B:doReverseWheelZoom=false + B:doScaleMarkers=false + + # Maximum zoom level. The number corresponds to the size of a block on the map relative to the size of a GUI pixel. Preferrably a power of 2. + # Min: 0.001953125 + # Max: 16.0 + D:maxScale=4.0 + + # Minimum zoom level. The number corresponds to the size of a block on the map relative to the size of a GUI pixel. Preferrably a power of 2. Smaller values may decrease performance! + # Min: 0.001953125 + # Max: 16.0 + D:minScale=0.03125 +} + + diff --git a/config/antiqueatlas/atlas_overlay.cfg b/config/antiqueatlas/atlas_overlay.cfg new file mode 100644 index 0000000..b88a29c --- /dev/null +++ b/config/antiqueatlas/atlas_overlay.cfg @@ -0,0 +1,97 @@ +# Configuration file + +########################################################################################################## +# appearance +#--------------------------------------------------------------------------------------------------------# +# These settings change what the map shows, or how it is shown. +########################################################################################################## + +appearance { + # The width of the map border on the left and right sides of the minimap tiles. + # Represented as a fraction of the image width. + # Below a certain threshold, this border will be overtaken by the map border graphic. + # Min: 0.0 + # Max: 0.5 + D:borderX=0.0 + + # The width of the map border on the top and bottom sides of the minimap tiles. + # Represented as a fraction of the image width. + # Below a certain threshold, this border will be overtaken by the map border graphic. + # + # Min: 0.0 + # Max: 0.5 + D:borderY=0.0 + + # Set false to disable minimap + B:enabled=true + + # The size (in GUI pixels) of a marker on the map. + # Note that this will change with Minecraft's GUI scale configuration. + # Min: 0 + # Max: 2147483647 + I:markerSize=16 + + # The height (in GUI pixels) of the player's icon. + # Min: 0 + # Max: 2147483647 + I:playerIconHeight=8 + + # The width (in GUI pixels) of the player's icon. + # Min: 0 + # Max: 2147483647 + I:playerIconWidth=7 + + # If true, the minimap will show the map of an atlas only while it is held. + # If false, the minimap will show the map of the first atlas in the hotbar. + B:requiresHold=false + + # The size (in GUI pixels) of a map's tile. + # Note that this will change with Minecraft's GUI scale configuration. + # When using a small gui scale, the map may look better with a TILE_SIZE of 16 or more. + # Min: 1 + # Max: 2147483647 + I:tileSize=8 +} + + +########################################################################################################## +# position +#--------------------------------------------------------------------------------------------------------# +# These settings change the location and size. +########################################################################################################## + +position { + # If true, the map position's y axis will align 0 to the bottom + # of the screen, increasing towards the top. + B:alignBottom=false + + # If true, the map position's x axis will align 0 to the right + # of the screen, increasing towards the left. + B:alignRight=true + + # Map's height in GUI pixels. + # Note that this will change with Minecraft's GUI scale configuration. + # Min: 0 + # Max: 2147483647 + I:height=109 + + # Map's width in GUI pixels. + # Note that this will change with Minecraft's GUI scale configuration. + # Min: 0 + # Max: 2147483647 + I:width=155 + + # Map's minimum position along the x axis in GUI pixels. + # Note that this will change with Minecraft's GUI scale configuration. + # Min: -2147483648 + # Max: 2147483647 + I:xPosition=2 + + # Map's minimum position along the y axis in GUI pixels. + # Note that this will change with Minecraft's GUI scale configuration. + # Min: -2147483648 + # Max: 2147483647 + I:yPosition=2 +} + + diff --git a/config/antiqueatlas/biome_textures.json b/config/antiqueatlas/biome_textures.json new file mode 100644 index 0000000..6af54a4 --- /dev/null +++ b/config/antiqueatlas/biome_textures.json @@ -0,0 +1,150 @@ +{ + "version": 2, + "data": { + "abyssalcraft:abyssal_wastelands": "SAVANNA", + "abyssalcraft:coralium_infested_swamp": "SWAMP", + "abyssalcraft:dark_realm": "SWAMP_HILLS", + "abyssalcraft:darklands": "JUNGLE_EDGE", + "abyssalcraft:darklands_forest": "FOREST", + "abyssalcraft:darklands_hills": "HILLS", + "abyssalcraft:darklands_mountains": "MOUNTAINS_NAKED", + "abyssalcraft:darklands_plains": "PLAINS", + "abyssalcraft:dreadlands": "SWAMP", + "abyssalcraft:dreadlands_forest": "FOREST", + "abyssalcraft:dreadlands_mountains": "MOUNTAINS_NAKED", + "abyssalcraft:omothol": "SHORE", + "abyssalcraft:purged": "PLAINS", + "abyssalcraft:purified_dreadlands": "SAVANNA", + "appliedenergistics2:storage_biome": "END_VOID", + "beneath:the_beneath": "CAVE_WALLS", + "extraplanets:outer space 10": "END_VOID", + "extraplanets:outer space 11": "END_VOID", + "extraplanets:outer space 12": "END_VOID", + "extraplanets:outer space 3": "END_VOID", + "extraplanets:outer space 4": "END_VOID", + "extraplanets:outer space 5": "END_VOID", + "extraplanets:outer space 6": "END_VOID", + "extraplanets:outer space 7": "END_VOID", + "extraplanets:outer space 8": "END_VOID", + "extraplanets:outer space 9": "END_VOID", + "galacticraftcore:outer space": "END_VOID", + "galacticraftplanets:outer space 1": "END_VOID", + "galacticraftplanets:outer space 2": "END_VOID", + "integrateddynamics:biome_meneglin": "BIRCH", + "jeid:error_biome": "PLAINS", + "minecraft:beaches": "SHORE", + "minecraft:birch_forest": "BIRCH", + "minecraft:birch_forest_hills": "BIRCH_HILLS", + "minecraft:cold_beach": "SHORE", + "minecraft:deep_ocean": "WATER", + "minecraft:desert": "DESERT", + "minecraft:desert_hills": "DESERT_HILLS", + "minecraft:extreme_hills": "MOUNTAINS", + "minecraft:extreme_hills_with_trees": "MOUNTAINS_ALL", + "minecraft:forest": "FOREST", + "minecraft:forest_hills": "FOREST_HILLS", + "minecraft:frozen_ocean": "ICE", + "minecraft:frozen_river": "ICE", + "minecraft:hell": "CAVE_WALLS", + "minecraft:ice_flats": "SNOW", + "minecraft:ice_mountains": "SNOW_HILLS", + "minecraft:jungle": "JUNGLE", + "minecraft:jungle_edge": "JUNGLE_EDGE", + "minecraft:jungle_hills": "JUNGLE_HILLS", + "minecraft:mesa": "MESA", + "minecraft:mesa_clear_rock": "PLATEAU_MESA", + "minecraft:mesa_rock": "PLATEAU_MESA_TREES", + "minecraft:mushroom_island": "MUSHROOM", + "minecraft:mushroom_island_shore": "SHORE", + "minecraft:mutated_birch_forest": "TALL_BIRCH", + "minecraft:mutated_birch_forest_hills": "TALL_BIRCH_HILLS", + "minecraft:mutated_desert": "DESERT", + "minecraft:mutated_extreme_hills": "MOUNTAINS_SNOW_CAPS", + "minecraft:mutated_extreme_hills_with_trees": "MOUNTAINS_SNOW_CAPS", + "minecraft:mutated_forest": "FOREST_FLOWERS", + "minecraft:mutated_ice_flats": "ICE_SPIKES", + "minecraft:mutated_jungle": "JUNGLE_CLIFFS", + "minecraft:mutated_jungle_edge": "JUNGLE_EDGE_HILLS", + "minecraft:mutated_mesa": "BRYCE", + "minecraft:mutated_mesa_clear_rock": "PLATEAU_MESA_LOW", + "minecraft:mutated_mesa_rock": "PLATEAU_MESA_TREES_LOW", + "minecraft:mutated_plains": "SUNFLOWERS", + "minecraft:mutated_redwood_taiga": "MEGA_SPRUCE", + "minecraft:mutated_redwood_taiga_hills": "MEGA_SPRUCE_HILLS", + "minecraft:mutated_roofed_forest": "DENSE_FOREST_HILLS", + "minecraft:mutated_savanna": "SAVANNA_CLIFFS", + "minecraft:mutated_savanna_rock": "PLATEAU_SAVANNA_M", + "minecraft:mutated_swampland": "SWAMP_HILLS", + "minecraft:mutated_taiga": "PINES_HILLS", + "minecraft:mutated_taiga_cold": "SNOW_PINES_HILLS", + "minecraft:ocean": "WATER", + "minecraft:plains": "PLAINS", + "minecraft:redwood_taiga": "MEGA_TAIGA", + "minecraft:redwood_taiga_hills": "MEGA_TAIGA_HILLS", + "minecraft:river": "WATER", + "minecraft:roofed_forest": "DENSE_FOREST", + "minecraft:savanna": "SAVANNA", + "minecraft:savanna_rock": "PLATEAU_SAVANNA", + "minecraft:sky": "SHORE", + "minecraft:smaller_extreme_hills": "MOUNTAINS", + "minecraft:stone_beach": "ROCK_SHORE", + "minecraft:swampland": "SWAMP", + "minecraft:taiga": "PINES", + "minecraft:taiga_cold": "SNOW_PINES", + "minecraft:taiga_cold_hills": "SNOW_PINES_HILLS", + "minecraft:taiga_hills": "PINES_HILLS", + "minecraft:void": "SHORE", + "nex:arctic_abyss": "DESERT", + "nex:fungi_forest": "MUSHROOM", + "nex:ruthless_sands": "DESERT", + "nex:torrid_wasteland": "PLAINS", + "thebetweenlands:coarse_islands": "SWAMP", + "thebetweenlands:deep_waters": "SWAMP", + "thebetweenlands:marsh_0": "SWAMP", + "thebetweenlands:marsh_1": "SWAMP", + "thebetweenlands:patchy_islands": "SWAMP", + "thebetweenlands:sludge_plains": "SWAMP", + "thebetweenlands:sludge_plains_clearing": "SWAMP", + "thebetweenlands:swamplands": "SWAMP", + "thebetweenlands:swamplands_clearing": "SWAMP", + "traverse:autumnal_wooded_hills": "DENSE_FOREST_HILLS", + "traverse:autumnal_woods": "FOREST", + "traverse:badlands": "FOREST", + "traverse:birch_forested_hills": "BIRCH_HILLS", + "traverse:canyon": "PLATEAU_MESA_LOW", + "traverse:cliffs": "MOUNTAINS", + "traverse:crag_cliffs": "PLATEAU_MESA", + "traverse:forested_hills": "FOREST_HILLS", + "traverse:glacier": "ICE", + "traverse:glacier_spikes": "ICE_SPIKES", + "traverse:green_swamp": "SWAMP", + "traverse:lush_hills": "MEGA_SPRUCE_HILLS", + "traverse:meadow": "PLAINS", + "traverse:mini_jungle": "JUNGLE", + "traverse:mountainous_desert": "DESERT_HILLS", + "traverse:red_desert": "DESERT", + "traverse:rocky_plateau": "PLATEAU_MESA_LOW", + "traverse:snowy_coniferous_forest": "SNOW_PINES", + "traverse:temperate_rainforest": "FOREST", + "traverse:woodlands": "BIRCH", + "twilightforest:dark_forest": "JUNGLE", + "twilightforest:dark_forest_center": "JUNGLE_CLIFFS", + "twilightforest:deep_mushroom_forest": "MEGA_SPRUCE_HILLS", + "twilightforest:dense_twilight_forest": "DENSE_FOREST", + "twilightforest:enchanted_forest": "FOREST_FLOWERS", + "twilightforest:fire_swamp": "SWAMP_HILLS", + "twilightforest:firefly_forest": "BIRCH", + "twilightforest:highlands_center": "PLATEAU_MESA", + "twilightforest:mushroom_forest": "MEGA_SPRUCE", + "twilightforest:oak_savannah": "SAVANNA", + "twilightforest:snowy_forest": "SNOW_PINES", + "twilightforest:thornlands": "DESERT_HILLS", + "twilightforest:twilight_clearing": "PLAINS", + "twilightforest:twilight_forest": "FOREST", + "twilightforest:twilight_glacier": "SNOW", + "twilightforest:twilight_highlands": "PLATEAU_MESA_TREES", + "twilightforest:twilight_lake": "WATER", + "twilightforest:twilight_stream": "WATER", + "twilightforest:twilight_swamp": "SWAMP" + } +} \ No newline at end of file diff --git a/config/antiqueatlas/markers.json b/config/antiqueatlas/markers.json new file mode 100644 index 0000000..b2dee38 --- /dev/null +++ b/config/antiqueatlas/markers.json @@ -0,0 +1,38 @@ +{ + "version": 1, + "data": { + "antiqueatlas:Example": { + "__comment": [ + "Any of these values can be ommited. The mod will either use the default value or if it is already been registered it will keep the existing values", + "This example entry is never parsed, and if modified, will not persist" + ], + "textures": [ + "List of icons at different resolutions", + "[Default: `antiqueatlas:textures/gui/markers/red_x_small.png`]" + ], + "size": "[Default: 2] The width and height of the marker, in tiles (a chunk at 1x zoom)", + "clipMin": "[Default: -1000] The minimum zoom, -1 is 1/2x, -2 is 1/4x, ...", + "clipMax": "[Default: 1000] The maximum zoom, 0 is 1x, 1 is 2x, ...", + "alwaysShow": "[Default: false] True if the marker should appear regardless of whether hide markers is on", + "isTile": "[Default: false] True if the marker should scale with the map", + "isTechnical": "[Default: false] True if user should not be able to place the marker on the map", + "centerX": "[Default: 0.5] The point in the image that should be at the location of the marker (0-1)", + "centerY": "[Default: 0.5] The point in the image that should be at the location of the marker (0-1)" + }, + "antiqueatlas:bed": {}, + "antiqueatlas:diamond": {}, + "antiqueatlas:end_city": {}, + "antiqueatlas:end_city_far": {}, + "antiqueatlas:google": {}, + "antiqueatlas:nether_portal": {}, + "antiqueatlas:pickaxe": {}, + "antiqueatlas:red_x_large": {}, + "antiqueatlas:red_x_small": {}, + "antiqueatlas:scroll": {}, + "antiqueatlas:skull": {}, + "antiqueatlas:sword": {}, + "antiqueatlas:tomb": {}, + "antiqueatlas:tower": {}, + "antiqueatlas:village": {} + } +} \ No newline at end of file diff --git a/config/antiqueatlas/texture_sets.json b/config/antiqueatlas/texture_sets.json new file mode 100644 index 0000000..f17aca4 --- /dev/null +++ b/config/antiqueatlas/texture_sets.json @@ -0,0 +1,9 @@ +{ + "version": 1, + "data": { + "TEST": [ + "antiqueatlas:textures/gui/tiles/test.png", + "antiqueatlas:textures/gui/tiles/test.png" + ] + } +} \ No newline at end of file diff --git a/config/antiqueatlas/tile_textures.json b/config/antiqueatlas/tile_textures.json new file mode 100644 index 0000000..25e167f --- /dev/null +++ b/config/antiqueatlas/tile_textures.json @@ -0,0 +1,33 @@ +{ + "version": 1, + "data": { + "endIsland": "END_ISLAND", + "endIslandPlants": "END_ISLAND_PLANTS", + "endVoid": "END_VOID", + "lava": "LAVA", + "lavaShore": "LAVA_SHORE", + "netherBridge": "NETHER_BRIDGE", + "netherBridgeEndX": "NETHER_BRIDGE_END_X", + "netherBridgeEndZ": "NETHER_BRIDGE_END_Z", + "netherBridgeGate": "NETHER_BRIDGE_GATE", + "netherBridgeX": "NETHER_BRIDGE_X", + "netherBridgeZ": "NETHER_BRIDGE_Z", + "netherFortStairs": "NETHER_FORT_STAIRS", + "netherHall": "NETHER_HALL", + "netherThrone": "NETHER_THRONE", + "netherTower": "NETHER_TOWER", + "netherWall": "NETHER_WALL", + "npcVillageButchersShop": "BUTCHERS_SHOP", + "npcVillageChurch": "CHURCH", + "npcVillageFarmlandLarge": "FARMLAND_LARGE", + "npcVillageFarmlandSmall": "FARMLAND_SMALL", + "npcVillageHut": "HUT", + "npcVillageLHouse": "L-HOUSE", + "npcVillageLibrary": "LIBRARY", + "npcVillageSmallHouse": "HOUSE_SMALL", + "npcVillageSmithy": "SMITHY", + "npcVillageTorch": "VILLAGE_TORCH", + "npcVillageWell": "WELL", + "ravine": "RAVINE" + } +} \ No newline at end of file diff --git a/config/antiqueatlas/tileids.json b/config/antiqueatlas/tileids.json new file mode 100644 index 0000000..8c3dcd0 --- /dev/null +++ b/config/antiqueatlas/tileids.json @@ -0,0 +1,33 @@ +{ + "version": 1, + "data": { + "endIsland": -26, + "endIslandPlants": -27, + "endVoid": -28, + "lava": -13, + "lavaShore": -14, + "netherBridge": -15, + "netherBridgeEndX": -18, + "netherBridgeEndZ": -19, + "netherBridgeGate": -20, + "netherBridgeX": -16, + "netherBridgeZ": -17, + "netherFortStairs": -24, + "netherHall": -23, + "netherThrone": -25, + "netherTower": -21, + "netherWall": -22, + "npcVillageButchersShop": -11, + "npcVillageChurch": -12, + "npcVillageFarmlandLarge": -5, + "npcVillageFarmlandSmall": -6, + "npcVillageHut": -9, + "npcVillageLHouse": -4, + "npcVillageLibrary": -2, + "npcVillageSmallHouse": -10, + "npcVillageSmithy": -3, + "npcVillageTorch": -8, + "npcVillageWell": -7, + "ravine": -29 + } +} \ No newline at end of file diff --git a/config/appleskin.cfg b/config/appleskin.cfg new file mode 100644 index 0000000..602f702 --- /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/aroma1997/aroma1997core.cfg b/config/aroma1997/aroma1997core.cfg new file mode 100644 index 0000000..e69de29 diff --git a/config/aroma1997/aromabackup.cfg b/config/aroma1997/aromabackup.cfg new file mode 100644 index 0000000..d180d32 --- /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" + S:compressionType=zip +} + + +backup_location { + # The filename of the backup files. Supported variables: + # world, year, month, date, hour, minute, second, identifier. + # Please note: using the identifier is recommended, but not enforced. Please make sure, that your filenames are unique and that two backups will not have the same filename. [default: %world%/Backup--%world%--%year%-%month%-%date%--%hour%-%minute%] + S:filename=%world%/Backup--%world%--%year%-%month%-%date%--%hour%-%minute% + + # Where to store the Backups. Either an absolute path or relative to the minecraft folder. + S:location=./backups +} + + +backup_schedule { + # How frequently a automatic backup is done in minutes. 0 means Auto-Backup disabled. + I:delay=30 + + # How many full backups to keep. When there are this many full backups, the oldest full backup will be deleted together with all incremental backups, that depend on it. [range: 1 ~ 2147483647, default: 30] + I:fullBackupsToKeep=5 + + # How many incremental backups to create. Set to something bigger that 0 to enable. If this is set to for example 5, then there will be one full backup, 5 incremental backups and then the next full backup and so on. [range: 0 ~ 500, default: 0] + I:incrementalBackupsToCreate=0 + + # How many incremental backups to keep. When there are this many incremental backups, the oldest incremental backup will be deleted together with all backups, that depend on it. [range: 1 ~ 2147483647, default: 100] + I:incrementalBackupsToKeep=100 + + # If a backup should be done when the world gets loaded. + B:onStartup=false + + # 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 0000000..e8cfd18 --- /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/astikorcarts.cfg b/config/astikorcarts.cfg new file mode 100644 index 0000000..f9c93f0 --- /dev/null +++ b/config/astikorcarts.cfg @@ -0,0 +1,40 @@ +# Configuration file + +general { + # Min: -1.0 + # Max: 0.0 + D:speedModifier=-0.65 + + cargocart { + S:canPull < + minecraft:horse + minecraft:donkey + minecraft:mule + minecraft:pig + minecraft:llama + > + } + + plowcart { + S:canPull < + minecraft:horse + minecraft:donkey + minecraft:mule + minecraft:pig + minecraft:llama + > + } + + mobcart { + S:canPull < + minecraft:horse + minecraft:donkey + minecraft:mule + minecraft:pig + minecraft:llama + > + } + +} + + diff --git a/config/astralsorcery.cfg b/config/astralsorcery.cfg new file mode 100644 index 0000000..82b544d --- /dev/null +++ b/config/astralsorcery.cfg @@ -0,0 +1,1121 @@ +# 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.01 + + # Defines the amount of health that is regenerated per cape-effect-cycle/tick [range: 0.0 ~ 4.0, default: 0.04] + S:aevitasHealPerCycle=0.1 + + # 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=0.01 + + # 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 + } + + 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.0 + + # 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=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=3.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.15 + } + + 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=80 + } + + 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 + } + + 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.65 + + # 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.5 + + # 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.2 + + # 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=8 + } + + 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=100 + + # 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.15 + } + + 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=false + + # 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=false +} + + +data_persistence { + + files { + B:active=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=20 + + # 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 + I:dimensionIdSkyRift=-81 + + # 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 < + actuallyadditions + contenttweaker + extraplanets + galacticraftcore + galacticraftplanets + immersiveengineering + mekanism + mysticalagriculture + nex + primal + quark + rftools + tconstruct + techreborn + thebetweenlands + > + + # Whitelist of dimension ID's that will have special sky rendering [default: [0]] + S:skySupportedDimensions < + > + + # 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=false + + # 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 { + I:treeBeaconBreakChance=500 + I:treeBeaconCount=600 + I:treeBeaconDropsChance=5 + S:treeBeaconEfficiencyLimiter=1.0 + S:treeBeaconRange=16.0 + + multi-ore { + B:allowModdedOres=true + + # 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 + } + + 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=500 + + # 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=5 + + # 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 + } + + 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 + } + + 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 + > + } + + 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 + } + +} + + +machinerychalice { + S:chaliceRange=16.0 +} + + +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 { + + def_cheatdeath { + I:DEF_CHEATDEATHCooldownPotion=1000 + I:DEF_CHEATDEATHPotionAmplifier=0 + I:DEF_CHEATDEATHPotionDuration=600 + S:DEF_CHEATDEATHThresholdDamage=6.0 + S:DEF_CHEATDEATHThresholdHealth=4.0 + } + + dtr_breakspeed { + S:DTR_BREAKSPEEDHarvestSpeedIncrease=0.5 + } + + dtr_armorbreak { + S:DTR_ARMORBREAKDamageChanceMultiplier=0.2 + S:DTR_ARMORBREAKDropChance=0.2 + } + + dtr_damagearc { + S:DTR_DAMAGEARCArcChance=0.75 + S:DTR_DAMAGEARCArcDamagePercent=1.75 + S:DTR_DAMAGEARCArcDistance=4.0 + } + + dtr_low_health { + S:DTR_LOW_HEALTHDamageIncrease=3.0 + S:DTR_LOW_HEALTHDigSpeedIncrease=1.5 + } + + dtr_stack { + S:DTR_STACKAttackDamageMultiplier=0.3 + S:DTR_STACKHarvestSpeedMultiplier=0.2 + I:DTR_STACKMultiplierCap=10 + } + + 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 + } + + 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%, 0.1 means 10%, ...) [range: 0.0 ~ 1.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%, 0.1 means 10%, ...) [range: 0.0 ~ 1.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%, 0.1 means 10%, ...) [range: 0.0 ~ 1.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%, 0.1 means 10%, ...) [range: 0.0 ~ 1.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 + } + + } + + 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=false + + # 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=false +} + + +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=4.0 + + # 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 + I:vicioJumpAmplifier=1 + S:vicioPotencyMultiplier=1.0 + + # Defines the radius (in blocks) in which the ritual will allow the players to fly in. [range: 1.0 ~ 512.0, default: 24.0] + I:vicioRange=16 + + # Defines the increase in radius the ritual will get per active lens enhancing the ritual. [range: 1 ~ 128, default: 16] + I:vicioRangeIncreasePerLens=16 + I:vicioSpeedAmplifier=1 + } + + 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=8 + } + + mineralis { + # 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=14 + } + + lucerna { + # Defines the range in which the ritual will prevent mobspawning. [range: 2.0 ~ 2048.0, default: 64.0] + S:lucernaDenyRange=256.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 + } + + 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=8 + } + + 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=8 + + # 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=false + + # 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.08 + + # 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 + I:crystalDensity=0 + + # 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=0 + + # Defines how many marble veins are generated per chunk. 0 = disabled [range: 0 ~ 32, default: 4] + I:generateMarbleAmount=0 + + # Defines how big generated marble veins are. [range: 1 ~ 32, default: 20] + I:generateMarbleVeinSize=1 + + # 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 < + > + + 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=false + + # 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=512.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=false + + # 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=512.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=false + + # 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=256.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=false + + # 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 + } + + 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=false + + # 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 + } + + rockcrystals { + # Set the BiomeTypes (according to the BiomeDicitionary) this structure will spawn in. [default: ] + S:BiomeTypes < + > + I:Chance=0 + + # 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=false + + # Ignore Biome specifications when trying to generate rockcrystals [default: true] + B:IgnoreBiomeSpecification=true + B:IgnoreBiomes=false + + # 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 + > + } + +} + + diff --git a/config/astralsorcery/aevitas_ore_perk.cfg b/config/astralsorcery/aevitas_ore_perk.cfg new file mode 100644 index 0000000..285ad81 --- /dev/null +++ b/config/astralsorcery/aevitas_ore_perk.cfg @@ -0,0 +1,27 @@ +# 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 < + oreGeolosysCoal;5200 + oreGeolosysHematite;2500 + oreGeolosysGold;550 + oreGeolosysLapis;140 + oreBlockCinnabar;700 + oreGeolosysBauxite;600 + oreGeolosysAzurite;1100 + oreGeolosysCassiterite;1500 + oreGeolosysGalena;600 + oreGeolosysLimonite;270 + oreGeolosysAutunite;550 + oreGeolosysQuartz;250 + > +} + + diff --git a/config/astralsorcery/amulet_enchantments.cfg b/config/astralsorcery/amulet_enchantments.cfg new file mode 100644 index 0000000..e694254 --- /dev/null +++ b/config/astralsorcery/amulet_enchantments.cfg @@ -0,0 +1,67 @@ +# 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], [jaff:roasting:5], [bibliocraft:bibliocraft.deathcompassench:1], [bibliocraft:bibliocraft.readingench:5], [oeintegration:oreexcavation:1], [spartanshields:ssenchspikes:5], [walljump:walljump:5], [walljump:doublejump:2], [walljump:speedboost:2], [yoyos:collecting:5], [abyssalcraft:coralium:2], [abyssalcraft:dread:2], [abyssalcraft:light_pierce:10], [abyssalcraft:iron_wall:5], [abyssalcraft:sapping:5], [abyssalcraft:multi_rend:2], [cyclicmagic:enchantment.autosmelt:2], [cyclicmagic:enchantment.beheading:1], [cyclicmagic:enchantment.lifeleech:10], [cyclicmagic:enchantment.quickdraw:1], [cyclicmagic:enchantment.reach:1], [cyclicmagic:enchantment.waterwalking:1], [cyclicmagic:enchantment.expboost:1], [astralsorcery:enchantment.as.nightvision:1], [astralsorcery:enchantment.as.smelting: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 + jaff:roasting:5 + bibliocraft:bibliocraft.deathcompassench:1 + bibliocraft:bibliocraft.readingench:5 + oeintegration:oreexcavation:1 + spartanshields:ssenchspikes:5 + yoyos:collecting:5 + abyssalcraft:coralium:2 + abyssalcraft:dread:2 + abyssalcraft:light_pierce:10 + abyssalcraft:iron_wall:5 + astralsorcery:enchantment.as.nightvision:1 + astralsorcery:enchantment.as.smelting:1 + cyclicmagic:enchantment.waterwalking:1 + cyclicmagic:enchantment.reach:1 + cyclicmagic:enchantment.expboost:1 + cyclicmagic:enchantment.autosmelt:2 + cyclicmagic:enchantment.launch:10 + cyclicmagic:enchantment.magnet:1 + cyclicmagic:enchantment.venom:10 + cyclicmagic:enchantment.lifeleech:10 + cyclicmagic:enchantment.beheading:1 + cyclicmagic:enchantment.quickdraw:1 + cyclicmagic:enchantment.excavation:1 + cyclicmagic:enchantment.multishot:1 + > +} + + diff --git a/config/astralsorcery/fluid_rarities.cfg b/config/astralsorcery/fluid_rarities.cfg new file mode 100644 index 0000000..7de1e0a --- /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 0000000..480f9e0 --- /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 0000000..285ad81 --- /dev/null +++ b/config/astralsorcery/mineralis_ritual.cfg @@ -0,0 +1,27 @@ +# 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 < + oreGeolosysCoal;5200 + oreGeolosysHematite;2500 + oreGeolosysGold;550 + oreGeolosysLapis;140 + oreBlockCinnabar;700 + oreGeolosysBauxite;600 + oreGeolosysAzurite;1100 + oreGeolosysCassiterite;1500 + oreGeolosysGalena;600 + oreGeolosysLimonite;270 + oreGeolosysAutunite;550 + oreGeolosysQuartz;250 + > +} + + diff --git a/config/astralsorcery/perk_void_trash_replacement.cfg b/config/astralsorcery/perk_void_trash_replacement.cfg new file mode 100644 index 0000000..30a766a --- /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 0000000..b19ea6f --- /dev/null +++ b/config/astralsorcery/treasure_shrine.cfg @@ -0,0 +1,28 @@ +# 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 + oreAluminum;600 + oreCopper;1100 + oreTin;1500 + oreLead;1000 + oreNickel;270 + oreSilver;180 + oreUranium;550 + oreSulfur;600 + > +} + + diff --git a/config/baubles.cfg b/config/baubles.cfg new file mode 100644 index 0000000..7a7939d --- /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/beneath/beneath.cfg b/config/beneath/beneath.cfg new file mode 100644 index 0000000..87ee6d0 --- /dev/null +++ b/config/beneath/beneath.cfg @@ -0,0 +1,112 @@ +# Configuration file + +general { + # Toggles whether or not to allow teleporting back and forth between the Beneath and dimensions that aren't the Overworld + B:"Additional Dimension Teleportation"=false + + # Configurable crafting recipe for the Beneath Teleporter. + # The first 3 Strings in the array are the recipe formula, where each symbol represents an Item. The Items are defined by the character being in the array before the Item in question (check the default). + # Format for Items: modid:name:meta (where meta is optional, and * can be used to speficy the metadata wildcard). The OreDictionary can also be used, where you just specify the ore name (ingotIron for Iron Ingots, stone for Stone) + # §c[Only used if Use Crafting Recipe is enabled]§r + S:"Beneath Teleporter Crafting Recipe" < + #&# + &%& + #&# + # + minecraft:stone:* + & + cobblestone + % + minecraft:nether_star + > + + # Changes the red part of the Beneath sky color while affected by Night Vision. Client side only. + # [range: 0.0 ~ 10.0, default: 1.5] + D:"Blue Night Vision sky color"=1.5 + + # Sets how much mob damage is multiplied by inside The Beneath + # [range: 2.0 ~ 10.0, default: 2.0] + D:"Damage Multiplier"=2.0 + + # The amount of damage (half hearts) you take from the darkness (when the mode is set to darkness). + # [range: 2 ~ 20, default: 2] + I:"Darkness damage"=2 + + # The amount of seconds before the darkness damages you (when the mode is set to darkness). + # [range: 1 ~ 10, default: 5] + I:"Darkness damage timer"=5 + + # Dimension ID for The Beneath. + I:"Dimension ID"=10 + + # Toggles whether or not to stop mob spawning inside The Beneath. + B:"Disable Mob Spawning"=false + + # The chance that a dungeon generates in The Beneath (same logic as the vanilla setting). Setting it to 0 stops dungeon generation. + # [range: 0 ~ 100, default: 8] + I:"Dungeon spawn chance"=16 + + # Changes the green part of the Beneath sky color while affected by Night Vision. Client side only. + # [range: 0.0 ~ 10.0, default: 0.0] + D:"Green Night Vision sky color"=0.0 + + # Sets how much mob health is multiplied by inside The Beneath + # [range: 2.0 ~ 10.0, default: 2.0] + D:"Health Multiplier"=2.0 + + # Toggles whether or not to use the built-in Ore Generator. Can be disabled if you have another mod that handles Ore Generation. + # §c[Minecraft Restart Required]§r + B:"Internal Ore Generator"=true + + # Toggles whether or not The Beneath should be prevented from automatically unloading (might affect performance if enabled). + # §c[Minecraft Restart Required]§r + B:"Keep Loaded"=false + + # Any fluid blocks added to this list will randomly generate as part of lakes inside The Beneath (format is "modid:name") + # §c[Minecraft Restart Required]§r + S:"Lake Fluid Blocks" < + minecraft:water + minecraft:lava + > + + # The chance that a lake generates in The Beneath (same logic as the vanilla setting). Setting it to 0 stops lake generation + # [range: 0 ~ 100, default: 10] + I:"Lake spawn chance"=10 + + # What mode The Beneath is set to. Current modes are: + # grue: Grues spawn in the darkness + # darkness: You take damage while in dark areas. + # none: Disables darkness damage + # §c[Minecraft Restart Required]§r + S:Mode=darkness + + # Changes the red part of the Beneath sky color while affected by Night Vision. Client side only. + # [range: 0.0 ~ 10.0, default: 1.1] + D:"Red Night Vision sky color"=1.1 + + # Toggles whether or not shadows will be able to drag you into the dark with their hands. + B:"Shadow Hands"=true + + # Spawn Weight for the shadows, increase to increase the chance of them spawning, or decrease to decrease the chance of them spawning. + # [range: 10 ~ 100, default: 50] + I:"Shadow Spawn Weight"=50 + + # The chance that a stalactite generates in The Beneath (higher number increases the chance, lower decreases it). Setting it to 0 stops stalactite generation\n[range: 0 ~ 100, default: 20] + I:"Stalactite spawn chance"=20 + + # The chance that a stalagmite generates in The Beneath (higher number increases the chance, lower decreases it). Setting it to 0 stops stalagmite generation\n[range: 0 ~ 100, default: 20] + I:"Stalagmite spawn chance"=20 + + # Whether or not torches should spawn on the platform generated when entering The Beneath. + B:"Teleporter Torches"=true + + # Toggles whether or not to use the built-in Block Decorator (functions like the Ore Generator, except it runs before it, and is intended for things like dirt, gravel, stone types). + # §c[Minecraft Restart Required]§r + B:"Use Block Decorator"=true + + # Toggles whether or not to use the configurable crafting recipe. + # §c[Minecraft Restart Required]§r + B:"Use Crafting Recipe"=false +} + + diff --git a/config/beneath/blockdeco.json b/config/beneath/blockdeco.json new file mode 100644 index 0000000..3f67d8a --- /dev/null +++ b/config/beneath/blockdeco.json @@ -0,0 +1,52 @@ +[ + { + "ore": "minecraft:dirt", + "oremeta": 0, + "source": "minecraft:stone", + "srcmeta": 0, + "veins": 33, + "size": 24, + "miny": 0, + "maxy": 256 + }, + { + "ore": "minecraft:gravel", + "oremeta": 0, + "source": "minecraft:stone", + "srcmeta": 0, + "veins": 33, + "size": 22, + "miny": 0, + "maxy": 256 + }, + { + "ore": "minecraft:stone", + "oremeta": 1, + "source": "minecraft:stone", + "srcmeta": 0, + "veins": 33, + "size": 24, + "miny": 0, + "maxy": 160 + }, + { + "ore": "minecraft:stone", + "oremeta": 3, + "source": "minecraft:stone", + "srcmeta": 0, + "veins": 33, + "size": 24, + "miny": 0, + "maxy": 160 + }, + { + "ore": "minecraft:stone", + "oremeta": 5, + "source": "minecraft:stone", + "srcmeta": 0, + "veins": 33, + "size": 24, + "miny": 0, + "maxy": 160 + } +] \ No newline at end of file diff --git a/config/beneath/oregen.json b/config/beneath/oregen.json new file mode 100644 index 0000000..06d050a --- /dev/null +++ b/config/beneath/oregen.json @@ -0,0 +1,32 @@ +[ + { + "ore": "contenttweaker:sub_block_holder_0", + "oremeta": 0, + "source": "minecraft:stone", + "srcmeta": 0, + "veins": 6, + "size": 12, + "miny": 150, + "maxy": 246 + }, + { + "ore": "actuallyadditions:block_misc", + "oremeta": 3, + "source": "minecraft:stone", + "srcmeta": 0, + "veins": 20, + "size": 6, + "miny": 2, + "maxy": 100 + }, + { + "ore": "minecraft:monster_egg", + "oremeta": 0, + "source": "minecraft:stone", + "srcmeta": 0, + "veins": 24, + "size": 16, + "miny": 10, + "maxy": 246 + } +] \ No newline at end of file diff --git a/config/betteradvancements/betteradvancements.cfg b/config/betteradvancements/betteradvancements.cfg new file mode 100644 index 0000000..382e9fb --- /dev/null +++ b/config/betteradvancements/betteradvancements.cfg @@ -0,0 +1,29 @@ +# Configuration file + +general { + B:addInventoryButton=false + + # Lists the criteria for partially completed advancements, e.g. the biomes required for 'Adventuring Time' + # Off: Vanilla default + # Default: List which criteria you have already obtained + # Spoiler: Only reveal unobtained criteria + # All: Show both obtained and unobtained criteria + S:criteriaDetail=Off + B:criteriaDetailRequiresShift=false + S:defaultCompletedIconColor=#2f80c1 + S:defaultCompletedLineColor=#FFFFFF + S:defaultCompletedTitleColor=#2f80c1 + B:defaultDrawDirectLines=false + B:defaultHideLines=false + S:defaultUncompletedIconColor=#FFFFFF + S:defaultUncompletedLineColor=#FFFFFF + S:defaultUncompletedTitleColor=#222222 + B:doAdvancementsBackgroundFade=false + B:orderTabsAlphabetically=false + B:showDebugCoordinates=false + + # Values below 50% might give odd results, use on own risk ;) + I:uiScaling=100 +} + + diff --git a/config/betterbuilderswands.cfg b/config/betterbuilderswands.cfg new file mode 100644 index 0000000..6c209ae --- /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/betterfoliage.cfg b/config/betterfoliage.cfg new file mode 100644 index 0000000..b7d255b --- /dev/null +++ b/config/betterfoliage.cfg @@ -0,0 +1,326 @@ +# Configuration file + +algae { + B:enabled=true + D:hOffset=0.1 + D:size=1.0 + D:heightMin=0.5 + D:heightMax=1.0 + I:population=48 + I:biomes < + 0 + 7 + 10 + 11 + 24 + > + B:shaderWind=true + I:distance=450 +} + + +blocks { + S:leavesClassesWhitelist < + net.minecraft.block.BlockLeaves + biomesoplenty.common.block.BlockBOPLeaves + com.gildedgames.aether.common.blocks.natural.BlockAetherLeaves + > + S:leavesClassesBlacklist < + > + S:leavesModels < + minecraft:block/leaves,all + minecraft:block/cube_all,all + biomesoplenty:block/leaves_overlay,under + > + S:grassClassesWhitelist < + net.minecraft.block.BlockGrass + biomesoplenty.common.block.BlockBOPGrass + tconstruct.blocks.slime.SlimeGrass + enhancedbiomes.blocks.BlockGrassEB + com.bioxx.tfc.Blocks.Terrain.BlockGrass + com.shinoow.abyssalcraft.common.blocks.BlockDreadGrass + com.shinoow.abyssalcraft.common.blocks.BlockDarklandsgrass + > + S:grassClassesBlacklist < + > + S:grassModels < + block/grass,top + block/cube_bottom_top,top + > + S:myceliumWhitelist < + net.minecraft.block.BlockMycelium + nex.block.BlockMycelium + > + S:myceliumBlacklist < + > + S:dirtWhitelist < + net.minecraft.block.BlockDirt + biomesoplenty.common.block.BlockBOPDirt + enhancedbiomes.blocks.BlockSoilEB + com.bioxx.tfc.Blocks.Terrain.BlockDirt + net.aetherteam.aether.blocks.natural.BlockAetherDirt + com.gildedgames.aether.common.blocks.natural.BlockAetherDirt + slimeknights.tconstruct.world.block.BlockSlimeDirt + > + S:dirtBlacklist < + > + S:cropsWhitelist < + net.minecraft.block.BlockTallGrass + net.minecraft.block.BlockCrops + biomesoplenty.common.block.BlockBOPFlower + biomesoplenty.common.block.BlockBOPTurnip + biomesoplenty.common.block.BlockBOPPlant + tconstruct.blocks.slime.SlimeTallGrass + plantmegapack.block.PMPBlockBerrybush + plantmegapack.block.PMPBlockCrops + plantmegapack.block.PMPBlockDesert + plantmegapack.block.PMPBlockFern + plantmegapack.block.PMPBlockFlowerMulti + plantmegapack.block.PMPBlockFlowerSingle + plantmegapack.block.PMPBlockForest + plantmegapack.block.PMPBlockGrass + plantmegapack.block.PMPBlockJungle + plantmegapack.block.PMPBlockMountain + plantmegapack.block.PMPBlockSavanna + plantmegapack.block.PMPBlockShrub + plantmegapack.block.PMPBlockWetlands + com.pam.harvestcraft.BlockPamCrop + com.pam.harvestcraft.BlockPamDesertGarden + com.pam.harvestcraft.BlockPamNormalGarden + com.pam.harvestcraft.BlockPamWaterGarden + > + S:cropsBlacklist < + net.minecraft.block.BlockReed + net.minecraft.block.BlockDoublePlant + net.minecraft.block.BlockCarrot + net.minecraft.block.BlockPotato + > + S:logClassesWhitelist < + net.minecraft.block.BlockLog + biomesoplenty.common.block.BlockBOPLog + com.progwml6.natura.common.block.BlockEnumLog + thaumcraft.common.blocks.world.plants.BlockLogsTC + forestry.arboriculture.gadgets.BlockLog + com.bioxx.tfc.Blocks.Flora.BlockLogVert + com.bioxx.tfc.Blocks.Flora.BlockLogNatural + CookingPlus.blocks.CookingPlusPalmLog + CookingPlus.blocks.CookingPlusTangleLog + CookingPlus.blocks.CookingPlusTangleHeart + ic2.core.block.BlockRubWood + techreborn.blocks.BlockRubberLog + > + S:logClassesBlacklist < + extrabiomes.blocks.BlockMiniLog + > + S:logModels < + block/column_side,end,end,side + block/cube_column,end,end,side + block/cube_all,all,all,all + agriculturalrevolution:block/palmlog,top,top,texture + > + S:sandWhitelist < + net.minecraft.block.BlockSand + com.bioxx.tfc.Blocks.Terrain.BlockSand + > + S:sandBlacklist < + > + S:lilypadWhitelist < + net.minecraft.block.BlockLilyPad + biomesoplenty.common.block.BlockBOPLilypad + com.bioxx.tfc.Blocks.Vanilla.BlockCustomLilyPad + > + S:lilypadBlacklist < + > + S:cactusWhitelist < + net.minecraft.block.BlockCactus + com.bioxx.tfc.Blocks.Vanilla.BlockCustomCactus + > + S:cactusBlacklist < + > + S:netherrackWhitelist < + net.minecraft.block.BlockNetherrack + nex.block.BlockNetherrack + > + S:netherrackBlacklist < + > +} + + +cactus { + B:enabled=false + D:size=0.5 + D:sizeVariation=0.1 + D:hOffset=0.1 + I:distance=450 +} + + +connectedGrass { + B:enabled=true + B:snowEnabled=false +} + + +coral { + B:enabled=true + B:shallowWater=false + D:hOffset=0.2 + D:vOffset=0.1 + D:size=0.7 + D:crustSize=1.4 + I:chance=32 + I:population=48 + I:biomes < + 0 + 7 + 10 + 11 + 16 + 24 + 25 + 26 + > + I:distance=450 +} + + +fallingLeaves { + B:enabled=false + D:speed=0.05 + D:windStrength=0.5 + D:stormStrength=0.8 + D:size=0.65 + D:chance=0.05 + D:perturb=0.25 + D:lifetime=2.0 + B:opacityHack=true +} + + +global { + B:enabled=true + B:nVidia=true +} + + +leaves { + B:enabled=true + B:snowEnabled=true + D:hOffset=0.2 + D:vOffset=0.1 + D:size=0.8 + B:dense=true + B:hideInternal=true + I:distance=450 +} + + +lilypad { + B:enabled=true + D:hOffset=0.1 + I:flowerChance=16 + I:distance=1000 +} + + +netherrack { + B:enabled=true + D:hOffset=0.2 + D:heightMin=0.6 + D:heightMax=0.8 + D:size=1.0 + I:distance=450 +} + + +reed { + B:enabled=true + D:hOffset=0.2 + D:heightMin=1.7 + D:heightMax=2.2 + I:population=32 + I:biomes < + 0 + 1 + 4 + 6 + 7 + 9 + 14 + 15 + 16 + 18 + 21 + 22 + 23 + 24 + 27 + 28 + 29 + 127 + 129 + 132 + 134 + 149 + 151 + 155 + 156 + 157 + > + B:shaderWind=true + I:distance=450 +} + + +risingSoul { + B:enabled=true + D:chance=0.02 + D:perturb=0.05 + D:headSize=1.0 + D:trailSize=0.75 + D:opacity=0.5 + D:sizeDecay=0.97 + D:opacityDecay=0.97 + D:lifetime=4.0 + I:trailLength=48 + I:trailDensity=3 +} + + +roundLogs { + B:enabled=false + D:radiusSmall=0.25 + D:radiusLarge=0.44 + D:dimming=0.7 + B:connectSolids=false + B:lenientConnect=true + B:connectPerpendicular=true + B:connectGrass=true + B:defaultY=false + D:zProtection=0.99 + I:distance=1000 +} + + +shaders { + I:leavesId=18 + I:grassId=31 +} + + +shortGrass { + B:grassEnabled=true + B:myceliumEnabled=false + B:snowEnabled=true + D:hOffset=0.2 + D:heightMin=0.1 + D:heightMax=0.2 + D:size=0.5 + I:population=20 + B:useGenerated=true + B:shaderWind=true + D:saturationThreshold=0.1 + I:distance=1000 +} + + diff --git a/config/betterfps.json b/config/betterfps.json new file mode 100644 index 0000000..b15eaf3 --- /dev/null +++ b/config/betterfps.json @@ -0,0 +1 @@ +{"algorithm":"rivens-half","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/betterwithaddons.cfg b/config/betterwithaddons.cfg new file mode 100644 index 0000000..1541862 --- /dev/null +++ b/config/betterwithaddons.cfg @@ -0,0 +1,550 @@ +# Configuration file + +########################################################################################################## +# addons +#--------------------------------------------------------------------------------------------------------# +# Configure individual addons. +########################################################################################################## + +addons { + + BetterWithAddons { + # Aqueducts can only draw water from sources in specific biomes. + S:AqueductBiomes < + > + + # Whether aqueduct biomes should be whitelisted or blacklisted. + B:AqueductBiomesIsWhitelist=true + + # Aqueduct water counts as a fluid tank for modded pipes. Happy birthday Vyraal1 + B:AqueductIsTank=true + + # Sources Aqueducts can pull from other than real source blocks. + S:AqueductSources < + streams:river + > + + # How many connected water sources are required for an aqueduct to take from it. + I:AqueductSourcesRequired=1 + + # How many blocks will be checked for water sources. This should be a bit larger than the minimum amount of sources. + I:AqueductSourcesSearch=2 + + # How much water is contained in each block, set to less than 1000 to disallow picking up buckets. + I:AqueductWaterAmount=1000 + + # Enables or disables the custom armor shard renderer, for when it causes crashes. + B:ArmorShardRender=true + + # Convenient tools can be made from iron, gold and diamond pre-soulsteel. + B:ConvenientIronTools=true + + # Aqueducts require white stone to craft. This means you need to go to the end to transport water over long distances without power usage. + B:GatedAqueducts=true + + # Horeses can breed from eating dropped haybales. + B:HorsesBreedHaybales=false + + # Horses can breed from eating haybales placed in world. + B:HorsesBreedHaybalesPlaced=true + + # Horses can't be fed golden food. It gives them a tummy ache. + B:HorsesIgnoreGold=true + + # Horses set their home location if they're in a safe spot when dismounting. + B:HorsesSetHome=true + + # How much durability the artifact you're turning in can have at max. (As a factor of max durability; 0.1 means 1/10 of max durability) + D:LegendariumDamageMin=0.10000000149011612 + + # How much durability more than the minimum the artifact can have to still be considered broken. (As a static value) + I:LegendariumDamagePad=24 + + # How many artifacts must be in the Hall of Legends to take one out. + I:LegendariumMinQueueSize=7 + + # Whether items must be enchanted to be considered artifacts. + B:LegendariumMustBeEnchanted=true + + # Whether items must be over the repair limit to be considered artifacts. + B:LegendariumMustBeLimit=true + + # Whether items must be named to be considered artifacts. + B:LegendariumMustBeNamed=true + + # How far away Display Frames are recognized. (in blocks; as a cubic radius) + I:LegendariumPosterRange=16 + + # How many levels it costs to repair a shard on an anvil. + I:LegendariumRepairCost=35 + + # When repairing a shard on an anvil, the repair cost is modified by this multiplier. + D:LegendariumRepairCostMultiplier=0.5 + + # How long until the next artifact can be turned in. (in ticks; 1000 ticks is one Minecraft hour) + I:LegendariumTurnInDelay=120000 + + # How much food the tree can hold. + I:LureTreeMaxFood=5000 + + # Radius in which the tree can spawn mobs. + I:LureTreeRadius=6 + + # Time it takes for the tree to do one spawning cycle. + I:LureTreeTime=600 + + # How long aqueducts can be. + I:MaxAqueductLength=128 + + # Resource names of items that should be allowed to have Mending on them. + S:MendingGoldItems < + > + + # Whether the Mending enchantment should be replaced with a weaker version that only works on golden items. + B:MendingReplacer=false + + # Whether the Protection enchantment should be replaced with a weaker version that only works on things not affected by other protective enchantments. + B:ProtectionReplacer=false + + # Damage types already covered by other protective enchantments. + S:ProtectionResistanceTypes < + > + + # How far rope can be spanned horizontally between two posts or other attachments. + I:RopeBridgeLimit=30 + + # How long fish takes to rot. (In ticks) + I:RottenFishTime=48000 + + # Whether food will rot after a certain number of days has passed. + B:RottenFood=false + + # These foods are excluded from rotting. + S:RottenFoodBlacklist < + minecraft:golden_apple + minecraft:golden_carrot + minecraft:rotten_flesh + minecraft:spider_eye + minecraft:poisonous_potato + minecraft:chorus_fruit + betterwithmods:kibble + betterwithmods:creeper_oyster + betterwithaddons:food_mushroom_baked + betterwithaddons:food_amanita_baked + betterwithaddons:food_fugu_sac + betterwithaddons:rotten_food + > + + # Whether food can be combined in the crafting grid to stack. + B:RottenFoodCombining=true + + # How long fruit takes to rot. (In ticks) + I:RottenFruitTime=120000 + + # How long meat takes to rot. (In ticks) + I:RottenMeatTime=96000 + + # How long misc food takes to rot. (In ticks) + I:RottenMiscTime=72000 + + # Resource names of entities already affected by other damage enchantments. + S:SharpnessEntities < + > + + # Whether the Sharpness enchantment should be replaced with a weaker version that only works on things not affected by other damage enchantments. + B:SharpnessReplacer=false + + # Stonebricks need two extra steps in crafting. + B:StoneBricksNeedSmelting=false + } + + EriottoMod { + # Hardcore Structures pushes the Enchanting Table behind some exploration. This enables an alternate recipe if you want to start japanese culture before finding a Desert Temple. + B:AlternateInfuserRecipe=false + + # How long the drying and soaking units take to process one item, in ticks. + I:CherryBoxCraftingTime=500 + + # Whether the Japanese Culture module is on. DISABLING THIS WILL DISABLE THE WHOLE MODULE. + B:Enabled=true + + # Infusers can repair japanese weapons and armors. + B:InfuserRepairs=true + + # How much iron should be required per block of iron sand + I:IronPerIronSand=3 + + # How much spirit is dropped by Karate Zombies, as a ratio of how much they have. + D:KarateZombieDropMultiplier=1.0 + + # How many spirits can be infused into karate zombies. + I:KarateZombieMaxSpirits=128 + + # How much spirit is required for Karate Zombies to level up. + I:KarateZombiePerLevel=8 + + # How many spirits karate zombies at most spawn with. + I:KarateZombieSpawnMaxSpirits=29 + + # How many spirits karate zombies at least spawn with. + I:KarateZombieSpawnMinSpirits=5 + + # Chance to obtain Hocho-Tetsu from breaking Kera. + D:KeraHochoTetsuChance=0.2 + + # Chance to obtain Iron from breaking Kera. + D:KeraIronChance=0.2 + + # Chance to obtain Tamahagane from breaking Kera. + D:KeraTamahaganeChance=0.3 + + # How long spirits can exist in world, in ticks. + I:MaxSpiritAge=1200 + + # Maximum amount of spirit to be stored in Infused Soul Sand. + I:MaxSpirits=128 + + # Karate Zombies infused with ancestral spirit spawn randomly. + B:RandomJapaneseMobs=true + + # Weight for a karate zombie to spawn. + I:RandomJapaneseMobsWeight=40 + + # How much sand should be required per block of iron sand + I:SandPerIronSand=8 + + # How much spirit is contained in one bottle. + I:SpiritsPerBottle=8 + + # A list of entity ids that can become Karate Zombies on contact with spirits. + S:TransformZombies < + minecraft:zombie + > + } + + CondensedOutputs { + # Whether cauldrons can congeal items. + B:Congealing=true + + # Whether filtered hoppers can fill crates. + B:Crating=true + + # Whether the Condensed Outputs module is on. DISABLING THIS WILL DISABLE THE WHOLE MODULE. + B:Enabled=true + + # When uncrafting condensed materials, the binding material is not returned. + B:LoseBinder=false + + # The amount of time in ticks it takes for the spindle to spin up once. + I:SpindleTime=40 + + # Whether the spindle can compress items into bolts. + B:Spinning=true + } + + DecoAddon { + # Wrought bars are made at a ratio of 1 iron ingot per bar instead of 1/2 an iron ingot per bar. + B:AlternateWroughtBars=true + + # Glass bottles are made from half as much glass as normal. + B:CheaperBottles=true + + # Chiseled Stone Bricks can only be crafted on a Steel Anvil. + B:ChiselBricksInAnvil=true + + # Add all kinds of clay to miniblocks whitelist (WIP) + B:ClayMiniblocks=true + + # Whether the Deco Addon module is on. DISABLING THIS WILL DISABLE THE WHOLE MODULE. + B:Enabled=true + + # Glass chunks can be smelted in a furnace. + B:GlassFurnace=false + + # Glass becomes neatly divisable into two glass panes per block. + B:GlassPaneRebalance=true + + # Add some odd materials to miniblocks whitelist (WIP) + B:MasonMiniblocks=true + + # Glass bottles can melted into chunks in a crucible. This allows you to make glass from a witch farm. + B:RecycleBottles=true + + # Vanilla planks can be bleached or stained. + B:WoodColoring=true + } + + BTWTweak { + # Potash is a valid fertilizer. + B:AshFertilizer=true + + # Bonemeal can be turned to glue in a stoked Crucible. + B:BonemealToGlue=false + + # Allows eggs to be incubated into chicken by placing them on a Block of Padding with a lit Light Block above. + B:EggIncubation=true + + # How long it takes for an egg to hatch using incubation, in ticks. + I:EggIncubationTime=5400 + + # Whether the BTWTweak module is on. DISABLING THIS WILL DISABLE THE WHOLE MODULE. + B:Enabled=true + + # Logs in Mineshafts are infested by Termites and crumble into sawdust when harvested. + B:InfestedMineshafts=true + + # Logs burn into ash in world. + B:LogsBurnToAsh=false + + # Logs burn into ash in a furnace. This only works if they wouldn't burn into anything else. + B:LogsSmeltToAsh=true + + # Changes writable books to require the Ink and Quill item. + B:ReplaceWritableBookRecipe=true + + # Rails in Mineshafts are rusted and melt down into much less iron. + B:RustedMineshafts=false + + # Many wooden blocks can be recycled by putting them infront of a saw, at a bit of a loss. + B:SawRecycling=true + + # Water running over blocks of soap will make them slippery. + B:SlipperyWhenWet=true + + # Wool can be rendered back into it's components. You might want to disable this if you use mods that violate Hardcore Shearing. + B:WoolRecycling=false + + # How many levels it costs to rename an item or create a nametag. + I:WritingTableCost=1 + } + + BetterWithRenewables { + # Allows animals to be crossbreed from other animals. Disgusting. + B:AnimalBreeding=true + + # Allows blazes to replicate in fire when fed an appropriate item. + B:BlazeBreeding=true + + # Delay between successfully breeding blazes. + I:BlazeBreedingDelay=6000 + + # Range in blocks to look for fire to birth new blazes in. + I:BlazeBreedingRange=3 + + # Allows blazes to be created from a golem-like shape with appropriate blocks. + B:BlazeGolems=true + + # Allows redstone to be 'boiled' into glowstone by exposure to focused sunlight. + B:BoilRedstone=true + + # Chance for redstone to boil into glowstone. + D:BoilRedstoneChance=0.1 + + # Allows dead bushes to be created from oak saplings. + B:BoilingBushes=true + + # Allows diamond ingots to be taken apart into diamonds and iron ingots using strong alkaline. + B:DiamondRecovery=true + + # Allows diamonds to be fabricated from ghast tears. + B:DiamondSynthesis=true + + # Allows dung to be turned into dirt by rinsing acids out. + B:DungToDirt=true + + # Amount of ambient temperature is added to the heat value. + I:DungToDirtAmbientTemp=26 + + # The chance for a block of dung to turn into dirt from rinsing. The chance is rand(n) < heat + I:DungToDirtThreshold=300 + + # Allows portals to be made from emerald blocks and sacrifice. + B:EmeraldPortal=true + + # Whether the Better With Renewables module is on. DISABLING THIS WILL DISABLE THE WHOLE MODULE. + B:Enabled=false + + # Allows only tools and armor made from gold to be milled into nuggets at a lower efficiency than when melted in a Crucible. + B:GoldGrinding=true + + # Gold nuggets returned when grinding gold tools or armor in a millstone. + I:GoldPerIngot=1 + + # Allows hellfire dust to be created earlier in the tech tree. + B:HellfireEarly=true + + # Allows lapis to be created from blue wool and clay. + B:LapisFromWool=true + + # Allows lilypads to spread. + B:LilyPadsSpread=false + + # Allows Blocks of Hellfire to be melted into lava by proximity to it. + B:MeltHellfire=true + + # The chance for a block of hellfire to melt into a block of lava. The chance is rand(n) < adjacent_lava_blocks + I:MeltHellfireThreshold=10 + + # Allows netherrack to be farbricated from a usable medium, a hellborn plant and some residents from the nether. + B:NetherrackSynthesis=true + + # Allows plants to be crossbreed from other plants. + B:PlantBreeding=true + + # Allows quartz to be grown from silica in appropriate conditions. + B:QuartzSynthesis=true + + # Affects the time sand piles must be cooked to make Quartz. + I:QuartzSynthesisThreshold=20 + + # How much redstone is obtained per bar of concentrated hellfire. + I:RedstonePerSynthesis=7 + + # Allows redstone to be farbricated from concentrated hellfire and gold. + B:RedstoneSynthesis=true + + # Allows redstone to be synthesized earlier to create Hibachis. + B:RedstoneSynthesisEarly=true + + # Allows sand to be turned into clay by adding acidic substances. + B:SandToClay=true + + # Allows netherrack to be fabricated from dung and experience. + B:SoulsandInfusion=true + + # Amount of exp that must be pushed into a block of dung to create soulsand. + I:SoulsandInfusionThreshold=50 + + # Allows webs to be created from string and slimeballs. + B:WeavingWebs=true + } + + BetterWithWheat { + # Haybales require hay instead of wheat. + B:ChangeHayBales=true + + # Changes textures of Wheat and Wheat Seeds. + B:ChangeTextures=true + + # Carrots and Potatoes cannot be instantly harvested, and instead have a breaktime and a preferred tool (hoe) + B:DigUpCrops=true + + # Whether the Better With Wheat module is on. DISABLING THIS WILL DISABLE THE WHOLE MODULE. + B:Enabled=false + + # Instead of milling wheat into flour, wheat seeds must be milled instead. + B:MillGrain=true + + # Wheat, when harvested, will drop wheat and hay instead. + B:ReplaceWheatDrops=true + + # Wheat can be threshed into seeds using shovels. + B:ThreshWheat=true + + # Wheat can be threshed into seeds using a millstone. + B:ThreshWheatMill=true + } + +} + + +########################################################################################################## +# interaction +#--------------------------------------------------------------------------------------------------------# +# Enable or disable mod interactions. +########################################################################################################## + +interaction { + + betterwithmods { + B:ButcherBlocks=true + B:CauldronsExplode=false + B:ChorusInCauldron=true + B:DyeInCauldron=true + B:Enabled=true + B:HardcorePacking=false + B:HardcoreShearing=true + B:MillClay=true + S:ShearWhitelist < + tconstruct:kama + tconstruct:scythe + > + I:WoolMultiplier=1 + } + + quark { + B:Enabled=true + B:MidoriBlocksNeedChunks=true + } + + BetterWithMods { + # Striking an enemy on chopping blocks will bloody them and bestow a short strength buff. + B:ButcherBlocks=true + B:CauldronsExplode=true + + # Wool Armor is made from Fleece. + B:CheapWoolArmor=false + + # Chorus fruit (and Midori) can only be popped in a cauldron. + B:ChorusInCauldron=true + + # How much fleece can be dyed at once in a cauldron. + I:DyeFleeceBatchSize=32 + + # Fleece can be dyed in batches of 32 in a cauldron and bleached with potash. + B:DyeFleeceInCauldron=false + + # How much glass can be dyed at once in a stoked cauldron. + I:DyeGlassBatchSize=1 + + # Glass can be dyed in a stoked cauldron. + B:DyeGlassInCauldron=false + + # Wool can be dyed in batches of 8 in a cauldron and bleached with potash. + B:DyeInCauldron=false + + # How much terracotta can be dyed at once in a stoked cauldron. + I:DyeTerracottaBatchSize=4 + + # Terracotta can be dyed in batches of 4 in a stoked cauldron. + B:DyeTerracottaInCauldron=false + + # How much wool can be dyed at once in a cauldron. + I:DyeWoolBatchSize=8 + + # Whether the Better With Mods compat module is on. DISABLING THIS WILL DISABLE THE WHOLE MODULE. + B:Enabled=true + + # Items can be compressed in world with a piston pushing them into an enclosed space. + B:HardcorePacking=true + + # Sheep will only be sheared into wool items, which must be crafted into wool blocks. This does not work with machines that use onSheared, but should work with Fake Players. + B:HardcoreShearing=true + + # Hardened clay can be milled into bricks, saving fuel and allowing dyed bricks. + B:MillClay=true + + # Removes dye recipes from the crafting table if the relevant cauldron dying recipes exist. + B:RemoveDyeRecipes=false + + # Extra items that are functionally shears but don't extend ItemShears. + S:ShearWhitelist < + tconstruct:kama + tconstruct:scythe + > + + # Adjusts how much wool a sheep drops if Hardcore Shearing is enabled. + I:WoolMultiplier=1 + } + + Quark { + # Whether the Quark compat module is on. DISABLING THIS WILL DISABLE THE WHOLE MODULE. + B:Enabled=true + + # Midori blocks require popped Midori chunks. + B:MidoriBlocksNeedChunks=true + } + +} + + diff --git a/config/betterwithmods.cfg b/config/betterwithmods.cfg new file mode 100644 index 0000000..76edb08 --- /dev/null +++ b/config/betterwithmods.cfg @@ -0,0 +1,1131 @@ +# Configuration file + +_global { + # Enables debug features + B:Debug=false + + # Max blocks a platform can have + I:"Max Platform Blocks"=128 + + # The amount of fluid contained in a glass bottle + I:"Water Bottle Fluid amount"=333 +} + + +_modules { + # Add support for other mods + B:compatmodule=true + B:gameplay=true + + # Changes to the game that make it more challenging + B:hardcore=true + B:industry=true + + # General Tweaks to the game, Vanilla or BWM itself + B:tweaks=true +} + + +compatmodule { + # Compatibility for actuallyadditions + B:ActuallyAdditions=true + + # Compatibility for immersiveengineering + B:ImmersiveEngineering=true + + # Compatibility for quark + B:Quark=true + B:Rustic=false + + # Requires actuallyadditions to be installed + B:actuallyadditions_compat=true + + # Requires biomesoplenty to be installed + B:biomesoplenty_compat=false + B:crafttweaker_compat=true + + # Requires dynamictrees to be installed + B:dynamictrees_compat=false + + # Requires harvestcraft to be installed + B:harvestcraft_compat=false + + # Requires immersiveengineering to be installed + B:immersiveengineering_compat=true + + # Requires quark to be installed + B:quark_compat=true + B:rustic_compat=false + B:tconstruct_compat=true + + # Requires thaumcraft to be installed + B:thaumcraft_compat=false + + rustic { + B:"Custom Recipes"=true + } + + quark { + # Enables custom recipes provided by this feature + B:"Custom Recipes"=false + } + +} + + +gameplay { + # Disallow these damage sources from disturbing blasting oil + S:"Blasting oil damage source blacklist" < + drown + cramming + generic + wither + starve + outOfWorld + > + + # Add the Breeding Harness, which can be put on most domesticated animals and making their legs immobile, they are still able to eat food and breed while restrained. + B:BreedingHarness=true + + # Sets how strongly multiple fire sources (in a 3x3 grid below the pot) affect cooking times. + D:"Cauldron Multiple fires factor"=1.0 + + # Cooking speed multiplier for unstoked cauldrons. + D:"Cauldron normal speed factor"=1.0 + + # Cooking speed multiplier for stoked cauldrons and crucibles. + D:"Cauldron stoked speed factor"=1.0 + + # How much saturation turning the crank eats. Set to 0.0 to disable. + D:"Crank Exhaustion"=6.0 + + # Don't process blasting oil explosions, as they are have major performance impact + B:"Disable Blasting Oil"=true + + # Adds Hemp seeds to the grass seed drop list. + B:"Drop Hemp Seeds"=true + + # Whether Steel requires End Slag, a material only available after the End. + B:HarderSteelRecipe=false + + # Enables High Efficiency Recipes + B:"High Efficiency Recipes"=true + + # Makes some features more kid friendly + B:"Kid Friendly"=false + + # When overpowered the configurable blocks will drop the component items + B:MechanicalBreakage=true + + # Adds recipes to the Crucible to melt metal items back into their component metals + B:MetalReclaming=true + + # Dynamically generate Siding, Mouldings and Corners for many of the blocks in the game. + B:MiniBlocks=true + + # Adds Nether Growth, a fungus that will *infest* the Nether and stop all mobs from spawning. Be sure before placing it! + B:NetherGrowth=true + + # Adds recipes to the Crucible to compact 9 Nuggets into it's corresponding Ingot. + B:NuggetCompression=false + + # Gives the Player a BWM Manual the first time they craft an item from BWM + B:ReadTheFingManual=false + + # Allows expanding the render distance radius for Windmills and Waterwheels + D:"Render Distance for Axle Generators"=256.0 + + # Additional Fluids which will allow the Waterwheel to turn, format fluid_name. (Vanilla water will always work) + S:"Waterwheel fluids" < + swamp_water + > + + millrecipes { + # Remove normal recipes for certain grindable items + B:"Grinding Only"=true + } + + mechanicalbreakage { + # generating drops when overpowered + B:Gearbox=true + + # generating drops when overpowered + B:Hopper=true + + # generating drops when overpowered + B:Millstone=true + + # generating drops when overpowered + B:Pulley=true + + # generating drops when overpowered + B:Saw=true + + # generating drops when overpowered + B:Turntable=true + } + + metalreclaming { + # Amount (in nuggets per ingot) tools and armor in the crucible reclaim. Does not affect diamond or soulforged steel ingot reclamation. (Set to 0 to disable reclamation entirely.) + I:"Reclaming Count"=6 + } + + hopperrecipes { + # Passing glowstone through a soulsand filter makes brimstone. + B:"Glowstone Filtering"=false + + # Allow the Hopper to filter by the item in the filter slot. + B:"Self Filtering"=false + } + + miniblocks { + # Add recipes to convert the old, static, mini blocks to the new ones. + B:"Add Conversion Recipes"=true + + # Automatically add miniblocks for many blocks, based on heuristics and probably planetary alignments. WARNING: Exposure to this config option can kill pack developers. + B:"Auto Generate Miniblocks"=false + + # When enabled stone and metal miniblocks will require an anvil recipe, when disabled they will all be made with the saw + B:"Stone Miniblocks require Anvil recipe"=false + + # Whitelist for blocks to generate miniblocks for (aside from the ones required by BWM) + S:Whitelist < + > + } + + sawrecipes { + # Bark count that is output when a log is chopped by a Saw. + I:"Saw Bark Output"=1 + + # Plank count that is output when a log is chopped by a Saw. + I:"Saw Plank Output"=6 + + # Sawdust count that is output when a log is chopped by a Saw. + I:"Saw sawdust Output"=2 + } + + hardersteelrecipe { + # Percent chance (0.0-1.0) that the urn is returned when creating the steel. + D:"Urn Return Chance"=0.75 + } + + breedingharness { + # Enables custom recipes provided by this feature + B:"Custom Recipes"=false + } + +} + + +gui { + # X Offset for the Hunger, Injury and Gloom Status effects. + I:"Status Effect Offset X"=0 + + # Y Offset for the Hunger, Injury and Gloom Status effects. + I:"Status Effect Offset Y"=0 +} + + +hardcore { + # Some recipes can't get too hot or they might explode. + B:ExplosiveRecipes=true + + # Gives Armor weight values that effect movement. Changes Entity armor spawning: Zombies only spawn with Iron armor, Skeletons never wear armor. + B:HCArmor=false + + # Change baby zombies to be a more reasonable addition; Slightly slower and do less damage than adults + B:HCBabyZombies=false + + # Overhauls the function of Beacons. Beacons have extended range, no longer have a GUI, and require the same material throughout the pyramid. The pyramid material determines the beacon effect, and additional tiers increase the range and strength of the effects. Some beacon types may also cause side effects to occur while a beacon is active. + B:HCBeacons=false + + # Disables the ability to sleep in a bed and can no longer set spawn + B:HCBeds=false + + # Boats are much slower as simple oars are not very good for speed. To go faster you must hold a Wind Sail. + B:HCBoating=false + + # Removes the ability to instant-grow crops and trees with bonemeal + B:HCBonemeal=false + + # Modifies and rebalances vanilla brewing recipes and makes potions stack up to 8. + B:HCBrewing=false + + # Makes it so water buckets cannot move an entire source block, making water a more valuable resource + B:HCBuckets=false + + # Add values for BWM items to the Hardcore Buoy mod. + B:HCBuoy=false + + # Rework chicken breeding. Chickens don't breed in pairs. You feed a single chicken 1 seed, and it craps out an egg that can be thrown. The egg either makes a chicken, or drops raw egg. + B:HCChickens=false + + # Makes stone variants drop into cobblestone. + B:HCCobblestone=false + + # Changes the recipes for baked goods to require the Kiln and changes soups to require the Cauldron. + B:HCCooking=true + + # Disables the vanilla Anvil + B:HCDeadweight=false + + # Makes it so diamonds have to be made into an ingot alloy to be used in certain recipes + B:HCDiamond=false + + # Adds Arcane Scroll drops to specific mobs, used for enchanting with the Infernal Enchanter + B:HCEnchanting=true + + # Makes Endermen agro in groups and make a thunder noise when they teleport + B:HCEndermen=false + + # Disable knockback when no weapon is used + B:HCFighting=false + + # Change Fishing Rods to require bait and a large enough water source exposed to the sky. + B:HCFishing=false + + # Overrides the vanilla furnace to allow for some changes: Allows varying item cook times, changes fuel values and a tweak to make the furnace visually show whether it has content + B:HCFurnace=false + + # Be afraid of the dark... + B:HCGloom=false + + # Makes a raw resource drop that must be crafted to make useful gunpowder + B:HCGunpowder=false + + # Makes certain block hardness more "realistic" + B:HCHardness=false + + # Completely disable the abilities of the vanilla Hopper to transfer items, as to make BWM tech the primary form of item transport + B:HCHopper=false + + # This Feature REQUIRES AppleCore!!!. + # Completely revamps the hunger system of Minecraft. + # The Saturation value is replaced with Fat. + # Fat will accumulate if too much food is consumed then need to fill the bar. + # Fat will only be burned once the entire hunger bar is emptied + # The more fat the slower you will walk. + # Food Items values are also changed, while a ton of new foods are add. + B:HCHunger=false + + # Makes it so Mobs hunt other animals too. Zombies attack herd animals, Spiders eat Chickens, Wolves will eat anything + B:HCHunting=false + + # Enables reducedDebugInfo by default for a more authentic BWM experience + B:HCInfo=true + + # Add Penalties to lower health levels. + B:HCInjury=false + + # Stops the ability to place blocks while in the air. This stops the use of 'Derp Pillars' to escape attacks + B:HCJumping=false + + # Makes Punching Wood return a single plank and secondary drops instead of a log, to get a log an axe must be used. + B:HCLumber=false + + # Makes Melons have gravity, makes for cool automation abilities + B:HCMelon=true + + # Change walking speed depending on the block + B:HCMovement=false + + # Disables Player Name Tags + B:HCNames=false + + # Remove the recipe for smelting netherrack into netherbrick + B:HCNetherBrick=false + + # Makes Ores only smelt into a single nugget, making it much harder to create large amounts of metal + B:HCOres=false + + # Makes soils drop 75% of their content if not broken with a shovel to incentivize the use of shovels + B:HCPiles=false + + # Changes the recipes for Redstone devices to be more complex + B:HCRedstone=false + + # Change saplings to grow in stages before becoming a tree + B:HCSapling=false + + # Makes the Saw required to get complex wooden blocks, including Fences, Doors, Etc. + B:HCSaw=false + + # Requires Tilling the ground with a hoe to get seeds. + B:HCSeeds=true + + # Sheep can mutate, shearing them resets their wool color to their natural color, breeding them can produce all colors + B:HCSheep=false + + # Makes it so death is an actual issue as you will spawn randomly within a 2000 block radius of your original spawn. Compasses still point to original spawn. + B:HCSpawn=false + + # Divides the underground into three strata. Each strata requires the next tool tier to properly mine + B:HCStrata=false + + # Makes it so structures are looted within a radius of spawn and unlooted outside of that radius. Encourages exploration and also makes unlooted structures the only source of Enchanting Tables and Brewing Stands. + B:HCStructures=false + + # Makes the bottom block of trees into stumps which cannot be removed by hand, making your mark on the world more obvious + B:HCStumping=false + + # Overhaul the durability of tools to be more rewarding when reaching the next level. Completely disables wooden tools (other than pick) by default. + B:HCTools=false + + # Change Torch Recipe to only provide 1 from each coal. Makes Nethercoal more useful, as it converts 1 coal into 4 Nethercoal. + B:HCTorches=false + + # Makes it so villages with in the reaches of the spawn zone are abandoned and gradually gain more resources the further out. What this means to be gained by the player. + B:HCVillages=true + + # Requires applecore to be installed + B:applecore_compat=true + + # Requires betterwithlib to be installed + B:betterwithlib_compat=false + + # Requires hardcorebuoy to be installed + B:hardcorebuoy_compat=true + + hcstumping { + # Use ConnectedTextureMod to show the stumps + B:"CTM Support"=false + + # Base break speed of roots, scaled by tool speed option + D:"Root Break speed"=0.009999999776482582 + + # Speed up Stump mining with tools + B:"Speed up with tool"=true + + # Logs which do not create stumps + S:"Stump Blacklist" < + > + + # Base break speed of stumps, scaled by tool speed option + D:"Stump Break speed"=0.029999999329447746 + } + + hctools { + B:"Change Axe Recipe"=false + + # Allow configuring tool durability for each class + B:"Change Durability per Tool"=true + B:"Early pickaxes rebalance"=false + I:"Hardcore Hardness Diamond Durability"=1561 + I:"Hardcore Hardness Gold Durability"=32 + I:"Hardcore Hardness Iron Durability"=500 + I:"Hardcore Hardness Stone Durability"=50 + I:"Hardcore Hardness Wood Durability"=1 + + # When destroying a 0 hardness block with a tool of this harvest level or higher, no durability damage is applied + I:"No Durability Damage Harvest Level"=3 + + # When destroying a 0 hardness block with a tool of this harvest level or higher, no exhaustion is applied + I:"No Exhaustion Harvest Level"=2 + + # The minimum level of the hoe and the sword is iron, and the axe needs at least stone. + B:"Remove cheapest tools"=false + } + + hcbonemeal { + # Removes Bonemeal from Crafting Table + B:"Remove Bonemeal Crafting Recipe"=false + } + + hclumber { + # Amount of Bark dropped when crafted with an axe + I:"Axe Bark Amount"=1 + + # Amount of Planks dropped when crafted with an axe + I:"Axe Plank Amount"=3 + + # Amount of Sawdust dropped when crafted with an axe + I:"Axe Sawdust Amount"=2 + + # Amount of Bark dropped when Punching Wood + I:"Bark Amount"=1 + + # Amount of Planks dropped when Punching Wood + I:"Plank Amount"=2 + + # Amount of Sawdust dropped when Punching Wood + I:"Sawdust Amount"=2 + } + + hcstructures { + # Disable Recipes for blocks that generate only in structures, including Enchanting Tables and Brewing Stands + B:"Disable Recipes"=false + + # Radius from original spawn which structures will be abandoned in + I:"Hardcore Structure Radius"=2000 + } + + hcarmor { + B:"Change Armor Spawns"=true + + # Experimental recipes for rebalacing shields + B:"Shield Rebalance"=false + } + + hcbuckets { + # A List of dimension ids in which water buckets will work normally. This is done in the End by default to make Enderman Farms actually reasonable to create. + I:"Dimension Black List" < + 1 + > + + # Replace ice block so that it does not place water sources when it melts or is broken. + B:"Fix ice"=true + + # List of fluids that will be handled by HCBuckets. + S:"Fluid Whitelist" < + water + swamp_water + milk + stagnant_water + acid + sludge + ale + alewort + applejuice + cider + grapejuice + honey + ironberryjuice + ironwine + mead + oliveoil + wildberryjuice + wildberrywine + wine + blood + purpleslime + > + B:"Hardcore Fluid Container"=false + B:"Hardcore Lava Buckets"=false + + # Change how the Dispenser handles buckets when activated. + B:"Modify dispenser behavior"=false + B:"Risky Lava Buckets"=false + + # Disallow the dispenser from using an empty bucket for anything. + B:"Stop Dispenser Fill Behavior"=false + } + + hcspawn { + # Radius from your previous spawn you will spawn if you die during a cooldown period + I:"Hardcore Spawn Cooldown Radius"=100 + + # Amount of time after a HCSpawn which you will continue to spawn in the same area + I:"Hardcore Spawn Cooldown Ticks"=12000 + + # This internal radius will stop the player from spawning too close to the original spawn + I:"Hardcore Spawn Internal Radius"=125 + + # Radius from original spawn which you will be randomly spawned + I:"Hardcore Spawn Radius"=2000 + } + + hcbeacons { + # Allows you to customize parts of beacons, and disable specific ones. Requires restart to generate additional configs + B:"Enable Beacon Customization"=false + + # Rework how Enderchests work. Enderchests on their own work like normal chests. When placed on a beacon made of Ender Block the chest functions depending on level, more info in the Book of Single. + B:"Enderchest Beacon"=true + } + + hcores { + # Oredictionary entries to exclude from dust to nugget smelting Remove the prefix of the oredictionary. example 'dustIron' would be just 'iron' + S:"Dust Exclude" < + > + + # Number of Materials returned from Smelting a Dust + I:"Dust Production Count"=1 + + # Make Dusts ( oredict dust.* ) smelt into nuggets instead of ingots + B:"Dust to Nugget Smelting"=false + + # Make certain recipes cheaper to be more reasonable with nugget smelting, including Compass, Clock, and Bucket + B:"Fix Vanilla Recipes"=false + + # Oredictionary entries to exclude from ore to nugget smelting. Remove the prefix of the oredictionary. example 'oreIron' would be just 'iron' + S:"Ore Exclude" < + > + + # Number of Materials returned from Smelting an Ore + I:"Ore Production Count"=1 + + # Make Ores (oredict ore.* )smelt into nuggets instead of ingots + B:"Ore to Nugget Smelting"=false + } + + hcchickens { + I:"Time to lay egg"=6000 + } + + hcvillages { + # Removes any and all useful blocks from villages, including ladders, stairs, tables and more + B:"Disable All Complex Blocks"=true + + # WARNING: Stops all non-player created Iron Golem Spawns + B:"Disable Village Iron Golem Spawns"=true + + # Block radius from 0,0 at which villages are now normal, all villages in between this and semi-abandoned are semi-abandoned + I:"Normal Village Radius"=60000000 + + # Replaces all villager spawns with Nitwits, which have no trades + B:"Replace Villager Spawning with Nitwits"=false + + # Block radius from 0,0 at which villages are now semi-abandoned, all villages inside this radius are abandoned + I:"Semi-Abandoned Village Radius"=60000000 + } + + hchunting { + # List of entity classes which spiders will attack + S:"Mobs Spider Attack" < + net.minecraft.entity.passive.EntityChicken + > + + # List of entity classes which zombies will attack + S:"Mobs Zombies Attack" < + net.minecraft.entity.passive.EntityCow + net.minecraft.entity.passive.EntitySheep + net.minecraft.entity.passive.EntityPig + > + + # Spiders shoot webs at targets + B:"Spiders Shoot Web"=true + } + + hcgunpowder { + # List of entity classes which gunpowder will be replaced with niter + S:"Disable Gunpowder Drop" < + net.minecraft.entity.monster.EntityCreeper + net.minecraft.entity.monster.EntityGhast + net.minecraft.entity.monster.EntityWitch + > + } + + hcsheep { + # How likely a sheep is to mutate into a weird natural color. Chance is 1 in n. Default mirrors vanilla chance to obtain pink sheep. + I:"Mutation Chance"=500 + } + + hcredstone { + B:"Custom Recipes"=true + + # Makes it so stone buttons and pressure plates require cut stone, which must be done in the anvil + B:"Stone Device Recipes Require Anvil"=true + } + + hcbrewing { + # Similarly modifies non-vanilla potions. + B:"Modded Potion Compatibility"=true + + # Maximum stacksize of potion items. + I:"Potion Stacksize"=8 + + # Removes recipes for Speed and Leaping potions. + B:"Remove Movement Potions"=true + + # Removes redstone and glowstone from witch drops + B:"Remove Witch Ingredient Drops"=true + + # Any fish works for brewing Water Breathing potions. + B:"Water Breathing Any Fish"=true + } + + hcgloom { + B:"Deathly Gloom"=true + + # Gloom is only available in these dimensions + I:"Gloom Dimension Whitelist" < + 0 + > + } + + hchunger { + # Set Exhaustion from breaking a block + D:"Block Breaking Exhaustion"=0.1 + + # Override Mushrooms to be edible, be careful with the red one ;) + B:"Edible Mushrooms"=true + + # Override Pumpkin Seeds to be edible + B:"Edible Pumpkin Seeds"=true + + # Passive Exhaustion value + D:"Passive Exhaustion"=4.0 + + # Passive exhaustion tick time + I:"Passive Exhaustion Tick"=900 + B:"Raw Meat is Unhealthy"=true + } + + hcenchanting { + # Percentage chance that an arcane scroll will drop, does not effect some scrolls. + D:"Arcane Scroll Drop Chance"=0.001 + + # Increase the chance of getting a scroll with looting enchants baseChance + (lootingDropBonus * lootingLevel) + D:"Arcane Scroll Looting Bonu Multiplier"=0.1 + D:"Arcane Scroll Looting Bonus Multiplier"=0.1 + + # Mending is a bad unbalanced pile of poo + B:"Disable Mending"=true + + # Soulforged Steel tools can only be enchanted with the Infernal Enchanter + B:"Steel Requires Infernal Enchanter"=true + } + + hcmovement { + # Dirt Paths require a shovel greater than stone to be created + B:"Dirt Paths Require Quality Shovel"=false + } + + hcbeds { + # :( I guess I'll be nice and give this config + B:"Still Set Spawn"=false + } + + hcstrata { + # Use the ConnectedTextureMod to visualize the stratas + B:"CTM Support"=false + + # Speed for Dark Strata + D:"Dark Strata"=0.10000000149011612 + B:Debugging=false + + # Speed scale for when the Strata is higher than the tool + D:"Incorrect Strata"=0.35 + + # Speed for Light Strata + D:"Light Strata"=0.75 + + # Speed for Medium Strata + D:"Medium Strata"=0.23000000417232513 + + # Set the strata levels for a given dimension, =< medium start y>, + S:"Strata Configs" < + 0=42,21 + > + } + + hcfishing { + S:Bait < + minecraft:spider_eye + betterwithmods:creeper_oyster + minecraft:fish:2 + minecraft:fish:3 + betterwithmods:bat_wing + betterwithmods:cooked_bat_wing + > + + # Starting time for which fishing events are calculated in minutes + D:"Base Time"=1.0 + + # Scale the baseTime by this when it is dawn + D:"Dawn Modifier"=0.5 + + # Scale the baseTime by this when it is dusk + D:"Dusk Modifier"=0.5 + + # Scale the baseTime by this when it is a full moon + D:"Full Moon Modifier"=0.5 + + # If higher than 1, requires bodies of water to have a minimum depth for fishing to be successful. + I:"Minimum Water Depth"=3 + + # Scale the baseTime by this when it is night time + D:"Night Modifier"=2.0 + + # Scale the baseTime by this when it is raining + D:"Rain Modifier"=0.75 + + # Change Fishing Rods to require being Baited with certain items to entice fish, they won't nibble without it! + B:"Require Bait"=true + + # Fishing on underground locations won't work, hook must be placed on a water block with line of sight to the sky. + B:"Restrict to Open Water"=true + } + + hcfurnace { + # Furnaces will consume fuel even if no smeltable items are present. + B:"Consume Fuel When Idle"=false + + # Default number of ticks for an item to smelt in the furnace (vanilla is 200) + I:"Default Furnace Timing"=200 + S:"Furnace Fuel Timing Overrides" < + minecraft:boat=750 + minecraft:log:0=3200 + minecraft:log:1=2400 + minecraft:log:2=4200 + minecraft:log:3=1600 + minecraft:log2:0=3200 + minecraft:log2:1=1600 + minecraft:coal:0=3200 + minecraft:planks:0=900 + minecraft:planks:1=700 + minecraft:planks:2=1100 + minecraft:planks:3=500 + minecraft:planks:4=900 + minecraft:planks:5=700 + > + S:"Furnace Timing Recipes" < + ore:oreIron=3200 + ore:oreGold=3200 + ore:cobblestone=3200 + > + + # Shows a tooltip for items with modified cooking time + B:"Tooltip for modified cooking time"=false + } + + hcboating { + S:"Boat List" < + minecraft:boat + > + + # Make boat recipe require a wooden shovel for the oars + B:"Boat Requires Oar"=true + B:"Custom Recipes"=true + I:"Default Speed modifier"=100 + S:"Speed Items" < + betterwithmods:material:11=100 + > + } + + hcdiamond { + B:"Custom Recipes"=false + } + + hcpiles { + # Blocks affected by HC Piles that drop things other than themselves will keep those drops. + B:"Soil Blocks Keep Their Drops"=false + } + + hcseeds { + # Blacklist seeds from being dropped when tilling grass. Defaulted to Wheat seeds for HCVillages. + S:"Seed Blacklist" < + minecraft:wheat_seeds + > + + # Stops Zombies from dropping potatoes or carrots + B:"Stop Zombie Crop Loot"=true + } + +} + + +hemp { + # Modifies Hemp Growth Chance when planted on Fertile Farmland + D:"Fertile Modifier"=1.33 + + # Hemp has a 1/X chance of growing where X is this value, the following modifiers divide this value + D:"Growth Chance"=15.0 + + # Modifies Hemp Growth Chance when a Light Block is two blocks above the Hemp + D:"Light Block Modifier"=1.5 + + # Modifies Hemp Growth Chance for each other crop next to it + D:"Neighbor Modifier"=1.1 +} + + +industry { + B:Pollution=false + B:WeatherControl=false +} + + +"list of valid creepers" { + # tweaks.CreeperShearing + S:Creepers < + minecraft:creeper + > +} + + +tweaks { + # Make born animals spawn between their parents for easier automation. + B:AnimalBirth=false + + # Axes are fast at breaking leaves + B:AxeLeaves=true + + # Make it so babies can no longer jump. Adds some possibilities for automation + B:BabyJumping=false + + # Add a Bat Wing drop to bats + B:BatWings=true + + # Skeletons are no longer damaged by Cacti. Intended to make killing mobs in mobtraps harder. + B:CactusSkeleton=false + + # Change vanilla axe recipes to only require 2 material rather than 3. + B:CheaperAxes=false + + # Shearing a Creeper will removes its ability to explode, making him very sad + B:CreeperShearing=true + + # Makes Nether Quartz a dark material to give it a more hellish feel, as well as make it more unique from Whitestone + B:DarkQuartz=false + + # Change what detector rails detect; Wooden:all minecarts; Stone: carts containing something, SFS: carts with players. + B:DetectorRail=false + + # Animals will launch dung depending on their conditions, a useful material + B:Dung=false + + # Animals will pick up breeding items off of the ground as necessary, some animals will also breed with more items. + B:EasyBreeding=false + + # When an Egg does not spawn a Baby Chicken it drops a Raw Egg, which can be used for multiple different foods. + B:EggDrops=true + + # Add a tooltip to Enchantment source items (Scrolls, Books) to show what type of tool the enchantment can be used on. + B:EnchantmentTooltip=false + + # Zombies have a 100% chance to drop any equipment + B:EquipmentDrop=false + + # Small server tweak for logging explosion sources + B:ExplosionTracker=false + + # Allows crafting two stick from a single plank + B:FastStick=true + + # No one wants to eat when they have food poisoning. When you have the Hunger effect you can't eat. Additionally raw meats can cause food poisoning + B:FoodPoisoning=true + + # Allows turning more than just grass into path. Turns off when dirt2path is installed + B:GrassPath=true + + # Heads and Skulls can drop from death by Saw or BattleAxe + B:HeadDrops=true + B:HighEfficiencyRecipes=true + + # Allow Hopper Minecarts to output to inventories below them + B:HopperMinecarts=true + + # Improve fleeing AI for attacked animals + B:ImprovedFlee=true + + # Add Charcoal smelting to the Kiln + B:KilnCharcoal=true + + # Allows Kiln to Smelt Ores + B:KilnSmelting=true + + # Add mutton to Llama drops + B:LlamaDrops=false + + # Long Bois! + B:LongBoi=false + + # Mineshafts now generate with logs instead of fences + B:MineshaftGeneration=true + + # Mobs are hungry too, if they see some food on the ground that they like they might just eat! + B:MobEating=true + + # Nether Mobs can only spawn on nether blocks and Slimes can only spawn on natural blocks. Also adjusts whether witches only spawn in swamps and if jungle spiders spawn in jungles. + B:MobSpawning=true + + # Add more valid items for tempting animals to follow. Sheep and cows follow Tall Grass or Wheat. Chickens follow most seeds. Pigs will follow Wheat, Potatoes, Beets, Chocolate + B:MoreTempting=false + + # Cobblestone or Stonebrick within the spawning radius of a Mob Spawner will randomly grow into the Mossy version. + B:MossGeneration=true + B:MushroomFarming=false + + # You don't want to know where it comes from... + B:MysteryMeat=true + + # Remove the vanilla feature of Skeleton Traps, they are quite dumb + B:NoSkeletonTrap=false + + # Add some notes to the Note Block. Try a companion cube under one + B:Notes=true + B:PlaceClay=true + + # Make Redstone blocks emit a little light + B:RSBlockGlow=true + + # Endermen spawn with endstone in the End + B:RenewableEndstone=true + + # Add recipe for creating saddles from tanned leather and a stoked cauldron recipe to turn it into glue + B:SaddleRecipe=false + + # Silverfish that die in the End will drop clay balls. This combined with HCBeacons allows easy farming of clay. + B:SilverfishClay=false + + # Falling blocks update when players stand on them, causing them to fall if the blocks are not supported by non-falling blocks. + B:Sinkholes=true + + # Add Sandstorms visual effects when it is raining in desert biomes. This helps the player know why a windmill will still break when there is no actual rain. + B:VisibleStorms=false + + # Add Wool Armor + B:WoolArmor=false + + kilncharcoal { + # Remove recipes to make Charcoal in a Furnace + B:"Disable Furnace Charcoal"=true + } + + kilnsmelting { + # Number of Materials returned from Smelting an Ore in the Kiln + I:"Ore Production Count"=1 + } + + dung { + # Only Wolves will produce dung + B:"Only Wolves"=true + } + + headdrops { + # Chance for extra drops from Mobs dying from a BattleAxe. 0 disables it entirely + I:"BattleAxe Drop Chance"=3 + + # Chance for extra drops from Mobs dying on a Saw. 0 disables it entirely + I:"Saw Drop Chance"=3 + } + + grasspath { + # This feature disables itself if any of the following mods are loaded: + # - dirt2path + # This is done to prevent content overlap. + # You can turn this on to force the feature to be loaded even if the above mods are also loaded. + B:"Force Enabled"=true + + # Blacklist an item for being able to make grass paths + S:"Shovel Blacklist" < + psi:cad + > + } + + mobspawning { + # Jungle Spiders can spawn in jungles + B:"Jungle Spider Spawning"=true + + # Nether Mobs can only spawn on nether blocks + B:"Limit Nether Spawning"=true + + # Slimes can only spawn on natural blocks + B:"Limit Slime Spawning"=true + + # Witches can only spawn in swamps + B:"Limit Witch Spawning"=true + } + + easybreeding { + # This feature disables itself if any of the following mods are loaded: + # - easybreeding + # This is done to prevent content overlap. + # You can turn this on to force the feature to be loaded even if the above mods are also loaded. + B:"Force Enabled"=false + } + + batwings { + # This feature disables itself if any of the following mods are loaded: + # - actuallyadditions + # This is done to prevent content overlap. + # You can turn this on to force the feature to be loaded even if the above mods are also loaded. + B:"Force Enabled"=false + } + + faststick { + # Enables custom recipes provided by this feature + B:"Custom Recipes"=true + } + + improvedflee { + # When a non-replaceable block is broken in the vicinity of an animal it will get scared and run. + B:"Animals Flee from Block Break"=false + + # When a block is placed in the vicinity of an animal it will get scared and run. + B:"Animals Flee from Block Place"=false + + # When an animal is attacked in the vicinity of another animal it will get scared and run. + B:"Animals Group Flee"=true + } + + mossgeneration { + # Disables the mossy cobblestone and mossy brick recipes involving vines. + B:"Disable Vine Recipes"=false + + # 1 out of this rate will cause a moss to try to generate + I:"Moss grow rate"=100 + I:"Moss radius from the mob spawner"=5 + } + + mushroomfarming { + B:"Alias Mushrooms"=true + B:"Delete Mushrooms"=true + B:"Grow Faster On Dung"=false + I:"Maximum Light Level"=0 + I:"Maximum Light Level Brown"=0 + I:"Maximum Light Level Misc"=0 + I:"Maximum Light Level Red"=12 + B:"Spread On Mycellium"=false + S:"Valid Mushrooms" < + minecraft:brown_mushroom + minecraft:red_mushroom + > + S:"Valid Other Mushrooms" < + > + } + + visiblestorms { + # How many air particles should be created, too many may contribute to lag. + I:"Air Particle Count"=3 + + # How many dust particles should be created, too many may contribute to lag. + I:"Dust Particle Count"=2 + + # Storms are clearly visible in dry biomes. + B:"Dust Storms"=false + + # Adds a fog change during storms in deserts. + B:"Sand Storms"=false + } + + longboi { + B:"Force Enabled"=false + } + + detectorrail { + B:"Custom Recipes"=false + } + + saddlerecipe { + B:"Custom Recipes"=false + } + + renewableendstone { + # 1/x chance of spawning with Endstone. + I:"Chance of Endstone spawning"=300 + } + + moretempting { + # This feature disables itself if any of the following mods are loaded: + # - easybreeding + # This is done to prevent content overlap. + # You can turn this on to force the feature to be loaded even if the above mods are also loaded. + B:"Force Enabled"=false + } + + woolarmor { + B:"Custom Recipes"=false + } + + cheaperaxes { + B:"Custom Recipes"=false + } + + foodpoisoning { + D:"Chance for Food Poisoning"=0.3 + } + +} + + diff --git a/config/bibliocraft.cfg b/config/bibliocraft.cfg new file mode 100644 index 0000000..4f94a4d --- /dev/null +++ b/config/bibliocraft.cfg @@ -0,0 +1,123 @@ +# 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, totempedia, almanac, cooking, field, manual + + # 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=false + + # 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=false + + # 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" { + S:lastVersionChecked=2.4.3 +} + + diff --git a/config/bloodmagic/bloodmagic.cfg b/config/bloodmagic/bloodmagic.cfg new file mode 100644 index 0000000..12792dc --- /dev/null +++ b/config/bloodmagic/bloodmagic.cfg @@ -0,0 +1,183 @@ +# 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 < + farmingforblockheads:merchant + > +} + + +########################################################################################################## +# 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_HELD +} + + +########################################################################################################## +# 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 +} + + +rituals { + B:ritualAltarBuilder=true + B:ritualAnimalGrowth=true + B:ritualArmourEvolve=true + B:ritualContainment=true + B:ritualCrushing=true + B:ritualCrystalHarvest=true + B:ritualCrystalSplit=true + B:ritualDowngrade=true + B:ritualEllipsoid=true + B:ritualExpulsion=true + B:ritualFeatheredKnife=true + B:ritualFelling=true + B:ritualForsakenSoul=true + B:ritualFullStomach=true + B:ritualGreenGrove=true + B:ritualHarvest=true + B:ritualInterdiction=true + B:ritualJumping=true + B:ritualLava=true + B:ritualMagnetic=true + B:ritualMeteor=true + B:ritualPlacer=true + B:ritualPortal=true + B:ritualPump=true + B:ritualRegeneration=true + B:ritualSpeed=true + B:ritualSuppression=true + B:ritualUpgradeRemove=true + B:ritualWater=true + B:ritualWellOfSuffering=true + B:ritualZephyr=true + + imperfect { + B:imperfectRitualNight=true + B:imperfectRitualRain=true + B:imperfectRitualResistance=true + B:imperfectRitualZombie=true + } + +} + + +########################################################################################################## +# 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 + farmingforblockheads:merchant;0 + > + + # 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 0000000..f370542 --- /dev/null +++ b/config/bloodmagic/meteors/diamond.json @@ -0,0 +1,44 @@ +{ + "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" + } + ], + "explosionStrength": 10.0, + "radius": 3, + "maxWeight": 1040, + "version": 4, + "cost": 5000000 +} \ 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 0000000..df834e3 --- /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": 2500000 +} \ 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 0000000..17c114e --- /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": 1000000 +} \ No newline at end of file diff --git a/config/bloodmagic/rituals.cfg b/config/bloodmagic/rituals.cfg new file mode 100644 index 0000000..82dc0bc --- /dev/null +++ b/config/bloodmagic/rituals.cfg @@ -0,0 +1,140 @@ +# 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 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 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 regeneration ritual. [default: true] + B:regeneration=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 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 zombie imperfect ritual. [default: true] + B:zombie=true + } + +} + + diff --git a/config/bonsaitrees/settings.cfg b/config/bonsaitrees/settings.cfg new file mode 100644 index 0000000..de68d0b --- /dev/null +++ b/config/bonsaitrees/settings.cfg @@ -0,0 +1,87 @@ +# Configuration file + +client { + # Maximum width/depth of a block to grow to [range: 0.5 ~ 1.0, default: 0.9] + S:maxTreeScale=0.9 + + # Whether to show the drop chances in JEI [default: true] + B:showChanceInJEI=true +} + + +drops { + # How many fruits to drop by default [range: 0 ~ 64, default: 2] + I:fruitAmount=2 + + # Default chance for a fruit to drop [range: 0.0 ~ 1.0, default: 0.2] + S:fruitChance=0.2 + + # How many leaves to drop by default [range: 0 ~ 64, default: 1] + I:leafAmount=1 + + # Default chance for a leaf to drop [range: 0.0 ~ 1.0, default: 0.1] + S:leafChance=0.1 + + # How many wood logs to drop by default [range: 0 ~ 64, default: 1] + I:logAmount=1 + + # Default chance for a wood log to drop [range: 0.0 ~ 1.0, default: 0.75] + S:logChance=0.75 + + # How many saplings to drop by default [range: 0 ~ 64, default: 1] + I:saplingAmount=1 + + # Default chance for a sapling to drop [range: 0.0 ~ 1.0, default: 0.05] + S:saplingChance=0.05 + + # How many sticks to drop by default [range: 0 ~ 64, default: 3] + I:stickAmount=3 + + # Default chance for a stick to drop [range: 0.0 ~ 1.0, default: 0.2] + S:stickChance=0.2 +} + + +general { + # How many ticks trees need to fully grow. Some tree types modify this value [range: 1 ~ 2147483647, default: 600] + I:baseGrowTicks=600 + + # How many ticks to wait between exports. [range: 0 ~ 1200, default: 10] + I:defaultHoppingCooldown=10 + + # Whether to disable the Hopping Bonsai Pot and make it behave like a normal Bonsai Pot [default: false] + B:disableHoppingBonsaiPot=false + + # If set to false, then dye is being used up when painting bonsai pots [default: true] + B:noDyeCost=false + + # How many ticks to wait between exports, if not all items were exported last time. [range: 0 ~ 1200, default: 40] + I:punishHoppingCooldown=40 + + # Used for Hopping Bonsais only: If this is set to true, trees will only be cut automatically if all previous drops are exported. This breaks compatibility with e.g. storage drawers. If set to false unexported items from the previous cycle are being voided. [default: false] + B:waitForEmptyItemBuffers=false +} + + +integration { + # Additional items that are able to cut bonsai trees [default: [minecraft:shears]] + S:additionalCuttingTools < + > + + # Integrations to disable (by classname, e.g. org.dave.bonsaitrees.integration.mods.PamsHarvestcraft) [default: ] + S:disabledIntegrations < + > + + # Bonsai Soils to disable (e.g. minecraft:grass) [default: ] + S:disabledSoils < + > + + # Tree types to disable (e.g. forestry:hillCherry) [default: ] + S:disabledTreeTypes < + > + + # Can be enabled for development purposes mostly. [default: false] + B:loadShapesOfUnloadedTrees=false +} + + diff --git a/config/bonsaitrees/shapes.d/rustic_appletree001.json b/config/bonsaitrees/shapes.d/rustic_appletree001.json new file mode 100644 index 0000000..13e9a91 --- /dev/null +++ b/config/bonsaitrees/shapes.d/rustic_appletree001.json @@ -0,0 +1,69 @@ +{ + "type": "rustic:sapling_apple", + "version": 2, + "ref": { + "a": { + "name": "minecraft:log", + "meta": 0 + }, + "b": { + "name": "rustic:leaves_apple", + "meta": 0 + }, + "c": { + "name": "rustic:leaves_apple", + "meta": 9 + }, + "d": { + "name": "rustic:leaves_apple", + "meta": 3 + } + }, + "shape": [ + [ + " ", + " ", + " bbb ", + " bbbb", + " ", + " ", + " " + ], + [ + " d ", + " db ", + "bbbbb", + "bbbbb", + " ", + " ", + " " + ], + [ + " bbd ", + " bab ", + "bbabb", + "bdabb", + " a ", + " a ", + " a " + ], + [ + " d ", + " bb ", + "bbbbb", + "bcbbb", + " ", + " ", + " " + ], + [ + " ", + " ", + " bbb ", + " bbbb", + " ", + " ", + " " + ] + ] +} diff --git a/config/bonsaitrees/shapes.d/rustic_appletree002.json b/config/bonsaitrees/shapes.d/rustic_appletree002.json new file mode 100644 index 0000000..138a9fd --- /dev/null +++ b/config/bonsaitrees/shapes.d/rustic_appletree002.json @@ -0,0 +1,69 @@ +{ + "type": "rustic:sapling_apple", + "version": 2, + "ref": { + "a": { + "name": "minecraft:log", + "meta": 0 + }, + "b": { + "name": "rustic:leaves_apple", + "meta": 0 + }, + "c": { + "name": "rustic:leaves_apple", + "meta": 3 + }, + "d": { + "name": "rustic:leaves_apple", + "meta": 1 + } + }, + "shape": [ + [ + " ", + " ", + " bbb ", + " bbb ", + " ", + " ", + " " + ], + [ + " c ", + " c ", + "bbbcb", + "bccbb", + " ", + " ", + " " + ], + [ + " bcc ", + " bab ", + "bcabb", + "bcacb", + " a ", + " a ", + " a " + ], + [ + " c ", + " bcb ", + "bbbcb", + "bbccb", + " ", + " ", + " " + ], + [ + " ", + " ", + " bbd ", + " bbb ", + " ", + " ", + " " + ] + ] +} diff --git a/config/bonsaitrees/shapes.d/rustic_appletree003.json b/config/bonsaitrees/shapes.d/rustic_appletree003.json new file mode 100644 index 0000000..d5fa7ed --- /dev/null +++ b/config/bonsaitrees/shapes.d/rustic_appletree003.json @@ -0,0 +1,65 @@ +{ + "type": "rustic:sapling_apple", + "version": 2, + "ref": { + "a": { + "name": "minecraft:log", + "meta": 0 + }, + "b": { + "name": "rustic:leaves_apple", + "meta": 0 + }, + "c": { + "name": "rustic:leaves_apple", + "meta": 3 + } + }, + "shape": [ + [ + " ", + " ", + "bbbbb", + "bbbb ", + " ", + " ", + " " + ], + [ + " c ", + " c ", + "bcccb", + "bccbb", + " ", + " ", + " " + ], + [ + " ccc ", + " cac ", + "bbacb", + "bcabb", + " a ", + " a ", + " a " + ], + [ + " b ", + " ccc ", + "bcccb", + "bcbbb", + " ", + " ", + " " + ], + [ + " ", + " ", + "bbbb ", + "bbbb ", + " ", + " ", + " " + ] + ] +} diff --git a/config/bonsaitrees/types.d/apple_tree.json b/config/bonsaitrees/types.d/apple_tree.json new file mode 100644 index 0000000..2f2ed82 --- /dev/null +++ b/config/bonsaitrees/types.d/apple_tree.json @@ -0,0 +1,38 @@ +{ + "name": "rustic:sapling_apple", + "mod": "rustic", + "sapling": { + "name": "rustic:sapling_apple", + "data": 0 + }, + "growTimeMultiplier": 1.0, + "drops": [ + { + "name": "minecraft:stick", + "data": 0, + "type": "STICK" + }, + { + "name": "minecraft:log", + "data": 0, + "type": "WOOD" + }, + { + "name": "rustic:sapling_apple", + "data": 0, + "type": "SAPLING" + }, + { + "name": "rustic:leaves_apple", + "data": 0, + "type": "LEAVES" + }, + { + "name": "minecraft:apple", + "data": 0, + "type": "CUSTOM", + "count": 3, + "chance": 0.7 + } + ] +} \ No newline at end of file diff --git a/config/bookshelf.cfg b/config/bookshelf.cfg new file mode 100644 index 0000000..39a6241 --- /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=0 +} + + diff --git a/config/bringbedrockback.cfg b/config/bringbedrockback.cfg new file mode 100644 index 0000000..2c64d2b --- /dev/null +++ b/config/bringbedrockback.cfg @@ -0,0 +1,31 @@ +# Configuration file + +general { + # Enable log output to console + B:enableLogOutput=false + + # Enable bedrock generation + B:enableRegeneration=true + + # Y-level floored bedrock. -1 to disable + I:flooredBedrockLevel=0 + + # List of dimensions the floor needs to be generated/regenerated + I:flooredDimensions < + -1 + 0 + 7 + 10 + 28885 + > + + # Y-level roofed bedrock. -1 to disable + I:roofedBedrockLevel=127 + + # List of dimensions the roof needs to be generated/regenerated + I:roofedDimensions < + -1 + > +} + + diff --git a/config/buildcraft/detailed.properties b/config/buildcraft/detailed.properties new file mode 100644 index 0000000..ccedcae --- /dev/null +++ b/config/buildcraft/detailed.properties @@ -0,0 +1,4 @@ +# 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. +#Fri May 09 03:20:46 MSK 2025 diff --git a/config/buildcraft/gui.json b/config/buildcraft/gui.json new file mode 100644 index 0000000..1f476c1 --- /dev/null +++ b/config/buildcraft/gui.json @@ -0,0 +1,21 @@ +{ + "buildcraftlib:base": { + "debugging_is_enabled": { + "boolean": false + }, + "debugging_is_shown": { + "boolean": false + }, + "ledger.help.is_open": { + "boolean": false + }, + "ledger.owner.is_open": { + "boolean": false + } + }, + "buildcraftsilicon:all_tables": { + "ledger.power.is_open": { + "boolean": true + } + } +} \ No newline at end of file diff --git a/config/buildcraft/main.cfg b/config/buildcraft/main.cfg new file mode 100644 index 0000000..200f8b8 --- /dev/null +++ b/config/buildcraft/main.cfg @@ -0,0 +1,114 @@ +# Configuration file + +display { + # Should I enable colorblind mode? + B:colorBlindMode=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=false + + # When false laser beams will not be visible while transmitting power without wearing Goggles + B:renderLaserBeams=true + + # Should localised strings be displayed in terms of seconds (1 MJ/s) or ticks (20 MJ/t) + S:timeGap=ticks + + # 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=false + + # Should static fluid values be displayed in terms of buckets rather than thousandths of a bucket? (B vs mB) + B:useBucketsStatic=false + + # 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=false + + # 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 +} + + +experimental { + S:kinesisLossMode=lossless +} + + +general { + 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 + + # How often, in ticks, should network update packets be sent? Increasing this might help network performance. + I:updateFactor=10 +} + + +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 search results to display in the guide book. + I:maxGuideSearchResults=1200 +} + + +worldgen { + # Should BuildCraft generate anything in the world? + B:enable=false + B:enableOilGen=false + S:excessiveBiomes < + buildcraftenergy:oil_desert + buildcraftenergy:oil_ocean + > + S:excludedBiomes < + minecraft:hell + minecraft:sky + > + I:excludedDimensions < + -1 + 1 + 20 + > + + # Should BuildCraft generate water springs? + B:generateWaterSprings=false + S:surfaceDepositBiomes < + > +} + + diff --git a/config/buildcraft/objects.cfg b/config/buildcraft/objects.cfg new file mode 100644 index 0000000..01945bd --- /dev/null +++ b/config/buildcraft/objects.cfg @@ -0,0 +1,75 @@ +# Configuration file + +blocks { + B:advanced_crafting_table=false + B:architect=true + B:assembly_table=false + 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=false + B:laser=false + B:library=true + B:marker_path=true + B:marker_volume=true + B:mining_well=true + B:pipe_holder=true + B:pump=false + B:quarry=true + B:replacer=true + B:spring=true + B:tank=true + B:tube=true + B:water_gel=true + B:zone_planner=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=false + 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=false + B:plug_blocker=true + B:plug_facade=true + B:plug_gate=true + B:plug_lens=false + 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=false + B:wrench=true +} + + diff --git a/config/car/car.json b/config/car/car.json new file mode 100644 index 0000000..c76a4f3 --- /dev/null +++ b/config/car/car.json @@ -0,0 +1,42 @@ +{"cars": [ + { + "acceleration": 0.032, + "reverseSpeed": 0.2, + "id": "car_wood", + "speed": 0.5, + "fluids": [{ + "efficiency": 0.3, + "fluid": "biodiesel" + }] + }, + { + "acceleration": 0.032, + "reverseSpeed": 0.2, + "id": "car_big_wood", + "speed": 0.48, + "fluids": [{ + "efficiency": 0.2, + "fluid": "biodiesel" + }] + }, + { + "acceleration": 0.032, + "reverseSpeed": 0.2, + "id": "car_transporter", + "speed": 0.4, + "fluids": [{ + "efficiency": 0.3, + "fluid": "biodiesel" + }] + }, + { + "acceleration": 0.04, + "reverseSpeed": 0.2, + "id": "car_sport", + "speed": 0.65, + "fluids": [{ + "efficiency": 0.12, + "fluid": "biodiesel" + }] + } +]} diff --git a/config/car/fuel_station.json b/config/car/fuel_station.json new file mode 100644 index 0000000..8835b33 --- /dev/null +++ b/config/car/fuel_station.json @@ -0,0 +1 @@ +{"valid_fluids": ["biodiesel"]} diff --git a/config/car/generator.json b/config/car/generator.json new file mode 100644 index 0000000..776cda1 --- /dev/null +++ b/config/car/generator.json @@ -0,0 +1,4 @@ +{"generator_fluids": [{ + "fluid": "biodiesel", + "energy": 500 +}]} diff --git a/config/car/main.cfg b/config/car/main.cfg new file mode 100644 index 0000000..3feb2a4 --- /dev/null +++ b/config/car/main.cfg @@ -0,0 +1,246 @@ +# Configuration file + +car { + B:car_ground_speed=false + + # The height a car can drive up [range: 0.1 ~ 128.0, default: 0.6] + S:car_step_height=0.6 + + # [range: 0.0 ~ 1.0, default: 0.1] + S:car_volume=0.1 + + # Whether the cars should collide with other entities (except cars) [default: false] + B:collide_with_entities=true + + # Whether the cars should damage other entities on collision [default: true] + B:damage_entities=false + + # Whether cars should emit light when the DynamicLights mod is installed [default: true] + B:dynamic_lights=true + + # Whether animals flee from the car when the horn is activted [default: true] + B:horn_flee=true + + # A list of blocks the car can drive faster on (only if 'road_blocks_enabled' is set to true) [default: [car:tar], [car:tar_slab], [car:tar_slope_flat_upper], [car:tar_slope_flat_lower], [car:tar_slope]] + S:road_blocks < + car:tar + car:tar_slab + car:tar_slope_flat_upper + car:tar_slope_flat_lower + car:tar_slope + > + + # Whether the cars drive slower on non road blocks [default: false] + B:road_blocks_enabled=false + + # True if the car temperature should be displayed in farenheit [default: false] + B:temp_farenheit=false + + # [default: true] + B:third_person_when_enter_car=true + + # True if starting the car should use battery [default: true] + B:use_battery=true +} + + +drops { + # [default: true] + B:canola_seed_drop=false +} + + +items { + + repair_kit { + # [range: 0.1 ~ 100.0, default: 5.0] + S:repair_kit_repair_amount=5.0 + } + + canister { + # [range: 1 ~ 1000, default: 100] + I:canister_max_fuel=100 + } + +} + + +machines { + + backmix_reactor { + # [range: 1 ~ 32767, default: 50] + I:backmix_reactor_canola_usage=50 + + # [range: 100 ~ 32767, default: 10000] + I:backmix_reactor_energy_storage=10000 + + # [range: 1 ~ 32767, default: 10] + I:backmix_reactor_energy_usage=10 + + # [range: 1000 ~ 32767, default: 3000] + I:backmix_reactor_fluid_storage=3000 + + # [range: 10 ~ 32767, default: 200] + I:backmix_reactor_generating_time=200 + + # [range: 1 ~ 32767, default: 50] + I:backmix_reactor_methanol_usage=50 + + # [range: 1 ~ 32767, default: 100] + I:backmix_reactor_mix_generation=100 + } + + blast_furnace { + # [range: 1000 ~ 32767, default: 10000] + I:blast_furnace_energy_storage=10000 + + # [range: 1 ~ 32767, default: 10] + I:blast_furnace_energy_usage=10 + + # [range: 1 ~ 32767, default: 100] + I:blast_furnace_fluid_generation=100 + + # [range: 1000 ~ 32767, default: 3000] + I:blast_furnace_fluid_storage=3000 + + # [range: 10 ~ 32767, default: 200] + I:blast_furnace_generating_time=200 + } + + oil_mill { + # [range: 1000 ~ 32767, default: 10000] + I:oil_mill_energy_storage=10000 + + # [range: 1 ~ 32767, default: 10] + I:oil_mill_energy_usage=10 + + # [range: 1 ~ 32767, default: 100] + I:oil_mill_fluid_generation=100 + + # [range: 1000 ~ 32767, default: 3000] + I:oil_mill_fluid_storage=3000 + + # [range: 10 ~ 32767, default: 200] + I:oil_mill_generating_time=200 + } + + cable { + # [range: 64 ~ 32767, default: 256] + I:cable_transfer_rate=256 + } + + dynamo { + # [range: 1 ~ 32767, default: 25] + I:dynamo_energy_generation=25 + + # [range: 100 ~ 32767, default: 1000] + I:dynamo_energy_storage=1000 + + # [default: true] + B:dynamo_recipe=true + } + + fluid_extractor { + # [range: 5 ~ 32767, default: 25] + I:fluid_extractor_drain_speed=25 + } + + fuel_station { + # [range: 1 ~ 32767, default: 5] + I:fuel_station_transfer_rate=5 + } + + generator { + # [range: 1000 ~ 32767, default: 30000] + I:generator_energy_storage=30000 + + # [range: 1000 ~ 32767, default: 3000] + I:generator_fluid_storage=3000 + } + + split_tank { + # [range: 1 ~ 32767, default: 100] + I:split_tank_bio_diesel_generation=100 + + # [range: 1000 ~ 32767, default: 3000] + I:split_tank_fluid_storage=3000 + + # [range: 10 ~ 32767, default: 800] + I:split_tank_generating_time=800 + + # [range: 1 ~ 32767, default: 10] + I:split_tank_glycerin_generation=10 + + # [range: 1 ~ 32767, default: 100] + I:split_tank_mix_usage=100 + } + +} + + +recipes { + # [default: true] + B:backmix_reactor_recipe=true + + # [default: true] + B:battery_recipe=true + + # [default: true] + B:blast_furnace_recipe=true + + # [default: true] + B:cable_recipe=true + + # [default: true] + B:canister_recipe=true + + # [default: true] + B:car_parts_recipe=true + + # [default: true] + B:car_workshop_recipe=true + + # [default: true] + B:crash_barrier_recipe=true + + # [default: true] + B:dynamo_recipe=true + + # [default: true] + B:fluid_extractor_recipe=true + + # [default: true] + B:fluid_pipe_recipe=true + + # [default: true] + B:fuel_station_recipe=true + + # [default: true] + B:generator_recipe=true + + # [default: true] + B:key_clone_recipe=true + + # [default: true] + B:number_plate_recipe=true + + # [default: true] + B:oil_mill_recipe=true + + # [default: true] + B:painter_recipe=true + + # [default: true] + B:repair_kit_recipe=true + + # [default: true] + B:sign_recipe=true + + # [default: true] + B:split_tank_recipe=true + + # [default: true] + B:tar_recipe=true +} + + diff --git a/config/carryon.cfg b/config/carryon.cfg new file mode 100644 index 0000000..a088bb1 --- /dev/null +++ b/config/carryon.cfg @@ -0,0 +1,462 @@ +# Configuration file + +general { + + ########################################################################################################## + # settings + #--------------------------------------------------------------------------------------------------------# + # General Mod Settings + ########################################################################################################## + + settings { + # Allow babies to be carried even when adult mob is blacklisted (or not whitelisted) + B:allowBabies=false + + # Slowness multiplier for blocks + D:blockSlownessMultiplier=1.0 + + # Whether the player drops the carried object when hit or not + B:dropCarriedWhenHit=false + + # Whether entities' size matters when stacking or not + B:entitySizeMattersStacking=true + + # Slowness multiplier for entities + D:entitySlownessMultiplier=1.0 + + # If the front of the Tile Entities should face the player or should face outward + B:facePlayer=false + + # Larger Entities slow down the player more + B:heavyEntities=true + + # More complex Tile Entities slow down the player more + B:heavyTiles=true + + # Whether the player can hit blocks and entities while carrying or not + B:hitWhileCarrying=false + + # Maximum distance from where Blocks and Entities can be picked up + # Min: 0.0 + # Max: 1.7976931348623157E308 + D:maxDistance=2.5 + + # Max height of entities that can be picked up in survival mode + # Min: 0.0 + # Max: 10.0 + D:maxEntityHeight=1.5 + + # Maximum stack limit for entities + # Min: 1 + # Max: 2147483647 + I:maxEntityStackLimit=10 + + # Max width of entities that can be picked up in survival mode + # Min: 0.0 + # Max: 10.0 + D:maxEntityWidth=1.5 + + # Allow all blocks to be picked up, not just Tile Entites + B:pickupAllBlocks=false + + # Whether hostile mobs should be able to picked up in survival mode + B:pickupHostileMobs=false + + # Arms should render on sides when carrying + B:renderArms=true + + # Whether Blocks and Entities slow the creative player down when carried + B:slownessInCreative=true + + # Allows entities to be stacked using Carry On + B:stackableEntities=false + + # Use custom Pickup Scripts. Having this set to false, will not allow you to run scripts, but will increase your performance + B:useScripts=false + + # Use Whitelist instead of Blacklist for Blocks + B:useWhitelistBlocks=false + + # Use Whitelist instead of Blacklist for Entities + B:useWhitelistEntities=false + + # Use Whitelist instead of Blacklist for Stacking + B:useWhitelistStacking=false + } + + ########################################################################################################## + # blacklist + #--------------------------------------------------------------------------------------------------------# + # Blacklist for Blocks and Entities + ########################################################################################################## + + blacklist { + # Entities that cannot be picked up + S:forbiddenEntities < + animania:cart + animania:ferret* + animania:hamster + animania:hedgehog* + animania:wagon + astikorcarts:* + astikorcarts:cargocart + astikorcarts:mobcart + astikorcarts:plowcart + car:car_sport + dakimakuramod:* + farmingforblockheads:merchant + minecraft:armor_stand + minecraft:ender_crystal + minecraft:ender_dragon + minecraft:ghast + minecraft:horse + minecraft:item_frame + minecraft:leash_knot + minecraft:painting + minecraft:shulker + minecraft:shulker_bullet + mynko:* + tektopia:* + thebetweenlands:tarminion + > + + # Entities that cannot have other entities stacked on top of them + S:forbiddenStacking < + minecraft:horse + > + + # Tile Entities that cannot be picked up + S:forbiddenTiles < + *door* + abyssalcraft:energypedestal + abyssalcraft:rendingpedestal + abyssalcraft:ritualpedestal:* + abyssalcraft:tieredenergypedestal:* + advancedmortars:* + animania:block_trough + animania:invisiblock + appliedenergistics2:* + aquamunda:tank + architecturecraft:* + astikorcarts:* + astralsorcery:* + betterstorage:* + betterwithaddons:inverted_gearbox + betterwithmods:bellows:* + betterwithmods:hand_crank + betterwithmods:saw + betterwithmods:stone_moulding + betterwithmods:stone_siding + betterwithmods:wood_moulding + betterwithmods:wood_siding + betterwithmods:wooden_gearbox + bibliocraft:* + bigreactors:* + blockcraftery:* + bloodmagic:* + botania:* + buildcraft:* + buildcraftcore:* + buildcraftsilicon:* + buildcrafttransport:* + ceramics:channel + ceramics:clay_barrel_stained_extension:* + ceramics:clay_barrel:1 + ceramics:porcelain_barrel_extension:* + cfm:bath_* + cfm:freezer + cfm:fridge + cfm:grand_chair_* + cfm:modern_bed_* + cfm:shower_* + chiselsandbits:* + colossalchests:* + compactmachines3:* + cookingforblockheads:* + cyclic:* + cyclicmagic:* + darkutils:ender_hopper + darkutils:ender_pearl_hopper + dumpsterdiving:powergrinder + dumpsterdiving:poweringot + dumpsterdiving:powerprocessor + dumpsterdiving:rep_casing + dumpsterdiving:trash_furn + dumpsterdiving:trash_furn_g + dumpsterdiving:trash_furn_n + embers:alchemy_pedestal + embers:alchemy_tablet + embers:block_furnace + embers:boiler + embers:catalyzer + embers:catalzyer + embers:combustor + embers:crystal_cell + embers:ember_activator + embers:ember_bore + embers:field_chart + embers:heat_coil + embers:inferno_forge + embers:large_tank + embers:mixer + enderstorage:* + environmentaltech:* + exsartagine:* + extraplanets:advanced_launch_pad:* + farmingforblockheads:market + forestry:* + galacticraftcore:landing_pad:* + galacticraftcore:rocket_workbench:* + horsepower:* + ic2:* + immcraft:sticks:* + immersiveengineering:* + immersivepetroleum:* + immersivetech:* + improvedbackpacks:* + industrialforegoing:* + integrateddynamics:cable + jp.crafterkina.pipes:* + lootbags:* + magneticraft:container + magneticraft:grinder + magneticraft:hydraulic_press + magneticraft:multiblock_gap + magneticraft:oil_heater + magneticraft:pumpjack + magneticraft:refinery + magneticraft:shelving_unit + magneticraft:sieve + magneticraft:solar_mirror + magneticraft:solar_panel + magneticraft:solar_tower + magneticraft:steam_engine + malisisdoors:* + mcmultipart:* + mekanism:cardboardbox:* + mekanism:machineblock:* + mekanism:machineblock2:* + mekanism:machineblock3:* + mekanism:transmitter + mekanism:transmitter:* + mekanism:transmitter:1 + mekanism:transmitter:2 + mekanism:transmitter:3 + mekanism:transmitter:4 + mekanism:transmitter:5 + mekanism:transmitter:6 + minecolonies:* + minecraft:acacia_door + minecraft:bed + minecraft:birch_door + minecraft:brewing_stand + minecraft:cake + minecraft:dark_oak_door + minecraft:double_plant + minecraft:end_gateway + minecraft:end_portal + minecraft:iron_door + minecraft:jungle_door + minecraft:sign + minecraft:spruce_door + minecraft:waterlily + minecraft:wooden_door + mob_grinding_utils:absorption_hopper + modularmachinery:* + nex:urn_of_sorrow + opencomputers:* + overloaded:* + placeableitems:* + pneumaticcraft:* + poweradapters:mj + practicallogistics2:* + primal_tech:charcoal_hopper + primal_tech:stone_grill + primal_tech:wooden_basin + primal_tech:wooden_hopper + primal_tech:work_stump + primal_tech:work_stump_upgraded + progressiontweaks:fire_pit_lit + progressiontweaks:fire_pit_unlit + quark:colored_bed_* + quark:glass_item_frame + rebornstorage:* + refinedstorage:* + rftools:* + rftools:screenBlock + rustic:* + rustic:apiary + rustic:barrel + rustic:brewing_barrel + rustic:condenser + rustic:condenser_advanced + rustic:crushing_tub + rustic:evaporating_basin + rustic:retort + rustic:retort_advanced + rustic:vase + simpletomb:* + skyresources:* + soot:mixer + stackable:* + stevescarts:* + storagedrawers:* + storagedrawers:framingtable + storagedrawersextra:* + storagenetwork:* + tconstruct:* + tconstruct:fancy_frame + tconstruct:fancy_frame:2 + tconstruct:fancy_frame:3 + tconstruct:fancy_frame:4 + tconstruct:fancy_frame:5 + tconstruct:fancy_frame:6 + tconstruct:seared_furnace_controller + tconstruct:smeltery_controller + tconstruct:tinker_tank_controller + thaumcraft:golem_builder + thaumcraft:infernal_furnace + thaumcraft:infusion_matrix + thaumcraft:pillar* + thaumcraft:placeholder* + thaumcraft:thaumatorium* + thebetweenlands:aspectrus_crop + thebetweenlands:compost_bin + thebetweenlands:druid_altar + thebetweenlands:infuser + thebetweenlands:item_shelf + thebetweenlands:mob_spawner + thebetweenlands:mortar + thebetweenlands:moss_bed:* + thebetweenlands:syrmorite_rubber_tap:* + thebetweenlands:weedwood_rubber_tap:* + thebetweenlands:weedwood_sign_item + thebetweenlands:weedwood_workbench + torcherino:* + totemic:* + translocators:* + translocators:translocator_part + translocators:translocator_part:1 + twilightforest:moonworm + wearablebackpacks:* + weirdinggadget:* + xnet:netcable:* + > + } + + ########################################################################################################## + # whitelist + #--------------------------------------------------------------------------------------------------------# + # Whitelist for Blocks and Entities (useWhitelist must be true!) + ########################################################################################################## + + whitelist { + # Blocks that CAN be picked up + S:allowedBlocks < + > + + # Entities that CAN be picked up + S:allowedEntities < + > + + # Entities that CAN have other entities stacked on top of them + S:allowedStacking < + > + } + + ########################################################################################################## + # modeloverrides + #--------------------------------------------------------------------------------------------------------# + # Model Overrides based on NBT or on Meta. Advanced Users Only! + ########################################################################################################## + + modeloverrides { + # Model Overrides based on NBT or on Meta. Advanced Users Only! + S:modelOverrides < + animania:block_nest->(block)animania:block_nest + animania:cheese_mold;0->(block)animania:cheese_mold;0 + animania:cheese_mold;1->(block)animania:cheese_mold;1 + animania:cheese_mold;2->(block)animania:cheese_mold;2 + animania:cheese_mold;3->(block)animania:cheese_mold;3 + animania:cheese_mold;4->(block)animania:cheese_mold;4 + animania:cheese_mold;5->(block)animania:cheese_mold;5 + animania:cheese_mold;6->(block)animania:cheese_mold;6 + animania:cheese_mold;7->(block)animania:cheese_mold;7 + animania:cheese_mold;8->(block)animania:cheese_mold;8 + animania:cheese_mold;9->(block)animania:cheese_mold;9 + animania:cheese_mold;10->(block)animania:cheese_mold;10 + minecraft:brewing_stand->(item)minecraft:brewing_stand + minecraft:cauldron->(block)minecraft:cauldron + minecraft:daylight_detector_inverted->minecraft:daylight_detector + minecraft:flower_pot->(block)minecraft:flower_pot + minecraft:hopper->(block)minecraft:hopper + minecraft:leaves2->(item)minecraft:leaves2 + minecraft:lit_furnace->minecraft:furnace + minecraft:powered_comparator->(block)minecraft:powered_comparator + minecraft:powered_repeater->(block)minecraft:powered_repeater + minecraft:redstone_wire->(item)minecraft:redstone + minecraft:reeds->(block)minecraft:reeds + minecraft:standing_sign->(item)minecraft:sign + minecraft:tallgrass;1->(item)minecraft:tallgrass;1 + minecraft:tallgrass;2->(item)minecraft:tallgrass;2 + minecraft:unpowered_comparator->(block)minecraft:unpowered_comparator + minecraft:unpowered_repeater->(block)minecraft:unpowered_repeater + minecraft:wall_sign->(item)minecraft:sign + primal_tech:clay_kiln->(block)primal_tech:clay_kiln;13 + quark:custom_chest_trap{type:"acacia"}->quark:custom_chest_trap;3 + quark:custom_chest_trap{type:"birch"}->quark:custom_chest_trap;1 + quark:custom_chest_trap{type:"dark_oak"}->quark:custom_chest_trap;4 + quark:custom_chest_trap{type:"jungle"}->quark:custom_chest_trap;2 + quark:custom_chest_trap{type:"spruce"}->quark:custom_chest_trap;0 + quark:custom_chest{type:"acacia"}->quark:custom_chest;3 + quark:custom_chest{type:"birch"}->quark:custom_chest;1 + quark:custom_chest{type:"dark_oak"}->quark:custom_chest;4 + quark:custom_chest{type:"jungle"}->quark:custom_chest;2 + quark:custom_chest{type:"spruce"}->quark:custom_chest;0 + storagedrawers:basicdrawers;0{Mat:"acacia"}->storagedrawers:basicdrawers;0{material:"acacia"} + storagedrawers:basicdrawers;0{Mat:"birch"}->storagedrawers:basicdrawers;0{material:"birch"} + storagedrawers:basicdrawers;0{Mat:"dark_oak"}->storagedrawers:basicdrawers;0{material:"dark_oak"} + storagedrawers:basicdrawers;0{Mat:"jungle"}->storagedrawers:basicdrawers;0{material:"jungle"} + storagedrawers:basicdrawers;0{Mat:"spruce"}->storagedrawers:basicdrawers;0{material:"spruce"} + storagedrawers:basicdrawers;1{Mat:"acacia"}->storagedrawers:basicdrawers;1{material:"acacia"} + storagedrawers:basicdrawers;1{Mat:"birch"}->storagedrawers:basicdrawers;1{material:"birch"} + storagedrawers:basicdrawers;1{Mat:"dark_oak"}->storagedrawers:basicdrawers;1{material:"dark_oak"} + storagedrawers:basicdrawers;1{Mat:"jungle"}->storagedrawers:basicdrawers;1{material:"jungle"} + storagedrawers:basicdrawers;1{Mat:"spruce"}->storagedrawers:basicdrawers;1{material:"spruce"} + storagedrawers:basicdrawers;2{Mat:"acacia"}->storagedrawers:basicdrawers;2{material:"acacia"} + storagedrawers:basicdrawers;2{Mat:"birch"}->storagedrawers:basicdrawers;2{material:"birch"} + storagedrawers:basicdrawers;2{Mat:"dark_oak"}->storagedrawers:basicdrawers;2{material:"dark_oak"} + storagedrawers:basicdrawers;2{Mat:"jungle"}->storagedrawers:basicdrawers;2{material:"jungle"} + storagedrawers:basicdrawers;2{Mat:"spruce"}->storagedrawers:basicdrawers;2{material:"spruce"} + storagedrawers:basicdrawers;3{Mat:"acacia"}->storagedrawers:basicdrawers;3{material:"acacia"} + storagedrawers:basicdrawers;3{Mat:"birch"}->storagedrawers:basicdrawers;3{material:"birch"} + storagedrawers:basicdrawers;3{Mat:"dark_oak"}->storagedrawers:basicdrawers;3{material:"dark_oak"} + storagedrawers:basicdrawers;3{Mat:"jungle"}->storagedrawers:basicdrawers;3{material:"jungle"} + storagedrawers:basicdrawers;3{Mat:"spruce"}->storagedrawers:basicdrawers;3{material:"spruce"} + storagedrawers:basicdrawers;4{Mat:"acacia"}->storagedrawers:basicdrawers;4{material:"acacia"} + storagedrawers:basicdrawers;4{Mat:"birch"}->storagedrawers:basicdrawers;4{material:"birch"} + storagedrawers:basicdrawers;4{Mat:"dark_oak"}->storagedrawers:basicdrawers;4{material:"dark_oak"} + storagedrawers:basicdrawers;4{Mat:"jungle"}->storagedrawers:basicdrawers;4{material:"jungle"} + storagedrawers:basicdrawers;4{Mat:"spruce"}->storagedrawers:basicdrawers;4{material:"spruce"} + > + } + + ########################################################################################################## + # custompickupconditions + #--------------------------------------------------------------------------------------------------------# + # Custom Pickup Conditions for certain blocks. ONLY WORKS WHEN GAMESTAGES IS INSTALLED! Advanced Users Only! + ########################################################################################################## + + custompickupconditions { + # Custom Pickup Conditions for Blocks + S:customPickupConditionsBlocks < + > + + # Custom Pickup Conditions for Entities + S:customPickupConditionsEntities < + > + } + +} + + diff --git a/config/cd4017be/compiled.dat b/config/cd4017be/compiled.dat new file mode 100644 index 0000000..5bd1bbb Binary files /dev/null and b/config/cd4017be/compiled.dat differ diff --git a/config/cd4017be/core.rcp b/config/cd4017be/core.rcp new file mode 100644 index 0000000..666c865 --- /dev/null +++ b/config/cd4017be/core.rcp @@ -0,0 +1,13 @@ +VERSION = 1; + +!Energy API: multiplier for conversion into J [Joules] with 1kJ ~ 1 tick furnace fuel burn time. +!To disable conversion or reading for a mod, set the value to 'NaN' +!Don't use '0', '/0'(=infinity) or negative values unless you are crazy and absolutely know what you're doing! +energy_value_RF = 100; !Forge energy +energy_value_EU = 400; !Industrialcraft EU +energy_value_OC = 1000; !OpenComputers +energy_value_VC = 1000; !VoidCraft + +!For mod development purposes only: allows convenient ingame editing of tooltips and other localization strings by pressing F4 (only works for my mods). +!This defines the directory of language files where changes should be written to. Setting no or an invalid directory will disable this feature. +tooltip_editor_file = nil; !"../../src/resources/assets/cd4017be_lib/lang"; diff --git a/config/cd4017be/inductiveLogistics.rcp b/config/cd4017be/inductiveLogistics.rcp new file mode 100644 index 0000000..96d791f --- /dev/null +++ b/config/cd4017be/inductiveLogistics.rcp @@ -0,0 +1,129 @@ +VERSION = 42; !Used internally to decide whether the config is outdated and should be replaced by a newer preset when updating the mod. When doing changes in this file you can set this to '/0' to prevent these automatic updates that would otherwise potentially override your changes (but at least store a backup of them), this would cause newely introduced features being unavailable for survival gameplay due to missing recipes however. + +!internal capacity of fluid pipes +fluid_pipe_cap = 1000; +!pipe transfer interval in ticks (higher value = slower speed & possibly better performance) +fluid_pipe_tick = 4; +item_pipe_tick = 4; +fluid_warp_tick = 4; +item_warp_tick = 4; +portable_craft_tick = 20; +remote_inv_tick = 20; +remote_max_slots = 96; !maximum amount of slots to draw in Portable Inventory Remote Access GUI before using scrollbar (server side setting) +auto_craft_tick = 10; +!whether pipe contents should be visible while moving from pipe to pipe (may reduce server network performance), +!otherwise they are only visible when there is a backlock. +pipe_fancy_content = true; + +!Fluid Intake & Outlet settings +fluid_io_cap = 8000; !internal tank capacity +fluid_io_range = 127; !maximum range (can't be set > 127 due to technical limitations) +fluid_io_path = 3; !length multiplier for fluid path finding (3 is enough to reach all blocks in a cubic area without obstacles) higher values can handle fractured terrain better but may slightly decrease performance. +fluid_io_speed = 1; !operations performed by fluid intake/outlet per tick. (significant TPS drops start at around 1000 op/t) + +!Dropped Item Interface settings +drop_interface_tick = 10; !amount of ticks to wait before rescanning the area for new items +drop_interface_range = 15; !maximum range of the area +drop_interface_slots = 5; !maximum amount of empty "on-demand" slots (allows inserting multiple stacks within one scan interval) + +!Entity Interface settings +entity_interface_tick = 10; !amount of ticks to wait before rescanning entities + +block_placer_range = 15; !maximum distance the Item Placer can interact with (Note: there are mods like "Automated Redstone" that can provide redstone signals > 15) + +name_filter_chars = 24; !maximum allowed characters for filter patterns + +{ + !capacity of all the fluid tanks (only tanks with capacity > 0 will be listed in creative tab) + !theoretically up to 16 tanks can be defined here but tanks 8-15 will be missing translation and models unless you make a resource pack. + tank_caps = [1000, 8000, 64000, 512000, 4096000, 32768000, 262144000, 2097152000]#; + !slot count and stacksize limit of all the item buffers + buffer_slots = [12, 24, 48, 96, 12, 24, 48, 96, 12, 24, 48, 96, 12, 24, 48, 96]#; + buffer_stack = [64, 64, 64, 64, 512, 512, 512, 512, 4096, 4096, 4096, 4096, 32768, 32768, 32768, 32768]#; +} + + +INIT() { + + !fluid pipe recipes + add("shaped", 8 * it("fluidPipeT"), "000/1 1/000", "blockGlass", it("minecraft:iron_bars")); + add("shaped", 4 * it("fluidPipeI"), " 0 /010/ 0 ", it("fluidPipeT"), it("minecraft:piston")); + add("shaped", 4 * it("fluidPipeE"), " 0 /010/ 0 ", it("fluidPipeT"), it("minecraft:sticky_piston")); + add("shaped", 4 * it("fluidPipeD"), " 0 /010/ 0 ", it("fluidPipeT"), "dyeGreen"); + add("shaped", 4 * it("fluidPipeS"), " 0 /010/ 0 ", it("fluidPipeT"), "dyeRed"); + add("shapeless", it("fluidPipeT"), it("fluidPipeD")); + add("shapeless", it("fluidPipeT"), it("fluidPipeS")); + + !item pipe recipes + add("shaped", 8 * it("itemPipeT"), "000/1 1/000", "slabWood", it("minecraft:iron_bars")); + add("shaped", 4 * it("itemPipeI"), " 0 /010/ 0 ", it("itemPipeT"), it("minecraft:piston")); + add("shaped", 4 * it("itemPipeE"), " 0 /010/ 0 ", it("itemPipeT"), it("minecraft:sticky_piston")); + add("shaped", 4 * it("itemPipeD"), " 0 /010/ 0 ", it("itemPipeT"), "dyeGreen"); + add("shaped", 4 * it("itemPipeS"), " 0 /010/ 0 ", it("itemPipeT"), "dyeRed"); + add("shapeless", it("itemPipeT"), it("itemPipeD")); + add("shapeless", it("itemPipeT"), it("itemPipeS")); + + !misc recipes + add("shaped", 16 * it("tile.warp_pipe"), "000/232/111", it("fluidPipeT"), it("itemPipeT"), "enderpearl", "gemDiamond"); + add("shaped", it("tile.auto_craft"), "010/131/020", "ingotIron", "dustRedstone", it("minecraft:piston"), it("minecraft:crafting_table")); + add("shaped", 12 * it("tile.inv_connector"), "000/121/000", "gemQuartz", "blockGlass", it("minecraft:ender_eye")); + add("shaped", it("tile.trash"), "000/132/000", "cobblestone", it("itemPipeT"), it("fluidPipeT"), it("minecraft:lava_bucket")); + Loc mat = ore("ingotCopper"); if (~mat) {mat = ore("ingotIron");} !use copper instead of iron if a mod provides it + add("shaped", it("tile.fluid_intake"), "010/020/ 3 ", mat, it("minecraft:iron_bars"), it("minecraft:sticky_piston"), it("tile.tank"):1); + mat = ore("ingotTin"); if (~mat) {mat = ore("ingotIron");} !use tin instead of iron if a mod provides it + add("shaped", it("tile.fluid_outlet"), " 3 /020/010", mat, it("minecraft:iron_bars"), it("minecraft:piston"), it("tile.tank"):1); + add("shaped", it("tile.drop_interface"), "000/123/000", "plankWood", it("minecraft:hopper"), it("minecraft:ender_eye"), it("minecraft:dropper")); + add("shaped", it("tile.entity_interface"), "010/020", "ingotIron", it("minecraft:lead"), it("tile.inv_connector")); + add("shaped", it("tile.block_placer"), "010/232/010", "ingotIron", it("minecraft:ender_eye"), it("minecraft:piston"), it("minecraft:dispenser")); + add("shaped", it("item.portable_craft"), "021/343", it("itemPipeE"), it("itemPipeI"), it("tile.auto_craft"), "string", "slabWood"); + add("shaped", it("item.remote_inv"), "021/343", it("itemPipeE"), it("itemPipeI"), it("minecraft:ender_chest"), "string", "gemDiamond"); + + !filter recipes + add("shaped", it("item.fluid_filter"), "012", it("fluidPipeT"), it("minecraft:comparator"), it("minecraft:paper")); + add("shaped", it("item.item_filter"), "012", it("itemPipeT"), it("minecraft:comparator"), it("minecraft:paper")); + add("shaped", it("item.amount_filter"), " 3 /012", it("itemPipeT"), it("minecraft:comparator"), it("fluidPipeT"), it("minecraft:stone_pressure_plate")); + add("shaped", it("item.property_filter"), "012", it("itemPipeT"), it("minecraft:comparator"), it("minecraft:ender_eye")); + add("shaped", it("item.name_filter"), " 3 /012", it("itemPipeT"), it("minecraft:comparator"), it("fluidPipeT"), it("minecraft:sign")); + !filter settings copying recipes + add("shapedNBT", "#mode,#maxAm,#prior,#Fluids", 2 * it("item.fluid_filter"), "0/0", it("item.fluid_filter")); + add("shapedNBT", "#mode,#ore,#prior,#Items", 2 * it("item.item_filter"), "0/0", it("item.item_filter")); + add("shapedNBT", "#mode,#prior,#amount", 2 * it("item.amount_filter"), "0/0", it("item.amount_filter")); + add("shapedNBT", "#mode,#prior,#ref", 2 * it("item.property_filter"), "0/0", it("item.property_filter")); + add("shapedNBT", "#mode,#prior,#regex", 2 * it("item.name_filter"), "0/0", it("item.name_filter")); + !filter settings clearing recipes + add("shapeless", it("item.fluid_filter"), it("item.fluid_filter")); + add("shapeless", it("item.item_filter"), it("item.item_filter")); + add("shapeless", it("item.amount_filter"), it("item.amount_filter")); + add("shapeless", it("item.property_filter"), it("item.property_filter")); + add("shapeless", it("item.name_filter"), it("item.name_filter")); + + !fluid tank recipes + Loc item = it("tile.tank"), nbt = "#FluidName,#Tag,#Amount"; + add("shaped", item, "000/0 0/000", "paneGlass"); + add("shapedNBT", nbt, item:1, " 0 /010/ 0 ", "blockGlass", "ingotIron"); + add("shapedNBT", nbt, item:3, "000/010/000", "ingotGold", item:2); + add("shapedNBT", nbt, item:4, " 0 /212/ 0 ", "blockQuartz", item:3, "gemEmerald", "glowstone"); + add("shapedNBT", nbt, item:5, "000/010/000", "gemDiamond", item:4); + add("shapedNBT", nbt, item:6, "323/010/323", "netherStar", item:5, "blockLapis", "enderpearl"); + !fluid tank upgrade/downgrade recipes + for (i : 7) { + Loc pre = item:i, next = item:(i+1); + add("shapedNBT", "=FluidName,=Tag,+Amount", next, "000/0 0/000", pre); + add("shapedNBT", "#FluidName,#Tag,+Amount", 8 * pre, "0", next); + } + + !item buffer recipes + item = it("tile.buffer"); + add("shaped", item:1, "010/121/010", "stickWood", it("minecraft:iron_bars"), it("minecraft:chest")); + add("shaped", item:5, "000/010/000", "ingotIron", item:1); + add("shaped", item:9, "000/010/000", "ingotGold", item:5); + add("shaped", item:13, "202/010/202", "gemDiamond", item:9, "enderpearl"); + !item buffer upgrade/downgrade recipes + for (i : 4) { + for (j : 3) { + Loc pre = item:(i*4 + j), next = item:(i*4 + j + 1); + add("shaped", next, "00", pre); + add("shaped", 2 * pre, "0", next); + } + } +} \ No newline at end of file diff --git a/config/ceramics.cfg b/config/ceramics.cfg new file mode 100644 index 0000000..8721c4b --- /dev/null +++ b/config/ceramics.cfg @@ -0,0 +1,64 @@ +# Configuration file + +~CONFIG_VERSION: 0.1 + +barrel { + # Storage capacity for clay barrels in buckets. This determines the base and the amount each extension adds. Changing this will require breaking and replacing the barrel to update. [range: 1 ~ 100, default: 4] + I:capacityClay=4 + + # Storage capacity for porcelain barrels in buckets. This determines the base and the amount each extension adds. Changing this will require breaking and replacing the barrel to update. [range: 1 ~ 100, default: 6] + I:capacityPorcelain=6 +} + + +bucket { + # If true, the clay bucket can hold hot fluids and breaks when emptying. If false they cannot be picked up at all [default: true] + B:hotFluids=true + + # Allows the unfired clay bucket to be placed in the world, for the sake of block based kilns. Normal clay buckets remain unplaceable [default: false] + B:placeClayBucket=false + + # Allows the clay bucket to pick up sand and gravel, because why not? [default: true] + B:sand=true +} + + +enabled { + # Enables the clay armor, an early game alternative to leather [default: true] + B:armor=true + + # Enables the clay barrel, a liquid tank that can be expanded upwards [default: true] + B:barrel=true + + # Enables walls made of vanilla bricks. Mainly here if another mod provides this feature (e.g. Quark) [default: true] + B:brickWall=true + + # Enables the clay bucket, an alternative to the iron bucket that breaks from hot liquids [default: true] + B:bucket=true + + # Enables four additional decorative bricks [default: true] + B:fancyBricks=true + + # Enables porcelain, a whiter clay that produces true colors when dyed [default: true] + B:porcelain=true + + # Enables porcelain faucets and channels for moving fluids. Requires porcelain [default: true] + B:porcelainFaucet=true + + # Enables clay bricks and blocks with a rainbow animation. Includes brick slabs, stairs, and walls. [default: true] + B:rainbowClay=true + + # Allows you to create armor out of clay directly which has one durability and terriable protection. [default: true] + B:rawClayArmorEnabled=true + + # Enables the clay shears, faster than iron shears but less duribility [default: true] + B:shears=true +} + + +porcelain { + # Pulls recipes from the oredict for smelting porcelain bricks. If disabled just adds one static recipe using ceramics porcelain [default: true] + B:oredictSmelting=true +} + + diff --git a/config/chargers.cfg b/config/chargers.cfg new file mode 100644 index 0000000..08ff5dd --- /dev/null +++ b/config/chargers.cfg @@ -0,0 +1,105 @@ +# Configuration file + +general { + + ########################################################################################################## + # chargers + #--------------------------------------------------------------------------------------------------------# + # Chargers configs + ########################################################################################################## + + chargers { + + tier1 { + # The amount of energy/tick that can be inserted + # Min: 0 + # Max: 2147483647 + I:maxInput=15000 + + # The amount of energy/tick that can be extracted + # This is the max speed items would be charged at, actual speed could be slower depending on item + # Min: 0 + # Max: 2147483647 + I:maxOutput=15000 + + # The amount of energy the fast charger can hold + # Min: 0 + # Max: 2147483647 + I:storage=25000 + } + + tier2 { + # The amount of energy/tick that can be inserted + # Min: 0 + # Max: 2147483647 + I:maxInput=400000 + + # The amount of energy/tick that can be extracted + # This is the max speed items would be charged at, actual speed could be slower depending on item + # Min: 0 + # Max: 2147483647 + I:maxOutput=450000 + + # The amount of energy the fast charger can hold + # Min: 0 + # Max: 2147483647 + I:storage=500000 + } + + tier3 { + # The amount of energy/tick that can be inserted + # Min: 0 + # Max: 2147483647 + I:maxInput=900000 + + # The amount of energy/tick that can be extracted + # This is the max speed items would be charged at, actual speed could be slower depending on item + # Min: 0 + # Max: 2147483647 + I:maxOutput=1500000 + + # The amount of energy the fast charger can hold + # Min: 0 + # Max: 2147483647 + I:storage=25000000 + } + + wireless { + # The amount of energy/tick that can be inserted + # Min: 0 + # Max: 2147483647 + I:wirelessMaxInput=25000 + + # The amount of energy/tick that can be extracted + # This is the max speed items would be charged at, actual speed could be slower depending on item + # Min: 0 + # Max: 2147483647 + I:wirelessMaxOutput=25000 + + # The range from the charger that item will be charged + # Min: 1 + # Max: 100 + I:wirelessRange=24 + + # The amount of energy the fast charger can hold + # Min: 0 + # Max: 2147483647 + I:wirelessStorage=200000 + } + + } + + ########################################################################################################## + # compat + #--------------------------------------------------------------------------------------------------------# + # Compat configs + ########################################################################################################## + + compat { + # If baubles compat should be enabled + B:baublesCompat=true + } + +} + + diff --git a/config/chisel.cfg b/config/chisel.cfg new file mode 100644 index 0000000..c51a8b8 --- /dev/null +++ b/config/chisel.cfg @@ -0,0 +1,201 @@ +# 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 +} + + +block { + S:getRoadLineTool=pickaxe + I:roadLineToolLevel=0 + B:useRoadLineTool=false +} + + +chisel { + B:allowChiselCrossColors=true + + # 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=5000 + + # 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=10000 + + # 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=500 +} + + +client { + B:imTooGoodForBlockDescriptions=false + + # 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:autochisel=true + B:basalt=true + B:bloodMagic=false + B:bookshelf=true + B:bricks=true + B:bronze=true + B:brownstone=true + B:carpet=true + B:charcoal=true + B:chisel=true + B:cloud=false + B:coal=true + B:coalCoke=false + 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=false + 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=false + 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:silver=true + B:steel=true + B:stonebrick=true + B:technical=true + B:temple=true + B:tin=true + B:tyrian=true + B:uranium=false + B:valentines=false + B:voidstone=true + B:waterstone=true + B:wool=false +} + + +general { + # If true, you can chisel stone brick to mossy stone brick. + B:allowBrickToMossyInChisel=false + 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 + B:doesCloudRenderLikeGhost=true +} + + +hexcolors { + S:hexblack=#f0f0f0 + S:hexblue=#decf2a + S:hexbrown=#6689d3 + S:hexcyan=#d88198 + S:hexgray=#ababab + S:hexgreen=#c354cd + S:hexlight_blue=#51301a + S:hexlime=#7b2fbe + S:hexmagenta=#3b511a + S:hexorange=#b3312c + S:hexpink=#287697 + S:hexpurple=#41cd34 + S:hexred=#eb8844 + S:hexsilver=#434343 + S:hexwhite=#1e1b1b + S:hexyellow=#253192 +} + + +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/chiselsandbits.cfg b/config/chiselsandbits.cfg new file mode 100644 index 0000000..f35f464 --- /dev/null +++ b/config/chiselsandbits.cfg @@ -0,0 +1,623 @@ +# Configuration file + +"balance settings" { + I:bagStackSize=2048 + D:bitLightPercentage=6.25 + B:blacklistTickingBlocks=true + B:compatabilityMode=true + B:damageTools=true + I:diamondChiselUses=796480 + I:diamondSawUses=7980 + B:enableBitLightSource=true + B:enableChiselToolHarvestCheck=true + S:enableChiselToolHarvestCheckTools=pickaxe,axe,shovel + B:enableSetBitCommand=false + B:enableToolHarvestLevels=true + B:fullBlockCrafting=true + I:goldChiselUses=1024 + I:ironChiselUses=293440 + D:maxDrawnRegionSize=4.0 + B:requireBagSpace=false + I:stoneChiselUses=8384 + B:voidExcessBits=false + I:wrenchUses=1888 +} + + +"client performance settings" { + B:defaultToDynamicRenderer=false + I:dynamicMaxConcurrentTessalators=32 + I:dynamicModelFaceCount=40 + B:dynamicModelMinimizeLatancy=true + I:dynamicModelRange=128 + B:dynamicRenderFullChunksOnly=true + B:forceDynamicRenderer=false + I:maxMillisecondsPerBlock=10 + I:maxMillisecondsUploadingPerFrame=15 + I:minimizeLatancyMaxTime=100 + S:useVBO=AUTOMATIC +} + + +"client settings" { + B:addBrokenBlocksToCreativeClipboard=true + B:chatModeNotification=false + I:creativeClipboardSize=32 + B:displayMeasuringTapeInChat=false + B:enableChiselMode_ConnectedMaterial=true + B:enableChiselMode_ConnectedPlane=true + B:enableChiselMode_DrawnRegion=true + B:enableChiselMode_LargeCube=true + B:enableChiselMode_Line=true + B:enableChiselMode_MediumCube=true + B:enableChiselMode_Plane=true + B:enableChiselMode_SameMaterial=true + B:enableChiselMode_SmallCube=true + B:enableChiselMode_Snap2=true + B:enableChiselMode_Snap4=true + B:enableChiselMode_Snap8=true + B:enablePositivePatternMode_Additive=true + B:enablePositivePatternMode_Impose=true + B:enablePositivePatternMode_Placement=true + B:enablePositivePatternMode_Replace=true + B:enableRightClickModeChange=false + B:enableTapeMeasure_Bit=true + B:enableTapeMeasure_Block=true + B:enableTapeMeasure_Distance=true + B:enableToolbarIcons=true + B:fluidBitsAreClickThrough=true + B:invertBitBagFullness=false + B:itemNameModeDisplay=true + I:maxTapeMeasures=5 + I:maxUndoLevel=32 + B:perChiselMode=true + B:persistCreativeClipboard=true + D:radialMenuVolume=0.10000000149011612 + B:showUsage=true +} + + +crafting { + B:enableChiselCrafting=true + B:enableNegativePrintInversionCrafting=true + B:enablePositivePrintCrafting=true + B:enableStackableCrafting=true +} + + +"enabled blocks" { + B:WayofTime.bloodmagic.block.BlockBloodRune=true + B:WayofTime.bloodmagic.block.BlockDecorative=true + B:WayofTime.bloodmagic.block.BlockDemonBase=true + B:WayofTime.bloodmagic.block.BlockDemonLight=true + B:WayofTime.bloodmagic.block.BlockDemonPillarBase=true + B:WayofTime.bloodmagic.block.BlockDemonPillarCapBase=true + B:WayofTime.bloodmagic.block.BlockPath=true + B:WayofTime.bloodmagic.block.BlockRitualStone=true + B:appeng.block.misc.BlockQuartzFixture=true + B:appeng.block.misc.BlockTinyTNT=true + B:appeng.decorative.solid.BlockChargedQuartzOre=true + B:appeng.decorative.solid.BlockChiseledQuartz=true + B:appeng.decorative.solid.BlockFluix=true + B:appeng.decorative.solid.BlockQuartz=true + B:appeng.decorative.solid.BlockQuartzGlass=true + B:appeng.decorative.solid.BlockQuartzLamp=true + B:appeng.decorative.solid.BlockQuartzOre=true + B:appeng.decorative.solid.BlockQuartzPillar=true + B:appeng.decorative.solid.BlockSkyStone=true + B:betterwithaddons.block.BetterRedstone.BlockPCB=true + B:betterwithaddons.block.BlockColoredBrick=true + B:betterwithaddons.block.BlockModLog=true + B:betterwithaddons.block.BlockModPlanks=true + B:betterwithaddons.block.BlockPavement=true + B:betterwithaddons.block.BlockRedstoneEmitter=true + B:betterwithaddons.block.BlockSoap=true + B:betterwithaddons.block.BlockTermiteLog=true + B:betterwithaddons.block.BlockWhiteBrick=true + B:betterwithaddons.block.BlockWorldScale=true + B:betterwithaddons.block.BlockWorldScaleOre=true + B:betterwithaddons.block.EriottoMod.BlockIronSand=true + B:betterwithaddons.block.EriottoMod.BlockKera=true + B:betterwithmods.common.blocks.BlockAesthetic=true + B:betterwithmods.common.blocks.BlockBUD=true + B:betterwithmods.common.blocks.BlockBrokenGearbox=true + B:betterwithmods.common.blocks.BlockCobble=true + B:betterwithmods.common.blocks.BlockNetherClay=true + B:betterwithmods.common.blocks.BlockSteel=true + B:betterwithmods.common.blocks.BlockStump=true + B:betterwithmods.common.blocks.BlockWolf=true + B:"blusunrize.immersiveengineering.common.IEContent$1"=true + B:blusunrize.immersiveengineering.common.blocks.BlockIEBase=true + B:blusunrize.immersiveengineering.common.blocks.metal.BlockMetalDecoration0=true + B:buildcraft.core.block.BlockDecoration=true + B:c0_0ry.ferdinandsflowers.blocks.BlockCobbleLight=true + B:c0_0ry.ferdinandsflowers.blocks.BlockDirtLight=true + B:c0_0ry.ferdinandsflowers.blocks.BlockDyeBrick=true + B:c0_0ry.ferdinandsflowers.blocks.BlockDyeBrickB=true + B:c0_0ry.ferdinandsflowers.blocks.BlockGravelLight=true + B:c0_0ry.ferdinandsflowers.blocks.BlockLogLight=true + B:c0_0ry.ferdinandsflowers.blocks.BlockMetalLight=true + B:c0_0ry.ferdinandsflowers.blocks.BlockPlankLight=true + B:c0_0ry.ferdinandsflowers.blocks.BlockSandLight=true + B:c0_0ry.ferdinandsflowers.blocks.BlockStoneBrickLight=true + B:c0_0ry.ferdinandsflowers.blocks.BlockStoneLight=true + B:cavern.block.BlockCave=true + B:cavern.block.BlockLogPerverted=true + B:cavern.block.BlockSlipperyIce=true + B:com.Da_Technomancer.crossroads.blocks.BasicBlock=true + B:com.Da_Technomancer.crossroads.blocks.DetailedCrafter=true + B:com.Da_Technomancer.crossroads.blocks.MultiPistonBase=true + B:"com.Da_Technomancer.crossroads.items.itemSets.OreSetup$1"=true + B:"com.Da_Technomancer.crossroads.items.itemSets.OreSetup$2"=true + B:"com.Da_Technomancer.crossroads.items.itemSets.OreSetup$3"=true + B:"com.Da_Technomancer.crossroads.items.itemSets.OreSetup$4"=true + B:"com.Da_Technomancer.crossroads.items.itemSets.OreSetup$5"=true + B:"com.Da_Technomancer.crossroads.items.itemSets.OreSetup$6"=true + B:"com.Da_Technomancer.crossroads.items.itemSets.OreSetup$7"=true + B:com.blakebr0.extendedcrafting.block.BlockBasic=true + B:com.blakebr0.extendedcrafting.block.BlockStorage=true + B:com.blakebr0.extendedcrafting.block.BlockTrimmed=true + B:com.blakebr0.mysticalagradditions.blocks.BlockSpecial=true + B:com.blakebr0.mysticalagradditions.blocks.BlockStorage=true + B:com.blakebr0.mysticalagriculture.blocks.BlockAccelerator=true + B:com.blakebr0.mysticalagriculture.blocks.BlockEssenceCoal=true + B:com.blakebr0.mysticalagriculture.blocks.BlockIngotStorage=true + B:com.blakebr0.mysticalagriculture.blocks.BlockStorage=true + B:com.blakebr0.mysticalagriculture.blocks.BlockWitherproofBlock=true + B:com.blakebr0.mysticalagriculture.blocks.ore.BlockInferiumOre=true + B:com.blakebr0.mysticalagriculture.blocks.ore.BlockProsperityOre=true + B:com.blakebr0.mysticalagriculture.blocks.soulstone.BlockSoulstone=true + B:com.blakebr0.pickletweaks.feature.block.BlockColoredCobblestone=true + B:com.cjm721.overloaded.block.basic.BlockNetherStar=true + B:com.cjm721.overloaded.block.compressed.BlockCompressed=true + B:com.cobbs.omegacraft.Blocks.BeaconBlock=true + B:com.cobbs.omegacraft.Blocks.Machines.chassisBlock=true + B:com.cobbs.omegacraft.Blocks.basicBlock=true + B:com.direwolf20.buildinggadgets.common.blocks.ConstructionBlockDense=true + B:com.elytradev.davincisvessels.common.object.block.BlockAS=true + B:com.elytradev.davincisvessels.common.object.block.BlockRecolourable=true + B:com.ewyboy.bibliotheca.common.block.BlockBase=true + B:com.ewyboy.cultivatedtech.common.blocks.BlockHemp=true + B:com.ewyboy.cultivatedtech.common.blocks.BlockIndustrialDirt=true + B:com.jaquadro.minecraft.gardenstuff.block.BlockMetalMaterial=true + B:com.jaquadro.minecraft.gardenstuff.block.BlockStoneMaterial=true + B:com.jaquadro.minecraft.storagedrawers.block.BlockTrim=true + B:com.jaquadro.minecraft.storagedrawersextra.block.BlockTrimExtra=true + B:com.karjah.bedrockbgone.common.block.blocks.BlockBetterBedrock=true + B:com.kashdeya.tinyprogressions.blocks.EnderOre=true + B:com.kashdeya.tinyprogressions.blocks.compressed.BoneBlock=true + B:com.kashdeya.tinyprogressions.blocks.compressed.CharcoalBlock=true + B:com.kashdeya.tinyprogressions.blocks.compressed.FleshBlock=true + B:com.kashdeya.tinyprogressions.blocks.compressed.FlintBlock=true + B:com.kashdeya.tinyprogressions.blocks.compressed.NetherStarBlock=true + B:com.kashdeya.tinyprogressions.blocks.decorations.AndesiteBrick=true + B:com.kashdeya.tinyprogressions.blocks.decorations.DioriteBrick=true + B:com.kashdeya.tinyprogressions.blocks.decorations.GraniteBrick=true + B:com.kashdeya.tinyprogressions.blocks.decorations.SmoothEndStone=true + B:com.kashdeya.tinyprogressions.blocks.reinforced.ReinforcedObsidian=true + B:com.lothrazar.cyclicmagic.block.BlockDimensionOre=true + B:com.lothrazar.cyclicmagic.block.BlockSoundSuppress=true + B:com.lothrazar.cyclicmagic.block.enchantlibrary.BlockLibraryController=true + B:com.lothrazar.cyclicmagic.block.enchantlibrary.ctrl.BlockLibraryController=true + B:com.lothrazar.cyclicmagic.component.library.BlockLibraryController=true + B:com.mjr.extraplanets.blocks.BlockBasicValuable=true + B:com.mjr.extraplanets.blocks.BlockCakeBlocks=true + B:com.mjr.extraplanets.blocks.BlockCandyBlocks=true + B:com.mjr.extraplanets.blocks.BlockCandyBlocksHorizontal=true + B:com.mjr.extraplanets.blocks.BlockDecorativeBlocks=true + B:com.mjr.extraplanets.blocks.BlockDecorativeBlocks2=true + B:com.mjr.extraplanets.blocks.BlockSand=true + B:com.mjr.extraplanets.blocks.planetAndMoonBlocks.BlockBasicCallisto=true + B:com.mjr.extraplanets.blocks.planetAndMoonBlocks.BlockBasicCeres=true + B:com.mjr.extraplanets.blocks.planetAndMoonBlocks.BlockBasicDeimos=true + B:com.mjr.extraplanets.blocks.planetAndMoonBlocks.BlockBasicEris=true + B:com.mjr.extraplanets.blocks.planetAndMoonBlocks.BlockBasicEuropa=true + B:com.mjr.extraplanets.blocks.planetAndMoonBlocks.BlockBasicGanymede=true + B:com.mjr.extraplanets.blocks.planetAndMoonBlocks.BlockBasicIapetus=true + B:com.mjr.extraplanets.blocks.planetAndMoonBlocks.BlockBasicIo=true + B:com.mjr.extraplanets.blocks.planetAndMoonBlocks.BlockBasicJupiter=true + B:com.mjr.extraplanets.blocks.planetAndMoonBlocks.BlockBasicKepler22b=true + B:com.mjr.extraplanets.blocks.planetAndMoonBlocks.BlockBasicMercury=true + B:com.mjr.extraplanets.blocks.planetAndMoonBlocks.BlockBasicNeptune=true + B:com.mjr.extraplanets.blocks.planetAndMoonBlocks.BlockBasicOberon=true + B:com.mjr.extraplanets.blocks.planetAndMoonBlocks.BlockBasicPhobos=true + B:com.mjr.extraplanets.blocks.planetAndMoonBlocks.BlockBasicPluto=true + B:com.mjr.extraplanets.blocks.planetAndMoonBlocks.BlockBasicRhea=true + B:com.mjr.extraplanets.blocks.planetAndMoonBlocks.BlockBasicSaturn=true + B:com.mjr.extraplanets.blocks.planetAndMoonBlocks.BlockBasicTitan=true + B:com.mjr.extraplanets.blocks.planetAndMoonBlocks.BlockBasicTitania=true + B:com.mjr.extraplanets.blocks.planetAndMoonBlocks.BlockBasicTriton=true + B:com.mjr.extraplanets.blocks.planetAndMoonBlocks.BlockBasicUranus=true + B:com.mjr.extraplanets.blocks.planetAndMoonBlocks.Kepler22b.BlockBasicKepler22bPlanks=true + B:com.mjr.extraplanets.blocks.planetAndMoonBlocks.Kepler22b.BlockKepler22bMapleTreeLog=true + B:com.mjr.extraplanets.blocks.planetAndMoonBlocks.Kepler22b.BlockKepler22bMapleTreeLog2=true + B:com.mjr.mjrlegendslib.block.BlockBasic=true + B:com.mjr.mjrlegendslib.block.BlockBasicGravel=true + B:com.momnop.simplyconveyors.common.blocks.base.BlockBasic=true + B:com.momnop.simplyconveyors.common.blocks.base.BlockFoliageColored=true + B:com.momnop.simplyconveyors.common.blocks.roads.BlockConnectingColored=true + B:com.oitsjustjose.geolosys.blocks.BlockOre=true + B:com.oitsjustjose.geolosys.blocks.BlockOreVanilla=true + B:com.oitsjustjose.geolosys.common.blocks.BlockOre=true + B:com.oitsjustjose.geolosys.common.blocks.BlockOreVanilla=true + B:com.pengu.hammercore.common.blocks.BlockChunkLoader=true + B:com.progwml6.natura.decorative.block.bookshelves.BlockNetherBookshelves=true + B:com.progwml6.natura.decorative.block.bookshelves.BlockOverworldBookshelves=true + B:com.progwml6.natura.decorative.block.workbenches.BlockNetherWorkbenches=true + B:com.progwml6.natura.decorative.block.workbenches.BlockOverworldWorkbenches=true + B:com.progwml6.natura.nether.block.logs.BlockNetherLog=true + B:com.progwml6.natura.nether.block.logs.BlockNetherLog2=true + B:com.progwml6.natura.nether.block.obelisk.BlockRespawnObelisk=true + B:com.progwml6.natura.nether.block.planks.BlockNetherPlanks=true + B:com.progwml6.natura.nether.block.soil.BlockTaintedSoil=true + B:com.progwml6.natura.overworld.block.grass.BlockColoredGrass=true + B:com.progwml6.natura.overworld.block.logs.BlockOverworldLog=true + B:com.progwml6.natura.overworld.block.logs.BlockOverworldLog2=true + B:com.progwml6.natura.overworld.block.logs.BlockRedwoodLog=true + B:com.progwml6.natura.overworld.block.planks.BlockOverworldPlanks=true + B:com.raoulvdberge.refinedstorage.block.BlockMachineCasing=true + B:com.raoulvdberge.refinedstorage.block.BlockQuartzEnrichedIron=true + B:com.shinoow.abyssalcraft.common.blocks.BlockACBasic=true + B:com.shinoow.abyssalcraft.common.blocks.BlockACBrick=true + B:com.shinoow.abyssalcraft.common.blocks.BlockACCobblestone=true + B:com.shinoow.abyssalcraft.common.blocks.BlockACLog=true + B:com.shinoow.abyssalcraft.common.blocks.BlockACOre=true + B:com.shinoow.abyssalcraft.common.blocks.BlockACStone=true + B:com.shinoow.abyssalcraft.common.blocks.BlockAbyssalSand=true + B:com.shinoow.abyssalcraft.common.blocks.BlockAbyssalSandGlass=true + B:com.shinoow.abyssalcraft.common.blocks.BlockCalcifiedStone=true + B:com.shinoow.abyssalcraft.common.blocks.BlockDreadlandsDirt=true + B:com.shinoow.abyssalcraft.common.blocks.BlockEthaxiumPillar=true + B:com.shinoow.abyssalcraft.common.blocks.BlockFusedAbyssalSand=true + B:com.shinoow.abyssalcraft.common.blocks.BlockSolidLava=true + B:com.shinoow.abyssalcraft.common.blocks.IngotBlock=true + B:com.svennieke.MundaneRedstone.blocks.BlockMundaneRedstone=true + B:com.teamwizardry.wizardry.common.block.BlockNacre=true + B:com.teamwizardry.wizardry.common.block.BlockNacreBrick=true + B:com.teamwizardry.wizardry.common.block.wisdomwood.BlockWisdomWoodLog=true + B:com.teamwizardry.wizardry.common.block.wisdomwood.BlockWisdomWoodPigmentedPlanks=true + B:com.teamwizardry.wizardry.common.block.wisdomwood.BlockWisdomWoodPlanks=true + B:com.theprogrammingturkey.gobblecore.blocks.BaseBlock=true + B:com.valkyrieofnight.et.base.block.ETBlockStandard=true + B:com.valkyrieofnight.et.m_resources.block.ETRBlockDecorativeOD=true + B:com.valkyrieofnight.et.m_resources.block.ETRBlockOre=true + B:com.valkyrieofnight.valkyrielib.block.VLBlockStandard=true + B:com.wynprice.betterunderground.BlockFossils=true + B:"com.zpig333.runesofwizardry.api.DustRegistry$3"=true + B:com.zpig333.runesofwizardry.block.BlockLavastone_bricks=true + B:de.ellpeck.actuallyadditions.mod.blocks.BlockColoredLamp=true + B:de.ellpeck.actuallyadditions.mod.blocks.BlockCrystal=true + B:de.ellpeck.actuallyadditions.mod.blocks.BlockGeneric=true + B:de.ellpeck.actuallyadditions.mod.blocks.BlockLampPowerer=true + B:de.ellpeck.actuallyadditions.mod.blocks.BlockMisc=true + B:de.maxhenkel.car.blocks.BlockCarWorkshopOutter=true + B:de.maxhenkel.car.blocks.BlockTar=true + B:ferro2000.immersivetech.common.blocks.stone.BlockStoneDecoration=true + B:fi.dy.masa.autoverse.block.BlockSensor=true + B:fi.dy.masa.enderutilities.block.BlockMolecularExciter=true + B:fi.dy.masa.enderutilities.block.BlockPhasing=true + B:flaxbeard.immersivepetroleum.common.blocks.BlockIPBase=true + B:glowing_dirtstone_reborn.blocks.BlockGlowingDirtstone=true + B:hellfirepvp.astralsorcery.common.block.BlockBlackMarble=true + B:hellfirepvp.astralsorcery.common.block.BlockCustomOre=true + B:hellfirepvp.astralsorcery.common.block.BlockCustomSandOre=true + B:hellfirepvp.astralsorcery.common.block.BlockInfusedWood=true + B:hellfirepvp.astralsorcery.common.block.BlockMarble=true + B:ivorius.reccomplex.block.BlockGenericSolid=true + B:knightminer.ceramics.blocks.BlockClayHard=true + B:knightminer.ceramics.blocks.BlockClayRainbow=true + B:knightminer.ceramics.blocks.BlockClaySoft=true + B:knightminer.ceramics.blocks.BlockStained=true + B:mcjty.rftools.blocks.MachineBase=true + B:mcjty.rftools.blocks.MachineFrame=true + B:mcjty.rftools.blocks.ores.DimensionalShardBlock=true + B:mcjty.rftools.blocks.teleporter.DestinationAnalyzerBlock=true + B:mcjty.rftools.blocks.teleporter.MatterBoosterBlock=true + B:mcjty.xnet.blocks.redstoneproxy.RedstoneProxyBlock=true + B:mcjty.xnet.blocks.redstoneproxy.RedstoneProxyUBlock=true + B:"mekanism.common.block.BlockBasic$1"=true + B:mekanism.common.block.BlockOre=true + B:mekanism.common.block.BlockPlastic=true + B:mekanism.common.block.BlockSalt=true + B:micdoodle8.mods.galacticraft.core.blocks.BlockBasic=true + B:micdoodle8.mods.galacticraft.core.blocks.BlockBasicMoon=true + B:micdoodle8.mods.galacticraft.core.blocks.BlockConcealedRedstone=true + B:micdoodle8.mods.galacticraft.core.blocks.BlockConcealedRepeater=true + B:micdoodle8.mods.galacticraft.planets.asteroids.blocks.BlockBasicAsteroids=true + B:micdoodle8.mods.galacticraft.planets.mars.blocks.BlockBasicMars=true + B:micdoodle8.mods.galacticraft.planets.venus.blocks.BlockBasicVenus=true + B:mob_grinding_utils.blocks.BlockDarkOakStone=true + B:mob_grinding_utils.blocks.BlockDragonMuffler=true + B:mob_grinding_utils.blocks.BlockWitherMuffler=true + B:mod.flatcoloredblocks.block.BlockFlatColored=true + B:mod.flatcoloredblocks.block.BlockFlatColoredTranslucent=true + B:net.blay09.mods.cookingforblockheads.block.BlockKitchenFloor=true + B:net.darkhax.darkutils.features.material.BlockWitherDust=true + B:net.darkhax.darkutils.features.shulkerpearl.BlockShulkerPearl=true + B:net.darkhax.huntingdim.block.BlockHuntingFrame=true + B:net.minecraft.block.Block=true + B:net.minecraft.block.BlockBone=true + B:net.minecraft.block.BlockBookshelf=true + B:net.minecraft.block.BlockClay=true + B:net.minecraft.block.BlockColored=true + B:net.minecraft.block.BlockCompressedPowered=true + B:net.minecraft.block.BlockConcretePowder=true + B:net.minecraft.block.BlockDirt=true + B:net.minecraft.block.BlockGlass=true + B:net.minecraft.block.BlockGlazedTerracotta=true + B:net.minecraft.block.BlockGlowstone=true + B:net.minecraft.block.BlockGrass=true + B:net.minecraft.block.BlockGravel=true + B:net.minecraft.block.BlockHardenedClay=true + B:net.minecraft.block.BlockHay=true + B:net.minecraft.block.BlockIce=true + B:net.minecraft.block.BlockMelon=true + B:net.minecraft.block.BlockMycelium=true + B:net.minecraft.block.BlockNetherBrick=true + B:net.minecraft.block.BlockNetherrack=true + B:net.minecraft.block.BlockNewLeaf=true + B:net.minecraft.block.BlockNewLog=true + B:net.minecraft.block.BlockObserver=true + B:net.minecraft.block.BlockObsidian=true + B:net.minecraft.block.BlockOldLeaf=true + B:net.minecraft.block.BlockOldLog=true + B:net.minecraft.block.BlockOre=true + B:net.minecraft.block.BlockPackedIce=true + B:net.minecraft.block.BlockPlanks=true + B:net.minecraft.block.BlockPrismarine=true + B:net.minecraft.block.BlockQuartz=true + B:net.minecraft.block.BlockRedSandstone=true + B:net.minecraft.block.BlockRedstoneLight=true + B:net.minecraft.block.BlockRedstoneOre=true + B:net.minecraft.block.BlockRotatedPillar=true + B:net.minecraft.block.BlockSand=true + B:net.minecraft.block.BlockSandStone=true + B:net.minecraft.block.BlockSeaLantern=true + B:net.minecraft.block.BlockSilverfish=true + B:net.minecraft.block.BlockSlime=true + B:net.minecraft.block.BlockSnowBlock=true + B:net.minecraft.block.BlockSponge=true + B:net.minecraft.block.BlockStainedGlass=true + B:net.minecraft.block.BlockStainedHardenedClay=true + B:net.minecraft.block.BlockStone=true + B:net.minecraft.block.BlockStoneBrick=true + B:net.minecraft.block.BlockWorkbench=true + B:nex.block.BlockAmethyst=true + B:nex.block.BlockAmethystOre=true + B:nex.block.BlockBasalt=true + B:nex.block.BlockElderMushroomCap=true + B:nex.block.BlockElderMushroomStem=true + B:nex.block.BlockHyphae=true + B:nex.block.BlockNetherBrick=true + B:nex.block.BlockNetherrack=true + B:nex.block.BlockQuartzOre=true + B:nex.block.BlockRime=true + B:nex.block.BlockRimeOre=true + B:nex.block.BlockWornIron=true + B:nmd.primal.core.common.blocks.ores.EarthWax=true + B:nmd.primal.core.common.blocks.ores.SaltOre=true + B:nmd.primal.core.common.blocks.ores.Satetsu=true + B:nmd.primal.core.common.blocks.ores.TerraClay=true + B:nmd.primal.core.common.blocks.plants.trees.TreeLog=true + B:nmd.primal.core.common.blocks.plants.trees.TreePlanks=true + B:nmd.primal.core.common.blocks.plants.wood.TreeLog=true + B:nmd.primal.core.common.blocks.plants.wood.WoodPlanks=true + B:nmd.primal.core.common.blocks.redstone.RedstoneSand=true + B:nmd.primal.core.common.blocks.soil.AshBlock=true + B:nmd.primal.core.common.blocks.soil.AshStabilized=true + B:nmd.primal.core.common.blocks.soil.EarthWax=true + B:nmd.primal.core.common.blocks.soil.NetherEarth=true + B:nmd.primal.core.common.blocks.soil.Satetsu=true + B:nmd.primal.core.common.blocks.soil.SoilBrickType=true + B:nmd.primal.core.common.blocks.soil.Solum=true + B:nmd.primal.core.common.blocks.soil.TerraClay=true + B:nmd.primal.core.common.blocks.stone.AdobeBrick=true + B:nmd.primal.core.common.blocks.stone.Desiccated=true + B:nmd.primal.core.common.blocks.stone.Hardened=true + B:nmd.primal.core.common.blocks.stone.MetalBlock=true + B:nmd.primal.core.common.blocks.stone.NightStone=true + B:nmd.primal.core.common.blocks.stone.OreDensity=true + B:nmd.primal.core.common.blocks.stone.SaltOre=true + B:nmd.primal.core.common.blocks.stone.Saxum=true + B:nmd.primal.core.common.blocks.stone.StoneBlocks=true + B:nmd.primal.core.common.blocks.stone.StoneBrickType=true + B:nmd.primal.magnum.common.blocks.GraveSoil=true + B:"org.cyclops.integrateddynamics.block.BlockCrystalizedChorusBlockConfig$1"=true + B:"org.cyclops.integrateddynamics.block.BlockCrystalizedChorusBrickConfig$1"=true + B:"org.cyclops.integrateddynamics.block.BlockCrystalizedMenrilBlockConfig$1"=true + B:"org.cyclops.integrateddynamics.block.BlockCrystalizedMenrilBrickConfig$1"=true + B:org.cyclops.integrateddynamics.block.BlockLogicProgrammer=true + B:org.cyclops.integrateddynamics.block.BlockMenrilLog=true + B:org.cyclops.integrateddynamics.block.BlockMenrilLogFilled=true + B:"org.cyclops.integrateddynamics.block.BlockMenrilPlanksConfig$1"=true + B:org.dave.compactmachines3.block.BlockWallBreakable=true + B:org.halvors.nuclearphysics.common.block.debug.BlockCreativeBuilder=true + B:pokefenn.totemic.block.BlockCedarLog=true + B:pokefenn.totemic.block.BlockCedarPlank=true + B:primal_tech.blocks.BlockCharcoal=true + B:primal_tech.blocks.BlockFlint=true + B:prospector.traverse.blocks.base.BlockTraverse=true + B:prospector.traverse.blocks.base.BlockTraverseWoodLog=true + B:prospector.traverse.blocks.base.BlockTraverseWoodPlanks=true + B:rustic.common.blocks.BlockBase=true + B:rustic.common.blocks.BlockClayWallDiag=true + B:rustic.common.blocks.BlockFertileSoil=true + B:rustic.common.blocks.BlockLogRustic=true + B:rustic.common.blocks.BlockPillar=true + B:rustic.common.blocks.BlockPlanksRustic=true + B:shadows.fastbench.block.BlockFastBench=true + B:slimeknights.tconstruct.gadgets.block.BlockBrownstone=true + B:slimeknights.tconstruct.gadgets.block.BlockDriedClay=true + B:slimeknights.tconstruct.shared.block.BlockClearGlass=true + B:slimeknights.tconstruct.shared.block.BlockClearStainedGlass=true + B:slimeknights.tconstruct.shared.block.BlockDecoGround=true + B:slimeknights.tconstruct.shared.block.BlockFirewood=true + B:slimeknights.tconstruct.shared.block.BlockMetal=true + B:slimeknights.tconstruct.shared.block.BlockOre=true + B:slimeknights.tconstruct.shared.block.BlockSlime=true + B:slimeknights.tconstruct.shared.block.BlockSlimeCongealed=true + B:slimeknights.tconstruct.shared.block.BlockSoil=true + B:slimeknights.tconstruct.smeltery.block.BlockSeared=true + B:slimeknights.tconstruct.world.block.BlockSlimeDirt=true + B:slimeknights.tconstruct.world.block.BlockSlimeLeaves=true + B:"team.chisel.Features$30$1"=true + B:"team.chisel.Features$31$1"=true + B:"team.chisel.Features$32$1"=true + B:"team.chisel.Features$33$1"=true + B:"team.chisel.Features$36$1"=true + B:"team.chisel.Features$37$1"=true + B:"team.chisel.Features$48$1"=true + B:"team.chisel.Features$49$1"=true + B:"team.chisel.Features$56$1"=true + B:"team.chisel.Features$57$1"=true + B:"team.chisel.Features$6$1"=true + B:"team.chisel.Features$7$1"=true + B:"team.chisel.Features$72"=true + B:"team.chisel.Features$73"=true + B:"team.chisel.Features$9$1"=true + B:team.chisel.common.block.BlockCarvable=true + B:team.chisel.common.block.BlockCarvableCarpet=true + B:team.chisel.common.block.BlockCarvableTranquility=true + B:thebetweenlands.common.block.BasicBlock=true + B:thebetweenlands.common.block.misc.BlockOctine=true + B:thebetweenlands.common.block.plant.BlockBulbCappedMushroomStalk=true + B:thebetweenlands.common.block.structure.BlockBeamTube=true + B:thebetweenlands.common.block.structure.BlockCarvedMudBrick=true + B:thebetweenlands.common.block.structure.BlockMudBricks=true + B:thebetweenlands.common.block.structure.BlockMudTiles=true + B:thebetweenlands.common.block.structure.BlockPortalFrame=true + B:thebetweenlands.common.block.structure.BlockRottenBarkCarved=true + B:thebetweenlands.common.block.structure.BlockWormDungeonPillar=true + B:thebetweenlands.common.block.terrain.BlockBetweenlandsBedrock=true + B:thebetweenlands.common.block.terrain.BlockCircleGem=true + B:thebetweenlands.common.block.terrain.BlockGenericCollapsing=true + B:thebetweenlands.common.block.terrain.BlockGenericOre=true + B:thebetweenlands.common.block.terrain.BlockGenericStone=true + B:thebetweenlands.common.block.terrain.BlockGiantRoot=true + B:thebetweenlands.common.block.terrain.BlockHearthgroveLog=true + B:thebetweenlands.common.block.terrain.BlockLogBetweenlands=true + B:thebetweenlands.common.block.terrain.BlockLogSap=true + B:thebetweenlands.common.block.terrain.BlockRottenLog=true + B:thebetweenlands.common.block.terrain.BlockSwampDirt=true + B:"thebetweenlands.common.registries.BlockRegistry$1"=true + B:"thebetweenlands.common.registries.BlockRegistry$13"=true + B:"thebetweenlands.common.registries.BlockRegistry$2"=true + B:"thebetweenlands.common.registries.BlockRegistry$3"=true + B:"thebetweenlands.common.registries.BlockRegistry$4"=true + B:"thebetweenlands.common.registries.BlockRegistry$5"=true + B:twilightforest.block.BlockTFAuroraBrick=true + B:twilightforest.block.BlockTFAuroraPillar=true + B:twilightforest.block.BlockTFCastleBlock=true + B:twilightforest.block.BlockTFCastleDoor=true + B:twilightforest.block.BlockTFCastleMagic=true + B:twilightforest.block.BlockTFCastlePillar=true + B:twilightforest.block.BlockTFCinderFurnace=true + B:twilightforest.block.BlockTFCinderLog=true + B:twilightforest.block.BlockTFCompressed=true + B:twilightforest.block.BlockTFDarkLeaves=true + B:twilightforest.block.BlockTFDeadrock=true + B:twilightforest.block.BlockTFFluffyCloud=true + B:twilightforest.block.BlockTFGiantCobble=true + B:twilightforest.block.BlockTFGiantLog=true + B:twilightforest.block.BlockTFGiantObsidian=true + B:twilightforest.block.BlockTFHugeStalk=true + B:twilightforest.block.BlockTFLapisBlock=true + B:twilightforest.block.BlockTFLog=true + B:twilightforest.block.BlockTFMagicLog=true + B:twilightforest.block.BlockTFMagicLogSpecial=true + B:twilightforest.block.BlockTFMazestone=true + B:twilightforest.block.BlockTFNagastone=true + B:twilightforest.block.BlockTFNagastoneEtched=true + B:twilightforest.block.BlockTFNagastonePillar=true + B:twilightforest.block.BlockTFRoots=true + B:twilightforest.block.BlockTFShield=true + B:twilightforest.block.BlockTFTowerDevice=true + B:twilightforest.block.BlockTFTowerWood=true + B:twilightforest.block.BlockTFTrollSteinn=true + B:twilightforest.block.BlockTFUncraftingTable=true + B:twilightforest.block.BlockTFUnderBrick=true + B:vazkii.quark.automation.block.BlockSugar=true + B:vazkii.quark.building.block.BlockBark=true + B:vazkii.quark.building.block.BlockCarvedWood=true + B:vazkii.quark.building.block.BlockCharredNetherBricks=true + B:vazkii.quark.building.block.BlockDuskbound=true + B:vazkii.quark.building.block.BlockDuskboundLantern=true + B:vazkii.quark.building.block.BlockHardenedClayTiles=true + B:vazkii.quark.building.block.BlockMagmaBricks=true + B:vazkii.quark.building.block.BlockMidori=true + B:vazkii.quark.building.block.BlockMidoriPillar=true + B:vazkii.quark.building.block.BlockNewSandstone=true + B:vazkii.quark.building.block.BlockPolishedNetherrack=true + B:vazkii.quark.building.block.BlockPolishedStone=true + B:vazkii.quark.building.block.BlockQuiltedWool=true + B:vazkii.quark.building.block.BlockReed=true + B:vazkii.quark.building.block.BlockSandyBricks=true + B:vazkii.quark.building.block.BlockSnowBricks=true + B:vazkii.quark.building.block.BlockSoulSandstone=true + B:vazkii.quark.building.block.BlockStainedClayTiles=true + B:vazkii.quark.building.block.BlockStainedPlanks=true + B:vazkii.quark.building.block.BlockSturdyStone=true + B:vazkii.quark.building.block.BlockThatch=true + B:vazkii.quark.building.block.BlockTurf=true + B:vazkii.quark.building.block.BlockVerticalPlanks=true + B:vazkii.quark.building.block.BlockVerticalStainedPlanks=true + B:vazkii.quark.building.block.BlockWorldStoneBricks=true + B:vazkii.quark.building.block.BlockWorldStoneCarved=true + B:vazkii.quark.building.block.BlockWorldStonePavement=true + B:vazkii.quark.decoration.block.BlockBlazeLantern=true + B:vazkii.quark.world.block.BlockBiotite=true + B:vazkii.quark.world.block.BlockBiotiteOre=true + B:vazkii.quark.world.block.BlockElderPrismarine=true + B:vazkii.quark.world.block.BlockElderSeaLantern=true + B:vswe.stevescarts.blocks.BlockMetalStorage=true + B:vswe.stevesfactory.blocks.BlockCable=true + B:xyz.vsngamer.elevator.blocks.BlockElevator=true + B:zmaster587.advancedRocketry.block.BlockCharcoalLog=true + B:zmaster587.advancedRocketry.block.BlockIntake=true + B:zmaster587.advancedRocketry.block.BlockLinkedHorizontalTexture=true + B:zmaster587.advancedRocketry.block.BlockMiningDrill=true + B:zmaster587.advancedRocketry.block.BlockPlanetSoil=true + B:zmaster587.advancedRocketry.block.plant.BlockAlienPlank=true + B:zmaster587.advancedRocketry.block.plant.BlockAlienWood=true + B:zmaster587.libVulpes.block.BlockOre=true +} + + +"integration settings" { + B:ShowBitsInJEI=false + B:enableMCMultipart=true + B:enableVivecraftCompatibility=false +} + + +items { + B:enableBitBag=true + B:enableBitSaw=true + B:enableBitTank=true + B:enableChisledBits=true + B:enableDiamondChisel=true + B:enableGoldChisel=true + B:enableIronChisel=true + B:enableMirrorPrint=true + B:enableNegativePrint=true + B:enablePositivePrint=true + B:enableStoneChisel=true + B:enableTapeMeasure=true + B:enableWoodenWrench=true +} + + +troublershooting { +} + + +troubleshooting { + B:disableCustomVertexFormats=false + B:enableAPITestingItem=false + B:enableFaceLightmapExtraction=true + B:logEligibilityErrors=false + B:logTileErrors=false + B:useGetLightValue=true +} + + diff --git a/config/chiselsandbits_clipboard.cfg b/config/chiselsandbits_clipboard.cfg new file mode 100644 index 0000000..e69de29 diff --git a/config/clienttweaks.cfg b/config/clienttweaks.cfg new file mode 100644 index 0000000..0fe1d2f --- /dev/null +++ b/config/clienttweaks.cfg @@ -0,0 +1,170 @@ +# Configuration file + +general { + # Items that will not prevent offhand-torch placement while in offhand, but do not place torches by themselves [default: [tconstruct:shovel], [tconstruct:excavator]] + S:"Offhand Torch Tools" < + > + + # Items that count as torches for the offhand-torch tweak options. [default: [minecraft:torch], [tconstruct:stone_torch]] + S:"Torch Items" < + actuallyadditions:block_tiny_torch + galacticraftcore:glowstone_torch + integrateddynamics:menril_torch + integrateddynamics:menril_torch_stone + minecraft:torch + mysticalagriculture:miners_torch + primal_tech:fibre_torch + primal_tech:fibre_torch_lit + tconstruct:stone_torch + thebetweenlands:sulfur_torch + > + + # Items that will place torches from your hotbar on right-click if enabled. [default: [minecraft:wooden_pickaxe], [minecraft:stone_pickaxe], [minecraft:iron_pickaxe], [minecraft:golden_pickaxe], [minecraft:diamond_pickaxe], [tconstruct:pickaxe], [tconstruct:hammer]] + S:"Torch Tools" < + abyssalcraft:apick + abyssalcraft:dpick + abyssalcraft:dreadiumpickaxe + abyssalcraft:ethaxiumpickaxe + actuallyadditions:diamond_paxel + actuallyadditions:diamond_paxel + actuallyadditions:emerald_paxel + actuallyadditions:emerald_paxel + actuallyadditions:iron_paxel + actuallyadditions:item_paxel_crystal_black + actuallyadditions:item_paxel_crystal_black + actuallyadditions:item_paxel_crystal_blue + actuallyadditions:item_paxel_crystal_blue + actuallyadditions:item_paxel_crystal_green + actuallyadditions:item_paxel_crystal_green + actuallyadditions:item_paxel_crystal_light_blue + actuallyadditions:item_paxel_crystal_light_blue + actuallyadditions:item_paxel_crystal_red + actuallyadditions:item_paxel_crystal_red + actuallyadditions:item_paxel_crystal_white + actuallyadditions:item_paxel_crystal_white + actuallyadditions:item_pickaxe_crystal_black + actuallyadditions:item_pickaxe_crystal_blue + actuallyadditions:item_pickaxe_crystal_green + actuallyadditions:item_pickaxe_crystal_light_blue + actuallyadditions:item_pickaxe_crystal_red + actuallyadditions:item_pickaxe_crystal_white + actuallyadditions:item_pickaxe_emerald + actuallyadditions:item_pickaxe_obsidian + actuallyadditions:obsidian_paxel + actuallyadditions:obsidian_paxel + actuallyadditions:quartz_paxel + appliedenergistics2:certus_quartz_pickaxe + appliedenergistics2:nether_quartz_pickaxe + astralsorcery:itemcrystalpickaxe + betterwithaddons:diamond_masonpick + betterwithaddons:diamond_matchpick + betterwithaddons:gold_masonpick + betterwithaddons:gold_matchpick + betterwithaddons:iron_masonpick + betterwithaddons:iron_matchpick + betterwithaddons:steel_masonpick + betterwithaddons:steel_matchpick + betterwithmods:steel_pickaxe + bloodmagic:bound_pickaxe + bloodmagic:sentient_pickaxe + cyclicmagic:mattock + enderutilities:endertool + enderutilities:void_pickaxe + extraplanets:blue_diamond_pickaxe + extraplanets:blue_gem_pickaxe + extraplanets:carbon_pickaxe + extraplanets:crystal_pickaxe + extraplanets:green_diamond_pickaxe + extraplanets:magnesium_pickaxe + extraplanets:mercury_pickaxe + extraplanets:palladium_pickaxe + extraplanets:purple_diamond_pickaxe + extraplanets:red_diamond_pickaxe + extraplanets:red_gem_pickaxe + extraplanets:tungsten_pickaxe + extraplanets:uranium_pickaxe + extraplanets:white_gem_pickaxe + extraplanets:yellow_diamond_pickaxe + extraplanets:zinc_pickaxe + galacticraftcore:steel_pickaxe + galacticraftplanets:desh_pick + galacticraftplanets:desh_pick_slime + galacticraftplanets:titanium_pickaxe + galacticraftplanets:volcanic_pickaxe + minecraft:diamond_pickaxe + minecraft:golden_pickaxe + minecraft:iron_pickaxe + minecraft:stone_pickaxe + minecraft:wooden_pickaxe + mysticalagriculture:inferium_pickaxe + mysticalagriculture:intermedium_pickaxe + mysticalagriculture:prudentium_pickaxe + mysticalagriculture:superium_pickaxe + mysticalagriculture:supremium_pickaxe + nex:tool_pickaxe_bone + primal:flint_pickaxe + primal:quartz_pickaxe + primal_tech:bone_pickaxe + tconstruct:hammer + tconstruct:pickaxe + thebetweenlands:bone_pickaxe + thebetweenlands:octine_pickaxe + thebetweenlands:swift_pick + thebetweenlands:valonite_pickaxe + thebetweenlands:weedwood_pickaxe + twilightforest:fiery_pickaxe + twilightforest:giant_pickaxe + twilightforest:ironwood_pickaxe + twilightforest:knightmetal_pickaxe + twilightforest:mazebreaker_pickaxe + twilightforest:steeleaf_pickaxe + > +} + + +tweaks { + # This option will let you climb ladders automatically by just looking upwards, rather than requiring a key to be held down. [default: false] + B:"Auto-Climb Ladder"=false + + # Disables the 3d Anaglyph button so you don't accidentally click it and cause a whole resource pack reload. [default: true] + B:"Disable 3D Anaglyph"=true + + # This option forces auto jump to be disabled and also disables the button for it. Because it should never have been a thing. [default: false] + B:"Disable Auto Jump"=true + + # This option disables the shifting of the inventory to the right when potion effects are active. [default: true] + B:"Disable Potion Shift"=true + + # This option will disable step assist added by other mods. [default: false] + B:"Disable Step Assist"=false + + # This prevents the last torch in the offhand from being placed. [default: false] + B:"Do Not Use Last Torch"=false + + # This option will hide your offhand item. It can be toggled via an optional keybind. [default: false] + B:"Hide Offhand Item"=false + + # This option will hide your own potion particle effects for your client (other players will still see them). [default: false] + B:"Hide Own Particle Effects"=true + + # This option will hide your shield unless you are holding a weapon. [default: true] + B:"Hide Shield Unless Holding Weapon"=true + + # This adds back the master volume slider to the options screen. Saves you a click! [default: true] + B:"Master Volume Slider"=true + + # This prevents torches from being placed from your offhand if you have a block in your main hand. [default: true] + B:"No Offhand Torch With Block"=true + + # This prevents torches from being placed from your off hand if you have an empty main hand. [default: false] + B:"No Offhand Torch With Empty Hand"=false + + # This restricts torches to be placed from the offhand only when you're holding a tool in your main hand. [default: false] + B:"Offhand Torch With Tool Only"=false + + # This strips the underline formatting from chat because it looks terrible. [default: true] + B:"Remove Underlines From Chat"=true + B:"Right-Click Places Torch from Hotbar"=false +} + + diff --git a/config/codechicken/supporters.json b/config/codechicken/supporters.json new file mode 100644 index 0000000..7363319 --- /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 0000000..eb8f689 --- /dev/null +++ b/config/codechicken/supporters.marker @@ -0,0 +1 @@ +1503160217503 \ No newline at end of file diff --git a/config/codechickenlib.cfg b/config/codechickenlib.cfg new file mode 100644 index 0000000..0d9ca7c --- /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/colouredtooltips.cfg b/config/colouredtooltips.cfg new file mode 100644 index 0000000..039fe6b --- /dev/null +++ b/config/colouredtooltips.cfg @@ -0,0 +1,20 @@ +# Configuration file + +########################################################################################################## +# general +#--------------------------------------------------------------------------------------------------------# +# Color values are ARGB hex. Do not add a # to the codes. If you want opaque RGB use FF for first two chars. +########################################################################################################## + +general { + # The color for the background of the tooltip. This should be 8 characters. [default: f0100010] + S:background=CC2F80C1 + + # The color for the bottom of the tooltip. This should be 8 characters. [default: 5028007f] + S:borderEnd=FFC0C0C0 + + # The color for the top of the tooltip. This should be 8 characters. [default: 505000ff] + S:borderStart=FFC0C0C0 +} + + diff --git a/config/commoncapabilities.cfg b/config/commoncapabilities.cfg new file mode 100644 index 0000000..93c9d12 --- /dev/null +++ b/config/commoncapabilities.cfg @@ -0,0 +1,62 @@ +# 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=false + + # 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=1.4.0 + + # If the version checker should be enabled. + B:general.versionChecker=false +} + + +machine { + # The NBT Paths that should be filtered away when checking equality. + S:general.ignoreNbtPathsForEqualityFilters < + $.ForgeCaps["astralsorcery:cap_item_amulet_holder"] + > +} + + +"mod compat" { + # Furnace and Brewing stand capabilities. + B:Minecraft=true + + # Worker capabilities for TCon machines. + B:tconstruct=true +} + + diff --git a/config/compactmachines3/recipes/machineframe.json b/config/compactmachines3/recipes/machineframe.json new file mode 100644 index 0000000..2509bcf --- /dev/null +++ b/config/compactmachines3/recipes/machineframe.json @@ -0,0 +1,43 @@ +{ + "name": "compactmachines3:machineframe", + "target-item": "teslacorelib:machine_case", + "target-meta": 0, + "target-count": 1, + + "duration": 200, + + "catalyst": "galacticraftcore:basic_item", + "catalyst-meta": 14, + + "input-types": { + "f" : { "id": "extendedcrafting:frame"}, + "p" : { + "id": "mekanism:plasticblock", + "meta": 7 + }, + "q" : { "id": "appliedenergistics2:quartz_glass"}, + "r" : { + "id": "immersiveengineering:metal_decoration0", + "meta": 3 + } + }, + + "symmetrical": true, + "shape": [ + [ + ["p","p","p"], + ["p","r","p"], + ["p","p","p"] + ], + [ + ["p","q","p"], + ["q","f","q"], + ["p","q","p"] + ], + [ + ["p","p","p"], + ["p","p","p"], + ["p","p","p"] + ] + ] +} \ No newline at end of file diff --git a/config/compactmachines3/recipes/wallbreakable.json b/config/compactmachines3/recipes/wallbreakable.json new file mode 100644 index 0000000..146c280 --- /dev/null +++ b/config/compactmachines3/recipes/wallbreakable.json @@ -0,0 +1,26 @@ +{ + "name": "compactmachines3:wallbreakable", + "target-block": "compactmachines3:wallbreakable", + "target-count": 16, + "input-types": { + "bi": { + "id": "extendedcrafting:storage" + }, + "r": { + "id": "minecraft:redstone_wire" + } + }, + "symmetrical": true, + "shape": [ + [ + [ + "r" + ] + ], + [ + [ + "bi" + ] + ] + ] +} diff --git a/config/compactmachines3/settings.cfg b/config/compactmachines3/settings.cfg new file mode 100644 index 0000000..65dfd0d --- /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/conarm.cfg b/config/conarm.cfg new file mode 100644 index 0000000..ee86d14 --- /dev/null +++ b/config/conarm.cfg @@ -0,0 +1,29 @@ +# 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"=false + + leveling { + # Base XP needed for armor + I:"Base XP Requirement"=100 + + # How much to multiply the experience needed for each level + D:"Leveling Multiplier"=2.5 + + # 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"=1 + } + +} + + diff --git a/config/cookingforblockheads.cfg b/config/cookingforblockheads.cfg new file mode 100644 index 0000000..fe8b918 --- /dev/null +++ b/config/cookingforblockheads.cfg @@ -0,0 +1,62 @@ +# Configuration file + +blocks { +} + + +client { + # Set to false if you don't want ingredients to be marked with a special icon in the recipe book. + B:"Show Ingredient Icon"=true +} + + +compat { + # Set this to true if you'd like the oven to only accept cooking oil as fuel (requires Pam's Harvestcraft) + B:"Oven Requires Cooking Oil"=false +} + + +general { + # If true, a cow can be squished into a Milk Jar by dropping an anvil on top. + B:"Cow in a Jar"=false + + # The amount of milk the cow in a jar generates per tick. + # Min: 0.0 + # Max: 1.7976931348623157E308 + D:"Cow in a Jar Milk per Tick"=0.5 + + # Set this to true if you'd like to disallow automation of the oven (pipes and such won't be able to insert/extract) + B:"Disallow Oven Automation"=false + + # Enabling this will make the kitchen counters have twice as much inventory space. + B:"Large Counters"=false + + # The cooking time multiplier for the cooking oven. Higher values means it will take longer. + # Min: 0.25 + # Max: 9.0 + D:"Oven Cook Time Multiplier"=1.0 + + # The fuel multiplier for the cooking oven. Higher values means fuel lasts longer, 1.0 is furnace default. + # Min: 0.10000000149011612 + # Max: 2.0 + D:"Oven Fuel Time Multiplier"=0.33000001311302185 + + # Set this to true if you'd like the sink to require water to be piped in, instead of providing infinite of it. + B:"Sink Requires Water"=true +} + + +items { +} + + +modules { + B:"Extra Food"=false + B:"Food Expansion"=false + B:"More Foods"=false + B:"Pam's Harvestcraft"=false + B:"Vanilla Food Pantry"=false + B:"Vanilla Minecraft"=true +} + + diff --git a/config/ctm.cfg b/config/ctm.cfg new file mode 100644 index 0000000..595de6e --- /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 0000000..a08ddeb --- /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 0000000..dbdb83e --- /dev/null +++ b/config/cyclicmagic.cfg @@ -0,0 +1,2045 @@ +# Configuration file + +cyclicmagic { + + 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)"=true + + # Set false to delete - requires restart [default: true] + B:CyclicWand=true + + # Set false to delete - requires restart [default: true] + B:DynamiteMining=false + + # Set false to delete - requires restart [default: true] + B:DynamiteSafe=false + + # Emerald armor and tools that are slightly weaker than diamond. Set false to delete - requires restart [default: true] + B:"Emerald Gear"=false + + # 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=false + + # Set false to delete - requires restart [default: true] + B:EnchantExpBoost=true + + # Set false to delete - requires restart [default: true] + B:EnchantLaunch=false + + # Set false to delete - requires restart [default: true] + B:EnchantLifeLeech=true + + # Set false to delete - requires restart [default: true] + B:EnchantMagnet=false + + # Set false to delete - requires restart [default: true] + B:EnchantMultishot=false + + # 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=false + + # 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 + B:EnderFishing=true + + # ender_lightning Set false to delete - requires restart [default: true] + B:EnderLightning=true + + # Set false to delete - requires restart [default: true] + B:EnderOrb=true + + # Set false to delete - requires restart [default: true] + B:EnderOrbMounted=true + + # Set false to delete - requires restart [default: true] + B:EnderSack=true + + # ender_snow Set false to delete - requires restart [default: true] + B:EnderSnow=true + + # Set false to delete - requires restart [default: true] + B:EnderTorch=true + + # Set false to delete - requires restart [default: true] + B:EnderWater=true + + # tool_warp_home Set false to delete - requires restart [default: true] + B:EnderWing=true + + # tool_warp_spawn Set false to delete - requires restart [default: true] + B:EnderWingPrime=true + + # ender_wool Set false to delete - requires restart [default: true] + B:EnderWool=true + + # entity_detector Set false to delete - requires restart [default: true] + B:EntityDetector=true + + # Set false to delete - requires restart [default: true] + B:EvokerFang=true + + # Set false to delete - requires restart [default: true] + B:ExchangeScepters=true + + # exp_pylon Set false to delete - requires restart [default: true] + B:ExperiencePylon=true + + # fan Set false to delete - requires restart [default: true] + B:Fan=true + + # Set false to delete - requires restart [default: true] + B:FireCharm=true + + # Set false to delete - requires restart [default: true] + B:FishingBlock=true + + # Set false to delete - requires restart [default: true] + B:FluidMilk=true + + # Set false to delete - requires restart [default: true] + B:FluidPoison=true + + # 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=true + + # Set false to delete - requires restart [default: false] + B:GoldMinecart=true + + # Set false to delete - requires restart [default: false] + B:GoldTurretMinecart=true + + # 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)"=true + + # 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)"=true + + # Set false to delete - requires restart [default: true] + B:"InventoryUpgrade(Food)"=true + + # block_vacuum Set false to delete - requires restart [default: true] + B:ItemCollector=true + B:ItemPipes=true + + # Set false to delete - requires restart [default: true] + B:LapisApple=true + + # sprout_seed Set false to delete - requires restart [default: true] + B:MagicBean=false + + # 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=false + + # 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=false + + # 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 + B:PotionViscous=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=true + + # 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=false + + # Set false to delete - requires restart [default: true] + B:SleepingMat=true + + # Set false to delete - requires restart [default: true] + B:SlimeConveyor=false + + # 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 + + # 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=true + + # 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 + + # 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=false + + # Set false to delete - requires restart [default: true] + B:battery=false + + # Set false to delete - requires restart [default: true] + B:battery_infinite=false + + # Set false to delete - requires restart [default: true] + B:block_anvil=true + + # Set false to delete - requires restart [default: true] + B:block_anvil_magma=false + + # 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=false + + # Set false to delete - requires restart [default: true] + B:button_large=false + + # Set false to delete - requires restart [default: true] + B:cable_wireless=false + + # 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=false + + # Set false to delete - requires restart [default: true] + B:dice=false + + # Set false to delete - requires restart [default: true] + B:doorbell=false + + # Set false to delete - requires restart [default: true] + B:dropper_exact=true + + # Set false to delete - requires restart [default: true] + B:fire_starter=false + + # Set false to delete - requires restart [default: true] + B:fluid_amber=true + + # Set false to delete - requires restart [default: true] + B:fluid_biomass=false + + # 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=false + + # Set false to delete - requires restart [default: true] + B:heart_toxic=false + + # Set false to delete - requires restart [default: true] + B:imbuer=false + + # Set false to delete - requires restart [default: true] + B:item.ender_eye_orb=true + + # Set false to delete - requires restart [default: true] + B:laser=false + + # Set false to delete - requires restart [default: true] + B:laser_cannon=false + + # Set false to delete - requires restart [default: true] + B:melter=true + + # Set false to delete - requires restart [default: true] + B:moon_sensor=false + + # Set false to delete - requires restart [default: true] + B:robot_spawner=false + + # Set false to delete - requires restart [default: true] + B:screen_target=true + + # Set false to delete - requires restart [default: true] + B:shears_obsidian=false + + # Set false to delete - requires restart [default: true] + B:sign_editor=false + + # slingshot_weapon Set false to delete - requires restart [default: true] + B:slingshot=false + + # Set false to delete - requires restart [default: true] + B:solidifier=true + + # Set false to delete - requires restart [default: true] + B:sound_player=false + + # Set false to delete - requires restart [default: true] + B:target=false + + # Set false to delete - requires restart [default: true] + B:trash=true + + # Set false to delete - requires restart [default: true] + B:void_anvil=false + + # Set false to delete - requires restart [default: true] + B:water_candle=false + + # Set false to delete - requires restart [default: true] + B:wireless_transmitter=true + } + + ########################################################################################################## + # 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 + I:AppleLightLevel=5 + + # 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 + B:SlimeConveyorKeepEntityGrounded=true + + # 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:air + minecraft:apple + minecraft:beetroot + minecraft:beetroot_seeds + minecraft:blaze_powder + minecraft:blaze_rod + minecraft:bone + minecraft:book + minecraft:brick + minecraft:brown_mushroom + minecraft:cactus + minecraft:cake + minecraft:carrot + minecraft:cauldron + minecraft:chorus_plant + minecraft:clay_ball + minecraft:clock + minecraft:coal + minecraft:coal*1 + minecraft:comparator + minecraft:compass + minecraft:cooked_fish + minecraft:cookie + minecraft:deadbush + minecraft:diamond + minecraft:double_plant + minecraft:double_plant*1 + minecraft:double_plant*2 + minecraft:double_plant*3 + minecraft:double_plant*4 + minecraft:double_plant*5 + minecraft:dye + minecraft:dye*1 + minecraft:dye*2 + minecraft:dye*3 + minecraft:dye*4 + minecraft:dye*5 + minecraft:dye*6 + minecraft:dye*7 + minecraft:dye*8 + minecraft:dye*9 + minecraft:dye*10 + minecraft:dye*11 + minecraft:dye*12 + minecraft:dye*13 + minecraft:dye*14 + minecraft:dye*15 + minecraft:egg + minecraft:emerald + minecraft:end_rod + minecraft:ender_eye + minecraft:ender_pearl + minecraft:experience_bottle + minecraft:fermented_spider_eye + minecraft:fire_charge + minecraft:fish + minecraft:fish*1 + minecraft:fish*2 + minecraft:fish*3 + minecraft:flint + minecraft:flower_pot + minecraft:ghast_tear + minecraft:glass_bottle + minecraft:glowstone_dust + minecraft:gold_ingot + minecraft:gold_nugget + minecraft:gunpowder + minecraft:iron_ingot + minecraft:item_frame + minecraft:lead + minecraft:leather + minecraft:lit_pumpkin + minecraft:melon + minecraft:melon_seeds + minecraft:name_tag + minecraft:nether_wart + minecraft:painting + minecraft:paper + minecraft:poisonous_potato + minecraft:potato + minecraft:pumpkin + minecraft:pumpkin_pie + minecraft:pumpkin_seeds + minecraft:quartz + minecraft:rabbit_foot + minecraft:rabbit_hide + 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:red_mushroom + minecraft:redstone + minecraft:redstone_lamp + minecraft:repeater + minecraft:rotten_flesh + minecraft:sapling + minecraft:sapling*1 + minecraft:sapling*2 + minecraft:sapling*3 + minecraft:sapling*4 + minecraft:sapling*5 + minecraft:slime_ball + minecraft:snowball + minecraft:speckled_melon + minecraft:spider_eye + minecraft:stained_glass + 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:stained_glass*1 + minecraft:stained_glass*2 + minecraft:stained_glass*3 + minecraft:stained_glass*4 + minecraft:stained_glass*5 + minecraft:stained_glass*6 + minecraft:stained_glass*7 + minecraft:stained_glass*8 + minecraft:stained_glass*9 + minecraft:stained_glass*10 + minecraft:stained_glass*11 + minecraft:stained_glass*12 + minecraft:stained_glass*13 + minecraft:stained_glass*14 + minecraft:stained_glass*15 + minecraft:stained_hardened_clay + minecraft:stained_hardened_clay*1 + minecraft:stained_hardened_clay*2 + minecraft:stained_hardened_clay*3 + minecraft:stained_hardened_clay*4 + minecraft:stained_hardened_clay*5 + minecraft:stained_hardened_clay*6 + minecraft:stained_hardened_clay*7 + minecraft:stained_hardened_clay*8 + minecraft:stained_hardened_clay*9 + minecraft:stained_hardened_clay*10 + minecraft:stained_hardened_clay*11 + minecraft:stained_hardened_clay*12 + minecraft:stained_hardened_clay*13 + minecraft:stained_hardened_clay*14 + minecraft:stained_hardened_clay*15 + minecraft:stick + minecraft:string + minecraft:sugar + minecraft:tallgrass + minecraft:vine + minecraft:waterlily + minecraft:wheat + minecraft:wheat_seeds + minecraft:wool + minecraft:wool*1 + minecraft:wool*2 + minecraft:wool*3 + minecraft:wool*4 + minecraft:wool*5 + minecraft:wool*6 + minecraft:wool*7 + minecraft:wool*8 + minecraft:wool*9 + minecraft:wool*10 + minecraft:wool*11 + minecraft:wool*12 + minecraft:wool*13 + minecraft:wool*14 + minecraft:wool*15 + minecraft:yellow_flower + > + + # Allow dropping the seed item if fully grown. (if its not grown it will still drop when broken) [default: false] + B:MagicBeanGrownDropSeed=true + } + + 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 + } + + } + + inventory { + S:"Button Location"=bottomleft + + # 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=true + + # 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 + B:"Restock Leave One"=false + B:TerrariaInventoryButtons=false + + # 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 + } + + ########################################################################################################## + # player + #--------------------------------------------------------------------------------------------------------# + # Player Abilities and interactions + ########################################################################################################## + + player { + # Open ender chest without placing it down, just attack with it [default: true] + B:"Easy Enderchest"=true + B:"Editable Signs"=true + + # 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=false + + # Allows you to quickly climb ladders by looking up instead of moving forward [default: true] + B:"Faster Ladders"=true + + # 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"=true + + # 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"=true + + # Enderpearls work on a horse, bringing it with you [default: false] + B:"Pearls On Horseback"=true + + # Force the players hunger bar to show even when mounted [default: false] + B:"Show Hunger Mounted"=true + + # 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=true + + # 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"=128 + B:"Ender Shears Child"=true + + # 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"=false + + # 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=true + B:SleepingMatSetsSpawn=true + + # 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 + B:item.red_bed=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 + } + + } + + ########################################################################################################## + # 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=false + + # 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 + B:"Emerald Ore Boost"=true + + # Generate ore in the end. + B:"End Ore"=false + B:"Gold Rivers"=false + + # 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"=false + B:"Ore Singletons"=false + + # 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=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: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=25 + + # Chance of a vein to spawn. Zero means no spawns. [range: 0 ~ 100, default: 1] + I:spawnChanceDiamond=2 + + # Chance of a vein to spawn. Zero means no spawns. [range: 0 ~ 100, default: 1] + I:spawnChanceEmerald=5 + + # Chance of a vein to spawn. Zero means no spawns. [range: 0 ~ 100, default: 40] + I:spawnChanceGold=45 + + # Chance of a vein to spawn. Zero means no spawns. [range: 0 ~ 100, default: 10] + I:spawnChanceIron=15 + + # 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=20 + + # Chance of a vein to spawn. Zero means no spawns. [range: 0 ~ 100, default: 1] + I:spawnChanceDiamond=4 + + # Chance of a vein to spawn. Zero means no spawns. [range: 0 ~ 100, default: 1] + I:spawnChanceEmerald=10 + + # Chance of a vein to spawn. Zero means no spawns. [range: 0 ~ 100, default: 4] + I:spawnChanceGold=12 + + # Chance of a vein to spawn. Zero means no spawns. [range: 0 ~ 100, default: 4] + I:spawnChanceIron=12 + + # Chance of a vein to spawn. Zero means no spawns. [range: 0 ~ 100, default: 12] + I:spawnChanceLapis=15 + + # Chance of a vein to spawn. Zero means no spawns. [range: 0 ~ 100, default: 15] + I:spawnChanceRedstone=18 + } + + } + + ########################################################################################################## + # 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"=false + } + + ########################################################################################################## + # recipes + #--------------------------------------------------------------------------------------------------------# + # New and altered recipes + ########################################################################################################## + + recipes { + B:"Altered Stone"=false + B:"Elytra Repair"=true + + # Craft Glowstone blocks back to dust + B:GlowstoneBlockToDust=true + + # Craft a Melon block into nine slices + B:"Melon Block Slices"=true + B:"Mushroom Blocks"=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 + B:SageAndDruidVillagers=false + + # 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 + } + + global { + B:FuelBarHorizontal=false + B:MachinesNeedFuel=true + } + + 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 + } + + fuelcost { + # Fuel/Energy/RF cost to run machine [range: 0 ~ 500000, default: 150] + I:auto_crafter=25 + + # Fuel/Energy/RF cost to run machine [range: 0 ~ 500000, default: 950] + I:auto_packager=350 + + # Fuel/Energy/RF cost to run machine [range: 0 ~ 500000, default: 900] + I:block_anvil=2600 + I:block_anvil_lava=150 + + # Lava cost per damage unit [range: 1 ~ 10000, default: 100] + I:block_anvil_magma_lava=300 + + # 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=99 + + # 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 + 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=100 + I:null=1 + I:null_lava=100 + I:null_xpjuice=100 + + # 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 + } + + time { + I:auto_crafter=20 + I:auto_packager=35 + + # 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 + I:builder_block=25 + + # Number of ticks needed to perform one action by this machine [range: 1 ~ 9000, default: 150] + I:harvester_block=150 + I:null=35 + + # 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=false + } + +} + + +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 < + minecraft:grass + > + + # 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 < + net.minecraft.entity.monster.EntityVex-Vazkii + > + + # 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=5 + + # Max blocks broken by this enchantment at level 1 [range: 1 ~ 512, default: 26] + I:EnchantExcavationBreak1=22 + + # Max blocks broken by this enchantment at level 2 [range: 1 ~ 512, default: 42] + I:EnchantExcavationBreak2=34 + + # Max blocks broken by this enchantment at level 3 [range: 1 ~ 512, default: 58] + I:EnchantExcavationBreak3=46 + + # 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] + I:EnderBookExpCostRatio=10 + + # 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=16 + + # 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 + > + I:HarvesterTime=80 + + # 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_damage + minecraft:instant_health + minecraft:poison + minecraft:wither + > + + # 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 < + geolosys:ore_vanilla/3 + minecraft:air + minecraft:bedrock + minecraft:dirt/0 + minecraft:dirt/1 + minecraft:grass + minecraft:gravel + minecraft:sand + minecraft:stone + > + + # 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 < + immersiveengineering:* + immersivepetroleum:* + immersivetech:* + galacticraftplanets:spout + > + + # 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 < + harvestcraft:*_sapling + terraqueous:pergola + > + + # Seconds of potion effect caused by using the sleeping mat [range: 0 ~ 600, default: 20] + I:SleepingMatPotion=20 + + # Damage per second of iron spikes [range: 1 ~ 99, default: 5] + I:SpikeDiamondDamage=2 + + # Damage per second of iron spikes [range: 1 ~ 99, default: 1] + I:SpikeIronDamage=1 + + # Maximum height of the builder block that you can increase it to in the GUI [range: 1 ~ 256, default: 256] + I:builder.maxHeight=64 + + # Maximum range of the builder block that you can increase it to in the GUI [range: 3 ~ 64, default: 64] + I:builder.maxRange=64 + I:enchant.autosmelt.id=90 + I:enchant.beheading.id=93 + I:enchant.launch.id=86 + I:enchant.lifeleech.id=89 + I:enchant.magnet.id=87 + I:enchant.quickdraw.id=94 + I:enchant.reach.id=92 + I:enchant.venom.id=88 + I:enchant.xpboostid.id=91 + + # 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=false + + # 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=false + + # 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=false + + # 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=false + + # 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=false + + # 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=false + + # 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=false + + # If true, only server OPs can run this command (or cheats enabled in single player) + B:searchitem.NeedsOP=false + B:searchrecipe=false + B:searchrecipe.NeedsOP=false + + # Search the world nearby for spawners (dungeons, etc) + B:searchspawner=false + + # 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=false + + # If true, only server OPs can run this command (or cheats enabled in single player) + B:searchtrade.NeedsOP=false + B:searchuses=false + B:searchuses.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 + B:sethearts=false + B:sethearts.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=false + + # 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=false + + # If true, only server OPs can run this command (or cheats enabled in single player) + B:worldhome.NeedsOP=true + } + + terrariabuttons { + S:"Blacklist Container CSV"=net.minecraft.client.gui.GuiMerchant,net.minecraft.client.gui.inventory.GuiBrewingStand,net.minecraft.client.gui.inventory.GuiBeacon,net.minecraft.client.gui.inventory.GuiCrafting,net.minecraft.client.gui.inventory.GuiFurnace,net.minecraft.client.gui.inventory.GuiScreenHorseInventory,net.minecraft.client.gui.inventory.GuiScreenHorseInventory,slimeknights.tconstruct.tools.common.client.GuiCraftingStation,slimeknights.tconstruct.tools.common.client.GuiPartBuilder,slimeknights.tconstruct.tools.common.client.GuiPatternChest,slimeknights.tconstruct.tools.common.client.GuiScalingChest,slimeknights.tconstruct.tools.common.client.GuiStencilTable,slimeknights.tconstruct.tools.common.client.GuiToolForge,slimeknights.tconstruct.tools.common.client.module.GuiButtonsStencilTable,slimeknights.tconstruct.tools.common.client.module.GuiButtonsToolStation,slimeknights.tconstruct.tools.common.client.module.GuiInfoPanel,slimeknights.tconstruct.tools.common.client.module.GuiTinkerTabs,slimeknights.tconstruct.tools.client.GuiCraftingStation,slimeknights.tconstruct.tools.client.GuiPartBuilder,slimeknights.tconstruct.tools.client.GuiPatternChest,slimeknights.tconstruct.tools.client.GuiScalingChest,slimeknights.tconstruct.tools.client.GuiStencilTable,slimeknights.tconstruct.tools.client.GuiToolForge,slimeknights.tconstruct.tools.client.module.GuiButtonsStencilTable,slimeknights.tconstruct.tools.client.module.GuiButtonsToolStation,slimeknights.tconstruct.tools.client.module.GuiInfoPanel,slimeknights.tconstruct.tools.client.module.GuiTinkerTabs,net.minecraft.client.gui.inventory.GuiContainerCreative,p455w0rd.p455w0rdsthings.client.gui.GuiDankNull + } + + ########################################################################################################## + # 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 < + astralsorcery:itemwand + cyclicmagic:crystallized_amber + cyclicmagic:crystallized_obsidian + forge:bucketfilled + minecraft:elytra + minecraft:end_crystal + minecraft:magma + progressiveautomation:WitherDiamond + progressiveautomation:WitherGold + progressiveautomation:WitherIron + progressiveautomation:WitherStone + progressiveautomation:WitherWood + spectrite:spectrite_arrow + spectrite:spectrite_arrow_special + techreborn:uumatter + > + + # If a mod id is in this list, then nothing from that mod will be uncrafted [default: [projecte], [flammpfeil.slashblade], [resourcefulcrops], [spectrite]] + S:BlacklistMod < + abyssalcraft + acintegration + actuallyadditions + advancedmortars + advgenerators + animalium + antiqueatlas + appliedenergistics2 + astikorcarts + astralsorcery + base + baubles + beneath + betterbuilderswands + betterwithaddons + betterwithmods + bibliocraft + bloodmagic + bonsaitrees + buildcraftbuilders + buildcraftcore + buildcraftfactory + buildcraftlib + buildcraftrobotics + buildcraftsilicon + buildcrafttransport + car + carryon + cd4017be_lib + ceramics + charcoalblock + chargers + chisel + chiselsandbits + compactmachines3 + contenttweaker + cookingforblockheads + cyclicmagic + darkutils + death_compass + dungpipe + elevatorid + emberroot + enderstorage + enderutilities + environmentaltech + extendedcrafting + extraplanets + farmingforblockheads + fat_cat + ferdinandsflowers + forge + galacticraftcore + galacticraftplanets + geolosys + guideapi + horsepower + huntingdim + immcraft + immersiveengineering + immersivepetroleum + immersivetech + improvedbackpacks + indlog + industrialforegoing + infoaccessories + integrateddynamics + ironbackpacks + ironchest + ironjetpacks + jaff + jarm + mekanism + microblockcbe + minecraft + mob_grinding_utils + modularmachinery + modularrouters + mundaneredstone + mysticalagradditions + mysticalagriculture + natura + naturescompass + nex + oeintegration + overloaded + pickletweaks + pneumaticcraft + poweradapters + primal + primal_tech + primalchests + progressiontweaks + projecte + prospectors + quantumstorage + quark + rangedpumps + rebornstorage + reccomplex + refinedstorage + refinedstorageaddons + rftools + rftoolscontrol + rustic + scannable + sev_tweaks_npc + simplegenerators + simplyarrows + spartanshields + stevescarts + storagedrawers + storagenetwork + supersoundmuffler + tallgates + tcomplement + tconstruct + teslacorelib + thebetweenlands + totemic + translocators + traverse + trumpetskeleton + twilightforest + uppers + valkyrielib + vc + waterstrainer + weirdinggadget + witherskelefix + wopper + xnet + yoyos + > + + # 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 < + botania:manaTablet + harvestcraft:bakewareItem + harvestcraft:cuttingboardItem + harvestcraft:juicerItem + harvestcraft:mixingbowlItem + harvestcraft:mortarandpestleItem + harvestcraft:potItem + harvestcraft:saucepanItem + harvestcraft:skilletItem + minecraft:lava_bucket + minecraft:milk_bucket + minecraft:nether_star + minecraft:water_bucket + mysticalagriculture:infusion_crystal + mysticalagriculture:master_infusion_crystal + > + I:GrindngTime=200 + + # 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 + } + + 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 < + conarm:* + extraplanets:advanced_battery + extraplanets:massive_battery + extraplanets:mercury_battery + extraplanets:nickel_battery + extraplanets:oxygen_tank_heavy_full_black + extraplanets:oxygen_tank_heavy_full_blue + extraplanets:oxygen_tank_heavy_full_brown + extraplanets:oxygen_tank_heavy_full_cyan + extraplanets:oxygen_tank_heavy_full_gray + extraplanets:oxygen_tank_heavy_full_green + extraplanets:oxygen_tank_heavy_full_light_blue + extraplanets:oxygen_tank_heavy_full_light_gray + extraplanets:oxygen_tank_heavy_full_lime + extraplanets:oxygen_tank_heavy_full_magenta + extraplanets:oxygen_tank_heavy_full_orange + extraplanets:oxygen_tank_heavy_full_pink + extraplanets:oxygen_tank_heavy_full_purple + extraplanets:oxygen_tank_heavy_full_white + extraplanets:oxygen_tank_heavy_full_yellow + extraplanets:oxygen_tank_light_full_black + extraplanets:oxygen_tank_light_full_blue + extraplanets:oxygen_tank_light_full_brown + extraplanets:oxygen_tank_light_full_cyan + extraplanets:oxygen_tank_light_full_gray + extraplanets:oxygen_tank_light_full_green + extraplanets:oxygen_tank_light_full_light_blue + extraplanets:oxygen_tank_light_full_light_gray + extraplanets:oxygen_tank_light_full_magenta + extraplanets:oxygen_tank_light_full_orange + extraplanets:oxygen_tank_light_full_pink + extraplanets:oxygen_tank_light_full_purple + extraplanets:oxygen_tank_light_full_red + extraplanets:oxygen_tank_light_full_white + extraplanets:oxygen_tank_light_full_yellow + extraplanets:oxygen_tank_med_full_black + extraplanets:oxygen_tank_med_full_blue + extraplanets:oxygen_tank_med_full_brown + extraplanets:oxygen_tank_med_full_cyan + extraplanets:oxygen_tank_med_full_gray + extraplanets:oxygen_tank_med_full_green + extraplanets:oxygen_tank_med_full_light_blue + extraplanets:oxygen_tank_med_full_light_gray + extraplanets:oxygen_tank_med_full_magenta + extraplanets:oxygen_tank_med_full_orange + extraplanets:oxygen_tank_med_full_pink + extraplanets:oxygen_tank_med_full_purple + extraplanets:oxygen_tank_med_full_red + extraplanets:oxygen_tank_med_full_white + extraplanets:oxygen_tank_med_full_yellow + extraplanets:ultimate_battery + extraplanets:zinc_battery + galacticraftcore:battery + galacticraftcore:oil_canister_partial + galacticraftcore:oxygen_tank_heavy_full + galacticraftcore:oxygen_tank_light_full + galacticraftcore:oxygen_tank_med_full + galacticraftplanets:canister_partial_ln2 + galacticraftplanets:canister_partial_lox + galacticraftplanets:methane_canister_partial + immersiveengineering:graphite_electrode + nex:golden_wither_bone_sword + nex:golden_wither_bone_pickaxe + nex:golden_wither_bone_shovel + nex:golden_wither_bone_axe + nex:golden_wither_bone_hoe + nex:golden_wither_bone_hammer + pneumaticcraft:* + tcomplement:chisel + tconstruct:* + > + } + + 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:ender_crystal + minecraft:ender_dragon + minecraft:wither + > + } + +} + + diff --git a/config/cyclopscore.cfg b/config/cyclopscore.cfg new file mode 100644 index 0000000..cefc876 --- /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=false + + # The anonymous id used by the analytics service. + S:general.anonymousAnalyticsID=33fbe9b8-a50c-423c-9bfa-929538eff630 + + # 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=0.10.12 + + # If the version checker should be enabled. + B:general.versionChecker=false +} + + +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/darkutils.cfg b/config/darkutils.cfg new file mode 100644 index 0000000..0c0b1e2 --- /dev/null +++ b/config/darkutils.cfg @@ -0,0 +1,291 @@ +# Configuration file + +########################################################################################################## +# _features +#--------------------------------------------------------------------------------------------------------# +# Allows features to be completely disabled +########################################################################################################## + +_features { + B:"Agression Charm"=true + + # 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 + B:"Enchanted Rings"=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 + B:"Fancy Chests"=true + B:"Focus Sash"=true + B:"Gluttony Charm"=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 + B:"Null Charm"=true + B:"Portal Charm"=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 + B:"Sleep Charm"=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 + B:"Vanilla Ore Dictionary"=true + + # A block that pushes entities around [default: true] + B:"Vector Plate"=true +} + + +agression_charm { + B:Craftable=true +} + + +anti_slime_block { + B:Craftable=true +} + + +charms { + # Should charms be restricted to the charm slot in baubles? [default: true] + B:restrictBaubles=true +} + + +crafting_materials { + B:"Craft Blocks"=true + B:"Craft Dark Sugar"=true + B:"Craft Dwindle Cream"=true + B:"Craft Soul Sand"=false + B:"Craft Unstable Enderpearl"=true + B:"Craft Wither Dust"=true + + # 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 +} + + +dyed_slime_blocks { + B:Craftable=true +} + + +enchanted_rings { + I:DungeonWeight=1 + B:RingBaubles=true + B:RingLoot=true + B:RingStacking=true +} + + +ender_hopper { + B:Craftable=true + + # 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 + B:Craftable=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 +} + + +fake_tnt { + B:Craftable=true +} + + +fancy_chests { + B:"Craft Glacial Chest"=false + B:"Craft Glass Chest"=false + B:"Craft Jungle Chest"=false + B:"Craft Magic Chest"=false + B:"Craft Nether Chest"=false + B:"Craft Prismarine Chest"=false + B:"Craft Royal Chest"=false + B:"Craft Sandstone Chest"=false +} + + +focus_sash { + B:Craftable=true +} + + +gluttony_charm { + B:Craftable=true +} + + +item_grate { + B:Craftable=true +} + + +mob_filters { + B:"Craft Inverted animal Filter"=true + B:"Craft Inverted arthropod Filter"=true + B:"Craft Inverted baby Filter"=true + B:"Craft Inverted boss Filter"=true + B:"Craft Inverted fireres Filter"=true + B:"Craft Inverted monster Filter"=true + B:"Craft Inverted pet Filter"=true + B:"Craft Inverted player Filter"=true + B:"Craft Inverted slime Filter"=true + B:"Craft Inverted undead Filter"=true + B:"Craft Inverted water Filter"=true + B:"Craft animal Filter"=true + B:"Craft arthropod Filter"=true + B:"Craft baby Filter"=true + B:"Craft boss Filter"=true + B:"Craft fireres Filter"=true + B:"Craft monster Filter"=true + B:"Craft pet Filter"=true + B:"Craft player Filter"=true + B:"Craft slime Filter"=true + B:"Craft undead Filter"=true + B:"Craft water Filter"=true +} + + +null_charm { + B:Craftable=true +} + + +portal_charm { + B:Craftable=true +} + + +redstone_timer { + B:Craftable=true +} + + +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 { + B:"Craft Blocks"=true + B:"Craft End Rods"=true + + # 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 +} + + +sleep_charm { + B:Craftable=true +} + + +sneaky_blocks { + B:"Craft Sneaky Block"=true + B:"Craft Sneaky False Block"=true + B:"Craft Sneaky Lever"=true + B:"Craft Sneaky Obsidian"=true + B:"Craft Sneaky Pressure Plate"=true + B:"Craft Sneaky Torch"=true + + # When true, all sneaky blocks will let no light through. When disabled, all light will be let through. [default: true] + B:Opacity=true +} + + +trap_blocks { + B:craftFire=true + B:craftHarming=true + B:craftPoison=true + B:craftSlowness=true + B:craftWeakness=true + B:craftWither=true +} + + +update_detector { + B:Craftable=true +} + + +vanilla_ore_dictionary { + B:oredictVanillaFenceGate=false + B:oredictVanillaStone=false +} + + +vector_plate { + B:"Craft Vector Plate"=true + + # 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/davincisvessels.cfg b/config/davincisvessels.cfg new file mode 100644 index 0000000..8f80b5d --- /dev/null +++ b/config/davincisvessels.cfg @@ -0,0 +1,47 @@ +# Configuration file + +control { + I:control_type=1 + B:decompile_on_dismount=false + D:speed_limit=30.0 + D:turn_speed=1.0 +} + + +mobile_chunk { + D:airship_balloon_ratio=0.4 + + # A list of blocks that are taken into account for ship flight capability + S:balloon_blocks < + davincisvessels:balloon + > + I:max_chunk_blocks=2048 + D:submersible_fill_ratio=0.3 +} + + +settings { + I:anchor_radius=12 + D:banking_multiplier=3.0 + B:enable_air_ships=true + B:enable_submersibles=true + B:mandatory_engines=false + + # Blocks that are considered seats, BlockSeat is hard coded, you can't disable it. + S:seats < + davincisvessels:seat + minecraft:end_portal_frame + > + B:ship_fall=true + + # Blocks that behave like a Sticky buffer, they stop assembly when they're reached + S:stickyblocks < + davincisvessels:stickybuffer + minecraft:stone_button + minecraft:wooden_button + minecraft:lever + > + I:sync_rate=5 +} + + diff --git a/config/defaultoptions.cfg b/config/defaultoptions.cfg new file mode 100644 index 0000000..357b33d --- /dev/null +++ b/config/defaultoptions.cfg @@ -0,0 +1,16 @@ +# Configuration file + +general { + # The default difficulty selected for newly created worlds. + # Valid values: + # PEACEFUL + # EASY + # NORMAL + # HARD + S:"Default Difficulty"=NORMAL + + # Set to true if the difficulty for new world's should be locked ot the specific default. This cannot be unlocked by players without external tools! Probably a bad idea. I don't recommend. Why am I adding this option? + B:"Lock Difficulty"=false +} + + diff --git a/config/defaultoptions/keybindings.txt b/config/defaultoptions/keybindings.txt new file mode 100644 index 0000000..9350ada --- /dev/null +++ b/config/defaultoptions/keybindings.txt @@ -0,0 +1,204 @@ +key_key.attack:-100:NONE +key_key.use:-99:NONE +key_key.forward:17:NONE +key_key.left:30:NONE +key_key.back:31:NONE +key_key.right:32:NONE +key_key.jump:57:NONE +key_key.sneak:42:NONE +key_key.sprint:29:NONE +key_key.drop:16:NONE +key_key.inventory:18:NONE +key_key.chat:20:NONE +key_key.playerlist:15:NONE +key_key.pickItem:-98:NONE +key_key.command:53:NONE +key_key.screenshot:60:NONE +key_key.togglePerspective:63:NONE +key_key.smoothCamera:0:NONE +key_key.fullscreen:87:NONE +key_key.spectatorOutlines:0:NONE +key_key.swapHands:33:NONE +key_key.saveToolbarActivator:0:NONE +key_key.loadToolbarActivator:0:NONE +key_key.advancements:38:NONE +key_key.hotbar.1:2:NONE +key_key.hotbar.2:3:NONE +key_key.hotbar.3:4:NONE +key_key.hotbar.4:5:NONE +key_key.hotbar.5:6:NONE +key_key.hotbar.6:7:NONE +key_key.hotbar.7:8:NONE +key_key.hotbar.8:9:NONE +key_key.hotbar.9:10:NONE +key_key.staff_mode.desc:50:NONE +key_keybind.baublesinventory:48:NONE +key_quark.emote.no:0:NONE +key_quark.emote.yes:0:NONE +key_quark.emote.wave:0:NONE +key_quark.emote.salute:0:NONE +key_quark.emote.cheer:0:NONE +key_quark.emote.clap:0:NONE +key_quark.emote.think:0:NONE +key_quark.emote.point:0:NONE +key_quark.emote.shrug:0:NONE +key_quark.emote.headbang:0:NONE +key_quark.emote.weep:0:NONE +key_quark.emote.facepalm:0:NONE +key_quark.keybind.dropoff:0:NONE +key_quark.keybind.changeHotbar:44:NONE +key_quark.keybind.chestSort:0:NONE +key_quark.keybind.chestDropoff:0:NONE +key_quark.keybind.chestMerge:0:NONE +key_quark.keybind.chestRestock:0:NONE +key_quark.keybind.chestExtract:0:NONE +key_quark.keybind.lockBuilding:37:NONE +key_key.betterfoliage.gui:66:NONE +key_bloodmagic.keybind.open_holding:35:NONE +key_bloodmagic.keybind.cycle_holding_pos:13:SHIFT +key_bloodmagic.keybind.cycle_holding_neg:12:SHIFT +key_enderutilities.key.togglemode:34:NONE +key_Open Menu:25:NONE +key_Toggle Freeze Effect:19:NONE +key_Enable/Disable:0:NONE +key_Kill Particles:0:NONE +key_Fast Exception Menu:45:NONE +key_key.ironbackpacks.equip:35:NONE +key_key.ironbackpacks.open:23:NONE +key_key.ij.engine:47:NONE +key_key.ij.hover:34:NONE +key_oreexcavation.key.excavate:41:NONE +key_oreexcavation.key.shape:47:NONE +key_pneumaticcraft.helmet.options:22:NONE +key_pneumaticcraft.helmet.hack:35:NONE +key_pneumaticcraft.helmet.debugging.drone:21:NONE +key_AutoRun:45:NONE +key_key.toastcontrol.clear:36:NONE +key_vc.key.moveForward:17:NONE +key_vc.key.moveBack:31:NONE +key_vc.key.moveLeft:30:NONE +key_vc.key.moveRight:32:NONE +key_vc.key.moveUp:57:NONE +key_vc.key.moveDown:45:NONE +key_vc.key.openInventory:19:NONE +key_smoothfont.key.guiOpen:199:NONE +key_key.jei.toggleOverlay:24:CONTROL +key_key.jei.focusSearch:33:CONTROL +key_key.jei.toggleCheatMode:0:NONE +key_key.jei.showRecipe:19:NONE +key_key.jei.showUses:22:NONE +key_key.jei.recipeBack:14:NONE +key_key.jei.previousPage:201:NONE +key_key.jei.nextPage:209:NONE +key_key.immersiveengineering.magnetEquip:31:NONE +key_key.immersiveengineering.chemthrowerSwitch:0:NONE +key_Mekanism Item Mode Switch:50:NONE +key_Mekanism Armor Mode Switch:34:NONE +key_Mekanism Feet Mode Switch:35:NONE +key_Mekanism Voice:22:NONE +key_key.astikorcarts.desc:19:NONE +key_bbw.key.mode:50:NONE +key_bbw.key.fluidmode:33:NONE +key_key.columnshiftup:21:NONE +key_key.columnshiftdown:35:NONE +key_key.columnbarup:26:NONE +key_key.columnbardown:27:NONE +key_key.keyExtraInvo:19:NONE +key_key.keyExtraCraftin:24:NONE +key_waila.keybind.wailaconfig:82:NONE +key_waila.keybind.wailadisplay:79:NONE +key_waila.keybind.liquid:80:NONE +key_waila.keybind.recipe:81:NONE +key_waila.keybind.usage:75:NONE +key_key.car_forward:17:NONE +key_key.car_back:31:NONE +key_key.car_left:30:NONE +key_key.car_right:32:NONE +key_key.car_gui:23:NONE +key_key.car_start:19:NONE +key_key.car_horn:35:NONE +key_key.center_car:57:NONE +key_key.carry.desc:42:NONE +key_mod.chiselsandbits.chiselmode.single:0:NONE +key_mod.chiselsandbits.chiselmode.snap2:0:NONE +key_mod.chiselsandbits.chiselmode.snap4:0:NONE +key_mod.chiselsandbits.chiselmode.snap8:0:NONE +key_mod.chiselsandbits.chiselmode.line:0:NONE +key_mod.chiselsandbits.chiselmode.plane:0:NONE +key_mod.chiselsandbits.chiselmode.connected_plane:0:NONE +key_mod.chiselsandbits.chiselmode.cube_small:0:NONE +key_mod.chiselsandbits.chiselmode.cube_medium:0:NONE +key_mod.chiselsandbits.chiselmode.cube_large:0:NONE +key_mod.chiselsandbits.chiselmode.same_material:0:NONE +key_mod.chiselsandbits.chiselmode.drawn_region:0:NONE +key_mod.chiselsandbits.chiselmode.connected_material:0:NONE +key_mod.chiselsandbits.positivepatternmode.replace:0:NONE +key_mod.chiselsandbits.positivepatternmode.additive:0:NONE +key_mod.chiselsandbits.positivepatternmode.placement:0:NONE +key_mod.chiselsandbits.positivepatternmode.impose:0:NONE +key_mod.chiselsandbits.tapemeasure.bit:0:NONE +key_mod.chiselsandbits.tapemeasure.block:0:NONE +key_mod.chiselsandbits.tapemeasure.distance:0:NONE +key_mod.chiselsandbits.other.mode:56:NONE +key_mod.chiselsandbits.other.rotate.ccw:0:NONE +key_mod.chiselsandbits.other.rotate.cw:0:NONE +key_mod.chiselsandbits.other.pickbit:0:NONE +key_mod.chiselsandbits.other.undo:0:NONE +key_mod.chiselsandbits.other.redo:0:NONE +key_mod.chiselsandbits.other.add_to_clipboard:0:NONE +key_key.clienttweaks.disable_step_assist:0:NONE +key_key.clienttweaks.hide_offhand_item:0:NONE +key_key.refinedstorage.focusSearchBar:15:NONE +key_key.refinedstorage.clearGridCraftingMatrix:45:CONTROL +key_[GC] Galaxy Map:50:NONE +key_[GC] Open Spaceship Inventory:34:NONE +key_[GC] Toggle Sensor Goggles Mode:37:NONE +key_Open Powered Vehicle Inventory:34:NONE +key_key.nextitem:26:NONE +key_key.previtem:27:NONE +key_key.placeitem:25:NONE +key_key.debughandles:0:NONE +key_key.integrateddynamics.logic_programmer_focus_search:33:ALT +key_key.integrateddynamics.logic_programmer_open_rename:19:ALT +key_invtweaks.key.sort:19:NONE +key_Mo'Bends Menu:34:NONE +key_Quick Commands:83:NONE +key_nei.options.keys.gui.enchant:45:NONE +key_nei.options.keys.gui.potion:25:NONE +key_nei.options.keys.gui.prev:201:NONE +key_nei.options.keys.gui.next:209:NONE +key_nei.options.keys.world.chunkoverlay:67:NONE +key_nei.options.keys.world.moboverlay:65:NONE +key_nei.options.keys.world.dawn:0:NONE +key_nei.options.keys.world.noon:0:NONE +key_nei.options.keys.world.dusk:0:NONE +key_nei.options.keys.world.midnight:0:NONE +key_nei.options.keys.world.rain:0:NONE +key_nei.options.keys.world.heal:0:NONE +key_nei.options.keys.world.creative:0:NONE +key_key.nutrition:49:NONE +key_overloaded.key.noclip:47:NONE +key_key.radial_menu:46:NONE +key_key.use_ring:19:NONE +key_key.open_pouch:34:NONE +key_key.connect_caving_rope:47:NONE +key_key.porterNextDestination:27:NONE +key_key.porterPrevDestination:26:NONE +key_key.debugDumpNBTItem:0:NONE +key_key.debugDumpNBTBlock:0:NONE +key_key.craftingGrid:46:NONE +key_key.journeymap.zoom_in:13:NONE +key_key.journeymap.zoom_out:12:NONE +key_key.journeymap.minimap_type:26:NONE +key_key.journeymap.minimap_preset:43:NONE +key_key.journeymap.create_waypoint:48:NONE +key_key.journeymap.fullscreen_create_waypoint:48:NONE +key_key.journeymap.fullscreen_chat_position:46:NONE +key_key.journeymap.map_toggle_alt:36:NONE +key_key.journeymap.fullscreen_waypoints:48:CONTROL +key_key.journeymap.minimap_toggle_alt:36:CONTROL +key_key.journeymap.fullscreen_options:24:NONE +key_key.journeymap.fullscreen.north:200:NONE +key_key.journeymap.fullscreen.south:208:NONE +key_key.journeymap.fullscreen.east:205:NONE +key_key.journeymap.fullscreen.west:203:NONE diff --git a/config/defaultoptions/options.txt b/config/defaultoptions/options.txt new file mode 100644 index 0000000..dfdb325 --- /dev/null +++ b/config/defaultoptions/options.txt @@ -0,0 +1,71 @@ +version:1343 +invertYMouse:false +mouseSensitivity:0.46478873 +fov:0.35 +gamma:1.0 +saturation:0.0 +renderDistance:8 +guiScale:3 +particles:0 +bobView:false +anaglyph3d:false +maxFps:260 +fboEnable:true +difficulty:3 +fancyGraphics:false +ao:2 +renderClouds:fast +resourcePacks:["Soartex3142017.zip"] +incompatibleResourcePacks:[] +lastServer: +lang:en_us +chatVisibility:0 +chatColors:true +chatLinks:true +chatLinksPrompt:true +chatOpacity:1.0 +snooperEnabled:true +fullscreen:false +enableVsync:false +useVbo:true +hideServerAddress:false +advancedItemTooltips:true +pauseOnLostFocus:true +touchscreen:false +overrideWidth:0 +overrideHeight:0 +heldItemTooltips:true +chatHeightFocused:1.0 +chatHeightUnfocused:0.44366196 +chatScale:1.0 +chatWidth:1.0 +mipmapLevels:0 +forceUnicodeFont:false +reducedDebugInfo:false +useNativeTransport:true +entityShadows:true +mainHand:right +attackIndicator:1 +showSubtitles:false +realmsNotifications:true +enableWeakAttacks:false +autoJump:false +narrator:0 +tutorialStep:none +soundCategory_master:1.0 +soundCategory_music:0.0 +soundCategory_record:1.0 +soundCategory_weather:1.0 +soundCategory_block:1.0 +soundCategory_hostile:1.0 +soundCategory_neutral:1.0 +soundCategory_player:1.0 +soundCategory_ambient:1.0 +soundCategory_voice:1.0 +modelPart_cape:true +modelPart_jacket:true +modelPart_left_sleeve:true +modelPart_right_sleeve:true +modelPart_left_pants_leg:true +modelPart_right_pants_leg:true +modelPart_hat:true diff --git a/config/despawningspawners.cfg b/config/despawningspawners.cfg new file mode 100644 index 0000000..c923a6e --- /dev/null +++ b/config/despawningspawners.cfg @@ -0,0 +1,21 @@ +# Configuration file + +general { + # The amount of particles that the spawner will spawn. + I:amountOfParticles=50 + + # If enabled the spawners will spawn particles depenending how many spawns have left. (GREEN > 50%; YELLOW < 50%; RED < 10%). + B:displaySpawnerParticle=true + + # Amount of spawns can a spawner do. It won't stop the remaining spawns of a spawner 'work'. + # Min: 0 + # Max: 2147483647 + I:maxSpawnerSpawns=400 + + # NO LONGER VALID!! A list of blocks that are considered a spawner. + S:spawnerBlocks < + minecraft:mob_spawner + > +} + + diff --git a/config/dimensionalcontrol/DimensionalControl.cfg b/config/dimensionalcontrol/DimensionalControl.cfg new file mode 100644 index 0000000..0b8d259 --- /dev/null +++ b/config/dimensionalcontrol/DimensionalControl.cfg @@ -0,0 +1,3 @@ +printDocumentation(false) +printDefaultConfigs(false) +setDefaultPreset("SevTech_V2") \ No newline at end of file diff --git a/config/dimensionalcontrol/Dimensions.cfg b/config/dimensionalcontrol/Dimensions.cfg new file mode 100644 index 0000000..6f3c559 --- /dev/null +++ b/config/dimensionalcontrol/Dimensions.cfg @@ -0,0 +1,5 @@ +#Sets the dimension script for dimension 0 +setScriptForDimension(0, "Larger_Rivers") + +#If uncommented, prints an image representing the biome map for dimension 0. Good for getting an idea of how it looks on a large scale. +#addBiomePrinter(0, 500, 500, 5, -1250, -1250, false) \ No newline at end of file diff --git a/config/dimensionalcontrol/biomeproviders/Example_Vanilla_With_Larger_Rivers.cfg b/config/dimensionalcontrol/biomeproviders/Example_Vanilla_With_Larger_Rivers.cfg new file mode 100644 index 0000000..6a6364c --- /dev/null +++ b/config/dimensionalcontrol/biomeproviders/Example_Vanilla_With_Larger_Rivers.cfg @@ -0,0 +1,133 @@ +#This is vanilla, except for certain parts. All changes from vanilla are within lines of # characters. + + +genLayer = new GenLayerIsland(1) + +genLayer = new GenLayerFuzzyZoom(2000, genLayer) + +genLayer = new GenLayerAddIsland(1, genLayer) + +genLayer = new GenLayerZoom(2001, genLayer) + +genLayer = new GenLayerAddIsland(2, genLayer) + +genLayer = new GenLayerAddIsland(50, genLayer) + +genLayer = new GenLayerAddIsland(70, genLayer) + +genLayer = new GenLayerRemoveTooMuchOcean(2, genLayer) + + +########################################################################## +#Remove this layer, as it is part of making the vanilla heat map + +#genLayer = new GenLayerAddSnow(2, genLayer) + +########################################################################## + + +genLayer = new GenLayerAddIsland(3, genLayer) + + +########################################################################## +//Replace oceans surrounded by at least 7 other oceans with plains. + +genLayer = new GenLayerTouching(1000, genLayer) +genLayer.addData("ocean", "ocean", null, 7, "plains") + +########################################################################## + + +########################################################################## +#Remove these 3 layers, as they make the default vanilla heat map + +#genLayer = new GenLayerEdge(2, genLayer, Edge_Mode_Cool_Warm) +#genLayer = new GenLayerEdge(2, genLayer, Edge_Mode_Heat_Ice) +#genLayer = new GenLayerEdge(3, genLayer, Edge_Mode_Special) + +#Create Z repeating heat map. Vanilla uses 1, 2, 3 and 4 for heat levels. 1 is hot, 2 is warm, 3 is cool, 4 is icy +tempGenLayer = new GenLayerHeatZ(1, [2, 3, 4, 3, 2, 1]) + +#Zoom heat map to the wanted level. Simple change the last variable to increase or decrease heat map size. 1 is around 10k for a loop, 2 is around 25k for a loop. +tempGenLayer = magnify(1000, tempGenLayer, 1) + +#Combine the heat map layer chain with the main layer chain. We keep all ocean and override the rest with the heat map. +genLayer = new GenLayerCombineWhitelist(1000, genLayer, tempGenLayer, [0]) + +########################################################################## + + +genLayer = new GenLayerZoom(2002, genLayer) + +genLayer = new GenLayerZoom(2003, genLayer) + +genLayer = new GenLayerAddIsland(4, genLayer) + +genLayer = new GenLayerAddMushroomIsland(5, genLayer) + +genLayer = new GenLayerDeepOcean(4, genLayer) + +genLayer2 = magnify(1000, genLayer, 0) + +genLayer3 = magnify(1000, genLayer2, 0) + +genLayer3 = new GenLayerRiverInit(100, genLayer3) + +genLayer4 = magnify(1000, genLayer3, 2) + +genLayer2 = new GenLayerBiome(200, genLayer2, worldType, null) + +genLayer2 = magnify(1000, genLayer2, 2) + +genLayer2 = new GenLayerBiomeEdge(1000, genLayer2) + +########################################################################## + +//Switch from vanilla hill layer to DC hill layer and remove the hill biomes from "deep_ocean" (This hill is what causes the tiny islands in the ocean) +//genLayer2 = new GenLayerHills(1000, genLayer2, genLayer4) + +genLayer2 = new GenLayerHillsDC(1000, genLayer2, genLayer4) +genLayer2.addDefaultHills() +genLayer2.addDefaultMutations() +genLayer2.removeHill("deep_ocean") + +########################################################################## + +genLayer3 = magnify(1000, genLayer3, 2) + +########################################################################## + +#If you want to keep the rivers in the same place, then for every level of magnify added later to increase river size, decrease the level of this magnify layer by 1. Currently this is reduced by 2 (to 2) to counteract the 2 levels of magnify already set. +genLayer3 = magnify(1000, genLayer3, 2) + +########################################################################## + +genLayer3 = new GenLayerRiver(1, genLayer3) + +########################################################################## + +#Add magnify call to the river layer chain to increase size. Increase last variable of magnify call to increase size even more. +genLayer3 = magnify(1000, genLayer3, 2) + +########################################################################## + +genLayer3 = new GenLayerSmooth(1000, genLayer3) + +genLayer2 = new GenLayerRareBiome(1001, genLayer2) + +genLayer2 = new GenLayerZoom(1000, genLayer2) + +genLayer2 = new GenLayerAddIsland(3, genLayer2) + +genLayer2 = new GenLayerZoom(1001, genLayer2) + +genLayer2 = new GenLayerShore(1000, genLayer2) + +genLayer2 = magnify(1002, genLayer2, 2) + +genLayer2 = new GenLayerSmooth(1000, genLayer2) + +finalGenLayer1 = new GenLayerRiverMix(100, genLayer2, genLayer3) +finalGenLayer2 = new GenLayerVoronoiZoom(10, finalGenLayer1) + +setGenLayers(finalGenLayer1, finalGenLayer2) \ No newline at end of file diff --git a/config/dimensionalcontrol/dimensions/Larger_Rivers.cfg b/config/dimensionalcontrol/dimensions/Larger_Rivers.cfg new file mode 100644 index 0000000..11f83ec --- /dev/null +++ b/config/dimensionalcontrol/dimensions/Larger_Rivers.cfg @@ -0,0 +1,2 @@ +#Sets the BiomeProvider to be used for the dimension to be of type "Custom_Medium" and use script "Example_Vanilla_With_Larger_Rivers" +setBiomeProvider("Example_Vanilla_With_Larger_Rivers", "Custom_Medium") \ No newline at end of file diff --git a/config/dimensionalcontrol/documentation/BasicConcepts.txt b/config/dimensionalcontrol/documentation/BasicConcepts.txt new file mode 100644 index 0000000..ca7c0db --- /dev/null +++ b/config/dimensionalcontrol/documentation/BasicConcepts.txt @@ -0,0 +1,144 @@ + + +Scripting: + + Calling a function: + A function can be called by putting the function call before a pair of () brackets containing any required variables. + + Examples: + printDocumentation(true) + addBiomePrinter(0, 500, 500, 20, -5000, -5000, false) + setMinHeight(0) + doSomething() + + + + Calling a function on a local variable: + A function can be called on a local variable by putting the local variable name followed by a period before the function call. + + Examples: + genLayer.addData("deep_ocean", "jungle", null, 1, "jungle", 5) + + + + Creating a local variable: + A local variable can be created by putting the desired name of your variable before an equals character and calling a function which returns something. + Generally this will be a Constructor. A Constructor requires that "new" is put before the function call. What Constructors are available depends on the + type of script file you're writing in. + + Examples: + MyVariable = new GenLayerIsland(1) + data = new HillData() + genLayer4 = magnify(1000, genLayer3, 2) + genLayer = new GenLayerTouching(1000, genLayer) + tempGenLayer = new GenLayerHeatZ(1, ["desert", "extreme_hills", "forest", "extreme_hills", "desert", "plains"]) + + + + + +Config presets: + + A preset can be created by creating a folder in the folder /config/dimensionalcontrol/presets/ named what you want your preset to be called. Your folder can then + be filled with config files the same way as the /config/dimensionalcontrol folder. + + Presets can be chosen on the client side in the world creation screen, which will have a new button which functions like the WorldType button. Presets can be + chosen on the server side by adding the 'dc_preset' to your servers properties file. Once a preset is chosen for a world, it cannot be changed without editing + the DimensionalControlPreset.txt file in the save. + + If no presets exist, no preset is chosen, or the "default" preset is chosen, configs will be read directly from the /config/dimensionalcontrol folder. + + + + + +null: + null is the Java representation of nothing. It can be used when you need to fill a variable space, but don't want to put anything there. + + + + + +Variable types: + + array: + A list of variables within square brackets, seperated by commas. + + Examples: + [0] + [1, 5, 6, 1] + ["This", "Is", "A", "String", "Array"] + + + int: + A number with no decimals. Cannot be null. + + Examples: + 0 + 1 + 3534636435435 + -6437556435 + 42 + + + long: + A number that can handle decimals. Cannot be null. + + Examples: + 0 + 1 + -6437556435 + 42 + 0.0 + -10.7834343 + 57344343.67345543 + + + String: + A string of characters. Must start and end with ". + + Examples: + "this is a string" + "this is another string" + "36j4;5kjf09utjwtgjfjap'fj;4tfjf;j';jgds;gjdslf" + + + NON_NULL_BIOME_ID: + A String or int representing a biome ID. Cannot be null. + + Examples: + "ocean" + 0 + "jungle" + 21 + "mutated_extreme_hills_with_trees" + 162 + + + BIOME_ID_ARRAY: + An int, String, int array or String array used to represent biome IDs. May be null. + + Examples: + 0 + "ocean" + [0, 21, 162] + ["ocean", "jungle", "mutated_extreme_hills_with_trees"] + null + + + NON_NULL_BIOME_ID_ARRAY: + An int, String, int array or String array used to represent biome IDs. Cannot be null. + + Examples: + 0 + "ocean" + [0, 21, 162] + ["ocean", "jungle", "mutated_extreme_hills_with_trees"] + + + GenLayer: + A GenLayer object. Will generally be being held as a local variable. May not be null. + + Examples: + insertYourLocalVariableName + diff --git a/config/dimensionalcontrol/documentation/DimensionalControl.txt b/config/dimensionalcontrol/documentation/DimensionalControl.txt new file mode 100644 index 0000000..0adae0e --- /dev/null +++ b/config/dimensionalcontrol/documentation/DimensionalControl.txt @@ -0,0 +1,23 @@ +This file is for basic mod options. It does nothing to modify dimensions. Dimensions +can be traversed using custom portals or with the command /tpdim dimension +. If DimensionalControl.cfg does not exist, default configs and documentation +will be printed. + + + +printDocumentation: + Arguments: + boolean + Default Values: + true + Notes: + Used to set whether DimensionalControl should print config documentation. + +printDefaultConfigs: + Arguments: + boolean + Default Values: + true + Notes: + Used to set whether DC should print default config files. This will replace files. Always backup first! + diff --git a/config/dimensionalcontrol/documentation/Dimensions.txt b/config/dimensionalcontrol/documentation/Dimensions.txt new file mode 100644 index 0000000..227de1f --- /dev/null +++ b/config/dimensionalcontrol/documentation/Dimensions.txt @@ -0,0 +1,69 @@ +The main purpose of this file is to register new dimensions and set script configs +for them. It is also where WorldInfo scripts and BiomePrinters are set. + + + +setPortal: + Arguments: + byte, int, int, String + Usage: + portal ID, first dimension ID, second dimension ID, block ID + Notes: + Sets the portal of the provided id to be made of the provided block and travel between the two provided dimensions. Portal ID can be set to anything between -128 and 127 + +addBiomePrinter: + Arguments: + int, int, int, int, int, int + Usage: + dimension ID, height, width, spacing, startX, startZ + Notes: + Used to add a biome printer for the selected dimension. I suggest 500 height, 500 width, 10 spacing, 0 startX, 0 startZ for most cases. This can take a long time, or even run the game out of memory in extreme cases, if the size is set too high. Images are saved to config/dimensionalcontrol/output and overwrite eachother. + +addBiomePrinter: + Arguments: + int, int, int, int, int, int, boolean + Usage: + dimension ID, height, width, spacing, startX, startZ, overwrite + Notes: + Used to add a biome printer for the selected dimension. I suggest 500 height, 500 width, 10 spacing, 0 startX, 0 startZ for most cases. This can take a long time, or even run the game out of memory in extreme cases, if the size is set too high. Images are saved to config/dimensionalcontrol/output and overwrite eachother if overwrite is set to true. + +setPortalIgniter: + Arguments: + String + Usage: + item ID + Notes: + Sets the portal igniter. This is the item that will be used to ignite any custom portals. + +addDimension: + Arguments: + int + Usage: + dimension ID + Notes: + Used to add a dimension with this id using the default overworld WorldProvider. + +setScriptForDimension: + Arguments: + int, String + Usage: + dimension ID, script name + Notes: + Sets the dimension script for the provided dimensionID. The script will be searched for in config/dimensionalcontrol/dimensions/. + +setGlobalWorldInfo: + Arguments: + String + Usage: + script name + Notes: + Sets the script to be used for global world info options. + +setWorldInfoForDimension: + Arguments: + String, int + Usage: + script name, dimension ID + Notes: + Sets the script to be used for the provided dimensions world info options. + diff --git a/config/dimensionalcontrol/documentation/VanillaGenLayers.txt b/config/dimensionalcontrol/documentation/VanillaGenLayers.txt new file mode 100644 index 0000000..096f7b7 --- /dev/null +++ b/config/dimensionalcontrol/documentation/VanillaGenLayers.txt @@ -0,0 +1,216 @@ + + +GenLayerIsland: + This is the base layer used by vanilla for the Overworld chain. It pseudo-randomly places ocean and plains on an approximately 9-1 ratio. + + Constructor: + Arguments: + long + Argument Usage: + layer base seed + + + +GenLayerFuzzyZoom: + Zooms the parent layer, effectively increasing its size. This version is more random than GenLayerZoom + + Constructor: + Arguments: + long, GenLayer + Argument Usage: + layer base seed, parent layer + + + +GenLayerAddIsland: + Pseudo-randomly adds islands. Can be made up of any biome ids already in the chain. + + Constructor: + Arguments: + long, GenLayer + Argument Usage: + layer base seed, parent layer + + + +GenLayerZoom: + Zooms the parent layer, effectively increasing its size. + + Constructor: + Arguments: + long, GenLayer + Argument Usage: + layer base seed, parent layer + + + +GenLayerRemoveTooMuchOcean: + Removes "excess" ocean biomes. If a biome position is ocean and all 4 biomes around it are ocean, the biome is changed to plains. + + Constructor: + Arguments: + long, GenLayer + Argument Usage: + layer base seed, parent layer + + + +GenLayerAddSnow: + Part of the vanilla heat map generation. Responsible for adding cold/icy heat levels. Pseudo-randomly replaces biome ids other than 0 with id 4, 3 or 1. + + Constructor: + Arguments: + long, GenLayer + Argument Usage: + layer base seed, parent layer + + + +GenLayerEdge: + Part of the vanilla heat map generation. Depending on which mode it's constructed with, does different things. Overall the point is making sure there are no heat ids surrounded by + unacceptable heat ids. Such as hot being surrounded by icy. + + Constructor: + Arguments: + long, GenLayer, GenLayerEdgeMode + Argument Usage: + layer base seed, parent layer, edge mode + Notes: + Mode options are automatically added as local variables under the names Edge_Mode_Cool_Warm, Edge_Mode_Heat_Ice and Edge_Mode_Special. + + + +GenLayerAddMushroomIsland: + Pseudo-randomly adds mushroom islands. If an ocean biome is surrounded by ocean, there is a 1/100 chance for it to be changed to a mushroom island. + + Constructor: + Arguments: + long, GenLayer + Argument Usage: + layer base seed, parent layer + + + +GenLayerDeepOcean: + Adds deep ocean biomes. If an ocean biome is surrounded by ocean, it is changed to deep ocean. + + Constructor: + Arguments: + long, GenLayer + Argument Usage: + layer base seed, parent layer + + + +GenLayerRiverInit: + Generates pseudo-random gibberish to be used for placing rivers and hills. No gibberish is generated for oceans. + + Constructor: + Arguments: + long, GenLayer + Argument Usage: + layer base seed, parent layer + + + +GenLayerBiome: + Replaces the heat map from the parent layer with a pseudo-random weighted biome map. + + Constructor: + Arguments: + long, GenLayer, WorldType, String + Argument Usage: + layer base seed, parent layer, world type object, generator string + Notes: + The WorldType object is automatically added as a local variable named worldType. The generator String is automatically added as a local variable named generatorString. + + + +GenLayerBiomeEdge: + Attempts to place acceptable biomes between unacceptable biomes. For instance, if desert and ice plains are touching, an extreme hills with trees is placed. + + Constructor: + Arguments: + long, GenLayer + Argument Usage: + layer base seed, parent layer + + + +GenLayerHills: + Uses the initialization layer to pseudo-randomly place hill biomes and other biome mutations. + + Constructor: + Arguments: + long, GenLayer, GenLayer + Argument Usage: + layer base seed, biome parent layer, hill/river initialization parent layer + Notes: + The first layer is the normal biome map, and the second is the hill/river initialization layer. + + + +GenLayerRiver: + Uses the initialization layer to create a river map. + + Constructor: + Arguments: + long, GenLayer + Argument Usage: + layer base seed, river initialization parent layer + + + +GenLayerSmooth: + Attempts to "smooth" things. I won't pretend to understand well enough to explain better. + + Constructor: + Arguments: + long, GenLayer + Argument Usage: + layer base seed, parent layer + + + +GenLayerRareBiome: + Pseudo-randomly replaces plains biomes with mutated_plains biomes. Otherwise known as a sunflower plains. 1/57 chance. + + Constructor: + Arguments: + long, GenLayer + Argument Usage: + layer base seed, parent layer + + + +GenLayerShore: + Adds shore biomes between ocean and land biomes. + + Constructor: + Arguments: + long, GenLayer + Argument Usage: + layer base seed, parent layer + + + +GenLayerRiverMix: + Combines the biome map and river map, adding river biomes depending on what biome it is. + + Constructor: + Arguments: + long, GenLayer, GenLayer + Argument Usage: + layer base seed, biome map parent layer, river map parent layer + + + +GenLayerVoronoiZoom: + Zooms the parent layer, effectively increasing its size. This version creates the most extreme changes of all the zoom layers. + + Constructor: + Arguments: + long, GenLayer + Argument Usage: + layer base seed, parent layer + diff --git a/config/dimensionalcontrol/documentation/biomeproviders/CustomLight.txt b/config/dimensionalcontrol/documentation/biomeproviders/CustomLight.txt new file mode 100644 index 0000000..913f50b --- /dev/null +++ b/config/dimensionalcontrol/documentation/biomeproviders/CustomLight.txt @@ -0,0 +1,140 @@ +The role of a BiomeProvider is to handle the generation of the dimensions biome map. +This particular type uses a layer based system to generate a complex biome map in +the same way as the vanilla Overworld. + + + +addBiome: + Arguments: + String, Non_Null_Biome_ID, int + Usage: + biome type, biome id, weight + Notes: + Adds the provided biome id to the provided type with the provided weight. Type options are "Ocean", "Desert", "Warm", "Cool", "Icy". + +addBiome: + Arguments: + String, Non_Null_Biome_ID + Usage: + biome type, biome id + Notes: + Adds the provided biome id to the provided type with a weight of 1. Type options are "Ocean", "Desert", "Warm", "Cool", "Icy". + +addBiomeEdge: + Arguments: + Non_Null_Biome_ID_Array, Non_Null_Biome_ID + Usage: + target biome IDs, edge biome ID + Notes: + Adds a biome edge for the provided biomes with no whitelist or blacklist. + +addBiomeEdge: + Arguments: + Non_Null_Biome_ID_Array, Biome_ID_Array, Biome_ID_Array, Non_Null_Biome_ID + Usage: + target biome IDs, whitelist, blacklist, edge biome ID + Notes: + Adds a biome edge for the provided biomes with a whitelist and blacklist. + +setBiomeSize: + Arguments: + int + Usage: + biome size + Notes: + Sets the biome size. + +setOceanSize: + Arguments: + String + Usage: + ocean size ID + Default Values: + Default + Notes: + Sets the ocean size for the dimension. Options are "Small", "Default", "Large". + +setMutation: + Arguments: + Non_Null_Biome_ID, Non_Null_Biome_ID + Usage: + base biome ID, mutation biome ID + Notes: + Sets the mutation biome for the provided biomeID. + +setSpecialBiome: + Arguments: + String, Non_Null_Biome_ID + Usage: + biome type, special biome ID + Notes: + Sets the special biome for the provided type. Type options are "Ocean", "Desert", "Warm", "Cool", "Icy". + +setHill: + Arguments: + Non_Null_Biome_ID, Non_Null_Biome_ID_Array + Usage: + base biome ID, hill biome IDs + Notes: + Sets the hill biomes for the provided biomeID. + +setRiverBiome: + Arguments: + Non_Null_Biome_ID, Non_Null_Biome_ID + Usage: + base biome ID, river biome ID + Notes: + Sets the river biome for the provided biomeID. + +addBiomeShore: + Arguments: + Non_Null_Biome_ID_Array, Biome_ID_Array, Biome_ID_Array, Non_Null_Biome_ID + Usage: + target biome IDs, whitelist, blacklist, shore biome ID + Notes: + Adds a biome shore for the provided biomes with a whitelist and blacklist. + +addBiomeShore: + Arguments: + Non_Null_Biome_ID_Array, Non_Null_Biome_ID + Usage: + target biome IDs, shore biome ID + Notes: + Adds a biome shore for the provided biomes with no whitelist or blacklist. + +disableDeepOceanLayer: + Arguments: + None + Notes: + Disables the deep ocean layer. + +setSpecialVariantChance: + Arguments: + int + Usage: + chance + Notes: + Sets the global chance for the special variant biome to be used. The chance is 1 in the provided number. + +setSpecialVariantChance: + Arguments: + String, int + Usage: + biome type, chance + Notes: + Sets the chance for the special variant biome to be used for the provided type. The chance is 1 in the provided number. Type options are "Ocean", "Desert", "Warm", "Cool", "Icy". + +setSpecialVariantBiome: + Arguments: + String, Non_Null_Biome_ID + Usage: + biome type, special variant biome ID + Notes: + Sets the special variant biome for the provided type. Type options are "Ocean", "Desert", "Warm", "Cool", "Icy". + +disableMushroomIslandLayer: + Arguments: + None + Notes: + Disables the mushroom island layer. + diff --git a/config/dimensionalcontrol/documentation/biomeproviders/CustomMedium.txt b/config/dimensionalcontrol/documentation/biomeproviders/CustomMedium.txt new file mode 100644 index 0000000..fa2e790 --- /dev/null +++ b/config/dimensionalcontrol/documentation/biomeproviders/CustomMedium.txt @@ -0,0 +1,27 @@ +The role of a BiomeProvider is to handle the generation of the dimensions biome map. +This particular type allows for the creation of a layer based biome mapping system +that allows for extreme configuration. The most important concept to keep in mind +when building a BiomeProvider, is scale. Every zoom/magify increases the relative +size of all GenLayers before it in the chain. This allows for things to be done on +an extremely large scale at the top of the chain, and a very small scale at the bottom +of the chain. This is extremely complicated, please see default configs for some +examples. + + + +setGenLayers: + Arguments: + Genlayer, Genlayer + Usage: + genlayer, zoomed genlayer + Notes: + Sets the Genlayer chain for this BiomeProvider. The second layer should be the same as the first layer, but with an added GenLayerVoronoiZoom on the end. The first one is used for the lerped terrain generation, the second is used for the detailed biome map. + +magnify: + Arguments: + long, Genlayer, int + Usage: + seed offset, genlayer to zoom, zoom count + Notes: + Adds zoom count GenLayerZoom layers to the provided GenLayer. This is just a helper method to quickly add multiple GenLayerZoom layers at once. + diff --git a/config/dimensionalcontrol/documentation/biomeproviders/Single.txt b/config/dimensionalcontrol/documentation/biomeproviders/Single.txt new file mode 100644 index 0000000..462bc9a --- /dev/null +++ b/config/dimensionalcontrol/documentation/biomeproviders/Single.txt @@ -0,0 +1,14 @@ +The role of a BiomeProvider is to handle the generation of the dimensions biome map. +This particular type uses only a single biome, and is what is used for the Nether +and the End. + + + +setBiome: + Arguments: + Non_Null_Biome_ID + Usage: + biome ID + Notes: + Sets the single biome to be used for this BiomeProvider as the provided biome ID. + diff --git a/config/dimensionalcontrol/documentation/blockreplacements/BlockReplacement.txt b/config/dimensionalcontrol/documentation/blockreplacements/BlockReplacement.txt new file mode 100644 index 0000000..2d9c552 --- /dev/null +++ b/config/dimensionalcontrol/documentation/blockreplacements/BlockReplacement.txt @@ -0,0 +1,16 @@ +The role of a BlockReplacement is to handle all instances where you need to replace +one block with another. For instance, it can be used to raise or lower the water +height, replace oceans with lava, replace leaves with diamond blocks, etc. The key +is using the correct GenerationPoint, so that the replacement is done at the right +time during generation. + + + +addGenerationPoint: + Arguments: + String + Usage: + Generation_Point_ID + Notes: + Adds a generation point for this block replacement to be run at. Options in order of first to last occurance in generation are: "BIOME_BLOCK_REPLACEMENT", "POPULATE_CHUNK_PRE", "DECORATE_CHUNK_PRE", "DECORATE_CHUNK_POST", "POPULATE_CHUNK_POST", "WORLD_GENERATOR_FIRST", "WORLD_GENERATOR_LAST" + diff --git a/config/dimensionalcontrol/documentation/blockreplacements/BlockReplacementSimple.txt b/config/dimensionalcontrol/documentation/blockreplacements/BlockReplacementSimple.txt new file mode 100644 index 0000000..5a1026a --- /dev/null +++ b/config/dimensionalcontrol/documentation/blockreplacements/BlockReplacementSimple.txt @@ -0,0 +1,66 @@ +This extends BlockReplacement. Therefore, any scripting methods in BlockReplacement +can be used for block replacements of this type. This is a basic block replacement +with a min and max height setting. + + + +setReplacement: + Arguments: + String, int + Usage: + block ID, meta + Notes: + Sets the block replacement and meta. + +setReplacement: + Arguments: + String + Usage: + block ID + Notes: + Sets the block replacement with a meta of 0. + +setMaxHeight: + Arguments: + int + Usage: + height + Default Values: + 256 + Notes: + Sets the max height for this block replacement. + +setMinHeight: + Arguments: + int + Usage: + height + Default Values: + 0 + Notes: + Sets the min height for this block replacement. + +setBlockToReplace: + Arguments: + String + Usage: + block ID + Notes: + Sets the block to be replaced with a meta of 0. + +setBlockToReplace: + Arguments: + String, int + Usage: + block ID, meta + Notes: + Sets the block and meta to be replaced. + +addGenerationPoint: + Arguments: + String + Usage: + Generation_Point_ID + Notes: + Adds a generation point for this block replacement to be run at. Options in order of first to last occurance in generation are: "BIOME_BLOCK_REPLACEMENT", "POPULATE_CHUNK_PRE", "DECORATE_CHUNK_PRE", "DECORATE_CHUNK_POST", "POPULATE_CHUNK_POST", "WORLD_GENERATOR_FIRST", "WORLD_GENERATOR_LAST" + diff --git a/config/dimensionalcontrol/documentation/chunkgenerators/ChunkGenerator.txt b/config/dimensionalcontrol/documentation/chunkgenerators/ChunkGenerator.txt new file mode 100644 index 0000000..7d3e3f4 --- /dev/null +++ b/config/dimensionalcontrol/documentation/chunkgenerators/ChunkGenerator.txt @@ -0,0 +1,11 @@ +The role of a ChunkGenerator is to handle all things related to terrain and structure +generation. + + + +disableMapGen: + Arguments: + String + Usage: + Disables the provided MapGen type. Types are "CAVES", "CAVES_NETHER", "RAVINE", "END_CITY", "MINESHAFT", "NETHER_BRIDGE", "SCATTERED_FEATURE", "STRONGHOLD", "VILLAGE", "OCEAN_MONUMENT" + diff --git a/config/dimensionalcontrol/documentation/dimensions/DimensionScript.txt b/config/dimensionalcontrol/documentation/dimensions/DimensionScript.txt new file mode 100644 index 0000000..f416e76 --- /dev/null +++ b/config/dimensionalcontrol/documentation/dimensions/DimensionScript.txt @@ -0,0 +1,69 @@ +This is where the main things can be configured for each dimension. WorldProvider, +ChunkGenerator, BiomeProvider and BlockReplacements. + + + +setBiomeProvider: + Arguments: + String, String + Usage: + script name, BiomeProvider type + Notes: + Used to set the BiomeProvider script and BiomeProvider type. Neither option may be null. Type options are "SURFACE", "SINGLE", "CUSTOM_LIGHT", "CUSTOM_MEDIUM" + +setWorldProvider: + Arguments: + String, String + Usage: + script name, WorldProvider type + Notes: + Used to set the WorldProvider script and WorldProvider type. Either option can be null. Type options are "Overworld", "Nether", "The End" + +setChunkGenerator: + Arguments: + String, String + Usage: + script name, ChunkGenerator type + Notes: + Sets the ChunkGenerator script and ChunkGenerator type. The ChunkGenerator type can be null. Type options are "SURFACE", "FLAT", "HELL", "END", "VOID" + +setChunkGeneratorType: + Arguments: + String + Usage: + ChunkProvider type + Notes: + Used to set the ChunkGenerator type. Type options are "SURFACE", "FLAT", "HELL", "END", "VOID" + +addBlockReplacement: + Arguments: + String, String + Usage: + script name, BlockReplacement type + Notes: + Used to add a BlockReplacement script of the provided type. Type options are "Simple" + +setWorldProviderScript: + Arguments: + String + Usage: + script name + Notes: + Used to set the WorldProvider script. + +setWorldProviderType: + Arguments: + String + Usage: + WorldProvider type + Notes: + Sets the WorldProvider type. Options are "Overworld", "Nether", "The End" + +setChunkGeneratorScript: + Arguments: + String + Usage: + script name + Notes: + Sets the ChunkGenerator script. + diff --git a/config/dimensionalcontrol/documentation/genlayers/GenLayerAddMushroomIslandDC.txt b/config/dimensionalcontrol/documentation/genlayers/GenLayerAddMushroomIslandDC.txt new file mode 100644 index 0000000..0ec938d --- /dev/null +++ b/config/dimensionalcontrol/documentation/genlayers/GenLayerAddMushroomIslandDC.txt @@ -0,0 +1,21 @@ +A copy of the vanilla GenLayerAddMushroomIsland with an optional disable. I can't +think of a single reason to use this rather than just not adding the layer. + + + +Constructor: + Arguments: + long, GenLayer + Argument Usage: + base layer seed, parent layer + Notes: + Constructs the layer with the seed and parent. + +shouldDisableMushroomIslandLayer: + Arguments: + boolean + Default Values: + false + Notes: + Sets whether the layer should be disabled + diff --git a/config/dimensionalcontrol/documentation/genlayers/GenLayerBaseSingle.txt b/config/dimensionalcontrol/documentation/genlayers/GenLayerBaseSingle.txt new file mode 100644 index 0000000..3cab3fa --- /dev/null +++ b/config/dimensionalcontrol/documentation/genlayers/GenLayerBaseSingle.txt @@ -0,0 +1,29 @@ +A layer to be used as a base to fill the world with a single biome. Good for when +you want a single base biome, such as in the Jungle_Islands preset example. + + + +Constructor: + Arguments: + long + Argument Usage: + layer base seed + Notes: + Constructs the layer with the single biome set to 0/"Ocean". + +Constructor: + Arguments: + long, Non_Null_Biome_ID + Argument Usage: + layer base seed, biome ID + Notes: + Constructs the layer and sets the biome it will fill the world with. + +setBiome: + Arguments: + Non_Null_Biome_ID + Usage: + biome ID + Notes: + Sets the biome this layer will fill the world with. + diff --git a/config/dimensionalcontrol/documentation/genlayers/GenLayerBiomeDC.txt b/config/dimensionalcontrol/documentation/genlayers/GenLayerBiomeDC.txt new file mode 100644 index 0000000..f3f868a --- /dev/null +++ b/config/dimensionalcontrol/documentation/genlayers/GenLayerBiomeDC.txt @@ -0,0 +1,61 @@ +A configurable version of the vanilla GenLayerBiome. Replaces the heat map with a +pseudo-random weighted biome map. + + + +Constructor: + Arguments: + long, GenLayer + Argument Usage: + base layer seed, parent layer + Notes: + Constructs the layer with its seed and parent layer. + +addBiome: + Arguments: + String, Non_Null_Biome_ID, int + Usage: + biome type, biome ID, weight + Notes: + Adds the provided biome id to the provided type with the provided weight. Type options are "Ocean", "Desert", "Warm", "Cool", "Icy". + +addBiome: + Arguments: + String, Non_Null_Biome_ID + Usage: + biome type, biome ID + Notes: + Adds the provided biome id to the provided type with a weight of 1. Type options are "Ocean", "Desert", "Warm", "Cool", "Icy" + +setSpecialBiome: + Arguments: + String, Non_Null_Biome_ID + Usage: + biome type, biome ID + Notes: + Sets the special biome for the provided type. Type options are "Ocean", "Desert", "Warm", "Cool", "Icy". + +setSpecialVariantChance: + Arguments: + String, int + Usage: + biome type, chance + Notes: + Sets the chance for the special variant biome to be used for the provided type. The chance is 1 in the provided number. Type options are "Ocean", "Desert", "Warm", "Cool", "Icy". + +setSpecialVariantChance: + Arguments: + int + Usage: + chance + Notes: + Sets the global chance for the special variant biome to be used. This will set the chance for all types. Set this before you set specific ones or it will overwrite. The chance is 1 in the provided number. + +setSpecialVariantBiome: + Arguments: + String, Non_Null_Biome_ID + Usage: + biome type, biome ID + Notes: + Sets the special variant biome for the provided type. Type options are "Ocean", "Desert", "Warm", "Cool", "Icy". + diff --git a/config/dimensionalcontrol/documentation/genlayers/GenLayerBiomeEdgeDC.txt b/config/dimensionalcontrol/documentation/genlayers/GenLayerBiomeEdgeDC.txt new file mode 100644 index 0000000..35a8f84 --- /dev/null +++ b/config/dimensionalcontrol/documentation/genlayers/GenLayerBiomeEdgeDC.txt @@ -0,0 +1,29 @@ +A configurable version of the vanilla GenLayerBiomeEdge. Replaces biomes with objectionable +neighbors with biomes that make more sense. + + + +Constructor: + Arguments: + long, GenLayer + Argument Usage: + base layer seed, parent layer + Notes: + Constructs the layer with its seed and parent layer. + +addBiomeEdge: + Arguments: + Non_Null_Biome_ID_Array, Biome_ID_Array, Biome_ID_Array, Non_Null_Biome_ID + Usage: + biome IDs, whitelist, blacklist, edge biome ID + Notes: + Adds a biome edge for the provided biomes with a whitelist/blacklist. + +addBiomeEdge: + Arguments: + Non_Null_Biome_ID_Array, Non_Null_Biome_ID + Usage: + biome IDs, edge biome ID + Notes: + Adds a biome edge for the provided biomes with no whitelist or blacklist. + diff --git a/config/dimensionalcontrol/documentation/genlayers/GenLayerCombineWhitelist.txt b/config/dimensionalcontrol/documentation/genlayers/GenLayerCombineWhitelist.txt new file mode 100644 index 0000000..bcd691f --- /dev/null +++ b/config/dimensionalcontrol/documentation/genlayers/GenLayerCombineWhitelist.txt @@ -0,0 +1,15 @@ +A layer used to combine two parent layers using a whitelist. If the biome from the +first parent is in the whitelist, it's used, otherwise the biome from the second +parent is used. This is useful for doing things like combining a heat map and a terrain +map. + + + +Constructor: + Arguments: + long, GenLayer, GenLayer, Non_Null_Biome_ID_Array + Argument Usage: + base layer seed, first parent layer, second parent layer, whitelist + Notes: + Constructs the layer with its seed, parent layers and whitelist. + diff --git a/config/dimensionalcontrol/documentation/genlayers/GenLayerDeepOceanDC.txt b/config/dimensionalcontrol/documentation/genlayers/GenLayerDeepOceanDC.txt new file mode 100644 index 0000000..d91ea26 --- /dev/null +++ b/config/dimensionalcontrol/documentation/genlayers/GenLayerDeepOceanDC.txt @@ -0,0 +1,21 @@ +A copy of the vanilla GenLayerDeepOcean with an optional disable. I can't think of +a single reason to use this rather than just not adding the layer. + + + +Constructor: + Arguments: + long, GenLayer + Argument Usage: + base layer seed, parent layer + Notes: + Constructs the layer with the seed and parent. + +disableDeepOceanLayer: + Arguments: + boolean + Default Values: + false + Notes: + Disables the layer + diff --git a/config/dimensionalcontrol/documentation/genlayers/GenLayerHeatToBiomes.txt b/config/dimensionalcontrol/documentation/genlayers/GenLayerHeatToBiomes.txt new file mode 100644 index 0000000..a3ea8b0 --- /dev/null +++ b/config/dimensionalcontrol/documentation/genlayers/GenLayerHeatToBiomes.txt @@ -0,0 +1,62 @@ +A more configurable version of GenLayerBiomeDC. Replaces the heat map with a pseudo-random +weighted biome map. For the vanilla heat map, normally 1 is desert, 2 is warm, 3 +is cool, 4 is icy. + + + +Constructor: + Arguments: + long, GenLayer + Argument Usage: + base layer seed, parent + Notes: + Constructs the layer with the seed and parent. + +addBiome: + Arguments: + Non_Null_Biome_ID, Non_Null_Biome_ID, int + Usage: + heat ID, biome ID, weight + Notes: + Adds the provided biome id to the provided heat id with the provided weight. What heat ids are available depends on the GenLayer used before this. + +addBiome: + Arguments: + Non_Null_Biome_ID, Non_Null_Biome_ID + Usage: + heat ID, biome ID + Notes: + Adds the provided biome id to the provided heat id with a weight of 1. What heat ids are available depends on the GenLayer used before this + +setSpecialBiome: + Arguments: + Non_Null_Biome_ID, Non_Null_Biome_ID + Usage: + heat ID, biome ID + Notes: + Sets the special biome for the provided heat id. What heat ids are available depends on the GenLayer used before this. + +setSpecialVariantChance: + Arguments: + Non_Null_Biome_ID, int + Usage: + heat ID, chance + Notes: + Sets the chance for the special variant biome to be used for the provided heat id. The chance is 1 in the provided number. What heat ids are available depends on the GenLayer used before this. + +setSpecialVariantChance: + Arguments: + int + Usage: + chance + Notes: + Sets the global chance for the special variant biome to be used. This will set the chance for all heat ids. Set this before you set specific ones or it will overwrite. The chance is 1 in the provided number. + +setSpecialVariantBiome: + Arguments: + Non_Null_Biome_ID, Non_Null_Biome_ID + Usage: + heat ID, biome ID + Notes: + Sets the special variant biome for the provided heat id. What heat ids are available depends on the GenLayer used before this. + diff --git a/config/dimensionalcontrol/documentation/genlayers/GenLayerHeatZ.txt b/config/dimensionalcontrol/documentation/genlayers/GenLayerHeatZ.txt new file mode 100644 index 0000000..9d7b70a --- /dev/null +++ b/config/dimensionalcontrol/documentation/genlayers/GenLayerHeatZ.txt @@ -0,0 +1,29 @@ +This GenLayer is used to create a repeating set of ids on the Z axis based upon an +array. This is mainly used to create a semi-realistic wrapping heat map. + + + +Constructor: + Arguments: + long + Argument Usage: + seed + Notes: + Constructors the layer, setting the seed to be used. + +Constructor: + Arguments: + long, Non_Null_Biome_ID_Array + Argument Usage: + seed, heat array + Notes: + Constructors the layer, setting the seed and heat array to be used. + +setHeatArray: + Arguments: + Non_Null_Biome_ID_Array + Usage: + heat array + Notes: + Sets the heat array the layer will use. + diff --git a/config/dimensionalcontrol/documentation/genlayers/GenLayerHillsDC.txt b/config/dimensionalcontrol/documentation/genlayers/GenLayerHillsDC.txt new file mode 100644 index 0000000..c120872 --- /dev/null +++ b/config/dimensionalcontrol/documentation/genlayers/GenLayerHillsDC.txt @@ -0,0 +1,27 @@ +A configurable version of the vanilla GenLayerHills. Pseudo-randomly adds hill and +mutated biomes to existing biomes. + + + +Constructor: + Arguments: + long, GenLayer, GenLayer + Argument Usage: + layer base seed, first parent, second parent + Notes: + Constructs the layer with its seed and parent layers. The first layer is the normal biome map, and the second is the hill/river initialization layer. + +setMutation: + Arguments: + Non_Null_Biome_ID, Non_Null_Biome_ID + Usage: + biome ID, mutation biome ID + Notes: + Sets the mutation biome for the provided biomeID. + +setHill: + Arguments: + Non_Null_Biome_ID, Non_Null_Biome_ID_Array + Usage: + Sets the hill biomes for the provided biomeID. + diff --git a/config/dimensionalcontrol/documentation/genlayers/GenLayerRemoveTooMuchOceanDC.txt b/config/dimensionalcontrol/documentation/genlayers/GenLayerRemoveTooMuchOceanDC.txt new file mode 100644 index 0000000..776869b --- /dev/null +++ b/config/dimensionalcontrol/documentation/genlayers/GenLayerRemoveTooMuchOceanDC.txt @@ -0,0 +1,21 @@ +A configurable version of the vanilla GenLayerRemoveTooMuchOcean. Removes "excess" +ocean biomes. + + + +Constructor: + Arguments: + long, GenLayer + Argument Usage: + base layer seed, parent layer + Notes: + Constructs the layer with its base seed and parent layer. + +setOceanSize: + Arguments: + String + Usage: + ocean size + Notes: + Sets the ocean size for the layer. Options are "Small", "Large", "Default". Small replaces all ocean with plains, large does nothing, default does vanilla removal behavior. + diff --git a/config/dimensionalcontrol/documentation/genlayers/GenLayerReplaceAll.txt b/config/dimensionalcontrol/documentation/genlayers/GenLayerReplaceAll.txt new file mode 100644 index 0000000..438c814 --- /dev/null +++ b/config/dimensionalcontrol/documentation/genlayers/GenLayerReplaceAll.txt @@ -0,0 +1,26 @@ +A layer for replacing all biomes with a single biome. + + + +Constructor: + Arguments: + long, GenLayer + Argument Usage: + base layer seed, parent layer + Notes: + Constructs the layer with its base seed and parent layer. + +Constructor: + Arguments: + long, GenLayer, Non_Null_Biome_ID + Argument Usage: + base layer seed, parent layer + Notes: + Constructs the layer with its base seed and parent layer and sets the replacement biome. + +setReplacement: + Arguments: + Non_Null_Biome_ID + Usage: + Sets the biome this layer will replace all biomes with + diff --git a/config/dimensionalcontrol/documentation/genlayers/GenLayerRiverMixDC.txt b/config/dimensionalcontrol/documentation/genlayers/GenLayerRiverMixDC.txt new file mode 100644 index 0000000..42108d1 --- /dev/null +++ b/config/dimensionalcontrol/documentation/genlayers/GenLayerRiverMixDC.txt @@ -0,0 +1,21 @@ +A configurable version of the vanilla GenLayerRiverMix. Uses a biome map and a river +map layer to set configurable river biomes for biomes. + + + +Constructor: + Arguments: + long, GenLayer, GenLayer + Argument Usage: + base layer seed, biome map parent layer, river map layer + Notes: + Constructs the layer, setting the base layer seed and parent layers. + +setRiverBiome: + Arguments: + Non_Null_Biome_ID, Non_Null_Biome_ID + Usage: + biome ID, river biome ID + Notes: + Sets the river biome for the provided biomeID. + diff --git a/config/dimensionalcontrol/documentation/genlayers/GenLayerTouching.txt b/config/dimensionalcontrol/documentation/genlayers/GenLayerTouching.txt new file mode 100644 index 0000000..d6388e8 --- /dev/null +++ b/config/dimensionalcontrol/documentation/genlayers/GenLayerTouching.txt @@ -0,0 +1,50 @@ +This layer is meant to be a combined/improved version of the edge and mushroom island +layers. The idea is you set a biome or list of biomes, a list of biomes to look for +around it, a required count of those biomes, a replacement biome and optionally a +random chance. If the biome is found, touching >= count biomes from the list to look +for, then it is replaced with the replacement biome. If using a chance, this has +a 1/chance chance of happening. Check the Jungle_Islands preset for many commented +examples. + + + +Constructor: + Arguments: + long, GenLayer + Argument Usage: + base layer seed, parent layer + Notes: + Constructs the layer with its base seed and parent layer. + +addData: + Arguments: + Non_Null_Biome_ID_Array, int, Non_Null_Biome_ID, int + Usage: + biome IDs, required count, replacement biome ID, chance + Notes: + Sets the biomes to check neighbors for, the required count of acceptable neighbors, the replacement biome ID and a random chance. Chance for it to happen is 1/chance. + +addData: + Arguments: + Non_Null_Biome_ID_Array, Biome_ID_Array, Biome_ID_Array, int, Non_Null_Biome_ID + Usage: + biome IDs, whitelist, blacklist, required count, replacement biome ID + Notes: + Sets the biomes to check neighbors for, the whitelist/blacklist, the required count of acceptable neighbors and the replacement biome. If there are at least requiredCount number of neighbors nearby that are in the whitelist/not in the blacklist, the biome is replaced with the replacement biome. + +addData: + Arguments: + Non_Null_Biome_ID_Array, Biome_ID_Array, Biome_ID_Array, int, Non_Null_Biome_ID, int + Usage: + biome IDs, whitelist, blacklist, required count, replacement biome ID, chance + Notes: + Sets the biomes to check neighbors for, the whitelist/blacklist, the required count of acceptable neighbors, the replacement biome and a random chance. If there are at least requiredCount number of neighbors nearby that are in the whitelist/not in the blacklist, there is a 1/chance chance for the biome to be replaced with the replacement biome. + +addData: + Arguments: + Non_Null_Biome_ID_Array, int, Non_Null_Biome_ID + Usage: + biome IDs, required count, replacement biome ID + Notes: + Sets biomes to check neighbors for, the required count of acceptable neighbors and the replacement biome ID. + diff --git a/config/dimensionalcontrol/documentation/worldinfo/WorldInfo.txt b/config/dimensionalcontrol/documentation/worldinfo/WorldInfo.txt new file mode 100644 index 0000000..179b656 --- /dev/null +++ b/config/dimensionalcontrol/documentation/worldinfo/WorldInfo.txt @@ -0,0 +1,67 @@ +Not all options tested for dimension specific use. Some options may have unforseen +results when used dimension specific. + + + +setSeed: + Arguments: + Long + Usage: + seed + Notes: + Sets the world seed. + +setThundering: + Arguments: + Boolean + Notes: + Sets permanent thundering. + +setWorldType: + Arguments: + String + Usage: + WorldType ID + Notes: + Sets the world type. + +setDifficulty: + Arguments: + String + Usage: + difficulty + Notes: + Sets the difficulty. Options are "Peaceful", "Easy", "Normal", "Hard". + +setRaining: + Arguments: + Boolean + Notes: + Sets permanent raining. + +setCommandsAllowed: + Arguments: + Boolean + Notes: + Sets if commands are allowed. + +setGeneratorOptions: + Arguments: + String + Usage: + vanilla generation options string + Notes: + Sets the generator options string. This is the string used by the vanilla Customized world type for customizing the world. + +setMapFeaturesEnabled: + Arguments: + Boolean + Notes: + Sets if map features are enabled. + +setDifficultyLocked: + Arguments: + Boolean + Notes: + Sets if the difficulty is locked. + diff --git a/config/dimensionalcontrol/presets/SevTech_V2/Dimensions.cfg b/config/dimensionalcontrol/presets/SevTech_V2/Dimensions.cfg new file mode 100644 index 0000000..10adfb7 --- /dev/null +++ b/config/dimensionalcontrol/presets/SevTech_V2/Dimensions.cfg @@ -0,0 +1,6 @@ +#Sets the dimension script for dimension 0 +dim0 = setDimensionDefinition(0) +dim0.setBiomeProvider("SevTech", "Custom_Medium") + +#If uncommented, prints an image representing the biome map for dimension 0. Good for getting an idea of how it looks on a large scale. +//addBiomePrinter(0, 500, 500, 100, -25000, -25000, false) \ No newline at end of file diff --git a/config/dimensionalcontrol/presets/SevTech_V2/biomeproviders/SevTech.cfg b/config/dimensionalcontrol/presets/SevTech_V2/biomeproviders/SevTech.cfg new file mode 100644 index 0000000..569b1cc --- /dev/null +++ b/config/dimensionalcontrol/presets/SevTech_V2/biomeproviders/SevTech.cfg @@ -0,0 +1,505 @@ +//This file is incredibly messy. Don't even try to understand it. I'm too lazy to document the changes right now. + + +addSpawnBiome("minecraft:forest") +addSpawnBiome("minecraft:birch_forest") +addSpawnBiome("minecraft:mutated_forest") +addSpawnBiome("minecraft:mutated_birch_forest") +addSpawnBiome("traverse:autumnal_woods") +addSpawnBiome("integrateddynamics:biome_meneglin") +addSpawnBiome("traverse:meadow") +addSpawnBiome("minecraft:forest_hills") +addSpawnBiome("minecraft:birch_forest_hills") +addSpawnBiome("minecraft:mutated_birch_forest_hills") +addSpawnBiome("traverse:forested_hills") +addSpawnBiome("traverse:birch_forested_hills") +addSpawnBiome("traverse:autumnal_wooded_hills") + +#This is vanilla, except for certain parts. All changes from vanilla are within lines of # characters. + +genLayer = new GenLayerBaseSingle(1, "minecraft:plains") + + +//genLayer = new GenLayerIsland(1) + +genLayer = new GenLayerFuzzyZoom(2000, genLayer) + +//genLayer = new GenLayerAddIsland(1, genLayer) + +genLayer = new GenLayerZoom(2001, genLayer) + +genLayer = new GenLayerTouching(1000, genLayer) +genLayer.addData("minecraft:plains", "minecraft:plains", null, 8, "minecraft:ocean", 3) + +genLayer = new GenLayerTouching(1001, genLayer) +genLayer.addData("ocean", "ocean", null, 3, "plains") + +genLayer = new GenLayerTouching(1002, genLayer) +genLayer.addData("minecraft:plains", "minecraft:plains", null, 8, "minecraft:ocean", 3) + +genLayer = new GenLayerTouching(1003, genLayer) +genLayer.addData("ocean", "ocean", null, 3, "plains") + +//genLayer = new GenLayerAddIsland(2, genLayer) + +//genLayer = new GenLayerAddIsland(50, genLayer) + +//genLayer = new GenLayerAddIsland(70, genLayer) + +//genLayer = new GenLayerRemoveTooMuchOcean(2, genLayer) + + +########################################################################## +#Remove this layer, as it is part of making the vanilla heat map + +#genLayer = new GenLayerAddSnow(2, genLayer) + +########################################################################## + + +//genLayer = new GenLayerAddIsland(3, genLayer) + + +########################################################################## +//Replace oceans surrounded by at least 7 other oceans with plains. + +genLayer = new GenLayerTouching(1000, genLayer) +genLayer.addData("plains", "ocean", null, 6, "ocean") + +//genLayer = new GenLayerTouching(1000, genLayer) +//genLayer.addData("ocean", "plains", null, 4, "plains") + +########################################################################## + + +########################################################################## +#Remove these 3 layers, as they make the default vanilla heat map + +#genLayer = new GenLayerEdge(2, genLayer, Edge_Mode_Cool_Warm) +#genLayer = new GenLayerEdge(2, genLayer, Edge_Mode_Heat_Ice) +#genLayer = new GenLayerEdge(3, genLayer, Edge_Mode_Special) + +#Create Z repeating heat map. Vanilla uses 1, 2, 3 and 4 for heat levels. 1 is hot, 2 is warm, 3 is cool, 4 is icy +tempGenLayer = new GenLayerHeatZ(1, [2, 1, 2, 3, 4, 3]) + +#Create X repeating humidty map. 1 is dry, 2 is average, 3 is wet +humidGenLayer = new GenLayerHeatX(1, [2, 3, 2, 1]) + +#Combine the heat and humidity layers. 1 is dry hot, 2 is average hot, 3 is wet hot, 4 is dry warm, 5 is average warm, 6 is wet warm, 7 is dry cool, 8 is average cool, 9 is wet cool, 10 is dry icy, 11 is average icy, 12 is wet icy +combineLayer = new GenLayerCombine(1, tempGenLayer, humidGenLayer) +combineLayer.addCombination([ 1, 1, 301]) +combineLayer.addCombination([ 1, 2, 302]) +combineLayer.addCombination([ 1, 3, 303]) +combineLayer.addCombination([ 2, 1, 304]) +combineLayer.addCombination([ 2, 2, 305]) +combineLayer.addCombination([ 2, 3, 306]) +combineLayer.addCombination([ 3, 1, 307]) +combineLayer.addCombination([ 3, 2, 308]) +combineLayer.addCombination([ 3, 3, 309]) +combineLayer.addCombination([ 4, 1, 310]) +combineLayer.addCombination([ 4, 2, 311]) +combineLayer.addCombination([ 4, 3, 312]) + +#Zoom heat map to the wanted level. Simple change the last variable to increase or decrease heat map size. 1 is around 10k for a loop, 2 is around 25k for a loop. +combineLayer = magnify(1000, combineLayer, 1) + +#Combine the heat map layer chain with the main layer chain. We keep all ocean and override the rest with the heat map. +genLayer = new GenLayerCombineWhitelist(1000, genLayer, combineLayer, ["minecraft:ocean"]) + +genLayer = new GenLayerCombine(1, genLayer, combineLayer) +genLayer.addCombination([0, 310, 315]) +genLayer.addCombination([0, 311, 315]) +genLayer.addCombination([0, 312, 315]) + +########################################################################## + + +genLayer = new GenLayerZoom(2002, genLayer) + +genLayer = new GenLayerZoom(2003, genLayer) + +//genLayer = new GenLayerAddIsland(4, genLayer) + +//genLayer = new GenLayerAddMushroomIsland(5, genLayer) + +//genLayer = new GenLayerDeepOcean(4, genLayer) + +genLayer2 = magnify(1000, genLayer, 0) + +genLayer3 = magnify(1000, genLayer2, 0) + +genLayer3 = new GenLayerRiverInit(100, genLayer3) + +genLayer4 = magnify(1000, genLayer3, 2) + +genLayer2 = new GenLayerHeatToBiomes(200, genLayer2) + +genLayer2.addBiome(301, "traverse:red_desert", 10) +genLayer2.addBiome(301, "minecraft:desert", 10) +genLayer2.addBiome(301, "minecraft:mesa", 10) + +genLayer2.addBiome(302, "minecraft:plains", 10) +genLayer2.addBiome(302, "minecraft:mutated_plains", 10) +genLayer2.addBiome(302, "traverse:woodlands", 10) + +genLayer2.addBiome(303, "minecraft:jungle", 10) +genLayer2.addBiome(303, "minecraft:swampland", 10) +genLayer2.addBiome(303, "traverse:mini_jungle", 10) + + +genLayer2.addBiome(304, "traverse:badlands", 10) +genLayer2.addBiome(304, "minecraft:savanna", 10) + +genLayer2.addBiome(305, "minecraft:forest", 5) +genLayer2.addBiome(305, "minecraft:birch_forest", 5) +genLayer2.addBiome(305, "minecraft:mutated_forest", 5) +genLayer2.addBiome(305, "minecraft:mutated_birch_forest", 5) +genLayer2.addBiome(305, "traverse:autumnal_woods", 5) +genLayer2.addBiome(305, "integrateddynamics:biome_meneglin", 10) +genLayer2.addBiome(305, "traverse:meadow", 25) + +genLayer2.addBiome(306, "minecraft:roofed_forest", 10) +genLayer2.addBiome(306, "traverse:temperate_rainforest", 10) +genLayer2.addBiome(306, "traverse:lush_hills", 10) +genLayer2.addBiome(306, "traverse:green_swamp", 10) + + +genLayer2.addBiome(307, "minecraft:extreme_hills", 10) +genLayer2.addBiome(307, "abyssalcraft:darklands_plains", 10) + +genLayer2.addBiome(308, "abyssalcraft:darklands_forest", 10) +genLayer2.addBiome(308, "abyssalcraft:darklands", 10) +genLayer2.addBiome(308, "minecraft:taiga", 10) + +genLayer2.addBiome(309, "abyssalcraft:coralium_infested_swamp", 10) +genLayer2.addBiome(309, "minecraft:mutated_redwood_taiga", 10) +genLayer2.addBiome(309, "minecraft:redwood_taiga", 10) + + +genLayer2.addBiome(310, "minecraft:ice_flats", 10) +genLayer2.addBiome(310, "minecraft:mutated_ice_flats", 10) + +genLayer2.addBiome(311, "traverse:snowy_coniferous_forest", 10) +genLayer2.addBiome(311, "minecraft:taiga_cold", 10) + +genLayer2.addBiome(312, "traverse:glacier_spikes", 10) +genLayer2.addBiome(312, "traverse:glacier", 10) + + +//Add frozen ocean +genLayer2.addBiome(315, "minecraft:frozen_ocean", 10) + + + + +//genLayer2 = new GenLayerBiome(200, genLayer2, worldType, null) + + +genLayer2 = magnify(1000, genLayer2, 2) + +//genLayer2 = new GenLayerBiomeEdge(1000, genLayer2) + + +genLayer2 = new GenLayerBiomeEdgeDC(1000, genLayer2) + +genLayer2.addBiomeEdge(["minecraft:extreme_hills"], null, ["minecraft:extreme_hills"], "minecraft:smaller_extreme_hills") +genLayer2.addBiomeEdge(["minecraft:jungle"], null, ["minecraft:jungle"], "minecraft:jungle_edge") +genLayer2.addBiomeEdge(["minecraft:mesa"], null, ["minecraft:mesa", "traverse:red_desert"], "traverse:red_desert") + + + + +genLayer2 = new GenLayerTouching(1000, genLayer2) +genLayer2.addData("minecraft:ocean", "minecraft:ocean", null, 8, "minecraft:deep_ocean") + +########################################################################## + +//Switch from vanilla hill layer to DC hill layer and remove the hill biomes from "deep_ocean" (This hill is what causes the tiny islands in the ocean) +//genLayer2 = new GenLayerHills(1000, genLayer2, genLayer4) + + +genLayer2 = new GenLayerHillsDC(1000, genLayer2, genLayer4) + +//genLayer2.setHill("ocean", "deep_ocean") + + +genLayer2.setHill("minecraft:ice_flats", "minecraft:ice_mountains") +genLayer2.setHill("minecraft:mutated_ice_flats", "minecraft:ice_mountains") + +genLayer2.setHill("minecraft:taiga_cold", ["minecraft:mutated_taiga_cold", "minecraft:taiga_cold_hills"]) + + +genLayer2.setHill("minecraft:extreme_hills", ["minecraft:mutated_extreme_hills_with_trees", "minecraft:mutated_extreme_hills", "minecraft:extreme_hills_with_trees"]) + +genLayer2.setHill("minecraft:taiga", ["minecraft:mutated_taiga", "minecraft:taiga_hills"]) +genLayer2.setHill("abyssalcraft:darklands", "abyssalcraft:darklands_hills") +genLayer2.setHill("abyssalcraft:darklands_forest", "abyssalcraft:darklands_hills") + +genLayer2.setHill("minecraft:redwood_taiga", "minecraft:redwood_taiga_hills") + + +genLayer2.setHill("minecraft:savanna", "minecraft:savanna_rock") + +genLayer2.setHill("minecraft:forest", ["traverse:forested_hills", "minecraft:forest_hills"]) +genLayer2.setHill("minecraft:birch_forest", ["traverse:birch_forested_hills", "minecraft:birch_forest_hills"]) +genLayer2.setHill("minecraft:mutated_forest", "minecraft:forest_hills") +genLayer2.setHill("minecraft:mutated_birch_forest", "minecraft:mutated_birch_forest_hills") +genLayer2.setHill("traverse:autumnal_woods", "traverse:autumnal_wooded_hills") + +genLayer2.setHill("minecraft:roofed_forest", "minecraft:mutated_roofed_forest") + + +genLayer2.setHill("minecraft:mesa", ["minecraft:mesa_rock", "minecraft:mesa_clear_rock"]) +genLayer2.setHill("traverse:red_desert", ["minecraft:mutated_mesa_clear_rock", "minecraft:mutated_mesa"]) +genLayer2.setHill("minecraft:desert", ["minecraft:mutated_desert", "minecraft:desert_hills"]) + +genLayer2.setHill("minecraft:plains", "traverse:rocky_plateau") + +genLayer2.setHill("minecraft:jungle", ["minecraft:mutated_jungle", "minecraft:jungle_hills"]) +genLayer2.setHill("minecraft:swampland", "minecraft:mutated_swampland") + + +genLayer2.setMutation("minecraft:jungle_edge", "minecraft:mutated_jungle_edge") + + + + +//genLayer2.addDefaultHills() +//genLayer2.addDefaultMutations() +//genLayer2.removeHill("deep_ocean") + +########################################################################## + +genLayer3 = magnify(1000, genLayer3, 2) + +########################################################################## + +#If you want to keep the rivers in the same place, then for every level of magnify added later to increase river size, decrease the level of this magnify layer by 1. Currently this is reduced by 2 (to 2) to counteract the 2 levels of magnify already set. +genLayer3 = magnify(1000, genLayer3, 2) + +########################################################################## + +genLayer3 = new GenLayerRiver(1, genLayer3) + +########################################################################## + +#Add magnify call to the river layer chain to increase size. Increase last variable of magnify call to increase size even more. +genLayer3 = magnify(1000, genLayer3, 2) + +########################################################################## + +genLayer3 = new GenLayerSmooth(1000, genLayer3) + +//genLayer2 = new GenLayerRareBiome(1001, genLayer2) + +genLayer2 = new GenLayerZoom(1000, genLayer2) + +//genLayer2 = new GenLayerAddIsland(3, genLayer2) + +genLayer2 = new GenLayerZoom(1001, genLayer2) + +//genLayer2 = new GenLayerShore(1000, genLayer2) + +#Add custom edge layer for shores. +genLayer2 = new GenLayerBiomeEdgeDC(1000, genLayer2) + + +//Ocean Shores +genLayer2.addBiomeEdge("mushroom_island", ["minecraft:ocean", "minecraft:deep_ocean", "minecraft:frozen_ocean"], null, "mushroom_island_shore") + + +//Hot Shores + +genLayer2.addBiomeEdge("minecraft:mutated_desert", ["minecraft:ocean", "minecraft:deep_ocean", "minecraft:frozen_ocean"], null, "minecraft:desert") +genLayer2.addBiomeEdge("minecraft:desert_hills", ["minecraft:ocean", "minecraft:deep_ocean", "minecraft:frozen_ocean"], null, "minecraft:desert") + +genLayer2.addBiomeEdge("traverse:woodlands", ["minecraft:ocean", "minecraft:deep_ocean", "minecraft:frozen_ocean"], null, "minecraft:beaches") +genLayer2.addBiomeEdge("traverse:rocky_plateau", ["minecraft:ocean", "minecraft:deep_ocean", "minecraft:frozen_ocean"], null, "minecraft:plains") + +genLayer2.addBiomeEdge("minecraft:jungle", ["minecraft:ocean", "minecraft:deep_ocean", "minecraft:frozen_ocean"], null, "minecraft:beaches") +genLayer2.addBiomeEdge("minecraft:jungle_edge", ["minecraft:ocean", "minecraft:deep_ocean", "minecraft:frozen_ocean"], null, "minecraft:beaches") +genLayer2.addBiomeEdge("minecraft:jungle_hills", ["minecraft:ocean", "minecraft:deep_ocean", "minecraft:frozen_ocean"], null, "minecraft:beaches") +genLayer2.addBiomeEdge("minecraft:mutated_swampland", ["minecraft:ocean", "minecraft:deep_ocean", "minecraft:frozen_ocean"], null, "minecraft:swampland") +genLayer2.addBiomeEdge("minecraft:mutated_jungle", ["minecraft:ocean", "minecraft:deep_ocean", "minecraft:frozen_ocean"], null, "minecraft:beaches") +genLayer2.addBiomeEdge("minecraft:mutated_jungle_edge", ["minecraft:ocean", "minecraft:deep_ocean", "minecraft:frozen_ocean"], null, "minecraft:beaches") + + +//Warm Shores + +genLayer2.addBiomeEdge("traverse:badlands", ["minecraft:ocean", "minecraft:deep_ocean", "minecraft:frozen_ocean"], null, "minecraft:beaches") +genLayer2.addBiomeEdge("minecraft:savanna_rock", ["minecraft:ocean", "minecraft:deep_ocean", "minecraft:frozen_ocean"], null, "minecraft:savanna") + +genLayer2.addBiomeEdge("minecraft:forest", ["minecraft:ocean", "minecraft:deep_ocean", "minecraft:frozen_ocean"], null, "minecraft:beaches") +genLayer2.addBiomeEdge("minecraft:birch_forest", ["minecraft:ocean", "minecraft:deep_ocean", "minecraft:frozen_ocean"], null, "minecraft:beaches") +genLayer2.addBiomeEdge("minecraft:mutated_forest", ["minecraft:ocean", "minecraft:deep_ocean", "minecraft:frozen_ocean"], null, "minecraft:beaches") +genLayer2.addBiomeEdge("minecraft:mutated_birch_forest", ["minecraft:ocean", "minecraft:deep_ocean", "minecraft:frozen_ocean"], null, "minecraft:beaches") +genLayer2.addBiomeEdge("traverse:autumnal_woods", ["minecraft:ocean", "minecraft:deep_ocean", "minecraft:frozen_ocean"], null, "minecraft:beaches") +genLayer2.addBiomeEdge("integrateddynamics:biome_meneglin", ["minecraft:ocean", "minecraft:deep_ocean", "minecraft:frozen_ocean"], null, "minecraft:beaches") +genLayer2.addBiomeEdge("minecraft:forest_hills", ["minecraft:ocean", "minecraft:deep_ocean", "minecraft:frozen_ocean"], null, "minecraft:beaches") +genLayer2.addBiomeEdge("minecraft:birch_forest_hills", ["minecraft:ocean", "minecraft:deep_ocean", "minecraft:frozen_ocean"], null, "minecraft:beaches") +genLayer2.addBiomeEdge("minecraft:mutated_birch_forest_hills", ["minecraft:ocean", "minecraft:deep_ocean", "minecraft:frozen_ocean"], null, "minecraft:beaches") +genLayer2.addBiomeEdge("traverse:forested_hills", ["minecraft:ocean", "minecraft:deep_ocean", "minecraft:frozen_ocean"], null, "minecraft:beaches") +genLayer2.addBiomeEdge("traverse:birch_forested_hills", ["minecraft:ocean", "minecraft:deep_ocean", "minecraft:frozen_ocean"], null, "minecraft:beaches") +genLayer2.addBiomeEdge("traverse:autumnal_wooded_hills", ["minecraft:ocean", "minecraft:deep_ocean", "minecraft:frozen_ocean"], null, "minecraft:beaches") + +genLayer2.addBiomeEdge("minecraft:roofed_forest", ["minecraft:ocean", "minecraft:deep_ocean", "minecraft:frozen_ocean"], null, "minecraft:beaches") +genLayer2.addBiomeEdge("traverse:temperate_rainforest", ["minecraft:ocean", "minecraft:deep_ocean", "minecraft:frozen_ocean"], null, "minecraft:beaches") +genLayer2.addBiomeEdge("traverse:lush_hills", ["minecraft:ocean", "minecraft:deep_ocean", "minecraft:frozen_ocean"], null, "minecraft:beaches") +genLayer2.addBiomeEdge("minecraft:mutated_roofed_forest", ["minecraft:ocean", "minecraft:deep_ocean", "minecraft:frozen_ocean"], null, "minecraft:beaches") + + +//Cool Shores + +genLayer2.addBiomeEdge("minecraft:extreme_hills", ["minecraft:ocean", "minecraft:deep_ocean", "minecraft:frozen_ocean"], null, "minecraft:stone_beach") +genLayer2.addBiomeEdge("minecraft:smaller_extreme_hills", ["minecraft:ocean", "minecraft:deep_ocean", "minecraft:frozen_ocean"], null, "minecraft:stone_beach") +genLayer2.addBiomeEdge("abyssalcraft:darklands_plains", ["minecraft:ocean", "minecraft:deep_ocean", "minecraft:frozen_ocean"], null, "minecraft:beaches") +genLayer2.addBiomeEdge("minecraft:mutated_extreme_hills_with_trees", ["minecraft:ocean", "minecraft:deep_ocean", "minecraft:frozen_ocean"], null, "minecraft:stone_beach") +genLayer2.addBiomeEdge("minecraft:extreme_hills_with_trees", ["minecraft:ocean", "minecraft:deep_ocean", "minecraft:frozen_ocean"], null, "minecraft:stone_beach") +genLayer2.addBiomeEdge("minecraft:mutated_extreme_hills", ["minecraft:ocean", "minecraft:deep_ocean", "minecraft:frozen_ocean"], null, "minecraft:stone_beach") + +genLayer2.addBiomeEdge("abyssalcraft:darklands_forest", ["minecraft:ocean", "minecraft:deep_ocean", "minecraft:frozen_ocean"], null, "minecraft:beaches") +genLayer2.addBiomeEdge("abyssalcraft:darklands", ["minecraft:ocean", "minecraft:deep_ocean", "minecraft:frozen_ocean"], null, "minecraft:beaches") +genLayer2.addBiomeEdge("minecraft:taiga", ["minecraft:ocean", "minecraft:deep_ocean", "minecraft:frozen_ocean"], null, "minecraft:beaches") +genLayer2.addBiomeEdge("abyssalcraft:darklands_hills", ["minecraft:ocean", "minecraft:deep_ocean", "minecraft:frozen_ocean"], null, "minecraft:beaches") +genLayer2.addBiomeEdge("minecraft:taiga_hills", ["minecraft:ocean", "minecraft:deep_ocean", "minecraft:frozen_ocean"], null, "minecraft:beaches") +genLayer2.addBiomeEdge("minecraft:mutated_taiga", ["minecraft:ocean", "minecraft:deep_ocean", "minecraft:frozen_ocean"], null, "minecraft:beaches") + +genLayer2.addBiomeEdge("minecraft:mutated_redwood_taiga", ["minecraft:ocean", "minecraft:deep_ocean", "minecraft:frozen_ocean"], null, "minecraft:beaches") +genLayer2.addBiomeEdge("minecraft:redwood_taiga", ["minecraft:ocean", "minecraft:deep_ocean", "minecraft:frozen_ocean"], null, "minecraft:beaches") +genLayer2.addBiomeEdge("minecraft:redwood_taiga_hills", ["minecraft:ocean", "minecraft:deep_ocean", "minecraft:frozen_ocean"], null, "minecraft:beaches") + + +//Freezing Shores + +genLayer2.addBiomeEdge("minecraft:mutated_ice_flats", ["minecraft:ocean", "minecraft:deep_ocean", "minecraft:frozen_ocean"], null, "minecraft:ice_flats") +genLayer2.addBiomeEdge("minecraft:ice_mountains", ["minecraft:ocean", "minecraft:deep_ocean", "minecraft:frozen_ocean"], null, "minecraft:ice_flats") + +genLayer2.addBiomeEdge("minecraft:taiga_cold", ["minecraft:ocean", "minecraft:deep_ocean", "minecraft:frozen_ocean"], null, "minecraft:cold_beach") +genLayer2.addBiomeEdge("traverse:snowy_coniferous_forest", ["minecraft:ocean", "minecraft:deep_ocean", "minecraft:frozen_ocean"], null, "minecraft:cold_beach") +genLayer2.addBiomeEdge("minecraft:taiga_cold_hills", ["minecraft:ocean", "minecraft:deep_ocean", "minecraft:frozen_ocean"], null, "minecraft:cold_beach") +genLayer2.addBiomeEdge("minecraft:mutated_taiga_cold", ["minecraft:ocean", "minecraft:deep_ocean", "minecraft:frozen_ocean"], null, "minecraft:cold_beach") + +genLayer2.addBiomeEdge("traverse:glacier_spikes", ["minecraft:ocean", "minecraft:deep_ocean", "minecraft:frozen_ocean"], null, "minecraft:ice_flats") +genLayer2.addBiomeEdge("traverse:glacier", ["minecraft:ocean", "minecraft:deep_ocean", "minecraft:frozen_ocean", "minecraft:frozen_ocean"], null, "minecraft:ice_flats") + + + +genLayer2 = magnify(1002, genLayer2, 2) + +genLayer2 = new GenLayerSmooth(1000, genLayer2) + +//finalGenLayer1 = new GenLayerRiverMix(100, genLayer2, genLayer3) + +#Add custom river mix layer +finalGenLayer1 = new GenLayerRiverMixDC(100, genLayer2, genLayer3) + +//Ocean rivers + +finalGenLayer1.setRiverBiome("minecraft:ocean", "minecraft:ocean") +finalGenLayer1.setRiverBiome("minecraft:deep_ocean", "minecraft:deep_ocean") +finalGenLayer1.setRiverBiome("minecraft:frozen_ocean", "minecraft:frozen_ocean") +finalGenLayer1.setRiverBiome("minecraft:mushroom_island", "minecraft:mushroom_island_shore") +finalGenLayer1.setRiverBiome("minecraft:mushroom_island_shore", "minecraft:mushroom_island_shore") + + +//Hot Rivers + +finalGenLayer1.setRiverBiome("minecraft:desert", "minecraft:desert") +finalGenLayer1.setRiverBiome("minecraft:mesa", "minecraft:mesa") +finalGenLayer1.setRiverBiome("minecraft:mutated_mesa", "minecraft:mutated_mesa") +finalGenLayer1.setRiverBiome("traverse:red_desert", "traverse:red_desert") +finalGenLayer1.setRiverBiome("minecraft:mutated_desert", "minecraft:mutated_desert") +finalGenLayer1.setRiverBiome("minecraft:desert_hills", "minecraft:desert_hills") +finalGenLayer1.setRiverBiome("minecraft:mesa_rock", "minecraft:mesa_rock") +finalGenLayer1.setRiverBiome("minecraft:mesa_clear_rock", "minecraft:mesa_clear_rock") +finalGenLayer1.setRiverBiome("minecraft:mutated_mesa_clear_rock", "minecraft:mutated_mesa_clear_rock") + +finalGenLayer1.setRiverBiome("minecraft:plains", "minecraft:river") +finalGenLayer1.setRiverBiome("minecraft:mutated_plains", "minecraft:river") +finalGenLayer1.setRiverBiome("traverse:woodlands", "minecraft:river") +finalGenLayer1.setRiverBiome("traverse:rocky_plateau", "minecraft:river") + +finalGenLayer1.setRiverBiome("minecraft:jungle", "minecraft:river") +finalGenLayer1.setRiverBiome("minecraft:swampland", "minecraft:river") +finalGenLayer1.setRiverBiome("minecraft:jungle_edge", "minecraft:river") +finalGenLayer1.setRiverBiome("traverse:mini_jungle", "minecraft:river") +finalGenLayer1.setRiverBiome("minecraft:jungle_hills", "minecraft:river") +finalGenLayer1.setRiverBiome("minecraft:mutated_swampland", "minecraft:river") +finalGenLayer1.setRiverBiome("minecraft:mutated_jungle", "minecraft:river") +finalGenLayer1.setRiverBiome("minecraft:mutated_jungle_edge", "minecraft:river") + + +//Warm Rivers + +finalGenLayer1.setRiverBiome("traverse:badlands", "minecraft:river") +finalGenLayer1.setRiverBiome("minecraft:savanna", "minecraft:river") +finalGenLayer1.setRiverBiome("minecraft:savanna_rock", "minecraft:river") + +finalGenLayer1.setRiverBiome("minecraft:forest", "minecraft:river") +finalGenLayer1.setRiverBiome("minecraft:birch_forest", "minecraft:river") +finalGenLayer1.setRiverBiome("minecraft:mutated_forest", "minecraft:river") +finalGenLayer1.setRiverBiome("minecraft:mutated_birch_forest", "minecraft:river") +finalGenLayer1.setRiverBiome("traverse:autumnal_woods", "minecraft:river") +finalGenLayer1.setRiverBiome("integrateddynamics:biome_meneglin", "minecraft:river") +finalGenLayer1.setRiverBiome("traverse:meadow", "minecraft:river") +finalGenLayer1.setRiverBiome("minecraft:forest_hills", "minecraft:river") +finalGenLayer1.setRiverBiome("minecraft:birch_forest_hills", "minecraft:river") +finalGenLayer1.setRiverBiome("minecraft:mutated_birch_forest_hills", "minecraft:river") +finalGenLayer1.setRiverBiome("traverse:forested_hills", "minecraft:river") +finalGenLayer1.setRiverBiome("traverse:birch_forested_hills", "minecraft:river") +finalGenLayer1.setRiverBiome("traverse:autumnal_wooded_hills", "minecraft:river") + +finalGenLayer1.setRiverBiome("minecraft:roofed_forest", "minecraft:river") +finalGenLayer1.setRiverBiome("traverse:temperate_rainforest", "minecraft:river") +finalGenLayer1.setRiverBiome("traverse:lush_hills", "minecraft:river") +finalGenLayer1.setRiverBiome("traverse:green_swamp", "minecraft:river") +finalGenLayer1.setRiverBiome("minecraft:mutated_roofed_forest", "minecraft:river") + + +//Cool Rivers + +finalGenLayer1.setRiverBiome("minecraft:extreme_hills", "minecraft:river") +finalGenLayer1.setRiverBiome("minecraft:smaller_extreme_hills", "minecraft:river") +finalGenLayer1.setRiverBiome("abyssalcraft:darklands_plains", "minecraft:river") +finalGenLayer1.setRiverBiome("minecraft:mutated_extreme_hills_with_trees", "minecraft:river") +finalGenLayer1.setRiverBiome("minecraft:extreme_hills_with_trees", "minecraft:river") +finalGenLayer1.setRiverBiome("minecraft:mutated_extreme_hills", "minecraft:river") + +finalGenLayer1.setRiverBiome("abyssalcraft:darklands_forest", "minecraft:river") +finalGenLayer1.setRiverBiome("abyssalcraft:darklands", "minecraft:river") +finalGenLayer1.setRiverBiome("minecraft:taiga", "minecraft:river") +finalGenLayer1.setRiverBiome("abyssalcraft:darklands_hills", "minecraft:river") +finalGenLayer1.setRiverBiome("minecraft:taiga_hills", "minecraft:river") +finalGenLayer1.setRiverBiome("minecraft:mutated_taiga", "minecraft:river") + +finalGenLayer1.setRiverBiome("abyssalcraft:coralium_infested_swamp", "minecraft:river") +finalGenLayer1.setRiverBiome("minecraft:mutated_redwood_taiga", "minecraft:river") +finalGenLayer1.setRiverBiome("minecraft:redwood_taiga", "minecraft:river") +finalGenLayer1.setRiverBiome("minecraft:redwood_taiga_hills", "minecraft:river") + + +//Freezing Rivers + +finalGenLayer1.setRiverBiome("minecraft:ice_flats", "minecraft:frozen_river") +finalGenLayer1.setRiverBiome("minecraft:mutated_ice_flats", "minecraft:frozen_river") +finalGenLayer1.setRiverBiome("minecraft:ice_mountains", "minecraft:frozen_river") + +finalGenLayer1.setRiverBiome("minecraft:taiga_cold", "minecraft:frozen_river") +finalGenLayer1.setRiverBiome("traverse:snowy_coniferous_forest", "minecraft:frozen_river") +finalGenLayer1.setRiverBiome("minecraft:taiga_cold_hills", "minecraft:frozen_river") +finalGenLayer1.setRiverBiome("minecraft:mutated_taiga_cold", "minecraft:frozen_river") + +finalGenLayer1.setRiverBiome("traverse:glacier_spikes", "minecraft:frozen_river") +finalGenLayer1.setRiverBiome("traverse:glacier", "minecraft:frozen_river") + + +//Beaches +finalGenLayer1.setRiverBiome("minecraft:cold_beach", "minecraft:frozen_river") +finalGenLayer1.setRiverBiome("minecraft:stone_beach", "minecraft:river") +finalGenLayer1.setRiverBiome("minecraft:beaches", "minecraft:river") + + + +finalGenLayer2 = new GenLayerVoronoiZoom(10, finalGenLayer1) + +setGenLayers(finalGenLayer1, finalGenLayer2) \ No newline at end of file diff --git a/config/elevatorid.cfg b/config/elevatorid.cfg new file mode 100644 index 0000000..a9073e2 --- /dev/null +++ b/config/elevatorid.cfg @@ -0,0 +1,14 @@ +# Configuration file + +general { + # Can mobs spawn on elevators ? + B:mobSpawn=true + + # Realign players to the center of elevator after teleporting ? + B:precisionTarget=true + + # Elevators only work with the same color? + B:sameColor=true +} + + diff --git a/config/emberroot.cfg b/config/emberroot.cfg new file mode 100644 index 0000000..56075c2 --- /dev/null +++ b/config/emberroot.cfg @@ -0,0 +1,741 @@ +# Configuration file + +entityancientgolem { + # Sometimes attacks hostile mobs. [default: true] + B:AttacksMobs=true + + # Try to spawn in every biome. If false, it will use the whitelist in this config [default: true] + B:allBiomes=true + + # Base attack, before weapons and buffs [range: 0.0 ~ 100.0, default: 5.0] + S:baseDamage=5.0 + + # Biomes this will spawn into. Add support for any modded biome here. Ignored whenever allBiomes is true. https://minecraft.gamepedia.com/Data_values#Biome_IDs [default: ] + S:biomeWhitelist < + minecraft:plains + minecraft:forest + minecraft:swampland + minecraft:savanna + minecraft:mesa + > + + # Base follow range [range: 0 ~ 32, default: 16] + I:followRange=16 + + # Max health of the mob [range: 1 ~ 100, default: 25] + I:maxHealth=25 + + # Biggest spawn group. [range: 0 ~ 32, default: 1] + I:maxSpawnCount=1 + + # Smallest spawn group. [range: 0 ~ 32, default: 1] + I:minSpawnCount=1 + + # Base speed, before buffs. (Does not apply to living mobs, you must kill and respawn to see new speed get applied) [range: 0.0 ~ 2.0, default: 0.4] + S:movementSpeed=0.4 + + # Configures the spawning frequency. Higher numbers mean more spawns. [range: 0 ~ 100, default: 15] + I:weightProbability=40 +} + + +entityconcussioncreeper { + # Try to spawn in every biome. If false, it will use the whitelist in this config [default: true] + B:allBiomes=true + + # Biomes this will spawn into. Add support for any modded biome here. Ignored whenever allBiomes is true. https://minecraft.gamepedia.com/Data_values#Biome_IDs [default: ] + S:biomeWhitelist < + minecraft:plains + minecraft:forest + minecraft:swampland + minecraft:savanna + minecraft:mesa + > + + # Base follow range [range: 0 ~ 32, default: 32] + I:followRange=32 + + # Max health of the mob [range: 1 ~ 100, default: 20] + I:maxHealth=20 + + # Biggest spawn group. [range: 0 ~ 32, default: 1] + I:maxSpawnCount=1 + + # Smallest spawn group. [range: 0 ~ 32, default: 1] + I:minSpawnCount=1 + + # Base speed, before buffs. (Does not apply to living mobs, you must kill and respawn to see new speed get applied) [range: 0.0 ~ 2.0, default: 0.25] + S:movementSpeed=0.25 + + # Configures the spawning frequency. Higher numbers mean more spawns. [range: 0 ~ 100, default: 30] + I:weightProbability=17 +} + + +entitydeer { + # The odds of a deer having a red nose. Lower is more likely to be red. [range: 1 ~ 32767, default: 120] + I:ChanceRudolf=120 + + # You can lure deer to follow you with wheat. [default: true] + B:LureWithWheat=true + + # Try to spawn in every biome. If false, it will use the whitelist in this config [default: true] + B:allBiomes=false + + # Biomes this will spawn into. Add support for any modded biome here. Ignored whenever allBiomes is true. https://minecraft.gamepedia.com/Data_values#Biome_IDs [default: ] + S:biomeWhitelist < + minecraft:plains + minecraft:forest + minecraft:swampland + minecraft:savanna + minecraft:mesa + > + + # Base follow range [range: 0 ~ 32, default: 32] + I:followRange=32 + + # Max health of the mob [range: 1 ~ 100, default: 15] + I:maxHealth=15 + + # Biggest spawn group. [range: 0 ~ 32, default: 7] + I:maxSpawnCount=7 + + # Smallest spawn group. [range: 0 ~ 32, default: 3] + I:minSpawnCount=3 + + # Base speed, before buffs. (Does not apply to living mobs, you must kill and respawn to see new speed get applied) [range: 0.0 ~ 2.0, default: 0.2] + S:movementSpeed=0.2 + + # Configures the spawning frequency. Higher numbers mean more spawns. [range: 0 ~ 100, default: 20] + I:weightProbability=0 +} + + +entitydireslime { + # Try to spawn in every biome. If false, it will use the whitelist in this config [default: false] + B:allBiomes=true + + # Base attack, before weapons and buffs [range: 0.0 ~ 100.0, default: 2.0] + S:baseDamage=2.0 + + # Biomes this will spawn into. Add support for any modded biome here. Ignored whenever allBiomes is true. https://minecraft.gamepedia.com/Data_values#Biome_IDs [default: [minecraft:plains], [minecraft:hell], [minecraft:sky], [minecraft:swampland], [minecraft:taiga], [minecraft:desert_hills], [minecraft:mutated_jungle], [minecraft:savanna_rock]] + S:biomeWhitelist < + minecraft:plains + minecraft:forest + minecraft:swampland + minecraft:savanna + minecraft:mesa + > + + # Base follow range [range: 0 ~ 32, default: 32] + I:followRange=32 + + # Max health of the mob [range: 1 ~ 100, default: 12] + I:maxHealth=12 + + # Biggest spawn group. [range: 0 ~ 32, default: 1] + I:maxSpawnCount=1 + + # Smallest spawn group. [range: 0 ~ 32, default: 1] + I:minSpawnCount=1 + + # Configures the spawning frequency. Higher numbers mean more spawns. [range: 0 ~ 100, default: 1] + I:weightProbability=3 +} + + +entitydirewolf { + # They attack as a pack. [default: true] + B:PackAttack=true + + # Try to spawn in every biome. If false, it will use the whitelist in this config [default: true] + B:allBiomes=true + + # Base attack, before weapons and buffs [range: 0.0 ~ 100.0, default: 1.0] + S:baseDamage=5 + + # Biomes this will spawn into. Add support for any modded biome here. Ignored whenever allBiomes is true. https://minecraft.gamepedia.com/Data_values#Biome_IDs [default: ] + S:biomeWhitelist < + minecraft:plains + minecraft:forest + minecraft:swampland + minecraft:savanna + minecraft:mesa + > + + # Base follow range [range: 0 ~ 32, default: 40] + I:followRange=40 + + # Max health of the mob [range: 1 ~ 100, default: 16] + I:maxHealth=20 + + # Biggest spawn group. [range: 0 ~ 32, default: 1] + I:maxSpawnCount=1 + + # Smallest spawn group. [range: 0 ~ 32, default: 1] + I:minSpawnCount=1 + + # Base speed, before buffs. (Does not apply to living mobs, you must kill and respawn to see new speed get applied) [range: 0.0 ~ 2.0, default: 0.2] + S:movementSpeed=0.3 + + # Configures the spawning frequency. Higher numbers mean more spawns. [range: 0 ~ 100, default: 4] + I:weightProbability=22 +} + + +entityenderminy { + # Changing this to true means looking at this mob will cause it to attack just like a regular enderman. [default: false] + B:AttackIfLookedAt=false + + # Try to spawn in every biome. If false, it will use the whitelist in this config [default: true] + B:allBiomes=true + + # Base attack, before weapons and buffs [range: 0.0 ~ 100.0, default: 2.0] + S:baseDamage=10.0 + + # Biomes this will spawn into. Add support for any modded biome here. Ignored whenever allBiomes is true. https://minecraft.gamepedia.com/Data_values#Biome_IDs [default: ] + S:biomeWhitelist < + minecraft:plains + minecraft:forest + minecraft:swampland + minecraft:savanna + minecraft:mesa + > + + # Base follow range [range: 0 ~ 32, default: 32] + I:followRange=32 + + # Max health of the mob [range: 1 ~ 100, default: 15] + I:maxHealth=15 + + # Biggest spawn group. [range: 0 ~ 32, default: 5] + I:maxSpawnCount=1 + + # Smallest spawn group. [range: 0 ~ 32, default: 2] + I:minSpawnCount=1 + + # Configures the spawning frequency. Higher numbers mean more spawns. [range: 0 ~ 100, default: 17] + I:weightProbability=17 +} + + +entityfairy { + # You can tame this with glowstone so it follows you. [default: true] + B:Tameable=true + + # Try to spawn in every biome. If false, it will use the whitelist in this config [default: true] + B:allBiomes=false + + # Biomes this will spawn into. Add support for any modded biome here. Ignored whenever allBiomes is true. https://minecraft.gamepedia.com/Data_values#Biome_IDs [default: ] + S:biomeWhitelist < + minecraft:plains + minecraft:forest + minecraft:swampland + minecraft:savanna + minecraft:mesa + > + + # Base follow range [range: 0 ~ 32, default: 16] + I:followRange=16 + + # Max health of the mob [range: 1 ~ 100, default: 18] + I:maxHealth=18 + + # Biggest spawn group. [range: 0 ~ 32, default: 4] + I:maxSpawnCount=10 + + # Smallest spawn group. [range: 0 ~ 32, default: 1] + I:minSpawnCount=5 + + # Configures the spawning frequency. Higher numbers mean more spawns. [range: 0 ~ 100, default: 20] + I:weightProbability=0 +} + + +entityfallenhero { + # Avoids Creepers. [default: true] + B:AvoidsCreepers=true + + # Lure this with gold ingots (remember it is passive to the player initially, and fights off some hostiles). [default: true] + B:TemptWithGold=true + + # Try to spawn in every biome. If false, it will use the whitelist in this config [default: true] + B:allBiomes=true + + # Base attack, before weapons and buffs [range: 0.0 ~ 100.0, default: 4.0] + S:baseDamage=4.0 + + # Biomes this will spawn into. Add support for any modded biome here. Ignored whenever allBiomes is true. https://minecraft.gamepedia.com/Data_values#Biome_IDs [default: ] + S:biomeWhitelist < + minecraft:plains + minecraft:forest + minecraft:swampland + minecraft:savanna + minecraft:mesa + > + + # Base follow range [range: 0 ~ 32, default: 75] + I:followRange=75 + + # Max health of the mob [range: 1 ~ 100, default: 25] + I:maxHealth=25 + + # Biggest spawn group. [range: 0 ~ 32, default: 1] + I:maxSpawnCount=1 + + # Smallest spawn group. [range: 0 ~ 32, default: 1] + I:minSpawnCount=1 + + # Base speed, before buffs. (Does not apply to living mobs, you must kill and respawn to see new speed get applied) [range: 0.0 ~ 2.0, default: 0.33] + S:movementSpeed=0.33 + + # Configures the spawning frequency. Higher numbers mean more spawns. [range: 0 ~ 100, default: 5] + I:weightProbability=1 +} + + +entityfallenknight { + # Attacks Villagers. [default: false] + B:AttackVillagers=false + S:ChanceBow=0.4 + + # Percentage chance this spawns with a mount. [range: 0.0 ~ 1.0, default: 0.75] + S:ChanceSpawnsWithMount=0.75 + + # Try to spawn in every biome. If false, it will use the whitelist in this config [default: true] + B:allBiomes=true + + # Base attack, before weapons and buffs [range: 0.0 ~ 100.0, default: 4.0] + S:baseDamage=4.0 + + # Biomes this will spawn into. Add support for any modded biome here. Ignored whenever allBiomes is true. https://minecraft.gamepedia.com/Data_values#Biome_IDs [default: ] + S:biomeWhitelist < + minecraft:plains + minecraft:forest + minecraft:swampland + minecraft:savanna + minecraft:mesa + > + + # Base follow range [range: 0 ~ 32, default: 32] + I:followRange=32 + + # Max health of the mob [range: 1 ~ 100, default: 20] + I:maxHealth=20 + + # Biggest spawn group. [range: 0 ~ 32, default: 3] + I:maxSpawnCount=3 + + # Smallest spawn group. [range: 0 ~ 32, default: 1] + I:minSpawnCount=1 + + # Configures the spawning frequency. Higher numbers mean more spawns. [range: 0 ~ 100, default: 20] + I:weightProbability=20 +} + + +entityfallenmount { + # Try to spawn in every biome. If false, it will use the whitelist in this config [default: true] + B:allBiomes=true + + # Biomes this will spawn into. Add support for any modded biome here. Ignored whenever allBiomes is true. https://minecraft.gamepedia.com/Data_values#Biome_IDs [default: ] + S:biomeWhitelist < + minecraft:plains + minecraft:forest + minecraft:swampland + minecraft:savanna + minecraft:mesa + > + + # Base follow range [range: 0 ~ 32, default: -1] + I:followRange=-1 + + # Max health of the mob [range: 1 ~ 100, default: 30] + I:maxHealth=30 + + # Biggest spawn group. [range: 0 ~ 32, default: 0] + I:maxSpawnCount=0 + + # Smallest spawn group. [range: 0 ~ 32, default: 0] + I:minSpawnCount=0 + + # Base speed, before buffs. (Does not apply to living mobs, you must kill and respawn to see new speed get applied) [range: 0.0 ~ 2.0, default: 0.22] + S:movementSpeed=0.22 + + # Configures the spawning frequency. Higher numbers mean more spawns. [range: 0 ~ 100, default: 0] + I:weightProbability=0 +} + + +entityfrozenknight { + # Applies slowness to player on attack. [default: true] + B:AppliesSlowPotion=true + + # This will hunt out and slay villagers. [default: false] + B:AttacksVillagers=false + + # This will avoid wolves. [default: true] + B:AvoidWolves=true + + # This spawns with random armor. [default: true] + B:SpawnsWithArmor=true + + # Try to spawn in every biome. If false, it will use the whitelist in this config [default: true] + B:allBiomes=false + + # Base attack, before weapons and buffs [range: 0.0 ~ 100.0, default: 4.0] + S:baseDamage=4.0 + + # Biomes this will spawn into. Add support for any modded biome here. Ignored whenever allBiomes is true. https://minecraft.gamepedia.com/Data_values#Biome_IDs [default: ] + S:biomeWhitelist < + minecraft:plains + minecraft:forest + minecraft:swampland + minecraft:savanna + minecraft:mesa + > + + # Base follow range [range: 0 ~ 32, default: 32] + I:followRange=32 + + # Max health of the mob [range: 1 ~ 100, default: 20] + I:maxHealth=20 + + # Biggest spawn group. [range: 0 ~ 32, default: 1] + I:maxSpawnCount=1 + + # Smallest spawn group. [range: 0 ~ 32, default: 1] + I:minSpawnCount=1 + + # Base speed, before buffs. (Does not apply to living mobs, you must kill and respawn to see new speed get applied) [range: 0.0 ~ 2.0, default: 0.2] + S:movementSpeed=0.2 + + # Configures the spawning frequency. Higher numbers mean more spawns. [range: 0 ~ 100, default: 15] + I:weightProbability=15 +} + + +entitygreatersprite { + # Try to spawn in every biome. If false, it will use the whitelist in this config [default: false] + B:allBiomes=false + + # Base attack, before weapons and buffs [range: 0.0 ~ 100.0, default: 6.0] + S:baseDamage=6.0 + + # Biomes this will spawn into. Add support for any modded biome here. Ignored whenever allBiomes is true. https://minecraft.gamepedia.com/Data_values#Biome_IDs [default: [minecraft:sky]] + S:biomeWhitelist < + minecraft:plains + minecraft:forest + minecraft:swampland + minecraft:savanna + minecraft:mesa + > + + # Base follow range [range: 0 ~ 32, default: 32] + I:followRange=32 + + # Max health of the mob [range: 1 ~ 100, default: 26] + I:maxHealth=80 + + # Biggest spawn group. [range: 0 ~ 32, default: 1] + I:maxSpawnCount=1 + + # Smallest spawn group. [range: 0 ~ 32, default: 1] + I:minSpawnCount=1 + + # Configures the spawning frequency. Higher numbers mean more spawns. [range: 0 ~ 100, default: 1] + I:weightProbability=0 +} + + +entityowl { + # Spider Eye used to tempt and breed. [default: true] + B:TemptAndBreedSpiderEye=true + + # Try to spawn in every biome. If false, it will use the whitelist in this config [default: true] + B:allBiomes=true + + # Biomes this will spawn into. Add support for any modded biome here. Ignored whenever allBiomes is true. https://minecraft.gamepedia.com/Data_values#Biome_IDs [default: ] + S:biomeWhitelist < + minecraft:plains + minecraft:forest + minecraft:swampland + minecraft:savanna + minecraft:mesa + > + + # Base follow range [range: 0 ~ 32, default: -1] + I:followRange=-1 + + # Max health of the mob [range: 1 ~ 100, default: 10] + I:maxHealth=10 + + # Biggest spawn group. [range: 0 ~ 32, default: 1] + I:maxSpawnCount=1 + + # Smallest spawn group. [range: 0 ~ 32, default: 1] + I:minSpawnCount=1 + + # Configures the spawning frequency. Higher numbers mean more spawns. [range: 0 ~ 100, default: 15] + I:weightProbability=15 +} + + +entityrainbowslime { + # True means slimes can place blocks on death (water, clay, snow, depends on the color type). This also gets disabled using mobGriefing gamerule. [default: true] + B:CanPlacelocks=true + + # True means slimes can spawn lingering potions on death (not all, depends on the color type). [default: true] + B:CanSpawnPotions=true + + # Try to spawn in every biome. If false, it will use the whitelist in this config [default: true] + B:allBiomes=true + + # Biomes this will spawn into. Add support for any modded biome here. Ignored whenever allBiomes is true. https://minecraft.gamepedia.com/Data_values#Biome_IDs [default: ] + S:biomeWhitelist < + minecraft:plains + minecraft:forest + minecraft:swampland + minecraft:savanna + minecraft:mesa + > + + # Base follow range [range: 0 ~ 32, default: 32] + I:followRange=32 + + # Max health of the mob [range: 1 ~ 100, default: -1] + I:maxHealth=-1 + + # Biggest spawn group. [range: 0 ~ 32, default: 1] + I:maxSpawnCount=1 + + # Smallest spawn group. [range: 0 ~ 32, default: 1] + I:minSpawnCount=1 + + # Configures the spawning frequency. Higher numbers mean more spawns. [range: 0 ~ 100, default: 1] + I:weightProbability=1 +} + + +entitysprite { + # Try to spawn in every biome. If false, it will use the whitelist in this config [default: false] + B:allBiomes=false + + # Base attack, before weapons and buffs [range: 0.0 ~ 100.0, default: 6.0] + S:baseDamage=6.0 + + # Biomes this will spawn into. Add support for any modded biome here. Ignored whenever allBiomes is true. https://minecraft.gamepedia.com/Data_values#Biome_IDs [default: [minecraft:ice_mountains], [minecraft:taiga], [minecraft:ice_mountains], [minecraft:ice_flats], [minecraft:frozen_river], [minecraft:frozen_ocean], [minecraft:taiga_cold], [minecraft:taiga_cold_hills], [minecraft:mutated_ice_flats], [minecraft:mutated_taiga_cold]] + S:biomeWhitelist < + minecraft:plains + minecraft:forest + minecraft:swampland + minecraft:savanna + minecraft:mesa + > + + # Base follow range [range: 0 ~ 32, default: 32] + I:followRange=32 + + # Max health of the mob [range: 1 ~ 100, default: 20] + I:maxHealth=40 + + # Biggest spawn group. [range: 0 ~ 32, default: 1] + I:maxSpawnCount=3 + + # Smallest spawn group. [range: 0 ~ 32, default: 1] + I:minSpawnCount=1 + + # Configures the spawning frequency. Higher numbers mean more spawns. [range: 0 ~ 100, default: 1] + I:weightProbability=0 +} + + +entityspriteling { + # Try to spawn in every biome. If false, it will use the whitelist in this config [default: false] + B:allBiomes=false + + # Base attack, before weapons and buffs [range: 0.0 ~ 100.0, default: 4.0] + S:baseDamage=4.0 + + # Biomes this will spawn into. Add support for any modded biome here. Ignored whenever allBiomes is true. https://minecraft.gamepedia.com/Data_values#Biome_IDs [default: [minecraft:plains], [minecraft:hell], [minecraft:sky], [minecraft:jungle_hills]] + S:biomeWhitelist < + minecraft:plains + minecraft:forest + minecraft:swampland + minecraft:savanna + minecraft:mesa + > + + # Base follow range [range: 0 ~ 32, default: 32] + I:followRange=32 + + # Max health of the mob [range: 1 ~ 100, default: 8] + I:maxHealth=16 + + # Biggest spawn group. [range: 0 ~ 32, default: 1] + I:maxSpawnCount=1 + + # Smallest spawn group. [range: 0 ~ 32, default: 1] + I:minSpawnCount=1 + + # Configures the spawning frequency. Higher numbers mean more spawns. [range: 0 ~ 100, default: 1] + I:weightProbability=1 +} + + +entitysprout { + # Tempt this with seeds. [default: true] + B:CanTempt=true + + # Try to spawn in every biome. If false, it will use the whitelist in this config [default: true] + B:allBiomes=false + S:baseDamage=0.0 + + # Biomes this will spawn into. Add support for any modded biome here. Ignored whenever allBiomes is true. https://minecraft.gamepedia.com/Data_values#Biome_IDs [default: ] + S:biomeWhitelist < + minecraft:plains + minecraft:forest + minecraft:swampland + minecraft:savanna + minecraft:mesa + > + + # Base follow range [range: 0 ~ 32, default: 32] + I:followRange=32 + + # Max health of the mob [range: 1 ~ 100, default: 6] + I:maxHealth=6 + + # Biggest spawn group. [range: 0 ~ 32, default: 4] + I:maxSpawnCount=4 + + # Smallest spawn group. [range: 0 ~ 32, default: 2] + I:minSpawnCount=2 + + # Base speed, before buffs. (Does not apply to living mobs, you must kill and respawn to see new speed get applied) [range: 0.0 ~ 2.0, default: 0.3] + S:movementSpeed=0.3 + + # Configures the spawning frequency. Higher numbers mean more spawns. [range: 0 ~ 100, default: 10] + I:weightProbability=0 +} + + +entitytimberwolf { + # Attacks Skeletons. [default: true] + B:AttackSkeleton=true + + # Try to spawn in every biome. If false, it will use the whitelist in this config [default: false] + B:allBiomes=false + + # Base attack, before weapons and buffs [range: 0.0 ~ 100.0, default: 4.0] + S:baseDamage=4.0 + + # Biomes this will spawn into. Add support for any modded biome here. Ignored whenever allBiomes is true. https://minecraft.gamepedia.com/Data_values#Biome_IDs [default: [minecraft:ice_flats], [minecraft:extreme_hills], [minecraft:savanna], [minecraft:mesa], [minecraft:roofed_forest], [minecraft:taiga], [minecraft:taiga_cold], [minecraft:ice_mountains]] + S:biomeWhitelist < + minecraft:plains + minecraft:forest + minecraft:swampland + minecraft:savanna + minecraft:mesa + > + + # Base follow range [range: 0 ~ 32, default: 32] + I:followRange=32 + + # Max health of the mob [range: 1 ~ 100, default: 32] + I:maxHealth=32 + + # Biggest spawn group. [range: 0 ~ 32, default: 5] + I:maxSpawnCount=5 + + # Smallest spawn group. [range: 0 ~ 32, default: 1] + I:minSpawnCount=2 + + # Base speed, before buffs. (Does not apply to living mobs, you must kill and respawn to see new speed get applied) [range: 0.0 ~ 2.0, default: 0.21] + S:movementSpeed=0.21 + + # Configures the spawning frequency. Higher numbers mean more spawns. [range: 0 ~ 100, default: 10] + I:weightProbability=3 +} + + +entitywithercat { + # Try to spawn in every biome. If false, it will use the whitelist in this config [default: true] + B:allBiomes=true + + # Base attack, before weapons and buffs [range: 0.0 ~ 100.0, default: 2.0] + S:baseDamage=2.0 + + # Biomes this will spawn into. Add support for any modded biome here. Ignored whenever allBiomes is true. https://minecraft.gamepedia.com/Data_values#Biome_IDs [default: ] + S:biomeWhitelist < + minecraft:plains + minecraft:forest + minecraft:swampland + minecraft:savanna + minecraft:mesa + > + + # Base follow range [range: 0 ~ 32, default: 32] + I:followRange=32 + + # Max health of the mob [range: 1 ~ 100, default: 20] + I:maxHealth=20 + + # Biggest spawn group. [range: 0 ~ 32, default: 1] + I:maxSpawnCount=1 + + # Smallest spawn group. [range: 0 ~ 32, default: 1] + I:minSpawnCount=1 + + # Base speed, before buffs. (Does not apply to living mobs, you must kill and respawn to see new speed get applied) [range: 0.0 ~ 2.0, default: 0.25] + S:movementSpeed=0.25 + + # Configures the spawning frequency. Higher numbers mean more spawns. [range: 0 ~ 100, default: 1] + I:weightProbability=1 +} + + +entitywitherwitch { + # Try to spawn in every biome. If false, it will use the whitelist in this config [default: true] + B:allBiomes=true + + # Biomes this will spawn into. Add support for any modded biome here. Ignored whenever allBiomes is true. https://minecraft.gamepedia.com/Data_values#Biome_IDs [default: ] + S:biomeWhitelist < + minecraft:plains + minecraft:forest + minecraft:swampland + minecraft:savanna + minecraft:mesa + > + + # Base follow range [range: 0 ~ 32, default: 16] + I:followRange=16 + + # Max number of pet cats this can spawn with; zero to disable [range: 0 ~ 10, default: 3] + I:maxCats=3 + + # Max health of the mob [range: 1 ~ 100, default: 30] + I:maxHealth=30 + + # Biggest spawn group. [range: 0 ~ 32, default: 1] + I:maxSpawnCount=1 + + # Min number of pet cats this can spawn with [range: 0 ~ 10, default: 1] + I:minCats=1 + + # Smallest spawn group. [range: 0 ~ 32, default: 1] + I:minSpawnCount=1 + + # Base speed, before buffs. (Does not apply to living mobs, you must kill and respawn to see new speed get applied) [range: 0.0 ~ 2.0, default: 0.23] + S:movementSpeed=0.23 + + # Configures the spawning frequency. Higher numbers mean more spawns. [range: 0 ~ 100, default: 15] + I:weightProbability=15 +} + + +global { + B:renderDebugHitboxes=false +} + + diff --git a/config/enchdesc.cfg b/config/enchdesc.cfg new file mode 100644 index 0000000..21d2ac0 --- /dev/null +++ b/config/enchdesc.cfg @@ -0,0 +1,8 @@ +# Configuration file + +general { + # Should the mod generate a list of enchantments from the instance that have no description? [default: false] + B:exploreMode=false +} + + diff --git a/config/enderstorage.cfg b/config/enderstorage.cfg new file mode 100644 index 0000000..1e91ea3 --- /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 0000000..7111c22 --- /dev/null +++ b/config/enderutilities.cfg @@ -0,0 +1,297 @@ +# Configuration file + +########################################################################################################## +# BuildersWand +#--------------------------------------------------------------------------------------------------------# +# Configs for the Wand of the Lazy Builder +########################################################################################################## + +BuildersWand { + # The number of blocks the Lazy Builder's Wand will place each game tick + # in the "build modes". Default: 10 (= 200 blocks per second) + I:buildersWandBlocksPerTick=10 + + # Enables the Copy mode functionality in survival mode + B:buildersWandEnableCopyMode=true + + # Enables the Move mode functionality in survival mode + B:buildersWandEnableMoveMode=true + + # Enables the Paste mode functionality in survival mode + B:buildersWandEnablePasteMode=true + + # Enables the Replace 3D mode functionality in survival mode + B:buildersWandEnableReplace3DMode=true + + # Enables the Replace mode functionality in survival mode + B:buildersWandEnableReplaceMode=true + + # Enables the "Stack Area" mode functionality in survival mode + B:buildersWandEnableStackMode=true + + # The alpha value to use for the translucent ghost block rendering mode + D:buildersWandGhostBlockAlpha=0.7 + + # The maximum block hardness of the blocks the wand can break/move in survival mode + D:buildersWandMaxBlockHardness=60.0 + + # The number of blocks to replace per game tick in the Replace mode, default: 2 (= 40 blocks per second) + I:buildersWandReplaceBlocksPerTick=2 + + # Use translucent ghost block rendering instead of opaque + B:buildersWandUseTranslucentGhostBlocks=true +} + + +########################################################################################################## +# Client +#--------------------------------------------------------------------------------------------------------# +# Client side configs +########################################################################################################## + +Client { + # Prints a chat message when items are bound to a new location + B:announceLocationBindingInChat=false + + # Render the Ruler and Builder's Wand areas/selections also for the items held by other players + B:buildersWandAndRulerRenderForOtherPlayers=true + + # Reverse the sneak behaviour on opening the Handy Bag instead of the regular inventory + B:handyBagOpenRequiresSneak=false + + # Does the block drops teleporting by Ender tools cause particle effects + B:useToolParticles=true + + # Does the block drops teleporting by Ender tools play the sound effect + B:useToolSounds=true +} + + +########################################################################################################## +# DisableBlocks +#--------------------------------------------------------------------------------------------------------# +# Completely disable blocks (don't register them to the game.) +# Note that machines are grouped together and identified by the meta value. You can't disable just a specific meta value. +########################################################################################################## + +DisableBlocks { + B:disableBlockAdjustableStorageUnit=false + B:disableBlockBarrel=false + B:disableBlockDrawbridge=false + B:disableBlockEnderElevator=false + + # Meta values: 0 = Energy Bridge Resonator; 1 = Energy Bridge Receiver; 2 = Energy Bridge Transmitter + B:disableBlockEnergyBridge=false + B:disableBlockFloor=false + B:disableBlockInserter=false + + # Info: Machine_0 meta values: 0 = Ender Furnace + B:disableBlockMachine_0=false + + # Info: Machine_1 meta values: 0 = Ender Infuser; 1 = Tool Workstation, 2 = Creation Station + B:disableBlockMachine_1=false + + # Meta values: 0 = Massive Storage Unit, 1 = Massive Storage Bundle + B:disableBlockMassiveStorageUnit=false + B:disableBlockMolecularExciter=false + B:disableBlockPhasing=false + B:disableBlockPortal=false + B:disableBlockPortalFrame=false + B:disableBlockPortalPanel=false + B:disableBlockSoundBlock=false + + # Meta values: 0..2 = Memory Chests, 3..6 = Handy Chests, 7 = Junk Storage Unit + B:disableBlockStorage_0=false +} + + +########################################################################################################## +# DisableItems +#--------------------------------------------------------------------------------------------------------# +# Completely disable items (don't register them to the game.) +# Note that some items are grouped together using the damage value (and/or NBT data) to identify them. +# You can't disable a specific damage value only (so that existing items would vanish). +########################################################################################################## + +DisableItems { + B:disableItemBuildersWand=false + B:disableItemCraftingPart=false + B:disableItemEnderArrow=false + B:disableItemEnderBag=false + B:disableItemEnderBow=false + B:disableItemEnderBucket=false + B:disableItemEnderCapacitor=false + B:disableItemEnderLasso=false + B:disableItemEnderPearl=false + B:disableItemEnderPorter=false + B:disableItemEnderSword=false + B:disableItemEnderTools=false + B:disableItemHandyBag=false + B:disableItemIceMelter=false + B:disableItemInventorySwapper=false + B:disableItemLinkCrystal=false + B:disableItemLivingManipulator=false + B:disableItemMobHarness=false + B:disableItemNullifier=false + B:disableItemPetContract=false + B:disableItemPickupManager=false + B:disableItemPortalScaler=false + B:disableItemQuickStacker=false + B:disableItemRuler=false + B:disableItemSyringe=false + B:disableItemVoidPickaxe=false +} + + +########################################################################################################## +# DisableRecipes +#--------------------------------------------------------------------------------------------------------# +# Disable item recipes +########################################################################################################## + +DisableRecipes { + B:disableRecipeEnderElevator=false +} + + +Generic { + # How many stacks of storage each Barrel Capacity Upgrade adds + I:barrelCapacityUpgradeStacksPer=256 + + # Inverses the sneak behavior of taking out items from barrels. + # When inversed, you take out one item when NOT sneaking. + B:barrelInversedSneak=false + + # How many Barrel Capacity Upgrades can be applied to one barrel + I:barrelMaxCapacityUpgrades=64 + + # Whether or not to render the "fullness bar" on Barrels + B:barrelRenderFullnessBar=true + + # Is the Ender Bow allowed to teleport players (directly or in a 'stack' riding something) + B:enderBowAllowPlayers=true + + # Can the Ender Bow be used in the 'TP Self' mode + B:enderBowAllowSelfTP=true + + # Maximum amount the Ender Bucket can hold, in millibuckets. Default: 16000 mB (= 16 buckets). + I:enderBucketCapacity=16000 + + # Is the Ender Lasso allowed to teleport players (directly or in a 'stack' riding something) + B:enderLassoAllowPlayers=true + + # If true, then the block will drop as item when failing to place (like vanilla falling blocks). + # If false, then it will stay in entity form until it's able to place itself. + B:fallingBlockDropsAsItemOnPlacementFail=false + + # Master config to enable calling the stored items' update method in the Handy Bag. + # WARNING: Due to how complex the bag's inventory stuff is (due to the bag storing Memory Cards, + # which then store the items), using this functionality + # might cause lots of NBT data changes in the bag and also considerable network bandwidth usage + # when updating the bag's NBT to the clients. So USE WITH CAUTION! + B:handyBagEnableItemUpdate=false + + # The harvest level of tools made from Advanced Ender Alloy (3 = vanilla diamond tool level). + I:harvestLevelEnderAlloyAdvanced=3 + + # The maximum amount of items (per slot) the MSU and MSB can store. Max is 2147483647 + I:msuMaxItems=1000000000 + + # How many blocks to check at most when checking that one portal area is valid + I:portalAreaCheckLimit=10000 + + # How many Portal Frame blocks to check at most + I:portalFrameCheckLimit=2000 + + # How many blocks to check at most when checking portal enclosing loops + I:portalLoopCheckLimit=2000 + + # If true, then the Portal Panel only accepts Portal type Link Crystals. + # This allows forcing the Portals to be used in pairs (or rather, that there + # must always also be _some_ Portal in the destination location.) + B:portalOnlyAllowsPortalTypeLinkCrystals=false + + # If enabled, then a custom event replaces fetching the block collision boxes for + # EntityItems and EntityXPOrbs when they are being pushed out of blocks. + # Without this, the Cracked Floor are really derpy and shoot the items and XP + # everywhere while they try to fall through the block. + # NOTE: This doesn't currently work in 1.11.2+ due to vanilla/Forge changes + B:replaceEntityItemCollisionBoxHandling=false + + # Do items require Ender Charge to operate? (stored in Ender Capacitors) + B:useEnderCharge=true +} + + +Lists { + # A list of blockstates that are not allowed to be picked up + # by the Dolly (only effective in survival mode!) + # Use a blockstate string, for example: + # 'minecraft:gold_block' or 'minecraft:stone[variant=andesite]'. + # A block name without properties will match all states, + # for example: 'minecraft:stone' + # would match smooth stone and all the granite/andesite/diorite + # variants that are in the same block. + S:dollyBlockBlacklist < + > + + # A list of dimension IDs that should be considered End dimensions, although they may otherwise not seem like it. + # This is mainly used for the Energy Bridges, to allow the Transmitters to work in custom End dimensions. + S:endDimensions < + > + + # Block types the Ender Bag is NOT allowed to (= doesn't properly) work with. + S:enderBagBlackList < + > + + # Target control list type used for Ender Bag. Allowed values: blacklist, whitelist. + S:enderBagListType=whitelist + + # Block types the Ender Bag is allowed to (= should properly) work with. **NOTE** Only some vanilla blocks work properly atm!! + S:enderBagWhiteList < + minecraft:chest + minecraft:dispenser + minecraft:dropper + minecraft:ender_chest + minecraft:furnace + minecraft:hopper + minecraft:trapped_chest + > + + # A list of blockstates that are valid for the Energy Bridge's Bedrock requirement. + # Use a blockstate string, for example: 'minecraft:gold_block' or 'minecraft:stone[variant=andesite]'. + # A block name without properties will match all states, for example: 'minecraft:stone' + # would match smooth stone and all the granite/andesite/diorite variants that are in the same block. + S:energyBridgeBedrockWhitelist < + minecraft:bedrock + bedrockbgone:better_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/energyconverters.cfg b/config/energyconverters.cfg new file mode 100644 index 0000000..3c98fe6 --- /dev/null +++ b/config/energyconverters.cfg @@ -0,0 +1,17 @@ +# Configuration file + +settings { + # Percentage of energy lost on conversion. + D:conversionLoss=0.0 + + # Maximum amount of energy the bridge can buffer. This needs to be >0 otherwise, the bridge is not able to convert energy + D:energyBridgeBuffer=10000.0 + + # EU (IndustrialCraft2) to Energy Converters internal energy conversion factor. + D:euConversionFactor=4.0 + + # RF (RedstoneFlux and ForgeEnergy) to Energy Converters internal energy conversion factor. + D:rfConversionFactor=1.0 +} + + diff --git a/config/environmentaltech/main.cfg b/config/environmentaltech/main.cfg new file mode 100644 index 0000000..7d51903 --- /dev/null +++ b/config/environmentaltech/main.cfg @@ -0,0 +1,384 @@ +# Configuration file + +environmentaltech { + + guide { + # Is Module Enabled? [default: true] + B:enabled=true + } + + resources { + # Enable Aethium ore block [default: false] + B:aethium_ore=false + + # Enable Aethium slabs [default: true] + B:aethium_slabs=true + + # Enable Aethium stairs [default: true] + B:aethium_stairs=true + + # Enable Erodium ore block [default: false] + B:erodium_ore=false + + # Enable Erodium slabs [default: true] + B:erodium_slabs=true + + # Enable Erodium stairs [default: true] + B:erodium_stairs=true + + # Enable Ionite ore block [default: false] + B:ionite_ore=false + + # Enable Ionite slabs [default: true] + B:ionite_slabs=true + + # Enable Ionite stairs [default: true] + B:ionite_stairs=true + + # Enable Kyronite ore block [default: false] + B:kyronite_ore=false + + # Enable Kyronite slabs [default: true] + B:kyronite_slabs=true + + # Enable Kyronite stairs [default: true] + B:kyronite_stairs=true + + # Enable Litherite ore block [default: false] + B:litherite_ore=false + + # Enable Litherite slabs [default: true] + B:litherite_slabs=true + + # Enable Litherite stairs [default: true] + B:litherite_stairs=true + + # Enable Lonsdaleite ore block [default: false] + B:lonsdaleite_ore=false + + # Enable Lonsdaleite slabs [default: true] + B:lonsdaleite_slabs=true + + # Enable Lonsdaleite stairs [default: true] + B:lonsdaleite_stairs=true + + # Enable Pladium ore block [default: false] + B:pladium_ore=false + + # Enable Pladium slabs [default: true] + B:pladium_slabs=true + + # Enable Pladium stairs [default: true] + B:pladium_stairs=true + } + + multiblocks { + + components { + + modifiers { + # Energy cost of luck potion effect per tick [range: 0 ~ 8192, default: 64] + I:luck_potion_energy_cost=64 + + # Energy cost of speed potion effect per tick [range: 16 ~ 8192, default: 64] + I:speed_potion_energy_cost=64 + } + + structure_frames { + } + + structure_panels { + } + + } + + lightning_rod { + # Is Module Enabled? [default: true] + B:enabled=true + + # The power used to calculate increase in generation for each lightning rod tier [range: 2.0 ~ 4.2, default: 3.8] + D:lr_production_power=4.0 + + # Base energy per strike for tier 1 [range: 500000 ~ 1000000, default: 750000] + I:lr_production_rate=750000 + } + + solar_array { + # Litherite Solar Cell efficiency [range: 48 ~ 480, default: 48] + I:1litherite_solar_cell_efficiency=24 + + # Erodium Solar Cell efficiency [range: 64 ~ 640, default: 64] + I:2erodium_solar_cell_efficiency=32 + + # Kyronite Solar Cell efficiency [range: 96 ~ 960, default: 96] + I:3kyronite_solar_cell_efficiency=48 + + # Pladium Solar Cell efficiency [range: 128 ~ 1280, default: 128] + I:4pladium_solar_cell_efficiency=64 + + # Ionite Solar Cell efficiency [range: 192 ~ 1920, default: 192] + I:5ionite_solar_cell_efficiency=96 + + # Aethium Solar Cell efficiency [range: 256 ~ 2560, default: 256] + I:6aethium_solar_cell_efficiency=128 + + # Is Module Enabled? [default: true] + B:enabled=true + + # The power used to calculate increase in generation for each solar tier [range: 1.8 ~ 3.0, default: 2.0] + D:s_production_power=1.2 + + # Base production rate if solar was running at 100% efficiency. [range: 64 ~ 256, default: 128] + I:s_production_rate=64 + + # Tier 1 Solar Array max efficiency percentage. [range: 100 ~ 1000, default: 100] + I:tier_1_solar_array_max_efficiency=100 + + # Tier 2 Solar Array max efficiency percentage. [range: 200 ~ 2000, default: 200] + I:tier_2_solar_array_max_efficiency=200 + + # Tier 3 Solar Array max efficiency percentage. [range: 400 ~ 4000, default: 400] + I:tier_3_solar_array_max_efficiency=400 + + # Tier 4 Solar Array max efficiency percentage. [range: 800 ~ 8000, default: 800] + I:tier_4_solar_array_max_efficiency=800 + + # Tier 5 Solar Array max efficiency percentage. [range: 1600 ~ 16000, default: 1600] + I:tier_5_solar_array_max_efficiency=1600 + + # Tier 6 Solar Array max efficiency percentage. [range: 3200 ~ 32000, default: 3200] + I:tier_6_solar_array_max_efficiency=3200 + } + + thermal_electric_generator { + # Is Module Enabled? [default: true] + B:enabled=true + } + + void_miner { + # Is Module Enabled? [default: true] + B:enabled=true + + fluid { + # Is Module Enabled? [default: true] + B:enabled=true + } + + ore { + # Is Module Enabled? [default: true] + B:enabled=true + + # Tier 1 Energy Buffer size [range: 1000000 ~ 2147483647, default: 1000000] + I:t1_ore_miner_energy_buffer=1000000 + + # Tier 1 Energy cost per duration [range: 0 ~ 2147483647, default: 264000] + I:t1_ore_miner_energy_duration=264000 + + # Tier 2 Energy Buffer size [range: 2000000 ~ 2147483647, default: 2000000] + I:t2_ore_miner_energy_buffer=1000000 + + # Tier 2 Energy cost per duration [range: 0 ~ 2147483647, default: 184000] + I:t2_ore_miner_energy_duration=184000 + + # Tier 3 Energy Buffer size [range: 3000000 ~ 2147483647, default: 3000000] + I:t3_ore_miner_energy_buffer=1000000 + + # Tier 3 Energy cost per duration [range: 0 ~ 2147483647, default: 120000] + I:t3_ore_miner_energy_duration=120000 + + # Tier 4 Energy Buffer size [range: 4000000 ~ 2147483647, default: 4000000] + I:t4_ore_miner_energy_buffer=1000000 + + # Tier 4 Energy cost per duration [range: 0 ~ 2147483647, default: 72000] + I:t4_ore_miner_energy_duration=72000 + + # Tier 5 Energy Buffer size [range: 5000000 ~ 2147483647, default: 5000000] + I:t5_ore_miner_energy_buffer=1000000 + + # Tier 5 Energy cost per duration [range: 0 ~ 2147483647, default: 40000] + I:t5_ore_miner_energy_duration=40000 + + # Tier 6 Energy Buffer size [range: 6000000 ~ 2147483647, default: 6000000] + I:t6_ore_miner_energy_buffer=1000000 + + # Tier 6 Energy cost per duration [range: 0 ~ 2147483647, default: 16000] + I:t6_ore_miner_energy_duration=16000 + } + + resource { + # Is Module Enabled? [default: true] + B:enabled=true + + # Tier 1 Energy Buffer size [range: 1000000 ~ 2147483647, default: 1000000] + I:t1_res_miner_energy_buffer=1000000 + + # Tier 1 Energy cost per duration [range: 0 ~ 2147483647, default: 64000] + I:t1_res_miner_energy_duration=64000 + + # Tier 2 Energy Buffer size [range: 2000000 ~ 2147483647, default: 2000000] + I:t2_res_miner_energy_buffer=2000000 + + # Tier 2 Energy cost per duration [range: 0 ~ 2147483647, default: 32000] + I:t2_res_miner_energy_duration=32000 + + # Tier 3 Energy Buffer size [range: 3000000 ~ 2147483647, default: 3000000] + I:t3_res_miner_energy_buffer=3000000 + + # Tier 3 Energy cost per duration [range: 0 ~ 2147483647, default: 16000] + I:t3_res_miner_energy_duration=16000 + + # Tier 4 Energy Buffer size [range: 4000000 ~ 2147483647, default: 4000000] + I:t4_res_miner_energy_buffer=4000000 + + # Tier 4 Energy cost per duration [range: 0 ~ 2147483647, default: 8000] + I:t4_res_miner_energy_duration=8000 + + # Tier 5 Energy Buffer size [range: 5000000 ~ 2147483647, default: 5000000] + I:t5_res_miner_energy_buffer=5000000 + + # Tier 5 Energy cost per duration [range: 0 ~ 2147483647, default: 4000] + I:t5_res_miner_energy_duration=4000 + + # Tier 6 Energy Buffer size [range: 6000000 ~ 2147483647, default: 6000000] + I:t6_res_miner_energy_buffer=6000000 + + # Tier 6 Energy cost per duration [range: 0 ~ 2147483647, default: 2000] + I:t6_res_miner_energy_duration=2000 + } + + botanic { + # Is Module Enabled? [default: true] + B:enabled=true + + # Tier 1 Energy Buffer size [range: 1000000 ~ 2147483647, default: 1000000] + I:t1_botanic_miner_energy_buffer=1000000 + + # Tier 1 Energy cost per duration [range: 0 ~ 2147483647, default: 64000] + I:t1_botanic_miner_energy_duration=64000 + + # Tier 2 Energy Buffer size [range: 2000000 ~ 2147483647, default: 2000000] + I:t2_botanic_miner_energy_buffer=2000000 + + # Tier 2 Energy cost per duration [range: 0 ~ 2147483647, default: 32000] + I:t2_botanic_miner_energy_duration=32000 + + # Tier 3 Energy Buffer size [range: 3000000 ~ 2147483647, default: 3000000] + I:t3_botanic_miner_energy_buffer=3000000 + + # Tier 3 Energy cost per duration [range: 0 ~ 2147483647, default: 16000] + I:t3_botanic_miner_energy_duration=16000 + + # Tier 4 Energy Buffer size [range: 4000000 ~ 2147483647, default: 4000000] + I:t4_botanic_miner_energy_buffer=4000000 + + # Tier 4 Energy cost per duration [range: 0 ~ 2147483647, default: 8000] + I:t4_botanic_miner_energy_duration=8000 + + # Tier 5 Energy Buffer size [range: 5000000 ~ 2147483647, default: 5000000] + I:t5_botanic_miner_energy_buffer=5000000 + + # Tier 5 Energy cost per duration [range: 0 ~ 2147483647, default: 4000] + I:t5_botanic_miner_energy_duration=4000 + + # Tier 6 Energy Buffer size [range: 6000000 ~ 2147483647, default: 6000000] + I:t6_botanic_miner_energy_buffer=6000000 + + # Tier 6 Energy cost per duration [range: 0 ~ 2147483647, default: 2000] + I:t6_botanic_miner_energy_duration=2000 + } + + } + + nanobot_beacon { + # Energy cost of absorption potion effect per tick [range: 0 ~ 8192, default: 64] + I:absorption_potion_energy_cost=64 + + # Energy cost of creative_flight per tick [range: 0 ~ 8192, default: 64] + I:creative_flight_energy_cost=64 + + # Is Module Enabled? [default: true] + B:enabled=true + + # Energy cost of fire_resistance potion effect per tick [range: 0 ~ 8192, default: 64] + I:fire_resistance_potion_energy_cost=64 + + # Energy cost of flight_speed per tick [range: 0 ~ 8192, default: 64] + I:flight_speed_energy_cost=64 + + # Energy cost of glowing potion effect per tick [range: 0 ~ 8192, default: 64] + I:glowing_potion_energy_cost=64 + + # Energy cost of haste potion effect per tick [range: 0 ~ 8192, default: 64] + I:haste_potion_energy_cost=64 + + # Energy cost of health_boost potion effect per tick [range: 0 ~ 8192, default: 64] + I:health_boost_potion_energy_cost=64 + + # Energy cost of invisibility potion effect per tick [range: 0 ~ 8192, default: 64] + I:invisibility_potion_energy_cost=64 + + # Energy cost of jump_boost potion effect per tick [range: 0 ~ 8192, default: 64] + I:jump_boost_potion_energy_cost=64 + I:luck_potion_energy_cost=64 + + # Energy cost of night_vision potion effect per tick [range: 0 ~ 8192, default: 64] + I:night_vision_potion_energy_cost=64 + + # Energy cost of regeneration potion effect per tick [range: 0 ~ 8192, default: 64] + I:regeneration_potion_energy_cost=64 + + # Energy cost of resistance potion effect per tick [range: 0 ~ 8192, default: 64] + I:resistance_potion_energy_cost=64 + + # Energy cost of saturation potion effect per tick [range: 0 ~ 8192, default: 64] + I:saturation_potion_energy_cost=64 + + # Energy cost of strength potion effect per tick [range: 0 ~ 8192, default: 64] + I:strength_potion_energy_cost=64 + + # Energy cost of water_breathing potion effect per tick [range: 0 ~ 8192, default: 64] + I:water_breathing_potion_energy_cost=64 + + ranged { + # Is Module Enabled? [default: true] + B:enabled=true + } + + personal { + # Is Module Enabled? [default: true] + B:enabled=true + } + + } + + storage { + # Is Module Enabled? [default: true] + B:enabled=true + + energy { + # Is Module Enabled? [default: true] + B:enabled=true + } + + fluid { + # Is Module Enabled? [default: true] + B:enabled=true + } + + item { + # Is Module Enabled? [default: true] + B:enabled=true + } + + } + + } + + plugins { + # Is Module Enabled? [default: true] + B:enabled=true + } + +} + + 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 0000000..7ea5e19 --- /dev/null +++ b/config/environmentaltech/multiblocks/void_miner/botanic/tier_1.json @@ -0,0 +1,229 @@ +{ + "outputs": [ + { + "target": "log", + "weight": 32, + "id": "OD_PREFIX:logWood" + }, + { + "target": "sapling", + "weight": 4, + "id": "OD_PREFIX:treeSapling" + }, + { + "target": "leaves", + "weight": 64, + "id": "OD_PREFIX:treeLeaves" + }, + { + "target": "flowers", + "weight": 8, + "id": "minecraft:yellow_flower:0" + }, + { + "target": "flowers", + "weight": 8, + "id": "minecraft:red_flower:0" + }, + { + "target": "flowers", + "weight": 8, + "id": "minecraft:red_flower:1" + }, + { + "target": "flowers", + "weight": 8, + "id": "minecraft:red_flower:2" + }, + { + "target": "flowers", + "weight": 8, + "id": "minecraft:red_flower:3" + }, + { + "target": "flowers", + "weight": 8, + "id": "minecraft:red_flower:4" + }, + { + "target": "flowers", + "weight": 8, + "id": "minecraft:red_flower:5" + }, + { + "target": "flowers", + "weight": 8, + "id": "minecraft:red_flower:6" + }, + { + "target": "flowers", + "weight": 8, + "id": "minecraft:red_flower:7" + }, + { + "target": "flowers", + "weight": 8, + "id": "minecraft:red_flower:8" + }, + { + "target": "flowers", + "weight": 8, + "id": "minecraft:double_plant:0" + }, + { + "target": "flowers", + "weight": 8, + "id": "minecraft:double_plant:1" + }, + { + "target": "flowers", + "weight": 8, + "id": "minecraft:double_plant:4" + }, + { + "target": "flowers", + "weight": 8, + "id": "minecraft:double_plant:5" + }, + { + "target": "food", + "weight": 6, + "id": "minecraft:carrot:0" + }, + { + "target": "food", + "weight": 6, + "id": "minecraft:potato:0" + }, + { + "target": "food", + "weight": 2, + "id": "minecraft:poisonous_potato:0" + }, + { + "target": "food", + "weight": 6, + "id": "minecraft:beetroot:0" + }, + { + "target": "food", + "weight": 3, + "id": "minecraft:pumpkin:0" + }, + { + "target": "food", + "weight": 1, + "id": "minecraft:lit_pumpkin:0" + }, + { + "target": "food", + "weight": 2, + "id": "minecraft:melon_block:0" + }, + { + "target": "food", + "weight": 4, + "id": "minecraft:melon:0" + }, + { + "target": "food", + "weight": 3, + "id": "minecraft:chorus_fruit:0" + }, + { + "target": "food", + "weight": 6, + "id": "minecraft:apple:0" + }, + { + "target": "food", + "weight": 7, + "id": "minecraft:wheat:0" + }, + { + "target": "food", + "weight": 6, + "id": "minecraft:reeds:0" + }, + { + "target": "seed", + "weight": 4, + "id": "minecraft:red_mushroom:0" + }, + { + "target": "seed", + "weight": 4, + "id": "minecraft:brown_mushroom:0" + }, + { + "target": "plant", + "weight": 1, + "id": "minecraft:chorus_flower:0" + }, + { + "target": "plant", + "weight": 3, + "id": "minecraft:wheat_seeds:0" + }, + { + "target": "plant", + "weight": 2, + "id": "minecraft:pumpkin_seeds:0" + }, + { + "target": "plant", + "weight": 3, + "id": "minecraft:melon_seeds:0" + }, + { + "target": "plant", + "weight": 6, + "id": "minecraft:cactus:0" + }, + { + "target": "plant", + "weight": 3, + "id": "minecraft:beetroot_seeds:0" + }, + { + "target": "plant", + "weight": 3, + "id": "minecraft:nether_wart:0" + }, + { + "target": "green", + "weight": 3, + "id": "minecraft:tallgrass:1" + }, + { + "target": "green", + "weight": 3, + "id": "minecraft:tallgrass:2" + }, + { + "target": "brown", + "weight": 3, + "id": "minecraft:deadbush:0" + }, + { + "target": "green", + "weight": 3, + "id": "minecraft:vine:0" + }, + { + "target": "green", + "weight": 3, + "id": "minecraft:waterlily:0" + }, + { + "target": "green", + "weight": 8, + "id": "minecraft:double_plant:2" + }, + { + "target": "green", + "weight": 8, + "id": "minecraft:double_plant:3" + } + ] +} \ 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 0000000..7ea5e19 --- /dev/null +++ b/config/environmentaltech/multiblocks/void_miner/botanic/tier_2.json @@ -0,0 +1,229 @@ +{ + "outputs": [ + { + "target": "log", + "weight": 32, + "id": "OD_PREFIX:logWood" + }, + { + "target": "sapling", + "weight": 4, + "id": "OD_PREFIX:treeSapling" + }, + { + "target": "leaves", + "weight": 64, + "id": "OD_PREFIX:treeLeaves" + }, + { + "target": "flowers", + "weight": 8, + "id": "minecraft:yellow_flower:0" + }, + { + "target": "flowers", + "weight": 8, + "id": "minecraft:red_flower:0" + }, + { + "target": "flowers", + "weight": 8, + "id": "minecraft:red_flower:1" + }, + { + "target": "flowers", + "weight": 8, + "id": "minecraft:red_flower:2" + }, + { + "target": "flowers", + "weight": 8, + "id": "minecraft:red_flower:3" + }, + { + "target": "flowers", + "weight": 8, + "id": "minecraft:red_flower:4" + }, + { + "target": "flowers", + "weight": 8, + "id": "minecraft:red_flower:5" + }, + { + "target": "flowers", + "weight": 8, + "id": "minecraft:red_flower:6" + }, + { + "target": "flowers", + "weight": 8, + "id": "minecraft:red_flower:7" + }, + { + "target": "flowers", + "weight": 8, + "id": "minecraft:red_flower:8" + }, + { + "target": "flowers", + "weight": 8, + "id": "minecraft:double_plant:0" + }, + { + "target": "flowers", + "weight": 8, + "id": "minecraft:double_plant:1" + }, + { + "target": "flowers", + "weight": 8, + "id": "minecraft:double_plant:4" + }, + { + "target": "flowers", + "weight": 8, + "id": "minecraft:double_plant:5" + }, + { + "target": "food", + "weight": 6, + "id": "minecraft:carrot:0" + }, + { + "target": "food", + "weight": 6, + "id": "minecraft:potato:0" + }, + { + "target": "food", + "weight": 2, + "id": "minecraft:poisonous_potato:0" + }, + { + "target": "food", + "weight": 6, + "id": "minecraft:beetroot:0" + }, + { + "target": "food", + "weight": 3, + "id": "minecraft:pumpkin:0" + }, + { + "target": "food", + "weight": 1, + "id": "minecraft:lit_pumpkin:0" + }, + { + "target": "food", + "weight": 2, + "id": "minecraft:melon_block:0" + }, + { + "target": "food", + "weight": 4, + "id": "minecraft:melon:0" + }, + { + "target": "food", + "weight": 3, + "id": "minecraft:chorus_fruit:0" + }, + { + "target": "food", + "weight": 6, + "id": "minecraft:apple:0" + }, + { + "target": "food", + "weight": 7, + "id": "minecraft:wheat:0" + }, + { + "target": "food", + "weight": 6, + "id": "minecraft:reeds:0" + }, + { + "target": "seed", + "weight": 4, + "id": "minecraft:red_mushroom:0" + }, + { + "target": "seed", + "weight": 4, + "id": "minecraft:brown_mushroom:0" + }, + { + "target": "plant", + "weight": 1, + "id": "minecraft:chorus_flower:0" + }, + { + "target": "plant", + "weight": 3, + "id": "minecraft:wheat_seeds:0" + }, + { + "target": "plant", + "weight": 2, + "id": "minecraft:pumpkin_seeds:0" + }, + { + "target": "plant", + "weight": 3, + "id": "minecraft:melon_seeds:0" + }, + { + "target": "plant", + "weight": 6, + "id": "minecraft:cactus:0" + }, + { + "target": "plant", + "weight": 3, + "id": "minecraft:beetroot_seeds:0" + }, + { + "target": "plant", + "weight": 3, + "id": "minecraft:nether_wart:0" + }, + { + "target": "green", + "weight": 3, + "id": "minecraft:tallgrass:1" + }, + { + "target": "green", + "weight": 3, + "id": "minecraft:tallgrass:2" + }, + { + "target": "brown", + "weight": 3, + "id": "minecraft:deadbush:0" + }, + { + "target": "green", + "weight": 3, + "id": "minecraft:vine:0" + }, + { + "target": "green", + "weight": 3, + "id": "minecraft:waterlily:0" + }, + { + "target": "green", + "weight": 8, + "id": "minecraft:double_plant:2" + }, + { + "target": "green", + "weight": 8, + "id": "minecraft:double_plant:3" + } + ] +} \ 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 0000000..7ea5e19 --- /dev/null +++ b/config/environmentaltech/multiblocks/void_miner/botanic/tier_3.json @@ -0,0 +1,229 @@ +{ + "outputs": [ + { + "target": "log", + "weight": 32, + "id": "OD_PREFIX:logWood" + }, + { + "target": "sapling", + "weight": 4, + "id": "OD_PREFIX:treeSapling" + }, + { + "target": "leaves", + "weight": 64, + "id": "OD_PREFIX:treeLeaves" + }, + { + "target": "flowers", + "weight": 8, + "id": "minecraft:yellow_flower:0" + }, + { + "target": "flowers", + "weight": 8, + "id": "minecraft:red_flower:0" + }, + { + "target": "flowers", + "weight": 8, + "id": "minecraft:red_flower:1" + }, + { + "target": "flowers", + "weight": 8, + "id": "minecraft:red_flower:2" + }, + { + "target": "flowers", + "weight": 8, + "id": "minecraft:red_flower:3" + }, + { + "target": "flowers", + "weight": 8, + "id": "minecraft:red_flower:4" + }, + { + "target": "flowers", + "weight": 8, + "id": "minecraft:red_flower:5" + }, + { + "target": "flowers", + "weight": 8, + "id": "minecraft:red_flower:6" + }, + { + "target": "flowers", + "weight": 8, + "id": "minecraft:red_flower:7" + }, + { + "target": "flowers", + "weight": 8, + "id": "minecraft:red_flower:8" + }, + { + "target": "flowers", + "weight": 8, + "id": "minecraft:double_plant:0" + }, + { + "target": "flowers", + "weight": 8, + "id": "minecraft:double_plant:1" + }, + { + "target": "flowers", + "weight": 8, + "id": "minecraft:double_plant:4" + }, + { + "target": "flowers", + "weight": 8, + "id": "minecraft:double_plant:5" + }, + { + "target": "food", + "weight": 6, + "id": "minecraft:carrot:0" + }, + { + "target": "food", + "weight": 6, + "id": "minecraft:potato:0" + }, + { + "target": "food", + "weight": 2, + "id": "minecraft:poisonous_potato:0" + }, + { + "target": "food", + "weight": 6, + "id": "minecraft:beetroot:0" + }, + { + "target": "food", + "weight": 3, + "id": "minecraft:pumpkin:0" + }, + { + "target": "food", + "weight": 1, + "id": "minecraft:lit_pumpkin:0" + }, + { + "target": "food", + "weight": 2, + "id": "minecraft:melon_block:0" + }, + { + "target": "food", + "weight": 4, + "id": "minecraft:melon:0" + }, + { + "target": "food", + "weight": 3, + "id": "minecraft:chorus_fruit:0" + }, + { + "target": "food", + "weight": 6, + "id": "minecraft:apple:0" + }, + { + "target": "food", + "weight": 7, + "id": "minecraft:wheat:0" + }, + { + "target": "food", + "weight": 6, + "id": "minecraft:reeds:0" + }, + { + "target": "seed", + "weight": 4, + "id": "minecraft:red_mushroom:0" + }, + { + "target": "seed", + "weight": 4, + "id": "minecraft:brown_mushroom:0" + }, + { + "target": "plant", + "weight": 1, + "id": "minecraft:chorus_flower:0" + }, + { + "target": "plant", + "weight": 3, + "id": "minecraft:wheat_seeds:0" + }, + { + "target": "plant", + "weight": 2, + "id": "minecraft:pumpkin_seeds:0" + }, + { + "target": "plant", + "weight": 3, + "id": "minecraft:melon_seeds:0" + }, + { + "target": "plant", + "weight": 6, + "id": "minecraft:cactus:0" + }, + { + "target": "plant", + "weight": 3, + "id": "minecraft:beetroot_seeds:0" + }, + { + "target": "plant", + "weight": 3, + "id": "minecraft:nether_wart:0" + }, + { + "target": "green", + "weight": 3, + "id": "minecraft:tallgrass:1" + }, + { + "target": "green", + "weight": 3, + "id": "minecraft:tallgrass:2" + }, + { + "target": "brown", + "weight": 3, + "id": "minecraft:deadbush:0" + }, + { + "target": "green", + "weight": 3, + "id": "minecraft:vine:0" + }, + { + "target": "green", + "weight": 3, + "id": "minecraft:waterlily:0" + }, + { + "target": "green", + "weight": 8, + "id": "minecraft:double_plant:2" + }, + { + "target": "green", + "weight": 8, + "id": "minecraft:double_plant:3" + } + ] +} \ 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 0000000..7ea5e19 --- /dev/null +++ b/config/environmentaltech/multiblocks/void_miner/botanic/tier_4.json @@ -0,0 +1,229 @@ +{ + "outputs": [ + { + "target": "log", + "weight": 32, + "id": "OD_PREFIX:logWood" + }, + { + "target": "sapling", + "weight": 4, + "id": "OD_PREFIX:treeSapling" + }, + { + "target": "leaves", + "weight": 64, + "id": "OD_PREFIX:treeLeaves" + }, + { + "target": "flowers", + "weight": 8, + "id": "minecraft:yellow_flower:0" + }, + { + "target": "flowers", + "weight": 8, + "id": "minecraft:red_flower:0" + }, + { + "target": "flowers", + "weight": 8, + "id": "minecraft:red_flower:1" + }, + { + "target": "flowers", + "weight": 8, + "id": "minecraft:red_flower:2" + }, + { + "target": "flowers", + "weight": 8, + "id": "minecraft:red_flower:3" + }, + { + "target": "flowers", + "weight": 8, + "id": "minecraft:red_flower:4" + }, + { + "target": "flowers", + "weight": 8, + "id": "minecraft:red_flower:5" + }, + { + "target": "flowers", + "weight": 8, + "id": "minecraft:red_flower:6" + }, + { + "target": "flowers", + "weight": 8, + "id": "minecraft:red_flower:7" + }, + { + "target": "flowers", + "weight": 8, + "id": "minecraft:red_flower:8" + }, + { + "target": "flowers", + "weight": 8, + "id": "minecraft:double_plant:0" + }, + { + "target": "flowers", + "weight": 8, + "id": "minecraft:double_plant:1" + }, + { + "target": "flowers", + "weight": 8, + "id": "minecraft:double_plant:4" + }, + { + "target": "flowers", + "weight": 8, + "id": "minecraft:double_plant:5" + }, + { + "target": "food", + "weight": 6, + "id": "minecraft:carrot:0" + }, + { + "target": "food", + "weight": 6, + "id": "minecraft:potato:0" + }, + { + "target": "food", + "weight": 2, + "id": "minecraft:poisonous_potato:0" + }, + { + "target": "food", + "weight": 6, + "id": "minecraft:beetroot:0" + }, + { + "target": "food", + "weight": 3, + "id": "minecraft:pumpkin:0" + }, + { + "target": "food", + "weight": 1, + "id": "minecraft:lit_pumpkin:0" + }, + { + "target": "food", + "weight": 2, + "id": "minecraft:melon_block:0" + }, + { + "target": "food", + "weight": 4, + "id": "minecraft:melon:0" + }, + { + "target": "food", + "weight": 3, + "id": "minecraft:chorus_fruit:0" + }, + { + "target": "food", + "weight": 6, + "id": "minecraft:apple:0" + }, + { + "target": "food", + "weight": 7, + "id": "minecraft:wheat:0" + }, + { + "target": "food", + "weight": 6, + "id": "minecraft:reeds:0" + }, + { + "target": "seed", + "weight": 4, + "id": "minecraft:red_mushroom:0" + }, + { + "target": "seed", + "weight": 4, + "id": "minecraft:brown_mushroom:0" + }, + { + "target": "plant", + "weight": 1, + "id": "minecraft:chorus_flower:0" + }, + { + "target": "plant", + "weight": 3, + "id": "minecraft:wheat_seeds:0" + }, + { + "target": "plant", + "weight": 2, + "id": "minecraft:pumpkin_seeds:0" + }, + { + "target": "plant", + "weight": 3, + "id": "minecraft:melon_seeds:0" + }, + { + "target": "plant", + "weight": 6, + "id": "minecraft:cactus:0" + }, + { + "target": "plant", + "weight": 3, + "id": "minecraft:beetroot_seeds:0" + }, + { + "target": "plant", + "weight": 3, + "id": "minecraft:nether_wart:0" + }, + { + "target": "green", + "weight": 3, + "id": "minecraft:tallgrass:1" + }, + { + "target": "green", + "weight": 3, + "id": "minecraft:tallgrass:2" + }, + { + "target": "brown", + "weight": 3, + "id": "minecraft:deadbush:0" + }, + { + "target": "green", + "weight": 3, + "id": "minecraft:vine:0" + }, + { + "target": "green", + "weight": 3, + "id": "minecraft:waterlily:0" + }, + { + "target": "green", + "weight": 8, + "id": "minecraft:double_plant:2" + }, + { + "target": "green", + "weight": 8, + "id": "minecraft:double_plant:3" + } + ] +} \ 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 0000000..7ea5e19 --- /dev/null +++ b/config/environmentaltech/multiblocks/void_miner/botanic/tier_5.json @@ -0,0 +1,229 @@ +{ + "outputs": [ + { + "target": "log", + "weight": 32, + "id": "OD_PREFIX:logWood" + }, + { + "target": "sapling", + "weight": 4, + "id": "OD_PREFIX:treeSapling" + }, + { + "target": "leaves", + "weight": 64, + "id": "OD_PREFIX:treeLeaves" + }, + { + "target": "flowers", + "weight": 8, + "id": "minecraft:yellow_flower:0" + }, + { + "target": "flowers", + "weight": 8, + "id": "minecraft:red_flower:0" + }, + { + "target": "flowers", + "weight": 8, + "id": "minecraft:red_flower:1" + }, + { + "target": "flowers", + "weight": 8, + "id": "minecraft:red_flower:2" + }, + { + "target": "flowers", + "weight": 8, + "id": "minecraft:red_flower:3" + }, + { + "target": "flowers", + "weight": 8, + "id": "minecraft:red_flower:4" + }, + { + "target": "flowers", + "weight": 8, + "id": "minecraft:red_flower:5" + }, + { + "target": "flowers", + "weight": 8, + "id": "minecraft:red_flower:6" + }, + { + "target": "flowers", + "weight": 8, + "id": "minecraft:red_flower:7" + }, + { + "target": "flowers", + "weight": 8, + "id": "minecraft:red_flower:8" + }, + { + "target": "flowers", + "weight": 8, + "id": "minecraft:double_plant:0" + }, + { + "target": "flowers", + "weight": 8, + "id": "minecraft:double_plant:1" + }, + { + "target": "flowers", + "weight": 8, + "id": "minecraft:double_plant:4" + }, + { + "target": "flowers", + "weight": 8, + "id": "minecraft:double_plant:5" + }, + { + "target": "food", + "weight": 6, + "id": "minecraft:carrot:0" + }, + { + "target": "food", + "weight": 6, + "id": "minecraft:potato:0" + }, + { + "target": "food", + "weight": 2, + "id": "minecraft:poisonous_potato:0" + }, + { + "target": "food", + "weight": 6, + "id": "minecraft:beetroot:0" + }, + { + "target": "food", + "weight": 3, + "id": "minecraft:pumpkin:0" + }, + { + "target": "food", + "weight": 1, + "id": "minecraft:lit_pumpkin:0" + }, + { + "target": "food", + "weight": 2, + "id": "minecraft:melon_block:0" + }, + { + "target": "food", + "weight": 4, + "id": "minecraft:melon:0" + }, + { + "target": "food", + "weight": 3, + "id": "minecraft:chorus_fruit:0" + }, + { + "target": "food", + "weight": 6, + "id": "minecraft:apple:0" + }, + { + "target": "food", + "weight": 7, + "id": "minecraft:wheat:0" + }, + { + "target": "food", + "weight": 6, + "id": "minecraft:reeds:0" + }, + { + "target": "seed", + "weight": 4, + "id": "minecraft:red_mushroom:0" + }, + { + "target": "seed", + "weight": 4, + "id": "minecraft:brown_mushroom:0" + }, + { + "target": "plant", + "weight": 1, + "id": "minecraft:chorus_flower:0" + }, + { + "target": "plant", + "weight": 3, + "id": "minecraft:wheat_seeds:0" + }, + { + "target": "plant", + "weight": 2, + "id": "minecraft:pumpkin_seeds:0" + }, + { + "target": "plant", + "weight": 3, + "id": "minecraft:melon_seeds:0" + }, + { + "target": "plant", + "weight": 6, + "id": "minecraft:cactus:0" + }, + { + "target": "plant", + "weight": 3, + "id": "minecraft:beetroot_seeds:0" + }, + { + "target": "plant", + "weight": 3, + "id": "minecraft:nether_wart:0" + }, + { + "target": "green", + "weight": 3, + "id": "minecraft:tallgrass:1" + }, + { + "target": "green", + "weight": 3, + "id": "minecraft:tallgrass:2" + }, + { + "target": "brown", + "weight": 3, + "id": "minecraft:deadbush:0" + }, + { + "target": "green", + "weight": 3, + "id": "minecraft:vine:0" + }, + { + "target": "green", + "weight": 3, + "id": "minecraft:waterlily:0" + }, + { + "target": "green", + "weight": 8, + "id": "minecraft:double_plant:2" + }, + { + "target": "green", + "weight": 8, + "id": "minecraft:double_plant:3" + } + ] +} \ 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 0000000..7ea5e19 --- /dev/null +++ b/config/environmentaltech/multiblocks/void_miner/botanic/tier_6.json @@ -0,0 +1,229 @@ +{ + "outputs": [ + { + "target": "log", + "weight": 32, + "id": "OD_PREFIX:logWood" + }, + { + "target": "sapling", + "weight": 4, + "id": "OD_PREFIX:treeSapling" + }, + { + "target": "leaves", + "weight": 64, + "id": "OD_PREFIX:treeLeaves" + }, + { + "target": "flowers", + "weight": 8, + "id": "minecraft:yellow_flower:0" + }, + { + "target": "flowers", + "weight": 8, + "id": "minecraft:red_flower:0" + }, + { + "target": "flowers", + "weight": 8, + "id": "minecraft:red_flower:1" + }, + { + "target": "flowers", + "weight": 8, + "id": "minecraft:red_flower:2" + }, + { + "target": "flowers", + "weight": 8, + "id": "minecraft:red_flower:3" + }, + { + "target": "flowers", + "weight": 8, + "id": "minecraft:red_flower:4" + }, + { + "target": "flowers", + "weight": 8, + "id": "minecraft:red_flower:5" + }, + { + "target": "flowers", + "weight": 8, + "id": "minecraft:red_flower:6" + }, + { + "target": "flowers", + "weight": 8, + "id": "minecraft:red_flower:7" + }, + { + "target": "flowers", + "weight": 8, + "id": "minecraft:red_flower:8" + }, + { + "target": "flowers", + "weight": 8, + "id": "minecraft:double_plant:0" + }, + { + "target": "flowers", + "weight": 8, + "id": "minecraft:double_plant:1" + }, + { + "target": "flowers", + "weight": 8, + "id": "minecraft:double_plant:4" + }, + { + "target": "flowers", + "weight": 8, + "id": "minecraft:double_plant:5" + }, + { + "target": "food", + "weight": 6, + "id": "minecraft:carrot:0" + }, + { + "target": "food", + "weight": 6, + "id": "minecraft:potato:0" + }, + { + "target": "food", + "weight": 2, + "id": "minecraft:poisonous_potato:0" + }, + { + "target": "food", + "weight": 6, + "id": "minecraft:beetroot:0" + }, + { + "target": "food", + "weight": 3, + "id": "minecraft:pumpkin:0" + }, + { + "target": "food", + "weight": 1, + "id": "minecraft:lit_pumpkin:0" + }, + { + "target": "food", + "weight": 2, + "id": "minecraft:melon_block:0" + }, + { + "target": "food", + "weight": 4, + "id": "minecraft:melon:0" + }, + { + "target": "food", + "weight": 3, + "id": "minecraft:chorus_fruit:0" + }, + { + "target": "food", + "weight": 6, + "id": "minecraft:apple:0" + }, + { + "target": "food", + "weight": 7, + "id": "minecraft:wheat:0" + }, + { + "target": "food", + "weight": 6, + "id": "minecraft:reeds:0" + }, + { + "target": "seed", + "weight": 4, + "id": "minecraft:red_mushroom:0" + }, + { + "target": "seed", + "weight": 4, + "id": "minecraft:brown_mushroom:0" + }, + { + "target": "plant", + "weight": 1, + "id": "minecraft:chorus_flower:0" + }, + { + "target": "plant", + "weight": 3, + "id": "minecraft:wheat_seeds:0" + }, + { + "target": "plant", + "weight": 2, + "id": "minecraft:pumpkin_seeds:0" + }, + { + "target": "plant", + "weight": 3, + "id": "minecraft:melon_seeds:0" + }, + { + "target": "plant", + "weight": 6, + "id": "minecraft:cactus:0" + }, + { + "target": "plant", + "weight": 3, + "id": "minecraft:beetroot_seeds:0" + }, + { + "target": "plant", + "weight": 3, + "id": "minecraft:nether_wart:0" + }, + { + "target": "green", + "weight": 3, + "id": "minecraft:tallgrass:1" + }, + { + "target": "green", + "weight": 3, + "id": "minecraft:tallgrass:2" + }, + { + "target": "brown", + "weight": 3, + "id": "minecraft:deadbush:0" + }, + { + "target": "green", + "weight": 3, + "id": "minecraft:vine:0" + }, + { + "target": "green", + "weight": 3, + "id": "minecraft:waterlily:0" + }, + { + "target": "green", + "weight": 8, + "id": "minecraft:double_plant:2" + }, + { + "target": "green", + "weight": 8, + "id": "minecraft:double_plant:3" + } + ] +} \ 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 0000000..3fc8af0 --- /dev/null +++ b/config/environmentaltech/multiblocks/void_miner/ore/tier_1.json @@ -0,0 +1,208 @@ +{ + "outputs": [ + { + "target": "crystal", + "weight": 4, + "count": 1, + "id": "environmentaltech:litherite_crystal" + }, + { + "target": "crystal", + "weight": 2, + "count": 1, + "id": "environmentaltech:erodium_crystal" + }, + { + "target": "black", + "weight": 64, + "count": 1, + "id": "OD:oreCoal" + }, + { + "target": "white", + "weight": 48, + "count": 1, + "id": "geolosys:cluster" + }, + { + "target": "white", + "weight": 32, + "count": 1, + "id": "OD:oreQuartz" + }, + { + "target": "red", + "weight": 32, + "count": 1, + "id": "OD:oreRedstone" + }, + { + "target": "blue", + "weight": 20, + "count": 1, + "id": "OD:oreLapis" + }, + { + "target": "yellow", + "weight": 19, + "count": 1, + "id": "geolosys:cluster:1" + }, + { + "target": "cyan", + "weight": 13, + "count": 1, + "id": "OD:oreDiamond" + }, + { + "target": "lime", + "weight": 10, + "count": 1, + "id": "OD:oreEmerald" + }, + { + "target": "yellow", + "weight": 12, + "count": 1, + "id": "OD:glowstone" + }, + { + "target": "orange", + "weight": 36, + "count": 1, + "id": "OD:oreCopper" + }, + { + "target": "gray", + "weight": 36, + "count": 1, + "id": "OD:oreTin" + }, + { + "target": "silver", + "weight": 22, + "count": 1, + "id": "OD:oreSilver" + }, + { + "target": "purple", + "weight": 30, + "count": 1, + "id": "OD:oreLead" + }, + { + "target": "white", + "weight": 26, + "count": 1, + "id": "OD:oreAluminum" + }, + { + "target": "green", + "weight": 9, + "count": 1, + "id": "OD:oreUranium" + }, + { + "target": "yellow", + "weight": 10, + "count": 1, + "id": "OD:oreYellorite" + }, + { + "target": "light_blue", + "weight": 12, + "count": 1, + "id": "OD:oreCertusQuartz" + }, + { + "target": "brown", + "weight": 12, + "count": 1, + "id": "OD:oreCinnabar" + }, + { + "target": "orange", + "weight": 12, + "count": 1, + "id": "OD:oreAmber" + }, + { + "target": "gray", + "weight": 13, + "count": 1, + "id": "OD:oreNickel" + }, + { + "target": "light_blue", + "weight": 9, + "count": 1, + "id": "OD:orePlatinum" + }, + { + "target": "yellow", + "weight": 14, + "count": 1, + "id": "OD:oreSulfur" + }, + { + "target": "white", + "weight": 14, + "count": 1, + "id": "OD:oreNiter" + }, + { + "target": "red", + "weight": 7, + "count": 1, + "id": "OD:oreFirestone" + }, + { + "target": "blue", + "weight": 10, + "count": 1, + "id": "OD:oreCobalt" + }, + { + "target": "orange", + "weight": 10, + "count": 1, + "id": "OD:oreArdite" + }, + { + "target": "black", + "weight": 12, + "count": 1, + "id": "OD:oreGraphite" + }, + { + "target": "black", + "weight": 18, + "count": 1, + "id": "OD:oreQuartzBlack" + }, + { + "target": "brown", + "weight": 9, + "count": 1, + "id": "OD:oreResonating" + }, + { + "target": "silver", + "weight": 16, + "count": 1, + "id": "OD:oreOsmium" + }, + { + "target": "white", + "weight": 7, + "count": 1, + "id": "OD:oreSalt" + }, + { + "target": "white", + "weight": 8, + "count": 1, + "id": "rftools:dimensional_shard_ore" + } + ] +} 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 0000000..f5948bf --- /dev/null +++ b/config/environmentaltech/multiblocks/void_miner/ore/tier_2.json @@ -0,0 +1,220 @@ +{ + "outputs": [ + { + "target": "crystal", + "weight": 6, + "count": 1, + "id": "environmentaltech:litherite_crystal" + }, + { + "target": "crystal", + "weight": 4, + "count": 1, + "id": "environmentaltech:erodium_crystal" + }, + { + "target": "crystal", + "weight": 2, + "count": 1, + "id": "environmentaltech:kyronite_crystal" + }, + { + "target": "black", + "weight": 2, + "count": 1, + "id": "environmentaltech:lonsdaleite_crystal" + }, + { + "target": "black", + "weight": 64, + "count": 1, + "id": "OD:oreCoal" + }, + { + "target": "white", + "weight": 48, + "count": 1, + "id": "geolosys:cluster" + }, + { + "target": "white", + "weight": 32, + "count": 1, + "id": "OD:oreQuartz" + }, + { + "target": "red", + "weight": 32, + "count": 1, + "id": "OD:oreRedstone" + }, + { + "target": "blue", + "weight": 20, + "count": 1, + "id": "OD:oreLapis" + }, + { + "target": "yellow", + "weight": 19, + "count": 1, + "id": "geolosys:cluster:1" + }, + { + "target": "cyan", + "weight": 13, + "count": 1, + "id": "OD:oreDiamond" + }, + { + "target": "lime", + "weight": 10, + "count": 1, + "id": "OD:oreEmerald" + }, + { + "target": "yellow", + "weight": 12, + "count": 1, + "id": "OD:glowstone" + }, + { + "target": "orange", + "weight": 36, + "count": 1, + "id": "OD:oreCopper" + }, + { + "target": "gray", + "weight": 36, + "count": 1, + "id": "OD:oreTin" + }, + { + "target": "silver", + "weight": 22, + "count": 1, + "id": "OD:oreSilver" + }, + { + "target": "purple", + "weight": 30, + "count": 1, + "id": "OD:oreLead" + }, + { + "target": "white", + "weight": 26, + "count": 1, + "id": "OD:oreAluminum" + }, + { + "target": "green", + "weight": 9, + "count": 1, + "id": "OD:oreUranium" + }, + { + "target": "yellow", + "weight": 10, + "count": 1, + "id": "OD:oreYellorite" + }, + { + "target": "light_blue", + "weight": 12, + "count": 1, + "id": "OD:oreCertusQuartz" + }, + { + "target": "brown", + "weight": 12, + "count": 1, + "id": "OD:oreCinnabar" + }, + { + "target": "orange", + "weight": 12, + "count": 1, + "id": "OD:oreAmber" + }, + { + "target": "gray", + "weight": 13, + "count": 1, + "id": "OD:oreNickel" + }, + { + "target": "light_blue", + "weight": 9, + "count": 1, + "id": "OD:orePlatinum" + }, + { + "target": "yellow", + "weight": 14, + "count": 1, + "id": "OD:oreSulfur" + }, + { + "target": "white", + "weight": 14, + "count": 1, + "id": "OD:oreNiter" + }, + { + "target": "red", + "weight": 7, + "count": 1, + "id": "OD:oreFirestone" + }, + { + "target": "blue", + "weight": 10, + "count": 1, + "id": "OD:oreCobalt" + }, + { + "target": "orange", + "weight": 10, + "count": 1, + "id": "OD:oreArdite" + }, + { + "target": "black", + "weight": 12, + "count": 1, + "id": "OD:oreGraphite" + }, + { + "target": "black", + "weight": 18, + "count": 1, + "id": "OD:oreQuartzBlack" + }, + { + "target": "brown", + "weight": 9, + "count": 1, + "id": "OD:oreResonating" + }, + { + "target": "silver", + "weight": 16, + "count": 1, + "id": "OD:oreOsmium" + }, + { + "target": "white", + "weight": 7, + "count": 1, + "id": "OD:oreSalt" + }, + { + "target": "white", + "weight": 8, + "count": 1, + "id": "rftools:dimensional_shard_ore" + } + ] +} 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 0000000..123ec91 --- /dev/null +++ b/config/environmentaltech/multiblocks/void_miner/ore/tier_3.json @@ -0,0 +1,226 @@ +{ + "outputs": [ + { + "target": "crystal", + "weight": 8, + "count": 1, + "id": "environmentaltech:litherite_crystal" + }, + { + "target": "crystal", + "weight": 6, + "count": 1, + "id": "environmentaltech:erodium_crystal" + }, + { + "target": "crystal", + "weight": 4, + "count": 1, + "id": "environmentaltech:kyronite_crystal" + }, + { + "target": "crystal", + "weight": 2, + "count": 1, + "id": "environmentaltech:pladium_crystal" + }, + { + "target": "black", + "weight": 4, + "count": 1, + "id": "environmentaltech:lonsdaleite_crystal" + }, + { + "target": "black", + "weight": 64, + "count": 1, + "id": "OD:oreCoal" + }, + { + "target": "white", + "weight": 48, + "count": 1, + "id": "geolosys:cluster" + }, + { + "target": "white", + "weight": 32, + "count": 1, + "id": "OD:oreQuartz" + }, + { + "target": "red", + "weight": 32, + "count": 1, + "id": "OD:oreRedstone" + }, + { + "target": "blue", + "weight": 20, + "count": 1, + "id": "OD:oreLapis" + }, + { + "target": "yellow", + "weight": 19, + "count": 1, + "id": "geolosys:cluster:1" + }, + { + "target": "cyan", + "weight": 13, + "count": 1, + "id": "OD:oreDiamond" + }, + { + "target": "lime", + "weight": 10, + "count": 1, + "id": "OD:oreEmerald" + }, + { + "target": "yellow", + "weight": 12, + "count": 1, + "id": "OD:glowstone" + }, + { + "target": "orange", + "weight": 36, + "count": 1, + "id": "OD:oreCopper" + }, + { + "target": "gray", + "weight": 36, + "count": 1, + "id": "OD:oreTin" + }, + { + "target": "silver", + "weight": 22, + "count": 1, + "id": "OD:oreSilver" + }, + { + "target": "purple", + "weight": 30, + "count": 1, + "id": "OD:oreLead" + }, + { + "target": "white", + "weight": 26, + "count": 1, + "id": "OD:oreAluminum" + }, + { + "target": "green", + "weight": 9, + "count": 1, + "id": "OD:oreUranium" + }, + { + "target": "yellow", + "weight": 10, + "count": 1, + "id": "OD:oreYellorite" + }, + { + "target": "light_blue", + "weight": 12, + "count": 1, + "id": "OD:oreCertusQuartz" + }, + { + "target": "brown", + "weight": 12, + "count": 1, + "id": "OD:oreCinnabar" + }, + { + "target": "orange", + "weight": 12, + "count": 1, + "id": "OD:oreAmber" + }, + { + "target": "gray", + "weight": 13, + "count": 1, + "id": "OD:oreNickel" + }, + { + "target": "light_blue", + "weight": 9, + "count": 1, + "id": "OD:orePlatinum" + }, + { + "target": "yellow", + "weight": 14, + "count": 1, + "id": "OD:oreSulfur" + }, + { + "target": "white", + "weight": 14, + "count": 1, + "id": "OD:oreNiter" + }, + { + "target": "red", + "weight": 7, + "count": 1, + "id": "OD:oreFirestone" + }, + { + "target": "blue", + "weight": 10, + "count": 1, + "id": "OD:oreCobalt" + }, + { + "target": "orange", + "weight": 10, + "count": 1, + "id": "OD:oreArdite" + }, + { + "target": "black", + "weight": 12, + "count": 1, + "id": "OD:oreGraphite" + }, + { + "target": "black", + "weight": 18, + "count": 1, + "id": "OD:oreQuartzBlack" + }, + { + "target": "brown", + "weight": 9, + "count": 1, + "id": "OD:oreResonating" + }, + { + "target": "silver", + "weight": 16, + "count": 1, + "id": "OD:oreOsmium" + }, + { + "target": "white", + "weight": 7, + "count": 1, + "id": "OD:oreSalt" + }, + { + "target": "white", + "weight": 8, + "count": 1, + "id": "rftools:dimensional_shard_ore" + } + ] +} 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 0000000..624c56c --- /dev/null +++ b/config/environmentaltech/multiblocks/void_miner/ore/tier_4.json @@ -0,0 +1,232 @@ +{ + "outputs": [ + { + "target": "crystal", + "weight": 10, + "count": 1, + "id": "environmentaltech:litherite_crystal" + }, + { + "target": "crystal", + "weight": 8, + "count": 1, + "id": "environmentaltech:erodium_crystal" + }, + { + "target": "crystal", + "weight": 6, + "count": 1, + "id": "environmentaltech:kyronite_crystal" + }, + { + "target": "crystal", + "weight": 4, + "count": 1, + "id": "environmentaltech:pladium_crystal" + }, + { + "target": "crystal", + "weight": 2, + "count": 1, + "id": "environmentaltech:ionite_crystal" + }, + { + "target": "black", + "weight": 4, + "count": 1, + "id": "environmentaltech:lonsdaleite_crystal" + }, + { + "target": "black", + "weight": 64, + "count": 1, + "id": "OD:oreCoal" + }, + { + "target": "white", + "weight": 48, + "count": 1, + "id": "geolosys:cluster" + }, + { + "target": "white", + "weight": 32, + "count": 1, + "id": "OD:oreQuartz" + }, + { + "target": "red", + "weight": 32, + "count": 1, + "id": "OD:oreRedstone" + }, + { + "target": "blue", + "weight": 20, + "count": 1, + "id": "OD:oreLapis" + }, + { + "target": "yellow", + "weight": 19, + "count": 1, + "id": "geolosys:cluster:1" + }, + { + "target": "cyan", + "weight": 13, + "count": 1, + "id": "OD:oreDiamond" + }, + { + "target": "lime", + "weight": 10, + "count": 1, + "id": "OD:oreEmerald" + }, + { + "target": "yellow", + "weight": 12, + "count": 1, + "id": "OD:glowstone" + }, + { + "target": "orange", + "weight": 36, + "count": 1, + "id": "OD:oreCopper" + }, + { + "target": "gray", + "weight": 36, + "count": 1, + "id": "OD:oreTin" + }, + { + "target": "silver", + "weight": 22, + "count": 1, + "id": "OD:oreSilver" + }, + { + "target": "purple", + "weight": 30, + "count": 1, + "id": "OD:oreLead" + }, + { + "target": "white", + "weight": 26, + "count": 1, + "id": "OD:oreAluminum" + }, + { + "target": "green", + "weight": 9, + "count": 1, + "id": "OD:oreUranium" + }, + { + "target": "yellow", + "weight": 10, + "count": 1, + "id": "OD:oreYellorite" + }, + { + "target": "light_blue", + "weight": 12, + "count": 1, + "id": "OD:oreCertusQuartz" + }, + { + "target": "brown", + "weight": 12, + "count": 1, + "id": "OD:oreCinnabar" + }, + { + "target": "orange", + "weight": 12, + "count": 1, + "id": "OD:oreAmber" + }, + { + "target": "gray", + "weight": 13, + "count": 1, + "id": "OD:oreNickel" + }, + { + "target": "light_blue", + "weight": 9, + "count": 1, + "id": "OD:orePlatinum" + }, + { + "target": "yellow", + "weight": 14, + "count": 1, + "id": "OD:oreSulfur" + }, + { + "target": "white", + "weight": 14, + "count": 1, + "id": "OD:oreNiter" + }, + { + "target": "red", + "weight": 7, + "count": 1, + "id": "OD:oreFirestone" + }, + { + "target": "blue", + "weight": 10, + "count": 1, + "id": "OD:oreCobalt" + }, + { + "target": "orange", + "weight": 10, + "count": 1, + "id": "OD:oreArdite" + }, + { + "target": "black", + "weight": 12, + "count": 1, + "id": "OD:oreGraphite" + }, + { + "target": "black", + "weight": 18, + "count": 1, + "id": "OD:oreQuartzBlack" + }, + { + "target": "brown", + "weight": 9, + "count": 1, + "id": "OD:oreResonating" + }, + { + "target": "silver", + "weight": 16, + "count": 1, + "id": "OD:oreOsmium" + }, + { + "target": "white", + "weight": 7, + "count": 1, + "id": "OD:oreSalt" + }, + { + "target": "white", + "weight": 8, + "count": 1, + "id": "rftools:dimensional_shard_ore" + } + ] +} 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 0000000..0211313 --- /dev/null +++ b/config/environmentaltech/multiblocks/void_miner/ore/tier_5.json @@ -0,0 +1,238 @@ +{ + "outputs": [ + { + "target": "crystal", + "weight": 12, + "count": 1, + "id": "environmentaltech:litherite_crystal" + }, + { + "target": "crystal", + "weight": 10, + "count": 1, + "id": "environmentaltech:erodium_crystal" + }, + { + "target": "crystal", + "weight": 8, + "count": 1, + "id": "environmentaltech:kyronite_crystal" + }, + { + "target": "crystal", + "weight": 6, + "count": 1, + "id": "environmentaltech:pladium_crystal" + }, + { + "target": "crystal", + "weight": 4, + "count": 1, + "id": "environmentaltech:ionite_crystal" + }, + { + "target": "crystal", + "weight": 2, + "count": 1, + "id": "environmentaltech:aethium_crystal" + }, + { + "target": "black", + "weight": 5, + "count": 1, + "id": "environmentaltech:lonsdaleite_crystal" + }, + { + "target": "black", + "weight": 64, + "count": 1, + "id": "OD:oreCoal" + }, + { + "target": "white", + "weight": 48, + "count": 1, + "id": "geolosys:cluster" + }, + { + "target": "white", + "weight": 32, + "count": 1, + "id": "OD:oreQuartz" + }, + { + "target": "red", + "weight": 32, + "count": 1, + "id": "OD:oreRedstone" + }, + { + "target": "blue", + "weight": 20, + "count": 1, + "id": "OD:oreLapis" + }, + { + "target": "yellow", + "weight": 19, + "count": 1, + "id": "geolosys:cluster:1" + }, + { + "target": "cyan", + "weight": 13, + "count": 1, + "id": "OD:oreDiamond" + }, + { + "target": "lime", + "weight": 10, + "count": 1, + "id": "OD:oreEmerald" + }, + { + "target": "yellow", + "weight": 12, + "count": 1, + "id": "OD:glowstone" + }, + { + "target": "orange", + "weight": 36, + "count": 1, + "id": "OD:oreCopper" + }, + { + "target": "gray", + "weight": 36, + "count": 1, + "id": "OD:oreTin" + }, + { + "target": "silver", + "weight": 22, + "count": 1, + "id": "OD:oreSilver" + }, + { + "target": "purple", + "weight": 30, + "count": 1, + "id": "OD:oreLead" + }, + { + "target": "white", + "weight": 26, + "count": 1, + "id": "OD:oreAluminum" + }, + { + "target": "green", + "weight": 9, + "count": 1, + "id": "OD:oreUranium" + }, + { + "target": "yellow", + "weight": 10, + "count": 1, + "id": "OD:oreYellorite" + }, + { + "target": "light_blue", + "weight": 12, + "count": 1, + "id": "OD:oreCertusQuartz" + }, + { + "target": "brown", + "weight": 12, + "count": 1, + "id": "OD:oreCinnabar" + }, + { + "target": "orange", + "weight": 12, + "count": 1, + "id": "OD:oreAmber" + }, + { + "target": "gray", + "weight": 13, + "count": 1, + "id": "OD:oreNickel" + }, + { + "target": "light_blue", + "weight": 9, + "count": 1, + "id": "OD:orePlatinum" + }, + { + "target": "yellow", + "weight": 14, + "count": 1, + "id": "OD:oreSulfur" + }, + { + "target": "white", + "weight": 14, + "count": 1, + "id": "OD:oreNiter" + }, + { + "target": "red", + "weight": 7, + "count": 1, + "id": "OD:oreFirestone" + }, + { + "target": "blue", + "weight": 10, + "count": 1, + "id": "OD:oreCobalt" + }, + { + "target": "orange", + "weight": 10, + "count": 1, + "id": "OD:oreArdite" + }, + { + "target": "black", + "weight": 12, + "count": 1, + "id": "OD:oreGraphite" + }, + { + "target": "black", + "weight": 18, + "count": 1, + "id": "OD:oreQuartzBlack" + }, + { + "target": "brown", + "weight": 9, + "count": 1, + "id": "OD:oreResonating" + }, + { + "target": "silver", + "weight": 16, + "count": 1, + "id": "OD:oreOsmium" + }, + { + "target": "white", + "weight": 7, + "count": 1, + "id": "OD:oreSalt" + }, + { + "target": "white", + "weight": 8, + "count": 1, + "id": "rftools:dimensional_shard_ore" + } + ] +} 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 0000000..6dc3619 --- /dev/null +++ b/config/environmentaltech/multiblocks/void_miner/ore/tier_6.json @@ -0,0 +1,244 @@ +{ + "outputs": [ + { + "target": "crystal", + "weight": 16, + "count": 1, + "id": "environmentaltech:litherite_crystal" + }, + { + "target": "crystal", + "weight": 14, + "count": 1, + "id": "environmentaltech:erodium_crystal" + }, + { + "target": "crystal", + "weight": 12, + "count": 1, + "id": "environmentaltech:kyronite_crystal" + }, + { + "target": "crystal", + "weight": 10, + "count": 1, + "id": "environmentaltech:pladium_crystal" + }, + { + "target": "crystal", + "weight": 8, + "count": 1, + "id": "environmentaltech:ionite_crystal" + }, + { + "target": "crystal", + "weight": 6, + "count": 1, + "id": "environmentaltech:aethium_crystal" + }, + { + "target": "black", + "weight": 6, + "count": 1, + "id": "environmentaltech:lonsdaleite_crystal" + }, + { + "target": "black", + "weight": 64, + "count": 1, + "id": "OD:oreCoal" + }, + { + "target": "white", + "weight": 48, + "count": 1, + "id": "geolosys:cluster" + }, + { + "target": "white", + "weight": 32, + "count": 1, + "id": "OD:oreQuartz" + }, + { + "target": "red", + "weight": 32, + "count": 1, + "id": "OD:oreRedstone" + }, + { + "target": "blue", + "weight": 20, + "count": 1, + "id": "OD:oreLapis" + }, + { + "target": "yellow", + "weight": 19, + "count": 1, + "id": "geolosys:cluster:1" + }, + { + "target": "cyan", + "weight": 13, + "count": 1, + "id": "OD:oreDiamond" + }, + { + "target": "lime", + "weight": 10, + "count": 1, + "id": "OD:oreEmerald" + }, + { + "target": "yellow", + "weight": 12, + "count": 1, + "id": "OD:glowstone" + }, + { + "target": "orange", + "weight": 36, + "count": 1, + "id": "OD:oreCopper" + }, + { + "target": "gray", + "weight": 36, + "count": 1, + "id": "OD:oreTin" + }, + { + "target": "silver", + "weight": 22, + "count": 1, + "id": "OD:oreSilver" + }, + { + "target": "purple", + "weight": 30, + "count": 1, + "id": "OD:oreLead" + }, + { + "target": "white", + "weight": 26, + "count": 1, + "id": "OD:oreAluminum" + }, + { + "target": "green", + "weight": 9, + "count": 1, + "id": "OD:oreUranium" + }, + { + "target": "yellow", + "weight": 10, + "count": 1, + "id": "OD:oreYellorite" + }, + { + "target": "light_blue", + "weight": 12, + "count": 1, + "id": "OD:oreCertusQuartz" + }, + { + "target": "brown", + "weight": 12, + "count": 1, + "id": "OD:oreCinnabar" + }, + { + "target": "orange", + "weight": 12, + "count": 1, + "id": "OD:oreAmber" + }, + { + "target": "gray", + "weight": 13, + "count": 1, + "id": "OD:oreNickel" + }, + { + "target": "light_blue", + "weight": 9, + "count": 1, + "id": "OD:orePlatinum" + }, + { + "target": "light_blue", + "weight": 9, + "count": 1, + "id": "OD:oreMithril" + }, + { + "target": "yellow", + "weight": 14, + "count": 1, + "id": "OD:oreSulfur" + }, + { + "target": "white", + "weight": 14, + "count": 1, + "id": "OD:oreNiter" + }, + { + "target": "red", + "weight": 7, + "count": 1, + "id": "OD:oreFirestone" + }, + { + "target": "blue", + "weight": 10, + "count": 1, + "id": "OD:oreCobalt" + }, + { + "target": "orange", + "weight": 10, + "count": 1, + "id": "OD:oreArdite" + }, + { + "target": "black", + "weight": 12, + "count": 1, + "id": "OD:oreGraphite" + }, + { + "target": "black", + "weight": 18, + "count": 1, + "id": "OD:oreQuartzBlack" + }, + { + "target": "brown", + "weight": 9, + "count": 1, + "id": "OD:oreResonating" + }, + { + "target": "silver", + "weight": 16, + "count": 1, + "id": "OD:oreOsmium" + }, + { + "target": "white", + "weight": 7, + "count": 1, + "id": "OD:oreSalt" + }, + { + "target": "white", + "weight": 8, + "count": 1, + "id": "rftools:dimensional_shard_ore" + } + ] +} 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 0000000..e0d935a --- /dev/null +++ b/config/environmentaltech/multiblocks/void_miner/resource/tier_1.json @@ -0,0 +1,189 @@ +{ + "outputs": [ + { + "target": "gray", + "weight": 32, + "id": "minecraft:stone:0" + }, + { + "target": "pink", + "weight": 30, + "id": "minecraft:stone:1" + }, + { + "target": "white", + "weight": 30, + "id": "minecraft:stone:3" + }, + { + "target": "gray", + "weight": 30, + "id": "minecraft:stone:5" + }, + { + "target": "silver", + "weight": 30, + "id": "minecraft:gravel" + }, + { + "target": "green", + "weight": 10, + "id": "minecraft:grass" + }, + { + "target": "brown", + "weight": 20, + "id": "minecraft:dirt:0" + }, + { + "target": "brown", + "weight": 10, + "id": "minecraft:dirt:2" + }, + { + "target": "yellow", + "weight": 30, + "id": "minecraft:sand:0" + }, + { + "target": "yellow", + "weight": 24, + "id": "minecraft:sand:1" + }, + { + "target": "gray", + "weight": 28, + "id": "minecraft:cobblestone" + }, + { + "target": "green", + "weight": 10, + "id": "minecraft:mossy_cobblestone" + }, + { + "target": "purple", + "weight": 9, + "id": "minecraft:obsidian" + }, + { + "target": "silver", + "weight": 12, + "id": "minecraft:clay" + }, + { + "target": "red", + "weight": 28, + "id": "minecraft:netherrack" + }, + { + "target": "brown", + "weight": 16, + "id": "minecraft:soul_sand" + }, + { + "target": "", + "weight": 8, + "id": "minecraft:mycelium" + }, + { + "target": "", + "weight": 13, + "id": "minecraft:end_stone" + }, + { + "target": "orange", + "weight": 12, + "id": "minecraft:hardened_clay" + }, + { + "target": "white", + "weight": 2, + "id": "minecraft:stained_hardened_clay:0" + }, + { + "target": "orange", + "weight": 2, + "id": "minecraft:stained_hardened_clay:1" + }, + { + "target": "magenta", + "weight": 2, + "id": "minecraft:stained_hardened_clay:2" + }, + { + "target": "lightBlue", + "weight": 2, + "id": "minecraft:stained_hardened_clay:3" + }, + { + "target": "yellow", + "weight": 2, + "id": "minecraft:stained_hardened_clay:4" + }, + { + "target": "lime", + "weight": 2, + "id": "minecraft:stained_hardened_clay:5" + }, + { + "target": "pink", + "weight": 2, + "id": "minecraft:stained_hardened_clay:6" + }, + { + "target": "gray", + "weight": 2, + "id": "minecraft:stained_hardened_clay:7" + }, + { + "target": "silver", + "weight": 2, + "id": "minecraft:stained_hardened_clay:8" + }, + { + "target": "cyan", + "weight": 2, + "id": "minecraft:stained_hardened_clay:9" + }, + { + "target": "purple", + "weight": 2, + "id": "minecraft:stained_hardened_clay:10" + }, + { + "target": "blue", + "weight": 2, + "id": "minecraft:stained_hardened_clay:11" + }, + { + "target": "brown", + "weight": 2, + "id": "minecraft:stained_hardened_clay:12" + }, + { + "target": "green", + "weight": 2, + "id": "minecraft:stained_hardened_clay:13" + }, + { + "target": "red", + "weight": 2, + "id": "minecraft:stained_hardened_clay:14" + }, + { + "target": "black", + "weight": 2, + "id": "minecraft:stained_hardened_clay:15" + }, + { + "target": "3", + "weight": 28, + "id": "minecraft:sponge" + }, + { + "target": "white", + "weight": 4, + "id": "environmentaltech:mica" + } + ] +} \ 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 0000000..e0d935a --- /dev/null +++ b/config/environmentaltech/multiblocks/void_miner/resource/tier_2.json @@ -0,0 +1,189 @@ +{ + "outputs": [ + { + "target": "gray", + "weight": 32, + "id": "minecraft:stone:0" + }, + { + "target": "pink", + "weight": 30, + "id": "minecraft:stone:1" + }, + { + "target": "white", + "weight": 30, + "id": "minecraft:stone:3" + }, + { + "target": "gray", + "weight": 30, + "id": "minecraft:stone:5" + }, + { + "target": "silver", + "weight": 30, + "id": "minecraft:gravel" + }, + { + "target": "green", + "weight": 10, + "id": "minecraft:grass" + }, + { + "target": "brown", + "weight": 20, + "id": "minecraft:dirt:0" + }, + { + "target": "brown", + "weight": 10, + "id": "minecraft:dirt:2" + }, + { + "target": "yellow", + "weight": 30, + "id": "minecraft:sand:0" + }, + { + "target": "yellow", + "weight": 24, + "id": "minecraft:sand:1" + }, + { + "target": "gray", + "weight": 28, + "id": "minecraft:cobblestone" + }, + { + "target": "green", + "weight": 10, + "id": "minecraft:mossy_cobblestone" + }, + { + "target": "purple", + "weight": 9, + "id": "minecraft:obsidian" + }, + { + "target": "silver", + "weight": 12, + "id": "minecraft:clay" + }, + { + "target": "red", + "weight": 28, + "id": "minecraft:netherrack" + }, + { + "target": "brown", + "weight": 16, + "id": "minecraft:soul_sand" + }, + { + "target": "", + "weight": 8, + "id": "minecraft:mycelium" + }, + { + "target": "", + "weight": 13, + "id": "minecraft:end_stone" + }, + { + "target": "orange", + "weight": 12, + "id": "minecraft:hardened_clay" + }, + { + "target": "white", + "weight": 2, + "id": "minecraft:stained_hardened_clay:0" + }, + { + "target": "orange", + "weight": 2, + "id": "minecraft:stained_hardened_clay:1" + }, + { + "target": "magenta", + "weight": 2, + "id": "minecraft:stained_hardened_clay:2" + }, + { + "target": "lightBlue", + "weight": 2, + "id": "minecraft:stained_hardened_clay:3" + }, + { + "target": "yellow", + "weight": 2, + "id": "minecraft:stained_hardened_clay:4" + }, + { + "target": "lime", + "weight": 2, + "id": "minecraft:stained_hardened_clay:5" + }, + { + "target": "pink", + "weight": 2, + "id": "minecraft:stained_hardened_clay:6" + }, + { + "target": "gray", + "weight": 2, + "id": "minecraft:stained_hardened_clay:7" + }, + { + "target": "silver", + "weight": 2, + "id": "minecraft:stained_hardened_clay:8" + }, + { + "target": "cyan", + "weight": 2, + "id": "minecraft:stained_hardened_clay:9" + }, + { + "target": "purple", + "weight": 2, + "id": "minecraft:stained_hardened_clay:10" + }, + { + "target": "blue", + "weight": 2, + "id": "minecraft:stained_hardened_clay:11" + }, + { + "target": "brown", + "weight": 2, + "id": "minecraft:stained_hardened_clay:12" + }, + { + "target": "green", + "weight": 2, + "id": "minecraft:stained_hardened_clay:13" + }, + { + "target": "red", + "weight": 2, + "id": "minecraft:stained_hardened_clay:14" + }, + { + "target": "black", + "weight": 2, + "id": "minecraft:stained_hardened_clay:15" + }, + { + "target": "3", + "weight": 28, + "id": "minecraft:sponge" + }, + { + "target": "white", + "weight": 4, + "id": "environmentaltech:mica" + } + ] +} \ 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 0000000..e0d935a --- /dev/null +++ b/config/environmentaltech/multiblocks/void_miner/resource/tier_3.json @@ -0,0 +1,189 @@ +{ + "outputs": [ + { + "target": "gray", + "weight": 32, + "id": "minecraft:stone:0" + }, + { + "target": "pink", + "weight": 30, + "id": "minecraft:stone:1" + }, + { + "target": "white", + "weight": 30, + "id": "minecraft:stone:3" + }, + { + "target": "gray", + "weight": 30, + "id": "minecraft:stone:5" + }, + { + "target": "silver", + "weight": 30, + "id": "minecraft:gravel" + }, + { + "target": "green", + "weight": 10, + "id": "minecraft:grass" + }, + { + "target": "brown", + "weight": 20, + "id": "minecraft:dirt:0" + }, + { + "target": "brown", + "weight": 10, + "id": "minecraft:dirt:2" + }, + { + "target": "yellow", + "weight": 30, + "id": "minecraft:sand:0" + }, + { + "target": "yellow", + "weight": 24, + "id": "minecraft:sand:1" + }, + { + "target": "gray", + "weight": 28, + "id": "minecraft:cobblestone" + }, + { + "target": "green", + "weight": 10, + "id": "minecraft:mossy_cobblestone" + }, + { + "target": "purple", + "weight": 9, + "id": "minecraft:obsidian" + }, + { + "target": "silver", + "weight": 12, + "id": "minecraft:clay" + }, + { + "target": "red", + "weight": 28, + "id": "minecraft:netherrack" + }, + { + "target": "brown", + "weight": 16, + "id": "minecraft:soul_sand" + }, + { + "target": "", + "weight": 8, + "id": "minecraft:mycelium" + }, + { + "target": "", + "weight": 13, + "id": "minecraft:end_stone" + }, + { + "target": "orange", + "weight": 12, + "id": "minecraft:hardened_clay" + }, + { + "target": "white", + "weight": 2, + "id": "minecraft:stained_hardened_clay:0" + }, + { + "target": "orange", + "weight": 2, + "id": "minecraft:stained_hardened_clay:1" + }, + { + "target": "magenta", + "weight": 2, + "id": "minecraft:stained_hardened_clay:2" + }, + { + "target": "lightBlue", + "weight": 2, + "id": "minecraft:stained_hardened_clay:3" + }, + { + "target": "yellow", + "weight": 2, + "id": "minecraft:stained_hardened_clay:4" + }, + { + "target": "lime", + "weight": 2, + "id": "minecraft:stained_hardened_clay:5" + }, + { + "target": "pink", + "weight": 2, + "id": "minecraft:stained_hardened_clay:6" + }, + { + "target": "gray", + "weight": 2, + "id": "minecraft:stained_hardened_clay:7" + }, + { + "target": "silver", + "weight": 2, + "id": "minecraft:stained_hardened_clay:8" + }, + { + "target": "cyan", + "weight": 2, + "id": "minecraft:stained_hardened_clay:9" + }, + { + "target": "purple", + "weight": 2, + "id": "minecraft:stained_hardened_clay:10" + }, + { + "target": "blue", + "weight": 2, + "id": "minecraft:stained_hardened_clay:11" + }, + { + "target": "brown", + "weight": 2, + "id": "minecraft:stained_hardened_clay:12" + }, + { + "target": "green", + "weight": 2, + "id": "minecraft:stained_hardened_clay:13" + }, + { + "target": "red", + "weight": 2, + "id": "minecraft:stained_hardened_clay:14" + }, + { + "target": "black", + "weight": 2, + "id": "minecraft:stained_hardened_clay:15" + }, + { + "target": "3", + "weight": 28, + "id": "minecraft:sponge" + }, + { + "target": "white", + "weight": 4, + "id": "environmentaltech:mica" + } + ] +} \ 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 0000000..e0d935a --- /dev/null +++ b/config/environmentaltech/multiblocks/void_miner/resource/tier_4.json @@ -0,0 +1,189 @@ +{ + "outputs": [ + { + "target": "gray", + "weight": 32, + "id": "minecraft:stone:0" + }, + { + "target": "pink", + "weight": 30, + "id": "minecraft:stone:1" + }, + { + "target": "white", + "weight": 30, + "id": "minecraft:stone:3" + }, + { + "target": "gray", + "weight": 30, + "id": "minecraft:stone:5" + }, + { + "target": "silver", + "weight": 30, + "id": "minecraft:gravel" + }, + { + "target": "green", + "weight": 10, + "id": "minecraft:grass" + }, + { + "target": "brown", + "weight": 20, + "id": "minecraft:dirt:0" + }, + { + "target": "brown", + "weight": 10, + "id": "minecraft:dirt:2" + }, + { + "target": "yellow", + "weight": 30, + "id": "minecraft:sand:0" + }, + { + "target": "yellow", + "weight": 24, + "id": "minecraft:sand:1" + }, + { + "target": "gray", + "weight": 28, + "id": "minecraft:cobblestone" + }, + { + "target": "green", + "weight": 10, + "id": "minecraft:mossy_cobblestone" + }, + { + "target": "purple", + "weight": 9, + "id": "minecraft:obsidian" + }, + { + "target": "silver", + "weight": 12, + "id": "minecraft:clay" + }, + { + "target": "red", + "weight": 28, + "id": "minecraft:netherrack" + }, + { + "target": "brown", + "weight": 16, + "id": "minecraft:soul_sand" + }, + { + "target": "", + "weight": 8, + "id": "minecraft:mycelium" + }, + { + "target": "", + "weight": 13, + "id": "minecraft:end_stone" + }, + { + "target": "orange", + "weight": 12, + "id": "minecraft:hardened_clay" + }, + { + "target": "white", + "weight": 2, + "id": "minecraft:stained_hardened_clay:0" + }, + { + "target": "orange", + "weight": 2, + "id": "minecraft:stained_hardened_clay:1" + }, + { + "target": "magenta", + "weight": 2, + "id": "minecraft:stained_hardened_clay:2" + }, + { + "target": "lightBlue", + "weight": 2, + "id": "minecraft:stained_hardened_clay:3" + }, + { + "target": "yellow", + "weight": 2, + "id": "minecraft:stained_hardened_clay:4" + }, + { + "target": "lime", + "weight": 2, + "id": "minecraft:stained_hardened_clay:5" + }, + { + "target": "pink", + "weight": 2, + "id": "minecraft:stained_hardened_clay:6" + }, + { + "target": "gray", + "weight": 2, + "id": "minecraft:stained_hardened_clay:7" + }, + { + "target": "silver", + "weight": 2, + "id": "minecraft:stained_hardened_clay:8" + }, + { + "target": "cyan", + "weight": 2, + "id": "minecraft:stained_hardened_clay:9" + }, + { + "target": "purple", + "weight": 2, + "id": "minecraft:stained_hardened_clay:10" + }, + { + "target": "blue", + "weight": 2, + "id": "minecraft:stained_hardened_clay:11" + }, + { + "target": "brown", + "weight": 2, + "id": "minecraft:stained_hardened_clay:12" + }, + { + "target": "green", + "weight": 2, + "id": "minecraft:stained_hardened_clay:13" + }, + { + "target": "red", + "weight": 2, + "id": "minecraft:stained_hardened_clay:14" + }, + { + "target": "black", + "weight": 2, + "id": "minecraft:stained_hardened_clay:15" + }, + { + "target": "3", + "weight": 28, + "id": "minecraft:sponge" + }, + { + "target": "white", + "weight": 4, + "id": "environmentaltech:mica" + } + ] +} \ 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 0000000..e0d935a --- /dev/null +++ b/config/environmentaltech/multiblocks/void_miner/resource/tier_5.json @@ -0,0 +1,189 @@ +{ + "outputs": [ + { + "target": "gray", + "weight": 32, + "id": "minecraft:stone:0" + }, + { + "target": "pink", + "weight": 30, + "id": "minecraft:stone:1" + }, + { + "target": "white", + "weight": 30, + "id": "minecraft:stone:3" + }, + { + "target": "gray", + "weight": 30, + "id": "minecraft:stone:5" + }, + { + "target": "silver", + "weight": 30, + "id": "minecraft:gravel" + }, + { + "target": "green", + "weight": 10, + "id": "minecraft:grass" + }, + { + "target": "brown", + "weight": 20, + "id": "minecraft:dirt:0" + }, + { + "target": "brown", + "weight": 10, + "id": "minecraft:dirt:2" + }, + { + "target": "yellow", + "weight": 30, + "id": "minecraft:sand:0" + }, + { + "target": "yellow", + "weight": 24, + "id": "minecraft:sand:1" + }, + { + "target": "gray", + "weight": 28, + "id": "minecraft:cobblestone" + }, + { + "target": "green", + "weight": 10, + "id": "minecraft:mossy_cobblestone" + }, + { + "target": "purple", + "weight": 9, + "id": "minecraft:obsidian" + }, + { + "target": "silver", + "weight": 12, + "id": "minecraft:clay" + }, + { + "target": "red", + "weight": 28, + "id": "minecraft:netherrack" + }, + { + "target": "brown", + "weight": 16, + "id": "minecraft:soul_sand" + }, + { + "target": "", + "weight": 8, + "id": "minecraft:mycelium" + }, + { + "target": "", + "weight": 13, + "id": "minecraft:end_stone" + }, + { + "target": "orange", + "weight": 12, + "id": "minecraft:hardened_clay" + }, + { + "target": "white", + "weight": 2, + "id": "minecraft:stained_hardened_clay:0" + }, + { + "target": "orange", + "weight": 2, + "id": "minecraft:stained_hardened_clay:1" + }, + { + "target": "magenta", + "weight": 2, + "id": "minecraft:stained_hardened_clay:2" + }, + { + "target": "lightBlue", + "weight": 2, + "id": "minecraft:stained_hardened_clay:3" + }, + { + "target": "yellow", + "weight": 2, + "id": "minecraft:stained_hardened_clay:4" + }, + { + "target": "lime", + "weight": 2, + "id": "minecraft:stained_hardened_clay:5" + }, + { + "target": "pink", + "weight": 2, + "id": "minecraft:stained_hardened_clay:6" + }, + { + "target": "gray", + "weight": 2, + "id": "minecraft:stained_hardened_clay:7" + }, + { + "target": "silver", + "weight": 2, + "id": "minecraft:stained_hardened_clay:8" + }, + { + "target": "cyan", + "weight": 2, + "id": "minecraft:stained_hardened_clay:9" + }, + { + "target": "purple", + "weight": 2, + "id": "minecraft:stained_hardened_clay:10" + }, + { + "target": "blue", + "weight": 2, + "id": "minecraft:stained_hardened_clay:11" + }, + { + "target": "brown", + "weight": 2, + "id": "minecraft:stained_hardened_clay:12" + }, + { + "target": "green", + "weight": 2, + "id": "minecraft:stained_hardened_clay:13" + }, + { + "target": "red", + "weight": 2, + "id": "minecraft:stained_hardened_clay:14" + }, + { + "target": "black", + "weight": 2, + "id": "minecraft:stained_hardened_clay:15" + }, + { + "target": "3", + "weight": 28, + "id": "minecraft:sponge" + }, + { + "target": "white", + "weight": 4, + "id": "environmentaltech:mica" + } + ] +} \ 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 0000000..e0d935a --- /dev/null +++ b/config/environmentaltech/multiblocks/void_miner/resource/tier_6.json @@ -0,0 +1,189 @@ +{ + "outputs": [ + { + "target": "gray", + "weight": 32, + "id": "minecraft:stone:0" + }, + { + "target": "pink", + "weight": 30, + "id": "minecraft:stone:1" + }, + { + "target": "white", + "weight": 30, + "id": "minecraft:stone:3" + }, + { + "target": "gray", + "weight": 30, + "id": "minecraft:stone:5" + }, + { + "target": "silver", + "weight": 30, + "id": "minecraft:gravel" + }, + { + "target": "green", + "weight": 10, + "id": "minecraft:grass" + }, + { + "target": "brown", + "weight": 20, + "id": "minecraft:dirt:0" + }, + { + "target": "brown", + "weight": 10, + "id": "minecraft:dirt:2" + }, + { + "target": "yellow", + "weight": 30, + "id": "minecraft:sand:0" + }, + { + "target": "yellow", + "weight": 24, + "id": "minecraft:sand:1" + }, + { + "target": "gray", + "weight": 28, + "id": "minecraft:cobblestone" + }, + { + "target": "green", + "weight": 10, + "id": "minecraft:mossy_cobblestone" + }, + { + "target": "purple", + "weight": 9, + "id": "minecraft:obsidian" + }, + { + "target": "silver", + "weight": 12, + "id": "minecraft:clay" + }, + { + "target": "red", + "weight": 28, + "id": "minecraft:netherrack" + }, + { + "target": "brown", + "weight": 16, + "id": "minecraft:soul_sand" + }, + { + "target": "", + "weight": 8, + "id": "minecraft:mycelium" + }, + { + "target": "", + "weight": 13, + "id": "minecraft:end_stone" + }, + { + "target": "orange", + "weight": 12, + "id": "minecraft:hardened_clay" + }, + { + "target": "white", + "weight": 2, + "id": "minecraft:stained_hardened_clay:0" + }, + { + "target": "orange", + "weight": 2, + "id": "minecraft:stained_hardened_clay:1" + }, + { + "target": "magenta", + "weight": 2, + "id": "minecraft:stained_hardened_clay:2" + }, + { + "target": "lightBlue", + "weight": 2, + "id": "minecraft:stained_hardened_clay:3" + }, + { + "target": "yellow", + "weight": 2, + "id": "minecraft:stained_hardened_clay:4" + }, + { + "target": "lime", + "weight": 2, + "id": "minecraft:stained_hardened_clay:5" + }, + { + "target": "pink", + "weight": 2, + "id": "minecraft:stained_hardened_clay:6" + }, + { + "target": "gray", + "weight": 2, + "id": "minecraft:stained_hardened_clay:7" + }, + { + "target": "silver", + "weight": 2, + "id": "minecraft:stained_hardened_clay:8" + }, + { + "target": "cyan", + "weight": 2, + "id": "minecraft:stained_hardened_clay:9" + }, + { + "target": "purple", + "weight": 2, + "id": "minecraft:stained_hardened_clay:10" + }, + { + "target": "blue", + "weight": 2, + "id": "minecraft:stained_hardened_clay:11" + }, + { + "target": "brown", + "weight": 2, + "id": "minecraft:stained_hardened_clay:12" + }, + { + "target": "green", + "weight": 2, + "id": "minecraft:stained_hardened_clay:13" + }, + { + "target": "red", + "weight": 2, + "id": "minecraft:stained_hardened_clay:14" + }, + { + "target": "black", + "weight": 2, + "id": "minecraft:stained_hardened_clay:15" + }, + { + "target": "3", + "weight": 28, + "id": "minecraft:sponge" + }, + { + "target": "white", + "weight": 4, + "id": "environmentaltech:mica" + } + ] +} \ No newline at end of file diff --git a/config/extendedcrafting.cfg b/config/extendedcrafting.cfg new file mode 100644 index 0000000..5cbd461 --- /dev/null +++ b/config/extendedcrafting.cfg @@ -0,0 +1,228 @@ +# 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=5000000 + + # How much FE/t the Crafting Core should use when crafting by default. [range: 0 ~ 2147483647, default: 500] + I:energy_rate=500 +} + + +########################################################################################################## +# 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=5000000 + + # 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=false +} + + +########################################################################################################## +# 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 < + 1;glass;minecraft:glass;C1B9B8 + 2;paperclip;pickletweaks:ppm4:2;807F7F + 3;compressed_iron;pneumaticcraft:ingot_iron_compressed;888888 + 4;steves_carts;stevescarts:cartmodule:62;FC7B9C + 5;cookie;minecraft:cookie;FF9300 + 6;salt;mekanism:salt;FFFFE3 + 7;paperclip_singularity;extendedcrafting:singularity_custom:2;807F7F + 8;death_compass;death_compass:death_compass;ECECEC + > + + # 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=false + brass=false + silver=true + lead=true + steel=true + nickel=true + constantan=true + electrum=true + invar=false + mithril=false + tungsten=false + titanium=true + uranium=true + chrome=false + platinum=true + iridium=false + signalum=false + lumium=false + enderium=false + 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=10000 + + # Should the default Ultimate Singularity recipe be enabled? [default: true] + B:ultimate_singularity_recipe=true + + # 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=true +} + + diff --git a/config/farmingforblockheads.cfg b/config/farmingforblockheads.cfg new file mode 100644 index 0000000..177070e --- /dev/null +++ b/config/farmingforblockheads.cfg @@ -0,0 +1,35 @@ +# Configuration file + +client { + # Set this to true if you're a modpack dev to see Farming for Blockheads registry warnings in chat. Errors will always display. + B:"Show Registry Warnings"=false +} + + +general { + # The range at which the chicken nest picks up laid eggs + I:"Chicken Nest Range"=8 + + # The maximum amount of animals (per type) until the feeding trough stops feeding + I:"Feeding Trough Max Animals"=8 + + # The range within animals can be fed by the feeding trough + I:"Feeding Trough Range"=8 + + # The chance to get a bonus crop when using Green Fertilizer. + D:"Fertilizer Bonus Crop Chance"=1.0 + + # The chance to get a bonus growth when using Red Fertilizer. + D:"Fertilizer Bonus Growth Chance"=1.0 + + # The chance for Fertilized Farmland to turn back into regular Farmland (per provided bonus) + D:"Fertilizer Regression Chance"=0.0 + + # List of names the merchant can have. + S:"Merchant Names" < + Swap-O-Matic + Weathered Salesperson + > +} + + diff --git a/config/fastbench.cfg b/config/fastbench.cfg new file mode 100644 index 0000000..e2c82df --- /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 0000000..4abb15a --- /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/fat_cat.cfg b/config/fat_cat.cfg new file mode 100644 index 0000000..a17514d --- /dev/null +++ b/config/fat_cat.cfg @@ -0,0 +1,61 @@ +# Configuration file + +"attack settings" { + B:"Attacks Everything (Except Other Rich Industrialists)"=false + B:"Attacks Monsters"=false +} + + +"spawn settings" { + # 1st Name of the Mob + # [You can have more then one name. It will randomly pick a name at spawn for each Mob.] [default: [Bartholomew], [Criddlington], [Isembard], [Ishmail], [Crundle], [Faffington], [Thomaston], [Ezra], [Tarquell], [Obadiah]] + S:Forename < + Bartholomew + Criddlington + Isembard + Ishmail + Crundle + Faffington + Thomaston + Ezra + Tarquell + Obadiah + > + I:"Max Y Spawn Height"=256 + B:"Mobs Spawn with Custom Names"=true + I:"Spawn Chance Probability"=10 + I:"Spawn Group Maximum Size"=3 + I:"Spawn Group Minimum Size"=1 + + # 2nd Name of the Mob + # [You can have more then one name. It will randomly pick a name at spawn for each Mob.] [default: [Smythe], [Poshtoff], [Pennyworth], [Brindleford], [Scottmangle], [Arkwright], [Granville], [Houghton], [Glenross], [Fumbleford]] + S:Surname < + Smythe + Poshtoff + Pennyworth + Brindleford + Scottmangle + Arkwright + Granville + Houghton + Glenross + Fumbleford + > + + # Title Prefix eg. Mr, Dr, etc + # [You can have more then one title. It will randomly pick a title at spawn for each Mob.] [default: [Mr.], [Master], [Sir], [Lord], [Dr.], [Professor], [ Duke], [Baron], [Earl], [Viscount]] + S:Title < + Mr. + Master + Sir + Lord + Dr. + Professor + Duke + Baron + Earl + Viscount + > +} + + diff --git a/config/ferdinandsflowers.cfg b/config/ferdinandsflowers.cfg new file mode 100644 index 0000000..b915053 --- /dev/null +++ b/config/ferdinandsflowers.cfg @@ -0,0 +1,1806 @@ +# Configuration file + +general { + + ########################################################################################################## + # general + #--------------------------------------------------------------------------------------------------------# + # General Controls for OreDict, Bonemeal, Etc. + ########################################################################################################## + + general { + # Set This to True to Enable the Ability to Bonemeal & Duplicate Small Flowers. (Works Like Vanilla Double Plants) + # Default is False (OFF) + B:"Bonemeal Small Flowers"=false + + # Set This to True to Enable the Ability to Bonemeal & Duplicate Sweet Peas. (Works Like Vanilla Double Plants) + # Default is False (OFF) + B:"Bonemeal Sweet Peas"=false + + # Set This to False to Disable the Damage Caused by Some Desert Flowers. (block_cff_ouch) + # Default is True (ON) + B:"Desert Flower Damage"=true + + # Set This to True to Allow the Flower Chest to Hold Other Mod's & Vanilla Plants & Seeds, Etc. + # Default is False (OFF) + B:"Flower Chest Contents"=false + + # Set This to False to Disable the Damage Caused by Darkosto Traposto & Venus Fly Trap. (block_cff_dark) + # Default is True (ON) + B:"Fly Trap Damage"=true + + # Set This to False to Disable the Light Source from Mushrooms. + # Default is True (ON) + B:"Mushroom Light Source"=true + + # Add or Remove the Flower Dyes from the Ore Dictionary. Set This to False to Remove the Flower Dyes. + # Default is True (Dyes Use Ore Dictionary) + B:"Ore Dictionary Dyes"=false + } + + ########################################################################################################## + # blocks + #--------------------------------------------------------------------------------------------------------# + # Turn Blocks Off or On + ########################################################################################################## + + blocks { + # Set This to False to Remove the Dye Brick Slabs from the Creative Menu- Does Not Delete Blocks Already Placed. + # Default is True (ON) + B:"Dye Brick Slabs"=true + + # Set This to False to Remove the Dye Bricks from the Creative Menu- Does Not Delete Blocks Already Placed. + # Default is True (ON) + B:"Dye Bricks"=true + + # Set This to False to Remove the Dye Glass from the Creative Menu- Does Not Delete Blocks Already Placed. + # Default is True (ON) + B:"Dye Glass"=true + + # Set This to False to Remove the Dye Glass Panes from the Creative Menu- Does Not Delete Blocks Already Placed. + # Default is True (ON) + B:"Dye Glass Panes"=true + + # Set This to False to Remove the Flower Chest from the Creative Menu- Does Not Delete Chests Already Placed. + # Default is True (ON) + B:"Flower Chest"=true + + # Set This to False to Remove the Venus Fly Trap & Darkosto Traposto from the Creative Menu- Does Not Delete Flowers Already Placed. + # Default is True (ON) + B:"Fly Trap & D. Traposto"=true + + # Set This to False to Remove the Birthday Cake from the Creative Menu- Does Not Delete Blocks Already Placed. + # Default is True (ON) + B:"It's Not My Birthday"=true + + # Set This to False to Remove the Light Blocks from the Creative Menu- Does Not Delete Blocks Already Placed. + # Default is True (ON) + B:"Light Blocks"=true + + # Set This to False to Remove the Sweet Peas from the Creative Menu- Does Not Delete Flowers Already Placed. + # Default is True (ON) + B:"Sweet Peas"=true + } + + ########################################################################################################## + # biomes + #--------------------------------------------------------------------------------------------------------# + # Generation Controls for Flower Groups - by Biome + ########################################################################################################## + + biomes { + + ########################################################################################################## + # mushroom + #--------------------------------------------------------------------------------------------------------# + # Generation Controls for Mushrooms + ########################################################################################################## + + mushroom { + # Set This to False to Disable Mushroom Generation in Extreme Hills Biomes. + # Default is True (ON) + B:"Extreme Hills Biome"=true + + # Set This to False to Disable Mushroom Generation in Jungle Biomes. + # Default is True (ON) + B:"Jungle Biome"=true + + # Set This to False to Disable Mushroom Generation in Magical Biome Dictionary Types. + # Default is True (ON) + B:"Magical Biomes"=true + + # Set This to False to Disable Mushroom Generation in Mushroom Island Biomes. + # Default is True (ON) + B:"Mushroom Island Biome"=true + + # Set This to False to Disable Mushroom Generation in Roofed Forest Biomes. + # Default is True (ON) + B:"Roofed Forest Biome"=true + + # Set This to False to Disable Mushroom Generation in Swamp Biomes. + # Default is True (ON) + B:"Swamp Biome"=true + + # Set This to False to Disable Mushroom Generation in Taiga Biomes. + # Default is True (ON) + B:"Taiga Biomes"=true + } + + ########################################################################################################## + # desert + #--------------------------------------------------------------------------------------------------------# + # Generation Controls for Desert Flowers + ########################################################################################################## + + desert { + # Set This to False to Disable Desert Flowers Generation in Desert Biomes. + # Default is True (ON) + B:"Desert Biome"=true + + # Set This to False to Disable Desert Flowers Generation in Mesa Biomes. + # Default is True (ON) + B:"Mesa Biome"=true + + # Set This to False to Disable Desert Flowers Generation in Savanna Biomes. + # Default is True (ON) + B:"Savanna Biome"=true + } + + ########################################################################################################## + # blue + #--------------------------------------------------------------------------------------------------------# + # Generation Controls for Blue Flower Group + # Cloud Blue Corydalis, Yellow Freesia, Blue Tinsel Lily, + # Blue Bachelor Button, Blue Bell Bachelor Button, + # Medium Blue Lobelia, Light Blue Lobelia, Morning Glory, + # Dark Blue Borage, Cloud Blue Borage + ########################################################################################################## + + blue { + # Set This to False to Disable Blue Group Generation in All Forest Biomes. + # Cloud Blue Corydalis, Yellow Freesia, Blue Tinsel Lily, + # Blue Bachelor Button, Blue Bell Bachelor Button, + # Medium Blue Lobelia, Light Blue Lobelia, Morning Glory, + # Dark Blue Borage, Cloud Blue Borage + # + # Default is True (ON) + B:"All Forest Biomes"=true + + # Set This to False to Disable Peach Group Generation in Extreme Hills Biomes. + # Cloud Blue Corydalis, Yellow Freesia, Blue Tinsel Lily, + # Blue Bachelor Button, Blue Bell Bachelor Button, + # Medium Blue Lobelia, Light Blue Lobelia, Morning Glory, + # Dark Blue Borage, Cloud Blue Borage + # + # Default is True (ON) + B:"Extreme Hills Biome"=true + + # Set This to False to Disable Blue Group Generation in Jungle Biomes. + # Cloud Blue Corydalis, Yellow Freesia, Blue Tinsel Lily, + # Blue Bachelor Button, Blue Bell Bachelor Button, + # Medium Blue Lobelia, Light Blue Lobelia, Morning Glory, + # Dark Blue Borage, Cloud Blue Borage + # + # Default is True (ON) + B:"Jungle Biome"=true + + # Set This to False to Disable Blue Group Generation in Magic Biome Dictionary Types. + # Cloud Blue Corydalis, Yellow Freesia, Blue Tinsel Lily, + # Blue Bachelor Button, Blue Bell Bachelor Button, + # Medium Blue Lobelia, Light Blue Lobelia, Morning Glory, + # Dark Blue Borage, Cloud Blue Borage + # + # Default is True (ON) + B:"Magic Biomes"=true + + # Set This to False to Disable Peach Group Generation in Plains Biomes. + # Cloud Blue Corydalis, Yellow Freesia, Blue Tinsel Lily, + # Blue Bachelor Button, Blue Bell Bachelor Button, + # Medium Blue Lobelia, Light Blue Lobelia, Morning Glory, + # Dark Blue Borage, Cloud Blue Borage + # + # Default is True (ON) + B:"Plains Biome"=true + + # Set This to False to Disable Peach Group Generation in Swamp Biomes. + # Cloud Blue Corydalis, Yellow Freesia, Blue Tinsel Lily, + # Blue Bachelor Button, Blue Bell Bachelor Button, + # Medium Blue Lobelia, Light Blue Lobelia, Morning Glory, + # Dark Blue Borage, Cloud Blue Borage + # + # Default is True (ON) + B:"Swamp Biome"=true + } + + ########################################################################################################## + # cherry + #--------------------------------------------------------------------------------------------------------# + # Generation Controls for Cherry Flower Group + # Baneberry, Clover, Pink Clover, + # Ornamental Cherry, Hawthorne, Quince + ########################################################################################################## + + cherry { + # Set This to False to Disable Cherry Group Generation in All Forest Biomes. + # Baneberry, Clover, Pink Clover, + # Ornamental Cherry, Hawthorne, Quince + # + # Default is True (ON) + B:"All Forest Biomes"=true + + # Set This to False to Disable Cherry Group Generation in Extreme Hills Biomes. + # Baneberry, Clover, Pink Clover, + # Ornamental Cherry, Hawthorne, Quince + # + # Default is True (ON) + B:"Extreme Hills Biome"=true + + # Set This to False to Disable Cherry Group Generation in Ice Biomes. + # Baneberry, Clover, Pink Clover, + # Ornamental Cherry, Hawthorne, Quince + # + # Default is True (ON) + B:"Ice Biomes"=true + + # Set This to False to Disable Cherry Group Generation in Jungle Biomes. + # Baneberry, Clover, Pink Clover, + # Ornamental Cherry, Hawthorne, Quince + # + # Default is True (ON) + B:"Jungle Biome"=true + + # Set This to False to Disable Cherry Group Generation in Magical Biome Dictionary Types. + # Baneberry, Clover, Pink Clover, + # Ornamental Cherry, Hawthorne, Quince + # + # Default is True (ON) + B:"Magical Biomes"=true + } + + ########################################################################################################## + # corydalis + #--------------------------------------------------------------------------------------------------------# + # Generation Controls for Corydalis Flower Group + # Corydalis, Violet, Wolf's Bane, + # Borage, Pansy, Nasturtium, + # Light Blue Forget Me Not, Tall Lupin, + # Royal Blue Lobelia, Commelina + ########################################################################################################## + + corydalis { + # Set This to False to Disable Corydalis Group Generation in All Forest Biome Dictionary Types. + # Corydalis, Violet, Wolf's Bane, + # Borage, Pansy, Nasturtium, + # Light Blue Forget Me Not, Tall Lupin, + # Royal Blue Lobelia, Commelina + # + # Default is True (ON) + B:"All Forest Biomes"=true + + # Set This to False to Disable Corydalis Group Generation in Extreme Hills Biomes. + # Corydalis, Violet, Wolf's Bane, + # Borage, Pansy, Nasturtium, + # Light Blue Forget Me Not, Tall Lupin, + # Royal Blue Lobelia, Commelina + # + # Default is True (ON) + B:"Extreme Hills Biome"=true + + # Set This to False to Disable Corydalis Group Generation in Jungle Biomes. + # Corydalis, Violet, Wolf's Bane, + # Borage, Pansy, Nasturtium, + # Light Blue Forget Me Not, Tall Lupin, + # Royal Blue Lobelia, Commelina + # + # Default is True (ON) + B:"Jungle Biome"=true + + # Set This to False to Disable Corydalis Group Generation in Plains Biomes. + # Corydalis, Violet, Wolf's Bane, + # Borage, Pansy, Nasturtium, + # Light Blue Forget Me Not, Tall Lupin, + # Royal Blue Lobelia, Commelina + # + # Default is True (ON) + B:"Plains Biome"=true + + # Set This to False to Disable Corydalis Group Generation in Snowy Biome Dictionary Types. + # Corydalis, Violet, Wolf's Bane, + # Borage, Pansy, Nasturtium, + # Light Blue Forget Me Not, Tall Lupin, + # Royal Blue Lobelia, Commelina + # + # Default is True (ON) + B:"Snowy Biomes"=true + } + + ########################################################################################################## + # crocus + #--------------------------------------------------------------------------------------------------------# + # Generation Controls for Crocus Flower Group + # Crocus Mix, Purple Crocus, Yellow Crocus, + # California Poppy + ########################################################################################################## + + crocus { + # Set This to False to Disable Crocus Group Generation in All Forest Biome Dictionary Types. + # Crocus Mix, Purple Crocus, Yellow Crocus, + # California Poppy + # + # Default is True (ON) + B:"All Forest Biomes"=true + + # Set This to False to Disable Crocus Group Generation in Jungle Biomes. + # Crocus Mix, Purple Crocus, Yellow Crocus, + # California Poppy + # + # Default is True (ON) + B:"Jungle Biome"=true + + # Set This to False to Disable Crocus Group Generation in Plains Biomes. + # Crocus Mix, Purple Crocus, Yellow Crocus, + # California Poppy + # + # Default is True (ON) + B:"Plains Biome"=true + } + + ########################################################################################################## + # daffodil + #--------------------------------------------------------------------------------------------------------# + # Generation Controls for Daffodil Flower Group + # White Daffodil, Yellow Daffodil, Peppermint, + # Narcissus, Himalayan Blue Poppy, + # Forget Me Not, Light Blue Forget Me Not, + # Heavenly Cloud Sage + ########################################################################################################## + + daffodil { + # Set This to False to Disable Daffodil Group Generation in All Forest Biome Dictionary Types. + # White Daffodil, Yellow Daffodil, Peppermint, + # Narcissus, Himalayan Blue Poppy, + # Forget Me Not, Light Blue Forget Me Not, + # Heavenly Cloud Sage + # + # Default is True (ON) + B:"All Forest Biomes"=true + + # Set This to False to Disable Daffodil Group Generation in Extreme Hills Biomes. + # White Daffodil, Yellow Daffodil, Peppermint, + # Narcissus, Himalayan Blue Poppy, + # Forget Me Not, Light Blue Forget Me Not, + # Heavenly Cloud Sage + # + # Default is True (ON) + B:"Extreme Hills Biome"=true + + # Set This to False to Disable Daffodil Group Generation in Jungle Biomes. + # White Daffodil, Yellow Daffodil, Peppermint, + # Narcissus, Himalayan Blue Poppy, + # Forget Me Not, Light Blue Forget Me Not, + # Heavenly Cloud Sage + # + # Default is True (ON) + B:"Jungle Biome"=true + + # Set This to False to Disable Daffodil Group Generation in Plains Biomes. + # White Daffodil, Yellow Daffodil, Peppermint, + # Narcissus, Himalayan Blue Poppy, + # Forget Me Not, Light Blue Forget Me Not, + # Heavenly Cloud Sage + # + # Default is True (ON) + B:"Plains Biome"=true + + # Set This to False to Disable Daffodil Group Generation in Snowy Biome Dictionary Types. + # White Daffodil, Yellow Daffodil, Peppermint, + # Narcissus, Himalayan Blue Poppy, + # Forget Me Not, Light Blue Forget Me Not, + # Heavenly Cloud Sage + # + # Default is True (ON) + B:"Snowy Biomes"=true + + # Set This to False to Disable Daffodil Group Generation in Swamp Biomes. + # White Daffodil, Yellow Daffodil, Peppermint, + # Narcissus, Himalayan Blue Poppy, + # Forget Me Not, Light Blue Forget Me Not, + # Heavenly Cloud Sage + # + # Default is True (ON) + B:"Swamp Biome"=true + } + + ########################################################################################################## + # daisy + #--------------------------------------------------------------------------------------------------------# + # Generation Controls for Daisy Flower Group + # African Daisy, Purple African Daisy, + # Pennyroyal, Mexican Sage, + # Bird's Eye Gilia, Parrot Flower, + # Notch Leaf Scorpion Weed, Larkspur + ########################################################################################################## + + daisy { + # Set This to False to Disable Daisy Group Generation in All Forest Biome Dictionary Types. + # African Daisy, Purple African Daisy, + # Pennyroyal, Mexican Sage, + # Bird's Eye Gilia, Parrot Flower, + # Notch Leaf Scorpion Weed, Larkspur + # + # Default is True (ON) + B:"All Forest Biome"=true + + # Set This to False to Disable Daisy Group Generation in Extreme Hills Biomes. + # African Daisy, Purple African Daisy, + # Pennyroyal, Mexican Sage, + # Bird's Eye Gilia, Parrot Flower, + # Notch Leaf Scorpion Weed, Larkspur + # + # Default is True (ON) + B:"Extreme Hills Biome"=true + + # Set This to False to Disable Daisy Group Generation in Jungle Biomes. + # African Daisy, Purple African Daisy, + # Pennyroyal, Mexican Sage, + # Bird's Eye Gilia, Parrot Flower, + # Notch Leaf Scorpion Weed, Larkspur + # + # Default is True (ON) + B:"Jungle Biome"=true + + # Set This to False to Disable Daisy Group Generation in Magical Biome Dictionary Types. + # African Daisy, Purple African Daisy, + # Pennyroyal, Mexican Sage, + # Bird's Eye Gilia, Parrot Flower, + # Notch Leaf Scorpion Weed, Larkspur + # + # Default is True (ON) + B:"Magical Biomes"=true + + # Set This to False to Disable Daisy Group Generation in Plains Biomes. + # African Daisy, Purple African Daisy, + # Pennyroyal, Mexican Sage, + # Bird's Eye Gilia, Parrot Flower, + # Notch Leaf Scorpion Weed, Larkspur + # + # Default is True (ON) + B:"Plains Biome"=true + + # Set This to False to Disable Daisy Group Generation in Snowy Biomes. + # African Daisy, Purple African Daisy, + # Pennyroyal, Mexican Sage, + # Bird's Eye Gilia, Parrot Flower, + # Notch Leaf Scorpion Weed, Larkspur + # + # Default is True (ON) + B:"Snowy Biome"=true + + # Set This to False to Disable Daisy Group Generation in Swamp Biomes. + # African Daisy, Purple African Daisy, + # Pennyroyal, Mexican Sage, + # Bird's Eye Gilia, Parrot Flower, + # Notch Leaf Scorpion Weed, Larkspur + # + # Default is True (ON) + B:"Swamp Biome"=true + } + + ########################################################################################################## + # datura + #--------------------------------------------------------------------------------------------------------# + # Generation Controls for Datura Flower Group + # Datura, Magenta Zinnia, Orchid, + # Purple Calla Lily, Calla Lily, + # Lily of the Valley, Pitcher Plant + ########################################################################################################## + + datura { + # Set This to False to Disable Datura Group Generation in Jungle Biomes. + # Datura, Magenta Zinnia, Orchid, + # Purple Calla Lily, Calla Lily, + # Lily of the Valley, Pitcher Plant + # + # Default is True (ON) + B:"Jungle Biome"=true + + # Set This to False to Disable Datura Group Generation in Swamp Biomes. + # Datura, Magenta Zinnia, Orchid, + # Purple Calla Lily, Calla Lily, + # Lily of the Valley, Pitcher Plant + # + # Default is True (ON) + B:"Swamp Biome"=true + } + + ########################################################################################################## + # forest + #--------------------------------------------------------------------------------------------------------# + # Generation Controls for Forest Flower Group + # Wolf's Bane, Lily of the Valley, + # Grape Hyacinth, Cyan Hyacinth, + # Iris, Salvia, Orchid, Violet + ########################################################################################################## + + forest { + # Set This to False to Disable Forest Group Generation in All Forest Biome Dictionary Types. + # Wolf's Bane, Lily of the Valley, + # Grape Hyacinth, Cyan Hyacinth, + # Iris, Salvia, Orchid, Violet + # + # Default is True (ON) + B:"All Forest Biomes"=true + + # Set This to False to Disable Forest Group Generation in Extreme Hills Biomes. + # Wolf's Bane, Lily of the Valley, + # Grape Hyacinth, Cyan Hyacinth, + # Iris, Salvia, Orchid, Violet + # + # Default is True (ON) + B:"Extreme Hills Biome"=true + + # Set This to False to Disable Forest Group Generation in Jungle Biomes. + # Wolf's Bane, Lily of the Valley, + # Grape Hyacinth, Cyan Hyacinth, + # Iris, Salvia, Orchid, Violet + # + # Default is True (ON) + B:"Jungle Biome"=true + + # Set This to False to Disable Forest Group Generation in Magical Biome Dictionary Types. + # Wolf's Bane, Lily of the Valley, + # Grape Hyacinth, Cyan Hyacinth, + # Iris, Salvia, Orchid, Violet + # + # Default is True (ON) + B:"Magical Biomes"=true + + # Set This to False to Disable Forest Group Generation in Swamp Biomes. + # Wolf's Bane, Lily of the Valley, + # Grape Hyacinth, Cyan Hyacinth, + # Iris, Salvia, Orchid, Violet + # + # Default is True (ON) + B:"Swamp Biome"=true + } + + ########################################################################################################## + # fuchsia + #--------------------------------------------------------------------------------------------------------# + # Generation Controls for Fuchsia Flower Group + # Fuchsia, Maroon Mallow, Magenta Orchid, Clover, + # Cosmos, Yellow Cosmos, Orange Cosmos, + # Cosmos Mix, Tall Cosmos, Tall Orange Cosmos, + # Orange Gladiola, Salvia, Bleeding Heart + ########################################################################################################## + + fuchsia { + # Set This to False to Disable Fuchsia Group Generation in All Forest Biome Dictionary Types. + # Fuchsia, Maroon Mallow, Magenta Orchid, Clover, + # Cosmos, Yellow Cosmos, Orange Cosmos, + # Cosmos Mix, Tall Cosmos, Tall Orange Cosmos, + # Orange Gladiola, Salvia, Bleeding Heart + # + # Default is True (ON) + B:"All Forest Biomes"=true + + # Set This to False to Disable Fuchsia Group Generation in Extreme Hills Biomes. + # Fuchsia, Maroon Mallow, Magenta Orchid, Clover, + # Cosmos, Yellow Cosmos, Orange Cosmos, + # Cosmos Mix, Tall Cosmos, Tall Orange Cosmos, + # Orange Gladiola, Salvia, Bleeding Heart + # + # Default is True (ON) + B:"Extreme Hills Biome"=true + + # Set This to False to Disable Fuchsia Group Generation in Jungle Biomes. + # Fuchsia, Maroon Mallow, Magenta Orchid, Clover, + # Cosmos, Yellow Cosmos, Orange Cosmos, + # Cosmos Mix, Tall Cosmos, Tall Orange Cosmos, + # Orange Gladiola, Salvia, Bleeding Heart + # + # Default is True (ON) + B:"Jungle Biome"=true + + # Set This to False to Disable Fuchsia Group Generation in Plains Biomes. + # Fuchsia, Maroon Mallow, Magenta Orchid, Clover, + # Cosmos, Yellow Cosmos, Orange Cosmos, + # Cosmos Mix, Tall Cosmos, Tall Orange Cosmos, + # Orange Gladiola, Salvia, Bleeding Heart + # + # Default is True (ON) + B:"Plains Biome"=true + } + + ########################################################################################################## + # jungle + #--------------------------------------------------------------------------------------------------------# + # Generation Controls for Jungle Group + # Red Geranium, Pink Geranium, Geranium, + # Lewisia, Chrysanthemum, Orchid, + # Calla Lily, Tall Calla Lily, + # Peach Gladiola, Cape Aloe, Datura + ########################################################################################################## + + jungle { + # Set This to False to Disable Jungle Group Generation in Jungle Biomes. + # Red Geranium, Pink Geranium, Geranium, + # Lewisia, Chrysanthemum, Orchid, + # Calla Lily, Tall Calla Lily, + # Peach Gladiola, Cape Aloe, Datura + # + # Default is True (ON) + B:"Jungle Biome"=true + + # Set This to False to Disable Jungle Group Generation in Swamp Biomes. + # Red Geranium, Pink Geranium, Geranium, + # Lewisia, Chrysanthemum, Orchid, + # Calla Lily, Tall Calla Lily, + # Peach Gladiola, Cape Aloe, Datura + # + # Default is True (ON) + B:"Swamp Biome"=true + } + + ########################################################################################################## + # lupin + #--------------------------------------------------------------------------------------------------------# + # Generation Controls for Lupin Flower Group + # Orange Lupin, Purple Lupin, Tall Lupin, + # Grape Hyacinth, Pansy, Violet, Salvia + ########################################################################################################## + + lupin { + # Set This to False to Disable Lupin Group Generation in All Forest Biome Dictionary Types. + # Orange Lupin, Purple Lupin, Tall Lupin, + # Grape Hyacinth, Pansy, Violet, Salvia + # + # Default is True (ON) + B:"All Forest Biomes"=true + + # Set This to False to Disable Lupin Group Generation in Extreme Hills Biomes. + # Orange Lupin, Purple Lupin, Tall Lupin, + # Grape Hyacinth, Pansy, Violet, Salvia + # + # Default is True (ON) + B:"Extreme Hills Biome"=true + + # Set This to False to Disable Lupin Group Generation in Jungle Biomes. + # Orange Lupin, Purple Lupin, Tall Lupin, + # Grape Hyacinth, Pansy, Violet, Salvia + # + # Default is True (ON) + B:"Jungle Biome"=true + + # Set This to False to Disable Lupin Group Generation in Plains Biomes. + # Orange Lupin, Purple Lupin, Tall Lupin, + # Grape Hyacinth, Pansy, Violet, Salvia + # + # Default is True (ON) + B:"Plains Biome"=true + } + + ########################################################################################################## + # maroon + #--------------------------------------------------------------------------------------------------------# + # Generation Controls for Maroon Flower Group + # Maroon Mallow, Venus Fly Trap, Purple Magenta Salvia, + # Purple African Daisy, Parrot Flower, Gladiola, + # Magenta Clover, Pink Clover, Manzanita Bush + ########################################################################################################## + + maroon { + # Set This to False to Disable Maroon Group Generation in All Forest Biome Dictionary Types. + # Maroon Mallow, Venus Fly Trap, Purple Magenta Salvia, + # Purple African Daisy, Parrot Flower, Gladiola, + # Magenta Clover, Pink Clover, Manzanita Bush + # + # Default is True (ON) + B:"All Forest Biomes"=true + + # Set This to False to Disable Maroon Group Generation in Extreme Hills Biomes. + # Maroon Mallow, Venus Fly Trap, Purple Magenta Salvia, + # Purple African Daisy, Parrot Flower, Gladiola, + # Magenta Clover, Pink Clover, Manzanita Bush + # + # Default is True (ON) + B:"Extreme Hills Biome"=true + + # Set This to False to Disable Maroon Group Generation in Jungle Biomes. + # Maroon Mallow, Venus Fly Trap, Purple Magenta Salvia, + # Purple African Daisy, Parrot Flower, Gladiola, + # Magenta Clover, Pink Clover, Manzanita Bush + # + # Default is True (ON) + B:"Jungle Biome"=true + + # Set This to False to Disable Maroon Group Generation in Magical Biome Dictionary Types. + # Maroon Mallow, Venus Fly Trap, Purple Magenta Salvia, + # Purple African Daisy, Parrot Flower, Gladiola, + # Magenta Clover, Pink Clover, Manzanita Bush + # + # Default is True (ON) + B:"Magical Biomes"=true + + # Set This to False to Disable Maroon Group Generation in Plains Biomes. + # Maroon Mallow, Venus Fly Trap, Purple Magenta Salvia, + # Purple African Daisy, Parrot Flower, Gladiola, + # Magenta Clover, Pink Clover, Manzanita Bush + # + # Default is True (ON) + B:"Plains Biome"=true + + # Set This to False to Disable Maroon Group Generation in Snowy Biome Dictionary Types. + # Maroon Mallow, Venus Fly Trap, Purple Magenta Salvia, + # Purple African Daisy, Parrot Flower, Gladiola, + # Magenta Clover, Pink Clover, Manzanita Bush + # + # Default is True (ON) + B:"Snowy Biomes"=true + + # Set This to False to Disable Maroon Group Generation in Swamp Biomes. + # Maroon Mallow, Venus Fly Trap, Purple Magenta Salvia, + # Purple African Daisy, Parrot Flower, Gladiola, + # Magenta Clover, Pink Clover, Manzanita Bush + # + # Default is True (ON) + B:"Swamp Biome"=true + } + + ########################################################################################################## + # mountain + #--------------------------------------------------------------------------------------------------------# + # Generation Controls for Mountain Flower Group + # Heavenly Cloud Sage, Yellow Daffodil, + # Day Lily, Another Day Lily, + # Pennyroyal, Another Pennyroyal, + # Mendocino Poppy, Forget Me Not + ########################################################################################################## + + mountain { + # Set This to False to Disable Mountain Group Generation in All Forest Biomes. + # Heavenly Cloud Sage, Yellow Daffodil, + # Day Lily, Another Day Lily, + # Pennyroyal, Another Pennyroyal, + # Mendocino Poppy, Forget Me Not + # + # Default is True (ON) + B:"All Forest Biomes"=true + + # Set This to False to Disable Mountain Group Generation in Extreme Hills Biomes. + # Heavenly Cloud Sage, Yellow Daffodil, + # Day Lily, Another Day Lily, + # Pennyroyal, Another Pennyroyal, + # Mendocino Poppy, Forget Me Not + # + # Default is True (ON) + B:"Extreme Hills Biome"=true + + # Set This to False to Disable Mountain Group Generation in Ice Biomes. + # Heavenly Cloud Sage, Yellow Daffodil, + # Day Lily, Another Day Lily, + # Pennyroyal, Another Pennyroyal, + # Mendocino Poppy, Forget Me Not + # + # Default is True (ON) + B:"Ice Biomes"=true + + # Set This to False to Disable Mountain Group Generation in Jungle Biomes. + # Heavenly Cloud Sage, Yellow Daffodil, + # Day Lily, Another Day Lily, + # Pennyroyal, Another Pennyroyal, + # Mendocino Poppy, Forget Me Not + # + # Default is True (ON) + B:"Jungle Biome"=true + + # Set This to False to Disable Mountain Group Generation in Magical Biome Dictionary Types. + # Heavenly Cloud Sage, Yellow Daffodil, + # Day Lily, Another Day Lily, + # Pennyroyal, Another Pennyroyal, + # Mendocino Poppy, Forget Me Not + # + # Default is True (ON) + B:"Magical Biomes"=true + } + + ########################################################################################################## + # peach + #--------------------------------------------------------------------------------------------------------# + # Generation Controls for Peach Flower Group + # Yellow Lupin, Sticky Monkey, Clover, + # Peach Gladiola, Orange Gladiola, Orchid + ########################################################################################################## + + peach { + # Set This to False to Disable Peach Group Generation in All Forest Biomes. + # Yellow Lupin, Sticky Monkey, Clover, + # Peach Gladiola, Orange Gladiola, Orchid + # + # Default is True (ON) + B:"All Forest Biomes"=true + + # Set This to False to Disable Peach Group Generation in Extreme Hills Biomes. + # Yellow Lupin, Sticky Monkey, Clover, + # Peach Gladiola, Orange Gladiola, Orchid + # + # Default is True (ON) + B:"Extreme Hills Biome"=true + + # Set This to False to Disable Peach Group Generation in Jungle Biomes. + # Yellow Lupin, Sticky Monkey, Clover, + # Peach Gladiola, Orange Gladiola, Orchid + # + # Default is True (ON) + B:"Jungle Biome"=true + + # Set This to False to Disable Peach Group Generation in Magic Biome Dictionary Types. + # Yellow Lupin, Sticky Monkey, Clover, + # Peach Gladiola, Orange Gladiola, Orchid + # + # Default is True (ON) + B:"Magic Biomes"=true + + # Set This to False to Disable Peach Group Generation in Plains Biomes. + # Yellow Lupin, Sticky Monkey, Clover, + # Peach Gladiola, Orange Gladiola, Orchid + # + # Default is True (ON) + B:"Plains Biome"=true + + # Set This to False to Disable Peach Group Generation in Swamp Biomes. + # Yellow Lupin, Sticky Monkey, Clover, + # Peach Gladiola, Orange Gladiola, Orchid + # + # Default is True (ON) + B:"Swamp Biome"=true + } + + ########################################################################################################## + # pitcher + #--------------------------------------------------------------------------------------------------------# + # Generation Controls for Pitcher Flower Group + # Pitcher Plant, Clover, Echinacea, Pink Petticoat, + # Red Clover, Pink Clover, Magenta Clover + ########################################################################################################## + + pitcher { + # Set This to False to Disable Pitcher Group Generation in All Forest Biome Dictionary Types. + # Pitcher Plant, Clover, Echinacea, Pink Petticoat, + # Red Clover, Pink Clover, Magenta Clover + # + # Default is True (ON) + B:"All Forest Biomes"=true + + # Set This to False to Disable Pitcher Group Generation in Jungle Biomes. + # Pitcher Plant, Clover, Echinacea, Pink Petticoat, + # Red Clover, Pink Clover, Magenta Clover + # + # Default is True (ON) + B:"Jungle Biome"=true + + # Set This to False to Disable Pitcher Group Generation in Plains Biomes. + # Pitcher Plant, Clover, Echinacea, Pink Petticoat, + # Red Clover, Pink Clover, Magenta Clover + # + # Default is True (ON) + B:"Plains Biome"=true + + # Set This to False to Disable Pitcher Group Generation in Swamp Biomes. + # Pitcher Plant, Clover, Echinacea, Pink Petticoat, + # Red Clover, Pink Clover, Magenta Clover + # + # Default is True (ON) + B:"Swamp Biome"=true + } + + ########################################################################################################## + # red + #--------------------------------------------------------------------------------------------------------# + # Generation Controls for Red Flower Group + # Sunny Zinnia, Lantana, Dahlia, + # Fuchsia, Orange Freesia, Red Freesia, + # Red Poppy, Red Clover, Gloriosa Lily, + # Gladiola, Crimson Gladiola + ########################################################################################################## + + red { + # Set This to False to Disable Red Group Generation in All Forest Biome Dictionary Types. + # Sunny Zinnia, Lantana, Dahlia, + # Fuchsia, Orange Freesia, Red Freesia, + # Red Poppy, Red Clover, Gloriosa Lily, + # Gladiola, Crimson Gladiola + # + # Default is True (ON) + B:"All Forest Biomes"=true + + # Set This to False to Disable Red Group Generation in Jungle Biomes. + # Sunny Zinnia, Lantana, Dahlia, + # Fuchsia, Orange Freesia, Red Freesia, + # Red Poppy, Red Clover, Gloriosa Lily, + # Gladiola, Crimson Gladiola + # + # Default is True (ON) + B:"Jungle Biome"=true + + # Set This to False to Disable Red Group Generation in Plains Biomes. + # Sunny Zinnia, Lantana, Dahlia, + # Fuchsia, Orange Freesia, Red Freesia, + # Red Poppy, Red Clover, Gloriosa Lily, + # Gladiola, Crimson Gladiola + # + # Default is True (ON) + B:"Plains Biome"=true + } + + ########################################################################################################## + # sunflower + #--------------------------------------------------------------------------------------------------------# + # Generation Controls for Sunflower Group + ########################################################################################################## + + sunflower { + # Set This to False to Disable Sunflower Group Generation in the Sunflower Plains Biome. + # Default is True (ON) + B:"Sunflower Plains Biome"=true + } + + ########################################################################################################## + # swamp + #--------------------------------------------------------------------------------------------------------# + # Generation Controls for Swamp Flower Group + # Grape Hyacinth, Cyan Hyacinth, Violet, + # Purple Calla Lily, Lily of the Valley, + # Bachelor Button, Salvia, Iris + ########################################################################################################## + + swamp { + # Set This to False to Disable Swamp Group Generation in All Forest Biome Dictionary Types. + # Grape Hyacinth, Cyan Hyacinth, Violet, + # Purple Calla Lily, Lily of the Valley, + # Bachelor Button, Salvia, Iris + # + # Default is True (ON) + B:"All Forest Biomes"=true + + # Set This to False to Disable Swamp Group Generation in Jungle Biomes. + # Grape Hyacinth, Cyan Hyacinth, Violet, + # Purple Calla Lily, Lily of the Valley, + # Bachelor Button, Salvia, Iris + # + # Default is True (ON) + B:"Jungle Biome"=true + + # Set This to False to Disable Swamp Group Generation in Magical Biome Dictionary Types. + # Grape Hyacinth, Cyan Hyacinth, Violet, + # Purple Calla Lily, Lily of the Valley, + # Bachelor Button, Salvia, Iris + # + # Default is True (ON) + B:"Magical Biomes"=true + + # Set This to False to Disable Swamp Group Generation in Swamp Biomes. + # Grape Hyacinth, Cyan Hyacinth, Violet, + # Purple Calla Lily, Lily of the Valley, + # Bachelor Button, Salvia, Iris + # + # Default is True (ON) + B:"Swamp Biome"=true + } + + } + + ########################################################################################################## + # number + #--------------------------------------------------------------------------------------------------------# + # Controls the Number of Flowers per Group + ########################################################################################################## + + number { + # Controls the Number of Flowers in All Desert Flower Groups. + # Higher Values Equal More Flowers. + # Default is 64. + # Min: 0 + # Max: 100 + I:"All Desert Flowers"=64 + + # Controls the Number of Mushrooms in All the Mushroom Groups. + # Higher Values Equal More Mushrooms. + # Default is 50. + # Min: 0 + # Max: 100 + I:"All Mushrooms"=50 + + # Controls the Number of Flowers in All Sunflower Groups. + # Higher Values Equal More Flowers. + # Default is 80. + # Min: 0 + # Max: 100 + I:"All Sunflowers "=80 + + # Controls the Number of Flowers in the Blue Flower Group. + # Cloud Blue Corydalis, Yellow Freesia, Blue Tinsel Lily, + # Blue Bachelor Button, Blue Bell Bachelor Button, + # Medium Blue Lobelia, Light Blue Lobelia, Morning Glory, + # Dark Blue Borage, Cloud Blue Borage + # + # Higher Values Equal More Flowers. + # Default is 70. + # Min: 0 + # Max: 100 + I:"Blue Group"=70 + + # Controls the Number of Flowers in the Cherry Flower Group. + # Baneberry, Clover, Pink Clover, + # Ornamental Cherry, Hawthorne, Quince + # + # Higher Values Equal More Flowers. + # Default is 64. + # Min: 0 + # Max: 100 + I:"Cherry Group"=64 + + # Controls the Number of Flowers in the Corydalis Flower Group. + # Corydalis, Violet, Wolf's Bane, + # Borage, Pansy, Nasturtium, + # Light Blue Forget Me Not, Tall Lupin, + # Royal Blue Lobelia, Commelina + # + # Higher Values Equal More Flowers. + # Default is 60. + # Min: 0 + # Max: 100 + I:"Corydalis Group"=60 + + # Controls the Number of Flowers in the Crocus Flower Group. + # Crocus Mix, Purple Crocus, Yellow Crocus, + # California Poppy + # + # Higher Values Equal More Flowers. + # Default is 50. + # Min: 0 + # Max: 100 + I:"Crocus Group"=50 + + # Controls the Number of Flowers in the Daffodil Flower Group. + # White Daffodil, Yellow Daffodil, Peppermint, + # Narcissus, Himalayan Blue Poppy, + # Forget Me Not, Light Blue Forget Me Not, + # Heavenly Cloud Sage + # + # Higher Values Equal More Flowers. + # Default is 50. + # Min: 0 + # Max: 100 + I:"Daffodil Group"=50 + + # Controls the Number of Flowers in the Daisy Flower Group. + # African Daisy, Purple African Daisy, + # Pennyroyal, Mexican Sage, + # Bird's Eye Gilia, Parrot Flower, + # Notch Leaf Scorpion Weed, Larkspur + # + # Higher Values Equal More Flowers. + # Default is 64. + # Min: 0 + # Max: 100 + I:"Daisy Group"=64 + + # Controls the Number of Flowers in the Datura Flower Group. + # Datura, Magenta Zinnia, Orchid, + # Purple Calla Lily, Calla Lily, + # Lily of the Valley, Pitcher Plant + # + # Higher Values Equal More Flowers. + # Default is 80. + # Min: 0 + # Max: 100 + I:"Datura Group"=80 + + # Controls the Number of Flowers in the Forest Flower Group + # Wolf's Bane, Lily of the Valley, + # Grape Hyacinth, Cyan Hyacinth, + # Iris, Salvia, Orchid, Violet + # + # Higher Values Equal More Flowers. + # Default is 64. + # Min: 0 + # Max: 100 + I:"Forest Group"=64 + + # Controls the Number of Flowers in the Fuchsia Flower Group. + # Fuchsia, Maroon Mallow, Magenta Orchid, Clover, + # Cosmos, Yellow Cosmos, Orange Cosmos, + # Cosmos Mix, Tall Cosmos, Tall Orange Cosmos, + # Orange Gladiola, Salvia, Bleeding Heart + # + # Higher Values Equal More Flowers. + # Default is 64. + # Min: 0 + # Max: 100 + I:"Fuchsia Group"=64 + + # Controls the Number of Flowers in the Jungle Flower Group. + # Red Geranium, Pink Geranium, Geranium, + # Lewisia, Chrysanthemum, Orchid, + # Calla Lily, Tall Calla Lily, + # Peach Gladiola, Cape Aloe, Datura + # + # Higher Values Equal More Flowers. + # Default is 80. + # Min: 0 + # Max: 100 + I:"Jungle Group"=80 + + # Controls the Number of Flowers in the Lupin Flower Group. + # Orange Lupin, Purple Lupin, Tall Lupin, + # Grape Hyacinth, Pansy, Violet, Salvia + # + # Higher Values Equal More Flowers. + # Default is 60. + # Min: 0 + # Max: 100 + I:"Lupin Group"=60 + + # Controls the Number of Flowers in the Maroon Flower Group. + # Maroon Mallow, Venus Fly Trap, Purple Magenta Salvia, + # Purple African Daisy, Parrot Flower, Gladiola, + # Magenta Clover, Pink Clover, Manzanita Bush + # + # Higher Values Equal More Flowers. + # Default is 64. + # Min: 0 + # Max: 100 + I:"Maroon Group"=64 + + # Controls the Number of Flowers in the Mountain Flower Group. + # Heavenly Cloud Sage, Yellow Daffodil, + # Day Lily, Another Day Lily, + # Pennyroyal, Another Pennyroyal, + # Mendocino Poppy, Forget Me Not + # + # Higher Values Equal More Flowers. + # Default is 64. + # Min: 0 + # Max: 100 + I:"Mountain Group"=64 + + # Controls the Number of Flowers in the Blue Flower Group. + # Yellow Lupin, Sticky Monkey, Clover, + # Peach Gladiola, Orange Gladiola, Orchid + # + # Higher Values Equal More Flowers. + # Default is 70. + # Min: 0 + # Max: 100 + I:"Peach Group"=70 + + # Controls the Number of Flowers in the Pitcher Flower Group. + # Pitcher Plant, Clover, Echinacea, Pink Petticoat, + # Red Clover, Pink Clover, Magenta Clover + # + # Higher Values Equal More Flowers. + # Default is 64. + # Min: 0 + # Max: 100 + I:"Pitcher Group"=64 + + # Controls the Number of Flowers in the Red Flower Group. + # Sunny Zinnia, Lantana, Dahlia, + # Fuchsia, Orange Freesia, Red Freesia, + # Red Poppy, Red Clover, Gloriosa Lily, + # Gladiola, Crimson Gladiola + # + # Higher Values Equal More Flowers. + # Default is 55. + # Min: 0 + # Max: 100 + I:"Red Group"=55 + + # Controls the Number of Flowers in the Swamp Flower Group. + # Grape Hyacinth, Cyan Hyacinth, Violet, + # Purple Calla Lily, Lily of the Valley, + # Bachelor Button, Salvia, Iris + # + # Higher Values Equal More Flowers. + # Default is 80. + # Min: 0 + # Max: 100 + I:"Swamp Group"=80 + } + + ########################################################################################################## + # individual + #--------------------------------------------------------------------------------------------------------# + # Turn Generation On or Off for Individual Flowers + ########################################################################################################## + + individual { + # Set This to False to Disable African Daisy Generation. + # Default is True (ON) + B:"African Daisy"=true + + # Set This to False to Disable Albuca Namaquensis Generation. + # Default is True (ON) + B:"Albuca Namaquensis"=true + + # Set This to False to Disable Another Day Lily Generation. + # Default is True (ON) + B:"Another Day Lily"=true + + # Set This to False to Disable Another Pennyroyal Generation. + # Default is True (ON) + B:"Another Pennyroyal"=true + + # Set This to False to Disable Australian Cornflower Generation. + # Default is True (ON) + B:"Australian Cornflower"=true + + # Set This to False to Disable Australian Flame Pea Generation. + # Default is True (ON) + B:"Australian Flame Pea"=true + + # Set This to False to Disable Bachelor Button Generation. + # Default is True (ON) + B:"Bachelor Button"=true + + # Set This to False to Disable Baneberry Generation. + # Default is True (ON) + B:Baneberry=true + + # Set This to False to Disable Basket Stinkhorn Generation. + # Default is True (ON) + B:"Basket Stinkhorn"=true + + # Set This to False to Disable Bird's Eye Gilia Generation. + # Default is True (ON) + B:"Bird's Eye Gilia"=true + + # Set This to False to Disable Bleeding Heart Generation. + # Default is True (ON) + B:"Bleeding Heart"=true + + # Set This to False to Disable Blue Bachelor Button Generation. + # Default is True (ON) + B:"Blue Bachelor Button"=true + + # Set This to False to Disable Blue Bell Bachelor Button Generation. + # Default is True (ON) + B:"Blue Bell Bachelor Button"=true + + # Set This to False to Disable Blue Tinsel Lily Generation. + # Default is True (ON) + B:"Blue Tinsel Lily"=true + + # Set This to False to Disable Borage Generation. + # Default is True (ON) + B:Borage=true + + # Set This to False to Disable Brown Turkey Tail Generation. + # Default is True (ON) + B:"Brown Turkey Tail"=true + + # Set This to False to Disable Cactus Generation. + # Default is True (ON) + B:Cactus=true + + # Set This to False to Disable California Poppy Generation. + # Default is True (ON) + B:"California Poppy"=true + + # Set This to False to Disable Calla Lily Generation. + # Default is True (ON) + B:"Calla Lily"=true + + # Set This to False to Disable Cape Aloe Generation. + # Default is True (ON) + B:"Cape Aloe"=true + + # Set This to False to Disable Chrysanthemum Generation. + # Default is True (ON) + B:Chrysanthemum=true + + # Set This to False to Disable Cloud Blue Corydalis Generation. + # Default is True (ON) + B:"Cloud Blue Corydalis"=true + + # Set This to False to Disable Clover Generation. + # Default is True (ON) + B:Clover=true + + # Set This to False to Disable Commelina Generation. + # Default is True (ON) + B:Commelina=true + + # Set This to False to Disable Corydalis Generation. + # Default is True (ON) + B:Corydalis=true + + # Set This to False to Disable Cosmos Generation. + # Default is True (ON) + B:Cosmos=true + + # Set This to False to Disable Cosmos Mix Generation. + # Default is True (ON) + B:"Cosmos Mix"=true + + # Set This to False to Disable Crimson Gladiola Generation. + # Default is True (ON) + B:"Crimson Gladiola"=true + + # Set This to False to Disable Crinoline Stinkhorn Generation. + # Default is True (ON) + B:"Crinoline Stinkhorn"=true + + # Set This to False to Disable Crocus Mix Generation. + # Default is True (ON) + B:"Crocus Mix"=true + + # Set This to False to Disable Cyan Hyacinth Generation. + # Default is True (ON) + B:"Cyan Hyacinth"=true + + # Set This to False to Disable Cyan Pixie's Parasol Generation. + # Default is True (ON) + B:"Cyan Pixie's Parasol"=true + + # Set This to False to Disable Dahlia Generation. + # Default is True (ON) + B:Dahlia=true + + # Set This to False to Disable Dark Blue Borage Generation. + # Default is True (ON) + B:"Dark Blue Borage"=true + + # Set This to False to Disable Dark Jack O' Lantern Fungus Generation. + # Default is True (ON) + B:"Dark Jack O' Lantern Fungus"=true + + # Set This to False to Disable Datura Generation. + # Default is True (ON) + B:Datura=true + + # Set This to False to Disable Day Lily Generation. + # Default is True (ON) + B:"Day Lily"=true + + # Set This to False to Disable Desert Paintbrush Generation. + # Default is True (ON) + B:"Desert Paintbrush"=true + + # Set This to False to Disable Desert Sand Verbena Generation. + # Default is True (ON) + B:"Desert Sand Verbena"=true + + # Set This to False to Disable Desert Sturt Pea Generation. + # Default is True (ON) + B:"Desert Sturt Pea"=true + + # Set This to False to Disable Devil's Claw Generation. + # Default is True (ON) + B:"Devil's Claw"=true + + # Set This to False to Disable Devil's Claw Vine Generation. + # Default is True (ON) + B:"Devil's Claw Vine"=true + + # Set This to False to Disable Devil's Fingers Fungus Generation. + # Default is True (ON) + B:"Devil's Fingers Fungus"=true + + # Set This to False to Disable Devil's Fingers Single Generation. + # Default is True (ON) + B:"Devil's Fingers Single"=true + + # Set This to False to Disable Dried Sunflower Generation. + # Default is True (ON) + B:"Dried Sunflower"=true + + # Set This to False to Disable Dry Shrub Generation. + # Default is True (ON) + B:"Dry Shrub"=true + + # Set This to False to Disable Echinacea Generation. + # Default is True (ON) + B:Echinacea=true + + # Set This to False to Disable Engelmann's Hedgehog Cactus Generation. + # Default is True (ON) + B:"Engelmann's Hedgehog Cactus"=true + + # Set This to False to Disable Forget Me Not Generation. + # Default is True (ON) + B:"Forget Me Not"=true + + # Set This to False to Disable Fuchsia Generation. + # Default is True (ON) + B:Fuchsia=true + + # Set This to False to Disable Gladiola Generation. + # Default is True (ON) + B:Gladiola=true + + # Set This to False to Disable Gloriosa Lily Generation. + # Default is True (ON) + B:"Gloriosa Lily"=true + + # Set This to False to Disable Grape Hyacinth Generation. + # Default is True (ON) + B:"Grape Hyacinth"=true + + # Set This to False to Disable Hawthorne Generation. + # Default is True (ON) + B:Hawthorne=true + + # Set This to False to Disable Heavenly Cloud Sage Generation. + # Default is True (ON) + B:"Heavenly Cloud Sage"=true + + # Set This to False to Disable Himalayan Blue Poppy Generation. + # Default is True (ON) + B:"Himalayan Blue Poppy"=true + + # Set This to False to Disable Iris Generation. + # Default is True (ON) + B:Iris=true + + # Set This to False to Disable Jack O' Lantern Fungus Generation. + # Default is True (ON) + B:"Jack O' Lantern Fungus"=true + + # Set This to False to Disable Lantana Generation. + # Default is True (ON) + B:Lantana=true + + # Set This to False to Disable Larkspur Generation. + # Default is True (ON) + B:Larkspur=true + + # Set This to False to Disable Lewisia Generation. + # Default is True (ON) + B:Lewisia=true + + # Set This to False to Disable Light Blue Forget Me Not Generation. + # Default is True (ON) + B:"Light Blue Forget Me Not"=true + + # Set This to False to Disable Light Blue Lobelia Generation. + # Default is True (ON) + B:"Light Blue Lobelia"=true + + # Set This to False to Disable Light Blue Pixie's Parasol Generation. + # Default is True (ON) + B:"Light Blue Pixie's Parasol"=true + + # Set This to False to Disable Light Jack O' Lantern Fungus Generation. + # Default is True (ON) + B:"Light Jack O' Lantern Fungus"=true + + # Set This to False to Disable Light Pink Geranium Generation. + # Default is True (ON) + B:"Light Pink Geranium"=true + + # Set This to False to Disable Lily of the Valley Generation. + # Default is True (ON) + B:"Lily of the Valley"=true + + # Set This to False to Disable Magenta Clover Generation. + # Default is True (ON) + B:"Magenta Clover"=true + + # Set This to False to Disable Magenta Orchid Generation. + # Default is True (ON) + B:"Magenta Orchid"=true + + # Set This to False to Disable Magenta Zinnia Generation. + # Default is True (ON) + B:"Magenta Zinnia"=true + + # Set This to False to Disable Manzanita Bush Generation. + # Default is True (ON) + B:"Manzanita Bush"=true + + # Set This to False to Disable Maroon Mallow Generation. + # Default is True (ON) + B:"Maroon Mallow"=true + + # Set This to False to Disable Medium Blue Lobelia Generation. + # Default is True (ON) + B:"Medium Blue Lobelia"=true + + # Set This to False to Disable Mendocino Poppy Generation. + # Default is True (ON) + B:"Mendocino Poppy"=true + + # Set This to False to Disable Mexican Sage Generation. + # Default is True (ON) + B:"Mexican Sage"=true + + # Set This to False to Disable Mixed Zinnia Generation. + # Default is True (ON) + B:"Mixed Zinnia"=true + + # Set This to False to Disable Mojave Indigo Bush Generation. + # Default is True (ON) + B:"Mojave Indigo Bush"=true + + # Set This to False to Disable Morning Glory Generation. + # Default is True (ON) + B:"Morning Glory"=true + + # Set This to False to Disable Narcissus Generation. + # Default is True (ON) + B:Narcissus=true + + # Set This to False to Disable Nasturtium Generation. + # Default is True (ON) + B:Nasturtium=true + + # Set This to False to Disable Notch Leaf Scorpion Weed Generation. + # Default is True (ON) + B:"Notch Leaf Scorpion Weed"=true + + # Set This to False to Disable Ocotillo Generation. + # Default is True (ON) + B:Ocotillo=true + + # Set This to False to Disable Orange Australian Flame Pea Generation. + # Default is True (ON) + B:"Orange Australian Flame Pea"=true + + # Set This to False to Disable Orange Cosmos Generation. + # Default is True (ON) + B:"Orange Cosmos"=true + + # Set This to False to Disable Orange Freesia Generation. + # Default is True (ON) + B:"Orange Freesia"=true + + # Set This to False to Disable Orange Gladiola Generation. + # Default is True (ON) + B:"Orange Gladiola"=true + + # Set This to False to Disable Orange Lupin Generation. + # Default is True (ON) + B:"Orange Lupin"=true + + # Set This to False to Disable Orchid Generation. + # Default is True (ON) + B:Orchid=true + + # Set This to False to Disable Ornamental Cherry Generation. + # Default is True (ON) + B:"Ornamental Cherry"=true + + # Set This to False to Disable Owl's Clover Generation. + # Default is True (ON) + B:"Owl's Clover"=true + + # Set This to False to Disable Pansy Generation. + # Default is True (ON) + B:Pansy=true + + # Set This to False to Disable Paradox Sunflower Generation. + # Default is True (ON) + B:"Paradox Sunflower"=true + + # Set This to False to Disable Parodia Muricata Generation. + # Default is True (ON) + B:"Parodia Muricata"=true + + # Set This to False to Disable Parrot Flower Generation. + # Default is True (ON) + B:"Parrot Flower"=true + + # Set This to False to Disable Peach Gladiola Generation. + # Default is True (ON) + B:"Peach Gladiola"=true + + # Set This to False to Disable Pennyroyal Generation. + # Default is True (ON) + B:Pennyroyal=true + + # Set This to False to Disable Peppermint Generation. + # Default is True (ON) + B:Peppermint=true + + # Set This to False to Disable Pink Clover Generation. + # Default is True (ON) + B:"Pink Clover"=true + + # Set This to False to Disable Pink Desert Sand Verbena Generation. + # Default is True (ON) + B:"Pink Desert Sand Verbena"=true + + # Set This to False to Disable Pink Geranium Generation. + # Default is True (ON) + B:"Pink Geranium"=true + + # Set This to False to Disable Pink Petticoat Generation. + # Default is True (ON) + B:"Pink Petticoat"=true + + # Set This to False to Disable Pitcher Plant Generation. + # Default is True (ON) + B:"Pitcher Plant"=true + + # Set This to False to Disable Purple African Daisy Generation. + # Default is True (ON) + B:"Purple African Daisy"=true + + # Set This to False to Disable Purple Calla Lily Generation. + # Default is True (ON) + B:"Purple Calla Lily"=true + + # Set This to False to Disable Purple Crocus Generation. + # Default is True (ON) + B:"Purple Crocus"=true + + # Set This to False to Disable Purple Flag Generation. + # Default is True (ON) + B:"Purple Flag"=true + + # Set This to False to Disable Purple Lupin Generation. + # Default is True (ON) + B:"Purple Lupin"=true + + # Set This to False to Disable Purple Magenta Salvia Generation. + # Default is True (ON) + B:"Purple Magenta Salvia"=true + + # Set This to False to Disable Quince Generation. + # Default is True (ON) + B:Quince=true + + # Set This to False to Disable Red Clover Generation. + # Default is True (ON) + B:"Red Clover"=true + + # Set This to False to Disable Red Freesia Generation. + # Default is True (ON) + B:"Red Freesia"=true + + # Set This to False to Disable Red Geranium Generation. + # Default is True (ON) + B:"Red Geranium"=true + + # Set This to False to Disable Red Poppy Generation. + # Default is True (ON) + B:"Red Poppy"=true + + # Set This to False to Disable Red Sunflower Generation. + # Default is True (ON) + B:"Red Sunflower"=true + + # Set This to False to Disable Royal Blue Lobelia Generation. + # Default is True (ON) + B:"Royal Blue Lobelia"=true + + # Set This to False to Disable Salvia Generation. + # Default is True (ON) + B:Salvia=true + + # Set This to False to Disable Skyscraper Sunflower Generation. + # Default is True (ON) + B:"Skyscraper Sunflower"=true + + # Set This to False to Disable Sticky Monkey Generation. + # Default is True (ON) + B:"Sticky Monkey"=true + + # Set This to False to Disable Striped Zinnia Generation. + # Default is True (ON) + B:"Striped Zinnia"=true + + # Set This to False to Disable Sundance Kid Sunflower Generation. + # Default is True (ON) + B:"Sundance Kid Sunflower"=true + + # Set This to False to Disable Sunny Zinnia Generation. + # Default is True (ON) + B:"Sunny Zinnia"=true + + # Set This to False to Disable Tall Cactus Generation. + # Default is True (ON) + B:"Tall Cactus"=true + + # Set This to False to Disable Tall Calla Lily Generation. + # Default is True (ON) + B:"Tall Calla Lily"=true + + # Set This to False to Disable Tall Cosmos Generation. + # Default is True (ON) + B:"Tall Cosmos"=true + + # Set This to False to Disable Tall Lupin Generation. + # Default is True (ON) + B:"Tall Lupin"=true + + # Set This to False to Disable Tall Orange Cosmos Generation. + # Default is True (ON) + B:"Tall Orange Cosmos"=true + + # Set This to False to Disable Tan Turkey Tail Generation. + # Default is True (ON) + B:"Tan Turkey Tail"=true + + # Set This to False to Disable Teddy Bear Sunflower Generation. + # Default is True (ON) + B:"Teddy Bear Sunflower"=true + + # Set This to False to Disable Tumble Weed Generation. + # Default is True (ON) + B:"Tumble Weed"=true + + # Set This to False to Disable Turkey Tail Generation. + # Default is True (ON) + B:"Turkey Tail"=true + + # Set This to False to Disable Venus Fly Trap Generation. + # Default is True (ON) + B:"Venus Fly Trap"=true + + # Set This to False to Disable Violet Generation. + # Default is True (ON) + B:Violet=true + + # Set This to False to Disable Violet Coral Fungus Generation. + # Default is True (ON) + B:"Violet Coral Fungus"=true + + # Set This to False to Disable Violet Webcap Mushroom Generation. + # Default is True (ON) + B:"Violet Webcap Mushroom"=true + + # Set This to False to Disable Virginia Cowslip Generation. + # Default is True (ON) + B:"Virginia Cowslip"=true + + # Set This to False to Disable White Daffodil Generation. + # Default is True (ON) + B:"White Daffodil"=true + + # Set This to False to Disable White Tinsel Flower Generation. + # Default is True (ON) + B:"White Tinsel Flower"=true + + # Set This to False to Disable Wolf's Bane Generation. + # Default is True (ON) + B:"Wolf's Bane"=true + + # Set This to False to Disable Yellow Cosmos Generation. + # Default is True (ON) + B:"Yellow Cosmos"=true + + # Set This to False to Disable Yellow Crocus Generation. + # Default is True (ON) + B:"Yellow Crocus"=true + + # Set This to False to Disable Yellow Daffodil Generation. + # Default is True (ON) + B:"Yellow Daffodil"=true + + # Set This to False to Disable Yellow Freesia Generation. + # Default is True (ON) + B:"Yellow Freesia"=true + + # Set This to False to Disable Yellow Lupin Generation. + # Default is True (ON) + B:"Yellow Lupin"=true + + # Set This to False to Disable Yellows Generation. + # Default is True (ON) + B:Yellows=true + + # Set This to False to Disable Yucca Generation. + # Default is True (ON) + B:Yucca=true + + # Set This to False to Disable Yucca Flower Generation. + # Default is True (ON) + B:"Yucca Flower"=true + } + +} + + diff --git a/config/findme.cfg b/config/findme.cfg new file mode 100644 index 0000000..0fdfc57 --- /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/foamfix.cfg b/config/foamfix.cfg new file mode 100644 index 0000000..2a9d4fc --- /dev/null +++ b/config/foamfix.cfg @@ -0,0 +1,157 @@ +# 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 + + # 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 + + # 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 + B:cacheShiftClickCrafting=false + + # 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 + B:fixUnnecessaryGhostload=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 { + B:cheapMinimumLight=true + + # 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 + B:fasterVertexLighter=true + B:parallelModelBaking=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 + B:patchChunkSerialization=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 + + # 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 + B:patchGrass=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 +} + + +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=0 + + # 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/forge.cfg b/config/forge.cfg new file mode 100644 index 0000000..f618299 --- /dev/null +++ b/config/forge.cfg @@ -0,0 +1,112 @@ +# 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=true + + # 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=false + + # 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=false + + # 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=false + + # 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.0 + + # Log cascading chunk generation issues during terrain population. + B:logCascadingWorldGeneration=false + + # 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=true + + # 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 + B:abyssalcraft=true + B:acintegration=true + B:autoverse=true + B:beneath=true + B:carryon=true + B:cavern=true + B:codechickenlib=true + B:cyclicmagic=true + B:elevatorid=true + B:enderstorage=true + B:enderutilities=true + B:forge=true + B:mousetweaks=true + B:nei=true + B:nex=true + B:primal=true + B:prospectors=true + B:refinedstorage=true + B:samsocean=true + B:storagenetwork=true + B:totemic=true + B:vtt=true +} + + diff --git a/config/forgeChunkLoading.cfg b/config/forgeChunkLoading.cfg new file mode 100644 index 0000000..f2cfb79 --- /dev/null +++ b/config/forgeChunkLoading.cfg @@ -0,0 +1,63 @@ +# 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 +} + + +########################################################################################################## +# 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 +} + + +immersiverailroading { + I:maximumChunksPerTicket=1000000 + I:maximumTicketCount=200 +} + + diff --git a/config/forgeendertech/Biomes/beaches.cfg b/config/forgeendertech/Biomes/beaches.cfg new file mode 100644 index 0000000..db3667e --- /dev/null +++ b/config/forgeendertech/Biomes/beaches.cfg @@ -0,0 +1,26 @@ +# Configuration file + +Biome { + # Biome identifier. [range: -2147483648 ~ 2147483647, default: 16] + I:id=16 +} + + +Config { + # If set to False, parameters from this config will not be used. [default: false] + B:enabled=false +} + + +Wind { + # Defines probability of wind strength and direction change in percentage. [range: 0.0 ~ 100.0, default: 1.0] + S:changeProbability=1.0 + + # Defines how fast the wind changes. [range: 0.0 ~ 1.0, default: 0.15] + S:changeStep=0.15 + + # Defines maximum wind strength. [range: 0 ~ 30, default: 10] + I:maxStrength=10 +} + + diff --git a/config/forgeendertech/Biomes/desert.cfg b/config/forgeendertech/Biomes/desert.cfg new file mode 100644 index 0000000..5c0245a --- /dev/null +++ b/config/forgeendertech/Biomes/desert.cfg @@ -0,0 +1,26 @@ +# Configuration file + +Biome { + # Biome identifier. [range: -2147483648 ~ 2147483647, default: 2] + I:id=2 +} + + +Config { + # If set to False, parameters from this config will not be used. [default: false] + B:enabled=false +} + + +Wind { + # Defines probability of wind strength and direction change in percentage. [range: 0.0 ~ 100.0, default: 1.0] + S:changeProbability=1.0 + + # Defines how fast the wind changes. [range: 0.0 ~ 1.0, default: 0.15] + S:changeStep=0.15 + + # Defines maximum wind strength. [range: 0 ~ 30, default: 10] + I:maxStrength=10 +} + + diff --git a/config/forgeendertech/Biomes/extreme_hills.cfg b/config/forgeendertech/Biomes/extreme_hills.cfg new file mode 100644 index 0000000..6eed771 --- /dev/null +++ b/config/forgeendertech/Biomes/extreme_hills.cfg @@ -0,0 +1,26 @@ +# Configuration file + +Biome { + # Biome identifier. [range: -2147483648 ~ 2147483647, default: 3] + I:id=3 +} + + +Config { + # If set to False, parameters from this config will not be used. [default: false] + B:enabled=false +} + + +Wind { + # Defines probability of wind strength and direction change in percentage. [range: 0.0 ~ 100.0, default: 1.0] + S:changeProbability=1.0 + + # Defines how fast the wind changes. [range: 0.0 ~ 1.0, default: 0.15] + S:changeStep=0.15 + + # Defines maximum wind strength. [range: 0 ~ 30, default: 10] + I:maxStrength=10 +} + + diff --git a/config/forgeendertech/Biomes/forest.cfg b/config/forgeendertech/Biomes/forest.cfg new file mode 100644 index 0000000..4f245c1 --- /dev/null +++ b/config/forgeendertech/Biomes/forest.cfg @@ -0,0 +1,26 @@ +# Configuration file + +Biome { + # Biome identifier. [range: -2147483648 ~ 2147483647, default: 4] + I:id=4 +} + + +Config { + # If set to False, parameters from this config will not be used. [default: false] + B:enabled=false +} + + +Wind { + # Defines probability of wind strength and direction change in percentage. [range: 0.0 ~ 100.0, default: 1.0] + S:changeProbability=1.0 + + # Defines how fast the wind changes. [range: 0.0 ~ 1.0, default: 0.15] + S:changeStep=0.15 + + # Defines maximum wind strength. [range: 0 ~ 30, default: 10] + I:maxStrength=10 +} + + diff --git a/config/forgeendertech/Biomes/hell.cfg b/config/forgeendertech/Biomes/hell.cfg new file mode 100644 index 0000000..3f1f8df --- /dev/null +++ b/config/forgeendertech/Biomes/hell.cfg @@ -0,0 +1,26 @@ +# Configuration file + +Biome { + # Biome identifier. [range: -2147483648 ~ 2147483647, default: 8] + I:id=8 +} + + +Config { + # If set to False, parameters from this config will not be used. [default: false] + B:enabled=false +} + + +Wind { + # Defines probability of wind strength and direction change in percentage. [range: 0.0 ~ 100.0, default: 1.0] + S:changeProbability=1.0 + + # Defines how fast the wind changes. [range: 0.0 ~ 1.0, default: 0.15] + S:changeStep=0.15 + + # Defines maximum wind strength. [range: 0 ~ 30, default: 10] + I:maxStrength=10 +} + + diff --git a/config/forgeendertech/Biomes/jungle.cfg b/config/forgeendertech/Biomes/jungle.cfg new file mode 100644 index 0000000..e1b72e0 --- /dev/null +++ b/config/forgeendertech/Biomes/jungle.cfg @@ -0,0 +1,26 @@ +# Configuration file + +Biome { + # Biome identifier. [range: -2147483648 ~ 2147483647, default: 21] + I:id=21 +} + + +Config { + # If set to False, parameters from this config will not be used. [default: false] + B:enabled=false +} + + +Wind { + # Defines probability of wind strength and direction change in percentage. [range: 0.0 ~ 100.0, default: 1.0] + S:changeProbability=1.0 + + # Defines how fast the wind changes. [range: 0.0 ~ 1.0, default: 0.15] + S:changeStep=0.15 + + # Defines maximum wind strength. [range: 0 ~ 30, default: 10] + I:maxStrength=10 +} + + diff --git a/config/forgeendertech/Biomes/lostcities.cfg b/config/forgeendertech/Biomes/lostcities.cfg new file mode 100644 index 0000000..e175b2c --- /dev/null +++ b/config/forgeendertech/Biomes/lostcities.cfg @@ -0,0 +1,26 @@ +# Configuration file + +Biome { + # Biome identifier. [range: -2147483648 ~ 2147483647, default: 111] + I:id=111 +} + + +Config { + # If set to False, parameters from this config will not be used. [default: false] + B:enabled=false +} + + +Wind { + # Defines probability of wind strength and direction change in percentage. [range: 0.0 ~ 100.0, default: 1.0] + S:changeProbability=1.0 + + # Defines how fast the wind changes. [range: 0.0 ~ 1.0, default: 0.15] + S:changeStep=0.15 + + # Defines maximum wind strength. [range: 0 ~ 30, default: 10] + I:maxStrength=10 +} + + diff --git a/config/forgeendertech/Biomes/plains.cfg b/config/forgeendertech/Biomes/plains.cfg new file mode 100644 index 0000000..19bb148 --- /dev/null +++ b/config/forgeendertech/Biomes/plains.cfg @@ -0,0 +1,26 @@ +# Configuration file + +Biome { + # Biome identifier. [range: -2147483648 ~ 2147483647, default: 1] + I:id=1 +} + + +Config { + # If set to False, parameters from this config will not be used. [default: false] + B:enabled=false +} + + +Wind { + # Defines probability of wind strength and direction change in percentage. [range: 0.0 ~ 100.0, default: 1.0] + S:changeProbability=1.0 + + # Defines how fast the wind changes. [range: 0.0 ~ 1.0, default: 0.15] + S:changeStep=0.15 + + # Defines maximum wind strength. [range: 0 ~ 30, default: 10] + I:maxStrength=10 +} + + diff --git a/config/forgeendertech/Biomes/river.cfg b/config/forgeendertech/Biomes/river.cfg new file mode 100644 index 0000000..611fa62 --- /dev/null +++ b/config/forgeendertech/Biomes/river.cfg @@ -0,0 +1,26 @@ +# Configuration file + +Biome { + # Biome identifier. [range: -2147483648 ~ 2147483647, default: 7] + I:id=7 +} + + +Config { + # If set to False, parameters from this config will not be used. [default: false] + B:enabled=false +} + + +Wind { + # Defines probability of wind strength and direction change in percentage. [range: 0.0 ~ 100.0, default: 1.0] + S:changeProbability=1.0 + + # Defines how fast the wind changes. [range: 0.0 ~ 1.0, default: 0.15] + S:changeStep=0.15 + + # Defines maximum wind strength. [range: 0 ~ 30, default: 10] + I:maxStrength=10 +} + + diff --git a/config/forgeendertech/Biomes/savanna.cfg b/config/forgeendertech/Biomes/savanna.cfg new file mode 100644 index 0000000..d82077f --- /dev/null +++ b/config/forgeendertech/Biomes/savanna.cfg @@ -0,0 +1,26 @@ +# Configuration file + +Biome { + # Biome identifier. [range: -2147483648 ~ 2147483647, default: 35] + I:id=35 +} + + +Config { + # If set to False, parameters from this config will not be used. [default: false] + B:enabled=false +} + + +Wind { + # Defines probability of wind strength and direction change in percentage. [range: 0.0 ~ 100.0, default: 1.0] + S:changeProbability=1.0 + + # Defines how fast the wind changes. [range: 0.0 ~ 1.0, default: 0.15] + S:changeStep=0.15 + + # Defines maximum wind strength. [range: 0 ~ 30, default: 10] + I:maxStrength=10 +} + + diff --git a/config/forgeendertech/Biomes/swampland.cfg b/config/forgeendertech/Biomes/swampland.cfg new file mode 100644 index 0000000..7d06f2b --- /dev/null +++ b/config/forgeendertech/Biomes/swampland.cfg @@ -0,0 +1,26 @@ +# Configuration file + +Biome { + # Biome identifier. [range: -2147483648 ~ 2147483647, default: 6] + I:id=6 +} + + +Config { + # If set to False, parameters from this config will not be used. [default: false] + B:enabled=false +} + + +Wind { + # Defines probability of wind strength and direction change in percentage. [range: 0.0 ~ 100.0, default: 1.0] + S:changeProbability=1.0 + + # Defines how fast the wind changes. [range: 0.0 ~ 1.0, default: 0.15] + S:changeStep=0.15 + + # Defines maximum wind strength. [range: 0 ~ 30, default: 10] + I:maxStrength=10 +} + + diff --git a/config/forgeendertech/Biomes/taiga.cfg b/config/forgeendertech/Biomes/taiga.cfg new file mode 100644 index 0000000..8ea77ab --- /dev/null +++ b/config/forgeendertech/Biomes/taiga.cfg @@ -0,0 +1,26 @@ +# Configuration file + +Biome { + # Biome identifier. [range: -2147483648 ~ 2147483647, default: 5] + I:id=5 +} + + +Config { + # If set to False, parameters from this config will not be used. [default: false] + B:enabled=false +} + + +Wind { + # Defines probability of wind strength and direction change in percentage. [range: 0.0 ~ 100.0, default: 1.0] + S:changeProbability=1.0 + + # Defines how fast the wind changes. [range: 0.0 ~ 1.0, default: 0.15] + S:changeStep=0.15 + + # Defines maximum wind strength. [range: 0 ~ 30, default: 10] + I:maxStrength=10 +} + + diff --git a/config/forgeendertech/Biomes/the_end.cfg b/config/forgeendertech/Biomes/the_end.cfg new file mode 100644 index 0000000..921c741 --- /dev/null +++ b/config/forgeendertech/Biomes/the_end.cfg @@ -0,0 +1,26 @@ +# Configuration file + +Biome { + # Biome identifier. [range: -2147483648 ~ 2147483647, default: 9] + I:id=9 +} + + +Config { + # If set to False, parameters from this config will not be used. [default: false] + B:enabled=false +} + + +Wind { + # Defines probability of wind strength and direction change in percentage. [range: 0.0 ~ 100.0, default: 1.0] + S:changeProbability=1.0 + + # Defines how fast the wind changes. [range: 0.0 ~ 1.0, default: 0.15] + S:changeStep=0.15 + + # Defines maximum wind strength. [range: 0 ~ 30, default: 10] + I:maxStrength=10 +} + + diff --git a/config/forgeendertech/forgeendertech.cfg b/config/forgeendertech/forgeendertech.cfg new file mode 100644 index 0000000..d72633d --- /dev/null +++ b/config/forgeendertech/forgeendertech.cfg @@ -0,0 +1,38 @@ +# Configuration file + +Debug { + # Enable/Disable debug mode. [default: false] + B:enabled=false +} + + +ForgeRegistrator { + # If set to False, all disabled units will be completely removed from the game. [default: true] + B:registerDisabledUnits=true +} + + +SmokeContainers { + # If set to True, pump will be active without redstone power. [default: false] + B:invertedPumpState=false + + # Maximum length of the vent pipe for smoke or gas transmition. + I:maxVentPipeLength=16 + + # Maximum distance from vent to the gas block to inhale. + I:ventInhaleDistance=4 +} + + +Wind { + # Defines probability of wind strength and direction change in percentage. [range: 0.0 ~ 100.0, default: 1.0] + S:changeProbability=1.0 + + # Defines how fast the wind changes. [range: 0.0 ~ 1.0, default: 0.15] + S:changeStep=0.15 + + # Defines maximum wind strength. + I:maxStrength=10 +} + + diff --git a/config/gameStagesFakePlayerData.json b/config/gameStagesFakePlayerData.json new file mode 100644 index 0000000..17497eb --- /dev/null +++ b/config/gameStagesFakePlayerData.json @@ -0,0 +1,38 @@ +[ + { + "fakePlayerName" : "rftools_builder", + "stages": [ "tutorial", "zero", "one", "two", "three", "four", "five" ] + }, + { + "fakePlayerName" : "rftools_elevator", + "stages": [ "tutorial", "zero", "one", "two", "three", "four", "five" ] + }, + { + "fakePlayerName" : "cyclicmagic.fake_player.block_forester", + "stages": [ "tutorial", "zero", "one", "two", "three", "four", "five" ] + }, + { + "fakePlayerName" : "cyclicmagic.fake_player.block_user", + "stages": [ "tutorial", "zero", "one", "two", "three", "four", "five" ] + }, + { + "fakePlayerName" : "cyclicmagic.fake_player.spikes", + "stages": [ "tutorial", "zero", "one", "two", "three", "four", "five" ] + }, + { + "fakePlayerName": "[IF]", + "stages": [ "tutorial", "zero", "one", "two", "three", "four", "five" ] + }, + { + "fakePlayerName": "Mob Masher", + "stages": [ "tutorial", "zero", "one", "two", "three", "four", "five" ] + }, + { + "fakePlayerName": "[Minecraft]", + "stages": [ "tutorial", "zero", "one", "two", "three", "four", "five" ] + }, + { + "fakePlayerName": "[Modular Routers]", + "stages": [ "tutorial", "zero", "one", "two", "three", "four", "five" ] + } + ] \ No newline at end of file diff --git a/config/gamestages.cfg b/config/gamestages.cfg new file mode 100644 index 0000000..01346dc --- /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"=false + } + +} + + diff --git a/config/geolosys.cfg b/config/geolosys.cfg new file mode 100644 index 0000000..396153e --- /dev/null +++ b/config/geolosys.cfg @@ -0,0 +1,196 @@ +# Configuration file + +general { + + ########################################################################################################## + # feature control + #--------------------------------------------------------------------------------------------------------# + # Enable or disable Geolosys features entirely + ########################################################################################################## + + "feature control" { + B:"Disable Vanilla Ore Generation"=true + B:"Enable Cluster Smelting"=false + B:"Enable Coals"=false + B:"Enable IE Integration"=false + B:"Enable Ingots"=false + B:"Enable Osmium"=false + + # Allows Osmium to be enabled, without enabling Platinum + B:"Enable Osmium Exclusively"=false + B:"Enable Sulfur"=true + B:"Enable Yellorium"=false + B:"Enable debug print statements for generation"=false + B:"Register Aluminum as oreBauxite"=false + B:"Replace Stone Variant Deposits"=true + + # Happens when a player enters a chunk; changes other mod ores into Geolosys's + B:"Retroactively replace existing ores in world"=false + + # When enabled, instead of using Geolosys's replacements for vanilla ores it just uses Vanilla blocks + B:"Vanilla Mode"=false + } + + ########################################################################################################## + # prospecting + #--------------------------------------------------------------------------------------------------------# + # Adjust settings specific to prospecting + ########################################################################################################## + + prospecting { + B:"Allow samples to generate in any water"=true + + # Formatted ; this list contains blocks that samples should not generate on. + S:"Blocks Samples can Generate On" < + > + B:"Enable Prospector's Pickaxe"=false + + # Min: 1 + # Max: 16 + I:"Maximum Number of samples per Chunk"=12 + + # Min: 0 + # Max: 2147483647 + I:"Prospector's Pick Durability"=256 + + # The prospector's pick will show what's in a direction only when below this level, per dimension. Add custom dimension ID's and their corresponding Y depth below, format: : + S:"Prospector's Pick Sea Levels per Dimension" < + -1:128 + 0:64 + 1:128 + > + B:"Prospector's Pick Takes Damage"=false + + # Min: 0 + # Max: 255 + I:"Prospector's Pickaxe Diameter"=5 + + # Min: 0 + # Max: 255 + I:"Prospector's Pickaxe Range"=5 + B:"Samples drop nothing (contents revealed in chat)"=false + + # SAMPLES means prospecting on the surface returns the samples found + # OREBLOCKS means prospecting on the surface returns the first Geolosys-registered Ore Block it finds + # Valid values: + # SAMPLES + # OREBLOCKS + S:"Surface Prospecting Results"=SAMPLES + } + + ########################################################################################################## + # user entries + #--------------------------------------------------------------------------------------------------------# + # Custom user entries + ########################################################################################################## + + "user entries" { + # Format is: + # modid:block OR modid:block:meta + S:"Blocks mineral deposits can replace" < + minecraft:stone:0 + minecraft:stone:1 + minecraft:stone:2 + minecraft:stone:3 + minecraft:dirt:0 + rustic:slate:0 + chisel:marble2:7 + chisel:limestone2:7 + chisel:basalt2:7 + primal:schist_blue_stone:0 + primal:ferro_stone:0 + primal:mud_wet:0 + primal:terraclay_block:0 + primal:sarsen_stone:0 + minecraft:sandstone:0 + minecraft:red_sandstone:0 + minecraft:hardened_clay:0 + minecraft:stained_hardened_clay:0 + minecraft:stained_hardened_clay:1 + minecraft:stained_hardened_clay:2 + minecraft:stained_hardened_clay:3 + minecraft:stained_hardened_clay:4 + minecraft:stained_hardened_clay:5 + minecraft:stained_hardened_clay:6 + minecraft:stained_hardened_clay:7 + minecraft:stained_hardened_clay:8 + minecraft:stained_hardened_clay:9 + minecraft:stained_hardened_clay:10 + minecraft:stained_hardened_clay:11 + minecraft:stained_hardened_clay:12 + minecraft:stained_hardened_clay:13 + minecraft:stained_hardened_clay:14 + minecraft:stained_hardened_clay:15 + thebetweenlands:swamp_dirt:0 + thebetweenlands:betweenstone:0 + thebetweenlands:pitstone:0 + > + + # Format is: + # modid:block OR modid:block:meta + S:"Blocks that the OreConverter feature should ignore" < + gravelores:coal_gravel_ore + gravelores:iron_gravel_ore + gravelores:lapis_gravel_ore + gravelores:gold_gravel_ore + gravelores:redstone_gravel_ore + gravelores:diamond_gravel_ore + gravelores:emerald_gravel_ore + gravelores:tin_gravel_ore + gravelores:nickel_gravel_ore + gravelores:silver_gravel_ore + gravelores:lead_gravel_ore + gravelores:copper_gravel_ore + gravelores:aluminum_gravel_ore + nex:ore_quartz:0 + nex:ore_quartz:1 + nex:ore_quartz:2 + nex:ore_quartz:3 + > + + # Format is: + # modid:block:meta, deposit size, min Y, max Y, chance to gen in chunk, block to use as sample, [dimension blacklist] Example: + # actuallyadditions:block_misc:3, 32, 13, 42, 20, actuallyadditions:block_misc:1, [1, -1] + S:"Custom Ore Entries" < + astralsorcery:blockcustomore:0, 28, 3, 18, 17, astralsorcery:blockgeolosyssamplecluster:0, [1, -1, 20, 28885, 50, 51, 52, 144, -13, -14, -15, -16, -17, -18, -19, -20, -21, -22, -23, -24, -25, -26, -27, -28, -29, -30, -31, -32, -33, -34, -35, -36, -37, -38, -39, -40, -41, -42, -43] + mundaneredstone:redstone_ore:0, 36, 4, 24, 20, geolosys:ore_sample_vanilla:1, [1, -1, 20, 28885, 50, 51, 52, 144, -13, -14, -15, -16, -17, -18, -19, -20, -21, -22, -23, -24, -25, -26, -27, -28, -29, -30, -31, -32, -33, -34, -35, -36, -37, -38, -39, -40, -41, -42, -43] + galacticraftcore:basic_block_core:8, 24, 24, 48, 21, contenttweaker:sub_block_holder_0:5, [1, -1, 20, 28885, 50, 51, 52, 144, -13, -14, -15, -16, -17, -18, -19, -20, -21, -22, -23, -24, -25, -26, -27, -28, -29, -30, -31, -32, -33, -34, -35, -36, -37, -38, -39, -40, -41, -42, -43] + contenttweaker:sub_block_holder_0:4, 36, 3, 11, 20, contenttweaker:sub_block_holder_0:6, [1, -1, 20, 28885, 50, 51, 52, 144, -13, -14, -15, -16, -17, -18, -19, -20, -21, -22, -23, -24, -25, -26, -27, -28, -29, -30, -31, -32, -33, -34, -35, -36, -37, -38, -39, -40, -41, -42, -43] + > + + # Format is: + # modid:block:meta, min Y, max Y, chance to gen in chunk + # ALL DEPOSITS ARE APPROX. THE SAME SIZE & AREN'T CONFIGURABLE. + # rustic:slate:0, 27, 54, 10 + S:"Custom Stone Entries" < + > + } + + ########################################################################################################## + # client + #--------------------------------------------------------------------------------------------------------# + # Client-side settings + ########################################################################################################## + + client { + B:"Enable Prospector's Pickaxe Chunk Grid Functionality"=true + B:"Enable Prospector's Pickaxe to show Y-Level"=true + + # Min: 0.1 + # Max: 3.0 + D:"Field Manual Font Scale"=0.8500000238418579 + + # The X coordinate that the Depth overlay displays at while holding a prospector's pick + # Min: 0 + # Max: 2147483647 + I:"Prospector's Pick Depth HUD X"=2 + + # The Y coordinate that the Depth overlay displays at while holding a prospector's pick + # Min: 0 + # Max: 2147483647 + I:"Prospector's Pick Depth HUD Y"=2 + } + +} + + diff --git a/config/geolosys_ores.json b/config/geolosys_ores.json new file mode 100644 index 0000000..bde7d9b --- /dev/null +++ b/config/geolosys_ores.json @@ -0,0 +1,809 @@ +{ + "coal": { + "minY": 28, + "maxY": 78, + "chance": 23, + "size": 64, + "blacklist": [ + -1, + 1, + 20, + 28885, + 50, + 51, + 52, + 144, + -13, + -14, + -15, + -16, + -17, + -18, + -19, + -20, + -21, + -22, + -23, + -24, + -25, + -26, + -27, + -28, + -29, + -30, + -31, + -32, + -33, + -34, + -35, + -36, + -37, + -38, + -39, + -40, + -41, + -42, + -43, + 50, + 51, + 52, + 144 + ] + }, + "cinnabar": { + "minY": 5, + "maxY": 12, + "chance": 17, + "size": 64, + "blacklist": [ + -1, + 1, + 28885, + 50, + 51, + 52, + 144, + -13, + -14, + -15, + -16, + -17, + -18, + -19, + -20, + -21, + -22, + -23, + -24, + -25, + -26, + -27, + -28, + -29, + -30, + -31, + -32, + -33, + -34, + -35, + -36, + -37, + -38, + -39, + -40, + -41, + -42, + -43 + ] + }, + "gold": { + "minY": 5, + "maxY": 40, + "chance": 19, + "size": 55, + "blacklist": [ + -1, + 1, + 28885, + 50, + 51, + 52, + 144, + -13, + -14, + -15, + -16, + -17, + -18, + -19, + -20, + -21, + -22, + -23, + -24, + -25, + -26, + -27, + -28, + -29, + -30, + -31, + -32, + -33, + -34, + -35, + -36, + -37, + -38, + -39, + -40, + -41, + -42, + -43 + ] + }, + "lapis": { + "minY": 10, + "maxY": 38, + "chance": 31, + "size": 32, + "blacklist": [ + -1, + 1, + 28885, + 50, + 51, + 52, + 144, + -13, + -14, + -15, + -16, + -17, + -18, + -19, + -20, + -21, + -22, + -23, + -24, + -25, + -26, + -27, + -28, + -29, + -30, + -31, + -32, + -33, + -34, + -35, + -36, + -37, + -38, + -39, + -40, + -41, + -42, + -43 + ] + }, + "quartz": { + "minY": 6, + "maxY": 40, + "chance": 17, + "size": 40, + "blacklist": [ + -1, + 1, + 20, + 28885, + 50, + 51, + 52, + 144, + -13, + -14, + -15, + -16, + -17, + -18, + -19, + -20, + -21, + -22, + -23, + -24, + -25, + -26, + -27, + -28, + -29, + -30, + -31, + -32, + -33, + -34, + -35, + -36, + -37, + -38, + -39, + -40, + -41, + -42, + -43 + ] + }, + "kimberlite": { + "minY": 2, + "maxY": 20, + "chance": 15, + "size": 20, + "blacklist": [ + -1, + 1, + 28885, + 50, + 51, + 52, + 144, + -13, + -14, + -15, + -16, + -17, + -18, + -19, + -20, + -21, + -22, + -23, + -24, + -25, + -26, + -27, + -28, + -29, + -30, + -31, + -32, + -33, + -34, + -35, + -36, + -37, + -38, + -39, + -40, + -41, + -42, + -43 + ] + }, + "beryl": { + "minY": 4, + "maxY": 32, + "chance": 15, + "size": 16, + "blacklist": [ + -1, + 1, + 28885, + 50, + 51, + 52, + 144, + -13, + -14, + -15, + -16, + -17, + -18, + -19, + -20, + -21, + -22, + -23, + -24, + -25, + -26, + -27, + -28, + -29, + -30, + -31, + -32, + -33, + -34, + -35, + -36, + -37, + -38, + -39, + -40, + -41, + -42, + -43 + ] + }, + "hematite": { + "minY": 32, + "maxY": 60, + "chance": 22, + "size": 72, + "blacklist": [ + -1, + 1, + 20, + 28885, + 50, + 51, + 52, + 144, + -13, + -14, + -15, + -16, + -17, + -18, + -19, + -20, + -21, + -22, + -23, + -24, + -25, + -26, + -27, + -28, + -29, + -30, + -31, + -32, + -33, + -34, + -35, + -36, + -37, + -38, + -39, + -40, + -41, + -42, + -43 + ] + }, + "limonite": { + "minY": 6, + "maxY": 40, + "chance": 17, + "size": 72, + "blacklist": [ + -1, + 1, + 20, + 28885, + 50, + 51, + 52, + 144, + -13, + -14, + -15, + -16, + -17, + -18, + -19, + -20, + -21, + -22, + -23, + -24, + -25, + -26, + -27, + -28, + -29, + -30, + -31, + -32, + -33, + -34, + -35, + -36, + -37, + -38, + -39, + -40, + -41, + -42, + -43 + ] + }, + "malachite": { + "minY": 25, + "maxY": 52, + "chance": 16, + "size": 72, + "blacklist": [ + -1, + 1, + 20, + 28885, + 50, + 51, + 52, + 144, + -13, + -14, + -15, + -16, + -17, + -18, + -19, + -20, + -21, + -22, + -23, + -24, + -25, + -26, + -27, + -28, + -29, + -30, + -31, + -32, + -33, + -34, + -35, + -36, + -37, + -38, + -39, + -40, + -41, + -42, + -43 + ] + }, + "azurite": { + "minY": 12, + "maxY": 44, + "chance": 21, + "size": 72, + "blacklist": [ + -1, + 1, + 20, + 28885, + 50, + 51, + 52, + 144, + -13, + -14, + -15, + -16, + -17, + -18, + -19, + -20, + -21, + -22, + -23, + -24, + -25, + -26, + -27, + -28, + -29, + -30, + -31, + -32, + -33, + -34, + -35, + -36, + -37, + -38, + -39, + -40, + -41, + -42, + -43 + ] + }, + "cassiterite": { + "minY": 44, + "maxY": 68, + "chance": 18, + "size": 72, + "blacklist": [ + -1, + 1, + 20, + 28885, + 50, + 51, + 52, + 144, + -13, + -14, + -15, + -16, + -17, + -18, + -19, + -20, + -21, + -22, + -23, + -24, + -25, + -26, + -27, + -28, + -29, + -30, + -31, + -32, + -33, + -34, + -35, + -36, + -37, + -38, + -39, + -40, + -41, + -42, + -43 + ] + }, + "teallite": { + "minY": 8, + "maxY": 43, + "chance": 19, + "size": 72, + "blacklist": [ + -1, + 1, + 20, + 28885, + 50, + 51, + 52, + 144, + -13, + -14, + -15, + -16, + -17, + -18, + -19, + -20, + -21, + -22, + -23, + -24, + -25, + -26, + -27, + -28, + -29, + -30, + -31, + -32, + -33, + -34, + -35, + -36, + -37, + -38, + -39, + -40, + -41, + -42, + -43 + ] + }, + "galena": { + "minY": 16, + "maxY": 50, + "chance": 19, + "size": 72, + "blacklist": [ + -1, + 1, + 20, + 28885, + 50, + 51, + 52, + 144, + -13, + -14, + -15, + -16, + -17, + -18, + -19, + -20, + -21, + -22, + -23, + -24, + -25, + -26, + -27, + -28, + -29, + -30, + -31, + -32, + -33, + -34, + -35, + -36, + -37, + -38, + -39, + -40, + -41, + -42, + -43 + ] + }, + "bauxite": { + "minY": 45, + "maxY": 70, + "chance": 23, + "size": 64, + "blacklist": [ + -1, + 1, + 20, + 28885, + 50, + 51, + 52, + 144, + -13, + -14, + -15, + -16, + -17, + -18, + -19, + -20, + -21, + -22, + -23, + -24, + -25, + -26, + -27, + -28, + -29, + -30, + -31, + -32, + -33, + -34, + -35, + -36, + -37, + -38, + -39, + -40, + -41, + -42, + -43 + ] + }, + "platinum": { + "minY": 3, + "maxY": 25, + "chance": 16, + "size": 32, + "blacklist": [ + -1, + 1, + 28885, + 50, + 51, + 52, + 144, + -13, + -14, + -15, + -16, + -17, + -18, + -19, + -20, + -21, + -22, + -23, + -24, + -25, + -26, + -27, + -28, + -29, + -30, + -31, + -32, + -33, + -34, + -35, + -36, + -37, + -38, + -39, + -40, + -41, + -42, + -43 + ] + }, + "autunite": { + "minY": 3, + "maxY": 25, + "chance": 15, + "size": 24, + "blacklist": [ + -1, + 1, + 20, + 28885, + 50, + 51, + 52, + 144, + -13, + -14, + -15, + -16, + -17, + -18, + -19, + -20, + -21, + -22, + -23, + -24, + -25, + -26, + -27, + -28, + -29, + -30, + -31, + -32, + -33, + -34, + -35, + -36, + -37, + -38, + -39, + -40, + -41, + -42, + -43 + ] + }, + "sphalerite": { + "minY": 35, + "maxY": 55, + "chance": 0, + "size": 24, + "blacklist": [ + -1, + 1 + ] + } +} \ No newline at end of file diff --git a/config/gobblecore.cfg b/config/gobblecore.cfg new file mode 100644 index 0000000..4b0c775 --- /dev/null +++ b/config/gobblecore.cfg @@ -0,0 +1,7 @@ +# Configuration file + +"general settings" { + B:"Allow GobbleCore to send loaded mods (Mod name and version) that use GobbleCore for dynamic settings to Turkey's web server? Questions and inquires can be sent to Turkey for more information."=false +} + + diff --git a/config/harvest_config.json b/config/harvest_config.json new file mode 100644 index 0000000..97a8cec --- /dev/null +++ b/config/harvest_config.json @@ -0,0 +1,76 @@ +{ + "crops": [ + { + "initialBlock": { + "blockName": "minecraft:wheat", + "meta": 7 + }, + "finalBlock": { + "blockName": "minecraft:wheat", + "meta": 0 + } + }, + { + "initialBlock": { + "blockName": "natura:cotton_crop", + "meta": 4 + }, + "finalBlock": { + "blockName": "natura:cotton_crop", + "meta": 0 + } + }, + { + "initialBlock": { + "blockName": "betterwithaddons:crop_rice", + "meta": 7 + }, + "finalBlock": { + "blockName": "betterwithaddons:crop_rice", + "meta": 0 + } + }, + { + "initialBlock": { + "blockName": "minecraft:carrots", + "meta": 7 + }, + "finalBlock": { + "blockName": "minecraft:carrots", + "meta": 0 + } + }, + { + "initialBlock": { + "blockName": "minecraft:potatoes", + "meta": 7 + }, + "finalBlock": { + "blockName": "minecraft:potatoes", + "meta": 0 + } + }, + { + "initialBlock": { + "blockName": "minecraft:beetroots", + "meta": 3 + }, + "finalBlock": { + "blockName": "minecraft:beetroots", + "meta": 0 + } + }, + { + "initialBlock": { + "blockName": "minecraft:nether_wart", + "meta": 3 + }, + "finalBlock": { + "blockName": "minecraft:nether_wart", + "meta": 0 + } + + } + ], + "exhaustionPerHarvest": 0.005 +} diff --git a/config/horsepower.cfg b/config/horsepower.cfg new file mode 100644 index 0000000..0aa8131 --- /dev/null +++ b/config/horsepower.cfg @@ -0,0 +1,227 @@ +# Configuration file + +all { + + ########################################################################################################## + # client + #--------------------------------------------------------------------------------------------------------# + # Client only configs + ########################################################################################################## + + client { + # Must look at the block to show the amount in it + B:"Must Look For Amount "=true + + # If the amount text on how many items is in a stack in a grindstone should render + B:"Render Item Amount"=true + + # If true will show the area needed when placing a HP block + B:"Show Obstructed Area"=true + } + + ########################################################################################################## + # general + #--------------------------------------------------------------------------------------------------------# + # General configs + ########################################################################################################## + + general { + # The items to use with the manual chopping block, syntax is: + # modid:input:meta${nbt}=baseAmount-chance + # meta is optional and ${nbt} is also optional and follows vanilla tag syntax + # The baseAmount is the percentage of returned items, the chance is for getting one more output + S:"Chopping Block Axes" < + minecraft:wooden_axe=25-10 + minecraft:stone_axe=50-15 + minecraft:iron_axe=75-20 + minecraft:golden_axe=50-75 + minecraft:diamond_axe=100-25 + primal_tech:bone_axe=75-15 + primal:flint_axe=50-25 + primal:flint_hatchet=25-15 + actuallyadditions:item_axe_quartz=75-15 + actuallyadditions:item_axe_crystal_red=75-25 + actuallyadditions:item_axe_obsidian=100-5 + actuallyadditions:item_axe_emerald=100-20 + abyssalcraft:daxe=100-15 + abyssalcraft:aaxe=100-25 + abyssalcraft:coraxe=100-35 + abyssalcraft:dreadiumaxe=100-45 + abyssalcraft:ethaxiumaxe=100-55 + > + + # The exhaustion amount that will be added to the player when using the chopping block + # If set to 0 this is disabled + D:"Chopping Block Exhaustion"=0.025 + + # The amount of chopps the time value in the horse chopping recipes should be multiplied with if recipes isn't separated + # If the recipes are separate this isn't used, instead the recipe value is used + I:"Chopping Multiplier"=4 + + # Enables the dough item + # If disabled all related recipes will be disabled + # Requires minecraft restart + B:"Enable Dough"=true + + # Enables the flour item + # If disabled all related recipes will be disabled + # Requires minecraft restart + B:"Enable Flour"=true + + # Enables the manual chopping block + # Requires minecraft restart + B:"Enable Manual Chopping Block"=true + + # The exhaustion amount that will be added to the player when using the grindstone + # If set to 0 this is disabled + D:"Grindstone Exhaustion"=0.025 + + # The percentage amount for the different materials + # The syntax is harvestLevel=baseAmount-chance + # The baseAmount is the percentage of returned items, the chance is for getting one more output + S:"Harvestable Percentages" < + 0=25-25 + 1=50-25 + 2=75-25 + 3=100-25 + 4=125-50 + > + + # If true the manual chopping block will drop the result items + # If false the manual chopping block will put the result items in it's internal inventory + B:"Manual Chopping Block output"=true + + # Add mobs that can use the horse powered blocks + # Only mobs that can be leashed are valid + # Add the full path to the mob class, can be found with /horsepower entity or /hp entity + # Must be edited with in-game editor for live changes. + S:"Mob List" < + net.minecraft.entity.passive.EntityParrot + pokefenn.totemic.entity.animal.EntityBuffalo + net.minecraft.entity.passive.EntityPig + net.minecraft.entity.passive.EntityCow + net.minecraft.entity.passive.EntityLlama + net.minecraft.entity.passive.EntityWolf + > + + # The amount of points that is needed for a full press + I:"Points For Press"=16 + + # The amount of points per rotation with a hand grindstone + # The points correspond to the recipes requirement of time + # Min: 1 + # Max: 2147483647 + I:"Points Per Rotation"=2 + + # The tank size of the press in mb, 1000mb = 1 bucket + I:"Press Tank Size"=3000 + + # Removes the vanilla crafting recipes that grinds or uses grinded resources + # Removes Reeds -> Sugar, Bone -> Bonemeal, Wheat -> Bread, Flowers -> Dye + B:"Remove Vanilla Recipes"=false + + # If the item used as an axe for the manual chopping block should be damaged + B:"Should Damage Axe"=true + + # Use the base definition of a horse, in vanilla it includes Horse, Donkey & Mule + # If false only entries in the list are valid + # Must be edited with in-game editor for live changes. + B:"Use AbstractHorse"=true + B:"Use Axe Tooltype"=true + + # If true the chopping blocks will use all logs types in the game when crafted + # If false the chopping blocks will only use the vanilla logs + # If only vanilla logs are used other logs in recipe will yield oak texture + B:"Use Dynamic Chopping Crafting"=true + + # If true it will show all chopping block types in the creative tab and JEI + # If false only the vanilla wood variants will show + # JEI needs a resource reload for this to update + B:"Use Dynamic Chopping Display"=false + + # That amount of "points" for the chopper to do windup and do a chop + # One lap around the chopping block is 8 "points" + # Min: 1 + # Max: 2147483647 + I:"Windup time for chop"=8 + } + + ########################################################################################################## + # recipes + #--------------------------------------------------------------------------------------------------------# + # Contains the customizable recipes + # For the recipes to show in JEI the resources needs to be reloaded, F3+T + ########################################################################################################## + + recipes { + # Add recipes to the Chopping Block here, the format of the recipes are: modid:input:meta${nbt}-modid:output:meta@amount${nbt}-time + # The meta can be a '*' to be a wildcard + # The amount is optional, if not set 1 is default + # ${nbt} is optional and follows vanilla tag syntax + # The input item can be an item from the ore dictionary, use it as 'ore:name', the other rules don't applies + # The time is the amount of chops for it to process, the time for one chop is determined by the "Windup time for chop" config + # Must be edited with in-game editor for live changes. + S:"Chopping Recipes" < + > + + # Add recipes to the Grindstone Block here, the format of the recipes is: + # modid:input:meta${nbt}-modid:output:meta@amount${nbt}-time[-modid:secondary:meta@amount${nbt}-chance] + # The meta can be a '*' to be a wildcard + # The amount is optional, if not set 1 is default, ${nbt} is optional and follows vanilla tag syntax + # The part in [] is optional, the chance can be 0-100 + # The input item can be an item from the ore dictionary, use it as 'ore:name', the other rules don't applies + # The time for the horse increases for each point that it reaches, one lap is 8 points. + # Must be edited with in-game editor for live changes. + S:"Grindstone Recipes" < + > + + # Uses the same syntax as the regular grindstone recipes + # These recipes are only used when the config to separate them is enabled + S:"Hand Grindstone Recipes" < + > + + # Uses the same syntax as the regular chopping recipes, the only difference is that the time is the amount of chopps + # These recipes are only used when the config to separate them is enabled + S:"Manual Chopping Block Recipes" < + > + + # Add recipes to the Press Block here, the format of the recipe is: modid:input:meta@amount${nbt}-modid:output:meta@amount${nbt} + # The meta can be a '*' to be a wildcard + # The amount is optional, if not set 1 is default + # ${nbt} is optional and follows vanilla tag syntax + # The input item can be an item from the ore dictionary, use it as 'ore:name', the other rules don't applies + # The 'modid' for the output can be 'fluid' for fluid outputs + # The time is same for all recipes, it uses the "Points For Press" + # Must be edited with in-game editor for live changes. + S:"Press Recipes" < + > + + # If the separate list of recipes should be used for the chopping block + B:"Separate Chopping Recipes"=true + + # If the separate list of recipes should be used for the hand grindstone + B:"Separate Grindstone Recipes"=false + } + + ########################################################################################################## + # misc + #--------------------------------------------------------------------------------------------------------# + # Contains misc configs, mostly for debugging and dev + ########################################################################################################## + + misc { + # What harvest types to show the harvest level for + S:"Harvest Types" < + axe + > + + # Will show the harvest level of items in the tooltip + B:"Show Harvest Level"=false + + # Will show a items all ore dictionaries in the tooltip + B:"Show Ore Dictionaries"=false + } + +} + + diff --git a/config/huntingdim/huntingdim.cfg b/config/huntingdim/huntingdim.cfg new file mode 100644 index 0000000..a83972f --- /dev/null +++ b/config/huntingdim/huntingdim.cfg @@ -0,0 +1,78 @@ +# Configuration file + +colors { + # The blue color value for defaultColor [range: 0 ~ 255, default: 73] + I:defaultColorBlue=193 + + # The green color value for defaultColor [range: 0 ~ 255, default: 162] + I:defaultColorGreen=128 + + # The red color value for defaultColor [range: 0 ~ 255, default: 59] + I:defaultColorRed=47 +} + + +fogcolor { + S:fogColorBlue=0.02999 + S:fogColorGreen=0.2 + S:fogColorRed=0.02999 +} + + +general { + # Should peaceful mobs be allowed to spawn in the hunting dimension? [default: false] + B:allowPeacefulMobs=false + + # Should players respawn inside of the hunting dimension? [default: false] + B:allowRespawn=false + + # The amount of additional armor to give mobs that spawn in the hunting dimension. [range: 0 ~ 30, default: 4] + I:buffArmor=4 + + # The percentage of additional attack damage to give mobs that spawn in the hunting dimension. [range: 0.0 ~ 1000.0, default: 0.3] + S:buffAttack=0.3 + + # The percentage of additional health to give mobs that spawn in the hunting dimension. [range: 0.0 ~ 1000.0, default: 0.3] + S:buffHealth=0.3 + + # The chance that the portal will play a sound. Default is a 1 in 100 chance. [range: 0 ~ 10000, default: 100] + I:chanceSound=100 + + # The chance that the portal will spawn a mob. Peaceful, easy, normal and hard have a 0, 1, 2, and 3 in X chance of spawning a mob, where X is the configured value. [range: 0 ~ 10000, default: 2000] + I:chanceSpawn=2000 + + # The id for the hunting dimension. [range: -2147483648 ~ 2147483647, default: 28885] + I:dimensionId=28885 + + # Whenever a mob dies in the hunting dimension, there is a chance that it will drop additional exp. [range: 0.0 ~ 1.0, default: 0.2] + S:expChance=0.2 + + # When a mob dies, it can drop additional exp. This changes how much more exp it will drop. Default is 2.5x. [range: 0.0 ~ 128.0, default: 2.5] + S:expModifier=2.5 + + # The biome to use when generating the hunting dimension. If an invalid id is used, plains will be defaulted. [default: minecraft:plains] + S:initialBiome=minecraft:plains + + # Whenever a mob dies in the hunting dimension, there is a chance that it will have +1 levels of looting applied to it's drop. Set to 0 to disable. [range: 0.0 ~ 1.0, default: 0.25] + S:lootingChance=0.25 + + # If true, the mining dimension will use the same world generator as the surface world. For example, if the surface is flat so will the dimension. [default: false] + B:mimicSurfaceWorld=false + + # Should hostile mobs be allowed to spawn in the overworld? [default: true] + B:mobsInSurface=true + + # While true, beneficial potion effects on players will wear off twice as fast. [default: true] + B:quickPotionWearOff=false + + # The dimension to go to when you return from the hunting dimension. [range: -2147483648 ~ 2147483647, default: 0] + I:returnDimension=0 + + # Whether or not the hunting dimension should be an empty void world. [default: false] + B:useVoidWorld=false + + # The type of world to use for the hunting dimension. Vanilla values include default, flat, largeBiomes, amplified, customized, debug_all_block_states, and default_1_1 Keep in mind that this will be ignored if you use mimicSurfaceWorld! [default: default] + S:worldType=default +} + + diff --git a/config/huntingdim/world_generator_settings.json b/config/huntingdim/world_generator_settings.json new file mode 100644 index 0000000..be13193 --- /dev/null +++ b/config/huntingdim/world_generator_settings.json @@ -0,0 +1,81 @@ +{ + "coordinateScale": 684.412, + "heightScale": 684.412, + "lowerLimitScale": 512.0, + "upperLimitScale": 512.0, + "depthNoiseScaleX": 200.0, + "depthNoiseScaleZ": 200.0, + "depthNoiseScaleExponent": 0.5, + "mainNoiseScaleX": 80.0, + "mainNoiseScaleY": 160.0, + "mainNoiseScaleZ": 80.0, + "baseSize": 8.5, + "stretchY": 12.0, + "biomeDepthWeight": 1.0, + "biomeDepthOffset": 0.0, + "biomeScaleWeight": 1.0, + "biomeScaleOffset": 0.0, + "seaLevel": 63, + "useCaves": false, + "useDungeons": false, + "dungeonChance": 8, + "useStrongholds": false, + "useVillages": false, + "useMineShafts": false, + "useTemples": false, + "useMonuments": false, + "useMansions": false, + "useRavines": false, + "useWaterLakes": false, + "waterLakeChance": 4, + "useLavaLakes": false, + "lavaLakeChance": 80, + "useLavaOceans": false, + "fixedBiome": -1, + "biomeSize": 4, + "riverSize": 4, + "dirtSize": 33, + "dirtCount": 10, + "dirtMinHeight": 0, + "dirtMaxHeight": 256, + "gravelSize": 33, + "gravelCount": 8, + "gravelMinHeight": 0, + "gravelMaxHeight": 256, + "graniteSize": 33, + "graniteCount": 10, + "graniteMinHeight": 0, + "graniteMaxHeight": 80, + "dioriteSize": 33, + "dioriteCount": 10, + "dioriteMinHeight": 0, + "dioriteMaxHeight": 80, + "andesiteSize": 33, + "andesiteCount": 10, + "andesiteMinHeight": 0, + "andesiteMaxHeight": 80, + "coalSize": 17, + "coalCount": 20, + "coalMinHeight": 0, + "coalMaxHeight": 128, + "ironSize": 9, + "ironCount": 20, + "ironMinHeight": 0, + "ironMaxHeight": 64, + "goldSize": 9, + "goldCount": 2, + "goldMinHeight": 0, + "goldMaxHeight": 32, + "redstoneSize": 8, + "redstoneCount": 8, + "redstoneMinHeight": 0, + "redstoneMaxHeight": 16, + "diamondSize": 8, + "diamondCount": 1, + "diamondMinHeight": 0, + "diamondMaxHeight": 16, + "lapisSize": 7, + "lapisCount": 1, + "lapisCenterHeight": 16, + "lapisSpread": 16 +} \ No newline at end of file diff --git a/config/igwmod.cfg b/config/igwmod.cfg new file mode 100644 index 0000000..6c890cc --- /dev/null +++ b/config/igwmod.cfg @@ -0,0 +1,8 @@ +# Configuration file + +general { + B:"Debug mode"=false + B:"Should show tooltip"=false +} + + diff --git a/config/immcraft.cfg b/config/immcraft.cfg new file mode 100644 index 0000000..b45ad45 --- /dev/null +++ b/config/immcraft.cfg @@ -0,0 +1,131 @@ +# Configuration file + +########################################################################################################## +# books +#--------------------------------------------------------------------------------------------------------# +# Book settings. Allowed values for book colors are 'dummybook_red', 'dummybook_green', 'dummybook_blue', 'dummybook_yellow' as well as the small versions of those ('dummybook_small_blue') +########################################################################################################## + +books { + S:"abyssalcraft:necronomicon"=* + S:"actuallyadditions:item_booklet"=dummybook_blue + S:"antiqueatlas:antique_atlas"=dummybook_yellow + S:"antiqueatlas:empty_antique_atlas"=dummybook_yellow + S:"astralsorcery:itemjournal"=dummybook_yellow + S:"betterwithmods:manual"=* + S:"bibliocraft:atlasbook"=dummybook_blue + S:"bloodmagic:experience_tome"=* + S:"bloodmagic:sanguine_book"=dummybook_red + S:"buildcraftlib:guide"=dummybook_yellow + S:"conarm:book"=dummybook_small_blue + S:"cookingforblockheads:recipe_book"=* + S:"cyclicmagic:book_ender"=dummybook_small_green + S:"deepresonance:dr_manual"=dummybook_red + S:"extendedcrafting:guide"=* + S:"geolosys:field_manual"=* + S:"guideapi:bloodmagic-guide"=* + S:"guideapi:cyclicmagic-guide"=* + S:"guideapi:modularrouters-guidebook"=* + S:"immersiveengineering:tool:3"=* + S:"industrialforegoing:book_manual"=dummybook_small_green + S:"minecraft:book"=* + S:"minecraft:enchanted_book"=* + S:"minecraft:writable_book"=* + S:"minecraft:written_book"=* + S:"rftools:rftools_manual"=dummybook_green + S:"rftools:rftools_shape_manual"=dummybook_small_blue + S:"rftoolscontrol:rftoolscontrol_manual"=dummybook_small_green + S:"rustic:book"=dummybook_small_green + S:"tconstruct:book"=dummybook_small_yellow + S:"thebetweenlands:manual_hl"=* + S:"totemic:totempedia"=* + S:"vc:guidebook_main"=* + S:"xnet:xnet_manual"=dummybook_red + S:"yoyos:book"=dummybook_small_blue +} + + +########################################################################################################## +# general +#--------------------------------------------------------------------------------------------------------# +# General settings +########################################################################################################## + +general { + # If true then right clicking a rock on a stick will give a stone axe [default: false] + B:allowMakingStoneAxe=false + + # If true then right clicking a tool on a block will place it. If disabled then only the placement hotkey will work [default: false] + B:allowRightClickPlacement=false + + # The volume for the page turning sound (0.0 is off) + D:basePageTurnVolume=1.0 + + # If true then right clicking a stone axe on two logs will create a workbench. Currently disabled because workbench isn't working properly [default: false] + B:createWorkbench=false + + # Will the furnace get extinguished if it's in the rain [default: false] + B:doesRainExtinguishTheFurnace=false + + # If true then right clicking a flint on a rock will make flint and steel [default: true] + B:flintOnRockMakesFlintAndSteel=false + + # What ignition sources should be consumed [default: [minecraft:fire_charge], [minecraft:torch]] + S:ignitionSourcesConsumeList < + minecraft:fire_charge + minecraft:torch + > + + # Chance that destroying a leaf block will spawn sticks (0 to disable this) [range: 0.0 ~ 1.0, default: 0.1] + S:leavesDropSticksChance=0 + B:lightingFurnaceWithTorch=true + + # If true then lighting a torch this way will consume the torch [default: false] + B:lightingFurnaceWithTorchConsumesTorch=false + + # Maximum render distance for in-world items [range: 1.0 ~ 1.0E9, default: 16.0] + S:maxRenderDistance=16.0 + + # How much damage does a thrown rock do [range: 0.0 ~ 1000000.0, default: 2.0] + S:rockDamage=2.0 + + # Enable recipe for rocks [default: true] + B:rockRecipe=true + + # The chance that right clicking a stick on a rock will start a fire [range: 0.0 ~ 1.0, default: 0.3] + S:rockStickFireChance=0.3 + + # All blocks where rocks can spawn on [default: [minecraft:dirt], [minecraft:stone], [minecraft:grass], [minecraft:mycelium]] + S:validBlocksForRocks < + minecraft:dirt + minecraft:stone + minecraft:grass + minecraft:mycelium + minecraft:gravel + minecraft:sand + minecraft:clay + mekanism:saltblock + > + + # All blocks where sticks can spawn on [default: [minecraft:dirt], [minecraft:grass]] + S:validBlocksForSticks < + minecraft:dirt + minecraft:grass + > + S:validIgnitionSources < + minecraft:fire_charge + minecraft:torch + minecraft:flint_and_steel + > + + # Enable worldgen for rocks and sticks [default: true] + B:worldgen=true + + # Maximum amount of attempts to spawn rocks in a chunk [range: 0 ~ 100, default: 10] + I:worldgenRockAttemptsPerChunk=10 + + # Maximum amount of attempts to spawn sticks in a chunk [range: 0 ~ 100, default: 30] + I:worldgenStickAttemptsPerChunk=30 +} + + diff --git a/config/immersiveengineering.cfg b/config/immersiveengineering.cfg new file mode 100644 index 0000000..4a90bcc --- /dev/null +++ b/config/immersiveengineering.cfg @@ -0,0 +1,728 @@ +# 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=false + + # 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 + B:fancyItemAnimations=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=false + + # 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=false + + # The RGB colourate of the wires. + I:wireColouration < + 11758655 + 15573061 + 7303023 + 9862765 + 7303023 + 16723759 + > + 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=false + B:attaineddrops=false + B:attaineddrops2=false + B:baubles=true + B:betterwithmods=true + B:bloodmagic=false + B:botania=false + B:chisel=true + B:chiselsandbits=true + B:cofhcore=false + B:crafttweaker=true + B:denseores=false + B:enderio=false + B:extrautils2=false + B:forestry=false + B:foundry=false + B:harvestcraft=false + B:ic2=false + B:inspirations=false + B:mysticalagriculture=true + B:opencomputers=true + B:railcraft=false + B:tconstruct=true + B:thaumcraft=false + B:theoneprobe=false + B:thermalfoundation=false + 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=512000 + + # Set this to false to disable the Arc Furnace's recycling of armors and tools + B:arcfurnace_recycle=false + + # 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 + D:belljar_fertilizer_mod=1.0 + + # 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.1 + + # 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=32000 + + # 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=0.67 + + # 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 + 0 + 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=true + + # 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.6 + + # 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/immersivepetroleum.cfg b/config/immersivepetroleum.cfg new file mode 100644 index 0000000..cd0a9e3 --- /dev/null +++ b/config/immersivepetroleum.cfg @@ -0,0 +1,65 @@ +# Configuration file + +general { + # Display chunk border while holding Core Samples, default=true + B:sample_displayBorder=true + + extraction { + # Number of ticks between checking for pipes below pumpjack if required, default=100 (5 secs) + I:pipe_check_ticks=100 + + # The Flux the Pumpjack requires each tick to pump, default=1024 + I:pumpjack_consumption=1024 + + # The amount of mB of oil a Pumpjack extracts per tick, default=15 + I:pumpjack_speed=15 + + # Require a pumpjack to have pipes built down to Bedrock, default=false + B:req_pipes=false + + # The chance that a chunk contains a fluid reservoir, default=0.5 + D:reservoir_chance=0.5 + + # List of reservoir types. Format: name, fluid_name, min_mb_fluid, max_mb_fluid, mb_per_tick_replenish, weight, [dim_blacklist], [dim_whitelist], [biome_dict_blacklist], [biome_dict_whitelist] + S:reservoirs < + > + } + + refining { + # A modifier to apply to the energy costs of every Distillation Tower recipe, default=1 + D:distillationTower_energyModifier=1.0 + + # A modifier to apply to the time of every Distillation recipe. Can't be lower than 1, default=1 + D:distillationTower_timeModifier=1.5 + + # Distillation Tower byproducts. Need one for each recipe. Multiple solid outputs for a single recipe can be separated by semicolons. Format: item_name, stack_size, metadata, percent_chance + S:towerByproduct < + > + + # Distillation Tower recipes. Format: power_cost, input_name, input_mb -> output1_name, output1_mb, output2_name, output2_mb + S:towerRecipes < + > + } + + generation { + # List of Portable Generator fuels. Format: fluid_name, mb_used_per_tick, flux_produced_per_tick + S:fuels < + > + } + + misc { + # Automatically unlock IP recipes for new players, default=true + B:autounlock_recipes=true + + # List of Motorboat fuels. Format: fluid_name, mb_used_per_tick + S:boat_fuels < + gasoline, 1 + > + } + + tools { + } + +} + + diff --git a/config/immersivetech.cfg b/config/immersivetech.cfg new file mode 100644 index 0000000..93c5417 --- /dev/null +++ b/config/immersivetech.cfg @@ -0,0 +1,54 @@ +# Configuration file + +general { + + machines { + # A modifier to apply to the Flux production of the Alternator ((speed*torque) / modifier) + I:alternator_RfModifier=800 + + # The max of Flux that the Alternator can output per each energy device connected + I:alternator_RfPerTick=4096 + + # The max of Flux that the Alternator can store + I:alternator_energyStorage=1200000 + I:alternator_kWattPerRf=2 + + # A modifier to apply to the burn time of fuel into the Boiler: (1000 / fuelBurnTime) * (4 * boiler_burnTimeModifier) mb/t {fuelBurnTime [biodiesel = 125], [fuel = 375], [diesel = 175]} + I:boiler_burnTimeModifier=4 + + # A modifier to apply to the time of every Boiler recipe + I:boiler_timeModifier=1 + + # The Flux per tick the Coke Oven Preheater will consume to speed up the Coke Oven Advanced + I:cokeOvenPreheater_consumption=32 + + # A modifier to apply to the energy costs of every Distiller recipe + I:distiller_energyModifier=1 + + # A modifier to apply to the time of every Distiller recipe + I:distiller_timeModifier=1 + + # The max distance between the Solar Tower and the Solar Reflectors + I:solarTower_maxRange=10 + + # The minimun distance between the Solar Tower and the Solar Reflectors + I:solarTower_minRange=1 + I:solarTower_range=10 + + # A modifier to apply to the time of every Solar Tower recipe + I:solarTower_timeModifier=1 + + # A modifier to apply to the burn time of steam into the SteamTurbine: ((1000 / steamBurnTime) / 2) * steamTurbine_burnTimeModifier mb/t [steamBurnTime = 50] + I:steamTurbine_burnTimeModifier=5 + + # The max speed that the Steam Turbine can produce + I:steamTurbine_maxSpeed=6144 + + # The max torque that the Steam Turbine can produce + I:steamTurbine_maxTorque=8192 + I:steamTurbine_output=12288 + } + +} + + diff --git a/config/improvedbackpacks.cfg b/config/improvedbackpacks.cfg new file mode 100644 index 0000000..6d72b40 --- /dev/null +++ b/config/improvedbackpacks.cfg @@ -0,0 +1,43 @@ +# Configuration file + +backpacks { + # List of items that player will be unable to put in a backpack [default: [improvedbackpacks:ender_backpack], [ironbackpacks:backpack], [compactstorage:backpack], [quantumstorage:quantum_bag], [thebetweenlands:lurker_skin_pouch]] + S:blacklisted_items < + compactstorage:backpack + improvedbackpacks:ender_backpack + ironbackpacks:backpack + quantumstorage:quantum_bag + thebetweenlands:lurker_skin_pouch + > + + # List of ore dictionary names that player will be unable to put in a backpack [default: [backpack]] + S:blacklisted_ore_dict_names < + backpack + > + + # Is it possible to dye backpacks [default: true] + B:can_dye=true + + # Is it possible to place backpacks to ground [default: true] + B:can_place=true + + # Is Ender Backpack enabled [default: true] + B:ender_backpack_enabled=false + + # Do Ender Backpacks have durability [default: true] + B:ender_backpack_has_durability=true + + # Whether to render 3d backpacks in gui [default: false] + B:gui_3d_backpacks=false + + # The max tier possible to upgrade backpack. Set to 0 to disable upgrades. [range: 0 ~ 5, default: 5] + I:max_tier=5 + + # Starting with this tier backpacks will be kept on death. Set to -1 to disable keep backpacks after death. [range: -1 ~ 5, default: -1] + I:min_keep_on_death_tier=-1 + + # Whether to render wearing backpacks [default: true] + B:render_wearing_backpacks=true +} + + diff --git a/config/incontrol/experience.json b/config/incontrol/experience.json new file mode 100644 index 0000000..0637a08 --- /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 0000000..42cd453 --- /dev/null +++ b/config/incontrol/loot.json @@ -0,0 +1,1029 @@ +[ + { + "mob": "Skeleton", + "remove": "minecraft:arrow" + }, + { + "mob": "Skeleton", + "remove": "minecraft:bow" + }, + { + "mob": "Zombie", + "remove": "minecraft:iron_ingot" + }, + { + "mob": "Zombie", + "remove": "minecraft:leather_helmet" + }, + { + "mob": "Zombie", + "remove": "minecraft:leather_chestplate" + }, + { + "mob": "Zombie", + "remove": "minecraft:leather_leggings" + }, + { + "mob": "Zombie", + "remove": "minecraft:leather_boots" + }, + { + "mob": "Zombie", + "remove": "minecraft:iron_helmet" + }, + { + "mob": "Zombie", + "remove": "minecraft:iron_chestplate" + }, + { + "mob": "Zombie", + "remove": "minecraft:iron_leggings" + }, + { + "mob": "Zombie", + "remove": "minecraft:iron_boots" + }, + { + "mob": "Zombie", + "remove": "minecraft:golden_helmet" + }, + { + "mob": "Zombie", + "remove": "minecraft:golden_chestplate" + }, + { + "mob": "Zombie", + "remove": "minecraft:golden_leggings" + }, + { + "mob": "Zombie", + "remove": "minecraft:golden_boots" + }, + { + "mob": "Zombie", + "remove": "minecraft:chainmail_helmet" + }, + { + "mob": "Zombie", + "remove": "minecraft:chainmail_chestplate" + }, + { + "mob": "Zombie", + "remove": "minecraft:chainmail_leggings" + }, + { + "mob": "Zombie", + "remove": "minecraft:chainmail_boots" + }, + { + "mob": "Zombie", + "remove": "minecraft:diamond_helmet" + }, + { + "mob": "Zombie", + "remove": "minecraft:diamond_chestplate" + }, + { + "mob": "Zombie", + "remove": "minecraft:diamond_leggings" + }, + { + "mob": "Zombie", + "remove": "minecraft:diamond_boots" + }, + { + "mob": "Witch", + "remove": "minecraft:glass_bottle" + }, + { + "mob": "Witch", + "remove": "minecraft:potion" + }, + { + "mob": "Witch", + "item": "quark:witch_hat", + "random": 0.5 + }, + { + "mob": "Enderman", + "remove": "minecraft:ender_pearl" + }, + { + "mob": "Enderman", + "item": "appliedenergistics2:material@46", + "itemcount": "0-1/0-2/1-3" + }, + { + "mob": "primal:shark_hammerhead", + "remove": "primal:shark_fin" + }, + { + "mob": "emberroot:enderminy", + "remove": "minecraft:ender_eye" + }, + { + "mob": "emberroot:enderminy", + "item": "appliedenergistics2:material@46", + "random": 1.15, + "itemcount": "0-1/0-2/1-3" + }, + { + "mob": "totemic:buffalo", + "item": "totemic:buffalo_items@1", + "random": 0.5 + }, + { + "mob": "totemic:buffalo", + "item": "totemic:buffalo_items@1", + "random": 0.25 + }, + { + "mob": "totemic:buffalo", + "item": "totemic:buffalo_items@1", + "random": 0.1 + }, + { + "mob": "totemic:buffalo", + "remove": "primal:pelt_cow" + }, + { + "mob": "primal:canis_campestris", + "item": "primal:pelt_wolf", + "random": 0.25 + }, + { + "mob": "emberroot:dire_wolf", + "item": "primal:pelt_wolf", + "random": 0.5 + }, + { + "mob": "emberroot:dire_wolf", + "item": "primal:wolf_head_item", + "random": 0.25 + }, + { + "mob": "playerskins:playermob", + "item": "minecraft:rotten_flesh", + "random": 0.9 + }, + { + "mob": "playerskins:playermob", + "item": "minecraft:bone", + "random": 0.5 + }, + { + "mob": "playerskins:playermob", + "item": "death_compass:death_compass", + "random": 0.2 + }, + { + "mob": "minecraft:zombie_villager", + "remove": "minecraft:iron_ingot" + }, + { + "mob": "minecraft:zombie_villager", + "remove": "minecraft:leather_helmet" + }, + { + "mob": "minecraft:zombie_villager", + "remove": "minecraft:leather_chestplate" + }, + { + "mob": "minecraft:zombie_villager", + "remove": "minecraft:leather_leggings" + }, + { + "mob": "minecraft:zombie_villager", + "remove": "minecraft:leather_boots" + }, + { + "mob": "minecraft:zombie_villager", + "remove": "minecraft:iron_helmet" + }, + { + "mob": "minecraft:zombie_villager", + "remove": "minecraft:iron_chestplate" + }, + { + "mob": "minecraft:zombie_villager", + "remove": "minecraft:iron_leggings" + }, + { + "mob": "minecraft:zombie_villager", + "remove": "minecraft:iron_boots" + }, + { + "mob": "minecraft:zombie_villager", + "remove": "minecraft:golden_helmet" + }, + { + "mob": "minecraft:zombie_villager", + "remove": "minecraft:golden_chestplate" + }, + { + "mob": "minecraft:zombie_villager", + "remove": "minecraft:golden_leggings" + }, + { + "mob": "minecraft:zombie_villager", + "remove": "minecraft:golden_boots" + }, + { + "mob": "minecraft:zombie_villager", + "remove": "minecraft:chainmail_helmet" + }, + { + "mob": "minecraft:zombie_villager", + "remove": "minecraft:chainmail_chestplate" + }, + { + "mob": "minecraft:zombie_villager", + "remove": "minecraft:chainmail_leggings" + }, + { + "mob": "minecraft:zombie_villager", + "remove": "minecraft:chainmail_boots" + }, + { + "mob": "minecraft:zombie_villager", + "remove": "minecraft:diamond_helmet" + }, + { + "mob": "minecraft:zombie_villager", + "remove": "minecraft:diamond_chestplate" + }, + { + "mob": "minecraft:zombie_villager", + "remove": "minecraft:diamond_leggings" + }, + { + "mob": "minecraft:zombie_villager", + "remove": "minecraft:diamond_boots" + }, + { + "mob": "minecraft:vindication_illager", + "remove": "minecraft:emerald" + }, + { + "mob": "minecraft:zombie_pigman", + "remove": "minecraft:gold_ingot" + }, + { + "mob": "minecraft:zombie_pigman", + "remove": "minecraft:gold_nugget" + }, + { + "mob": "minecraft:zombie_pigman", + "remove": "minecraft:golden_sword" + }, + { + "mob": "minecraft:evocation_illager", + "remove": "minecraft:emerald" + }, + { + "mob": "Husk", + "remove": "minecraft:iron_ingot" + }, + { + "mob": "Stray", + "remove": "minecraft:arrow" + }, + { + "mob": "Stray", + "remove": "minecraft:tipped_arrow" + }, + { + "mob": "magma_monsters:magma_monster", + "remove": "minecraft:magma_cream" + }, + { + "mob": "magma_monsters:magma_monster", + "remove": "minecraft:blaze_powder" + }, + { + "mob": "magma_monsters:magma_monster", + "remove": "minecraft:obsidian" + }, + { + "mob": "magma_monsters:magma_monster_grunt", + "remove": "minecraft:magma_cream" + }, + { + "mob": "magma_monsters:magma_monster", + "item": "minecraft:coal@1", + "random": 0.45 + }, + { + "mob": "magma_monsters:magma_monster", + "item": "minecraft:coal@1", + "random": 0.15 + }, + { + "mob": "magma_monsters:magma_monster_grunt", + "item": "minecraft:coal@1", + "random": 0.45 + }, + { + "mob": "magma_monsters:magma_monster_grunt", + "item": "minecraft:coal@1", + "random": 0.15 + }, + { + "mob": "emberroot:rainbow_golem", + "remove": "minecraft:coal@1" + }, + { + "mob": "emberroot:rainbow_golem", + "remove": "minecraft:fire_charge" + }, + { + "mob": "emberroot:rainbow_golem", + "remove": "minecraft:iron_nugget" + }, + { + "mob": "emberroot:rainbow_golem", + "remove": "minecraft:redstone" + }, + { + "mob": "emberroot:rainbow_golem", + "remove": "minecraft:spider_eye" + }, + { + "mob": "emberroot:witherwitch", + "remove": "minecraft:glass_bottle" + }, + { + "mob": "emberroot:witherwitch", + "remove": "minecraft:potion" + }, + { + "mob": "emberroot:witherwitch", + "item": "quark:witch_hat", + "random": 0.5 + }, + { + "mob": "totemic:baykok", + "remove": "minecraft:skull@1" + }, + { + "mob": "totemic:baykok", + "remove": "minecraft:arrow" + }, + { + "mob": "totemic:baykok", + "item": "simplyarrows:arrow_bone", + "random": 0.5 + }, + { + "mob": "totemic:baykok", + "item": "simplyarrows:arrow_bone", + "random": 1.0 + }, + { + "mob": "totemic:baykok", + "item": "simplyarrows:arrow_bone", + "random": 1.0 + }, + { + "mob": "totemic:baykok", + "item": "simplyarrows:arrow_bone", + "random": 1.0 + }, + { + "mob": "totemic:baykok", + "item": "simplyarrows:arrow_bone", + "random": 1.0 + }, + { + "mob": "totemic:baykok", + "item": "simplyarrows:arrow_bone", + "random": 1.0 + }, + { + "mob": "totemic:baykok", + "item": "simplyarrows:arrow_bone", + "random": 1.0 + }, + { + "mob": "totemic:baykok", + "item": "simplyarrows:arrow_bone", + "random": 1.0 + }, + { + "mob": "totemic:baykok", + "item": "simplyarrows:arrow_bone", + "random": 1.0 + }, + { + "mob": "totemic:baykok", + "item": "simplyarrows:arrow_bone", + "random": 0.75 + }, + { + "mob": "totemic:baykok", + "item": "simplyarrows:arrow_bone", + "random": 0.75 + }, + { + "mob": "totemic:baykok", + "item": "simplyarrows:arrow_bone", + "random": 0.75 + }, + { + "mob": "totemic:baykok", + "item": "simplyarrows:arrow_bone", + "random": 0.75 + }, + { + "mob": "totemic:baykok", + "item": "simplyarrows:arrow_bone", + "random": 0.5 + }, + { + "mob": "totemic:baykok", + "item": "simplyarrows:arrow_bone", + "random": 0.4 + }, + { + "mob": "totemic:baykok", + "item": "simplyarrows:arrow_bone", + "random": 0.25 + }, + { + "mob": "totemic:baykok", + "item": "simplyarrows:arrow_flint", + "random": 1.0 + }, + { + "mob": "totemic:baykok", + "item": "simplyarrows:arrow_flint", + "random": 1.0 + }, + { + "mob": "Bat", + "remove": "actuallyadditions:item_misc@15" + }, + { + "mob": "WitherSkeleton", + "remove": "quark:black_ash" + }, + { + "mob": "Zombie", + "item": "minecraft:bone", + "random": 0.4 + }, + { + "mob": "totemic:buffalo", + "item": "minecraft:bone", + "random": 0.4 + }, + { + "mob": "emberroot:rootsonespriteling", + "remove": "minecraft:glowstone_dust" + }, + { + "mob": "fat_cat:fat_cat", + "item": "minecraft:rotten_flesh", + "random": 0.75 + }, + { + "mob": "fat_cat:fat_cat", + "item": "minecraft:clock", + "random": 0.1 + }, + { + "mob": "fat_cat:fat_cat", + "item": "minecraft:bone", + "random": 0.65 + }, + { + "mob": "fat_cat:fat_cat", + "item": "bibliocraft:biblioglasses@2", + "random": 0.1 + }, + { + "mob": "Blaze", + "item": "minecraft:blaze_powder", + "itemcount": "0-1/0-2/1-3" + }, + { + "mob": "nex:spinout", + "item": "teslacorelib:gear_stone", + "random": 0.33 + }, + { + "mob": "nex:spinout", + "item": "contenttweaker:material_part", + "random": 0.015 + }, + { + "mob": "nex:spinout", + "remove": "minecraft:quartz" + }, + { + "mob": "twilightforest:skeleton_druid", + "item": "twilightforest:transformation_powder", + "random": 0.25 + }, + { + "mob": "minecraft:polar_bear", + "item": "animalium:bear_claw", + "random": 1.0 + }, + { + "mob": "minecraft:polar_bear", + "item": "animalium:bear_claw", + "random": 0.35 + }, + { + "mob": "primal:bear_brown", + "item": "animalium:bear_claw", + "random": 1.0 + }, + { + "mob": "primal:bear_brown", + "item": "animalium:bear_claw", + "random": 0.35 + }, + { + "mob": "primal:bear_black", + "item": "animalium:bear_claw", + "random": 1.0 + }, + { + "mob": "primal:bear_black", + "item": "animalium:bear_claw", + "random": 0.35 + }, + { + "mob": "twilightforest:bighorn_sheep", + "item": "twilightforest:transformation_powder", + "random": 0.05 + }, + { + "mob": "abyssalcraft:lessershoggoth", + "item": [ + "abyssalcraft:shoggothflesh", + "abyssalcraft:shoggothflesh", + "abyssalcraft:shoggothflesh" + ], + "random": 1.0 + }, + { + "mob": "abyssalcraft:shadowcreature", + "item": "abyssalcraft:shadowfragment", + "random": 1.0 + }, + { + "mob": "abyssalcraft:shadowcreature", + "item": "abyssalcraft:shadowgem", + "random": 0.02 + }, + { + "mob": "abyssalcraft:shadowmonster", + "item": "abyssalcraft:shadowshard", + "random": 1.0 + }, + { + "mob": "abyssalcraft:shadowmonster", + "item": "abyssalcraft:shadowgem", + "random": 0.05 + }, + { + "mob": "abyssalcraft:shadowbeast", + "item": "abyssalcraft:shadowgem", + "random": 1.0 + }, + { + "mob": "natura:imp", + "remove": "natura:materials@6" + }, + { + "mob": "twilightforest:hydra", + "item": [ + "twilightforest:fiery_blood", + "twilightforest:fiery_blood", + "twilightforest:fiery_blood", + "twilightforest:fiery_blood", + "twilightforest:fiery_blood", + "twilightforest:fiery_blood", + "twilightforest:fiery_blood", + "twilightforest:fiery_blood", + "twilightforest:fiery_blood" + ], + "random": 1.0 + }, + { + "mob": "thebetweenlands:mire_snail", + "item": "thebetweenlands:rotten_food", + "random": 0.35 + }, + { + "mob": "thebetweenlands:lurker", + "item": "thebetweenlands:rotten_food", + "random": 0.35 + }, + { + "mob": "thebetweenlands:gecko", + "item": "thebetweenlands:rotten_food", + "random": 0.35 + }, + { + "mob": "thebetweenlands:toad", + "item": "thebetweenlands:rotten_food", + "random": 0.35 + }, + { + "mob": "thebetweenlands:blind_cave_fish", + "item": "thebetweenlands:rotten_food", + "random": 0.35 + }, + { + "mob": "thebetweenlands:chiromaw", + "item": "thebetweenlands:rotten_food", + "random": 0.35 + }, + { + "mob": "thebetweenlands:frog", + "item": "thebetweenlands:rotten_food", + "random": 0.35 + }, + { + "mob": "thebetweenlands:gas_cloud", + "item": "thebetweenlands:rotten_food", + "random": 0.35 + }, + { + "mob": "thebetweenlands:silt_crab", + "item": "thebetweenlands:rotten_food", + "random": 0.35 + }, + { + "mob": "thebetweenlands:pyrad", + "item": "thebetweenlands:rotten_food", + "random": 0.35 + }, + { + "mob": "thebetweenlands:peat_mummy", + "item": "thebetweenlands:rotten_food", + "random": 0.35 + }, + { + "mob": "thebetweenlands:smoll_sludge", + "item": "thebetweenlands:rotten_food", + "random": 0.35 + }, + { + "mob": "thebetweenlands:angler", + "item": "thebetweenlands:rotten_food", + "random": 0.35 + }, + { + "mob": "thebetweenlands:swamp_hag", + "item": "thebetweenlands:rotten_food", + "random": 0.35 + }, + { + "mob": "thebetweenlands:sludge", + "item": "thebetweenlands:rotten_food", + "random": 0.35 + }, + { + "mob": "thebetweenlands:wight", + "item": "thebetweenlands:rotten_food", + "random": 0.35 + }, + { + "mob": "thebetweenlands:sporeling", + "item": "thebetweenlands:rotten_food", + "random": 0.35 + }, + { + "mob": "thebetweenlands:leech", + "item": "thebetweenlands:rotten_food", + "random": 0.35 + }, + { + "mob": "thebetweenlands:dragonfly", + "item": "thebetweenlands:rotten_food", + "random": 0.35 + }, + { + "mob": "thebetweenlands:blood_snail", + "item": "thebetweenlands:rotten_food", + "random": 0.35 + }, + { + "mob": "thebetweenlands:leech", + "item": "thebetweenlands:rotten_food", + "random": 0.35 + }, + { + "mob": "Cow", + "item": "minecraft:bone", + "random": 0.25 + }, + { + "mob": "Sheep", + "item": "minecraft:bone", + "random": 0.25 + }, + { + "mob": "Chicken", + "item": "minecraft:bone", + "random": 0.25 + }, + { + "mob": "Pig", + "item": "minecraft:bone", + "random": 0.25 + }, + { + "mob": "Horse", + "item": "minecraft:bone", + "random": 0.25 + }, + { + "mob": "Llama", + "item": "minecraft:bone", + "random": 0.25 + }, + { + "mob": "polar_bear", + "item": "minecraft:bone", + "random": 0.25 + }, + { + "mob": "primal:bear_brown", + "item": "minecraft:bone", + "random": 0.25 + }, + { + "mob": "primal:bear_black", + "item": "minecraft:bone", + "random": 0.25 + }, + { + "mob": "animalium:bear", + "item": "minecraft:bone", + "random": 0.25 + }, + { + "mob": "animalium:wild_dog", + "item": "minecraft:bone", + "random": 0.25 + }, + { + "mob": "animalium:wild_dog", + "item": "animalium:wild_dog_pelt", + "random": 0.5 + }, + { + "mob": "animalium:wild_dog", + "item": "animalium:wild_dog_pelt", + "random": 0.5, + "itemcount": "1/0/0" + }, + { + "mob": "animalium:wild_dog", + "item": "animalium:wild_dog_pelt", + "random": 0.6, + "itemcount": "0/1/0" + }, + { + "mob": "animalium:wild_dog", + "item": "animalium:wild_dog_pelt", + "random": 0.65, + "itemcount": "0/0/2" + }, + { + "mob": "animalium:rat", + "remove": "animalium:rat_meat" + }, + { + "mob": "animalium:rat", + "item": "animalium:rat_meat", + "random": 0.35 + }, + { + "mob": "animalium:rat", + "item": "minecraft:bone", + "random": 0.25 + }, + { + "mob": "twilightforest:hostile_wolf", + "item": "minecraft:bone", + "random": 0.25 + }, + { + "mob": "twilightforest:mist_wolf", + "item": "minecraft:bone", + "random": 0.25 + }, + { + "mob": "twilightforest:winter_wolf", + "item": "minecraft:bone", + "random": 0.25 + }, + { + "mob": "emberroot:dire_wolf", + "item": "minecraft:bone", + "random": 0.25 + }, + { + "mob": "animalium:rat", + "remove": "primal:wolf_meat_raw" + }, + { + "mob": "emberroot:dire_wolf", + "item": "primal:wolf_meat_raw", + "random": 0.5 + }, + { + "mob": "emberroot:timberwolf", + "item": "minecraft:bone", + "random": 0.25 + }, + { + "mob": "primal:canis_campestris", + "item": "minecraft:bone", + "random": 0.25 + }, + { + "mob": "thebetweenlands:wight", + "item": "thebetweenlands:ring_of_flight", + "random": 0.01, + "itemcount": "1/0/0" + }, + { + "mob": "thebetweenlands:wight", + "item": "thebetweenlands:ring_of_flight", + "random": 0.02, + "itemcount": "0/1/0" + }, + { + "mob": "thebetweenlands:wight", + "item": "thebetweenlands:ring_of_flight", + "random": 0.03, + "itemcount": "0/0/1" + }, + { + "mob": "thebetweenlands:peat_mummy", + "item": "thebetweenlands:ring_of_flight", + "random": 0.03, + "itemcount": "1/0/0" + }, + { + "mob": "thebetweenlands:peat_mummy", + "item": "thebetweenlands:ring_of_flight", + "random": 0.05, + "itemcount": "0/1/0" + }, + { + "mob": "thebetweenlands:peat_mummy", + "item": "thebetweenlands:ring_of_flight", + "random": 0.07, + "itemcount": "0/0/1" + }, + { + "mob": "thebetweenlands:dreadful_mummy", + "item": "thebetweenlands:ring_of_flight", + "random": 1.0 + }, + { + "mob": "thebetweenlands:fortress_boss", + "item": "thebetweenlands:ring_of_flight", + "random": 1.0 + }, + { + "mob": "thebetweenlands:gas_cloud", + "item": "thebetweenlands:ring_of_flight", + "random": 0.03, + "itemcount": "1/0/0" + }, + { + "mob": "thebetweenlands:gas_cloud", + "item": "thebetweenlands:ring_of_flight", + "random": 0.05, + "itemcount": "0/1/0" + }, + { + "mob": "thebetweenlands:gas_cloud", + "item": "thebetweenlands:ring_of_flight", + "random": 0.07, + "itemcount": "0/0/1" + }, + { + "mob": "thebetweenlands:tar_beast", + "item": "thebetweenlands:ring_of_flight", + "random": 0.01, + "itemcount": "1/0/0" + }, + { + "mob": "thebetweenlands:tar_beast", + "item": "thebetweenlands:ring_of_flight", + "random": 0.02, + "itemcount": "0/1/0" + }, + { + "mob": "thebetweenlands:tar_beast", + "item": "thebetweenlands:ring_of_flight", + "random": 0.03, + "itemcount": "0/0/1" + }, + { + "mob": "thebetweenlands:pyrad", + "item": "thebetweenlands:ring_of_flight", + "random": 0.01, + "itemcount": "1/0/0" + }, + { + "mob": "thebetweenlands:pyrad", + "item": "thebetweenlands:ring_of_flight", + "random": 0.02, + "itemcount": "0/1/0" + }, + { + "mob": "thebetweenlands:pyrad", + "item": "thebetweenlands:ring_of_flight", + "random": 0.03, + "itemcount": "0/0/1" + }, + { + "mob": "twilightforest:kobold", + "item": "minecraft:prismarine_shard", + "random": 0.2, + "itemcount": "0-1/0-2/1-3" + }, + { + "mob": "twilightforest:goblin_knight_lower", + "item": "minecraft:prismarine_shard", + "random": 0.2, + "itemcount": "0-1/0-2/1-3" + }, + { + "mob": "twilightforest:slime_beetle", + "item": "minecraft:prismarine_shard", + "random": 0.2, + "itemcount": "0-1/0-2/1-3" + }, + { + "mob": "twilightforest:helmet_crab", + "item": "minecraft:prismarine_shard", + "random": 0.2, + "itemcount": "0-1/0-2/1-3" + }, + { + "mob": "playerbosses:player_boss", + "item": "minecraft:nether_star", + "random": 0.75, + "itemcount": "2-3/0/0" + }, + { + "mob": "playerbosses:player_boss", + "item": "minecraft:nether_star", + "random": 0.85, + "itemcount": "0/4-5/0" + }, + { + "mob": "playerbosses:player_boss", + "item": "minecraft:nether_star", + "random": 0.95, + "itemcount": "0/0/7-9" + }, + { + "mob": "playerbosses:player_boss", + "item": "animalium:dog_boots", + "random": 1.0, + "nbt": { + "ench": [ + { + "lvl": 32767, + "id": 34 + }, + { + "lvl": 4, + "id": 0 + }, + { + "lvl": 3, + "id": 23 + }, + { + "lvl": 1, + "id": 7 + } + ] + } + }, + { + "mob": "playerbosses:player_boss", + "item": "stevescarts:cartmodule@61", + "random": 1.0 + }, + { + "mob": "playerbosses:player_boss", + "item": "contenttweaker:the_oj", + "random": 1.0 + } +] diff --git a/config/incontrol/main.cfg b/config/incontrol/main.cfg new file mode 100644 index 0000000..4f42ccd --- /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 0000000..1dac291 --- /dev/null +++ b/config/incontrol/potentialspawn.json @@ -0,0 +1,105 @@ +[ + { + "dimension": 0, + "block": ["minecraft:grass", "minecraft:sand", "minecraft:sand@1"], + "biome": ["Desert", "Savanna", "Forest", "Beach", "Red Desert"], + "mobs": [ + { + "mob": "Horse", + "weight": 1, + "groupcountmin": 2, + "groupcountmax": 6 + } + ] + }, + { + "dimension": 0, + "block": ["minecraft:water"], + "mobs": [ + { + "mob": "Squid", + "weight": 1, + "groupcountmin": 2, + "groupcountmax": 6 + } + ] + }, + { + "dimension": 0, + "block": ["minecraft:grass", "minecraft:sand", "minecraft:sand@1"], + "biome": [ + "Jungle", + "Swamp", + "Savanna", + "abyssalcraft:coralium_infested_swamp" + ], + "mobs": [ + { + "mob": "Parrot", + "weight": 1, + "groupcountmin": 1, + "groupcountmax": 2 + } + ] + }, + { + "dimension": 0, + "block": "minecraft:water", + "mobs": [ + { + "mob": "primal:shark_hammerhead", + "weight": 100, + "groupcountmin": 1, + "groupcountmax": 1 + } + ] + }, + { + "dimension": 0, + "block": "minecraft:water", + "mobs": [ + { + "mob": "jaff:cod", + "weight": 800, + "groupcountmin": 1, + "groupcountmax": 3 + } + ] + }, + { + "dimension": 0, + "block": "minecraft:water", + "mobs": [ + { + "mob": "jaff:clownfish", + "weight": 240, + "groupcountmin": 1, + "groupcountmax": 3 + } + ] + }, + { + "dimension": 0, + "block": "minecraft:water", + "mobs": [ + { + "mob": "jaff:pufferfish", + "weight": 160, + "groupcountmin": 1, + "groupcountmax": 3 + } + ] + }, + { + "dimension": 0, + "block": "minecraft:water", + "mobs": [ + { + "mob": "jaff:salmon", + "weight": 800, + "groupcountmin": 1, + "groupcountmax": 3 + } + ] + } +] diff --git a/config/incontrol/spawn.json b/config/incontrol/spawn.json new file mode 100644 index 0000000..44a3dca --- /dev/null +++ b/config/incontrol/spawn.json @@ -0,0 +1,328 @@ +[ + { + "mob": "minecraft:horse", + "mincount": { + "amount": 15 + }, + "result": "deny" + }, + { + "mob": "minecraft:squid", + "mincount": { + "amount": 30 + }, + "result": "deny" + }, + { + "mob": "minecraft:parrot", + "mincount": { + "amount": 15 + }, + "result": "deny" + }, + { + "mob": "trumpetskeleton:trumpet_skeleton", + "dimension": 1, + "result": "deny" + }, + { + "mob": [ + "abyssalcraft:abygolem", + "abyssalcraft:abyssalzombie", + "abyssalcraft:antiabyssalzombie", + "abyssalcraft:antibat", + "abyssalcraft:antichicken", + "abyssalcraft:anticow", + "abyssalcraft:anticreeper", + "abyssalcraft:antighoul", + "abyssalcraft:antipig", + "abyssalcraft:antiplayer", + "abyssalcraft:antiskeleton", + "abyssalcraft:antispider", + "abyssalcraft:antizombie", + "abyssalcraft:chagaroth", + "abyssalcraft:chagarothfist", + "abyssalcraft:chagarothspawn", + "abyssalcraft:coraliumarrow", + "abyssalcraft:coraliumsquid", + "abyssalcraft:demonchicken", + "abyssalcraft:demoncow", + "abyssalcraft:demonpig", + "abyssalcraft:demonsheep", + "abyssalcraft:depthsghoul", + "abyssalcraft:dragonboss", + "abyssalcraft:dragonminion", + "abyssalcraft:dreadgolem", + "abyssalcraft:dreadguard", + "abyssalcraft:dreadling", + "abyssalcraft:dreadslug", + "abyssalcraft:dreadspawn", + "abyssalcraft:evilchicken", + "abyssalcraft:evilcow", + "abyssalcraft:evilpig", + "abyssalcraft:evilsheep", + "abyssalcraft:gatekeeperessence", + "abyssalcraft:greaterdreadspawn", + "abyssalcraft:gskeleton", + "abyssalcraft:inkprojectile", + "abyssalcraft:jzahar", + "abyssalcraft:jzaharminion", + "abyssalcraft:lesserdreadbeast", + "abyssalcraft:lessershoggoth", + "abyssalcraft:omotholghoul", + "abyssalcraft:powerstonetracker", + "abyssalcraft:primedodb", + "abyssalcraft:primedodbcore", + "abyssalcraft:remnant", + "abyssalcraft:shadowbeast", + "abyssalcraft:shadowboss", + "abyssalcraft:shadowcreature", + "abyssalcraft:shadowmonster", + "animalium:bear", + "animalium:bear_tamed", + "animalium:piranha", + "animalium:rat", + "animalium:wild_dog", + "primal:bear_black", + "primal:bear_brown", + "primal:canis_campestris", + "primal:creeper_nether", + "primal:gator", + "primal:ovis_atre", + "primal:rock", + "primal:shark_hammerhead", + "Blaze", + "trumpetskeleton:trumpet_skeleton" + ], + "dimension": 7, + "result": "deny" + }, + { + "mob": "natura:imp", + "mincount": { + "amount": 15 + }, + "result": "deny" + }, + { + "mob": "abyssalcraft:lessershoggoth", + "result": "default", + "onjoin": true, + "nbt": { + "Attributes": [ + { + "Base": 50.0, + "Name": "generic.maxHealth" + } + ], + "Health": 50.0 + } + }, + { + "mob": "abyssalcraft:shadowbeast", + "result": "default", + "onjoin": true, + "nbt": { + "Attributes": [ + { + "Base": 50.0, + "Name": "generic.maxHealth" + } + ], + "Health": 50.0 + } + }, + { + "mob": "abyssalcraft:shadowcreature", + "result": "default", + "onjoin": true, + "nbt": { + "Attributes": [ + { + "Base": 10.0, + "Name": "generic.maxHealth" + } + ], + "Health": 10.0 + } + }, + { + "mob": "abyssalcraft:shadowmonster", + "result": "default", + "onjoin": true, + "nbt": { + "Attributes": [ + { + "Base": 35.0, + "Name": "generic.maxHealth" + } + ], + "Health": 35.0 + } + }, + { + "mob": "primal:canis_campestris", + "result": "default", + "onjoin": true, + "nbt": { + "Attributes": [ + { + "Base": 12.5, + "Name": "generic.maxHealth" + } + ], + "Health": 12.5 + } + }, + { + "mob": "emberroot:dire_wolf", + "minlight": 8, + "result": "deny" + }, + { + "mob": "jaff:cod", + "mincount": { + "amount": 20 + }, + "result": "deny" + }, + { + "mob": "jaff:pufferfish", + "mincount": { + "amount": 4 + }, + "result": "deny" + }, + { + "mob": "jaff:clownfish", + "mincount": { + "amount": 6 + }, + "result": "deny" + }, + { + "mob": "jaff:salmon", + "mincount": { + "amount": 20 + }, + "result": "deny" + }, + { + "mod": "jaff", + "mincount": { + "amount": 100, + "mod": "jaff" + }, + "result": "deny" + }, + { + "mob": "primal:canis_campestris", + "mincount": { + "amount": 15 + }, + "result": "deny" + }, + { + "mob": "minecraft:pig", + "mincount": { + "amount": 100 + }, + "result": "deny" + }, + { + "mob": "minecraft:cow", + "mincount": { + "amount": 100 + }, + "result": "deny" + }, + { + "mob": "minecraft:sheep", + "mincount": { + "amount": 100 + }, + "result": "deny" + }, + { + "mob": "minecraft:chicken", + "mincount": { + "amount": 100 + }, + "result": "deny" + }, + { + "mob": "primal:shark_hammerhead", + "maxcount": 2, + "result": "allow" + }, + { + "mob": "primal:shark_hammerhead", + "mincount": { + "amount": 4 + }, + "result": "deny" + }, + { + "mob": "magma_monsters:magma_monster", + "mincount": { + "amount": 12 + }, + "result": "deny" + }, + { + "mob": "magma_monsters:magma_monster_grunt", + "mincount": { + "amount": 12 + }, + "result": "deny" + }, + { + "mob": "primal:ovis_atre", + "mincount": { + "amount": 40 + }, + "result": "deny" + }, + { + "mob": "nex:salamander", + "mincount": { + "amount": 20 + }, + "result": "deny" + }, + { + "mob": "nex:wight", + "mincount": { + "amount": 15 + }, + "result": "deny" + }, + { + "mob": "nex:spore_creeper", + "mincount": { + "amount": 15 + }, + "result": "deny" + }, + { + "mob": "nex:spinout", + "mincount": { + "amount": 15 + }, + "result": "deny" + }, + { + "mob": "nex:mogus", + "mincount": { + "amount": 20 + }, + "result": "deny" + }, + { + "mob": "thebetweenlands:boulder_sprite", + "mincount": { + "amount": 70 + }, + "result": "deny" + } +] diff --git a/config/incontrol/summonaid.json b/config/incontrol/summonaid.json new file mode 100644 index 0000000..0637a08 --- /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 0000000..4033732 --- /dev/null +++ b/config/industrialforegoing.cfg @@ -0,0 +1,1022 @@ +# Configuration file + +client { + B:enableBookEntriesInJEI=true +} + + +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=false + + # Adds recipes using Mekanism Steel Casing [default: true] + B:useMekanismFrames=false + + # Adds recipes using TeslaCoreLib frames [default: true] + B:useOriginalFrames=true + + # Adds recipes using Thermal Expansion frames [default: true] + B:useTEFrames=false + + 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=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: 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 < + > + + # 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=false + + # Machine can perform a work action [default: false] + B:workDisabled=true + } + + latex_processing_unit { + # 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: 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=true + } + + 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=true + I:energyForWork=100000 + I:energyRate=100 + + # 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=false + + # 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=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: 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 + } + + dye_mixer { + # 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: 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=false + + # If true, it will produce AE/RS silicon crushing sand or dust if it exist and 'produceExNihiloDust' is enabled. [default: true] + B:produceSilicon=false + + # 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 + } + + 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 + } + + 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 + } + + 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=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: 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=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: 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=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: 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=false + + # 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 + } + + 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 + } + +} + + diff --git a/config/infoaccessories.cfg b/config/infoaccessories.cfg new file mode 100644 index 0000000..30e5f5a --- /dev/null +++ b/config/infoaccessories.cfg @@ -0,0 +1,8 @@ +# Configuration file + +general { + # When enabled, the information of this mod will be shown only when the F3 menu is closed, rather than only when it is open. If enabled the normal f3 menu will not be edited at all. [default: false] + B:invertF3=true +} + + diff --git a/config/integrateddynamics.cfg b/config/integrateddynamics.cfg new file mode 100644 index 0000000..93a6511 --- /dev/null +++ b/config/integrateddynamics.cfg @@ -0,0 +1,196 @@ +# 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=1 + + # 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 + + # 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=0.9.8 + + # If the version checker should be enabled. + B:general.versionChecker=true +} + + +general { + # The energy usage multiplier for networks. + I:general.energyConsumptionMultiplier=0 + + # The maximum render distance for part overlays to render. The higher, the more resource intensive. + I:general.partOverlayRenderdistance=15 +} + + +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=false + 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=100000 + I:energy_battery.energyPerTick=2000 + + # 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=65536000 + + # The maximum capacity visible in the creative tabs. (Make sure that you do not cross the max int size.) + I:energy_battery.maxCreativeCapacity=4096000 + + # 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/integrateddynamics/_override/dryingbasin_convenience.xml b/config/integrateddynamics/_override/dryingbasin_convenience.xml new file mode 100644 index 0000000..7ef4536 --- /dev/null +++ b/config/integrateddynamics/_override/dryingbasin_convenience.xml @@ -0,0 +1,123 @@ + + + + + convenience + evilcraft + drying_basin + + evilcraftblood + + + evilcraft:hardened_blood + + + 400 + + + + + convenience + drying_basin + + treeSapling + + + minecraft:deadbush + + + 150 + + + + + convenience + drying_basin + + minecraft:clay + + + minecraft:hardened_clay + + + 400 + + + + + convenience + drying_basin + + water + minecraft:dirt + + + minecraft:dirt + + + 100 + + + + + convenience + Mine_factory_reloaded + drying_basin + + mushroomsoup + minecraft:dirt + + + minecraft:dirt + + + 200 + + + + + convenience + drying_basin + + water + minecraft:stained_hardened_clay + + + minecraft:hardened_clay + + + 100 + + + + + convenience + evilcraft + drying_basin + + evilcraftblood + minecraft:sand + + + minecraft:sand + + + 40 + + + + + convenience + drying_basin + + minecraft:sponge + + + minecraft:sponge + + + 200 + + + + \ No newline at end of file diff --git a/config/integrateddynamics/_override/mechanical_dryingbasin_convenience.xml b/config/integrateddynamics/_override/mechanical_dryingbasin_convenience.xml new file mode 100644 index 0000000..1381ff0 --- /dev/null +++ b/config/integrateddynamics/_override/mechanical_dryingbasin_convenience.xml @@ -0,0 +1,151 @@ + + + + + convenience + evilcraft + mechanical_drying_basin + + evilcraftblood + + + evilcraft:hardened_blood + + + 40 + + + + + convenience + mechanical_drying_basin + + treeSapling + + + minecraft:deadbush + + + 15 + + + + + convenience + mechanical_drying_basin + + minecraft:clay + + + minecraft:hardened_clay + + + 40 + + + + + convenience + mechanical_drying_basin + + water + minecraft:dirt + + + minecraft:dirt + + + 10 + + + + + convenience + Mine_factory_reloaded + mechanical_drying_basin + + mushroomsoup + minecraft:dirt + + + minecraft:dirt + + + 20 + + + + + convenience + mechanical_drying_basin + + water + minecraft:stained_hardened_clay + + + minecraft:hardened_clay + + + 10 + + + + + convenience + evilcraft + mechanical_drying_basin + + evilcraftblood + minecraft:sand + + + minecraft:sand + + + 4 + + + + + convenience + mechanical_drying_basin + + minecraft:sponge + + + minecraft:sponge + + + 20 + + + + + convenience + mechanical_drying_basin + + minecraft:magma + + + minecraft:netherrack + + + 10 + + + + + convenience + mechanical_drying_basin + + lava + + + minecraft:magma + + + 100 + + + + \ No newline at end of file diff --git a/config/integrateddynamics/_override/mechanical_squeezer_convenience.xml b/config/integrateddynamics/_override/mechanical_squeezer_convenience.xml new file mode 100644 index 0000000..931f241 --- /dev/null +++ b/config/integrateddynamics/_override/mechanical_squeezer_convenience.xml @@ -0,0 +1,532 @@ + + + + + convenience + mechanical_squeezer + + minecraft:sponge + + + minecraft:sponge + water + + + 15 + + + + + convenience + mechanical_squeezer + + minecraft:snowball + + + water + + + 10 + + + + + convenience + mechanical_squeezer + + minecraft:ice + + + water + + + 20 + + + + + convenience + mechanical_squeezer + + minecraft:snow + + + water + + + 20 + + + + + convenience + mechanical_squeezer + + minecraft:blaze_powder + + + lava + + + 20 + + + + + convenience + mechanical_squeezer + + minecraft:cactus + + + water + minecraft:dye + minecraft:dye + + + 20 + + + + + convenience + minefactoryreloaded + mechanical_squeezer + + minecraft:brown_mushroom + + + mushroomsoup + + + 25 + + + + + convenience + minefactoryreloaded + mechanical_squeezer + + minecraft:red_mushroom + + + mushroomsoup + + + 25 + + + + + convenience + evilcraft + mechanical_squeezer + + evilcraft:dark_ore + + + evilcraft:dark_gem + evilcraft:dark_gem_crushed + + + 20 + + + + + convenience + evilcraft + mechanical_squeezer + + evilcraft:dark_gem + + + evilcraft:dark_gem_crushed + + + 20 + + + + + convenience + evilcraft + mechanical_squeezer + + evilcraft:undead_log + + + evilcraftblood + + + 25 + + + + + convenience + evilcraft + mechanical_squeezer + + evilcraft:undead_leaves + + + evilcraftblood + evilcraft:hardened_blood_shard + + + 25 + + + + + convenience + evilcraftpoison + materialPoisonous + mechanical_squeezer + + materialPoisonous + + + evilcraftpoison + + + 25 + + + + + convenience + forestry + mechanical_squeezer + + forestry:fruits + + + seed.oil + forestry:mulch + + + 20 + + + + + convenience + forestry + mechanical_squeezer + + forestry:fruits + + + seed.oil + forestry:mulch + + + 20 + + + + + convenience + forestry + mechanical_squeezer + + forestry:fruits + + + seed.oil + forestry:mulch + + + 20 + + + + + convenience + forestry + mechanical_squeezer + + minecraft:wheat_seeds + + + seed.oil + + + 20 + + + + + convenience + forestry + mechanical_squeezer + + minecraft:pumpkin_seeds + + + seed.oil + + + 20 + + + + + convenience + forestry + mechanical_squeezer + + minecraft:melon_seeds + + + seed.oil + + + 20 + + + + + convenience + forestry + mechanical_squeezer + + minecraft:beetroot_seeds + + + seed.oil + + + 20 + + + + + convenience + forestry + mechanical_squeezer + + forestry:fruits + + + juice + forestry:mulch + + + 20 + + + + + convenience + forestry + mechanical_squeezer + + forestry:fruits + + + juice + forestry:mulch + + + 20 + + + + + convenience + forestry + mechanical_squeezer + + forestry:fruits + + + juice + forestry:mulch + + + 20 + + + + + convenience + forestry + mechanical_squeezer + + forestry:fruits + + + juice + forestry:mulch + + + 20 + + + + + convenience + forestry + mechanical_squeezer + + forestry:honey_drop + + + for.honey + forestry:propolis + + + 20 + + + + + convenience + forestry + mechanical_squeezer + + minecraft:carrot + + + juice + forestry:mulch + + + 20 + + + + + convenience + forestry + mechanical_squeezer + + minecraft:apple + + + juice + forestry:mulch + + + 20 + + + + + convenience + mechanical_squeezer + dustCoal + + minecraft:coal + + + dustCoal + + + 10 + + + + + convenience + mechanical_squeezer + + minecraft:brick_block + + + minecraft:brick + + + 20 + + + + + convenience + mechanical_squeezer + + blockGlass + + + minecraft:sand + + + 10 + + + + + convenience + mechanical_squeezer + + minecraft:wool + + + minecraft:string + + + 5 + + + + + ores + mechanical_squeezer + + minecraft:reeds + + + minecraft:sugar + minecraft:sugar + + + 40 + + + + + ores + mechanical_squeezer + + minecraft:blaze_rod + + + minecraft:blaze_powder + + + 40 + + + + + ores + mechanical_squeezer + + minecraft:netherrack + + + lava + + + 750 + + + + + ores + mechanical_squeezer + + minecraft:magma_cream + + + lava + + + 100 + + + diff --git a/config/integrateddynamics/_override/mechanical_squeezer_ores.xml b/config/integrateddynamics/_override/mechanical_squeezer_ores.xml new file mode 100644 index 0000000..1c9bad7 --- /dev/null +++ b/config/integrateddynamics/_override/mechanical_squeezer_ores.xml @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/config/integrateddynamics/_override/squeezer_convenience.xml b/config/integrateddynamics/_override/squeezer_convenience.xml new file mode 100644 index 0000000..034ed9a --- /dev/null +++ b/config/integrateddynamics/_override/squeezer_convenience.xml @@ -0,0 +1,418 @@ + + + + + convenience + squeezer + + minecraft:sponge + + + minecraft:sponge + water + + + + + convenience + squeezer + + minecraft:snowball + + + water + + + + + convenience + squeezer + + minecraft:ice + + + water + + + + + convenience + squeezer + + minecraft:snow + + + water + + + + + convenience + squeezer + + minecraft:blaze_powder + + + lava + + + + + convenience + squeezer + + minecraft:cactus + + + water + + + + + convenience + minefactoryreloaded + squeezer + + minecraft:brown_mushroom + + + mushroomsoup + + + + + convenience + minefactoryreloaded + squeezer + + minecraft:red_mushroom + + + mushroomsoup + + + + + convenience + evilcraft + squeezer + + evilcraft:dark_ore + + + evilcraft:dark_gem + evilcraft:dark_gem_crushed + + + + + convenience + evilcraft + squeezer + + evilcraft:dark_gem + + + evilcraft:dark_gem_crushed + + + + + convenience + evilcraft + squeezer + + evilcraft:undead_log + + + evilcraftblood + + + + + convenience + evilcraft + squeezer + + evilcraft:undead_leaves + + + evilcraftblood + evilcraft:hardened_blood_shard + + + + + convenience + evilcraftpoison + materialPoisonous + squeezer + + materialPoisonous + + + evilcraftpoison + + + + + convenience + forestry + squeezer + + forestry:fruits + + + seed.oil + forestry:mulch + + + + + convenience + forestry + squeezer + + forestry:fruits + + + seed.oil + forestry:mulch + + + + + convenience + forestry + squeezer + + forestry:fruits + + + seed.oil + forestry:mulch + + + + + convenience + forestry + squeezer + + minecraft:wheat_seeds + + + seed.oil + + + + + convenience + forestry + squeezer + + minecraft:pumpkin_seeds + + + seed.oil + + + + + convenience + forestry + squeezer + + minecraft:melon_seeds + + + seed.oil + + + + + convenience + forestry + squeezer + + minecraft:beetroot_seeds + + + seed.oil + + + + + convenience + forestry + squeezer + + forestry:fruits + + + juice + forestry:mulch + + + + + convenience + forestry + squeezer + + forestry:fruits + + + juice + forestry:mulch + + + + + convenience + forestry + squeezer + + forestry:fruits + + + juice + forestry:mulch + + + + + convenience + forestry + squeezer + + forestry:fruits + + + juice + forestry:mulch + + + + + convenience + forestry + squeezer + + forestry:honey_drop + + + for.honey + forestry:propolis + + + + + convenience + forestry + squeezer + + minecraft:carrot + + + juice + forestry:mulch + + + + + convenience + forestry + squeezer + + minecraft:apple + + + juice + forestry:mulch + + + + + convenience + squeezer + dustCoal + + minecraft:coal + + + dustCoal + + + + + convenience + squeezer + + minecraft:brick_block + + + minecraft:brick + + + + + convenience + squeezer + + blockGlass + + + minecraft:sand + + + + + convenience + squeezer + + minecraft:wool + + + minecraft:string + minecraft:string + minecraft:string + + + + + convenience + squeezer + + minecraft:bone + + + minecraft:dye + + + + + ores + squeezer + + minecraft:reeds + + + minecraft:sugar + minecraft:sugar + + + + + ores + squeezer + + minecraft:blaze_rod + + + minecraft:blaze_powder + minecraft:blaze_powder + + + + \ No newline at end of file diff --git a/config/integrateddynamics/_override/squeezer_ores.xml b/config/integrateddynamics/_override/squeezer_ores.xml new file mode 100644 index 0000000..1c9bad7 --- /dev/null +++ b/config/integrateddynamics/_override/squeezer_ores.xml @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/config/integrateddynamicscompat.cfg b/config/integrateddynamicscompat.cfg new file mode 100644 index 0000000..1081f11 --- /dev/null +++ b/config/integrateddynamicscompat.cfg @@ -0,0 +1,37 @@ +# 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 support. + B:immersiveengineering=true + + # Integration for Integrated Dynamics recipes. + B:jei=true + + # Refined Storage aspects. + B:refinedstorage=true + + # Crystalized Menril crafting in the Casting Basin. + B:tconstruct=true + B:theoneprobe=true +} + + diff --git a/config/integrationforegoing.cfg b/config/integrationforegoing.cfg new file mode 100644 index 0000000..0e30be0 --- /dev/null +++ b/config/integrationforegoing.cfg @@ -0,0 +1,30 @@ +# Configuration file + +integrationforegoing { + + integrations { + B:actuallyAdditions=true + B:ae2=true + B:evilcraft=true + B:exNihiloCreatio=true + B:extraUtils2=true + B:forestry=true + B:harvestCraft=true + B:immersiveEngineering=true + B:mysticalAgradditions=true + B:mysticalAgriculture=true + B:natura=true + B:oreShrubs=true + B:oreberries=true + B:rftools=true + B:simpleCorn=true + B:tconstruct=true + B:thermalFoundation=true + } + + misc { + } + +} + + diff --git a/config/ironbackpacks/blacklist.json b/config/ironbackpacks/blacklist.json new file mode 100644 index 0000000..7df64dd --- /dev/null +++ b/config/ironbackpacks/blacklist.json @@ -0,0 +1,77 @@ +{ + "itemBlacklist": [ + { + "item": "improvedbackpacks:backpack", + "meta": 0 + }, + { + "item": "ironbackpacks:backpack", + "meta": 0 + }, + { + "item": "minecraft:purple_shulker_box", + "meta": 0 + }, + { + "item": "minecraft:white_shulker_box", + "meta": 0 + }, + { + "item": "minecraft:orange_shulker_box", + "meta": 0 + }, + { + "item": "minecraft:magenta_shulker_box", + "meta": 0 + }, + { + "item": "minecraft:light_blue_shulker_box", + "meta": 0 + }, + { + "item": "minecraft:yellow_shulker_box", + "meta": 0 + }, + { + "item": "minecraft:lime_shulker_box", + "meta": 0 + }, + { + "item": "minecraft:pink_shulker_box", + "meta": 0 + }, + { + "item": "minecraft:gray_shulker_box", + "meta": 0 + }, + { + "item": "minecraft:silver_shulker_box", + "meta": 0 + }, + { + "item": "minecraft:cyan_shulker_box", + "meta": 0 + }, + { + "item": "minecraft:blue_shulker_box", + "meta": 0 + }, + { + "item": "minecraft:brown_shulker_box", + "meta": 0 + }, + { + "item": "minecraft:green_shulker_box", + "meta": 0 + }, + { + "item": "minecraft:black_shulker_box", + "meta": 0 + }, + { + "item": "minecraft:red_shulker_box", + "meta": 0 + } + ], + "nbtBlacklist": [] +} diff --git a/config/ironbackpacks/ironbackpacks.cfg b/config/ironbackpacks/ironbackpacks.cfg new file mode 100644 index 0000000..febbce5 --- /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 0000000..1badb8f --- /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/ironjetpacks/ironjetpacks.cfg b/config/ironjetpacks/ironjetpacks.cfg new file mode 100644 index 0000000..2e5e759 --- /dev/null +++ b/config/ironjetpacks/ironjetpacks.cfg @@ -0,0 +1,71 @@ +# Configuration file + +########################################################################################################## +# client +#--------------------------------------------------------------------------------------------------------# +# General client settings +########################################################################################################## + +client { + # Should the advanced stat info tooltips for jetpacks be enabled? [default: true] + B:advanced_info=true + + # Should jetpack particles be enabled? [default: true] + B:jetpack_particles=true + + # Should jetpack sounds be enabled? [default: true] + B:jetpack_sounds=true +} + + +########################################################################################################## +# general +#--------------------------------------------------------------------------------------------------------# +# General settings +########################################################################################################## + +general { + # Should jetpacks be enchantable? [default: true] + B:enchantable_jetpacks=true +} + + +########################################################################################################## +# hud +#--------------------------------------------------------------------------------------------------------# +# HUD settings +########################################################################################################## + +hud { + # Should the hud be enabled? [default: true] + B:hud_enabled=true + + # The X offset of the hud. [range: -2147483648 ~ 2147483647, default: 0] + I:hud_offset_x=0 + + # The Y offset of the hud. [range: -2147483648 ~ 2147483647, default: 0] + I:hud_offset_y=0 + + # Should the hud render over the chat? [default: false] + B:hud_over_chat=false + + # The position of the hud. 0=Top Left, 1=Middle Left, 2=Bottom Left [range: 0 ~ 2, default: 1] + I:hud_position=1 +} + + +########################################################################################################## +# recipes +#--------------------------------------------------------------------------------------------------------# +# Recipe settings +########################################################################################################## + +recipes { + # Non-nested recipes. Each jetpack requires a Leather Strap instead of a previous tier jetpack. [default: false] + B:basic_recipes=false + + # Nested recipes. Each jetpack requires a previous tier jetpack. [default: true] + B:upgrade_recipes=true +} + + diff --git a/config/ironjetpacks/jetpacks/creative.json b/config/ironjetpacks/jetpacks/creative.json new file mode 100644 index 0000000..0567eba --- /dev/null +++ b/config/ironjetpacks/jetpacks/creative.json @@ -0,0 +1,21 @@ +{ + "name": "creative", + "disable": false, + "tier": -1, + "color": "cf1ae9", + "armorPoints": 8, + "enchantability": 0, + "craftingMaterial": "null", + "forceRecipes": false, + "creative": true, + "rarity": 3, + "capacity": 0, + "usage": 0, + "speedVertical": 1.03, + "accelVertical": 0.17, + "speedSideways": 0.21, + "speedHoverDescend": 0.45, + "speedHover": 0.0, + "sprintSpeedMulti": 2.0, + "sprintFuelMulti": 0.0 +} \ No newline at end of file diff --git a/config/ironjetpacks/jetpacks/diamond.json b/config/ironjetpacks/jetpacks/diamond.json new file mode 100644 index 0000000..995c868 --- /dev/null +++ b/config/ironjetpacks/jetpacks/diamond.json @@ -0,0 +1,20 @@ +{ + "name": "diamond", + "disable": false, + "tier": 1, + "color": "4aedd1", + "armorPoints": 4, + "enchantability": 10, + "craftingMaterial": "ore:gemDiamond", + "forceRecipes": false, + "rarity": 0, + "capacity": 30000000, + "usage": 650, + "speedVertical": 0.9, + "accelVertical": 0.15, + "speedSideways": 0.19, + "speedHoverDescend": 0.41, + "speedHover": 0.005, + "sprintSpeedMulti": 1.8, + "sprintFuelMulti": 3.8 +} \ No newline at end of file diff --git a/config/ironjetpacks/jetpacks/electrum.json b/config/ironjetpacks/jetpacks/electrum.json new file mode 100644 index 0000000..7f77add --- /dev/null +++ b/config/ironjetpacks/jetpacks/electrum.json @@ -0,0 +1,20 @@ +{ + "name": "electrum", + "disable": false, + "tier": 0, + "color": "a79135", + "armorPoints": 2, + "enchantability": 18, + "craftingMaterial": "ore:ingotElectrum", + "forceRecipes": false, + "rarity": 0, + "capacity": 10000000, + "usage": 310, + "speedVertical": 0.79, + "accelVertical": 0.14, + "speedSideways": 0.17, + "speedHoverDescend": 0.37, + "speedHover": 0.03, + "sprintSpeedMulti": 1.6, + "sprintFuelMulti": 3.5 +} \ No newline at end of file diff --git a/config/ironjetpacks/jetpacks/emerald.json b/config/ironjetpacks/jetpacks/emerald.json new file mode 100644 index 0000000..91577fc --- /dev/null +++ b/config/ironjetpacks/jetpacks/emerald.json @@ -0,0 +1,20 @@ +{ + "name": "emerald", + "disable": false, + "tier": 2, + "color": "41f384", + "armorPoints": 4, + "enchantability": 15, + "craftingMaterial": "ore:gemEmerald", + "forceRecipes": false, + "rarity": 0, + "capacity": 100000000, + "usage": 880, + "speedVertical": 1.03, + "accelVertical": 0.17, + "speedSideways": 0.21, + "speedHoverDescend": 0.45, + "speedHover": 0.0, + "sprintSpeedMulti": 2.0, + "sprintFuelMulti": 4.0 +} \ No newline at end of file diff --git a/config/itemstages.cfg b/config/itemstages.cfg new file mode 100644 index 0000000..aee9e09 --- /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/jaff.cfg b/config/jaff.cfg new file mode 100644 index 0000000..905bfc8 --- /dev/null +++ b/config/jaff.cfg @@ -0,0 +1,58 @@ +# Configuration file + +bait { + # List if items considered worms, which can be used as bait. + # Add them each on a new line in the form - + # so for example something like somemod:worm_item-0. If you don't put the + # metadata, it uses any metadata. [default: ] + S:"Worm Bait" < + > +} + + +fishing { + # If this is true, when you hook a fish and right click, you + # catch it immediately, instead of reeling it in. [default: false] + B:"Simple Fishing"=false +} + + +restrictions { + # Comma separated list of dimension ids which the fish should not spawn in. [default: -1,1] + S:"Dimension Blacklist"= + + # Comma separated list of dimension ids which the fish can only spawn in. + # Overrides the blacklist if not empty. [default: ] + S:"Dimension Whitelist"=0 + + # List of fluid blocks which the fish should not spawn in. [default: [BiomesOPlenty:poison], [BuildCraft|Energy:blockOil]] + S:"Fluid Blacklist" < + BiomesOPlenty:poison + BuildCraft|Energy:blockOil + > + + # List of fluid blocks which the fish can only spawn in. + # Overrides the blacklist if not empty. [default: ] + S:"Fluid Whitelist" < + > +} + + +spawning { + # Set to false to prevent Clownfish from spawning. [default: true] + B:"Enable Clownfish Spawning"=false + + # Set to false to prevent Cod from spawning. [default: true] + B:"Enable Cod Spawning"=false + + # Set to false to prevent Pufferfish from spawning. [default: true] + B:"Enable Pufferfish Spawning"=false + + # Set to false to prevent Salmon from spawning. [default: true] + B:"Enable Salmon Spawning"=false + + # The spawn frequency for the fish: higher is more common. [range: 1 ~ 2000, default: 100] + I:"Spawn Frequency"=1 +} + + diff --git a/config/jarm.cfg b/config/jarm.cfg new file mode 100644 index 0000000..422d021 --- /dev/null +++ b/config/jarm.cfg @@ -0,0 +1,20 @@ +# Configuration file + +########################################################################################################## +# raftconfig +#--------------------------------------------------------------------------------------------------------# +# Raft Configuration +########################################################################################################## + +raftconfig { + # Changing this to true makes the raft sink if theres 2 entities on it. (Default: false) + B:SinkTheRaft=true + + # Changing this to false makes rafts the same speed as on land while on a slippery block. (Default: true) + B:SlipperyFast=false + + # Adjusting this setting changes the speed of the raft. (Default: 1.0) [Lower than 1 = slower | higher than 1 = faster] + D:SpeedMultiplier=0.65 +} + + diff --git a/config/jei/itemBlacklist.cfg b/config/jei/itemBlacklist.cfg new file mode 100644 index 0000000..877e68d --- /dev/null +++ b/config/jei/itemBlacklist.cfg @@ -0,0 +1,972 @@ +# Configuration file + +~CONFIG_VERSION: 0.1.0 + +########################################################################################################## +# advanced +#--------------------------------------------------------------------------------------------------------# +# Advanced config options to change the way JEI functions. +########################################################################################################## + +advanced { + S:itemBlacklist < + abyssalcraft:antiwater + abyssalcraft:coraliumfire + abyssalcraft:dreadfire + abyssalcraft:fire + abyssalcraft:omotholfire + actuallyadditions:block_inputter + actuallyadditions:block_inputter_advanced + appliedenergistics2:facade + astralsorcery:blockportalnode + bedrockbgone:better_bedrock + betterwithmods:stone_corner + betterwithmods:stone_moulding + betterwithmods:stone_siding + betterwithmods:wood_corner + betterwithmods:wood_moulding + betterwithmods:wood_siding + bibliocraft:bibliocreativelock + bibliocraft:clipboard + bibliocraft:markerpole + bibliocraft:testeritem + bloodmagic:icarus_scroll + buildcraftsilicon:plug_facade + carryon:entity_item + carryon:tile_item + cd4017be_lib:m + cd4017be_lib:rrwi + ceramics:clay_bucket:ale;m=0 + ceramics:clay_bucket:alewort;m=0 + ceramics:clay_bucket:alubrass;m=0 + ceramics:clay_bucket:aluminum;m=0 + ceramics:clay_bucket:amber;m=0 + ceramics:clay_bucket:applejuice;m=0 + ceramics:clay_bucket:ardite;m=0 + ceramics:clay_bucket:argon;m=0 + ceramics:clay_bucket:astralsorcery.liquidstarlight;m=0 + ceramics:clay_bucket:atmosphericgases;m=0 + ceramics:clay_bucket:bacterialsludge;m=0 + ceramics:clay_bucket:base_essence;m=0 + ceramics:clay_bucket:bio_diesel;m=0 + ceramics:clay_bucket:biodiesel;m=0 + ceramics:clay_bucket:biofuel;m=0 + ceramics:clay_bucket:bitumen_boiling;m=0 + ceramics:clay_bucket:bitumen;m=0 + ceramics:clay_bucket:blood;m=0 + ceramics:clay_bucket:blueslime;m=0 + ceramics:clay_bucket:brass;m=0 + ceramics:clay_bucket:brine_netjry;m=0 + ceramics:clay_bucket:brine;m=0 + ceramics:clay_bucket:bronze;m=0 + ceramics:clay_bucket:canola_methanol_mix;m=0 + ceramics:clay_bucket:canola_oil;m=0 + ceramics:clay_bucket:canolaoil;m=0 + ceramics:clay_bucket:carbondioxide;m=0 + ceramics:clay_bucket:chocolate_liquor;m=0 + ceramics:clay_bucket:cider;m=0 + ceramics:clay_bucket:clay;m=0 + ceramics:clay_bucket:clean_water_fluid;m=0 + ceramics:clay_bucket:cobalt;m=0 + ceramics:clay_bucket:concrete;m=0 + ceramics:clay_bucket:constantan;m=0 + ceramics:clay_bucket:copper;m=0 + ceramics:clay_bucket:creosote;m=0 + ceramics:clay_bucket:crystal;m=0 + ceramics:clay_bucket:crystaloil;m=0 + ceramics:clay_bucket:diesel;m=0 + ceramics:clay_bucket:dirt;m=0 + ceramics:clay_bucket:dist_water;m=0 + ceramics:clay_bucket:electrum;m=0 + ceramics:clay_bucket:emerald;m=0 + ceramics:clay_bucket:empoweredoil;m=0 + ceramics:clay_bucket:ender_pearl;m=0 + ceramics:clay_bucket:enhanced_galgadorian;m=0 + ceramics:clay_bucket:essence;m=0 + ceramics:clay_bucket:etchacid;m=0 + ceramics:clay_bucket:ethanol;m=0 + ceramics:clay_bucket:fiery_essence;m=0 + ceramics:clay_bucket:fiery;m=0 + ceramics:clay_bucket:fierymetal;m=0 + ceramics:clay_bucket:fog;m=0 + ceramics:clay_bucket:frozen_water_fluid;m=0 + ceramics:clay_bucket:fuel;m=0 + ceramics:clay_bucket:fuelgc;m=0 + ceramics:clay_bucket:galgadorian;m=0 + ceramics:clay_bucket:gasoline;m=0 + ceramics:clay_bucket:glass;m=0 + ceramics:clay_bucket:glowstone_fluid;m=0 + ceramics:clay_bucket:glowstone;m=0 + ceramics:clay_bucket:glycerin;m=0 + ceramics:clay_bucket:gold;m=0 + ceramics:clay_bucket:grapejuice;m=0 + ceramics:clay_bucket:heavywater;m=0 + ceramics:clay_bucket:helium;m=0 + ceramics:clay_bucket:honey;m=0 + ceramics:clay_bucket:hydrogen;m=0 + ceramics:clay_bucket:ichor;m=0 + ceramics:clay_bucket:if.ore_fluid_fermented;m=0 + ceramics:clay_bucket:if.ore_fluid_raw;m=0 + ceramics:clay_bucket:if.pink_slime;m=0 + ceramics:clay_bucket:if.protein;m=0 + ceramics:clay_bucket:infected_water_fluid;m=0 + ceramics:clay_bucket:inferium;m=0 + ceramics:clay_bucket:intermedium;m=0 + ceramics:clay_bucket:invar;m=0 + ceramics:clay_bucket:iron;m=0 + ceramics:clay_bucket:ironberryjuice;m=0 + ceramics:clay_bucket:ironwine;m=0 + ceramics:clay_bucket:kerosene;m=0 + ceramics:clay_bucket:knightmetal;m=0 + ceramics:clay_bucket:knightslime;m=0 + ceramics:clay_bucket:latex;m=0 + ceramics:clay_bucket:lava;m=0 + ceramics:clay_bucket:lead;m=0 + ceramics:clay_bucket:lifeessence;m=0 + ceramics:clay_bucket:liquid_caramel_fluid;m=0 + ceramics:clay_bucket:liquid_chocolate_fluid;m=0 + ceramics:clay_bucket:liquid_hydrocarbon_fluid;m=0 + ceramics:clay_bucket:liquidantimatter;m=0 + ceramics:clay_bucket:liquidargon;m=0 + ceramics:clay_bucket:liquidchlorine;m=0 + ceramics:clay_bucket:liquidchorus;m=0 + ceramics:clay_bucket:liquidcoralium;m=0 + ceramics:clay_bucket:liquiddeuterium;m=0 + ceramics:clay_bucket:liquidethene;m=0 + ceramics:clay_bucket:liquidfusionfuel;m=0 + ceramics:clay_bucket:liquidhydrogen;m=0 + ceramics:clay_bucket:liquidhydrogenchloride;m=0 + ceramics:clay_bucket:liquidlithium;m=0 + ceramics:clay_bucket:liquidmethane;m=0 + ceramics:clay_bucket:liquidnitrogen;m=0 + ceramics:clay_bucket:liquidoxygen;m=0 + ceramics:clay_bucket:liquidsodium;m=0 + ceramics:clay_bucket:liquidsulfurdioxide;m=0 + ceramics:clay_bucket:liquidsulfurtrioxide;m=0 + ceramics:clay_bucket:liquidtritium;m=0 + ceramics:clay_bucket:lpg;m=0 + ceramics:clay_bucket:lubricant;m=0 + ceramics:clay_bucket:magma_basaltic;m=0 + ceramics:clay_bucket:magma_fluid;m=0 + ceramics:clay_bucket:manyullyn;m=0 + ceramics:clay_bucket:mead;m=0 + ceramics:clay_bucket:meat;m=0 + ceramics:clay_bucket:menrilresin;m=0 + ceramics:clay_bucket:methane_fluid;m=0 + ceramics:clay_bucket:methane;m=0 + ceramics:clay_bucket:methanol;m=0 + ceramics:clay_bucket:milk_chocolate;m=0 + ceramics:clay_bucket:milk;m=1 + ceramics:clay_bucket:modularium;m=0 + ceramics:clay_bucket:moltenabyssalnite;m=0 + ceramics:clay_bucket:moltendreadium;m=0 + ceramics:clay_bucket:moltenrefinedcoralium;m=0 + ceramics:clay_bucket:napalm;m=0 + ceramics:clay_bucket:naphtha;m=0 + ceramics:clay_bucket:nickel;m=0 + ceramics:clay_bucket:nitrogen_fluid;m=0 + ceramics:clay_bucket:nitrogen_ice_fluid;m=0 + ceramics:clay_bucket:nitrogen;m=0 + ceramics:clay_bucket:obsidian;m=0 + ceramics:clay_bucket:oil;m=0 + ceramics:clay_bucket:oilgc;m=0 + ceramics:clay_bucket:oliveoil;m=0 + ceramics:clay_bucket:osmium;m=0 + ceramics:clay_bucket:ovis_atre_milk;m=0 + ceramics:clay_bucket:oxygen;m=0 + ceramics:clay_bucket:paraffin;m=0 + ceramics:clay_bucket:pigiron;m=0 + ceramics:clay_bucket:plantoil;m=0 + ceramics:clay_bucket:plastic;m=0 + ceramics:clay_bucket:platinum;m=0 + ceramics:clay_bucket:poison;m=0 + ceramics:clay_bucket:potion;m=0 + ceramics:clay_bucket:propene;m=0 + ceramics:clay_bucket:prudentium;m=0 + ceramics:clay_bucket:pure_matter;m=0 + ceramics:clay_bucket:purpleslime;m=0 + ceramics:clay_bucket:radioactive_water_fluid;m=0 + ceramics:clay_bucket:redstone_alloy;m=0 + ceramics:clay_bucket:redstone;m=0 + ceramics:clay_bucket:refinedcanolaoil;m=0 + ceramics:clay_bucket:reinforced_metal;m=0 + ceramics:clay_bucket:rubber;m=0 + ceramics:clay_bucket:salt_fluid;m=0 + ceramics:clay_bucket:sewage;m=0 + ceramics:clay_bucket:silver;m=0 + ceramics:clay_bucket:slime;m=0 + ceramics:clay_bucket:sludge;m=0 + ceramics:clay_bucket:smoke;m=0 + ceramics:clay_bucket:soulium;m=0 + ceramics:clay_bucket:stagnant_water;m=0 + ceramics:clay_bucket:steam;m=0 + ceramics:clay_bucket:steel;m=0 + ceramics:clay_bucket:steeleaf;m=0 + ceramics:clay_bucket:stone;m=0 + ceramics:clay_bucket:sulfuricacid;m=0 + ceramics:clay_bucket:sulphuricacid;m=0 + ceramics:clay_bucket:superium;m=0 + ceramics:clay_bucket:supremium;m=0 + ceramics:clay_bucket:swamp_water;m=0 + ceramics:clay_bucket:syngas;m=0 + ceramics:clay_bucket:tannin;m=0 + ceramics:clay_bucket:tar;m=0 + ceramics:clay_bucket:tin;m=0 + ceramics:clay_bucket:titanium;m=0 + ceramics:clay_bucket:uranium;m=0 + ceramics:clay_bucket:urushi;m=0 + ceramics:clay_bucket:waste;m=0 + ceramics:clay_bucket:water;m=0 + ceramics:clay_bucket:wildberryjuice;m=0 + ceramics:clay_bucket:wildberrywine;m=0 + ceramics:clay_bucket:wine;m=0 + ceramics:clay_bucket:xpjuice;m=0 + ceramics:clay_bucket:zinc;m=0 + ceramics:unfired_clay:0 + conarm:armorforge:0:abyssalcraft:ingotblock:0 + conarm:armorforge:0:abyssalcraft:ingotblock:1 + conarm:armorforge:0:abyssalcraft:ingotblock:2 + conarm:armorforge:0:extraplanets:neptune:7 + conarm:armorforge:0:immersiveengineering:storage:0 + conarm:armorforge:0:immersiveengineering:storage:1 + conarm:armorforge:0:immersiveengineering:storage:2 + conarm:armorforge:0:immersiveengineering:storage:3 + conarm:armorforge:0:immersiveengineering:storage:4 + conarm:armorforge:0:immersiveengineering:storage:6 + conarm:armorforge:0:immersiveengineering:storage:7 + conarm:armorforge:0:immersiveengineering:storage:8 + conarm:armorforge:0:mekanism:basicblock:1 + conarm:armorforge:0:mekanism:basicblock:13 + conarm:armorforge:0:minecraft:gold_block:0 + conarm:armorforge:0:primal:metalblock:12 + conarm:armorforge:0:tconstruct:metal:0 + conarm:armorforge:0:tconstruct:metal:1 + conarm:armorforge:0:tconstruct:metal:2 + conarm:armorforge:0:tconstruct:metal:3 + conarm:armorforge:0:tconstruct:metal:4 + conarm:armorforge:0:tconstruct:metal:5 + conarm:armorforge:0:twilightforest:block_storage:1 + conarm:armorforge:0:twilightforest:block_storage:2 + conarm:boots + conarm:chestplate + conarm:helmet + conarm:leggings + cyclicmagic:fire_dark + extraplanets:clean_water + extraplanets:frozen_water + extraplanets:glowstone + extraplanets:infected_water + extraplanets:liquid_caramel + extraplanets:liquid_chocolate + extraplanets:liquid_hydrocarbon + extraplanets:magma + extraplanets:methane + extraplanets:nitrogen + extraplanets:nitrogen_ice + extraplanets:radioactive_water + extraplanets:salt + farmingforblockheads:fertilized_farmland_healthy + farmingforblockheads:fertilized_farmland_rich + farmingforblockheads:fertilized_farmland_stable + fluid:atmosphericgases + fluid:clean_water_fluid + fluid:fog + fluid:frozen_water_fluid + fluid:fuelgc + fluid:glowstone_fluid + fluid:infected_water_fluid + fluid:lifeessence + fluid:liquid_caramel_fluid + fluid:liquid_chocolate_fluid + fluid:liquid_hydrocarbon_fluid + fluid:magma_fluid + fluid:methane_fluid + fluid:nitrogen_fluid + fluid:nitrogen_ice_fluid + fluid:oilgc + fluid:potion + fluid:radioactive_water_fluid + fluid:salt_fluid + fluid:zinc + forge:bucketfilled:alewort; + forge:bucketfilled:applejuice; + forge:bucketfilled:bitumen_boiling; + forge:bucketfilled:bitumen; + forge:bucketfilled:brass; + forge:bucketfilled:brine_netjry; + forge:bucketfilled:crystaloil; + forge:bucketfilled:empoweredoil; + forge:bucketfilled:grapejuice; + forge:bucketfilled:honey; + forge:bucketfilled:ichor; + forge:bucketfilled:ironberryjuice; + forge:bucketfilled:liquidantimatter; + forge:bucketfilled:liquidcoralium; + forge:bucketfilled:magma_basaltic; + forge:bucketfilled:oliveoil; + forge:bucketfilled:ovis_atre_milk; + forge:bucketfilled:paraffin; + forge:bucketfilled:poison; + forge:bucketfilled:potion; + forge:bucketfilled:refinedcanolaoil; + forge:bucketfilled:smoke; + forge:bucketfilled:tannin; + forge:bucketfilled:urushi; + forge:bucketfilled:waste; + forge:bucketfilled:wildberryjuice; + forge:bucketfilled:xpjuice; + forge:bucketfilled:zinc; + galacticraftplanets:bucket_sulphuric_acid:sulphuricacid; + galacticraftplanets:sludge + galacticraftplanets:sulphuric_acid + horsepower:chopper:{textureBlock:{id:"minecraft:log",Count:1b,Damage:1s}} + horsepower:chopper:{textureBlock:{id:"minecraft:log",Count:1b,Damage:2s}} + horsepower:chopper:{textureBlock:{id:"minecraft:log",Count:1b,Damage:3s}} + horsepower:chopper:{textureBlock:{id:"minecraft:log2",Count:1b,Damage:0s}} + horsepower:chopper:{textureBlock:{id:"minecraft:log2",Count:1b,Damage:1s}} + horsepower:chopping_block:{textureBlock:{id:"minecraft:log",Count:1b,Damage:1s}} + horsepower:chopping_block:{textureBlock:{id:"minecraft:log",Count:1b,Damage:2s}} + horsepower:chopping_block:{textureBlock:{id:"minecraft:log",Count:1b,Damage:3s}} + horsepower:chopping_block:{textureBlock:{id:"minecraft:log2",Count:1b,Damage:0s}} + horsepower:chopping_block:{textureBlock:{id:"minecraft:log2",Count:1b,Damage:1s}} + immcraft:bundle + immersiveengineering:molten_constantan + immersiveengineering:molten_uranium + immersiveengineering:shader + immersiveengineering:shader_bag + microblockcbe:microblock + minecraft:anvil:1 + minecraft:anvil:2 + minecraft:spawn_egg + mysticalagriculture:compressed_iron_crop + nex:fluid_ichor + pickletweaks:repair_kit + primal:bat_meat_cured + primal:bat_meat_salted + primal:bitumen + primal:bitumen_boiling + primal:brine_netjry + primal:bucket_cinis + primal:bucket_cinis_milk + primal:bucket_cinis_soft + primal:bucket_terra + primal:bucket_terra_milk + primal:bucket_terra_soft + primal:horse_meat_cured + primal:horse_meat_salted + primal:kiln_air + primal:magma_basaltic + primal:muck_molten + primal:ovis_atre_milk + primal:ovis_meat_cured + primal:ovis_meat_salted + primal:paraffin + primal:smelter + primal:tannin + primal:urushi + primal:waste + primal:wolf_meat_cured + primal:wolf_meat_salted + quark:glowstone_dust_block + quark:gunpowder_block + quark:slime_bucket:0 + reccomplex + refinedstorage:cover + refinedstorage:hollow_cover + rftools:camo_shield_block + rftools:camo_shield_block_opaque + rftools:invisible_shield_block + rftools:invisible_shield_block_opaque + rftools:notick_camo_shield_block + rftools:notick_camo_shield_block_opaque + rftools:notick_invisible_shield_block + rftools:notick_invisible_shield_block_opaque + rftools:notick_solid_shield_block + rftools:notick_solid_shield_block_opaque + rftools:solid_shield_block + rftools:solid_shield_block_opaque + tcomplement:chisel + tconstruct:arrow + tconstruct:battlesign + tconstruct:bolt + tconstruct:bolt_core + tconstruct:broadsword + tconstruct:cleaver + tconstruct:crossbow + tconstruct:excavator + tconstruct:frypan + tconstruct:hammer + tconstruct:hatchet + tconstruct:kama + tconstruct:longbow + tconstruct:longsword + tconstruct:lumberaxe + tconstruct:mattock + tconstruct:pickaxe + tconstruct:rapier + tconstruct:scythe + tconstruct:shard + tconstruct:shortbow + tconstruct:shovel + tconstruct:shuriken + tconstruct:toolforge:0:abyssalcraft:ingotblock:0 + tconstruct:toolforge:0:abyssalcraft:ingotblock:1 + tconstruct:toolforge:0:abyssalcraft:ingotblock:2 + tconstruct:toolforge:0:extraplanets:neptune:7 + tconstruct:toolforge:0:immersiveengineering:storage:0 + tconstruct:toolforge:0:immersiveengineering:storage:1 + tconstruct:toolforge:0:immersiveengineering:storage:2 + tconstruct:toolforge:0:immersiveengineering:storage:3 + tconstruct:toolforge:0:immersiveengineering:storage:4 + tconstruct:toolforge:0:immersiveengineering:storage:6 + tconstruct:toolforge:0:immersiveengineering:storage:7 + tconstruct:toolforge:0:immersiveengineering:storage:8 + tconstruct:toolforge:0:mekanism:basicblock:1 + tconstruct:toolforge:0:mekanism:basicblock:13 + tconstruct:toolforge:0:minecraft:gold_block:0 + tconstruct:toolforge:0:primal:metalblock:12 + tconstruct:toolforge:0:tconstruct:metal:0 + tconstruct:toolforge:0:tconstruct:metal:1 + tconstruct:toolforge:0:tconstruct:metal:2 + tconstruct:toolforge:0:tconstruct:metal:3 + tconstruct:toolforge:0:tconstruct:metal:4 + tconstruct:toolforge:0:tconstruct:metal:5 + tconstruct:toolforge:0:twilightforest:block_storage:1 + tconstruct:toolforge:0:twilightforest:block_storage:2 + tconstruct:tooltables:1:abyssalcraft:dltplank:0 + tconstruct:tooltables:1:abyssalcraft:dreadplanks:0 + tconstruct:tooltables:1:betterwithaddons:planks_mulberry:0 + tconstruct:tooltables:1:betterwithaddons:planks_sakura:0 + tconstruct:tooltables:1:chisel:planks-acacia:0 + tconstruct:tooltables:1:chisel:planks-acacia:1 + tconstruct:tooltables:1:chisel:planks-acacia:2 + tconstruct:tooltables:1:chisel:planks-acacia:3 + tconstruct:tooltables:1:chisel:planks-acacia:4 + tconstruct:tooltables:1:chisel:planks-acacia:5 + tconstruct:tooltables:1:chisel:planks-acacia:6 + tconstruct:tooltables:1:chisel:planks-acacia:7 + tconstruct:tooltables:1:chisel:planks-acacia:8 + tconstruct:tooltables:1:chisel:planks-acacia:9 + tconstruct:tooltables:1:chisel:planks-acacia:10 + tconstruct:tooltables:1:chisel:planks-acacia:11 + tconstruct:tooltables:1:chisel:planks-acacia:12 + tconstruct:tooltables:1:chisel:planks-acacia:13 + tconstruct:tooltables:1:chisel:planks-acacia:14 + tconstruct:tooltables:1:chisel:planks-birch:0 + tconstruct:tooltables:1:chisel:planks-birch:1 + tconstruct:tooltables:1:chisel:planks-birch:2 + tconstruct:tooltables:1:chisel:planks-birch:3 + tconstruct:tooltables:1:chisel:planks-birch:4 + tconstruct:tooltables:1:chisel:planks-birch:5 + tconstruct:tooltables:1:chisel:planks-birch:6 + tconstruct:tooltables:1:chisel:planks-birch:7 + tconstruct:tooltables:1:chisel:planks-birch:8 + tconstruct:tooltables:1:chisel:planks-birch:9 + tconstruct:tooltables:1:chisel:planks-birch:10 + tconstruct:tooltables:1:chisel:planks-birch:11 + tconstruct:tooltables:1:chisel:planks-birch:12 + tconstruct:tooltables:1:chisel:planks-birch:13 + tconstruct:tooltables:1:chisel:planks-birch:14 + tconstruct:tooltables:1:chisel:planks-dark-oak:0 + tconstruct:tooltables:1:chisel:planks-dark-oak:1 + tconstruct:tooltables:1:chisel:planks-dark-oak:2 + tconstruct:tooltables:1:chisel:planks-dark-oak:3 + tconstruct:tooltables:1:chisel:planks-dark-oak:4 + tconstruct:tooltables:1:chisel:planks-dark-oak:5 + tconstruct:tooltables:1:chisel:planks-dark-oak:6 + tconstruct:tooltables:1:chisel:planks-dark-oak:7 + tconstruct:tooltables:1:chisel:planks-dark-oak:8 + tconstruct:tooltables:1:chisel:planks-dark-oak:9 + tconstruct:tooltables:1:chisel:planks-dark-oak:10 + tconstruct:tooltables:1:chisel:planks-dark-oak:11 + tconstruct:tooltables:1:chisel:planks-dark-oak:12 + tconstruct:tooltables:1:chisel:planks-dark-oak:13 + tconstruct:tooltables:1:chisel:planks-dark-oak:14 + tconstruct:tooltables:1:chisel:planks-jungle:0 + tconstruct:tooltables:1:chisel:planks-jungle:1 + tconstruct:tooltables:1:chisel:planks-jungle:2 + tconstruct:tooltables:1:chisel:planks-jungle:3 + tconstruct:tooltables:1:chisel:planks-jungle:4 + tconstruct:tooltables:1:chisel:planks-jungle:5 + tconstruct:tooltables:1:chisel:planks-jungle:6 + tconstruct:tooltables:1:chisel:planks-jungle:7 + tconstruct:tooltables:1:chisel:planks-jungle:8 + tconstruct:tooltables:1:chisel:planks-jungle:9 + tconstruct:tooltables:1:chisel:planks-jungle:10 + tconstruct:tooltables:1:chisel:planks-jungle:11 + tconstruct:tooltables:1:chisel:planks-jungle:12 + tconstruct:tooltables:1:chisel:planks-jungle:13 + tconstruct:tooltables:1:chisel:planks-jungle:14 + tconstruct:tooltables:1:chisel:planks-oak:0 + tconstruct:tooltables:1:chisel:planks-oak:1 + tconstruct:tooltables:1:chisel:planks-oak:2 + tconstruct:tooltables:1:chisel:planks-oak:3 + tconstruct:tooltables:1:chisel:planks-oak:4 + tconstruct:tooltables:1:chisel:planks-oak:5 + tconstruct:tooltables:1:chisel:planks-oak:6 + tconstruct:tooltables:1:chisel:planks-oak:7 + tconstruct:tooltables:1:chisel:planks-oak:8 + tconstruct:tooltables:1:chisel:planks-oak:9 + tconstruct:tooltables:1:chisel:planks-oak:10 + tconstruct:tooltables:1:chisel:planks-oak:11 + tconstruct:tooltables:1:chisel:planks-oak:12 + tconstruct:tooltables:1:chisel:planks-oak:13 + tconstruct:tooltables:1:chisel:planks-oak:14 + tconstruct:tooltables:1:chisel:planks-spruce:0 + tconstruct:tooltables:1:chisel:planks-spruce:1 + tconstruct:tooltables:1:chisel:planks-spruce:2 + tconstruct:tooltables:1:chisel:planks-spruce:3 + tconstruct:tooltables:1:chisel:planks-spruce:4 + tconstruct:tooltables:1:chisel:planks-spruce:5 + tconstruct:tooltables:1:chisel:planks-spruce:6 + tconstruct:tooltables:1:chisel:planks-spruce:7 + tconstruct:tooltables:1:chisel:planks-spruce:8 + tconstruct:tooltables:1:chisel:planks-spruce:9 + tconstruct:tooltables:1:chisel:planks-spruce:10 + tconstruct:tooltables:1:chisel:planks-spruce:11 + tconstruct:tooltables:1:chisel:planks-spruce:12 + tconstruct:tooltables:1:chisel:planks-spruce:13 + tconstruct:tooltables:1:chisel:planks-spruce:14 + tconstruct:tooltables:1:extraplanets:kepler22b_planks:0 + tconstruct:tooltables:1:extraplanets:kepler22b_planks:1 + tconstruct:tooltables:1:extraplanets:kepler22b_planks:2 + tconstruct:tooltables:1:extraplanets:kepler22b_planks:3 + tconstruct:tooltables:1:extraplanets:kepler22b_planks:4 + tconstruct:tooltables:1:extraplanets:kepler22b_planks:5 + tconstruct:tooltables:1:integrateddynamics:menril_planks:0 + tconstruct:tooltables:1:minecraft:planks:1 + tconstruct:tooltables:1:minecraft:planks:2 + tconstruct:tooltables:1:minecraft:planks:3 + tconstruct:tooltables:1:minecraft:planks:4 + tconstruct:tooltables:1:minecraft:planks:5 + tconstruct:tooltables:1:natura:nether_planks:0 + tconstruct:tooltables:1:natura:nether_planks:1 + tconstruct:tooltables:1:natura:nether_planks:2 + tconstruct:tooltables:1:natura:nether_planks:3 + tconstruct:tooltables:1:natura:overworld_planks:0 + tconstruct:tooltables:1:natura:overworld_planks:1 + tconstruct:tooltables:1:natura:overworld_planks:2 + tconstruct:tooltables:1:natura:overworld_planks:3 + tconstruct:tooltables:1:natura:overworld_planks:4 + tconstruct:tooltables:1:natura:overworld_planks:5 + tconstruct:tooltables:1:natura:overworld_planks:6 + tconstruct:tooltables:1:natura:overworld_planks:7 + tconstruct:tooltables:1:natura:overworld_planks:8 + tconstruct:tooltables:1:primal:planks:0 + tconstruct:tooltables:1:primal:planks:1 + tconstruct:tooltables:1:primal:planks:2 + tconstruct:tooltables:1:primal:planks:3 + tconstruct:tooltables:1:rustic:painted_wood_black:0 + tconstruct:tooltables:1:rustic:painted_wood_blue:0 + tconstruct:tooltables:1:rustic:painted_wood_brown:0 + tconstruct:tooltables:1:rustic:painted_wood_cyan:0 + tconstruct:tooltables:1:rustic:painted_wood_gray:0 + tconstruct:tooltables:1:rustic:painted_wood_green:0 + tconstruct:tooltables:1:rustic:painted_wood_light_blue:0 + tconstruct:tooltables:1:rustic:painted_wood_lime:0 + tconstruct:tooltables:1:rustic:painted_wood_magenta:0 + tconstruct:tooltables:1:rustic:painted_wood_orange:0 + tconstruct:tooltables:1:rustic:painted_wood_pink:0 + tconstruct:tooltables:1:rustic:painted_wood_purple:0 + tconstruct:tooltables:1:rustic:painted_wood_silver:0 + tconstruct:tooltables:1:rustic:painted_wood_white:0 + tconstruct:tooltables:1:rustic:painted_wood_yellow:0 + tconstruct:tooltables:1:rustic:planks:0 + tconstruct:tooltables:1:rustic:planks:1 + tconstruct:tooltables:1:thebetweenlands:giant_root_planks:0 + tconstruct:tooltables:1:thebetweenlands:rubber_tree_planks:0 + tconstruct:tooltables:1:thebetweenlands:weedwood_planks:0 + tconstruct:tooltables:1:totemic:cedar_plank:0 + tconstruct:tooltables:1:traverse:fir_planks:0 + tconstruct:tooltables:1:twilightforest:tower_wood:0 + tconstruct:tooltables:1:twilightforest:tower_wood:1 + tconstruct:tooltables:1:twilightforest:tower_wood:2 + tconstruct:tooltables:1:twilightforest:tower_wood:3 + tconstruct:tooltables:1:twilightforest:tower_wood:4 + tconstruct:tooltables:2:abyssalcraft:dltlog:0 + tconstruct:tooltables:2:abyssalcraft:dreadlog:0 + tconstruct:tooltables:2:betterwithaddons:log_luretree_face:0 + tconstruct:tooltables:2:betterwithaddons:log_luretree:0 + tconstruct:tooltables:2:betterwithaddons:log_mulberry:0 + tconstruct:tooltables:2:betterwithaddons:log_sakura:0 + tconstruct:tooltables:2:betterwithmods:blood_log:0 + tconstruct:tooltables:2:extraplanets:kepler22b_maple_logs:0 + tconstruct:tooltables:2:extraplanets:kepler22b_maple_logs:1 + tconstruct:tooltables:2:extraplanets:kepler22b_maple_logs:2 + tconstruct:tooltables:2:extraplanets:kepler22b_maple_logs:3 + tconstruct:tooltables:2:extraplanets:kepler22b_maple_logs2:0 + tconstruct:tooltables:2:extraplanets:kepler22b_maple_logs2:1 + tconstruct:tooltables:2:integrateddynamics:menril_log_filled:0 + tconstruct:tooltables:2:integrateddynamics:menril_log:0 + tconstruct:tooltables:2:minecraft:log:1 + tconstruct:tooltables:2:minecraft:log:2 + tconstruct:tooltables:2:minecraft:log:3 + tconstruct:tooltables:2:minecraft:log2:0 + tconstruct:tooltables:2:minecraft:log2:1 + tconstruct:tooltables:2:natura:nether_logs:0 + tconstruct:tooltables:2:natura:nether_logs:1 + tconstruct:tooltables:2:natura:nether_logs:2 + tconstruct:tooltables:2:natura:nether_logs2:0 + tconstruct:tooltables:2:natura:nether_logs2:15 + tconstruct:tooltables:2:natura:overworld_logs:0 + tconstruct:tooltables:2:natura:overworld_logs:1 + tconstruct:tooltables:2:natura:overworld_logs:2 + tconstruct:tooltables:2:natura:overworld_logs:3 + tconstruct:tooltables:2:natura:overworld_logs2:0 + tconstruct:tooltables:2:natura:overworld_logs2:1 + tconstruct:tooltables:2:natura:overworld_logs2:2 + tconstruct:tooltables:2:natura:overworld_logs2:3 + tconstruct:tooltables:2:natura:redwood_logs:0 + tconstruct:tooltables:2:natura:redwood_logs:1 + tconstruct:tooltables:2:natura:redwood_logs:2 + tconstruct:tooltables:2:primal:corypha_stalk:0 + tconstruct:tooltables:2:primal:corypha_stalk:1 + tconstruct:tooltables:2:primal:logs_stripped:0 + tconstruct:tooltables:2:primal:logs_stripped:1 + tconstruct:tooltables:2:primal:logs_stripped:2 + tconstruct:tooltables:2:primal:logs_stripped:3 + tconstruct:tooltables:2:primal:logs_stripped:4 + tconstruct:tooltables:2:primal:logs_stripped:5 + tconstruct:tooltables:2:primal:logs_stripped:6 + tconstruct:tooltables:2:primal:logs_stripped:7 + tconstruct:tooltables:2:primal:logs:0 + tconstruct:tooltables:2:primal:logs:1 + tconstruct:tooltables:2:rustic:log:0 + tconstruct:tooltables:2:rustic:log:1 + tconstruct:tooltables:2:thebetweenlands:giant_root:0 + tconstruct:tooltables:2:thebetweenlands:log_hearthgrove:0 + tconstruct:tooltables:2:thebetweenlands:log_nibbletwig:0 + tconstruct:tooltables:2:thebetweenlands:log_rubber:0 + tconstruct:tooltables:2:thebetweenlands:log_sap:0 + tconstruct:tooltables:2:thebetweenlands:log_weedwood:0 + tconstruct:tooltables:2:thebetweenlands:log_weedwood:12 + tconstruct:tooltables:2:thebetweenlands:weedwood:0 + tconstruct:tooltables:2:totemic:cedar_log:0 + tconstruct:tooltables:2:totemic:stripped_cedar_log:0 + tconstruct:tooltables:2:traverse:fir_log:0 + tconstruct:tooltables:2:twilightforest:magic_log:0 + tconstruct:tooltables:2:twilightforest:magic_log:1 + tconstruct:tooltables:2:twilightforest:magic_log:2 + tconstruct:tooltables:2:twilightforest:magic_log:3 + tconstruct:tooltables:2:twilightforest:twilight_log:0 + tconstruct:tooltables:2:twilightforest:twilight_log:1 + tconstruct:tooltables:2:twilightforest:twilight_log:2 + tconstruct:tooltables:2:twilightforest:twilight_log:3 + thebetweenlands:bl_bucket_infusion:0 + thebetweenlands:bl_bucket_plant_tonic:0 + thebetweenlands:bl_bucket_plant_tonic:1 + thebetweenlands:bl_bucket_rubber:rubber;m=0 + thebetweenlands:bl_bucket_rubber:rubber;m=1 + thebetweenlands:bl_bucket:ale;m=0 + thebetweenlands:bl_bucket:ale;m=1 + thebetweenlands:bl_bucket:alubrass;m=0 + thebetweenlands:bl_bucket:alubrass;m=1 + thebetweenlands:bl_bucket:aluminum;m=0 + thebetweenlands:bl_bucket:aluminum;m=1 + thebetweenlands:bl_bucket:amber;m=0 + thebetweenlands:bl_bucket:amber;m=1 + thebetweenlands:bl_bucket:ardite;m=0 + thebetweenlands:bl_bucket:ardite;m=1 + thebetweenlands:bl_bucket:argon;m=0 + thebetweenlands:bl_bucket:argon;m=1 + thebetweenlands:bl_bucket:astralsorcery.liquidstarlight;m=0 + thebetweenlands:bl_bucket:astralsorcery.liquidstarlight;m=1 + thebetweenlands:bl_bucket:bacterialsludge;m=0 + thebetweenlands:bl_bucket:bacterialsludge;m=1 + thebetweenlands:bl_bucket:base_essence;m=0 + thebetweenlands:bl_bucket:base_essence;m=1 + thebetweenlands:bl_bucket:bio_diesel;m=0 + thebetweenlands:bl_bucket:bio_diesel;m=1 + thebetweenlands:bl_bucket:biodiesel;m=0 + thebetweenlands:bl_bucket:biodiesel;m=1 + thebetweenlands:bl_bucket:biofuel;m=0 + thebetweenlands:bl_bucket:biofuel;m=1 + thebetweenlands:bl_bucket:blood;m=0 + thebetweenlands:bl_bucket:blood;m=1 + thebetweenlands:bl_bucket:blueslime;m=0 + thebetweenlands:bl_bucket:blueslime;m=1 + thebetweenlands:bl_bucket:brine;m=0 + thebetweenlands:bl_bucket:brine;m=1 + thebetweenlands:bl_bucket:bronze;m=0 + thebetweenlands:bl_bucket:bronze;m=1 + thebetweenlands:bl_bucket:canola_methanol_mix;m=0 + thebetweenlands:bl_bucket:canola_methanol_mix;m=1 + thebetweenlands:bl_bucket:canola_oil;m=0 + thebetweenlands:bl_bucket:canola_oil;m=1 + thebetweenlands:bl_bucket:canolaoil;m=0 + thebetweenlands:bl_bucket:canolaoil;m=1 + thebetweenlands:bl_bucket:carbondioxide;m=0 + thebetweenlands:bl_bucket:carbondioxide;m=1 + thebetweenlands:bl_bucket:cider;m=0 + thebetweenlands:bl_bucket:cider;m=1 + thebetweenlands:bl_bucket:clay;m=0 + thebetweenlands:bl_bucket:clay;m=1 + thebetweenlands:bl_bucket:clean_water_fluid;m=0 + thebetweenlands:bl_bucket:clean_water_fluid;m=1 + thebetweenlands:bl_bucket:cobalt;m=0 + thebetweenlands:bl_bucket:cobalt;m=1 + thebetweenlands:bl_bucket:concrete;m=0 + thebetweenlands:bl_bucket:concrete;m=1 + thebetweenlands:bl_bucket:constantan;m=0 + thebetweenlands:bl_bucket:constantan;m=1 + thebetweenlands:bl_bucket:copper;m=0 + thebetweenlands:bl_bucket:copper;m=1 + thebetweenlands:bl_bucket:creosote;m=0 + thebetweenlands:bl_bucket:creosote;m=1 + thebetweenlands:bl_bucket:crystal;m=0 + thebetweenlands:bl_bucket:crystal;m=1 + thebetweenlands:bl_bucket:diesel;m=0 + thebetweenlands:bl_bucket:diesel;m=1 + thebetweenlands:bl_bucket:dirt;m=0 + thebetweenlands:bl_bucket:dirt;m=1 + thebetweenlands:bl_bucket:dist_water;m=0 + thebetweenlands:bl_bucket:dist_water;m=1 + thebetweenlands:bl_bucket:electrum;m=0 + thebetweenlands:bl_bucket:electrum;m=1 + thebetweenlands:bl_bucket:emerald;m=0 + thebetweenlands:bl_bucket:emerald;m=1 + thebetweenlands:bl_bucket:ender_pearl;m=0 + thebetweenlands:bl_bucket:ender_pearl;m=1 + thebetweenlands:bl_bucket:enhanced_galgadorian;m=0 + thebetweenlands:bl_bucket:enhanced_galgadorian;m=1 + thebetweenlands:bl_bucket:essence;m=0 + thebetweenlands:bl_bucket:essence;m=1 + thebetweenlands:bl_bucket:etchacid;m=0 + thebetweenlands:bl_bucket:etchacid;m=1 + thebetweenlands:bl_bucket:ethanol;m=0 + thebetweenlands:bl_bucket:ethanol;m=1 + thebetweenlands:bl_bucket:fiery_essence;m=0 + thebetweenlands:bl_bucket:fiery_essence;m=1 + thebetweenlands:bl_bucket:fiery;m=0 + thebetweenlands:bl_bucket:fiery;m=1 + thebetweenlands:bl_bucket:fierymetal;m=0 + thebetweenlands:bl_bucket:fierymetal;m=1 + thebetweenlands:bl_bucket:frozen_water_fluid;m=0 + thebetweenlands:bl_bucket:frozen_water_fluid;m=1 + thebetweenlands:bl_bucket:fuel;m=0 + thebetweenlands:bl_bucket:fuel;m=1 + thebetweenlands:bl_bucket:galgadorian;m=0 + thebetweenlands:bl_bucket:galgadorian;m=1 + thebetweenlands:bl_bucket:gasoline;m=0 + thebetweenlands:bl_bucket:gasoline;m=1 + thebetweenlands:bl_bucket:glass;m=0 + thebetweenlands:bl_bucket:glass;m=1 + thebetweenlands:bl_bucket:glowstone_fluid;m=0 + thebetweenlands:bl_bucket:glowstone_fluid;m=1 + thebetweenlands:bl_bucket:glowstone;m=0 + thebetweenlands:bl_bucket:glowstone;m=1 + thebetweenlands:bl_bucket:glycerin;m=0 + thebetweenlands:bl_bucket:glycerin;m=1 + thebetweenlands:bl_bucket:gold;m=0 + thebetweenlands:bl_bucket:gold;m=1 + thebetweenlands:bl_bucket:heavywater;m=0 + thebetweenlands:bl_bucket:heavywater;m=1 + thebetweenlands:bl_bucket:helium;m=0 + thebetweenlands:bl_bucket:helium;m=1 + thebetweenlands:bl_bucket:hydrogen;m=0 + thebetweenlands:bl_bucket:hydrogen;m=1 + thebetweenlands:bl_bucket:if.ore_fluid_fermented;m=0 + thebetweenlands:bl_bucket:if.ore_fluid_fermented;m=1 + thebetweenlands:bl_bucket:if.ore_fluid_raw;m=0 + thebetweenlands:bl_bucket:if.ore_fluid_raw;m=1 + thebetweenlands:bl_bucket:if.pink_slime;m=0 + thebetweenlands:bl_bucket:if.pink_slime;m=1 + thebetweenlands:bl_bucket:if.protein;m=0 + thebetweenlands:bl_bucket:if.protein;m=1 + thebetweenlands:bl_bucket:infected_water_fluid;m=0 + thebetweenlands:bl_bucket:infected_water_fluid;m=1 + thebetweenlands:bl_bucket:inferium;m=0 + thebetweenlands:bl_bucket:inferium;m=1 + thebetweenlands:bl_bucket:intermedium;m=0 + thebetweenlands:bl_bucket:intermedium;m=1 + thebetweenlands:bl_bucket:invar;m=0 + thebetweenlands:bl_bucket:invar;m=1 + thebetweenlands:bl_bucket:iron;m=0 + thebetweenlands:bl_bucket:iron;m=1 + thebetweenlands:bl_bucket:ironwine;m=0 + thebetweenlands:bl_bucket:ironwine;m=1 + thebetweenlands:bl_bucket:kerosene;m=0 + thebetweenlands:bl_bucket:kerosene;m=1 + thebetweenlands:bl_bucket:knightmetal;m=0 + thebetweenlands:bl_bucket:knightmetal;m=1 + thebetweenlands:bl_bucket:knightslime;m=0 + thebetweenlands:bl_bucket:knightslime;m=1 + thebetweenlands:bl_bucket:latex;m=0 + thebetweenlands:bl_bucket:latex;m=1 + thebetweenlands:bl_bucket:lava;m=0 + thebetweenlands:bl_bucket:lava;m=1 + thebetweenlands:bl_bucket:lead;m=0 + thebetweenlands:bl_bucket:lead;m=1 + thebetweenlands:bl_bucket:lifeessence;m=0 + thebetweenlands:bl_bucket:lifeessence;m=1 + thebetweenlands:bl_bucket:liquid_caramel_fluid;m=0 + thebetweenlands:bl_bucket:liquid_caramel_fluid;m=1 + thebetweenlands:bl_bucket:liquid_chocolate_fluid;m=0 + thebetweenlands:bl_bucket:liquid_chocolate_fluid;m=1 + thebetweenlands:bl_bucket:liquid_hydrocarbon_fluid;m=0 + thebetweenlands:bl_bucket:liquid_hydrocarbon_fluid;m=1 + thebetweenlands:bl_bucket:liquidargon;m=0 + thebetweenlands:bl_bucket:liquidargon;m=1 + thebetweenlands:bl_bucket:liquidchlorine;m=0 + thebetweenlands:bl_bucket:liquidchlorine;m=1 + thebetweenlands:bl_bucket:liquidchorus;m=0 + thebetweenlands:bl_bucket:liquidchorus;m=1 + thebetweenlands:bl_bucket:liquiddeuterium;m=0 + thebetweenlands:bl_bucket:liquiddeuterium;m=1 + thebetweenlands:bl_bucket:liquidethene;m=0 + thebetweenlands:bl_bucket:liquidethene;m=1 + thebetweenlands:bl_bucket:liquidfusionfuel;m=0 + thebetweenlands:bl_bucket:liquidfusionfuel;m=1 + thebetweenlands:bl_bucket:liquidhydrogen;m=0 + thebetweenlands:bl_bucket:liquidhydrogen;m=1 + thebetweenlands:bl_bucket:liquidhydrogenchloride;m=0 + thebetweenlands:bl_bucket:liquidhydrogenchloride;m=1 + thebetweenlands:bl_bucket:liquidlithium;m=0 + thebetweenlands:bl_bucket:liquidlithium;m=1 + thebetweenlands:bl_bucket:liquidmethane;m=0 + thebetweenlands:bl_bucket:liquidmethane;m=1 + thebetweenlands:bl_bucket:liquidnitrogen;m=0 + thebetweenlands:bl_bucket:liquidnitrogen;m=1 + thebetweenlands:bl_bucket:liquidoxygen;m=0 + thebetweenlands:bl_bucket:liquidoxygen;m=1 + thebetweenlands:bl_bucket:liquidsodium;m=0 + thebetweenlands:bl_bucket:liquidsodium;m=1 + thebetweenlands:bl_bucket:liquidsulfurdioxide;m=0 + thebetweenlands:bl_bucket:liquidsulfurdioxide;m=1 + thebetweenlands:bl_bucket:liquidsulfurtrioxide;m=0 + thebetweenlands:bl_bucket:liquidsulfurtrioxide;m=1 + thebetweenlands:bl_bucket:liquidtritium;m=0 + thebetweenlands:bl_bucket:liquidtritium;m=1 + thebetweenlands:bl_bucket:lpg;m=0 + thebetweenlands:bl_bucket:lpg;m=1 + thebetweenlands:bl_bucket:lubricant;m=0 + thebetweenlands:bl_bucket:lubricant;m=1 + thebetweenlands:bl_bucket:magma_fluid;m=0 + thebetweenlands:bl_bucket:magma_fluid;m=1 + thebetweenlands:bl_bucket:manyullyn;m=0 + thebetweenlands:bl_bucket:manyullyn;m=1 + thebetweenlands:bl_bucket:mead;m=0 + thebetweenlands:bl_bucket:mead;m=1 + thebetweenlands:bl_bucket:meat;m=0 + thebetweenlands:bl_bucket:meat;m=1 + thebetweenlands:bl_bucket:menrilresin;m=0 + thebetweenlands:bl_bucket:menrilresin;m=1 + thebetweenlands:bl_bucket:methane_fluid;m=0 + thebetweenlands:bl_bucket:methane_fluid;m=1 + thebetweenlands:bl_bucket:methane;m=0 + thebetweenlands:bl_bucket:methane;m=1 + thebetweenlands:bl_bucket:methanol;m=0 + thebetweenlands:bl_bucket:methanol;m=1 + thebetweenlands:bl_bucket:modularium;m=0 + thebetweenlands:bl_bucket:modularium;m=1 + thebetweenlands:bl_bucket:moltenabyssalnite;m=0 + thebetweenlands:bl_bucket:moltenabyssalnite;m=1 + thebetweenlands:bl_bucket:moltendreadium;m=0 + thebetweenlands:bl_bucket:moltendreadium;m=1 + thebetweenlands:bl_bucket:moltenrefinedcoralium;m=0 + thebetweenlands:bl_bucket:moltenrefinedcoralium;m=1 + thebetweenlands:bl_bucket:napalm;m=0 + thebetweenlands:bl_bucket:napalm;m=1 + thebetweenlands:bl_bucket:naphtha;m=0 + thebetweenlands:bl_bucket:naphtha;m=1 + thebetweenlands:bl_bucket:nickel;m=0 + thebetweenlands:bl_bucket:nickel;m=1 + thebetweenlands:bl_bucket:nitrogen_fluid;m=0 + thebetweenlands:bl_bucket:nitrogen_fluid;m=1 + thebetweenlands:bl_bucket:nitrogen_ice_fluid;m=0 + thebetweenlands:bl_bucket:nitrogen_ice_fluid;m=1 + thebetweenlands:bl_bucket:nitrogen;m=0 + thebetweenlands:bl_bucket:nitrogen;m=1 + thebetweenlands:bl_bucket:obsidian;m=0 + thebetweenlands:bl_bucket:obsidian;m=1 + thebetweenlands:bl_bucket:oil;m=0 + thebetweenlands:bl_bucket:oil;m=1 + thebetweenlands:bl_bucket:osmium;m=0 + thebetweenlands:bl_bucket:osmium;m=1 + thebetweenlands:bl_bucket:oxygen;m=0 + thebetweenlands:bl_bucket:oxygen;m=1 + thebetweenlands:bl_bucket:pigiron;m=0 + thebetweenlands:bl_bucket:pigiron;m=1 + thebetweenlands:bl_bucket:plantoil;m=0 + thebetweenlands:bl_bucket:plantoil;m=1 + thebetweenlands:bl_bucket:plastic;m=0 + thebetweenlands:bl_bucket:plastic;m=1 + thebetweenlands:bl_bucket:platinum;m=0 + thebetweenlands:bl_bucket:platinum;m=1 + thebetweenlands:bl_bucket:propene;m=0 + thebetweenlands:bl_bucket:propene;m=1 + thebetweenlands:bl_bucket:prudentium;m=0 + thebetweenlands:bl_bucket:prudentium;m=1 + thebetweenlands:bl_bucket:pure_matter;m=0 + thebetweenlands:bl_bucket:pure_matter;m=1 + thebetweenlands:bl_bucket:purpleslime;m=0 + thebetweenlands:bl_bucket:purpleslime;m=1 + thebetweenlands:bl_bucket:radioactive_water_fluid;m=0 + thebetweenlands:bl_bucket:radioactive_water_fluid;m=1 + thebetweenlands:bl_bucket:redstone_alloy;m=0 + thebetweenlands:bl_bucket:redstone_alloy;m=1 + thebetweenlands:bl_bucket:redstone;m=0 + thebetweenlands:bl_bucket:redstone;m=1 + thebetweenlands:bl_bucket:reinforced_metal;m=0 + thebetweenlands:bl_bucket:reinforced_metal;m=1 + thebetweenlands:bl_bucket:rubber;m=0 + thebetweenlands:bl_bucket:rubber;m=1 + thebetweenlands:bl_bucket:salt_fluid;m=0 + thebetweenlands:bl_bucket:salt_fluid;m=1 + thebetweenlands:bl_bucket:sewage;m=0 + thebetweenlands:bl_bucket:sewage;m=1 + thebetweenlands:bl_bucket:silver;m=0 + thebetweenlands:bl_bucket:silver;m=1 + thebetweenlands:bl_bucket:slime;m=0 + thebetweenlands:bl_bucket:slime;m=1 + thebetweenlands:bl_bucket:sludge;m=0 + thebetweenlands:bl_bucket:sludge;m=1 + thebetweenlands:bl_bucket:soulium;m=0 + thebetweenlands:bl_bucket:soulium;m=1 + thebetweenlands:bl_bucket:stagnant_water;m=0 + thebetweenlands:bl_bucket:stagnant_water;m=1 + thebetweenlands:bl_bucket:steam;m=0 + thebetweenlands:bl_bucket:steam;m=1 + thebetweenlands:bl_bucket:steel;m=0 + thebetweenlands:bl_bucket:steel;m=1 + thebetweenlands:bl_bucket:steeleaf;m=0 + thebetweenlands:bl_bucket:steeleaf;m=1 + thebetweenlands:bl_bucket:stone;m=0 + thebetweenlands:bl_bucket:stone;m=1 + thebetweenlands:bl_bucket:sulfuricacid;m=0 + thebetweenlands:bl_bucket:sulfuricacid;m=1 + thebetweenlands:bl_bucket:sulphuricacid;m=0 + thebetweenlands:bl_bucket:sulphuricacid;m=1 + thebetweenlands:bl_bucket:superium;m=0 + thebetweenlands:bl_bucket:superium;m=1 + thebetweenlands:bl_bucket:supremium;m=0 + thebetweenlands:bl_bucket:supremium;m=1 + thebetweenlands:bl_bucket:swamp_water;m=0 + thebetweenlands:bl_bucket:swamp_water;m=1 + thebetweenlands:bl_bucket:tar;m=0 + thebetweenlands:bl_bucket:tar;m=1 + thebetweenlands:bl_bucket:tin;m=0 + thebetweenlands:bl_bucket:tin;m=1 + thebetweenlands:bl_bucket:titanium;m=0 + thebetweenlands:bl_bucket:titanium;m=1 + thebetweenlands:bl_bucket:uranium;m=0 + thebetweenlands:bl_bucket:uranium;m=1 + thebetweenlands:bl_bucket:water;m=0 + thebetweenlands:bl_bucket:water;m=1 + thebetweenlands:bl_bucket:wildberrywine;m=0 + thebetweenlands:bl_bucket:wildberrywine;m=1 + thebetweenlands:bl_bucket:wine;m=0 + thebetweenlands:bl_bucket:wine;m=1 + thebetweenlands:bl_bucket:zinc;m=0 + thebetweenlands:bl_bucket:zinc;m=1 + thebetweenlands:syrmorite_bucket_solid_rubber + twilightforest:huge_mushgloom + twilightforest:magic_map:0 + twilightforest:maze_map:0 + twilightforest:miniature_structure + twilightforest:ore_map:0 + yoyos:yoyo + > +} + + diff --git a/config/jei/jei.cfg b/config/jei/jei.cfg new file mode 100644 index 0000000..72a5349 --- /dev/null +++ b/config/jei/jei.cfg @@ -0,0 +1,76 @@ +# 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=true + 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 +} + + +########################################################################################################## +# 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=enabled + + # Search mode for resources ids (prefix: &) + # [Default: disabled] + # [Valid: [enabled, require_prefix, disabled]] + S:resourceIdSearchMode=enabled + + # 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 0000000..895f31a --- /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/journeymap_ModInfo.cfg b/config/journeymap_ModInfo.cfg new file mode 100644 index 0000000..acbb989 --- /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": "15d849bd4f7", + "status": "Enabled (0b2d2bd5-d5b8-304b-a071-a070e89245d5)", + "verbose": false +} \ No newline at end of file diff --git a/config/kleeslabs.cfg b/config/kleeslabs.cfg new file mode 100644 index 0000000..5e9a7e8 --- /dev/null +++ b/config/kleeslabs.cfg @@ -0,0 +1,41 @@ +# Configuration file + +compat { + # [default: true] + B:biomesoplenty=false + + # [default: true] + B:botania=false + + # [default: true] + B:concreteplus=false + + # [default: true] + B:erebus=false + + # [default: true] + B:extratrees=false + + # [default: true] + B:forestry=false + + # [default: true] + B:missing_pieces=false + + # [default: true] + B:slabcraftmod=false + + # [default: true] + B:undergroundbiomes=false +} + + +general { + # If Require Sneaking is enabled. Set this to true to invert the sneaking check for breaking only half a slab. [default: false] + B:"Invert Sneaking Check"=false + + # Set this to true to only break half a slab when the player is sneaking. [default: false] + B:"Require Sneaking"=false +} + + diff --git a/config/laser_drill_ores/default_ores.json b/config/laser_drill_ores/default_ores.json new file mode 100644 index 0000000..be67b1c --- /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/librarianlib.cfg b/config/librarianlib.cfg new file mode 100644 index 0000000..23982bc --- /dev/null +++ b/config/librarianlib.cfg @@ -0,0 +1,47 @@ +# Configuration file + +client { + # Whether to make enchantments use the glow handler. + B:enchantment_glow=true + + # Items that should glow. + # Format: (block:)modid:item@meta,tintindex1,tintindex2|disableLighting, with -1 being untinted. You can have as many tintindexes as you want. + # If meta is -1, it'll act as a wildcard. If no tint indices are supplied, it'll use any. + # + # Resource packs can specify items to glow in a `liblib_glow.cfg` file under any /assets/modid/ folder. + # An example of such a file's contents: + # + # botania:resource@5 + # botania:resource@14 + # psi:cad,1 + # botania:bifrostperm|false + # block:minecraft:grass,0 + S:glowing < + minecraft:glowstone|false + minecraft:glowstone_dust + minecraft:blaze_rod + minecraft:blaze_powder + minecraft:sea_lantern|false + minecraft:prismarine_crystals + minecraft:end_rod|false + minecraft:experience_bottle + quark:blaze_lantern|false + > + + # The maximum amount of particles that can exist at a time from the particle system. + I:max_particle_count=10000 + + # Whether to use the custom potion glow handler. + B:potion_glow=true + + # Controls whether LibLib's shaders are used. If you're using the GLSL Shaders mod and are having graphical troubles with visuals, you may want to turn this off. + B:shaders=false +} + + +general { + # Only require one bonemeal to grow LibrarianLib saplings. + B:one_bonemeal=false +} + + diff --git a/config/libvulpes.cfg b/config/libvulpes.cfg new file mode 100644 index 0000000..fb07911 --- /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/loadingscreens/LoadingScreens.txt b/config/loadingscreens/LoadingScreens.txt new file mode 100644 index 0000000..304d977 --- /dev/null +++ b/config/loadingscreens/LoadingScreens.txt @@ -0,0 +1,35 @@ + +background = addStretchedTexture("top_left", "test:textures/gui/title/background/sevtech_gradients.png") +background.setRelRender(1, 1) + +tips = addRandomText("bottom_left") +tips.setAbsXOffset(5) +tips.setAbsYOffset(-50) +tips.addTip("Water is only infinite in River and Ocean biomes.") +tips.addTip("The world generates in a logical heat map. Need snow or a desert? Travel North or South until you find it!") +tips.addTip("While walking, your player will change position.") +tips.addTip("WAILA is already installed, you just need to unlock it!") +tips.addTip("SevTech has map mods! You don't have to add your own!") +tips.addTip("Ore Excavation is in the pack. You'll need to discover and unlock it.") +tips.addTip("The Advancement page will lead you through the pack. You can find it in the escape menu or by pressing "L" (default).") +tips.addTip("The carrot in your inventory is where you can view your nutrition levels. If you raise the nutrition levels high enough you will get buffs. Let them drop too low and you'll have debuffs.") +tips.addTip("New items are revealed as you unlock new stages!") +tips.addTip("Ores are hidden until you unlock them via new stages.") +tips.addTip("Can't figure out how to get an item? Check JEI. It may have your answer.") +tips.addTip("You can move faster on certain blocks like Grass Paths.") +tips.addTip("The Ore is setup in large veins. Locate the chunk a vein is in by finding a Sample on the surface.") +tips.addTip("Use F7 to see the light levels on the ground and F9 to see the chunk borders.") +tips.addTip("Want to get to the next stage? Follow the Advancements.") +tips.addTip("Dimensions can only be entered when you unlock them via new stages.") +tips.addTip("Some blocks are disguised as other blocks. They are revealed in the correct stage. Always go back and check out areas you've already explored to see what's new.") +tips.addTip("Ore doubling is available later on in the Industrial stage.") +tips.addTip("Make sure to let Glen out of your park so he can eat and sleep.") +tips.addTip("All enemies do not appear at the beginning of the pack. Some will only spawn later on.") +tips.addTip("Need to locate an ore vein in a chunk? Use items from the Prospectors mod.") +tips.addTip("Coordinates in the F3 screen are not available. Unlock and use Info Accessories to see this information or use markers in the world to find your way.") +tips.addTip("If you die a Death Compass will spawn in your inventory this will point you to the direction of your grave.") +tips.addTip("Shift/Sneak on your grave to retrieve your items.") +tips.addTip("Rafts are an earlier form of water transportation. They are just a bit weaker and slower.") +tips.addTip("Morney cheese sauce (makes 1 gal); 2qt whole milk; 2 qts heavy cream; roux (250g butter/250g flour); sachet (bay, peppercorns, thyme); dijon (to taste); shredded comte cheese (lots/to taste); bring milk/cream/sachet to a boil (remove sachet) then reduce heat to simmer add roux (should be blonde) and whisk until absorbed add dijon and shredded cheese to taste") +tips.addTip("Holding the Drawer Key in your off-hand will automatically lock a newly placed Storage Drawer") +tips.addTip("Try not to let horsepower leads cross chunk borders") \ No newline at end of file diff --git a/config/magma_monsters.cfg b/config/magma_monsters.cfg new file mode 100644 index 0000000..aa0622f --- /dev/null +++ b/config/magma_monsters.cfg @@ -0,0 +1,43 @@ +# Configuration file + +"magma monster grunt spawn settings" { + I:"Cobble Grunt Slowness Effect Duration (Seconds)"=5 + B:"Grunts Spawn Fire Whilst On Flamable Blocks"=false + + # [range: 1.0 ~ 3.4028235E38, default: 2.0] + S:"Magma Monster Grunt Attack Damage"=2.0 + + # [range: 1.0 ~ 3.4028235E38, default: 15.0] + S:"Magma Monster Grunt Health"=15.0 + I:"Magma Monster Grunt Max Y Spawn Height"=63 + I:"Nether Magma Monster Grunt Chance Probability"=2000 + I:"Nether Magma Monster Grunt Group Maximum Size"=3 + I:"Nether Magma Monster Grunt Group Minimum Size"=1 + I:"Over World Magma Monster Grunt Chance Probability"=2000 + I:"Over World Magma Monster Grunt Group Maximum Size"=3 + I:"Over World Magma Monster Grunt Group Minimum Size"=1 + B:"Spawn Nether Magma Monster Grunts"=true + B:"Spawn Over World Magma Monster Grunts"=true +} + + +"magma monster spawn settings" { + # [range: 1.0 ~ 3.4028235E38, default: 4.0] + S:"Magma Monster Attack Damage"=4.0 + + # [range: 1.0 ~ 3.4028235E38, default: 25.0] + S:"Magma Monster Health"=25.0 + I:"Magma Monster Max Y Spawn Height"=55 + I:"Nether Magma Monster Chance Probability"=2000 + I:"Nether Magma Monster Group Maximum Size"=3 + I:"Nether Magma Monster Group Minimum Size"=1 + I:"Obsidian Monster Slowness Effect Duration (Seconds)"=5 + I:"Over World Magma Monster Chance Probability"=2000 + I:"Over World Magma Monster Group Maximum Size"=3 + I:"Over World Magma Monster Group Minimum Size"=1 + B:"Spawn Fire Whilst On Flamable Blocks"=false + B:"Spawn Nether Magma Monsters"=true + B:"Spawn Over World Magma Monsters"=true +} + + diff --git a/config/mcjtylib.cfg b/config/mcjtylib.cfg new file mode 100644 index 0000000..87d8906 --- /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/mekanism.cfg b/config/mekanism.cfg new file mode 100644 index 0000000..a7e9202 --- /dev/null +++ b/config/mekanism.cfg @@ -0,0 +1,816 @@ +# Configuration file + +client { + # Align HUD with left (if true) or right (if false) + B:AlignHUDLeft=true + + # How much light to produce if ambient lighting is enabled. + I:AmbientLightingLevel=15 + + # Allow sneak+scroll to change Configurator modes. + B:ConfiguratorModeScroll=true + + # Should active machines produce block light. + B:EnableAmbientLighting=false + + # If enabled machines play their sounds while running. + B:EnableMachineSounds=true + + # Play sounds for Jetpack/Gas Mask/Flamethrower (all players). + B:EnablePlayerSounds=true + + # Christmas/New Years greetings in chat. + B:Holidays=false + + # Show particles when machines active. + B:MachineEffects=true + + # Set to false to prevent particle spam when loading multiblocks (notification message will display instead). + B:MultiblockFormParticles=true + + # If true, don't render Cables/Pipes/Tubes as transparent and don't render their contents. + B:OpaqueTransmitterRender=false + + # Adjust Mekanism sounds' base volume. < 1 is softer, higher is louder. + D:SoundVolume=0.6 +} + + +general { + # If enabled, lasers can break blocks and the flamethrower starts fires. + B:AestheticWorldDamage=true + + # Disable to make the anchor upgrade not do anything. + B:AllowChunkloading=true + + # Enable the security system for players to prevent others from accessing their machines. Does NOT affect Frequencies. + B:AllowProtection=true + + # Allows vanilla spawners to be moved with a Cardboard Box. + B:AllowSpawnerBoxPickup=true + + # Allow right clicking on Cables/Pipes/Tubes with alloys to upgrade the tier. + B:AllowTransmitterAlloyUpgrade=true + + # Max damage the Armored Jetpack can absorb. + I:ArmoredJepackDamageMax=115 + + # Damage absorb ratio of the Armored Jetpack. + D:ArmoredJetpackDamageRatio=0.8 + + # Disables Forge Energy (FE,IF,uF,CF) power integration. Requires world restart (server-side option in SMP). + B:BlacklistForgePower=false + + # Disables IC2 power integration. Requires world restart (server-side option in SMP). + B:BlacklistIC2Power=false + + # Disables Thermal Expansion RedstoneFlux power integration. Requires world restart (server-side option in SMP). + B:BlacklistRFPower=false + + # Disables Tesla power integration. Requires world restart (server-side option in SMP). + B:BlacklistTeslaPower=false + + # How many ticks must pass until a block's active state can sync with the client. + I:ClientUpdateDelay=10 + + # Enables recipes using Control Circuits to use OreDict'd Control Circuits from other mods. + B:ControlCircuitOreDict=true + + # Chance that copper generates in a chunk. (0 to Disable) + I:CopperPerChunk=0 + + # Max number of blocks in a copper vein. + I:CopperVeinSize=8 + + # If machine is disabled in config, do we set its block to air if it is found in world? + B:DestroyDisabledBlocks=true + + # Maximum amount (joules) of energy the Atomic Disassembler can contain + D:DisassemblerBatteryCapacity=1000000.0 + + # The amount of damage the Atomic Disassembler does when it has at least DisassemblerEnergyUsageWeapon power stored. (Value is in number of half hearts) + I:DisassemblerDamageMax=20 + + # The amount of damage the Atomic Disassembler does when it is out of power. (Value is in number of half hearts) + I:DisassemblerDamageMin=4 + + # Base Energy (Joules) usage of the Atomic Disassembler. (Gets multiplied by speed factor) + I:DisassemblerEnergyUsage=10 + + # Cost in Joules of using the Atomic Disassembler as a hoe. + I:DisassemblerEnergyUsageHoe=10 + + # Cost in Joules of using the Atomic Disassembler as a weapon. + I:DisassemblerEnergyUsageWeapon=2000 + + # Enable the 'Extended Vein Mining' mode for the Atomic Disassembler. (Allows vein mining everything not just ores/logs) + B:DisassemblerExtendedMiningMode=true + + # Enable the 'Fast' mode for the Atomic Disassembler. + B:DisassemblerFastMode=true + + # The max Atomic Disassembler Vein Mining Block Count. + I:DisassemblerMiningCount=128 + + # The Range of the Atomic Disassembler Extended Vein Mining. + I:DisassemblerMiningRange=10 + + # Enable the 'Slow' mode for the Atomic Disassembler. + B:DisassemblerSlowMode=true + + # Enable the 'Vein Mining' mode for the Atomic Disassembler. + B:DisassemblerVeinMiningMode=true + + # Audible sparkles. + B:DynamicTankEasterEgg=false + + # Conversion multiplier from Joules to EU (Joules * EUToJoules = EU) + D:EUToJoules=0.1 + + # Allows chunks to retrogen Mekanism ore blocks. + B:EnableWorldRegeneration=false + + # Joules required by the Resistive Heater to produce one unit of heat. Also affects Thermoelectric Boiler's Water->Steam rate. + D:EnergyPerHeat=1000.0 + + # How much energy (Joules) a piece of redstone gives in machines. + D:EnergyPerRedstone=10000.0 + + # Displayed energy type in Mekanism GUIs. + S:EnergyType=RF + + # Burn time for Ethylene (1mB hydrogen + 2*bioFuel/tick*200ticks/100mB * 20x efficiency bonus). + I:EthyleneBurnTime=40 + + # Thermal Evaporation Tower heat loss per tick. + D:EvaporationHeatDissipation=0.02 + + # Max Temperature of the Thermal Evaporation Tower. + D:EvaporationMaxTemp=3000.0 + + # Heat to absorb per Solar Panel array of Thermal Evaporation Tower. + D:EvaporationSolarMultiplier=0.2 + + # Temperature to amount produced ratio for Thermal Evaporation Tower. + D:EvaporationTempMultiplier=0.1 + + # Conversion multiplier from Joules to Forge Energy (Joules * ForgeToJoules = FE) + D:ForgeToJoules=0.4 + + # Amount of heat produced per fuel tick of a fuel's burn time in the Fuelwood Heater. + D:HeatPerFuelTick=4.0 + + # How much energy is produced per mB of Hydrogen, also affects Electrolytic Separator usage, Ethylene burn rate and Gas generator energy capacity. + D:HydrogenEnergyDensity=200.0 + + # Conversion multiplier from EU to Joules (EU * JoulesToEU = Joules) + D:JoulesToEU=10.0 + + # Conversion multiplier from Forge Energy to Joules (FE * JoulesToForge = Joules) + D:JoulesToForge=2.5 + + # Conversion multiplier from RF to Joules (RF * JoulesToRF = Joules) + D:JoulesToRF=2.5 + + # Conversion multiplier from Tesla to Joules (Tesla * JoulesToTesla = Joules) + D:JoulesToTesla=2.5 + + # Energy needed to destroy or attract blocks with a Laser (per block hardness level). + I:LaserDiggingEnergy=100000 + + # How far (in blocks) a laser can travel. + I:LaserRange=64 + + # Log Mekanism packet names. Debug setting. + B:LogPackets=false + + # Maximum Joules per mB of Steam. Also affects Thermoelectric Boiler. + D:MaxEnergyPerSteam=100.0 + + # Flamethrower Gas Tank capacity in mB. + I:MaxFlamethrowerGas=24000 + + # Jetpack Gas Tank capacity in mB. + I:MaxJetpackGas=24000 + + # Fluidic Plenisher stops after this many blocks. + I:MaxPlenisherNodes=4000 + + # Maximum block distance to pull fluid from for the Electric Pump. + I:MaxPumpRange=80 + + # Scuba Tank Gas Tank capacity in mB. + I:MaxScubaGas=24000 + + # Energy multiplier for using silk touch mode with the Digital Miner. + I:MinerSilkMultiplier=6 + + # Radius of the explosion of Obsidian TNT. + I:ObsidianTNTBlastRadius=12 + + # Fuse time for Obsidian TNT. + I:ObsidianTNTDelay=100 + + # Ops can bypass the block security restrictions if enabled. + B:OpsBypassRestrictions=false + + # Chance that osmium generates in a chunk. (0 to Disable) + I:OsmiumPerChunk=0 + + # Max number of blocks in an osmium vein. + I:OsmiumVeinSize=8 + + # Delay in ticks before a player is teleported after clicking the Teleport button in the portable teleporter. + I:PortableTeleporterDelay=0 + + # Add filled creative gas tanks to creative/JEI. + B:PrefilledGasTanks=true + + # If enabled makes Water and Heavy Water blocks be removed from the world on pump. + B:PumpWaterSources=false + + # Maximum energy buffer (Mekanism Joules) of an Entangoloporter frequency - i.e. the maximum transfer per tick per frequency. + D:QuantumEntangloporterEnergyTransfer=1.6E7 + + # Conversion multiplier from Joules to RF (Joules * RFToJoules = RF) + D:RFToJoules=0.4 + + # Chance that salt generates in a chunk. (0 to Disable) + I:SaltPerChunk=2 + + # Max number of blocks in a salt vein. + I:SaltVeinSize=6 + + # Chance of producing sawdust per operation in the precision sawmill when turning logs into planks. + D:SawdustChanceLog=1.0 + + # Chance of producing sawdust per operation in the precision sawmill when turning planks into sticks. + D:SawdustChancePlank=0.25 + + # Enable the spawning of baby skeletons. Think baby zombies but skeletons. + B:SpawnBabySkeletons=false + + # Amount of heat each Boiler heating element produces. + D:SuperheatingHeatTransfer=10000.0 + + # Displayed temperature unit in Mekanism GUIs. + S:"Temperature Units"=K + + # Conversion multiplier from Joules to Tesla (Joules * TeslaToJoules = Tesla) + D:TeslaToJoules=0.4 + + # Chance that tin generates in a chunk. (0 to Disable) + I:TinPerChunk=0 + + # Max number of blocks in a tin vein. + I:TinVeinSize=8 + B:UpdateNotifications=false + + # Base factor for working out machine performance with upgrades - UpgradeModifier * (UpgradesInstalled/UpgradesPossible). + I:UpgradeModifier=10 + + # TCP port for the Voice server to listen on. + I:VoicePort=36123 + + # Should machines void the gas inside of them on load if there is no recipe using that gas. + B:VoidInvalidGases=true + + # Enables the voice server for Walkie Talkies. + B:WalkieTalkieServerEnabled=false + + # Change this value to cause Mekanism to regen its ore in all loaded chunks. + I:WorldRegenVersion=0 + + # Maximum radius in blocks that the Digital Miner can reach. (Increasing this may have negative effects on stability and/or performance. We strongly recommend you leave it at the default value.) + I:digitalMinerMaxRadius=32 + + # Maximum fluid buffer (mb) of an Entangoloporter frequency - i.e. the maximum transfer per tick per frequency. Default is ultimate tier tank capacity. + I:quantumEntangloporterFluidBuffer=512000 + + # Maximum fluid buffer (mb) of an Entangoloporter frequency - i.e. the maximum transfer per tick per frequency. Default is ultimate tier tank capacity. + I:quantumEntangloporterGasBuffer=512000 +} + + +machines { + # Allow Chargepad to be used/crafted. Requires game restart to fully take effect. + B:ChargepadEnabled=true + + # Allow ChemicalCrystallizer to be used/crafted. Requires game restart to fully take effect. + B:ChemicalCrystallizerEnabled=true + + # Allow ChemicalDissolutionChamber to be used/crafted. Requires game restart to fully take effect. + B:ChemicalDissolutionChamberEnabled=true + + # Allow ChemicalInfuser to be used/crafted. Requires game restart to fully take effect. + B:ChemicalInfuserEnabled=true + + # Allow ChemicalInjectionChamber to be used/crafted. Requires game restart to fully take effect. + B:ChemicalInjectionChamberEnabled=true + + # Allow ChemicalOxidizer to be used/crafted. Requires game restart to fully take effect. + B:ChemicalOxidizerEnabled=true + + # Allow ChemicalWasher to be used/crafted. Requires game restart to fully take effect. + B:ChemicalWasherEnabled=true + + # Allow Combiner to be used/crafted. Requires game restart to fully take effect. + B:CombinerEnabled=true + + # Allow Crusher to be used/crafted. Requires game restart to fully take effect. + B:CrusherEnabled=true + + # Allow DigitalMiner to be used/crafted. Requires game restart to fully take effect. + B:DigitalMinerEnabled=true + + # Allow ElectricPump to be used/crafted. Requires game restart to fully take effect. + B:ElectricPumpEnabled=true + + # Allow ElectrolyticSeparator to be used/crafted. Requires game restart to fully take effect. + B:ElectrolyticSeparatorEnabled=true + + # Allow EnergizedSmelter to be used/crafted. Requires game restart to fully take effect. + B:EnergizedSmelterEnabled=true + + # Allow EnrichmentChamber to be used/crafted. Requires game restart to fully take effect. + B:EnrichmentChamberEnabled=true + + # Allow Factory to be used/crafted. Requires game restart to fully take effect. + B:FactoryEnabled=true + + # Allow FluidTank to be used/crafted. Requires game restart to fully take effect. + B:FluidTankEnabled=true + + # Allow FluidicPlenisher to be used/crafted. Requires game restart to fully take effect. + B:FluidicPlenisherEnabled=true + + # Allow FormulaicAssemblicator to be used/crafted. Requires game restart to fully take effect. + B:FormulaicAssemblicatorEnabled=true + + # Allow FuelwoodHeater to be used/crafted. Requires game restart to fully take effect. + B:FuelwoodHeaterEnabled=true + + # Allow LaserAmplifier to be used/crafted. Requires game restart to fully take effect. + B:LaserAmplifierEnabled=true + + # Allow Laser to be used/crafted. Requires game restart to fully take effect. + B:LaserEnabled=true + + # Allow LaserTractorBeam to be used/crafted. Requires game restart to fully take effect. + B:LaserTractorBeamEnabled=true + + # Allow LogisticalSorter to be used/crafted. Requires game restart to fully take effect. + B:LogisticalSorterEnabled=true + + # Allow MetallurgicInfuser to be used/crafted. Requires game restart to fully take effect. + B:MetallurgicInfuserEnabled=true + + # Allow Oredictionificator to be used/crafted. Requires game restart to fully take effect. + B:OredictionificatorEnabled=true + + # Allow OsmiumCompressor to be used/crafted. Requires game restart to fully take effect. + B:OsmiumCompressorEnabled=true + + # Allow PersonalChest to be used/crafted. Requires game restart to fully take effect. + B:PersonalChestEnabled=true + + # Allow PrecisionSawmill to be used/crafted. Requires game restart to fully take effect. + B:PrecisionSawmillEnabled=true + + # Allow PressurizedReactionChamber to be used/crafted. Requires game restart to fully take effect. + B:PressurizedReactionChamberEnabled=true + + # Allow PurificationChamber to be used/crafted. Requires game restart to fully take effect. + B:PurificationChamberEnabled=true + + # Allow QuantumEntangloporter to be used/crafted. Requires game restart to fully take effect. + B:QuantumEntangloporterEnabled=true + + # Allow ResistiveHeater to be used/crafted. Requires game restart to fully take effect. + B:ResistiveHeaterEnabled=true + + # Allow RotaryCondensentrator to be used/crafted. Requires game restart to fully take effect. + B:RotaryCondensentratorEnabled=true + + # Allow SeismicVibrator to be used/crafted. Requires game restart to fully take effect. + B:SeismicVibratorEnabled=true + + # Allow SolarNeutronActivator to be used/crafted. Requires game restart to fully take effect. + B:SolarNeutronActivatorEnabled=true + + # Allow Teleporter to be used/crafted. Requires game restart to fully take effect. + B:TeleporterEnabled=true +} + + +storage { + # Base energy storage (Joules). + D:ChargePadStorage=40000.0 + + # Base energy storage (Joules). + D:ChemicalCrystallizerStorage=160000.0 + + # Base energy storage (Joules). + D:ChemicalDissolutionChamberStorage=160000.0 + + # Base energy storage (Joules). + D:ChemicalInfuserStorage=80000.0 + + # Base energy storage (Joules). + D:ChemicalInjectionChamberStorage=160000.0 + + # Base energy storage (Joules). + D:ChemicalWasherStorage=80000.0 + + # Base energy storage (Joules). + D:CombinerStorage=40000.0 + + # Base energy storage (Joules). + D:CrusherStorage=20000.0 + + # Base energy storage (Joules). + D:DigitalMinerStorage=40000.0 + + # Base energy storage (Joules). + D:ElectricPumpStorage=40000.0 + + # Base energy storage (Joules). + D:ElectrolyticSeparatorStorage=160000.0 + + # Base energy storage (Joules). + D:EnergizedSmelterStorage=20000.0 + + # Base energy storage (Joules). + D:EnrichmentChamberStorage=20000.0 + + # Base energy storage (Joules). + D:FluidicPlenisherStorage=40000.0 + + # Base energy storage (Joules). + D:FormulaicAssemblicatorStorage=40000.0 + + # Base energy storage (Joules). + D:LaserStorage=2000000.0 + + # Base energy storage (Joules). + D:MetallurgicInfuserStorage=20000.0 + + # Base energy storage (Joules). + D:OsmiumCompressorStorage=80000.0 + + # Base energy storage (Joules). + D:OxidationChamberStorage=80000.0 + + # Base energy storage (Joules). + D:PrecisionSawmillStorage=20000.0 + + # Base energy storage (Joules). + D:PressurizedReactionBaseStorage=2000.0 + + # Base energy storage (Joules). + D:PurificationChamberStorage=80000.0 + + # Base energy storage (Joules). + D:RotaryCondensentratorStorage=20000.0 + + # Base energy storage (Joules). + D:SeismicVibratorStorage=20000.0 + + # Base energy storage (Joules). + D:TeleporterStorage=5000000.0 +} + + +tier { + # The number of items a Advanced bin can store. + I:AdvancedBinStorage=8192 + + # Internal buffer in Joules of each Advanced universal cable. + I:AdvancedCableCapacity=12800 + + # Insulation value of Advanced thermodynamic conductor. + D:AdvancedConductorConductionInsulation=400.0 + + # Heat capacity of Advanced thermodynamic conductor. + D:AdvancedConductorHeatCapacity=1.0 + + # Conduction value of Advanced thermodynamic conductor. + D:AdvancedConductorInverseConduction=5.0 + + # Maximum number of Joules a Advanced energy cube can store. + D:AdvancedEnergyCubeMaxEnergy=8000000.0 + + # Output rate in Joules of a Advanced energy cube. + D:AdvancedEnergyCubeOutput=3200.0 + + # Output rate of Advanced gas tank in mB. + I:AdvancedFluidTankOutput=800 + + # Storage size of Advanced gas tank in mB. + I:AdvancedFluidTankStorage=28000 + + # Output rate of Advanced gas tank in mB. + I:AdvancedGasTankOutput=512 + + # Storage size of Advanced gas tank in mB. + I:AdvancedGasTankStorage=128000 + + # Maximum number of Joules a Advanced induction cell can store. + D:AdvancedInductionCellMaxEnergy=8.0E9 + + # Maximum number of Joules a Advanced induction provider can output or accept. + D:AdvancedInductionProviderOutput=512000.0 + + # Capacity of Advanced mechanical pipe in mB. + I:AdvancedPipeCapacity=4000 + + # Pump rate of Advanced mechanical pipe in mB/t. + I:AdvancedPipePullAmount=400 + + # Item throughput rate of Advanced logistical transporter in items/s. + I:AdvancedTransporterPullAmount=16 + + # Five times travel speed of Advanced logistical transporter. + I:AdvancedTransporterSpeed=10 + + # Capacity of Advanced pressurized tube in mB. + I:AdvancedTubeCapacity=1024 + + # Pump rate of Advanced pressurized tube in mB/t. + I:AdvancedTubePullAmount=256 + + # The number of items a Basic bin can store. + I:BasicBinStorage=4096 + + # Internal buffer in Joules of each Basic universal cable. + I:BasicCableCapacity=3200 + + # Insulation value of Basic thermodynamic conductor. + D:BasicConductorConductionInsulation=10.0 + + # Heat capacity of Basic thermodynamic conductor. + D:BasicConductorHeatCapacity=1.0 + + # Conduction value of Basic thermodynamic conductor. + D:BasicConductorInverseConduction=5.0 + + # Maximum number of Joules a Basic energy cube can store. + D:BasicEnergyCubeMaxEnergy=2000000.0 + + # Output rate in Joules of a Basic energy cube. + D:BasicEnergyCubeOutput=800.0 + + # Output rate of Basic gas tank in mB. + I:BasicFluidTankOutput=400 + + # Storage size of Basic gas tank in mB. + I:BasicFluidTankStorage=14000 + + # Output rate of Basic gas tank in mB. + I:BasicGasTankOutput=256 + + # Storage size of Basic gas tank in mB. + I:BasicGasTankStorage=64000 + + # Maximum number of Joules a Basic induction cell can store. + D:BasicInductionCellMaxEnergy=1.0E9 + + # Maximum number of Joules a Basic induction provider can output or accept. + D:BasicInductionProviderOutput=64000.0 + + # Capacity of Basic mechanical pipe in mB. + I:BasicPipeCapacity=1000 + + # Pump rate of Basic mechanical pipe in mB/t. + I:BasicPipePullAmount=100 + + # Item throughput rate of Basic logistical transporter in items/s. + I:BasicTransporterPullAmount=1 + + # Five times travel speed of Basic logistical transporter. + I:BasicTransporterSpeed=5 + + # Capacity of Basic pressurized tube in mB. + I:BasicTubeCapacity=256 + + # Pump rate of Basic pressurized tube in mB/t. + I:BasicTubePullAmount=64 + + # The number of items a Creative bin can store. + I:CreativeBinStorage=2147483647 + + # Maximum number of Joules a Creative energy cube can store. + D:CreativeEnergyCubeMaxEnergy=1.7976931348623157E308 + + # Output rate in Joules of a Creative energy cube. + D:CreativeEnergyCubeOutput=1.7976931348623157E308 + + # Output rate of Creative gas tank in mB. + I:CreativeFluidTankOutput=1073741823 + + # Storage size of Creative gas tank in mB. + I:CreativeFluidTankStorage=2147483647 + + # Output rate of Creative gas tank in mB. + I:CreativeGasTankOutput=1073741823 + + # Storage size of Creative gas tank in mB. + I:CreativeGasTankStorage=2147483647 + + # The number of items a Elite bin can store. + I:EliteBinStorage=32768 + + # Internal buffer in Joules of each Elite universal cable. + I:EliteCableCapacity=64000 + + # Insulation value of Elite thermodynamic conductor. + D:EliteConductorConductionInsulation=8000.0 + + # Heat capacity of Elite thermodynamic conductor. + D:EliteConductorHeatCapacity=1.0 + + # Conduction value of Elite thermodynamic conductor. + D:EliteConductorInverseConduction=5.0 + + # Maximum number of Joules a Elite energy cube can store. + D:EliteEnergyCubeMaxEnergy=3.2E7 + + # Output rate in Joules of a Elite energy cube. + D:EliteEnergyCubeOutput=12800.0 + + # Output rate of Elite gas tank in mB. + I:EliteFluidTankOutput=1600 + + # Storage size of Elite gas tank in mB. + I:EliteFluidTankStorage=56000 + + # Output rate of Elite gas tank in mB. + I:EliteGasTankOutput=1028 + + # Storage size of Elite gas tank in mB. + I:EliteGasTankStorage=256000 + + # Maximum number of Joules a Elite induction cell can store. + D:EliteInductionCellMaxEnergy=6.4E10 + + # Maximum number of Joules a Elite induction provider can output or accept. + D:EliteInductionProviderOutput=4096000.0 + + # Capacity of Elite mechanical pipe in mB. + I:ElitePipeCapacity=16000 + + # Pump rate of Elite mechanical pipe in mB/t. + I:ElitePipePullAmount=1600 + + # Item throughput rate of Elite logistical transporter in items/s. + I:EliteTransporterPullAmount=32 + + # Five times travel speed of Elite logistical transporter. + I:EliteTransporterSpeed=20 + + # Capacity of Elite pressurized tube in mB. + I:EliteTubeCapacity=4096 + + # Pump rate of Elite pressurized tube in mB/t. + I:EliteTubePullAmount=1024 + + # The number of items a Ultimate bin can store. + I:UltimateBinStorage=262144 + + # Internal buffer in Joules of each Ultimate universal cable. + I:UltimateCableCapacity=320000 + + # Insulation value of Ultimate thermodynamic conductor. + D:UltimateConductorConductionInsulation=100000.0 + + # Heat capacity of Ultimate thermodynamic conductor. + D:UltimateConductorHeatCapacity=1.0 + + # Conduction value of Ultimate thermodynamic conductor. + D:UltimateConductorInverseConduction=5.0 + + # Maximum number of Joules a Ultimate energy cube can store. + D:UltimateEnergyCubeMaxEnergy=1.28E8 + + # Output rate in Joules of a Ultimate energy cube. + D:UltimateEnergyCubeOutput=51200.0 + + # Output rate of Ultimate gas tank in mB. + I:UltimateFluidTankOutput=3200 + + # Storage size of Ultimate gas tank in mB. + I:UltimateFluidTankStorage=112000 + + # Output rate of Ultimate gas tank in mB. + I:UltimateGasTankOutput=2056 + + # Storage size of Ultimate gas tank in mB. + I:UltimateGasTankStorage=512000 + + # Maximum number of Joules a Ultimate induction cell can store. + D:UltimateInductionCellMaxEnergy=5.12E11 + + # Maximum number of Joules a Ultimate induction provider can output or accept. + D:UltimateInductionProviderOutput=3.2768E7 + + # Capacity of Ultimate mechanical pipe in mB. + I:UltimatePipeCapacity=64000 + + # Pump rate of Ultimate mechanical pipe in mB/t. + I:UltimatePipePullAmount=6400 + + # Item throughput rate of Ultimate logistical transporter in items/s. + I:UltimateTransporterPullAmount=64 + + # Five times travel speed of Ultimate logistical transporter. + I:UltimateTransporterSpeed=50 + + # Capacity of Ultimate pressurized tube in mB. + I:UltimateTubeCapacity=16384 + + # Pump rate of Ultimate pressurized tube in mB/t. + I:UltimateTubePullAmount=4096 +} + + +usage { + # Energy per operation tick (Joules). + D:ChemicalCrystallizerUsage=400.0 + + # Energy per operation tick (Joules). + D:ChemicalDissolutionChamberUsage=400.0 + + # Energy per operation tick (Joules). + D:ChemicalInfuserUsage=200.0 + + # Energy per operation tick (Joules). + D:ChemicalInjectionChamberUsage=400.0 + + # Energy per operation tick (Joules). + D:ChemicalWasherUsage=200.0 + + # Energy per operation tick (Joules). + D:CombinerUsage=50.0 + + # Energy per operation tick (Joules). + D:CrusherUsage=50.0 + + # Energy per operation tick (Joules). + D:DigitalMinerUsage=100.0 + + # Energy per operation tick (Joules). + D:ElectricPumpUsage=100.0 + + # Energy per operation tick (Joules). + D:EnergizedSmelterUsage=50.0 + + # Energy per operation tick (Joules). + D:EnrichmentChamberUsage=50.0 + + # Energy per operation tick (Joules). + D:FluidicPlenisherUsage=100.0 + + # Energy per operation tick (Joules). + D:FormulaicAssemblicatorUsage=100.0 + + # Energy needed for one [recipe unit] of heavy water production (Joules). + D:HeavyWaterElectrolysisUsage=800.0 + + # Energy per operation tick (Joules). + D:LaserUsage=5000.0 + + # Energy per operation tick (Joules). + D:MetallurgicInfuserUsage=50.0 + + # Energy per operation tick (Joules). + D:OsmiumCompressorUsage=100.0 + + # Energy per operation tick (Joules). + D:OxidationChamberUsage=200.0 + + # Energy per operation tick (Joules). + D:PrecisionSawmillUsage=50.0 + + # Energy per operation tick (Joules). + D:PressurizedReactionBaseUsage=5.0 + + # Energy per operation tick (Joules). + D:PurificationChamberUsage=200.0 + + # Energy per operation tick (Joules). + D:RotaryCondensentratorUsage=50.0 + + # Energy per operation tick (Joules). + D:SeismicVibratorUsage=50.0 + + # Base Joules cost for a teleportation. + I:TeleporterBaseUsage=1000 + + # Flat additional cost for interdimensional teleportation. + I:TeleporterDimensionPenalty=10000 + + # Joules per unit of distance travelled during teleportation - sqrt(xDiff^2 + yDiff^2 + zDiff^2). + I:TeleporterDistanceUsage=10 +} + + diff --git a/config/mekanism/BoxBlacklist.txt b/config/mekanism/BoxBlacklist.txt new file mode 100644 index 0000000..001f2b4 --- /dev/null +++ b/config/mekanism/BoxBlacklist.txt @@ -0,0 +1,3 @@ +# Use this file to tell Mekanism which blocks should not be picked up by a cardboard box. +# Proper syntax is "NAME META". Example (for stone): +# minecraft:stone 0 \ No newline at end of file diff --git a/config/microblocks.cfg b/config/microblocks.cfg new file mode 100644 index 0000000..e6c09c9 --- /dev/null +++ b/config/microblocks.cfg @@ -0,0 +1,5 @@ +#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 diff --git a/config/mobends.cfg b/config/mobends.cfg new file mode 100644 index 0000000..50b449e --- /dev/null +++ b/config/mobends.cfg @@ -0,0 +1,27 @@ +# Configuration file + +animated { + B:cave_spider=true + B:husk=true + B:player=false + B:skeleton=true + B:spider=true + B:stray=true + B:wither_skeleton=true + B:zombie=true +} + + +general { + S:"Current Pack"=none + B:mobends.setting.arrow_trails=true + B:mobends.setting.spin_attack=true + B:mobends.setting.sword_trail=true +} + + +server { + B:AllowModelScaling=false +} + + diff --git a/config/modlister.cfg b/config/modlister.cfg new file mode 100644 index 0000000..d9946ac --- /dev/null +++ b/config/modlister.cfg @@ -0,0 +1,99 @@ +# Configuration file + +########################################################################################################## +# general +#--------------------------------------------------------------------------------------------------------# +# modlister.config.cat.general.comment +########################################################################################################## + +general { + # modlister.config.prop.authKey.comment [default: ] + S:authKey= + + # modlister.config.prop.blacklistedMods.comment [default: ] + S:blacklistedMods < + > + + # modlister.config.prop.createJsonList.comment [default: false] + B:createJsonList=true + + # modlister.config.prop.disableLiveStatus.comment [default: false] + B:disableLiveStatus=true + + # modlister.config.prop.isModEnabled.comment [default: true] + B:isModEnabled=true +} + + +########################################################################################################## +# pack +#--------------------------------------------------------------------------------------------------------# +# modlister.config.cat.pack.comment +########################################################################################################## + +pack { + # modlister.config.prop.packComments.comment [default: ] + S:packComments= + + # modlister.config.prop.packDelete.comment [default: false] + B:packDelete=false + + # modlister.config.prop.packIsPrivate.comment [default: false] + B:packIsPrivate=false + + # modlister.config.prop.packName.comment [default: ] + S:packName= + + # modlister.config.prop.packURL.comment [default: ] + S:packURL= + + # modlister.config.prop.packVersion.comment [default: ] + S:packVersion= +} + + +########################################################################################################## +# social +#--------------------------------------------------------------------------------------------------------# +# modlister.config.cat.social.comment +########################################################################################################## + +social { + # modlister.config.prop.socialURL.comment [default: ] + S:beamURL= + + # modlister.config.prop.socialURL.comment [default: ] + S:curseURL= + + # modlister.config.prop.socialURL.comment [default: ] + S:donateURL= + + # modlister.config.prop.socialURL.comment [default: ] + S:facebookURL= + + # modlister.config.prop.socialURL.comment [default: ] + S:hitboxURL= + + # modlister.config.prop.socialURL.comment [default: ] + S:instagramURL= + + # modlister.config.prop.socialURL.comment [default: ] + S:patreonURL= + + # modlister.config.prop.socialURL.comment [default: ] + S:playermeURL= + + # modlister.config.prop.socialURL.comment [default: ] + S:twitchURL= + + # modlister.config.prop.socialURL.comment [default: ] + S:twitterURL= + + # modlister.config.prop.socialURL.comment [default: ] + S:websiteURL= + + # modlister.config.prop.socialURL.comment [default: ] + S:youtubeURL= +} + + diff --git a/config/modularmachinery/machinery/auto-cauldron.json b/config/modularmachinery/machinery/auto-cauldron.json new file mode 100644 index 0000000..e75cb8c --- /dev/null +++ b/config/modularmachinery/machinery/auto-cauldron.json @@ -0,0 +1,632 @@ +{ + "registryname": "auto_cauldron", + "localizedname": "Auto Cauldron", + "color": "4c4c4c", + "parts": [ + { + "x": -1, + "y": -1, + "z": 1, + "elements": [ + "minecraft:fire" + ] + }, + { + "x": 0, + "y": -1, + "z": 1, + "elements": [ + "minecraft:fire" + ] + }, + { + "x": 1, + "y": -1, + "z": 1, + "elements": [ + "minecraft:fire" + ] + }, + { + "x": -1, + "y": -1, + "z": 2, + "elements": [ + "minecraft:fire" + ] + }, + { + "x": 0, + "y": -1, + "z": 2, + "elements": [ + "minecraft:fire" + ] + }, + { + "x": 1, + "y": -1, + "z": 2, + "elements": [ + "minecraft:fire" + ] + }, + { + "x": -1, + "y": -1, + "z": 3, + "elements": [ + "minecraft:fire" + ] + }, + { + "x": 0, + "y": -1, + "z": 3, + "elements": [ + "minecraft:fire" + ] + }, + { + "x": 1, + "y": -1, + "z": 3, + "elements": [ + "minecraft:fire" + ] + }, + { + "x": -2, + "y": 0, + "z": 2, + "elements": [ + "modularmachinery:blockoutputbus@1" + ] + }, + { + "x": -1, + "y": 0, + "z": 0, + "elements": [ + "minecraft:iron_bars" + ] + }, + { + "x": -2, + "y": 0, + "z": 0, + "elements": [ + "minecraft:iron_bars" + ] + }, + { + "x": 0, + "y": 2, + "z": 3, + "elements": [ + "modularmachinery:blockfluidinputhatch@0" + ] + }, + { + "x": -2, + "y": -2, + "z": 1, + "elements": [ + "modularmachinery:blockcasing@2" + ] + }, + { + "x": 1, + "y": 0, + "z": 0, + "elements": [ + "minecraft:iron_bars" + ] + }, + { + "x": 0, + "y": 0, + "z": 2, + "elements": [ + "minecraft:cauldron" + ] + }, + { + "x": 2, + "y": 0, + "z": 0, + "elements": [ + "minecraft:iron_bars" + ] + }, + { + "x": -2, + "y": 0, + "z": 4, + "elements": [ + "minecraft:iron_bars" + ] + }, + { + "x": -1, + "y": -2, + "z": 1, + "elements": [ + "minecraft:netherrack", + "primal_tech:charcoal_block" + ] + }, + { + "x": 0, + "y": -2, + "z": 1, + "elements": [ + "minecraft:netherrack", + "primal_tech:charcoal_block" + ] + }, + { + "x": -2, + "y": -2, + "z": 3, + "elements": [ + "modularmachinery:blockcasing@2" + ] + }, + { + "x": -1, + "y": 0, + "z": 4, + "elements": [ + "minecraft:iron_bars" + ] + }, + { + "x": 2, + "y": 0, + "z": 2, + "elements": [ + "modularmachinery:blockinputbus@1" + ] + }, + { + "x": -1, + "y": -2, + "z": 3, + "elements": [ + "minecraft:netherrack", + "primal_tech:charcoal_block" + ] + }, + { + "x": 1, + "y": -2, + "z": 1, + "elements": [ + "minecraft:netherrack", + "primal_tech:charcoal_block" + ] + }, + { + "x": 0, + "y": 0, + "z": 4, + "elements": [ + "modularmachinery:blockenergyinputhatch@1" + ] + }, + { + "x": 1, + "y": 0, + "z": 4, + "elements": [ + "minecraft:iron_bars" + ] + }, + { + "x": 0, + "y": -2, + "z": 3, + "elements": [ + "minecraft:netherrack", + "primal_tech:charcoal_block" + ] + }, + { + "x": 2, + "y": -2, + "z": 1, + "elements": [ + "modularmachinery:blockcasing@2" + ] + }, + { + "x": 1, + "y": -2, + "z": 3, + "elements": [ + "minecraft:netherrack", + "primal_tech:charcoal_block" + ] + }, + { + "x": 2, + "y": 0, + "z": 4, + "elements": [ + "minecraft:iron_bars" + ] + }, + { + "x": 2, + "y": -2, + "z": 3, + "elements": [ + "modularmachinery:blockcasing@2" + ] + }, + { + "x": 2, + "y": -1, + "z": 0, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 0, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 0, + "elements": [ + "modularmachinery:blockcasing@1" + ] + }, + { + "x": -1, + "y": -1, + "z": 0, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": -2, + "y": 1, + "z": 2, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": -2, + "y": -1, + "z": 0, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": -2, + "y": -1, + "z": 1, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 2, + "elements": [ + "immersiveengineering:metal_decoration1@0" + ] + }, + { + "x": -2, + "y": -1, + "z": 3, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 4, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": 2, + "y": 1, + "z": 2, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": 2, + "y": -1, + "z": 1, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": 2, + "y": -1, + "z": 3, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": 2, + "y": -2, + "z": 0, + "elements": [ + "modularmachinery:blockcasing@1" + ] + }, + { + "x": 1, + "y": -2, + "z": 0, + "elements": [ + "modularmachinery:blockcasing@2" + ] + }, + { + "x": 0, + "y": -2, + "z": 0, + "elements": [ + "modularmachinery:blockcasing@2" + ] + }, + { + "x": -2, + "y": 2, + "z": 2, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": -1, + "y": -2, + "z": 0, + "elements": [ + "modularmachinery:blockcasing@2" + ] + }, + { + "x": -2, + "y": 0, + "z": 1, + "elements": [ + "minecraft:iron_bars" + ] + }, + { + "x": -1, + "y": 2, + "z": 2, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": -2, + "y": -2, + "z": 0, + "elements": [ + "modularmachinery:blockcasing@1" + ] + }, + { + "x": 0, + "y": 2, + "z": 2, + "elements": [ + "modularmachinery:blockcasing@3" + ] + }, + { + "x": -2, + "y": 0, + "z": 3, + "elements": [ + "minecraft:iron_bars" + ] + }, + { + "x": 1, + "y": 2, + "z": 2, + "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": -2, + "y": -2, + "z": 2, + "elements": [ + "modularmachinery:blockcasing@2" + ] + }, + { + "x": -1, + "y": -2, + "z": 2, + "elements": [ + "minecraft:netherrack", + "primal_tech:charcoal_block" + ] + }, + { + "x": 2, + "y": 0, + "z": 1, + "elements": [ + "minecraft:iron_bars" + ] + }, + { + "x": 0, + "y": -2, + "z": 2, + "elements": [ + "minecraft:netherrack", + "primal_tech:charcoal_block" + ] + }, + { + "x": -2, + "y": -2, + "z": 4, + "elements": [ + "modularmachinery:blockcasing@1" + ] + }, + { + "x": 1, + "y": -2, + "z": 2, + "elements": [ + "minecraft:netherrack", + "primal_tech:charcoal_block" + ] + }, + { + "x": -1, + "y": -2, + "z": 4, + "elements": [ + "modularmachinery:blockcasing@2" + ] + }, + { + "x": 2, + "y": 0, + "z": 3, + "elements": [ + "minecraft:iron_bars" + ] + }, + { + "x": 0, + "y": -2, + "z": 4, + "elements": [ + "modularmachinery:blockcasing@2" + ] + }, + { + "x": 2, + "y": -2, + "z": 2, + "elements": [ + "modularmachinery:blockcasing@2" + ] + }, + { + "x": 1, + "y": -2, + "z": 4, + "elements": [ + "modularmachinery:blockcasing@2" + ] + }, + { + "x": 2, + "y": -2, + "z": 4, + "elements": [ + "modularmachinery:blockcasing@1" + ] + }, + { + "x": -2, + "y": -1, + "z": 2, + "elements": [ + "modularmachinery:blockcasing@1" + ] + }, + { + "x": -2, + "y": -1, + "z": 4, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 4, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 4, + "elements": [ + "modularmachinery:blockcasing@1" + ] + }, + { + "x": 2, + "y": -1, + "z": 2, + "elements": [ + "modularmachinery:blockcasing@1" + ] + }, + { + "x": 1, + "y": -1, + "z": 4, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": 2, + "y": -1, + "z": 4, + "elements": [ + "modularmachinery:blockcasing@0" + ] + } + ] +} \ No newline at end of file diff --git a/config/modularmachinery/machinery/chemical-mixer.json b/config/modularmachinery/machinery/chemical-mixer.json new file mode 100644 index 0000000..a54631d --- /dev/null +++ b/config/modularmachinery/machinery/chemical-mixer.json @@ -0,0 +1,199 @@ +{ + "registryname": "chemical_mixer", + "localizedname": "Chemical Mixer", + "color": "4c4c4c", + "parts": [ + { + "x": -1, + "y": 0, + "z": 0, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": 1, + "y": 1, + "z": 0, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": -1, + "y": 1, + "z": 2, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 1, + "elements": [ + "modularmachinery:blockfluidinputhatch" + ] + }, + { + "x": 1, + "y": 0, + "z": 0, + "elements": [ + "modularmachinery:blockfluidinputhatch" + ] + }, + { + "x": 1, + "y": 1, + "z": 1, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 2, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 1, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 2, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 1, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": 1, + "y": 1, + "z": 2, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 2, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 2, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 1, + "elements": [ + "modularmachinery:blockfluidoutputhatch" + ] + }, + { + "x": 0, + "y": -1, + "z": 2, + "elements": [ + "modularmachinery:blockenergyinputhatch" + ] + }, + { + "x": 1, + "y": 0, + "z": 2, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 1, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 2, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 0, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 0, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": -1, + "y": 1, + "z": 0, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 0, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 0, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": -1, + "y": 1, + "z": 1, + "elements": [ + "modularmachinery:blockcasing@0" + ] + } + ] +} diff --git a/config/modularmachinery/machinery/ethylitic_enricher.json b/config/modularmachinery/machinery/ethylitic_enricher.json new file mode 100644 index 0000000..74d215c --- /dev/null +++ b/config/modularmachinery/machinery/ethylitic_enricher.json @@ -0,0 +1,143 @@ +{ + "registryname": "ethylitic_enricher", + "localizedname": "Ethylitic Enricher", + "color": "4c4c4c", + "parts": [ + { + "x": -1, + "y": 0, + "z": 0, + "elements": [ + "tconstruct:seared_tank@0" + ] + }, + { + "x": 1, + "y": 1, + "z": 0, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 1, + "elements": [ + "modularmachinery:blockcasing@1" + ] + }, + { + "x": -1, + "y": 0, + "z": 1, + "elements": [ + "modularmachinery:blockoutputbus" + ] + }, + { + "x": 1, + "y": 0, + "z": 0, + "elements": [ + "tconstruct:seared_tank@0" + ] + }, + { + "x": 1, + "y": 1, + "z": 1, + "elements": [ + "modularmachinery:blockcasing@1" + ] + }, + { + "x": 0, + "y": 0, + "z": 1, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 1, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 1, + "elements": [ + "modularmachinery:blockfluidinputhatch" + ] + }, + { + "x": 0, + "y": -1, + "z": 1, + "elements": [ + "modularmachinery:blockenergyinputhatch" + ] + }, + { + "x": 1, + "y": -1, + "z": 1, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 0, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 0, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": -1, + "y": 1, + "z": 0, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 0, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 0, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": -1, + "y": 1, + "z": 1, + "elements": [ + "modularmachinery:blockcasing@1" + ] + } + ] +} \ No newline at end of file diff --git a/config/modularmachinery/machinery/hydraulic_press.json b/config/modularmachinery/machinery/hydraulic_press.json new file mode 100644 index 0000000..b70ff73 --- /dev/null +++ b/config/modularmachinery/machinery/hydraulic_press.json @@ -0,0 +1,214 @@ +{ + "registryname": "hydraulic_press", + "localizedname": "Hydraulic Press", + "color": "7C7C7C", + "parts": [ + { + "x": -1, + "y": 0, + "z": 1, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 0, + "elements": [ + "modularmachinery:blockcasing@4" + ] + }, + { + "x": 0, + "y": 2, + "z": 2, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": 1, + "y": 2, + "z": 1, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 2, + "elements": [ + "modularmachinery:blockcasing@4" + ] + }, + { + "x": 0, + "y": 0, + "z": 1, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 0, + "elements": [ + "modularmachinery:blockcasing@4" + ] + }, + { + "x": 1, + "y": 2, + "z": 2, + "elements": [ + "modularmachinery:blockcasing@4" + ] + }, + { + "x": 0, + "y": 0, + "z": 2, + "elements": [ + "modularmachinery:blockenergyinputhatch" + ] + }, + { + "x": 1, + "y": 0, + "z": 1, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 2, + "elements": [ + "modularmachinery:blockcasing@4" + ] + }, + { + "x": -1, + "y": 1, + "z": 0, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 0, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": -1, + "y": 1, + "z": 1, + "elements": [ + "modularmachinery:blockoutputbus" + ] + }, + { + "x": -1, + "y": 1, + "z": 2, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 1, + "elements": [ + "galacticraftcore:machine2" + ] + }, + { + "x": 1, + "y": 1, + "z": 0, + "elements": [ + "modularmachinery:blockinputbus" + ] + }, + { + "x": 0, + "y": 1, + "z": 2, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": 1, + "y": 1, + "z": 1, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": 1, + "y": 1, + "z": 2, + "elements": [ + "modularmachinery:blockfluidinputhatch" + ] + }, + { + "x": -1, + "y": 2, + "z": 0, + "elements": [ + "modularmachinery:blockcasing@4" + ] + }, + { + "x": -1, + "y": 2, + "z": 1, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": 0, + "y": 2, + "z": 0, + "elements": [ + "modularmachinery:blockcasing@5" + ] + }, + { + "x": -1, + "y": 2, + "z": 2, + "elements": [ + "modularmachinery:blockcasing@4" + ] + }, + { + "x": 1, + "y": 2, + "z": 0, + "elements": [ + "modularmachinery:blockcasing@4" + ] + }, + { + "x": 0, + "y": 2, + "z": 1, + "elements": [ + "modularmachinery:blockcasing@0" + ] + } + ]} \ No newline at end of file diff --git a/config/modularmachinery/machinery/industrial_drying_unit.json b/config/modularmachinery/machinery/industrial_drying_unit.json new file mode 100644 index 0000000..42c45bf --- /dev/null +++ b/config/modularmachinery/machinery/industrial_drying_unit.json @@ -0,0 +1,207 @@ +{ + "registryname": "industrial_drying_unit", + "localizedname": "Industrial Drying Unit", + "color": "4c4c4c", + "parts": [ + { + "x": -1, + "y": 0, + "z": 0, + "elements": [ + "chisel:technical@14" + ] + }, + { + "x": -1, + "y": 0, + "z": 1, + "elements": [ + "chisel:technical@14" + ] + }, + { + "x": 1, + "y": 0, + "z": 0, + "elements": [ + "chisel:technical@14" + ] + }, + { + "x": -1, + "y": 0, + "z": 2, + "elements": [ + "chisel:technical@14" + ] + }, + { + "x": 1, + "y": 0, + "z": 1, + "elements": [ + "chisel:technical@14" + ] + }, + { + "x": 0, + "y": 0, + "z": 2, + "elements": [ + "chisel:technical@14" + ] + }, + { + "x": 1, + "y": 0, + "z": 2, + "elements": [ + "chisel:technical@14" + ] + }, + { + "x": 1, + "y": -1, + "z": 0, + "elements": [ + "modularmachinery:blockcasing@1" + ] + }, + { + "x": 0, + "y": -1, + "z": 0, + "elements": [ + "modularmachinery:blockcasing@1" + ] + }, + { + "x": -1, + "y": 1, + "z": 0, + "elements": [ + "modularmachinery:blockcasing@1" + ] + }, + { + "x": -1, + "y": -1, + "z": 0, + "elements": [ + "modularmachinery:blockcasing@1" + ] + }, + { + "x": 0, + "y": 1, + "z": 0, + "elements": [ + "modularmachinery:blockcasing@1" + ] + }, + { + "x": -1, + "y": 1, + "z": 1, + "elements": [ + "modularmachinery:blockcasing@1" + ] + }, + { + "x": 0, + "y": 1, + "z": 1, + "elements": [ + "modularmachinery:blockcasing@1" + ] + }, + { + "x": 1, + "y": 1, + "z": 0, + "elements": [ + "modularmachinery:blockcasing@1" + ] + }, + { + "x": -1, + "y": 1, + "z": 2, + "elements": [ + "modularmachinery:blockcasing@1" + ] + }, + { + "x": 0, + "y": 1, + "z": 2, + "elements": [ + "modularmachinery:blockcasing@1" + ] + }, + { + "x": 1, + "y": 1, + "z": 1, + "elements": [ + "modularmachinery:blockcasing@1" + ] + }, + { + "x": -1, + "y": -1, + "z": 1, + "elements": [ + "modularmachinery:blockoutputbus" + ] + }, + { + "x": 1, + "y": 1, + "z": 2, + "elements": [ + "modularmachinery:blockcasing@1" + ] + }, + { + "x": 0, + "y": -1, + "z": 1, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 2, + "elements": [ + "modularmachinery:blockcasing@1" + ] + }, + { + "x": 0, + "y": -1, + "z": 2, + "elements": [ + "modularmachinery:blockenergyinputhatch" + ] + }, + { + "x": 1, + "y": -1, + "z": 1, + "elements": [ + "modularmachinery:blockinputbus" + ] + }, + { + "x": 1, + "y": -1, + "z": 2, + "elements": [ + "modularmachinery:blockcasing@1" + ] + } + ] +} \ No newline at end of file diff --git a/config/modularmachinery/machinery/industrial_drying_unit_mk2.json b/config/modularmachinery/machinery/industrial_drying_unit_mk2.json new file mode 100644 index 0000000..59be9e4 --- /dev/null +++ b/config/modularmachinery/machinery/industrial_drying_unit_mk2.json @@ -0,0 +1,207 @@ +{ + "registryname": "industrial_drying_unit_mk2", + "localizedname": "Industrial Drying Unit Mk2", + "color": "5A5050", + "parts": [ + { + "x": -1, + "y": 0, + "z": 0, + "elements": [ + "chisel:technical@14" + ] + }, + { + "x": -1, + "y": 0, + "z": 1, + "elements": [ + "chisel:technical@14" + ] + }, + { + "x": 1, + "y": 0, + "z": 0, + "elements": [ + "chisel:technical@14" + ] + }, + { + "x": -1, + "y": 0, + "z": 2, + "elements": [ + "chisel:technical@14" + ] + }, + { + "x": 1, + "y": 0, + "z": 1, + "elements": [ + "chisel:technical@14" + ] + }, + { + "x": 0, + "y": 0, + "z": 2, + "elements": [ + "chisel:technical@14" + ] + }, + { + "x": 1, + "y": 0, + "z": 2, + "elements": [ + "chisel:technical@14" + ] + }, + { + "x": 1, + "y": -1, + "z": 0, + "elements": [ + "pneumaticcraft:compressed_iron_block@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 0, + "elements": [ + "modularmachinery:blockcasing@1" + ] + }, + { + "x": -1, + "y": 1, + "z": 0, + "elements": [ + "pneumaticcraft:compressed_iron_block@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 0, + "elements": [ + "pneumaticcraft:compressed_iron_block@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 0, + "elements": [ + "modularmachinery:blockcasing@1" + ] + }, + { + "x": -1, + "y": 1, + "z": 1, + "elements": [ + "modularmachinery:blockcasing@1" + ] + }, + { + "x": 0, + "y": 1, + "z": 1, + "elements": [ + "modularmachinery:blockcasing@1" + ] + }, + { + "x": 1, + "y": 1, + "z": 0, + "elements": [ + "pneumaticcraft:compressed_iron_block@0" + ] + }, + { + "x": -1, + "y": 1, + "z": 2, + "elements": [ + "pneumaticcraft:compressed_iron_block@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 2, + "elements": [ + "modularmachinery:blockcasing@1" + ] + }, + { + "x": 1, + "y": 1, + "z": 1, + "elements": [ + "modularmachinery:blockcasing@1" + ] + }, + { + "x": -1, + "y": -1, + "z": 1, + "elements": [ + "modularmachinery:blockoutputbus" + ] + }, + { + "x": 1, + "y": 1, + "z": 2, + "elements": [ + "pneumaticcraft:compressed_iron_block@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 1, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 2, + "elements": [ + "pneumaticcraft:compressed_iron_block@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 2, + "elements": [ + "modularmachinery:blockenergyinputhatch" + ] + }, + { + "x": 1, + "y": -1, + "z": 1, + "elements": [ + "modularmachinery:blockinputbus" + ] + }, + { + "x": 1, + "y": -1, + "z": 2, + "elements": [ + "pneumaticcraft:compressed_iron_block@0" + ] + } + ] +} \ No newline at end of file diff --git a/config/modularmachinery/machinery/industrial_drying_unit_mk3.json b/config/modularmachinery/machinery/industrial_drying_unit_mk3.json new file mode 100644 index 0000000..29065bd --- /dev/null +++ b/config/modularmachinery/machinery/industrial_drying_unit_mk3.json @@ -0,0 +1,207 @@ +{ + "registryname": "industrial_drying_unit_mk3", + "localizedname": "Industrial Drying Unit Mk3", + "color": "916FB3", + "parts": [ + { + "x": -1, + "y": 0, + "z": 0, + "elements": [ + "chisel:technical@14" + ] + }, + { + "x": -1, + "y": 0, + "z": 1, + "elements": [ + "chisel:technical@14" + ] + }, + { + "x": 1, + "y": 0, + "z": 0, + "elements": [ + "chisel:technical@14" + ] + }, + { + "x": -1, + "y": 0, + "z": 2, + "elements": [ + "chisel:technical@14" + ] + }, + { + "x": 1, + "y": 0, + "z": 1, + "elements": [ + "chisel:technical@14" + ] + }, + { + "x": 0, + "y": 0, + "z": 2, + "elements": [ + "chisel:technical@14" + ] + }, + { + "x": 1, + "y": 0, + "z": 2, + "elements": [ + "chisel:technical@14" + ] + }, + { + "x": 1, + "y": -1, + "z": 0, + "elements": [ + "tconstruct:metal@2" + ] + }, + { + "x": 0, + "y": -1, + "z": 0, + "elements": [ + "modularmachinery:blockcasing@1" + ] + }, + { + "x": -1, + "y": 1, + "z": 0, + "elements": [ + "tconstruct:metal@2" + ] + }, + { + "x": -1, + "y": -1, + "z": 0, + "elements": [ + "tconstruct:metal@2" + ] + }, + { + "x": 0, + "y": 1, + "z": 0, + "elements": [ + "modularmachinery:blockcasing@1" + ] + }, + { + "x": -1, + "y": 1, + "z": 1, + "elements": [ + "modularmachinery:blockcasing@1" + ] + }, + { + "x": 0, + "y": 1, + "z": 1, + "elements": [ + "modularmachinery:blockcasing@1" + ] + }, + { + "x": 1, + "y": 1, + "z": 0, + "elements": [ + "tconstruct:metal@2" + ] + }, + { + "x": -1, + "y": 1, + "z": 2, + "elements": [ + "tconstruct:metal@2" + ] + }, + { + "x": 0, + "y": 1, + "z": 2, + "elements": [ + "modularmachinery:blockcasing@1" + ] + }, + { + "x": 1, + "y": 1, + "z": 1, + "elements": [ + "modularmachinery:blockcasing@1" + ] + }, + { + "x": -1, + "y": -1, + "z": 1, + "elements": [ + "modularmachinery:blockoutputbus" + ] + }, + { + "x": 1, + "y": 1, + "z": 2, + "elements": [ + "tconstruct:metal@2" + ] + }, + { + "x": 0, + "y": -1, + "z": 1, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 2, + "elements": [ + "tconstruct:metal@2" + ] + }, + { + "x": 0, + "y": -1, + "z": 2, + "elements": [ + "modularmachinery:blockenergyinputhatch" + ] + }, + { + "x": 1, + "y": -1, + "z": 1, + "elements": [ + "modularmachinery:blockinputbus" + ] + }, + { + "x": 1, + "y": -1, + "z": 2, + "elements": [ + "tconstruct:metal@2" + ] + } + ] +} \ No newline at end of file diff --git a/config/modularmachinery/machinery/industrial_mill.json b/config/modularmachinery/machinery/industrial_mill.json new file mode 100644 index 0000000..5d19648 --- /dev/null +++ b/config/modularmachinery/machinery/industrial_mill.json @@ -0,0 +1,94 @@ +{ + "registryname": "industrial_mill", + "localizedname": "Industrial Mill", + "color": "3c3c3c", + "parts": [ + { + "x": -1, + "y": 0, + "z": 0, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 1, + "elements": [ + "modularmachinery:blockinputbus" + ] + }, + { + "x": 0, + "y": 0, + "z": 1, + "elements": [ + "betterwithmods:single_machine@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 1, + "elements": [ + "modularmachinery:blockcasing@3" + ] + }, + { + "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": [ + "modularmachinery:blockenergyinputhatch" + ] + }, + { + "x": 1, + "y": -1, + "z": 1, + "elements": [ + "modularmachinery:blockcasing@3" + ] + }, + { + "x": 1, + "y": -1, + "z": 0, + "elements": [ + "modularmachinery:blockcasing@3" + ] + }, + { + "x": 0, + "y": -1, + "z": 0, + "elements": [ + "modularmachinery:blockcasing@5" + ] + }, + { + "x": -1, + "y": -1, + "z": 0, + "elements": [ + "modularmachinery:blockcasing@3" + ] + } + ]} \ No newline at end of file diff --git a/config/modularmachinery/machinery/liquid-processor.json b/config/modularmachinery/machinery/liquid-processor.json new file mode 100644 index 0000000..2efc5b1 --- /dev/null +++ b/config/modularmachinery/machinery/liquid-processor.json @@ -0,0 +1,191 @@ +{ + "registryname": "liquid_processor", + "localizedname": "Liquid Processor", + "color": "4c4c4c", + "parts": [ + { + "x": -1, + "y": 0, + "z": 0, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": 1, + "y": 1, + "z": 0, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 1, + "elements": [ + "modularmachinery:blockfluidinputhatch" + ] + }, + { + "x": -1, + "y": 1, + "z": 2, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 0, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": 1, + "y": 1, + "z": 1, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 1, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 2, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 2, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 1, + "elements": [ + "modularmachinery:blockfluidoutputhatch" + ] + }, + { + "x": 1, + "y": 1, + "z": 2, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 2, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 2, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 1, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 2, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 2, + "elements": [ + "modularmachinery:blockenergyinputhatch" + ] + }, + { + "x": 1, + "y": -1, + "z": 2, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 0, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 0, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": -1, + "y": 1, + "z": 0, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 0, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 0, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": -1, + "y": 1, + "z": 1, + "elements": [ + "modularmachinery:blockcasing@0" + ] + } + ] +} diff --git a/config/modularmachinery/machinery/loom.json b/config/modularmachinery/machinery/loom.json new file mode 100644 index 0000000..9f240b2 --- /dev/null +++ b/config/modularmachinery/machinery/loom.json @@ -0,0 +1,119 @@ +{ + "registryname": "industrial_loom", + "localizedname": "Industrial Loom", + "color": "4c4c4c", + "parts": [ + { + "x": -1, + "y": 0, + "z": 0, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 1, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 2, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 1, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 0, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 0, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 2, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 1, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 2, + "elements": [ + "modularmachinery:blockenergyinputhatch" + ] + }, + { + "x": 2, + "y": 0, + "z": 0, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 1, + "elements": [ + "modularmachinery:blockinputbus" + ] + }, + { + "x": 1, + "y": 0, + "z": 2, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 2, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 1, + "elements": [ + "modularmachinery:blockoutputbus" + ] + } + ] +} \ No newline at end of file diff --git a/config/modularmachinery/machinery/mixer.json b/config/modularmachinery/machinery/mixer.json new file mode 100644 index 0000000..87017fe --- /dev/null +++ b/config/modularmachinery/machinery/mixer.json @@ -0,0 +1,215 @@ +{ + "registryname": "mixer", + "localizedname": "Mixer", + "color": "4c4c4c", + "parts": [ + { + "x": -1, + "y": 0, + "z": 0, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 1, + "elements": [ + "modularmachinery:blockoutputbus" + ] + }, + { + "x": 0, + "y": 0, + "z": 1, + "elements": [ + "betterwithmods:cooking_pot@1" + ] + }, + { + "x": 1, + "y": 0, + "z": 0, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 2, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "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": [ + "modularmachinery:blockfluidinputhatch" + ] + }, + { + "x": 1, + "y": -1, + "z": 0, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 0, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": -1, + "y": 1, + "z": 0, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 0, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 0, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": -1, + "y": 1, + "z": 1, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 1, + "elements": [ + "modularmachinery:blockcasing@1" + ] + }, + { + "x": 1, + "y": 1, + "z": 0, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": -1, + "y": 1, + "z": 2, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 2, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": 1, + "y": 1, + "z": 1, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 1, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": 1, + "y": 1, + "z": 2, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 1, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 2, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 2, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 1, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 2, + "elements": [ + "modularmachinery:blockcasing@0" + ] + } + ] +} \ No newline at end of file diff --git a/config/modularmachinery/machinery/mixer_mk2.json b/config/modularmachinery/machinery/mixer_mk2.json new file mode 100644 index 0000000..586567a --- /dev/null +++ b/config/modularmachinery/machinery/mixer_mk2.json @@ -0,0 +1,215 @@ +{ + "registryname": "mixer_mk2", + "localizedname": "Mixer Mk2", + "color": "5A5050", + "parts": [ + { + "x": -1, + "y": 0, + "z": 0, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 1, + "elements": [ + "modularmachinery:blockoutputbus" + ] + }, + { + "x": 0, + "y": 0, + "z": 1, + "elements": [ + "betterwithmods:cooking_pot@1" + ] + }, + { + "x": 1, + "y": 0, + "z": 0, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 2, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "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": [ + "modularmachinery:blockfluidinputhatch" + ] + }, + { + "x": 1, + "y": -1, + "z": 0, + "elements": [ + "pneumaticcraft:compressed_iron_block@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 0, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": -1, + "y": 1, + "z": 0, + "elements": [ + "pneumaticcraft:compressed_iron_block@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 0, + "elements": [ + "pneumaticcraft:compressed_iron_block@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 0, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": -1, + "y": 1, + "z": 1, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 1, + "elements": [ + "modularmachinery:blockcasing@1" + ] + }, + { + "x": 1, + "y": 1, + "z": 0, + "elements": [ + "pneumaticcraft:compressed_iron_block@0" + ] + }, + { + "x": -1, + "y": 1, + "z": 2, + "elements": [ + "pneumaticcraft:compressed_iron_block@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 2, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": 1, + "y": 1, + "z": 1, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 1, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": 1, + "y": 1, + "z": 2, + "elements": [ + "pneumaticcraft:compressed_iron_block@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 1, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 2, + "elements": [ + "pneumaticcraft:compressed_iron_block@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 2, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 1, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 2, + "elements": [ + "pneumaticcraft:compressed_iron_block@0" + ] + } + ] +} \ No newline at end of file diff --git a/config/modularmachinery/machinery/mixer_mk3.json b/config/modularmachinery/machinery/mixer_mk3.json new file mode 100644 index 0000000..79d2dad --- /dev/null +++ b/config/modularmachinery/machinery/mixer_mk3.json @@ -0,0 +1,215 @@ +{ + "registryname": "mixer_mk3", + "localizedname": "Mixer Mk3", + "color": "916FB3", + "parts": [ + { + "x": -1, + "y": 0, + "z": 0, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 1, + "elements": [ + "modularmachinery:blockoutputbus" + ] + }, + { + "x": 0, + "y": 0, + "z": 1, + "elements": [ + "betterwithmods:cooking_pot@1" + ] + }, + { + "x": 1, + "y": 0, + "z": 0, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 2, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "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": [ + "modularmachinery:blockfluidinputhatch" + ] + }, + { + "x": 1, + "y": -1, + "z": 0, + "elements": [ + "tconstruct:metal@2" + ] + }, + { + "x": 0, + "y": -1, + "z": 0, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": -1, + "y": 1, + "z": 0, + "elements": [ + "tconstruct:metal@2" + ] + }, + { + "x": -1, + "y": -1, + "z": 0, + "elements": [ + "tconstruct:metal@2" + ] + }, + { + "x": 0, + "y": 1, + "z": 0, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": -1, + "y": 1, + "z": 1, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 1, + "elements": [ + "modularmachinery:blockcasing@1" + ] + }, + { + "x": 1, + "y": 1, + "z": 0, + "elements": [ + "tconstruct:metal@2" + ] + }, + { + "x": -1, + "y": 1, + "z": 2, + "elements": [ + "tconstruct:metal@2" + ] + }, + { + "x": 0, + "y": 1, + "z": 2, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": 1, + "y": 1, + "z": 1, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 1, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": 1, + "y": 1, + "z": 2, + "elements": [ + "tconstruct:metal@2" + ] + }, + { + "x": 0, + "y": -1, + "z": 1, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 2, + "elements": [ + "tconstruct:metal@2" + ] + }, + { + "x": 0, + "y": -1, + "z": 2, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 1, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 2, + "elements": [ + "tconstruct:metal@2" + ] + } + ] +} \ No newline at end of file diff --git a/config/modularmachinery/machinery/orematic5000.json b/config/modularmachinery/machinery/orematic5000.json new file mode 100644 index 0000000..8a088cc --- /dev/null +++ b/config/modularmachinery/machinery/orematic5000.json @@ -0,0 +1,287 @@ +{ + "registryname":"orematic5000", + "localizedname":"OreMatic 5000", + "color":"AAB4BA", + "parts":[ + { + "x":1, + "y":2, + "z":1, + "elements":[ + "appliedenergistics2:quartz_glass@0" + ] + }, + { + "x":-1, + "y":0, + "z":0, + "elements":[ + "modularmachinery:blockcasing@0" + ] + }, + { + "x":-1, + "y":0, + "z":1, + "elements":[ + "modularmachinery:blockoutputbus" + ] + }, + { + "x":0, + "y":2, + "z":2, + "elements":[ + "appliedenergistics2:quartz_glass@0" + ] + }, + { + "x":1, + "y":2, + "z":2, + "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":0, + "z":1, + "elements":[ + "modularmachinery:blockcasing@0" + ] + }, + { + "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":[ + "modularmachinery:blockcasing@0" + ] + }, + { + "x":-1, + "y":3, + "z":0, + "elements":[ + "modularmachinery:blockcasing@0" + ] + }, + { + "x":0, + "y":3, + "z":0, + "elements":[ + "modularmachinery:blockcasing@0" + ] + }, + { + "x":-1, + "y":3, + "z":1, + "elements":[ + "modularmachinery:blockcasing@0" + ] + }, + { + "x":1, + "y":3, + "z":0, + "elements":[ + "modularmachinery:blockcasing@0" + ] + }, + { + "x":-1, + "y":1, + "z":0, + "elements":[ + "modularmachinery:blockcasing@0" + ] + }, + { + "x":-1, + "y":3, + "z":2, + "elements":[ + "modularmachinery:blockcasing@0" + ] + }, + { + "x":0, + "y":3, + "z":1, + "elements":[ + "appliedenergistics2:quartz_glass@0" + ] + }, + { + "x":0, + "y":1, + "z":0, + "elements":[ + "appliedenergistics2:quartz_glass@0" + ] + }, + { + "x":-1, + "y":1, + "z":1, + "elements":[ + "appliedenergistics2:quartz_glass@0" + ] + }, + { + "x":1, + "y":3, + "z":1, + "elements":[ + "modularmachinery:blockcasing@0" + ] + }, + { + "x":0, + "y":3, + "z":2, + "elements":[ + "modularmachinery:blockcasing@0" + ] + }, + { + "x":0, + "y":1, + "z":1, + "elements":[ + "mekanism:machineblock@3" + ] + }, + { + "x":1, + "y":3, + "z":2, + "elements":[ + "modularmachinery:blockcasing@0" + ] + }, + { + "x":1, + "y":1, + "z":0, + "elements":[ + "modularmachinery:blockfluidinputhatch" + ] + }, + { + "x":-1, + "y":1, + "z":2, + "elements":[ + "modularmachinery:blockcasing@0" + ] + }, + { + "x":1, + "y":1, + "z":1, + "elements":[ + "appliedenergistics2:quartz_glass@0" + ] + }, + { + "x":0, + "y":1, + "z":2, + "elements":[ + "appliedenergistics2:quartz_glass@0" + ] + }, + { + "x":1, + "y":1, + "z":2, + "elements":[ + "modularmachinery:blockfluidinputhatch" + ] + }, + { + "x":-1, + "y":2, + "z":0, + "elements":[ + "modularmachinery:blockcasing@0" + ] + }, + { + "x":0, + "y":2, + "z":0, + "elements":[ + "appliedenergistics2:quartz_glass@0" + ] + }, + { + "x":-1, + "y":2, + "z":1, + "elements":[ + "appliedenergistics2:quartz_glass@0" + ] + }, + { + "x":0, + "y":2, + "z":1, + "elements":[ + "enderutilities:machine_0@0" + ] + }, + { + "x":1, + "y":2, + "z":0, + "elements":[ + "modularmachinery:blockfluidinputhatch" + ] + }, + { + "x":-1, + "y":2, + "z":2, + "elements":[ + "modularmachinery:blockcasing@0" + ] + } + ] + } \ No newline at end of file diff --git a/config/modularmachinery/machinery/orematic5000_mk2.json b/config/modularmachinery/machinery/orematic5000_mk2.json new file mode 100644 index 0000000..e440c53 --- /dev/null +++ b/config/modularmachinery/machinery/orematic5000_mk2.json @@ -0,0 +1,751 @@ +{ + "registryname":"orematic5000_mk2", + "localizedname":"OreMatic 5000 Mk2", + "color":"AAB4BA", + "parts":[ + { + "x":-1, + "y":2, + "z":3, + "elements":[ + "xnet:netcable@1" + ] + }, + { + "x":1, + "y":2, + "z":1, + "elements":[ + "xnet:netcable@1" + ] + }, + { + "x":-2, + "y":0, + "z":2, + "elements":[ + "modularmachinery:blockoutputbus" + ] + }, + { + "x":-1, + "y":0, + "z":0, + "elements":[ + "modularmachinery:blockcasing@0" + ] + }, + { + "x":0, + "y":2, + "z":3, + "elements":[ + "xnet:netcable@1" + ] + }, + { + "x":-2, + "y":0, + "z":0, + "elements":[ + "modularmachinery:blockcasing@0" + ] + }, + { + "x":2, + "y":2, + "z":1, + "elements":[ + "chisel:technical@14" + ] + }, + { + "x":1, + "y":0, + "z":0, + "elements":[ + "modularmachinery:blockcasing@0" + ] + }, + { + "x":-1, + "y":0, + "z":2, + "elements":[ + "modularmachinery:blockcasing@0" + ] + }, + { + "x":1, + "y":2, + "z":3, + "elements":[ + "xnet:netcable@1" + ] + }, + { + "x":-2, + "y":0, + "z":4, + "elements":[ + "modularmachinery:blockcasing@0" + ] + }, + { + "x":2, + "y":0, + "z":0, + "elements":[ + "modularmachinery:blockcasing@0" + ] + }, + { + "x":0, + "y":0, + "z":2, + "elements":[ + "modularmachinery:blockcasing@0" + ] + }, + { + "x":-1, + "y":0, + "z":4, + "elements":[ + "modularmachinery:blockcasing@0" + ] + }, + { + "x":2, + "y":2, + "z":3, + "elements":[ + "chisel:technical@14" + ] + }, + { + "x":1, + "y":0, + "z":2, + "elements":[ + "modularmachinery:blockcasing@0" + ] + }, + { + "x":0, + "y":0, + "z":4, + "elements":[ + "modularmachinery:blockenergyinputhatch" + ] + }, + { + "x":2, + "y":0, + "z":2, + "elements":[ + "modularmachinery:blockinputbus" + ] + }, + { + "x":1, + "y":0, + "z":4, + "elements":[ + "modularmachinery:blockcasing@0" + ] + }, + { + "x":2, + "y":0, + "z":4, + "elements":[ + "modularmachinery:blockcasing@0" + ] + }, + { + "x":-2, + "y":3, + "z":1, + "elements":[ + "modularmachinery:blockcasing@0" + ] + }, + { + "x":-2, + "y":1, + "z":0, + "elements":[ + "modularmachinery:blockcasing@0" + ] + }, + { + "x":-1, + "y":3, + "z":1, + "elements":[ + "appliedenergistics2:quartz_glass@0" + ] + }, + { + "x":-2, + "y":3, + "z":3, + "elements":[ + "modularmachinery:blockcasing@0" + ] + }, + { + "x":-1, + "y":1, + "z":0, + "elements":[ + "chisel:technical@14" + ] + }, + { + "x":0, + "y":3, + "z":1, + "elements":[ + "appliedenergistics2:quartz_glass@0" + ] + }, + { + "x":-2, + "y":1, + "z":2, + "elements":[ + "appliedenergistics2:quartz_glass@0" + ] + }, + { + "x":0, + "y":1, + "z":0, + "elements":[ + "appliedenergistics2:quartz_glass@0" + ] + }, + { + "x":-1, + "y":3, + "z":3, + "elements":[ + "appliedenergistics2:quartz_glass@0" + ] + }, + { + "x":1, + "y":3, + "z":1, + "elements":[ + "appliedenergistics2:quartz_glass@0" + ] + }, + { + "x":-1, + "y":1, + "z":2, + "elements":[ + "abyssalcraft:materializer" + ] + }, + { + "x":2, + "y":3, + "z":1, + "elements":[ + "modularmachinery:blockcasing@0" + ] + }, + { + "x":1, + "y":1, + "z":0, + "elements":[ + "chisel:technical@14" + ] + }, + { + "x":0, + "y":3, + "z":3, + "elements":[ + "appliedenergistics2:quartz_glass@0" + ] + }, + { + "x":0, + "y":1, + "z":2, + "elements":[ + "enderutilities:machine_0@0" + ] + }, + { + "x":-2, + "y":1, + "z":4, + "elements":[ + "modularmachinery:blockcasing@0" + ] + }, + { + "x":2, + "y":1, + "z":0, + "elements":[ + "modularmachinery:blockfluidinputhatch" + ] + }, + { + "x":1, + "y":3, + "z":3, + "elements":[ + "appliedenergistics2:quartz_glass@0" + ] + }, + { + "x":1, + "y":1, + "z":2, + "elements":[ + "abyssalcraft:crystallizer" + ] + }, + { + "x":-1, + "y":1, + "z":4, + "elements":[ + "chisel:technical@14" + ] + }, + { + "x":2, + "y":3, + "z":3, + "elements":[ + "modularmachinery:blockcasing@0" + ] + }, + { + "x":0, + "y":1, + "z":4, + "elements":[ + "appliedenergistics2:quartz_glass@0" + ] + }, + { + "x":2, + "y":1, + "z":2, + "elements":[ + "appliedenergistics2:quartz_glass@0" + ] + }, + { + "x":1, + "y":1, + "z":4, + "elements":[ + "chisel:technical@14" + ] + }, + { + "x":2, + "y":1, + "z":4, + "elements":[ + "modularmachinery:blockfluidinputhatch" + ] + }, + { + "x":-2, + "y":2, + "z":0, + "elements":[ + "modularmachinery:blockcasing@0" + ] + }, + { + "x":-1, + "y":2, + "z":0, + "elements":[ + "chisel:technical@14" + ] + }, + { + "x":-2, + "y":2, + "z":2, + "elements":[ + "appliedenergistics2:quartz_glass@0" + ] + }, + { + "x":0, + "y":2, + "z":0, + "elements":[ + "appliedenergistics2:quartz_glass@0" + ] + }, + { + "x":-1, + "y":2, + "z":2, + "elements":[ + "xnet:netcable@1" + ] + }, + { + "x":-2, + "y":0, + "z":1, + "elements":[ + "modularmachinery:blockcasing@0" + ] + }, + { + "x":1, + "y":2, + "z":0, + "elements":[ + "chisel:technical@14" + ] + }, + { + "x":-2, + "y":2, + "z":4, + "elements":[ + "modularmachinery:blockcasing@0" + ] + }, + { + "x":2, + "y":2, + "z":0, + "elements":[ + "modularmachinery:blockfluidinputhatch" + ] + }, + { + "x":-1, + "y":0, + "z":1, + "elements":[ + "modularmachinery:blockcasing@0" + ] + }, + { + "x":1, + "y":2, + "z":2, + "elements":[ + "xnet:netcable@1" + ] + }, + { + "x":-2, + "y":0, + "z":3, + "elements":[ + "modularmachinery:blockcasing@0" + ] + }, + { + "x":-1, + "y":2, + "z":4, + "elements":[ + "chisel:technical@14" + ] + }, + { + "x":0, + "y":0, + "z":1, + "elements":[ + "modularmachinery:blockcasing@0" + ] + }, + { + "x":0, + "y":2, + "z":4, + "elements":[ + "appliedenergistics2:quartz_glass@0" + ] + }, + { + "x":2, + "y":2, + "z":2, + "elements":[ + "appliedenergistics2:quartz_glass@0" + ] + }, + { + "x":1, + "y":0, + "z":1, + "elements":[ + "modularmachinery:blockcasing@0" + ] + }, + { + "x":-1, + "y":0, + "z":3, + "elements":[ + "modularmachinery:blockcasing@0" + ] + }, + { + "x":1, + "y":2, + "z":4, + "elements":[ + "chisel:technical@14" + ] + }, + { + "x":2, + "y":0, + "z":1, + "elements":[ + "modularmachinery:blockcasing@0" + ] + }, + { + "x":0, + "y":0, + "z":3, + "elements":[ + "modularmachinery:blockcasing@0" + ] + }, + { + "x":2, + "y":2, + "z":4, + "elements":[ + "modularmachinery:blockfluidinputhatch" + ] + }, + { + "x":1, + "y":0, + "z":3, + "elements":[ + "modularmachinery:blockcasing@0" + ] + }, + { + "x":2, + "y":0, + "z":3, + "elements":[ + "modularmachinery:blockcasing@0" + ] + }, + { + "x":-2, + "y":3, + "z":0, + "elements":[ + "modularmachinery:blockcasing@0" + ] + }, + { + "x":-1, + "y":3, + "z":0, + "elements":[ + "modularmachinery:blockcasing@0" + ] + }, + { + "x":-2, + "y":3, + "z":2, + "elements":[ + "modularmachinery:blockcasing@0" + ] + }, + { + "x":0, + "y":3, + "z":0, + "elements":[ + "modularmachinery:blockcasing@0" + ] + }, + { + "x":-2, + "y":1, + "z":1, + "elements":[ + "chisel:technical@14" + ] + }, + { + "x":1, + "y":3, + "z":0, + "elements":[ + "modularmachinery:blockcasing@0" + ] + }, + { + "x":-1, + "y":3, + "z":2, + "elements":[ + "appliedenergistics2:quartz_glass@0" + ] + }, + { + "x":-2, + "y":3, + "z":4, + "elements":[ + "modularmachinery:blockcasing@0" + ] + }, + { + "x":2, + "y":3, + "z":0, + "elements":[ + "modularmachinery:blockcasing@0" + ] + }, + { + "x":0, + "y":3, + "z":2, + "elements":[ + "appliedenergistics2:quartz_glass@0" + ] + }, + { + "x":-2, + "y":1, + "z":3, + "elements":[ + "chisel:technical@14" + ] + }, + { + "x":-1, + "y":3, + "z":4, + "elements":[ + "modularmachinery:blockcasing@0" + ] + }, + { + "x":1, + "y":3, + "z":2, + "elements":[ + "appliedenergistics2:quartz_glass@0" + ] + }, + { + "x":0, + "y":3, + "z":4, + "elements":[ + "modularmachinery:blockcasing@0" + ] + }, + { + "x":2, + "y":3, + "z":2, + "elements":[ + "modularmachinery:blockcasing@0" + ] + }, + { + "x":1, + "y":3, + "z":4, + "elements":[ + "modularmachinery:blockcasing@0" + ] + }, + { + "x":2, + "y":1, + "z":1, + "elements":[ + "chisel:technical@14" + ] + }, + { + "x":1, + "y":1, + "z":3, + "elements":[ + "xnet:netcable@1" + ] + }, + { + "x":2, + "y":3, + "z":4, + "elements":[ + "modularmachinery:blockcasing@0" + ] + }, + { + "x":2, + "y":1, + "z":3, + "elements":[ + "chisel:technical@14" + ] + }, + { + "x":-2, + "y":2, + "z":1, + "elements":[ + "chisel:technical@14" + ] + }, + { + "x":-1, + "y":2, + "z":1, + "elements":[ + "xnet:netcable@1" + ] + }, + { + "x":0, + "y":2, + "z":1, + "elements":[ + "xnet:netcable@1" + ] + }, + { + "x":-2, + "y":2, + "z":3, + "elements":[ + "chisel:technical@14" + ] + } + ] + } \ No newline at end of file diff --git a/config/modularmachinery/machinery/orematic5000_mk3.json b/config/modularmachinery/machinery/orematic5000_mk3.json new file mode 100644 index 0000000..112cf5b --- /dev/null +++ b/config/modularmachinery/machinery/orematic5000_mk3.json @@ -0,0 +1,965 @@ +{ + "registryname":"orematic5000_mk3", + "localizedname":"OreMatic 5000 Mk3", + "color":"AAB4BA", + "parts":[ + { + "x":-1, + "y":0, + "z":0, + "elements":[ + "modularmachinery:blockcasing@0" + ] + }, + { + "x":2, + "y":4, + "z":2, + "elements":[ + "modularmachinery:blockcasing@0" + ] + }, + { + "x":1, + "y":2, + "z":1, + "elements":[ + "xnet:netcable@1" + ] + }, + { + "x":-2, + "y":0, + "z":0, + "elements":[ + "modularmachinery:blockcasing@0" + ] + }, + { + "x":2, + "y":2, + "z":1, + "elements":[ + "chisel:technical@14" + ] + }, + { + "x":1, + "y":0, + "z":0, + "elements":[ + "modularmachinery:blockcasing@0" + ] + }, + { + "x":2, + "y":0, + "z":0, + "elements":[ + "modularmachinery:blockcasing@0" + ] + }, + { + "x":-2, + "y":0, + "z":4, + "elements":[ + "modularmachinery:blockcasing@0" + ] + }, + { + "x":-1, + "y":0, + "z":4, + "elements":[ + "modularmachinery:blockcasing@0" + ] + }, + { + "x":0, + "y":0, + "z":4, + "elements":[ + "modularmachinery:blockenergyinputhatch" + ] + }, + { + "x":1, + "y":0, + "z":4, + "elements":[ + "modularmachinery:blockcasing@0" + ] + }, + { + "x":2, + "y":0, + "z":4, + "elements":[ + "modularmachinery:blockcasing@0" + ] + }, + { + "x":-2, + "y":3, + "z":1, + "elements":[ + "chisel:technical@14" + ] + }, + { + "x":-2, + "y":1, + "z":0, + "elements":[ + "modularmachinery:blockcasing@0" + ] + }, + { + "x":-1, + "y":3, + "z":1, + "elements":[ + "xnet:netcable@1" + ] + }, + { + "x":0, + "y":3, + "z":1, + "elements":[ + "xnet:netcable@1" + ] + }, + { + "x":-1, + "y":1, + "z":0, + "elements":[ + "chisel:technical@14" + ] + }, + { + "x":1, + "y":3, + "z":1, + "elements":[ + "xnet:netcable@1" + ] + }, + { + "x":0, + "y":1, + "z":0, + "elements":[ + "appliedenergistics2:quartz_glass@0" + ] + }, + { + "x":2, + "y":3, + "z":1, + "elements":[ + "chisel:technical@14" + ] + }, + { + "x":1, + "y":1, + "z":0, + "elements":[ + "chisel:technical@14" + ] + }, + { + "x":-2, + "y":1, + "z":4, + "elements":[ + "modularmachinery:blockcasing@0" + ] + }, + { + "x":2, + "y":1, + "z":0, + "elements":[ + "modularmachinery:blockfluidinputhatch" + ] + }, + { + "x":-1, + "y":1, + "z":4, + "elements":[ + "chisel:technical@14" + ] + }, + { + "x":0, + "y":1, + "z":4, + "elements":[ + "appliedenergistics2:quartz_glass@0" + ] + }, + { + "x":1, + "y":1, + "z":4, + "elements":[ + "chisel:technical@14" + ] + }, + { + "x":2, + "y":1, + "z":4, + "elements":[ + "modularmachinery:blockfluidinputhatch" + ] + }, + { + "x":-2, + "y":4, + "z":1, + "elements":[ + "modularmachinery:blockcasing@0" + ] + }, + { + "x":-2, + "y":2, + "z":0, + "elements":[ + "modularmachinery:blockcasing@0" + ] + }, + { + "x":-1, + "y":4, + "z":1, + "elements":[ + "appliedenergistics2:quartz_glass@0" + ] + }, + { + "x":0, + "y":4, + "z":1, + "elements":[ + "appliedenergistics2:quartz_glass@0" + ] + }, + { + "x":-1, + "y":2, + "z":0, + "elements":[ + "chisel:technical@14" + ] + }, + { + "x":1, + "y":4, + "z":1, + "elements":[ + "appliedenergistics2:quartz_glass@0" + ] + }, + { + "x":0, + "y":2, + "z":0, + "elements":[ + "appliedenergistics2:quartz_glass@0" + ] + }, + { + "x":2, + "y":4, + "z":1, + "elements":[ + "modularmachinery:blockcasing@0" + ] + }, + { + "x":1, + "y":2, + "z":0, + "elements":[ + "chisel:technical@14" + ] + }, + { + "x":-2, + "y":2, + "z":4, + "elements":[ + "modularmachinery:blockcasing@0" + ] + }, + { + "x":2, + "y":2, + "z":0, + "elements":[ + "modularmachinery:blockfluidinputhatch" + ] + }, + { + "x":-2, + "y":0, + "z":3, + "elements":[ + "modularmachinery:blockcasing@0" + ] + }, + { + "x":-1, + "y":2, + "z":4, + "elements":[ + "chisel:technical@14" + ] + }, + { + "x":0, + "y":2, + "z":4, + "elements":[ + "appliedenergistics2:quartz_glass@0" + ] + }, + { + "x":-1, + "y":0, + "z":3, + "elements":[ + "modularmachinery:blockcasing@0" + ] + }, + { + "x":0, + "y":0, + "z":3, + "elements":[ + "modularmachinery:blockcasing@0" + ] + }, + { + "x":1, + "y":2, + "z":4, + "elements":[ + "chisel:technical@14" + ] + }, + { + "x":2, + "y":2, + "z":4, + "elements":[ + "modularmachinery:blockfluidinputhatch" + ] + }, + { + "x":1, + "y":0, + "z":3, + "elements":[ + "modularmachinery:blockcasing@0" + ] + }, + { + "x":2, + "y":0, + "z":3, + "elements":[ + "modularmachinery:blockcasing@0" + ] + }, + { + "x":-2, + "y":3, + "z":0, + "elements":[ + "modularmachinery:blockcasing@0" + ] + }, + { + "x":-1, + "y":3, + "z":0, + "elements":[ + "chisel:technical@14" + ] + }, + { + "x":0, + "y":3, + "z":0, + "elements":[ + "appliedenergistics2:quartz_glass@0" + ] + }, + { + "x":1, + "y":3, + "z":0, + "elements":[ + "chisel:technical@14" + ] + }, + { + "x":-2, + "y":3, + "z":4, + "elements":[ + "modularmachinery:blockcasing@0" + ] + }, + { + "x":2, + "y":3, + "z":0, + "elements":[ + "modularmachinery:blockfluidinputhatch" + ] + }, + { + "x":-2, + "y":1, + "z":3, + "elements":[ + "chisel:technical@14" + ] + }, + { + "x":-1, + "y":3, + "z":4, + "elements":[ + "chisel:technical@14" + ] + }, + { + "x":0, + "y":3, + "z":4, + "elements":[ + "appliedenergistics2:quartz_glass@0" + ] + }, + { + "x":-1, + "y":1, + "z":3, + "elements":[ + "xnet:netcable@1" + ] + }, + { + "x":1, + "y":3, + "z":4, + "elements":[ + "chisel:technical@14" + ] + }, + { + "x":0, + "y":1, + "z":3, + "nbt":{ + "id":"overloaded:infinite_barrel" + }, + "elements":[ + "overloaded:infinite_barrel@0" + ] + }, + { + "x":2, + "y":3, + "z":4, + "elements":[ + "modularmachinery:blockfluidinputhatch" + ] + }, + { + "x":1, + "y":1, + "z":3, + "elements":[ + "xnet:netcable@1" + ] + }, + { + "x":2, + "y":1, + "z":3, + "elements":[ + "chisel:technical@14" + ] + }, + { + "x":-2, + "y":4, + "z":0, + "elements":[ + "modularmachinery:blockcasing@0" + ] + }, + { + "x":-1, + "y":4, + "z":0, + "elements":[ + "modularmachinery:blockcasing@0" + ] + }, + { + "x":0, + "y":4, + "z":0, + "elements":[ + "modularmachinery:blockcasing@0" + ] + }, + { + "x":1, + "y":4, + "z":0, + "elements":[ + "modularmachinery:blockcasing@0" + ] + }, + { + "x":-2, + "y":4, + "z":4, + "elements":[ + "modularmachinery:blockcasing@0" + ] + }, + { + "x":2, + "y":4, + "z":0, + "elements":[ + "modularmachinery:blockcasing@0" + ] + }, + { + "x":-2, + "y":2, + "z":3, + "elements":[ + "chisel:technical@14" + ] + }, + { + "x":-1, + "y":4, + "z":4, + "elements":[ + "modularmachinery:blockcasing@0" + ] + }, + { + "x":0, + "y":4, + "z":4, + "elements":[ + "modularmachinery:blockcasing@0" + ] + }, + { + "x":-2, + "y":0, + "z":2, + "elements":[ + "modularmachinery:blockoutputbus" + ] + }, + { + "x":-1, + "y":2, + "z":3, + "elements":[ + "xnet:netcable@1" + ] + }, + { + "x":1, + "y":4, + "z":4, + "elements":[ + "modularmachinery:blockcasing@0" + ] + }, + { + "x":-1, + "y":0, + "z":2, + "elements":[ + "modularmachinery:blockcasing@0" + ] + }, + { + "x":0, + "y":0, + "z":2, + "elements":[ + "modularmachinery:blockcasing@0" + ] + }, + { + "x":2, + "y":4, + "z":4, + "elements":[ + "modularmachinery:blockcasing@0" + ] + }, + { + "x":1, + "y":2, + "z":3, + "elements":[ + "xnet:netcable@1" + ] + }, + { + "x":2, + "y":2, + "z":3, + "elements":[ + "chisel:technical@14" + ] + }, + { + "x":1, + "y":0, + "z":2, + "elements":[ + "modularmachinery:blockcasing@0" + ] + }, + { + "x":2, + "y":0, + "z":2, + "elements":[ + "modularmachinery:blockinputbus" + ] + }, + { + "x":-2, + "y":3, + "z":3, + "elements":[ + "chisel:technical@14" + ] + }, + { + "x":-2, + "y":1, + "z":2, + "elements":[ + "appliedenergistics2:quartz_glass@0" + ] + }, + { + "x":-1, + "y":3, + "z":3, + "elements":[ + "xnet:netcable@1" + ] + }, + { + "x":0, + "y":3, + "z":3, + "elements":[ + "xnet:netcable@1" + ] + }, + { + "x":-1, + "y":1, + "z":2, + "elements":[ + "abyssalcraft:crystallizer" + ] + }, + { + "x":1, + "y":3, + "z":3, + "elements":[ + "xnet:netcable@1" + ] + }, + { + "x":0, + "y":1, + "z":2, + "elements":[ + "enderutilities:machine_0@0" + ] + }, + { + "x":2, + "y":3, + "z":3, + "elements":[ + "chisel:technical@14" + ] + }, + { + "x":1, + "y":1, + "z":2, + "elements":[ + "abyssalcraft:materializer" + ] + }, + { + "x":2, + "y":1, + "z":2, + "elements":[ + "appliedenergistics2:quartz_glass@0" + ] + }, + { + "x":-2, + "y":4, + "z":3, + "elements":[ + "modularmachinery:blockcasing@0" + ] + }, + { + "x":-2, + "y":2, + "z":2, + "elements":[ + "appliedenergistics2:quartz_glass@0" + ] + }, + { + "x":-1, + "y":4, + "z":3, + "elements":[ + "appliedenergistics2:quartz_glass@0" + ] + }, + { + "x":0, + "y":4, + "z":3, + "elements":[ + "appliedenergistics2:quartz_glass@0" + ] + }, + { + "x":-2, + "y":0, + "z":1, + "elements":[ + "modularmachinery:blockcasing@0" + ] + }, + { + "x":1, + "y":4, + "z":3, + "elements":[ + "appliedenergistics2:quartz_glass@0" + ] + }, + { + "x":0, + "y":2, + "z":2, + "elements":[ + "mysticalagriculture:ultimate_furnace" + ] + }, + { + "x":-1, + "y":0, + "z":1, + "elements":[ + "modularmachinery:blockcasing@0" + ] + }, + { + "x":0, + "y":0, + "z":1, + "elements":[ + "modularmachinery:blockcasing@0" + ] + }, + { + "x":2, + "y":4, + "z":3, + "elements":[ + "modularmachinery:blockcasing@0" + ] + }, + { + "x":2, + "y":2, + "z":2, + "elements":[ + "appliedenergistics2:quartz_glass@0" + ] + }, + { + "x":1, + "y":0, + "z":1, + "elements":[ + "modularmachinery:blockcasing@0" + ] + }, + { + "x":2, + "y":0, + "z":1, + "elements":[ + "modularmachinery:blockcasing@0" + ] + }, + { + "x":-2, + "y":3, + "z":2, + "elements":[ + "appliedenergistics2:quartz_glass@0" + ] + }, + { + "x":-2, + "y":1, + "z":1, + "elements":[ + "chisel:technical@14" + ] + }, + { + "x":-1, + "y":3, + "z":2, + "elements":[ + "xnet:netcable@1" + ] + }, + { + "x":-1, + "y":1, + "z":1, + "elements":[ + "xnet:netcable@1" + ] + }, + { + "x":1, + "y":3, + "z":2, + "elements":[ + "xnet:netcable@1" + ] + }, + { + "x":0, + "y":1, + "z":1, + "nbt":{ + "id":"overloaded:infinite_tank" + }, + "elements":[ + "overloaded:infinite_tank@0" + ] + }, + { + "x":2, + "y":3, + "z":2, + "elements":[ + "appliedenergistics2:quartz_glass@0" + ] + }, + { + "x":1, + "y":1, + "z":1, + "elements":[ + "xnet:netcable@1" + ] + }, + { + "x":2, + "y":1, + "z":1, + "elements":[ + "chisel:technical@14" + ] + }, + { + "x":-2, + "y":4, + "z":2, + "elements":[ + "modularmachinery:blockcasing@0" + ] + }, + { + "x":-2, + "y":2, + "z":1, + "elements":[ + "chisel:technical@14" + ] + }, + { + "x":-1, + "y":4, + "z":2, + "elements":[ + "appliedenergistics2:quartz_glass@0" + ] + }, + { + "x":0, + "y":4, + "z":2, + "elements":[ + "appliedenergistics2:quartz_glass@0" + ] + }, + { + "x":-1, + "y":2, + "z":1, + "elements":[ + "xnet:netcable@1" + ] + }, + { + "x":1, + "y":4, + "z":2, + "elements":[ + "appliedenergistics2:quartz_glass@0" + ] + } + ] + } \ No newline at end of file diff --git a/config/modularmachinery/machinery/paperclip_factory.json b/config/modularmachinery/machinery/paperclip_factory.json new file mode 100644 index 0000000..2e2b912 --- /dev/null +++ b/config/modularmachinery/machinery/paperclip_factory.json @@ -0,0 +1,507 @@ +{ + "registryname": "paperclip_factory", + "localizedname": "Paperclip Factory", + "color": "FF0013", + "parts": [ + { + "x": -2, + "y": 0, + "z": 2, + "elements": [ + "immersiveengineering:metal_decoration1@1" + ] + }, + { + "x": -1, + "y": 0, + "z": 0, + "elements": [ + "immersiveengineering:metal_decoration1@1" + ] + }, + { + "x": -2, + "y": 0, + "z": 0, + "elements": [ + "immersiveengineering:metal_decoration1@1" + ] + }, + { + "x": 1, + "y": 0, + "z": 0, + "elements": [ + "immersiveengineering:metal_decoration1@1" + ] + }, + { + "x": -1, + "y": 0, + "z": 2, + "elements": [ + "immersiveengineering:metal_decoration1@1" + ] + }, + { + "x": 0, + "y": 0, + "z": 2, + "elements": [ + "immersiveengineering:metal_decoration1@1" + ] + }, + { + "x": 2, + "y": 0, + "z": 0, + "elements": [ + "immersiveengineering:metal_decoration1@1" + ] + }, + { + "x": -3, + "y": 0, + "z": 0, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 2, + "elements": [ + "immersiveengineering:metal_decoration1@1" + ] + }, + { + "x": 3, + "y": 0, + "z": 0, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 2, + "elements": [ + "immersiveengineering:metal_decoration1@1" + ] + }, + { + "x": 3, + "y": 0, + "z": 2, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": 3, + "y": -1, + "z": 0, + "elements": [ + "modularmachinery:blockcasing@4" + ] + }, + { + "x": -3, + "y": 1, + "z": 0, + "elements": [ + "modularmachinery:blockcasing@4" + ] + }, + { + "x": 2, + "y": -1, + "z": 0, + "elements": [ + "actuallyadditions:block_crystal_empowered@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 0, + "elements": [ + "modularmachinery:blockcasing@3" + ] + }, + { + "x": -2, + "y": 1, + "z": 0, + "elements": [ + "immersiveengineering:metal_decoration1@1" + ] + }, + { + "x": 0, + "y": -1, + "z": 0, + "elements": [ + "modularmachinery:blockfluidinputhatch" + ] + }, + { + "x": -1, + "y": 1, + "z": 0, + "elements": [ + "immersiveengineering:metal_decoration1@1" + ] + }, + { + "x": -3, + "y": 1, + "z": 2, + "elements": [ + "modularmachinery:blockcasing@4" + ] + }, + { + "x": 0, + "y": 1, + "z": 0, + "elements": [ + "immersiveengineering:metal_decoration1@1" + ] + }, + { + "x": -1, + "y": -1, + "z": 0, + "elements": [ + "modularmachinery:blockcasing@3" + ] + }, + { + "x": -3, + "y": -1, + "z": 1, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": -2, + "y": 1, + "z": 2, + "elements": [ + "immersiveengineering:metal_decoration1@1" + ] + }, + { + "x": -2, + "y": -1, + "z": 0, + "elements": [ + "actuallyadditions:block_crystal_empowered@0" + ] + }, + { + "x": -2, + "y": -1, + "z": 1, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": -1, + "y": 1, + "z": 2, + "elements": [ + "immersiveengineering:metal_decoration1@1" + ] + }, + { + "x": 1, + "y": 1, + "z": 0, + "elements": [ + "immersiveengineering:metal_decoration1@1" + ] + }, + { + "x": 0, + "y": 1, + "z": 2, + "elements": [ + "immersiveengineering:metal_decoration1@1" + ] + }, + { + "x": 2, + "y": 1, + "z": 0, + "elements": [ + "immersiveengineering:metal_decoration1@1" + ] + }, + { + "x": -1, + "y": -1, + "z": 1, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": -3, + "y": -1, + "z": 0, + "elements": [ + "modularmachinery:blockcasing@4" + ] + }, + { + "x": 0, + "y": -1, + "z": 1, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": 1, + "y": 1, + "z": 2, + "elements": [ + "immersiveengineering:metal_decoration1@1" + ] + }, + { + "x": 3, + "y": 1, + "z": 0, + "elements": [ + "modularmachinery:blockcasing@4" + ] + }, + { + "x": 2, + "y": 1, + "z": 2, + "elements": [ + "immersiveengineering:metal_decoration1@1" + ] + }, + { + "x": 1, + "y": -1, + "z": 1, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": 3, + "y": 1, + "z": 2, + "elements": [ + "modularmachinery:blockcasing@4" + ] + }, + { + "x": 2, + "y": -1, + "z": 1, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": 3, + "y": -1, + "z": 1, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": -3, + "y": 0, + "z": 1, + "elements": [ + "modularmachinery:blockinputbus" + ] + }, + { + "x": -2, + "y": 0, + "z": 1, + "nbt": {"conveyorBeltSubtypeNBT":{"dyeColour":"-1","direction":"0"},"conveyorBeltSubtype":"immersiveengineering:conveyor","id":"immersiveengineering:conveyorbelt"}, + "elements": [ + "immersiveengineering:conveyor@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 1, + "nbt": {"conveyorBeltSubtypeNBT":{"dyeColour":"-1","direction":"0"},"conveyorBeltSubtype":"immersiveengineering:conveyor","id":"immersiveengineering:conveyorbelt"}, + "elements": [ + "immersiveengineering:conveyor@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 1, + "nbt": {"conveyorBeltSubtypeNBT":{"dyeColour":"-1","direction":"0"},"conveyorBeltSubtype":"immersiveengineering:conveyor","id":"immersiveengineering:conveyorbelt"}, + "elements": [ + "immersiveengineering:conveyor@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 1, + "nbt": {"conveyorBeltSubtypeNBT":{"dyeColour":"-1","direction":"0"},"conveyorBeltSubtype":"immersiveengineering:conveyor","id":"immersiveengineering:conveyorbelt"}, + "elements": [ + "immersiveengineering:conveyor@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 1, + "nbt": {"conveyorBeltSubtypeNBT":{"dyeColour":"-1","direction":"0"},"conveyorBeltSubtype":"immersiveengineering:conveyor","id":"immersiveengineering:conveyorbelt"}, + "elements": [ + "immersiveengineering:conveyor@0" + ] + }, + { + "x": 3, + "y": 0, + "z": 1, + "elements": [ + "modularmachinery:blockoutputbus" + ] + }, + { + "x": -3, + "y": 1, + "z": 1, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": -2, + "y": 1, + "z": 1, + "elements": [ + "minecraft:piston@0" + ] + }, + { + "x": -1, + "y": 1, + "z": 1, + "elements": [ + "immersiveengineering:metal_decoration1@1" + ] + }, + { + "x": 0, + "y": 1, + "z": 1, + "elements": [ + "minecraft:piston@0" + ] + }, + { + "x": -3, + "y": -1, + "z": 2, + "elements": [ + "modularmachinery:blockcasing@4" + ] + }, + { + "x": -2, + "y": -1, + "z": 2, + "elements": [ + "actuallyadditions:block_crystal_empowered@0" + ] + }, + { + "x": 1, + "y": 1, + "z": 1, + "elements": [ + "immersiveengineering:metal_decoration1@1" + ] + }, + { + "x": 2, + "y": 1, + "z": 1, + "elements": [ + "minecraft:piston@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 2, + "elements": [ + "modularmachinery:blockcasing@3" + ] + }, + { + "x": 0, + "y": -1, + "z": 2, + "elements": [ + "modularmachinery:blockenergyinputhatch" + ] + }, + { + "x": 3, + "y": 1, + "z": 1, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 2, + "elements": [ + "modularmachinery:blockcasing@3" + ] + }, + { + "x": 2, + "y": -1, + "z": 2, + "elements": [ + "actuallyadditions:block_crystal_empowered@0" + ] + }, + { + "x": 3, + "y": -1, + "z": 2, + "elements": [ + "modularmachinery:blockcasing@4" + ] + }, + { + "x": -3, + "y": 0, + "z": 2, + "elements": [ + "modularmachinery:blockcasing@0" + ] + } + ]} \ No newline at end of file diff --git a/config/modularmachinery/machinery/plastic-molder.json b/config/modularmachinery/machinery/plastic-molder.json new file mode 100644 index 0000000..b4fda0e --- /dev/null +++ b/config/modularmachinery/machinery/plastic-molder.json @@ -0,0 +1,143 @@ +{ + "registryname": "plastic_molder", + "localizedname": "Plastic Molder", + "color": "4c4c4c", + "parts": [ + { + "x": -1, + "y": 0, + "z": 0, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 1, + "elements": [ + "modularmachinery:blockfluidinputhatch" + ] + }, + { + "x": 1, + "y": 0, + "z": 0, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 1, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 2, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 1, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 2, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 2, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 1, + "elements": [ + "modularmachinery:blockoutputbus" + ] + }, + { + "x": 0, + "y": -1, + "z": 1, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 2, + "elements": [ + "modularmachinery:blockenergyinputhatch" + ] + }, + { + "x": 1, + "y": 0, + "z": 2, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 1, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 2, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 0, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 0, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 0, + "elements": [ + "modularmachinery:blockcasing@0" + ] + } + ] +} diff --git a/config/modularmachinery/machinery/scamulator.json b/config/modularmachinery/machinery/scamulator.json new file mode 100644 index 0000000..ea3d9ac --- /dev/null +++ b/config/modularmachinery/machinery/scamulator.json @@ -0,0 +1,143 @@ +{ + "registryname": "scamulator", + "localizedname": "Scamulator", + "color": "31323A", + "parts": [ + { + "x": -1, + "y": 0, + "z": 0, + "elements": [ + "appliedenergistics2:sky_stone_block@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 1, + "elements": [ + "modularmachinery:blockoutputbus" + ] + }, + { + "x": -1, + "y": -1, + "z": 1, + "elements": [ + "extendedcrafting:lamp@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 1, + "elements": [ + "modularmachinery:blockcasing" + ] + }, + { + "x": 1, + "y": 0, + "z": 0, + "elements": [ + "appliedenergistics2:sky_stone_block@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 2, + "elements": [ + "appliedenergistics2:sky_stone_block@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 1, + "elements": [ + "modularmachinery:blockinputbus" + ] + }, + { + "x": -1, + "y": -1, + "z": 2, + "elements": [ + "modularmachinery:blockcasing@4" + ] + }, + { + "x": 0, + "y": 0, + "z": 2, + "elements": [ + "modularmachinery:blockenergyinputhatch" + ] + }, + { + "x": 0, + "y": -1, + "z": 1, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 2, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 1, + "elements": [ + "modularmachinery:blockfluidinputhatch" + ] + }, + { + "x": 1, + "y": 0, + "z": 2, + "elements": [ + "appliedenergistics2:sky_stone_block@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 2, + "elements": [ + "modularmachinery:blockcasing@4" + ] + }, + { + "x": 1, + "y": -1, + "z": 0, + "elements": [ + "modularmachinery:blockcasing@4" + ] + }, + { + "x": 0, + "y": -1, + "z": 0, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 0, + "elements": [ + "modularmachinery:blockcasing@4" + ] + } + ] +} \ 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 0000000..d35e9b2 --- /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/volcanic_crystalizer.json b/config/modularmachinery/machinery/volcanic_crystalizer.json new file mode 100644 index 0000000..b68ddb8 --- /dev/null +++ b/config/modularmachinery/machinery/volcanic_crystalizer.json @@ -0,0 +1,215 @@ +{ + "registryname": "volcanic_crystalizer", + "localizedname": "Volcanic Crystalizer", + "color": "DDDDDD", + "parts": [ + { + "x": -1, + "y": 0, + "z": 0, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 1, + "elements": [ + "modularmachinery:blockoutputbus" + ] + }, + { + "x": 1, + "y": 0, + "z": 0, + "elements": [ + "modularmachinery:blockfluidinputhatch" + ] + }, + { + "x": -1, + "y": 0, + "z": 2, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 1, + "elements": [ + "tconstruct:seared_tank@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 1, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 2, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 2, + "elements": [ + "modularmachinery:blockfluidinputhatch" + ] + }, + { + "x": 1, + "y": -1, + "z": 0, + "elements": [ + "modularmachinery:blockcasing@1" + ] + }, + { + "x": 0, + "y": -1, + "z": 0, + "elements": [ + "modularmachinery:blockcasing@3" + ] + }, + { + "x": -1, + "y": 1, + "z": 0, + "elements": [ + "modularmachinery:blockcasing@1" + ] + }, + { + "x": -1, + "y": -1, + "z": 0, + "elements": [ + "modularmachinery:blockcasing@1" + ] + }, + { + "x": 0, + "y": 1, + "z": 0, + "elements": [ + "chisel:technical@4" + ] + }, + { + "x": -1, + "y": 1, + "z": 1, + "elements": [ + "chisel:technical@4" + ] + }, + { + "x": 1, + "y": 1, + "z": 0, + "elements": [ + "modularmachinery:blockcasing@1" + ] + }, + { + "x": -1, + "y": 1, + "z": 2, + "elements": [ + "modularmachinery:blockcasing@1" + ] + }, + { + "x": 0, + "y": 1, + "z": 1, + "elements": [ + "actuallyadditions:block_breaker" + ] + }, + { + "x": 1, + "y": 1, + "z": 1, + "elements": [ + "chisel:technical@4" + ] + }, + { + "x": 0, + "y": 1, + "z": 2, + "elements": [ + "chisel:technical@4" + ] + }, + { + "x": -1, + "y": -1, + "z": 1, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": 1, + "y": 1, + "z": 2, + "elements": [ + "modularmachinery:blockcasing@1" + ] + }, + { + "x": -1, + "y": -1, + "z": 2, + "elements": [ + "modularmachinery:blockcasing@1" + ] + }, + { + "x": 0, + "y": -1, + "z": 1, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 1, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 2, + "elements": [ + "modularmachinery:blockenergyinputhatch" + ] + }, + { + "x": 1, + "y": -1, + "z": 2, + "elements": [ + "modularmachinery:blockcasing@1" + ] + } + ] +} \ No newline at end of file diff --git a/config/modularmachinery/modularmachinery.cfg b/config/modularmachinery/modularmachinery.cfg new file mode 100644 index 0000000..fa62df6 --- /dev/null +++ b/config/modularmachinery/modularmachinery.cfg @@ -0,0 +1,236 @@ +# Configuration file + +energyhatch { + + tiny { + I:limit=128 + I:size=2048 + I:tier=1 + } + + small { + I:limit=512 + I:size=4096 + I:tier=2 + } + + normal { + I:limit=512 + I:size=8192 + I:tier=2 + } + + reinforced { + I:limit=2048 + I:size=16384 + I:tier=3 + } + + big { + I:limit=8192 + I:size=32768 + I:tier=4 + } + + huge { + I:limit=32768 + I:size=131072 + I:tier=5 + } + + ludicrous { + I:limit=131072 + I:size=524288 + I:tier=6 + } + + ultimate { + I:limit=131072 + I:size=2097152 + I:tier=6 + } + + size { + # Energy storage size of the energy hatch. [range: 0 ~ 9223372036854775807, default: 32768] + S:BIG=32768 + + # Energy storage size of the energy hatch. [range: 0 ~ 9223372036854775807, default: 131072] + S:HUGE=131072 + + # Energy storage size of the energy hatch. [range: 0 ~ 9223372036854775807, default: 524288] + S:LUDICROUS=524288 + + # Energy storage size of the energy hatch. [range: 0 ~ 9223372036854775807, default: 8192] + S:NORMAL=8192 + + # Energy storage size of the energy hatch. [range: 0 ~ 9223372036854775807, default: 16384] + S:REINFORCED=16384 + + # Energy storage size of the energy hatch. [range: 0 ~ 9223372036854775807, default: 4096] + S:SMALL=4096 + + # Energy storage size of the energy hatch. [range: 0 ~ 9223372036854775807, default: 2048] + S:TINY=2048 + + # Energy storage size of the energy hatch. [range: 0 ~ 9223372036854775807, default: 2097152] + S:ULTIMATE=2097152 + } + + 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=8192 + + # 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=32768 + + # 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=131072 + + # 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=512 + + # 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=2048 + + # 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=512 + + # 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=128 + + # 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=131072 + } + + 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] + 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] + 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] + 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] + 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] + 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] + 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] + 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] + I:ULTIMATE=6 + } + + gtvoltage { + # Defines the GT voltage tier. Affects both input and output hatches of this tier. [range: 0 ~ 8] + I:BIG=4 + + # Defines the GT voltage tier. Affects both input and output hatches of this tier. [range: 0 ~ 8] + I:HUGE=5 + + # Defines the GT voltage tier. Affects both input and output hatches of this tier. [range: 0 ~ 8] + I:LUDICROUS=6 + + # Defines the GT voltage tier. Affects both input and output hatches of this tier. [range: 0 ~ 8] + I:NORMAL=2 + + # Defines the GT voltage tier. Affects both input and output hatches of this tier. [range: 0 ~ 8] + I:REINFORCED=3 + + # Defines the GT voltage tier. Affects both input and output hatches of this tier. [range: 0 ~ 8] + I:SMALL=2 + + # Defines the GT voltage tier. Affects both input and output hatches of this tier. [range: 0 ~ 8] + I:TINY=1 + + # Defines the GT voltage tier. Affects both input and output hatches of this tier. [range: 0 ~ 8] + I:ULTIMATE=6 + } + + gtamperage { + # Defines the GT amperage. Affects both output amperage as well as maximum input amperage. [range: 1 ~ 16] + I:BIG=2 + + # Defines the GT amperage. Affects both output amperage as well as maximum input amperage. [range: 1 ~ 16] + I:HUGE=2 + + # Defines the GT amperage. Affects both output amperage as well as maximum input amperage. [range: 1 ~ 16] + I:LUDICROUS=2 + + # Defines the GT amperage. Affects both output amperage as well as maximum input amperage. [range: 1 ~ 16] + I:NORMAL=2 + + # Defines the GT amperage. Affects both output amperage as well as maximum input amperage. [range: 1 ~ 16] + I:REINFORCED=2 + + # Defines the GT amperage. Affects both output amperage as well as maximum input amperage. [range: 1 ~ 16] + I:SMALL=2 + + # Defines the GT amperage. Affects both output amperage as well as maximum input amperage. [range: 1 ~ 16] + I:TINY=2 + + # Defines the GT amperage. Affects both output amperage as well as maximum input amperage. [range: 1 ~ 16] + I:ULTIMATE=2 + } + +} + + +fluidhatch { + + tiny { + # Defines the tank size for the size-type of fluid hatch. [range: 1 ~ 2147483647, default: 100] + I:size=2000 + } + + small { + # Defines the tank size for the size-type of fluid hatch. [range: 1 ~ 2147483647, default: 400] + I:size=4000 + } + + normal { + # Defines the tank size for the size-type of fluid hatch. [range: 1 ~ 2147483647, default: 1000] + I:size=8000 + } + + reinforced { + # Defines the tank size for the size-type of fluid hatch. [range: 1 ~ 2147483647, default: 2000] + I:size=16000 + } + + big { + # Defines the tank size for the size-type of fluid hatch. [range: 1 ~ 2147483647, default: 4500] + I:size=32000 + } + + huge { + # Defines the tank size for the size-type of fluid hatch. [range: 1 ~ 2147483647, default: 8000] + I:size=64000 + } + + ludicrous { + # Defines the tank size for the size-type of fluid hatch. [range: 1 ~ 2147483647, default: 16000] + I:size=128000 + } + + vacuum { + # Defines the tank size for the size-type of fluid hatch. [range: 1 ~ 2147483647, default: 32000] + I:size=256000 + } + +} + + +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/modularrouters.cfg b/config/modularrouters.cfg new file mode 100644 index 0000000..3971daf --- /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/morpheus.cfg b/config/morpheus.cfg new file mode 100644 index 0000000..566d8e2 --- /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/mputils/addons/mpbasic/mpbasic.cfg b/config/mputils/addons/mpbasic/mpbasic.cfg new file mode 100644 index 0000000..53bad94 --- /dev/null +++ b/config/mputils/addons/mpbasic/mpbasic.cfg @@ -0,0 +1,55 @@ +# Configuration file + +~CONFIG_VERSION: 1.0.0 + +changelog_settings { + # Change button and Title of change log [default: What's New!] + S:"ChangeLog Title"=What's New! + + # Location of the file http or filename [default: changelog.txt] + S:"File Address"=changelog.txt + + # If change log file is located on a web url [default: false] + B:isHttp=false +} + + +general { + # http of your SupportPage [default: https://www.patreon.com/GenDeathrow] + S:"Support url"=https://www.patreon.com/GenDeathrow + + # Shows an update Notification dropdown from top center of screen. Only happens when versions change. [default: true] + B:"Update Notification"=true +} + + +issue_tracker_settings { + # If 'useInGameForm' && 'sendJsonData' = true, than As users for thier email address. [default: true] + B:"Collect Emails"=false + + # This just changes default setting to create a Gist like for change log. May break if git hub changes api. [default: true] + B:"Crashlogs to Gist default"=false + + # http of your IssueTracker [default: https://github.com/GenDeathrow/MPUtils/issues] + S:"Issue Tracker url"=https://github.com/Darkosto/SevTech-Ages/issues + + # This is an Advance Settings, The web address must accept Json data to be able to automate issue reporting. It is up to you how you accept the json data on the website. I may have an example but only use this if you know what your doing. [default: false] + B:"Use Automated issue tracker"=false + + # Use an in game form, If false the issue tracker button will just link to the tracker url. [default: false] + B:"Use in game form"=false +} + + +menu_tabs { + # Adds Bug Report button to menu. Soon will have a Reporting Form + B:"Show Bug Report"=true + + # Adds Changelog button to menu + B:"Show Changelog"=true + + # Adds Support you button to menu + B:"Show Support"=false +} + + diff --git a/config/mputils/addons/mpbasic/onscreen_notifications.json b/config/mputils/addons/mpbasic/onscreen_notifications.json new file mode 100644 index 0000000..f43ce93 --- /dev/null +++ b/config/mputils/addons/mpbasic/onscreen_notifications.json @@ -0,0 +1,65 @@ +{ + "onScreenNotifications": [ + { + "id": "darkosto", + "soundlocation": "minecraft:entity.player.levelup", + "lines": [ + "§9§nHappy Birthday!!!", + "§2Happy BirthDay to you!", + "§2Happy BirthDay to you!", + "§5Happy BirthDay Darkosto!", + "§2Happy BirthDay to you!" + ] + }, + { + "id": "example", + "soundlocation": "minecraft:entity.creeper.primed", + "lines": [ + "§c§nBoom!!!", + "§eDid I scare you?" + ] + }, + { + "id": "stage_one", + "lines": [ + "§c§nWelcome to", + "§eAge 1" + ] + }, + { + "id": "stage_two", + "lines": [ + "§c§nWelcome to", + "§eAge 2" + ] + }, + { + "id": "stage_three", + "lines": [ + "§c§nWelcome to", + "§eAge 3" + ] + }, + { + "id": "stage_four", + "lines": [ + "§c§nWelcome to", + "§eAge 4" + ] + }, + { + "id": "stage_five", + "lines": [ + "§c§nWelcome to", + "§eAge 5" + ] + }, + { + "id": "stage_creative", + "lines": [ + "§c§nWelcome to the", + "§eCreative Age" + ] + } + ] +} diff --git a/config/mputils/changelog.txt b/config/mputils/changelog.txt new file mode 100644 index 0000000..396e56e --- /dev/null +++ b/config/mputils/changelog.txt @@ -0,0 +1,2172 @@ +Open the Advancements Window to find out how to progress (Default key "L") + +WAILA and a Map are not available from the beginning of the modpack, they need to be unlocked. There are many blocks that are hidden until unlocked through progression! + +**Be aware, if you change a resource pack while the pack is running you will need to fully restart the game due to an issue with items not hiding correctly and recipes not showing. Sorry for the inconvenience!** + +For Multiplayer Team information use the mod "Together Forever" and check the commands beginning with "/tofe" using in-game chat. + +--------------------------------------------------------------------- + +3.2.3 + +IMPORTANT: This update changes tombstone mods. Any old graves from the previous mod will be lost. Ensure any graves have been opened before updating the pack. Use a backup if you have already opened the world with this update. + +Mods Added: +* Simple Tomb (1.0.0) + +Mods Updated: +* Forge (14.23.5.2858 -> 14.23.5.2860) +* RebornCore (3.13.12.447 -> 3.19.5) + +Mods Removed: +* Corail's Tombstone + +--------------------------------------------------------------------- + +3.2.2 + +Features: +* Added Traditional Chinese translations + +Bug Fixes: +* Added missing Russian translation + +Mod Updates: +* Forge (14.23.5.2854) + * Fixes a recent security vulnerability affecting Minecraft. Read more here regarding clients: http://redsto.ne/java + +--------------------------------------------------------------------- + +3.2.1 + +Bug Fixes: +* Removed Sevadus skull drop to prevent potential lag + +--------------------------------------------------------------------- + +3.2.0 + +Enhancements: +* Add tooltips for Rustic bees +* Added Primal's Stacked Logs and Charcoal Pit mechanics +* Increased Rustic Apiaries crop aging frequency +* Add Rustic bee advancement +* Move Rustic bees to age 1 from age 2 +* Add Twilight Forest trees to Bonsai pots +* Add liveroot and liveroot block conversion recipes +* Add liveroot to Twilight Forest loot chests +* Staged loot in loot tables (chests, etc) +* Add trollber to Twilight Forest loot tables +* Enabled fishing! + +Bug Fixes: +* Correct rat's meat drops & added wolf meat drop to dire wolf +* Create recipes for Abyssalcraft's animated darklands log +* Remove "WIP" natura doors +* Rustic liquids appearing too early +* Add Primal's Yew Stick to stickWood oredict +* Enabled AE2 paint balls +* Added Amethyst, Cobalt, and Ardite to prospectors detection lists + +Mods Added: +* ZenLoot + +Mod Updates: +* ExtraPlanets (0.5.6 -> 0.7.0) +* Galacticraft (4.0.2.236 -> 4.0.2.280) + * Core, Planets, & MicdoodleCore +* MJRLegendsLib (1.1.8 -> 1.2.0) +* SevPatches (1.5-6 -> 1.7-8) +* SevTweaks (0.3.1-25 -> 0.4.0-1) +* Wall-Jump! (1.2.3 -> 1.3.2) + +--------------------------------------------------------------------- + +3.1.7 + +Enhancements: +* Code cleanup +* Tweaked tooltip grammar and lengths + +Mods Updated: +* Bring Bedrock Back (0.0.1 -> 0.0.4) + +--------------------------------------------------------------------- + +3.1.6 Hotfix 1 + +Bug Fixes: +* Fixed unintentional change to shoggoth generation chance in swamps +* Resolved potential issue with bedrock generation in unintended dimensions + +--------------------------------------------------------------------- + +3.1.6 + +Mods Added: +* Bring Back Bedrock (0.0.1) + * A HUGE thank you to JayJay for making this for us! + * Resolves issue introduced with latest Better Bedrock update + +Mods Added: +* Corail Tombstone (4.0.0) + +Mods Removed: +* Advanced Mortars +* Tombstone: Revived + * Corail Tombstone is back + +--------------------------------------------------------------------- + +3.1.5 + +Mods Updated: +* Tombstone: Revived (4.0.0-2 -> 4.0.1-3) + * Fixes server startup crash + +--------------------------------------------------------------------- + +3.1.4 + +Bug Fixes: +* Correctly stage the Stray and its equipment +* Wool being visible in the world before intended +* Remove unnecessary imp leather drops (#4143) +* Fixed BWM Anchor and Pulley uncraftable in stage one +* Slime boots in conflicting stages +* Moved Void Sack to Age 5 as the recipe reciquired items from that age +* Staged the application of the iChisel (hitech) modifier on tinkers' tools +* Strange mob spawn counts potentially caused by low view distance + +Enhancements: +* Remove Barley Flour - Barley now produces regular flour instead +* Cutting a wooden slab using the BWM Saw will convert it to a thin slab if one exists for that material +* Stop Forge logging cascading world generation +* Adjusted the Betweenland's Boulder Sprite spawn rates + +Mods Added: +* Tombstone: Revived + +Mod Updates: +* AbyssalCraft (1.9.19.1) +* AbyssalCraft Integration (1.11.2) +* AppleSkin (1.0.9 -> 1.0.14) +* Bedrock B Gone/Better Bedrock (5.1.11) +* Better Foliage (2.3.1) + * Now works with Optifine F4 and later +* BnBGamingCore (0.11.0 -> 0.12.0) +* Bonsai Trees (1.1.4-b170) +* CD4017BE Library (6.4.6 -> 6.4.18) +* Cooking for Blockheads (6.4.70 -> 6.5.0) +* CraftTweaker (4.1.20.57) +* Custom Main Menu (2.0.9 -> 2.0.9.1) +* Cyclic (1.19.11 -> 1.20.3) +* Dark Utilities (1.8.226 -> 1.8.230) +* Dimensional Control (2.13.0) +* Enchantment Descriptions (1.1.15) +* Ender Storage 1.8.+ (2.4.5.135 -> 2.4.6.137) +* Ender Utilities (0.7.12 -> 0.7.15) +* Extended Crafting (1.5.4 -> 1.5.6) +* Farming for Blockheads (3.1.26 -> 3.1.28) +* Farseek (2.3.2 -> 2.5) +* FastWorkbench (1.7.3) +* Game Stages (2.0.123) +* Hunting Dimension (1.0.42) +* Improved Backpacks (1.4.0.0 -> 1.5.0.0) +* Immersive Engineering (0.12-92 -> 0.12-98) +* Inductive Logistics (1.3.3 -> 1.3.4) +* Industrial Foregoing (1.12.12-236 -> 1.12.13-237) +* Inventory Tweaks (1.64+dev.146 -> 1.64+dev.151) +* Iron Chests (7.0.69.845 -> 7.0.72.847) +* KleeSlabs (5.4.11 -> 5.4.12) +* McJtyLib (3.5.3 -> 3.5.4) +* Modular Routers (3.2.1 -> 3.3.0-33) +* More Overlays (1.14 -> 1.15.1) +* Ocean Floor - Clay Sand and Dirt (1.0.1 -> 1.0.2) +* RandomPatches (1.21.0.3 -> 1.22.0.0) +* Reborn Storage (3.3.4.85 -> 3.3.4.1) +* Refined Storage (1.6.14 -> 1.6.16) +* Refined Storage Addons (0.4.4 -> 0.4.5) +* RFTools (7.71 -> 7.73) +* Rustic (1.1.0 -> 1.1.4) +* SevPatches (1.4-5 -> 1.5-6) +* Simple Storage Network (1.7.6 -> 1.7.11) +* Steve's Carts Reborn (2.4.30.134 -> 2.4.32.137) +* Storage Drawers (5.3.8 -> 5.4.2) +* Thirsty Bottles (1.1.4 -> 2.0.1) +* ViesCraft - Airships! (5.9.13 -> 5.9.16) +* Wawla - What Are We Looking At (2.5.273 -> 2.6.275) +* XNet (1.8.1 -> 1.8.2) + +Mods Removed: +* Corail's Tombstone + +--------------------------------------------------------------------- + +3.1.3 + +Bug Fixes: +* Remove/alter additional recipes using Refined Storage Processors +* Use a staged output bus in the auto-cauldron structure (#3851) +* Dying eight slime blocks will now produce eight slime blocks rather than just one (#3899) +* Black Quartz and Silicon can now be crafted using their respective essences (#3833, #3913) +* Scamulator blueprint now has a recipe (#3870) +* Painted wood crafting recipe readded (#3685) +* The colour of quantum storage bags can now be changed (#3743) +* Fix Together Forever command in getting started text (#3943) +* Update Tartaric Forge removed recipes as changed upstream (#3942) +* Vanilla bookshelves can now only be crafted using vanilla planks, preventing conflict with natura (#3940) +* Lapis blocks are now be chiselable (#3932) +* Dupe bug as a result of TCon Crafting Station exposing Auto Chisel slots to JEI fixed (#3956) +* Enchantments now staged by definition, meaning books remain hidden even in old worlds where enchant IDs are different +* Properly stage the "easy" recipe for the Compacting Storage Drawer (#4100) +* Re-Added Cyclic GPS Marker for use in the Sensor Display (#4093) +* Removed recipe for TConstruct EFLN (as it was not intended to be craftable) (#4062) +* Fix Biodiesel not working with UltimateCarMod (#3885) +* Base tier Viescraft airship now triggers advancement (#4021) +* Blacklisted The Betweenland's Item Shelf from carryon to prevent item loss (#4121) +* Fixed incorrect ouput from some recipes in the Mekanism sawmill (#4111) +* Glass crafting in arc furnace now accepts all sand from the oredict (#3963) +* Fixed Cinnabar mineral vein not being overriden as intended. Cinnabar mineral veins now give redstone dust. (#4071) +* Removed Rusted Mineshafts from spawning +* Mekanism ore crushing yielding incorrect amount of dust (now yields 2 dust) +* Stage One Chisel recipe contained iron (which is unobtainable) +* Many damaged items should now appear as staged + +Enhancements: +* Graves will now have their outline highlighted +* Applied Energistics standard energy cells are now available in stage 4 (#4082) +* Increased Gasoline energy density in Advanced Generators to be the same as Simple Generators' (#4076) +* Adjusted the spawning of many mobs to reduce lag or increase diversity: + * Limited the amount of JAFF fish: + * Cod: 20 + * Clownfish: 6 + * Pufferfish: 4 + * salmon: 20 + * Increased weight of hammerhead sharks and applied minimums and maximums + * Limited pigs, cows, sheeps, and chickens to 100 to increase passive mob diversity + * Limited the amount of Steppe wolves to 15 + * Made all Custom-constrolled mobs spawn with minecraft spawning rules (per chunk) +* Manyullyn alloying added to arc furnace (#3965) +* Crusher recipes for stardust from starmetal ore and ingots (#3963) +* Added ability for Apple Trees to grow in Bonsai Pots (#3916, #3917) +* Add ground meat & meatball recipes for Modular Machinery (#3882, #4026) +* Crafting stumps show cracks before breaking +* Added recipe for corn seeds - work blade + corn cob (#4131) +* Tweaked the biome texture for Void in Antique Atlas +* Added repair options to the Volarkite using either a waterlilly or volarpad. +* Set Odin Rounded as default font +* Add Nutrient values for Sushi and Spirit Fruit +* Increase FBP particle effects +* Increase range and size of underground clay clusters +* Add Sugar Cane to Survivalist Strainer +* Add glider tooltip to Volarkite +* Add Ardite and Cobalt dusts +* Death Compass can now be crushed into Bone Meal + +Mods Added: +* Loading Screens +* RandomPatches (1.21.0.3) +* SevPatches +* Wall-Jump! + +Mod Updates: +* Forge (14.23.5.2854) +* AbyssalCraft (1.9.15) + * Using the sigil of the green grove (and other non-stackable bone meal like items) in purged lnads will no longer cause the item to be consumed (#3914) + * Resolves crash with Materializer (#3967) +* Applied Energistics 2 (rv6-stable-7) +* Astral Sorcery (1.10.21) + * Carminite ghastlings are now harmed by Discidia Ritual (#3817) + * Fixes potion handler, players should no longer find themselves + invincible (#3874) +* Building Gadgets (2.8.3) +* Carry On (1.12.3) +* CodeChicken Lib (3.2.3.358) +* Controlling (3.0.9) +* CraftTweaker (4.1.20.570) +* Extra Planets (0.5.6) +* Foamfix (0.10.10) +* Galacticraft (4.0.2.236) + * Fixes an incompatibility with Sponge (#3909) +* In Control! (3.9.16) +* Immersive Engineering (0.12-92) + * Assembler is now able to craft staged and scripted recipes (#1803) +* JustEnoughIDs (1.0.3-55) +* Mekanism (9.8.3.390) +* MultiBlock Stages (1.2.0) +* Ore Excavation (1.4.150) +* Overloaded (0.0.59) +* Primal Tech (0.3.5) + * Fixes an issue which meant the clay kiln would only become fired if it had an item inside it (#3846) + * Work stumps will visibly show when close to breaking +* Recipe Stages (1.1.3) + * Fixes an issue where JEI would display certain staged shaped recipes as shapeless (#3863) +* Smooth Font (2.1.2) +* Streams (0.4.8) + * Resolves ecursive stream generation issue (#3902) +* Stuff A Sock In It (1.1.32) +* The Betweenlands (3.5.10) + * Fixes an incompatibility with Optifine (#3865) + * Adds Volarkite + * Elixir of Starvation no longer causes negative saturation (#3982) +* Tinkers' Complement (0.4.3) + * Steel Nuggets recipe will no longer be registered without the corresponding item (#3911) +* Translocators (2.5.2.81) +* Triumph (3.19.2) +* Tumbleweed (0.4.7) +* ZenStages (0.4.2) + +Mods Removed: +* ArcFurnacePatch +* JustEnoughIDs Integration + * Deprecated with JEIDs update +* Tips + +--------------------------------------------------------------------- + +3.1.2 + +Bug Fixes: +* Fixed Horse Power dye recipes being flipped +* Moved BiblioCraft Framed Tool Rack & Framed Shelf to correct stage (#3625) +* Fixed bark workblade recipes on servers (#3621) +* Fixed dyed wool crafting recipes (#3642) +* Fixed Amadron trades using emeralds as currency (#3648) +* Restaged Hemp Seeds to zero, matching when hemp may be obtained (#3649) +* Prevent pickup of Transport Cart with carryon (#3640) +* Restaged Better With Addons pies to two, where they are obtainbale (#3633) +* Fixed item drops for various blocks that were overridden in scripts (#3673) +* Removed JEID error biome from Nature's Compass search GUI (#3612) +* Correctly stage Aqueduct constructed from stone bricks (#3635) +* Galacticraft Emergency Kits can now be crafted using their normal recipe (#3692) +* Blacklist chisels and bits blocks from being picked up using carryon (#3711) +* Cyclic cables should no longer drop sticks (#3709) +* Fixed Mekanism recipe staging (#3636, #3628) +* Stop backpacks from being swapped to armour slots when right clicked +* Stage RFTools Control Workbench container, allowing it to craft staged recipes (#3697) +* Fixed crash when using carryon with enderstorage by blacklisting the mod (#3729) +* Remove unused primal ores from world generation (#3730) +* Fixed jukebox saw recipes giving diamond instead of quartz (#3667) +* Added missing leaf -> stick recipes (#3668) +* Added missing plank recipes (#3669) +* Replace certain recipes still using rose red with recipes that use Red Dye Powder (#3682) +* Correctly stage Inductive Logistics Autocrafters +* Remove uncraftable recipes for BWM Fertilizer and prevent blank recipe for key displaying (#3651) +* Stop Sports Car being casually carried around (#3666) +* Alter recipe of Tier 8 Heavy Duty Plates to match pattern set by previous tiers (#3676) +* Barrel types are now craftable with different wood varieties (#3691) +* Pink Slime ingots now consume steel instead of iron - preventing a conflict with compressed iron (#3765) +* Prevent NetherEx Golden Wither Bone tools being placed in Item Repairer or Diamond Powered Anvil (#3774) +* Mossy Cobblestone Blocks now have same stage as item and recipe - can be seen in the world from age 0 (#3775) +* "Iron" Bits Chisel is now only in stage one (made from tin in this pack) preventing Unfamiliar Item and mis-staged recipe problems (#3775) +* Remove MREs from loot tables (#3776) +* Replace disabled cord in Yoyo book recipe with String Cord (#3717) +* Many more blocks now work with the chisel as expected - inc. metals, (char)coal, gem blocks, etc. (#2092) +* Ciniscotta and Terracotta from Primal now have crafting paths (#3714) +* Resolved issue with crafting of metal Spartan Shields (#3650) +* Adjusted staging and recipes of certain items from Cyclic (#3805) + * Interdiction Pulsar moved to stage 5 as it seems to serve the same purpose as the fan, only better + * Merchant Almanac disabled as it offers no real benefit in this pack - villager trading is a thing of the past by the time it's available + * Entity Detector has a new recipe that only uses items from stage 3 +* Increase output of Hemp Fibers and Ground Resin from the Industrial Mill (#3791) +* Fixed recipe name mismatch between server and client that was causing certain Mystical Agriculture essence recipes to behave strangely (#3818) +* Config change - blood magic altar tier 6 is available again (#3841) + +Enhancements: +* Removed primal tech twine (had no use) +* Re-introduce Infused Crystal Pickaxe +* Both carts from AstikorCarts will now trigger the "Love and Carriage" advancement, text clarified +* More Metal Press packaging recipes can be reversed using an unpacking mold (#3694) +* Light gray dye powder now accepted by the AE2 Color Applicator (#3683) +* Added a crafting recipe for Ironwood Bark/Stripped Ironwood (#3622) +* Made Charcoal Hopper's Age One recipe to be craftable in a 2x2 grid +* Added tooltip to clarify how to obtain a car key +* Stripped unnecessary nulls from recipes; plenty of shaped recipes are now less picky about having their ingredients in the exact right spots in the crafting grid! (@pupnewfster) +* Ground Netherrack can now be made in the Industrial Mill or the IE Crusher from all types of Netherrack (#3757) +* Actually Additions Crushed Quartz replaced with AE2 Nether Quartz Dust in all recipes (#3757) +* Full range of BWM Adobe can now be crafted using Betweenlands Compost in place of dung - see https://ftb.gamepedia.com/Adobe +* Added an auto-cauldron multiblock machine - making glue now 10x more futuristic (#2545) +* Hide most Armor Forge variants from JEI - same as is done for the Tool Forge +* Increased the ceremony times for many of the Totemic Ceremonies. The most difficult: Eagle, Baykok, flute imbuing have been made much easier to attain especially for Single Player worlds. Every ceremony is at least 50% longer +* Added a new machine to Modular Machinery "Scamulator". This machine's purpose is to allow the crafting of all Galacticraft and Extra Planet schematics by using resources found on planets. This should alleviate the headache of randomly searching for dungeons and hoping the loot you needed dropped. Every schematic requires Liquid Cheese, (because science)! +* Antique Atlas Markers can now be copied to JourneyMap waypoints. This is done automatically when the JMapStages Waypoint stage is reached. This can also be triggered manually using "/waypoints" +* Added a final quest to the modpack to summon Sevadus. You will need to use AbyssalCraft to summon him +* Huge number of mobs added to RFTools Spawner (#3825) + +Mods Added: +* ArcFurnacePatch (1.0.0.3) + * Fixes #3718 +* JustEnoughIDsIntegration (1.2.1.29) + * Fixes biome changing in various other mods + +Mod Updates: +* AbyssalCraft (1.9.8) +* AbyssalCraft Integration (1.8.1) +* Actually Additions (r149) +* Advanced Mortars (1.6.23) +* Antique Atlas (4.5.1) + * Fixes end city crash (#3731) +* ArmoreableMobs (1.1.8) +* AstikorCarts (0.1.2.7) +* Astral Sorcery (1.10.19) +* AutoRegLib (1.3-31) +* BASE (3.13.0) +* Better Advancements (0.1.0.77) +* Better Builders Wands (0.13.2.271) +* Better with Addons (0.50) +* Blood Magic (2.4.1-103) + * Fixes an issue where a Blood Letters Pack could be voided if right clicked when in off hand (#3722) +* BnBGamingCore (0.11.0) +* BnBGamingLib (2.17.6) +* Bonsai Trees (1.1.3-b156) +* Bookshelf (2.3.581) +* BuildCraft (7.99.24.1) +* Building Gadgets (2.6.8) +* CD4017BE Library (6.4.6) +* Ceramics (1.3.7) +* Chisels and Bits (14.33) +* Common Capabilities (2.4.1) +* Compact Machines (3.0.18-b278) +* Construct's Armory (1.2.4) +* Cooking for Blockheads (6.4.70) +* Corail Tombstone (3.5.3) +* CraftTweaker (4.1.18) +* Cyclic (1.19.11) + * Fixes an issue with hydrator recipe caching (#3700) +* Cyclops Core (1.3.0) +* DarkUtils (1.8.226) +* Dimensional Control (2.11.0) +* Environmental Tech (2.0.20.1) +* Elevator Mod (1.4.2) +* Extended Crafting (1.5.4) +* ExtraPlanets (0.5.3) +* Farseek (2.3.2) +* Fast Furnace (1.3.1) +* FastWorkbench (1.7.2) +* Foamfix (0.10.5) +* Galacticraft Core (4.0.2.211) +* Galacticraft Planets (4.0.2.211) +* Gamestages (2.1.115) +* Geolosys (2.2.6) +* Horse Power (2.6.3.74) +* Hunting Dimension (1.0.39) +* ImmCraft (1.6.0) +* In Control! (3.9.8) +* Industrial Foregoing (1.12.11-235) +* Integrated Dynamics (1.0.14) +* Iron Chests (7.0.69.845) + * Fixes issue with inventories not being visible when in the same chunk as a TConstruct Smeltery Controller (#3696) +* Item Stages (2.0.49) +* JEI (4.15.0.278) +* JourneyMapStages (2.0.9) + * Fixes an issue where JourneyMap minimap would not display when unlocked (#3613) +* Mantle (1.3.3.55) +* MCJtyLib (3.5.3) +* Mekanism (9.7.9.380) +* MicDoodleCore (4.0.2.211) +* ModTweaker (4.0.17) +* MTLib (3.0.6) +* MystAgrad (1.3.2) +* Mystical Agriculture (1.7.5) +* Natura (4.3.2.69) +* Nutrition (4.3.0) +* OreExcavation (1.4.140) +* Overloaded (0.0.57) +* Pickle Tweaks (2.1.3) +* Placebo (1.6.0) +* PlayerBosses (1.0.0) +* PneumaticCraft: Repressurized (0.11.1-361) + * Adds a way to transmit redstone along pressure tubes using the Redstone Screen Module +* Primal Tech (0.3.4) + * Fixes saw stripping NBT (#3542) +* Quark (r1.5-158) +* RebornCore (3.13.12.447) +* RebornStorage (3.3.4.85) +* Recurrent Complex (1.4.8.2) +* Refined Storage (1.6.14) +* Refined Storage Addons (0.4.4) +* RFTools (7.71) +* RFTools Control (2.0.2) +* SevTweaks (0.3.1-25) +* Simple Generators (2.0.20.2) +* Simple Storage Network (1.7.6) +* Smooth Font (2.0) +* Spartan Shields (1.5.2) +* Steve's Carts Reborn (2.4.30.134) +* Streams (0.4.7) +* The Beneath (1.5.1) +* Tinkers Construct (2.12.0.135) +* Tinkers' Complement (0.4.1) +* TipTheScales (1.0.4) +* Toast Control (1.8.1) +* Together Forever (1.0.12-22) +* Totemic (0.11.6) +* Triumph (3.17.0) +* ValkyrieLib (2.0.20.1) +* WAWLA (2.5.273) +* Weirding Gadget (2.1.16) +* YNot (0.2.4) +* Yoyos (1.3.0.21) +* Xnet (1.8.1) + +Mods Removed: +* AppleCore + * Not required - AppleSkin supersedes +* Caliper + * Debug tool - not needed in release +* Sampler + * Debug tool - not needed in release +* World Stripper + * Debug tool - not needed in release + +--------------------------------------------------------------------- + +3.1.1 + +Bug Fixes: +* Propene recipe not matching inputs (#3614) +* Changed BWM Adobe recipe to not require Dung + +Enhancements: +* Hide junk from JEI + +Mod Updates: +* Modular Machinery (1.9.5) +* MPBasic Tools (1.4.11) + +--------------------------------------------------------------------- + +3.1.0 + +Important Notes: +* The modpack has had a complete re-write of all the CraftTweaker Scripts to make our lives easier during development along with easier updates. However in the process some bugs may show from items +being staged wrong. Or recipes not working correctly, we have done all the testing we can to ensure this won't happen. But with all development processes things will get past QA. So if you find +any problems please report them to our tracker, thanks! +* Tomb Many Graves has been removed! So what does this mean for me? Well if you have any graves lying around they are now gone. The change has been done due to the lack of support from other mods +in the pack which TMG was not getting all the player items. Leading to item loss and users not playing the pack again. So we have changed to using Corails Tombstone which has the mod support we +need, along with some added items which will help the player in the long run. Also for you builders out there, you now have graves to place around your base! We're sorry if you've lost items from +the old graves. But this is a major update and we had to make the change now rather than later. We hope you can understand this. +* If you get a crash relating to `java.lang.NoSuchFieldError: OpenGL45` your LWJGL is out of date. The needed version is 2.9.4 if your using MultiMC you can change the version in the instance settings. +Twitch you should use the Jar Launcher as this will auto use the correct version. Likewise for ATLauncher. +* Refined Storage (1.6) has a major change in how the mod works. So please review the changes to see what's broken on your network. There is nothing we can do on the pack side to help with, the possible +breakage of your networks/autocrafting etc... So please ensure you read the changelog and understand the changes done by the mod. The modder has put work into upgrading current networks. But expect to find +issues! This is your only warning about this. So don't open issues on the tracker about issues. Unless it's an actual bug with the mod! +* Viescraft has been updated (which the mod did a refactor) this means that your ships will vanish, along with some items. This is another thing we can't control with mod updates. All we can say is sorry. Feel free to +spawn in components to re-make your ships. Note: Ship building changed a bit so please read up on the changes. +* ContentTweaker Molten Fiery is now removed (deprecated in 3.0.8) +* Astral Sorcery has a new perk system, and as a result the mod will reset your perk experience. +* Astral Sorcery rituals may not be active after upgrading. To restart them, simply pick up the crystal from the pedestal and place it back down. +* The Compact Machines Advancement ("Project Miniaturization") may have been reset if you currently had the advancement. See https://github.com/DarkPacks/SevTech-Ages/issues/3594#issuecomment-471080837 for a resolution. + +Bug Fixes: +* Fixed Betweenland items being repairable in the Cyclic Anvil. As it's not intended from the mod. +* Fixed Bronze Tool recipe issue and added Copper Tool recipes (#2802) +* Fixed "Broken" tooltip from displaying on the Cyclic swords and Twilight Forest's Glass Sword. +* Fixed Cyclic player launcher recipe. +* Fixed Bloodwood and Ghostwood planks crafting each others slabs (#3173) +* Fixed Steve's Carts Liquid Sensor recipe to fit age 3 (#3152) +* Fixed Better With Mod's Bamboo Chimes recipe to be craftable in age 1, and made the Metal Chimes recipe match +* Fixed Primal Tech fibre torch to vanilla torch recipe to allow lit fibre torches (#797) +* Disabled "pistons move t es" from Quark to prevent crash with Cyclic Redstone Clock (#3110) +* Disabled "What is 11?" Easter Egg with Actually Additions (#3140) +* Disabled Coal Block to Diamonds in PneumaticCraft config to force it off. +* Disabled "Right-Click Places Torch from Hotbar" in ClientTweaks config to fix incompatibility with Tinkers Construct Smelteries (#2892) +* Disabled Iridium Singularity (#2985) +* Disabled Compressed Zinc (#3168) +* Fixed Unrefined Desh not smelting in Mekanism smelters +* Blacklisted Tinkers' Tools & Construct's Armory Armor from the Powered Diamond Anvil to prevent some issues. As well, we feel these items +should not be repairable anyways using this method. (#2925) +* Fix exploit to obtain Mystical Agriculture ores early using oredict conversion machines. (#2840) +* Fixed Chisel Temple block recipe giving incorrect recipe output amount. (#2814) +* Disabled pickup of the GCPlan spout with the sack of holding. +* Fixed custom bedrock not being in the allowed bedrock for Ender Utilities (#3201) +* Fixed dye recipes not being removed (some missed ones) and fixed current recipes (#3217) +* Fixed Constructs Armory's book not being able to go into bookshelves (#3227) +* Fixed jukebox missing recipe (#2905) +* Fixed removed dupe processing recipe for Lapis (#3083) +* Added missing recipes for some power inputs for MM (#3090) +* Fixed inconsistent recipe for VC frame upgrades (#2568) +* Fixed raw pigman pelt processing recipe (#2912) +* Fixed Content Tweaker ores only working in quartz grindstone (#3147) +* Fixed custom Geolosys Ores generating in un-wanted dimensions (#2184) +* Added recipes for Priaml cosmetic stones (#1672) +* Fixed Pneumaticraft assembly laser recipe to use correct dye. +* Added recipes for missing Natura Grass blocks/slabs/stairs (#3310) +* Fixed missing recipe for emptying rustic bottles (#2157) +* Tweaked staging for rustic slate blocks (#3372) +* Fixed conflicting recipes with a diamond apple (#3446) +* Fixed Creative advancement trigger being called by two advancements (#3596) +* Fixed Compact Machines Advancement ("Project Miniaturization") being in incorrect stage (#3594) +* Fix IE excavator not yielding geolosys clusters (#3025) + +Enhancements: +* Disabled more Cyclic Enhancements not needed for this pack. +* Added Ferdiand's Flowers glass blocks to sealable block list for Galacticraft (#2797) +* Made ore advancement descriptions uniform and corrected Y values. +* Added trade with the FFBH mod to get Corn Seeds. +* Fixed inconsistent recipes with Rice and some Bread recipes. +* Increased age 3 coal coke torch recipe to make 4 torches instead of 2. +* Nerfed Better With Mod's nether coal recipe to make 1 instead of 4. +* Fixed remaining recipes using the wrong lead ingot, also hidden the ingot and block in JEI to prevent confusions. +* Added Industrial Mill recipes for Bone Meal (#3189) +* Added some more ingredients to the CWBH compact module (#2051) +* Fixed some FakePlayers not being staged (more will be added as we find them). #progress! +* Hid Totemic's netherumbrian pipes, bark stripper, and Primal Tech's water powered saw from JEI +* Add recipe to the Industrial Mill to process Low Grade Charcoal to Charcoal (#2843) +* Add better bucket recipe via the Hydraulic Press (Age 5) (#2777) +* Added recipe for low grade charcoal to the BWM Kiln (#2786) +* Added recipe for Sticks from the BWM Saw via Wood Slabs (#2786) +* Added more recipes to the Industrial Loom (#2293) +* Added Bibliocraft shelf recipe with BWM siding (#1476) +* Tweaked the spawn weight for Steppe Wolves (#3315) +* Re-Stage water bottle to Stage Two (#1648) +* Added recipes to the Squeezer to help Alcohol Production (#2724) +* Added more wood items from Natura to OreDict to enforce more barrel compat. +* Changed stage advancements to now show regardless of their parent being completed (If you have the age, you can see all advancements) +* Tweaked the portal color of the Hunting Dimension Portal +* Removed Shoggoth Acid Spit +* Disabled Shoggoth item destruction +* Decreased the health of Lesser Shoggoths to 50 +* Decreased the health of Shadow Beasts to 50 +* Decreased the health of Shadow Creatures to 10 +* Decreased the health of Shadow Monsters to 35 +* Increased the spawn chance of meteors +* Disabled Galacticraft "Harder Difficulty" & enabled "Quick Game Mode" - This reduces the cost of plates, and in general aims to reduce the grind +* Added a Meteoric Iron dust and unified Meteoric Iron +* Allow fire sticks to be used as a fire source (for lighting torches, etc) +* Removed Meteorite Compass as it was not used for anything (#3517) +* Reordered advancement tabs so SevTech advancements are first (in order of stage) followed by the remaining in alphabetical order +* Astikoor Wheel & Steve's Carts Wooden Wheel recipes altered slightly +* Added Abyssalcraft ritual to get Mooshroom Essence for RF Tools Peaceful Dimlet (#3093) +* Increased the chances of finding Shoggoth Lairs +* Changed Carbon Wafer to Advanced Wafer in Creative Jetpack recipe +* Remove useless Wafers +* Add tooltip to Death Compass Singularity to indicate how a Death Compass can be obtained +* Add tooltip to Coralium Ore & Pearl (#3591) +* Add tooltip to BWM Mill Stone (#3585) +* Disable Better Foliage's falling leaves to help improve performance +* Add chocolate recipe to Modular Machinery Mixer +* Reduce HP of Steppe Wolf by half (25-12.5) +* Allow death compasses to be stackable & add a recipe to clear NBT data +* Allow NetherEx Basalt Blocks to be obtained by chiseling other basalt blocks +* Blacklist Shoggoth Lairs from Twilight Forest + +Forge: 14.23.5.2815 + +Mods Added: +* BetterWithLib (1.5) + * Now needed with a BWM update. Yay more libs! >.< +* Building Gadgets (26.6) +* Corails Tombstone (3.3.2) + * This replaces Tomb Many Graves. +* Fast Furnace (1.2.1) + * Caches the last recipe used. Helps with tick time and look up speed etc... +* In-Game Wiki + * Needed for the mods which don't have only docs but support IGW. +* JustEnoughIDs (1.0.2-26) + * Allows us to add more content #ContentUpdateAnyone? +* LibEx (1.0.8) + * Now required by Nether Ex (2.0.0+) +* Mekatweaks (1.0.0) +* More Overlays (1.14) +* Playerbosses (0.1.0) +* Proportional Destruction Particles (1.2.4) +* Tips (1.0.7) + * JustTheTips replacement +* ZenStages (0.4.0-18) + * Allows us to create staging modpacks far easier. + +Mods Removed: +* CraftStudio API +* JustTheTips +* NotEnoughItems + * Conflicting more and more with JEI and other utilities +* Tomb Many Graves + * This mod was causing more problems than solving. So we have decided to drop the mod in favour of another which has mod support + and active development. + +Mod Updates: +* A Block of Charcoal (1.2) +* AbyssalCraft (1.9.5.2) + * Acid Projectiles no longer break blocks with Tile Entities when hitting Players or other mobs + * Fixed a dupe bug in the Materializer GUI + * Reduced the range of Cha'garoth's melee attacks + * Slowed down the initial velocity of the Acid Projectile, increased the time between each projectile being fired, and made it so baby Lesser Shoggoths won't fire them + * Any NBT checks for crafting recipes and/or rituals are now a lot less strict (the placed item needs to contain the recipe item NBT tags) + * Increased the range of the Corruption, Cleansing and Purging rituals to 8x8 chunks (previously 3x3) + * Lesser Shoggoths now swim faster (and can move against flowing water) + * If two mobs/players/whatevers close to each other both have Dread Plague I, they can infect each other with Dread Plague II + * Lesser Shoggoths now have an AI for monolith construction, which makes the construction happen more frequently + * The purging ritual now only converts biomes that are Dreadlands biomes + * Cha'garoth now opens his mouth during his barf attack (courtesy of Enderman_Of_D00m) + * Fixed the crystallizer recipes for processing Bronze + * J'zahar has been buffed with new attacks (including shouts, earthquakes and conjuring black holes and gravity anomalies) + * The Dreadlands Portal now spawn Dreadlings instead of Dread Spawns + * Energy Containers can now display values over 32767 in their GUIs + * Doubled the time it takes for a Lesser Dreadbeast to spawn a Dread Spawn + * Lesser Shoggoths have a new model + * Lesser Shoggoths are now multipart entities +* AbyssalCraft Integration (1.7.0) +* Actually Additions (r146) + * Added redstone sensitivity / comparator output to Bio Reactor. + * The farmer will now only plant from seed slots. + * The farmer will now only attempt to plant if the current block can be replaced. + * The crusher is no longer animated when not crushing. + * Fixed the farmer (and other inventories) failing to add items if all items have a stacksize of 1. +* Advanced Mortars (1.6.22) +* Animalium (0.3.8) +* Antique Atlas (4.5.0) +* Apple Core (3.2.0) +* Applied Energistics 2 (rv6-stable-6) +* Aroma Core (2.0.0.2) +* Aroma Backup (2.1.1.4) +* AstikorCarts (0.1.2.6) +* Astral Sorcery (1.10.11) +* AutoRegLib (1.3-26) +* B.A.S.E (3.12.0) +* Better Advancements (0.0.17.75) +* Better Foliage (2.2.0) +* Better With Addons (0.47-hotfix) + * Changes Lanterns to only extinguish when sneaking while rightclicking. + * Fixes some networking issues in multiplayer when using a writing table +* Better With Mods (2.3.20-1027) +* BiblioCraft (2.4.5) +* Blood Magic (2.4.0-102) + * Fixed Teleposition Sigil not checking for a Teleposer at it's destination + * Fixed Lava Crystal not syphoning LP + * Fixed the Ritual of the Green Grove not working on Cactus and Reeds + * Fixed Mob Sacrifice Array so it no longer kills bosses and players + * Fixed issues with inter-dimensional teleportation + * Fixed the Lava, Water, and Void sigils so they now work properly with tanks +* BnBGamingCore (0.10.0) +* BnBGamingLib (2.17.5) +* Bookshelf (2.3.574) +* Bonsai Trees (1.1.2-b144) +* BuildCraft (7.99.22) +* Caliper (1.1.41) +* Car Mod (1.2.12) +* CarryOn (1.12.1) + * When a carried object somehow gets out of the hand of the player and gets moved anywhere in the inventory, it gets automatically removed and placed in the world. + * Fixed a bug that could force-close certain GUI's even if the block was blacklisted + * Carry-Key could get stuck when entering through dimensions + * More blocks are now rotated properly when placed down +* Caliper (1.1.37) +* CD4017BE Lib (6.3.3) +* Ceramics (1.3.6) +* Chargers (1.2.0.4) +* Chisel (0.2.1.35) +* Chisel & Bits (14.30) + * Fix a crash when rendering invalid ghost blocks. + * Enhance API to provide collisions and other bounding box information + * Fix performance when placing bits with a ridiculous surplus of extra bits. + * Dye-able bit bags. + * Sort/Combine/Condense Button for Bit Bag. + * Rotate X / Z buttons. +* Client Tweaks (3.1.11) + * Removed Hotbar Torch Tweaks +* Clumps (3.1.2) +* Code Chicken Lib (3.2.2.353) +* Coloured Tooltips (1.0.7) +* Common Capabilities (2.0.4) +* Compact Machines (3.0.15-b249) +* Connected Textures Mod (0.3.3.22) +* Construct's Armory (1.2.3) +* ContentTweaker (4.9.1) +* Cooking With Blockheads (6.4.69) + * Added Storage Drawers support + * Only actual drawer blocks are supported, controllers can not be connected. + * Added Heating Unit + * Apply it to an oven (via right-click) to power the oven via Forge Energy compatible mods + * Added rendering of water inside the sink + * Made tool racks and spice racks placeable on non-solid blocks (like glass) + * Fixed crafting of recipes with tools not working when the tool is damaged + * Fixed wrong rock material of the placed cutting board (instead of wood) +* CraftTweaker (4.1.14) +* Cucumber (1.1.3) +* CustomMainMenu (2.0.9) +* Cyclic (1.17.16) + * Entity Detector lag busting: it now only scans serverside, and ticks 4 times per second instead of 20 times per second. + * Fixed RF Energy bars in machine GUI's not updating clientside when certain cables/fluxducts/generators would insert energy serverside. + * Forester GUI now has size and height controls. + * Fixed Auto User not gathering drops from certain plants and bushes. + * Fix crash when Block Placer uses some directional blocks. + * Block Placer no longer has a timer bar, it just places when it can. +* Cyclops Core (1.0.5) +* Dark Utilities (1.8.223) +* Default Options (9.2.8) +* Despawning Spawners (1.2.0-2) +* Dimensional Control (2.10.3) +* Dimension Stages (2.0.23) +* EmberRootZoo (1.3.10) +* Enchantment Descriptions (1.1.13) +* Ender Storage (2.4.5.135) +* Ender Utilities (0.7.12) +* Environmental Tech (2.0.19.1) +* Extended Crafting (1.5.2) + * WAILA will now show what's being crafted for the Crafting Core and Quantum Compressor + * Fixed the Automation Interface not working properly with the Ender Crafter + * Fixed the Ender Crafter not saving it's inventory in some cases + * Fixed the Automation Interface not saving the result of an Ender Crafting recipe properly +* ExtraPlanets (0.5.0) +* Fancy Block Particles (2.4.1) +* Farming For Blockheads (3.1.26) + * Remove villager idle noises from merchants because they're so annoying +* Farseek (2.3.1) +* FastWorkbench (1.6.1) +* Ferdinand's Flowers (1.10.4.1) +* FindMe (1.1.0-8) +* FoamFix (0.10.3) + * Please note that this is the formerly "Anarchy" version; the "Lawful" version is no longer distributed. + * Optimized model deduplication speed, though with the increased number of recursion it won't be noticeable in practice - however, it should lead to more RAM saved. + * Add patch which lowers the expensive "player presence" check for mob spawners from being done every tick to being done every 10 ticks (by default; you can increase or decrease it). The default will be changed to vanilla behaviour if it's proven that it causes a perceptible difference in gameplay, particularly with regards to automation - but it really shouldn't... + * Fix compatibility with ArmorPlus. +* Forge Multi Part (2.6.1.81) +* ForgeLin (1.7.4) +* Galacticraft (4.0.1.181) +* Galacticraft Planets (4.0.1.181) +* Galacticraft Tweaker (1.0.3) +* Game Stages (2.0.112) +* Geolosys (2.1.4) + * NEW: Depleting a mineral resource prevents it from showing up with the prospector's pick on the surface + * CHANGED: ProPick and guide book now use depth relative to sea-level instead of just Y level + * FIX: log outputs with the Mineral tracking process; this was causing lots of lag. + * CHANGED: storage method of internal variables to an almost-no-latency method; helps with mineral tracking too. +* Guide API (2.1.8-63) +* Horse Power (2.6.2.71) + * Fixed rare crash with the error display of the blocks while holding a lead. +* Hunting Dimension (1.0.36) +* Immersive Craft (1.5.1) +* Immersive Engineering (0.12-89) + * Added a "Distribute Inputs" button to the ArcFurnace GUI. It keeps splitting the biggest stacks in the input if there is space available +* Improved Backpacks (1.4.0.0) +* In Control (3.9.4) +* Inductive Logistics (1.3.3) +* Industrial Foregoing (1.12.7-231) +* Informational Accessories (1.0.11) +* Integrated Dynamics (1.0.7) + * Add visual indicator in operator dropdown list on next/prev elements + * Fix simple omnidirectional copy recipe resetting IDs + * Fix variables with operations not updating after chunk reload + * Fix incomplete flipped operators throwing errors + * Add state-type check to display panel TESR this fixes a rare crash where swapping dimensions could cause conflicting part states. +* Inventory Tweaks (1.64+dev.146) +* Iron Chests (7.0.59.842) +* Iron Jetpacks (1.1.0) +* Item Stages (2.0.46) +* JourneyMap (5.5.4) +* JourneyMapStages (2.0.8) +* Just Enough Items (4.15.0.268) +* KleeSlabs (5.4.11) +* Mantle (1.3.3.42) +* MTLib (3.0.5) +* Mekanism (9.6.0.351) +* MicDoodleCore (4.0.1.181) +* MicJty Lib (3.1.1) +* MJRLegends Lib (1.1.8) +* Mob Grinding Utils (0.3.13) + * Changed mob masher to extend kill zone slightly past the block bounds - now exceeds the block by 1 pixel all around - be careful. + * Changed some code with the Fans due to reports of them causing server crashes when broken. + * Fixed overlooked derp that meant Mob Mashers could be broken by Withers and the Dragon - doh! + * Should fix beheading attribute on mobmasher returning null for mobs without heads and crashing people - whoops. +* Mob Stages (2.0.13) +* Modular Machinery (1.9.6) +* Modular Routers (3.2.1) + * Added the Distributor Module, a way to distribute items across multiple target inventories. Can do round-robin, random, nearest-first or furthest-first. +* Mod Tweaker (4.0.16) +* Morpheus (3.5.106) +* MouseTweaks (2.10) +* MPBasic Tools (1.4.10) +* MPUtils (1.5.7) +* MulitBlock Stages (1.1.1) +* Mundane Redstone Ore (1.1.4) +* Mystical Agradditions (1.3.1) +* Mystical Agriculture (1.7.3) + * Fixed a crash involving PneumaticCraft harvest drones +* Natura (4.3.2.66) +* Neat (1.4-17) +* Nether Ex (2.0.8) + * Pigtificate Villages not spawning + * Potion effects from decreasing performance + * Forge population not being triggered + * Features not generating during the correct stages + * A crash caused by the Ghast Queen's Urn position being null + * A crash caused when right-clicking Zombie Pigmen +* Not Enough Items (4.2.1.238) +* Nutrition (3.5.0) +* OpenBlocks Elevator (1.3.8) +* Ore Excavation (1.4.137) +* Ore Excavation Integration (2.3.4) +* Ore Prospector (1.0.2) +* Ore Stages (2.0.37) +* Overloaded (0.0.53) +* PickleTweaks (2.1.1) +* PrimalCore (0.6.102) + * Cauldron item storage size has increased, existing cauldrons will need to be picked up and placed again + * Fix Corn worldgen issues + * Fix Worldgen issues + * Tonnes of other changes/fixes. #Content! +* Placebo (1.5.1) +* PneumaticCraft (0.8.4-303) + * The Omnidirectional Hopper and Liquid Hopper now have comparator support to measure their fullness. + * Logistics Drones now grab as many of the requested item type as can fit in a single item stack, instead of taking simply the first stack from the inventory. + * Fix: items not always transferring in Logistics Network (using tubes & Logistics Modules) + * Fixed drones having their AI overridden by carried entities (Entity Import program piece) + * Fixed possible lockup (endless loop) on startup with drones + * Fixed occasional crashes when teleporting into areas with client-side (TESR) renderers + * Drones will now auto-equip the best (highest damage, taking enchantments into account) weapon in their inventory when entering combat (only applies with upgraded inventories, of course). + * Drones have been taught how to melee 1.9 style. They were still fighting 1.7.10 style, which made them hopeless at melee. + * Fix: server crash if a drone carrying multiple buckets tried to milk a cow. Now the drone will drop any milk buckets that it has no inventory space for on the ground. + * Fix: right clicking a refinery block with a bucket or other fluid container will now extract the right fluid (previously it always tried to extract from the bottom block in the stack, regardless of which block was clicked) + * Pneumatic Door now plays a (suitably pneumatic) opening/closing sound effect. + * Some performance improvement work, particularly around Omni and Liquid Hoppers. In particular, extracting from the Refinery with Liquid Hoppers caused significant FPS drops. + * Liquid Hoppers no longer accept input fluids on their output face, and will no longer output fluids from their input face. (Related to performance improvements mentioned above) + * Reworked 3rd party wrench support: many more wrenches are now supported + * Fixed NPE when using a newly-crafted GPS Area Tool + * Fixed (hopefully) semiblocks rendering leaking across dimensions (semiblocks are logistics frames, heat frames, crop supports, spawner agitators & transfer gadgets) +* Prestige (1.1.30) +* PrimalCore (0.6.104) +* Quantum Storage (4.6.8) +* Quark (r1.5-146) +* Realistic Item Drops (1.2.14) +* Reborn Core (3.13.5.421) +* Reborn Storage (3.3.2.79) +* Recipe Stages (1.1.1) +* Redstone Flux (2.1.0.6) +* Refined Storage (1.6.12) + * TLDR: The mod changed a lot and some things are gone/changed. So check your networks/recipes, basically check all your setup! And read the changelog below! + * Changes: https://minecraft.curseforge.com/projects/refined-storage/files/2587374 +* Refined Storage Addons (0.4.3) + * Removed Network Bag + * Removed Network Picker + * Removed Infinite Wireless Transmitter +* RFTools (7.61) + * Support for COFH RF API is removed. Only Forge Energy is supported now +* RFTools Control (1.9.3) + * Support for COFH RF API is removed. Only Forge Energy is supported now +* Rustic (1.1.0) +* Scannable (1.6.3.24) +* SevTweaks (0.2.3-20) +* Simple Generators (2.0.19.1) +* SimpleHarvest (1.2.7-20) +* Simple Storage Network (1.5.7) +* Smooth Font (1.16.2) +* Steve Carts (2.4.29.132) +* Storage Drawers (5.3.8) +* Super Sound Muffler (1.0.2.10) +* Tesla Core Lib (1.0.15.13) +* The Beneath (1.5.0) +* Together Forever (1.0.11-20) +* Translocators (2.5.1.77) +* Triumph (3.12.0) +* The Betweenlands (3.4.6) + * Fixed water invisible when in Weedwood Rowboat with Galacticraft installed + * Fixed a crash when certain items were rendered in Weedwood Workbench + * Fixed apparent crash when entering the Betweenlands + * Fixed some shader textures uninitialized in first frame when loading world causing a crash with Optifine + * Fixed player mounting Harlequinn Toad when healing with Dragonfly Wings + * Fixed Harlequinn Toad healing causing a null stack crash in a specific situation + * Tonnes of other changes see: https://minecraft.curseforge.com/projects/angry-pixel-the-betweenlands-mod/files/2631583 and https://minecraft.curseforge.com/projects/angry-pixel-the-betweenlands-mod/files/2635610 +* The Twilight Forest (3.8.689) +* The Weirding Gadget (2.0.13) +* Tinkers Construct (2.12.0.115) + * New Pattern Chest model! + * Patterns/Toolparts can now be rightclicked into chests +* Tinker Tool Leveling (1.1.0) +* Tinker Stages (2.0.17) +* Tinkers Construct (2.10.1.87) +* TipTheScales (1.0.3) +* To The Bat Poles (1.1.0.1) +* Toast Control (1.8.0) +* Together Forever (1.0.10-17) +* Totemic (0.11.5) +* Translocators (2.5.0.73) +* Traverse (1.6.0-69) +* Triumph (3.13.0) +* ValkyrieLib (2.0.19.1) +* Viescraft (5.9.13) +* WanionLib (2.2) +* Wawla (2.5.270) +* Wither Skeleton Tweaks (2.6.3) +* World Stripper (1.6.0) +* XNet (1.7.6) + * Support for COFH RF API is removed. Only Forge Energy is supported now +* YNot (0.2.3) + +--------------------------------------------------------------------- + +3.0.8 + +Important Notes: +* Molten Fiery liquid has changed. The old liquid is now deprecated and a new one will take over provided by Twilight Forest + +Bug Fixes: +* Fix platinum crushing / etc recipes (#2315) +* Fix wool dying recipe giving 1x output instead of 8x - No, we are not jerks (#2307) +* Adjusted tooltip of Journeymap Token to clarify it needs to be eaten not just obtained (#2291) +* Fix Ore Excavation modifier recipe not working (#2314) +* Fixed some buckets being shown/hidden incorrectly +* Blacklist aspectrus crop from carryon (#2341) +* Adjust fiery sword and pickaxe recipes to be craftable in age 2 (#2288) +* Add a few more entries to book array (#2363) +* Twilight Forest Castle Doors now drop the right item +* Re-remove tiny iron dust recipe (#2298) +* Move Garden Scythe into proper age 3 to match items used in recipe +* Add back Ironberry Juice recipe (#2298) +* Add missing platinum magical crop (#2350) +* Add missing Rope Block decompression recipe (#2379) +* Fixed dupe cocoa bean recipe (#2386) +* Fixed staging on the Unchant Pylon (#2380) +* Fix many logs not working with BWM Sawmill (#2369) +* Add missing recipes for Diamond and Emerald Workblades (#2260) +* Re-add ingot -> dust crushing recipes (#2353) +* Fixed Mantle of Stars Aevitas not giving any hunger/saturation (#2371) +* Fixed Bone dupe when repairing sharp bone in crafting grid (#2358) +* Turned off Better with Mods handling of default Mossy Cobble and Mossy Stone Brick recipes (#2393) +* Fixed dupe bug by Blacklisted Immersive Engineering blocks from the Cyclic Sack of Holding (#2410) +* Fix Arc Furnace bronze alloying giving incorrect output amount (#2334) +* Mining Ilmenite with silk touch will now give the block +* Fix Chisels and Bits chisel recipe to work in 2x2 grid +* Removed ability to put ironbackpacks inside of ironbackpacks (#2402) +* Fixed Parchment advancement not triggering in some situations (#2416) +* Disabled the Uncrafter for good (#2436) +* Fixed Paperclip Factory not forming when conveyors weren't facing/moving items north (#2404) +* Fixed Orematic Mk2 and Mk3 requiring some blocks being placed in a specific orientation +* Fixed more dupe bugs caused by Cyclic Uncrafting Grinder and Cyclic Sack of Holding +* Fixed Better with Mods Saw no longer working on leaves and melons (#2428 and #2483) +* Fixed Explorer Map now showing for the Cartographer (#2480) +* Moved Galacticraft Battery and Energy Storage Module to stage 4 to allow for the Tier 1 Space Suit to be charged (#2503) +* Move sign recipe to age 0 (#2507) +* Fix Power adapter breaking instantly with no drop (#2478) +* Move Flat Bread to age 0 to match Flour (#2508) +* Fix Mekanism Tank clearing recipe giving creative tank in return (#2513) +* Fix Astral Sorcery Rock Crystal Sample not showing in JEI (#1271) +* Fixed missed recipes in ExPlant with it's uranium (#2539) +* Fixed Blood Magic bound tools being able to break in some situations +* Hopefully fix the spawn rate for Imps (#1910) +* Fixed Wither Skulls not craftable with withering souls (#2564) +* Fixed invalid recipe for a few Extra Planet things (#2575) +* Fix Car Mod Yellow Painter using the wrong dye (#2594) +* Fix Diamond Block not having an uncraft recipe back to Diamonds (#2599) +* Fix IE Bottling Machine being staged wrong (#2607) +* Fix Molten Stone exploit with melting Seared Cobblestone (#1673) +* Fix Nether Wart turning into beetroot when breaking the block below it (#1274) +* Fix Netherrack breaking into Low Grade Charcoal from explosions etc (#1941) +* Move the Tinkers Bacon back a stage to allow usage when you have Pig Iron Tools (#2614) +* Remove the Actually Additions Crafting stick in favour for the Extended Crafting version (#2198) +* Allow Leather Cordage to be made in top or bottom slots +* Blacklist Buggy Fueling pad from carry-on +* Blacklist all of PneumaticCraft from Carry-On to prevent crashes (#2651) +* Add missing Gray Wool dying recipe (#2653) +* Fix glue cauldron recipes for pelts being derpy (#2680) +* Fix Tier 4 space suit using Tier 1 armor layer (#2695) +* Fix inconsistency with the Mining Level on Nether Quartz Ores (#1782) +* Fix remove Prismarine variants from the Chisel to force the crafting recipe also fixes dupe issue (#2450) +* Remove recipe for the clay armour as we force another recipe (#1674) +* Fix recipe conflict with cocoa beans turning into dye powder instead of cocoa powder (#2386) +* Fix incorrect tooltip on Tier 4 Rocket Schematic (#1908) +* Fix missing recipe for the pipe pulsar due to the pack not having the assembler table (#2762) +* Staged Skeleton Trap Horses in Age 1 (#1611) +* Add hardness to Reinforced Coke Brick (#2784) + +Enhancements: +* Updated Privacy Policy +* Experiment 115 now grants all nutrition groups instead of only protein +* Add dying recipes for the Twilight Forest Castle Doors +* Removed the Cyclic conveyors as they are not needed and the new ones claims more Ids which we don't want to waste +* Adjusted Aevitas attunement perk and Mineralis ritual to only spawn Geolosys ores +* Added recipes for the Bronze tools added by Pickle Tweaks +* Added recipe for rice dough to the Mixer modular machine (#2447) +* Updated Better with Mods potash recipes so they are more clear +* Allow any Heavy Oxygen Tank to be used in the Oxygen Storage Module recipe (#2479) +* Allow a larger selection of cobblestone slabs for the Kiln recipe (#2482) +* Add a additional 50% drop chance for Wild Dog Pelts from Wild Dogs and also added a higher drop rate with Looting +* Added upgrade recipe for the Primal Chest Advanced to a Minecraft Chest +* Added Startlight Transmutation for Kepler Iron and Copper to Inferium and Prosperity Ores (#2514) +* Updated Desh Ore advancement to trigger on Unrefined Desh as well as Desh Ore for those that don't use silk touch (#1516) +* Add recipe to decompress arrow bundle (#1391) +* Added a recipe to turn Mud Clumps into Wet Mud blocks (#1551) +* Added Flame String to the String Ore Dictionary (#2628) +* Added recipe for the Quark Trowel in stage one +* Added recipe for the Blood Magic Crystal Cluster (#2112) +* Added grinding/crushing recipe for the Prismarine Block (#2657) +* Added recipes from the TiC drying rack to the Industrial Drying Unit (#2721) +* Added tooltips to Space Suit so players are aware of how to charge them +* Added tooltip to BWM Hibachi telling players to use a redstone signal to light +* Crafting the Tier 1 Space suit now yields a fully charged version +* Added a recipe to the ArcFurnace for Glass Panes using Pile of Sand +* Adjusted the cost for making Steel in the ArcFurnace (#1796) +* Added recipes to the ArcFurnace for Redstone Alloy and Modularium (#2437) +* Added more blocks to be classed as sealable for GC thanks to @Iorce! (#2764) +* Added Charcoal Block recipe to the Crystallizer (#2791) +* Changed the size of the Bit Bag by x4 + +Forge: 14.23.4.2707 + +Mods Added: +* Aroma Backup (2.1.1.3) +* Aroma Core (1.3.0.2) + * Needed for Aroma Backpack +* Construct's Armory (0.0.21-rc1) + * Armor add-on mod for Tinkers' Construct +* SevTweaks (0.1.0) + * Custom mod to allow more integration with mods in the pack. + +Mod Updates: +* Actually Additions (r135) +* Advanced Mortars (1.6.21) +* Antique Atlas (4.4.9) + * The Biome id fix from 4.4.8 wasn't actually merged. This was fixed. +* B.A.S.E (3.7.2) + * Fixes crash when invalid items are fed +* Bedrock B Gone (5.0-b8) + * Fixed Better Bedrock's Itemblock not registering correctly +* Better With Addons (0.41) + * Fixes a crash where BWA has been using a deprecated slipperiness method for months. +* Better With Mods (2.1.24) + * Fix server crash with HCFurnace tooltips. + * Greatly optimize the kiln, saw and turntable recipe handlers. + * Improve syncing of progress bars in UIs. + * Fix dupe with Filtered Hoppers. +* BiblioCraft (2.4.4) +* BnBGamingCore (0.8.0) + * Added Module for next Triumph update +* BNBGamingLib (11.2) + * Script parser now properly reads hexadecimal values +* Bonsai Trees (1.0.5-b77) + * Improvement: Skip loading tree shapes of unregistered trees saving a bit of memory +* BuildCraft: Builders (7.99.17) +* BuildCraft: Core (7.99.17) +* BuildCraft: Factory (7.99.17) +* BuildCraft: Robotics (7.99.17) +* BuildCraft: Silicon (7.99.17) +* BuildCraft: Transport (7.99.17) +* Carry On (1.9) + * Fixed a common issue where some blocks could not get picked up +* CD4017BE Library (6.2.4) + * Added opaqueness feature to block covers + * Added improved FakePlayer implementation +* Chisels & Bits (14.17) + * Special case air when determining colors, to prevent crashing when another mod registers their color handler for air. +* Client Tweaks (3.1.8) + * Torches will only be placed via right-click now if the offhand slot is either empty or also a torch tool +* Connected Textures Mod (0.3.0.15) +* Compact Machines (3.0.12-b215) + * Try to avoid crashing when rendering TE in machine view. This fixes e.g. crashes with PneumaticCraft and other mods. +* Cyclops Core (0.11.6) +* Cyclic (1.15.8) + * Tweaked item models for Torch Launcher, Randomizer, and Auto Torch. + * Upgraded cable models. + * Export cables now connect and pump out on all sides. + * Exchange Scepters updated to be compatible with GameStages, and working in off-hand. + * Storage Sack will now auto-close if it leaves your hand for any reason. + * Storage Sack can no longer be opened in the off-hand. + * Fix compatibility with Block Placer and Better With Mods mini-blocks. + * Fixed Wireless Receiver not dropping as a block when it gets mined. + * Fixed a dupe exploit related to Player Interface from AA. + * Brush Scythe now more compatible with special block drops (such as causing plant fibers from Primal Core now drop from grass with scythe). + * Fixed hydrator mismatching some ore dict entries (such as Biomass recipe not working). + * Fixed block transparency bug with Moon Phase Sensor. + * Greatly reduced tick lag from cables when they are empty. +* Dark Utilities (1.8.210) + * Fixed some blocks allowing torches to be placed on them when it shouldn't. +* Dung Pipe (1.2) +* Ender Storage (2.4.3.130) +* Environmental Tech (2.0.11a) + * Fixed Lightning rod spamming console with energy gen values. + * Fixed Lenses not working properly. +* Extended Crafting (1.3.7) + * Fixed combination crafting ignoring NBT + * Fixed some shaped table recipes showing incorrectly in JEI + * Added an indicator to JEI categories for table recipes with required tiers + * Moved the shapless icons in in the table crafting JEI categories + * Fixed the progress arrow in the Ender Crafter gui being incorrectly located + * Fixed combination crafting not accepting items with NBT tags when no tags are set for an input item + * Fixed lighting issues with some blocks + * Fixed items with NBT not working in combination crafting recipes that don't require it + * Fixed the Automation Interface outputting only stacks of 1 when auto crafting + * Fixed the Automation Interface ignoring NBT when outputting during auto crafting +* Extra Planets (0.3.8) + * See: https://minecraft.curseforge.com/projects/extraplanets/files/2564038 +* Farming for Blockheads (3.1.17) +* Farseek (2.3) +* Fast Workbench (1.5.0) + * Contains a compat fix for a mod interaction bug between FW, RealBench, and AA. +* Forge MultiPart CBE (2.4.2.58) +* GameStages (1.0.86) +* Geolosys (1.9.2) + * ADDED: Ore-swapping: replaces other mod ores with Geolosys ones after they've generated (like for Twilight Forest). + * ADDED: Compatibility for Astral Sorcery's Infused Crystal Pickaxe. + * FIXED: Various crashes with field manual. + * FIXED: Dimension Blacklisting issues with custom entries +* Hwyla (1.8.26-B41) + * Don't attempt to render the overlay if the tooltip is somehow null. + * Add a config to render current state values in the tooltip. + * Reduced network usage by the villager handler. +* Horse Power (2.6.1.64) + * Added needed area visualisation when placing HP blocks + * Fixed not using correct item for jei catalysts, issue with itemstages +* Immersive Tech (1.3.10) + * Fixed BlockITMultiblock.getPickBlock() null pointer issue +* Improved Backpacks (1.2.0.3) + * Fixed duplication glitch + * Open backpack hotkey now works for Baubles slot + * Backpack in Baubles slot now shows on you (you definitely should check out chestplate backpack combined with baubles backpack) +* Industrial Foregoing (1.9.2-173) + * Black Hole Tank Block now changes color depending of the fluid it contains + * Black hole unit extract button now respects stack sizes + * Mob Crusher and Mob Slaughter Factory do same amount of damage + * Improved fluid handling + * Improved tank color handling + * Mob duplicator and Animal Sewer shouldnt waste power anymore + * Fixed Enchantment Extractor not splitting enchanted books + * Tree fluid extractor no longer resets progress when the wood is broken +* Inductive Logistics (1.2.3) + * Pipe model parts and contents hidden under opaque covers is no longer rendered (the server won't even send update packets for them) for performance improvement. + * Item Placer crash with vanilla blocks that have GUIs. + * Pipe connection issues with immersive multiblocks and potential other TileEntities that take time to initialize after load. + * Fixed div / 0 crash when Portable Autocrafter tries recipes with empty stacks as result + * Fixed server & client thread race condition on 'RECURSION' flag in Overflow Trash +* Integrated Dynamics (0.11.12) + * Fix incorrect regex_groups operators output type. +* Just Enough Items (4.9.1.196) +* KleeSlabs (5.4.10) +* Mekanism (9.4.11.346) +* MJRLegends Lib (1.1.4) +* Modular Routers (3.1.5) + * Fix item dupe with Dropper/Flinger in some circumstances. +* ModTweaker (4.0.12) +* Mystical Agriculture (1.6.10) + * Added PneumaticCraft crops: Compressed Iron +* No Recipe Book (1.2.2) +* Overloaded (0.0.52) + * Multi-Tool now gives better error message when unable to break / place +* PrimalCore (0.6.56) + * Fix Barrel Crash with FBP + * Fix Side sensitive Capabilities for Cauldron and Fish Traps +* Primal Tech (0.3.3) + * Added overlooked world side check - should stop fire sticks spamming the server with packets. +* PneumaticCraft: Repressurized (0.6.6-192) + * Fix: crash when crafting Speed Upgrades in some situations. + * Fix: Gas Lift now works with infinite fluid blocks such as Better With Addons Aqueducts. + * Fix: crash when right-clicking some PneumaticCraft blocks with other mods' wrenches +* ReAuth (3.6.0) +* Reborn Core (3.5.8.293) +* Reborn Storage (3.1.0.50) + * Fix IO port lag + * Add IO Port + * Add IItemHandler capability to TileMultiCrafter +* Redstone Flux (2.0.2.3) +* Refined Storage (1.5.34) + * Allow crafters to be daisy-chained. + * Empty patterns can no longer be inserted in the pattern result slot in the Pattern Grid with hoppers. + * Added OR search operator to the Grid with "|". +* Rustic (1.0.5) + * Possibly fixed some bugs +* RebornCore (3.8.7.295) +* Scannable (1.6.3.19) + * Fixes potential crashes/issues due to some mods still using null instead of ItemStack.EMPTY. + * Disable debug logging of failed item lookups by default, add config to allow enabling it. Fixes potential timeout when first +* SevTweaksNPC (0.0.4) + * ( ͡~ ͜ʖ ͡°) +* Simple Generators (2.0.11a) +* Steve's Carts Reborn (2.4.19.99) + * Fixed fluid manager not moving on when constantly using up the carts tanks. + * Rail remover fix for activator block. + * Fixed usage of wrong resize method for aabb, fixed recipe for cart assembler. +* Streams (0.4.4) +* Tinkers Construct (2.10.0.84) + * Implement a FastWorkbench approach in the Crafting Station. This should help with big modpacks with lots of recipes + * Fix faucets trying to drain from the wrong side + * Several smaller fixes/changes that got lost in translation + * Try to impliment FastWorkbench +* Tinkers' Tool Leveling (1.0.5) + * Fix a rare crash when having a level up at the same time as dropping your weapon. +* Toast Control (1.6.0) +* Triumph (1.13.0) + * Added support for new Better Advancements options +* Twilight Forest (3.7.424) + * See: https://minecraft.curseforge.com/projects/the-twilight-forest/files/2561393 +* ValkyrieLib (2.0.11a) +* Wawla - What Are We Looking At (2.5.257) + * Fixed horse speed and jump strength not showing. #93 + +--------------------------------------------------------------------- + +3.0.7 + +Bug Fixes: +* Downgraded the Scannable mod to eliminate players getting kicked out of their first world join +* Added DarkLands wood slab to the ore dictionary (#1627) +* Fixed Arrow heads/bows being staged incorrectly (#964) +* Fixed Shields being uncraftable in the Smeltery due to incorrect staging (#944) +* Removed the Primal Dust bin (#841) +* Fixed incorrect recipes for Reborn Storage Storage Parts (#1635) +* Fixed Minecraft Cookie being incorrectly staged. +* Fixed Abyssalcraft Wasteland ores not being staged/masked correctly (#1625) +* Fixed Diamond Tools staging for recipe showing (#902) +* Fixed Skeletons being immune to Cacti and Punji Stick damage (#1419) +* Fixed the Saturn and Neptune advancements not triggering when entering the dimension (#1599) +* Fixed the Creative Tank Advancement triggering incorrectly (#1743) +* Better With Mods Leather Straps now have a recipe (#1736) +* Fixed incorrect advancement name for Compressor in stage 4 +* Disable Quark's hotbar swap feature to prevent carry-on bugs (#1623) +* Removed the Astral Sorcery marble slab recipe/block from JEI until it's completed in the mod itself (#1608) +* Fixed broken compressed steel recipe for the Compressor (#1687) +* Fixed Tartaric Forge recipes (#1341) +* Added more tiles to Carry On blacklisting (#1590, #1610, #1630, #1770, #1824, #1804) +* Remove melting for Merchant to prevent infinite blood exploit; also gave villagers the same treatment (#1487) +* Fixed some logs missing plank conversions (#1861) +* Removed Diamond creation from the Pneumaticraft Pressure Chamber (not supposed to be available in this manner) +* Fixed the Mob Grinding Utils Saw to not require a diamond +* Fixed the Wicker in the Compost recipe to not require stage one +* Removed Carry-on allowing the pickup of Improved Backpacks +* Disabled MouseTweaks WheelTweak config...again. +* Fixed broken recipe for Chemical Injector (#2000) +* Inconsistent behaviour with barley (#1966) +* Fixed being unable to craft Drying Rack with Yew slabs (#1944) +* Fixed dupe recipes for the Map (#1798) +* Fixed Quantum Storage Crate being hidden in JEI (#1967) +* Fixed Crystallized Obsidian armour being staged incorrectly (#1477) +* Fixed recipe for Fire Charm due to staging (#1807) +* Fixed missed recipes for CarMod (#1852) +* Fixed "Broken" tooltip from displaying on the Bound Blade +* Moved raw and cooked ghast meat to age 2 from 3 (#1793) +* Removed default recipe left in for Mechanical Squeezer (#1795) +* Fix Bio-Mash not being able to be crafted in player inventory and in any 2x2 area of grid (#2019) +* Fix End Crystal advancement +* Disabled Liquid Coralium Transmutation to prevent massive lag (#1915) +* Disabled Buildcraft fluid shards to prevent a dupe (#1602) +* Fixed recipe for Filtered Buffer (#2014) +* Fixed missing processing recipe for Ilmenite ore in the crusher (#1411) +* Removed Automatic Fishing Net from villager trades (#2037) +* Fixed staging for Elemental Inscription Tool: Dusk and hide Efficency Rune (#1075) +* Fixed staging on various Blood Magic items (#1238) +* Fixed staging on Charcoal piece (#1248) +* Fixed old recipe not being removed for Arcane Ashes (#1779) +* Fixed incorrect staging for Electrum/Constantan (#1517) +* Remove slimeball dupe (#2040) +* Fixed Lonsdaleite Cystal being missing in the Environmental Tech config (#1708) +* The Ladder recipe now gives 3 instead of 1 +* Switched the Unfired Porcelain millstone recipe to require white dye instead of bonemeal to stop a conflicting recipe interfering with progression +* Added recipe for sextant (#1995) +* Fixed staging issue with some light Oxygen Tanks (#2098) +* Fixed recipes and staging issues with Cyclic baubles (#1994) +* Removed casting recipe for Furnace Controller as it breaks progression +* Fixed titanium shards dropping on GC ores which had no use (#1455) +* Remove & hide and printing press until the mod is updated/fixed (#1429) +* Fixed Immersive Engineering Excavator not harvisting ores as expected (#2008) +* Moved the incorrectly item staged Stone Builder's Wand to stage 1 where it belongs +* IE Crusher gives proper dye from wool -> string recipes & AA Crusher gives proper dye from flower -> dye recipes (#593) +* Removed useless ironpane group from chisel +* Removed some recipes of items that dont exist +* Blacklist Compact Machines from Carry-On (#2193) +* Removed conflicting Arc Furnace recipes (Any that used a metal dust as a primary item) +* Fixed issue with mining Redstone ore with Silktouch not giving the correct ore block (#1875) +* Fixed Iron duplication exploit involving Iron Bars in the Stoked Crucible (#2187) +* Moved the Cyclic Dungeon Finder item to stage 3 and staged its recipe properly +* Fixed Creative Jetpack Thruster being incorrectly staged (#2227) +* Fixed Ender Crafter advancemnt triggering without both items being crafted. (#2209) +* Fixed Autunite not being detected by the Ultimate Prospector (#1895) +* Fix "Ender Alloy" advancement triggered on wrong ender alloy (#2240) +* Fixed Astral Sorcery Aevitas attunement converting stone into ores that should not be accessible. (#1240) +* Fixed an incorrect tooltip on the Inductive Logistics autocrafters to say stage 4 instead of 3 +* Fixed the Cyclic Slow Slime Conveyor being staged incorrectly +* Removed dying wool in the Crucibal to correct a duplication bug +* Removed Elytra recipe from the Abyssal Craft Materializer since it was craftable in stage 3 +* Added Mekanism cables and pipes to the carry-on blacklist to prevent potential crash +* Modified Containment Chalice recipe and pushed it back to age 3 (#2256) +* Re-Staged and changed the recipe for the AS Exchange Wand (#1005) +* Fix blood being staged wrong (#1168) +* Allow the Wild Dog to be spawnable in the RFTools Spawner (#2150) +* Remove Leather recipes from the Drying Basin (#2107) +* Disable AE2 Formation Plane Entity spawning until a fix is made in regards to spawning +* Re-Stage Containment Chalice to stage 3 (#2556) + +Enhancements: +* Doubled the chances of vanilla style dungeons to spawn in the Beneath Dimension +* Increased the drop chance of bones for most passive and hostile animal mobs +* Blazes and Endermen drops are now affected by looting +* Added the Ring of Ascent to 100% chance drop from Betweenlands Bosses and a small chance to drop from Pyrads, Peat Mummies, Wights, Gas Clouds, & Tar Beasts +* Lowered the creative tank recipe Blood Tank requirement to level 10 instead of 16 +* Added a stage 2 recipe to create Astral Sorcery Stardust using Blood Magic +* Removed the Industrial Foregoing Fisher machine since it was not usable due to the fishing table being cleared (#1760) +* Added an Advancement to alert players on how to create a Nugget Cast +* Altered the recipe for the RFTools Machine Base for consistency +* The Market recipe was changed yet again +* Added an advancement for creating and using End Crystals in stage 4 +* Added prismarine drops to mobs primarily located in the Dark Forest Maze (the one with the Knight Phantoms) +* Added an Advancement to alert players that Sea Lanterns can be used as Blood Magic Tier 3 Altar Caps +* Added an Advancement for the Galacticraft Oxygen Collector Fuel method +* Created a Steve's Carts Singularity +* Added a recipe to the Creative Tank to clear the liquid out of it +* Re-added the transmutation recipe for Starmetal Ore (#1792) +* Added crusher recipes for Salt block to dusts (#1717) +* Added clay block creation to the press (#1734) +* Added Chisel support for some of the Betweenland stones (#1686) +* Add Totempedia to Bibliocraft bookshelf (#1840) +* Created a Modular Machine for Paperclips +* Added a new recipe for the Creative Flight Modifier +* Tweaked the Supremium Armor Boot recipe +* Added glue recipe for Buffalo hide to the Cauldron (#1851) +* Added glass recipe to the ArcFurnace (#1858) +* Added all Geolosys ore to the Scannable Config in the proper category (rare & common) +* Removed the Scannable Structure Card. It was not picking up any structures and is a useless item +* Added Improved Backpacks and Shulker Boxes to the Iron Backpacks Blacklist so you cannot nest backpacks +* Increased the Y level range for the following Geolosys Veins: Coal, Rock Crystal, Gold, Lapis, Quartz, Kimberlite, Limonite, Malachite +* Add Environmental Tech JEI Descriptions and tooltips to Lightning Rod and Nanobot structures (#1592) +* Added recipe for Porcelain to the Industrial Mill (#2002) +* Allow Fiery Tears in Lava Crystal recipe (#1975) +* Fix the immersive engineering windmill advancement typo (#1845) +* Enabled rustic clay walls and staged in (#1822) +* Added recipe to convert Raw PigMan hide to salted hide (#1787) +* Added tooltip to the Quarry/Miner about usage in Space (#1452) +* Added Valus Melon to staging (#1349) +* Added more books to the ImmCraft Bookshelf (#1368) +* Added tooltip to the Creeping Moss on how to use it (#1968) +* Disabled Black Quartz from BWM (#1937) +* Added Betweenlands Infuser & Mortar to CarryOn blacklist (#1935) +* Diabled the BWM Manual being given by the mod via the config (#1724) +* Removed the Wolf Ash from JEI as we don't have a use for it. +* Added usage for the Wolf Head (#851) +* Changeds Starlight Advancement to use right click on the upgraded table (#978) +* Added tooltips to the GC rocket schematics to help users on what planet to find them (#2052) +* Added more foods to Cooking For Blockheads (#2051) +* Moved the Blood Magic Sentient sword to Stage One and gave it a new recipe +* Added support for any bucket type in Astral Sorcery recipes (#1809) +* Any unsupported plank type for barrels will now make an Oak Barrel (#2085) +* Disabled the Cyclic Shear block to force the path in the pack. (#2106) +* Added more food items to Nutrition (#2017) +* Changed durability on the Dog Boots +* Fixed staging on Iron Matchpick (#1503) +* Removed recipe for Reinforced Mesh (#1415) +* Added Black Iron recipe to the Arc Furnace (#1416) +* Added more seeds to be pressed into dirt +* Disabled the Extra Planets Radiation Mechanic +* Added Death Compass drops to Player Skinned mobs +* Add flower crushing recipes to Mekanism crusher (#1665) +* Add Bronze Ingot alloying to Arc Furnace (#1665) +* Added a Modular Machine to allow faster Compressed and Heavy Duty Plate Creation for stage 5 +* Added an Advancement to alert players of the Spawner Seeker and its helpfulness when locating Galacticraft Dungeons +* Set Quark deposit to chest default behavior to stack with existing instead of dumping your entire inventory (#2231) +* Added The Betweenlands limestone to oreDict (#2196) +* Adjusted the Astral Sorcery Aevitas attunement hunger and saturation per tick +* Re-add Minecraft wool dying recipes +* Ore Changes: + * Ore processing has been changed in this version. Many processing recipes have been removed in favour for other mods and/or had values + tweaked. Processing is now performed on a Tier system starting with basic machines to top tier machines. With this update we have a new + Modular Machine which enables easier Ore processing this is based on the Mekanism spec but does not require all the normal machines as + you'd normally needed. Also you grain the secondary outputs for valid ores. So your getting more Dollars per Bill! All the recipes are + listed in JEI. Note however due to how the JEI is built for Modular Machinery the UI is not scaling correctly this may be solved in a + later update but we'll post on the Wiki the power usage/conversions for the machines to give more details. +* Added Twilight Forest to the Betweenlands Portal whitelist (#2205) +* Re-Stage the chisel to better suit the villager trade and enables players to start being creative eariler (#2258) + +Mods Added: +* BuildCraft: Silicon (7.99.16) + * Needed for the .16 update to BuildCraft to keep the plugs/facades. +* FindMe (1.0.1-5) + * FindMe allows you to search for items in nearby inventories by pressing a key. For that you simply need to hover over an item (JEI Compatible) and press "Y". +* MystAgrad Cloche Compat (1.2) + * Add support for Tier 6 seeds in the Cloche. +* ReAuth (3.5.2) + * Fixes the Problem of having to restart your Client when your Session is invalid +* Just Enough Petroleum (0.1) + * Adds JEI support for Immersive Petroleum +* Bedrock B Gone + * Flattens Bedrock in the Overworld, Nether, Twilight Forest, and Hunting dimensions +* Nature's Compass + * Added the Nature's Compass mod to help players better locate certain Biomes + +Mod Updates: +* Forge: 14.23.3.2678 + +* AbyssalCraft (1.9.4.9) + * Many Changes See: https://minecraft.curseforge.com/projects/abyssalcraft/files/2551262 + * Also: https://minecraft.curseforge.com/projects/abyssalcraft/files/2553883 +* Actually Additions (r134) + * Worm should no longer attempt to post a UseHoeEvent on farmland. + * Only items with FE capability can be placed in the energizer. + * Oil generator outputs now properly scale with configured values. +* Animalium (0.3.7) + * Increased Bear Claw Paxel's mining speed on blocks that harvest slower to make it faster than punching them. + * Removed Flying Cake Monster spawning on Darkosto's Birthday due to it constantly spawning. +* Antique Atlas (4.4.8) + * Fixes unknown biome id crashes (Thanks The-Fireplace) +* Astral Sorcery (1.8.10) + * Tonnes of fixes! +* AutoRegLib (1.3-17) +* Better Advancements (0.0.7.42) +* Better With Addons (0.40hotfix) + * Fixes another stray CME from hardcore packing. It just keeps happening. + * Fixes two crashes with getBlockFaceShape. Oops. + * Fixes Aqueduct Water acting like a fluid tank and adds a config option to preserve that behavior + * Fixes Mooshrooms fissioning into two cows and 10 mushrooms. + * Fixes Saplings not breaking instantly because they were trying very hard to be leaves instead probably + * Fixes Greatarrows crash when impacting Biomes o Plenty soil (for how much shit i gave them about the farming crash i make a lot of the same mistakes) + * Fixes Paper Lantern recipe missing entirely + * Fixes cullfaces on recessed Tatami Mats aka they'll look better when combined with other slat block +* Better With Mods (2.1.15) + * Fixes NPE when Kiln has invalid heat source + * Fixes NPE when mods add null oredict names + * Fixes crash when placing a waterwheel in forge fluids (Oops) + * Internal Changes for CT integration +* Betweenlands (3.3.8) + * Workaround for Intel graphics driver crash + * Fixed some block models causing crash when non-forge lighting pipeline is used + * Fixed double tall underwater plant stalks not breaking when flower is broken + * Fixed Mortars not saving their rotation + * Fixed changing translation causing crash when opening Herblore book + * Fixed Valonite Shield causing crash when charging into each other + * Fixed world locations sometimes not syncing properly when teleporting +* Blood Magic (2.2.10-97) + * Fixed a client side null-pointer exception with the Blood Lamp + * It's a bright idea to fix this as soon as I can. + * Fixed a server crash when handling dye recipes + * Fixed a crash when trying to use unbound toggle-able sigils in the Sigil of Holding + * Fixed Turret Array crash on servers. + * Fixed the Blood Altar so it can actually fill Blood Orbs (derp). + * Fixed the Alchemy Array from voiding items when broken when it shouldn't have. + * Fixed Blood Tank NBT transfer between item/tile form. + * Fixed Hellfire Forge and Alchemy Table's shape-crafted-ness. + * Fixed the Living Armour Upgrade that provides night vision, so it is no longer as finicky. +* BNBGamingLib (2.11.1) +* Bonsai Trees (1.0.4-b71) + * Breaking a bonsai pot with an axe is now faster + * Fix crashes/issues caused by always returning a capability even when it shouldnt. +* Bookshelf (2.3.544) +* BuildCraft: Builders (7.99.16) +* BuildCraft: Core (7.99.16) +* BuildCraft: Factory (7.99.16) +* BuildCraft: Robotics (7.99.16) +* BuildCraft: Transport (7.99.16) +* Caliper (1.1.35) +* CD4017BE Library (6.2.3) +* Ceramics (1.3.4) + * Minor tweaks and fixes. +* Code Chicken Lib (3.1.7.341) +* Compact Machines (3.0.10-b207) + * Fix NPE when tunnels are being checked on the client side + * Only consume one catalyst item instead of the whole stack +* CraftTweaker (4.1.8) +* Cucumber (1.1.0) + * Add guide book system POGGERS +* Cyclic (1.14.9) + * Sleeping mat now correctly dismounts for you if you try to sleep on the saddle. + * Emerald Carrot retextured and renamed as Infected Carrot - new recipe, same effect. + * Fixed a small glitch where Auto Crafter fuel slot would not consuming items when fuel is at zero. + * Added a small optimization to network traffic on player join (Thanks to darkh4x). + * Fixed a dupe bug with certain items that have durability. +* Death Compass (0.0.3) + * Added a Time and date stamp to the compass so people know which is which when +* Default Options (9.2.7) + * Fixed crash on keys with colons in their names +* Dimensional Control (2.10.2) +* EnderUtils (0.7.8) + * Add a Pet Contract item, which allows changing the ownership of tameable mobs + * Add camouflage ability to the Barrel + * Add Portal type Link Crystals, allowing Portals to be "paired" + * Fix/improve some Drawbridge retraction/extension logic issues (which blocks get taken/placed in which situations) + * Fix camouflage model overlays on items (elevators) + * Fix some items always eating the keybinds even when they don't have any + * Update some registrations to new Forge events (now requires Forge 2571+) +* Environmental Tech (2.0.9c) +* Extended Crafting (1.3.1) + * Fixed the arrow in the Quantum Compressor GUI not rendering properly for recipes with large power requirements + * Fixed the Quantum Compressor ejecting ItemStacks with larger than max stack sizes + * Fixed the Quantum Compressor overwriting NBT tags +* ExtraPlanets (0.3.3) + * Fixed a few Server/Client packet handling issues + * Fixed player spawning in liquid when re-spawning after death + * Fixed NullPointerException +* Fancy Block Particles (2.4.0) +* Farming for Blockheads (3.1.12) + * Change the feeding trough range to five blocks + * Fix the feeding trough prioritizing certain animals over others, it should be more natural now + * Fix merchant falling sound not playing for other players in multiplayer +* Ferdinand's Flowers (1.10.1b) + * Hopefully fixed a naming issue- found & fixed 2 mistakes (Issue #2) +* Foamfix (0.9.9.1) + * Fix invalid Forge dependency + * #137] Fix 3D item models not rendering correctly (for example Silent's Gems shields) +* Forge MultiPart CBE (2.4.1.57) + * Fix world being null on part load +* Galacticraft Core (4.0.1.176) +* Galacticraft Planets (4.0.1.176) +* Hunting Dimension (1.0.24) + * Added a cache system for frame variants. Also removed non full blocks from the candidate list. + * Fixed setting spawn or sound chance to 0 causing a crash. +* Immersive Engineering (0.12-82) + * See: https://minecraft.curseforge.com/projects/immersive-engineering/files/2554650 +* ImmersiveTech (1.3.8) + * Fixed Boiler crash + * Changed the distance parameters for the Solar Tower and the Reflectors +* Improved Backpacks (1.2.0.2) + * Fixed backpacks does not have tooltips + * Fixed Stack Overflow Crash + * Backpacks are now equipable in the chest slot or as a bauble + * When worn on chest backpacks can be opened with a keybind + * Optimized updating backpack tile entities on clients +* Industrial Foregoing (1.8.10-143) + * Added support for the Adult Filter in the Mob Slaughter Factory + * Added Right Click Harvestability to cocoa beans as no other mod adds it so the Plant Interactor can harvest them. + * Animal rancher will stop shearing animals if the inventory is full + * Fixed a crash with the enchantment extractor +* Inductive Logistics (1.2.1) +* InControl (3.8.0) +* Industrial Foregoing (1.9.0-163) + * Fixed Server Side Crash with the Mob Crusher + * Fixed Fluid Dictionary Converted working when no fluid was selected + * Fixed server side crash +* Integrated Dynamics (0.11.11) + * Fix Refined Storage autocrafting writer aspects not working + * Fix Mechanical Squeezer crafttweaker crash + * Fix networks with no active elements not being properly reloaded + * Fix formatting typo in value types book section + * Fix memory leak and stackoverflow due to cloning of positioned iterators, Closes #568 +* Iron Backpacks (3.0.7-10) +* Iron Jetpacks (1.0.4) + * Fixed an issue with HUD rendering +* Just a Raft (1.1.2) + * Should fix a really rare crash where it gets an integer where it should get a float. +* Just Enough Items (4.9.1-175) +* KleeSlabs (5.4.9) + * Fixed Betweenlands single slabs not being breakable + * Added missing Betweenlands slabs support +* Mantle (1.3.2.24) + * Fix Heart rendering with >120 hearts. It'll loop correctly now. However if you actually had more than 120 hearts, you should take a break and reconsider your life choices. + * Fix book crashing when trying to render a missing item (at least in some instances) + * Make getSubBlocks also available serverside (pre 1.12 leftover) +* Mekanism (9.4.10.345) + * Make Universal cables ForgeEnergy a bit more cross mod friendly + * add factories to jei catalysts if enabled +* Micdoodle Core (4.0.1.176) +* Mob Grinding Utils (0.3.6) + * Complete re-code of the mod registries - under the hood changes that needed doing. + * Removed old legacy code and classes and rejigged a few bits. +* Mod Tweaker (4.0.10) +* Modular Machinery (1.9.4) + * Fixed problematic handling regarding I/O of fluids and energy leading to problematic interactions when I/O conditions were not fulfilled + * Fixed Mekanism Gas integration not properly handling input/output checks +* Modular Routers (3.1.4) +* Mystical Agradditions (1.2.8) + * Added a JEI description for Dragon Scales + * Fixed the Insanium Ingot harder recipe using the wrong essence +* Mystical Agriculture (1.6.9) + * Fixed Superium armor not having step assist (and Prudentium armor having it instead) + * Fixed Prudentium armor's model being messed up +* Natura (4.3.2.49) + * Flowers can now be able to placed on Topiary Grass + * @SideOnly has been removed from getSubBlocks +* Ore Excavation (1.4.118) + * Fixed shears not working under particular settings + * Fixed ghost blocks showing up after some excavations +* OreExcavation Integration (2.3.3) +* Overloaded (0.0.51) +* PickleTweaks (2.0.16) + * Fixed some tooltips having the wrong colored text with the latest Cucumber Library + * Make only layer 0 of the repair kit texture get colored + * Fixed repair kit texture being flat +* Placebo (1.3.4) +* Playerskin (1.0.5) + * Fixed issue with blank loot table spamming servers +* PneumaticCraft: Repressurized (0.6.3-186) + * Fix: Server crash when Spawner Agitators are used in conjunction with the Despawning Spawners mod. + * Fix: Omnidirectional Hoppers now respect the sidedness of the block they pull from + * Plastic Mixer JEI page now uses Ore Dictionary to show the dyes instead of hard-coded vanilla dye items. + * Fix: client crash when looking at RFTools Powercells with the Pneumatic Helmet Block Upgrade Tracker active. +* Power Adapters (1.0.9) + * Fixed power input and output being wrong + * Fixed block accepting power even if it's full (#1745) +* Prestige (1.0.15) +* PrimalCore (0.6.53) + * Charcoal Stacks now have a slight variation in the output grade + * Fixes for various plants and certain primal blocks not getting along during WorldGen +* Quantum Storage (4.5.0) + * Fixed z-fighting on new crate model. + * Added new models for the Crafting machine and Crating machine. + * Added Quantum Bag (Works like EE2 Alchemical Bags) + * Fixed some partials not working after model change. +* Realistic Item Drops (1.2.12) +* RebornCore (3.8.1.271) +* Reborn Storage (3.0.6.43) + * Added support for crafter manager +* Refined Storage (1.5.33) + * Added Crafter Manager + * Fixed Grid not always using all combinations when using JEI autocompletion + * Increased Grid performance +* Refined Storage Addons (0.3) + * Fixed stack-crafting in the Wireless Crafting Grid (crafting table) causing lag on a dedicated server +* Rustic (1.0.4) + * Fixed a crash from drinking wine or wildberry wine of low quality +* Smooth Font (1.15) + * Added clientSideOnly property + * Fixed the issue that a blank page texture is not loaded correctly. +* Spartan Shields (1.4.1) + * Minor tweaks and recipe fixes. +* Tesla Core Lib (1.0.14.10) +* Tinkers Construct (2.10.0.75) + * Note: This is an Alpha build but contains an possible fix for OreExc. +* Tinkers Complement (0.2.3b) + * Fix crash from melter without a heating source + * If the melter previously held solid fuel, that is now cleaned upon switching to liquid fuel + * Tweaked manyullyn armor to be more tough and provide less defense + * Fix missing repair material for manyullyn armor + * Fix temperature in the melter GUI not matching JEI +* Tinkers' Tool Leveling (1.0.4) + * Harvesting crops with kama/scythe rightclick grants xp + * Fix crash with recursion with modifiers like PortlyGentleman from PlusTic +* Toast Control (1.5.0) +* Totemic (0.11.1) + * See: https://minecraft.curseforge.com/projects/totemic/files/2551386 + * Changed Totem Pole textures, now with paint + * Totem Poles can now face in any direction + * Totem Torch can no longer be placed in midair, and can be washed away by liquids + * Fixed weird behavior when trying to place blocks on top of Totem Torch +* Tomb Many Graves 2 (4.0.3) + * Should fix all issues with users getting the grave as a block (the block item no longer exists). + * Death item lists should now automatically enter the players' inventories upon respawning after death +* Traverse (1.5.3-58) + * Fixed a crash issue + * New Desert Shrubland biome + * Fences and fence gates now have ore dict names + * Chickens now spawn in Crag Cliffs instead of pigs + * New Arid Highland biome - hilly desert with acacia trees and a bit of grass (TEMP: Biomes.DESERT) + * New Thicket biome - dense forest with a coarse dirt and grass floor (TEMP: 0.8F Extends Biome) + * New Rocky Plains biome - a less flat plains with patches of rock and greener grass (Idea suggested by MechWarrior) (TEMP: 0.9F Extends Normal Plains) +* Triumph (1.12.0) +* Trumpet Skeleton (1.0.2.1) + * Fixed issue causing crash on dedicated server. + * Added parrot imitation sounds for Trumpet Skeletons. +* Tumbleweeds (0.4.5) + * Mod items now work in configuration + * Tumbleweeds now always travel north-west +* Uppers (0.0.6) + * Fixed redstone deleting contents on occasions +* Waddles (0.6.0) + * Rewrote registry system + * Added config option for what biomes penguins can spawn in, based on BiomeDictionary types + * Fixed penguins returning null in getLootTable, which broke compatibility with loot table mods +* WAWLA (2.5.256) +* Water Control Extreme (1.0.2) +* Wither Skeleton Tweaks (2.6.0) + +--------------------------------------------------------------------- + +3.0.6 + +Bug Fixes: +* Fixed a Better With Mods Turntable crash. This should also allow you to get back into your worlds that were crashing on load +* Added a number of Betweenland blocks to the Geolosys whitelist allowing ores to overwrite those blocks +* Added back the extra Mulberry Structure that was lost in 3.0.5, sorry! + +Mod Updates: +* Environmental Tech (1.12.2-2.0.9c) + * Update to, hopefully, fix a crash experienced by players + +* There is a known bug with being kicked back to the title or server screen after loading into your first world and sometimes after gaining/losing advancements/stages. We are looking into it. You should be able to join the world back with no issues after this happens. + +* Dimensional Control has updated and added a new default worldgen. Among removing a few extra biomes and moving some biomes to their proper temperature zone, oceans have been further reduced. YOU DO NOT need to start a new world. Existing worlds will keep their generation type and only new worlds will inherit the new changes. This is not really a bug fix or critical change. It is mostly an enhancement meaning you can start a new world if you want. + +--------------------------------------------------------------------- + +3.0.5 + +* There is a known bug with being kicked back to the title or server screen after loading into your first world and sometimes after gaining/losing advancements/stages. We are looking into it. You should be able to join the world back with no issues after this happens. + +* Dimensional Control has updated and added a new default worldgen. Among removing a few extra biomes and moving some biomes to their proper temperature zone, oceans have been further reduced. YOU DO NOT need to start a new world. Existing worlds will keep their generation type and only new worlds will inherit the new changes. This is not really a bug fix or critical change. It is mostly an enhancement meaning you can start a new world if you want. + +Bug Fixes: +* Move Galacticraft's Tin Canister recipe to age 4 (#1201) +* Remove 4x rice slimeball recipes (#1241) +* Re-add Liquid Slime recipe (#1212) +* Altered the Y level advancement description for Hematite ore (#1206) +* Removed erroring items in the Tumbleweed drop list (#946) +* Fixed the incorrect beach entry and added a few new biomes to the infinite water list (#1204) +* Removed the Bauxite Entry from the Tough Dowsing Rod list (#1124) +* Added the remaining flowers from Ferdinand's Flowers to the crusher lists to make dye (#1110) +* Added back the Cyclic Block Placer since it was accidently hidden from JEI (#1129) +* Due to recipe and staging issues, Rocket Fuel was unable to be created. The Oxygen Collector recipe is now correct and the oxygen can be mixed with Kerosene in the Immersive Engineering Refinery to fuel Rockets +* Fixed an incorrect prospector tooltip to say 48 block range instead of 32 +* Properly moved Silicon back to stage 4, should be available to use now (#1008) +* Moved wooden basin's item stage from 0 to 1 to align with the recipe. (#866) +* Removed pigman hide (#794) +* Removed reference to Osmium in Platinum Ore tooltip +* Fix stage 5 root advancement not triggering (#1199) +* Fixed Nether Brick Stairs being unbreakable when using Tinkers Pickaxe or Hammer if in a certain orientation (#1331) +* Fixed Mystical Agriculture Soulstone being unbreakable when using Tinkers Pickaxe or Hammer (#1363) +* The PrimalCore Flint Axe has a tooltip to alert players that it cannot be repaired (#807) +* Fixed a number of advancements with broken entries +* Fixed Wolf Chop not being able to be cooked in the Fire Pit (#1262) +* Fixed Clear Glass recipe conflict with Glass Chunks (#1310) +* Fixed Mekanism Cardboard box staging issue (#1330) +* Fixed barley flour not being able to create dough (#1216) +* Fixed RebornStorage Invalid Recipes (#1401) +* Fixed Elite Crafting Table staging issue (#1461) +* Fixed Bark from BWM not being usable in the Mill Stone (#1449) +* Fixed recipe issue in regards to staging for the Mechanical Squeezer (#1453) +* Made a mistake and used the incorrect brick on the Uncrafting Table. The recipe should now be fixed (#1063) +* Remove Villagers melting into Emerald in Tinker's smeltery +* Disabled the exploit of using the Farming for Blockheads Merchant as a way to collect Life Essence in Blood Magic +* Added Translocators to the Carry-on blacklist (#1489) +* Removed Natura blue dye from the dye oredict +* Remove broken recipes for Pneumaticcraft drone (#1457) +* Remove infinite Blaze Powder/Rod recipe from Integrated Dynamics Mechanical Squeezer (#1300) +* Fix Mekanism Enrichment chamber recipes for dirty dust giving the wrong dust (#1427) + +Enhancements: +* Added the ability for llamas to pull Astikoor Carts (#1242) +* Added some text to the Aqueduct advancement letting players know completion is on placement and not crafting +* Increased the max height of Black Quartz in the Beneath from 20 to 100 +* Added an Advancement for Power Adapters to alert players (#1332) +* Added some tooltips to the Totemic Red Cedar items/blocks to help players understand where to acquire them +* Removed the limitation of only being able to move mob spawners at stage four +* Because of whining, squids +* Increased the minimum number of Fiery Blood dropped from a Hydra to 16 (#1275) +* Lowered the mining level of the Astral Sorcery Tables so players do not accidentally break them when trying to complete advancements +* Slightly increased the spawn rates of the Shoggoth Lairs +* Allowed Betweenlands Sulfur torches right-click functionality with a pickaxe in main hand (#1437) +* Added Betweenlands Rotten Food to drop from most Betweenlands mobs so players can complete the rotten food advancement (#1359) +* Added Stage 1 crafting for the strainer to use a chest as well as a Immersive Craft Chest (#) +* Shoggoths will now always drop at least 3 Shoggoth Flesh when killed +* Added a new method of collecting Shoggoth Flesh from villager trades in case Shoggoth's stop spawning due to finite spawning +* Slightly increased village spawn rates +* Added a Shoggoth Flesh trade to the Farming for Blockheads Market +* Moved the Farming for Blockheads Market to stage one +* Regenerated the Smooth Font config, you may need to redo your personal settings if you made any changes +* Disabled Cyclic Inventory Shift Keybindings to both help players with a sticky key issue and to stop an exploit (#1451) +* Add grinding recipes for shark tooth -> bone meal (#1414) +* Add detection range tooltip to all prospectors and fix the range stated (#1494) + +Mod Updates: +* Forge (14.23.2.2654) +* Dimensional Control (2.10.0) + * Update to allow changes listed above +* BnBGamingCore (1.12-0.7.1) +* Cyclic (1.12.2-1.14.7) + * Fixed some broken blocks in the Nether and the End causing crashes (#1158, #1209) +* Geolosys (1.12.2-1.8.10c) + * Assorted Quartz ore now gives all the quartz items again (#1278) +* Horse Power (1.12.2-2.1.62) + * Fixed crash when things happen to overlap machines (#1105) +* Abyssalcraft (1.12.2-1.9.46) +* ArmoreableMobs (1.12-1.1.6-4) + * Jockey mobs are now "caught" by the mod so we can control their weapons/armor (#1087) +* Totemic (1.12.2-0.10.3) + * Clarified a number of entries in the Totempedia + * Fixed ghost blocks when the Tipi is blown up +* Rustic (1.0.3) + * Fixed rendering crashes with blocks that hold fluids when the fluid doesn't have a sprite + * Axes are now effective on crop sticks +* OreStages (1.12.2-1.0.26) +* Bookshelf (1.12.2-2.3.539) +* Gamestages (1.12.2-1.0.85) +* The Betweenlands (3.3.6) + * Fixed Tar Minion portal dupe (#1237) + * No more death loops! Players will respawn at the last portal if no spawn point is set (#1146) + * Fixed dimwitted advancement not triggering for all torches (#1098) + * Fixed empty buckets having a burn time (#1191) + * Mortar GUI is now right-click and grinding is left-click (#1198) + * Fixed effects stripping Nutrition's gold hearts (#1096) + * Added config to fix Life Crystal ore being invisible with Optifine (Set fullbright blocks to false in config) (#1335) + * Fixed ring EXP dupe (#1380) +* Hunting Dimension (1.12.2-1.0.20) + * Fixed players sometimes spawning in the ground instead of the portal (#1287) +* Galacticraft-Planets (1.12.2-4.0.1.170) +* Galacticraft-Core (1.12.2-4.0.1.170) +* MicDoodleCore (1.12.2-4.0.1.170) +* ExtraPlanets (1.12.2-0.3.2) +* PrimalTech (0.3.2) + * Fix losing logs when doing multiple debarking recipes with a workblade +* Farseek (2.2.5) + * Fix ClassCastException crash (#1377) +* Quark (r1.4-123) + * Fixes a number of issues and crashes +* AutoRegLib (1.3-16) +* Better Advancements (1.12.2-0.0.6.25) + * Correct location for tabs +* The Beneath (1.12.2-1.4.1) + * Teleporting to/from the Beneath should longer get you stuck in walls + * You can no longer teleport to the Beneath while riding something +* Foamfix (0.9.6-1.12.2) + * Improves compat with 3d-in-gui item models +* Overloaded (1.12.2-0.0.47) + * Code refactor + * Asset updates +* Together Forever (1.12.2-1.0.7-13) + * Added a safe check in case the overworld is not loaded +* Triumph (1.12-1.10.3) + * Fix advancement display data not properly syncing to clients on servers +* PrimalCore (1.12.2-0.6.45) + * Properly stop teleporting from Ineris plants in the End dimension. May only affect new generation. +* RFTools (1.12-7.33) +* Smooth Font (1.12.2-1.14.2) +* Simple Generators (1.12.2-2.0.9a) +* Valkyrie Lib (1.12.2-2.0.9b) +* Xnet (1.12-1.6.9) +* Storage Drawers (1.12.2-5.3.6) + +--------------------------------------------------------------------- + +3.0.4 + +Bug Fixes: +* Removed the Craft Studio API mod as it's no longer needed +* Parrots have now been given a cap since they spawn a little too much in some worlds after I increased their spawn in 3.0.3 +* Altered the Vanilla Book recipe so it can actually be made and not conflict with another recipe +* Changed the recipe for Dog Pelt Boots to be craftable in stage zero +* Tweaked the recipe for the Uncrafting Table to fix a potential progression exploit (#1063) +* Staged the recipes for Buildcraft Pipes +* Moved the Hunting Dimension back to stage 1. Now the recipe should match the time a player can go +* Disabled, again, Magnetite ore spawning. It should not have been available +* Added Aquamarine to the Weak Dowsing Rod in stage one +* Fix Lesser Tartaric Gem recipe (#1128) +* Use dye oredict for Elytra dying recipe +* Moved steam to stage 3 (#796) +* Re-added a bunch of missing Mystical Agriculture metal essence recipes (#565) +* Adjust recipes that use milk to stage 3 (#1088) +* Fixed Quartz Glass requiring Natura Glass only, now asks for any blockGlass (#1184) +* Added Blue Dye to all the Modular Machinery Blueprint recipes to eliminate recipe conflicts (#1156) +* Field Manual is now craftable in stage one (#1140) +* Add missing Molten Invar alloying recipe (#1789) + +Enhancement: +* Added Bear Claw drops to all types of bears +* Tweaked Shadow Creature drops just a bit so you will always get at least 1 drop +* Colored the main quest lines to help players find the quest to unlock new stages +* Added a side quest to alert players on how to get Kerosene, Lubricant, and Gasoline +* Ore Samples now spawn underwater +* Prospectors now scan in a 48 block line instead of 32 +* The Betweenlands will no longer spawn common ores, making rare ores more abundant. Note, all ores still spawn in the Overworld and Twilight Forest. + +Mod Updates: +* Triumph advancement tabs are now in order and not just randomly thrown about! Also, previous uncompleted advancements due pack updates or changes should now be auto-completed on world join or able to be completed again. Not everything could be covered on auto-complete sorry for the inconvenience (1.12.2-1.10.1) +* Better with Mods (1.12.-2.0.32) +* Better with Addons (0.3.4) +* Geolosys updated to significantly improve their generation so it does not get overwritten by another block or feature and remove the ore. Also, more stone has been properly added to the config to allow veins to spawn in other types of stones (1.12.2-1.8.10b) +* PrimalTech (0.3.1) +* Mob Grinding Utils (0.3.5) +* PrimalCore fixed a localization issue and a few small tweaks (1.12.2-0.6.44) +* ImmersiveTech fixed GUI's not working. The mod also removed Liquid Green Slime but we have replaced it with a custom liquid. You will be asked to confirm the missing item when loading your world. You can confirm and play as normal (1.12-1.3.7) +* Better Advancements fixed a uncommon rendering crash (1.12.2-0.0.6.24) +* EmberRootZoo (1.12-1.3.7) +* FastWorkbench (1.12.2-1.3.1) +* SmoothFont (1.12.2-1.13.1) + +--------------------------------------------------------------------- + +3.0.3 + +Bug Fixes: +* The Enderman advancement should now only trigger after killing 1 type of endermen, not 6 +* The Darklands advancement no longer triggers on a coralium swamp biome since this biome does not generate the intended mobs and blocks the player needs to find + +Enhancements: +* The following animals have been added to work with Horse Power (I can't guarantee they are diligent workers): Pig, Cow, Llama, Wolf +* Added a ritual in stage 1 to summon parrots using Abyssalcraft +* Added some more parrot spawns to Swamps and Savannahs +* Added a secondary trigger to possibly unlock the Baykok stage instead of killing the mob yourself. Picking up his bow will enable the advancement + +Mod Updates: +* Updated Better With Mods to restore the ability to make Unfired Porcelain in the millstone again (1.12-2.0.31) +* Updated Together Forever to fix a server sync issue (1.12.2-1.0.6-12) +* Updated Item Stages to fix a server side crash (1.12.2-1.0.33) +* Updated Better Advancements to stop the screen from fading when your cursor is on an advancement (1.12.2-0.0.06.22) + + + +--------------------------------------------------------------------- + +3.0.2 + +Bug Fixes: +* Changed the Aquamarine, Vanilla Chest, Necronomicon, Prospector, Furnace, Weirding Gadget, Crafting Table, Chopping Block, Channels, Stone Anvil, and Plumbline Advancement to trigger on Pickup rather than the ore block break or needing to craft the item +* The Apple advancement should now trigger when you have the item in your inventory +* Disable F3 Spawn Chunk information +* Fix "Not repairable" tooltip from disappearing once the item is damaged +* Removed some default recipes for Abyssalcraft statues +* Disable Sphalerite (Geolosys Zinc) ore from spawning +* Fixed Baykok advancement - Players that have it already will need to run `/gamestage add PlayerName baykok` +* Moved the Iron Chisel back to stage two from one +* Animals will no longer flee when placing or breaking a block. They will, however, flee when you kill another animal near them +* Removed Signs from Carry-on due to issues with broken textures and resetting NBT data +* Removed Item Frames from Carry-on due to... issues +* Added a few more pieces of information in tooltips or advancements to help out stuck players +* Added Geolosys Gold Ore to the Prospectors list +* Increased Rock Crystal and Osmium minimum Y level to 3 so it does not get surrounded by bedrock +* Coal has been moved back up to minimum Y48. Note, all existing generation can still potentially be as low as Y8. New generation will be correct +* The temporary fix that allowed an exploit with certain dyes has been mostly removed. Also, Dung and Wither dust are no longer in the ore dictionary for dyes and will not show up in recipes +* Astral Sorcery Illumination Powder and Starlight Crafting Altar recipes should now work correctly +* Added a dye crushing recipe for Cocoa powder + +Mod Updates: +* Updated HWYLA to fix the incorrect block being reported in the tooltip (1.8.25-B40_1.12) +* Updated Smooth Font. The mod has decreased its RAM usage (1.12.2-1.13) +* Updated OreStages to allow placing on "hidden" blocks again (1.12.2-1.0.25) +* Updated Power adapters to fix a crash when certain power types were missing (1.12.2-1.0.6) +* Updated Together Forever which should fix its issues in LAN environments (1.12-1.0.5-11) +* Updated Item Stages. There is a new message for Restricted items that is a bit more clear so players don't mistake it as a bug any longer (1.12.2-1.0.31) +* Updated Immersive Petroleum to fix the lack of GUI's in the last update (1.12.2.-1.1.9) +* Updated Triumph to allow for multiple functions to be run on an advancement (fixing some advancements not triggering stages or rewards) (1.12.2-1.9.0) +* Updated KleeSlabs "Fixed air blocks being considered slabs, causing random slab generation while breaking air (1.12.2-5.4.8) +* Updated Primal Tech to fix issues with fire stick crafting and kilns lagging on servers (0.2.99) +* Updated Integrated Dynamics (1.12.2-0.11.9) +* Updated Carry-on to fix duplication exploits (1.12.2 v1.8) +* Updated Toast Control to latest version (1.12.2-1.4.1) +* Updated Foamfix to latest version (0.9.5-1.12.2) + +Upcoming: +* The Better Advancements update to stop the background from going dark when mousing over an advancement had to be put on hold because of a server crash. Hopefully, it will be ready for the 3.0.3 update +* Content will be included in future updates: More Advancements, Fully implemented Prestige System, etc. The first few updates are specifically focused on bug fixes and major issues that halt game play. Thanks for all the reports so far and thanks for helping to make SevTech awesome! + +--------------------------------------------------------------------- + +Alpha 10 +* Fixed the Wooden Basin recipes +* Altered the consumption chance of liquid starlight for the Stardust recipe +* Disabled Buildcraft world generation +* Fully converted skillable skills to advancements +* Added "Wooden Barrel" and "Market" advancements +* Removed Wooden Tools +* Added recipe for Primal Barrel +* Added a "nicer" recipe for BWM rope as you progress +* Modified BWM Wooden Axle Recipe +* Adjusted recipe for I.E. Pump +* Added "nicer" recipe for Tcon smeltery parts as you progress +* Added Viescraft Core, Frame, Engine, and Balloon recipes +* Adjusted 4x Minecraft torch recipe + +--------------------------------------------------------------------- + +Alpha 9 +* Turned the Better With Mods hunger mechanic off. Sorry for calling everyone fat and obese FeelsBadMan +* Added marble, limestone, and slate to stage 0 so you can now interact with them. I swear it actually works this time +* Turned village generation down slightly +* Turned trumpet skeletons off in the Twilight, they were a bit too frequent +* Allowed the use of Industrial Hemp earlier and added a recipe for BWM Hemp Rope in stage 1 that gives 3x +* Cleaned up / deleted old config files +* Netherrack was added to the compression list +* Totempedia is now a shapeless recipe and edited others to be craftable in 2x2 grids +* Fixed a number of Advancements not giving rewards +* A number of Scripts have been cleaned up +* Removed the Garden Stuff mod +* Added Buildcraft for testing purposes +* Staged the PlayerSkins mod and configured +* Storage Drawer upgrades can now be crafted +* Removed the Skillable Roadwalk upgrade +* Doubled the amount of Luminessence recieved from recipe +* Increased the amount of rails per crafting operation + +--------------------------------------------------------------------- + +Alpha 8 +* This update will most likely break your current world due to passing the block limit +* Removed Viescraft tweaker as it's no longer needed +* Added Mystical Agriculture and Agggggggggraditions and turned off all essence drops +* Hid Redstone blocks and disabled redstone to be used during stage 2 +* Removed Glowstone, redstone, and redstone blocks from loot tables +* Added the Fat Cat Industrialist to the Stage 3 mob spawn table and gave him some pretty cool loot +* Removed a number of decorative blocks from Chisel and Quark to lower total block number +* Added Advanced Rocketry and began configuring for the pack +* Added recipes for Viescraft using the Extended Crafting tables +* Removed the Trash Slot mod +* Staged Actually Additions and removed items from the Ball of Fur drop table +* Thanks to Dawenzel, all the Tcon parts have been staged and will show in JEI when you unlock them + +--------------------------------------------------------------------- + +Alpha 7 +* Added a Stage 1 recipe to Ember Dials +* Charcoal and Coal blocks can now be ground down into pieces of charcoal and coal +* Reworked the torch recipes a bit +* Adjusted the flint crafting recipes +* Tinker Tool Leveling now has a higher XP requirement +* Slats have recipes now +* Staged carpet recipes +* Changed Teacups to use porcelain +* Updated the meshes and recipes +* Fixed the Better With Mods removal scripts not working +* Dung Pipe advancement now allows either item to be placed and not both +* Removed the skillable requirements for seeds +* Added a number of new advancements including the beginnings of stage 3 +* Reduced the amount of Charcoal acquired from Low Grade Charcoal +* Sleeping Mat has functionality to change whether it will set your spawn or not, check the tooltip for info +* Constantan can not be alloyed in a smeltery any longer, it requires using Immersive Engineering methods +* Reduced Direwolf damage yet again! +* Cleaned up the Recurrent Complex structures, hopefully they should be spawning in the correct biomes or dimensions +* Turned down the spawning of Cobalt and Ardite ore in the Nether +* Removed the extra Uranium Ore Clusters so there should NOT be anymore "glowing" blocks on the surface +* Added Iron Backpacks and put it in stage 2 +* Added a fleece recipe in stage 1 +* Lowered the amount of sugar cane needed for a wicker panel to 4 instead of 9 +* Increased the droprate of Ender Pearl dust to 50% instead of 25% +* Disabled the mining upgrade functionality of the Tinkers' sharpening kits since these basically allow you to circumnavigate progression +* Removed the Embers Melter due to it not able to be tweaked +* Fixed string recipes using fleece and shears +* Removed the glowstone drops from Spritelings +* Initial cleanup of Bedrock Ores +* Added an advancement page for Stage 4 and 5 along with root and entry advancements +* Recipes should now be hidden when in the incorrect stage along with certain items + +--------------------------------------------------------------------- + +Alpha 6 +* Fixed the hand grindstone to be craftable/usable at the correct time +* All golems should now trigger the golem advancement +* Added a water requirement to the crafting recipe for pulp +* Added a parent requirement to many advancements +* Fixed the wrong block assigned to complete the pedestal advancement + +--------------------------------------------------------------------- + +Alpha 5 +* Updated the modpack to Minecraft version 1.12.2 +* Fixed the Wooden Basin Mulberry Pulp recipe, it was backwards +* Removed Stellar Sky and Stellar API mods for the time being in an attempt for better overall pack performance +* Added Unidict to unify Ingots, plates, etc. +* Added back Embers recipes +* Disabled Actually Additions Crystal Spawning +* Added the Astral Sorcery Ores to the Tier 2 Prospector + +--------------------------------------------------------------------- + +Alpha 4 +* Changed the total amount of materials for Tool grid repair to 3 instead of 4 +* Cleaned up a number of unnecessary config files +* Added a new gif for the loading screen +* Disabled Better With Mods Pollution and Weather Control in the config +* The Bronze Block can now be hammered into Ingots on the Stone Anvil +* Disabled Quark's multi-textured animals +* Fixed a number of items to use Advancements instead of XP levels to use/place +* Completed the Iron Chest recipes up to stage 2 +* Added a number of new advancements +* Switched Nuclear Physics to large ore veins using Geolosys +* Increased the durability of Better Builder's Wands and Chisel items +* Assigned a number of items to their correct Game Stages +* Edited values of the Immersive Engineering config to disallow oregen in dimension 0(on top of the ores individually disabled) and disabled the I.E. village house(also previously disabled via another method) +* Removed the Crossroads mod +* Switched Aqua Munda to use 'vanilla' style farmland to avoid crops popping off blocks. This will remove all existing tilled farmland created by players in the world +* Added the Nuclear Phyics oregen to the OreTiers hiding file +* Added the Stage 3 trigger into Advancements +* Altered some of the backgrounds for Advancement Stages +* Added parts for Steeleaf and Fiery Ingots from the Twilight Forest to be used in advanced recipes +* Removed a number of items from the Twilight Forest Loot tables +* Removed Bedrock ores from the Carry On mod +* Primal Tech added a Wooden Basin allowing more efficient methods of creating dough, leather, etc. has JEI support +* Debarked Birch logs can now be chopped up +* Added a new Roots structure to worldgen +* Lowered the limit for how many Amphibians, peacocks, ferrets, and hamster type mobs can spawn in the world from Animania +* Slightly lowered the spawn frequency for Fish +* Lowered the max Y limit Magma monsters can spawn to 50 +* Lowered the total amount of Horses and Golems allowed in the world +* Changed the world to generate in a logical 'heat map', cold biomes are far north or south, and warmer biomes are between +* Staged a number of mods in the pack in terms of recipes +* Added text to a variety of advancements to help the player to complete them easier +* Added a side quest advancement to defeat the Boss "baykok" from Totemic and unlock arrows sooner +* Added the Weirding Gadget mod to allow chunkloading in stage 2 +* Added the Caravans mod back into the pack with a small amount of trades available +* Removed the chest inventory search bar +* Added the correct Fir Log slab recipe +* Converted a number of recipes to be Shaped Mirrored +* Fixed Barley Flour cooking the incorrect item on a firepit (now makes flatbread) diff --git a/config/mputils/infopanel/example/page1.txt b/config/mputils/infopanel/example/page1.txt new file mode 100644 index 0000000..5760e92 --- /dev/null +++ b/config/mputils/infopanel/example/page1.txt @@ -0,0 +1,16 @@ +Test Test Test Test + + +Info panels allow you to write tutorials, welcome messages, or any type of information you would like to add into the game. + +If you just want it to start up on first world load. add §e'loadOnLogin:true'§r to your infopanel json file. + +You can also use minecraft books to open the gui. All you have to do is create a minecraft book with nbt data. §9 '{infopanel:}' +§e~~Command Example (For welcome.json example):§9 /give minecraft:book 1 0 {infopanel:welcome}§r + +A quicker command to give the command sender a book for a specfic infopanel. '/mpadmin infopanel ', Auto complete is set up to help you out. + +If you have load on login true, And you want it to retrigger with a new modpack update, just change the json file name. + +§cFiles are read in UTF-8 Encoding! So if you get strange characters. Your file may be the incorrect encoding. Using a tool like Notpad++ will tell your encoding in the bottom right corner. And in a dropdown you can convert the text file. Some editing my be needed. §r + §l§9Click Next for more info on infopanels... diff --git a/config/mputils/infopanel/example/page2.txt b/config/mputils/infopanel/example/page2.txt new file mode 100644 index 0000000..1edacd2 --- /dev/null +++ b/config/mputils/infopanel/example/page2.txt @@ -0,0 +1,13 @@ +When Creating your first infopanel goto your §e'configs/mputils/infopanel'§r +Create a folder with anyname you want. What ever you name your folder wont matter, its just for you. Now since your folder is created. +You will create your controller json file.Your controller json file can be called anything you want. +Make sure your json has a unique name as it is how you will reference it in-game. + +Inside the controller json you can link all your text files. You can have 1 page ,or a lot of pages. + +Just add all your text files into this folder. You are not limited to just 1 controller json in each folder. + +Check the configs for this example to get an idea how to set your new info panels up. + + + §cPlease keep all names lowercase!§r diff --git a/config/mputils/infopanel/example/page3.txt b/config/mputils/infopanel/example/page3.txt new file mode 100644 index 0000000..aa36c44 --- /dev/null +++ b/config/mputils/infopanel/example/page3.txt @@ -0,0 +1,3 @@ +Look page 3! +You can use Minecrafts §9Color §2Codes §6to§r §nmake your InfoPanels look Good. +Setting the 'mustRead' in your json file will force the player to read the infopanel for at least 20 secs. Unless its was opened from a book... This will change to forcing player to read something new only once. At the moment it is what it is. diff --git a/config/mputils/infopanel/example/welcome_example.json b/config/mputils/infopanel/example/welcome_example.json new file mode 100644 index 0000000..c9fea97 --- /dev/null +++ b/config/mputils/infopanel/example/welcome_example.json @@ -0,0 +1,18 @@ +{ + "loadOnLogin": false, + "mustRead": false, + "pages": [ + { + "title": "Getting Started", + "file": "page1" + }, + { + "title": "Extra Pages", + "file": "page2" + }, + { + "title": "Welcome Page 3", + "file": "page3" + } + ] +} diff --git a/config/mputils/infopanel/welcome/page_1.txt b/config/mputils/infopanel/welcome/page_1.txt new file mode 100644 index 0000000..5524661 --- /dev/null +++ b/config/mputils/infopanel/welcome/page_1.txt @@ -0,0 +1,15 @@ + Welcome to SevTech! + +Open the Advancements Window to find out how to progress (Default key "L") + + +WAILA and a Map are not available from the beginning of the modpack, they need to be unlocked. There are many blocks that are hidden until unlocked through progression! + + +**Be aware, if you change a resource pack while the pack is running you will need to fully restart the game due to an issue with items not hiding correctly and recipes not showing. Sorry for the inconvenience!** + + +For Multiplayer Team information use the mod "Together Forever" and check the commands beginning with "/tofe" using in-game chat. + + +This information and changelogs can be accessed again by pausing the game and opening the "What's New" icon on the right side of the screen. \ No newline at end of file diff --git a/config/mputils/infopanel/welcome/welcome.json b/config/mputils/infopanel/welcome/welcome.json new file mode 100644 index 0000000..0c7bc7b --- /dev/null +++ b/config/mputils/infopanel/welcome/welcome.json @@ -0,0 +1,10 @@ +{ + "loadOnLogin": true, + "mustRead": false, + "pages": [ + { + "title": "Getting Started", + "file": "page_1" + } + ] +} diff --git a/config/mputils/mputils.cfg b/config/mputils/mputils.cfg new file mode 100644 index 0000000..3d9b465 --- /dev/null +++ b/config/mputils/mputils.cfg @@ -0,0 +1,13 @@ +# Configuration file + +~CONFIG_VERSION: 1.0.1 + +general { + # Edit mode opens up a set of new tools to use with MPUtils and its addons. [default: false] + B:"Edit Mode"=false + + # Set to true, Will create a "mpinfo.info" file to input modpack data [default: false] + B:"Use MPInfo"=false +} + + diff --git a/config/multipart.cfg b/config/multipart.cfg new file mode 100644 index 0000000..b60c6be --- /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/mundaneredstone.cfg b/config/mundaneredstone.cfg new file mode 100644 index 0000000..cc087a8 --- /dev/null +++ b/config/mundaneredstone.cfg @@ -0,0 +1,50 @@ +# Configuration file + +########################################################################################################## +# generation +#--------------------------------------------------------------------------------------------------------# +# World Generation +########################################################################################################## + +generation { + # Enable Mundane Redstone generation [Why do you have the mod if you are gonna disable this] (default: true) + B:MundaneGenerate=true + + # Remove vanilla Redstone Ore generation (default: true) + B:RemoveVanillaRedstone=false +} + + +########################################################################################################## +# mundanegen +#--------------------------------------------------------------------------------------------------------# +# Mundane Redstone Ore Generation +########################################################################################################## + +mundanegen { + # The chance that the Mundane Redstone Ore generates (default: 8) + I:MundaneChance=6 + + # The maximum height in which the Mundane Redstone Ore can generate (default: 16) + I:MundaneMaxHeight=12 + + # The maximum vein size of the Mundane Redstone Ore (default: 8) + I:MundaneMaxVeinSize=3 + + # The minimum vein size of the Mundane Redstone Ore (default: 2) + I:MundaneMinVeinSize=1 +} + + +########################################################################################################## +# otherconfigurations +#--------------------------------------------------------------------------------------------------------# +# Other Configurative Stuff +########################################################################################################## + +otherconfigurations { + # If this value is true the Mundane Redstone Ore will drop a Vanilla Ore block when mined with silk touch (default: false) + B:SilkVanilla=true +} + + diff --git a/config/mysticalagradditions.cfg b/config/mysticalagradditions.cfg new file mode 100644 index 0000000..074c430 --- /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=false + + # 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 0000000..f781ee1 --- /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=false + + # 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=true +} + + +########################################################################################################## +# seeds +#--------------------------------------------------------------------------------------------------------# +# Enable/Disable seeds individually. +# 0: Disable the seed. +# 1: Soft-enable the seed. (default) +# 2: Force-enable the seed. +########################################################################################################## + +seeds { + I:abyssalnite_seeds=0 + 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=0 + 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=0 + 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=0 + 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=0 + I:guardian_seeds=1 + I:hop_graphite_seeds=0 + 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=0 + I:lumium_seeds=1 + I:magnesium_seeds=0 + 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=0 + I:osmium_seeds=1 + I:peridot_seeds=1 + I:pig_seeds=1 + I:platinum_seeds=2 + 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=0 + 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=0 + I:tanzanite_seeds=1 + I:terrasteel_seeds=1 + I:thaumium_seeds=1 + I:thorium_seeds=0 + 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=0 + 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=0 + + # Percentage chance of a second essence dropping. [range: 0 ~ 100, default: 5] + I:essence_chance=5 + + # Enable Fertilized Essence? [default: true] + B:fertilized_essence=false + + # Percentage chance that a Resource Crop will drop a Fertilized Essence when harvested. [range: 0 ~ 100, default: 5] + I:fertilized_essence_chance=0 + + # 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=0 + + # Enable Mystical Fertilizer? [default: true] + B:mystical_fertilizer=false + + # Percentage chance for a passive mob when killed to drop an Inferium Essence. [range: 0 ~ 100, default: 20] + I:passive_drop_chance=0 + + # 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=0 + + # 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=0 + + # 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=4 + 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=0 + + # 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=0 + + # 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=false + + # Should the nether ores generate in the world? [default: true] + B:generate_nether=false + + # Should the regular ores generate in the world? [default: true] + B:generate_regular=false + + # 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=0 + + # 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=0 + + # 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=0 + + # 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=0 + + # 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 0000000..b65a9c7 --- /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 0000000..d6ab168 --- /dev/null +++ b/config/natura.cfg @@ -0,0 +1,152 @@ +# Configuration file + +~CONFIG_VERSION: 0.2 + +enable-disable { + B:"Drop barley seeds from grass"=false + B:"Drop cotton seeds from grass"=false + B:"Enable Clouds"=false + B:"Enable wheat to flour recipe"=false + B:"Generate Amaranth Trees"=true + B:"Generate Ash Clouds"=true + B:"Generate Barley Crops"=true + B:"Generate Blackberry Bushes"=false + B:"Generate Blightberry Bushes"=true + B:"Generate Bloodwood Trees"=true + B:"Generate Blue Glowshroom"=true + B:"Generate Bluebell Flowers"=true + B:"Generate Blueberry Bushes"=false + 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"=false + B:"Generate Maple Trees"=true + B:"Generate Overworld Clouds"=true + B:"Generate Purple Glowshroom"=true + B:"Generate Raspberry Bushes"=false + 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 + B:"Override Nether"=true +} + + +entities { + B:"Enable Heatscar Spiders"=true +} + + +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" < + 20 + 53 + 144 + 52 + 51 + 50 + 2 + > + I:"Overworld World Generation Dimension Blacklist" < + 20 + 53 + 144 + 52 + 51 + 50 + 2 + > + 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 0000000..95bd1de --- /dev/null +++ b/config/naturescompass.cfg @@ -0,0 +1,173 @@ +# 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.lineOffset=20 +} + + +general { + # naturescompass.biomeBlacklist + S:"A list of biomes that the compass will not be able to search for. Both biome names and numerical biome IDs are accepted." < + A mod doesn't support extended biome IDs -- report to JEID + Abyssal Wastelands + Arctic Abyss + Autumnal Wooded Hills + Autumnal Woods + Badlands + Beach + Birch Forest + Birch Forest Hills + Birch Forest Hills M + Birch Forest M + Birch Forested Hills + Canyon + Cliffs + Coarse Islands + Cold Beach + Cold Taiga + Cold Taiga Hills + Cold Taiga M + Coralium Infested Swamp + Crag Cliffs + Dark Forest + Dark Forest Center + Dark Realm + Deep Mushroom Forest + Deep Ocean + Deep Waters + Dense Twilight Forest + Desert + Desert M + DesertHills + Dreadlands + Dreadlands Forest + Dreadlands Mountains + Enchanted Forest + Extreme Hills + Extreme Hills Edge + Extreme Hills M + Extreme Hills+ + Extreme Hills+ M + Fire Swamp + Firefly Forest + Flower Forest + Forest + Forested Hills + ForestHills + FrozenOcean + FrozenRiver + Fungi Forest + Glacier + Glacier Spikes + Hell + Highlands Center + Ice Mountains + Ice Plains + Ice Plains Spikes + Jungle + Jungle Edge M + Jungle M + JungleEdge + JungleHills + Kepler22b Diamond Plains + Kepler22b Emerald Plains + Kepler22b Gold Plains + Kepler22b Iron Plains + Kepler22b Plains + Kepler22b Purple Maple Forest + Kepler22b Red Desert + Kepler22b Red Maple Forest + Kepler22b WasteLands + Kepler22b Yellow Maple Forest + Lush Hills + Lush Swamp + Marsh 0 + Marsh 1 + Meadow + Mega Spruce Taiga + Mega Taiga + Mega Taiga Hills + Meneglin + Mesa + Mesa (Bryce) + Mesa Plateau + Mesa Plateau F + Mesa Plateau F M + Mesa Plateau M + Mini Jungle + Mountainous Desert + Mushroom Forest + MushroomIsland + MushroomIslandShore + Oak Savanna + Ocean + Omothol + Patchy Islands + Plains + Purged + Purified Dreadlands + Red Desert + Redwood Taiga Hills M + River + Rocky Plateau + Roofed Forest + Roofed Forest M + Ruthless Sands + Savanna + Savanna M + Savanna Plateau + Savanna Plateau M + Sludge Plains + Snowy Coniferous Forest + Snowy Forest + Space + Stone Beach + Storage Cell + Sunflower Plains + Swampland + Swampland M + Swamplands + Swamplands Clearing + Taiga + Taiga M + TaigaHills + Temperate Rainforest + The Beneath + The Beneath + The End + The Void + Thornlands + Torrid Wasteland + Twilight Clearing + Twilight Forest + Twilight Glacier + Twilight Highlands + Twilight Lake + Twilight Stream + Twilight Swamp + Venus Mountain + Venus Valley + Woodlands + > + + # Allows a player to teleport to a located biome when in creative mode, opped, or in cheat mode. + B:naturescompass.allowTeleport=false + + # 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=100000 + + # 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/neat.cfg b/config/neat.cfg new file mode 100644 index 0000000..af59a60 --- /dev/null +++ b/config/neat.cfg @@ -0,0 +1,34 @@ +# Configuration file + +general { + I:"Background Height"=6 + I:"Background Padding"=2 + + # Blacklist uses entity IDs, not their display names. Use F3 to see them in the Neat bar. + S:Blacklist < + Shulker + ArmorStand + Villager + > + B:"Color Health Bar by Type (instead of health percentage)"=false + B:"Display on Bosses"=true + B:"Display on Players"=true + B:"Draw Background"=true + B:"Group Armor (condense 5 iron icons into 1 diamond icon)"=true + I:"HP Text Height"=14 + I:"Health Bar Height"=4 + D:"Height Above Mob"=0.6 + I:"Max Distance"=24 + B:"Only show the health bar for the entity looked at"=true + I:"Plate Size"=25 + I:"Plate Size (Boss)"=50 + B:"Render with Interface Disabled (F1)"=false + B:"Show Armor"=true + B:"Show Attributes"=true + B:"Show Current HP"=true + B:"Show Debug Info with F3"=true + B:"Show HP Percentage"=true + B:"Show Max HP"=true +} + + diff --git a/config/noworldgen5you.cfg b/config/noworldgen5you.cfg new file mode 100644 index 0000000..c5b2931 --- /dev/null +++ b/config/noworldgen5you.cfg @@ -0,0 +1,104 @@ +# Configuration file + +########################################################################################################## +# map_populates +#--------------------------------------------------------------------------------------------------------# +# Allows for various types of chunk populators to be disabled. +########################################################################################################## + +map_populates { + # Should animals generation be disabled? [default: false] + B:disable_animals=false + + # Should dungeon generation be disabled? [default: false] + B:disable_dungeon=false + + # Should fire generation be disabled? [default: false] + B:disable_fire=false + + # Should glowstone generation be disabled? [default: false] + B:disable_glowstone=false + + # Should ice generation be disabled? [default: false] + B:disable_ice=false + + # Should lake generation be disabled? [default: false] + B:disable_lake=false + + # Should lava generation be disabled? [default: false] + B:disable_lava=false + + # Should nether_lava generation be disabled? [default: false] + B:disable_nether_lava=false + + # Should nether_lava2 generation be disabled? [default: false] + B:disable_nether_lava2=false + + # Should nether_magma generation be disabled? [default: false] + B:disable_nether_magma=false +} + + +########################################################################################################## +# map_structures +#--------------------------------------------------------------------------------------------------------# +# Allows for various types of map generators to be disabled. +########################################################################################################## + +map_structures { + # Should cave generation be disabled? [default: false] + B:disable_cave=false + + # Should end_city generation be disabled? [default: false] + B:disable_end_city=false + + # Should mineshaft generation be disabled? [default: false] + B:disable_mineshaft=true + + # Should nether_bridge generation be disabled? [default: false] + B:disable_nether_bridge=false + + # Should nether_cave generation be disabled? [default: false] + B:disable_nether_cave=false + + # Should ocean_monument generation be disabled? [default: false] + B:disable_ocean_monument=false + + # Should ravine generation be disabled? [default: false] + B:disable_ravine=false + + # Should scattered_feature generation be disabled? [default: false] + B:disable_scattered_feature=true + + # Should stronghold generation be disabled? [default: false] + B:disable_stronghold=false + + # Should village generation be disabled? [default: false] + B:disable_village=false + + # Should woodland_mansion generation be disabled? [default: false] + B:disable_woodland_mansion=true +} + + +########################################################################################################## +# scattered_structures +#--------------------------------------------------------------------------------------------------------# +# This category requires the scattered map generator from the map_structures category to be disabled. +########################################################################################################## + +scattered_structures { + # Should dessert_pyramid generation be disabled? [default: false] + B:disable_dessert_pyramid=true + + # Should igloo generation be disabled? [default: false] + B:disable_igloo=true + + # Should jungle_temple generation be disabled? [default: false] + B:disable_jungle_temple=true + + # Should witch_hut generation be disabled? [default: false] + B:disable_witch_hut=true +} + + diff --git a/config/nutrition/effects/example.json b/config/nutrition/effects/example.json new file mode 100644 index 0000000..9ec3dba --- /dev/null +++ b/config/nutrition/effects/example.json @@ -0,0 +1,18 @@ +{ + "name": "example", // Unique Effect ID + "potion": "minecraft:strength", // Potion's resource location (eg. fire_resistance) + "amplifier": 0, // Potion strength + "minimum": 75, // Minimum nutrition level to take effect + "maximum": 100, // Maximum nutrition level to take effect + "detect": "any", // Accepted values: + // 'any': Any nutrient may be in the threshold + // 'average': The average of all nutrients must be in the threshold + // 'all': All nutrients must be in the threshold + // 'cumulative': For each nutrient within the threshold, the amplifier increases by one + "nutrients": [ // A whitelist of nutrient IDs to detect against + "fruit", // If this field is omitted, then all nutrients will be included + "vegetable" // + ], // + "cumulative_modifier": 1, // Amount to increase the amplifier by for each cumulative effect + "enabled": false // Will this effect be active or not +} diff --git a/config/nutrition/effects/mining_fatigue.json b/config/nutrition/effects/mining_fatigue.json new file mode 100644 index 0000000..b398ee5 --- /dev/null +++ b/config/nutrition/effects/mining_fatigue.json @@ -0,0 +1,9 @@ +{ + "name": "mining_fatigue", + "potion": "minecraft:mining_fatigue", + "amplifier": 0, + "minimum": 0, + "maximum": 15, + "detect": "average", + "enabled": true +} diff --git a/config/nutrition/effects/resistance.json b/config/nutrition/effects/resistance.json new file mode 100644 index 0000000..9c12b49 --- /dev/null +++ b/config/nutrition/effects/resistance.json @@ -0,0 +1,9 @@ +{ + "name": "resistance", + "potion": "minecraft:resistance", + "amplifier": 0, + "minimum": 80, + "maximum": 100, + "detect": "average", + "enabled": true +} diff --git a/config/nutrition/effects/strength.json b/config/nutrition/effects/strength.json new file mode 100644 index 0000000..cefe611 --- /dev/null +++ b/config/nutrition/effects/strength.json @@ -0,0 +1,9 @@ +{ + "name": "strength", + "potion": "minecraft:strength", + "amplifier": 0, + "minimum": 90, + "maximum": 100, + "detect": "average", + "enabled": true +} diff --git a/config/nutrition/effects/toughness.json b/config/nutrition/effects/toughness.json new file mode 100644 index 0000000..72cbab9 --- /dev/null +++ b/config/nutrition/effects/toughness.json @@ -0,0 +1,10 @@ +{ + "name": "toughness", + "potion": "nutrition:nourished", + "amplifier": 0, + "minimum": 90, + "maximum": 100, + "detect": "cumulative", + "cumulative_modifier": 5, + "enabled": true +} \ No newline at end of file diff --git a/config/nutrition/effects/weakness.json b/config/nutrition/effects/weakness.json new file mode 100644 index 0000000..13d95d2 --- /dev/null +++ b/config/nutrition/effects/weakness.json @@ -0,0 +1,9 @@ +{ + "name": "weakness", + "potion": "minecraft:weakness", + "amplifier": 0, + "minimum": 0, + "maximum": 10, + "detect": "average", + "enabled": true +} diff --git a/config/nutrition/nutrients/example.json b/config/nutrition/nutrients/example.json new file mode 100644 index 0000000..abd11e8 --- /dev/null +++ b/config/nutrition/nutrients/example.json @@ -0,0 +1,18 @@ +{ + "name": "example", // Unique nutrient ID + "icon": "minecraft:carrot", // Item drawn in nutrient GUI + "color": "72dd5a", // Hexadecimal color used to draw for nutrient bar + "decay": 2.5, // Override global decay multiplier + "enabled": false, // Will this nutrient be active or not + "food": { // + "oredict": [ // List of ore dictionary entries that are included in this nutrient + "listAllveggie", // + "listAllgreenveggie" // + ], // + "items": [ // List of item IDs for foods that are included in this nutrient + "minecraft:carrot", // + "minecraft:apple:1", // + "minecraft:cake" // + ] + } +} diff --git a/config/nutrition/nutrients/fruit.json b/config/nutrition/nutrients/fruit.json new file mode 100644 index 0000000..b158357 --- /dev/null +++ b/config/nutrition/nutrients/fruit.json @@ -0,0 +1,71 @@ +{ + "name": "fruit", + "icon": "minecraft:apple", + "color": "cd73f4", + "enabled": true, + "food": { + "oredict": [ + "cropAvocado", + "cropCandle", + "cropCoconut", + "cropDeathFruit", + "cropDurian", + "cropLifeFruit", + "cropOlive", + "foodApplesauce", + "foodGrapejuice", + "foodRaisins", + "foodToastedcoconut", + "foodVinegar", + "listAllberry", + "listAllfruit", + "listAllsmoothie" + ], + "items": [ + "betterwithaddons:food_mulberry", + "betterwithaddons:food_pie_melon", + "betterwithaddons:laxative", + "betterwithmods:apple_pie", + "extraplanets:apple_diamond", + "extraplanets:apple_iron", + "galacticraftcore:food", + "galacticraftcore:food:2", + "integrateddynamics:menril_berries", + "minecraft:apple", + "minecraft:chorus_fruit", + "minecraft:golden_apple:0", + "minecraft:golden_apple:1", + "minecraft:melon", + "minecraft:pumpkin_pie", + "mysticalagriculture:inferium_apple", + "mysticalagriculture:intermedium_apple", + "mysticalagriculture:prudentium_apple", + "mysticalagriculture:superium_apple", + "mysticalagriculture:supremium_apple", + "natura:edibles:6", + "natura:edibles:7", + "natura:edibles:8", + "natura:edibles:9", + "natura:saguaro_fruit_item", + "pickletweaks:diamond_apple", + "pickletweaks:emerald_apple", + "primal:valus_melon", + "primal:yew_aril", + "primal:yew_aril_seedless", + "progressiontweaks:lime", + "thebetweenlands:candy_blue", + "thebetweenlands:candy_red", + "thebetweenlands:candy_yellow", + "thebetweenlands:christmas_pudding", + "thebetweenlands:forbidden_fig", + "thebetweenlands:jam_donut", + "thebetweenlands:middle_fruit", + "thebetweenlands:middle_fruit_jello", + "thebetweenlands:mince_pie", + "thebetweenlands:sap_jello", + "thebetweenlands:sludge_jello", + "twilightforest:experiment_115", + "thebetweenlands:spirit_fruit" + ] + } +} \ No newline at end of file diff --git a/config/nutrition/nutrients/grain.json b/config/nutrition/nutrients/grain.json new file mode 100644 index 0000000..2340a13 --- /dev/null +++ b/config/nutrition/nutrients/grain.json @@ -0,0 +1,72 @@ +{ + "name": "grain", + "icon": "minecraft:wheat", + "color": "f4d92e", + "enabled": true, + "food": { + "oredict": [ + "bread", + "cropCinnamon", + "cropCoffee", + "cropCotton", + "cropCurryleaf", + "cropMustard", + "cropNutmeg", + "cropRice", + "cropSesame", + "foodCoffee", + "foodDatenutbread", + "foodDonut", + "foodDough", + "foodGarlicbread", + "foodGingerbread", + "foodLavendershortbread", + "foodPumpkinbread", + "foodRicecake", + "foodSausageinbread", + "foodToast", + "foodTortilla", + "foodWalnutraisinbread", + "foodZucchinibread", + "listAllgrain" + ], + "items": [ + "actuallyadditions:item_food:4", + "actuallyadditions:item_food:5", + "actuallyadditions:item_food:6", + "actuallyadditions:item_food:7", + "actuallyadditions:item_food:8", + "actuallyadditions:item_food:10", + "actuallyadditions:item_food:11", + "actuallyadditions:item_food:12", + "actuallyadditions:item_food:14", + "actuallyadditions:item_food:15", + "actuallyadditions:item_food:17", + "actuallyadditions:item_food:18", + "actuallyadditions:item_food:19", + "betterwithaddons:food_bowl_rice", + "betterwithaddons:food_cooked_rice", + "betterwithmods:donut", + "betterwithmods:hearty_stew", + "betterwithmods:tasty_sandwich", + "minecraft:bread", + "minecraft:cake", + "minecraft:cookie", + "minecraft:golden_apple:1", + "primal:corn_bread", + "progressiontweaks:flat_bread", + "thebetweenlands:gerts_donut", + "thebetweenlands:jam_donut", + "thebetweenlands:reed_donut", + "twilightforest:maze_wafer", + "twilightforest:meef_stroganoff", + "actuallyadditions:item_canola_seed", + "actuallyadditions:item_coffee", + "ferdinandsflowers:block_birthday", + "galacticraftcore:food:5", + "galacticraftcore:food:8", + "thebetweenlands:christmas_pudding", + "twilightforest:experiment_115" + ] + } +} \ No newline at end of file diff --git a/config/nutrition/nutrients/protein.json b/config/nutrition/nutrients/protein.json new file mode 100644 index 0000000..1499eaa --- /dev/null +++ b/config/nutrition/nutrients/protein.json @@ -0,0 +1,211 @@ +{ + "name": "protein", + "icon": "minecraft:cooked_beef", + "color": "db6c23", + "enabled": true, + "food": { + "oredict": [ + "egg", + "foodBoiledegg", + "foodClamcooked", + "foodClamraw", + "foodCrabcooked", + "foodCrabraw", + "foodCrayfishcooked", + "foodCrayfishraw", + "foodEelraw", + "foodFirmtofu", + "foodFriedegg", + "foodFrogcooked", + "foodFrograw", + "foodOctopuscooked", + "foodOctopusraw", + "foodScallopcooked", + "foodScallopraw", + "foodShrimpcooked", + "foodShrimpraw", + "foodSilkentofu", + "foodSnailcooked", + "foodSnailraw", + "foodTurtlecooked", + "foodTurtleraw", + "listAllfishcooked", + "listAllfishraw", + "listAllmeatcooked", + "listAllmeatraw", + "listAllnut", + "listAllnutbutter" + ], + "items": [ + "abyssalcraft:friedegg", + "actuallyadditions:item_food", + "actuallyadditions:item_food:3", + "actuallyadditions:item_food:11", + "actuallyadditions:item_food:13", + "actuallyadditions:item_food:14", + "actuallyadditions:item_food:20", + "animalium:bear_meat", + "animalium:bear_meat_cooked", + "animalium:rat_meat", + "animalium:rat_meat_cooked", + "betterwithaddons:food_egg_cooked", + "betterwithaddons:food_fugu_sac", + "betterwithaddons:food_ground_meat", + "betterwithaddons:food_meatballs", + "betterwithaddons:food_pie_amanita", + "betterwithaddons:food_pie_meat", + "betterwithaddons:food_pie_mushroom", + "betterwithaddons:food_pufferfish_cooked", + "betterwithaddons:food_pufferfish_prepared", + "betterwithaddons:food_sashimi", + "betterwithmods:beef_dinner", + "betterwithmods:beef_potatoes", + "betterwithmods:chicken_soup", + "betterwithmods:chowder", + "betterwithmods:cooked_egg", + "betterwithmods:cooked_kebab", + "betterwithmods:cooked_omelet", + "betterwithmods:cooked_scrambled_egg", + "betterwithmods:cooked_wolf_chop", + "betterwithmods:ham_and_eggs", + "betterwithmods:hearty_stew", + "betterwithmods:mystery_meat", + "betterwithmods:pork_dinner", + "betterwithmods:raw_egg", + "betterwithmods:raw_kebab", + "betterwithmods:raw_omelet", + "betterwithmods:raw_scrambled_egg", + "betterwithmods:tasty_sandwich", + "betterwithmods:wolf_chop", + "galacticraftcore:cheese_curd", + "minecraft:beef", + "minecraft:cake", + "minecraft:chicken", + "minecraft:cooked_beef", + "minecraft:cooked_chicken", + "minecraft:cooked_fish:0", + "minecraft:cooked_fish:1", + "minecraft:cooked_mutton", + "minecraft:cooked_porkchop", + "minecraft:cooked_rabbit", + "minecraft:fish:0", + "minecraft:fish:1", + "minecraft:fish:2", + "minecraft:fish:3", + "minecraft:golden_apple:1", + "minecraft:mutton", + "minecraft:porkchop", + "minecraft:pumpkin_pie", + "minecraft:rabbit", + "minecraft:rabbit_stew", + "natura:edibles:1", + "nex:food_meat_ghast_cooked", + "nex:food_meat_ghast_raw", + "primal:bat_meat_cooked", + "primal:bear_meat_cooked", + "primal:cheese_red", + "primal:cheese_white", + "primal:chum", + "primal:fish_clown_cured", + "primal:fish_clown_dried", + "primal:fish_clown_salted", + "primal:fish_puffer_cured", + "primal:fish_puffer_dried", + "primal:fish_puffer_salted", + "primal:gator_meat_cooked", + "primal:gator_meat_raw", + "primal:horse_meat_cooked", + "primal:horse_meat_raw", + "primal:llama_meat_cooked", + "primal:ovis_meat_cooked", + "primal:pigman_meat_cooked", + "primal:shark_meat_cooked", + "primal:shark_meat_cured", + "primal:shark_meat_dried", + "primal:shark_meat_raw", + "primal:shark_meat_rotten", + "primal:shark_meat_salted", + "primal:wolf_meat_cooked", + "primal:wolf_meat_raw", + "tconstruct:edible", + "tconstruct:edible:10", + "tconstruct:edible:11", + "tconstruct:edible:12", + "tconstruct:edible:13", + "tconstruct:edible:14", + "tconstruct:edible:15", + "tconstruct:edible:20", + "tconstruct:edible:21", + "tconstruct:edible:22", + "tconstruct:edible:23", + "thebetweenlands:angler_meat_cooked", + "thebetweenlands:angler_meat_raw", + "thebetweenlands:black_hat_mushroom_item", + "thebetweenlands:bulb_capped_mushroom_item", + "thebetweenlands:crab_stick", + "thebetweenlands:flat_head_mushroom_item", + "thebetweenlands:frog_legs_cooked", + "thebetweenlands:frog_legs_raw", + "thebetweenlands:kraken_calamari", + "thebetweenlands:kraken_tentacle", + "thebetweenlands:mince_pie", + "thebetweenlands:silt_crab_claw", + "thebetweenlands:snail_flesh_cooked", + "thebetweenlands:snail_flesh_raw", + "thebetweenlands:yellow_dotted_fungus", + "twilightforest:cooked_meef", + "twilightforest:cooked_venison", + "twilightforest:experiment_115", + "twilightforest:hydra_chop", + "twilightforest:meef_stroganoff", + "twilightforest:raw_meef", + "twilightforest:raw_venison", + "abyssalcraft:antibeef", + "abyssalcraft:antichicken", + "abyssalcraft:antipork", + "abyssalcraft:beefp", + "abyssalcraft:chickenp", + "abyssalcraft:eggp", + "abyssalcraft:fishp", + "abyssalcraft:porkp", + "betterwithaddons:food_pufferfish_baked", + "betterwithmods:kibble", + "ferdinandsflowers:block_birthday", + "galacticraftcore:food:4", + "galacticraftcore:food:6", + "galacticraftcore:food:7", + "galacticraftcore:food:8", + "galacticraftcore:food:9", + "primal:bat_meat_dried", + "primal:bear_meat_dried", + "primal:bear_meat_salted", + "primal:fish_clown_cooked", + "primal:fish_cod_cured", + "primal:fish_cod_dried", + "primal:fish_cod_salted", + "primal:fish_lava_crawdad_cured", + "primal:fish_lava_crawdad_dried", + "primal:fish_lava_crawdad_salted", + "primal:fish_lava_worm_cured", + "primal:fish_lava_worm_dried", + "primal:fish_lava_worm_salted", + "primal:fish_puffer_cooked", + "primal:fish_salmon_cured", + "primal:fish_salmon_dried", + "primal:fish_salmon_salted", + "primal:gator_meat_cured", + "primal:gator_meat_salted", + "primal:horse_meat_dried", + "primal:llama_meat_salted", + "primal:ovis_meat_dried", + "primal:pigman_meat_cured", + "primal:pigman_meat_dried", + "primal:pigman_meat_salted", + "primal:wolf_meat_dried", + "thebetweenlands:mire_scramble", + "thebetweenlands:mire_snail_egg", + "thebetweenlands:mire_snail_egg_cooked", + "thebetweenlands:sushi" + ] + } +} \ No newline at end of file diff --git a/config/nutrition/nutrients/vegetable.json b/config/nutrition/nutrients/vegetable.json new file mode 100644 index 0000000..b14cf1c --- /dev/null +++ b/config/nutrition/nutrients/vegetable.json @@ -0,0 +1,109 @@ +{ + "name": "vegetable", + "icon": "minecraft:carrot", + "color": "72dd5a", + "enabled": true, + "food": { + "oredict": [ + "cropSunflower", + "cropTea", + "cropTruffle", + "cropVanillabean", + "foodGrilledasparagus", + "foodGrilledeggplant", + "foodGrilledmushroom", + "foodMushroompowder", + "foodMushroomsalad", + "foodStuffedmushroom", + "foodTea", + "foodTruffle", + "foodVanilla", + "foodVeggiesalad", + "listAllgreenveggie", + "listAllmushroom", + "listAllpepper", + "listAllveggie" + ], + "items": [ + "actuallyadditions:item_food:1", + "actuallyadditions:item_food:2", + "actuallyadditions:item_food:3", + "actuallyadditions:item_food:14", + "betterwithaddons:food_amanita_baked", + "betterwithaddons:food_beetroot_baked", + "betterwithaddons:food_beetroot_cooked", + "betterwithaddons:food_carrot_baked", + "betterwithaddons:food_carrot_cooked", + "betterwithaddons:food_mushroom_baked", + "betterwithaddons:food_pie_amanita", + "betterwithaddons:food_pie_mushroom", + "betterwithaddons:food_potato_cooked", + "betterwithmods:beef_dinner", + "betterwithmods:beef_potatoes", + "betterwithmods:chicken_soup", + "betterwithmods:cooked_kebab", + "betterwithmods:cooked_omelet", + "betterwithmods:hearty_stew", + "betterwithmods:pork_dinner", + "betterwithmods:raw_kebab", + "betterwithmods:raw_omelet", + "minecraft:baked_potato", + "minecraft:beetroot", + "minecraft:beetroot_soup", + "minecraft:carrot", + "minecraft:golden_apple:1", + "minecraft:golden_carrot", + "minecraft:mushroom_stew", + "minecraft:poisonous_potato", + "minecraft:potato", + "minecraft:rabbit_stew", + "natura:edibles:11", + "natura:soups:0", + "natura:soups:1", + "natura:soups:2", + "natura:soups:3", + "natura:soups:4", + "natura:soups:5", + "natura:soups:6", + "natura:soups:7", + "natura:soups:8", + "nex:food_mushroom_enoki", + "primal:aconite_petal", + "primal:aconite_root", + "primal:aconite_sprig", + "primal:corn_cob", + "primal:corn_cob_cooked", + "primal:corypha_seed", + "primal:daucus_murn_root_cooked", + "primal:daucus_murn_seeds", + "primal:dry_grass_root", + "primal:dry_grass_seed", + "primal:mushroom_cooked", + "primal:nether_root", + "primal:nether_seed", + "primal:nether_wart_cooked", + "primal:pumpkin_piece", + "primal:valus_seed", + "primal:void_grass_root", + "rustic:chili_pepper", + "rustic:cloudsbluff", + "rustic:core_root", + "rustic:ginseng", + "rustic:marsh_mallow", + "rustic:tomato", + "thebetweenlands:fried_swamp_kelp", + "thebetweenlands:marshmallow", + "thebetweenlands:marshmallow_pink", + "thebetweenlands:nettle_soup", + "thebetweenlands:weeping_blue_petal", + "galacticraftcore:food:1", + "galacticraftcore:food:3", + "primal:corn_ground", + "primal:corn_seeds", + "primal:potato_boiled", + "thebetweenlands:weeping_blue_petal_salad", + "twilightforest:experiment_115", + "thebetweenlands:sushi" + ] + } +} \ No newline at end of file diff --git a/config/nutrition/nutrition.cfg b/config/nutrition/nutrition.cfg new file mode 100644 index 0000000..6cfda7d --- /dev/null +++ b/config/nutrition/nutrition.cfg @@ -0,0 +1,77 @@ +# Configuration file + +"death penalty" { + # The nutrition value subtracted from each nutrient upon death. [range: 0 ~ 100, default: 15] + I:DeathPenaltyLoss=15 + + # The minimum nutrition value that the death penalty may reduce to. [range: 0 ~ 100, default: 30] + I:DeathPenaltyMin=30 + + # On death, should nutrition be reset to DeathPenaltyMin if it's fallen below that value? + # This is recommended to prevent death loops caused by negative effects. [default: true] + B:DeathPenaltyReset=true +} + + +gui { + # The anchor defines which side of the origin to position the button against. + # Accepted values: top, right, bottom, left, top-left, top-right, bottom-right, bottom-left, center [default: top-left] + S:ButtonAnchor=top-left + + # The origin defines the object which the nutrition button will be placed relative to. + # Accepted values: gui, screen [default: gui] + S:ButtonOrigin=gui + + # The nutrition button's X position, relative to its anchor point. [range: -1000 ~ 1000, default: 134] + I:ButtonXPosition=134 + + # The nutrition button's Y position, relative to its anchor point. [range: -1000 ~ 1000, default: 61] + I:ButtonYPosition=61 + + # If the nutrition GUI should be enabled [default: true] + B:EnableGui=true + + # If the nutrition button should be shown on player inventory (hotkey will still function). [default: true] + B:EnableGuiButton=true + + # If foods should show their nutrients on hover. [default: true] + B:EnableTooltips=true +} + + +logging { + # Log foods which have not been registered but are still listed in nutrients. [default: false] + B:LogMissingFood=false + + # Log foods which are registered but do not have any nutrients. [default: false] + B:LogMissingNutrients=false +} + + +nutrition { + # Allow player to continue eating even while full. + # This setting may upset balance, but is necessary for playing in peaceful mode. [default: false] + B:AllowOverEating=false + + # The nutrition value subtracted from foods per additional nutrient, as a percentage. + # This is to prevent large, complex foods from being too powerful. + # (eg. 1 nutrient = 0% loss, 2 nutrients = 15% loss, 3 nutrients = 30% loss) [range: 0 ~ 100, default: 15] + I:LossPerNutrient=15 + + # Value to multiply base nutrition by for each food (eg. 0.5 to halve nutrition gain). [range: 0.0 ~ 100.0, default: 1.0] + S:NutritionMultiplier=1.0 + + # The starting nutrition level for new players. [range: 0 ~ 100, default: 50] + I:StartingNutrition=65 +} + + +"nutrition decay" { + # Global value to multiply decay rate by (eg. 0.5 halves the rate, 2.0 doubles it). This can also be set per-nutrient. [range: -100.0 ~ 100.0, default: 1.0] + S:DecayMultiplier=1.0 + + # Enable nutrition decay when hunger drains. [default: true] + B:EnableDecay=true +} + + diff --git a/config/oeintegration.cfg b/config/oeintegration.cfg new file mode 100644 index 0000000..476745d --- /dev/null +++ b/config/oeintegration.cfg @@ -0,0 +1,45 @@ +# Configuration file + +general { + # true allows Mending and Excavate to be on the same Tool with Enchantments + B:allowMendingEnchantment=true + + # true allows Mending and Excavate to be on the same Tool with Tinkers + B:allowMendingTinkers=true + + # This will disable the chat notification for all Players on the server + B:disableChatNotification=false + + # Setting this config to true will fully disable the mod and you can use OreExcavation normally. + # This is better than ripping out the JAR from the mods folder + B:disableMod=false + + # This will take away the ability to enchant any item that is a tool + S:enchantmentBlacklist < + > + + # A tool in this list will be allowed to get the enchantment as well as any tool + S:enchantmentWhitelist < + minecraft:shears + > + + # The max level of enchantment needed to full power of the tool. + I:maxEnchantmentLevel=5 + + # The amount of tinkers modifers needed to reach full power. + I:maxTinkersModifersCount=25 + + # If the current packmode is in this list then you will be able to mine without the modifier + S:packModesWhitelist < + > + + # Setting this to true toggels the whitelist to a blacklist + B:packModesWhitelistToBlacklistToggle=false + B:ticMicrocrafting=true + + # A tool in this list won't require the enchantment + S:toolWhitelistOverride < + > +} + + diff --git a/config/oreexcavation.cfg b/config/oreexcavation.cfg new file mode 100644 index 0000000..f6523fd --- /dev/null +++ b/config/oreexcavation.cfg @@ -0,0 +1,77 @@ +# Configuration file + +general { + # Allow players to use shape mining [default: true] + B:"Allow Shapes"=true + + # Allows the undo command to overwrite replacables like fluids [default: true] + B:"Allow Undo Replacables"=true + + # Use alternate check for tool validity (e.g. swords on webs) [default: false] + B:"Alt Tools"=false + + # Skips spawning drops in world adding them directly to your inventory [default: false] + B:"Auto Pickup"=false + + # Blocks blacklisted from being excavated [default: ] + S:"Block Blacklist" < + > + + # Amount of exaustion per block excavated [range: 0.0 ~ 3.4028235E38, default: 0.1] + S:Exaustion=0.2 + + # Experience cost per block excavated [range: 0 ~ 2147483647, default: 0] + I:Experience=0 + + # The default game stage required to unlock excavations (requires gamestages to be installed) [default: ] + S:"Game Stage"= + B:"Hide Updates"=true + + # Ignores whether or not the held tool is valid [default: false] + B:"Ignore Tool"=false + + # Inverts the block blacklist to function as a whitelist [default: false] + B:"Invert Block Blacklist"=false + + # Inverts the tool blacklist to function as a whitelist [default: false] + B:"Invert Tool Blacklist"=false + + # The maximum number of blocks that can be excavated at once [range: 1 ~ 2147483647, default: 128] + I:Limit=4096 + + # How many excavations should be kept in undo history (may lead to exploits or instability) [range: 0 ~ 2147483647, default: 3] + I:"Max Undos"=1 + + # Excavation mode (-1 Disabled, 0 = Keybind, 1 = Sneak, 2 = Always) [range: -1 ~ 2, default: 0] + I:Mode=0 + + # Allows players to cancel excavation by releasing the keys [default: true] + B:"Must Hold"=true + + # Limit excavation to standard tool types (Picks, Shoves, Axes & Shears) [default: false] + B:"Only Standard Types"=false + + # Allow excavation with an open hand [default: true] + B:"Open Hand"=true + + # How far from the origin an excavation can travel [range: 1 ~ 2147483647, default: 16] + I:Range=256 + + # The default game stage required to unlock shape mining (requires gamestages to be installed) [default: ] + S:"Shape Stage"= + + # How many blocks per tick can be excavated [range: 1 ~ 2147483647, default: 64] + I:Speed=16 + + # Temporarily reduces excavation speed if TPS begins to slow down [default: true] + B:"TPS Guard"=true + + # Tools blacklisted from excavating [default: ] + S:"Tool Blacklist" < + > + + # Use the side of the block hit to determine shape mining direction [default: true] + B:"Use Side Hit"=true +} + + diff --git a/config/oreexcavation_groups.json b/config/oreexcavation_groups.json new file mode 100644 index 0000000..40abe01 --- /dev/null +++ b/config/oreexcavation_groups.json @@ -0,0 +1,16 @@ +{ + "blockGroups": [ + [ + "treeLeaves" + ], + [ + "logWood" + ] + ], + "strictSubtypes": [ + "cropWheat", + "cropPotato", + "cropCarrot", + "cropNetherWart" + ] +} \ No newline at end of file diff --git a/config/oreexcavation_overrides.json b/config/oreexcavation_overrides.json new file mode 100644 index 0000000..7d2e915 --- /dev/null +++ b/config/oreexcavation_overrides.json @@ -0,0 +1,12 @@ +{ + "overrides": [ + { + "itemID": "examplemod:nerfed_pickaxe:0", + "speed": 1, + "limit": 0, + "range": 0, + "exaustion": 0.1, + "experience": 0 + } + ] +} \ No newline at end of file diff --git a/config/oreexcavation_shapes.json b/config/oreexcavation_shapes.json new file mode 100644 index 0000000..c9c17b5 --- /dev/null +++ b/config/oreexcavation_shapes.json @@ -0,0 +1,40 @@ +{ + "shapes": [ + { + "name": "1x2", + "depth": -1, + "reticle": 12, + "mask": [ + "OOOOO", + "OOOOO", + "OOXOO", + "OOXOO", + "OOOOO" + ] + }, + { + "name": "3x3", + "depth": -1, + "reticle": 12, + "mask": [ + "OOOOO", + "OXXXO", + "OXXXO", + "OXXXO", + "OOOOO" + ] + }, + { + "name": "5x5", + "depth": -1, + "reticle": 12, + "mask": [ + "XXXXX", + "XXXXX", + "XXXXX", + "XXXXX", + "XXXXX" + ] + } + ] +} \ No newline at end of file diff --git a/config/overloaded.cfg b/config/overloaded.cfg new file mode 100644 index 0000000..fe8919b --- /dev/null +++ b/config/overloaded.cfg @@ -0,0 +1,159 @@ +# Configuration file + +general { + + multi-tool { + # 0 - None, 1 Block Place Preview, 2 Block Break Preview, 3 Place/Break Preview. (2/3 WIP)[Default: 1] + I:assistMode=2 + + # Cost that is added on to every block break [Default: 100] + I:breakBaseCost=100 + + # Multiples the Hardness Cost by this. [Default: 1] + I:breakCostMultiplier=1 + + # Cost per meter away [Default: 10] + I:costPerMeterAway=10 + + # Cost that is added on to every place [Default: 100] + I:placeBaseCost=100 + + # Max range Multi-Tool can edit blocks [Default: 128] + I:reach=128 + } + + multi-armor { + # Energy Multiplier for Absolute Damage. [Default: 10] + D:absoluteDamageMultiplier=10.0 + + # Base cost of any defensive action. [Default: 10] + I:baseCost=10 + + # Energy per Air Tick. [Default: 10] + I:costPerAir=10 + + # Energy Cost per food amount to fill. [Default: 1000] + I:costPerFood=1000 + + # Energy Cost per health amount to heal. [Default: 5000] + I:costPerHealth=5000 + + # Energy Cost per Saturation amount to fill. [Default: 4000] + D:costPerSaturation=4000.0 + + # How much energy is used base per damage. [Default: 100] + D:damageMultiplier=100.0 + + # Energy use multiple per flight speed. [Default: 10] + D:energyMultiplerPerFlightSpeed=10.0 + + # Energy use multiplier per ground speed. [Default: 5] + D:energyMultiplierPerGroundSpeed=5.0 + + # Energy per block walked. [Default: 10] + D:energyPerBlockWalked=10.0 + + # Energy used per tick while flying. [Default:10] + I:energyPerTickFlying=10 + + # Energy to Extinguish the player. [Default: 1000] + I:extinguishCost=1000 + + # Max flight speed. [Default: 5] + D:maxFlightSpeed=5.0 + + # Max level to feed up too. [Default By Vanilla MC: 20] + I:maxFoodLevel=20 + + # Max ground speed. [Default: 10] + D:maxGroundSpeed=10.0 + + # Max saturation level to add too. [Default By Vanilla MC: 5 + D:maxSaturationLevel=5.0 + + # Energy Per Tick to use No Clip + I:noClipEnergyPerTick=100000 + + # Energy Cost to remove a potion effect. [Default: 10000] + I:removeEffect=10000 + + # Energy Multiplier for Unblockable Damage. [Default: 10] + D:unblockableMultiplier=10.0 + } + + development { + # Stuff not deemed to be safe yet. IE World Corrupting / Crashing. [Default: false] + B:wipStuff=false + } + + "texture resolutions" { + # Resolution for Blocks. [Default: 256] + I:blockResolution=64 + + # Resolution for Items. [Default: 256] + I:itemResolution=256 + + # Resolution for Multi-Armor. [Default: 256] + I:multiArmorResolution=64 + } + + "matter purifier" { + # Energy Per Hardness of Block. [Default: 1000] + I:energyPerHardness=1000 + + # Energy Per Operation Base. [Default: 10000] + I:energyPerOperation=10000 + } + + "compressed blocks" { + S:compressedBlocks < + minecraft:cobblestone:12:1:true + minecraft:obsidian:8:1:true + > + + # Maximum Texture Resolution of a single block, WARNING setting this to high can break your game's textures / cause you to crash. Higher number means more memory usage [Default: 256] + I:maxTextureWidth=128 + + # Show the hardness of compressed blocks when in item form. [Default: true + B:showHardness=true + } + + "special entires" { + # Do not change without reading https://github.com/CJ-MC-Mods/Overloaded/wiki/Minecraft-Inventory-Mechanic-Bugs#slots-for-infinity-barrel. Reduces performance for compatibility. [Default:: false] + B:infinityBarrelAdditionalSlot=false + + # Fix for rending while noClip is active. May cause issues with some other mods. [Default: true] + B:noClipRenderFix=true + } + + "ray gun" { + # Energy used per shot. [Default: 100000] + I:energyPerShot=100000 + + # Max range to shoot. [Default: 128] + I:maxRange=128 + } + + "rail gun" { + # Damage per RF(FE) spent. [Default: 0.00001 + D:damagePerRF=9.999999747378752E-6 + + # Distance knockback per RF(FE) spent. [Default: 0.000001 + D:knockbackPerRF=9.999999974752427E-7 + + # Maximum energy used per shot. [Default: 2,000,000,000] + I:maxEnergy=2000000000 + + # Max range to shoot. [Default: 128] + I:maxRange=128 + + # Minimum energy used per shot. [Default: 1,000,000] + I:minEngery=10000000 + + # Energy change step (via scroll wheel). [Default: 10,000,000] + I:stepEnergy=10000000 + } + +} + + diff --git a/config/overloaded/compressed.json b/config/overloaded/compressed.json new file mode 100644 index 0000000..03dc045 --- /dev/null +++ b/config/overloaded/compressed.json @@ -0,0 +1,20 @@ +[ + { + "baseRegistryName": "minecraft:cobblestone", + "compressedPathRegistryName": "compressed_cobblestone", + "meta": 0, + "texturePath": "minecraft:textures/blocks/cobblestone.png", + "depth": 16, + "hardnessMultiplier": 9.0, + "recipeEnabled": true + }, + { + "baseRegistryName": "minecraft:obsidian", + "compressedPathRegistryName": "compressed_obsidian", + "meta": 0, + "texturePath": "minecraft:textures/blocks/obsidian.png", + "depth": 16, + "hardnessMultiplier": 9.0, + "recipeEnabled": true + } +] diff --git a/config/pdp.cfg b/config/pdp.cfg new file mode 100644 index 0000000..5741254 --- /dev/null +++ b/config/pdp.cfg @@ -0,0 +1,32 @@ +# Configuration file + +general { + + ########################################################################################################## + # client + #--------------------------------------------------------------------------------------------------------# + # Client-only configs. + ########################################################################################################## + + client { + # The boxes that block destruction particles are allowed to spawn in is expanded by this many meters. + # Min: 0.0 + # Max: 1.7976931348623157E308 + D:"Box Growth"=0.1 + + # If true, block destruction particles only spawn in the collision boxes of blocks that have them, otherwise they will only spawn in their bounding boxes. + B:"Collision Boxes"=true + + # If true, block destruction particles will spawn normally (throughout the block space), otherwise they will only spawn in blocks' collision/bounding boxes. + B:Enabled=true + + # If true, block destruction particles spawn randomly within blocks' collision/bounding boxes, otherwise they will spawn at evenly spaced, pre-determined positions that fall withing expanded versions of those boxes. + B:Random=false + + # If true, and if Chisels & Bits is installed, each particle spawned for a chiseled block will correspond to the bit type at that particle's location.Otherwise, every particle spawned will correspond to the most common but type in the block space. + B:"Spawn Particles Per-Bit"=true + } + +} + + diff --git a/config/pickletweaks.cfg b/config/pickletweaks.cfg new file mode 100644 index 0000000..9928a0b --- /dev/null +++ b/config/pickletweaks.cfg @@ -0,0 +1,370 @@ +# Configuration file + +########################################################################################################## +# features +#--------------------------------------------------------------------------------------------------------# +# All the different features this mod adds. +########################################################################################################## + +features { + # Should Diamond and Emerald Apples be enabled? [default: true] + B:apples=true + + # Should the bow information tooltips be enabled? [default: true] + B:bow_info_tooltip=true + + # Should Coal and Charcoal Pieces be enabled? [default: true] + B:coal_piece=true + + # Should Colored Cobblestone be enabled? [default: true] + B:colored_cobblestone=true + + # Should Dark Glass be enabled? [default: true] + B:dark_glass=true + + # Should the Dye Powders be enabled? [default: true] + B:dye_powder=true + + # Should the Flint Tools be enabled? [default: true] + B:flint_tools=false + + # Should the Hammer be enabled? [default: true] + B:hammer=false + + # Should the hammering ingots into plates recipes be enabled? [default: true] + B:hammer_plate_recipes=false + + # Should the hoe information tooltips be enabled? [default: true] + B:hoe_info_tooltip=true + + # Should the Magnet be enabled? [default: true] + B:magnet=true + + # The radius in which the Magnet shall succ. [range: 1 ~ 16, default: 7] + I:magnet_range=7 + + # Should the Mesh and Reinforced Mesh be enabled? [default: true] + B:mesh=true + + # Here you can define custom names for the mining levels displayed in the 'tool_info_tooltip'. + # - Syntax: level=name + # - 'name' should be exactly how you want it to appear ingame. + # - Example: 0=Literal Trash + # - Levels not defined here will show the numerical value. + S:mining_level_names < + 0=Stone + 1=Iron + 2=Diamond + 3=Obsidian + 4=Cobalt + > + + # Should the Mortar And Pestle be enabled? [default: true] + B:mortar_and_pestle=false + + # Should Night Vision Goggles be enabled? [default: true] + B:nightvision_goggles=true + + # Should right click crop harvesting be enabled? [default: true] + B:right_click_harvest=false + + # Here you can blacklist crops from being right-click-harvestable. + # Syntax: modid:blockid + S:right_click_harvest_blacklist < + > + + # Should the sword information tooltips be enabled? [default: true] + B:sword_info_tooltip=true + + # Should the tool information tooltips be enabled? [default: true] + B:tool_info_tooltip=true + + # Adds a harvest level tooltip to WAILA, using the names from mining_level_names. [default: true] + B:waila_harvest_level=false + + # Should the Watering Can be enabled? [default: true] + B:watering_can=true +} + + +########################################################################################################## +# grid_repair +#--------------------------------------------------------------------------------------------------------# +# Crafting Grid Tool Repair settings. +########################################################################################################## + +grid_repair { + # Here you can add your own repair materials to tools. + # - Syntax: (tool=material) modid:itemid=modid:itemid:meta + # - Example: minecraft:stone_pickaxe=minecraft:apple:0 + # - Note: the tool doesn't have a meta. If no meta is put for the material it will automatically become 0. + # - You can also use the OreDictionary for repair materials. + # - Example: ore:ingotIron would make all items in ingotIron a valid material. + # - Note: additions using OreDictionary seem to require a restart. + # - You can also specify an effectiveness multiplier by adding @ to the repair material. + # - Example: adding @0.5 after the repair material would make that material only 50 percent effective. + S:_repair_materials < + minecraft:stone_hoe=minecraft:cobblestone:0 + primal_tech:stone_mallet=minecraft:stone:0 + totemic:baykok_bow=minecraft:bone + twilightforest:steeleaf_sword=twilightforest:steeleaf_ingot:0 + waterstrainer:garden_trowel=minecraft:flint:0 + thebetweenlands:volarkite=thebetweenlands:items_plant_drop:36 + thebetweenlands:volarkite=minecraft:waterlily:0 + > + + # Here you can blacklist tools from grid repairing. + # - Syntax: modid:itemid + # - Example: minecraft:wooden_pickaxe + S:_tool_blacklist < + primal:flint_hatchet + primal:sharp_bone + > + + # Should you be able to repair armor as well? [default: false] + B:allow_armor=false + + # Makes it so shovels need 50% less material to repair. [default: true] + B:cheaper_shovel=true + + # Should default repair materials be disabled? Doing this makes it so ONLY the custom materials work. [default: false] + B:disable_defaults=false + + # Should Crafting Grid Tool Repairing be enabled? [default: true] + B:grid_repair=true + + # Enabling this makes it so custom repair materials override the default ones for the tools specified. [default: false] + B:override_mode=false + + # How much material should be required to fully repair a tool. [range: 1 ~ 8, default: 4] + I:repair_cost=3 + + # Should the player need atleast a 3x3 table to repair? [default: false] + B:requires_3x3=false +} + + +########################################################################################################## +# paxels +#--------------------------------------------------------------------------------------------------------# +# Paxel settings. +########################################################################################################## + +paxels { + # Should the mod support paxels be enabled? Requires 'paxels' to be enabled. [default: true] + B:mod_support_paxels=true + + # Should the paxels be enabled? [default: true] + B:paxels=false +} + + +########################################################################################################## +# repair_kit +#--------------------------------------------------------------------------------------------------------# +# Add and remove repair kits. +########################################################################################################## + +repair_kit { + # Here you can add your own custom Repair Kits. + # - Syntax: meta=name-color-representativeitem + # - Example: 12=super_kit-123456-minecraft:iron_ingot + # - 'meta' must be different for each, and should not be changed. + # - 'name' should be lower case with underscores for spaces. Repair Kit is added automatically. + # - Example: 'lots_of_spaghetti' would show 'Lots Of Spaghetti Repair Kit'. + # - 'color' the color of the Repair Kit as a hex value. http://htmlcolorcodes.com/ + # - Example: 123456 would color it as whatever that color is. + # - 'representativeitem' is an item id or ore dictionary entry. This is the material the Repair Kit represents, and what it will require to craft. + # - 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. + S:_custom_repair_kits < + > + + # Should repair kits be enabled? [default: true] + B:_enable_repair_kits=true + B:aluminum=true + B:bronze=true + B:constantan=true + B:copper=true + B:diamond=true + B:electrum=true + B:flint=true + B:gold=true + B:invar=true + B:iron=true + B:lead=true + B:nickel=true + B:platinum=true + B:silver=true + B:steel=true + B:stone=true + B:tin=true + B:wood=true +} + + +########################################################################################################## +# tweaks +#--------------------------------------------------------------------------------------------------------# +# All the different things this mod tweaks. +########################################################################################################## + +tweaks { + # Here you can override the hardness of blocks. + # - Syntax: modid:blockid=hardness + # - Example: minecraft:stone=100 + # You can also override using OreDictionary entries. + # - Syntax: ore:orevalue=hardness + # - Example: ore:oreCopper=25 + S:block_hardness < + > + + # Here you can override the blast resistance of blocks. + # - Syntax: modid:blockid=resistance + # - Example: minecraft:stone=100 + # You can also override using OreDictionary entries. + # - Syntax: ore:orevalue=resistance + # - Example: ore:oreCopper=25 + S:block_resistance < + > + + # Should Flint dropped from Gravel be replaced with the item defined in 'flint_drop_item'? [default: true] + B:flint_drop=true + + # Define the item that should replace Flint from Gravel. + # - Syntax: modid:itemid:meta + S:flint_drop_item=minecraft:gravel:0 + + # Here you can override the mining level of blocks. + # - Syntax: modid:blockid:meta=harvestlevel + # - Example: minecraft:stone:0=3 + # - 'meta' can be set to -1 to apply to all metas. + # You can also override using OreDictionary entries. + # - Syntax: ore:orevalue=harvestlevel + # - Example: ore:oreCopper=2 + # You can also set the harvest tool (if required). + # Tools are 'pickaxe' 'axe' 'shovel'. + # - Syntax: modid:blockid:meta=harvestlevel-tool + # - Syntax ore:orevalue=harvestlevel-tool + S:harvest_level < + astralsorcery:blockaltar:-1=0-pickaxe + astralsorcery:blockcustomore:0=2 + astralsorcery:blockritualpedestal:0=0-pickaxe + chisel:obsidian:0=3 + chisel:obsidian:1=3 + chisel:obsidian:2=3 + chisel:obsidian:3=3 + chisel:obsidian:4=3 + chisel:obsidian:5=3 + chisel:obsidian:6=3 + chisel:obsidian:7=3 + chisel:obsidian:8=3 + chisel:obsidian:9=3 + chisel:obsidian:10=3 + chisel:obsidian:11=3 + chisel:obsidian:12=3 + chisel:obsidian:13=3 + chisel:obsidian:14=3 + geolosys:ore_vanilla:2=1 + minecraft:gold_ore:0=1 + minecraft:nether_brick_stairs:-1=2-pickaxe + minecraft:nether_brick:0=2-pickaxe + minecraft:netherrack:0=2 + minecraft:obsidian:0=3 + minecraft:quartz_ore:0=3 + minecraft:stone_slab:6=2 + mysticalagriculture:soulstone:0=3-pickaxe + nex:block_basalt:0=2-pickaxe + nex:block_hyphae:2=2-pickaxe + nex:block_netherrack:0=2-pickaxe + nex:block_netherrack:1=2-pickaxe + nex:block_netherrack:2=2-pickaxe + nex:block_netherrack:3=2-pickaxe + primal:earthwax_block:0=2 + primal:scoria_stone:0=2 + primal:scoria_stone:0=2-pickaxe + tconstruct:ore:0=4 + tconstruct:ore:1=4 + twilightforest:giant_obsidian:0=3 + > + + # Here you can override the max stack size of an itemstack. + # - Syntax: modid:itemid=stacksize + # - Example: minecraft:egg=64 + S:max_stack_size < + death_compass:death_compass=64 + minecraft:egg=64 + minecraft:ender_pearl=64 + minecraft:minecart=16 + minecraft:sign=64 + minecraft:snowball=32 + > + + # Here you can override the mining level of tools. + # - Syntax: modid:itemid=harvestlevel-toolclass + # - Example: minecraft:stone_pickaxe=3-pickaxe + # - 'toolclass' can be 'pickaxe', 'axe', 'shovel', or 'null'. + S:mining_level < + animalium:bear_claw_paxel=2-pickaxe + twilightforest:fiery_pickaxe=2-pickaxe + twilightforest:ironwood_pickaxe=2-pickaxe + twilightforest:knightmetal_pickaxe=2-pickaxe + twilightforest:mazebreaker_pickaxe=2-pickaxe + twilightforest:steeleaf_pickaxe=2-pickaxe + > + + # Here you can define custom tool breaking thresholds for tools. + # - Syntax: modid:itemid=threshold + # - Example: minecraft:iron_pickaxe=20 + # - This makes it so Iron Pickaxes become useless with 20 uses left. + # - This config is mostly meant for things like TF hammers that use more than 1 durability at a time, if they don't already work fine. + S:tool_breaking_thresholds < + bloodmagic:bound_sword=-200 + cyclicmagic:sword_ender=-200 + cyclicmagic:sword_slowness=-200 + cyclicmagic:sword_weakness=-200 + twilightforest:glass_sword=-200 + > + + # Once tools have 1 use left, they become ineffective. [default: true] + B:tools_dont_break=true + + # All hoes listed will not be able to till blocks. + # - Syntax: modid:itemid + # - Example: minecraft:stone_hoe [default: ] + S:useless_hoes < + > + + # All tools listed will not be able to mine blocks. + # - Syntax: modid:itemid + # - Example: minecraft:stone_pickaxe [default: ] + S:useless_tools < + > + + # All weapons listed will not be able to deal damage. + # - Syntax: modid:itemid + # - Example: minecraft:stone_sword [default: ] + S:useless_weapons < + > +} + + +########################################################################################################## +# zebras +#--------------------------------------------------------------------------------------------------------# +# Random stuff that is disabled by default. +########################################################################################################## + +zebras { + # Should the Coins be enabled? [default: false] + B:coins=false + + # Random items for ppm4 that are useless to anyone else. [default: false] + B:ppm4=true + + # Disable the ability to use sharpening kits as modifiers in tinkers. [default: false] + B:sharpening_kits=true +} + + diff --git a/config/placebo.cfg b/config/placebo.cfg new file mode 100644 index 0000000..99a5f4b --- /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: false] + B:"Fast Shapeless Recipes"=false +} + + diff --git a/config/playerbosses.cfg b/config/playerbosses.cfg new file mode 100644 index 0000000..c68e1ac --- /dev/null +++ b/config/playerbosses.cfg @@ -0,0 +1,81 @@ +# Configuration file + +playerbosses { + # Main hand holding [default: minecraft:iron_sword] + S:MainHand=mysticalagriculture:superium_sword + + # Off hand holding [default: minecraft:shield] + S:OffHand=spartanshields:shield_tower_platinum + + # Armor default when not equipped [range: 0 ~ 20, default: 2] + I:armor=20 + + # Natural Despawning [default: false] + B:canDespawnNaturally=false + + # Attack damage without weapons [range: 0 ~ 999, default: 5] + I:damage=12 + + # Show hitboxes for testing [default: false] + B:debugHitboxes=false + + # Exp when killed [range: 0 ~ 99999, default: 500] + I:expDropped=66666 + + # Health value [range: 0 ~ 99999, default: 250] + I:health=690 + + # is immune to fire [default: true] + B:"immune to fire"=true + + # Name in boss bar [default: Severed] + S:name=Sevadus + + # Movement speed value [range: 0.0 ~ 2.0, default: 0.5] + S:speed=0.5 + + ########################################################################################################## + # firstphase + #--------------------------------------------------------------------------------------------------------# + # Initial phase is always bow. + ########################################################################################################## + + firstphase { + # Chance of bow shots in a tick, approximate [range: 0.0 ~ 0.99, default: 0.03] + S:arrowChance=0.03 + + # In first phase, do the arrows have potion effects [default: true] + B:arrowPotions=true + } + + ########################################################################################################## + # secondphase + #--------------------------------------------------------------------------------------------------------# + # Melee Phase + ########################################################################################################## + + secondphase { + # At which percentage of health should it switch to second phase of melee attacks [range: 0.0 ~ 0.99, default: 0.6] + S:healthTrigger=0.66 + } + + ########################################################################################################## + # thirdphase + #--------------------------------------------------------------------------------------------------------# + # Final Magic Phase + ########################################################################################################## + + thirdphase { + # Does it run away while shooting fire in phase three [default: true] + B:doRunaway=true + + # In third phase, how often to fireballs shoot [range: 0.0 ~ 0.99, default: 0.2] + S:fireballChance=0.2 + + # At which percentage of health should it switch to third phase of ghast fireballs [range: 0.0 ~ 0.99, default: 0.15] + S:healthTrigger=0.33 + } + +} + + diff --git a/config/playerskins/settings.cfg b/config/playerskins/settings.cfg new file mode 100644 index 0000000..d36fef9 --- /dev/null +++ b/config/playerskins/settings.cfg @@ -0,0 +1,52 @@ +# Configuration file + +"dungeon spawners" { + # Will added Player Skins to the dungeons spawners List [default: true] + B:"Enable Spawners"=true + + # Changes dungeon spawner weight for PlayerMobs. + # Example is zombies are 200, where skeletons are 100. + # [range: 1 ~ 2147483647, default: 200] + I:"Mob Spawner Weight"=200 +} + + +general { + # Changes the amount of time between grabbing each skin. + # If your not downloading all skins or getting 'too many request errors' + # Try increasing your cache time. Time is in Miliseconds 1000 = 1 Second [range: 1000 ~ 2147483647, default: 2000] + I:"Skins Cache Time"=2000 + + # Meant for Twitch/Other sub whitelist. # One whitelist link per line. + # Example: http://whitelist.twitchapps.com/list.php?id=12345 [default: ] + S:WhiteLists < + https://whitelist.gorymoon.se/list/RBaEKlLZbgrX39xp0vmdr/minecraft_nl + > +} + + +"spawn controls" { + # Chance of Spawning a child player skined mob [range: 0.01 ~ 1.0, default: 0.05] + S:"Baby Spawn Chance"=0.05 + + # Add biomes to a blacklist to prevent spawning in that specifc biome. + # Use biomes names Example: + # ForestHills + # Birch Forest [default: ] + S:"Biome BlackList" < + > + + # Blacklist certain dimensions (ID) from spawning player skinned mobs. + I:"Dimension BlackList" < + 1 + -1 + > + + # Max Spawn group size [range: 1 ~ 20, default: 2] + I:MaxSpawnGroup=2 + + # Weight of PlayerMobs spawning [range: 1 ~ 2147483647, default: 10] + I:SpawnWeight=10 +} + + diff --git a/config/playerskins/skins.json b/config/playerskins/skins.json new file mode 100644 index 0000000..067fe05 --- /dev/null +++ b/config/playerskins/skins.json @@ -0,0 +1,698 @@ +{ + "thrice01": { + "weight": 10 + }, + "artdude543": { + "weight": 10 + }, + "lawl281": { + "weight": 10 + }, + "the_harvstermc": { + "weight": 10 + }, + "Bahroth": { + "weight": 10 + }, + "joshrpg": { + "weight": 10 + }, + "Scelana": { + "weight": 10 + }, + "Shadowwulf": { + "weight": 10 + }, + "Tucker178": { + "weight": 10 + }, + "iChun": { + "weight": 10 + }, + "ShyNieke": { + "weight": 10 + }, + "TheMattaBase": { + "weight": 10 + }, + "Bullorg74": { + "weight": 10 + }, + "Hillistine": { + "weight": 10 + }, + "Notch": { + "weight": 10 + }, + "C418": { + "weight": 10 + }, + "Strange_Mallard": { + "weight": 10 + }, + "Demlou": { + "weight": 10 + }, + "Pahimar": { + "weight": 10 + }, + "Blarghon": { + "weight": 10 + }, + "Animegirl_26": { + "weight": 10 + }, + "Funwayguy": { + "weight": 10 + }, + "Etho": { + "weight": 10 + }, + "Mousmn": { + "weight": 10 + }, + "Arogna": { + "weight": 10 + }, + "Enforcer__": { + "weight": 10 + }, + "zapple94": { + "weight": 10 + }, + "DefiantZombie": { + "weight": 10 + }, + "Dinnerbone": { + "weight": 10 + }, + "NikD100": { + "weight": 10 + }, + "Kashdeya": { + "weight": 10 + }, + "herdyderp": { + "weight": 10 + }, + "lynn_phoenix": { + "weight": 10 + }, + "CrustyMustard": { + "weight": 10 + }, + "starr274": { + "weight": 10 + }, + "Jsl7": { + "weight": 10 + }, + "Bacon_Donut": { + "weight": 10 + }, + "Darkosto": { + "weight": 10, + "specialDrops": [ + { + "itemID": "minecraft:stick", + "metaID": 0, + "chance": 0.2, + "qty": 1, + "nbt": { + "display": { + "Name": "Builders Wand" + } + } + } + ] + }, + "Cyboracle": { + "weight": 10 + }, + "useless2764": { + "weight": 10 + }, + "Xtrema88": { + "weight": 10 + }, + "Preocts": { + "weight": 10 + }, + "Soaryn": { + "weight": 10 + }, + "MisterWiggly": { + "weight": 10 + }, + "MaxwellRU": { + "weight": 10 + }, + "Ladon_Dragon": { + "weight": 10 + }, + "2Squarey": { + "weight": 10 + }, + "ChimneySwift": { + "weight": 10 + }, + "keb911": { + "weight": 10 + }, + "GiantWaffle": { + "weight": 10 + }, + "SWilliams26": { + "weight": 10 + }, + "EvilSeph": { + "weight": 10 + }, + "SUBLIMITER": { + "weight": 10 + }, + "jeb_": { + "weight": 10 + }, + "DatFailGamur": { + "weight": 10 + }, + "ColdMage94": { + "weight": 10 + }, + "Drakma": { + "weight": 10 + }, + "ChosenArchitect": { + "weight": 10 + }, + "Scerion": { + "weight": 10 + }, + "TamasHenning": { + "weight": 10 + }, + "GrenzenlosL": { + "weight": 10 + }, + "OnlyBentley": { + "weight": 10 + }, + "Lemein": { + "weight": 10 + }, + "BramblePatches": { + "weight": 10 + }, + "Mrbysco": { + "weight": 10 + }, + "Traverse_Joe": { + "weight": 10 + }, + "calog3no": { + "weight": 10 + }, + "PurpleMentat": { + "weight": 10 + }, + "Modination": { + "weight": 10 + }, + "JackRuby1": { + "weight": 10 + }, + "Samiratou": { + "weight": 10 + }, + "Tiredbunny": { + "weight": 10 + }, + "Turkey2349": { + "weight": 10 + }, + "Genoskwa": { + "weight": 10 + }, + "DarkHelmet433": { + "weight": 10 + }, + "direwolf20": { + "weight": 10 + }, + "Elapsed": { + "weight": 10 + }, + "postal_insanity": { + "weight": 10 + }, + "OtherWorlds05": { + "weight": 10 + }, + "Venamah": { + "weight": 10 + }, + "Blargerist": { + "weight": 10 + }, + "TheNimbleNinja": { + "weight": 10 + }, + "chaosx339": { + "weight": 10 + }, + "Nevynx": { + "weight": 10 + }, + "Bacail": { + "weight": 10 + }, + "Omegaphoenix2001": { + "weight": 10 + }, + "FatherLawd": { + "weight": 10 + }, + "Random832": { + "weight": 10 + }, + "JaggedCarp": { + "weight": 10 + }, + "Gooderness": { + "weight": 10 + }, + "HawkHD21": { + "weight": 10 + }, + "penthosdaimon": { + "weight": 10 + }, + "Tkdriverx": { + "weight": 10 + }, + "carnalizer": { + "weight": 10 + }, + "Arrig": { + "weight": 10 + }, + "Merivita": { + "weight": 10 + }, + "MechaDom": { + "weight": 10 + }, + "Lady_Tetchi": { + "weight": 10 + }, + "Rhoyder": { + "weight": 10 + }, + "Kehaan": { + "weight": 10 + }, + "Leenra": { + "weight": 10 + }, + "billeybob250": { + "weight": 10 + }, + "vadis365": { + "weight": 10 + }, + "KnightMiner_": { + "weight": 10 + }, + "Kesssa": { + "weight": 10 + }, + "Searge_DP": { + "weight": 10 + }, + "cpw11": { + "weight": 10 + }, + "WayofFlowingTime": { + "weight": 10 + }, + "redsdracomancer": { + "weight": 10 + }, + "PhantomSmithy": { + "weight": 10 + }, + "Hexalan": { + "weight": 10 + }, + "bontavi": { + "weight": 10 + }, + "MrPyrian": { + "weight": 10 + }, + "cardiff3": { + "weight": 10 + }, + "davenonymous": { + "weight": 10 + }, + "OtherWorlds": { + "weight": 10 + }, + "FatherToast": { + "weight": 10 + }, + "k_nord": { + "weight": 10 + }, + "Vert_Startail": { + "weight": 10 + }, + "Gen_Deathrow": { + "weight": 10, + "specialDrops": [ + { + "itemID": "minecraft:cookie", + "metaID": 0, + "chance": 0.2, + "qty": 1, + "nbt": { + "display": { + "Lore": [ + "Here have a cookie for your troubles.", + "Your Friend,", + " GenDeathrow" + ] + } + } + } + ] + }, + "tyrowl": { + "weight": 10 + }, + "blingden": { + "weight": 10 + }, + "ersepul": { + "weight": 10 + }, + "Vazkii": { + "weight": 10 + }, + "MrImbers": { + "weight": 10 + }, + "Shikumi": { + "weight": 10 + }, + "EmberSher": { + "weight": 10 + }, + "ashzification": { + "weight": 10 + }, + "daemondust": { + "weight": 10 + }, + "HellFirePvP": { + "weight": 10 + }, + "Plutosion": { + "weight": 10 + }, + "FreeFull": { + "weight": 10 + }, + "FMKilo": { + "weight": 10 + }, + "sitcheren": { + "weight": 10 + }, + "Grumpyhouse": { + "weight": 10 + }, + "SinfulDeity": { + "weight": 10 + }, + "LexManos": { + "weight": 10 + }, + "Dewdew728": { + "weight": 10 + }, + "SethBling": { + "weight": 10 + }, + "Shadoxbox": { + "weight": 10 + }, + "Muffinlasher": { + "weight": 10 + }, + "Zdziefan": { + "weight": 10 + }, + "Bitmancer": { + "weight": 10 + }, + "Wing_cream": { + "weight": 10 + }, + "ThatGuySimplee": { + "weight": 10 + }, + "LovelessTie": { + "weight": 10 + }, + "darkphan": { + "weight": 10 + }, + "DrMic": { + "weight": 10 + }, + "TheMogMiner": { + "weight": 10 + }, + "Buuz135": { + "weight": 10 + }, + "Jestercrafter": { + "weight": 10 + }, + "Burshaz": { + "weight": 10 + }, + "DannyStrider": { + "weight": 10 + }, + "Muddr": { + "weight": 10 + }, + "DerekSagan": { + "weight": 10 + }, + "UndeadGraduate": { + "weight": 10 + }, + "DanTDM": { + "weight": 10 + }, + "SkySom": { + "weight": 10 + }, + "shimwood": { + "weight": 10 + }, + "CaptainSparklez": { + "weight": 10 + }, + "ANTRat": { + "weight": 10 + }, + "SunsetWhiskey": { + "weight": 10 + }, + "RisingPhoenix1": { + "weight": 10 + }, + "Xephos": { + "weight": 10 + }, + "doogieboo": { + "weight": 10 + }, + "ganymedes01": { + "weight": 10 + }, + "DJ_FLop": { + "weight": 10 + }, + "AdamParamedic": { + "weight": 10 + }, + "Shadows_of_Fire": { + "weight": 10 + }, + "JayJay1989BE": { + "weight": 10 + }, + "BlazingLion838": { + "weight": 10 + }, + "blitzyuk": { + "weight": 10 + }, + "SlothMonster_": { + "weight": 10 + }, + "Lothrazar": { + "weight": 10 + }, + "Kaayasan": { + "weight": 10 + }, + "Jessassin": { + "weight": 10 + }, + "GWSheridan": { + "weight": 10 + }, + "FeignedFilms": { + "weight": 10 + }, + "KnightOfNorway": { + "weight": 10 + }, + "TexanMD": { + "weight": 10 + }, + "Chimeric13": { + "weight": 10 + }, + "Chromogen": { + "weight": 10 + }, + "NotiCon": { + "weight": 10 + }, + "josh_rpg": { + "weight": 10 + }, + "Tempest_Exile": { + "weight": 10 + }, + "DrunkKenobi": { + "weight": 10 + }, + "KingLemming": { + "weight": 10 + }, + "BigAl607": { + "weight": 10 + }, + "flashlego": { + "weight": 10 + }, + "calo_just_calo": { + "weight": 10 + }, + "Wobblypopcycle": { + "weight": 10 + }, + "Marioluigi7896": { + "weight": 10 + }, + "Discokittie": { + "weight": 10 + }, + "Bamboo97": { + "weight": 10 + }, + "Wyld": { + "weight": 10 + }, + "broken_amelia": { + "weight": 10 + }, + "UrjnaswX": { + "weight": 10 + }, + "tfox83": { + "weight": 10 + }, + "witsend66": { + "weight": 10 + }, + "ProfMobius": { + "weight": 10 + }, + "slowpoke101": { + "weight": 10 + }, + "Jandakast": { + "weight": 10 + }, + "Geilolo": { + "weight": 10 + }, + "Jethed": { + "weight": 10 + }, + "TheHivemindAgent": { + "weight": 10 + }, + "Silvrus": { + "weight": 10 + }, + "Gory_Moon": { + "weight": 10 + }, + "Sevadus": { + "weight": 10 + }, + "theawfullwaffle": { + "weight": 10 + }, + "warlock1984": { + "weight": 10 + }, + "fireztonez": { + "weight": 10 + }, + "Sacheverell": { + "weight": 10 + }, + "Grumm": { + "weight": 10 + }, + "ZeldoKavira": { + "weight": 10 + }, + "Vash505": { + "weight": 10 + }, + "SigmaLP": { + "weight": 10 + }, + "treechain": { + "weight": 10 + }, + "Sjin": { + "weight": 10 + }, + "Mhykol": { + "weight": 10 + }, + "Terraj459": { + "weight": 10 + }, + "cowboy377": { + "weight": 10 + }, + "V0odoofyx3n": { + "weight": 10 + } +} \ No newline at end of file diff --git a/config/pneumaticcraft.cfg b/config/pneumaticcraft.cfg new file mode 100644 index 0000000..dde4a0f --- /dev/null +++ b/config/pneumaticcraft.cfg @@ -0,0 +1,463 @@ +# Configuration file + +general { + + ########################################################################################################## + # general + #--------------------------------------------------------------------------------------------------------# + # General stuff that doesn't fit anywhere else + ########################################################################################################## + + general { + # Loss percentage (on average) of Compressed Iron ingots/blocks when exposed to an explosion. Note: this can also be controlled via CraftTweaker. + # Min: 0 + # Max: 100 + I:configCompressedIngotLossRate=20 + + # DEPRECATED: use Minigun / baseDamage + D:configMinigunDamage=4.0 + + # Enable Drone Suffocation Damage + B:enableDroneSuffocationDamage=true + + # Enables the dungeon loot generation of the Nuke Virus and Stop! Worm (not useful in single-player worlds) + B:enableDungeonLoot=true + + # Enable/disable explosion crafting (iron->compressed iron). If you disable this, you'll need another way to get compressed iron initially. + B:explosionCrafting=true + + # Efficiency of fuel buckets as furnace fuel (default 0.05 means 1 bucket of LPG smelts 450 items in a vanilla furnace + D:fuelBucketEfficiencyMultiplier=0.05000000074505806 + + # Maximum number of blocks in the area defined in an Area Programming Puzzle Piece + I:maxProgrammingArea=250000 + + # DEPRECATED: use Minigun / potionProcChance + I:minigunPotionProcChance=15 + + # Fluids as hot or hotter than this temperature (Kelvin) will be auto-registered as Liquid Compressor fuels, the quality being dependent on fluid temperature. + I:minimumFluidFuelTemperature=373 + + # Chance per chunk in percentage to generate an Oil Lake. Set to 0 for no spawns + # Min: 0.0 + # Max: 100.0 + D:oilGenerationChance=0.0 + + # Oil worldgen blacklist: add dimension IDs to this list if you don't want oil worldgen to happen there. + I:oilWorldGenBlacklist < + 0 + 1 + -1 + > + + # Should dyes be used when coloring things (Drones, Logistics Modules, Redstone Modules + B:useUpDyesWhenColoring=false + } + + ########################################################################################################## + # machine_properties + #--------------------------------------------------------------------------------------------------------# + # Settings affecting the operation of machines + ########################################################################################################## + + machine_properties { + # Aerial Interface backwards compat: allow pre-0.8.0 behaviour of getting player's armor inventory from top face, even with Dispenser Upgrade installed + B:aerialInterfaceArmorCompat=true + + # Chance per tick of Crop Supports causing a growth tick. The default, 0.002, is roughly 2.5 times faster than the vanilla growth rate + D:cropSticksGrowthBoostChance=0.002 + + # Changing this value will alter the pressurized air production of the Electric Compressor. The input, EU, will stay the same + I:electricCompressorEfficiency=40 + + # Base chance (1/x) per tick of a lightning strike on/around the Electrostatic Generator + I:electrostaticLightningChance=100000 + + # The max height of an elevator per stacked Elevator Base. + # Min: 1 + # Max: 256 + I:elevatorBaseBlocksPerBase=4 + + # Changing this value will alter the pressurized air production of the Flux Compressor. The input, RF, will stay the same + I:fluxCompressorEfficiency=40 + + # Can the Kerosene Lamp burn any kind of fuel? If false, only Kerosene can be burnt + B:keroseneLampCanUseAnyFuel=true + + # Kerosene Lamp fuel efficiency: higher values mean fuel will last longer in the lamp + D:keroseneLampFuelEfficiency=1.0 + + # Can the Liquid Hopper absorb/dispense fluids into the world with a Dispenser Upgrade? + B:liquidHopperDispenser=true + + # Can the Omnidirectional Hopper dispense items into the world with a Dispenser Upgrade? + B:omniHopperDispenser=true + + # The ratio of liquid plastic to solid plastic sheets in the Plastic Mixer, in mB per sheet. If set to 0, no default liquid->solid plastic recipe will be added (but CraftTweaker or API can be used to add recipes) + # Min: 0 + # Max: 2147483647 + I:plasticMixerPlasticRatio=1000 + + # Changing this value will alter the pressurized air usage of the Pneumatic Dynamo. The output, RF, will stay the same + I:pneumaticDynamoEfficiency=40 + + # Changing this value will alter the pressurized air usage of the Pneumatic Generator. The output, EU, will stay the same. + I:pneumaticGeneratorEfficiency=40 + + # Speed multiplier per speed upgrade: speed mult = speedUpgradeSpeedMultiplier ^ num_of_speed_upgrades + # Min: 1.0 + # Max: 2.0 + D:speedUpgradeSpeedMultiplier=1.5 + + # Fuel usage / heat gen multiplier per speed upgrade: usage mult = speedUpgradeUsageMultiplier ^ num_of_speed_upgrades + # Min: 1.0 + # Max: 2.0 + D:speedUpgradeUsageMultiplier=1.649999976158142 + + # Thermal resistance between opposite faces of the Thermal Compressor. Higher values means heat leaks across (equalizes) more slowly, making the compressor better at converting heat differential to pressure. + D:thermalCompressorThermalResistance=150.0 + } + + ########################################################################################################## + # advanced + #--------------------------------------------------------------------------------------------------------# + # Advanced settings (shouldn't need to touch under normal circumstances) + ########################################################################################################## + + advanced { + # When set to true, the Kerosene Lamp's fake air blocks won't be registered and therefore removed from the world. Useful if this causes trouble (it shouldn't though) + B:disableKeroseneLampFakeAirBlock=false + + # The amount by which any liquid tank's contents must change, as a proportion of the tank's total capacity, to trigger an update to clients. Larger values mean fewer updates but less granularity in client-side fluid rendering. + # Min: 1.0E-4 + # Max: 1.0 + D:liquidTankUpdateThreshold=0.01 + + # When set to true, Drones will not execute any program. This is useful to set to true when due to a bug Drones are lagging your server or crashing it. Please report the bug if you encounter it. + B:stopDroneAI=false + } + + ########################################################################################################## + # recipes + #--------------------------------------------------------------------------------------------------------# + # Enable/disable certain recipes (note: vanilla recipes can be also managed via CraftTweaker) + ########################################################################################################## + + recipes { + # 8 Block of Coal --> 1 Diamond (Pressure Chamber) + B:enableCoalToDiamondsRecipe=false + + # Electric Compressor for IC2 + B:enableElectricCompressorRecipe=true + + # Pneumatic Generator for IC2 + B:enablePneumaticGeneratorRecipe=true + } + + ########################################################################################################## + # client + #--------------------------------------------------------------------------------------------------------# + # Settings affecting only the client + ########################################################################################################## + + client { + # Always show the pressure durability bar for pressurizable items, even when full? + B:alwaysShowPressureDurabilityBar=true + + # Enable Aphorism Tile Drama! http://mc-drama.herokuapp.com/ + B:aphorismDrama=false + + # Drones render their held item (the item in slot 0 of their inventory) ? + B:dronesRenderHeldItem=true + + # Should GUI side tabs be shown with a beveled edge? Setting to false uses a plain black edge, as in earlier versions of the mod + B:guiBevel=true + + # Remote Editor GUI: should GUI controls be snapped to 4x4 grid? + B:guiRemoteGridSnap=false + + # Intensity of the FOV modification when using Pneumatic Leggings speed boost: 0.0 for no FOV modification, higher values zoom out more. Note: non-zero values may cause FOV clashes with other mods. + # Min: 0.0 + # Max: 1.0 + D:leggingsFOVfactor=0.0 + + # Tint Logistics configuration GUI backgrounds according to the colour of the logistics frame you are configuring + B:logisticsGUITint=true + + # Defines the default difficulty of the Programmer shown to the user. 0 = easy, 1 = medium, 2 = advanced + # Min: 0 + # Max: 2 + I:programmerDifficulty=0 + + # Use block lighting for semiblocks (logistics frames, heat frames...). May cause occasional lighting issues - semiblocks appearing unlit - disable this if that's a problem. + B:semiBlockLighting=true + + # Show tank fluids with the The One Probe. Note that TOP also has support for showing tanks, which may or may not be enabled. + B:topShowsFluids=true + + # Should tube modules emit redstone play redstone particle effects when active? + B:tubeModuleRedstoneParticles=true + + # When true, the Pneumatic Helmet will be a model. Warning: this model looks far too good to be in MC (currently ignored) + B:useHelmetModel=false + } + + ########################################################################################################## + # helmet + #--------------------------------------------------------------------------------------------------------# + # Pneumatic Armor HUD layout; use the Armor GUI and 'Move Stat' buttons + ########################################################################################################## + + helmet { + # DEPRECATED: Pneumatic chestplate air conditioning status on left? + B:acStatLeft=false + + # DEPRECATED: Pneumatic chestplate air conditioning status Y + I:acStatX=-25 + + # DEPRECATED: Pneumatic chestplate air conditioning status X + I:acStatY=2 + + # DEPRECATED: Pneumatic helmet block tracker on left? + B:blockTrackerLeft=true + + # DEPRECATED: Pneumatic helmet block tracker X + I:blockTrackerX=-1 + + # DEPRECATED: Pneumatic helmet block tracker Y + I:blockTrackerY=46 + + # DEPRECATED: Pneumatic helmet entity tracker on left? + B:entityTrackerLeft=true + + # DEPRECATED: Pneumatic helmet entity tracker X + I:entityTrackerX=-1 + + # DEPRECATED: Pneumatic helmet entity tracker Y + I:entityTrackerY=90 + + # DEPRECATED: Pneumatic helmet item search on left? + B:itemSearchLeft=true + + # DEPRECATED: Pneumatic helmet item search X + I:itemSearchX=-1 + + # DEPRECATED: Pneumatic helmet item search Y + I:itemSearchY=17 + + # DEPRECATED: Pneumatic helmet message readout on left? + B:messageLeft=false + + # DEPRECATED: Pneumatic helmet message readout X + I:messageX=2 + + # DEPRECATED: Pneumatic helmet message readout Y + I:messageY=2 + + # Pneumatic helmet Path Enabled + B:pathEnabled=true + + # Pneumatic helmet Path Update Rate + I:pathUpdateSetting=1 + + # DEPRECATED: Pneumatic helmet power readout on left? + B:powerLeft=true + + # DEPRECATED: Pneumatic helmet power readout X + I:powerX=-1 + + # DEPRECATED: Pneumatic helmet power readout Y + I:powerY=2 + + # Pneumatic helmet Wire Path + B:wirePath=true + + # Pneumatic helmet X-Ray + B:xRayEnabled=false + } + + ########################################################################################################## + # minigun + #--------------------------------------------------------------------------------------------------------# + # Minigun + ########################################################################################################## + + minigun { + # Armor Piercing Ammo damage multiplier (relative to standard ammo) + D:apAmmoDamageMultiplier=1.25 + + # Armor Piercing Ammo percentage chance to ignore target's armor + # Min: 1 + # Max: 100 + I:apAmmoIgnoreArmorChance=100 + + # Armor Piercing Ammo cartridge size + # Min: 1 + # Max: 30000 + I:armorPiercingAmmoCartridgeSize=250 + + # Base bullet damage of the Sentry Gun, Handheld Minigun, and Drone Minigun, before ammo bonuses are considered + D:baseDamage=4.0 + + # Base range of Minigun, before Range Upgrades are considered + # Min: 5 + # Max: 100 + I:baseRange=50 + + # Explosive Ammo cartridge size + # Min: 1 + # Max: 30000 + I:explosiveAmmoCartridgeSize=125 + + # Minigun Explosive Ammo damage multiplier (relative to standard ammo) + D:explosiveAmmoDamageMultiplier=0.20000000298023224 + + # Explosive Ammo base percentage chance to cause an explosion + I:explosiveAmmoExplosionChance=50 + + # Minigun Explosive Ammo explosion power (ref: 2 = creeper, 4 = TNT + D:explosiveAmmoExplosionPower=1.5 + + # Does Minigun Explosive Ammo damage terrain? + B:explosiveAmmoTerrainDamage=false + + # Freezing Ammo base percentage chance to form ice or snow on blocks which have been hit + # Min: 0 + # Max: 100 + I:freezingAmmoBlockIceChance=20 + + # Freezing Ammo cartridge size + I:freezingAmmoCartridgeSize=500 + + # Freezing Ammo base percentage chance to form ice on entities which have been hit + # Min: 0 + # Max: 100 + I:freezingAmmoEntityIceChance=20 + + # Damage done to entities within the fake 'ice' blocks cause by freezing ammo + D:freezingAmmoFakeIceDamage=1.0 + + # Incendiary ammo base percentage chance to ignite blocks + # Min: 1 + # Max: 100 + I:incendiaryAmmoBlockIgniteChance=20 + + # Incendiary Ammo cartridge size + # Min: 1 + # Max: 30000 + I:incendiaryAmmoCartridgeSize=500 + + # Incendiary ammo base percentage chance to ignite entities + # Min: 1 + # Max: 100 + I:incendiaryAmmoEntityIgniteChance=100 + + # Incendiary ammo fire duration on target entities (seconds) + I:incendiaryAmmoFireDuration=8 + + # Percentage chance per shot of potion-tipped ammo proc'ing the potion effect, before Dispenser Upgrades are considered + # Min: 1 + # Max: 100 + I:potionProcChance=7 + + # Standard Ammo cartridge size + # Min: 1 + # Max: 30000 + I:standardAmmoCartridgeSize=1000 + + # Weighted Ammo air usage multiplier (relative to standard ammo) + D:weightedAmmoAirUsageMultiplier=8.0 + + # Weighted Ammo cartridge size + # Min: 1 + # Max: 30000 + I:weightedAmmoCartridgeSize=250 + + # Weighted Ammo damage multiplier (relative to standard ammo) + D:weightedAmmoDamageMultiplier=2.5 + + # Weighted Ammo range multiplier (relative to standard ammo) + D:weightedAmmoRangeMultiplier=0.20000000298023224 + } + + ########################################################################################################## + # micromissile + #--------------------------------------------------------------------------------------------------------# + # Micromissiles + ########################################################################################################## + + micromissile { + # Base explosion damage (modified by missile setup) + D:baseExplosionDamage=1.0 + + # Do micromissile explosions cause terrain damage? + B:damageTerrain=false + + # Cooldown for missile firing in ticks + I:launchCooldown=15 + + # Base missile lifetime in ticks (modified by missile setup) + I:lifetime=300 + + # Number of micromissiles per pod + I:missilePodSize=100 + } + + ########################################################################################################## + # armor + #--------------------------------------------------------------------------------------------------------# + # Settings affecting Pneumatic Armor operation (other than helmet HUD settings) + ########################################################################################################## + + armor { + # Armor base startup time in ticks (before Speed Upgrades) + I:armorStartupTime=200 + + # Jetboots air usage in mL/tick (per Jet Boots Upgrade) + I:jetbootsAirUsage=6 + } + + ########################################################################################################## + # integration + #--------------------------------------------------------------------------------------------------------# + # Mod Integration + ########################################################################################################## + + integration { + # Immersive Engineering: External Heater heat/RF. The amount of PneumaticCraft heat added by 1 RF. + # Min: 0.0 + # Max: 1.7976931348623157E308 + D:ieExternalHeaterHeatPerRF=0.01 + + # Immersive Engineering: External Heater RF/t. Set to 0 to disable External Heater integration entirely. + # Min: 0 + # Max: 2147483647 + I:ieExternalHeaterRFperTick=100 + + # Mekanism heat conversion efficiency. Smaller values mean Mekanism heat is worth less PneumaticCraft heat. Set to 0.0 to disable Mekanism heat integration entirely. + # Min: 0.0 + # Max: 1.7976931348623157E308 + D:mekHeatEfficiency=0.4 + + # Mekanism thermal resistance multiplier. Larger values mean slower heat transfer. + # Min: 1.0 + # Max: 1.7976931348623157E308 + D:mekThermalResistanceMult=100.0 + + # ToughAsNails: air usage multiplier for the Pneumatic Chestplate Air Conditioning Upgrade. + # Min: 0.0 + # Max: 1.7976931348623157E308 + D:tanAirConAirUsageMultiplier=1.5 + + # Tough As Nails temperature divider; smaller values make PneumaticCraft heat sources have a more pronounced effect on your temperature. Set to 0 to ignore PneumaticCraft heat sources. + D:tanHeatDivider=10.0 + + # Interval in ticks with which to refresh heat information from PneumaticCraft heat sources to Tough As Nails. A larger interval is kinder to the server but will provide less precise temperature data to TAN. + # Min: 1 + # Max: 200 + I:tanRefreshInterval=40 + } + +} + + diff --git a/config/pneumaticcraft/AmadronOffersPeriodic.cfg b/config/pneumaticcraft/AmadronOffersPeriodic.cfg new file mode 100644 index 0000000..1a57e41 --- /dev/null +++ b/config/pneumaticcraft/AmadronOffersPeriodic.cfg @@ -0,0 +1,6 @@ +{ + "description": "Offers in here are periodic. \u003ctimesPerDay\u003e times per Minecraft day, \u003coffersPer\u003e random offers are selected from here.", + "timesPerDay": 1, + "offersPer": 20, + "offers": [] +} \ No newline at end of file diff --git a/config/pneumaticcraft/AmadronOffersStatic.cfg b/config/pneumaticcraft/AmadronOffersStatic.cfg new file mode 100644 index 0000000..69420b6 --- /dev/null +++ b/config/pneumaticcraft/AmadronOffersStatic.cfg @@ -0,0 +1,119 @@ +{ + "description": "Offers in here are static, meaning they will always exist to be traded with, unlike periodic offers.", + "offers": [ + { + "input": { + "id": "stevescarts:modulecomponents", + "damage": 21, + "amount": 8 + }, + "output": { + "id": "pneumaticcraft:pcb_blueprint", + "damage": 0, + "amount": 1 + } + }, + { + "input": { + "id": "stevescarts:modulecomponents", + "damage": 21, + "amount": 8 + }, + "output": { + "id": "pneumaticcraft:assembly_program", + "damage": 0, + "amount": 1 + } + }, + { + "input": { + "id": "stevescarts:modulecomponents", + "damage": 21, + "amount": 8 + }, + "output": { + "id": "pneumaticcraft:assembly_program", + "damage": 1, + "amount": 1 + } + }, + { + "input": { + "id": "stevescarts:modulecomponents", + "damage": 21, + "amount": 14 + }, + "output": { + "id": "pneumaticcraft:assembly_program", + "damage": 2, + "amount": 1 + } + }, + { + "input": { + "id": "oil", + "amount": 10000 + }, + "output": { + "id": "stevescarts:modulecomponents", + "damage": 21, + "amount": 1 + } + }, + { + "input": { + "id": "diesel", + "amount": 8000 + }, + "output": { + "id": "stevescarts:modulecomponents", + "damage": 21, + "amount": 1 + } + }, + { + "input": { + "id": "kerosene", + "amount": 5000 + }, + "output": { + "id": "stevescarts:modulecomponents", + "damage": 21, + "amount": 2 + } + }, + { + "input": { + "id": "lubricant", + "amount": 8000 + }, + "output": { + "id": "stevescarts:modulecomponents", + "damage": 21, + "amount": 1 + } + }, + { + "input": { + "id": "stevescarts:modulecomponents", + "damage": 21, + "amount": 1 + }, + "output": { + "id": "oil", + "amount": 1000 + } + }, + { + "input": { + "id": "stevescarts:modulecomponents", + "damage": 21, + "amount": 5 + }, + "output": { + "id": "lubricant", + "amount": 3000 + } + } + ] +} \ No newline at end of file diff --git a/config/pneumaticcraft/AmadronTradingSettings.cfg b/config/pneumaticcraft/AmadronTradingSettings.cfg new file mode 100644 index 0000000..a15bb2b --- /dev/null +++ b/config/pneumaticcraft/AmadronTradingSettings.cfg @@ -0,0 +1,7 @@ +{ + "description": "Various options to limit the ability of the trading system, to manage spam/abuse on public servers. Most can be changed client-side as well to for example stop notifications if the client wishes. Limitations apply to non-OP players only.", + "maxTradesPerPlayer": 50, + "notifyOfTradeAddition": true, + "notifyOfTradeRemoval": true, + "notifyOfDealMade": true +} \ No newline at end of file diff --git a/config/pneumaticcraft/BlockHeatProperties.cfg b/config/pneumaticcraft/BlockHeatProperties.cfg new file mode 100644 index 0000000..918eb45 --- /dev/null +++ b/config/pneumaticcraft/BlockHeatProperties.cfg @@ -0,0 +1,115 @@ +{ + "Description": [ + "Defines custom heat properties of blocks & fluids, which are keyed by either a blockstate name or a fluid name.", + "Block names MUST be in the form :, fluid names are just a ", + "Blockstate variants should only be used to distinguish subtypes of blocks, never properties such as block-facing.", + "If you're not sure of a fluid name, hold a bucket of the fluid, and type '/dumpNBT'.", + "'temperature' is mandatory for non-fluids; for fluids it uses the fluid's temperature (mod-defined) by default", + "'thermalResistance' defines how quickly heat moves into or out of the block", + "'totalHeat' defines the max amount of heat that can be removed or added before the block undergoes a state change", + "'transformHot' and 'transformCold' define what block/fluid this will become on a state change", + "'transformHotFlowing' and 'transformColdFlowing' are for fluids only and apply to flowing (non-source) fluid blocks" + ], + "defaults": { + "blockThermalResistance": 500, + "fluidThermalResistance": 100, + "fluidTotalHeat": 10000, + "ambientTemperatureBiomeModifier": 25.0, + "ambientTemperatureHeightModifier": 0.1 + }, + "blocks": { + "minecraft:torch": { + "temperature": 1700, + "thermalResistance": 100000 + }, + "minecraft:ice": { + "temperature": 263, + "thermalResistance": 500 + }, + "minecraft:snow": { + "temperature": 268, + "thermalResistance": 1000 + }, + "minecraft:snow_layer": { + "temperature": 268, + "thermalResistance": 50, + "totalHeat": 150, + "transformHot": "minecraft:air" + }, + "minecraft:packed_ice": { + "temperature": 253, + "thermalResistance": 250 + }, + "minecraft:magma": { + "temperature": 1300, + "thermalResistance": 500, + "transformCold": "minecraft:netherrack", + "totalHeat": 2500 + }, + "minecraft:fire": { + "temperature": 1700, + "thermalResistance": 1000, + "transformCold": "minecraft:air", + "totalHeat": 1000 + }, + "ic2:resource[type=uranium_block]": { + "temperature": 473, + "thermalResistance": 500, + "transformCold": "ic2:resource[type=lead_block]", + "totalHeat": 20000 + }, + "immersiveengineering:storage[type=uranium]": { + "temperature": 473, + "thermalResistance": 500, + "transformCold": "immersiveengineering:storage[type=lead]", + "totalHeat": 20000 + }, + "natura:nether_heat_sand": { + "temperature": 750, + "thermalResistance": 500, + "transformCold": "minecraft:sand", + "totalHeat": 1000 + }, + "ic2hot_coolant": { + "totalHeat": 20000, + "thermalResistance": 25, + "transformCold": "ic2coolant" + }, + "ic2coolant": { + "totalHeat": 20000, + "thermalResistance": 25, + "transformHot": "ic2hot_coolant" + }, + "ic2steam": { + "transformHot": "ic2superheated_steam", + "transformCold": "water" + }, + "ic2superheated_steam": { + "transformCold": "ic2steam" + }, + "thermalfoundation:storage_alloy[type=enderium]": { + "totalHeat": 20000, + "thermalResistance": 100, + "temperature": 223, + "transformHot": "thermalfoundation:storage[type=platinum]" + }, + "cryotheum": { + "transformHot": "minecraft:snow" + }, + "quark:blaze_lantern": { + "temperature": 1000, + "totalHeat": 2500, + "transformCold": "minecraft:glowstone" + }, + "quark:biome_cobblestone[variant=fire_stone]": { + "temperature": 423, + "totalHeat": 5000, + "transformCold": "minecraft:cobblestone" + }, + "quark:biome_cobblestone[variant=icy_stone]": { + "temperature": 223, + "totalHeat": 5000, + "transformHot": "minecraft:cobblestone" + } + } +} diff --git a/config/pneumaticcraft/HelmetWidgetDefaults.cfg b/config/pneumaticcraft/HelmetWidgetDefaults.cfg new file mode 100644 index 0000000..51b825f --- /dev/null +++ b/config/pneumaticcraft/HelmetWidgetDefaults.cfg @@ -0,0 +1,6 @@ +{ + "description": "Tracks the active upgrades for the Pneumatic Armor", + "active": [ + "pneumaticHelmet.upgrade.coreComponents" + ] +} \ No newline at end of file diff --git a/config/pneumaticcraft/MicromissileDefaults.cfg b/config/pneumaticcraft/MicromissileDefaults.cfg new file mode 100644 index 0000000..87e83ca --- /dev/null +++ b/config/pneumaticcraft/MicromissileDefaults.cfg @@ -0,0 +1,4 @@ +{ + "Description": "Stores default Micromissile settings on a per-player basis", + "defaults": {} +} \ No newline at end of file diff --git a/config/pneumaticcraft/PneumaticArmorHUDLayout.cfg b/config/pneumaticcraft/PneumaticArmorHUDLayout.cfg new file mode 100644 index 0000000..aff02b1 --- /dev/null +++ b/config/pneumaticcraft/PneumaticArmorHUDLayout.cfg @@ -0,0 +1,35 @@ +{ + "Description": "Stores the layout of Pneumatic Armor HUD elements", + "stats": { + "power": { + "x": -0.0010416667, + "y": 0.0037037036, + "leftSided": true + }, + "message": { + "x": 0.0020833334, + "y": 0.0037037036, + "leftSided": false + }, + "blockTracker": { + "x": -0.0010416667, + "y": 0.085185185, + "leftSided": true + }, + "entityTracker": { + "x": -0.0010416667, + "y": 0.16666667, + "leftSided": true + }, + "itemSearch": { + "x": -0.0010416667, + "y": 0.031481482, + "leftSided": true + }, + "airCon": { + "x": -0.026041666, + "y": 0.0037037036, + "leftSided": false + } + } +} \ No newline at end of file diff --git a/config/pneumaticcraft/ProgrammingPuzzleBlacklist.cfg b/config/pneumaticcraft/ProgrammingPuzzleBlacklist.cfg new file mode 100644 index 0000000..fe1ce54 --- /dev/null +++ b/config/pneumaticcraft/ProgrammingPuzzleBlacklist.cfg @@ -0,0 +1,5 @@ +{ + "description": "In the \u0027blacklist\u0027 tag you can put the programming puzzle names that need to blacklisted from this instance. When they were used in existing programs already they will be deleted. A list of all programming puzzle names can be seen in \u0027allWidgets\u0027.", + "allWidgets": [], + "blacklist": [] +} \ No newline at end of file diff --git a/config/pneumaticcraft/thirdparty.cfg b/config/pneumaticcraft/thirdparty.cfg new file mode 100644 index 0000000..b5687de --- /dev/null +++ b/config/pneumaticcraft/thirdparty.cfg @@ -0,0 +1,28 @@ +{ + "description": "Enable/disable integration of specific third-party mods", + "enabled_mods": { + "industrialforegoing": true, + "toughasnails": false, + "theoneprobe": false, + "immersiveengineering": true, + "baubles": true, + "computercraft": false, + "waila": true, + "opencomputers|core": false, + "botania": false, + "crafttweaker": true, + "cofhcore": false, + "thaumcraft": false, + "enderio": false, + "immersivepetroleum": true, + "mekanism": true, + "igwmod": false, + "ic2": false, + "opencomputers": false, + "patchouli": false, + "buildcraftcore": true, + "forestry": false, + "openblocks": false, + "appliedenergistics2": true + } +} \ No newline at end of file diff --git a/config/poweradapters.cfg b/config/poweradapters.cfg new file mode 100644 index 0000000..aa89a33 --- /dev/null +++ b/config/poweradapters.cfg @@ -0,0 +1,26 @@ +# Configuration file + +general { + # The amount of internal power one unit of FU is worth. [range: 1 ~ 1024, default: 25] + I:convertFU=25 + + # The amount of internal power one unit of MJ is worth. [range: 1 ~ 1024, default: 100] + I:convertMJ=100 + + # The amount of internal power one unit of RF is worth. [range: 1 ~ 1024, default: 25] + I:convertRF=25 + + # The amount of internal power one unit of Tesla is worth. [range: 1 ~ 1024, default: 25] + I:convertTesla=25 + + # The maximum amount of power the converter can hold. [range: 1 ~ 2147483647, default: 5000] + I:converterCapacity=200000 + + # The maximum amount of power the converter can accept [range: 1 ~ 2147483647, default: 500] + I:converterInputRate=12800 + + # The maximum amount of power the converter can release [range: 1 ~ 2147483647, default: 500] + I:converterOutputRate=12800 +} + + diff --git a/config/prestige.cfg b/config/prestige.cfg new file mode 100644 index 0000000..060477a --- /dev/null +++ b/config/prestige.cfg @@ -0,0 +1,15 @@ +# Configuration file + +colours { + I:"Purchasable Colour"=16777215 + I:"Purchased Colour"=52428 + I:"Unavailable Colour"=13369344 +} + + +gameplay { + # Prestige window on a new world [default: false] + B:NewWorldMode=false +} + + diff --git a/config/primal/primal.cfg b/config/primal/primal.cfg new file mode 100644 index 0000000..4c83f93 --- /dev/null +++ b/config/primal/primal.cfg @@ -0,0 +1,1733 @@ +# Configuration file + +compatibility { + # Add smelter recipes for Applied Energistics + B:AE2_SMELTER_RECIPES=false + + # Add alternate mud recipes to overcome conflicts from other mods + B:ALTERNATE_MUD_RECIPES=true + + # Armor items that should be ignored by the swap feature + S:BLACKLIST_ARMOR_SWAP < + openblocks:sleeping_bag + improvedbackpacks:backpack + > + + # Additional items, that while in a players hand, will not trigger blocks that can be picked up, such as covered barrels, crates, etc.. + S:BLACKLIST_BLOCK_PICKUP < + thaumcraft:thaumometer + > + + # Add tool recipes for deconstructing certain common items such as wooden doors or boats.. + B:DECONSTRUCTION_RECIPES=false + + # Ore Dictionary Vanilla ClayLike Ball as clayball + B:DICTIONARY_CLAYBALL=true + + # Ore Dictionary Vanilla fences as fenceWood and gateWood + B:DICTIONARY_FENCES=true + + # Ore Dictionary Vanilla Levers as blockLever + B:DICTIONARY_LEVERS=true + + # Ore Dictionary Vanilla Magma Cream as slimeball + B:DICTIONARY_MAGMACREAM=true + + # Ore Dictionary Vanilla meats to listAllmeatraw and listAllmeatcooked + B:DICTIONARY_MEATS=true + B:DICTIONARY_PRIMALCLAY=true + + # Ore Dictionary Vanilla logs/planks types, such as logOak/plankOak + B:DICTIONARY_WOOD=true + + # Attempt to disable various jetpacks, this is mostly for survival server play where personal flight isnt desired + B:DISABLE_JETPACKS=false + B:ENABLE_CLAY_BUCKET=false + + # Enable gallagher Recipes for metal plates, these are registered with the ore dictionary as plate[Name]. + B:ENABLE_GALLAGHER_PLATES=false + B:ENABLE_SHARED_METALS=true + + # Add smelter recipes for EnderIO + B:ENDERIO_SMELTER_RECIPES=false + + # Add pelt and fat drops to Familiar Fauna Deer + B:FAMILIAR_FAUNA_DEER_DROPS=false + S:FIRE_SOURCE_ITEMS < + minecraft:magma + thebetweenlands:sulfur_torch + totemic:totem_torch + primal_tech:fibre_torch_lit + > + B:GEOLOSYS_SMELTER_RECIPES=false + + # Cause the Grue to ignore players with Night Vision + B:GRUE_IGNORE_NIGHT_VISION=true + + # Add shapeless recipes for converting Pam's HarvestCraft fish + B:PAMS_SHAPELESS_FISH=true + + # Allow integration with Primal Tech Torches + B:PTECH_TORCH_INTEGRATION=true + + # A compliment to build-in recipe removal, this attempts to remove crafting for the listed items, format is minecraft:ender_chest + S:RECIPE_REMOVAL < + > + + # Tough As Nails Integration, Ovis Atre armor Temperature Bonus. + I:TAN_ARMOR_OVIS_HEAT_BONUS=2 + + # Tough As Nails Integration, Wolf armor Temperature Bonus. + I:TAN_ARMOR_WOLF_HEAT_BONUS=2 + + # Tough As Nails Integration, Replace water in cauldron recipes with Purified Water, this includes the fluid collected by rainfall in barrels and the primal cauldron + B:TAN_PURIFIED_WATER=true + + # Add smelter recipes for Thaumcraft Ore Clusters + B:THAUMCRAFT_SMELTER_RECIPES=false + + # Replace the class of vanilla grass paths so it remains a path when touching certain blocks such as fence gates + B:VANILLA_GRASS_PATH_FIX=false +} + + +development { + # Used for dev environments + B:ENABLE_PLAYER_TESTING=false + + # Globally Enable TESRs for all Primal Tile Entity blocks with special rendering, shelves, racks, barrels, etc + B:ENABLE_TESR=true + + # Enable rendering for items held in the work table crafting grids + B:ENABLE_WORKTABLE_RENDERING=true + + # Hide colored wattle blocks in creative menu and jei + B:HIDE_CREATIVE_COLORED_WATTLE=true + + # ... + I:LOG_FILTER < + > + + # Max ID range for the forge registries used to store custom recipes, default is 0-1000 + # Min: 1 + # Max: 10000 + I:RECIPE_REGISTRY_MAX_ID=1000 + + # Max distance squared that tile rending for things such as shelf items will occur. Setting to 0 effectively disables rendering. + # Min: 0 + # Max: 32 + D:TILE_RENDER_DISTANCE=16.0 + D:TILE_RENDER_DISTANCE_SQUARE=256.0 +} + + +features { + # How many bottles are able to stack, this only effects primal bottles, such as tannin or urushi + I:BOTTLE_STACKSIZE=16 + + # Output amount from the cobblestone recipe + # Min: 1 + # Max: 64 + I:COBBLESTONE_RECIPE_OUTPUT=2 + + # Disable the in-world drops for flint. This overrides the extra-flint option. + B:DISABLE_FLINT_DROPS=false + + # Right clicking armor in hand will swap with with worn armor + B:ENABLE_ARMOR_SWAP=true + + # Enable In-World axe recipes. + B:ENABLE_AXE_RECIPES=true + + # Enable In-World Crafting fpr the firepit. + B:ENABLE_FIRE_PIT_CRAFTING=true + + # Enable the in-world flaking of materials such as flint or obsidian. + B:ENABLE_FLAKING_RECIPES=true + + # Register fuel values for numerous items. + B:ENABLE_FUELS=true + + # Enable In-World hoe recipes, for items such as nether farmland. This does not effect vanilla recipes such as farmland + B:ENABLE_HOE_RECIPES=true + + # Enable the LANDING_BLOCKS_SAFE feature, this allows disabling the builtin material checks + B:ENABLE_LANDING_SAFE=true + + # Sneak-right clicking a lever in world will pickup the block as an item + B:ENABLE_LEVER_PICKUP=false + + # Harvesting wet farmland produces mud clumps rather than dirt. + B:ENABLE_MUD_HARVEST_FARMLAND=false + + # Enable In-World shovel recipe for turning dirt into path blocks, could conflict with BWMs + B:ENABLE_SHOVEL_DIRT_PATH=false + + # Enable In-World shovel recipes, for items such as nether earth path. This does not effect vanilla recipes such as grass paths + B:ENABLE_SHOVEL_RECIPES=true + + # Enable the smoke and ash_bin placement from various sources. + B:ENABLE_SMOKE=true + + # Enable Various Stair types. Could save a few Block IDs + B:ENABLE_STAIRS=true + + # Sneak-right clicking a torch in world will pickup the block as an item + B:ENABLE_TORCH_PICKUP=true + + # Enable Wattle and WattleDaubOld blocks and items. This is disabled by default to save block IDs until I have time to rewrite. + B:ENABLE_WATTLE_DAUB=false + + # Chance of success with the fire bow, higher is less likely + I:FIREBOW_DIFFICULTY=8 + + # Harvest level for the flint tools, default is 2 due to lack of iron in the nether. Vanilla values, Wood/Gold 0, Stone 1, Iron 2, Diamond 3 + I:FLINT_TOOL_HARVEST_LEVEL=1 + + # Falling or jumping onto certain blocks, such as leaves, snow, ash, absorbs some damage and breaks the associated blocks + S:LANDING_BLOCKS_SAFE < + primal:thatch_wet + primal:thatch + primal:thatch_nether + primal:ash_layer + primal:mud_wet + primal:terraclay_block + primal:cinisclay_block + biomesoplenty:ash_block + minecraft:snow + minecraft:hay_block + minecraft:wool + minecraft:pumpkin + minecraft:melon_block + minecraft:glass + minecraft:stained_glass + minecraft:glass_pane + minecraft:stained_glass_pane + > + + # Output amount from the mortar recipe + # Min: 1 + # Max: 64 + I:MORTAR_RECIPE_OUTPUT=32 + + # Base Amount of damage from a thrown mud-like projectiles + D:MUD_DAMAGE=0.0 + + # Modifier to the update speed of wet mud blocks set to dry in world + # Min: 0.1 + # Max: 100.0 + D:MUD_DRYING_MODIFIER=1.0 + + # Chance of nether growth blocks decaying into netherrack per update + # Min: 0 + # Max: 24000 + I:NETHER_GROWTH_DECAY=16 + + # Modifier to the update speed of nether growth blocks that are attempting to spread, setting to 0 will disable updates completely + # Min: 0.0 + # Max: 100.0 + D:NETHER_GROWTH_MODIFIER=1.0 + + # Chance of nether growth blocks attempting to spread, setting to 0 will disable spread completely + # Min: 0.0 + # Max: 1.0 + D:NETHER_GROWTH_SPREAD=0.03 + D:NETHER_GROWTH_TICK_RATE=1.0 + + # Harvest level for the quartz tools, default is 2 due to lack of iron in the nether. Vanilla values, Wood/Gold 0, Stone 1, Iron 2, Diamond 3 + I:QUARTZ_TOOL_HARVEST_LEVEL=2 + + # Base Amount of damage from a thrown rock + D:ROCK_DAMAGE=1.5 + + # How many rocks can a rock stacker stack? + I:ROCK_STACKSIZE=64 + + # Modifier to the update speed of wet thatch blocks set to dry in world + # Min: 0.1 + # Max: 100.0 + D:THATCH_DRYING_MODIFIER=1.0 + + # Modifier for how far away wooden slats can be from thatch and still provide support + I:THATCH_SUPPORT_RANGE=2 + + # Enable the in-world bark removal. Used by the work blocks on log blocks + B:WORK_BLADE_BARK_HARVEST=true +} + + +flammability { + # Calcified Paraffin is Flammable in-world + B:CALCIFIED_PARAFFIN_BURNS=false + B:EARTHWAX_BURN=false + + # Additional blocks to be treated as sources of fire for purposes of heat and igniting items such as the primal torches + S:FIRE_SOURCE_BLOCKS < + minecraft:torch + minecraft:lit_furnace + minecraft:lit_pumpkin + minecraft:magma + rustic:iron_lantern + natura:lit_netherrack_furnace + thebetweenlands:sulfur_torch + primal_tech:fibre_torch_lit + primal:nether_growth + primal:torch_wood + primal:torch_nether + primal:lantern_torch + primal:lantern_nether + primal:lantern_ignis + primal:jackolantern + primal:hibachi + primal:smelter + > + + # Additional items to be treated as sources of fire for purposes of igniting items such as the primal torches. Not all items work ie: totemic:totem_torch, primal_tech:fibre_torch_lit + S:FIRE_SOURCE_ITEMS < + minecraft:magma + thebetweenlands:sulfur_torch + totemic:totem_torch + primal_tech:fibre_torch_lit + primal_tech:fire_sticks + > + + # Additional blocks to be treated as sources of strong heat for purposes of heating cauldrons, drying racks, or similar blocks, this is generally expected to be hotter than the average FIRE_SOURCE_BLOCKS + S:HEAT_SOURCE_BLOCKS < + minecraft:magma + minecraft:lit_furnace + primal:nether_growth + primal:hibachi + primal:smelter + > + + # Chance that fire will spread and consume this block. 300 being a 100% chance and 0 being a 0% chance + I:THATCH_BURN_CHANCE=120 + + # Called when fire is updating on a neighbor block. The higher the number returned, the faster fire will spread around this block + I:THATCH_FIRE_SPREAD=60 + + # How likely are torch arrows that fail to place a torches to set flammable materials on fire. Higher is less likely per tick, 0 will disable + I:TORCH_ARROW_FIRE=4 + + # How likely are Overworld torches to set entities touching them on fire. Higher is less likely, think in large numbers as the check runs continually on block collision + I:TORCH_ENTITY_BURN=500 +} + + +fluids { + # Enable primal terra clay bucket. this is useful if you hate buckets + B:BUCKETS_CINIS_ENABLED=false + + # Enable vanilla clay bucket. this is useful if another mod already adds a bucket such as Ceramics + B:BUCKETS_CLAY_ENABLED=false + + # Allow unsafe buckets to pickup hot fluids, do so at the player's peril + B:BUCKETS_PICKUP_HOT_FLUIDS=false + + # Enable primal terra clay bucket. this is useful if you hate buckets + B:BUCKETS_TERRA_ENABLED=false + + # Enable various block generation by mixing blocks in-world with Primal Magma/Ovis Atre Milk + B:ENABLE_FLUID_MIXING_RECIPES=false + + # Show JEI recipes that dynamically acquire buckets, this is a safety measure in case a mod provided bucket isn't happy + B:JEI_SHOW_DYNAMIC_BUCKET_RECIPES=false + + # Breaking vanilla Magma Blocks has a chance to produce Primal's Fluid Magma + D:MAGMA_HARVEST_CHANCE=0.0 + + # Ovis Atre Milk has special interaction with other liquids + B:MILK_SPECIAL_INTERACTION=false + + # Modify the explosive potential of paraffin fluid in barrels (63502) + # Min: 0.001 + # Max: 1.0 + D:PARAFFIN_BARREL_EXPLOSION_MODIFIER=1.0 + + # Modify the explosive potential of paraffin fluid in world (63502) + # Min: 0.001 + # Max: 1.0 + D:PARAFFIN_FLUID_EXPLOSION_MODIFIER=1.0 +} + + +foods { + # Primal Foods can be consumed even when full, but at the peril of potential side effects. + B:FOOD_PLAYER_CAN_OVER_EAT=false + + ########################################################################################################## + # food_value_modifier_salted + #--------------------------------------------------------------------------------------------------------# + # Hunger Amount and Saturation modifier applied to salted food items + ########################################################################################################## + + food_value_modifier_salted { + I:amount=1 + D:saturation=0.20000000298023224 + } + + ########################################################################################################## + # food_value_modifier_dried + #--------------------------------------------------------------------------------------------------------# + # Hunger Amount and Saturation modifier applied to dried food items + ########################################################################################################## + + food_value_modifier_dried { + I:amount=3 + D:saturation=0.4000000059604645 + } + + ########################################################################################################## + # food_value_modifier_cured + #--------------------------------------------------------------------------------------------------------# + # Hunger Amount and Saturation modifier applied to cured food items + ########################################################################################################## + + food_value_modifier_cured { + I:amount=4 + D:saturation=0.6000000238418579 + } + + ########################################################################################################## + # food_value_modifier_cooked + #--------------------------------------------------------------------------------------------------------# + # Hunger Amount and Saturation modifier applied to cooked food items + ########################################################################################################## + + food_value_modifier_cooked { + I:amount=5 + D:saturation=0.6000000238418579 + } + + ########################################################################################################## + # food_value_lard_suet + #--------------------------------------------------------------------------------------------------------# + # Hunger Amount and Saturation + ########################################################################################################## + + food_value_lard_suet { + I:amount=1 + D:saturation=0.800000011920929 + } + + ########################################################################################################## + # food_value_salo + #--------------------------------------------------------------------------------------------------------# + # Hunger Amount and Saturation + ########################################################################################################## + + food_value_salo { + I:amount=4 + D:saturation=1.0 + } + + ########################################################################################################## + # food_value_chum + #--------------------------------------------------------------------------------------------------------# + # Hunger Amount and Saturation + ########################################################################################################## + + food_value_chum { + I:amount=1 + D:saturation=0.5 + } + + ########################################################################################################## + # food_value_rot + #--------------------------------------------------------------------------------------------------------# + # Hunger Amount and Saturation + ########################################################################################################## + + food_value_rot { + I:amount=1 + D:saturation=0.0 + } + + ########################################################################################################## + # food_value_lava_worm + #--------------------------------------------------------------------------------------------------------# + # Hunger Amount and Saturation + ########################################################################################################## + + food_value_lava_worm { + I:amount=2 + D:saturation=0.20000000298023224 + } + + ########################################################################################################## + # food_value_lava_crawdad + #--------------------------------------------------------------------------------------------------------# + # Hunger Amount and Saturation + ########################################################################################################## + + food_value_lava_crawdad { + I:amount=2 + D:saturation=0.20000000298023224 + } + + ########################################################################################################## + # food_value_shark + #--------------------------------------------------------------------------------------------------------# + # Hunger Amount and Saturation + ########################################################################################################## + + food_value_shark { + I:amount=2 + D:saturation=0.20000000298023224 + } + + ########################################################################################################## + # food_value_gator + #--------------------------------------------------------------------------------------------------------# + # Hunger Amount and Saturation + ########################################################################################################## + + food_value_gator { + I:amount=2 + D:saturation=0.20000000298023224 + } + + ########################################################################################################## + # food_value_horse + #--------------------------------------------------------------------------------------------------------# + # Hunger Amount and Saturation + ########################################################################################################## + + food_value_horse { + I:amount=3 + D:saturation=0.30000001192092896 + } + + ########################################################################################################## + # food_value_bear + #--------------------------------------------------------------------------------------------------------# + # Hunger Amount and Saturation + ########################################################################################################## + + food_value_bear { + I:amount=3 + D:saturation=0.30000001192092896 + } + + ########################################################################################################## + # food_value_llama + #--------------------------------------------------------------------------------------------------------# + # Hunger Amount and Saturation + ########################################################################################################## + + food_value_llama { + I:amount=2 + D:saturation=0.4000000059604645 + } + + ########################################################################################################## + # food_value_bat + #--------------------------------------------------------------------------------------------------------# + # Hunger Amount and Saturation + ########################################################################################################## + + food_value_bat { + I:amount=2 + D:saturation=0.20000000298023224 + } + + ########################################################################################################## + # food_value_wolf + #--------------------------------------------------------------------------------------------------------# + # Hunger Amount and Saturation + ########################################################################################################## + + food_value_wolf { + I:amount=2 + D:saturation=0.20000000298023224 + } + + ########################################################################################################## + # food_value_ovis + #--------------------------------------------------------------------------------------------------------# + # Hunger Amount and Saturation + ########################################################################################################## + + food_value_ovis { + I:amount=3 + D:saturation=0.20000000298023224 + } + + ########################################################################################################## + # food_value_pigman + #--------------------------------------------------------------------------------------------------------# + # Hunger Amount and Saturation + ########################################################################################################## + + food_value_pigman { + I:amount=3 + D:saturation=0.4000000059604645 + } + + ########################################################################################################## + # food_value_corn_cob + #--------------------------------------------------------------------------------------------------------# + # Hunger Amount and Saturation + ########################################################################################################## + + food_value_corn_cob { + I:amount=1 + D:saturation=0.20000000298023224 + } + + ########################################################################################################## + # food_value_corn_bread + #--------------------------------------------------------------------------------------------------------# + # Hunger Amount and Saturation + ########################################################################################################## + + food_value_corn_bread { + I:amount=5 + D:saturation=0.6000000238418579 + } + + ########################################################################################################## + # food_value_daucus_root + #--------------------------------------------------------------------------------------------------------# + # Hunger Amount and Saturation + ########################################################################################################## + + food_value_daucus_root { + I:amount=5 + D:saturation=0.6000000238418579 + } + + ########################################################################################################## + # food_value_valus_melon + #--------------------------------------------------------------------------------------------------------# + # Hunger Amount and Saturation + ########################################################################################################## + + food_value_valus_melon { + I:amount=3 + D:saturation=0.20000000298023224 + } + + ########################################################################################################## + # food_value_valus_bread + #--------------------------------------------------------------------------------------------------------# + # Hunger Amount and Saturation + ########################################################################################################## + + food_value_valus_bread { + I:amount=5 + D:saturation=0.6000000238418579 + } + + ########################################################################################################## + # food_value_pumpkin_piece + #--------------------------------------------------------------------------------------------------------# + # Hunger Amount and Saturation + ########################################################################################################## + + food_value_pumpkin_piece { + I:amount=2 + D:saturation=0.30000001192092896 + } + + ########################################################################################################## + # food_value_egg_boiled + #--------------------------------------------------------------------------------------------------------# + # Hunger Amount and Saturation + ########################################################################################################## + + food_value_egg_boiled { + I:amount=3 + D:saturation=0.800000011920929 + } + + ########################################################################################################## + # food_value_potato_boiled + #--------------------------------------------------------------------------------------------------------# + # Hunger Amount and Saturation + ########################################################################################################## + + food_value_potato_boiled { + I:amount=2 + D:saturation=0.4000000059604645 + } + + ########################################################################################################## + # food_value_mushroom_cooked + #--------------------------------------------------------------------------------------------------------# + # Hunger Amount and Saturation + ########################################################################################################## + + food_value_mushroom_cooked { + I:amount=3 + D:saturation=0.20000000298023224 + } + + ########################################################################################################## + # food_value_sinuous_resin + #--------------------------------------------------------------------------------------------------------# + # Hunger Amount and Saturation + ########################################################################################################## + + food_value_sinuous_resin { + I:amount=1 + D:saturation=0.10000000149011612 + } + + ########################################################################################################## + # food_value_animal_fat + #--------------------------------------------------------------------------------------------------------# + # Hunger Amount and Saturation + ########################################################################################################## + + food_value_animal_fat { + I:amount=1 + D:saturation=0.800000011920929 + } + + ########################################################################################################## + # food_value_cheeses + #--------------------------------------------------------------------------------------------------------# + # Hunger Amount and Saturation + ########################################################################################################## + + food_value_cheeses { + I:amount=5 + D:saturation=0.800000011920929 + } + + ########################################################################################################## + # food_value_ovis_atre_milk + #--------------------------------------------------------------------------------------------------------# + # Hunger Amount and Saturation + ########################################################################################################## + + food_value_ovis_atre_milk { + I:amount=6 + D:saturation=0.800000011920929 + } + +} + + +lighting { + # Dimensions list for ambient light, if AMBIENT_LIGHT_GLOBAL is true this is a blacklist + I:AMBIENT_LIGHT_DIMENSIONS < + > + + # By default impose ambient light levels across all dimensions, changing this to false will cause AMBIENT_LIGHT_DIMENSIONS to be used as a whitelist + B:AMBIENT_LIGHT_GLOBAL=false + + # Modified ambient light level + # Min: -1.0 + # Max: 1.0 + D:AMBIENT_LIGHT_LEVEL=-0.5 + + # Jack-o-lanterns can get put out, and or will naturally go out according to how torches are configured + B:JACK_CAN_EXPIRE=false + + # Amount of light produced by Jack o'Lanterns. Redstone torches 0.5D, Torch 0.9375D + D:JACK_LIGHT_LEVEL=0.5 + + # Replace vanilla jack-o-lanterns during block placement + B:JACK_REPLACE_VANILLA=false + + # How likely are lanterns to produce smoke when exposed to rain or snow. Higher is less likely + I:SMOKE_LANTERN_CHANCE=40 + + # How likely are torch arrows to produce smoke on impact with a block + I:SMOKE_TORCH_ARROW_CHANCE=36 + + # How likely are torches to produce smoke when exposed to rain or snow. Higher is less likely + I:SMOKE_TORCH_CHANCE=60 + + # Set this option for torches that will eventually go out even when not exposed to weather. This will also cause torches to create smoke regardless of weather. Separately weather sensitivity can be disabled by setting the lifespan to 0 + B:TORCHES_DIE=false + + # How likely are torches to go out when a player falls into water. Setting this to 0 will disable dousing completely. + I:TORCH_DOUSE_CHANCE=16 + + # How long will torches stay lit? higher is a longer life, while 0 will disable the feature + I:TORCH_LIFESPAN=0 +} + + +machines { + # This setting controls the base number of ticks the block will use when scheduling an update + # Min: 20 + # Max: 24000 + I:BARREL_TICK_RATE=600 + + # Amount that cauldron heat is decreased on each update without a valid heat source, the range is 0.0 to 1.0 + # Min: 0.001 + # Max: 1.0 + D:CAULDRON_COOL_DOWN=0.05 + + # Amount that cauldron heat is incremented on each update with a valid heat source, the range is 0.0 to 1.0 + # Min: 0.001 + # Max: 1.0 + D:CAULDRON_HEAT_UP=0.15 + + # Cauldron amount recipe for melting stone into lava. Setting this to zero will cause the recipe to not register. + # Min: 0 + # Max: 64 + I:CAULDRON_RECIPE_STONE_TO_LAVA=0 + + # Chance of a heated cauldron that is processing recipes has to generate slag in unused slots + # Min: 0.001 + # Max: 1.0 + D:CAULDRON_SLAG_CHANCE=0.02 + + # Chance of a cauldron producing smoke when a recipe completes + # Min: 0.0 + # Max: 1.0 + D:CAULDRON_SMOKE_CHANCE=0.05 + + # This setting controls the base number of ticks the block will use when scheduling an update + # Min: 20 + # Max: 24000 + I:CAULDRON_TICK_RATE=600 + + # Modifier that gets added to the base cook chance for all cauldron recipes. + # Min: 0.01 + # Max: 10.0 + D:CAULDRON_TIME_MODIFIER=0.0 + + # Log Stacks Burn into various grades of charcoal based on the type of wood, this is used primarily by Kitsu's ForgeCraft. Otherwise drop vanilla charcoal. + B:CHARCOAL_PIT_GRADES=false + + # Base tick rate that Burning Log Stacks will run updates, this is further modified by wood type/charcoal grade + # Min: 1000 + # Max: 24000 + I:CHARCOAL_PIT_TICK_RATE=4000 + + # Storage Crates retain their Inventory when broken. + B:CRATES_RETAIN_INVENTORY=true + + # Time modifier for recipe drying times + # Min: 0.0 + # Max: 10.0 + D:DRYING_RACK_DRY_TIME_MODIFIER=1.0 + + # Base time modifier that gets added to drying rack recipes, higher values make rotting less likely + # Min: 0 + # Max: 120000 + I:DRYING_RACK_ROT_MODIFIER=0 + + # This setting controls the base number of ticks the block will use when scheduling an update + # Min: 20 + # Max: 24000 + I:DRYING_RACK_TICK_RATE=3600 + + # Add additional bait items for fish traps. example: harvestcraft:fruitbaititem + S:FISH_TRAP_BAIT < + > + + # Base chance of a fish trap catching fish + # Min: 0.01 + # Max: 1.0 + D:FISH_TRAP_BASE_CATCH=0.25 + + # Base chance of a fish trap catching junk + # Min: 0.01 + # Max: 1.0 + D:FISH_TRAP_BASE_JUNK=0.1 + + # Base chance of a fish trap catching treasure + # Min: 0.01 + # Max: 1.0 + D:FISH_TRAP_BASE_TREASURE=0.05 + + # This setting controls the base number of ticks the block will use when scheduling an update + # Min: 20 + # Max: 24000 + I:FISH_TRAP_TICK_RATE=5400 + + # Items which can be used to sponge unwanted fluid from the cauldron or barrels + S:FLUID_SPONGE_ITEMS < + minecraft:sponge + primal:ovis_atre_wool + > + + # Base cook time for recipes picked up from the vanilla furnace, the total time is further modified by the food value of the item being cooked + # Min: 1 + # Max: 1000 + I:HIBACHI_BASE_FURNACE_RECIPE_TIME=10 + + # Cook Time modifier + # Min: 0.01 + # Max: 10.0 + D:HIBACHI_COOK_TIME_MODIFIER=1.0 + + # Fuel Burn Time modifier + # Min: 0.01 + # Max: 10.0 + D:HIBACHI_FUEL_TIME_MODIFIER=0.2 + + # Blacklist food furnace items + S:HIBACHI_FURNACE_BLACKLIST < + > + + # Automatically pickup vanilla furnace recipes for food items + B:HIBACHI_PICKUP_FURNACE_RECIPES=true + + # This setting controls the base number of ticks the block will use when scheduling an update + # Min: 20 + # Max: 24000 + I:HIBACHI_TICK_RATE=20 + + # Chance of a burning smelter has to generate slag or potash in unused slots + # Min: 0.001 + # Max: 1.0 + D:SMELTER_SLAG_CHANCE=0.01 + + # Chance of a smelter producing smoke when a recipe completes + # Min: 0.0 + # Max: 1.0 + D:SMELTER_SMOKE_CHANCE=0.03 + + # This setting controls the base number of ticks the block will use when scheduling an update + # Min: 20 + # Max: 24000 + I:SMELTER_TICK_RATE=600 + + # Cook Time modifier + # Min: 0.01 + # Max: 10.0 + D:SMELTER_TIME_MODIFIER=1.0 + + ########################################################################################################## + # charcoal_pit_output_amount + #--------------------------------------------------------------------------------------------------------# + # Charcoal output_items from a charcoal log stack + ########################################################################################################## + + charcoal_pit_output_amount { + I:max=16 + I:min=6 + } + +} + + +monsters { + # Spawn Weight, 0 will Disable spawning entire + # Min: 0 + # Max: 100 + I:ALLIGATOR_SPAWN_WEIGHT=1 + + # Movement Speed, Max Health, Attack Damage, Follow Range, Knockback Resistance + D:ALLIGATOR_STATS < + 0.22 + 15.0 + 2.0 + 16.0 + 0.4 + > + + # Spawn Weight, 0 will Disable spawning entire + # Min: 0 + # Max: 100 + I:BEAR_BLACK_SPAWN_WEIGHT=4 + + # Movement Speed, Max Health, Attack Damage, Follow Range, Knockback Resistance + D:BEAR_BLACK_STATS < + 0.3 + 30.0 + 6.0 + 30.0 + 0.5 + > + + # Spawn Weight, 0 will Disable spawning entire + # Min: 0 + # Max: 100 + I:BEAR_BROWN_SPAWN_WEIGHT=3 + + # Movement Speed, Max Health, Attack Damage, Follow Range, Knockback Resistance + D:BEAR_BROWN_STATS < + 0.28 + 50.0 + 6.0 + 40.0 + 0.8 + > + + # Chance of creepers exploding each tick they are on fire + D:BURNING_CREEPERS=0.35 + + # Chance of chickens to drop feathers, higher numbers drops are less likely, while 0 disables drops + I:CHICKEN_FEATHER_CHANCE=8000 + + # Disable vanilla squid spawns + B:DISABLE_VANILLA_SQUID=false + + # Disable vanilla wolf spawns + B:DISABLE_VANILLA_WOLVES=false + + # Making Endermen harder to cheese + B:ENHANCED_ENDERMEN=false + + # Apply AI to Vanilla Animals that will cause them to eat items in-world + B:HUNGRY_ANIMALS=false + + # Spawn Weight, 0 will Disable spawning entire + # Min: 0 + # Max: 100 + I:NETHER_CREEPER_SPAWN_WEIGHT=3 + + # Movement Speed, Max Health, Follow Range, Knockback Resistance + D:NETHER_CREEPER_STATS < + 0.25 + 10.0 + 16.0 + 0.0 + > + + # Food Items that the Ovis Atre should not eat, overrides items otherwise returned by one of the dictionary names + S:OVIS_ATRE_FOOD_BLACKLIST < + primal:ovis_meat_raw + > + + # Additional Food Items that the Ovis Atre should eat + S:OVIS_ATRE_FOOD_DICTIONARY_NAMES < + foodAtre + foodPoison + foodRot + foodFat + listAllmeatraw + listAllmeatrotten + listAllfishraw + listAllfishrotten + > + + # Additional Food Items that the Ovis Atre should eat. These are internally assigned the dictionary name foodAtre + S:OVIS_ATRE_FOOD_WHITELIST < + > + + # Chance of adult Ovis to look for grass within their current block. The Vanilla sheep value is 1000 + # Min: 100 + # Max: 10000 + I:OVIS_ATRE_GRAZE_CHANCE=2400 + + # Chance when eating a food item in world that the Ovis will regrow it's wool and milk. This is separate from the passive consumption of grass. + # Min: 0.0 + # Max: 1.0 + D:OVIS_ATRE_REGROWTH_CHANCE=0.65 + + # Spawn Weight, 0 will Disable spawning entire + # Min: 0 + # Max: 100 + I:OVIS_ATRE_SPAWN_WEIGHT=90 + + # Movement Speed, Max Health, Attack Damage, Follow Range, Knockback Resistance + D:OVIS_ATRE_STATS < + 0.26 + 20.0 + 3.0 + 16.0 + 0.2 + > + + # Maximum number of wool blocks returned by shears, vanilla sheep is 3 + # Min: 1 + # Max: 6 + I:OVIS_ATRE_WOOL_SHEAR_AMOUNT=1 + + # Prevent Blaze from spawning outside of nether dimension + B:SAFETY_BLAZE=false + + # Prevent Water mobs that die from natural causes from dropping items. Namely this applies to sharks killing squid. + B:SAFETY_WATER_DROPS=false + + # Prevent Wither Skeletons spawning outside of nether dimension + B:SAFETY_WITHER_SKELETON=false + + # Sharks will attack the boat that a target is riding in + B:SHARKS_ATTACK_BOATS=true + + # Sharks will attack entities that extend EntityGuardian + B:SHARKS_ATTACK_GUARDIANS=false + + # Sharks will attack squid and other entities that extend EntityWaterMob + B:SHARKS_ATTACK_WATER_MOBS=false + + # Spawn Weight, 0 will Disable spawning entire + # Min: 0 + # Max: 100 + I:SHARKS_SPAWN_WEIGHT=1 + + # Max Health, Attack Damage, Swim Radius, Swim Speed, Vertical Speed + D:SHARKS_STATS < + 20.0 + 4.0 + 25.0 + 0.5 + 0.5 + > + + # How many blocks away will sharks find player targets + D:SHARKS_TARGET_RANGE=32.0 + + # Food Items that the Steppe Wolves should not eat, overrides items otherwise returned by one of the dictionary names + S:STEPPE_WOLF_FOOD_BLACKLIST < + primal:wolf_meat_raw + animalium:bear_meat + animalium:bear_meat_cooked + animalium:rat_meat + animalium:rat_meat_cooked + minecraft:baked_potato + minecraft:beef + minecraft:chicken + minecraft:cooked_beef + minecraft:cooked_chicken + minecraft:cooked_fish + minecraft:cooked_fish:1 + minecraft:cooked_mutton + minecraft:cooked_porkchop + minecraft:cooked_rabbit + minecraft:fish + minecraft:fish:1 + minecraft:fish:2 + minecraft:fish:3 + minecraft:mutton + minecraft:porkchop + minecraft:rabbit + thebetweenlands:angler_meat_cooked + thebetweenlands:frog_legs_cooked + thebetweenlands:mire_snail_egg_cooked + thebetweenlands:snail_flesh_cooked + totemic:buffalo_meat + totemic:cooked_buffalo_meat + twilightforest:cooked_meef + twilightforest:cooked_venison + twilightforest:raw_meef + twilightforest:raw_venison + > + + # Additional Food Items that the Steppe Wolves should eat + S:STEPPE_WOLF_FOOD_DICTIONARY_NAMES < + > + + # Additional Food Items that the Steppe Wolves should eat. These are internally assigned the dictionary name foodCanis + S:STEPPE_WOLF_FOOD_WHITELIST < + > + + # Spawn Weight, 0 will Disable spawning entire + # Min: 0 + # Max: 100 + I:STEPPE_WOLF_SPAWN_WEIGHT=4 + + # Movement Speed, Max Health, Attack Damage, Follow Range, Knockback Resistance + D:STEPPE_WOLF_STATS < + 0.32 + 25.0 + 2.5 + 32.0 + 0.2 + > +} + + +plants { + # Cineris Carpet prevents items/entities from de-spawning + B:CINERIS_CARPET_PREVENTS_DESPAWN=true + + # Cineris Carpet prevents items from being picked up + B:CINERIS_CARPET_PREVENTS_PICKUP=true + + # Movement modifier used for Cineris thatch and carpet blocks, for reference naturally growing cineris has a modifier of 0.012F + D:CINERIS_CARPET_SPEED_MODIFIERS < + 0.012 + 0.066 + 0.125 + 0.6 + 1.9 + > + + # Chance of blooming Equisetum Ineris has to teleport an entity that collides with the plant. + # Min: 0.0 + # Max: 1.0 + D:INERIS_TELEPORT_CHANCE=0.05 + + # Allow certain plants to spread under circumstances specific to each canNewGrow. For example Equisetum Cineris will spread aggressively when planted outside the Nether + B:INVASIVE_PLANTS_SPREAD=false + + # Certain perennial plants will leave roots behind allowing the plant to regrow. + B:PERENNIAL_PLANTS_ROOT=false + + # IPlantable blocks to skip while attempting to auto-plant. + S:PLANT_AUTO_MAGIC_BLACKLIST < + coralreef:reef + coralreef:coral + > + + # IPlantable items will attempt to plant themselves when left in the world. Default chance of success is 100%, setting 0.0 will effectively disable auto-planting + # Min: 0.0 + # Max: 1.0 + D:PLANT_AUTO_MAGIC_CHANCE=1.0 + + # Base growth modifier for certain primal plants, these base values get modified by factors at grow time + # Min: 0.0 + # Max: 1.0 + D:PLANT_BASE_GROWTH_CHANCE=0.35 + + # Base spread modifier for invasive plants, these base values get modified by factors at spread time + # Min: 0.0 + # Max: 1.0 + D:PLANT_BASE_SPREAD_CHANCE=0.05 + + # Base tick rate for plant updates, the scheduled update is randomized based off the provided number. Vanilla plants update randomly within a 20 tick period. + # Min: 20 + # Max: 20000 + I:PLANT_BASE_TICK_RATE=6200 + + # Base bloom modifier for certain primal plants, these base values get modified by factors at bloom time + # Min: 0.0 + # Max: 1.0 + D:PLANT_BLOOM_MODIFIER=0.0 + + # Base growth modifier for primal plants, higher values cause growth to take longer + # Min: 0 + # Max: 100 + I:PLANT_RAIN_SENSITIVITY=4 + + # Amount of movement impact from walking through fully grown rushes. + # Min: 0.0 + # Max: 0.9 + D:RUSH_MOVEMENT=0.8 + + # Vanilla Tall Grass will leave roots behind that allow it to regrow. + B:TALL_GRASS_GROWTH=false + + # Tall Grass roots will spread in the rain. This does not effect the grown vanilla block. + B:TALL_GRASS_RAIN_SPREAD=true +} + + +survival { + # Allow beds to set the players spawn during the daytime, DISABLE_PLAYER_SPAWN must be disabled + B:ALLOW_DAYTIME_SPAWN=false + + # Enable a more realistic recipe for flint and steel, this drastically reduces the iron cost for early game + B:ALTERNATE_FLINTNSTEEL_RECIPE=true + + # Enable a more realistic recipe for trip wire hooks, this drastically reduces the iron cost for early game + B:ALTERNATE_TRIPWIRE_RECIPE=true + + # Crafting Cobble requires the use of mortar, this is most relevant if you are using DROPS_ROCKS_FROM_STONE = true + B:COBBLE_REQUIRES_MORTAR=false + + # Disable the use of Bone Meal + B:DISABLE_BONE_MEAL=false + + # Disable smelting recipe for charcoal + B:DISABLE_CHARCOAL_RECIPE=false + + # Disable recipes recipe for ender chest + B:DISABLE_ENDERCHEST_RECIPE=false + + # Disable recipes recipe for ender eyes + B:DISABLE_ENDEREYE_RECIPE=false + B:DISABLE_END_PORTAL=false + B:DISABLE_NETHER_PORTAL=false + + # Prevent the player from skipping night, this is meant mostly for servers. Currently this simply stops the player from sleeping in a bed. + B:DISABLE_PLAYER_NIGHT_SKIP=false + + # Prevent the player from setting a spawn point, typically from a bed or similar block + B:DISABLE_PLAYER_SPAWN=false + + # Disable recipes recipes for vanilla diamond swords + B:DISABLE_SWORD_DIAMOND_RECIPE=false + + # Disable recipes recipes for vanilla gold swords + B:DISABLE_SWORD_GOLD_RECIPE=false + + # Disable recipes recipes for vanilla iron swords + B:DISABLE_SWORD_IRON_RECIPE=false + + # Disable recipes recipes for vanilla stone swords + B:DISABLE_SWORD_STONE_RECIPE=true + + # Disable recipes recipes for vanilla wood swords + B:DISABLE_SWORD_WOOD_RECIPE=true + + # Disable recipes recipes for vanilla diamond tools + B:DISABLE_TOOLS_DIAMOND_RECIPE=false + + # Disable recipes recipes for vanilla gold tools + B:DISABLE_TOOLS_GOLD_RECIPE=false + + # Disable recipes recipes for vanilla iron tools + B:DISABLE_TOOLS_IRON_RECIPE=false + + # Disable recipes recipes for vanilla stone tools + B:DISABLE_TOOLS_STONE_RECIPE=false + + # Disable recipes recipes for vanilla wood tools, by default flint tools are meant to replace wood and stone + B:DISABLE_TOOLS_WOOD_RECIPE=true + + # Pooh Pooh to the Whos, Down in Who-ville + B:DISABLE_VANILLA_FURNACE=false + + # Crafting wooden planks and sticks require the use of a saw, work blade, or hatchet respectively + B:DISABLE_VANILLA_PLANK_RECIPE=false + + # Crafting vanilla slabs requires the use of a saw of appropriate material + B:DISABLE_VANILLA_SLAB_RECIPE=false + + # Chance of dropping nether fibers from Equisetum Cineris grass + D:DROPS_CINERIS_FIBERS=0.8 + + # Chance of dropping seeds from Equisetum Cineris grass + D:DROPS_CINERIS_SEEDS=0.45 + + # Animals will drop additional items such as suet or lard, used as food and various crafting recipes + B:DROPS_EXTRA_ANIMAL_STUFF=false + + # Chance that Animals will drop bones, 0 will disable while higher values are less likely + I:DROPS_EXTRA_BONES=6 + + # Harvesting Ground or Sand materials has a chance of dropping flint, 0 will disable drop while higher values are less likely + I:DROPS_EXTRA_FLINT=50 + + # Harvesting Nether Earth or Soul Sand has a chance of dropping quartz or bones, 0 will disable drop while higher values are less likely + I:DROPS_EXTRA_NETHER=0 + + # Harvesting Ground or Sand materials has a chance of dropping rocks, 0 will disable drop while higher values are less likely + I:DROPS_EXTRA_ROCKS=0 + + # Chance of dropping plant fibers from many common plants, especially vanilla tall grass + D:DROPS_PLANT_FIBERS=0.65 + + # Harvesting smooth stone with a pickaxe drops a number of rocks based on inworld level, cobble stone must be crafted + B:DROPS_ROCKS_FROM_STONE=false + + # Chance of dropping nether fibers from Sea grass + D:DROPS_SEA_FIBERS=0.6 + + # Chance of dropping sticks from dead bushes, the leaf drops will be updated to use this also + D:DROPS_STICKS=0.6 + + # Breaking leaf blocks will sometimes drop sticks + B:DROPS_STICK_FROM_LEAF=true + + # Vanilla animals such as Horses, will drop meat + B:DROPS_VANILLA_MEAT=true + + # Chance of dropping nether fibers from Equisetum Inanis grass + D:DROPS_VOID_FIBERS=0.6 + + # Enable Crafting recipe for the vanilla horse armor + B:ENABLE_HORSE_ARMOR_RECIPE=false + + # Enable recipes recipes for primal Obsidian Armor + B:ENABLE_OBSIDIAN_ARMOR=true + + # Enable Crafting recipe for the vanilla saddle + B:ENABLE_SADDLE_RECIPE=false + + # Enable Crafting recipe for vanilla spider web + B:ENABLE_SPIDER_WEB_RECIPE=false + + # Trying to break blocks with a bare hand that cannot be harvested without a inworld will hurt the player. Damage is scaled by the hardness of the block. Setting this to 0 will disable the feature + # Min: 0.0 + # Max: 100.0 + D:HARD_BLOCKS_HARDNESS=0 + + # Modifier to adjust the damage applied by HARD_BLOCKS + # Min: 0.0 + # Max: 1.0 + D:HARD_BLOCKS_MODIFIER=0.0 + + # Add steps to refining vanilla leather, animal pelts processed into hide treated with salt, dried, tanned, and dried again + B:HARD_LEATHER=true + + # Additional blocks to be treated like logWood for purposes of harvesting with a required inworld. See HARVEST_LOGS_REQUIRE_TOOLS. Example: primal:planks, minecraft:planks, minecraft:dirt, minecraft:dirt + S:HARVEST_BLOCK_ADDITIONS < + > + + # Harvesting log blocks requires the use of appropriate tools + B:HARVEST_LOGS_REQUIRE_TOOLS=true + + # Hide the F3 Info Overlay + B:HIDE_F3_INFO=false + + # Hide player REGISTRY_NAME tags + B:HIDE_PLAYER_NAMES=false + + # Crafting dried hide on the way to created leather requires salt. + B:LEATHER_REQUIRES_SALT=true + + # Chance of certain materials spreading from their native dimension when players travel though a portal. + B:PORTAL_SPREAD=true + + # Base change of materials looking for a place to spread. Higher is less likely, 0 is every time. + I:PORTAL_SPREAD_CHANCE=120 + + # Replace vanilla arrow recipe to use knapped flint + B:REPLACE_ARROW_RECIPE=false + + # Replace chiseled block recipes to require a work blade + B:REPLACE_CHISELED_BLOCK_RECIPE=false + + # Replace vanilla armor recipes. + B:REPLACE_VANILLA_ARMOR_RECIPES=true + + # Replace vanilla torches during block placement, Use an updated recipe and configurable output_items amount. + B:REPLACE_VANILLA_TORCHES=false + + # Enable simple crafting recipe for harvesting bark from supported logs + B:SIMPLE_BARK_RECIPE=true + + # Enable simple recipes recipes for basic and colored daub + B:SIMPLE_DAUB_RECIPE=true + + # Enable simple crafting recipe for converting gravel to flint + B:SIMPLE_FLINT_RECIPE=false + + # Enable simple crafting recipes for basic and colored hardened stone + B:SIMPLE_HARDENED_STONE_RECIPE=false + + # Enable simple crafting recipe for making stripped logs + B:SIMPLE_STRIPPED_RECIPE=true +} + + +worldgen { + # Disable worldgen for vanilla andesite stone + B:DISABLE_VANILLA_ANDESITE=false + + # Disable worldgen for vanilla coal ore + B:DISABLE_VANILLA_COAL=false + + # Disable worldgen for vanilla diamond ore + B:DISABLE_VANILLA_DIAMOND=false + + # Disable worldgen for vanilla diorite stone + B:DISABLE_VANILLA_DIORITE=false + + # Disable worldgen for vanilla dirt + B:DISABLE_VANILLA_DIRT=false + + # Disable worldgen for vanilla emerald ore + B:DISABLE_VANILLA_EMERALD=false + + # Disable worldgen for vanilla gold ore + B:DISABLE_VANILLA_GOLD=false + + # Disable worldgen for vanilla granite stone + B:DISABLE_VANILLA_GRANITE=false + + # Disable worldgen for vanilla gravel + B:DISABLE_VANILLA_GRAVEL=false + + # Disable worldgen for vanilla iron ore + B:DISABLE_VANILLA_IRON=false + + # Disable worldgen for vanilla lapis ore + B:DISABLE_VANILLA_LAPIS=false + + # Disable worldgen for vanilla quartz ore + B:DISABLE_VANILLA_QUARTZ=false + + # Disable worldgen for vanilla redstone ore + B:DISABLE_VANILLA_REDSTONE=false + + # Enable Worldgen for PrimalPotion, appears in the Overworld in forested areas + B:ENABLE_ACONITE=true + + # Enable Worldgen for Ancient Ice + B:ENABLE_ANCIENT_ICE=false + + # Enable Worldgen for Bitumen Fluid, appears in the Overworld and the Nether + B:ENABLE_BITUMEN=true + + # Enable Worldgen for Blueschist Stone, appears primarily in the Overworld + B:ENABLE_BLUE_SCHIST=true + + # Enable Worldgen for Blue Stone, appears primarily in the Overworld + B:ENABLE_BLUE_STONE=true + + # Enable Worldgen for Bog Iron Ores, this generates along with mud, terra and cinis clays + B:ENABLE_BOG_IRON=false + + # Enable Worldgen for Brine Fluid, appears in the Overworld + B:ENABLE_BRINE=true + + # Enable Worldgen for Carbonate/Limestone Stone, appears primarily in the Overworld + B:ENABLE_CARBONATE_STONE=false + + # Enable Worldgen for Nether Grass, early game Nether progression + B:ENABLE_CINERIS_CILIUM=true + + # Enable Worldgen for Ciniscotta ClayLike, appears primarily in the Nether + B:ENABLE_CINISCOTTA=true + + # Enable Worldgen for the Daucus Murn plant, grows in the Nether + B:ENABLE_DAUCUS_MURN=true + + # Enable Worldgen for the Devils' Tongue plant, grows in the Nether + B:ENABLE_DEVILS_TONGUE=true + + # Enable Worldgen for Paraffin Earth Wax, appears in the Overworld + B:ENABLE_EARTHWAX=true + + # Enable Worldgen for Eroded Stone, appears in the End + B:ENABLE_ERODED_END_STONE=true + + # Enable Worldgen for Ferrocalcite Stone, appears primarily in the Nether + B:ENABLE_FERRO_STONE=true + + # Global control for all primal End worldgen + B:ENABLE_GENERATION_END=true + + # Global control for all primal Nether worldgen + B:ENABLE_GENERATION_NETHER=true + + # Global control for all primal Overworld worldgen + B:ENABLE_GENERATION_OVERWORLD=true + + # Enable Worldgen for Greenschist Stone, appears primarily in the Overworld + B:ENABLE_GREEN_SCHIST=true + + # Enable Worldgen for Void Grass, expands consciousness and is vital to space travel + B:ENABLE_INERIS_CILIUM=true + + # Enable Worldgen for Ironwood wood, appear primarily in the Overworld + B:ENABLE_IRONWOOD_TREES=false + + # Enable Worldgen for Magma Fluid, appears in the Nether + B:ENABLE_MAGMA=true + + # Enable Worldgen for Magnetite Ore, this is used by Primal and Kitsu's ForgeCraft + B:ENABLE_MAGNETITE=false + + # Allow Overworld generation to take place in unknown dimensions + B:ENABLE_MOD_DIMENSIONS=false + + # Enable Worldgen for MudWet, appears in the Overworld near water + B:ENABLE_MUD=true + + # Enable Worldgen for Calcified Paraffin fuel, appears in the Nether + B:ENABLE_NETHERWAX=true + + # Enable Worldgen for Nether Creep, early game Nether progression + B:ENABLE_NETHER_CREEP=true + + # Enable Worldgen for Nether Dead Bushes, early game Nether progression + B:ENABLE_NETHER_DEADBUSH=true + + # Enable Worldgen for Nether Earth blocks, used as a building material and nether farming + B:ENABLE_NETHER_EARTH=true + + # Enable Worldgen for Nether Growth blocks, a rare nether resource + B:ENABLE_NETHER_GROWTH=true + + # Enable Worldgen for Nether Palm wood, also known as Corypha Pachyptila, early game Nether progression + B:ENABLE_NETHER_PALM=true + + # Enable Worldgen for Nether Vines, early game Nether progression + B:ENABLE_NETHER_VINES=true + + # Enable Worldgen for Night Stone, appears in the End + B:ENABLE_NIGHT_STONE=true + + # Enable Worldgen for Blood Opals, this is essentially nether equivalent of diamonds + B:ENABLE_OPAL=false + + # Enable Worldgen for Ortho Stone, appears primarily in the Overworld + B:ENABLE_ORTHO_STONE=true + + # Enable Worldgen for Primal Gold AbstractOre, this generates in large deposits with ore blocks of varying density. EXPERIMENTAL + B:ENABLE_PRIMAL_ORE_GOLD=false + + # Enable Worldgen for Primal Iron AbstractOre, this generates in large deposits with ore blocks of varying density. EXPERIMENTAL + B:ENABLE_PRIMAL_ORE_IRON=false + + # Enable Worldgen for Purpurite Stone, appears in the End + B:ENABLE_PURPURITE_STONE=true + + # Enable Worldgen for Rushes, primary resource for making Thatch, appears in the Overworld near water + B:ENABLE_RUSHES=true + + # Enable Worldgen for End Rock Salt, early game End progression + B:ENABLE_SALT_END=true + + # Enable Worldgen for Netjry Salt Falts, appears primarily in the Overworld + B:ENABLE_SALT_FLATS=true + + # Enable Worldgen for Fire Rock Salt, early game Nether progression + B:ENABLE_SALT_NETHER=true + + # Enable Worldgen for Halite Rock Salt, appears primarily in the Overworld + B:ENABLE_SALT_ROCK=true + + # Enable Worldgen for Sarsen Stone, appears primarily in the Overworld + B:ENABLE_SARSEN_STONE=true + + # Enable Worldgen for Satetsu, the Iron Sand, appears mostly in the Overworld + B:ENABLE_SATETSU=false + + # Enable Worldgen for Scoria Stone, appears mostly in the Nether + B:ENABLE_SCORIA_STONE=true + + # Enable Worldgen for Sinuous Weed, dangerous reed-like nether canNewGrow + B:ENABLE_SINUOUS_WEED=true + + # Enable Worldgen for Strangle Weed Vines, early game Nether progression + B:ENABLE_STRANGLE_WEED=true + + # Enable Worldgen for Terracotta ClayLike, appears in Overworld + B:ENABLE_TERRACOTTA=true + + # Enable Worldgen for the Valus Omniferum plant, grows in the Nether + B:ENABLE_VALUS_OMNIFERUM=true + + # Enable Worldgen for Corn, appears in the Overworld + B:ENABLE_WILD_CORN=true + + # Enable Worldgen for Yew wood, appear primarily in the Overworld + B:ENABLE_YEW_TREES=true + + # Enable Worldgen for Zinc Ore, this is used by Kitsu's ForgeCraft and MagnumOpus + B:ENABLE_ZINC=false + + # Control the density of Cineris (Nether Grass) world generation + # Min: 0 + # Max: 300 + I:GEN_CINERIS_AMOUNT=50 + + # Cineris (Nether Grass) will avoid world generation on these blocks. + S:GEN_CINERIS_BLACKLIST < + minecraft:magma + nex:block_ice_frostburn + primal:nether_earth + primal:cinisclay_block + > + + # Control the density of Cineris Bloom + # Min: 0.0 + # Max: 0.9 + D:GEN_CINERIS_BLOOM_RATIO=0.12 + + # Chance of the worldgen appearing in a given chunck + # Min: 10 + # Max: 1000 + I:GEN_CINIS_CLAY_CHANCE=120 + + # Min and Max size of the deposits, these values must be above 0 and max must be greater than min + I:GEN_CINIS_CLAY_SIZE < + 50 + 160 + > + + # Min and Max height of Terracotta ClayLike worldgen + I:GEN_CLAY_MIN_MAX < + 34 + 80 + > + + # Chance of the worldgen appearing in a given chunck + # Min: 10 + # Max: 1000 + I:GEN_FERRO_STONE_CHANCE=160 + + # Min and Max size of the deposits, these values must be above 0 and max must be greater than min + I:GEN_FERRO_STONE_SIZE < + 60 + 200 + > + + # Control the density of Ineris (Void Grass) world generation + # Min: 0 + # Max: 300 + I:GEN_INERIS_AMOUNT=14 + + # Ineris (Void Grass) will avoid world generation on these blocks. + S:GEN_INERIS_BLACKLIST < + primal:night_stone + > + + # Chance that a given Ineris will bloom during world generation + # Min: 0.0 + # Max: 1.0 + D:GEN_INERIS_BLOOM_CHANCE=0.15 + + # Min and Max height of MudWet worldgen + I:GEN_MUD_MIN_MAX < + 48 + 68 + > + + # Chance of the worldgen appearing in a given chunck + # Min: 10 + # Max: 1000 + I:GEN_NETHER_EARTH_CHANCE=20 + + # Min and Max size of the deposits, these values must be above 0 and max must be greater than min + I:GEN_NETHER_EARTH_SIZE < + 16 + 120 + > + + # Min and Max height of Satetsu/Iron Sand worldgen + I:GEN_SATETSU_MIN_MAX < + 48 + 68 + > + + # Chance of the worldgen appearing in a given chunck + # Min: 10 + # Max: 1000 + I:GEN_SCORIA_STONE_CHANCE=200 + + # Min and Max size of the deposits, these values must be above 0 and max must be greater than min + I:GEN_SCORIA_STONE_SIZE < + 60 + 160 + > + + # Chance of the worldgen appearing in a given chunck + # Min: 10 + # Max: 1000 + I:GEN_SCORIA_STONE_SMALL_CHANCE=6 + + # Min and Max size of the deposits, these values must be above 0 and max must be greater than min + I:GEN_SCORIA_STONE_SMALL_SIZE < + 8 + 36 + > + + # Enable spawning in the nether, this is used only when NETHER_PROVIDER_OVERRIDE is also set to true + B:NETHER_ALLOW_RESPAWN=false + + # Nether Fog Color + D:NETHER_FOG_COLOR < + 0.20000000298023224 + 0.029999999329447746 + 0.029999999329447746 + > + + # Force Nether Fog Density, this helps if you want to modify the normal fog level or want to override something that removes fog yet doesn't provide a simple config to restore it (BOP). Vanilla level is approximately 0.02 + # Min: 0.0 + # Max: 1.0 + D:NETHER_FOG_DENSITY_OVERRIDE=0.0 + + # Disable Nether Fog, this is used only when NETHER_PROVIDER_OVERRIDE is also set to true + B:NETHER_FOG_DISABLE=false + + # Override the Nether World Provider, allows Nether spawn mechanics and additional features but could conflict with mods such as BOP or Natura + B:NETHER_PROVIDER_OVERRIDE=false + + # The length of a minecraft day in ticks, vanilla default is 24000.0. This feature requires SURFACE_PROVIDER_OVERRIDE set to true. + # Min: 24000.0 + # Max: 1728000.0 + D:SURFACE_DAY_LENGTH=96000.0 + + # Override the Overworld World Provider, allows or changing length od day and night, this will conflict with such mods as StallearSky + B:SURFACE_PROVIDER_OVERRIDE=false +} + + diff --git a/config/primal_tech.cfg b/config/primal_tech.cfg new file mode 100644 index 0000000..74af39e --- /dev/null +++ b/config/primal_tech.cfg @@ -0,0 +1,130 @@ +# Configuration file + +########################################################################################################## +# blocks considered as fire sources +#--------------------------------------------------------------------------------------------------------# +# Used By unlit torches (can be used for more later :P ) +########################################################################################################## + +"blocks considered as fire sources" { + # Happy Birthday! [default: [minecraft:fire], [primal_tech:fibre_torch_lit]] + S:"Fire Source blocks" < + minecraft:fire + progressiontweaks:fire_pit_lit + immcraft:sticks + minecraft:torch + primal_tech:fibre_torch_lit + tconstruct:stone_torch + totemic:totem_torch + minecraft:lava + > +} + + +charcoal { + # [range: 0 ~ 300, default: 0] + I:"Chance that fire will consume this block. 300 being a 100% chance, 0, being a 0% chance"=0 +} + + +########################################################################################################## +# clay kiln recipes +#--------------------------------------------------------------------------------------------------------# +# output, input syntax is: modName:itemName,metaData#modName:itemName,metaData#cookingSpeedInTicks +########################################################################################################## + +"clay kiln recipes" { + # Happy Birthday! [default: [primal_tech:flint_block,0#minecraft:gravel,0#200], [primal_tech:charcoal_block,0#minecraft:log,0#200], [primal_tech:charcoal_block,0#minecraft:log,1#200], [primal_tech:charcoal_block,0#minecraft:log,2#200], [primal_tech:charcoal_block,0#minecraft:log,3#200], [primal_tech:charcoal_block,0#minecraft:log2,0#200], [primal_tech:charcoal_block,0#minecraft:log2,1#200]] + S:"Clay Kiln Recipes" < + > +} + + +"clubs and bone shards" { + B:"Boneshards drop when Mobs are killed with Clubs."=true + + # [range: 1 ~ 2147483647, default: 3] + I:"Chance Boneshards drop when killed with Clubs. Higher numbers = less chance"=3 +} + + +"fluid bladder" { + B:"Can Pick Up Lava"=false + B:"Can Place Fluids in World"=false +} + + +########################################################################################################## +# stone anvil recipes +#--------------------------------------------------------------------------------------------------------# +# output, input syntax is: modName:itemName,metaData,amount#modName:itemName,metaData +########################################################################################################## + +"stone anvil recipes" { + # Happy Birthday! [default: [minecraft:flint,0,4#primal_tech:flint_block,0]] + S:"Stone Anvil Recipes" < + > +} + + +"stone anvil setting" { + # [range: 3 ~ 2147483647, default: 20] + I:"Crafting Uses Before Stone Anvil Breaks"=125 + I:"Max Damage Of Stone Mallet"=160 + B:"Stone Anvil Shows Cracks Before Breaking."=false + + # [range: 1 ~ 2147483647, default: 4] + I:"Strikes Needed To Craft on The Stone Anvil"=4 + I:"Strikes Needed To Craft on The Stone Avil"=4 +} + + +########################################################################################################## +# water powered saw recipes +#--------------------------------------------------------------------------------------------------------# +# output, input syntax is: modName:itemName,metaData,outputAmount#modName:itemName,metaData#choppingSpeedInTicks +########################################################################################################## + +"water powered saw recipes" { + # Happy Birthday! [default: [minecraft:planks,0,4#minecraft:log,0#80], [minecraft:planks,1,4#minecraft:log,1#80], [minecraft:planks,2,4#minecraft:log,2#80], [minecraft:planks,3,4#minecraft:log,3#80], [minecraft:planks,4,4#minecraft:log2,0#80], [minecraft:planks,5,4#minecraft:log2,1#80]] + S:"Water Powered Saw Recipes" < + > +} + + +########################################################################################################## +# wooden basin recipes +#--------------------------------------------------------------------------------------------------------# +# output, input syntax is: modName:itemName,metaData,outputAmount#fluidName#modName:itemName,metaData (up to 4 input Items seperated with commas +########################################################################################################## + +"wooden basin recipes" { + # Happy Birthday! [default: [minecraft:obsidian,0,1#lava#minecraft:cobblestone,0,minecraft:cobblestone,0]] + S:"Wooden Basin Recipes" < + > +} + + +"wooden basin setting" { + I:"How Many Stirs Before Result"=3 +} + + +"work stump setting" { + # [range: 3 ~ 2147483647, default: 20] + I:"Crafting Uses Before Stump Breaks"=50 + + # [range: 3 ~ 2147483647, default: 40] + I:"Crafting Uses Before Upgraded Stump Breaks"=325 + + # [range: 1 ~ 2147483647, default: 4] + I:"Craftng Rock Strikes Needed To Craft on The Stump"=5 + + # [range: 1 ~ 2147483647, default: 4] + I:"Craftng Rock Strikes Needed To Craft on The Upgraded Stump"=3 + I:"Max Damage Of Crafing Rock"=250 + B:"Stump Shows Cracks Before Breaking."=true + B:"Upgraded Stump Shows Cracks Before Breaking."=true +} + + diff --git a/config/progressiontweaks.cfg b/config/progressiontweaks.cfg new file mode 100644 index 0000000..729518e --- /dev/null +++ b/config/progressiontweaks.cfg @@ -0,0 +1,136 @@ +# Configuration file + +########################################################################################################## +# firepit settings +#--------------------------------------------------------------------------------------------------------# +# Fire Pit Settings +########################################################################################################## + +"firepit settings" { + # Attraction radius for the fire pit to make the mobs attact to. Square radius from corner to center. [range: 1 ~ 100, default: 16] + I:"Attraction Radius"=16 + + # Fuel items for the fire pit to be able to accept. Format, things in () are optional -> "ModID:ItemName(:meta)-duration" With duration in ticks. [default: ] + S:Fuels < + abyssalcraft:dltlog-300 + abyssalcraft:dltplank-300 + abyssalcraft:dreadlog-300 + abyssalcraft:dreadplanks-300 + betterwithaddons:log_sakura-300 + betterwithaddons:planks_sakura-300 + minecraft:coal-1600 + minecraft:coal:1-1600 + minecraft:coal_block-16000 + minecraft:log-300 + minecraft:log2-300 + minecraft:log2:1-300 + minecraft:log:1-300 + minecraft:log:2-300 + minecraft:log:3-300 + minecraft:planks-300 + minecraft:planks:1-300 + minecraft:planks:2-300 + minecraft:planks:3-300 + minecraft:planks:4-300 + minecraft:planks:5-300 + minecraft:red_flower-50 + minecraft:sapling-100 + minecraft:sapling:1-100 + minecraft:sapling:2-100 + minecraft:sapling:3-100 + minecraft:sapling:4-100 + minecraft:sapling:5-100 + minecraft:stick-100 + minecraft:wooden_axe-200 + minecraft:wooden_pickaxe-200 + minecraft:wooden_shovel-200 + minecraft:wooden_slab-150 + minecraft:wooden_slab:1-150 + minecraft:wooden_slab:2-150 + minecraft:wooden_slab:3-150 + minecraft:wooden_slab:4-150 + minecraft:wooden_slab:5-150 + minecraft:wooden_sword-200 + minecraft:yellow_flower-50 + natura:nether_logs-300 + natura:nether_logs2-300 + natura:nether_logs2:15-300 + natura:nether_logs:1-300 + natura:nether_logs:2-300 + natura:nether_planks-300 + natura:nether_planks:2-300 + natura:overworld_logs-300 + natura:overworld_logs2-300 + natura:overworld_logs2:1-300 + natura:overworld_logs2:2-300 + natura:overworld_logs2:3-300 + natura:overworld_logs:1-300 + natura:overworld_logs:2-300 + natura:overworld_logs:3-300 + natura:overworld_planks-300 + natura:overworld_planks:1-300 + natura:overworld_planks:2-300 + natura:overworld_planks:3-300 + natura:overworld_planks:4-300 + natura:overworld_planks:5-300 + natura:overworld_planks:8-300 + natura:redwood_logs-300 + natura:redwood_logs:1-300 + natura:redwood_logs:2-300 + primal:logs-300 + primal:logs:1-300 + primal:logs_stripped-300 + primal:planks:6-300 + primal:planks:7-300 + primal_tech:charcoal_block-6400 + rustic:log-300 + rustic:log:1-300 + rustic:planks-300 + rustic:planks:1-300 + totemic:cedar_log-300 + totemic:cedar_plank-300 + totemic:stripped_cedar_log-300 + traverse:fir_log-300 + traverse:fir_planks-300 + betterwithaddons:log_mulberry-300 + betterwithaddons:planks_mulberry-300 + > + + # Recipes for the fire pit to be able to cook. Format, things in () are optional -> "ModID:ItemName(:meta)-ModID:ItemName(:meta)-duration-xp" With the first item being the input and the second being the cooked output. [default: ] + S:Recipes < + minecraft:fish-minecraft:cooked_fish-300-2 + minecraft:fish:1-minecraft:cooked_fish:1-300-2 + minecraft:fish:2-minecraft:cooked_fish-300-2 + minecraft:fish:3-minecraft:cooked_fish-300-2 + minecraft:porkchop-minecraft:cooked_porkchop-300-2 + minecraft:beef-minecraft:cooked_beef-300-2 + minecraft:chicken-minecraft:cooked_chicken-300-2 + minecraft:rabbit-minecraft:cooked_rabbit-300-2 + minecraft:mutton-minecraft:cooked_mutton-300-2 + minecraft:potato-minecraft:baked_potato-300-2 + horsepower:flour-progressiontweaks:flat_bread-300-3 + minecraft:red_mushroom-betterwithaddons:food_amanita_baked-300-2 + minecraft:brown_mushroom-betterwithaddons:food_amanita_baked-300-2 + primal:hide_salted-primal:hide_dried-300-2 + primal:hide_tanned-minecraft:leather-300-2 + primal:horse_meat_raw-primal:horse_meat_cooked-300-2 + betterwithmods:mystery_meat-betterwithmods:cooked_mystery_meat-300-2 + animalium:rat_meat-animalium:rat_meat_cooked-300-2 + twilightforest:raw_venison-twilightforest:cooked_venison-300-2 + totemic:buffalo_meat-totemic:cooked_buffalo_meat-300-2 + twilightforest:raw_meef-twilightforest:cooked_meef-300-2 + betterwithaddons:food_ground_meat-betterwithaddons:food_meatballs-300-2 + animalium:bear_meat-animalium:bear_meat_cooked-300-2 + primal:bear_meat_raw-primal:bear_meat_cooked-300-2 + primal:wolf_meat_raw-primal:wolf_meat_cooked-300-2 + betterwithmods:wolf_chop-betterwithmods:cooked_wolf_chop-300-2 + > +} + + +"item settings" { + # Chance of a thrown spear to break. 1 in x chance. Set to 0 for never. [range: 0 ~ 2147483647, default: 15] + I:"Spear Break Chance"=15 +} + + diff --git a/config/prospectors.cfg b/config/prospectors.cfg new file mode 100644 index 0000000..a78a259 --- /dev/null +++ b/config/prospectors.cfg @@ -0,0 +1,362 @@ +# Configuration file + +prospector_best { + # True means this is a blacklist: ignore whats listed. False means its a whitelist: only print whats listed. [default: false] + B:IsBlacklist=false + + # List of blocks that the Prospector knows about. [default: [minecraft:quartz_ore], [minecraft:diamond_ore], [minecraft:emerald_ore], [minecraft:iron_ore], [minecraft:gold_ore], [minecraft:iron_ore], [minecraft:coal_ore], [minecraft:lapis_ore], [minecraft:redstone_ore/0], [minecraft:redstone_ore/1]] + S:ProspectorBlockList < + geolosys:ore_vanilla/2 + abyssalcraft:coraliumore/0 + abyssalcraft:nitreore/0 + actuallyadditions:block_misc/3 + appliedenergistics2:charged_quartz_ore/0 + appliedenergistics2:quartz_ore/0 + astralsorcery:blockcustomore/0 + astralsorcery:blockcustomore/1 + astralsorcery:blockcustomsandore/0 + contenttweaker:sub_block_holder_0/0 + contenttweaker:sub_block_holder_0/4 + extraplanets:callisto/3 + extraplanets:callisto/4 + extraplanets:callisto/5 + extraplanets:ceres/3 + extraplanets:ceres/4 + extraplanets:ceres/5 + extraplanets:ceres/6 + extraplanets:deimos/3 + extraplanets:deimos/4 + extraplanets:deimos/5 + extraplanets:eris/3 + extraplanets:eris/4 + extraplanets:eris/5 + extraplanets:eris/6 + extraplanets:europa/3 + extraplanets:europa/4 + extraplanets:europa/5 + extraplanets:ganymede/3 + extraplanets:ganymede/4 + extraplanets:ganymede/5 + extraplanets:iapetus/3 + extraplanets:iapetus/4 + extraplanets:iapetus/5 + extraplanets:io/3 + extraplanets:io/4 + extraplanets:io/5 + extraplanets:jupiter/11 + extraplanets:jupiter/3 + extraplanets:jupiter/4 + extraplanets:jupiter/5 + extraplanets:jupiter/6 + extraplanets:jupiter/7 + extraplanets:kepler22b/10 + extraplanets:kepler22b/13 + extraplanets:kepler22b/2 + extraplanets:kepler22b/3 + extraplanets:kepler22b/4 + extraplanets:kepler22b/5 + extraplanets:kepler22b/6 + extraplanets:kepler22b/7 + extraplanets:kepler22b/8 + extraplanets:kepler22b/9 + extraplanets:mercury/10 + extraplanets:mercury/3 + extraplanets:mercury/4 + extraplanets:mercury/5 + extraplanets:mercury/6 + extraplanets:neptune/10 + extraplanets:neptune/3 + extraplanets:neptune/4 + extraplanets:neptune/5 + extraplanets:neptune/6 + extraplanets:oberon/3 + extraplanets:oberon/4 + extraplanets:oberon/5 + extraplanets:phobos/3 + extraplanets:phobos/4 + extraplanets:phobos/5 + extraplanets:pluto/3 + extraplanets:pluto/4 + extraplanets:pluto/5 + extraplanets:pluto/6 + extraplanets:rhea/3 + extraplanets:rhea/4 + extraplanets:rhea/5 + extraplanets:saturn/12 + extraplanets:saturn/3 + extraplanets:saturn/4 + extraplanets:saturn/5 + extraplanets:saturn/6 + extraplanets:titan/3 + extraplanets:titan/4 + extraplanets:titan/5 + extraplanets:titania/3 + extraplanets:titania/4 + extraplanets:titania/5 + extraplanets:triton/3 + extraplanets:triton/4 + extraplanets:triton/5 + extraplanets:uranus/3 + extraplanets:uranus/7 + galacticraftcore:basic_block_core/5 + galacticraftcore:basic_block_core/6 + galacticraftcore:basic_block_core/7 + galacticraftcore:basic_block_core/8 + galacticraftcore:basic_block_moon/0 + galacticraftcore:basic_block_moon/1 + galacticraftcore:basic_block_moon/2 + galacticraftcore:basic_block_moon/6 + galacticraftcore:cheese_curd/0 + galacticraftplanets:asteroids_block/3 + galacticraftplanets:asteroids_block/4 + galacticraftplanets:asteroids_block/5 + galacticraftplanets:item_basic_mars/0 + galacticraftplanets:mars/0 + galacticraftplanets:mars/1 + galacticraftplanets:mars/2 + galacticraftplanets:mars/3 + galacticraftplanets:venus/10 + galacticraftplanets:venus/11 + galacticraftplanets:venus/6 + galacticraftplanets:venus/7 + galacticraftplanets:venus/8 + galacticraftplanets:venus/9 + geolosys:ore/0 + geolosys:ore/1 + geolosys:ore/2 + geolosys:ore/3 + geolosys:ore/4 + geolosys:ore/5 + geolosys:ore/6 + geolosys:ore/7 + geolosys:ore/8 + geolosys:ore/9 + geolosys:ore_vanilla/0 + geolosys:ore_vanilla/1 + geolosys:ore_vanilla/3 + geolosys:ore_vanilla/4 + geolosys:ore_vanilla/5 + geolosys:ore_vanilla/6 + immersiveengineering:ore/1 + immersiveengineering:ore/2 + immersiveengineering:ore/3 + immersiveengineering:ore/4 + immersiveengineering:ore/5 + minecraft:coal_ore/0 + minecraft:diamond_ore/0 + minecraft:emerald_ore/0 + minecraft:gold_ore/0 + minecraft:iron_ore/0 + minecraft:lapis_ore/0 + minecraft:quartz_ore/0 + minecraft:quartz_ore/0 + minecraft:redstone_ore/0 + mundaneredstone:redstone_ore/0 + nex:ore_amethyst/0 + nex:ore_quartz/0 + nex:ore_quartz/1 + nex:ore_quartz/2 + nex:ore_quartz/3 + nex:amethyst_ore + tconstruct:ore + tconstruct:ore/1 + > + + # Time delay per use (ticks); zero to disable [range: 0 ~ 256, default: 10] + I:cooldown=20 + + # Durability: number of uses [range: 1 ~ 65536, default: 200] + I:durability=500 + + # Search range [range: 1 ~ 256, default: 32] + I:range=48 +} + + +prospector_high { + # True means this is a blacklist: ignore whats listed. False means its a whitelist: only print whats listed. [default: false] + B:IsBlacklist=false + + # List of blocks that the Prospector knows about. [default: [minecraft:quartz_ore], [minecraft:iron_ore], [minecraft:gold_ore], [minecraft:iron_ore], [minecraft:coal_ore], [minecraft:lapis_ore], [minecraft:redstone_ore/0], [minecraft:redstone_ore/1]] + S:ProspectorBlockList < + geolosys:ore_vanilla/2 + contenttweaker:sub_block_holder_0/0 + abyssalcraft:coraliumore/0 + abyssalcraft:nitreore/0 + actuallyadditions:block_misc/3 + astralsorcery:blockcustomore/0 + astralsorcery:blockcustomore/1 + astralsorcery:blockcustomsandore/0 + galacticraftcore:basic_block_core/8 + geolosys:ore/0 + geolosys:ore/1 + geolosys:ore/2 + geolosys:ore/3 + geolosys:ore/4 + geolosys:ore/5 + geolosys:ore/6 + geolosys:ore/7 + geolosys:ore/8 + geolosys:ore_vanilla/0 + geolosys:ore_vanilla/1 + geolosys:ore_vanilla/3 + geolosys:ore_vanilla/4 + immersiveengineering:ore/1 + immersiveengineering:ore/2 + immersiveengineering:ore/3 + immersiveengineering:ore/4 + minecraft:coal_ore/0 + minecraft:gold_ore/0 + minecraft:iron_ore/0 + minecraft:lapis_ore/0 + minecraft:quartz_ore/0 + minecraft:quartz_ore/0 + minecraft:redstone_ore/0 + mundaneredstone:redstone_ore/0 + nex:ore_amethyst/0 + nex:ore_quartz/0 + nex:ore_quartz/1 + nex:ore_quartz/2 + nex:ore_quartz/3 + nex:amethyst_ore + tconstruct:ore + tconstruct:ore/1 + > + + # Time delay per use (ticks); zero to disable [range: 0 ~ 256, default: 10] + I:cooldown=20 + + # Durability: number of uses [range: 1 ~ 65536, default: 200] + I:durability=500 + + # Search range [range: 1 ~ 256, default: 32] + I:range=48 +} + + +prospector_low { + # True means this is a blacklist: ignore whats listed. False means its a whitelist: only print whats listed. [default: false] + B:IsBlacklist=false + + # List of blocks that the Prospector knows about. [default: [minecraft:iron_ore], [minecraft:coal_ore]] + S:ProspectorBlockList < + geolosys:ore_vanilla/2 + contenttweaker:sub_block_holder_0/0 + abyssalcraft:coraliumore/0 + abyssalcraft:nitreore/0 + actuallyadditions:block_misc/3 + astralsorcery:blockcustomore/0 + astralsorcery:blockcustomore/1 + astralsorcery:blockcustomsandore/0 + geolosys:ore/0 + geolosys:ore/2 + geolosys:ore/3 + geolosys:ore/4 + geolosys:ore/5 + geolosys:ore_vanilla/0 + geolosys:ore_vanilla/3 + immersiveengineering:ore/1 + immersiveengineering:ore/2 + immersiveengineering:ore/3 + immersiveengineering:ore/4 + minecraft:coal_ore/0 + minecraft:gold_ore/0 + minecraft:iron_ore/0 + minecraft:lapis_ore/0 + > + + # Time delay per use (ticks); zero to disable [range: 0 ~ 256, default: 10] + I:cooldown=20 + + # Durability: number of uses [range: 1 ~ 65536, default: 200] + I:durability=500 + + # Search range [range: 1 ~ 256, default: 32] + I:range=48 +} + + +prospector_lowest { + # True means this is a blacklist: ignore whats listed. False means its a whitelist: only print whats listed. [default: false] + B:IsBlacklist=false + + # List of blocks that the Prospector knows about. [default: [minecraft:coal_ore], [minecraft:gravel], [minecraft:sand]] + S:ProspectorBlockList < + actuallyadditions:block_misc/3 + abyssalcraft:coraliumore/0 + minecraft:coal_ore/0 + geolosys:ore_vanilla/0 + geolosys:ore/2 + geolosys:ore/4 + geolosys:ore/3 + geolosys:ore/5 + contenttweaker:sub_block_holder_0/0 + > + + # Time delay per use (ticks); zero to disable [range: 0 ~ 256, default: 10] + I:cooldown=20 + + # Durability: number of uses [range: 1 ~ 65536, default: 200] + I:durability=500 + + # Search range [range: 1 ~ 256, default: 32] + I:range=48 +} + + +prospector_med { + # True means this is a blacklist: ignore whats listed. False means its a whitelist: only print whats listed. [default: false] + B:IsBlacklist=false + + # List of blocks that the Prospector knows about. [default: [minecraft:gold_ore], [minecraft:iron_ore], [minecraft:coal_ore], [minecraft:lapis_ore]] + S:ProspectorBlockList < + geolosys:ore_vanilla/2 + contenttweaker:sub_block_holder_0/0 + abyssalcraft:coraliumore/0 + abyssalcraft:nitreore/0 + actuallyadditions:block_misc/3 + astralsorcery:blockcustomore/0 + astralsorcery:blockcustomore/1 + astralsorcery:blockcustomsandore/0 + geolosys:ore/0 + geolosys:ore/1 + geolosys:ore/2 + geolosys:ore/3 + geolosys:ore/4 + geolosys:ore/5 + geolosys:ore/6 + geolosys:ore/7 + geolosys:ore/8 + geolosys:ore_vanilla/0 + geolosys:ore_vanilla/1 + geolosys:ore_vanilla/3 + immersiveengineering:ore/1 + immersiveengineering:ore/2 + immersiveengineering:ore/3 + immersiveengineering:ore/4 + minecraft:coal_ore/0 + minecraft:gold_ore/0 + minecraft:iron_ore/0 + minecraft:lapis_ore/0 + minecraft:quartz_ore/0 + minecraft:quartz_ore/0 + minecraft:redstone_ore/0 + mundaneredstone:redstone_ore/0 + nex:ore_amethyst/0 + nex:ore_quartz/0 + nex:ore_quartz/1 + nex:ore_quartz/2 + nex:ore_quartz/3 + > + + # Time delay per use (ticks); zero to disable [range: 0 ~ 256, default: 10] + I:cooldown=20 + + # Durability: number of uses [range: 1 ~ 65536, default: 200] + I:durability=500 + + # Search range [range: 1 ~ 256, default: 32] + I:range=48 +} + + diff --git a/config/quark.cfg b/config/quark.cfg new file mode 100644 index 0000000..3d4ed99 --- /dev/null +++ b/config/quark.cfg @@ -0,0 +1,2719 @@ +# Configuration file + +_global { + # Set this to false to disable stairs, slabs, and walls, mod-wide. As these blocks can use a lot of Block IDs, + # this is helpful to reduce the load, if you intend on running a really large modpack. + # Note: Blocks that require stairs and/or slabs for their recipes (such as Soul Sandstone or Midori) won't be affected. + B:"Allow Block Variants"=true + + # Set this to false to remove the system that has features turn themselves off automatically when other mods are present that add similar features. + # Note that you can force features to be enabled individually through their respective configs. + B:"Enable Anti-Overlap"=true + + # Adds the /quarkconfig command which allows for modification of the Quark config file through any means that can run commands at permission 2 (command block level) or higher. + # An example syntax of the command would be /quarkconfig management "store to chests" "B:Invert button" true nosave playerdude + # Doing this would set the dropoff button for playerdude to be inverted. "save" means it should save the changes to the config file on disk. Using "nosave" won't save. + # Another example can be /quarkconfig tweaks - "Shearable chickens" false + # This disables shearable chickens for everybody on the server. "nosave" doesn't need to be included, as it's the default. + # "nosave" does need to be there if a player name is used. Lastly, - signifies no subcategory inside the module. + B:"Enable Quark Config Command"=true + + # Whether features that are based on the time of year should be enabled. + # An example is chests turning to presents when it's Christmas. + # Note that this will not affect vanilla's own seasonal features. + B:"Enable Seasonal Features"=true + + # Set this to false to disable the q button in the main and pause menus. + # If you disable this, you can still access the quark config from Mod Options > Quark > Config + B:"Enable q Button"=false + + # Set this to true to move the q button to the right of the buttons, instead + # of to the left as it is by default. + B:"q Button on the Right"=false +} + + +_modules { + B:automation=true + B:building=true + B:client=true + B:decoration=true + + # Experimental Features. All features in this module are disabled by default. Use at your own risk. + B:experimental=true + B:management=true + B:misc=true + B:tweaks=true + B:vanity=true + B:world=true +} + + +automation { + B:"Animals eat floor food"=true + B:Chute=false + B:"Dispenser records"=true + B:"Dispensers place blocks"=true + B:"Dispensers place seeds"=true + B:"Ender watcher"=true + B:"Metal buttons"=true + B:"Obsidian pressure plate"=true + B:"Piston Block Breakers"=true + B:"Pistons Push and Pull Items"=true + B:"Pistons move t es"=false + B:"Rain detector"=true + B:"Redstone randomizer"=true + B:"Sugar block"=false + + "dispensers place blocks" { + # Blocks that dispensers should not be able to place + S:Blacklist < + minecraft:water + minecraft:flowing_water + minecraft:lava + minecraft:flowing_lava + minecraft:fire + betterwithmods:corner_iron + betterwithmods:corner_rock + betterwithmods:corner_wood + betterwithmods:moulding_iron + betterwithmods:moulding_rock + betterwithmods:moulding_wood + betterwithmods:siding_iron + betterwithmods:siding_rock + betterwithmods:siding_wood + botania:specialflower + > + + # This feature disables itself if any of the following mods are loaded: + # - blockdispenser + # This is done to prevent content overlap. + # You can turn this on to force the feature to be loaded even if the above mods are also loaded. + B:"Force Enabled"=false + } + + "ender watcher" { + # This feature disables itself if any of the following mods are loaded: + # - botania + # This is done to prevent content overlap. + # You can turn this on to force the feature to be loaded even if the above mods are also loaded. + B:"Force Enabled"=false + } + + "piston block breakers" { + # Replace the End Rod in the recipe with an Iron Ingot + B:"Enable Easy Recipe"=false + } + + "pistons move t es" { + # List of blocks whose tile entity update should be delayed by one tick after placed to prevent corruption. + S:"Delayed Update List" < + minecraft:dispenser + minecraft:dropper + > + + # Blocks with Tile Entities that pistons should not be able to move. + # You can specify just mod names here, and all blocks from that mod will be disabled. + S:"Tile Entity Movement Blacklist" < + minecraft:mob_spawner + integrateddynamics:cable + > + + # Some mod blocks with complex renders will break everything if moved. Add them here if you find any. + S:"Tile Entity Render Blacklist" < + psi:programmer + botania:starfield + > + } + + "animals eat floor food" { + # This feature disables itself if any of the following mods are loaded: + # - betterwithmods + # - easybreeding + # - animania + # This is done to prevent content overlap. + # You can turn this on to force the feature to be loaded even if the above mods are also loaded. + B:"Force Enabled"=false + + # Prevents entities from proliferating infinitely. Set to 0 or less to disable checking. + I:"Maximum entities per chunk area"=0 + } + + "dispensers place seeds" { + # Add seeds from other mods here, in the following format: mod:seed=mod:block:meta. Set meta to -1 to just place the default. + S:"Custom Seeds" < + > + + # This feature disables itself if any of the following mods are loaded: + # - botania + # - animania + # This is done to prevent content overlap. + # You can turn this on to force the feature to be loaded even if the above mods are also loaded. + B:"Force Enabled"=false + } + + "pistons push and pull items" { + D:"Push Strength"=0.47999998927116394 + } + + "metal buttons" { + B:"Enable Gold Button"=true + B:"Enable Iron Button"=true + } + +} + + +building { + B:"Bark blocks"=false + B:"Carved wood"=false + B:"Charred nether bricks"=true + B:"Duskbound blocks"=true + B:"Framed glass"=false + B:"Hardened clay tiles"=true + B:"Iron plates"=false + B:"Magma bricks"=true + B:"Midori blocks"=true + B:"More sandstone"=false + B:"Polished netherrack"=true + B:"Polished stone"=true + B:"Quilted wool"=false + B:"Sandy bricks"=false + B:"Snow bricks"=false + B:"Soul sandstone"=true + B:"Stained planks"=false + B:"Sturdy stone"=true + B:"Sugar cane blocks"=false + B:Thatch=false + B:Trowel=true + B:Turf=true + B:"Vanilla stairs and slabs"=true + B:"Vanilla walls"=true + B:"Vertical wood planks"=false + B:"World stone bricks"=true + B:"World stone pavement"=false + + "sugar cane blocks" { + B:"Enable stairs and slabs"=false + B:"Enable walls"=false + } + + "more sandstone" { + B:"Enable stairs and slabs"=true + } + + "vanilla walls" { + B:Andesite=true + B:Bricks=true + B:"Dark Prismarine"=false + B:Diorite=true + B:"End Bricks"=true + B:Granite=true + B:Prismarine=true + B:"Prismarine Bricks"=false + B:Purpur=true + B:Quartz=true + B:"Red Sandstone"=true + B:Sandstone=true + B:Stone=true + B:"Stone Bricks"=true + } + + "stained planks" { + B:"Enable stairs and slabs"=false + } + + "hardened clay tiles" { + B:"Enable stained tiles"=true + B:"Enable stairs and slabs"=true + } + + "bark blocks" { + B:"Enable stairs and slabs"=false + B:"Enable walls"=false + + # Set this to true to use a 2x2 recipe instead of 3x3. + B:"Use 2x2 Recipe"=false + } + + "snow bricks" { + B:"Enable stairs and slabs"=false + B:"Enable walls"=false + } + + "iron plates" { + B:"Enable stairs and slabs"=false + } + + "soul sandstone" { + B:"Enable stairs"=false + B:"Enable walls"=false + } + + "sandy bricks" { + B:"Enable stairs and slabs"=false + B:"Enable walls"=false + } + + "vanilla stairs and slabs" { + B:Andesite=true + B:"Dark Prismarine"=true + B:Diorite=true + B:"End Bricks"=true + B:Granite=true + B:Prismarine=false + B:"Prismarine Bricks"=true + B:"Red Nether Brick"=true + B:Stone=true + } + + thatch { + B:"Enable stairs and slabs"=false + D:"Fall damage multiplier"=0.5 + } + + "charred nether bricks" { + B:"Enable stairs and slabs"=true + } + + "polished netherrack" { + B:"Enable stairs and slabs"=true + B:"Enable walls"=true + } + + "world stone bricks" { + B:"Enable stairs and slabs"=true + B:"Enable walls"=true + } + + "midori blocks" { + B:"Enable walls"=true + } + + "magma bricks" { + B:"Enable stairs and slabs"=true + } + + trowel { + # Amount of blocks placed is this value - 1. Default is 255 (4 stacks). + # Set to 0 to make the Trowel unbreakable + I:"Trowel Max Durability"=255 + } + + "duskbound blocks" { + B:"Enable stairs and slabs"=true + B:"Enable walls"=true + } + + "vertical wood planks" { + B:"Enable Vertical Stained Planks"=false + } + + turf { + B:"Enable stairs and slabs"=true + } + +} + + +client { + B:"Auto jump hotkey"=false + B:"Better fire effect"=true + B:"Better vanilla textures"=false + B:"Chest search bar"=false + B:"Creepers turn red when they're exploding"=false + B:"Dump texture atlases as images"=false + B:"Enchanted books show items"=true + B:"Food tooltip"=true + B:"Greener grass"=false + B:"Improved mount h u d"=true + B:"Improved sign edit"=true + B:"Items flash before expiring"=false + B:"Less intrusive shields"=true + B:"Map tooltip"=true + B:"No potion shift"=true + + # Shift-Ctrl-F2 for panorama screenshot. + # Panoramas show up in the main menu. + # Rename a panorama folder to 'main_menu' and it'll always show that one. + B:"Panorama maker"=false + B:"Random animal textures"=false + B:"Show invalid slots"=false + B:"Shulker box tooltip"=true + B:"Usage ticker"=true + B:"Visual stat display"=true + + "food tooltip" { + # This feature disables itself if any of the following mods are loaded: + # - appleskin + # This is done to prevent content overlap. + # You can turn this on to force the feature to be loaded even if the above mods are also loaded. + B:"Force Enabled"=false + } + + "map tooltip" { + B:"Needs Shift to be visible"=false + } + + "shulker box tooltip" { + B:"Needs Shift to be visible"=false + B:"Use Colors"=true + } + + "greener grass" { + # Sets the grass color to be a "Minecraft Alpha" tone. + # This will override all manual shift values. + B:"Alpha grass"=false + S:"Extra blocks" < + buildingbrickscompatvanilla:grass_slab + buildingbrickscompatvanilla:grass_step + buildingbrickscompatvanilla:grass_corner + buildingbrickscompatvanilla:grass_vertical_slab + buildingbrickscompatvanilla:grass_stairs + betterwithmods:dirt_slab + biomesoplenty:plant_0 + biomesoplenty:plant_1 + biomesoplenty:leaves_1 + biomesoplenty:leaves_2 + biomesoplenty:leaves_3 + biomesoplenty:leaves_4 + biomesoplenty:leaves_5 + biomesoplenty:grass + > + + # This feature disables itself if any of the following mods are loaded: + # - sereneseasons + # This is done to prevent content overlap. + # You can turn this on to force the feature to be loaded even if the above mods are also loaded. + B:"Force Enabled"=false + I:"Shift blues by"=-30 + I:"Shift greens by"=30 + I:"Shift reds by"=-30 + B:"Should affect foliage"=true + B:"Treat shifts as absolute and ignore biome colors"=false + } + + "panorama maker" { + # Take panorama screenshots without changing the render size + B:"Fullres screenshots"=false + I:"Panorama Picture Resolution"=256 + B:"Use panorama screenshots on main menu"=true + } + + "improved sign edit" { + B:"Enable Cancel Button"=true + B:"Enable Clear Button"=true + B:"Enable Shift Button"=true + } + + "chest search bar" { + # Automatically move the search bar if Inventory Tweaks is loaded so it doesn't end up in the same place as their buttons. + B:"Avoid Invtweaks Buttons"=true + + # Set to true to move to the center bar, next to the "Inventory" text. + B:"Move to Center Bar"=false + } + + "random animal textures" { + B:"Enable Chick"=false + B:"Enable Chicken"=false + B:"Enable Cow"=false + B:"Enable Pig"=false + } + + "usage ticker" { + B:"Enable Chest"=true + B:"Enable Feet"=true + B:"Enable Head"=true + B:"Enable Legs"=true + B:"Enable Mainhand"=true + B:"Enable Offhand"=true + + # Switch the armor display to the off hand side and the hand display to the main hand side + B:"Invert Displays"=false + I:"Left Side Offset"=0 + I:"Right Side Offset"=0 + } + + "better vanilla textures" { + B:"Enable Andesite"=true + B:"Enable Beetroot Seeds"=true + B:"Enable Bow Animation"=false + B:"Enable Bricks"=false + B:"Enable Dead Bush"=true + B:"Enable Diorite"=true + B:"Enable Glass"=false + B:"Enable Granite"=true + B:"Enable Observer"=false + B:"Enable Piston Models"=false + B:"Enable Pumpkin Front Face"=false + B:"Override Andesite"=true + B:"Override Beetroot Seeds"=false + B:"Override Bow Animation"=true + B:"Override Bricks"=true + B:"Override Diorite"=true + B:"Override Glass"=true + B:"Override Granite"=true + B:"Override Observer"=false + B:"Override Piston Models"=true + B:"Override Pumpkin Front Face"=false + } + + "items flash before expiring" { + # How many ticks should the item have left when it starts flashing. Default is 10 seconds (200). + I:"Time To Start Flashing"=200 + } + + "better fire effect" { + B:"Enable Different Render"=true + B:"Enable Particles"=true + } + + "show invalid slots" { + # Set this to true to only display the reds boxes when Shift is held + B:"Requires Shift"=true + } + + "enchanted books show items" { + # A list of additional stacks to display on each enchantment + # The format is as follows: + # enchant_id=item1,item2,item3... + # So to display a carrot on a stick on a mending book, for example, you use: + # minecraft:mending=minecraftcarrot_on_a_stick + S:"Additional Stacks" < + > + S:"Items to Test" < + minecraft:diamond_sword + minecraft:diamond_pickaxe + minecraft:diamond_shovel + minecraft:diamond_axe + minecraft:diamond_hoe + minecraft:diamond_helmet + minecraft:diamond_chestplate + minecraft:diamond_leggings + minecraft:diamond_boots + minecraft:shears + minecraft:bow + minecraft:fishing_rod + minecraft:elytra + > + } + +} + + +decoration { + # Adds the colored flower pot features of supporting additional flowers and comparator power to the vanilla flower pot using a block substitution + B:"Better vanilla flower pot"=true + B:"Blaze lantern"=true + B:"Charcoal block"=false + B:"Colored flower pots"=false + B:"Colored item frames"=false + B:"Flat item frames"=true + B:"Glass item frame"=true + B:"Iron ladders"=true + B:"Leaf carpets"=false + B:"Lit lamp"=false + B:"More banner layers"=true + B:"More banners"=true + B:"Nether brick fence gate"=true + B:"Paper lantern"=false + B:"Paper wall"=true + B:"Tallow and candles"=false + B:"Tie fences"=true + B:"Varied bookshelves"=false + B:"Varied buttons and pressure plates"=false + B:"Varied chests"=false + B:"Varied trapdoors"=true + + "more banners" { + B:Dragon=true + B:Eye=true + B:Shield=true + B:Sword=true + } + + "varied trapdoors" { + I:"Amount of trapdoors crafted (vanilla is 2)"=6 + B:"Rename vanilla trapdoor to Oak Trapdoor"=true + } + + "flat item frames" { + # This feature disables itself if any of the following mods are loaded: + # - strait + # This is done to prevent content overlap. + # You can turn this on to force the feature to be loaded even if the above mods are also loaded. + B:"Force Enabled"=false + } + + "varied bookshelves" { + B:"Rename vanilla bookshelves to Oak Bookshelf"=true + } + + "varied chests" { + B:"Add recipe to craft chests using Logs (makes 4 chests)"=true + + # Set this to true to add a recipe to convert any Quark chest to a vanilla one. + # Use this if some of your mods don't work with the ore dictionary key "chestWood". + B:"Enable Conversion to Vanilla Chests"=false + B:"Rename vanilla chests to Oak (Trapped) Chest"=true + } + + "tallow and candles" { + I:"Candles Crafted"=2 + + # Set to false to disable candles falling like sand. + B:"Candles Fall"=true + + # Turn this off if you don't want Tallow. This won't disable the candles, but will disable their recipes. + B:"Enable Tallow"=true + + # How much power candles provide to enchanting tables. 1 = 1 bookshelf + D:"Enchantment Power"=0.5 + I:"Max Tallow Dropped"=3 + I:"Min Tallow Dropped"=1 + I:"Tallow Burn Time"=200 + } + + "charcoal block" { + # This feature disables itself if any of the following mods are loaded: + # - actuallyadditions + # - mekanism + # This is done to prevent content overlap. + # You can turn this on to force the feature to be loaded even if the above mods are also loaded. + B:"Force Enabled"=false + } + + "colored flower pots" { + # If true, filled flower pots will respond to comparators based on the contents. + B:"Comparator Logic"=true + + # List of stacks to override default flower behavior, default checks for BlockBush. + # Format is 'modid:name[:meta]->power'. Unset meta will default wildcard. Power refers to comparator power, non-zero makes it valid for a flower pot. Specific values: + # * 0 - not flower, blacklists from placing in a flower pot + # * 1 - mushroom + # * 4 - fern + # * 7 - flower + # * 10 - dead bush + # * 12 - sapling + # * 15 - cactus + S:"Flower Overrides" < + biomesoplenty:mushroom->1 + biomesoplenty:flower_0->7 + biomesoplenty:flower_0->7 + biomesoplenty:sapling_0->12 + biomesoplenty:sapling_1->12 + biomesoplenty:sapling_2->12 + quark:glowshroom->1 + > + } + + "more banner layers" { + I:"Survival Layer Count"=16 + } + + "varied buttons and pressure plates" { + B:"Enable Buttons"=true + B:"Enable Pressure Plates"=true + B:"Prefix vanilla blocks with Oak"=true + } + + "better vanilla flower pot" { + # This feature disables itself if any of the following mods are loaded: + # - inspirations + # This is done to prevent content overlap. + # You can turn this on to force the feature to be loaded even if the above mods are also loaded. + B:"Force Enabled"=false + } + +} + + +experimental { + B:"Bigger caves"=true + B:"Collateral piston movement"=false + + # This feature is an incomplete test, and not fit for regular gameplay. Feel free to enable it to mess around but it may explode horribly. Don't report bugs with it. + # To make a colored light, use a Lit Redstone Lamp and put the color of Stained Glass you want under it. + # For obvious reasons, this is incompatible with Optifine. + # + B:"Colored lights"=false + B:"Dump texture atlases"=false + B:"Framed blocks"=false + B:Frogs=false + B:"Parrots say despacito"=false + + # Suppresses all STDOUT (and STDERR, if enabled) messages so they don't show up in the console. + # Use this if some mod left behind debug messages and you don't want to see them. + # If important messages end up being disabled by this, tell the modders in case to switch to a proper logger. + B:"Print suppressor"=false + B:"Reactive cursor"=false + + "colored lights" { + # Set this to true to make colored light cap out at the value of natural light. + # Note that having this enabled will make light values inconsistent based on when the light blocks were placed and updated. + B:"Cull To Lightmap"=false + + # Simulates the way light travels to calculate the colored light value properly. + # This needs to be enabled to prevent light from blending through walls. + # Note that this feature heavily increases memory and CPU requirements. Do NOT use it if you plan on having a lot of lights. + # You have been warned. + B:"Simulate Light Travel"=false + } + + "bigger caves" { + # Vanilla value is 1 + D:"Big Cave Size Minimum"=1.5 + + # Vanilla value is 3 + D:"Big Cave Size Variance"=4.5 + + # Given the value of this config as X, in average, 1 in X caves will be a huge cave + I:"Huge Cave Chance"=2500 + I:"Huge Cave Maximum Y Level"=32 + D:"Huge Cave Size Minimum"=14.0 + D:"Huge Cave Size Variance"=6.0 + B:"Huge Caves Enabled"=true + + # Vanilla value is 0 + D:"Overall Cave Size Minimum"=0.5 + + # Vanilla value is 3 + D:"Overall Cave Size Variance"=4.5 + } + + "print suppressor" { + B:"Suppress STDERR"=false + B:"Suppress STDOUT"=true + } + + "collateral piston movement" { + # An array of actions to apply to blocks. Each element is in the following format: + # blockid=action + # Where blockid is the ID of the block to apply the action to (e.g. minecraft:stone) + # And action is one of the following: + # above - moves all equal blocks above it + # below - moves all equal blocks below it + # above_below - moves all equal blocks above and below it + # above_edge - moves all equal blocks above it, and one more block of any type that's above the stack + # below_edge - moves all equal blocks below it, and one more block of any type that's below the stack + # above_below_edge - moves all equal blocks above and below it, and one more block of any type that's above or below the stack + # directional - moves the block its facing to (only works on directional blocks) + # sides - moves the blocks on all adjacent sides + # horizontals - moves the blocks on all adjacent horizontal sides + # verticals - moves the blocks on all adjacent vertical sides + S:Actions < + quark:chain=below_edge + > + } + + frogs { + B:"Frog legs can be made into jump boost reagent"=true + B:"Frogs know what day it is"=false + I:"Largest spawn group"=3 + I:"Smallest spawn group"=1 + + # The higher, the more will spawn + I:"Spawn Weight"=40 + } + +} + + +management { + B:"Automatic tool restock"=false + B:"Better craft shifting"=true + B:"Change hotbar keybind"=false + B:"Chest buttons"=true + B:"Chests in boats"=false + B:"Ctrl-click an item to favorite it. Favorited items aren't stored by the other features here"=true + B:"Inventory sorting"=false + B:"Press Ctrl-DELETE in the inventory to delete an item"=true + B:"Press F in the inventory to switch item to main hand"=true + B:"Press T in the inventory to link items to chat"=true + B:"Right click add to shulker box"=false + B:"Store to chests"=true + + "store to chests" { + # GUIs in which the drop off button should be forced to show up. Use the "Debug Classnames" option in chest buttons to find the names. + S:"Forced GUIs" < + > + + # If true the default will be to merge your items into nearby chests, otherwise hold shift for this functionality. + B:"Invert button"=true + I:"Position X"=0 + I:"Position X (Creative)"=28 + I:"Position Y "=30 + I:"Position Y (Creative)"=-20 + } + + "press f in the inventory to switch item to main hand" { + # This feature disables itself if any of the following mods are loaded: + # - visiblearmorslots + # This is done to prevent content overlap. + # You can turn this on to force the feature to be loaded even if the above mods are also loaded. + B:"Force Enabled"=false + } + + "automatic tool restock" { + # Enable comparing enchantments to find a replacement + B:"Enable Enchantment Matching"=true + + # Enable replacing your tools with tools of the same type but not the same item + B:"Enable Loose Matching"=true + + # This feature disables itself if any of the following mods are loaded: + # - inventorytweaks + # This is done to prevent content overlap. + # You can turn this on to force the feature to be loaded even if the above mods are also loaded. + B:"Force Enabled"=false + + # Enchantments deemed important enough to have special priority when finding a replacement + S:"Important Enchantments" < + minecraft:silk_touch + minecraft:fortune + minecraft:infinity + minecraft:luck_of_the_sea + minecraft:looting + > + B:"Unstackable Items Only"=false + } + + "chest buttons" { + # Set this to true to print out the names of all GUIs you open to the log. This is used to fill in the "Forced GUIs" list. + B:"Debug Classnames"=false + + # Blocks with inventories which do not explicitly accept dropoffs, but should be treated as though they do. + S:"Dropoff Enabled Blocks" < + minecraft:chest + minecraft:trapped_chest + > + + # Allow anything with 'chest' in its block identifier to be used as a dropoff inventory? + B:"Dropoff to Any Chest Block"=true + + # Allow any block with 'chest' in its modid identifier to be used as a dropoff inventory? + B:"Dropoff to Any Chest Mod"=true + + # Allow anything with 'chest' in its TileEntity identifier to be used as a dropoff inventory? + B:"Dropoff to Any Chest Tile"=true + + # GUIs in which the chest buttons should be forced to show up. Use the "Debug Classnames" option to find the names. + S:"Forced GUIs" < + > + + deposit { + # [default: true] + B:Enabled=true + + # [range: -2147483648 ~ 2147483647, default: -18] + I:"X Position"=-18 + + # [range: -2147483648 ~ 2147483647, default: -50] + I:"Y Position"=-50 + } + + smart_deposit { + # [default: true] + B:Enabled=true + + # [range: -2147483648 ~ 2147483647, default: -18] + I:"X Position"=-18 + + # [range: -2147483648 ~ 2147483647, default: -30] + I:"Y Position"=-30 + } + + restock { + # [default: true] + B:Enabled=true + + # [range: -2147483648 ~ 2147483647, default: -18] + I:"X Position"=-18 + + # [range: -2147483648 ~ 2147483647, default: 45] + I:"Y Position"=45 + } + + extract { + # [default: true] + B:Enabled=true + + # [range: -2147483648 ~ 2147483647, default: -18] + I:"X Position"=-18 + + # [range: -2147483648 ~ 2147483647, default: 25] + I:"Y Position"=25 + } + + sort { + # The Sort button is only available if the Inventory Sorting feature is enable [default: true] + B:Enabled=true + + # [range: -2147483648 ~ 2147483647, default: -18] + I:"X Position"=-18 + + # [range: -2147483648 ~ 2147483647, default: -70] + I:"Y Position"=-70 + } + + sort_player { + # The Sort button is only available if the Inventory Sorting feature is enable [default: true] + B:Enabled=true + + # [range: -2147483648 ~ 2147483647, default: -18] + I:"X Position"=-18 + + # [range: -2147483648 ~ 2147483647, default: 5] + I:"Y Position"=5 + } + + } + + "inventory sorting" { + B:"Enable Button in Player Inventory"=true + + # This feature disables itself if any of the following mods are loaded: + # - inventorytweaks + # - inventorysorter + # This is done to prevent content overlap. + # You can turn this on to force the feature to be loaded even if the above mods are also loaded. + B:"Force Enabled"=false + + # GUIs in which the sort button should be forced to show up. Use the "Debug Classnames" option in chest buttons to find the names. + S:"Forced GUIs" < + > + I:"Position X"=-20 + I:"Position X (Creative)"=8 + I:"Position Y "=30 + I:"Position Y (Creative)"=-20 + } + + "press ctrl-delete in the inventory to delete an item" { + B:"Enable Trash Button"=true + B:"Trash Button Needs Shift"=true + I:"Trash Button X"=3 + I:"Trash Button Y"=-25 + B:"Trash Button only on Player Inventory"=false + } + + "better craft shifting" { + B:"Enable Crafting Table"=true + B:"Enable Villager"=true + } + +} + + +misc { + B:"Ancient tomes"=false + B:"Black ash"=true + B:"Color runes"=false + B:"Enderdragon scales"=false + B:"Endermites into shulkers"=true + B:"Extra arrows"=true + B:"Extra potions"=true + B:"Lock direction hotkey"=true + B:"Map markers"=true + B:"Named snow golems with pumpkins drop player heads if killed by a witch"=true + B:"Note block interface"=true + B:"Note blocks play mob sounds if there's a head attached"=true + B:"Parrot eggs"=false + B:Pickarang=false + B:"Place vanilla dusts"=true + B:"Poison potato usage"=true + B:"Slime bucket"=true + B:"Soul powder"=true + B:"Throwable dragon breath"=true + B:"Utility recipes"=false + + "endermites into shulkers" { + # This feature disables itself if any of the following mods are loaded: + # - mite2shulker + # This is done to prevent content overlap. + # You can turn this on to force the feature to be loaded even if the above mods are also loaded. + B:"Force Enabled"=false + + # The chance (1 in X) for an Endermite to turn into a Shulker. + # The higher, the lower the chance. The chance for s Silverfish to bury is 10, for reference. + I:"Transform Chance"=200 + } + + "place vanilla dusts" { + B:"Enable Glowstone"=true + B:"Enable Gunpowder"=true + + # Amount of ticks between each piece of gunpowder igniting the next + I:"Gunpowder Delay"=10 + + # Amount of ticks between each piece of gunpowder igniting the next, if on Netherrack + I:"Gunpowder Delay on Netherrack"=5 + } + + "extra potions" { + # A list of potentially context sensitive replacements to apply to the beacon effect list. + # This system allows the potion effects in a beacon to change based on if there's specific blocks on top of the pyramid at the same layer as the beacon. + # Lines are processed in the order you add them. + # Each line is a comma separated list in the following format: + # block,meta,layer,index,potion + # + # Each value is as follows: + # block: A block ID of a block to check against when applying this replacement. You can leave this empty if you always want to apply the replacement + # meta: The metadata of the block to check against, or -1 if any metadata will work. You must include this even if block is empty + # layer: The layer of the beacon that contains the effect you want to replace (range: 0-3) + # index: The effect in that layer you want to replace (range: 0-1, just 0 if it's layers 2 or 3) + # potion: The ID for the potion to replace. Note: modded potions won't display the icons properly + # + # Examples: + # minecraft:sea_lantern,-1,0,1,minecraft:water_breathing -> Replace Haste with Water Breathing if there's a Sea Lantern next to the beacon + # ,-1,1,0,minecraft:levitation -> Always replace Resistance with Levitation + S:"Beacon Replacements" < + > + B:"Enable Danger Sight Potion"=true + B:"Enable Haste Potion"=true + B:"Enable Resistance Potion"=true + + # Always use Clownfish instead of Glowshroom, even if Glowshroom is available. + B:"Force Clownfish for Danger Sight"=false + + # Always use Quartz instead of Biotite, even if Biotite is available. + B:"Force Quartz for Resistance"=false + } + + "extra arrows" { + B:"Enable Ender Arrow"=true + B:"Enable Explosive Arrow"=true + B:"Enable Torch Arrow"=true + B:"Explosive Arrow Destroys Blocks"=true + D:"Explosive Arrow Power"=2.0 + } + + "map markers" { + # If enabled, replaces the recipe to add the marker with right clicking for the same purpose + B:"Use Right Click"=false + } + + "color runes" { + I:"Cost to apply rune"=15 + I:"Desert Temple loot weight"=15 + I:"Dungeon loot weight"=20 + B:"Enable Rainbow Rune Crafting"=true + B:"Enable Rainbow Rune in Chests"=false + I:"Item quality for loot"=0 + I:"Jungle Temple loot weight"=15 + I:"Nether Fortress loot weight"=15 + B:"Stackable Runes"=true + } + + "note block interface" { + # Keyboard layout to use for the piano + # Accepted values are: qwerty, azerty, dvorak + S:"Keyboard Layout"=qwerty + B:"Requires Empty Hands"=false + } + + "throwable dragon breath" { + I:"Blocks per Bottle"=64 + } + + "black ash" { + B:"Remove Wither Skeleton Coal Drops"=true + I:"Wither Max Drop"=20 + I:"Wither Min Drop"=12 + I:"Wither Skeleton Max Drop"=3 + I:"Wither Skeleton Min Drop"=0 + } + + "ancient tomes" { + I:"Cost to apply tome"=35 + I:"Cost to apply upgraded book to item"=35 + I:"Dungeon loot weight"=8 + I:"Item quality for loot"=2 + I:"Stronghold Library loot weight"=12 + S:"Valid Enchantments" < + minecraft:feather_falling + minecraft:thorns + minecraft:sharpness + minecraft:smite + minecraft:bane_of_arthropods + minecraft:knockback + minecraft:fire_aspect + minecraft:looting + minecraft:sweeping + minecraft:efficiency + minecraft:unbreaking + minecraft:fortune + minecraft:power + minecraft:punch + minecraft:luck_of_the_sea + minecraft:lure + > + } + + "poison potato usage" { + D:"Chance to Poison"=0.1 + } + + "enderdragon scales" { + I:"Amount Dropped per Dragon Kill"=1 + + # Should the crafted Elytra be dyed black? (only works if Dyed Elytras from Vanity is loaded) + B:"Dye Elytra Black"=true + I:"Required Scales per Elytra"=1 + } + + "utility recipes" { + B:"Dispenser Recipe"=false + B:"Enable Minecarts"=false + B:"Repeater Recipe"=false + } + + "parrot eggs" { + I:"Egg Creation Time"=12000 + B:"Enable Special Awesome Parrot"=true + S:"Feed Item"=minecraft:beetroot_seeds + + # If this is X, the parrot will, on average, start making an egg in every X seeds fed + I:"Success Chance"=20 + } + + pickarang { + # Set to -1 to have the Pickarang be unbreakable + I:Durability=800 + + # 2 is Iron, 3 is Diamond + I:"Harvest Level"=3 + + # Set this to true to use the recipe without the Heart of Diamond, even if the Heart of Diamond is enabled + B:"Never Use Heart of Diamond"=false + + # Set this to true to disable the short cooldown between throwing pickarangs + B:"No Cooldown"=false + + # How long it takes for the pickarang to return to the player if it doesn't hit anything + I:Timeout=20 + } + + "slime bucket" { + B:"Slime bucket is a slimeball"=true + } + +} + + +tweaks { + B:"Allow crafting stone tools using flint"=false + B:"Armed armor stands"=true + B:"Automatic recipe unlock"=false + B:"Axes break leaves"=true + B:"Baby zombies burn"=true + B:"Blastproof shulker boxes"=true + B:"Chickens shed feathers"=true + B:"Compasses work everywhere"=true + B:"Convert Clay Blocks to Clay"=false + B:"Deploy ladders down"=true + B:"Double doors open together"=true + B:"Dragon's Breath doesn't leave a bottle behind"=true + B:"Dye any wool"=true + B:"Endermen anti cheese"=false + B:"Glass shards"=true + B:"Hoes break a 5x5 of plants"=false + B:"Improved sleeping"=false + B:"Jump boost allows to step up 1 block"=false + B:"Knock on doors"=true + B:"Look down on ladders to descend fast"=true + B:"Pat the dogs"=false + B:"Quick armor swapping"=true + B:"Remove layers of snow by right clicking with a shovel"=true + B:"Right click minecarts to add blocks to them"=true + B:"Right click sign edit"=true + B:"Shearable chickens"=true + B:"Sheep have armor while wearing wool"=true + B:"Slabs to blocks recipe"=false + B:"Slime blocks bounce off sides"=false + B:"Squids ink you"=true + B:"Stackable items"=true + B:"Stair crafting makes more"=false + B:"Torches burn in furnaces"=true + B:"Villagers chase players holding Emerald Blocks"=false + B:"Wet sponge will dry in the nether"=true + + "squids ink you" { + # How long should blindness last upon hitting a squid, in ticks + I:"Blindness Time"=80 + } + + "sheep have armor while wearing wool" { + # The amount of armor points to give to a sheep when it is not sheared. + D:"Sheep Armor Amount"=1.0 + } + + "slabs to blocks recipe" { + # The stack size for the vanilla slab recipe, used for automatically detecting slab recipes + I:"Vanilla stack size"=6 + } + + "endermen anti cheese" { + # The delay (in ticks) between how often an enderman can break a block. + I:Delay=10 + + # A value of health for which endermen will stop doing anti-cheese when below. Set to 0 to disable. + I:"HP Lower Bound"=3 + B:"Ignore mobGriefing Gamerule"=true + + # The minimum difficulty in which this effect should take place. (1: easy, 2: normal, 3: hard) + I:"Minimum Difficulty"=2 + + # Set this to true to use the old behaviour, where the endermen would teleport the player to them + B:"Use Old Behaviour"=false + } + + "double doors open together" { + B:"Allow Villagers to use Double Doors"=true + + # This feature disables itself if any of the following mods are loaded: + # - malisisdoors + # This is done to prevent content overlap. + # You can turn this on to force the feature to be loaded even if the above mods are also loaded. + B:"Force Enabled"=false + } + + "automatic recipe unlock" { + # Set this to true to disable the vanilla recipe book altogether. + B:"Disable Recipe Book"=true + + # Set to true to force the doLimitedCrafting gamerule to true. + # Combine this with the Ignored Recipes list to create a system where only a few selected recipes are locked. + B:"Force Limited Crafting"=false + + # A list of recipe names that should NOT be added in by default + S:"Ignored Recipes" < + > + } + + "right click minecarts to add blocks to them" { + B:"Enable Command Block and Mob Spawner"=true + } + + "improved sleeping" { + B:"Enable AFK"=false + + # This feature disables itself if any of the following mods are loaded: + # - morpheus + # - sleepingoverhaul + # This is done to prevent content overlap. + # You can turn this on to force the feature to be loaded even if the above mods are also loaded. + B:"Force Enabled"=false + + # The percentage of the (non-afk) server that needs to be sleeping for the time to change. + I:"Required Percentage"=100 + + # How many ticks are required for a player to be marked AFK + I:"Time for AFK"=2400 + } + + "stackable items" { + I:Minecarts=1 + I:Potions=8 + I:Saddle=8 + I:Soups=64 + } + + "jump boost allows to step up 1 block" { + B:"Can toggle with sneaking"=true + I:"Minimum Jump Boost level"=2 + } + + "compasses work everywhere" { + # Make clocks always show day until crafted + B:"Enable Clock Fix"=true + + # Make compasses always point north until crafted + B:"Enable Compass Fix"=true + + # Make compasses point to center of the main island when in the end + B:"Enable End Compass"=true + + # Make compasses point to where the portal you came in from when in the nether + B:"Enable Nether Compass"=true + } + + "right click sign edit" { + B:"Requires Empty Hands"=false + } + + "quick armor swapping" { + # This feature disables itself if any of the following mods are loaded: + # - iberia + # This is done to prevent content overlap. + # You can turn this on to force the feature to be loaded even if the above mods are also loaded. + B:"Force Enabled"=false + B:"Swap off-hand with armor"=true + } + + "stair crafting makes more" { + B:"Add stairs to blocks recipe"=false + + # This recipe can only be enabled if the "Slabs to blocks recipe" feature is. + B:"Enable Slab to Stairs Recipe"=false + I:"Target stack size (must be a divisor of 24 if 'Reversion recipe' is enabled)"=8 + + # The stack size for the vanilla stair recipe, used for automatically detecting stair recipes + I:"Vanilla stack size"=4 + } + + "dye any wool" { + B:"Add 8 Dyed Wool Recipe"=true + } + + "chickens shed feathers" { + B:"Chicks drop feathers"=true + I:"Drop frequency (lower means more)"=36000 + B:"Force at least one feather on kill"=true + } + + "pat the dogs" { + # How many ticks it takes for a dog to want affection after being pet/tamed; leave -1 to disable + I:"Dog loneliness"=-1 + } + +} + + +vanity { + B:"Boat sails"=true + B:"Dyable elytra"=true + B:"Dye item names"=true + B:"Emote system"=true + B:"Firework cloning"=true + B:"Sit in stairs"=false + B:"Witch hat"=true + + "emote system" { + # Enable this to make custom emotes read the file every time they're triggered so you can edit on the fly. + # DO NOT ship enabled this in a modpack, please. + B:"Custom Emote Dev Mode"=false + + # Allow custom emotes to run function files when a user prompts them. + # To attach a function file to any given emote, simply place a .mcfunction file with the same name as your .emote file (sans extension) in /quark_emotes. + # Command output from emote functions is enabled only if both "Custom Emote Dev Mode" and the "commandBlockOutput" gamerule are enabled. + B:"Custom Emote Functions"=false + + # The list of Custom Emotes to be loaded. + # Watch the tutorial on Custom Emotes to learn how to make your own: https://youtu.be/ourHUkan6aQ + S:"Custom Emotes" < + dab + > + + # Should keybinds for emotes be generated? (They're all unbound by default) + B:"Enable Keybinds"=true + + # The enabled default emotes. Remove from this list to disable them. You can also re-order them, if you feel like it. + S:"Enabled Emotes" < + no + yes + wave + salute + cheer + clap + think + point + shrug + headbang + weep + facepalm + > + } + + "witch hat" { + D:"Drop Chance boost per looting level"=0.01 + D:"Drop Chance from witches"=0.025 + B:"Halve witch damage"=true + B:"Make witches ignore players with witch hats"=true + B:"Only Drop on Player Kills"=true + } + +} + + +world { + B:Archaeologist=false + B:Basalt=false + B:"Big mushrooms generate in swamps"=true + B:Biotite=true + B:"Blazes spawn naturally in the nether"=false + B:"Buried treasure"=false + B:"Cave roots"=false + B:"Crystal caves"=false + B:"Default world options"=true + B:"Depth mobs"=true + B:"Fairy rings"=false + B:"Generate clay underground like dirt"=true + B:"Guardians spawn in oceans"=false + B:"Monster boxes"=false + B:"Nether fossils"=false + B:"Nether smoker"=true + B:"Pathfinder maps"=false + B:"Pirate ships"=false + + # Allows for usage of a new Realistic world type, made by /u/Soniop. + # https://www.reddit.com/r/Minecraft/comments/4nfw3t/more_realistic_generation_preset_in_comment/ + # If you want to use it in multiplayer, set the world type to "quark_realistic" + B:"Realistic world type"=true + B:"Revamp stone gen"=false + B:Speleothems=false + B:Stonelings=false + B:"Underground biomes"=true + B:"Varied dungeons"=true + B:Wraiths=true + + "pirate ships" { + # Disables the pirate mob and generator, only adds the hat + B:"Only hat"=false + + # Given this value as X, 1 ship will spawn in X ocean biome chunks + I:"Pirate Ship Rarity"=4000 + + dimensions { + # [default: [0]] + S:Dimensions < + + > + + # [default: false] + B:"Is Blacklist"=false + } + + } + + "guardians spawn in oceans" { + B:"Deep ocean only"=false + I:"Largest spawn group"=4 + + # Disables guardians' attack sound if they aren't attacking a player + B:"Shut Guardians Up"=true + I:"Smallest spawn group"=2 + + # Squids have 10. The higher, the more will spawn. (Note that guardians only spawn 5% of the time, so the default 4 is actually 0.8) + I:"Spawn Weight"=15 + } + + "blazes spawn naturally in the nether" { + # Only used if " Block restrictions" is enabled. + S:"Allowed spawn blocks" < + > + + # Make naturally spawned blazes only spawn in allowed blocks + B:"Block restrictions"=true + I:"Largest spawn group"=3 + I:"Smallest spawn group"=1 + + # The higher, the more will spawn + I:"Spawn Weight"=10 + } + + "revamp stone gen" { + B:"Enable Limestone"=false + B:"Enable Marble"=false + B:"Enable stairs and slabs"=true + B:"Enable walls"=true + + # Note: The stone rarity values are tuned based on this being true. If you turn it off, also change the stones' rarity (around 50 is fine). + B:"Generate Based on Biomes"=true + + # If this is true, CSV debug info will be printed out to the console on init, to help test biome spreads. + B:"Output CSV Debug Info"=false + + granite { + # Biome Type List: https://github.com/MinecraftForge/MinecraftForge/blob/1.11.x/src/main/java/net/minecraftforge/common/BiomeDictionary.java#L44-L90 + # Types per Biome: https://github.com/MinecraftForge/MinecraftForge/blob/1.11.x/src/main/java/net/minecraftforge/common/BiomeDictionary.java#L402-L463 [default: [MOUNTAIN], [HILLS]] + S:"Allowed Biome Types" < + MOUNTAIN + HILLS + > + + # [range: 0 ~ 2147483647, default: 14] + I:"Cluster Radius"=14 + + # Out of how many chunks would one of these clusters generate [range: 0 ~ 2147483647, default: 9] + I:"Cluster Rarity"=10 + + # [default: true] + B:Enabled=true + + # Setting this to true will make the 'Cluster Rarity' feature be X per chunk rather than 1 per X chunks [default: false] + B:"Invert Cluster Rarity"=true + + # [range: 0 ~ 255, default: 80] + I:"Y Level Max"=80 + + # [range: 0 ~ 255, default: 20] + I:"Y Level Min"=20 + + dimensions { + # [default: [0]] + S:Dimensions < + 0 + > + + # [default: false] + B:"Is Blacklist"=false + } + + } + + diorite { + # Biome Type List: https://github.com/MinecraftForge/MinecraftForge/blob/1.11.x/src/main/java/net/minecraftforge/common/BiomeDictionary.java#L44-L90 + # Types per Biome: https://github.com/MinecraftForge/MinecraftForge/blob/1.11.x/src/main/java/net/minecraftforge/common/BiomeDictionary.java#L402-L463 [default: [SANDY], [SAVANNA], [WASTELAND], [MUSHROOM]] + S:"Allowed Biome Types" < + SANDY + SAVANNA + WASTELAND + MUSHROOM + > + + # [range: 0 ~ 2147483647, default: 14] + I:"Cluster Radius"=14 + + # Out of how many chunks would one of these clusters generate [range: 0 ~ 2147483647, default: 9] + I:"Cluster Rarity"=15 + + # [default: true] + B:Enabled=true + + # Setting this to true will make the 'Cluster Rarity' feature be X per chunk rather than 1 per X chunks [default: false] + B:"Invert Cluster Rarity"=false + + # [range: 0 ~ 255, default: 80] + I:"Y Level Max"=80 + + # [range: 0 ~ 255, default: 20] + I:"Y Level Min"=20 + + dimensions { + # [default: [0]] + S:Dimensions < + 0 + > + + # [default: false] + B:"Is Blacklist"=false + } + + } + + andesite { + # Biome Type List: https://github.com/MinecraftForge/MinecraftForge/blob/1.11.x/src/main/java/net/minecraftforge/common/BiomeDictionary.java#L44-L90 + # Types per Biome: https://github.com/MinecraftForge/MinecraftForge/blob/1.11.x/src/main/java/net/minecraftforge/common/BiomeDictionary.java#L402-L463 [default: [FOREST]] + S:"Allowed Biome Types" < + FOREST + > + + # [range: 0 ~ 2147483647, default: 14] + I:"Cluster Radius"=14 + + # Out of how many chunks would one of these clusters generate [range: 0 ~ 2147483647, default: 9] + I:"Cluster Rarity"=15 + + # [default: true] + B:Enabled=true + + # Setting this to true will make the 'Cluster Rarity' feature be X per chunk rather than 1 per X chunks [default: false] + B:"Invert Cluster Rarity"=false + + # [range: 0 ~ 255, default: 80] + I:"Y Level Max"=80 + + # [range: 0 ~ 255, default: 20] + I:"Y Level Min"=20 + + dimensions { + # [default: [0]] + S:Dimensions < + 0 + > + + # [default: false] + B:"Is Blacklist"=false + } + + } + + marble { + # Biome Type List: https://github.com/MinecraftForge/MinecraftForge/blob/1.11.x/src/main/java/net/minecraftforge/common/BiomeDictionary.java#L44-L90 + # Types per Biome: https://github.com/MinecraftForge/MinecraftForge/blob/1.11.x/src/main/java/net/minecraftforge/common/BiomeDictionary.java#L402-L463 [default: [PLAINS], [SNOWY]] + S:"Allowed Biome Types" < + PLAINS + SNOWY + > + + # [range: 0 ~ 2147483647, default: 14] + I:"Cluster Radius"=14 + + # Out of how many chunks would one of these clusters generate [range: 0 ~ 2147483647, default: 9] + I:"Cluster Rarity"=15 + + # [default: true] + B:Enabled=true + + # Setting this to true will make the 'Cluster Rarity' feature be X per chunk rather than 1 per X chunks [default: false] + B:"Invert Cluster Rarity"=false + + # [range: 0 ~ 255, default: 80] + I:"Y Level Max"=80 + + # [range: 0 ~ 255, default: 20] + I:"Y Level Min"=20 + + dimensions { + # [default: [0]] + S:Dimensions < + 0 + > + + # [default: false] + B:"Is Blacklist"=false + } + + } + + limestone { + # Biome Type List: https://github.com/MinecraftForge/MinecraftForge/blob/1.11.x/src/main/java/net/minecraftforge/common/BiomeDictionary.java#L44-L90 + # Types per Biome: https://github.com/MinecraftForge/MinecraftForge/blob/1.11.x/src/main/java/net/minecraftforge/common/BiomeDictionary.java#L402-L463 [default: [SWAMP], [OCEAN], [RIVER], [BEACH], [JUNGLE]] + S:"Allowed Biome Types" < + SWAMP + OCEAN + RIVER + BEACH + JUNGLE + > + + # [range: 0 ~ 2147483647, default: 14] + I:"Cluster Radius"=14 + + # Out of how many chunks would one of these clusters generate [range: 0 ~ 2147483647, default: 9] + I:"Cluster Rarity"=15 + + # [default: true] + B:Enabled=true + + # Setting this to true will make the 'Cluster Rarity' feature be X per chunk rather than 1 per X chunks [default: false] + B:"Invert Cluster Rarity"=false + + # [range: 0 ~ 255, default: 80] + I:"Y Level Max"=80 + + # [range: 0 ~ 255, default: 20] + I:"Y Level Min"=20 + + dimensions { + # [default: [0]] + S:Dimensions < + 0 + > + + # [default: false] + B:"Is Blacklist"=false + } + + } + + } + + "default world options" { + I:andesiteCount=10 + I:andesiteMaxHeight=80 + I:andesiteMinHeight=0 + I:andesiteSize=33 + D:baseSize=8.5 + D:biomeDepthOffset=0.0 + D:biomeDepthWeight=1.0 + D:biomeScaleOffset=0.0 + D:biomeScaleWeight=1.0 + I:biomeSize=4 + I:coalCount=0 + I:coalMaxHeight=128 + I:coalMinHeight=0 + I:coalSize=17 + D:coordinateScale=684.412 + D:depthNoiseScaleExponent=0.5 + D:depthNoiseScaleX=200.0 + D:depthNoiseScaleZ=200.0 + I:diamondCount=0 + I:diamondMaxHeight=16 + I:diamondMinHeight=0 + I:diamondSize=8 + I:dioriteCount=10 + I:dioriteMaxHeight=80 + I:dioriteMinHeight=0 + I:dioriteSize=33 + I:dirtCount=10 + I:dirtMaxHeight=256 + I:dirtMinHeight=0 + I:dirtSize=33 + I:dungeonChance=8 + I:fixedBiome=-1 + I:goldCount=0 + I:goldMaxHeight=32 + I:goldMinHeight=0 + I:goldSize=9 + I:graniteCount=10 + I:graniteMaxHeight=80 + I:graniteMinHeight=0 + I:graniteSize=33 + I:gravelCount=8 + I:gravelMaxHeight=256 + I:gravelMinHeight=0 + I:gravelSize=33 + D:heightScale=684.412 + I:ironCount=0 + I:ironMaxHeight=64 + I:ironMinHeight=0 + I:ironSize=9 + I:lapisCenterHeight=16 + I:lapisCount=1 + I:lapisSize=7 + I:lapisSpread=16 + I:lavaLakeChance=80 + D:lowerLimitScale=512.0 + D:mainNoiseScaleX=80.0 + D:mainNoiseScaleY=160.0 + D:mainNoiseScaleZ=80.0 + I:redstoneCount=0 + I:redstoneMaxHeight=16 + I:redstoneMinHeight=0 + I:redstoneSize=8 + I:riverSize=4 + I:seaLevel=63 + D:stretchY=12.0 + D:upperLimitScale=512.0 + B:useCaves=true + B:useDungeons=true + B:useLavaLakes=true + B:useLavaOceans=false + B:useMineShafts=true + B:useMonuments=true + B:useRavines=true + B:useStrongholds=true + B:useTemples=true + B:useVillages=true + B:useWaterLakes=true + I:waterLakeChance=4 + } + + "crystal caves" { + # Given this value as X, crystal caves will spawn on average 1 per X chunks + I:"Crystal Cave Rarity"=150 + + dimensions { + # [default: [0]] + S:Dimensions < + 0 + > + + # [default: false] + B:"Is Blacklist"=false + } + + } + + "underground biomes" { + B:"Allow crafting Elder Prismarine"=false + B:"Enable Big Glowshrooms"=true + B:"Enable Elder Prismarine"=true + B:"Enable Firestone"=false + B:"Enable Froststone"=false + B:"Enable Glowcelium and Glowshrooms"=true + B:"Enable stairs and slabs"=false + B:"Enable walls"=false + + # The smaller, the faster glowshrooms will spread. Vanilla mushroom speed is 25. + I:"Glowshroom Growth Rate"=30 + + lush { + # Biome Type List: https://github.com/MinecraftForge/MinecraftForge/blob/1.11.x/src/main/java/net/minecraftforge/common/BiomeDictionary.java#L44-L90 + # Types per Biome: https://github.com/MinecraftForge/MinecraftForge/blob/1.11.x/src/main/java/net/minecraftforge/common/BiomeDictionary.java#L402-L463 [default: [JUNGLE]] + S:"Allowed Biome Types" < + JUNGLE + > + + # [default: true] + B:Enabled=true + + # The higher, the less grass will spawn [range: 0 ~ 2147483647, default: 20] + I:"Grass Chance"=20 + + # [range: 0 ~ 255, default: 40] + I:"Maximum Y Level"=40 + + # [range: 0 ~ 255, default: 10] + I:"Minimum Y Level"=10 + + # This biome will spawn in 1 of X valid chunks [range: 0 ~ 2147483647, default: 80] + I:Rarity=160 + + # The higher, the less shrubs will spawn [range: 0 ~ 2147483647, default: 100] + I:"Shrub Chance"=100 + + # The higher, the less vines will spawn [range: 0 ~ 2147483647, default: 8] + I:"Vine Chance"=8 + + # [range: 0 ~ 2147483647, default: 26] + I:"X Minimum"=26 + + # [range: 0 ~ 2147483647, default: 14] + I:"X Variation"=14 + + # [range: 0 ~ 2147483647, default: 12] + I:"Y Minimum"=12 + + # [range: 0 ~ 2147483647, default: 6] + I:"Y Variation"=6 + + # [range: 0 ~ 2147483647, default: 26] + I:"Z Minimum"=26 + + # [range: 0 ~ 2147483647, default: 14] + I:"Z Variation"=14 + + dimensions { + # [default: [0]] + S:Dimensions < + 0 + > + + # [default: false] + B:"Is Blacklist"=false + } + + } + + sandstone { + # [default: false] + B:"Allow in Mesa biomes"=false + + # Biome Type List: https://github.com/MinecraftForge/MinecraftForge/blob/1.11.x/src/main/java/net/minecraftforge/common/BiomeDictionary.java#L44-L90 + # Types per Biome: https://github.com/MinecraftForge/MinecraftForge/blob/1.11.x/src/main/java/net/minecraftforge/common/BiomeDictionary.java#L402-L463 [default: [SANDY]] + S:"Allowed Biome Types" < + SANDY + > + + # The higher, the less chiseled sandstone will spawn [range: 0 ~ 2147483647, default: 10] + I:"Chiseled Sandstone Chance"=10 + + # The higher, the less dead bushes will spawn [range: 0 ~ 2147483647, default: 20] + I:"Dead Bush Chance"=20 + + # The chance that dungeons will spawn any given chunk of the biome. The lower the value, the fewer dungeons will spawn. [range: 0.0 ~ 1.0, default: 0.05] + S:"Dungeon Spawn Chance"=0.05 + + # [default: true] + B:"Enable Sand Floors"=true + + # [default: true] + B:Enabled=true + + # [range: 0 ~ 255, default: 40] + I:"Maximum Y Level"=40 + + # [range: 0 ~ 255, default: 10] + I:"Minimum Y Level"=10 + + # This biome will spawn in 1 of X valid chunks [range: 0 ~ 2147483647, default: 80] + I:Rarity=160 + + # The higher, the less stalactites will spawn [range: 0 ~ 2147483647, default: 10] + I:"Stalactite Chance"=10 + + # [range: 0 ~ 2147483647, default: 26] + I:"X Minimum"=26 + + # [range: 0 ~ 2147483647, default: 14] + I:"X Variation"=14 + + # [range: 0 ~ 2147483647, default: 12] + I:"Y Minimum"=12 + + # [range: 0 ~ 2147483647, default: 6] + I:"Y Variation"=6 + + # [range: 0 ~ 2147483647, default: 26] + I:"Z Minimum"=26 + + # [range: 0 ~ 2147483647, default: 14] + I:"Z Variation"=14 + + dimensions { + # [default: [0]] + S:Dimensions < + 0 + > + + # [default: false] + B:"Is Blacklist"=false + } + + } + + slime { + # Biome Type List: https://github.com/MinecraftForge/MinecraftForge/blob/1.11.x/src/main/java/net/minecraftforge/common/BiomeDictionary.java#L44-L90 + # Types per Biome: https://github.com/MinecraftForge/MinecraftForge/blob/1.11.x/src/main/java/net/minecraftforge/common/BiomeDictionary.java#L402-L463 [default: [SWAMP]] + S:"Allowed Biome Types" < + SWAMP + > + + # [default: true] + B:"Enable Water Floor"=true + + # [default: true] + B:Enabled=true + + # [range: 0 ~ 255, default: 40] + I:"Maximum Y Level"=40 + + # [range: 0 ~ 255, default: 10] + I:"Minimum Y Level"=10 + + # This biome will spawn in 1 of X valid chunks [range: 0 ~ 2147483647, default: 120] + I:Rarity=240 + + # The higher, the less slime blocks will spawn [range: 0 ~ 2147483647, default: 12] + I:"Slime Block Chance"=12 + + # [range: 0 ~ 2147483647, default: 26] + I:"X Minimum"=26 + + # [range: 0 ~ 2147483647, default: 14] + I:"X Variation"=14 + + # [range: 0 ~ 2147483647, default: 12] + I:"Y Minimum"=12 + + # [range: 0 ~ 2147483647, default: 6] + I:"Y Variation"=6 + + # [range: 0 ~ 2147483647, default: 26] + I:"Z Minimum"=26 + + # [range: 0 ~ 2147483647, default: 14] + I:"Z Variation"=14 + + dimensions { + # [default: [0]] + S:Dimensions < + 0 + > + + # [default: false] + B:"Is Blacklist"=false + } + + } + + prismarine { + # Biome Type List: https://github.com/MinecraftForge/MinecraftForge/blob/1.11.x/src/main/java/net/minecraftforge/common/BiomeDictionary.java#L44-L90 + # Types per Biome: https://github.com/MinecraftForge/MinecraftForge/blob/1.11.x/src/main/java/net/minecraftforge/common/BiomeDictionary.java#L402-L463 [default: [OCEAN]] + S:"Allowed Biome Types" < + OCEAN + > + + # [default: true] + B:Enabled=true + + # [range: 0 ~ 255, default: 40] + I:"Maximum Y Level"=40 + + # [range: 0 ~ 255, default: 10] + I:"Minimum Y Level"=10 + + # This biome will spawn in 1 of X valid chunks [range: 0 ~ 2147483647, default: 100] + I:Rarity=200 + + # The higher, the less sea lanterns will spawn [range: 0 ~ 2147483647, default: 120] + I:"Sea Lantern Chance"=120 + + # Set to false to spawn regular prismarine instead of elder prismarine (even if the block is enabled) [default: true] + B:"Spawn Elder Prismarine"=true + + # The higher, the less water will spawn [range: 0 ~ 2147483647, default: 4] + I:"Water Chance"=4 + + # [range: 0 ~ 2147483647, default: 26] + I:"X Minimum"=26 + + # [range: 0 ~ 2147483647, default: 14] + I:"X Variation"=14 + + # [range: 0 ~ 2147483647, default: 12] + I:"Y Minimum"=12 + + # [range: 0 ~ 2147483647, default: 6] + I:"Y Variation"=6 + + # [range: 0 ~ 2147483647, default: 26] + I:"Z Minimum"=26 + + # [range: 0 ~ 2147483647, default: 14] + I:"Z Variation"=14 + + dimensions { + # [default: [0]] + S:Dimensions < + 0 + > + + # [default: false] + B:"Is Blacklist"=false + } + + } + + spider { + # Biome Type List: https://github.com/MinecraftForge/MinecraftForge/blob/1.11.x/src/main/java/net/minecraftforge/common/BiomeDictionary.java#L44-L90 + # Types per Biome: https://github.com/MinecraftForge/MinecraftForge/blob/1.11.x/src/main/java/net/minecraftforge/common/BiomeDictionary.java#L402-L463 [default: [PLAINS]] + S:"Allowed Biome Types" < + PLAINS + > + + # The (1 in X) chance for a spider spawner to be a cave spider spawner instead [range: 0 ~ 2147483647, default: 4] + I:"Cave Spider Spawner Chance"=4 + + # The higher, the less ceiling cobwebs will spawn [range: 0 ~ 2147483647, default: 10] + I:"Ceiling Cobweb Chance"=10 + + # The chance that dungeons will spawn any given chunk of the biome. The lower the value, the fewer dungeons will spawn. [range: 0.0 ~ 1.0, default: 0.05] + S:"Dungeon Spawn Chance"=0.05 + + # [default: true] + B:Enabled=true + + # The higher, the less floor cobwebs will spawn [range: 0 ~ 2147483647, default: 30] + I:"Floor Cobweb Chance"=30 + + # [range: 0 ~ 255, default: 40] + I:"Maximum Y Level"=40 + + # [range: 0 ~ 255, default: 10] + I:"Minimum Y Level"=10 + + # The higher, the less cobwebs will spawn in nests [range: 0 ~ 2147483647, default: 2] + I:"Nest Cobweb Chance"=2 + + # The range for cobwebs to be spawned in spider nests [range: 0 ~ 2147483647, default: 3] + I:"Nest Cobweb Range"=3 + + # This biome will spawn in 1 of X valid chunks [range: 0 ~ 2147483647, default: 80] + I:Rarity=160 + + # [range: 0 ~ 2147483647, default: 26] + I:"X Minimum"=26 + + # [range: 0 ~ 2147483647, default: 14] + I:"X Variation"=14 + + # [range: 0 ~ 2147483647, default: 12] + I:"Y Minimum"=12 + + # [range: 0 ~ 2147483647, default: 6] + I:"Y Variation"=6 + + # [range: 0 ~ 2147483647, default: 26] + I:"Z Minimum"=26 + + # [range: 0 ~ 2147483647, default: 14] + I:"Z Variation"=14 + + dimensions { + # [default: [0]] + S:Dimensions < + 0 + > + + # [default: false] + B:"Is Blacklist"=false + } + + } + + overgrown { + # Biome Type List: https://github.com/MinecraftForge/MinecraftForge/blob/1.11.x/src/main/java/net/minecraftforge/common/BiomeDictionary.java#L44-L90 + # Types per Biome: https://github.com/MinecraftForge/MinecraftForge/blob/1.11.x/src/main/java/net/minecraftforge/common/BiomeDictionary.java#L402-L463 [default: [FOREST]] + S:"Allowed Biome Types" < + FOREST + > + + # The higher, the less dirt will spawn [range: 0 ~ 2147483647, default: 2] + I:"Dirt Chance"=2 + + # [default: true] + B:Enabled=true + + # [range: 0 ~ 255, default: 40] + I:"Maximum Y Level"=40 + + # [range: 0 ~ 255, default: 10] + I:"Minimum Y Level"=10 + + # This biome will spawn in 1 of X valid chunks [range: 0 ~ 2147483647, default: 80] + I:Rarity=160 + + # The higher, the less roots will spawn [range: 0 ~ 2147483647, default: 40] + I:"Root Chance"=40 + + # [range: 0 ~ 2147483647, default: 26] + I:"X Minimum"=26 + + # [range: 0 ~ 2147483647, default: 14] + I:"X Variation"=14 + + # [range: 0 ~ 2147483647, default: 12] + I:"Y Minimum"=12 + + # [range: 0 ~ 2147483647, default: 6] + I:"Y Variation"=6 + + # [range: 0 ~ 2147483647, default: 26] + I:"Z Minimum"=26 + + # [range: 0 ~ 2147483647, default: 14] + I:"Z Variation"=14 + + dimensions { + # [default: [0]] + S:Dimensions < + 0 + > + + # [default: false] + B:"Is Blacklist"=false + } + + } + + icy { + # Biome Type List: https://github.com/MinecraftForge/MinecraftForge/blob/1.11.x/src/main/java/net/minecraftforge/common/BiomeDictionary.java#L44-L90 + # Types per Biome: https://github.com/MinecraftForge/MinecraftForge/blob/1.11.x/src/main/java/net/minecraftforge/common/BiomeDictionary.java#L402-L463 [default: [COLD]] + S:"Allowed Biome Types" < + COLD + > + + # [default: true] + B:Enabled=true + + # [range: 0 ~ 255, default: 40] + I:"Maximum Y Level"=40 + + # [range: 0 ~ 255, default: 10] + I:"Minimum Y Level"=10 + + # This biome will spawn in 1 of X valid chunks [range: 0 ~ 2147483647, default: 80] + I:Rarity=160 + + # The higher, the less stalagmites will spawn [range: 0 ~ 2147483647, default: 60] + I:"Stalagmite Chance"=60 + + # [default: true] + B:"Use Packed Ice"=true + + # [range: 0 ~ 2147483647, default: 26] + I:"X Minimum"=26 + + # [range: 0 ~ 2147483647, default: 14] + I:"X Variation"=14 + + # [range: 0 ~ 2147483647, default: 12] + I:"Y Minimum"=12 + + # [range: 0 ~ 2147483647, default: 6] + I:"Y Variation"=6 + + # [range: 0 ~ 2147483647, default: 26] + I:"Z Minimum"=26 + + # [range: 0 ~ 2147483647, default: 14] + I:"Z Variation"=14 + + dimensions { + # [default: [0]] + S:Dimensions < + 0 + > + + # [default: false] + B:"Is Blacklist"=false + } + + } + + lava { + # Biome Type List: https://github.com/MinecraftForge/MinecraftForge/blob/1.11.x/src/main/java/net/minecraftforge/common/BiomeDictionary.java#L44-L90 + # Types per Biome: https://github.com/MinecraftForge/MinecraftForge/blob/1.11.x/src/main/java/net/minecraftforge/common/BiomeDictionary.java#L402-L463 [default: [MESA]] + S:"Allowed Biome Types" < + MESA + > + + # [default: true] + B:Enabled=true + + # The higher, the less lava will spawn [range: 0 ~ 2147483647, default: 4] + I:"Lava Chance"=4 + + # [range: 0 ~ 255, default: 40] + I:"Maximum Y Level"=40 + + # [range: 0 ~ 255, default: 10] + I:"Minimum Y Level"=10 + + # The higher, the less obsidian will spawn [range: 0 ~ 2147483647, default: 16] + I:"Obsidian Chance"=16 + + # This biome will spawn in 1 of X valid chunks [range: 0 ~ 2147483647, default: 80] + I:Rarity=160 + + # [range: 0 ~ 2147483647, default: 26] + I:"X Minimum"=26 + + # [range: 0 ~ 2147483647, default: 14] + I:"X Variation"=14 + + # [range: 0 ~ 2147483647, default: 12] + I:"Y Minimum"=12 + + # [range: 0 ~ 2147483647, default: 6] + I:"Y Variation"=6 + + # [range: 0 ~ 2147483647, default: 26] + I:"Z Minimum"=26 + + # [range: 0 ~ 2147483647, default: 14] + I:"Z Variation"=14 + + dimensions { + # [default: [0]] + S:Dimensions < + 0 + > + + # [default: false] + B:"Is Blacklist"=false + } + + } + + glowshroom { + # Biome Type List: https://github.com/MinecraftForge/MinecraftForge/blob/1.11.x/src/main/java/net/minecraftforge/common/BiomeDictionary.java#L44-L90 + # Types per Biome: https://github.com/MinecraftForge/MinecraftForge/blob/1.11.x/src/main/java/net/minecraftforge/common/BiomeDictionary.java#L402-L463 [default: [MOUNTAIN], [MUSHROOM]] + S:"Allowed Biome Types" < + MOUNTAIN + MUSHROOM + > + + # [default: true] + B:Enabled=true + + # [range: 0 ~ 255, default: 40] + I:"Maximum Y Level"=40 + + # [range: 0 ~ 255, default: 10] + I:"Minimum Y Level"=10 + + # The higher, the less mushrooms will spawn [range: 0 ~ 2147483647, default: 15] + I:"Mushroom Chance"=15 + + # This biome will spawn in 1 of X valid chunks [range: 0 ~ 2147483647, default: 80] + I:Rarity=160 + + # [range: 0 ~ 2147483647, default: 26] + I:"X Minimum"=26 + + # [range: 0 ~ 2147483647, default: 14] + I:"X Variation"=14 + + # [range: 0 ~ 2147483647, default: 12] + I:"Y Minimum"=12 + + # [range: 0 ~ 2147483647, default: 6] + I:"Y Variation"=6 + + # [range: 0 ~ 2147483647, default: 26] + I:"Z Minimum"=26 + + # [range: 0 ~ 2147483647, default: 14] + I:"Z Variation"=14 + + dimensions { + # [default: [0]] + S:Dimensions < + 0 + > + + # [default: false] + B:"Is Blacklist"=false + } + + } + + } + + wraiths { + I:"Curse Range"=64 + + # How long the curse effect lasts for (in ticks) + I:"Curse Time"=24000 + B:"Enable Curse"=true + I:"Largest spawn group"=6 + I:"Smallest spawn group"=4 + + # The higher, the more will spawn + I:"Spawn Weight"=60 + } + + "generate clay underground like dirt" { + I:"Cluster count"=8 + I:"Cluster size"=20 + I:"Max Height"=160 + I:"Min Height"=8 + } + + biotite { + I:"Cluster count for natural generation"=16 + I:"Cluster size"=14 + I:"Clusters generated per dragon death tick"=16 + B:"Enable walls"=true + B:"Generate by dragon kill"=true + B:"Generate naturally"=false + I:"Generation delay on dragon death"=1 + } + + "varied dungeons" { + # Set this to anything other than an empty line to load a custom loot table for the dungeons. + S:"Custom Loot Table"= + + # How many times per chunk will the generator try to place a dungeon. The higher, the more dungeons you'll get + I:"Tries Per Chunk"=7 + } + + "depth mobs" { + # (Skeleton is 100. The higher, the more will spawn) + I:"Ashen Spawn Weight"=10 + + # (Zombie is 100. The higher, the more will spawn) + I:"Dweller Spawn Weight"=10 + B:"Enable Ashen"=true + B:"Enable Dweller"=true + I:"Highest Y level for spawns"=20 + I:"Largest Ashen spawn group"=2 + I:"Largest Dweller spawn group"=2 + I:"Smallest Ashen spawn group"=1 + I:"Smallest Dweller spawn group"=1 + } + + "buried treasure" { + I:"Treasure map Rarity"=10 + + # This is used for the luck attribute in loot tables. It doesn't affect the loot you get from the map itself. + I:"Treasure map item quality"=2 + } + + "pathfinder maps" { + # In this section you can add custom Pathfinder Maps. This works for both vanilla and modded biomes. + # Each custom map must be on its own line. + # The format for a custom map is as follows: + # ,,,,, + # + # With the following descriptions: + # - being the biome's ID NAME. You can find vanilla names here - https://minecraft.gamepedia.com/Biome#Biome_IDs + # - being the Cartographer villager level required for the map to be unlockable + # - being the cheapest (in Emeralds) the map can be + # - being the most expensive (in Emeralds) the map can be + # - being a hex color (without the #) for the map to display. You can generate one here - http://htmlcolorcodes.com/ + # - being the display name of the map + # + # Here's an example of a map to locate Ice Mountains: + # minecraft:ice_mountains,2,8,14,7FE4FF,Ice Mountains Pathfinder Map + S:"Custom Map Info" < + > + + # By default, when a Cartographer levels up, a random Pathfinder Map from that level is added to their trades. + # Set this to true to add all the maps from that level to the trades instead. + B:"Unlock All Trades at Once"=false + + # By default, when a Cartographer evolves to level 2, two or three Pathfinder Maps are unlocked. + # Set this to false to disable this, and make it only unlock one, like in the other levels. + B:"Unlock Multiples At Level 2"=true + + ice_plains { + # [default: true] + B:Enabled=true + + # [range: 1 ~ 64, default: 14] + I:"Maximum Emerald Price"=14 + + # [range: 1 ~ 64, default: 8] + I:"Minimum Emerald Price"=8 + + # [range: 0 ~ 10, default: 2] + I:"Required Villager Level"=2 + } + + extreme_hills { + # [default: true] + B:Enabled=true + + # [range: 1 ~ 64, default: 14] + I:"Maximum Emerald Price"=14 + + # [range: 1 ~ 64, default: 8] + I:"Minimum Emerald Price"=8 + + # [range: 0 ~ 10, default: 2] + I:"Required Villager Level"=2 + } + + roofed_forest { + # [default: true] + B:Enabled=true + + # [range: 1 ~ 64, default: 14] + I:"Maximum Emerald Price"=14 + + # [range: 1 ~ 64, default: 8] + I:"Minimum Emerald Price"=8 + + # [range: 0 ~ 10, default: 2] + I:"Required Villager Level"=2 + } + + desert { + # [default: true] + B:Enabled=true + + # [range: 1 ~ 64, default: 14] + I:"Maximum Emerald Price"=14 + + # [range: 1 ~ 64, default: 8] + I:"Minimum Emerald Price"=8 + + # [range: 0 ~ 10, default: 2] + I:"Required Villager Level"=2 + } + + savanna { + # [default: true] + B:Enabled=true + + # [range: 1 ~ 64, default: 14] + I:"Maximum Emerald Price"=14 + + # [range: 1 ~ 64, default: 8] + I:"Minimum Emerald Price"=8 + + # [range: 0 ~ 10, default: 2] + I:"Required Villager Level"=2 + } + + swampland { + # [default: true] + B:Enabled=true + + # [range: 1 ~ 64, default: 18] + I:"Maximum Emerald Price"=18 + + # [range: 1 ~ 64, default: 12] + I:"Minimum Emerald Price"=12 + + # [range: 0 ~ 10, default: 3] + I:"Required Villager Level"=3 + } + + redwood_taiga { + # [default: true] + B:Enabled=true + + # [range: 1 ~ 64, default: 18] + I:"Maximum Emerald Price"=18 + + # [range: 1 ~ 64, default: 12] + I:"Minimum Emerald Price"=12 + + # [range: 0 ~ 10, default: 3] + I:"Required Villager Level"=3 + } + + flower_forest { + # [default: true] + B:Enabled=true + + # [range: 1 ~ 64, default: 18] + I:"Maximum Emerald Price"=18 + + # [range: 1 ~ 64, default: 12] + I:"Minimum Emerald Price"=12 + + # [range: 0 ~ 10, default: 3] + I:"Required Villager Level"=3 + } + + jungle { + # [default: true] + B:Enabled=true + + # [range: 1 ~ 64, default: 22] + I:"Maximum Emerald Price"=22 + + # [range: 1 ~ 64, default: 16] + I:"Minimum Emerald Price"=16 + + # [range: 0 ~ 10, default: 4] + I:"Required Villager Level"=4 + } + + mesa { + # [default: true] + B:Enabled=true + + # [range: 1 ~ 64, default: 22] + I:"Maximum Emerald Price"=22 + + # [range: 1 ~ 64, default: 16] + I:"Minimum Emerald Price"=16 + + # [range: 0 ~ 10, default: 4] + I:"Required Villager Level"=4 + } + + mushroom_island { + # [default: true] + B:Enabled=true + + # [range: 1 ~ 64, default: 26] + I:"Maximum Emerald Price"=26 + + # [range: 1 ~ 64, default: 20] + I:"Minimum Emerald Price"=20 + + # [range: 0 ~ 10, default: 5] + I:"Required Villager Level"=5 + } + + ice_spikes { + # [default: true] + B:Enabled=true + + # [range: 1 ~ 64, default: 26] + I:"Maximum Emerald Price"=26 + + # [range: 1 ~ 64, default: 20] + I:"Minimum Emerald Price"=20 + + # [range: 0 ~ 10, default: 5] + I:"Required Villager Level"=5 + } + + } + + basalt { + B:"Enable stairs and slabs"=true + B:"Enable walls"=true + + basalt { + # Biome Type List: https://github.com/MinecraftForge/MinecraftForge/blob/1.11.x/src/main/java/net/minecraftforge/common/BiomeDictionary.java#L44-L90 + # Types per Biome: https://github.com/MinecraftForge/MinecraftForge/blob/1.11.x/src/main/java/net/minecraftforge/common/BiomeDictionary.java#L402-L463 [default: [NETHER]] + S:"Allowed Biome Types" < + NETHER + > + + # [range: 0 ~ 2147483647, default: 18] + I:"Cluster Radius"=18 + + # Out of how many chunks would one of these clusters generate [range: 0 ~ 2147483647, default: 20] + I:"Cluster Rarity"=20 + + # [default: true] + B:Enabled=true + + # Setting this to true will make the 'Cluster Rarity' feature be X per chunk rather than 1 per X chunks [default: false] + B:"Invert Cluster Rarity"=false + + # [range: 0 ~ 255, default: 120] + I:"Y Level Max"=120 + + # [range: 0 ~ 255, default: 20] + I:"Y Level Min"=20 + + dimensions { + # [default: [-1]] + S:Dimensions < + -1 + > + + # [default: false] + B:"Is Blacklist"=false + } + + } + + } + + "big mushrooms generate in swamps" { + # Must be an integer if above 1. If below 1, works as a chance to generate one per chunk. + D:"Big Mushroom count per chunk"=0.5 + } + + "realistic world type" { + # Makes realistic the default world type. Only works for singleplayer. + B:"Make Realistic Default"=true + } + + "nether fossils" { + # The rarity of a fossil in a chunk. Higher means fewer fossils. + I:"Fossil Chance"=25 + } + + "fairy rings" { + I:"Forest Chance"=40 + I:"Plains Chance"=100 + S:"Spawnable Ores" < + minecraft:emerald_ore + minecraft:diamond_ore + > + + dimensions { + # [default: [0]] + S:Dimensions < + 0 + > + + # [default: false] + B:"Is Blacklist"=false + } + + } + + speleothems { + I:"Cluster Attempts Per Chunk"=60 + I:"Cluster Attempts Per Chunk (Nether)"=4 + I:"Highest Y Level"=55 + I:"Speleothems Per Cluster"=12 + I:"Speleothems Per Cluster (Nether)"=12 + + dimensions { + # [default: [0], [-1]] + S:Dimensions < + 0 + -1 + > + + # [default: false] + B:"Is Blacklist"=false + } + + } + + "cave roots" { + # How many times the world generator will try to place roots per chunk + I:"Attempts per Chunk"=300 + B:"Enable Flowers"=false + + # The chance for a root to sprout a flower when it grows. 0 is 0%, 1 is 100% + D:"Flower Chance"=0.2 + I:"Max Y"=52 + I:"Min Y"=16 + + # The chance for a root to drop the root item when broken. 0 is 0%, 1 is 100% + D:"Root Drop Chance"=0.1 + + # The chance for a flower root to drop the sprout item when broken. 0 is 0%, 1 is 100% + D:"Root Flower Drop Chance"=1.0 + + dimensions { + # [default: [0]] + S:Dimensions < + 0 + > + + # [default: false] + B:"Is Blacklist"=false + } + + } + + stonelings { + # Do stonelings get spooked when players move suddenly near them? + B:"Cautious Stonelings"=true + B:"Enable Diamond Heart"=true + I:"Max Y Level"=24 + + # Higher = more stonelings + I:"Spawning Weight"=80 + + # Can stonelings be tamed by feeding them diamonds? + B:"Tamable Stonelings"=true + + dimensions { + # [default: [0]] + S:Dimensions < + 0 + > + + # [default: false] + B:"Is Blacklist"=false + } + + } + + "monster boxes" { + # The chance for the monster box generator to try and place one in a chunk, 1 is 100% + # This can be higher than 100% if you want multiple per chunk, , 0 is 0% + D:"Chance to Spawn"=0.6 + I:"Max Mob Count"=8 + I:"Max Y Level"=20 + I:"Min Mob Count"=5 + I:"Min Y Level"=3 + + dimensions { + # [default: [0]] + S:Dimensions < + 0 + > + + # [default: false] + B:"Is Blacklist"=false + } + + } + + archaeologist { + # The chance (1/N) that the generator will attempt to place an Archaeologist per chunk. More = less spawns + I:"Chance Per Chunk"=5 + + # Set to false to make the archaeologist not drop the hat + B:"Drop Hat"=true + B:"Enable Hat"=true + + # Set to false to make the hat not increase ore yield + B:"Hat Increases Ore Yield"=true + I:"Max Y"=50 + I:"Min Y"=20 + + # Set to false to make the archaeologist not sell the hat + B:"Sell Hat"=true + + # The chance for the hat to increase ore yield, 0 is 0%, 1 is 100% + D:"Yield Increase Chance"=0.25 + + dimensions { + # [default: [0]] + S:Dimensions < + 0 + > + + # [default: false] + B:"Is Blacklist"=false + } + + } + +} + + diff --git a/config/quark_emotes/dab.emote b/config/quark_emotes/dab.emote new file mode 100644 index 0000000..2918a6a --- /dev/null +++ b/config/quark_emotes/dab.emote @@ -0,0 +1,20 @@ +name Dab + +use left_arm +use right_arm +use head + +animation parallel + move left_arm_z 420 1.57 + move left_arm_x 420 -0.4 + move left_arm_y 420 0.5 + + move right_arm_z 420 1.57 + move right_arm_x 420 -0.4 + move right_arm_y 420 0.5 + + move head_z 420 -0.2 + move head_x 420 0.7 + +yoyo 1 1000 +end \ No newline at end of file diff --git a/config/quickleafdecay.cfg b/config/quickleafdecay.cfg new file mode 100644 index 0000000..c966a06 --- /dev/null +++ b/config/quickleafdecay.cfg @@ -0,0 +1,14 @@ +# Configuration file + +settings { + # How random will the leaf decay be? Higher->More Random + I:DecayFuzz=2 + + # The Speed at which Leaves Decay Higher->Slower + I:DecaySpeed=25 + + # If set to true only trees broken by players will quickly decay. + B:PlayerDecay=true +} + + diff --git a/config/randompatches.cfg b/config/randompatches.cfg new file mode 100644 index 0000000..a021151 --- /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=true + + # 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=SevTech Ages + } + +} + + +########################################################################################################## +# 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. + # Min: 1 + # Max: 2147483647 + # Default: 900 + I:loginTimeout=900 + + # Whether to apply the login timeout. + # Default: true + B:patchLoginTimeout=true + + # The read timeout. + # 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/rangedpumps.cfg b/config/rangedpumps.cfg new file mode 100644 index 0000000..a44e80f --- /dev/null +++ b/config/rangedpumps.cfg @@ -0,0 +1,29 @@ +# Configuration file + +pump { + # The capacity of the energy storage [range: 0 ~ 2147483647, default: 32000] + I:energyCapacity=32000 + + # Energy drained when draining liquid [range: 0 ~ 2147483647, default: 100] + I:energyUsagePerDrain=100 + + # Energy drained when moving to the next block [range: 0 ~ 2147483647, default: 0] + I:energyUsagePerMove=0 + + # The range of the pump [range: 0 ~ 1024, default: 64] + I:range=64 + + # Replaces the liquid that is removed with stone to reduce lag [default: true] + B:replaceLiquidWithStone=true + + # The interval in ticks for when to move on to the next block (higher is slower) [range: 0 ~ 1024, default: 8] + I:speed=8 + + # The capacity of the internal pump tank [range: 1000 ~ 2147483647, default: 32000] + I:tankCapacity=32000 + + # Whether the pump uses energy to work [default: true] + B:usesEnergy=true +} + + diff --git a/config/realdrops.cfg b/config/realdrops.cfg new file mode 100644 index 0000000..efb943d --- /dev/null +++ b/config/realdrops.cfg @@ -0,0 +1,21 @@ +# Configuration file + +general { + # Allow players to automatically pickup items [default: false] + B:"Auto Pickup"=true + + # Toggles items floating on water [default: true] + B:"Can Float"=true + B:"Dupe Workaround"=false + + # Render items the old way (Client Side Only) [default: false] + B:"Old Items"=false + + # Affects pickup accuracy tolerance [range: 0.01 ~ 1.0, default: 0.2] + S:"Pickup Radius"=1.25 + + # Manual pickup distance in blocks [range: 1.0 ~ 5.0, default: 2.5] + S:"Pickup Reach"=2.5 +} + + diff --git a/config/reborncore.cfg b/config/reborncore.cfg new file mode 100644 index 0000000..27c0462 --- /dev/null +++ b/config/reborncore.cfg @@ -0,0 +1,52 @@ +# Configuration file + +misc { + # Enable version checker + B:"Check for new versions"=false + + # AutoUpdates none user chnaged config values, when the mod default changes. + B:"Config Updater"=true + + # Contains some debug tools to help fix issues with ores. + B:"Enable Debug tools for ores"=false + + # Disable this is you don't want seasonal easter eggs + B:"Enable Seasonal Easter Eggs"=false + + # Wrench required to pick machine. If not wrenched than machine frame will drop instead. + B:"Wrench required"=true + B:mtDocGen=false +} + + +power { + # Allow machines to be powered with Forges power system + B:"Allow Forge"=true + + # Allow machines to be powered with EU + B:"Allow IC2 EU"=true + + # Allow machines to be powered with Tesla + B:"Allow Tesla"=false + + # The Amount of FU to output from EU + I:"EU - FU ratio"=4 + + # When enabled machines that try to insert power into a machine with a lower teir will smoke + B:"Energy smoking"=false + + # Show Stack Info HUD (ClientSideOnly) + B:"Show Stack Info HUD"=true + B:"Stack Info Bottom"=true + + # Screen corner for HUD, 0 is top left, 1 is top right, 2 is bottom right and 3 is bottom left (ClientSideOnly) + I:"Stack Info Corner"=0 + + # X padding for HUD (ClientSideOnly) + I:"Stack Info X"=2 + + # Y padding for HUD (ClientSideOnly) + I:"Stack Info Y"=7 +} + + diff --git a/config/reccomplex.cfg b/config/reccomplex.cfg new file mode 100644 index 0000000..4a74cd9 --- /dev/null +++ b/config/reccomplex.cfg @@ -0,0 +1,163 @@ +# Configuration file + +balancing { + # Enabling this will cancel any structure generation if another structure is present at the cooridnate already. [default: true] + B:avoidOverlappingGeneration=true + + # Chance to use the customArtifactTag when an artifact generation tag fires. [range: 0.0 ~ 1.0, default: 0.0] + S:customArtifactChance=0.0 + + # Custom Loot Table to override when an artifact generation tag fires. [default: ] + S:customArtifactTag= + + # Chance to use the customArtifactTag when a book generation tag fires. [range: 0.0 ~ 1.0, default: 0.0] + S:customBookChance=0.0 + + # Custom Loot Table to override when a book generation tag fires. [default: ] + S:customBookTag= + + # Enable hacks for a few decoration types. Disabling this may fix problems but will deactivate ReC overriding those types of structures. [default: true] + B:decorationHacks=true + + # Resource Expression that will restrict logging of structures that fail to generate. [default: ] + S:failingStructureLogExpression= + + # Whether the nature (e.g. trees, mushrooms) added by the mod should be actively generating. [default: true] + B:generateNature=true + + # Global toggles that can be used in expressions. You can also add your own. Ex: 'treeLeavesDecay: true'. [default: [treeLeavesDecay: true]] + S:globalToggles < + treeLeavesDecay: true + > + + # If disabled, Recurrent Complex will generate structures in worlds without the structure generation option. [default: true] + B:honorStructureGenerationOption=true + + # Resource Expression that will be applied to each loading loot table, determining if it should be set to 'active'. [default: ] + S:inventoryGeneratorGenerationMatcher= + + # Resource Expression that will be applied to each loading loot table, determining if it should be loaded. [default: ] + S:inventoryGeneratorLoadMatcher= + + # Maximum number of reverses per room the maze generator can do. A higher number results in a better generation success rate, but may freeze the server temporarily. [range: -1.0 ~ 100.0, default: 3.0] + S:mazePlacementReversesPerRoom=3.0 + + # Maze generation timeout, in milliseconds. After the time is over, the maze generation will just give up. [range: -1 ~ 600000, default: 20000] + I:mazeTimeout=20000 + + # Within this block radius, default structures won't spawn (in the main dimension). [range: 0.0 ~ 500.0, default: 30.0] + S:minDistToSpawnForGeneration=30.0 + + # List of spawn chance tweaks to structures: IceThorn:0.5 [default: ] + S:spawnTweaks < + > + + # Resource Expression that will be applied to each loading structure, determining if it should be set to 'active'. [default: ] + S:structureGenerationMatcher= + + # Resource Expression that will be applied to each loading structure, determining if it should be loaded. [default: ] + S:structureLoadMatcher= + + # How often do structures spawn? [range: 0.0 ~ 10.0, default: 1.0] + S:structureSpawnChance=1.0 + + # Biome Expression that will be checked for every single structure. Use this if you want to blacklist / whitelist specific biomes that shouldn't have structures. [default: ] + S:universalBiomeMatcher= + + # Dimension Expression that will be checked for every single structure. Use this if you want to blacklist / whitelist specific dimensions that shouldn't have structures. [default: ] + S:universalDimensionMatcher= + + # Transformer preset names that are gonna be applied to every single generating structure. Use this if you need to enforce specific rules (e.g. "don't ever spawn wood blocks" (with a replace transformer). [default: ] + S:universalTransformerPresets < + > +} + + +controls { + S:blockSelectorModifierKeys=ctrl +} + + +decoration { + # The base weight of RC sapling generation types. The vanilla tree weight is 1 - if you want to fully replace vanilla trees, crank this up to something big. [range: 0.0 ~ 100000.0, default: 0.2] + S:baseSaplingSpawnWeight=0.2 + + # The base weight of RC village generation types. Vanilla average is about 10 - if you want to fully replace vanilla structures in villages, crank this up to something big. [range: 0 ~ 100000, default: 10] + I:baseVillageSpawnWeight=10 + + # The base weight of this decoration type. The vanilla decorator has a weight of 1 - if you want to fully replace vanilla decoration, crank this up to something big. [range: 0.0 ~ 1000.0, default: 0.2] + S:baseWeight_big_mushroom=0.2 + + # The base weight of this decoration type. The vanilla decorator has a weight of 1 - if you want to fully replace vanilla decoration, crank this up to something big. [range: 0.0 ~ 1000.0, default: 0.2] + S:baseWeight_cactus=0.2 + + # The base weight of this decoration type. The vanilla decorator has a weight of 1 - if you want to fully replace vanilla decoration, crank this up to something big. [range: 0.0 ~ 1000.0, default: 0.2] + S:baseWeight_desert_well=0.2 + + # The base weight of this decoration type. The vanilla decorator has a weight of 1 - if you want to fully replace vanilla decoration, crank this up to something big. [range: 0.0 ~ 1000.0, default: 0.2] + S:baseWeight_fossil=0.2 + + # The base weight of this decoration type. The vanilla decorator has a weight of 1 - if you want to fully replace vanilla decoration, crank this up to something big. [range: 0.0 ~ 1000.0, default: 0.2] + S:baseWeight_mineshaft=0.2 + + # The base weight of this decoration type. The vanilla decorator has a weight of 1 - if you want to fully replace vanilla decoration, crank this up to something big. [range: 0.0 ~ 1000.0, default: 0.2] + S:baseWeight_nether_bridge=0.2 + + # The base weight of this decoration type. The vanilla decorator has a weight of 1 - if you want to fully replace vanilla decoration, crank this up to something big. [range: 0.0 ~ 1000.0, default: 0.2] + S:baseWeight_ocean_monument=0.2 + + # The base weight of this decoration type. The vanilla decorator has a weight of 1 - if you want to fully replace vanilla decoration, crank this up to something big. [range: 0.0 ~ 1000.0, default: 0.2] + S:baseWeight_scattered_feature=0.2 + + # The base weight of this decoration type. The vanilla decorator has a weight of 1 - if you want to fully replace vanilla decoration, crank this up to something big. [range: 0.0 ~ 1000.0, default: 0.2] + S:baseWeight_stronghold=0.2 + + # The base weight of this decoration type. The vanilla decorator has a weight of 1 - if you want to fully replace vanilla decoration, crank this up to something big. [range: 0.0 ~ 1000.0, default: 0.2] + S:baseWeight_tree=0.2 + + # The base weight of this decoration type. The vanilla decorator has a weight of 1 - if you want to fully replace vanilla decoration, crank this up to something big. [range: 0.0 ~ 1000.0, default: 0.2] + S:baseWeight_village=0.2 + + # The chance to trigger any special sapling spawns at all. If you want to disable the big trees, set this to 0. [range: 0.0 ~ 1.0, default: 1.0] + S:saplingTriggerChance=1.0 +} + + +general { + # The required permission level for /#as to function. Set to 2 for command blocks and OPs, 4 for only server, or -1 to disable. Note that this could be a security problem on low levels. [range: -1 ~ 10, default: 4] + I:asCommandPermissionLevel=4 + + # List of Command Expressions determining if a command can be executed. Example: #export:#3 | $Ivorforce [default: ] + S:commandMatchers < + > + + # The String that will be prefixed to every command, e.g. '#' -> '/#gen', '#paste' etc. [default: #] + S:commandPrefix=# + + # Enabling this will make the mod register as little as possible, which enables it to be used server-side only. Note that this prevents you from editing or importing structures. [default: false] + B:lightweightMode=false + + # Memorize decoration spawns like trees or mushrooms (for /#whatisthis). Since decoration is so common, it is recommended to use this only for debugging / balancing purposes. [default: false] + B:memorizeDecoration=false + + # Memorize sapling spawns (for /#whatisthis). Since saplings are so common, it is recommended to use this only for debugging / balancing purposes. [default: false] + B:memorizeSaplings=false + + # Disabling this will prevent spawn command blocks from notifying the server admins, as normal commands would. [default: false] + B:notifyAdminOnBlockCommands=false + + # Once per world, post the status of ReC to the admins. [default: true] + B:postWorldStatus=true + + # Whether player caches like the clipboard and previewed operations will be saved and loaded. [default: true] + B:savePlayerCache=true + S:spawnTweaks < + > +} + + +visual { + B:hideRedundantNegativeSpace=true +} + + diff --git a/config/refinedrelocation.cfg b/config/refinedrelocation.cfg new file mode 100644 index 0000000..b7b56a9 --- /dev/null +++ b/config/refinedrelocation.cfg @@ -0,0 +1,7 @@ +# Configuration file + +general { + B:renderChestNameTags=true +} + + diff --git a/config/refinedstorage.cfg b/config/refinedstorage.cfg new file mode 100644 index 0000000..f7a78ba --- /dev/null +++ b/config/refinedstorage.cfg @@ -0,0 +1,255 @@ +# Configuration file + +autocrafting { + # The autocrafting calculation timeout in milliseconds, tasks taking longer than this to calculate (NOT execute) are cancelled to avoid server strain [range: 5000 ~ 2147483647, default: 5000] + I:calculationTimeoutMs=5000 +} + + +controller { + # The energy capacity of the Controller [range: 0 ~ 2147483647, default: 32000] + I:capacity=32000 + + # Whether the Controller uses energy [default: true] + B:usesEnergy=true +} + + +covers { + # Whether to hide covers in the creative mode tabs and JEI [default: false] + B:hideCovers=false +} + + +energy { + # The energy used by Cables [range: 0 ~ 2147483647, default: 0] + I:cable=0 + + # The energy used by Constructors [range: 0 ~ 2147483647, default: 1] + I:constructor=1 + + # The base energy used by the Controller [range: 0 ~ 2147483647, default: 0] + I:controllerBase=0 + + # The maximum energy the controller receives per tick [range: 0 ~ 2147483647, default: 2147483647] + I:controllerMaxReceive=2147483647 + + # The base energy used by Crafters [range: 0 ~ 2147483647, default: 2] + I:crafter=2 + + # The energy used by Crafter Managers [range: 0 ~ 2147483647, default: 4] + I:crafterManager=4 + + # The additional energy used per Pattern in a Crafter [range: 0 ~ 2147483647, default: 1] + I:crafterPerPattern=1 + + # The energy used by Crafting Grids [range: 0 ~ 2147483647, default: 4] + I:craftingGrid=4 + + # The energy used by Crafting Monitors [range: 0 ~ 2147483647, default: 2] + I:craftingMonitor=2 + + # The energy used by Destructors [range: 0 ~ 2147483647, default: 1] + I:destructor=1 + + # The energy used by Detectors [range: 0 ~ 2147483647, default: 2] + I:detector=2 + + # The base energy used by Disk Drives [range: 0 ~ 2147483647, default: 0] + I:diskDrive=0 + + # The additional energy used by Storage Disks in Disk Drives [range: 0 ~ 2147483647, default: 1] + I:diskDrivePerDisk=1 + + # The energy used by Disk Manipulators [range: 0 ~ 2147483647, default: 3] + I:diskManipulator=3 + + # The energy used by Exporters [range: 0 ~ 2147483647, default: 1] + I:exporter=1 + + # The base energy used by External Storages [range: 0 ~ 2147483647, default: 0] + I:externalStorage=0 + + # The additional energy used per connected storage to an External Storage [range: 0 ~ 2147483647, default: 1] + I:externalStoragePerStorage=1 + + # The energy used by Fluid Grids [range: 0 ~ 2147483647, default: 2] + I:fluidGrid=2 + + # The energy used by Fluid Interfaces [range: 0 ~ 2147483647, default: 3] + I:fluidInterface=3 + + # The energy used by Fluid Storage Blocks [range: 0 ~ 2147483647, default: 1] + I:fluidStorage=1 + + # The energy used by Grids [range: 0 ~ 2147483647, default: 2] + I:grid=2 + + # The energy used by Importers [range: 0 ~ 2147483647, default: 1] + I:importer=1 + + # The energy used by Interfaces [range: 0 ~ 2147483647, default: 3] + I:interface=3 + + # The energy used by Network Receivers [range: 0 ~ 2147483647, default: 0] + I:networkReceiver=0 + + # The base energy used by Network Transmitters [range: 0 ~ 2147483647, default: 0] + I:networkTransmitter=0 + + # The additional energy per block that the Network Transmitter uses, gets rounded up [range: 0.0 ~ 3.4028235E38, default: 1.0] + S:networkTransmitterPerBlock=1.0 + + # The energy used by Pattern Grids [range: 0 ~ 2147483647, default: 3] + I:patternGrid=3 + I:reader=2 + + # The energy used by Relays [range: 0 ~ 2147483647, default: 1] + I:relay=1 + + # The base energy used by Security Managers [range: 0 ~ 2147483647, default: 4] + I:securityManager=4 + + # The additional energy used by Security Cards in Security Managers [range: 0 ~ 2147483647, default: 10] + I:securityManagerPerSecurityCard=10 + I:solderer=3 + + # The energy used by Storage Blocks [range: 0 ~ 2147483647, default: 1] + I:storage=1 + + # The energy used by Wireless Transmitters [range: 0 ~ 2147483647, default: 8] + I:wirelessTransmitter=8 + I:writer=2 +} + + +grid { + # Whether the Grid should display a detailed tooltip when hovering over an item or fluid [default: true] + B:detailedTooltip=true + + # Whether the Grid should use a large font for stack quantity display [default: false] + B:largeFont=false + + # The maximum amount of rows that the Grid can show when stretched [range: 3 ~ 2147483647, default: 2147483647] + I:maxRowsStretch=2147483647 +} + + +portablegrid { + # The energy capacity of the Portable Grid [range: 0 ~ 2147483647, default: 3200] + I:capacity=3200 + + # The energy used by the Portable Grid to extract items [range: 0 ~ 2147483647, default: 3] + I:extract=3 + + # The energy used by the Portable Grid to insert items [range: 0 ~ 2147483647, default: 3] + I:insert=3 + + # The energy used by the Portable Grid to open [range: 0 ~ 2147483647, default: 30] + I:open=30 + + # Whether the Portable Grid uses energy [default: true] + B:usesEnergy=true +} + + +readerwriter { + # The energy capacity of energy channels [range: 0 ~ 2147483647, default: 16000] + I:channelEnergyCapacity=16000 + + # The energy used by Readers [range: 0 ~ 2147483647, default: 2] + I:reader=2 + + # The energy used by Writers [range: 0 ~ 2147483647, default: 2] + I:writer=2 +} + + +upgrades { + # The additional energy used per Crafting Upgrade [range: 0 ~ 2147483647, default: 5] + I:crafting=5 + + # The additional energy used by the Fortune Upgrade, multiplied by the level of the enchantment [range: 0 ~ 2147483647, default: 10] + I:fortune=10 + + # The additional energy used by the Interdimensional Upgrade [range: 0 ~ 2147483647, default: 1000] + I:interdimensional=1000 + + # The additional energy used per Range Upgrade [range: 0 ~ 2147483647, default: 8] + I:range=8 + + # The additional energy used by the Silk Touch Upgrade [range: 0 ~ 2147483647, default: 15] + I:silkTouch=15 + S:soldererSpeedIncreasePerSpeedUpgrade=22.5 + + # The additional energy used per Speed Upgrade [range: 0 ~ 2147483647, default: 2] + I:speed=2 + + # The additional energy used per Stack Upgrade [range: 0 ~ 2147483647, default: 12] + I:stack=12 +} + + +wirelesscraftingmonitor { + # The energy used by the Wireless Crafting Monitor to cancel a task [range: 0 ~ 2147483647, default: 4] + I:cancel=4 + + # The energy used by the Wireless Crafting Monitor to cancel all tasks [range: 0 ~ 2147483647, default: 5] + I:cancelAll=5 + + # The energy capacity of the Wireless Crafting Monitor [range: 0 ~ 2147483647, default: 3200] + I:capacity=3200 + + # The energy used by the Wireless Crafting Monitor to open [range: 0 ~ 2147483647, default: 35] + I:open=35 + + # Whether the Wireless Crafting Monitor uses energy [default: true] + B:usesEnergy=true +} + + +wirelessfluidgrid { + # The energy capacity of the Wireless Fluid Grid [range: 0 ~ 2147483647, default: 3200] + I:capacity=3200 + + # The energy used by the Wireless Fluid Grid to extract items [range: 0 ~ 2147483647, default: 3] + I:extract=3 + + # The energy used by the Wireless Fluid Grid to insert items [range: 0 ~ 2147483647, default: 3] + I:insert=3 + + # The energy used by the Fluid Wireless Grid to open [range: 0 ~ 2147483647, default: 30] + I:open=30 + + # Whether the Fluid Wireless Grid uses energy [default: true] + B:usesEnergy=true +} + + +wirelessgrid { + # The energy capacity of the Wireless Grid [range: 0 ~ 2147483647, default: 3200] + I:capacity=3200 + + # The energy used by the Wireless Grid to extract items [range: 0 ~ 2147483647, default: 3] + I:extract=3 + + # The energy used by the Wireless Grid to insert items [range: 0 ~ 2147483647, default: 3] + I:insert=3 + + # The energy used by the Wireless Grid to open [range: 0 ~ 2147483647, default: 30] + I:open=30 + + # Whether the Wireless Grid uses energy [default: true] + B:usesEnergy=true +} + + +wirelesstransmitter { + # The base range of the Wireless Transmitter [range: 0 ~ 2147483647, default: 16] + I:range=16 + + # The additional range per Range Upgrade in the Wireless Transmitter [range: 0 ~ 2147483647, default: 8] + I:rangePerUpgrade=8 +} + + diff --git a/config/refinedstorageaddons.cfg b/config/refinedstorageaddons.cfg new file mode 100644 index 0000000..82cabd3 --- /dev/null +++ b/config/refinedstorageaddons.cfg @@ -0,0 +1,47 @@ +# Configuration file + +infinitewirelesstransmitter { + # The range of the Infinite Wireless Transmitter [range: 0 ~ 2147483647, default: 2147483647] + I:infiniteWirelessTransmitterRange=2147483647 + + # The energy used by the Infinite Wireless Transmitter [range: 0 ~ 2147483647, default: 1000] + I:infiniteWirelessTransmitterUsage=1000 +} + + +networkbag { + # The energy used by the Network Bag [range: 0 ~ 2147483647, default: 15] + I:usage=15 + + # Whether the Network Bag uses energy [default: true] + B:usesEnergy=true +} + + +networkpicker { + # The energy used by the Network Picker [range: 0 ~ 2147483647, default: 45] + I:usage=45 + + # Whether the Network Picker uses energy [default: true] + B:usesEnergy=true +} + + +wirelesscraftinggrid { + # The energy used by the Wireless Crafting Grid to craft a single item [range: 0 ~ 2147483647, default: 1] + I:craft=1 + + # The energy used by the Wireless Crafting Grid to extract items [range: 0 ~ 2147483647, default: 3] + I:extract=3 + + # The energy used by the Wireless Crafting Grid to insert items [range: 0 ~ 2147483647, default: 3] + I:insert=3 + + # The energy used by the Wireless Crafting Grid to open [range: 0 ~ 2147483647, default: 30] + I:open=30 + + # Whether the Wireless Crafting Grid uses energy [default: true] + B:usesEnergy=true +} + + diff --git a/config/rftools/control.cfg b/config/rftools/control.cfg new file mode 100644 index 0000000..e33802b --- /dev/null +++ b/config/rftools/control.cfg @@ -0,0 +1,68 @@ +# Configuration file + +########################################################################################################## +# general +#--------------------------------------------------------------------------------------------------------# +# General settings +########################################################################################################## + +general { + # RF per tick/per block for the console screen module [range: 0 ~ 2147483647, default: 2] + I:consoleModuleRFPerTick=2 + + # If true double click is needed in programmer to change connector. If false single click is sufficient [default: true] + B:doubleClickToChangeConnector=true + + # RF per tick/per block for the interaction screen module [range: 0 ~ 2147483647, default: 2] + I:interactionModuleRFPerTick=2 + + # Maximum amount of craft requests supported by the crafting station. More requests will be ignored [range: 1 ~ 10000, default: 200] + I:maxCraftRequests=200 + + # Maximum amount of event queue entries supported by a processor. More events will be ignored [range: 1 ~ 10000, default: 100] + I:maxEventQueueSize=100 + + # Maximum amount of graphics opcodes that a graphics card supports [range: 1 ~ 10000, default: 30] + I:maxGraphicsOpcodes=30 + + # Maximum stack size for a program (used by 'call' opcode) [range: 1 ~ 10000, default: 100] + I:maxStackSize=100 + + # Maximum number of lines to keep in the log [range: 0 ~ 100000, default: 100] + I:processorMaxLogLines=100 + + # Maximum RF storage that the processor can hold [range: 1 ~ 2147483647, default: 100000] + I:processorMaxRF=100000 + + # RF per tick that the processor can receive [range: 1 ~ 2147483647, default: 1000] + I:processorRFPerTick=1000 + + # RF per tick for the CPU Core B500 [range: 0 ~ 2147483647, default: 4] + I:rfB500=4 + + # RF per tick for the CPU Core EX2000 [range: 0 ~ 2147483647, default: 50] + I:rfEX2000=50 + + # RF per tick for the CPU Core S1000 [range: 0 ~ 2147483647, default: 14] + I:rfS1000=14 + + # Amount of instructions per tick for the CPU Core B500 [range: 1 ~ 1000, default: 1] + I:speedB500=1 + + # Amount of instructions per tick for the CPU Core EX2000 [range: 1 ~ 1000, default: 16] + I:speedEX2000=16 + + # Amount of instructions per tick for the CPU Core S1000 [range: 1 ~ 1000, default: 4] + I:speedS1000=4 + + # If 2 tooltips in the programmer gui are verbose and give a lot of info. With 1 the information is decreased. 0 means no tooltips [range: 0 ~ 2, default: 2] + I:tooltipVerbosityLevel=2 + + # RF per tick/per block for the variable screen module [range: 0 ~ 2147483647, default: 1] + I:variableModuleRFPerTick=1 + + # RF per tick/per block for the vector art screen module [range: 0 ~ 2147483647, default: 2] + I:vectorArtModuleRFPerTick=2 +} + + diff --git a/config/rftools/rftools.cfg b/config/rftools/rftools.cfg new file mode 100644 index 0000000..9f001b7 --- /dev/null +++ b/config/rftools/rftools.cfg @@ -0,0 +1,2922 @@ +# 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=10000000 + + # RF per tick that the builder can receive [range: 0 ~ 2147483647, default: 20000] + I:builderRFPerTick=50000 + + # RF per entity move operation for the builder [range: 0 ~ 2147483647, default: 5000] + I:builderRfPerEntity=5000 + + # Base RF per block operation for the builder when used as a pump [range: 0 ~ 2147483647, default: 300] + I:builderRfPerLiquid=300 + + # RF per block operation for the builder when used to build [range: 0 ~ 2147483647, default: 500] + I:builderRfPerOperation=500 + + # RF per player move operation for the builder [range: 0 ~ 2147483647, default: 40000] + I:builderRfPerPlayer=40000 + + # 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=300 + + # 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=20 + + # 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=500000 + + # The minimum RF/tick usage that an active controller consumes [range: 0 ~ 2147483647, default: 5] + I:environmentalMinRFUsage=5 + + # RF per tick that the the environmental controller can receive [range: 0 ~ 2147483647, default: 20000] + I:environmentalRFPerTick=20000 + + # RF per tick/per block for the feather falling plus module [range: 0.0 ~ 1.0E9, default: 0.003] + S:featherfallingPlusRFPerTick=0.003 + + # RF per tick/per block for the feather falling module [range: 0.0 ~ 1.0E9, default: 0.001] + S:featherfallingRFPerTick=0.001 + + # RF per tick/per block for the flight module [range: 0.0 ~ 1.0E9, default: 0.004] + S:flightRFPerTick=0.004 + + # 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=0.002 + + # 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=0.001 + + # 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=0.02 + + # RF per tick/per block for the regeneration plus module [range: 0.0 ~ 1.0E9, default: 0.0045] + S:regenerationPlusRFPerTick=0.0045 + + # RF per tick/per block for the regeneration module [range: 0.0 ~ 1.0E9, default: 0.0015] + S:regenerationRFPerTick=0.0015 + + # RF per tick/per block for the saturation plus module [range: 0.0 ~ 1.0E9, default: 0.003] + S:saturationPlusRFPerTick=0.003 + + # RF per tick/per block for the saturation module [range: 0.0 ~ 1.0E9, default: 0.001] + S:saturationRFPerTick=0.001 + + # 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.012 + + # RF per tick/per block for the speed plus module [range: 0.0 ~ 1.0E9, default: 0.003] + S:speedPlusRFPerTick=0.003 + + # RF per tick/per block for the speed module [range: 0.0 ~ 1.0E9, default: 0.001] + S:speedRFPerTick=0.001 + + # 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=false + + # 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 < + > + + # Oregen for dimensional shards in case RFTools Dimensions is not present [default: [-1], [1]] + S:dimensionalShardOregenWithoutDimensions < + > + + # 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=10 +} + + +########################################################################################################## +# 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:"animalium:wild_dog.spawnamount.0" < + I + minecraft:bone + 0 + 0.2 + > + S:"animalium:wild_dog.spawnamount.1" < + B + minecraft:dirt + 0 + 1 + > + S:"animalium:wild_dog.spawnamount.2" < + L + + 0 + 40.0 + > + S:"abyssalcraft:shadowcreature.spawnamount.0" < + I + abyssalcraft:shadowfragment + 0 + 0.3 + > + S:"abyssalcraft:shadowcreature.spawnamount.1" < + B + abyssalcraft:stone + 0 + 1 + > + S:"abyssalcraft:shadowcreature.spawnamount.2" < + L + + 0 + 20.0 + > + S:"abyssalcraft:shadowmonster.spawnamount.0" < + I + abyssalcraft:shadowfragment + 0 + 1.2 + > + S:"abyssalcraft:shadowmonster.spawnamount.1" < + B + abyssalcraft:stone + 0 + 1 + > + S:"abyssalcraft:shadowmonster.spawnamount.2" < + L + + 0 + 30.0 + > + S:"abyssalcraft:shadowbeast.spawnamount.0" < + I + abyssalcraft:shadowshard + 0 + 0.5 + > + S:"abyssalcraft:shadowbeast.spawnamount.1" < + B + abyssalcraft:stone + 0 + 1 + > + S:"abyssalcraft:shadowbeast.spawnamount.2" < + L + + 0 + 40.0 + > + S:"abyssalcraft:abyssalzombie.spawnamount.0" < + I + abyssalcraft:shadowfragment + 0 + 0.2 + > + S:"abyssalcraft:abyssalzombie.spawnamount.1" < + B + abyssalcraft:stone + 1 + 1 + > + S:"abyssalcraft:abyssalzombie.spawnamount.2" < + L + + 0 + 20.0 + > + S:"abyssalcraft:depthsghoul.spawnamount.0" < + I + abyssalcraft:shadowfragment + 0 + 0.2 + > + S:"abyssalcraft:depthsghoul.spawnamount.1" < + B + abyssalcraft:stone + 1 + 1 + > + S:"abyssalcraft:depthsghoul.spawnamount.2" < + L + + 0 + 20.0 + > + S:"emberroot:creeper.spawnamount.0" < + I + minecraft:gunpowder + 0 + 0.1 + > + S:"emberroot:creeper.spawnamount.1" < + B + minecraft:dirt + 0 + 0.5 + > + S:"emberroot:creeper.spawnamount.2" < + L + + 0 + 20.0 + > + S:"emberroot:owl.spawnamount.0" < + I + minecraft:feather + 0 + 0.1 + > + S:"emberroot:owl.spawnamount.1" < + B + minecraft:dirt + 0 + 0.2 + > + S:"emberroot:owl.spawnamount.2" < + L + + 0 + 15.0 + > + S:"emberroot:rainbow_golem.spawnamount.0" < + I + minecraft:blaze_powder + 0 + 0.1 + > + S:"emberroot:rainbow_golem.spawnamount.1" < + B + minecraft:dirt + 0 + 0.2 + > + S:"emberroot:rainbow_golem.spawnamount.2" < + L + + 0 + 15.0 + > + S:"emberroot:skeleton_frozen.spawnamount.0" < + I + minecraft:bone + 0 + 0.1 + > + S:"emberroot:skeleton_frozen.spawnamount.1" < + B + minecraft:dirt + 0 + 0.5 + > + S:"emberroot:skeleton_frozen.spawnamount.2" < + L + + 0 + 20.0 + > + S:"emberroot:rainbowslime.spawnamount.0" < + I + minecraft:slime_ball + 0 + 0.1 + > + S:"emberroot:rainbowslime.spawnamount.1" < + B + minecraft:dirt + 0 + 0.5 + > + S:"emberroot:rainbowslime.spawnamount.2" < + L + + 0 + 20.0 + > + S:"emberroot:timberwolf.spawnamount.0" < + I + minecraft:bone + 0 + 0.1 + > + S:"emberroot:timberwolf.spawnamount.1" < + B + minecraft:dirt + 0 + 0.5 + > + S:"emberroot:timberwolf.spawnamount.2" < + L + + 0 + 20.0 + > + S:"emberroot:knight_fallen.spawnamount.0" < + I + minecraft:rotten_flesh + 0 + 0.1 + > + S:"emberroot:knight_fallen.spawnamount.1" < + B + minecraft:dirt + 0 + 0.2 + > + S:"emberroot:knight_fallen.spawnamount.2" < + L + + 0 + 20.0 + > + S:"emberroot:withercat.spawnamount.0" < + I + minecraft:fish + 0 + 0.1 + > + S:"emberroot:withercat.spawnamount.1" < + B + minecraft:dirt + 0 + 1.0 + > + S:"emberroot:withercat.spawnamount.2" < + L + + 0 + 20.0 + > + S:"emberroot:witherwitch.spawnamount.0" < + I + minecraft:glass_bottle + 0 + 0.1 + > + S:"emberroot:witherwitch.spawnamount.1" < + B + minecraft:dirt + 0 + 1.0 + > + S:"emberroot:witherwitch.spawnamount.2" < + L + + 0 + 30.0 + > + S:"industrialforegoing:pink_slime.spawnamount.0" < + I + minecraft:slime_ball + 0 + 0.1 + > + S:"industrialforegoing:pink_slime.spawnamount.1" < + B + minecraft:dirt + 0 + 0.5 + > + S:"industrialforegoing:pink_slime.spawnamount.2" < + L + + 0 + 15.0 + > + S:"jaff:clownfish.spawnamount.0" < + I + minecraft:fish + 0 + 0.1 + > + S:"jaff:clownfish.spawnamount.1" < + B + minecraft:gravel + 0 + 0.5 + > + S:"jaff:clownfish.spawnamount.2" < + L + + 0 + 5.0 + > + S:"jaff:cod.spawnamount.0" < + I + minecraft:fish + 0 + 0.1 + > + S:"jaff:cod.spawnamount.1" < + B + minecraft:gravel + 0 + 0.5 + > + S:"jaff:cod.spawnamount.2" < + L + + 0 + 5.0 + > + S:"jaff:pufferfish.spawnamount.0" < + I + minecraft:fish + 0 + 0.1 + > + S:"jaff:pufferfish.spawnamount.1" < + B + minecraft:gravel + 0 + 0.5 + > + S:"jaff:pufferfish.spawnamount.2" < + L + + 0 + 5.0 + > + S:"jaff:salmon.spawnamount.0" < + I + minecraft:fish + 0 + 0.1 + > + S:"jaff:salmon.spawnamount.1" < + B + minecraft:gravel + 0 + 0.5 + > + S:"jaff:salmon.spawnamount.2" < + L + + 0 + 5.0 + > + S:"magma_monsters:magma_monster.spawnamount.0" < + I + minecraft:charcoal + 0 + 0.1 + > + S:"magma_monsters:magma_monster.spawnamount.1" < + B + minecraft:stone + 0 + 0.2 + > + S:"magma_monsters:magma_monster.spawnamount.2" < + L + + 0 + 20.0 + > + S:"magma_monsters:magma_monster_grunt.spawnamount.0" < + I + minecraft:charcoal + 0 + 0.1 + > + S:"magma_monsters:magma_monster_grunt.spawnamount.1" < + B + minecraft:stone + 0 + 0.2 + > + S:"magma_monsters:magma_monster_grunt.spawnamount.2" < + L + + 0 + 10.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:donkey.spawnamount.0" < + I + minecraft:leather + 0 + 0.1 + > + S:"minecraft:donkey.spawnamount.1" < + B + minecraft:dirt + 0 + 0.5 + > + S:"minecraft:donkey.spawnamount.2" < + L + + 0 + 30.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:evocation_illager.spawnamount.0" < + I + minecraft:emerald + 0 + 0.05 + > + S:"minecraft:evocation_illager.spawnamount.1" < + B + minecraft:planks + 5 + 0.2 + > + S:"minecraft:evocation_illager.spawnamount.2" < + L + + 0 + 150.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:illusion_illager.spawnamount.0" < + I + minecraft:emerald + 0 + 0.05 + > + S:"minecraft:illusion_illager.spawnamount.1" < + B + minecraft:planks + 5 + 0.2 + > + S:"minecraft:illusion_illager.spawnamount.2" < + L + + 0 + 40.0 + > + S:"minecraft:llama.spawnamount.0" < + I + minecraft:leather + 0 + 0.1 + > + S:"minecraft:llama.spawnamount.1" < + B + minecraft:dirt + 0 + 0.5 + > + S:"minecraft:llama.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:vindication_illager.spawnamount.0" < + I + minecraft:emerald + 0 + 0.05 + > + S:"minecraft:vindication_illager.spawnamount.1" < + B + minecraft:planks + 5 + 0.2 + > + S:"minecraft:vindication_illager.spawnamount.2" < + L + + 0 + 40.0 + > + 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 + > + S:"playerskins:playermob.spawnamount.0" < + I + minecraft:book + 0 + 0.1 + > + S:"playerskins:playermob.spawnamount.1" < + B + minecraft:dirt + 0 + 5.0 + > + S:"playerskins:playermob.spawnamount.2" < + L + + 0 + 30.0 + > + S:"totemic:buffalo.spawnamount.0" < + I + totemic:buffalo_items + 0 + 0.1 + > + S:"totemic:buffalo.spawnamount.1" < + B + minecraft:dirt + 0 + 0.2 + > + S:"totemic:buffalo.spawnamount.2" < + L + + 0 + 20.0 + > + S:"trumpet_skeleton:trumpet_skeleton.spawnamount.0" < + I + minecraft:bone + 0 + 0.1 + > + S:"trumpet_skeleton:trumpet_skeleton.spawnamount.1" < + B + minecraft:dirt + 0 + 0.5 + > + S:"trumpet_skeleton:trumpet_skeleton.spawnamount.2" < + L + + 0 + 20.0 + > + S:"twilightforest:bighorn_sheep.spawnamount.0" < + B + minecraft:wool + 0 + 0.1 + > + S:"twilightforest:bighorn_sheep.spawnamount.1" < + B + minecraft:dirt + 0 + 0.2 + > + S:"twilightforest:bighorn_sheep.spawnamount.2" < + L + + 0 + 20.0 + > + S:"twilightforest:blockchain_goblin.spawnamount.0" < + I + twilightforest:armor_shard + 0 + 0.1 + > + S:"twilightforest:blockchain_goblin.spawnamount.1" < + B + minecraft:dirt + 0 + 0.2 + > + S:"twilightforest:blockchain_goblin.spawnamount.2" < + L + + 0 + 40.0 + > + S:"twilightforest:death_tome.spawnamount.0" < + I + minecraft:book + 0 + 0.2 + > + S:"twilightforest:death_tome.spawnamount.1" < + B + minecraft:dirt + 0 + 0.3 + > + S:"twilightforest:death_tome.spawnamount.2" < + L + + 0 + 40.0 + > + S:"twilightforest:deer.spawnamount.0" < + I + minecraft:leather + 0 + 0.1 + > + S:"twilightforest:deer.spawnamount.1" < + B + minecraft:dirt + 0 + 0.2 + > + S:"twilightforest:deer.spawnamount.2" < + L + + 0 + 20.0 + > + S:"twilightforest:goblin_knight_lower.spawnamount.0" < + I + twilightforest:armor_shard + 0 + 0.3 + > + S:"twilightforest:goblin_knight_lower.spawnamount.1" < + B + minecraft:dirt + 0 + 0.4 + > + S:"twilightforest:goblin_knight_lower.spawnamount.2" < + L + + 0 + 80.0 + > + S:"twilightforest:hedge_spider.spawnamount.0" < + I + minecraft:string + 0 + 0.1 + > + S:"twilightforest:hedge_spider.spawnamount.1" < + B + minecraft:dirt + 0 + 0.2 + > + S:"twilightforest:hedge_spider.spawnamount.2" < + L + + 0 + 15.0 + > + S:"twilightforest:helmet_crab.spawnamount.0" < + I + twilightforest:armor_shard + 0 + 0.1 + > + S:"twilightforest:helmet_crab.spawnamount.1" < + B + minecraft:dirt + 0 + 0.2 + > + S:"twilightforest:helmet_crab.spawnamount.2" < + L + + 0 + 15.0 + > + S:"twilightforest:king_spider.spawnamount.0" < + I + minecraft:string + 0 + 0.1 + > + S:"twilightforest:king_spider.spawnamount.1" < + B + minecraft:gold_block + 0 + 0.2 + > + S:"twilightforest:king_spider.spawnamount.2" < + L + + 0 + 50.0 + > + S:"twilightforest:mini_ghast.spawnamount.0" < + I + minecraft:ghast_tear + 0 + 0.1 + > + S:"twilightforest:mini_ghast.spawnamount.1" < + B + minecraft:netherrack + 0 + 1.0 + > + S:"twilightforest:mini_ghast.spawnamount.2" < + L + + 0 + 25.0 + > + S:"twilightforest:penguin.spawnamount.0" < + I + minecraft:feather + 0 + 0.1 + > + S:"twilightforest:penguin.spawnamount.1" < + B + minecraft:dirt + 0 + 0.2 + > + S:"twilightforest:penguin.spawnamount.2" < + L + + 0 + 20.0 + > + S:"twilightforest:raven.spawnamount.0" < + I + minecraft:feather + 0 + 0.1 + > + S:"twilightforest:raven.spawnamount.1" < + B + minecraft:dirt + 0 + 0.2 + > + S:"twilightforest:raven.spawnamount.2" < + L + + 0 + 20.0 + > + S:"twilightforest:squirrel.spawnamount.0" < + I + minecraft:leather + 0 + 0.05 + > + S:"twilightforest:squirrel.spawnamount.1" < + B + minecraft:dirt + 0 + 0.2 + > + S:"twilightforest:squirrel.spawnamount.2" < + L + + 0 + 20.0 + > + S:"twilightforest:tiny_bird.spawnamount.0" < + I + minecraft:feather + 0 + 0.1 + > + S:"twilightforest:tiny_bird.spawnamount.1" < + B + minecraft:dirt + 0 + 0.2 + > + S:"twilightforest:tiny_bird.spawnamount.2" < + L + + 0 + 5.0 + > + S:"twilightforest:tower_ghast.spawnamount.0" < + I + minecraft:ghast_tear + 0 + 0.1 + > + S:"twilightforest:tower_ghast.spawnamount.1" < + B + minecraft:netherrack + 0 + 1.0 + > + S:"twilightforest:tower_ghast.spawnamount.2" < + L + + 0 + 45.0 + > + S:"twilightforest:tower_golem.spawnamount.0" < + B + twilightforest:tower_wood + 0 + 0.2 + > + S:"twilightforest:tower_golem.spawnamount.1" < + B + minecraft:dirt + 0 + 0.2 + > + S:"twilightforest:tower_golem.spawnamount.2" < + L + + 0 + 50.0 + > + S:"twilightforest:tower_termite.spawnamount.0" < + I + twilightforest:borer_essence + 0 + 0.1 + > + S:"twilightforest:tower_termite.spawnamount.1" < + B + minecraft:dirt + 0 + 0.2 + > + S:"twilightforest:tower_termite.spawnamount.2" < + L + + 0 + 5.0 + > + S:"twilightforest:wild_boar.spawnamount.0" < + I + minecraft:leather + 0 + 0.1 + > + S:"twilightforest:wild_boar.spawnamount.1" < + B + minecraft:dirt + 0 + 0.2 + > + S:"twilightforest:wild_boar.spawnamount.2" < + L + + 0 + 20.0 + > + S:"twilightforest:yeti.spawnamount.0" < + I + minecraft:leather + 0 + 0.1 + > + S:"twilightforest:yeti.spawnamount.1" < + B + minecraft:dirt + 0 + 0.2 + > + S:"twilightforest:yeti.spawnamount.2" < + L + + 0 + 20.0 + > +} + + +########################################################################################################## +# mobspawnrf +#--------------------------------------------------------------------------------------------------------# +# Amount of RF needed to spawn mobs +########################################################################################################## + +mobspawnrf { + I:StraySkeleton=800 + I:WitherSkeleton=1500 + I:"abyssalcraft:shadowcreature"=400 + I:"abyssalcraft:shadowmonster"=1600 + I:"abyssalcraft:shadowbeast"=6400 + I:"abyssalcraft:abyssalzombie"=1000 + I:"abyssalcraft:depthsghoul"=1000 + I:"animalium:wild_dog"=1600 + I:"emberroot:creeper"=800 + I:"emberroot:owl"=500 + I:"emberroot:rainbow_golem"=600 + I:"emberroot:skeleton_frozen"=800 + I:"emberroot:rainbowslime"=400 + I:"emberroot:timberwolf"=800 + I:"emberroot:knight_fallen"=1600 + I:"emberroot:withercat"=800 + I:"emberroot:witherwitch"=1200 + I:"industrialforegoing:pink_slime"=1200 + I:"jaff:clownfish"=400 + I:"jaff:cod"=400 + I:"jaff:pufferfish"=400 + I:"jaff:salmon"=400 + I:"magma_monsters:magma_monster"=800 + I:"magma_monsters:magma_monster_grunt"=400 + 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:donkey"=750 + I:"minecraft:ender_dragon"=100000 + I:"minecraft:enderman"=2000 + I:"minecraft:endermite"=400 + I:"minecraft:evocation_illager"=4000 + I:"minecraft:ghast"=2000 + I:"minecraft:guardian"=1000 + I:"minecraft:horse"=1000 + I:"minecraft:illusion_illager"=1000 + I:"minecraft:llama"=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:vindication_illager"=1000 + 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 + I:"playerskins:playermob"=5000 + I:"totemic:buffalo"=850 + I:"trumpet_skeleton:trumpet_skeleton"=800 + I:"twilightforest:bighorn_sheep"=800 + I:"twilightforest:blockchain_goblin"=1500 + I:"twilightforest:death_tome"=800 + I:"twilightforest:deer"=600 + I:"twilightforest:goblin_knight_lower"=3000 + I:"twilightforest:hedge_spider"=500 + I:"twilightforest:helmet_crab"=2000 + I:"twilightforest:king_spider"=3000 + I:"twilightforest:mini_ghast"=1500 + I:"twilightforest:penguin"=600 + I:"twilightforest:raven"=500 + I:"twilightforest:squirrel"=500 + I:"twilightforest:tiny_bird"=500 + I:"twilightforest:tower_ghast"=2500 + I:"twilightforest:tower_golem"=800 + I:"twilightforest:tower_termite"=800 + I:"twilightforest:wild_boar"=600 + I:"twilightforest:yeti"=1500 +} + + +########################################################################################################## +# 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=5000 + + # 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=25 + + # 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=512 + + # 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=0 + + # 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 < + biomesoplenty.common.blocks.BlockBOPFlower=Flowers + biomesoplenty.common.blocks.BlockBOPFlower2=Flowers + biomesoplenty.common.itemblocks.ItemBlockFlower=Flowers + biomesoplenty.common.itemblocks.ItemBlockFlower2=Flowers + biomesoplenty.common.items.ItemBOPBucket=Buckets + buildcraft.builders=Machines + codechicken.chunkloader.ItemChunkLoader=Machines + codechicken.microblock.ItemMicroPart=Microblocks + codechicken.microblock.ItemSaw=Tools + cofh.core.item.ItemBucket=Buckets + cofh.thermalexpansion.block.device=Machines + com.rwtema.extrautils.block.BlockEnderthermicPump=Machines + com.rwtema.extrautils.tileentity.enderquarry.BlockEnderMarkers=Technical + com.rwtema.extrautils.tileentity.enderquarry.BlockEnderQuarry=Machines + com.rwtema.extrautils.tileentity.enderquarry.BlockQuarryUpgrades=Technical + com.rwtema.extrautils.tileentity.generators.BlockGenerator=Machines + com.rwtema.extrautils.tileentity.transfernodes.BlockTransferPipe=Technical + crazypants.enderio.block.BlockDarkSteelPressurePlate=Technical + crazypants.enderio.conduit.BlockConduitBundle=Technical + crazypants.enderio.conduit.facade.BlockConduitFacade=Technical + crazypants.enderio.conduit.gas.ItemGasConduit=Technical + crazypants.enderio.conduit.item.filter.ItemBasicItemFilter=Technical + crazypants.enderio.conduit.item.filter.ItemExistingItemFilter=Technical + crazypants.enderio.conduit.item.filter.ItemModItemFilter=Technical + crazypants.enderio.conduit.item.ItemExtractSpeedUpgrade=Technical + crazypants.enderio.conduit.item.ItemItemConduit=Technical + crazypants.enderio.conduit.liquid.ItemLiquidConduit=Technical + crazypants.enderio.conduit.power.ItemPowerConduit=Technical + crazypants.enderio.conduit.redstone.ItemRedstoneConduit=Technical + crazypants.enderio.fluid.ItemBucketEio=Buckets + crazypants.enderio.item.ItemConduitProbe=Technical + crazypants.enderio.item.ItemMagnet=Technical + crazypants.enderio.item.skull=Skulls + crazypants.enderio.machine.spawner.ItemBrokenSpawner=Machines + crazypants.enderio.machine=Machines + crazypants.enderio.material.ItemCapacitor=Technical + crazypants.enderio.material.ItemMachinePart=Technical + crazypants.enderio.rail.BlockEnderRail=Technical + extrabiomes.blocks.BlockCustomFlower=Flowers + mcjty.lib.container.GenericBlock=Machines + mcjty.rftools.blocks.MachineBase=Machines + mcjty.rftools.blocks.MachineFrame=Machines + mcjty.rftools.blocks.shield.ShieldTemplateBlock=Machines + mcjty.rftools.blocks.spaceprojector.SpaceChamberBlock=Machines + mcjty.rftools.blocks.spaceprojector.SpaceChamberCardItem=Technical + mcjty.rftools.blocks.teleporter.DestinationAnalyzerBlock=Machines + mcjty.rftools.blocks.teleporter.MatterBoosterBlock=Machines + mcjty.rftools.items.devdelight.DevelopersDelightItem=Technical + mcjty.rftools.items.dimensionmonitor.DimensionMonitorItem=Technical + mcjty.rftools.items.dimensionmonitor.PhasedFieldGeneratorItem=Technical + mcjty.rftools.items.dimlets.DimletTemplate=Dimlets + mcjty.rftools.items.dimlets.EmptyDimensionTab=Dimlets + mcjty.rftools.items.dimlets.KnownDimlet=Dimlets + mcjty.rftools.items.dimlets.RealizedDimensionTab=Dimlets + mcjty.rftools.items.dimlets.UnknownDimlet=Dimlets + mcjty.rftools.items.envmodules=Modules + mcjty.rftools.items.manual.RFToolsDimensionManualItem=Books + mcjty.rftools.items.manual.RFToolsManualItem=Books + mcjty.rftools.items.manual.RFToolsShapeManualItem=Books + mcjty.rftools.items.netmonitor.NetworkMonitorItem=Technical + mcjty.rftools.items.parts.DimletControlCircuitItem=Dimlet Parts + mcjty.rftools.items.parts.DimletEnergyModuleItem=Dimlet Parts + mcjty.rftools.items.parts.DimletMemoryUnitItem=Dimlet Parts + mcjty.rftools.items.parts.DimletTypeControllerItem=Dimlet Parts + mcjty.rftools.items.parts.EfficiencyEssenceItem=Dimlet Parts + mcjty.rftools.items.parts.MediocreEfficiencyEssenceItem=Dimlet Parts + mcjty.rftools.items.parts.PeaceEssenceItem=Dimlet Parts + mcjty.rftools.items.parts.SyringeItem=Dimlet Parts + mcjty.rftools.items.screenmodules=Modules + mcjty.rftools.items.smartwrench.SmartWrenchItem=Technical + mcjty.rftools.items.storage=Modules + mcjty.rftools.items.teleportprobe.ChargedPorterItem=Technical + mcjty.rftools.items.teleportprobe.TeleportProbeItem=Technical + net.minecraft.block.BlockButtonStone=Technical + net.minecraft.block.BlockCake=Food + net.minecraft.block.BlockCarrot=Food + net.minecraft.block.BlockCommandBlock=Technical + net.minecraft.block.BlockDaylightDetector=Technical + net.minecraft.block.BlockDispenser=Technical + net.minecraft.block.BlockDropper=Technical + net.minecraft.block.BlockFlower=Flowers + net.minecraft.block.BlockFurnace=Technical + net.minecraft.block.BlockHopper=Technical + net.minecraft.block.BlockJukebox=Technical + net.minecraft.block.BlockLever=Technical + net.minecraft.block.BlockNote=Technical + net.minecraft.block.BlockOre=Ores + net.minecraft.block.BlockPistonBase=Technical + net.minecraft.block.BlockPotato=Food + net.minecraft.block.BlockPressurePlate=Technical + net.minecraft.block.BlockPressurePlateWeighted=Technical + net.minecraft.block.BlockRail=Technical + net.minecraft.block.BlockRailDetector=Technical + net.minecraft.block.BlockRailPowered=Technical + net.minecraft.block.BlockRedstoneComparator=Technical + net.minecraft.block.BlockRedstoneLight=Technical + net.minecraft.block.BlockRedstoneRepeater=Technical + net.minecraft.block.BlockRedstoneTorch=Technical + net.minecraft.block.BlockRedstoneWire=Technical + net.minecraft.block.BlockSapling=Saplings + net.minecraft.block.BlockTNT=Technical + net.minecraft.block.BlockTripWire=Technical + net.minecraft.block.BlockTripWireHook=Technical + net.minecraft.block.BlockWood=null + net.minecraft.block.BlockWorkbench=Technical + net.minecraft.item.ItemArmor=Armor + net.minecraft.item.ItemBook=Books + net.minecraft.item.ItemBow=Weapons + net.minecraft.item.ItemBucket=Buckets + net.minecraft.item.ItemFlintAndSteel=Tools + net.minecraft.item.ItemFood=Food + net.minecraft.item.ItemHoe=Tools + net.minecraft.item.ItemMinecart=Technical + net.minecraft.item.ItemPotion=Potions + net.minecraft.item.ItemRecord=Records + net.minecraft.item.ItemRedstone=Technical + net.minecraft.item.ItemShears=Tools + net.minecraft.item.ItemSkull=Skulls + net.minecraft.item.ItemSword=Weapons + net.minecraft.item.ItemTool=Tools + powercrystals.minefactoryreloaded.block=Machines + powercrystals.minefactoryreloaded.item.base.ItemFactoryBucket=Buckets + powercrystals.minefactoryreloaded.item.gun.ItemSafariNetLauncher=Technical + powercrystals.minefactoryreloaded.item.ItemLaserFocus=Technical + powercrystals.minefactoryreloaded.item.ItemLogicUpgradeCard=Technical + powercrystals.minefactoryreloaded.item.ItemPortaSpawner=Technical + powercrystals.minefactoryreloaded.item.ItemSafariNet=Technical + powercrystals.minefactoryreloaded.item.tool.ItemRedNetMemoryCard=Technical + powercrystals.minefactoryreloaded.item.tool.ItemRedNetMeter=Technical + powercrystals.minefactoryreloaded.item.tool.ItemXpExtractor=Technical + thermalexpansion.block.cell=Machines + thermalexpansion.block.device.ItemBlockDevice=Machines + thermalexpansion.block.dynamo.ItemBlockDynamo=Machines + thermalexpansion.block.machine=Machines + thermalexpansion.item.ItemCapacitor=Technical + thermalexpansion.item.tool.ItemIgniter=Technical + thermalexpansion.item.tool.ItemMultimeter=Technical + thermalexpansion.item.tool.ItemWrench=Technical + thermalfoundation.block.BlockOre=Ores + > + + # 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/rustic.cfg b/config/rustic.cfg new file mode 100644 index 0000000..5897a8a --- /dev/null +++ b/config/rustic.cfg @@ -0,0 +1,181 @@ +# Configuration file + +all { + + ########################################################################################################## + # general + #--------------------------------------------------------------------------------------------------------# + # General Options + ########################################################################################################## + + general { + # enable smelting rotten flesh into tallow [default: true] + B:"Flesh Smelting"=true + + # enable/disable the ability to add olive oil to food [default: true] + B:"Enable Olive Oiling"=false + + # add an item's registry name to this list to prevent it from being craftable with olive oil + # put each item name on a new line, don't use commas + # [default: ] + S:"Olive Oil Food Blacklist" < + > + + # if enabled, allows the armor meter to go beyond one row + # only one extra row will ever be rendered, because the armor stat is naturally capped at 30 [default: true] + B:"Extra Armor HUD"=true + + # if enabled, adds a hud elemnt over the hunger meter to show armor toughness, if applicable [default: true] + B:"Armor Toughness HUD"=true + + # enable/disable the random offset added to wildberry bush models [default: true] + B:"Wildberry Bush Offset"=true + + # set this to false to prevent any of Rustic's seeds from dropping from grass or vines [default: true] + B:"Enable Seed Drops"=true + + # decrease this number to make seeds more difficult to find (10 is wheat seed rarity) [range: 1 ~ 100, default: 7] + I:"Seed Drop Rate"=7 + + # with this value set to true, vines will only drop grape seeds when broken with tools from the whitelist [default: false] + B:"Grapeseed Drops Require Tool"=false + + # add an item's registry name to this list to allow vines to drop grape seeds when broken with it + # put each item name on a new line, don't use commas + # [default: [minecraft:iron_hoe], [minecraft:diamond_hoe]] + S:"Grapeseed Tool Whitelist" < + minecraft:iron_hoe + minecraft:diamond_hoe + > + + # set this to false if you experience any issues with Rustic's glass bottle emptying recipe [default: true] + B:"Enable Bottle Emptying"=true + + # the minimum amount of increase that booze culture will provide to the new brew, in percent [range: -50 ~ 50, default: -1] + I:"Minimum Increase To Brew Quality"=-1 + + # the maximum amount of increase that booze culture will provide to the new brew, in percent [range: -50 ~ 50, default: 4] + I:"Maximum Increase To Brew Quality"=4 + + # how long it should take for a brewing barrel to finish a brew, in ticks [range: 1200 ~ 120000, default: 12000] + I:"Maximum Brew Time"=12000 + + # enable/disable all slate blocks and world gen [default: true] + B:"Enable Slate"=true + + # enable/disable all stone pillar blocks [default: true] + B:"Enable Stone Pillars"=true + + # enable/disable all clay wall blocks [default: true] + B:"Enable Clay Walls"=true + + # enable/disable all painted wood blocks [default: true] + B:"Enable Painted Wood"=true + + # enable/disable all table blocks [default: true] + B:"Enable Tables"=true + + # enable/disable all chair blocks [default: true] + B:"Enable Chairs"=true + + # enable/disable lattice blocks [default: true] + B:"Enable Lattice"=true + + # treat "Olive Oil Food Blacklist" as a whitelist instead [default: false] + B:"Treat Olive Oil Blacklist as Whitelist"=false + } + + ########################################################################################################## + # world + #--------------------------------------------------------------------------------------------------------# + # World Generation Options + ########################################################################################################## + + world { + # if set to true, slate will generate in the nether instead of the overworld [default: false] + B:"Nether Slate"=false + + # number of times the generator will try to place a slate vein per chunk [range: 0 ~ 30, default: 5] + I:"Slate Veins Per Chunk"=5 + + # number of blocks per slate vein [range: 0 ~ 25, default: 20] + I:"Slate Vein Size"=33 + + # chance for olive trees to try to generate in a chunk [range: 0.0 ~ 1.0, default: 0.03] + S:"Olive Tree Generation Chance"=0.04 + + # maximum number of times the generator will attempt to place an olive tree in a chunk [range: 0 ~ 128, default: 5] + I:"Max Olive Tree Generation Attempts"=5 + + # chance for ironwood trees to try to generate in a chunk [range: 0.0 ~ 1.0, default: 0.015] + S:"Ironwood Generation Chance"=0.015 + + # maximum number of times the generator will attempt to place an ironwood tree in a chunk [range: 0 ~ 128, default: 4] + I:"Max Ironwood Generation Attempts"=4 + + # chance for an herb to try to generate in a chunk [range: 0.0 ~ 1.0, default: 0.125] + S:"Herb Generation Chance"=0.125 + + # maximum number of times the generator will attempt to place an herb in a chunk [range: 0 ~ 128, default: 8] + I:"Max Herb Generation Attempts"=8 + + # chance for wildberry bushes to try to generate in a chunk [range: 0.0 ~ 1.0, default: 0.05] + S:"Wildberry Generation Chance"=0.05 + + # maximum number of times the generator will attempt to place a wildberry bush in a chunk [range: 0 ~ 128, default: 4] + I:"Max Wildberry Generation Attempts"=4 + + # add numerical dimension ids to this list to allow Rustic's overworld world gen to occur in those dimensions + # dimensions that are not listed here will not receive Rustic's overworld world generation + # [default: [0]] + S:"Overworld Generation Dimension Whitelist" < + 0 + > + + # add numerical dimension ids to this list to allow Rustic's nether world gen to occur in those dimensions + # dimensions that are not listed here will not receive Rustic's nether world generation + # [default: [-1]] + S:"Nether Generation Dimension Whitelist" < + -1 + > + } + + ########################################################################################################## + # bees + #--------------------------------------------------------------------------------------------------------# + # Bee Related Options + ########################################################################################################## + + bees { + # chance for beehives to try to generate in a chunk [range: 0.0 ~ 1.0, default: 0.03] + S:"Beehive Generation Chance"=0.03 + + # maximum number of times the generator will attempt to place a beehive in a chunk [range: 0 ~ 128, default: 3] + I:"Max Beehive Generation Attempts"=3 + + # the time it takes for an apiary to produce a new bee is multiplied by this value + # LARGER numbers make bees reproduce LESS often [range: 0.0 ~ 10.0, default: 1.0] + S:"Bee Reproduction Multiplier"=1.0 + + # the time it takes for an apiary to produce a honeycomb is multiplied by this value + # LARGER numbers make bees produce honeycomb LESS often [range: 0.0 ~ 10.0, default: 1.0] + S:"Bee Honeycomb Multiplier"=1.0 + + # higher values increase the frequency with which apiaries forcibly age a crop [range: 0.0 ~ 10.0, default: 1.0] + S:"Bee Crop Boost Multiplier"=1.2 + } + + ########################################################################################################## + # compat + #--------------------------------------------------------------------------------------------------------# + # Mod Compatability Related Options + ########################################################################################################## + + compat { + # with this enabled, Rustic will automatically add recipes for some of Forestry's machines using Rustic's fluids [default: true] + B:"Enable Forestry Compat"=false + } + +} + + diff --git a/config/samsocean.cfg b/config/samsocean.cfg new file mode 100644 index 0000000..23a9cca --- /dev/null +++ b/config/samsocean.cfg @@ -0,0 +1,12 @@ +# Configuration file + +samsocean { + I:clay_chance=65 + I:clay_size=32 + I:dirt_chance=30 + I:dirt_size=18 + I:sand_chance=45 + I:sand_size=22 +} + + diff --git a/config/sasit.cfg b/config/sasit.cfg new file mode 100644 index 0000000..7c4e13c --- /dev/null +++ b/config/sasit.cfg @@ -0,0 +1,31 @@ +# Configuration file + +filters { + # Should messages from the forge logger be filtered? [default: true] + B:FilterForge=true + + # Should messages from java loggers be filtered? [default: true] + B:FilterJava=true + + # Should messages from log4j loggers be filtered? [default: true] + B:FilterLog4J=true + + # Should messages from misc loggers be filtered? [default: true] + B:FilterOthers=true + + # Should messages from system out be filtered? [default: true] + B:FilterSystem=true +} + + +general { + # A list of strings. If a console message contains any of these, it will be filtered out of the log. [default: ] + S:BasicFilter < + > + + # A list of regex patterns. If a console message matches one of these filters they will be removed from the log. [default: ] + S:RegexFilters < + > +} + + diff --git a/config/scannable.cfg b/config/scannable.cfg new file mode 100644 index 0000000..d97b040 --- /dev/null +++ b/config/scannable.cfg @@ -0,0 +1,237 @@ +# 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=64 + + # 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 < + oreSilicon + oreCoal + oreIron + oreRedstone + glowstone + oreCopper + oreTin + oreLead + oreAluminum + oreAluminium + oreCinnabar + oreGeolosysHematite + oreGeolosysLimonite + oreGeolosysMalachite + oreGeolosysCoal + oreGeolosysAzurite + oreGeolosysCassiterite + oreGeolosysTeallite + oreGeolosysGalena + oreGeolosysBauxite + oreCarbon + > + + # 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 < + oreGeolosysBeryl + oreGeolosysPlatinum + oreGeolosysAutunite + oreGeolosysQuartz + oreGeolosysLapis + oreGeolosysGold + oreGeolosysCinnabar + oreGeolosysOsmium + oreRockCrystal + oreCheese + orePalladium + oreRedGem + oreCrystal + oreWhiteGem + oreZinc + oreBlueGem + oreTungsten + oreDarkIron + oreBlueDiamond + oreRedDiamond + orePurpleDiamond + oreYellowDiamond + oreGreenDiamond + oreIlmenite + oreSlime + > + + # 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/sevpatches.cfg b/config/sevpatches.cfg new file mode 100644 index 0000000..55c303e --- /dev/null +++ b/config/sevpatches.cfg @@ -0,0 +1,7 @@ +# Configuration file + +general { + B:"World Spawn Blocks Spawns"=true +} + + diff --git a/config/sevtweaks.cfg b/config/sevtweaks.cfg new file mode 100644 index 0000000..7d744af --- /dev/null +++ b/config/sevtweaks.cfg @@ -0,0 +1,159 @@ +# Configuration file + +general { + + canceledevents { + # Should the fishing rod event be cancelled. Thus not allowing any loot to be harvested. + B:"Cancel Fishing Rod Event"=false + } + + creeperitemshead { + # The amount of the items that the Creeper should shead after X time. + I:"Amount to shead"=1 + + # Listing of the dimensions that the creeper won't shead the item. + I:"Blacklisted Dimensions" < + -1 + > + + # Should the Creeper drop the item defined. + B:"Enable Creeper Shead"=false + + # The item that the Creeper should shead after X time. + S:"Item to shead"=minecraft:book + } + + gamestagescoreboard { + # The position for the scoreboard. Valid: 0 is tab menu, 1 is sidebar, 2 is below name. + I:"Scoreboard Position"=2 + } + + crashdata { + # The name of the modpack to use as the Crash Label + S:"Modpack Name"=SevTech: Ages + + # The version of the modpack + S:"Modpack Version"=3.2.1 + } + + debuggers { + # Create a biomes.md file displaying each biome's name, registry name, and ID + B:"Create Biome Table File"=false + } + + ceremonies { + # The amount of music required for the player to start the Totentanz ceremony + # Min: 0 + # Max: 270 + I:"Baykok Summoning Music"=251 + + # The time allowed (in seconds) for the player to accumulate enough music to start the Totentanz ceremony + I:"Baykok Summoning Startup Time"=48 + + # The amount of music required for the player to start the Buffalo Dance ceremony + # Min: 0 + # Max: 270 + I:"Buffalo Dance Music"=123 + + # The time allowed (in seconds) for the player to accumulate enough music to start the Buffalo Dance ceremony + I:"Buffalo Dance Startup Time"=36 + + # The amount of music required for the player to start the Steve's Lullaby ceremony + # Min: 0 + # Max: 270 + I:"Cleansing Music"=245 + + # The time allowed (in seconds) for the player to accumulate enough music to start the Steve's Lullaby ceremony + I:"Cleansing Startup Time"=45 + + # The amount of music required for the player to start the Danse Macabre ceremony + # Min: 0 + # Max: 270 + I:"Danse Macabre Music"=249 + + # The time allowed (in seconds) for the player to accumulate enough music to start the Danse Macabre ceremony + I:"Danse Macabre Startup Time"=48 + + # The amount of music required for the player to start the Symphony of the Depths ceremony + # Min: 0 + # Max: 270 + I:"Depths Music"=75 + + # The time allowed (in seconds) for the player to accumulate enough music to start the Symphony of the Depths ceremony + I:"Depths Startup Time"=30 + + # The amount of music required for the player to start the Drought ceremony + # Min: 0 + # Max: 270 + I:"Drought Music"=183 + + # The time allowed (in seconds) for the player to accumulate enough music to start the Drought ceremony + I:"Drought Startup Time"=39 + + # The amount of music required for the player to start the Eagle Dance ceremony + # Min: 0 + # Max: 270 + I:"Eagle Dance Music"=193 + + # The time allowed (in seconds) for the player to accumulate enough music to start the Eagle Dance ceremony + I:"Eagle Dance Startup Time"=37 + + # The amount of music required for the player to start the Rite of Spring ceremony + # Min: 0 + # Max: 270 + I:"Fertility Music"=88 + + # The time allowed (in seconds) for the player to accumulate enough music to start the Rite of Spring ceremony + I:"Fertility Startup Time"=34 + + # The amount of music required for the player to start the Serenade for Syrinx ceremony + # Min: 0 + # Max: 270 + I:"Flute Music"=189 + + # The time allowed (in seconds) for the player to accumulate enough music to start the Serenade for Syrinx ceremony + I:"Flute Startup Time"=42 + + # The amount of music required for the player to start the Rain Dance ceremony + # Min: 0 + # Max: 270 + I:"Rain Dance Music"=183 + + # The time allowed (in seconds) for the player to accumulate enough music to start the Rain Dance ceremony + I:"Rain Dance Startup Time"=39 + + # The amount of music required for the player to start the Sun Dance ceremony + # Min: 0 + # Max: 270 + I:"Sun Dance Music"=247 + + # The time allowed (in seconds) for the player to accumulate enough music to start the Sun Dance ceremony + I:"Sun Dance Startup Time"=46 + + # The amount of music required for the player to start the War Dance ceremony + # Min: 0 + # Max: 270 + I:"War Dance Music"=75 + + # The time allowed (in seconds) for the player to accumulate enough music to start the War Dance ceremony + I:"War Dance Startup Time"=30 + + # The amount of music required for the player to start the Zaphkiel Waltz ceremony + # Min: 0 + # Max: 270 + I:"Zaphkiel Waltz Music"=112 + + # The time allowed (in seconds) for the player to accumulate enough music to start the Zaphkiel Waltz ceremony + I:"Zaphkiel Waltz Startup Time"=30 + } + + worldgen { + # Generation chance of a Shoggoth Lair in ocean biomes. Higher numbers decrease the chance of a Lair generating, while lower numbers increase the chance. 0 disables. + # Min: 0 + # Max: 1000 + I:"Shoggoth Lair Generation Chance: Oceans"=0 + } + +} + + diff --git a/config/simplegenerators/generators/ender/ender_simple.json b/config/simplegenerators/generators/ender/ender_simple.json new file mode 100644 index 0000000..7646c53 --- /dev/null +++ b/config/simplegenerators/generators/ender/ender_simple.json @@ -0,0 +1,14 @@ +[ + { + "energy": 30000, + "id": "minecraft:ender_pearl" + }, + { + "energy": 120000, + "id": "minecraft:ender_eye" + }, + { + "energy": 512000, + "id": "minecraft:dragon_breath" + } +] \ No newline at end of file diff --git a/config/simplegenerators/generators/fluid_combustion/fuels.json b/config/simplegenerators/generators/fluid_combustion/fuels.json new file mode 100644 index 0000000..f814327 --- /dev/null +++ b/config/simplegenerators/generators/fluid_combustion/fuels.json @@ -0,0 +1,122 @@ +[ + { + "energy_per_mb": 1500, + "id": "refined_fuel" + }, + { + "energy_per_mb": 64, + "id": "ic2biogas" + }, + { + "energy_per_mb": 80, + "id": "seed_oil" + }, + { + "energy_per_mb": 80, + "id": "seed.oil" + }, + { + "energy_per_mb": 400, + "id": "tree_oil" + }, + { + "energy_per_mb": 400, + "id": "crude_oil" + }, + { + "energy_per_mb": 40, + "id": "creosote" + }, + { + "energy_per_mb": 1000, + "id": "refined_oil" + }, + { + "energy_per_mb": 400, + "id": "coal" + }, + { + "energy_per_mb": 800, + "id": "refined_biofuel" + }, + { + "energy_per_mb": 500, + "id": "bio_diesel" + }, + { + "energy_per_mb": 500, + "id": "biodiesel" + }, + { + "energy_per_mb": 800, + "id": "diesel" + }, + { + "energy_per_mb": 1500, + "id": "fuel" + }, + { + "energy_per_mb": 1120, + "id": "rocket_fuel" + }, + { + "energy_per_mb": 800, + "id": "fluiddiesel" + }, + { + "energy_per_mb": 1600, + "id": "fluidnitrodiesel" + }, + { + "energy_per_mb": 200, + "id": "refinedcanolaoil" + }, + { + "energy_per_mb": 400, + "id": "crystaloil" + }, + { + "energy_per_mb": 700, + "id": "empoweredoil" + }, + { + "energy_per_mb": 400, + "id": "oil" + }, + { + "energy_per_mb": 80, + "id": "canolaoil" + }, + { + "energy_per_mb": 80, + "id": "canola_oil" + }, + { + "energy_per_mb": 360, + "id": "hootch" + }, + { + "energy_per_mb": 1500, + "id": "kerosene" + }, + { + "energy_per_mb": 1800, + "id": "lpg" + }, + { + "energy_per_mb": 1200, + "id": "gasoline" + }, + { + "energy_per_mb": 1200, + "id": "fire_water" + }, + { + "energy_per_mb": 800, + "id": "ethanol" + }, + { + "energy_per_mb": 800, + "id": "bio.ethanol" + } +] \ No newline at end of file diff --git a/config/simplegenerators/generators/geothermal/fuels.json b/config/simplegenerators/generators/geothermal/fuels.json new file mode 100644 index 0000000..b56d76e --- /dev/null +++ b/config/simplegenerators/generators/geothermal/fuels.json @@ -0,0 +1,18 @@ +[ + { + "energy_per_mb": 120, + "id": "lava" + }, + { + "energy_per_mb": 2000, + "id": "pyrotheum" + }, + { + "energy_per_mb": 40, + "id": "ic2hot_coolant" + }, + { + "energy_per_mb": 80, + "id": "ic2pahoehoe_lava" + } +] \ No newline at end of file diff --git a/config/simplegenerators/generators/nether/nether_simple.json b/config/simplegenerators/generators/nether/nether_simple.json new file mode 100644 index 0000000..6f58f51 --- /dev/null +++ b/config/simplegenerators/generators/nether/nether_simple.json @@ -0,0 +1,6 @@ +[ + { + "energy": 96000000, + "id": "minecraft:nether_star" + } +] \ No newline at end of file diff --git a/config/simplegenerators/generators/soul/fuels.json b/config/simplegenerators/generators/soul/fuels.json new file mode 100644 index 0000000..2ffe500 --- /dev/null +++ b/config/simplegenerators/generators/soul/fuels.json @@ -0,0 +1,126 @@ +[ + { + "energy": 64000, + "id": "minecraft:skull:3" + }, + { + "energy": 80000, + "id": "minecraft:skull:2" + }, + { + "energy": 96000, + "id": "minecraft:skull:0" + }, + { + "energy": 128000, + "id": "minecraft:skull:4" + }, + { + "energy": 256000, + "id": "minecraft:skull:1" + }, + { + "energy": 2147483647, + "id": "minecraft:skull:5" + }, + { + "energy": 2147483647, + "id": "minecraft:dragon_egg" + }, + { + "energy": 32000, + "id": "OD:egg" + }, + { + "energy": 32000, + "id": "OD:bone" + }, + { + "energy": 72000, + "id": "OD:boneWithered" + }, + { + "energy": 32000000, + "id": "iceandfire:dragon_skull:0" + }, + { + "energy": 32000000, + "id": "iceandfire:dragon_skull:1" + }, + { + "energy": 400000, + "id": "iceandfire:dragonbone" + }, + { + "energy": 32000000, + "id": "iceandfire:dragonegg_red:0" + }, + { + "energy": 32000000, + "id": "iceandfire:dragonegg_green:0" + }, + { + "energy": 32000000, + "id": "iceandfire:dragonegg_bronze:0" + }, + { + "energy": 32000000, + "id": "iceandfire:dragonegg_gray:0" + }, + { + "energy": 32000000, + "id": "iceandfire:dragonegg_blue:0" + }, + { + "energy": 32000000, + "id": "iceandfire:dragonegg_white:0" + }, + { + "energy": 32000000, + "id": "iceandfire:dragonegg_sapphire:0" + }, + { + "energy": 32000000, + "id": "iceandfire:dragonegg_silver:0" + }, + { + "energy": 800000, + "id": "iceandfire:dragonscales_red:0" + }, + { + "energy": 800000, + "id": "iceandfire:dragonscales_green:0" + }, + { + "energy": 800000, + "id": "iceandfire:dragonscales_bronze:0" + }, + { + "energy": 800000, + "id": "iceandfire:dragonscales_gray:0" + }, + { + "energy": 800000, + "id": "iceandfire:dragonscales_blue:0" + }, + { + "energy": 800000, + "id": "iceandfire:dragonscales_white:0" + }, + { + "energy": 800000, + "id": "iceandfire:dragonscales_sapphire:0" + }, + { + "energy": 800000, + "id": "iceandfire:dragonscales_silver:0" + }, + { + "energy": 800000, + "id": "iceandfire:shiny_scales:0" + }, + { + "energy": 64000, + "id": "headcrumbs:skull" + } +] \ No newline at end of file diff --git a/config/simplegenerators/generators/turbine/fuels.json b/config/simplegenerators/generators/turbine/fuels.json new file mode 100644 index 0000000..21a608f --- /dev/null +++ b/config/simplegenerators/generators/turbine/fuels.json @@ -0,0 +1,14 @@ +[ + { + "energy_per_mb": 2, + "id": "steam" + }, + { + "energy_per_mb": 2, + "id": "ic2steam" + }, + { + "energy_per_mb": 4, + "id": "ic2superheated_steam" + } +] \ No newline at end of file diff --git a/config/simplegenerators/main.cfg b/config/simplegenerators/main.cfg new file mode 100644 index 0000000..4ba33a9 --- /dev/null +++ b/config/simplegenerators/main.cfg @@ -0,0 +1,195 @@ +# Configuration file + +simplegenerators { + + generators { + # Is Module Enabled? [default: true] + B:enabled=true + + combustion { + # If you enable this option you will need to delete the table when you add new mods with combustable items/blocks in order for the combustion generator to be able to use them as fuel. [default: false] + B:enable_json_table=false + + # Is Module Enabled? [default: true] + B:enabled=true + + # Enable JEI Integration for Combustion Generators [default: true] + B:enabled_jei=true + + # How much RF can this gen store? [range: 8000 ~ 32000000, default: 64000] + I:gen_simple_capacitor=32000 + + # How much RF is generated from a fuel value of 1? [range: 1 ~ 320, default: 80] + I:gen_simple_fuel_rf_value=80 + I:gen_simple_multiplier=1 + I:gen_simple_output=320 + + # How much RF can this gen store? [range: 8000 ~ 32000000, default: 512000] + I:gen_upgradable_capacitor=512000 + + # How much RF is generated from a fuel value of 1? [range: 1 ~ 1000000, default: 80] + I:gen_upgradable_fuel_rf_value=80 + I:gen_upgradable_output=10240 + } + + culinary { + # If you enable this option you will need to delete the table when you add new mods with food items in order for the culinary generator to be able to use them as fuel. [default: false] + B:enable_json_table=false + + # Is Module Enabled? [default: true] + B:enabled=true + + # Enable JEI Integration for Culinary Generators [default: true] + B:enabled_jei=true + + # How much RF can this gen store? [range: 8000 ~ 32000000, default: 64000] + I:gen_simple_capacitor=32000 + + # How much RF is generated from a fuel value of 1? [range: 1 ~ 320, default: 80] + I:gen_simple_fuel_rf_value=80 + I:gen_simple_multiplier=1 + I:gen_simple_output=320 + + # How much RF can this gen store? [range: 8000 ~ 32000000, default: 512000] + I:gen_upgradable_capacitor=512000 + + # How much RF is generated from a fuel value of 1? [range: 1 ~ 1000000, default: 80] + I:gen_upgradable_fuel_rf_value=80 + I:gen_upgradable_output=10240 + } + + ender { + # Is Module Enabled? [default: true] + B:enabled=true + + # Enable JEI Integration for Ender Generators [default: true] + B:enabled_jei=true + + # How much RF can this gen store? [range: 8000 ~ 32000000, default: 64000] + I:gen_simple_capacitor=64000 + + # How much RF is generated from a fuel value of 1? [range: 1 ~ 320, default: 160] + I:gen_simple_fuel_rf_value=160 + I:gen_simple_multiplier=1 + I:gen_simple_output=640 + + # How much RF can this gen store? [range: 8000 ~ 32000000, default: 1024000] + I:gen_upgradable_capacitor=1024000 + + # How much RF is generated from a fuel value of 1? [range: 1 ~ 2000000, default: 160] + I:gen_upgradable_fuel_rf_value=80 + I:gen_upgradable_output=20480 + } + + nether { + # Is Module Enabled? [default: true] + B:enabled=true + + # Enable JEI Integration for Nether Generators [default: true] + B:enabled_jei=true + + # How much RF can this gen store? [range: 8000 ~ 32000000, default: 64000] + I:gen_simple_capacitor=64000 + + # How much RF is generated from a fuel value of 1? [range: 1 ~ 320, default: 160] + I:gen_simple_fuel_rf_value=160 + I:gen_simple_multiplier=1 + I:gen_simple_output=640 + + # How much RF can this gen store? [range: 8000 ~ 32000000, default: 1024000] + I:gen_upgradable_capacitor=1024000 + + # How much RF is generated from a fuel value of 1? [range: 1 ~ 2000000, default: 160] + I:gen_upgradable_fuel_rf_value=80 + I:gen_upgradable_output=20480 + } + + soul { + # Is Module Enabled? [default: true] + B:enabled=true + + # Enable JEI Integration for Soul Generators [default: true] + B:enabled_jei=true + + # How much RF can this gen store? [range: 8000 ~ 32000000, default: 64000] + I:gen_simple_capacitor=64000 + + # How much RF is generated from a fuel value of 1? [range: 1 ~ 320, default: 160] + I:gen_simple_fuel_rf_value=160 + + # How much RF can this gen store? [range: 8000 ~ 32000000, default: 1024000] + I:gen_upgradable_capacitor=1024000 + + # How much RF is generated from a fuel value of 1? [range: 1 ~ 2000000, default: 160] + I:gen_upgradable_fuel_rf_value=160 + } + + geothermal { + # Is Module Enabled? [default: true] + B:enabled=true + + # Enable JEI Integration for Geothermal Generators [default: true] + B:enabled_jei=true + + # How much RF can this gen store? [range: 8000 ~ 32000000, default: 64000] + I:gen_simple_capacitor=64000 + + # How much fluid this generator can store [range: 64000 ~ 256000, default: 64000] + I:gen_simple_tank=8000 + + # How much RF can this gen store? [range: 8000 ~ 32000000, default: 1024000] + I:gen_upgradable_capacitor=1024000 + } + + fluid_combustion { + # Is Module Enabled? [default: true] + B:enabled=true + + # Enable JEI Integration for Fluid Combustion Generators [default: true] + B:enabled_jei=true + + # How much RF can this gen store? [range: 8000 ~ 32000000, default: 64000] + I:gen_simple_capacitor=64000 + + # How much fluid this generator can store [range: 64000 ~ 256000, default: 64000] + I:gen_simple_tank=8000 + + # How much RF can this gen store? [range: 8000 ~ 32000000, default: 1024000] + I:gen_upgradable_capacitor=1024000 + } + + turbine { + # Is Module Enabled? [default: true] + B:enabled=true + + # Enable JEI Integration for Tubine Generators [default: true] + B:enabled_jei=true + + # How much RF can this gen store? [range: 8000 ~ 32000000, default: 64000] + I:gen_simple_capacitor=64000 + + # How much fluid this generator can store [range: 64000 ~ 256000, default: 64000] + I:gen_simple_tank=8000 + + # How much RF can this gen store? [range: 8000 ~ 32000000, default: 1024000] + I:gen_upgradable_capacitor=1024000 + } + + } + + guide { + # Is Module Enabled? [default: true] + B:enabled=true + } + + plugins { + # Setting to false will disable JEI integration. [default: true] + B:enable_jei_integration=true + + # Is Module Enabled? [default: true] + B:enabled=true + } + +} + + diff --git a/config/simpleplanes.cfg b/config/simpleplanes.cfg new file mode 100644 index 0000000..32eccf4 --- /dev/null +++ b/config/simpleplanes.cfg @@ -0,0 +1,24 @@ +# Configuration file + +general { + + general { + I:COAL_MAX_FUEL=1600 + B:EASY_FLIGHT=false + I:ENERGY_COST=600 + I:ENERGY_FLY_TICKS=5 + I:ENERGY_MAX_FUEL=0 + I:FLY_TICKS_PER_COAL=160 + I:FLY_TICKS_PER_MANA=800 + I:LAVA_COST=1000 + I:LAVA_FLY_TICKS=2000 + I:LAVA_MAX_FUEL=20000 + I:MANA_COST=32000 + B:PLANE_CRASH=true + B:THIEF=true + I:TURN_THRESHOLD=20 + } + +} + + diff --git a/config/simpletomb.cfg b/config/simpletomb.cfg new file mode 100644 index 0000000..43e83c8 --- /dev/null +++ b/config/simpletomb.cfg @@ -0,0 +1,30 @@ +# Configuration file + +simpletomb { + # Whether to give a Grave Key item to the player on death. Grave can be opened without they key, but the key will help the player locate the grave + B:key.given=false + + # If a key is being dropped, will the player's display name be added to the tomb key item name + B:key.named=true + + # If creative players can teleport to the tomb with the key, ignoring distance + B:teleport.creative=true + + # When survival player is within this (straight line calculated) distance from the tomb, they can teleport to the tomb. Set as zero (0) to disable survival TP feature. Set as negative one (-1) to allow survival teleportation always and ignore the distance (within dimension) + # Min: 1 + # Max: 64 + I:teleport.survival=0 + + # Whether to handle player death at all (false will disable almost the entire mod such as spawning the grave on death) + B:tomb.enabled=true + + # The radius in which extra items should be hunted for and collected when a grave is spawned; set to zero (0) to disable + # Min: 0 + # Max: 8 + I:tomb.extra_items=2 + + # Whether to log the positions of players' graves to game (server) console + B:tomb.log_message=true +} + + diff --git a/config/smoothfont/smoothfont.cfg b/config/smoothfont/smoothfont.cfg new file mode 100644 index 0000000..901e096 --- /dev/null +++ b/config/smoothfont/smoothfont.cfg @@ -0,0 +1,291 @@ +# Configuration file + +~CONFIG_VERSION: 7 + +common { + # Allow to use NPOT Texture in order to reduce resource consumption. + B:allowNPOTTexture=false + + # Experimental: Try interpolation for MOD original font renderer. + B:alternativeInterpolation=false + + # Automatic detection of brightness. + B:autoBrightness=true + + # Enable a blur reduction for fonts less than or equal to the specified size.(0~16) + I:blurReduction=10 + + # Brightness correction level for interpolated fonts. + I:brightness=1 + + # This value is an option to adjust the rounding method of the character width that can be obtained by getCharWidth(). + # The character widths are rounded up if the fractions of the character width are equal to or more than this fraction value. + # Other character widths are rounded down. (Default: 0.3333335) + D:charWidthFractionToRoundUp=0.3333335 + + # Disable italic for small fonts. + B:disableSmallItalic=false + + # Enable alpha blending + B:enableAlphaBlend=true + + # Enable anisotropic filtering. + B:enableAnisotropicFilter=true + + # Enable double rendering + B:enableDouble=false + + # Enable linear interpolation + B:enableInterpolation=true + + # Enable mipmap for fonts. + B:enableMipmap=true + + # Enable premultiplied alpha instead of straight alpha. + B:enablePremultipliedAlpha=false + + # Disable interpolation for characters drawn with high magnification. + B:excludeHighMag=true + + # Disable interpolation for the integral multiple of default size. + B:excludeIntMultiple=true + + # Tolerance (in percent) for rounding font scale to integer.(Default: 0.5) + D:fontScaleRoundingTolerance=0.5 + + # Force to use unicode font. + B:forceUnicode=false + + # Disable interpolation for fonts above this magnification when excludeHighMag is enabled.(Default: 3.0) + D:limitMagnification=3.0 + + # Mipmap level. + I:mipmapLevel=4 + + # Mipmap LOD bias. + I:mipmapLodBias=-3 + + # Mipmap LOD bias for overlay screen. + I:overlayLodBias=-5 + + # Prioritize performance rather than quality. + B:performanceMode=false + + # Enable odd multiple GUI scale factors (x3,x5,...) when using unicode font. + B:removeScaleRestriction=true + + # Select run mode. (0:Enable mod, 1:Disable mod, 2:Disable mod(Optimization only) + I:runMode=0 + + # To save memory and VRAM usage by adjusting some parameters when a large amount of memory or VRAM will be required. + # (0:off, 1:conservative, 2:moderate, 3:aggressive) + I:saveMemory=1 + + # Shadow length. (0~10) + I:shadowLength=5 + + # Shadows are rendered smoothly by using linear interpolation if the font resolution is more than or equal to this value. + I:smoothShadowThreshold=24 + + # Correct character width error in a normal precision mode as much as possible. + B:widthErrorCorrection=true +} + + +debug { + # Enable debug log. + B:debugLog=false + + # Debug option + S:debugOption= + + # Show event log on the game screen. + B:showLogInChat=false +} + + +font { + # Use the fonts installed in the operating system. + B:useOSFont=true + + # Primary font name. + # (The font installed in the system or existing in the externalFontPaths folders (default:/fontfiles).) + S:fontName=Odin Rounded + + # Secondary font name. It is used if the character cannot be rendered with the primary font. + # (The font installed in the system or existing in the externalFontPaths folders (default:/fontfiles).) + S:secondaryFontName=Odin Rounded + + # Primary font style.(0:plain, 1:bold, 2:italic, 3:bold+italic) + I:primaryFontStyle=0 + + # Secondary font style.(0:plain, 1:bold, 2:italic, 3:bold+italic) + I:secondaryFontStyle=0 + + # Enable anti-alias for OS fonts.(0:off, 1:normal, 2:high precision) + I:fontAntiAlias=0 + + # Enable emphasis for OS fonts. (0:off, 1:Ascii only, 2:Non-Ascii, 3:All) + I:fontEmphasis=0 + + # OS font resolution. (0:8px, 1:10px, 2:12px, 3:16px, 4:24px, 5:32px, 6:48px, 7:64px) + I:fontResolution=5 + + # Enable automatic font size detection for the font resolution. + B:fontAutoSizing=true + + # Reference characters used for font-sizing. + # If this option is not specified, the default value "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz" is used. + S:fontSizingRefChars= + + # Scaling factor of system font size. + D:fontSizeScaleFactor=1.0 + + # Transform non-default font narrowly or widely for MC default charset. + D:widthFactorDefaultCharset=1.0 + + # Transform non-default font narrowly or widely for unicode charset. + D:widthFactorUnicodeCharset=1.0 + + # Font gap. + I:fontGap=0 + + # Space width for system fonts. + # (0:space width specified by the primary font, 1~3:custom width, 4:Minecraft default width) + I:fontSpaceWidth=0 + + # Align baseline among different fonts. + B:fontAlignBaseline=true + + # Target to replace fonts. (0:Exclude special fonts specified by mods, 1:All fonts) + I:fontTargetToReplace=0 + + # Internal state. + B:fontDetailList=false + + # Margin around the glyph image. + I:glyphImageMargin=1 +} + + +global { + # (Experimental) Initialize the mod asynchronously. It reduces initialization processing time. + B:asyncInitialization=true + + # Disable font selection GUI only. + B:disableFontSelectionGui=false + + # Disable In-Game configuration GUI. + B:disableInGameConfigGui=false + + # Enable per-player configuration. (Settings in common category) + B:enablePerPlayerConfig=true + + # Paths to font file folder. Default is "/fontfiles" + S:externalFontsPaths < + fontfiles + > + + # These font renderer classes use high precision font width. + # Best quality, but width calculation compatibility may slightly decreases + # in other font renderer other than the Minecraft default font renderer. + S:highPrecisionClasses < + net.minecraft.client.gui.FontRenderer + > + + # High precision mode for MC standard font renderer is not used if these mods(mod ids) exist. + # This option is useful when there is a text wrapping problem with particular MODs or + # when there is an error in computing the text width. + # This option takes precedence over setMcRendererToHighPrecision option. + S:modsNotUsingHighPrecision < + betterquesting + > + + # Minecraft standard font renderer object is always set to high precision even if it is replaced. + B:setMcRendererToHighPrecision=true + + # Tweak the texture manager in order to make "Force LERP" function usable. + B:tweakLoadTexture=true + + # Tweak the experience level rendering. + B:tweakRenderExperience=true + + # Tweak the scaled resolution in order to make "Unlock Large GUI" function usable. + B:tweakScaledResolution=true + + # These font renderer classes are not affected by this mod. + S:unaffectedClasses < + malte0811.industrialWires.client.panelmodel.RawModelFontRenderer + > + + # These font renderer classes is most high compatibility with vanilla font width calculation, + # but the precision of font width calculation is more poorer than the other precision modes. + S:vanillaPrecisionClasses < + > + + # Workaround for the broken font width of a mod. Some mods have an independent font renderer which + # directly refer charWidth/glyphWidth values of a MC standard font renderer in order to get the font + # width values of the Minecraft standard fonts or the resource pack fonts. If this workaround is true, + # charWidth and glyphWidth of the MC standard font renderer keep the font width values of the MC + # standard fonts or the resource pack fonts even if using the platform fonts. + # (ex. MalisisDoors(MalisisCore) needs this workaround.) + B:workaroundKeepOriginalWidthValues=true + + # Workaround for transparent texts on a scoreboard. + B:workaroundTransparentScoreboard=true + + # Workaround for the issue that Java8 cannot recognize per-user installed fonts properly on Windows 10. + B:workaroundWin10PerUserFontsUnusable=true + + # Workaround for wrong GL state in GlStateManager. + # Some mods directly call GL11 method and don't use GlStateManager properly. + # If the color of the transparent part changes or the alpha blending is wrong, try this option. + B:workaroundWrongGlState=true +} + + +########################################################################################################## +# memory +#--------------------------------------------------------------------------------------------------------# +# The options in this category are related to memory savings. +# By setting options in this category, you can set the memory saving options +# more detailed than the "saveMemory" option. +# You can enable each memory saving function regardless of the "saveMemory" option setting. +# Also, even if set to false, memory options equivalent to or less than the saveMemory value are enabled. +# The saveMemory level of each saving function may be changed with future improvement of functions. +########################################################################################################## + +memory { + # Compress glyph images of your platform fonts. + # The memory saving effect of this option is very high.(1/10 or less). + # saveMemory: 1(conservative) + # Side effect: There are almost no side effects. + # It takes just a little extra time to compress/uncompress glyph images. + B:compressImage=false + + # Required number of logical CPUs to use "compressImage" function. + # If number of logical CPUs is below this value, compressing images is canceled + # to avoid taking a long time to generate glyph images. + # When 0 is set, there is no limit on the number of CPUs. (Default: 0) + I:compressImageRequiredCPUs=0 + + # Max temporary working memory size for generating glyph images. [MB] + # More larger max temporary memory allows to use more CPU cores for generating glyph images. + # When 0 is set, there is no limit on max temporary memory usage. + # When -1 is set, a working memory size depends on saveMemory setting. (Default: -1) + # saveMemory: 0(off):no limit, 1(conservative):32[MB], 2(moderate):16[MB] + # Side effect: Depending on the size of the font, the usage of the multi-core CPU is limited + # during generation of the glyph images. + I:maxTempMemForGlyphImgGen=-1 + + # Generate gray-scale glyph images of your platform fonts instead of ABGR images. + # This reduces memory usage by a quarter. + # saveMemory: 1(conservative) + # Side effect: There are almost no side effects. + # When loading texture, it requires a little additional time + # to convert to ABGR image. After the texture is loaded once, + # there are no side effect after that. + B:useGrayscaleImage=false +} + + diff --git a/config/spartanshields.cfg b/config/spartanshields.cfg new file mode 100644 index 0000000..9a3b89f --- /dev/null +++ b/config/spartanshields.cfg @@ -0,0 +1,235 @@ +# Configuration file + +~CONFIG_VERSION: 1 + +general { + # Cooldown period for Shield Bashes. [range: 1 ~ 1000, default: 30] + I:cooldownShieldBash=30 + + # Set to disable all Standard Shields in the mod. Tower Shields are unaffected. [default: false] + B:disableStandardShields=false + + # Set to disable all Tower Shields in the mod. [default: false] + B:disableTowerShields=false + + # Set to false to completely disable the Spikes enchantment. [default: true] + B:enableSpikesEnchantment=true + + # Will force the uncraftable shield tooltip (highlighted in red) to not appear. Useful for modpack makers who wish to change recipes. [default: false] + B:forceDisableUncraftableTooltips=false + + # Set to true to have only Vanilla-based shields enabled. Note that this completely removes mod-based Shields from the game! You won't be able to see them even in JEI. [default: false] + B:vanillaOnly=false +} + + +moddedabyssalcraft { + # Tweaks the durability of the Abyssalnite Plated Shield. [range: 1 ~ 100000, default: 1800] + I:durabilityAbyssalniteShield=1800 + + # Tweaks the durability of the Coralium Plated Shield. [range: 1 ~ 100000, default: 2700] + I:durabilityCoraliumShield=2700 + + # Tweaks the durability of the Darkstone Braced Shield. [range: 1 ~ 100000, default: 270] + I:durabilityDarkstoneShield=270 + + # Tweaks the durability of the Dreadium Reinforced Shield. [range: 1 ~ 100000, default: 3450] + I:durabilityDreadiumShield=3450 + + # Tweaks the durability of the Ethaxium Strengthened Shield. [range: 1 ~ 100000, default: 4200] + I:durabilityEthaxiumShield=4200 + + # Enables or Disables the Abyssalnite Plated Shield. [default: true] + B:enableAbyssalniteShield=false + + # Enables or Disables the Coralium Plated Shield. [default: true] + B:enableCoraliumShield=false + + # Enables or Disables the Darkstone Braced Shield. [default: true] + B:enableDarkstoneShield=false + + # Enables or Disables the Dreadium Reinforced Shield. [default: true] + B:enableDreadiumShield=false + + # Enables or Disables the Ethaxium Strengthened Shield. [default: true] + B:enableEthaxiumShield=false +} + + +moddedbotania { + # Tweaks the durability of the Elementium Plated Shield. [range: 1 ~ 100000, default: 1080] + I:durabilityElementiumShield=1080 + + # Tweaks the durability of the Manasteel Plated Shield. [range: 1 ~ 100000, default: 450] + I:durabilityManasteelShield=450 + + # Tweaks the durability of the Terrasteel Plated Shield. [range: 1 ~ 100000, default: 2920] + I:durabilityTerrasteelShield=2920 + + # Enables or Disables the Elementium Plated Shield. [default: true] + B:enableElementiumShield=false + + # Enables or Disables the Manasteel Plated Shield. [default: true] + B:enableManasteelShield=false + + # Enables or Disables the Terrasteel Plated Shield. [default: true] + B:enableTerrasteelShield=false +} + + +moddedbwm { + # Tweaks the durability of the Soulforged Steel Plated Shield. [range: 1 ~ 100000, default: 1024] + I:durabilitySoulforgedSteelShield=1024 + + # Enables or Disables the Soulforged Steel Plated Shield. [default: true] + B:enableSoulforgedSteelShield=false +} + + +moddedcommon { + # Tweaks the durability of the Bronze Plated Shield. [range: 1 ~ 100000, default: 680] + I:durabilityBronzeShield=680 + + # Tweaks the durability of the Constantan Plated Shield. [range: 1 ~ 100000, default: 640] + I:durabilityConstantanShield=640 + + # Tweaks the durability of the Copper Braced Shield. [range: 1 ~ 100000, default: 400] + I:durabilityCopperShield=400 + + # Tweaks the durability of the Electrum Plated Shield. [range: 1 ~ 100000, default: 320] + I:durabilityElectrumShield=320 + + # Tweaks the durability of the Invar Plated Shield. [range: 1 ~ 100000, default: 720] + I:durabilityInvarShield=720 + + # Tweaks the durability of the Lead Plated Shield. [range: 1 ~ 100000, default: 480] + I:durabilityLeadShield=480 + + # Tweaks the durability of the Nickel Braced Shield. [range: 1 ~ 100000, default: 420] + I:durabilityNickelShield=420 + + # Tweaks the durability of the Platinum Plated Shield. [range: 1 ~ 100000, default: 1536] + I:durabilityPlatinumShield=1536 + + # Tweaks the durability of the Silver Gilded Shield. [range: 1 ~ 100000, default: 216] + I:durabilitySilverShield=216 + + # Tweaks the durability of the Steel Plated Shield. [range: 1 ~ 100000, default: 800] + I:durabilitySteelShield=800 + + # Tweaks the durability of the Tin Braced Shield. [range: 1 ~ 100000, default: 320] + I:durabilityTinShield=320 + + # Enables or Disables the Bronze Plated Shield. [default: true] + B:enableBronzeShield=true + + # Enables or Disables the Constantan Plated Shield. [default: true] + B:enableConstantanShield=true + + # Enables or Disables the Copper Braced Shield. [default: true] + B:enableCopperShield=true + + # Enables or Disables the Electrum Plated Shield. [default: true] + B:enableElectrumShield=true + + # Enables or Disables the Invar Plated Shield. [default: true] + B:enableInvarShield=true + + # Enables or Disables the Lead Plated Shield. [default: true] + B:enableLeadShield=true + + # Enables or Disables the Nickel Braced Shield. [default: true] + B:enableNickelShield=true + + # Enables or Disables the Platinum Plated Shield. [default: true] + B:enablePlatinumShield=true + + # Enables or Disables the Silver Gilded Shield. [default: true] + B:enableSilverShield=true + + # Enables or Disables the Steel Plated Shield. [default: true] + B:enableSteelShield=true + + # Enables or Disables the Tin Braced Shield. [default: true] + B:enableTinShield=true +} + + +moddedpowered { + # The amount of FE to use per damage point absorbed with FE-powered Shields. [range: 1 ~ 100000, default: 50] + I:damageToFEMultiplier=50 + + # The amount of RF to use per damage point absorbed with RF-powered Shields. [range: 1 ~ 100000, default: 50] + I:damageToRFMultiplier=50 + + # Enables or Disables the Dark Steel Riot Shield. [default: true] + B:enableEnderIOShield=false + + # Enables or Disables the Flux-Infused Shield. [default: true] + B:enableRAShield=false + + # Enables or Disables the Infused Riot Shield. [default: true] + B:enableRFToolsShield=true +} + + +moddedthaumcraft { + # Tweaks the durability of the Thaumium Plated Shield. [range: 1 ~ 100000, default: 1024] + I:durabilityThaumiumShield=1024 + + # Tweaks the durability of the Void Plated Shield. [range: 1 ~ 100000, default: 225] + I:durabilityVoidShield=225 + + # Enables or Disables the Thaumium Plated Shield. [default: true] + B:enableThaumiumShield=false + + # Enables or Disables the Void Plated Shield. [default: true] + B:enableVoidShield=false +} + + +moddedthermal { + # Tweaks the durability of the Enderium Strengthened Shield. [range: 1 ~ 100000, default: 3120] + I:durabilityEnderiumShield=3120 + + # Tweaks the durability of the Radiant Lumium Shield. [range: 1 ~ 100000, default: 1280] + I:durabilityLumiumShield=1280 + + # Tweaks the durability of the Signalum Strengthened Shield. [range: 1 ~ 100000, default: 2048] + I:durabilitySignalumShield=2048 + + # Enables or Disables the Enderium Strengthened Shield. [default: true] + B:enableEnderiumShield=false + + # Enables or Disables the Radiant Lumium Shield. [default: true] + B:enableLumiumShield=false + + # Enables or Disables the Signalum Strengthened Shield. [default: true] + B:enableSignalumShield=false +} + + +vanilla { + # Tweaks the durability of the Diamond Reinforced Shield. [range: 1 ~ 100000, default: 2560] + I:durabilityDiamondShield=2560 + + # Tweaks the durability of the Gold Gilded Shield. [range: 1 ~ 100000, default: 192] + I:durabilityGoldShield=192 + + # Tweaks the durability of the Iron Plated Shield. [range: 1 ~ 100000, default: 538] + I:durabilityIronShield=538 + + # Tweaks the durability of the Bulky Obsidian Shield. [range: 1 ~ 100000, default: 1600] + I:durabilityObsidianShield=1600 + + # Tweaks the durability of the Stone Braced Shield. [range: 1 ~ 100000, default: 230] + I:durabilityStoneShield=230 + + # Tweaks the durability of the Crude Wooden Shield. [range: 1 ~ 100000, default: 104] + I:durabilityWoodShield=104 + + # Enables or Disables the Bulky Obsidian Shield. [default: true] + B:enableObsidianShield=true +} + + diff --git a/config/splash.properties b/config/splash.properties new file mode 100644 index 0000000..8392476 --- /dev/null +++ b/config/splash.properties @@ -0,0 +1,17 @@ +#Splash screen properties +#Mon Dec 13 19:06:04 EST 2021 +background=0x2F80C1 +memoryGood=0x396F98 +font=0x0 +barBackground=0xFFFFFF +barBorder=0xC0C0C0 +memoryLow=0x10344F +rotate=false +memoryWarn=0xE6E84A +showMemory=true +enabled=true +bar=0x396F98 +resourcePackPath=resources +logoOffset=0 +forgeTexture=fml\:textures/gui/sevneffy.gif +fontTexture=textures/font/ascii.png diff --git a/config/stevescarts.cfg b/config/stevescarts.cfg new file mode 100644 index 0000000..11e0576 --- /dev/null +++ b/config/stevescarts.cfg @@ -0,0 +1,176 @@ +# Configuration file + +enabledmodules { + B:AdvancedControlSystem=true + B:AdvancedCrafter=true + B:AdvancedShooter=true + B:AdvancedSmelter=true + B:AdvancedTank=true + B:AdvancedThermalEngine=true + B:BasicDrill=true + B:BasicFarmer=true + B:BasicSolarEngine=true + B:BasicWoodCutter=true + B:BrakeHandle=true + B:BridgeBuilder=true + B:Cage=true + B:CakeServer=true + B:ChunkLoader=true + B:CleaningMachine=true + B:CoalEngine=true + B:ColorRandomizer=true + B:Colorizer=true + B:CompactSolarEngine=true + B:Crafter=true + B:CreativeEngine=true + B:CreativeHull=true + B:CreativeIncinerator=true + B:CreativeSupplies=true + B:CreativeTank=true + B:Crop_NetherWart=true + B:DivineShield=true + B:DrillIntelligence=true + B:DynamiteCarrier=true + B:EggBasket=true + B:Enchanter=true + B:EntityDetector_Animal=true + B:EntityDetector_Monster=true + B:EntityDetector_Player=true + B:EntityDetector_Villager=true + B:ExperienceBank=true + B:ExtractingChests=true + B:ExtremeMelter=true + B:Fertilizer=true + B:Fireworkdisplay=true + B:FrontChest=true + B:FrontTank=true + B:GalgadorianDrill=true + B:GalgadorianFarmer=true + B:GalgadorianHull=true + B:GalgadorianWoodCutter=true + B:HardenedDrill=true + B:HardenedWoodCutter=true + B:HeightController=true + B:Hydrator=true + B:Incinerator=true + B:InformationProvider=true + B:InternalStorage=true + B:InternalTank=true + B:InvisibilityCore=true + B:IronDrill=true + B:LargeRailer=true + B:LawnMower=true + B:LiquidCleaner=true + B:LiquidSensors=true + B:MechanicalPig=true + B:Melter=true + B:Milker=true + B:NoteSequencer=true + B:OpenTank=true + B:OreExtractor=true + B:PlanterRangeExtender=true + B:PowerObserver=true + B:Projectile_Egg=true + B:Projectile_FireCharge=false + B:Projectile_Potion=true + B:Railer=true + B:ReinforcedHull=true + B:Seat=true + B:Shooter=true + B:SideChests=true + B:SideTanks=true + B:Smelter=true + B:SolarEngine=true + B:StandardHull=true + B:"Steve'sArcade"=true + B:ThermalEngine=true + B:TinyCoalEngine=true + B:TopChest=true + B:TopTank=true + B:TorchPlacer=true + B:TrackRemover=true + B:TreeTapModule=true + B:WoodenHull=true + B:item.SC2_advanced_sctank.name=true + B:item.SC2_creative_sctank.name=true + B:item.SC2_front_sctank.name=true + B:item.SC2_internal_sctank.name=true + B:item.SC2_open_sctank.name=true + B:item.SC2_top_sctank.name=true +} + + +########################################################################################################## +# events +#--------------------------------------------------------------------------------------------------------# +# Whether to let the events happen during their time frames of not +########################################################################################################## + +events { + # If the christmas event can occur [default: true] + B:"Enable Christmas"=false + + # If the easter event can occur [default: true] + B:"Enable Easter"=false + + # If the halloween event can occur [default: true] + B:"Enable Halloween"=false + + # Every day is Christmas! [default: false] + B:"Persistent Christmas"=false + + # Every day is Easter! [default: false] + B:"Persistent Easter"=false + + # Every day is Halloween! [default: false] + B:"Persistent Halloween"=false +} + + +repair { + # Set name of what is needed to repair diamond tier tool, blank uses default text [default: ] + S:"Diamond Tier Name"=Platinum + + # A list of items that can repair an diamond tier tool [default: [ore:gemDiamond]] + S:"Diamond Tier Repair Items" < + contenttweaker:material_part:37 + > + + # Set name of what is needed to repair hardened tier tool, blank uses default text [default: ] + S:"Hardened Tier Name"= + + # A list of items that can repair an hardened tier tool [default: [stevescarts:modulecomponents:22]] + S:"Hardened Tier Repair Items" < + stevescarts:modulecomponents:22 + > + + # Set name of what is needed to repair iron tier tool, blank uses default text [default: ] + S:"Iron Tier Name"= + + # A list of items that can repair an iron tier tool [default: [minecraft:iron_ingot]] + S:"Iron Tier Repair Items" < + minecraft:iron_ingot + > +} + + +settings { + # Set to true to disable the timer in the cart assember, it will still require fuel [default: false] + B:DisableCartAssemberTime=false + + # The max amount of dynamite you can put into a dynamite carrier [range: 0 ~ 50, default: 50] + I:MaximumNumberOfDynamites=50 + + # The max width beside the cart that the drills can mine, the drill diameter will be (width * 2 + 1) + # Min: 1 + # Max: 4 [range: 1 ~ 4, default: 4] + I:maxDrillWidth=4 + + # If the sounds in the arcade should be enabled [default: true] + B:useArcadeSounds=true + + # If mob sounds should be used in the tetris arcade game [default: true] + B:useTetrisMobSounds=true +} + + diff --git a/config/stg.cfg b/config/stg.cfg new file mode 100644 index 0000000..116fdfa --- /dev/null +++ b/config/stg.cfg @@ -0,0 +1,10 @@ +# Configuration file + +general { + # Whether to cancel click event propagation. + # Setting this to 'true' will prevent destroying of blocks like tall grass and vanilla flowers. + # If you expect vanilla clients on server leave it 'false' otherwise this will introduce server-client desync. + B:cancelClickEventPropagation=false +} + + diff --git a/config/storagedrawers.cfg b/config/storagedrawers.cfg new file mode 100644 index 0000000..5b51d19 --- /dev/null +++ b/config/storagedrawers.cfg @@ -0,0 +1,122 @@ +# 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=false + 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 < + > + + # 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/storagedrawersextra.cfg b/config/storagedrawersextra.cfg new file mode 100644 index 0000000..01cbfe8 --- /dev/null +++ b/config/storagedrawersextra.cfg @@ -0,0 +1,14 @@ +# Configuration file + +general { +} + + +mods { + S:biomesoplenty=false + S:forestry=auto + S:immersiveengineering=auto + S:natura=auto +} + + diff --git a/config/storagenetwork.cfg b/config/storagenetwork.cfg new file mode 100644 index 0000000..6670fc1 --- /dev/null +++ b/config/storagenetwork.cfg @@ -0,0 +1,30 @@ +# Configuration file + +client { + B:smallFont=true +} + + +general { + # How often to auto-refresh a network (one second is 20 ticks) [range: 1 ~ 10000, default: 200] + I:AutoRefreshTicks=200 + + # Disable these blocks from ever being able to connect to the network, they will be treated as a non-inventory. [default: [extrautils2:playerchest]] + S:BlacklistBlocks < + extrautils2:playerchest + > + + # Log lots of events, some with systemtime benchmarking. WARNING: VERY SPAMMY. Only use when debugging lag or other issues. [default: false] + B:LogSpamAllTheThings=false + + # If this is true, reload network when a chunk unloads, this keeps your network always up to date. It has been reported that this cause lag and chunk load issues on servers, so disable if you have any problems. [default: true] + B:ReloadNetworkWhenUnloadChunk=true + + # How far the Remote item can reach (non-advanced) [range: 1 ~ 10000, default: 128] + I:StorageRemoteRange=128 + + # Allow 'fastworkbench' project to integrate into storage network crafting grids. Turning off lets you disable integration without uninstalling mod. Client and server should match for best outcome. [default: true] + B:allowFastWorkBenchIntegration=true +} + + diff --git a/config/supersoundmuffler.cfg b/config/supersoundmuffler.cfg new file mode 100644 index 0000000..000f665 --- /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/tcomplement.cfg b/config/tcomplement.cfg new file mode 100644 index 0000000..94f5378 --- /dev/null +++ b/config/tcomplement.cfg @@ -0,0 +1,82 @@ +# Configuration file + +########################################################################################################## +# general +#--------------------------------------------------------------------------------------------------------# +# General configuration options +########################################################################################################## + +general { + # Enables the bucket cast: allows casting buckets using a casting table. + B:bucketCast=true + + # Enables chocolate: made using a smeltery. Its a secret, so don't tell anyone. + B:chocolate=true +} + + +########################################################################################################## +# highoven +#--------------------------------------------------------------------------------------------------------# +# Options to configure the high oven from the steelworks module +########################################################################################################## + +highoven { + # Ratio of ore to material produced in the high oven. + # Min: 0.0 + # Max: 16.0 + D:oreToIngotRatio=2.5 + + # If true, steam will be registered as a smeltery fuel, less hot than lava but cheaper + B:steamFuel=true + + # Steam production rate per tick in the high oven. Set to 0 to disable high oven making steam + # Min: 0 + # Max: 100 + I:steamRate=4 +} + + +########################################################################################################## +# jei +#--------------------------------------------------------------------------------------------------------# +# Options to configure JEI integration +########################################################################################################## + +jei { + # If true, puts high oven melting recipes in their own tab in JEI to make the overrides more clear. + # If false, the high oven is just added to the normal smeltery tab. + B:separateHighOvenTab=true + + # If true, puts the melter in its own recipe tab in JEI to make the blacklist and overrides more clear. + # If false, the melter is just added to the normal smeltery tab. + B:separateMelterTab=true + + # If true, shows high oven fuels as a tab. False will still show them in the main melter tab like the smeltery fuels. + B:showHighOvenFuel=false +} + + +########################################################################################################## +# melter +#--------------------------------------------------------------------------------------------------------# +# Options to configure the melter from the melter module +########################################################################################################## + +melter { + # Disallows creating seared stone in the melter using cobblestone or tool parts. + B:blacklistStone=true + + # Temperature of the heater in kelvin. + # For reference, iron ore takes 534K to melt and lava has a temperature of 1300K. + # Min: 400 + # Max: 3300 + I:heaterTemp=500 + + # Ratio of ore to material produced in the melter. + # Min: 0.0 + # Max: 16.0 + S:oreToIngotRatio=1.0 +} + + diff --git a/config/tconstruct.cfg b/config/tconstruct.cfg new file mode 100644 index 0000000..5a538e0 --- /dev/null +++ b/config/tconstruct.cfg @@ -0,0 +1,119 @@ +# 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 parts, tools,... will be listed in creative. Set to false to only have the first found material for all items (usually wood). + B:listAllMaterials=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=false + + # 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 + slimeknights.tconstruct.tools.common.tileentity.TileCraftingStation + chisel:auto_chisel + > + + # Adds single-use clay casts. + B:enableClayCasts=true + + # Allows the creation of obsidian in the smeltery, using a bucket of lava and water. + B:obsidianAlloy=false + + # 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 + immersiveengineering + > + + # 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=1.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=false +} + + +worldgen { + # If true slime islands will generate + B:generateSlimeIslands=false + + # 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 + 10 + > + + # 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=12 + I:arditeRate=12 +} + + diff --git a/config/teamreborn/configData.nbt b/config/teamreborn/configData.nbt new file mode 100644 index 0000000..39eecd8 Binary files /dev/null and b/config/teamreborn/configData.nbt differ diff --git a/config/teamreborn/energy_priority.json b/config/teamreborn/energy_priority.json new file mode 100644 index 0000000..f542ada --- /dev/null +++ b/config/teamreborn/energy_priority.json @@ -0,0 +1,5 @@ +{ + "euPriority": 0, + "teslaPriority": 2, + "forgePriority": 1 +} \ No newline at end of file diff --git a/config/teamreborn/reborncore/client.cfg b/config/teamreborn/reborncore/client.cfg new file mode 100644 index 0000000..988d64f --- /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 0000000..dd85ae4 --- /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"=false + + # Enable version checker [Default=true] + B:"Version Check"=false + + # 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 0000000..c97afb0 --- /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 0000000..7c161d7 --- /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 0000000..241f467 --- /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/rebornstorage/config.cfg b/config/teamreborn/rebornstorage/config.cfg new file mode 100644 index 0000000..80a354e --- /dev/null +++ b/config/teamreborn/rebornstorage/config.cfg @@ -0,0 +1,14 @@ +# Configuration file + +config { + # This is the crafting speed of the cpus, the higher the number the more crafting cpus will be needed to achieve greater speeds [Default=15] + I:craftingSpeed=15 + + # Enable debug log output (warning can be spammy) [Default=false] + B:debugLogging=false + + # The number of seconds between a pattern rebuild when inserting items, a higher number will reduce the load on the server, but patterns may take longer to show [Default=5] + I:invUpdateTime=5 +} + + diff --git a/config/teslacorelib.cfg b/config/teslacorelib.cfg new file mode 100644 index 0000000..29db8fc --- /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/thebetweenlands/config (no version).cfg.backup b/config/thebetweenlands/config (no version).cfg.backup new file mode 100644 index 0000000..6babe9d --- /dev/null +++ b/config/thebetweenlands/config (no version).cfg.backup @@ -0,0 +1,1050 @@ +# Configuration file + +compat { + B:"JEI - Show Non BL Gem Recipes"=false +} + + +debug { + B:"Debug mode"=false + B:"Model loader debug"=false +} + + +general { + B:"Betweenlands Main Menu"=false + B:"Caving Rope Indicator"=true + B:"Debug mode"=false + B:"Food Sickness"=false + B:"Model loader debug"=false + B:"Override Conflicting Recipes"=true + S:"Rotten Food Whitelist" < + actuallyadditions:item_food:4 + actuallyadditions:item_food:5 + actuallyadditions:item_food:6 + actuallyadditions:item_food:7 + actuallyadditions:item_food:15 + actuallyadditions:item_food:17 + betterwithaddons:food_bowl_rice + betterwithaddons:food_cooked_rice + betterwithmods:hearty_stew + betterwithmods:tasty_sandwich + exsartagine:breadfine + exsartagine:breadmeat + exsartagine:breadveggie + exsartagine:breadveggieraw + foodexpansion:itembeetrootnoodles + foodexpansion:itemcarrotpie + grimpack:apple_pie + grimpack:bread_slice + grimpack:cheese_burger + grimpack:chocolate_cake + grimpack:chocolate_pie + grimpack:dough + grimpack:hot_cheese + grimpack:melon_pie + grimpack:pork_pie + grimpack:pumpkin_pie + grimpack:raw_apple_pie + grimpack:raw_chocolate_pie + grimpack:raw_empty_pie + grimpack:raw_melon_pie + grimpack:raw_pork_pie + grimpack:raw_pumpkin_pie + harvestcraft:anchovypepperonipizzaitem + harvestcraft:applefritterItem + harvestcraft:applejellysandwichItem + harvestcraft:applepieItem + harvestcraft:apricotjellysandwichItem + harvestcraft:avocadoburritoItem + harvestcraft:baconcheeseburgerItem + harvestcraft:baconmushroomburgerItem + harvestcraft:baklavaItem + harvestcraft:bamboosteamedriceItem + harvestcraft:banananutbreadItem + harvestcraft:batteredsausageItem + harvestcraft:bbqpulledporkItem + harvestcraft:beanburritoItem + harvestcraft:beansandriceItem + harvestcraft:beansontoastItem + harvestcraft:beefwellingtonItem + harvestcraft:beetburgerItem + harvestcraft:biscuitItem + harvestcraft:biscuitsandgravyItem + harvestcraft:blackberrycobblerItem + harvestcraft:blackberryjellysandwichItem + harvestcraft:bltItem + harvestcraft:blueberryjellysandwichItem + harvestcraft:blueberrymuffinItem + harvestcraft:blueberrypancakesItem + harvestcraft:blueberrypieItem + harvestcraft:breadedporkchopItem + harvestcraft:broccolimacItem + harvestcraft:brownieItem + harvestcraft:californiarollItem + harvestcraft:candiedsweetpotatoesItem + harvestcraft:candiedwalnutsItem + harvestcraft:cashewchickenItem + harvestcraft:ceasarsaladItem + harvestcraft:chaoscookieItem + harvestcraft:charsiuItem + harvestcraft:cheeseburgerItem + harvestcraft:cheeseontoastItem + harvestcraft:cherryjellysandwichItem + harvestcraft:cherrypieItem + harvestcraft:chickenchowmeinItem + harvestcraft:chickencurryItem + harvestcraft:chickennoodlesoupItem + harvestcraft:chickenpotpieItem + harvestcraft:chickensandwichItem + harvestcraft:chikorollItem + harvestcraft:chilipoppersItem + harvestcraft:chocolatedonutItem + harvestcraft:chocovoxelsitem + harvestcraft:cinnamonappleoatmealItem + harvestcraft:cinnamonrollItem + harvestcraft:cinnamonsugardonutItem + harvestcraft:cinnamontoastitem + harvestcraft:coconutshrimpItem + harvestcraft:coffeeconlecheItem + harvestcraft:coleslawburgerItem + harvestcraft:cookedtofabbitItem + harvestcraft:cookedtofaconItem + harvestcraft:cookedtofenisonItem + harvestcraft:cookedtofickenItem + harvestcraft:cookedtofurkeyItem + harvestcraft:cookedtofuttonItem + harvestcraft:cornedbeefhashitem + harvestcraft:cornedbeefitem + harvestcraft:cornishpastyItem + harvestcraft:cottagepieItem + harvestcraft:crackerItem + harvestcraft:crackersitem + harvestcraft:cranberrybarItem + harvestcraft:creamcookieItem + harvestcraft:creamedbroccolisoupItem + harvestcraft:creepercookieItem + harvestcraft:croissantItem + harvestcraft:curryItem + harvestcraft:custardItem + harvestcraft:damperItem + harvestcraft:datenutbreadItem + harvestcraft:delightedmealItem + harvestcraft:deluxecheeseburgerItem + harvestcraft:deluxechickencurryItem + harvestcraft:dhalitem + harvestcraft:dimsumItem + harvestcraft:durianmuffinitem + harvestcraft:eggnogItem + harvestcraft:eggplantparmItem + harvestcraft:espressoItem + harvestcraft:fairybreadItem + harvestcraft:figbarItem + harvestcraft:figjellysandwichItem + harvestcraft:fishandchipsItem + harvestcraft:fishdinnerItem + harvestcraft:fishsandwichItem + harvestcraft:fishsticksItem + harvestcraft:fishtacoItem + harvestcraft:footlongItem + harvestcraft:frenchtoastItem + harvestcraft:friedchickenItem + harvestcraft:friedriceItem + harvestcraft:frosteddonutItem + harvestcraft:fruitcrumbleItem + harvestcraft:garlicbreadItem + harvestcraft:generaltsochickenItem + harvestcraft:gingerbreadItem + harvestcraft:gingeredrhubarbtartItem + harvestcraft:gingersnapsItem + harvestcraft:gooseberryjellysandwichItem + harvestcraft:gooseberrypieItem + harvestcraft:grapefruitjellysandwichItem + harvestcraft:gravyItem + harvestcraft:grilledcheeseItem + harvestcraft:hamburgerItem + harvestcraft:hamsweetpicklesandwichItem + harvestcraft:heartybreakfastItem + harvestcraft:homestylelunchitem + harvestcraft:honeybreadItem + harvestcraft:honeybunItem + harvestcraft:honeysandwichItem + harvestcraft:hotandsoursoupItem + harvestcraft:hotdogItem + harvestcraft:jaffaItem + harvestcraft:jamrollItem + harvestcraft:jellydonutItem + harvestcraft:keylimepieItem + harvestcraft:kimchiItem + harvestcraft:kiwijellysandwichItem + harvestcraft:lambbarleysoupItem + harvestcraft:lasagnaitem + harvestcraft:lavendershortbreadItem + harvestcraft:leafychickensandwichItem + harvestcraft:leafyfishsandwichItem + harvestcraft:lemonbarItem + harvestcraft:lemondrizzlecakeitem + harvestcraft:lemonjellysandwichItem + harvestcraft:lemonmeringueItem + harvestcraft:limejellysandwichItem + harvestcraft:mangochutneyItem + harvestcraft:mangojellysandwichItem + harvestcraft:manjuuItem + harvestcraft:mapleoatmealItem + harvestcraft:maplesyruppancakesItem + harvestcraft:maplesyrupwafflesItem + harvestcraft:mcpamItem + harvestcraft:meatfeastpizzaItem + harvestcraft:meatloafitem + harvestcraft:meatpieItem + harvestcraft:meatystewItem + harvestcraft:mincepieItem + harvestcraft:mochaicecreamItem + harvestcraft:mochiItem + harvestcraft:montecristosandwichitem + harvestcraft:museliItem + harvestcraft:mushroomlasagnaitem + harvestcraft:mushroomrisottoItem + harvestcraft:naanItem + harvestcraft:nachoesItem + harvestcraft:okracreoleItem + harvestcraft:oldworldveggiesoupItem + harvestcraft:onionhamburgerItem + harvestcraft:onionsoupItem + harvestcraft:orangechickenItem + harvestcraft:orangejellysandwichItem + harvestcraft:pancakesItem + harvestcraft:papayajellysandwichItem + harvestcraft:patreonpieItem + harvestcraft:pbandjItem + harvestcraft:peachcobblerItem + harvestcraft:peachesandcreamoatmealItem + harvestcraft:peachjellysandwichItem + harvestcraft:peanutbuttercookiesItem + harvestcraft:pearjellysandwichItem + harvestcraft:pecanpieItem + harvestcraft:pepperoniItem + harvestcraft:persimmonjellysandwichItem + harvestcraft:pizzaItem + harvestcraft:ploughmanslunchItem + harvestcraft:plumjellysandwichItem + harvestcraft:pomegranatejellysandwichItem + harvestcraft:porklomeinItem + harvestcraft:potatoandcheesepirogiItem + harvestcraft:poutineitem + harvestcraft:powdereddonutItem + harvestcraft:pumpkinbreadItem + harvestcraft:pumpkinmuffinItem + harvestcraft:pumpkinoatsconesItem + harvestcraft:rainbowcurryItem + harvestcraft:raisincookiesItem + harvestcraft:randomtacoItem + harvestcraft:raspberryjellysandwichItem + harvestcraft:raspberrypieItem + harvestcraft:raspberrytrifleItem + harvestcraft:rawtofabbitItem + harvestcraft:rawtofaconItem + harvestcraft:rawtofenisonItem + harvestcraft:rawtofickenItem + harvestcraft:rawtofurkeyItem + harvestcraft:rawtofuttonItem + harvestcraft:ricesoupItem + harvestcraft:roastedpumpkinseedsItem + harvestcraft:salmonpattiesItem + harvestcraft:sausageinbreadItem + harvestcraft:sausagerollItem + harvestcraft:sesameballItem + harvestcraft:sesamesnapsItem + harvestcraft:softpretzelItem + harvestcraft:softpretzelandmustardItem + harvestcraft:spagettiItem + harvestcraft:spagettiandmeatballsItem + harvestcraft:spicebunItem + harvestcraft:spinachpieItem + harvestcraft:starfruitjellysandwichItem + harvestcraft:strawberryjellysandwichItem + harvestcraft:strawberrypieItem + harvestcraft:stuffedmushroomItem + harvestcraft:supremepizzaItem + harvestcraft:sushiItem + harvestcraft:sweetandsourchickenItem + harvestcraft:sweetpotatopieItem + harvestcraft:sweetpotatosouffleItem + harvestcraft:tacoItem + harvestcraft:teriyakichickenitem + harvestcraft:timtamItem + harvestcraft:toadintheholeItem + harvestcraft:toastedwesternitem + harvestcraft:toastsandwichItem + harvestcraft:vegemiteItem + harvestcraft:vegemiteontoastItem + harvestcraft:veggiestirfryItem + harvestcraft:vindalooItem + harvestcraft:wafflesItem + harvestcraft:walnutraisinbreadItem + harvestcraft:watermelonjellysandwichItem + harvestcraft:yorkshirepuddingItem + harvestcraft:zeppoleItem + harvestcraft:zestyzucchiniItem + harvestcraft:zucchinibakeItem + harvestcraft:zucchinibreadItem + harvestcraft:zucchinifriesItem + minecraft:bread + minecraft:cake + minecraft:cookie + minecraft:golden_apple:1 + primal:corn_bread + progressiontweaks:flat_bread + simplecorn:chickencornchowder + simplecorn:cornchowder + simplecorn:corncob + simplecorn:poppedcorn + simplecorn:roastedcorn + thebetweenlands:gerts_donut + thebetweenlands:jam_donut + thebetweenlands:reed_donut + twilightforest:maze_wafer + twilightforest:meef_stroganoff + abyssalcraft:friedegg + actuallyadditions:item_food:10 + betterwithaddons:food_amanita_baked + animalium:bear_meat + animalium:bear_meat_cooked + animalium:rat_meat + animalium:rat_meat_cooked + animania:bacon_omelette + animania:cheese_omelette + animania:cooked_prime_bacon + animania:cooked_prime_steak + animania:plain_omelette + animania:super_omelette + animania:truffle_omelette + betterwithaddons:food_beetroot_baked + betterwithaddons:food_beetroot_cooked + betterwithaddons:food_carrot_baked + betterwithaddons:food_carrot_cooked + betterwithaddons:food_egg_cooked + betterwithaddons:food_fugu_sac + betterwithaddons:food_ground_meat + betterwithaddons:food_meatballs + betterwithaddons:food_mulberry + betterwithaddons:food_mushroom_baked + betterwithaddons:food_pie_amanita + betterwithaddons:food_pie_meat + betterwithaddons:food_pie_melon + betterwithaddons:food_pie_mushroom + betterwithaddons:food_potato_cooked + betterwithaddons:food_pufferfish_cooked + betterwithaddons:food_pufferfish_prepared + betterwithaddons:food_sashimi + betterwithmods:apple_pie + betterwithmods:beef_dinner + betterwithmods:beef_potatoes + betterwithmods:chicken_soup + betterwithmods:chowder + betterwithmods:cooked_egg + betterwithmods:cooked_kebab + betterwithmods:cooked_omelet + betterwithmods:cooked_scrambled_egg + betterwithmods:cooked_wolf_chop + betterwithmods:ham_and_eggs + betterwithmods:mystery_meat + betterwithmods:pork_dinner + betterwithmods:raw_egg + betterwithmods:raw_kebab + betterwithmods:raw_omelet + betterwithmods:raw_scrambled_egg + betterwithmods:wolf_chop + biomesoplenty:ambrosia + ediblebugs:cookedBugs:0 + ediblebugs:cookedBugs:1 + ediblebugs:cookedBugs:2 + ediblebugs:cookedBugs:3 + ediblebugs:cookedBugs:4 + ediblebugs:cookedBugs:5 + ediblebugs:cookedBugs:6 + ediblebugs:cookedBugs:7 + ediblebugs:cookedBugs:8 + ediblebugs:cookedBugs:9 + ediblebugs:cookedBugs:10 + ediblebugs:cookedBugs:11 + ediblebugs:cookedBugs:12 + ediblebugs:cookedBugs:13 + ediblebugs:cookedBugs:14 + ediblebugs:cookedBugs:15 + ediblebugs:cookedBugs:16 + ediblebugs:dirtBugs:0 + ediblebugs:dirtBugs:1 + ediblebugs:dirtBugs:2 + ediblebugs:dirtBugs:3 + ediblebugs:grassBugs:0 + ediblebugs:grassBugs:1 + ediblebugs:grassBugs:2 + ediblebugs:grassBugs:3 + ediblebugs:sandBugs:0 + ediblebugs:sandBugs:1 + ediblebugs:sandBugs:2 + ediblebugs:sandBugs:3 + ediblebugs:termite + ediblebugs:woodBugs:0 + ediblebugs:woodBugs:1 + ediblebugs:woodBugs:2 + ediblebugs:woodBugs:3 + foodexpansion:itembacon + foodexpansion:itembaconandegg + foodexpansion:itemcactusfruit + foodexpansion:itemcarrotseedsoup + foodexpansion:itemcookedbacon + foodexpansion:itemcookedhorsemeat + foodexpansion:itemcookedmushroom + foodexpansion:itemcookedocelotmeat + foodexpansion:itemcookedsquid + foodexpansion:itemcookedwolfmeat + foodexpansion:itemfriedegg + foodexpansion:itemhorsemeat + foodexpansion:itemmelonsalad + foodexpansion:itemocelotmeat + foodexpansion:itemsquid + foodexpansion:itemwolfmeat + grimpack:dragon_fruit + grimpack:eggs_cooked + grimpack:eggs_mixed + grimpack:eggs_unmixed + grimpack:pumpkin_slice + harvestcraft:appleciderItem + harvestcraft:applejellyItem + harvestcraft:applejuiceItem + harvestcraft:applesauceItem + harvestcraft:applesmoothieItem + harvestcraft:appleyogurtItem + harvestcraft:apricotglazedporkItem + harvestcraft:apricotjellyItem + harvestcraft:apricotjuiceItem + harvestcraft:apricotsmoothieItem + harvestcraft:apricotyogurtItem + harvestcraft:asparagusquicheItem + harvestcraft:asparagusquicheitem + harvestcraft:asparagussoupitem + harvestcraft:baconandeggsItem + harvestcraft:baconmushroomburgeritem + harvestcraft:baconwrappeddatesItem + harvestcraft:bakedbeansItem + harvestcraft:bakedbeansitem + harvestcraft:bakedbeetsitem + harvestcraft:bakedhamItem + harvestcraft:bakedsweetpotatoitem + harvestcraft:bakedturnipsitem + harvestcraft:bamboosteamedriceitem + harvestcraft:bananamilkshakeItem + harvestcraft:bananasmoothieItem + harvestcraft:bananasplitItem + harvestcraft:bananayogurtItem + harvestcraft:bangersandmashItem + harvestcraft:bangersandmashitem + harvestcraft:bbqpulledporkitem + harvestcraft:beanburritoitem + harvestcraft:beansandriceitem + harvestcraft:beansontoastitem + harvestcraft:beefjerkyItem + harvestcraft:beefwellingtonitem + harvestcraft:beetburgeritem + harvestcraft:beetsaladItem + harvestcraft:beetsaladitem + harvestcraft:beetsoupitem + harvestcraft:blackberryjellyItem + harvestcraft:blackberryjuiceItem + harvestcraft:blackberrysmoothieItem + harvestcraft:blackberryyogurtItem + harvestcraft:bltitem + harvestcraft:blueberryjellyItem + harvestcraft:blueberryjuiceItem + harvestcraft:blueberrysmoothieItem + harvestcraft:blueberryyogurtItem + harvestcraft:braisedonionsitem + harvestcraft:broccolimacitem + harvestcraft:broccolindipitem + harvestcraft:butteredpotatoitem + harvestcraft:cactusfruitjuiceItem + harvestcraft:cactussoupitem + harvestcraft:calamarirawItem + harvestcraft:californiarollitem + harvestcraft:candiedgingeritem + harvestcraft:candiedlemonItem + harvestcraft:candiedsweetpotatoesitem + harvestcraft:candiedwalnutsitem + harvestcraft:caramelappleItem + harvestcraft:carrotjuiceitem + harvestcraft:carrotsoupitem + harvestcraft:cashewchickenitem + harvestcraft:ceasarsaladitem + harvestcraft:celeryandpeanutbutterItem + harvestcraft:celeryandpeanutbutteritem + harvestcraft:celerysoupitem + harvestcraft:chaiteaitem + harvestcraft:charsiuitem + harvestcraft:cherrycoconutchocolatebarItem + harvestcraft:cherryicecreamItem + harvestcraft:cherryjellyItem + harvestcraft:cherryjuiceItem + harvestcraft:cherrysmoothieItem + harvestcraft:cherrysodaItem + harvestcraft:cherryyogurtItem + harvestcraft:chickencelerycasseroleItem + harvestcraft:chickencelerycasseroleitem + harvestcraft:chickenchowmeinitem + harvestcraft:chickencurryitem + harvestcraft:chickengumboItem + harvestcraft:chickengumboitem + harvestcraft:chickenparmasanItem + harvestcraft:chickenparmasanitem + harvestcraft:chickenpotpieitem + harvestcraft:chikorollitem + harvestcraft:chiliItem + harvestcraft:chilichocolateitem + harvestcraft:chiliitem + harvestcraft:chilipoppersitem + harvestcraft:chocolatebaconItem + harvestcraft:chocolatecherryItem + harvestcraft:chocolaterollItem + harvestcraft:chocolatestrawberryItem + harvestcraft:chorizoItem + harvestcraft:chorizoitem + harvestcraft:citrussaladItem + harvestcraft:citrussaladitem + harvestcraft:coconutcreamItem + harvestcraft:coconutmilkItem + harvestcraft:coconutshrimpitem + harvestcraft:coconutsmoothieItem + harvestcraft:coconutyogurtItem + harvestcraft:colasodaitem + harvestcraft:coleslawItem + harvestcraft:coleslawburgeritem + harvestcraft:coleslawitem + harvestcraft:cookedtofabbititem + harvestcraft:cookedtofaconitem + harvestcraft:cookedtofeakitem + harvestcraft:cookedtofeegitem + harvestcraft:cookedtofenisonitem + harvestcraft:cookedtofickenitem + harvestcraft:cookedtofishItem + harvestcraft:cookedtofishitem + harvestcraft:cookedtofurkeyitem + harvestcraft:cookedtofuttonitem + harvestcraft:cornbreadItem + harvestcraft:cornbreaditem + harvestcraft:cornflakesitem + harvestcraft:cornishpastyitem + harvestcraft:cornonthecobitem + harvestcraft:cottagepieitem + harvestcraft:cranberryjellyItem + harvestcraft:cranberryjellysandwichItem + harvestcraft:cranberryjellysandwichitem + harvestcraft:cranberryjuiceItem + harvestcraft:cranberrysauceItem + harvestcraft:cranberrysmoothieItem + harvestcraft:cranberryyogurtItem + harvestcraft:creamedbroccolisoupitem + harvestcraft:creamedcornitem + harvestcraft:creamofavocadosoupItem + harvestcraft:creamofavocadosoupitem + harvestcraft:creeperwingsitem + harvestcraft:cucumbersaladitem + harvestcraft:cucumbersoupitem + harvestcraft:curryitem + harvestcraft:delightedmealitem + harvestcraft:deluxecheeseburgeritem + harvestcraft:deluxechickencurryitem + harvestcraft:dimsumitem + harvestcraft:durianmilkshakeitem + harvestcraft:ediblerootitem + harvestcraft:eggplantparmitem + harvestcraft:eggsaladItem + harvestcraft:epicbaconItem + harvestcraft:extremechiliItem + harvestcraft:extremechiliitem + harvestcraft:figjellyItem + harvestcraft:figjuiceItem + harvestcraft:figsmoothieItem + harvestcraft:figyogurtItem + harvestcraft:fishandchipsitem + harvestcraft:fishlettucewrapItem + harvestcraft:fishlettucewrapitem + harvestcraft:fishtacoitem + harvestcraft:footlongitem + harvestcraft:friedchickenitem + harvestcraft:friedonionsitem + harvestcraft:friedpecanokraItem + harvestcraft:friedpecanokraitem + harvestcraft:friedriceitem + harvestcraft:friesitem + harvestcraft:fruitpunchItem + harvestcraft:fruitsaladItem + harvestcraft:futomakiItem + harvestcraft:futomakiitem + harvestcraft:gardensoupitem + harvestcraft:garlicchickenItem + harvestcraft:garlicchickenitem + harvestcraft:garlicitem + harvestcraft:garlicmashedpotatoesitem + harvestcraft:generaltsochickenitem + harvestcraft:gherkinItem + harvestcraft:gherkinitem + harvestcraft:gingerbreaditem + harvestcraft:gingerchickenItem + harvestcraft:gingerchickenitem + harvestcraft:gingeredrhubarbtartitem + harvestcraft:gingeritem + harvestcraft:gingersnapsitem + harvestcraft:gingersodaitem + harvestcraft:glazedcarrotsitem + harvestcraft:gooseberryjellyItem + harvestcraft:gooseberrymilkshakeItem + harvestcraft:gooseberryyogurtItem + harvestcraft:grapefruitjellyItem + harvestcraft:grapefruitjuiceItem + harvestcraft:grapefruitsmoothieItem + harvestcraft:grapefruitsodaItem + harvestcraft:grapefruityogurtItem + harvestcraft:grapejellyItem + harvestcraft:grapejuiceItem + harvestcraft:grapesaladItem + harvestcraft:grapesmoothieItem + harvestcraft:grapesodaItem + harvestcraft:grapeyogurtItem + harvestcraft:grilledskewersitem + harvestcraft:guacamoleItem + harvestcraft:guacamoleitem + harvestcraft:hamsweetpicklesandwichitem + harvestcraft:hashItem + harvestcraft:hashitem + harvestcraft:heartybreakfastitem + harvestcraft:herbbutterparsnipsitem + harvestcraft:honeyglazedcarrotsItem + harvestcraft:honeyglazedcarrotsitem + harvestcraft:honeyglazedhamItem + harvestcraft:honeylemonlambItem + harvestcraft:honeysoyribsItem + harvestcraft:honeysoyribsitem + harvestcraft:hotandsoursoupitem + harvestcraft:hotwingsItem + harvestcraft:hotwingsitem + harvestcraft:hummusitem + harvestcraft:hushpuppiesItem + harvestcraft:hushpuppiesitem + harvestcraft:ironbrewitem + harvestcraft:jellyfishrawItem + harvestcraft:kimchiitem + harvestcraft:kiwijellyItem + harvestcraft:kiwijuiceItem + harvestcraft:kiwiyogurtItem + harvestcraft:kungpaochickenItem + harvestcraft:kungpaochickenitem + harvestcraft:lambbarleysoupitem + harvestcraft:lambkebabItem + harvestcraft:lambkebabitem + harvestcraft:lambwithmintsauceItem + harvestcraft:lambwithmintsauceitem + harvestcraft:leafychickensandwichitem + harvestcraft:leafyfishsandwichitem + harvestcraft:leekbaconsoupItem + harvestcraft:leekbaconsoupitem + harvestcraft:lemonaideItem + harvestcraft:lemonchickenItem + harvestcraft:lemonjellyItem + harvestcraft:lemonlimesodaItem + harvestcraft:lemonyogurtItem + harvestcraft:limejellyItem + harvestcraft:limejuiceItem + harvestcraft:limeyogurtItem + harvestcraft:loadedbakedpotatoItem + harvestcraft:loadedbakedpotatoitem + harvestcraft:mangochutneyitem + harvestcraft:mangojellyItem + harvestcraft:mangojuiceItem + harvestcraft:mangoyogurtItem + harvestcraft:manjuuitem + harvestcraft:maplecandiedbaconItem + harvestcraft:maplesausageItem + harvestcraft:maplesausageitem + harvestcraft:marinatedcucumbersitem + harvestcraft:marzipanItem + harvestcraft:mashedpotatoesitem + harvestcraft:mashedsweetpotatoesitem + harvestcraft:mcpamitem + harvestcraft:meatfeastpizzaitem + harvestcraft:meatpieitem + harvestcraft:melonjuiceItem + harvestcraft:melonyogurtItem + harvestcraft:mintchocolatechipicecreamitem + harvestcraft:mixedsaladitem + harvestcraft:mushroomrisottoitem + harvestcraft:musselcookeditem + harvestcraft:musselrawitem + harvestcraft:naanitem + harvestcraft:neapolitanicecreamItem + harvestcraft:netherwingsitem + harvestcraft:okrachipsitem + harvestcraft:okracreoleitem + harvestcraft:oldworldveggiesoupitem + harvestcraft:omeletitem + harvestcraft:onionhamburgeritem + harvestcraft:onionsoupitem + harvestcraft:orangechickenitem + harvestcraft:orangejellyItem + harvestcraft:orangejuiceItem + harvestcraft:orangesodaItem + harvestcraft:orangeyogurtItem + harvestcraft:ovenroastedcauliflowerItem + harvestcraft:ovenroastedcaulifloweritem + harvestcraft:paneerItem + harvestcraft:paneertikkamasalaItem + harvestcraft:paneertikkamasalaitem + harvestcraft:papayajellyItem + harvestcraft:papayajuiceItem + harvestcraft:papayayogurtItem + harvestcraft:peaandhamsoupItem + harvestcraft:peaandhamsoupitem + harvestcraft:peachjellyItem + harvestcraft:peachjuiceItem + harvestcraft:peachyogurtItem + harvestcraft:pearjellyItem + harvestcraft:pearjuiceItem + harvestcraft:pearsmoothieItem + harvestcraft:pearyogurtItem + harvestcraft:peasandceleryItem + harvestcraft:peasandceleryitem + harvestcraft:pepperoniitem + harvestcraft:persimmonjellyItem + harvestcraft:persimmonjuiceItem + harvestcraft:persimmonsmoothieItem + harvestcraft:persimmonyogurtItem + harvestcraft:pickledbeetsitem + harvestcraft:pickledonionsitem + harvestcraft:picklesitem + harvestcraft:pinacoladaItem + harvestcraft:pineapplehamItem + harvestcraft:pineappleyogurtItem + harvestcraft:pistachiobakedsalmonItem + harvestcraft:pistachiobutterItem + harvestcraft:pistachioicecreamItem + harvestcraft:pizzaitem + harvestcraft:pizzasoupitem + harvestcraft:ploughmanslunchitem + harvestcraft:plumjellyItem + harvestcraft:plumjuiceItem + harvestcraft:plumsmoothieItem + harvestcraft:plumyogurtItem + harvestcraft:poachedpearItem + harvestcraft:poachedpearitem + harvestcraft:pomegranatejellyItem + harvestcraft:pomegranatejuiceItem + harvestcraft:pomegranateyogurtItem + harvestcraft:popcornitem + harvestcraft:porklettucewrapItem + harvestcraft:porklettucewrapitem + harvestcraft:porklomeinitem + harvestcraft:porksausageItem + harvestcraft:potatoandcheesepirogiitem + harvestcraft:potatoandleeksoupitem + harvestcraft:potatocakesitem + harvestcraft:potatosaladItem + harvestcraft:potatosaladitem + harvestcraft:potatosoupitem + harvestcraft:potroastItem + harvestcraft:potroastitem + harvestcraft:pralinesItem + harvestcraft:pumpkinsoupItem + harvestcraft:pumpkinyogurtItem + harvestcraft:randomtacoitem + harvestcraft:raspberryicedteaItem + harvestcraft:raspberryicedteaitem + harvestcraft:raspberryjellyItem + harvestcraft:raspberryjuiceItem + harvestcraft:raspberrytrifleitem + harvestcraft:raspberryyogurtItem + harvestcraft:rawtofabbititem + harvestcraft:rawtofaconitem + harvestcraft:rawtofeakitem + harvestcraft:rawtofeegitem + harvestcraft:rawtofenisonitem + harvestcraft:rawtofickenitem + harvestcraft:rawtofishItem + harvestcraft:rawtofishitem + harvestcraft:rawtofurkeyitem + harvestcraft:rawtofuttonitem + harvestcraft:refriedbeansitem + harvestcraft:roastchickenItem + harvestcraft:roastedchestnutItem + harvestcraft:roastedrootveggiemedleyitem + harvestcraft:roastpotatoesitem + harvestcraft:rootbeersodaitem + harvestcraft:salmonpattiesitem + harvestcraft:salsaitem + harvestcraft:saltedsunflowerseedsitem + harvestcraft:sardinesinhotsauceitem + harvestcraft:sausageItem + harvestcraft:sausageinbreaditem + harvestcraft:scallionbakedpotatoitem + harvestcraft:scrambledeggItem + harvestcraft:sesameballitem + harvestcraft:shepardspieItem + harvestcraft:shepardspieitem + harvestcraft:shrimpokrahushpuppiesItem + harvestcraft:shrimpokrahushpuppiesitem + harvestcraft:snickersbarItem + harvestcraft:spagettiandmeatballsitem + harvestcraft:spagettiitem + harvestcraft:spicygreensitem + harvestcraft:spicymustardporkItem + harvestcraft:spidereyesoupItem + harvestcraft:spinachpieitem + harvestcraft:splitpeasoupItem + harvestcraft:splitpeasoupitem + harvestcraft:springsaladitem + harvestcraft:spumoniicecreamItem + harvestcraft:starfruitjellyItem + harvestcraft:starfruitjuiceItem + harvestcraft:starfruityogurtItem + harvestcraft:steakandchipsItem + harvestcraft:steakandchipsitem + harvestcraft:steamedpeasitem + harvestcraft:steamedspinachitem + harvestcraft:strawberryicecreamItem + harvestcraft:strawberryjellyItem + harvestcraft:strawberryjuiceItem + harvestcraft:strawberrymilkshakeItem + harvestcraft:strawberrysaladItem + harvestcraft:strawberrysodaItem + harvestcraft:strawberryyogurtItem + harvestcraft:stuffedeggplantItem + harvestcraft:stuffedeggplantitem + harvestcraft:stuffedmushroomitem + harvestcraft:stuffedpepperitem + harvestcraft:suaderoItem + harvestcraft:suaderoitem + harvestcraft:summerradishsaladitem + harvestcraft:summersquashwithradishItem + harvestcraft:summersquashwithradishitem + harvestcraft:sundayroastItem + harvestcraft:sundayroastitem + harvestcraft:sunflowerbroccolisaladItem + harvestcraft:sunflowerbroccolisaladitem + harvestcraft:sunflowerwheatrollsItem + harvestcraft:supremepizzaitem + harvestcraft:sushiitem + harvestcraft:sweetandsourchickenitem + harvestcraft:sweetpickleitem + harvestcraft:sweetpotatopieitem + harvestcraft:sweetpotatosouffleitem + harvestcraft:sweetteaItem + harvestcraft:sweetteaitem + harvestcraft:tacoitem + harvestcraft:tomatoitem + harvestcraft:tomatosoupitem + harvestcraft:trailmixItem + harvestcraft:tunapotatoItem + harvestcraft:tunapotatoitem + harvestcraft:turkishdelightitem + harvestcraft:turnipsoupItem + harvestcraft:turnipsoupitem + harvestcraft:vegemiteitem + harvestcraft:vegemiteontoastitem + harvestcraft:vegetablesoupitem + harvestcraft:vegetarianlettucewrapitem + harvestcraft:veggiestirfryitem + harvestcraft:veggiestripsitem + harvestcraft:vindalooitem + harvestcraft:watermelonjellyItem + harvestcraft:zeppoleitem + harvestcraft:zestyzucchiniitem + harvestcraft:zombiejerkyItem + harvestcraft:zucchinibakeitem + harvestcraft:zucchinibreaditem + harvestcraft:zucchinifriesitem + minecraft:apple + minecraft:baked_potato + minecraft:beef + minecraft:beetroot + minecraft:beetroot_soup + minecraft:carrot + minecraft:chicken + minecraft:chorus_fruit + minecraft:cooked_beef + minecraft:cooked_chicken + minecraft:cooked_fish:0 + minecraft:cooked_fish:1 + minecraft:cooked_mutton + minecraft:cooked_porkchop + minecraft:cooked_rabbit + minecraft:fish:0 + minecraft:fish:1 + minecraft:fish:2 + minecraft:fish:3 + minecraft:golden_apple:0 + minecraft:golden_carrot + minecraft:melon + minecraft:mushroom_stew + minecraft:mutton + minecraft:poisonous_potato + minecraft:porkchop + minecraft:potato + minecraft:pumpkin_pie + minecraft:rabbit + minecraft:rabbit_stew + natura:edibles:1 + natura:edibles:11 + natura:soups:0 + natura:soups:1 + natura:soups:2 + natura:soups:3 + natura:soups:4 + natura:soups:5 + natura:soups:6 + natura:soups:7 + natura:soups:8 + nex:food_meat_ghast_cooked + plants:alternanthera_f + plants:amaranthus_h + plants:daucus_c + plants:okra + plants:pineapple + plants:plantago_m + plants:saffron + primal:bat_meat_cooked + primal:bear_meat_cooked + primal:chum + primal:fish_clown_cured + primal:fish_clown_dried + primal:fish_clown_salted + primal:fish_puffer_cured + primal:fish_puffer_dried + primal:fish_puffer_salted + primal:gator_meat_cooked + primal:gator_meat_raw + primal:horse_meat_cooked + primal:horse_meat_raw + primal:llama_meat_cooked + primal:nether_wart_cooked + primal:ovis_meat_cooked + primal:pigman_meat_cooked + primal:shark_meat_cooked + primal:shark_meat_cured + primal:shark_meat_dried + primal:shark_meat_raw + primal:shark_meat_rotten + primal:shark_meat_salted + primal:wolf_meat_cooked + primal:wolf_meat_raw + progressiontweaks:lime + roots:aubergine_item + rustic:chili_pepper + rustic:cloudsbluff + rustic:core_root + rustic:ginseng + rustic:marsh_mallow + rustic:tomato + simplyjuices:itemberryblackberry + simplyjuices:itemberrycloudberry + simplyjuices:itemberrygooseberry + simplyjuices:itemberrysnozzberry + simplyjuices:itemberrystrawberry + simplyjuices:itemjuiceblackberry + simplyjuices:itemjuicecloudberry + simplyjuices:itemjuicegooseberry + simplyjuices:itemjuicesnozzberry + simplyjuices:itemjuicestrawberry + simplytea:cup_tea_black:0 + simplytea:cup_tea_black:1 + simplytea:cup_tea_green:0 + simplytea:cup_tea_green:1 + tconstruct:edible:10 + tconstruct:edible:11 + tconstruct:edible:12 + tconstruct:edible:13 + tconstruct:edible:14 + tconstruct:edible:15 + tconstruct:edible:20 + tconstruct:edible:21 + tconstruct:edible:22 + tconstruct:edible:23 + thebetweenlands:angler_meat_cooked + thebetweenlands:angler_meat_raw + thebetweenlands:black_hat_mushroom_item + thebetweenlands:bulb_capped_mushroom_item + thebetweenlands:candy_blue + thebetweenlands:candy_red + thebetweenlands:candy_yellow + thebetweenlands:crab_stick + thebetweenlands:flat_head_mushroom_item + thebetweenlands:forbidden_fig + thebetweenlands:fried_swamp_kelp + thebetweenlands:frog_legs_cooked + thebetweenlands:frog_legs_raw + thebetweenlands:kraken_calamari + thebetweenlands:kraken_tentacle + thebetweenlands:marshmallow + thebetweenlands:marshmallow_pink + thebetweenlands:middle_fruit + thebetweenlands:middle_fruit_jello + thebetweenlands:mince_pie + thebetweenlands:nettle_soup + thebetweenlands:sap_jello + thebetweenlands:silt_crab_claw + thebetweenlands:sludge_jello + thebetweenlands:snail_flesh_cooked + thebetweenlands:snail_flesh_raw + thebetweenlands:weeping_blue_petal + thebetweenlands:yellow_dotted_fungus + twilightforest:cooked_meef + twilightforest:cooked_venison + twilightforest:experiment_115 + twilightforest:hydra_chop + twilightforest:raw_meef + twilightforest:raw_venison + actuallyadditions:item_food:14 + actuallyadditions:item_food:8 + actuallyadditions:item_food:12 + actuallyadditions:item_food + galacticraftcore:cheese_curd + primal:cheese_white + primal:cheese_red + > + B:"Rowboat view"=true + B:"Show Non BL Buckets"=true +} + + +"mob spawning" { + I:"Max. entities per loaded area"=250 + I:"Max. entities per world"=600 +} + + +"online environment event overrides" { + I:"Check Interval"=600 + I:"Default Remote Reset Time"=180 + B:Enabled=true + I:"Failed Recheck Count"=3 + I:"Failed Recheck Interval"=60 +} + + +rendering { + B:"Full brightness blocks"=true + I:"Sky texture resolution"=1024 + I:"Sky texture resolution (only when shaders are enabled)"=1024 + B:"Use shaders for rendering"=false + B:"Use shaders for rendering (this forces FBOs to be enabled)"=false + I:"Wisp Rendering Quality (0-100)"=50 +} + + +"world and dimension" { + I:"Dimension brightness (0-100)"=75 + B:"Enable Seasonal Events"=true + I:"Frequency of Druid Circles"=80 + I:"Frequency of Druid Circles. Higher numbers de-crease rate."=65 + I:"The Betweenlands Dimension ID"=20 +} + + diff --git a/config/thebetweenlands/config.cfg b/config/thebetweenlands/config.cfg new file mode 100644 index 0000000..298fdbe --- /dev/null +++ b/config/thebetweenlands/config.cfg @@ -0,0 +1,372 @@ +# 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=false + + # If true, non BL items will show in the JEI recipe for middle gems + B:show_non_bl_gem_recipes=false +} + + +debug { + # 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 { + B:"Debug mode"=false + B:"Model loader debug"=false + + # 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 < + > + + # 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 < + simpletomb:grave_cross:* + simpletomb:grave_normal:* + simpletomb:grave_simple:* + simpletomb:tombstone:* + > + + # 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=false + + # 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=false + + # 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=600 + + # 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=false +} + + +rendering { + I:"Sky texture resolution (only when shaders are enabled)"=1024 + B:"Use shaders for rendering (this forces FBOs to be enabled)"=false + + # 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=80 + + # If true seasonal events will occur during special periods during a year + B:enable_seasonal_events=false + + # Whether custom portals that teleport to the End should create a Portal Tree in the End + B:generate_portal_in_end=false + + # 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 + 7 + > + + # 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 0000000..afaf360 --- /dev/null +++ b/config/thebetweenlands/config_version @@ -0,0 +1 @@ +1.0.0 \ No newline at end of file diff --git a/config/thirsty-bottles.cfg b/config/thirsty-bottles.cfg new file mode 100644 index 0000000..72dbd07 --- /dev/null +++ b/config/thirsty-bottles.cfg @@ -0,0 +1,14 @@ +# Configuration file + +customitem { + # The ID of the custom item to give. [default: minecraft:sand] + S:customItemId=minecraft:sand + + # The meta data ID for the custom item. [range: 0 ~ 32766, default: 0] + I:customItemMeta=0 + + # Whether or not a custom item should be given. [default: false] + B:hasCustomItem=false +} + + diff --git a/config/tickprofiler.cfg b/config/tickprofiler.cfg new file mode 100644 index 0000000..31d7bd5 --- /dev/null +++ b/config/tickprofiler.cfg @@ -0,0 +1,29 @@ +# Configuration file + +general { + # Name of the command to be used for dumping block data. + S:dumpCommandName=dump + + # Name of the command to be used for profiling reports. + S:profileCommandName=profile + + # Location to store profiling information to, relative to the server folder. For example, why not store it in a computercraft computer's folder? + S:profilingFileName=world/computer//profile.txt + + # Interval, in minutes, to record profiling information to disk. 0 = never. Recommended >= 2. + I:profilingInterval=0 + + # Whether to write periodic profiling in JSON format + B:profilingJson=false + + # If a player must be opped to use /dump + B:requireOpForProfileCommand=true + + # If a player must be opped to use /tps + B:requireOpForTPSCommand=false + + # Name of the command to be used for TPS reports. + S:tpsCommandName=tps +} + + diff --git a/config/timecontrol.cfg b/config/timecontrol.cfg new file mode 100644 index 0000000..d3ea8a2 --- /dev/null +++ b/config/timecontrol.cfg @@ -0,0 +1,28 @@ +# Configuration file + +~CONFIG_VERSION: 1.12.2-1.0.0.0-beta + +"arbitrary time" { + # How long daytime lasts (0 - 12000) [range: 1 ~ 178956, default: 10] + I:day_length_minutes=30 + + # How long nighttime lasts (12000 - 24000) [range: 1 ~ 178956, default: 10] + I:night_length_minutes=15 +} + + +debug { + # Print debug info to console [default: false] + B:debug=false +} + + +"system time" { + # Synchronize in-world time with system time [default: true] + B:sync_to_system_time=false + + # Sync time every n ticks [range: 1 ~ 864000, default: 20] + I:sync_to_system_time_rate=20 +} + + diff --git a/config/toastcontrol.cfg b/config/toastcontrol.cfg new file mode 100644 index 0000000..b8e0135 --- /dev/null +++ b/config/toastcontrol.cfg @@ -0,0 +1,59 @@ +# Configuration file + +"toast types" { + # A Class-specific blacklist for toasts. Insert class names. + S:"Blacklisted Classes" < + > + + # If advancement toasts are blocked. Enabling will block ALL advancements. + B:"Disable Advancements"=false + + # If all toasts are blocked. + B:"Disable All"=false + + # If all non-vanilla toasts are blocked. Blocks all toasts that do not extend vanilla classes. + B:"Disable All Non-Vanilla"=false + + # If all vanilla toasts are blocked. Includes advancements, recipes, system, and tutorials. + B:"Disable All Vanilla"=false + + # If recipe unlock toasts are blocked. Blocks "you have unlocked a new recipe" toasts. + B:"Disable Recipes"=true + + # If system toasts are blocked. This is used only for the narrator toggle notification right now. + B:"Disable System Toasts"=false + + # Set to true to disable toasts sliding in to view. + B:"Disable Transitions"=false + + # If tutorial toasts are blocked. Blocks useless things like use WASD to move. + B:"Disable Tutorials"=true + + # How long (in ticks) to force a toast to show for. Higher is longer. + I:"Forced Display Time"=0 + + # The maximum number of toasts on the screen at once. Default 3, Vanilla uses 5. + # Min: 1 + # Max: 7 + I:"Max Toasts Shown"=3 + + # A debug config to print the class of each toast that tries to enter the GUI. Useful for finding classes to block. + B:"Print Toast Classnames"=false + + # The amount to offset a toast in the x axis. + I:"Toast X Offset"=0 + + # The amount to offset a toast in the y axis. + I:"Toast Y Offset"=0 + + # Set to true to change the transition to start from the left. + B:"Transition from Left"=false + + # If toasts are slightly translucent. + B:"Translucent Toasts"=true + + # If toasts do not draw a background. + B:"Transparent Toasts"=false +} + + diff --git a/config/togetherforever.cfg b/config/togetherforever.cfg new file mode 100644 index 0000000..7e0c783 --- /dev/null +++ b/config/togetherforever.cfg @@ -0,0 +1,22 @@ +# Configuration file + +general { + # If enabled, players in the same team will sync the advancements + B:advancementSync=true + + # If enabled, players in the same team will sync the gamestages + B:gamestagesSync=false + + # If enabled, players in the same team will sync the levels from Reskillable + B:reskillableLevelUpSync=true + + # If enabled, players in the same team will sync the unlockables from Reskillable + B:reskillableUnlockableSync=true + + # Amount of seconds the syncing will be delayed on world join + # Min: 0 + # Max: 2147483647 + I:syncDataSecondsDelay=20 +} + + diff --git a/config/totemic.cfg b/config/totemic.cfg new file mode 100644 index 0000000..439d138 --- /dev/null +++ b/config/totemic.cfg @@ -0,0 +1,28 @@ +# Configuration file + +client { + # Horizontal position of the ceremony HUD (offset from center of the screen) + I:ceremonyHudPositionX=0 + + # Vertical position of the ceremony HUD (offset from center of the screen) + I:ceremonyHudPositionY=-70 + B:enableFloweyEasteregg=true + + # Removes the screen flashing when the Night Vision/Enderman effect is about to end. Disable this if you experience problems. + # Has no effect when the "No Night Vision Flashing" mod is installed. + B:removeNightVisionFlashing=true +} + + +general { + # Enables the generation of Medicine Wheels in villages + B:enableVillageMedicineWheel=false + + # Enables the generation of Tipis in villages + B:enableVillageTipi=false + + # Set to false to prevent Skeletons from shooting Buffalos + B:skeletonsShouldAttackBuffalos=false +} + + diff --git a/config/tothebatpoles.cfg b/config/tothebatpoles.cfg new file mode 100644 index 0000000..cd912fd --- /dev/null +++ b/config/tothebatpoles.cfg @@ -0,0 +1,25 @@ +# Configuration file + +client { + B:switchToThirdPersonView=true +} + + +server { + # Enables the ability to climb the pole. [default: false] + B:allowClimbing=true + + # Defines the maximum sliding speed down the pole. [range: 0.0 ~ 0.8, default: 0.4] + S:maxSlideVelocity=0.4 + + # Defines the maximum rotation speed around the pole. [range: 0.0 ~ 0.2, default: 0.1] + S:maxSpinVelocity=0.1 +} + + +velocity { + S:maxSpinVelocity=0.1 + S:slideVelocity=0.4 +} + + diff --git a/config/translocators.cfg b/config/translocators.cfg new file mode 100644 index 0000000..0088c60 --- /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"=true + +#Allows controlling what item is used to attach filtering mode. +"filter_item" { + S:"registry_name"="extendedcrafting:material" + + #Use '32767' for wild card. + I:"meta"=128 +} diff --git a/config/traverse/traverse.cfg b/config/traverse/traverse.cfg new file mode 100644 index 0000000..6c6f414 --- /dev/null +++ b/config/traverse/traverse.cfg @@ -0,0 +1,108 @@ +# Configuration file + +biomes { + # Force disable the Arid Highland biome + B:disableAridHighland=true + + # Force disable the Autumnal Wooded Hills biome + B:disableAutumnalWoodedHills=false + + # Force disable the Autumnal Woods biome + B:disableAutumnalWoods=false + + # Force disable the Badlands biome + B:disableBadlands=false + + # Force disable the Birch Forested Hills biome + B:disableBirchForestedHills=false + + # Force disable the Canyon biome + B:disableCanyon=false + + # Force disable the Cliffs biome + B:disableCliffs=false + + # Force disable the Crag Cliffs biome + B:disableCragCliffs=false + + # Force disable the Desert Shrubland biome + B:disableDesertShrubland=true + + # Force disable the Forested Hills biome + B:disableForestedHills=false + + # Force disable the Glacier biome + B:disableGlacier=false + + # Force disable the Glacier Spikes biome + B:disableGlacierSpikes=false + + # Force disable the Lush Hills biome + B:disableLushHills=false + + # Force disable the Lush Swamp biome + B:disableLushSwamp=false + + # Force disable the Meadow biome + B:disableMeadow=false + + # Force disable the Mini Jungle biome + B:disableMiniJungle=false + + # Force disable the Mountainous Desert biome + B:disableMountainousDesert=false + + # Force disable the Red Desert biome + B:disableRedDesert=false + + # Force disable the Rocky Plains biome + B:disableRockyPlains=true + + # Force disable the Rocky Plateau biome + B:disableRockyPlateau=false + + # Force disable the Snowy Coniferous Forest biome + B:disableSnowyConiferousForest=false + + # Force disable the Temperate Rainforest biome + B:disableTemperateRainforest=false + + # Force disable the Thicket biome + B:disableThicket=true + + # Force disable the Woodlands biome + B:disableWoodlands=false +} + + +client { + # Enable the new Traverse textures in the newer minecraft style + B:enableNewTextures=false +} + + +general { + # When true, Traverse will only use the default sky colour. + B:disableCustomSkies=false + + # With this enabled, cobblestone boulder formations will not spawn in Traverse biomes + B:disallowBoulders=false + + # With this enabled, villages will not spawn in Traverse biomes + B:disallowVillages=false + + # How long, in ms, the /findbiome command will search for biomes before timing out, normally 20000ms + I:findBiomeCommandTimeout=20000 + + # All biomes will always be registered, ignoring the instance traverse_world_data (WARNING: This will cause ugly world generation borders at the edge of what has previously been generated and what is new!!) + B:registerBiomesRegardless=false + B:solidLeaves=false + + # Use vanilla logs for Traverse trees (might not look as nice) + B:useVanillaWood=false + + # Use vanilla Red Sandstone instead of Red Rock in the Canyon biome. + B:vanillaCanyonBlocks=false +} + + diff --git a/config/treechopper/treechopper.cfg b/config/treechopper/treechopper.cfg new file mode 100644 index 0000000..2c25e30 --- /dev/null +++ b/config/treechopper/treechopper.cfg @@ -0,0 +1,208 @@ +# Configuration file + +data { + # Put here allowed blocks(wood), [default: [tile.log], [tile.log_0], [tile.log_1], [tile.log_2], [tile.log_3], [tile.log_4], [tile.pamCinnamon], [tile.pamPaperbark], [tile.pamMaple], [tile.for.pile_wood], [tile.for.logs.vanilla.fireproof.1], [tile.for.logs.vanilla.fireproof.0], [tile.for.logs.fireproof.7], [tile.for.logs.fireproof.6], [tile.for.logs.fireproof.5], [tile.for.logs.fireproof.4], [tile.for.logs.fireproof.3], [tile.for.logs.fireproof.2], [tile.for.logs.fireproof.1], [tile.for.logs.fireproof.0], [tile.for.logs.7], [tile.for.logs.6], [tile.for.logs.5], [tile.for.logs.4], [tile.for.logs.3], [tile.for.logs.2], [tile.for.logs.1], [tile.for.logs.0], [ic2.rubber_wood], [tile.terraqueous.trunk], [tile.techreborn.rubberlog], [tile.dendrology:log], [tile.livingwood], [tile.totemic:cedar_log], [tile.rustic.log], [tile.natura.nether_logs], [tile.natura.nether_logs2], [tile.natura.overworld_logs], [tile.natura.overworld_logs2]] + S:"Whitelisted blocks" < + tile.log + tile.log_0 + tile.log_1 + tile.log_2 + tile.log_3 + tile.log_4 + tile.pamCinnamon + tile.pamPaperbark + tile.pamMaple + tile.for.pile_wood + tile.for.logs.vanilla.fireproof.1 + tile.for.logs.vanilla.fireproof.0 + tile.for.logs.fireproof.7 + tile.for.logs.fireproof.6 + tile.for.logs.fireproof.5 + tile.for.logs.fireproof.4 + tile.for.logs.fireproof.3 + tile.for.logs.fireproof.2 + tile.for.logs.fireproof.1 + tile.for.logs.fireproof.0 + tile.for.logs.7 + tile.for.logs.6 + tile.for.logs.5 + tile.for.logs.4 + tile.for.logs.3 + tile.for.logs.2 + tile.for.logs.1 + tile.for.logs.0 + ic2.rubber_wood + tile.terraqueous.trunk + tile.techreborn.rubberlog + tile.dendrology:log + tile.livingwood + tile.totemic:cedar_log + tile.rustic.log + tile.natura.nether_logs + tile.natura.nether_logs2 + tile.natura.overworld_logs + tile.natura.overworld_logs2 + > + + # Put here allowed items(axes), [default: [item.hatchetWood], [item.hatchetStone], [item.hatchetIron], [item.hatchetGold], [item.hatchetDiamond], [item.mud_axe], [item.psi:psimetalAxe], [item.tconstruct.lumberaxe], [item.tconstruct.mattock], [item.tconstruct.hatchet], [item.brain_stone_axe], [item.stable_pulsating_brain_stone_axe], [item.adobe_axe], [item.ObsidianAxe], [item.LazuliAxe], [item.OsmiumAxe], [item.BronzeAxe], [item.GlowstoneAxe], [item.SteelAxe], [item.LapisLazuliAxe], [item.peridotAxe], [item.rubyAxe], [item.sapphireAxe], [item.bronzeAxe], [item.mud_axe], [ic2.chainsaw], [item.itemcrystalaxe], [item.itemchargedcrystalaxe], [item.axe_copper], [item.axe_silver], [item.axe_lead], [item.axe_dawnstone], [item.axe_aluminum], [item.axe_bronze], [item.axe_electrum], [item.axe_nickel], [item.axe_tin], [item.WoodPaxel], [item.StonePaxel], [item.IronPaxel], [item.DiamondPaxel], [item.GoldPaxel], [item.ObsidianPaxel], [item.LapisLazuliPaxel], [item.OsmiumPaxel], [item.BronzePaxel], [item.GlowstonePaxel], [item.SteelPaxel], [item.ma.inferium_axe], [item.ma.prudentium_axe], [item.ma.intermedium_axe], [item.ma.superium_axe], [item.ma.supremium_axe], [item.psimetal_axe], [item.netheraxt], [item.stahlaxt], [item.teufelseisenaxt], [item.flintAxt], [item.flint_axe], [item.bone_axe], [item.emerald_axe], [item.obsidian_axe], [item.diamond_multi], [item.emerald_multi], [item.golden_multi], [item.iron_multi], [item.obsidian_multi], [item.stone_multi], [item.wooden_multi], [item.natura.ghostwood_axe], [item.natura.bloodwood_axe], [item.natura.darkwood_axe], [item.natura.fusewood_axe], [item.natura.netherquartz_axe], [item.terraAxe], [item.elementiumAxe], [item.manasteelAxe], [item.actuallyadditions.item_axe_quartz], [item.actuallyadditions.item_axe_emerald], [item.actuallyadditions.item_axe_obsidian], [item.actuallyadditions.item_axe_crystal_red], [item.actuallyadditions.item_axe_crystal_blue], [item.actuallyadditions.item_axe_crystal_light_blue], [item.actuallyadditions.item_axe_crystal_black], [item.actuallyadditions.item_axe_crystal_green], [item.actuallyadditions.item_axe_crystal_white], [item.daxe], [item.aaxe], [item.coraxe], [item.dreadiumaxe], [item.ethaxiumaxe], [item.crystal_axe], [item.crystal_axe_bone], [item.dungeontactics:gilded_axe], [item.dungeontactics:jewelled_axe], [item.flint_axe], [item.quartz_axe], [item.obsidian_axe], [item.opal_axe], [item.diamond_axe]] + S:"Whitelisted items" < + item.hatchetWood + item.hatchetStone + item.hatchetIron + item.hatchetGold + item.hatchetDiamond + item.mud_axe + item.psi:psimetalAxe + item.tconstruct.lumberaxe + item.tconstruct.mattock + item.tconstruct.hatchet + item.brain_stone_axe + item.stable_pulsating_brain_stone_axe + item.adobe_axe + item.ObsidianAxe + item.LazuliAxe + item.OsmiumAxe + item.BronzeAxe + item.GlowstoneAxe + item.SteelAxe + item.LapisLazuliAxe + item.peridotAxe + item.rubyAxe + item.sapphireAxe + item.bronzeAxe + item.mud_axe + ic2.chainsaw + item.itemcrystalaxe + item.itemchargedcrystalaxe + item.axe_copper + item.axe_silver + item.axe_lead + item.axe_dawnstone + item.axe_aluminum + item.axe_bronze + item.axe_electrum + item.axe_nickel + item.axe_tin + item.WoodPaxel + item.StonePaxel + item.IronPaxel + item.DiamondPaxel + item.GoldPaxel + item.ObsidianPaxel + item.LapisLazuliPaxel + item.OsmiumPaxel + item.BronzePaxel + item.GlowstonePaxel + item.SteelPaxel + item.ma.inferium_axe + item.ma.prudentium_axe + item.ma.intermedium_axe + item.ma.superium_axe + item.ma.supremium_axe + item.psimetal_axe + item.netheraxt + item.stahlaxt + item.teufelseisenaxt + item.flintAxt + item.flint_axe + item.bone_axe + item.emerald_axe + item.obsidian_axe + item.diamond_multi + item.emerald_multi + item.golden_multi + item.iron_multi + item.obsidian_multi + item.stone_multi + item.wooden_multi + item.natura.ghostwood_axe + item.natura.bloodwood_axe + item.natura.darkwood_axe + item.natura.fusewood_axe + item.natura.netherquartz_axe + item.terraAxe + item.elementiumAxe + item.manasteelAxe + item.actuallyadditions.item_axe_quartz + item.actuallyadditions.item_axe_emerald + item.actuallyadditions.item_axe_obsidian + item.actuallyadditions.item_axe_crystal_red + item.actuallyadditions.item_axe_crystal_blue + item.actuallyadditions.item_axe_crystal_light_blue + item.actuallyadditions.item_axe_crystal_black + item.actuallyadditions.item_axe_crystal_green + item.actuallyadditions.item_axe_crystal_white + item.daxe + item.aaxe + item.coraxe + item.dreadiumaxe + item.ethaxiumaxe + item.crystal_axe + item.crystal_axe_bone + item.dungeontactics:gilded_axe + item.dungeontactics:jewelled_axe + item.flint_axe + item.quartz_axe + item.obsidian_axe + item.opal_axe + item.diamond_axe + > + + # Put here allowed special blocks - e.g. fruit, [default: [tile.pamdate], [tile.pampistachio], [tile.pampapaya], [tile.pamwalnut], [tile.pamcherry], [tile.pamfig], [tile.pamdragonfruit], [tile.pamapple], [tile.pamlemon], [tile.pampear], [tile.pamolive], [tile.pamgrapefruit], [tile.pampomegranate], [tile.pamcashew], [tile.pamvanilla], [tile.pamstarfruit], [tile.pambanana], [tile.pamplum], [tile.pamavocadu], [tile.pampecan], [tile.pampistachio], [tile.pamlime], [tile.pampeppercorn], [tile.pamalmond], [tile.pamgooseberry], [tile.pampeach], [tile.pamchestnut], [tile.pamcoconut], [tile.pammango], [tile.pamapricot], [tile.pamorange], [tile.pampersimmon], [tile.pamnutmeg], [tile.pamdurian], [tile.pamcinnamon], [tile.pammaple], [tile.pampaperbark]] + S:"Whitelisted leaves" < + tile.pamdate + tile.pampistachio + tile.pampapaya + tile.pamwalnut + tile.pamcherry + tile.pamfig + tile.pamdragonfruit + tile.pamapple + tile.pamlemon + tile.pampear + tile.pamolive + tile.pamgrapefruit + tile.pampomegranate + tile.pamcashew + tile.pamvanilla + tile.pamstarfruit + tile.pambanana + tile.pamplum + tile.pamavocadu + tile.pampecan + tile.pampistachio + tile.pamlime + tile.pampeppercorn + tile.pamalmond + tile.pamgooseberry + tile.pampeach + tile.pamchestnut + tile.pamcoconut + tile.pammango + tile.pamapricot + tile.pamorange + tile.pampersimmon + tile.pamnutmeg + tile.pamdurian + tile.pamcinnamon + tile.pammaple + tile.pampaperbark + > +} + + +settings { + # Cut down whole tree - wooden blocks and leaves [default: true] + B:"Decay leaves"=true + + # Disable shift function - Always chop trees regardless of shift pressing [default: false] + B:"Disable shift"=false + + # Automatic sapling plant on tree chop [default: false] + B:"Plant sapling"=false + + # Reverse shift function - Mod works with shift pressing [default: false] + B:"Reverse shift"=false +} + + diff --git a/config/triumph/Triumph.txt b/config/triumph/Triumph.txt new file mode 100644 index 0000000..f533ebe --- /dev/null +++ b/config/triumph/Triumph.txt @@ -0,0 +1,10 @@ +printDefaultConfigs(false) +printDocumentation(false) +removeVanillaAdvancements(true) +removeModAdvancements(false) +forceReloadFunctions(true) +keepAdvancements(["twilightforest", "thebetweenlands"]) +removeAdvancements([""]) + +pageOrder(["triumph:stage0/root","triumph:stage1/root","triumph:stage2/root","triumph:stage3/root","triumph:stage4/root","triumph:stage5/root"]) + diff --git a/config/triumph/functions/advanced_mapping.txt b/config/triumph/functions/advanced_mapping.txt new file mode 100644 index 0000000..d861609 --- /dev/null +++ b/config/triumph/functions/advanced_mapping.txt @@ -0,0 +1,2 @@ +gamestage add @p mapping +say You have learned Advanced Mapping diff --git a/config/triumph/functions/baykok_trigger.txt b/config/triumph/functions/baykok_trigger.txt new file mode 100644 index 0000000..75cd54d --- /dev/null +++ b/config/triumph/functions/baykok_trigger.txt @@ -0,0 +1,3 @@ +gamestage add @p baykok +summon minecraft:fireworks_rocket ~ ~ ~ +say You have learned how to craft arrows! \ No newline at end of file diff --git a/config/triumph/functions/prestige_add_100.txt b/config/triumph/functions/prestige_add_100.txt new file mode 100644 index 0000000..c5e4d54 --- /dev/null +++ b/config/triumph/functions/prestige_add_100.txt @@ -0,0 +1 @@ +prestige add @p 100 \ No newline at end of file diff --git a/config/triumph/functions/prestige_add_200.txt b/config/triumph/functions/prestige_add_200.txt new file mode 100644 index 0000000..5669e5e --- /dev/null +++ b/config/triumph/functions/prestige_add_200.txt @@ -0,0 +1 @@ +prestige add @p 200 diff --git a/config/triumph/functions/prestige_add_500.txt b/config/triumph/functions/prestige_add_500.txt new file mode 100644 index 0000000..953c1e6 --- /dev/null +++ b/config/triumph/functions/prestige_add_500.txt @@ -0,0 +1 @@ +prestige add @p 500 diff --git a/config/triumph/functions/stage-0_trigger.txt b/config/triumph/functions/stage-0_trigger.txt new file mode 100644 index 0000000..328fe99 --- /dev/null +++ b/config/triumph/functions/stage-0_trigger.txt @@ -0,0 +1,3 @@ +gamestage silentadd @p zero_mob +gamestage add @p zero +summon minecraft:fireworks_rocket ~ ~ ~ diff --git a/config/triumph/functions/stage-1_trigger.txt b/config/triumph/functions/stage-1_trigger.txt new file mode 100644 index 0000000..e8ed9e3 --- /dev/null +++ b/config/triumph/functions/stage-1_trigger.txt @@ -0,0 +1,5 @@ +gamestage silentremove @p zero_mob +gamestage silentadd @p one_mob +gamestage add @p one +summon minecraft:fireworks_rocket ~ ~ ~ +mpa notify @p stage_one diff --git a/config/triumph/functions/stage-2_trigger.txt b/config/triumph/functions/stage-2_trigger.txt new file mode 100644 index 0000000..25d146d --- /dev/null +++ b/config/triumph/functions/stage-2_trigger.txt @@ -0,0 +1,6 @@ +gamestage silentremove @p one_mob +gamestage silentadd @p two_mob +gamestage add @p two +summon minecraft:fireworks_rocket ~ ~ ~ +astralsorcery research @p BASIC_CRAFT +mpa notify @p stage_two diff --git a/config/triumph/functions/stage-3_trigger.txt b/config/triumph/functions/stage-3_trigger.txt new file mode 100644 index 0000000..113a617 --- /dev/null +++ b/config/triumph/functions/stage-3_trigger.txt @@ -0,0 +1,5 @@ +gamestage silentremove @p two_mob +gamestage silentadd @p three_mob +gamestage add @p three +summon minecraft:fireworks_rocket ~ ~ ~ +mpa notify @p stage_three diff --git a/config/triumph/functions/stage-4_trigger.txt b/config/triumph/functions/stage-4_trigger.txt new file mode 100644 index 0000000..8fe3b03 --- /dev/null +++ b/config/triumph/functions/stage-4_trigger.txt @@ -0,0 +1,7 @@ +gamestage silentremove @p three_mob +gamestage silentadd @p four_mob +gamestage add @p four +summon minecraft:fireworks_rocket ~ ~ ~ +mpa notify @p stage_four + +give Sevadus sev_tweaks_npc:golden_ladder_of_ascension \ No newline at end of file diff --git a/config/triumph/functions/stage-5_trigger.txt b/config/triumph/functions/stage-5_trigger.txt new file mode 100644 index 0000000..c8a6a6e --- /dev/null +++ b/config/triumph/functions/stage-5_trigger.txt @@ -0,0 +1,5 @@ +gamestage silentremove @p four_mob +gamestage silentadd @p five_mob +gamestage add @p five +summon minecraft:fireworks_rocket ~ ~ ~ +mpa notify @p stage_five diff --git a/config/triumph/functions/stage-creative_trigger.txt b/config/triumph/functions/stage-creative_trigger.txt new file mode 100644 index 0000000..37771b1 --- /dev/null +++ b/config/triumph/functions/stage-creative_trigger.txt @@ -0,0 +1,5 @@ +gamestage silentremove @p five_mob +gamestage silentadd @p creative_mob +gamestage add @p creative +summon minecraft:fireworks_rocket ~ ~ ~ +mpa notify @p stage_creative diff --git a/config/triumph/functions/stage-tutorial_trigger.txt b/config/triumph/functions/stage-tutorial_trigger.txt new file mode 100644 index 0000000..92be1ed --- /dev/null +++ b/config/triumph/functions/stage-tutorial_trigger.txt @@ -0,0 +1 @@ +gamestage add @p tutorial diff --git a/config/triumph/script/triumph/stage0/abyssalbiome.txt b/config/triumph/script/triumph/stage0/abyssalbiome.txt new file mode 100644 index 0000000..da9bf58 --- /dev/null +++ b/config/triumph/script/triumph/stage0/abyssalbiome.txt @@ -0,0 +1,31 @@ +setTranslatedTitle("advancements.stage0.abyssalbiome.title") + +setIcon("abyssalcraft:necronomicon") + +setTranslatedDescription("advancements.stage0.abyssalbiome.description") + +addParent("triumph:stage0/naturescompass") +setRequiresParents() + +setRequirements("any") + +//Criteria +criteria1 = addCriteria("entered_forest", "minecraft:location") +criteria1.setBiome("abyssalcraft:darklands") + +criteria2 = addCriteria("entered_forest2", "minecraft:location") +criteria2.setBiome("abyssalcraft:darklands_forest") + +criteria3 = addCriteria("entered_forest3", "minecraft:location") +criteria3.setBiome("abyssalcraft:darklands_plains") + +criteria4 = addCriteria("entered_forest4", "minecraft:location") +criteria4.setBiome("abyssalcraft:darklands_hills") + +criteria5 = addCriteria("entered_forest5", "minecraft:location") +criteria5.setBiome("abyssalcraft:darklands_mountains") + +//Rewards +setRewardExperience(4) + +visibleIf("triumph:stage0/root") diff --git a/config/triumph/script/triumph/stage0/abyssalgem.txt b/config/triumph/script/triumph/stage0/abyssalgem.txt new file mode 100644 index 0000000..13a257d --- /dev/null +++ b/config/triumph/script/triumph/stage0/abyssalgem.txt @@ -0,0 +1,17 @@ +setTranslatedTitle("advancements.stage0.abyssalgem.title") + +setIcon("abyssalcraft:shadowgem") + +setTranslatedDescription("advancements.stage0.abyssalgem.description") + +addParent("triumph:stage0/abyssalbiome") +setRequiresParents() + +//Criteria +criteria = addCriteria("hasRock", "minecraft:inventory_changed") +criteria.setItem("abyssalcraft:shadowgem", 0) + +//Rewards +setRewardExperience(4) + +visibleIf("triumph:stage0/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage0/atlas.txt b/config/triumph/script/triumph/stage0/atlas.txt new file mode 100644 index 0000000..dd940ff --- /dev/null +++ b/config/triumph/script/triumph/stage0/atlas.txt @@ -0,0 +1,17 @@ +setTranslatedTitle("advancements.stage0.atlas.title") + +setIcon("antiqueatlas:empty_antique_atlas") + +setTranslatedDescription("advancements.stage0.atlas.description") + +addParent("triumph:stage0/workblade") +setRequiresParents() + +//Criteria +criteria = addCriteria("book1", "minecraft:inventory_changed") +criteria.setItem("antiqueatlas:empty_antique_atlas") + +//Rewards +setRewardExperience(4) + +visibleIf("triumph:stage0/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage0/baykok.txt b/config/triumph/script/triumph/stage0/baykok.txt new file mode 100644 index 0000000..b486dca --- /dev/null +++ b/config/triumph/script/triumph/stage0/baykok.txt @@ -0,0 +1,24 @@ +setTranslatedTitle("advancements.stage0.baykok.title") + +setIcon("totemic:baykok_bow") + +setTranslatedDescription("advancements.stage0.baykok.description") + +addParent("triumph:stage0/buffalo") +setRequiresParents() + +setRequirements("any") + +//Criteria +criteria = addCriteria("killed_spider", "minecraft:player_killed_entity") +criteria.setEntityType("totemic:baykok") + +criteria1 = addCriteria("hasRock", "minecraft:inventory_changed") +criteria1.setItem("totemic:baykok_bow") + +//Rewards +setRewardExperience(16) +setRewardFunction("triumph:prestige_add_100") +setRewardFunction("triumph:baykok_trigger") + +visibleIf("triumph:stage0/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage0/buffalo.txt b/config/triumph/script/triumph/stage0/buffalo.txt new file mode 100644 index 0000000..ec81220 --- /dev/null +++ b/config/triumph/script/triumph/stage0/buffalo.txt @@ -0,0 +1,17 @@ +setTranslatedTitle("advancements.stage0.buffalo.title") + +setIcon("totemic:buffalo_items") + +setTranslatedDescription("advancements.stage0.buffalo.description") + +addParent("triumph:stage0/totemic") +setRequiresParents() + +//Criteria +criteria = addCriteria("hasRock", "minecraft:inventory_changed") +criteria.setItem("totemic:buffalo_items") + +//Rewards +setRewardExperience(4) + +visibleIf("triumph:stage0/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage0/charcoal.txt b/config/triumph/script/triumph/stage0/charcoal.txt new file mode 100644 index 0000000..e79847a --- /dev/null +++ b/config/triumph/script/triumph/stage0/charcoal.txt @@ -0,0 +1,17 @@ +setTranslatedTitle("advancements.stage0.charcoal.title") + +setIcon("horsepower:press") + +setTranslatedDescription("advancements.stage0.charcoal.description") + +addParent("triumph:stage0/horsechopper") +setRequiresParents() + +//Criteria +criteria = addCriteria("hasRock", "minecraft:inventory_changed") +criteria.setItem("charcoalblock:charcoal_block") + +//Rewards +setRewardExperience(4) + +visibleIf("triumph:stage0/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage0/chestupgrade.txt b/config/triumph/script/triumph/stage0/chestupgrade.txt new file mode 100644 index 0000000..6466d4a --- /dev/null +++ b/config/triumph/script/triumph/stage0/chestupgrade.txt @@ -0,0 +1,17 @@ +setTranslatedTitle("advancements.stage0.chestupgrade.title") + +setIcon("primalchests:primal_chest_advanced") + +setTranslatedDescription("advancements.stage0.chestupgrade.description") + +addParent("triumph:stage0/firstchest") +setRequiresParents() + +//Criteria +criteria = addCriteria("hasRock", "minecraft:inventory_changed") +criteria.setItem("primalchests:primal_chest") + +//Rewards +setRewardExperience(4) + +visibleIf("triumph:stage0/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage0/collectplank.txt b/config/triumph/script/triumph/stage0/collectplank.txt new file mode 100644 index 0000000..73f625a --- /dev/null +++ b/config/triumph/script/triumph/stage0/collectplank.txt @@ -0,0 +1,24 @@ +setTranslatedTitle("advancements.stage0.collectplank.title") + +setIcon("horsepower:chopping_block") + +setTranslatedDescription("advancements.stage0.collectplank.description") + +addParent("triumph:stage0/firstbreak") +setRequiresParents() + +setFrameType("Goal") + +setUncompletedIconColor(8947848) +setCompletedIconColor(6570404) +setUncompletedTitleColor(8947848) +setCompletedTitleColor(6570404) + +//Criteria +criteria = addCriteria("crafted", "minecraft:inventory_changed") +criteria.setItem("horsepower:chopping_block") + +//Rewards +setRewardExperience(4) + +visibleIf("triumph:stage0/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage0/farmland.txt b/config/triumph/script/triumph/stage0/farmland.txt new file mode 100644 index 0000000..8e09393 --- /dev/null +++ b/config/triumph/script/triumph/stage0/farmland.txt @@ -0,0 +1,18 @@ +setTranslatedTitle("advancements.stage0.farmland.title") + +setIcon("minecraft:farmland") + +setTranslatedDescription("advancements.stage0.farmland.description") + +addParent("triumph:stage0/workblade") +setRequiresParents() + +//Criteria +criteria = addCriteria("traded", "minecraft:villager_trade") +criteria.setEntityType("minecraft:villager") +criteria.setItem("minecraft:farmland") + +//Rewards +setRewardExperience(4) + +visibleIf("triumph:stage0/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage0/fertility.txt b/config/triumph/script/triumph/stage0/fertility.txt new file mode 100644 index 0000000..2ee0c4e --- /dev/null +++ b/config/triumph/script/triumph/stage0/fertility.txt @@ -0,0 +1,17 @@ +setTranslatedTitle("advancements.stage0.fertility.title") + +setIcon("minecraft:wheat") + +setTranslatedDescription("advancements.stage0.fertility.description") + +addParent("triumph:stage0/totemic") +setRequiresParents() + +//Criteria +criteria = addCriteria("ceremony", "totemic:perform_ceremony") +criteria.setCeremony("totemic:fertility") + +//Rewards +setRewardExperience(8) + +visibleIf("triumph:stage0/root") diff --git a/config/triumph/script/triumph/stage0/fiber.txt b/config/triumph/script/triumph/stage0/fiber.txt new file mode 100644 index 0000000..61d7ccd --- /dev/null +++ b/config/triumph/script/triumph/stage0/fiber.txt @@ -0,0 +1,17 @@ +setTranslatedTitle("advancements.stage0.fiber.title") + +setIcon("primal:plant_fiber") + +setTranslatedDescription("advancements.stage0.fiber.description") + +addParent("triumph:stage0/root") +setRequiresParents() + +//Criteria +criteria = addCriteria("hasRock", "minecraft:inventory_changed") +criteria.setItem("primal:plant_fiber") + +//Rewards +setRewardExperience(4) + +visibleIf("triumph:stage0/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage0/fire.txt b/config/triumph/script/triumph/stage0/fire.txt new file mode 100644 index 0000000..bdac8ee --- /dev/null +++ b/config/triumph/script/triumph/stage0/fire.txt @@ -0,0 +1,18 @@ +setTranslatedTitle("advancements.stage0.fire.title") + +setIcon("primal_tech:fire_sticks") + +setTranslatedDescription("advancements.stage0.fire.description") + +addParent("triumph:stage0/firsttool") +setRequiresParents() + +//Criteria +criteria = addCriteria("hasRock", "minecraft:inventory_changed") +criteria.setItem("primal_tech:fire_sticks") + +//Rewards +setRewardItem("primal_tech:fire_sticks", 0, 1) +setRewardExperience(4) + +visibleIf("triumph:stage0/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage0/firepit.txt b/config/triumph/script/triumph/stage0/firepit.txt new file mode 100644 index 0000000..4111352 --- /dev/null +++ b/config/triumph/script/triumph/stage0/firepit.txt @@ -0,0 +1,17 @@ +setTranslatedTitle("advancements.stage0.firepit.title") + +setIcon("progressiontweaks:fire_pit_unlit") + +setTranslatedDescription("advancements.stage0.firepit.description") + +addParent("triumph:stage0/fire") +setRequiresParents() + +//Criteria +criteria = addCriteria("hasRock", "minecraft:inventory_changed") +criteria.setItem("progressiontweaks:fire_pit_unlit") + +//Rewards +setRewardExperience(4) + +visibleIf("triumph:stage0/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage0/firstbreak.txt b/config/triumph/script/triumph/stage0/firstbreak.txt new file mode 100644 index 0000000..ebff9dd --- /dev/null +++ b/config/triumph/script/triumph/stage0/firstbreak.txt @@ -0,0 +1,140 @@ +setTranslatedTitle("advancements.stage0.firstbreak.title") + +setIcon("minecraft:log") + +setTranslatedDescription("advancements.stage0.firstbreak.description") + +addParent("triumph:stage0/firsttool") +setRequiresParents() + +setFrameType("Goal") + +setRequirements("any") + +setUncompletedIconColor(8947848) +setCompletedIconColor(6570404) +setUncompletedTitleColor(8947848) +setCompletedTitleColor(6570404) + +//Criteria +criteria1 = addCriteria("brokeLog1", "triumph:player_break_block") +criteria1.setBlock("minecraft:log") + +criteria2 = addCriteria("brokeLog2", "triumph:player_break_block") +criteria2.setBlock("minecraft:log2") + +criteria3 = addCriteria("brokeLog3", "triumph:player_break_block") +criteria3.setBlock("abyssalcraft:dltlog") + +criteria4 = addCriteria("brokeLog4", "triumph:player_break_block") +criteria4.setBlock("abyssalcraft:dreadlog") + +criteria5 = addCriteria("brokeLog5", "triumph:player_break_block") +criteria5.setBlock("betterwithaddons:log_mulberry") + +criteria6 = addCriteria("brokeLog6", "triumph:player_break_block") +criteria6.setBlock("betterwithaddons:log_sakura") + +criteria7 = addCriteria("brokeLog7", "triumph:player_break_block") +criteria7.setBlock("betterwithmods:blood_log") + +criteria8 = addCriteria("brokeLog8", "triumph:player_break_block") +criteria8.setBlock("natura:nether_logs") + +criteria9 = addCriteria("brokeLog9", "triumph:player_break_block") +criteria9.setBlock("natura:nether_logs2") + +criteria10 = addCriteria("brokeLog10", "triumph:player_break_block") +criteria10.setBlock("natura:nether_logs2", 15) + +criteria11 = addCriteria("brokeLog11", "triumph:player_break_block") +criteria11.setBlock("natura:nether_logs", 1) + +criteria12 = addCriteria("brokeLog12", "triumph:player_break_block") +criteria12.setBlock("natura:nether_logs", 2) + +criteria13 = addCriteria("brokeLog13", "triumph:player_break_block") +criteria13.setBlock("natura:overworld_logs") + +criteria14 = addCriteria("brokeLog14", "triumph:player_break_block") +criteria14.setBlock("natura:overworld_logs2") + +criteria15 = addCriteria("brokeLog15", "triumph:player_break_block") +criteria15.setBlock("natura:overworld_logs2", 1) + +criteria16 = addCriteria("brokeLog16", "triumph:player_break_block") +criteria16.setBlock("natura:overworld_logs2", 2) + +criteria17 = addCriteria("brokeLog17", "triumph:player_break_block") +criteria17.setBlock("natura:overworld_logs2", 3) + +criteria18 = addCriteria("brokeLog18", "triumph:player_break_block") +criteria18.setBlock("natura:overworld_logs", 1) + +criteria19 = addCriteria("brokeLog19", "triumph:player_break_block") +criteria19.setBlock("natura:overworld_logs", 2) + +criteria20 = addCriteria("brokeLog20", "triumph:player_break_block") +criteria20.setBlock("natura:overworld_logs", 3) + +criteria21 = addCriteria("brokeLog21", "triumph:player_break_block") +criteria21.setBlock("natura:redwood_logs", 1) + +criteria22 = addCriteria("brokeLog22", "triumph:player_break_block") +criteria22.setBlock("primal:logs") + +criteria23 = addCriteria("brokeLog23", "triumph:player_break_block") +criteria23.setBlock("primal:logs", 1) + +criteria25 = addCriteria("brokeLog25", "triumph:player_break_block") +criteria25.setBlock("primal:logs_stripped") + +criteria26 = addCriteria("brokeLog26", "triumph:player_break_block") +criteria26.setBlock("primal:logs_stripped", 1) + +criteria27 = addCriteria("brokeLog27", "triumph:player_break_block") +criteria27.setBlock("primal:logs_stripped", 2) + +criteria28 = addCriteria("brokeLog28", "triumph:player_break_block") +criteria28.setBlock("primal:logs_stripped", 3) + +criteria29 = addCriteria("brokeLog29", "triumph:player_break_block") +criteria29.setBlock("primal:logs_stripped", 4) + +criteria30 = addCriteria("brokeLog30", "triumph:player_break_block") +criteria30.setBlock("primal:logs_stripped", 5) + +criteria31 = addCriteria("brokeLog31", "triumph:player_break_block") +criteria31.setBlock("primal:logs_stripped", 6) + +criteria32 = addCriteria("brokeLog32", "triumph:player_break_block") +criteria32.setBlock("primal:logs_stripped", 7) + +criteria33 = addCriteria("brokeLog33", "triumph:player_break_block") +criteria33.setBlock("rustic:log") + +criteria34 = addCriteria("brokeLog34", "triumph:player_break_block") +criteria34.setBlock("rustic:log", 1) + +criteria35 = addCriteria("brokeLog35", "triumph:player_break_block") +criteria35.setBlock("totemic:stripped_cedar_log") + +criteria36 = addCriteria("brokeLog36", "triumph:player_break_block") +criteria36.setBlock("traverse:fir_log") + +criteria37 = addCriteria("brokeLog37", "triumph:player_break_block") +criteria37.setBlock("twilightforest:twilight_log") + +criteria38 = addCriteria("brokeLog38", "triumph:player_break_block") +criteria38.setBlock("twilightforest:twilight_log", 1) + +criteria39 = addCriteria("brokeLog39", "triumph:player_break_block") +criteria39.setBlock("twilightforest:twilight_log", 2) + +criteria40 = addCriteria("brokeLog40", "triumph:player_break_block") +criteria40.setBlock("twilightforest:twilight_log", 3) + +//Rewards +setRewardExperience(4) + +visibleIf("triumph:stage0/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage0/firstchest.txt b/config/triumph/script/triumph/stage0/firstchest.txt new file mode 100644 index 0000000..2714a71 --- /dev/null +++ b/config/triumph/script/triumph/stage0/firstchest.txt @@ -0,0 +1,35 @@ +setTranslatedTitle("advancements.stage0.firstchest.title") + +setIcon("immcraft:chest") + +setTranslatedDescription("advancements.stage0.firstchest.description") + +addParent("triumph:stage0/workstump") +setRequiresParents() + +setFrameType("Goal") + +setRequirements("any") + +setUncompletedIconColor(8947848) +setCompletedIconColor(6570404) +setUncompletedTitleColor(8947848) +setCompletedTitleColor(6570404) + +//Criteria +criteria1 = addCriteria("hasRock", "minecraft:inventory_changed") +criteria1.setItem("immcraft:chest") + +criteria2 = addCriteria("hasRock2", "minecraft:inventory_changed") +criteria2.setItem("immcraft:cupboard") + +criteria3 = addCriteria("hasRock3", "minecraft:inventory_changed") +criteria3.setItem("immcraft:shelf") + +criteria4 = addCriteria("hasRock4", "minecraft:inventory_changed") +criteria4.setItem("immcraft:bookshelf") + +//Rewards +setRewardExperience(4) + +visibleIf("triumph:stage0/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage0/firsttool.txt b/config/triumph/script/triumph/stage0/firsttool.txt new file mode 100644 index 0000000..afe6e04 --- /dev/null +++ b/config/triumph/script/triumph/stage0/firsttool.txt @@ -0,0 +1,24 @@ +setTranslatedTitle("advancements.stage0.firsttool.title") + +setIcon("primal:flint_hatchet") + +setTranslatedDescription("advancements.stage0.firsttool.description") + +addParent("triumph:stage0/root") +setRequiresParents() + +setFrameType("Goal") + +setUncompletedIconColor(8947848) +setCompletedIconColor(6570404) +setUncompletedTitleColor(8947848) +setCompletedTitleColor(6570404) + +//Criteria +criteria = addCriteria("hasRock", "minecraft:inventory_changed") +criteria.setItem("primal:flint_hatchet") + +//Rewards +setRewardExperience(4) + +visibleIf("triumph:stage0/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage0/fish.txt b/config/triumph/script/triumph/stage0/fish.txt new file mode 100644 index 0000000..055c45c --- /dev/null +++ b/config/triumph/script/triumph/stage0/fish.txt @@ -0,0 +1,28 @@ +setTranslatedTitle("advancements.stage0.fish.title") + +setIcon("minecraft:fish") + +setTranslatedDescription("advancements.stage0.fish.description") + +addParent("triumph:stage0/spear") +setRequiresParents() + +setRequirements("any") + +//Criteria +criteria1 = addCriteria("killed_fish", "minecraft:player_killed_entity") +criteria1.setEntityType("jaff:clownfish") + +criteria2 = addCriteria("killed_fish2", "minecraft:player_killed_entity") +criteria2.setEntityType("jaff:cod") + +criteria3 = addCriteria("killed_fish3", "minecraft:player_killed_entity") +criteria3.setEntityType("jaff:pufferfish") + +criteria4 = addCriteria("killed_fish4", "minecraft:player_killed_entity") +criteria4.setEntityType("jaff:salmon") + +//Rewards +setRewardExperience(4) + +visibleIf("triumph:stage0/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage0/flamehopper.txt b/config/triumph/script/triumph/stage0/flamehopper.txt new file mode 100644 index 0000000..051f865 --- /dev/null +++ b/config/triumph/script/triumph/stage0/flamehopper.txt @@ -0,0 +1,24 @@ +setTranslatedTitle("advancements.stage0.flamehopper.title") + +setIcon("primal_tech:charcoal_hopper") + +setTranslatedDescription("advancements.stage0.flamehopper.description") + +addParent("triumph:stage0/woodhopper2") +setRequiresParents() + +setFrameType("Goal") + +setUncompletedIconColor(8947848) +setCompletedIconColor(6570404) +setUncompletedTitleColor(8947848) +setCompletedTitleColor(6570404) + +//Criteria +criteria = addCriteria("hasRock", "minecraft:inventory_changed") +criteria.setItem("primal_tech:charcoal_hopper") + +//Rewards +setRewardExperience(4) + +visibleIf("triumph:stage0/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage0/flintknapp.txt b/config/triumph/script/triumph/stage0/flintknapp.txt new file mode 100644 index 0000000..a9e3e40 --- /dev/null +++ b/config/triumph/script/triumph/stage0/flintknapp.txt @@ -0,0 +1,17 @@ +setTranslatedTitle("advancements.stage0.flintknapp.title") + +setIcon("minecraft:flint") + +setTranslatedDescription("advancements.stage0.flintknapp.description") + +addParent("triumph:stage0/mesh") +setRequiresParents() + +//Criteria +criteria = addCriteria("hasRock", "minecraft:inventory_changed") +criteria.setItem("primal:flint_knapp") + +//Rewards +setRewardExperience(4) + +visibleIf("triumph:stage0/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage0/fluidbladder.txt b/config/triumph/script/triumph/stage0/fluidbladder.txt new file mode 100644 index 0000000..a3e1052 --- /dev/null +++ b/config/triumph/script/triumph/stage0/fluidbladder.txt @@ -0,0 +1,17 @@ +setTranslatedTitle("advancements.stage0.fluidbladder.title") + +setIcon("primal_tech:fluid_bladder") + +setTranslatedDescription("advancements.stage0.fluidbladder.description") + +addParent("triumph:stage0/workstump") +setRequiresParents() + +//Criteria +criteria = addCriteria("hasRock", "minecraft:inventory_changed") +criteria.setItem("primal_tech:fluid_bladder") + +//Rewards +setRewardExperience(4) + +visibleIf("triumph:stage0/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage0/gear.txt b/config/triumph/script/triumph/stage0/gear.txt new file mode 100644 index 0000000..49efcaa --- /dev/null +++ b/config/triumph/script/triumph/stage0/gear.txt @@ -0,0 +1,17 @@ +setTranslatedTitle("advancements.stage0.gear.title") + +setIcon("betterwithmods:material") + +setTranslatedDescription("advancements.stage0.gear.description") + +addParent("triumph:stage0/wheel") +setRequiresParents() + +//Criteria +criteria = addCriteria("hasRock", "minecraft:inventory_changed") +criteria.setItem("betterwithmods:material", 0) + +//Rewards +setRewardExperience(4) + +visibleIf("triumph:stage0/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage0/grill.txt b/config/triumph/script/triumph/stage0/grill.txt new file mode 100644 index 0000000..41d49ee --- /dev/null +++ b/config/triumph/script/triumph/stage0/grill.txt @@ -0,0 +1,17 @@ +setTranslatedTitle("advancements.stage0.grill.title") + +setIcon("primal_tech:stone_grill") + +setTranslatedDescription("advancements.stage0.grill.description") + +addParent("triumph:stage0/firepit") +setRequiresParents() + +//Criteria +criteria = addCriteria("hasRock", "minecraft:inventory_changed") +criteria.setItem("primal_tech:stone_grill") + +//Rewards +setRewardExperience(4) + +visibleIf("triumph:stage0/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage0/handgrind.txt b/config/triumph/script/triumph/stage0/handgrind.txt new file mode 100644 index 0000000..7ab6360 --- /dev/null +++ b/config/triumph/script/triumph/stage0/handgrind.txt @@ -0,0 +1,17 @@ +setTranslatedTitle("advancements.stage0.handgrind.title") + +setIcon("horsepower:hand_grindstone") + +setTranslatedDescription("advancements.stage0.handgrind.description") + +addParent("triumph:stage0/workstump") +setRequiresParents() + +//Criteria +criteria = addCriteria("hasRock", "minecraft:inventory_changed") +criteria.setItem("horsepower:hand_grindstone") + +//Rewards +setRewardExperience(4) + +visibleIf("triumph:stage0/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage0/horsechopper.txt b/config/triumph/script/triumph/stage0/horsechopper.txt new file mode 100644 index 0000000..8a4701b --- /dev/null +++ b/config/triumph/script/triumph/stage0/horsechopper.txt @@ -0,0 +1,17 @@ +setTranslatedTitle("advancements.stage0.horsechopper.title") + +setIcon("horsepower:chopper") + +setTranslatedDescription("advancements.stage0.horsechopper.description") + +addParent("triumph:stage0/horsepower") +setRequiresParents() + +//Criteria +criteria = addCriteria("hasRock", "minecraft:inventory_changed") +criteria.setItem("horsepower:chopper") + +//Rewards +setRewardExperience(4) + +visibleIf("triumph:stage0/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage0/horsepower.txt b/config/triumph/script/triumph/stage0/horsepower.txt new file mode 100644 index 0000000..6eb21fa --- /dev/null +++ b/config/triumph/script/triumph/stage0/horsepower.txt @@ -0,0 +1,17 @@ +setTranslatedTitle("advancements.stage0.horsepower.title") + +setIcon("horsepower:grindstone") + +setTranslatedDescription("advancements.stage0.horsepower.description") + +addParent("triumph:stage0/lead") +setRequiresParents() + +//Criteria +criteria = addCriteria("hasRock", "minecraft:inventory_changed") +criteria.setItem("horsepower:grindstone") + +//Rewards +setRewardExperience(4) + +visibleIf("triumph:stage0/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage0/kiln.txt b/config/triumph/script/triumph/stage0/kiln.txt new file mode 100644 index 0000000..7c0a8d1 --- /dev/null +++ b/config/triumph/script/triumph/stage0/kiln.txt @@ -0,0 +1,17 @@ +setTranslatedTitle("advancements.stage0.kiln.title") + +setIcon("primal_tech:clay_kiln") + +setTranslatedDescription("advancements.stage0.kiln.description") + +addParent("triumph:stage0/workstump") +setRequiresParents() + +//Criteria +criteria = addCriteria("hasRock", "minecraft:inventory_changed") +criteria.setItem("primal_tech:clay_kiln") + +//Rewards +setRewardExperience(4) + +visibleIf("triumph:stage0/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage0/lead.txt b/config/triumph/script/triumph/stage0/lead.txt new file mode 100644 index 0000000..f9f2cee --- /dev/null +++ b/config/triumph/script/triumph/stage0/lead.txt @@ -0,0 +1,17 @@ +setTranslatedTitle("advancements.stage0.lead.title") + +setIcon("minecraft:lead") + +setTranslatedDescription("advancements.stage0.lead.description") + +addParent("triumph:stage0/leather") +setRequiresParents() + +//Criteria +criteria = addCriteria("hasRock", "minecraft:inventory_changed") +criteria.setItem("minecraft:lead") + +//Rewards +setRewardExperience(4) + +visibleIf("triumph:stage0/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage0/leather.txt b/config/triumph/script/triumph/stage0/leather.txt new file mode 100644 index 0000000..7047e2b --- /dev/null +++ b/config/triumph/script/triumph/stage0/leather.txt @@ -0,0 +1,17 @@ +setTranslatedTitle("advancements.stage0.leather.title") + +setIcon("minecraft:leather") + +setTranslatedDescription("advancements.stage0.leather.description") + +addParent("triumph:stage0/fluidbladder") +setRequiresParents() + +//Criteria +criteria = addCriteria("hasRock", "minecraft:inventory_changed") +criteria.setItem("minecraft:leather") + +//Rewards +setRewardExperience(4) + +visibleIf("triumph:stage0/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage0/lowgradecharcoal.txt b/config/triumph/script/triumph/stage0/lowgradecharcoal.txt new file mode 100644 index 0000000..9234761 --- /dev/null +++ b/config/triumph/script/triumph/stage0/lowgradecharcoal.txt @@ -0,0 +1,17 @@ +setTranslatedTitle("advancements.stage0.lowgradecharcoal.title") + +setIcon("primal_tech:charcoal_block") + +setTranslatedDescription("advancements.stage0.lowgradecharcoal.description") + +addParent("triumph:stage0/kiln") +setRequiresParents() + +//Criteria +criteria = addCriteria("hasRock", "minecraft:inventory_changed") +criteria.setItem("primal_tech:charcoal_block") + +//Rewards +setRewardExperience(4) + +visibleIf("triumph:stage0/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage0/mat.txt b/config/triumph/script/triumph/stage0/mat.txt new file mode 100644 index 0000000..d46fc0f --- /dev/null +++ b/config/triumph/script/triumph/stage0/mat.txt @@ -0,0 +1,17 @@ +setTranslatedTitle("advancements.stage0.mat.title") + +setIcon("cyclicmagic:sleeping_mat") + +setTranslatedDescription("advancements.stage0.mat.description") + +addParent("triumph:stage0/leather") +setRequiresParents() + +//Criteria +criteria = addCriteria("hasRock", "minecraft:inventory_changed") +criteria.setItem("cyclicmagic:sleeping_mat") + +//Rewards +setRewardExperience(4) + +visibleIf("triumph:stage0/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage0/melter.txt b/config/triumph/script/triumph/stage0/melter.txt new file mode 100644 index 0000000..afefabf --- /dev/null +++ b/config/triumph/script/triumph/stage0/melter.txt @@ -0,0 +1,30 @@ +setTranslatedTitle("advancements.stage0.melter.title") + +setIcon("tcomplement:porcelain_melter") + +setTranslatedDescription("advancements.stage0.melter.description") + +addParent("triumph:stage0/melterbase") +setRequiresParents() + +setRequirements("any") +setFrameType("Challenge") + +setUncompletedIconColor(8947848) +setCompletedIconColor(6570404) +setUncompletedTitleColor(8947848) +setCompletedTitleColor(6570404) + +//Criteria +criteria1 = addCriteria("hasRock", "minecraft:inventory_changed") +criteria1.setItem("tcomplement:porcelain_melter", 0) + +criteria2 = addCriteria("hasRock2", "minecraft:inventory_changed") +criteria2.setItem("tcomplement:melter", 0) + +//Rewards +setRewardExperience(4) +setRewardFunction("triumph:stage-1_trigger") +setRewardItem("tconstruct:book", 0, 1) + +visibleIf("triumph:stage0/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage0/melterbase.txt b/config/triumph/script/triumph/stage0/melterbase.txt new file mode 100644 index 0000000..a5b1bce --- /dev/null +++ b/config/triumph/script/triumph/stage0/melterbase.txt @@ -0,0 +1,28 @@ +setTranslatedTitle("advancements.stage0.melterbase.title") + +setIcon("tcomplement:porcelain_melter", 8) + +setTranslatedDescription("advancements.stage0.melterbase.description") + +addParent("triumph:stage0/flamehopper") +setRequiresParents() + +setFrameType("Goal") +setRequirements("any") + +setUncompletedIconColor(8947848) +setCompletedIconColor(6570404) +setUncompletedTitleColor(8947848) +setCompletedTitleColor(6570404) + +//Criteria +criteria1 = addCriteria("hasRock", "minecraft:inventory_changed") +criteria1.setItem("tcomplement:porcelain_melter", 8) + +criteria2 = addCriteria("hasRock2", "minecraft:inventory_changed") +criteria2.setItem("tcomplement:melter", 8) + +//Rewards +setRewardExperience(4) + +visibleIf("triumph:stage0/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage0/mesh.txt b/config/triumph/script/triumph/stage0/mesh.txt new file mode 100644 index 0000000..8626631 --- /dev/null +++ b/config/triumph/script/triumph/stage0/mesh.txt @@ -0,0 +1,17 @@ +setTranslatedTitle("advancements.stage0.mesh.title") + +setIcon("pickletweaks:grass_mesh") + +setTranslatedDescription("advancements.stage0.mesh.description") + +addParent("triumph:stage0/fiber") +setRequiresParents() + +//Criteria +criteria = addCriteria("hasRock", "minecraft:inventory_changed") +criteria.setItem("pickletweaks:grass_mesh") + +//Rewards +setRewardExperience(4) + +visibleIf("triumph:stage0/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage0/mill.txt b/config/triumph/script/triumph/stage0/mill.txt new file mode 100644 index 0000000..438e132 --- /dev/null +++ b/config/triumph/script/triumph/stage0/mill.txt @@ -0,0 +1,18 @@ +setTranslatedTitle("advancements.stage0.mill.title") + +setIcon("betterwithmods:single_machine") + +setTranslatedDescription("advancements.stage0.mill.description") + +addParent("triumph:stage0/gear") +setRequiresParents() + +//Criteria +criteria = addCriteria("hasRock", "minecraft:inventory_changed") +criteria.setItem("betterwithmods:single_machine") + +//Rewards +setRewardExperience(4) +setRewardItem("betterwithmods:manual", 0, 1) + +visibleIf("triumph:stage0/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage0/naturescompass.txt b/config/triumph/script/triumph/stage0/naturescompass.txt new file mode 100644 index 0000000..49b46cd --- /dev/null +++ b/config/triumph/script/triumph/stage0/naturescompass.txt @@ -0,0 +1,17 @@ +setTranslatedTitle("advancements.stage0.naturescompass.title") + +setIcon("naturescompass:naturescompass") + +setTranslatedDescription("advancements.stage0.naturescompass.description") + +addParent("triumph:stage0/workstump") +setRequiresParents() + +//Criteria +criteria = addCriteria("hasRock", "minecraft:inventory_changed") +criteria.setItem("naturescompass:naturescompass") + +//Rewards +setRewardExperience(4) + +visibleIf("triumph:stage0/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage0/root.txt b/config/triumph/script/triumph/stage0/root.txt new file mode 100644 index 0000000..dda0640 --- /dev/null +++ b/config/triumph/script/triumph/stage0/root.txt @@ -0,0 +1,25 @@ +setTranslatedTitle("advancements.stage0.root.title") + +setIcon("primal_tech:stone_club") + +setTranslatedDescription("advancements.stage0.root.description") + +setBackground("minecraft:textures/blocks/cobblestone.png") + +setShowToast(false) + +setAnnounceToChat(false) + +setRequirements("any") + +//Criteria +addCriteria("breakBlock", "triumph:player_break_block") +addCriteria("craftItem", "triumph:player_crafted_item") +addCriteria("enterDimension", "minecraft:changed_dimension") +addCriteria("inventoryChange", "minecraft:inventory_changed") +addCriteria("killEntity", "minecraft:player_killed_entity") +addCriteria("killedByEntity", "minecraft:entity_killed_player") +addCriteria("location", "minecraft:location") + +//Rewards +setRewardFunction("triumph:stage-tutorial_trigger") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage0/saddle.txt b/config/triumph/script/triumph/stage0/saddle.txt new file mode 100644 index 0000000..a045392 --- /dev/null +++ b/config/triumph/script/triumph/stage0/saddle.txt @@ -0,0 +1,17 @@ +setTranslatedTitle("advancements.stage0.saddle.title") + +setIcon("minecraft:saddle") + +setTranslatedDescription("advancements.stage0.saddle.description") + +addParent("triumph:stage0/lead") +setRequiresParents() + +//Criteria +criteria = addCriteria("hasRock", "minecraft:inventory_changed") +criteria.setItem("minecraft:saddle") + +//Rewards +setRewardExperience(4) + +visibleIf("triumph:stage0/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage0/saltflats.txt b/config/triumph/script/triumph/stage0/saltflats.txt new file mode 100644 index 0000000..8cd6307 --- /dev/null +++ b/config/triumph/script/triumph/stage0/saltflats.txt @@ -0,0 +1,31 @@ +setTranslatedTitle("advancements.stage0.saltflats.title") + +setIcon("primal:salt_dust_netjry") + +setTranslatedDescription("advancements.stage0.saltflats.description") + +addParent("triumph:stage0/grill") +setRequiresParents() + +setRequirements("any") + +//Criteria +criteria1 = addCriteria("hasRock1", "minecraft:inventory_changed") +criteria1.setItem("primal:salt_dust_void") + +criteria2 = addCriteria("hasRock2", "minecraft:inventory_changed") +criteria2.setItem("primal:salt_dust_fire") + +criteria3 = addCriteria("hasRock3", "minecraft:inventory_changed") +criteria3.setItem("primal:salt_dust_netjry") + +criteria4 = addCriteria("hasRock4", "minecraft:inventory_changed") +criteria4.setItem("primal:salt_dust_rock") + +criteria5 = addCriteria("hasRock5", "minecraft:inventory_changed") +criteria5.setItem("mekanism:salt") + +//Rewards +setRewardExperience(4) + +visibleIf("triumph:stage0/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage0/spear.txt b/config/triumph/script/triumph/stage0/spear.txt new file mode 100644 index 0000000..bf27546 --- /dev/null +++ b/config/triumph/script/triumph/stage0/spear.txt @@ -0,0 +1,17 @@ +setTranslatedTitle("advancements.stage0.spear.title") + +setIcon("progressiontweaks:spear") + +setTranslatedDescription("advancements.stage0.spear.description") + +addParent("triumph:stage0/weaponize") +setRequiresParents() + +//Criteria +criteria = addCriteria("hasRock", "minecraft:inventory_changed") +criteria.setItem("progressiontweaks:spear") + +//Rewards +setRewardExperience(4) + +visibleIf("triumph:stage0/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage0/stonetools.txt b/config/triumph/script/triumph/stage0/stonetools.txt new file mode 100644 index 0000000..8f64450 --- /dev/null +++ b/config/triumph/script/triumph/stage0/stonetools.txt @@ -0,0 +1,17 @@ +setTranslatedTitle("advancements.stage0.stonetools.title") + +setIcon("minecraft:stone_pickaxe") + +setTranslatedDescription("advancements.stage0.stonetools.description") + +addParent("triumph:stage0/upgrade") +setRequiresParents() + +//Criteria +criteria = addCriteria("hasRock", "minecraft:inventory_changed") +criteria.setItem("minecraft:stone_pickaxe") + +//Rewards +setRewardExperience(4) + +visibleIf("triumph:stage0/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage0/tipi.txt b/config/triumph/script/triumph/stage0/tipi.txt new file mode 100644 index 0000000..613fee6 --- /dev/null +++ b/config/triumph/script/triumph/stage0/tipi.txt @@ -0,0 +1,17 @@ +setTranslatedTitle("advancements.stage0.tipi.title") + +setIcon("totemic:tipi") + +setTranslatedDescription("advancements.stage0.tipi.description") + +addParent("triumph:stage0/leather") +setRequiresParents() + +//Criteria +criteria = addCriteria("hasRock", "minecraft:inventory_changed") +criteria.setItem("totemic:tipi", 0) + +//Rewards +setRewardExperience(4) + +visibleIf("triumph:stage0/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage0/tomahawk.txt b/config/triumph/script/triumph/stage0/tomahawk.txt new file mode 100644 index 0000000..6761a50 --- /dev/null +++ b/config/triumph/script/triumph/stage0/tomahawk.txt @@ -0,0 +1,17 @@ +setTranslatedTitle("advancements.stage0.tomahawk.title") + +setIcon("progressiontweaks:tomahawk") + +setTranslatedDescription("advancements.stage0.tomahawk.description") + +addParent("triumph:stage0/weaponize") +setRequiresParents() + +//Criteria +criteria = addCriteria("hasRock", "minecraft:inventory_changed") +criteria.setItem("progressiontweaks:tomahawk") + +//Rewards +setRewardExperience(4) + +visibleIf("triumph:stage0/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage0/totemic.txt b/config/triumph/script/triumph/stage0/totemic.txt new file mode 100644 index 0000000..d7d16cb --- /dev/null +++ b/config/triumph/script/triumph/stage0/totemic.txt @@ -0,0 +1,24 @@ +setTranslatedTitle("advancements.stage0.totemic.title") + +setIcon("totemic:drum") + +setTranslatedDescription("advancements.stage0.totemic.description") + +addParent("triumph:stage0/leather") +setRequiresParents() + +//Criteria +criteria1 = addCriteria("hasRock", "minecraft:inventory_changed") +criteria1.setItem("totemic:rattle") + +criteria2 = addCriteria("hasRock2", "minecraft:inventory_changed") +criteria2.setItem("totemic:flute") + +criteria3 = addCriteria("hasRock3", "minecraft:inventory_changed") +criteria3.setItem("totemic:drum") + +//Rewards +setRewardItem("totemic:totempedia", 0, 1) +setRewardExperience(4) + +visibleIf("triumph:stage0/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage0/upgrade.txt b/config/triumph/script/triumph/stage0/upgrade.txt new file mode 100644 index 0000000..4e80259 --- /dev/null +++ b/config/triumph/script/triumph/stage0/upgrade.txt @@ -0,0 +1,17 @@ +setTranslatedTitle("advancements.stage0.upgrade.title") + +setIcon("primal:flint_pickaxe") + +setTranslatedDescription("advancements.stage0.upgrade.description") + +addParent("triumph:stage0/firsttool") +setRequiresParents() + +//Criteria +criteria = addCriteria("hasRock", "minecraft:inventory_changed") +criteria.setItem("primal:flint_pickaxe") + +//Rewards +setRewardExperience(4) + +visibleIf("triumph:stage0/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage0/waterstrainer.txt b/config/triumph/script/triumph/stage0/waterstrainer.txt new file mode 100644 index 0000000..9cc04f4 --- /dev/null +++ b/config/triumph/script/triumph/stage0/waterstrainer.txt @@ -0,0 +1,20 @@ +setTranslatedTitle("advancements.stage0.waterstrainer.title") + +setIcon("waterstrainer:strainer_survivalist_dense", 0) + +setTranslatedDescription("advancements.stage0.waterstrainer.description") + +addParent("triumph:stage0/workstump") +setRequiresParents() + +//Criteria +criteria1 = addCriteria("hasRock1", "minecraft:inventory_changed") +criteria1.setItem("waterstrainer:strainer_survivalist_dense", 0) + +criteria2 = addCriteria("hasRock2", "minecraft:inventory_changed") +criteria2.setItem("waterstrainer:strainer_base", 0) + +//Rewards +setRewardExperience(8) + +visibleIf("triumph:stage0/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage0/weaponize.txt b/config/triumph/script/triumph/stage0/weaponize.txt new file mode 100644 index 0000000..b970a78 --- /dev/null +++ b/config/triumph/script/triumph/stage0/weaponize.txt @@ -0,0 +1,17 @@ +setTranslatedTitle("advancements.stage0.weaponize.title") + +setIcon("primal:sharp_bone") + +setTranslatedDescription("advancements.stage0.weaponize.description") + +addParent("triumph:stage0/firsttool") +setRequiresParents() + +//Criteria +criteria = addCriteria("hasRock", "minecraft:inventory_changed") +criteria.setItem("primal:sharp_bone") + +//Rewards +setRewardExperience(4) + +visibleIf("triumph:stage0/root") diff --git a/config/triumph/script/triumph/stage0/wheel.txt b/config/triumph/script/triumph/stage0/wheel.txt new file mode 100644 index 0000000..ee925bc --- /dev/null +++ b/config/triumph/script/triumph/stage0/wheel.txt @@ -0,0 +1,17 @@ +setTranslatedTitle("advancements.stage0.wheel.title") + +setIcon("astikorcarts:wheel") + +setTranslatedDescription("advancements.stage0.wheel.description") + +addParent("triumph:stage0/saddle") +setRequiresParents() + +//Criteria +criteria = addCriteria("hasRock", "minecraft:inventory_changed") +criteria.setItem("astikorcarts:wheel", 0) + +//Rewards +setRewardExperience(4) + +visibleIf("triumph:stage0/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage0/woodenbarrel.txt b/config/triumph/script/triumph/stage0/woodenbarrel.txt new file mode 100644 index 0000000..0738f93 --- /dev/null +++ b/config/triumph/script/triumph/stage0/woodenbarrel.txt @@ -0,0 +1,46 @@ +setTranslatedTitle("advancements.stage0.woodenbarrel.title") + +setIcon("primal:barrel") + +setTranslatedDescription("advancements.stage0.woodenbarrel.description") + +addParent("triumph:stage0/fluidbladder") +setRequiresParents() + +setRequirements("any") + +//Criteria +criteria1 = addCriteria("hasRock1", "minecraft:inventory_changed") +criteria1.setItem("primal:barrel", 0) + +criteria2 = addCriteria("hasRock2", "minecraft:inventory_changed") +criteria2.setItem("primal:barrel", 1) + +criteria3 = addCriteria("hasRock3", "minecraft:inventory_changed") +criteria3.setItem("primal:barrel", 2) + +criteria4 = addCriteria("hasRock4", "minecraft:inventory_changed") +criteria4.setItem("primal:barrel", 3) + +criteria5 = addCriteria("hasRock5", "minecraft:inventory_changed") +criteria5.setItem("primal:barrel", 4) + +criteria6 = addCriteria("hasRock6", "minecraft:inventory_changed") +criteria6.setItem("primal:barrel", 5) + +criteria7 = addCriteria("hasRock7", "minecraft:inventory_changed") +criteria7.setItem("primal:barrel", 6) + +criteria8 = addCriteria("hasRock8", "minecraft:inventory_changed") +criteria8.setItem("primal:barrel", 7) + +criteria9 = addCriteria("hasRock9", "minecraft:inventory_changed") +criteria9.setItem("primal:barrel", 8) + +criteria10 = addCriteria("hasRock10", "minecraft:inventory_changed") +criteria10.setItem("primal:barrel", 9) + +//Rewards +setRewardExperience(4) + +visibleIf("triumph:stage0/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage0/woodhopper1.txt b/config/triumph/script/triumph/stage0/woodhopper1.txt new file mode 100644 index 0000000..08df03c --- /dev/null +++ b/config/triumph/script/triumph/stage0/woodhopper1.txt @@ -0,0 +1,24 @@ +setTranslatedTitle("advancements.stage0.woodhopper1.title") + +setIcon("wopper:wopper") + +setTranslatedDescription("advancements.stage0.woodhopper1.description") + +addParent("triumph:stage0/firstchest") +setRequiresParents() + +setFrameType("Goal") + +setUncompletedIconColor(8947848) +setCompletedIconColor(6570404) +setUncompletedTitleColor(8947848) +setCompletedTitleColor(6570404) + +//Criteria +criteria = addCriteria("hasRock", "minecraft:inventory_changed") +criteria.setItem("wopper:wopper", 0) + +//Rewards +setRewardExperience(4) + +visibleIf("triumph:stage0/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage0/woodhopper2.txt b/config/triumph/script/triumph/stage0/woodhopper2.txt new file mode 100644 index 0000000..98c0b05 --- /dev/null +++ b/config/triumph/script/triumph/stage0/woodhopper2.txt @@ -0,0 +1,24 @@ +setTranslatedTitle("advancements.stage0.woodhopper2.title") + +setIcon("primal_tech:wooden_hopper") + +setTranslatedDescription("advancements.stage0.woodhopper2.description") + +addParent("triumph:stage0/woodhopper1") +setRequiresParents() + +setFrameType("Goal") + +setUncompletedIconColor(8947848) +setCompletedIconColor(6570404) +setUncompletedTitleColor(8947848) +setCompletedTitleColor(6570404) + +//Criteria +criteria = addCriteria("hasRock", "minecraft:inventory_changed") +criteria.setItem("primal_tech:wooden_hopper") + +//Rewards +setRewardExperience(4) + +visibleIf("triumph:stage0/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage0/workblade.txt b/config/triumph/script/triumph/stage0/workblade.txt new file mode 100644 index 0000000..9e33afc --- /dev/null +++ b/config/triumph/script/triumph/stage0/workblade.txt @@ -0,0 +1,17 @@ +setTranslatedTitle("advancements.stage0.workblade.title") + +setIcon("primal:flint_workblade") + +setTranslatedDescription("advancements.stage0.workblade.description") + +addParent("triumph:stage0/upgrade") +setRequiresParents() + +//Criteria +criteria = addCriteria("hasRock", "minecraft:inventory_changed") +criteria.setItem("primal:flint_workblade") + +//Rewards +setRewardExperience(4) + +visibleIf("triumph:stage0/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage0/workstump.txt b/config/triumph/script/triumph/stage0/workstump.txt new file mode 100644 index 0000000..f56817f --- /dev/null +++ b/config/triumph/script/triumph/stage0/workstump.txt @@ -0,0 +1,26 @@ +setTranslatedTitle("advancements.stage0.workstump.title") + +setIcon("primal_tech:work_stump") + +setTranslatedDescription("advancements.stage0.workstump.description") + +addParent("triumph:stage0/collectplank") +setRequiresParents() + +setFrameType("challenge") + +setUncompletedIconColor(8947848) +setCompletedIconColor(6570404) +setUncompletedTitleColor(8947848) +setCompletedTitleColor(6570404) + +//Criteria +criteria = addCriteria("crafted", "minecraft:inventory_changed") +criteria.setItem("primal_tech:work_stump") + +//Rewards +setRewardFunction("triumph:stage-0_trigger") +setRewardItem("primal_tech:rock", 0, 1) +setRewardExperience(4) + +visibleIf("triumph:stage0/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage1/alloykiln.txt b/config/triumph/script/triumph/stage1/alloykiln.txt new file mode 100644 index 0000000..48fa0da --- /dev/null +++ b/config/triumph/script/triumph/stage1/alloykiln.txt @@ -0,0 +1,24 @@ +setTranslatedTitle("advancements.stage1.alloykiln.title") + +setIcon("immersiveengineering:stone_device", 7) + +setTranslatedDescription("advancements.stage1.alloykiln.description") + +addParent("triumph:stage1/copper") +setRequiresParents() + +setFrameType("Goal") + +setUncompletedIconColor(8947848) +setCompletedIconColor(6570404) +setUncompletedTitleColor(8947848) +setCompletedTitleColor(6570404) + +//Criteria +criteria = addCriteria("hasRock", "minecraft:inventory_changed") +criteria.setItem("immersiveengineering:stone_decoration", 10) + +//Rewards +setRewardExperience(4) + +visibleIf("triumph:stage1/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage1/aquamarine.txt b/config/triumph/script/triumph/stage1/aquamarine.txt new file mode 100644 index 0000000..3719c62 --- /dev/null +++ b/config/triumph/script/triumph/stage1/aquamarine.txt @@ -0,0 +1,24 @@ +setTranslatedTitle("advancements.stage1.aquamarine.title") + +setIcon("contenttweaker:sub_block_holder_0", 0) + +setTranslatedDescription("advancements.stage1.aquamarine.description") + +addParent("triumph:stage1/beneath") +setRequiresParents() + +setFrameType("Goal") + +setUncompletedIconColor(8947848) +setCompletedIconColor(6570404) +setUncompletedTitleColor(8947848) +setCompletedTitleColor(6570404) + +//Criteria +criteria = addCriteria("hasRock", "minecraft:inventory_changed") +criteria.setItem("astralsorcery:itemcraftingcomponent", 0) + +//Rewards +setRewardExperience(4) + +visibleIf("triumph:stage1/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage1/aqueduct.txt b/config/triumph/script/triumph/stage1/aqueduct.txt new file mode 100644 index 0000000..9d4d852 --- /dev/null +++ b/config/triumph/script/triumph/stage1/aqueduct.txt @@ -0,0 +1,49 @@ +setTranslatedTitle("advancements.stage1.aqueduct.title") + +setIcon("betterwithaddons:aqueduct", 6) + +setTranslatedDescription("advancements.stage1.aqueduct.description") + +addParent("triumph:stage1/root") +setRequiresParents() + +setRequirements("any") + +//Criteria +criteria0 = addCriteria("placedDirt0", "minecraft:placed_block") +criteria0.setBlock("betterwithaddons:aqueduct") + +criteria1 = addCriteria("placedDirt1", "minecraft:placed_block") +criteria1.setBlock("betterwithaddons:aqueduct", 1) + +criteria2 = addCriteria("placedDirt2", "minecraft:placed_block") +criteria2.setBlock("betterwithaddons:aqueduct", 2) + +criteria3 = addCriteria("placedDirt3", "minecraft:placed_block") +criteria3.setBlock("betterwithaddons:aqueduct", 3) + +criteria4 = addCriteria("placedDirt4", "minecraft:placed_block") +criteria4.setBlock("betterwithaddons:aqueduct", 4) + +criteria5 = addCriteria("placedDirt5", "minecraft:placed_block") +criteria5.setBlock("betterwithaddons:aqueduct", 5) + +criteria6 = addCriteria("placedDirt6", "minecraft:placed_block") +criteria6.setBlock("betterwithaddons:aqueduct", 6) + +criteria7 = addCriteria("placedDirt7", "minecraft:placed_block") +criteria7.setBlock("betterwithaddons:aqueduct", 7) + +criteria8 = addCriteria("placedDirt8", "minecraft:placed_block") +criteria8.setBlock("betterwithaddons:aqueduct", 8) + +criteria9 = addCriteria("placedDirt9", "minecraft:placed_block") +criteria9.setBlock("betterwithaddons:aqueduct", 9) + +criteria10 = addCriteria("placedDirt10", "minecraft:placed_block") +criteria10.setBlock("betterwithaddons:aqueduct", 10) + +//Rewards +setRewardExperience(4) + +visibleIf("triumph:stage1/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage1/astable.txt b/config/triumph/script/triumph/stage1/astable.txt new file mode 100644 index 0000000..02ae80c --- /dev/null +++ b/config/triumph/script/triumph/stage1/astable.txt @@ -0,0 +1,25 @@ +setTranslatedTitle("advancements.stage1.astable.title") + +setIcon("astralsorcery:blockaltar") + +setTranslatedDescription("advancements.stage1.astable.description") + +addParent("triumph:stage1/journal") +setRequiresParents() + +setFrameType("challenge") + +setUncompletedIconColor(8947848) +setCompletedIconColor(6570404) +setUncompletedTitleColor(8947848) +setCompletedTitleColor(6570404) + +//Criteria +criteria = addCriteria("hasRock", "minecraft:inventory_changed") +criteria.setItem("astralsorcery:blockaltar") + +//Rewards +setRewardExperience(8) +setRewardFunction("triumph:stage-2_trigger") + +visibleIf("triumph:stage1/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage1/axle.txt b/config/triumph/script/triumph/stage1/axle.txt new file mode 100644 index 0000000..da46e66 --- /dev/null +++ b/config/triumph/script/triumph/stage1/axle.txt @@ -0,0 +1,17 @@ +setTranslatedTitle("advancements.stage1.axle.title") + +setIcon("betterwithmods:wooden_axle") + +setTranslatedDescription("advancements.stage1.axle.description") + +addParent("triumph:stage1/blackquartz") +setRequiresParents() + +//Criteria +criteria = addCriteria("hasRock", "minecraft:inventory_changed") +criteria.setItem("betterwithmods:wooden_axle") + +//Rewards +setRewardExperience(4) + +visibleIf("triumph:stage1/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage1/bees.txt b/config/triumph/script/triumph/stage1/bees.txt new file mode 100644 index 0000000..f43f7b3 --- /dev/null +++ b/config/triumph/script/triumph/stage1/bees.txt @@ -0,0 +1,17 @@ +setTranslatedTitle("advancements.stage1.bees.title") + +setIcon("rustic:bee") + +setTranslatedDescription("advancements.stage1.bees.description") + +addParent("triumph:stage1/hoe") +setRequiresParents() + +//Criteria +criteria = addCriteria("hasRock", "minecraft:inventory_changed") +criteria.setItem("rustic:apiary") + +//Rewards +setRewardExperience(8) + +visibleIf("triumph:stage1/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage1/beneath.txt b/config/triumph/script/triumph/stage1/beneath.txt new file mode 100644 index 0000000..73ea346 --- /dev/null +++ b/config/triumph/script/triumph/stage1/beneath.txt @@ -0,0 +1,24 @@ +setTranslatedTitle("advancements.stage1.beneath.title") + +setIcon("beneath:teleporterbeneath") + +setTranslatedDescription("advancements.stage1.beneath.description") + +addParent("triumph:stage1/statue") +setRequiresParents() + +setFrameType("Goal") + +setUncompletedIconColor(8947848) +setCompletedIconColor(6570404) +setUncompletedTitleColor(8947848) +setCompletedTitleColor(6570404) + +//Criteria +criteria = addCriteria("entered_nether", "minecraft:changed_dimension") +criteria.setDimensionDestination("The Beneath") + +//Rewards +setRewardExperience(4) + +visibleIf("triumph:stage1/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage1/blackquartz.txt b/config/triumph/script/triumph/stage1/blackquartz.txt new file mode 100644 index 0000000..5b428f5 --- /dev/null +++ b/config/triumph/script/triumph/stage1/blackquartz.txt @@ -0,0 +1,17 @@ +setTranslatedTitle("advancements.stage1.blackquartz.title") + +setIcon("actuallyadditions:item_misc", 5) + +setTranslatedDescription("advancements.stage1.blackquartz.description") + +addParent("triumph:stage1/beneath") +setRequiresParents() + +//Criteria +criteria = addCriteria("hasRock", "minecraft:inventory_changed") +criteria.setItem("actuallyadditions:item_misc", 5) + +//Rewards +setRewardExperience(4) + +visibleIf("triumph:stage1/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage1/bloodaltar.txt b/config/triumph/script/triumph/stage1/bloodaltar.txt new file mode 100644 index 0000000..7a93cab --- /dev/null +++ b/config/triumph/script/triumph/stage1/bloodaltar.txt @@ -0,0 +1,18 @@ +setTranslatedTitle("advancements.stage1.bloodaltar.title") + +setIcon("bloodmagic:altar") + +setTranslatedDescription("advancements.stage1.bloodaltar.description") + +addParent("triumph:stage1/alloykiln") +setRequiresParents() + +//Criteria +criteria = addCriteria("hasRock", "minecraft:inventory_changed") +criteria.setItem("bloodmagic:altar") + +//Rewards +setRewardExperience(8) +setRewardItem("guideapi:bloodmagic-guide", 0, 1) + +visibleIf("triumph:stage1/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage1/bronze.txt b/config/triumph/script/triumph/stage1/bronze.txt new file mode 100644 index 0000000..b243db0 --- /dev/null +++ b/config/triumph/script/triumph/stage1/bronze.txt @@ -0,0 +1,24 @@ +setTranslatedTitle("advancements.stage1.bronze.title") + +setIcon("mekanism:ingot", 2) + +setTranslatedDescription("advancements.stage1.bronze.description") + +addParent("triumph:stage1/alloykiln") +setRequiresParents() + +setFrameType("Goal") + +setUncompletedIconColor(8947848) +setCompletedIconColor(6570404) +setUncompletedTitleColor(8947848) +setCompletedTitleColor(6570404) + +//Criteria +criteria = addCriteria("hasRock", "minecraft:inventory_changed") +criteria.setItem("mekanism:ingot", 2) + +//Rewards +setRewardExperience(4) + +visibleIf("triumph:stage1/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage1/bucket.txt b/config/triumph/script/triumph/stage1/bucket.txt new file mode 100644 index 0000000..9e242f3 --- /dev/null +++ b/config/triumph/script/triumph/stage1/bucket.txt @@ -0,0 +1,17 @@ +setTranslatedTitle("advancements.stage1.bucket.title") + +setIcon("ceramics:clay_bucket") + +setTranslatedDescription("advancements.stage1.bucket.description") + +addParent("triumph:stage1/turntable") +setRequiresParents() + +//Criteria +criteria = addCriteria("hasRock", "minecraft:inventory_changed") +criteria.setItem("ceramics:clay_bucket") + +//Rewards +setRewardExperience(4) + +visibleIf("triumph:stage1/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage1/cart.txt b/config/triumph/script/triumph/stage1/cart.txt new file mode 100644 index 0000000..79a2f43 --- /dev/null +++ b/config/triumph/script/triumph/stage1/cart.txt @@ -0,0 +1,21 @@ +setTranslatedTitle("advancements.stage1.cart.title") + +setIcon("astikorcarts:cargocart") + +setTranslatedDescription("advancements.stage1.cart.description") + +addParent("triumph:stage0/wheel") +setRequiresParents() + +setRequirements("any") + +//Criteria +criteria = addCriteria("hasRock", "minecraft:inventory_changed") +criteria.setItem("astikorcarts:cargocart") +criteria1 = addCriteria("hasMobCart", "minecraft:inventory_changed") +criteria1.setItem("astikorcarts:mobcart") + +//Rewards +setRewardExperience(4) + +visibleIf("triumph:stage0/root") // Advancent is in wrong folder! \ No newline at end of file diff --git a/config/triumph/script/triumph/stage1/chest.txt b/config/triumph/script/triumph/stage1/chest.txt new file mode 100644 index 0000000..4868fee --- /dev/null +++ b/config/triumph/script/triumph/stage1/chest.txt @@ -0,0 +1,17 @@ +setTranslatedTitle("advancements.stage1.chest.title") + +setIcon("minecraft:chest") + +setTranslatedDescription("advancements.stage1.chest.description") + +addParent("triumph:stage1/crafting") +setRequiresParents() + +//Criteria +criteria = addCriteria("brokeLog", "minecraft:inventory_changed") +criteria.setItem("minecraft:chest", 0) + +//Rewards +setRewardExperience(4) + +visibleIf("triumph:stage1/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage1/claybarrel.txt b/config/triumph/script/triumph/stage1/claybarrel.txt new file mode 100644 index 0000000..75f55b4 --- /dev/null +++ b/config/triumph/script/triumph/stage1/claybarrel.txt @@ -0,0 +1,17 @@ +setTranslatedTitle("advancements.stage1.claybarrel.title") + +setIcon("ceramics:clay_barrel") + +setTranslatedDescription("advancements.stage1.claybarrel.description") + +addParent("triumph:stage1/root") +setRequiresParents() + +//Criteria +criteria = addCriteria("hasRock", "minecraft:inventory_changed") +criteria.setItem("ceramics:clay_barrel", 0) + +//Rewards +setRewardExperience(4) + +visibleIf("triumph:stage1/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage1/coal.txt b/config/triumph/script/triumph/stage1/coal.txt new file mode 100644 index 0000000..9cdcc13 --- /dev/null +++ b/config/triumph/script/triumph/stage1/coal.txt @@ -0,0 +1,17 @@ +setTranslatedTitle("advancements.stage1.coal.title") + +setIcon("minecraft:coal") + +setTranslatedDescription("advancements.stage1.coal.description") + +addParent("triumph:stage1/prospector") +setRequiresParents() + +//Criteria +criteria = addCriteria("hasRock", "minecraft:inventory_changed") +criteria.setItem("minecraft:coal", 0) + +//Rewards +setRewardExperience(4) + +visibleIf("triumph:stage1/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage1/copper.txt b/config/triumph/script/triumph/stage1/copper.txt new file mode 100644 index 0000000..890b553 --- /dev/null +++ b/config/triumph/script/triumph/stage1/copper.txt @@ -0,0 +1,29 @@ +setTranslatedTitle("advancements.stage1.copper.title") + +setIcon("immersiveengineering:metal") + +setTranslatedDescription("advancements.stage1.copper.description") + +addParent("triumph:stage1/prospector") +setRequiresParents() + +setFrameType("Goal") + +setRequirements("any") + +setUncompletedIconColor(8947848) +setCompletedIconColor(6570404) +setUncompletedTitleColor(8947848) +setCompletedTitleColor(6570404) + +//Criteria +criteria1 = addCriteria("brokeLog1", "triumph:player_break_block") +criteria1.setBlock("geolosys:ore", 2) + +criteria2 = addCriteria("brokeLog2", "triumph:player_break_block") +criteria2.setBlock("geolosys:ore", 3) + +//Rewards +setRewardExperience(4) + +visibleIf("triumph:stage1/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage1/crafting.txt b/config/triumph/script/triumph/stage1/crafting.txt new file mode 100644 index 0000000..b336acc --- /dev/null +++ b/config/triumph/script/triumph/stage1/crafting.txt @@ -0,0 +1,24 @@ +setTranslatedTitle("advancements.stage1.crafting.title") + +setIcon("minecraft:crafting_table") + +setTranslatedDescription("advancements.stage1.crafting.description") + +addParent("triumph:stage1/root") +setRequiresParents() + +setFrameType("Goal") + +setUncompletedIconColor(8947848) +setCompletedIconColor(6570404) +setUncompletedTitleColor(8947848) +setCompletedTitleColor(6570404) + +//Criteria +criteria = addCriteria("crafted", "minecraft:inventory_changed") +criteria.setItem("minecraft:crafting_table", 0) + +//Rewards +setRewardExperience(4) + +visibleIf("triumph:stage1/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage1/dung.txt b/config/triumph/script/triumph/stage1/dung.txt new file mode 100644 index 0000000..22ea50e --- /dev/null +++ b/config/triumph/script/triumph/stage1/dung.txt @@ -0,0 +1,22 @@ +setTranslatedTitle("advancements.stage1.dung.title") + +setIcon("dungpipe:dung_pipe") + +setTranslatedDescription("advancements.stage1.dung.description") + +addParent("triumph:stage1/claybarrel") +setRequiresParents() + +setRequirements("any") + +//Criteria +criteria1 = addCriteria("placedDirt1", "minecraft:placed_block") +criteria1.setBlock("dungpipe:dung_pipe") + +criteria2 = addCriteria("placedDirt2", "minecraft:placed_block") +criteria2.setBlock("dungpipe:sewer_pipe") + +//Rewards +setRewardExperience(4) + +visibleIf("triumph:stage1/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage1/extension.txt b/config/triumph/script/triumph/stage1/extension.txt new file mode 100644 index 0000000..9f6bd30 --- /dev/null +++ b/config/triumph/script/triumph/stage1/extension.txt @@ -0,0 +1,17 @@ +setTranslatedTitle("advancements.stage1.extension.title") + +setIcon("ceramics:clay_barrel", 1) + +setTranslatedDescription("advancements.stage1.extension.description") + +addParent("triumph:stage1/claybarrel") +setRequiresParents() + +//Criteria +criteria = addCriteria("placedDirt", "minecraft:placed_block") +criteria.setBlock("ceramics:clay_barrel", 1) + +//Rewards +setRewardExperience(4) + +visibleIf("triumph:stage1/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage1/furnace.txt b/config/triumph/script/triumph/stage1/furnace.txt new file mode 100644 index 0000000..66cb442 --- /dev/null +++ b/config/triumph/script/triumph/stage1/furnace.txt @@ -0,0 +1,18 @@ +setTranslatedTitle("advancements.stage1.furnace.title") + +setIcon("minecraft:furnace") + +setTranslatedDescription("advancements.stage1.furnace.description") + +addParent("triumph:stage1/crafting") +setRequiresParents() + +//Criteria +criteria = addCriteria("crafted", "minecraft:inventory_changed") +criteria.setItem("minecraft:furnace", 0) + + +//Rewards +setRewardExperience(4) + +visibleIf("triumph:stage1/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage1/gearbox.txt b/config/triumph/script/triumph/stage1/gearbox.txt new file mode 100644 index 0000000..8cf9d67 --- /dev/null +++ b/config/triumph/script/triumph/stage1/gearbox.txt @@ -0,0 +1,17 @@ +setTranslatedTitle("advancements.stage1.gearbox.title") + +setIcon("betterwithmods:wooden_gearbox") + +setTranslatedDescription("advancements.stage1.gearbox.description") + +addParent("triumph:stage1/waterwheel") +setRequiresParents() + +//Criteria +criteria = addCriteria("hasRock", "minecraft:inventory_changed") +criteria.setItem("betterwithmods:wooden_gearbox") + +//Rewards +setRewardExperience(4) + +visibleIf("triumph:stage1/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage1/hoe.txt b/config/triumph/script/triumph/stage1/hoe.txt new file mode 100644 index 0000000..be502a2 --- /dev/null +++ b/config/triumph/script/triumph/stage1/hoe.txt @@ -0,0 +1,109 @@ +setTranslatedTitle("advancements.stage1.hoe.title") + +setIcon("minecraft:stone_hoe") + +setTranslatedDescription("advancements.stage1.hoe.description") + +addParent("triumph:stage1/root") +setRequiresParents() + +setRequirements("any") + +//Criteria +criteria0 = addCriteria("hasRock0", "minecraft:inventory_changed") +criteria0.setItem("minecraft:stone_hoe", 0) + +criteria1 = addCriteria("hasRock1", "minecraft:inventory_changed") +criteria1.setItem("minecraft:wooden_hoe", 0) + +criteria2 = addCriteria("hasRock2", "minecraft:inventory_changed") +criteria2.setItem("minecraft:iron_hoe", 0) + +criteria3 = addCriteria("hasRock3", "minecraft:inventory_changed") +criteria3.setItem("minecraft:diamond_hoe", 0) + +criteria4 = addCriteria("hasRock4", "minecraft:inventory_changed") +criteria4.setItem("minecraft:golden_hoe", 0) + +criteria5 = addCriteria("hasRock5", "minecraft:inventory_changed") +criteria5.setItem("abyssalcraft:dhoe", 0) + +criteria6 = addCriteria("hasRock6", "minecraft:inventory_changed") +criteria6.setItem("abyssalcraft:ahoe", 0) + +criteria7 = addCriteria("hasRock7", "minecraft:inventory_changed") +criteria7.setItem("abyssalcraft:corhoe", 0) + +criteria8 = addCriteria("hasRock8", "minecraft:inventory_changed") +criteria8.setItem("abyssalcraft:dreadiumhoe", 0) + +criteria9 = addCriteria("hasRock9", "minecraft:inventory_changed") +criteria9.setItem("abyssalcraft:ethaxiumhoe", 0) + +criteria10 = addCriteria("hasRock10", "minecraft:inventory_changed") +criteria10.setItem("actuallyadditions:item_hoe_emerald", 0) + +criteria11 = addCriteria("hasRock11", "minecraft:inventory_changed") +criteria11.setItem("actuallyadditions:item_hoe_obsidian", 0) + +criteria12 = addCriteria("hasRock12", "minecraft:inventory_changed") +criteria12.setItem("actuallyadditions:item_hoe_quartz", 0) + +criteria13 = addCriteria("hasRock13", "minecraft:inventory_changed") +criteria13.setItem("actuallyadditions:item_hoe_crystal_red", 0) + +criteria14 = addCriteria("hasRock14", "minecraft:inventory_changed") +criteria14.setItem("actuallyadditions:item_hoe_crystal_blue", 0) + +criteria15 = addCriteria("hasRock15", "minecraft:inventory_changed") +criteria15.setItem("actuallyadditions:item_hoe_crystal_light_blue", 0) + +criteria16 = addCriteria("hasRock16", "minecraft:inventory_changed") +criteria16.setItem("actuallyadditions:item_hoe_crystal_black", 0) + +criteria17 = addCriteria("hasRock17", "minecraft:inventory_changed") +criteria17.setItem("actuallyadditions:item_hoe_crystal_green", 0) + +criteria18 = addCriteria("hasRock18", "minecraft:inventory_changed") +criteria18.setItem("actuallyadditions:item_hoe_crystal_white", 0) + +criteria19 = addCriteria("hasRock19", "minecraft:inventory_changed") +criteria19.setItem("appliedenergistics2:certus_quartz_hoe", 0) + +criteria20 = addCriteria("hasRock20", "minecraft:inventory_changed") +criteria20.setItem("appliedenergistics2:nether_quartz_hoe", 0) + +criteria21 = addCriteria("hasRock21", "minecraft:inventory_changed") +criteria21.setItem("betterwithmods:steel_hoe", 0) + +criteria22 = addCriteria("hasRock22", "minecraft:inventory_changed") +criteria22.setItem("cyclicmagic:sandstone_hoe", 0) + +criteria23 = addCriteria("hasRock23", "minecraft:inventory_changed") +criteria23.setItem("primal:flint_hoe", 0) + +criteria24 = addCriteria("hasRock24", "minecraft:inventory_changed") +criteria24.setItem("primal:quartz_hoe", 0) + +criteria25 = addCriteria("hasRock25", "minecraft:inventory_changed") +criteria25.setItem("primal:diamond_hoe", 0) + +criteria26 = addCriteria("hasRock26", "minecraft:inventory_changed") +criteria26.setItem("primal:emerald_hoe", 0) + +criteria27 = addCriteria("hasRock27", "minecraft:inventory_changed") +criteria27.setItem("primal:opal_hoe", 0) + +criteria28 = addCriteria("hasRock28", "minecraft:inventory_changed") +criteria28.setItem("primal:obsidian_hoe", 0) + +criteria29 = addCriteria("hasRock29", "minecraft:inventory_changed") +criteria29.setItem("twilightforest:ironwood_hoe", 0) + +criteria30 = addCriteria("hasRock30", "minecraft:inventory_changed") +criteria30.setItem("twilightforest:steeleaf_hoe", 0) + +//Rewards +setRewardExperience(4) + +visibleIf("triumph:stage1/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage1/huntingdim.txt b/config/triumph/script/triumph/stage1/huntingdim.txt new file mode 100644 index 0000000..36f985e --- /dev/null +++ b/config/triumph/script/triumph/stage1/huntingdim.txt @@ -0,0 +1,17 @@ +setTranslatedTitle("advancements.stage1.huntingdim.title") + +setIcon("huntingdim:frame", 0) + +setTranslatedDescription("advancements.stage1.huntingdim.description") + +addParent("triumph:stage1/root") +setRequiresParents() + +//Criteria +criteria = addCriteria("hasRock", "minecraft:inventory_changed") +criteria.setItem("huntingdim:frame", 0) + +//Rewards +setRewardExperience(4) + +visibleIf("triumph:stage1/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage1/journal.txt b/config/triumph/script/triumph/stage1/journal.txt new file mode 100644 index 0000000..c77dc58 --- /dev/null +++ b/config/triumph/script/triumph/stage1/journal.txt @@ -0,0 +1,24 @@ +setTranslatedTitle("advancements.stage1.journal.title") + +setIcon("astralsorcery:itemjournal") + +setTranslatedDescription("advancements.stage1.journal.description") + +addParent("triumph:stage1/parchment") +setRequiresParents() + +setFrameType("Goal") + +setUncompletedIconColor(8947848) +setCompletedIconColor(6570404) +setUncompletedTitleColor(8947848) +setCompletedTitleColor(6570404) + +//Criteria +criteria = addCriteria("hasRock", "minecraft:inventory_changed") +criteria.setItem("astralsorcery:itemjournal") + +//Rewards +setRewardExperience(4) + +visibleIf("triumph:stage1/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage1/leafbed.txt b/config/triumph/script/triumph/stage1/leafbed.txt new file mode 100644 index 0000000..1d1cb43 --- /dev/null +++ b/config/triumph/script/triumph/stage1/leafbed.txt @@ -0,0 +1,17 @@ +setTranslatedTitle("advancements.stage1.leafbed.title") + +setIcon("primal_tech:leaf_bed") + +setTranslatedDescription("advancements.stage1.leafbed.description") + +addParent("triumph:stage1/crafting") +setRequiresParents() + +//Criteria +criteria = addCriteria("hasRock", "minecraft:inventory_changed") +criteria.setItem("primal_tech:leaf_bed") + +//Rewards +setRewardExperience(4) + +visibleIf("triumph:stage1/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage1/necro.txt b/config/triumph/script/triumph/stage1/necro.txt new file mode 100644 index 0000000..1d9a00a --- /dev/null +++ b/config/triumph/script/triumph/stage1/necro.txt @@ -0,0 +1,24 @@ +setTranslatedTitle("advancements.stage1.necro.title") + +setIcon("abyssalcraft:necronomicon") + +setTranslatedDescription("advancements.stage1.necro.description") + +addParent("triumph:stage1/bronze") +setRequiresParents() + +setFrameType("Goal") + +setUncompletedIconColor(8947848) +setCompletedIconColor(6570404) +setUncompletedTitleColor(8947848) +setCompletedTitleColor(6570404) + +//Criteria +criteria = addCriteria("crafted", "minecraft:inventory_changed") +criteria.setItem("abyssalcraft:necronomicon") + +//Rewards +setRewardExperience(4) + +visibleIf("triumph:stage1/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage1/parchment.txt b/config/triumph/script/triumph/stage1/parchment.txt new file mode 100644 index 0000000..9abc89e --- /dev/null +++ b/config/triumph/script/triumph/stage1/parchment.txt @@ -0,0 +1,29 @@ +setTranslatedTitle("advancements.stage1.parchment.title") + +setIcon("astralsorcery:itemcraftingcomponent", 5) + +setTranslatedDescription("advancements.stage1.parchment.description") + +addParent("triumph:stage1/aquamarine") +setRequiresParents() + +setFrameType("Goal") + +setRequirements("any") + +setUncompletedIconColor(8947848) +setCompletedIconColor(6570404) +setUncompletedTitleColor(8947848) +setCompletedTitleColor(6570404) + +//Criteria +criteria1 = addCriteria("hasRock", "minecraft:inventory_changed") +criteria1.setItem("astralsorcery:itemcraftingcomponent", 5) + +criteria2 = addCriteria("hasCraftedRock", "triumph:player_crafted_item") +criteria2.setItem("astralsorcery:itemcraftingcomponent", 5) + +//Rewards +setRewardExperience(4) + +visibleIf("triumph:stage1/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage1/parrot.txt b/config/triumph/script/triumph/stage1/parrot.txt new file mode 100644 index 0000000..95efc2b --- /dev/null +++ b/config/triumph/script/triumph/stage1/parrot.txt @@ -0,0 +1,17 @@ +setTranslatedTitle("advancements.stage1.parrot.title") + +setIcon("minecraft:feather") + +setTranslatedDescription("advancements.stage1.parrot.description") + +addParent("triumph:stage1/statue") +setRequiresParents() + +//Criteria +criteria = addCriteria("tamed_horse", "minecraft:tame_animal") +criteria.setEntityType("minecraft:parrot") + +//Rewards +setRewardExperience(8) + +visibleIf("triumph:stage1/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage1/pedestal.txt b/config/triumph/script/triumph/stage1/pedestal.txt new file mode 100644 index 0000000..0481a0f --- /dev/null +++ b/config/triumph/script/triumph/stage1/pedestal.txt @@ -0,0 +1,17 @@ +setTranslatedTitle("advancements.stage1.pedestal.title") + +setIcon("abyssalcraft:energypedestal") + +setTranslatedDescription("advancements.stage1.pedestal.description") + +addParent("triumph:stage1/statue") +setRequiresParents() + +//Criteria +criteria = addCriteria("hasRock", "minecraft:inventory_changed") +criteria.setItem("abyssalcraft:energypedestal") + +//Rewards +setRewardExperience(4) + +visibleIf("triumph:stage1/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage1/plumbline.txt b/config/triumph/script/triumph/stage1/plumbline.txt new file mode 100644 index 0000000..fae8645 --- /dev/null +++ b/config/triumph/script/triumph/stage1/plumbline.txt @@ -0,0 +1,17 @@ +setTranslatedTitle("advancements.stage1.plumbline.title") + +setIcon("bibliocraft:plumbline") + +setTranslatedDescription("advancements.stage1.plumbline.description") + +addParent("triumph:stage1/crafting") +setRequiresParents() + +//Criteria +criteria = addCriteria("crafted", "minecraft:inventory_changed") +criteria.setItem("bibliocraft:plumbline", 0) + +//Rewards +setRewardExperience(4) + +visibleIf("triumph:stage1/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage1/prospector.txt b/config/triumph/script/triumph/stage1/prospector.txt new file mode 100644 index 0000000..e7ae1b5 --- /dev/null +++ b/config/triumph/script/triumph/stage1/prospector.txt @@ -0,0 +1,28 @@ +setTranslatedTitle("advancements.stage1.prospector.title") + +setIcon("prospectors:prospector_lowest") + +setTranslatedDescription("advancements.stage1.prospector.description") + +addParent("triumph:stage1/crafting") +setRequiresParents() + +setFrameType("Goal") + +setUncompletedIconColor(8947848) +setCompletedIconColor(6570404) +setUncompletedTitleColor(8947848) +setCompletedTitleColor(6570404) + +//Criteria +criteria = addCriteria("crafted", "minecraft:inventory_changed") +criteria.setItem("prospectors:prospector_lowest", 0) + +//Rewards +setRewardExperience(4) +setRewardItem("geolosys:field_manual", 0, 1) + +//Rewards +setRewardExperience(4) + +visibleIf("triumph:stage1/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage1/root.txt b/config/triumph/script/triumph/stage1/root.txt new file mode 100644 index 0000000..81f6be5 --- /dev/null +++ b/config/triumph/script/triumph/stage1/root.txt @@ -0,0 +1,14 @@ +setTranslatedTitle("advancements.stage1.root.title") + +setIcon("progressiontweaks:stone_hammer") + +setTranslatedDescription("advancements.stage1.root.description") + +setBackground("mekanism:textures/blocks/tinore.png") + +setShowToast(false) + +setAnnounceToChat(false) + +criteria = addCriteria("completedStage0", "triumph:completed_advancement") +criteria.setString("triumph:stage0/melter") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage1/statue.txt b/config/triumph/script/triumph/stage1/statue.txt new file mode 100644 index 0000000..dee1bdd --- /dev/null +++ b/config/triumph/script/triumph/stage1/statue.txt @@ -0,0 +1,44 @@ +setTranslatedTitle("advancements.stage1.statue.title") + +setIcon("abyssalcraft:statue", 4) + +setTranslatedDescription("advancements.stage1.statue.description") + +addParent("triumph:stage1/necro") +setRequiresParents() + +setFrameType("Goal") + +setRequirements("any") + +setUncompletedIconColor(8947848) +setCompletedIconColor(6570404) +setUncompletedTitleColor(8947848) +setCompletedTitleColor(6570404) + +//Criteria +criteria1 = addCriteria("hasRock1", "minecraft:inventory_changed") +criteria1.setItem("abyssalcraft:statue", 0) + +criteria2 = addCriteria("hasRock2", "minecraft:inventory_changed") +criteria2.setItem("abyssalcraft:statue", 1) + +criteria3 = addCriteria("hasRock3", "minecraft:inventory_changed") +criteria3.setItem("abyssalcraft:statue", 2) + +criteria4 = addCriteria("hasRock4", "minecraft:inventory_changed") +criteria4.setItem("abyssalcraft:statue", 3) + +criteria5 = addCriteria("hasRock5", "minecraft:inventory_changed") +criteria5.setItem("abyssalcraft:statue", 4) + +criteria6 = addCriteria("hasRock6", "minecraft:inventory_changed") +criteria6.setItem("abyssalcraft:statue", 5) + +criteria7 = addCriteria("hasRock7", "minecraft:inventory_changed") +criteria7.setItem("abyssalcraft:statue", 6) + +//Rewards +setRewardExperience(4) + +visibleIf("triumph:stage1/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage1/stepup.txt b/config/triumph/script/triumph/stage1/stepup.txt new file mode 100644 index 0000000..d293ea1 --- /dev/null +++ b/config/triumph/script/triumph/stage1/stepup.txt @@ -0,0 +1,17 @@ +setTranslatedTitle("advancements.stage1.stepup.title") + +setIcon("cyclicmagic:food_step") + +setTranslatedDescription("advancements.stage1.stepup.description") + +addParent("triumph:stage1/bloodaltar") +setRequiresParents() + +//Criteria +criteria = addCriteria("hasRock", "minecraft:inventory_changed") +criteria.setItem("cyclicmagic:food_step") + +//Rewards +setRewardExperience(1) + +visibleIf("triumph:stage1/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage1/stoneanvil.txt b/config/triumph/script/triumph/stage1/stoneanvil.txt new file mode 100644 index 0000000..6ac1402 --- /dev/null +++ b/config/triumph/script/triumph/stage1/stoneanvil.txt @@ -0,0 +1,18 @@ +setTranslatedTitle("advancements.stage1.stoneanvil.title") + +setIcon("primal_tech:stone_anvil") + +setTranslatedDescription("advancements.stage1.stoneanvil.description") + +addParent("triumph:stage1/root") +setRequiresParents() + +//Criteria +criteria = addCriteria("crafted", "minecraft:inventory_changed") +criteria.setItem("primal_tech:stone_anvil") + +//Rewards +setRewardItem("primal_tech:stone_mallet", 0, 1) +setRewardExperience(4) + +visibleIf("triumph:stage1/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage1/tchannel.txt b/config/triumph/script/triumph/stage1/tchannel.txt new file mode 100644 index 0000000..79f4528 --- /dev/null +++ b/config/triumph/script/triumph/stage1/tchannel.txt @@ -0,0 +1,22 @@ +setTranslatedTitle("advancements.stage1.tchannel.title") + +setIcon("ceramics:channel") + +setTranslatedDescription("advancements.stage1.tchannel.description") + +addParent("triumph:stage1/root") +setRequiresParents() + +setRequirements("any") + +//Criteria +criteria1 = addCriteria("crafted1", "minecraft:inventory_changed") +criteria1.setItem("ceramics:channel") + +criteria2 = addCriteria("crafted2", "minecraft:inventory_changed") +criteria2.setItem("tconstruct:channel") + +//Rewards +setRewardExperience(4) + +visibleIf("triumph:stage1/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage1/tin.txt b/config/triumph/script/triumph/stage1/tin.txt new file mode 100644 index 0000000..0e48b29 --- /dev/null +++ b/config/triumph/script/triumph/stage1/tin.txt @@ -0,0 +1,22 @@ +setTranslatedTitle("advancements.stage1.tin.title") + +setIcon("mekanism:ingot", 6) + +setTranslatedDescription("advancements.stage1.tin.description") + +addParent("triumph:stage1/prospector") +setRequiresParents() + +setRequirements("any") + +//Criteria +criteria1 = addCriteria("brokeLog1", "triumph:player_break_block") +criteria1.setBlock("geolosys:ore", 4) + +criteria2 = addCriteria("brokeLog2", "triumph:player_break_block") +criteria2.setBlock("geolosys:ore", 5) + +//Rewards +setRewardExperience(4) + +visibleIf("triumph:stage1/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage1/turntable.txt b/config/triumph/script/triumph/stage1/turntable.txt new file mode 100644 index 0000000..36831b7 --- /dev/null +++ b/config/triumph/script/triumph/stage1/turntable.txt @@ -0,0 +1,17 @@ +setTranslatedTitle("advancements.stage1.turntable.title") + +setIcon("betterwithmods:single_machine", 3) + +setTranslatedDescription("advancements.stage1.turntable.description") + +addParent("triumph:stage1/gearbox") +setRequiresParents() + +//Criteria +criteria = addCriteria("hasRock", "minecraft:inventory_changed") +criteria.setItem("betterwithmods:single_machine", 3) + +//Rewards +setRewardExperience(4) + +visibleIf("triumph:stage1/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage1/waterwheel.txt b/config/triumph/script/triumph/stage1/waterwheel.txt new file mode 100644 index 0000000..cb2f3a7 --- /dev/null +++ b/config/triumph/script/triumph/stage1/waterwheel.txt @@ -0,0 +1,17 @@ +setTranslatedTitle("advancements.stage1.waterwheel.title") + +setIcon("betterwithmods:axle_generator", 1) + +setTranslatedDescription("advancements.stage1.waterwheel.description") + +addParent("triumph:stage1/axle") +setRequiresParents() + +//Criteria +criteria = addCriteria("hasRock", "minecraft:inventory_changed") +criteria.setItem("betterwithmods:axle_generator", 1) + +//Rewards +setRewardExperience(4) + +visibleIf("triumph:stage1/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage1/woodbasin.txt b/config/triumph/script/triumph/stage1/woodbasin.txt new file mode 100644 index 0000000..83453ee --- /dev/null +++ b/config/triumph/script/triumph/stage1/woodbasin.txt @@ -0,0 +1,17 @@ +setTranslatedTitle("advancements.stage1.woodbasin.title") + +setIcon("primal_tech:wooden_basin") + +setTranslatedDescription("advancements.stage1.woodbasin.description") + +addParent("triumph:stage1/root") +setRequiresParents() + +//Criteria +criteria = addCriteria("hasRock", "minecraft:inventory_changed") +criteria.setItem("primal_tech:wooden_basin") + +//Rewards +setRewardExperience(4) + +visibleIf("triumph:stage1/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage2/astable2.txt b/config/triumph/script/triumph/stage2/astable2.txt new file mode 100644 index 0000000..b32c342 --- /dev/null +++ b/config/triumph/script/triumph/stage2/astable2.txt @@ -0,0 +1,24 @@ +setTranslatedTitle("advancements.stage2.astable2.title") + +setIcon("astralsorcery:blockaltar", 1) + +setTranslatedDescription("advancements.stage2.astable2.description") + +addParent("triumph:stage2/lightwell") +setRequiresParents() + +setFrameType("goal") + +setUncompletedIconColor(8947848) +setCompletedIconColor(6570404) +setUncompletedTitleColor(8947848) +setCompletedTitleColor(6570404) + +//Criteria +criteria = addCriteria("hasRock", "triumph:right_click_block") +criteria.setBlock("astralsorcery:blockaltar", 1) + +//Rewards +setRewardExperience(8) + +visibleIf("triumph:stage2/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage2/betweenlands.txt b/config/triumph/script/triumph/stage2/betweenlands.txt new file mode 100644 index 0000000..7ace66d --- /dev/null +++ b/config/triumph/script/triumph/stage2/betweenlands.txt @@ -0,0 +1,16 @@ +setTranslatedTitle("advancements.stage2.betweenlands.title") + +setIcon("thebetweenlands:swamp_talisman") + +setTranslatedDescription("advancements.stage2.betweenlands.description") + +addParent("triumph:stage2/root") + +//Criteria +criteria = addCriteria("entered_nether", "minecraft:changed_dimension") +criteria.setDimensionDestination("betweenlands") + +//Rewards +setRewardExperience(8) + +visibleIf("triumph:stage2/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage2/biomealyzer.txt b/config/triumph/script/triumph/stage2/biomealyzer.txt new file mode 100644 index 0000000..5de0334 --- /dev/null +++ b/config/triumph/script/triumph/stage2/biomealyzer.txt @@ -0,0 +1,17 @@ +setTranslatedTitle("advancements.stage2.biomealyzer.title") + +setIcon("infoaccessories:info_accessory", 6) + +setTranslatedDescription("advancements.stage2.biomealyzer.description") + +addParent("triumph:stage2/compass") +setRequiresParents() + +//Criteria +criteria = addCriteria("hasRock", "minecraft:inventory_changed") +criteria.setItem("infoaccessories:info_accessory", 6) + +//Rewards +setRewardExperience(8) + +visibleIf("triumph:stage2/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage2/bucket.txt b/config/triumph/script/triumph/stage2/bucket.txt new file mode 100644 index 0000000..6682309 --- /dev/null +++ b/config/triumph/script/triumph/stage2/bucket.txt @@ -0,0 +1,17 @@ +setTranslatedTitle("advancements.stage2.bucket.title") + +setIcon("minecraft:bucket") + +setTranslatedDescription("advancements.stage2.bucket.description") + +addParent("triumph:stage2/controller") +setRequiresParents() + +//Criteria +criteria = addCriteria("hasRock", "minecraft:inventory_changed") +criteria.setItem("minecraft:bucket") + +//Rewards +setRewardExperience(8) + +visibleIf("triumph:stage2/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage2/carminitereactor.txt b/config/triumph/script/triumph/stage2/carminitereactor.txt new file mode 100644 index 0000000..b1ad67e --- /dev/null +++ b/config/triumph/script/triumph/stage2/carminitereactor.txt @@ -0,0 +1,17 @@ +setTranslatedTitle("advancements.stage2.carminitereactor.title") + +setIcon("twilightforest:tower_device", 12) + +setTranslatedDescription("advancements.stage2.carminitereactor.description") + +addParent("triumph:stage2/twilight") +setRequiresParents() + +//Criteria +criteria = addCriteria("hasRock", "minecraft:inventory_changed") +criteria.setItem("twilightforest:tower_device", 12) + +//Rewards +setRewardExperience(8) + +visibleIf("triumph:stage2/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage2/compass.txt b/config/triumph/script/triumph/stage2/compass.txt new file mode 100644 index 0000000..37bad24 --- /dev/null +++ b/config/triumph/script/triumph/stage2/compass.txt @@ -0,0 +1,17 @@ +setTranslatedTitle("advancements.stage2.compass.title") + +setIcon("minecraft:compass") + +setTranslatedDescription("advancements.stage2.compass.description") + +addParent("triumph:stage2/controller") +setRequiresParents() + +//Criteria +criteria = addCriteria("hasRock", "minecraft:inventory_changed") +criteria.setItem("minecraft:compass") + +//Rewards +setRewardExperience(8) + +visibleIf("triumph:stage2/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage2/conpaper.txt b/config/triumph/script/triumph/stage2/conpaper.txt new file mode 100644 index 0000000..ab14653 --- /dev/null +++ b/config/triumph/script/triumph/stage2/conpaper.txt @@ -0,0 +1,24 @@ +setTranslatedTitle("advancements.stage2.conpaper.title") + +setIcon("astralsorcery:itemconstellationpaper") + +setTranslatedDescription("advancements.stage2.conpaper.description") + +addParent("triumph:stage2/root") +setRequiresParents() + +setFrameType("goal") + +setUncompletedIconColor(8947848) +setCompletedIconColor(6570404) +setUncompletedTitleColor(8947848) +setCompletedTitleColor(6570404) + +//Criteria +criteria = addCriteria("hasRock", "minecraft:inventory_changed") +criteria.setItem("astralsorcery:itemconstellationpaper") + +//Rewards +setRewardExperience(8) + +visibleIf("triumph:stage2/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage2/controller.txt b/config/triumph/script/triumph/stage2/controller.txt new file mode 100644 index 0000000..5d76e3d --- /dev/null +++ b/config/triumph/script/triumph/stage2/controller.txt @@ -0,0 +1,17 @@ +setTranslatedTitle("advancements.stage2.controller.title") + +setIcon("tconstruct:smeltery_controller") + +setTranslatedDescription("advancements.stage2.controller.description") + +addParent("triumph:stage2/betweenlands") +setRequiresParents() + +//Criteria +criteria = addCriteria("placedDirt", "minecraft:placed_block") +criteria.setBlock("tconstruct:smeltery_controller") + +//Rewards +setRewardExperience(8) + +visibleIf("triumph:stage2/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage2/depth.txt b/config/triumph/script/triumph/stage2/depth.txt new file mode 100644 index 0000000..b4e81b1 --- /dev/null +++ b/config/triumph/script/triumph/stage2/depth.txt @@ -0,0 +1,17 @@ +setTranslatedTitle("advancements.stage2.depth.title") + +setIcon("infoaccessories:info_accessory", 2) + +setTranslatedDescription("advancements.stage2.depth.description") + +addParent("triumph:stage2/compass") +setRequiresParents() + +//Criteria +criteria = addCriteria("hasRock", "minecraft:inventory_changed") +criteria.setItem("infoaccessories:info_accessory", 2) + +//Rewards +setRewardExperience(8) + +visibleIf("triumph:stage2/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage2/dowsingrod.txt b/config/triumph/script/triumph/stage2/dowsingrod.txt new file mode 100644 index 0000000..d00d4b4 --- /dev/null +++ b/config/triumph/script/triumph/stage2/dowsingrod.txt @@ -0,0 +1,17 @@ +setTranslatedTitle("advancements.stage2.dowsingrod.title") + +setIcon("prospectors:prospector_low") + +setTranslatedDescription("advancements.stage2.dowsingrod.description") + +addParent("triumph:stage2/glass") +setRequiresParents() + +//Criteria +criteria = addCriteria("crafted", "minecraft:inventory_changed") +criteria.setItem("prospectors:prospector_low") + +//Rewards +setRewardExperience(8) + +visibleIf("triumph:stage2/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage2/drawertable.txt b/config/triumph/script/triumph/stage2/drawertable.txt new file mode 100644 index 0000000..90d8a1e --- /dev/null +++ b/config/triumph/script/triumph/stage2/drawertable.txt @@ -0,0 +1,17 @@ +setTranslatedTitle("advancements.stage2.drawertable.title") + +setIcon("storagedrawers:framingtable") + +setTranslatedDescription("advancements.stage2.drawertable.description") + +addParent("triumph:stage2/root") +setRequiresParents() + +//Criteria +criteria = addCriteria("crafted", "minecraft:inventory_changed") +criteria.setItem("storagedrawers:framingtable") + +//Rewards +setRewardExperience(8) + +visibleIf("triumph:stage2/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage2/enderman.txt b/config/triumph/script/triumph/stage2/enderman.txt new file mode 100644 index 0000000..81f8bc7 --- /dev/null +++ b/config/triumph/script/triumph/stage2/enderman.txt @@ -0,0 +1,31 @@ +setTranslatedTitle("advancements.stage2.enderman.title") + +setIcon("appliedenergistics2:material", 46) + +setTranslatedDescription("advancements.stage2.enderman.description") + +addParent("triumph:stage2/conpaper") +setRequiresParents() + +setRequirements("any") + +//Criteria +criteria1 = addCriteria("killed_spider1", "minecraft:player_killed_entity") +criteria1.setEntityType("minecraft:enderman") + +criteria2 = addCriteria("killed_spider2", "minecraft:player_killed_entity") +criteria2.setEntityType("minecraft:endermite") + +criteria3 = addCriteria("killed_spider3", "minecraft:player_killed_entity") +criteria3.setEntityType("emberroot:enderminy") + +criteria4 = addCriteria("killed_spider4", "minecraft:player_killed_entity") +criteria4.setEntityType("enderutilities:endermanfighter") + +criteria5 = addCriteria("killed_spider5", "minecraft:player_killed_entity") +criteria5.setEntityType("galacticraftcore:evolved_enderman") + +//Rewards +setRewardExperience(8) + +visibleIf("triumph:stage2/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage2/extendedcraftingbasic.txt b/config/triumph/script/triumph/stage2/extendedcraftingbasic.txt new file mode 100644 index 0000000..38ad27a --- /dev/null +++ b/config/triumph/script/triumph/stage2/extendedcraftingbasic.txt @@ -0,0 +1,17 @@ +setTranslatedTitle("advancements.stage2.extendedcraftingbasic.title") + +setIcon("extendedcrafting:table_basic") + +setTranslatedDescription("advancements.stage2.extendedcraftingbasic.description") + +addParent("triumph:stage2/starpowder") +setRequiresParents() + +//Criteria +criteria = addCriteria("hasRock", "minecraft:inventory_changed") +criteria.setItem("extendedcrafting:table_basic") + +//Rewards +setRewardExperience(8) + +visibleIf("triumph:stage2/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage2/glass.txt b/config/triumph/script/triumph/stage2/glass.txt new file mode 100644 index 0000000..43a7652 --- /dev/null +++ b/config/triumph/script/triumph/stage2/glass.txt @@ -0,0 +1,17 @@ +setTranslatedTitle("advancements.stage2.glass.title") + +setIcon("minecraft:glass") + +setTranslatedDescription("advancements.stage2.glass.description") + +addParent("triumph:stage2/root") +setRequiresParents() + +//Criteria +criteria = addCriteria("hasRock", "minecraft:inventory_changed") +criteria.setItem("minecraft:glass") + +//Rewards +setRewardExperience(8) + +visibleIf("triumph:stage2/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage2/gold.txt b/config/triumph/script/triumph/stage2/gold.txt new file mode 100644 index 0000000..985eee4 --- /dev/null +++ b/config/triumph/script/triumph/stage2/gold.txt @@ -0,0 +1,17 @@ +setTranslatedTitle("advancements.stage2.gold.title") + +setIcon("minecraft:gold_ingot") + +setTranslatedDescription("advancements.stage2.gold.description") + +addParent("triumph:stage2/dowsingrod") +setRequiresParents() + +//Criteria +criteria = addCriteria("brokeLog", "triumph:player_break_block") +criteria.setBlock("geolosys:ore_vanilla", 2) + +//Rewards +setRewardExperience(8) + +visibleIf("triumph:stage2/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage2/iron.txt b/config/triumph/script/triumph/stage2/iron.txt new file mode 100644 index 0000000..81d5e60 --- /dev/null +++ b/config/triumph/script/triumph/stage2/iron.txt @@ -0,0 +1,17 @@ +setTranslatedTitle("advancements.stage2.iron.title") + +setIcon("minecraft:iron_ingot") + +setTranslatedDescription("advancements.stage2.iron.description") + +addParent("triumph:stage2/dowsingrod") +setRequiresParents() + +//Criteria +criteria = addCriteria("brokeLog", "triumph:player_break_block") +criteria.setBlock("geolosys:ore", 0) + +//Rewards +setRewardExperience(8) + +visibleIf("triumph:stage2/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage2/lapis.txt b/config/triumph/script/triumph/stage2/lapis.txt new file mode 100644 index 0000000..c945762 --- /dev/null +++ b/config/triumph/script/triumph/stage2/lapis.txt @@ -0,0 +1,19 @@ +setTranslatedTitle("advancements.stage2.lapis.title") + +setIcon("minecraft:dye", 4) + +setTranslatedDescription("advancements.stage2.lapis.description") + +addParent("triumph:stage2/dowsingrod") +setRequiresParents() + +setRequirements("any") + +//Criteria +criteria = addCriteria("brokeLog", "triumph:player_break_block") +criteria.setBlock("geolosys:ore_vanilla", 3) + +//Rewards +setRewardExperience(8) + +visibleIf("triumph:stage2/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage2/lightwell.txt b/config/triumph/script/triumph/stage2/lightwell.txt new file mode 100644 index 0000000..6a27f41 --- /dev/null +++ b/config/triumph/script/triumph/stage2/lightwell.txt @@ -0,0 +1,24 @@ +setTranslatedTitle("advancements.stage2.lightwell.title") + +setIcon("astralsorcery:blockwell") + +setTranslatedDescription("advancements.stage2.lightwell.description") + +addParent("triumph:stage2/conpaper") +setRequiresParents() + +setFrameType("goal") + +setUncompletedIconColor(8947848) +setCompletedIconColor(6570404) +setUncompletedTitleColor(8947848) +setCompletedTitleColor(6570404) + +//Criteria +criteria = addCriteria("hasRock", "minecraft:inventory_changed") +criteria.setItem("astralsorcery:blockwell") + +//Rewards +setRewardExperience(8) + +visibleIf("triumph:stage2/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage2/mapping.txt b/config/triumph/script/triumph/stage2/mapping.txt new file mode 100644 index 0000000..1e524a6 --- /dev/null +++ b/config/triumph/script/triumph/stage2/mapping.txt @@ -0,0 +1,19 @@ +setTranslatedTitle("advancements.stage2.mapping.title") + +setIcon("minecraft:filled_map") + +setTranslatedDescription("advancements.stage2.mapping.description") + +addParent("triumph:stage2/extendedcraftingbasic") +setRequiresParents() + +//Criteria +criteria = addCriteria("consumed", "minecraft:consume_item") +criteria.setItem("extraplanets:apple_iron", 0) + +//Rewards +setRewardFunction("triumph:advanced_mapping") +setRewardFunction("triumph:prestige_add_100") +setRewardExperience(8) + +visibleIf("triumph:stage2/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage2/market.txt b/config/triumph/script/triumph/stage2/market.txt new file mode 100644 index 0000000..d72ccb6 --- /dev/null +++ b/config/triumph/script/triumph/stage2/market.txt @@ -0,0 +1,17 @@ +setTranslatedTitle("advancements.stage2.market.title") + +setIcon("farmingforblockheads:market") + +setTranslatedDescription("advancements.stage2.market.description") + +addParent("triumph:stage2/gold") +setRequiresParents() + +//Criteria +criteria = addCriteria("hasRock", "minecraft:inventory_changed") +criteria.setItem("farmingforblockheads:market") + +//Rewards +setRewardExperience(8) + +visibleIf("triumph:stage2/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage2/nuggetcast.txt b/config/triumph/script/triumph/stage2/nuggetcast.txt new file mode 100644 index 0000000..0d1bda8 --- /dev/null +++ b/config/triumph/script/triumph/stage2/nuggetcast.txt @@ -0,0 +1,17 @@ +setTranslatedTitle("advancements.stage2.nuggetcast.title") + +setIcon("tconstruct:cast_custom", 1) + +setTranslatedDescription("advancements.stage2.nuggetcast.description") + +addParent("triumph:stage2/gold") +setRequiresParents() + +//Criteria +criteria = addCriteria("hasRock", "minecraft:inventory_changed") +criteria.setItem("tconstruct:cast_custom", 1) + +//Rewards +setRewardExperience(8) + +visibleIf("triumph:stage2/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage2/paper.txt b/config/triumph/script/triumph/stage2/paper.txt new file mode 100644 index 0000000..3bd72df --- /dev/null +++ b/config/triumph/script/triumph/stage2/paper.txt @@ -0,0 +1,17 @@ +setTranslatedTitle("advancements.stage2.paper.title") + +setIcon("minecraft:paper") + +setTranslatedDescription("advancements.stage2.paper.description") + +addParent("triumph:stage2/root") +setRequiresParents() + +//Criteria +criteria = addCriteria("hasRock", "minecraft:inventory_changed") +criteria.setItem("minecraft:paper") + +//Rewards +setRewardExperience(8) + +visibleIf("triumph:stage2/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage2/piston.txt b/config/triumph/script/triumph/stage2/piston.txt new file mode 100644 index 0000000..f7af9ce --- /dev/null +++ b/config/triumph/script/triumph/stage2/piston.txt @@ -0,0 +1,24 @@ +setTranslatedTitle("advancements.stage2.piston.title") + +setIcon("minecraft:piston") + +setTranslatedDescription("advancements.stage2.piston.description") + +addParent("triumph:stage2/twilight") +setRequiresParents() + +setFrameType("goal") + +setUncompletedIconColor(8947848) +setCompletedIconColor(6570404) +setUncompletedTitleColor(8947848) +setCompletedTitleColor(6570404) + +//Criteria +criteria = addCriteria("hasRock", "minecraft:inventory_changed") +criteria.setItem("minecraft:piston") + +//Rewards +setRewardExperience(8) + +visibleIf("triumph:stage2/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage2/resonatingwand.txt b/config/triumph/script/triumph/stage2/resonatingwand.txt new file mode 100644 index 0000000..540a631 --- /dev/null +++ b/config/triumph/script/triumph/stage2/resonatingwand.txt @@ -0,0 +1,17 @@ +setTranslatedTitle("advancements.stage2.resonatingwand.title") + +setIcon("astralsorcery:itemwand") + +setTranslatedDescription("advancements.stage2.resonatingwand.description") + +addParent("triumph:stage2/enderman") +setRequiresParents() + +//Criteria +criteria = addCriteria("crafted", "minecraft:inventory_changed") +criteria.setItem("astralsorcery:itemwand") + +//Rewards +setRewardExperience(8) + +visibleIf("triumph:stage2/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage2/rockcrystal.txt b/config/triumph/script/triumph/stage2/rockcrystal.txt new file mode 100644 index 0000000..771e9bb --- /dev/null +++ b/config/triumph/script/triumph/stage2/rockcrystal.txt @@ -0,0 +1,17 @@ +setTranslatedTitle("advancements.stage2.rockcrystal.title") + +setIcon("astralsorcery:itemrockcrystalsimple", 0) + +setTranslatedDescription("advancements.stage2.rockcrystal.description") + +addParent("triumph:stage2/starpowder") +setRequiresParents() + +//Criteria +criteria = addCriteria("hasRock", "minecraft:inventory_changed") +criteria.setItem("astralsorcery:itemrockcrystalsimple", 0) + +//Rewards +setRewardExperience(8) + +visibleIf("triumph:stage2/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage2/root.txt b/config/triumph/script/triumph/stage2/root.txt new file mode 100644 index 0000000..08c2eba --- /dev/null +++ b/config/triumph/script/triumph/stage2/root.txt @@ -0,0 +1,15 @@ +setTranslatedTitle("advancements.stage2.root.title") + +setIcon("astralsorcery:itemcraftingcomponent", 4) + +setTranslatedDescription("advancements.stage2.root.description") + +setBackground("minecraft:textures/blocks/stonebrick_mossy.png") + +setShowToast(false) + +setAnnounceToChat(false) + +//Criteria +criteria = addCriteria("completedStage1", "triumph:completed_advancement") +criteria.setString("triumph:stage1/astable") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage2/sealantern.txt b/config/triumph/script/triumph/stage2/sealantern.txt new file mode 100644 index 0000000..f210cf1 --- /dev/null +++ b/config/triumph/script/triumph/stage2/sealantern.txt @@ -0,0 +1,17 @@ +setTranslatedTitle("advancements.stage2.sealantern.title") + +setIcon("minecraft:sea_lantern", 0) + +setTranslatedDescription("advancements.stage2.sealantern.description") + +addParent("triumph:stage2/root") +setRequiresParents() + +//Criteria +criteria = addCriteria("crafted", "minecraft:inventory_changed") +criteria.setItem("minecraft:sea_lantern", 0) + +//Rewards +setRewardExperience(8) + +visibleIf("triumph:stage2/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage2/skywave.txt b/config/triumph/script/triumph/stage2/skywave.txt new file mode 100644 index 0000000..dd0adea --- /dev/null +++ b/config/triumph/script/triumph/stage2/skywave.txt @@ -0,0 +1,17 @@ +setTranslatedTitle("advancements.stage2.skywave.title") + +setIcon("astralsorcery:itemskyresonator") + +setTranslatedDescription("advancements.stage2.skywave.description") + +addParent("triumph:stage2/conpaper") +setRequiresParents() + +//Criteria +criteria = addCriteria("hasRock", "minecraft:inventory_changed") +criteria.setItem("astralsorcery:itemskyresonator") + +//Rewards +setRewardExperience(8) + +visibleIf("triumph:stage2/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage2/smeltertank.txt b/config/triumph/script/triumph/stage2/smeltertank.txt new file mode 100644 index 0000000..0709bbf --- /dev/null +++ b/config/triumph/script/triumph/stage2/smeltertank.txt @@ -0,0 +1,22 @@ +setTranslatedTitle("advancements.stage2.smeltertank.title") + +setIcon("tcomplement:porcelain_tank") + +setTranslatedDescription("advancements.stage2.smeltertank.description") + +addParent("triumph:stage2/iron") +setRequiresParents() + +setRequirements("any") + +//Criteria +criteria1 = addCriteria("hasRock1", "minecraft:inventory_changed") +criteria1.setItem("tcomplement:porcelain_tank") + +criteria2 = addCriteria("hasRock2", "minecraft:inventory_changed") +criteria2.setItem("tconstruct:seared_tank") + +//Rewards +setRewardExperience(8) + +visibleIf("triumph:stage2/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage2/starpowder.txt b/config/triumph/script/triumph/stage2/starpowder.txt new file mode 100644 index 0000000..dc4dced --- /dev/null +++ b/config/triumph/script/triumph/stage2/starpowder.txt @@ -0,0 +1,17 @@ +setTranslatedTitle("advancements.stage2.starpowder.title") + +setIcon("astralsorcery:itemcraftingcomponent", 2) + +setTranslatedDescription("advancements.stage2.starpowder.description") + +addParent("triumph:stage2/dowsingrod") +setRequiresParents() + +//Criteria +criteria = addCriteria("hasRock", "minecraft:inventory_changed") +criteria.setItem("astralsorcery:itemcraftingcomponent", 2) + +//Rewards +setRewardExperience(8) + +visibleIf("triumph:stage2/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage2/stevescarts.txt b/config/triumph/script/triumph/stage2/stevescarts.txt new file mode 100644 index 0000000..49290f5 --- /dev/null +++ b/config/triumph/script/triumph/stage2/stevescarts.txt @@ -0,0 +1,25 @@ +setTranslatedTitle("advancements.stage2.stevescarts.title") + +setIcon("stevescarts:cartmodule", 0) + +setTranslatedDescription("advancements.stage2.stevescarts.description") + +addParent("triumph:stage2/piston") +setRequiresParents() + +setFrameType("challenge") + +setUncompletedIconColor(8947848) +setCompletedIconColor(6570404) +setUncompletedTitleColor(8947848) +setCompletedTitleColor(6570404) + +//Criteria +criteria = addCriteria("hasRock", "minecraft:inventory_changed") +criteria.setItem("stevescarts:cartmodule", 0) + +//Rewards +setRewardExperience(8) +setRewardFunction("triumph:stage-3_trigger") + +visibleIf("triumph:stage2/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage2/stopwatch.txt b/config/triumph/script/triumph/stage2/stopwatch.txt new file mode 100644 index 0000000..5230435 --- /dev/null +++ b/config/triumph/script/triumph/stage2/stopwatch.txt @@ -0,0 +1,17 @@ +setTranslatedTitle("advancements.stage2.stopwatch.title") + +setIcon("infoaccessories:info_accessory") + +setTranslatedDescription("advancements.stage2.stopwatch.description") + +addParent("triumph:stage2/compass") +setRequiresParents() + +//Criteria +criteria = addCriteria("hasRock", "minecraft:inventory_changed") +criteria.setItem("infoaccessories:info_accessory", 0) + +//Rewards +setRewardExperience(8) + +visibleIf("triumph:stage2/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage2/tcontable1.txt b/config/triumph/script/triumph/stage2/tcontable1.txt new file mode 100644 index 0000000..8cf0e62 --- /dev/null +++ b/config/triumph/script/triumph/stage2/tcontable1.txt @@ -0,0 +1,17 @@ +setTranslatedTitle("advancements.stage2.tcontable1.title") + +setIcon("tconstruct:tooltables", 0) + +setTranslatedDescription("advancements.stage2.tcontable1.description") + +addParent("triumph:stage2/root") +setRequiresParents() + +//Criteria +criteria = addCriteria("hasRock", "minecraft:inventory_changed") +criteria.setItem("tconstruct:tooltables", 0) + +//Rewards +setRewardExperience(8) + +visibleIf("triumph:stage2/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage2/tcontable2.txt b/config/triumph/script/triumph/stage2/tcontable2.txt new file mode 100644 index 0000000..f0d67f0 --- /dev/null +++ b/config/triumph/script/triumph/stage2/tcontable2.txt @@ -0,0 +1,20 @@ +setTranslatedTitle("advancements.stage2.tcontable2.title") + +setIcon("tconstruct:tooltables", 1) + +setTranslatedDescription("advancements.stage2.tcontable2.description") + +addParent("triumph:stage2/tcontable1") +setRequiresParents() + +//Criteria +criteria1 = addCriteria("hasRock1", "minecraft:inventory_changed") +criteria1.setItem("tconstruct:tooltables", 1) + +criteria2 = addCriteria("hasRock2", "minecraft:inventory_changed") +criteria2.setItem("tconstruct:tooltables", 2) + +//Rewards +setRewardExperience(8) + +visibleIf("triumph:stage2/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage2/tcontable3.txt b/config/triumph/script/triumph/stage2/tcontable3.txt new file mode 100644 index 0000000..a82893c --- /dev/null +++ b/config/triumph/script/triumph/stage2/tcontable3.txt @@ -0,0 +1,17 @@ +setTranslatedTitle("advancements.stage2.tcontable3.title") + +setIcon("tconstruct:tooltables", 3) + +setTranslatedDescription("advancements.stage2.tcontable3.description") + +addParent("triumph:stage2/tcontable2") +setRequiresParents() + +//Criteria +criteria = addCriteria("hasRock", "minecraft:inventory_changed") +criteria.setItem("tconstruct:tooltables", 3) + +//Rewards +setRewardExperience(8) + +visibleIf("triumph:stage2/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage2/twilight.txt b/config/triumph/script/triumph/stage2/twilight.txt new file mode 100644 index 0000000..521b7af --- /dev/null +++ b/config/triumph/script/triumph/stage2/twilight.txt @@ -0,0 +1,24 @@ +setTranslatedTitle("advancements.stage2.twilight.title") + +setIcon("astralsorcery:itemcraftingcomponent", 1) + +setTranslatedDescription("advancements.stage2.twilight.description") + +addParent("triumph:stage2/astable2") +setRequiresParents() + +setFrameType("goal") + +setUncompletedIconColor(8947848) +setCompletedIconColor(6570404) +setUncompletedTitleColor(8947848) +setCompletedTitleColor(6570404) + +//Criteria +criteria = addCriteria("hasRock", "minecraft:inventory_changed") +criteria.setItem("astralsorcery:itemcraftingcomponent", 1) + +//Rewards +setRewardExperience(8) + +visibleIf("triumph:stage2/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage2/wateringcan.txt b/config/triumph/script/triumph/stage2/wateringcan.txt new file mode 100644 index 0000000..9d0bca3 --- /dev/null +++ b/config/triumph/script/triumph/stage2/wateringcan.txt @@ -0,0 +1,17 @@ +setTranslatedTitle("advancements.stage2.wateringcan.title") + +setIcon("pickletweaks:watering_can") + +setTranslatedDescription("advancements.stage2.wateringcan.description") + +addParent("triumph:stage2/smeltertank") +setRequiresParents() + +//Criteria +criteria = addCriteria("hasRock", "minecraft:inventory_changed") +criteria.setItem("pickletweaks:watering_can") + +//Rewards +setRewardExperience(8) + +visibleIf("triumph:stage2/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage2/weedwoodsticks.txt b/config/triumph/script/triumph/stage2/weedwoodsticks.txt new file mode 100644 index 0000000..ac2fe0a --- /dev/null +++ b/config/triumph/script/triumph/stage2/weedwoodsticks.txt @@ -0,0 +1,16 @@ +setTranslatedTitle("advancements.stage2.weedwoodsticks.title") + +setIcon("thebetweenlands:weedwood_bush") + +setTranslatedDescription("advancements.stage2.weedwoodsticks.description") + +addParent("triumph:stage2/betweenlands") + +//Criteria +criteria = addCriteria("hasRock", "minecraft:inventory_changed") +criteria.setItem("thebetweenlands:items_misc", 20) + +//Rewards +setRewardExperience(8) + +visibleIf("triumph:stage2/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage2/weedwoodsword.txt b/config/triumph/script/triumph/stage2/weedwoodsword.txt new file mode 100644 index 0000000..5372c2d --- /dev/null +++ b/config/triumph/script/triumph/stage2/weedwoodsword.txt @@ -0,0 +1,17 @@ +setTranslatedTitle("advancements.stage2.weedwoodsword.title") + +setIcon("thebetweenlands:weedwood_sword") + +setTranslatedDescription("advancements.stage2.weedwoodsword.description") + +addParent("triumph:stage2/betweenlands") + +//Criteria +criteria = addCriteria("hasRock", "minecraft:inventory_changed") +criteria.setItem("thebetweenlands:weedwood_sword") + +//Rewards +setRewardExperience(8) +setRewardItem("thebetweenlands:rotten_food", 0, 16) + +visibleIf("triumph:stage2/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage2/weird.txt b/config/triumph/script/triumph/stage2/weird.txt new file mode 100644 index 0000000..c9cc0a2 --- /dev/null +++ b/config/triumph/script/triumph/stage2/weird.txt @@ -0,0 +1,17 @@ +setTranslatedTitle("advancements.stage2.weird.title") + +setIcon("weirdinggadget:weirding_gadget") + +setTranslatedDescription("advancements.stage2.weird.description") + +addParent("triumph:stage2/enderman") +setRequiresParents() + +//Criteria +criteria = addCriteria("crafted", "minecraft:inventory_changed") +criteria.setItem("weirdinggadget:weirding_gadget", 0) + +//Rewards +setRewardExperience(8) + +visibleIf("triumph:stage2/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage2/wool.txt b/config/triumph/script/triumph/stage2/wool.txt new file mode 100644 index 0000000..c0b8b8c --- /dev/null +++ b/config/triumph/script/triumph/stage2/wool.txt @@ -0,0 +1,17 @@ +setTranslatedTitle("advancements.stage2.wool.title") + +setIcon("minecraft:wool") + +setTranslatedDescription("advancements.stage2.wool.description") + +addParent("triumph:stage2/root") +setRequiresParents() + +//Criteria +criteria = addCriteria("hasRock", "minecraft:inventory_changed") +criteria.setItem("minecraft:wool") + +//Rewards +setRewardExperience(8) + +visibleIf("triumph:stage2/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage3/amethyst.txt b/config/triumph/script/triumph/stage3/amethyst.txt new file mode 100644 index 0000000..14b379b --- /dev/null +++ b/config/triumph/script/triumph/stage3/amethyst.txt @@ -0,0 +1,17 @@ +setTranslatedTitle("advancements.stage3.amethyst.title") + +setIcon("nex:amethyst_crystal") + +setTranslatedDescription("advancements.stage3.amethyst.description") + +addParent("triumph:stage3/nether") +setRequiresParents() + +//Criteria +criteria2 = addCriteria("hasRock2", "minecraft:inventory_changed") +criteria2.setItem("nex:amethyst_crystal", 0) + +//Rewards +setRewardExperience(8) + +visibleIf("triumph:stage3/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage3/bauxite.txt b/config/triumph/script/triumph/stage3/bauxite.txt new file mode 100644 index 0000000..609888d --- /dev/null +++ b/config/triumph/script/triumph/stage3/bauxite.txt @@ -0,0 +1,17 @@ +setTranslatedTitle("advancements.stage3.bauxite.title") + +setIcon("immersiveengineering:metal", 1) + +setTranslatedDescription("advancements.stage3.bauxite.description") + +addParent("triumph:stage3/oreprospector") +setRequiresParents() + +//Criteria +criteria = addCriteria("hasRock", "minecraft:inventory_changed") +criteria.setItem("geolosys:cluster", 6) + +//Rewards +setRewardExperience(8) + +visibleIf("triumph:stage3/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage3/bellows.txt b/config/triumph/script/triumph/stage3/bellows.txt new file mode 100644 index 0000000..7b3e74c --- /dev/null +++ b/config/triumph/script/triumph/stage3/bellows.txt @@ -0,0 +1,17 @@ +setTranslatedTitle("advancements.stage3.bellows.title") + +setIcon("betterwithmods:bellows") + +setTranslatedDescription("advancements.stage3.bellows.description") + +addParent("triumph:stage3/hibachi") +setRequiresParents() + +//Criteria +criteria = addCriteria("hasRock", "minecraft:inventory_changed") +criteria.setItem("betterwithmods:bellows") + +//Rewards +setRewardExperience(8) + +visibleIf("triumph:stage3/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage3/blazerod.txt b/config/triumph/script/triumph/stage3/blazerod.txt new file mode 100644 index 0000000..3a8db6f --- /dev/null +++ b/config/triumph/script/triumph/stage3/blazerod.txt @@ -0,0 +1,17 @@ +setTranslatedTitle("advancements.stage3.blazerod.title") + +setIcon("minecraft:blaze_rod", 0) + +setTranslatedDescription("advancements.stage3.blazerod.description") + +addParent("triumph:stage3/nether") +setRequiresParents() + +//Criteria +criteria = addCriteria("hasRock", "minecraft:inventory_changed") +criteria.setItem("minecraft:blaze_rod", 0) + +//Rewards +setRewardExperience(8) + +visibleIf("triumph:stage3/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage3/bonehoe.txt b/config/triumph/script/triumph/stage3/bonehoe.txt new file mode 100644 index 0000000..e5a6acc --- /dev/null +++ b/config/triumph/script/triumph/stage3/bonehoe.txt @@ -0,0 +1,17 @@ +setTranslatedTitle("advancements.stage3.bonehoe.title") + +setIcon("nex:golden_wither_bone_hoe") + +setTranslatedDescription("advancements.stage3.bonehoe.description") + +addParent("triumph:stage3/netherwart") +setRequiresParents() + +//Criteria +criteria = addCriteria("hasRock", "minecraft:inventory_changed") +criteria.setItem("nex:golden_wither_bone_hoe") + +//Rewards +setRewardExperience(8) + +visibleIf("triumph:stage3/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage3/buildcraft.txt b/config/triumph/script/triumph/stage3/buildcraft.txt new file mode 100644 index 0000000..7f7590e --- /dev/null +++ b/config/triumph/script/triumph/stage3/buildcraft.txt @@ -0,0 +1,17 @@ +setTranslatedTitle("advancements.stage3.buildcraft.title") + +setIcon("buildcrafttransport:pipe_cobble_item") + +setTranslatedDescription("advancements.stage3.buildcraft.description") + +addParent("triumph:stage3/circuitboard") +setRequiresParents() + +//Criteria +criteria = addCriteria("hasRock", "minecraft:inventory_changed") +criteria.setItem("buildcraftcore:engine") + +//Rewards +setRewardExperience(8) + +visibleIf("triumph:stage3/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage3/circuitboard.txt b/config/triumph/script/triumph/stage3/circuitboard.txt new file mode 100644 index 0000000..75fef68 --- /dev/null +++ b/config/triumph/script/triumph/stage3/circuitboard.txt @@ -0,0 +1,24 @@ +setTranslatedTitle("advancements.stage3.circuitboard.title") + +setIcon("immersiveengineering:material", 27) + +setTranslatedDescription("advancements.stage3.circuitboard.description") + +addParent("triumph:stage3/vacuumtube") +setRequiresParents() + +setFrameType("Goal") + +setUncompletedIconColor(8947848) +setCompletedIconColor(6570404) +setUncompletedTitleColor(8947848) +setCompletedTitleColor(6570404) + +//Criteria +criteria = addCriteria("hasRock", "minecraft:inventory_changed") +criteria.setItem("immersiveengineering:material", 27) + +//Rewards +setRewardExperience(8) + +visibleIf("triumph:stage3/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage3/conveyorbelt.txt b/config/triumph/script/triumph/stage3/conveyorbelt.txt new file mode 100644 index 0000000..7a16c12 --- /dev/null +++ b/config/triumph/script/triumph/stage3/conveyorbelt.txt @@ -0,0 +1,17 @@ +setTranslatedTitle("advancements.stage3.conveyorbelt.title") + +setIcon("immersiveengineering:conveyor", 0, {conveyorType: "immersiveengineering:uncontrolled"}) + +setTranslatedDescription("advancements.stage3.conveyorbelt.description") + +addParent("triumph:stage3/workbench") +setRequiresParents() + +//Criteria +criteria = addCriteria("hasRock", "minecraft:inventory_changed") +criteria.addItem("immersiveengineering:conveyor", 0, {conveyorType: "immersiveengineering:conveyor"}) + +//Rewards +setRewardExperience(8) + +visibleIf("triumph:stage3/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage3/creosote.txt b/config/triumph/script/triumph/stage3/creosote.txt new file mode 100644 index 0000000..4e81cef --- /dev/null +++ b/config/triumph/script/triumph/stage3/creosote.txt @@ -0,0 +1,17 @@ +setTranslatedTitle("advancements.stage3.creosote.title") + +setIcon("immersiveengineering:stone_device") + +setTranslatedDescription("advancements.stage3.creosote.description") + +addParent("triumph:stage3/iehammer") +setRequiresParents() + +//Criteria +criteria = addCriteria("hasRock", "minecraft:inventory_changed") +criteria.setItem("immersiveengineering:material", 6) + +//Rewards +setRewardExperience(8) + +visibleIf("triumph:stage3/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage3/crudeoil.txt b/config/triumph/script/triumph/stage3/crudeoil.txt new file mode 100644 index 0000000..7b1f907 --- /dev/null +++ b/config/triumph/script/triumph/stage3/crudeoil.txt @@ -0,0 +1,24 @@ +setTranslatedTitle("advancements.stage3.crudeoil.title") + +setIcon("forge:bucketfilled", 0, {FluidName:"oil",Amount:1000}) + +setTranslatedDescription("advancements.stage3.crudeoil.description") + +addParent("triumph:stage3/sampledrill") +setRequiresParents() + +setFrameType("Goal") + +setUncompletedIconColor(8947848) +setCompletedIconColor(6570404) +setUncompletedTitleColor(8947848) +setCompletedTitleColor(6570404) + +//Criteria +criteria = addCriteria("hasRock", "minecraft:inventory_changed") +criteria.addItem("forge:bucketfilled", 0, {FluidName:"oil",Amount:1000}) + +//Rewards +setRewardExperience(8) + +visibleIf("triumph:stage3/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage3/distillation2.txt b/config/triumph/script/triumph/stage3/distillation2.txt new file mode 100644 index 0000000..8442057 --- /dev/null +++ b/config/triumph/script/triumph/stage3/distillation2.txt @@ -0,0 +1,23 @@ +setTranslatedTitle("advancements.stage3.distillation2.title") + +setIcon("forge:bucketfilled", 0, {FluidName: "gasoline", Amount: 1000}) + +setTranslatedDescription("advancements.stage3.distillation2.description") + +addParent("triumph:stage3/naphtha") +setRequiresParents() + +//Criteria +criteria1 = addCriteria("hasRock1", "minecraft:inventory_changed") +criteria1.addItem("forge:bucketfilled", 0, {FluidName:"gasoline",Amount:1000}) + +criteria2 = addCriteria("hasRock2", "minecraft:inventory_changed") +criteria2.addItem("forge:bucketfilled", 0, {FluidName:"kerosene",Amount:1000}) + +criteria3 = addCriteria("hasRock3", "minecraft:inventory_changed") +criteria3.addItem("forge:bucketfilled", 0, {FluidName:"lubricant",Amount:1000}) + +//Rewards +setRewardExperience(8) + +visibleIf("triumph:stage3/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage3/drawercontroller.txt b/config/triumph/script/triumph/stage3/drawercontroller.txt new file mode 100644 index 0000000..f6ed1b0 --- /dev/null +++ b/config/triumph/script/triumph/stage3/drawercontroller.txt @@ -0,0 +1,17 @@ +setTranslatedTitle("advancements.stage3.drawercontroller.title") + +setIcon("storagedrawers:controller") + +setTranslatedDescription("advancements.stage3.drawercontroller.description") + +addParent("triumph:stage3/workbench") +setRequiresParents() + +//Criteria +criteria = addCriteria("hasRock", "minecraft:inventory_changed") +criteria.setItem("storagedrawers:controller") + +//Rewards +setRewardExperience(8) + +visibleIf("triumph:stage3/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage3/extendedcrafting1.txt b/config/triumph/script/triumph/stage3/extendedcrafting1.txt new file mode 100644 index 0000000..463dda5 --- /dev/null +++ b/config/triumph/script/triumph/stage3/extendedcrafting1.txt @@ -0,0 +1,17 @@ +setTranslatedTitle("advancements.stage3.extendedcrafting1.title") + +setIcon("extendedcrafting:table_advanced") + +setTranslatedDescription("advancements.stage3.extendedcrafting1.description") + +addParent("triumph:stage3/nether") +setRequiresParents() + +//Criteria +criteria = addCriteria("hasRock", "minecraft:inventory_changed") +criteria.setItem("extendedcrafting:table_advanced") + +//Rewards +setRewardExperience(8) + +visibleIf("triumph:stage3/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage3/filteredhopper.txt b/config/triumph/script/triumph/stage3/filteredhopper.txt new file mode 100644 index 0000000..cbe589e --- /dev/null +++ b/config/triumph/script/triumph/stage3/filteredhopper.txt @@ -0,0 +1,17 @@ +setTranslatedTitle("advancements.stage3.filteredhopper.title") + +setIcon("betterwithmods:single_machine", 2) + +setTranslatedDescription("advancements.stage3.filteredhopper.description") + +addParent("triumph:stage3/nether") +setRequiresParents() + +//Criteria +criteria = addCriteria("hasRock", "minecraft:inventory_changed") +criteria.setItem("betterwithmods:single_machine", 2) + +//Rewards +setRewardExperience(8) + +visibleIf("triumph:stage3/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage3/galgadorian.txt b/config/triumph/script/triumph/stage3/galgadorian.txt new file mode 100644 index 0000000..ce39404 --- /dev/null +++ b/config/triumph/script/triumph/stage3/galgadorian.txt @@ -0,0 +1,17 @@ +setTranslatedTitle("advancements.stage3.galgadorian.title") + +setIcon("stevescarts:modulecomponents", 49) + +setTranslatedDescription("advancements.stage3.galgadorian.description") + +addParent("triumph:stage3/standardhull") +setRequiresParents() + +//Criteria +criteria = addCriteria("hasRock", "minecraft:inventory_changed") +criteria.setItem("stevescarts:modulecomponents", 49) + +//Rewards +setRewardExperience(8) + +visibleIf("triumph:stage3/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage3/hibachi.txt b/config/triumph/script/triumph/stage3/hibachi.txt new file mode 100644 index 0000000..069981b --- /dev/null +++ b/config/triumph/script/triumph/stage3/hibachi.txt @@ -0,0 +1,17 @@ +setTranslatedTitle("advancements.stage3.hibachi.title") + +setIcon("betterwithmods:hibachi") + +setTranslatedDescription("advancements.stage3.hibachi.description") + +addParent("triumph:stage3/filteredhopper") +setRequiresParents() + +//Criteria +criteria = addCriteria("hasRock", "minecraft:inventory_changed") +criteria.setItem("betterwithmods:hibachi") + +//Rewards +setRewardExperience(8) + +visibleIf("triumph:stage3/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage3/iebook.txt b/config/triumph/script/triumph/stage3/iebook.txt new file mode 100644 index 0000000..705f888 --- /dev/null +++ b/config/triumph/script/triumph/stage3/iebook.txt @@ -0,0 +1,24 @@ +setTranslatedTitle("advancements.stage3.iebook.title") + +setIcon("immersiveengineering:tool", 3) + +setTranslatedDescription("advancements.stage3.iebook.description") + +addParent("triumph:stage3/root") +setRequiresParents() + +setFrameType("Goal") + +setUncompletedIconColor(8947848) +setCompletedIconColor(6570404) +setUncompletedTitleColor(8947848) +setCompletedTitleColor(6570404) + +//Criteria +criteria = addCriteria("hasRock", "minecraft:inventory_changed") +criteria.setItem("immersiveengineering:tool", 3) + +//Rewards +setRewardExperience(8) + +visibleIf("triumph:stage3/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage3/iehammer.txt b/config/triumph/script/triumph/stage3/iehammer.txt new file mode 100644 index 0000000..ae9b937 --- /dev/null +++ b/config/triumph/script/triumph/stage3/iehammer.txt @@ -0,0 +1,17 @@ +setTranslatedTitle("advancements.stage3.iehammer.title") + +setIcon("immersiveengineering:tool") + +setTranslatedDescription("advancements.stage3.iehammer.description") + +addParent("triumph:stage3/iebook") +setRequiresParents() + +//Criteria +criteria = addCriteria("hasRock", "minecraft:inventory_changed") +criteria.setItem("immersiveengineering:tool", 0) + +//Rewards +setRewardExperience(8) + +visibleIf("triumph:stage3/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage3/liquidplastic.txt b/config/triumph/script/triumph/stage3/liquidplastic.txt new file mode 100644 index 0000000..5bc19b4 --- /dev/null +++ b/config/triumph/script/triumph/stage3/liquidplastic.txt @@ -0,0 +1,24 @@ +setTranslatedTitle("advancements.stage3.liquidplastic.title") + +setIcon("forge:bucketfilled", 0, {FluidName: "plastic", Amount: 1000}) + +setTranslatedDescription("advancements.stage3.liquidplastic.description") + +addParent("triumph:stage3/propene") +setRequiresParents() + +setFrameType("Goal") + +setUncompletedIconColor(8947848) +setCompletedIconColor(6570404) +setUncompletedTitleColor(8947848) +setCompletedTitleColor(6570404) + +//Criteria +criteria = addCriteria("hasRock", "minecraft:inventory_changed") +criteria.addItem("forge:bucketfilled", 0, {FluidName: "plastic", Amount: 1000}) + +//Rewards +setRewardExperience(8) + +visibleIf("triumph:stage3/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage3/modularmachinery.txt b/config/triumph/script/triumph/stage3/modularmachinery.txt new file mode 100644 index 0000000..6cfcc55 --- /dev/null +++ b/config/triumph/script/triumph/stage3/modularmachinery.txt @@ -0,0 +1,17 @@ +setTranslatedTitle("advancements.stage3.modularmachinery.title") + +setIcon("modularmachinery:blockcontroller") + +setTranslatedDescription("advancements.stage3.modularmachinery.description") + +addParent("triumph:stage3/circuitboard") +setRequiresParents() + +//Criteria +criteria = addCriteria("hasRock", "minecraft:inventory_changed") +criteria.setItem("modularmachinery:blockcontroller") + +//Rewards +setRewardExperience(8) + +visibleIf("triumph:stage3/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage3/naphtha.txt b/config/triumph/script/triumph/stage3/naphtha.txt new file mode 100644 index 0000000..0fe1bfb --- /dev/null +++ b/config/triumph/script/triumph/stage3/naphtha.txt @@ -0,0 +1,24 @@ +setTranslatedTitle("advancements.stage3.naphtha.title") + +setIcon("forge:bucketfilled", 0, {FluidName:"naphtha",Amount:1000}) + +setTranslatedDescription("advancements.stage3.naphtha.description") + +addParent("triumph:stage3/crudeoil") +setRequiresParents() + +setFrameType("Goal") + +setUncompletedIconColor(8947848) +setCompletedIconColor(6570404) +setUncompletedTitleColor(8947848) +setCompletedTitleColor(6570404) + +//Criteria +criteria = addCriteria("hasRock", "minecraft:inventory_changed") +criteria.addItem("forge:bucketfilled", 0, {FluidName:"naphtha",Amount:1000}) + +//Rewards +setRewardExperience(8) + +visibleIf("triumph:stage3/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage3/nether.txt b/config/triumph/script/triumph/stage3/nether.txt new file mode 100644 index 0000000..6b84c86 --- /dev/null +++ b/config/triumph/script/triumph/stage3/nether.txt @@ -0,0 +1,16 @@ +setTranslatedTitle("advancements.stage3.nether.title") + +setIcon("minecraft:netherrack") + +setTranslatedDescription("advancements.stage3.nether.description") + +addParent("triumph:stage3/root") + +//Criteria +criteria = addCriteria("entered_nether", "minecraft:changed_dimension") +criteria.setDimensionDestination("the_nether") + +//Rewards +setRewardExperience(8) + +visibleIf("triumph:stage3/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage3/netherbrick.txt b/config/triumph/script/triumph/stage3/netherbrick.txt new file mode 100644 index 0000000..37dc3c3 --- /dev/null +++ b/config/triumph/script/triumph/stage3/netherbrick.txt @@ -0,0 +1,17 @@ +setTranslatedTitle("advancements.stage3.netherbrick.title") + +setIcon("minecraft:netherbrick") + +setTranslatedDescription("advancements.stage3.netherbrick.description") + +addParent("triumph:stage3/potash") +setRequiresParents() + +//Criteria +criteria = addCriteria("hasRock", "minecraft:inventory_changed") +criteria.setItem("minecraft:netherbrick") + +//Rewards +setRewardExperience(8) + +visibleIf("triumph:stage3/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage3/netherexbiome.txt b/config/triumph/script/triumph/stage3/netherexbiome.txt new file mode 100644 index 0000000..c1ad194 --- /dev/null +++ b/config/triumph/script/triumph/stage3/netherexbiome.txt @@ -0,0 +1,17 @@ +setTranslatedTitle("advancements.stage3.netherexbiome.title") + +setIcon("nex:frostburn_ice") + +setTranslatedDescription("advancements.stage3.netherexbiome.description") + +addParent("triumph:stage3/nether") +setRequiresParents() + +//Criteria +criteria = addCriteria("entered_forest", "minecraft:location") +criteria.setBiome("nex:arctic_abyss") + +//Rewards +setRewardExperience(8) + +visibleIf("triumph:stage3/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage3/netherwart.txt b/config/triumph/script/triumph/stage3/netherwart.txt new file mode 100644 index 0000000..60d0f9a --- /dev/null +++ b/config/triumph/script/triumph/stage3/netherwart.txt @@ -0,0 +1,17 @@ +setTranslatedTitle("advancements.stage3.netherwart.title") + +setIcon("minecraft:nether_wart", 0) + +setTranslatedDescription("advancements.stage3.netherwart.description") + +addParent("triumph:stage3/netherexbiome") +setRequiresParents() + +//Criteria +criteria = addCriteria("hasRock", "minecraft:inventory_changed") +criteria.setItem("minecraft:nether_wart", 0) + +//Rewards +setRewardExperience(8) + +visibleIf("triumph:stage3/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage3/nickel.txt b/config/triumph/script/triumph/stage3/nickel.txt new file mode 100644 index 0000000..1cc5048 --- /dev/null +++ b/config/triumph/script/triumph/stage3/nickel.txt @@ -0,0 +1,19 @@ +setTranslatedTitle("advancements.stage3.nickel.title") + +setIcon("immersiveengineering:metal", 4) + +setTranslatedDescription("advancements.stage3.nickel.description") + +addParent("triumph:stage3/oreprospector") +setRequiresParents() + +//Criteria +criteria1 = addCriteria("hasRock1", "minecraft:inventory_changed") +criteria1.setItem("geolosys:cluster", 7) +criteria2 = addCriteria("hasRock2", "minecraft:inventory_changed") +criteria2.setItem("geolosys:cluster", 0) + +//Rewards +setRewardExperience(8) + +visibleIf("triumph:stage3/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage3/oreexcavation.txt b/config/triumph/script/triumph/stage3/oreexcavation.txt new file mode 100644 index 0000000..4dadb97 --- /dev/null +++ b/config/triumph/script/triumph/stage3/oreexcavation.txt @@ -0,0 +1,17 @@ +setTranslatedTitle("advancements.stage3.oreexcavation.title") + +setIcon("oeintegration:excavatemodifier") + +setTranslatedDescription("advancements.stage3.oreexcavation.description") + +addParent("triumph:stage3/oreprospector") +setRequiresParents() + +//Criteria +criteria = addCriteria("hasRock", "minecraft:inventory_changed") +criteria.setItem("oeintegration:excavatemodifier") + +//Rewards +setRewardExperience(8) + +visibleIf("triumph:stage3/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage3/oreprospector.txt b/config/triumph/script/triumph/stage3/oreprospector.txt new file mode 100644 index 0000000..3ff6594 --- /dev/null +++ b/config/triumph/script/triumph/stage3/oreprospector.txt @@ -0,0 +1,17 @@ +setTranslatedTitle("advancements.stage3.oreprospector.title") + +setIcon("prospectors:prospector_med") + +setTranslatedDescription("advancements.stage3.oreprospector.description") + +addParent("triumph:stage3/root") +setRequiresParents() + +//Criteria +criteria = addCriteria("hasRock", "minecraft:inventory_changed") +criteria.setItem("prospectors:prospector_med") + +//Rewards +setRewardExperience(8) + +visibleIf("triumph:stage3/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage3/plastic.txt b/config/triumph/script/triumph/stage3/plastic.txt new file mode 100644 index 0000000..50533c9 --- /dev/null +++ b/config/triumph/script/triumph/stage3/plastic.txt @@ -0,0 +1,26 @@ +setTranslatedTitle("advancements.stage3.plastic.title") + +setIcon("industrialforegoing:plastic") + +setTranslatedDescription("advancements.stage3.plastic.description") + +addParent("triumph:stage3/liquidplastic") +setRequiresParents() + +setFrameType("challenge") + +setUncompletedIconColor(8947848) +setCompletedIconColor(6570404) +setUncompletedTitleColor(8947848) +setCompletedTitleColor(6570404) + +//Criteria +criteria = addCriteria("hasRock", "minecraft:inventory_changed") +criteria.setItem("industrialforegoing:plastic") + +//Rewards +setRewardExperience(16) +setRewardFunction("triumph:stage-4_trigger") +setRewardFunction("triumph:advanced_mapping") + +visibleIf("triumph:stage3/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage3/platinum.txt b/config/triumph/script/triumph/stage3/platinum.txt new file mode 100644 index 0000000..d883a6d --- /dev/null +++ b/config/triumph/script/triumph/stage3/platinum.txt @@ -0,0 +1,19 @@ +setTranslatedTitle("advancements.stage3.platinum.title") + +setIcon("contenttweaker:material_part", 37) + +setTranslatedDescription("advancements.stage3.platinum.description") + +addParent("triumph:stage3/oreprospector") +setRequiresParents() + +setRequirements("any") + +//Criteria +criteria = addCriteria("hasRock", "minecraft:inventory_changed") +criteria.setItem("geolosys:cluster", 8) + +//Rewards +setRewardExperience(8) + +visibleIf("triumph:stage3/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage3/potash.txt b/config/triumph/script/triumph/stage3/potash.txt new file mode 100644 index 0000000..558f370 --- /dev/null +++ b/config/triumph/script/triumph/stage3/potash.txt @@ -0,0 +1,17 @@ +setTranslatedTitle("advancements.stage3.potash.title") + +setIcon("betterwithmods:material", 21) + +setTranslatedDescription("advancements.stage3.potash.description") + +addParent("triumph:stage3/bellows") +setRequiresParents() + +//Criteria +criteria = addCriteria("hasRock", "minecraft:inventory_changed") +criteria.setItem("betterwithmods:material", 21) + +//Rewards +setRewardExperience(8) + +visibleIf("triumph:stage3/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage3/projector.txt b/config/triumph/script/triumph/stage3/projector.txt new file mode 100644 index 0000000..d99398d --- /dev/null +++ b/config/triumph/script/triumph/stage3/projector.txt @@ -0,0 +1,17 @@ +setTranslatedTitle("advancements.stage3.projector.title") + +setIcon("immersivepetroleum:schematic", 0) + +setTranslatedDescription("advancements.stage3.projector.description") + +addParent("triumph:stage3/iebook") +setRequiresParents() + +//Criteria +criteria = addCriteria("hasRock", "minecraft:inventory_changed") +criteria.setItem("immersivepetroleum:schematic", 0) + +//Rewards +setRewardExperience(8) + +visibleIf("triumph:stage3/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage3/propene.txt b/config/triumph/script/triumph/stage3/propene.txt new file mode 100644 index 0000000..7b3d9bb --- /dev/null +++ b/config/triumph/script/triumph/stage3/propene.txt @@ -0,0 +1,24 @@ +setTranslatedTitle("advancements.stage3.propene.title") + +setIcon("forge:bucketfilled", 0, {FluidName: "propene", Amount: 1000}) + +setTranslatedDescription("advancements.stage3.propene.description") + +addParent("triumph:stage3/steam") +setRequiresParents() + +setFrameType("Goal") + +setUncompletedIconColor(8947848) +setCompletedIconColor(6570404) +setUncompletedTitleColor(8947848) +setCompletedTitleColor(6570404) + +//Criteria +criteria = addCriteria("hasRock", "minecraft:inventory_changed") +criteria.addItem("forge:bucketfilled", 0, {FluidName: "propene", Amount: 1000}) + +//Rewards +setRewardExperience(8) + +visibleIf("triumph:stage3/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage3/rails.txt b/config/triumph/script/triumph/stage3/rails.txt new file mode 100644 index 0000000..1d509ee --- /dev/null +++ b/config/triumph/script/triumph/stage3/rails.txt @@ -0,0 +1,37 @@ +setTranslatedTitle("advancements.stage3.rails.title") + +setIcon("minecraft:rail") + +setTranslatedDescription("advancements.stage3.rails.description") + +addParent("triumph:stage3/root") +setRequiresParents() + +setRequirements("any") + +//Criteria +criteria0 = addCriteria("hasRock0", "minecraft:inventory_changed") +criteria0.setItem("minecraft:rail") + +criteria1 = addCriteria("hasRock1", "minecraft:inventory_changed") +criteria1.setItem("minecraft:golden_rail") + +criteria2 = addCriteria("hasRock2", "minecraft:inventory_changed") +criteria2.setItem("betterwithmods:booster") + +criteria3 = addCriteria("hasRock3", "minecraft:inventory_changed") +criteria3.setItem("minecraft:detector_rail") + +criteria4 = addCriteria("hasRock4", "minecraft:inventory_changed") +criteria4.setItem("minecraft:activator_rail") + +criteria5 = addCriteria("hasRock5", "minecraft:inventory_changed") +criteria5.setItem("tconstruct:wood_rail_trapdoor") + +criteria6 = addCriteria("hasRock6", "minecraft:inventory_changed") +criteria6.setItem("tconstruct:wood_rail") + +//Rewards +setRewardExperience(8) + +visibleIf("triumph:stage3/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage3/redstone.txt b/config/triumph/script/triumph/stage3/redstone.txt new file mode 100644 index 0000000..20b9781 --- /dev/null +++ b/config/triumph/script/triumph/stage3/redstone.txt @@ -0,0 +1,19 @@ +setTranslatedTitle("advancements.stage3.redstone.title") + +setIcon("minecraft:redstone") + +setTranslatedDescription("advancements.stage3.redstone.description") + +addParent("triumph:stage3/oreprospector") +setRequiresParents() + +setRequirements("any") + +//Criteria +criteria = addCriteria("hasRock", "minecraft:inventory_changed") +criteria.setItem("minecraft:redstone") + +//Rewards +setRewardExperience(8) + +visibleIf("triumph:stage3/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage3/root.txt b/config/triumph/script/triumph/stage3/root.txt new file mode 100644 index 0000000..a608f42 --- /dev/null +++ b/config/triumph/script/triumph/stage3/root.txt @@ -0,0 +1,15 @@ +setTranslatedTitle("advancements.stage3.root.title") + +setIcon("rustic:iron_lantern") + +setTranslatedDescription("advancements.stage3.root.description") + +setBackground("minecraft:textures/blocks/soul_sand.png") + +setShowToast(false) + +setAnnounceToChat(true) + +//Criteria +criteria = addCriteria("completedStage1", "triumph:completed_advancement") +criteria.setString("triumph:stage2/stevescarts") diff --git a/config/triumph/script/triumph/stage3/sampledrill.txt b/config/triumph/script/triumph/stage3/sampledrill.txt new file mode 100644 index 0000000..63e49f0 --- /dev/null +++ b/config/triumph/script/triumph/stage3/sampledrill.txt @@ -0,0 +1,24 @@ +setTranslatedTitle("advancements.stage3.sampledrill.title") + +setIcon("immersiveengineering:metal_device1", 7) + +setTranslatedDescription("advancements.stage3.sampledrill.description") + +addParent("triumph:stage3/circuitboard") +setRequiresParents() + +setFrameType("Goal") + +setUncompletedIconColor(8947848) +setCompletedIconColor(6570404) +setUncompletedTitleColor(8947848) +setCompletedTitleColor(6570404) + +//Criteria +criteria = addCriteria("hasRock", "minecraft:inventory_changed") +criteria.setItem("immersiveengineering:metal_device1", 7) + +//Rewards +setRewardExperience(8) + +visibleIf("triumph:stage3/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage3/silverlead.txt b/config/triumph/script/triumph/stage3/silverlead.txt new file mode 100644 index 0000000..21c7e94 --- /dev/null +++ b/config/triumph/script/triumph/stage3/silverlead.txt @@ -0,0 +1,21 @@ +setTranslatedTitle("advancements.stage3.silverlead.title") + +setIcon("immersiveengineering:metal", 2) + +setTranslatedDescription("advancements.stage3.silverlead.description") + +addParent("triumph:stage3/oreprospector") +setRequiresParents() + +setRequirements("any") + +//Criteria +criteria1 = addCriteria("hasRock1", "minecraft:inventory_changed") +criteria1.setItem("geolosys:cluster", 4) +criteria2 = addCriteria("hasRock2", "minecraft:inventory_changed") +criteria2.setItem("geolosys:cluster", 5) + +//Rewards +setRewardExperience(8) + +visibleIf("triumph:stage3/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage3/soundmuffler.txt b/config/triumph/script/triumph/stage3/soundmuffler.txt new file mode 100644 index 0000000..dbe3103 --- /dev/null +++ b/config/triumph/script/triumph/stage3/soundmuffler.txt @@ -0,0 +1,17 @@ +setTranslatedTitle("advancements.stage3.soundmuffler.title") + +setIcon("supersoundmuffler:sound_muffler") + +setTranslatedDescription("advancements.stage3.soundmuffler.description") + +addParent("triumph:stage3/redstone") +setRequiresParents() + +//Criteria +criteria = addCriteria("hasRock", "minecraft:inventory_changed") +criteria.setItem("supersoundmuffler:sound_muffler") + +//Rewards +setRewardExperience(8) + +visibleIf("triumph:stage3/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage3/standardhull.txt b/config/triumph/script/triumph/stage3/standardhull.txt new file mode 100644 index 0000000..d9efccb --- /dev/null +++ b/config/triumph/script/triumph/stage3/standardhull.txt @@ -0,0 +1,17 @@ +setTranslatedTitle("advancements.stage3.standardhull.title") + +setIcon("stevescarts:cartmodule", 38) + +setTranslatedDescription("advancements.stage3.standardhull.description") + +addParent("triumph:stage3/woodhull") +setRequiresParents() + +//Criteria +criteria = addCriteria("hasRock", "minecraft:inventory_changed") +criteria.setItem("stevescarts:cartmodule", 38) + +//Rewards +setRewardExperience(8) + +visibleIf("triumph:stage3/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage3/steam.txt b/config/triumph/script/triumph/stage3/steam.txt new file mode 100644 index 0000000..c32c4a8 --- /dev/null +++ b/config/triumph/script/triumph/stage3/steam.txt @@ -0,0 +1,24 @@ +setTranslatedTitle("advancements.stage3.steam.title") + +setIcon("forge:bucketfilled", 0, {FluidName: "steam", Amount: 1000}) + +setTranslatedDescription("advancements.stage3.steam.description") + +addParent("triumph:stage3/naphtha") +setRequiresParents() + +setFrameType("Goal") + +setUncompletedIconColor(8947848) +setCompletedIconColor(6570404) +setUncompletedTitleColor(8947848) +setCompletedTitleColor(6570404) + +//Criteria +criteria = addCriteria("hasRock", "minecraft:inventory_changed") +criteria.addItem("forge:bucketfilled", 0, {FluidName: "steam", Amount: 1000}) + +//Rewards +setRewardExperience(8) + +visibleIf("triumph:stage3/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage3/steel.txt b/config/triumph/script/triumph/stage3/steel.txt new file mode 100644 index 0000000..5e09052 --- /dev/null +++ b/config/triumph/script/triumph/stage3/steel.txt @@ -0,0 +1,17 @@ +setTranslatedTitle("advancements.stage3.steel.title") + +setIcon("immersiveengineering:stone_device", 1) + +setTranslatedDescription("advancements.stage3.steel.description") + +addParent("triumph:stage3/creosote") +setRequiresParents() + +//Criteria +criteria = addCriteria("hasRock", "minecraft:inventory_changed") +criteria.setItem("immersiveengineering:metal", 8) + +//Rewards +setRewardExperience(8) + +visibleIf("triumph:stage3/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage3/stevescartsassembler.txt b/config/triumph/script/triumph/stage3/stevescartsassembler.txt new file mode 100644 index 0000000..73f4052 --- /dev/null +++ b/config/triumph/script/triumph/stage3/stevescartsassembler.txt @@ -0,0 +1,17 @@ +setTranslatedTitle("advancements.stage3.stevescartsassembler.title") + +setIcon("stevescarts:blockcartassembler") + +setTranslatedDescription("advancements.stage3.stevescartsassembler.description") + +addParent("triumph:stage3/root") +setRequiresParents() + +//Criteria +criteria = addCriteria("hasRock", "minecraft:inventory_changed") +criteria.setItem("stevescarts:blockcartassembler") + +//Rewards +setRewardExperience(8) + +visibleIf("triumph:stage3/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage3/vacuumtube.txt b/config/triumph/script/triumph/stage3/vacuumtube.txt new file mode 100644 index 0000000..98130a0 --- /dev/null +++ b/config/triumph/script/triumph/stage3/vacuumtube.txt @@ -0,0 +1,24 @@ +setTranslatedTitle("advancements.stage3.vacuumtube.title") + +setIcon("immersiveengineering:material", 26) + +setTranslatedDescription("advancements.stage3.vacuumtube.description") + +addParent("triumph:stage3/workbench") +setRequiresParents() + +setFrameType("Goal") + +setUncompletedIconColor(8947848) +setCompletedIconColor(6570404) +setUncompletedTitleColor(8947848) +setCompletedTitleColor(6570404) + +//Criteria +criteria = addCriteria("hasRock", "minecraft:inventory_changed") +criteria.setItem("immersiveengineering:material", 26) + +//Rewards +setRewardExperience(8) + +visibleIf("triumph:stage3/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage3/viescraft.txt b/config/triumph/script/triumph/stage3/viescraft.txt new file mode 100644 index 0000000..05d8462 --- /dev/null +++ b/config/triumph/script/triumph/stage3/viescraft.txt @@ -0,0 +1,34 @@ +setTranslatedTitle("advancements.stage3.viescraft.title") + +setIcon("vc:item_airship_ignition") + +setTranslatedDescription("advancements.stage3.viescraft.description") + +addParent("triumph:stage3/extendedcrafting1") +setRequiresParents() + +setRequirements("any") + +//Criteria +criteria0 = addCriteria("hasRock0", "minecraft:inventory_changed") +criteria0.setItem("vc:airships/item_airship", 0) + +criteria1 = addCriteria("hasRock1", "minecraft:inventory_changed") +criteria1.setItem("vc:airships/item_airship", 1) + +criteria2 = addCriteria("hasRock2", "minecraft:inventory_changed") +criteria2.setItem("vc:airships/item_airship", 2) + +criteria3 = addCriteria("hasRock3", "minecraft:inventory_changed") +criteria3.setItem("vc:airships/item_airship", 3) + +criteria4 = addCriteria("hasRock4", "minecraft:inventory_changed") +criteria4.setItem("vc:airships/item_airship", 4) + +criteria5 = addCriteria("hasRock0", "minecraft:inventory_changed") +criteria5.setItem("vc:airships/item_airship", 5) + +//Rewards +setRewardExperience(8) + +visibleIf("triumph:stage3/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage3/waterwheel.txt b/config/triumph/script/triumph/stage3/waterwheel.txt new file mode 100644 index 0000000..516cd09 --- /dev/null +++ b/config/triumph/script/triumph/stage3/waterwheel.txt @@ -0,0 +1,17 @@ +setTranslatedTitle("advancements.stage3.waterwheel.title") + +setIcon("immersiveengineering:wooden_device1") + +setTranslatedDescription("advancements.stage3.waterwheel.description") + +addParent("triumph:stage3/creosote") +setRequiresParents() + +//Criteria +criteria = addCriteria("hasRock", "minecraft:inventory_changed") +criteria.setItem("immersiveengineering:wooden_device1", 0) + +//Rewards +setRewardExperience(8) + +visibleIf("triumph:stage3/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage3/windmill.txt b/config/triumph/script/triumph/stage3/windmill.txt new file mode 100644 index 0000000..30ffb09 --- /dev/null +++ b/config/triumph/script/triumph/stage3/windmill.txt @@ -0,0 +1,17 @@ +setTranslatedTitle("advancements.stage3.windmill.title") + +setIcon("immersiveengineering:wooden_device1", 1) + +setTranslatedDescription("advancements.stage3.windmill.description") + +addParent("triumph:stage3/creosote") +setRequiresParents() + +//Criteria +criteria = addCriteria("hasRock", "minecraft:inventory_changed") +criteria.setItem("immersiveengineering:wooden_device1", 1) + +//Rewards +setRewardExperience(8) + +visibleIf("triumph:stage3/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage3/wire.txt b/config/triumph/script/triumph/stage3/wire.txt new file mode 100644 index 0000000..8990eaa --- /dev/null +++ b/config/triumph/script/triumph/stage3/wire.txt @@ -0,0 +1,22 @@ +setTranslatedTitle("advancements.stage3.wire.title") + +setIcon("immersiveengineering:wirecoil") + +setTranslatedDescription("advancements.stage3.wire.description") + +addParent("triumph:stage3/windmill") +setRequiresParents() + +setRequirements("any") + +//Criteria +criteria0 = addCriteria("hasRock1", "minecraft:inventory_changed") +criteria0.setItem("immersiveengineering:wirecoil") + +criteria1 = addCriteria("hasRock2", "minecraft:inventory_changed") +criteria1.setItem("immersiveengineering:wirecoil", 1) + +//Rewards +setRewardExperience(2) + +visibleIf("triumph:stage3/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage3/wireshock.txt b/config/triumph/script/triumph/stage3/wireshock.txt new file mode 100644 index 0000000..9d7ec73 --- /dev/null +++ b/config/triumph/script/triumph/stage3/wireshock.txt @@ -0,0 +1,22 @@ +setTranslatedTitle("advancements.stage3.wireshock.title") + +setIcon("immersiveengineering:wirecoil", 6) + +setTranslatedDescription("advancements.stage3.wireshock.description") + +addParent("triumph:stage3/wire") +setRequiresParents() + +setRequirements("any") + +//Criteria +criteria0 = addCriteria("hasRock1", "minecraft:inventory_changed") +criteria0.setItem("immersiveengineering:wirecoil", 6) + +criteria1 = addCriteria("hasRock2", "minecraft:inventory_changed") +criteria1.setItem("immersiveengineering:wirecoil", 7) + +//Rewards +setRewardExperience(2) + +visibleIf("triumph:stage3/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage3/woodhull.txt b/config/triumph/script/triumph/stage3/woodhull.txt new file mode 100644 index 0000000..ab6b92c --- /dev/null +++ b/config/triumph/script/triumph/stage3/woodhull.txt @@ -0,0 +1,17 @@ +setTranslatedTitle("advancements.stage3.woodhull.title") + +setIcon("stevescarts:cartmodule", 37) + +setTranslatedDescription("advancements.stage3.woodhull.description") + +addParent("triumph:stage3/stevescartsassembler") +setRequiresParents() + +//Criteria +criteria = addCriteria("hasRock", "minecraft:inventory_changed") +criteria.setItem("stevescarts:cartmodule", 37) + +//Rewards +setRewardExperience(8) + +visibleIf("triumph:stage3/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage3/workbench.txt b/config/triumph/script/triumph/stage3/workbench.txt new file mode 100644 index 0000000..3593278 --- /dev/null +++ b/config/triumph/script/triumph/stage3/workbench.txt @@ -0,0 +1,24 @@ +setTranslatedTitle("advancements.stage3.workbench.title") + +setIcon("immersiveengineering:wooden_device0", 2) + +setTranslatedDescription("advancements.stage3.workbench.description") + +addParent("triumph:stage3/iebook") +setRequiresParents() + +setFrameType("Goal") + +setUncompletedIconColor(8947848) +setCompletedIconColor(6570404) +setUncompletedTitleColor(8947848) +setCompletedTitleColor(6570404) + +//Criteria +criteria = addCriteria("hasRock", "minecraft:inventory_changed") +criteria.setItem("immersiveengineering:wooden_device0", 2) + +//Rewards +setRewardExperience(8) + +visibleIf("triumph:stage3/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage4/adapter.txt b/config/triumph/script/triumph/stage4/adapter.txt new file mode 100644 index 0000000..ba53357 --- /dev/null +++ b/config/triumph/script/triumph/stage4/adapter.txt @@ -0,0 +1,17 @@ +setTranslatedTitle("advancements.stage4.adapter.title") + +setIcon("poweradapters:mj") + +setTranslatedDescription("advancements.stage4.adapter.description") + +addParent("triumph:stage4/root") +setRequiresParents() + +//Criteria +criteria = addCriteria("hasRock", "minecraft:inventory_changed") +criteria.setItem("poweradapters:mj") + +//Rewards +setRewardExperience(8) + +visibleIf("triumph:stage4/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage4/ae2panel.txt b/config/triumph/script/triumph/stage4/ae2panel.txt new file mode 100644 index 0000000..3ee1825 --- /dev/null +++ b/config/triumph/script/triumph/stage4/ae2panel.txt @@ -0,0 +1,17 @@ +setTranslatedTitle("advancements.stage4.ae2panel.title") + +setIcon("appliedenergistics2:part", 380) + +setTranslatedDescription("advancements.stage4.ae2panel.description") + +addParent("triumph:stage4/inscriber") +setRequiresParents() + +//Criteria +criteria = addCriteria("hasRock", "minecraft:inventory_changed") +criteria.setItem("appliedenergistics2:part", 380) + +//Rewards +setRewardExperience(12) + +visibleIf("triumph:stage4/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage4/amadrontablet.txt b/config/triumph/script/triumph/stage4/amadrontablet.txt new file mode 100644 index 0000000..76df497 --- /dev/null +++ b/config/triumph/script/triumph/stage4/amadrontablet.txt @@ -0,0 +1,17 @@ +setTranslatedTitle("advancements.stage4.amadrontablet.title") + +setIcon("pneumaticcraft:amadron_tablet") + +setTranslatedDescription("advancements.stage4.amadrontablet.description") + +addParent("triumph:stage4/plasticmixer") +setRequiresParents() + +//Criteria +criteria = addCriteria("hasRock", "minecraft:inventory_changed") +criteria.setItem("pneumaticcraft:amadron_tablet") + +//Rewards +setRewardExperience(12) + +visibleIf("triumph:stage4/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage4/ardite.txt b/config/triumph/script/triumph/stage4/ardite.txt new file mode 100644 index 0000000..d2ba3d3 --- /dev/null +++ b/config/triumph/script/triumph/stage4/ardite.txt @@ -0,0 +1,17 @@ +setTranslatedTitle("advancements.stage4.ardite.title") + +setIcon("tconstruct:ore", 1) + +setTranslatedDescription("advancements.stage4.ardite.description") + +addParent("triumph:stage4/prospector4") +setRequiresParents() + +//Criteria +criteria = addCriteria("hasRock", "minecraft:inventory_changed") +criteria.setItem("tconstruct:ore", 1) + +//Rewards +setRewardExperience(12) + +visibleIf("triumph:stage4/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage4/blockheads1.txt b/config/triumph/script/triumph/stage4/blockheads1.txt new file mode 100644 index 0000000..9aa52b3 --- /dev/null +++ b/config/triumph/script/triumph/stage4/blockheads1.txt @@ -0,0 +1,17 @@ +setTranslatedTitle("advancements.stage4.blockheads1.title") + +setIcon("cookingforblockheads:recipe_book", 1) + +setTranslatedDescription("advancements.stage4.blockheads1.description") + +addParent("triumph:stage4/root") +setRequiresParents() + +//Criteria +criteria = addCriteria("hasRock", "minecraft:inventory_changed") +criteria.setItem("cookingforblockheads:recipe_book", 1) + +//Rewards +setRewardExperience(12) + +visibleIf("triumph:stage4/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage4/blockheads2.txt b/config/triumph/script/triumph/stage4/blockheads2.txt new file mode 100644 index 0000000..6113f3c --- /dev/null +++ b/config/triumph/script/triumph/stage4/blockheads2.txt @@ -0,0 +1,17 @@ +setTranslatedTitle("advancements.stage4.blockheads2.title") + +setIcon("cookingforblockheads:recipe_book", 2) + +setTranslatedDescription("advancements.stage4.blockheads2.description") + +addParent("triumph:stage4/blockheads1") +setRequiresParents() + +//Criteria +criteria = addCriteria("hasRock", "minecraft:inventory_changed") +criteria.setItem("cookingforblockheads:recipe_book", 2) + +//Rewards +setRewardExperience(12) + +visibleIf("triumph:stage4/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage4/blockheads3.txt b/config/triumph/script/triumph/stage4/blockheads3.txt new file mode 100644 index 0000000..fb0dcef --- /dev/null +++ b/config/triumph/script/triumph/stage4/blockheads3.txt @@ -0,0 +1,17 @@ +setTranslatedTitle("advancements.stage4.blockheads3.title") + +setIcon("cookingforblockheads:cooking_table") + +setTranslatedDescription("advancements.stage4.blockheads3.description") + +addParent("triumph:stage4/blockheads2") +setRequiresParents() + +//Criteria +criteria = addCriteria("hasRock", "minecraft:inventory_changed") +criteria.setItem("cookingforblockheads:cooking_table") + +//Rewards +setRewardExperience(12) + +visibleIf("triumph:stage4/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage4/certusquartz.txt b/config/triumph/script/triumph/stage4/certusquartz.txt new file mode 100644 index 0000000..cfa0bf4 --- /dev/null +++ b/config/triumph/script/triumph/stage4/certusquartz.txt @@ -0,0 +1,17 @@ +setTranslatedTitle("advancements.stage4.certusquartz.title") + +setIcon("appliedenergistics2:material") + +setTranslatedDescription("advancements.stage4.certusquartz.description") + +addParent("triumph:stage4/prospector4") +setRequiresParents() + +//Criteria +criteria = addCriteria("hasRock", "minecraft:inventory_changed") +criteria.setItem("appliedenergistics2:material") + +//Rewards +setRewardExperience(12) + +visibleIf("triumph:stage4/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage4/cobalt.txt b/config/triumph/script/triumph/stage4/cobalt.txt new file mode 100644 index 0000000..dd177b6 --- /dev/null +++ b/config/triumph/script/triumph/stage4/cobalt.txt @@ -0,0 +1,17 @@ +setTranslatedTitle("advancements.stage4.cobalt.title") + +setIcon("tconstruct:ore", 0) + +setTranslatedDescription("advancements.stage4.cobalt.description") + +addParent("triumph:stage4/ardite") +setRequiresParents() + +//Criteria +criteria = addCriteria("hasRock", "minecraft:inventory_changed") +criteria.setItem("tconstruct:ore", 0) + +//Rewards +setRewardExperience(12) + +visibleIf("triumph:stage4/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage4/compressediron.txt b/config/triumph/script/triumph/stage4/compressediron.txt new file mode 100644 index 0000000..726ad47 --- /dev/null +++ b/config/triumph/script/triumph/stage4/compressediron.txt @@ -0,0 +1,17 @@ +setTranslatedTitle("advancements.stage4.compressediron.title") + +setIcon("pneumaticcraft:ingot_iron_compressed") + +setTranslatedDescription("advancements.stage4.compressediron.description") + +addParent("triumph:stage4/root") +setRequiresParents() + +//Criteria +criteria = addCriteria("hasRock", "minecraft:inventory_changed") +criteria.setItem("pneumaticcraft:ingot_iron_compressed") + +//Rewards +setRewardExperience(12) + +visibleIf("triumph:stage4/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage4/compressor.txt b/config/triumph/script/triumph/stage4/compressor.txt new file mode 100644 index 0000000..b586961 --- /dev/null +++ b/config/triumph/script/triumph/stage4/compressor.txt @@ -0,0 +1,17 @@ +setTranslatedTitle("advancements.stage4.compressor.title") + +setIcon("galacticraftcore:machine", 12) + +setTranslatedDescription("advancements.stage4.compressor.description") + +addParent("triumph:stage4/enderalloy3") +setRequiresParents() + +//Criteria +criteria = addCriteria("hasRock", "minecraft:inventory_changed") +criteria.setItem("galacticraftcore:machine", 12) + +//Rewards +setRewardExperience(12) + +visibleIf("triumph:stage4/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage4/endcrystal.txt b/config/triumph/script/triumph/stage4/endcrystal.txt new file mode 100644 index 0000000..1b7b4a1 --- /dev/null +++ b/config/triumph/script/triumph/stage4/endcrystal.txt @@ -0,0 +1,17 @@ +setTranslatedTitle("advancements.stage4.endcrystal.title") + +setIcon("minecraft:end_crystal", 0) + +setTranslatedDescription("advancements.stage4.endcrystal.description") + +addParent("triumph:stage4/solidendereye") +setRequiresParents() + +//Criteria +criteria = addCriteria("hasRock", "minecraft:summoned_entity") +criteria.setEntityType("minecraft:ender_dragon") + +//Rewards +setRewardExperience(12) + +visibleIf("triumph:stage4/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage4/enderalloy1.txt b/config/triumph/script/triumph/stage4/enderalloy1.txt new file mode 100644 index 0000000..84baa79 --- /dev/null +++ b/config/triumph/script/triumph/stage4/enderalloy1.txt @@ -0,0 +1,17 @@ +setTranslatedTitle("advancements.stage4.enderalloy1.title") + +setIcon("enderutilities:enderpart") + +setTranslatedDescription("advancements.stage4.enderalloy1.description") + +addParent("triumph:stage4/theend") +setRequiresParents() + +//Criteria +criteria = addCriteria("hasRock", "minecraft:inventory_changed") +criteria.setItem("enderutilities:enderpart", 0) + +//Rewards +setRewardExperience(12) + +visibleIf("triumph:stage4/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage4/enderalloy2.txt b/config/triumph/script/triumph/stage4/enderalloy2.txt new file mode 100644 index 0000000..1b81c28 --- /dev/null +++ b/config/triumph/script/triumph/stage4/enderalloy2.txt @@ -0,0 +1,24 @@ +setTranslatedTitle("advancements.stage4.enderalloy2.title") + +setIcon("enderutilities:enderpart", 1) + +setTranslatedDescription("advancements.stage4.enderalloy2.description") + +addParent("triumph:stage4/theend") +setRequiresParents() + +setFrameType("Goal") + +setUncompletedIconColor(8947848) +setCompletedIconColor(6570404) +setUncompletedTitleColor(8947848) +setCompletedTitleColor(6570404) + +//Criteria +criteria = addCriteria("hasRock", "minecraft:inventory_changed") +criteria.setItem("enderutilities:enderpart", 1) + +//Rewards +setRewardExperience(12) + +visibleIf("triumph:stage4/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage4/enderalloy3.txt b/config/triumph/script/triumph/stage4/enderalloy3.txt new file mode 100644 index 0000000..2927b13 --- /dev/null +++ b/config/triumph/script/triumph/stage4/enderalloy3.txt @@ -0,0 +1,17 @@ +setTranslatedTitle("advancements.stage4.enderalloy3.title") + +setIcon("enderutilities:enderpart", 2) + +setTranslatedDescription("advancements.stage4.enderalloy3.description") + +addParent("triumph:stage4/theend") +setRequiresParents() + +//Criteria +criteria = addCriteria("hasRock", "minecraft:inventory_changed") +criteria.setItem("enderutilities:enderpart", 2) + +//Rewards +setRewardExperience(12) + +visibleIf("triumph:stage4/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage4/endercrafter.txt b/config/triumph/script/triumph/stage4/endercrafter.txt new file mode 100644 index 0000000..634a85c --- /dev/null +++ b/config/triumph/script/triumph/stage4/endercrafter.txt @@ -0,0 +1,27 @@ +setTranslatedTitle("advancements.stage4.endercrafter.title") + +setIcon("extendedcrafting:ender_crafter") + +setTranslatedDescription("advancements.stage4.endercrafter.description") + +addParent("triumph:stage4/enderalloy2") +setRequiresParents() + +setFrameType("Goal") + +setUncompletedIconColor(8947848) +setCompletedIconColor(6570404) +setUncompletedTitleColor(8947848) +setCompletedTitleColor(6570404) + +//Criteria +criteria1 = addCriteria("hasRock1", "minecraft:inventory_changed") +criteria1.setItem("extendedcrafting:ender_crafter") + +criteria2 = addCriteria("hasRock2", "minecraft:inventory_changed") +criteria2.setItem("extendedcrafting:ender_alternator") + +//Rewards +setRewardExperience(12) + +visibleIf("triumph:stage4/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage4/extendedcraftingelite.txt b/config/triumph/script/triumph/stage4/extendedcraftingelite.txt new file mode 100644 index 0000000..6e9fe57 --- /dev/null +++ b/config/triumph/script/triumph/stage4/extendedcraftingelite.txt @@ -0,0 +1,17 @@ +setTranslatedTitle("advancements.stage4.extendedcraftingelite.title") + +setIcon("extendedcrafting:table_elite") + +setTranslatedDescription("advancements.stage4.extendedcraftingelite.description") + +addParent("triumph:stage4/manyullyn") +setRequiresParents() + +//Criteria +criteria = addCriteria("hasRock", "minecraft:inventory_changed") +criteria.setItem("extendedcrafting:table_elite") + +//Rewards +setRewardExperience(12) + +visibleIf("triumph:stage4/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage4/fuelloader.txt b/config/triumph/script/triumph/stage4/fuelloader.txt new file mode 100644 index 0000000..6b30e7f --- /dev/null +++ b/config/triumph/script/triumph/stage4/fuelloader.txt @@ -0,0 +1,17 @@ +setTranslatedTitle("advancements.stage4.fuelloader.title") + +setIcon("galacticraftcore:fuel_loader", 0) + +setTranslatedDescription("advancements.stage4.fuelloader.description") + +addParent("triumph:stage4/compressor") +setRequiresParents() + +//Criteria +criteria = addCriteria("hasRock", "minecraft:inventory_changed") +criteria.setItem("galacticraftcore:fuel_loader", 0) + +//Rewards +setRewardExperience(12) + +visibleIf("triumph:stage4/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage4/inscriber.txt b/config/triumph/script/triumph/stage4/inscriber.txt new file mode 100644 index 0000000..8086b06 --- /dev/null +++ b/config/triumph/script/triumph/stage4/inscriber.txt @@ -0,0 +1,17 @@ +setTranslatedTitle("advancements.stage4.inscriber.title") + +setIcon("appliedenergistics2:inscriber") + +setTranslatedDescription("advancements.stage4.inscriber.description") + +addParent("triumph:stage4/certusquartz") +setRequiresParents() + +//Criteria +criteria = addCriteria("hasRock", "minecraft:inventory_changed") +criteria.setItem("appliedenergistics2:inscriber") + +//Rewards +setRewardExperience(12) + +visibleIf("triumph:stage4/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage4/laserassembly.txt b/config/triumph/script/triumph/stage4/laserassembly.txt new file mode 100644 index 0000000..58dc4a6 --- /dev/null +++ b/config/triumph/script/triumph/stage4/laserassembly.txt @@ -0,0 +1,17 @@ +setTranslatedTitle("advancements.stage4.laserassembly.title") + +setIcon("pneumaticcraft:assembly_program", 1) + +setTranslatedDescription("advancements.stage4.laserassembly.description") + +addParent("triumph:stage4/amadrontablet") +setRequiresParents() + +//Criteria +criteria = addCriteria("hasRock", "minecraft:inventory_changed") +criteria.setItem("pneumaticcraft:assembly_program", 1) + +//Rewards +setRewardExperience(12) + +visibleIf("triumph:stage4/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage4/launchpad.txt b/config/triumph/script/triumph/stage4/launchpad.txt new file mode 100644 index 0000000..075456c --- /dev/null +++ b/config/triumph/script/triumph/stage4/launchpad.txt @@ -0,0 +1,17 @@ +setTranslatedTitle("advancements.stage4.launchpad.title") + +setIcon("galacticraftcore:landing_pad", 0) + +setTranslatedDescription("advancements.stage4.launchpad.description") + +addParent("triumph:stage4/nasaworkbench") +setRequiresParents() + +//Criteria +criteria = addCriteria("hasRock", "minecraft:inventory_changed") +criteria.setItem("galacticraftcore:landing_pad", 0) + +//Rewards +setRewardExperience(12) + +visibleIf("triumph:stage4/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage4/machinecasing.txt b/config/triumph/script/triumph/stage4/machinecasing.txt new file mode 100644 index 0000000..a93e487 --- /dev/null +++ b/config/triumph/script/triumph/stage4/machinecasing.txt @@ -0,0 +1,17 @@ +setTranslatedTitle("advancements.stage4.machinecasing.title") + +setIcon("teslacorelib:machine_case") + +setTranslatedDescription("advancements.stage4.machinecasing.description") + +addParent("triumph:stage4/printedcircuitboard") +setRequiresParents() + +//Criteria +criteria = addCriteria("hasRock", "minecraft:inventory_changed") +criteria.setItem("teslacorelib:machine_case") + +//Rewards +setRewardExperience(12) + +visibleIf("triumph:stage4/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage4/manyullyn.txt b/config/triumph/script/triumph/stage4/manyullyn.txt new file mode 100644 index 0000000..9094ddd --- /dev/null +++ b/config/triumph/script/triumph/stage4/manyullyn.txt @@ -0,0 +1,17 @@ +setTranslatedTitle("advancements.stage4.manyullyn.title") + +setIcon("tconstruct:metal", 2) + +setTranslatedDescription("advancements.stage4.manyullyn.description") + +addParent("triumph:stage4/cobalt") +setRequiresParents() + +//Criteria +criteria = addCriteria("hasRock", "minecraft:inventory_changed") +criteria.setItem("tconstruct:metal", 2) + +//Rewards +setRewardExperience(12) + +visibleIf("triumph:stage4/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage4/moon.txt b/config/triumph/script/triumph/stage4/moon.txt new file mode 100644 index 0000000..91901a1 --- /dev/null +++ b/config/triumph/script/triumph/stage4/moon.txt @@ -0,0 +1,25 @@ +setTranslatedTitle("advancements.stage4.moon.title") + +setIcon("chisel:iron", 12) + +setTranslatedDescription("advancements.stage4.moon.description") + +addParent("triumph:stage4/t1rocket") +setRequiresParents() + +setFrameType("challenge") + +setUncompletedIconColor(8947848) +setCompletedIconColor(6570404) +setUncompletedTitleColor(8947848) +setCompletedTitleColor(6570404) + +//Criteria +criteria = addCriteria("entered_nether", "minecraft:changed_dimension") +criteria.setDimensionDestination("moon.moon") + +//Rewards +setRewardExperience(25) +setRewardFunction("triumph:stage-5_trigger") + +visibleIf("triumph:stage4/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage4/nasaworkbench.txt b/config/triumph/script/triumph/stage4/nasaworkbench.txt new file mode 100644 index 0000000..39c02a9 --- /dev/null +++ b/config/triumph/script/triumph/stage4/nasaworkbench.txt @@ -0,0 +1,24 @@ +setTranslatedTitle("advancements.stage4.nasaworkbench.title") + +setIcon("galacticraftcore:rocket_workbench") + +setTranslatedDescription("advancements.stage4.nasaworkbench.description") + +addParent("triumph:stage4/endercrafter") +setRequiresParents() + +setFrameType("Goal") + +setUncompletedIconColor(8947848) +setCompletedIconColor(6570404) +setUncompletedTitleColor(8947848) +setCompletedTitleColor(6570404) + +//Criteria +criteria = addCriteria("hasRock", "minecraft:inventory_changed") +criteria.setItem("galacticraftcore:rocket_workbench") + +//Rewards +setRewardExperience(12) + +visibleIf("triumph:stage4/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage4/oxygencollector.txt b/config/triumph/script/triumph/stage4/oxygencollector.txt new file mode 100644 index 0000000..35bf6cf --- /dev/null +++ b/config/triumph/script/triumph/stage4/oxygencollector.txt @@ -0,0 +1,17 @@ +setTranslatedTitle("advancements.stage4.oxygencollector.title") + +setIcon("galacticraftcore:collector") + +setTranslatedDescription("advancements.stage4.oxygencollector.description") + +addParent("triumph:stage4/compressor") +setRequiresParents() + +//Criteria +criteria = addCriteria("hasRock", "minecraft:inventory_changed") +criteria.setItem("galacticraftcore:collector") + +//Rewards +setRewardExperience(8) + +visibleIf("triumph:stage4/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage4/plasticmixer.txt b/config/triumph/script/triumph/stage4/plasticmixer.txt new file mode 100644 index 0000000..f8a2a11 --- /dev/null +++ b/config/triumph/script/triumph/stage4/plasticmixer.txt @@ -0,0 +1,17 @@ +setTranslatedTitle("advancements.stage4.plasticmixer.title") + +setIcon("pneumaticcraft:plastic_mixer") + +setTranslatedDescription("advancements.stage4.plasticmixer.description") + +addParent("triumph:stage4/compressediron") +setRequiresParents() + +//Criteria +criteria = addCriteria("hasRock", "minecraft:inventory_changed") +criteria.setItem("pneumaticcraft:plastic_mixer") + +//Rewards +setRewardExperience(12) + +visibleIf("triumph:stage4/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage4/presses.txt b/config/triumph/script/triumph/stage4/presses.txt new file mode 100644 index 0000000..efc347e --- /dev/null +++ b/config/triumph/script/triumph/stage4/presses.txt @@ -0,0 +1,23 @@ +setTranslatedTitle("advancements.stage4.presses.title") + +setIcon("appliedenergistics2:material", 14) + +setTranslatedDescription("advancements.stage4.presses.description") + +addParent("triumph:stage4/theend") +setRequiresParents() + +//Criteria +criteria1 = addCriteria("hasRock1", "minecraft:inventory_changed") +criteria1.setItem("appliedenergistics2:material", 14) + +criteria2 = addCriteria("hasRock2", "minecraft:inventory_changed") +criteria2.setItem("appliedenergistics2:material", 15) + +criteria3 = addCriteria("hasRock3", "minecraft:inventory_changed") +criteria3.setItem("appliedenergistics2:material", 19) + +//Rewards +setRewardExperience(12) + +visibleIf("triumph:stage4/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage4/pressurechamberwall.txt b/config/triumph/script/triumph/stage4/pressurechamberwall.txt new file mode 100644 index 0000000..48684e8 --- /dev/null +++ b/config/triumph/script/triumph/stage4/pressurechamberwall.txt @@ -0,0 +1,17 @@ +setTranslatedTitle("advancements.stage4.pressurechamberwall.title") + +setIcon("pneumaticcraft:pressure_chamber_wall") + +setTranslatedDescription("advancements.stage4.pressurechamberwall.description") + +addParent("triumph:stage4/compressediron") +setRequiresParents() + +//Criteria +criteria = addCriteria("hasRock", "minecraft:inventory_changed") +criteria.setItem("pneumaticcraft:pressure_chamber_wall") + +//Rewards +setRewardExperience(12) + +visibleIf("triumph:stage4/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage4/printedcircuitboard.txt b/config/triumph/script/triumph/stage4/printedcircuitboard.txt new file mode 100644 index 0000000..0789745 --- /dev/null +++ b/config/triumph/script/triumph/stage4/printedcircuitboard.txt @@ -0,0 +1,17 @@ +setTranslatedTitle("advancements.stage4.printedcircuitboard.title") + +setIcon("pneumaticcraft:printed_circuit_board") + +setTranslatedDescription("advancements.stage4.printedcircuitboard.description") + +addParent("triumph:stage4/compressediron") +setRequiresParents() + +//Criteria +criteria = addCriteria("hasRock", "minecraft:inventory_changed") +criteria.setItem("pneumaticcraft:printed_circuit_board") + +//Rewards +setRewardExperience(12) + +visibleIf("triumph:stage4/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage4/prospector4.txt b/config/triumph/script/triumph/stage4/prospector4.txt new file mode 100644 index 0000000..2508491 --- /dev/null +++ b/config/triumph/script/triumph/stage4/prospector4.txt @@ -0,0 +1,17 @@ +setTranslatedTitle("advancements.stage4.prospector4.title") + +setIcon("prospectors:prospector_high") + +setTranslatedDescription("advancements.stage4.prospector4.description") + +addParent("triumph:stage4/root") +setRequiresParents() + +//Criteria +criteria = addCriteria("hasRock", "minecraft:inventory_changed") +criteria.setItem("prospectors:prospector_high") + +//Rewards +setRewardExperience(12) + +visibleIf("triumph:stage4/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage4/root.txt b/config/triumph/script/triumph/stage4/root.txt new file mode 100644 index 0000000..2d2766f --- /dev/null +++ b/config/triumph/script/triumph/stage4/root.txt @@ -0,0 +1,15 @@ +setTranslatedTitle("advancements.stage4.root.title") + +setIcon("industrialforegoing:plastic") + +setTranslatedDescription("advancements.stage4.root.description") + +setBackground("immersiveengineering:textures/blocks/sheetmetal_steel.png") + +setShowToast(false) + +setAnnounceToChat(true) + +//Criteria +criteria = addCriteria("completedStage1", "triumph:completed_advancement") +criteria.setString("triumph:stage3/plastic") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage4/rsgrid.txt b/config/triumph/script/triumph/stage4/rsgrid.txt new file mode 100644 index 0000000..d6edea9 --- /dev/null +++ b/config/triumph/script/triumph/stage4/rsgrid.txt @@ -0,0 +1,17 @@ +setTranslatedTitle("advancements.stage4.rsgrid.title") + +setIcon("refinedstorage:grid") + +setTranslatedDescription("advancements.stage4.rsgrid.description") + +addParent("triumph:stage4/inscriber") +setRequiresParents() + +//Criteria +criteria = addCriteria("hasRock", "minecraft:inventory_changed") +criteria.setItem("refinedstorage:grid") + +//Rewards +setRewardExperience(12) + +visibleIf("triumph:stage4/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage4/silicon.txt b/config/triumph/script/triumph/stage4/silicon.txt new file mode 100644 index 0000000..47c80bd --- /dev/null +++ b/config/triumph/script/triumph/stage4/silicon.txt @@ -0,0 +1,17 @@ +setTranslatedTitle("advancements.stage4.silicon.title") + +setIcon("galacticraftcore:basic_item", 2) + +setTranslatedDescription("advancements.stage4.silicon.description") + +addParent("triumph:stage4/prospector4") +setRequiresParents() + +//Criteria +criteria = addCriteria("hasRock", "minecraft:inventory_changed") +criteria.setItem("galacticraftcore:basic_item", 2) + +//Rewards +setRewardExperience(12) + +visibleIf("triumph:stage4/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage4/solidendereye.txt b/config/triumph/script/triumph/stage4/solidendereye.txt new file mode 100644 index 0000000..101ef2a --- /dev/null +++ b/config/triumph/script/triumph/stage4/solidendereye.txt @@ -0,0 +1,17 @@ +setTranslatedTitle("advancements.stage4.solidendereye.title") + +setIcon("cyclicmagic:ender_eye_orb") + +setTranslatedDescription("advancements.stage4.solidendereye.description") + +addParent("triumph:stage4/root") +setRequiresParents() + +//Criteria +criteria = addCriteria("hasRock", "minecraft:inventory_changed") +criteria.setItem("cyclicmagic:ender_eye_orb") + +//Rewards +setRewardExperience(12) + +visibleIf("triumph:stage4/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage4/spacesuit.txt b/config/triumph/script/triumph/stage4/spacesuit.txt new file mode 100644 index 0000000..1af499e --- /dev/null +++ b/config/triumph/script/triumph/stage4/spacesuit.txt @@ -0,0 +1,26 @@ +setTranslatedTitle("advancements.stage4.spacesuit.title") + +setIcon("extraplanets:tier1_space_suit_helmet") + +setTranslatedDescription("advancements.stage4.spacesuit.description") + +addParent("triumph:stage4/nasaworkbench") +setRequiresParents() + +//Criteria +criteria1 = addCriteria("hasRock1", "minecraft:inventory_changed") +criteria1.setItem("extraplanets:tier1_space_suit_helmet") + +criteria2 = addCriteria("hasRock2", "minecraft:inventory_changed") +criteria2.setItem("extraplanets:tier1_space_suit_chest") + +criteria3 = addCriteria("hasRock3", "minecraft:inventory_changed") +criteria3.setItem("extraplanets:tier1_space_suit_legings") + +criteria4 = addCriteria("hasRock4", "minecraft:inventory_changed") +criteria4.setItem("extraplanets:tier1_space_suit_boots") + +//Rewards +setRewardExperience(12) + +visibleIf("triumph:stage4/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage4/t1rocket.txt b/config/triumph/script/triumph/stage4/t1rocket.txt new file mode 100644 index 0000000..62b31b6 --- /dev/null +++ b/config/triumph/script/triumph/stage4/t1rocket.txt @@ -0,0 +1,35 @@ +setTranslatedTitle("advancements.stage4.t1rocket.title") + +setIcon("galacticraftcore:rocket_t1") + +setTranslatedDescription("advancements.stage4.t1rocket.description") + +addParent("triumph:stage4/nasaworkbench") +setRequiresParents() + +setFrameType("Goal") + +setRequirements("any") + +setUncompletedIconColor(8947848) +setCompletedIconColor(6570404) +setUncompletedTitleColor(8947848) +setCompletedTitleColor(6570404) + +//Criteria +criteria1 = addCriteria("hasRock1", "minecraft:inventory_changed") +criteria1.setItem("galacticraftcore:rocket_t1") + +criteria2 = addCriteria("hasRock2", "minecraft:inventory_changed") +criteria2.setItem("galacticraftcore:rocket_t1", 1) + +criteria3 = addCriteria("hasRock3", "minecraft:inventory_changed") +criteria3.setItem("galacticraftcore:rocket_t1", 2) + +criteria4 = addCriteria("hasRock4", "minecraft:inventory_changed") +criteria4.setItem("galacticraftcore:rocket_t1", 3) + +//Rewards +setRewardExperience(12) + +visibleIf("triumph:stage4/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage4/theend.txt b/config/triumph/script/triumph/stage4/theend.txt new file mode 100644 index 0000000..c2a3e58 --- /dev/null +++ b/config/triumph/script/triumph/stage4/theend.txt @@ -0,0 +1,23 @@ +setTranslatedTitle("advancements.stage4.theend.title") + +setIcon("minecraft:end_portal_frame") + +setTranslatedDescription("advancements.stage4.theend.description") + +addParent("triumph:stage4/root") + +setFrameType("Goal") + +setUncompletedIconColor(8947848) +setCompletedIconColor(6570404) +setUncompletedTitleColor(8947848) +setCompletedTitleColor(6570404) + +//Criteria +criteria = addCriteria("entered_nether", "minecraft:changed_dimension") +criteria.setDimensionDestination("the_end") + +//Rewards +setRewardExperience(12) + +visibleIf("triumph:stage4/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage5/charger3.txt b/config/triumph/script/triumph/stage5/charger3.txt new file mode 100644 index 0000000..7159ed4 --- /dev/null +++ b/config/triumph/script/triumph/stage5/charger3.txt @@ -0,0 +1,17 @@ +setTranslatedTitle("advancements.stage5.charger3.title") + +setIcon("chargers:charger", 2) + +setTranslatedDescription("advancements.stage5.charger3.description") + +addParent("triumph:stage5/root") +setRequiresParents() + +//Criteria +criteria = addCriteria("hasRock", "minecraft:inventory_changed") +criteria.setItem("chargers:charger", 2) + +//Rewards +setRewardExperience(15) + +visibleIf("triumph:stage5/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage5/cheese.txt b/config/triumph/script/triumph/stage5/cheese.txt new file mode 100644 index 0000000..0ac2684 --- /dev/null +++ b/config/triumph/script/triumph/stage5/cheese.txt @@ -0,0 +1,17 @@ +setTranslatedTitle("advancements.stage5.cheese.title") + +setIcon("galacticraftcore:cheese_curd", 0) + +setTranslatedDescription("advancements.stage5.cheese.description") + +addParent("triumph:stage5/prospectorstage5") +setRequiresParents() + +//Criteria +criteria = addCriteria("hasRock", "minecraft:inventory_changed") +criteria.setItem("galacticraftcore:cheese_curd", 0) + +//Rewards +setRewardExperience(15) + +visibleIf("triumph:stage5/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage5/compactmachines.txt b/config/triumph/script/triumph/stage5/compactmachines.txt new file mode 100644 index 0000000..25b25a5 --- /dev/null +++ b/config/triumph/script/triumph/stage5/compactmachines.txt @@ -0,0 +1,17 @@ +setTranslatedTitle("advancements.stage5.compactmachines.title") + +setIcon("compactmachines3:fieldprojector", 0) + +setTranslatedDescription("advancements.stage5.compactmachines.description") + +addParent("triumph:stage5/diamond") +setRequiresParents() + +//Criteria +criteria = addCriteria("hasRock", "minecraft:inventory_changed") +criteria.setItem("compactmachines3:fieldprojector", 0) + +//Rewards +setRewardExperience(15) + +visibleIf("triumph:stage5/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage5/creativecompressor.txt b/config/triumph/script/triumph/stage5/creativecompressor.txt new file mode 100644 index 0000000..2a9fc4d --- /dev/null +++ b/config/triumph/script/triumph/stage5/creativecompressor.txt @@ -0,0 +1,18 @@ +setTranslatedTitle("advancements.stage5.creativecompressor.title") + +setIcon("pneumaticcraft:creative_compressor") + +setTranslatedDescription("advancements.stage5.creativecompressor.description") + +addParent("triumph:stage5/ultimateingot") +setRequiresParents() + +//Criteria +criteria = addCriteria("hasRock", "minecraft:inventory_changed") +criteria.setItem("pneumaticcraft:creative_compressor") + +//Rewards +setRewardExperience(30) +setRewardFunction("triumph:prestige_add_200") + +visibleIf("triumph:stage5/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage5/creativeenergycube.txt b/config/triumph/script/triumph/stage5/creativeenergycube.txt new file mode 100644 index 0000000..8f599e9 --- /dev/null +++ b/config/triumph/script/triumph/stage5/creativeenergycube.txt @@ -0,0 +1,18 @@ +setTranslatedTitle("advancements.stage5.creativeenergycube.title") + +setIcon("mekanism:energycube", 0, {tier: 4, mekData: {energyStored: 1.7976931348623157E308}}) + +setTranslatedDescription("advancements.stage5.creativeenergycube.description") + +addParent("triumph:stage5/ultimateingot") +setRequiresParents() + +//Criteria +criteria = addCriteria("hasRock", "minecraft:inventory_changed") +criteria.addItem("mekanism:energycube", 0, {tier: 4, mekData: {energyStored: 1.7976931348623157E308}}) + +//Rewards +setRewardExperience(30) +setRewardFunction("triumph:prestige_add_200") + +visibleIf("triumph:stage5/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage5/creativefluidtank.txt b/config/triumph/script/triumph/stage5/creativefluidtank.txt new file mode 100644 index 0000000..863788a --- /dev/null +++ b/config/triumph/script/triumph/stage5/creativefluidtank.txt @@ -0,0 +1,18 @@ +setTranslatedTitle("advancements.stage5.creativefluidtank.title") + +setIcon("mekanism:machineblock2", 11) + +setTranslatedDescription("advancements.stage5.creativefluidtank.description") + +addParent("triumph:stage5/ultimateingot") +setRequiresParents() + +//Criteria +criteria = addCriteria("hasRock", "minecraft:inventory_changed") +criteria.addItem("mekanism:machineblock2", 11, {tier: 4, mekData: {}}) + +//Rewards +setRewardExperience(30) +setRewardFunction("triumph:prestige_add_200") + +visibleIf("triumph:stage5/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage5/creativejetpack.txt b/config/triumph/script/triumph/stage5/creativejetpack.txt new file mode 100644 index 0000000..90318f7 --- /dev/null +++ b/config/triumph/script/triumph/stage5/creativejetpack.txt @@ -0,0 +1,18 @@ +setTranslatedTitle("advancements.stage5.creativejetpack.title") + +setIcon("ironjetpacks:creative_jetpack") + +setTranslatedDescription("advancements.stage5.creativejetpack.description") + +addParent("triumph:stage5/ultimateingot") +setRequiresParents() + +//Criteria +criteria = addCriteria("hasRock", "minecraft:inventory_changed") +criteria.setItem("ironjetpacks:creative_jetpack") + +//Rewards +setRewardExperience(30) +setRewardFunction("triumph:prestige_add_200") + +visibleIf("triumph:stage5/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage5/creativemodifer.txt b/config/triumph/script/triumph/stage5/creativemodifer.txt new file mode 100644 index 0000000..8133f27 --- /dev/null +++ b/config/triumph/script/triumph/stage5/creativemodifer.txt @@ -0,0 +1,18 @@ +setTranslatedTitle("advancements.stage5.creativemodifer.title") + +setIcon("tconstruct:materials", 50) + +setTranslatedDescription("advancements.stage5.creativemodifer.description") + +addParent("triumph:stage5/ultimateingot") +setRequiresParents() + +//Criteria +criteria = addCriteria("hasRock", "minecraft:inventory_changed") +criteria.setItem("tconstruct:materials", 50) + +//Rewards +setRewardExperience(30) +setRewardFunction("triumph:prestige_add_200") + +visibleIf("triumph:stage5/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage5/desh.txt b/config/triumph/script/triumph/stage5/desh.txt new file mode 100644 index 0000000..97d0084 --- /dev/null +++ b/config/triumph/script/triumph/stage5/desh.txt @@ -0,0 +1,22 @@ +setTranslatedTitle("advancements.stage5.desh.title") + +setIcon("galacticraftplanets:mars", 2) + +setTranslatedDescription("advancements.stage5.desh.description") + +addParent("triumph:stage5/mars") +setRequiresParents() + +setRequirements("any") + +//Criteria +criteria1 = addCriteria("hasRock", "minecraft:inventory_changed") +criteria1.setItem("galacticraftplanets:mars", 2) + +criteria2 = addCriteria("hasOre", "minecraft:inventory_changed") +criteria2.setItem("galacticraftplanets:item_basic_mars", 0) + +//Rewards +setRewardExperience(15) + +visibleIf("triumph:stage5/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage5/diamond.txt b/config/triumph/script/triumph/stage5/diamond.txt new file mode 100644 index 0000000..58dbd31 --- /dev/null +++ b/config/triumph/script/triumph/stage5/diamond.txt @@ -0,0 +1,17 @@ +setTranslatedTitle("advancements.stage5.diamond.title") + +setIcon("minecraft:diamond", 0) + +setTranslatedDescription("advancements.stage5.diamond.description") + +addParent("triumph:stage5/prospectorstage5") +setRequiresParents() + +//Criteria +criteria = addCriteria("hasRock", "minecraft:inventory_changed") +criteria.setItem("minecraft:diamond", 0) + +//Rewards +setRewardExperience(15) + +visibleIf("triumph:stage5/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage5/diamondjetpack.txt b/config/triumph/script/triumph/stage5/diamondjetpack.txt new file mode 100644 index 0000000..ef1c2c4 --- /dev/null +++ b/config/triumph/script/triumph/stage5/diamondjetpack.txt @@ -0,0 +1,17 @@ +setTranslatedTitle("advancements.stage5.diamondjetpack.title") + +setIcon("ironjetpacks:diamond_jetpack") + +setTranslatedDescription("advancements.stage5.diamondjetpack.description") + +addParent("triumph:stage5/electrumjetpack") +setRequiresParents() + +//Criteria +criteria = addCriteria("hasRock", "minecraft:inventory_changed") +criteria.setItem("ironjetpacks:diamond_jetpack") + +//Rewards +setRewardExperience(15) + +visibleIf("triumph:stage5/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage5/electrumjetpack.txt b/config/triumph/script/triumph/stage5/electrumjetpack.txt new file mode 100644 index 0000000..1695947 --- /dev/null +++ b/config/triumph/script/triumph/stage5/electrumjetpack.txt @@ -0,0 +1,17 @@ +setTranslatedTitle("advancements.stage5.electrumjetpack.title") + +setIcon("ironjetpacks:electrum_jetpack") + +setTranslatedDescription("advancements.stage5.electrumjetpack.description") + +addParent("triumph:stage5/root") +setRequiresParents() + +//Criteria +criteria = addCriteria("hasRock", "minecraft:inventory_changed") +criteria.setItem("ironjetpacks:electrum_jetpack") + +//Rewards +setRewardExperience(15) + +visibleIf("triumph:stage5/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage5/emerald.txt b/config/triumph/script/triumph/stage5/emerald.txt new file mode 100644 index 0000000..1dc0345 --- /dev/null +++ b/config/triumph/script/triumph/stage5/emerald.txt @@ -0,0 +1,17 @@ +setTranslatedTitle("advancements.stage5.emerald.title") + +setIcon("minecraft:emerald", 0) + +setTranslatedDescription("advancements.stage5.emerald.description") + +addParent("triumph:stage5/prospectorstage5") +setRequiresParents() + +//Criteria +criteria = addCriteria("hasRock", "minecraft:inventory_changed") +criteria.setItem("minecraft:emerald", 0) + +//Rewards +setRewardExperience(15) + +visibleIf("triumph:stage5/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage5/emeraldjetpack.txt b/config/triumph/script/triumph/stage5/emeraldjetpack.txt new file mode 100644 index 0000000..d4d84ef --- /dev/null +++ b/config/triumph/script/triumph/stage5/emeraldjetpack.txt @@ -0,0 +1,17 @@ +setTranslatedTitle("advancements.stage5.emeraldjetpack.title") + +setIcon("ironjetpacks:emerald_jetpack") + +setTranslatedDescription("advancements.stage5.emeraldjetpack.description") + +addParent("triumph:stage5/diamondjetpack") +setRequiresParents() + +//Criteria +criteria = addCriteria("hasRock", "minecraft:inventory_changed") +criteria.setItem("ironjetpacks:emerald_jetpack") + +//Rewards +setRewardExperience(15) + +visibleIf("triumph:stage5/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage5/inferiumessence.txt b/config/triumph/script/triumph/stage5/inferiumessence.txt new file mode 100644 index 0000000..e9fdc98 --- /dev/null +++ b/config/triumph/script/triumph/stage5/inferiumessence.txt @@ -0,0 +1,19 @@ +setTranslatedTitle("advancements.stage5.inferiumessence.title") + +setIcon("mysticalagriculture:crafting") + +setTranslatedDescription("advancements.stage5.inferiumessence.description") + +addParent("triumph:stage5/saturn") +setRequiresParents() + +setRequirements("any") + +//Criteria +criteria = addCriteria("hasRock", "minecraft:inventory_changed") +criteria.setItem("mysticalagriculture:crafting") + +//Rewards +setRewardExperience(15) + +visibleIf("triumph:stage5/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage5/mars.txt b/config/triumph/script/triumph/stage5/mars.txt new file mode 100644 index 0000000..0837ca2 --- /dev/null +++ b/config/triumph/script/triumph/stage5/mars.txt @@ -0,0 +1,17 @@ +setTranslatedTitle("advancements.stage5.mars.title") + +setIcon("tconstruct:edible", 3) + +setTranslatedDescription("advancements.stage5.mars.description") + +addParent("triumph:stage5/t2rocket") +setRequiresParents() + +//Criteria +criteria = addCriteria("entered_nether", "minecraft:changed_dimension") +criteria.setDimensionDestination("planet.mars") + +//Rewards +setRewardExperience(15) + +visibleIf("triumph:stage5/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage5/marsrover.txt b/config/triumph/script/triumph/stage5/marsrover.txt new file mode 100644 index 0000000..e2ca8eb --- /dev/null +++ b/config/triumph/script/triumph/stage5/marsrover.txt @@ -0,0 +1,28 @@ +setTranslatedTitle("advancements.stage5.marsrover.title") + +setIcon("extraplanets:mars_rover") + +setTranslatedDescription("advancements.stage5.marsrover.description") + +addParent("triumph:stage5/t2rocket") +setRequiresParents() + +setRequirements("any") + +//Criteria +criteria1 = addCriteria("hasRock1", "minecraft:inventory_changed") +criteria1.setItem("extraplanets:mars_rover", 0) + +criteria2 = addCriteria("hasRock2", "minecraft:inventory_changed") +criteria2.setItem("extraplanets:mars_rover", 1) + +criteria3 = addCriteria("hasRock3", "minecraft:inventory_changed") +criteria3.setItem("extraplanets:mars_rover", 2) + +criteria4 = addCriteria("hasRock4", "minecraft:inventory_changed") +criteria4.setItem("extraplanets:mars_rover", 3) + +//Rewards +setRewardExperience(15) + +visibleIf("triumph:stage5/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage5/neptune.txt b/config/triumph/script/triumph/stage5/neptune.txt new file mode 100644 index 0000000..aeb2b8d --- /dev/null +++ b/config/triumph/script/triumph/stage5/neptune.txt @@ -0,0 +1,17 @@ +setTranslatedTitle("advancements.stage5.neptune.title") + +setIcon("tconstruct:edible", 1) + +setTranslatedDescription("advancements.stage5.neptune.description") + +addParent("triumph:stage5/saturn") +setRequiresParents() + +//Criteria +criteria = addCriteria("entered_nether", "minecraft:inventory_changed") +criteria.setItem("extraplanets:neptune", 0) + +//Rewards +setRewardExperience(15) + +visibleIf("triumph:stage5/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage5/osmium.txt b/config/triumph/script/triumph/stage5/osmium.txt new file mode 100644 index 0000000..da2a7bc --- /dev/null +++ b/config/triumph/script/triumph/stage5/osmium.txt @@ -0,0 +1,17 @@ +setTranslatedTitle("advancements.stage5.osmium.title") + +setIcon("geolosys:cluster", 12) + +setTranslatedDescription("advancements.stage5.osmium.description") + +addParent("triumph:stage5/prospectorstage5") +setRequiresParents() + +//Criteria +criteria = addCriteria("hasRock", "minecraft:inventory_changed") +criteria.setItem("geolosys:cluster", 12) + +//Rewards +setRewardExperience(12) + +visibleIf("triumph:stage5/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage5/paperclip.txt b/config/triumph/script/triumph/stage5/paperclip.txt new file mode 100644 index 0000000..0455299 --- /dev/null +++ b/config/triumph/script/triumph/stage5/paperclip.txt @@ -0,0 +1,17 @@ +setTranslatedTitle("advancements.stage5.paperclip.title") + +setIcon("pickletweaks:ppm4", 2) + +setTranslatedDescription("advancements.stage5.paperclip.description") + +addParent("triumph:stage5/root") +setRequiresParents() + +//Criteria +criteria = addCriteria("hasRock", "minecraft:inventory_changed") +criteria.setItem("pickletweaks:ppm4", 2) + +//Rewards +setRewardExperience(15) + +visibleIf("triumph:stage5/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage5/prospectorstage5.txt b/config/triumph/script/triumph/stage5/prospectorstage5.txt new file mode 100644 index 0000000..6780b4e --- /dev/null +++ b/config/triumph/script/triumph/stage5/prospectorstage5.txt @@ -0,0 +1,17 @@ +setTranslatedTitle("advancements.stage5.prospectorstage5.title") + +setIcon("prospectors:prospector_best", 0) + +setTranslatedDescription("advancements.stage5.prospectorstage5.description") + +addParent("triumph:stage5/root") +setRequiresParents() + +//Criteria +criteria = addCriteria("hasRock", "minecraft:inventory_changed") +criteria.setItem("prospectors:prospector_best", 0) + +//Rewards +setRewardExperience(15) + +visibleIf("triumph:stage5/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage5/prosperityshard.txt b/config/triumph/script/triumph/stage5/prosperityshard.txt new file mode 100644 index 0000000..c4ceeca --- /dev/null +++ b/config/triumph/script/triumph/stage5/prosperityshard.txt @@ -0,0 +1,17 @@ +setTranslatedTitle("advancements.stage5.prosperityshard.title") + +setIcon("mysticalagriculture:crafting", 5) + +setTranslatedDescription("advancements.stage5.prosperityshard.description") + +addParent("triumph:stage5/inferiumessence") +setRequiresParents() + +//Criteria +criteria = addCriteria("hasRock", "minecraft:inventory_changed") +criteria.setItem("mysticalagriculture:crafting", 5) + +//Rewards +setRewardExperience(15) + +visibleIf("triumph:stage5/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage5/root.txt b/config/triumph/script/triumph/stage5/root.txt new file mode 100644 index 0000000..ae1728c --- /dev/null +++ b/config/triumph/script/triumph/stage5/root.txt @@ -0,0 +1,15 @@ +setTranslatedTitle("advancements.stage5.root.title") + +setIcon("chisel:futura", 2) + +setTranslatedDescription("advancements.stage5.root.description") + +setBackground("chisel:textures/blocks/tyrian/diagonal.png") + +setShowToast(false) + +setAnnounceToChat(true) + +//Criteria +criteria = addCriteria("completedStage1", "triumph:completed_advancement") +criteria.setString("triumph:stage4/moon") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage5/saturn.txt b/config/triumph/script/triumph/stage5/saturn.txt new file mode 100644 index 0000000..caf9a7d --- /dev/null +++ b/config/triumph/script/triumph/stage5/saturn.txt @@ -0,0 +1,17 @@ +setTranslatedTitle("advancements.stage5.saturn.title") + +setIcon("actuallyadditions:item_misc", 6) + +setTranslatedDescription("advancements.stage5.saturn.description") + +addParent("triumph:stage5/mars") +setRequiresParents() + +//Criteria +criteria = addCriteria("entered_nether", "minecraft:inventory_changed") +criteria.setItem("extraplanets:saturn", 0) + +//Rewards +setRewardExperience(15) + +visibleIf("triumph:stage5/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage5/scanner.txt b/config/triumph/script/triumph/stage5/scanner.txt new file mode 100644 index 0000000..c67e3f6 --- /dev/null +++ b/config/triumph/script/triumph/stage5/scanner.txt @@ -0,0 +1,17 @@ +setTranslatedTitle("advancements.stage5.scanner.title") + +setIcon("scannable:scanner", 0) + +setTranslatedDescription("advancements.stage5.scanner.description") + +addParent("triumph:stage5/root") +setRequiresParents() + +//Criteria +criteria = addCriteria("hasRock", "minecraft:inventory_changed") +criteria.setItem("scannable:scanner", 0) + +//Rewards +setRewardExperience(15) + +visibleIf("triumph:stage5/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage5/sevadus.txt b/config/triumph/script/triumph/stage5/sevadus.txt new file mode 100644 index 0000000..d1cc07c --- /dev/null +++ b/config/triumph/script/triumph/stage5/sevadus.txt @@ -0,0 +1,17 @@ +setTranslatedTitle("advancements.stage5.sevadus.title") + +setIcon() + +setTranslatedDescription("advancements.stage5.sevadus.description") + +addParent("triumph:stage5/neptune") +setRequiresParents() + +//Criteria +criteria = addCriteria("hasRock", "minecraft:inventory_changed") +criteria.setItem("contenttweaker:the_oj", 0) + +//Rewards +setRewardExperience(15) + +visibleIf("triumph:stage5/root") diff --git a/config/triumph/script/triumph/stage5/skystone.txt b/config/triumph/script/triumph/stage5/skystone.txt new file mode 100644 index 0000000..d5d4bd3 --- /dev/null +++ b/config/triumph/script/triumph/stage5/skystone.txt @@ -0,0 +1,17 @@ +setTranslatedTitle("advancements.stage5.skystone.title") + +setIcon("appliedenergistics2:smooth_sky_stone_block", 0) + +setTranslatedDescription("advancements.stage5.skystone.description") + +addParent("triumph:stage5/cheese") +setRequiresParents() + +//Criteria +criteria = addCriteria("hasRock", "minecraft:inventory_changed") +criteria.setItem("appliedenergistics2:smooth_sky_stone_block", 0) + +//Rewards +setRewardExperience(15) + +visibleIf("triumph:stage5/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage5/spacesuit4.txt b/config/triumph/script/triumph/stage5/spacesuit4.txt new file mode 100644 index 0000000..aa89f21 --- /dev/null +++ b/config/triumph/script/triumph/stage5/spacesuit4.txt @@ -0,0 +1,26 @@ +setTranslatedTitle("advancements.stage5.spacesuit4.title") + +setIcon("extraplanets:tier4_space_suit_helmet") + +setTranslatedDescription("advancements.stage5.spacesuit4.description") + +addParent("triumph:stage5/saturn") +setRequiresParents() + +//Criteria +criteria1 = addCriteria("hasRock1", "minecraft:inventory_changed") +criteria1.setItem("extraplanets:tier4_space_suit_helmet") + +criteria2 = addCriteria("hasRock2", "minecraft:inventory_changed") +criteria2.setItem("extraplanets:tier4_space_suit_chest") + +criteria3 = addCriteria("hasRock3", "minecraft:inventory_changed") +criteria3.setItem("extraplanets:tier4_space_suit_legings") + +criteria4 = addCriteria("hasRock4", "minecraft:inventory_changed") +criteria4.setItem("extraplanets:tier4_space_suit_boots") + +//Rewards +setRewardExperience(12) + +visibleIf("triumph:stage5/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage5/spawnerseeker.txt b/config/triumph/script/triumph/stage5/spawnerseeker.txt new file mode 100644 index 0000000..b534d53 --- /dev/null +++ b/config/triumph/script/triumph/stage5/spawnerseeker.txt @@ -0,0 +1,17 @@ +setTranslatedTitle("advancements.stage5.spawnerseeker.title") + +setIcon("cyclicmagic:ender_dungeon", 0) + +setTranslatedDescription("advancements.stage5.spawnerseeker.description") + +addParent("triumph:stage5/root") +setRequiresParents() + +//Criteria +criteria = addCriteria("hasRock", "minecraft:inventory_changed") +criteria.setItem("cyclicmagic:ender_dungeon", 0) + +//Rewards +setRewardExperience(15) + +visibleIf("triumph:stage5/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage5/t2rocket.txt b/config/triumph/script/triumph/stage5/t2rocket.txt new file mode 100644 index 0000000..0985ce4 --- /dev/null +++ b/config/triumph/script/triumph/stage5/t2rocket.txt @@ -0,0 +1,28 @@ +setTranslatedTitle("advancements.stage5.t2rocket.title") + +setIcon("galacticraftplanets:rocket_t2") + +setTranslatedDescription("advancements.stage5.t2rocket.description") + +addParent("triumph:stage5/spawnerseeker") +setRequiresParents() + +setRequirements("any") + +//Criteria +criteria1 = addCriteria("hasRock1", "minecraft:inventory_changed") +criteria1.setItem("galacticraftplanets:rocket_t2") + +criteria2 = addCriteria("hasRock2", "minecraft:inventory_changed") +criteria2.setItem("galacticraftplanets:rocket_t2", 1) + +criteria3 = addCriteria("hasRock3", "minecraft:inventory_changed") +criteria3.setItem("galacticraftplanets:rocket_t2", 2) + +criteria4 = addCriteria("hasRock4", "minecraft:inventory_changed") +criteria4.setItem("galacticraftplanets:rocket_t2", 3) + +//Rewards +setRewardExperience(15) + +visibleIf("triumph:stage5/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage5/ultimatecraftingtable.txt b/config/triumph/script/triumph/stage5/ultimatecraftingtable.txt new file mode 100644 index 0000000..2124c88 --- /dev/null +++ b/config/triumph/script/triumph/stage5/ultimatecraftingtable.txt @@ -0,0 +1,18 @@ +setTranslatedTitle("advancements.stage5.ultimatecraftingtable.title") + +setIcon("extendedcrafting:table_ultimate", 0) + +setTranslatedDescription("advancements.stage5.ultimatecraftingtable.description") + +addParent("triumph:stage5/root") +setRequiresParents() + +//Criteria +criteria = addCriteria("hasRock", "minecraft:inventory_changed") +criteria.setItem("extendedcrafting:table_ultimate", 0) + +//Rewards +setRewardExperience(15) +setRewardFunction("triumph:stage-creative_trigger") + +visibleIf("triumph:stage5/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage5/ultimateingot.txt b/config/triumph/script/triumph/stage5/ultimateingot.txt new file mode 100644 index 0000000..3c7ab90 --- /dev/null +++ b/config/triumph/script/triumph/stage5/ultimateingot.txt @@ -0,0 +1,17 @@ +setTranslatedTitle("advancements.stage5.ultimateingot.title") + +setIcon("extendedcrafting:material", 32) + +setTranslatedDescription("advancements.stage5.ultimateingot.description") + +addParent("triumph:stage5/ultimatecraftingtable") +setRequiresParents() + +//Criteria +criteria = addCriteria("hasRock", "minecraft:inventory_changed") +criteria.setItem("extendedcrafting:material", 32) + +//Rewards +setRewardExperience(15) + +visibleIf("triumph:stage5/root") \ No newline at end of file diff --git a/config/triumph/script/triumph/stage5/wirelesscharger.txt b/config/triumph/script/triumph/stage5/wirelesscharger.txt new file mode 100644 index 0000000..73f59b3 --- /dev/null +++ b/config/triumph/script/triumph/stage5/wirelesscharger.txt @@ -0,0 +1,17 @@ +setTranslatedTitle("advancements.stage5.wirelesscharger.title") + +setIcon("chargers:wireless_charger", 0) + +setTranslatedDescription("advancements.stage5.wirelesscharger.description") + +addParent("triumph:stage5/charger3") +setRequiresParents() + +//Criteria +criteria = addCriteria("hasRock", "minecraft:inventory_changed") +criteria.setItem("chargers:wireless_charger", 0) + +//Rewards +setRewardExperience(15) + +visibleIf("triumph:stage5/root") \ No newline at end of file diff --git a/config/tumbleweed.cfg b/config/tumbleweed.cfg new file mode 100644 index 0000000..34f2453 --- /dev/null +++ b/config/tumbleweed.cfg @@ -0,0 +1,37 @@ +# Configuration file + +general { + # If not empty, tumbleweeds spawn ONLY in the specified biomes. Else they appear in all hot, dry biomes. + # Example entry: minecraft:desert + S:"Biome Whitelist" < + > + + # Chance a tumbleweed spawns in a chunk. + D:Chance=0.3 + + # Should tumbleweeds damage crops. + B:"Damage Crops"=true + + # These items will drop from a tumbleweed upon destroying. + # ::[metadata] [amount] + S:Drops < + 3 minecraft:deadbush + 2 minecraft:string + 3 minecraft:feather + 3 minecraft:wheat + 4 minecraft:stick + 3 minecraft:reeds + > + B:"Enable Drops"=true + + # Maximum number of tumbleweeds existing per player (technically 17x17 loaded chunks). + I:"Max Per Player"=8 + + # Blocks from which tumbleweeds can spawn. + # ::[metadata] + S:"Spawning Blocks" < + minecraft:deadbush + > +} + + diff --git a/config/twilightforest.cfg b/config/twilightforest.cfg new file mode 100644 index 0000000..943bb27 --- /dev/null +++ b/config/twilightforest.cfg @@ -0,0 +1,183 @@ +# 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 dimension 0. May be considered an exploit. + B:allowPortalsInOtherDimensions=false + + # Anti-Builder blacklist. (domain:block:meta) meta is optional. + S:antibuilderBlacklist < + minecraft:bedrock + > + + # 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=false + + # 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 + + # Registry String IDs of items used to create the Twilight Forest Portal. (domain:regname:meta) meta is optional. + S:portalCreationItems < + astralsorcery:itemcraftingcomponent:1 + > + I:portalCreationMeta=1 + S:portalCreationNBT= + + # 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 + + # 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 set, this will override the normal world seed when generating parts of the Twilight Forest Dimension. + S:twilightForestSeed= + } + + ########################################################################################################## + # 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 + + # 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 + } + + ########################################################################################################## + # 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 + } + + shieldinteractions { + B:parryNonTwilightAttacks=false + + # Min: 0 + # Max: 2147483647 + I:shieldParryTicksArrow=40 + + # Min: 0 + # Max: 2147483647 + I:shieldParryTicksBeam=10 + + # Min: 0 + # Max: 2147483647 + I:shieldParryTicksFireball=40 + + # Min: 0 + # Max: 2147483647 + I:shieldParryTicksThrowable=40 + } + +} + + diff --git a/config/valkyrielib/main.cfg b/config/valkyrielib/main.cfg new file mode 100644 index 0000000..d7d9d33 --- /dev/null +++ b/config/valkyrielib/main.cfg @@ -0,0 +1,24 @@ +# Configuration file + +valkyrielib { + + guide { + B:enabled=true + + # Should the guide be given to the player on first spawn? [default: true] + B:first_login_guide_spawn=false + } + + 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 + } + +} + + diff --git a/config/vc/vc.cfg b/config/vc/vc.cfg new file mode 100644 index 0000000..3b32b07 --- /dev/null +++ b/config/vc/vc.cfg @@ -0,0 +1,49 @@ +# Configuration file + +"viescraft config" { + + ########################################################################################################## + # §ageneral + #--------------------------------------------------------------------------------------------------------# + # General airship options. + ########################################################################################################## + + "§ageneral" { + # Should Player Dismounter be craftable? [default: true] + B:"§fEnable Player Dismounter Recipe?"=true + } + + ########################################################################################################## + # §bfuel + #--------------------------------------------------------------------------------------------------------# + # Airship fuel options. + ########################################################################################################## + + "§bfuel" { + # Should airships be able to use other mod's fuel? [default: true] + B:"§fEnable using other mod's fuel?"=true + + # Should airships be able to use vanilla fuel? [default: true] + B:"§fEnable using vanilla fuel?"=true + + # How long does Viesoline burn for in seconds? [range: 1 ~ 500, default: 90] + I:"§fViesoline Burn Time?"=90 + } + + ########################################################################################################## + # §6client + #--------------------------------------------------------------------------------------------------------# + # Client airship options. + ########################################################################################################## + + "§6client" { + # Should airships have engine sounds when powered? [default: true] + B:"§fEnable airship engine sounds?"=true + + # Should airships display their overhead nameplates? [default: true] + B:"§fEnable airship overhead nameplates?"=true + } + +} + + diff --git a/config/vctweaker.cfg b/config/vctweaker.cfg new file mode 100644 index 0000000..f0360ec --- /dev/null +++ b/config/vctweaker.cfg @@ -0,0 +1,34 @@ +# Configuration file + +general { + # Add JEI integration to ViesCraft + B:"Add JEI"=true + + # If all blocks that are of wood material can be burnt in a airship. + # Can use this instead of defining everything in the list. + # It's affected by the whitelist setting + B:"Burn Wood Material"=true + + # If the item list is a whitelist this needs to be true. + # If the item list is a blacklist this needs to be false + B:"Is Whitelist"=true + + # The list of items to either whitelist or blacklist when adding fuel to a airship. + # It still cares about ViesCraft fuel settings, to use vanilla/moded fuel or not. + # If you don't set a metadata for a item it automatically adds :* to the end, a wildcard for all metadata + S:"Item List" < + minecraft:coal_block + minecraft:sapling + minecraft:stick + minecraft:blaze_rod + minecraft:coal + minecraft:lava_bucket + vc:item_viesoline + > + + # Make modded fuels ignore the whitelist/blacklist, still respects the ViesCraft setting about moded fuels. + # Mostly here to enable the default behaviour of the mod. + B:"Modded Ignore Lists"=true +} + + diff --git a/config/vtt.cfg b/config/vtt.cfg new file mode 100644 index 0000000..16ccd16 --- /dev/null +++ b/config/vtt.cfg @@ -0,0 +1,19 @@ +# Configuration file + +general { + # [default: [minecraft:emerald]] + S:currencyItems < + minecraft:emerald + > + + # [default: true] + B:loadTradesFromJar=true + + # [default: true] + B:loadVillagersFromJar=true + + # [default: true] + B:sortTrades=true +} + + diff --git a/config/vtt/trade_tables/armorer.json b/config/vtt/trade_tables/armorer.json new file mode 100644 index 0000000..81973db --- /dev/null +++ b/config/vtt/trade_tables/armorer.json @@ -0,0 +1,89 @@ +{ + "Profession": "minecraft:smith", + "Career": "armor", + "Offers": { + "Recipes": [ + { + "action": "clear" + }, + { + "action": "add", + "CareerLevel": 1, + "buy": { + "id": "totemic:buffalo_items", + "Count": { + "min": 1, + "max": 3 + } + }, + "sell": { + "id": "primal:leather_cordage", + "Count": { + "min": 5, + "max": 11 + } + } + }, + { + "action": "add", + "CareerLevel": 1, + "buy": { + "id": "primal:pelt_sheep", + "Count": { + "min": 1, + "max": 3 + } + }, + "sell": { + "id": "minecraft:leather_helmet", + "Count": 1 + } + }, + { + "action": "add", + "CareerLevel": 1, + "buy": { + "id": "primal:pelt_wolf", + "Count": { + "min": 2, + "max": 4 + } + }, + "sell": { + "id": "minecraft:leather_chestplate", + "Count": 1 + } + }, + { + "action": "add", + "CareerLevel": 1, + "buy": { + "id": "primal:pelt_animal", + "Count": { + "min": 2, + "max": 4 + } + }, + "sell": { + "id": "minecraft:leather_leggings", + "Count": 1 + } + }, + { + "action": "add", + "CareerLevel": 1, + "buy": { + "id": "minecraft:rabbit_hide", + "Count": { + "min": 2, + "max": 4 + } + }, + "sell": { + "id": "minecraft:leather_boots", + "Count": 1 + } + } + ] + } +} \ No newline at end of file diff --git a/config/vtt/trade_tables/brewer.json b/config/vtt/trade_tables/brewer.json new file mode 100644 index 0000000..ec84d83 --- /dev/null +++ b/config/vtt/trade_tables/brewer.json @@ -0,0 +1,36 @@ +{ + "Profession": "vtt:brewer", + "Career": "brewer", + "Offers": { + "Recipes": [ + { + "action": "clear" + }, + { + "action": "add", + "buy": { + "id": "minecraft:mushroom_stew", + "Count": { + "min": 4, + "max": 8 + } + }, + "sell": { + "id": "primal_tech:fluid_bladder", + "Count": 1 + }, + "CareerLevel": 1 + } + ] + } +} + + + + + + + + + + diff --git a/config/vtt/trade_tables/butcher.json b/config/vtt/trade_tables/butcher.json new file mode 100644 index 0000000..66c154b --- /dev/null +++ b/config/vtt/trade_tables/butcher.json @@ -0,0 +1,163 @@ +{ + "Profession": "minecraft:butcher", + "Career": "butcher", + "Offers": { + "Recipes": [ + { + "action": "clear" + }, + { + "action": "add", + "CareerLevel": 1, + "buy": { + "id": "abyssalcraft:stone", + "Count": { + "min": 16, + "max": 24 + }, + "Damage": 7 + }, + "sell": { + "id": "abyssalcraft:shoggothflesh", + "Count": 1 + } + }, + { + "action": "add", + "CareerLevel": 1, + "buy": { + "id": "minecraft:bone", + "Count": { + "min": 1, + "max": 3 + } + }, + "sell": { + "id": "minecraft:porkchop", + "Count": 1 + } + }, + { + "action": "add", + "CareerLevel": 1, + "buy": { + "id": "minecraft:carrot", + "Count": { + "min": 1, + "max": 3 + } + }, + "sell": { + "id": "minecraft:beef", + "Count": 1 + } + }, + { + "action": "add", + "CareerLevel": 1, + "buy": { + "id": "minecraft:red_mushroom", + "Count": { + "min": 1, + "max": 3 + } + }, + "sell": { + "id": "minecraft:rabbit", + "Count": 1 + } + }, + { + "action": "add", + "CareerLevel": 1, + "buy": { + "id": "minecraft:reeds", + "Count": { + "min": 1, + "max": 3 + } + }, + "sell": { + "id": "minecraft:mutton", + "Count": 1 + } + }, + { + "action": "add", + "CareerLevel": 1, + "buy": { + "id": "minecraft:apple", + "Count": { + "min": 1, + "max": 3 + } + }, + "sell": { + "id": "minecraft:chicken", + "Count": 1 + } + }, + { + "action": "add", + "CareerLevel": 1, + "buy": { + "id": "minecraft:dye", + "Count": { + "min": 1, + "max": 3 + }, + "Damage": 3 + }, + "sell": { + "id": "animalium:rat_meat", + "Count": 1 + } + }, + { + "action": "add", + "CareerLevel": 1, + "buy": { + "id": "minecraft:egg", + "Count": { + "min": 1, + "max": 3 + } + }, + "sell": { + "id": "totemic:buffalo_meat", + "Count": 1 + } + }, + { + "action": "add", + "CareerLevel": 1, + "buy": { + "id": "primal:salt_dust_netjry", + "Count": { + "min": 1, + "max": 3 + } + }, + "sell": { + "id": "animalium:bear_meat", + "Count": 1 + } + }, + { + "action": "add", + "CareerLevel": 1, + "buy": { + "id": "minecraft:fish", + "Count": { + "min": 1, + "max": 3 + } + }, + "sell": { + "id": "primal:shark_meat_raw", + "Count": 1 + } + } + ] + } +} \ No newline at end of file diff --git a/config/vtt/trade_tables/cartographer.json b/config/vtt/trade_tables/cartographer.json new file mode 100644 index 0000000..be268b4 --- /dev/null +++ b/config/vtt/trade_tables/cartographer.json @@ -0,0 +1,82 @@ +{ + "Profession":"minecraft:librarian", + "Career":"cartographer", + "Offers":{ + "Recipes":[ + { + "action":"clear", + "CareerLevel":1 + }, + { + "action":"clear", + "CareerLevel":2 + }, + { + "action":"clear", + "CareerLevel":3 + }, + { + "action":"add", + "CareerLevel":1, + "buy":{ + "id":"minecraft:feather", + "Count":{ + "min":4, + "max":8 + } + }, + "buyB":{ + "id":"minecraft:dye", + "Count":{ + "min":8, + "max":12 + } + }, + "sell":{ + "id":"antiqueatlas:empty_antique_atlas", + "Count":1 + } + }, + { + "action":"add", + "CareerLevel":2, + "buy":{ + "id":"betterwithmods:material", + "Damage":3, + "Count":{ + "min":4, + "max":8 + } + }, + "sell":{ + "id":"betterwithmods:manual", + "Count":1 + } + }, + { + "action":"add", + "CareerLevel":3, + "buy":{ + "id":"geolosys:cluster", + "Damage":2, + "Count":{ + "min":1, + "max":2 + } + }, + "buyB":{ + "id":"geolosys:cluster", + "Damage":3, + "Count":{ + "min":1, + "max":2 + } + }, + "sell":{ + "id":"geolosys:field_manual", + "Count":1 + } + } + ] + } +} \ No newline at end of file diff --git a/config/vtt/trade_tables/cleric.json b/config/vtt/trade_tables/cleric.json new file mode 100644 index 0000000..1987036 --- /dev/null +++ b/config/vtt/trade_tables/cleric.json @@ -0,0 +1,102 @@ +{ + "Profession": "minecraft:priest", + "Career": "cleric", + "Offers": { + "Recipes": [ + { + "action": "clear" + }, + { + "action": "add", + "CareerLevel": 1, + "buy": { + "id": "abyssalcraft:stone", + "Count": { + "min": 16, + "max": 24 + }, + "Damage": 7 + }, + "sell": { + "id": "abyssalcraft:shoggothflesh", + "Count": 1 + } + }, + { + "action": "add", + "CareerLevel": 1, + "buy": { + "id": "totemic:buffalo_items", + "Count": { + "min": 1, + "max": 3 + } + }, + "sell": { + "id": "darkutils:charm_agression", + "Count": 1 + } + }, + { + "action": "add", + "CareerLevel": 1, + "buy": { + "id": "primal:pelt_shark", + "Count": { + "min": 2, + "max": 4 + } + }, + "sell": { + "id": "darkutils:charm_gluttony", + "Count": 1 + } + }, + { + "action": "add", + "CareerLevel": 1, + "buy": { + "id": "minecraft:feather", + "Count": { + "min": 1, + "max": 3 + } + }, + "sell": { + "id": "darkutils:charm_null", + "Count": 1 + } + }, + { + "action": "add", + "CareerLevel": 1, + "buy": { + "id": "minecraft:spider_eye", + "Count": { + "min": 2, + "max": 5 + } + }, + "sell": { + "id": "darkutils:focus_sash", + "Count": 1 + } + }, + { + "action": "add", + "CareerLevel": 1, + "buy": { + "id": "primal:shark_tooth", + "Count": { + "min": 2, + "max": 5 + } + }, + "sell": { + "id": "darkutils:charm_sleep", + "Count": 1 + } + } + ] + } +} diff --git a/config/vtt/trade_tables/farmer.json b/config/vtt/trade_tables/farmer.json new file mode 100644 index 0000000..5756fd7 --- /dev/null +++ b/config/vtt/trade_tables/farmer.json @@ -0,0 +1,134 @@ +{ + "Profession": "minecraft:farmer", + "Career": "farmer", + "Offers": { + "Recipes": [ + { + "action": "clear" + }, + { + "action": "add", + "CareerLevel": 1, + "buy": { + "id": "minecraft:dye", + "Count": 8, + "Damage": 15 + }, + "sell": { + "id": "minecraft:farmland", + "Count": 1 + } + }, + { + "action": "add", + "CareerLevel": 1, + "buy": { + "id": "ferdinandsflowers:block_cff_flowers", + "Count": { + "min": 1, + "max": 2 + }, + "Damage": 6 + }, + "sell": { + "id": "minecraft:red_flower", + "Count": { + "min": 1, + "max": 3 + }, + "Damage": 5 + } + }, + { + "action": "add", + "CareerLevel": 1, + "buy": { + "id": "ferdinandsflowers:block_cff_doublesc", + "Count": { + "min": 1, + "max": 2 + }, + "Damage": 2 + }, + "sell": { + "id": "minecraft:red_flower", + "Count": { + "min": 1, + "max": 3 + }, + "Damage": 5 + } + }, + { + "action": "add", + "CareerLevel": 1, + "buy": { + "id": "ferdinandsflowers:block_cff_doublesc", + "Count": { + "min": 1, + "max": 2 + }, + "Damage": 3 + }, + "sell": { + "id": "minecraft:red_flower", + "Count": { + "min": 1, + "max": 3 + }, + "Damage": 5 + } + }, + { + "action": "add", + "CareerLevel": 1, + "buy": { + "id": "minecraft:dye", + "Count": 16, + "Damage": 15 + }, + "sell": { + "id": "rustic:apple_seeds", + "Count": 1 + } + }, + { + "action": "add", + "CareerLevel": 1, + "buy": { + "id": "minecraft:baked_potato", + "Count": 8 + }, + "sell": { + "id": "natura:overworld_seeds", + "Count": 1, + "Damage": 1 + } + }, + { + "action": "add", + "CareerLevel": 1, + "buy": { + "id": "betterwithaddons:food_carrot_baked", + "Count": 8 + }, + "sell": { + "id": "rustic:grape_stem", + "Count": 1 + } + }, + { + "action": "add", + "CareerLevel": 1, + "buy": { + "id": "minecraft:bread", + "Count": 4 + }, + "sell": { + "id": "rustic:tomato_seeds", + "Count": 1 + } + } + ] + } +} \ No newline at end of file diff --git a/config/vtt/trade_tables/fisherman.json b/config/vtt/trade_tables/fisherman.json new file mode 100644 index 0000000..e9e5c90 --- /dev/null +++ b/config/vtt/trade_tables/fisherman.json @@ -0,0 +1,27 @@ +{ + "Profession": "minecraft:farmer", + "Career": "fisherman", + "Offers": { + "Recipes": [ + { + "action": "clear" + }, + { + "action": "add", + "CareerLevel": 1, + "buy": { + "id": "abyssalcraft:stone", + "Count": { + "min": 16, + "max": 24 + }, + "Damage": 7 + }, + "sell": { + "id": "abyssalcraft:shoggothflesh", + "Count": 1 + } + } + ] + } +} \ No newline at end of file diff --git a/config/vtt/trade_tables/fletcher.json b/config/vtt/trade_tables/fletcher.json new file mode 100644 index 0000000..3c5daff --- /dev/null +++ b/config/vtt/trade_tables/fletcher.json @@ -0,0 +1,29 @@ +{ + "Profession": "minecraft:farmer", + "Career": "fletcher", + "Offers": { + "Recipes": [ + { + "action": "clear" + }, + { + "action": "add", + "CareerLevel": 1, + "buy": { + "id": "primal:flint_point", + "Count": { + "min": 2, + "max": 5 + } + }, + "sell": { + "id": "minecraft:string", + "Count": { + "min": 3, + "max": 8 + } + } + } + ] + } +} \ No newline at end of file diff --git a/config/vtt/trade_tables/leatherworker.json b/config/vtt/trade_tables/leatherworker.json new file mode 100644 index 0000000..cbc5c1b --- /dev/null +++ b/config/vtt/trade_tables/leatherworker.json @@ -0,0 +1,77 @@ +{ + "Profession": "minecraft:butcher", + "Career": "leather", + "Offers": { + "Recipes": [ + { + "action": "clear" + }, + { + "action": "add", + "buy": { + "id": "primal:pelt_horse", + "Count": { + "min": 1, + "max": 3 + } + }, + "sell": { + "id": "primal:leather_cordage", + "Count": { + "min": 1, + "max": 4 + } + }, + "CareerLevel": 1 + }, + { + "action": "add", + "buy": { + "id": "primal:pelt_llama", + "Count": { + "min": 1, + "max": 3 + } + }, + "sell": { + "id": "minecraft:saddle", + "Count": 1 + }, + "CareerLevel": 1 + }, + { + "action": "add", + "buy": { + "id": "primal:pelt_cow", + "Count": { + "min": 1, + "max": 3 + } + }, + "sell": { + "id": "minecraft:leather_helmet", + "Count": 1 + }, + "CareerLevel": 1 + }, + { + "action": "add", + "buy": { + "id": "primal:pelt_sheep", + "Count": { + "min": 1, + "max": 3 + } + }, + "sell": { + "id": "minecraft:leather", + "Count": { + "min": 1, + "max": 4 + } + }, + "CareerLevel": 1 + } + ] + } +} \ No newline at end of file diff --git a/config/vtt/trade_tables/librarian.json b/config/vtt/trade_tables/librarian.json new file mode 100644 index 0000000..9664d53 --- /dev/null +++ b/config/vtt/trade_tables/librarian.json @@ -0,0 +1,33 @@ +{ + "Profession": "minecraft:librarian", + "Career": "librarian", + "Offers": { + "Recipes": [ + { + "action": "clear" + }, + { + "action": "add", + "CareerLevel": 1, + "buy": { + "id": "minecraft:feather", + "Count": { + "min": 4, + "max": 8 + } + }, + "buyB": { + "id": "minecraft:dye", + "Count": { + "min": 8, + "max": 12 + } + }, + "sell": { + "id": "antiqueatlas:empty_antique_atlas", + "Count": 1 + } + } + ] + } +} \ No newline at end of file diff --git a/config/vtt/trade_tables/necromancer.json b/config/vtt/trade_tables/necromancer.json new file mode 100644 index 0000000..708d7f7 --- /dev/null +++ b/config/vtt/trade_tables/necromancer.json @@ -0,0 +1,27 @@ +{ + "Profession": "minecraft:priest", + "Career": "necromancer", + "Offers": { + "Recipes": [ + { + "action": "clear" + }, + { + "action": "add", + "CareerLevel": 1, + "buy": { + "id": "abyssalcraft:shadowshard", + "Count": { + "min": 2, + "max": 5 + } + }, + "sell": { + "id": "abyssalcraft:stone", + "Count": 1, + "Damage": 7 + } + } + ] + } +} \ No newline at end of file diff --git a/config/vtt/trade_tables/nitwit.json b/config/vtt/trade_tables/nitwit.json new file mode 100644 index 0000000..6df652e --- /dev/null +++ b/config/vtt/trade_tables/nitwit.json @@ -0,0 +1,11 @@ +{ + "Profession": "minecraft:nitwit", + "Career": "nitwit", + "Offers": { + "Recipes": [ + { + "action": "clear" + } + ] + } +} \ No newline at end of file diff --git a/config/vtt/trade_tables/redstoner.json b/config/vtt/trade_tables/redstoner.json new file mode 100644 index 0000000..5d05e21 --- /dev/null +++ b/config/vtt/trade_tables/redstoner.json @@ -0,0 +1,11 @@ +{ + "Profession": "vtt:redstoner", + "Career": "redstoner", + "Offers": { + "Recipes": [ + { + "action": "clear" + } + ] + } +} \ No newline at end of file diff --git a/config/vtt/trade_tables/shepherd.json b/config/vtt/trade_tables/shepherd.json new file mode 100644 index 0000000..f4423ed --- /dev/null +++ b/config/vtt/trade_tables/shepherd.json @@ -0,0 +1,68 @@ +{ + "Profession": "minecraft:farmer", + "Career": "shepherd", + "Offers": { + "Recipes": [ + { + "action": "clear" + }, + { + "action": "add", + "CareerLevel": 1, + "buy": { + "id": "betterwithaddons:wool", + "Count": { + "min": 1, + "max": 3 + } + }, + "sell": { + "id": "minecraft:string", + "Count": { + "min": 5, + "max": 9 + } + } + }, + { + "action": "add", + "CareerLevel": 1, + "buy": { + "id": "betterwithaddons:bolt", + "Count": 2, + "Damage": 1 + }, + "sell": { + "id": "primal:quartz_workblade", + "Count": 1 + } + }, + { + "action": "add", + "CareerLevel": 1, + "buy": { + "id": "betterwithaddons:bolt", + "Count": 1, + "Damage": 6 + }, + "sell": { + "id": "minecraft:lead", + "Count": 1 + } + }, + { + "action": "add", + "CareerLevel": 1, + "buy": { + "id": "betterwithaddons:bolt", + "Count": 1, + "Damage": 3 + }, + "sell": { + "id": "minecraft:shears", + "Count": 1 + } + } + ] + } +} \ No newline at end of file diff --git a/config/vtt/trade_tables/toolsmith.json b/config/vtt/trade_tables/toolsmith.json new file mode 100644 index 0000000..7b798d3 --- /dev/null +++ b/config/vtt/trade_tables/toolsmith.json @@ -0,0 +1,81 @@ +{ + "Profession": "minecraft:smith", + "Career": "tool", + "Offers": { + "Recipes": [ + { + "action": "clear" + }, + { + "action": "add", + "CareerLevel": 1, + "buy": { + "id": "betterwithaddons:bolt", + "Count": { + "min": 1, + "max": 3 + } + }, + "sell": { + "id": "primal:quartz_workblade", + "Count": 1 + } + }, + { + "action": "add", + "CareerLevel": 1, + "buy": { + "id": "primal:shark_tooth", + "Count": { + "min": 1, + "max": 5 + } + }, + "sell": { + "id": "chisel:chisel_iron", + "Count": { + "min": 1, + "max": 3 + } + } + }, + { + "action": "add", + "CareerLevel": 1, + "buy": { + "id": "abyssalcraft:coralium", + "Count": { + "min": 2, + "max": 5 + } + }, + "sell": { + "id": "chisel:chisel_iron", + "Count": { + "min": 1, + "max": 3 + } + } + }, + { + "action": "add", + "CareerLevel": 1, + "buy": { + "id": "mekanism:ingot", + "Count": { + "min": 1, + "max": 3 + }, + "Damage": 6 + }, + "sell": { + "id": "chisel:chisel_iron", + "Count": { + "min": 1, + "max": 3 + } + } + } + ] + } +} \ No newline at end of file diff --git a/config/vtt/trade_tables/weapon.json b/config/vtt/trade_tables/weapon.json new file mode 100644 index 0000000..6afccff --- /dev/null +++ b/config/vtt/trade_tables/weapon.json @@ -0,0 +1,102 @@ +{ + "Profession": "minecraft:smith", + "Career": "weapon", + "Offers": { + "Recipes": [ + { + "action": "clear" + }, + { + "action": "add", + "CareerLevel": 1, + "buy": { + "id": "minecraft:rotten_flesh", + "Count": { + "min": 2, + "max": 4 + } + }, + "sell": { + "id": "minecraft:wooden_sword", + "Count": 1 + } + }, + { + "action": "add", + "CareerLevel": 1, + "buy": { + "id": "minecraft:spider_eye", + "Count": { + "min": 1, + "max": 3 + } + }, + "sell": { + "id": "minecraft:stone_sword", + "Count": 1 + } + }, + { + "action": "add", + "CareerLevel": 1, + "buy": { + "id": "minecraft:bone", + "Count": { + "min": 1, + "max": 3 + } + }, + "sell": { + "id": "minecraft:wooden_axe", + "Count": 1 + } + }, + { + "action": "add", + "CareerLevel": 1, + "buy": { + "id": "minecraft:gunpowder", + "Count": { + "min": 1, + "max": 3 + } + }, + "sell": { + "id": "minecraft:stone_axe", + "Count": 1 + } + }, + { + "action": "add", + "CareerLevel": 1, + "buy": { + "id": "primal:shark_tooth", + "Count": { + "min": 1, + "max": 3 + } + }, + "sell": { + "id": "pickletweaks:repair_kit", + "Count": 1 + } + }, + { + "action": "add", + "CareerLevel": 1, + "buy": { + "id": "animalium:bear_claw", + "Count": { + "min": 1, + "max": 2 + } + }, + "sell": { + "id": "pickletweaks:repair_kit", + "Count": 1, + "Damage": 1 + } + } + ] + } +} \ No newline at end of file diff --git a/config/vtt/villagers/brewer.json b/config/vtt/villagers/brewer.json new file mode 100644 index 0000000..a6d499c --- /dev/null +++ b/config/vtt/villagers/brewer.json @@ -0,0 +1,10 @@ +{ + "profession": { + "name": "vtt:brewer", + "texture": "vtt:textures/entity/villager/brewer.png", + "zombieTexture": "vtt:textures/entity/zombie_villager/zombie_brewer.png" + }, + "careers": [ + "brewer" + ] +} \ No newline at end of file diff --git a/config/vtt/villagers/priest.json b/config/vtt/villagers/priest.json new file mode 100644 index 0000000..bf47d33 --- /dev/null +++ b/config/vtt/villagers/priest.json @@ -0,0 +1,8 @@ +{ + "profession": { + "name": "minecraft:priest" + }, + "careers": [ + "necromancer" + ] +} \ No newline at end of file diff --git a/config/vtt/villagers/redstoner.json b/config/vtt/villagers/redstoner.json new file mode 100644 index 0000000..8c8305b --- /dev/null +++ b/config/vtt/villagers/redstoner.json @@ -0,0 +1,10 @@ +{ + "profession": { + "name": "vtt:redstoner", + "texture": "vtt:textures/entity/villager/redstoner.png", + "zombieTexture": "vtt:textures/entity/zombie_villager/zombie_redstoner.png" + }, + "careers": [ + "redstoner" + ] +} \ No newline at end of file diff --git a/config/vtt/villagers/tinkerer.json b/config/vtt/villagers/tinkerer.json new file mode 100644 index 0000000..149f361 --- /dev/null +++ b/config/vtt/villagers/tinkerer.json @@ -0,0 +1,10 @@ +{ + "profession": { + "name": "vtt:tinkerer", + "texture": "vtt:textures/entity/villager/tinkerer.png", + "zombieTexture": "vtt:textures/entity/zombie_villager/zombie_tinkerer.png" + }, + "careers": [ + "tinkerer" + ] +} \ No newline at end of file diff --git a/config/waila/theme/dark.json b/config/waila/theme/dark.json new file mode 100644 index 0000000..3683991 --- /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 0000000..29864f6 --- /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 0000000..40db596 --- /dev/null +++ b/config/waila/waila.cfg @@ -0,0 +1,150 @@ +# 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=-13664063 + 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=-4144960 + I:waila.cfg.gradient2=-4144960 + I:waila.cfg.heartsperline=20 + B:waila.cfg.hidefromdebug=false + B:waila.cfg.hidefromlist=true + B:waila.cfg.keybind=true + B:waila.cfg.liquid=true + 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=false + 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:bloodmagic.array=true + B:bloodmagic.bloodAltar=true + B:bloodmagic.bloodTank=true + B:bloodmagic.ritualController=true + B:bloodmagic.teleposer=true + B:capability.energyinfo=false + B:capability.tankinfo=false + B:darkutils.filter.type=true + B:darkutils.sneaky.owner=true + B:darkutils.timer.time=true + B:display.content=true + B:display.stacklimit=true + B:display.status=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:"horsepower:showItems"=true + B:tconstruct.casting=true + B:tconstruct.progress=true + B:tconstruct.tank=true + B:vanilla.comparator=true + B:vanilla.furnacedisplay=true + B:vanilla.horseinventory=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: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:"horsepower:showItems"=false + B:tconstruct.casting=false + B:tconstruct.progress=false + B:tconstruct.tank=false + B:vanilla.comparator=false + B:vanilla.furnacedisplay=false + B:vanilla.horseinventory=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 0000000..b75527d --- /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/walljump.cfg b/config/walljump.cfg new file mode 100644 index 0000000..19f24e9 --- /dev/null +++ b/config/walljump.cfg @@ -0,0 +1,69 @@ +# Configuration file + +general { + # Allows you to climb up without alternating walls + B:allowReClinging=true + + # Automatically turn the player when wall clinging + B:autoRotation=false + + # A list of blocks that cannot be clinged to + S:blacklistedBlocks < + minecraft:ice + minecraft:packed_ice + > + + # Elytra speed boost; set to 0.0 to disable + # Min: 0.0 + # Max: 3.0 + D:elytraSpeedBoost=0.0 + + # Enable Wall-Jump enchantments in the enchanting table + B:enableEnchantments=false + D:exhaustionWallCling=0.01 + + # Exhaustion gained per wall jump + # Min: 0.0 + # Max: 3.0 + D:exhaustionWallJump=0.75 + + # Turns the blacklisted block list into a whitelist + B:invertBlockBlacklist=false + + # Minimum distance for fall damage; set to 3.0 to disable + # Min: 3.0 + # Max: 1.7976931348623157E308 + D:minFallDistance=7.5 + + # Play a rush of wind as you fall to your doom + B:playFallSound=true + + # Sprint speed boost; set to 0.0 to disable + # Min: 0.0 + # Max: 3.0 + D:sprintSpeedBoost=0.0 + D:sprintSpeedModifier=1.0 + + # Walk up steps even while airborne, also jump over fences + B:stepAssist=false + + # Allows you to jump in mid-air + B:useDoubleJump=false + + # Allows you to wall cling and wall jump + B:useWallJump=true + + # Distance jumped during a wall jump + # Min: 0.0 + # Max: 1.0 + D:wallJumpBoost=0.55 + D:wallJumpHeight=0.8 + + # Ticks wall clinged before a wall slide + # Min: 0 + # Max: 2147483647 + I:wallSlideDelay=15 + D:wallSlideSpeed=0.1 +} + + diff --git a/config/watercontrolextreme.cfg b/config/watercontrolextreme.cfg new file mode 100644 index 0000000..dfca11d --- /dev/null +++ b/config/watercontrolextreme.cfg @@ -0,0 +1,37 @@ +# Configuration file + +general { + # Block registry names for fluids that should be made finite + S:finiteFluids < + water + > + + # Biomes in which these fluids should be infinite + S:infiniteBiomes < + minecraft:ocean + minecraft:deep_ocean + minecraft:frozen_ocean + minecraft:beaches + minecraft:river + minecraft:stone_beach + minecraft:cold_beach + twilightforest:twilight_lake + twilightforest:twilight_stream + > + + # Dimensions in which these fluids should be infinite + I:infiniteDimensions < + > + + # Minimum y-level in which fluids can form new source blocks. + # Min: 0 + # Max: 255 + I:maxHeight=255 + + # Maximum y-level in which fluids can form new source blocks. + # Min: 0 + # Max: 255 + I:minHeight=0 +} + + diff --git a/config/waterstrainer/waterstrainer.cfg b/config/waterstrainer/waterstrainer.cfg new file mode 100644 index 0000000..bb23c3f --- /dev/null +++ b/config/waterstrainer/waterstrainer.cfg @@ -0,0 +1,61 @@ +# Configuration file + +bonus { + # Bonus efficiency (in %) for Reinforced Strainers. Use 0 to disable bonus efficiency. [Default: 25] + I:bonusReinforcedEfficiency=25 + + # Bonus efficiency (in %) for Solid Strainers. Use 0 to disable bonus efficiency. [Default: 10] + I:bonusSolidEfficiency=10 +} + + +########################################################################################################## +# durability +#--------------------------------------------------------------------------------------------------------# +# Set the max durability (uses) for each strainer type. +# Use 0 for infinite durability. +# Default: +# - Fisherman's: 0 [Unbreakable] +# - Survivalist's - Normal: 120 [1 Hour] +# - Survivalist's - Solid: 720 [6 Hours] +# - Survivalist's - Reinforced: 5760 [2 Days] +########################################################################################################## + +durability { + I:durabilityFishermansStrainer=0 + I:durabilityNormalStrainer=120 + I:durabilityReinforcedStrainer=5760 + I:durabilitySolidStrainer=720 +} + + +idletime { + # Time (in seconds) until a strainer catches an item. [Default: 30] + I:idleTime=45 + + # Adds a deviation to the idle time to make it more random. [Default: 5] + I:idleTimeDeviation=11 +} + + +misc { + # Strainers are more or less efficient based on their placement [Default: true] + B:miscEnableEfficiency=true + + # Set if Reinforced Strainers can be enchanted. [Default: true] + B:miscEnableEnchanting=true + + # Normal, solid and reinforced strainers will share their loot table with each other. [Default: true] + B:miscShareLootTable=true +} + + +recipes { + B:enableStrainerFisherman=true + B:enableStrainerSurvivalist=true + B:enableStrainerSurvivalistDense=true + B:miscEnableStrainerTypeReinforced=true + B:miscEnableStrainerTypeSolid=true +} + + diff --git a/config/waterstrainer/waterstrainer_loottables.cfg b/config/waterstrainer/waterstrainer_loottables.cfg new file mode 100644 index 0000000..b4a9d28 --- /dev/null +++ b/config/waterstrainer/waterstrainer_loottables.cfg @@ -0,0 +1,22 @@ +// Config syntax may change in later versions. +// Current syntax: stainer_name | category | item_registry_name | item_metadata | quantity | rarity + +strainer_survivalist|STICK|minecraft:stick|0|1|35 +strainer_survivalist|CLAY|minecraft:clay_ball|0|1|25 +strainer_survivalist|STONE|minecraft:stone|0|1|25 +strainer_survivalist|WOOD|minecraft:planks|SINGLETON:0,1,2,3,4,5|1|15 + +strainer_survivalist_dense|SAND|minecraft:sand|0|1|30 +strainer_survivalist_dense|DIRT|minecraft:dirt|0|1|30 +strainer_survivalist_dense|GRAVEL|minecraft:gravel|0|1|25 +strainer_survivalist_dense|RESOURCES|primal:shark_tooth|0|2|5 +strainer_survivalist_dense|RESOURCES|minecraft:dye|0|2|10 +strainer_survivalist_dense|CANE|minecraft:reeds|0|2|20 + +strainer_fisherman|BLANK|BLANK|0|1|34 +strainer_fisherman|FISH|minecraft:fish|0,1,2,3|1|50 +strainer_fisherman|JUNK|minecraft:stick|0|1|15 +strainer_fisherman|JUNK|minecraft:bowl|0|1|15 +strainer_fisherman|JUNK|minecraft:bone|0|1|15 +strainer_fisherman|JUNK|minecraft:vine|0|1|15 +strainer_fisherman|JUNK|minecraft:waterlily|0|1|15 \ No newline at end of file diff --git a/config/wawla.cfg b/config/wawla.cfg new file mode 100644 index 0000000..21bcd38 --- /dev/null +++ b/config/wawla.cfg @@ -0,0 +1,143 @@ +# Configuration file + +_feature { + # Shows information about breedable animals [default: true] + B:animals=true + + # Shows information about armor points [default: true] + B:armor=true + + # Shows the blast resistance of a block [default: false] + B:blastres=false + + # Shows how close blocks are to breaking [default: true] + B:breakprogress=true + + # Shows descriptions of enchantments on enchantment books [default: true] + B:enchdesc=true + + # Shows the enchantment power of a block [default: true] + B:enchpower=true + + # Shows the equipment a mob is wearing [default: true] + B:equipment=true + + # Shows the amount of exp in exp orbs [default: true] + B:exp=true + + # Shows fluid info on fluid container items [default: true] + B:fluidcontainer=true + + # Shows info about the furnace [default: true] + B:furnace=true + + # Shows the hardness of the block [default: false] + B:hardness=false + + # Shows harvestability data [default: true] + B:harvestable=true + + # Shows info about horses [default: true] + B:horses=true + + # Shows info about item frames [default: true] + B:itemframes=true + + # Shows info about villager professions [default: true] + B:professions=true + + # Shows info about player heads [default: true] + B:skulls=true + + # Shows info about tameable mobs [default: true] + B:tameable=true + + # Shows info about primed tnt [default: true] + B:tnt=true +} + + +animals { + # Should the breedting timer be shown? + B:showBreedingCooldown=true + + # Should the correct breeding item reflect in the hud? + B:showBreedingItem=true + + # Should the growing timer be shown? + B:showGrowingCooldown=true +} + + +enchdesc { + # Should the mod which added the enchantment be shown? + B:showOwner=true +} + + +equipment { + # Show a purple star by name of enchanted item + B:enchantmentStar=true + + # Require sneaking to see entity equipment + B:requireSneak=true +} + + +fluidcontainer { + # Should the owner of the fluid be shown? + B:showOwner=true + + # Should the temperature of the fluid be shown? + B:showTemp=true +} + + +furnace { + # Show the remaining fuel time? + B:burntime=true + + # Show the stack in the fuel slot? + B:fuel=true + + # Show the stack in the input slot? + B:input=true + + # Show the stack in the output slot? + B:output=true +} + + +harvestable { + # Limit to only ores? + B:oresOnly=true + + # Show the correct tier if the player lacks it? + B:showCorrectTier=true + + # Show the correct tool if the player is using the wrong one? + B:showCorrectTool=true + + # Show if the block is harvestable? + B:showHarvestable=true +} + + +horses { + # Show the jump strength of the horse, relative ot the player. + B:jump=true + + # Show the speed of the horse, relative ot the player. + B:speed=true +} + + +tameable { + # Show when a pet mob is sitting? + B:showSitting=true + + # Show when a pet mob is tamed? + B:showTamed=true +} + + diff --git a/config/weirdinggadget.cfg b/config/weirdinggadget.cfg new file mode 100644 index 0000000..75364bd --- /dev/null +++ b/config/weirdinggadget.cfg @@ -0,0 +1,14 @@ +# Configuration file + +general { + # Width/length of chunks to be loaded, it is recommend this is an odd number + I:chunkLoaderWidth=3 + + # Disables Chunk loading, use if there is a crash happening in a chunk loaded area + B:emergencyMode=false + + # The number of hours the player will be offline before deactivating (default 2 days) + I:hoursBeforeDeactivation=48 +} + + diff --git a/config/wildcrops.cfg b/config/wildcrops.cfg new file mode 100644 index 0000000..8f68ed9 --- /dev/null +++ b/config/wildcrops.cfg @@ -0,0 +1,55 @@ +# Configuration file + +general { + # Show all available wild crop blocks (from all mods) in the log. [default: false] + B:showAvailableWildCrops=false + + # Enable wild crops [default: true] + B:wildCropsEnabled=true + + # Define the maximum size a patch of wild crops will be when they spawn [range: 1 ~ 20, default: 1] + I:wildCropsMaxPatchSize=10 + + # Define the minimum size a patch of wild crops will be when they spawn [range: 1 ~ 1, default: 1] + I:wildCropsMinPatchSize=2 + + # If true, only a single (random) crop will spawn within a given spawn area [default: false] + B:wildCropsOneCropPerSpawn=false + + # Chance that a crop will spawn within a chunk [range: 0 ~ 100, default: 50] + I:wildCropsSpawnChance=38 +} + + +"minecraft:air" { + # This is an example, assigning carrots to air blocks, you can define as many base blocks as you want and what crops should grow on them, this example will not actually work as carrots can't grow in the air. [default: [minecraft:carrots]] + S:crops < + minecraft:carrots + > +} + + +"minecraft:dirt" { + # [default: ] + S:crops < + minecraft:carrots + minecraft:potatoes + minecraft:beetroots + minecraft:wheat + betterwithmods:hemp + > +} + + +"minecraft:grass" { + # [default: ] + S:crops < + minecraft:carrots + minecraft:potatoes + minecraft:beetroots + minecraft:wheat + betterwithmods:hemp + > +} + + diff --git a/config/wither_skeleton_tweaks.cfg b/config/wither_skeleton_tweaks.cfg new file mode 100644 index 0000000..a7adf98 --- /dev/null +++ b/config/wither_skeleton_tweaks.cfg @@ -0,0 +1,38 @@ +# Configuration file + +general { + # If ALL skeletons in any Biome are turned into Wither Skeletons. [default: false] + B:"All Biomes"=false + + # The 1/n chance for (if "All Biomes" is true) a skeleton in a non-Hell biome to be a Wither Skeleton [range: 1 ~ 2147483647, default: 1] + I:"All Biomes Chance"=1 + + # Whether or not to remove stone swords from wither skeleton drops. [default: true] + B:"Delete Stone Swords"=true + + # If the Immolation Blade (Blaze) is enabled [default: true] + B:"Enable Blaze Immolation Blade"=true + + # If the Immolation Blade (Lava) is enabled [default: true] + B:"Enable Lava Immolation Blade"=true + + # If, when a blaze or pigman spawns on Nether Brick, a wither skeleton spawns with it. [default: false] + B:"Extra Spawns"=false + + # How many extra wither skeletons are spawned when one would be. [range: 0 ~ 10, default: 0] + I:"Extra Wither Skeletons"=0 + + # The wither skull fragment drop chance in 1/n. Higher numbers means less drops. Set to 0 to disable. [range: 0 ~ 2147483647, default: 1] + I:"Fragment Drop Chance"=1 + + # If converted wither skeletons are given bows. [default: true] + B:"Give Bows"=true + + # The damage of the immolation blade. The actual value will be higher than this. [range: 1.0 ~ 1500.0, default: 12.0] + S:"Immolation Damage"=12.0 + + # The value of a skull fragment, in terms of 1/n (How many shards per skull) Valid values are 1-9 [range: 1 ~ 9, default: 9] + I:"Shard Value"=9 +} + + diff --git a/config/witherskelefix.cfg b/config/witherskelefix.cfg new file mode 100644 index 0000000..2d2fa45 --- /dev/null +++ b/config/witherskelefix.cfg @@ -0,0 +1,69 @@ +# Configuration file + +"all biomes" { + # If ALL skeletons in any Biome are turned into Wither Skeletons. [default: false] + B:general=false +} + + +"all biomes chance" { + # The 1/n chance for (if "All Biomes" is true) a skeleton in a non-Hell biome to be a Wither Skeleton [range: 1 ~ 2147483647, default: 1] + I:general=1 +} + + +"delete stone swords" { + # Whether or not to remove stone swords from wither skeleton drops. [default: true] + B:general=true +} + + +"enable blaze immolation blade" { + # If the Immolation Blade (Blaze) is enabled [default: true] + B:general=true +} + + +"enable lava immolation blade" { + # If the Immolation Blade (Lava) is enabled [default: true] + B:general=true +} + + +"extra spawns" { + # If, when a blaze or pigman spawns on Nether Brick, a wither skeleton spawns with it. [default: false] + B:general=false +} + + +"extra wither skeletons" { + # How many extra wither skeletons are spawned when one would be. [range: 0 ~ 10, default: 0] + I:general=0 +} + + +"fragment drop chance" { + # The wither skull fragment drop chance in 1/n. Higher numbers means less drops. Set to 0 to disable. [range: 0 ~ 2147483647, default: 1] + I:general=1 +} + + +general { + B:"All Biomes"=false + I:"All Biomes Chance"=1 + B:"Delete Stone Swords"=true + B:"Enable Blaze Immolation Blade"=true + B:"Enable Lava Immolation Blade"=true + B:"Extra Spawns"=false + I:"Extra Wither Skeletons"=0 + I:"Fragment Drop Chance"=1 + I:"Shard Value"=9 +} + + +"shard value" { + # The value of a skull fragment, in terms of 1/n (How many shards per skull) Valid values are 1-9 [range: 1 ~ 9, default: 9] + I:general=9 +} + + diff --git a/config/wopper.cfg b/config/wopper.cfg new file mode 100644 index 0000000..8b8eda4 --- /dev/null +++ b/config/wopper.cfg @@ -0,0 +1,17 @@ +# Configuration file + +general { + # If the wopper can be deactivated using redstone [default: true] + B:canBeDeactivated=true + + # The amount of items the wopper extracts from an inventory above it every cycle [range: 1 ~ 64, default: 1] + I:extractAmount=1 + + # The amount of items the wopper picks up from the world every cycle [range: 1 ~ 64, default: 1] + I:pickupAmount=1 + + # The amount of ticks that have to pass before the wopper does a movement action again [range: 1 ~ 1000, default: 10] + I:speed=10 +} + + diff --git a/config/worldstripper.cfg b/config/worldstripper.cfg new file mode 100644 index 0000000..39f0397 --- /dev/null +++ b/config/worldstripper.cfg @@ -0,0 +1,137 @@ +# Configuration file + +general { + # Flag 1 will cause a block update. Flag 2 will send the change to clients. Flag 4 will prevent the block from + # being re-rendered, if this is a client world. Flag 8 will force any re-renders to run on the main thread instead + # of the worker pool, if this is a client world and flag 4 is clear. Flag 16 will prevent observers from seeing this change + # Flags can be added together to obtain multiple flag properties [range: 1 ~ 16, default: 3] + I:"Block State Flag"=3 + I:"Chunk Radius"=30 + + # Sets the amount of chunks to clear on X-axis [range: 1 ~ 2147483647, default: 3] + I:"Chunk Radius X"=3 + + # Sets the amount of chunks to clear on Z-axis [range: 1 ~ 2147483647, default: 3] + I:"Chunk Radius Z"=3 + + # A list of blocks to strip away from the world [default: [minecraft:dirt], [minecraft:grass], [minecraft:stone], [minecraft:gravel], [minecraft:sand], [minecraft:sandstone], [minecraft:log], [minecraft:log2], [minecraft:leaves], [minecraft:leaves2], [minecraft:water], [minecraft:flowing_water], [minecraft:lava], [minecraft:flowing_lava], [minecraft:netherrack], [minecraft:end_stone], [minecraft:red_flower], [minecraft:yellow_flower], [minecraft:tallgrass], [minecraft:double_plant]] + S:"Profile 1" < + minecraft:dirt + minecraft:grass + minecraft:stone + minecraft:gravel + minecraft:sand + minecraft:sandstone + minecraft:log + minecraft:log2 + minecraft:leaves + minecraft:leaves2 + minecraft:water + minecraft:lava + minecraft:flowing_water + minecraft:flowing_lava + minecraft:tallgrass + minecraft:netherrack + minecraft:end_stone + minecraft:yellow_flower + minecraft:red_flower + minecraft:double_plant + minecraft:clay + undergroundbiomes:sedimentary_stone + rustic:slate + abyssalcraft:darkgrass + minecraft:packed_ice + chisel:limestone2[variation=7] + chisel:marble2[variation=7] + chisel:basalt2[variation=7] + minecraft:monster_egg + cultivatedtech:blockindustrialdirt + primal:ferro_stone + primal:sarsen_stone + minecraft:obsidian + > + + # A list of blocks to strip away from the world [default: [minecraft:dirt], [minecraft:grass], [minecraft:stone], [minecraft:gravel], [minecraft:sand], [minecraft:sandstone], [minecraft:log], [minecraft:log2], [minecraft:leaves], [minecraft:leaves2], [minecraft:water], [minecraft:flowing_water], [minecraft:lava], [minecraft:flowing_lava], [minecraft:netherrack], [minecraft:end_stone], [minecraft:red_flower], [minecraft:yellow_flower], [minecraft:tallgrass], [minecraft:double_plant]] + S:"Profile 2" < + minecraft:red_flower + minecraft:double_plant + minecraft:tallgrass[variation=7] + minecraft:tallgrass + immcraft:rock + primal:rush + ferdinandsflowers:block_cff_flowers[variation=6] + minecraft:yellow_flower + rustic:wildberry_bush + rustic:wildberries + actuallyadditions:block_wild + primal:rush_tips + minecraft:leaves[variation=2] + minecraft:leaves + minecraft:leaves2 + natura:overworld_leaves2 + > + + # A list of blocks to strip away from the world [default: [minecraft:dirt], [minecraft:grass], [minecraft:stone], [minecraft:gravel], [minecraft:sand], [minecraft:sandstone], [minecraft:log], [minecraft:log2], [minecraft:leaves], [minecraft:leaves2], [minecraft:water], [minecraft:flowing_water], [minecraft:lava], [minecraft:flowing_lava], [minecraft:netherrack], [minecraft:end_stone], [minecraft:red_flower], [minecraft:yellow_flower], [minecraft:tallgrass], [minecraft:double_plant]] + S:"Profile 3" < + galacticraftcore:basic_block_moon[basictypemoon=moon_turf] + galacticraftcore:basic_block_moon[basictypemoon=moon_dirt_moon] + galacticraftcore:basic_block_moon[basictypemoon=moon_stone] + galacticraftplanets:mars[basictypemars=mars_surface] + galacticraftplanets:mars[basictypemars=mars_middle] + galacticraftplanets:mars[basictypemars=mars_stone] + > + + # A list of blocks to strip away from the world [default: [minecraft:dirt], [minecraft:grass], [minecraft:stone], [minecraft:gravel], [minecraft:sand], [minecraft:sandstone], [minecraft:log], [minecraft:log2], [minecraft:leaves], [minecraft:leaves2], [minecraft:water], [minecraft:flowing_water], [minecraft:lava], [minecraft:flowing_lava], [minecraft:netherrack], [minecraft:end_stone], [minecraft:red_flower], [minecraft:yellow_flower], [minecraft:tallgrass], [minecraft:double_plant]] + S:"Profile 4" < + minecraft:dirt + minecraft:grass + minecraft:stone + minecraft:gravel + minecraft:sand + minecraft:sandstone + minecraft:log + minecraft:log2 + minecraft:leaves + minecraft:leaves2 + minecraft:water + minecraft:flowing_water + minecraft:lava + minecraft:flowing_lava + minecraft:tallgrass + minecraft:netherrack + minecraft:end_stone + minecraft:red_flower + minecraft:double_plant + > + + # A list of blocks to strip away from the world [default: [minecraft:dirt], [minecraft:grass], [minecraft:stone], [minecraft:gravel], [minecraft:sand], [minecraft:sandstone], [minecraft:log], [minecraft:log2], [minecraft:leaves], [minecraft:leaves2], [minecraft:water], [minecraft:flowing_water], [minecraft:lava], [minecraft:flowing_lava], [minecraft:netherrack], [minecraft:end_stone], [minecraft:red_flower], [minecraft:yellow_flower], [minecraft:tallgrass], [minecraft:double_plant]] + S:"Profile 5" < + minecraft:dirt + minecraft:grass + minecraft:stone + minecraft:gravel + minecraft:sand + minecraft:sandstone + minecraft:log + minecraft:log2 + minecraft:leaves + minecraft:leaves2 + minecraft:water + minecraft:flowing_water + minecraft:lava + minecraft:flowing_lava + minecraft:tallgrass + minecraft:netherrack + minecraft:end_stone + minecraft:red_flower + minecraft:double_plant + > + + # Replaces every block removed by the stripper with this block [default: minecraft:air] + S:"Replacement Block"=minecraft:air + + # Selected Profile [range: 1 ~ 5, default: 1] + I:"Selected Profile:"=1 +} + + diff --git a/config/worldutils.cfg b/config/worldutils.cfg new file mode 100644 index 0000000..e26a865 --- /dev/null +++ b/config/worldutils.cfg @@ -0,0 +1,26 @@ +# Configuration file + +Client { + # The exact name of the world that is the same as the current world, and will thus be displayed as "no-changes" on the map overlay + S:chunkSwappingIgnoreWorld= + + # Overlay color for chunks that have had their biomes imported (default: 0x00FFF6 = 65526) + S:colorBiomesImported=0x00FFF6 + + # Overlay color for chunks that have had their biomes manually set + S:colorBiomesSet=0x0033F6 + + # Overlay color for chunks that have been changed to a different version (default: 0xFD9500 = 16618752) + S:colorChangedChunks=0xFD9500 + + # Overlay color for chunks that have had their biomes imported (default: 0xFF22FF = 16720639) + S:colorChangedChunksAndImportedBiomes=0xFF22FF +} + + +Generic { + # Whether to enable the Chunk Wand item + B:disableChunkWand=true +} + + diff --git a/config/wstweaks.cfg b/config/wstweaks.cfg new file mode 100644 index 0000000..440eda2 --- /dev/null +++ b/config/wstweaks.cfg @@ -0,0 +1,32 @@ +# Configuration file + +general { + # If ALL skeletons in any Biome are turned into Wither Skeletons. [default: false] + B:"All Biomes"=false + + # The 1/n chance for (if "All Biomes" is true) a skeleton in a non-Hell biome to be a Wither Skeleton [range: 1 ~ 2147483647, default: 1] + I:"All Biomes Chance"=1 + + # Whether or not to remove stone swords from wither skeleton drops. [default: true] + B:"Delete Stone Swords"=true + + # If the Immolation Blade (Blaze) is enabled [default: true] + B:"Enable Blaze Immolation Blade"=true + + # If the Immolation Blade (Lava) is enabled [default: true] + B:"Enable Lava Immolation Blade"=true + + # If, when a blaze or pigman spawns on Nether Brick, a wither skeleton spawns with it. [default: false] + B:"Extra Spawns"=false + + # How many extra wither skeletons are spawned when one would be. [range: 0 ~ 10, default: 0] + I:"Extra Wither Skeletons"=0 + + # The wither skull fragment drop chance in 1/n. Higher numbers means less drops. Set to 0 to disable. [range: 0 ~ 2147483647, default: 1] + I:"Fragment Drop Chance"=1 + + # The value of a skull fragment, in terms of 1/n (How many shards per skull) Valid values are 1-9 [range: 1 ~ 9, default: 9] + I:"Shard Value"=9 +} + + diff --git a/config/xnet/xnet.cfg b/config/xnet/xnet.cfg new file mode 100644 index 0000000..85e9355 --- /dev/null +++ b/config/xnet/xnet.cfg @@ -0,0 +1,95 @@ +# Configuration file + +controllerchannelrft { + I:general=1 +} + + +controlleroperationrft { + I:general=2 +} + + +controllerrfpertick { + I:general=0 +} + + +########################################################################################################## +# 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/ynot.cfg b/config/ynot.cfg new file mode 100644 index 0000000..ff7b1c1 --- /dev/null +++ b/config/ynot.cfg @@ -0,0 +1,17 @@ +# Configuration file + +balance { + # Maximum transfer rate for Mekanism Gas and advanced connectors [range: 1 ~ 2147483647, default: 1280] + I:mekanismGasMaxRateAdvanced=1280 + + # Maximum transfer rate for Mekanism Gas and normal connectors [range: 1 ~ 2147483647, default: 256] + I:mekanismGasMaxRateNormal=256 +} + + +features { + # Mekanism Gas Channel support for XNet [default: true] + B:mekanismGasChannel=true +} + + diff --git a/config/yoyos.cfg b/config/yoyos.cfg new file mode 100644 index 0000000..ba9bec3 --- /dev/null +++ b/config/yoyos.cfg @@ -0,0 +1,320 @@ +# Configuration file + +general { + # How many items a yoyo enchanted with Collecting I can hold. + # Doubles with every level. + # Min: 0 + # Max: 2147483647 + I:collectingBase=64 + + # If enabled, saves materials into a config folder. + # Allows for editing, addition, and removal of stats for yoyos. + B:configMaterials=false + + # Should farming yoyos replant crops + B:replant=true + + # Allows yoyos to be crafted in the Tinkers' Construct Tool Station. + B:stationCrafting=false + + # Add customizable yoyos if Tinkers' Construct is installed. + B:tinkersYoyos=true + + # Allows you to swing from yoyos when they get caught. + B:yoyoSwing=true + + vanillayoyos { + # Whether or not the default yoyos are added + B:enable=false + + woodenyoyo { + # How much damage the yoyo does (in hearts) + # Min: 0.0 + # Max: 1.7976931348623157E308 + D:damage=3.0 + + # How long the yoyo can stay out (in ticks) + # -1 means infinite duration + # Min: -1 + # Max: 2147483647 + I:duration=100 + + # How far away the yoyo can get (in blocks) + # Min: 0.0 + # Max: 1.7976931348623157E308 + D:length=6.0 + + # Affects how fast the yoyo moves + # Min: 0.0 + # Max: 1.7976931348623157E308 + D:weight=2.200000047683716 + } + + stoneyoyo { + # How much damage the yoyo does (in hearts) + # Min: 0.0 + # Max: 1.7976931348623157E308 + D:damage=4.0 + + # How long the yoyo can stay out (in ticks) + # -1 means infinite duration + # Min: -1 + # Max: 2147483647 + I:duration=200 + + # How far away the yoyo can get (in blocks) + # Min: 0.0 + # Max: 1.7976931348623157E308 + D:length=7.0 + + # Affects how fast the yoyo moves + # Min: 0.0 + # Max: 1.7976931348623157E308 + D:weight=4.0 + } + + ironyoyo { + # How much damage the yoyo does (in hearts) + # Min: 0.0 + # Max: 1.7976931348623157E308 + D:damage=5.0 + + # How long the yoyo can stay out (in ticks) + # -1 means infinite duration + # Min: -1 + # Max: 2147483647 + I:duration=300 + + # How far away the yoyo can get (in blocks) + # Min: 0.0 + # Max: 1.7976931348623157E308 + D:length=8.0 + + # Affects how fast the yoyo moves + # Min: 0.0 + # Max: 1.7976931348623157E308 + D:weight=5.0 + } + + shearyoyo { + # How much damage the yoyo does (in hearts) + # Min: 0.0 + # Max: 1.7976931348623157E308 + D:damage=5.5 + + # How long the yoyo can stay out (in ticks) + # -1 means infinite duration + # Min: -1 + # Max: 2147483647 + I:duration=300 + + # How far away the yoyo can get (in blocks) + # Min: 0.0 + # Max: 1.7976931348623157E308 + D:length=8.0 + + # Affects how fast the yoyo moves + # Min: 0.0 + # Max: 1.7976931348623157E308 + D:weight=5.099999904632568 + } + + goldyoyo { + # How much damage the yoyo does (in hearts) + # Min: 0.0 + # Max: 1.7976931348623157E308 + D:damage=3.0 + + # How long the yoyo can stay out (in ticks) + # -1 means infinite duration + # Min: -1 + # Max: 2147483647 + I:duration=600 + + # How far away the yoyo can get (in blocks) + # Min: 0.0 + # Max: 1.7976931348623157E308 + D:length=11.0 + + # Affects how fast the yoyo moves + # Min: 0.0 + # Max: 1.7976931348623157E308 + D:weight=5.5 + } + + diamondyoyo { + # How much damage the yoyo does (in hearts) + # Min: 0.0 + # Max: 1.7976931348623157E308 + D:damage=6.0 + + # How long the yoyo can stay out (in ticks) + # -1 means infinite duration + # Min: -1 + # Max: 2147483647 + I:duration=400 + + # How far away the yoyo can get (in blocks) + # Min: 0.0 + # Max: 1.7976931348623157E308 + D:length=9.0 + + # Affects how fast the yoyo moves + # Min: 0.0 + # Max: 1.7976931348623157E308 + D:weight=1.7000000476837158 + } + + stickyyoyo { + # How much damage the yoyo does (in hearts) + # Min: 0.0 + # Max: 1.7976931348623157E308 + D:damage=0.0 + + # How long the yoyo can stay out (in ticks) + # -1 means infinite duration + # Min: -1 + # Max: 2147483647 + I:duration=400 + + # How far away the yoyo can get (in blocks) + # Min: 0.0 + # Max: 1.7976931348623157E308 + D:length=9.0 + + # Affects how fast the yoyo moves + # Min: 0.0 + # Max: 1.7976931348623157E308 + D:weight=1.7000000476837158 + } + + creativeyoyo { + # How much damage the yoyo does (in hearts) + # Min: 0.0 + # Max: 1.7976931348623157E308 + D:damage=9001.0 + + # How long the yoyo can stay out (in ticks) + # -1 means infinite duration + # Min: -1 + # Max: 2147483647 + I:duration=-1 + + # How far away the yoyo can get (in blocks) + # Min: 0.0 + # Max: 1.7976931348623157E308 + D:length=24.0 + + # Affects how fast the yoyo moves + # Min: 0.0 + # Max: 1.7976931348623157E308 + D:weight=0.8999999761581421 + } + + hoeyoyo { + # How much damage the yoyo does (in hearts) + # Min: 0.0 + # Max: 1.7976931348623157E308 + D:damage=6.5 + + # How long the yoyo can stay out (in ticks) + # -1 means infinite duration + # Min: -1 + # Max: 2147483647 + I:duration=400 + + # How far away the yoyo can get (in blocks) + # Min: 0.0 + # Max: 1.7976931348623157E308 + D:length=9.0 + + # Affects how fast the yoyo moves + # Min: 0.0 + # Max: 1.7976931348623157E308 + D:weight=2.200000047683716 + } + + } + + botaniayoyos { + # Integrate with botania if it is installed. + B:enable=true + + # Merge the yoyo pages in the Lexica Botania with their normal counterparts. + # Disable if you notice any conflicts. + B:lexiconHackery=true + + manasteelyoyo { + # How much damage the yoyo does (in hearts) + # Min: 0.0 + # Max: 1.7976931348623157E308 + D:damage=5.0 + + # How long the yoyo can stay out (in ticks) + # -1 means infinite duration + # Min: -1 + # Max: 2147483647 + I:duration=300 + + # How far away the yoyo can get (in blocks) + # Min: 0.0 + # Max: 1.7976931348623157E308 + D:length=8.0 + + # Affects how fast the yoyo moves + # Min: 0.0 + # Max: 1.7976931348623157E308 + D:weight=5.0 + } + + elementiumyoyo { + # How much damage the yoyo does (in hearts) + # Min: 0.0 + # Max: 1.7976931348623157E308 + D:damage=5.0 + + # How long the yoyo can stay out (in ticks) + # -1 means infinite duration + # Min: -1 + # Max: 2147483647 + I:duration=300 + + # How far away the yoyo can get (in blocks) + # Min: 0.0 + # Max: 1.7976931348623157E308 + D:length=8.0 + + # Affects how fast the yoyo moves + # Min: 0.0 + # Max: 1.7976931348623157E308 + D:weight=5.0 + } + + terrasteelyoyo { + # How much damage the yoyo does (in hearts) + # Min: 0.0 + # Max: 1.7976931348623157E308 + D:damage=6.0 + + # How long the yoyo can stay out (in ticks) + # -1 means infinite duration + # Min: -1 + # Max: 2147483647 + I:duration=400 + + # How far away the yoyo can get (in blocks) + # Min: 0.0 + # Max: 1.7976931348623157E308 + D:length=9.0 + + # Affects how fast the yoyo moves + # Min: 0.0 + # Max: 1.7976931348623157E308 + D:weight=1.7000000476837158 + } + + } + +} + + diff --git a/crafttweaker.log b/crafttweaker.log new file mode 100644 index 0000000..ca4cfa3 --- /dev/null +++ b/crafttweaker.log @@ -0,0 +1,53360 @@ +[PREINITIALIZATION][SERVER][INFO] Thank you to the Patreon supporters below and others who make CraftTweaker possible! +embeddedt +Zuniroa +Hooley +NerdyWhiteGuy +Ncc1702 +Jellycraft +Ivy_ +Lucas +Peregrinus11 +Quaternary +Pongo Sapiens +Spencer Gilbert +NickT +DreamThorn +Jonathan McManus +Jessie Sims +Genryu +Belathus +Jordan Pineo +If you want to support the mod, checkout https://patreon.com/jaredlll08?s=crtmod + +[PREINITIALIZATION][SERVER][INFO] Current loaders after merging: [[preinit]] +[PREINITIALIZATION][SERVER][INFO] Loading scripts for loader with names [preinit] +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[4100:crafttweaker]: crafttweaker\_globals\base.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[4100:crafttweaker]: crafttweaker\_globals\chiselBlocks.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[4100:crafttweaker]: crafttweaker\_globals\clusters.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[4100:crafttweaker]: crafttweaker\_globals\metal_items.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[4100:crafttweaker]: crafttweaker\_globals\metals.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[4100:crafttweaker]: env.dev.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[4000:contenttweaker]: contenttweaker\materials\init.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[4000:contenttweaker]: contenttweaker\materials\utils.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[4000:crafttweaker]: crafttweaker\preInit.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[3999:crafttweaker]: crafttweaker\stages.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[3501:crafttweaker]: crafttweaker\utils.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[3500:crafttweaker]: crafttweaker\craftingUtils.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[3500:crafttweaker]: crafttweaker\transformers.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[3400:crafttweaker]: crafttweaker\classes\integration\dryingUnit.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[3400:crafttweaker]: crafttweaker\classes\integration\orematic.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[3400:crafttweaker]: crafttweaker\classes\mods\abyssalcraft.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[3400:crafttweaker]: crafttweaker\classes\mods\actuallyAdditions.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[3400:crafttweaker]: crafttweaker\classes\mods\appliedEnergistics.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[3400:crafttweaker]: crafttweaker\classes\mods\armoreablemobs.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[3400:crafttweaker]: crafttweaker\classes\mods\astralSorcery.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[3400:crafttweaker]: crafttweaker\classes\mods\betterwithmods.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[3400:crafttweaker]: crafttweaker\classes\mods\bloodMagic.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[3400:crafttweaker]: crafttweaker\classes\mods\horsePower.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[3400:crafttweaker]: crafttweaker\classes\mods\immersiveEngineering.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[3400:crafttweaker]: crafttweaker\classes\mods\mekanism.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[3400:crafttweaker]: crafttweaker\classes\mods\tinkers.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[3400:crafttweaker]: crafttweaker\classes\utils\recipeUtil.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[2800:crafttweaker]: crafttweaker\classes\init.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[2751:crafttweaker]: crafttweaker\classes\resources\metals.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[2750:crafttweaker]: crafttweaker\classes\utils\unifier.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[2700:crafttweaker]: crafttweaker\classes\initUnifier.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[2650:crafttweaker]: crafttweaker\classes\resources\resources.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[2605:crafttweaker]: crafttweaker\oredict\wood.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[2600:crafttweaker]: crafttweaker\oredict\dyes.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[2600:crafttweaker]: crafttweaker\oredict\food_plants.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[2600:crafttweaker]: crafttweaker\oredict\metals.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[2600:crafttweaker]: crafttweaker\oredict\mods\buildcraft.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[2600:crafttweaker]: crafttweaker\oredict\mods\chisel.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[2600:crafttweaker]: crafttweaker\oredict\mods\extraplanets.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[2600:crafttweaker]: crafttweaker\oredict\mods\galacticraft.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[2600:crafttweaker]: crafttweaker\oredict\mods\mekanism.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[2600:crafttweaker]: crafttweaker\oredict\mods\mystical_agriculture.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[2600:crafttweaker]: crafttweaker\oredict\mods\primal.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[2600:crafttweaker]: crafttweaker\oredict\mods\refined_storage.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[2600:crafttweaker]: crafttweaker\oredict\mods\tinkers.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[2600:crafttweaker]: crafttweaker\oredict\other.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[2600:crafttweaker]: crafttweaker\oredict\plastics.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[2600:crafttweaker]: crafttweaker\oredict\tools.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[2600:crafttweaker]: crafttweaker\oredict\tweaks\barrels.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[2600:crafttweaker]: crafttweaker\oredict\tweaks\metal_stick_to_rods.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[2550:crafttweaker]: crafttweaker\oredict\ores.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[2501:crafttweaker]: crafttweaker\oredict\post_unify\base.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[2450:crafttweaker]: crafttweaker\unify.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[2401:crafttweaker]: crafttweaker\oredict\tweaks\metal_rod_recipe_fix.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[10:crafttweaker]: crafttweaker\integrations\dye.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[1:crafttweaker]: crafttweaker\staging\itemsAndRecipes\modId.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:contenttweaker]: contenttweaker\fluids.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:contenttweaker]: contenttweaker\materials\largeScale.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:contenttweaker]: contenttweaker\materials\misc.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:contenttweaker]: contenttweaker\vanillaFactory.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\events\blockBreak.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\events\playerLoggedIn.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\integrations\mods\abyssalcraft.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\integrations\mods\actuallyAdditions.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\integrations\mods\appliedenergistics2.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\integrations\mods\astralsorcery.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\integrations\mods\betterwithmods.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\integrations\mods\bloodmagic\alchemyArray.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\integrations\mods\bloodmagic\alchemyTable.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\integrations\mods\bloodmagic\bloodAltar.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\integrations\mods\bloodmagic\tartaricForge.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\integrations\mods\bonsai.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\integrations\mods\chisel.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\integrations\mods\cyclicmagic.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\integrations\mods\extendedCrafting\enderRecipes.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\integrations\mods\extendedCrafting\tableRecipes.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\integrations\mods\extendedCrafting\tierTableRecipes.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\integrations\mods\galacticcraftAndExtraplanets.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\integrations\mods\horsepower.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\integrations\mods\immersive\engineering\alloySmelter.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\integrations\mods\immersive\engineering\arcFurnace.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\integrations\mods\immersive\engineering\bottlingMachine.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\integrations\mods\immersive\engineering\crusher.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\integrations\mods\immersive\engineering\excavator.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\integrations\mods\immersive\engineering\metalPress.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\integrations\mods\immersive\engineering\mixer.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\integrations\mods\immersive\engineering\refinery.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\integrations\mods\immersive\engineering\squeezer.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\integrations\mods\immersive\petroleum.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\integrations\mods\loottweaker.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\integrations\mods\mekanism.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\integrations\mods\modularMachinery\autoCauldron.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\integrations\mods\modularMachinery\chemicalMixer.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\integrations\mods\modularMachinery\ethyliticEnricher.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\integrations\mods\modularMachinery\hydraulicPress.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\integrations\mods\modularMachinery\industrialDryingUnit.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\integrations\mods\modularMachinery\industrialLoom.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\integrations\mods\modularMachinery\industrialMill.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\integrations\mods\modularMachinery\liquidProcessor.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\integrations\mods\modularMachinery\mixer.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\integrations\mods\modularMachinery\paperclipFactory.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\integrations\mods\modularMachinery\plasticMolder.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\integrations\mods\modularMachinery\scamulator.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\integrations\mods\modularMachinery\volcanicCrystalizer.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\integrations\mods\pneumaticcraft.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\integrations\mods\primalCore.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\integrations\mods\primalTech.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\integrations\mods\rustic.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\integrations\mods\tinkers\alloy.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\integrations\mods\tinkers\casting.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\integrations\mods\tinkers\dryingRack.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\integrations\mods\tinkers\melting.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\integrations\mods\zenloot.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\integrations\wood.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\itemModifiers\burnTime.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\itemModifiers\descriptions.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\itemModifiers\durability.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\itemModifiers\hardness.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\itemModifiers\harvestLevel.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\itemModifiers\rename.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\itemModifiers\tooltips.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\recipes\mods\abyssalcraft.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\recipes\mods\actuallyadditions.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\recipes\mods\animalium.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\recipes\mods\antiqueatlas.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\recipes\mods\appliedenergistics.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\recipes\mods\astikorCarts.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\recipes\mods\astralsorcery.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\recipes\mods\betterbuilderswands.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\recipes\mods\betterwithaddons.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\recipes\mods\betterwithmods.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\recipes\mods\bibliocraft.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\recipes\mods\bloodmagic.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\recipes\mods\buildcraft.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\recipes\mods\buildinggadgets.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\recipes\mods\car.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\recipes\mods\ceramics.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\recipes\mods\chisel.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\recipes\mods\chiselsandbits.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\recipes\mods\contenttweaker.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\recipes\mods\cookingforblockheads.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\recipes\mods\cyclicmagic.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\recipes\mods\darkutils.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\recipes\mods\deathCompass.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\recipes\mods\dungpipe.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\recipes\mods\enderutilities.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\recipes\mods\extendedcrafting.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\recipes\mods\extraplanets.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\recipes\mods\farmingforblockheads.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\recipes\mods\ferdinandsflowers.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\recipes\mods\galacticraft.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\recipes\mods\geolosys.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\recipes\mods\guideapi.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\recipes\mods\horsepower.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\recipes\mods\huntingdim.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\recipes\mods\immcraft.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\recipes\mods\immersiveengineering.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\recipes\mods\improvedbackpacks.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\recipes\mods\indlog.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\recipes\mods\industrialforegoing.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\recipes\mods\infoaccessories.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\recipes\mods\integrateddynamics.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\recipes\mods\ironbackpacks.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\recipes\mods\ironchest.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\recipes\mods\ironjetpacks.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\recipes\mods\mekanism.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\recipes\mods\minecraft.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\recipes\mods\mobgrindingutils.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\recipes\mods\modularmachinery.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\recipes\mods\modularrouters.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\recipes\mods\mysticalagriculture.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\recipes\mods\natura.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\recipes\mods\naturescompass.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\recipes\mods\oeintegration.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\recipes\mods\overloaded.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\recipes\mods\pickletweaks.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\recipes\mods\pneumaticcraft.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\recipes\mods\poweradapters.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\recipes\mods\primal\core.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\recipes\mods\primal\stones.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\recipes\mods\primalchests.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\recipes\mods\primaltech.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\recipes\mods\progressiontweaks.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\recipes\mods\prospectors.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\recipes\mods\quantumstorage.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\recipes\mods\quark.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\recipes\mods\rebornstorage.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\recipes\mods\refinedstorage.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\recipes\mods\refinedstorageaddons.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\recipes\mods\rftools.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\recipes\mods\rustic.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\recipes\mods\spartanshields.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\recipes\mods\stevescarts.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\recipes\mods\storagedrawers.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\recipes\mods\storagenetwork.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\recipes\mods\supersoundmuffler.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\recipes\mods\tcomplement.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\recipes\mods\tconstruct.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\recipes\mods\totemic.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\recipes\mods\traverse.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\recipes\mods\twilightforest.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\recipes\mods\uppers.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\recipes\mods\valkyrielib.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\recipes\mods\vc.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\recipes\mods\waterstrainer.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\recipes\mods\weirdinggadget.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\recipes\mods\wopper.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\recipes\mods\xnet.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\recipes\mods\yoyos.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\recipes\remove.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\recipes\resources.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\resources\custom.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\containers.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\dimensions.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\enchantments.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\misc.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\abyssalcraft.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\actuallyadditions.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\animalium.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\antiqueatlas.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\appliedenergistics2.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\astikorCarts.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\astralsorcery.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\beneath.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\betterbuilderswands.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\betterwithaddons.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\betterwithmods.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\bibliocraft.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\bloodmagic.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\bonsaitrees.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\buildcraft.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\buildinggadgets.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\car.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\ceramics.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\chargers.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\chisel.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\chiselsandbits.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\conarm.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\contenttweaker.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\cookingforblockheads.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\cyclicmagic.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\darkutils.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\deathCompass.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\dungpipe.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\emberroot.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\enderstorage.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\enderutilities.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\environmentaltech.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\extendedcrafting.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\extraplanets.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\farmingforblockheads.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\fatCat.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\ferdinandsflowers.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\galacticraft.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\geolosys.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\guideapi.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\horsepower.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\huntingdim.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\immcraft.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\immersiveengineering.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\immersivepetroleum.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\immersivetech.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\improvedbackpacks.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\indlog.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\industrialforegoing.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\infoaccessories.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\ironbackpacks.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\ironchest.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\ironjetpacks.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\jaff.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\jarm.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\mekanism.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\minecraft.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\mobGrindingUtils.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\modularmachinery.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\mundaneredstone.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\mysticalagradditions.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\mysticalagriculture.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\natura.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\naturescompass.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\nex.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\oeintegration.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\overloaded.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\pickletweaks.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\pneumaticcraft.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\poweradapters.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\primal.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\primalchests.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\primalTech.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\progressiontweaks.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\prospectors.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\quantumstorage.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\quark.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\rangedpumps.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\rebornstorage.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\refinedstorage.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\refinedstorageaddons.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\rftools.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\rustic.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\simpletomb.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\simplyarrows.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\spartanshields.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\stevescarts.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\storagedrawers.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\supersoundmuffler.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\tallgates.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\tcomplement.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\tconstruct.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\teslacorelib.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\thebetweenlands.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\totemic.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\translocators.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\traverse.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\trumpetskeleton.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\twilightforest.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\valkyrielib.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\vc.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\waterstrainer.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\weirdinggadget.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\witherskelefix.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\wopper.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\xnet.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\yoyos.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\oredict.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\stages.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\journeymap.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\liquidAndGas.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\mobGear.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\mobs.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\multiblock\immersiveEngineering.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\ores.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\tinkers.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\waila.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[0:crafttweaker]: env.production.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[-50:crafttweaker]: crafttweaker\integrations\mods\bloodmagic\init.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[-50:crafttweaker]: crafttweaker\integrations\mods\extendedCrafting\init.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[-50:crafttweaker]: crafttweaker\integrations\mods\immersive\engineering\init.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[-50:crafttweaker]: crafttweaker\integrations\mods\modularMachinery\init.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[-50:crafttweaker]: crafttweaker\integrations\mods\tinkers\init.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[-100:contenttweaker]: contenttweaker\postInit.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [preinit | SIDE_SERVER]: Skipping file {[-100:crafttweaker]: crafttweaker\postInit.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] Completed script loading in: 7ms +[PREINITIALIZATION][SERVER][INFO] Current loaders after merging: [[preinit], [contenttweaker]] +[PREINITIALIZATION][SERVER][INFO] Loading scripts for loader with names [contenttweaker] +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[4100:crafttweaker]: crafttweaker\_globals\base.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[4100:crafttweaker]: crafttweaker\_globals\chiselBlocks.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[4100:crafttweaker]: crafttweaker\_globals\clusters.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[4100:crafttweaker]: crafttweaker\_globals\metal_items.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[4100:crafttweaker]: crafttweaker\_globals\metals.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[4100:crafttweaker]: env.dev.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Loading Script: {[4000:contenttweaker]: contenttweaker\materials\init.zs} +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Loading Script: {[4000:contenttweaker]: contenttweaker\materials\utils.zs} +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[4000:crafttweaker]: crafttweaker\preInit.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[3999:crafttweaker]: crafttweaker\stages.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[3501:crafttweaker]: crafttweaker\utils.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[3500:crafttweaker]: crafttweaker\craftingUtils.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[3500:crafttweaker]: crafttweaker\transformers.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[3400:crafttweaker]: crafttweaker\classes\integration\dryingUnit.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[3400:crafttweaker]: crafttweaker\classes\integration\orematic.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[3400:crafttweaker]: crafttweaker\classes\mods\abyssalcraft.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[3400:crafttweaker]: crafttweaker\classes\mods\actuallyAdditions.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[3400:crafttweaker]: crafttweaker\classes\mods\appliedEnergistics.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[3400:crafttweaker]: crafttweaker\classes\mods\armoreablemobs.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[3400:crafttweaker]: crafttweaker\classes\mods\astralSorcery.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[3400:crafttweaker]: crafttweaker\classes\mods\betterwithmods.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[3400:crafttweaker]: crafttweaker\classes\mods\bloodMagic.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[3400:crafttweaker]: crafttweaker\classes\mods\horsePower.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[3400:crafttweaker]: crafttweaker\classes\mods\immersiveEngineering.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[3400:crafttweaker]: crafttweaker\classes\mods\mekanism.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[3400:crafttweaker]: crafttweaker\classes\mods\tinkers.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[3400:crafttweaker]: crafttweaker\classes\utils\recipeUtil.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[2800:crafttweaker]: crafttweaker\classes\init.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[2751:crafttweaker]: crafttweaker\classes\resources\metals.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[2750:crafttweaker]: crafttweaker\classes\utils\unifier.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[2700:crafttweaker]: crafttweaker\classes\initUnifier.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[2650:crafttweaker]: crafttweaker\classes\resources\resources.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[2605:crafttweaker]: crafttweaker\oredict\wood.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[2600:crafttweaker]: crafttweaker\oredict\dyes.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[2600:crafttweaker]: crafttweaker\oredict\food_plants.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[2600:crafttweaker]: crafttweaker\oredict\metals.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[2600:crafttweaker]: crafttweaker\oredict\mods\buildcraft.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[2600:crafttweaker]: crafttweaker\oredict\mods\chisel.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[2600:crafttweaker]: crafttweaker\oredict\mods\extraplanets.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[2600:crafttweaker]: crafttweaker\oredict\mods\galacticraft.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[2600:crafttweaker]: crafttweaker\oredict\mods\mekanism.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[2600:crafttweaker]: crafttweaker\oredict\mods\mystical_agriculture.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[2600:crafttweaker]: crafttweaker\oredict\mods\primal.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[2600:crafttweaker]: crafttweaker\oredict\mods\refined_storage.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[2600:crafttweaker]: crafttweaker\oredict\mods\tinkers.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[2600:crafttweaker]: crafttweaker\oredict\other.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[2600:crafttweaker]: crafttweaker\oredict\plastics.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[2600:crafttweaker]: crafttweaker\oredict\tools.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[2600:crafttweaker]: crafttweaker\oredict\tweaks\barrels.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[2600:crafttweaker]: crafttweaker\oredict\tweaks\metal_stick_to_rods.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[2550:crafttweaker]: crafttweaker\oredict\ores.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[2501:crafttweaker]: crafttweaker\oredict\post_unify\base.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[2450:crafttweaker]: crafttweaker\unify.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[2401:crafttweaker]: crafttweaker\oredict\tweaks\metal_rod_recipe_fix.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[10:crafttweaker]: crafttweaker\integrations\dye.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[1:crafttweaker]: crafttweaker\staging\itemsAndRecipes\modId.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Loading Script: {[0:contenttweaker]: contenttweaker\fluids.zs} +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Loading Script: {[0:contenttweaker]: contenttweaker\materials\largeScale.zs} +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Loading Script: {[0:contenttweaker]: contenttweaker\materials\misc.zs} +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Loading Script: {[0:contenttweaker]: contenttweaker\vanillaFactory.zs} +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\events\blockBreak.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\events\playerLoggedIn.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\integrations\mods\abyssalcraft.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\integrations\mods\actuallyAdditions.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\integrations\mods\appliedenergistics2.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\integrations\mods\astralsorcery.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\integrations\mods\betterwithmods.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\integrations\mods\bloodmagic\alchemyArray.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\integrations\mods\bloodmagic\alchemyTable.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\integrations\mods\bloodmagic\bloodAltar.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\integrations\mods\bloodmagic\tartaricForge.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\integrations\mods\bonsai.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\integrations\mods\chisel.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\integrations\mods\cyclicmagic.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\integrations\mods\extendedCrafting\enderRecipes.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\integrations\mods\extendedCrafting\tableRecipes.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\integrations\mods\extendedCrafting\tierTableRecipes.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\integrations\mods\galacticcraftAndExtraplanets.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\integrations\mods\horsepower.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\integrations\mods\immersive\engineering\alloySmelter.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\integrations\mods\immersive\engineering\arcFurnace.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\integrations\mods\immersive\engineering\bottlingMachine.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\integrations\mods\immersive\engineering\crusher.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\integrations\mods\immersive\engineering\excavator.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\integrations\mods\immersive\engineering\metalPress.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\integrations\mods\immersive\engineering\mixer.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\integrations\mods\immersive\engineering\refinery.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\integrations\mods\immersive\engineering\squeezer.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\integrations\mods\immersive\petroleum.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\integrations\mods\loottweaker.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\integrations\mods\mekanism.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\integrations\mods\modularMachinery\autoCauldron.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\integrations\mods\modularMachinery\chemicalMixer.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\integrations\mods\modularMachinery\ethyliticEnricher.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\integrations\mods\modularMachinery\hydraulicPress.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\integrations\mods\modularMachinery\industrialDryingUnit.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\integrations\mods\modularMachinery\industrialLoom.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\integrations\mods\modularMachinery\industrialMill.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\integrations\mods\modularMachinery\liquidProcessor.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\integrations\mods\modularMachinery\mixer.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\integrations\mods\modularMachinery\paperclipFactory.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\integrations\mods\modularMachinery\plasticMolder.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\integrations\mods\modularMachinery\scamulator.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\integrations\mods\modularMachinery\volcanicCrystalizer.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\integrations\mods\pneumaticcraft.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\integrations\mods\primalCore.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\integrations\mods\primalTech.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\integrations\mods\rustic.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\integrations\mods\tinkers\alloy.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\integrations\mods\tinkers\casting.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\integrations\mods\tinkers\dryingRack.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\integrations\mods\tinkers\melting.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\integrations\mods\zenloot.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\integrations\wood.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\itemModifiers\burnTime.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\itemModifiers\descriptions.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\itemModifiers\durability.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\itemModifiers\hardness.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\itemModifiers\harvestLevel.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\itemModifiers\rename.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\itemModifiers\tooltips.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\recipes\mods\abyssalcraft.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\recipes\mods\actuallyadditions.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\recipes\mods\animalium.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\recipes\mods\antiqueatlas.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\recipes\mods\appliedenergistics.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\recipes\mods\astikorCarts.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\recipes\mods\astralsorcery.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\recipes\mods\betterbuilderswands.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\recipes\mods\betterwithaddons.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\recipes\mods\betterwithmods.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\recipes\mods\bibliocraft.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\recipes\mods\bloodmagic.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\recipes\mods\buildcraft.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\recipes\mods\buildinggadgets.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\recipes\mods\car.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\recipes\mods\ceramics.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\recipes\mods\chisel.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\recipes\mods\chiselsandbits.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\recipes\mods\contenttweaker.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\recipes\mods\cookingforblockheads.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\recipes\mods\cyclicmagic.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\recipes\mods\darkutils.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\recipes\mods\deathCompass.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\recipes\mods\dungpipe.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\recipes\mods\enderutilities.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\recipes\mods\extendedcrafting.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\recipes\mods\extraplanets.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\recipes\mods\farmingforblockheads.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\recipes\mods\ferdinandsflowers.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\recipes\mods\galacticraft.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\recipes\mods\geolosys.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\recipes\mods\guideapi.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\recipes\mods\horsepower.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\recipes\mods\huntingdim.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\recipes\mods\immcraft.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\recipes\mods\immersiveengineering.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\recipes\mods\improvedbackpacks.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\recipes\mods\indlog.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\recipes\mods\industrialforegoing.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\recipes\mods\infoaccessories.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\recipes\mods\integrateddynamics.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\recipes\mods\ironbackpacks.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\recipes\mods\ironchest.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\recipes\mods\ironjetpacks.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\recipes\mods\mekanism.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\recipes\mods\minecraft.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\recipes\mods\mobgrindingutils.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\recipes\mods\modularmachinery.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\recipes\mods\modularrouters.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\recipes\mods\mysticalagriculture.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\recipes\mods\natura.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\recipes\mods\naturescompass.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\recipes\mods\oeintegration.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\recipes\mods\overloaded.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\recipes\mods\pickletweaks.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\recipes\mods\pneumaticcraft.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\recipes\mods\poweradapters.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\recipes\mods\primal\core.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\recipes\mods\primal\stones.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\recipes\mods\primalchests.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\recipes\mods\primaltech.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\recipes\mods\progressiontweaks.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\recipes\mods\prospectors.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\recipes\mods\quantumstorage.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\recipes\mods\quark.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\recipes\mods\rebornstorage.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\recipes\mods\refinedstorage.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\recipes\mods\refinedstorageaddons.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\recipes\mods\rftools.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\recipes\mods\rustic.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\recipes\mods\spartanshields.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\recipes\mods\stevescarts.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\recipes\mods\storagedrawers.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\recipes\mods\storagenetwork.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\recipes\mods\supersoundmuffler.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\recipes\mods\tcomplement.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\recipes\mods\tconstruct.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\recipes\mods\totemic.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\recipes\mods\traverse.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\recipes\mods\twilightforest.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\recipes\mods\uppers.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\recipes\mods\valkyrielib.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\recipes\mods\vc.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\recipes\mods\waterstrainer.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\recipes\mods\weirdinggadget.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\recipes\mods\wopper.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\recipes\mods\xnet.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\recipes\mods\yoyos.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\recipes\remove.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\recipes\resources.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\resources\custom.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\containers.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\dimensions.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\enchantments.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\misc.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\abyssalcraft.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\actuallyadditions.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\animalium.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\antiqueatlas.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\appliedenergistics2.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\astikorCarts.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\astralsorcery.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\beneath.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\betterbuilderswands.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\betterwithaddons.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\betterwithmods.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\bibliocraft.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\bloodmagic.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\bonsaitrees.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\buildcraft.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\buildinggadgets.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\car.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\ceramics.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\chargers.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\chisel.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\chiselsandbits.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\conarm.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\contenttweaker.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\cookingforblockheads.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\cyclicmagic.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\darkutils.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\deathCompass.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\dungpipe.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\emberroot.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\enderstorage.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\enderutilities.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\environmentaltech.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\extendedcrafting.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\extraplanets.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\farmingforblockheads.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\fatCat.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\ferdinandsflowers.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\galacticraft.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\geolosys.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\guideapi.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\horsepower.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\huntingdim.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\immcraft.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\immersiveengineering.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\immersivepetroleum.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\immersivetech.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\improvedbackpacks.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\indlog.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\industrialforegoing.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\infoaccessories.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\ironbackpacks.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\ironchest.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\ironjetpacks.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\jaff.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\jarm.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\mekanism.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\minecraft.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\mobGrindingUtils.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\modularmachinery.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\mundaneredstone.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\mysticalagradditions.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\mysticalagriculture.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\natura.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\naturescompass.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\nex.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\oeintegration.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\overloaded.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\pickletweaks.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\pneumaticcraft.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\poweradapters.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\primal.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\primalchests.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\primalTech.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\progressiontweaks.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\prospectors.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\quantumstorage.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\quark.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\rangedpumps.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\rebornstorage.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\refinedstorage.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\refinedstorageaddons.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\rftools.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\rustic.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\simpletomb.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\simplyarrows.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\spartanshields.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\stevescarts.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\storagedrawers.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\supersoundmuffler.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\tallgates.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\tcomplement.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\tconstruct.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\teslacorelib.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\thebetweenlands.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\totemic.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\translocators.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\traverse.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\trumpetskeleton.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\twilightforest.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\valkyrielib.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\vc.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\waterstrainer.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\weirdinggadget.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\witherskelefix.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\wopper.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\xnet.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\yoyos.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\oredict.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\stages.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\journeymap.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\liquidAndGas.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\mobGear.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\mobs.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\multiblock\immersiveEngineering.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\ores.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\tinkers.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: crafttweaker\staging\waila.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[0:crafttweaker]: env.production.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[-50:crafttweaker]: crafttweaker\integrations\mods\bloodmagic\init.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[-50:crafttweaker]: crafttweaker\integrations\mods\extendedCrafting\init.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[-50:crafttweaker]: crafttweaker\integrations\mods\immersive\engineering\init.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[-50:crafttweaker]: crafttweaker\integrations\mods\modularMachinery\init.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[-50:crafttweaker]: crafttweaker\integrations\mods\tinkers\init.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Loading Script: {[-100:contenttweaker]: contenttweaker\postInit.zs} +[PREINITIALIZATION][SERVER][INFO] [contenttweaker | SIDE_SERVER]: Skipping file {[-100:crafttweaker]: crafttweaker\postInit.zs} as we are currently loading with a different loader +[PREINITIALIZATION][SERVER][INFO] Completed script loading in: 205ms +[INITIALIZATION][SERVER][INFO] CraftTweaker: Building registry +[INITIALIZATION][SERVER][INFO] CraftTweaker: Successfully built item registry +[INITIALIZATION][SERVER][INFO] Current loaders after merging: [[preinit], [contenttweaker], [recipeevent | crafttweaker]] +[INITIALIZATION][SERVER][INFO] Loading scripts for loader with names [crafttweaker | recipeevent] +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[4100:crafttweaker]: crafttweaker\_globals\base.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[4100:crafttweaker]: crafttweaker\_globals\chiselBlocks.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[4100:crafttweaker]: crafttweaker\_globals\clusters.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[4100:crafttweaker]: crafttweaker\_globals\metal_items.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[4100:crafttweaker]: crafttweaker\_globals\metals.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[4100:crafttweaker]: env.dev.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Skipping file {[4000:contenttweaker]: contenttweaker\materials\init.zs} as we are currently loading with a different loader +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Skipping file {[4000:contenttweaker]: contenttweaker\materials\utils.zs} as we are currently loading with a different loader +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[4000:crafttweaker]: crafttweaker\preInit.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[3999:crafttweaker]: crafttweaker\stages.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[3501:crafttweaker]: crafttweaker\utils.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[3500:crafttweaker]: crafttweaker\craftingUtils.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[3500:crafttweaker]: crafttweaker\transformers.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[3400:crafttweaker]: crafttweaker\classes\integration\dryingUnit.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[3400:crafttweaker]: crafttweaker\classes\integration\orematic.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[3400:crafttweaker]: crafttweaker\classes\mods\abyssalcraft.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[3400:crafttweaker]: crafttweaker\classes\mods\actuallyAdditions.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[3400:crafttweaker]: crafttweaker\classes\mods\appliedEnergistics.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[3400:crafttweaker]: crafttweaker\classes\mods\armoreablemobs.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[3400:crafttweaker]: crafttweaker\classes\mods\astralSorcery.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[3400:crafttweaker]: crafttweaker\classes\mods\betterwithmods.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[3400:crafttweaker]: crafttweaker\classes\mods\bloodMagic.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[3400:crafttweaker]: crafttweaker\classes\mods\horsePower.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[3400:crafttweaker]: crafttweaker\classes\mods\immersiveEngineering.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[3400:crafttweaker]: crafttweaker\classes\mods\mekanism.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[3400:crafttweaker]: crafttweaker\classes\mods\tinkers.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[3400:crafttweaker]: crafttweaker\classes\utils\recipeUtil.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[2800:crafttweaker]: crafttweaker\classes\init.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[2751:crafttweaker]: crafttweaker\classes\resources\metals.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[2750:crafttweaker]: crafttweaker\classes\utils\unifier.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[2700:crafttweaker]: crafttweaker\classes\initUnifier.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[2650:crafttweaker]: crafttweaker\classes\resources\resources.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[2605:crafttweaker]: crafttweaker\oredict\wood.zs} +[INITIALIZATION][SERVER][INFO] Removing Oak Wood from ore dictionary entry logWood +[INITIALIZATION][SERVER][INFO] Removing Oak Wood from ore dictionary entry logWood +[INITIALIZATION][SERVER][INFO] Removing Bloodwood from ore dictionary entry logWood +[INITIALIZATION][SERVER][INFO] Removing Ghostwood from ore dictionary entry logWood +[INITIALIZATION][SERVER][INFO] Removing Sakura Wood from ore dictionary entry logWood +[INITIALIZATION][SERVER][INFO] Removing Tiger Wood from ore dictionary entry logWood +[INITIALIZATION][SERVER][INFO] Removing Redwood Bark from ore dictionary entry logWood +[INITIALIZATION][SERVER][INFO] Removing tile.twilightforest.MagicLog.32767.name from ore dictionary entry logWood +[INITIALIZATION][SERVER][INFO] Removing tile.twilightforest.Log.32767.name from ore dictionary entry logWood +[INITIALIZATION][SERVER][INFO] Adding Dark Oak Wood to ore dictionary entry logWood +[INITIALIZATION][SERVER][INFO] Adding Acacia Wood to ore dictionary entry logWood +[INITIALIZATION][SERVER][INFO] Adding Spruce Wood to ore dictionary entry logWood +[INITIALIZATION][SERVER][INFO] Adding Birch Wood to ore dictionary entry logWood +[INITIALIZATION][SERVER][INFO] Adding Jungle Wood to ore dictionary entry logWood +[INITIALIZATION][SERVER][INFO] Adding Oak Wood to ore dictionary entry logWood +[INITIALIZATION][SERVER][INFO] Adding Bloodwood to ore dictionary entry logWood +[INITIALIZATION][SERVER][INFO] Adding Bloodwood to ore dictionary entry logWood +[INITIALIZATION][SERVER][INFO] Adding Darkwood to ore dictionary entry logWood +[INITIALIZATION][SERVER][INFO] Adding Fusewood to ore dictionary entry logWood +[INITIALIZATION][SERVER][INFO] Adding Ghostwood to ore dictionary entry logWood +[INITIALIZATION][SERVER][INFO] Adding Eucalyptus Wood to ore dictionary entry logWood +[INITIALIZATION][SERVER][INFO] Adding Hopseed Wood to ore dictionary entry logWood +[INITIALIZATION][SERVER][INFO] Adding Sakura Wood to ore dictionary entry logWood +[INITIALIZATION][SERVER][INFO] Adding Willow Wood to ore dictionary entry logWood +[INITIALIZATION][SERVER][INFO] Adding Silverbell Wood to ore dictionary entry logWood +[INITIALIZATION][SERVER][INFO] Adding Amaranth Wood to ore dictionary entry logWood +[INITIALIZATION][SERVER][INFO] Adding Tiger Wood to ore dictionary entry logWood +[INITIALIZATION][SERVER][INFO] Adding Maple Wood to ore dictionary entry logWood +[INITIALIZATION][SERVER][INFO] Adding Redwood to ore dictionary entry logWood +[INITIALIZATION][SERVER][INFO] Adding Redwood Root to ore dictionary entry logWood +[INITIALIZATION][SERVER][INFO] Adding Redwood Bark to ore dictionary entry logWood +[INITIALIZATION][SERVER][INFO] Adding Transwood to ore dictionary entry logWood +[INITIALIZATION][SERVER][INFO] Adding Minewood to ore dictionary entry logWood +[INITIALIZATION][SERVER][INFO] Adding Sortingwood to ore dictionary entry logWood +[INITIALIZATION][SERVER][INFO] Adding Timewood to ore dictionary entry logWood +[INITIALIZATION][SERVER][INFO] Adding Canopy Tree Wood to ore dictionary entry logWood +[INITIALIZATION][SERVER][INFO] Adding Mangrove Wood to ore dictionary entry logWood +[INITIALIZATION][SERVER][INFO] Adding Darkwood Wood to ore dictionary entry logWood +[INITIALIZATION][SERVER][INFO] Adding Twilight Oak Wood to ore dictionary entry logWood +[INITIALIZATION][SERVER][INFO] Adding Mulberry Wood to ore dictionary entry logWood +[INITIALIZATION][SERVER][INFO] Adding Sakura Wood to ore dictionary entry logWood +[INITIALIZATION][SERVER][INFO] Adding Bloodwood to ore dictionary entry logWood +[INITIALIZATION][SERVER][INFO] Adding Red Cedar Wood to ore dictionary entry logWood +[INITIALIZATION][SERVER][INFO] Adding Fir Wood to ore dictionary entry logWood +[INITIALIZATION][SERVER][INFO] Adding Alicio Wood to ore dictionary entry logWood +[INITIALIZATION][SERVER][INFO] Adding Alicio Wood Visage to ore dictionary entry logWood +[INITIALIZATION][SERVER][INFO] Adding Kepler 22b Brown Maple Log to ore dictionary entry logWood +[INITIALIZATION][SERVER][INFO] Adding Kepler 22b Green Maple Log to ore dictionary entry logWood +[INITIALIZATION][SERVER][INFO] Adding Kepler 22b Red Maple Log to ore dictionary entry logWood +[INITIALIZATION][SERVER][INFO] Adding Kepler 22b Purple Maple Log to ore dictionary entry logWood +[INITIALIZATION][SERVER][INFO] Adding Kepler 22b Yellow Maple Log to ore dictionary entry logWood +[INITIALIZATION][SERVER][INFO] Adding Kepler 22b Blue Maple Log to ore dictionary entry logWood +[INITIALIZATION][SERVER][INFO] Adding Ironwood Log to ore dictionary entry logWood +[INITIALIZATION][SERVER][INFO] Adding Spruce Stripped Log to ore dictionary entry logWood +[INITIALIZATION][SERVER][INFO] Adding Birch Stripped Log to ore dictionary entry logWood +[INITIALIZATION][SERVER][INFO] Adding Jungle Stripped Log to ore dictionary entry logWood +[INITIALIZATION][SERVER][INFO] Adding Acacia Stripped Log to ore dictionary entry logWood +[INITIALIZATION][SERVER][INFO] Adding Dark Oak Stripped Log to ore dictionary entry logWood +[INITIALIZATION][SERVER][INFO] Adding Ironwood Stripped Log to ore dictionary entry logWood +[INITIALIZATION][SERVER][INFO] Adding Yew Stripped Log to ore dictionary entry logWood +[INITIALIZATION][SERVER][INFO] Adding Oak Stripped Log to ore dictionary entry logWood +[INITIALIZATION][SERVER][INFO] Adding Rubber Tree Log to ore dictionary entry logWood +[INITIALIZATION][SERVER][INFO] Adding Sap Tree Log to ore dictionary entry logWood +[INITIALIZATION][SERVER][INFO] Adding Weedwood Log to ore dictionary entry logWood +[INITIALIZATION][SERVER][INFO] Adding Weedwood Log to ore dictionary entry logWood +[INITIALIZATION][SERVER][INFO] Adding Stripped Red Cedar Wood to ore dictionary entry logWood +[INITIALIZATION][SERVER][INFO] Adding Mulberry Wood Planks to ore dictionary entry plankWood +[INITIALIZATION][SERVER][INFO] Adding Sakura Wood Planks to ore dictionary entry plankWood +[INITIALIZATION][SERVER][INFO] Adding Red Cedar Plank to ore dictionary entry plankWood +[INITIALIZATION][SERVER][INFO] Adding Fir Wood Planks to ore dictionary entry plankWood +[INITIALIZATION][SERVER][INFO] Adding Yew Planks to ore dictionary entry plankWood +[INITIALIZATION][SERVER][INFO] Adding tile.kepler22b_planks.null.name to ore dictionary entry plankWood +[INITIALIZATION][SERVER][INFO] Adding Ironwood Planks to ore dictionary entry plankWood +[INITIALIZATION][SERVER][INFO] Adding Rubber Tree Planks to ore dictionary entry plankWood +[INITIALIZATION][SERVER][INFO] Adding Weedwood Planks to ore dictionary entry plankWood +[INITIALIZATION][SERVER][INFO] Adding Maple Planks to ore dictionary entry plankWood +[INITIALIZATION][SERVER][INFO] Adding Silverbell Planks to ore dictionary entry plankWood +[INITIALIZATION][SERVER][INFO] Adding Amaranth Planks to ore dictionary entry plankWood +[INITIALIZATION][SERVER][INFO] Adding Tigerwood Planks to ore dictionary entry plankWood +[INITIALIZATION][SERVER][INFO] Adding Willow Planks to ore dictionary entry plankWood +[INITIALIZATION][SERVER][INFO] Adding Eucalyptus Planks to ore dictionary entry plankWood +[INITIALIZATION][SERVER][INFO] Adding Hopseed Planks to ore dictionary entry plankWood +[INITIALIZATION][SERVER][INFO] Adding Sakura Planks to ore dictionary entry plankWood +[INITIALIZATION][SERVER][INFO] Adding Redwood Planks to ore dictionary entry plankWood +[INITIALIZATION][SERVER][INFO] Adding item.bwm:bark.name to ore dictionary entry barkWood +[INITIALIZATION][SERVER][INFO] Adding Darklands Oak Wood Slab to ore dictionary entry slabWood +[INITIALIZATION][SERVER][INFO] Adding Yew Slab to ore dictionary entry slabWood +[INITIALIZATION][SERVER][INFO] Adding Maple Slab to ore dictionary entry slabWood +[INITIALIZATION][SERVER][INFO] Adding Silverbell Slab to ore dictionary entry slabWood +[INITIALIZATION][SERVER][INFO] Adding Amaranth Slab to ore dictionary entry slabWood +[INITIALIZATION][SERVER][INFO] Adding Tigerwood Slab to ore dictionary entry slabWood +[INITIALIZATION][SERVER][INFO] Adding Willow Slab to ore dictionary entry slabWood +[INITIALIZATION][SERVER][INFO] Adding Eucalyptus Slab to ore dictionary entry slabWood +[INITIALIZATION][SERVER][INFO] Adding Hopseed Slab to ore dictionary entry slabWood +[INITIALIZATION][SERVER][INFO] Adding Sakura Slab to ore dictionary entry slabWood +[INITIALIZATION][SERVER][INFO] Adding Redwood Slab to ore dictionary entry slabWood +[INITIALIZATION][SERVER][INFO] Adding Maple Sticks to ore dictionary entry stickWood +[INITIALIZATION][SERVER][INFO] Adding Silverbell Sticks to ore dictionary entry stickWood +[INITIALIZATION][SERVER][INFO] Adding Amaranth Sticks to ore dictionary entry stickWood +[INITIALIZATION][SERVER][INFO] Adding Tiger Sticks to ore dictionary entry stickWood +[INITIALIZATION][SERVER][INFO] Adding Willow Sticks to ore dictionary entry stickWood +[INITIALIZATION][SERVER][INFO] Adding Eucalyptus Sticks to ore dictionary entry stickWood +[INITIALIZATION][SERVER][INFO] Adding Hopseed Sticks to ore dictionary entry stickWood +[INITIALIZATION][SERVER][INFO] Adding Sakura Sticks to ore dictionary entry stickWood +[INITIALIZATION][SERVER][INFO] Adding Redwood Sticks to ore dictionary entry stickWood +[INITIALIZATION][SERVER][INFO] Adding Ghostwood Sticks to ore dictionary entry stickWood +[INITIALIZATION][SERVER][INFO] Adding Darkwood Sticks to ore dictionary entry stickWood +[INITIALIZATION][SERVER][INFO] Adding Fusewood Sticks to ore dictionary entry stickWood +[INITIALIZATION][SERVER][INFO] Adding Bloodwood Sticks to ore dictionary entry stickWood +[INITIALIZATION][SERVER][INFO] Adding Yew Stick to ore dictionary entry stickWood +[INITIALIZATION][SERVER][INFO] Adding Weedwood Stick to ore dictionary entry stickWood +[INITIALIZATION][SERVER][INFO] Adding Sawdust to ore dictionary entry dustWood +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[2600:crafttweaker]: crafttweaker\oredict\dyes.zs} +[INITIALIZATION][SERVER][INFO] Removing Sinuous Resin from ore dictionary entry dyeBlack +[INITIALIZATION][SERVER][INFO] Adding Dung to ore dictionary entry dyeBrown +[INITIALIZATION][SERVER][INFO] Adding Wither Dust to ore dictionary entry dyeBlack +[INITIALIZATION][SERVER][INFO] Removing Ink Sac from ore dictionary entry dye +[INITIALIZATION][SERVER][INFO] Removing Black Dye from ore dictionary entry dyeBlack +[INITIALIZATION][SERVER][INFO] Removing Ink Sac from ore dictionary entry dyeBlack +[INITIALIZATION][SERVER][INFO] Removing Wither Dust from ore dictionary entry dyeBlack +[INITIALIZATION][SERVER][INFO] Removing Lapis Lazuli from ore dictionary entry dyeBlue +[INITIALIZATION][SERVER][INFO] Removing Dung from ore dictionary entry dyeBrown +[INITIALIZATION][SERVER][INFO] Removing Fertilizer from ore dictionary entry dyeBrown +[INITIALIZATION][SERVER][INFO] Removing Cocoa Beans from ore dictionary entry dyeBrown +[INITIALIZATION][SERVER][INFO] Removing Cyan Dye from ore dictionary entry dyeCyan +[INITIALIZATION][SERVER][INFO] Removing Gray Dye from ore dictionary entry dyeGray +[INITIALIZATION][SERVER][INFO] Removing Cactus Green from ore dictionary entry dyeGreen +[INITIALIZATION][SERVER][INFO] Removing Light Blue Dye from ore dictionary entry dyeLightBlue +[INITIALIZATION][SERVER][INFO] Removing Light Gray Dye from ore dictionary entry dyeLightGray +[INITIALIZATION][SERVER][INFO] Removing Ironberries from ore dictionary entry dyeLightGray +[INITIALIZATION][SERVER][INFO] Removing Lime Dye from ore dictionary entry dyeLime +[INITIALIZATION][SERVER][INFO] Removing Magenta Dye from ore dictionary entry dyeMagenta +[INITIALIZATION][SERVER][INFO] Removing Orange Dye from ore dictionary entry dyeOrange +[INITIALIZATION][SERVER][INFO] Removing Pink Dye from ore dictionary entry dyePink +[INITIALIZATION][SERVER][INFO] Removing Purple Dye from ore dictionary entry dyePurple +[INITIALIZATION][SERVER][INFO] Removing Grapes from ore dictionary entry dyePurple +[INITIALIZATION][SERVER][INFO] Removing Rose Red from ore dictionary entry dyeRed +[INITIALIZATION][SERVER][INFO] Removing Wildberries from ore dictionary entry dyeRed +[INITIALIZATION][SERVER][INFO] Removing Bone Meal from ore dictionary entry dyeWhite +[INITIALIZATION][SERVER][INFO] Removing Dandelion Yellow from ore dictionary entry dyeYellow +[INITIALIZATION][SERVER][INFO] Adding Blue Dye to ore dictionary entry dyeBlue +[INITIALIZATION][SERVER][INFO] Removing Blue Dye from ore dictionary entry dyeBlue +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[2600:crafttweaker]: crafttweaker\oredict\food_plants.zs} +[INITIALIZATION][SERVER][INFO] Adding Flour to ore dictionary entry foodFlour +[INITIALIZATION][SERVER][INFO] Adding Netjry Salt to ore dictionary entry foodSalt +[INITIALIZATION][SERVER][INFO] Adding Halite Rock Salt to ore dictionary entry foodSalt +[INITIALIZATION][SERVER][INFO] Adding Fire Salt to ore dictionary entry foodSalt +[INITIALIZATION][SERVER][INFO] Adding Void Salt to ore dictionary entry foodSalt +[INITIALIZATION][SERVER][INFO] Adding Salt to ore dictionary entry foodSalt +[INITIALIZATION][SERVER][INFO] Adding Salt to ore dictionary entry foodSalt +[INITIALIZATION][SERVER][INFO] Adding Cooked Bat Wing to ore dictionary entry listAllmeatcooked +[INITIALIZATION][SERVER][INFO] Adding Cooked Wolf Chop to ore dictionary entry listAllmeatcooked +[INITIALIZATION][SERVER][INFO] Adding Cooked Rat Meat to ore dictionary entry listAllmeatcooked +[INITIALIZATION][SERVER][INFO] Adding Cooked Bear Meat to ore dictionary entry listAllmeatcooked +[INITIALIZATION][SERVER][INFO] Adding Meef Steak to ore dictionary entry listAllmeatcooked +[INITIALIZATION][SERVER][INFO] Adding Venison Steak to ore dictionary entry listAllmeatcooked +[INITIALIZATION][SERVER][INFO] Adding Seared Snail Flesh to ore dictionary entry listAllmeatcooked +[INITIALIZATION][SERVER][INFO] Adding Fried Frog's Leg to ore dictionary entry listAllmeatcooked +[INITIALIZATION][SERVER][INFO] Adding Angler Meat Steak to ore dictionary entry listAllmeatcooked +[INITIALIZATION][SERVER][INFO] Adding Cooked Ghast Meat to ore dictionary entry listAllmeatcooked +[INITIALIZATION][SERVER][INFO] Adding Cooked Imphide to ore dictionary entry listAllmeatcooked +[INITIALIZATION][SERVER][INFO] Removing Silk Cordage from ore dictionary entry cordageGeneral +[INITIALIZATION][SERVER][INFO] Removing Inaris Cordage from ore dictionary entry cordageGeneral +[INITIALIZATION][SERVER][INFO] Removing Sinuous Fiber from ore dictionary entry cordageGeneral +[INITIALIZATION][SERVER][INFO] Removing Sinuous Cordage from ore dictionary entry cordageGeneral +[INITIALIZATION][SERVER][INFO] Adding Plant Fiber to ore dictionary entry plantfiber +[INITIALIZATION][SERVER][INFO] Adding Rush Stems to ore dictionary entry thatchingMaterialBasic +[INITIALIZATION][SERVER][INFO] Removing Twine from ore dictionary entry string +[INITIALIZATION][SERVER][INFO] Adding Canola Seeds to ore dictionary entry thisIsWhatHappensWhenYouDontFollowOreDictionariesForSeeds +[INITIALIZATION][SERVER][INFO] Adding Coffee Seeds to ore dictionary entry thisIsWhatHappensWhenYouDontFollowOreDictionariesForSeeds +[INITIALIZATION][SERVER][INFO] Adding Flax Seeds to ore dictionary entry thisIsWhatHappensWhenYouDontFollowOreDictionariesForSeeds +[INITIALIZATION][SERVER][INFO] Adding Crystallized Canola Seed to ore dictionary entry thisIsWhatHappensWhenYouDontFollowOreDictionariesForSeeds +[INITIALIZATION][SERVER][INFO] Adding Empowered Canola Seed to ore dictionary entry thisIsWhatHappensWhenYouDontFollowOreDictionariesForSeeds +[INITIALIZATION][SERVER][INFO] Adding Rice Seeds to ore dictionary entry thisIsWhatHappensWhenYouDontFollowOreDictionariesForSeeds +[INITIALIZATION][SERVER][INFO] Adding Rice Seeds to ore dictionary entry thisIsWhatHappensWhenYouDontFollowOreDictionariesForSeeds +[INITIALIZATION][SERVER][INFO] Adding Common Rush Seeds to ore dictionary entry thisIsWhatHappensWhenYouDontFollowOreDictionariesForSeeds +[INITIALIZATION][SERVER][INFO] Adding Hemp Seeds to ore dictionary entry thisIsWhatHappensWhenYouDontFollowOreDictionariesForSeeds +[INITIALIZATION][SERVER][INFO] Adding Beetroot Seeds to ore dictionary entry thisIsWhatHappensWhenYouDontFollowOreDictionariesForSeeds +[INITIALIZATION][SERVER][INFO] Adding Carrot to ore dictionary entry thisIsWhatHappensWhenYouDontFollowOreDictionariesForSeeds +[INITIALIZATION][SERVER][INFO] Adding Melon Seeds to ore dictionary entry thisIsWhatHappensWhenYouDontFollowOreDictionariesForSeeds +[INITIALIZATION][SERVER][INFO] Adding Nether Wart to ore dictionary entry thisIsWhatHappensWhenYouDontFollowOreDictionariesForSeeds +[INITIALIZATION][SERVER][INFO] Adding Potato to ore dictionary entry thisIsWhatHappensWhenYouDontFollowOreDictionariesForSeeds +[INITIALIZATION][SERVER][INFO] Adding Pumpkin Seeds to ore dictionary entry thisIsWhatHappensWhenYouDontFollowOreDictionariesForSeeds +[INITIALIZATION][SERVER][INFO] Adding Seeds to ore dictionary entry thisIsWhatHappensWhenYouDontFollowOreDictionariesForSeeds +[INITIALIZATION][SERVER][INFO] Adding Cotton Seeds to ore dictionary entry thisIsWhatHappensWhenYouDontFollowOreDictionariesForSeeds +[INITIALIZATION][SERVER][INFO] Adding Barley Seeds to ore dictionary entry thisIsWhatHappensWhenYouDontFollowOreDictionariesForSeeds +[INITIALIZATION][SERVER][INFO] Adding Aconite Root to ore dictionary entry thisIsWhatHappensWhenYouDontFollowOreDictionariesForSeeds +[INITIALIZATION][SERVER][INFO] Adding Corn Seeds to ore dictionary entry thisIsWhatHappensWhenYouDontFollowOreDictionariesForSeeds +[INITIALIZATION][SERVER][INFO] Adding Corphyry Larva to ore dictionary entry thisIsWhatHappensWhenYouDontFollowOreDictionariesForSeeds +[INITIALIZATION][SERVER][INFO] Adding Daucus Murn Seeds to ore dictionary entry thisIsWhatHappensWhenYouDontFollowOreDictionariesForSeeds +[INITIALIZATION][SERVER][INFO] Adding Sesleria Furvum Seed to ore dictionary entry thisIsWhatHappensWhenYouDontFollowOreDictionariesForSeeds +[INITIALIZATION][SERVER][INFO] Adding Equisetum Cineris Spore to ore dictionary entry thisIsWhatHappensWhenYouDontFollowOreDictionariesForSeeds +[INITIALIZATION][SERVER][INFO] Adding Rush Seeds to ore dictionary entry thisIsWhatHappensWhenYouDontFollowOreDictionariesForSeeds +[INITIALIZATION][SERVER][INFO] Adding Cineris Ember to ore dictionary entry thisIsWhatHappensWhenYouDontFollowOreDictionariesForSeeds +[INITIALIZATION][SERVER][INFO] Adding Valus Seed to ore dictionary entry thisIsWhatHappensWhenYouDontFollowOreDictionariesForSeeds +[INITIALIZATION][SERVER][INFO] Adding Equisetum Inaris Spore to ore dictionary entry thisIsWhatHappensWhenYouDontFollowOreDictionariesForSeeds +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[2600:crafttweaker]: crafttweaker\oredict\metals.zs} +[INITIALIZATION][SERVER][INFO] Removing Tamahagane Ingot from ore dictionary entry ingotTamahagane +[INITIALIZATION][SERVER][INFO] Removing Soulium Nugget from ore dictionary entry nuggetSoulium +[INITIALIZATION][SERVER][INFO] Removing Insanium Nugget from ore dictionary entry nuggetInsanium +[INITIALIZATION][SERVER][INFO] Adding Compressed Iron Gear to ore dictionary entry gearCompressedIron +[INITIALIZATION][SERVER][INFO] Removing Platinum Nugget from ore dictionary entry nuggetPlatinum +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[2600:crafttweaker]: crafttweaker\oredict\mods\buildcraft.zs} +[INITIALIZATION][SERVER][INFO] Adding item.woodenGearItem.name to ore dictionary entry gearWood +[INITIALIZATION][SERVER][INFO] Adding item.stoneGearItem.name to ore dictionary entry gearStone +[INITIALIZATION][SERVER][INFO] Adding item.ironGearItem.name to ore dictionary entry gearIron +[INITIALIZATION][SERVER][INFO] Adding item.goldGearItem.name to ore dictionary entry gearGold +[INITIALIZATION][SERVER][INFO] Adding item.diamondGearItem.name to ore dictionary entry gearDiamond +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[2600:crafttweaker]: crafttweaker\oredict\mods\chisel.zs} +[INITIALIZATION][SERVER][INFO] Removing Block of Redstone from ore dictionary entry blockRedstone +[INITIALIZATION][SERVER][INFO] Removing Block of Redstone from ore dictionary entry blockRedstone +[INITIALIZATION][SERVER][INFO] Removing Block of Redstone from ore dictionary entry blockRedstone +[INITIALIZATION][SERVER][INFO] Removing Block of Redstone from ore dictionary entry blockRedstone +[INITIALIZATION][SERVER][INFO] Removing Block of Redstone from ore dictionary entry blockRedstone +[INITIALIZATION][SERVER][INFO] Removing Block of Redstone from ore dictionary entry blockRedstone +[INITIALIZATION][SERVER][INFO] Removing Block of Redstone from ore dictionary entry blockRedstone +[INITIALIZATION][SERVER][INFO] Removing Block of Redstone from ore dictionary entry blockRedstone +[INITIALIZATION][SERVER][INFO] Removing Block of Redstone from ore dictionary entry blockRedstone +[INITIALIZATION][SERVER][INFO] Removing Block of Redstone from ore dictionary entry blockRedstone +[INITIALIZATION][SERVER][INFO] Removing Block of Redstone from ore dictionary entry blockRedstone +[INITIALIZATION][SERVER][INFO] Removing Block of Redstone from ore dictionary entry blockRedstone +[INITIALIZATION][SERVER][INFO] Removing Block of Aluminum from ore dictionary entry blockAluminum +[INITIALIZATION][SERVER][INFO] Removing Block of Aluminum from ore dictionary entry blockAluminum +[INITIALIZATION][SERVER][INFO] Removing Block of Aluminum from ore dictionary entry blockAluminum +[INITIALIZATION][SERVER][INFO] Removing Block of Aluminum from ore dictionary entry blockAluminum +[INITIALIZATION][SERVER][INFO] Removing Block of Aluminum from ore dictionary entry blockAluminum +[INITIALIZATION][SERVER][INFO] Removing Block of Aluminum from ore dictionary entry blockAluminum +[INITIALIZATION][SERVER][INFO] Removing Block of Aluminum from ore dictionary entry blockAluminum +[INITIALIZATION][SERVER][INFO] Removing Lapis Lazuli Block from ore dictionary entry blockLapis +[INITIALIZATION][SERVER][INFO] Removing Lapis Lazuli Block from ore dictionary entry blockLapis +[INITIALIZATION][SERVER][INFO] Removing Lapis Lazuli Block from ore dictionary entry blockLapis +[INITIALIZATION][SERVER][INFO] Removing Lapis Lazuli Block from ore dictionary entry blockLapis +[INITIALIZATION][SERVER][INFO] Removing Lapis Lazuli Block from ore dictionary entry blockLapis +[INITIALIZATION][SERVER][INFO] Removing Lapis Lazuli Block from ore dictionary entry blockLapis +[INITIALIZATION][SERVER][INFO] Removing Lapis Lazuli Block from ore dictionary entry blockLapis +[INITIALIZATION][SERVER][INFO] Removing Lapis Lazuli Block from ore dictionary entry blockLapis +[INITIALIZATION][SERVER][INFO] Removing Lapis Lazuli Block from ore dictionary entry blockLapis +[INITIALIZATION][SERVER][INFO] Removing Block of Silver from ore dictionary entry blockSilver +[INITIALIZATION][SERVER][INFO] Removing Block of Silver from ore dictionary entry blockSilver +[INITIALIZATION][SERVER][INFO] Removing Block of Silver from ore dictionary entry blockSilver +[INITIALIZATION][SERVER][INFO] Removing Block of Silver from ore dictionary entry blockSilver +[INITIALIZATION][SERVER][INFO] Removing Block of Silver from ore dictionary entry blockSilver +[INITIALIZATION][SERVER][INFO] Removing Block of Silver from ore dictionary entry blockSilver +[INITIALIZATION][SERVER][INFO] Removing Block of Silver from ore dictionary entry blockSilver +[INITIALIZATION][SERVER][INFO] Removing Block of Tin from ore dictionary entry blockTin +[INITIALIZATION][SERVER][INFO] Removing Block of Tin from ore dictionary entry blockTin +[INITIALIZATION][SERVER][INFO] Removing Block of Tin from ore dictionary entry blockTin +[INITIALIZATION][SERVER][INFO] Removing Block of Tin from ore dictionary entry blockTin +[INITIALIZATION][SERVER][INFO] Removing Block of Tin from ore dictionary entry blockTin +[INITIALIZATION][SERVER][INFO] Removing Block of Tin from ore dictionary entry blockTin +[INITIALIZATION][SERVER][INFO] Removing Block of Tin from ore dictionary entry blockTin +[INITIALIZATION][SERVER][INFO] Removing Block of Redstone from ore dictionary entry blockRedstone +[INITIALIZATION][SERVER][INFO] Removing Block of Redstone from ore dictionary entry blockRedstone +[INITIALIZATION][SERVER][INFO] Removing Block of Redstone from ore dictionary entry blockRedstone +[INITIALIZATION][SERVER][INFO] Removing Block of Redstone from ore dictionary entry blockRedstone +[INITIALIZATION][SERVER][INFO] Removing Block of Redstone from ore dictionary entry blockRedstone +[INITIALIZATION][SERVER][INFO] Removing Block of Redstone from ore dictionary entry blockRedstone +[INITIALIZATION][SERVER][INFO] Removing Block of Redstone from ore dictionary entry blockRedstone +[INITIALIZATION][SERVER][INFO] Removing Block of Redstone from ore dictionary entry blockRedstone +[INITIALIZATION][SERVER][INFO] Removing Block of Redstone from ore dictionary entry blockRedstone +[INITIALIZATION][SERVER][INFO] Removing Block of Redstone from ore dictionary entry blockRedstone +[INITIALIZATION][SERVER][INFO] Removing Block of Redstone from ore dictionary entry blockRedstone +[INITIALIZATION][SERVER][INFO] Removing Block of Redstone from ore dictionary entry blockRedstone +[INITIALIZATION][SERVER][INFO] Removing Block of Redstone from ore dictionary entry blockRedstone +[INITIALIZATION][SERVER][INFO] Removing Block of Redstone from ore dictionary entry blockRedstone +[INITIALIZATION][SERVER][INFO] Removing Block of Redstone from ore dictionary entry blockRedstone +[INITIALIZATION][SERVER][INFO] Removing Block of Redstone from ore dictionary entry blockRedstone +[INITIALIZATION][SERVER][INFO] Removing Block of Bronze from ore dictionary entry blockBronze +[INITIALIZATION][SERVER][INFO] Removing Block of Bronze from ore dictionary entry blockBronze +[INITIALIZATION][SERVER][INFO] Removing Block of Bronze from ore dictionary entry blockBronze +[INITIALIZATION][SERVER][INFO] Removing Block of Bronze from ore dictionary entry blockBronze +[INITIALIZATION][SERVER][INFO] Removing Block of Bronze from ore dictionary entry blockBronze +[INITIALIZATION][SERVER][INFO] Removing Block of Bronze from ore dictionary entry blockBronze +[INITIALIZATION][SERVER][INFO] Removing Block of Bronze from ore dictionary entry blockBronze +[INITIALIZATION][SERVER][INFO] Removing Block of Gold from ore dictionary entry blockGold +[INITIALIZATION][SERVER][INFO] Removing Block of Gold from ore dictionary entry blockGold +[INITIALIZATION][SERVER][INFO] Removing Block of Gold from ore dictionary entry blockGold +[INITIALIZATION][SERVER][INFO] Removing Block of Gold from ore dictionary entry blockGold +[INITIALIZATION][SERVER][INFO] Removing Block of Gold from ore dictionary entry blockGold +[INITIALIZATION][SERVER][INFO] Removing Block of Gold from ore dictionary entry blockGold +[INITIALIZATION][SERVER][INFO] Removing Block of Gold from ore dictionary entry blockGold +[INITIALIZATION][SERVER][INFO] Removing Block of Gold from ore dictionary entry blockGold +[INITIALIZATION][SERVER][INFO] Removing Block of Gold from ore dictionary entry blockGold +[INITIALIZATION][SERVER][INFO] Removing Block of Gold from ore dictionary entry blockGold +[INITIALIZATION][SERVER][INFO] Removing Block of Gold from ore dictionary entry blockGold +[INITIALIZATION][SERVER][INFO] Removing Block of Gold from ore dictionary entry blockGold +[INITIALIZATION][SERVER][INFO] Removing Block of Gold from ore dictionary entry blockGold +[INITIALIZATION][SERVER][INFO] Removing Block of Gold from ore dictionary entry blockGold +[INITIALIZATION][SERVER][INFO] Removing Block of Gold from ore dictionary entry blockGold +[INITIALIZATION][SERVER][INFO] Removing Block of Cobalt from ore dictionary entry blockCobalt +[INITIALIZATION][SERVER][INFO] Removing Block of Cobalt from ore dictionary entry blockCobalt +[INITIALIZATION][SERVER][INFO] Removing Block of Cobalt from ore dictionary entry blockCobalt +[INITIALIZATION][SERVER][INFO] Removing Block of Cobalt from ore dictionary entry blockCobalt +[INITIALIZATION][SERVER][INFO] Removing Block of Cobalt from ore dictionary entry blockCobalt +[INITIALIZATION][SERVER][INFO] Removing Block of Cobalt from ore dictionary entry blockCobalt +[INITIALIZATION][SERVER][INFO] Removing Block of Cobalt from ore dictionary entry blockCobalt +[INITIALIZATION][SERVER][INFO] Removing Block of Copper from ore dictionary entry blockCopper +[INITIALIZATION][SERVER][INFO] Removing Block of Copper from ore dictionary entry blockCopper +[INITIALIZATION][SERVER][INFO] Removing Block of Copper from ore dictionary entry blockCopper +[INITIALIZATION][SERVER][INFO] Removing Block of Copper from ore dictionary entry blockCopper +[INITIALIZATION][SERVER][INFO] Removing Block of Copper from ore dictionary entry blockCopper +[INITIALIZATION][SERVER][INFO] Removing Block of Copper from ore dictionary entry blockCopper +[INITIALIZATION][SERVER][INFO] Removing Block of Copper from ore dictionary entry blockCopper +[INITIALIZATION][SERVER][INFO] Removing Block of Electrum from ore dictionary entry blockElectrum +[INITIALIZATION][SERVER][INFO] Removing Block of Electrum from ore dictionary entry blockElectrum +[INITIALIZATION][SERVER][INFO] Removing Block of Electrum from ore dictionary entry blockElectrum +[INITIALIZATION][SERVER][INFO] Removing Block of Electrum from ore dictionary entry blockElectrum +[INITIALIZATION][SERVER][INFO] Removing Block of Electrum from ore dictionary entry blockElectrum +[INITIALIZATION][SERVER][INFO] Removing Block of Electrum from ore dictionary entry blockElectrum +[INITIALIZATION][SERVER][INFO] Removing Block of Electrum from ore dictionary entry blockElectrum +[INITIALIZATION][SERVER][INFO] Removing Block of Emerald from ore dictionary entry blockEmerald +[INITIALIZATION][SERVER][INFO] Removing Block of Emerald from ore dictionary entry blockEmerald +[INITIALIZATION][SERVER][INFO] Removing Block of Emerald from ore dictionary entry blockEmerald +[INITIALIZATION][SERVER][INFO] Removing Block of Emerald from ore dictionary entry blockEmerald +[INITIALIZATION][SERVER][INFO] Removing Block of Emerald from ore dictionary entry blockEmerald +[INITIALIZATION][SERVER][INFO] Removing Block of Emerald from ore dictionary entry blockEmerald +[INITIALIZATION][SERVER][INFO] Removing Block of Emerald from ore dictionary entry blockEmerald +[INITIALIZATION][SERVER][INFO] Removing Block of Emerald from ore dictionary entry blockEmerald +[INITIALIZATION][SERVER][INFO] Removing Block of Emerald from ore dictionary entry blockEmerald +[INITIALIZATION][SERVER][INFO] Removing Block of Emerald from ore dictionary entry blockEmerald +[INITIALIZATION][SERVER][INFO] Removing Block of Emerald from ore dictionary entry blockEmerald +[INITIALIZATION][SERVER][INFO] Removing Block of Emerald from ore dictionary entry blockEmerald +[INITIALIZATION][SERVER][INFO] Removing Block of Emerald from ore dictionary entry blockEmerald +[INITIALIZATION][SERVER][INFO] Removing Block of Emerald from ore dictionary entry blockEmerald +[INITIALIZATION][SERVER][INFO] Removing Block of Steel from ore dictionary entry blockSteel +[INITIALIZATION][SERVER][INFO] Removing Block of Steel from ore dictionary entry blockSteel +[INITIALIZATION][SERVER][INFO] Removing Block of Steel from ore dictionary entry blockSteel +[INITIALIZATION][SERVER][INFO] Removing Block of Steel from ore dictionary entry blockSteel +[INITIALIZATION][SERVER][INFO] Removing Block of Steel from ore dictionary entry blockSteel +[INITIALIZATION][SERVER][INFO] Removing Block of Steel from ore dictionary entry blockSteel +[INITIALIZATION][SERVER][INFO] Removing Block of Steel from ore dictionary entry blockSteel +[INITIALIZATION][SERVER][INFO] Removing Block of Lead from ore dictionary entry blockLead +[INITIALIZATION][SERVER][INFO] Removing Block of Lead from ore dictionary entry blockLead +[INITIALIZATION][SERVER][INFO] Removing Block of Lead from ore dictionary entry blockLead +[INITIALIZATION][SERVER][INFO] Removing Block of Lead from ore dictionary entry blockLead +[INITIALIZATION][SERVER][INFO] Removing Block of Lead from ore dictionary entry blockLead +[INITIALIZATION][SERVER][INFO] Removing Block of Lead from ore dictionary entry blockLead +[INITIALIZATION][SERVER][INFO] Removing Block of Lead from ore dictionary entry blockLead +[INITIALIZATION][SERVER][INFO] Removing Block of Iron from ore dictionary entry blockIron +[INITIALIZATION][SERVER][INFO] Removing Block of Iron from ore dictionary entry blockIron +[INITIALIZATION][SERVER][INFO] Removing Block of Iron from ore dictionary entry blockIron +[INITIALIZATION][SERVER][INFO] Removing Block of Iron from ore dictionary entry blockIron +[INITIALIZATION][SERVER][INFO] Removing Block of Iron from ore dictionary entry blockIron +[INITIALIZATION][SERVER][INFO] Removing Block of Iron from ore dictionary entry blockIron +[INITIALIZATION][SERVER][INFO] Removing Block of Iron from ore dictionary entry blockIron +[INITIALIZATION][SERVER][INFO] Removing Block of Iron from ore dictionary entry blockIron +[INITIALIZATION][SERVER][INFO] Removing Block of Iron from ore dictionary entry blockIron +[INITIALIZATION][SERVER][INFO] Removing Block of Iron from ore dictionary entry blockIron +[INITIALIZATION][SERVER][INFO] Removing Block of Iron from ore dictionary entry blockIron +[INITIALIZATION][SERVER][INFO] Removing Block of Iron from ore dictionary entry blockIron +[INITIALIZATION][SERVER][INFO] Removing Block of Iron from ore dictionary entry blockIron +[INITIALIZATION][SERVER][INFO] Removing Block of Iron from ore dictionary entry blockIron +[INITIALIZATION][SERVER][INFO] Removing Block of Iron from ore dictionary entry blockIron +[INITIALIZATION][SERVER][INFO] Removing Block of Platinum from ore dictionary entry blockPlatinum +[INITIALIZATION][SERVER][INFO] Removing Block of Platinum from ore dictionary entry blockPlatinum +[INITIALIZATION][SERVER][INFO] Removing Block of Platinum from ore dictionary entry blockPlatinum +[INITIALIZATION][SERVER][INFO] Removing Block of Platinum from ore dictionary entry blockPlatinum +[INITIALIZATION][SERVER][INFO] Removing Block of Platinum from ore dictionary entry blockPlatinum +[INITIALIZATION][SERVER][INFO] Removing Block of Platinum from ore dictionary entry blockPlatinum +[INITIALIZATION][SERVER][INFO] Removing Block of Platinum from ore dictionary entry blockPlatinum +[INITIALIZATION][SERVER][INFO] Removing Block of Diamond from ore dictionary entry blockDiamond +[INITIALIZATION][SERVER][INFO] Removing Block of Diamond from ore dictionary entry blockDiamond +[INITIALIZATION][SERVER][INFO] Removing Block of Diamond from ore dictionary entry blockDiamond +[INITIALIZATION][SERVER][INFO] Removing Block of Diamond from ore dictionary entry blockDiamond +[INITIALIZATION][SERVER][INFO] Removing Block of Diamond from ore dictionary entry blockDiamond +[INITIALIZATION][SERVER][INFO] Removing Block of Diamond from ore dictionary entry blockDiamond +[INITIALIZATION][SERVER][INFO] Removing Block of Diamond from ore dictionary entry blockDiamond +[INITIALIZATION][SERVER][INFO] Removing Block of Diamond from ore dictionary entry blockDiamond +[INITIALIZATION][SERVER][INFO] Removing Block of Diamond from ore dictionary entry blockDiamond +[INITIALIZATION][SERVER][INFO] Removing Block of Diamond from ore dictionary entry blockDiamond +[INITIALIZATION][SERVER][INFO] Removing Block of Diamond from ore dictionary entry blockDiamond +[INITIALIZATION][SERVER][INFO] Removing Block of Diamond from ore dictionary entry blockDiamond +[INITIALIZATION][SERVER][INFO] Removing Block of Nickel from ore dictionary entry blockNickel +[INITIALIZATION][SERVER][INFO] Removing Block of Nickel from ore dictionary entry blockNickel +[INITIALIZATION][SERVER][INFO] Removing Block of Nickel from ore dictionary entry blockNickel +[INITIALIZATION][SERVER][INFO] Removing Block of Nickel from ore dictionary entry blockNickel +[INITIALIZATION][SERVER][INFO] Removing Block of Nickel from ore dictionary entry blockNickel +[INITIALIZATION][SERVER][INFO] Removing Block of Nickel from ore dictionary entry blockNickel +[INITIALIZATION][SERVER][INFO] Removing Block of Nickel from ore dictionary entry blockNickel +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[2600:crafttweaker]: crafttweaker\oredict\mods\extraplanets.zs} +[INITIALIZATION][SERVER][INFO] Adding Heavy Oxygen Tank to ore dictionary entry tankOxygenHeavy +[INITIALIZATION][SERVER][INFO] Adding Heavy Oxygen Tank to ore dictionary entry tankOxygenHeavy +[INITIALIZATION][SERVER][INFO] Adding Heavy Oxygen Tank to ore dictionary entry tankOxygenHeavy +[INITIALIZATION][SERVER][INFO] Adding Heavy Oxygen Tank to ore dictionary entry tankOxygenHeavy +[INITIALIZATION][SERVER][INFO] Adding Heavy Oxygen Tank to ore dictionary entry tankOxygenHeavy +[INITIALIZATION][SERVER][INFO] Adding Heavy Oxygen Tank to ore dictionary entry tankOxygenHeavy +[INITIALIZATION][SERVER][INFO] Adding Heavy Oxygen Tank to ore dictionary entry tankOxygenHeavy +[INITIALIZATION][SERVER][INFO] Adding Heavy Oxygen Tank to ore dictionary entry tankOxygenHeavy +[INITIALIZATION][SERVER][INFO] Adding Heavy Oxygen Tank to ore dictionary entry tankOxygenHeavy +[INITIALIZATION][SERVER][INFO] Adding Heavy Oxygen Tank to ore dictionary entry tankOxygenHeavy +[INITIALIZATION][SERVER][INFO] Adding Heavy Oxygen Tank to ore dictionary entry tankOxygenHeavy +[INITIALIZATION][SERVER][INFO] Adding Heavy Oxygen Tank to ore dictionary entry tankOxygenHeavy +[INITIALIZATION][SERVER][INFO] Adding Heavy Oxygen Tank to ore dictionary entry tankOxygenHeavy +[INITIALIZATION][SERVER][INFO] Adding Heavy Oxygen Tank to ore dictionary entry tankOxygenHeavy +[INITIALIZATION][SERVER][INFO] Adding Heavy Oxygen Tank to ore dictionary entry tankOxygenHeavy +[INITIALIZATION][SERVER][INFO] Adding Heavy Oxygen Tank to ore dictionary entry tankOxygenHeavy +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[2600:crafttweaker]: crafttweaker\oredict\mods\galacticraft.zs} +[INITIALIZATION][SERVER][INFO] Adding Desh Ingot to ore dictionary entry ingotDesh +[INITIALIZATION][SERVER][INFO] Adding Solid Meteoric Iron to ore dictionary entry oreMeteoricIron +[INITIALIZATION][SERVER][INFO] Removing Solid Meteoric Iron from ore dictionary entry oreMeteoricIron +[INITIALIZATION][SERVER][INFO] Adding Raw Meteoric Iron to ore dictionary entry oreMeteoricIron +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[2600:crafttweaker]: crafttweaker\oredict\mods\mekanism.zs} +[INITIALIZATION][SERVER][INFO] Adding Copper Ore to ore dictionary entry oreCopper +[INITIALIZATION][SERVER][INFO] Adding Osmium Ore to ore dictionary entry oreOsmium +[INITIALIZATION][SERVER][INFO] Adding Tin Ore to ore dictionary entry oreTin +[INITIALIZATION][SERVER][INFO] Adding Copper Block to ore dictionary entry blockCopper +[INITIALIZATION][SERVER][INFO] Adding Copper Clump to ore dictionary entry clumpCopper +[INITIALIZATION][SERVER][INFO] Adding Copper Crystal to ore dictionary entry crystalCopper +[INITIALIZATION][SERVER][INFO] Adding Dirty Copper Dust to ore dictionary entry dustDirtyCopper +[INITIALIZATION][SERVER][INFO] Adding Copper Dust to ore dictionary entry dustCopper +[INITIALIZATION][SERVER][INFO] Adding Copper Ingot to ore dictionary entry ingotCopper +[INITIALIZATION][SERVER][INFO] Adding Copper Nugget to ore dictionary entry nuggetCopper +[INITIALIZATION][SERVER][INFO] Adding Copper Shard to ore dictionary entry shardCopper +[INITIALIZATION][SERVER][INFO] Adding Gold Clump to ore dictionary entry clumpGold +[INITIALIZATION][SERVER][INFO] Adding Gold Crystal to ore dictionary entry crystalGold +[INITIALIZATION][SERVER][INFO] Adding Dirty Gold Dust to ore dictionary entry dustDirtyGold +[INITIALIZATION][SERVER][INFO] Adding Gold Dust to ore dictionary entry dustGold +[INITIALIZATION][SERVER][INFO] Adding Gold Shard to ore dictionary entry shardGold +[INITIALIZATION][SERVER][INFO] Adding Iron Clump to ore dictionary entry clumpIron +[INITIALIZATION][SERVER][INFO] Adding Iron Crystal to ore dictionary entry crystalIron +[INITIALIZATION][SERVER][INFO] Adding Dirty Iron Dust to ore dictionary entry dustDirtyIron +[INITIALIZATION][SERVER][INFO] Adding Iron Dust to ore dictionary entry dustIron +[INITIALIZATION][SERVER][INFO] Adding Iron Shard to ore dictionary entry shardIron +[INITIALIZATION][SERVER][INFO] Adding Lead Clump to ore dictionary entry clumpLead +[INITIALIZATION][SERVER][INFO] Adding Lead Crystal to ore dictionary entry crystalLead +[INITIALIZATION][SERVER][INFO] Adding Dirty Lead Dust to ore dictionary entry dustDirtyLead +[INITIALIZATION][SERVER][INFO] Adding Lead Dust to ore dictionary entry dustLead +[INITIALIZATION][SERVER][INFO] Adding Lead Shard to ore dictionary entry shardLead +[INITIALIZATION][SERVER][INFO] Adding Osmium Block to ore dictionary entry blockOsmium +[INITIALIZATION][SERVER][INFO] Adding Osmium Clump to ore dictionary entry clumpOsmium +[INITIALIZATION][SERVER][INFO] Adding Osmium Crystal to ore dictionary entry crystalOsmium +[INITIALIZATION][SERVER][INFO] Adding Dirty Osmium Dust to ore dictionary entry dustDirtyOsmium +[INITIALIZATION][SERVER][INFO] Adding Osmium Dust to ore dictionary entry dustOsmium +[INITIALIZATION][SERVER][INFO] Adding Osmium Ingot to ore dictionary entry ingotOsmium +[INITIALIZATION][SERVER][INFO] Adding Osmium Nugget to ore dictionary entry nuggetOsmium +[INITIALIZATION][SERVER][INFO] Adding Osmium Shard to ore dictionary entry shardOsmium +[INITIALIZATION][SERVER][INFO] Adding Silver Clump to ore dictionary entry clumpSilver +[INITIALIZATION][SERVER][INFO] Adding Silver Crystal to ore dictionary entry crystalSilver +[INITIALIZATION][SERVER][INFO] Adding Dirty Silver Dust to ore dictionary entry dustDirtySilver +[INITIALIZATION][SERVER][INFO] Adding Silver Dust to ore dictionary entry dustSilver +[INITIALIZATION][SERVER][INFO] Adding Silver Shard to ore dictionary entry shardSilver +[INITIALIZATION][SERVER][INFO] Adding Tin Block to ore dictionary entry blockTin +[INITIALIZATION][SERVER][INFO] Adding Tin Clump to ore dictionary entry clumpTin +[INITIALIZATION][SERVER][INFO] Adding Tin Crystal to ore dictionary entry crystalTin +[INITIALIZATION][SERVER][INFO] Adding Dirty Tin Dust to ore dictionary entry dustDirtyTin +[INITIALIZATION][SERVER][INFO] Adding Tin Dust to ore dictionary entry dustTin +[INITIALIZATION][SERVER][INFO] Adding Tin Ingot to ore dictionary entry ingotTin +[INITIALIZATION][SERVER][INFO] Adding Tin Nugget to ore dictionary entry nuggetTin +[INITIALIZATION][SERVER][INFO] Adding Tin Shard to ore dictionary entry shardTin +[INITIALIZATION][SERVER][INFO] Adding Refined Obsidian to ore dictionary entry blockRefinedObsidian +[INITIALIZATION][SERVER][INFO] Adding Refined Obsidian Dust to ore dictionary entry dustRefinedObsidian +[INITIALIZATION][SERVER][INFO] Adding Refined Obsidian Ingot to ore dictionary entry ingotRefinedObsidian +[INITIALIZATION][SERVER][INFO] Adding Refined Obsidian Nugget to ore dictionary entry nuggetRefinedObsidian +[INITIALIZATION][SERVER][INFO] Adding Refined Glowstone to ore dictionary entry blockRefinedGlowstone +[INITIALIZATION][SERVER][INFO] Adding Glowstone Ingot to ore dictionary entry ingotRefinedGlowstone +[INITIALIZATION][SERVER][INFO] Adding Glowstone Nugget to ore dictionary entry nuggetRefinedGlowstone +[INITIALIZATION][SERVER][INFO] Adding Bronze Block to ore dictionary entry blockBronze +[INITIALIZATION][SERVER][INFO] Adding Bronze Ingot to ore dictionary entry ingotBronze +[INITIALIZATION][SERVER][INFO] Adding Bronze Nugget to ore dictionary entry nuggetBronze +[INITIALIZATION][SERVER][INFO] Adding Charcoal Block to ore dictionary entry blockCharcoal +[INITIALIZATION][SERVER][INFO] Adding Salt Block to ore dictionary entry blockSalt +[INITIALIZATION][SERVER][INFO] Adding Steel Block to ore dictionary entry blockSteel +[INITIALIZATION][SERVER][INFO] Adding Diamond Dust to ore dictionary entry dustDiamond +[INITIALIZATION][SERVER][INFO] Adding Lithium Dust to ore dictionary entry dustLithium +[INITIALIZATION][SERVER][INFO] Adding Obsidian Dust to ore dictionary entry dustObsidian +[INITIALIZATION][SERVER][INFO] Adding Salt to ore dictionary entry dustSalt +[INITIALIZATION][SERVER][INFO] Adding Steel Dust to ore dictionary entry dustSteel +[INITIALIZATION][SERVER][INFO] Adding Sulfur Dust to ore dictionary entry dustSulfur +[INITIALIZATION][SERVER][INFO] Adding Sawdust to ore dictionary entry dustWood +[INITIALIZATION][SERVER][INFO] Adding Salt to ore dictionary entry foodSalt +[INITIALIZATION][SERVER][INFO] Adding Salt Block to ore dictionary entry foodSalt +[INITIALIZATION][SERVER][INFO] Adding Steel Ingot to ore dictionary entry ingotSteel +[INITIALIZATION][SERVER][INFO] Adding Salt to ore dictionary entry itemSalt +[INITIALIZATION][SERVER][INFO] Adding Steel Nugget to ore dictionary entry nuggetSteel +[INITIALIZATION][SERVER][INFO] Adding Sawdust to ore dictionary entry pulpWood +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[2600:crafttweaker]: crafttweaker\oredict\mods\mystical_agriculture.zs} +[INITIALIZATION][SERVER][INFO] Adding Dragon Egg Crop to ore dictionary entry cropEssence +[INITIALIZATION][SERVER][INFO] Adding Nether Star Crop to ore dictionary entry cropEssence +[INITIALIZATION][SERVER][INFO] Adding Tier 6 Inferium Crop to ore dictionary entry cropEssence +[INITIALIZATION][SERVER][INFO] Adding Aluminum Brass Crop to ore dictionary entry cropEssence +[INITIALIZATION][SERVER][INFO] Adding Aluminum Crop to ore dictionary entry cropEssence +[INITIALIZATION][SERVER][INFO] Adding Aquamarine Crop to ore dictionary entry cropEssence +[INITIALIZATION][SERVER][INFO] Adding Ardite Crop to ore dictionary entry cropEssence +[INITIALIZATION][SERVER][INFO] Adding Basalt Crop to ore dictionary entry cropEssence +[INITIALIZATION][SERVER][INFO] Adding Black Quartz Crop to ore dictionary entry cropEssence +[INITIALIZATION][SERVER][INFO] Adding Blaze Crop to ore dictionary entry cropEssence +[INITIALIZATION][SERVER][INFO] Adding Bronze Crop to ore dictionary entry cropEssence +[INITIALIZATION][SERVER][INFO] Adding Certus Quartz Crop to ore dictionary entry cropEssence +[INITIALIZATION][SERVER][INFO] Adding Chicken Crop to ore dictionary entry cropEssence +[INITIALIZATION][SERVER][INFO] Adding Coal Crop to ore dictionary entry cropEssence +[INITIALIZATION][SERVER][INFO] Adding Cobalt Crop to ore dictionary entry cropEssence +[INITIALIZATION][SERVER][INFO] Adding Constantan Crop to ore dictionary entry cropEssence +[INITIALIZATION][SERVER][INFO] Adding Copper Crop to ore dictionary entry cropEssence +[INITIALIZATION][SERVER][INFO] Adding Cow Crop to ore dictionary entry cropEssence +[INITIALIZATION][SERVER][INFO] Adding Creeper Crop to ore dictionary entry cropEssence +[INITIALIZATION][SERVER][INFO] Adding Desh Crop to ore dictionary entry cropEssence +[INITIALIZATION][SERVER][INFO] Adding Diamond Crop to ore dictionary entry cropEssence +[INITIALIZATION][SERVER][INFO] Adding Dirt Crop to ore dictionary entry cropEssence +[INITIALIZATION][SERVER][INFO] Adding Dye Crop to ore dictionary entry cropEssence +[INITIALIZATION][SERVER][INFO] Adding Electrum Crop to ore dictionary entry cropEssence +[INITIALIZATION][SERVER][INFO] Adding Emerald Crop to ore dictionary entry cropEssence +[INITIALIZATION][SERVER][INFO] Adding End Crop to ore dictionary entry cropEssence +[INITIALIZATION][SERVER][INFO] Adding Ender Biotite Crop to ore dictionary entry cropEssence +[INITIALIZATION][SERVER][INFO] Adding Enderman Crop to ore dictionary entry cropEssence +[INITIALIZATION][SERVER][INFO] Adding Experience Crop to ore dictionary entry cropEssence +[INITIALIZATION][SERVER][INFO] Adding Fiery Ingot Crop to ore dictionary entry cropEssence +[INITIALIZATION][SERVER][INFO] Adding Fire Crop to ore dictionary entry cropEssence +[INITIALIZATION][SERVER][INFO] Adding Fluix Crop to ore dictionary entry cropEssence +[INITIALIZATION][SERVER][INFO] Adding Ghast Crop to ore dictionary entry cropEssence +[INITIALIZATION][SERVER][INFO] Adding Glowstone Crop to ore dictionary entry cropEssence +[INITIALIZATION][SERVER][INFO] Adding Glowstone Ingot Crop to ore dictionary entry cropEssence +[INITIALIZATION][SERVER][INFO] Adding Gold Crop to ore dictionary entry cropEssence +[INITIALIZATION][SERVER][INFO] Adding Guardian Crop to ore dictionary entry cropEssence +[INITIALIZATION][SERVER][INFO] Adding Ice Crop to ore dictionary entry cropEssence +[INITIALIZATION][SERVER][INFO] Adding Iron Crop to ore dictionary entry cropEssence +[INITIALIZATION][SERVER][INFO] Adding Ironwood Crop to ore dictionary entry cropEssence +[INITIALIZATION][SERVER][INFO] Adding Knightmetal Crop to ore dictionary entry cropEssence +[INITIALIZATION][SERVER][INFO] Adding Knightslime Crop to ore dictionary entry cropEssence +[INITIALIZATION][SERVER][INFO] Adding Lapis Lazuli Crop to ore dictionary entry cropEssence +[INITIALIZATION][SERVER][INFO] Adding Lead Crop to ore dictionary entry cropEssence +[INITIALIZATION][SERVER][INFO] Adding Limestone Crop to ore dictionary entry cropEssence +[INITIALIZATION][SERVER][INFO] Adding Manyullyn Crop to ore dictionary entry cropEssence +[INITIALIZATION][SERVER][INFO] Adding Marble Crop to ore dictionary entry cropEssence +[INITIALIZATION][SERVER][INFO] Adding Meteoric Iron Crop to ore dictionary entry cropEssence +[INITIALIZATION][SERVER][INFO] Adding Nature Crop to ore dictionary entry cropEssence +[INITIALIZATION][SERVER][INFO] Adding Nether Crop to ore dictionary entry cropEssence +[INITIALIZATION][SERVER][INFO] Adding Nether Quartz Crop to ore dictionary entry cropEssence +[INITIALIZATION][SERVER][INFO] Adding Nickel Crop to ore dictionary entry cropEssence +[INITIALIZATION][SERVER][INFO] Adding Obsidian Crop to ore dictionary entry cropEssence +[INITIALIZATION][SERVER][INFO] Adding Osmium Crop to ore dictionary entry cropEssence +[INITIALIZATION][SERVER][INFO] Adding Pig Crop to ore dictionary entry cropEssence +[INITIALIZATION][SERVER][INFO] Adding Platinum Crop to ore dictionary entry cropEssence +[INITIALIZATION][SERVER][INFO] Adding Quartz Enriched Iron Crop to ore dictionary entry cropEssence +[INITIALIZATION][SERVER][INFO] Adding Rabbit Crop to ore dictionary entry cropEssence +[INITIALIZATION][SERVER][INFO] Adding Redstone Crop to ore dictionary entry cropEssence +[INITIALIZATION][SERVER][INFO] Adding Refined Obsidian Crop to ore dictionary entry cropEssence +[INITIALIZATION][SERVER][INFO] Adding Rock Crystal Crop to ore dictionary entry cropEssence +[INITIALIZATION][SERVER][INFO] Adding Sheep Crop to ore dictionary entry cropEssence +[INITIALIZATION][SERVER][INFO] Adding Silicon Crop to ore dictionary entry cropEssence +[INITIALIZATION][SERVER][INFO] Adding Silver Crop to ore dictionary entry cropEssence +[INITIALIZATION][SERVER][INFO] Adding Skeleton Crop to ore dictionary entry cropEssence +[INITIALIZATION][SERVER][INFO] Adding Sky Stone Crop to ore dictionary entry cropEssence +[INITIALIZATION][SERVER][INFO] Adding Slate Crop to ore dictionary entry cropEssence +[INITIALIZATION][SERVER][INFO] Adding Slime Crop to ore dictionary entry cropEssence +[INITIALIZATION][SERVER][INFO] Adding Spider Crop to ore dictionary entry cropEssence +[INITIALIZATION][SERVER][INFO] Adding Starmetal Crop to ore dictionary entry cropEssence +[INITIALIZATION][SERVER][INFO] Adding Steel Crop to ore dictionary entry cropEssence +[INITIALIZATION][SERVER][INFO] Adding Steeleaf Crop to ore dictionary entry cropEssence +[INITIALIZATION][SERVER][INFO] Adding Stone Crop to ore dictionary entry cropEssence +[INITIALIZATION][SERVER][INFO] Adding Tier 1 Inferium Crop to ore dictionary entry cropEssence +[INITIALIZATION][SERVER][INFO] Adding Tier 2 Inferium Crop to ore dictionary entry cropEssence +[INITIALIZATION][SERVER][INFO] Adding Tier 3 Inferium Crop to ore dictionary entry cropEssence +[INITIALIZATION][SERVER][INFO] Adding Tier 4 Inferium Crop to ore dictionary entry cropEssence +[INITIALIZATION][SERVER][INFO] Adding Tier 5 Inferium Crop to ore dictionary entry cropEssence +[INITIALIZATION][SERVER][INFO] Adding Tin Crop to ore dictionary entry cropEssence +[INITIALIZATION][SERVER][INFO] Adding Titanium Crop to ore dictionary entry cropEssence +[INITIALIZATION][SERVER][INFO] Adding Uranium Crop to ore dictionary entry cropEssence +[INITIALIZATION][SERVER][INFO] Adding Water Crop to ore dictionary entry cropEssence +[INITIALIZATION][SERVER][INFO] Adding Wither Skeleton Crop to ore dictionary entry cropEssence +[INITIALIZATION][SERVER][INFO] Adding Wood Crop to ore dictionary entry cropEssence +[INITIALIZATION][SERVER][INFO] Adding Zombie Crop to ore dictionary entry cropEssence +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[2600:crafttweaker]: crafttweaker\oredict\mods\primal.zs} +[INITIALIZATION][SERVER][INFO] Removing Ovis Atre Wool from ore dictionary entry wool +[INITIALIZATION][SERVER][INFO] Removing Ovis Atre Wool from ore dictionary entry blockWool +[INITIALIZATION][SERVER][INFO] Removing Ovis Atre Wool from ore dictionary entry woolOvisAtre +[INITIALIZATION][SERVER][INFO] Adding Yew Stick to ore dictionary entry stickWood +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[2600:crafttweaker]: crafttweaker\oredict\mods\refined_storage.zs} +[INITIALIZATION][SERVER][INFO] Adding Silicon to ore dictionary entry itemSilicon +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[2600:crafttweaker]: crafttweaker\oredict\mods\tinkers.zs} +[INITIALIZATION][SERVER][INFO] Adding Knightslime Nugget to ore dictionary entry nuggetKnightslime +[INITIALIZATION][SERVER][INFO] Adding Pigiron Nugget to ore dictionary entry nuggetPigiron +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[2600:crafttweaker]: crafttweaker\oredict\other.zs} +[INITIALIZATION][SERVER][INFO] Adding Rock to ore dictionary entry rock +[INITIALIZATION][SERVER][INFO] Adding Compost to ore dictionary entry dung +[INITIALIZATION][SERVER][INFO] Adding Block of Compost to ore dictionary entry blockDung +[INITIALIZATION][SERVER][INFO] Adding Oak Table to ore dictionary entry table +[INITIALIZATION][SERVER][INFO] Adding Spruce Table to ore dictionary entry table +[INITIALIZATION][SERVER][INFO] Adding Birch Table to ore dictionary entry table +[INITIALIZATION][SERVER][INFO] Adding Jungle Table to ore dictionary entry table +[INITIALIZATION][SERVER][INFO] Adding Acacia Table to ore dictionary entry table +[INITIALIZATION][SERVER][INFO] Adding Dark Oak Table to ore dictionary entry table +[INITIALIZATION][SERVER][INFO] Adding Rock Crystal to ore dictionary entry asCrystal +[INITIALIZATION][SERVER][INFO] Adding Celestial Crystal to ore dictionary entry asCrystal +[INITIALIZATION][SERVER][INFO] Adding Attuned Celestial Crystal to ore dictionary entry asCrystal +[INITIALIZATION][SERVER][INFO] Adding Fiery Blood to ore dictionary entry bottleFiery +[INITIALIZATION][SERVER][INFO] Adding Fiery Tears to ore dictionary entry bottleFiery +[INITIALIZATION][SERVER][INFO] Adding Soul Glass to ore dictionary entry glassBlock +[INITIALIZATION][SERVER][INFO] Removing Sulfur from ore dictionary entry dustSulphur +[INITIALIZATION][SERVER][INFO] Adding Sulfur to ore dictionary entry dustSulfur +[INITIALIZATION][SERVER][INFO] Adding Calculation Processor to ore dictionary entry processorCalculation +[INITIALIZATION][SERVER][INFO] Adding Engineering Processor to ore dictionary entry processorEngineering +[INITIALIZATION][SERVER][INFO] Adding Logic Processor to ore dictionary entry processorLogic +[INITIALIZATION][SERVER][INFO] Adding Certus Quartz Dust to ore dictionary entry dustQuartz +[INITIALIZATION][SERVER][INFO] Removing Crushed Quartz from ore dictionary entry dustQuartz +[INITIALIZATION][SERVER][INFO] Removing Crushed Quartz from ore dictionary entry dustNetherQuartz +[INITIALIZATION][SERVER][INFO] Adding Diamond Nugget to ore dictionary entry nuggetDiamond +[INITIALIZATION][SERVER][INFO] Adding Limestone to ore dictionary entry stoneLimestone +[INITIALIZATION][SERVER][INFO] Adding Chiseled Limestone to ore dictionary entry stoneLimestone +[INITIALIZATION][SERVER][INFO] Adding Cracked Limestone Bricks to ore dictionary entry stoneLimestone +[INITIALIZATION][SERVER][INFO] Adding Limestone Bricks to ore dictionary entry stoneLimestone +[INITIALIZATION][SERVER][INFO] Adding Limestone Tiles to ore dictionary entry stoneLimestone +[INITIALIZATION][SERVER][INFO] Adding Mossy Limestone Bricks to ore dictionary entry stoneLimestone +[INITIALIZATION][SERVER][INFO] Adding Polished Limestone to ore dictionary entry stoneLimestonePolished +[INITIALIZATION][SERVER][INFO] Adding Weak Polished Limestone to ore dictionary entry stoneLimestonePolished +[INITIALIZATION][SERVER][INFO] Adding Cobblestone Slab to ore dictionary entry slabCobblestone +[INITIALIZATION][SERVER][INFO] Adding Darkstone Cobblestone Slab to ore dictionary entry slabCobblestone +[INITIALIZATION][SERVER][INFO] Adding Red Rock Cobblestone Slab to ore dictionary entry slabCobblestone +[INITIALIZATION][SERVER][INFO] Adding Crag Rock Cobblestone Slab to ore dictionary entry slabCobblestone +[INITIALIZATION][SERVER][INFO] Adding Flamestring to ore dictionary entry string +[INITIALIZATION][SERVER][INFO] Adding Un-Lit Fibre Torch to ore dictionary entry fibreTorch +[INITIALIZATION][SERVER][INFO] Adding Lit Fibre Torch to ore dictionary entry fibreTorch +[INITIALIZATION][SERVER][INFO] Adding Lit Fibre Torch to ore dictionary entry torch +[INITIALIZATION][SERVER][INFO] Adding White Terracotta to ore dictionary entry blockStainedHardenedClay +[INITIALIZATION][SERVER][INFO] Adding Orange Terracotta to ore dictionary entry blockStainedHardenedClay +[INITIALIZATION][SERVER][INFO] Adding Magenta Terracotta to ore dictionary entry blockStainedHardenedClay +[INITIALIZATION][SERVER][INFO] Adding Light Blue Terracotta to ore dictionary entry blockStainedHardenedClay +[INITIALIZATION][SERVER][INFO] Adding Yellow Terracotta to ore dictionary entry blockStainedHardenedClay +[INITIALIZATION][SERVER][INFO] Adding Lime Terracotta to ore dictionary entry blockStainedHardenedClay +[INITIALIZATION][SERVER][INFO] Adding Pink Terracotta to ore dictionary entry blockStainedHardenedClay +[INITIALIZATION][SERVER][INFO] Adding Gray Terracotta to ore dictionary entry blockStainedHardenedClay +[INITIALIZATION][SERVER][INFO] Adding Light Gray Terracotta to ore dictionary entry blockStainedHardenedClay +[INITIALIZATION][SERVER][INFO] Adding Cyan Terracotta to ore dictionary entry blockStainedHardenedClay +[INITIALIZATION][SERVER][INFO] Adding Purple Terracotta to ore dictionary entry blockStainedHardenedClay +[INITIALIZATION][SERVER][INFO] Adding Blue Terracotta to ore dictionary entry blockStainedHardenedClay +[INITIALIZATION][SERVER][INFO] Adding Brown Terracotta to ore dictionary entry blockStainedHardenedClay +[INITIALIZATION][SERVER][INFO] Adding Green Terracotta to ore dictionary entry blockStainedHardenedClay +[INITIALIZATION][SERVER][INFO] Adding Red Terracotta to ore dictionary entry blockStainedHardenedClay +[INITIALIZATION][SERVER][INFO] Adding Black Terracotta to ore dictionary entry blockStainedHardenedClay +[INITIALIZATION][SERVER][INFO] Adding Terracotta to ore dictionary entry blockStainedHardenedClay +[INITIALIZATION][SERVER][INFO] Adding Volarpad Leaf to ore dictionary entry lilypad +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[2600:crafttweaker]: crafttweaker\oredict\plastics.zs} +[INITIALIZATION][SERVER][INFO] Adding Light Gray Plastic to ore dictionary entry plasticColored +[INITIALIZATION][SERVER][INFO] Adding Light Gray Plastic to ore dictionary entry plasticColoredlightGray +[INITIALIZATION][SERVER][INFO] Adding Magenta Plastic to ore dictionary entry plasticColored +[INITIALIZATION][SERVER][INFO] Adding Magenta Plastic to ore dictionary entry plasticColoredmagenta +[INITIALIZATION][SERVER][INFO] Adding Pink Plastic to ore dictionary entry plasticColored +[INITIALIZATION][SERVER][INFO] Adding Pink Plastic to ore dictionary entry plasticColoredpink +[INITIALIZATION][SERVER][INFO] Adding Green Plastic to ore dictionary entry plasticColored +[INITIALIZATION][SERVER][INFO] Adding Green Plastic to ore dictionary entry plasticColoredgreen +[INITIALIZATION][SERVER][INFO] Adding Light Blue Plastic to ore dictionary entry plasticColored +[INITIALIZATION][SERVER][INFO] Adding Light Blue Plastic to ore dictionary entry plasticColoredlightBlue +[INITIALIZATION][SERVER][INFO] Adding Lime Plastic to ore dictionary entry plasticColored +[INITIALIZATION][SERVER][INFO] Adding Lime Plastic to ore dictionary entry plasticColoredlime +[INITIALIZATION][SERVER][INFO] Adding Black Plastic to ore dictionary entry plasticColored +[INITIALIZATION][SERVER][INFO] Adding Black Plastic to ore dictionary entry plasticColoredblack +[INITIALIZATION][SERVER][INFO] Adding Yellow Plastic to ore dictionary entry plasticColored +[INITIALIZATION][SERVER][INFO] Adding Yellow Plastic to ore dictionary entry plasticColoredyellow +[INITIALIZATION][SERVER][INFO] Adding Brown Plastic to ore dictionary entry plasticColored +[INITIALIZATION][SERVER][INFO] Adding Brown Plastic to ore dictionary entry plasticColoredbrown +[INITIALIZATION][SERVER][INFO] Adding Red Plastic to ore dictionary entry plasticColored +[INITIALIZATION][SERVER][INFO] Adding Red Plastic to ore dictionary entry plasticColoredred +[INITIALIZATION][SERVER][INFO] Adding Orange Plastic to ore dictionary entry plasticColored +[INITIALIZATION][SERVER][INFO] Adding Orange Plastic to ore dictionary entry plasticColoredorange +[INITIALIZATION][SERVER][INFO] Adding Gray Plastic to ore dictionary entry plasticColored +[INITIALIZATION][SERVER][INFO] Adding Gray Plastic to ore dictionary entry plasticColoredgray +[INITIALIZATION][SERVER][INFO] Adding Blue Plastic to ore dictionary entry plasticColored +[INITIALIZATION][SERVER][INFO] Adding Blue Plastic to ore dictionary entry plasticColoredblue +[INITIALIZATION][SERVER][INFO] Adding White Plastic to ore dictionary entry plasticColored +[INITIALIZATION][SERVER][INFO] Adding White Plastic to ore dictionary entry plasticColoredwhite +[INITIALIZATION][SERVER][INFO] Adding Purple Plastic to ore dictionary entry plasticColored +[INITIALIZATION][SERVER][INFO] Adding Purple Plastic to ore dictionary entry plasticColoredpurple +[INITIALIZATION][SERVER][INFO] Adding Cyan Plastic to ore dictionary entry plasticColored +[INITIALIZATION][SERVER][INFO] Adding Cyan Plastic to ore dictionary entry plasticColoredcryan +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[2600:crafttweaker]: crafttweaker\oredict\tools.zs} +[INITIALIZATION][SERVER][INFO] Adding Clay Shears to ore dictionary entry shears +[INITIALIZATION][SERVER][INFO] Adding Clay Shears to ore dictionary entry toolShears +[INITIALIZATION][SERVER][INFO] Adding Enhanced Shears to ore dictionary entry shears +[INITIALIZATION][SERVER][INFO] Adding Enhanced Shears to ore dictionary entry toolShears +[INITIALIZATION][SERVER][INFO] Adding Shears to ore dictionary entry shears +[INITIALIZATION][SERVER][INFO] Adding Shears to ore dictionary entry toolShears +[INITIALIZATION][SERVER][INFO] Adding Inferium Shears to ore dictionary entry shears +[INITIALIZATION][SERVER][INFO] Adding Inferium Shears to ore dictionary entry toolShears +[INITIALIZATION][SERVER][INFO] Adding Intermedium Shears to ore dictionary entry shears +[INITIALIZATION][SERVER][INFO] Adding Intermedium Shears to ore dictionary entry toolShears +[INITIALIZATION][SERVER][INFO] Adding Prudentium Shears to ore dictionary entry shears +[INITIALIZATION][SERVER][INFO] Adding Prudentium Shears to ore dictionary entry toolShears +[INITIALIZATION][SERVER][INFO] Adding Superium Shears to ore dictionary entry shears +[INITIALIZATION][SERVER][INFO] Adding Superium Shears to ore dictionary entry toolShears +[INITIALIZATION][SERVER][INFO] Adding Supremium Shears to ore dictionary entry shears +[INITIALIZATION][SERVER][INFO] Adding Supremium Shears to ore dictionary entry toolShears +[INITIALIZATION][SERVER][INFO] Adding Flint Shears to ore dictionary entry shears +[INITIALIZATION][SERVER][INFO] Adding Flint Shears to ore dictionary entry toolShears +[INITIALIZATION][SERVER][INFO] Adding Quartz Shears to ore dictionary entry shears +[INITIALIZATION][SERVER][INFO] Adding Quartz Shears to ore dictionary entry toolShears +[INITIALIZATION][SERVER][INFO] Adding Bone Shears to ore dictionary entry shears +[INITIALIZATION][SERVER][INFO] Adding Bone Shears to ore dictionary entry toolShears +[INITIALIZATION][SERVER][INFO] Adding Syrmorite Shears to ore dictionary entry shears +[INITIALIZATION][SERVER][INFO] Adding Syrmorite Shears to ore dictionary entry toolShears +[INITIALIZATION][SERVER][INFO] Adding Drill to ore dictionary entry toolDrill +[INITIALIZATION][SERVER][INFO] Adding Drill to ore dictionary entry toolDrill +[INITIALIZATION][SERVER][INFO] Adding Drill to ore dictionary entry toolDrill +[INITIALIZATION][SERVER][INFO] Adding Drill to ore dictionary entry toolDrill +[INITIALIZATION][SERVER][INFO] Adding Drill to ore dictionary entry toolDrill +[INITIALIZATION][SERVER][INFO] Adding Drill to ore dictionary entry toolDrill +[INITIALIZATION][SERVER][INFO] Adding Drill to ore dictionary entry toolDrill +[INITIALIZATION][SERVER][INFO] Adding Drill to ore dictionary entry toolDrill +[INITIALIZATION][SERVER][INFO] Adding Drill to ore dictionary entry toolDrill +[INITIALIZATION][SERVER][INFO] Adding Drill to ore dictionary entry toolDrill +[INITIALIZATION][SERVER][INFO] Adding Drill to ore dictionary entry toolDrill +[INITIALIZATION][SERVER][INFO] Adding Drill to ore dictionary entry toolDrill +[INITIALIZATION][SERVER][INFO] Adding Drill to ore dictionary entry toolDrill +[INITIALIZATION][SERVER][INFO] Adding Drill to ore dictionary entry toolDrill +[INITIALIZATION][SERVER][INFO] Adding Drill to ore dictionary entry toolDrill +[INITIALIZATION][SERVER][INFO] Adding Drill to ore dictionary entry toolDrill +[INITIALIZATION][SERVER][INFO] Adding Torch to ore dictionary entry knightTorch +[INITIALIZATION][SERVER][INFO] Adding Stone Torch to ore dictionary entry knightTorch +[INITIALIZATION][SERVER][INFO] Adding Certus Quartz Wrench to ore dictionary entry wrenchQuartz +[INITIALIZATION][SERVER][INFO] Adding Nether Quartz Wrench to ore dictionary entry wrenchQuartz +[INITIALIZATION][SERVER][INFO] Adding Charged Certus Quartz Crystal to ore dictionary entry crystalCertusQuartzCharged +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[2600:crafttweaker]: crafttweaker\oredict\tweaks\barrels.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[2600:crafttweaker]: crafttweaker\oredict\tweaks\metal_stick_to_rods.zs} +[INITIALIZATION][SERVER][INFO] Adding Aluminium Rod to ore dictionary entry rodAluminum +[INITIALIZATION][SERVER][INFO] Adding Copper Rod to ore dictionary entry rodCopper +[INITIALIZATION][SERVER][INFO] Adding Iron Rod to ore dictionary entry rodIron +[INITIALIZATION][SERVER][INFO] Adding Iron Stick to ore dictionary entry rodIron +[INITIALIZATION][SERVER][INFO] Adding Steel Rod to ore dictionary entry rodSteel +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[2550:crafttweaker]: crafttweaker\oredict\ores.zs} +[INITIALIZATION][SERVER][INFO] Adding Autunite to ore dictionary entry oreGeolosysAutunite +[INITIALIZATION][SERVER][INFO] Adding Azurite to ore dictionary entry oreGeolosysAzurite +[INITIALIZATION][SERVER][INFO] Adding Bauxite to ore dictionary entry oreGeolosysBauxite +[INITIALIZATION][SERVER][INFO] Adding Beryl to ore dictionary entry oreGeolosysBeryl +[INITIALIZATION][SERVER][INFO] Adding Cassiterite to ore dictionary entry oreGeolosysCassiterite +[INITIALIZATION][SERVER][INFO] Adding Cinnabar to ore dictionary entry oreGeolosysCinnabar +[INITIALIZATION][SERVER][INFO] Adding Coal to ore dictionary entry oreGeolosysCoal +[INITIALIZATION][SERVER][INFO] Adding Galena to ore dictionary entry oreGeolosysGalena +[INITIALIZATION][SERVER][INFO] Adding Gold to ore dictionary entry oreGeolosysGold +[INITIALIZATION][SERVER][INFO] Adding Gold Ore to ore dictionary entry oreGeolosysGold +[INITIALIZATION][SERVER][INFO] Adding Hematite to ore dictionary entry oreGeolosysHematite +[INITIALIZATION][SERVER][INFO] Adding Iron Ore to ore dictionary entry oreGeolosysHematite +[INITIALIZATION][SERVER][INFO] Adding Kimberlite to ore dictionary entry oreGeolosysKimberlite +[INITIALIZATION][SERVER][INFO] Adding Lapis Lazuli to ore dictionary entry oreGeolosysLapis +[INITIALIZATION][SERVER][INFO] Adding Limonite to ore dictionary entry oreGeolosysLimonite +[INITIALIZATION][SERVER][INFO] Adding Malachite to ore dictionary entry oreGeolosysMalachite +[INITIALIZATION][SERVER][INFO] Adding Osmium Ore to ore dictionary entry oreGeolosysOsmium +[INITIALIZATION][SERVER][INFO] Adding Platinum to ore dictionary entry oreGeolosysPlatinum +[INITIALIZATION][SERVER][INFO] Adding Assorted Quartz to ore dictionary entry oreGeolosysQuartz +[INITIALIZATION][SERVER][INFO] Adding Sphalerite to ore dictionary entry oreGeolosysSphalerite +[INITIALIZATION][SERVER][INFO] Adding Teallite to ore dictionary entry oreGeolosysTeallite +[INITIALIZATION][SERVER][INFO] Adding Aluminum Cluster to ore dictionary entry oreClusterAluminum +[INITIALIZATION][SERVER][INFO] Adding Copper Cluster to ore dictionary entry oreClusterCopper +[INITIALIZATION][SERVER][INFO] Adding Gold Cluster to ore dictionary entry oreClusterGold +[INITIALIZATION][SERVER][INFO] Adding Iron Cluster to ore dictionary entry oreClusterIron +[INITIALIZATION][SERVER][INFO] Adding Lead Cluster to ore dictionary entry oreClusterLead +[INITIALIZATION][SERVER][INFO] Adding Nickel Cluster to ore dictionary entry oreClusterNickel +[INITIALIZATION][SERVER][INFO] Adding Osmium Cluster to ore dictionary entry oreClusterOsmium +[INITIALIZATION][SERVER][INFO] Adding Platinum Cluster to ore dictionary entry oreClusterPlatinum +[INITIALIZATION][SERVER][INFO] Adding Silver Cluster to ore dictionary entry oreClusterSilver +[INITIALIZATION][SERVER][INFO] Adding Tin Cluster to ore dictionary entry oreClusterTin +[INITIALIZATION][SERVER][INFO] Adding Uranium Cluster to ore dictionary entry oreClusterUranium +[INITIALIZATION][SERVER][INFO] Removing Osmium Ore from ore dictionary entry oreOsmium +[INITIALIZATION][SERVER][INFO] Removing Zinc Cluster from ore dictionary entry oreZinc +[INITIALIZATION][SERVER][INFO] Adding Solid Meteoric Iron to ore dictionary entry oreMeteoricIron +[INITIALIZATION][SERVER][INFO] Adding Fallen Meteor to ore dictionary entry oreMeteoricIron +[INITIALIZATION][SERVER][INFO] Adding Rock Crystal Ore to ore dictionary entry oreRockCrystal +[INITIALIZATION][SERVER][INFO] Adding Aluminum Ore to ore dictionary entry oreAluminum +[INITIALIZATION][SERVER][INFO] Adding Aluminum Ore to ore dictionary entry oreAluminum +[INITIALIZATION][SERVER][INFO] Adding Aluminum Ore to ore dictionary entry oreAluminum +[INITIALIZATION][SERVER][INFO] Adding Copper Ore to ore dictionary entry oreCopper +[INITIALIZATION][SERVER][INFO] Adding Copper Ore to ore dictionary entry oreCopper +[INITIALIZATION][SERVER][INFO] Adding Iron Ore to ore dictionary entry oreIron +[INITIALIZATION][SERVER][INFO] Adding Galena Ore to ore dictionary entry oreLead +[INITIALIZATION][SERVER][INFO] Adding Tin Ore to ore dictionary entry oreTin +[INITIALIZATION][SERVER][INFO] Adding Tin Ore to ore dictionary entry oreTin +[INITIALIZATION][SERVER][INFO] Adding Certus Quartz Ore to ore dictionary entry oreBasicCertusQuartz +[INITIALIZATION][SERVER][INFO] Removing Block of Platinum from ore dictionary entry blockPlatinum +[INITIALIZATION][SERVER][INFO] Adding Block of Platinum to ore dictionary entry blockSpacePlatinum +[INITIALIZATION][SERVER][INFO] Removing Platinum Ingot from ore dictionary entry ingotPlatinum +[INITIALIZATION][SERVER][INFO] Adding Platinum Ingot to ore dictionary entry ingotSpacePlatinum +[INITIALIZATION][SERVER][INFO] Removing Kepler 22b Platinum Ore from ore dictionary entry orePlatinum +[INITIALIZATION][SERVER][INFO] Adding Kepler 22b Platinum Ore to ore dictionary entry oreSpacePlatinum +[INITIALIZATION][SERVER][INFO] Removing Vitrified Quartz from ore dictionary entry gemQuartzBlack +[INITIALIZATION][SERVER][INFO] Removing Vitrified Quartz from ore dictionary entry gemQuartzVitrified +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[2501:crafttweaker]: crafttweaker\oredict\post_unify\base.zs} +[INITIALIZATION][SERVER][INFO] Adding White Dye Powder to ore dictionary entry dye +[INITIALIZATION][SERVER][INFO] Adding Orange Dye Powder to ore dictionary entry dye +[INITIALIZATION][SERVER][INFO] Adding Magenta Dye Powder to ore dictionary entry dye +[INITIALIZATION][SERVER][INFO] Adding Light Blue Dye Powder to ore dictionary entry dye +[INITIALIZATION][SERVER][INFO] Adding Yellow Dye Powder to ore dictionary entry dye +[INITIALIZATION][SERVER][INFO] Adding Lime Dye Powder to ore dictionary entry dye +[INITIALIZATION][SERVER][INFO] Adding Pink Dye Powder to ore dictionary entry dye +[INITIALIZATION][SERVER][INFO] Adding Gray Dye Powder to ore dictionary entry dye +[INITIALIZATION][SERVER][INFO] Adding Light Gray Dye Powder to ore dictionary entry dye +[INITIALIZATION][SERVER][INFO] Adding Cyan Dye Powder to ore dictionary entry dye +[INITIALIZATION][SERVER][INFO] Adding Purple Dye Powder to ore dictionary entry dye +[INITIALIZATION][SERVER][INFO] Adding Blue Dye Powder to ore dictionary entry dye +[INITIALIZATION][SERVER][INFO] Adding Brown Dye Powder to ore dictionary entry dye +[INITIALIZATION][SERVER][INFO] Adding Calcified Paraffin Clump to ore dictionary entry dye +[INITIALIZATION][SERVER][INFO] Adding Green Dye Powder to ore dictionary entry dye +[INITIALIZATION][SERVER][INFO] Adding Red Dye Powder to ore dictionary entry dye +[INITIALIZATION][SERVER][INFO] Adding Ground Cuscuta Inferum to ore dictionary entry dye +[INITIALIZATION][SERVER][INFO] Adding Black Dye Powder to ore dictionary entry dye +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[2450:crafttweaker]: crafttweaker\unify.zs} +[INITIALIZATION][SERVER][INFO] Removing Wooden Gear from ore dictionary entry gearWood +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Wooden Gear +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Wooden Gear +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Wooden Gear +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Wooden Gear +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Wooden Gear +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing item.woodenGearItem.name from ore dictionary entry gearWood +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for item.woodenGearItem.name +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for item.woodenGearItem.name +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: item.woodenGearItem.name +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: item.woodenGearItem.name +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for item.woodenGearItem.name +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Adding Wooden Gear to ore dictionary entry gearWood +[INITIALIZATION][SERVER][INFO] Removing item.stoneGearItem.name from ore dictionary entry gearStone +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for item.stoneGearItem.name +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for item.stoneGearItem.name +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: item.stoneGearItem.name +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: item.stoneGearItem.name +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for item.stoneGearItem.name +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing Diamond Gear from ore dictionary entry gearDiamond +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Diamond Gear +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Diamond Gear +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Diamond Gear +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Diamond Gear +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Diamond Gear +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing item.diamondGearItem.name from ore dictionary entry gearDiamond +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for item.diamondGearItem.name +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for item.diamondGearItem.name +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: item.diamondGearItem.name +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: item.diamondGearItem.name +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for item.diamondGearItem.name +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing Barley Flour from ore dictionary entry foodFlour +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Barley Flour +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Barley Flour +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Barley Flour +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Barley Flour +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Barley Flour +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing Wheat Flour from ore dictionary entry foodFlour +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Wheat Flour +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Wheat Flour +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Wheat Flour +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Wheat Flour +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Wheat Flour +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing Silicon from ore dictionary entry itemSilicon +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Silicon +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Silicon +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Silicon +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Silicon +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Silicon +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing Silicon from ore dictionary entry itemSilicon +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Silicon +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Silicon +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Silicon +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Silicon +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Silicon +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing item.natura.sticks.name from ore dictionary entry stickWood +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for item.natura.sticks.name +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for item.natura.sticks.name +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: item.natura.sticks.name +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: item.natura.sticks.name +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for item.natura.sticks.name +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing Blue Sticks from ore dictionary entry stickWood +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Blue Sticks +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Blue Sticks +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Blue Sticks +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Blue Sticks +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Blue Sticks +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing Red Sticks from ore dictionary entry stickWood +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Red Sticks +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Red Sticks +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Red Sticks +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Red Sticks +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Red Sticks +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing Purple Sticks from ore dictionary entry stickWood +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Purple Sticks +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Purple Sticks +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Purple Sticks +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Purple Sticks +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Purple Sticks +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing Yellow Sticks from ore dictionary entry stickWood +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Yellow Sticks +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Yellow Sticks +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Yellow Sticks +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Yellow Sticks +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Yellow Sticks +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing Green Sticks from ore dictionary entry stickWood +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Green Sticks +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Green Sticks +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Green Sticks +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Green Sticks +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Green Sticks +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing Brown Sticks from ore dictionary entry stickWood +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Brown Sticks +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Brown Sticks +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Brown Sticks +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Brown Sticks +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Brown Sticks +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing Ironwood Stick from ore dictionary entry stickWood +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Ironwood Stick +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Ironwood Stick +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Ironwood Stick +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Ironwood Stick +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Ironwood Stick +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing Yew Stick from ore dictionary entry stickWood +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Yew Stick +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Yew Stick +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Yew Stick +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Yew Stick +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Yew Stick +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing Corphyry Stick from ore dictionary entry stickWood +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Corphyry Stick +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Corphyry Stick +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Corphyry Stick +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Corphyry Stick +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Corphyry Stick +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing Weedwood Stick from ore dictionary entry stickWood +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Weedwood Stick +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Weedwood Stick +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Weedwood Stick +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Weedwood Stick +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Weedwood Stick +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing Maple Sticks from ore dictionary entry stickWood +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Maple Sticks +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Maple Sticks +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Maple Sticks +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Maple Sticks +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Maple Sticks +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing Silverbell Sticks from ore dictionary entry stickWood +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Silverbell Sticks +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Silverbell Sticks +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Silverbell Sticks +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Silverbell Sticks +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Silverbell Sticks +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing Amaranth Sticks from ore dictionary entry stickWood +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Amaranth Sticks +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Amaranth Sticks +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Amaranth Sticks +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Amaranth Sticks +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Amaranth Sticks +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing Tiger Sticks from ore dictionary entry stickWood +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Tiger Sticks +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Tiger Sticks +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Tiger Sticks +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Tiger Sticks +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Tiger Sticks +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing Willow Sticks from ore dictionary entry stickWood +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Willow Sticks +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Willow Sticks +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Willow Sticks +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Willow Sticks +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Willow Sticks +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing Eucalyptus Sticks from ore dictionary entry stickWood +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Eucalyptus Sticks +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Eucalyptus Sticks +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Eucalyptus Sticks +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Eucalyptus Sticks +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Eucalyptus Sticks +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing Hopseed Sticks from ore dictionary entry stickWood +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Hopseed Sticks +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Hopseed Sticks +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Hopseed Sticks +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Hopseed Sticks +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Hopseed Sticks +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing Sakura Sticks from ore dictionary entry stickWood +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Sakura Sticks +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Sakura Sticks +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Sakura Sticks +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Sakura Sticks +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Sakura Sticks +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing Redwood Sticks from ore dictionary entry stickWood +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Redwood Sticks +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Redwood Sticks +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Redwood Sticks +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Redwood Sticks +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Redwood Sticks +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing Ghostwood Sticks from ore dictionary entry stickWood +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Ghostwood Sticks +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Ghostwood Sticks +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Ghostwood Sticks +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Ghostwood Sticks +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Ghostwood Sticks +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing Darkwood Sticks from ore dictionary entry stickWood +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Darkwood Sticks +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Darkwood Sticks +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Darkwood Sticks +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Darkwood Sticks +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Darkwood Sticks +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing Fusewood Sticks from ore dictionary entry stickWood +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Fusewood Sticks +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Fusewood Sticks +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Fusewood Sticks +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Fusewood Sticks +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Fusewood Sticks +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing Bloodwood Sticks from ore dictionary entry stickWood +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Bloodwood Sticks +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Bloodwood Sticks +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Bloodwood Sticks +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Bloodwood Sticks +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Bloodwood Sticks +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing Crushed Coal from ore dictionary entry dustCoal +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Crushed Coal +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Crushed Coal +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Crushed Coal +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Crushed Coal +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Crushed Coal +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing Coal Sand from ore dictionary entry dustCoal +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Coal Sand +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Coal Sand +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Coal Sand +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Coal Sand +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Coal Sand +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Adding Coal Dust to ore dictionary entry dustCoal +[INITIALIZATION][SERVER][INFO] Removing Sawdust from ore dictionary entry dustWood +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Sawdust +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Sawdust +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Sawdust +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Sawdust +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Sawdust +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing Sawdust from ore dictionary entry pulpWood +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Sawdust +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Sawdust +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Sawdust +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Sawdust +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Sawdust +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Adding Sawdust to ore dictionary entry pulpWood +[INITIALIZATION][SERVER][INFO] Removing Crushed Diamond from ore dictionary entry dustDiamond +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Crushed Diamond +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Crushed Diamond +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Crushed Diamond +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Crushed Diamond +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Crushed Diamond +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing Sulfur Dust from ore dictionary entry dustSulfur +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Sulfur Dust +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Sulfur Dust +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Sulfur Dust +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Sulfur Dust +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Sulfur Dust +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing Sulfur from ore dictionary entry dustSulfur +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Sulfur +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Sulfur +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Sulfur +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Sulfur +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Sulfur +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing Sulfur from ore dictionary entry dustSulfur +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Sulfur +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Sulfur +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Sulfur +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Sulfur +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Sulfur +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] [Chisel] Removing blockCharcoal +[INITIALIZATION][SERVER][INFO] [Chisel] Creating vg_blockcharcoal +[INITIALIZATION][SERVER][INFO] [Chisel] Adding charcoalblock:charcoal_block to vg_blockcharcoal +[INITIALIZATION][SERVER][INFO] Removing Block of Charcoal from ore dictionary entry blockCharcoal +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Block of Charcoal +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Block of Charcoal +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Block of Charcoal +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Block of Charcoal +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Block of Charcoal +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:block_charcoal to vg_blockcharcoal +[INITIALIZATION][SERVER][INFO] Removing Block of Charcoal from ore dictionary entry blockCharcoal +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Block of Charcoal +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Block of Charcoal +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Block of Charcoal +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Block of Charcoal +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Block of Charcoal +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:block_charcoal to vg_blockcharcoal +[INITIALIZATION][SERVER][INFO] Removing Block of Charcoal from ore dictionary entry blockCharcoal +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Block of Charcoal +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Block of Charcoal +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Block of Charcoal +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Block of Charcoal +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Block of Charcoal +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:block_charcoal to vg_blockcharcoal +[INITIALIZATION][SERVER][INFO] Removing Block of Charcoal from ore dictionary entry blockCharcoal +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Block of Charcoal +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Block of Charcoal +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Block of Charcoal +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Block of Charcoal +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Block of Charcoal +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:block_charcoal to vg_blockcharcoal +[INITIALIZATION][SERVER][INFO] Removing Block of Charcoal from ore dictionary entry blockCharcoal +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Block of Charcoal +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Block of Charcoal +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Block of Charcoal +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Block of Charcoal +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Block of Charcoal +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:block_charcoal to vg_blockcharcoal +[INITIALIZATION][SERVER][INFO] Removing Block of Charcoal from ore dictionary entry blockCharcoal +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Block of Charcoal +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Block of Charcoal +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Block of Charcoal +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Block of Charcoal +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Block of Charcoal +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:block_charcoal to vg_blockcharcoal +[INITIALIZATION][SERVER][INFO] Removing Block of Charcoal from ore dictionary entry blockCharcoal +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Block of Charcoal +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Block of Charcoal +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Block of Charcoal +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Block of Charcoal +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Block of Charcoal +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:block_charcoal to vg_blockcharcoal +[INITIALIZATION][SERVER][INFO] Removing Block of Charcoal from ore dictionary entry blockCharcoal +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Block of Charcoal +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Block of Charcoal +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Block of Charcoal +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Block of Charcoal +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Block of Charcoal +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:block_charcoal to vg_blockcharcoal +[INITIALIZATION][SERVER][INFO] Removing Block of Charcoal from ore dictionary entry blockCharcoal +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Block of Charcoal +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Block of Charcoal +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Block of Charcoal +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Block of Charcoal +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Block of Charcoal +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:block_charcoal to vg_blockcharcoal +[INITIALIZATION][SERVER][INFO] Removing Block of Charcoal from ore dictionary entry blockCharcoal +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Block of Charcoal +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Block of Charcoal +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Block of Charcoal +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Block of Charcoal +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Block of Charcoal +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:block_charcoal to vg_blockcharcoal +[INITIALIZATION][SERVER][INFO] Removing Block of Charcoal from ore dictionary entry blockCharcoal +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Block of Charcoal +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Block of Charcoal +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Block of Charcoal +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Block of Charcoal +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Block of Charcoal +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:block_charcoal to vg_blockcharcoal +[INITIALIZATION][SERVER][INFO] Removing Block of Charcoal from ore dictionary entry blockCharcoal +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Block of Charcoal +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Block of Charcoal +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Block of Charcoal +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Block of Charcoal +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Block of Charcoal +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:block_charcoal to vg_blockcharcoal +[INITIALIZATION][SERVER][INFO] Removing Block of Charcoal from ore dictionary entry blockCharcoal +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Block of Charcoal +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Block of Charcoal +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Block of Charcoal +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Block of Charcoal +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Block of Charcoal +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:block_charcoal to vg_blockcharcoal +[INITIALIZATION][SERVER][INFO] Removing Block of Charcoal from ore dictionary entry blockCharcoal +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Block of Charcoal +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Block of Charcoal +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Block of Charcoal +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Block of Charcoal +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Block of Charcoal +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:block_charcoal to vg_blockcharcoal +[INITIALIZATION][SERVER][INFO] Removing Block of Charcoal from ore dictionary entry blockCharcoal +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Block of Charcoal +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Block of Charcoal +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Block of Charcoal +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Block of Charcoal +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Block of Charcoal +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:block_charcoal to vg_blockcharcoal +[INITIALIZATION][SERVER][INFO] Removing Block of Charcoal from ore dictionary entry blockCharcoal +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Block of Charcoal +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Block of Charcoal +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Block of Charcoal +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Block of Charcoal +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Block of Charcoal +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:block_charcoal to vg_blockcharcoal +[INITIALIZATION][SERVER][INFO] Removing Block of Charcoal from ore dictionary entry blockCharcoal +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Block of Charcoal +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Block of Charcoal +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Block of Charcoal +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Block of Charcoal +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Block of Charcoal +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:block_charcoal1 to vg_blockcharcoal +[INITIALIZATION][SERVER][INFO] Removing Block of Charcoal from ore dictionary entry blockCharcoal +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Block of Charcoal +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Block of Charcoal +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Block of Charcoal +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Block of Charcoal +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Block of Charcoal +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:block_charcoal1 to vg_blockcharcoal +[INITIALIZATION][SERVER][INFO] Removing Block of Charcoal from ore dictionary entry blockCharcoal +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Block of Charcoal +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Block of Charcoal +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Block of Charcoal +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Block of Charcoal +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Block of Charcoal +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:block_charcoal1 to vg_blockcharcoal +[INITIALIZATION][SERVER][INFO] Removing Block of Charcoal from ore dictionary entry blockCharcoal +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Block of Charcoal +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Block of Charcoal +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Block of Charcoal +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Block of Charcoal +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Block of Charcoal +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:block_charcoal1 to vg_blockcharcoal +[INITIALIZATION][SERVER][INFO] Removing Block of Charcoal from ore dictionary entry blockCharcoal +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Block of Charcoal +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Block of Charcoal +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Block of Charcoal +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Block of Charcoal +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Block of Charcoal +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:block_charcoal1 to vg_blockcharcoal +[INITIALIZATION][SERVER][INFO] Removing Block of Charcoal from ore dictionary entry blockCharcoal +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Block of Charcoal +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Block of Charcoal +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Block of Charcoal +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Block of Charcoal +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Block of Charcoal +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:block_charcoal1 to vg_blockcharcoal +[INITIALIZATION][SERVER][INFO] Removing Block of Charcoal from ore dictionary entry blockCharcoal +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Block of Charcoal +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Block of Charcoal +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Block of Charcoal +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Block of Charcoal +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Block of Charcoal +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:block_charcoal1 to vg_blockcharcoal +[INITIALIZATION][SERVER][INFO] Removing Block of Charcoal from ore dictionary entry blockCharcoal +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Block of Charcoal +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Block of Charcoal +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Block of Charcoal +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Block of Charcoal +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Block of Charcoal +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:block_charcoal1 to vg_blockcharcoal +[INITIALIZATION][SERVER][INFO] Removing Block of Charcoal from ore dictionary entry blockCharcoal +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Block of Charcoal +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Block of Charcoal +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Block of Charcoal +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Block of Charcoal +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Block of Charcoal +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:block_charcoal1 to vg_blockcharcoal +[INITIALIZATION][SERVER][INFO] Removing Block of Charcoal from ore dictionary entry blockCharcoal +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Block of Charcoal +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Block of Charcoal +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Block of Charcoal +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Block of Charcoal +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Block of Charcoal +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:block_charcoal1 to vg_blockcharcoal +[INITIALIZATION][SERVER][INFO] Removing Block of Charcoal from ore dictionary entry blockCharcoal +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Block of Charcoal +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Block of Charcoal +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Block of Charcoal +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Block of Charcoal +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Block of Charcoal +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:block_charcoal1 to vg_blockcharcoal +[INITIALIZATION][SERVER][INFO] Removing Block of Charcoal from ore dictionary entry blockCharcoal +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Block of Charcoal +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Block of Charcoal +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Block of Charcoal +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Block of Charcoal +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Block of Charcoal +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:block_charcoal1 to vg_blockcharcoal +[INITIALIZATION][SERVER][INFO] Removing Block of Charcoal from ore dictionary entry blockCharcoal +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Block of Charcoal +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Block of Charcoal +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Block of Charcoal +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Block of Charcoal +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Block of Charcoal +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:block_charcoal1 to vg_blockcharcoal +[INITIALIZATION][SERVER][INFO] Removing Block of Charcoal from ore dictionary entry blockCharcoal +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Block of Charcoal +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Block of Charcoal +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Block of Charcoal +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Block of Charcoal +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Block of Charcoal +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:block_charcoal1 to vg_blockcharcoal +[INITIALIZATION][SERVER][INFO] Removing Block of Charcoal from ore dictionary entry blockCharcoal +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Block of Charcoal +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Block of Charcoal +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Block of Charcoal +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Block of Charcoal +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Block of Charcoal +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:block_charcoal1 to vg_blockcharcoal +[INITIALIZATION][SERVER][INFO] Removing Block of Charcoal from ore dictionary entry blockCharcoal +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Block of Charcoal +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Block of Charcoal +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Block of Charcoal +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Block of Charcoal +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Block of Charcoal +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:block_charcoal1 to vg_blockcharcoal +[INITIALIZATION][SERVER][INFO] Removing Block of Charcoal from ore dictionary entry blockCharcoal +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Block of Charcoal +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Block of Charcoal +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Block of Charcoal +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Block of Charcoal +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Block of Charcoal +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:block_charcoal2 to vg_blockcharcoal +[INITIALIZATION][SERVER][INFO] Removing Block of Charcoal from ore dictionary entry blockCharcoal +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Block of Charcoal +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Block of Charcoal +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Block of Charcoal +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Block of Charcoal +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Block of Charcoal +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:block_charcoal2 to vg_blockcharcoal +[INITIALIZATION][SERVER][INFO] Removing Charcoal Block from ore dictionary entry blockCharcoal +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Charcoal Block +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Charcoal Block +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Charcoal Block +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Charcoal Block +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Charcoal Block +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing Block of Charcoal from ore dictionary entry blockCharcoal +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Block of Charcoal +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Block of Charcoal +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Block of Charcoal +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Block of Charcoal +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Block of Charcoal +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Adding Charcoal Block to ore dictionary entry blockCharcoal +[INITIALIZATION][SERVER][INFO] Removing Diamond Nugget from ore dictionary entry nuggetDiamond +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Diamond Nugget +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Diamond Nugget +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Diamond Nugget +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Diamond Nugget +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Diamond Nugget +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing Diamond Nugget from ore dictionary entry nuggetDiamond +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Diamond Nugget +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Diamond Nugget +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Diamond Nugget +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Diamond Nugget +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Diamond Nugget +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing Crushed Emerald from ore dictionary entry dustEmerald +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Crushed Emerald +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Crushed Emerald +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Crushed Emerald +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Crushed Emerald +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Crushed Emerald +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[2401:crafttweaker]: crafttweaker\oredict\tweaks\metal_rod_recipe_fix.zs} +[INITIALIZATION][SERVER][INFO] Mirroring rodModularium to stickModularium +[INITIALIZATION][SERVER][INFO] Mirroring rodSteel to stickSteel +[INITIALIZATION][SERVER][INFO] Mirroring rodRedstoneAlloy to stickRedstoneAlloy +[INITIALIZATION][SERVER][INFO] Mirroring rodBlackIron to stickBlackIron +[INITIALIZATION][SERVER][INFO] Mirroring rodFiery to stickFiery +[INITIALIZATION][SERVER][INFO] Mirroring rodCobalt to stickCobalt +[INITIALIZATION][SERVER][INFO] Mirroring rodSteeleaf to stickSteeleaf +[INITIALIZATION][SERVER][INFO] Mirroring rodAluminum to stickAluminum +[INITIALIZATION][SERVER][INFO] Mirroring rodGold to stickGold +[INITIALIZATION][SERVER][INFO] Mirroring rodPlatinum to stickPlatinum +[INITIALIZATION][SERVER][INFO] Mirroring rodTin to stickTin +[INITIALIZATION][SERVER][INFO] Mirroring rodCopper to stickCopper +[INITIALIZATION][SERVER][INFO] Mirroring rodGalgadorian to stickGalgadorian +[INITIALIZATION][SERVER][INFO] Mirroring rodInvar to stickInvar +[INITIALIZATION][SERVER][INFO] Mirroring rodCompressedIron to stickCompressedIron +[INITIALIZATION][SERVER][INFO] Mirroring rodReinforcedMetal to stickReinforcedMetal +[INITIALIZATION][SERVER][INFO] Mirroring rodLead to stickLead +[INITIALIZATION][SERVER][INFO] Mirroring rodBronze to stickBronze +[INITIALIZATION][SERVER][INFO] Mirroring rodEnhancedGalgadorian to stickEnhancedGalgadorian +[INITIALIZATION][SERVER][INFO] Mirroring rodIron to stickIron +[INITIALIZATION][SERVER][INFO] Mirroring rodSilver to stickSilver +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[10:crafttweaker]: crafttweaker\integrations\dye.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[1:crafttweaker]: crafttweaker\staging\itemsAndRecipes\modId.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Skipping file {[0:contenttweaker]: contenttweaker\fluids.zs} as we are currently loading with a different loader +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Skipping file {[0:contenttweaker]: contenttweaker\materials\largeScale.zs} as we are currently loading with a different loader +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Skipping file {[0:contenttweaker]: contenttweaker\materials\misc.zs} as we are currently loading with a different loader +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Skipping file {[0:contenttweaker]: contenttweaker\vanillaFactory.zs} as we are currently loading with a different loader +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\events\blockBreak.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\events\playerLoggedIn.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\integrations\mods\abyssalcraft.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\integrations\mods\actuallyAdditions.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\integrations\mods\appliedenergistics2.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\integrations\mods\astralsorcery.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\integrations\mods\betterwithmods.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\integrations\mods\bloodmagic\alchemyArray.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\integrations\mods\bloodmagic\alchemyTable.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\integrations\mods\bloodmagic\bloodAltar.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\integrations\mods\bloodmagic\tartaricForge.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\integrations\mods\bonsai.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\integrations\mods\chisel.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\integrations\mods\cyclicmagic.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\integrations\mods\extendedCrafting\enderRecipes.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\integrations\mods\extendedCrafting\tableRecipes.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\integrations\mods\extendedCrafting\tierTableRecipes.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\integrations\mods\galacticcraftAndExtraplanets.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\integrations\mods\horsepower.zs} +[INITIALIZATION][SERVER][INFO] Copying contents of ore dictionary entry plankWood to plankWoodCopy +[INITIALIZATION][SERVER][INFO] Removing Weedwood Planks from ore dictionary entry plankWoodCopy +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\integrations\mods\immersive\engineering\alloySmelter.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\integrations\mods\immersive\engineering\arcFurnace.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\integrations\mods\immersive\engineering\bottlingMachine.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\integrations\mods\immersive\engineering\crusher.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\integrations\mods\immersive\engineering\excavator.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\integrations\mods\immersive\engineering\metalPress.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\integrations\mods\immersive\engineering\mixer.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\integrations\mods\immersive\engineering\refinery.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\integrations\mods\immersive\engineering\squeezer.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\integrations\mods\immersive\petroleum.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\integrations\mods\loottweaker.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\integrations\mods\mekanism.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\integrations\mods\modularMachinery\autoCauldron.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\integrations\mods\modularMachinery\chemicalMixer.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\integrations\mods\modularMachinery\ethyliticEnricher.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\integrations\mods\modularMachinery\hydraulicPress.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\integrations\mods\modularMachinery\industrialDryingUnit.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\integrations\mods\modularMachinery\industrialLoom.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\integrations\mods\modularMachinery\industrialMill.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\integrations\mods\modularMachinery\liquidProcessor.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\integrations\mods\modularMachinery\mixer.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\integrations\mods\modularMachinery\paperclipFactory.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\integrations\mods\modularMachinery\plasticMolder.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\integrations\mods\modularMachinery\scamulator.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\integrations\mods\modularMachinery\volcanicCrystalizer.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\integrations\mods\pneumaticcraft.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\integrations\mods\primalCore.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\integrations\mods\primalTech.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\integrations\mods\rustic.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\integrations\mods\tinkers\alloy.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\integrations\mods\tinkers\casting.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\integrations\mods\tinkers\dryingRack.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\integrations\mods\tinkers\melting.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\integrations\mods\zenloot.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\integrations\wood.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\itemModifiers\burnTime.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\itemModifiers\descriptions.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\itemModifiers\durability.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\itemModifiers\hardness.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\itemModifiers\harvestLevel.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\itemModifiers\rename.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\itemModifiers\tooltips.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\recipes\mods\abyssalcraft.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\recipes\mods\actuallyadditions.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\recipes\mods\animalium.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\recipes\mods\antiqueatlas.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\recipes\mods\appliedenergistics.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\recipes\mods\astikorCarts.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\recipes\mods\astralsorcery.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\recipes\mods\betterbuilderswands.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\recipes\mods\betterwithaddons.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\recipes\mods\betterwithmods.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\recipes\mods\bibliocraft.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\recipes\mods\bloodmagic.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\recipes\mods\buildcraft.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\recipes\mods\buildinggadgets.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\recipes\mods\car.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\recipes\mods\ceramics.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\recipes\mods\chisel.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\recipes\mods\chiselsandbits.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\recipes\mods\contenttweaker.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\recipes\mods\cookingforblockheads.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\recipes\mods\cyclicmagic.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\recipes\mods\darkutils.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\recipes\mods\deathCompass.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\recipes\mods\dungpipe.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\recipes\mods\enderutilities.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\recipes\mods\extendedcrafting.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\recipes\mods\extraplanets.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\recipes\mods\farmingforblockheads.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\recipes\mods\ferdinandsflowers.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\recipes\mods\galacticraft.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\recipes\mods\geolosys.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\recipes\mods\guideapi.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\recipes\mods\horsepower.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\recipes\mods\huntingdim.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\recipes\mods\immcraft.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\recipes\mods\immersiveengineering.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\recipes\mods\improvedbackpacks.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\recipes\mods\indlog.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\recipes\mods\industrialforegoing.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\recipes\mods\infoaccessories.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\recipes\mods\integrateddynamics.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\recipes\mods\ironbackpacks.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\recipes\mods\ironchest.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\recipes\mods\ironjetpacks.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\recipes\mods\mekanism.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\recipes\mods\minecraft.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\recipes\mods\mobgrindingutils.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\recipes\mods\modularmachinery.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\recipes\mods\modularrouters.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\recipes\mods\mysticalagriculture.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\recipes\mods\natura.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\recipes\mods\naturescompass.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\recipes\mods\oeintegration.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\recipes\mods\overloaded.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\recipes\mods\pickletweaks.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\recipes\mods\pneumaticcraft.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\recipes\mods\poweradapters.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\recipes\mods\primal\core.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\recipes\mods\primal\stones.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\recipes\mods\primalchests.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\recipes\mods\primaltech.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\recipes\mods\progressiontweaks.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\recipes\mods\prospectors.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\recipes\mods\quantumstorage.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\recipes\mods\quark.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\recipes\mods\rebornstorage.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\recipes\mods\refinedstorage.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\recipes\mods\refinedstorageaddons.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\recipes\mods\rftools.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\recipes\mods\rustic.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\recipes\mods\spartanshields.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\recipes\mods\stevescarts.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\recipes\mods\storagedrawers.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\recipes\mods\storagenetwork.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\recipes\mods\supersoundmuffler.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\recipes\mods\tcomplement.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\recipes\mods\tconstruct.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\recipes\mods\totemic.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\recipes\mods\traverse.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\recipes\mods\twilightforest.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\recipes\mods\uppers.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\recipes\mods\valkyrielib.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\recipes\mods\vc.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\recipes\mods\waterstrainer.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\recipes\mods\weirdinggadget.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\recipes\mods\wopper.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\recipes\mods\xnet.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\recipes\mods\yoyos.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\recipes\remove.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\recipes\resources.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\resources\custom.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\staging\containers.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\staging\dimensions.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\staging\enchantments.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\misc.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\abyssalcraft.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\actuallyadditions.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\animalium.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\antiqueatlas.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\appliedenergistics2.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\astikorCarts.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\astralsorcery.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\beneath.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\betterbuilderswands.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\betterwithaddons.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\betterwithmods.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\bibliocraft.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\bloodmagic.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\bonsaitrees.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\buildcraft.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\buildinggadgets.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\car.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\ceramics.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\chargers.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\chisel.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\chiselsandbits.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\conarm.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\contenttweaker.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\cookingforblockheads.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\cyclicmagic.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\darkutils.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\deathCompass.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\dungpipe.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\emberroot.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\enderstorage.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\enderutilities.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\environmentaltech.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\extendedcrafting.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\extraplanets.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\farmingforblockheads.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\fatCat.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\ferdinandsflowers.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\galacticraft.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\geolosys.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\guideapi.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\horsepower.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\huntingdim.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\immcraft.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\immersiveengineering.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\immersivepetroleum.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\immersivetech.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\improvedbackpacks.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\indlog.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\industrialforegoing.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\infoaccessories.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\ironbackpacks.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\ironchest.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\ironjetpacks.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\jaff.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\jarm.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\mekanism.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\minecraft.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\mobGrindingUtils.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\modularmachinery.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\mundaneredstone.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\mysticalagradditions.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\mysticalagriculture.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\natura.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\naturescompass.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\nex.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\oeintegration.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\overloaded.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\pickletweaks.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\pneumaticcraft.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\poweradapters.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\primal.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\primalchests.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\primalTech.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\progressiontweaks.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\prospectors.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\quantumstorage.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\quark.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\rangedpumps.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\rebornstorage.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\refinedstorage.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\refinedstorageaddons.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\rftools.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\rustic.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\simpletomb.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\simplyarrows.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\spartanshields.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\stevescarts.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\storagedrawers.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\supersoundmuffler.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\tallgates.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\tcomplement.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\tconstruct.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\teslacorelib.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\thebetweenlands.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\totemic.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\translocators.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\traverse.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\trumpetskeleton.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\twilightforest.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\valkyrielib.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\vc.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\waterstrainer.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\weirdinggadget.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\witherskelefix.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\wopper.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\xnet.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\mods\yoyos.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\oredict.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\staging\itemsAndRecipes\stages.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\staging\journeymap.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\staging\liquidAndGas.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\staging\mobGear.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\staging\mobs.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\staging\multiblock\immersiveEngineering.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\staging\ores.zs} +[INITIALIZATION][SERVER][INFO] Adding a replacement for stage three. minecraft:nether_wart[age=0] will become minecraft:beetroots[age=0] +[INITIALIZATION][SERVER][INFO] Adding a replacement for stage three. minecraft:nether_wart[age=1] will become minecraft:beetroots[age=1] +[INITIALIZATION][SERVER][INFO] Adding a replacement for stage three. minecraft:nether_wart[age=2] will become minecraft:beetroots[age=2] +[INITIALIZATION][SERVER][INFO] Adding a replacement for stage three. minecraft:nether_wart[age=3] will become minecraft:beetroots[age=3] +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\staging\tinkers.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: crafttweaker\staging\waila.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[0:crafttweaker]: env.production.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[-50:crafttweaker]: crafttweaker\integrations\mods\bloodmagic\init.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[-50:crafttweaker]: crafttweaker\integrations\mods\extendedCrafting\init.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[-50:crafttweaker]: crafttweaker\integrations\mods\immersive\engineering\init.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[-50:crafttweaker]: crafttweaker\integrations\mods\modularMachinery\init.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[-50:crafttweaker]: crafttweaker\integrations\mods\tinkers\init.zs} +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Skipping file {[-100:contenttweaker]: contenttweaker\postInit.zs} as we are currently loading with a different loader +[INITIALIZATION][SERVER][INFO] [crafttweaker | SIDE_SERVER]: Loading Script: {[-100:crafttweaker]: crafttweaker\postInit.zs} +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Modularium Rod +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Modularium Rod +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Modularium Rod +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Modularium Plate +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Modularium Plate +[INITIALIZATION][SERVER][INFO] Adding Modularium to ore dictionary entry ingotModularium +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Modularium +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Modularium Gear +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Modularium Gear +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Modularium Gear +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Ethaxium Ingot +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Ethaxium Ingot +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Ethaxium Nugget +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Block of Ethaxium +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Ethaxium Ingot +[INITIALIZATION][SERVER][INFO] Removing Steel Nugget from ore dictionary entry nuggetSteel +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Steel Nugget +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Steel Nugget +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Steel Nugget +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Steel Nugget +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Steel Nugget +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing Steel Nugget from ore dictionary entry nuggetSteel +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Steel Nugget +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Steel Nugget +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Steel Nugget +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Steel Nugget +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Steel Nugget +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Steel Rod +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Steel Rod +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Steel Rod +[INITIALIZATION][SERVER][INFO] [Chisel] Removing blockSteel +[INITIALIZATION][SERVER][INFO] [Chisel] Creating vg_blocksteel +[INITIALIZATION][SERVER][INFO] [Chisel] Adding immersiveengineering:storage to vg_blocksteel +[INITIALIZATION][SERVER][INFO] Removing Steel Block from ore dictionary entry blockSteel +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Steel Block +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Steel Block +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Steel Block +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Steel Block +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Steel Block +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing Steel Block from ore dictionary entry blockSteel +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Steel Block +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Steel Block +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Steel Block +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Steel Block +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Steel Block +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing Steel Plate from ore dictionary entry plateSteel +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Steel Plate +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Steel Plate +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Steel Plate +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Steel Plate +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Steel Plate +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing Tamahagane Plate from ore dictionary entry plateSteel +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Tamahagane Plate +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Tamahagane Plate +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Tamahagane Plate +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Tamahagane Plate +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Tamahagane Plate +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Steel Wire +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Steel Plate +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Steel Plate +[INITIALIZATION][SERVER][INFO] Removing Steel Ingot from ore dictionary entry ingotSteel +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Steel Ingot +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Steel Ingot +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Steel Ingot +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Steel Ingot +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Steel Ingot +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing Steel Ingot from ore dictionary entry ingotSteel +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Steel Ingot +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Steel Ingot +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Steel Ingot +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Steel Ingot +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Steel Ingot +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Steel Ingot +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Steel Ingot +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Steel Nugget +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Block of Steel +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Steel Ingot +[INITIALIZATION][SERVER][INFO] Removing Steel Dust from ore dictionary entry dustSteel +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Steel Dust +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Steel Dust +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Steel Dust +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Steel Dust +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Steel Dust +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Adding ArcFurnace Recipe for Steel Ingot +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Steel Gear +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Steel Gear +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Steel Gear +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Redstone Alloy Rod +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Redstone Alloy Rod +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Redstone Alloy Rod +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Redstone Alloy Plate +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Redstone Alloy Plate +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Redstone Alloy Ingot +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Block of Redstone Alloy +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Redstone Alloy Ingot +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Redstone Alloy Gear +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Redstone Alloy Gear +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Redstone Alloy Gear +[INITIALIZATION][SERVER][INFO] Removing Black Iron Nugget from ore dictionary entry nuggetBlackIron +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Black Iron Nugget +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Black Iron Nugget +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Black Iron Nugget +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Black Iron Nugget +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Black Iron Nugget +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Adding Black Iron Rod to ore dictionary entry rodBlackIron +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Black Iron Rod +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Black Iron Rod +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Black Iron Rod +[INITIALIZATION][SERVER][INFO] Adding Black Iron Slate to ore dictionary entry plateBlackIron +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Black Iron Slate +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Black Iron Slate +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Black Iron Ingot +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Block of Black Iron +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Black Iron Ingot +[INITIALIZATION][SERVER][INFO] Adding Titanium Block to ore dictionary entry blockTitanium +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Adding Titanium Ingot to ore dictionary entry ingotTitanium +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Titanium Ingot +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Titanium Block +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Titanium Ingot +[INITIALIZATION][SERVER][INFO] Adding Titanium Dust to ore dictionary entry dustTitanium +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Adding ArcFurnace Recipe for Titanium Ingot +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Titanium Dust +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Titanium Dust +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Titanium Dust +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Fiery Rod +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Fiery Rod +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Fiery Rod +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Fiery Plate +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Fiery Plate +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Fiery Ingot +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Block of Fiery Metal +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Fiery Ingot +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Fiery Gear +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Fiery Gear +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Fiery Gear +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Cobalt Rod +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Cobalt Rod +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Cobalt Rod +[INITIALIZATION][SERVER][INFO] [Chisel] Removing blockCobalt +[INITIALIZATION][SERVER][INFO] [Chisel] Creating vg_blockcobalt +[INITIALIZATION][SERVER][INFO] [Chisel] Adding tconstruct:metal to vg_blockcobalt +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Cobalt Plate +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Cobalt Plate +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Cobalt Ingot +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Cobalt Ingot +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Cobalt Nugget +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Block of Cobalt +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Cobalt Ingot +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Adding ArcFurnace Recipe for Cobalt Ingot +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Cobalt Gear +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Cobalt Gear +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Cobalt Gear +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Cobalt Dust +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Cobalt Dust +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Cobalt Dust +[INITIALIZATION][SERVER][INFO] Removing Knightslime Nugget from ore dictionary entry nuggetKnightslime +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Knightslime Nugget +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Knightslime Nugget +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Knightslime Nugget +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Knightslime Nugget +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Knightslime Nugget +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Knightslime Ingot +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Block of Knightslime +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Knightslime Ingot +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Steeleaf Rod +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Steeleaf Rod +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Steeleaf Rod +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Steeleaf Plate +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Steeleaf Plate +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Steeleaf +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Block of Steeleaf +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Steeleaf +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Steeleaf Gear +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Steeleaf Gear +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Steeleaf Gear +[INITIALIZATION][SERVER][INFO] Removing Aluminium Nugget from ore dictionary entry nuggetAluminum +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Aluminium Nugget +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Aluminium Nugget +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Aluminium Nugget +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Aluminium Nugget +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Aluminium Nugget +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing Aluminum Nugget from ore dictionary entry nuggetAluminum +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Aluminum Nugget +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Aluminum Nugget +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Aluminum Nugget +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Aluminum Nugget +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Aluminum Nugget +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Aluminium Rod +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Aluminium Rod +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Aluminium Rod +[INITIALIZATION][SERVER][INFO] [Chisel] Removing blockAluminum +[INITIALIZATION][SERVER][INFO] [Chisel] Creating vg_blockaluminum +[INITIALIZATION][SERVER][INFO] [Chisel] Adding immersiveengineering:storage to vg_blockaluminum +[INITIALIZATION][SERVER][INFO] Removing Aluminum Block from ore dictionary entry blockAluminum +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Aluminum Block +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Aluminum Block +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Aluminum Block +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Aluminum Block +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Aluminum Block +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing Aluminum Block from ore dictionary entry blockAluminum +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Aluminum Block +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Aluminum Block +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Aluminum Block +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Aluminum Block +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Aluminum Block +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing Aluminum Plate from ore dictionary entry plateAluminum +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Aluminum Plate +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Aluminum Plate +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Aluminum Plate +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Aluminum Plate +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Aluminum Plate +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Aluminium Wire +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Aluminium Plate +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Aluminium Plate +[INITIALIZATION][SERVER][INFO] Removing Aluminum Ingot from ore dictionary entry ingotAluminum +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Aluminum Ingot +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Aluminum Ingot +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Aluminum Ingot +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Aluminum Ingot +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Aluminum Ingot +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing Aluminum Ingot from ore dictionary entry ingotAluminum +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Aluminum Ingot +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Aluminum Ingot +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Aluminum Ingot +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Aluminum Ingot +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Aluminum Ingot +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Aluminium Ingot +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Block of Aluminium +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Aluminium Ingot +[INITIALIZATION][SERVER][INFO] Removing Aluminum Dust from ore dictionary entry dustAluminum +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Aluminum Dust +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Aluminum Dust +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Aluminum Dust +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Aluminum Dust +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Aluminum Dust +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing Aluminum Dust from ore dictionary entry dustAluminum +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Aluminum Dust +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Aluminum Dust +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Aluminum Dust +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Aluminum Dust +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Aluminum Dust +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Adding ArcFurnace Recipe for Aluminium Ingot +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Aluminium Grit +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Aluminium Grit +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Aluminium Grit +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Manyullyn Ingot +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Manyullyn Ingot +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Manyullyn Nugget +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Block of Manyullyn +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Manyullyn Ingot +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing Crystallized Gold from ore dictionary entry crystalGold +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Crystallized Gold +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Crystallized Gold +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Crystallized Gold +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Crystallized Gold +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Crystallized Gold +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Adding Golden Stick to ore dictionary entry rodGold +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Golden Stick +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Golden Stick +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Golden Stick +[INITIALIZATION][SERVER][INFO] [Chisel] Removing blockGold +[INITIALIZATION][SERVER][INFO] [Chisel] Creating vg_blockgold +[INITIALIZATION][SERVER][INFO] [Chisel] Adding minecraft:gold_block to vg_blockgold +[INITIALIZATION][SERVER][INFO] Removing Block of Gold from ore dictionary entry blockGold +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Block of Gold +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Block of Gold +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Block of Gold +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Block of Gold +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Block of Gold +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:blockgold to vg_blockgold +[INITIALIZATION][SERVER][INFO] Removing Block of Gold from ore dictionary entry blockGold +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Block of Gold +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Block of Gold +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Block of Gold +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Block of Gold +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Block of Gold +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:blockgold to vg_blockgold +[INITIALIZATION][SERVER][INFO] Removing Block of Gold from ore dictionary entry blockGold +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Block of Gold +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Block of Gold +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Block of Gold +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Block of Gold +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Block of Gold +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:blockgold to vg_blockgold +[INITIALIZATION][SERVER][INFO] Removing Block of Gold from ore dictionary entry blockGold +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Block of Gold +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Block of Gold +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Block of Gold +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Block of Gold +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Block of Gold +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:blockgold to vg_blockgold +[INITIALIZATION][SERVER][INFO] Removing Block of Gold from ore dictionary entry blockGold +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Block of Gold +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Block of Gold +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Block of Gold +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Block of Gold +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Block of Gold +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:blockgold to vg_blockgold +[INITIALIZATION][SERVER][INFO] Removing Block of Gold from ore dictionary entry blockGold +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Block of Gold +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Block of Gold +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Block of Gold +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Block of Gold +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Block of Gold +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:blockgold to vg_blockgold +[INITIALIZATION][SERVER][INFO] Removing Block of Gold from ore dictionary entry blockGold +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Block of Gold +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Block of Gold +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Block of Gold +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Block of Gold +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Block of Gold +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:blockgold to vg_blockgold +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing Gold Plate from ore dictionary entry plateGold +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Gold Plate +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Gold Plate +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Gold Plate +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Gold Plate +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Gold Plate +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Gold Plate +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Gold Plate +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Gold Ingot +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Gold Ingot +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Gold Nugget +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Block of Gold +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Gold Ingot +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing Gold Dust from ore dictionary entry dustGold +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Gold Dust +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Gold Dust +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Gold Dust +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Gold Dust +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Gold Dust +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing Gold Dust from ore dictionary entry dustGold +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Gold Dust +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Gold Dust +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Gold Dust +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Gold Dust +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Gold Dust +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing Gold Dust from ore dictionary entry dustGold +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Gold Dust +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Gold Dust +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Gold Dust +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Gold Dust +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Gold Dust +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing Crushed Gold from ore dictionary entry dustGold +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Crushed Gold +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Crushed Gold +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Crushed Gold +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Crushed Gold +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Crushed Gold +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing Gold Sand from ore dictionary entry dustGold +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Gold Sand +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Gold Sand +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Gold Sand +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Gold Sand +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Gold Sand +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Adding ArcFurnace Recipe for Gold Ingot +[INITIALIZATION][SERVER][INFO] Removing Gold Gear from ore dictionary entry gearGold +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Gold Gear +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Gold Gear +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Gold Gear +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Gold Gear +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Gold Gear +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing item.goldGearItem.name from ore dictionary entry gearGold +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for item.goldGearItem.name +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for item.goldGearItem.name +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: item.goldGearItem.name +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: item.goldGearItem.name +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for item.goldGearItem.name +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Gold Gear +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Gold Gear +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Gold Gear +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Gold Grit +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Gold Grit +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Gold Grit +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Platinum Rod +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Platinum Rod +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Platinum Rod +[INITIALIZATION][SERVER][INFO] [Chisel] Removing blockPlatinum +[INITIALIZATION][SERVER][INFO] [Chisel] Creating vg_blockplatinum +[INITIALIZATION][SERVER][INFO] [Chisel] Adding contenttweaker:sub_block_holder_0 to vg_blockplatinum +[INITIALIZATION][SERVER][INFO] Removing Platinum Block from ore dictionary entry blockPlatinum +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Platinum Block +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Platinum Block +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Platinum Block +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Platinum Block +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Platinum Block +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing Platinum Plate from ore dictionary entry platePlatinum +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Platinum Plate +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Platinum Plate +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Platinum Plate +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Platinum Plate +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Platinum Plate +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Platinum Plate +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Platinum Plate +[INITIALIZATION][SERVER][INFO] Removing Platinum Ingot from ore dictionary entry ingotPlatinum +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Platinum Ingot +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Platinum Ingot +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Platinum Ingot +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Platinum Ingot +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Platinum Ingot +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Platinum Ingot +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Block of Platinum +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Platinum Ingot +[INITIALIZATION][SERVER][INFO] Removing Platinum Dust from ore dictionary entry dustPlatinum +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Platinum Dust +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Platinum Dust +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Platinum Dust +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Platinum Dust +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Platinum Dust +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Adding ArcFurnace Recipe for Platinum Ingot +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Platinum Gear +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Platinum Gear +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Platinum Gear +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Platinum Dust +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Platinum Dust +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Platinum Dust +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Aluminum Brass Ingot +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Aluminum Brass Ingot +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Aluminum Brass Nugget +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Block of Aluminum Brass +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Aluminum Brass Ingot +[INITIALIZATION][SERVER][INFO] Removing Pigiron Nugget from ore dictionary entry nuggetPigiron +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Pigiron Nugget +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Pigiron Nugget +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Pigiron Nugget +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Pigiron Nugget +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Pigiron Nugget +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Pigiron Ingot +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Block of Pigiron +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Pigiron Ingot +[INITIALIZATION][SERVER][INFO] Removing Tin Nugget from ore dictionary entry nuggetTin +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Tin Nugget +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Tin Nugget +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Tin Nugget +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Tin Nugget +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Tin Nugget +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing Tin Nugget from ore dictionary entry nuggetTin +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Tin Nugget +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Tin Nugget +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Tin Nugget +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Tin Nugget +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Tin Nugget +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing Crystallized Tin from ore dictionary entry crystalTin +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Crystallized Tin +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Crystallized Tin +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Crystallized Tin +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Crystallized Tin +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Crystallized Tin +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Tin Rod +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Tin Rod +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Tin Rod +[INITIALIZATION][SERVER][INFO] [Chisel] Removing blockTin +[INITIALIZATION][SERVER][INFO] [Chisel] Creating vg_blocktin +[INITIALIZATION][SERVER][INFO] [Chisel] Adding mekanism:basicblock to vg_blocktin +[INITIALIZATION][SERVER][INFO] Removing Block of Tin from ore dictionary entry blockTin +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Block of Tin +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Block of Tin +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Block of Tin +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Block of Tin +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Block of Tin +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing Tin Block from ore dictionary entry blockTin +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Tin Block +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Tin Block +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Tin Block +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Tin Block +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Tin Block +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing Tin Plate from ore dictionary entry plateTin +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Tin Plate +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Tin Plate +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Tin Plate +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Tin Plate +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Tin Plate +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Tin Plate +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Tin Plate +[INITIALIZATION][SERVER][INFO] Removing Tin Ingot from ore dictionary entry ingotTin +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Tin Ingot +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Tin Ingot +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Tin Ingot +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Tin Ingot +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Tin Ingot +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing Tin Ingot from ore dictionary entry ingotTin +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Tin Ingot +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Tin Ingot +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Tin Ingot +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Tin Ingot +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Tin Ingot +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing Tin Ingot from ore dictionary entry ingotTin +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Tin Ingot +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Tin Ingot +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Tin Ingot +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Tin Ingot +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Tin Ingot +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Tin Ingot +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Tin Block +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Tin Ingot +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing Tin Dust from ore dictionary entry dustTin +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Tin Dust +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Tin Dust +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Tin Dust +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Tin Dust +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Tin Dust +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Adding ArcFurnace Recipe for Tin Ingot +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Tin Gear +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Tin Gear +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Tin Gear +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Tin Dust +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Tin Dust +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Tin Dust +[INITIALIZATION][SERVER][INFO] Removing Copper Nugget from ore dictionary entry nuggetCopper +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Copper Nugget +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Copper Nugget +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Copper Nugget +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Copper Nugget +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Copper Nugget +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing Copper Nugget from ore dictionary entry nuggetCopper +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Copper Nugget +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Copper Nugget +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Copper Nugget +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Copper Nugget +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Copper Nugget +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing Copper Nugget from ore dictionary entry nuggetCopper +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Copper Nugget +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Copper Nugget +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Copper Nugget +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Copper Nugget +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Copper Nugget +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing Crystallized Copper from ore dictionary entry crystalCopper +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Crystallized Copper +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Crystallized Copper +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Crystallized Copper +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Crystallized Copper +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Crystallized Copper +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Copper Rod +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Copper Rod +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Copper Rod +[INITIALIZATION][SERVER][INFO] [Chisel] Removing blockCopper +[INITIALIZATION][SERVER][INFO] [Chisel] Creating vg_blockcopper +[INITIALIZATION][SERVER][INFO] [Chisel] Adding immersiveengineering:storage to vg_blockcopper +[INITIALIZATION][SERVER][INFO] Removing Copper Block from ore dictionary entry blockCopper +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Copper Block +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Copper Block +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Copper Block +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Copper Block +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Copper Block +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing Copper Block from ore dictionary entry blockCopper +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Copper Block +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Copper Block +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Copper Block +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Copper Block +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Copper Block +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing Copper Block from ore dictionary entry blockCopper +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Copper Block +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Copper Block +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Copper Block +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Copper Block +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Copper Block +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing Copper Plate from ore dictionary entry plateCopper +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Copper Plate +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Copper Plate +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Copper Plate +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Copper Plate +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Copper Plate +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing Copper Plate from ore dictionary entry plateCopper +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Copper Plate +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Copper Plate +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Copper Plate +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Copper Plate +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Copper Plate +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Copper Wire +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Copper Plate +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Copper Plate +[INITIALIZATION][SERVER][INFO] Removing Copper Ingot from ore dictionary entry ingotCopper +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Copper Ingot +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Copper Ingot +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Copper Ingot +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Copper Ingot +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Copper Ingot +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing Copper Ingot from ore dictionary entry ingotCopper +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Copper Ingot +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Copper Ingot +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Copper Ingot +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Copper Ingot +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Copper Ingot +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing Copper Ingot from ore dictionary entry ingotCopper +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Copper Ingot +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Copper Ingot +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Copper Ingot +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Copper Ingot +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Copper Ingot +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing Copper Ingot from ore dictionary entry ingotCopper +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Copper Ingot +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Copper Ingot +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Copper Ingot +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Copper Ingot +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Copper Ingot +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Copper Ingot +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Block of Copper +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Copper Ingot +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing Copper Dust from ore dictionary entry dustCopper +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Copper Dust +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Copper Dust +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Copper Dust +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Copper Dust +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Copper Dust +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing Copper Dust from ore dictionary entry dustCopper +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Copper Dust +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Copper Dust +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Copper Dust +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Copper Dust +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Copper Dust +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Adding ArcFurnace Recipe for Copper Ingot +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Copper Gear +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Copper Gear +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Copper Gear +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Copper Grit +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Copper Grit +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Copper Grit +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Galgadorian Rod +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Galgadorian Rod +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Galgadorian Rod +[INITIALIZATION][SERVER][INFO] Adding Galgadorian Block to ore dictionary entry blockGalgadorian +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Galgadorian Plate +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Galgadorian Plate +[INITIALIZATION][SERVER][INFO] Adding Galgadorian Metal to ore dictionary entry ingotGalgadorian +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Galgadorian Metal +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Galgadorian Block +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Galgadorian Metal +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Galgadorian Gear +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Galgadorian Gear +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Galgadorian Gear +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Invar Rod +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Invar Rod +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Invar Rod +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Invar Plate +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Invar Plate +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Invar Ingot +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Block of Invar +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Invar Ingot +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Invar Gear +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Invar Gear +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Invar Gear +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Ardite Ingot +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Ardite Ingot +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Ardite Nugget +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Block of Ardite +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Ardite Ingot +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Adding ArcFurnace Recipe for Ardite Ingot +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Ardite Dust +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Ardite Dust +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Ardite Dust +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Dreadium Ingot +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Dreadium Ingot +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Dreadium Nugget +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Block of Dreadium +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Dreadium Ingot +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Adding ArcFurnace Recipe for Dreadium Ingot +[INITIALIZATION][SERVER][INFO] Removing Zinc Nugget from ore dictionary entry nuggetZinc +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Zinc Nugget +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Zinc Nugget +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Zinc Nugget +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Zinc Nugget +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Zinc Nugget +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing Zinc Block from ore dictionary entry blockZinc +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Zinc Block +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Zinc Block +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Zinc Block +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Zinc Block +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Zinc Block +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing Zinc Plate from ore dictionary entry plateZinc +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Zinc Plate +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Zinc Plate +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Zinc Plate +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Zinc Plate +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Zinc Plate +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing Zinc Ingot from ore dictionary entry ingotZinc +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Zinc Ingot +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Zinc Ingot +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Zinc Ingot +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Zinc Ingot +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Zinc Ingot +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Zinc Ingot +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Block of Zinc +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Zinc Ingot +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Adding ArcFurnace Recipe for Zinc Ingot +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Zinc Dust +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Zinc Dust +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Zinc Dust +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] [Chisel] Removing blockElectrum +[INITIALIZATION][SERVER][INFO] [Chisel] Creating vg_blockelectrum +[INITIALIZATION][SERVER][INFO] [Chisel] Adding immersiveengineering:storage to vg_blockelectrum +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Electrum Wire +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Electrum Plate +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Electrum Plate +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Electrum Ingot +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Electrum Ingot +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Electrum Nugget +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Block of Electrum +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Electrum Ingot +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Adding ArcFurnace Recipe for Electrum Ingot +[INITIALIZATION][SERVER][INFO] Removing Nickel Nugget from ore dictionary entry nuggetNickel +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Nickel Nugget +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Nickel Nugget +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Nickel Nugget +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Nickel Nugget +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Nickel Nugget +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] [Chisel] Removing blockNickel +[INITIALIZATION][SERVER][INFO] [Chisel] Creating vg_blocknickel +[INITIALIZATION][SERVER][INFO] [Chisel] Adding immersiveengineering:storage to vg_blocknickel +[INITIALIZATION][SERVER][INFO] Removing Block of Nickel from ore dictionary entry blockNickel +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Block of Nickel +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Block of Nickel +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Block of Nickel +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Block of Nickel +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Block of Nickel +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing Nickel Block from ore dictionary entry blockNickel +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Nickel Block +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Nickel Block +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Nickel Block +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Nickel Block +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Nickel Block +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing Nickel Plate from ore dictionary entry plateNickel +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Nickel Plate +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Nickel Plate +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Nickel Plate +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Nickel Plate +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Nickel Plate +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Nickel Plate +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Nickel Plate +[INITIALIZATION][SERVER][INFO] Removing Nickel Ingot from ore dictionary entry ingotNickel +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Nickel Ingot +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Nickel Ingot +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Nickel Ingot +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Nickel Ingot +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Nickel Ingot +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing Nickel Ingot from ore dictionary entry ingotNickel +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Nickel Ingot +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Nickel Ingot +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Nickel Ingot +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Nickel Ingot +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Nickel Ingot +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Nickel Ingot +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Nickel Ingot +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Nickel Nugget +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Block of Nickel +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Nickel Ingot +[INITIALIZATION][SERVER][INFO] Removing Nickel Dust from ore dictionary entry dustNickel +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Nickel Dust +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Nickel Dust +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Nickel Dust +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Nickel Dust +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Nickel Dust +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Adding ArcFurnace Recipe for Nickel Ingot +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Nickel Grit +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Nickel Grit +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Nickel Grit +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Compressed Iron Rod +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Compressed Iron Rod +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Compressed Iron Rod +[INITIALIZATION][SERVER][INFO] Adding Block of Compressed Iron to ore dictionary entry blockCompressedIron +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Compressed Iron Plate +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Compressed Iron Plate +[INITIALIZATION][SERVER][INFO] Adding Compressed Iron Ingot to ore dictionary entry ingotCompressedIron +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Compressed Iron Ingot +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Block of Compressed Iron +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Compressed Iron Ingot +[INITIALIZATION][SERVER][INFO] Removing Compressed Iron Gear from ore dictionary entry gearCompressedIron +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Compressed Iron Gear +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Compressed Iron Gear +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Compressed Iron Gear +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Compressed Iron Gear +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Compressed Iron Gear +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Compressed Iron Gear +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Compressed Iron Gear +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Compressed Iron Gear +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Reinforced Metal Rod +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Reinforced Metal Rod +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Reinforced Metal Rod +[INITIALIZATION][SERVER][INFO] Adding Reinforced Metal Block to ore dictionary entry blockReinforcedMetal +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Reinforced Metal Plate +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Reinforced Metal Plate +[INITIALIZATION][SERVER][INFO] Adding Reinforced Metal to ore dictionary entry ingotReinforcedMetal +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Reinforced Metal +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Reinforced Metal Block +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Reinforced Metal +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Reinforced Metal Gear +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Reinforced Metal Gear +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Reinforced Metal Gear +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Osmium Ingot +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Osmium Ingot +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Osmium Nugget +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Osmium Block +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Osmium Ingot +[INITIALIZATION][SERVER][INFO] Adding ArcFurnace Recipe for Osmium Ingot +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Osmium Dust +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Osmium Dust +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Osmium Dust +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Platinum Ingot +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Block of Platinum +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Platinum Ingot +[INITIALIZATION][SERVER][INFO] Adding ArcFurnace Recipe for Platinum Ingot +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Constantan Plate +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Constantan Plate +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Constantan Ingot +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Constantan Ingot +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Constantan Nugget +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Block of Constantan +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Constantan Ingot +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Adding ArcFurnace Recipe for Constantan Ingot +[INITIALIZATION][SERVER][INFO] Removing Lead Nugget from ore dictionary entry nuggetLead +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Lead Nugget +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Lead Nugget +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Lead Nugget +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Lead Nugget +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Lead Nugget +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Lead Rod +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Lead Rod +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Lead Rod +[INITIALIZATION][SERVER][INFO] [Chisel] Removing blockLead +[INITIALIZATION][SERVER][INFO] [Chisel] Creating vg_blocklead +[INITIALIZATION][SERVER][INFO] [Chisel] Adding immersiveengineering:storage to vg_blocklead +[INITIALIZATION][SERVER][INFO] Removing Lead Block from ore dictionary entry blockLead +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Lead Block +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Lead Block +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Lead Block +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Lead Block +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Lead Block +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing Lead Plate from ore dictionary entry plateLead +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Lead Plate +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Lead Plate +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Lead Plate +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Lead Plate +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Lead Plate +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing Lead Plate from ore dictionary entry plateLead +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Lead Plate +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Lead Plate +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Lead Plate +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Lead Plate +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Lead Plate +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Lead Plate +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Lead Plate +[INITIALIZATION][SERVER][INFO] Removing Lead Ingot from ore dictionary entry ingotLead +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Lead Ingot +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Lead Ingot +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Lead Ingot +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Lead Ingot +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Lead Ingot +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing Lead Ingot from ore dictionary entry ingotLead +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Lead Ingot +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Lead Ingot +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Lead Ingot +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Lead Ingot +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Lead Ingot +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing Lead Ingot from ore dictionary entry ingotLead +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Lead Ingot +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Lead Ingot +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Lead Ingot +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Lead Ingot +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Lead Ingot +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Lead Ingot +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Lead Ingot +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Lead Nugget +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Block of Lead +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Lead Ingot +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing Lead Dust from ore dictionary entry dustLead +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Lead Dust +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Lead Dust +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Lead Dust +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Lead Dust +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Lead Dust +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing Lead Dust from ore dictionary entry dustLead +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Lead Dust +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Lead Dust +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Lead Dust +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Lead Dust +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Lead Dust +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Adding ArcFurnace Recipe for Lead Ingot +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Lead Gear +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Lead Gear +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Lead Gear +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Lead Grit +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Lead Grit +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Lead Grit +[INITIALIZATION][SERVER][INFO] Removing Bronze Nugget from ore dictionary entry nuggetBronze +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Bronze Nugget +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Bronze Nugget +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Bronze Nugget +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Bronze Nugget +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Bronze Nugget +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing Bronze Nugget from ore dictionary entry nuggetBronze +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Bronze Nugget +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Bronze Nugget +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Bronze Nugget +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Bronze Nugget +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Bronze Nugget +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Bronze Rod +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Bronze Rod +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Bronze Rod +[INITIALIZATION][SERVER][INFO] [Chisel] Removing blockBronze +[INITIALIZATION][SERVER][INFO] [Chisel] Creating vg_blockbronze +[INITIALIZATION][SERVER][INFO] [Chisel] Adding mekanism:basicblock to vg_blockbronze +[INITIALIZATION][SERVER][INFO] Removing Bronze Block from ore dictionary entry blockBronze +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Bronze Block +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Bronze Block +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Bronze Block +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Bronze Block +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Bronze Block +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing Bronze Plate from ore dictionary entry plateBronze +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Bronze Plate +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Bronze Plate +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Bronze Plate +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Bronze Plate +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Bronze Plate +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Bronze Plate +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Bronze Plate +[INITIALIZATION][SERVER][INFO] Removing Bronze Ingot from ore dictionary entry ingotBronze +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Bronze Ingot +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Bronze Ingot +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Bronze Ingot +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Bronze Ingot +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Bronze Ingot +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Bronze Ingot +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Bronze Block +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Bronze Ingot +[INITIALIZATION][SERVER][INFO] Removing Bronze Dust from ore dictionary entry dustBronze +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Bronze Dust +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Bronze Dust +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Bronze Dust +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Bronze Dust +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Bronze Dust +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Bronze Gear +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Bronze Gear +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Bronze Gear +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Refined Coralium Ingot +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Refined Coralium Ingot +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Refined Coralium Nugget +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Block of Refined Coralium +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Refined Coralium Ingot +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Adding ArcFurnace Recipe for Refined Coralium Ingot +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Abyssalnite Ingot +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Abyssalnite Ingot +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Abyssalnite Nugget +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Block of Abyssalnite +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Abyssalnite Ingot +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Adding ArcFurnace Recipe for Abyssalnite Ingot +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Enhanced Galgadorian Rod +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Enhanced Galgadorian Rod +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Enhanced Galgadorian Rod +[INITIALIZATION][SERVER][INFO] Adding Enhanced Galgadorian Block to ore dictionary entry blockEnhancedGalgadorian +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Enhanced Galgadorian Plate +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Enhanced Galgadorian Plate +[INITIALIZATION][SERVER][INFO] Adding Enhanced Galgadorian Metal to ore dictionary entry ingotEnhancedGalgadorian +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Enhanced Galgadorian Metal +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Enhanced Galgadorian Block +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Enhanced Galgadorian Metal +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Enhanced Galgadorian Gear +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Enhanced Galgadorian Gear +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Enhanced Galgadorian Gear +[INITIALIZATION][SERVER][INFO] Removing Iron Nugget from ore dictionary entry nuggetIron +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Iron Nugget +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Iron Nugget +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Iron Nugget +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Iron Nugget +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Iron Nugget +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing Crystallized Iron from ore dictionary entry crystalIron +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Crystallized Iron +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Crystallized Iron +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Crystallized Iron +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Crystallized Iron +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Crystallized Iron +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing Iron Stick from ore dictionary entry rodIron +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Iron Stick +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Iron Stick +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Iron Stick +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Iron Stick +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Iron Stick +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Iron Rod +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Iron Rod +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Iron Rod +[INITIALIZATION][SERVER][INFO] [Chisel] Removing blockIron +[INITIALIZATION][SERVER][INFO] [Chisel] Creating vg_blockiron +[INITIALIZATION][SERVER][INFO] [Chisel] Adding minecraft:iron_block to vg_blockiron +[INITIALIZATION][SERVER][INFO] Removing Block of Iron from ore dictionary entry blockIron +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Block of Iron +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Block of Iron +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Block of Iron +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Block of Iron +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Block of Iron +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:blockiron to vg_blockiron +[INITIALIZATION][SERVER][INFO] Removing Block of Iron from ore dictionary entry blockIron +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Block of Iron +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Block of Iron +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Block of Iron +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Block of Iron +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Block of Iron +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:blockiron to vg_blockiron +[INITIALIZATION][SERVER][INFO] Removing Block of Iron from ore dictionary entry blockIron +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Block of Iron +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Block of Iron +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Block of Iron +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Block of Iron +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Block of Iron +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:blockiron to vg_blockiron +[INITIALIZATION][SERVER][INFO] Removing Block of Iron from ore dictionary entry blockIron +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Block of Iron +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Block of Iron +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Block of Iron +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Block of Iron +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Block of Iron +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:blockiron to vg_blockiron +[INITIALIZATION][SERVER][INFO] Removing Block of Iron from ore dictionary entry blockIron +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Block of Iron +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Block of Iron +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Block of Iron +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Block of Iron +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Block of Iron +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:blockiron to vg_blockiron +[INITIALIZATION][SERVER][INFO] Removing Block of Iron from ore dictionary entry blockIron +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Block of Iron +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Block of Iron +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Block of Iron +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Block of Iron +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Block of Iron +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:blockiron to vg_blockiron +[INITIALIZATION][SERVER][INFO] Removing Block of Iron from ore dictionary entry blockIron +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Block of Iron +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Block of Iron +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Block of Iron +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Block of Iron +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Block of Iron +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:blockiron to vg_blockiron +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing Iron Plate from ore dictionary entry plateIron +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Iron Plate +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Iron Plate +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Iron Plate +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Iron Plate +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Iron Plate +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Iron Plate +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Iron Plate +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Iron Ingot +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Iron Ingot +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Iron Nugget +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Block of Iron +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Iron Ingot +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing Iron Dust from ore dictionary entry dustIron +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Iron Dust +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Iron Dust +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Iron Dust +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Iron Dust +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Iron Dust +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing Iron Dust from ore dictionary entry dustIron +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Iron Dust +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Iron Dust +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Iron Dust +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Iron Dust +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Iron Dust +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing Iron Dust from ore dictionary entry dustIron +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Iron Dust +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Iron Dust +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Iron Dust +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Iron Dust +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Iron Dust +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing Crushed Iron from ore dictionary entry dustIron +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Crushed Iron +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Crushed Iron +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Crushed Iron +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Crushed Iron +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Crushed Iron +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing Iron Sand from ore dictionary entry dustIron +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Iron Sand +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Iron Sand +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Iron Sand +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Iron Sand +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Iron Sand +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Adding ArcFurnace Recipe for Iron Ingot +[INITIALIZATION][SERVER][INFO] Removing Iron Gear from ore dictionary entry gearIron +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Iron Gear +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Iron Gear +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Iron Gear +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Iron Gear +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Iron Gear +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing item.ironGearItem.name from ore dictionary entry gearIron +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for item.ironGearItem.name +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for item.ironGearItem.name +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: item.ironGearItem.name +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: item.ironGearItem.name +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for item.ironGearItem.name +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Iron Gear +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Iron Gear +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Iron Gear +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Iron Grit +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Iron Grit +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Iron Grit +[INITIALIZATION][SERVER][INFO] Removing Silver Nugget from ore dictionary entry nuggetSilver +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Silver Nugget +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Silver Nugget +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Silver Nugget +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Silver Nugget +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Silver Nugget +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Silver Rod +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Silver Rod +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Silver Rod +[INITIALIZATION][SERVER][INFO] [Chisel] Removing blockSilver +[INITIALIZATION][SERVER][INFO] [Chisel] Creating vg_blocksilver +[INITIALIZATION][SERVER][INFO] [Chisel] Adding immersiveengineering:storage to vg_blocksilver +[INITIALIZATION][SERVER][INFO] Removing Silver Block from ore dictionary entry blockSilver +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Silver Block +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Silver Block +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Silver Block +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Silver Block +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Silver Block +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing Silver Plate from ore dictionary entry plateSilver +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Silver Plate +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Silver Plate +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Silver Plate +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Silver Plate +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Silver Plate +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing Silver Plate from ore dictionary entry plateSilver +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Silver Plate +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Silver Plate +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Silver Plate +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Silver Plate +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Silver Plate +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Silver Plate +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Silver Plate +[INITIALIZATION][SERVER][INFO] Removing Silver Ingot from ore dictionary entry ingotSilver +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Silver Ingot +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Silver Ingot +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Silver Ingot +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Silver Ingot +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Silver Ingot +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Silver Ingot +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Silver Ingot +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Silver Nugget +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Block of Silver +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Silver Ingot +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing Silver Dust from ore dictionary entry dustSilver +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Silver Dust +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Silver Dust +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Silver Dust +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Silver Dust +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Silver Dust +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing Silver Dust from ore dictionary entry dustSilver +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Silver Dust +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Silver Dust +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Silver Dust +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Silver Dust +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Silver Dust +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Adding ArcFurnace Recipe for Silver Ingot +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Silver Gear +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Silver Gear +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Silver Gear +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Silver Grit +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Silver Grit +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Silver Grit +[INITIALIZATION][SERVER][INFO] Removing Uranium Nugget from ore dictionary entry nuggetUranium +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Uranium Nugget +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Uranium Nugget +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Uranium Nugget +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Uranium Nugget +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Uranium Nugget +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing Block of Uranium from ore dictionary entry blockUranium +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Block of Uranium +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Block of Uranium +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Block of Uranium +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Block of Uranium +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Block of Uranium +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Uranium Plate +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Uranium Plate +[INITIALIZATION][SERVER][INFO] Removing Uranium Ingot from ore dictionary entry ingotUranium +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Uranium Ingot +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Uranium Ingot +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Uranium Ingot +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Uranium Ingot +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Uranium Ingot +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Uranium Ingot +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Block of Uranium +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Uranium Ingot +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Adding ArcFurnace Recipe for Uranium Ingot +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Uranium Grit +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Uranium Grit +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Uranium Grit +[INITIALIZATION][SERVER][INFO] Adding Solid Meteoric Iron to ore dictionary entry blockMeteoricIron +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Meteoric Iron Ingot +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Solid Meteoric Iron +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Meteoric Iron Ingot +[INITIALIZATION][SERVER][INFO] Adding ArcFurnace Recipe for Meteoric Iron Ingot +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Meteoric Iron Dust +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Meteoric Iron Dust +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Meteoric Iron Dust +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Titanium Dust +[INITIALIZATION][SERVER][INFO] Removing Vanadium Dust from ore dictionary entry dustVanadium +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Vanadium Dust +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Vanadium Dust +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Vanadium Dust +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Vanadium Dust +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Vanadium Dust +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing Vanadium Ingot from ore dictionary entry ingotVanadium +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Vanadium Ingot +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Vanadium Ingot +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Vanadium Ingot +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Vanadium Ingot +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Vanadium Ingot +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing Vanadium Nugget from ore dictionary entry nuggetVanadium +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Vanadium Nugget +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Vanadium Nugget +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Vanadium Nugget +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Vanadium Nugget +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Vanadium Nugget +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing Vanadium Plate from ore dictionary entry plateVanadium +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Vanadium Plate +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Vanadium Plate +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Vanadium Plate +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Vanadium Plate +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Vanadium Plate +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing Brass Block from ore dictionary entry blockBrass +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Brass Block +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Brass Block +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Brass Block +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Brass Block +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Brass Block +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing Brass Dust from ore dictionary entry dustBrass +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Brass Dust +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Brass Dust +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Brass Dust +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Brass Dust +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Brass Dust +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing Brass Ingot from ore dictionary entry ingotBrass +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Brass Ingot +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Brass Ingot +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Brass Ingot +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Brass Ingot +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Brass Ingot +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing Brass Nugget from ore dictionary entry nuggetBrass +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Brass Nugget +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Brass Nugget +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Brass Nugget +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Brass Nugget +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Brass Nugget +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing Brass Plate from ore dictionary entry plateBrass +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Brass Plate +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Brass Plate +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Brass Plate +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Brass Plate +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Brass Plate +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing Wootz Steel Block from ore dictionary entry blockWootz +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Wootz Steel Block +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Wootz Steel Block +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Wootz Steel Block +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Wootz Steel Block +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Wootz Steel Block +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing Wootz Steel Dust from ore dictionary entry dustWootz +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Wootz Steel Dust +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Wootz Steel Dust +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Wootz Steel Dust +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Wootz Steel Dust +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Wootz Steel Dust +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing Wootz Steel Ingot from ore dictionary entry ingotWootz +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Wootz Steel Ingot +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Wootz Steel Ingot +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Wootz Steel Ingot +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Wootz Steel Ingot +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Wootz Steel Ingot +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing Wootz Steel Nugget from ore dictionary entry nuggetWootz +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Wootz Steel Nugget +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Wootz Steel Nugget +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Wootz Steel Nugget +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Wootz Steel Nugget +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Wootz Steel Nugget +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Removing Wootz Plate from ore dictionary entry plateWootz +[INITIALIZATION][SERVER][INFO] Setting fuel for +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Wootz Plate +[INITIALIZATION][SERVER][INFO] Removing ArcFurnace Recipe for Wootz Plate +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Wootz Plate +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for input: Wootz Plate +[INITIALIZATION][SERVER][INFO] Removing Metal Press Recipes for Wootz Plate +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Dimensional Shard +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Certus Quartz Crystal +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Charged Certus Quartz Crystal +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Raw Silicon +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Raw Silicon +[INITIALIZATION][SERVER][INFO] Restricting Journey Map waypoint stage to mapping. +[INITIALIZATION][SERVER][INFO] Restricting Journey Map fullscreen stage to mapping. +[INITIALIZATION][SERVER][INFO] Restricting Journey Map deathpoint stage to mapping. +[INITIALIZATION][SERVER][INFO] Restricting Journey Map minimap stage to mapping. +[INITIALIZATION][SERVER][INFO] Staging gas brine to five +[INITIALIZATION][SERVER][INFO] Staging gas chlorine to five +[INITIALIZATION][SERVER][INFO] Staging gas cleanCopper to five +[INITIALIZATION][SERVER][INFO] Staging gas cleanGold to five +[INITIALIZATION][SERVER][INFO] Staging gas cleanIron to five +[INITIALIZATION][SERVER][INFO] Staging gas cleanLead to five +[INITIALIZATION][SERVER][INFO] Staging gas cleanOsmium to five +[INITIALIZATION][SERVER][INFO] Staging gas cleanSilver to five +[INITIALIZATION][SERVER][INFO] Staging gas cleanTin to five +[INITIALIZATION][SERVER][INFO] Staging gas copper to five +[INITIALIZATION][SERVER][INFO] Staging gas deuterium to five +[INITIALIZATION][SERVER][INFO] Staging gas ethene to five +[INITIALIZATION][SERVER][INFO] Staging gas fusionfuel to five +[INITIALIZATION][SERVER][INFO] Staging gas gold to five +[INITIALIZATION][SERVER][INFO] Staging gas hydrogen to five +[INITIALIZATION][SERVER][INFO] Staging gas hydrogenchloride to five +[INITIALIZATION][SERVER][INFO] Staging gas iron to five +[INITIALIZATION][SERVER][INFO] Staging gas lead to five +[INITIALIZATION][SERVER][INFO] Staging gas liquidosmium to five +[INITIALIZATION][SERVER][INFO] Staging gas lithium to five +[INITIALIZATION][SERVER][INFO] Staging gas osmium to five +[INITIALIZATION][SERVER][INFO] Staging gas oxygen to five +[INITIALIZATION][SERVER][INFO] Staging gas silver to five +[INITIALIZATION][SERVER][INFO] Staging gas sodium to five +[INITIALIZATION][SERVER][INFO] Staging gas sulfurdioxide to five +[INITIALIZATION][SERVER][INFO] Staging gas sulfuricacid to five +[INITIALIZATION][SERVER][INFO] Staging gas sulfurtrioxide to five +[INITIALIZATION][SERVER][INFO] Staging gas tin to five +[INITIALIZATION][SERVER][INFO] Staging gas tritium to five +[INITIALIZATION][SERVER][INFO] Staging gas water to five +[INITIALIZATION][SERVER][INFO] Added possible waila stage requirement one +[INITIALIZATION][SERVER][INFO] Added restriction Currently to stage two +[INITIALIZATION][SERVER][INFO] Added restriction Effective to stage two +[INITIALIZATION][SERVER][INFO] Added restriction Harvest to stage two +[INITIALIZATION][SERVER][INFO] Added restriction Harvestable to stage two +[INITIALIZATION][SERVER][INFO] Added restriction Progress to stage two +[INITIALIZATION][SERVER][INFO] Added restriction Progression to stage two +[INITIALIZATION][SERVER][INFO] Setting gasoline temperature to 350 +[INITIALIZATION][SERVER][INFO] Setting fuel for .withTag({fluids: {FluidName: "gasoline", Amount: 1000}}) | .withTag({FluidName: "gasoline", Amount: 1000}) | .withTag({Fluid: {FluidName: "gasoline", Amount: 1000}}) | .withTag({Fluid: {FluidName: "gasoline", Amount: 1000}}) +[INITIALIZATION][SERVER][INFO] Setting max damage of Emeradic Crystal Chest to 1920 +[INITIALIZATION][SERVER][INFO] Setting max damage of Restonia Crystal Chestplate to 576 +[INITIALIZATION][SERVER][INFO] Setting max damage of Spawner Seeker to 1250 +[INITIALIZATION][SERVER][INFO] Setting max damage of Wooden Pickaxe to 70 +[INITIALIZATION][SERVER][INFO] Setting max damage of Iron Sword to 450 +[INITIALIZATION][SERVER][INFO] Setting max damage of Bronze Helmet to 275 +[INITIALIZATION][SERVER][INFO] Setting max damage of Black Quartz Hoe to 275 +[INITIALIZATION][SERVER][INFO] Setting max damage of Iron Work Blade to 650 +[INITIALIZATION][SERVER][INFO] Setting max damage of Manyullyn Boots to 750 +[INITIALIZATION][SERVER][INFO] Setting max damage of Golden Helmet to 100 +[INITIALIZATION][SERVER][INFO] Setting max damage of Black Quartz Sword to 275 +[INITIALIZATION][SERVER][INFO] Setting max damage of Wooden Sword to 70 +[INITIALIZATION][SERVER][INFO] Setting max damage of Wolf Boots to 140 +[INITIALIZATION][SERVER][INFO] Setting max damage of Bone Shears to 170 +[INITIALIZATION][SERVER][INFO] Setting max damage of Wooden Axe to 70 +[INITIALIZATION][SERVER][INFO] Setting max damage of Flint Axe to 140 +[INITIALIZATION][SERVER][INFO] Setting max damage of Copper Helmet to 200 +[INITIALIZATION][SERVER][INFO] Setting max damage of Black Quartz Helmet to 115 +[INITIALIZATION][SERVER][INFO] Setting max damage of Diamatine Crystal Pants to 1050 +[INITIALIZATION][SERVER][INFO] Setting max damage of Leather Boots to 75 +[INITIALIZATION][SERVER][INFO] Setting max damage of Bronze Chestplate to 450 +[INITIALIZATION][SERVER][INFO] Setting max damage of Emeradic Crystal Boots to 1560 +[INITIALIZATION][SERVER][INFO] Setting max damage of Bone Club to 195 +[INITIALIZATION][SERVER][INFO] Setting max damage of Manyullyn Leggings to 1275 +[INITIALIZATION][SERVER][INFO] Setting max damage of Black Quartz Axe to 275 +[INITIALIZATION][SERVER][INFO] Setting max damage of Diamond Leggings to 1450 +[INITIALIZATION][SERVER][INFO] Setting max damage of Leather Tunic to 100 +[INITIALIZATION][SERVER][INFO] Setting max damage of Restonia Crystal Boots to 468 +[INITIALIZATION][SERVER][INFO] Setting max damage of Black Quartz Boots to 105 +[INITIALIZATION][SERVER][INFO] Setting max damage of Restonia Crystal Helmet to 396 +[INITIALIZATION][SERVER][INFO] Setting max damage of Diamond Wand to 3500 +[INITIALIZATION][SERVER][INFO] Setting max damage of Diamond Helmet to 1000 +[INITIALIZATION][SERVER][INFO] Setting max damage of Bone Shovel to 195 +[INITIALIZATION][SERVER][INFO] Setting max damage of Copper Chestplate to 375 +[INITIALIZATION][SERVER][INFO] Setting max damage of Golden Shovel to 72 +[INITIALIZATION][SERVER][INFO] Setting max damage of Manyullyn Chestplate to 1350 +[INITIALIZATION][SERVER][INFO] Setting max damage of Flint Shovel to 140 +[INITIALIZATION][SERVER][INFO] Setting max damage of Black Quartz Shovel to 275 +[INITIALIZATION][SERVER][INFO] Setting max damage of Bone Axe to 195 +[INITIALIZATION][SERVER][INFO] Setting max damage of Black Quartz Pickaxe to 275 +[INITIALIZATION][SERVER][INFO] Setting max damage of Diamond Boots to 950 +[INITIALIZATION][SERVER][INFO] Setting max damage of Iron Shovel to 450 +[INITIALIZATION][SERVER][INFO] Setting max damage of Enori Crystal Helmet to 396 +[INITIALIZATION][SERVER][INFO] Setting max damage of Flint Pickaxe to 140 +[INITIALIZATION][SERVER][INFO] Setting max damage of Wild Dog Pelt Boots to 260 +[INITIALIZATION][SERVER][INFO] Setting max damage of Leather Pants to 95 +[INITIALIZATION][SERVER][INFO] Setting max damage of Grass Fiber Mesh to 64 +[INITIALIZATION][SERVER][INFO] Setting max damage of Iron Pickaxe to 450 +[INITIALIZATION][SERVER][INFO] Setting max damage of Iron Hoe to 450 +[INITIALIZATION][SERVER][INFO] Setting max damage of Stone Sword to 225 +[INITIALIZATION][SERVER][INFO] Setting max damage of Stone Club to 225 +[INITIALIZATION][SERVER][INFO] Setting max damage of Sharp Bone to 135 +[INITIALIZATION][SERVER][INFO] Setting max damage of Golden Axe to 72 +[INITIALIZATION][SERVER][INFO] Setting max damage of Black Quartz Pants to 155 +[INITIALIZATION][SERVER][INFO] Setting max damage of Golden Pickaxe to 72 +[INITIALIZATION][SERVER][INFO] Setting max damage of Iron Axe to 450 +[INITIALIZATION][SERVER][INFO] Setting max damage of Golden Chestplate to 165 +[INITIALIZATION][SERVER][INFO] Setting max damage of Emeradic Crystal Helmet to 1320 +[INITIALIZATION][SERVER][INFO] Setting max damage of Bronze Boots to 250 +[INITIALIZATION][SERVER][INFO] Setting max damage of Iron Helmet to 275 +[INITIALIZATION][SERVER][INFO] Setting max damage of Diamatine Crystal Chestplate to 1120 +[INITIALIZATION][SERVER][INFO] Setting max damage of Iron Wand to 1000 +[INITIALIZATION][SERVER][INFO] Setting max damage of Sleeping Mat to 25 +[INITIALIZATION][SERVER][INFO] Setting max damage of Manyullyn Helmet to 825 +[INITIALIZATION][SERVER][INFO] Setting max damage of Emeradic Crystal Pants to 1800 +[INITIALIZATION][SERVER][INFO] Setting max damage of Black Quartz Chestplate to 165 +[INITIALIZATION][SERVER][INFO] Setting max damage of Diamond Chestplate to 1500 +[INITIALIZATION][SERVER][INFO] Setting max damage of Void Crystal Pants to 360 +[INITIALIZATION][SERVER][INFO] Setting max damage of Iron Leggings to 425 +[INITIALIZATION][SERVER][INFO] Setting max damage of Wolf Chest to 168 +[INITIALIZATION][SERVER][INFO] Setting max damage of Diamond Chisel to 6500 +[INITIALIZATION][SERVER][INFO] Setting max damage of iChisel to 12500 +[INITIALIZATION][SERVER][INFO] Setting max damage of Stone Wand to 650 +[INITIALIZATION][SERVER][INFO] Setting max damage of Palis Crystal Pants to 540 +[INITIALIZATION][SERVER][INFO] Setting max damage of Bone Pickaxe to 195 +[INITIALIZATION][SERVER][INFO] Setting max damage of Stone Pickaxe to 225 +[INITIALIZATION][SERVER][INFO] Setting max damage of Restonia Crystal Pants to 540 +[INITIALIZATION][SERVER][INFO] Setting max damage of Diamatine Crystal Helmet to 770 +[INITIALIZATION][SERVER][INFO] Setting max damage of Diamatine Crystal Boots to 910 +[INITIALIZATION][SERVER][INFO] Setting max damage of Iron Chestplate to 450 +[INITIALIZATION][SERVER][INFO] Setting max damage of Stone Shovel to 225 +[INITIALIZATION][SERVER][INFO] Setting max damage of Flint Hatchet to 100 +[INITIALIZATION][SERVER][INFO] Setting max damage of Golden Hoe to 72 +[INITIALIZATION][SERVER][INFO] Setting max damage of Enori Crystal Pants to 540 +[INITIALIZATION][SERVER][INFO] Setting max damage of Enori Crystal Chest to 576 +[INITIALIZATION][SERVER][INFO] Setting max damage of Golden Sword to 72 +[INITIALIZATION][SERVER][INFO] Setting max damage of Bone Sword to 195 +[INITIALIZATION][SERVER][INFO] Setting max damage of Copper Boots to 175 +[INITIALIZATION][SERVER][INFO] Setting max damage of Golden Leggings to 155 +[INITIALIZATION][SERVER][INFO] Setting max damage of Wooden Shovel to 70 +[INITIALIZATION][SERVER][INFO] Setting max damage of Enori Crystal Boots to 468 +[INITIALIZATION][SERVER][INFO] Setting max damage of Golden Boots to 95 +[INITIALIZATION][SERVER][INFO] Setting max damage of Bronze Leggings to 425 +[INITIALIZATION][SERVER][INFO] Setting max damage of Void Crystal Chestplate to 384 +[INITIALIZATION][SERVER][INFO] Setting max damage of Palis Crystal Chestplate to 576 +[INITIALIZATION][SERVER][INFO] Setting max damage of Palis Crystal Helmet to 396 +[INITIALIZATION][SERVER][INFO] Setting max damage of Void Crystal Boots to 312 +[INITIALIZATION][SERVER][INFO] Setting max damage of Leather Cap to 75 +[INITIALIZATION][SERVER][INFO] Setting max damage of Void Crystal Helmet to 264 +[INITIALIZATION][SERVER][INFO] Setting max damage of Palis Crystal Boots to 468 +[INITIALIZATION][SERVER][INFO] Setting max damage of Copper Leggings to 350 +[INITIALIZATION][SERVER][INFO] Setting max damage of Iron Boots to 250 +[INITIALIZATION][SERVER][INFO] Setting max damage of Wolf Leggings to 160 +[INITIALIZATION][SERVER][INFO] Setting max damage of Wolf Hood to 140 +[INITIALIZATION][SERVER][INFO] Setting max damage of Wood Club to 70 +[INITIALIZATION][SERVER][INFO] Setting max damage of Stone Axe to 225 +[INITIALIZATION][SERVER][INFO] Setting max damage of Chisel to 1500 +[INITIALIZATION][SERVER][INFO] Setting hardness of Cassiterite to 3.5 +[INITIALIZATION][SERVER][INFO] Setting hardness of Power Adapter to 2.0 +[INITIALIZATION][SERVER][INFO] Setting hardness of Nether Brick Slab to 2.0 +[INITIALIZATION][SERVER][INFO] Setting hardness of Azurite to 4.0 +[INITIALIZATION][SERVER][INFO] Setting hardness of Gloomy Netherrack to 2.0 +[INITIALIZATION][SERVER][INFO] Setting hardness of Kimberlite to 7.0 +[INITIALIZATION][SERVER][INFO] Setting hardness of Reinforced Coke Brick to 2.0 +[INITIALIZATION][SERVER][INFO] Setting hardness of Scoria Stone to 2.0 +[INITIALIZATION][SERVER][INFO] Setting hardness of Malachite to 4.0 +[INITIALIZATION][SERVER][INFO] Setting hardness of Coal to 3.0 +[INITIALIZATION][SERVER][INFO] Setting hardness of Lively Netherrack to 2.0 +[INITIALIZATION][SERVER][INFO] Setting hardness of Assorted Quartz to 5.0 +[INITIALIZATION][SERVER][INFO] Setting hardness of Lapis Lazuli to 3.5 +[INITIALIZATION][SERVER][INFO] Setting hardness of Upper to 3.0 +[INITIALIZATION][SERVER][INFO] Setting hardness of Limonite to 6.0 +[INITIALIZATION][SERVER][INFO] Setting hardness of Icy Netherrack to 2.0 +[INITIALIZATION][SERVER][INFO] Setting hardness of Gold to 3.5 +[INITIALIZATION][SERVER][INFO] Setting hardness of Fiery Netherrack to 2.0 +[INITIALIZATION][SERVER][INFO] Setting hardness of Hematite to 6.0 +[INITIALIZATION][SERVER][INFO] Setting hardness of Nether Quartz Ore to 2.0 +[INITIALIZATION][SERVER][INFO] Setting hardness of Platinum to 6.0 +[INITIALIZATION][SERVER][INFO] Setting hardness of Cinnabar to 5.0 +[INITIALIZATION][SERVER][INFO] Setting hardness of Autunite to 6.0 +[INITIALIZATION][SERVER][INFO] Setting hardness of Netherrack to 2.0 +[INITIALIZATION][SERVER][INFO] Unable to set hardness of Bed of Straw and Leaves because it is an Item +[INITIALIZATION][SERVER][INFO] Setting hardness of Nether Brick to 2.0 +[INITIALIZATION][SERVER][INFO] Setting hardness of Teallite to 3.5 +[INITIALIZATION][SERVER][INFO] Setting hardness of Basalt to 2.0 +[INITIALIZATION][SERVER][INFO] Setting hardness of Bauxite to 4.0 +[INITIALIZATION][SERVER][INFO] Setting hardness of Galena to 3.5 +[INITIALIZATION][SERVER][INFO] Setting hardness of Soulstone to 2.0 +[INITIALIZATION][SERVER][INFO] Translating item.primal_tech.flint_edged_disc.name to Flint Saw Blade +[INITIALIZATION][SERVER][INFO] Translating item.mod.chiselsandbits.chisel_iron.name to Bit Chisel +[INITIALIZATION][SERVER][INFO] Translating item.primal.hide_tanned.name to Wet Tanned Hide +[INITIALIZATION][SERVER][INFO] Translating item.tier11_items.ingot_platinum.name to Space Platinum Ingot +[INITIALIZATION][SERVER][INFO] Translating item.betterbuilderswands.wandunrestricted.name to Platinum Wand +[INITIALIZATION][SERVER][INFO] Translating item.primal.plant_fiber_pulp.name to Pulp +[INITIALIZATION][SERVER][INFO] Translating item.tier11_items.compressed_platinum.name to Compressed Space Platinum +[INITIALIZATION][SERVER][INFO] Translating item.primal.wolf_head_item.name to Wolf Head +[INITIALIZATION][SERVER][INFO] Translating item.primal.golden_stick.name to Golden Rod +[INITIALIZATION][SERVER][INFO] Translating item.apple_iron.name to JourneyMap Token +[INITIALIZATION][SERVER][INFO] Translating item.japanmat.rice_ash.name to Rice Flour +[INITIALIZATION][SERVER][INFO] Translating item.totemic:iron_bells.name to Jingles +[INITIALIZATION][SERVER][INFO] Translating tile.kepler22b.platinum_block.name to Block of Space Platinum +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "The schematic can be found in a Tier 4 Treasure Chest on Mercury" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "Structure Size: 7x2x7" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "A Tom Hanks Style Boat" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "Craftable" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "Only requires power when modules are installed" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "can only be charged with an Energy Storage Module" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "Structure Size: 7x5x7" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "Use the AstikorCarts Action" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "Key to attach to Horses" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "Only used to repair tools" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "Copper Ore" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "Structure Size: 3x7x3" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "Can not be repaired" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "The schematic can be found in Tier 2 treasure chests, found after completing tier 2 dungeons" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "Diamond Ore" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "Requires open sky above to function" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "Eating this item will" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "unlock Advanced Mapping" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "Can be found as Loot from chests in" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "Shrines, Cragrock Towers" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "and the Wight Fortress" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "or looted from bosses" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "and a rare drop chance" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "from certain Betweenlands enemies" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "Structure Size: 3x11x3" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "Structure Size: 11x6x11" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "Structure Size: 11x6x11" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "Only requires power when modules are installed" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "can only be charged with an Energy Storage Module" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "Structure Size: 3x9x3" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "The schematic can be found in a Tier 7 Treasure Chest on Uranus" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "Only able to craft Age 4 items and below" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "Able to craft Age 5 items and below" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "The schematic can be found in a Treasure Chest" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "A Tom Hanks Style Boat" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "Can not be repaired" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "A Tom Hanks Style Boat" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "Found in Rustic Beehives around the world" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "Insert into Rustic Apiary" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "Only requires power when modules are installed" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "can only be charged with an Energy Storage Module" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "Structure Size: 3x23x3" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "Needed to power early machines" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "like the Mill Stone" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "When bees are inserted this will increase" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "crop growth in a 4 block radius," +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "breeds bees, and creates honeycomb" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "Redstone Ore" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "Right Click on fire source" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "or lit torch to light" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "Right click with two" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "Wooden Gears in hand to Repair" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "Or craft back into a repaired block" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "Structure Size: 11x7x11" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "The Tier 2 Rocket Schematic can be found in Tier 1 treasure chests, found after completing the Moon Dungeon" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "Able to craft Age 5 items and below" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "Requires open sky above to function" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "Not found in the world" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "Eagles are spawned via a Totemic Ceremony" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "Structure Size: 11x6x11" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "Able to craft Age 5 items and below" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "Structure Size: 13x8x13" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "Use the AstikorCarts Action" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "Key to attach to Horses" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "Aluminum Ore" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "Found in Twilight Forest Caves, Worldgen," +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "Twilight Forest Loot Chests," +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "or via Bonsai Trees" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "Not found in the world" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "Red Cedar is acquired via a Totemic Ceremony" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "Structure Size: 15x8x15" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "Structure Size: 11x8x11" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "Structure Size: 7x4x7" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "The schematic can be found in a Tier 5 Treasure Chest on Jupiter" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "Tin Ore" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "Pipes items through a solid block" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "Only able to craft Age 4 items and below" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "Only requires power when modules are installed" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "can only be charged with an Energy Storage Module" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "Treasure item in a Tier 2 Treasure Chest after defeating the Creeper Boss" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "Structure Size: 7x4x7" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "Structure Size: 11x8x11" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "The schematic can be found in a Tier 4 Treasure Chest on Venus" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "Craftable" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "Not found in the world" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "Red Cedar is acquired via a Totemic Ceremony" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "Structure Size: 11x8x11" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "Use Hand Crank until kinetic" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "power is available" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "Not found in the world" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "Red Cedar is acquired via a Totemic Ceremony" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "Craftable" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "Can not be repaired" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "Requires open sky above to function" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "Craftable" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "Platinum Ore" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "An advanced Wooden Hopper" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "It's like a fancy bed!" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "Requires open sky above to function" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "Needs a Redstone signal to light" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "Consult Overworld Chapter in Forbidden Knowledge" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "in the Necromonicon for more information." +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "Ore can be found underground in Ocean" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "and Swamp Biomes" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "Only has 400 total spawns!" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "Loved by Wild Bears!" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "Craftable" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "Needs heat source below" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "Craftable" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "Structure Size: 13x2x13" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "Can not be repaired" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "Craftable" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "Only able to craft Age 4 items and below" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "Structure Size: 15x2x15" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "The schematic can be found in a Tier 9 Treasure Chest on Pluto" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "Will literally melt away after" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "transporting HOT liquid" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "Craftable" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "A Tom Hanks Style Boat" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "Compasses obtained through player death or" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "from Player Skin Mobs" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "Structure Size: 9x5x9" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "Structure Size: 7x5x7" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "Structure Size: 11x7x11" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "This machine will only work in space!" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "This tool may only be used" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "for ore in Age 1 and below" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "Will detect unlocked Ores" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "in a 48 block straight line" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "Structure Size: 7x5x7" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "Consult Overworld Chapter in Forbidden Knowledge" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "in the Necromonicon for more information." +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "Ore can be found underground in Ocean" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "and Swamp Biomes" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "The schematic can be found in a Tier 10 Treasure Chest on Eris" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "Requires open sky above to function" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "Zinc Ore" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "Iron and Nickel Ore" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "Able to craft Age 5 items and below" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "Structure Size: 3x18x3" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "Structure Size: 13x8x13" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "Iron Ore" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "Structure Size: 7x4x7" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "Upgrade for Industrial Foregoing Machines" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "Can not be repaired" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "Upgrade for Industrial Foregoing Machines" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "This tool may only be used" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "for ore in Age 5 and below" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "Will detect unlocked Ores" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "in a 48 block straight line" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "Uranium Ore" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "Structure Size: 11x2x11" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "Not found in the world" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "Red Cedar is acquired via a Totemic Ceremony" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "Structure Size: 13x8x13" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "Structure Size: 7x4x7" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "Used with the Work Stump" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "Right Click on Table to craft recipe" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "Tin Ore" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "The schematic can be found in a Tier 8 Treasure Chest on Neptune" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "Not found in the world" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "Red Cedar is acquired via a Totemic Ceremony" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "Structure Size: 5x3x5" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "Hold Mouse Button To Charge" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "Release to throw" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "This tool may only be used" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "for Age 3 and below ore" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "Will detect unlocked Ores" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "in a 48 block straight line" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "Upgrade for Industrial Foregoing Machines" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "Use the AstikorCarts Action" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "Key to attach to Horses" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "Emerald Ore" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "Requires open sky above to function" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "Can not be repaired" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "This tool may only be used" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "for ore in Age 2 and below" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "Will detect unlocked Ores" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "in a 48 block straight line" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "Comes with your car!" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "Press I in your car to obtain" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "Clone by crafting with iron" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "Upgrade for Industrial Foregoing Machines" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "A Tom Hanks Style Boat" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "Repaired with Flint" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "Copper Ore" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "Craftable" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "The Tier 3 Rocket Schematic can be found in Tier 2 Treasure Chests which can sometimes be found after completing Mars Dungeons" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "Structure Size: 11x6x11" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "Needs a Crafting Rock" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "to craft recipes" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "Mulberry Trees rarely spawn in most biomes" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "Structure Size: 5x2x5" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "Structure Size: 9x2x9" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "Glider" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "Needs a Crafting Rock" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "to craft recipes" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "Structure Size: 3x13x3" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "Structure Size: 13x7x13" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "Requires open sky above to function" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "An advanced Wooden Hopper" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "Tier 1 treasure chests, found after completing tier 1 dungeons on the moon" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "Sneak on your grave to retrieve your items" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "This tool may only be used" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "for ore in Age 4 and below" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "Will detect unlocked Ores" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "in a 48 block straight line" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "A Tom Hanks Style Boat" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "Not found in the world" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "Eagles are spawned via a Totemic Ceremony" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "Can not be repaired" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "Can not be repaired" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "To change the Biome Type Shift-Click inside the biome you want the moss to be" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "Structure Size: 11x7x11" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "The schematic can be found in a Tier 6 Treasure Chest on Saturn" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "Craftable" +[INITIALIZATION][SERVER][INFO] Adding tooltip for : "Silver and Lead Ore" +[INITIALIZATION][SERVER][WARNING] Recipe name [stage_two_tile.bwm:wooden_axle] may not contain a ':', replacing with '_'! +[INITIALIZATION][SERVER][WARNING] Recipe name [stage_two_tile.bwm:wooden_gearbox] may not contain a ':', replacing with '_'! +[INITIALIZATION][SERVER][WARNING] Recipe name [stage_one_item.bwm:material.gear] may not contain a ':', replacing with '_'! +[INITIALIZATION][SERVER][WARNING] Recipe name [stage_three_tile.bwm:single_machine.1] may not contain a ':', replacing with '_'! +[INITIALIZATION][SERVER][WARNING] Recipe name [stage_five_item.refinedstorage:quartz_enriched_iron] may not contain a ':', replacing with '_'! +[INITIALIZATION][SERVER][WARNING] Recipe name [stage_three_item.sc2:coal_engine] may not contain a ':', replacing with '_'! +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for String +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Orange Dye Powder +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Orange Dye Powder +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Orange Dye Powder +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Orange Dye Powder +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Orange Dye Powder +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Orange Dye Powder +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Orange Dye Powder +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Orange Dye Powder +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Orange Dye Powder +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Orange Dye Powder +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Orange Dye Powder +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Orange Dye Powder +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Orange Dye Powder +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Orange Dye Powder +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Orange Dye Powder +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Orange Dye Powder +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Orange Dye Powder +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Orange Dye Powder +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Orange Dye Powder +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Orange Dye Powder +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Orange Dye Powder +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Orange Dye Powder +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for String +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Lime Dye Powder +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for String +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Cyan Dye Powder +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Cyan Dye Powder +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for String +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Green Dye Powder +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Green Dye Powder +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Green Dye Powder +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Green Dye Powder +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Green Dye Powder +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Green Dye Powder +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Green Dye Powder +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Green Dye Powder +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Green Dye Powder +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Green Dye Powder +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for String +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Light Gray Dye Powder +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Light Gray Dye Powder +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Light Gray Dye Powder +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Light Gray Dye Powder +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for String +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Brown Dye Powder +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Brown Dye Powder +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Brown Dye Powder +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Brown Dye Powder +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Brown Dye Powder +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Brown Dye Powder +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Brown Dye Powder +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for String +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Magenta Dye Powder +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Magenta Dye Powder +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Magenta Dye Powder +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Magenta Dye Powder +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Magenta Dye Powder +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Magenta Dye Powder +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Magenta Dye Powder +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Magenta Dye Powder +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Magenta Dye Powder +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Magenta Dye Powder +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Magenta Dye Powder +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Magenta Dye Powder +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for String +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Light Blue Dye Powder +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Light Blue Dye Powder +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Light Blue Dye Powder +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Light Blue Dye Powder +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Light Blue Dye Powder +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Light Blue Dye Powder +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Light Blue Dye Powder +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Light Blue Dye Powder +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Light Blue Dye Powder +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Light Blue Dye Powder +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Light Blue Dye Powder +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for String +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for String +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Blue Dye Powder +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Blue Dye Powder +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Blue Dye Powder +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Blue Dye Powder +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Blue Dye Powder +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Blue Dye Powder +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Blue Dye Powder +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Blue Dye Powder +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Blue Dye Powder +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Blue Dye Powder +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Blue Dye Powder +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Blue Dye Powder +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Blue Dye Powder +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Blue Dye Powder +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Blue Dye Powder +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for String +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Black Dye Powder +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Black Dye Powder +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Black Dye Powder +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for String +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Pink Dye Powder +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Pink Dye Powder +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Pink Dye Powder +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Pink Dye Powder +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Pink Dye Powder +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Pink Dye Powder +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Pink Dye Powder +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Pink Dye Powder +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Pink Dye Powder +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Pink Dye Powder +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Pink Dye Powder +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Pink Dye Powder +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Pink Dye Powder +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Pink Dye Powder +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Pink Dye Powder +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Pink Dye Powder +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Pink Dye Powder +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Pink Dye Powder +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Pink Dye Powder +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for String +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Red Dye Powder +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Red Dye Powder +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Red Dye Powder +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Red Dye Powder +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Red Dye Powder +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Red Dye Powder +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Red Dye Powder +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Red Dye Powder +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Red Dye Powder +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Red Dye Powder +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Red Dye Powder +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Red Dye Powder +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Red Dye Powder +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Red Dye Powder +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Red Dye Powder +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Red Dye Powder +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Red Dye Powder +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for String +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for White Dye Powder +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for White Dye Powder +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for White Dye Powder +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for White Dye Powder +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for White Dye Powder +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for White Dye Powder +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for White Dye Powder +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for White Dye Powder +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for String +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Yellow Dye Powder +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Yellow Dye Powder +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Yellow Dye Powder +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Yellow Dye Powder +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Yellow Dye Powder +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Yellow Dye Powder +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Yellow Dye Powder +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Yellow Dye Powder +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Yellow Dye Powder +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Yellow Dye Powder +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Yellow Dye Powder +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Yellow Dye Powder +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Yellow Dye Powder +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Yellow Dye Powder +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Yellow Dye Powder +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Yellow Dye Powder +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Yellow Dye Powder +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Yellow Dye Powder +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for String +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Purple Dye Powder +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Purple Dye Powder +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Purple Dye Powder +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Purple Dye Powder +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Purple Dye Powder +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Purple Dye Powder +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Purple Dye Powder +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Purple Dye Powder +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Purple Dye Powder +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Purple Dye Powder +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Purple Dye Powder +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Purple Dye Powder +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Purple Dye Powder +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Purple Dye Powder +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Purple Dye Powder +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Purple Dye Powder +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Purple Dye Powder +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Purple Dye Powder +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Purple Dye Powder +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Purple Dye Powder +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Purple Dye Powder +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Purple Dye Powder +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Purple Dye Powder +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Purple Dye Powder +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Purple Dye Powder +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Purple Dye Powder +[INITIALIZATION][SERVER][INFO] Adding Light Gray Dye Powder to ore dictionary entry dyeSilver +[INITIALIZATION][SERVER][INFO] Setting localization for the key: ac.ritual.beneathritual to Beneath Portal Creation Ritual +[INITIALIZATION][SERVER][INFO] Setting localization for the key: ac.ritual.ascraftingtable to Luminous Crafting Table Creation +[INITIALIZATION][SERVER][INFO] Setting localization for the key: ac.ritual.ascraftingtable.desc to This ritual can only be performed in Age 1 +[INITIALIZATION][SERVER][INFO] Setting localization for the key: ac.ritual.constellationpaper to Constellation Paper +[INITIALIZATION][SERVER][INFO] Setting localization for the key: ac.ritual.constellationpaper.desc to This ritual can only be performed in Age 2 +[INITIALIZATION][SERVER][INFO] Setting localization for the key: ac.ritual.parrots to Parrot Summoning Ritual +[INITIALIZATION][SERVER][INFO] Setting localization for the key: ac.ritual.parrots.desc to This ritual allows you to summon a Parrot without searching for a jungle +[INITIALIZATION][SERVER][INFO] Setting localization for the key: ac.ritual.sevadus to Sevadus Summoning Ritual +[INITIALIZATION][SERVER][INFO] Setting localization for the key: ac.ritual.sevadus.desc to Summons Sevadus the ultimate boss of the Universe. Defeat him to defeat SevTech: Ages +[INITIALIZATION][SERVER][INFO] Setting localization for the key: ac.ritual.mooshroomessence to Mooshroom Essence Syringe Ritual +[INITIALIZATION][SERVER][INFO] Setting localization for the key: ac.ritual.mooshroomessence.desc to This ritual fills a syringe with mooshroom essence for creating an RF Tools peaceful dimlet +[INITIALIZATION][SERVER][INFO] Adding 'Liveroot' drop to tree type 'twilightforest:canopy' +[INITIALIZATION][SERVER][INFO] Adding 'Liveroot' drop to tree type 'twilightforest:darkcanopy' +[INITIALIZATION][SERVER][INFO] Adding 'Liveroot' drop to tree type 'twilightforest:mangrove' +[INITIALIZATION][SERVER][INFO] Adding 'Liveroot' drop to tree type 'twilightforest:minerstree' +[INITIALIZATION][SERVER][INFO] Adding 'Liveroot' drop to tree type 'twilightforest:oak' +[INITIALIZATION][SERVER][INFO] Adding 'Liveroot' drop to tree type 'twilightforest:rainbow_oak' +[INITIALIZATION][SERVER][INFO] Adding 'Liveroot' drop to tree type 'twilightforest:sortingtree' +[INITIALIZATION][SERVER][INFO] Adding 'Liveroot' drop to tree type 'twilightforest:treeoftime' +[INITIALIZATION][SERVER][INFO] Adding 'Liveroot' drop to tree type 'twilightforest:treeoftransformation' +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:blockcobalt to vg_blockcobalt +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:blockcobalt to vg_blockcobalt +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:blockcobalt to vg_blockcobalt +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:blockcobalt to vg_blockcobalt +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:blockcobalt to vg_blockcobalt +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:blockcobalt to vg_blockcobalt +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:blockcobalt to vg_blockcobalt +[INITIALIZATION][SERVER][INFO] [Chisel] Adding minecraft:lapis_block to vg_blocklapis +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:lapis to vg_blocklapis +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:lapis to vg_blocklapis +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:lapis to vg_blocklapis +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:lapis to vg_blocklapis +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:lapis to vg_blocklapis +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:lapis to vg_blocklapis +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:lapis to vg_blocklapis +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:lapis to vg_blocklapis +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:lapis to vg_blocklapis +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:blocknickel to vg_blocknickel +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:blocknickel to vg_blocknickel +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:blocknickel to vg_blocknickel +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:blocknickel to vg_blocknickel +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:blocknickel to vg_blocknickel +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:blocknickel to vg_blocknickel +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:blocknickel to vg_blocknickel +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:blockaluminum to vg_blockaluminum +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:blockaluminum to vg_blockaluminum +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:blockaluminum to vg_blockaluminum +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:blockaluminum to vg_blockaluminum +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:blockaluminum to vg_blockaluminum +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:blockaluminum to vg_blockaluminum +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:blockaluminum to vg_blockaluminum +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:blockplatinum to vg_blockplatinum +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:blockplatinum to vg_blockplatinum +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:blockplatinum to vg_blockplatinum +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:blockplatinum to vg_blockplatinum +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:blockplatinum to vg_blockplatinum +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:blockplatinum to vg_blockplatinum +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:blockplatinum to vg_blockplatinum +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:emerald to vg_blockemerald +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:emerald to vg_blockemerald +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:emerald to vg_blockemerald +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:emerald to vg_blockemerald +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:emerald to vg_blockemerald +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:emerald to vg_blockemerald +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:emerald to vg_blockemerald +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:emerald to vg_blockemerald +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:emerald to vg_blockemerald +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:emerald to vg_blockemerald +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:emerald to vg_blockemerald +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:emerald to vg_blockemerald +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:emerald to vg_blockemerald +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:emerald to vg_blockemerald +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:blockcopper to vg_blockcopper +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:blockcopper to vg_blockcopper +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:blockcopper to vg_blockcopper +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:blockcopper to vg_blockcopper +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:blockcopper to vg_blockcopper +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:blockcopper to vg_blockcopper +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:blockcopper to vg_blockcopper +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:iron to vg_blockiron +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:iron to vg_blockiron +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:iron to vg_blockiron +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:iron to vg_blockiron +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:iron to vg_blockiron +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:iron to vg_blockiron +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:iron to vg_blockiron +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:iron to vg_blockiron +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:iron to vg_blockiron +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:iron to vg_blockiron +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:iron to vg_blockiron +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:iron to vg_blockiron +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:iron to vg_blockiron +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:iron to vg_blockiron +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:iron to vg_blockiron +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:diamond to vg_blockdiamond +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:diamond to vg_blockdiamond +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:diamond to vg_blockdiamond +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:diamond to vg_blockdiamond +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:diamond to vg_blockdiamond +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:diamond to vg_blockdiamond +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:diamond to vg_blockdiamond +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:diamond to vg_blockdiamond +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:diamond to vg_blockdiamond +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:diamond to vg_blockdiamond +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:diamond to vg_blockdiamond +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:diamond to vg_blockdiamond +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:blocktin to vg_blocktin +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:blocktin to vg_blocktin +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:blocktin to vg_blocktin +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:blocktin to vg_blocktin +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:blocktin to vg_blocktin +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:blocktin to vg_blocktin +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:blocktin to vg_blocktin +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:blockelectrum to vg_blockelectrum +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:blockelectrum to vg_blockelectrum +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:blockelectrum to vg_blockelectrum +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:blockelectrum to vg_blockelectrum +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:blockelectrum to vg_blockelectrum +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:blockelectrum to vg_blockelectrum +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:blockelectrum to vg_blockelectrum +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:blocklead to vg_blocklead +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:blocklead to vg_blocklead +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:blocklead to vg_blocklead +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:blocklead to vg_blocklead +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:blocklead to vg_blocklead +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:blocklead to vg_blocklead +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:blocklead to vg_blocklead +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:gold to vg_blockgold +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:gold to vg_blockgold +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:gold to vg_blockgold +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:gold to vg_blockgold +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:gold to vg_blockgold +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:gold to vg_blockgold +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:gold to vg_blockgold +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:gold to vg_blockgold +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:gold to vg_blockgold +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:gold to vg_blockgold +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:gold to vg_blockgold +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:gold to vg_blockgold +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:gold to vg_blockgold +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:gold to vg_blockgold +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:gold to vg_blockgold +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:blockbronze to vg_blockbronze +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:blockbronze to vg_blockbronze +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:blockbronze to vg_blockbronze +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:blockbronze to vg_blockbronze +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:blockbronze to vg_blockbronze +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:blockbronze to vg_blockbronze +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:blockbronze to vg_blockbronze +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:blocksilver to vg_blocksilver +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:blocksilver to vg_blocksilver +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:blocksilver to vg_blocksilver +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:blocksilver to vg_blocksilver +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:blocksilver to vg_blocksilver +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:blocksilver to vg_blocksilver +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:blocksilver to vg_blocksilver +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:blocksteel to vg_blocksteel +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:blocksteel to vg_blocksteel +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:blocksteel to vg_blocksteel +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:blocksteel to vg_blocksteel +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:blocksteel to vg_blocksteel +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:blocksteel to vg_blocksteel +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:blocksteel to vg_blocksteel +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:block_coal to vg_blockcoal +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:block_coal to vg_blockcoal +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:block_coal to vg_blockcoal +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:block_coal to vg_blockcoal +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:block_coal to vg_blockcoal +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:block_coal to vg_blockcoal +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:block_coal to vg_blockcoal +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:block_coal to vg_blockcoal +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:block_coal to vg_blockcoal +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:block_coal to vg_blockcoal +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:block_coal to vg_blockcoal +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:block_coal to vg_blockcoal +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:block_coal to vg_blockcoal +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:block_coal to vg_blockcoal +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:block_coal to vg_blockcoal +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:block_coal to vg_blockcoal +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:block_coal1 to vg_blockcoal +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:block_coal1 to vg_blockcoal +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:block_coal1 to vg_blockcoal +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:block_coal1 to vg_blockcoal +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:block_coal1 to vg_blockcoal +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:block_coal1 to vg_blockcoal +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:block_coal1 to vg_blockcoal +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:block_coal1 to vg_blockcoal +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:block_coal1 to vg_blockcoal +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:block_coal1 to vg_blockcoal +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:block_coal1 to vg_blockcoal +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:block_coal1 to vg_blockcoal +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:block_coal1 to vg_blockcoal +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:block_coal1 to vg_blockcoal +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:block_coal1 to vg_blockcoal +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:block_coal1 to vg_blockcoal +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:block_coal2 to vg_blockcoal +[INITIALIZATION][SERVER][INFO] [Chisel] Adding chisel:block_coal2 to vg_blockcoal +[INITIALIZATION][SERVER][INFO] Adding an Ender Crafting recipe for NASA Workbench +[INITIALIZATION][SERVER][INFO] Adding a Table Crafting recipe for Creative Thruster +[INITIALIZATION][SERVER][INFO] Adding a Table Crafting recipe for Building Gadget +[INITIALIZATION][SERVER][INFO] Adding a Table Crafting recipe for Creative Modifier +[INITIALIZATION][SERVER][INFO] Adding a Table Crafting recipe for JourneyMap Token +[INITIALIZATION][SERVER][INFO] Adding a Table Crafting recipe for Exchanging Gadget +[INITIALIZATION][SERVER][INFO] Adding a Table Crafting recipe for Creative Fluid Tank +[INITIALIZATION][SERVER][INFO] Adding a Table Crafting recipe for Airship Core +[INITIALIZATION][SERVER][INFO] Adding a Table Crafting recipe for Airship Balloon +[INITIALIZATION][SERVER][INFO] Adding a Table Crafting recipe for Airship Engine +[INITIALIZATION][SERVER][INFO] Adding a Table Crafting recipe for Creative Energy Cell +[INITIALIZATION][SERVER][INFO] Adding a Table Crafting recipe for Atomic Reconstructor +[INITIALIZATION][SERVER][INFO] Adding a Table Crafting recipe for Machine Case +[INITIALIZATION][SERVER][INFO] Adding a Table Crafting recipe for Creative Jetpack +[INITIALIZATION][SERVER][INFO] Adding a Table Crafting recipe for Copy-Paste Gadget +[INITIALIZATION][SERVER][INFO] Adding a Table Crafting recipe for Creative Flight Modifier +[INITIALIZATION][SERVER][INFO] Adding a Table Crafting recipe for Creative Energy Cube +[INITIALIZATION][SERVER][INFO] Adding a Table Crafting recipe for Creative Compressor +[INITIALIZATION][SERVER][INFO] Adding a Table Crafting recipe for The Ultimate Ingot +[INITIALIZATION][SERVER][INFO] Adding a Compression Crafting recipe for tile.compressed_cobblestone.name +[INITIALIZATION][SERVER][INFO] Adding a Compression Crafting recipe for tile.compressed_cobblestone.name +[INITIALIZATION][SERVER][INFO] Adding a Compression Crafting recipe for tile.compressed_cobblestone.name +[INITIALIZATION][SERVER][INFO] Adding a Compression Crafting recipe for tile.compressed_cobblestone.name +[INITIALIZATION][SERVER][INFO] Adding a Compression Crafting recipe for tile.compressed_cobblestone.name +[INITIALIZATION][SERVER][INFO] Adding a Compression Crafting recipe for tile.compressed_cobblestone.name +[INITIALIZATION][SERVER][INFO] Adding a Compression Crafting recipe for tile.compressed_cobblestone.name +[INITIALIZATION][SERVER][INFO] Adding a Compression Crafting recipe for tile.compressed_cobblestone.name +[INITIALIZATION][SERVER][INFO] Adding a Compression Crafting recipe for tile.compressed_cobblestone.name +[INITIALIZATION][SERVER][INFO] Adding a Compression Crafting recipe for tile.compressed_cobblestone.name +[INITIALIZATION][SERVER][INFO] Adding a Compression Crafting recipe for tile.compressed_cobblestone.name +[INITIALIZATION][SERVER][INFO] Adding a Compression Crafting recipe for tile.compressed_cobblestone.name +[INITIALIZATION][SERVER][INFO] Adding a Compression Crafting recipe for tile.compressed_cobblestone.name +[INITIALIZATION][SERVER][INFO] Adding a Compression Crafting recipe for tile.compressed_cobblestone.name +[INITIALIZATION][SERVER][INFO] Adding a Compression Crafting recipe for tile.compressed_cobblestone.name +[INITIALIZATION][SERVER][INFO] Adding a Compression Crafting recipe for tile.compressed_cobblestone.name +[INITIALIZATION][SERVER][INFO] Adding a Compression Crafting recipe for tile.compressed_obsidian.name +[INITIALIZATION][SERVER][INFO] Adding a Compression Crafting recipe for tile.compressed_obsidian.name +[INITIALIZATION][SERVER][INFO] Adding a Compression Crafting recipe for tile.compressed_obsidian.name +[INITIALIZATION][SERVER][INFO] Adding a Compression Crafting recipe for tile.compressed_obsidian.name +[INITIALIZATION][SERVER][INFO] Adding a Compression Crafting recipe for tile.compressed_obsidian.name +[INITIALIZATION][SERVER][INFO] Adding a Compression Crafting recipe for tile.compressed_obsidian.name +[INITIALIZATION][SERVER][INFO] Adding a Compression Crafting recipe for tile.compressed_obsidian.name +[INITIALIZATION][SERVER][INFO] Adding a Compression Crafting recipe for tile.compressed_obsidian.name +[INITIALIZATION][SERVER][INFO] Adding a Compression Crafting recipe for tile.compressed_obsidian.name +[INITIALIZATION][SERVER][INFO] Adding a Compression Crafting recipe for tile.compressed_obsidian.name +[INITIALIZATION][SERVER][INFO] Adding a Compression Crafting recipe for tile.compressed_obsidian.name +[INITIALIZATION][SERVER][INFO] Adding a Compression Crafting recipe for tile.compressed_obsidian.name +[INITIALIZATION][SERVER][INFO] Adding a Compression Crafting recipe for tile.compressed_obsidian.name +[INITIALIZATION][SERVER][INFO] Adding a Compression Crafting recipe for tile.compressed_obsidian.name +[INITIALIZATION][SERVER][INFO] Adding a Compression Crafting recipe for tile.compressed_obsidian.name +[INITIALIZATION][SERVER][INFO] Adding a Compression Crafting recipe for tile.compressed_obsidian.name +[INITIALIZATION][SERVER][INFO] Removing Compressor Recipe: for Output +[INITIALIZATION][SERVER][INFO] Adding Compressor Recipe: Input 1 Input 2 Input 3 Input 4 Input 5 Input 6 Input 7 null Input 8 null Input 9 null to Output +[INITIALIZATION][SERVER][INFO] Removing Compressor Recipe: for Output +[INITIALIZATION][SERVER][INFO] Adding Compressor Recipe: Input 1 Input 2 Input 3 null Input 4 null Input 5 null Input 6 null Input 7 null Input 8 null Input 9 null to Output +[INITIALIZATION][SERVER][INFO] Removing Compressor Recipe: for Output +[INITIALIZATION][SERVER][INFO] Adding Compressor Recipe: Input 1 Input 2 Input 3 null Input 4 null Input 5 null Input 6 null Input 7 null Input 8 null Input 9 null to Output +[INITIALIZATION][SERVER][INFO] Adding Alloy Smelter Recipe for Black Iron Ingot +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Invar Ingot +[INITIALIZATION][SERVER][INFO] Removing Alloy Smelter Recipe for Bronze Ingot +[INITIALIZATION][SERVER][INFO] Adding Alloy Smelter Recipe for Bronze Ingot +[INITIALIZATION][SERVER][INFO] Adding Alloy Smelter Recipe for Bronze Ingot +[INITIALIZATION][SERVER][INFO] Adding Alloy Smelter Recipe for Bronze Ingot +[INITIALIZATION][SERVER][INFO] Adding Alloy Smelter Recipe for Bronze Ingot +[INITIALIZATION][SERVER][INFO] Adding Alloy Smelter Recipe for Invar Ingot +[INITIALIZATION][SERVER][INFO] Adding Alloy Smelter Recipe for Invar Ingot +[INITIALIZATION][SERVER][INFO] Adding Alloy Smelter Recipe for Invar Ingot +[INITIALIZATION][SERVER][INFO] Adding Alloy Smelter Recipe for Invar Ingot +[INITIALIZATION][SERVER][INFO] Adding ArcFurnace Recipe for Quartz Glass +[INITIALIZATION][SERVER][INFO] Adding ArcFurnace Recipe for Glass +[INITIALIZATION][SERVER][INFO] Adding ArcFurnace Recipe for Glass Pane +[INITIALIZATION][SERVER][INFO] Adding ArcFurnace Recipe for Lump of Galgador +[INITIALIZATION][SERVER][INFO] Adding ArcFurnace Recipe for Stabilized Metal +[INITIALIZATION][SERVER][INFO] Adding ArcFurnace Recipe for Steel Ingot +[INITIALIZATION][SERVER][INFO] Adding ArcFurnace Recipe for Constantan Ingot +[INITIALIZATION][SERVER][INFO] Adding ArcFurnace Recipe for Constantan Ingot +[INITIALIZATION][SERVER][INFO] Adding ArcFurnace Recipe for Electrum Ingot +[INITIALIZATION][SERVER][INFO] Adding ArcFurnace Recipe for Electrum Ingot +[INITIALIZATION][SERVER][INFO] Adding ArcFurnace Recipe for Invar Ingot +[INITIALIZATION][SERVER][INFO] Adding ArcFurnace Recipe for Ender Alloy (Basic) +[INITIALIZATION][SERVER][INFO] Adding ArcFurnace Recipe for Ender Alloy (Enhanced) +[INITIALIZATION][SERVER][INFO] Adding ArcFurnace Recipe for Ender Alloy (Advanced) +[INITIALIZATION][SERVER][INFO] Adding ArcFurnace Recipe for Ender Infused Stick +[INITIALIZATION][SERVER][INFO] Adding ArcFurnace Recipe for Black Iron Ingot +[INITIALIZATION][SERVER][INFO] Adding ArcFurnace Recipe for Quartz Enriched Iron +[INITIALIZATION][SERVER][INFO] Adding ArcFurnace Recipe for Bronze Ingot +[INITIALIZATION][SERVER][INFO] Adding ArcFurnace Recipe for Redstone Alloy Ingot +[INITIALIZATION][SERVER][INFO] Adding ArcFurnace Recipe for Modularium +[INITIALIZATION][SERVER][INFO] Adding ArcFurnace Recipe for Modularium +[INITIALIZATION][SERVER][INFO] Adding ArcFurnace Recipe for Aluminum Brass Ingot +[INITIALIZATION][SERVER][INFO] Adding ArcFurnace Recipe for Manyullyn Ingot +[INITIALIZATION][SERVER][INFO] Adding ArcFurnace Recipe for Manyullyn Ingot +[INITIALIZATION][SERVER][INFO] Adding ArcFurnace Recipe for Cobalt Ingot +[INITIALIZATION][SERVER][INFO] Adding ArcFurnace Recipe for Ardite Ingot +[INITIALIZATION][SERVER][INFO] Adding Bottling Machine Recipe for Water Bottle +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Crushed Lapis +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Ground Resin +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Hemp Fibers +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Bone Meal +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Sugar +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Ground Netherrack +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Fluix Dust +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Space Platinum Dust +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Coal Dust +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Certus Quartz Dust +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Flour +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Flaked Bone +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Bone Meal +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Netjry Salt +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Halite Rock Salt +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Fire Salt +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Charcoal Dust +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Salt +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Diamond +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Lapis Lazuli +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Redstone +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Emerald +[INITIALIZATION][SERVER][INFO] Adding Crusher Recipe for Bone Meal +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: String +[INITIALIZATION][SERVER][INFO] Removing Crusher Recipe for output: Vitrified Quartz +[INITIALIZATION][SERVER][INFO] Removing MineralMix: Bauxite +[INITIALIZATION][SERVER][INFO] Removing MineralMix: Cinnabar +[INITIALIZATION][SERVER][INFO] Removing MineralMix: Coal +[INITIALIZATION][SERVER][INFO] Removing MineralMix: Copper +[INITIALIZATION][SERVER][INFO] Removing MineralMix: Galena +[INITIALIZATION][SERVER][INFO] Removing MineralMix: Gold +[INITIALIZATION][SERVER][INFO] Removing MineralMix: Iron +[INITIALIZATION][SERVER][INFO] Removing MineralMix: Lapis +[INITIALIZATION][SERVER][INFO] Removing MineralMix: Lead +[INITIALIZATION][SERVER][INFO] Removing MineralMix: Magnetite +[INITIALIZATION][SERVER][INFO] Removing MineralMix: Nickel +[INITIALIZATION][SERVER][INFO] Removing MineralMix: Pyrite +[INITIALIZATION][SERVER][INFO] Removing MineralMix: Quartzite +[INITIALIZATION][SERVER][INFO] Removing MineralMix: Silver +[INITIALIZATION][SERVER][INFO] Removing MineralMix: Uranium +[INITIALIZATION][SERVER][INFO] Adding MineralMix: Black Quartzite with weight 30 +[INITIALIZATION][SERVER][INFO] Adding MineralMix: Nether Quartzite with weight 30 +[INITIALIZATION][SERVER][INFO] Adding MineralMix: Certus Quartzite with weight 30 +[INITIALIZATION][SERVER][INFO] Adding MineralMix: Autunite with weight 30 +[INITIALIZATION][SERVER][INFO] Adding MineralMix: Azurite with weight 30 +[INITIALIZATION][SERVER][INFO] Adding MineralMix: Bauxite with weight 30 +[INITIALIZATION][SERVER][INFO] Adding MineralMix: Beryl with weight 5 +[INITIALIZATION][SERVER][INFO] Adding MineralMix: Cassiterite with weight 30 +[INITIALIZATION][SERVER][INFO] Adding MineralMix: Cinnabar with weight 30 +[INITIALIZATION][SERVER][INFO] Adding MineralMix: Coal with weight 30 +[INITIALIZATION][SERVER][INFO] Adding MineralMix: Galena with weight 30 +[INITIALIZATION][SERVER][INFO] Adding MineralMix: Gold with weight 30 +[INITIALIZATION][SERVER][INFO] Adding MineralMix: Hematite with weight 30 +[INITIALIZATION][SERVER][INFO] Adding MineralMix: Kimberlight with weight 5 +[INITIALIZATION][SERVER][INFO] Adding MineralMix: Lapis with weight 30 +[INITIALIZATION][SERVER][INFO] Adding MineralMix: Limonite with weight 30 +[INITIALIZATION][SERVER][INFO] Adding MineralMix: Malachite with weight 30 +[INITIALIZATION][SERVER][INFO] Adding MineralMix: Platinum with weight 30 +[INITIALIZATION][SERVER][INFO] Adding MineralMix: Osmium with weight 30 +[INITIALIZATION][SERVER][INFO] Adding MineralMix: Teallite with weight 30 +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Blaze Rod +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Compressed Iron Ingot +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Paper Clip +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Block of Coal +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Charcoal Block +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Coal +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Charcoal +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Clay +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Clay +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Shadow Gem Shard +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Shadow Gem +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Shadow Fragment +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Shadow Gem Shard +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Netjry Salt Flat +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Fire Salt Ore +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Halite Salt Ore +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Salt Block +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Block of Diamond +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Diamond +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Lapis Lazuli Block +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Lapis Lazuli +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Block of Redstone +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Redstone +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Block of Emerald +[INITIALIZATION][SERVER][INFO] Adding Metal Press Recipe for Emerald +[INITIALIZATION][SERVER][INFO] Adding Fermenter Recipe for Fluid Liquid Slime +[INITIALIZATION][SERVER][INFO] Adding Fermenter Recipe for Fluid Liquid Blue Slime +[INITIALIZATION][SERVER][INFO] Adding Fermenter Recipe for Fluid Liquid Purple Slime +[INITIALIZATION][SERVER][INFO] Adding Refinery Recipe for Gasoline +[INITIALIZATION][SERVER][INFO] Adding Refinery Recipe for Gasoline +[INITIALIZATION][SERVER][INFO] Removing Squeezer Recipes for ItemStack Leather +[INITIALIZATION][SERVER][INFO] Adding Squeezer Recipe for Fluid Wildberry Juice and Item null +[INITIALIZATION][SERVER][INFO] Adding Squeezer Recipe for Fluid Olive Oil and Item null +[INITIALIZATION][SERVER][INFO] Adding Squeezer Recipe for Fluid Honey and Item null +[INITIALIZATION][SERVER][INFO] Adding Squeezer Recipe for Fluid Grape Juice and Item null +[INITIALIZATION][SERVER][INFO] Adding Squeezer Recipe for Fluid Apple Juice and Item null +[INITIALIZATION][SERVER][INFO] Adding Squeezer Recipe for Fluid Water and Item Sugar +[INITIALIZATION][SERVER][INFO] Added Reservoir Type: aquifer +[INITIALIZATION][SERVER][INFO] Added Reservoir Type: oil +[INITIALIZATION][SERVER][INFO] Added Reservoir Type: lava +[INITIALIZATION][SERVER][INFO] [PrimalCore] Removing Crafting Tweaker recipe for: drying_rack +[INITIALIZATION][SERVER][INFO] [PrimalCore] Removing Crafting Tweaker recipe for: drying_rack +[INITIALIZATION][SERVER][INFO] [PrimalCore] Removing Crafting Tweaker recipe for: drying_rack +[INITIALIZATION][SERVER][INFO] [PrimalCore] Removing Crafting Tweaker recipe for: drying_rack +[INITIALIZATION][SERVER][INFO] [PrimalCore] Removing Crafting Tweaker recipe for: drying_rack +[INITIALIZATION][SERVER][INFO] [PrimalCore] Removing Crafting Tweaker recipe for: drying_rack +[INITIALIZATION][SERVER][INFO] [PrimalCore] Removing Crafting Tweaker recipe for: drying_rack +[INITIALIZATION][SERVER][INFO] [PrimalCore] Removing Crafting Tweaker recipe for: drying_rack +[INITIALIZATION][SERVER][INFO] [PrimalCore] Removing Crafting Tweaker recipe for: drying_rack +[INITIALIZATION][SERVER][INFO] [PrimalCore] Removing Crafting Tweaker recipe for: drying_rack +[INITIALIZATION][SERVER][INFO] [PrimalCore] Removing Crafting Tweaker recipe for: drying_rack +[INITIALIZATION][SERVER][INFO] [PrimalCore] Removing Crafting Tweaker recipe for: drying_rack +[INITIALIZATION][SERVER][INFO] [PrimalCore] Removing Crafting Tweaker recipe for: drying_rack +[INITIALIZATION][SERVER][INFO] [PrimalCore] Removing Crafting Tweaker recipe for: drying_rack +[INITIALIZATION][SERVER][INFO] [PrimalCore] Removing Crafting Tweaker recipe for: drying_rack +[INITIALIZATION][SERVER][INFO] [PrimalCore] Removing Crafting Tweaker recipe for: drying_rack +[INITIALIZATION][SERVER][INFO] [PrimalCore] Removing Crafting Tweaker recipe for: drying_rack +[INITIALIZATION][SERVER][INFO] [PrimalCore] Removing Crafting Tweaker recipe for: drying_rack +[INITIALIZATION][SERVER][INFO] [PrimalCore] Removing Crafting Tweaker recipe for: drying_rack +[INITIALIZATION][SERVER][INFO] [PrimalCore] Removing Crafting Tweaker recipe for: drying_rack +[INITIALIZATION][SERVER][INFO] [PrimalCore] Removing Crafting Tweaker recipe for: drying_rack +[INITIALIZATION][SERVER][INFO] [PrimalCore] Removing Crafting Tweaker recipe for: drying_rack +[INITIALIZATION][SERVER][INFO] [PrimalCore] Removing Crafting Tweaker recipe for: drying_rack +[INITIALIZATION][SERVER][INFO] [PrimalCore] Removing Crafting Tweaker recipe for: drying_rack +[INITIALIZATION][SERVER][INFO] [PrimalCore] Removing Crafting Tweaker recipe for: drying_rack +[INITIALIZATION][SERVER][INFO] [PrimalCore] Removing Crafting Tweaker recipe for: drying_rack +[INITIALIZATION][SERVER][INFO] [PrimalCore] Removing Crafting Tweaker recipe for: drying_rack +[INITIALIZATION][SERVER][INFO] [PrimalCore] Removing Crafting Tweaker recipe for: drying_rack +[INITIALIZATION][SERVER][INFO] [PrimalCore] Removing Crafting Tweaker recipe for: drying_rack +[INITIALIZATION][SERVER][INFO] [PrimalCore] Removing Crafting Tweaker recipe for: drying_rack +[INITIALIZATION][SERVER][INFO] [PrimalCore] Removing Crafting Tweaker recipe for: drying_rack +[INITIALIZATION][SERVER][INFO] [PrimalCore] Removing Crafting Tweaker recipe for: drying_rack +[INITIALIZATION][SERVER][INFO] [PrimalCore] Removing Crafting Tweaker recipe for: drying_rack +[INITIALIZATION][SERVER][INFO] [PrimalCore] Removing Crafting Tweaker recipe for: drying_rack +[INITIALIZATION][SERVER][INFO] [PrimalCore] Removing Crafting Tweaker recipe for: drying_rack +[INITIALIZATION][SERVER][INFO] [PrimalCore] Removing Crafting Tweaker recipe for: drying_rack +[INITIALIZATION][SERVER][INFO] [PrimalCore] Removing Crafting Tweaker recipe for:hibachi +[INITIALIZATION][SERVER][INFO] Removing Evaporating Recipes for Item Tiny Pile of Iron Dust +[INITIALIZATION][SERVER][INFO] Altering Alloy Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Casting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Drying Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] Altering Melting Recipe(s) for +[INITIALIZATION][SERVER][INFO] [ZenStager] Starting build for 18 stages... +[INITIALIZATION][SERVER][INFO] Staging fluid tin to one +[INITIALIZATION][SERVER][INFO] Adding to item stage one. 4 entries: +Molten Tin Clay Bucket - ceramics:clay_bucket:0{fluids:{FluidName:"tin",Amount:1000}} +Molten Tin Bucket - forge:bucketfilled:0{FluidName:"tin",Amount:1000} +Syrmorite Bucket (Molten Tin) - thebetweenlands:bl_bucket:1{Fluid:{FluidName:"tin",Amount:1000}} +Weedwood Bucket (Molten Tin) - thebetweenlands:bl_bucket:0{Fluid:{FluidName:"tin",Amount:1000}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({fluids: {FluidName: "tin", Amount: 1000}}) | .withTag({FluidName: "tin", Amount: 1000}) | .withTag({Fluid: {FluidName: "tin", Amount: 1000}}) | .withTag({Fluid: {FluidName: "tin", Amount: 1000}}) to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Tin Crystal - mekanism:crystal:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Tin Rod - contenttweaker:material_part:9 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Tin Block - mekanism:basicblock:13 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Tin Clump - mekanism:clump:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Tin Plate - contenttweaker:material_part:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Tin Shard - mekanism:shard:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Tin Ingot - mekanism:ingot:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Dirty Tin Dust - mekanism:dirtydust:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Tin Dust - mekanism:dust:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Tin Gear - contenttweaker:material_part:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Staging fluid copper to one +[INITIALIZATION][SERVER][INFO] Adding to item stage one. 4 entries: +Molten Copper Clay Bucket - ceramics:clay_bucket:0{fluids:{FluidName:"copper",Amount:1000}} +Molten Copper Bucket - forge:bucketfilled:0{FluidName:"copper",Amount:1000} +Syrmorite Bucket (Molten Copper) - thebetweenlands:bl_bucket:1{Fluid:{FluidName:"copper",Amount:1000}} +Weedwood Bucket (Molten Copper) - thebetweenlands:bl_bucket:0{Fluid:{FluidName:"copper",Amount:1000}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({fluids: {FluidName: "copper", Amount: 1000}}) | .withTag({FluidName: "copper", Amount: 1000}) | .withTag({Fluid: {FluidName: "copper", Amount: 1000}}) | .withTag({Fluid: {FluidName: "copper", Amount: 1000}}) to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Copper Crystal - mekanism:crystal:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Copper Rod - contenttweaker:material_part:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Block of Copper - immersiveengineering:storage:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Copper Clump - mekanism:clump:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Copper Plate - immersiveengineering:metal:30 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Copper Shard - mekanism:shard:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Copper Ingot - immersiveengineering:metal:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Dirty Copper Dust - mekanism:dirtydust:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Copper Grit - immersiveengineering:metal:9 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Copper Gear - contenttweaker:material_part:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Staging fluid bronze to one +[INITIALIZATION][SERVER][INFO] Adding to item stage one. 4 entries: +Molten Bronze Clay Bucket - ceramics:clay_bucket:0{fluids:{FluidName:"bronze",Amount:1000}} +Molten Bronze Bucket - forge:bucketfilled:0{FluidName:"bronze",Amount:1000} +Syrmorite Bucket (Molten Bronze) - thebetweenlands:bl_bucket:1{Fluid:{FluidName:"bronze",Amount:1000}} +Weedwood Bucket (Molten Bronze) - thebetweenlands:bl_bucket:0{Fluid:{FluidName:"bronze",Amount:1000}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({fluids: {FluidName: "bronze", Amount: 1000}}) | .withTag({FluidName: "bronze", Amount: 1000}) | .withTag({Fluid: {FluidName: "bronze", Amount: 1000}}) | .withTag({Fluid: {FluidName: "bronze", Amount: 1000}}) to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Bronze Rod - contenttweaker:material_part:29 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Bronze Block - mekanism:basicblock:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Bronze Plate - contenttweaker:material_part:26 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Bronze Ingot - mekanism:ingot:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Bronze Gear - contenttweaker:material_part:25 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Staging fluid moltenrefinedcoralium to one +[INITIALIZATION][SERVER][INFO] Adding to item stage one. 4 entries: +Molten Refined Coralium Clay Bucket - ceramics:clay_bucket:0{fluids:{FluidName:"moltenrefinedcoralium",Amount:1000}} +Molten Refined Coralium Bucket - forge:bucketfilled:0{FluidName:"moltenrefinedcoralium",Amount:1000} +Syrmorite Bucket (Molten Refined Coralium) - thebetweenlands:bl_bucket:1{Fluid:{FluidName:"moltenrefinedcoralium",Amount:1000}} +Weedwood Bucket (Molten Refined Coralium) - thebetweenlands:bl_bucket:0{Fluid:{FluidName:"moltenrefinedcoralium",Amount:1000}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({fluids: {FluidName: "moltenrefinedcoralium", Amount: 1000}}) | .withTag({FluidName: "moltenrefinedcoralium", Amount: 1000}) | .withTag({Fluid: {FluidName: "moltenrefinedcoralium", Amount: 1000}}) | .withTag({Fluid: {FluidName: "moltenrefinedcoralium", Amount: 1000}}) to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Refined Coralium Nugget - abyssalcraft:ingotnugget:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Block of Refined Coralium - abyssalcraft:ingotblock:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Refined Coralium Ingot - abyssalcraft:cingot:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Refined Coralium Dust - acintegration:dust:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Dimension 10 has been added to stage one +[INITIALIZATION][SERVER][INFO] Dimension 50 has been added to stage one +[INITIALIZATION][SERVER][INFO] Dimension 52 has been added to stage one +[INITIALIZATION][SERVER][INFO] Dimension 53 has been added to stage one +[INITIALIZATION][SERVER][INFO] Dimension 28885 has been added to stage one +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Liquid Antimatter - abyssalcraft:antiwater:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Liquid Coralium - abyssalcraft:cwater:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Molten Abyssalnite - acintegration:moltenabyssalnite:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Molten Refined Coralium - acintegration:moltencoralium:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Molten Dreadium - acintegration:moltendreadium:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Ale Wort - rustic:ale_wort:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Apple Juice - rustic:apple_juice:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Grape Juice - rustic:grape_juice:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Honey - rustic:honey:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Ironberry Juice - rustic:ironberry_juice:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Olive Oil - rustic:olive_oil:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Wildberry Juice - rustic:wildberry_juice:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Staging fluid blood to one +[INITIALIZATION][SERVER][INFO] Adding to item stage one. 4 entries: +Blood Clay Bucket - ceramics:clay_bucket:0{fluids:{FluidName:"blood",Amount:1000}} +Bucket o' Blood - forge:bucketfilled:0{FluidName:"blood",Amount:1000} +Syrmorite Bucket (Blood) - thebetweenlands:bl_bucket:1{Fluid:{FluidName:"blood",Amount:1000}} +Weedwood Bucket (Blood) - thebetweenlands:bl_bucket:0{Fluid:{FluidName:"blood",Amount:1000}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({fluids: {FluidName: "blood", Amount: 1000}}) | .withTag({FluidName: "blood", Amount: 1000}) | .withTag({Fluid: {FluidName: "blood", Amount: 1000}}) | .withTag({Fluid: {FluidName: "blood", Amount: 1000}}) to stage: "one" +[INITIALIZATION][SERVER][INFO] Staging fluid clay to one +[INITIALIZATION][SERVER][INFO] Adding to item stage one. 4 entries: +Molten Clay Clay Bucket - ceramics:clay_bucket:0{fluids:{FluidName:"clay",Amount:1000}} +Molten Clay Bucket - forge:bucketfilled:0{FluidName:"clay",Amount:1000} +Syrmorite Bucket (Molten Clay) - thebetweenlands:bl_bucket:1{Fluid:{FluidName:"clay",Amount:1000}} +Weedwood Bucket (Molten Clay) - thebetweenlands:bl_bucket:0{Fluid:{FluidName:"clay",Amount:1000}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({fluids: {FluidName: "clay", Amount: 1000}}) | .withTag({FluidName: "clay", Amount: 1000}) | .withTag({Fluid: {FluidName: "clay", Amount: 1000}}) | .withTag({Fluid: {FluidName: "clay", Amount: 1000}}) to stage: "one" +[INITIALIZATION][SERVER][INFO] Staging fluid dirt to one +[INITIALIZATION][SERVER][INFO] Adding to item stage one. 4 entries: +Liquid Dirt Clay Bucket - ceramics:clay_bucket:0{fluids:{FluidName:"dirt",Amount:1000}} +Liquid Dirt Bucket - forge:bucketfilled:0{FluidName:"dirt",Amount:1000} +Syrmorite Bucket (Liquid Dirt) - thebetweenlands:bl_bucket:1{Fluid:{FluidName:"dirt",Amount:1000}} +Weedwood Bucket (Liquid Dirt) - thebetweenlands:bl_bucket:0{Fluid:{FluidName:"dirt",Amount:1000}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({fluids: {FluidName: "dirt", Amount: 1000}}) | .withTag({FluidName: "dirt", Amount: 1000}) | .withTag({Fluid: {FluidName: "dirt", Amount: 1000}}) | .withTag({Fluid: {FluidName: "dirt", Amount: 1000}}) to stage: "one" +[INITIALIZATION][SERVER][INFO] Staging fluid lifeessence to one +[INITIALIZATION][SERVER][INFO] Adding to item stage one. 4 entries: +Life Essence Clay Bucket - ceramics:clay_bucket:0{fluids:{FluidName:"lifeessence",Amount:1000}} +Life Essence Bucket - forge:bucketfilled:0{FluidName:"lifeessence",Amount:1000} +Syrmorite Bucket (Life Essence) - thebetweenlands:bl_bucket:1{Fluid:{FluidName:"lifeessence",Amount:1000}} +Weedwood Bucket (Life Essence) - thebetweenlands:bl_bucket:0{Fluid:{FluidName:"lifeessence",Amount:1000}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({fluids: {FluidName: "lifeessence", Amount: 1000}}) | .withTag({FluidName: "lifeessence", Amount: 1000}) | .withTag({Fluid: {FluidName: "lifeessence", Amount: 1000}}) | .withTag({Fluid: {FluidName: "lifeessence", Amount: 1000}}) to stage: "one" +[INITIALIZATION][SERVER][INFO] Staging fluid stone to one +[INITIALIZATION][SERVER][INFO] Adding to item stage one. 4 entries: +Seared Stone Clay Bucket - ceramics:clay_bucket:0{fluids:{FluidName:"stone",Amount:1000}} +Seared Stone Bucket - forge:bucketfilled:0{FluidName:"stone",Amount:1000} +Syrmorite Bucket (Seared Stone) - thebetweenlands:bl_bucket:1{Fluid:{FluidName:"stone",Amount:1000}} +Weedwood Bucket (Seared Stone) - thebetweenlands:bl_bucket:0{Fluid:{FluidName:"stone",Amount:1000}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({fluids: {FluidName: "stone", Amount: 1000}}) | .withTag({FluidName: "stone", Amount: 1000}) | .withTag({Fluid: {FluidName: "stone", Amount: 1000}}) | .withTag({Fluid: {FluidName: "stone", Amount: 1000}}) to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding emberroot:rainbowslime to stage.one +[INITIALIZATION][SERVER][INFO] Adding emberroot:slime to stage.one +[INITIALIZATION][SERVER][INFO] Adding minecraft:skeleton to stage.one +[INITIALIZATION][SERVER][INFO] Adding minecraft:skeleton_horse to stage.one +[INITIALIZATION][SERVER][INFO] Adding minecraft:stray to stage.one +[INITIALIZATION][SERVER][INFO] Added MultiBlock IE:AlloySmelter to Stage one +[INITIALIZATION][SERVER][INFO] Adding a replacement for stage one. minecraft:oak_stairs[facing=north,half=top,shape=straight], minecraft:oak_stairs[facing=north,half=top,shape=inner_left], minecraft:oak_stairs[facing=north,half=top,shape=inner_right], minecraft:oak_stairs[facing=north,half=top,shape=outer_left], minecraft:oak_stairs[facing=north,half=top,shape=outer_right], minecraft:oak_stairs[facing=north,half=bottom,shape=straight], minecraft:oak_stairs[facing=north,half=bottom,shape=inner_left], minecraft:oak_stairs[facing=north,half=bottom,shape=inner_right], minecraft:oak_stairs[facing=north,half=bottom,shape=outer_left], minecraft:oak_stairs[facing=north,half=bottom,shape=outer_right], minecraft:oak_stairs[facing=south,half=top,shape=straight], minecraft:oak_stairs[facing=south,half=top,shape=inner_left], minecraft:oak_stairs[facing=south,half=top,shape=inner_right], minecraft:oak_stairs[facing=south,half=top,shape=outer_left], minecraft:oak_stairs[facing=south,half=top,shape=outer_right], minecraft:oak_stairs[facing=south,half=bottom,shape=straight], minecraft:oak_stairs[facing=south,half=bottom,shape=inner_left], minecraft:oak_stairs[facing=south,half=bottom,shape=inner_right], minecraft:oak_stairs[facing=south,half=bottom,shape=outer_left], minecraft:oak_stairs[facing=south,half=bottom,shape=outer_right], minecraft:oak_stairs[facing=west,half=top,shape=straight], minecraft:oak_stairs[facing=west,half=top,shape=inner_left], minecraft:oak_stairs[facing=west,half=top,shape=inner_right], minecraft:oak_stairs[facing=west,half=top,shape=outer_left], minecraft:oak_stairs[facing=west,half=top,shape=outer_right], minecraft:oak_stairs[facing=west,half=bottom,shape=straight], minecraft:oak_stairs[facing=west,half=bottom,shape=inner_left], minecraft:oak_stairs[facing=west,half=bottom,shape=inner_right], minecraft:oak_stairs[facing=west,half=bottom,shape=outer_left], minecraft:oak_stairs[facing=west,half=bottom,shape=outer_right], minecraft:oak_stairs[facing=east,half=top,shape=straight], minecraft:oak_stairs[facing=east,half=top,shape=inner_left], minecraft:oak_stairs[facing=east,half=top,shape=inner_right], minecraft:oak_stairs[facing=east,half=top,shape=outer_left], minecraft:oak_stairs[facing=east,half=top,shape=outer_right], minecraft:oak_stairs[facing=east,half=bottom,shape=straight], minecraft:oak_stairs[facing=east,half=bottom,shape=inner_left], minecraft:oak_stairs[facing=east,half=bottom,shape=inner_right], minecraft:oak_stairs[facing=east,half=bottom,shape=outer_left], minecraft:oak_stairs[facing=east,half=bottom,shape=outer_right] will become minecraft:planks[variant=oak] +[INITIALIZATION][SERVER][INFO] Adding a replacement for stage one. minecraft:stone_stairs[facing=north,half=top,shape=straight], minecraft:stone_stairs[facing=north,half=top,shape=inner_left], minecraft:stone_stairs[facing=north,half=top,shape=inner_right], minecraft:stone_stairs[facing=north,half=top,shape=outer_left], minecraft:stone_stairs[facing=north,half=top,shape=outer_right], minecraft:stone_stairs[facing=north,half=bottom,shape=straight], minecraft:stone_stairs[facing=north,half=bottom,shape=inner_left], minecraft:stone_stairs[facing=north,half=bottom,shape=inner_right], minecraft:stone_stairs[facing=north,half=bottom,shape=outer_left], minecraft:stone_stairs[facing=north,half=bottom,shape=outer_right], minecraft:stone_stairs[facing=south,half=top,shape=straight], minecraft:stone_stairs[facing=south,half=top,shape=inner_left], minecraft:stone_stairs[facing=south,half=top,shape=inner_right], minecraft:stone_stairs[facing=south,half=top,shape=outer_left], minecraft:stone_stairs[facing=south,half=top,shape=outer_right], minecraft:stone_stairs[facing=south,half=bottom,shape=straight], minecraft:stone_stairs[facing=south,half=bottom,shape=inner_left], minecraft:stone_stairs[facing=south,half=bottom,shape=inner_right], minecraft:stone_stairs[facing=south,half=bottom,shape=outer_left], minecraft:stone_stairs[facing=south,half=bottom,shape=outer_right], minecraft:stone_stairs[facing=west,half=top,shape=straight], minecraft:stone_stairs[facing=west,half=top,shape=inner_left], minecraft:stone_stairs[facing=west,half=top,shape=inner_right], minecraft:stone_stairs[facing=west,half=top,shape=outer_left], minecraft:stone_stairs[facing=west,half=top,shape=outer_right], minecraft:stone_stairs[facing=west,half=bottom,shape=straight], minecraft:stone_stairs[facing=west,half=bottom,shape=inner_left], minecraft:stone_stairs[facing=west,half=bottom,shape=inner_right], minecraft:stone_stairs[facing=west,half=bottom,shape=outer_left], minecraft:stone_stairs[facing=west,half=bottom,shape=outer_right], minecraft:stone_stairs[facing=east,half=top,shape=straight], minecraft:stone_stairs[facing=east,half=top,shape=inner_left], minecraft:stone_stairs[facing=east,half=top,shape=inner_right], minecraft:stone_stairs[facing=east,half=top,shape=outer_left], minecraft:stone_stairs[facing=east,half=top,shape=outer_right], minecraft:stone_stairs[facing=east,half=bottom,shape=straight], minecraft:stone_stairs[facing=east,half=bottom,shape=inner_left], minecraft:stone_stairs[facing=east,half=bottom,shape=inner_right], minecraft:stone_stairs[facing=east,half=bottom,shape=outer_left], minecraft:stone_stairs[facing=east,half=bottom,shape=outer_right] will become minecraft:cobblestone +[INITIALIZATION][SERVER][INFO] Adding a replacement for stage one. abyssalcraft:dltfence[east=true,north=true,south=true,west=true], abyssalcraft:dltfence[east=true,north=true,south=true,west=false], abyssalcraft:dltfence[east=true,north=true,south=false,west=true], abyssalcraft:dltfence[east=true,north=true,south=false,west=false], abyssalcraft:dltfence[east=true,north=false,south=true,west=true], abyssalcraft:dltfence[east=true,north=false,south=true,west=false], abyssalcraft:dltfence[east=true,north=false,south=false,west=true], abyssalcraft:dltfence[east=true,north=false,south=false,west=false], abyssalcraft:dltfence[east=false,north=true,south=true,west=true], abyssalcraft:dltfence[east=false,north=true,south=true,west=false], abyssalcraft:dltfence[east=false,north=true,south=false,west=true], abyssalcraft:dltfence[east=false,north=true,south=false,west=false], abyssalcraft:dltfence[east=false,north=false,south=true,west=true], abyssalcraft:dltfence[east=false,north=false,south=true,west=false], abyssalcraft:dltfence[east=false,north=false,south=false,west=true], abyssalcraft:dltfence[east=false,north=false,south=false,west=false] will become abyssalcraft:dltplank +[INITIALIZATION][SERVER][INFO] Adding a replacement for stage one. minecraft:spruce_fence[east=true,north=true,south=true,west=true], minecraft:spruce_fence[east=true,north=true,south=true,west=false], minecraft:spruce_fence[east=true,north=true,south=false,west=true], minecraft:spruce_fence[east=true,north=true,south=false,west=false], minecraft:spruce_fence[east=true,north=false,south=true,west=true], minecraft:spruce_fence[east=true,north=false,south=true,west=false], minecraft:spruce_fence[east=true,north=false,south=false,west=true], minecraft:spruce_fence[east=true,north=false,south=false,west=false], minecraft:spruce_fence[east=false,north=true,south=true,west=true], minecraft:spruce_fence[east=false,north=true,south=true,west=false], minecraft:spruce_fence[east=false,north=true,south=false,west=true], minecraft:spruce_fence[east=false,north=true,south=false,west=false], minecraft:spruce_fence[east=false,north=false,south=true,west=true], minecraft:spruce_fence[east=false,north=false,south=true,west=false], minecraft:spruce_fence[east=false,north=false,south=false,west=true], minecraft:spruce_fence[east=false,north=false,south=false,west=false] will become minecraft:planks[variant=spruce] +[INITIALIZATION][SERVER][INFO] Adding a replacement for stage one. minecraft:birch_fence[east=true,north=true,south=true,west=true], minecraft:birch_fence[east=true,north=true,south=true,west=false], minecraft:birch_fence[east=true,north=true,south=false,west=true], minecraft:birch_fence[east=true,north=true,south=false,west=false], minecraft:birch_fence[east=true,north=false,south=true,west=true], minecraft:birch_fence[east=true,north=false,south=true,west=false], minecraft:birch_fence[east=true,north=false,south=false,west=true], minecraft:birch_fence[east=true,north=false,south=false,west=false], minecraft:birch_fence[east=false,north=true,south=true,west=true], minecraft:birch_fence[east=false,north=true,south=true,west=false], minecraft:birch_fence[east=false,north=true,south=false,west=true], minecraft:birch_fence[east=false,north=true,south=false,west=false], minecraft:birch_fence[east=false,north=false,south=true,west=true], minecraft:birch_fence[east=false,north=false,south=true,west=false], minecraft:birch_fence[east=false,north=false,south=false,west=true], minecraft:birch_fence[east=false,north=false,south=false,west=false] will become minecraft:planks[variant=birch] +[INITIALIZATION][SERVER][INFO] Adding a replacement for stage one. minecraft:jungle_fence[east=true,north=true,south=true,west=true], minecraft:jungle_fence[east=true,north=true,south=true,west=false], minecraft:jungle_fence[east=true,north=true,south=false,west=true], minecraft:jungle_fence[east=true,north=true,south=false,west=false], minecraft:jungle_fence[east=true,north=false,south=true,west=true], minecraft:jungle_fence[east=true,north=false,south=true,west=false], minecraft:jungle_fence[east=true,north=false,south=false,west=true], minecraft:jungle_fence[east=true,north=false,south=false,west=false], minecraft:jungle_fence[east=false,north=true,south=true,west=true], minecraft:jungle_fence[east=false,north=true,south=true,west=false], minecraft:jungle_fence[east=false,north=true,south=false,west=true], minecraft:jungle_fence[east=false,north=true,south=false,west=false], minecraft:jungle_fence[east=false,north=false,south=true,west=true], minecraft:jungle_fence[east=false,north=false,south=true,west=false], minecraft:jungle_fence[east=false,north=false,south=false,west=true], minecraft:jungle_fence[east=false,north=false,south=false,west=false] will become minecraft:planks[variant=jungle] +[INITIALIZATION][SERVER][INFO] Adding a replacement for stage one. minecraft:dark_oak_fence[east=true,north=true,south=true,west=true], minecraft:dark_oak_fence[east=true,north=true,south=true,west=false], minecraft:dark_oak_fence[east=true,north=true,south=false,west=true], minecraft:dark_oak_fence[east=true,north=true,south=false,west=false], minecraft:dark_oak_fence[east=true,north=false,south=true,west=true], minecraft:dark_oak_fence[east=true,north=false,south=true,west=false], minecraft:dark_oak_fence[east=true,north=false,south=false,west=true], minecraft:dark_oak_fence[east=true,north=false,south=false,west=false], minecraft:dark_oak_fence[east=false,north=true,south=true,west=true], minecraft:dark_oak_fence[east=false,north=true,south=true,west=false], minecraft:dark_oak_fence[east=false,north=true,south=false,west=true], minecraft:dark_oak_fence[east=false,north=true,south=false,west=false], minecraft:dark_oak_fence[east=false,north=false,south=true,west=true], minecraft:dark_oak_fence[east=false,north=false,south=true,west=false], minecraft:dark_oak_fence[east=false,north=false,south=false,west=true], minecraft:dark_oak_fence[east=false,north=false,south=false,west=false] will become minecraft:planks[variant=dark_oak] +[INITIALIZATION][SERVER][INFO] Adding a replacement for stage one. minecraft:acacia_fence[east=true,north=true,south=true,west=true], minecraft:acacia_fence[east=true,north=true,south=true,west=false], minecraft:acacia_fence[east=true,north=true,south=false,west=true], minecraft:acacia_fence[east=true,north=true,south=false,west=false], minecraft:acacia_fence[east=true,north=false,south=true,west=true], minecraft:acacia_fence[east=true,north=false,south=true,west=false], minecraft:acacia_fence[east=true,north=false,south=false,west=true], minecraft:acacia_fence[east=true,north=false,south=false,west=false], minecraft:acacia_fence[east=false,north=true,south=true,west=true], minecraft:acacia_fence[east=false,north=true,south=true,west=false], minecraft:acacia_fence[east=false,north=true,south=false,west=true], minecraft:acacia_fence[east=false,north=true,south=false,west=false], minecraft:acacia_fence[east=false,north=false,south=true,west=true], minecraft:acacia_fence[east=false,north=false,south=true,west=false], minecraft:acacia_fence[east=false,north=false,south=false,west=true], minecraft:acacia_fence[east=false,north=false,south=false,west=false] will become minecraft:planks[variant=acacia] +[INITIALIZATION][SERVER][INFO] Adding a replacement for stage one. abyssalcraft:dltstairs[facing=north,half=top,shape=straight], abyssalcraft:dltstairs[facing=north,half=top,shape=inner_left], abyssalcraft:dltstairs[facing=north,half=top,shape=inner_right], abyssalcraft:dltstairs[facing=north,half=top,shape=outer_left], abyssalcraft:dltstairs[facing=north,half=top,shape=outer_right], abyssalcraft:dltstairs[facing=north,half=bottom,shape=straight], abyssalcraft:dltstairs[facing=north,half=bottom,shape=inner_left], abyssalcraft:dltstairs[facing=north,half=bottom,shape=inner_right], abyssalcraft:dltstairs[facing=north,half=bottom,shape=outer_left], abyssalcraft:dltstairs[facing=north,half=bottom,shape=outer_right], abyssalcraft:dltstairs[facing=south,half=top,shape=straight], abyssalcraft:dltstairs[facing=south,half=top,shape=inner_left], abyssalcraft:dltstairs[facing=south,half=top,shape=inner_right], abyssalcraft:dltstairs[facing=south,half=top,shape=outer_left], abyssalcraft:dltstairs[facing=south,half=top,shape=outer_right], abyssalcraft:dltstairs[facing=south,half=bottom,shape=straight], abyssalcraft:dltstairs[facing=south,half=bottom,shape=inner_left], abyssalcraft:dltstairs[facing=south,half=bottom,shape=inner_right], abyssalcraft:dltstairs[facing=south,half=bottom,shape=outer_left], abyssalcraft:dltstairs[facing=south,half=bottom,shape=outer_right], abyssalcraft:dltstairs[facing=west,half=top,shape=straight], abyssalcraft:dltstairs[facing=west,half=top,shape=inner_left], abyssalcraft:dltstairs[facing=west,half=top,shape=inner_right], abyssalcraft:dltstairs[facing=west,half=top,shape=outer_left], abyssalcraft:dltstairs[facing=west,half=top,shape=outer_right], abyssalcraft:dltstairs[facing=west,half=bottom,shape=straight], abyssalcraft:dltstairs[facing=west,half=bottom,shape=inner_left], abyssalcraft:dltstairs[facing=west,half=bottom,shape=inner_right], abyssalcraft:dltstairs[facing=west,half=bottom,shape=outer_left], abyssalcraft:dltstairs[facing=west,half=bottom,shape=outer_right], abyssalcraft:dltstairs[facing=east,half=top,shape=straight], abyssalcraft:dltstairs[facing=east,half=top,shape=inner_left], abyssalcraft:dltstairs[facing=east,half=top,shape=inner_right], abyssalcraft:dltstairs[facing=east,half=top,shape=outer_left], abyssalcraft:dltstairs[facing=east,half=top,shape=outer_right], abyssalcraft:dltstairs[facing=east,half=bottom,shape=straight], abyssalcraft:dltstairs[facing=east,half=bottom,shape=inner_left], abyssalcraft:dltstairs[facing=east,half=bottom,shape=inner_right], abyssalcraft:dltstairs[facing=east,half=bottom,shape=outer_left], abyssalcraft:dltstairs[facing=east,half=bottom,shape=outer_right] will become abyssalcraft:dltplank +[INITIALIZATION][SERVER][INFO] Adding a replacement for stage one. abyssalcraft:dcstairs[facing=north,half=top,shape=straight], abyssalcraft:dcstairs[facing=north,half=top,shape=inner_left], abyssalcraft:dcstairs[facing=north,half=top,shape=inner_right], abyssalcraft:dcstairs[facing=north,half=top,shape=outer_left], abyssalcraft:dcstairs[facing=north,half=top,shape=outer_right], abyssalcraft:dcstairs[facing=north,half=bottom,shape=straight], abyssalcraft:dcstairs[facing=north,half=bottom,shape=inner_left], abyssalcraft:dcstairs[facing=north,half=bottom,shape=inner_right], abyssalcraft:dcstairs[facing=north,half=bottom,shape=outer_left], abyssalcraft:dcstairs[facing=north,half=bottom,shape=outer_right], abyssalcraft:dcstairs[facing=south,half=top,shape=straight], abyssalcraft:dcstairs[facing=south,half=top,shape=inner_left], abyssalcraft:dcstairs[facing=south,half=top,shape=inner_right], abyssalcraft:dcstairs[facing=south,half=top,shape=outer_left], abyssalcraft:dcstairs[facing=south,half=top,shape=outer_right], abyssalcraft:dcstairs[facing=south,half=bottom,shape=straight], abyssalcraft:dcstairs[facing=south,half=bottom,shape=inner_left], abyssalcraft:dcstairs[facing=south,half=bottom,shape=inner_right], abyssalcraft:dcstairs[facing=south,half=bottom,shape=outer_left], abyssalcraft:dcstairs[facing=south,half=bottom,shape=outer_right], abyssalcraft:dcstairs[facing=west,half=top,shape=straight], abyssalcraft:dcstairs[facing=west,half=top,shape=inner_left], abyssalcraft:dcstairs[facing=west,half=top,shape=inner_right], abyssalcraft:dcstairs[facing=west,half=top,shape=outer_left], abyssalcraft:dcstairs[facing=west,half=top,shape=outer_right], abyssalcraft:dcstairs[facing=west,half=bottom,shape=straight], abyssalcraft:dcstairs[facing=west,half=bottom,shape=inner_left], abyssalcraft:dcstairs[facing=west,half=bottom,shape=inner_right], abyssalcraft:dcstairs[facing=west,half=bottom,shape=outer_left], abyssalcraft:dcstairs[facing=west,half=bottom,shape=outer_right], abyssalcraft:dcstairs[facing=east,half=top,shape=straight], abyssalcraft:dcstairs[facing=east,half=top,shape=inner_left], abyssalcraft:dcstairs[facing=east,half=top,shape=inner_right], abyssalcraft:dcstairs[facing=east,half=top,shape=outer_left], abyssalcraft:dcstairs[facing=east,half=top,shape=outer_right], abyssalcraft:dcstairs[facing=east,half=bottom,shape=straight], abyssalcraft:dcstairs[facing=east,half=bottom,shape=inner_left], abyssalcraft:dcstairs[facing=east,half=bottom,shape=inner_right], abyssalcraft:dcstairs[facing=east,half=bottom,shape=outer_left], abyssalcraft:dcstairs[facing=east,half=bottom,shape=outer_right] will become abyssalcraft:cobblestone[type=darkstone] +[INITIALIZATION][SERVER][INFO] Adding a replacement for stage one. minecraft:fence[east=true,north=true,south=true,west=true], minecraft:fence[east=true,north=true,south=true,west=false], minecraft:fence[east=true,north=true,south=false,west=true], minecraft:fence[east=true,north=true,south=false,west=false], minecraft:fence[east=true,north=false,south=true,west=true], minecraft:fence[east=true,north=false,south=true,west=false], minecraft:fence[east=true,north=false,south=false,west=true], minecraft:fence[east=true,north=false,south=false,west=false], minecraft:fence[east=false,north=true,south=true,west=true], minecraft:fence[east=false,north=true,south=true,west=false], minecraft:fence[east=false,north=true,south=false,west=true], minecraft:fence[east=false,north=true,south=false,west=false], minecraft:fence[east=false,north=false,south=true,west=true], minecraft:fence[east=false,north=false,south=true,west=false], minecraft:fence[east=false,north=false,south=false,west=true], minecraft:fence[east=false,north=false,south=false,west=false] will become minecraft:planks[variant=oak] +[INITIALIZATION][SERVER][INFO] Adding a replacement for stage one. betterwithmods:wood_table[supported=true,variant=oak], betterwithmods:wood_table[supported=true,variant=spruce], betterwithmods:wood_table[supported=true,variant=birch], betterwithmods:wood_table[supported=true,variant=jungle], betterwithmods:wood_table[supported=true,variant=acacia], betterwithmods:wood_table[supported=true,variant=dark_oak], betterwithmods:wood_table[supported=false,variant=oak], betterwithmods:wood_table[supported=false,variant=spruce], betterwithmods:wood_table[supported=false,variant=birch], betterwithmods:wood_table[supported=false,variant=jungle], betterwithmods:wood_table[supported=false,variant=acacia], betterwithmods:wood_table[supported=false,variant=dark_oak] will become minecraft:planks[variant=oak] +[INITIALIZATION][SERVER][INFO] Adding a replacement for stage one. minecraft:spruce_stairs[facing=north,half=top,shape=straight], minecraft:spruce_stairs[facing=north,half=top,shape=inner_left], minecraft:spruce_stairs[facing=north,half=top,shape=inner_right], minecraft:spruce_stairs[facing=north,half=top,shape=outer_left], minecraft:spruce_stairs[facing=north,half=top,shape=outer_right], minecraft:spruce_stairs[facing=north,half=bottom,shape=straight], minecraft:spruce_stairs[facing=north,half=bottom,shape=inner_left], minecraft:spruce_stairs[facing=north,half=bottom,shape=inner_right], minecraft:spruce_stairs[facing=north,half=bottom,shape=outer_left], minecraft:spruce_stairs[facing=north,half=bottom,shape=outer_right], minecraft:spruce_stairs[facing=south,half=top,shape=straight], minecraft:spruce_stairs[facing=south,half=top,shape=inner_left], minecraft:spruce_stairs[facing=south,half=top,shape=inner_right], minecraft:spruce_stairs[facing=south,half=top,shape=outer_left], minecraft:spruce_stairs[facing=south,half=top,shape=outer_right], minecraft:spruce_stairs[facing=south,half=bottom,shape=straight], minecraft:spruce_stairs[facing=south,half=bottom,shape=inner_left], minecraft:spruce_stairs[facing=south,half=bottom,shape=inner_right], minecraft:spruce_stairs[facing=south,half=bottom,shape=outer_left], minecraft:spruce_stairs[facing=south,half=bottom,shape=outer_right], minecraft:spruce_stairs[facing=west,half=top,shape=straight], minecraft:spruce_stairs[facing=west,half=top,shape=inner_left], minecraft:spruce_stairs[facing=west,half=top,shape=inner_right], minecraft:spruce_stairs[facing=west,half=top,shape=outer_left], minecraft:spruce_stairs[facing=west,half=top,shape=outer_right], minecraft:spruce_stairs[facing=west,half=bottom,shape=straight], minecraft:spruce_stairs[facing=west,half=bottom,shape=inner_left], minecraft:spruce_stairs[facing=west,half=bottom,shape=inner_right], minecraft:spruce_stairs[facing=west,half=bottom,shape=outer_left], minecraft:spruce_stairs[facing=west,half=bottom,shape=outer_right], minecraft:spruce_stairs[facing=east,half=top,shape=straight], minecraft:spruce_stairs[facing=east,half=top,shape=inner_left], minecraft:spruce_stairs[facing=east,half=top,shape=inner_right], minecraft:spruce_stairs[facing=east,half=top,shape=outer_left], minecraft:spruce_stairs[facing=east,half=top,shape=outer_right], minecraft:spruce_stairs[facing=east,half=bottom,shape=straight], minecraft:spruce_stairs[facing=east,half=bottom,shape=inner_left], minecraft:spruce_stairs[facing=east,half=bottom,shape=inner_right], minecraft:spruce_stairs[facing=east,half=bottom,shape=outer_left], minecraft:spruce_stairs[facing=east,half=bottom,shape=outer_right] will become minecraft:planks[variant=spruce] +[INITIALIZATION][SERVER][INFO] Adding a replacement for stage one. minecraft:birch_stairs[facing=north,half=top,shape=straight], minecraft:birch_stairs[facing=north,half=top,shape=inner_left], minecraft:birch_stairs[facing=north,half=top,shape=inner_right], minecraft:birch_stairs[facing=north,half=top,shape=outer_left], minecraft:birch_stairs[facing=north,half=top,shape=outer_right], minecraft:birch_stairs[facing=north,half=bottom,shape=straight], minecraft:birch_stairs[facing=north,half=bottom,shape=inner_left], minecraft:birch_stairs[facing=north,half=bottom,shape=inner_right], minecraft:birch_stairs[facing=north,half=bottom,shape=outer_left], minecraft:birch_stairs[facing=north,half=bottom,shape=outer_right], minecraft:birch_stairs[facing=south,half=top,shape=straight], minecraft:birch_stairs[facing=south,half=top,shape=inner_left], minecraft:birch_stairs[facing=south,half=top,shape=inner_right], minecraft:birch_stairs[facing=south,half=top,shape=outer_left], minecraft:birch_stairs[facing=south,half=top,shape=outer_right], minecraft:birch_stairs[facing=south,half=bottom,shape=straight], minecraft:birch_stairs[facing=south,half=bottom,shape=inner_left], minecraft:birch_stairs[facing=south,half=bottom,shape=inner_right], minecraft:birch_stairs[facing=south,half=bottom,shape=outer_left], minecraft:birch_stairs[facing=south,half=bottom,shape=outer_right], minecraft:birch_stairs[facing=west,half=top,shape=straight], minecraft:birch_stairs[facing=west,half=top,shape=inner_left], minecraft:birch_stairs[facing=west,half=top,shape=inner_right], minecraft:birch_stairs[facing=west,half=top,shape=outer_left], minecraft:birch_stairs[facing=west,half=top,shape=outer_right], minecraft:birch_stairs[facing=west,half=bottom,shape=straight], minecraft:birch_stairs[facing=west,half=bottom,shape=inner_left], minecraft:birch_stairs[facing=west,half=bottom,shape=inner_right], minecraft:birch_stairs[facing=west,half=bottom,shape=outer_left], minecraft:birch_stairs[facing=west,half=bottom,shape=outer_right], minecraft:birch_stairs[facing=east,half=top,shape=straight], minecraft:birch_stairs[facing=east,half=top,shape=inner_left], minecraft:birch_stairs[facing=east,half=top,shape=inner_right], minecraft:birch_stairs[facing=east,half=top,shape=outer_left], minecraft:birch_stairs[facing=east,half=top,shape=outer_right], minecraft:birch_stairs[facing=east,half=bottom,shape=straight], minecraft:birch_stairs[facing=east,half=bottom,shape=inner_left], minecraft:birch_stairs[facing=east,half=bottom,shape=inner_right], minecraft:birch_stairs[facing=east,half=bottom,shape=outer_left], minecraft:birch_stairs[facing=east,half=bottom,shape=outer_right] will become minecraft:planks[variant=birch] +[INITIALIZATION][SERVER][INFO] Adding a replacement for stage one. minecraft:jungle_stairs[facing=north,half=top,shape=straight], minecraft:jungle_stairs[facing=north,half=top,shape=inner_left], minecraft:jungle_stairs[facing=north,half=top,shape=inner_right], minecraft:jungle_stairs[facing=north,half=top,shape=outer_left], minecraft:jungle_stairs[facing=north,half=top,shape=outer_right], minecraft:jungle_stairs[facing=north,half=bottom,shape=straight], minecraft:jungle_stairs[facing=north,half=bottom,shape=inner_left], minecraft:jungle_stairs[facing=north,half=bottom,shape=inner_right], minecraft:jungle_stairs[facing=north,half=bottom,shape=outer_left], minecraft:jungle_stairs[facing=north,half=bottom,shape=outer_right], minecraft:jungle_stairs[facing=south,half=top,shape=straight], minecraft:jungle_stairs[facing=south,half=top,shape=inner_left], minecraft:jungle_stairs[facing=south,half=top,shape=inner_right], minecraft:jungle_stairs[facing=south,half=top,shape=outer_left], minecraft:jungle_stairs[facing=south,half=top,shape=outer_right], minecraft:jungle_stairs[facing=south,half=bottom,shape=straight], minecraft:jungle_stairs[facing=south,half=bottom,shape=inner_left], minecraft:jungle_stairs[facing=south,half=bottom,shape=inner_right], minecraft:jungle_stairs[facing=south,half=bottom,shape=outer_left], minecraft:jungle_stairs[facing=south,half=bottom,shape=outer_right], minecraft:jungle_stairs[facing=west,half=top,shape=straight], minecraft:jungle_stairs[facing=west,half=top,shape=inner_left], minecraft:jungle_stairs[facing=west,half=top,shape=inner_right], minecraft:jungle_stairs[facing=west,half=top,shape=outer_left], minecraft:jungle_stairs[facing=west,half=top,shape=outer_right], minecraft:jungle_stairs[facing=west,half=bottom,shape=straight], minecraft:jungle_stairs[facing=west,half=bottom,shape=inner_left], minecraft:jungle_stairs[facing=west,half=bottom,shape=inner_right], minecraft:jungle_stairs[facing=west,half=bottom,shape=outer_left], minecraft:jungle_stairs[facing=west,half=bottom,shape=outer_right], minecraft:jungle_stairs[facing=east,half=top,shape=straight], minecraft:jungle_stairs[facing=east,half=top,shape=inner_left], minecraft:jungle_stairs[facing=east,half=top,shape=inner_right], minecraft:jungle_stairs[facing=east,half=top,shape=outer_left], minecraft:jungle_stairs[facing=east,half=top,shape=outer_right], minecraft:jungle_stairs[facing=east,half=bottom,shape=straight], minecraft:jungle_stairs[facing=east,half=bottom,shape=inner_left], minecraft:jungle_stairs[facing=east,half=bottom,shape=inner_right], minecraft:jungle_stairs[facing=east,half=bottom,shape=outer_left], minecraft:jungle_stairs[facing=east,half=bottom,shape=outer_right] will become minecraft:planks[variant=jungle] +[INITIALIZATION][SERVER][INFO] Adding a replacement for stage one. minecraft:dark_oak_stairs[facing=north,half=top,shape=straight], minecraft:dark_oak_stairs[facing=north,half=top,shape=inner_left], minecraft:dark_oak_stairs[facing=north,half=top,shape=inner_right], minecraft:dark_oak_stairs[facing=north,half=top,shape=outer_left], minecraft:dark_oak_stairs[facing=north,half=top,shape=outer_right], minecraft:dark_oak_stairs[facing=north,half=bottom,shape=straight], minecraft:dark_oak_stairs[facing=north,half=bottom,shape=inner_left], minecraft:dark_oak_stairs[facing=north,half=bottom,shape=inner_right], minecraft:dark_oak_stairs[facing=north,half=bottom,shape=outer_left], minecraft:dark_oak_stairs[facing=north,half=bottom,shape=outer_right], minecraft:dark_oak_stairs[facing=south,half=top,shape=straight], minecraft:dark_oak_stairs[facing=south,half=top,shape=inner_left], minecraft:dark_oak_stairs[facing=south,half=top,shape=inner_right], minecraft:dark_oak_stairs[facing=south,half=top,shape=outer_left], minecraft:dark_oak_stairs[facing=south,half=top,shape=outer_right], minecraft:dark_oak_stairs[facing=south,half=bottom,shape=straight], minecraft:dark_oak_stairs[facing=south,half=bottom,shape=inner_left], minecraft:dark_oak_stairs[facing=south,half=bottom,shape=inner_right], minecraft:dark_oak_stairs[facing=south,half=bottom,shape=outer_left], minecraft:dark_oak_stairs[facing=south,half=bottom,shape=outer_right], minecraft:dark_oak_stairs[facing=west,half=top,shape=straight], minecraft:dark_oak_stairs[facing=west,half=top,shape=inner_left], minecraft:dark_oak_stairs[facing=west,half=top,shape=inner_right], minecraft:dark_oak_stairs[facing=west,half=top,shape=outer_left], minecraft:dark_oak_stairs[facing=west,half=top,shape=outer_right], minecraft:dark_oak_stairs[facing=west,half=bottom,shape=straight], minecraft:dark_oak_stairs[facing=west,half=bottom,shape=inner_left], minecraft:dark_oak_stairs[facing=west,half=bottom,shape=inner_right], minecraft:dark_oak_stairs[facing=west,half=bottom,shape=outer_left], minecraft:dark_oak_stairs[facing=west,half=bottom,shape=outer_right], minecraft:dark_oak_stairs[facing=east,half=top,shape=straight], minecraft:dark_oak_stairs[facing=east,half=top,shape=inner_left], minecraft:dark_oak_stairs[facing=east,half=top,shape=inner_right], minecraft:dark_oak_stairs[facing=east,half=top,shape=outer_left], minecraft:dark_oak_stairs[facing=east,half=top,shape=outer_right], minecraft:dark_oak_stairs[facing=east,half=bottom,shape=straight], minecraft:dark_oak_stairs[facing=east,half=bottom,shape=inner_left], minecraft:dark_oak_stairs[facing=east,half=bottom,shape=inner_right], minecraft:dark_oak_stairs[facing=east,half=bottom,shape=outer_left], minecraft:dark_oak_stairs[facing=east,half=bottom,shape=outer_right] will become minecraft:planks[variant=dark_oak] +[INITIALIZATION][SERVER][INFO] Adding a replacement for stage one. minecraft:acacia_stairs[facing=north,half=top,shape=straight], minecraft:acacia_stairs[facing=north,half=top,shape=inner_left], minecraft:acacia_stairs[facing=north,half=top,shape=inner_right], minecraft:acacia_stairs[facing=north,half=top,shape=outer_left], minecraft:acacia_stairs[facing=north,half=top,shape=outer_right], minecraft:acacia_stairs[facing=north,half=bottom,shape=straight], minecraft:acacia_stairs[facing=north,half=bottom,shape=inner_left], minecraft:acacia_stairs[facing=north,half=bottom,shape=inner_right], minecraft:acacia_stairs[facing=north,half=bottom,shape=outer_left], minecraft:acacia_stairs[facing=north,half=bottom,shape=outer_right], minecraft:acacia_stairs[facing=south,half=top,shape=straight], minecraft:acacia_stairs[facing=south,half=top,shape=inner_left], minecraft:acacia_stairs[facing=south,half=top,shape=inner_right], minecraft:acacia_stairs[facing=south,half=top,shape=outer_left], minecraft:acacia_stairs[facing=south,half=top,shape=outer_right], minecraft:acacia_stairs[facing=south,half=bottom,shape=straight], minecraft:acacia_stairs[facing=south,half=bottom,shape=inner_left], minecraft:acacia_stairs[facing=south,half=bottom,shape=inner_right], minecraft:acacia_stairs[facing=south,half=bottom,shape=outer_left], minecraft:acacia_stairs[facing=south,half=bottom,shape=outer_right], minecraft:acacia_stairs[facing=west,half=top,shape=straight], minecraft:acacia_stairs[facing=west,half=top,shape=inner_left], minecraft:acacia_stairs[facing=west,half=top,shape=inner_right], minecraft:acacia_stairs[facing=west,half=top,shape=outer_left], minecraft:acacia_stairs[facing=west,half=top,shape=outer_right], minecraft:acacia_stairs[facing=west,half=bottom,shape=straight], minecraft:acacia_stairs[facing=west,half=bottom,shape=inner_left], minecraft:acacia_stairs[facing=west,half=bottom,shape=inner_right], minecraft:acacia_stairs[facing=west,half=bottom,shape=outer_left], minecraft:acacia_stairs[facing=west,half=bottom,shape=outer_right], minecraft:acacia_stairs[facing=east,half=top,shape=straight], minecraft:acacia_stairs[facing=east,half=top,shape=inner_left], minecraft:acacia_stairs[facing=east,half=top,shape=inner_right], minecraft:acacia_stairs[facing=east,half=top,shape=outer_left], minecraft:acacia_stairs[facing=east,half=top,shape=outer_right], minecraft:acacia_stairs[facing=east,half=bottom,shape=straight], minecraft:acacia_stairs[facing=east,half=bottom,shape=inner_left], minecraft:acacia_stairs[facing=east,half=bottom,shape=inner_right], minecraft:acacia_stairs[facing=east,half=bottom,shape=outer_left], minecraft:acacia_stairs[facing=east,half=bottom,shape=outer_right] will become minecraft:planks[variant=acacia] +[INITIALIZATION][SERVER][INFO] Adding a replacement for stage one. minecraft:sandstone_stairs[facing=north,half=top,shape=straight], minecraft:sandstone_stairs[facing=north,half=top,shape=inner_left], minecraft:sandstone_stairs[facing=north,half=top,shape=inner_right], minecraft:sandstone_stairs[facing=north,half=top,shape=outer_left], minecraft:sandstone_stairs[facing=north,half=top,shape=outer_right], minecraft:sandstone_stairs[facing=north,half=bottom,shape=straight], minecraft:sandstone_stairs[facing=north,half=bottom,shape=inner_left], minecraft:sandstone_stairs[facing=north,half=bottom,shape=inner_right], minecraft:sandstone_stairs[facing=north,half=bottom,shape=outer_left], minecraft:sandstone_stairs[facing=north,half=bottom,shape=outer_right], minecraft:sandstone_stairs[facing=south,half=top,shape=straight], minecraft:sandstone_stairs[facing=south,half=top,shape=inner_left], minecraft:sandstone_stairs[facing=south,half=top,shape=inner_right], minecraft:sandstone_stairs[facing=south,half=top,shape=outer_left], minecraft:sandstone_stairs[facing=south,half=top,shape=outer_right], minecraft:sandstone_stairs[facing=south,half=bottom,shape=straight], minecraft:sandstone_stairs[facing=south,half=bottom,shape=inner_left], minecraft:sandstone_stairs[facing=south,half=bottom,shape=inner_right], minecraft:sandstone_stairs[facing=south,half=bottom,shape=outer_left], minecraft:sandstone_stairs[facing=south,half=bottom,shape=outer_right], minecraft:sandstone_stairs[facing=west,half=top,shape=straight], minecraft:sandstone_stairs[facing=west,half=top,shape=inner_left], minecraft:sandstone_stairs[facing=west,half=top,shape=inner_right], minecraft:sandstone_stairs[facing=west,half=top,shape=outer_left], minecraft:sandstone_stairs[facing=west,half=top,shape=outer_right], minecraft:sandstone_stairs[facing=west,half=bottom,shape=straight], minecraft:sandstone_stairs[facing=west,half=bottom,shape=inner_left], minecraft:sandstone_stairs[facing=west,half=bottom,shape=inner_right], minecraft:sandstone_stairs[facing=west,half=bottom,shape=outer_left], minecraft:sandstone_stairs[facing=west,half=bottom,shape=outer_right], minecraft:sandstone_stairs[facing=east,half=top,shape=straight], minecraft:sandstone_stairs[facing=east,half=top,shape=inner_left], minecraft:sandstone_stairs[facing=east,half=top,shape=inner_right], minecraft:sandstone_stairs[facing=east,half=top,shape=outer_left], minecraft:sandstone_stairs[facing=east,half=top,shape=outer_right], minecraft:sandstone_stairs[facing=east,half=bottom,shape=straight], minecraft:sandstone_stairs[facing=east,half=bottom,shape=inner_left], minecraft:sandstone_stairs[facing=east,half=bottom,shape=inner_right], minecraft:sandstone_stairs[facing=east,half=bottom,shape=outer_left], minecraft:sandstone_stairs[facing=east,half=bottom,shape=outer_right] will become minecraft:sandstone[type=smooth_sandstone] +[INITIALIZATION][SERVER][INFO] Adding a replacement for stage one. minecraft:coal_ore will become minecraft:stone[variant=stone] +[INITIALIZATION][SERVER][INFO] Adding a replacement for stage one. geolosys:ore_vanilla[variant=coal] will become minecraft:stone[variant=stone] +[INITIALIZATION][SERVER][INFO] Adding a replacement for stage one. geolosys:ore_sample_vanilla[variant=coal] will become immcraft:rock[facing=north] +[INITIALIZATION][SERVER][INFO] Adding a replacement for stage one. abyssalcraft:coraliumore will become minecraft:stone[variant=stone] +[INITIALIZATION][SERVER][INFO] Adding a replacement for stage one. abyssalcraft:abypcorore will become abyssalcraft:stone[type=abyssalstone] +[INITIALIZATION][SERVER][INFO] Adding a replacement for stage one. abyssalcraft:abylcorore will become abyssalcraft:stone[type=abyssalstone] +[INITIALIZATION][SERVER][INFO] Adding a replacement for stage one. abyssalcraft:nitreore will become minecraft:stone[variant=stone] +[INITIALIZATION][SERVER][INFO] Adding a replacement for stage one. abyssalcraft:abynitore will become abyssalcraft:stone[type=abyssalstone] +[INITIALIZATION][SERVER][INFO] Adding a replacement for stage one. immersiveengineering:ore[type=copper] will become minecraft:stone[variant=stone] +[INITIALIZATION][SERVER][INFO] Adding a replacement for stage one. geolosys:ore[variant=malachite] will become minecraft:stone[variant=stone] +[INITIALIZATION][SERVER][INFO] Adding a replacement for stage one. geolosys:ore_sample[variant=malachite] will become immcraft:rock[facing=north] +[INITIALIZATION][SERVER][INFO] Adding a replacement for stage one. geolosys:ore[variant=azurite] will become minecraft:stone[variant=stone] +[INITIALIZATION][SERVER][INFO] Adding a replacement for stage one. geolosys:ore_sample[variant=azurite] will become immcraft:rock[facing=north] +[INITIALIZATION][SERVER][INFO] Adding a replacement for stage one. abyssalcraft:abycopore will become abyssalcraft:stone[type=abyssalstone] +[INITIALIZATION][SERVER][INFO] Adding a replacement for stage one. geolosys:ore[variant=cassiterite] will become minecraft:stone[variant=stone] +[INITIALIZATION][SERVER][INFO] Adding a replacement for stage one. geolosys:ore[variant=teallite] will become minecraft:stone[variant=stone] +[INITIALIZATION][SERVER][INFO] Adding a replacement for stage one. geolosys:ore_sample[variant=cassiterite] will become immcraft:rock[facing=north] +[INITIALIZATION][SERVER][INFO] Adding a replacement for stage one. geolosys:ore_sample[variant=teallite] will become immcraft:rock[facing=north] +[INITIALIZATION][SERVER][INFO] Adding a replacement for stage one. abyssalcraft:abytinore will become abyssalcraft:stone[type=abyssalstone] +[INITIALIZATION][SERVER][INFO] Adding a replacement for stage one. actuallyadditions:block_misc[type=ore_black_quartz] will become minecraft:stone[variant=stone] +[INITIALIZATION][SERVER][INFO] Adding a replacement for stage one. contenttweaker:sub_block_holder_0[sub_block_number=0] will become minecraft:stone[variant=stone] +[INITIALIZATION][SERVER][INFO] Adding a replacement for stage one. minecraft:ladder[facing=north], minecraft:ladder[facing=south], minecraft:ladder[facing=west], minecraft:ladder[facing=east] will become minecraft:planks[variant=oak] +[INITIALIZATION][SERVER][INFO] Adding a replacement for stage one. minecraft:torch[facing=up] will become primal_tech:fibre_torch_lit[facing=up] +[INITIALIZATION][SERVER][INFO] Adding a replacement for stage one. minecraft:torch[facing=east] will become primal_tech:fibre_torch_lit[facing=east] +[INITIALIZATION][SERVER][INFO] Adding a replacement for stage one. minecraft:torch[facing=west] will become primal_tech:fibre_torch_lit[facing=west] +[INITIALIZATION][SERVER][INFO] Adding a replacement for stage one. minecraft:torch[facing=south] will become primal_tech:fibre_torch_lit[facing=south] +[INITIALIZATION][SERVER][INFO] Adding a replacement for stage one. minecraft:torch[facing=north] will become primal_tech:fibre_torch_lit[facing=north] +[INITIALIZATION][SERVER][INFO] Adding a replacement for stage one. minecraft:torch[facing=up] will become primal_tech:fibre_torch_lit[facing=up] +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Sulfur Dust - immersiveengineering:material:25 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Abyssal Copper Ore - abyssalcraft:abycopore:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Abyssal Tin Ore - abyssalcraft:abytinore:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Darkstone Brick Stairs - abyssalcraft:dbstairs:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Darkstone Cobblestone Stairs - abyssalcraft:dcstairs:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Darklands Oak Wood Stairs - abyssalcraft:dltstairs:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Abyssalnite Stone Brick Fence - abyssalcraft:abydreadbrickfence:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Abyssal Stone Brick Fence - abyssalcraft:abyfence:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Coralium Brick Fence - abyssalcraft:cstonebrickfence:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Dark Ethaxium Brick Fence - abyssalcraft:darkethaxiumbrickfence:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Darklands Oak Wood Fence - abyssalcraft:dltfence:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Darklands Oak Wood Door - abyssalcraft:door_dlt:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Dreadstone Brick Fence - abyssalcraft:dreadbrickfence:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Dreadlands Wood Fence - abyssalcraft:drtfence:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Darkstone Brick Fence - abyssalcraft:dsbfence:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Ethaxium Brick Fence - abyssalcraft:ethaxiumfence:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Darkstone Hoe - abyssalcraft:dhoe:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Abyssal Stone Button - abyssalcraft:abybutton:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Abyssalnite Ore - abyssalcraft:abyore:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Abyssal Gateway - abyssalcraft:abyportal:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Abyssal Stone Brick Slab - abyssalcraft:abyslab2:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Coralium Gem Cluster - abyssalcraft:ccluster2:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Coralium Gem Cluster - abyssalcraft:ccluster3:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Coralium Gem Cluster - abyssalcraft:ccluster4:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Coralium Gem Cluster - abyssalcraft:ccluster5:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Coralium Gem Cluster - abyssalcraft:ccluster6:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Coralium Gem Cluster - abyssalcraft:ccluster7:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Coralium Gem Cluster - abyssalcraft:ccluster8:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Coralium Gem Cluster - abyssalcraft:ccluster9:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Cha'rcoal - abyssalcraft:charcoal:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Ritual Charm - abyssalcraft:charm:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Coralium Gem - abyssalcraft:coralium:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Coralium Ore - abyssalcraft:coraliumore:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Coralium Infused Stone - abyssalcraft:coraliumstone:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Coralium Pearl - abyssalcraft:cpearl:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Wooden Crate - abyssalcraft:crate:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Decorative Hastur Statue - abyssalcraft:decorativestatue:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Decorative J'zahar Statue - abyssalcraft:decorativestatue:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Decorative Azathoth Statue - abyssalcraft:decorativestatue:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Decorative Nyarlathotep Statue - abyssalcraft:decorativestatue:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Decorative Yog-Sothoth Statue - abyssalcraft:decorativestatue:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Decorative Shub-Niggurath Statue - abyssalcraft:decorativestatue:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Decorative Cthulhu Statue - abyssalcraft:decorativestatue:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Darklands Oak Wood Button - abyssalcraft:dltbutton:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Darkstone Button - abyssalcraft:dsbutton:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Energy Pedestal - abyssalcraft:energypedestal:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Monolith Stone Pillar - abyssalcraft:monolithpillar:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Necronomicon - abyssalcraft:necronomicon:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Nitre - abyssalcraft:nitre:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Nitre Ore - abyssalcraft:nitreore:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Rending Pedestal - abyssalcraft:rendingpedestal:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Ritual Altar - abyssalcraft:ritualaltar:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Ritual Pedestal - abyssalcraft:ritualpedestal:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Sacrificial Altar - abyssalcraft:sacrificialaltar:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Lesser Scroll - abyssalcraft:scroll:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Moderate Scroll - abyssalcraft:scroll:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Greater Scroll - abyssalcraft:scroll:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Basic Scroll - abyssalcraft:scroll:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Skin of The Abyssal Wasteland - abyssalcraft:skin:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Hastur Statue - abyssalcraft:statue:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. J'zahar Statue - abyssalcraft:statue:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Azathoth Statue - abyssalcraft:statue:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Nyarlathotep Statue - abyssalcraft:statue:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Yog-Sothoth Statue - abyssalcraft:statue:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Shub-Niggurath Statue - abyssalcraft:statue:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Cthulhu Statue - abyssalcraft:statue:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Darkstone - abyssalcraft:stone:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Overworld Energy Collector - abyssalcraft:tieredenergycollector:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Overworld Energy Container - abyssalcraft:tieredenergycontainer:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Overworld Energy Pedestal - abyssalcraft:tieredenergypedestal:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Overworld Energy Relay - abyssalcraft:tieredenergyrelay:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Overworld Sacrificial Altar - abyssalcraft:tieredsacrificialaltar:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Oblivion Scroll - abyssalcraft:unique_scroll:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Antimatter Scroll - abyssalcraft:unique_scroll:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Abyssalnite Axe - abyssalcraft:aaxe:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Abyssalnite Boots - abyssalcraft:aboots:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Abyssalnite Helmet - abyssalcraft:ahelmet:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Abyssalnite Hoe - abyssalcraft:ahoe:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Abyssalnite Leggings - abyssalcraft:alegs:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Abyssalnite Pickaxe - abyssalcraft:apick:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Abyssalnite Chestplate - abyssalcraft:aplate:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Abyssalnite Shovel - abyssalcraft:ashovel:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Abyssalnite Sword - abyssalcraft:asword:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Black Quartz Ore - actuallyadditions:block_misc:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Chiseled Block of Black Quartz - actuallyadditions:block_misc:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Block of Black Quartz - actuallyadditions:block_misc:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Pillar of Black Quartz - actuallyadditions:block_misc:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Tiny Torch - actuallyadditions:block_tiny_torch:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Black Quartz Axe - actuallyadditions:item_axe_quartz:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Black Quartz Boots - actuallyadditions:item_boots_quartz:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Black Quartz Chestplate - actuallyadditions:item_chest_quartz:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Crushed Coal - actuallyadditions:item_dust:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Crushed Black Quartz - actuallyadditions:item_dust:7 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Black Quartz Helmet - actuallyadditions:item_helm_quartz:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Black Quartz Hoe - actuallyadditions:item_hoe_quartz:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Black Quartz - actuallyadditions:item_misc:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Black Quartz Pants - actuallyadditions:item_pants_quartz:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Black Quartz Pickaxe - actuallyadditions:item_pickaxe_quartz:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Black Quartz Shovel - actuallyadditions:item_shovel_quartz:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Black Quartz Sword - actuallyadditions:item_sword_quartz:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Black Quartz AIOT - actuallyadditions:quartz_paxel:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Luminous Crafting Table - astralsorcery:blockaltar:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Marble Bricks - astralsorcery:blockmarble:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Marble Pillar - astralsorcery:blockmarble:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Marble Arch - astralsorcery:blockmarble:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Chiseled Marble - astralsorcery:blockmarble:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Engraved Marble - astralsorcery:blockmarble:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Runed Marble - astralsorcery:blockmarble:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Marble - astralsorcery:blockmarble:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Marble Slab - astralsorcery:blockmarbleslab:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Marble Stairs - astralsorcery:blockmarblestairs:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Parchment - astralsorcery:itemcraftingcomponent:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Aquamarine - astralsorcery:itemcraftingcomponent:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Astral Tome - astralsorcery:itemjournal:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Beneath Teleporter - beneath:teleporterbeneath:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Stone Wand - betterbuilderswands:wandstone:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Wet Adobe - betterwithaddons:adobe:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Wet Adobe - betterwithaddons:adobe:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Wet Adobe - betterwithaddons:adobe:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Wet Adobe - betterwithaddons:adobe:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Wet Adobe - betterwithaddons:adobe:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Wet Adobe - betterwithaddons:adobe:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Wet Adobe - betterwithaddons:adobe:7 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Dried Adobe - betterwithaddons:adobe:8 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Dried Adobe - betterwithaddons:adobe:9 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Dried Adobe - betterwithaddons:adobe:10 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Dried Adobe - betterwithaddons:adobe:11 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Dried Adobe - betterwithaddons:adobe:12 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Dried Adobe - betterwithaddons:adobe:13 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Dried Adobe - betterwithaddons:adobe:14 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Dried Adobe - betterwithaddons:adobe:15 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Wet Adobe - betterwithaddons:adobe:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Aqueduct - betterwithaddons:aqueduct:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Aqueduct - betterwithaddons:aqueduct:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Aqueduct - betterwithaddons:aqueduct:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Aqueduct - betterwithaddons:aqueduct:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Aqueduct - betterwithaddons:aqueduct:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Aqueduct - betterwithaddons:aqueduct:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Aqueduct - betterwithaddons:aqueduct:7 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Aqueduct - betterwithaddons:aqueduct:8 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Aqueduct - betterwithaddons:aqueduct:9 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Aqueduct - betterwithaddons:aqueduct:10 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. item.bag.name - betterwithaddons:bag:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Bag of Hemp Seeds - betterwithaddons:bag:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Bag of Melon Seeds - betterwithaddons:bag:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Bag of Pumpkin Seeds - betterwithaddons:bag:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Bag of Beetroot Seeds - betterwithaddons:bag:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Bag of Cocoa Beans - betterwithaddons:bag:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Bag of Sugar - betterwithaddons:bag:8 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Bag of Gunpowder - betterwithaddons:bag:9 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Bag of Flour - betterwithaddons:bag:10 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Bag of Sawdust - betterwithaddons:bag:13 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Bag of Seeds - betterwithaddons:bag:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Bolt of Vine - betterwithaddons:bolt:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Bolt of String - betterwithaddons:bolt:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Bolt of Hemp Cloth - betterwithaddons:bolt:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Wooden Box - betterwithaddons:box:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Orange Stained Brick - betterwithaddons:brick_stained:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Magenta Stained Brick - betterwithaddons:brick_stained:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Light Blue Stained Brick - betterwithaddons:brick_stained:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Yellow Stained Brick - betterwithaddons:brick_stained:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Lime Stained Brick - betterwithaddons:brick_stained:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Pink Stained Brick - betterwithaddons:brick_stained:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Gray Stained Brick - betterwithaddons:brick_stained:7 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Light Gray Stained Brick - betterwithaddons:brick_stained:8 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Cyan Stained Brick - betterwithaddons:brick_stained:9 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Purple Stained Brick - betterwithaddons:brick_stained:10 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Blue Stained Brick - betterwithaddons:brick_stained:11 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Brown Stained Brick - betterwithaddons:brick_stained:12 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Green Stained Brick - betterwithaddons:brick_stained:13 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Red Stained Brick - betterwithaddons:brick_stained:14 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Black Stained Brick - betterwithaddons:brick_stained:15 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. White Stained Brick - betterwithaddons:brick_stained:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. White Stained Bricks - betterwithaddons:bricks_stained:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Chute - betterwithaddons:chute:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. item.crate.name - betterwithaddons:crate:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Crated Raw Porkchops - betterwithaddons:crate:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Crated Cooked Chicken - betterwithaddons:crate:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Crated Raw Chicken - betterwithaddons:crate:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Crated Steak - betterwithaddons:crate:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Crated Raw Beef - betterwithaddons:crate:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Crated Cooked Mutton - betterwithaddons:crate:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Crated Raw Mutton - betterwithaddons:crate:7 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Crated Cooked Rabbit - betterwithaddons:crate:8 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Crated Raw Rabbit - betterwithaddons:crate:9 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Crated Eggs - betterwithaddons:crate:10 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Crated Slimeballs - betterwithaddons:crate:11 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Crated Cooked Porkchops - betterwithaddons:crate:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Cooked Beetroot - betterwithaddons:food_beetroot_cooked:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Cooked Carrot - betterwithaddons:food_carrot_cooked:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Cooked Egg - betterwithaddons:food_egg_cooked:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Meatballs - betterwithaddons:food_meatballs:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Cooked Potato - betterwithaddons:food_potato_cooked:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Fusuma - betterwithaddons:fusuma:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Clutchbox - betterwithaddons:inverted_gearbox:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Soaked Mulberry Bark - betterwithaddons:japanmat:8 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Mulberry Pulp - betterwithaddons:japanmat:9 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Mulberry Sheet - betterwithaddons:japanmat:10 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Washi - betterwithaddons:japanmat:11 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Sakura Bark - betterwithaddons:japanmat:35 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Mulberry Bark - betterwithaddons:japanmat:36 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Laxative - betterwithaddons:laxative:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Alicio Leaves - betterwithaddons:leaves_luretree:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Alicio Wood Visage - betterwithaddons:log_luretree_face:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Alicio Wood - betterwithaddons:log_luretree:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Spinning Wheel - betterwithaddons:loom:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Midori - betterwithaddons:material:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Popped Midori - betterwithaddons:material:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Thorn Rose - betterwithaddons:material:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Bone Ingot - betterwithaddons:material:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Alicio Sapling - betterwithaddons:sapling_luretree:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Scaffold - betterwithaddons:scaffold:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Shoji - betterwithaddons:shoji:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Spindle - betterwithaddons:spindle:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Thorny Vine Seed - betterwithaddons:thorn_rose:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Stone Weight Sensor - betterwithaddons:weight_stone:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Weight Sensor - betterwithaddons:weight_wood:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Zen Garden Iron Sand - betterwithaddons:zen_ironsand:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Zen Garden Red Sand - betterwithaddons:zen_redsand:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Zen Garden Sand - betterwithaddons:zen_sand:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. 17 entries: +White Terracotta Corner - betterwithmods:corner_rock:0{texture:{Properties:{color:"white"},Name:"minecraft:stained_hardened_clay"}} +Orange Terracotta Corner - betterwithmods:corner_rock:0{texture:{Properties:{color:"orange"},Name:"minecraft:stained_hardened_clay"}} +Magenta Terracotta Corner - betterwithmods:corner_rock:0{texture:{Properties:{color:"magenta"},Name:"minecraft:stained_hardened_clay"}} +Light Blue Terracotta Corner - betterwithmods:corner_rock:0{texture:{Properties:{color:"light_blue"},Name:"minecraft:stained_hardened_clay"}} +Yellow Terracotta Corner - betterwithmods:corner_rock:0{texture:{Properties:{color:"yellow"},Name:"minecraft:stained_hardened_clay"}} +Lime Terracotta Corner - betterwithmods:corner_rock:0{texture:{Properties:{color:"lime"},Name:"minecraft:stained_hardened_clay"}} +Pink Terracotta Corner - betterwithmods:corner_rock:0{texture:{Properties:{color:"pink"},Name:"minecraft:stained_hardened_clay"}} +Gray Terracotta Corner - betterwithmods:corner_rock:0{texture:{Properties:{color:"gray"},Name:"minecraft:stained_hardened_clay"}} +Light Gray Terracotta Corner - betterwithmods:corner_rock:0{texture:{Properties:{color:"silver"},Name:"minecraft:stained_hardened_clay"}} +Cyan Terracotta Corner - betterwithmods:corner_rock:0{texture:{Properties:{color:"cyan"},Name:"minecraft:stained_hardened_clay"}} +Purple Terracotta Corner - betterwithmods:corner_rock:0{texture:{Properties:{color:"purple"},Name:"minecraft:stained_hardened_clay"}} +Blue Terracotta Corner - betterwithmods:corner_rock:0{texture:{Properties:{color:"blue"},Name:"minecraft:stained_hardened_clay"}} +Brown Terracotta Corner - betterwithmods:corner_rock:0{texture:{Properties:{color:"brown"},Name:"minecraft:stained_hardened_clay"}} +Green Terracotta Corner - betterwithmods:corner_rock:0{texture:{Properties:{color:"green"},Name:"minecraft:stained_hardened_clay"}} +Red Terracotta Corner - betterwithmods:corner_rock:0{texture:{Properties:{color:"red"},Name:"minecraft:stained_hardened_clay"}} +Black Terracotta Corner - betterwithmods:corner_rock:0{texture:{Properties:{color:"black"},Name:"minecraft:stained_hardened_clay"}} +Terracotta Corner - betterwithmods:corner_rock:0{texture:{Name:"minecraft:hardened_clay"}} +[INITIALIZATION][SERVER][INFO] Adding: (Ingredients) type:CORNER parent:[1xtile.clayHardenedStained@0, 1xtile.clayHardenedStained@1, 1xtile.clayHardenedStained@2, 1xtile.clayHardenedStained@3, 1xtile.clayHardenedStained@4, 1xtile.clayHardenedStained@5, 1xtile.clayHardenedStained@6, 1xtile.clayHardenedStained@7, 1xtile.clayHardenedStained@8, 1xtile.clayHardenedStained@9, 1xtile.clayHardenedStained@10, 1xtile.clayHardenedStained@11, 1xtile.clayHardenedStained@12, 1xtile.clayHardenedStained@13, 1xtile.clayHardenedStained@14, 1xtile.clayHardenedStained@15, 1xtile.clayHardened@0] to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. 3 entries: +Sandstone Corner - betterwithmods:corner_rock:0{texture:{Properties:{type:"sandstone"},Name:"minecraft:sandstone"}} +Chiseled Sandstone Corner - betterwithmods:corner_rock:0{texture:{Properties:{type:"chiseled_sandstone"},Name:"minecraft:sandstone"}} +Smooth Sandstone Corner - betterwithmods:corner_rock:0{texture:{Properties:{type:"smooth_sandstone"},Name:"minecraft:sandstone"}} +[INITIALIZATION][SERVER][INFO] Adding: (Ingredients) type:CORNER parent:[1xtile.sandStone@0, 1xtile.sandStone@1, 1xtile.sandStone@2, 1xtile.redSandStone@0, 1xtile.redSandStone@1, 1xtile.redSandStone@2, 1xtile.chisel.sandstoneyellow@0, 1xtile.chisel.sandstoneyellow@1, 1xtile.chisel.sandstoneyellow@2, 1xtile.chisel.sandstoneyellow@3, 1xtile.chisel.sandstoneyellow@4, 1xtile.chisel.sandstoneyellow@5, 1xtile.chisel.sandstoneyellow@6, 1xtile.chisel.sandstoneyellow@7, 1xtile.chisel.sandstoneyellow@8, 1xtile.chisel.sandstoneyellow@9, 1xtile.chisel.sandstoneyellow@10, 1xtile.chisel.sandstoneyellow@11, 1xtile.chisel.sandstoneyellow@12, 1xtile.chisel.sandstoneyellow@13, 1xtile.chisel.sandstoneyellow@14, 1xtile.chisel.sandstoneyellow@15, 1xtile.chisel.sandstoneyellow@0, 1xtile.chisel.sandstoneyellow@1, 1xtile.chisel.sandstoneyellow@2, 1xtile.chisel.sandstoneyellow@3, 1xtile.chisel.sandstoneyellow@4, 1xtile.chisel.sandstoneyellow@5, 1xtile.chisel.sandstoneyellow@6, 1xtile.chisel.sandstoneyellow@7, 1xtile.chisel.sandstoneyellow@8, 1xtile.chisel.sandstoneyellow@9, 1xtile.chisel.sandstoneyellow@0, 1xtile.chisel.sandstoneyellow@1, 1xtile.chisel.sandstoneyellow@2, 1xtile.chisel.sandstoneyellow@3, 1xtile.chisel.sandstoneyellow@4, 1xtile.chisel.sandstoneyellow@5, 1xtile.chisel.sandstoneyellow@6, 1xtile.chisel.sandstonered@0, 1xtile.chisel.sandstonered@1, 1xtile.chisel.sandstonered@2, 1xtile.chisel.sandstonered@3, 1xtile.chisel.sandstonered@4, 1xtile.chisel.sandstonered@5, 1xtile.chisel.sandstonered@6, 1xtile.chisel.sandstonered@7, 1xtile.chisel.sandstonered@8, 1xtile.chisel.sandstonered@9, 1xtile.chisel.sandstonered@10, 1xtile.chisel.sandstonered@11, 1xtile.chisel.sandstonered@12, 1xtile.chisel.sandstonered@13, 1xtile.chisel.sandstonered@14, 1xtile.chisel.sandstonered@15, 1xtile.chisel.sandstonered@0, 1xtile.chisel.sandstonered@1, 1xtile.chisel.sandstonered@2, 1xtile.chisel.sandstonered@3, 1xtile.chisel.sandstonered@4, 1xtile.chisel.sandstonered@5, 1xtile.chisel.sandstonered@6, 1xtile.chisel.sandstonered@7, 1xtile.chisel.sandstonered@8, 1xtile.chisel.sandstonered@9, 1xtile.chisel.sandstonered@0, 1xtile.chisel.sandstonered@1, 1xtile.chisel.sandstonered@2, 1xtile.chisel.sandstonered@3, 1xtile.chisel.sandstonered@4, 1xtile.chisel.sandstonered@5, 1xtile.chisel.sandstonered@6, 1xtile.chisel.sandstone-scribbles@0, 1xtile.chisel.sandstone-scribbles@1, 1xtile.chisel.sandstone-scribbles@2, 1xtile.chisel.sandstone-scribbles@3, 1xtile.chisel.sandstone-scribbles@4, 1xtile.chisel.sandstone-scribbles@5, 1xtile.chisel.sandstone-scribbles@6, 1xtile.chisel.sandstone-scribbles@7, 1xtile.chisel.sandstone-scribbles@8, 1xtile.chisel.sandstone-scribbles@9, 1xtile.chisel.sandstone-scribbles@10, 1xtile.chisel.sandstone-scribbles@11, 1xtile.chisel.sandstone-scribbles@12, 1xtile.chisel.sandstone-scribbles@13, 1xtile.chisel.sandstone-scribbles@14, 1xtile.chisel.sandstone-scribbles@15] to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. 148 entries: +Oak Wood Planks Corner - betterwithmods:corner_wood:0{texture:{Properties:{variant:"oak"},Name:"minecraft:planks"}} +Spruce Wood Planks Corner - betterwithmods:corner_wood:0{texture:{Properties:{variant:"spruce"},Name:"minecraft:planks"}} +Birch Wood Planks Corner - betterwithmods:corner_wood:0{texture:{Properties:{variant:"birch"},Name:"minecraft:planks"}} +Jungle Wood Planks Corner - betterwithmods:corner_wood:0{texture:{Properties:{variant:"jungle"},Name:"minecraft:planks"}} +Acacia Wood Planks Corner - betterwithmods:corner_wood:0{texture:{Properties:{variant:"acacia"},Name:"minecraft:planks"}} +Dark Oak Wood Planks Corner - betterwithmods:corner_wood:0{texture:{Properties:{variant:"dark_oak"},Name:"minecraft:planks"}} +Olive Wood Planks Corner - betterwithmods:corner_wood:0{texture:{Properties:{variant:"olive"},Name:"rustic:planks"}} +Ironwood Planks Corner - betterwithmods:corner_wood:0{texture:{Properties:{variant:"ironwood"},Name:"rustic:planks"}} +Black Painted Wood Corner - betterwithmods:corner_wood:0{texture:{Name:"rustic:painted_wood_black"}} +Blue Painted Wood Corner - betterwithmods:corner_wood:0{texture:{Name:"rustic:painted_wood_blue"}} +Brown Painted Wood Corner - betterwithmods:corner_wood:0{texture:{Name:"rustic:painted_wood_brown"}} +Cyan Painted Wood Corner - betterwithmods:corner_wood:0{texture:{Name:"rustic:painted_wood_cyan"}} +Gray Painted Wood Corner - betterwithmods:corner_wood:0{texture:{Name:"rustic:painted_wood_gray"}} +Green Painted Wood Corner - betterwithmods:corner_wood:0{texture:{Name:"rustic:painted_wood_green"}} +Light Blue Painted Wood Corner - betterwithmods:corner_wood:0{texture:{Name:"rustic:painted_wood_light_blue"}} +Lime Painted Wood Corner - betterwithmods:corner_wood:0{texture:{Name:"rustic:painted_wood_lime"}} +Magenta Painted Wood Corner - betterwithmods:corner_wood:0{texture:{Name:"rustic:painted_wood_magenta"}} +Orange Painted Wood Corner - betterwithmods:corner_wood:0{texture:{Name:"rustic:painted_wood_orange"}} +Pink Painted Wood Corner - betterwithmods:corner_wood:0{texture:{Name:"rustic:painted_wood_pink"}} +Purple Painted Wood Corner - betterwithmods:corner_wood:0{texture:{Name:"rustic:painted_wood_purple"}} +Red Painted Wood Corner - betterwithmods:corner_wood:0{texture:{Name:"rustic:painted_wood_red"}} +Light Gray Painted Wood Corner - betterwithmods:corner_wood:0{texture:{Name:"rustic:painted_wood_silver"}} +White Painted Wood Corner - betterwithmods:corner_wood:0{texture:{Name:"rustic:painted_wood_white"}} +Yellow Painted Wood Corner - betterwithmods:corner_wood:0{texture:{Name:"rustic:painted_wood_yellow"}} +Oak Planks Corner - betterwithmods:corner_wood:0{texture:{Properties:{variation:"0"},Name:"chisel:planks-oak"}} +Oak Planks Corner - betterwithmods:corner_wood:0{texture:{Properties:{variation:"1"},Name:"chisel:planks-oak"}} +Oak Planks Corner - betterwithmods:corner_wood:0{texture:{Properties:{variation:"2"},Name:"chisel:planks-oak"}} +Oak Planks Corner - betterwithmods:corner_wood:0{texture:{Properties:{variation:"3"},Name:"chisel:planks-oak"}} +Oak Planks Corner - betterwithmods:corner_wood:0{texture:{Properties:{variation:"4"},Name:"chisel:planks-oak"}} +Oak Planks Corner - betterwithmods:corner_wood:0{texture:{Properties:{variation:"5"},Name:"chisel:planks-oak"}} +Oak Planks Corner - betterwithmods:corner_wood:0{texture:{Properties:{variation:"6"},Name:"chisel:planks-oak"}} +Oak Planks Corner - betterwithmods:corner_wood:0{texture:{Properties:{variation:"7"},Name:"chisel:planks-oak"}} +Oak Planks Corner - betterwithmods:corner_wood:0{texture:{Properties:{variation:"8"},Name:"chisel:planks-oak"}} +Oak Planks Corner - betterwithmods:corner_wood:0{texture:{Properties:{variation:"9"},Name:"chisel:planks-oak"}} +Oak Planks Corner - betterwithmods:corner_wood:0{texture:{Properties:{variation:"10"},Name:"chisel:planks-oak"}} +Oak Planks Corner - betterwithmods:corner_wood:0{texture:{Properties:{variation:"11"},Name:"chisel:planks-oak"}} +Oak Planks Corner - betterwithmods:corner_wood:0{texture:{Properties:{variation:"12"},Name:"chisel:planks-oak"}} +Oak Planks Corner - betterwithmods:corner_wood:0{texture:{Properties:{variation:"13"},Name:"chisel:planks-oak"}} +Oak Planks Corner - betterwithmods:corner_wood:0{texture:{Properties:{variation:"14"},Name:"chisel:planks-oak"}} +Spruce Planks Corner - betterwithmods:corner_wood:0{texture:{Properties:{variation:"0"},Name:"chisel:planks-spruce"}} +Spruce Planks Corner - betterwithmods:corner_wood:0{texture:{Properties:{variation:"1"},Name:"chisel:planks-spruce"}} +Spruce Planks Corner - betterwithmods:corner_wood:0{texture:{Properties:{variation:"2"},Name:"chisel:planks-spruce"}} +Spruce Planks Corner - betterwithmods:corner_wood:0{texture:{Properties:{variation:"3"},Name:"chisel:planks-spruce"}} +Spruce Planks Corner - betterwithmods:corner_wood:0{texture:{Properties:{variation:"4"},Name:"chisel:planks-spruce"}} +Spruce Planks Corner - betterwithmods:corner_wood:0{texture:{Properties:{variation:"5"},Name:"chisel:planks-spruce"}} +Spruce Planks Corner - betterwithmods:corner_wood:0{texture:{Properties:{variation:"6"},Name:"chisel:planks-spruce"}} +Spruce Planks Corner - betterwithmods:corner_wood:0{texture:{Properties:{variation:"7"},Name:"chisel:planks-spruce"}} +Spruce Planks Corner - betterwithmods:corner_wood:0{texture:{Properties:{variation:"8"},Name:"chisel:planks-spruce"}} +Spruce Planks Corner - betterwithmods:corner_wood:0{texture:{Properties:{variation:"9"},Name:"chisel:planks-spruce"}} +Spruce Planks Corner - betterwithmods:corner_wood:0{texture:{Properties:{variation:"10"},Name:"chisel:planks-spruce"}} +Spruce Planks Corner - betterwithmods:corner_wood:0{texture:{Properties:{variation:"11"},Name:"chisel:planks-spruce"}} +Spruce Planks Corner - betterwithmods:corner_wood:0{texture:{Properties:{variation:"12"},Name:"chisel:planks-spruce"}} +Spruce Planks Corner - betterwithmods:corner_wood:0{texture:{Properties:{variation:"13"},Name:"chisel:planks-spruce"}} +Spruce Planks Corner - betterwithmods:corner_wood:0{texture:{Properties:{variation:"14"},Name:"chisel:planks-spruce"}} +Birch Planks Corner - betterwithmods:corner_wood:0{texture:{Properties:{variation:"0"},Name:"chisel:planks-birch"}} +Birch Planks Corner - betterwithmods:corner_wood:0{texture:{Properties:{variation:"1"},Name:"chisel:planks-birch"}} +Birch Planks Corner - betterwithmods:corner_wood:0{texture:{Properties:{variation:"2"},Name:"chisel:planks-birch"}} +Birch Planks Corner - betterwithmods:corner_wood:0{texture:{Properties:{variation:"3"},Name:"chisel:planks-birch"}} +Birch Planks Corner - betterwithmods:corner_wood:0{texture:{Properties:{variation:"4"},Name:"chisel:planks-birch"}} +Birch Planks Corner - betterwithmods:corner_wood:0{texture:{Properties:{variation:"5"},Name:"chisel:planks-birch"}} +Birch Planks Corner - betterwithmods:corner_wood:0{texture:{Properties:{variation:"6"},Name:"chisel:planks-birch"}} +Birch Planks Corner - betterwithmods:corner_wood:0{texture:{Properties:{variation:"7"},Name:"chisel:planks-birch"}} +Birch Planks Corner - betterwithmods:corner_wood:0{texture:{Properties:{variation:"8"},Name:"chisel:planks-birch"}} +Birch Planks Corner - betterwithmods:corner_wood:0{texture:{Properties:{variation:"9"},Name:"chisel:planks-birch"}} +Birch Planks Corner - betterwithmods:corner_wood:0{texture:{Properties:{variation:"10"},Name:"chisel:planks-birch"}} +Birch Planks Corner - betterwithmods:corner_wood:0{texture:{Properties:{variation:"11"},Name:"chisel:planks-birch"}} +Birch Planks Corner - betterwithmods:corner_wood:0{texture:{Properties:{variation:"12"},Name:"chisel:planks-birch"}} +Birch Planks Corner - betterwithmods:corner_wood:0{texture:{Properties:{variation:"13"},Name:"chisel:planks-birch"}} +Birch Planks Corner - betterwithmods:corner_wood:0{texture:{Properties:{variation:"14"},Name:"chisel:planks-birch"}} +Jungle Planks Corner - betterwithmods:corner_wood:0{texture:{Properties:{variation:"0"},Name:"chisel:planks-jungle"}} +Jungle Planks Corner - betterwithmods:corner_wood:0{texture:{Properties:{variation:"1"},Name:"chisel:planks-jungle"}} +Jungle Planks Corner - betterwithmods:corner_wood:0{texture:{Properties:{variation:"2"},Name:"chisel:planks-jungle"}} +Jungle Planks Corner - betterwithmods:corner_wood:0{texture:{Properties:{variation:"3"},Name:"chisel:planks-jungle"}} +Jungle Planks Corner - betterwithmods:corner_wood:0{texture:{Properties:{variation:"4"},Name:"chisel:planks-jungle"}} +Jungle Planks Corner - betterwithmods:corner_wood:0{texture:{Properties:{variation:"5"},Name:"chisel:planks-jungle"}} +Jungle Planks Corner - betterwithmods:corner_wood:0{texture:{Properties:{variation:"6"},Name:"chisel:planks-jungle"}} +Jungle Planks Corner - betterwithmods:corner_wood:0{texture:{Properties:{variation:"7"},Name:"chisel:planks-jungle"}} +Jungle Planks Corner - betterwithmods:corner_wood:0{texture:{Properties:{variation:"8"},Name:"chisel:planks-jungle"}} +Jungle Planks Corner - betterwithmods:corner_wood:0{texture:{Properties:{variation:"9"},Name:"chisel:planks-jungle"}} +Jungle Planks Corner - betterwithmods:corner_wood:0{texture:{Properties:{variation:"10"},Name:"chisel:planks-jungle"}} +Jungle Planks Corner - betterwithmods:corner_wood:0{texture:{Properties:{variation:"11"},Name:"chisel:planks-jungle"}} +Jungle Planks Corner - betterwithmods:corner_wood:0{texture:{Properties:{variation:"12"},Name:"chisel:planks-jungle"}} +Jungle Planks Corner - betterwithmods:corner_wood:0{texture:{Properties:{variation:"13"},Name:"chisel:planks-jungle"}} +Jungle Planks Corner - betterwithmods:corner_wood:0{texture:{Properties:{variation:"14"},Name:"chisel:planks-jungle"}} +Acacia Planks Corner - betterwithmods:corner_wood:0{texture:{Properties:{variation:"0"},Name:"chisel:planks-acacia"}} +Acacia Planks Corner - betterwithmods:corner_wood:0{texture:{Properties:{variation:"1"},Name:"chisel:planks-acacia"}} +Acacia Planks Corner - betterwithmods:corner_wood:0{texture:{Properties:{variation:"2"},Name:"chisel:planks-acacia"}} +Acacia Planks Corner - betterwithmods:corner_wood:0{texture:{Properties:{variation:"3"},Name:"chisel:planks-acacia"}} +Acacia Planks Corner - betterwithmods:corner_wood:0{texture:{Properties:{variation:"4"},Name:"chisel:planks-acacia"}} +Acacia Planks Corner - betterwithmods:corner_wood:0{texture:{Properties:{variation:"5"},Name:"chisel:planks-acacia"}} +Acacia Planks Corner - betterwithmods:corner_wood:0{texture:{Properties:{variation:"6"},Name:"chisel:planks-acacia"}} +Acacia Planks Corner - betterwithmods:corner_wood:0{texture:{Properties:{variation:"7"},Name:"chisel:planks-acacia"}} +Acacia Planks Corner - betterwithmods:corner_wood:0{texture:{Properties:{variation:"8"},Name:"chisel:planks-acacia"}} +Acacia Planks Corner - betterwithmods:corner_wood:0{texture:{Properties:{variation:"9"},Name:"chisel:planks-acacia"}} +Acacia Planks Corner - betterwithmods:corner_wood:0{texture:{Properties:{variation:"10"},Name:"chisel:planks-acacia"}} +Acacia Planks Corner - betterwithmods:corner_wood:0{texture:{Properties:{variation:"11"},Name:"chisel:planks-acacia"}} +Acacia Planks Corner - betterwithmods:corner_wood:0{texture:{Properties:{variation:"12"},Name:"chisel:planks-acacia"}} +Acacia Planks Corner - betterwithmods:corner_wood:0{texture:{Properties:{variation:"13"},Name:"chisel:planks-acacia"}} +Acacia Planks Corner - betterwithmods:corner_wood:0{texture:{Properties:{variation:"14"},Name:"chisel:planks-acacia"}} +Dark Oak Planks Corner - betterwithmods:corner_wood:0{texture:{Properties:{variation:"0"},Name:"chisel:planks-dark-oak"}} +Dark Oak Planks Corner - betterwithmods:corner_wood:0{texture:{Properties:{variation:"1"},Name:"chisel:planks-dark-oak"}} +Dark Oak Planks Corner - betterwithmods:corner_wood:0{texture:{Properties:{variation:"2"},Name:"chisel:planks-dark-oak"}} +Dark Oak Planks Corner - betterwithmods:corner_wood:0{texture:{Properties:{variation:"3"},Name:"chisel:planks-dark-oak"}} +Dark Oak Planks Corner - betterwithmods:corner_wood:0{texture:{Properties:{variation:"4"},Name:"chisel:planks-dark-oak"}} +Dark Oak Planks Corner - betterwithmods:corner_wood:0{texture:{Properties:{variation:"5"},Name:"chisel:planks-dark-oak"}} +Dark Oak Planks Corner - betterwithmods:corner_wood:0{texture:{Properties:{variation:"6"},Name:"chisel:planks-dark-oak"}} +Dark Oak Planks Corner - betterwithmods:corner_wood:0{texture:{Properties:{variation:"7"},Name:"chisel:planks-dark-oak"}} +Dark Oak Planks Corner - betterwithmods:corner_wood:0{texture:{Properties:{variation:"8"},Name:"chisel:planks-dark-oak"}} +Dark Oak Planks Corner - betterwithmods:corner_wood:0{texture:{Properties:{variation:"9"},Name:"chisel:planks-dark-oak"}} +Dark Oak Planks Corner - betterwithmods:corner_wood:0{texture:{Properties:{variation:"10"},Name:"chisel:planks-dark-oak"}} +Dark Oak Planks Corner - betterwithmods:corner_wood:0{texture:{Properties:{variation:"11"},Name:"chisel:planks-dark-oak"}} +Dark Oak Planks Corner - betterwithmods:corner_wood:0{texture:{Properties:{variation:"12"},Name:"chisel:planks-dark-oak"}} +Dark Oak Planks Corner - betterwithmods:corner_wood:0{texture:{Properties:{variation:"13"},Name:"chisel:planks-dark-oak"}} +Dark Oak Planks Corner - betterwithmods:corner_wood:0{texture:{Properties:{variation:"14"},Name:"chisel:planks-dark-oak"}} +Maple Planks Corner - betterwithmods:corner_wood:0{texture:{Properties:{type:"maple"},Name:"natura:overworld_planks"}} +Silverbell Planks Corner - betterwithmods:corner_wood:0{texture:{Properties:{type:"silverbell"},Name:"natura:overworld_planks"}} +Amaranth Planks Corner - betterwithmods:corner_wood:0{texture:{Properties:{type:"amaranth"},Name:"natura:overworld_planks"}} +Tigerwood Planks Corner - betterwithmods:corner_wood:0{texture:{Properties:{type:"tiger"},Name:"natura:overworld_planks"}} +Willow Planks Corner - betterwithmods:corner_wood:0{texture:{Properties:{type:"willow"},Name:"natura:overworld_planks"}} +Eucalyptus Planks Corner - betterwithmods:corner_wood:0{texture:{Properties:{type:"eucalyptus"},Name:"natura:overworld_planks"}} +Hopseed Planks Corner - betterwithmods:corner_wood:0{texture:{Properties:{type:"hopseed"},Name:"natura:overworld_planks"}} +Sakura Planks Corner - betterwithmods:corner_wood:0{texture:{Properties:{type:"sakura"},Name:"natura:overworld_planks"}} +Redwood Planks Corner - betterwithmods:corner_wood:0{texture:{Properties:{type:"redwood"},Name:"natura:overworld_planks"}} +Ghostwood Planks Corner - betterwithmods:corner_wood:0{texture:{Properties:{type:"ghostwood"},Name:"natura:nether_planks"}} +Bloodwood Planks Corner - betterwithmods:corner_wood:0{texture:{Properties:{type:"bloodwood"},Name:"natura:nether_planks"}} +Darkwood Planks Corner - betterwithmods:corner_wood:0{texture:{Properties:{type:"darkwood"},Name:"natura:nether_planks"}} +Fusewood Planks Corner - betterwithmods:corner_wood:0{texture:{Properties:{type:"fusewood"},Name:"natura:nether_planks"}} +Sakura Wood Planks Corner - betterwithmods:corner_wood:0{texture:{Name:"betterwithaddons:planks_sakura"}} +Mulberry Wood Planks Corner - betterwithmods:corner_wood:0{texture:{Name:"betterwithaddons:planks_mulberry"}} +Menril Wood Planks Corner - betterwithmods:corner_wood:0{texture:{Name:"integrateddynamics:menril_planks"}} +Ironwood Planks Corner - betterwithmods:corner_wood:0{texture:{Properties:{type:"ironwood"},Name:"primal:planks"}} +Darklands Oak Wood Planks Corner - betterwithmods:corner_wood:0{texture:{Name:"abyssalcraft:dltplank"}} +Dreadlands Wood Planks Corner - betterwithmods:corner_wood:0{texture:{Name:"abyssalcraft:dreadplanks"}} +Weedwood Planks Corner - betterwithmods:corner_wood:0{texture:{Name:"thebetweenlands:weedwood_planks"}} +Rubber Tree Planks Corner - betterwithmods:corner_wood:0{texture:{Name:"thebetweenlands:rubber_tree_planks"}} +Giant Root Planks Corner - betterwithmods:corner_wood:0{texture:{Name:"thebetweenlands:giant_root_planks"}} +Hearthgrove Planks Corner - betterwithmods:corner_wood:0{texture:{Name:"thebetweenlands:hearthgrove_planks"}} +Nibbletwig Planks Corner - betterwithmods:corner_wood:0{texture:{Name:"thebetweenlands:nibbletwig_planks"}} +Ironwood Planks Corner - betterwithmods:corner_wood:0{texture:{Properties:{type:"ironwood"},Name:"primal:planks"}} +Maple Planks Corner - betterwithmods:corner_wood:0{texture:{Properties:{type:"maple"},Name:"natura:overworld_planks"}} +Silverbell Planks Corner - betterwithmods:corner_wood:0{texture:{Properties:{type:"silverbell"},Name:"natura:overworld_planks"}} +Amaranth Planks Corner - betterwithmods:corner_wood:0{texture:{Properties:{type:"amaranth"},Name:"natura:overworld_planks"}} +Tigerwood Planks Corner - betterwithmods:corner_wood:0{texture:{Properties:{type:"tiger"},Name:"natura:overworld_planks"}} +Willow Planks Corner - betterwithmods:corner_wood:0{texture:{Properties:{type:"willow"},Name:"natura:overworld_planks"}} +Eucalyptus Planks Corner - betterwithmods:corner_wood:0{texture:{Properties:{type:"eucalyptus"},Name:"natura:overworld_planks"}} +Hopseed Planks Corner - betterwithmods:corner_wood:0{texture:{Properties:{type:"hopseed"},Name:"natura:overworld_planks"}} +Sakura Planks Corner - betterwithmods:corner_wood:0{texture:{Properties:{type:"sakura"},Name:"natura:overworld_planks"}} +Redwood Planks Corner - betterwithmods:corner_wood:0{texture:{Properties:{type:"redwood"},Name:"natura:overworld_planks"}} +[INITIALIZATION][SERVER][INFO] Adding: (Ingredients) type:CORNER parent:[1xtile.wood@0, 1xtile.wood@1, 1xtile.wood@2, 1xtile.wood@3, 1xtile.wood@4, 1xtile.wood@5, 1xtile.rustic.planks@0, 1xtile.rustic.planks@1, 1xtile.rustic.painted_wood_black@0, 1xtile.rustic.painted_wood_blue@0, 1xtile.rustic.painted_wood_brown@0, 1xtile.rustic.painted_wood_cyan@0, 1xtile.rustic.painted_wood_gray@0, 1xtile.rustic.painted_wood_green@0, 1xtile.rustic.painted_wood_light_blue@0, 1xtile.rustic.painted_wood_lime@0, 1xtile.rustic.painted_wood_magenta@0, 1xtile.rustic.painted_wood_orange@0, 1xtile.rustic.painted_wood_pink@0, 1xtile.rustic.painted_wood_purple@0, 1xtile.rustic.painted_wood_red@0, 1xtile.rustic.painted_wood_silver@0, 1xtile.rustic.painted_wood_white@0, 1xtile.rustic.painted_wood_yellow@0, 1xtile.chisel.planks-oak@0, 1xtile.chisel.planks-oak@1, 1xtile.chisel.planks-oak@2, 1xtile.chisel.planks-oak@3, 1xtile.chisel.planks-oak@4, 1xtile.chisel.planks-oak@5, 1xtile.chisel.planks-oak@6, 1xtile.chisel.planks-oak@7, 1xtile.chisel.planks-oak@8, 1xtile.chisel.planks-oak@9, 1xtile.chisel.planks-oak@10, 1xtile.chisel.planks-oak@11, 1xtile.chisel.planks-oak@12, 1xtile.chisel.planks-oak@13, 1xtile.chisel.planks-oak@14, 1xtile.chisel.planks-spruce@0, 1xtile.chisel.planks-spruce@1, 1xtile.chisel.planks-spruce@2, 1xtile.chisel.planks-spruce@3, 1xtile.chisel.planks-spruce@4, 1xtile.chisel.planks-spruce@5, 1xtile.chisel.planks-spruce@6, 1xtile.chisel.planks-spruce@7, 1xtile.chisel.planks-spruce@8, 1xtile.chisel.planks-spruce@9, 1xtile.chisel.planks-spruce@10, 1xtile.chisel.planks-spruce@11, 1xtile.chisel.planks-spruce@12, 1xtile.chisel.planks-spruce@13, 1xtile.chisel.planks-spruce@14, 1xtile.chisel.planks-birch@0, 1xtile.chisel.planks-birch@1, 1xtile.chisel.planks-birch@2, 1xtile.chisel.planks-birch@3, 1xtile.chisel.planks-birch@4, 1xtile.chisel.planks-birch@5, 1xtile.chisel.planks-birch@6, 1xtile.chisel.planks-birch@7, 1xtile.chisel.planks-birch@8, 1xtile.chisel.planks-birch@9, 1xtile.chisel.planks-birch@10, 1xtile.chisel.planks-birch@11, 1xtile.chisel.planks-birch@12, 1xtile.chisel.planks-birch@13, 1xtile.chisel.planks-birch@14, 1xtile.chisel.planks-jungle@0, 1xtile.chisel.planks-jungle@1, 1xtile.chisel.planks-jungle@2, 1xtile.chisel.planks-jungle@3, 1xtile.chisel.planks-jungle@4, 1xtile.chisel.planks-jungle@5, 1xtile.chisel.planks-jungle@6, 1xtile.chisel.planks-jungle@7, 1xtile.chisel.planks-jungle@8, 1xtile.chisel.planks-jungle@9, 1xtile.chisel.planks-jungle@10, 1xtile.chisel.planks-jungle@11, 1xtile.chisel.planks-jungle@12, 1xtile.chisel.planks-jungle@13, 1xtile.chisel.planks-jungle@14, 1xtile.chisel.planks-acacia@0, 1xtile.chisel.planks-acacia@1, 1xtile.chisel.planks-acacia@2, 1xtile.chisel.planks-acacia@3, 1xtile.chisel.planks-acacia@4, 1xtile.chisel.planks-acacia@5, 1xtile.chisel.planks-acacia@6, 1xtile.chisel.planks-acacia@7, 1xtile.chisel.planks-acacia@8, 1xtile.chisel.planks-acacia@9, 1xtile.chisel.planks-acacia@10, 1xtile.chisel.planks-acacia@11, 1xtile.chisel.planks-acacia@12, 1xtile.chisel.planks-acacia@13, 1xtile.chisel.planks-acacia@14, 1xtile.chisel.planks-dark-oak@0, 1xtile.chisel.planks-dark-oak@1, 1xtile.chisel.planks-dark-oak@2, 1xtile.chisel.planks-dark-oak@3, 1xtile.chisel.planks-dark-oak@4, 1xtile.chisel.planks-dark-oak@5, 1xtile.chisel.planks-dark-oak@6, 1xtile.chisel.planks-dark-oak@7, 1xtile.chisel.planks-dark-oak@8, 1xtile.chisel.planks-dark-oak@9, 1xtile.chisel.planks-dark-oak@10, 1xtile.chisel.planks-dark-oak@11, 1xtile.chisel.planks-dark-oak@12, 1xtile.chisel.planks-dark-oak@13, 1xtile.chisel.planks-dark-oak@14, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8, 1xtile.natura.nether_planks@0, 1xtile.natura.nether_planks@1, 1xtile.natura.nether_planks@2, 1xtile.natura.nether_planks@3, 1xtile.planks_sakura@0, 1xtile.planks_mulberry@0, 1xtile.blocks.integrateddynamics.menril_planks@0, 1xtile.primal.planks@0, 1xtile.primal.planks@1, 1xtile.primal.planks@2, 1xtile.primal.planks@3, 1xtile.dltplank@0, 1xtile.dreadplanks@0, 1xtile.thebetweenlands.weedwood_planks@0, 1xtile.thebetweenlands.rubber_tree_planks@0, 1xtile.thebetweenlands.giant_root_planks@0, 1xtile.thebetweenlands.hearthgrove_planks@0, 1xtile.thebetweenlands.nibbletwig_planks@0, 1xtile.twilightforest.TowerStone@0, 1xtile.twilightforest.TowerStone@1, 1xtile.twilightforest.TowerStone@2, 1xtile.twilightforest.TowerStone@3, 1xtile.twilightforest.TowerStone@4, 1xtile.totemic:cedar_plank@0, 1xtile.traverse:fir_planks@0, 1xtile.kepler22b_planks.0@0, 1xtile.primal.planks@0, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8] to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. 17 entries: +White Terracotta Moulding - betterwithmods:moulding_rock:0{texture:{Properties:{color:"white"},Name:"minecraft:stained_hardened_clay"}} +Orange Terracotta Moulding - betterwithmods:moulding_rock:0{texture:{Properties:{color:"orange"},Name:"minecraft:stained_hardened_clay"}} +Magenta Terracotta Moulding - betterwithmods:moulding_rock:0{texture:{Properties:{color:"magenta"},Name:"minecraft:stained_hardened_clay"}} +Light Blue Terracotta Moulding - betterwithmods:moulding_rock:0{texture:{Properties:{color:"light_blue"},Name:"minecraft:stained_hardened_clay"}} +Yellow Terracotta Moulding - betterwithmods:moulding_rock:0{texture:{Properties:{color:"yellow"},Name:"minecraft:stained_hardened_clay"}} +Lime Terracotta Moulding - betterwithmods:moulding_rock:0{texture:{Properties:{color:"lime"},Name:"minecraft:stained_hardened_clay"}} +Pink Terracotta Moulding - betterwithmods:moulding_rock:0{texture:{Properties:{color:"pink"},Name:"minecraft:stained_hardened_clay"}} +Gray Terracotta Moulding - betterwithmods:moulding_rock:0{texture:{Properties:{color:"gray"},Name:"minecraft:stained_hardened_clay"}} +Light Gray Terracotta Moulding - betterwithmods:moulding_rock:0{texture:{Properties:{color:"silver"},Name:"minecraft:stained_hardened_clay"}} +Cyan Terracotta Moulding - betterwithmods:moulding_rock:0{texture:{Properties:{color:"cyan"},Name:"minecraft:stained_hardened_clay"}} +Purple Terracotta Moulding - betterwithmods:moulding_rock:0{texture:{Properties:{color:"purple"},Name:"minecraft:stained_hardened_clay"}} +Blue Terracotta Moulding - betterwithmods:moulding_rock:0{texture:{Properties:{color:"blue"},Name:"minecraft:stained_hardened_clay"}} +Brown Terracotta Moulding - betterwithmods:moulding_rock:0{texture:{Properties:{color:"brown"},Name:"minecraft:stained_hardened_clay"}} +Green Terracotta Moulding - betterwithmods:moulding_rock:0{texture:{Properties:{color:"green"},Name:"minecraft:stained_hardened_clay"}} +Red Terracotta Moulding - betterwithmods:moulding_rock:0{texture:{Properties:{color:"red"},Name:"minecraft:stained_hardened_clay"}} +Black Terracotta Moulding - betterwithmods:moulding_rock:0{texture:{Properties:{color:"black"},Name:"minecraft:stained_hardened_clay"}} +Terracotta Moulding - betterwithmods:moulding_rock:0{texture:{Name:"minecraft:hardened_clay"}} +[INITIALIZATION][SERVER][INFO] Adding: (Ingredients) type:MOULDING parent:[1xtile.clayHardenedStained@0, 1xtile.clayHardenedStained@1, 1xtile.clayHardenedStained@2, 1xtile.clayHardenedStained@3, 1xtile.clayHardenedStained@4, 1xtile.clayHardenedStained@5, 1xtile.clayHardenedStained@6, 1xtile.clayHardenedStained@7, 1xtile.clayHardenedStained@8, 1xtile.clayHardenedStained@9, 1xtile.clayHardenedStained@10, 1xtile.clayHardenedStained@11, 1xtile.clayHardenedStained@12, 1xtile.clayHardenedStained@13, 1xtile.clayHardenedStained@14, 1xtile.clayHardenedStained@15, 1xtile.clayHardened@0] to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. 3 entries: +Sandstone Moulding - betterwithmods:moulding_rock:0{texture:{Properties:{type:"sandstone"},Name:"minecraft:sandstone"}} +Chiseled Sandstone Moulding - betterwithmods:moulding_rock:0{texture:{Properties:{type:"chiseled_sandstone"},Name:"minecraft:sandstone"}} +Smooth Sandstone Moulding - betterwithmods:moulding_rock:0{texture:{Properties:{type:"smooth_sandstone"},Name:"minecraft:sandstone"}} +[INITIALIZATION][SERVER][INFO] Adding: (Ingredients) type:MOULDING parent:[1xtile.sandStone@0, 1xtile.sandStone@1, 1xtile.sandStone@2, 1xtile.redSandStone@0, 1xtile.redSandStone@1, 1xtile.redSandStone@2, 1xtile.chisel.sandstoneyellow@0, 1xtile.chisel.sandstoneyellow@1, 1xtile.chisel.sandstoneyellow@2, 1xtile.chisel.sandstoneyellow@3, 1xtile.chisel.sandstoneyellow@4, 1xtile.chisel.sandstoneyellow@5, 1xtile.chisel.sandstoneyellow@6, 1xtile.chisel.sandstoneyellow@7, 1xtile.chisel.sandstoneyellow@8, 1xtile.chisel.sandstoneyellow@9, 1xtile.chisel.sandstoneyellow@10, 1xtile.chisel.sandstoneyellow@11, 1xtile.chisel.sandstoneyellow@12, 1xtile.chisel.sandstoneyellow@13, 1xtile.chisel.sandstoneyellow@14, 1xtile.chisel.sandstoneyellow@15, 1xtile.chisel.sandstoneyellow@0, 1xtile.chisel.sandstoneyellow@1, 1xtile.chisel.sandstoneyellow@2, 1xtile.chisel.sandstoneyellow@3, 1xtile.chisel.sandstoneyellow@4, 1xtile.chisel.sandstoneyellow@5, 1xtile.chisel.sandstoneyellow@6, 1xtile.chisel.sandstoneyellow@7, 1xtile.chisel.sandstoneyellow@8, 1xtile.chisel.sandstoneyellow@9, 1xtile.chisel.sandstoneyellow@0, 1xtile.chisel.sandstoneyellow@1, 1xtile.chisel.sandstoneyellow@2, 1xtile.chisel.sandstoneyellow@3, 1xtile.chisel.sandstoneyellow@4, 1xtile.chisel.sandstoneyellow@5, 1xtile.chisel.sandstoneyellow@6, 1xtile.chisel.sandstonered@0, 1xtile.chisel.sandstonered@1, 1xtile.chisel.sandstonered@2, 1xtile.chisel.sandstonered@3, 1xtile.chisel.sandstonered@4, 1xtile.chisel.sandstonered@5, 1xtile.chisel.sandstonered@6, 1xtile.chisel.sandstonered@7, 1xtile.chisel.sandstonered@8, 1xtile.chisel.sandstonered@9, 1xtile.chisel.sandstonered@10, 1xtile.chisel.sandstonered@11, 1xtile.chisel.sandstonered@12, 1xtile.chisel.sandstonered@13, 1xtile.chisel.sandstonered@14, 1xtile.chisel.sandstonered@15, 1xtile.chisel.sandstonered@0, 1xtile.chisel.sandstonered@1, 1xtile.chisel.sandstonered@2, 1xtile.chisel.sandstonered@3, 1xtile.chisel.sandstonered@4, 1xtile.chisel.sandstonered@5, 1xtile.chisel.sandstonered@6, 1xtile.chisel.sandstonered@7, 1xtile.chisel.sandstonered@8, 1xtile.chisel.sandstonered@9, 1xtile.chisel.sandstonered@0, 1xtile.chisel.sandstonered@1, 1xtile.chisel.sandstonered@2, 1xtile.chisel.sandstonered@3, 1xtile.chisel.sandstonered@4, 1xtile.chisel.sandstonered@5, 1xtile.chisel.sandstonered@6, 1xtile.chisel.sandstone-scribbles@0, 1xtile.chisel.sandstone-scribbles@1, 1xtile.chisel.sandstone-scribbles@2, 1xtile.chisel.sandstone-scribbles@3, 1xtile.chisel.sandstone-scribbles@4, 1xtile.chisel.sandstone-scribbles@5, 1xtile.chisel.sandstone-scribbles@6, 1xtile.chisel.sandstone-scribbles@7, 1xtile.chisel.sandstone-scribbles@8, 1xtile.chisel.sandstone-scribbles@9, 1xtile.chisel.sandstone-scribbles@10, 1xtile.chisel.sandstone-scribbles@11, 1xtile.chisel.sandstone-scribbles@12, 1xtile.chisel.sandstone-scribbles@13, 1xtile.chisel.sandstone-scribbles@14, 1xtile.chisel.sandstone-scribbles@15] to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. 148 entries: +Oak Wood Planks Moulding - betterwithmods:moulding_wood:0{texture:{Properties:{variant:"oak"},Name:"minecraft:planks"}} +Spruce Wood Planks Moulding - betterwithmods:moulding_wood:0{texture:{Properties:{variant:"spruce"},Name:"minecraft:planks"}} +Birch Wood Planks Moulding - betterwithmods:moulding_wood:0{texture:{Properties:{variant:"birch"},Name:"minecraft:planks"}} +Jungle Wood Planks Moulding - betterwithmods:moulding_wood:0{texture:{Properties:{variant:"jungle"},Name:"minecraft:planks"}} +Acacia Wood Planks Moulding - betterwithmods:moulding_wood:0{texture:{Properties:{variant:"acacia"},Name:"minecraft:planks"}} +Dark Oak Wood Planks Moulding - betterwithmods:moulding_wood:0{texture:{Properties:{variant:"dark_oak"},Name:"minecraft:planks"}} +Olive Wood Planks Moulding - betterwithmods:moulding_wood:0{texture:{Properties:{variant:"olive"},Name:"rustic:planks"}} +Ironwood Planks Moulding - betterwithmods:moulding_wood:0{texture:{Properties:{variant:"ironwood"},Name:"rustic:planks"}} +Black Painted Wood Moulding - betterwithmods:moulding_wood:0{texture:{Name:"rustic:painted_wood_black"}} +Blue Painted Wood Moulding - betterwithmods:moulding_wood:0{texture:{Name:"rustic:painted_wood_blue"}} +Brown Painted Wood Moulding - betterwithmods:moulding_wood:0{texture:{Name:"rustic:painted_wood_brown"}} +Cyan Painted Wood Moulding - betterwithmods:moulding_wood:0{texture:{Name:"rustic:painted_wood_cyan"}} +Gray Painted Wood Moulding - betterwithmods:moulding_wood:0{texture:{Name:"rustic:painted_wood_gray"}} +Green Painted Wood Moulding - betterwithmods:moulding_wood:0{texture:{Name:"rustic:painted_wood_green"}} +Light Blue Painted Wood Moulding - betterwithmods:moulding_wood:0{texture:{Name:"rustic:painted_wood_light_blue"}} +Lime Painted Wood Moulding - betterwithmods:moulding_wood:0{texture:{Name:"rustic:painted_wood_lime"}} +Magenta Painted Wood Moulding - betterwithmods:moulding_wood:0{texture:{Name:"rustic:painted_wood_magenta"}} +Orange Painted Wood Moulding - betterwithmods:moulding_wood:0{texture:{Name:"rustic:painted_wood_orange"}} +Pink Painted Wood Moulding - betterwithmods:moulding_wood:0{texture:{Name:"rustic:painted_wood_pink"}} +Purple Painted Wood Moulding - betterwithmods:moulding_wood:0{texture:{Name:"rustic:painted_wood_purple"}} +Red Painted Wood Moulding - betterwithmods:moulding_wood:0{texture:{Name:"rustic:painted_wood_red"}} +Light Gray Painted Wood Moulding - betterwithmods:moulding_wood:0{texture:{Name:"rustic:painted_wood_silver"}} +White Painted Wood Moulding - betterwithmods:moulding_wood:0{texture:{Name:"rustic:painted_wood_white"}} +Yellow Painted Wood Moulding - betterwithmods:moulding_wood:0{texture:{Name:"rustic:painted_wood_yellow"}} +Oak Planks Moulding - betterwithmods:moulding_wood:0{texture:{Properties:{variation:"0"},Name:"chisel:planks-oak"}} +Oak Planks Moulding - betterwithmods:moulding_wood:0{texture:{Properties:{variation:"1"},Name:"chisel:planks-oak"}} +Oak Planks Moulding - betterwithmods:moulding_wood:0{texture:{Properties:{variation:"2"},Name:"chisel:planks-oak"}} +Oak Planks Moulding - betterwithmods:moulding_wood:0{texture:{Properties:{variation:"3"},Name:"chisel:planks-oak"}} +Oak Planks Moulding - betterwithmods:moulding_wood:0{texture:{Properties:{variation:"4"},Name:"chisel:planks-oak"}} +Oak Planks Moulding - betterwithmods:moulding_wood:0{texture:{Properties:{variation:"5"},Name:"chisel:planks-oak"}} +Oak Planks Moulding - betterwithmods:moulding_wood:0{texture:{Properties:{variation:"6"},Name:"chisel:planks-oak"}} +Oak Planks Moulding - betterwithmods:moulding_wood:0{texture:{Properties:{variation:"7"},Name:"chisel:planks-oak"}} +Oak Planks Moulding - betterwithmods:moulding_wood:0{texture:{Properties:{variation:"8"},Name:"chisel:planks-oak"}} +Oak Planks Moulding - betterwithmods:moulding_wood:0{texture:{Properties:{variation:"9"},Name:"chisel:planks-oak"}} +Oak Planks Moulding - betterwithmods:moulding_wood:0{texture:{Properties:{variation:"10"},Name:"chisel:planks-oak"}} +Oak Planks Moulding - betterwithmods:moulding_wood:0{texture:{Properties:{variation:"11"},Name:"chisel:planks-oak"}} +Oak Planks Moulding - betterwithmods:moulding_wood:0{texture:{Properties:{variation:"12"},Name:"chisel:planks-oak"}} +Oak Planks Moulding - betterwithmods:moulding_wood:0{texture:{Properties:{variation:"13"},Name:"chisel:planks-oak"}} +Oak Planks Moulding - betterwithmods:moulding_wood:0{texture:{Properties:{variation:"14"},Name:"chisel:planks-oak"}} +Spruce Planks Moulding - betterwithmods:moulding_wood:0{texture:{Properties:{variation:"0"},Name:"chisel:planks-spruce"}} +Spruce Planks Moulding - betterwithmods:moulding_wood:0{texture:{Properties:{variation:"1"},Name:"chisel:planks-spruce"}} +Spruce Planks Moulding - betterwithmods:moulding_wood:0{texture:{Properties:{variation:"2"},Name:"chisel:planks-spruce"}} +Spruce Planks Moulding - betterwithmods:moulding_wood:0{texture:{Properties:{variation:"3"},Name:"chisel:planks-spruce"}} +Spruce Planks Moulding - betterwithmods:moulding_wood:0{texture:{Properties:{variation:"4"},Name:"chisel:planks-spruce"}} +Spruce Planks Moulding - betterwithmods:moulding_wood:0{texture:{Properties:{variation:"5"},Name:"chisel:planks-spruce"}} +Spruce Planks Moulding - betterwithmods:moulding_wood:0{texture:{Properties:{variation:"6"},Name:"chisel:planks-spruce"}} +Spruce Planks Moulding - betterwithmods:moulding_wood:0{texture:{Properties:{variation:"7"},Name:"chisel:planks-spruce"}} +Spruce Planks Moulding - betterwithmods:moulding_wood:0{texture:{Properties:{variation:"8"},Name:"chisel:planks-spruce"}} +Spruce Planks Moulding - betterwithmods:moulding_wood:0{texture:{Properties:{variation:"9"},Name:"chisel:planks-spruce"}} +Spruce Planks Moulding - betterwithmods:moulding_wood:0{texture:{Properties:{variation:"10"},Name:"chisel:planks-spruce"}} +Spruce Planks Moulding - betterwithmods:moulding_wood:0{texture:{Properties:{variation:"11"},Name:"chisel:planks-spruce"}} +Spruce Planks Moulding - betterwithmods:moulding_wood:0{texture:{Properties:{variation:"12"},Name:"chisel:planks-spruce"}} +Spruce Planks Moulding - betterwithmods:moulding_wood:0{texture:{Properties:{variation:"13"},Name:"chisel:planks-spruce"}} +Spruce Planks Moulding - betterwithmods:moulding_wood:0{texture:{Properties:{variation:"14"},Name:"chisel:planks-spruce"}} +Birch Planks Moulding - betterwithmods:moulding_wood:0{texture:{Properties:{variation:"0"},Name:"chisel:planks-birch"}} +Birch Planks Moulding - betterwithmods:moulding_wood:0{texture:{Properties:{variation:"1"},Name:"chisel:planks-birch"}} +Birch Planks Moulding - betterwithmods:moulding_wood:0{texture:{Properties:{variation:"2"},Name:"chisel:planks-birch"}} +Birch Planks Moulding - betterwithmods:moulding_wood:0{texture:{Properties:{variation:"3"},Name:"chisel:planks-birch"}} +Birch Planks Moulding - betterwithmods:moulding_wood:0{texture:{Properties:{variation:"4"},Name:"chisel:planks-birch"}} +Birch Planks Moulding - betterwithmods:moulding_wood:0{texture:{Properties:{variation:"5"},Name:"chisel:planks-birch"}} +Birch Planks Moulding - betterwithmods:moulding_wood:0{texture:{Properties:{variation:"6"},Name:"chisel:planks-birch"}} +Birch Planks Moulding - betterwithmods:moulding_wood:0{texture:{Properties:{variation:"7"},Name:"chisel:planks-birch"}} +Birch Planks Moulding - betterwithmods:moulding_wood:0{texture:{Properties:{variation:"8"},Name:"chisel:planks-birch"}} +Birch Planks Moulding - betterwithmods:moulding_wood:0{texture:{Properties:{variation:"9"},Name:"chisel:planks-birch"}} +Birch Planks Moulding - betterwithmods:moulding_wood:0{texture:{Properties:{variation:"10"},Name:"chisel:planks-birch"}} +Birch Planks Moulding - betterwithmods:moulding_wood:0{texture:{Properties:{variation:"11"},Name:"chisel:planks-birch"}} +Birch Planks Moulding - betterwithmods:moulding_wood:0{texture:{Properties:{variation:"12"},Name:"chisel:planks-birch"}} +Birch Planks Moulding - betterwithmods:moulding_wood:0{texture:{Properties:{variation:"13"},Name:"chisel:planks-birch"}} +Birch Planks Moulding - betterwithmods:moulding_wood:0{texture:{Properties:{variation:"14"},Name:"chisel:planks-birch"}} +Jungle Planks Moulding - betterwithmods:moulding_wood:0{texture:{Properties:{variation:"0"},Name:"chisel:planks-jungle"}} +Jungle Planks Moulding - betterwithmods:moulding_wood:0{texture:{Properties:{variation:"1"},Name:"chisel:planks-jungle"}} +Jungle Planks Moulding - betterwithmods:moulding_wood:0{texture:{Properties:{variation:"2"},Name:"chisel:planks-jungle"}} +Jungle Planks Moulding - betterwithmods:moulding_wood:0{texture:{Properties:{variation:"3"},Name:"chisel:planks-jungle"}} +Jungle Planks Moulding - betterwithmods:moulding_wood:0{texture:{Properties:{variation:"4"},Name:"chisel:planks-jungle"}} +Jungle Planks Moulding - betterwithmods:moulding_wood:0{texture:{Properties:{variation:"5"},Name:"chisel:planks-jungle"}} +Jungle Planks Moulding - betterwithmods:moulding_wood:0{texture:{Properties:{variation:"6"},Name:"chisel:planks-jungle"}} +Jungle Planks Moulding - betterwithmods:moulding_wood:0{texture:{Properties:{variation:"7"},Name:"chisel:planks-jungle"}} +Jungle Planks Moulding - betterwithmods:moulding_wood:0{texture:{Properties:{variation:"8"},Name:"chisel:planks-jungle"}} +Jungle Planks Moulding - betterwithmods:moulding_wood:0{texture:{Properties:{variation:"9"},Name:"chisel:planks-jungle"}} +Jungle Planks Moulding - betterwithmods:moulding_wood:0{texture:{Properties:{variation:"10"},Name:"chisel:planks-jungle"}} +Jungle Planks Moulding - betterwithmods:moulding_wood:0{texture:{Properties:{variation:"11"},Name:"chisel:planks-jungle"}} +Jungle Planks Moulding - betterwithmods:moulding_wood:0{texture:{Properties:{variation:"12"},Name:"chisel:planks-jungle"}} +Jungle Planks Moulding - betterwithmods:moulding_wood:0{texture:{Properties:{variation:"13"},Name:"chisel:planks-jungle"}} +Jungle Planks Moulding - betterwithmods:moulding_wood:0{texture:{Properties:{variation:"14"},Name:"chisel:planks-jungle"}} +Acacia Planks Moulding - betterwithmods:moulding_wood:0{texture:{Properties:{variation:"0"},Name:"chisel:planks-acacia"}} +Acacia Planks Moulding - betterwithmods:moulding_wood:0{texture:{Properties:{variation:"1"},Name:"chisel:planks-acacia"}} +Acacia Planks Moulding - betterwithmods:moulding_wood:0{texture:{Properties:{variation:"2"},Name:"chisel:planks-acacia"}} +Acacia Planks Moulding - betterwithmods:moulding_wood:0{texture:{Properties:{variation:"3"},Name:"chisel:planks-acacia"}} +Acacia Planks Moulding - betterwithmods:moulding_wood:0{texture:{Properties:{variation:"4"},Name:"chisel:planks-acacia"}} +Acacia Planks Moulding - betterwithmods:moulding_wood:0{texture:{Properties:{variation:"5"},Name:"chisel:planks-acacia"}} +Acacia Planks Moulding - betterwithmods:moulding_wood:0{texture:{Properties:{variation:"6"},Name:"chisel:planks-acacia"}} +Acacia Planks Moulding - betterwithmods:moulding_wood:0{texture:{Properties:{variation:"7"},Name:"chisel:planks-acacia"}} +Acacia Planks Moulding - betterwithmods:moulding_wood:0{texture:{Properties:{variation:"8"},Name:"chisel:planks-acacia"}} +Acacia Planks Moulding - betterwithmods:moulding_wood:0{texture:{Properties:{variation:"9"},Name:"chisel:planks-acacia"}} +Acacia Planks Moulding - betterwithmods:moulding_wood:0{texture:{Properties:{variation:"10"},Name:"chisel:planks-acacia"}} +Acacia Planks Moulding - betterwithmods:moulding_wood:0{texture:{Properties:{variation:"11"},Name:"chisel:planks-acacia"}} +Acacia Planks Moulding - betterwithmods:moulding_wood:0{texture:{Properties:{variation:"12"},Name:"chisel:planks-acacia"}} +Acacia Planks Moulding - betterwithmods:moulding_wood:0{texture:{Properties:{variation:"13"},Name:"chisel:planks-acacia"}} +Acacia Planks Moulding - betterwithmods:moulding_wood:0{texture:{Properties:{variation:"14"},Name:"chisel:planks-acacia"}} +Dark Oak Planks Moulding - betterwithmods:moulding_wood:0{texture:{Properties:{variation:"0"},Name:"chisel:planks-dark-oak"}} +Dark Oak Planks Moulding - betterwithmods:moulding_wood:0{texture:{Properties:{variation:"1"},Name:"chisel:planks-dark-oak"}} +Dark Oak Planks Moulding - betterwithmods:moulding_wood:0{texture:{Properties:{variation:"2"},Name:"chisel:planks-dark-oak"}} +Dark Oak Planks Moulding - betterwithmods:moulding_wood:0{texture:{Properties:{variation:"3"},Name:"chisel:planks-dark-oak"}} +Dark Oak Planks Moulding - betterwithmods:moulding_wood:0{texture:{Properties:{variation:"4"},Name:"chisel:planks-dark-oak"}} +Dark Oak Planks Moulding - betterwithmods:moulding_wood:0{texture:{Properties:{variation:"5"},Name:"chisel:planks-dark-oak"}} +Dark Oak Planks Moulding - betterwithmods:moulding_wood:0{texture:{Properties:{variation:"6"},Name:"chisel:planks-dark-oak"}} +Dark Oak Planks Moulding - betterwithmods:moulding_wood:0{texture:{Properties:{variation:"7"},Name:"chisel:planks-dark-oak"}} +Dark Oak Planks Moulding - betterwithmods:moulding_wood:0{texture:{Properties:{variation:"8"},Name:"chisel:planks-dark-oak"}} +Dark Oak Planks Moulding - betterwithmods:moulding_wood:0{texture:{Properties:{variation:"9"},Name:"chisel:planks-dark-oak"}} +Dark Oak Planks Moulding - betterwithmods:moulding_wood:0{texture:{Properties:{variation:"10"},Name:"chisel:planks-dark-oak"}} +Dark Oak Planks Moulding - betterwithmods:moulding_wood:0{texture:{Properties:{variation:"11"},Name:"chisel:planks-dark-oak"}} +Dark Oak Planks Moulding - betterwithmods:moulding_wood:0{texture:{Properties:{variation:"12"},Name:"chisel:planks-dark-oak"}} +Dark Oak Planks Moulding - betterwithmods:moulding_wood:0{texture:{Properties:{variation:"13"},Name:"chisel:planks-dark-oak"}} +Dark Oak Planks Moulding - betterwithmods:moulding_wood:0{texture:{Properties:{variation:"14"},Name:"chisel:planks-dark-oak"}} +Maple Planks Moulding - betterwithmods:moulding_wood:0{texture:{Properties:{type:"maple"},Name:"natura:overworld_planks"}} +Silverbell Planks Moulding - betterwithmods:moulding_wood:0{texture:{Properties:{type:"silverbell"},Name:"natura:overworld_planks"}} +Amaranth Planks Moulding - betterwithmods:moulding_wood:0{texture:{Properties:{type:"amaranth"},Name:"natura:overworld_planks"}} +Tigerwood Planks Moulding - betterwithmods:moulding_wood:0{texture:{Properties:{type:"tiger"},Name:"natura:overworld_planks"}} +Willow Planks Moulding - betterwithmods:moulding_wood:0{texture:{Properties:{type:"willow"},Name:"natura:overworld_planks"}} +Eucalyptus Planks Moulding - betterwithmods:moulding_wood:0{texture:{Properties:{type:"eucalyptus"},Name:"natura:overworld_planks"}} +Hopseed Planks Moulding - betterwithmods:moulding_wood:0{texture:{Properties:{type:"hopseed"},Name:"natura:overworld_planks"}} +Sakura Planks Moulding - betterwithmods:moulding_wood:0{texture:{Properties:{type:"sakura"},Name:"natura:overworld_planks"}} +Redwood Planks Moulding - betterwithmods:moulding_wood:0{texture:{Properties:{type:"redwood"},Name:"natura:overworld_planks"}} +Ghostwood Planks Moulding - betterwithmods:moulding_wood:0{texture:{Properties:{type:"ghostwood"},Name:"natura:nether_planks"}} +Bloodwood Planks Moulding - betterwithmods:moulding_wood:0{texture:{Properties:{type:"bloodwood"},Name:"natura:nether_planks"}} +Darkwood Planks Moulding - betterwithmods:moulding_wood:0{texture:{Properties:{type:"darkwood"},Name:"natura:nether_planks"}} +Fusewood Planks Moulding - betterwithmods:moulding_wood:0{texture:{Properties:{type:"fusewood"},Name:"natura:nether_planks"}} +Sakura Wood Planks Moulding - betterwithmods:moulding_wood:0{texture:{Name:"betterwithaddons:planks_sakura"}} +Mulberry Wood Planks Moulding - betterwithmods:moulding_wood:0{texture:{Name:"betterwithaddons:planks_mulberry"}} +Menril Wood Planks Moulding - betterwithmods:moulding_wood:0{texture:{Name:"integrateddynamics:menril_planks"}} +Ironwood Planks Moulding - betterwithmods:moulding_wood:0{texture:{Properties:{type:"ironwood"},Name:"primal:planks"}} +Darklands Oak Wood Planks Moulding - betterwithmods:moulding_wood:0{texture:{Name:"abyssalcraft:dltplank"}} +Dreadlands Wood Planks Moulding - betterwithmods:moulding_wood:0{texture:{Name:"abyssalcraft:dreadplanks"}} +Weedwood Planks Moulding - betterwithmods:moulding_wood:0{texture:{Name:"thebetweenlands:weedwood_planks"}} +Rubber Tree Planks Moulding - betterwithmods:moulding_wood:0{texture:{Name:"thebetweenlands:rubber_tree_planks"}} +Giant Root Planks Moulding - betterwithmods:moulding_wood:0{texture:{Name:"thebetweenlands:giant_root_planks"}} +Hearthgrove Planks Moulding - betterwithmods:moulding_wood:0{texture:{Name:"thebetweenlands:hearthgrove_planks"}} +Nibbletwig Planks Moulding - betterwithmods:moulding_wood:0{texture:{Name:"thebetweenlands:nibbletwig_planks"}} +Ironwood Planks Moulding - betterwithmods:moulding_wood:0{texture:{Properties:{type:"ironwood"},Name:"primal:planks"}} +Maple Planks Moulding - betterwithmods:moulding_wood:0{texture:{Properties:{type:"maple"},Name:"natura:overworld_planks"}} +Silverbell Planks Moulding - betterwithmods:moulding_wood:0{texture:{Properties:{type:"silverbell"},Name:"natura:overworld_planks"}} +Amaranth Planks Moulding - betterwithmods:moulding_wood:0{texture:{Properties:{type:"amaranth"},Name:"natura:overworld_planks"}} +Tigerwood Planks Moulding - betterwithmods:moulding_wood:0{texture:{Properties:{type:"tiger"},Name:"natura:overworld_planks"}} +Willow Planks Moulding - betterwithmods:moulding_wood:0{texture:{Properties:{type:"willow"},Name:"natura:overworld_planks"}} +Eucalyptus Planks Moulding - betterwithmods:moulding_wood:0{texture:{Properties:{type:"eucalyptus"},Name:"natura:overworld_planks"}} +Hopseed Planks Moulding - betterwithmods:moulding_wood:0{texture:{Properties:{type:"hopseed"},Name:"natura:overworld_planks"}} +Sakura Planks Moulding - betterwithmods:moulding_wood:0{texture:{Properties:{type:"sakura"},Name:"natura:overworld_planks"}} +Redwood Planks Moulding - betterwithmods:moulding_wood:0{texture:{Properties:{type:"redwood"},Name:"natura:overworld_planks"}} +[INITIALIZATION][SERVER][INFO] Adding: (Ingredients) type:MOULDING parent:[1xtile.wood@0, 1xtile.wood@1, 1xtile.wood@2, 1xtile.wood@3, 1xtile.wood@4, 1xtile.wood@5, 1xtile.rustic.planks@0, 1xtile.rustic.planks@1, 1xtile.rustic.painted_wood_black@0, 1xtile.rustic.painted_wood_blue@0, 1xtile.rustic.painted_wood_brown@0, 1xtile.rustic.painted_wood_cyan@0, 1xtile.rustic.painted_wood_gray@0, 1xtile.rustic.painted_wood_green@0, 1xtile.rustic.painted_wood_light_blue@0, 1xtile.rustic.painted_wood_lime@0, 1xtile.rustic.painted_wood_magenta@0, 1xtile.rustic.painted_wood_orange@0, 1xtile.rustic.painted_wood_pink@0, 1xtile.rustic.painted_wood_purple@0, 1xtile.rustic.painted_wood_red@0, 1xtile.rustic.painted_wood_silver@0, 1xtile.rustic.painted_wood_white@0, 1xtile.rustic.painted_wood_yellow@0, 1xtile.chisel.planks-oak@0, 1xtile.chisel.planks-oak@1, 1xtile.chisel.planks-oak@2, 1xtile.chisel.planks-oak@3, 1xtile.chisel.planks-oak@4, 1xtile.chisel.planks-oak@5, 1xtile.chisel.planks-oak@6, 1xtile.chisel.planks-oak@7, 1xtile.chisel.planks-oak@8, 1xtile.chisel.planks-oak@9, 1xtile.chisel.planks-oak@10, 1xtile.chisel.planks-oak@11, 1xtile.chisel.planks-oak@12, 1xtile.chisel.planks-oak@13, 1xtile.chisel.planks-oak@14, 1xtile.chisel.planks-spruce@0, 1xtile.chisel.planks-spruce@1, 1xtile.chisel.planks-spruce@2, 1xtile.chisel.planks-spruce@3, 1xtile.chisel.planks-spruce@4, 1xtile.chisel.planks-spruce@5, 1xtile.chisel.planks-spruce@6, 1xtile.chisel.planks-spruce@7, 1xtile.chisel.planks-spruce@8, 1xtile.chisel.planks-spruce@9, 1xtile.chisel.planks-spruce@10, 1xtile.chisel.planks-spruce@11, 1xtile.chisel.planks-spruce@12, 1xtile.chisel.planks-spruce@13, 1xtile.chisel.planks-spruce@14, 1xtile.chisel.planks-birch@0, 1xtile.chisel.planks-birch@1, 1xtile.chisel.planks-birch@2, 1xtile.chisel.planks-birch@3, 1xtile.chisel.planks-birch@4, 1xtile.chisel.planks-birch@5, 1xtile.chisel.planks-birch@6, 1xtile.chisel.planks-birch@7, 1xtile.chisel.planks-birch@8, 1xtile.chisel.planks-birch@9, 1xtile.chisel.planks-birch@10, 1xtile.chisel.planks-birch@11, 1xtile.chisel.planks-birch@12, 1xtile.chisel.planks-birch@13, 1xtile.chisel.planks-birch@14, 1xtile.chisel.planks-jungle@0, 1xtile.chisel.planks-jungle@1, 1xtile.chisel.planks-jungle@2, 1xtile.chisel.planks-jungle@3, 1xtile.chisel.planks-jungle@4, 1xtile.chisel.planks-jungle@5, 1xtile.chisel.planks-jungle@6, 1xtile.chisel.planks-jungle@7, 1xtile.chisel.planks-jungle@8, 1xtile.chisel.planks-jungle@9, 1xtile.chisel.planks-jungle@10, 1xtile.chisel.planks-jungle@11, 1xtile.chisel.planks-jungle@12, 1xtile.chisel.planks-jungle@13, 1xtile.chisel.planks-jungle@14, 1xtile.chisel.planks-acacia@0, 1xtile.chisel.planks-acacia@1, 1xtile.chisel.planks-acacia@2, 1xtile.chisel.planks-acacia@3, 1xtile.chisel.planks-acacia@4, 1xtile.chisel.planks-acacia@5, 1xtile.chisel.planks-acacia@6, 1xtile.chisel.planks-acacia@7, 1xtile.chisel.planks-acacia@8, 1xtile.chisel.planks-acacia@9, 1xtile.chisel.planks-acacia@10, 1xtile.chisel.planks-acacia@11, 1xtile.chisel.planks-acacia@12, 1xtile.chisel.planks-acacia@13, 1xtile.chisel.planks-acacia@14, 1xtile.chisel.planks-dark-oak@0, 1xtile.chisel.planks-dark-oak@1, 1xtile.chisel.planks-dark-oak@2, 1xtile.chisel.planks-dark-oak@3, 1xtile.chisel.planks-dark-oak@4, 1xtile.chisel.planks-dark-oak@5, 1xtile.chisel.planks-dark-oak@6, 1xtile.chisel.planks-dark-oak@7, 1xtile.chisel.planks-dark-oak@8, 1xtile.chisel.planks-dark-oak@9, 1xtile.chisel.planks-dark-oak@10, 1xtile.chisel.planks-dark-oak@11, 1xtile.chisel.planks-dark-oak@12, 1xtile.chisel.planks-dark-oak@13, 1xtile.chisel.planks-dark-oak@14, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8, 1xtile.natura.nether_planks@0, 1xtile.natura.nether_planks@1, 1xtile.natura.nether_planks@2, 1xtile.natura.nether_planks@3, 1xtile.planks_sakura@0, 1xtile.planks_mulberry@0, 1xtile.blocks.integrateddynamics.menril_planks@0, 1xtile.primal.planks@0, 1xtile.primal.planks@1, 1xtile.primal.planks@2, 1xtile.primal.planks@3, 1xtile.dltplank@0, 1xtile.dreadplanks@0, 1xtile.thebetweenlands.weedwood_planks@0, 1xtile.thebetweenlands.rubber_tree_planks@0, 1xtile.thebetweenlands.giant_root_planks@0, 1xtile.thebetweenlands.hearthgrove_planks@0, 1xtile.thebetweenlands.nibbletwig_planks@0, 1xtile.twilightforest.TowerStone@0, 1xtile.twilightforest.TowerStone@1, 1xtile.twilightforest.TowerStone@2, 1xtile.twilightforest.TowerStone@3, 1xtile.twilightforest.TowerStone@4, 1xtile.totemic:cedar_plank@0, 1xtile.traverse:fir_planks@0, 1xtile.kepler22b_planks.0@0, 1xtile.primal.planks@0, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8] to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. 3 entries: +White Stone Corner - betterwithmods:corner_rock:0{texture:{Properties:{blocktype:"whitestone"},Name:"betterwithmods:aesthetic"}} +White Stone Moulding - betterwithmods:moulding_rock:0{texture:{Properties:{blocktype:"whitestone"},Name:"betterwithmods:aesthetic"}} +White Stone Siding - betterwithmods:siding_rock:0{texture:{Properties:{blocktype:"whitestone"},Name:"betterwithmods:aesthetic"}} +[INITIALIZATION][SERVER][INFO] Adding: type:CORNER parent:[1xtile.bwm:aesthetic@6] * 1 | type:MOULDING parent:[1xtile.bwm:aesthetic@6] * 1 | type:SIDING parent:[1xtile.bwm:aesthetic@6] * 1 to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. 3 entries: +Bricks Corner - betterwithmods:corner_rock:0{texture:{Name:"minecraft:brick_block"}} +Bricks Moulding - betterwithmods:moulding_rock:0{texture:{Name:"minecraft:brick_block"}} +Bricks Siding - betterwithmods:siding_rock:0{texture:{Name:"minecraft:brick_block"}} +[INITIALIZATION][SERVER][INFO] Adding: type:CORNER parent:[1xtile.brick@0] * 1 | type:MOULDING parent:[1xtile.brick@0] * 1 | type:SIDING parent:[1xtile.brick@0] * 1 to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. 3 entries: +Terracotta Corner - betterwithmods:corner_rock:0{texture:{Name:"minecraft:hardened_clay"}} +Terracotta Moulding - betterwithmods:moulding_rock:0{texture:{Name:"minecraft:hardened_clay"}} +Terracotta Siding - betterwithmods:siding_rock:0{texture:{Name:"minecraft:hardened_clay"}} +[INITIALIZATION][SERVER][INFO] Adding: type:CORNER parent:[1xtile.clayHardened@0] * 1 | type:MOULDING parent:[1xtile.clayHardened@0] * 1 | type:SIDING parent:[1xtile.clayHardened@0] * 1 to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. 3 entries: +Stone Corner - betterwithmods:corner_rock:0{texture:{Properties:{variant:"stone"},Name:"minecraft:stone"}} +Stone Moulding - betterwithmods:moulding_rock:0{texture:{Properties:{variant:"stone"},Name:"minecraft:stone"}} +Stone Siding - betterwithmods:siding_rock:0{texture:{Properties:{variant:"stone"},Name:"minecraft:stone"}} +[INITIALIZATION][SERVER][INFO] Adding: type:CORNER parent:[1xtile.stone@0] * 1 | type:MOULDING parent:[1xtile.stone@0] * 1 | type:SIDING parent:[1xtile.stone@0] * 1 to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. 17 entries: +White Terracotta Siding - betterwithmods:siding_rock:0{texture:{Properties:{color:"white"},Name:"minecraft:stained_hardened_clay"}} +Orange Terracotta Siding - betterwithmods:siding_rock:0{texture:{Properties:{color:"orange"},Name:"minecraft:stained_hardened_clay"}} +Magenta Terracotta Siding - betterwithmods:siding_rock:0{texture:{Properties:{color:"magenta"},Name:"minecraft:stained_hardened_clay"}} +Light Blue Terracotta Siding - betterwithmods:siding_rock:0{texture:{Properties:{color:"light_blue"},Name:"minecraft:stained_hardened_clay"}} +Yellow Terracotta Siding - betterwithmods:siding_rock:0{texture:{Properties:{color:"yellow"},Name:"minecraft:stained_hardened_clay"}} +Lime Terracotta Siding - betterwithmods:siding_rock:0{texture:{Properties:{color:"lime"},Name:"minecraft:stained_hardened_clay"}} +Pink Terracotta Siding - betterwithmods:siding_rock:0{texture:{Properties:{color:"pink"},Name:"minecraft:stained_hardened_clay"}} +Gray Terracotta Siding - betterwithmods:siding_rock:0{texture:{Properties:{color:"gray"},Name:"minecraft:stained_hardened_clay"}} +Light Gray Terracotta Siding - betterwithmods:siding_rock:0{texture:{Properties:{color:"silver"},Name:"minecraft:stained_hardened_clay"}} +Cyan Terracotta Siding - betterwithmods:siding_rock:0{texture:{Properties:{color:"cyan"},Name:"minecraft:stained_hardened_clay"}} +Purple Terracotta Siding - betterwithmods:siding_rock:0{texture:{Properties:{color:"purple"},Name:"minecraft:stained_hardened_clay"}} +Blue Terracotta Siding - betterwithmods:siding_rock:0{texture:{Properties:{color:"blue"},Name:"minecraft:stained_hardened_clay"}} +Brown Terracotta Siding - betterwithmods:siding_rock:0{texture:{Properties:{color:"brown"},Name:"minecraft:stained_hardened_clay"}} +Green Terracotta Siding - betterwithmods:siding_rock:0{texture:{Properties:{color:"green"},Name:"minecraft:stained_hardened_clay"}} +Red Terracotta Siding - betterwithmods:siding_rock:0{texture:{Properties:{color:"red"},Name:"minecraft:stained_hardened_clay"}} +Black Terracotta Siding - betterwithmods:siding_rock:0{texture:{Properties:{color:"black"},Name:"minecraft:stained_hardened_clay"}} +Terracotta Siding - betterwithmods:siding_rock:0{texture:{Name:"minecraft:hardened_clay"}} +[INITIALIZATION][SERVER][INFO] Adding: (Ingredients) type:SIDING parent:[1xtile.clayHardenedStained@0, 1xtile.clayHardenedStained@1, 1xtile.clayHardenedStained@2, 1xtile.clayHardenedStained@3, 1xtile.clayHardenedStained@4, 1xtile.clayHardenedStained@5, 1xtile.clayHardenedStained@6, 1xtile.clayHardenedStained@7, 1xtile.clayHardenedStained@8, 1xtile.clayHardenedStained@9, 1xtile.clayHardenedStained@10, 1xtile.clayHardenedStained@11, 1xtile.clayHardenedStained@12, 1xtile.clayHardenedStained@13, 1xtile.clayHardenedStained@14, 1xtile.clayHardenedStained@15, 1xtile.clayHardened@0] to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. 3 entries: +Sandstone Siding - betterwithmods:siding_rock:0{texture:{Properties:{type:"sandstone"},Name:"minecraft:sandstone"}} +Chiseled Sandstone Siding - betterwithmods:siding_rock:0{texture:{Properties:{type:"chiseled_sandstone"},Name:"minecraft:sandstone"}} +Smooth Sandstone Siding - betterwithmods:siding_rock:0{texture:{Properties:{type:"smooth_sandstone"},Name:"minecraft:sandstone"}} +[INITIALIZATION][SERVER][INFO] Adding: (Ingredients) type:SIDING parent:[1xtile.sandStone@0, 1xtile.sandStone@1, 1xtile.sandStone@2, 1xtile.redSandStone@0, 1xtile.redSandStone@1, 1xtile.redSandStone@2, 1xtile.chisel.sandstoneyellow@0, 1xtile.chisel.sandstoneyellow@1, 1xtile.chisel.sandstoneyellow@2, 1xtile.chisel.sandstoneyellow@3, 1xtile.chisel.sandstoneyellow@4, 1xtile.chisel.sandstoneyellow@5, 1xtile.chisel.sandstoneyellow@6, 1xtile.chisel.sandstoneyellow@7, 1xtile.chisel.sandstoneyellow@8, 1xtile.chisel.sandstoneyellow@9, 1xtile.chisel.sandstoneyellow@10, 1xtile.chisel.sandstoneyellow@11, 1xtile.chisel.sandstoneyellow@12, 1xtile.chisel.sandstoneyellow@13, 1xtile.chisel.sandstoneyellow@14, 1xtile.chisel.sandstoneyellow@15, 1xtile.chisel.sandstoneyellow@0, 1xtile.chisel.sandstoneyellow@1, 1xtile.chisel.sandstoneyellow@2, 1xtile.chisel.sandstoneyellow@3, 1xtile.chisel.sandstoneyellow@4, 1xtile.chisel.sandstoneyellow@5, 1xtile.chisel.sandstoneyellow@6, 1xtile.chisel.sandstoneyellow@7, 1xtile.chisel.sandstoneyellow@8, 1xtile.chisel.sandstoneyellow@9, 1xtile.chisel.sandstoneyellow@0, 1xtile.chisel.sandstoneyellow@1, 1xtile.chisel.sandstoneyellow@2, 1xtile.chisel.sandstoneyellow@3, 1xtile.chisel.sandstoneyellow@4, 1xtile.chisel.sandstoneyellow@5, 1xtile.chisel.sandstoneyellow@6, 1xtile.chisel.sandstonered@0, 1xtile.chisel.sandstonered@1, 1xtile.chisel.sandstonered@2, 1xtile.chisel.sandstonered@3, 1xtile.chisel.sandstonered@4, 1xtile.chisel.sandstonered@5, 1xtile.chisel.sandstonered@6, 1xtile.chisel.sandstonered@7, 1xtile.chisel.sandstonered@8, 1xtile.chisel.sandstonered@9, 1xtile.chisel.sandstonered@10, 1xtile.chisel.sandstonered@11, 1xtile.chisel.sandstonered@12, 1xtile.chisel.sandstonered@13, 1xtile.chisel.sandstonered@14, 1xtile.chisel.sandstonered@15, 1xtile.chisel.sandstonered@0, 1xtile.chisel.sandstonered@1, 1xtile.chisel.sandstonered@2, 1xtile.chisel.sandstonered@3, 1xtile.chisel.sandstonered@4, 1xtile.chisel.sandstonered@5, 1xtile.chisel.sandstonered@6, 1xtile.chisel.sandstonered@7, 1xtile.chisel.sandstonered@8, 1xtile.chisel.sandstonered@9, 1xtile.chisel.sandstonered@0, 1xtile.chisel.sandstonered@1, 1xtile.chisel.sandstonered@2, 1xtile.chisel.sandstonered@3, 1xtile.chisel.sandstonered@4, 1xtile.chisel.sandstonered@5, 1xtile.chisel.sandstonered@6, 1xtile.chisel.sandstone-scribbles@0, 1xtile.chisel.sandstone-scribbles@1, 1xtile.chisel.sandstone-scribbles@2, 1xtile.chisel.sandstone-scribbles@3, 1xtile.chisel.sandstone-scribbles@4, 1xtile.chisel.sandstone-scribbles@5, 1xtile.chisel.sandstone-scribbles@6, 1xtile.chisel.sandstone-scribbles@7, 1xtile.chisel.sandstone-scribbles@8, 1xtile.chisel.sandstone-scribbles@9, 1xtile.chisel.sandstone-scribbles@10, 1xtile.chisel.sandstone-scribbles@11, 1xtile.chisel.sandstone-scribbles@12, 1xtile.chisel.sandstone-scribbles@13, 1xtile.chisel.sandstone-scribbles@14, 1xtile.chisel.sandstone-scribbles@15] to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. 148 entries: +Oak Wood Planks Siding - betterwithmods:siding_wood:0{texture:{Properties:{variant:"oak"},Name:"minecraft:planks"}} +Spruce Wood Planks Siding - betterwithmods:siding_wood:0{texture:{Properties:{variant:"spruce"},Name:"minecraft:planks"}} +Birch Wood Planks Siding - betterwithmods:siding_wood:0{texture:{Properties:{variant:"birch"},Name:"minecraft:planks"}} +Jungle Wood Planks Siding - betterwithmods:siding_wood:0{texture:{Properties:{variant:"jungle"},Name:"minecraft:planks"}} +Acacia Wood Planks Siding - betterwithmods:siding_wood:0{texture:{Properties:{variant:"acacia"},Name:"minecraft:planks"}} +Dark Oak Wood Planks Siding - betterwithmods:siding_wood:0{texture:{Properties:{variant:"dark_oak"},Name:"minecraft:planks"}} +Olive Wood Planks Siding - betterwithmods:siding_wood:0{texture:{Properties:{variant:"olive"},Name:"rustic:planks"}} +Ironwood Planks Siding - betterwithmods:siding_wood:0{texture:{Properties:{variant:"ironwood"},Name:"rustic:planks"}} +Black Painted Wood Siding - betterwithmods:siding_wood:0{texture:{Name:"rustic:painted_wood_black"}} +Blue Painted Wood Siding - betterwithmods:siding_wood:0{texture:{Name:"rustic:painted_wood_blue"}} +Brown Painted Wood Siding - betterwithmods:siding_wood:0{texture:{Name:"rustic:painted_wood_brown"}} +Cyan Painted Wood Siding - betterwithmods:siding_wood:0{texture:{Name:"rustic:painted_wood_cyan"}} +Gray Painted Wood Siding - betterwithmods:siding_wood:0{texture:{Name:"rustic:painted_wood_gray"}} +Green Painted Wood Siding - betterwithmods:siding_wood:0{texture:{Name:"rustic:painted_wood_green"}} +Light Blue Painted Wood Siding - betterwithmods:siding_wood:0{texture:{Name:"rustic:painted_wood_light_blue"}} +Lime Painted Wood Siding - betterwithmods:siding_wood:0{texture:{Name:"rustic:painted_wood_lime"}} +Magenta Painted Wood Siding - betterwithmods:siding_wood:0{texture:{Name:"rustic:painted_wood_magenta"}} +Orange Painted Wood Siding - betterwithmods:siding_wood:0{texture:{Name:"rustic:painted_wood_orange"}} +Pink Painted Wood Siding - betterwithmods:siding_wood:0{texture:{Name:"rustic:painted_wood_pink"}} +Purple Painted Wood Siding - betterwithmods:siding_wood:0{texture:{Name:"rustic:painted_wood_purple"}} +Red Painted Wood Siding - betterwithmods:siding_wood:0{texture:{Name:"rustic:painted_wood_red"}} +Light Gray Painted Wood Siding - betterwithmods:siding_wood:0{texture:{Name:"rustic:painted_wood_silver"}} +White Painted Wood Siding - betterwithmods:siding_wood:0{texture:{Name:"rustic:painted_wood_white"}} +Yellow Painted Wood Siding - betterwithmods:siding_wood:0{texture:{Name:"rustic:painted_wood_yellow"}} +Oak Planks Siding - betterwithmods:siding_wood:0{texture:{Properties:{variation:"0"},Name:"chisel:planks-oak"}} +Oak Planks Siding - betterwithmods:siding_wood:0{texture:{Properties:{variation:"1"},Name:"chisel:planks-oak"}} +Oak Planks Siding - betterwithmods:siding_wood:0{texture:{Properties:{variation:"2"},Name:"chisel:planks-oak"}} +Oak Planks Siding - betterwithmods:siding_wood:0{texture:{Properties:{variation:"3"},Name:"chisel:planks-oak"}} +Oak Planks Siding - betterwithmods:siding_wood:0{texture:{Properties:{variation:"4"},Name:"chisel:planks-oak"}} +Oak Planks Siding - betterwithmods:siding_wood:0{texture:{Properties:{variation:"5"},Name:"chisel:planks-oak"}} +Oak Planks Siding - betterwithmods:siding_wood:0{texture:{Properties:{variation:"6"},Name:"chisel:planks-oak"}} +Oak Planks Siding - betterwithmods:siding_wood:0{texture:{Properties:{variation:"7"},Name:"chisel:planks-oak"}} +Oak Planks Siding - betterwithmods:siding_wood:0{texture:{Properties:{variation:"8"},Name:"chisel:planks-oak"}} +Oak Planks Siding - betterwithmods:siding_wood:0{texture:{Properties:{variation:"9"},Name:"chisel:planks-oak"}} +Oak Planks Siding - betterwithmods:siding_wood:0{texture:{Properties:{variation:"10"},Name:"chisel:planks-oak"}} +Oak Planks Siding - betterwithmods:siding_wood:0{texture:{Properties:{variation:"11"},Name:"chisel:planks-oak"}} +Oak Planks Siding - betterwithmods:siding_wood:0{texture:{Properties:{variation:"12"},Name:"chisel:planks-oak"}} +Oak Planks Siding - betterwithmods:siding_wood:0{texture:{Properties:{variation:"13"},Name:"chisel:planks-oak"}} +Oak Planks Siding - betterwithmods:siding_wood:0{texture:{Properties:{variation:"14"},Name:"chisel:planks-oak"}} +Spruce Planks Siding - betterwithmods:siding_wood:0{texture:{Properties:{variation:"0"},Name:"chisel:planks-spruce"}} +Spruce Planks Siding - betterwithmods:siding_wood:0{texture:{Properties:{variation:"1"},Name:"chisel:planks-spruce"}} +Spruce Planks Siding - betterwithmods:siding_wood:0{texture:{Properties:{variation:"2"},Name:"chisel:planks-spruce"}} +Spruce Planks Siding - betterwithmods:siding_wood:0{texture:{Properties:{variation:"3"},Name:"chisel:planks-spruce"}} +Spruce Planks Siding - betterwithmods:siding_wood:0{texture:{Properties:{variation:"4"},Name:"chisel:planks-spruce"}} +Spruce Planks Siding - betterwithmods:siding_wood:0{texture:{Properties:{variation:"5"},Name:"chisel:planks-spruce"}} +Spruce Planks Siding - betterwithmods:siding_wood:0{texture:{Properties:{variation:"6"},Name:"chisel:planks-spruce"}} +Spruce Planks Siding - betterwithmods:siding_wood:0{texture:{Properties:{variation:"7"},Name:"chisel:planks-spruce"}} +Spruce Planks Siding - betterwithmods:siding_wood:0{texture:{Properties:{variation:"8"},Name:"chisel:planks-spruce"}} +Spruce Planks Siding - betterwithmods:siding_wood:0{texture:{Properties:{variation:"9"},Name:"chisel:planks-spruce"}} +Spruce Planks Siding - betterwithmods:siding_wood:0{texture:{Properties:{variation:"10"},Name:"chisel:planks-spruce"}} +Spruce Planks Siding - betterwithmods:siding_wood:0{texture:{Properties:{variation:"11"},Name:"chisel:planks-spruce"}} +Spruce Planks Siding - betterwithmods:siding_wood:0{texture:{Properties:{variation:"12"},Name:"chisel:planks-spruce"}} +Spruce Planks Siding - betterwithmods:siding_wood:0{texture:{Properties:{variation:"13"},Name:"chisel:planks-spruce"}} +Spruce Planks Siding - betterwithmods:siding_wood:0{texture:{Properties:{variation:"14"},Name:"chisel:planks-spruce"}} +Birch Planks Siding - betterwithmods:siding_wood:0{texture:{Properties:{variation:"0"},Name:"chisel:planks-birch"}} +Birch Planks Siding - betterwithmods:siding_wood:0{texture:{Properties:{variation:"1"},Name:"chisel:planks-birch"}} +Birch Planks Siding - betterwithmods:siding_wood:0{texture:{Properties:{variation:"2"},Name:"chisel:planks-birch"}} +Birch Planks Siding - betterwithmods:siding_wood:0{texture:{Properties:{variation:"3"},Name:"chisel:planks-birch"}} +Birch Planks Siding - betterwithmods:siding_wood:0{texture:{Properties:{variation:"4"},Name:"chisel:planks-birch"}} +Birch Planks Siding - betterwithmods:siding_wood:0{texture:{Properties:{variation:"5"},Name:"chisel:planks-birch"}} +Birch Planks Siding - betterwithmods:siding_wood:0{texture:{Properties:{variation:"6"},Name:"chisel:planks-birch"}} +Birch Planks Siding - betterwithmods:siding_wood:0{texture:{Properties:{variation:"7"},Name:"chisel:planks-birch"}} +Birch Planks Siding - betterwithmods:siding_wood:0{texture:{Properties:{variation:"8"},Name:"chisel:planks-birch"}} +Birch Planks Siding - betterwithmods:siding_wood:0{texture:{Properties:{variation:"9"},Name:"chisel:planks-birch"}} +Birch Planks Siding - betterwithmods:siding_wood:0{texture:{Properties:{variation:"10"},Name:"chisel:planks-birch"}} +Birch Planks Siding - betterwithmods:siding_wood:0{texture:{Properties:{variation:"11"},Name:"chisel:planks-birch"}} +Birch Planks Siding - betterwithmods:siding_wood:0{texture:{Properties:{variation:"12"},Name:"chisel:planks-birch"}} +Birch Planks Siding - betterwithmods:siding_wood:0{texture:{Properties:{variation:"13"},Name:"chisel:planks-birch"}} +Birch Planks Siding - betterwithmods:siding_wood:0{texture:{Properties:{variation:"14"},Name:"chisel:planks-birch"}} +Jungle Planks Siding - betterwithmods:siding_wood:0{texture:{Properties:{variation:"0"},Name:"chisel:planks-jungle"}} +Jungle Planks Siding - betterwithmods:siding_wood:0{texture:{Properties:{variation:"1"},Name:"chisel:planks-jungle"}} +Jungle Planks Siding - betterwithmods:siding_wood:0{texture:{Properties:{variation:"2"},Name:"chisel:planks-jungle"}} +Jungle Planks Siding - betterwithmods:siding_wood:0{texture:{Properties:{variation:"3"},Name:"chisel:planks-jungle"}} +Jungle Planks Siding - betterwithmods:siding_wood:0{texture:{Properties:{variation:"4"},Name:"chisel:planks-jungle"}} +Jungle Planks Siding - betterwithmods:siding_wood:0{texture:{Properties:{variation:"5"},Name:"chisel:planks-jungle"}} +Jungle Planks Siding - betterwithmods:siding_wood:0{texture:{Properties:{variation:"6"},Name:"chisel:planks-jungle"}} +Jungle Planks Siding - betterwithmods:siding_wood:0{texture:{Properties:{variation:"7"},Name:"chisel:planks-jungle"}} +Jungle Planks Siding - betterwithmods:siding_wood:0{texture:{Properties:{variation:"8"},Name:"chisel:planks-jungle"}} +Jungle Planks Siding - betterwithmods:siding_wood:0{texture:{Properties:{variation:"9"},Name:"chisel:planks-jungle"}} +Jungle Planks Siding - betterwithmods:siding_wood:0{texture:{Properties:{variation:"10"},Name:"chisel:planks-jungle"}} +Jungle Planks Siding - betterwithmods:siding_wood:0{texture:{Properties:{variation:"11"},Name:"chisel:planks-jungle"}} +Jungle Planks Siding - betterwithmods:siding_wood:0{texture:{Properties:{variation:"12"},Name:"chisel:planks-jungle"}} +Jungle Planks Siding - betterwithmods:siding_wood:0{texture:{Properties:{variation:"13"},Name:"chisel:planks-jungle"}} +Jungle Planks Siding - betterwithmods:siding_wood:0{texture:{Properties:{variation:"14"},Name:"chisel:planks-jungle"}} +Acacia Planks Siding - betterwithmods:siding_wood:0{texture:{Properties:{variation:"0"},Name:"chisel:planks-acacia"}} +Acacia Planks Siding - betterwithmods:siding_wood:0{texture:{Properties:{variation:"1"},Name:"chisel:planks-acacia"}} +Acacia Planks Siding - betterwithmods:siding_wood:0{texture:{Properties:{variation:"2"},Name:"chisel:planks-acacia"}} +Acacia Planks Siding - betterwithmods:siding_wood:0{texture:{Properties:{variation:"3"},Name:"chisel:planks-acacia"}} +Acacia Planks Siding - betterwithmods:siding_wood:0{texture:{Properties:{variation:"4"},Name:"chisel:planks-acacia"}} +Acacia Planks Siding - betterwithmods:siding_wood:0{texture:{Properties:{variation:"5"},Name:"chisel:planks-acacia"}} +Acacia Planks Siding - betterwithmods:siding_wood:0{texture:{Properties:{variation:"6"},Name:"chisel:planks-acacia"}} +Acacia Planks Siding - betterwithmods:siding_wood:0{texture:{Properties:{variation:"7"},Name:"chisel:planks-acacia"}} +Acacia Planks Siding - betterwithmods:siding_wood:0{texture:{Properties:{variation:"8"},Name:"chisel:planks-acacia"}} +Acacia Planks Siding - betterwithmods:siding_wood:0{texture:{Properties:{variation:"9"},Name:"chisel:planks-acacia"}} +Acacia Planks Siding - betterwithmods:siding_wood:0{texture:{Properties:{variation:"10"},Name:"chisel:planks-acacia"}} +Acacia Planks Siding - betterwithmods:siding_wood:0{texture:{Properties:{variation:"11"},Name:"chisel:planks-acacia"}} +Acacia Planks Siding - betterwithmods:siding_wood:0{texture:{Properties:{variation:"12"},Name:"chisel:planks-acacia"}} +Acacia Planks Siding - betterwithmods:siding_wood:0{texture:{Properties:{variation:"13"},Name:"chisel:planks-acacia"}} +Acacia Planks Siding - betterwithmods:siding_wood:0{texture:{Properties:{variation:"14"},Name:"chisel:planks-acacia"}} +Dark Oak Planks Siding - betterwithmods:siding_wood:0{texture:{Properties:{variation:"0"},Name:"chisel:planks-dark-oak"}} +Dark Oak Planks Siding - betterwithmods:siding_wood:0{texture:{Properties:{variation:"1"},Name:"chisel:planks-dark-oak"}} +Dark Oak Planks Siding - betterwithmods:siding_wood:0{texture:{Properties:{variation:"2"},Name:"chisel:planks-dark-oak"}} +Dark Oak Planks Siding - betterwithmods:siding_wood:0{texture:{Properties:{variation:"3"},Name:"chisel:planks-dark-oak"}} +Dark Oak Planks Siding - betterwithmods:siding_wood:0{texture:{Properties:{variation:"4"},Name:"chisel:planks-dark-oak"}} +Dark Oak Planks Siding - betterwithmods:siding_wood:0{texture:{Properties:{variation:"5"},Name:"chisel:planks-dark-oak"}} +Dark Oak Planks Siding - betterwithmods:siding_wood:0{texture:{Properties:{variation:"6"},Name:"chisel:planks-dark-oak"}} +Dark Oak Planks Siding - betterwithmods:siding_wood:0{texture:{Properties:{variation:"7"},Name:"chisel:planks-dark-oak"}} +Dark Oak Planks Siding - betterwithmods:siding_wood:0{texture:{Properties:{variation:"8"},Name:"chisel:planks-dark-oak"}} +Dark Oak Planks Siding - betterwithmods:siding_wood:0{texture:{Properties:{variation:"9"},Name:"chisel:planks-dark-oak"}} +Dark Oak Planks Siding - betterwithmods:siding_wood:0{texture:{Properties:{variation:"10"},Name:"chisel:planks-dark-oak"}} +Dark Oak Planks Siding - betterwithmods:siding_wood:0{texture:{Properties:{variation:"11"},Name:"chisel:planks-dark-oak"}} +Dark Oak Planks Siding - betterwithmods:siding_wood:0{texture:{Properties:{variation:"12"},Name:"chisel:planks-dark-oak"}} +Dark Oak Planks Siding - betterwithmods:siding_wood:0{texture:{Properties:{variation:"13"},Name:"chisel:planks-dark-oak"}} +Dark Oak Planks Siding - betterwithmods:siding_wood:0{texture:{Properties:{variation:"14"},Name:"chisel:planks-dark-oak"}} +Maple Planks Siding - betterwithmods:siding_wood:0{texture:{Properties:{type:"maple"},Name:"natura:overworld_planks"}} +Silverbell Planks Siding - betterwithmods:siding_wood:0{texture:{Properties:{type:"silverbell"},Name:"natura:overworld_planks"}} +Amaranth Planks Siding - betterwithmods:siding_wood:0{texture:{Properties:{type:"amaranth"},Name:"natura:overworld_planks"}} +Tigerwood Planks Siding - betterwithmods:siding_wood:0{texture:{Properties:{type:"tiger"},Name:"natura:overworld_planks"}} +Willow Planks Siding - betterwithmods:siding_wood:0{texture:{Properties:{type:"willow"},Name:"natura:overworld_planks"}} +Eucalyptus Planks Siding - betterwithmods:siding_wood:0{texture:{Properties:{type:"eucalyptus"},Name:"natura:overworld_planks"}} +Hopseed Planks Siding - betterwithmods:siding_wood:0{texture:{Properties:{type:"hopseed"},Name:"natura:overworld_planks"}} +Sakura Planks Siding - betterwithmods:siding_wood:0{texture:{Properties:{type:"sakura"},Name:"natura:overworld_planks"}} +Redwood Planks Siding - betterwithmods:siding_wood:0{texture:{Properties:{type:"redwood"},Name:"natura:overworld_planks"}} +Ghostwood Planks Siding - betterwithmods:siding_wood:0{texture:{Properties:{type:"ghostwood"},Name:"natura:nether_planks"}} +Bloodwood Planks Siding - betterwithmods:siding_wood:0{texture:{Properties:{type:"bloodwood"},Name:"natura:nether_planks"}} +Darkwood Planks Siding - betterwithmods:siding_wood:0{texture:{Properties:{type:"darkwood"},Name:"natura:nether_planks"}} +Fusewood Planks Siding - betterwithmods:siding_wood:0{texture:{Properties:{type:"fusewood"},Name:"natura:nether_planks"}} +Sakura Wood Planks Siding - betterwithmods:siding_wood:0{texture:{Name:"betterwithaddons:planks_sakura"}} +Mulberry Wood Planks Siding - betterwithmods:siding_wood:0{texture:{Name:"betterwithaddons:planks_mulberry"}} +Menril Wood Planks Siding - betterwithmods:siding_wood:0{texture:{Name:"integrateddynamics:menril_planks"}} +Ironwood Planks Siding - betterwithmods:siding_wood:0{texture:{Properties:{type:"ironwood"},Name:"primal:planks"}} +Darklands Oak Wood Planks Siding - betterwithmods:siding_wood:0{texture:{Name:"abyssalcraft:dltplank"}} +Dreadlands Wood Planks Siding - betterwithmods:siding_wood:0{texture:{Name:"abyssalcraft:dreadplanks"}} +Weedwood Planks Siding - betterwithmods:siding_wood:0{texture:{Name:"thebetweenlands:weedwood_planks"}} +Rubber Tree Planks Siding - betterwithmods:siding_wood:0{texture:{Name:"thebetweenlands:rubber_tree_planks"}} +Giant Root Planks Siding - betterwithmods:siding_wood:0{texture:{Name:"thebetweenlands:giant_root_planks"}} +Hearthgrove Planks Siding - betterwithmods:siding_wood:0{texture:{Name:"thebetweenlands:hearthgrove_planks"}} +Nibbletwig Planks Siding - betterwithmods:siding_wood:0{texture:{Name:"thebetweenlands:nibbletwig_planks"}} +Ironwood Planks Siding - betterwithmods:siding_wood:0{texture:{Properties:{type:"ironwood"},Name:"primal:planks"}} +Maple Planks Siding - betterwithmods:siding_wood:0{texture:{Properties:{type:"maple"},Name:"natura:overworld_planks"}} +Silverbell Planks Siding - betterwithmods:siding_wood:0{texture:{Properties:{type:"silverbell"},Name:"natura:overworld_planks"}} +Amaranth Planks Siding - betterwithmods:siding_wood:0{texture:{Properties:{type:"amaranth"},Name:"natura:overworld_planks"}} +Tigerwood Planks Siding - betterwithmods:siding_wood:0{texture:{Properties:{type:"tiger"},Name:"natura:overworld_planks"}} +Willow Planks Siding - betterwithmods:siding_wood:0{texture:{Properties:{type:"willow"},Name:"natura:overworld_planks"}} +Eucalyptus Planks Siding - betterwithmods:siding_wood:0{texture:{Properties:{type:"eucalyptus"},Name:"natura:overworld_planks"}} +Hopseed Planks Siding - betterwithmods:siding_wood:0{texture:{Properties:{type:"hopseed"},Name:"natura:overworld_planks"}} +Sakura Planks Siding - betterwithmods:siding_wood:0{texture:{Properties:{type:"sakura"},Name:"natura:overworld_planks"}} +Redwood Planks Siding - betterwithmods:siding_wood:0{texture:{Properties:{type:"redwood"},Name:"natura:overworld_planks"}} +[INITIALIZATION][SERVER][INFO] Adding: (Ingredients) type:SIDING parent:[1xtile.wood@0, 1xtile.wood@1, 1xtile.wood@2, 1xtile.wood@3, 1xtile.wood@4, 1xtile.wood@5, 1xtile.rustic.planks@0, 1xtile.rustic.planks@1, 1xtile.rustic.painted_wood_black@0, 1xtile.rustic.painted_wood_blue@0, 1xtile.rustic.painted_wood_brown@0, 1xtile.rustic.painted_wood_cyan@0, 1xtile.rustic.painted_wood_gray@0, 1xtile.rustic.painted_wood_green@0, 1xtile.rustic.painted_wood_light_blue@0, 1xtile.rustic.painted_wood_lime@0, 1xtile.rustic.painted_wood_magenta@0, 1xtile.rustic.painted_wood_orange@0, 1xtile.rustic.painted_wood_pink@0, 1xtile.rustic.painted_wood_purple@0, 1xtile.rustic.painted_wood_red@0, 1xtile.rustic.painted_wood_silver@0, 1xtile.rustic.painted_wood_white@0, 1xtile.rustic.painted_wood_yellow@0, 1xtile.chisel.planks-oak@0, 1xtile.chisel.planks-oak@1, 1xtile.chisel.planks-oak@2, 1xtile.chisel.planks-oak@3, 1xtile.chisel.planks-oak@4, 1xtile.chisel.planks-oak@5, 1xtile.chisel.planks-oak@6, 1xtile.chisel.planks-oak@7, 1xtile.chisel.planks-oak@8, 1xtile.chisel.planks-oak@9, 1xtile.chisel.planks-oak@10, 1xtile.chisel.planks-oak@11, 1xtile.chisel.planks-oak@12, 1xtile.chisel.planks-oak@13, 1xtile.chisel.planks-oak@14, 1xtile.chisel.planks-spruce@0, 1xtile.chisel.planks-spruce@1, 1xtile.chisel.planks-spruce@2, 1xtile.chisel.planks-spruce@3, 1xtile.chisel.planks-spruce@4, 1xtile.chisel.planks-spruce@5, 1xtile.chisel.planks-spruce@6, 1xtile.chisel.planks-spruce@7, 1xtile.chisel.planks-spruce@8, 1xtile.chisel.planks-spruce@9, 1xtile.chisel.planks-spruce@10, 1xtile.chisel.planks-spruce@11, 1xtile.chisel.planks-spruce@12, 1xtile.chisel.planks-spruce@13, 1xtile.chisel.planks-spruce@14, 1xtile.chisel.planks-birch@0, 1xtile.chisel.planks-birch@1, 1xtile.chisel.planks-birch@2, 1xtile.chisel.planks-birch@3, 1xtile.chisel.planks-birch@4, 1xtile.chisel.planks-birch@5, 1xtile.chisel.planks-birch@6, 1xtile.chisel.planks-birch@7, 1xtile.chisel.planks-birch@8, 1xtile.chisel.planks-birch@9, 1xtile.chisel.planks-birch@10, 1xtile.chisel.planks-birch@11, 1xtile.chisel.planks-birch@12, 1xtile.chisel.planks-birch@13, 1xtile.chisel.planks-birch@14, 1xtile.chisel.planks-jungle@0, 1xtile.chisel.planks-jungle@1, 1xtile.chisel.planks-jungle@2, 1xtile.chisel.planks-jungle@3, 1xtile.chisel.planks-jungle@4, 1xtile.chisel.planks-jungle@5, 1xtile.chisel.planks-jungle@6, 1xtile.chisel.planks-jungle@7, 1xtile.chisel.planks-jungle@8, 1xtile.chisel.planks-jungle@9, 1xtile.chisel.planks-jungle@10, 1xtile.chisel.planks-jungle@11, 1xtile.chisel.planks-jungle@12, 1xtile.chisel.planks-jungle@13, 1xtile.chisel.planks-jungle@14, 1xtile.chisel.planks-acacia@0, 1xtile.chisel.planks-acacia@1, 1xtile.chisel.planks-acacia@2, 1xtile.chisel.planks-acacia@3, 1xtile.chisel.planks-acacia@4, 1xtile.chisel.planks-acacia@5, 1xtile.chisel.planks-acacia@6, 1xtile.chisel.planks-acacia@7, 1xtile.chisel.planks-acacia@8, 1xtile.chisel.planks-acacia@9, 1xtile.chisel.planks-acacia@10, 1xtile.chisel.planks-acacia@11, 1xtile.chisel.planks-acacia@12, 1xtile.chisel.planks-acacia@13, 1xtile.chisel.planks-acacia@14, 1xtile.chisel.planks-dark-oak@0, 1xtile.chisel.planks-dark-oak@1, 1xtile.chisel.planks-dark-oak@2, 1xtile.chisel.planks-dark-oak@3, 1xtile.chisel.planks-dark-oak@4, 1xtile.chisel.planks-dark-oak@5, 1xtile.chisel.planks-dark-oak@6, 1xtile.chisel.planks-dark-oak@7, 1xtile.chisel.planks-dark-oak@8, 1xtile.chisel.planks-dark-oak@9, 1xtile.chisel.planks-dark-oak@10, 1xtile.chisel.planks-dark-oak@11, 1xtile.chisel.planks-dark-oak@12, 1xtile.chisel.planks-dark-oak@13, 1xtile.chisel.planks-dark-oak@14, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8, 1xtile.natura.nether_planks@0, 1xtile.natura.nether_planks@1, 1xtile.natura.nether_planks@2, 1xtile.natura.nether_planks@3, 1xtile.planks_sakura@0, 1xtile.planks_mulberry@0, 1xtile.blocks.integrateddynamics.menril_planks@0, 1xtile.primal.planks@0, 1xtile.primal.planks@1, 1xtile.primal.planks@2, 1xtile.primal.planks@3, 1xtile.dltplank@0, 1xtile.dreadplanks@0, 1xtile.thebetweenlands.weedwood_planks@0, 1xtile.thebetweenlands.rubber_tree_planks@0, 1xtile.thebetweenlands.giant_root_planks@0, 1xtile.thebetweenlands.hearthgrove_planks@0, 1xtile.thebetweenlands.nibbletwig_planks@0, 1xtile.twilightforest.TowerStone@0, 1xtile.twilightforest.TowerStone@1, 1xtile.twilightforest.TowerStone@2, 1xtile.twilightforest.TowerStone@3, 1xtile.twilightforest.TowerStone@4, 1xtile.totemic:cedar_plank@0, 1xtile.traverse:fir_planks@0, 1xtile.kepler22b_planks.0@0, 1xtile.primal.planks@0, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8] to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Bloodied Chopping Block - betterwithmods:aesthetic:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Rope Block - betterwithmods:aesthetic:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Flint Block - betterwithmods:aesthetic:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Block of Padding - betterwithmods:aesthetic:9 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Block of Dung - betterwithmods:aesthetic:11 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Chopping Block - betterwithmods:aesthetic:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Anchor - betterwithmods:anchor:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Water Wheel - betterwithmods:axle_generator:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Vertical Windmill - betterwithmods:axle_generator:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Windmill - betterwithmods:axle_generator:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. tile.bwm:bamboo_chime.32767.name - betterwithmods:bamboo_chime:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Spruce Bark - betterwithmods:bark:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Birch Bark - betterwithmods:bark:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Jungle Bark - betterwithmods:bark:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Acacia Bark - betterwithmods:bark:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Dark Oak Bark - betterwithmods:bark:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Bloodwood Bark - betterwithmods:bark:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Oak Bark - betterwithmods:bark:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Bellows - betterwithmods:bellows:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Bloodwood Leaves - betterwithmods:blood_leaves:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Bloodwood - betterwithmods:blood_log:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Bloodwood Sapling - betterwithmods:blood_sapling:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Orange Candle - betterwithmods:candle:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Magenta Candle - betterwithmods:candle:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Light Blue Candle - betterwithmods:candle:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Yellow Candle - betterwithmods:candle:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Lime Candle - betterwithmods:candle:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Pink Candle - betterwithmods:candle:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Gray Candle - betterwithmods:candle:7 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Light Gray Candle - betterwithmods:candle:8 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Cyan Candle - betterwithmods:candle:9 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Purple Candle - betterwithmods:candle:10 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Blue Candle - betterwithmods:candle:11 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Brown Candle - betterwithmods:candle:12 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Green Candle - betterwithmods:candle:13 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Red Candle - betterwithmods:candle:14 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Black Candle - betterwithmods:candle:15 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. White Candle - betterwithmods:candle:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Chicken Soup - betterwithmods:chicken_soup:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Chocolate - betterwithmods:chocolate:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Chowder - betterwithmods:chowder:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Cauldron - betterwithmods:cooking_pot:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Crucible - betterwithmods:cooking_pot:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Donut - betterwithmods:donut:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. tile.bwm:grate.32767.name - betterwithmods:grate:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Hearty Stew - betterwithmods:hearty_stew:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Kibble - betterwithmods:kibble:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Wood Blade - betterwithmods:material:10 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Wind Sail - betterwithmods:material:11 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Glue - betterwithmods:material:12 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Tallow - betterwithmods:material:13 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Filament - betterwithmods:material:19 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Potash - betterwithmods:material:21 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Sawdust - betterwithmods:material:22 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Archimedes Screw - betterwithmods:material:24 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Explosive Fuse - betterwithmods:material:28 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Padding - betterwithmods:material:41 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Platform - betterwithmods:platform:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Hemp Rope - betterwithmods:rope:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Saw - betterwithmods:saw:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Screw Pump - betterwithmods:screw_pump:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Pulley - betterwithmods:single_machine:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Turntable - betterwithmods:single_machine:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. tile.bwm:slats.32767.name - betterwithmods:slats:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. White Stone Corner - betterwithmods:stone_corner:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Nether Brick Corner - betterwithmods:stone_corner:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Brick Corner - betterwithmods:stone_corner:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Sandstone Corner - betterwithmods:stone_corner:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Stone Corner - betterwithmods:stone_corner:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. White Stone Moulding - betterwithmods:stone_moulding:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Nether Brick Moulding - betterwithmods:stone_moulding:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Brick Moulding - betterwithmods:stone_moulding:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Sandstone Moulding - betterwithmods:stone_moulding:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Stone Moulding - betterwithmods:stone_moulding:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. White Stone Siding - betterwithmods:stone_siding:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Nether Brick Siding - betterwithmods:stone_siding:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Brick Siding - betterwithmods:stone_siding:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Sandstone Siding - betterwithmods:stone_siding:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Stone Siding - betterwithmods:stone_siding:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Unfired Planter - betterwithmods:unfired_pottery:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Unfired Vase - betterwithmods:unfired_pottery:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Unfired Crucible - betterwithmods:unfired_pottery:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. tile.bwm:vase.32767.name - betterwithmods:vase:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Spruce Wood Bench - betterwithmods:wood_bench:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Birch Wood Bench - betterwithmods:wood_bench:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Jungle Wood Bench - betterwithmods:wood_bench:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Acacia Wood Bench - betterwithmods:wood_bench:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Dark Oak Wood Bench - betterwithmods:wood_bench:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Oak Wood Bench - betterwithmods:wood_bench:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Spruce Wood Corner - betterwithmods:wood_corner:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Birch Wood Corner - betterwithmods:wood_corner:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Jungle Wood Corner - betterwithmods:wood_corner:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Acacia Wood Corner - betterwithmods:wood_corner:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Dark Oak Wood Corner - betterwithmods:wood_corner:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Oak Wood Corner - betterwithmods:wood_corner:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Spruce Wood Moulding - betterwithmods:wood_moulding:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Birch Wood Moulding - betterwithmods:wood_moulding:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Jungle Wood Moulding - betterwithmods:wood_moulding:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Acacia Wood Moulding - betterwithmods:wood_moulding:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Dark Oak Wood Moulding - betterwithmods:wood_moulding:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Oak Wood Moulding - betterwithmods:wood_moulding:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Spruce Wood Siding - betterwithmods:wood_siding:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Birch Wood Siding - betterwithmods:wood_siding:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Jungle Wood Siding - betterwithmods:wood_siding:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Acacia Wood Siding - betterwithmods:wood_siding:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Dark Oak Wood Siding - betterwithmods:wood_siding:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Oak Wood Siding - betterwithmods:wood_siding:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Wooden Axle - betterwithmods:wooden_axle:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Broken Wooden Gearbox - betterwithmods:wooden_broken_gearbox:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Wooden Gearbox - betterwithmods:wooden_gearbox:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Plumb line - bibliocraft:plumbline:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Spruce Shelf - bibliocraft:shelf:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Birch Shelf - bibliocraft:shelf:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Jungle Shelf - bibliocraft:shelf:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Acacia Shelf - bibliocraft:shelf:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Dark Oak Shelf - bibliocraft:shelf:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Oak Shelf - bibliocraft:shelf:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Spruce Tool Rack - bibliocraft:toolrack:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Birch Tool Rack - bibliocraft:toolrack:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Jungle Tool Rack - bibliocraft:toolrack:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Acacia Tool Rack - bibliocraft:toolrack:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Dark Oak Tool Rack - bibliocraft:toolrack:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Oak Tool Rack - bibliocraft:toolrack:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Blood Altar - bloodmagic:altar:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Arcane Ashes - bloodmagic:arcane_ashes:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Apprentice Blood Orb - bloodmagic:blood_orb:0{orb:"bloodmagic:apprentice"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({orb: "bloodmagic:apprentice"}) to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Weak Blood Orb - bloodmagic:blood_orb:0{orb:"bloodmagic:weak"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({orb: "bloodmagic:weak"}) to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Speed Rune - bloodmagic:blood_rune:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Efficiency Rune - bloodmagic:blood_rune:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Rune of Sacrifice - bloodmagic:blood_rune:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Rune of Self Sacrifice - bloodmagic:blood_rune:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Blank Rune - bloodmagic:blood_rune:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Growth Reagent - bloodmagic:component:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Blood Lamp Reagent - bloodmagic:component:11 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Holding Reagent - bloodmagic:component:27 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Elasticity Reagent - bloodmagic:component:31 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Frost Reagent - bloodmagic:component:32 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Dagger of Sacrifice - bloodmagic:dagger_of_sacrifice:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Incense Altar - bloodmagic:incense_altar:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Demonic Will - bloodmagic:monster_soul:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Tiled Wooden Path - bloodmagic:path:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Wooden Path - bloodmagic:path:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Sacrificial Dagger - bloodmagic:sacrificial_dagger:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Inspectoris Scandalum - bloodmagic:sanguine_book:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Sentient Sword - bloodmagic:sentient_sword:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Sigil of the Blood Lamp - bloodmagic:sigil_blood_light:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Sigil of Elasticity - bloodmagic:sigil_bounce:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Divination Sigil - bloodmagic:sigil_divination:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Sigil of Winter's Breath - bloodmagic:sigil_frost:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Sigil of the Green Grove - bloodmagic:sigil_green_grove:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Sigil of Holding - bloodmagic:sigil_holding:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Reinforced Slate - bloodmagic:slate:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Blank Slate - bloodmagic:slate:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Hellfire Forge - bloodmagic:soul_forge:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Lesser Tartaric Gem - bloodmagic:soul_gem:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Petty Tartaric Gem - bloodmagic:soul_gem:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Rudimentary Snare - bloodmagic:soul_snare:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Porcelain Channel - ceramics:channel:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. White Clay Barrel Extension - ceramics:clay_barrel_stained_extension:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. White Clay Barrel - ceramics:clay_barrel_stained:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Unfired Porcelain Barrel - ceramics:clay_barrel_unfired:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Unfired Porcelain Barrel Extension - ceramics:clay_barrel_unfired:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Unfired Clay Barrel - ceramics:clay_barrel_unfired:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Clay Barrel - ceramics:clay_barrel:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Clay Boots - ceramics:clay_boots:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Unfired Clay Bucket - ceramics:clay_bucket_block:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Clay Bucket - ceramics:clay_bucket:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Clay Chestplate - ceramics:clay_chestplate:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Dark Bricks - ceramics:clay_hard:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Marine Bricks - ceramics:clay_hard:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Dragon Bricks - ceramics:clay_hard:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Lava Bricks - ceramics:clay_hard:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Rainbow Bricks - ceramics:clay_hard:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Monochrome Bricks - ceramics:clay_hard:7 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Porcelain Bricks - ceramics:clay_hard:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Clay Helmet - ceramics:clay_helmet:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Clay Leggings - ceramics:clay_leggings:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Clay Shears - ceramics:clay_shears:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Dark Bricks Slab - ceramics:clay_slab:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Marine Bricks Slab - ceramics:clay_slab:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Dragon Bricks Slab - ceramics:clay_slab:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Lava Bricks Slab - ceramics:clay_slab:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Rainbow Bricks Slab - ceramics:clay_slab:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Monochrome Bricks Slab - ceramics:clay_slab:7 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Porcelain Bricks Slab - ceramics:clay_slab:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Porcelain Bricks Wall - ceramics:clay_wall:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Dark Bricks Wall - ceramics:clay_wall:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Marine Bricks Wall - ceramics:clay_wall:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Dragon Bricks Wall - ceramics:clay_wall:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Lava Bricks Wall - ceramics:clay_wall:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Rainbow Bricks Wall - ceramics:clay_wall:7 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Monochrome Bricks Wall - ceramics:clay_wall:8 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Bricks Wall - ceramics:clay_wall:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Dark Bricks Stairs - ceramics:dark_bricks_stairs:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Dragon Bricks Stairs - ceramics:dragon_bricks_stairs:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Porcelain Faucet - ceramics:faucet:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Lava Bricks Stairs - ceramics:lava_bricks_stairs:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Marine Bricks Stairs - ceramics:marine_bricks_stairs:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Monochrome Bricks Stairs - ceramics:monochrome_bricks_stairs:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. White Porcelain Barrel Extension - ceramics:porcelain_barrel_extension:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. White Porcelain Barrel - ceramics:porcelain_barrel:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Porcelain Bricks Stairs - ceramics:porcelain_bricks_stairs:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Orange Porcelain - ceramics:porcelain:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Magenta Porcelain - ceramics:porcelain:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Light Blue Porcelain - ceramics:porcelain:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Yellow Porcelain - ceramics:porcelain:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Lime Porcelain - ceramics:porcelain:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Pink Porcelain - ceramics:porcelain:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Gray Porcelain - ceramics:porcelain:7 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Light Gray Porcelain - ceramics:porcelain:8 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Cyan Porcelain - ceramics:porcelain:9 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Purple Porcelain - ceramics:porcelain:10 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Blue Porcelain - ceramics:porcelain:11 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Brown Porcelain - ceramics:porcelain:12 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Green Porcelain - ceramics:porcelain:13 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Red Porcelain - ceramics:porcelain:14 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Black Porcelain - ceramics:porcelain:15 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. White Porcelain - ceramics:porcelain:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Rainbow Bricks Stairs - ceramics:rainbow_bricks_stairs:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Rainbow Porcelain - ceramics:rainbow_clay:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Rainbow Porcelain - ceramics:rainbow_clay:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Rainbow Porcelain - ceramics:rainbow_clay:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Rainbow Porcelain - ceramics:rainbow_clay:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Rainbow Porcelain - ceramics:rainbow_clay:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Rainbow Porcelain - ceramics:rainbow_clay:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Rainbow Porcelain - ceramics:rainbow_clay:7 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Rainbow Porcelain - ceramics:rainbow_clay:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Unfired Clay Shears - ceramics:unfired_clay:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Unfired Faucet - ceramics:unfired_clay:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Unfired Channel - ceramics:unfired_clay:7 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Unfired Clay Plate - ceramics:unfired_clay:8 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Clay Plate - ceramics:unfired_clay:9 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Chisel - chisel:chisel_iron:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Andesite - chisel:andesite:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Andesite - chisel:andesite1:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Andesite - chisel:andesite2:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Basalt - chisel:basalt:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Basalt - chisel:basalt1:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Basalt - chisel:basalt2:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Basalt - chisel:basalt2:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Basalt - chisel:basalt2:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Basalt - chisel:basalt2:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Basalt - chisel:basalt2:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Basalt - chisel:basalt2:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Basalt - chisel:basalt2:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Block of Charcoal - chisel:block_charcoal:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Block of Charcoal - chisel:block_charcoal1:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Block of Charcoal - chisel:block_charcoal2:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Block of Coal - chisel:block_coal:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Block of Coal - chisel:block_coal1:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Block of Coal - chisel:block_coal2:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Block of Bronze - chisel:blockbronze:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Block of Copper - chisel:blockcopper:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Block of Tin - chisel:blocktin:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Bricks - chisel:bricks:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Bricks - chisel:bricks1:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Bricks - chisel:bricks2:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Brownstone - chisel:brownstone:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Cobblestone - chisel:cobblestone:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Cobblestone - chisel:cobblestone1:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Cobblestone - chisel:cobblestone2:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Mossy Cobblestone - chisel:cobblestonemossy:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Mossy Cobblestone - chisel:cobblestonemossy1:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Mossy Cobblestone - chisel:cobblestonemossy2:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Black Concrete - chisel:concrete_black:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Black Concrete - chisel:concrete_black1:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Black Concrete - chisel:concrete_black2:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Blue Concrete - chisel:concrete_blue:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Blue Concrete - chisel:concrete_blue1:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Blue Concrete - chisel:concrete_blue2:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Brown Concrete - chisel:concrete_brown:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Brown Concrete - chisel:concrete_brown1:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Brown Concrete - chisel:concrete_brown2:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Cyan Concrete - chisel:concrete_cyan:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Cyan Concrete - chisel:concrete_cyan1:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Cyan Concrete - chisel:concrete_cyan2:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Gray Concrete - chisel:concrete_gray:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Gray Concrete - chisel:concrete_gray1:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Gray Concrete - chisel:concrete_gray2:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Green Concrete - chisel:concrete_green:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Green Concrete - chisel:concrete_green1:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Green Concrete - chisel:concrete_green2:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Light Blue Concrete - chisel:concrete_lightblue:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Light Blue Concrete - chisel:concrete_lightblue1:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Light Blue Concrete - chisel:concrete_lightblue2:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Light Gray Concrete - chisel:concrete_lightgray:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Light Gray Concrete - chisel:concrete_lightgray1:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Light Gray Concrete - chisel:concrete_lightgray2:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Lime Concrete - chisel:concrete_lime:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Lime Concrete - chisel:concrete_lime1:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Lime Concrete - chisel:concrete_lime2:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Magenta Concrete - chisel:concrete_magenta:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Magenta Concrete - chisel:concrete_magenta1:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Magenta Concrete - chisel:concrete_magenta2:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Orange Concrete - chisel:concrete_orange:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Orange Concrete - chisel:concrete_orange1:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Orange Concrete - chisel:concrete_orange2:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Pink Concrete - chisel:concrete_pink:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Pink Concrete - chisel:concrete_pink1:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Pink Concrete - chisel:concrete_pink2:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Purple Concrete - chisel:concrete_purple:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Purple Concrete - chisel:concrete_purple1:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Purple Concrete - chisel:concrete_purple2:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Red Concrete - chisel:concrete_red:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Red Concrete - chisel:concrete_red1:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Red Concrete - chisel:concrete_red2:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. White Concrete - chisel:concrete_white:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. White Concrete - chisel:concrete_white1:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. White Concrete - chisel:concrete_white2:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Yellow Concrete - chisel:concrete_yellow:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Yellow Concrete - chisel:concrete_yellow1:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Yellow Concrete - chisel:concrete_yellow2:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Diorite - chisel:diorite:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Diorite - chisel:diorite1:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Diorite - chisel:diorite2:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Dirt - chisel:dirt:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Granite - chisel:granite:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Granite - chisel:granite1:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Granite - chisel:granite2:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Terracotta - chisel:hardenedclay:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Terracotta - chisel:hardenedclay1:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Terracotta - chisel:hardenedclay2:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Ice - chisel:ice:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Ice - chisel:ice1:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Ice - chisel:ice2:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Ice Pillar - chisel:icepillar:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Limestone - chisel:limestone:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Limestone - chisel:limestone1:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Limestone - chisel:limestone2:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Limestone - chisel:limestone2:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Limestone - chisel:limestone2:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Limestone - chisel:limestone2:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Limestone - chisel:limestone2:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Limestone - chisel:limestone2:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Limestone - chisel:limestone2:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Marble - chisel:marble:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Marble - chisel:marble1:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Marble - chisel:marble2:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Marble - chisel:marble2:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Marble - chisel:marble2:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Marble - chisel:marble2:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Marble - chisel:marble2:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Marble - chisel:marble2:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Marble - chisel:marble2:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Marble Pillar - chisel:marblepillar:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Ender Offset Wand - chisel:offsettool:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Acacia Planks - chisel:planks-acacia:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Birch Planks - chisel:planks-birch:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Dark Oak Planks - chisel:planks-dark-oak:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Jungle Planks - chisel:planks-jungle:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Oak Planks - chisel:planks-oak:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Spruce Planks - chisel:planks-spruce:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Prismarine - chisel:prismarine:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Prismarine - chisel:prismarine1:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Prismarine - chisel:prismarine2:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Sandstone Scribbles - chisel:sandstone-scribbles:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Red Sandstone - chisel:sandstonered:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Red Sandstone - chisel:sandstonered1:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Red Sandstone - chisel:sandstonered2:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Sandstone - chisel:sandstoneyellow:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Sandstone - chisel:sandstoneyellow1:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Sandstone - chisel:sandstoneyellow2:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Temple Block - chisel:temple:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Mossy Temple Block - chisel:templemossy:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Chiseled Bit Bag - chiselsandbits:bit_bag:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Chiseled Fluid Bit Tank - chiselsandbits:bittank:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Bit Chisel - chiselsandbits:chisel_iron:0 +[INITIALIZATION][SERVER][INFO] Adding: .withTag({}) to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Stone Chisel - chiselsandbits:chisel_stone:0 +[INITIALIZATION][SERVER][INFO] Adding: .withTag({}) to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Mirror Chisel Design - chiselsandbits:mirrorprint:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Negative Chisel Design - chiselsandbits:negativeprint:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Positive Chisel Design - chiselsandbits:positiveprint:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Wooden Wrench - chiselsandbits:wrench_wood:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Bronze Chestplate - contenttweaker:bronze_chest:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Bronze Boots - contenttweaker:bronze_feet:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Bronze Helmet - contenttweaker:bronze_head:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Bronze Leggings - contenttweaker:bronze_legs:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Copper Chestplate - contenttweaker:copper_chest:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Copper Boots - contenttweaker:copper_feet:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Copper Helmet - contenttweaker:copper_head:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Copper Leggings - contenttweaker:copper_legs:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Aquamarine Ore - contenttweaker:sub_block_holder_0:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Apple Sprout - cyclicmagic:apple:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Throwing Torch - cyclicmagic:ender_torch:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Apple of Lofty Stature - cyclicmagic:food_step:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Hardened Slime Plate - cyclicmagic:plate_launch_large:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Soft Slime Plate - cyclicmagic:plate_launch_small:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Sandstone Axe - cyclicmagic:sandstone_axe:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Sandstone Hoe - cyclicmagic:sandstone_hoe:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Sandstone Pickaxe - cyclicmagic:sandstone_pickaxe:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Sandstone Shovel - cyclicmagic:sandstone_spade:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Sandstone Sword - cyclicmagic:sandstone_sword:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Tree Scythe - cyclicmagic:tool_harvest_leaves:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Brush Scythe - cyclicmagic:tool_harvest_weeds:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Gluttony Charm - darkutils:charm_gluttony:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Sleep Charm - darkutils:charm_sleep:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. White Slime Block - darkutils:slime_dyed:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Dung Pipe - dungpipe:dung_pipe:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Sewer Pipe - dungpipe:sewer_pipe:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Market - farmingforblockheads:market:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Mossy Cobblestone Light - ferdinandsflowers:block_cobble_light:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Cobblestone Light - ferdinandsflowers:block_cobble_light:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Coarse Dirt Light - ferdinandsflowers:block_dirt_light:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Dirt Light - ferdinandsflowers:block_dirt_light:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Gravel Light - ferdinandsflowers:block_gravel_light:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Birch Log Light - ferdinandsflowers:block_log_light:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Spruce Log Light - ferdinandsflowers:block_log_light:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Dark Oak Log Light - ferdinandsflowers:block_log_light:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Jungle Log Light - ferdinandsflowers:block_log_light:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Acacia Log Light - ferdinandsflowers:block_log_light:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Oak Log Light - ferdinandsflowers:block_log_light:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Birch Plank Light - ferdinandsflowers:block_plank_light:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Spruce Plank Light - ferdinandsflowers:block_plank_light:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Dark Oak Plank Light - ferdinandsflowers:block_plank_light:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Jungle Plank Light - ferdinandsflowers:block_plank_light:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Acacia Plank Light - ferdinandsflowers:block_plank_light:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Oak Plank Light - ferdinandsflowers:block_plank_light:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Red Sand Light - ferdinandsflowers:block_sand_light:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Sand Light - ferdinandsflowers:block_sand_light:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Andesite Light - ferdinandsflowers:block_stone_light:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Smooth Andesite Light - ferdinandsflowers:block_stone_light:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Diorite Light - ferdinandsflowers:block_stone_light:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Smooth Diorite Light - ferdinandsflowers:block_stone_light:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Granite Light - ferdinandsflowers:block_stone_light:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Smooth Granite Light - ferdinandsflowers:block_stone_light:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Stone Light - ferdinandsflowers:block_stone_light:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Copper Cluster - geolosys:cluster:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Tin Cluster - geolosys:cluster:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Field Manual - geolosys:field_manual:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Coal Sample - geolosys:ore_sample_vanilla:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Malachite Sample - geolosys:ore_sample:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Azurite Sample - geolosys:ore_sample:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Cassiterite Sample - geolosys:ore_sample:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Teallite Sample - geolosys:ore_sample:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Coal - geolosys:ore_vanilla:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Malachite - geolosys:ore:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Azurite - geolosys:ore:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Cassiterite - geolosys:ore:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Teallite - geolosys:ore:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. guide.bloodmagic.display - guideapi:bloodmagic-guide:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Cyclic Guide Book - guideapi:cyclicmagic-guide:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Creeping Moss - huntingdim:biome_changer:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Hunting Dimension Frame - huntingdim:frame:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Hunting Dimension Portal - huntingdim:portal:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Kiln Brick - immersiveengineering:stone_decoration:10 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Kiln Brick Slab - immersiveengineering:stone_decoration_slab:10 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Copper Slab - immersiveengineering:storage_slab:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Engineer's Hammer - immersiveengineering:tool:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Copper Ore - immersiveengineering:ore:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Copper Chest - ironchest:iron_chest:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. DirtChest 9000! - ironchest:iron_chest:7 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Wood to Copper Chest Upgrade - ironchest:wood_copper_chest_upgrade:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Coal Ore - minecraft:coal_ore:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Bricks - minecraft:brick_block:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Bricks Slab - minecraft:stone_slab:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Acacia Wood Stairs - minecraft:acacia_stairs:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Birch Wood Stairs - minecraft:birch_stairs:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Brick Stairs - minecraft:brick_stairs:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Dark Oak Wood Stairs - minecraft:dark_oak_stairs:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Jungle Wood Stairs - minecraft:jungle_stairs:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Nether Brick Stairs - minecraft:nether_brick_stairs:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Oak Wood Stairs - minecraft:oak_stairs:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Purpur Stairs - minecraft:purpur_stairs:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Quartz Stairs - minecraft:quartz_stairs:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Red Sandstone Stairs - minecraft:red_sandstone_stairs:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Sandstone Stairs - minecraft:sandstone_stairs:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Spruce Wood Stairs - minecraft:spruce_stairs:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Cobblestone Stairs - minecraft:stone_stairs:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Acacia Door - minecraft:acacia_door:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Acacia Fence - minecraft:acacia_fence:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Acacia Fence Gate - minecraft:acacia_fence_gate:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Birch Door - minecraft:birch_door:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Birch Fence - minecraft:birch_fence:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Birch Fence Gate - minecraft:birch_fence_gate:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Dark Oak Door - minecraft:dark_oak_door:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Dark Oak Fence - minecraft:dark_oak_fence:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Dark Oak Fence Gate - minecraft:dark_oak_fence_gate:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Oak Fence - minecraft:fence:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Oak Fence Gate - minecraft:fence_gate:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Jungle Door - minecraft:jungle_door:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Jungle Fence - minecraft:jungle_fence:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Jungle Fence Gate - minecraft:jungle_fence_gate:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Nether Brick Fence - minecraft:nether_brick_fence:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Spruce Door - minecraft:spruce_door:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Spruce Fence - minecraft:spruce_fence:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Spruce Fence Gate - minecraft:spruce_fence_gate:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Oak Trapdoor - minecraft:trapdoor:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Oak Door - minecraft:wooden_door:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Stone Hoe - minecraft:stone_hoe:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Wooden Hoe - minecraft:wooden_hoe:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Chest - minecraft:chest:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Block of Coal - minecraft:coal_block:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. White Concrete Powder - minecraft:concrete_powder:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. White Concrete - minecraft:concrete:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Crafting Table - minecraft:crafting_table:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Flower Pot - minecraft:flower_pot:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Furnace - minecraft:furnace:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Item Frame - minecraft:item_frame:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Ladder - minecraft:ladder:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Jack o'Lantern - minecraft:lit_pumpkin:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Mushroom Stew - minecraft:mushroom_stew:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Button - minecraft:stone_button:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. TNT - minecraft:tnt:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Torch - minecraft:torch:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Button - minecraft:wooden_button:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Amaranth Fence Gate - natura:amaranth_fence_gate:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Amaranth Fence - natura:amaranth_fence:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Bloodwood Fence Gate - natura:bloodwood_fence_gate:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Bloodwood Fence - natura:bloodwood_fence:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Darkwood Fence Gate - natura:darkwood_fence_gate:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Darkwood Fence - natura:darkwood_fence:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Eucalyptus Fence Gate - natura:eucalyptus_fence_gate:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Eucalyptus Fence - natura:eucalyptus_fence:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Fusewood Fence Gate - natura:fusewood_fence_gate:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Fusewood Fence - natura:fusewood_fence:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Ghostwood Fence Gate - natura:ghostwood_fence_gate:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Ghostwood Fence - natura:ghostwood_fence:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Hopseed Fence Gate - natura:hopseed_fence_gate:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Hopseed Fence - natura:hopseed_fence:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Maple Fence Gate - natura:maple_fence_gate:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Maple Fence - natura:maple_fence:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Darkwood Door - natura:nether_doors:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Bloodwood Door - natura:nether_doors:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Ghostwood Door - natura:nether_doors:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Eucalyptus Door - natura:overworld_doors:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Hopseed Door - natura:overworld_doors:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Sakura Door - natura:overworld_doors:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Redwood Door - natura:overworld_doors:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Redwood Bark Door - natura:overworld_doors:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Redwood Fence Gate - natura:redwood_fence_gate:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Redwood Fence - natura:redwood_fence:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Sakura Fence Gate - natura:sakura_fence_gate:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Sakura Fence - natura:sakura_fence:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Silverbell Fence Gate - natura:silverbell_fence_gate:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Silverbell Fence - natura:silverbell_fence:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Tiger Fence Gate - natura:tiger_fence_gate:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Tiger Fence - natura:tiger_fence:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Willow Fence Gate - natura:willow_fence_gate:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Willow Fence - natura:willow_fence:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Bluegrass Slab - natura:colored_grass_slab:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Autumnal Grass Slab - natura:colored_grass_slab:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Topiary Grass Slab - natura:colored_grass_slab:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Bluegrass - natura:colored_grass:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Autumnal Grass - natura:colored_grass:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Topiary Grass - natura:colored_grass:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Bronze Axe - pickletweaks:bronze_axe:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Bronze Hoe - pickletweaks:bronze_hoe:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Bronze Pickaxe - pickletweaks:bronze_pickaxe:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Bronze Shovel - pickletweaks:bronze_shovel:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Bronze Sword - pickletweaks:bronze_sword:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Coal Piece - pickletweaks:coal_piece:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Copper Axe - pickletweaks:copper_axe:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Copper Hoe - pickletweaks:copper_hoe:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Copper Pickaxe - pickletweaks:copper_pickaxe:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Copper Shovel - pickletweaks:copper_shovel:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Copper Sword - pickletweaks:copper_sword:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Stone Repair Kit - pickletweaks:repair_kit:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Flint Repair Kit - pickletweaks:repair_kit:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Copper Repair Kit - pickletweaks:repair_kit:13 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Tin Repair Kit - pickletweaks:repair_kit:14 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Bronze Repair Kit - pickletweaks:repair_kit:15 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Wood Repair Kit - pickletweaks:repair_kit:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Mud Stairs - primal:stairs_mud:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Grass Path Stairs - primal:stairs_path:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Yew Fence - primal:fence:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Lacquer Fence - primal:fence:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Corphyry Fence - primal:fence:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Ironwood Fence - primal:fence:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Yew Gate - primal:gate_yew:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Smooth Limestone Drain - primal:drain_carbonate_flag:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Ferrocalcite Flagstone Drain - primal:drain_ferro_flag:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Dried Mud Drain - primal:drain_mud:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Green Schist Drain - primal:drain_schist_green:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Scoria Drain - primal:drain_scoria:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Stonebrick Drain - primal:drain_stonebrick:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Thatch Drain - primal:drain_thatch:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Flint Hoe - primal:flint_hoe:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Acacia Wood Brick Grate - primal:grate_acacia:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Dark Oak Wood Grate - primal:grate_bigoak:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Birch Wood Grate - primal:grate_birch:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Ironwood Grate - primal:grate_ironwood:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Jungle Wood Grate - primal:grate_jungle:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Lacquer Grate - primal:grate_lacquer:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Oak Wood Grate - primal:grate_oak:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Spruce Wood Grate - primal:grate_spruce:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Thatch Grate - primal:grate_thatch:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Spruce Storage Crate - primal:storage_crate:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Birch Storage Crate - primal:storage_crate:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Jungle Storage Crate - primal:storage_crate:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Acacia Storage Crate - primal:storage_crate:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Dark Oak Storage Crate - primal:storage_crate:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Ironwood Storage Crate - primal:storage_crate:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Yew Storage Crate - primal:storage_crate:7 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Lacquer Storage Crate - primal:storage_crate:8 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Corphyry Storage Crate - primal:storage_crate:9 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Oak Storage Crate - primal:storage_crate:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Flint Saw Blade - primal_tech:flint_edged_disc:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Bed of Straw and Leaves - primal_tech:leaf_bed:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Stone Anvil - primal_tech:stone_anvil:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Stone Mallet - primal_tech:stone_mallet:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Wooden Basin - primal_tech:wooden_basin:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Blank Teleporter - progressiontweaks:blank_teleporter:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Weak Dowsing Rod - prospectors:prospector_lowest:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Netherwrought Brick Slab - quark:polished_netherrack_bricks_slab:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Netherwrought Brick Stairs - quark:polished_netherrack_bricks_stairs:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Netherwrought Brick Wall - quark:polished_netherrack_bricks_wall:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Netherwrought Bricks - quark:polished_netherrack:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Andesite Brick Slab - quark:stone_andesite_bricks_slab:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Andesite Brick Stairs - quark:stone_andesite_bricks_stairs:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Andesite Brick Wall - quark:stone_andesite_bricks_wall:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Diorite Brick Slab - quark:stone_diorite_bricks_slab:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Diorite Brick Stairs - quark:stone_diorite_bricks_stairs:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Diorite Brick Wall - quark:stone_diorite_bricks_wall:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Granite Brick Slab - quark:stone_granite_bricks_slab:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Granite Brick Stairs - quark:stone_granite_bricks_stairs:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Granite Brick Wall - quark:stone_granite_bricks_wall:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. tile.quark:world_stone_bricks.name - quark:world_stone_bricks:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. tile.quark:world_stone_carved.name - quark:world_stone_carved:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Terracotta Shingle Stairs - quark:hardened_clay_tiles_stairs:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Midori Stairs - quark:midori_block_stairs:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Prismarine Brick Stairs - quark:prismarine_bricks_stairs:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Dark Prismarine Stairs - quark:prismarine_dark_stairs:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Black Terracotta Shingle Stairs - quark:stained_clay_tiles_black_stairs:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Blue Terracotta Shingle Stairs - quark:stained_clay_tiles_blue_stairs:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Brown Terracotta Shingle Stairs - quark:stained_clay_tiles_brown_stairs:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Cyan Terracotta Shingle Stairs - quark:stained_clay_tiles_cyan_stairs:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Gray Terracotta Shingle Stairs - quark:stained_clay_tiles_gray_stairs:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Green Terracotta Shingle Stairs - quark:stained_clay_tiles_green_stairs:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Light Blue Terracotta Shingle Stairs - quark:stained_clay_tiles_light_blue_stairs:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Lime Terracotta Shingle Stairs - quark:stained_clay_tiles_lime_stairs:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Magenta Terracotta Shingle Stairs - quark:stained_clay_tiles_magenta_stairs:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Orange Terracotta Shingle Stairs - quark:stained_clay_tiles_orange_stairs:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Pink Terracotta Shingle Stairs - quark:stained_clay_tiles_pink_stairs:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Purple Terracotta Shingle Stairs - quark:stained_clay_tiles_purple_stairs:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Red Terracotta Shingle Stairs - quark:stained_clay_tiles_red_stairs:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Light Gray Terracotta Shingle Stairs - quark:stained_clay_tiles_silver_stairs:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. White Terracotta Shingle Stairs - quark:stained_clay_tiles_white_stairs:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Yellow Terracotta Shingle Stairs - quark:stained_clay_tiles_yellow_stairs:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Andesite Stairs - quark:stone_andesite_stairs:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Diorite Stairs - quark:stone_diorite_stairs:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Granite Stairs - quark:stone_granite_stairs:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Stone Stairs - quark:stone_stairs:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Acacia Trapdoor - quark:acacia_trapdoor:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Birch Trapdoor - quark:birch_trapdoor:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Dark Oak Trapdoor - quark:dark_oak_trapdoor:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Terracotta Shingle Slab - quark:hardened_clay_tiles_slab:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Terracotta Shingles - quark:hardened_clay_tiles:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Jungle Trapdoor - quark:jungle_trapdoor:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Midori Slab - quark:midori_block_slab:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Midori Wall - quark:midori_block_wall:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Midori Block - quark:midori_block:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Midori Pillar - quark:midori_pillar:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Nether Brick Fence Gate - quark:nether_brick_fence_gate:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Polished Stone - quark:polished_stone:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Spruce Trapdoor - quark:spruce_trapdoor:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Black Terracotta Shingle Slab - quark:stained_clay_tiles_black_slab:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Blue Terracotta Shingle Slab - quark:stained_clay_tiles_blue_slab:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Brown Terracotta Shingle Slab - quark:stained_clay_tiles_brown_slab:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Cyan Terracotta Shingle Slab - quark:stained_clay_tiles_cyan_slab:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Gray Terracotta Shingle Slab - quark:stained_clay_tiles_gray_slab:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Green Terracotta Shingle Slab - quark:stained_clay_tiles_green_slab:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Light Blue Terracotta Shingle Slab - quark:stained_clay_tiles_light_blue_slab:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Lime Terracotta Shingle Slab - quark:stained_clay_tiles_lime_slab:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Magenta Terracotta Shingle Slab - quark:stained_clay_tiles_magenta_slab:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Orange Terracotta Shingle Slab - quark:stained_clay_tiles_orange_slab:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Pink Terracotta Shingle Slab - quark:stained_clay_tiles_pink_slab:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Purple Terracotta Shingle Slab - quark:stained_clay_tiles_purple_slab:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Red Terracotta Shingle Slab - quark:stained_clay_tiles_red_slab:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Light Gray Terracotta Shingle Slab - quark:stained_clay_tiles_silver_slab:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. White Terracotta Shingle Slab - quark:stained_clay_tiles_white_slab:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Yellow Terracotta Shingle Slab - quark:stained_clay_tiles_yellow_slab:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. tile.quark:stained_clay_tiles.name - quark:stained_clay_tiles:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Sturdy Stone - quark:sturdy_stone:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Trowel - quark:trowel:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Crossed Clay Wall - rustic:clay_wall_cross:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Diagonal Clay Wall - rustic:clay_wall_diag:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Clay Wall - rustic:clay_wall:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Ironwood Fence Gate - rustic:fence_gate_ironwood:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Olive Wood Fence Gate - rustic:fence_gate_olive:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Ironwood Fence - rustic:fence_ironwood:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Olive Wood Fence - rustic:fence_olive:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Ironwood Door - rustic:ironwood_door:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Olive Door - rustic:olive_door:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Andesite Pillar - rustic:andesite_pillar:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Apiary - rustic:apiary:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Beehive - rustic:beehive:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Almanac - rustic:book:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Cabinet - rustic:cabinet:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Acacia Chair - rustic:chair_acacia:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Dark Oak Chair - rustic:chair_big_oak:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Birch Chair - rustic:chair_birch:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Ironwood Chair - rustic:chair_ironwood:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Jungle Chair - rustic:chair_jungle:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Oak Chair - rustic:chair_oak:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Olive Wood Chair - rustic:chair_olive:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Spruce Chair - rustic:chair_spruce:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Wooden Stake - rustic:crop_stake:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Crushing Tub - rustic:crushing_tub:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Diorite Pillar - rustic:diorite_pillar:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Drying Basin - rustic:evaporating_basin:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Granite Pillar - rustic:granite_pillar:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Rope - rustic:rope:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Slate Brick - rustic:slate_brick:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Slate Brick Slab - rustic:slate_brick_slab_item:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Chiseled Slate - rustic:slate_chiseled:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Slate Pillar - rustic:slate_pillar:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Slate Roof - rustic:slate_roof:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Slate Roof Slab - rustic:slate_roof_slab_item:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Slate Tile - rustic:slate_tile:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Ironwood Stairs - rustic:stairs_ironwood:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Olive Wood Stairs - rustic:stairs_olive:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Slate Brick Stairs - rustic:stairs_slate_brick:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Slate Roof Stairs - rustic:stairs_slate_roof:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Stone Pillar - rustic:stone_pillar:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Acacia Table - rustic:table_acacia:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Dark Oak Table - rustic:table_big_oak:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Birch Table - rustic:table_birch:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Ironwood Table - rustic:table_ironwood:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Jungle Table - rustic:table_jungle:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Oak Table - rustic:table_oak:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Olive Wood Table - rustic:table_olive:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Spruce Table - rustic:table_spruce:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Pot - rustic:vase:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Bronze Plated Shield - spartanshields:shield_basic_bronze:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Copper Braced Shield - spartanshields:shield_basic_copper:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Tin Braced Shield - spartanshields:shield_basic_tin:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Bronze Tower Shield - spartanshields:shield_tower_bronze:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Copper Tower Shield - spartanshields:shield_tower_copper:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Tin Tower Shield - spartanshields:shield_tower_tin:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Tall Spruce Fence Gate - tallgates:tall_gate:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Tall Birch Fence Gate - tallgates:tall_gate:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Tall Jungle Fence Gate - tallgates:tall_gate:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Tall Dark Oak Fence Gate - tallgates:tall_gate:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Tall Acacia Fence Gate - tallgates:tall_gate:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Tall Oak Fence Gate - tallgates:tall_gate:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Brownstone Bricks Slab - tconstruct:brownstone_slab:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Cracked Brownstone Bricks Slab - tconstruct:brownstone_slab:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Fancy Brownstone Bricks Slab - tconstruct:brownstone_slab:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Square Brownstone Bricks Slab - tconstruct:brownstone_slab:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Triangle Brownstone Bricks Slab - tconstruct:brownstone_slab2:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Small Brownstone Bricks Slab - tconstruct:brownstone_slab2:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Cracked Brownstone Bricks Stairs - tconstruct:brownstone_stairs_brick_cracked:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Fancy Brownstone Bricks Stairs - tconstruct:brownstone_stairs_brick_fancy:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Small Brownstone Bricks Stairs - tconstruct:brownstone_stairs_brick_small:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Square Brownstone Bricks Stairs - tconstruct:brownstone_stairs_brick_square:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Triangle Brownstone Bricks Stairs - tconstruct:brownstone_stairs_brick_triangle:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Brownstone Bricks Stairs - tconstruct:brownstone_stairs_brick:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Brownstone Bricks - tconstruct:brownstone:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Mud Bricks Slab - tconstruct:deco_ground_slab:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Mud Bricks - tconstruct:deco_ground:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Dried Bricks Stairs - tconstruct:dried_brick_stairs:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Dried Bricks Slab - tconstruct:dried_clay_slab:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Dried Bricks - tconstruct:dried_clay:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Mud Bricks Stairs - tconstruct:mudbrick_stairs:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Materials and You - tconstruct:book:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Casting Channel - tconstruct:channel:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Dried Clay Stairs - tconstruct:dried_clay_stairs:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Coagulated Blood - tconstruct:edible:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Coagulated Blood Drop - tconstruct:edible:33 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Faucet - tconstruct:faucet:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Lavawood Slab - tconstruct:firewood_slab:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Lavawood - tconstruct:firewood:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Mud Brick - tconstruct:materials:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Dried Brick - tconstruct:materials:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Seared Cobblestone Slab - tconstruct:seared_slab:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Seared Paver Slab - tconstruct:seared_slab:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Seared Stone Slab - tconstruct:seared_slab:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Seared Cobblestone - tconstruct:seared:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Seared Paver - tconstruct:seared:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Seared Stone - tconstruct:seared:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Slime Boots - tconstruct:slime_boots:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Congealed Blood Boots - tconstruct:slime_boots:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Blood Channel - tconstruct:slime_channel:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Congealed Blood Slime Block - tconstruct:slime_congealed:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Green Slimy Dirt - tconstruct:slime_dirt:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Blood Slime Block - tconstruct:slime:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Stone Torch - tconstruct:stone_torch:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Stone Gear - teslacorelib:gear_stone:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Red Cedar Fence Gate - totemic:cedar_fence_gate:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Red Cedar Fence - totemic:cedar_fence:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Red Cedar Stairs - totemic:cedar_stairs:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Chiseled Crag Rock Bricks - traverse:blue_rock_bricks_chiseled:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Crag Rock Bricks Slab - traverse:blue_rock_bricks_slab:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Crag Rock Brick Stairs - traverse:blue_rock_bricks_stairs:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Crag Rock Bricks - traverse:blue_rock_bricks:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Crag Rock Cobblestone Stairs - traverse:blue_rock_cobblestone_stairs:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Fir Door - traverse:fir_door:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Fir Fence Gate - traverse:fir_fence_gate:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Fir Fence - traverse:fir_fence:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Fir Wood Stairs - traverse:fir_stairs:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Chiseled Red Rock Bricks - traverse:red_rock_bricks_chiseled:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Red Rock Bricks Slab - traverse:red_rock_bricks_slab:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Red Rock Brick Stairs - traverse:red_rock_bricks_stairs:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Red Rock Bricks - traverse:red_rock_bricks:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Red Rock Cobblestone Stairs - traverse:red_rock_cobblestone_stairs:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage one. Bait Pot - waterstrainer:bait_pot:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "one" +[INITIALIZATION][SERVER][INFO] Adding to item stage baykok. Ghostwood Fletching - natura:materials:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "baykok" +[INITIALIZATION][SERVER][INFO] Adding to item stage baykok. Bone Arrow - simplyarrows:arrow_bone:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "baykok" +[INITIALIZATION][SERVER][INFO] Adding to item stage baykok. Flint Arrow - simplyarrows:arrow_flint:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "baykok" +[INITIALIZATION][SERVER][INFO] Adding to item stage baykok. Baykok's Bow - totemic:baykok_bow:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "baykok" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Ethaxium Nugget - abyssalcraft:ingotnugget:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Block of Ethaxium - abyssalcraft:ingotblock:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Ethaxium Ingot - abyssalcraft:ethaxiumingot:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Black Iron Rod - extendedcrafting:material:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Block of Black Iron - extendedcrafting:storage:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Black Iron Slate - extendedcrafting:material:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Black Iron Ingot - extendedcrafting:material:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Staging fluid fierymetal to two +[INITIALIZATION][SERVER][INFO] Adding to item stage two. 4 entries: +Molten Fiery Clay Bucket - ceramics:clay_bucket:0{fluids:{FluidName:"fierymetal",Amount:1000}} +Molten Fiery Bucket - forge:bucketfilled:0{FluidName:"fierymetal",Amount:1000} +Syrmorite Bucket (Molten Fiery) - thebetweenlands:bl_bucket:1{Fluid:{FluidName:"fierymetal",Amount:1000}} +Weedwood Bucket (Molten Fiery) - thebetweenlands:bl_bucket:0{Fluid:{FluidName:"fierymetal",Amount:1000}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({fluids: {FluidName: "fierymetal", Amount: 1000}}) | .withTag({FluidName: "fierymetal", Amount: 1000}) | .withTag({Fluid: {FluidName: "fierymetal", Amount: 1000}}) | .withTag({Fluid: {FluidName: "fierymetal", Amount: 1000}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Fiery Rod - contenttweaker:material_part:47 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Block of Fiery Metal - twilightforest:block_storage:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Fiery Plate - contenttweaker:material_part:44 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Fiery Ingot - twilightforest:fiery_ingot:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Fiery Gear - contenttweaker:material_part:43 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Staging fluid steeleaf to two +[INITIALIZATION][SERVER][INFO] Adding to item stage two. 4 entries: +Molten Steeleaf Clay Bucket - ceramics:clay_bucket:0{fluids:{FluidName:"steeleaf",Amount:1000}} +Molten Steeleaf Bucket - forge:bucketfilled:0{FluidName:"steeleaf",Amount:1000} +Syrmorite Bucket (Molten Steeleaf) - thebetweenlands:bl_bucket:1{Fluid:{FluidName:"steeleaf",Amount:1000}} +Weedwood Bucket (Molten Steeleaf) - thebetweenlands:bl_bucket:0{Fluid:{FluidName:"steeleaf",Amount:1000}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({fluids: {FluidName: "steeleaf", Amount: 1000}}) | .withTag({FluidName: "steeleaf", Amount: 1000}) | .withTag({Fluid: {FluidName: "steeleaf", Amount: 1000}}) | .withTag({Fluid: {FluidName: "steeleaf", Amount: 1000}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Steeleaf Rod - contenttweaker:material_part:42 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Block of Steeleaf - twilightforest:block_storage:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Steeleaf Plate - contenttweaker:material_part:39 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Steeleaf - twilightforest:steeleaf_ingot:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Steeleaf Gear - contenttweaker:material_part:38 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Staging fluid gold to two +[INITIALIZATION][SERVER][INFO] Adding to item stage two. 4 entries: +Molten Gold Clay Bucket - ceramics:clay_bucket:0{fluids:{FluidName:"gold",Amount:1000}} +Molten Gold Bucket - forge:bucketfilled:0{FluidName:"gold",Amount:1000} +Syrmorite Bucket (Molten Gold) - thebetweenlands:bl_bucket:1{Fluid:{FluidName:"gold",Amount:1000}} +Weedwood Bucket (Molten Gold) - thebetweenlands:bl_bucket:0{Fluid:{FluidName:"gold",Amount:1000}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({fluids: {FluidName: "gold", Amount: 1000}}) | .withTag({FluidName: "gold", Amount: 1000}) | .withTag({Fluid: {FluidName: "gold", Amount: 1000}}) | .withTag({Fluid: {FluidName: "gold", Amount: 1000}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Gold Nugget - minecraft:gold_nugget:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Gold Crystal - mekanism:crystal:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Golden Rod - primal:golden_stick:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Block of Gold - minecraft:gold_block:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Gold Clump - mekanism:clump:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Gold Plate - immersiveengineering:metal:40 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Gold Shard - mekanism:shard:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Gold Ingot - minecraft:gold_ingot:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Dirty Gold Dust - mekanism:dirtydust:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Gold Grit - immersiveengineering:metal:19 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Gold Gear - contenttweaker:material_part:87 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Staging fluid moltendreadium to two +[INITIALIZATION][SERVER][INFO] Adding to item stage two. 4 entries: +Molten Dreadium Clay Bucket - ceramics:clay_bucket:0{fluids:{FluidName:"moltendreadium",Amount:1000}} +Molten Dreadium Bucket - forge:bucketfilled:0{FluidName:"moltendreadium",Amount:1000} +Syrmorite Bucket (Molten Dreadium) - thebetweenlands:bl_bucket:1{Fluid:{FluidName:"moltendreadium",Amount:1000}} +Weedwood Bucket (Molten Dreadium) - thebetweenlands:bl_bucket:0{Fluid:{FluidName:"moltendreadium",Amount:1000}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({fluids: {FluidName: "moltendreadium", Amount: 1000}}) | .withTag({FluidName: "moltendreadium", Amount: 1000}) | .withTag({Fluid: {FluidName: "moltendreadium", Amount: 1000}}) | .withTag({Fluid: {FluidName: "moltendreadium", Amount: 1000}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Dreadium Nugget - abyssalcraft:ingotnugget:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Block of Dreadium - abyssalcraft:ingotblock:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Dreadium Ingot - abyssalcraft:dreadiumingot:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Dreadium Dust - acintegration:dust:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Staging fluid moltenabyssalnite to two +[INITIALIZATION][SERVER][INFO] Adding to item stage two. 4 entries: +Molten Abyssalnite Clay Bucket - ceramics:clay_bucket:0{fluids:{FluidName:"moltenabyssalnite",Amount:1000}} +Molten Abyssalnite Bucket - forge:bucketfilled:0{FluidName:"moltenabyssalnite",Amount:1000} +Syrmorite Bucket (Molten Abyssalnite) - thebetweenlands:bl_bucket:1{Fluid:{FluidName:"moltenabyssalnite",Amount:1000}} +Weedwood Bucket (Molten Abyssalnite) - thebetweenlands:bl_bucket:0{Fluid:{FluidName:"moltenabyssalnite",Amount:1000}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({fluids: {FluidName: "moltenabyssalnite", Amount: 1000}}) | .withTag({FluidName: "moltenabyssalnite", Amount: 1000}) | .withTag({Fluid: {FluidName: "moltenabyssalnite", Amount: 1000}}) | .withTag({Fluid: {FluidName: "moltenabyssalnite", Amount: 1000}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Abyssalnite Nugget - abyssalcraft:ingotnugget:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Block of Abyssalnite - abyssalcraft:ingotblock:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Abyssalnite Ingot - abyssalcraft:abyingot:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Abyssalnite Dust - acintegration:dust:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Staging fluid iron to two +[INITIALIZATION][SERVER][INFO] Adding to item stage two. 4 entries: +Molten Iron Clay Bucket - ceramics:clay_bucket:0{fluids:{FluidName:"iron",Amount:1000}} +Molten Iron Bucket - forge:bucketfilled:0{FluidName:"iron",Amount:1000} +Syrmorite Bucket (Molten Iron) - thebetweenlands:bl_bucket:1{Fluid:{FluidName:"iron",Amount:1000}} +Weedwood Bucket (Molten Iron) - thebetweenlands:bl_bucket:0{Fluid:{FluidName:"iron",Amount:1000}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({fluids: {FluidName: "iron", Amount: 1000}}) | .withTag({FluidName: "iron", Amount: 1000}) | .withTag({Fluid: {FluidName: "iron", Amount: 1000}}) | .withTag({Fluid: {FluidName: "iron", Amount: 1000}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Iron Nugget - minecraft:iron_nugget:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Iron Crystal - mekanism:crystal:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Iron Rod - immersiveengineering:material:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Block of Iron - minecraft:iron_block:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Iron Clump - mekanism:clump:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Iron Plate - immersiveengineering:metal:39 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Iron Shard - mekanism:shard:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Iron Ingot - minecraft:iron_ingot:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Dirty Iron Dust - mekanism:dirtydust:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Iron Grit - immersiveengineering:metal:18 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Iron Gear - contenttweaker:material_part:86 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Dimension 7 has been added to stage two +[INITIALIZATION][SERVER][INFO] Dimension 20 has been added to stage two +[INITIALIZATION][SERVER][INFO] Dimension 51 has been added to stage two +[INITIALIZATION][SERVER][INFO] Staging enchant enchantment.abyssalcraft.coralium to two +[INITIALIZATION][SERVER][INFO] Staging enchant enchantment.abyssalcraft.dread to two +[INITIALIZATION][SERVER][INFO] Staging enchant enchantment.abyssalcraft.iron_wall to two +[INITIALIZATION][SERVER][INFO] Staging enchant enchantment.abyssalcraft.light_pierce to two +[INITIALIZATION][SERVER][INFO] Staging enchant enchantment.abyssalcraft.multi_rend to two +[INITIALIZATION][SERVER][INFO] Staging enchant enchantment.abyssalcraft.sapping to two +[INITIALIZATION][SERVER][INFO] Staging enchant enchantment.as.nightvision to two +[INITIALIZATION][SERVER][INFO] Staging enchant enchantment.as.smelting to two +[INITIALIZATION][SERVER][INFO] Staging enchant Eternal Compass to two +[INITIALIZATION][SERVER][INFO] Staging enchant Reading to two +[INITIALIZATION][SERVER][INFO] Staging enchant enchantment.autosmelt to two +[INITIALIZATION][SERVER][INFO] Staging enchant enchantment.beheading to two +[INITIALIZATION][SERVER][INFO] Staging enchant enchantment.expboost to two +[INITIALIZATION][SERVER][INFO] Staging enchant enchantment.lifeleech to two +[INITIALIZATION][SERVER][INFO] Staging enchant enchantment.quickdraw to two +[INITIALIZATION][SERVER][INFO] Staging enchant enchantment.reach to two +[INITIALIZATION][SERVER][INFO] Staging enchant enchantment.waterwalking to two +[INITIALIZATION][SERVER][INFO] Staging enchant enchantment.fireFishingRod to two +[INITIALIZATION][SERVER][INFO] Staging enchant enchantment.waterWorker to two +[INITIALIZATION][SERVER][INFO] Staging enchant enchantment.damage.arthropods to two +[INITIALIZATION][SERVER][INFO] Staging enchant enchantment.binding_curse to two +[INITIALIZATION][SERVER][INFO] Staging enchant enchantment.protect.explosion to two +[INITIALIZATION][SERVER][INFO] Staging enchant enchantment.waterWalker to two +[INITIALIZATION][SERVER][INFO] Staging enchant enchantment.digging to two +[INITIALIZATION][SERVER][INFO] Staging enchant enchantment.protect.fall to two +[INITIALIZATION][SERVER][INFO] Staging enchant enchantment.fire to two +[INITIALIZATION][SERVER][INFO] Staging enchant enchantment.protect.fire to two +[INITIALIZATION][SERVER][INFO] Staging enchant enchantment.arrowFire to two +[INITIALIZATION][SERVER][INFO] Staging enchant enchantment.lootBonusDigger to two +[INITIALIZATION][SERVER][INFO] Staging enchant enchantment.frostWalker to two +[INITIALIZATION][SERVER][INFO] Staging enchant enchantment.arrowInfinite to two +[INITIALIZATION][SERVER][INFO] Staging enchant enchantment.knockback to two +[INITIALIZATION][SERVER][INFO] Staging enchant enchantment.lootBonus to two +[INITIALIZATION][SERVER][INFO] Staging enchant enchantment.lootBonusFishing to two +[INITIALIZATION][SERVER][INFO] Staging enchant enchantment.fishingSpeed to two +[INITIALIZATION][SERVER][INFO] Staging enchant enchantment.mending to two +[INITIALIZATION][SERVER][INFO] Staging enchant enchantment.arrowDamage to two +[INITIALIZATION][SERVER][INFO] Staging enchant enchantment.protect.projectile to two +[INITIALIZATION][SERVER][INFO] Staging enchant enchantment.protect.all to two +[INITIALIZATION][SERVER][INFO] Staging enchant enchantment.arrowKnockback to two +[INITIALIZATION][SERVER][INFO] Staging enchant enchantment.oxygen to two +[INITIALIZATION][SERVER][INFO] Staging enchant enchantment.damage.all to two +[INITIALIZATION][SERVER][INFO] Staging enchant enchantment.untouching to two +[INITIALIZATION][SERVER][INFO] Staging enchant enchantment.damage.undead to two +[INITIALIZATION][SERVER][INFO] Staging enchant enchantment.sweeping to two +[INITIALIZATION][SERVER][INFO] Staging enchant enchantment.thorns to two +[INITIALIZATION][SERVER][INFO] Staging enchant enchantment.durability to two +[INITIALIZATION][SERVER][INFO] Staging enchant enchantment.vanishing_curse to two +[INITIALIZATION][SERVER][INFO] Staging enchant enchantment.oreexcavation to two +[INITIALIZATION][SERVER][INFO] Staging enchant enchantment.spartanshields:spikes to two +[INITIALIZATION][SERVER][INFO] Staging enchant enchantment.yoyos.collecting to two +[INITIALIZATION][SERVER][INFO] Staging fluid ale to two +[INITIALIZATION][SERVER][INFO] Adding to item stage two. 4 entries: +Ale Clay Bucket - ceramics:clay_bucket:0{fluids:{FluidName:"ale",Amount:1000}} +Ale Bucket - forge:bucketfilled:0{FluidName:"ale",Amount:1000} +Syrmorite Bucket (Ale) - thebetweenlands:bl_bucket:1{Fluid:{FluidName:"ale",Amount:1000}} +Weedwood Bucket (Ale) - thebetweenlands:bl_bucket:0{Fluid:{FluidName:"ale",Amount:1000}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({fluids: {FluidName: "ale", Amount: 1000}}) | .withTag({FluidName: "ale", Amount: 1000}) | .withTag({Fluid: {FluidName: "ale", Amount: 1000}}) | .withTag({Fluid: {FluidName: "ale", Amount: 1000}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Staging fluid astralsorcery.liquidstarlight to two +[INITIALIZATION][SERVER][INFO] Adding to item stage two. 4 entries: +Liquid Starlight Clay Bucket - ceramics:clay_bucket:0{fluids:{FluidName:"astralsorcery.liquidstarlight",Amount:1000}} +Liquid Starlight Bucket - forge:bucketfilled:0{FluidName:"astralsorcery.liquidstarlight",Amount:1000} +Syrmorite Bucket (Liquid Starlight) - thebetweenlands:bl_bucket:1{Fluid:{FluidName:"astralsorcery.liquidstarlight",Amount:1000}} +Weedwood Bucket (Liquid Starlight) - thebetweenlands:bl_bucket:0{Fluid:{FluidName:"astralsorcery.liquidstarlight",Amount:1000}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({fluids: {FluidName: "astralsorcery.liquidstarlight", Amount: 1000}}) | .withTag({FluidName: "astralsorcery.liquidstarlight", Amount: 1000}) | .withTag({Fluid: {FluidName: "astralsorcery.liquidstarlight", Amount: 1000}}) | .withTag({Fluid: {FluidName: "astralsorcery.liquidstarlight", Amount: 1000}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Staging fluid cider to two +[INITIALIZATION][SERVER][INFO] Adding to item stage two. 4 entries: +Cider Clay Bucket - ceramics:clay_bucket:0{fluids:{FluidName:"cider",Amount:1000}} +Cider Bucket - forge:bucketfilled:0{FluidName:"cider",Amount:1000} +Syrmorite Bucket (Cider) - thebetweenlands:bl_bucket:1{Fluid:{FluidName:"cider",Amount:1000}} +Weedwood Bucket (Cider) - thebetweenlands:bl_bucket:0{Fluid:{FluidName:"cider",Amount:1000}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({fluids: {FluidName: "cider", Amount: 1000}}) | .withTag({FluidName: "cider", Amount: 1000}) | .withTag({Fluid: {FluidName: "cider", Amount: 1000}}) | .withTag({Fluid: {FluidName: "cider", Amount: 1000}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Staging fluid ender_pearl to two +[INITIALIZATION][SERVER][INFO] Adding to item stage two. 4 entries: +Molten Ender Pearl Clay Bucket - ceramics:clay_bucket:0{fluids:{FluidName:"ender_pearl",Amount:1000}} +Molten Ender Pearl Bucket - forge:bucketfilled:0{FluidName:"ender_pearl",Amount:1000} +Syrmorite Bucket (Molten Ender Pearl) - thebetweenlands:bl_bucket:1{Fluid:{FluidName:"ender_pearl",Amount:1000}} +Weedwood Bucket (Molten Ender Pearl) - thebetweenlands:bl_bucket:0{Fluid:{FluidName:"ender_pearl",Amount:1000}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({fluids: {FluidName: "ender_pearl", Amount: 1000}}) | .withTag({FluidName: "ender_pearl", Amount: 1000}) | .withTag({Fluid: {FluidName: "ender_pearl", Amount: 1000}}) | .withTag({Fluid: {FluidName: "ender_pearl", Amount: 1000}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Staging fluid fiery_essence to two +[INITIALIZATION][SERVER][INFO] Adding to item stage two. 4 entries: +Fiery Essence Clay Bucket - ceramics:clay_bucket:0{fluids:{FluidName:"fiery_essence",Amount:1000}} +Fiery Essence Bucket - forge:bucketfilled:0{FluidName:"fiery_essence",Amount:1000} +Syrmorite Bucket (Fiery Essence) - thebetweenlands:bl_bucket:1{Fluid:{FluidName:"fiery_essence",Amount:1000}} +Weedwood Bucket (Fiery Essence) - thebetweenlands:bl_bucket:0{Fluid:{FluidName:"fiery_essence",Amount:1000}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({fluids: {FluidName: "fiery_essence", Amount: 1000}}) | .withTag({FluidName: "fiery_essence", Amount: 1000}) | .withTag({Fluid: {FluidName: "fiery_essence", Amount: 1000}}) | .withTag({Fluid: {FluidName: "fiery_essence", Amount: 1000}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Staging fluid fierymetal to two +[INITIALIZATION][SERVER][INFO] Adding to item stage two. 4 entries: +Molten Fiery Clay Bucket - ceramics:clay_bucket:0{fluids:{FluidName:"fierymetal",Amount:1000}} +Molten Fiery Bucket - forge:bucketfilled:0{FluidName:"fierymetal",Amount:1000} +Syrmorite Bucket (Molten Fiery) - thebetweenlands:bl_bucket:1{Fluid:{FluidName:"fierymetal",Amount:1000}} +Weedwood Bucket (Molten Fiery) - thebetweenlands:bl_bucket:0{Fluid:{FluidName:"fierymetal",Amount:1000}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({fluids: {FluidName: "fierymetal", Amount: 1000}}) | .withTag({FluidName: "fierymetal", Amount: 1000}) | .withTag({Fluid: {FluidName: "fierymetal", Amount: 1000}}) | .withTag({Fluid: {FluidName: "fierymetal", Amount: 1000}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Staging fluid glass to two +[INITIALIZATION][SERVER][INFO] Adding to item stage two. 4 entries: +Molten Glass Clay Bucket - ceramics:clay_bucket:0{fluids:{FluidName:"glass",Amount:1000}} +Molten Glass Bucket - forge:bucketfilled:0{FluidName:"glass",Amount:1000} +Syrmorite Bucket (Molten Glass) - thebetweenlands:bl_bucket:1{Fluid:{FluidName:"glass",Amount:1000}} +Weedwood Bucket (Molten Glass) - thebetweenlands:bl_bucket:0{Fluid:{FluidName:"glass",Amount:1000}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({fluids: {FluidName: "glass", Amount: 1000}}) | .withTag({FluidName: "glass", Amount: 1000}) | .withTag({Fluid: {FluidName: "glass", Amount: 1000}}) | .withTag({Fluid: {FluidName: "glass", Amount: 1000}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Staging fluid ironwine to two +[INITIALIZATION][SERVER][INFO] Adding to item stage two. 4 entries: +Iron Wine Clay Bucket - ceramics:clay_bucket:0{fluids:{FluidName:"ironwine",Amount:1000}} +Iron Wine Bucket - forge:bucketfilled:0{FluidName:"ironwine",Amount:1000} +Syrmorite Bucket (Iron Wine) - thebetweenlands:bl_bucket:1{Fluid:{FluidName:"ironwine",Amount:1000}} +Weedwood Bucket (Iron Wine) - thebetweenlands:bl_bucket:0{Fluid:{FluidName:"ironwine",Amount:1000}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({fluids: {FluidName: "ironwine", Amount: 1000}}) | .withTag({FluidName: "ironwine", Amount: 1000}) | .withTag({Fluid: {FluidName: "ironwine", Amount: 1000}}) | .withTag({Fluid: {FluidName: "ironwine", Amount: 1000}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Staging fluid knightmetal to two +[INITIALIZATION][SERVER][INFO] Adding to item stage two. 4 entries: +Molten Knightmetal Clay Bucket - ceramics:clay_bucket:0{fluids:{FluidName:"knightmetal",Amount:1000}} +Molten Knightmetal Bucket - forge:bucketfilled:0{FluidName:"knightmetal",Amount:1000} +Syrmorite Bucket (Molten Knightmetal) - thebetweenlands:bl_bucket:1{Fluid:{FluidName:"knightmetal",Amount:1000}} +Weedwood Bucket (Molten Knightmetal) - thebetweenlands:bl_bucket:0{Fluid:{FluidName:"knightmetal",Amount:1000}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({fluids: {FluidName: "knightmetal", Amount: 1000}}) | .withTag({FluidName: "knightmetal", Amount: 1000}) | .withTag({Fluid: {FluidName: "knightmetal", Amount: 1000}}) | .withTag({Fluid: {FluidName: "knightmetal", Amount: 1000}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Staging fluid mead to two +[INITIALIZATION][SERVER][INFO] Adding to item stage two. 4 entries: +Mead Clay Bucket - ceramics:clay_bucket:0{fluids:{FluidName:"mead",Amount:1000}} +Mead Bucket - forge:bucketfilled:0{FluidName:"mead",Amount:1000} +Syrmorite Bucket (Mead) - thebetweenlands:bl_bucket:1{Fluid:{FluidName:"mead",Amount:1000}} +Weedwood Bucket (Mead) - thebetweenlands:bl_bucket:0{Fluid:{FluidName:"mead",Amount:1000}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({fluids: {FluidName: "mead", Amount: 1000}}) | .withTag({FluidName: "mead", Amount: 1000}) | .withTag({Fluid: {FluidName: "mead", Amount: 1000}}) | .withTag({Fluid: {FluidName: "mead", Amount: 1000}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Staging fluid rubber to two +[INITIALIZATION][SERVER][INFO] Adding to item stage two. 4 entries: +Rubber Clay Bucket - ceramics:clay_bucket:0{fluids:{FluidName:"rubber",Amount:1000}} +Rubber Bucket - forge:bucketfilled:0{FluidName:"rubber",Amount:1000} +Syrmorite Bucket (Rubber) - thebetweenlands:bl_bucket:1{Fluid:{FluidName:"rubber",Amount:1000}} +Weedwood Bucket (Rubber) - thebetweenlands:bl_bucket:0{Fluid:{FluidName:"rubber",Amount:1000}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({fluids: {FluidName: "rubber", Amount: 1000}}) | .withTag({FluidName: "rubber", Amount: 1000}) | .withTag({Fluid: {FluidName: "rubber", Amount: 1000}}) | .withTag({Fluid: {FluidName: "rubber", Amount: 1000}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Staging fluid stagnant_water to two +[INITIALIZATION][SERVER][INFO] Adding to item stage two. 4 entries: +Stagnant Water Clay Bucket - ceramics:clay_bucket:0{fluids:{FluidName:"stagnant_water",Amount:1000}} +Stagnant Water Bucket - forge:bucketfilled:0{FluidName:"stagnant_water",Amount:1000} +Syrmorite Bucket (Stagnant Water) - thebetweenlands:bl_bucket:1{Fluid:{FluidName:"stagnant_water",Amount:1000}} +Weedwood Bucket (Stagnant Water) - thebetweenlands:bl_bucket:0{Fluid:{FluidName:"stagnant_water",Amount:1000}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({fluids: {FluidName: "stagnant_water", Amount: 1000}}) | .withTag({FluidName: "stagnant_water", Amount: 1000}) | .withTag({Fluid: {FluidName: "stagnant_water", Amount: 1000}}) | .withTag({Fluid: {FluidName: "stagnant_water", Amount: 1000}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Staging fluid swamp_water to two +[INITIALIZATION][SERVER][INFO] Adding to item stage two. 4 entries: +Swamp Water Clay Bucket - ceramics:clay_bucket:0{fluids:{FluidName:"swamp_water",Amount:1000}} +Swamp Water Bucket - forge:bucketfilled:0{FluidName:"swamp_water",Amount:1000} +Syrmorite Bucket (Swamp Water) - thebetweenlands:bl_bucket:1{Fluid:{FluidName:"swamp_water",Amount:1000}} +Weedwood Bucket (Swamp Water) - thebetweenlands:bl_bucket:0{Fluid:{FluidName:"swamp_water",Amount:1000}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({fluids: {FluidName: "swamp_water", Amount: 1000}}) | .withTag({FluidName: "swamp_water", Amount: 1000}) | .withTag({Fluid: {FluidName: "swamp_water", Amount: 1000}}) | .withTag({Fluid: {FluidName: "swamp_water", Amount: 1000}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Staging fluid tar to two +[INITIALIZATION][SERVER][INFO] Adding to item stage two. 4 entries: +Tar Clay Bucket - ceramics:clay_bucket:0{fluids:{FluidName:"tar",Amount:1000}} +Tar Bucket - forge:bucketfilled:0{FluidName:"tar",Amount:1000} +Syrmorite Bucket (Tar) - thebetweenlands:bl_bucket:1{Fluid:{FluidName:"tar",Amount:1000}} +Weedwood Bucket (Tar) - thebetweenlands:bl_bucket:0{Fluid:{FluidName:"tar",Amount:1000}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({fluids: {FluidName: "tar", Amount: 1000}}) | .withTag({FluidName: "tar", Amount: 1000}) | .withTag({Fluid: {FluidName: "tar", Amount: 1000}}) | .withTag({Fluid: {FluidName: "tar", Amount: 1000}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Staging fluid wildberrywine to two +[INITIALIZATION][SERVER][INFO] Adding to item stage two. 4 entries: +Wildberry Wine Clay Bucket - ceramics:clay_bucket:0{fluids:{FluidName:"wildberrywine",Amount:1000}} +Wildberry Wine Bucket - forge:bucketfilled:0{FluidName:"wildberrywine",Amount:1000} +Syrmorite Bucket (Wildberry Wine) - thebetweenlands:bl_bucket:1{Fluid:{FluidName:"wildberrywine",Amount:1000}} +Weedwood Bucket (Wildberry Wine) - thebetweenlands:bl_bucket:0{Fluid:{FluidName:"wildberrywine",Amount:1000}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({fluids: {FluidName: "wildberrywine", Amount: 1000}}) | .withTag({FluidName: "wildberrywine", Amount: 1000}) | .withTag({Fluid: {FluidName: "wildberrywine", Amount: 1000}}) | .withTag({Fluid: {FluidName: "wildberrywine", Amount: 1000}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Staging fluid wine to two +[INITIALIZATION][SERVER][INFO] Adding to item stage two. 4 entries: +Wine Clay Bucket - ceramics:clay_bucket:0{fluids:{FluidName:"wine",Amount:1000}} +Wine Bucket - forge:bucketfilled:0{FluidName:"wine",Amount:1000} +Syrmorite Bucket (Wine) - thebetweenlands:bl_bucket:1{Fluid:{FluidName:"wine",Amount:1000}} +Weedwood Bucket (Wine) - thebetweenlands:bl_bucket:0{Fluid:{FluidName:"wine",Amount:1000}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({fluids: {FluidName: "wine", Amount: 1000}}) | .withTag({FluidName: "wine", Amount: 1000}) | .withTag({Fluid: {FluidName: "wine", Amount: 1000}}) | .withTag({Fluid: {FluidName: "wine", Amount: 1000}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding emberroot:enderminy to stage.two +[INITIALIZATION][SERVER][INFO] Adding emberroot:fallenmount to stage.two +[INITIALIZATION][SERVER][INFO] Adding emberroot:hero to stage.two +[INITIALIZATION][SERVER][INFO] Adding emberroot:knight_fallen to stage.two +[INITIALIZATION][SERVER][INFO] Adding emberroot:skeleton_frozen to stage.two +[INITIALIZATION][SERVER][INFO] Adding emberroot:withercat to stage.two +[INITIALIZATION][SERVER][INFO] Adding emberroot:witherwitch to stage.two +[INITIALIZATION][SERVER][INFO] Adding minecraft:enderman to stage.two +[INITIALIZATION][SERVER][INFO] Adding a replacement for stage two. minecraft:iron_bars[east=true,north=true,south=true,west=true], minecraft:iron_bars[east=true,north=true,south=true,west=false], minecraft:iron_bars[east=true,north=true,south=false,west=true], minecraft:iron_bars[east=true,north=true,south=false,west=false], minecraft:iron_bars[east=true,north=false,south=true,west=true], minecraft:iron_bars[east=true,north=false,south=true,west=false], minecraft:iron_bars[east=true,north=false,south=false,west=true], minecraft:iron_bars[east=true,north=false,south=false,west=false], minecraft:iron_bars[east=false,north=true,south=true,west=true], minecraft:iron_bars[east=false,north=true,south=true,west=false], minecraft:iron_bars[east=false,north=true,south=false,west=true], minecraft:iron_bars[east=false,north=true,south=false,west=false], minecraft:iron_bars[east=false,north=false,south=true,west=true], minecraft:iron_bars[east=false,north=false,south=true,west=false], minecraft:iron_bars[east=false,north=false,south=false,west=true], minecraft:iron_bars[east=false,north=false,south=false,west=false] will become minecraft:stone[variant=stone] +[INITIALIZATION][SERVER][INFO] Adding a replacement for stage two. minecraft:stonebrick[variant=stonebrick] will become minecraft:cobblestone +[INITIALIZATION][SERVER][INFO] Adding a replacement for stage two. minecraft:stonebrick[variant=mossy_stonebrick] will become minecraft:cobblestone +[INITIALIZATION][SERVER][INFO] Adding a replacement for stage two. minecraft:stonebrick[variant=cracked_stonebrick] will become minecraft:cobblestone +[INITIALIZATION][SERVER][INFO] Adding a replacement for stage two. minecraft:stonebrick[variant=chiseled_stonebrick] will become minecraft:cobblestone +[INITIALIZATION][SERVER][INFO] Adding a replacement for stage two. minecraft:bookshelf will become minecraft:planks[variant=oak] +[INITIALIZATION][SERVER][INFO] Adding a replacement for stage two. minecraft:wool[color=white] will become minecraft:planks[variant=oak] +[INITIALIZATION][SERVER][INFO] Adding a replacement for stage two. minecraft:wool[color=orange] will become minecraft:planks[variant=oak] +[INITIALIZATION][SERVER][INFO] Adding a replacement for stage two. minecraft:wool[color=magenta] will become minecraft:planks[variant=oak] +[INITIALIZATION][SERVER][INFO] Adding a replacement for stage two. minecraft:wool[color=light_blue] will become minecraft:planks[variant=oak] +[INITIALIZATION][SERVER][INFO] Adding a replacement for stage two. minecraft:wool[color=yellow] will become minecraft:planks[variant=oak] +[INITIALIZATION][SERVER][INFO] Adding a replacement for stage two. minecraft:wool[color=lime] will become minecraft:planks[variant=oak] +[INITIALIZATION][SERVER][INFO] Adding a replacement for stage two. minecraft:wool[color=pink] will become minecraft:planks[variant=oak] +[INITIALIZATION][SERVER][INFO] Adding a replacement for stage two. minecraft:wool[color=gray] will become minecraft:planks[variant=oak] +[INITIALIZATION][SERVER][INFO] Adding a replacement for stage two. minecraft:wool[color=silver] will become minecraft:planks[variant=oak] +[INITIALIZATION][SERVER][INFO] Adding a replacement for stage two. minecraft:wool[color=cyan] will become minecraft:planks[variant=oak] +[INITIALIZATION][SERVER][INFO] Adding a replacement for stage two. minecraft:wool[color=purple] will become minecraft:planks[variant=oak] +[INITIALIZATION][SERVER][INFO] Adding a replacement for stage two. minecraft:wool[color=blue] will become minecraft:planks[variant=oak] +[INITIALIZATION][SERVER][INFO] Adding a replacement for stage two. minecraft:wool[color=brown] will become minecraft:planks[variant=oak] +[INITIALIZATION][SERVER][INFO] Adding a replacement for stage two. minecraft:wool[color=green] will become minecraft:planks[variant=oak] +[INITIALIZATION][SERVER][INFO] Adding a replacement for stage two. minecraft:wool[color=red] will become minecraft:planks[variant=oak] +[INITIALIZATION][SERVER][INFO] Adding a replacement for stage two. minecraft:wool[color=black] will become minecraft:planks[variant=oak] +[INITIALIZATION][SERVER][INFO] Adding a replacement for stage two. minecraft:iron_ore will become minecraft:stone[variant=stone] +[INITIALIZATION][SERVER][INFO] Adding a replacement for stage two. geolosys:ore[variant=hematite] will become minecraft:stone[variant=stone] +[INITIALIZATION][SERVER][INFO] Adding a replacement for stage two. geolosys:ore_sample[variant=hematite] will become immcraft:rock[facing=north] +[INITIALIZATION][SERVER][INFO] Adding a replacement for stage two. abyssalcraft:abyiroore will become abyssalcraft:stone[type=abyssalstone] +[INITIALIZATION][SERVER][INFO] Adding a replacement for stage two. minecraft:lapis_ore will become minecraft:stone[variant=stone] +[INITIALIZATION][SERVER][INFO] Adding a replacement for stage two. minecraft:lapis_block will become minecraft:stone[variant=stone] +[INITIALIZATION][SERVER][INFO] Adding a replacement for stage two. geolosys:ore_vanilla[variant=lapis] will become minecraft:stone[variant=stone] +[INITIALIZATION][SERVER][INFO] Adding a replacement for stage two. geolosys:ore_sample_vanilla[variant=lapis] will become immcraft:rock[facing=north] +[INITIALIZATION][SERVER][INFO] Adding a replacement for stage two. minecraft:gold_ore will become minecraft:stone[variant=stone] +[INITIALIZATION][SERVER][INFO] Adding a replacement for stage two. geolosys:ore_vanilla[variant=gold] will become minecraft:stone[variant=stone] +[INITIALIZATION][SERVER][INFO] Adding a replacement for stage two. geolosys:ore_sample_vanilla[variant=gold] will become immcraft:rock[facing=north] +[INITIALIZATION][SERVER][INFO] Adding a replacement for stage two. minecraft:gold_block will become minecraft:stone[variant=stone] +[INITIALIZATION][SERVER][INFO] Adding a replacement for stage two. abyssalcraft:abygolore will become abyssalcraft:stone[type=abyssalstone] +[INITIALIZATION][SERVER][INFO] Adding a replacement for stage two. minecraft:redstone_ore, minecraft:lit_redstone_ore will become minecraft:stone[variant=stone] +[INITIALIZATION][SERVER][INFO] Adding a replacement for stage two. astralsorcery:blockcustomsandore[oretype=aquamarine] will become minecraft:sand[variant=sand] +[INITIALIZATION][SERVER][INFO] Adding a replacement for stage two. astralsorcery:blockcustomore[oretype=rock_crystal] will become minecraft:stone[variant=stone] +[INITIALIZATION][SERVER][INFO] Adding a replacement for stage two. astralsorcery:blockgeolosyssamplecluster will become immcraft:rock[facing=north] +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Armor Plates Pattern - tconstruct:pattern:0{PartType:"conarm:armor_plate"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({PartType: "conarm:armor_plate"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Armor Plates Cast - tconstruct:cast:0{PartType:"conarm:armor_plate"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({PartType: "conarm:armor_plate"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Armor Plates Clay Cast - tconstruct:clay_cast:0{PartType:"conarm:armor_plate"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({PartType: "conarm:armor_plate"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Wooden Armor Plates - conarm:armor_plate:0{Material:"wood"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "wood"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Stone Armor Plates - conarm:armor_plate:0{Material:"stone"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "stone"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Flint Armor Plates - conarm:armor_plate:0{Material:"flint"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "flint"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Cactus Armor Plates - conarm:armor_plate:0{Material:"cactus"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "cactus"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Bone Armor Plates - conarm:armor_plate:0{Material:"bone"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "bone"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Prismarine Armor Plates - conarm:armor_plate:0{Material:"prismarine"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "prismarine"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Sponge Armor Plates - conarm:armor_plate:0{Material:"sponge"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "sponge"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Iron Armor Plates - conarm:armor_plate:0{Material:"iron"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "iron"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Slime Armor Plates - conarm:armor_plate:0{Material:"slime"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "slime"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Slime Armor Plates - conarm:armor_plate:0{Material:"blueslime"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "blueslime"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Copper Armor Plates - conarm:armor_plate:0{Material:"copper"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "copper"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Bronze Armor Plates - conarm:armor_plate:0{Material:"bronze"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "bronze"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Silver Armor Plates - conarm:armor_plate:0{Material:"silver"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "silver"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Armor Trim Pattern - tconstruct:pattern:0{PartType:"conarm:armor_trim"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({PartType: "conarm:armor_trim"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Armor Trim Cast - tconstruct:cast:0{PartType:"conarm:armor_trim"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({PartType: "conarm:armor_trim"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Armor Trim Clay Cast - tconstruct:clay_cast:0{PartType:"conarm:armor_trim"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({PartType: "conarm:armor_trim"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Wooden Armor Trim - conarm:armor_trim:0{Material:"wood"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "wood"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Stone Armor Trim - conarm:armor_trim:0{Material:"stone"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "stone"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Flint Armor Trim - conarm:armor_trim:0{Material:"flint"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "flint"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Cactus Armor Trim - conarm:armor_trim:0{Material:"cactus"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "cactus"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Bone Armor Trim - conarm:armor_trim:0{Material:"bone"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "bone"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Prismarine Armor Trim - conarm:armor_trim:0{Material:"prismarine"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "prismarine"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Sponge Armor Trim - conarm:armor_trim:0{Material:"sponge"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "sponge"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Iron Armor Trim - conarm:armor_trim:0{Material:"iron"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "iron"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Slime Armor Trim - conarm:armor_trim:0{Material:"slime"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "slime"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Slime Armor Trim - conarm:armor_trim:0{Material:"blueslime"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "blueslime"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Copper Armor Trim - conarm:armor_trim:0{Material:"copper"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "copper"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Bronze Armor Trim - conarm:armor_trim:0{Material:"bronze"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "bronze"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Silver Armor Trim - conarm:armor_trim:0{Material:"silver"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "silver"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Boots Core Pattern - tconstruct:pattern:0{PartType:"conarm:boots_core"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({PartType: "conarm:boots_core"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Boots Core Cast - tconstruct:cast:0{PartType:"conarm:boots_core"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({PartType: "conarm:boots_core"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Boots Core Clay Cast - tconstruct:clay_cast:0{PartType:"conarm:boots_core"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({PartType: "conarm:boots_core"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Wooden Boots Core - conarm:boots_core:0{Material:"wood"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "wood"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Stone Boots Core - conarm:boots_core:0{Material:"stone"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "stone"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Flint Boots Core - conarm:boots_core:0{Material:"flint"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "flint"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Cactus Boots Core - conarm:boots_core:0{Material:"cactus"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "cactus"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Bone Boots Core - conarm:boots_core:0{Material:"bone"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "bone"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Prismarine Boots Core - conarm:boots_core:0{Material:"prismarine"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "prismarine"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Sponge Boots Core - conarm:boots_core:0{Material:"sponge"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "sponge"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Iron Boots Core - conarm:boots_core:0{Material:"iron"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "iron"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Slime Boots Core - conarm:boots_core:0{Material:"slime"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "slime"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Slime Boots Core - conarm:boots_core:0{Material:"blueslime"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "blueslime"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Copper Boots Core - conarm:boots_core:0{Material:"copper"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "copper"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Bronze Boots Core - conarm:boots_core:0{Material:"bronze"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "bronze"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Silver Boots Core - conarm:boots_core:0{Material:"silver"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "silver"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Chestplate Core Pattern - tconstruct:pattern:0{PartType:"conarm:chest_core"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({PartType: "conarm:chest_core"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Chestplate Core Cast - tconstruct:cast:0{PartType:"conarm:chest_core"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({PartType: "conarm:chest_core"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Chestplate Core Clay Cast - tconstruct:clay_cast:0{PartType:"conarm:chest_core"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({PartType: "conarm:chest_core"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Wooden Chestplate Core - conarm:chest_core:0{Material:"wood"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "wood"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Stone Chestplate Core - conarm:chest_core:0{Material:"stone"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "stone"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Flint Chestplate Core - conarm:chest_core:0{Material:"flint"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "flint"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Cactus Chestplate Core - conarm:chest_core:0{Material:"cactus"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "cactus"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Bone Chestplate Core - conarm:chest_core:0{Material:"bone"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "bone"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Prismarine Chestplate Core - conarm:chest_core:0{Material:"prismarine"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "prismarine"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Sponge Chestplate Core - conarm:chest_core:0{Material:"sponge"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "sponge"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Iron Chestplate Core - conarm:chest_core:0{Material:"iron"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "iron"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Slime Chestplate Core - conarm:chest_core:0{Material:"slime"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "slime"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Slime Chestplate Core - conarm:chest_core:0{Material:"blueslime"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "blueslime"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Copper Chestplate Core - conarm:chest_core:0{Material:"copper"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "copper"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Bronze Chestplate Core - conarm:chest_core:0{Material:"bronze"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "bronze"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Silver Chestplate Core - conarm:chest_core:0{Material:"silver"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "silver"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Helmet Core Pattern - tconstruct:pattern:0{PartType:"conarm:helmet_core"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({PartType: "conarm:helmet_core"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Helmet Core Cast - tconstruct:cast:0{PartType:"conarm:helmet_core"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({PartType: "conarm:helmet_core"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Helmet Core Clay Cast - tconstruct:clay_cast:0{PartType:"conarm:helmet_core"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({PartType: "conarm:helmet_core"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Wooden Helmet Core - conarm:helmet_core:0{Material:"wood"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "wood"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Stone Helmet Core - conarm:helmet_core:0{Material:"stone"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "stone"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Flint Helmet Core - conarm:helmet_core:0{Material:"flint"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "flint"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Cactus Helmet Core - conarm:helmet_core:0{Material:"cactus"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "cactus"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Bone Helmet Core - conarm:helmet_core:0{Material:"bone"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "bone"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Prismarine Helmet Core - conarm:helmet_core:0{Material:"prismarine"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "prismarine"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Sponge Helmet Core - conarm:helmet_core:0{Material:"sponge"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "sponge"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Iron Helmet Core - conarm:helmet_core:0{Material:"iron"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "iron"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Slime Helmet Core - conarm:helmet_core:0{Material:"slime"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "slime"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Slime Helmet Core - conarm:helmet_core:0{Material:"blueslime"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "blueslime"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Copper Helmet Core - conarm:helmet_core:0{Material:"copper"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "copper"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Bronze Helmet Core - conarm:helmet_core:0{Material:"bronze"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "bronze"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Silver Helmet Core - conarm:helmet_core:0{Material:"silver"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "silver"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Leggings Core Pattern - tconstruct:pattern:0{PartType:"conarm:leggings_core"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({PartType: "conarm:leggings_core"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Leggings Core Cast - tconstruct:cast:0{PartType:"conarm:leggings_core"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({PartType: "conarm:leggings_core"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Leggings Core Clay Cast - tconstruct:clay_cast:0{PartType:"conarm:leggings_core"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({PartType: "conarm:leggings_core"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Wooden Leggings Core - conarm:leggings_core:0{Material:"wood"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "wood"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Stone Leggings Core - conarm:leggings_core:0{Material:"stone"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "stone"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Flint Leggings Core - conarm:leggings_core:0{Material:"flint"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "flint"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Cactus Leggings Core - conarm:leggings_core:0{Material:"cactus"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "cactus"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Bone Leggings Core - conarm:leggings_core:0{Material:"bone"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "bone"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Prismarine Leggings Core - conarm:leggings_core:0{Material:"prismarine"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "prismarine"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Sponge Leggings Core - conarm:leggings_core:0{Material:"sponge"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "sponge"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Iron Leggings Core - conarm:leggings_core:0{Material:"iron"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "iron"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Slime Leggings Core - conarm:leggings_core:0{Material:"slime"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "slime"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Slime Leggings Core - conarm:leggings_core:0{Material:"blueslime"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "blueslime"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Copper Leggings Core - conarm:leggings_core:0{Material:"copper"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "copper"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Bronze Leggings Core - conarm:leggings_core:0{Material:"bronze"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "bronze"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Silver Leggings Core - conarm:leggings_core:0{Material:"silver"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "silver"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Polishing Kit Pattern - tconstruct:pattern:0{PartType:"conarm:polishing_kit"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({PartType: "conarm:polishing_kit"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Polishing Kit Cast - tconstruct:cast:0{PartType:"conarm:polishing_kit"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({PartType: "conarm:polishing_kit"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Polishing Kit Clay Cast - tconstruct:clay_cast:0{PartType:"conarm:polishing_kit"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({PartType: "conarm:polishing_kit"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Wooden Polishing Kit - conarm:polishing_kit:0{Material:"wood"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "wood"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Stone Polishing Kit - conarm:polishing_kit:0{Material:"stone"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "stone"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Flint Polishing Kit - conarm:polishing_kit:0{Material:"flint"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "flint"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Cactus Polishing Kit - conarm:polishing_kit:0{Material:"cactus"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "cactus"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Bone Polishing Kit - conarm:polishing_kit:0{Material:"bone"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "bone"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Prismarine Polishing Kit - conarm:polishing_kit:0{Material:"prismarine"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "prismarine"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Sponge Polishing Kit - conarm:polishing_kit:0{Material:"sponge"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "sponge"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Iron Polishing Kit - conarm:polishing_kit:0{Material:"iron"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "iron"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Slime Polishing Kit - conarm:polishing_kit:0{Material:"slime"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "slime"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Slime Polishing Kit - conarm:polishing_kit:0{Material:"blueslime"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "blueslime"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Copper Polishing Kit - conarm:polishing_kit:0{Material:"copper"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "copper"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Bronze Polishing Kit - conarm:polishing_kit:0{Material:"bronze"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "bronze"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Silver Polishing Kit - conarm:polishing_kit:0{Material:"silver"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "silver"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Arrow Head Pattern - tconstruct:pattern:0{PartType:"tconstruct:arrow_head"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({PartType: "tconstruct:arrow_head"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Arrow Head Cast - tconstruct:cast:0{PartType:"tconstruct:arrow_head"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({PartType: "tconstruct:arrow_head"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Arrow Head Clay Cast - tconstruct:clay_cast:0{PartType:"tconstruct:arrow_head"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({PartType: "tconstruct:arrow_head"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Naga Scale Arrow Head - tconstruct:arrow_head:0{Material:"nagascale"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "nagascale"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Steeleaf Arrow Head - tconstruct:arrow_head:0{Material:"steeleaf"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "steeleaf"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Fiery Arrow Head - tconstruct:arrow_head:0{Material:"fierymetal"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "fierymetal"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Knightly Arrow Head - tconstruct:arrow_head:0{Material:"knightmetal"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "knightmetal"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Wooden Arrow Head - tconstruct:arrow_head:0{Material:"wood"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "wood"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Stone Arrow Head - tconstruct:arrow_head:0{Material:"stone"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "stone"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Flint Arrow Head - tconstruct:arrow_head:0{Material:"flint"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "flint"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Cactus Arrow Head - tconstruct:arrow_head:0{Material:"cactus"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "cactus"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Bone Arrow Head - tconstruct:arrow_head:0{Material:"bone"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "bone"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Prismarine Arrow Head - tconstruct:arrow_head:0{Material:"prismarine"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "prismarine"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Sponge Arrow Head - tconstruct:arrow_head:0{Material:"sponge"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "sponge"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Iron Arrow Head - tconstruct:arrow_head:0{Material:"iron"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "iron"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Slime Arrow Head - tconstruct:arrow_head:0{Material:"slime"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "slime"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Slime Arrow Head - tconstruct:arrow_head:0{Material:"blueslime"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "blueslime"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Copper Arrow Head - tconstruct:arrow_head:0{Material:"copper"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "copper"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Bronze Arrow Head - tconstruct:arrow_head:0{Material:"bronze"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "bronze"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Silver Arrow Head - tconstruct:arrow_head:0{Material:"silver"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "silver"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Abyssalnite Arrow Head - tconstruct:arrow_head:0{Material:"abyssalnite"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "abyssalnite"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Refined Coralium Arrow Head - tconstruct:arrow_head:0{Material:"refined_coralium"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "refined_coralium"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Dreadium Arrow Head - tconstruct:arrow_head:0{Material:"dreadium"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "dreadium"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Arrow Shaft Pattern - tconstruct:pattern:0{PartType:"tconstruct:arrow_shaft"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({PartType: "tconstruct:arrow_shaft"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Arrow Shaft Cast - tconstruct:cast:0{PartType:"tconstruct:arrow_shaft"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({PartType: "tconstruct:arrow_shaft"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Arrow Shaft Clay Cast - tconstruct:clay_cast:0{PartType:"tconstruct:arrow_shaft"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({PartType: "tconstruct:arrow_shaft"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Naga Scale Arrow Shaft - tconstruct:arrow_shaft:0{Material:"nagascale"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "nagascale"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Steeleaf Arrow Shaft - tconstruct:arrow_shaft:0{Material:"steeleaf"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "steeleaf"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Fiery Arrow Shaft - tconstruct:arrow_shaft:0{Material:"fierymetal"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "fierymetal"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Wooden Arrow Shaft - tconstruct:arrow_shaft:0{Material:"wood"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "wood"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Bone Arrow Shaft - tconstruct:arrow_shaft:0{Material:"bone"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "bone"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Reeds Arrow Shaft - tconstruct:arrow_shaft:0{Material:"reed"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "reed"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Ice Arrow Shaft - tconstruct:arrow_shaft:0{Material:"ice"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ice"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Axe Head Pattern - tconstruct:pattern:0{PartType:"tconstruct:axe_head"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({PartType: "tconstruct:axe_head"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Axe Head Cast - tconstruct:cast:0{PartType:"tconstruct:axe_head"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({PartType: "tconstruct:axe_head"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Axe Head Clay Cast - tconstruct:clay_cast:0{PartType:"tconstruct:axe_head"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({PartType: "tconstruct:axe_head"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Naga Scale Axe Head - tconstruct:axe_head:0{Material:"nagascale"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "nagascale"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Steeleaf Axe Head - tconstruct:axe_head:0{Material:"steeleaf"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "steeleaf"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Fiery Axe Head - tconstruct:axe_head:0{Material:"fierymetal"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "fierymetal"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Knightly Axe Head - tconstruct:axe_head:0{Material:"knightmetal"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "knightmetal"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Wooden Axe Head - tconstruct:axe_head:0{Material:"wood"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "wood"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Stone Axe Head - tconstruct:axe_head:0{Material:"stone"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "stone"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Flint Axe Head - tconstruct:axe_head:0{Material:"flint"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "flint"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Cactus Axe Head - tconstruct:axe_head:0{Material:"cactus"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "cactus"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Bone Axe Head - tconstruct:axe_head:0{Material:"bone"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "bone"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Prismarine Axe Head - tconstruct:axe_head:0{Material:"prismarine"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "prismarine"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Sponge Axe Head - tconstruct:axe_head:0{Material:"sponge"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "sponge"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Iron Axe Head - tconstruct:axe_head:0{Material:"iron"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "iron"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Slime Axe Head - tconstruct:axe_head:0{Material:"slime"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "slime"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Slime Axe Head - tconstruct:axe_head:0{Material:"blueslime"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "blueslime"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Copper Axe Head - tconstruct:axe_head:0{Material:"copper"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "copper"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Bronze Axe Head - tconstruct:axe_head:0{Material:"bronze"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "bronze"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Silver Axe Head - tconstruct:axe_head:0{Material:"silver"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "silver"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Abyssalnite Axe Head - tconstruct:axe_head:0{Material:"abyssalnite"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "abyssalnite"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Refined Coralium Axe Head - tconstruct:axe_head:0{Material:"refined_coralium"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "refined_coralium"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Dreadium Axe Head - tconstruct:axe_head:0{Material:"dreadium"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "dreadium"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Binding Pattern - tconstruct:pattern:0{PartType:"tconstruct:binding"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({PartType: "tconstruct:binding"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Binding Cast - tconstruct:cast:0{PartType:"tconstruct:binding"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({PartType: "tconstruct:binding"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Binding Clay Cast - tconstruct:clay_cast:0{PartType:"tconstruct:binding"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({PartType: "tconstruct:binding"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Steeleaf Binding - tconstruct:binding:0{Material:"steeleaf"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "steeleaf"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Fiery Binding - tconstruct:binding:0{Material:"fierymetal"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "fierymetal"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Knightly Binding - tconstruct:binding:0{Material:"knightmetal"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "knightmetal"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Wooden Binding - tconstruct:binding:0{Material:"wood"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "wood"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Stone Binding - tconstruct:binding:0{Material:"stone"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "stone"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Flint Binding - tconstruct:binding:0{Material:"flint"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "flint"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Cactus Binding - tconstruct:binding:0{Material:"cactus"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "cactus"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Bone Binding - tconstruct:binding:0{Material:"bone"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "bone"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Prismarine Binding - tconstruct:binding:0{Material:"prismarine"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "prismarine"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Sponge Binding - tconstruct:binding:0{Material:"sponge"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "sponge"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Iron Binding - tconstruct:binding:0{Material:"iron"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "iron"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Slime Binding - tconstruct:binding:0{Material:"slime"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "slime"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Slime Binding - tconstruct:binding:0{Material:"blueslime"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "blueslime"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Copper Binding - tconstruct:binding:0{Material:"copper"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "copper"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Bronze Binding - tconstruct:binding:0{Material:"bronze"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "bronze"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Silver Binding - tconstruct:binding:0{Material:"silver"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "silver"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Abyssalnite Binding - tconstruct:binding:0{Material:"abyssalnite"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "abyssalnite"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Refined Coralium Binding - tconstruct:binding:0{Material:"refined_coralium"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "refined_coralium"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Dreadium Binding - tconstruct:binding:0{Material:"dreadium"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "dreadium"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Bowlimb Pattern - tconstruct:pattern:0{PartType:"tconstruct:bow_limb"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({PartType: "tconstruct:bow_limb"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Bowlimb Cast - tconstruct:cast:0{PartType:"tconstruct:bow_limb"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({PartType: "tconstruct:bow_limb"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Bowlimb Clay Cast - tconstruct:clay_cast:0{PartType:"tconstruct:bow_limb"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({PartType: "tconstruct:bow_limb"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Naga Scale Bowlimb - tconstruct:bow_limb:0{Material:"nagascale"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "nagascale"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Steeleaf Bowlimb - tconstruct:bow_limb:0{Material:"steeleaf"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "steeleaf"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Fiery Bowlimb - tconstruct:bow_limb:0{Material:"fierymetal"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "fierymetal"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Wooden Bowlimb - tconstruct:bow_limb:0{Material:"wood"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "wood"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Stone Bowlimb - tconstruct:bow_limb:0{Material:"stone"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "stone"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Flint Bowlimb - tconstruct:bow_limb:0{Material:"flint"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "flint"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Cactus Bowlimb - tconstruct:bow_limb:0{Material:"cactus"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "cactus"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Bone Bowlimb - tconstruct:bow_limb:0{Material:"bone"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "bone"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Prismarine Bowlimb - tconstruct:bow_limb:0{Material:"prismarine"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "prismarine"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Sponge Bowlimb - tconstruct:bow_limb:0{Material:"sponge"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "sponge"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Iron Bowlimb - tconstruct:bow_limb:0{Material:"iron"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "iron"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Slime Bowlimb - tconstruct:bow_limb:0{Material:"slime"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "slime"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Slime Bowlimb - tconstruct:bow_limb:0{Material:"blueslime"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "blueslime"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Copper Bowlimb - tconstruct:bow_limb:0{Material:"copper"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "copper"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Bronze Bowlimb - tconstruct:bow_limb:0{Material:"bronze"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "bronze"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Silver Bowlimb - tconstruct:bow_limb:0{Material:"silver"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "silver"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Abyssalnite Bowlimb - tconstruct:bow_limb:0{Material:"abyssalnite"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "abyssalnite"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Refined Coralium Bowlimb - tconstruct:bow_limb:0{Material:"refined_coralium"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "refined_coralium"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Dreadium Bowlimb - tconstruct:bow_limb:0{Material:"dreadium"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "dreadium"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Bowstring Pattern - tconstruct:pattern:0{PartType:"tconstruct:bow_string"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({PartType: "tconstruct:bow_string"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Bowstring Cast - tconstruct:cast:0{PartType:"tconstruct:bow_string"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({PartType: "tconstruct:bow_string"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Bowstring Clay Cast - tconstruct:clay_cast:0{PartType:"tconstruct:bow_string"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({PartType: "tconstruct:bow_string"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. String Bowstring - tconstruct:bow_string:0{Material:"string"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "string"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Slimevine Bowstring - tconstruct:bow_string:0{Material:"slimevine_blue"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "slimevine_blue"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Slimevine Bowstring - tconstruct:bow_string:0{Material:"slimevine_purple"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "slimevine_purple"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Vines Bowstring - tconstruct:bow_string:0{Material:"vine"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "vine"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Hemp Fiber Bowstring - tconstruct:bow_string:0{Material:"hemp"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "hemp"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Broad Axe Head Pattern - tconstruct:pattern:0{PartType:"tconstruct:broad_axe_head"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({PartType: "tconstruct:broad_axe_head"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Broad Axe Head Cast - tconstruct:cast:0{PartType:"tconstruct:broad_axe_head"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({PartType: "tconstruct:broad_axe_head"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Broad Axe Head Clay Cast - tconstruct:clay_cast:0{PartType:"tconstruct:broad_axe_head"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({PartType: "tconstruct:broad_axe_head"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Naga Scale Broad Axe Head - tconstruct:broad_axe_head:0{Material:"nagascale"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "nagascale"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Steeleaf Broad Axe Head - tconstruct:broad_axe_head:0{Material:"steeleaf"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "steeleaf"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Fiery Broad Axe Head - tconstruct:broad_axe_head:0{Material:"fierymetal"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "fierymetal"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Knightly Broad Axe Head - tconstruct:broad_axe_head:0{Material:"knightmetal"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "knightmetal"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Wooden Broad Axe Head - tconstruct:broad_axe_head:0{Material:"wood"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "wood"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Stone Broad Axe Head - tconstruct:broad_axe_head:0{Material:"stone"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "stone"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Flint Broad Axe Head - tconstruct:broad_axe_head:0{Material:"flint"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "flint"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Cactus Broad Axe Head - tconstruct:broad_axe_head:0{Material:"cactus"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "cactus"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Bone Broad Axe Head - tconstruct:broad_axe_head:0{Material:"bone"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "bone"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Prismarine Broad Axe Head - tconstruct:broad_axe_head:0{Material:"prismarine"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "prismarine"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Sponge Broad Axe Head - tconstruct:broad_axe_head:0{Material:"sponge"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "sponge"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Iron Broad Axe Head - tconstruct:broad_axe_head:0{Material:"iron"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "iron"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Slime Broad Axe Head - tconstruct:broad_axe_head:0{Material:"slime"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "slime"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Slime Broad Axe Head - tconstruct:broad_axe_head:0{Material:"blueslime"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "blueslime"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Copper Broad Axe Head - tconstruct:broad_axe_head:0{Material:"copper"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "copper"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Bronze Broad Axe Head - tconstruct:broad_axe_head:0{Material:"bronze"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "bronze"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Silver Broad Axe Head - tconstruct:broad_axe_head:0{Material:"silver"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "silver"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Abyssalnite Broad Axe Head - tconstruct:broad_axe_head:0{Material:"abyssalnite"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "abyssalnite"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Refined Coralium Broad Axe Head - tconstruct:broad_axe_head:0{Material:"refined_coralium"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "refined_coralium"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Dreadium Broad Axe Head - tconstruct:broad_axe_head:0{Material:"dreadium"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "dreadium"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Cross Guard Pattern - tconstruct:pattern:0{PartType:"tconstruct:cross_guard"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({PartType: "tconstruct:cross_guard"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Cross Guard Cast - tconstruct:cast:0{PartType:"tconstruct:cross_guard"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({PartType: "tconstruct:cross_guard"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Cross Guard Clay Cast - tconstruct:clay_cast:0{PartType:"tconstruct:cross_guard"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({PartType: "tconstruct:cross_guard"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Steeleaf Cross Guard - tconstruct:cross_guard:0{Material:"steeleaf"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "steeleaf"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Fiery Cross Guard - tconstruct:cross_guard:0{Material:"fierymetal"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "fierymetal"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Knightly Cross Guard - tconstruct:cross_guard:0{Material:"knightmetal"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "knightmetal"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Wooden Cross Guard - tconstruct:cross_guard:0{Material:"wood"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "wood"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Stone Cross Guard - tconstruct:cross_guard:0{Material:"stone"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "stone"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Flint Cross Guard - tconstruct:cross_guard:0{Material:"flint"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "flint"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Cactus Cross Guard - tconstruct:cross_guard:0{Material:"cactus"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "cactus"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Bone Cross Guard - tconstruct:cross_guard:0{Material:"bone"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "bone"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Prismarine Cross Guard - tconstruct:cross_guard:0{Material:"prismarine"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "prismarine"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Sponge Cross Guard - tconstruct:cross_guard:0{Material:"sponge"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "sponge"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Iron Cross Guard - tconstruct:cross_guard:0{Material:"iron"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "iron"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Slime Cross Guard - tconstruct:cross_guard:0{Material:"slime"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "slime"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Slime Cross Guard - tconstruct:cross_guard:0{Material:"blueslime"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "blueslime"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Copper Cross Guard - tconstruct:cross_guard:0{Material:"copper"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "copper"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Bronze Cross Guard - tconstruct:cross_guard:0{Material:"bronze"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "bronze"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Silver Cross Guard - tconstruct:cross_guard:0{Material:"silver"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "silver"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Abyssalnite Cross Guard - tconstruct:cross_guard:0{Material:"abyssalnite"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "abyssalnite"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Refined Coralium Cross Guard - tconstruct:cross_guard:0{Material:"refined_coralium"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "refined_coralium"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Dreadium Cross Guard - tconstruct:cross_guard:0{Material:"dreadium"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "dreadium"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Excavator Head Pattern - tconstruct:pattern:0{PartType:"tconstruct:excavator_head"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({PartType: "tconstruct:excavator_head"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Excavator Head Cast - tconstruct:cast:0{PartType:"tconstruct:excavator_head"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({PartType: "tconstruct:excavator_head"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Excavator Head Clay Cast - tconstruct:clay_cast:0{PartType:"tconstruct:excavator_head"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({PartType: "tconstruct:excavator_head"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Naga Scale Excavator Head - tconstruct:excavator_head:0{Material:"nagascale"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "nagascale"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Steeleaf Excavator Head - tconstruct:excavator_head:0{Material:"steeleaf"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "steeleaf"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Fiery Excavator Head - tconstruct:excavator_head:0{Material:"fierymetal"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "fierymetal"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Knightly Excavator Head - tconstruct:excavator_head:0{Material:"knightmetal"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "knightmetal"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Wooden Excavator Head - tconstruct:excavator_head:0{Material:"wood"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "wood"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Stone Excavator Head - tconstruct:excavator_head:0{Material:"stone"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "stone"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Flint Excavator Head - tconstruct:excavator_head:0{Material:"flint"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "flint"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Cactus Excavator Head - tconstruct:excavator_head:0{Material:"cactus"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "cactus"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Bone Excavator Head - tconstruct:excavator_head:0{Material:"bone"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "bone"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Prismarine Excavator Head - tconstruct:excavator_head:0{Material:"prismarine"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "prismarine"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Sponge Excavator Head - tconstruct:excavator_head:0{Material:"sponge"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "sponge"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Iron Excavator Head - tconstruct:excavator_head:0{Material:"iron"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "iron"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Slime Excavator Head - tconstruct:excavator_head:0{Material:"slime"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "slime"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Slime Excavator Head - tconstruct:excavator_head:0{Material:"blueslime"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "blueslime"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Copper Excavator Head - tconstruct:excavator_head:0{Material:"copper"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "copper"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Bronze Excavator Head - tconstruct:excavator_head:0{Material:"bronze"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "bronze"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Silver Excavator Head - tconstruct:excavator_head:0{Material:"silver"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "silver"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Abyssalnite Excavator Head - tconstruct:excavator_head:0{Material:"abyssalnite"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "abyssalnite"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Refined Coralium Excavator Head - tconstruct:excavator_head:0{Material:"refined_coralium"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "refined_coralium"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Dreadium Excavator Head - tconstruct:excavator_head:0{Material:"dreadium"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "dreadium"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Fletching Pattern - tconstruct:pattern:0{PartType:"tconstruct:fletching"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({PartType: "tconstruct:fletching"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Fletching Cast - tconstruct:cast:0{PartType:"tconstruct:fletching"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({PartType: "tconstruct:fletching"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Fletching Clay Cast - tconstruct:clay_cast:0{PartType:"tconstruct:fletching"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({PartType: "tconstruct:fletching"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Steeleaf Fletching - tconstruct:fletching:0{Material:"steeleaf"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "steeleaf"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Raven's Feather Fletching - tconstruct:fletching:0{Material:"raven_feather"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "raven_feather"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Feather Fletching - tconstruct:fletching:0{Material:"feather"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "feather"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Slimeleaf Fletching - tconstruct:fletching:0{Material:"slimeleaf_blue"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "slimeleaf_blue"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Slimeleaf Fletching - tconstruct:fletching:0{Material:"slimeleaf_orange"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "slimeleaf_orange"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Slimeleaf Fletching - tconstruct:fletching:0{Material:"slimeleaf_purple"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "slimeleaf_purple"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Leaf Fletching - tconstruct:fletching:0{Material:"leaf"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "leaf"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Hammer Head Pattern - tconstruct:pattern:0{PartType:"tconstruct:hammer_head"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({PartType: "tconstruct:hammer_head"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Hammer Head Cast - tconstruct:cast:0{PartType:"tconstruct:hammer_head"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({PartType: "tconstruct:hammer_head"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Hammer Head Clay Cast - tconstruct:clay_cast:0{PartType:"tconstruct:hammer_head"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({PartType: "tconstruct:hammer_head"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Naga Scale Hammer Head - tconstruct:hammer_head:0{Material:"nagascale"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "nagascale"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Steeleaf Hammer Head - tconstruct:hammer_head:0{Material:"steeleaf"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "steeleaf"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Fiery Hammer Head - tconstruct:hammer_head:0{Material:"fierymetal"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "fierymetal"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Knightly Hammer Head - tconstruct:hammer_head:0{Material:"knightmetal"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "knightmetal"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Wooden Hammer Head - tconstruct:hammer_head:0{Material:"wood"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "wood"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Stone Hammer Head - tconstruct:hammer_head:0{Material:"stone"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "stone"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Flint Hammer Head - tconstruct:hammer_head:0{Material:"flint"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "flint"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Cactus Hammer Head - tconstruct:hammer_head:0{Material:"cactus"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "cactus"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Bone Hammer Head - tconstruct:hammer_head:0{Material:"bone"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "bone"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Prismarine Hammer Head - tconstruct:hammer_head:0{Material:"prismarine"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "prismarine"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Sponge Hammer Head - tconstruct:hammer_head:0{Material:"sponge"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "sponge"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Iron Hammer Head - tconstruct:hammer_head:0{Material:"iron"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "iron"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Slime Hammer Head - tconstruct:hammer_head:0{Material:"slime"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "slime"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Slime Hammer Head - tconstruct:hammer_head:0{Material:"blueslime"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "blueslime"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Copper Hammer Head - tconstruct:hammer_head:0{Material:"copper"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "copper"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Bronze Hammer Head - tconstruct:hammer_head:0{Material:"bronze"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "bronze"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Silver Hammer Head - tconstruct:hammer_head:0{Material:"silver"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "silver"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Abyssalnite Hammer Head - tconstruct:hammer_head:0{Material:"abyssalnite"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "abyssalnite"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Refined Coralium Hammer Head - tconstruct:hammer_head:0{Material:"refined_coralium"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "refined_coralium"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Dreadium Hammer Head - tconstruct:hammer_head:0{Material:"dreadium"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "dreadium"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Hand Guard Pattern - tconstruct:pattern:0{PartType:"tconstruct:hand_guard"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({PartType: "tconstruct:hand_guard"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Hand Guard Cast - tconstruct:cast:0{PartType:"tconstruct:hand_guard"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({PartType: "tconstruct:hand_guard"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Hand Guard Clay Cast - tconstruct:clay_cast:0{PartType:"tconstruct:hand_guard"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({PartType: "tconstruct:hand_guard"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Steeleaf Hand Guard - tconstruct:hand_guard:0{Material:"steeleaf"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "steeleaf"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Fiery Hand Guard - tconstruct:hand_guard:0{Material:"fierymetal"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "fierymetal"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Knightly Hand Guard - tconstruct:hand_guard:0{Material:"knightmetal"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "knightmetal"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Wooden Hand Guard - tconstruct:hand_guard:0{Material:"wood"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "wood"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Stone Hand Guard - tconstruct:hand_guard:0{Material:"stone"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "stone"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Flint Hand Guard - tconstruct:hand_guard:0{Material:"flint"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "flint"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Cactus Hand Guard - tconstruct:hand_guard:0{Material:"cactus"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "cactus"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Bone Hand Guard - tconstruct:hand_guard:0{Material:"bone"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "bone"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Prismarine Hand Guard - tconstruct:hand_guard:0{Material:"prismarine"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "prismarine"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Sponge Hand Guard - tconstruct:hand_guard:0{Material:"sponge"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "sponge"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Iron Hand Guard - tconstruct:hand_guard:0{Material:"iron"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "iron"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Slime Hand Guard - tconstruct:hand_guard:0{Material:"slime"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "slime"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Slime Hand Guard - tconstruct:hand_guard:0{Material:"blueslime"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "blueslime"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Copper Hand Guard - tconstruct:hand_guard:0{Material:"copper"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "copper"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Bronze Hand Guard - tconstruct:hand_guard:0{Material:"bronze"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "bronze"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Silver Hand Guard - tconstruct:hand_guard:0{Material:"silver"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "silver"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Abyssalnite Hand Guard - tconstruct:hand_guard:0{Material:"abyssalnite"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "abyssalnite"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Refined Coralium Hand Guard - tconstruct:hand_guard:0{Material:"refined_coralium"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "refined_coralium"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Dreadium Hand Guard - tconstruct:hand_guard:0{Material:"dreadium"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "dreadium"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Large Plate Pattern - tconstruct:pattern:0{PartType:"tconstruct:large_plate"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({PartType: "tconstruct:large_plate"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Large Plate Cast - tconstruct:cast:0{PartType:"tconstruct:large_plate"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({PartType: "tconstruct:large_plate"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Large Plate Clay Cast - tconstruct:clay_cast:0{PartType:"tconstruct:large_plate"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({PartType: "tconstruct:large_plate"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Naga Scale Large Plate - tconstruct:large_plate:0{Material:"nagascale"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "nagascale"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Steeleaf Large Plate - tconstruct:large_plate:0{Material:"steeleaf"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "steeleaf"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Fiery Large Plate - tconstruct:large_plate:0{Material:"fierymetal"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "fierymetal"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Knightly Large Plate - tconstruct:large_plate:0{Material:"knightmetal"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "knightmetal"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Wooden Large Plate - tconstruct:large_plate:0{Material:"wood"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "wood"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Stone Large Plate - tconstruct:large_plate:0{Material:"stone"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "stone"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Flint Large Plate - tconstruct:large_plate:0{Material:"flint"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "flint"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Cactus Large Plate - tconstruct:large_plate:0{Material:"cactus"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "cactus"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Bone Large Plate - tconstruct:large_plate:0{Material:"bone"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "bone"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Prismarine Large Plate - tconstruct:large_plate:0{Material:"prismarine"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "prismarine"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Sponge Large Plate - tconstruct:large_plate:0{Material:"sponge"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "sponge"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Iron Large Plate - tconstruct:large_plate:0{Material:"iron"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "iron"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Slime Large Plate - tconstruct:large_plate:0{Material:"slime"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "slime"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Slime Large Plate - tconstruct:large_plate:0{Material:"blueslime"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "blueslime"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Copper Large Plate - tconstruct:large_plate:0{Material:"copper"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "copper"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Bronze Large Plate - tconstruct:large_plate:0{Material:"bronze"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "bronze"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Silver Large Plate - tconstruct:large_plate:0{Material:"silver"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "silver"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Abyssalnite Large Plate - tconstruct:large_plate:0{Material:"abyssalnite"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "abyssalnite"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Refined Coralium Large Plate - tconstruct:large_plate:0{Material:"refined_coralium"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "refined_coralium"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Dreadium Large Plate - tconstruct:large_plate:0{Material:"dreadium"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "dreadium"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Pan Pattern - tconstruct:pattern:0{PartType:"tconstruct:pan_head"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({PartType: "tconstruct:pan_head"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Pan Cast - tconstruct:cast:0{PartType:"tconstruct:pan_head"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({PartType: "tconstruct:pan_head"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Pan Clay Cast - tconstruct:clay_cast:0{PartType:"tconstruct:pan_head"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({PartType: "tconstruct:pan_head"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Naga Scale Pan - tconstruct:pan_head:0{Material:"nagascale"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "nagascale"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Steeleaf Pan - tconstruct:pan_head:0{Material:"steeleaf"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "steeleaf"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Fiery Pan - tconstruct:pan_head:0{Material:"fierymetal"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "fierymetal"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Knightly Pan - tconstruct:pan_head:0{Material:"knightmetal"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "knightmetal"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Wooden Pan - tconstruct:pan_head:0{Material:"wood"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "wood"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Stone Pan - tconstruct:pan_head:0{Material:"stone"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "stone"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Flint Pan - tconstruct:pan_head:0{Material:"flint"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "flint"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Cactus Pan - tconstruct:pan_head:0{Material:"cactus"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "cactus"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Bone Pan - tconstruct:pan_head:0{Material:"bone"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "bone"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Prismarine Pan - tconstruct:pan_head:0{Material:"prismarine"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "prismarine"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Sponge Pan - tconstruct:pan_head:0{Material:"sponge"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "sponge"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Iron Pan - tconstruct:pan_head:0{Material:"iron"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "iron"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Slime Pan - tconstruct:pan_head:0{Material:"slime"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "slime"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Slime Pan - tconstruct:pan_head:0{Material:"blueslime"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "blueslime"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Copper Pan - tconstruct:pan_head:0{Material:"copper"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "copper"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Bronze Pan - tconstruct:pan_head:0{Material:"bronze"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "bronze"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Silver Pan - tconstruct:pan_head:0{Material:"silver"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "silver"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Abyssalnite Pan - tconstruct:pan_head:0{Material:"abyssalnite"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "abyssalnite"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Refined Coralium Pan - tconstruct:pan_head:0{Material:"refined_coralium"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "refined_coralium"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Dreadium Pan - tconstruct:pan_head:0{Material:"dreadium"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "dreadium"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Pickaxe Head Pattern - tconstruct:pattern:0{PartType:"tconstruct:pick_head"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({PartType: "tconstruct:pick_head"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Pickaxe Head Cast - tconstruct:cast:0{PartType:"tconstruct:pick_head"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({PartType: "tconstruct:pick_head"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Pickaxe Head Clay Cast - tconstruct:clay_cast:0{PartType:"tconstruct:pick_head"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({PartType: "tconstruct:pick_head"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Naga Scale Pickaxe Head - tconstruct:pick_head:0{Material:"nagascale"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "nagascale"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Steeleaf Pickaxe Head - tconstruct:pick_head:0{Material:"steeleaf"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "steeleaf"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Fiery Pickaxe Head - tconstruct:pick_head:0{Material:"fierymetal"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "fierymetal"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Knightly Pickaxe Head - tconstruct:pick_head:0{Material:"knightmetal"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "knightmetal"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Wooden Pickaxe Head - tconstruct:pick_head:0{Material:"wood"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "wood"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Stone Pickaxe Head - tconstruct:pick_head:0{Material:"stone"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "stone"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Flint Pickaxe Head - tconstruct:pick_head:0{Material:"flint"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "flint"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Cactus Pickaxe Head - tconstruct:pick_head:0{Material:"cactus"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "cactus"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Bone Pickaxe Head - tconstruct:pick_head:0{Material:"bone"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "bone"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Prismarine Pickaxe Head - tconstruct:pick_head:0{Material:"prismarine"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "prismarine"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Sponge Pickaxe Head - tconstruct:pick_head:0{Material:"sponge"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "sponge"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Iron Pickaxe Head - tconstruct:pick_head:0{Material:"iron"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "iron"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Slime Pickaxe Head - tconstruct:pick_head:0{Material:"slime"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "slime"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Slime Pickaxe Head - tconstruct:pick_head:0{Material:"blueslime"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "blueslime"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Copper Pickaxe Head - tconstruct:pick_head:0{Material:"copper"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "copper"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Bronze Pickaxe Head - tconstruct:pick_head:0{Material:"bronze"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "bronze"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Silver Pickaxe Head - tconstruct:pick_head:0{Material:"silver"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "silver"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Abyssalnite Pickaxe Head - tconstruct:pick_head:0{Material:"abyssalnite"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "abyssalnite"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Refined Coralium Pickaxe Head - tconstruct:pick_head:0{Material:"refined_coralium"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "refined_coralium"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Dreadium Pickaxe Head - tconstruct:pick_head:0{Material:"dreadium"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "dreadium"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Scythe Head Pattern - tconstruct:pattern:0{PartType:"tconstruct:scythe_head"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({PartType: "tconstruct:scythe_head"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Scythe Head Cast - tconstruct:cast:0{PartType:"tconstruct:scythe_head"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({PartType: "tconstruct:scythe_head"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Scythe Head Clay Cast - tconstruct:clay_cast:0{PartType:"tconstruct:scythe_head"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({PartType: "tconstruct:scythe_head"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Naga Scale Scythe Head - tconstruct:scythe_head:0{Material:"nagascale"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "nagascale"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Steeleaf Scythe Head - tconstruct:scythe_head:0{Material:"steeleaf"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "steeleaf"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Fiery Scythe Head - tconstruct:scythe_head:0{Material:"fierymetal"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "fierymetal"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Knightly Scythe Head - tconstruct:scythe_head:0{Material:"knightmetal"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "knightmetal"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Wooden Scythe Head - tconstruct:scythe_head:0{Material:"wood"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "wood"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Stone Scythe Head - tconstruct:scythe_head:0{Material:"stone"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "stone"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Flint Scythe Head - tconstruct:scythe_head:0{Material:"flint"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "flint"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Cactus Scythe Head - tconstruct:scythe_head:0{Material:"cactus"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "cactus"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Bone Scythe Head - tconstruct:scythe_head:0{Material:"bone"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "bone"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Prismarine Scythe Head - tconstruct:scythe_head:0{Material:"prismarine"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "prismarine"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Sponge Scythe Head - tconstruct:scythe_head:0{Material:"sponge"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "sponge"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Iron Scythe Head - tconstruct:scythe_head:0{Material:"iron"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "iron"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Slime Scythe Head - tconstruct:scythe_head:0{Material:"slime"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "slime"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Slime Scythe Head - tconstruct:scythe_head:0{Material:"blueslime"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "blueslime"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Copper Scythe Head - tconstruct:scythe_head:0{Material:"copper"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "copper"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Bronze Scythe Head - tconstruct:scythe_head:0{Material:"bronze"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "bronze"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Silver Scythe Head - tconstruct:scythe_head:0{Material:"silver"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "silver"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Abyssalnite Scythe Head - tconstruct:scythe_head:0{Material:"abyssalnite"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "abyssalnite"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Refined Coralium Scythe Head - tconstruct:scythe_head:0{Material:"refined_coralium"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "refined_coralium"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Dreadium Scythe Head - tconstruct:scythe_head:0{Material:"dreadium"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "dreadium"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Sharpening Kit Pattern - tconstruct:pattern:0{PartType:"tconstruct:sharpening_kit"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({PartType: "tconstruct:sharpening_kit"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Sharpening Kit Cast - tconstruct:cast:0{PartType:"tconstruct:sharpening_kit"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({PartType: "tconstruct:sharpening_kit"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Sharpening Kit Clay Cast - tconstruct:clay_cast:0{PartType:"tconstruct:sharpening_kit"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({PartType: "tconstruct:sharpening_kit"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Naga Scale Sharpening Kit - tconstruct:sharpening_kit:0{Material:"nagascale"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "nagascale"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Steeleaf Sharpening Kit - tconstruct:sharpening_kit:0{Material:"steeleaf"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "steeleaf"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Fiery Sharpening Kit - tconstruct:sharpening_kit:0{Material:"fierymetal"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "fierymetal"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Knightly Sharpening Kit - tconstruct:sharpening_kit:0{Material:"knightmetal"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "knightmetal"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Wooden Sharpening Kit - tconstruct:sharpening_kit:0{Material:"wood"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "wood"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Stone Sharpening Kit - tconstruct:sharpening_kit:0{Material:"stone"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "stone"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Flint Sharpening Kit - tconstruct:sharpening_kit:0{Material:"flint"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "flint"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Cactus Sharpening Kit - tconstruct:sharpening_kit:0{Material:"cactus"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "cactus"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Bone Sharpening Kit - tconstruct:sharpening_kit:0{Material:"bone"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "bone"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Prismarine Sharpening Kit - tconstruct:sharpening_kit:0{Material:"prismarine"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "prismarine"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Sponge Sharpening Kit - tconstruct:sharpening_kit:0{Material:"sponge"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "sponge"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Iron Sharpening Kit - tconstruct:sharpening_kit:0{Material:"iron"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "iron"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Slime Sharpening Kit - tconstruct:sharpening_kit:0{Material:"slime"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "slime"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Slime Sharpening Kit - tconstruct:sharpening_kit:0{Material:"blueslime"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "blueslime"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Copper Sharpening Kit - tconstruct:sharpening_kit:0{Material:"copper"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "copper"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Bronze Sharpening Kit - tconstruct:sharpening_kit:0{Material:"bronze"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "bronze"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Silver Sharpening Kit - tconstruct:sharpening_kit:0{Material:"silver"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "silver"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Abyssalnite Sharpening Kit - tconstruct:sharpening_kit:0{Material:"abyssalnite"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "abyssalnite"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Refined Coralium Sharpening Kit - tconstruct:sharpening_kit:0{Material:"refined_coralium"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "refined_coralium"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Dreadium Sharpening Kit - tconstruct:sharpening_kit:0{Material:"dreadium"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "dreadium"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Shovel Head Pattern - tconstruct:pattern:0{PartType:"tconstruct:shovel_head"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({PartType: "tconstruct:shovel_head"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Shovel Head Cast - tconstruct:cast:0{PartType:"tconstruct:shovel_head"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({PartType: "tconstruct:shovel_head"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Shovel Head Clay Cast - tconstruct:clay_cast:0{PartType:"tconstruct:shovel_head"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({PartType: "tconstruct:shovel_head"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Naga Scale Shovel Head - tconstruct:shovel_head:0{Material:"nagascale"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "nagascale"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Steeleaf Shovel Head - tconstruct:shovel_head:0{Material:"steeleaf"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "steeleaf"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Fiery Shovel Head - tconstruct:shovel_head:0{Material:"fierymetal"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "fierymetal"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Knightly Shovel Head - tconstruct:shovel_head:0{Material:"knightmetal"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "knightmetal"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Wooden Shovel Head - tconstruct:shovel_head:0{Material:"wood"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "wood"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Stone Shovel Head - tconstruct:shovel_head:0{Material:"stone"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "stone"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Flint Shovel Head - tconstruct:shovel_head:0{Material:"flint"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "flint"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Cactus Shovel Head - tconstruct:shovel_head:0{Material:"cactus"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "cactus"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Bone Shovel Head - tconstruct:shovel_head:0{Material:"bone"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "bone"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Prismarine Shovel Head - tconstruct:shovel_head:0{Material:"prismarine"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "prismarine"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Sponge Shovel Head - tconstruct:shovel_head:0{Material:"sponge"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "sponge"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Iron Shovel Head - tconstruct:shovel_head:0{Material:"iron"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "iron"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Slime Shovel Head - tconstruct:shovel_head:0{Material:"slime"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "slime"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Slime Shovel Head - tconstruct:shovel_head:0{Material:"blueslime"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "blueslime"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Copper Shovel Head - tconstruct:shovel_head:0{Material:"copper"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "copper"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Bronze Shovel Head - tconstruct:shovel_head:0{Material:"bronze"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "bronze"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Silver Shovel Head - tconstruct:shovel_head:0{Material:"silver"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "silver"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Abyssalnite Shovel Head - tconstruct:shovel_head:0{Material:"abyssalnite"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "abyssalnite"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Refined Coralium Shovel Head - tconstruct:shovel_head:0{Material:"refined_coralium"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "refined_coralium"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Dreadium Shovel Head - tconstruct:shovel_head:0{Material:"dreadium"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "dreadium"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Sign Plate Pattern - tconstruct:pattern:0{PartType:"tconstruct:sign_head"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({PartType: "tconstruct:sign_head"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Sign Plate Cast - tconstruct:cast:0{PartType:"tconstruct:sign_head"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({PartType: "tconstruct:sign_head"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Sign Plate Clay Cast - tconstruct:clay_cast:0{PartType:"tconstruct:sign_head"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({PartType: "tconstruct:sign_head"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Naga Scale Sign Plate - tconstruct:sign_head:0{Material:"nagascale"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "nagascale"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Steeleaf Sign Plate - tconstruct:sign_head:0{Material:"steeleaf"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "steeleaf"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Fiery Sign Plate - tconstruct:sign_head:0{Material:"fierymetal"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "fierymetal"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Knightly Sign Plate - tconstruct:sign_head:0{Material:"knightmetal"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "knightmetal"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Wooden Sign Plate - tconstruct:sign_head:0{Material:"wood"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "wood"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Stone Sign Plate - tconstruct:sign_head:0{Material:"stone"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "stone"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Flint Sign Plate - tconstruct:sign_head:0{Material:"flint"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "flint"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Cactus Sign Plate - tconstruct:sign_head:0{Material:"cactus"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "cactus"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Bone Sign Plate - tconstruct:sign_head:0{Material:"bone"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "bone"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Prismarine Sign Plate - tconstruct:sign_head:0{Material:"prismarine"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "prismarine"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Sponge Sign Plate - tconstruct:sign_head:0{Material:"sponge"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "sponge"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Iron Sign Plate - tconstruct:sign_head:0{Material:"iron"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "iron"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Slime Sign Plate - tconstruct:sign_head:0{Material:"slime"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "slime"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Slime Sign Plate - tconstruct:sign_head:0{Material:"blueslime"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "blueslime"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Copper Sign Plate - tconstruct:sign_head:0{Material:"copper"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "copper"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Bronze Sign Plate - tconstruct:sign_head:0{Material:"bronze"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "bronze"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Silver Sign Plate - tconstruct:sign_head:0{Material:"silver"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "silver"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Abyssalnite Sign Plate - tconstruct:sign_head:0{Material:"abyssalnite"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "abyssalnite"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Refined Coralium Sign Plate - tconstruct:sign_head:0{Material:"refined_coralium"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "refined_coralium"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Dreadium Sign Plate - tconstruct:sign_head:0{Material:"dreadium"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "dreadium"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Sword Blade Pattern - tconstruct:pattern:0{PartType:"tconstruct:sword_blade"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({PartType: "tconstruct:sword_blade"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Sword Blade Cast - tconstruct:cast:0{PartType:"tconstruct:sword_blade"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({PartType: "tconstruct:sword_blade"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Sword Blade Clay Cast - tconstruct:clay_cast:0{PartType:"tconstruct:sword_blade"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({PartType: "tconstruct:sword_blade"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Naga Scale Sword Blade - tconstruct:sword_blade:0{Material:"nagascale"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "nagascale"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Steeleaf Sword Blade - tconstruct:sword_blade:0{Material:"steeleaf"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "steeleaf"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Fiery Sword Blade - tconstruct:sword_blade:0{Material:"fierymetal"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "fierymetal"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Knightly Sword Blade - tconstruct:sword_blade:0{Material:"knightmetal"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "knightmetal"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Wooden Sword Blade - tconstruct:sword_blade:0{Material:"wood"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "wood"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Stone Sword Blade - tconstruct:sword_blade:0{Material:"stone"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "stone"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Flint Sword Blade - tconstruct:sword_blade:0{Material:"flint"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "flint"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Cactus Sword Blade - tconstruct:sword_blade:0{Material:"cactus"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "cactus"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Bone Sword Blade - tconstruct:sword_blade:0{Material:"bone"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "bone"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Prismarine Sword Blade - tconstruct:sword_blade:0{Material:"prismarine"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "prismarine"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Sponge Sword Blade - tconstruct:sword_blade:0{Material:"sponge"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "sponge"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Iron Sword Blade - tconstruct:sword_blade:0{Material:"iron"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "iron"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Slime Sword Blade - tconstruct:sword_blade:0{Material:"slime"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "slime"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Slime Sword Blade - tconstruct:sword_blade:0{Material:"blueslime"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "blueslime"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Copper Sword Blade - tconstruct:sword_blade:0{Material:"copper"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "copper"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Bronze Sword Blade - tconstruct:sword_blade:0{Material:"bronze"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "bronze"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Silver Sword Blade - tconstruct:sword_blade:0{Material:"silver"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "silver"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Abyssalnite Sword Blade - tconstruct:sword_blade:0{Material:"abyssalnite"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "abyssalnite"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Refined Coralium Sword Blade - tconstruct:sword_blade:0{Material:"refined_coralium"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "refined_coralium"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Dreadium Sword Blade - tconstruct:sword_blade:0{Material:"dreadium"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "dreadium"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Tool Rod Pattern - tconstruct:pattern:0{PartType:"tconstruct:tool_rod"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({PartType: "tconstruct:tool_rod"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Tool Rod Cast - tconstruct:cast:0{PartType:"tconstruct:tool_rod"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({PartType: "tconstruct:tool_rod"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Tool Rod Clay Cast - tconstruct:clay_cast:0{PartType:"tconstruct:tool_rod"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({PartType: "tconstruct:tool_rod"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Steeleaf Tool Rod - tconstruct:tool_rod:0{Material:"steeleaf"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "steeleaf"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Fiery Tool Rod - tconstruct:tool_rod:0{Material:"fierymetal"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "fierymetal"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Knightly Tool Rod - tconstruct:tool_rod:0{Material:"knightmetal"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "knightmetal"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Wooden Tool Rod - tconstruct:tool_rod:0{Material:"wood"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "wood"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Stone Tool Rod - tconstruct:tool_rod:0{Material:"stone"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "stone"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Flint Tool Rod - tconstruct:tool_rod:0{Material:"flint"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "flint"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Cactus Tool Rod - tconstruct:tool_rod:0{Material:"cactus"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "cactus"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Bone Tool Rod - tconstruct:tool_rod:0{Material:"bone"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "bone"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Prismarine Tool Rod - tconstruct:tool_rod:0{Material:"prismarine"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "prismarine"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Sponge Tool Rod - tconstruct:tool_rod:0{Material:"sponge"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "sponge"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Iron Tool Rod - tconstruct:tool_rod:0{Material:"iron"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "iron"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Slime Tool Rod - tconstruct:tool_rod:0{Material:"slime"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "slime"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Slime Tool Rod - tconstruct:tool_rod:0{Material:"blueslime"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "blueslime"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Copper Tool Rod - tconstruct:tool_rod:0{Material:"copper"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "copper"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Bronze Tool Rod - tconstruct:tool_rod:0{Material:"bronze"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "bronze"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Silver Tool Rod - tconstruct:tool_rod:0{Material:"silver"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "silver"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Abyssalnite Tool Rod - tconstruct:tool_rod:0{Material:"abyssalnite"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "abyssalnite"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Refined Coralium Tool Rod - tconstruct:tool_rod:0{Material:"refined_coralium"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "refined_coralium"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Dreadium Tool Rod - tconstruct:tool_rod:0{Material:"dreadium"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "dreadium"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Tough Binding Pattern - tconstruct:pattern:0{PartType:"tconstruct:tough_binding"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({PartType: "tconstruct:tough_binding"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Tough Binding Cast - tconstruct:cast:0{PartType:"tconstruct:tough_binding"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({PartType: "tconstruct:tough_binding"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Tough Binding Clay Cast - tconstruct:clay_cast:0{PartType:"tconstruct:tough_binding"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({PartType: "tconstruct:tough_binding"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Steeleaf Tough Binding - tconstruct:tough_binding:0{Material:"steeleaf"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "steeleaf"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Fiery Tough Binding - tconstruct:tough_binding:0{Material:"fierymetal"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "fierymetal"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Knightly Tough Binding - tconstruct:tough_binding:0{Material:"knightmetal"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "knightmetal"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Wooden Tough Binding - tconstruct:tough_binding:0{Material:"wood"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "wood"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Stone Tough Binding - tconstruct:tough_binding:0{Material:"stone"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "stone"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Flint Tough Binding - tconstruct:tough_binding:0{Material:"flint"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "flint"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Cactus Tough Binding - tconstruct:tough_binding:0{Material:"cactus"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "cactus"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Bone Tough Binding - tconstruct:tough_binding:0{Material:"bone"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "bone"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Prismarine Tough Binding - tconstruct:tough_binding:0{Material:"prismarine"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "prismarine"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Sponge Tough Binding - tconstruct:tough_binding:0{Material:"sponge"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "sponge"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Iron Tough Binding - tconstruct:tough_binding:0{Material:"iron"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "iron"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Slime Tough Binding - tconstruct:tough_binding:0{Material:"slime"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "slime"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Slime Tough Binding - tconstruct:tough_binding:0{Material:"blueslime"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "blueslime"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Copper Tough Binding - tconstruct:tough_binding:0{Material:"copper"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "copper"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Bronze Tough Binding - tconstruct:tough_binding:0{Material:"bronze"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "bronze"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Silver Tough Binding - tconstruct:tough_binding:0{Material:"silver"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "silver"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Abyssalnite Tough Binding - tconstruct:tough_binding:0{Material:"abyssalnite"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "abyssalnite"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Refined Coralium Tough Binding - tconstruct:tough_binding:0{Material:"refined_coralium"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "refined_coralium"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Dreadium Tough Binding - tconstruct:tough_binding:0{Material:"dreadium"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "dreadium"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Tough Tool Rod Pattern - tconstruct:pattern:0{PartType:"tconstruct:tough_tool_rod"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({PartType: "tconstruct:tough_tool_rod"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Tough Tool Rod Cast - tconstruct:cast:0{PartType:"tconstruct:tough_tool_rod"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({PartType: "tconstruct:tough_tool_rod"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Tough Tool Rod Clay Cast - tconstruct:clay_cast:0{PartType:"tconstruct:tough_tool_rod"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({PartType: "tconstruct:tough_tool_rod"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Steeleaf Tough Tool Rod - tconstruct:tough_tool_rod:0{Material:"steeleaf"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "steeleaf"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Fiery Tough Tool Rod - tconstruct:tough_tool_rod:0{Material:"fierymetal"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "fierymetal"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Knightly Tough Tool Rod - tconstruct:tough_tool_rod:0{Material:"knightmetal"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "knightmetal"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Wooden Tough Tool Rod - tconstruct:tough_tool_rod:0{Material:"wood"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "wood"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Stone Tough Tool Rod - tconstruct:tough_tool_rod:0{Material:"stone"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "stone"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Flint Tough Tool Rod - tconstruct:tough_tool_rod:0{Material:"flint"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "flint"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Cactus Tough Tool Rod - tconstruct:tough_tool_rod:0{Material:"cactus"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "cactus"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Bone Tough Tool Rod - tconstruct:tough_tool_rod:0{Material:"bone"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "bone"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Prismarine Tough Tool Rod - tconstruct:tough_tool_rod:0{Material:"prismarine"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "prismarine"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Sponge Tough Tool Rod - tconstruct:tough_tool_rod:0{Material:"sponge"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "sponge"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Iron Tough Tool Rod - tconstruct:tough_tool_rod:0{Material:"iron"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "iron"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Slime Tough Tool Rod - tconstruct:tough_tool_rod:0{Material:"slime"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "slime"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Slime Tough Tool Rod - tconstruct:tough_tool_rod:0{Material:"blueslime"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "blueslime"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Copper Tough Tool Rod - tconstruct:tough_tool_rod:0{Material:"copper"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "copper"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Bronze Tough Tool Rod - tconstruct:tough_tool_rod:0{Material:"bronze"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "bronze"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Silver Tough Tool Rod - tconstruct:tough_tool_rod:0{Material:"silver"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "silver"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Abyssalnite Tough Tool Rod - tconstruct:tough_tool_rod:0{Material:"abyssalnite"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "abyssalnite"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Refined Coralium Tough Tool Rod - tconstruct:tough_tool_rod:0{Material:"refined_coralium"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "refined_coralium"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Dreadium Tough Tool Rod - tconstruct:tough_tool_rod:0{Material:"dreadium"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "dreadium"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Wide Guard Pattern - tconstruct:pattern:0{PartType:"tconstruct:wide_guard"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({PartType: "tconstruct:wide_guard"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Wide Guard Cast - tconstruct:cast:0{PartType:"tconstruct:wide_guard"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({PartType: "tconstruct:wide_guard"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Wide Guard Clay Cast - tconstruct:clay_cast:0{PartType:"tconstruct:wide_guard"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({PartType: "tconstruct:wide_guard"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Steeleaf Wide Guard - tconstruct:wide_guard:0{Material:"steeleaf"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "steeleaf"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Fiery Wide Guard - tconstruct:wide_guard:0{Material:"fierymetal"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "fierymetal"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Knightly Wide Guard - tconstruct:wide_guard:0{Material:"knightmetal"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "knightmetal"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Wooden Wide Guard - tconstruct:wide_guard:0{Material:"wood"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "wood"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Stone Wide Guard - tconstruct:wide_guard:0{Material:"stone"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "stone"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Flint Wide Guard - tconstruct:wide_guard:0{Material:"flint"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "flint"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Cactus Wide Guard - tconstruct:wide_guard:0{Material:"cactus"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "cactus"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Bone Wide Guard - tconstruct:wide_guard:0{Material:"bone"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "bone"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Prismarine Wide Guard - tconstruct:wide_guard:0{Material:"prismarine"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "prismarine"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Sponge Wide Guard - tconstruct:wide_guard:0{Material:"sponge"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "sponge"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Iron Wide Guard - tconstruct:wide_guard:0{Material:"iron"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "iron"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Slime Wide Guard - tconstruct:wide_guard:0{Material:"slime"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "slime"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Slime Wide Guard - tconstruct:wide_guard:0{Material:"blueslime"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "blueslime"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Copper Wide Guard - tconstruct:wide_guard:0{Material:"copper"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "copper"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Bronze Wide Guard - tconstruct:wide_guard:0{Material:"bronze"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "bronze"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Silver Wide Guard - tconstruct:wide_guard:0{Material:"silver"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "silver"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Abyssalnite Wide Guard - tconstruct:wide_guard:0{Material:"abyssalnite"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "abyssalnite"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Refined Coralium Wide Guard - tconstruct:wide_guard:0{Material:"refined_coralium"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "refined_coralium"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Dreadium Wide Guard - tconstruct:wide_guard:0{Material:"dreadium"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "dreadium"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Rune Stone - thebetweenlands:druid_stone_1:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Rune Stone - thebetweenlands:druid_stone_2:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Rune Stone - thebetweenlands:druid_stone_3:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Rune Stone - thebetweenlands:druid_stone_4:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Rune Stone - thebetweenlands:druid_stone_5:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Rune Stone - thebetweenlands:druid_stone_6:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Betweenlands Bedrock - thebetweenlands:betweenlands_bedrock:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Betweenstone - thebetweenlands:betweenstone:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Corrupt Betweenstone - thebetweenlands:generic_stone:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Mud - thebetweenlands:mud:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Peat - thebetweenlands:peat:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Sludgy Dirt - thebetweenlands:sludgy_dirt:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Spreading Sludgy Dirt - thebetweenlands:spreading_sludgy_dirt:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Slimy Dirt - thebetweenlands:slimy_dirt:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Slimy Grass - thebetweenlands:slimy_grass:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Cragrock - thebetweenlands:cragrock:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Pitstone - thebetweenlands:pitstone:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Limestone - thebetweenlands:limestone:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Swamp Dirt - thebetweenlands:swamp_dirt:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Coarse Swamp Dirt - thebetweenlands:coarse_swamp_dirt:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Swamp Grass - thebetweenlands:swamp_grass:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Wisp - thebetweenlands:wisp:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Octine Ore - thebetweenlands:octine_ore:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Valonite Ore - thebetweenlands:valonite_ore:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Sulfur Ore - thebetweenlands:sulfur_ore:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Slimy Bone Ore - thebetweenlands:slimy_bone_ore:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Scabyst Ore - thebetweenlands:scabyst_ore:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Syrmorite Ore - thebetweenlands:syrmorite_ore:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Aqua Middle Gem Ore - thebetweenlands:aqua_middle_gem_ore:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Crimson Middle Gem Ore - thebetweenlands:crimson_middle_gem_ore:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Green Middle Gem Ore - thebetweenlands:green_middle_gem_ore:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Life Crystal Stalactite - thebetweenlands:life_crystal_stalactite:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Stalactite - thebetweenlands:stalactite:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Silt - thebetweenlands:silt:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Dead Grass - thebetweenlands:dead_grass:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Solid Tar - thebetweenlands:tar_solid:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Puddle - thebetweenlands:puddle:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Weedwood Log - thebetweenlands:log_weedwood:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Weedwood Log - thebetweenlands:log_weedwood:12 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Rotten Bark - thebetweenlands:log_rotten_bark:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Spreading Rotten Bark - thebetweenlands:log_spreading_rotten_bark:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Rubber Tree Log - thebetweenlands:log_rubber:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Hearthgrove Log - thebetweenlands:log_hearthgrove:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Tarred Hearthgrove Log - thebetweenlands:log_hearthgrove:12 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Nibbletwig Log - thebetweenlands:log_nibbletwig:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Nibbletwig Log - thebetweenlands:log_nibbletwig:12 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Spirit Tree Log - thebetweenlands:log_spirit_tree:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Spirit Tree Log - thebetweenlands:log_spirit_tree:12 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Weedwood - thebetweenlands:weedwood:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Sap Tree Log - thebetweenlands:log_sap:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Sap Tree Log - thebetweenlands:log_sap:12 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Weedwood Sapling - thebetweenlands:sapling_weedwood:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Weedwood Sapling - thebetweenlands:sapling_weedwood:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Weedwood Sapling - thebetweenlands:sapling_weedwood:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Weedwood Sapling - thebetweenlands:sapling_weedwood:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Weedwood Sapling - thebetweenlands:sapling_weedwood:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Weedwood Sapling - thebetweenlands:sapling_weedwood:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Sap Tree Sapling - thebetweenlands:sapling_sap:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Sap Tree Sapling - thebetweenlands:sapling_sap:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Sap Tree Sapling - thebetweenlands:sapling_sap:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Sap Tree Sapling - thebetweenlands:sapling_sap:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Sap Tree Sapling - thebetweenlands:sapling_sap:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Sap Tree Sapling - thebetweenlands:sapling_sap:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Rubber Tree Sapling - thebetweenlands:sapling_rubber:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Rubber Tree Sapling - thebetweenlands:sapling_rubber:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Rubber Tree Sapling - thebetweenlands:sapling_rubber:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Rubber Tree Sapling - thebetweenlands:sapling_rubber:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Rubber Tree Sapling - thebetweenlands:sapling_rubber:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Rubber Tree Sapling - thebetweenlands:sapling_rubber:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Hearthgrove Sapling - thebetweenlands:sapling_hearthgrove:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Hearthgrove Sapling - thebetweenlands:sapling_hearthgrove:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Hearthgrove Sapling - thebetweenlands:sapling_hearthgrove:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Hearthgrove Sapling - thebetweenlands:sapling_hearthgrove:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Hearthgrove Sapling - thebetweenlands:sapling_hearthgrove:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Hearthgrove Sapling - thebetweenlands:sapling_hearthgrove:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Nibbletwig Sapling - thebetweenlands:sapling_nibbletwig:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Nibbletwig Sapling - thebetweenlands:sapling_nibbletwig:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Nibbletwig Sapling - thebetweenlands:sapling_nibbletwig:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Nibbletwig Sapling - thebetweenlands:sapling_nibbletwig:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Nibbletwig Sapling - thebetweenlands:sapling_nibbletwig:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Nibbletwig Sapling - thebetweenlands:sapling_nibbletwig:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Spirit Tree Sapling - thebetweenlands:sapling_spirit_tree:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Spirit Tree Sapling - thebetweenlands:sapling_spirit_tree:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Spirit Tree Sapling - thebetweenlands:sapling_spirit_tree:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Spirit Tree Sapling - thebetweenlands:sapling_spirit_tree:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Spirit Tree Sapling - thebetweenlands:sapling_spirit_tree:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Spirit Tree Sapling - thebetweenlands:sapling_spirit_tree:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Root Pod - thebetweenlands:root_pod:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Root Pod - thebetweenlands:root_pod:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Root Pod - thebetweenlands:root_pod:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Root Pod - thebetweenlands:root_pod:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Root Pod - thebetweenlands:root_pod:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Root Pod - thebetweenlands:root_pod:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Weedwood Leaves - thebetweenlands:leaves_weedwood_tree:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Sap Tree Leaves - thebetweenlands:leaves_sap_tree:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Rubber Tree Leaves - thebetweenlands:leaves_rubber_tree:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Hearthgrove Leaves - thebetweenlands:leaves_hearthgrove_tree:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Nibbletwig Leaves - thebetweenlands:leaves_nibbletwig_tree:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Spirit Tree Leaves - thebetweenlands:leaves_spirit_tree_top:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Spirit Tree Leaves - thebetweenlands:leaves_spirit_tree_middle:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Spirit Tree Leaves - thebetweenlands:leaves_spirit_tree_bottom:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Weedwood Planks - thebetweenlands:weedwood_planks:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Rubber Tree Planks - thebetweenlands:rubber_tree_planks:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Giant Root Planks - thebetweenlands:giant_root_planks:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Hearthgrove Planks - thebetweenlands:hearthgrove_planks:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Nibbletwig Planks - thebetweenlands:nibbletwig_planks:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Angry Betweenstone - thebetweenlands:angry_betweenstone:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Betweenstone Bricks - thebetweenlands:betweenstone_bricks:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Betweenstone Bricks Mirage - thebetweenlands:betweenstone_bricks_mirage:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Betweenstone Tiles - thebetweenlands:betweenstone_tiles:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Chiseled Betweenstone - thebetweenlands:betweenstone_chiseled:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Chiseled Cragrock - thebetweenlands:cragrock_chiseled:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Chiseled Limestone - thebetweenlands:limestone_chiseled:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Chiseled Pitstone - thebetweenlands:pitstone_chiseled:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Chiseled Scabyst - thebetweenlands:scabyst_chiseled_1:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Chiseled Scabyst - thebetweenlands:scabyst_chiseled_2:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Chiseled Scabyst - thebetweenlands:scabyst_chiseled_3:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Scabyst Lined Pitstone - thebetweenlands:scabyst_pitstone_dotted:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Scabyst Lined Pitstone - thebetweenlands:scabyst_pitstone_horizontal:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Scabyst Bricks - thebetweenlands:scabyst_bricks:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Cracked Betweenstone Bricks - thebetweenlands:cracked_betweenstone_bricks:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Cracked Betweenstone Tiles - thebetweenlands:cracked_betweenstone_tiles:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Cracked Limestone Bricks - thebetweenlands:cracked_limestone_bricks:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Cragrock Bricks - thebetweenlands:cragrock_bricks:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Cragrock Tiles - thebetweenlands:cragrock_tiles:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Glowing Betweenstone Tile - thebetweenlands:glowing_betweenstone_tile:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Inactive Glowing Smooth Cragrock - thebetweenlands:inactive_glowing_smooth_cragrock:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Glowing Smooth Cragrock - thebetweenlands:glowing_smooth_cragrock:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Limestone Bricks - thebetweenlands:limestone_bricks:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Limestone Tiles - thebetweenlands:limestone_tiles:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Mossy Betweenstone Bricks - thebetweenlands:mossy_betweenstone_bricks:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Mossy Betweenstone Tiles - thebetweenlands:mossy_betweenstone_tiles:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Mossy Limestone Bricks - thebetweenlands:mossy_limestone_bricks:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Mossy Smooth Betweenstone - thebetweenlands:mossy_smooth_betweenstone:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Mud Bricks - thebetweenlands:mud_bricks:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Mud Brick Shingles - thebetweenlands:mud_brick_shingles:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Rubber Block - thebetweenlands:rubber_block:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Pitstone Bricks - thebetweenlands:pitstone_bricks:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Pitstone Tiles - thebetweenlands:pitstone_tiles:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Polished Limestone - thebetweenlands:polished_limestone:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Smooth Betweenstone - thebetweenlands:smooth_betweenstone:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Smooth Cragrock - thebetweenlands:smooth_cragrock:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Block of Octine - thebetweenlands:octine_block:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Block of Syrmorite - thebetweenlands:syrmorite_block:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Block of Valonite - thebetweenlands:valonite_block:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Block of Scabyst - thebetweenlands:scabyst_block:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Weak Betweenstone Tiles - thebetweenlands:weak_betweenstone_tiles:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Weak Polished Limestone - thebetweenlands:weak_polished_limestone:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Weak Mossy Betweenstone Tiles - thebetweenlands:weak_mossy_betweenstone_tiles:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Green Dentrothyst - thebetweenlands:dentrothyst:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Orange Dentrothyst - thebetweenlands:dentrothyst:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Pot of Chance - thebetweenlands:loot_pot:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Pot of Chance - thebetweenlands:loot_pot:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Pot of Chance - thebetweenlands:loot_pot:8 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Monster Spawner - thebetweenlands:mob_spawner:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Temple Pillar - thebetweenlands:temple_pillar:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Betweenstone Pillar - thebetweenlands:betweenstone_pillar:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Pitstone Pillar - thebetweenlands:pitstone_pillar:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Limestone Pillar - thebetweenlands:limestone_pillar:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Cragrock Pillar - thebetweenlands:cragrock_pillar:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Tar Beast Spawner - thebetweenlands:tar_beast_spawner:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Tar Pot of Chance - thebetweenlands:tar_loot_pot:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Tar Pot of Chance - thebetweenlands:tar_loot_pot:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Tar Pot of Chance - thebetweenlands:tar_loot_pot:8 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Cragrock Stairs - thebetweenlands:cragrock_stairs:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Pitstone Stairs - thebetweenlands:pitstone_stairs:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Betweenstone Stairs - thebetweenlands:betweenstone_stairs:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Betweenstone Brick Stairs - thebetweenlands:betweenstone_brick_stairs:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Mud Brick Stairs - thebetweenlands:mud_brick_stairs:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Cragrock Brick Stairs - thebetweenlands:cragrock_brick_stairs:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Limestone Brick Stairs - thebetweenlands:limestone_brick_stairs:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Pitstone Brick Stairs - thebetweenlands:pitstone_brick_stairs:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Limestone Stairs - thebetweenlands:limestone_stairs:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Smooth Betweenstone Stairs - thebetweenlands:smooth_betweenstone_stairs:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Smooth Cragrock Stairs - thebetweenlands:smooth_cragrock_stairs:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Polished Limestone Stairs - thebetweenlands:polished_limestone_stairs:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Mossy Betweenstone Brick Stairs - thebetweenlands:mossy_betweenstone_brick_stairs:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Mossy Smooth Betweenstone Stairs - thebetweenlands:mossy_smooth_betweenstone_stairs:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Cracked Betweenstone Brick Stairs - thebetweenlands:cracked_betweenstone_brick_stairs:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Scabyst Brick Stairs - thebetweenlands:scabyst_brick_stairs:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Block of Sulfur - thebetweenlands:sulfur_block:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Temple Bricks - thebetweenlands:temple_bricks:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Smooth Pitstone - thebetweenlands:smooth_pitstone:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Mire Coral Block - thebetweenlands:mire_coral_block:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Deep Water Coral Block - thebetweenlands:deep_water_coral_block:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Slimy Bone Block - thebetweenlands:slimy_bone_block:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Aqua Middle Gem Block - thebetweenlands:aqua_middle_gem_block:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Crimson Middle Gem Block - thebetweenlands:crimson_middle_gem_block:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Green Middle Gem Block - thebetweenlands:green_middle_gem_block:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Block of Compost - thebetweenlands:compost_block:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Green Polished Dentrothyst - thebetweenlands:polished_dentrothyst:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Orange Polished Dentrothyst - thebetweenlands:polished_dentrothyst:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Silt Glass - thebetweenlands:silt_glass:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Silt Glass Pane - thebetweenlands:silt_glass_pane:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Green Polished Dentrothyst Pane - thebetweenlands:polished_dentrothyst_pane:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Orange Polished Dentrothyst Pane - thebetweenlands:polished_dentrothyst_pane:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Connected Amate Paper Pane - thebetweenlands:amate_paper_pane_1:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Squared Amate Paper Pane - thebetweenlands:amate_paper_pane_2:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Rounded Amate Paper Pane - thebetweenlands:amate_paper_pane_3:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Smooth Pitstone Stairs - thebetweenlands:smooth_pitstone_stairs:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Solid Tar Stairs - thebetweenlands:tar_solid_stairs:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Temple Brick Stairs - thebetweenlands:temple_brick_stairs:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Spike Trap - thebetweenlands:spike_trap:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Weedwood Plank Stairs - thebetweenlands:weedwood_plank_stairs:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Rubber Tree Plank Stairs - thebetweenlands:rubber_tree_plank_stairs:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Giant Root Plank Stairs - thebetweenlands:giant_root_plank_stairs:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Hearthgrove Plank Stairs - thebetweenlands:hearthgrove_plank_stairs:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Nibbletwig Plank Stairs - thebetweenlands:nibbletwig_plank_stairs:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Possessed Block - thebetweenlands:possessed_block:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Item Cage - thebetweenlands:item_cage:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Item Shelf - thebetweenlands:item_shelf:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Thatch - thebetweenlands:thatch:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Cragrock Slab - thebetweenlands:cragrock_slab:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Pitstone Slab - thebetweenlands:pitstone_slab:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Betweenstone Slab - thebetweenlands:betweenstone_slab:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Smooth Pitstone Slab - thebetweenlands:smooth_pitstone_slab:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Solid Tar Slab - thebetweenlands:tar_solid_slab:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Temple Brick Slab - thebetweenlands:temple_brick_slab:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Betweenstone Brick Slab - thebetweenlands:betweenstone_brick_slab:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Mud Brick Slab - thebetweenlands:mud_brick_slab:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Cragrock Brick Slab - thebetweenlands:cragrock_brick_slab:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Limestone Brick Slab - thebetweenlands:limestone_brick_slab:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Limestone Slab - thebetweenlands:limestone_slab:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Smooth Betweenstone Slab - thebetweenlands:smooth_betweenstone_slab:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Smooth Cragrock Slab - thebetweenlands:smooth_cragrock_slab:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Polished Limestone Slab - thebetweenlands:polished_limestone_slab:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Pitstone Brick Slab - thebetweenlands:pitstone_brick_slab:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Mossy Betweenstone Brick Slab - thebetweenlands:mossy_betweenstone_brick_slab:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Mossy Smooth Betweenstone Slab - thebetweenlands:mossy_smooth_betweenstone_slab:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Cracked Betweenstone Brick Slab - thebetweenlands:cracked_betweenstone_brick_slab:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Weedwood Plank Slab - thebetweenlands:weedwood_plank_slab:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Rubber Tree Plank Slab - thebetweenlands:rubber_tree_plank_slab:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Giant Root Plank Slab - thebetweenlands:giant_root_plank_slab:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Hearthgrove Plank Slab - thebetweenlands:hearthgrove_plank_slab:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Nibbletwig Plank Slab - thebetweenlands:nibbletwig_plank_slab:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Mud Brick Shingle Slab - thebetweenlands:mud_brick_shingle_slab:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Mud Brick Shingle Stairs - thebetweenlands:mud_brick_shingle_stairs:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Mud Brick Shingle Wall - thebetweenlands:mud_brick_shingle_wall:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Thatch Slab - thebetweenlands:thatch_slab:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Scabyst Brick Slab - thebetweenlands:scabyst_brick_slab:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Pitstone Wall - thebetweenlands:pitstone_wall:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Betweenstone Wall - thebetweenlands:betweenstone_wall:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Solid Tar Wall - thebetweenlands:tar_solid_wall:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Temple Brick Wall - thebetweenlands:temple_brick_wall:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Smooth Pitstone Wall - thebetweenlands:smooth_pitstone_wall:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Betweenstone Brick Wall - thebetweenlands:betweenstone_brick_wall:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Mud Brick Wall - thebetweenlands:mud_brick_wall:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Cragrock Wall - thebetweenlands:cragrock_wall:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Cragrock Brick Wall - thebetweenlands:cragrock_brick_wall:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Limestone Brick Wall - thebetweenlands:limestone_brick_wall:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Limestone Wall - thebetweenlands:limestone_wall:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Polished Limestone Wall - thebetweenlands:polished_limestone_wall:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Pitstone Brick Wall - thebetweenlands:pitstone_brick_wall:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Smooth Betweenstone Wall - thebetweenlands:smooth_betweenstone_wall:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Smooth Cragrock Wall - thebetweenlands:smooth_cragrock_wall:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Mossy Betweenstone Brick Wall - thebetweenlands:mossy_betweenstone_brick_wall:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Mossy Smooth Betweenstone Wall - thebetweenlands:mossy_smooth_betweenstone_wall:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Cracked Betweenstone Brick Wall - thebetweenlands:cracked_betweenstone_brick_wall:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Scabyst Brick Wall - thebetweenlands:scabyst_brick_wall:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Weedwood Plank Fence - thebetweenlands:weedwood_plank_fence:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Weedwood Log Fence - thebetweenlands:weedwood_log_fence:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Rubber Tree Plank Fence - thebetweenlands:rubber_tree_plank_fence:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Giant Root Plank Fence - thebetweenlands:giant_root_plank_fence:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Hearthgrove Plank Fence - thebetweenlands:hearthgrove_plank_fence:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Nibbletwig Plank Fence - thebetweenlands:nibbletwig_plank_fence:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Weedwood Plank Fence Gate - thebetweenlands:weedwood_plank_fence_gate:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Weedwood Log Fence Gate - thebetweenlands:weedwood_log_fence_gate:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Rubber Tree Plank Fence Gate - thebetweenlands:rubber_tree_plank_fence_gate:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Giant Root Plank Fence Gate - thebetweenlands:giant_root_plank_fence_gate:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Hearthgrove Plank Fence Gate - thebetweenlands:hearthgrove_plank_fence_gate:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Nibbletwig Plank Fence Gate - thebetweenlands:nibbletwig_plank_fence_gate:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Weedwood Plank Pressure Plate - thebetweenlands:weedwood_plank_pressure_plate:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Betweenstone Pressure Plate - thebetweenlands:betweenstone_pressure_plate:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Syrmorite Pressure Plate - thebetweenlands:syrmorite_pressure_plate:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Weedwood Plank Button - thebetweenlands:weedwood_plank_button:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Betweenstone Button - thebetweenlands:betweenstone_button:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Weedwood Ladder - thebetweenlands:weedwood_ladder:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Weedwood Lever - thebetweenlands:weedwood_lever:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Worm Pillar - thebetweenlands:worm_dungeon_pillar:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Compacted Mud - thebetweenlands:compacted_mud:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Mud Tiles - thebetweenlands:mud_tiles:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Puffshroom - thebetweenlands:puffshroom:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Carved Mud Bricks - thebetweenlands:mud_bricks_carved:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Sludgy Mud Brick Stairs 1 - thebetweenlands:mud_brick_stairs_decay_1:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Sludgy Mud Brick Stairs 2 - thebetweenlands:mud_brick_stairs_decay_2:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Sludgy Mud Brick Stairs 3 - thebetweenlands:mud_brick_stairs_decay_3:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Sludgy Mud Brick Stairs 4 - thebetweenlands:mud_brick_stairs_decay_4:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Sludgy Mud Brick Slab 1 - thebetweenlands:mud_brick_slab_decay_1:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Sludgy Mud Brick Slab 2 - thebetweenlands:mud_brick_slab_decay_2:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Sludgy Mud Brick Slab 3 - thebetweenlands:mud_brick_slab_decay_3:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Sludgy Mud Brick Slab 4 - thebetweenlands:mud_brick_slab_decay_4:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Edge Shrooms - thebetweenlands:edge_shroom:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Edge Moss - thebetweenlands:edge_moss:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Edge Leaf - thebetweenlands:edge_leaf:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Beam Origin - thebetweenlands:mud_tower_beam_origin:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Beam Lens - thebetweenlands:mud_tower_beam_relay:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Beam Passage - thebetweenlands:mud_tower_beam_tube:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Beam Lens Support - thebetweenlands:mud_tower_beam_lens_supports:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Energy Barrier - thebetweenlands:diagonal_energy_barrier:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Dungeon Alcove - thebetweenlands:mud_brick_alcove:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Urn of Chance - thebetweenlands:loot_urn:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Urn of Chance - thebetweenlands:loot_urn:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Urn of Chance - thebetweenlands:loot_urn:8 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Dungeon Door - thebetweenlands:dungeon_door_runes:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Dungeon Door Mimic - thebetweenlands:dungeon_door_runes_mimic:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Dungeon Door Crypt - thebetweenlands:dungeon_door_runes_crawler:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Dungeon Door Code - thebetweenlands:dungeon_door_combination:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Runged Mud Bricks - thebetweenlands:mud_bricks_climbable:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Broken Mud Tiles - thebetweenlands:mud_tiles_water:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Wall Candle - thebetweenlands:dungeon_wall_candle:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Rotten Support Beam - thebetweenlands:wooden_support_beam_rotten_1:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Rotten Support Beam - thebetweenlands:wooden_support_beam_rotten_2:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Rotten Support Beam - thebetweenlands:wooden_support_beam_rotten_3:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Carved Rotten Bark - thebetweenlands:log_rotten_bark_carved_1:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Carved Rotten Bark - thebetweenlands:log_rotten_bark_carved_2:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Carved Rotten Bark - thebetweenlands:log_rotten_bark_carved_3:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Carved Rotten Bark - thebetweenlands:log_rotten_bark_carved_4:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Carved Rotten Bark - thebetweenlands:log_rotten_bark_carved_5:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Carved Rotten Bark - thebetweenlands:log_rotten_bark_carved_6:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Carved Rotten Bark - thebetweenlands:log_rotten_bark_carved_7:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Carved Rotten Bark - thebetweenlands:log_rotten_bark_carved_8:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Carved Rotten Bark - thebetweenlands:log_rotten_bark_carved_9:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Carved Rotten Bark - thebetweenlands:log_rotten_bark_carved_10:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Carved Rotten Bark - thebetweenlands:log_rotten_bark_carved_11:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Carved Rotten Bark - thebetweenlands:log_rotten_bark_carved_12:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Carved Rotten Bark - thebetweenlands:log_rotten_bark_carved_13:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Carved Rotten Bark - thebetweenlands:log_rotten_bark_carved_14:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Carved Rotten Bark - thebetweenlands:log_rotten_bark_carved_15:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Carved Rotten Bark - thebetweenlands:log_rotten_bark_carved_16:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Energy Barrier - thebetweenlands:energy_barrier_mud:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Mud Brick Spike Trap - thebetweenlands:mud_brick_spike_trap:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Mud Tiles Spike Trap - thebetweenlands:mud_tiles_spike_trap:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Compacted Mud Slope - thebetweenlands:compacted_mud_slope:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Compacted Mud Slab - thebetweenlands:compacted_mud_slab:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Compacted Mud Mirage - thebetweenlands:compacted_mud_mirage:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Rotten Planks - thebetweenlands:rotten_planks:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Rotten Plank Slab - thebetweenlands:rotten_plank_slab:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Rotten Plank Stairs - thebetweenlands:rotten_plank_stairs:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Rotten Plank Fence - thebetweenlands:rotten_plank_fence:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Rotten Plank Fence Gate - thebetweenlands:rotten_plank_fence_gate:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Brazier - thebetweenlands:mud_tower_brazier:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Present - thebetweenlands:present:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Pitcher Plant - thebetweenlands:pitcher_plant:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Weeping Blue - thebetweenlands:weeping_blue:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Sundew - thebetweenlands:sundew:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Black Hat Mushroom - thebetweenlands:black_hat_mushroom:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Bulb-Capped Mushroom - thebetweenlands:bulb_capped_mushroom:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Flathead Mushroom - thebetweenlands:flat_head_mushroom:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Venus Fly Trap - thebetweenlands:venus_fly_trap:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Swamp Plant - thebetweenlands:swamp_plant:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Mire Coral - thebetweenlands:mire_coral:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Deep Water Coral - thebetweenlands:deep_water_coral:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Water Weeds - thebetweenlands:water_weeds:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Bulb-Capped Mushroom Cap - thebetweenlands:bulb_capped_mushroom_cap:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Bulb-Capped Mushroom Stalk - thebetweenlands:bulb_capped_mushroom_stalk:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Shelf Fungus - thebetweenlands:shelf_fungus:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Algae - thebetweenlands:algae:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Poison Ivy - thebetweenlands:poison_ivy:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Root - thebetweenlands:root:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Giant Root - thebetweenlands:giant_root:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Arrow Arum - thebetweenlands:arrow_arum:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Blue Eyed Grass - thebetweenlands:blue_eyed_grass:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Blue Iris - thebetweenlands:blue_iris:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Boneset - thebetweenlands:boneset:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Bottlebrush Grass - thebetweenlands:bottle_brush_grass:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Broomsedge - thebetweenlands:broomsedge:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Button Bush - thebetweenlands:button_bush:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Cardinal Flower - thebetweenlands:cardinal_flower:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Cattail - thebetweenlands:cattail:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Cave Grass - thebetweenlands:cave_grass:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Copper Iris - thebetweenlands:copper_iris:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Marsh Hibiscus - thebetweenlands:marsh_hibiscus:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Marsh Mallow - thebetweenlands:marsh_mallow:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Bladderwort Flower - thebetweenlands:bladderwort_flower:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Bladderwort Stalk - thebetweenlands:bladderwort_stalk:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Bog Bean Flower - thebetweenlands:bog_bean_flower:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Golden Club Flower - thebetweenlands:golden_club_flower:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Marsh Marigold Flower - thebetweenlands:marsh_marigold_flower:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Double Swamp Tallgrass - thebetweenlands:swamp_double_tallgrass:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Milkweed - thebetweenlands:milkweed:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Nettle - thebetweenlands:nettle:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Flowered Nettle - thebetweenlands:nettle_flowered:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Pickerel Weed - thebetweenlands:pickerel_weed:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Phragmites - thebetweenlands:phragmites:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Shoots - thebetweenlands:shoots:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Sludgecreep - thebetweenlands:sludgecreep:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Tall Sludgecreep - thebetweenlands:tall_sludgecreep:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Soft Rush - thebetweenlands:soft_rush:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Thorns - thebetweenlands:thorns:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Tall Cattail - thebetweenlands:tall_cattail:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Swamp Tallgrass - thebetweenlands:swamp_tallgrass:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Dead Weedwood Bush - thebetweenlands:dead_weedwood_bush:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Weedwood Bush - thebetweenlands:weedwood_bush:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Hollow Log - thebetweenlands:hollow_log:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Cave Moss - thebetweenlands:cave_moss:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Cryptweed - thebetweenlands:cryptweed:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. String Roots - thebetweenlands:string_roots:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Pale Grass - thebetweenlands:pale_grass:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Rotbulb - thebetweenlands:rotbulb:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Moss - thebetweenlands:moss:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Dead Moss - thebetweenlands:dead_moss:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Lichen - thebetweenlands:lichen:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Dead Lichen - thebetweenlands:dead_lichen:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Hanger - thebetweenlands:hanger:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Seeded Hanger - thebetweenlands:hanger:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Purified Swamp Dirt - thebetweenlands:purified_swamp_dirt:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Dug Swamp Dirt - thebetweenlands:dug_swamp_dirt:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Dug Swamp Dirt - thebetweenlands:dug_swamp_dirt:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Dug Swamp Dirt - thebetweenlands:dug_swamp_dirt:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Dug Purified Swamp Dirt - thebetweenlands:dug_purified_swamp_dirt:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Dug Purified Swamp Dirt - thebetweenlands:dug_purified_swamp_dirt:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Dug Swamp Grass - thebetweenlands:dug_swamp_grass:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Dug Swamp Grass - thebetweenlands:dug_swamp_grass:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Dug Swamp Grass - thebetweenlands:dug_swamp_grass:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Dug Purified Swamp Grass - thebetweenlands:dug_purified_swamp_grass:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Dug Purified Swamp Grass - thebetweenlands:dug_purified_swamp_grass:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Black Ice - thebetweenlands:black_ice:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Snow - thebetweenlands:snow:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Portal Frame - thebetweenlands:log_portal:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Portal Frame - thebetweenlands:log_portal:12 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Top Left Portal Frame - thebetweenlands:portal_frame:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Dark Druid Altar - thebetweenlands:druid_altar:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Purifier - thebetweenlands:purifier:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Weedwood Crafting Table - thebetweenlands:weedwood_workbench:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Compost Bin - thebetweenlands:compost_bin:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Weedwood Jukebox - thebetweenlands:weedwood_jukebox:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Sulfur Furnace - thebetweenlands:sulfur_furnace:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Dual Sulfur Furnace - thebetweenlands:sulfur_furnace_dual:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Weedwood Chest - thebetweenlands:weedwood_chest:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Sludge - thebetweenlands:sludge:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Fallen Leaves - thebetweenlands:fallen_leaves:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Energy Barrier - thebetweenlands:energy_barrier:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Sulfur Torch - thebetweenlands:sulfur_torch:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Weedwood Trapdoor - thebetweenlands:weedwood_trapdoor:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Rubber Tree Plank Trapdoor - thebetweenlands:rubber_tree_plank_trapdoor:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Syrmorite Trapdoor - thebetweenlands:syrmorite_trapdoor:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Giant Root Plank Trapdoor - thebetweenlands:giant_root_plank_trapdoor:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Hearthgrove Plank Trapdoor - thebetweenlands:hearthgrove_plank_trapdoor:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Nibbletwig Plank Trapdoor - thebetweenlands:nibbletwig_plank_trapdoor:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Scabyst Trapdoor - thebetweenlands:scabyst_trapdoor:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Syrmorite Hopper - thebetweenlands:syrmorite_hopper:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Mud Brick Flower Pot - thebetweenlands:mud_flower_pot:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Mud Brick Flower Pot With Candle - thebetweenlands:mud_flower_pot_candle:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Gecko Cage - thebetweenlands:gecko_cage:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Infuser - thebetweenlands:infuser:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Mortar - thebetweenlands:mortar:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Censer - thebetweenlands:censer:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Weedwood Barrel - thebetweenlands:weedwood_barrel:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Syrmorite Barrel - thebetweenlands:syrmorite_barrel:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Animator - thebetweenlands:animator:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Alembic - thebetweenlands:alembic:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Damp Torch - thebetweenlands:damp_torch:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Weedwood Walkway - thebetweenlands:walkway:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Weedwood Chip Path - thebetweenlands:wood_chip_path:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Thatch Roof - thebetweenlands:thatch_roof:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Mud Brick Shingle Roof - thebetweenlands:mud_brick_roof:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Repeller - thebetweenlands:repeller:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Menhir - thebetweenlands:waystone:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Crimson Snail Shell - thebetweenlands:items_misc:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Ochre Snail Shell - thebetweenlands:items_misc:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Compost - thebetweenlands:items_misc:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Dragonfly Wing - thebetweenlands:items_misc:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Lurker Skin - thebetweenlands:items_misc:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Dried Swamp Reed - thebetweenlands:items_misc:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Reed Rope - thebetweenlands:items_misc:7 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Mud Brick - thebetweenlands:items_misc:10 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Syrmorite Ingot - thebetweenlands:items_misc:11 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Dry Bark - thebetweenlands:items_misc:13 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Slimy Bone - thebetweenlands:items_misc:14 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Snapper Root - thebetweenlands:items_misc:16 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Stalker Eye - thebetweenlands:items_misc:17 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Sulfur - thebetweenlands:items_misc:18 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Valonite Shard - thebetweenlands:items_misc:19 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Weedwood Stick - thebetweenlands:items_misc:20 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Angler Tooth - thebetweenlands:items_misc:21 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Weedwood Bowl - thebetweenlands:items_misc:22 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Rubber Ball - thebetweenlands:items_misc:23 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Tar Beast Heart - thebetweenlands:items_misc:24 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Animated Tar Beast Heart - thebetweenlands:items_misc:25 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Tar Drip - thebetweenlands:items_misc:26 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Limestone Flux - thebetweenlands:items_misc:27 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Inanimate Tarminion - thebetweenlands:items_misc:29 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Poison Gland - thebetweenlands:items_misc:30 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Amate Paper - thebetweenlands:items_misc:32 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Shockwave Sword Piece - thebetweenlands:items_misc:33 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Shockwave Sword Piece - thebetweenlands:items_misc:34 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Shockwave Sword Piece - thebetweenlands:items_misc:35 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Shockwave Sword Piece - thebetweenlands:items_misc:36 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Amulet Socket - thebetweenlands:items_misc:38 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Scabyst - thebetweenlands:items_misc:39 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Item Scroll - thebetweenlands:items_misc:40 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Syrmorite Nugget - thebetweenlands:items_misc:41 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Octine Nugget - thebetweenlands:items_misc:42 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Valonite Splinter - thebetweenlands:items_misc:43 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Cremains - thebetweenlands:items_misc:44 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Undying Embers - thebetweenlands:items_misc:45 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Pebble - thebetweenlands:items_misc:46 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Ancient Remnant - thebetweenlands:items_misc:47 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Loot Scraps - thebetweenlands:items_misc:48 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Fabricated Scroll - thebetweenlands:items_misc:49 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Ground Leaf - thebetweenlands:items_crushed:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Ground Cattail - thebetweenlands:items_crushed:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Ground Swamp Tallgrass - thebetweenlands:items_crushed:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Ground Shoots - thebetweenlands:items_crushed:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Ground Arrow Arum - thebetweenlands:items_crushed:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Ground Button Bush - thebetweenlands:items_crushed:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Ground Marsh Hibiscus - thebetweenlands:items_crushed:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Ground Pickerel Weed - thebetweenlands:items_crushed:7 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Ground Soft Rush - thebetweenlands:items_crushed:8 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Ground Marsh Mallow - thebetweenlands:items_crushed:9 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Ground Milkweed - thebetweenlands:items_crushed:10 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Ground Blue Iris - thebetweenlands:items_crushed:11 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Ground Copper Iris - thebetweenlands:items_crushed:12 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Ground Blue Eyed Grass - thebetweenlands:items_crushed:13 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Ground Boneset - thebetweenlands:items_crushed:14 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Ground Bottlebrush Grass - thebetweenlands:items_crushed:15 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Ground Weedwood Bark - thebetweenlands:items_crushed:16 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Ground Dried Swamp Reed - thebetweenlands:items_crushed:17 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Ground Algae - thebetweenlands:items_crushed:18 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Ground Angler Tooth - thebetweenlands:items_crushed:19 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Ground Black Hat Mushroom - thebetweenlands:items_crushed:20 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Ground Crimson Snail Shell - thebetweenlands:items_crushed:21 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Ground Bog Bean - thebetweenlands:items_crushed:22 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Ground Broomsedge - thebetweenlands:items_crushed:23 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Ground Bulb-Capped Mushroom - thebetweenlands:items_crushed:24 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Ground Cardinal Flower - thebetweenlands:items_crushed:25 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Ground Cave Grass - thebetweenlands:items_crushed:26 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Ground Cave Moss - thebetweenlands:items_crushed:27 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Ground Crimson Middle Gem - thebetweenlands:items_crushed:28 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Ground Deep Water Coral - thebetweenlands:items_crushed:29 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Ground Flathead Mushroom - thebetweenlands:items_crushed:30 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Ground Golden Club - thebetweenlands:items_crushed:31 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Ground Green Middle Gem - thebetweenlands:items_crushed:32 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Ground Hanger - thebetweenlands:items_crushed:33 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Ground Lichen - thebetweenlands:items_crushed:34 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Ground Marsh Marigold - thebetweenlands:items_crushed:35 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Ground Mire Coral - thebetweenlands:items_crushed:36 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Ground Ochre Snail Shell - thebetweenlands:items_crushed:37 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Ground Moss - thebetweenlands:items_crushed:38 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Ground Nettle - thebetweenlands:items_crushed:39 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Ground Phragmites - thebetweenlands:items_crushed:40 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Ground Sludgecreep - thebetweenlands:items_crushed:41 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Ground Sundew - thebetweenlands:items_crushed:42 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Ground Swamp Kelp - thebetweenlands:items_crushed:43 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Ground Roots - thebetweenlands:items_crushed:44 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Ground Aqua Middle Gem - thebetweenlands:items_crushed:45 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Ground Pitcher Plant - thebetweenlands:items_crushed:46 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Ground Water Weeds - thebetweenlands:items_crushed:47 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Ground Venus Fly Trap - thebetweenlands:items_crushed:48 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Ground Volarpad - thebetweenlands:items_crushed:49 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Ground Thorns - thebetweenlands:items_crushed:50 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Ground Poison Ivy - thebetweenlands:items_crushed:51 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Ground Bladderwort Flower - thebetweenlands:items_crushed:52 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Ground Bladderwort Stalk - thebetweenlands:items_crushed:53 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Ground Edge Shroom - thebetweenlands:items_crushed:54 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Ground Edge Moss - thebetweenlands:items_crushed:55 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Ground Edge Leaf - thebetweenlands:items_crushed:56 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Ground Rotbulb - thebetweenlands:items_crushed:57 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Ground Pale Grass - thebetweenlands:items_crushed:58 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Ground String Roots - thebetweenlands:items_crushed:59 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Ground Cryptweed - thebetweenlands:items_crushed:60 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Leaf - thebetweenlands:items_plant_drop:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Algae Clump - thebetweenlands:items_plant_drop:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Arrow Arum Leaf - thebetweenlands:items_plant_drop:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Blue Eyed Grass Flowers - thebetweenlands:items_plant_drop:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Blue Iris Petals - thebetweenlands:items_plant_drop:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Mire Coral - thebetweenlands:items_plant_drop:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Deep Water Coral - thebetweenlands:items_plant_drop:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Bog Bean Flower - thebetweenlands:items_plant_drop:7 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Boneset Flowers - thebetweenlands:items_plant_drop:8 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Bottlebrush Grass Blades - thebetweenlands:items_plant_drop:9 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Broomsedge Leaves - thebetweenlands:items_plant_drop:10 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Button Bush Flowers - thebetweenlands:items_plant_drop:11 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Cardinal Flower Petals - thebetweenlands:items_plant_drop:12 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Cattail Head - thebetweenlands:items_plant_drop:13 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Cave Grass Blades - thebetweenlands:items_plant_drop:14 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Copper Iris Petals - thebetweenlands:items_plant_drop:15 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Golden Club Flowers - thebetweenlands:items_plant_drop:16 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Lichen Clump - thebetweenlands:items_plant_drop:17 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Marsh Hibiscus Flower - thebetweenlands:items_plant_drop:18 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Marsh Mallow Flower - thebetweenlands:items_plant_drop:19 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Marsh Marigold Flower - thebetweenlands:items_plant_drop:20 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Nettle Leaf - thebetweenlands:items_plant_drop:21 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Phragmite Stems - thebetweenlands:items_plant_drop:22 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Pickerel Weed Flower - thebetweenlands:items_plant_drop:23 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Shoots - thebetweenlands:items_plant_drop:24 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Sludgecreep Leaves - thebetweenlands:items_plant_drop:25 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Soft Rush Leaves - thebetweenlands:items_plant_drop:26 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Sundew Head - thebetweenlands:items_plant_drop:27 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Swamp Tallgrass Blades - thebetweenlands:items_plant_drop:28 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Cave Moss - thebetweenlands:items_plant_drop:29 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Moss - thebetweenlands:items_plant_drop:30 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Milkweed Flower - thebetweenlands:items_plant_drop:31 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Hanger - thebetweenlands:items_plant_drop:32 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Pitcher Plant Trap - thebetweenlands:items_plant_drop:33 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Water Weeds - thebetweenlands:items_plant_drop:34 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Venus Fly Trap Head - thebetweenlands:items_plant_drop:35 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Volarpad Leaf - thebetweenlands:items_plant_drop:36 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Thorn Branch - thebetweenlands:items_plant_drop:37 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Poison Ivy Leaves - thebetweenlands:items_plant_drop:38 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Bladderwort Stalk - thebetweenlands:items_plant_drop:39 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Bladderwort Flower - thebetweenlands:items_plant_drop:40 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Edge Shroom Gills - thebetweenlands:items_plant_drop:41 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Edge Moss Clump - thebetweenlands:items_plant_drop:42 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Edge Leaf - thebetweenlands:items_plant_drop:43 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Rotbulb Stalk - thebetweenlands:items_plant_drop:44 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Pale Grass Blades - thebetweenlands:items_plant_drop:45 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. String Root Fibers - thebetweenlands:items_plant_drop:46 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Cryptweed Blades - thebetweenlands:items_plant_drop:47 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Swamp Talisman - thebetweenlands:swamp_talisman:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Swamp Talisman Piece - thebetweenlands:swamp_talisman:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Swamp Talisman Piece - thebetweenlands:swamp_talisman:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Swamp Talisman Piece - thebetweenlands:swamp_talisman:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Swamp Talisman Piece - thebetweenlands:swamp_talisman:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Weedwood Rowboat - thebetweenlands:weedwood_rowboat:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Tarred Weedwood Rowboat - thebetweenlands:weedwood_rowboat:0{attributes:{isTarred:1b}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({attributes: {isTarred: 1 as byte}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Orange Dentrothyst Shard - thebetweenlands:dentrothyst_shard_orange:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Green Dentrothyst Shard - thebetweenlands:dentrothyst_shard_green:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Ball of Sap - thebetweenlands:sap_ball:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Rotten Food - thebetweenlands:rotten_food:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. White Pear Seeds - thebetweenlands:middle_fruit_bush_seeds:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Spores - thebetweenlands:spores:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Aspectrus Seeds - thebetweenlands:aspectrus_seeds:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Mire Snail Egg - thebetweenlands:mire_snail_egg:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Cooked Mire Snail Egg - thebetweenlands:mire_snail_egg_cooked:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Raw Angler Meat - thebetweenlands:angler_meat_raw:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Angler Meat Steak - thebetweenlands:angler_meat_cooked:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Raw Frog's Leg - thebetweenlands:frog_legs_raw:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Fried Frog's Leg - thebetweenlands:frog_legs_cooked:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Raw Snail Flesh - thebetweenlands:snail_flesh_raw:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Seared Snail Flesh - thebetweenlands:snail_flesh_cooked:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Reed Donut - thebetweenlands:reed_donut:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Jam Donut - thebetweenlands:jam_donut:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Gert's Donut - thebetweenlands:gerts_donut:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Aspectrus Fruit - thebetweenlands:aspectrus_fruit:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Puffshroom Tendril - thebetweenlands:puffshroom_tendril:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Kraken Tentacle - thebetweenlands:kraken_tentacle:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Kraken Calamari - thebetweenlands:kraken_calamari:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. White Pear - thebetweenlands:middle_fruit:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Mince Pie - thebetweenlands:mince_pie:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Christmas Pudding - thebetweenlands:christmas_pudding:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Candy Cane - thebetweenlands:candy_cane:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Weeping Blue Petal - thebetweenlands:weeping_blue_petal:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Wight's Heart - thebetweenlands:wight_heart:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Yellow Dotted Fungus - thebetweenlands:yellow_dotted_fungus:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Silt Crab Claw - thebetweenlands:silt_crab_claw:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Crabstick - thebetweenlands:crab_stick:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Nettle Soup - thebetweenlands:nettle_soup:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Sludge Jello - thebetweenlands:sludge_jello:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. White Pear Jello - thebetweenlands:middle_fruit_jello:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Sap Jello - thebetweenlands:sap_jello:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Green Marshmallow - thebetweenlands:marshmallow:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Pink Marshmallow - thebetweenlands:marshmallow_pink:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Flathead Mushroom - thebetweenlands:flat_head_mushroom_item:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Black Hat Mushroom - thebetweenlands:black_hat_mushroom_item:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Bulb-Capped Mushrooms - thebetweenlands:bulb_capped_mushroom_item:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Swamp Reed - thebetweenlands:swamp_reed_item:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Swamp Kelp - thebetweenlands:swamp_kelp_item:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Fried Swamp Kelp - thebetweenlands:fried_swamp_kelp:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Forbidden Fig - thebetweenlands:forbidden_fig:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Blue Candy - thebetweenlands:candy_blue:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Red Candy - thebetweenlands:candy_red:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Yellow Candy - thebetweenlands:candy_yellow:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Chiromaw Wing - thebetweenlands:chiromaw_wing:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Tangled Root - thebetweenlands:tangled_root:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Mire Scramble - thebetweenlands:mire_scramble:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Weeping Blue Petal Salad - thebetweenlands:weeping_blue_petal_salad:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Nibblestick - thebetweenlands:nibblestick:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Spirit Fruit - thebetweenlands:spirit_fruit:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Sushi - thebetweenlands:sushi:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Bone Helmet - thebetweenlands:bone_helmet:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Bone Chestplate - thebetweenlands:bone_chestplate:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Bone Leggings - thebetweenlands:bone_leggings:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Bone Boots - thebetweenlands:bone_boots:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Lurker Skin Helmet - thebetweenlands:lurker_skin_helmet:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Lurker Skin Chestplate - thebetweenlands:lurker_skin_chestplate:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Lurker Skin Leggings - thebetweenlands:lurker_skin_leggings:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Lurker Skin Boots - thebetweenlands:lurker_skin_boots:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Syrmorite Helmet - thebetweenlands:syrmorite_helmet:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Syrmorite Chestplate - thebetweenlands:syrmorite_chestplate:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Syrmorite Leggings - thebetweenlands:syrmorite_leggings:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Syrmorite Boots - thebetweenlands:syrmorite_boots:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Valonite Helmet - thebetweenlands:valonite_helmet:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Valonite Chestplate - thebetweenlands:valonite_chestplate:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Valonite Leggings - thebetweenlands:valonite_leggings:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Valonite Boots - thebetweenlands:valonite_boots:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Rubber Boots - thebetweenlands:rubber_boots:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Boots of the Marsh Runner - thebetweenlands:marsh_runner_boots:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Skull Mask - thebetweenlands:skull_mask:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Explorer's Hat - thebetweenlands:explorers_hat:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Large Spirit Tree Face Mask - thebetweenlands:spirit_tree_face_large_mask:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Small Spirit Tree Face Mask - thebetweenlands:spirit_tree_face_small_mask:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Small Animated Spirit Tree Face Mask - thebetweenlands:spirit_tree_face_small_mask_animated:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Small Gallery Frame - thebetweenlands:gallery_frame_small:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Large Gallery Frame - thebetweenlands:gallery_frame_large:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Very Large Gallery Frame - thebetweenlands:gallery_frame_very_large:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Weedwood Sword - thebetweenlands:weedwood_sword:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Weedwood Shovel - thebetweenlands:weedwood_shovel:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Weedwood Axe - thebetweenlands:weedwood_axe:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Weedwood Pickaxe - thebetweenlands:weedwood_pickaxe:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Bone Sword - thebetweenlands:bone_sword:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Bone Shovel - thebetweenlands:bone_shovel:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Bone Axe - thebetweenlands:bone_axe:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Bone Pickaxe - thebetweenlands:bone_pickaxe:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Octine Sword - thebetweenlands:octine_sword:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Octine Shovel - thebetweenlands:octine_shovel:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Octine Axe - thebetweenlands:octine_axe:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Octine Pickaxe - thebetweenlands:octine_pickaxe:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Valonite Sword - thebetweenlands:valonite_sword:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Valonite Shovel - thebetweenlands:valonite_shovel:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Valonite Axe - thebetweenlands:valonite_axe:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Valonite Greataxe - thebetweenlands:valonite_greataxe:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Valonite Pickaxe - thebetweenlands:valonite_pickaxe:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Octine Shield - thebetweenlands:octine_shield:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Valonite Shield - thebetweenlands:valonite_shield:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Weedwood Shield - thebetweenlands:weedwood_shield:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Living Weedwood Shield - thebetweenlands:living_weedwood_shield:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Syrmorite Shield - thebetweenlands:syrmorite_shield:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Bone Shield - thebetweenlands:bone_shield:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Green Dentrothyst Shield - thebetweenlands:dentrothyst_shield_green:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Green Polished Dentrothyst Shield - thebetweenlands:dentrothyst_shield_green_polished:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Orange Dentrothyst Shield - thebetweenlands:dentrothyst_shield_orange:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Orange Polished Dentrothyst Shield - thebetweenlands:dentrothyst_shield_orange_polished:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Lurker Skin Shield - thebetweenlands:lurker_skin_shield:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Herblore Book - thebetweenlands:manual_hl:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Syrmorite Shears - thebetweenlands:syrmorite_shears:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Sickle - thebetweenlands:sickle:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Shockwave Sword - thebetweenlands:shockwave_sword:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Angler Tooth Arrow - thebetweenlands:angler_tooth_arrow:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Poisoned Angler Tooth Arrow - thebetweenlands:poisoned_angler_tooth_arrow:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Octine Arrow - thebetweenlands:octine_arrow:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Basilisk Arrow - thebetweenlands:basilisk_arrow:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Sludge Worm Arrow - thebetweenlands:sludge_worm_arrow:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Weedwood Bow - thebetweenlands:weedwood_bow:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Predator Bow - thebetweenlands:predator_bow:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Wight's Bane - thebetweenlands:wights_bane:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Sludge Slicer - thebetweenlands:sludge_slicer:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Critter Cruncher - thebetweenlands:critter_cruncher:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Hag Hacker - thebetweenlands:hag_hacker:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Voodoo Doll - thebetweenlands:voodoo_doll:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Swift Pick - thebetweenlands:swift_pick:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Ancient Greatsword - thebetweenlands:ancient_greatsword:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Ancient Battle Axe - thebetweenlands:ancient_battle_axe:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Pestle - thebetweenlands:pestle:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Net - thebetweenlands:net:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Lurker Skin Pouch - thebetweenlands:lurker_skin_pouch:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Lurker Skin Pouch - thebetweenlands:lurker_skin_pouch:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Caving Rope - thebetweenlands:caving_rope:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Grappling Hook - thebetweenlands:grappling_hook:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Grappling Hook - thebetweenlands:grappling_hook:16 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Weedwood Bucket - thebetweenlands:bl_bucket:0{Fluid:{}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Fluid: {}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Syrmorite Bucket - thebetweenlands:bl_bucket:1{Fluid:{}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Fluid: {}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Weedwood Bucket (Rubber) - thebetweenlands:bl_bucket_rubber:0{} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Syrmorite Bucket (Rubber) - thebetweenlands:bl_bucket_rubber:1{} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Weedwood Infusion Bucket - thebetweenlands:bl_bucket_infusion:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Plant Tonic - thebetweenlands:bl_bucket_plant_tonic:0{} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Plant Tonic - thebetweenlands:bl_bucket_plant_tonic:1{} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Syrmorite Bucket with Solid Rubber - thebetweenlands:syrmorite_bucket_solid_rubber:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Legendary Disc - thebetweenlands:astatos:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Tribeman's Disc - thebetweenlands:between_you_and_me:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Frosty Disc - thebetweenlands:christmas_on_the_marsh:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Explorer's Disc - thebetweenlands:the_explorer:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Music Disc - thebetweenlands:hag_dance:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Music Disc - thebetweenlands:lonely_fire:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Mysterious Disc - thebetweenlands:mysterious_record:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Temple Disc - thebetweenlands:ancient:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Music Disc - thebetweenlands:beneath_a_green_sky:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. DJ Wight's Hot New Mixtape - thebetweenlands:dj_wights_mixtape:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Music Disc - thebetweenlands:onwards:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Music Disc - thebetweenlands:stuck_in_the_mud:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Music Disc - thebetweenlands:wandering_wisps:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Music Disc - thebetweenlands:waterlogged:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Weedwood Door - thebetweenlands:weedwood_door_item:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Syrmorite Door - thebetweenlands:syrmorite_door_item:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Rubber Tree Plank Door - thebetweenlands:rubber_tree_plank_door_item:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Giant Root Plank Door - thebetweenlands:giant_root_plank_door_item:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Hearthgrove Plank Door - thebetweenlands:hearthgrove_plank_door_item:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Nibbletwig Plank Door - thebetweenlands:nibbletwig_plank_door_item:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Scabyst Door - thebetweenlands:scabyst_door_item:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Weedwood Sign - thebetweenlands:weedwood_sign_item:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Crimson Middle Gem - thebetweenlands:crimson_middle_gem:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Aqua Middle Gem - thebetweenlands:aqua_middle_gem:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Green Middle Gem - thebetweenlands:green_middle_gem:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Life Crystal - thebetweenlands:life_crystal:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Test Item - thebetweenlands:test_item:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Test Banana - thebetweenlands:test_item_chimp:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Test Ruler - thebetweenlands:test_item_chimp_ruler:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Location Debug - thebetweenlands:location_debug:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Pyrad Flame - thebetweenlands:pyrad_flame:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Gecko - thebetweenlands:gecko:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Firefly - thebetweenlands:firefly:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Sludge Worm Egg Sac - thebetweenlands:sludge_worm_egg_sac:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Shimmerstone - thebetweenlands:shimmer_stone:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Tarminion - thebetweenlands:tarminion:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Moss Bed - thebetweenlands:moss_bed_item:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Sludge Ball - thebetweenlands:sludge_ball:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Elixir of Strength - thebetweenlands:elixir:0{elixirData:{duration:2400,strength:4}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({elixirData: {duration: 2400, strength: 4}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Elixir of Strength - thebetweenlands:elixir:0{elixirData:{duration:11400,strength:0}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({elixirData: {duration: 11400, strength: 0}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Elixir of Strength - thebetweenlands:elixir:1{elixirData:{duration:2400,strength:4}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({elixirData: {duration: 2400, strength: 4}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Elixir of Strength - thebetweenlands:elixir:1{elixirData:{duration:11400,strength:0}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({elixirData: {duration: 11400, strength: 0}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Nimblefeet Elixir - thebetweenlands:elixir:2{elixirData:{duration:2400,strength:4}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({elixirData: {duration: 2400, strength: 4}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Nimblefeet Elixir - thebetweenlands:elixir:2{elixirData:{duration:11400,strength:0}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({elixirData: {duration: 11400, strength: 0}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Nimblefeet Elixir - thebetweenlands:elixir:3{elixirData:{duration:2400,strength:4}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({elixirData: {duration: 2400, strength: 4}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Nimblefeet Elixir - thebetweenlands:elixir:3{elixirData:{duration:11400,strength:0}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({elixirData: {duration: 11400, strength: 0}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Elixir of Healing - thebetweenlands:elixir:4{elixirData:{duration:1200,strength:4}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({elixirData: {duration: 1200, strength: 4}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Elixir of Healing - thebetweenlands:elixir:4{elixirData:{duration:6200,strength:0}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({elixirData: {duration: 6200, strength: 0}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Elixir of Healing - thebetweenlands:elixir:5{elixirData:{duration:1200,strength:4}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({elixirData: {duration: 1200, strength: 4}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Elixir of Healing - thebetweenlands:elixir:5{elixirData:{duration:6200,strength:0}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({elixirData: {duration: 6200, strength: 0}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Elixir of Ripening - thebetweenlands:elixir:6{elixirData:{duration:2400,strength:4}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({elixirData: {duration: 2400, strength: 4}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Elixir of Ripening - thebetweenlands:elixir:6{elixirData:{duration:15400,strength:0}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({elixirData: {duration: 15400, strength: 0}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Elixir of Ripening - thebetweenlands:elixir:7{elixirData:{duration:2400,strength:4}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({elixirData: {duration: 2400, strength: 4}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Elixir of Ripening - thebetweenlands:elixir:7{elixirData:{duration:15400,strength:0}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({elixirData: {duration: 15400, strength: 0}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Toughskin Elixir - thebetweenlands:elixir:8{elixirData:{duration:2400,strength:4}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({elixirData: {duration: 2400, strength: 4}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Toughskin Elixir - thebetweenlands:elixir:8{elixirData:{duration:15400,strength:0}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({elixirData: {duration: 15400, strength: 0}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Toughskin Elixir - thebetweenlands:elixir:9{elixirData:{duration:2400,strength:4}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({elixirData: {duration: 2400, strength: 4}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Toughskin Elixir - thebetweenlands:elixir:9{elixirData:{duration:15400,strength:0}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({elixirData: {duration: 15400, strength: 0}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Elixir of Feasting - thebetweenlands:elixir:10{elixirData:{duration:2400,strength:4}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({elixirData: {duration: 2400, strength: 4}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Elixir of Feasting - thebetweenlands:elixir:10{elixirData:{duration:13400,strength:0}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({elixirData: {duration: 13400, strength: 0}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Elixir of Feasting - thebetweenlands:elixir:11{elixirData:{duration:2400,strength:4}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({elixirData: {duration: 2400, strength: 4}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Elixir of Feasting - thebetweenlands:elixir:11{elixirData:{duration:13400,strength:0}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({elixirData: {duration: 13400, strength: 0}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Hunter's Sense Brew - thebetweenlands:elixir:12{elixirData:{duration:3000,strength:4}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({elixirData: {duration: 3000, strength: 4}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Hunter's Sense Brew - thebetweenlands:elixir:12{elixirData:{duration:13000,strength:0}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({elixirData: {duration: 13000, strength: 0}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Hunter's Sense Brew - thebetweenlands:elixir:13{elixirData:{duration:3000,strength:4}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({elixirData: {duration: 3000, strength: 4}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Hunter's Sense Brew - thebetweenlands:elixir:13{elixirData:{duration:13000,strength:0}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({elixirData: {duration: 13000, strength: 0}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Masking Brew - thebetweenlands:elixir:14{elixirData:{duration:2400,strength:4}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({elixirData: {duration: 2400, strength: 4}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Masking Brew - thebetweenlands:elixir:14{elixirData:{duration:15400,strength:0}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({elixirData: {duration: 15400, strength: 0}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Masking Brew - thebetweenlands:elixir:15{elixirData:{duration:2400,strength:4}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({elixirData: {duration: 2400, strength: 4}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Masking Brew - thebetweenlands:elixir:15{elixirData:{duration:15400,strength:0}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({elixirData: {duration: 15400, strength: 0}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Swiftarm Brew - thebetweenlands:elixir:16{elixirData:{duration:2400,strength:4}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({elixirData: {duration: 2400, strength: 4}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Swiftarm Brew - thebetweenlands:elixir:16{elixirData:{duration:11400,strength:0}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({elixirData: {duration: 11400, strength: 0}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Swiftarm Brew - thebetweenlands:elixir:17{elixirData:{duration:2400,strength:4}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({elixirData: {duration: 2400, strength: 4}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Swiftarm Brew - thebetweenlands:elixir:17{elixirData:{duration:11400,strength:0}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({elixirData: {duration: 11400, strength: 0}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Brew of the Cat's Eye - thebetweenlands:elixir:18{elixirData:{duration:2400,strength:4}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({elixirData: {duration: 2400, strength: 4}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Brew of the Cat's Eye - thebetweenlands:elixir:18{elixirData:{duration:10400,strength:0}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({elixirData: {duration: 10400, strength: 0}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Brew of the Cat's Eye - thebetweenlands:elixir:19{elixirData:{duration:2400,strength:4}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({elixirData: {duration: 2400, strength: 4}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Brew of the Cat's Eye - thebetweenlands:elixir:19{elixirData:{duration:10400,strength:0}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({elixirData: {duration: 10400, strength: 0}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Draught of Sagittarius - thebetweenlands:elixir:20{elixirData:{duration:3000,strength:4}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({elixirData: {duration: 3000, strength: 4}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Draught of Sagittarius - thebetweenlands:elixir:20{elixirData:{duration:13000,strength:0}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({elixirData: {duration: 13000, strength: 0}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Draught of Sagittarius - thebetweenlands:elixir:21{elixirData:{duration:3000,strength:4}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({elixirData: {duration: 3000, strength: 4}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Draught of Sagittarius - thebetweenlands:elixir:21{elixirData:{duration:13000,strength:0}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({elixirData: {duration: 13000, strength: 0}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Spiderbreed Draught - thebetweenlands:elixir:22{elixirData:{duration:1200,strength:4}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({elixirData: {duration: 1200, strength: 4}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Spiderbreed Draught - thebetweenlands:elixir:22{elixirData:{duration:11200,strength:0}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({elixirData: {duration: 11200, strength: 0}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Spiderbreed Draught - thebetweenlands:elixir:23{elixirData:{duration:1200,strength:4}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({elixirData: {duration: 1200, strength: 4}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Spiderbreed Draught - thebetweenlands:elixir:23{elixirData:{duration:11200,strength:0}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({elixirData: {duration: 11200, strength: 0}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Lightweight Draught - thebetweenlands:elixir:24{elixirData:{duration:1200,strength:4}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({elixirData: {duration: 1200, strength: 4}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Lightweight Draught - thebetweenlands:elixir:24{elixirData:{duration:9200,strength:0}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({elixirData: {duration: 9200, strength: 0}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Lightweight Draught - thebetweenlands:elixir:25{elixirData:{duration:1200,strength:4}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({elixirData: {duration: 1200, strength: 4}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Lightweight Draught - thebetweenlands:elixir:25{elixirData:{duration:9200,strength:0}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({elixirData: {duration: 9200, strength: 0}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Draught of the Unclouded - thebetweenlands:elixir:26{elixirData:{duration:1200,strength:4}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({elixirData: {duration: 1200, strength: 4}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Draught of the Unclouded - thebetweenlands:elixir:26{elixirData:{duration:10200,strength:0}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({elixirData: {duration: 10200, strength: 0}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Draught of the Unclouded - thebetweenlands:elixir:27{elixirData:{duration:1200,strength:4}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({elixirData: {duration: 1200, strength: 4}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Draught of the Unclouded - thebetweenlands:elixir:27{elixirData:{duration:10200,strength:0}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({elixirData: {duration: 10200, strength: 0}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Elixir of Weakness - thebetweenlands:elixir:34{elixirData:{duration:240,strength:4}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({elixirData: {duration: 240, strength: 4}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Elixir of Weakness - thebetweenlands:elixir:34{elixirData:{duration:1240,strength:0}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({elixirData: {duration: 1240, strength: 0}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Elixir of Weakness - thebetweenlands:elixir:35{elixirData:{duration:240,strength:4}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({elixirData: {duration: 240, strength: 4}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Elixir of Weakness - thebetweenlands:elixir:35{elixirData:{duration:1240,strength:0}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({elixirData: {duration: 1240, strength: 0}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Lumbering Elixir - thebetweenlands:elixir:36{elixirData:{duration:300,strength:4}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({elixirData: {duration: 300, strength: 4}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Lumbering Elixir - thebetweenlands:elixir:36{elixirData:{duration:1966,strength:0}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({elixirData: {duration: 1966, strength: 0}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Lumbering Elixir - thebetweenlands:elixir:37{elixirData:{duration:300,strength:4}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({elixirData: {duration: 300, strength: 4}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Lumbering Elixir - thebetweenlands:elixir:37{elixirData:{duration:1966,strength:0}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({elixirData: {duration: 1966, strength: 0}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Elixir of Draining - thebetweenlands:elixir:38{elixirData:{duration:160,strength:4}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({elixirData: {duration: 160, strength: 4}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Elixir of Draining - thebetweenlands:elixir:38{elixirData:{duration:360,strength:0}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({elixirData: {duration: 360, strength: 0}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Elixir of Draining - thebetweenlands:elixir:39{elixirData:{duration:160,strength:4}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({elixirData: {duration: 160, strength: 4}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Elixir of Draining - thebetweenlands:elixir:39{elixirData:{duration:360,strength:0}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({elixirData: {duration: 360, strength: 0}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Elixir of Decay - thebetweenlands:elixir:40{elixirData:{duration:400,strength:4}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({elixirData: {duration: 400, strength: 4}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Elixir of Decay - thebetweenlands:elixir:40{elixirData:{duration:1400,strength:0}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({elixirData: {duration: 1400, strength: 0}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Elixir of Decay - thebetweenlands:elixir:41{elixirData:{duration:400,strength:4}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({elixirData: {duration: 400, strength: 4}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Elixir of Decay - thebetweenlands:elixir:41{elixirData:{duration:1400,strength:0}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({elixirData: {duration: 1400, strength: 0}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Poisonsting Elixir - thebetweenlands:elixir:42{elixirData:{duration:160,strength:4}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({elixirData: {duration: 160, strength: 4}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Poisonsting Elixir - thebetweenlands:elixir:42{elixirData:{duration:360,strength:0}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({elixirData: {duration: 360, strength: 0}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Poisonsting Elixir - thebetweenlands:elixir:43{elixirData:{duration:160,strength:4}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({elixirData: {duration: 160, strength: 4}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Poisonsting Elixir - thebetweenlands:elixir:43{elixirData:{duration:360,strength:0}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({elixirData: {duration: 360, strength: 0}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Elixir of Starvation - thebetweenlands:elixir:44{elixirData:{duration:400,strength:4}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({elixirData: {duration: 400, strength: 4}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Elixir of Starvation - thebetweenlands:elixir:44{elixirData:{duration:1400,strength:0}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({elixirData: {duration: 1400, strength: 0}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Elixir of Starvation - thebetweenlands:elixir:45{elixirData:{duration:400,strength:4}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({elixirData: {duration: 400, strength: 4}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Elixir of Starvation - thebetweenlands:elixir:45{elixirData:{duration:1400,strength:0}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({elixirData: {duration: 1400, strength: 0}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Drunkard's Brew - thebetweenlands:elixir:46{elixirData:{duration:400,strength:4}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({elixirData: {duration: 400, strength: 4}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Drunkard's Brew - thebetweenlands:elixir:46{elixirData:{duration:1400,strength:0}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({elixirData: {duration: 1400, strength: 0}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Drunkard's Brew - thebetweenlands:elixir:47{elixirData:{duration:400,strength:4}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({elixirData: {duration: 400, strength: 4}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Drunkard's Brew - thebetweenlands:elixir:47{elixirData:{duration:1400,strength:0}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({elixirData: {duration: 1400, strength: 0}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Stenching Brew - thebetweenlands:elixir:48{elixirData:{duration:600,strength:4}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({elixirData: {duration: 600, strength: 4}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Stenching Brew - thebetweenlands:elixir:48{elixirData:{duration:5600,strength:0}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({elixirData: {duration: 5600, strength: 0}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Stenching Brew - thebetweenlands:elixir:49{elixirData:{duration:600,strength:4}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({elixirData: {duration: 600, strength: 4}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Stenching Brew - thebetweenlands:elixir:49{elixirData:{duration:5600,strength:0}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({elixirData: {duration: 5600, strength: 0}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Slugarm Brew - thebetweenlands:elixir:50{elixirData:{duration:200,strength:4}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({elixirData: {duration: 200, strength: 4}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Slugarm Brew - thebetweenlands:elixir:50{elixirData:{duration:1200,strength:0}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({elixirData: {duration: 1200, strength: 0}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Slugarm Brew - thebetweenlands:elixir:51{elixirData:{duration:200,strength:4}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({elixirData: {duration: 200, strength: 4}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Slugarm Brew - thebetweenlands:elixir:51{elixirData:{duration:1200,strength:0}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({elixirData: {duration: 1200, strength: 0}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Blindman's Brew - thebetweenlands:elixir:52{elixirData:{duration:160,strength:4}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({elixirData: {duration: 160, strength: 4}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Blindman's Brew - thebetweenlands:elixir:52{elixirData:{duration:360,strength:0}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({elixirData: {duration: 360, strength: 0}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Blindman's Brew - thebetweenlands:elixir:53{elixirData:{duration:160,strength:4}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({elixirData: {duration: 160, strength: 4}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Blindman's Brew - thebetweenlands:elixir:53{elixirData:{duration:360,strength:0}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({elixirData: {duration: 360, strength: 0}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Weakbow Draught - thebetweenlands:elixir:54{elixirData:{duration:400,strength:4}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({elixirData: {duration: 400, strength: 4}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Weakbow Draught - thebetweenlands:elixir:54{elixirData:{duration:1400,strength:0}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({elixirData: {duration: 1400, strength: 0}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Weakbow Draught - thebetweenlands:elixir:55{elixirData:{duration:400,strength:4}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({elixirData: {duration: 400, strength: 4}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Weakbow Draught - thebetweenlands:elixir:55{elixirData:{duration:1400,strength:0}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({elixirData: {duration: 1400, strength: 0}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Basilisk Draught - thebetweenlands:elixir:56{elixirData:{duration:40,strength:4}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({elixirData: {duration: 40, strength: 4}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Basilisk Draught - thebetweenlands:elixir:56{elixirData:{duration:206,strength:0}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({elixirData: {duration: 206, strength: 0}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Basilisk Draught - thebetweenlands:elixir:57{elixirData:{duration:40,strength:4}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({elixirData: {duration: 40, strength: 4}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Basilisk Draught - thebetweenlands:elixir:57{elixirData:{duration:206,strength:0}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({elixirData: {duration: 206, strength: 0}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Heavyweight Draught - thebetweenlands:elixir:58{elixirData:{duration:200,strength:4}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({elixirData: {duration: 200, strength: 4}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Heavyweight Draught - thebetweenlands:elixir:58{elixirData:{duration:1200,strength:0}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({elixirData: {duration: 1200, strength: 0}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Heavyweight Draught - thebetweenlands:elixir:59{elixirData:{duration:200,strength:4}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({elixirData: {duration: 200, strength: 4}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Heavyweight Draught - thebetweenlands:elixir:59{elixirData:{duration:1200,strength:0}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({elixirData: {duration: 1200, strength: 0}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Draught of the Fogged Mind - thebetweenlands:elixir:60{elixirData:{duration:120,strength:4}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({elixirData: {duration: 120, strength: 4}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Draught of the Fogged Mind - thebetweenlands:elixir:60{elixirData:{duration:320,strength:0}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({elixirData: {duration: 320, strength: 0}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Draught of the Fogged Mind - thebetweenlands:elixir:61{elixirData:{duration:120,strength:4}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({elixirData: {duration: 120, strength: 4}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Draught of the Fogged Mind - thebetweenlands:elixir:61{elixirData:{duration:320,strength:0}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({elixirData: {duration: 320, strength: 0}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Green Dentrothyst Vial - thebetweenlands:dentrothyst_vial:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Dirty Dentrothyst Vial - thebetweenlands:dentrothyst_vial:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Orange Dentrothyst Vial - thebetweenlands:dentrothyst_vial:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Bottled Fog - thebetweenlands:dentrothyst_fluid_vial:0{Fluid:{FluidName:"fog",Amount:1000}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Fluid: {FluidName: "fog", Amount: 1000}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Bottled Fog - thebetweenlands:dentrothyst_fluid_vial:1{Fluid:{FluidName:"fog",Amount:1000}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Fluid: {FluidName: "fog", Amount: 1000}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Green Dentrothyst Aspect Vial - thebetweenlands:aspect_vial:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Orange Dentrothyst Aspect Vial - thebetweenlands:aspect_vial:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Azuwynn (2) - thebetweenlands:aspect_vial:0{blHerbloreAspects:{container:[{aspect:{type:"Azuwynn"},storage:{hasStoredStatic:0b,storedStatic:0,dynamic:2000}}]}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({blHerbloreAspects: {container: [{aspect: {type: "Azuwynn"}, storage: {hasStoredStatic: 0 as byte, storedStatic: 0, dynamic: 2000}}]}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Azuwynn (2) - thebetweenlands:aspect_vial:1{blHerbloreAspects:{container:[{aspect:{type:"Azuwynn"},storage:{hasStoredStatic:0b,storedStatic:0,dynamic:2000}}]}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({blHerbloreAspects: {container: [{aspect: {type: "Azuwynn"}, storage: {hasStoredStatic: 0 as byte, storedStatic: 0, dynamic: 2000}}]}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Armaniis (2) - thebetweenlands:aspect_vial:0{blHerbloreAspects:{container:[{aspect:{type:"Armaniis"},storage:{hasStoredStatic:0b,storedStatic:0,dynamic:2000}}]}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({blHerbloreAspects: {container: [{aspect: {type: "Armaniis"}, storage: {hasStoredStatic: 0 as byte, storedStatic: 0, dynamic: 2000}}]}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Armaniis (2) - thebetweenlands:aspect_vial:1{blHerbloreAspects:{container:[{aspect:{type:"Armaniis"},storage:{hasStoredStatic:0b,storedStatic:0,dynamic:2000}}]}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({blHerbloreAspects: {container: [{aspect: {type: "Armaniis"}, storage: {hasStoredStatic: 0 as byte, storedStatic: 0, dynamic: 2000}}]}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Byariis (2) - thebetweenlands:aspect_vial:0{blHerbloreAspects:{container:[{aspect:{type:"Byariis"},storage:{hasStoredStatic:0b,storedStatic:0,dynamic:2000}}]}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({blHerbloreAspects: {container: [{aspect: {type: "Byariis"}, storage: {hasStoredStatic: 0 as byte, storedStatic: 0, dynamic: 2000}}]}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Byariis (2) - thebetweenlands:aspect_vial:1{blHerbloreAspects:{container:[{aspect:{type:"Byariis"},storage:{hasStoredStatic:0b,storedStatic:0,dynamic:2000}}]}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({blHerbloreAspects: {container: [{aspect: {type: "Byariis"}, storage: {hasStoredStatic: 0 as byte, storedStatic: 0, dynamic: 2000}}]}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Byrginaz (2) - thebetweenlands:aspect_vial:0{blHerbloreAspects:{container:[{aspect:{type:"Byrginaz"},storage:{hasStoredStatic:0b,storedStatic:0,dynamic:2000}}]}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({blHerbloreAspects: {container: [{aspect: {type: "Byrginaz"}, storage: {hasStoredStatic: 0 as byte, storedStatic: 0, dynamic: 2000}}]}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Byrginaz (2) - thebetweenlands:aspect_vial:1{blHerbloreAspects:{container:[{aspect:{type:"Byrginaz"},storage:{hasStoredStatic:0b,storedStatic:0,dynamic:2000}}]}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({blHerbloreAspects: {container: [{aspect: {type: "Byrginaz"}, storage: {hasStoredStatic: 0 as byte, storedStatic: 0, dynamic: 2000}}]}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Celawynn (2) - thebetweenlands:aspect_vial:0{blHerbloreAspects:{container:[{aspect:{type:"Celawynn"},storage:{hasStoredStatic:0b,storedStatic:0,dynamic:2000}}]}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({blHerbloreAspects: {container: [{aspect: {type: "Celawynn"}, storage: {hasStoredStatic: 0 as byte, storedStatic: 0, dynamic: 2000}}]}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Celawynn (2) - thebetweenlands:aspect_vial:1{blHerbloreAspects:{container:[{aspect:{type:"Celawynn"},storage:{hasStoredStatic:0b,storedStatic:0,dynamic:2000}}]}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({blHerbloreAspects: {container: [{aspect: {type: "Celawynn"}, storage: {hasStoredStatic: 0 as byte, storedStatic: 0, dynamic: 2000}}]}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Dayuniis (2) - thebetweenlands:aspect_vial:0{blHerbloreAspects:{container:[{aspect:{type:"Dayuniis"},storage:{hasStoredStatic:0b,storedStatic:0,dynamic:2000}}]}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({blHerbloreAspects: {container: [{aspect: {type: "Dayuniis"}, storage: {hasStoredStatic: 0 as byte, storedStatic: 0, dynamic: 2000}}]}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Dayuniis (2) - thebetweenlands:aspect_vial:1{blHerbloreAspects:{container:[{aspect:{type:"Dayuniis"},storage:{hasStoredStatic:0b,storedStatic:0,dynamic:2000}}]}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({blHerbloreAspects: {container: [{aspect: {type: "Dayuniis"}, storage: {hasStoredStatic: 0 as byte, storedStatic: 0, dynamic: 2000}}]}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Fergalaz (2) - thebetweenlands:aspect_vial:0{blHerbloreAspects:{container:[{aspect:{type:"Fergalaz"},storage:{hasStoredStatic:0b,storedStatic:0,dynamic:2000}}]}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({blHerbloreAspects: {container: [{aspect: {type: "Fergalaz"}, storage: {hasStoredStatic: 0 as byte, storedStatic: 0, dynamic: 2000}}]}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Fergalaz (2) - thebetweenlands:aspect_vial:1{blHerbloreAspects:{container:[{aspect:{type:"Fergalaz"},storage:{hasStoredStatic:0b,storedStatic:0,dynamic:2000}}]}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({blHerbloreAspects: {container: [{aspect: {type: "Fergalaz"}, storage: {hasStoredStatic: 0 as byte, storedStatic: 0, dynamic: 2000}}]}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Firnalaz (2) - thebetweenlands:aspect_vial:0{blHerbloreAspects:{container:[{aspect:{type:"Firnalaz"},storage:{hasStoredStatic:0b,storedStatic:0,dynamic:2000}}]}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({blHerbloreAspects: {container: [{aspect: {type: "Firnalaz"}, storage: {hasStoredStatic: 0 as byte, storedStatic: 0, dynamic: 2000}}]}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Firnalaz (2) - thebetweenlands:aspect_vial:1{blHerbloreAspects:{container:[{aspect:{type:"Firnalaz"},storage:{hasStoredStatic:0b,storedStatic:0,dynamic:2000}}]}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({blHerbloreAspects: {container: [{aspect: {type: "Firnalaz"}, storage: {hasStoredStatic: 0 as byte, storedStatic: 0, dynamic: 2000}}]}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Freiwynn (2) - thebetweenlands:aspect_vial:0{blHerbloreAspects:{container:[{aspect:{type:"Freiwynn"},storage:{hasStoredStatic:0b,storedStatic:0,dynamic:2000}}]}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({blHerbloreAspects: {container: [{aspect: {type: "Freiwynn"}, storage: {hasStoredStatic: 0 as byte, storedStatic: 0, dynamic: 2000}}]}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Freiwynn (2) - thebetweenlands:aspect_vial:1{blHerbloreAspects:{container:[{aspect:{type:"Freiwynn"},storage:{hasStoredStatic:0b,storedStatic:0,dynamic:2000}}]}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({blHerbloreAspects: {container: [{aspect: {type: "Freiwynn"}, storage: {hasStoredStatic: 0 as byte, storedStatic: 0, dynamic: 2000}}]}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Geoliirgaz (2) - thebetweenlands:aspect_vial:0{blHerbloreAspects:{container:[{aspect:{type:"Geoliirgaz"},storage:{hasStoredStatic:0b,storedStatic:0,dynamic:2000}}]}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({blHerbloreAspects: {container: [{aspect: {type: "Geoliirgaz"}, storage: {hasStoredStatic: 0 as byte, storedStatic: 0, dynamic: 2000}}]}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Geoliirgaz (2) - thebetweenlands:aspect_vial:1{blHerbloreAspects:{container:[{aspect:{type:"Geoliirgaz"},storage:{hasStoredStatic:0b,storedStatic:0,dynamic:2000}}]}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({blHerbloreAspects: {container: [{aspect: {type: "Geoliirgaz"}, storage: {hasStoredStatic: 0 as byte, storedStatic: 0, dynamic: 2000}}]}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Ordaniis (2) - thebetweenlands:aspect_vial:0{blHerbloreAspects:{container:[{aspect:{type:"Ordaniis"},storage:{hasStoredStatic:0b,storedStatic:0,dynamic:2000}}]}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({blHerbloreAspects: {container: [{aspect: {type: "Ordaniis"}, storage: {hasStoredStatic: 0 as byte, storedStatic: 0, dynamic: 2000}}]}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Ordaniis (2) - thebetweenlands:aspect_vial:1{blHerbloreAspects:{container:[{aspect:{type:"Ordaniis"},storage:{hasStoredStatic:0b,storedStatic:0,dynamic:2000}}]}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({blHerbloreAspects: {container: [{aspect: {type: "Ordaniis"}, storage: {hasStoredStatic: 0 as byte, storedStatic: 0, dynamic: 2000}}]}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Yeowynn (2) - thebetweenlands:aspect_vial:0{blHerbloreAspects:{container:[{aspect:{type:"Yeowynn"},storage:{hasStoredStatic:0b,storedStatic:0,dynamic:2000}}]}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({blHerbloreAspects: {container: [{aspect: {type: "Yeowynn"}, storage: {hasStoredStatic: 0 as byte, storedStatic: 0, dynamic: 2000}}]}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Yeowynn (2) - thebetweenlands:aspect_vial:1{blHerbloreAspects:{container:[{aspect:{type:"Yeowynn"},storage:{hasStoredStatic:0b,storedStatic:0,dynamic:2000}}]}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({blHerbloreAspects: {container: [{aspect: {type: "Yeowynn"}, storage: {hasStoredStatic: 0 as byte, storedStatic: 0, dynamic: 2000}}]}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Yunugaz (2) - thebetweenlands:aspect_vial:0{blHerbloreAspects:{container:[{aspect:{type:"Yunugaz"},storage:{hasStoredStatic:0b,storedStatic:0,dynamic:2000}}]}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({blHerbloreAspects: {container: [{aspect: {type: "Yunugaz"}, storage: {hasStoredStatic: 0 as byte, storedStatic: 0, dynamic: 2000}}]}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Yunugaz (2) - thebetweenlands:aspect_vial:1{blHerbloreAspects:{container:[{aspect:{type:"Yunugaz"},storage:{hasStoredStatic:0b,storedStatic:0,dynamic:2000}}]}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({blHerbloreAspects: {container: [{aspect: {type: "Yunugaz"}, storage: {hasStoredStatic: 0 as byte, storedStatic: 0, dynamic: 2000}}]}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Yihinren (2) - thebetweenlands:aspect_vial:0{blHerbloreAspects:{container:[{aspect:{type:"Yihinren"},storage:{hasStoredStatic:0b,storedStatic:0,dynamic:2000}}]}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({blHerbloreAspects: {container: [{aspect: {type: "Yihinren"}, storage: {hasStoredStatic: 0 as byte, storedStatic: 0, dynamic: 2000}}]}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Yihinren (2) - thebetweenlands:aspect_vial:1{blHerbloreAspects:{container:[{aspect:{type:"Yihinren"},storage:{hasStoredStatic:0b,storedStatic:0,dynamic:2000}}]}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({blHerbloreAspects: {container: [{aspect: {type: "Yihinren"}, storage: {hasStoredStatic: 0 as byte, storedStatic: 0, dynamic: 2000}}]}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Wodren (2) - thebetweenlands:aspect_vial:0{blHerbloreAspects:{container:[{aspect:{type:"Wodren"},storage:{hasStoredStatic:0b,storedStatic:0,dynamic:2000}}]}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({blHerbloreAspects: {container: [{aspect: {type: "Wodren"}, storage: {hasStoredStatic: 0 as byte, storedStatic: 0, dynamic: 2000}}]}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Wodren (2) - thebetweenlands:aspect_vial:1{blHerbloreAspects:{container:[{aspect:{type:"Wodren"},storage:{hasStoredStatic:0b,storedStatic:0,dynamic:2000}}]}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({blHerbloreAspects: {container: [{aspect: {type: "Wodren"}, storage: {hasStoredStatic: 0 as byte, storedStatic: 0, dynamic: 2000}}]}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Uduriis (2) - thebetweenlands:aspect_vial:0{blHerbloreAspects:{container:[{aspect:{type:"Uduriis"},storage:{hasStoredStatic:0b,storedStatic:0,dynamic:2000}}]}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({blHerbloreAspects: {container: [{aspect: {type: "Uduriis"}, storage: {hasStoredStatic: 0 as byte, storedStatic: 0, dynamic: 2000}}]}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Uduriis (2) - thebetweenlands:aspect_vial:1{blHerbloreAspects:{container:[{aspect:{type:"Uduriis"},storage:{hasStoredStatic:0b,storedStatic:0,dynamic:2000}}]}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({blHerbloreAspects: {container: [{aspect: {type: "Uduriis"}, storage: {hasStoredStatic: 0 as byte, storedStatic: 0, dynamic: 2000}}]}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. item.thebetweenlands.glue.name - thebetweenlands:glue:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Amulet - thebetweenlands:amulet:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Amulet Slot - thebetweenlands:amulet_slot:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Climbing Rope - thebetweenlands:rope_item:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Ring of Power - thebetweenlands:ring_of_power:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Ring of Ascent - thebetweenlands:ring_of_flight:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Ring of Recruitment - thebetweenlands:ring_of_recruitment:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Ring of Summoning - thebetweenlands:ring_of_summoning:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Ring of Dispersion - thebetweenlands:ring_of_dispersion:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Ring of Gathering - thebetweenlands:ring_of_gathering:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Angry Pebble - thebetweenlands:angry_pebble:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Lurking Shadows - thebetweenlands:lore_scrap:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Tainted Potion - thebetweenlands:tainted_potion:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Octine Ingot - thebetweenlands:octine_ingot:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Mummy Bait - thebetweenlands:mummy_bait:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Sap Spit - thebetweenlands:sap_spit:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Bark Amulet - thebetweenlands:bark_amulet:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Empty Amate Map - thebetweenlands:empty_amate_map:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Amate Map - thebetweenlands:amate_map:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Bone Wayfinder - thebetweenlands:bone_wayfinder:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Magic Item Magnet - thebetweenlands:magic_item_magnet:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Gem Singer - thebetweenlands:gem_singer:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Shambler Tongue - thebetweenlands:shambler_tongue:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Rune Door Key - thebetweenlands:rune_door_key:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Naga Scale - twilightforest:naga_scale:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Naga Scale Tunic - twilightforest:naga_chestplate:0{ench:[{lvl:3s,id:1}]} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({ench: [{lvl: 3 as short, id: 1}]}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Naga Scale Leggings - twilightforest:naga_leggings:0{ench:[{lvl:3s,id:0}]} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({ench: [{lvl: 3 as short, id: 0}]}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Scepter of Twilight - twilightforest:twilight_scepter:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Scepter of Life Draining - twilightforest:lifedrain_scepter:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Zombie Scepter - twilightforest:zombie_scepter:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Scepter of Fortification - twilightforest:shield_scepter:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Ore Meter [WIP] - twilightforest:ore_meter:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Magic Map - twilightforest:magic_map:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Maze Map - twilightforest:maze_map:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Maze/Ore Map - twilightforest:ore_map:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Raven Feather - twilightforest:raven_feather:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Magic Map Focus - twilightforest:magic_map_focus:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Maze Map Focus - twilightforest:maze_map_focus:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Liveroot - twilightforest:liveroot:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Raw Ironwood Materials - twilightforest:ironwood_raw:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Ironwood Ingot - twilightforest:ironwood_ingot:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Ironwood Helm - twilightforest:ironwood_helmet:0{ench:[{lvl:1s,id:6}]} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({ench: [{lvl: 1 as short, id: 6}]}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Ironwood Plate - twilightforest:ironwood_chestplate:0{ench:[{lvl:1s,id:0}]} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({ench: [{lvl: 1 as short, id: 0}]}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Ironwood Legs - twilightforest:ironwood_leggings:0{ench:[{lvl:1s,id:0}]} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({ench: [{lvl: 1 as short, id: 0}]}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Ironwood Boots - twilightforest:ironwood_boots:0{ench:[{lvl:1s,id:2}]} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({ench: [{lvl: 1 as short, id: 2}]}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Ironwood Sword - twilightforest:ironwood_sword:0{ench:[{lvl:1s,id:19}]} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({ench: [{lvl: 1 as short, id: 19}]}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Ironwood Shovel - twilightforest:ironwood_shovel:0{ench:[{lvl:1s,id:34}]} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({ench: [{lvl: 1 as short, id: 34}]}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Ironwood Pick - twilightforest:ironwood_pickaxe:0{ench:[{lvl:1s,id:32}]} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({ench: [{lvl: 1 as short, id: 32}]}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Ironwood Axe - twilightforest:ironwood_axe:0{ench:[{lvl:1s,id:35}]} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({ench: [{lvl: 1 as short, id: 35}]}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Ironwood Hoe - twilightforest:ironwood_hoe:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Torchberries - twilightforest:torchberries:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Raw Venison - twilightforest:raw_venison:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Venison Steak - twilightforest:cooked_venison:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Hydra Chop - twilightforest:hydra_chop:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Fiery Blood - twilightforest:fiery_blood:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Naga Trophy - twilightforest:trophy:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Twilight Lich Trophy - twilightforest:trophy:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Hydra Trophy - twilightforest:trophy:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Ur-Ghast Trophy - twilightforest:trophy:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Knight Phantom Trophy - twilightforest:trophy:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Snow Queen Trophy - twilightforest:trophy:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Minoshroom Trophy - twilightforest:trophy:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Questing Ram Trophy - twilightforest:trophy:8 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Fiery Ingot - twilightforest:fiery_ingot:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Fiery Helm - twilightforest:fiery_helmet:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Fiery Plate - twilightforest:fiery_chestplate:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Fiery Legs - twilightforest:fiery_leggings:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Fiery Boots - twilightforest:fiery_boots:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Fiery Sword - twilightforest:fiery_sword:0{ench:[{lvl:2s,id:20}]} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({ench: [{lvl: 2 as short, id: 20}]}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Fiery Pick - twilightforest:fiery_pickaxe:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Steeleaf - twilightforest:steeleaf_ingot:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Steeleaf Helm - twilightforest:steeleaf_helmet:0{ench:[{lvl:2s,id:4}]} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({ench: [{lvl: 2 as short, id: 4}]}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Steeleaf Plate - twilightforest:steeleaf_chestplate:0{ench:[{lvl:2s,id:3}]} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({ench: [{lvl: 2 as short, id: 3}]}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Steeleaf Legs - twilightforest:steeleaf_leggings:0{ench:[{lvl:2s,id:1}]} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({ench: [{lvl: 2 as short, id: 1}]}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Steeleaf Boots - twilightforest:steeleaf_boots:0{ench:[{lvl:2s,id:2}]} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({ench: [{lvl: 2 as short, id: 2}]}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Steeleaf Sword - twilightforest:steeleaf_sword:0{ench:[{lvl:2s,id:21}]} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({ench: [{lvl: 2 as short, id: 21}]}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Steeleaf Shovel - twilightforest:steeleaf_shovel:0{ench:[{lvl:2s,id:32}]} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({ench: [{lvl: 2 as short, id: 32}]}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Steeleaf Pick - twilightforest:steeleaf_pickaxe:0{ench:[{lvl:2s,id:35}]} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({ench: [{lvl: 2 as short, id: 35}]}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Steeleaf Axe - twilightforest:steeleaf_axe:0{ench:[{lvl:2s,id:32}]} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({ench: [{lvl: 2 as short, id: 32}]}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Steeleaf Hoe - twilightforest:steeleaf_hoe:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Minotaur Axe - twilightforest:minotaur_axe:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Mazebreaker - twilightforest:mazebreaker_pickaxe:0{ench:[{lvl:4s,id:32},{lvl:3s,id:34},{lvl:2s,id:35}]} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({ench: [{lvl: 4 as short, id: 32}, {lvl: 3 as short, id: 34}, {lvl: 2 as short, id: 35}]}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Transformation Powder - twilightforest:transformation_powder:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Raw Meef - twilightforest:raw_meef:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Meef Steak - twilightforest:cooked_meef:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Meef Stroganoff - twilightforest:meef_stroganoff:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Maze Wafer - twilightforest:maze_wafer:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Blank Magic Map - twilightforest:magic_map_empty:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Blank Maze Map - twilightforest:maze_map_empty:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Ore Magnet - twilightforest:ore_magnet:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Crumble Horn - twilightforest:crumble_horn:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Peacock Feather Fan - twilightforest:peacock_fan:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Moonworm Queen - twilightforest:moonworm_queen:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Charm of Life I - twilightforest:charm_of_life_1:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Charm of Life II - twilightforest:charm_of_life_2:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Charm of Keeping I - twilightforest:charm_of_keeping_1:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Charm of Keeping II - twilightforest:charm_of_keeping_2:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Charm of Keeping III - twilightforest:charm_of_keeping_3:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Tower Key - twilightforest:tower_key:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Borer Essence - twilightforest:borer_essence:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Carminite - twilightforest:carminite:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Experiment 115 - twilightforest:experiment_115:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Armor Shard - twilightforest:armor_shard:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Knightmetal Ingot - twilightforest:knightmetal_ingot:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Armor Shard Cluster - twilightforest:armor_shard_cluster:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Knightly Helm - twilightforest:knightmetal_helmet:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Knightly Plate - twilightforest:knightmetal_chestplate:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Knightly Greaves - twilightforest:knightmetal_leggings:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Knightly Boots - twilightforest:knightmetal_boots:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Knightly Sword - twilightforest:knightmetal_sword:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Knightly Pick - twilightforest:knightmetal_pickaxe:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Knightly Axe - twilightforest:knightmetal_axe:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Phantom Helm - twilightforest:phantom_helmet:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Phantom Plate - twilightforest:phantom_chestplate:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Lamp of Cinders - twilightforest:lamp_of_cinders:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Fiery Tears - twilightforest:fiery_tears:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Alpha Yeti Fur - twilightforest:alpha_fur:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Yeti Horned Helm - twilightforest:yeti_helmet:0{ench:[{lvl:2s,id:0}]} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({ench: [{lvl: 2 as short, id: 0}]}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Yeti Jacket - twilightforest:yeti_chestplate:0{ench:[{lvl:2s,id:0}]} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({ench: [{lvl: 2 as short, id: 0}]}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Yeti Leggings - twilightforest:yeti_leggings:0{ench:[{lvl:2s,id:0}]} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({ench: [{lvl: 2 as short, id: 0}]}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Yeti Boots - twilightforest:yeti_boots:0{ench:[{lvl:2s,id:0},{lvl:4s,id:2}]} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({ench: [{lvl: 2 as short, id: 0}, {lvl: 4 as short, id: 2}]}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Ice Bomb - twilightforest:ice_bomb:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Arctic Fur - twilightforest:arctic_fur:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Arctic Hood - twilightforest:arctic_helmet:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Arctic Jacket - twilightforest:arctic_chestplate:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Arctic Leggings - twilightforest:arctic_leggings:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Arctic Boots - twilightforest:arctic_boots:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Magic Beans - twilightforest:magic_beans:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Giant's Pickaxe - twilightforest:giant_pickaxe:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Giant's Sword - twilightforest:giant_sword:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Tri-bow - twilightforest:triple_bow:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Seeker Bow - twilightforest:seeker_bow:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Ice Bow - twilightforest:ice_bow:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Ender Bow - twilightforest:ender_bow:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Ice Sword - twilightforest:ice_sword:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Glass Sword - twilightforest:glass_sword:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Knightmetal Loop - twilightforest:knightmetal_ring:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Block and Chain - twilightforest:block_and_chain:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Talisman of the Cube - twilightforest:cube_talisman:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Cube of Annihilation - twilightforest:cube_of_annihilation:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Twilight Oak Wood - twilightforest:twilight_log:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Canopy Tree Wood - twilightforest:twilight_log:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Mangrove Wood - twilightforest:twilight_log:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Darkwood Wood - twilightforest:twilight_log:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Roots - twilightforest:root:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Liveroots - twilightforest:root:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Twilight Oak Leaves - twilightforest:twilight_leaves:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Canopy Tree Leaves - twilightforest:twilight_leaves:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Mangrove Leaves - twilightforest:twilight_leaves:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Rainbow Oak Leaves - twilightforest:twilight_leaves:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Firefly - twilightforest:firefly:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Cicada - twilightforest:cicada:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Mazestone - twilightforest:maze_stone:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Mazestone Brick - twilightforest:maze_stone:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Chiseled Mazestone - twilightforest:maze_stone:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Decorative Mazestone Brick - twilightforest:maze_stone:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Cracked Mazestone Brick - twilightforest:maze_stone:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Mossy Mazestone Brick - twilightforest:maze_stone:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Mazestone Mosaic - twilightforest:maze_stone:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Mazestone Border - twilightforest:maze_stone:7 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Hedge - twilightforest:hedge:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Naga Spawner - twilightforest:boss_spawner:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Firefly Jar - twilightforest:firefly_jar:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Moss Patch - twilightforest:twilight_plant:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Mayapple - twilightforest:twilight_plant:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Clover Patch [WIP] - twilightforest:twilight_plant:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Fiddlehead - twilightforest:twilight_plant:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Mushgloom - twilightforest:twilight_plant:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Forest Grass - twilightforest:twilight_plant:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Dried Bush - twilightforest:twilight_plant:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Torchberry Plant - twilightforest:twilight_plant:7 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Root Strands - twilightforest:twilight_plant:8 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Uncrafting Table - twilightforest:uncrafting_table:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Smoking Block - twilightforest:fire_jet:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Fire Jet - twilightforest:fire_jet:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Encased Smoker - twilightforest:fire_jet:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Encased Fire Jet - twilightforest:fire_jet:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Nagastone Head - twilightforest:naga_stone:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Nagastone - twilightforest:naga_stone:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Sickly Twilight Oak Sapling - twilightforest:twilight_sapling:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Canopy Tree Sapling - twilightforest:twilight_sapling:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Twilight Mangrove Sapling - twilightforest:twilight_sapling:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Darkwood Sapling - twilightforest:twilight_sapling:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Robust Twilight Oak Sapling - twilightforest:twilight_sapling:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Tree of Time Sapling - twilightforest:twilight_sapling:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Tree of Transformation Sapling - twilightforest:twilight_sapling:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Miner's Tree Sapling - twilightforest:twilight_sapling:7 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Sorting Tree Sapling - twilightforest:twilight_sapling:8 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Rainbow Oak Sapling - twilightforest:twilight_sapling:9 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Moonworm - twilightforest:moonworm:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Timewood - twilightforest:magic_log:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Transwood - twilightforest:magic_log:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Minewood - twilightforest:magic_log:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Sortingwood - twilightforest:magic_log:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Timewood Leaves - twilightforest:magic_leaves:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Leaves of Transformation - twilightforest:magic_leaves:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Miner's Leaves - twilightforest:magic_leaves:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Sorting Leaves - twilightforest:magic_leaves:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Timewood Clock - twilightforest:magic_log_core:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Heart of Transformation - twilightforest:magic_log_core:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Minewood Core - twilightforest:magic_log_core:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Sortingwood Engine - twilightforest:magic_log_core:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Towerwood Planks - twilightforest:tower_wood:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Encased Towerwood - twilightforest:tower_wood:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Cracked Towerwood - twilightforest:tower_wood:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Mossy Towerwood - twilightforest:tower_wood:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Infested Towerwood - twilightforest:tower_wood:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Reappearing Block - twilightforest:tower_device:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Vanishing Block - twilightforest:tower_device:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Locked Vanishing Block - twilightforest:tower_device:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Unlocked Vanishing Block - twilightforest:tower_device:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Carminite Builder - twilightforest:tower_device:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Anti-builder - twilightforest:tower_device:9 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Ghast Trap - twilightforest:tower_device:10 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Carminite Reactor - twilightforest:tower_device:12 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Stronghold Shield - twilightforest:stronghold_shield:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Trophy Pedestal - twilightforest:trophy_pedestal:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Aurora Block - twilightforest:aurora_block:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Underbrick - twilightforest:underbrick:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Mossy Underbrick - twilightforest:underbrick:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Cracked Underbrick - twilightforest:underbrick:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Thorns - twilightforest:thorns:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Green Thorns - twilightforest:thorns:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Burnt Thorns - twilightforest:burnt_thorns:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Thorn Rose - twilightforest:thorn_rose:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Thorn Leaves - twilightforest:twilight_leaves_3:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Beanstalk Leaves - twilightforest:twilight_leaves_3:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Weathered Deadrock - twilightforest:deadrock:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Cracked Deadrock - twilightforest:deadrock:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Deadrock - twilightforest:deadrock:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Darkwood Leaves - twilightforest:dark_leaves:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Aurora Pillar - twilightforest:aurora_pillar:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Aurora Slab - twilightforest:aurora_slab:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Trollsteinn - twilightforest:trollsteinn:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Wispy Cloud - twilightforest:wispy_cloud:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Fluffy Cloud - twilightforest:fluffy_cloud:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Giant Cobblestone - twilightforest:giant_cobblestone:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Giant Log - twilightforest:giant_log:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Giant Leaves - twilightforest:giant_leaves:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Giant Obsidian - twilightforest:giant_obsidian:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Uberous Soil - twilightforest:uberous_soil:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Huge Stalk - twilightforest:huge_stalk:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Huge Mushgloom - twilightforest:huge_mushgloom:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Trollvidr - twilightforest:trollvidr:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Unripe Trollber - twilightforest:unripe_trollber:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Trollber - twilightforest:trollber:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Block of Knightmetal - twilightforest:knightmetal_block:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Huge Lily Pad - twilightforest:huge_lilypad:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Huge Water Lily - twilightforest:huge_waterlily:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Slide Trap - twilightforest:slider:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Slide Trap 1 - twilightforest:slider:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Slide Trap 2 - twilightforest:slider:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Slide Trap 3 - twilightforest:slider:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Castle Brick - twilightforest:castle_brick:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Worn Castle Brick - twilightforest:castle_brick:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Cracked Castle Brick - twilightforest:castle_brick:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Castle Roof Tile - twilightforest:castle_brick:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Mossy Castle Brick - twilightforest:castle_brick:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Thick Castle Brick - twilightforest:castle_brick:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Castle Brick Stairs - twilightforest:castle_stairs_brick:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Cracked Castle Brick Stairs - twilightforest:castle_stairs_cracked:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Worn Castle Brick Stairs - twilightforest:castle_stairs_worn:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Mossy Castle Brick Stairs - twilightforest:castle_stairs_mossy:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Encased Castle Brick Pillar - twilightforest:castle_pillar:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Encased Castle Brick Tile - twilightforest:castle_pillar:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Bold Castle Brick Pillar - twilightforest:castle_pillar:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Bold Castle Brick Tiles - twilightforest:castle_pillar:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Encased Castle Brick Stairs - twilightforest:castle_stairs:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Bold Castle Brick Stairs - twilightforest:castle_stairs:8 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Pink Castle Rune Brick - twilightforest:castle_rune_brick:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Blue Castle Rune Brick - twilightforest:castle_rune_brick:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Yellow Castle Rune Brick - twilightforest:castle_rune_brick:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Violet Castle Rune Brick - twilightforest:castle_rune_brick:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Violet Force Field - twilightforest:force_field:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Pink Force Field - twilightforest:force_field:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Orange Force Field - twilightforest:force_field:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Green Force Field - twilightforest:force_field:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Blue Force Field - twilightforest:force_field:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Cinder Furnace [NYI] - twilightforest:cinder_furnace:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Cinder Log [NYI] - twilightforest:cinder_log:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Yellow Castle Door - twilightforest:castle_door:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Violet Castle Door - twilightforest:castle_door:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Pink Castle Door - twilightforest:castle_door:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Blue Castle Door - twilightforest:castle_door:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Miniature Twilight Portal [NYI] - twilightforest:miniature_structure:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Block of Ironwood - twilightforest:block_storage:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Block of Fiery Metal - twilightforest:block_storage:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Block of Steeleaf - twilightforest:block_storage:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Block of Arctic Fur - twilightforest:block_storage:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Block of Carminite - twilightforest:block_storage:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Spiral Stone Bricks - twilightforest:spiral_bricks:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Etched Nagastone - twilightforest:etched_nagastone:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Nagastone Pillar - twilightforest:nagastone_pillar:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Nagastone Stairs (Left) - twilightforest:nagastone_stairs:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Nagastone Stairs (Right) - twilightforest:nagastone_stairs:8 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Mossy Etched Nagastone - twilightforest:etched_nagastone_mossy:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Mossy Nagastone Pillar - twilightforest:nagastone_pillar_mossy:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Mossy Nagastone Stairs (Left) - twilightforest:nagastone_stairs_mossy:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Mossy Nagastone Stairs (Right) - twilightforest:nagastone_stairs_mossy:8 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Ruined Etched Nagastone - twilightforest:etched_nagastone_weathered:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Ruined Nagastone Pillar - twilightforest:nagastone_pillar_weathered:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Weathered Nagastone Stairs (Left) - twilightforest:nagastone_stairs_weathered:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Weathered Nagastone Stairs (Right) - twilightforest:nagastone_stairs_weathered:8 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Auroralized Glass - twilightforest:auroralized_glass:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Twilit Shader: Twilight - twilightforest:shader:0{shader_type:"Twilight"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({shader_type: "Twilight"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Twilit Shader: Firefly - twilightforest:shader:0{shader_type:"Firefly"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({shader_type: "Firefly"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Twilit Shader: Pinch Beetle - twilightforest:shader:0{shader_type:"Pinch Beetle"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({shader_type: "Pinch Beetle"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Twilit Shader: Snakestone - twilightforest:shader:0{shader_type:"Snakestone"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({shader_type: "Snakestone"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Twilit Shader: Mazestone - twilightforest:shader:0{shader_type:"Mazestone"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({shader_type: "Mazestone"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Twilit Shader: Underbrick - twilightforest:shader:0{shader_type:"Underbrick"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({shader_type: "Underbrick"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Twilit Shader: Towerwood - twilightforest:shader:0{shader_type:"Towerwood"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({shader_type: "Towerwood"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Twilit Shader: Carminite - twilightforest:shader:0{shader_type:"Carminite"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({shader_type: "Carminite"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Twilit Shader: Auroralized - twilightforest:shader:0{shader_type:"Auroralized"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({shader_type: "Auroralized"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Twilit Shader: Ironwood - twilightforest:shader:0{shader_type:"Ironwood"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({shader_type: "Ironwood"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Twilit Shader: Steeleaf - twilightforest:shader:0{shader_type:"Steeleaf"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({shader_type: "Steeleaf"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Twilit Shader: Knightly - twilightforest:shader:0{shader_type:"Knightly"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({shader_type: "Knightly"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Twilit Shader: Fiery - twilightforest:shader:0{shader_type:"Fiery"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({shader_type: "Fiery"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Twilit Shader: Final Castle - twilightforest:shader:0{shader_type:"Final Castle"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({shader_type: "Final Castle"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Twilit Shader: Cube of Annihilation - twilightforest:shader:0{shader_type:"Cube of Annihilation"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({shader_type: "Cube of Annihilation"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Twilit Shader: Questing Ram - twilightforest:shader:0{shader_type:"Questing Ram"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({shader_type: "Questing Ram"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Twilit Shader: Naga - twilightforest:shader:0{shader_type:"Naga"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({shader_type: "Naga"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Twilit Shader: Lich - twilightforest:shader:0{shader_type:"Lich"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({shader_type: "Lich"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Twilit Shader: Minoshroom - twilightforest:shader:0{shader_type:"Minoshroom"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({shader_type: "Minoshroom"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Twilit Shader: Hydra - twilightforest:shader:0{shader_type:"Hydra"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({shader_type: "Hydra"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Twilit Shader: Knight Phantom - twilightforest:shader:0{shader_type:"Knight Phantom"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({shader_type: "Knight Phantom"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Twilit Shader: Ur-Ghast - twilightforest:shader:0{shader_type:"Ur-Ghast"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({shader_type: "Ur-Ghast"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Twilit Shader: Alpha Yeti - twilightforest:shader:0{shader_type:"Alpha Yeti"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({shader_type: "Alpha Yeti"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Twilit Shader: Snow Queen - twilightforest:shader:0{shader_type:"Snow Queen"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({shader_type: "Snow Queen"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Upper - uppers:upper:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Abyssal Gold Ore - abyssalcraft:abygolore:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Abyssal Iron Ore - abyssalcraft:abyiroore:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Abyssal Nitre Ore - abyssalcraft:abynitore:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Chiseled Abyssal Stone Bricks - abyssalcraft:abybrick:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Cracked Abyssal Stone Bricks - abyssalcraft:abybrick:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Abyssal Stone Bricks - abyssalcraft:abybrick:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Chunk of Abyssalnite - abyssalcraft:abychunk:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Abyssal Coralium Ore - abyssalcraft:abycorore:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Chiseled Abyssalnite Stone Bricks - abyssalcraft:abydreadbrick:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Cracked Abyssalnite Stone Bricks - abyssalcraft:abydreadbrick:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Abyssalnite Stone Bricks - abyssalcraft:abydreadbrick:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Abyssalnite Stone Brick Slab - abyssalcraft:abydreadbrickslab1:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Abyssalnite Stone Brick Slab - abyssalcraft:abydreadbrickslab2:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Abyssalnite Stone Brick Stairs - abyssalcraft:abydreadbrickstairs:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Dreadlands Abyssalnite Ore - abyssalcraft:abydreadore:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Abyssal Stone Brick Fence - abyssalcraft:abyfence:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Liquified Coralium Ore - abyssalcraft:abylcorore:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Pearlescent Coralium Ore - abyssalcraft:abypcorore:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Abyssal Stone Pressure Plate - abyssalcraft:abypplate:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Abyssal Stone Brick Slab - abyssalcraft:abyslab1:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Abyssal Cobblestone Slab - abyssalcraft:abyssalcobblestoneslab1:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Abyssal Cobblestone Slab - abyssalcraft:abyssalcobblestoneslab2:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Abyssal Cobblestone Stairs - abyssalcraft:abyssalcobblestonestairs:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Abyssal Cobblestone Wall - abyssalcraft:abyssalcobblestonewall:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Abyssalnite Cobblestone Slab - abyssalcraft:abyssalnitecobblestoneslab1:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Abyssalnite Cobblestone Slab - abyssalcraft:abyssalnitecobblestoneslab2:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Abyssalnite Cobblestone Stairs - abyssalcraft:abyssalnitecobblestonestairs:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Abyssalnite Cobblestone Wall - abyssalcraft:abyssalnitecobblestonewall:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Abyssalnomicon - abyssalcraft:abyssalnomicon:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Abyssal Sand - abyssalcraft:abyssalsand:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Abyssal Sand Glass - abyssalcraft:abyssalsandglass:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Abyssal Stone Brick Stairs - abyssalcraft:abystairs:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Dread Plague Antidote - abyssalcraft:antidote:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Coralium Plague Antidote - abyssalcraft:antidote:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Azathoth Charm - abyssalcraft:azathothcharm:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Azathoth Charm - abyssalcraft:azathothcharm:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Azathoth Engraved Coin - abyssalcraft:azathothcoin:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Coralium Brick - abyssalcraft:cbrick:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Cha'garoth Spawner Block - abyssalcraft:chagarothspawner:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Ritual Charm - abyssalcraft:charm:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Abyssal Cobblestone - abyssalcraft:cobblestone:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Dreadstone Cobblestone - abyssalcraft:cobblestone:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Abyssalnite Cobblestone - abyssalcraft:cobblestone:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Coralium Cobblestone - abyssalcraft:cobblestone:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Coin - abyssalcraft:coin:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Coralium Cobblestone Slab - abyssalcraft:coraliumcobblestoneslab1:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Coralium Cobblestone Stairs - abyssalcraft:coraliumcobblestonestairs:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Coralium Cobblestone Wall - abyssalcraft:coraliumcobblestonewall:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Coralium Longbow - abyssalcraft:corbow:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Huge Crystal Bag - abyssalcraft:crystalbag_huge:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Large Crystal Bag - abyssalcraft:crystalbag_large:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Medium Crystal Bag - abyssalcraft:crystalbag_medium:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Small Crystal Bag - abyssalcraft:crystalbag_small:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Crystallizer - abyssalcraft:crystallizer:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Chiseled Coralium Bricks - abyssalcraft:cstonebrick:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Cracked Coralium Bricks - abyssalcraft:cstonebrick:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Coralium Bricks - abyssalcraft:cstonebrick:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Coralium Brick Slab - abyssalcraft:cstonebrickslab1:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Coralium Brick Slab - abyssalcraft:cstonebrickslab2:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Coralium Brick Stairs - abyssalcraft:cstonebrickstairs:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Coralium Stone Pressure Plate - abyssalcraft:cstonepplate:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Cthulhu Charm - abyssalcraft:cthulhucharm:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Cthulhu Charm - abyssalcraft:cthulhucharm:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Cthulhu Engraved Coin - abyssalcraft:cthulhucoin:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Cudgel - abyssalcraft:cudgel:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Chiseled Dark Ethaxium Bricks - abyssalcraft:darkethaxiumbrick:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Cracked Dark Ethaxium Bricks - abyssalcraft:darkethaxiumbrick:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Dark Ethaxium Bricks - abyssalcraft:darkethaxiumbrick:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Dark Ethaxium Brick Slab - abyssalcraft:darkethaxiumbrickslab1:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Dark Ethaxium Brick Slab - abyssalcraft:darkethaxiumbrickslab2:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Dark Ethaxium Brick Stairs - abyssalcraft:darkethaxiumbrickstairs:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Dark Ethaxium Pillar - abyssalcraft:darkethaxiumpillar:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Dreaded Abyssalnite Boots - abyssalcraft:dboots:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Dreaded Abyssalnite Helmet - abyssalcraft:dhelmet:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Dreaded Abyssalnite Leggings - abyssalcraft:dlegs:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Darklands Oak Wood Pressure Plate - abyssalcraft:dltpplate:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Dreadlands Wood Door - abyssalcraft:door_drt:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Dreaded Abyssalnite Chestplate - abyssalcraft:dplate:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Abyssal Wasteland Staff of Rending - abyssalcraft:drainstaff:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Dreadlands Staff of Rending - abyssalcraft:drainstaff:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Omothol Staff of Rending - abyssalcraft:drainstaff:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Staff of Rending - abyssalcraft:drainstaff:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Altar of Cha'garoth (bottom) - abyssalcraft:dreadaltarbottom:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Altar of Cha'garoth (top) - abyssalcraft:dreadaltartop:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Dreadium Katana Blade - abyssalcraft:dreadblade:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Chiseled Dreadstone Bricks - abyssalcraft:dreadbrick:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Cracked Dreadstone Bricks - abyssalcraft:dreadbrick:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Dreadstone Bricks - abyssalcraft:dreadbrick:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Dreadstone Brick Slab - abyssalcraft:dreadbrickslab1:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Dreadstone Brick Slab - abyssalcraft:dreadbrickslab2:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Dreadstone Brick Stairs - abyssalcraft:dreadbrickstairs:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Dreaded Chunk of Abyssalnite - abyssalcraft:dreadchunk:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Dread Cloth - abyssalcraft:dreadcloth:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Dread Fragment - abyssalcraft:dreadfragment:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Dreadlands Grass - abyssalcraft:dreadgrass:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Dreadguard Spawner Block - abyssalcraft:dreadguardspawner:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Dreadium Katana Hilt - abyssalcraft:dreadhilt:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Dreadium Axe - abyssalcraft:dreadiumaxe:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Dreadium Boots - abyssalcraft:dreadiumboots:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Dreadium Helmet - abyssalcraft:dreadiumhelmet:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Dreadium Hoe - abyssalcraft:dreadiumhoe:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Dreadium Leggings - abyssalcraft:dreadiumlegs:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Dreadium Pickaxe - abyssalcraft:dreadiumpickaxe:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Dreadium Chestplate - abyssalcraft:dreadiumplate:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Dreadium Samurai Boots - abyssalcraft:dreadiumsamuraiboots:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Dreadium Samurai Helmet - abyssalcraft:dreadiumsamuraihelmet:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Dreadium Samurai Leggings - abyssalcraft:dreadiumsamurailegs:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Dreadium Samurai Chestplate - abyssalcraft:dreadiumsamuraiplate:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Dreadium Shovel - abyssalcraft:dreadiumshovel:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Dreadium Sword - abyssalcraft:dreadiumsword:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Dreadium Katana - abyssalcraft:dreadkatana:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Dread-plagued Gateway Key - abyssalcraft:dreadkey:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Dreadlands Dirt - abyssalcraft:dreadlandsdirt:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Dreadlands Wood Leaves - abyssalcraft:dreadleaves:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Dreadlands Wood Log - abyssalcraft:dreadlog:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Dreaded Abyssalnite Ore - abyssalcraft:dreadore:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Dreadlands Wood Planks - abyssalcraft:dreadplanks:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Dreadium Plate - abyssalcraft:dreadplate:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Dreadlands Gateway - abyssalcraft:dreadportal:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Dreadlands Wood Sapling - abyssalcraft:dreadsapling:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Dreaded Shard of Abyssalnite - abyssalcraft:dreadshard:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Dreadstone Cobblestone Slab - abyssalcraft:dreadstonecobblestoneslab1:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Dreadstone Cobblestone Slab - abyssalcraft:dreadstonecobblestoneslab2:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Dreadstone Cobblestone Stairs - abyssalcraft:dreadstonecobblestonestairs:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Dreadstone Cobblestone Wall - abyssalcraft:dreadstonecobblestonewall:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Darkstone Pressure Plate - abyssalcraft:dspplate:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Elder Engraved Coin - abyssalcraft:eldercoin:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Eldritch Scale - abyssalcraft:eldritchscale:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Energy Depositioner - abyssalcraft:energydepositioner:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Engraver - abyssalcraft:engraver:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Azathoth Coin Engraving - abyssalcraft:engraving_azathoth:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Blank Coin Engraving - abyssalcraft:engraving_blank:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Cthulhu Coin Engraving - abyssalcraft:engraving_cthulhu:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Elder Coin Engraving - abyssalcraft:engraving_elder:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Hastur Coin Engraving - abyssalcraft:engraving_hastur:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. J'zahar Coin Engraving - abyssalcraft:engraving_jzahar:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Nyarlathotep Coin Engraving - abyssalcraft:engraving_nyarlathotep:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Shub-Niggurath Coin Engraving - abyssalcraft:engraving_shubniggurath:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Yog-Sothoth Coin Engraving - abyssalcraft:engraving_yogsothoth:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Eye of The Abyss - abyssalcraft:eoa:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Dreadlands Essence - abyssalcraft:essence:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Omothol Essence - abyssalcraft:essence:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Ethaxium Axe - abyssalcraft:ethaxiumaxe:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Ethaxium Boots - abyssalcraft:ethaxiumboots:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Chiseled Ethaxium Bricks - abyssalcraft:ethaxiumbrick:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Cracked Ethaxium Bricks - abyssalcraft:ethaxiumbrick:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Ethaxium Bricks - abyssalcraft:ethaxiumbrick:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Ethaxium Brick Slab - abyssalcraft:ethaxiumbrickslab1:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Ethaxium Brick Slab - abyssalcraft:ethaxiumbrickslab2:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Ethaxium Brick Stairs - abyssalcraft:ethaxiumbrickstairs:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Ethaxium Helmet - abyssalcraft:ethaxiumhelmet:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Ethaxium Hoe - abyssalcraft:ethaxiumhoe:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Ethaxium Leggings - abyssalcraft:ethaxiumlegs:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Ethaxium Pickaxe - abyssalcraft:ethaxiumpickaxe:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Ethaxium Pillar - abyssalcraft:ethaxiumpillar:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Ethaxium Chestplate - abyssalcraft:ethaxiumplate:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Ethaxium Shovel - abyssalcraft:ethaxiumshovel:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Ethaxium Sword - abyssalcraft:ethaxiumsword:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Ethaxium Brick - abyssalcraft:ethbrick:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Fused Abyssal Sand - abyssalcraft:fusedabyssalsand:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Essence of The Gatekeeper - abyssalcraft:gatekeeperessence:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Minion of The Gatekeeper Spawner Block - abyssalcraft:gatekeeperminionspawner:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Gateway Key - abyssalcraft:gatewaykey:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Asorah's Dreaded Gateway Key - abyssalcraft:gatewaykeydl:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Cha'garoth's R'lyehian Gateway Key - abyssalcraft:gatewaykeyjzh:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Hastur Charm - abyssalcraft:hasturcharm:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Hastur Charm - abyssalcraft:hasturcharm:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Hastur Engraved Coin - abyssalcraft:hasturcoin:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Interdimensional Cage - abyssalcraft:interdimensionalcage:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. J'zahar Charm - abyssalcraft:jzaharcharm:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. J'zahar Charm - abyssalcraft:jzaharcharm:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. J'zahar Engraved Coin - abyssalcraft:jzaharcoin:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. J'zahar Spawner Block - abyssalcraft:jzaharspawner:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Life Crystal - abyssalcraft:lifecrystal:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Luminous Thistle - abyssalcraft:luminousthistle:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Materializer - abyssalcraft:materializer:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Methane - abyssalcraft:methane:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Dreadlands Necronomicon - abyssalcraft:necronomicon_dre:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Omothol Necronomicon - abyssalcraft:necronomicon_omt:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Nyarlathotep Charm - abyssalcraft:nyarlathotepcharm:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Nyarlathotep Charm - abyssalcraft:nyarlathotepcharm:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Nyarlathotep Engraved Coin - abyssalcraft:nyarlathotepcoin:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Shard of Oblivion - abyssalcraft:oblivionshard:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Oblivion Catalyst - abyssalcraft:oc:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Oblivion Deathbomb - abyssalcraft:odb:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. ODB Core - abyssalcraft:odbcore:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Omothol Ghoul Flesh - abyssalcraft:omotholflesh:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Omothol Gateway - abyssalcraft:omotholportal:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Powerstone Tracker - abyssalcraft:powerstonetracker:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Dreadlands Infused Powerstone - abyssalcraft:psdl:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Ritual Altar - abyssalcraft:ritualaltar:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Ritual Altar - abyssalcraft:ritualaltar:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Ritual Altar - abyssalcraft:ritualaltar:7 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Ritual Pedestal - abyssalcraft:ritualpedestal:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Ritual Pedestal - abyssalcraft:ritualpedestal:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Ritual Pedestal - abyssalcraft:ritualpedestal:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Ritual Pedestal - abyssalcraft:ritualpedestal:7 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Abyssal Shoggoth Flesh - abyssalcraft:shoggothflesh:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Dreaded Shoggoth Flesh - abyssalcraft:shoggothflesh:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Omothol Shoggoth Flesh - abyssalcraft:shoggothflesh:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Shadow Shoggoth Flesh - abyssalcraft:shoggothflesh:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Shub-Niggurath Charm - abyssalcraft:shubniggurathcharm:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Shub-Niggurath Charm - abyssalcraft:shubniggurathcharm:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Shub-Niggurath Engraved Coin - abyssalcraft:shubniggurathcoin:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Skin of The Dreadlands - abyssalcraft:skin:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Skin of Omothol - abyssalcraft:skin:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Solid lava - abyssalcraft:solidlava:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Sacthoth's Soul Reaper Blade - abyssalcraft:soulreaper:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Staff of The Gatekeeper - abyssalcraft:staff:0{Mode:1} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Mode: 1}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Staff of The Gatekeeper - abyssalcraft:staff:0{} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. State Transformer - abyssalcraft:statetransformer:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Abyssal Stone - abyssalcraft:stone:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Dreadstone - abyssalcraft:stone:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Abyssalnite Stone - abyssalcraft:stone:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Coralium Stone - abyssalcraft:stone:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Ethaxium - abyssalcraft:stone:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Omothol Stone - abyssalcraft:stone:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Sulfur - abyssalcraft:sulfur:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Dreadlands Energy Collector - abyssalcraft:tieredenergycollector:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Omothol Energy Collector - abyssalcraft:tieredenergycollector:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Dreadlands Energy Container - abyssalcraft:tieredenergycontainer:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Omothol Energy Container - abyssalcraft:tieredenergycontainer:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Dreadlands Energy Pedestal - abyssalcraft:tieredenergypedestal:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Omothol Energy Pedestal - abyssalcraft:tieredenergypedestal:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Dreadlands Energy Relay - abyssalcraft:tieredenergyrelay:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Omothol Energy Relay - abyssalcraft:tieredenergyrelay:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Dreadlands Sacrificial Altar - abyssalcraft:tieredsacrificialaltar:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Omothol Sacrificial Altar - abyssalcraft:tieredsacrificialaltar:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Transmutation Gem - abyssalcraft:transmutationgem:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Wasteland's Thorn - abyssalcraft:wastelandsthorn:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Yog-Sothoth Charm - abyssalcraft:yogsothothcharm:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Yog-Sothoth Charm - abyssalcraft:yogsothothcharm:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Yog-Sothoth Engraved Coin - abyssalcraft:yogsothothcoin:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Calcified Stone - abyssalcraft:calcifiedstone:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Chunk of Coralium - abyssalcraft:cchunk:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Coralium Cobblestone Slab - abyssalcraft:coraliumcobblestoneslab2:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Refined Coralium Axe - abyssalcraft:coraxe:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Refined Coralium Boots - abyssalcraft:corboots:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Plated Coralium Boots - abyssalcraft:corbootsp:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Refined Coralium Helmet - abyssalcraft:corhelmet:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Plated Coralium Helmet - abyssalcraft:corhelmetp:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Refined Coralium Hoe - abyssalcraft:corhoe:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Refined Coralium Leggings - abyssalcraft:corlegs:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Plated Coralium Leggings - abyssalcraft:corlegsp:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Refined Coralium Pickaxe - abyssalcraft:corpick:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Refined Coralium Chestplate - abyssalcraft:corplate:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Plated Coralium Chestplate - abyssalcraft:corplatep:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Refined Coralium Shovel - abyssalcraft:corshovel:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Refined Coralium Sword - abyssalcraft:corsword:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Coralium Stone Button - abyssalcraft:cstonebutton:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Boots of The Depths - abyssalcraft:depthsboots:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Visage of The Depths - abyssalcraft:depthshelmet:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Legguards of The Depths - abyssalcraft:depthslegs:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Chestplate of The Depths - abyssalcraft:depthsplate:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Abyssal Wasteland Essence - abyssalcraft:essence:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Abyssal Wasteland Necronomicon - abyssalcraft:necronomicon_cor:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Coralium Plate - abyssalcraft:platec:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Ritual Altar - abyssalcraft:ritualaltar:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Ritual Altar - abyssalcraft:ritualaltar:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Ritual Pedestal - abyssalcraft:ritualpedestal:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Ritual Pedestal - abyssalcraft:ritualpedestal:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Skin of The Abyssal Wasteland - abyssalcraft:skin:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Abyssal Wasteland Energy Collector - abyssalcraft:tieredenergycollector:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Abyssal Wasteland Energy Container - abyssalcraft:tieredenergycontainer:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Abyssal Wasteland Energy Pedestal - abyssalcraft:tieredenergypedestal:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Abyssal Wasteland Energy Relay - abyssalcraft:tieredenergyrelay:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Abyssal Wasteland Sacrificial Altar - abyssalcraft:tieredsacrificialaltar:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Smiley Cloud - actuallyadditions:block_smiley_cloud:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Iron AIOT - actuallyadditions:iron_paxel:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Crushed Lapis - actuallyadditions:item_dust:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Wooden Crank - appliedenergistics2:crank:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Quartz Grindstone - appliedenergistics2:grindstone:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Ender Dust - appliedenergistics2:material:46 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Starlight Crafting Altar - astralsorcery:blockaltar:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Celestial Altar - astralsorcery:blockaltar:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Iridescent Altar - astralsorcery:blockaltar:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Attunement Altar - astralsorcery:blockattunementaltar:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Spectral Relay - astralsorcery:blockattunementrelay:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Sooty Marble - astralsorcery:blockblackmarble:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Evershifting Fountain - astralsorcery:blockbore:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Neromantic Prime - astralsorcery:blockborehead:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Floating Crystal - astralsorcery:blockcelestialcollectorcrystal:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. tile.blockcelestialcrystals.stage_32767.name - astralsorcery:blockcelestialcrystals:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Celestial Gateway - astralsorcery:blockcelestialgateway:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Floating Crystal - astralsorcery:blockcollectorcrystal:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Faint Amaranth - astralsorcery:blockcustomflower:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Rock Crystal Ore - astralsorcery:blockcustomore:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Aquamarine Shale - astralsorcery:blockcustomsandore:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Gem Crystal Cluster - astralsorcery:blockgemcrystals:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Gem Crystal Cluster - astralsorcery:blockgemcrystals:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Gem Crystal Cluster - astralsorcery:blockgemcrystals:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Gem Crystal Cluster - astralsorcery:blockgemcrystals:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Gem Crystal Cluster - astralsorcery:blockgemcrystals:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Rock Crystal Sample - astralsorcery:blockgeolosyssamplecluster:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Infused Wood - astralsorcery:blockinfusedwood:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Lens - astralsorcery:blocklens:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Telescope - astralsorcery:blockmachine:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Stellar Refraction Table - astralsorcery:blockmapdrawingtable:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. PrismLens - astralsorcery:blockprism:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Ritual Anchor - astralsorcery:blockrituallink:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Ritual Pedestal - astralsorcery:blockritualpedestal:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Starlight Infuser - astralsorcery:blockstarlightinfuser:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Tree Beacon - astralsorcery:blocktreebeacon:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Lightwell - astralsorcery:blockwell:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Cave Illuminator - astralsorcery:blockworldilluminator:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Formation Wand - astralsorcery:itemarchitectwand:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Mantle of Stars - astralsorcery:itemcape:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Mantle of Stars - astralsorcery:itemcape:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Mantle of Stars - astralsorcery:itemcape:0{astralsorcery:{}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({astralsorcery: {}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Celestial Crystal - astralsorcery:itemcelestialcrystal:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Infused Crystal Axe - astralsorcery:itemchargedcrystalaxe:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Infused Crystal Pickaxe - astralsorcery:itemchargedcrystalpickaxe:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Infused Crystal Shovel - astralsorcery:itemchargedcrystalshovel:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Infused Crystal Sword - astralsorcery:itemchargedcrystalsword:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Colored Lens - astralsorcery:itemcoloredlens:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Constellation Paper - astralsorcery:itemconstellationpaper:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Starmetal Ingot - astralsorcery:itemcraftingcomponent:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Stardust - astralsorcery:itemcraftingcomponent:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Glass Lens - astralsorcery:itemcraftingcomponent:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Resonating Gem - astralsorcery:itemcraftingcomponent:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Crystal Axe - astralsorcery:itemcrystalaxe:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Crystal Pickaxe - astralsorcery:itemcrystalpickaxe:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Crystal Shovel - astralsorcery:itemcrystalshovel:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Crystal Sword - astralsorcery:itemcrystalsword:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Impulsion Wand - astralsorcery:itemgrapplewand:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Looking Glass - astralsorcery:itemhandtelescope:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Illumination Wand - astralsorcery:itemilluminationwand:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Infused Glass - astralsorcery:iteminfusedglass:32767{astralsorcery:{}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({astralsorcery: {}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Scroll of Written Expertise - astralsorcery:itemknowledgeshare:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Linking Tool - astralsorcery:itemlinkingtool:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Ourium Gem - astralsorcery:itemperkgem:0{astralsorcery:{modifiers:[{mode:1,baseValue:0.06940986f,idMost:-3500271140658593275L,type:"astralsorcery.projectileattackdamage",idLeast:-5690853214501329548L},{mode:1,baseValue:0.06523435f,idMost:-2094018233178700936L,type:"astralsorcery.maxhealth",idLeast:-5799080309016450669L},{mode:1,baseValue:0.051517107f,idMost:-8549864506479328231L,type:"astralsorcery.movespeed",idLeast:-6323431257470054066L}]}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({astralsorcery: {modifiers: [{mode: 1, baseValue: 0.06940986 as float, idMost: -3500271140658593275 as long, type: "astralsorcery.projectileattackdamage", idLeast: -5690853214501329548 as long}, {mode: 1, baseValue: 0.06523435 as float, idMost: -2094018233178700936 as long, type: "astralsorcery.maxhealth", idLeast: -5799080309016450669 as long}, {mode: 1, baseValue: 0.051517107 as float, idMost: -8549864506479328231 as long, type: "astralsorcery.movespeed", idLeast: -6323431257470054066 as long}]}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Ilium Gem - astralsorcery:itemperkgem:1{astralsorcery:{modifiers:[{mode:1,baseValue:0.053532366f,idMost:8383532414938792242L,type:"astralsorcery.maxhealth",idLeast:-5746197697084733003L},{mode:1,baseValue:0.0526237f,idMost:-3021617303100896076L,type:"astralsorcery.attackspeed",idLeast:-5303091824141759005L}]}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({astralsorcery: {modifiers: [{mode: 1, baseValue: 0.053532366 as float, idMost: 8383532414938792242 as long, type: "astralsorcery.maxhealth", idLeast: -5746197697084733003 as long}, {mode: 1, baseValue: 0.0526237 as float, idMost: -3021617303100896076 as long, type: "astralsorcery.attackspeed", idLeast: -5303091824141759005 as long}]}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Fengarum Gem - astralsorcery:itemperkgem:2{astralsorcery:{modifiers:[{mode:1,baseValue:0.05758308f,idMost:6815915475742640333L,type:"astralsorcery.projectileattackdamage",idLeast:-8343551605423860456L},{mode:1,baseValue:0.08f,idMost:-26675097360904430L,type:"astralsorcery.armor",idLeast:-8806404208308977082L}]}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({astralsorcery: {modifiers: [{mode: 1, baseValue: 0.05758308 as float, idMost: 6815915475742640333 as long, type: "astralsorcery.projectileattackdamage", idLeast: -8343551605423860456 as long}, {mode: 1, baseValue: 0.08 as float, idMost: -26675097360904430 as long, type: "astralsorcery.armor", idLeast: -8806404208308977082 as long}]}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Sealing Sigil - astralsorcery:itemperkseal:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Rock Crystal - astralsorcery:itemrockcrystalsimple:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Shifting Star - astralsorcery:itemshiftingstar:0{astralsorcery:{}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({astralsorcery: {}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Irradiant Star - astralsorcery:itemshiftingstar:0{astralsorcery:{starAttunement:"astralsorcery.constellation.aevitas"}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({astralsorcery: {starAttunement: "astralsorcery.constellation.aevitas"}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Irradiant Star - astralsorcery:itemshiftingstar:0{astralsorcery:{starAttunement:"astralsorcery.constellation.armara"}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({astralsorcery: {starAttunement: "astralsorcery.constellation.armara"}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Irradiant Star - astralsorcery:itemshiftingstar:0{astralsorcery:{starAttunement:"astralsorcery.constellation.discidia"}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({astralsorcery: {starAttunement: "astralsorcery.constellation.discidia"}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Irradiant Star - astralsorcery:itemshiftingstar:0{astralsorcery:{starAttunement:"astralsorcery.constellation.evorsio"}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({astralsorcery: {starAttunement: "astralsorcery.constellation.evorsio"}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Irradiant Star - astralsorcery:itemshiftingstar:0{astralsorcery:{starAttunement:"astralsorcery.constellation.vicio"}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({astralsorcery: {starAttunement: "astralsorcery.constellation.vicio"}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Fosic Resonator - astralsorcery:itemskyresonator:0{astralsorcery:{}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({astralsorcery: {}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Attuned Celestial Crystal - astralsorcery:itemtunedcelestialcrystal:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Attuned Rock Crystal - astralsorcery:itemtunedrockcrystal:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Nocturnal Powder - astralsorcery:itemusabledust:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Resonating Wand - astralsorcery:itemwand:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Resonating Wand - astralsorcery:itemwand:0{astralsorcery:{}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({astralsorcery: {}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Resonating Wand - astralsorcery:itemwand:0{astralsorcery:{AugmentName:"astralsorcery.constellation.aevitas"}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({astralsorcery: {AugmentName: "astralsorcery.constellation.aevitas"}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Resonating Wand - astralsorcery:itemwand:0{astralsorcery:{AugmentName:"astralsorcery.constellation.armara"}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({astralsorcery: {AugmentName: "astralsorcery.constellation.armara"}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Resonating Wand - astralsorcery:itemwand:0{astralsorcery:{AugmentName:"astralsorcery.constellation.discidia"}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({astralsorcery: {AugmentName: "astralsorcery.constellation.discidia"}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Resonating Wand - astralsorcery:itemwand:0{astralsorcery:{AugmentName:"astralsorcery.constellation.evorsio"}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({astralsorcery: {AugmentName: "astralsorcery.constellation.evorsio"}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Resonating Wand - astralsorcery:itemwand:0{astralsorcery:{AugmentName:"astralsorcery.constellation.vicio"}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({astralsorcery: {AugmentName: "astralsorcery.constellation.vicio"}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Iron Wand - betterbuilderswands:wandiron:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Golden Carpenter Saw - betterwithaddons:gold_carpentersaw:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Golden Kukri - betterwithaddons:gold_kukri:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Golden Machete - betterwithaddons:gold_machete:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Golden Mason Pick - betterwithaddons:gold_masonpick:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Golden Matchpick - betterwithaddons:gold_matchpick:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Golden Spade - betterwithaddons:gold_spade:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Aqueduct - betterwithaddons:aqueduct:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Artifact Display - betterwithaddons:artifact_frame:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Bolt of Paper - betterwithaddons:bolt:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Bundle of Arrows - betterwithaddons:bundle:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Crated Enderpearls - betterwithaddons:crate:12 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Wood Bleach - betterwithaddons:decomat:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Wood Stain - betterwithaddons:decomat:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Hemp Oil - betterwithaddons:decomat:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Mushroom Pie - betterwithaddons:food_pie_amanita:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Meat Pie - betterwithaddons:food_pie_meat:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Melon Pie - betterwithaddons:food_pie_melon:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Mushroom Pie - betterwithaddons:food_pie_mushroom:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Iron Carpenter Saw - betterwithaddons:iron_carpentersaw:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Iron Kukri - betterwithaddons:iron_kukri:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Iron Machete - betterwithaddons:iron_machete:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Iron Mason Pick - betterwithaddons:iron_masonpick:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Iron Spade - betterwithaddons:iron_spade:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Iron Lattice - betterwithaddons:lattice:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Monument - betterwithaddons:monument:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Paper Wall - betterwithaddons:paper_wall:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. PCB - betterwithaddons:pcb_block:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Redstone Emitter - betterwithaddons:redstone_emitter:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Ink and Quill (Old) - betterwithaddons:tweakmat:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Oven Ready Meat Pie - betterwithaddons:unbaked:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Oven Ready Mushroom Pie - betterwithaddons:unbaked:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Oven Ready Mushroom Pie - betterwithaddons:unbaked:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Oven Ready Melon Pie - betterwithaddons:unbaked:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Block of Wet Soap - betterwithaddons:wet_soap:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Mossy White Stone Bricks - betterwithaddons:whitebrick:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Cracked White Stone Bricks - betterwithaddons:whitebrick:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Chiseled White Stone Bricks - betterwithaddons:whitebrick:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. White Stone Bricks - betterwithaddons:whitebrick:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. 3 entries: +Mossy Stone Bricks Corner - betterwithmods:corner_rock:0{texture:{Properties:{variant:"mossy_stonebrick"},Name:"minecraft:stonebrick"}} +Mossy Stone Bricks Moulding - betterwithmods:moulding_rock:0{texture:{Properties:{variant:"mossy_stonebrick"},Name:"minecraft:stonebrick"}} +Mossy Stone Bricks Siding - betterwithmods:siding_rock:0{texture:{Properties:{variant:"mossy_stonebrick"},Name:"minecraft:stonebrick"}} +[INITIALIZATION][SERVER][INFO] Adding: type:CORNER parent:[1xtile.stonebricksmooth@1] * 1 | type:MOULDING parent:[1xtile.stonebricksmooth@1] * 1 | type:SIDING parent:[1xtile.stonebricksmooth@1] * 1 to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. 3 entries: +Cracked Stone Bricks Corner - betterwithmods:corner_rock:0{texture:{Properties:{variant:"cracked_stonebrick"},Name:"minecraft:stonebrick"}} +Cracked Stone Bricks Moulding - betterwithmods:moulding_rock:0{texture:{Properties:{variant:"cracked_stonebrick"},Name:"minecraft:stonebrick"}} +Cracked Stone Bricks Siding - betterwithmods:siding_rock:0{texture:{Properties:{variant:"cracked_stonebrick"},Name:"minecraft:stonebrick"}} +[INITIALIZATION][SERVER][INFO] Adding: type:CORNER parent:[1xtile.stonebricksmooth@2] * 1 | type:MOULDING parent:[1xtile.stonebricksmooth@2] * 1 | type:SIDING parent:[1xtile.stonebricksmooth@2] * 1 to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. 3 entries: +Chiseled Stone Bricks Corner - betterwithmods:corner_rock:0{texture:{Properties:{variant:"chiseled_stonebrick"},Name:"minecraft:stonebrick"}} +Chiseled Stone Bricks Moulding - betterwithmods:moulding_rock:0{texture:{Properties:{variant:"chiseled_stonebrick"},Name:"minecraft:stonebrick"}} +Chiseled Stone Bricks Siding - betterwithmods:siding_rock:0{texture:{Properties:{variant:"chiseled_stonebrick"},Name:"minecraft:stonebrick"}} +[INITIALIZATION][SERVER][INFO] Adding: type:CORNER parent:[1xtile.stonebricksmooth@3] * 1 | type:MOULDING parent:[1xtile.stonebricksmooth@3] * 1 | type:SIDING parent:[1xtile.stonebricksmooth@3] * 1 to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. 3 entries: +Stone Bricks Corner - betterwithmods:corner_rock:0{texture:{Properties:{variant:"stonebrick"},Name:"minecraft:stonebrick"}} +Stone Bricks Moulding - betterwithmods:moulding_rock:0{texture:{Properties:{variant:"stonebrick"},Name:"minecraft:stonebrick"}} +Stone Bricks Siding - betterwithmods:siding_rock:0{texture:{Properties:{variant:"stonebrick"},Name:"minecraft:stonebrick"}} +[INITIALIZATION][SERVER][INFO] Adding: type:CORNER parent:[1xtile.stonebricksmooth@0] * 1 | type:MOULDING parent:[1xtile.stonebricksmooth@0] * 1 | type:SIDING parent:[1xtile.stonebricksmooth@0] * 1 to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Ender Block - betterwithmods:aesthetic:8 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Ocular of Ender - betterwithmods:material:40 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Oven Ready Pumpkin Pie - betterwithmods:raw_pastry:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Raw Cookie Dough - betterwithmods:raw_pastry:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Oven Ready Apple Pie - betterwithmods:raw_pastry:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Block of Wicker - betterwithmods:aesthetic:12 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Apple Pie - betterwithmods:apple_pie:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Arcane Scroll - betterwithmods:arcane_scroll:0{enchant:0} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({enchant: 0}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Arcane Scroll - betterwithmods:arcane_scroll:0{enchant:1} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({enchant: 1}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Arcane Scroll - betterwithmods:arcane_scroll:0{enchant:2} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({enchant: 2}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Arcane Scroll - betterwithmods:arcane_scroll:0{enchant:3} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({enchant: 3}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Arcane Scroll - betterwithmods:arcane_scroll:0{enchant:4} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({enchant: 4}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Arcane Scroll - betterwithmods:arcane_scroll:0{enchant:5} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({enchant: 5}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Arcane Scroll - betterwithmods:arcane_scroll:0{enchant:6} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({enchant: 6}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Arcane Scroll - betterwithmods:arcane_scroll:0{enchant:7} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({enchant: 7}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Arcane Scroll - betterwithmods:arcane_scroll:0{enchant:8} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({enchant: 8}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Arcane Scroll - betterwithmods:arcane_scroll:0{enchant:9} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({enchant: 9}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Arcane Scroll - betterwithmods:arcane_scroll:0{enchant:10} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({enchant: 10}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Arcane Scroll - betterwithmods:arcane_scroll:0{enchant:11} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({enchant: 11}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Arcane Scroll - betterwithmods:arcane_scroll:0{enchant:12} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({enchant: 12}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Arcane Scroll - betterwithmods:arcane_scroll:0{enchant:13} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({enchant: 13}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Arcane Scroll - betterwithmods:arcane_scroll:0{enchant:14} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({enchant: 14}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Arcane Scroll - betterwithmods:arcane_scroll:0{enchant:15} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({enchant: 15}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Arcane Scroll - betterwithmods:arcane_scroll:0{enchant:16} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({enchant: 16}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Arcane Scroll - betterwithmods:arcane_scroll:0{enchant:17} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({enchant: 17}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Arcane Scroll - betterwithmods:arcane_scroll:0{enchant:18} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({enchant: 18}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Arcane Scroll - betterwithmods:arcane_scroll:0{enchant:19} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({enchant: 19}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Arcane Scroll - betterwithmods:arcane_scroll:0{enchant:20} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({enchant: 20}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Arcane Scroll - betterwithmods:arcane_scroll:0{enchant:21} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({enchant: 21}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Arcane Scroll - betterwithmods:arcane_scroll:0{enchant:22} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({enchant: 22}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Arcane Scroll - betterwithmods:arcane_scroll:0{enchant:23} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({enchant: 23}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Arcane Scroll - betterwithmods:arcane_scroll:0{enchant:24} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({enchant: 24}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Arcane Scroll - betterwithmods:arcane_scroll:0{enchant:25} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({enchant: 25}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Arcane Scroll - betterwithmods:arcane_scroll:0{enchant:26} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({enchant: 26}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Arcane Scroll - betterwithmods:arcane_scroll:0{enchant:27} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({enchant: 27}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Arcane Scroll - betterwithmods:arcane_scroll:0{enchant:28} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({enchant: 28}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Arcane Scroll - betterwithmods:arcane_scroll:0{enchant:29} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({enchant: 29}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Arcane Scroll - betterwithmods:arcane_scroll:0{enchant:30} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({enchant: 30}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Arcane Scroll - betterwithmods:arcane_scroll:0{enchant:31} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({enchant: 31}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Arcane Scroll - betterwithmods:arcane_scroll:0{enchant:32} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({enchant: 32}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Arcane Scroll - betterwithmods:arcane_scroll:0{enchant:33} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({enchant: 33}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Arcane Scroll - betterwithmods:arcane_scroll:0{enchant:34} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({enchant: 34}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Arcane Scroll - betterwithmods:arcane_scroll:0{enchant:35} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({enchant: 35}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Arcane Scroll - betterwithmods:arcane_scroll:0{enchant:36} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({enchant: 36}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Arcane Scroll - betterwithmods:arcane_scroll:0{enchant:37} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({enchant: 37}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Arcane Scroll - betterwithmods:arcane_scroll:0{enchant:38} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({enchant: 38}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Arcane Scroll - betterwithmods:arcane_scroll:0{enchant:39} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({enchant: 39}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Arcane Scroll - betterwithmods:arcane_scroll:0{enchant:40} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({enchant: 40}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Arcane Scroll - betterwithmods:arcane_scroll:0{enchant:41} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({enchant: 41}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Arcane Scroll - betterwithmods:arcane_scroll:0{enchant:42} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({enchant: 42}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Arcane Scroll - betterwithmods:arcane_scroll:0{enchant:43} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({enchant: 43}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Arcane Scroll - betterwithmods:arcane_scroll:0{enchant:44} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({enchant: 44}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Arcane Scroll - betterwithmods:arcane_scroll:0{enchant:48} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({enchant: 48}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Arcane Scroll - betterwithmods:arcane_scroll:0{enchant:49} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({enchant: 49}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Arcane Scroll - betterwithmods:arcane_scroll:0{enchant:50} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({enchant: 50}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Arcane Scroll - betterwithmods:arcane_scroll:0{enchant:51} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({enchant: 51}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Arcane Scroll - betterwithmods:arcane_scroll:0{enchant:61} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({enchant: 61}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Arcane Scroll - betterwithmods:arcane_scroll:0{enchant:62} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({enchant: 62}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Arcane Scroll - betterwithmods:arcane_scroll:0{enchant:70} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({enchant: 70}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Arcane Scroll - betterwithmods:arcane_scroll:0{enchant:71} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({enchant: 71}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Well Bucket - betterwithmods:bucket:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Composite Bow - betterwithmods:composite_bow:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Dynamite - betterwithmods:dynamite:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Ender Spectacles - betterwithmods:ender_spectacles:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Haft - betterwithmods:material:36 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. tile.bwm:metal_chime.32767.name - betterwithmods:metal_chime:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Farmland Planter - betterwithmods:planter:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Grass Planter - betterwithmods:planter:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Soul Sand Planter - betterwithmods:planter:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Fertile Planter - betterwithmods:planter:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Sand Planter - betterwithmods:planter:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Water Planter - betterwithmods:planter:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Gravel Planter - betterwithmods:planter:7 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Red Sand Planter - betterwithmods:planter:8 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Dirt Planter - betterwithmods:planter:9 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Planter - betterwithmods:planter:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Stone Brick Corner - betterwithmods:stone_corner:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Stone Brick Moulding - betterwithmods:stone_moulding:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Stone Brick Siding - betterwithmods:stone_siding:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Unfired Brick - betterwithmods:unfired_pottery:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Spruce Armor Stand - bibliocraft:armorstand:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Birch Armor Stand - bibliocraft:armorstand:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Jungle Armor Stand - bibliocraft:armorstand:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Acacia Armor Stand - bibliocraft:armorstand:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Dark Oak Armor Stand - bibliocraft:armorstand:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Framed Armor Stand - bibliocraft:armorstand:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Oak Armor Stand - bibliocraft:armorstand:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Atlas - bibliocraft:atlasbook:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Big Writing Book - bibliocraft:bigbook:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Spruce Bookcase - bibliocraft:bookcase:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Birch Bookcase - bibliocraft:bookcase:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Jungle Bookcase - bibliocraft:bookcase:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Acacia Bookcase - bibliocraft:bookcase:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Dark Oak Bookcase - bibliocraft:bookcase:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Framed Bookcase - bibliocraft:bookcase:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Oak Bookcase - bibliocraft:bookcase:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Spruce Case - bibliocraft:case:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Birch Case - bibliocraft:case:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Jungle Case - bibliocraft:case:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Acacia Case - bibliocraft:case:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Dark Oak Case - bibliocraft:case:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Framed Case - bibliocraft:case:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Oak Case - bibliocraft:case:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Compass - bibliocraft:compass:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Spruce Desk - bibliocraft:desk:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Birch Desk - bibliocraft:desk:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Jungle Desk - bibliocraft:desk:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Acacia Desk - bibliocraft:desk:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Dark Oak Desk - bibliocraft:desk:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Framed Desk - bibliocraft:desk:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Oak Desk - bibliocraft:desk:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Spruce Fancy Sign - bibliocraft:fancysign:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Birch Fancy Sign - bibliocraft:fancysign:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Jungle Fancy Sign - bibliocraft:fancysign:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Acacia Fancy Sign - bibliocraft:fancysign:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Dark Oak Fancy Sign - bibliocraft:fancysign:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Framed Fancy Sign - bibliocraft:fancysign:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Oak Fancy Sign - bibliocraft:fancysign:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Spruce Fancy Workbench - bibliocraft:fancyworkbench:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Birch Fancy Workbench - bibliocraft:fancyworkbench:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Jungle Fancy Workbench - bibliocraft:fancyworkbench:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Acacia Fancy Workbench - bibliocraft:fancyworkbench:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Dark Oak Workbench - bibliocraft:fancyworkbench:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Framed Fancy Workbench - bibliocraft:fancyworkbench:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Oak Fancy Workbench - bibliocraft:fancyworkbench:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Spruce Framed Chest - bibliocraft:framedchest:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Birch Framed Chest - bibliocraft:framedchest:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Jungle Framed Chest - bibliocraft:framedchest:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Acacia Framed Chest - bibliocraft:framedchest:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Dark Oak Framed Chest - bibliocraft:framedchest:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Framed Framed Chest - bibliocraft:framedchest:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Oak Framed Chest - bibliocraft:framedchest:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Framing Board - bibliocraft:framingboard:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Framing Saw - bibliocraft:framingsaw:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Framing Sheet - bibliocraft:framingsheet:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Spruce Furniture Paneler - bibliocraft:furniturepaneler:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Birch Furniture Paneler - bibliocraft:furniturepaneler:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Jungle Furniture Paneler - bibliocraft:furniturepaneler:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Acacia Furniture Paneler - bibliocraft:furniturepaneler:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Dark Oak Furniture Paneler - bibliocraft:furniturepaneler:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Framed Furniture Paneler - bibliocraft:furniturepaneler:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Oak Furniture Paneler - bibliocraft:furniturepaneler:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Hand Drill - bibliocraft:handdrill:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Spruce Wood Label - bibliocraft:label:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Birch Wood Label - bibliocraft:label:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Jungle Wood Label - bibliocraft:label:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Acacia Label - bibliocraft:label:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Dark Oak Label - bibliocraft:label:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Framed Label - bibliocraft:label:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Oak Wood Label - bibliocraft:label:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Fancy Lamp - bibliocraft:lampgold:10 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Fancy Lamp - bibliocraft:lampgold:11 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Fancy Lamp - bibliocraft:lampgold:12 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Fancy Lamp - bibliocraft:lampgold:13 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Fancy Lamp - bibliocraft:lampgold:14 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Fancy Lamp - bibliocraft:lampgold:15 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Fancy Lamp - bibliocraft:lampgold:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Fancy Lamp - bibliocraft:lampgold:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Fancy Lamp - bibliocraft:lampgold:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Fancy Lamp - bibliocraft:lampgold:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Fancy Lamp - bibliocraft:lampgold:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Fancy Lamp - bibliocraft:lampgold:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Fancy Lamp - bibliocraft:lampgold:7 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Fancy Lamp - bibliocraft:lampgold:8 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Fancy Lamp - bibliocraft:lampgold:9 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Fancy Lamp - bibliocraft:lampgold:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Fancy Lamp - bibliocraft:lampiron:10 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Fancy Lamp - bibliocraft:lampiron:11 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Fancy Lamp - bibliocraft:lampiron:12 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Fancy Lamp - bibliocraft:lampiron:13 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Fancy Lamp - bibliocraft:lampiron:14 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Fancy Lamp - bibliocraft:lampiron:15 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Fancy Lamp - bibliocraft:lampiron:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Fancy Lamp - bibliocraft:lampiron:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Fancy Lamp - bibliocraft:lampiron:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Fancy Lamp - bibliocraft:lampiron:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Fancy Lamp - bibliocraft:lampiron:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Fancy Lamp - bibliocraft:lampiron:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Fancy Lamp - bibliocraft:lampiron:7 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Fancy Lamp - bibliocraft:lampiron:8 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Fancy Lamp - bibliocraft:lampiron:9 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Fancy Lamp - bibliocraft:lampiron:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Fancy Lantern - bibliocraft:lanterngold:10 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Fancy Lantern - bibliocraft:lanterngold:11 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Fancy Lantern - bibliocraft:lanterngold:12 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Fancy Lantern - bibliocraft:lanterngold:13 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Fancy Lantern - bibliocraft:lanterngold:14 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Fancy Lantern - bibliocraft:lanterngold:15 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Fancy Lantern - bibliocraft:lanterngold:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Fancy Lantern - bibliocraft:lanterngold:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Fancy Lantern - bibliocraft:lanterngold:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Fancy Lantern - bibliocraft:lanterngold:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Fancy Lantern - bibliocraft:lanterngold:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Fancy Lantern - bibliocraft:lanterngold:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Fancy Lantern - bibliocraft:lanterngold:7 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Fancy Lantern - bibliocraft:lanterngold:8 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Fancy Lantern - bibliocraft:lanterngold:9 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Fancy Lantern - bibliocraft:lanterngold:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Fancy Lantern - bibliocraft:lanterniron:10 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Fancy Lantern - bibliocraft:lanterniron:11 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Fancy Lantern - bibliocraft:lanterniron:12 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Fancy Lantern - bibliocraft:lanterniron:13 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Fancy Lantern - bibliocraft:lanterniron:14 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Fancy Lantern - bibliocraft:lanterniron:15 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Fancy Lantern - bibliocraft:lanterniron:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Fancy Lantern - bibliocraft:lanterniron:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Fancy Lantern - bibliocraft:lanterniron:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Fancy Lantern - bibliocraft:lanterniron:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Fancy Lantern - bibliocraft:lanterniron:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Fancy Lantern - bibliocraft:lanterniron:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Fancy Lantern - bibliocraft:lanterniron:7 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Fancy Lantern - bibliocraft:lanterniron:8 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Fancy Lantern - bibliocraft:lanterniron:9 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Fancy Lantern - bibliocraft:lanterniron:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Spruce Map Frame - bibliocraft:mapframe:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Birch Map Frame - bibliocraft:mapframe:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Jungle Map Frame - bibliocraft:mapframe:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Acacia Map Frame - bibliocraft:mapframe:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Dark Oak Map Frame - bibliocraft:mapframe:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Framed Map Frame - bibliocraft:mapframe:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Oak Map Frame - bibliocraft:mapframe:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Drafting Compass - bibliocraft:maptool:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Painting Canvas - bibliocraft:paintingcanvas:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Spruce Painting Frame - bibliocraft:paintingframeborderless:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Birch Painting Frame - bibliocraft:paintingframeborderless:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Jungle Painting Frame - bibliocraft:paintingframeborderless:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Acacia Painting Frame - bibliocraft:paintingframeborderless:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Dark Oak Painting Frame - bibliocraft:paintingframeborderless:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Framed Painting Frame - bibliocraft:paintingframeborderless:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Oak Painting Frame - bibliocraft:paintingframeborderless:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Spruce Painting Frame - bibliocraft:paintingframefancy:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Birch Painting Frame - bibliocraft:paintingframefancy:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Jungle Painting Frame - bibliocraft:paintingframefancy:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Acacia Painting Frame - bibliocraft:paintingframefancy:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Dark Oak Painting Frame - bibliocraft:paintingframefancy:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Framed Painting Frame - bibliocraft:paintingframefancy:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Oak Painting Frame - bibliocraft:paintingframefancy:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Spruce Painting Frame - bibliocraft:paintingframeflat:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Birch Painting Frame - bibliocraft:paintingframeflat:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Jungle Painting Frame - bibliocraft:paintingframeflat:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Acacia Painting Frame - bibliocraft:paintingframeflat:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Dark Oak Painting Frame - bibliocraft:paintingframeflat:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Framed Painting Frame - bibliocraft:paintingframeflat:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Oak Painting Frame - bibliocraft:paintingframeflat:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Spruce Painting Frame - bibliocraft:paintingframemiddle:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Birch Painting Frame - bibliocraft:paintingframemiddle:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Jungle Painting Frame - bibliocraft:paintingframemiddle:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Acacia Painting Frame - bibliocraft:paintingframemiddle:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Dark Oak Painting Frame - bibliocraft:paintingframemiddle:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Framed Painting Frame - bibliocraft:paintingframemiddle:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Oak Painting Frame - bibliocraft:paintingframemiddle:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Spruce Painting Frame - bibliocraft:paintingframesimple:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Birch Painting Frame - bibliocraft:paintingframesimple:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Jungle Painting Frame - bibliocraft:paintingframesimple:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Acacia Painting Frame - bibliocraft:paintingframesimple:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Dark Oak Painting Frame - bibliocraft:paintingframesimple:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Framed Painting Frame - bibliocraft:paintingframesimple:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Oak Painting Frame - bibliocraft:paintingframesimple:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Empty Recipe Book - bibliocraft:recipebook:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Spruce Seat - bibliocraft:seat:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Birch Seat - bibliocraft:seat:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Jungle Seat - bibliocraft:seat:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Acacia Seat - bibliocraft:seat:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Dark Oak Seat - bibliocraft:seat:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Framed Seat - bibliocraft:seat:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Oak Seat - bibliocraft:seat:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Spruce Seat Back - bibliocraft:seatback1:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Birch Seat Back - bibliocraft:seatback1:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Jungle Seat Back - bibliocraft:seatback1:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Acacia Seat Back - bibliocraft:seatback1:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Dark Oak Seat Back - bibliocraft:seatback1:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Framed Seat Back - bibliocraft:seatback1:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Oak Seat Back - bibliocraft:seatback1:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Spruce Seat Back - bibliocraft:seatback2:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Birch Seat Back - bibliocraft:seatback2:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Jungle Seat Back - bibliocraft:seatback2:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Acacia Seat Back - bibliocraft:seatback2:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Dark Oak Seat Back - bibliocraft:seatback2:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Framed Seat Back - bibliocraft:seatback2:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Oak Seat Back - bibliocraft:seatback2:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Spruce Seat Back - bibliocraft:seatback3:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Birch Seat Back - bibliocraft:seatback3:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Jungle Seat Back - bibliocraft:seatback3:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Acacia Seat Back - bibliocraft:seatback3:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Dark Oak Seat Back - bibliocraft:seatback3:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Framed Seat Back - bibliocraft:seatback3:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Oak Seat Back - bibliocraft:seatback3:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Spruce Seat Back - bibliocraft:seatback4:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Birch Seat Back - bibliocraft:seatback4:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Jungle Seat Back - bibliocraft:seatback4:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Acacia Seat Back - bibliocraft:seatback4:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Dark Oak Seat Back - bibliocraft:seatback4:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Framed Seat Back - bibliocraft:seatback4:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Oak Seat Back - bibliocraft:seatback4:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Spruce Seat Back - bibliocraft:seatback5:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Birch Seat Back - bibliocraft:seatback5:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Jungle Seat Back - bibliocraft:seatback5:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Acacia Seat Back - bibliocraft:seatback5:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Dark Oak Seat Back - bibliocraft:seatback5:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Framed Seat Back - bibliocraft:seatback5:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Oak Seat Back - bibliocraft:seatback5:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Framed Shelf - bibliocraft:shelf:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Slotted Book - bibliocraft:slottedbook:0{authorName:"by Sir Hidington"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({authorName: "by Sir Hidington"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Stockroom Catalog - bibliocraft:stockroomcatalog:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Sword Pedestal - bibliocraft:swordpedestal:10 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Sword Pedestal - bibliocraft:swordpedestal:11 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Sword Pedestal - bibliocraft:swordpedestal:12 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Sword Pedestal - bibliocraft:swordpedestal:13 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Sword Pedestal - bibliocraft:swordpedestal:14 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Sword Pedestal - bibliocraft:swordpedestal:15 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Sword Pedestal - bibliocraft:swordpedestal:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Sword Pedestal - bibliocraft:swordpedestal:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Sword Pedestal - bibliocraft:swordpedestal:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Sword Pedestal - bibliocraft:swordpedestal:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Sword Pedestal - bibliocraft:swordpedestal:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Sword Pedestal - bibliocraft:swordpedestal:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Sword Pedestal - bibliocraft:swordpedestal:7 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Sword Pedestal - bibliocraft:swordpedestal:8 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Sword Pedestal - bibliocraft:swordpedestal:9 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Sword Pedestal - bibliocraft:swordpedestal:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Spruce Table - bibliocraft:table:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Birch Table - bibliocraft:table:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Jungle Table - bibliocraft:table:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Acacia Table - bibliocraft:table:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Dark Oak Table - bibliocraft:table:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Framed Table - bibliocraft:table:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Oak Table - bibliocraft:table:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Framed Tool Rack - bibliocraft:toolrack:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Weak Activation Crystal - bloodmagic:activation_crystal:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Magician Blood Orb - bloodmagic:blood_orb:0{orb:"bloodmagic:magician"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({orb: "bloodmagic:magician"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Displacement Rune - bloodmagic:blood_rune:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Rune of Capacity - bloodmagic:blood_rune:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Acceleration Rune - bloodmagic:blood_rune:9 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Mining Reagent - bloodmagic:component:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Void Reagent - bloodmagic:component:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Magnetism Reagent - bloodmagic:component:12 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Water Reagent - bloodmagic:component:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Demon Will Aura Gauge - bloodmagic:demon_will_gauge:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Tome of Peritia - bloodmagic:experience_tome:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Elemental Inscription Tool: Water - bloodmagic:inscription_tool:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Lava Crystal - bloodmagic:lava_crystal:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Coat of Arms - bloodmagic:pack_sacrifice:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Blood Letter's Pack - bloodmagic:pack_self_sacrifice:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Stone Brick Path - bloodmagic:path:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Tiled Stone Path - bloodmagic:path:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Sentient Axe - bloodmagic:sentient_axe:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Sentient Bow - bloodmagic:sentient_bow:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Sentient Pickaxe - bloodmagic:sentient_pickaxe:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Sentient Shovel - bloodmagic:sentient_shovel:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Sigil of the Fast Miner - bloodmagic:sigil_fast_miner:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Sigil of Magnetism - bloodmagic:sigil_magnetism:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Void Sigil - bloodmagic:sigil_void:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Water Sigil - bloodmagic:sigil_water:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Sigil of the Whirlwind - bloodmagic:sigil_whirlwind:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Imbued Slate - bloodmagic:slate:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Common Tartaric Gem - bloodmagic:soul_gem:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Golden Bricks - ceramics:clay_hard:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Golden Bricks Slab - ceramics:clay_slab:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Golden Bricks Wall - ceramics:clay_wall:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Golden Bricks Stairs - ceramics:golden_bricks_stairs:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Antiblock - chisel:antiblock:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Block of Gold - chisel:blockgold:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Block of Iron - chisel:blockiron:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Acacia Bookshelf - chisel:bookshelf_acacia:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Birch Bookshelf - chisel:bookshelf_birch:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Dark Oak Bookshelf - chisel:bookshelf_darkoak:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Jungle Bookshelf - chisel:bookshelf_jungle:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Oak Bookshelf - chisel:bookshelf_oak:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Spruce Bookshelf - chisel:bookshelf_spruce:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Black Wool - chisel:carpet_black:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Blue Wool - chisel:carpet_blue:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Brown Wool - chisel:carpet_brown:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Cyan Wool - chisel:carpet_cyan:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Gray Wool - chisel:carpet_gray:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Green Wool - chisel:carpet_green:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Light Blue Wool - chisel:carpet_lightblue:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Light Gray Wool - chisel:carpet_lightgray:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Lime Wool - chisel:carpet_lime:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Magenta Wool - chisel:carpet_magenta:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Orange Wool - chisel:carpet_orange:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Pink Wool - chisel:carpet_pink:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Purple Wool - chisel:carpet_purple:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Red Wool - chisel:carpet_red:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Wool - chisel:carpet_white:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Yellow Wool - chisel:carpet_yellow:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Glass - chisel:glass:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Black Stained Glass - chisel:glassdyedblack:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Blue Stained Glass - chisel:glassdyedblue:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Brown Stained Glass - chisel:glassdyedbrown:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Cyan Stained Glass - chisel:glassdyedcyan:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Gray Stained Glass - chisel:glassdyedgray:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Green Stained Glass - chisel:glassdyedgreen:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Light Blue Stained Glass - chisel:glassdyedlightblue:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Light Gray Stained Glass - chisel:glassdyedlightgray:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Lime Stained Glass - chisel:glassdyedlime:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Magenta Stained Glass - chisel:glassdyedmagenta:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Orange Stained Glass - chisel:glassdyedorange:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Pink Stained Glass - chisel:glassdyedpink:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Purple Stained Glass - chisel:glassdyedpurple:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Red Stained Glass - chisel:glassdyedred:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. White Stained Glass - chisel:glassdyedwhite:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Yellow Stained Glass - chisel:glassdyedyellow:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Block of Gold - chisel:gold:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Block of Iron - chisel:iron:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Lapis Lazuli Block - chisel:lapis:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Lavastone - chisel:lavastone:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Lavastone - chisel:lavastone1:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Lavastone - chisel:lavastone2:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Ender Offset Wand - chisel:offsettool:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Chiseled Stone - chisel:stonebrick:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Chiseled Stone - chisel:stonebrick1:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Chiseled Stone - chisel:stonebrick2:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Waterstone - chisel:waterstone:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Waterstone - chisel:waterstone1:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Waterstone - chisel:waterstone2:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Golden Chisel - chiselsandbits:chisel_gold:0 +[INITIALIZATION][SERVER][INFO] Adding: .withTag({}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Tape Measure - chiselsandbits:tape_measure:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Armor Forge - conarm:armorforge:0{textureBlock:{id:"abyssalcraft:ingotblock",Count:1b,Damage:0s}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({textureBlock: {id: "abyssalcraft:ingotblock", Count: 1 as byte, Damage: 0 as short}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Armor Forge - conarm:armorforge:0{textureBlock:{id:"abyssalcraft:ingotblock",Count:1b,Damage:1s}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({textureBlock: {id: "abyssalcraft:ingotblock", Count: 1 as byte, Damage: 1 as short}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Armor Forge - conarm:armorforge:0{textureBlock:{id:"abyssalcraft:ingotblock",Count:1b,Damage:2s}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({textureBlock: {id: "abyssalcraft:ingotblock", Count: 1 as byte, Damage: 2 as short}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Armor Forge - conarm:armorforge:0{textureBlock:{id:"immersiveengineering:storage",Count:1b,Damage:0s}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({textureBlock: {id: "immersiveengineering:storage", Count: 1 as byte, Damage: 0 as short}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Armor Forge - conarm:armorforge:0{textureBlock:{id:"immersiveengineering:storage",Count:1b,Damage:3s}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({textureBlock: {id: "immersiveengineering:storage", Count: 1 as byte, Damage: 3 as short}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Armor Forge - conarm:armorforge:0{textureBlock:{id:"mekanism:basicblock",Count:1b,Damage:1s}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({textureBlock: {id: "mekanism:basicblock", Count: 1 as byte, Damage: 1 as short}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Armor Forge - conarm:armorforge:0{textureBlock:{id:"mekanism:basicblock",Count:1b,Damage:13s}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({textureBlock: {id: "mekanism:basicblock", Count: 1 as byte, Damage: 13 as short}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Armor Forge - conarm:armorforge:0{textureBlock:{id:"minecraft:gold_block",Count:1b,Damage:0s}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({textureBlock: {id: "minecraft:gold_block", Count: 1 as byte, Damage: 0 as short}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Armor Forge - conarm:armorforge:0{textureBlock:{id:"minecraft:iron_block",Count:1b,Damage:0s}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({textureBlock: {id: "minecraft:iron_block", Count: 1 as byte, Damage: 0 as short}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Armor Forge - conarm:armorforge:0{textureBlock:{id:"twilightforest:block_storage",Count:1b,Damage:1s}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({textureBlock: {id: "twilightforest:block_storage", Count: 1 as byte, Damage: 1 as short}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Armor Forge - conarm:armorforge:0{textureBlock:{id:"twilightforest:block_storage",Count:1b,Damage:2s}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({textureBlock: {id: "twilightforest:block_storage", Count: 1 as byte, Damage: 2 as short}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Armor Station - conarm:armorstation:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Materials and You - Armory Addendum - conarm:book:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Frosty Soles - conarm:frosty_soles:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Gauntlet (Base) - conarm:gauntlet_mat:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Gauntlet of Dexterity - conarm:gauntlet_mat_speed:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Invisible Ink - conarm:invisible_ink:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Traveller's Cloak (Base) - conarm:travel_cloak:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Traveller's Goggles (Zoom) - conarm:travel_goggles:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Traveller's Goggles (Base) - conarm:travel_goggles_base:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Traveller's Cloak (Slow Fall) - conarm:travel_slowfall:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Stone Nugget - contenttweaker:material_part:108 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Lapis Apple - cyclicmagic:apple_lapis:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Responsive Scaffolding - cyclicmagic:block_fragile_auto:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Replaceable Scaffolding - cyclicmagic:block_fragile_weak:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Fragile Scaffolding - cyclicmagic:block_fragile:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Soundproofing - cyclicmagic:block_soundproofing:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Climbing Gloves - cyclicmagic:glove_climb:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Lapis Carrot - cyclicmagic:horse_upgrade_variant:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Slime Plate - cyclicmagic:plate_launch_med:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Iron Spikes - cyclicmagic:spikes_iron:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Stirrups - cyclicmagic:tool_mount:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Wooden Wrench - cyclicmagic:tool_rotate:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Spawn Detector - cyclicmagic:tool_spawn_inspect:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Cavefinder - cyclicmagic:tool_spelunker:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Torch launcher - cyclicmagic:tool_torch_launcher:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Trash Void - cyclicmagic:trash:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Water Froster - cyclicmagic:water_freezer:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Null Charm - darkutils:charm_null:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Portal Charm - darkutils:charm_portal:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Focus Sash - darkutils:focus_sash:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Lore Tag - darkutils:lore_tag:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Lore Tag - darkutils:lore_tag:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Lore Tag - darkutils:lore_tag:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Lore Tag - darkutils:lore_tag:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Lore Tag - darkutils:lore_tag:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Lore Tag - darkutils:lore_tag:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Lore Tag - darkutils:lore_tag:7 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Lore Tag - darkutils:lore_tag:8 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Lore Tag - darkutils:lore_tag:9 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Lore Tag - darkutils:lore_tag:10 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Lore Tag - darkutils:lore_tag:11 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Lore Tag - darkutils:lore_tag:12 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Lore Tag - darkutils:lore_tag:13 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Lore Tag - darkutils:lore_tag:14 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Lore Tag - darkutils:lore_tag:15 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Lore Tag - darkutils:lore_tag:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Sneaky False Block - darkutils:sneaky_ghost:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Sneaky Lever - darkutils:sneaky_lever:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Sneaky Obsidian - darkutils:sneaky_obsidian:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Sneaky Pressure Plate - darkutils:sneaky_plate:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Sneaky Torch - darkutils:sneaky_torch:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Sneaky Block - darkutils:sneaky:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Vector Plate - darkutils:trap_move:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Extended Crafting Guide - extendedcrafting:guide:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Handheld Crafting Table - extendedcrafting:handheld_table:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Basic Catalyst - extendedcrafting:material:8 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Basic Component - extendedcrafting:material:14 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Basic Crafting Table - extendedcrafting:table_basic:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. JourneyMap Token - extraplanets:apple_iron:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Chicken Nest - farmingforblockheads:chicken_nest:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Feeding Trough - farmingforblockheads:feeding_trough:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Fertilized Farmland - farmingforblockheads:fertilized_farmland_healthy_stable:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Fertilized Farmland - farmingforblockheads:fertilized_farmland_rich_stable:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Red Fertilizer - farmingforblockheads:fertilizer:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Green Fertilizer - farmingforblockheads:fertilizer:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Yellow Fertilizer - farmingforblockheads:fertilizer:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Red Dyed Glass Pane - ferdinandsflowers:block_dye_glass_pane:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Orange Dyed Glass Pane - ferdinandsflowers:block_dye_glass_pane:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Yellow Orange Dyed Glass Pane - ferdinandsflowers:block_dye_glass_pane:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Yellow Dyed Glass Pane - ferdinandsflowers:block_dye_glass_pane:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Lime Dyed Glass Pane - ferdinandsflowers:block_dye_glass_pane:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Green Dyed Glass Pane - ferdinandsflowers:block_dye_glass_pane:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Blue Green Dyed Glass Pane - ferdinandsflowers:block_dye_glass_pane:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Cyan Dyed Glass Pane - ferdinandsflowers:block_dye_glass_pane:7 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Light Blue Dyed Glass Pane - ferdinandsflowers:block_dye_glass_pane:8 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Blue Bell Dyed Glass Pane - ferdinandsflowers:block_dye_glass_pane:9 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Blue Dyed Glass Pane - ferdinandsflowers:block_dye_glass_pane:10 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Blue Purple Dyed Glass Pane - ferdinandsflowers:block_dye_glass_pane:11 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Purple Dyed Glass Pane - ferdinandsflowers:block_dye_glass_pane:12 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Lavender Dyed Glass Pane - ferdinandsflowers:block_dye_glass_pane:13 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Magenta Dyed Glass Pane - ferdinandsflowers:block_dye_glass_pane:14 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Pink Dyed Glass Pane - ferdinandsflowers:block_dye_glass_pane:15 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Orange Dyed Glass - ferdinandsflowers:block_dye_glass:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Yellow Orange Dyed Glass - ferdinandsflowers:block_dye_glass:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Yellow Dyed Glass - ferdinandsflowers:block_dye_glass:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Lime Dyed Glass - ferdinandsflowers:block_dye_glass:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Green Dyed Glass - ferdinandsflowers:block_dye_glass:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Blue Green Dyed Glass - ferdinandsflowers:block_dye_glass:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Cyan Dyed Glass - ferdinandsflowers:block_dye_glass:7 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Light Blue Dyed Glass - ferdinandsflowers:block_dye_glass:8 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Blue Bell Dyed Glass - ferdinandsflowers:block_dye_glass:9 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Blue Dyed Glass - ferdinandsflowers:block_dye_glass:10 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Blue Purple Dyed Glass - ferdinandsflowers:block_dye_glass:11 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Purple Dyed Glass - ferdinandsflowers:block_dye_glass:12 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Lavender Dyed Glass - ferdinandsflowers:block_dye_glass:13 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Magenta Dyed Glass - ferdinandsflowers:block_dye_glass:14 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Pink Dyed Glass - ferdinandsflowers:block_dye_glass:15 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Red Dyed Glass - ferdinandsflowers:block_dye_glass:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Redstone Block Light - ferdinandsflowers:block_metal_light:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Gold Block Light - ferdinandsflowers:block_metal_light:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Lapis Block Light - ferdinandsflowers:block_metal_light:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Coal Block Light - ferdinandsflowers:block_metal_light:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Iron Block Light - ferdinandsflowers:block_metal_light:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Mossy Stone Brick Light - ferdinandsflowers:block_stonebrick_light:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Cracked Stone Brick Light - ferdinandsflowers:block_stonebrick_light:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Chiseled Stone Brick Light - ferdinandsflowers:block_stonebrick_light:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Stone Brick Light - ferdinandsflowers:block_stonebrick_light:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Ground Beef (Raw) - galacticraftcore:food:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Beef Patty (Cooked) - galacticraftcore:food:7 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Gold Cluster - geolosys:cluster:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Iron Cluster - geolosys:cluster:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Gold Sample - geolosys:ore_sample_vanilla:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Lapis Lazuli Sample - geolosys:ore_sample_vanilla:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Hematite Sample - geolosys:ore_sample:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Gold - geolosys:ore_vanilla:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Lapis Lazuli - geolosys:ore_vanilla:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Hematite - geolosys:ore:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Storage Upgrade (Iron) - improvedbackpacks:upgrade:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Storage Upgrade (Gold) - improvedbackpacks:upgrade:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Sextant - infoaccessories:info_accessory:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Depth Meter - infoaccessories:info_accessory:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Slimey Compass - infoaccessories:info_accessory:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Calendar - infoaccessories:info_accessory:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Biomealyzer - infoaccessories:info_accessory:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Stopwatch - infoaccessories:info_accessory:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Basic Backpack - ironbackpacks:backpack:0{packInfo:{upgrade:[],type:"ironbackpacks:basic",spec:"NONE"}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({packInfo: {upgrade: [], type: "ironbackpacks:basic", spec: "NONE"}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Gold Backpack - ironbackpacks:backpack:0{packInfo:{upgrade:[],type:"ironbackpacks:gold",spec:"STORAGE"}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({packInfo: {upgrade: [], type: "ironbackpacks:gold", spec: "STORAGE"}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Iron Backpack - ironbackpacks:backpack:0{packInfo:{upgrade:[],type:"ironbackpacks:iron",spec:"STORAGE"}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({packInfo: {upgrade: [], type: "ironbackpacks:iron", spec: "STORAGE"}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Copper to Iron Chest Upgrade - ironchest:copper_iron_chest_upgrade:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Copper to Silver Chest Upgrade - ironchest:copper_silver_chest_upgrade:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Gold Chest - ironchest:iron_chest:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Silver Chest - ironchest:iron_chest:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Iron Chest - ironchest:iron_chest:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Iron to Gold Chest Upgrade - ironchest:iron_gold_chest_upgrade:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Silver to Gold Chest Upgrade - ironchest:silver_gold_chest_upgrade:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Wood to Iron Chest Upgrade - ironchest:wood_iron_chest_upgrade:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Bucket with Clownfish - jaff:fish_bucket_clownfish:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Bucket with Cod - jaff:fish_bucket_cod:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Bucket with Pufferfish - jaff:fish_bucket_pufferfish:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Bucket with Salmon - jaff:fish_bucket_salmon:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Fish Tank - jaff:tank:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Gold Ore - minecraft:gold_ore:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Glass Bottle - minecraft:glass_bottle:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Glass Pane - minecraft:glass_pane:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Glass - minecraft:glass:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. White Stained Glass Pane - minecraft:stained_glass_pane:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. White Stained Glass - minecraft:stained_glass:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Flint and Steel - minecraft:flint_and_steel:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Iron Axe - minecraft:iron_axe:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Iron Bars - minecraft:iron_bars:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Iron Boots - minecraft:iron_boots:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Iron Chestplate - minecraft:iron_chestplate:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Iron Door - minecraft:iron_door:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Iron Helmet - minecraft:iron_helmet:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Iron Hoe - minecraft:iron_hoe:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Iron Horse Armor - minecraft:iron_horse_armor:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Iron Leggings - minecraft:iron_leggings:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Iron Pickaxe - minecraft:iron_pickaxe:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Iron Shovel - minecraft:iron_shovel:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Iron Sword - minecraft:iron_sword:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Iron Trapdoor - minecraft:iron_trapdoor:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Golden Apple - minecraft:golden_apple:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Golden Apple - minecraft:golden_apple:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Golden Axe - minecraft:golden_axe:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Golden Boots - minecraft:golden_boots:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Golden Carrot - minecraft:golden_carrot:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Golden Chestplate - minecraft:golden_chestplate:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Golden Helmet - minecraft:golden_helmet:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Golden Hoe - minecraft:golden_hoe:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Gold Horse Armor - minecraft:golden_horse_armor:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Golden Leggings - minecraft:golden_leggings:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Golden Pickaxe - minecraft:golden_pickaxe:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Golden Shovel - minecraft:golden_shovel:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Golden Sword - minecraft:golden_sword:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Acacia Boat - minecraft:acacia_boat:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Anvil - minecraft:anvil:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Armor Stand - minecraft:armor_stand:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Arrow - minecraft:arrow:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. White Banner - minecraft:banner:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. White Bed - minecraft:bed:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Birch Boat - minecraft:birch_boat:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Oak Boat - minecraft:boat:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Book - minecraft:book:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Bookshelf - minecraft:bookshelf:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Bow - minecraft:bow:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Bucket - minecraft:bucket:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. White Carpet - minecraft:carpet:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Carrot on a Stick - minecraft:carrot_on_a_stick:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Cauldron - minecraft:cauldron:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Chain Boots - minecraft:chainmail_boots:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Chain Chestplate - minecraft:chainmail_chestplate:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Chain Helmet - minecraft:chainmail_helmet:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Chain Leggings - minecraft:chainmail_leggings:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Clock - minecraft:clock:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Compass - minecraft:compass:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Cookie - minecraft:cookie:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Dark Oak Boat - minecraft:dark_oak_boat:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Lapis Lazuli - minecraft:dye:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Ender Pearl - minecraft:ender_pearl:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Map - minecraft:filled_map:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Firework Rocket - minecraft:fireworks:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Fishing Rod - minecraft:fishing_rod:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Ghast Tear - minecraft:ghast_tear:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Block of Gold - minecraft:gold_block:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Gold Ingot - minecraft:gold_ingot:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Weighted Pressure Plate (Heavy) - minecraft:heavy_weighted_pressure_plate:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Hopper - minecraft:hopper:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Iron Ore - minecraft:iron_ore:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Jungle Boat - minecraft:jungle_boat:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Knowledge Book - minecraft:knowledge_book:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Lapis Lazuli Block - minecraft:lapis_block:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Lapis Lazuli Ore - minecraft:lapis_ore:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Lever - minecraft:lever:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Weighted Pressure Plate (Light) - minecraft:light_weighted_pressure_plate:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Empty Map - minecraft:map:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Name Tag - minecraft:name_tag:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Painting - minecraft:painting:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Paper - minecraft:paper:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Piston - minecraft:piston:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Pumpkin Pie - minecraft:pumpkin_pie:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Block of Redstone - minecraft:redstone_block:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Redstone Ore - minecraft:redstone_ore:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Redstone - minecraft:redstone:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Shears - minecraft:shears:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Shield - minecraft:shield:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Glistering Melon - minecraft:speckled_melon:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Spruce Boat - minecraft:spruce_boat:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Sticky Piston - minecraft:sticky_piston:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Stone Brick Stairs - minecraft:stone_brick_stairs:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Stone Pressure Plate - minecraft:stone_pressure_plate:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Stone Bricks Slab - minecraft:stone_slab:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Stone Bricks - minecraft:stonebrick:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Tripwire Hook - minecraft:tripwire_hook:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Wooden Pressure Plate - minecraft:wooden_pressure_plate:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. White Wool - minecraft:wool:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Book and Quill - minecraft:writable_book:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Written Book - minecraft:written_book:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Water Bottle - minecraft:potion:0{Potion:"minecraft:water"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "minecraft:water"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Redwood Button - natura:redwood_button:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Autumnal Grass Stairs - natura:colored_grass_stairs_autumnal:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Bluegrass Stairs - natura:colored_grass_stairs_bluegrass:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Topiary Grass Stairs - natura:colored_grass_stairs_topiary:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Amaranth Stairs - natura:overworld_stairs_amaranth:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Eucalyptus Stairs - natura:overworld_stairs_eucalyptus:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Hopseed Stairs - natura:overworld_stairs_hopseed:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Maple Stairs - natura:overworld_stairs_maple:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Redwood Stairs - natura:overworld_stairs_redwood:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Sakura Stairs - natura:overworld_stairs_sakura:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Silverbell Stairs - natura:overworld_stairs_silverbell:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Tiger Stairs - natura:overworld_stairs_tiger:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Willow Stairs - natura:overworld_stairs_willow:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Silverbell Bookshelf - natura:overworld_bookshelves:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Amaranth Bookshelf - natura:overworld_bookshelves:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Tiger Bookshelf - natura:overworld_bookshelves:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Willow Bookshelf - natura:overworld_bookshelves:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Eucalyptus Bookshelf - natura:overworld_bookshelves:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Hopseed Bookshelf - natura:overworld_bookshelves:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Sakura Bookshelf - natura:overworld_bookshelves:7 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Redwood Bookshelf - natura:overworld_bookshelves:8 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Maple Bookshelf - natura:overworld_bookshelves:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Cooked Ghast Meat - nex:ghast_meat_cooked:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Raw Ghast Meat - nex:ghast_meat_raw:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Golden Wither Bone Axe - nex:golden_wither_bone_axe:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Golden Wither Bone Hammer - nex:golden_wither_bone_hammer:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Golden Wither Bone Hoe - nex:golden_wither_bone_hoe:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Golden Wither Bone Pickaxe - nex:golden_wither_bone_pickaxe:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Golden Wither Bone Shovel - nex:golden_wither_bone_shovel:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Golden Wither Bone Sword - nex:golden_wither_bone_sword:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Dark Glass - pickletweaks:dark_glass:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Iron Repair Kit - pickletweaks:repair_kit:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Gold Repair Kit - pickletweaks:repair_kit:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Silver Repair Kit - pickletweaks:repair_kit:17 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Watering Can - pickletweaks:watering_can:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Liquid Hopper - pneumaticcraft:liquid_hopper:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Bluestone Pillar - primal:blue_stone:7 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Carbonate Pillar - primal:carbonate_stone:7 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Common Pillar - primal:common_stone:7 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Desiccated Pillar - primal:desiccated_stone:7 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Ferrocalcite Pillar - primal:ferro_stone:7 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Iron Work Blade - primal:iron_workblade:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Cracked Stonebrick Ladder Block - primal:ladder_block_stonebrick_cracked:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Mossy Stonebrick Ladder Block - primal:ladder_block_stonebrick_mossy:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Stonebrick Ladder Block - primal:ladder_block_stonebrick:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Hornblende Pillar - primal:night_stone:7 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Ortho Pillar - primal:ortho_stone:7 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Pulp - primal:plant_fiber_pulp:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Purpurite Stone Pillar - primal:purpurite_stone:7 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Sarsen Pillar - primal:sarsen_stone:7 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Blueschist Pillar - primal:schist_blue_stone:7 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Greenschist Pillar - primal:schist_green_stone:7 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Scoria Stone Pillar - primal:scoria_stone:7 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Yew Bow - primal:yew_bow:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Tough Dowsing Rod - prospectors:prospector_low:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Explosive Arrow - quark:arrow_explosive:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Brick Wall - quark:brick_wall:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Glass Item Frame - quark:glass_item_frame:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. item.quark:glass_shards.name - quark:glass_shards:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Gold Button - quark:gold_button:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Iron Button - quark:iron_button:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Iron Ladder - quark:iron_ladder:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Paper Wall - quark:paper_wall:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Stone Brick Wall - quark:stonebrick_wall:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Barrel - rustic:barrel:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Brewing Barrel - rustic:brewing_barrel:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Iron Candle - rustic:candle:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Iron Chain - rustic:chain:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Iron Chandelier Ring - rustic:chandelier:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Advanced Alchemic Condenser - rustic:condenser_advanced:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Alchemic Condenser - rustic:condenser:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Elixir of Fire Resistance - rustic:elixir:0{ElixirEffects:[{Effect:"minecraft:fire_resistance",Duration:3600,Amplifier:0}]} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({ElixirEffects: [{Effect: "minecraft:fire_resistance", Duration: 3600, Amplifier: 0}]}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Elixir of Fire Resistance - rustic:elixir:0{ElixirEffects:[{Effect:"minecraft:fire_resistance",Duration:9600,Amplifier:0}]} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({ElixirEffects: [{Effect: "minecraft:fire_resistance", Duration: 9600, Amplifier: 0}]}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Elixir of Haste - rustic:elixir:0{ElixirEffects:[{Effect:"minecraft:haste",Duration:1800,Amplifier:1}]} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({ElixirEffects: [{Effect: "minecraft:haste", Duration: 1800, Amplifier: 1}]}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Elixir of Haste - rustic:elixir:0{ElixirEffects:[{Effect:"minecraft:haste",Duration:3600,Amplifier:0}]} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({ElixirEffects: [{Effect: "minecraft:haste", Duration: 3600, Amplifier: 0}]}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Elixir of Haste - rustic:elixir:0{ElixirEffects:[{Effect:"minecraft:haste",Duration:9600,Amplifier:0}]} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({ElixirEffects: [{Effect: "minecraft:haste", Duration: 9600, Amplifier: 0}]}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Elixir of Health Boost - rustic:elixir:0{ElixirEffects:[{Effect:"minecraft:health_boost",Duration:1800,Amplifier:1}]} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({ElixirEffects: [{Effect: "minecraft:health_boost", Duration: 1800, Amplifier: 1}]}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Elixir of Health Boost - rustic:elixir:0{ElixirEffects:[{Effect:"minecraft:health_boost",Duration:3600,Amplifier:0}]} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({ElixirEffects: [{Effect: "minecraft:health_boost", Duration: 3600, Amplifier: 0}]}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Elixir of Health Boost - rustic:elixir:0{ElixirEffects:[{Effect:"minecraft:health_boost",Duration:9600,Amplifier:0}]} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({ElixirEffects: [{Effect: "minecraft:health_boost", Duration: 9600, Amplifier: 0}]}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Elixir of Instant Health - rustic:elixir:0{ElixirEffects:[{Effect:"minecraft:instant_health",Duration:1,Amplifier:0}]} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({ElixirEffects: [{Effect: "minecraft:instant_health", Duration: 1, Amplifier: 0}]}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Elixir of Instant Health - rustic:elixir:0{ElixirEffects:[{Effect:"minecraft:instant_health",Duration:1,Amplifier:1}]} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({ElixirEffects: [{Effect: "minecraft:instant_health", Duration: 1, Amplifier: 1}]}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Elixir of Night Vision - rustic:elixir:0{ElixirEffects:[{Effect:"minecraft:night_vision",Duration:3600,Amplifier:0}]} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({ElixirEffects: [{Effect: "minecraft:night_vision", Duration: 3600, Amplifier: 0}]}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Elixir of Night Vision - rustic:elixir:0{ElixirEffects:[{Effect:"minecraft:night_vision",Duration:9600,Amplifier:0}]} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({ElixirEffects: [{Effect: "minecraft:night_vision", Duration: 9600, Amplifier: 0}]}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Elixir of Regeneration - rustic:elixir:0{ElixirEffects:[{Effect:"minecraft:regeneration",Duration:450,Amplifier:1}]} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({ElixirEffects: [{Effect: "minecraft:regeneration", Duration: 450, Amplifier: 1}]}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Elixir of Regeneration - rustic:elixir:0{ElixirEffects:[{Effect:"minecraft:regeneration",Duration:900,Amplifier:0}]} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({ElixirEffects: [{Effect: "minecraft:regeneration", Duration: 900, Amplifier: 0}]}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Elixir of Regeneration - rustic:elixir:0{ElixirEffects:[{Effect:"minecraft:regeneration",Duration:1800,Amplifier:0}]} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({ElixirEffects: [{Effect: "minecraft:regeneration", Duration: 1800, Amplifier: 0}]}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Elixir of Speed - rustic:elixir:0{ElixirEffects:[{Effect:"minecraft:speed",Duration:1800,Amplifier:1}]} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({ElixirEffects: [{Effect: "minecraft:speed", Duration: 1800, Amplifier: 1}]}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Elixir of Speed - rustic:elixir:0{ElixirEffects:[{Effect:"minecraft:speed",Duration:3600,Amplifier:0}]} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({ElixirEffects: [{Effect: "minecraft:speed", Duration: 3600, Amplifier: 0}]}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Elixir of Speed - rustic:elixir:0{ElixirEffects:[{Effect:"minecraft:speed",Duration:9600,Amplifier:0}]} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({ElixirEffects: [{Effect: "minecraft:speed", Duration: 9600, Amplifier: 0}]}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Elixir of Strength - rustic:elixir:0{ElixirEffects:[{Effect:"minecraft:strength",Duration:1800,Amplifier:1}]} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({ElixirEffects: [{Effect: "minecraft:strength", Duration: 1800, Amplifier: 1}]}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Elixir of Strength - rustic:elixir:0{ElixirEffects:[{Effect:"minecraft:strength",Duration:3600,Amplifier:0}]} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({ElixirEffects: [{Effect: "minecraft:strength", Duration: 3600, Amplifier: 0}]}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Elixir of Strength - rustic:elixir:0{ElixirEffects:[{Effect:"minecraft:strength",Duration:9600,Amplifier:0}]} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({ElixirEffects: [{Effect: "minecraft:strength", Duration: 9600, Amplifier: 0}]}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Elixir of Wither - rustic:elixir:0{ElixirEffects:[{Effect:"minecraft:wither",Duration:450,Amplifier:1}]} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({ElixirEffects: [{Effect: "minecraft:wither", Duration: 450, Amplifier: 1}]}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Elixir of Wither - rustic:elixir:0{ElixirEffects:[{Effect:"minecraft:wither",Duration:900,Amplifier:0}]} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({ElixirEffects: [{Effect: "minecraft:wither", Duration: 900, Amplifier: 0}]}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Elixir of Wither - rustic:elixir:0{ElixirEffects:[{Effect:"minecraft:wither",Duration:1800,Amplifier:0}]} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({ElixirEffects: [{Effect: "minecraft:wither", Duration: 1800, Amplifier: 0}]}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Elixir of Blazing Trail - rustic:elixir:0{ElixirEffects:[{Effect:"rustic:blazing_trail",Duration:3600,Amplifier:0}]} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({ElixirEffects: [{Effect: "rustic:blazing_trail", Duration: 3600, Amplifier: 0}]}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Elixir of Blazing Trail - rustic:elixir:0{ElixirEffects:[{Effect:"rustic:blazing_trail",Duration:9600,Amplifier:0}]} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({ElixirEffects: [{Effect: "rustic:blazing_trail", Duration: 9600, Amplifier: 0}]}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Elixir of Feather - rustic:elixir:0{ElixirEffects:[{Effect:"rustic:feather",Duration:3600,Amplifier:0}]} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({ElixirEffects: [{Effect: "rustic:feather", Duration: 3600, Amplifier: 0}]}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Elixir of Feather - rustic:elixir:0{ElixirEffects:[{Effect:"rustic:feather",Duration:9600,Amplifier:0}]} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({ElixirEffects: [{Effect: "rustic:feather", Duration: 9600, Amplifier: 0}]}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Elixir of Iron Skin - rustic:elixir:0{ElixirEffects:[{Effect:"rustic:ironskin",Duration:1800,Amplifier:1}]} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({ElixirEffects: [{Effect: "rustic:ironskin", Duration: 1800, Amplifier: 1}]}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Elixir of Iron Skin - rustic:elixir:0{ElixirEffects:[{Effect:"rustic:ironskin",Duration:3600,Amplifier:0}]} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({ElixirEffects: [{Effect: "rustic:ironskin", Duration: 3600, Amplifier: 0}]}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Elixir of Iron Skin - rustic:elixir:0{ElixirEffects:[{Effect:"rustic:ironskin",Duration:9600,Amplifier:0}]} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({ElixirEffects: [{Effect: "rustic:ironskin", Duration: 9600, Amplifier: 0}]}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Bottle of Ale - rustic:fluid_bottle:0{Fluid:{FluidName:"ale",Amount:1000,Tag:{Quality:0.75f}}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Fluid: {FluidName: "ale", Amount: 1000, Tag: {Quality: 0.75 as float}}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Bottle of Ale Wort - rustic:fluid_bottle:0{Fluid:{FluidName:"alewort",Amount:1000}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Fluid: {FluidName: "alewort", Amount: 1000}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Bottle of Apple Juice - rustic:fluid_bottle:0{Fluid:{FluidName:"applejuice",Amount:1000}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Fluid: {FluidName: "applejuice", Amount: 1000}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Bottle of Cider - rustic:fluid_bottle:0{Fluid:{FluidName:"cider",Amount:1000,Tag:{Quality:0.75f}}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Fluid: {FluidName: "cider", Amount: 1000, Tag: {Quality: 0.75 as float}}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Bottle of Grape Juice - rustic:fluid_bottle:0{Fluid:{FluidName:"grapejuice",Amount:1000}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Fluid: {FluidName: "grapejuice", Amount: 1000}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Bottle of Honey - rustic:fluid_bottle:0{Fluid:{FluidName:"honey",Amount:1000}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Fluid: {FluidName: "honey", Amount: 1000}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Bottle of Ironberry Juice - rustic:fluid_bottle:0{Fluid:{FluidName:"ironberryjuice",Amount:1000}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Fluid: {FluidName: "ironberryjuice", Amount: 1000}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Bottle of Iron Wine - rustic:fluid_bottle:0{Fluid:{FluidName:"ironwine",Amount:1000,Tag:{Quality:0.75f}}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Fluid: {FluidName: "ironwine", Amount: 1000, Tag: {Quality: 0.75 as float}}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Bottle of Mead - rustic:fluid_bottle:0{Fluid:{FluidName:"mead",Amount:1000,Tag:{Quality:0.75f}}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Fluid: {FluidName: "mead", Amount: 1000, Tag: {Quality: 0.75 as float}}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Bottle of Olive Oil - rustic:fluid_bottle:0{Fluid:{FluidName:"oliveoil",Amount:1000}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Fluid: {FluidName: "oliveoil", Amount: 1000}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Bottle of Wildberry Juice - rustic:fluid_bottle:0{Fluid:{FluidName:"wildberryjuice",Amount:1000}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Fluid: {FluidName: "wildberryjuice", Amount: 1000}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Bottle of Wildberry Wine - rustic:fluid_bottle:0{Fluid:{FluidName:"wildberrywine",Amount:1000,Tag:{Quality:0.75f}}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Fluid: {FluidName: "wildberrywine", Amount: 1000, Tag: {Quality: 0.75 as float}}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Bottle of Wine - rustic:fluid_bottle:0{Fluid:{FluidName:"wine",Amount:1000,Tag:{Quality:0.75f}}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Fluid: {FluidName: "wine", Amount: 1000, Tag: {Quality: 0.75 as float}}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Gargoyle - rustic:gargoyle:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Iron Lantern - rustic:iron_lantern:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Iron Lattice - rustic:iron_lattice:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Liquid Barrel - rustic:liquid_barrel:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Advanced Alchemic Retort - rustic:retort_advanced:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Alchemic Retort - rustic:retort:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Gold Gilded Shield - spartanshields:shield_basic_gold:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Iron Plated Shield - spartanshields:shield_basic_iron:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Iron Tower Shield - spartanshields:shield_tower_iron:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Gold Tower Shield - spartanshields:shield_tower_gold:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Coal Engine - stevescarts:cartmodule:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Framed Drawers 1x2 - storagedrawers:customdrawers:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Framed Drawers 2x2 - storagedrawers:customdrawers:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Framed Half Drawers 1x2 - storagedrawers:customdrawers:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Framed Half Drawers 2x2 - storagedrawers:customdrawers:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Framed Drawer - storagedrawers:customdrawers:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Framed Trim - storagedrawers:customtrim:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Drawer Key - storagedrawers:drawer_key:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Framing Table - storagedrawers:framingtable:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Personal Key - storagedrawers:personal_key:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Quantify Key - storagedrawers:quantify_key:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Concealment Key - storagedrawers:shroud_key:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Packing Tape - storagedrawers:tape:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Spruce Trim - storagedrawers:trim:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Birch Trim - storagedrawers:trim:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Jungle Trim - storagedrawers:trim:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Acacia Trim - storagedrawers:trim:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Dark Oak Trim - storagedrawers:trim:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Oak Trim - storagedrawers:trim:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Conversion Upgrade - storagedrawers:upgrade_conversion:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Storage Downgrade - storagedrawers:upgrade_one_stack:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Storage Upgrade (II) - storagedrawers:upgrade_storage:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Storage Upgrade (I) - storagedrawers:upgrade_storage:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Upgrade Template - storagedrawers:upgrade_template:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Super Sound Muffler - supersoundmuffler:sound_muffler_bauble:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Super Sound Muffler - supersoundmuffler:sound_muffler:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Alloy Tank - tcomplement:alloy_tank:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Porcelain Alloy Tank - tcomplement:porcelain_alloy_tank:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Bucket Cast - tcomplement:cast:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Clay Bucket Cast - tcomplement:cast_clay:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Stone Bucket - tcomplement:materials:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Porcelain Gauge - tcomplement:porcelain_tank:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Porcelain Window - tcomplement:porcelain_tank:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Porcelain Tank - tcomplement:porcelain_tank:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Nugget Cast - tconstruct:cast_custom:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Gem Cast - tconstruct:cast_custom:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Plate Cast - tconstruct:cast_custom:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Gear Cast - tconstruct:cast_custom:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Ingot Cast - tconstruct:cast_custom:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Blank Cast - tconstruct:cast:0{} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Shard Cast - tconstruct:cast:0{PartType:"tconstruct:shard"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({PartType: "tconstruct:shard"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. item.tconstruct.clay_cast.blank - tconstruct:clay_cast:0{} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Shard Clay Cast - tconstruct:clay_cast:0{PartType:"tconstruct:shard"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({PartType: "tconstruct:shard"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Clear Glass - tconstruct:clear_glass:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Clear White Stained Glass - tconstruct:clear_stained_glass:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Golden Item Frame - tconstruct:fancy_frame:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Clear Item Frame - tconstruct:fancy_frame:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Fancy Item Frame - tconstruct:fancy_frame:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Green Slime Crystal - tconstruct:materials:9 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Ball of Moss - tconstruct:materials:18 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Blank Pattern - tconstruct:pattern:0{} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Shard Pattern - tconstruct:pattern:0{PartType:"tconstruct:shard"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({PartType: "tconstruct:shard"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Piggybackpack - tconstruct:piggybackpack:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Seared Furnace Controller - tconstruct:seared_furnace_controller:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Seared Glass - tconstruct:seared_glass:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Seared Cobblestone Slab - tconstruct:seared_slab:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Seared Paver Slab - tconstruct:seared_slab:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Seared Bricks Slab - tconstruct:seared_slab:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Cracked Seared Bricks Slab - tconstruct:seared_slab:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Fancy Seared Bricks Slab - tconstruct:seared_slab:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Square Seared Bricks Slab - tconstruct:seared_slab:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Seared Road Slab - tconstruct:seared_slab:7 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Seared Stone Slab - tconstruct:seared_slab:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Triangle Seared Bricks Slab - tconstruct:seared_slab2:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Small Seared Bricks Slab - tconstruct:seared_slab2:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Seared Tile Slab - tconstruct:seared_slab2:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Seared Creeperface Slab - tconstruct:seared_slab2:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Cracked Seared Bricks Stairs - tconstruct:seared_stairs_brick_cracked:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Fancy Seared Bricks Stairs - tconstruct:seared_stairs_brick_fancy:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Small Seared Bricks Stairs - tconstruct:seared_stairs_brick_small:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Square Seared Bricks Stairs - tconstruct:seared_stairs_brick_square:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Triangle Seared Bricks Stairs - tconstruct:seared_stairs_brick_triangle:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Seared Bricks Stairs - tconstruct:seared_stairs_brick:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Seared Cobblestone Stairs - tconstruct:seared_stairs_cobble:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Seared Creeperface Stairs - tconstruct:seared_stairs_creeper:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Seared Paver Stairs - tconstruct:seared_stairs_paver:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Seared Road Stairs - tconstruct:seared_stairs_road:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Seared Stone Stairs - tconstruct:seared_stairs_stone:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Seared Tile Stairs - tconstruct:seared_stairs_tile:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Seared Gauge - tconstruct:seared_tank:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Seared Window - tconstruct:seared_tank:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Seared Tank - tconstruct:seared_tank:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Fancy Seared Bricks - tconstruct:seared:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Square Seared Bricks - tconstruct:seared:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Seared Road - tconstruct:seared:7 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Seared Creeperface - tconstruct:seared:8 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Triangle Seared Bricks - tconstruct:seared:9 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Small Seared Bricks - tconstruct:seared:10 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Seared Tiles - tconstruct:seared:11 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Slimesling - tconstruct:slimesling:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Smeltery Controller - tconstruct:smeltery_controller:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Smeltery Drain - tconstruct:smeltery_io:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Green Slimy Mud - tconstruct:soil:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Stone Torch - tconstruct:stone_torch:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Tinker Tank Controller - tconstruct:tinker_tank_controller:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Tool Forge - tconstruct:toolforge:0{textureBlock:{id:"abyssalcraft:ingotblock",Count:1b,Damage:0s}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({textureBlock: {id: "abyssalcraft:ingotblock", Count: 1 as byte, Damage: 0 as short}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Tool Forge - tconstruct:toolforge:0{textureBlock:{id:"abyssalcraft:ingotblock",Count:1b,Damage:1s}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({textureBlock: {id: "abyssalcraft:ingotblock", Count: 1 as byte, Damage: 1 as short}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Tool Forge - tconstruct:toolforge:0{textureBlock:{id:"abyssalcraft:ingotblock",Count:1b,Damage:2s}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({textureBlock: {id: "abyssalcraft:ingotblock", Count: 1 as byte, Damage: 2 as short}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Tool Forge - tconstruct:toolforge:0{textureBlock:{id:"immersiveengineering:storage",Count:1b,Damage:0s}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({textureBlock: {id: "immersiveengineering:storage", Count: 1 as byte, Damage: 0 as short}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Tool Forge - tconstruct:toolforge:0{textureBlock:{id:"immersiveengineering:storage",Count:1b,Damage:3s}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({textureBlock: {id: "immersiveengineering:storage", Count: 1 as byte, Damage: 3 as short}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Tool Forge - tconstruct:toolforge:0{textureBlock:{id:"mekanism:basicblock",Count:1b,Damage:1s}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({textureBlock: {id: "mekanism:basicblock", Count: 1 as byte, Damage: 1 as short}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Tool Forge - tconstruct:toolforge:0{textureBlock:{id:"mekanism:basicblock",Count:1b,Damage:13s}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({textureBlock: {id: "mekanism:basicblock", Count: 1 as byte, Damage: 13 as short}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Tool Forge - tconstruct:toolforge:0{textureBlock:{id:"minecraft:gold_block",Count:1b,Damage:0s}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({textureBlock: {id: "minecraft:gold_block", Count: 1 as byte, Damage: 0 as short}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Tool Forge - tconstruct:toolforge:0{textureBlock:{id:"minecraft:iron_block",Count:1b,Damage:0s}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({textureBlock: {id: "minecraft:iron_block", Count: 1 as byte, Damage: 0 as short}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Tool Forge - tconstruct:toolforge:0{textureBlock:{id:"twilightforest:block_storage",Count:1b,Damage:1s}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({textureBlock: {id: "twilightforest:block_storage", Count: 1 as byte, Damage: 1 as short}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Tool Forge - tconstruct:toolforge:0{textureBlock:{id:"twilightforest:block_storage",Count:1b,Damage:2s}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({textureBlock: {id: "twilightforest:block_storage", Count: 1 as byte, Damage: 2 as short}}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Crafting Station - tconstruct:tooltables:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Spiral Stone Bricks - twilightforest:spiral_bricks:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Twilit Common Shader Bag - twilightforest:shader_bag:0{shader_rarity:"COMMON"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({shader_rarity: "COMMON"}) to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Efficiency Meter - waterstrainer:efficiency_meter:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Solid Survivalist's Strainer (Dense) - waterstrainer:strainer_survivalist_dense_solid:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Solid Survivalist's Strainer - waterstrainer:strainer_survivalist_solid:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Weirding Gadget - weirdinggadget:weirding_gadget:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Adding to item stage two. Yoyos and You - yoyos:book:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "two" +[INITIALIZATION][SERVER][INFO] Staging fluid modularium to three +[INITIALIZATION][SERVER][INFO] Adding to item stage three. 4 entries: +Molten Modularium Clay Bucket - ceramics:clay_bucket:0{fluids:{FluidName:"modularium",Amount:1000}} +Molten Modularium Bucket - forge:bucketfilled:0{FluidName:"modularium",Amount:1000} +Syrmorite Bucket (Molten Modularium) - thebetweenlands:bl_bucket:1{Fluid:{FluidName:"modularium",Amount:1000}} +Weedwood Bucket (Molten Modularium) - thebetweenlands:bl_bucket:0{Fluid:{FluidName:"modularium",Amount:1000}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({fluids: {FluidName: "modularium", Amount: 1000}}) | .withTag({FluidName: "modularium", Amount: 1000}) | .withTag({Fluid: {FluidName: "modularium", Amount: 1000}}) | .withTag({Fluid: {FluidName: "modularium", Amount: 1000}}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Modularium Rod - contenttweaker:material_part:74 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Modularium Plate - contenttweaker:material_part:71 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Modularium - modularmachinery:itemmodularium:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Modularium Gear - contenttweaker:material_part:70 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Staging fluid steel to three +[INITIALIZATION][SERVER][INFO] Adding to item stage three. 4 entries: +Molten Steel Clay Bucket - ceramics:clay_bucket:0{fluids:{FluidName:"steel",Amount:1000}} +Molten Steel Bucket - forge:bucketfilled:0{FluidName:"steel",Amount:1000} +Syrmorite Bucket (Molten Steel) - thebetweenlands:bl_bucket:1{Fluid:{FluidName:"steel",Amount:1000}} +Weedwood Bucket (Molten Steel) - thebetweenlands:bl_bucket:0{Fluid:{FluidName:"steel",Amount:1000}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({fluids: {FluidName: "steel", Amount: 1000}}) | .withTag({FluidName: "steel", Amount: 1000}) | .withTag({Fluid: {FluidName: "steel", Amount: 1000}}) | .withTag({Fluid: {FluidName: "steel", Amount: 1000}}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Steel Nugget - immersiveengineering:metal:28 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Steel Rod - immersiveengineering:material:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Block of Steel - immersiveengineering:storage:8 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Steel Plate - immersiveengineering:metal:38 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Steel Ingot - immersiveengineering:metal:8 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Steel Grit - immersiveengineering:metal:17 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Steel Gear - contenttweaker:material_part:89 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Staging fluid redstone_alloy to three +[INITIALIZATION][SERVER][INFO] Adding to item stage three. 4 entries: +Molten Redstone Alloy Clay Bucket - ceramics:clay_bucket:0{fluids:{FluidName:"redstone_alloy",Amount:1000}} +Molten Redstone Alloy Bucket - forge:bucketfilled:0{FluidName:"redstone_alloy",Amount:1000} +Syrmorite Bucket (Molten Redstone Alloy) - thebetweenlands:bl_bucket:1{Fluid:{FluidName:"redstone_alloy",Amount:1000}} +Weedwood Bucket (Molten Redstone Alloy) - thebetweenlands:bl_bucket:0{Fluid:{FluidName:"redstone_alloy",Amount:1000}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({fluids: {FluidName: "redstone_alloy", Amount: 1000}}) | .withTag({FluidName: "redstone_alloy", Amount: 1000}) | .withTag({Fluid: {FluidName: "redstone_alloy", Amount: 1000}}) | .withTag({Fluid: {FluidName: "redstone_alloy", Amount: 1000}}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Redstone Alloy Rod - contenttweaker:material_part:58 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Block of Redstone Alloy - contenttweaker:sub_block_holder_0:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Redstone Alloy Plate - contenttweaker:material_part:55 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Redstone Alloy Ingot - contenttweaker:material_part:59 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Redstone Alloy Gear - contenttweaker:material_part:54 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Staging fluid cobalt to three +[INITIALIZATION][SERVER][INFO] Adding to item stage three. 4 entries: +Molten Cobalt Clay Bucket - ceramics:clay_bucket:0{fluids:{FluidName:"cobalt",Amount:1000}} +Molten Cobalt Bucket - forge:bucketfilled:0{FluidName:"cobalt",Amount:1000} +Syrmorite Bucket (Molten Cobalt) - thebetweenlands:bl_bucket:1{Fluid:{FluidName:"cobalt",Amount:1000}} +Weedwood Bucket (Molten Cobalt) - thebetweenlands:bl_bucket:0{Fluid:{FluidName:"cobalt",Amount:1000}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({fluids: {FluidName: "cobalt", Amount: 1000}}) | .withTag({FluidName: "cobalt", Amount: 1000}) | .withTag({Fluid: {FluidName: "cobalt", Amount: 1000}}) | .withTag({Fluid: {FluidName: "cobalt", Amount: 1000}}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Cobalt Nugget - tconstruct:nuggets:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Cobalt Rod - contenttweaker:material_part:24 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Block of Cobalt - tconstruct:metal:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Cobalt Plate - contenttweaker:material_part:21 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Cobalt Ingot - tconstruct:ingots:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Cobalt Dust - contenttweaker:material_part:130 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Cobalt Gear - contenttweaker:material_part:20 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Staging fluid aluminum to three +[INITIALIZATION][SERVER][INFO] Adding to item stage three. 4 entries: +Molten Aluminum Clay Bucket - ceramics:clay_bucket:0{fluids:{FluidName:"aluminum",Amount:1000}} +Molten Aluminum Bucket - forge:bucketfilled:0{FluidName:"aluminum",Amount:1000} +Syrmorite Bucket (Molten Aluminum) - thebetweenlands:bl_bucket:1{Fluid:{FluidName:"aluminum",Amount:1000}} +Weedwood Bucket (Molten Aluminum) - thebetweenlands:bl_bucket:0{Fluid:{FluidName:"aluminum",Amount:1000}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({fluids: {FluidName: "aluminum", Amount: 1000}}) | .withTag({FluidName: "aluminum", Amount: 1000}) | .withTag({Fluid: {FluidName: "aluminum", Amount: 1000}}) | .withTag({Fluid: {FluidName: "aluminum", Amount: 1000}}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Aluminium Rod - immersiveengineering:material:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Block of Aluminium - immersiveengineering:storage:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Aluminium Plate - immersiveengineering:metal:31 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Aluminium Ingot - immersiveengineering:metal:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Aluminium Grit - immersiveengineering:metal:10 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Staging fluid platinum to three +[INITIALIZATION][SERVER][INFO] Adding to item stage three. 4 entries: +Molten Platinum Clay Bucket - ceramics:clay_bucket:0{fluids:{FluidName:"platinum",Amount:1000}} +Molten Platinum Bucket - forge:bucketfilled:0{FluidName:"platinum",Amount:1000} +Syrmorite Bucket (Molten Platinum) - thebetweenlands:bl_bucket:1{Fluid:{FluidName:"platinum",Amount:1000}} +Weedwood Bucket (Molten Platinum) - thebetweenlands:bl_bucket:0{Fluid:{FluidName:"platinum",Amount:1000}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({fluids: {FluidName: "platinum", Amount: 1000}}) | .withTag({FluidName: "platinum", Amount: 1000}) | .withTag({Fluid: {FluidName: "platinum", Amount: 1000}}) | .withTag({Fluid: {FluidName: "platinum", Amount: 1000}}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Platinum Rod - contenttweaker:material_part:36 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Block of Platinum - contenttweaker:sub_block_holder_0:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Platinum Plate - contenttweaker:material_part:33 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Platinum Ingot - contenttweaker:material_part:37 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Platinum Dust - contenttweaker:material_part:117 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Platinum Gear - contenttweaker:material_part:32 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Staging fluid alubrass to three +[INITIALIZATION][SERVER][INFO] Adding to item stage three. 4 entries: +Molten Aluminum Brass Clay Bucket - ceramics:clay_bucket:0{fluids:{FluidName:"alubrass",Amount:1000}} +Molten Aluminum Brass Bucket - forge:bucketfilled:0{FluidName:"alubrass",Amount:1000} +Syrmorite Bucket (Molten Aluminum Brass) - thebetweenlands:bl_bucket:1{Fluid:{FluidName:"alubrass",Amount:1000}} +Weedwood Bucket (Molten Aluminum Brass) - thebetweenlands:bl_bucket:0{Fluid:{FluidName:"alubrass",Amount:1000}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({fluids: {FluidName: "alubrass", Amount: 1000}}) | .withTag({FluidName: "alubrass", Amount: 1000}) | .withTag({Fluid: {FluidName: "alubrass", Amount: 1000}}) | .withTag({Fluid: {FluidName: "alubrass", Amount: 1000}}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Aluminum Brass Nugget - tconstruct:nuggets:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Block of Aluminum Brass - tconstruct:metal:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Aluminum Brass Ingot - tconstruct:ingots:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Staging fluid pigiron to three +[INITIALIZATION][SERVER][INFO] Adding to item stage three. 4 entries: +Molten Pigiron Clay Bucket - ceramics:clay_bucket:0{fluids:{FluidName:"pigiron",Amount:1000}} +Molten Pigiron Bucket - forge:bucketfilled:0{FluidName:"pigiron",Amount:1000} +Syrmorite Bucket (Molten Pigiron) - thebetweenlands:bl_bucket:1{Fluid:{FluidName:"pigiron",Amount:1000}} +Weedwood Bucket (Molten Pigiron) - thebetweenlands:bl_bucket:0{Fluid:{FluidName:"pigiron",Amount:1000}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({fluids: {FluidName: "pigiron", Amount: 1000}}) | .withTag({FluidName: "pigiron", Amount: 1000}) | .withTag({Fluid: {FluidName: "pigiron", Amount: 1000}}) | .withTag({Fluid: {FluidName: "pigiron", Amount: 1000}}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Block of Pigiron - tconstruct:metal:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Pigiron Ingot - tconstruct:ingots:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Staging fluid galgadorian to three +[INITIALIZATION][SERVER][INFO] Adding to item stage three. 4 entries: +Molten Galgadorian Clay Bucket - ceramics:clay_bucket:0{fluids:{FluidName:"galgadorian",Amount:1000}} +Molten Galgadorian Bucket - forge:bucketfilled:0{FluidName:"galgadorian",Amount:1000} +Syrmorite Bucket (Molten Galgadorian) - thebetweenlands:bl_bucket:1{Fluid:{FluidName:"galgadorian",Amount:1000}} +Weedwood Bucket (Molten Galgadorian) - thebetweenlands:bl_bucket:0{Fluid:{FluidName:"galgadorian",Amount:1000}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({fluids: {FluidName: "galgadorian", Amount: 1000}}) | .withTag({FluidName: "galgadorian", Amount: 1000}) | .withTag({Fluid: {FluidName: "galgadorian", Amount: 1000}}) | .withTag({Fluid: {FluidName: "galgadorian", Amount: 1000}}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Galgadorian Rod - contenttweaker:material_part:93 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Galgadorian Block - stevescarts:blockmetalstorage:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Galgadorian Plate - contenttweaker:material_part:90 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Galgadorian Metal - stevescarts:modulecomponents:47 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Galgadorian Gear - contenttweaker:material_part:107 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Staging fluid invar to three +[INITIALIZATION][SERVER][INFO] Adding to item stage three. 4 entries: +Molten Invar Clay Bucket - ceramics:clay_bucket:0{fluids:{FluidName:"invar",Amount:1000}} +Molten Invar Bucket - forge:bucketfilled:0{FluidName:"invar",Amount:1000} +Syrmorite Bucket (Molten Invar) - thebetweenlands:bl_bucket:1{Fluid:{FluidName:"invar",Amount:1000}} +Weedwood Bucket (Molten Invar) - thebetweenlands:bl_bucket:0{Fluid:{FluidName:"invar",Amount:1000}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({fluids: {FluidName: "invar", Amount: 1000}}) | .withTag({FluidName: "invar", Amount: 1000}) | .withTag({Fluid: {FluidName: "invar", Amount: 1000}}) | .withTag({Fluid: {FluidName: "invar", Amount: 1000}}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Invar Rod - contenttweaker:material_part:66 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Block of Invar - contenttweaker:sub_block_holder_0:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Invar Plate - contenttweaker:material_part:63 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Invar Ingot - contenttweaker:material_part:67 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Invar Gear - contenttweaker:material_part:62 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Staging fluid electrum to three +[INITIALIZATION][SERVER][INFO] Adding to item stage three. 4 entries: +Molten Electrum Clay Bucket - ceramics:clay_bucket:0{fluids:{FluidName:"electrum",Amount:1000}} +Molten Electrum Bucket - forge:bucketfilled:0{FluidName:"electrum",Amount:1000} +Syrmorite Bucket (Molten Electrum) - thebetweenlands:bl_bucket:1{Fluid:{FluidName:"electrum",Amount:1000}} +Weedwood Bucket (Molten Electrum) - thebetweenlands:bl_bucket:0{Fluid:{FluidName:"electrum",Amount:1000}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({fluids: {FluidName: "electrum", Amount: 1000}}) | .withTag({FluidName: "electrum", Amount: 1000}) | .withTag({Fluid: {FluidName: "electrum", Amount: 1000}}) | .withTag({Fluid: {FluidName: "electrum", Amount: 1000}}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Electrum Nugget - immersiveengineering:metal:27 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Block of Electrum - immersiveengineering:storage:7 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Electrum Plate - immersiveengineering:metal:37 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Electrum Ingot - immersiveengineering:metal:7 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Electrum Grit - immersiveengineering:metal:16 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Staging fluid nickel to three +[INITIALIZATION][SERVER][INFO] Adding to item stage three. 4 entries: +Molten Nickel Clay Bucket - ceramics:clay_bucket:0{fluids:{FluidName:"nickel",Amount:1000}} +Molten Nickel Bucket - forge:bucketfilled:0{FluidName:"nickel",Amount:1000} +Syrmorite Bucket (Molten Nickel) - thebetweenlands:bl_bucket:1{Fluid:{FluidName:"nickel",Amount:1000}} +Weedwood Bucket (Molten Nickel) - thebetweenlands:bl_bucket:0{Fluid:{FluidName:"nickel",Amount:1000}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({fluids: {FluidName: "nickel", Amount: 1000}}) | .withTag({FluidName: "nickel", Amount: 1000}) | .withTag({Fluid: {FluidName: "nickel", Amount: 1000}}) | .withTag({Fluid: {FluidName: "nickel", Amount: 1000}}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Nickel Nugget - immersiveengineering:metal:24 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Block of Nickel - immersiveengineering:storage:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Nickel Plate - immersiveengineering:metal:34 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Nickel Ingot - immersiveengineering:metal:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Nickel Grit - immersiveengineering:metal:13 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Staging fluid reinforced_metal to three +[INITIALIZATION][SERVER][INFO] Adding to item stage three. 4 entries: +Molten Reinforced Metal Clay Bucket - ceramics:clay_bucket:0{fluids:{FluidName:"reinforced_metal",Amount:1000}} +Molten Reinforced Metal Bucket - forge:bucketfilled:0{FluidName:"reinforced_metal",Amount:1000} +Syrmorite Bucket (Molten Reinforced Metal) - thebetweenlands:bl_bucket:1{Fluid:{FluidName:"reinforced_metal",Amount:1000}} +Weedwood Bucket (Molten Reinforced Metal) - thebetweenlands:bl_bucket:0{Fluid:{FluidName:"reinforced_metal",Amount:1000}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({fluids: {FluidName: "reinforced_metal", Amount: 1000}}) | .withTag({FluidName: "reinforced_metal", Amount: 1000}) | .withTag({Fluid: {FluidName: "reinforced_metal", Amount: 1000}}) | .withTag({Fluid: {FluidName: "reinforced_metal", Amount: 1000}}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Reinforced Metal Rod - contenttweaker:material_part:103 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Reinforced Metal Block - stevescarts:blockmetalstorage:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Reinforced Metal Plate - contenttweaker:material_part:100 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Reinforced Metal - stevescarts:modulecomponents:22 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Reinforced Metal Gear - contenttweaker:material_part:99 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Staging fluid constantan to three +[INITIALIZATION][SERVER][INFO] Adding to item stage three. 4 entries: +Molten Constantan Clay Bucket - ceramics:clay_bucket:0{fluids:{FluidName:"constantan",Amount:1000}} +Molten Constantan Bucket - forge:bucketfilled:0{FluidName:"constantan",Amount:1000} +Syrmorite Bucket (Molten Constantan) - thebetweenlands:bl_bucket:1{Fluid:{FluidName:"constantan",Amount:1000}} +Weedwood Bucket (Molten Constantan) - thebetweenlands:bl_bucket:0{Fluid:{FluidName:"constantan",Amount:1000}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({fluids: {FluidName: "constantan", Amount: 1000}}) | .withTag({FluidName: "constantan", Amount: 1000}) | .withTag({Fluid: {FluidName: "constantan", Amount: 1000}}) | .withTag({Fluid: {FluidName: "constantan", Amount: 1000}}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Constantan Nugget - immersiveengineering:metal:26 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Block of Constantan - immersiveengineering:storage:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Constantan Plate - immersiveengineering:metal:36 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Constantan Ingot - immersiveengineering:metal:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Constantan Grit - immersiveengineering:metal:15 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Staging fluid lead to three +[INITIALIZATION][SERVER][INFO] Adding to item stage three. 4 entries: +Molten Lead Clay Bucket - ceramics:clay_bucket:0{fluids:{FluidName:"lead",Amount:1000}} +Molten Lead Bucket - forge:bucketfilled:0{FluidName:"lead",Amount:1000} +Syrmorite Bucket (Molten Lead) - thebetweenlands:bl_bucket:1{Fluid:{FluidName:"lead",Amount:1000}} +Weedwood Bucket (Molten Lead) - thebetweenlands:bl_bucket:0{Fluid:{FluidName:"lead",Amount:1000}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({fluids: {FluidName: "lead", Amount: 1000}}) | .withTag({FluidName: "lead", Amount: 1000}) | .withTag({Fluid: {FluidName: "lead", Amount: 1000}}) | .withTag({Fluid: {FluidName: "lead", Amount: 1000}}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Lead Nugget - immersiveengineering:metal:22 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Lead Crystal - mekanism:crystal:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Lead Rod - contenttweaker:material_part:19 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Block of Lead - immersiveengineering:storage:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Lead Clump - mekanism:clump:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Lead Plate - immersiveengineering:metal:32 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Lead Shard - mekanism:shard:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Lead Ingot - immersiveengineering:metal:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Dirty Lead Dust - mekanism:dirtydust:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Lead Grit - immersiveengineering:metal:11 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Lead Gear - contenttweaker:material_part:15 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Staging fluid enhanced_galgadorian to three +[INITIALIZATION][SERVER][INFO] Adding to item stage three. 4 entries: +Molten Enhanced Galgadorian Clay Bucket - ceramics:clay_bucket:0{fluids:{FluidName:"enhanced_galgadorian",Amount:1000}} +Molten Enhanced Galgadorian Bucket - forge:bucketfilled:0{FluidName:"enhanced_galgadorian",Amount:1000} +Syrmorite Bucket (Molten Enhanced Galgadorian) - thebetweenlands:bl_bucket:1{Fluid:{FluidName:"enhanced_galgadorian",Amount:1000}} +Weedwood Bucket (Molten Enhanced Galgadorian) - thebetweenlands:bl_bucket:0{Fluid:{FluidName:"enhanced_galgadorian",Amount:1000}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({fluids: {FluidName: "enhanced_galgadorian", Amount: 1000}}) | .withTag({FluidName: "enhanced_galgadorian", Amount: 1000}) | .withTag({Fluid: {FluidName: "enhanced_galgadorian", Amount: 1000}}) | .withTag({Fluid: {FluidName: "enhanced_galgadorian", Amount: 1000}}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Enhanced Galgadorian Rod - contenttweaker:material_part:98 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Enhanced Galgadorian Block - stevescarts:blockmetalstorage:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Enhanced Galgadorian Plate - contenttweaker:material_part:95 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Enhanced Galgadorian Metal - stevescarts:modulecomponents:49 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Enhanced Galgadorian Gear - contenttweaker:material_part:94 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Staging fluid silver to three +[INITIALIZATION][SERVER][INFO] Adding to item stage three. 4 entries: +Molten Silver Clay Bucket - ceramics:clay_bucket:0{fluids:{FluidName:"silver",Amount:1000}} +Molten Silver Bucket - forge:bucketfilled:0{FluidName:"silver",Amount:1000} +Syrmorite Bucket (Molten Silver) - thebetweenlands:bl_bucket:1{Fluid:{FluidName:"silver",Amount:1000}} +Weedwood Bucket (Molten Silver) - thebetweenlands:bl_bucket:0{Fluid:{FluidName:"silver",Amount:1000}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({fluids: {FluidName: "silver", Amount: 1000}}) | .withTag({FluidName: "silver", Amount: 1000}) | .withTag({Fluid: {FluidName: "silver", Amount: 1000}}) | .withTag({Fluid: {FluidName: "silver", Amount: 1000}}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Silver Nugget - immersiveengineering:metal:23 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Silver Crystal - mekanism:crystal:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Silver Rod - contenttweaker:material_part:14 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Block of Silver - immersiveengineering:storage:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Silver Clump - mekanism:clump:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Silver Plate - immersiveengineering:metal:33 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Silver Shard - mekanism:shard:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Silver Ingot - immersiveengineering:metal:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Dirty Silver Dust - mekanism:dirtydust:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Silver Grit - immersiveengineering:metal:12 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Silver Gear - contenttweaker:material_part:10 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Dimension -1 has been added to stage three +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Glycerin - car:glycerin:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Amber - cyclicmagic:amber:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Milk - cyclicmagic:milk:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Poison - cyclicmagic:poison:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Experience - cyclicmagic:xpjuice:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Crude Oil - galacticraftcore:crude_oil_still:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Kerosene - pneumaticcraft:fluid.kerosene:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Staging fluid amber to three +[INITIALIZATION][SERVER][INFO] Adding to item stage three. 4 entries: +Amber Clay Bucket - ceramics:clay_bucket:0{fluids:{FluidName:"amber",Amount:1000}} +Amber Bucket - forge:bucketfilled:0{FluidName:"amber",Amount:1000} +Syrmorite Bucket (Amber) - thebetweenlands:bl_bucket:1{Fluid:{FluidName:"amber",Amount:1000}} +Weedwood Bucket (Amber) - thebetweenlands:bl_bucket:0{Fluid:{FluidName:"amber",Amount:1000}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({fluids: {FluidName: "amber", Amount: 1000}}) | .withTag({FluidName: "amber", Amount: 1000}) | .withTag({Fluid: {FluidName: "amber", Amount: 1000}}) | .withTag({Fluid: {FluidName: "amber", Amount: 1000}}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Staging fluid biodiesel to three +[INITIALIZATION][SERVER][INFO] Adding to item stage three. 4 entries: +Biodiesel Clay Bucket - ceramics:clay_bucket:0{fluids:{FluidName:"biodiesel",Amount:1000}} +Biodiesel Bucket - forge:bucketfilled:0{FluidName:"biodiesel",Amount:1000} +Syrmorite Bucket (Biodiesel) - thebetweenlands:bl_bucket:1{Fluid:{FluidName:"biodiesel",Amount:1000}} +Weedwood Bucket (Biodiesel) - thebetweenlands:bl_bucket:0{Fluid:{FluidName:"biodiesel",Amount:1000}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({fluids: {FluidName: "biodiesel", Amount: 1000}}) | .withTag({FluidName: "biodiesel", Amount: 1000}) | .withTag({Fluid: {FluidName: "biodiesel", Amount: 1000}}) | .withTag({Fluid: {FluidName: "biodiesel", Amount: 1000}}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Staging fluid blueslime to three +[INITIALIZATION][SERVER][INFO] Adding to item stage three. 4 entries: +Liquid Blue Slime Clay Bucket - ceramics:clay_bucket:0{fluids:{FluidName:"blueslime",Amount:1000}} +Liquid Blue Slime Bucket - forge:bucketfilled:0{FluidName:"blueslime",Amount:1000} +Syrmorite Bucket (Liquid Blue Slime) - thebetweenlands:bl_bucket:1{Fluid:{FluidName:"blueslime",Amount:1000}} +Weedwood Bucket (Liquid Blue Slime) - thebetweenlands:bl_bucket:0{Fluid:{FluidName:"blueslime",Amount:1000}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({fluids: {FluidName: "blueslime", Amount: 1000}}) | .withTag({FluidName: "blueslime", Amount: 1000}) | .withTag({Fluid: {FluidName: "blueslime", Amount: 1000}}) | .withTag({Fluid: {FluidName: "blueslime", Amount: 1000}}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Staging fluid canolaoil to three +[INITIALIZATION][SERVER][INFO] Adding to item stage three. 4 entries: +Canola Oil Clay Bucket - ceramics:clay_bucket:0{fluids:{FluidName:"canolaoil",Amount:1000}} +Canola Oil Bucket - forge:bucketfilled:0{FluidName:"canolaoil",Amount:1000} +Syrmorite Bucket (Canola Oil) - thebetweenlands:bl_bucket:1{Fluid:{FluidName:"canolaoil",Amount:1000}} +Weedwood Bucket (Canola Oil) - thebetweenlands:bl_bucket:0{Fluid:{FluidName:"canolaoil",Amount:1000}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({fluids: {FluidName: "canolaoil", Amount: 1000}}) | .withTag({FluidName: "canolaoil", Amount: 1000}) | .withTag({Fluid: {FluidName: "canolaoil", Amount: 1000}}) | .withTag({Fluid: {FluidName: "canolaoil", Amount: 1000}}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Staging fluid concrete to three +[INITIALIZATION][SERVER][INFO] Adding to item stage three. 4 entries: +Liquid Concrete Clay Bucket - ceramics:clay_bucket:0{fluids:{FluidName:"concrete",Amount:1000}} +Liquid Concrete Bucket - forge:bucketfilled:0{FluidName:"concrete",Amount:1000} +Syrmorite Bucket (Liquid Concrete) - thebetweenlands:bl_bucket:1{Fluid:{FluidName:"concrete",Amount:1000}} +Weedwood Bucket (Liquid Concrete) - thebetweenlands:bl_bucket:0{Fluid:{FluidName:"concrete",Amount:1000}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({fluids: {FluidName: "concrete", Amount: 1000}}) | .withTag({FluidName: "concrete", Amount: 1000}) | .withTag({Fluid: {FluidName: "concrete", Amount: 1000}}) | .withTag({Fluid: {FluidName: "concrete", Amount: 1000}}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Staging fluid creosote to three +[INITIALIZATION][SERVER][INFO] Adding to item stage three. 4 entries: +Creosote Oil Clay Bucket - ceramics:clay_bucket:0{fluids:{FluidName:"creosote",Amount:1000}} +Creosote Oil Bucket - forge:bucketfilled:0{FluidName:"creosote",Amount:1000} +Syrmorite Bucket (Creosote Oil) - thebetweenlands:bl_bucket:1{Fluid:{FluidName:"creosote",Amount:1000}} +Weedwood Bucket (Creosote Oil) - thebetweenlands:bl_bucket:0{Fluid:{FluidName:"creosote",Amount:1000}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({fluids: {FluidName: "creosote", Amount: 1000}}) | .withTag({FluidName: "creosote", Amount: 1000}) | .withTag({Fluid: {FluidName: "creosote", Amount: 1000}}) | .withTag({Fluid: {FluidName: "creosote", Amount: 1000}}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Staging fluid diesel to three +[INITIALIZATION][SERVER][INFO] Adding to item stage three. 4 entries: +Diesel Clay Bucket - ceramics:clay_bucket:0{fluids:{FluidName:"diesel",Amount:1000}} +Diesel Bucket - forge:bucketfilled:0{FluidName:"diesel",Amount:1000} +Syrmorite Bucket (Diesel) - thebetweenlands:bl_bucket:1{Fluid:{FluidName:"diesel",Amount:1000}} +Weedwood Bucket (Diesel) - thebetweenlands:bl_bucket:0{Fluid:{FluidName:"diesel",Amount:1000}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({fluids: {FluidName: "diesel", Amount: 1000}}) | .withTag({FluidName: "diesel", Amount: 1000}) | .withTag({Fluid: {FluidName: "diesel", Amount: 1000}}) | .withTag({Fluid: {FluidName: "diesel", Amount: 1000}}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Staging fluid dist_water to three +[INITIALIZATION][SERVER][INFO] Adding to item stage three. 4 entries: +Distilled Water Clay Bucket - ceramics:clay_bucket:0{fluids:{FluidName:"dist_water",Amount:1000}} +Distilled Water Bucket - forge:bucketfilled:0{FluidName:"dist_water",Amount:1000} +Syrmorite Bucket (Distilled Water) - thebetweenlands:bl_bucket:1{Fluid:{FluidName:"dist_water",Amount:1000}} +Weedwood Bucket (Distilled Water) - thebetweenlands:bl_bucket:0{Fluid:{FluidName:"dist_water",Amount:1000}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({fluids: {FluidName: "dist_water", Amount: 1000}}) | .withTag({FluidName: "dist_water", Amount: 1000}) | .withTag({Fluid: {FluidName: "dist_water", Amount: 1000}}) | .withTag({Fluid: {FluidName: "dist_water", Amount: 1000}}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Staging fluid ethanol to three +[INITIALIZATION][SERVER][INFO] Adding to item stage three. 4 entries: +Ethanol Clay Bucket - ceramics:clay_bucket:0{fluids:{FluidName:"ethanol",Amount:1000}} +Ethanol Bucket - forge:bucketfilled:0{FluidName:"ethanol",Amount:1000} +Syrmorite Bucket (Ethanol) - thebetweenlands:bl_bucket:1{Fluid:{FluidName:"ethanol",Amount:1000}} +Weedwood Bucket (Ethanol) - thebetweenlands:bl_bucket:0{Fluid:{FluidName:"ethanol",Amount:1000}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({fluids: {FluidName: "ethanol", Amount: 1000}}) | .withTag({FluidName: "ethanol", Amount: 1000}) | .withTag({Fluid: {FluidName: "ethanol", Amount: 1000}}) | .withTag({Fluid: {FluidName: "ethanol", Amount: 1000}}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Staging fluid gasoline to three +[INITIALIZATION][SERVER][INFO] Adding to item stage three. 4 entries: +Gasoline Clay Bucket - ceramics:clay_bucket:0{fluids:{FluidName:"gasoline",Amount:1000}} +Gasoline Bucket - forge:bucketfilled:0{FluidName:"gasoline",Amount:1000} +Syrmorite Bucket (Gasoline) - thebetweenlands:bl_bucket:1{Fluid:{FluidName:"gasoline",Amount:1000}} +Weedwood Bucket (Gasoline) - thebetweenlands:bl_bucket:0{Fluid:{FluidName:"gasoline",Amount:1000}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({fluids: {FluidName: "gasoline", Amount: 1000}}) | .withTag({FluidName: "gasoline", Amount: 1000}) | .withTag({Fluid: {FluidName: "gasoline", Amount: 1000}}) | .withTag({Fluid: {FluidName: "gasoline", Amount: 1000}}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Staging fluid glowstone to three +[INITIALIZATION][SERVER][INFO] Adding to item stage three. 4 entries: +Molten Glowstone Clay Bucket - ceramics:clay_bucket:0{fluids:{FluidName:"glowstone",Amount:1000}} +Molten Glowstone Bucket - forge:bucketfilled:0{FluidName:"glowstone",Amount:1000} +Syrmorite Bucket (Molten Glowstone) - thebetweenlands:bl_bucket:1{Fluid:{FluidName:"glowstone",Amount:1000}} +Weedwood Bucket (Molten Glowstone) - thebetweenlands:bl_bucket:0{Fluid:{FluidName:"glowstone",Amount:1000}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({fluids: {FluidName: "glowstone", Amount: 1000}}) | .withTag({FluidName: "glowstone", Amount: 1000}) | .withTag({Fluid: {FluidName: "glowstone", Amount: 1000}}) | .withTag({Fluid: {FluidName: "glowstone", Amount: 1000}}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Staging fluid glycerin to three +[INITIALIZATION][SERVER][INFO] Adding to item stage three. 4 entries: +Glycerin Clay Bucket - ceramics:clay_bucket:0{fluids:{FluidName:"glycerin",Amount:1000}} +Glycerin Bucket - forge:bucketfilled:0{FluidName:"glycerin",Amount:1000} +Syrmorite Bucket (Glycerin) - thebetweenlands:bl_bucket:1{Fluid:{FluidName:"glycerin",Amount:1000}} +Weedwood Bucket (Glycerin) - thebetweenlands:bl_bucket:0{Fluid:{FluidName:"glycerin",Amount:1000}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({fluids: {FluidName: "glycerin", Amount: 1000}}) | .withTag({FluidName: "glycerin", Amount: 1000}) | .withTag({Fluid: {FluidName: "glycerin", Amount: 1000}}) | .withTag({Fluid: {FluidName: "glycerin", Amount: 1000}}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Staging fluid kerosene to three +[INITIALIZATION][SERVER][INFO] Adding to item stage three. 4 entries: +Kerosene Clay Bucket - ceramics:clay_bucket:0{fluids:{FluidName:"kerosene",Amount:1000}} +Kerosene Bucket - forge:bucketfilled:0{FluidName:"kerosene",Amount:1000} +Syrmorite Bucket (Kerosene) - thebetweenlands:bl_bucket:1{Fluid:{FluidName:"kerosene",Amount:1000}} +Weedwood Bucket (Kerosene) - thebetweenlands:bl_bucket:0{Fluid:{FluidName:"kerosene",Amount:1000}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({fluids: {FluidName: "kerosene", Amount: 1000}}) | .withTag({FluidName: "kerosene", Amount: 1000}) | .withTag({Fluid: {FluidName: "kerosene", Amount: 1000}}) | .withTag({Fluid: {FluidName: "kerosene", Amount: 1000}}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Staging fluid lubricant to three +[INITIALIZATION][SERVER][INFO] Adding to item stage three. 4 entries: +Lubricant Clay Bucket - ceramics:clay_bucket:0{fluids:{FluidName:"lubricant",Amount:1000}} +Lubricant Bucket - forge:bucketfilled:0{FluidName:"lubricant",Amount:1000} +Syrmorite Bucket (Lubricant) - thebetweenlands:bl_bucket:1{Fluid:{FluidName:"lubricant",Amount:1000}} +Weedwood Bucket (Lubricant) - thebetweenlands:bl_bucket:0{Fluid:{FluidName:"lubricant",Amount:1000}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({fluids: {FluidName: "lubricant", Amount: 1000}}) | .withTag({FluidName: "lubricant", Amount: 1000}) | .withTag({Fluid: {FluidName: "lubricant", Amount: 1000}}) | .withTag({Fluid: {FluidName: "lubricant", Amount: 1000}}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Staging fluid napalm to three +[INITIALIZATION][SERVER][INFO] Adding to item stage three. 4 entries: +Napalm Clay Bucket - ceramics:clay_bucket:0{fluids:{FluidName:"napalm",Amount:1000}} +Napalm Bucket - forge:bucketfilled:0{FluidName:"napalm",Amount:1000} +Syrmorite Bucket (Napalm) - thebetweenlands:bl_bucket:1{Fluid:{FluidName:"napalm",Amount:1000}} +Weedwood Bucket (Napalm) - thebetweenlands:bl_bucket:0{Fluid:{FluidName:"napalm",Amount:1000}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({fluids: {FluidName: "napalm", Amount: 1000}}) | .withTag({FluidName: "napalm", Amount: 1000}) | .withTag({Fluid: {FluidName: "napalm", Amount: 1000}}) | .withTag({Fluid: {FluidName: "napalm", Amount: 1000}}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Staging fluid naphtha to three +[INITIALIZATION][SERVER][INFO] Adding to item stage three. 4 entries: +Molten Naphtha Clay Bucket - ceramics:clay_bucket:0{fluids:{FluidName:"naphtha",Amount:1000}} +Molten Naphtha Bucket - forge:bucketfilled:0{FluidName:"naphtha",Amount:1000} +Syrmorite Bucket (Molten Naphtha) - thebetweenlands:bl_bucket:1{Fluid:{FluidName:"naphtha",Amount:1000}} +Weedwood Bucket (Molten Naphtha) - thebetweenlands:bl_bucket:0{Fluid:{FluidName:"naphtha",Amount:1000}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({fluids: {FluidName: "naphtha", Amount: 1000}}) | .withTag({FluidName: "naphtha", Amount: 1000}) | .withTag({Fluid: {FluidName: "naphtha", Amount: 1000}}) | .withTag({Fluid: {FluidName: "naphtha", Amount: 1000}}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Staging fluid obsidian to three +[INITIALIZATION][SERVER][INFO] Adding to item stage three. 4 entries: +Molten Obsidian Clay Bucket - ceramics:clay_bucket:0{fluids:{FluidName:"obsidian",Amount:1000}} +Molten Obsidian Bucket - forge:bucketfilled:0{FluidName:"obsidian",Amount:1000} +Syrmorite Bucket (Molten Obsidian) - thebetweenlands:bl_bucket:1{Fluid:{FluidName:"obsidian",Amount:1000}} +Weedwood Bucket (Molten Obsidian) - thebetweenlands:bl_bucket:0{Fluid:{FluidName:"obsidian",Amount:1000}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({fluids: {FluidName: "obsidian", Amount: 1000}}) | .withTag({FluidName: "obsidian", Amount: 1000}) | .withTag({Fluid: {FluidName: "obsidian", Amount: 1000}}) | .withTag({Fluid: {FluidName: "obsidian", Amount: 1000}}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Staging fluid oil to three +[INITIALIZATION][SERVER][INFO] Adding to item stage three. 4 entries: +Oil Clay Bucket - ceramics:clay_bucket:0{fluids:{FluidName:"oil",Amount:1000}} +Oil Bucket - forge:bucketfilled:0{FluidName:"oil",Amount:1000} +Syrmorite Bucket (Oil) - thebetweenlands:bl_bucket:1{Fluid:{FluidName:"oil",Amount:1000}} +Weedwood Bucket (Oil) - thebetweenlands:bl_bucket:0{Fluid:{FluidName:"oil",Amount:1000}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({fluids: {FluidName: "oil", Amount: 1000}}) | .withTag({FluidName: "oil", Amount: 1000}) | .withTag({Fluid: {FluidName: "oil", Amount: 1000}}) | .withTag({Fluid: {FluidName: "oil", Amount: 1000}}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Staging fluid plantoil to three +[INITIALIZATION][SERVER][INFO] Adding to item stage three. 4 entries: +Plant Oil Clay Bucket - ceramics:clay_bucket:0{fluids:{FluidName:"plantoil",Amount:1000}} +Plant Oil Bucket - forge:bucketfilled:0{FluidName:"plantoil",Amount:1000} +Syrmorite Bucket (Plant Oil) - thebetweenlands:bl_bucket:1{Fluid:{FluidName:"plantoil",Amount:1000}} +Weedwood Bucket (Plant Oil) - thebetweenlands:bl_bucket:0{Fluid:{FluidName:"plantoil",Amount:1000}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({fluids: {FluidName: "plantoil", Amount: 1000}}) | .withTag({FluidName: "plantoil", Amount: 1000}) | .withTag({Fluid: {FluidName: "plantoil", Amount: 1000}}) | .withTag({Fluid: {FluidName: "plantoil", Amount: 1000}}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Staging fluid plastic to three +[INITIALIZATION][SERVER][INFO] Adding to item stage three. 4 entries: +Molten Plastic Clay Bucket - ceramics:clay_bucket:0{fluids:{FluidName:"plastic",Amount:1000}} +Molten Plastic Bucket - forge:bucketfilled:0{FluidName:"plastic",Amount:1000} +Syrmorite Bucket (Molten Plastic) - thebetweenlands:bl_bucket:1{Fluid:{FluidName:"plastic",Amount:1000}} +Weedwood Bucket (Molten Plastic) - thebetweenlands:bl_bucket:0{Fluid:{FluidName:"plastic",Amount:1000}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({fluids: {FluidName: "plastic", Amount: 1000}}) | .withTag({FluidName: "plastic", Amount: 1000}) | .withTag({Fluid: {FluidName: "plastic", Amount: 1000}}) | .withTag({Fluid: {FluidName: "plastic", Amount: 1000}}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Staging fluid propene to three +[INITIALIZATION][SERVER][INFO] Adding to item stage three. 4 entries: +Molten Propene Clay Bucket - ceramics:clay_bucket:0{fluids:{FluidName:"propene",Amount:1000}} +Molten Propene Bucket - forge:bucketfilled:0{FluidName:"propene",Amount:1000} +Syrmorite Bucket (Molten Propene) - thebetweenlands:bl_bucket:1{Fluid:{FluidName:"propene",Amount:1000}} +Weedwood Bucket (Molten Propene) - thebetweenlands:bl_bucket:0{Fluid:{FluidName:"propene",Amount:1000}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({fluids: {FluidName: "propene", Amount: 1000}}) | .withTag({FluidName: "propene", Amount: 1000}) | .withTag({Fluid: {FluidName: "propene", Amount: 1000}}) | .withTag({Fluid: {FluidName: "propene", Amount: 1000}}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Staging fluid purpleslime to three +[INITIALIZATION][SERVER][INFO] Adding to item stage three. 4 entries: +Liquid Purple Slime Clay Bucket - ceramics:clay_bucket:0{fluids:{FluidName:"purpleslime",Amount:1000}} +Liquid Purple Slime Bucket - forge:bucketfilled:0{FluidName:"purpleslime",Amount:1000} +Syrmorite Bucket (Liquid Purple Slime) - thebetweenlands:bl_bucket:1{Fluid:{FluidName:"purpleslime",Amount:1000}} +Weedwood Bucket (Liquid Purple Slime) - thebetweenlands:bl_bucket:0{Fluid:{FluidName:"purpleslime",Amount:1000}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({fluids: {FluidName: "purpleslime", Amount: 1000}}) | .withTag({FluidName: "purpleslime", Amount: 1000}) | .withTag({Fluid: {FluidName: "purpleslime", Amount: 1000}}) | .withTag({Fluid: {FluidName: "purpleslime", Amount: 1000}}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Staging fluid redstone to three +[INITIALIZATION][SERVER][INFO] Adding to item stage three. 4 entries: +Molten Redstone Clay Bucket - ceramics:clay_bucket:0{fluids:{FluidName:"redstone",Amount:1000}} +Molten Redstone Bucket - forge:bucketfilled:0{FluidName:"redstone",Amount:1000} +Syrmorite Bucket (Molten Redstone) - thebetweenlands:bl_bucket:1{Fluid:{FluidName:"redstone",Amount:1000}} +Weedwood Bucket (Molten Redstone) - thebetweenlands:bl_bucket:0{Fluid:{FluidName:"redstone",Amount:1000}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({fluids: {FluidName: "redstone", Amount: 1000}}) | .withTag({FluidName: "redstone", Amount: 1000}) | .withTag({Fluid: {FluidName: "redstone", Amount: 1000}}) | .withTag({Fluid: {FluidName: "redstone", Amount: 1000}}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Staging fluid slime to three +[INITIALIZATION][SERVER][INFO] Adding to item stage three. 4 entries: +Liquid Slime Clay Bucket - ceramics:clay_bucket:0{fluids:{FluidName:"slime",Amount:1000}} +Liquid Slime Bucket - forge:bucketfilled:0{FluidName:"slime",Amount:1000} +Syrmorite Bucket (Liquid Slime) - thebetweenlands:bl_bucket:1{Fluid:{FluidName:"slime",Amount:1000}} +Weedwood Bucket (Liquid Slime) - thebetweenlands:bl_bucket:0{Fluid:{FluidName:"slime",Amount:1000}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({fluids: {FluidName: "slime", Amount: 1000}}) | .withTag({FluidName: "slime", Amount: 1000}) | .withTag({Fluid: {FluidName: "slime", Amount: 1000}}) | .withTag({Fluid: {FluidName: "slime", Amount: 1000}}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Staging fluid steam to three +[INITIALIZATION][SERVER][INFO] Adding to item stage three. 4 entries: +Steam Clay Bucket - ceramics:clay_bucket:0{fluids:{FluidName:"steam",Amount:1000}} +Steam Bucket - forge:bucketfilled:0{FluidName:"steam",Amount:1000} +Syrmorite Bucket (Steam) - thebetweenlands:bl_bucket:1{Fluid:{FluidName:"steam",Amount:1000}} +Weedwood Bucket (Steam) - thebetweenlands:bl_bucket:0{Fluid:{FluidName:"steam",Amount:1000}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({fluids: {FluidName: "steam", Amount: 1000}}) | .withTag({FluidName: "steam", Amount: 1000}) | .withTag({Fluid: {FluidName: "steam", Amount: 1000}}) | .withTag({Fluid: {FluidName: "steam", Amount: 1000}}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. 2 entries: +Milk Clay Bucket - ceramics:clay_bucket:1 +Milk - minecraft:milk_bucket:0 +[INITIALIZATION][SERVER][INFO] Adding: | to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding fat_cat:fat_cat to stage.three +[INITIALIZATION][SERVER][INFO] Added MultiBlock IE:ArcFurnace to Stage three +[INITIALIZATION][SERVER][INFO] Added MultiBlock IE:AutoWorkbench to Stage three +[INITIALIZATION][SERVER][INFO] Added MultiBlock IE:BlastFurnace to Stage three +[INITIALIZATION][SERVER][INFO] Added MultiBlock IE:BlastFurnaceAdvanced to Stage three +[INITIALIZATION][SERVER][INFO] Added MultiBlock IE:BucketWheel to Stage three +[INITIALIZATION][SERVER][INFO] Added MultiBlock IE:CokeOven to Stage three +[INITIALIZATION][SERVER][INFO] Added MultiBlock IT:CokeOvenAdvanced to Stage three +[INITIALIZATION][SERVER][INFO] Added MultiBlock IE:Crusher to Stage three +[INITIALIZATION][SERVER][INFO] Added MultiBlock IE:DieselGenerator to Stage three +[INITIALIZATION][SERVER][INFO] Added MultiBlock IE:Excavator to Stage three +[INITIALIZATION][SERVER][INFO] Added MultiBlock IE:Fermenter to Stage three +[INITIALIZATION][SERVER][INFO] Added MultiBlock IE:Lightningrod to Stage three +[INITIALIZATION][SERVER][INFO] Added MultiBlock IE:MetalPress to Stage three +[INITIALIZATION][SERVER][INFO] Added MultiBlock IE:Mixer to Stage three +[INITIALIZATION][SERVER][INFO] Added MultiBlock IE:Refinery to Stage three +[INITIALIZATION][SERVER][INFO] Added MultiBlock IE:SheetmetalTank to Stage three +[INITIALIZATION][SERVER][INFO] Added MultiBlock IE:Silo to Stage three +[INITIALIZATION][SERVER][INFO] Added MultiBlock IE:Squeezer to Stage three +[INITIALIZATION][SERVER][INFO] Added MultiBlock IP:DistillationTower to Stage three +[INITIALIZATION][SERVER][INFO] Added MultiBlock IP:Pumpjack to Stage three +[INITIALIZATION][SERVER][INFO] Added MultiBlock IT:Alternator to Stage three +[INITIALIZATION][SERVER][INFO] Added MultiBlock IT:Boiler to Stage three +[INITIALIZATION][SERVER][INFO] Added MultiBlock IT:Distiller to Stage three +[INITIALIZATION][SERVER][INFO] Added MultiBlock IT:SolarReflector to Stage three +[INITIALIZATION][SERVER][INFO] Added MultiBlock IT:SolarTower to Stage three +[INITIALIZATION][SERVER][INFO] Added MultiBlock IT:SteamTurbine to Stage three +[INITIALIZATION][SERVER][INFO] Adding a replacement for stage three. minecraft:obsidian will become chisel:basalt[variation=0] +[INITIALIZATION][SERVER][INFO] Adding a replacement for stage three. chisel:obsidian[variation=0] will become chisel:basalt[variation=1] +[INITIALIZATION][SERVER][INFO] Adding a replacement for stage three. chisel:obsidian[variation=1] will become chisel:basalt[variation=2] +[INITIALIZATION][SERVER][INFO] Adding a replacement for stage three. chisel:obsidian[variation=2] will become chisel:basalt[variation=3] +[INITIALIZATION][SERVER][INFO] Adding a replacement for stage three. chisel:obsidian[variation=3] will become chisel:basalt[variation=4] +[INITIALIZATION][SERVER][INFO] Adding a replacement for stage three. chisel:obsidian[variation=4] will become chisel:basalt[variation=5] +[INITIALIZATION][SERVER][INFO] Adding a replacement for stage three. chisel:obsidian[variation=5] will become chisel:basalt[variation=6] +[INITIALIZATION][SERVER][INFO] Adding a replacement for stage three. chisel:obsidian[variation=6] will become chisel:basalt[variation=7] +[INITIALIZATION][SERVER][INFO] Adding a replacement for stage three. chisel:obsidian[variation=7] will become chisel:basalt[variation=8] +[INITIALIZATION][SERVER][INFO] Adding a replacement for stage three. chisel:obsidian[variation=8] will become chisel:basalt[variation=9] +[INITIALIZATION][SERVER][INFO] Adding a replacement for stage three. chisel:obsidian[variation=9] will become chisel:basalt[variation=10] +[INITIALIZATION][SERVER][INFO] Adding a replacement for stage three. chisel:obsidian[variation=10] will become chisel:basalt[variation=11] +[INITIALIZATION][SERVER][INFO] Adding a replacement for stage three. chisel:obsidian[variation=11] will become chisel:basalt[variation=12] +[INITIALIZATION][SERVER][INFO] Adding a replacement for stage three. chisel:obsidian[variation=12] will become chisel:basalt[variation=13] +[INITIALIZATION][SERVER][INFO] Adding a replacement for stage three. chisel:obsidian[variation=13] will become chisel:basalt[variation=14] +[INITIALIZATION][SERVER][INFO] Adding a replacement for stage three. chisel:obsidian[variation=14] will become chisel:basalt[variation=15] +[INITIALIZATION][SERVER][INFO] Adding a replacement for stage three. geolosys:ore[variant=galena] will become minecraft:stone[variant=stone] +[INITIALIZATION][SERVER][INFO] Adding a replacement for stage three. geolosys:ore_sample[variant=galena] will become immcraft:rock[facing=north] +[INITIALIZATION][SERVER][INFO] Adding a replacement for stage three. immersiveengineering:ore[type=aluminum] will become minecraft:stone[variant=stone] +[INITIALIZATION][SERVER][INFO] Adding a replacement for stage three. geolosys:ore[variant=bauxite] will become minecraft:stone[variant=stone] +[INITIALIZATION][SERVER][INFO] Adding a replacement for stage three. geolosys:ore_sample[variant=bauxite] will become immcraft:rock[facing=north] +[INITIALIZATION][SERVER][INFO] Adding a replacement for stage three. immersiveengineering:ore[type=lead] will become minecraft:stone[variant=stone] +[INITIALIZATION][SERVER][INFO] Adding a replacement for stage three. immersiveengineering:ore[type=nickel] will become minecraft:stone[variant=stone] +[INITIALIZATION][SERVER][INFO] Adding a replacement for stage three. geolosys:ore[variant=limonite] will become minecraft:stone[variant=stone] +[INITIALIZATION][SERVER][INFO] Adding a replacement for stage three. geolosys:ore_sample[variant=limonite] will become immcraft:rock[facing=north] +[INITIALIZATION][SERVER][INFO] Adding a replacement for stage three. minecraft:soul_sand will become minecraft:dirt[snowy=false,variant=dirt] +[INITIALIZATION][SERVER][INFO] Adding a replacement for stage three. minecraft:glowstone will become minecraft:stone[variant=stone] +[INITIALIZATION][SERVER][INFO] Adding a replacement for stage three. minecraft:quartz_ore will become minecraft:netherrack +[INITIALIZATION][SERVER][INFO] Adding a replacement for stage three. abyssalcraft:abyore will become minecraft:stone[variant=stone] +[INITIALIZATION][SERVER][INFO] Adding a replacement for stage three. geolosys:ore[variant=platinum] will become minecraft:stone[variant=stone] +[INITIALIZATION][SERVER][INFO] Adding a replacement for stage three. geolosys:ore_sample[variant=platinum] will become immcraft:rock[facing=north] +[INITIALIZATION][SERVER][INFO] Adding a replacement for stage three. mundaneredstone:redstone_ore will become minecraft:stone[variant=stone] +[INITIALIZATION][SERVER][INFO] Adding a replacement for stage three. geolosys:ore_vanilla[variant=cinnabar] will become minecraft:stone[variant=stone] +[INITIALIZATION][SERVER][INFO] Adding a replacement for stage three. geolosys:ore_sample_vanilla[variant=cinnabar] will become immcraft:rock[facing=north] +[INITIALIZATION][SERVER][INFO] Adding a replacement for stage three. minecraft:redstone_block will become minecraft:stone[variant=granite] +[INITIALIZATION][SERVER][INFO] Adding a replacement for stage three. chisel:redstone[variation=0] will become chisel:granite[variation=0] +[INITIALIZATION][SERVER][INFO] Adding a replacement for stage three. chisel:redstone[variation=1] will become chisel:granite[variation=1] +[INITIALIZATION][SERVER][INFO] Adding a replacement for stage three. chisel:redstone[variation=2] will become chisel:granite[variation=2] +[INITIALIZATION][SERVER][INFO] Adding a replacement for stage three. chisel:redstone[variation=3] will become chisel:granite[variation=3] +[INITIALIZATION][SERVER][INFO] Adding a replacement for stage three. chisel:redstone[variation=4] will become chisel:granite[variation=4] +[INITIALIZATION][SERVER][INFO] Adding a replacement for stage three. chisel:redstone[variation=5] will become chisel:granite[variation=5] +[INITIALIZATION][SERVER][INFO] Adding a replacement for stage three. chisel:redstone[variation=6] will become chisel:granite[variation=6] +[INITIALIZATION][SERVER][INFO] Adding a replacement for stage three. chisel:redstone[variation=7] will become chisel:granite[variation=7] +[INITIALIZATION][SERVER][INFO] Adding a replacement for stage three. chisel:redstone[variation=8] will become chisel:granite[variation=8] +[INITIALIZATION][SERVER][INFO] Adding a replacement for stage three. chisel:redstone[variation=9] will become chisel:granite[variation=9] +[INITIALIZATION][SERVER][INFO] Adding a replacement for stage three. chisel:redstone[variation=10] will become chisel:granite[variation=10] +[INITIALIZATION][SERVER][INFO] Adding a replacement for stage three. chisel:redstone[variation=11] will become chisel:granite[variation=11] +[INITIALIZATION][SERVER][INFO] Adding a replacement for stage three. chisel:redstone[variation=12] will become chisel:granite[variation=12] +[INITIALIZATION][SERVER][INFO] Adding a replacement for stage three. chisel:redstone[variation=13] will become chisel:granite[variation=13] +[INITIALIZATION][SERVER][INFO] Adding a replacement for stage three. chisel:redstone[variation=14] will become chisel:granite[variation=14] +[INITIALIZATION][SERVER][INFO] Adding a replacement for stage three. chisel:redstone[variation=15] will become chisel:granite[variation=15] +[INITIALIZATION][SERVER][INFO] Adding a replacement for stage three. chisel:redstone1[variation=0] will become chisel:granite1[variation=0] +[INITIALIZATION][SERVER][INFO] Adding a replacement for stage three. chisel:redstone1[variation=1] will become chisel:granite1[variation=1] +[INITIALIZATION][SERVER][INFO] Adding a replacement for stage three. chisel:redstone1[variation=2] will become chisel:granite1[variation=2] +[INITIALIZATION][SERVER][INFO] Adding a replacement for stage three. chisel:redstone1[variation=3] will become chisel:granite1[variation=3] +[INITIALIZATION][SERVER][INFO] Adding a replacement for stage three. chisel:redstone1[variation=4] will become chisel:granite1[variation=4] +[INITIALIZATION][SERVER][INFO] Adding a replacement for stage three. chisel:redstone1[variation=5] will become chisel:granite1[variation=5] +[INITIALIZATION][SERVER][INFO] Adding a replacement for stage three. chisel:redstone1[variation=6] will become chisel:granite1[variation=6] +[INITIALIZATION][SERVER][INFO] Adding a replacement for stage three. chisel:redstone1[variation=7] will become chisel:granite1[variation=7] +[INITIALIZATION][SERVER][INFO] Adding a replacement for stage three. chisel:redstone1[variation=8] will become chisel:granite1[variation=8] +[INITIALIZATION][SERVER][INFO] Adding a replacement for stage three. chisel:redstone1[variation=9] will become chisel:granite1[variation=9] +[INITIALIZATION][SERVER][INFO] Adding a replacement for stage three. chisel:redstone1[variation=10] will become chisel:granite1[variation=10] +[INITIALIZATION][SERVER][INFO] Adding a replacement for stage three. chisel:redstone1[variation=11] will become chisel:granite1[variation=11] +[INITIALIZATION][SERVER][INFO] Adding a replacement for stage three. immersiveengineering:ore[type=silver] will become minecraft:stone[variant=stone] +[INITIALIZATION][SERVER][INFO] Adding a replacement for stage three. minecraft:rail[shape=north_south], minecraft:rail[shape=east_west], minecraft:rail[shape=ascending_east], minecraft:rail[shape=ascending_west], minecraft:rail[shape=ascending_north], minecraft:rail[shape=ascending_south], minecraft:rail[shape=south_east], minecraft:rail[shape=south_west], minecraft:rail[shape=north_west], minecraft:rail[shape=north_east] will become immcraft:rock[facing=north] +[INITIALIZATION][SERVER][INFO] Adding a replacement for stage three. betterwithaddons:rail_rusted[shape=north_south], betterwithaddons:rail_rusted[shape=east_west], betterwithaddons:rail_rusted[shape=ascending_east], betterwithaddons:rail_rusted[shape=ascending_west], betterwithaddons:rail_rusted[shape=ascending_north], betterwithaddons:rail_rusted[shape=ascending_south], betterwithaddons:rail_rusted[shape=south_east], betterwithaddons:rail_rusted[shape=south_west], betterwithaddons:rail_rusted[shape=north_west], betterwithaddons:rail_rusted[shape=north_east] will become immcraft:rock[facing=north] +[INITIALIZATION][SERVER][INFO] Adding a replacement for stage three. minecraft:netherrack will become primal_tech:charcoal_block[axis=y] +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Obsidian Armor Plates - conarm:armor_plate:0{Material:"obsidian"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "obsidian"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. End Armor Plates - conarm:armor_plate:0{Material:"endstone"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "endstone"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Paper Armor Plates - conarm:armor_plate:0{Material:"paper"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "paper"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Firewood Armor Plates - conarm:armor_plate:0{Material:"firewood"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "firewood"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Pig Iron Armor Plates - conarm:armor_plate:0{Material:"pigiron"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "pigiron"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Magma Slime Armor Plates - conarm:armor_plate:0{Material:"magmaslime"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "magmaslime"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Netherrack Armor Plates - conarm:armor_plate:0{Material:"netherrack"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "netherrack"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Lead Armor Plates - conarm:armor_plate:0{Material:"lead"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "lead"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Electrum Armor Plates - conarm:armor_plate:0{Material:"electrum"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "electrum"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Steel Armor Plates - conarm:armor_plate:0{Material:"steel"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "steel"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Obsidian Armor Trim - conarm:armor_trim:0{Material:"obsidian"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "obsidian"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. End Armor Trim - conarm:armor_trim:0{Material:"endstone"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "endstone"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Paper Armor Trim - conarm:armor_trim:0{Material:"paper"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "paper"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Firewood Armor Trim - conarm:armor_trim:0{Material:"firewood"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "firewood"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Pig Iron Armor Trim - conarm:armor_trim:0{Material:"pigiron"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "pigiron"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Magma Slime Armor Trim - conarm:armor_trim:0{Material:"magmaslime"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "magmaslime"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Netherrack Armor Trim - conarm:armor_trim:0{Material:"netherrack"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "netherrack"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Lead Armor Trim - conarm:armor_trim:0{Material:"lead"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "lead"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Electrum Armor Trim - conarm:armor_trim:0{Material:"electrum"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "electrum"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Steel Armor Trim - conarm:armor_trim:0{Material:"steel"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "steel"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Obsidian Boots Core - conarm:boots_core:0{Material:"obsidian"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "obsidian"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. End Boots Core - conarm:boots_core:0{Material:"endstone"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "endstone"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Paper Boots Core - conarm:boots_core:0{Material:"paper"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "paper"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Firewood Boots Core - conarm:boots_core:0{Material:"firewood"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "firewood"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Pig Iron Boots Core - conarm:boots_core:0{Material:"pigiron"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "pigiron"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Magma Slime Boots Core - conarm:boots_core:0{Material:"magmaslime"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "magmaslime"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Netherrack Boots Core - conarm:boots_core:0{Material:"netherrack"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "netherrack"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Lead Boots Core - conarm:boots_core:0{Material:"lead"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "lead"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Electrum Boots Core - conarm:boots_core:0{Material:"electrum"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "electrum"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Steel Boots Core - conarm:boots_core:0{Material:"steel"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "steel"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Obsidian Chestplate Core - conarm:chest_core:0{Material:"obsidian"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "obsidian"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. End Chestplate Core - conarm:chest_core:0{Material:"endstone"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "endstone"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Paper Chestplate Core - conarm:chest_core:0{Material:"paper"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "paper"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Firewood Chestplate Core - conarm:chest_core:0{Material:"firewood"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "firewood"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Pig Iron Chestplate Core - conarm:chest_core:0{Material:"pigiron"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "pigiron"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Magma Slime Chestplate Core - conarm:chest_core:0{Material:"magmaslime"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "magmaslime"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Netherrack Chestplate Core - conarm:chest_core:0{Material:"netherrack"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "netherrack"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Lead Chestplate Core - conarm:chest_core:0{Material:"lead"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "lead"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Electrum Chestplate Core - conarm:chest_core:0{Material:"electrum"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "electrum"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Steel Chestplate Core - conarm:chest_core:0{Material:"steel"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "steel"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Obsidian Helmet Core - conarm:helmet_core:0{Material:"obsidian"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "obsidian"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. End Helmet Core - conarm:helmet_core:0{Material:"endstone"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "endstone"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Paper Helmet Core - conarm:helmet_core:0{Material:"paper"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "paper"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Firewood Helmet Core - conarm:helmet_core:0{Material:"firewood"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "firewood"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Pig Iron Helmet Core - conarm:helmet_core:0{Material:"pigiron"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "pigiron"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Magma Slime Helmet Core - conarm:helmet_core:0{Material:"magmaslime"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "magmaslime"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Netherrack Helmet Core - conarm:helmet_core:0{Material:"netherrack"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "netherrack"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Lead Helmet Core - conarm:helmet_core:0{Material:"lead"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "lead"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Electrum Helmet Core - conarm:helmet_core:0{Material:"electrum"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "electrum"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Steel Helmet Core - conarm:helmet_core:0{Material:"steel"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "steel"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Obsidian Leggings Core - conarm:leggings_core:0{Material:"obsidian"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "obsidian"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. End Leggings Core - conarm:leggings_core:0{Material:"endstone"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "endstone"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Paper Leggings Core - conarm:leggings_core:0{Material:"paper"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "paper"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Firewood Leggings Core - conarm:leggings_core:0{Material:"firewood"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "firewood"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Pig Iron Leggings Core - conarm:leggings_core:0{Material:"pigiron"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "pigiron"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Magma Slime Leggings Core - conarm:leggings_core:0{Material:"magmaslime"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "magmaslime"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Netherrack Leggings Core - conarm:leggings_core:0{Material:"netherrack"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "netherrack"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Lead Leggings Core - conarm:leggings_core:0{Material:"lead"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "lead"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Electrum Leggings Core - conarm:leggings_core:0{Material:"electrum"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "electrum"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Steel Leggings Core - conarm:leggings_core:0{Material:"steel"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "steel"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Obsidian Polishing Kit - conarm:polishing_kit:0{Material:"obsidian"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "obsidian"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. End Polishing Kit - conarm:polishing_kit:0{Material:"endstone"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "endstone"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Paper Polishing Kit - conarm:polishing_kit:0{Material:"paper"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "paper"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Firewood Polishing Kit - conarm:polishing_kit:0{Material:"firewood"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "firewood"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Pig Iron Polishing Kit - conarm:polishing_kit:0{Material:"pigiron"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "pigiron"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Magma Slime Polishing Kit - conarm:polishing_kit:0{Material:"magmaslime"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "magmaslime"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Netherrack Polishing Kit - conarm:polishing_kit:0{Material:"netherrack"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "netherrack"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Lead Polishing Kit - conarm:polishing_kit:0{Material:"lead"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "lead"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Electrum Polishing Kit - conarm:polishing_kit:0{Material:"electrum"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "electrum"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Steel Polishing Kit - conarm:polishing_kit:0{Material:"steel"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "steel"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Obsidian Arrow Head - tconstruct:arrow_head:0{Material:"obsidian"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "obsidian"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. End Arrow Head - tconstruct:arrow_head:0{Material:"endstone"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "endstone"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Paper Arrow Head - tconstruct:arrow_head:0{Material:"paper"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "paper"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Firewood Arrow Head - tconstruct:arrow_head:0{Material:"firewood"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "firewood"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Pig Iron Arrow Head - tconstruct:arrow_head:0{Material:"pigiron"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "pigiron"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Magma Slime Arrow Head - tconstruct:arrow_head:0{Material:"magmaslime"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "magmaslime"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Netherrack Arrow Head - tconstruct:arrow_head:0{Material:"netherrack"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "netherrack"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Lead Arrow Head - tconstruct:arrow_head:0{Material:"lead"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "lead"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Electrum Arrow Head - tconstruct:arrow_head:0{Material:"electrum"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "electrum"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Steel Arrow Head - tconstruct:arrow_head:0{Material:"steel"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "steel"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Treated Wood Arrow Head - tconstruct:arrow_head:0{Material:"treatedwood"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "treatedwood"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Constantan Arrow Head - tconstruct:arrow_head:0{Material:"constantan"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "constantan"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Blazerod Arrow Shaft - tconstruct:arrow_shaft:0{Material:"blaze"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "blaze"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Treated Wood Arrow Shaft - tconstruct:arrow_shaft:0{Material:"treatedwood"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "treatedwood"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Obsidian Axe Head - tconstruct:axe_head:0{Material:"obsidian"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "obsidian"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. End Axe Head - tconstruct:axe_head:0{Material:"endstone"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "endstone"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Paper Axe Head - tconstruct:axe_head:0{Material:"paper"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "paper"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Firewood Axe Head - tconstruct:axe_head:0{Material:"firewood"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "firewood"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Pig Iron Axe Head - tconstruct:axe_head:0{Material:"pigiron"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "pigiron"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Magma Slime Axe Head - tconstruct:axe_head:0{Material:"magmaslime"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "magmaslime"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Netherrack Axe Head - tconstruct:axe_head:0{Material:"netherrack"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "netherrack"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Lead Axe Head - tconstruct:axe_head:0{Material:"lead"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "lead"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Electrum Axe Head - tconstruct:axe_head:0{Material:"electrum"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "electrum"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Steel Axe Head - tconstruct:axe_head:0{Material:"steel"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "steel"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Treated Wood Axe Head - tconstruct:axe_head:0{Material:"treatedwood"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "treatedwood"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Constantan Axe Head - tconstruct:axe_head:0{Material:"constantan"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "constantan"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Obsidian Binding - tconstruct:binding:0{Material:"obsidian"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "obsidian"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. End Binding - tconstruct:binding:0{Material:"endstone"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "endstone"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Paper Binding - tconstruct:binding:0{Material:"paper"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "paper"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Firewood Binding - tconstruct:binding:0{Material:"firewood"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "firewood"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Pig Iron Binding - tconstruct:binding:0{Material:"pigiron"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "pigiron"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Magma Slime Binding - tconstruct:binding:0{Material:"magmaslime"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "magmaslime"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Netherrack Binding - tconstruct:binding:0{Material:"netherrack"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "netherrack"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Lead Binding - tconstruct:binding:0{Material:"lead"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "lead"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Electrum Binding - tconstruct:binding:0{Material:"electrum"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "electrum"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Steel Binding - tconstruct:binding:0{Material:"steel"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "steel"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Treated Wood Binding - tconstruct:binding:0{Material:"treatedwood"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "treatedwood"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Constantan Binding - tconstruct:binding:0{Material:"constantan"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "constantan"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Obsidian Bowlimb - tconstruct:bow_limb:0{Material:"obsidian"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "obsidian"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. End Bowlimb - tconstruct:bow_limb:0{Material:"endstone"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "endstone"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Paper Bowlimb - tconstruct:bow_limb:0{Material:"paper"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "paper"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Firewood Bowlimb - tconstruct:bow_limb:0{Material:"firewood"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "firewood"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Pig Iron Bowlimb - tconstruct:bow_limb:0{Material:"pigiron"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "pigiron"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Magma Slime Bowlimb - tconstruct:bow_limb:0{Material:"magmaslime"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "magmaslime"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Netherrack Bowlimb - tconstruct:bow_limb:0{Material:"netherrack"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "netherrack"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Lead Bowlimb - tconstruct:bow_limb:0{Material:"lead"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "lead"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Electrum Bowlimb - tconstruct:bow_limb:0{Material:"electrum"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "electrum"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Steel Bowlimb - tconstruct:bow_limb:0{Material:"steel"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "steel"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Treated Wood Bowlimb - tconstruct:bow_limb:0{Material:"treatedwood"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "treatedwood"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Constantan Bowlimb - tconstruct:bow_limb:0{Material:"constantan"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "constantan"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Obsidian Broad Axe Head - tconstruct:broad_axe_head:0{Material:"obsidian"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "obsidian"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. End Broad Axe Head - tconstruct:broad_axe_head:0{Material:"endstone"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "endstone"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Paper Broad Axe Head - tconstruct:broad_axe_head:0{Material:"paper"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "paper"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Firewood Broad Axe Head - tconstruct:broad_axe_head:0{Material:"firewood"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "firewood"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Pig Iron Broad Axe Head - tconstruct:broad_axe_head:0{Material:"pigiron"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "pigiron"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Magma Slime Broad Axe Head - tconstruct:broad_axe_head:0{Material:"magmaslime"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "magmaslime"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Netherrack Broad Axe Head - tconstruct:broad_axe_head:0{Material:"netherrack"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "netherrack"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Lead Broad Axe Head - tconstruct:broad_axe_head:0{Material:"lead"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "lead"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Electrum Broad Axe Head - tconstruct:broad_axe_head:0{Material:"electrum"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "electrum"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Steel Broad Axe Head - tconstruct:broad_axe_head:0{Material:"steel"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "steel"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Treated Wood Broad Axe Head - tconstruct:broad_axe_head:0{Material:"treatedwood"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "treatedwood"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Constantan Broad Axe Head - tconstruct:broad_axe_head:0{Material:"constantan"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "constantan"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Obsidian Cross Guard - tconstruct:cross_guard:0{Material:"obsidian"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "obsidian"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. End Cross Guard - tconstruct:cross_guard:0{Material:"endstone"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "endstone"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Paper Cross Guard - tconstruct:cross_guard:0{Material:"paper"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "paper"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Firewood Cross Guard - tconstruct:cross_guard:0{Material:"firewood"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "firewood"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Pig Iron Cross Guard - tconstruct:cross_guard:0{Material:"pigiron"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "pigiron"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Magma Slime Cross Guard - tconstruct:cross_guard:0{Material:"magmaslime"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "magmaslime"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Netherrack Cross Guard - tconstruct:cross_guard:0{Material:"netherrack"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "netherrack"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Lead Cross Guard - tconstruct:cross_guard:0{Material:"lead"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "lead"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Electrum Cross Guard - tconstruct:cross_guard:0{Material:"electrum"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "electrum"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Steel Cross Guard - tconstruct:cross_guard:0{Material:"steel"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "steel"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Treated Wood Cross Guard - tconstruct:cross_guard:0{Material:"treatedwood"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "treatedwood"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Constantan Cross Guard - tconstruct:cross_guard:0{Material:"constantan"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "constantan"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Obsidian Excavator Head - tconstruct:excavator_head:0{Material:"obsidian"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "obsidian"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. End Excavator Head - tconstruct:excavator_head:0{Material:"endstone"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "endstone"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Paper Excavator Head - tconstruct:excavator_head:0{Material:"paper"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "paper"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Firewood Excavator Head - tconstruct:excavator_head:0{Material:"firewood"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "firewood"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Pig Iron Excavator Head - tconstruct:excavator_head:0{Material:"pigiron"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "pigiron"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Magma Slime Excavator Head - tconstruct:excavator_head:0{Material:"magmaslime"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "magmaslime"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Netherrack Excavator Head - tconstruct:excavator_head:0{Material:"netherrack"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "netherrack"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Lead Excavator Head - tconstruct:excavator_head:0{Material:"lead"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "lead"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Electrum Excavator Head - tconstruct:excavator_head:0{Material:"electrum"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "electrum"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Steel Excavator Head - tconstruct:excavator_head:0{Material:"steel"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "steel"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Treated Wood Excavator Head - tconstruct:excavator_head:0{Material:"treatedwood"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "treatedwood"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Constantan Excavator Head - tconstruct:excavator_head:0{Material:"constantan"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "constantan"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Obsidian Hammer Head - tconstruct:hammer_head:0{Material:"obsidian"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "obsidian"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. End Hammer Head - tconstruct:hammer_head:0{Material:"endstone"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "endstone"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Paper Hammer Head - tconstruct:hammer_head:0{Material:"paper"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "paper"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Firewood Hammer Head - tconstruct:hammer_head:0{Material:"firewood"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "firewood"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Pig Iron Hammer Head - tconstruct:hammer_head:0{Material:"pigiron"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "pigiron"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Magma Slime Hammer Head - tconstruct:hammer_head:0{Material:"magmaslime"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "magmaslime"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Netherrack Hammer Head - tconstruct:hammer_head:0{Material:"netherrack"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "netherrack"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Lead Hammer Head - tconstruct:hammer_head:0{Material:"lead"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "lead"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Electrum Hammer Head - tconstruct:hammer_head:0{Material:"electrum"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "electrum"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Steel Hammer Head - tconstruct:hammer_head:0{Material:"steel"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "steel"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Treated Wood Hammer Head - tconstruct:hammer_head:0{Material:"treatedwood"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "treatedwood"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Constantan Hammer Head - tconstruct:hammer_head:0{Material:"constantan"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "constantan"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Obsidian Hand Guard - tconstruct:hand_guard:0{Material:"obsidian"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "obsidian"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. End Hand Guard - tconstruct:hand_guard:0{Material:"endstone"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "endstone"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Paper Hand Guard - tconstruct:hand_guard:0{Material:"paper"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "paper"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Firewood Hand Guard - tconstruct:hand_guard:0{Material:"firewood"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "firewood"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Pig Iron Hand Guard - tconstruct:hand_guard:0{Material:"pigiron"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "pigiron"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Magma Slime Hand Guard - tconstruct:hand_guard:0{Material:"magmaslime"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "magmaslime"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Netherrack Hand Guard - tconstruct:hand_guard:0{Material:"netherrack"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "netherrack"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Lead Hand Guard - tconstruct:hand_guard:0{Material:"lead"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "lead"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Electrum Hand Guard - tconstruct:hand_guard:0{Material:"electrum"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "electrum"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Steel Hand Guard - tconstruct:hand_guard:0{Material:"steel"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "steel"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Treated Wood Hand Guard - tconstruct:hand_guard:0{Material:"treatedwood"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "treatedwood"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Constantan Hand Guard - tconstruct:hand_guard:0{Material:"constantan"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "constantan"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Obsidian Large Plate - tconstruct:large_plate:0{Material:"obsidian"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "obsidian"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. End Large Plate - tconstruct:large_plate:0{Material:"endstone"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "endstone"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Paper Large Plate - tconstruct:large_plate:0{Material:"paper"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "paper"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Firewood Large Plate - tconstruct:large_plate:0{Material:"firewood"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "firewood"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Pig Iron Large Plate - tconstruct:large_plate:0{Material:"pigiron"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "pigiron"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Magma Slime Large Plate - tconstruct:large_plate:0{Material:"magmaslime"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "magmaslime"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Netherrack Large Plate - tconstruct:large_plate:0{Material:"netherrack"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "netherrack"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Lead Large Plate - tconstruct:large_plate:0{Material:"lead"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "lead"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Electrum Large Plate - tconstruct:large_plate:0{Material:"electrum"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "electrum"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Steel Large Plate - tconstruct:large_plate:0{Material:"steel"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "steel"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Treated Wood Large Plate - tconstruct:large_plate:0{Material:"treatedwood"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "treatedwood"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Constantan Large Plate - tconstruct:large_plate:0{Material:"constantan"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "constantan"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Obsidian Pan - tconstruct:pan_head:0{Material:"obsidian"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "obsidian"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. End Pan - tconstruct:pan_head:0{Material:"endstone"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "endstone"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Paper Pan - tconstruct:pan_head:0{Material:"paper"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "paper"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Firewood Pan - tconstruct:pan_head:0{Material:"firewood"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "firewood"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Pig Iron Pan - tconstruct:pan_head:0{Material:"pigiron"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "pigiron"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Magma Slime Pan - tconstruct:pan_head:0{Material:"magmaslime"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "magmaslime"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Netherrack Pan - tconstruct:pan_head:0{Material:"netherrack"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "netherrack"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Lead Pan - tconstruct:pan_head:0{Material:"lead"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "lead"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Electrum Pan - tconstruct:pan_head:0{Material:"electrum"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "electrum"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Steel Pan - tconstruct:pan_head:0{Material:"steel"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "steel"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Treated Wood Pan - tconstruct:pan_head:0{Material:"treatedwood"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "treatedwood"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Constantan Pan - tconstruct:pan_head:0{Material:"constantan"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "constantan"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Obsidian Pickaxe Head - tconstruct:pick_head:0{Material:"obsidian"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "obsidian"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. End Pickaxe Head - tconstruct:pick_head:0{Material:"endstone"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "endstone"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Paper Pickaxe Head - tconstruct:pick_head:0{Material:"paper"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "paper"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Firewood Pickaxe Head - tconstruct:pick_head:0{Material:"firewood"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "firewood"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Pig Iron Pickaxe Head - tconstruct:pick_head:0{Material:"pigiron"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "pigiron"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Magma Slime Pickaxe Head - tconstruct:pick_head:0{Material:"magmaslime"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "magmaslime"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Netherrack Pickaxe Head - tconstruct:pick_head:0{Material:"netherrack"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "netherrack"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Lead Pickaxe Head - tconstruct:pick_head:0{Material:"lead"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "lead"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Electrum Pickaxe Head - tconstruct:pick_head:0{Material:"electrum"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "electrum"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Steel Pickaxe Head - tconstruct:pick_head:0{Material:"steel"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "steel"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Treated Wood Pickaxe Head - tconstruct:pick_head:0{Material:"treatedwood"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "treatedwood"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Constantan Pickaxe Head - tconstruct:pick_head:0{Material:"constantan"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "constantan"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Obsidian Scythe Head - tconstruct:scythe_head:0{Material:"obsidian"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "obsidian"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. End Scythe Head - tconstruct:scythe_head:0{Material:"endstone"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "endstone"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Paper Scythe Head - tconstruct:scythe_head:0{Material:"paper"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "paper"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Firewood Scythe Head - tconstruct:scythe_head:0{Material:"firewood"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "firewood"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Pig Iron Scythe Head - tconstruct:scythe_head:0{Material:"pigiron"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "pigiron"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Magma Slime Scythe Head - tconstruct:scythe_head:0{Material:"magmaslime"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "magmaslime"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Netherrack Scythe Head - tconstruct:scythe_head:0{Material:"netherrack"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "netherrack"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Lead Scythe Head - tconstruct:scythe_head:0{Material:"lead"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "lead"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Electrum Scythe Head - tconstruct:scythe_head:0{Material:"electrum"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "electrum"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Steel Scythe Head - tconstruct:scythe_head:0{Material:"steel"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "steel"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Treated Wood Scythe Head - tconstruct:scythe_head:0{Material:"treatedwood"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "treatedwood"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Constantan Scythe Head - tconstruct:scythe_head:0{Material:"constantan"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "constantan"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Obsidian Sharpening Kit - tconstruct:sharpening_kit:0{Material:"obsidian"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "obsidian"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. End Sharpening Kit - tconstruct:sharpening_kit:0{Material:"endstone"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "endstone"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Paper Sharpening Kit - tconstruct:sharpening_kit:0{Material:"paper"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "paper"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Firewood Sharpening Kit - tconstruct:sharpening_kit:0{Material:"firewood"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "firewood"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Pig Iron Sharpening Kit - tconstruct:sharpening_kit:0{Material:"pigiron"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "pigiron"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Magma Slime Sharpening Kit - tconstruct:sharpening_kit:0{Material:"magmaslime"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "magmaslime"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Netherrack Sharpening Kit - tconstruct:sharpening_kit:0{Material:"netherrack"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "netherrack"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Lead Sharpening Kit - tconstruct:sharpening_kit:0{Material:"lead"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "lead"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Electrum Sharpening Kit - tconstruct:sharpening_kit:0{Material:"electrum"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "electrum"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Steel Sharpening Kit - tconstruct:sharpening_kit:0{Material:"steel"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "steel"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Treated Wood Sharpening Kit - tconstruct:sharpening_kit:0{Material:"treatedwood"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "treatedwood"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Constantan Sharpening Kit - tconstruct:sharpening_kit:0{Material:"constantan"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "constantan"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Obsidian Shovel Head - tconstruct:shovel_head:0{Material:"obsidian"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "obsidian"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. End Shovel Head - tconstruct:shovel_head:0{Material:"endstone"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "endstone"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Paper Shovel Head - tconstruct:shovel_head:0{Material:"paper"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "paper"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Firewood Shovel Head - tconstruct:shovel_head:0{Material:"firewood"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "firewood"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Pig Iron Shovel Head - tconstruct:shovel_head:0{Material:"pigiron"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "pigiron"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Magma Slime Shovel Head - tconstruct:shovel_head:0{Material:"magmaslime"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "magmaslime"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Netherrack Shovel Head - tconstruct:shovel_head:0{Material:"netherrack"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "netherrack"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Lead Shovel Head - tconstruct:shovel_head:0{Material:"lead"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "lead"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Electrum Shovel Head - tconstruct:shovel_head:0{Material:"electrum"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "electrum"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Steel Shovel Head - tconstruct:shovel_head:0{Material:"steel"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "steel"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Treated Wood Shovel Head - tconstruct:shovel_head:0{Material:"treatedwood"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "treatedwood"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Constantan Shovel Head - tconstruct:shovel_head:0{Material:"constantan"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "constantan"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Obsidian Sign Plate - tconstruct:sign_head:0{Material:"obsidian"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "obsidian"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. End Sign Plate - tconstruct:sign_head:0{Material:"endstone"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "endstone"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Paper Sign Plate - tconstruct:sign_head:0{Material:"paper"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "paper"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Firewood Sign Plate - tconstruct:sign_head:0{Material:"firewood"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "firewood"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Pig Iron Sign Plate - tconstruct:sign_head:0{Material:"pigiron"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "pigiron"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Magma Slime Sign Plate - tconstruct:sign_head:0{Material:"magmaslime"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "magmaslime"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Netherrack Sign Plate - tconstruct:sign_head:0{Material:"netherrack"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "netherrack"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Lead Sign Plate - tconstruct:sign_head:0{Material:"lead"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "lead"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Electrum Sign Plate - tconstruct:sign_head:0{Material:"electrum"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "electrum"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Steel Sign Plate - tconstruct:sign_head:0{Material:"steel"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "steel"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Treated Wood Sign Plate - tconstruct:sign_head:0{Material:"treatedwood"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "treatedwood"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Constantan Sign Plate - tconstruct:sign_head:0{Material:"constantan"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "constantan"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Obsidian Sword Blade - tconstruct:sword_blade:0{Material:"obsidian"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "obsidian"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. End Sword Blade - tconstruct:sword_blade:0{Material:"endstone"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "endstone"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Paper Sword Blade - tconstruct:sword_blade:0{Material:"paper"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "paper"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Firewood Sword Blade - tconstruct:sword_blade:0{Material:"firewood"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "firewood"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Pig Iron Sword Blade - tconstruct:sword_blade:0{Material:"pigiron"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "pigiron"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Magma Slime Sword Blade - tconstruct:sword_blade:0{Material:"magmaslime"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "magmaslime"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Netherrack Sword Blade - tconstruct:sword_blade:0{Material:"netherrack"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "netherrack"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Lead Sword Blade - tconstruct:sword_blade:0{Material:"lead"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "lead"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Electrum Sword Blade - tconstruct:sword_blade:0{Material:"electrum"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "electrum"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Steel Sword Blade - tconstruct:sword_blade:0{Material:"steel"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "steel"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Treated Wood Sword Blade - tconstruct:sword_blade:0{Material:"treatedwood"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "treatedwood"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Constantan Sword Blade - tconstruct:sword_blade:0{Material:"constantan"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "constantan"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Obsidian Tool Rod - tconstruct:tool_rod:0{Material:"obsidian"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "obsidian"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. End Tool Rod - tconstruct:tool_rod:0{Material:"endstone"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "endstone"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Paper Tool Rod - tconstruct:tool_rod:0{Material:"paper"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "paper"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Firewood Tool Rod - tconstruct:tool_rod:0{Material:"firewood"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "firewood"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Pig Iron Tool Rod - tconstruct:tool_rod:0{Material:"pigiron"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "pigiron"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Magma Slime Tool Rod - tconstruct:tool_rod:0{Material:"magmaslime"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "magmaslime"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Netherrack Tool Rod - tconstruct:tool_rod:0{Material:"netherrack"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "netherrack"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Lead Tool Rod - tconstruct:tool_rod:0{Material:"lead"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "lead"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Electrum Tool Rod - tconstruct:tool_rod:0{Material:"electrum"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "electrum"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Steel Tool Rod - tconstruct:tool_rod:0{Material:"steel"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "steel"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Treated Wood Tool Rod - tconstruct:tool_rod:0{Material:"treatedwood"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "treatedwood"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Constantan Tool Rod - tconstruct:tool_rod:0{Material:"constantan"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "constantan"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Obsidian Tough Binding - tconstruct:tough_binding:0{Material:"obsidian"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "obsidian"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. End Tough Binding - tconstruct:tough_binding:0{Material:"endstone"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "endstone"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Paper Tough Binding - tconstruct:tough_binding:0{Material:"paper"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "paper"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Firewood Tough Binding - tconstruct:tough_binding:0{Material:"firewood"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "firewood"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Pig Iron Tough Binding - tconstruct:tough_binding:0{Material:"pigiron"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "pigiron"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Magma Slime Tough Binding - tconstruct:tough_binding:0{Material:"magmaslime"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "magmaslime"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Netherrack Tough Binding - tconstruct:tough_binding:0{Material:"netherrack"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "netherrack"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Lead Tough Binding - tconstruct:tough_binding:0{Material:"lead"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "lead"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Electrum Tough Binding - tconstruct:tough_binding:0{Material:"electrum"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "electrum"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Steel Tough Binding - tconstruct:tough_binding:0{Material:"steel"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "steel"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Treated Wood Tough Binding - tconstruct:tough_binding:0{Material:"treatedwood"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "treatedwood"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Constantan Tough Binding - tconstruct:tough_binding:0{Material:"constantan"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "constantan"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Obsidian Tough Tool Rod - tconstruct:tough_tool_rod:0{Material:"obsidian"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "obsidian"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. End Tough Tool Rod - tconstruct:tough_tool_rod:0{Material:"endstone"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "endstone"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Paper Tough Tool Rod - tconstruct:tough_tool_rod:0{Material:"paper"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "paper"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Firewood Tough Tool Rod - tconstruct:tough_tool_rod:0{Material:"firewood"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "firewood"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Pig Iron Tough Tool Rod - tconstruct:tough_tool_rod:0{Material:"pigiron"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "pigiron"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Magma Slime Tough Tool Rod - tconstruct:tough_tool_rod:0{Material:"magmaslime"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "magmaslime"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Netherrack Tough Tool Rod - tconstruct:tough_tool_rod:0{Material:"netherrack"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "netherrack"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Lead Tough Tool Rod - tconstruct:tough_tool_rod:0{Material:"lead"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "lead"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Electrum Tough Tool Rod - tconstruct:tough_tool_rod:0{Material:"electrum"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "electrum"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Steel Tough Tool Rod - tconstruct:tough_tool_rod:0{Material:"steel"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "steel"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Treated Wood Tough Tool Rod - tconstruct:tough_tool_rod:0{Material:"treatedwood"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "treatedwood"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Constantan Tough Tool Rod - tconstruct:tough_tool_rod:0{Material:"constantan"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "constantan"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Obsidian Wide Guard - tconstruct:wide_guard:0{Material:"obsidian"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "obsidian"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. End Wide Guard - tconstruct:wide_guard:0{Material:"endstone"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "endstone"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Paper Wide Guard - tconstruct:wide_guard:0{Material:"paper"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "paper"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Firewood Wide Guard - tconstruct:wide_guard:0{Material:"firewood"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "firewood"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Pig Iron Wide Guard - tconstruct:wide_guard:0{Material:"pigiron"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "pigiron"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Magma Slime Wide Guard - tconstruct:wide_guard:0{Material:"magmaslime"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "magmaslime"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Netherrack Wide Guard - tconstruct:wide_guard:0{Material:"netherrack"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "netherrack"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Lead Wide Guard - tconstruct:wide_guard:0{Material:"lead"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "lead"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Electrum Wide Guard - tconstruct:wide_guard:0{Material:"electrum"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "electrum"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Steel Wide Guard - tconstruct:wide_guard:0{Material:"steel"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "steel"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Treated Wood Wide Guard - tconstruct:wide_guard:0{Material:"treatedwood"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "treatedwood"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Constantan Wide Guard - tconstruct:wide_guard:0{Material:"constantan"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "constantan"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Chisel Head Pattern - tconstruct:pattern:0{PartType:"tcomplement:chisel_head"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({PartType: "tcomplement:chisel_head"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Chisel Head Cast - tconstruct:cast:0{PartType:"tcomplement:chisel_head"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({PartType: "tcomplement:chisel_head"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Chisel Head Clay Cast - tconstruct:clay_cast:0{PartType:"tcomplement:chisel_head"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({PartType: "tcomplement:chisel_head"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Naga Scale Chisel Head - tcomplement:chisel_head:0{Material:"nagascale"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "nagascale"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Steeleaf Chisel Head - tcomplement:chisel_head:0{Material:"steeleaf"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "steeleaf"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Fiery Chisel Head - tcomplement:chisel_head:0{Material:"fierymetal"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "fierymetal"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Knightly Chisel Head - tcomplement:chisel_head:0{Material:"knightmetal"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "knightmetal"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Wooden Chisel Head - tcomplement:chisel_head:0{Material:"wood"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "wood"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Stone Chisel Head - tcomplement:chisel_head:0{Material:"stone"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "stone"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Flint Chisel Head - tcomplement:chisel_head:0{Material:"flint"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "flint"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Cactus Chisel Head - tcomplement:chisel_head:0{Material:"cactus"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "cactus"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Bone Chisel Head - tcomplement:chisel_head:0{Material:"bone"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "bone"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Obsidian Chisel Head - tcomplement:chisel_head:0{Material:"obsidian"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "obsidian"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Prismarine Chisel Head - tcomplement:chisel_head:0{Material:"prismarine"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "prismarine"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. End Chisel Head - tcomplement:chisel_head:0{Material:"endstone"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "endstone"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Paper Chisel Head - tcomplement:chisel_head:0{Material:"paper"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "paper"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Sponge Chisel Head - tcomplement:chisel_head:0{Material:"sponge"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "sponge"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Firewood Chisel Head - tcomplement:chisel_head:0{Material:"firewood"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "firewood"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Iron Chisel Head - tcomplement:chisel_head:0{Material:"iron"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "iron"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Pig Iron Chisel Head - tcomplement:chisel_head:0{Material:"pigiron"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "pigiron"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Slime Chisel Head - tcomplement:chisel_head:0{Material:"slime"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "slime"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Slime Chisel Head - tcomplement:chisel_head:0{Material:"blueslime"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "blueslime"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Magma Slime Chisel Head - tcomplement:chisel_head:0{Material:"magmaslime"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "magmaslime"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Netherrack Chisel Head - tcomplement:chisel_head:0{Material:"netherrack"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "netherrack"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Copper Chisel Head - tcomplement:chisel_head:0{Material:"copper"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "copper"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Bronze Chisel Head - tcomplement:chisel_head:0{Material:"bronze"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "bronze"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Lead Chisel Head - tcomplement:chisel_head:0{Material:"lead"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "lead"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Silver Chisel Head - tcomplement:chisel_head:0{Material:"silver"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "silver"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Electrum Chisel Head - tcomplement:chisel_head:0{Material:"electrum"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "electrum"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Steel Chisel Head - tcomplement:chisel_head:0{Material:"steel"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "steel"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Abyssalnite Chisel Head - tcomplement:chisel_head:0{Material:"abyssalnite"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "abyssalnite"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Refined Coralium Chisel Head - tcomplement:chisel_head:0{Material:"refined_coralium"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "refined_coralium"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Dreadium Chisel Head - tcomplement:chisel_head:0{Material:"dreadium"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "dreadium"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Treated Wood Chisel Head - tcomplement:chisel_head:0{Material:"treatedwood"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "treatedwood"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Constantan Chisel Head - tcomplement:chisel_head:0{Material:"constantan"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "constantan"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Knife Blade Pattern - tconstruct:pattern:0{PartType:"tconstruct:knife_blade"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({PartType: "tconstruct:knife_blade"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Knife Blade Cast - tconstruct:cast:0{PartType:"tconstruct:knife_blade"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({PartType: "tconstruct:knife_blade"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Knife Blade Clay Cast - tconstruct:clay_cast:0{PartType:"tconstruct:knife_blade"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({PartType: "tconstruct:knife_blade"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Steeleaf Knife Blade - tconstruct:knife_blade:0{Material:"steeleaf"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "steeleaf"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Fiery Knife Blade - tconstruct:knife_blade:0{Material:"fierymetal"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "fierymetal"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Knightly Knife Blade - tconstruct:knife_blade:0{Material:"knightmetal"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "knightmetal"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Wooden Knife Blade - tconstruct:knife_blade:0{Material:"wood"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "wood"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Stone Knife Blade - tconstruct:knife_blade:0{Material:"stone"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "stone"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Flint Knife Blade - tconstruct:knife_blade:0{Material:"flint"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "flint"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Cactus Knife Blade - tconstruct:knife_blade:0{Material:"cactus"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "cactus"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Bone Knife Blade - tconstruct:knife_blade:0{Material:"bone"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "bone"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Obsidian Knife Blade - tconstruct:knife_blade:0{Material:"obsidian"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "obsidian"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Prismarine Knife Blade - tconstruct:knife_blade:0{Material:"prismarine"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "prismarine"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. End Knife Blade - tconstruct:knife_blade:0{Material:"endstone"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "endstone"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Paper Knife Blade - tconstruct:knife_blade:0{Material:"paper"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "paper"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Sponge Knife Blade - tconstruct:knife_blade:0{Material:"sponge"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "sponge"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Firewood Knife Blade - tconstruct:knife_blade:0{Material:"firewood"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "firewood"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Iron Knife Blade - tconstruct:knife_blade:0{Material:"iron"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "iron"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Pig Iron Knife Blade - tconstruct:knife_blade:0{Material:"pigiron"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "pigiron"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Slime Knife Blade - tconstruct:knife_blade:0{Material:"slime"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "slime"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Slime Knife Blade - tconstruct:knife_blade:0{Material:"blueslime"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "blueslime"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Magma Slime Knife Blade - tconstruct:knife_blade:0{Material:"magmaslime"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "magmaslime"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Netherrack Knife Blade - tconstruct:knife_blade:0{Material:"netherrack"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "netherrack"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Copper Knife Blade - tconstruct:knife_blade:0{Material:"copper"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "copper"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Bronze Knife Blade - tconstruct:knife_blade:0{Material:"bronze"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "bronze"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Lead Knife Blade - tconstruct:knife_blade:0{Material:"lead"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "lead"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Silver Knife Blade - tconstruct:knife_blade:0{Material:"silver"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "silver"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Electrum Knife Blade - tconstruct:knife_blade:0{Material:"electrum"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "electrum"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Steel Knife Blade - tconstruct:knife_blade:0{Material:"steel"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "steel"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Abyssalnite Knife Blade - tconstruct:knife_blade:0{Material:"abyssalnite"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "abyssalnite"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Refined Coralium Knife Blade - tconstruct:knife_blade:0{Material:"refined_coralium"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "refined_coralium"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Dreadium Knife Blade - tconstruct:knife_blade:0{Material:"dreadium"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "dreadium"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Treated Wood Knife Blade - tconstruct:knife_blade:0{Material:"treatedwood"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "treatedwood"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Constantan Knife Blade - tconstruct:knife_blade:0{Material:"constantan"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "constantan"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Large Sword Blade Pattern - tconstruct:pattern:0{PartType:"tconstruct:large_sword_blade"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({PartType: "tconstruct:large_sword_blade"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Large Sword Blade Cast - tconstruct:cast:0{PartType:"tconstruct:large_sword_blade"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({PartType: "tconstruct:large_sword_blade"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Large Sword Blade Clay Cast - tconstruct:clay_cast:0{PartType:"tconstruct:large_sword_blade"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({PartType: "tconstruct:large_sword_blade"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Naga Scale Large Sword Blade - tconstruct:large_sword_blade:0{Material:"nagascale"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "nagascale"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Steeleaf Large Sword Blade - tconstruct:large_sword_blade:0{Material:"steeleaf"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "steeleaf"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Fiery Large Sword Blade - tconstruct:large_sword_blade:0{Material:"fierymetal"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "fierymetal"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Knightly Large Sword Blade - tconstruct:large_sword_blade:0{Material:"knightmetal"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "knightmetal"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Wooden Large Sword Blade - tconstruct:large_sword_blade:0{Material:"wood"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "wood"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Stone Large Sword Blade - tconstruct:large_sword_blade:0{Material:"stone"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "stone"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Flint Large Sword Blade - tconstruct:large_sword_blade:0{Material:"flint"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "flint"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Cactus Large Sword Blade - tconstruct:large_sword_blade:0{Material:"cactus"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "cactus"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Bone Large Sword Blade - tconstruct:large_sword_blade:0{Material:"bone"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "bone"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Obsidian Large Sword Blade - tconstruct:large_sword_blade:0{Material:"obsidian"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "obsidian"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Prismarine Large Sword Blade - tconstruct:large_sword_blade:0{Material:"prismarine"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "prismarine"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. End Large Sword Blade - tconstruct:large_sword_blade:0{Material:"endstone"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "endstone"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Paper Large Sword Blade - tconstruct:large_sword_blade:0{Material:"paper"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "paper"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Sponge Large Sword Blade - tconstruct:large_sword_blade:0{Material:"sponge"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "sponge"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Firewood Large Sword Blade - tconstruct:large_sword_blade:0{Material:"firewood"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "firewood"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Iron Large Sword Blade - tconstruct:large_sword_blade:0{Material:"iron"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "iron"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Pig Iron Large Sword Blade - tconstruct:large_sword_blade:0{Material:"pigiron"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "pigiron"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Slime Large Sword Blade - tconstruct:large_sword_blade:0{Material:"slime"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "slime"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Slime Large Sword Blade - tconstruct:large_sword_blade:0{Material:"blueslime"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "blueslime"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Magma Slime Large Sword Blade - tconstruct:large_sword_blade:0{Material:"magmaslime"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "magmaslime"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Netherrack Large Sword Blade - tconstruct:large_sword_blade:0{Material:"netherrack"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "netherrack"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Copper Large Sword Blade - tconstruct:large_sword_blade:0{Material:"copper"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "copper"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Bronze Large Sword Blade - tconstruct:large_sword_blade:0{Material:"bronze"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "bronze"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Lead Large Sword Blade - tconstruct:large_sword_blade:0{Material:"lead"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "lead"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Silver Large Sword Blade - tconstruct:large_sword_blade:0{Material:"silver"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "silver"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Electrum Large Sword Blade - tconstruct:large_sword_blade:0{Material:"electrum"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "electrum"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Steel Large Sword Blade - tconstruct:large_sword_blade:0{Material:"steel"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "steel"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Abyssalnite Large Sword Blade - tconstruct:large_sword_blade:0{Material:"abyssalnite"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "abyssalnite"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Refined Coralium Large Sword Blade - tconstruct:large_sword_blade:0{Material:"refined_coralium"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "refined_coralium"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Dreadium Large Sword Blade - tconstruct:large_sword_blade:0{Material:"dreadium"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "dreadium"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Treated Wood Large Sword Blade - tconstruct:large_sword_blade:0{Material:"treatedwood"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "treatedwood"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Constantan Large Sword Blade - tconstruct:large_sword_blade:0{Material:"constantan"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "constantan"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Axle Pattern - tconstruct:pattern:0{PartType:"yoyos:yoyo_axle"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({PartType: "yoyos:yoyo_axle"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Axle Cast - tconstruct:cast:0{PartType:"yoyos:yoyo_axle"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({PartType: "yoyos:yoyo_axle"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Axle Clay Cast - tconstruct:clay_cast:0{PartType:"yoyos:yoyo_axle"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({PartType: "yoyos:yoyo_axle"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Wooden Axle - yoyos:yoyo_axle:0{Material:"wood"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "wood"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Stone Axle - yoyos:yoyo_axle:0{Material:"stone"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "stone"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Flint Axle - yoyos:yoyo_axle:0{Material:"flint"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "flint"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Cactus Axle - yoyos:yoyo_axle:0{Material:"cactus"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "cactus"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Bone Axle - yoyos:yoyo_axle:0{Material:"bone"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "bone"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Obsidian Axle - yoyos:yoyo_axle:0{Material:"obsidian"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "obsidian"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Prismarine Axle - yoyos:yoyo_axle:0{Material:"prismarine"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "prismarine"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. End Axle - yoyos:yoyo_axle:0{Material:"endstone"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "endstone"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Paper Axle - yoyos:yoyo_axle:0{Material:"paper"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "paper"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Sponge Axle - yoyos:yoyo_axle:0{Material:"sponge"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "sponge"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Firewood Axle - yoyos:yoyo_axle:0{Material:"firewood"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "firewood"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Iron Axle - yoyos:yoyo_axle:0{Material:"iron"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "iron"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Pig Iron Axle - yoyos:yoyo_axle:0{Material:"pigiron"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "pigiron"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Slime Axle - yoyos:yoyo_axle:0{Material:"slime"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "slime"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Slime Axle - yoyos:yoyo_axle:0{Material:"blueslime"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "blueslime"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Magma Slime Axle - yoyos:yoyo_axle:0{Material:"magmaslime"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "magmaslime"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Netherrack Axle - yoyos:yoyo_axle:0{Material:"netherrack"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "netherrack"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Copper Axle - yoyos:yoyo_axle:0{Material:"copper"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "copper"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Bronze Axle - yoyos:yoyo_axle:0{Material:"bronze"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "bronze"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Lead Axle - yoyos:yoyo_axle:0{Material:"lead"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "lead"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Silver Axle - yoyos:yoyo_axle:0{Material:"silver"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "silver"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Electrum Axle - yoyos:yoyo_axle:0{Material:"electrum"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "electrum"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Steel Axle - yoyos:yoyo_axle:0{Material:"steel"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "steel"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Blazerod Axle - yoyos:yoyo_axle:0{Material:"blaze"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "blaze"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Ice Axle - yoyos:yoyo_axle:0{Material:"ice"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ice"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Constantan Axle - yoyos:yoyo_axle:0{Material:"constantan"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "constantan"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Body Pattern - tconstruct:pattern:0{PartType:"yoyos:yoyo_body"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({PartType: "yoyos:yoyo_body"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Body Cast - tconstruct:cast:0{PartType:"yoyos:yoyo_body"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({PartType: "yoyos:yoyo_body"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Body Clay Cast - tconstruct:clay_cast:0{PartType:"yoyos:yoyo_body"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({PartType: "yoyos:yoyo_body"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Wooden Body - yoyos:yoyo_body:0{Material:"wood"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "wood"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Stone Body - yoyos:yoyo_body:0{Material:"stone"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "stone"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Flint Body - yoyos:yoyo_body:0{Material:"flint"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "flint"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Cactus Body - yoyos:yoyo_body:0{Material:"cactus"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "cactus"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Bone Body - yoyos:yoyo_body:0{Material:"bone"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "bone"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Obsidian Body - yoyos:yoyo_body:0{Material:"obsidian"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "obsidian"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Prismarine Body - yoyos:yoyo_body:0{Material:"prismarine"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "prismarine"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. End Body - yoyos:yoyo_body:0{Material:"endstone"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "endstone"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Paper Body - yoyos:yoyo_body:0{Material:"paper"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "paper"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Sponge Body - yoyos:yoyo_body:0{Material:"sponge"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "sponge"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Firewood Body - yoyos:yoyo_body:0{Material:"firewood"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "firewood"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Iron Body - yoyos:yoyo_body:0{Material:"iron"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "iron"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Pig Iron Body - yoyos:yoyo_body:0{Material:"pigiron"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "pigiron"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Slime Body - yoyos:yoyo_body:0{Material:"slime"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "slime"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Slime Body - yoyos:yoyo_body:0{Material:"blueslime"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "blueslime"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Magma Slime Body - yoyos:yoyo_body:0{Material:"magmaslime"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "magmaslime"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Netherrack Body - yoyos:yoyo_body:0{Material:"netherrack"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "netherrack"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Copper Body - yoyos:yoyo_body:0{Material:"copper"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "copper"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Bronze Body - yoyos:yoyo_body:0{Material:"bronze"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "bronze"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Lead Body - yoyos:yoyo_body:0{Material:"lead"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "lead"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Silver Body - yoyos:yoyo_body:0{Material:"silver"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "silver"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Electrum Body - yoyos:yoyo_body:0{Material:"electrum"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "electrum"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Steel Body - yoyos:yoyo_body:0{Material:"steel"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "steel"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Ice Body - yoyos:yoyo_body:0{Material:"ice"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ice"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Constantan Body - yoyos:yoyo_body:0{Material:"constantan"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "constantan"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Cord Pattern - tconstruct:pattern:0{PartType:"yoyos:yoyo_cord"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({PartType: "yoyos:yoyo_cord"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Cord Cast - tconstruct:cast:0{PartType:"yoyos:yoyo_cord"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({PartType: "yoyos:yoyo_cord"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Cord Clay Cast - tconstruct:clay_cast:0{PartType:"yoyos:yoyo_cord"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({PartType: "yoyos:yoyo_cord"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Slime Cord - yoyos:yoyo_cord:0{Material:"slime"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "slime"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Slime Cord - yoyos:yoyo_cord:0{Material:"blueslime"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "blueslime"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Magma Slime Cord - yoyos:yoyo_cord:0{Material:"magmaslime"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "magmaslime"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. String Cord - yoyos:yoyo_cord:0{Material:"string"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "string"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Slimevine Cord - yoyos:yoyo_cord:0{Material:"slimevine_blue"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "slimevine_blue"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Slimevine Cord - yoyos:yoyo_cord:0{Material:"slimevine_purple"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "slimevine_purple"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Vines Cord - yoyos:yoyo_cord:0{Material:"vine"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "vine"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Distillation Tower - immersivepetroleum:metal_multiblock:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Automatic Lubricator - immersivepetroleum:metal_device:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Asphalt Concrete - immersivepetroleum:stone_decoration:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. tile.immersivepetroleum.dummy.pipe.name - immersivepetroleum:dummy:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Bitumen - immersivepetroleum:material:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. %s Projector - immersivepetroleum:schematic:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Motorboat - immersivepetroleum:speedboat:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Reinforced Hull - immersivepetroleum:upgrades:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Lubricant Can - immersivepetroleum:oil_can:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Distiller - immersivetech:metal_multiblock:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Coke Oven Advanced - immersivetech:stone_multiblock:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Redstone Timer - immersivetech:connectors:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Coke Oven Preheater - immersivetech:metal_device:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Reinforced Coke Brick - immersivetech:stone_decoration:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Salt - immersivetech:material:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Fiery Nether Brick - nex:netherbrick:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Icy Nether Brick - nex:netherbrick:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Lively Nether Brick - nex:netherbrick:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Gloomy Nether Brick - nex:netherbrick:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Wither Bone - nex:wither_bone:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Wither Dust - nex:wither_dust:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Orange Salamander Hide - nex:salamander_hide:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Black Salamander Hide - nex:salamander_hide:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Nether Amethyst Crystal - nex:amethyst_crystal:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Nether Rime Crystal - nex:rime_crystal:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Rime and Steel - nex:rime_and_steel:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Spore - nex:spore:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Frost Fang - nex:bone_spider_fang:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Ghast Queen Tears - nex:ghast_queen_tear:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Obsidian Boat - nex:obsidian_boat:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Congealed Magma Cream - nex:congealed_magma_cream:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Enoki Mushroom - nex:enoki_mushroom:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Wither Bone Helmet - nex:wither_bone_helmet:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Wither Bone Chestplate - nex:wither_bone_chestplate:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Wither Bone Leggings - nex:wither_bone_leggings:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Wither Bone Boots - nex:wither_bone_boots:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Salamander Hide Helmet - nex:salamander_hide_helmet:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Salamander Hide Helmet - nex:salamander_hide_helmet:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Salamander Hide Chestplate - nex:salamander_hide_chestplate:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Salamander Hide Chestplate - nex:salamander_hide_chestplate:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Salamander Hide Leggings - nex:salamander_hide_leggings:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Salamander Hide Leggings - nex:salamander_hide_leggings:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Salamander Hide Boots - nex:salamander_hide_boots:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Salamander Hide Boots - nex:salamander_hide_boots:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Basalt - nex:basalt:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Smooth Basalt - nex:basalt:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Basalt Bricks - nex:basalt:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Basalt Pillar - nex:basalt:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Fiery Netherrack - nex:netherrack:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Icy Netherrack - nex:netherrack:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Lively Netherrack - nex:netherrack:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Gloomy Netherrack - nex:netherrack:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Fiery Nether Bricks - nex:nether_brick:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Icy Nether Bricks - nex:nether_brick:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Lively Nether Bricks - nex:nether_brick:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Gloomy Nether Bricks - nex:nether_brick:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Trodden Netherrack - nex:netherrack_path:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Fiery Trodden Netherrack - nex:netherrack_path:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Icy Trodden Netherrack - nex:netherrack_path:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Lively Trodden Netherrack - nex:netherrack_path:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Gloomy Trodden Netherrack - nex:netherrack_path:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Hyphae - nex:hyphae:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Tilled Soul Sand - nex:tilled_soul_sand:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Soul Glass - nex:soul_glass:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Soul Glass Pane - nex:soul_glass_pane:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Nether Amethyst Block - nex:amethyst_block:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Nether Rime Block - nex:rime_block:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Frostburn Ice - nex:frostburn_ice:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Bone Sliver - nex:bone_sliver:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Bone Chunk - nex:bone_chunk:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Worn Iron Block - nex:worn_iron:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Urn of Sorrow - nex:urn_of_sorrow:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Urn of Sorrow - nex:urn_of_sorrow:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Fiery Quartz Ore - nex:quartz_ore:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Icy Quartz Ore - nex:quartz_ore:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Lively Quartz Ore - nex:quartz_ore:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Gloomy Quartz Ore - nex:quartz_ore:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Nether Amethyst Ore - nex:amethyst_ore:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Nether Rime Ore - nex:rime_ore:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Brown Elder Mushroom - nex:elder_mushroom:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Red Elder Mushroom - nex:elder_mushroom:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Brown Elder Mushroom Cap - nex:elder_mushroom_cap:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Red Elder Mushroom Cap - nex:elder_mushroom_cap:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Elder Mushroom Stem - nex:elder_mushroom_stem:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Enoki Mushroom Stem - nex:enoki_mushroom_stem:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Enoki Mushroom Cap - nex:enoki_mushroom_cap:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Thornstalk - nex:thornstalk:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Ichor - nex:ichor:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Red Nether Brick Slab - nex:vanilla_slab:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Basalt Slab - nex:basalt_slab:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Smooth Basalt Slab - nex:basalt_slab:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Basalt Brick Slab - nex:basalt_slab:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Basalt Pillar Slab - nex:basalt_slab:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Fiery Nether Brick Slab - nex:nether_brick_slab:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Icy Nether Brick Slab - nex:nether_brick_slab:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Lively Nether Brick Slab - nex:nether_brick_slab:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Gloomy Nether Brick Slab - nex:nether_brick_slab:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Red Nether Brick Slabs - nex:vanilla_slab_double:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Basalt Slabs - nex:basalt_slab_double:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Fiery Nether Brick Slabs - nex:nether_brick_slab_double:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Red Nether Brick Stairs - nex:red_nether_brick_stairs:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Fiery Nether Brick Stairs - nex:fiery_nether_brick_stairs:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Icy Nether Brick Stairs - nex:icy_nether_brick_stairs:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Lively Nether Brick Stairs - nex:lively_nether_brick_stairs:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Gloomy Nether Brick Stairs - nex:gloomy_nether_brick_stairs:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Basalt Stairs - nex:basalt_stairs:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Smooth Basalt Stairs - nex:basalt_smooth_stairs:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Basalt Brick Stairs - nex:basalt_brick_stairs:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Basalt Pillar Stairs - nex:basalt_pillar_stairs:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Quartz Wall - nex:vanilla_wall:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Nether Brick Wall - nex:vanilla_wall:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Red Nether Brick Wall - nex:vanilla_wall:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Basalt Wall - nex:basalt_wall:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Smooth Basalt Wall - nex:basalt_wall:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Basalt Brick Wall - nex:basalt_wall:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Basalt Pillar Wall - nex:basalt_wall:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Fiery Nether Brick Wall - nex:nether_brick_wall:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Icy Nether Brick Wall - nex:nether_brick_wall:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Lively Nether Brick Wall - nex:nether_brick_wall:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Gloomy Nether Brick Wall - nex:nether_brick_wall:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Quartz Fence - nex:vanilla_fence:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Red Nether Brick Fence - nex:vanilla_fence:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Basalt Fence - nex:basalt_fence:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Smooth Basalt Fence - nex:basalt_fence:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Basalt Brick Fence - nex:basalt_fence:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Basalt Pillar Fence - nex:basalt_fence:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Fiery Nether Brick Fence - nex:nether_brick_fence:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Icy Nether Brick Fence - nex:nether_brick_fence:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Lively Nether Brick Fence - nex:nether_brick_fence:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Gloomy Nether Brick Fence - nex:nether_brick_fence:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Quartz Fence Gate - nex:quartz_fence_gate:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Nether Brick Fence Gate - nex:nether_brick_fence_gate:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Red Nether Brick Fence Gate - nex:red_nether_brick_fence_gate:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Basalt Fence Gate - nex:basalt_fence_gate:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Smooth Basalt Fence Gate - nex:basalt_smooth_fence_gate:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Basalt Brick Fence Gate - nex:basalt_brick_fence_gate:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Basalt Pillar Fence Gate - nex:basalt_pillar_fence_gate:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Fiery Nether Brick Fence Gate - nex:fiery_nether_brick_fence_gate:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Icy Nether Brick Fence Gate - nex:icy_nether_brick_fence_gate:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Lively Nether Brick Fence Gate - nex:lively_nether_brick_fence_gate:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Gloomy Nether Brick Fence Gate - nex:gloomy_nether_brick_fence_gate:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. The 'Vies' Craft, vol.1 - vc:item_guidebook_main:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Dismounter - vc:item_dismounter_normal:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Dismounter Player - vc:item_dismounter_player:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Viesoline Pellets - vc:item_viesoline_pellets:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Logic Chip - vc:item_logic_chip:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Airship Core - vc:item_airship_ignition:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Airship Frame - vc:item_airship_frame:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Airship Engine - vc:item_airship_engine:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Airship Balloon - vc:item_airship_balloon:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Core Shard - vc:upgrades/item_upgrade_airship_core:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Frame Casing - vc:upgrades/item_upgrade_airship_frame:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Engine Fragment - vc:upgrades/item_upgrade_airship_engine:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Balloon Remnant - vc:upgrades/item_upgrade_airship_balloon:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Bomb Casing - vc:item_bomb:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Module Chip - vc:modules/item_module_type:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Airship - 'Airship' - vc:airships/item_airship:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Icon - create_engine - vc:achievements/achievement_airship:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Icon - Portal - vc:achievements/achievement_airship_portal:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. None - vc:symbols/item_display_symbol:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Airship Workbench - vc:airship_workbench:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Azathoth Charm - abyssalcraft:azathothcharm:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Azathoth Charm - abyssalcraft:azathothcharm:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Carbon Cluster - abyssalcraft:carboncluster:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Ritual Charm - abyssalcraft:charm:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Ritual Charm - abyssalcraft:charm:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Crystallized Gold - abyssalcraft:crystal:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Crystallized Sulfur - abyssalcraft:crystal:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Crystallized Carbon - abyssalcraft:crystal:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Crystallized Oxygen - abyssalcraft:crystal:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Crystallized Hydrogen - abyssalcraft:crystal:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Crystallized Nitrogen - abyssalcraft:crystal:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Crystallized Phosphorus - abyssalcraft:crystal:7 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Crystallized Potassium - abyssalcraft:crystal:8 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Crystallized Nitrate - abyssalcraft:crystal:9 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Crystallized Methane - abyssalcraft:crystal:10 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Crystallized Redstone - abyssalcraft:crystal:11 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Crystallized Abyssalnite - abyssalcraft:crystal:12 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Crystallized Coralium - abyssalcraft:crystal:13 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Crystallized Dreadium - abyssalcraft:crystal:14 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Crystallized Blaze - abyssalcraft:crystal:15 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Crystallized Tin - abyssalcraft:crystal:16 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Crystallized Copper - abyssalcraft:crystal:17 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Crystallized Silicon - abyssalcraft:crystal:18 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Crystallized Magnesium - abyssalcraft:crystal:19 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Crystallized Aluminium - abyssalcraft:crystal:20 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Crystallized Silica - abyssalcraft:crystal:21 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Crystallized Alumina - abyssalcraft:crystal:22 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Crystallized Magnesia - abyssalcraft:crystal:23 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Crystallized Zinc - abyssalcraft:crystal:24 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Crystallized Calcium - abyssalcraft:crystal:25 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Crystallized Beryllium - abyssalcraft:crystal:26 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Crystallized Beryl - abyssalcraft:crystal:27 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Crystallized Iron - abyssalcraft:crystal:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Crystallized Copper Cluster - abyssalcraft:crystalcluster2:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Crystallized Silicon Cluster - abyssalcraft:crystalcluster2:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Crystallized Magnesium Cluster - abyssalcraft:crystalcluster2:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Crystallized Aluminium Cluster - abyssalcraft:crystalcluster2:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Crystallized Silica Cluster - abyssalcraft:crystalcluster2:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Crystallized Alumina Cluster - abyssalcraft:crystalcluster2:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Crystallized Magnesia Cluster - abyssalcraft:crystalcluster2:7 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Crystallized Zinc Cluster - abyssalcraft:crystalcluster2:8 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Crystallized Calcium Cluster - abyssalcraft:crystalcluster2:9 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Crystallized Beryllium Cluster - abyssalcraft:crystalcluster2:10 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Crystallized Beryl Cluster - abyssalcraft:crystalcluster2:11 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Crystallized Tin Cluster - abyssalcraft:crystalcluster2:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Crystallized Gold Cluster - abyssalcraft:crystalcluster:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Crystallized Sulfur Cluster - abyssalcraft:crystalcluster:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Crystallized Carbon Cluster - abyssalcraft:crystalcluster:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Crystallized Oxygen Cluster - abyssalcraft:crystalcluster:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Crystallized Hydrogen Cluster - abyssalcraft:crystalcluster:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Crystallized Nitrogen Cluster - abyssalcraft:crystalcluster:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Crystallized Phosphorus Cluster - abyssalcraft:crystalcluster:7 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Crystallized Potassium Cluster - abyssalcraft:crystalcluster:8 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Crystallized Nitrate Cluster - abyssalcraft:crystalcluster:9 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Crystallized Methane Cluster - abyssalcraft:crystalcluster:10 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Crystallized Redstone Cluster - abyssalcraft:crystalcluster:11 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Crystallized Abyssalnite Cluster - abyssalcraft:crystalcluster:12 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Crystallized Coralium Cluster - abyssalcraft:crystalcluster:13 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Crystallized Dreadium Cluster - abyssalcraft:crystalcluster:14 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Crystallized Blaze Cluster - abyssalcraft:crystalcluster:15 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Crystallized Iron Cluster - abyssalcraft:crystalcluster:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Crystallized Gold Fragment - abyssalcraft:crystalfragment:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Crystallized Sulfur Fragment - abyssalcraft:crystalfragment:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Crystallized Carbon Fragment - abyssalcraft:crystalfragment:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Crystallized Oxygen Fragment - abyssalcraft:crystalfragment:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Crystallized Hydrogen Fragment - abyssalcraft:crystalfragment:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Crystallized Nitrogen Fragment - abyssalcraft:crystalfragment:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Crystallized Phosphorus Fragment - abyssalcraft:crystalfragment:7 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Crystallized Potassium Fragment - abyssalcraft:crystalfragment:8 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Crystallized Nitrate Fragment - abyssalcraft:crystalfragment:9 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Crystallized Methane Fragment - abyssalcraft:crystalfragment:10 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Crystallized Redstone Fragment - abyssalcraft:crystalfragment:11 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Crystallized Abyssalnite Fragment - abyssalcraft:crystalfragment:12 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Crystallized Coralium Fragment - abyssalcraft:crystalfragment:13 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Crystallized Dreadium Fragment - abyssalcraft:crystalfragment:14 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Crystallized Blaze Fragment - abyssalcraft:crystalfragment:15 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Crystallized Tin Fragment - abyssalcraft:crystalfragment:16 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Crystallized Copper Fragment - abyssalcraft:crystalfragment:17 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Crystallized Silicon Fragment - abyssalcraft:crystalfragment:18 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Crystallized Magnesium Fragment - abyssalcraft:crystalfragment:19 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Crystallized Aluminium Fragment - abyssalcraft:crystalfragment:20 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Crystallized Silica Fragment - abyssalcraft:crystalfragment:21 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Crystallized Alumina Fragment - abyssalcraft:crystalfragment:22 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Crystallized Magnesia Fragment - abyssalcraft:crystalfragment:23 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Crystallized Zinc Fragment - abyssalcraft:crystalfragment:24 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Crystallized Calcium Fragment - abyssalcraft:crystalfragment:25 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Crystallized Beryllium Fragment - abyssalcraft:crystalfragment:26 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Crystallized Beryl Fragment - abyssalcraft:crystalfragment:27 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Crystallized Iron Fragment - abyssalcraft:crystalfragment:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Crystallized Gold Shard - abyssalcraft:crystalshard:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Crystallized Sulfur Shard - abyssalcraft:crystalshard:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Crystallized Carbon Shard - abyssalcraft:crystalshard:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Crystallized Oxygen Shard - abyssalcraft:crystalshard:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Crystallized Hydrogen Shard - abyssalcraft:crystalshard:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Crystallized Nitrogen Shard - abyssalcraft:crystalshard:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Crystallized Phosphorus Shard - abyssalcraft:crystalshard:7 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Crystallized Potassium Shard - abyssalcraft:crystalshard:8 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Crystallized Nitrate Shard - abyssalcraft:crystalshard:9 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Crystallized Methane Shard - abyssalcraft:crystalshard:10 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Crystallized Redstone Shard - abyssalcraft:crystalshard:11 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Crystallized Abyssalnite Shard - abyssalcraft:crystalshard:12 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Crystallized Coralium Shard - abyssalcraft:crystalshard:13 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Crystallized Dreadium Shard - abyssalcraft:crystalshard:14 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Crystallized Blaze Shard - abyssalcraft:crystalshard:15 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Crystallized Tin Shard - abyssalcraft:crystalshard:16 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Crystallized Copper Shard - abyssalcraft:crystalshard:17 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Crystallized Silicon Shard - abyssalcraft:crystalshard:18 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Crystallized Magnesium Shard - abyssalcraft:crystalshard:19 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Crystallized Aluminium Shard - abyssalcraft:crystalshard:20 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Crystallized Silica Shard - abyssalcraft:crystalshard:21 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Crystallized Alumina Shard - abyssalcraft:crystalshard:22 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Crystallized Magnesia Shard - abyssalcraft:crystalshard:23 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Crystallized Zinc Shard - abyssalcraft:crystalshard:24 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Crystallized Calcium Shard - abyssalcraft:crystalshard:25 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Crystallized Beryllium Shard - abyssalcraft:crystalshard:26 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Crystallized Beryl Shard - abyssalcraft:crystalshard:27 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Crystallized Iron Shard - abyssalcraft:crystalshard:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Cthulhu Charm - abyssalcraft:cthulhucharm:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Cthulhu Charm - abyssalcraft:cthulhucharm:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Dense Carbon Cluster - abyssalcraft:densecarboncluster:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Glowing Darkstone Bricks - abyssalcraft:dsglow:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Hastur Charm - abyssalcraft:hasturcharm:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Hastur Charm - abyssalcraft:hasturcharm:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. J'zahar Charm - abyssalcraft:jzaharcharm:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. J'zahar Charm - abyssalcraft:jzaharcharm:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Nyarlathotep Charm - abyssalcraft:nyarlathotepcharm:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Nyarlathotep Charm - abyssalcraft:nyarlathotepcharm:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Shub-Niggurath Charm - abyssalcraft:shubniggurathcharm:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Shub-Niggurath Charm - abyssalcraft:shubniggurathcharm:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Transmutator - abyssalcraft:transmutator:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Yog-Sothoth Charm - abyssalcraft:yogsothothcharm:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Yog-Sothoth Charm - abyssalcraft:yogsothothcharm:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Obsidian Axe - actuallyadditions:item_axe_obsidian:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Obsidian Boots - actuallyadditions:item_boots_obsidian:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Obsidian Chestplate - actuallyadditions:item_chest_obsidian:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Pumpkin Stew - actuallyadditions:item_food:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Carrot Juice - actuallyadditions:item_food:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Fish 'N' Chips - actuallyadditions:item_food:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. French Fries - actuallyadditions:item_food:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. French Fry - actuallyadditions:item_food:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Spaghetti - actuallyadditions:item_food:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Noodle - actuallyadditions:item_food:7 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Chocolate Cake - actuallyadditions:item_food:8 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Chocolate - actuallyadditions:item_food:9 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Toast - actuallyadditions:item_food:10 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Submarine Sandwich - actuallyadditions:item_food:11 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Big Cookie - actuallyadditions:item_food:12 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Hamburger - actuallyadditions:item_food:13 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Pizza - actuallyadditions:item_food:14 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Baguette - actuallyadditions:item_food:15 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Doughnut - actuallyadditions:item_food:18 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Toast o' Chocolate - actuallyadditions:item_food:19 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Bacon - actuallyadditions:item_food:20 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Cheese - actuallyadditions:item_food:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Obsidian Helmet - actuallyadditions:item_helm_obsidian:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Obsidian Hoe - actuallyadditions:item_hoe_obsidian:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Knife - actuallyadditions:item_knife:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Knife Blade - actuallyadditions:item_misc:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Knife Handle - actuallyadditions:item_misc:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Paper Cone - actuallyadditions:item_misc:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Obsidian Pants - actuallyadditions:item_pants_obsidian:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Obsidian Pickaxe - actuallyadditions:item_pickaxe_obsidian:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Obsidian Shovel - actuallyadditions:item_shovel_obsidian:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Obsidian Sword - actuallyadditions:item_sword_obsidian:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Obsidian AIOT - actuallyadditions:obsidian_paxel:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Nether Quartz Dust - appliedenergistics2:material:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Quartz Glass - appliedenergistics2:quartz_glass:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Fysallidic Prime - astralsorcery:blockborehead:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Containment Chalice - astralsorcery:blockchalice:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Observatory - astralsorcery:blockobservatory:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Resplendent Prism - astralsorcery:itemenchantmentamulet:0{astralsorcery:{}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({astralsorcery: {}}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Platinum Wand - betterbuilderswands:wanddiamond:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Bottle of Japanese Ancestry - betterwithaddons:ancestry_bottle:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Ancestral Infuser - betterwithaddons:ancestry_infuser:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Infused Soul Sand - betterwithaddons:ancestry_sand:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Bag of Redstone - betterwithaddons:bag:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Bag of Glowstone - betterwithaddons:bag:7 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Bag of Brimstone - betterwithaddons:bag:11 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Bag of Niter - betterwithaddons:bag:12 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Bag of Soul Dust - betterwithaddons:bag:14 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Bag of Potash - betterwithaddons:bag:15 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Bag of Hellfire - betterwithaddons:bag:16 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Bamboo - betterwithaddons:bamboo:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Banner Detector - betterwithaddons:banner_detector:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Block Matcher - betterwithaddons:block_matcher:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Paper Boots - betterwithaddons:boots_paper:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Bundle of Blaze Rods - betterwithaddons:bundle:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Chandelier - betterwithaddons:chandelier:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Cherrywood Drying Unit - betterwithaddons:cherrybox:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Cherrywood Soaking Unit - betterwithaddons:cherrybox:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Paper Chestplate - betterwithaddons:chest_paper:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Congealed Nether Wart - betterwithaddons:congealed:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Tea Seeds - betterwithaddons:crop_tea:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Ecksie Sapling - betterwithaddons:ecksie_sapling:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Ecksie Sapling - betterwithaddons:ecksie_sapling:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Ecksie Sapling - betterwithaddons:ecksie_sapling:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Ecksie Sapling - betterwithaddons:ecksie_sapling:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Ecksie Sapling - betterwithaddons:ecksie_sapling:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Ecksie Sapling - betterwithaddons:ecksie_sapling:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Ecksie Sapling - betterwithaddons:ecksie_sapling:7 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Ecksie Sapling - betterwithaddons:ecksie_sapling:8 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Ecksie Sapling - betterwithaddons:ecksie_sapling:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Destructive Greatarrow - betterwithaddons:greatarrow_destruction:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Lightning Greatarrow - betterwithaddons:greatarrow_lightning:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Greatarrow - betterwithaddons:greatarrow:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Greatbow - betterwithaddons:greatbow:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Paper Helmet - betterwithaddons:helmet_paper:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Iron Matchpick - betterwithaddons:iron_matchpick:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Iron Sand - betterwithaddons:iron_sand:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Soaked Bamboo - betterwithaddons:japanmat:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Bamboo Slats - betterwithaddons:japanmat:7 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Iron Scales - betterwithaddons:japanmat:12 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Lamellar - betterwithaddons:japanmat:13 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Paper Lamellar - betterwithaddons:japanmat:14 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Tsuka - betterwithaddons:japanmat:15 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Half Katana Blade - betterwithaddons:japanmat:16 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Ya Head - betterwithaddons:japanmat:17 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Yumi Top Parts - betterwithaddons:japanmat:18 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Yumi Bottom Parts - betterwithaddons:japanmat:19 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Tamahagane - betterwithaddons:japanmat:20 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Heated Tamahagane - betterwithaddons:japanmat:21 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Folded Tamahagane - betterwithaddons:japanmat:22 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Reheated Tamahagane - betterwithaddons:japanmat:23 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Finished Tamahagane - betterwithaddons:japanmat:24 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Wrapped Tamahagane - betterwithaddons:japanmat:25 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Hocho-Tetsu - betterwithaddons:japanmat:26 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Heated Hocho-Tetsu - betterwithaddons:japanmat:27 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Once-folded Hocho-Tetsu - betterwithaddons:japanmat:28 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Twice-folded Hocho-Tetsu - betterwithaddons:japanmat:29 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Finished Hocho-Tetsu - betterwithaddons:japanmat:30 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Katana - betterwithaddons:katana:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Kera - betterwithaddons:kera:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Hall of Legends - betterwithaddons:legendarium:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Paper Leggings - betterwithaddons:legs_paper:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Greatarrow Head - betterwithaddons:material:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Nabe - betterwithaddons:nabe:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Netted Screen - betterwithaddons:netted_screen:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Pavement - betterwithaddons:pavement:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Shinai - betterwithaddons:shinai:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Bamboo Slat Block - betterwithaddons:slat:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Pile of Soul Sand - betterwithaddons:soulsand_pile:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Refined Carpenter Saw - betterwithaddons:steel_carpentersaw:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Refined Kukri - betterwithaddons:steel_kukri:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Refined Machete - betterwithaddons:steel_machete:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Refined Mason Pick - betterwithaddons:steel_masonpick:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Refined Matchpick - betterwithaddons:steel_matchpick:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Refined Spade - betterwithaddons:steel_spade:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Tanto - betterwithaddons:tanto:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Tatara - betterwithaddons:tatara:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Assam Tea Leaves - betterwithaddons:tea_leaves:0{type:"assam"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({type: "assam"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Bancha Tea Leaves - betterwithaddons:tea_leaves:0{type:"bancha"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({type: "bancha"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Ceylon Tea Leaves - betterwithaddons:tea_leaves:0{type:"ceylon"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({type: "ceylon"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. End Tea Leaves - betterwithaddons:tea_leaves:0{type:"end"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({type: "end"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Gyokuro Tea Leaves - betterwithaddons:tea_leaves:0{type:"gyokuro"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({type: "gyokuro"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Nether Tea Leaves - betterwithaddons:tea_leaves:0{type:"nether"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({type: "nether"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Sencha Tea Leaves - betterwithaddons:tea_leaves:0{type:"sencha"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({type: "sencha"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Tencha Tea Leaves - betterwithaddons:tea_leaves:0{type:"tencha"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({type: "tencha"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. White Tea Leaves - betterwithaddons:tea_leaves:0{type:"white"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({type: "white"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Assam Tea - betterwithaddons:tea_powder:0{type:"assam"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({type: "assam"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Bancha Tea - betterwithaddons:tea_powder:0{type:"bancha"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({type: "bancha"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Ceylon Tea - betterwithaddons:tea_powder:0{type:"ceylon"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({type: "ceylon"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. End Tea - betterwithaddons:tea_powder:0{type:"end"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({type: "end"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Gyokuro Tea - betterwithaddons:tea_powder:0{type:"gyokuro"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({type: "gyokuro"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Houjicha - betterwithaddons:tea_powder:0{type:"houjicha"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({type: "houjicha"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Matcha - betterwithaddons:tea_powder:0{type:"matcha"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({type: "matcha"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Nether Tea - betterwithaddons:tea_powder:0{type:"nether"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({type: "nether"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Sencha Tea - betterwithaddons:tea_powder:0{type:"sencha"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({type: "sencha"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Tencha Tea - betterwithaddons:tea_powder:0{type:"tencha"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({type: "tencha"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. White Tea - betterwithaddons:tea_powder:0{type:"white"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({type: "white"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Soaked Bancha Tea Leaves - betterwithaddons:tea_soaked:0{type:"bancha"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({type: "bancha"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Soaked Gyokuro Tea Leaves - betterwithaddons:tea_soaked:0{type:"gyokuro"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({type: "gyokuro"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Soaked Sencha Tea Leaves - betterwithaddons:tea_soaked:0{type:"sencha"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({type: "sencha"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Soaked Tencha Tea Leaves - betterwithaddons:tea_soaked:0{type:"tencha"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({type: "tencha"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Wilted Assam Tea Leaves - betterwithaddons:tea_wilted:0{type:"assam"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({type: "assam"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Wilted Ceylon Tea Leaves - betterwithaddons:tea_wilted:0{type:"ceylon"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({type: "ceylon"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Wilted End Tea Leaves - betterwithaddons:tea_wilted:0{type:"end"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({type: "end"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Wilted Nether Tea Leaves - betterwithaddons:tea_wilted:0{type:"nether"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({type: "nether"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Wilted White Tea Leaves - betterwithaddons:tea_wilted:0{type:"white"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({type: "white"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Teacup - betterwithaddons:teacup:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Wakizashi - betterwithaddons:wakizashi:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Wrought Iron Bars - betterwithaddons:wrought_bars:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Wrought Iron Lantern - betterwithaddons:wrought_lamp:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Ya - betterwithaddons:ya:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Yumi - betterwithaddons:yumi:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Zen Garden Soul Sand - betterwithaddons:zen_soulsand:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. 3 entries: +Hardened Nether Sludge Corner - betterwithmods:corner_rock:0{texture:{Properties:{blocktype:"nether_clay"},Name:"betterwithmods:aesthetic"}} +Hardened Nether Sludge Moulding - betterwithmods:moulding_rock:0{texture:{Properties:{blocktype:"nether_clay"},Name:"betterwithmods:aesthetic"}} +Hardened Nether Sludge Siding - betterwithmods:siding_rock:0{texture:{Properties:{blocktype:"nether_clay"},Name:"betterwithmods:aesthetic"}} +[INITIALIZATION][SERVER][INFO] Adding: type:CORNER parent:[1xtile.bwm:aesthetic@2] * 1 | type:MOULDING parent:[1xtile.bwm:aesthetic@2] * 1 | type:SIDING parent:[1xtile.bwm:aesthetic@2] * 1 to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. 3 entries: +Concentrated Hellfire Block Corner - betterwithmods:corner_rock:0{texture:{Properties:{blocktype:"hellfire"},Name:"betterwithmods:aesthetic"}} +Concentrated Hellfire Block Moulding - betterwithmods:moulding_rock:0{texture:{Properties:{blocktype:"hellfire"},Name:"betterwithmods:aesthetic"}} +Concentrated Hellfire Block Siding - betterwithmods:siding_rock:0{texture:{Properties:{blocktype:"hellfire"},Name:"betterwithmods:aesthetic"}} +[INITIALIZATION][SERVER][INFO] Adding: type:CORNER parent:[1xtile.bwm:aesthetic@3] * 1 | type:MOULDING parent:[1xtile.bwm:aesthetic@3] * 1 | type:SIDING parent:[1xtile.bwm:aesthetic@3] * 1 to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. 3 entries: +Nether Brick Corner - betterwithmods:corner_rock:0{texture:{Name:"minecraft:nether_brick"}} +Nether Brick Moulding - betterwithmods:moulding_rock:0{texture:{Name:"minecraft:nether_brick"}} +Nether Brick Siding - betterwithmods:siding_rock:0{texture:{Name:"minecraft:nether_brick"}} +[INITIALIZATION][SERVER][INFO] Adding: type:CORNER parent:[1xtile.netherBrick@0] * 1 | type:MOULDING parent:[1xtile.netherBrick@0] * 1 | type:SIDING parent:[1xtile.netherBrick@0] * 1 to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. 3 entries: +Obsidian Corner - betterwithmods:corner_rock:0{texture:{Name:"minecraft:obsidian"}} +Obsidian Moulding - betterwithmods:moulding_rock:0{texture:{Name:"minecraft:obsidian"}} +Obsidian Siding - betterwithmods:siding_rock:0{texture:{Name:"minecraft:obsidian"}} +[INITIALIZATION][SERVER][INFO] Adding: type:CORNER parent:[1xtile.obsidian@0] * 1 | type:MOULDING parent:[1xtile.obsidian@0] * 1 | type:SIDING parent:[1xtile.obsidian@0] * 1 to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. 3 entries: +Chiseled Quartz Block Corner - betterwithmods:corner_rock:0{texture:{Properties:{variant:"chiseled"},Name:"minecraft:quartz_block"}} +Chiseled Quartz Block Moulding - betterwithmods:moulding_rock:0{texture:{Properties:{variant:"chiseled"},Name:"minecraft:quartz_block"}} +Chiseled Quartz Block Siding - betterwithmods:siding_rock:0{texture:{Properties:{variant:"chiseled"},Name:"minecraft:quartz_block"}} +[INITIALIZATION][SERVER][INFO] Adding: type:CORNER parent:[1xtile.quartzBlock@1] * 1 | type:MOULDING parent:[1xtile.quartzBlock@1] * 1 | type:SIDING parent:[1xtile.quartzBlock@1] * 1 to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. 3 entries: +Pillar Quartz Block Corner - betterwithmods:corner_rock:0{texture:{Properties:{variant:"lines_y"},Name:"minecraft:quartz_block"}} +Pillar Quartz Block Moulding - betterwithmods:moulding_rock:0{texture:{Properties:{variant:"lines_y"},Name:"minecraft:quartz_block"}} +Pillar Quartz Block Siding - betterwithmods:siding_rock:0{texture:{Properties:{variant:"lines_y"},Name:"minecraft:quartz_block"}} +[INITIALIZATION][SERVER][INFO] Adding: type:CORNER parent:[1xtile.quartzBlock@2] * 1 | type:MOULDING parent:[1xtile.quartzBlock@2] * 1 | type:SIDING parent:[1xtile.quartzBlock@2] * 1 to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. 3 entries: +Block of Quartz Corner - betterwithmods:corner_rock:0{texture:{Properties:{variant:"default"},Name:"minecraft:quartz_block"}} +Block of Quartz Moulding - betterwithmods:moulding_rock:0{texture:{Properties:{variant:"default"},Name:"minecraft:quartz_block"}} +Block of Quartz Siding - betterwithmods:siding_rock:0{texture:{Properties:{variant:"default"},Name:"minecraft:quartz_block"}} +[INITIALIZATION][SERVER][INFO] Adding: type:CORNER parent:[1xtile.quartzBlock@0] * 1 | type:MOULDING parent:[1xtile.quartzBlock@0] * 1 | type:SIDING parent:[1xtile.quartzBlock@0] * 1 to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Hardened Nether Sludge - betterwithmods:aesthetic:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Nether Sludge - betterwithmods:material:35 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Nether Sludge Block - betterwithmods:nether_clay:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Nether Growth Spore - betterwithmods:nether_growth:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Unfired Netherbrick - betterwithmods:unfired_pottery:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Concentrated Hellfire Block - betterwithmods:aesthetic:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Block of Soap - betterwithmods:aesthetic:10 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Bat Wing - betterwithmods:bat_wing:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Spring Action Bellows - betterwithmods:bellows:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Block Dispenser - betterwithmods:block_dispenser:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Mechanical Booster Rail - betterwithmods:booster:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Broadhead Arrow - betterwithmods:broadhead_arrow:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Buddy Block - betterwithmods:buddy_block:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Candle Holder - betterwithmods:candle_holder:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Companion Cube - betterwithmods:companion_cube:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Cooked Bat Wing - betterwithmods:cooked_bat_wing:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Cooked Scrambled Eggs - betterwithmods:cooked_scrambled_egg:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Mysterious Vessel - betterwithmods:cooking_pot:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Soulforged Steel Block Corner - betterwithmods:corner_iron:0{texture:{Properties:{height:"0"},Name:"betterwithmods:steel_block"}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({texture: {Properties: {height: "0"}, Name: "betterwithmods:steel_block"}}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Detector Block - betterwithmods:detector:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Hibachi - betterwithmods:hibachi:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Infernal Enchanter - betterwithmods:infernal_enchanter:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Iron Wall - betterwithmods:iron_wall:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Lens Focus - betterwithmods:lens:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Light Block - betterwithmods:light:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Nethercoal - betterwithmods:material:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Leather Strap - betterwithmods:material:8 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Soulforged Steel Ingot - betterwithmods:material:14 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Ground Netherrack - betterwithmods:material:15 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Hellfire Dust - betterwithmods:material:16 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Concentrated Hellfire - betterwithmods:material:17 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Polished Lapis Lazuli - betterwithmods:material:20 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Soul Dust - betterwithmods:material:23 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Heating Element - betterwithmods:material:27 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Blasting Oil - betterwithmods:material:29 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Redstone Latch - betterwithmods:material:34 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Soul Flux - betterwithmods:material:38 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Plate Armor - betterwithmods:material:42 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Broadhead - betterwithmods:material:43 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Chain Mail - betterwithmods:material:47 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Soulforged Steel Gear - betterwithmods:material:48 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Soulforged Steel Spring - betterwithmods:material:49 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Soap - betterwithmods:material:50 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Soulforged Steel Plate - betterwithmods:material:51 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Mining Charge - betterwithmods:mining_charge:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Soulforged Steel Block Moulding - betterwithmods:moulding_iron:0{texture:{Properties:{height:"0"},Name:"betterwithmods:steel_block"}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({texture: {Properties: {height: "0"}, Name: "betterwithmods:steel_block"}}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Cake Batter - betterwithmods:raw_pastry:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Raw Scrambled Eggs - betterwithmods:raw_scrambled_egg:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Soulforged Steel Block Siding - betterwithmods:siding_iron:0{texture:{Properties:{height:"0"},Name:"betterwithmods:steel_block"}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({texture: {Properties: {height: "0"}, Name: "betterwithmods:steel_block"}}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Filtered Hopper - betterwithmods:single_machine:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Stake - betterwithmods:stake:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Soulforged Steel Anvil - betterwithmods:steel_anvil:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Refined Axe - betterwithmods:steel_axe:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Steel Axle - betterwithmods:steel_axle:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Refined Battleaxe - betterwithmods:steel_battleaxe:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Soulforged Steel Block - betterwithmods:steel_block:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Plate Armor Boots - betterwithmods:steel_boots:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Broken Steel Gearbox - betterwithmods:steel_broken_gearbox:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Plate Armor Chest - betterwithmods:steel_chest:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Steel Gearbox - betterwithmods:steel_gearbox:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Refined Hacksaw - betterwithmods:steel_hacksaw:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Plate Armor Helmet - betterwithmods:steel_helmet:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Refined Hoe - betterwithmods:steel_hoe:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Refined Mattock - betterwithmods:steel_mattock:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Plate Armor Leggings - betterwithmods:steel_pants:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Refined Pickaxe - betterwithmods:steel_pickaxe:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Steel Pressure Plate - betterwithmods:steel_pressure_plate:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Soulforged Steel Saw - betterwithmods:steel_saw:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Refined Shovel - betterwithmods:steel_shovel:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Refined Sword - betterwithmods:steel_sword:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Unfired Urn - betterwithmods:unfired_pottery:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Soul Urn - betterwithmods:urn:8 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Void Urn - betterwithmods:urn:9 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Urn - betterwithmods:urn:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Atlas Plate - bibliocraft:atlasplate:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Desk Bell - bibliocraft:bell:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Print Press Chase - bibliocraft:bibliochase:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Clipboard - bibliocraft:biblioclipboard:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Screw Gun - bibliocraft:bibliodrill:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Tinted Glasses - bibliocraft:biblioglasses:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Monocle - bibliocraft:biblioglasses:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Reading Glasses - bibliocraft:biblioglasses:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Redstone: Volume I - bibliocraft:biblioredbook:0{redstonebook:"by James Maxwell"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({redstonebook: "by James Maxwell"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Spruce Clock - bibliocraft:clock:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Birch Clock - bibliocraft:clock:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Jungle Clock - bibliocraft:clock:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Acacia Clock - bibliocraft:clock:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Dark Oak Clock - bibliocraft:clock:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Framed Clock - bibliocraft:clock:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Oak Clock - bibliocraft:clock:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Cookie Jar - bibliocraft:cookiejar:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Eternal Compass - bibliocraft:deathcompass:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Dinner Plate - bibliocraft:dinnerplate:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Disc Rack - bibliocraft:discrack:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Enchanted Plate - bibliocraft:enchantedplate:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Painting Press - bibliocraft:paintingpress:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Spruce Potion Shelf - bibliocraft:potionshelf:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Birch Potion Shelf - bibliocraft:potionshelf:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Jungle Potion Shelf - bibliocraft:potionshelf:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Acacia Potion Shelf - bibliocraft:potionshelf:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Dark Oak Potion Shelf - bibliocraft:potionshelf:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Framed Potion Shelf - bibliocraft:potionshelf:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Oak Potion Shelf - bibliocraft:potionshelf:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Printing Press - bibliocraft:printingpress:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Print Press Plate - bibliocraft:printplate:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Tape Measure Reel - bibliocraft:tape:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Tape Measure - bibliocraft:tapemeasure:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Typesetting Table - bibliocraft:typesettingtable:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Light Blue Typewriter - bibliocraft:typewriter:10 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Blue Typewriter - bibliocraft:typewriter:11 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Purple Typewriter - bibliocraft:typewriter:12 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Magenta Typewriter - bibliocraft:typewriter:13 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Pink Typewriter - bibliocraft:typewriter:14 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Brown Typewriter - bibliocraft:typewriter:15 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Light Gray Typewriter - bibliocraft:typewriter:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Gray Typewriter - bibliocraft:typewriter:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Black Typewriter - bibliocraft:typewriter:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Red Typewriter - bibliocraft:typewriter:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Orange Typewriter - bibliocraft:typewriter:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Yellow Typewriter - bibliocraft:typewriter:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Lime Typewriter - bibliocraft:typewriter:7 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Green Typewriter - bibliocraft:typewriter:8 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Cyan Typewriter - bibliocraft:typewriter:9 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. White Typewriter - bibliocraft:typewriter:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Awakened Activation Crystal - bloodmagic:activation_crystal:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. item.bloodmagic.alchemic_vial.base.name - bloodmagic:alchemic_vial:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Alchemy Table - bloodmagic:alchemy_table:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Fluid Filter - bloodmagic:base_fluid_filter:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. NBT Item Filter - bloodmagic:base_item_filter:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Mod Item Filter - bloodmagic:base_item_filter:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Ore Dictionary Item Filter - bloodmagic:base_item_filter:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Precise Item Filter - bloodmagic:base_item_filter:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Archmage Blood Orb - bloodmagic:blood_orb:0{orb:"bloodmagic:archmage"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({orb: "bloodmagic:archmage"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Master Blood Orb - bloodmagic:blood_orb:0{orb:"bloodmagic:master"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({orb: "bloodmagic:master"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Transcendent Blood Orb - bloodmagic:blood_orb:0{orb:"bloodmagic:transcendent"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({orb: "bloodmagic:transcendent"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Rune of Augmented Capacity - bloodmagic:blood_rune:7 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Rune of the Orb - bloodmagic:blood_rune:8 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Acceleration Rune - bloodmagic:blood_rune:9 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Charging Rune - bloodmagic:blood_rune:10 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Demon Blood Shard - bloodmagic:blood_shard:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Weak Blood Shard - bloodmagic:blood_shard:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Blood Tank Tier 32768 - bloodmagic:blood_tank:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Bound Axe - bloodmagic:bound_axe:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Bound Pickaxe - bloodmagic:bound_pickaxe:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Bound Shovel - bloodmagic:bound_shovel:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Bound Blade - bloodmagic:bound_sword:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Lava Reagent - bloodmagic:component:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Elemental Affinity Reagent - bloodmagic:component:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Sight Reagent - bloodmagic:component:7 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Binding Reagent - bloodmagic:component:8 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Suppression Reagent - bloodmagic:component:9 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Frame Parts - bloodmagic:component:10 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Haste Reagent - bloodmagic:component:13 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Phantom Bridge Reagent - bloodmagic:component:15 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Severance Reagent - bloodmagic:component:16 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Teleposition Reagent - bloodmagic:component:17 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Transposition Reagent - bloodmagic:component:18 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Plant Oil - bloodmagic:component:22 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Sulfur - bloodmagic:component:23 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Saltpeter - bloodmagic:component:24 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Neuro Toxin - bloodmagic:component:25 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Antiseptic - bloodmagic:component:26 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Simple Lengthening Catalyst - bloodmagic:component:28 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Simple Power Catalyst - bloodmagic:component:29 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Claw Reagent - bloodmagic:component:30 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Explosive Powder - bloodmagic:cutting_fluid:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Basic Cutting Fluid - bloodmagic:cutting_fluid:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Bloodstone Brick - bloodmagic:decorative_brick:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Crystal Cluster - bloodmagic:decorative_brick:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Crystal Cluster Brick - bloodmagic:decorative_brick:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Large Bloodstone Tile - bloodmagic:decorative_brick:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Steadfast Stone Bricks - bloodmagic:demon_brick_1:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Accented Steadfast Stone Tiles - bloodmagic:demon_brick_2:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Demon Crucible - bloodmagic:demon_crucible:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Steadfast Will Crystal Cluster - bloodmagic:demon_crystal:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Vengeful Will Crystal Cluster - bloodmagic:demon_crystal:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Destructive Will Crystal Cluster - bloodmagic:demon_crystal:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Corrosive Will Crystal Cluster - bloodmagic:demon_crystal:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Demon Will Crystal Cluster - bloodmagic:demon_crystal:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Demon Crystallizer - bloodmagic:demon_crystallizer:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Steadfast Demon Alloy - bloodmagic:demon_extras:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Steadfast Demon Eye - bloodmagic:demon_light:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Steadfast Stone Pillar - bloodmagic:demon_pillar_1:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Accented Steadfast Stone Pillar - bloodmagic:demon_pillar_2:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Corrosive Stone Pillar Cap - bloodmagic:demon_pillar_cap_1:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Vengeful Stone Pillar Cap - bloodmagic:demon_pillar_cap_2:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Steadfast Stone Pillar Cap - bloodmagic:demon_pillar_cap_3:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Demon Pylon - bloodmagic:demon_pylon:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Corrosive Stone Stairs - bloodmagic:demon_stairs_1:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Vengeful Stone Stairs - bloodmagic:demon_stairs_2:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Steadfast Stone Stairs - bloodmagic:demon_stairs_3:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Steadfast Stone Wall - bloodmagic:demon_wall_1:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Input Routing Node - bloodmagic:input_routing_node:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Elemental Inscription Tool: Fire - bloodmagic:inscription_tool:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Elemental Inscription Tool: Earth - bloodmagic:inscription_tool:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Elemental Inscription Tool: Air - bloodmagic:inscription_tool:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Elemental Inscription Tool: Dusk - bloodmagic:inscription_tool:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Elemental Inscription Tool: Dawn - bloodmagic:inscription_tool:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Steadfast Inversion Pillar Cap - bloodmagic:inversion_pillar_end:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Steadfast Inversion Pillar - bloodmagic:inversion_pillar:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Steadfast Will Crystal - bloodmagic:item_demon_crystal:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Routing Node - bloodmagic:item_routing_node:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Living Boots - bloodmagic:living_armour_boots:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Living Chestplate - bloodmagic:living_armour_chest:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Living Helmet - bloodmagic:living_armour_helmet:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Living Leggings - bloodmagic:living_armour_leggings:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Master Routing Node - bloodmagic:master_routing_node:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Opaque Mimic Block - bloodmagic:mimic:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Clear Mimic Block - bloodmagic:mimic:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Lighted Mimic Block - bloodmagic:mimic:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Sentient Mimic Block - bloodmagic:mimic:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Ethereal Opaque Mimic Block - bloodmagic:mimic:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Corrosive Demonic Will - bloodmagic:monster_soul:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Destructive Demonic Will - bloodmagic:monster_soul:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Vengeful Demonic Will - bloodmagic:monster_soul:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Steadfast Demonic Will - bloodmagic:monster_soul:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Node Router - bloodmagic:node_router:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Output Routing Node - bloodmagic:output_routing_node:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Worn Stone Brick Path - bloodmagic:path:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Tiled Worn Stone Path - bloodmagic:path:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Obsidian Brick Path - bloodmagic:path:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Tiled Obsidian Path - bloodmagic:path:7 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Draft of Angelus - bloodmagic:points_upgrade:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Potion Flask - bloodmagic:potion_flask:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Imperfect Ritual Stone - bloodmagic:ritual_controller:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Inverted Master Ritual Stone - bloodmagic:ritual_controller:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Master Ritual Stone - bloodmagic:ritual_controller:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Ritual Dismantler - bloodmagic:ritual_dismantler:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Ritual Diviner [Dusk] - bloodmagic:ritual_diviner:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Ritual Diviner [Dawn] - bloodmagic:ritual_diviner:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Ritual Diviner - bloodmagic:ritual_diviner:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Ritual Tinkerer - bloodmagic:ritual_reader:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Ritual Stone of Water - bloodmagic:ritual_stone:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Ritual Stone of Fire - bloodmagic:ritual_stone:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Ritual Stone of Earth - bloodmagic:ritual_stone:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Ritual Stone of Air - bloodmagic:ritual_stone:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Ritual Stone of Dusk - bloodmagic:ritual_stone:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Ritual Stone of Dawn - bloodmagic:ritual_stone:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Ritual Stone - bloodmagic:ritual_stone:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Sentient Boots - bloodmagic:sentient_armour_boots:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Sentient Chestplate - bloodmagic:sentient_armour_chest:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Sentient Armour Gem - bloodmagic:sentient_armour_gem:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Sentient Helmet - bloodmagic:sentient_armour_helmet:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Sentient Leggings - bloodmagic:sentient_armour_leggings:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Sigil of the Claw - bloodmagic:sigil_claw:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Sigil of Elemental Affinity - bloodmagic:sigil_elemental_affinity:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Sigil of Ender Severance - bloodmagic:sigil_ender_severance:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Sigil of Haste - bloodmagic:sigil_haste:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Lava Sigil - bloodmagic:sigil_lava:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Sigil of the Phantom Bridge - bloodmagic:sigil_phantom_bridge:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Seer's Sigil - bloodmagic:sigil_seer:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Sigil of Suppression - bloodmagic:sigil_suppression:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Teleposition Sigil - bloodmagic:sigil_teleposition:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Transposition Sigil - bloodmagic:sigil_transposition:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Demonic Slate - bloodmagic:slate:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Ethereal Slate - bloodmagic:slate:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Lesser Tartaric Gem - bloodmagic:soul_gem:1{souls:256.0d,demonWillType:"corrosive"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({souls: 256.0, demonWillType: "corrosive"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Lesser Tartaric Gem - bloodmagic:soul_gem:1{souls:256.0d,demonWillType:"destructive"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({souls: 256.0, demonWillType: "destructive"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Lesser Tartaric Gem - bloodmagic:soul_gem:1{souls:256.0d,demonWillType:"steadfast"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({souls: 256.0, demonWillType: "steadfast"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Lesser Tartaric Gem - bloodmagic:soul_gem:1{souls:256.0d,demonWillType:"vengeful"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({souls: 256.0, demonWillType: "vengeful"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Common Tartaric Gem - bloodmagic:soul_gem:2{souls:1024.0d,demonWillType:"corrosive"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({souls: 1024.0, demonWillType: "corrosive"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Common Tartaric Gem - bloodmagic:soul_gem:2{souls:1024.0d,demonWillType:"destructive"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({souls: 1024.0, demonWillType: "destructive"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Common Tartaric Gem - bloodmagic:soul_gem:2{souls:1024.0d,demonWillType:"steadfast"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({souls: 1024.0, demonWillType: "steadfast"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Common Tartaric Gem - bloodmagic:soul_gem:2{souls:1024.0d,demonWillType:"vengeful"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({souls: 1024.0, demonWillType: "vengeful"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Greater Tartaric Gem - bloodmagic:soul_gem:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Greater Tartaric Gem - bloodmagic:soul_gem:3{souls:4096.0d,demonWillType:"corrosive"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({souls: 4096.0, demonWillType: "corrosive"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Greater Tartaric Gem - bloodmagic:soul_gem:3{souls:4096.0d,demonWillType:"destructive"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({souls: 4096.0, demonWillType: "destructive"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Greater Tartaric Gem - bloodmagic:soul_gem:3{souls:4096.0d,demonWillType:"steadfast"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({souls: 4096.0, demonWillType: "steadfast"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Greater Tartaric Gem - bloodmagic:soul_gem:3{souls:4096.0d,demonWillType:"vengeful"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({souls: 4096.0, demonWillType: "vengeful"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Grand Tartaric Gem - bloodmagic:soul_gem:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Grand Tartaric Gem - bloodmagic:soul_gem:4{souls:16384.0d,demonWillType:"corrosive"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({souls: 16384.0, demonWillType: "corrosive"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Grand Tartaric Gem - bloodmagic:soul_gem:4{souls:16384.0d,demonWillType:"destructive"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({souls: 16384.0, demonWillType: "destructive"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Grand Tartaric Gem - bloodmagic:soul_gem:4{souls:16384.0d,demonWillType:"steadfast"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({souls: 16384.0, demonWillType: "steadfast"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Grand Tartaric Gem - bloodmagic:soul_gem:4{souls:16384.0d,demonWillType:"vengeful"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({souls: 16384.0, demonWillType: "vengeful"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Teleposer - bloodmagic:teleposer:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Enhanced Teleposition Focus - bloodmagic:teleposition_focus:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Reinforced Teleposition Focus - bloodmagic:teleposition_focus:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Demonic Teleposition Focus - bloodmagic:teleposition_focus:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Teleposition Focus - bloodmagic:teleposition_focus:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Living Armour Upgrade Tome - bloodmagic:upgrade_tome:0{level:0,key:"bloodmagic.upgrade.crippledArm"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({level: 0, key: "bloodmagic.upgrade.crippledArm"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Living Armour Upgrade Tome - bloodmagic:upgrade_tome:0{level:0,key:"bloodmagic.upgrade.elytra"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({level: 0, key: "bloodmagic.upgrade.elytra"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Living Armour Upgrade Tome - bloodmagic:upgrade_tome:0{level:0,key:"bloodmagic.upgrade.quenched"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({level: 0, key: "bloodmagic.upgrade.quenched"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Living Armour Upgrade Tome - bloodmagic:upgrade_tome:0{level:0,key:"bloodmagic.upgrade.repair"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({level: 0, key: "bloodmagic.upgrade.repair"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Living Armour Upgrade Tome - bloodmagic:upgrade_tome:0{level:0,key:"bloodmagic.upgrade.slippery"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({level: 0, key: "bloodmagic.upgrade.slippery"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Living Armour Upgrade Tome - bloodmagic:upgrade_tome:0{level:0,key:"bloodmagic.upgrade.stepAssist"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({level: 0, key: "bloodmagic.upgrade.stepAssist"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Living Armour Upgrade Tome - bloodmagic:upgrade_tome:0{level:4,key:"bloodmagic.upgrade.arrowShot"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({level: 4, key: "bloodmagic.upgrade.arrowShot"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Living Armour Upgrade Tome - bloodmagic:upgrade_tome:0{level:4,key:"bloodmagic.upgrade.battleHunger"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({level: 4, key: "bloodmagic.upgrade.battleHunger"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Living Armour Upgrade Tome - bloodmagic:upgrade_tome:0{level:4,key:"bloodmagic.upgrade.criticalStrike"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({level: 4, key: "bloodmagic.upgrade.criticalStrike"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Living Armour Upgrade Tome - bloodmagic:upgrade_tome:0{level:4,key:"bloodmagic.upgrade.fallProtect"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({level: 4, key: "bloodmagic.upgrade.fallProtect"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Living Armour Upgrade Tome - bloodmagic:upgrade_tome:0{level:4,key:"bloodmagic.upgrade.fireResist"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({level: 4, key: "bloodmagic.upgrade.fireResist"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Living Armour Upgrade Tome - bloodmagic:upgrade_tome:0{level:4,key:"bloodmagic.upgrade.knockback"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({level: 4, key: "bloodmagic.upgrade.knockback"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Living Armour Upgrade Tome - bloodmagic:upgrade_tome:0{level:4,key:"bloodmagic.upgrade.poisonResist"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({level: 4, key: "bloodmagic.upgrade.poisonResist"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Living Armour Upgrade Tome - bloodmagic:upgrade_tome:0{level:4,key:"bloodmagic.upgrade.sprintAttack"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({level: 4, key: "bloodmagic.upgrade.sprintAttack"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Living Armour Upgrade Tome - bloodmagic:upgrade_tome:0{level:4,key:"bloodmagic.upgrade.stormTrooper"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({level: 4, key: "bloodmagic.upgrade.stormTrooper"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Living Armour Upgrade Tome - bloodmagic:upgrade_tome:0{level:9,key:"bloodmagic.upgrade.digging"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({level: 9, key: "bloodmagic.upgrade.digging"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Living Armour Upgrade Tome - bloodmagic:upgrade_tome:0{level:9,key:"bloodmagic.upgrade.digSlowdown"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({level: 9, key: "bloodmagic.upgrade.digSlowdown"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Living Armour Upgrade Tome - bloodmagic:upgrade_tome:0{level:9,key:"bloodmagic.upgrade.disoriented"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({level: 9, key: "bloodmagic.upgrade.disoriented"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Living Armour Upgrade Tome - bloodmagic:upgrade_tome:0{level:9,key:"bloodmagic.upgrade.experienced"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({level: 9, key: "bloodmagic.upgrade.experienced"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Living Armour Upgrade Tome - bloodmagic:upgrade_tome:0{level:9,key:"bloodmagic.upgrade.graveDigger"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({level: 9, key: "bloodmagic.upgrade.graveDigger"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Living Armour Upgrade Tome - bloodmagic:upgrade_tome:0{level:9,key:"bloodmagic.upgrade.grimReaper"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({level: 9, key: "bloodmagic.upgrade.grimReaper"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Living Armour Upgrade Tome - bloodmagic:upgrade_tome:0{level:9,key:"bloodmagic.upgrade.health"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({level: 9, key: "bloodmagic.upgrade.health"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Living Armour Upgrade Tome - bloodmagic:upgrade_tome:0{level:9,key:"bloodmagic.upgrade.jump"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({level: 9, key: "bloodmagic.upgrade.jump"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Living Armour Upgrade Tome - bloodmagic:upgrade_tome:0{level:9,key:"bloodmagic.upgrade.meleeDamage"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({level: 9, key: "bloodmagic.upgrade.meleeDamage"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Living Armour Upgrade Tome - bloodmagic:upgrade_tome:0{level:9,key:"bloodmagic.upgrade.meleeDecrease"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({level: 9, key: "bloodmagic.upgrade.meleeDecrease"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Living Armour Upgrade Tome - bloodmagic:upgrade_tome:0{level:9,key:"bloodmagic.upgrade.movement"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({level: 9, key: "bloodmagic.upgrade.movement"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Living Armour Upgrade Tome - bloodmagic:upgrade_tome:0{level:9,key:"bloodmagic.upgrade.nightSight"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({level: 9, key: "bloodmagic.upgrade.nightSight"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Living Armour Upgrade Tome - bloodmagic:upgrade_tome:0{level:9,key:"bloodmagic.upgrade.physicalProtect"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({level: 9, key: "bloodmagic.upgrade.physicalProtect"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Living Armour Upgrade Tome - bloodmagic:upgrade_tome:0{level:9,key:"bloodmagic.upgrade.selfSacrifice"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({level: 9, key: "bloodmagic.upgrade.selfSacrifice"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Living Armour Upgrade Tome - bloodmagic:upgrade_tome:0{level:9,key:"bloodmagic.upgrade.slowHeal"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({level: 9, key: "bloodmagic.upgrade.slowHeal"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Living Armour Upgrade Tome - bloodmagic:upgrade_tome:0{level:9,key:"bloodmagic.upgrade.slowness"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({level: 9, key: "bloodmagic.upgrade.slowness"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Living Armour Upgrade Tome - bloodmagic:upgrade_tome:0{level:9,key:"bloodmagic.upgrade.solarPowered"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({level: 9, key: "bloodmagic.upgrade.solarPowered"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Living Armour Training Bracelet - bloodmagic:upgrade_trainer:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Living Armour Training Bracelet - bloodmagic:upgrade_trainer:0{key:"bloodmagic.upgrade.arrowShot"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({key: "bloodmagic.upgrade.arrowShot"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Living Armour Training Bracelet - bloodmagic:upgrade_trainer:0{key:"bloodmagic.upgrade.battleHunger"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({key: "bloodmagic.upgrade.battleHunger"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Living Armour Training Bracelet - bloodmagic:upgrade_trainer:0{key:"bloodmagic.upgrade.crippledArm"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({key: "bloodmagic.upgrade.crippledArm"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Living Armour Training Bracelet - bloodmagic:upgrade_trainer:0{key:"bloodmagic.upgrade.criticalStrike"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({key: "bloodmagic.upgrade.criticalStrike"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Living Armour Training Bracelet - bloodmagic:upgrade_trainer:0{key:"bloodmagic.upgrade.digging"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({key: "bloodmagic.upgrade.digging"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Living Armour Training Bracelet - bloodmagic:upgrade_trainer:0{key:"bloodmagic.upgrade.digSlowdown"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({key: "bloodmagic.upgrade.digSlowdown"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Living Armour Training Bracelet - bloodmagic:upgrade_trainer:0{key:"bloodmagic.upgrade.disoriented"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({key: "bloodmagic.upgrade.disoriented"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Living Armour Training Bracelet - bloodmagic:upgrade_trainer:0{key:"bloodmagic.upgrade.elytra"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({key: "bloodmagic.upgrade.elytra"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Living Armour Training Bracelet - bloodmagic:upgrade_trainer:0{key:"bloodmagic.upgrade.experienced"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({key: "bloodmagic.upgrade.experienced"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Living Armour Training Bracelet - bloodmagic:upgrade_trainer:0{key:"bloodmagic.upgrade.fallProtect"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({key: "bloodmagic.upgrade.fallProtect"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Living Armour Training Bracelet - bloodmagic:upgrade_trainer:0{key:"bloodmagic.upgrade.fireResist"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({key: "bloodmagic.upgrade.fireResist"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Living Armour Training Bracelet - bloodmagic:upgrade_trainer:0{key:"bloodmagic.upgrade.graveDigger"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({key: "bloodmagic.upgrade.graveDigger"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Living Armour Training Bracelet - bloodmagic:upgrade_trainer:0{key:"bloodmagic.upgrade.grimReaper"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({key: "bloodmagic.upgrade.grimReaper"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Living Armour Training Bracelet - bloodmagic:upgrade_trainer:0{key:"bloodmagic.upgrade.health"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({key: "bloodmagic.upgrade.health"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Living Armour Training Bracelet - bloodmagic:upgrade_trainer:0{key:"bloodmagic.upgrade.jump"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({key: "bloodmagic.upgrade.jump"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Living Armour Training Bracelet - bloodmagic:upgrade_trainer:0{key:"bloodmagic.upgrade.knockback"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({key: "bloodmagic.upgrade.knockback"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Living Armour Training Bracelet - bloodmagic:upgrade_trainer:0{key:"bloodmagic.upgrade.meleeDamage"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({key: "bloodmagic.upgrade.meleeDamage"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Living Armour Training Bracelet - bloodmagic:upgrade_trainer:0{key:"bloodmagic.upgrade.meleeDecrease"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({key: "bloodmagic.upgrade.meleeDecrease"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Living Armour Training Bracelet - bloodmagic:upgrade_trainer:0{key:"bloodmagic.upgrade.movement"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({key: "bloodmagic.upgrade.movement"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Living Armour Training Bracelet - bloodmagic:upgrade_trainer:0{key:"bloodmagic.upgrade.nightSight"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({key: "bloodmagic.upgrade.nightSight"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Living Armour Training Bracelet - bloodmagic:upgrade_trainer:0{key:"bloodmagic.upgrade.physicalProtect"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({key: "bloodmagic.upgrade.physicalProtect"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Living Armour Training Bracelet - bloodmagic:upgrade_trainer:0{key:"bloodmagic.upgrade.poisonResist"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({key: "bloodmagic.upgrade.poisonResist"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Living Armour Training Bracelet - bloodmagic:upgrade_trainer:0{key:"bloodmagic.upgrade.quenched"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({key: "bloodmagic.upgrade.quenched"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Living Armour Training Bracelet - bloodmagic:upgrade_trainer:0{key:"bloodmagic.upgrade.repair"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({key: "bloodmagic.upgrade.repair"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Living Armour Training Bracelet - bloodmagic:upgrade_trainer:0{key:"bloodmagic.upgrade.selfSacrifice"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({key: "bloodmagic.upgrade.selfSacrifice"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Living Armour Training Bracelet - bloodmagic:upgrade_trainer:0{key:"bloodmagic.upgrade.slippery"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({key: "bloodmagic.upgrade.slippery"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Living Armour Training Bracelet - bloodmagic:upgrade_trainer:0{key:"bloodmagic.upgrade.slowHeal"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({key: "bloodmagic.upgrade.slowHeal"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Living Armour Training Bracelet - bloodmagic:upgrade_trainer:0{key:"bloodmagic.upgrade.slowness"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({key: "bloodmagic.upgrade.slowness"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Living Armour Training Bracelet - bloodmagic:upgrade_trainer:0{key:"bloodmagic.upgrade.solarPowered"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({key: "bloodmagic.upgrade.solarPowered"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Living Armour Training Bracelet - bloodmagic:upgrade_trainer:0{key:"bloodmagic.upgrade.sprintAttack"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({key: "bloodmagic.upgrade.sprintAttack"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Living Armour Training Bracelet - bloodmagic:upgrade_trainer:0{key:"bloodmagic.upgrade.stepAssist"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({key: "bloodmagic.upgrade.stepAssist"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Living Armour Training Bracelet - bloodmagic:upgrade_trainer:0{key:"bloodmagic.upgrade.stormTrooper"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({key: "bloodmagic.upgrade.stormTrooper"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. tile.engineWood.name - buildcraftcore:engine:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. item.wrenchItem.name - buildcraftcore:wrench:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. tile.tankBlock.name - buildcraftfactory:tank:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. item.buildcraft.guide.name - buildcraftlib:guide:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. item.PipeFluidsClay.name - buildcrafttransport:pipe_clay_fluid:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. item.PipeItemsClay.name - buildcrafttransport:pipe_clay_item:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. item.PipeFluidsCobblestone.name - buildcrafttransport:pipe_cobble_fluid:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. item.PipeItemsCobblestone.name - buildcrafttransport:pipe_cobble_item:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. item.PipeFluidsIron.name - buildcrafttransport:pipe_iron_fluid:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. item.PipeItemsIron.name - buildcrafttransport:pipe_iron_item:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. item.PipeFluidsQuartz.name - buildcrafttransport:pipe_quartz_fluid:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. item.PipeItemsQuartz.name - buildcrafttransport:pipe_quartz_item:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. item.PipeFluidsSandstone.name - buildcrafttransport:pipe_sandstone_fluid:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. item.PipeItemsSandstone.name - buildcrafttransport:pipe_sandstone_item:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. item.PipeFluidsStone.name - buildcrafttransport:pipe_stone_fluid:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. item.PipeItemsStone.name - buildcrafttransport:pipe_stone_item:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. item.PipeItemsStripes.name - buildcrafttransport:pipe_stripes_item:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. item.PipeStructureCobblestone.name - buildcrafttransport:pipe_structure:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. item.PipeFluidsVoid.name - buildcrafttransport:pipe_void_fluid:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. item.PipeItemsVoid.name - buildcrafttransport:pipe_void_item:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. item.PipeFluidsWood.name - buildcrafttransport:pipe_wood_fluid:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. item.PipeItemsWood.name - buildcrafttransport:pipe_wood_item:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. item.PipePlug.name - buildcrafttransport:plug_blocker:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. item.pipeWaterproof.name - buildcrafttransport:waterproof:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Auto Chisel - chisel:auto_chisel:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Block of Aluminum - chisel:blockaluminum:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Block of Cobalt - chisel:blockcobalt:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Block of Electrum - chisel:blockelectrum:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Block of Lead - chisel:blocklead:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Block of Nickel - chisel:blocknickel:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Block of Platinum - chisel:blockplatinum:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Block of Silver - chisel:blocksilver:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Block of Steel - chisel:blocksteel:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Primal Voidstone - chisel:energizedvoidstone:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Factory Block - chisel:factory:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Factory Block - chisel:factory1:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Futura Block - chisel:futura:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Glowstone - chisel:glowstone:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Glowstone - chisel:glowstone1:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Glowstone - chisel:glowstone2:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Laboratory Block - chisel:laboratory:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Nether Bricks - chisel:netherbrick:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Netherrack - chisel:netherrack:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Obsidian - chisel:obsidian:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Block of Quartz - chisel:quartz:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Block of Quartz - chisel:quartz1:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Block of Redstone - chisel:redstone:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Block of Redstone - chisel:redstone1:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Factory Block - chisel:technical:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Factory Block - chisel:technical1:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Factory Block - chisel:technicalnew:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Tyrian - chisel:tyrian:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Voidstone - chisel:voidstone:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Runed Voidstone - chisel:voidstonerunic:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Armor Forge - conarm:armorforge:0{textureBlock:{id:"immersiveengineering:storage",Count:1b,Damage:1s}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({textureBlock: {id: "immersiveengineering:storage", Count: 1 as byte, Damage: 1 as short}}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Armor Forge - conarm:armorforge:0{textureBlock:{id:"immersiveengineering:storage",Count:1b,Damage:2s}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({textureBlock: {id: "immersiveengineering:storage", Count: 1 as byte, Damage: 2 as short}}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Armor Forge - conarm:armorforge:0{textureBlock:{id:"immersiveengineering:storage",Count:1b,Damage:4s}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({textureBlock: {id: "immersiveengineering:storage", Count: 1 as byte, Damage: 4 as short}}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Armor Forge - conarm:armorforge:0{textureBlock:{id:"immersiveengineering:storage",Count:1b,Damage:6s}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({textureBlock: {id: "immersiveengineering:storage", Count: 1 as byte, Damage: 6 as short}}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Armor Forge - conarm:armorforge:0{textureBlock:{id:"immersiveengineering:storage",Count:1b,Damage:7s}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({textureBlock: {id: "immersiveengineering:storage", Count: 1 as byte, Damage: 7 as short}}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Armor Forge - conarm:armorforge:0{textureBlock:{id:"immersiveengineering:storage",Count:1b,Damage:8s}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({textureBlock: {id: "immersiveengineering:storage", Count: 1 as byte, Damage: 8 as short}}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Armor Forge - conarm:armorforge:0{textureBlock:{id:"tconstruct:metal",Count:1b,Damage:3s}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({textureBlock: {id: "tconstruct:metal", Count: 1 as byte, Damage: 3 as short}}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Armor Forge - conarm:armorforge:0{textureBlock:{id:"tconstruct:metal",Count:1b,Damage:5s}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({textureBlock: {id: "tconstruct:metal", Count: 1 as byte, Damage: 5 as short}}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Gauntlet of Power - conarm:gauntlet_mat_attack:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Gauntlet of Far Reach - conarm:gauntlet_mat_reach:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Blast Resistance - conarm:resist_mat_blast:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Fire Resistance - conarm:resist_mat_fire:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Projectile Resistance - conarm:resist_mat_proj:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Resistance - conarm:resist_mat:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Traveller's Goggles (Night Vision) - conarm:travel_night:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Traveller's Cloak (Invisibility) - conarm:travel_sneak:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Traveller's Goggles (Soul Sight) - conarm:travel_soul:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Structure Builder - cyclicmagic:builder_block:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Antidote Charm - cyclicmagic:charm_antidote:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Water Charm - cyclicmagic:charm_water:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Redstone Clock - cyclicmagic:clock:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Empty Beacon - cyclicmagic:beacon_redstone:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Hydrator - cyclicmagic:block_hydrator:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Carbon Paper - cyclicmagic:carbon_paper:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Fire Charm - cyclicmagic:charm_fire:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Wing Charm - cyclicmagic:charm_wing:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Empty Sack of Holding - cyclicmagic:chest_sack_empty:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Sack of Holding - cyclicmagic:chest_sack:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Crystallized Amber - cyclicmagic:crystallized_amber:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Dropper Minecart - cyclicmagic:dropper_minecart:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Duskflame Hex - cyclicmagic:ender_blaze:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Spawner Seeker - cyclicmagic:ender_dungeon:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Engraved Thunder - cyclicmagic:ender_lightning:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Frost Bringer - cyclicmagic:ender_snow:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Antimatter Evaporator - cyclicmagic:ender_water:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Entity Detector - cyclicmagic:entity_detector:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Duskflame Essence - cyclicmagic:fire_dark_anim:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Dark Fire - cyclicmagic:fire_dark:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Fire Slayer - cyclicmagic:fire_killer:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Gold Furnace Minecart - cyclicmagic:gold_furnace_minecart:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Gold Minecart - cyclicmagic:gold_minecart:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Ender Carrot - cyclicmagic:horse_upgrade_jump:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Redstone Carrot - cyclicmagic:horse_upgrade_speed:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Melter - cyclicmagic:melter:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Password Trigger - cyclicmagic:password_block:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Block Placer - cyclicmagic:placer_block:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Extreme Slime Plate - cyclicmagic:plate_launch_extra:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Solidifier - cyclicmagic:solidifier:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Sprinkler - cyclicmagic:sprinkler:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Stone Minecart - cyclicmagic:stone_minecart:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Automatic Torch - cyclicmagic:tool_auto_torch:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Garden Scythe - cyclicmagic:tool_harvest_crops:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Player Launcher - cyclicmagic:tool_launcher:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Piston Scepter - cyclicmagic:tool_push:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Standard Exchange Scepter - cyclicmagic:tool_swap:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Turret Minecart - cyclicmagic:turret_minecart:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Chaos Reaper - cyclicmagic:wand_hypno:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Aggression Charm - darkutils:charm_agression:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Null Charm - darkutils:charm_null:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Ender Hopper - darkutils:ender_hopper:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Ender Tether - darkutils:ender_tether:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. TNT - darkutils:fake_tnt:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Inverted Mob Filter - darkutils:filter_inverted:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Mob Filter - darkutils:filter:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Focus Sash - darkutils:focus_sash:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Item Grate - darkutils:grate:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Unstable Ender Pearl - darkutils:material:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Dwindle Cream - darkutils:material:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Dark Sugar - darkutils:material:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Wither Dust - darkutils:material:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Timer - darkutils:timer:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Anchor Plate - darkutils:trap_anchor:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Fast Vector Plate - darkutils:trap_move_fast:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Extreme Vector Plate - darkutils:trap_move_hyper:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Slowness Trap - darkutils:trap_tile:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Wither Trap - darkutils:trap_tile:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Block Update Detector - darkutils:update_detector:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Wither Dust Bricks - darkutils:wither_block:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Carved Wither Dust Block - darkutils:wither_block:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Chiseled Wither Dust Block - darkutils:wither_block:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Corrupted Wither Dust Block - darkutils:wither_block:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Checkered Wither Dust Block - darkutils:wither_block:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Wither Dust Block - darkutils:wither_block:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Black Iron Frame - extendedcrafting:frame:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Black Iron Lamp - extendedcrafting:lamp:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Black Iron Lamp - extendedcrafting:lamp:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Luminessence - extendedcrafting:material:7 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Advanced Catalyst - extendedcrafting:material:9 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Advanced Component - extendedcrafting:material:15 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Pedestal - extendedcrafting:pedestal:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Block of Luminessence - extendedcrafting:storage:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Advanced Crafting Table - extendedcrafting:table_advanced:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Block of Black Iron - extendedcrafting:trimmed:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Block of Black Iron - extendedcrafting:trimmed:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Top Hat - fat_cat:top_hat:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Birthday Cake - ferdinandsflowers:block_birthday:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Oil Bucket - galacticraftcore:bucket_oil:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Burger Bun - galacticraftcore:food:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Silver Cluster - geolosys:cluster:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Lead Cluster - geolosys:cluster:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Aluminum Cluster - geolosys:cluster:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Nickel Cluster - geolosys:cluster:7 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Platinum Cluster - geolosys:cluster:8 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Cinnabar Sample - geolosys:ore_sample_vanilla:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Limonite Sample - geolosys:ore_sample:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Galena Sample - geolosys:ore_sample:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Bauxite Sample - geolosys:ore_sample:7 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Platinum Sample - geolosys:ore_sample:8 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Cinnabar - geolosys:ore_vanilla:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Limonite - geolosys:ore:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Galena - geolosys:ore:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Bauxite - geolosys:ore:7 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Platinum - geolosys:ore:8 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Aluminium Scaffolding Stairs - immersiveengineering:aluminum_scaffolding_stairs0:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Aluminium Scaffolding Stairs - immersiveengineering:aluminum_scaffolding_stairs1:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Aluminium Scaffolding Stairs - immersiveengineering:aluminum_scaffolding_stairs2:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Engineer's Blueprint - immersiveengineering:blueprint:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Empty Shell - immersiveengineering:bullet:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Armor-Piercing Cartridge - immersiveengineering:bullet:2{bullet:"armor_piercing"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({bullet: "armor_piercing"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Buckshot Cartridge - immersiveengineering:bullet:2{bullet:"buckshot"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({bullet: "buckshot"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Casull Cartridge - immersiveengineering:bullet:2{bullet:"casull"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({bullet: "casull"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Dragon's Breath Cartridge - immersiveengineering:bullet:2{bullet:"dragonsbreath"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({bullet: "dragonsbreath"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Flare Cartridge - immersiveengineering:bullet:2{bullet:"flare"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({bullet: "flare"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. High-Explosive Cartridge - immersiveengineering:bullet:2{bullet:"he"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({bullet: "he"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Phial Cartridge - immersiveengineering:bullet:2{bullet:"potion"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({bullet: "potion"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Silver Cartridge - immersiveengineering:bullet:2{bullet:"silver"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({bullet: "silver"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Empty Casing - immersiveengineering:bullet:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Chemical Thrower - immersiveengineering:chemthrower:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Balloon - immersiveengineering:cloth_device:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Strip Curtain - immersiveengineering:cloth_device:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Jump Cushion - immersiveengineering:cloth_device:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. LV Wire Relay - immersiveengineering:connector:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. MV Wire Connector - immersiveengineering:connector:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. MV Wire Relay - immersiveengineering:connector:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. HV Wire Connector - immersiveengineering:connector:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. HV Wire Relay - immersiveengineering:connector:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Structural Cable Connector - immersiveengineering:connector:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Transformer - immersiveengineering:connector:7 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. HV Transformer - immersiveengineering:connector:8 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Breaker Switch - immersiveengineering:connector:9 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Redstone Breaker - immersiveengineering:connector:10 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Current Transformer - immersiveengineering:connector:11 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Redstone Wire Connector - immersiveengineering:connector:12 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Redstone Probe Connector - immersiveengineering:connector:13 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Feedthrough Insulator - immersiveengineering:connector:14 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. LV Wire Connector - immersiveengineering:connector:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Conveyor Belt - immersiveengineering:conveyor:0{conveyorType:"immersiveengineering:conveyor"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({conveyorType: "immersiveengineering:conveyor"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Covered Conveyor Belt - immersiveengineering:conveyor:0{conveyorType:"immersiveengineering:covered"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({conveyorType: "immersiveengineering:covered"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Dropping Conveyor Belt - immersiveengineering:conveyor:0{conveyorType:"immersiveengineering:dropper"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({conveyorType: "immersiveengineering:dropper"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Dropping Covered Conveyor Belt - immersiveengineering:conveyor:0{conveyorType:"immersiveengineering:droppercovered"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({conveyorType: "immersiveengineering:droppercovered"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Extracting Conveyor Belt - immersiveengineering:conveyor:0{conveyorType:"immersiveengineering:extract"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({conveyorType: "immersiveengineering:extract"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Covered Extracting Conveyor Belt - immersiveengineering:conveyor:0{conveyorType:"immersiveengineering:extractcovered"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({conveyorType: "immersiveengineering:extractcovered"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Splitting Conveyor Belt - immersiveengineering:conveyor:0{conveyorType:"immersiveengineering:splitter"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({conveyorType: "immersiveengineering:splitter"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Conveyor Belt - immersiveengineering:conveyor:0{conveyorType:"immersiveengineering:uncontrolled"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({conveyorType: "immersiveengineering:uncontrolled"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Vertical Conveyor Belt - immersiveengineering:conveyor:0{conveyorType:"immersiveengineering:vertical"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({conveyorType: "immersiveengineering:vertical"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Vertical Covered Conveyor Belt - immersiveengineering:conveyor:0{conveyorType:"immersiveengineering:verticalcovered"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({conveyorType: "immersiveengineering:verticalcovered"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Sheetmetal Chute - immersiveengineering:conveyor:0{conveyorType:"immersiveengineering:chute_iron"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({conveyorType: "immersiveengineering:chute_iron"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Sheetmetal Chute - immersiveengineering:conveyor:0{conveyorType:"immersiveengineering:chute_steel"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({conveyorType: "immersiveengineering:chute_steel"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Sheetmetal Chute - immersiveengineering:conveyor:0{conveyorType:"immersiveengineering:chute_aluminum"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({conveyorType: "immersiveengineering:chute_aluminum"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Sheetmetal Chute - immersiveengineering:conveyor:0{conveyorType:"immersiveengineering:chute_copper"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({conveyorType: "immersiveengineering:chute_copper"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Core Sample - immersiveengineering:coresample:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Mining Drill - immersiveengineering:drill:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Iron Drill Head - immersiveengineering:drillhead:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Steel Drill Head - immersiveengineering:drillhead:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Ear Defenders - immersiveengineering:earmuffs:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Faraday Chestplate - immersiveengineering:faraday_suit_chest:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Faraday Boots - immersiveengineering:faraday_suit_feet:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Faraday Helmet - immersiveengineering:faraday_suit_head:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Faraday Leggings - immersiveengineering:faraday_suit_legs:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Fluorescent Tube - immersiveengineering:fluorescent_tube:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Graphite Electrode - immersiveengineering:graphite_electrode:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Steel Hoe - immersiveengineering:hoe_steel:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Jerrycan - immersiveengineering:jerrycan:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Maintenance Kit - immersiveengineering:maintenance_kit:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Tough Fabric - immersiveengineering:material:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Coal Coke - immersiveengineering:material:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Slag - immersiveengineering:material:7 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Iron Mechanical Component - immersiveengineering:material:8 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Steel Mechanical Component - immersiveengineering:material:9 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Waterwheel Segment - immersiveengineering:material:10 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Windmill Blade - immersiveengineering:material:11 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Windmill Sail - immersiveengineering:material:12 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Wooden Grip - immersiveengineering:material:13 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Revolver Barrel - immersiveengineering:material:14 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Revolver Drum - immersiveengineering:material:15 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Revolver Hammer - immersiveengineering:material:16 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Coke Dust - immersiveengineering:material:17 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. HOP Graphite Dust - immersiveengineering:material:18 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. HOP Graphite Ingot - immersiveengineering:material:19 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Copper Wire - immersiveengineering:material:20 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Electrum Wire - immersiveengineering:material:21 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Aluminium Wire - immersiveengineering:material:22 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Steel Wire - immersiveengineering:material:23 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Nitrate Dust - immersiveengineering:material:24 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Vacuum Tube - immersiveengineering:material:26 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Circuit Board - immersiveengineering:material:27 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Treated Stick - immersiveengineering:material:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Electrum Coil Block - immersiveengineering:metal_decoration0:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. High-Voltage Coil Block - immersiveengineering:metal_decoration0:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Redstone Engineering Block - immersiveengineering:metal_decoration0:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Light Engineering Block - immersiveengineering:metal_decoration0:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Heavy Engineering Block - immersiveengineering:metal_decoration0:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Generator Block - immersiveengineering:metal_decoration0:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Radiator Block - immersiveengineering:metal_decoration0:7 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Copper Coil Block - immersiveengineering:metal_decoration0:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Steel Scaffolding Slab - immersiveengineering:metal_decoration1_slab:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Steel Scaffolding Slab - immersiveengineering:metal_decoration1_slab:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Steel Scaffolding Slab - immersiveengineering:metal_decoration1_slab:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Aluminium Scaffolding Slab - immersiveengineering:metal_decoration1_slab:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Aluminium Scaffolding Slab - immersiveengineering:metal_decoration1_slab:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Aluminium Scaffolding Slab - immersiveengineering:metal_decoration1_slab:7 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Steel Scaffolding - immersiveengineering:metal_decoration1:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Steel Scaffolding - immersiveengineering:metal_decoration1:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Steel Scaffolding - immersiveengineering:metal_decoration1:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Aluminium Fence - immersiveengineering:metal_decoration1:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Aluminium Scaffolding - immersiveengineering:metal_decoration1:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Aluminium Scaffolding - immersiveengineering:metal_decoration1:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Aluminium Scaffolding - immersiveengineering:metal_decoration1:7 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Steel Fence - immersiveengineering:metal_decoration1:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Steel Wallmount - immersiveengineering:metal_decoration2:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Aluminium Post - immersiveengineering:metal_decoration2:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Aluminium Wallmount - immersiveengineering:metal_decoration2:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Lantern - immersiveengineering:metal_decoration2:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Razor Wire - immersiveengineering:metal_decoration2:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Steel Structural Arm - immersiveengineering:metal_decoration2:7 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Aluminium Structural Arm - immersiveengineering:metal_decoration2:8 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Steel Post - immersiveengineering:metal_decoration2:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. MV Capacitor - immersiveengineering:metal_device0:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. HV Capacitor - immersiveengineering:metal_device0:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Metal Barrel - immersiveengineering:metal_device0:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Fluid Outlet - immersiveengineering:metal_device0:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. LV Capacitor - immersiveengineering:metal_device0:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. External Heater - immersiveengineering:metal_device1:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Kinetic Dynamo - immersiveengineering:metal_device1:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Thermoelectric Generator - immersiveengineering:metal_device1:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Powered Lantern - immersiveengineering:metal_device1:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Charging Station - immersiveengineering:metal_device1:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Fluid Pipe - immersiveengineering:metal_device1:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Core Sample Drill - immersiveengineering:metal_device1:7 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Tesla Coil - immersiveengineering:metal_device1:8 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Floodlight - immersiveengineering:metal_device1:9 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Chemthrower Turret - immersiveengineering:metal_device1:10 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Gun Turret - immersiveengineering:metal_device1:11 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Garden Cloche - immersiveengineering:metal_device1:13 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Blast Furnace Preheater - immersiveengineering:metal_device1:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Scaffold Covered Ladder - immersiveengineering:metal_ladder:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Scaffold Covered Ladder - immersiveengineering:metal_ladder:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Metal Ladder - immersiveengineering:metal_ladder:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Metal Press Mold: Gear - immersiveengineering:mold:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Metal Press Mold: Rod - immersiveengineering:mold:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Metal Press Mold: Bullet Casing - immersiveengineering:mold:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Metal Press Mold: Wire - immersiveengineering:mold:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Metal Press Mold: Packing 2x2 - immersiveengineering:mold:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Metal Press Mold: Packing 3x3 - immersiveengineering:mold:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Metal Press Mold: Unpacking - immersiveengineering:mold:7 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Metal Press Mold: Plate - immersiveengineering:mold:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Bauxite Ore - immersiveengineering:ore:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Lead Ore - immersiveengineering:ore:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Silver Ore - immersiveengineering:ore:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Nickel Ore - immersiveengineering:ore:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Capacitor Backpack - immersiveengineering:powerpack:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Railgun - immersiveengineering:railgun:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Revolver - immersiveengineering:revolver:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Aluminium Sheetmetal Slab - immersiveengineering:sheetmetal_slab:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Lead Sheetmetal Slab - immersiveengineering:sheetmetal_slab:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Silver Sheetmetal Slab - immersiveengineering:sheetmetal_slab:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Nickel Sheetmetal Slab - immersiveengineering:sheetmetal_slab:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Uranium Sheetmetal Slab - immersiveengineering:sheetmetal_slab:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Constantan Sheetmetal Slab - immersiveengineering:sheetmetal_slab:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Electrum Sheetmetal Slab - immersiveengineering:sheetmetal_slab:7 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Steel Sheetmetal Slab - immersiveengineering:sheetmetal_slab:8 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Iron Sheetmetal Slab - immersiveengineering:sheetmetal_slab:9 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Gold Sheetmetal Slab - immersiveengineering:sheetmetal_slab:10 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Copper Sheetmetal Slab - immersiveengineering:sheetmetal_slab:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Aluminium Sheetmetal - immersiveengineering:sheetmetal:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Lead Sheetmetal - immersiveengineering:sheetmetal:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Silver Sheetmetal - immersiveengineering:sheetmetal:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Nickel Sheetmetal - immersiveengineering:sheetmetal:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Uranium Sheetmetal - immersiveengineering:sheetmetal:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Constantan Sheetmetal - immersiveengineering:sheetmetal:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Electrum Sheetmetal - immersiveengineering:sheetmetal:7 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Steel Sheetmetal - immersiveengineering:sheetmetal:8 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Iron Sheetmetal - immersiveengineering:sheetmetal:9 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Gold Sheetmetal - immersiveengineering:sheetmetal:10 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Copper Sheetmetal - immersiveengineering:sheetmetal:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Heavy Plated Shield - immersiveengineering:shield:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Engineer's Skyhook - immersiveengineering:skyhook:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Revolver Speedloader - immersiveengineering:speedloader:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Steel Boots - immersiveengineering:steel_armor_feet:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Steel Leggings - immersiveengineering:steel_armor_legs:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Steel Chestplate - immersiveengineering:steel_armor_chest:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Steel Helmet - immersiveengineering:steel_armor_head:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Steel Scaffolding Stairs - immersiveengineering:steel_scaffolding_stairs0:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Steel Scaffolding Stairs - immersiveengineering:steel_scaffolding_stairs1:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Steel Scaffolding Stairs - immersiveengineering:steel_scaffolding_stairs2:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Blast Brick Slab - immersiveengineering:stone_decoration_slab:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Reinforced Blast Brick Slab - immersiveengineering:stone_decoration_slab:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Hempcrete Slab - immersiveengineering:stone_decoration_slab:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Concrete Slab - immersiveengineering:stone_decoration_slab:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Concrete Tile Slab - immersiveengineering:stone_decoration_slab:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Leaded Concrete Slab - immersiveengineering:stone_decoration_slab:7 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Coke Brick Slab - immersiveengineering:stone_decoration_slab:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Leaded Concrete Stairs - immersiveengineering:stone_decoration_stairs_concrete_leaded:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Concrete Tile Stairs - immersiveengineering:stone_decoration_stairs_concrete_tile:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Concrete Stairs - immersiveengineering:stone_decoration_stairs_concrete:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Hempcrete Stairs - immersiveengineering:stone_decoration_stairs_hempcrete:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Blast Brick - immersiveengineering:stone_decoration:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Reinforced Blast Brick - immersiveengineering:stone_decoration:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Block of Coal Coke - immersiveengineering:stone_decoration:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Hempcrete - immersiveengineering:stone_decoration:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Concrete - immersiveengineering:stone_decoration:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Concrete Tile - immersiveengineering:stone_decoration:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Leaded Concrete - immersiveengineering:stone_decoration:7 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Insulating Glass - immersiveengineering:stone_decoration:8 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Coke Brick - immersiveengineering:stone_decoration:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Aluminium Slab - immersiveengineering:storage_slab:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Lead Slab - immersiveengineering:storage_slab:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Silver Slab - immersiveengineering:storage_slab:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Nickel Slab - immersiveengineering:storage_slab:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Constantan Slab - immersiveengineering:storage_slab:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Electrum Slab - immersiveengineering:storage_slab:7 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Steel Slab - immersiveengineering:storage_slab:8 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Engineer's Wire Cutters - immersiveengineering:tool:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Engineer's Voltmeter - immersiveengineering:tool:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Engineer's Manual - immersiveengineering:tool:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Engineer's Toolbox - immersiveengineering:toolbox:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Advanced Lubrication System - immersiveengineering:toolupgrade:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Additional Augers - immersiveengineering:toolupgrade:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Large Tank - immersiveengineering:toolupgrade:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Bayonet - immersiveengineering:toolupgrade:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Extended Magazine - immersiveengineering:toolupgrade:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Amplifier Electron Tubes - immersiveengineering:toolupgrade:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Focused Nozzle - immersiveengineering:toolupgrade:7 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Precision Scope - immersiveengineering:toolupgrade:8 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Additional Capacitors - immersiveengineering:toolupgrade:9 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Flashbulb - immersiveengineering:toolupgrade:10 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Shock Emitters - immersiveengineering:toolupgrade:11 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Magnetic Glove - immersiveengineering:toolupgrade:12 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Multitank - immersiveengineering:toolupgrade:13 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Pressurized Air Tank - immersiveengineering:toolupgrade:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Treated Wood Slab - immersiveengineering:treated_wood_slab:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Treated Wood Slab - immersiveengineering:treated_wood_slab:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Treated Wood Slab - immersiveengineering:treated_wood_slab:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Treated Wood Stairs - immersiveengineering:treated_wood_stairs0:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Treated Wood Stairs - immersiveengineering:treated_wood_stairs1:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Treated Wood Stairs - immersiveengineering:treated_wood_stairs2:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Treated Wood Planks - immersiveengineering:treated_wood:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Treated Wood Planks - immersiveengineering:treated_wood:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Treated Wood Planks - immersiveengineering:treated_wood:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. MV Wire Coil - immersiveengineering:wirecoil:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. HV Wire Coil - immersiveengineering:wirecoil:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Hemp Rope Coil - immersiveengineering:wirecoil:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Steel Cable Coil - immersiveengineering:wirecoil:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Redstone Wire Coil - immersiveengineering:wirecoil:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Insulated LV Wire Coil - immersiveengineering:wirecoil:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Insulated MV Wire Coil - immersiveengineering:wirecoil:7 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. LV Wire Coil - immersiveengineering:wirecoil:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Treated Wood Scaffolding - immersiveengineering:wooden_decoration:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Treated Wood Fence - immersiveengineering:wooden_decoration:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Wooden Barrel - immersiveengineering:wooden_device0:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Engineer's Workbench - immersiveengineering:wooden_device0:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Item Router - immersiveengineering:wooden_device0:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Gunpowder Barrel - immersiveengineering:wooden_device0:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Reinforced Storage Crate - immersiveengineering:wooden_device0:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Turntable - immersiveengineering:wooden_device0:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Fluid Router - immersiveengineering:wooden_device0:7 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Wooden Storage Crate - immersiveengineering:wooden_device0:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Windmill - immersiveengineering:wooden_device1:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Wooden Post - immersiveengineering:wooden_device1:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Wooden Wallmount - immersiveengineering:wooden_device1:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Water Wheel - immersiveengineering:wooden_device1:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Redstone Timer - immersivetech:connectors:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Invalid Conveyor Upgrade - industrialforegoing:conveyor_upgrade:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. White Conveyor Belt - industrialforegoing:conveyor:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Plastic - industrialforegoing:plastic:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Obsidian Chest - ironchest:iron_chest:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Red Balloon - mekanism:balloon:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Green Balloon - mekanism:balloon:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Brown Balloon - mekanism:balloon:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Blue Balloon - mekanism:balloon:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Purple Balloon - mekanism:balloon:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Cyan Balloon - mekanism:balloon:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Light Grey Balloon - mekanism:balloon:7 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Grey Balloon - mekanism:balloon:8 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Pink Balloon - mekanism:balloon:9 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Lime Balloon - mekanism:balloon:10 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Yellow Balloon - mekanism:balloon:11 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Light Blue Balloon - mekanism:balloon:12 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Magenta Balloon - mekanism:balloon:13 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Orange Balloon - mekanism:balloon:14 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. White Balloon - mekanism:balloon:15 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Black Balloon - mekanism:balloon:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Blaze Powder - minecraft:blaze_powder:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Blaze Rod - minecraft:blaze_rod:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Brewing Stand - minecraft:brewing_stand:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Eye of Ender - minecraft:ender_eye:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Fire Charge - minecraft:fire_charge:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Jukebox - minecraft:jukebox:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Magma Cream - minecraft:magma_cream:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Magma Block - minecraft:magma:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Nether Brick - minecraft:nether_brick:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Nether Star - minecraft:nether_star:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Nether Wart Block - minecraft:nether_wart_block:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Nether Wart - minecraft:nether_wart:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Nether Brick - minecraft:netherbrick:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Netherrack - minecraft:netherrack:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Chiseled Quartz Block - minecraft:quartz_block:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Pillar Quartz Block - minecraft:quartz_block:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Block of Quartz - minecraft:quartz_block:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Nether Quartz Ore - minecraft:quartz_ore:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Nether Quartz - minecraft:quartz:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Red Nether Brick - minecraft:red_nether_brick:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Nether Brick Slab - minecraft:stone_slab:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Activator Rail - minecraft:activator_rail:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Redstone Comparator - minecraft:comparator:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Daylight Sensor - minecraft:daylight_detector:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Redstone Lamp - minecraft:redstone_lamp:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Redstone Torch - minecraft:redstone_torch:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Redstone Repeater - minecraft:repeater:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Detector Rail - minecraft:detector_rail:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Powered Rail - minecraft:golden_rail:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Rail - minecraft:rail:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Beacon - minecraft:beacon:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Cake - minecraft:cake:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Minecart with Chest - minecraft:chest_minecart:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Dispenser - minecraft:dispenser:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Dropper - minecraft:dropper:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Enchantment Table - minecraft:enchanting_table:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Ender Chest - minecraft:ender_chest:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Minecart with Furnace - minecraft:furnace_minecart:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Glowstone - minecraft:glowstone:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Glowstone Dust - minecraft:glowstone_dust:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Minecart with Hopper - minecraft:hopper_minecart:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Minecart - minecraft:minecart:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Note Block - minecraft:noteblock:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Observer - minecraft:observer:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Obsidian - minecraft:obsidian:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Uncraftable Potion - minecraft:potion:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Music Disc - minecraft:record_11:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Music Disc - minecraft:record_13:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Music Disc - minecraft:record_blocks:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Music Disc - minecraft:record_cat:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Music Disc - minecraft:record_chirp:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Music Disc - minecraft:record_far:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Music Disc - minecraft:record_mall:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Music Disc - minecraft:record_mellohi:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Music Disc - minecraft:record_stal:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Music Disc - minecraft:record_strad:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Music Disc - minecraft:record_wait:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Music Disc - minecraft:record_ward:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Wither Skeleton Skull - minecraft:skull:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Soul Sand - minecraft:soul_sand:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Spectral Arrow - minecraft:spectral_arrow:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Uncraftable Tipped Arrow - minecraft:tipped_arrow:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Minecart with TNT - minecraft:tnt_minecart:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Trapped Chest - minecraft:trapped_chest:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Mundane Potion - minecraft:potion:0{Potion:"minecraft:mundane"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "minecraft:mundane"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Thick Potion - minecraft:potion:0{Potion:"minecraft:thick"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "minecraft:thick"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Awkward Potion - minecraft:potion:0{Potion:"minecraft:awkward"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "minecraft:awkward"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Potion of Night Vision - minecraft:potion:0{Potion:"minecraft:night_vision"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "minecraft:night_vision"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Potion of Night Vision - minecraft:potion:0{Potion:"minecraft:long_night_vision"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "minecraft:long_night_vision"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Potion of Invisibility - minecraft:potion:0{Potion:"minecraft:invisibility"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "minecraft:invisibility"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Potion of Invisibility - minecraft:potion:0{Potion:"minecraft:long_invisibility"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "minecraft:long_invisibility"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Potion of Leaping - minecraft:potion:0{Potion:"minecraft:leaping"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "minecraft:leaping"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Potion of Leaping - minecraft:potion:0{Potion:"minecraft:long_leaping"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "minecraft:long_leaping"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Potion of Leaping - minecraft:potion:0{Potion:"minecraft:strong_leaping"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "minecraft:strong_leaping"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Potion of Fire Resistance - minecraft:potion:0{Potion:"minecraft:fire_resistance"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "minecraft:fire_resistance"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Potion of Fire Resistance - minecraft:potion:0{Potion:"minecraft:long_fire_resistance"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "minecraft:long_fire_resistance"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Potion of Swiftness - minecraft:potion:0{Potion:"minecraft:swiftness"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "minecraft:swiftness"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Potion of Swiftness - minecraft:potion:0{Potion:"minecraft:long_swiftness"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "minecraft:long_swiftness"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Potion of Swiftness - minecraft:potion:0{Potion:"minecraft:strong_swiftness"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "minecraft:strong_swiftness"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Potion of Slowness - minecraft:potion:0{Potion:"minecraft:slowness"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "minecraft:slowness"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Potion of Slowness - minecraft:potion:0{Potion:"minecraft:long_slowness"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "minecraft:long_slowness"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Potion of Water Breathing - minecraft:potion:0{Potion:"minecraft:water_breathing"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "minecraft:water_breathing"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Potion of Water Breathing - minecraft:potion:0{Potion:"minecraft:long_water_breathing"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "minecraft:long_water_breathing"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Potion of Healing - minecraft:potion:0{Potion:"minecraft:healing"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "minecraft:healing"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Potion of Healing - minecraft:potion:0{Potion:"minecraft:strong_healing"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "minecraft:strong_healing"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Potion of Harming - minecraft:potion:0{Potion:"minecraft:harming"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "minecraft:harming"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Potion of Harming - minecraft:potion:0{Potion:"minecraft:strong_harming"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "minecraft:strong_harming"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Potion of Poison - minecraft:potion:0{Potion:"minecraft:poison"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "minecraft:poison"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Potion of Poison - minecraft:potion:0{Potion:"minecraft:long_poison"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "minecraft:long_poison"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Potion of Poison - minecraft:potion:0{Potion:"minecraft:strong_poison"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "minecraft:strong_poison"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Potion of Regeneration - minecraft:potion:0{Potion:"minecraft:regeneration"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "minecraft:regeneration"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Potion of Regeneration - minecraft:potion:0{Potion:"minecraft:long_regeneration"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "minecraft:long_regeneration"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Potion of Regeneration - minecraft:potion:0{Potion:"minecraft:strong_regeneration"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "minecraft:strong_regeneration"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Potion of Strength - minecraft:potion:0{Potion:"minecraft:strength"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "minecraft:strength"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Potion of Strength - minecraft:potion:0{Potion:"minecraft:long_strength"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "minecraft:long_strength"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Potion of Strength - minecraft:potion:0{Potion:"minecraft:strong_strength"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "minecraft:strong_strength"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Potion of Weakness - minecraft:potion:0{Potion:"minecraft:weakness"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "minecraft:weakness"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Potion of Weakness - minecraft:potion:0{Potion:"minecraft:long_weakness"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "minecraft:long_weakness"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Potion of Luck - minecraft:potion:0{Potion:"minecraft:luck"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "minecraft:luck"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Potion of Haste - minecraft:potion:0{Potion:"quark:haste"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "quark:haste"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Potion of Haste - minecraft:potion:0{Potion:"quark:long_haste"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "quark:long_haste"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Potion of Haste - minecraft:potion:0{Potion:"quark:strong_haste"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "quark:strong_haste"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Potion of Lagging - minecraft:potion:0{Potion:"quark:mining_fatigue"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "quark:mining_fatigue"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Potion of Lagging - minecraft:potion:0{Potion:"quark:long_mining_fatigue"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "quark:long_mining_fatigue"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Potion of Lagging - minecraft:potion:0{Potion:"quark:strong_mining_fatigue"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "quark:strong_mining_fatigue"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Potion of Fortitude - minecraft:potion:0{Potion:"quark:resistance"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "quark:resistance"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Potion of Fortitude - minecraft:potion:0{Potion:"quark:long_resistance"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "quark:long_resistance"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Potion of Fortitude - minecraft:potion:0{Potion:"quark:strong_resistance"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "quark:strong_resistance"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Potion of Danger Sight - minecraft:potion:0{Potion:"quark:danger_sight"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "quark:danger_sight"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Potion of Danger Sight - minecraft:potion:0{Potion:"quark:long_danger_sight"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "quark:long_danger_sight"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Potion of Freezing - minecraft:potion:0{Potion:"nex:normal_freeze"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "nex:normal_freeze"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Potion of Frostbite - minecraft:potion:0{Potion:"nex:normal_frostbite"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "nex:normal_frostbite"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Potion of Dispersal - minecraft:potion:0{Potion:"nex:normal_spore"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "nex:normal_spore"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Potion of The Lost - minecraft:potion:0{Potion:"nex:normal_lost"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "nex:normal_lost"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Potion of Coralium Plague - minecraft:potion:0{Potion:"abyssalcraft:cplague"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "abyssalcraft:cplague"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Potion of Coralium Plague - minecraft:potion:0{Potion:"abyssalcraft:cplague_long"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "abyssalcraft:cplague_long"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Potion of Dread Plague - minecraft:potion:0{Potion:"abyssalcraft:dplague"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "abyssalcraft:dplague"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Potion of Dread Plague - minecraft:potion:0{Potion:"abyssalcraft:dplague_long"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "abyssalcraft:dplague_long"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Potion of Dread Plague - minecraft:potion:0{Potion:"abyssalcraft:dplague_strong"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "abyssalcraft:dplague_strong"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Potion of Annihilation - minecraft:potion:0{Potion:"abyssalcraft:antimatter"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "abyssalcraft:antimatter"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Potion of Annihilation - minecraft:potion:0{Potion:"abyssalcraft:antimatter_long"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "abyssalcraft:antimatter_long"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Potion of Ender - minecraft:potion:0{Potion:"cyclicmagic:ender"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "cyclicmagic:ender"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Potion of Snow - minecraft:potion:0{Potion:"cyclicmagic:snow"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "cyclicmagic:snow"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Potion of Butterfingers - minecraft:potion:0{Potion:"cyclicmagic:butter"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "cyclicmagic:butter"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Potion of Butterfingers II - minecraft:potion:0{Potion:"cyclicmagic:butter2"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "cyclicmagic:butter2"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Potion of Slowfall - minecraft:potion:0{Potion:"cyclicmagic:slowfall"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "cyclicmagic:slowfall"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Potion of Waterwalking - minecraft:potion:0{Potion:"cyclicmagic:waterwalk"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "cyclicmagic:waterwalk"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Potion of Swim Speed - minecraft:potion:0{Potion:"cyclicmagic:swim"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "cyclicmagic:swim"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Potion of Swim Speed II - minecraft:potion:0{Potion:"cyclicmagic:swim2"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "cyclicmagic:swim2"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Potion of Bouncing - minecraft:potion:0{Potion:"cyclicmagic:bounce"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "cyclicmagic:bounce"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Potion of Frostwalking - minecraft:potion:0{Potion:"cyclicmagic:frostwalker"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "cyclicmagic:frostwalker"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Potion of Magnetism - minecraft:potion:0{Potion:"cyclicmagic:magnet"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "cyclicmagic:magnet"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Potion of Levitation - minecraft:potion:0{Potion:"cyclicmagic:levitation"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "cyclicmagic:levitation"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Potion of Haste - minecraft:potion:0{Potion:"cyclicmagic:haste"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "cyclicmagic:haste"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Potion of Haste - minecraft:potion:0{Potion:"cyclicmagic:haste2"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "cyclicmagic:haste2"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Potion of Fortitude - minecraft:potion:0{Potion:"cyclicmagic:resistance"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "cyclicmagic:resistance"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Potion of Resistance - minecraft:potion:0{Potion:"cyclicmagic:resistance2"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "cyclicmagic:resistance2"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Potion of Health Boost - minecraft:potion:0{Potion:"cyclicmagic:healthboost"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "cyclicmagic:healthboost"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Potion of Luck - minecraft:potion:0{Potion:"cyclicmagic:luck"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "cyclicmagic:luck"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Potion of Wither - minecraft:potion:0{Potion:"cyclicmagic:wither"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "cyclicmagic:wither"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Potion of Blindness - minecraft:potion:0{Potion:"cyclicmagic:blindness"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "cyclicmagic:blindness"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Potion of Saturation - minecraft:potion:0{Potion:"cyclicmagic:saturation"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "cyclicmagic:saturation"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Potion of Hunger - minecraft:potion:0{Potion:"cyclicmagic:hunger"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "cyclicmagic:hunger"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Splash Water Bottle - minecraft:splash_potion:0{Potion:"minecraft:water"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "minecraft:water"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Mundane Splash Potion - minecraft:splash_potion:0{Potion:"minecraft:mundane"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "minecraft:mundane"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Thick Splash Potion - minecraft:splash_potion:0{Potion:"minecraft:thick"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "minecraft:thick"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Awkward Splash Potion - minecraft:splash_potion:0{Potion:"minecraft:awkward"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "minecraft:awkward"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Splash Potion of Night Vision - minecraft:splash_potion:0{Potion:"minecraft:night_vision"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "minecraft:night_vision"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Splash Potion of Night Vision - minecraft:splash_potion:0{Potion:"minecraft:long_night_vision"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "minecraft:long_night_vision"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Splash Potion of Invisibility - minecraft:splash_potion:0{Potion:"minecraft:invisibility"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "minecraft:invisibility"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Splash Potion of Invisibility - minecraft:splash_potion:0{Potion:"minecraft:long_invisibility"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "minecraft:long_invisibility"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Splash Potion of Leaping - minecraft:splash_potion:0{Potion:"minecraft:leaping"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "minecraft:leaping"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Splash Potion of Leaping - minecraft:splash_potion:0{Potion:"minecraft:long_leaping"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "minecraft:long_leaping"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Splash Potion of Leaping - minecraft:splash_potion:0{Potion:"minecraft:strong_leaping"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "minecraft:strong_leaping"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Splash Potion of Fire Resistance - minecraft:splash_potion:0{Potion:"minecraft:fire_resistance"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "minecraft:fire_resistance"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Splash Potion of Fire Resistance - minecraft:splash_potion:0{Potion:"minecraft:long_fire_resistance"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "minecraft:long_fire_resistance"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Splash Potion of Swiftness - minecraft:splash_potion:0{Potion:"minecraft:swiftness"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "minecraft:swiftness"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Splash Potion of Swiftness - minecraft:splash_potion:0{Potion:"minecraft:long_swiftness"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "minecraft:long_swiftness"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Splash Potion of Swiftness - minecraft:splash_potion:0{Potion:"minecraft:strong_swiftness"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "minecraft:strong_swiftness"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Splash Potion of Slowness - minecraft:splash_potion:0{Potion:"minecraft:slowness"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "minecraft:slowness"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Splash Potion of Slowness - minecraft:splash_potion:0{Potion:"minecraft:long_slowness"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "minecraft:long_slowness"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Splash Potion of Water Breathing - minecraft:splash_potion:0{Potion:"minecraft:water_breathing"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "minecraft:water_breathing"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Splash Potion of Water Breathing - minecraft:splash_potion:0{Potion:"minecraft:long_water_breathing"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "minecraft:long_water_breathing"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Splash Potion of Healing - minecraft:splash_potion:0{Potion:"minecraft:healing"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "minecraft:healing"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Splash Potion of Healing - minecraft:splash_potion:0{Potion:"minecraft:strong_healing"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "minecraft:strong_healing"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Splash Potion of Harming - minecraft:splash_potion:0{Potion:"minecraft:harming"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "minecraft:harming"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Splash Potion of Harming - minecraft:splash_potion:0{Potion:"minecraft:strong_harming"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "minecraft:strong_harming"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Splash Potion of Poison - minecraft:splash_potion:0{Potion:"minecraft:poison"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "minecraft:poison"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Splash Potion of Poison - minecraft:splash_potion:0{Potion:"minecraft:long_poison"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "minecraft:long_poison"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Splash Potion of Poison - minecraft:splash_potion:0{Potion:"minecraft:strong_poison"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "minecraft:strong_poison"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Splash Potion of Regeneration - minecraft:splash_potion:0{Potion:"minecraft:regeneration"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "minecraft:regeneration"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Splash Potion of Regeneration - minecraft:splash_potion:0{Potion:"minecraft:long_regeneration"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "minecraft:long_regeneration"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Splash Potion of Regeneration - minecraft:splash_potion:0{Potion:"minecraft:strong_regeneration"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "minecraft:strong_regeneration"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Splash Potion of Strength - minecraft:splash_potion:0{Potion:"minecraft:strength"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "minecraft:strength"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Splash Potion of Strength - minecraft:splash_potion:0{Potion:"minecraft:long_strength"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "minecraft:long_strength"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Splash Potion of Strength - minecraft:splash_potion:0{Potion:"minecraft:strong_strength"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "minecraft:strong_strength"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Splash Potion of Weakness - minecraft:splash_potion:0{Potion:"minecraft:weakness"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "minecraft:weakness"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Splash Potion of Weakness - minecraft:splash_potion:0{Potion:"minecraft:long_weakness"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "minecraft:long_weakness"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Splash Potion of Luck - minecraft:splash_potion:0{Potion:"minecraft:luck"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "minecraft:luck"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Splash Potion of Haste - minecraft:splash_potion:0{Potion:"quark:haste"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "quark:haste"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Splash Potion of Haste - minecraft:splash_potion:0{Potion:"quark:long_haste"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "quark:long_haste"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Splash Potion of Haste - minecraft:splash_potion:0{Potion:"quark:strong_haste"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "quark:strong_haste"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Splash Potion of Lagging - minecraft:splash_potion:0{Potion:"quark:mining_fatigue"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "quark:mining_fatigue"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Splash Potion of Lagging - minecraft:splash_potion:0{Potion:"quark:long_mining_fatigue"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "quark:long_mining_fatigue"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Splash Potion of Lagging - minecraft:splash_potion:0{Potion:"quark:strong_mining_fatigue"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "quark:strong_mining_fatigue"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Splash Potion of Fortitude - minecraft:splash_potion:0{Potion:"quark:resistance"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "quark:resistance"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Splash Potion of Fortitude - minecraft:splash_potion:0{Potion:"quark:long_resistance"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "quark:long_resistance"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Splash Potion of Fortitude - minecraft:splash_potion:0{Potion:"quark:strong_resistance"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "quark:strong_resistance"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Splash Potion of Danger Sight - minecraft:splash_potion:0{Potion:"quark:danger_sight"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "quark:danger_sight"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Splash Potion of Danger Sight - minecraft:splash_potion:0{Potion:"quark:long_danger_sight"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "quark:long_danger_sight"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Splash Potion of Freezing - minecraft:splash_potion:0{Potion:"nex:normal_freeze"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "nex:normal_freeze"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Splash Potion of Frostbite - minecraft:splash_potion:0{Potion:"nex:normal_frostbite"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "nex:normal_frostbite"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Splash Potion of Dispersal - minecraft:splash_potion:0{Potion:"nex:normal_spore"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "nex:normal_spore"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Splash Potion of The Lost - minecraft:splash_potion:0{Potion:"nex:normal_lost"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "nex:normal_lost"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Splash Potion of Coralium Plague - minecraft:splash_potion:0{Potion:"abyssalcraft:cplague"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "abyssalcraft:cplague"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Splash Potion of Coralium Plague - minecraft:splash_potion:0{Potion:"abyssalcraft:cplague_long"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "abyssalcraft:cplague_long"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Splash Potion of Dread Plague - minecraft:splash_potion:0{Potion:"abyssalcraft:dplague"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "abyssalcraft:dplague"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Splash Potion of Dread Plague - minecraft:splash_potion:0{Potion:"abyssalcraft:dplague_long"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "abyssalcraft:dplague_long"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Splash Potion of Dread Plague - minecraft:splash_potion:0{Potion:"abyssalcraft:dplague_strong"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "abyssalcraft:dplague_strong"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Splash Potion of Annihilation - minecraft:splash_potion:0{Potion:"abyssalcraft:antimatter"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "abyssalcraft:antimatter"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Splash Potion of Annihilation - minecraft:splash_potion:0{Potion:"abyssalcraft:antimatter_long"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "abyssalcraft:antimatter_long"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Splash Potion of Ender - minecraft:splash_potion:0{Potion:"cyclicmagic:ender"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "cyclicmagic:ender"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Splash Potion of Snow - minecraft:splash_potion:0{Potion:"cyclicmagic:snow"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "cyclicmagic:snow"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Splash Potion of Butterfingers - minecraft:splash_potion:0{Potion:"cyclicmagic:butter"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "cyclicmagic:butter"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Splash Potion of Butterfingers II - minecraft:splash_potion:0{Potion:"cyclicmagic:butter2"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "cyclicmagic:butter2"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Splash Potion of Slowfall - minecraft:splash_potion:0{Potion:"cyclicmagic:slowfall"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "cyclicmagic:slowfall"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Splash Potion of Waterwalking - minecraft:splash_potion:0{Potion:"cyclicmagic:waterwalk"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "cyclicmagic:waterwalk"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Splash Potion of Swim Speed - minecraft:splash_potion:0{Potion:"cyclicmagic:swim"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "cyclicmagic:swim"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Splash Potion of Swim Speed II - minecraft:splash_potion:0{Potion:"cyclicmagic:swim2"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "cyclicmagic:swim2"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Splash Potion of Bouncing - minecraft:splash_potion:0{Potion:"cyclicmagic:bounce"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "cyclicmagic:bounce"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Splash Potion of Frostwalking - minecraft:splash_potion:0{Potion:"cyclicmagic:frostwalker"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "cyclicmagic:frostwalker"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Splash Potion of Magnetism - minecraft:splash_potion:0{Potion:"cyclicmagic:magnet"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "cyclicmagic:magnet"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Splash Potion of Levitation - minecraft:splash_potion:0{Potion:"cyclicmagic:levitation"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "cyclicmagic:levitation"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Splash Potion of Haste - minecraft:splash_potion:0{Potion:"cyclicmagic:haste"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "cyclicmagic:haste"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Splash Potion of Haste - minecraft:splash_potion:0{Potion:"cyclicmagic:haste2"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "cyclicmagic:haste2"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Splash Potion of Fortitude - minecraft:splash_potion:0{Potion:"cyclicmagic:resistance"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "cyclicmagic:resistance"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Splash Potion of Resistance - minecraft:splash_potion:0{Potion:"cyclicmagic:resistance2"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "cyclicmagic:resistance2"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Splash Potion of Health Boost - minecraft:splash_potion:0{Potion:"cyclicmagic:healthboost"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "cyclicmagic:healthboost"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Splash Potion of Luck - minecraft:splash_potion:0{Potion:"cyclicmagic:luck"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "cyclicmagic:luck"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Splash Potion of Wither - minecraft:splash_potion:0{Potion:"cyclicmagic:wither"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "cyclicmagic:wither"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Splash Potion of Blindness - minecraft:splash_potion:0{Potion:"cyclicmagic:blindness"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "cyclicmagic:blindness"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Splash Potion of Saturation - minecraft:splash_potion:0{Potion:"cyclicmagic:saturation"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "cyclicmagic:saturation"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Splash Potion of Hunger - minecraft:splash_potion:0{Potion:"cyclicmagic:hunger"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "cyclicmagic:hunger"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Lingering Water Bottle - minecraft:lingering_potion:0{Potion:"minecraft:water"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "minecraft:water"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Mundane Lingering Potion - minecraft:lingering_potion:0{Potion:"minecraft:mundane"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "minecraft:mundane"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Thick Lingering Potion - minecraft:lingering_potion:0{Potion:"minecraft:thick"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "minecraft:thick"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Awkward Lingering Potion - minecraft:lingering_potion:0{Potion:"minecraft:awkward"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "minecraft:awkward"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Lingering Potion of Night Vision - minecraft:lingering_potion:0{Potion:"minecraft:night_vision"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "minecraft:night_vision"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Lingering Potion of Night Vision - minecraft:lingering_potion:0{Potion:"minecraft:long_night_vision"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "minecraft:long_night_vision"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Lingering Potion of Invisibility - minecraft:lingering_potion:0{Potion:"minecraft:invisibility"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "minecraft:invisibility"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Lingering Potion of Invisibility - minecraft:lingering_potion:0{Potion:"minecraft:long_invisibility"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "minecraft:long_invisibility"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Lingering Potion of Leaping - minecraft:lingering_potion:0{Potion:"minecraft:leaping"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "minecraft:leaping"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Lingering Potion of Leaping - minecraft:lingering_potion:0{Potion:"minecraft:long_leaping"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "minecraft:long_leaping"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Lingering Potion of Leaping - minecraft:lingering_potion:0{Potion:"minecraft:strong_leaping"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "minecraft:strong_leaping"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Lingering Potion of Fire Resistance - minecraft:lingering_potion:0{Potion:"minecraft:fire_resistance"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "minecraft:fire_resistance"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Lingering Potion of Fire Resistance - minecraft:lingering_potion:0{Potion:"minecraft:long_fire_resistance"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "minecraft:long_fire_resistance"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Lingering Potion of Swiftness - minecraft:lingering_potion:0{Potion:"minecraft:swiftness"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "minecraft:swiftness"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Lingering Potion of Swiftness - minecraft:lingering_potion:0{Potion:"minecraft:long_swiftness"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "minecraft:long_swiftness"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Lingering Potion of Swiftness - minecraft:lingering_potion:0{Potion:"minecraft:strong_swiftness"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "minecraft:strong_swiftness"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Lingering Potion of Slowness - minecraft:lingering_potion:0{Potion:"minecraft:slowness"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "minecraft:slowness"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Lingering Potion of Slowness - minecraft:lingering_potion:0{Potion:"minecraft:long_slowness"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "minecraft:long_slowness"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Lingering Potion of Water Breathing - minecraft:lingering_potion:0{Potion:"minecraft:water_breathing"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "minecraft:water_breathing"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Lingering Potion of Water Breathing - minecraft:lingering_potion:0{Potion:"minecraft:long_water_breathing"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "minecraft:long_water_breathing"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Lingering Potion of Healing - minecraft:lingering_potion:0{Potion:"minecraft:healing"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "minecraft:healing"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Lingering Potion of Healing - minecraft:lingering_potion:0{Potion:"minecraft:strong_healing"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "minecraft:strong_healing"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Lingering Potion of Harming - minecraft:lingering_potion:0{Potion:"minecraft:harming"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "minecraft:harming"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Lingering Potion of Harming - minecraft:lingering_potion:0{Potion:"minecraft:strong_harming"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "minecraft:strong_harming"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Lingering Potion of Poison - minecraft:lingering_potion:0{Potion:"minecraft:poison"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "minecraft:poison"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Lingering Potion of Poison - minecraft:lingering_potion:0{Potion:"minecraft:long_poison"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "minecraft:long_poison"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Lingering Potion of Poison - minecraft:lingering_potion:0{Potion:"minecraft:strong_poison"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "minecraft:strong_poison"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Lingering Potion of Regeneration - minecraft:lingering_potion:0{Potion:"minecraft:regeneration"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "minecraft:regeneration"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Lingering Potion of Regeneration - minecraft:lingering_potion:0{Potion:"minecraft:long_regeneration"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "minecraft:long_regeneration"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Lingering Potion of Regeneration - minecraft:lingering_potion:0{Potion:"minecraft:strong_regeneration"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "minecraft:strong_regeneration"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Lingering Potion of Strength - minecraft:lingering_potion:0{Potion:"minecraft:strength"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "minecraft:strength"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Lingering Potion of Strength - minecraft:lingering_potion:0{Potion:"minecraft:long_strength"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "minecraft:long_strength"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Lingering Potion of Strength - minecraft:lingering_potion:0{Potion:"minecraft:strong_strength"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "minecraft:strong_strength"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Lingering Potion of Weakness - minecraft:lingering_potion:0{Potion:"minecraft:weakness"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "minecraft:weakness"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Lingering Potion of Weakness - minecraft:lingering_potion:0{Potion:"minecraft:long_weakness"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "minecraft:long_weakness"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Lingering Potion of Luck - minecraft:lingering_potion:0{Potion:"minecraft:luck"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "minecraft:luck"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Lingering Potion of Haste - minecraft:lingering_potion:0{Potion:"quark:haste"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "quark:haste"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Lingering Potion of Haste - minecraft:lingering_potion:0{Potion:"quark:long_haste"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "quark:long_haste"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Lingering Potion of Haste - minecraft:lingering_potion:0{Potion:"quark:strong_haste"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "quark:strong_haste"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Lingering Potion of Lagging - minecraft:lingering_potion:0{Potion:"quark:mining_fatigue"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "quark:mining_fatigue"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Lingering Potion of Lagging - minecraft:lingering_potion:0{Potion:"quark:long_mining_fatigue"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "quark:long_mining_fatigue"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Lingering Potion of Lagging - minecraft:lingering_potion:0{Potion:"quark:strong_mining_fatigue"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "quark:strong_mining_fatigue"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Lingering Potion of Fortitude - minecraft:lingering_potion:0{Potion:"quark:resistance"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "quark:resistance"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Lingering Potion of Fortitude - minecraft:lingering_potion:0{Potion:"quark:long_resistance"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "quark:long_resistance"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Lingering Potion of Fortitude - minecraft:lingering_potion:0{Potion:"quark:strong_resistance"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "quark:strong_resistance"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Lingering Potion of Danger Sight - minecraft:lingering_potion:0{Potion:"quark:danger_sight"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "quark:danger_sight"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Lingering Potion of Danger Sight - minecraft:lingering_potion:0{Potion:"quark:long_danger_sight"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "quark:long_danger_sight"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Lingering Potion of Freezing - minecraft:lingering_potion:0{Potion:"nex:normal_freeze"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "nex:normal_freeze"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Lingering Potion of Frostbite - minecraft:lingering_potion:0{Potion:"nex:normal_frostbite"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "nex:normal_frostbite"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Lingering Potion of Dispersal - minecraft:lingering_potion:0{Potion:"nex:normal_spore"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "nex:normal_spore"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Lingering Potion of The Lost - minecraft:lingering_potion:0{Potion:"nex:normal_lost"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "nex:normal_lost"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Lingering Potion of Coralium Plague - minecraft:lingering_potion:0{Potion:"abyssalcraft:cplague"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "abyssalcraft:cplague"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Lingering Potion of Coralium Plague - minecraft:lingering_potion:0{Potion:"abyssalcraft:cplague_long"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "abyssalcraft:cplague_long"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Lingering Potion of Dread Plague - minecraft:lingering_potion:0{Potion:"abyssalcraft:dplague"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "abyssalcraft:dplague"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Lingering Potion of Dread Plague - minecraft:lingering_potion:0{Potion:"abyssalcraft:dplague_long"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "abyssalcraft:dplague_long"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Lingering Potion of Dread Plague - minecraft:lingering_potion:0{Potion:"abyssalcraft:dplague_strong"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "abyssalcraft:dplague_strong"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Lingering Potion of Annihilation - minecraft:lingering_potion:0{Potion:"abyssalcraft:antimatter"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "abyssalcraft:antimatter"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Lingering Potion of Annihilation - minecraft:lingering_potion:0{Potion:"abyssalcraft:antimatter_long"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "abyssalcraft:antimatter_long"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Lingering Potion of Ender - minecraft:lingering_potion:0{Potion:"cyclicmagic:ender"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "cyclicmagic:ender"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Lingering Potion of Snow - minecraft:lingering_potion:0{Potion:"cyclicmagic:snow"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "cyclicmagic:snow"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Lingering Potion of Butterfingers - minecraft:lingering_potion:0{Potion:"cyclicmagic:butter"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "cyclicmagic:butter"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Lingering Potion of Butterfingers II - minecraft:lingering_potion:0{Potion:"cyclicmagic:butter2"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "cyclicmagic:butter2"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Lingering Potion of Slowfall - minecraft:lingering_potion:0{Potion:"cyclicmagic:slowfall"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "cyclicmagic:slowfall"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Lingering Potion of Waterwalking - minecraft:lingering_potion:0{Potion:"cyclicmagic:waterwalk"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "cyclicmagic:waterwalk"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Lingering Potion of Swim Speed - minecraft:lingering_potion:0{Potion:"cyclicmagic:swim"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "cyclicmagic:swim"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Lingering Potion of Swim Speed II - minecraft:lingering_potion:0{Potion:"cyclicmagic:swim2"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "cyclicmagic:swim2"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Lingering Potion of Bouncing - minecraft:lingering_potion:0{Potion:"cyclicmagic:bounce"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "cyclicmagic:bounce"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Lingering Potion of Frostwalking - minecraft:lingering_potion:0{Potion:"cyclicmagic:frostwalker"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "cyclicmagic:frostwalker"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Lingering Potion of Magnetism - minecraft:lingering_potion:0{Potion:"cyclicmagic:magnet"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "cyclicmagic:magnet"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Lingering Potion of Levitation - minecraft:lingering_potion:0{Potion:"cyclicmagic:levitation"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "cyclicmagic:levitation"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Lingering Potion of Haste - minecraft:lingering_potion:0{Potion:"cyclicmagic:haste"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "cyclicmagic:haste"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Lingering Potion of Haste - minecraft:lingering_potion:0{Potion:"cyclicmagic:haste2"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "cyclicmagic:haste2"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Lingering Potion of Fortitude - minecraft:lingering_potion:0{Potion:"cyclicmagic:resistance"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "cyclicmagic:resistance"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Lingering Potion of Resistance - minecraft:lingering_potion:0{Potion:"cyclicmagic:resistance2"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "cyclicmagic:resistance2"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Lingering Potion of Health Boost - minecraft:lingering_potion:0{Potion:"cyclicmagic:healthboost"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "cyclicmagic:healthboost"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Lingering Potion of Luck - minecraft:lingering_potion:0{Potion:"cyclicmagic:luck"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "cyclicmagic:luck"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Lingering Potion of Wither - minecraft:lingering_potion:0{Potion:"cyclicmagic:wither"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "cyclicmagic:wither"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Lingering Potion of Blindness - minecraft:lingering_potion:0{Potion:"cyclicmagic:blindness"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "cyclicmagic:blindness"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Lingering Potion of Saturation - minecraft:lingering_potion:0{Potion:"cyclicmagic:saturation"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "cyclicmagic:saturation"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Lingering Potion of Hunger - minecraft:lingering_potion:0{Potion:"cyclicmagic:hunger"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Potion: "cyclicmagic:hunger"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Machine Vent - modularmachinery:blockcasing:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Machine Gearbox - modularmachinery:blockcasing:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Machine Circuitry - modularmachinery:blockcasing:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Machine Casing - modularmachinery:blockcasing:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Machine Controller - modularmachinery:blockcontroller:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Tiny Energy Input Hatch - modularmachinery:blockenergyinputhatch:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Tiny Fluid Input Hatch - modularmachinery:blockfluidinputhatch:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Tiny Fluid Output Hatch - modularmachinery:blockfluidoutputhatch:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Small Item Input - modularmachinery:blockinputbus:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Small Item Output - modularmachinery:blockoutputbus:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Machine Blueprint - modularmachinery:itemblueprint:0{dynamicmachine:"modularmachinery:chemical_mixer"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({dynamicmachine: "modularmachinery:chemical_mixer"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Machine Blueprint - modularmachinery:itemblueprint:0{dynamicmachine:"modularmachinery:industrial_drying_unit"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({dynamicmachine: "modularmachinery:industrial_drying_unit"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Machine Blueprint - modularmachinery:itemblueprint:0{dynamicmachine:"modularmachinery:industrial_loom"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({dynamicmachine: "modularmachinery:industrial_loom"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Machine Blueprint - modularmachinery:itemblueprint:0{dynamicmachine:"modularmachinery:industrial_mill"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({dynamicmachine: "modularmachinery:industrial_mill"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Machine Blueprint - modularmachinery:itemblueprint:0{dynamicmachine:"modularmachinery:liquid_processor"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({dynamicmachine: "modularmachinery:liquid_processor"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Machine Blueprint - modularmachinery:itemblueprint:0{dynamicmachine:"modularmachinery:mixer"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({dynamicmachine: "modularmachinery:mixer"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Machine Blueprint - modularmachinery:itemblueprint:0{dynamicmachine:"modularmachinery:plastic_molder"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({dynamicmachine: "modularmachinery:plastic_molder"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Redstone Ore - mundaneredstone:redstone_ore:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Withering Soul - mysticalagradditions:stuff:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Cobbled Soulstone Slab - mysticalagriculture:cobbled_soulstone_slab:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Cobbled Soulstone Stairs - mysticalagriculture:cobbled_soulstone_stairs:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Cobbled Soulstone Wall - mysticalagriculture:cobbled_soulstone_wall:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Soulstone Brick Slab - mysticalagriculture:soulstone_brick_slab:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Soulstone Brick Stairs - mysticalagriculture:soulstone_brick_stairs:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Soulstone Brick Wall - mysticalagriculture:soulstone_brick_wall:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Soulstone Slab - mysticalagriculture:soulstone_slab:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Cobbled Soulstone - mysticalagriculture:soulstone:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Polished Soulstone - mysticalagriculture:soulstone:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Soulstone Bricks - mysticalagriculture:soulstone:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Cracked Soulstone Bricks - mysticalagriculture:soulstone:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Chiseled Soulstone - mysticalagriculture:soulstone:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Soulstone Slab Block - mysticalagriculture:soulstone:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Soulstone - mysticalagriculture:soulstone:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Blightberry Bush - natura:nether_berrybush_blightberry:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Duskberry Bush - natura:nether_berrybush_duskberry:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Skyberry Bush - natura:nether_berrybush_skyberry:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Stingberry Bush - natura:nether_berrybush_stingberry:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Blue Glowshroom - natura:nether_blue_large_glowshroom:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Blue Glowshroom - natura:nether_glowshroom:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Purple Glowshroom - natura:nether_glowshroom:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Green Glowshroom - natura:nether_glowshroom:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Green Glowshroom - natura:nether_green_large_glowshroom:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Purple Glowshroom - natura:nether_purple_large_glowshroom:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Nether Furnace - natura:netherrack_furnace:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Dark Cloud - natura:clouds:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Ash Cloud - natura:clouds:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Sulfur Cloud - natura:clouds:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Cooked Imphide - natura:edibles:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Blightberry - natura:edibles:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Duskberry - natura:edibles:7 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Skyberry - natura:edibles:8 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Stingberry - natura:edibles:9 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Raw Imphide - natura:edibles:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Flamestring - natura:materials:7 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Ghostwood Bookshelf - natura:nether_bookshelves:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Heat Glass - natura:nether_glass:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Soul Glass - natura:nether_glass:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Heat Sand - natura:nether_heat_sand:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Blood Leaves - natura:nether_leaves:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Fusewood Leaves - natura:nether_leaves:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Ghostwood Leaves - natura:nether_leaves:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Darkwood Leaves - natura:nether_leaves2:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Darkwood Leaves - natura:nether_leaves2:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Darkwood Leaves - natura:nether_leaves2:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Darkwood - natura:nether_logs:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Fusewood - natura:nether_logs:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Ghostwood - natura:nether_logs:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Bloodwood - natura:nether_logs2:15 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Bloodwood - natura:nether_logs2:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Bloodwood Planks - natura:nether_planks:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Darkwood Planks - natura:nether_planks:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Fusewood Planks - natura:nether_planks:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Ghostwood Planks - natura:nether_planks:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Fusewood Sapling - natura:nether_sapling:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Darkwood Sapling - natura:nether_sapling:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Ghostwood Sapling - natura:nether_sapling:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Bloodwood Sapling - natura:nether_sapling2:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Blood Slab - natura:nether_slab:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Darkwood Slab - natura:nether_slab:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Fusewood Slab - natura:nether_slab:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Ghostwood Slab - natura:nether_slab:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Blood Stairs - natura:nether_stairs_bloodwood:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Darkwood Stairs - natura:nether_stairs_darkwood:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Fusewood Stairs - natura:nether_stairs_fusewood:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Ghostwood Stairs - natura:nether_stairs_ghostwood:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Tainted Soil - natura:nether_tainted_soil:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Tainted Soil - natura:nether_tainted_soil:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Tainted Soil - natura:nether_tainted_soil:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Thornvines - natura:nether_thorn_vines:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Smooth Basalt Slabs - nex:basalt_slab_double:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Basalt Brick Slabs - nex:basalt_slab_double:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Basalt Pillar Slabs - nex:basalt_slab_double:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Basalt Slabs - nex:basalt_slab_double:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Icy Nether Brick Slabs - nex:nether_brick_slab_double:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Lively Nether Brick Slabs - nex:nether_brick_slab_double:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Gloomy Nether Brick Slabs - nex:nether_brick_slab_double:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Fiery Nether Brick Slabs - nex:nether_brick_slab_double:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Red Nether Brick Slabs - nex:vanilla_slab_double:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Excavate Modifier - oeintegration:excavatemodifier:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Paper Clip - pickletweaks:ppm4:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Aluminum Repair Kit - pickletweaks:repair_kit:12 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Lead Repair Kit - pickletweaks:repair_kit:16 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Nickel Repair Kit - pickletweaks:repair_kit:18 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Invar Repair Kit - pickletweaks:repair_kit:19 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Constantan Repair Kit - pickletweaks:repair_kit:20 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Electrum Repair Kit - pickletweaks:repair_kit:21 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Steel Repair Kit - pickletweaks:repair_kit:22 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Platinum Repair Kit - pickletweaks:repair_kit:23 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Aconite Root - primal:aconite_root:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Ovis Chest - primal:armor_ovis_body:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Ovis Boots - primal:armor_ovis_feet:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Ovis Head - primal:armor_ovis_head:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Ovis Leggings - primal:armor_ovis_legs:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Quartz Arrow - primal:arrow_quartz:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Netherrack Torch Arrow - primal:arrow_torch_nether:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Ciniscotta - primal:ciniscotta_block:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Smooth Ciniscotta - primal:ciniscotta_block:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Stacked Ciniscotta - primal:ciniscotta_block:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Ciniscotta Brick - primal:ciniscotta_block:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Ciniscotta Cobble - primal:ciniscotta_block:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Chiseled Ciniscotta - primal:ciniscotta_block:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Mysterious Ciniscotta - primal:ciniscotta_block:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Ciniscotta Pillar - primal:ciniscotta_block:7 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Cinis Clay Clump - primal:cinis_clump:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Wet Ciniscotta Brick - primal:cinis_brick_wet:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Ciniscotta Brick - primal:cinis_brick_dry:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Cinis Clay - primal:cinis_block:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Corphyry Pin - primal:corypha_pin:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Corphyry Larva - primal:corypha_seed:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Corphyry Stick - primal:corypha_stick:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Withered Daucus Murn Fronds - primal:daucus_murn_fronds_withered:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Daucus Murn Seeds - primal:daucus_murn_seeds:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Nether Earth Drain - primal:drain_nether_earth:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Netherstone Drain - primal:drain_netherstone:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Uprooted Sesleria Furvum - primal:dry_grass_root:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Sesleria Furvum Seed - primal:dry_grass_seed:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Lantern Netherrack Torch - primal:lantern_nether:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Molten Muck - primal:muck_molten:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Petrified Bush - primal:nether_bush:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Cineris Cloth - primal:nether_cloth:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Cineris Twine - primal:nether_cordage:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Nether Earth - primal:nether_earth:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Smooth Nether Earth - primal:nether_earth:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Stacked Nether Earth - primal:nether_earth:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Nether Earth Brick - primal:nether_earth:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Nether Earth Cobble - primal:nether_earth:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Chiseled Nether Earth - primal:nether_earth:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Mysterious Nether Earth - primal:nether_earth:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Nether Earth Pillar - primal:nether_earth:7 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Nether Farmland - primal:nether_farmland:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Cineris Fiber - primal:nether_fiber:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Cineris Fiber Pulp - primal:nether_fiber_pulp:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Nether Stone Gallagher - primal:nether_gallagher:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Nethergrowth - primal:nether_growth:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Mycelium Infested Netherrack - primal:nether_mycelium:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Cineris Papyrus - primal:nether_papyrus:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Nether Dirt Path - primal:nether_path:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Uprooted Equisetum Cineris Cilium - primal:nether_root:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Equisetum Cineris Spore - primal:nether_seed:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Nether Stone - primal:nether_stone:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Smooth Nether Stone - primal:nether_stone:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Stacked Nether Stone - primal:nether_stone:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Nether Stone Brick - primal:nether_stone:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Nether Cobblestone - primal:nether_stone:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Chiseled Nether Stone Brick - primal:nether_stone:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Mysterious Nether Stone - primal:nether_stone:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Nether Stone Pillar - primal:nether_stone:7 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Cineris Tinder Bundle - primal:nether_tinder:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Cuscuta Inferum - primal:nether_vine:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Cooked Nether Wart - primal:nether_wart_cooked:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Cooked Atre Mutton - primal:ovis_meat_cooked:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Cooked Pigman Meat - primal:pigman_meat_cooked:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Quartz Axe - primal:quartz_axe:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Quartz Clippers - primal:quartz_clippers:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Quartz Gallagher - primal:quartz_gallagher:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Quartz Hatchet - primal:quartz_hatchet:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Quartz Hoe - primal:quartz_hoe:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Flaked Quartz - primal:quartz_knapp:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Quartz Pickaxe - primal:quartz_pickaxe:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Flaked Quartz Point - primal:quartz_point:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Quartz Hand Saw - primal:quartz_saw:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Quartz Shears - primal:quartz_shears:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Quartz Shovel - primal:quartz_shovel:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Fire Salt - primal:salt_dust_fire:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Scoria Stone - primal:scoria_stone:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Smooth Scoria Stone - primal:scoria_stone:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Stacked Scoria Stone - primal:scoria_stone:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Scoria Stone Brick - primal:scoria_stone:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Scoria Stone Cobblestone - primal:scoria_stone:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Chiseled Scoria Stone - primal:scoria_stone:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Mysterious Scoria Stone - primal:scoria_stone:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Sinuous Cordage - primal:sinuous_cordage:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Sinuous Fiber - primal:sinuous_fiber:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Sinuous Spore - primal:sinuous_spore:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Nether Earth Slab - primal:slab_netherearth:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Netherrack Slab - primal:slab_netherrack:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Netherstone Slab - primal:slab_netherstone:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Soul Stone - primal:soul_stone:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Smooth Soul Stone - primal:soul_stone:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Stacked Soul Stone - primal:soul_stone:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Soul Brick - primal:soul_stone:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Soul Cobblestone - primal:soul_stone:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Chiseled Soul Stone - primal:soul_stone:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Mysterious Soul Stone - primal:soul_stone:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Soul Stone Pillar - primal:soul_stone:7 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Nether Dirt Stairs - primal:stairs_nether_earth:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Nether Dirt Path Stairs - primal:stairs_nether_path:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Netherrack Stairs - primal:stairs_netherrack:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Cineris Thatching - primal:thatching_nether:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Valus Fiber - primal:valus_fiber:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Valus Melon - primal:valus_melon:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Valus Seed - primal:valus_seed:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. item.primal.valus_sepals.name - primal:valus_sepals:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Fresh Valus Stalk - primal:valus_stalk_fresh:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Uprooted Equisetum Inaris - primal:void_grass_root:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Eroded End Stone Wall - primal:wall:11 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Corphyry Plate - primal:bark_corypha:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Corphyry Boat - primal:boat_corypha:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Red Cheese - primal:cheese_red:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Cineris Bloom - primal:cineris_bloom:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Equisetum Cineris Cilium - primal:cineris_grass:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Corphyry Pachyptila Segment - primal:corypha_stalk:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Stripped Corphyry Segment - primal:corypha_stalk:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Daucus Murn - primal:daucus_murn:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Desiccated Stone - primal:desiccated_stone:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Desiccated Smooth Stone - primal:desiccated_stone:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Stacked Desiccated Stone - primal:desiccated_stone:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Desiccated Brick - primal:desiccated_stone:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Desiccated Cobblestone - primal:desiccated_stone:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Chiseled Desiccated Brick - primal:desiccated_stone:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Mysterious Desiccated Stone - primal:desiccated_stone:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Devils' Tongue - primal:devils_tongue:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Devils' Tongue Sepals - primal:devils_tongue_sepals:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Devils' Tongue Tendril - primal:devils_tongue_tendril:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Sesleria Furvum - primal:dry_grass:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Ferrous Lime Slack - primal:ferro_slack:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Dried Magma Crawdad - primal:fish_lava_crawdad_dried:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Raw Magma Crawdad - primal:fish_lava_crawdad_raw:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Dried Lava Worm - primal:fish_lava_worm_dried:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Raw Lava Worm - primal:fish_lava_worm_raw:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Corphyry Fishing Rod - primal:fishing_rod_corypha:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Corphyry Grate - primal:grate_corypha:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Ignis Fatuus - primal:ignis_fatuus:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Netherbrick Ladder Block - primal:ladder_block_netherbrick:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Netherrack Ladder Block - primal:ladder_block_netherrack:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Netherstone Ladder Block - primal:ladder_block_netherstone:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Tamahagane Block - primal:metalblock:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Cooked Mushroom - primal:mushroom_cooked:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Flaked Obsidian - primal:obsidian_knapp:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Obsidian Lens - primal:obsidian_lens:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Flaked Obsidian Point - primal:obsidian_point:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Obsidian Shard - primal:obsidian_shard:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Old Mans' Beard - primal:old_mans_beard:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Netherrack Opal Ore - primal:ore_opal:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Fire Salt Ore - primal:ore_salt:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Dried Atre Mutton - primal:ovis_meat_dried:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Raw Atre Mutton - primal:ovis_meat_raw:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Dried Pigman Meat - primal:pigman_meat_dried:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Raw Pigman Meat - primal:pigman_meat_raw:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Corphyry Planks - primal:planks:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Corphyry Pachyptila Larva - primal:sapling:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Cineris Ember - primal:searing_ember:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Cineris Bloom Sprig - primal:searing_sprig:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Sinuous Resin - primal:sinuous_resin:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Sinuous Weed - primal:sinuous_weed:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Corphyry Slab - primal:slab_corypha:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Soul Glass - primal:soulglass:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Corphyry Stairs - primal:stairs_corypha:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Tamahagane Plate - primal:tamahagane_plate:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Corphyry Thin Slab - primal:thin_slab_corypha:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Valus Omniferum - primal:valus_omniferum:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Withered Valus Stalk - primal:valus_stalk_withered:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Equisetum Inaris - primal:void_grass:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Equisetum Inaris Spore - primal:void_seed:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Ore Prospector - prospectors:prospector_med:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Blaze Lantern - quark:blaze_lantern:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Charred Nether Brick Slab - quark:charred_nether_brick_slab:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Charred Nether Brick Stairs - quark:charred_nether_brick_stairs:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Charred Nether Brick - quark:charred_nether_bricks:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Netherwrought Stone - quark:polished_netherrack:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Red Nether Brick Slab - quark:red_nether_brick_slab:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Red Nether Brick Stairs - quark:red_nether_brick_stairs:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Nether Smoker - quark:smoker:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Wither Ash - quark:black_ash:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Glowcelium - quark:glowcelium:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Glowshroom - quark:glowshroom:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Magma Brick Slab - quark:magma_bricks_slab:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Magma Brick Stairs - quark:magma_bricks_stairs:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Magma Bricks - quark:magma_bricks:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Quartz Wall - quark:quartz_wall:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Soul Bead - quark:soul_bead:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Soul Powder - quark:soul_powder:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Soul Sandstone Slab - quark:soul_sandstone_slab:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Chiseled Soul Sandstone - quark:soul_sandstone:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Smooth Soul Sandstone - quark:soul_sandstone:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Soul Sandstone - quark:soul_sandstone:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Elixir of - rustic:elixir:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Glass Bottle - rustic:fluid_bottle:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Constantan Plated Shield - spartanshields:shield_basic_constantan:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Electrum Plated Shield - spartanshields:shield_basic_electrum:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Invar Plated Shield - spartanshields:shield_basic_invar:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Lead Plated Shield - spartanshields:shield_basic_lead:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Nickel Braced Shield - spartanshields:shield_basic_nickel:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Bulky Obsidian Shield - spartanshields:shield_basic_obsidian:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Platinum Plated Shield - spartanshields:shield_basic_platinum:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Silver Gilded Shield - spartanshields:shield_basic_silver:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Steel Plated Shield - spartanshields:shield_basic_steel:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Constantan Tower Shield - spartanshields:shield_tower_constantan:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Electrum Tower Shield - spartanshields:shield_tower_electrum:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Invar Tower Shield - spartanshields:shield_tower_invar:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Lead Tower Shield - spartanshields:shield_tower_lead:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Nickel Tower Shield - spartanshields:shield_tower_nickel:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Obsidian Tower Shield - spartanshields:shield_tower_obsidian:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Platinum Tower Shield - spartanshields:shield_tower_platinum:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Silver Tower Shield - spartanshields:shield_tower_silver:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Steel Tower Shield - spartanshields:shield_tower_steel:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Module Toggler - stevescarts:blockactivator:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Advanced Detector Rail - stevescarts:blockadvdetector:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Cargo Manager - stevescarts:blockcargomanager:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Cart Assembler - stevescarts:blockcartassembler:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Detector Unit - stevescarts:blockdetector:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Detector Station - stevescarts:blockdetector:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Detector Junction - stevescarts:blockdetector:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Detector Redstone Unit - stevescarts:blockdetector:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Detector Manager - stevescarts:blockdetector:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. External Distributor - stevescarts:blockdistributor:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Junction Rail - stevescarts:blockjunction:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Liquid Manager - stevescarts:blockliquidmanager:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Side Chests - stevescarts:cartmodule:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Top Chest - stevescarts:cartmodule:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Front Chest - stevescarts:cartmodule:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Internal Storage - stevescarts:cartmodule:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Extracting Chests - stevescarts:cartmodule:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Torch Placer - stevescarts:cartmodule:7 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Basic Drill - stevescarts:cartmodule:8 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Galgadorian Drill - stevescarts:cartmodule:9 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Railer - stevescarts:cartmodule:10 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Large Railer - stevescarts:cartmodule:11 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Bridge Builder - stevescarts:cartmodule:12 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Track Remover - stevescarts:cartmodule:13 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Basic Farmer - stevescarts:cartmodule:14 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Basic Wood Cutter - stevescarts:cartmodule:15 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Hydrator - stevescarts:cartmodule:16 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Fertilizer - stevescarts:cartmodule:18 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Height Controller - stevescarts:cartmodule:19 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Liquid Sensors - stevescarts:cartmodule:20 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Entity Detector: Animal - stevescarts:cartmodule:21 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Entity Detector: Player - stevescarts:cartmodule:22 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Entity Detector: Villager - stevescarts:cartmodule:23 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Entity Detector: Monster - stevescarts:cartmodule:24 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Seat - stevescarts:cartmodule:25 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Brake Handle - stevescarts:cartmodule:26 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Advanced Control System - stevescarts:cartmodule:27 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Shooter - stevescarts:cartmodule:28 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Advanced Shooter - stevescarts:cartmodule:29 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Cleaning Machine - stevescarts:cartmodule:30 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Dynamite Carrier - stevescarts:cartmodule:31 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Divine Shield - stevescarts:cartmodule:32 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Melter - stevescarts:cartmodule:33 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Extreme Melter - stevescarts:cartmodule:34 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Invisibility Core - stevescarts:cartmodule:36 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Wooden Hull - stevescarts:cartmodule:37 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Standard Hull - stevescarts:cartmodule:38 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Reinforced Hull - stevescarts:cartmodule:39 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Note Sequencer - stevescarts:cartmodule:40 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Colorizer - stevescarts:cartmodule:41 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Iron Drill - stevescarts:cartmodule:42 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Hardened Drill - stevescarts:cartmodule:43 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Tiny Coal Engine - stevescarts:cartmodule:44 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Chunk Loader - stevescarts:cartmodule:49 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Projectile: Potion - stevescarts:cartmodule:51 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Projectile: Egg - stevescarts:cartmodule:53 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Cage - stevescarts:cartmodule:57 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Crop: Nether Wart - stevescarts:cartmodule:58 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Firework display - stevescarts:cartmodule:59 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Mechanical Pig - stevescarts:cartmodule:62 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Internal Tank - stevescarts:cartmodule:63 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Side Tanks - stevescarts:cartmodule:64 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Top Tank - stevescarts:cartmodule:65 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Advanced Tank - stevescarts:cartmodule:66 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Front Tank - stevescarts:cartmodule:67 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Incinerator - stevescarts:cartmodule:68 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Thermal Engine - stevescarts:cartmodule:69 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Advanced Thermal Engine - stevescarts:cartmodule:70 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Liquid Cleaner - stevescarts:cartmodule:71 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Open Tank - stevescarts:cartmodule:73 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Drill Intelligence - stevescarts:cartmodule:75 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Power Observer - stevescarts:cartmodule:77 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Steve's Arcade - stevescarts:cartmodule:78 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Hardened Wood Cutter - stevescarts:cartmodule:79 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Galgadorian Wood Cutter - stevescarts:cartmodule:80 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Galgadorian Hull - stevescarts:cartmodule:81 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Enchanter - stevescarts:cartmodule:82 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Ore Extractor - stevescarts:cartmodule:83 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Galgadorian Farmer - stevescarts:cartmodule:84 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Lawn Mower - stevescarts:cartmodule:85 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Milker - stevescarts:cartmodule:86 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Planter Range Extender - stevescarts:cartmodule:89 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Smelter - stevescarts:cartmodule:91 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Advanced Smelter - stevescarts:cartmodule:93 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Information Provider - stevescarts:cartmodule:94 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Experience Bank - stevescarts:cartmodule:95 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Cake Server - stevescarts:cartmodule:99 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Color Randomizer - stevescarts:cartmodule:101 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Wooden Wheels - stevescarts:modulecomponents:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Iron Wheels - stevescarts:modulecomponents:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Red Pigment - stevescarts:modulecomponents:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Green Pigment - stevescarts:modulecomponents:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Blue Pigment - stevescarts:modulecomponents:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Glass o'Magic - stevescarts:modulecomponents:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Dynamite - stevescarts:modulecomponents:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Graphical Interface - stevescarts:modulecomponents:10 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Raw Handle - stevescarts:modulecomponents:11 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Refined Handle - stevescarts:modulecomponents:12 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Speed Handle - stevescarts:modulecomponents:13 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Wheel - stevescarts:modulecomponents:14 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Saw Blade - stevescarts:modulecomponents:15 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Advanced PCB - stevescarts:modulecomponents:16 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Wood Cutting Core - stevescarts:modulecomponents:17 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Raw Hardener - stevescarts:modulecomponents:18 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Refined Hardener - stevescarts:modulecomponents:19 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Hardened Mesh - stevescarts:modulecomponents:20 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Stabilized Metal - stevescarts:modulecomponents:21 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Reinforced Wheels - stevescarts:modulecomponents:23 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Pipe - stevescarts:modulecomponents:24 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Shooting Station - stevescarts:modulecomponents:25 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Entity Scanner - stevescarts:modulecomponents:26 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Entity Analyzer - stevescarts:modulecomponents:27 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Empty Disk - stevescarts:modulecomponents:28 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Tri-torch - stevescarts:modulecomponents:29 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Chest Pane - stevescarts:modulecomponents:30 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Large Chest Pane - stevescarts:modulecomponents:31 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Huge Chest Pane - stevescarts:modulecomponents:32 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Chest Lock - stevescarts:modulecomponents:33 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Iron Pane - stevescarts:modulecomponents:34 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Large Iron Pane - stevescarts:modulecomponents:35 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Huge Iron Pane - stevescarts:modulecomponents:36 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Dynamic Pane - stevescarts:modulecomponents:37 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Large Dynamic Pane - stevescarts:modulecomponents:38 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Huge Dynamic Pane - stevescarts:modulecomponents:39 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Cleaning Fan - stevescarts:modulecomponents:40 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Cleaning Core - stevescarts:modulecomponents:41 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Cleaning Tube - stevescarts:modulecomponents:42 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Fuse - stevescarts:modulecomponents:43 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Eye of Galgador - stevescarts:modulecomponents:45 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Lump of Galgador - stevescarts:modulecomponents:46 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Large Lump of Galgador - stevescarts:modulecomponents:48 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Blank Upgrade - stevescarts:modulecomponents:59 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Tank Valve - stevescarts:modulecomponents:60 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Tank Pane - stevescarts:modulecomponents:61 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Large Tank Pane - stevescarts:modulecomponents:62 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Huge Tank Pane - stevescarts:modulecomponents:63 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Liquid Cleaning Core - stevescarts:modulecomponents:64 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Liquid Cleaning Tube - stevescarts:modulecomponents:65 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Hardened Saw Blade - stevescarts:modulecomponents:80 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Galgadorian Saw Blade - stevescarts:modulecomponents:81 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Galgadorian Wheels - stevescarts:modulecomponents:82 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Iron Blade - stevescarts:modulecomponents:83 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Blade Arm - stevescarts:modulecomponents:84 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Upgrade: Power Crystal - stevescarts:upgrade:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Upgrade: Module knowledge - stevescarts:upgrade:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Upgrade: Industrial espionage - stevescarts:upgrade:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Upgrade: Experienced assembler - stevescarts:upgrade:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Upgrade: New Era - stevescarts:upgrade:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Upgrade: CO2 friendly - stevescarts:upgrade:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Upgrade: Generic engine - stevescarts:upgrade:7 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Upgrade: Module input - stevescarts:upgrade:8 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Upgrade: Production line - stevescarts:upgrade:9 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Upgrade: Cart Deployer - stevescarts:upgrade:10 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Upgrade: Cart Modifier - stevescarts:upgrade:11 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Upgrade: Cart Crane - stevescarts:upgrade:12 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Upgrade: Redstone Control - stevescarts:upgrade:13 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Upgrade: Creative Mode - stevescarts:upgrade:14 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Upgrade: Quick Demolisher - stevescarts:upgrade:15 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Upgrade: Entropy - stevescarts:upgrade:16 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Upgrade: Manager Bridge - stevescarts:upgrade:17 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Thermal Engine - stevescarts:upgrade:18 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Upgrade: Batteries - stevescarts:upgrade:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Compacting Drawer - storagedrawers:compdrawers:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Drawer Controller - storagedrawers:controller:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Controller Slave - storagedrawers:controllerslave:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Concealment Key Button - storagedrawers:keybutton:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Personal Key Button - storagedrawers:keybutton:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Quantify Key Button - storagedrawers:keybutton:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Drawer Key Button - storagedrawers:keybutton:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Redstone Max Upgrade - storagedrawers:upgrade_redstone:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Redstone Min Upgrade - storagedrawers:upgrade_redstone:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Redstone Upgrade - storagedrawers:upgrade_redstone:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Status Upgrade (II) - storagedrawers:upgrade_status:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Status Upgrade (I) - storagedrawers:upgrade_status:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Storage Upgrade (III) - storagedrawers:upgrade_storage:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Void Upgrade - storagedrawers:upgrade_void:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Firewood Stairs - tconstruct:firewood_stairs:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Lavawood Stairs - tconstruct:lavawood_stairs:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Wooden Rail with a Trapdoor - tconstruct:wood_rail_trapdoor:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Wooden Rail - tconstruct:wood_rail:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Rough Brownstone Slab - tconstruct:brownstone_slab:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Brownstone Paver Slab - tconstruct:brownstone_slab:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Brownstone Road Slab - tconstruct:brownstone_slab:7 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Smooth Brownstone Slab - tconstruct:brownstone_slab:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Brownstone Tile Slab - tconstruct:brownstone_slab2:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Brownstone Creeperface Slab - tconstruct:brownstone_slab2:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Brownstone Creeperface Stairs - tconstruct:brownstone_stairs_creeper:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Brownstone Paver Stairs - tconstruct:brownstone_stairs_paver:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Brownstone Road Stairs - tconstruct:brownstone_stairs_road:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Rough Brownstone Stairs - tconstruct:brownstone_stairs_rough:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Smooth Brownstone Stairs - tconstruct:brownstone_stairs_smooth:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Brownstone Tile Stairs - tconstruct:brownstone_stairs_tile:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Rough Brownstone - tconstruct:brownstone:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Brownstone Paver - tconstruct:brownstone:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Cracked Brownstone Bricks - tconstruct:brownstone:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Fancy Brownstone Bricks - tconstruct:brownstone:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Square Brownstone Bricks - tconstruct:brownstone:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Brownstone Road - tconstruct:brownstone:7 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Brownstone Creeperface - tconstruct:brownstone:8 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Triangle Brownstone Bricks - tconstruct:brownstone:9 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Small Brownstone Bricks - tconstruct:brownstone:10 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Brownstone Tiles - tconstruct:brownstone:11 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Smooth Brownstone - tconstruct:brownstone:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Slime Ball - tconstruct:edible:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Slime Ball - tconstruct:edible:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Slime Ball - tconstruct:edible:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Gelatinous Slime Drop - tconstruct:edible:31 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Gelatinous Slime Drop - tconstruct:edible:32 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Gelatinous Slime Drop - tconstruct:edible:34 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Bacon - tconstruct:edible:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Aluminium Brass Item Frame - tconstruct:fancy_frame:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Firewood Slab - tconstruct:firewood_slab:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Firewood - tconstruct:firewood:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Blue Slime Crystal - tconstruct:materials:10 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Magma Slime Crystal - tconstruct:materials:11 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Expander (Horizontal) - tconstruct:materials:12 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Expander (Vertical) - tconstruct:materials:13 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Reinforcement - tconstruct:materials:14 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Silky Cloth - tconstruct:materials:15 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Silky Jewel - tconstruct:materials:16 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Necrotic Bone - tconstruct:materials:17 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Mending Moss - tconstruct:materials:19 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Silky Block of Jewel - tconstruct:metal:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Slime Boots - tconstruct:slime_boots:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Slime Boots - tconstruct:slime_boots:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Slime Boots - tconstruct:slime_boots:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Blue Slime Channel - tconstruct:slime_channel:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Purple Slime Channel - tconstruct:slime_channel:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Magma Slime Channel - tconstruct:slime_channel:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Congealed Blue Slime Block - tconstruct:slime_congealed:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Congealed Purple Slime Block - tconstruct:slime_congealed:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Congealed Magma Slime Block - tconstruct:slime_congealed:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Blue Slimy Dirt - tconstruct:slime_dirt:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Purple Slimy Dirt - tconstruct:slime_dirt:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Magma Slimy Dirt - tconstruct:slime_dirt:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Green Slimy Grass - tconstruct:slime_grass:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Blue Slimy Grass - tconstruct:slime_grass:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Purple Slimy Grass - tconstruct:slime_grass:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Magma Slimy Grass - tconstruct:slime_grass:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Slimy Grass - tconstruct:slime_grass:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Green Slimy Grass - tconstruct:slime_grass:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Blue Slimy Grass - tconstruct:slime_grass:7 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Purple Slimy Grass - tconstruct:slime_grass:8 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Magma Slimy Grass - tconstruct:slime_grass:9 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Slimy Grass - tconstruct:slime_grass:10 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Green Slimy Grass - tconstruct:slime_grass:11 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Blue Slimy Grass - tconstruct:slime_grass:12 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Purple Slimy Grass - tconstruct:slime_grass:13 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Magma Slimy Grass - tconstruct:slime_grass:14 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Slimy Grass - tconstruct:slime_grass:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Slimy Leaves - tconstruct:slime_leaves:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Slimy Leaves - tconstruct:slime_leaves:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Slimy Leaves - tconstruct:slime_leaves:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Purple Slime Sapling - tconstruct:slime_sapling:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Magma Slime Sapling - tconstruct:slime_sapling:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Blue Slime Sapling - tconstruct:slime_sapling:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Blue Slime Block - tconstruct:slime:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Purple Slime Block - tconstruct:slime:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Magma Slime Block - tconstruct:slime:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Blue Slimy Mud - tconstruct:soil:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Slimy Magma Mud - tconstruct:soil:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Glowball - tconstruct:throwball:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Tool Forge - tconstruct:toolforge:0{textureBlock:{id:"immersiveengineering:storage",Count:1b,Damage:1s}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({textureBlock: {id: "immersiveengineering:storage", Count: 1 as byte, Damage: 1 as short}}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Tool Forge - tconstruct:toolforge:0{textureBlock:{id:"immersiveengineering:storage",Count:1b,Damage:2s}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({textureBlock: {id: "immersiveengineering:storage", Count: 1 as byte, Damage: 2 as short}}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Tool Forge - tconstruct:toolforge:0{textureBlock:{id:"immersiveengineering:storage",Count:1b,Damage:4s}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({textureBlock: {id: "immersiveengineering:storage", Count: 1 as byte, Damage: 4 as short}}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Tool Forge - tconstruct:toolforge:0{textureBlock:{id:"immersiveengineering:storage",Count:1b,Damage:6s}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({textureBlock: {id: "immersiveengineering:storage", Count: 1 as byte, Damage: 6 as short}}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Tool Forge - tconstruct:toolforge:0{textureBlock:{id:"immersiveengineering:storage",Count:1b,Damage:7s}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({textureBlock: {id: "immersiveengineering:storage", Count: 1 as byte, Damage: 7 as short}}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Tool Forge - tconstruct:toolforge:0{textureBlock:{id:"immersiveengineering:storage",Count:1b,Damage:8s}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({textureBlock: {id: "immersiveengineering:storage", Count: 1 as byte, Damage: 8 as short}}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Tool Forge - tconstruct:toolforge:0{textureBlock:{id:"tconstruct:metal",Count:1b,Damage:3s}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({textureBlock: {id: "tconstruct:metal", Count: 1 as byte, Damage: 3 as short}}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Tool Forge - tconstruct:toolforge:0{textureBlock:{id:"tconstruct:metal",Count:1b,Damage:5s}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({textureBlock: {id: "tconstruct:metal", Count: 1 as byte, Damage: 5 as short}}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Twilit Shader: IKELOS - twilightforest:shader:0{shader_type:"IKELOS"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({shader_type: "IKELOS"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Twilit Shader: Taken - twilightforest:shader:0{shader_type:"Taken"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({shader_type: "Taken"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Twilit Shader: The Kindled - twilightforest:shader:0{shader_type:"The Kindled"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({shader_type: "The Kindled"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Twilit Shader: Usurper - twilightforest:shader:0{shader_type:"Usurper"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({shader_type: "Usurper"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Twilit Epic Shader Bag - twilightforest:shader_bag:0{shader_rarity:"EPIC"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({shader_rarity: "EPIC"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Twilit Masterwork Shader Bag - twilightforest:shader_bag:0{shader_rarity:"IE:MASTERWORK"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({shader_rarity: "IE:MASTERWORK"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Twilit Rare Shader Bag - twilightforest:shader_bag:0{shader_rarity:"RARE"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({shader_rarity: "RARE"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Twilit Twilight Shader Bag - twilightforest:shader_bag:0{shader_rarity:"TWILIGHT"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({shader_rarity: "TWILIGHT"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Twilit Uncommon Shader Bag - twilightforest:shader_bag:0{shader_rarity:"UNCOMMON"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({shader_rarity: "UNCOMMON"}) to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Immolation Blade - witherskelefix:blade:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Blazing Immolation Blade - witherskelefix:blade2:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Wither Skull Fragment - witherskelefix:fragment:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "three" +[INITIALIZATION][SERVER][INFO] Adding to item stage creative. Creative Energy Cell - ironjetpacks:creative_cell:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "creative" +[INITIALIZATION][SERVER][INFO] Adding to item stage creative. Creative Jetpack - ironjetpacks:creative_jetpack:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "creative" +[INITIALIZATION][SERVER][INFO] Adding to item stage creative. Creative Thruster - ironjetpacks:creative_thruster:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "creative" +[INITIALIZATION][SERVER][INFO] Adding to item stage creative. Creative Energy Cube - mekanism:energycube:0{tier:4} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({tier: 4}) to stage: "creative" +[INITIALIZATION][SERVER][INFO] Adding to item stage creative. Creative Energy Cube - mekanism:energycube:0{tier:4,mekData:{energyStored:1.7976931348623157E308d}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({tier: 4, mekData: {energyStored: 1.7976931348623157E308}}) to stage: "creative" +[INITIALIZATION][SERVER][INFO] Adding to item stage creative. Creative Fluid Tank - mekanism:machineblock2:11{tier:4} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({tier: 4}) to stage: "creative" +[INITIALIZATION][SERVER][INFO] Adding to item stage creative. Creative Fluid Tank - mekanism:machineblock2:11{tier:4,mekData:{}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({tier: 4, mekData: {}}) to stage: "creative" +[INITIALIZATION][SERVER][INFO] Adding to item stage creative. Creative Compressor - pneumaticcraft:creative_compressor:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "creative" +[INITIALIZATION][SERVER][INFO] Adding to item stage creative. Creative Modifier - tconstruct:materials:50 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "creative" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Bitumen - primal:bitumen:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Boiling Bitumen - primal:bitumen_boiling:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Brine - primal:brine_netjry:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Basaltic Magma - primal:magma_basaltic:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Ovis Atre Milk - primal:ovis_atre_milk:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Paraffin - primal:paraffin:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Tannin - primal:tannin:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Urushi - primal:urushi:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Waste Water - primal:waste:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Staging fluid lava to zero +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. 4 entries: +Lava Clay Bucket - ceramics:clay_bucket:0{fluids:{FluidName:"lava",Amount:1000}} +Lava Bucket - minecraft:lava_bucket:0 +Syrmorite Bucket (Lava) - thebetweenlands:bl_bucket:1{Fluid:{FluidName:"lava",Amount:1000}} +Weedwood Bucket (Lava) - thebetweenlands:bl_bucket:0{Fluid:{FluidName:"lava",Amount:1000}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({fluids: {FluidName: "lava", Amount: 1000}}) | | .withTag({Fluid: {FluidName: "lava", Amount: 1000}}) | .withTag({Fluid: {FluidName: "lava", Amount: 1000}}) to stage: "zero" +[INITIALIZATION][SERVER][INFO] Staging fluid water to zero +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. 4 entries: +Water Clay Bucket - ceramics:clay_bucket:0{fluids:{FluidName:"water",Amount:1000}} +Water Bucket - minecraft:water_bucket:0 +Syrmorite Bucket (Water) - thebetweenlands:bl_bucket:1{Fluid:{FluidName:"water",Amount:1000}} +Weedwood Bucket (Water) - thebetweenlands:bl_bucket:0{Fluid:{FluidName:"water",Amount:1000}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({fluids: {FluidName: "water", Amount: 1000}}) | | .withTag({Fluid: {FluidName: "water", Amount: 1000}}) | .withTag({Fluid: {FluidName: "water", Amount: 1000}}) to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding a replacement for stage zero. minecraft:mossy_cobblestone will become minecraft:cobblestone +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Charcoal Block - charcoalblock:charcoal_block:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. 3 entries: +Salt Block - mekanism:saltblock:0 +Netjry Salt Flat - primal:salt_netjry_block:32767 +Halite Salt Ore - primal:ore_salt:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. 7 entries: +Salt - mekanism:salt:0 +Netjry Salt - primal:salt_dust_netjry:0 +Halite Rock Salt - primal:salt_dust_rock:0 +Fire Salt - primal:salt_dust_fire:0 +Void Salt - primal:salt_dust_void:0 +Salt - immersivetech:material:0 +Salt Block - mekanism:saltblock:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Anti-Beef - abyssalcraft:antibeef:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Anti-Bone - abyssalcraft:antibone:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Anti-Chicken - abyssalcraft:antichicken:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Anti-plagued Flesh on A Bone - abyssalcraft:anticorbone:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Anti-plagued Flesh - abyssalcraft:anticorflesh:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Rotten Anti-Flesh - abyssalcraft:antiflesh:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Anti-Pork - abyssalcraft:antipork:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Anti-Spider Eye - abyssalcraft:antispidereye:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Darkstone Cobblestone - abyssalcraft:cobblestone:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Coralium-plagued Flesh on a Bone - abyssalcraft:corbone:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Coralium-plagued Flesh - abyssalcraft:corflesh:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Darkstone Brick Slab - abyssalcraft:darkbrickslab1:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Darkstone Brick Slab - abyssalcraft:darkbrickslab2:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Darkstone Cobblestone Slab - abyssalcraft:darkcobbleslab1:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Darkstone Cobblestone Slab - abyssalcraft:darkcobbleslab2:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Chiseled Darkstone Bricks - abyssalcraft:darkstone_brick:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Cracked Darkstone Bricks - abyssalcraft:darkstone_brick:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Darkstone Bricks - abyssalcraft:darkstone_brick:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Darkstone Slab - abyssalcraft:darkstoneslab1:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Darkstone Slab - abyssalcraft:darkstoneslab2:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Darkstone Axe - abyssalcraft:daxe:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Depths Ghoul head - abyssalcraft:dghead:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Darklands Oak Leaves - abyssalcraft:dltleaves:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Darklands Oak Wood - abyssalcraft:dltlog:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Darklands Oak Wood - abyssalcraft:dltlog2:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Darklands Oak Wood Planks - abyssalcraft:dltplank:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Darklands Oak Sapling - abyssalcraft:dltsapling:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Darklands Oak Wood Slab - abyssalcraft:dltslab1:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Darklands Oak Wood Slab - abyssalcraft:dltslab2:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Darkstone Pickaxe - abyssalcraft:dpick:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Darkstone Cobblestone Wall - abyssalcraft:dscwall:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Darkstone Shovel - abyssalcraft:dshovel:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Darkstone Sword - abyssalcraft:dsword:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Energy Collector - abyssalcraft:energycollector:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Energy Container - abyssalcraft:energycontainer:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Energy Relay - abyssalcraft:energyrelay:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Dr. Orange's head - abyssalcraft:ohead:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Pete's head - abyssalcraft:phead:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Ritual Altar - abyssalcraft:ritualaltar:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Ritual Altar - abyssalcraft:ritualaltar:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Ritual Pedestal - abyssalcraft:ritualpedestal:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Shadow Fragment - abyssalcraft:shadowfragment:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Shadow Gem - abyssalcraft:shadowgem:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Shadow Gem Shard - abyssalcraft:shadowshard:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Shoggoth Biomass - abyssalcraft:shoggothbiomass:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Shoggoth Ooze - abyssalcraft:shoggothblock:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Shoggoth Flesh - abyssalcraft:shoggothflesh:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Monolith Stone - abyssalcraft:stone:7 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Stone Tablet - abyssalcraft:stonetablet:0{Cursed:1b} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Cursed: 1 as byte}) to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Stone Tablet - abyssalcraft:stonetablet:0{ItemInventory:[],PotEnergy:0.0f} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({ItemInventory: [], PotEnergy: 0.0 as float}) to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Stone Tablet - abyssalcraft:stonetablet:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Overworld Energy Collector - abyssalcraft:tieredenergycollector:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Overworld Energy Container - abyssalcraft:tieredenergycontainer:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Overworld Energy Pedestal - abyssalcraft:tieredenergypedestal:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Mr. Wilson's head - abyssalcraft:whead:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Black Lotus - actuallyadditions:block_black_lotus:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Compost - actuallyadditions:block_compost:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Canola Seeds - actuallyadditions:item_canola_seed:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Coffee Beans - actuallyadditions:item_coffee_beans:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Coffee Seeds - actuallyadditions:item_coffee_seed:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Fertilizer - actuallyadditions:item_fertilizer:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Flax Seeds - actuallyadditions:item_flax_seed:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Rice - actuallyadditions:item_food:16 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Rice Bread - actuallyadditions:item_food:17 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Bio-Mash - actuallyadditions:item_misc:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Rice Dough - actuallyadditions:item_misc:9 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Rice Slimeball - actuallyadditions:item_misc:12 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Canola - actuallyadditions:item_misc:13 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Spawner Shards - actuallyadditions:item_misc:20 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Biomass - actuallyadditions:item_misc:21 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Bio Coal - actuallyadditions:item_misc:22 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Rice Seeds - actuallyadditions:item_rice_seed:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Worm - actuallyadditions:item_worm:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Bear Claw Paxel - animalium:bear_claw_paxel:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Bear Claw - animalium:bear_claw:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Cooked Bear Meat - animalium:bear_meat_cooked:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Raw Bear Meat - animalium:bear_meat:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Wild Dog Pelt Boots - animalium:dog_boots:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Cooked Rat Meat - animalium:rat_meat_cooked:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Raw Rat Meat - animalium:rat_meat:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Wild Dog Pelt - animalium:wild_dog_pelt:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Cart - astikorcarts:cargocart:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Transportation Cart - astikorcarts:mobcart:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Plow - astikorcarts:plowcart:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Wheel - astikorcarts:wheel:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Bag of Kibble - betterwithaddons:bag:17 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Bundle of Oak Saplings - betterwithaddons:bundle:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Bundle of Birch Saplings - betterwithaddons:bundle:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Bundle of Spruce Saplings - betterwithaddons:bundle:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Bundle of Jungle Saplings - betterwithaddons:bundle:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Bundle of Acacia Saplings - betterwithaddons:bundle:7 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Bundle of Dark Oak Saplings - betterwithaddons:bundle:8 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Bundle of Feathers - betterwithaddons:bundle:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Congealed Rotten Flesh - betterwithaddons:congealed:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Congealed Spider Eyes - betterwithaddons:congealed:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Congealed Mushroom - betterwithaddons:congealed:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Congealed Mushroom - betterwithaddons:congealed:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Congealed Bones - betterwithaddons:congealed:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Baked Mushroom - betterwithaddons:food_amanita_baked:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Baked Beetroot - betterwithaddons:food_beetroot_baked:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Baked Carrot - betterwithaddons:food_carrot_baked:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Fugu Sac - betterwithaddons:food_fugu_sac:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Ground Meat - betterwithaddons:food_ground_meat:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Mulberry - betterwithaddons:food_mulberry:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Baked Mushroom - betterwithaddons:food_mushroom_baked:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Cooked Fugu - betterwithaddons:food_pufferfish_cooked:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Fugu - betterwithaddons:food_pufferfish_prepared:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Sashimi - betterwithaddons:food_sashimi:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Soaked Rice - betterwithaddons:japanmat:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Rice Flour - betterwithaddons:japanmat:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Common Rush - betterwithaddons:japanmat:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Rice - betterwithaddons:japanmat:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Mulberry Leaves - betterwithaddons:leaves_mulberry:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Sakura Leaves - betterwithaddons:leaves_sakura:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Mulberry Wood - betterwithaddons:log_mulberry:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Sakura Wood - betterwithaddons:log_sakura:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Mulberry Wood Planks - betterwithaddons:planks_mulberry:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Sakura Wood Planks - betterwithaddons:planks_sakura:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Salt Cluster - betterwithaddons:salt:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Mulberry Sapling - betterwithaddons:sapling_mulberry:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Sakura Sapling - betterwithaddons:sapling_sakura:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Ash - betterwithaddons:tweakmat:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Wooden Lantern - betterwithaddons:wood_lamp:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Orange Fleece - betterwithaddons:wool:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Magenta Fleece - betterwithaddons:wool:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Light Blue Fleece - betterwithaddons:wool:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Yellow Fleece - betterwithaddons:wool:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Lime Fleece - betterwithaddons:wool:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Pink Fleece - betterwithaddons:wool:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Gray Fleece - betterwithaddons:wool:7 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Light Gray Fleece - betterwithaddons:wool:8 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Cyan Fleece - betterwithaddons:wool:9 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Purple Fleece - betterwithaddons:wool:10 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Blue Fleece - betterwithaddons:wool:11 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Brown Fleece - betterwithaddons:wool:12 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Green Fleece - betterwithaddons:wool:13 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Red Fleece - betterwithaddons:wool:14 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Black Fleece - betterwithaddons:wool:15 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. White Fleece - betterwithaddons:wool:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Block of Nethercoal - betterwithmods:aesthetic:13 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. White Stone - betterwithmods:aesthetic:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. White Cobble - betterwithmods:aesthetic:7 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Steak Dinner - betterwithmods:beef_dinner:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Steak and Potatoes - betterwithmods:beef_potatoes:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Breeding Harness - betterwithmods:breeding_harness:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Cooked Egg - betterwithmods:cooked_egg:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Kebab - betterwithmods:cooked_kebab:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Cooked Mushroom Omelet - betterwithmods:cooked_omelet:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Cooked Wolf Chop - betterwithmods:cooked_wolf_chop:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Creeper Oyster - betterwithmods:creeper_oyster:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Pile of Dirt - betterwithmods:dirt_pile:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Grass Slab - betterwithmods:dirt_slab:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Mycelium Slab - betterwithmods:dirt_slab:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Dirt Slab - betterwithmods:dirt_slab:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Pile of Gravel - betterwithmods:gravel_pile:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Ham and Eggs - betterwithmods:ham_and_eggs:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Hand Crank - betterwithmods:hand_crank:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Hemp Seeds - betterwithmods:hemp:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Tanned Leather Boots - betterwithmods:leather_tanned_boots:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Tanned Leather Tunic - betterwithmods:leather_tanned_chest:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Tanned Leather Cap - betterwithmods:leather_tanned_helmet:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Tanned Leather Pants - betterwithmods:leather_tanned_pants:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Mechanist's Journal - betterwithmods:manual:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Hemp - betterwithmods:material:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Hemp Fibers - betterwithmods:material:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Hemp Cloth - betterwithmods:material:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Leather Belt - betterwithmods:material:9 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Coal Dust - betterwithmods:material:18 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Niter - betterwithmods:material:26 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Charcoal Dust - betterwithmods:material:37 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Cocoa Powder - betterwithmods:material:44 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Witch Wart - betterwithmods:material:52 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Mysterious Gland - betterwithmods:material:53 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Poison Sac - betterwithmods:material:54 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Wooden Gear - betterwithmods:material:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Pork Dinner - betterwithmods:pork_dinner:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Raw Egg - betterwithmods:raw_egg:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Uncooked Kebab - betterwithmods:raw_kebab:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Raw Mushroom Omelet - betterwithmods:raw_omelet:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Pile of Red Sand - betterwithmods:red_sand_pile:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Pile of Sand - betterwithmods:sand_pile:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Shaft - betterwithmods:shaft:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Mill Stone - betterwithmods:single_machine:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Stake - betterwithmods:stake:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Tasty Sandwich - betterwithmods:tasty_sandwich:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Vine Trap - betterwithmods:vine_trap:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Wicker - betterwithmods:wicker:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Wolf Chop - betterwithmods:wolf_chop:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Unfired Clay Barrel Extension - ceramics:clay_barrel_unfired:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Clay Barrel Extension - ceramics:clay_barrel:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Unfired Porcelain - ceramics:clay_soft:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Unfired Porcelain - ceramics:unfired_clay:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Porcelain Brick - ceramics:unfired_clay:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Owl Egg - emberroot:owl_egg:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Darkosto Traposto - ferdinandsflowers:block_cff_dark:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Venus Fly Trap - ferdinandsflowers:block_cff_dark:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Desert Sturt Pea - ferdinandsflowers:block_cff_desert:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Tumble Weed - ferdinandsflowers:block_cff_desert:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Yellows - ferdinandsflowers:block_cff_desert:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Australian Flame Pea - ferdinandsflowers:block_cff_desert:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Orange Australian Flame Pea - ferdinandsflowers:block_cff_desert:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Desert Sand Verbena - ferdinandsflowers:block_cff_desert:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Pink Desert Sand Verbena - ferdinandsflowers:block_cff_desert:7 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Australian Cornflower - ferdinandsflowers:block_cff_desert:8 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Purple Flag - ferdinandsflowers:block_cff_desert:9 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Blue Tinsel Lily - ferdinandsflowers:block_cff_desert:10 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. White Tinsel Flower - ferdinandsflowers:block_cff_desert:11 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Desert Paintbrush - ferdinandsflowers:block_cff_desert:12 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Owl's Clover - ferdinandsflowers:block_cff_desert:13 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Yucca - ferdinandsflowers:block_cff_desert:14 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Notch Leaf Scorpion Weed - ferdinandsflowers:block_cff_desert:15 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Albuca Namaquensis - ferdinandsflowers:block_cff_desert:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Larkspur - ferdinandsflowers:block_cff_doubles:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Iris - ferdinandsflowers:block_cff_doubles:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Manzanita Bush - ferdinandsflowers:block_cff_doubles:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Gloriosa Lily - ferdinandsflowers:block_cff_doubles:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Tall Lupin - ferdinandsflowers:block_cff_doubles:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Tall Cosmos - ferdinandsflowers:block_cff_doubles:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Mendocino Poppy - ferdinandsflowers:block_cff_doublesb:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Ornamental Cherry - ferdinandsflowers:block_cff_doublesb:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Hawthorne - ferdinandsflowers:block_cff_doublesb:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Quince - ferdinandsflowers:block_cff_doublesb:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Crimson Gladiola - ferdinandsflowers:block_cff_doublesb:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Tall Calla Lily - ferdinandsflowers:block_cff_doublesb:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Peach Gladiola - ferdinandsflowers:block_cff_doublesc:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Orange Gladiola - ferdinandsflowers:block_cff_doublesc:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Tall Orange Cosmos - ferdinandsflowers:block_cff_doublesc:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Datura - ferdinandsflowers:block_cff_doublesc:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Himalayan Blue Poppy - ferdinandsflowers:block_cff_doublesc:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Gladiola - ferdinandsflowers:block_cff_doublesc:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Tall Cactus - ferdinandsflowers:block_cff_doublesd:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Ocotillo - ferdinandsflowers:block_cff_doublesd:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Mojave Indigo Bush - ferdinandsflowers:block_cff_doublesd:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Dry Shrub - ferdinandsflowers:block_cff_doublesd:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Cape Aloe - ferdinandsflowers:block_cff_doublesd:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Yucca Flower - ferdinandsflowers:block_cff_doublesd:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Blue Bell Sweet Peas - ferdinandsflowers:block_cff_doublesp:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Dark Blue Sweet Peas - ferdinandsflowers:block_cff_doublesp:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Blue Purple Sweet Peas - ferdinandsflowers:block_cff_doublesp:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Magenta Sweet Peas - ferdinandsflowers:block_cff_doublesp:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Dark Magenta Sweet Peas - ferdinandsflowers:block_cff_doublesp:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Medium Pink Sweet Peas - ferdinandsflowers:block_cff_doublesp:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Red Sunflower - ferdinandsflowers:block_cff_doubless:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Skyscraper Sunflower - ferdinandsflowers:block_cff_doubless:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Sundance Kid Sunflower - ferdinandsflowers:block_cff_doubless:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Teddy Bear Sunflower - ferdinandsflowers:block_cff_doubless:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Paradox Sunflower - ferdinandsflowers:block_cff_doubless:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Dried Sunflower - ferdinandsflowers:block_cff_doubless:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Lantana - ferdinandsflowers:block_cff_flowers:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Purple African Daisy - ferdinandsflowers:block_cff_flowers:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. African Daisy - ferdinandsflowers:block_cff_flowers:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Bachelor Button - ferdinandsflowers:block_cff_flowers:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Bleeding Heart - ferdinandsflowers:block_cff_flowers:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. California Poppy - ferdinandsflowers:block_cff_flowers:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Purple Calla Lily - ferdinandsflowers:block_cff_flowers:7 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Cosmos - ferdinandsflowers:block_cff_flowers:8 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Crocus Mix - ferdinandsflowers:block_cff_flowers:9 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Purple Crocus - ferdinandsflowers:block_cff_flowers:10 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Yellow Crocus - ferdinandsflowers:block_cff_flowers:11 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Yellow Daffodil - ferdinandsflowers:block_cff_flowers:12 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. White Daffodil - ferdinandsflowers:block_cff_flowers:13 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Dahlia - ferdinandsflowers:block_cff_flowers:14 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Forget Me Not - ferdinandsflowers:block_cff_flowers:15 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Fuchsia - ferdinandsflowers:block_cff_flowers:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Day Lily - ferdinandsflowers:block_cff_flowersb:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Another Day Lily - ferdinandsflowers:block_cff_flowersb:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Echinacea - ferdinandsflowers:block_cff_flowersb:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Orange Freesia - ferdinandsflowers:block_cff_flowersb:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Red Freesia - ferdinandsflowers:block_cff_flowersb:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Yellow Freesia - ferdinandsflowers:block_cff_flowersb:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Grape Hyacinth - ferdinandsflowers:block_cff_flowersb:7 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Lily of the Valley - ferdinandsflowers:block_cff_flowersb:8 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Orange Lupin - ferdinandsflowers:block_cff_flowersb:9 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Purple Lupin - ferdinandsflowers:block_cff_flowersb:10 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Yellow Lupin - ferdinandsflowers:block_cff_flowersb:11 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Narcissus - ferdinandsflowers:block_cff_flowersb:12 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Nasturtium - ferdinandsflowers:block_cff_flowersb:13 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Pansy - ferdinandsflowers:block_cff_flowersb:14 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Wolf's Bane - ferdinandsflowers:block_cff_flowersb:15 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Violet - ferdinandsflowers:block_cff_flowersb:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Sticky Monkey - ferdinandsflowers:block_cff_flowersc:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Pitcher Plant - ferdinandsflowers:block_cff_flowersc:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Pink Petticoat - ferdinandsflowers:block_cff_flowersc:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Bird's Eye Gilia - ferdinandsflowers:block_cff_flowersc:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Borage - ferdinandsflowers:block_cff_flowersc:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Royal Blue Lobelia - ferdinandsflowers:block_cff_flowersc:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Corydalis - ferdinandsflowers:block_cff_flowersc:7 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Red Clover - ferdinandsflowers:block_cff_flowersc:8 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Pink Clover - ferdinandsflowers:block_cff_flowersc:9 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Magenta Clover - ferdinandsflowers:block_cff_flowersc:10 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Pink Geranium - ferdinandsflowers:block_cff_flowersc:11 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Light Pink Geranium - ferdinandsflowers:block_cff_flowersc:12 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Red Geranium - ferdinandsflowers:block_cff_flowersc:13 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Pennyroyal - ferdinandsflowers:block_cff_flowersc:14 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Another Pennyroyal - ferdinandsflowers:block_cff_flowersc:15 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Lewisia - ferdinandsflowers:block_cff_flowersc:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Parrot Flower - ferdinandsflowers:block_cff_flowersd:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Red Poppy - ferdinandsflowers:block_cff_flowersd:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Cosmos Mix - ferdinandsflowers:block_cff_flowersd:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Orange Cosmos - ferdinandsflowers:block_cff_flowersd:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Yellow Cosmos - ferdinandsflowers:block_cff_flowersd:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Calla Lily - ferdinandsflowers:block_cff_flowersd:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Chrysanthemum - ferdinandsflowers:block_cff_flowersd:7 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Orchid - ferdinandsflowers:block_cff_flowersd:8 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Salvia - ferdinandsflowers:block_cff_flowersd:9 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Cyan Hyacinth - ferdinandsflowers:block_cff_flowersd:10 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Cloud Blue Corydalis - ferdinandsflowers:block_cff_flowersd:11 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Light Blue Forget Me Not - ferdinandsflowers:block_cff_flowersd:12 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Commelina - ferdinandsflowers:block_cff_flowersd:13 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Morning Glory - ferdinandsflowers:block_cff_flowersd:14 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Magenta Orchid - ferdinandsflowers:block_cff_flowersd:15 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Maroon Mallow - ferdinandsflowers:block_cff_flowersd:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Clover - ferdinandsflowers:block_cff_flowerse:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Peppermint - ferdinandsflowers:block_cff_flowerse:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Heavenly Cloud Sage - ferdinandsflowers:block_cff_flowerse:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Mexican Sage - ferdinandsflowers:block_cff_flowerse:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Purple Magenta Salvia - ferdinandsflowers:block_cff_flowerse:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Baneberry - ferdinandsflowers:block_cff_flowerse:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Light Blue Lobelia - ferdinandsflowers:block_cff_flowerse:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Medium Blue Lobelia - ferdinandsflowers:block_cff_flowerse:7 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Blue Bachelor Button - ferdinandsflowers:block_cff_flowerse:8 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Blue Bell Bachelor Button - ferdinandsflowers:block_cff_flowerse:9 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Dark Blue Borage - ferdinandsflowers:block_cff_flowerse:10 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Virginia Cowslip - ferdinandsflowers:block_cff_flowerse:11 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Sunny Zinnia - ferdinandsflowers:block_cff_flowerse:12 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Magenta Zinnia - ferdinandsflowers:block_cff_flowerse:13 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Striped Zinnia - ferdinandsflowers:block_cff_flowerse:14 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Mixed Zinnia - ferdinandsflowers:block_cff_flowerse:15 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Crinoline Stinkhorn - ferdinandsflowers:block_cff_fungus:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Devil's Fingers Single - ferdinandsflowers:block_cff_fungus:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Devil's Fingers Fungus - ferdinandsflowers:block_cff_fungus:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Basket Stinkhorn - ferdinandsflowers:block_cff_fungus:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Light Jack O' Lantern Fungus - ferdinandsflowers:block_cff_fungus:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Jack O' Lantern Fungus - ferdinandsflowers:block_cff_fungus:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Dark Jack O' Lantern Fungus - ferdinandsflowers:block_cff_fungus:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Brown Turkey Tail - ferdinandsflowers:block_cff_fungus:7 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Turkey Tail - ferdinandsflowers:block_cff_fungus:8 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Tan Turkey Tail - ferdinandsflowers:block_cff_fungus:9 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Violet Coral Fungus - ferdinandsflowers:block_cff_fungus:10 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Violet Webcap Mushroom - ferdinandsflowers:block_cff_fungus:11 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Light Blue Pixie's Parasol - ferdinandsflowers:block_cff_fungus:12 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Cyan Pixie's Parasol - ferdinandsflowers:block_cff_fungus:13 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Parodia Muricata - ferdinandsflowers:block_cff_ouch:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Engelmann's Hedgehog Cactus - ferdinandsflowers:block_cff_ouch:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Devil's Claw - ferdinandsflowers:block_cff_ouch:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Devil's Claw Vine - ferdinandsflowers:block_cff_ouch:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Cactus - ferdinandsflowers:block_cff_ouch:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Flower Chest - ferdinandsflowers:block_flower_chest:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Horse Chopping Block - horsepower:chopper:32767 +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Dough - horsepower:dough:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Flour - horsepower:flour:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Horse Grindstone - horsepower:grindstone:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Grindstone - horsepower:hand_grindstone:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Horse Press - horsepower:press:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Bookshelf - immcraft:bookshelf:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Cupboard - immcraft:cupboard:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Shelf - immcraft:shelf:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Industrial Hemp Fiber - immersiveengineering:material:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Industrial Hemp Seeds - immersiveengineering:seed:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Backpack - improvedbackpacks:backpack:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. White Backpack - improvedbackpacks:backpack:0{Color:0} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Color: 0}) to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Orange Backpack - improvedbackpacks:backpack:0{Color:1} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Color: 1}) to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Magenta Backpack - improvedbackpacks:backpack:0{Color:2} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Color: 2}) to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Light Blue Backpack - improvedbackpacks:backpack:0{Color:3} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Color: 3}) to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Yellow Backpack - improvedbackpacks:backpack:0{Color:4} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Color: 4}) to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Lime Backpack - improvedbackpacks:backpack:0{Color:5} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Color: 5}) to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Pink Backpack - improvedbackpacks:backpack:0{Color:6} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Color: 6}) to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Gray Backpack - improvedbackpacks:backpack:0{Color:7} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Color: 7}) to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Light Gray Backpack - improvedbackpacks:backpack:0{Color:8} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Color: 8}) to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Cyan Backpack - improvedbackpacks:backpack:0{Color:9} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Color: 9}) to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Purple Backpack - improvedbackpacks:backpack:0{Color:10} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Color: 10}) to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Blue Backpack - improvedbackpacks:backpack:0{Color:11} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Color: 11}) to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Brown Backpack - improvedbackpacks:backpack:0{Color:12} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Color: 12}) to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Green Backpack - improvedbackpacks:backpack:0{Color:13} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Color: 13}) to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Red Backpack - improvedbackpacks:backpack:0{Color:14} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Color: 14}) to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Black Backpack - improvedbackpacks:backpack:0{Color:15} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Color: 15}) to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Blank Upgrade - improvedbackpacks:blank_upgrade:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Storage Upgrade (Stone) - improvedbackpacks:upgrade:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Storage Upgrade (Wood) - improvedbackpacks:upgrade:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Acacia Log Raft - jarm:acacia_raft:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Birch Log Raft - jarm:birch_raft:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Dark Oak Log Raft - jarm:dark_oak_raft:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Jungle Log Raft - jarm:jungle_raft:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Oak Log Raft - jarm:oak_raft:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Spruce Log Raft - jarm:spruce_raft:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Salt - mekanism:salt:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Beetroot Seeds - minecraft:beetroot_seeds:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Beetroot Soup - minecraft:beetroot_soup:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Black Glazed Terracotta - minecraft:black_glazed_terracotta:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Blue Glazed Terracotta - minecraft:blue_glazed_terracotta:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Bowl - minecraft:bowl:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Bread - minecraft:bread:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Brick - minecraft:brick:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Brown Glazed Terracotta - minecraft:brown_glazed_terracotta:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Mushroom - minecraft:brown_mushroom:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Mushroom - minecraft:brown_mushroom_block:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Charcoal - minecraft:coal:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Coal - minecraft:coal:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Mossy Cobblestone Wall - minecraft:cobblestone_wall:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Cobblestone Wall - minecraft:cobblestone_wall:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Cyan Glazed Terracotta - minecraft:cyan_glazed_terracotta:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Dead Bush - minecraft:deadbush:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Lilac - minecraft:double_plant:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Double Tallgrass - minecraft:double_plant:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Large Fern - minecraft:double_plant:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Rose Bush - minecraft:double_plant:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Peony - minecraft:double_plant:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Sunflower - minecraft:double_plant:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Cactus Green - minecraft:dye:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Cocoa Beans - minecraft:dye:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Bone Meal - minecraft:dye:15 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Bottle o' Enchanting - minecraft:experience_bottle:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Farmland - minecraft:farmland:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Fermented Spider Eye - minecraft:fermented_spider_eye:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Firework Star - minecraft:firework_charge:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Grass Block - minecraft:grass:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Grass Path - minecraft:grass_path:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Gray Glazed Terracotta - minecraft:gray_glazed_terracotta:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Green Glazed Terracotta - minecraft:green_glazed_terracotta:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Gunpowder - minecraft:gunpowder:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Terracotta - minecraft:hardened_clay:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Hay Bale - minecraft:hay_block:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Ice - minecraft:ice:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Lead - minecraft:lead:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Leather - minecraft:leather:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Leather Boots - minecraft:leather_boots:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Leather Tunic - minecraft:leather_chestplate:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Leather Cap - minecraft:leather_helmet:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Leather Pants - minecraft:leather_leggings:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Dark Oak Leaves - minecraft:leaves2:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Acacia Leaves - minecraft:leaves2:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Spruce Leaves - minecraft:leaves:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Birch Leaves - minecraft:leaves:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Jungle Leaves - minecraft:leaves:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Oak Leaves - minecraft:leaves:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Light Blue Glazed Terracotta - minecraft:light_blue_glazed_terracotta:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Lime Glazed Terracotta - minecraft:lime_glazed_terracotta:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Magenta Glazed Terracotta - minecraft:magenta_glazed_terracotta:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Melon Seeds - minecraft:melon_seeds:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Monster Spawner - minecraft:mob_spawner:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Stone Monster Egg - minecraft:monster_egg:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Moss Stone - minecraft:mossy_cobblestone:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Mycelium - minecraft:mycelium:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Orange Glazed Terracotta - minecraft:orange_glazed_terracotta:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Packed Ice - minecraft:packed_ice:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Pink Glazed Terracotta - minecraft:pink_glazed_terracotta:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Prismarine Bricks - minecraft:prismarine:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Dark Prismarine - minecraft:prismarine:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Prismarine - minecraft:prismarine:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Prismarine Crystals - minecraft:prismarine_crystals:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Prismarine Shard - minecraft:prismarine_shard:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Pumpkin Seeds - minecraft:pumpkin_seeds:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Purple Glazed Terracotta - minecraft:purple_glazed_terracotta:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Rabbit's Foot - minecraft:rabbit_foot:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Rabbit Hide - minecraft:rabbit_hide:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Rabbit Stew - minecraft:rabbit_stew:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Blue Orchid - minecraft:red_flower:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Allium - minecraft:red_flower:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Azure Bluet - minecraft:red_flower:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Red Tulip - minecraft:red_flower:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Orange Tulip - minecraft:red_flower:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. White Tulip - minecraft:red_flower:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Pink Tulip - minecraft:red_flower:7 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Oxeye Daisy - minecraft:red_flower:8 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Red Glazed Terracotta - minecraft:red_glazed_terracotta:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Mushroom - minecraft:red_mushroom:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Mushroom - minecraft:red_mushroom_block:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Chiseled Red Sandstone - minecraft:red_sandstone:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Smooth Red Sandstone - minecraft:red_sandstone:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Red Sandstone - minecraft:red_sandstone:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Sugar Canes - minecraft:reeds:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Rotten Flesh - minecraft:rotten_flesh:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Saddle - minecraft:saddle:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Chiseled Sandstone - minecraft:sandstone:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Smooth Sandstone - minecraft:sandstone:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Sandstone - minecraft:sandstone:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Sea Lantern - minecraft:sea_lantern:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Sign - minecraft:sign:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Light Gray Glazed Terracotta - minecraft:silver_glazed_terracotta:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Zombie Head - minecraft:skull:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Creeper Head - minecraft:skull:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Skeleton Skull - minecraft:skull:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Slime Block - minecraft:slime:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Slimeball - minecraft:slime_ball:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Snow - minecraft:snow_layer:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Spider Eye - minecraft:spider_eye:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Wet Sponge - minecraft:sponge:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Sponge - minecraft:sponge:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Orange Terracotta - minecraft:stained_hardened_clay:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Magenta Terracotta - minecraft:stained_hardened_clay:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Light Blue Terracotta - minecraft:stained_hardened_clay:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Yellow Terracotta - minecraft:stained_hardened_clay:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Lime Terracotta - minecraft:stained_hardened_clay:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Pink Terracotta - minecraft:stained_hardened_clay:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Gray Terracotta - minecraft:stained_hardened_clay:7 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Light Gray Terracotta - minecraft:stained_hardened_clay:8 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Cyan Terracotta - minecraft:stained_hardened_clay:9 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Purple Terracotta - minecraft:stained_hardened_clay:10 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Blue Terracotta - minecraft:stained_hardened_clay:11 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Brown Terracotta - minecraft:stained_hardened_clay:12 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Green Terracotta - minecraft:stained_hardened_clay:13 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Red Terracotta - minecraft:stained_hardened_clay:14 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Black Terracotta - minecraft:stained_hardened_clay:15 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. White Terracotta - minecraft:stained_hardened_clay:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Polished Granite - minecraft:stone:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Polished Diorite - minecraft:stone:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Polished Andesite - minecraft:stone:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Stone Axe - minecraft:stone_axe:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Stone Pickaxe - minecraft:stone_pickaxe:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Stone Shovel - minecraft:stone_shovel:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Red Sandstone Slab - minecraft:stone_slab2:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Sandstone Slab - minecraft:stone_slab:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Cobblestone Slab - minecraft:stone_slab:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Quartz Slab - minecraft:stone_slab:7 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Stone Slab - minecraft:stone_slab:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Stone Sword - minecraft:stone_sword:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. String - minecraft:string:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Sugar - minecraft:sugar:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Grass - minecraft:tallgrass:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Fern - minecraft:tallgrass:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Vines - minecraft:vine:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Cobweb - minecraft:web:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Seeds - minecraft:wheat_seeds:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. White Glazed Terracotta - minecraft:white_glazed_terracotta:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Spruce Wood Slab - minecraft:wooden_slab:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Birch Wood Slab - minecraft:wooden_slab:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Jungle Wood Slab - minecraft:wooden_slab:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Acacia Wood Slab - minecraft:wooden_slab:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Dark Oak Wood Slab - minecraft:wooden_slab:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Oak Wood Slab - minecraft:wooden_slab:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Yellow Glazed Terracotta - minecraft:yellow_glazed_terracotta:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Bluebells - natura:bluebells_flower:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Cloud - natura:clouds:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Cotton - natura:materials:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Barley - natura:materials:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Silverbell Leaves - natura:overworld_leaves:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Amaranth Leaves - natura:overworld_leaves:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Tiger Leaves - natura:overworld_leaves:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Maple Leaves - natura:overworld_leaves:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Eucalyptus Leaves - natura:overworld_leaves2:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Hopseed Leaves - natura:overworld_leaves2:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Sakura Leaves - natura:overworld_leaves2:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Willow Leaves - natura:overworld_leaves2:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Silverbell Wood - natura:overworld_logs:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Amaranth Wood - natura:overworld_logs:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Tiger Wood - natura:overworld_logs:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Maple Wood - natura:overworld_logs:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Eucalyptus Wood - natura:overworld_logs2:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Hopseed Wood - natura:overworld_logs2:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Sakura Wood - natura:overworld_logs2:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Willow Wood - natura:overworld_logs2:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Silverbell Planks - natura:overworld_planks:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Amaranth Planks - natura:overworld_planks:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Tigerwood Planks - natura:overworld_planks:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Willow Planks - natura:overworld_planks:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Eucalyptus Planks - natura:overworld_planks:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Hopseed Planks - natura:overworld_planks:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Sakura Planks - natura:overworld_planks:7 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Redwood Planks - natura:overworld_planks:8 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Maple Planks - natura:overworld_planks:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Silverbell Sapling - natura:overworld_sapling:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Amaranth Sapling - natura:overworld_sapling:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Tigerwood Sapling - natura:overworld_sapling:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Maple Sapling - natura:overworld_sapling:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Eucalyptus Sapling - natura:overworld_sapling2:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Hopseed Sapling - natura:overworld_sapling2:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Sakura Sapling - natura:overworld_sapling2:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Willow Sapling - natura:overworld_sapling2:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Cotton Seeds - natura:overworld_seeds:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Barley Seeds - natura:overworld_seeds:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Silverbell Slab - natura:overworld_slab:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Amaranth Slab - natura:overworld_slab:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Tigerwood Slab - natura:overworld_slab:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Willow Slab - natura:overworld_slab:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Maple Slab - natura:overworld_slab:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Hopseed Slab - natura:overworld_slab2:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Sakura Slab - natura:overworld_slab2:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Redwood Slab - natura:overworld_slab2:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Eucalyptus Slab - natura:overworld_slab2:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Redwood Leaves - natura:redwood_leaves:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Redwood - natura:redwood_logs:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Redwood Root - natura:redwood_logs:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Redwood Bark - natura:redwood_logs:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Redwood Sapling - natura:redwood_sapling:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Saguaro Fruit - natura:saguaro_fruit_item:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Nature's Compass - naturescompass:naturescompass:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Charcoal Piece - pickletweaks:coal_piece:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. White Cobblestone - pickletweaks:colored_cobblestone:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Orange Dye Powder - pickletweaks:dye_powder:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Magenta Dye Powder - pickletweaks:dye_powder:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Light Blue Dye Powder - pickletweaks:dye_powder:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Yellow Dye Powder - pickletweaks:dye_powder:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Lime Dye Powder - pickletweaks:dye_powder:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Pink Dye Powder - pickletweaks:dye_powder:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Gray Dye Powder - pickletweaks:dye_powder:7 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Light Gray Dye Powder - pickletweaks:dye_powder:8 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Cyan Dye Powder - pickletweaks:dye_powder:9 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Purple Dye Powder - pickletweaks:dye_powder:10 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Blue Dye Powder - pickletweaks:dye_powder:11 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Brown Dye Powder - pickletweaks:dye_powder:12 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Green Dye Powder - pickletweaks:dye_powder:13 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Red Dye Powder - pickletweaks:dye_powder:14 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Black Dye Powder - pickletweaks:dye_powder:15 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. White Dye Powder - pickletweaks:dye_powder:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Aconite - primal:aconite:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Aconite Petals - primal:aconite_petal:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Aconite Sprig - primal:aconite_sprig:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Ancient Ice - primal:ancient_ice:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Animal Fur - primal:animal_fur:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Wolf Chest - primal:armor_wolf_body:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Wolf Boots - primal:armor_wolf_feet:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Wolf Hood - primal:armor_wolf_head:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Wolf Leggings - primal:armor_wolf_legs:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Ash - primal:ash_common:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Ironwood Ash - primal:ash_ironwood:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Yew Ash - primal:ash_yew:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Acacia Bark - primal:bark_acacia:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Dark Oak Bark - primal:bark_bigoak:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Birch Bark - primal:bark_birch:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Ironwood Bark - primal:bark_ironwood:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Jungle Wood Bark - primal:bark_jungle:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Oak Bark - primal:bark_oak:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Spruce Bark - primal:bark_spruce:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Yew Bark - primal:bark_yew:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Oak Barrel - primal:barrel:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Spruce Barrel - primal:barrel:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Birch Barrel - primal:barrel:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Jungle Barrel - primal:barrel:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Acacia Barrel - primal:barrel:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Dark Oak Barrel - primal:barrel:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Ironwood Barrel - primal:barrel:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Yew Barrel - primal:barrel:7 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Lacquer Barrel - primal:barrel:8 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Corphyry Barrel - primal:barrel:9 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Acacia Barrel Lid - primal:barrel_acacia_lid:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Birch Barrel Lid - primal:barrel_birch_lid:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Corphyry Barrel Lid - primal:barrel_corypha_lid:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Dark Oak Barrel Lid - primal:barrel_dark_oak_lid:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Ironwood Barrel Lid - primal:barrel_ironwood_lid:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Jungle Barrel Lid - primal:barrel_jungle_lid:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Lacquer Barrel Lid - primal:barrel_lacquer_lid:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Oak Barrel Lid - primal:barrel_oak_lid:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Spruce Barrel Lid - primal:barrel_spruce_lid:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Yew Barrel Lid - primal:barrel_yew_lid:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Cooked Bat Meat - primal:bat_meat_cooked:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Dried Bat Meat - primal:bat_meat_dried:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Raw Bat Meat - primal:bat_meat_raw:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Rotten Bat Meat - primal:bat_meat_rotten:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Cooked Bear Meat - primal:bear_meat_cooked:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Dried Bear Meat - primal:bear_meat_dried:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Raw Bear Meat - primal:bear_meat_raw:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Bluestone - primal:blue_stone:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Smooth Bluestone - primal:blue_stone:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Stacked Bluestone - primal:blue_stone:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Bluestone Brick - primal:blue_stone:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Bluestone Cobble - primal:blue_stone:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Chiseled Bluestone - primal:blue_stone:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Mysterious Bluestone - primal:blue_stone:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Carbonate Stone - primal:carbonate_stone:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Smooth Carbonate Stone - primal:carbonate_stone:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Stacked Carbonate Stone - primal:carbonate_stone:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Carbonate Brick - primal:carbonate_stone:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Carbonate Cobblestone - primal:carbonate_stone:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Chiseled Carbonate Brick - primal:carbonate_stone:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Mysterious Carbonate Stone - primal:carbonate_stone:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. White Cheese - primal:cheese_white:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Common Stone - primal:common_stone:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Smooth Common Stone - primal:common_stone:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Stacked Common Stone - primal:common_stone:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Common Brick - primal:common_stone:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Common Cobblestone - primal:common_stone:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Chiseled Common Stone - primal:common_stone:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Mysterious Common Stone - primal:common_stone:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Corn Bread - primal:corn_bread:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Corn Cob - primal:corn_cob:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Cooked Corn Cob - primal:corn_cob_cooked:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Ground Corn - primal:corn_ground:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Corn Seeds - primal:corn_seeds:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Corn Stalk - primal:corn_stalk:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Dry Corn Stalk - primal:corn_stalk_dry:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Fresh Corn Stalk - primal:corn_stalk_wet:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Daucus Murn Fronds - primal:daucus_murn_fronds:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Daucus Murn Root - primal:daucus_murn_root:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Cooked Daucus Murn Root - primal:daucus_murn_root_cooked:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Ferrocalcite Stone - primal:ferro_stone:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Smooth Ferrocalcite Stone - primal:ferro_stone:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Stacked Ferrocalcite Stone - primal:ferro_stone:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Ferrocalcite Brick - primal:ferro_stone:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Ferrocalcite Cobblestone - primal:ferro_stone:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Chiseled Ferrocalcite Stone - primal:ferro_stone:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Mysterious Ferrocalcite Stone - primal:ferro_stone:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Dried Clownfish - primal:fish_clown_dried:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Dried Cod - primal:fish_cod_dried:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Dried Pufferfish - primal:fish_puffer_dried:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Dried Salmon - primal:fish_salmon_dried:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Flint Axe - primal:flint_axe:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Flaked Flint Point - primal:flint_point:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Flint Hand Saw - primal:flint_saw:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Flint Shears - primal:flint_shears:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Flint Shovel - primal:flint_shovel:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Cooked Gator Meat - primal:gator_meat_cooked:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Raw Gator Meat - primal:gator_meat_raw:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Dried Hide - primal:hide_dried:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Raw Hide - primal:hide_raw:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Salted Hide - primal:hide_salted:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Wet Tanned Hide - primal:hide_tanned:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Cooked Horse Meat - primal:horse_meat_cooked:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Dried Horse Meat - primal:horse_meat_dried:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Raw Horse Meat - primal:horse_meat_raw:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Andesite Ladder Block - primal:ladder_block_andesite:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Cobblestone Ladder Block - primal:ladder_block_cobblestone:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Mossy Cobblestone Ladder Block - primal:ladder_block_cobblestone_mossy:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Diorite Ladder Block - primal:ladder_block_diorite:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Granite Ladder Block - primal:ladder_block_granite:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Smooth Andesite Ladder Block - primal:ladder_block_smoothandesite:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Smooth Diorite Ladder Block - primal:ladder_block_smoothdiorite:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Smooth Granite Ladder Block - primal:ladder_block_smoothgranite:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Stone Ladder Block - primal:ladder_block_smoothstone:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Boiled Leather - primal:leather_boiled:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Leather Cordage - primal:leather_cordage:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Leather Strip - primal:leather_strip:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Yew Leaves - primal:leaves:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Charqui - primal:llama_meat_charqui:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Cooked Llama Meat - primal:llama_meat_cooked:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Raw Llama Meat - primal:llama_meat_raw:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Loam - primal:loam_block:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Yew Log - primal:logs:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Oak Log Stack - primal:logs_stacked:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Spruce Log Stack - primal:logs_stacked:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Birch Log Stack - primal:logs_stacked:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Jungle Log Stack - primal:logs_stacked:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Acacia Log Stack - primal:logs_stacked:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Dark Oak Log Stack - primal:logs_stacked:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Ironwood Log Stack - primal:logs_stacked:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Yew Log Stack - primal:logs_stacked:7 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Oak Stripped Log - primal:logs_stripped:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Spruce Stripped Log - primal:logs_stripped:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Birch Stripped Log - primal:logs_stripped:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Jungle Stripped Log - primal:logs_stripped:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Acacia Stripped Log - primal:logs_stripped:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Dark Oak Stripped Log - primal:logs_stripped:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Ironwood Stripped Log - primal:logs_stripped:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Yew Stripped Log - primal:logs_stripped:7 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Muck - primal:muck:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Mud Clump - primal:mud_clump:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Dried Mud - primal:mud_dried:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Smooth Dried Mud - primal:mud_dried:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Stacked Dried Mud - primal:mud_dried:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Dried Mud Brick - primal:mud_dried:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Dried Mud Cobble - primal:mud_dried:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Chiseled Dried Mud - primal:mud_dried:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Mysterious Dried Mud - primal:mud_dried:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Dried Mud Pillar - primal:mud_dried:7 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Wet Mud - primal:mud_wet:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Hornblende Idolum - primal:night_stone:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Smooth Hornblende - primal:night_stone:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Stacked Hornblende - primal:night_stone:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Hornblende Brick - primal:night_stone:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Hornblende Cobble - primal:night_stone:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Chiseled Hornblende - primal:night_stone:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Mysterious Hornblende - primal:night_stone:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Halite Salt Ore - primal:ore_salt:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Ortho Stone - primal:ortho_stone:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Smooth Ortho Stone - primal:ortho_stone:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Stacked Ortho Stone - primal:ortho_stone:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Ortho Brick - primal:ortho_stone:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Ortho Cobblestone - primal:ortho_stone:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Chiseled Ortho Stone - primal:ortho_stone:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Mysterious Ortho Stone - primal:ortho_stone:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Animal Pelt - primal:pelt_animal:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Large Animal Pelt - primal:pelt_animal_large:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Black Bear Pelt - primal:pelt_bear_black:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Brown Bear Pelt - primal:pelt_bear_brown:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Polar Bear Pelt - primal:pelt_bear_polar:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Cow Pelt - primal:pelt_cow:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. White Wolf Pelt - primal:pelt_dog:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Donkey Pelt - primal:pelt_donkey:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Gator Skin - primal:pelt_gator:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Horse Pelt - primal:pelt_horse:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Llama Pelt - primal:pelt_llama:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Mooshroon Pelt - primal:pelt_mooshroom:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Mule Pelt - primal:pelt_mule:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Ovis Atre Pelt - primal:pelt_ovis:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Pig Pelt - primal:pelt_pig:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Shark Skin - primal:pelt_shark:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Sheep Pelt - primal:pelt_sheep:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Wolf Pelt - primal:pelt_wolf:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Dried Pigman Hide - primal:pigman_hide_dried:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Raw Pigman Hide - primal:pigman_hide_raw:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Spoiled Pigman Hide - primal:pigman_hide_spoiled:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Tanned Pigman Hide - primal:pigman_hide_tanned:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Pigman Leather - primal:pigman_leather:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Yew Planks - primal:planks:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Plant Cloth - primal:plant_cloth:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Plant Papyrus - primal:plant_papyrus:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Porphyry Stone - primal:porphyry_stone:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Smooth Porphyry Stone - primal:porphyry_stone:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Stacked Porphyry Stone - primal:porphyry_stone:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Porphyry Brick - primal:porphyry_stone:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Porphyry Cobblestone - primal:porphyry_stone:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Chiseled Porphyry Stone - primal:porphyry_stone:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Mysterious Porphyry Stone - primal:porphyry_stone:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Porphyry Pillar - primal:porphyry_stone:7 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Molding Potato - primal:potato_rotten:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Pumpkin Piece - primal:pumpkin_piece:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Rushes - primal:rush:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Rush Seeds - primal:rush_seeds:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Rush Stems - primal:rush_stems:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Netjry Salt - primal:salt_dust_netjry:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Halite Rock Salt - primal:salt_dust_rock:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Void Salt - primal:salt_dust_void:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Netjry Salt Flat - primal:salt_netjry_block:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Yew Sapling - primal:sapling:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Sarsen Stone - primal:sarsen_stone:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Smooth Sarsen Stone - primal:sarsen_stone:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Stacked Sarsen Stone - primal:sarsen_stone:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Sarsen Brick - primal:sarsen_stone:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Sarsen Cobblestone - primal:sarsen_stone:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Chiseled Sarsen Stone - primal:sarsen_stone:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Mysterious Sarsen Stone - primal:sarsen_stone:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Blueschist - primal:schist_blue_stone:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Smooth Blueschist - primal:schist_blue_stone:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Stacked Blueschist - primal:schist_blue_stone:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Blueschist Brick - primal:schist_blue_stone:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Blueschist Cobblestone - primal:schist_blue_stone:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Chiseled Blueschist - primal:schist_blue_stone:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Mysterious Blueschist - primal:schist_blue_stone:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Greenschist - primal:schist_green_stone:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Smooth Greenschist - primal:schist_green_stone:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Stacked Greenschist - primal:schist_green_stone:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Greenschist Brick - primal:schist_green_stone:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Greenschist Cobblestone - primal:schist_green_stone:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Chiseled Greenschist - primal:schist_green_stone:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Mysterious Greenschist - primal:schist_green_stone:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Shark Fin - primal:shark_fin:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Cooked Shark Meat - primal:shark_meat_cooked:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Dried Shark Meat - primal:shark_meat_dried:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Raw Shark Meat - primal:shark_meat_raw:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Shark Tooth - primal:shark_tooth:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Lacquer Slab - primal:slab_lacquer:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Dried Mud Slab - primal:slab_mud:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Yew Slab - primal:slab_yew:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Acacia Slats - primal:slat_acacia:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Dark Oak Slats - primal:slat_bigoak:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Birch Slats - primal:slat_birch:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Corphyry Slats - primal:slat_corypha:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Iron Slats - primal:slat_iron:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Ironwood Slats - primal:slat_ironwood:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Jungle Slats - primal:slat_jungle:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Lacquer Slats - primal:slat_lacquer:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Oak Slats - primal:slat_oak:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Spruce Slats - primal:slat_spruce:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Yew Slats - primal:slat_yew:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Dirt Stairs - primal:stairs_dirt:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Strangle Weed - primal:strangle_weed:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Tall Grass - primal:tall_grass_growing:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Ground Resin - primal:tannin_ground:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Terracotta - primal:terracotta_block:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Smooth Terracotta - primal:terracotta_block:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Stacked Terracotta - primal:terracotta_block:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Terracotta Brick - primal:terracotta_block:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Terracotta Cobble - primal:terracotta_block:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Chiseled Terracotta - primal:terracotta_block:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Mysterious Terracotta - primal:terracotta_block:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Terracotta Pillar - primal:terracotta_block:7 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Thatch - primal:thatch:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Cineris Thatch - primal:thatch_nether:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Wet Thatch - primal:thatch_wet:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Dry Thatching - primal:thatching_dry:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Fresh Thatching - primal:thatching_wet:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Acacia Thin Slab - primal:thin_slab_acacia:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Dark Oak Thin Slab - primal:thin_slab_bigoak:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Birch Thin Slab - primal:thin_slab_birch:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Ironwood Thin Slab - primal:thin_slab_ironwood:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Jungle Wood Thin Slab - primal:thin_slab_jungle:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Lacquer Thin Slab - primal:thin_slab_lacquer:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Oak Wood Thin Slab - primal:thin_slab_oak:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Spruce Wood Thin Slab - primal:thin_slab_spruce:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Thatch Thin Slab - primal:thin_slab_thatch:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Yew Thin Slab - primal:thin_slab_yew:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Common Stone Wall - primal:wall:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Nether Stone Wall - primal:wall:10 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Terracotta Wall - primal:wall:14 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Sarsen Stone Wall - primal:wall:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Blue Stone Wall - primal:wall:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Ortho Stone Wall - primal:wall:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Green Schist Wall - primal:wall:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Blue Schist Wall - primal:wall:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Scoria Stone Wall - primal:wall:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Ferro Stone Wall - primal:wall:8 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Carbonate Stone Wall - primal:wall:9 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Wax Residue - primal:wax_residue:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Ground Wheat - primal:wheat_ground:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Wolf Head - primal:wolf_head_item:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Cooked Wolf Meat - primal:wolf_meat_cooked:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Dried Wolf Meat - primal:wolf_meat_dried:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Raw Wolf Meat - primal:wolf_meat_raw:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Yew Aril - primal:yew_aril:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Yew Seedless Aril - primal:yew_aril_seedless:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Yew Seed - primal:yew_seed:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Yew Stick - primal:yew_stick:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Terra Clay Clump - primal:terra_clump:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Wet Terracotta Brick - primal:terra_brick_wet:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Terracotta Brick - primal:terra_brick_dry:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Terra Clay - primal:terra_block:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Bone Axe - primal_tech:bone_axe:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Bone Knife - primal_tech:bone_knife:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Bone Pickaxe - primal_tech:bone_pickaxe:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Bone Shard - primal_tech:bone_shard:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Bone Shears - primal_tech:bone_shears:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Bone Shovel - primal_tech:bone_shovel:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Bone Sword - primal_tech:bone_sword:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Low Grade Charcoal - primal_tech:charcoal_block:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Flame Grilled Wopper - primal_tech:charcoal_hopper:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Clay Kiln - primal_tech:clay_kiln:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Flint Block - primal_tech:flint_block:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Fluid Bladder - primal_tech:fluid_bladder:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Stick Bundle - primal_tech:stick_bundle:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Stone Grill - primal_tech:stone_grill:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Wopper Mk2 :P - primal_tech:wooden_hopper:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Work Stump Mk2 - primal_tech:work_stump_upgraded:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Primal Chest Advanced - primalchests:primal_chest_advanced:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Primal Chest - primalchests:primal_chest:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Broken Spear (Shaft) - progressiontweaks:broken_spear_shaft:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Broken Spear (Tip) - progressiontweaks:broken_spear_tip:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Flat Bread - progressiontweaks:flat_bread:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Unfired Clay Bowl - progressiontweaks:unfired_clay_bowl:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Elder Prismarine - quark:elder_prismarine:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Elder Prismarine Bricks - quark:elder_prismarine:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Dark Elder Prismarine - quark:elder_prismarine:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Elder Sea Lantern - quark:elder_sea_lantern:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Prismarine Brick Slab - quark:prismarine_bricks_slab:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Dark Prismarine Slab - quark:prismarine_dark_slab:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Prismarine Wall - quark:prismarine_rough_wall:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Red Sandstone Wall - quark:red_sandstone_wall:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Sandstone Wall - quark:sandstone_wall:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Andesite Slab - quark:stone_andesite_slab:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Andesite Wall - quark:stone_andesite_wall:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Diorite Slab - quark:stone_diorite_slab:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Diorite Wall - quark:stone_diorite_wall:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Granite Slab - quark:stone_granite_slab:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Granite Wall - quark:stone_granite_wall:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Stone Wall - quark:stone_wall:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Turf Block - quark:turf:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Turf Stairs - quark:turf_stairs:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Turf Slab - quark:turf_slab:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Glowshroom - quark:glowshroom_block:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Witch Hat - quark:witch_hat:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Aloe Vera - rustic:aloe_vera:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Apple Seeds - rustic:apple_seeds:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Bee - rustic:bee:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Beeswax - rustic:beeswax:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Blood Orchid - rustic:blood_orchid:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Chamomile - rustic:chamomile:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Chili Pepper Seeds - rustic:chili_pepper_seeds:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Chili Pepper - rustic:chili_pepper:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Cloudsbluff - rustic:cloudsbluff:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Cohosh - rustic:cohosh:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Core Root - rustic:core_root:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Deathstalk Mushroom - rustic:deathstalk_mushroom:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Ginseng Root - rustic:ginseng:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Grape Seeds - rustic:grape_stem:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Grapes - rustic:grapes:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Honeycomb - rustic:honeycomb:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Horsetail - rustic:horsetail:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Ironberries - rustic:ironberries:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Ironwood Slab - rustic:ironwood_slab_item:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Apple Leaves - rustic:leaves_apple:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Ironwood Leaves - rustic:leaves:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Olive Leaves - rustic:leaves:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Marsh Mallow Root - rustic:marsh_mallow:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Mooncap Mushroom - rustic:mooncap_mushroom:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Olive Wood Slab - rustic:olive_slab_item:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Olives - rustic:olives:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Black Painted Wood - rustic:painted_wood_black:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Blue Painted Wood - rustic:painted_wood_blue:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Brown Painted Wood - rustic:painted_wood_brown:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Cyan Painted Wood - rustic:painted_wood_cyan:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Gray Painted Wood - rustic:painted_wood_gray:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Green Painted Wood - rustic:painted_wood_green:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Light Blue Painted Wood - rustic:painted_wood_light_blue:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Lime Painted Wood - rustic:painted_wood_lime:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Magenta Painted Wood - rustic:painted_wood_magenta:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Orange Painted Wood - rustic:painted_wood_orange:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Pink Painted Wood - rustic:painted_wood_pink:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Purple Painted Wood - rustic:painted_wood_purple:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Red Painted Wood - rustic:painted_wood_red:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Light Gray Painted Wood - rustic:painted_wood_silver:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. White Painted Wood - rustic:painted_wood_white:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Yellow Painted Wood - rustic:painted_wood_yellow:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Ironwood Planks - rustic:planks:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Olive Wood Planks - rustic:planks:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Tallow - rustic:tallow:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Tomato Seeds - rustic:tomato_seeds:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Tomato - rustic:tomato:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Wind Thistle - rustic:wind_thistle:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Stone Braced Shield - spartanshields:shield_basic_stone:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Crude Wooden Shield - spartanshields:shield_basic_wood:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Wooden Tower Shield - spartanshields:shield_tower_wood:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Stone Tower Shield - spartanshields:shield_tower_stone:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Porcelain Casting Table - tcomplement:porcelain_casting:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Porcelain Casting Basin - tcomplement:porcelain_casting:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Seared Heater - tcomplement:melter:8 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Melter - tcomplement:melter:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Porcelain Heater - tcomplement:porcelain_melter:8 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Porcelain Melter - tcomplement:porcelain_melter:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Casting Basin - tconstruct:casting:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Casting Table - tconstruct:casting:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Dried Clay Slab - tconstruct:dried_clay_slab:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Dried Clay - tconstruct:dried_clay:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Monster Jerky - tconstruct:edible:10 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Beef Jerky - tconstruct:edible:11 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Chicken Jerky - tconstruct:edible:12 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Bacon Jerky - tconstruct:edible:13 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Mutton Jerky - tconstruct:edible:14 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Rabbit Jerky - tconstruct:edible:15 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Fish Jerky - tconstruct:edible:20 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Salmon Jerky - tconstruct:edible:21 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Clownfish Jerky - tconstruct:edible:22 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Fugu Jerky - tconstruct:edible:23 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Gelatinous Slime Drop - tconstruct:edible:30 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Seared Brick - tconstruct:materials:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Punji Sticks - tconstruct:punji:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Drying Rack - tconstruct:rack:1{textureBlock:{id:"minecraft:wooden_slab",Count:1b,Damage:0s}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({textureBlock: {id: "minecraft:wooden_slab", Count: 1 as byte, Damage: 0 as short}}) to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Item Rack - tconstruct:rack:0{textureBlock:{id:"minecraft:wooden_slab",Count:1b,Damage:0s}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({textureBlock: {id: "minecraft:wooden_slab", Count: 1 as byte, Damage: 0 as short}}) to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Seared Bricks Slab - tconstruct:seared_slab:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Cracked Seared Bricks Slab - tconstruct:seared_slab:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Seared Bricks - tconstruct:seared:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Cracked Seared Bricks - tconstruct:seared:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Green Slime Channel - tconstruct:slime_channel:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Congealed Green Slime Block - tconstruct:slime_congealed:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Green Slime Block - tconstruct:slime:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Graveyard Soil - tconstruct:soil:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Consecrated Soil - tconstruct:soil:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Grout - tconstruct:soil:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Stone Ladder - tconstruct:stone_ladder:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Stone Rod - tconstruct:stone_stick:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Volarpad - thebetweenlands:volarpad:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Volarkite - thebetweenlands:volarkite:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Buffalo Tooth - totemic:buffalo_items:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Buffalo Hide - totemic:buffalo_items:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Raw Buffalo Meat - totemic:buffalo_meat:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Red Cedar Leaves - totemic:cedar_leaves:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Red Cedar Wood - totemic:cedar_log:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Red Cedar Plank - totemic:cedar_plank:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Red Cedar Sapling - totemic:cedar_sapling:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Cooked Buffalo Meat - totemic:cooked_buffalo_meat:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Totemist Drum - totemic:drum:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Eagle-Bone Whistle - totemic:eagle_bone_whistle:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Eagle Feather - totemic:eagle_drops:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Eagle Bone - totemic:eagle_drops:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Pan's Flute - totemic:flute:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Flute - totemic:flute:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Jingle Dress - totemic:jingle_dress:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Rattle - totemic:rattle:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Stripped Red Cedar Wood - totemic:stripped_cedar_log:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Jingles - totemic:sub_items:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Tipi - totemic:tipi:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Totem Base - totemic:totem_base:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Totem Base - totemic:totem_base:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Totem Base - totemic:totem_base:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Totem Base - totemic:totem_base:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Totem Base - totemic:totem_base:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Totem Base - totemic:totem_base:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Totem Base - totemic:totem_base:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Totem Pole - totemic:totem_pole:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Totem Pole - totemic:totem_pole:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Totem Pole - totemic:totem_pole:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Totem Pole - totemic:totem_pole:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Totem Pole - totemic:totem_pole:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Totem Pole - totemic:totem_pole:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Totem Pole - totemic:totem_pole:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Totem Torch - totemic:totem_torch:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Totem Whittling Knife - totemic:totem_whittling_knife:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Totemic Staff - totemic:totemic_staff:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Totempedia - totemic:totempedia:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Wind Chime - totemic:wind_chime:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Red Cedar Slab - totemic:cedar_slab:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Stripped Oak Wood Pillar - totemic:wooden_pillar:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Stripped Oak Wood Pillar Base - totemic:wooden_pillar_base:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Crag Rock Cobblestone Slab - traverse:blue_rock_cobblestone_slab:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Crag Rock Cobblestone Wall - traverse:blue_rock_cobblestone_wall:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Crag Rock Cobblestone - traverse:blue_rock_cobblestone:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Crag Rock Slab - traverse:blue_rock_slab:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Crag Rock - traverse:blue_rock:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Brown Autumnal Leaves - traverse:brown_autumnal_leaves:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Brown Autumnal Sapling - traverse:brown_autumnal_sapling:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Fir Leaves - traverse:fir_leaves:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Fir Wood - traverse:fir_log:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Fir Wood Planks - traverse:fir_planks:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Fir Sapling - traverse:fir_sapling:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Fir Wood Slab - traverse:fir_slab:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Orange Autumnal Leaves - traverse:orange_autumnal_leaves:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Orange Autumnal Sapling - traverse:orange_autumnal_sapling:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Red Autumnal Leaves - traverse:red_autumnal_leaves:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Red Autumnal Sapling - traverse:red_autumnal_sapling:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Red Rock Cobblestone Slab - traverse:red_rock_cobblestone_slab:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Red Rock Cobblestone Wall - traverse:red_rock_cobblestone_wall:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Red Rock Cobblestone - traverse:red_rock_cobblestone:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Red Rock Slab - traverse:red_rock_slab:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Red Rock - traverse:red_rock:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Yellow Autumnal Leaves - traverse:yellow_autumnal_leaves:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Yellow Autumnal Sapling - traverse:yellow_autumnal_sapling:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Trumpet - trumpetskeleton:trumpet:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Garden Trowel - waterstrainer:garden_trowel:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Dense Net - waterstrainer:net:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Net - waterstrainer:net:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Strainer Base - waterstrainer:strainer_base:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Fisherman's Strainer - waterstrainer:strainer_fisherman:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Survivalist's Strainer (Dense) - waterstrainer:strainer_survivalist_dense:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Survivalist's Strainer - waterstrainer:strainer_survivalist:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Worm - waterstrainer:worm:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Adding to item stage zero. Wooden Hopper - wopper:wopper:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "zero" +[INITIALIZATION][SERVER][INFO] Staging fluid knightslime to four +[INITIALIZATION][SERVER][INFO] Adding to item stage four. 4 entries: +Molten Knightslime Clay Bucket - ceramics:clay_bucket:0{fluids:{FluidName:"knightslime",Amount:1000}} +Molten Knightslime Bucket - forge:bucketfilled:0{FluidName:"knightslime",Amount:1000} +Syrmorite Bucket (Molten Knightslime) - thebetweenlands:bl_bucket:1{Fluid:{FluidName:"knightslime",Amount:1000}} +Weedwood Bucket (Molten Knightslime) - thebetweenlands:bl_bucket:0{Fluid:{FluidName:"knightslime",Amount:1000}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({fluids: {FluidName: "knightslime", Amount: 1000}}) | .withTag({FluidName: "knightslime", Amount: 1000}) | .withTag({Fluid: {FluidName: "knightslime", Amount: 1000}}) | .withTag({Fluid: {FluidName: "knightslime", Amount: 1000}}) to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Block of Knightslime - tconstruct:metal:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Knightslime Ingot - tconstruct:ingots:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Staging fluid manyullyn to four +[INITIALIZATION][SERVER][INFO] Adding to item stage four. 4 entries: +Molten Manyullyn Clay Bucket - ceramics:clay_bucket:0{fluids:{FluidName:"manyullyn",Amount:1000}} +Molten Manyullyn Bucket - forge:bucketfilled:0{FluidName:"manyullyn",Amount:1000} +Syrmorite Bucket (Molten Manyullyn) - thebetweenlands:bl_bucket:1{Fluid:{FluidName:"manyullyn",Amount:1000}} +Weedwood Bucket (Molten Manyullyn) - thebetweenlands:bl_bucket:0{Fluid:{FluidName:"manyullyn",Amount:1000}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({fluids: {FluidName: "manyullyn", Amount: 1000}}) | .withTag({FluidName: "manyullyn", Amount: 1000}) | .withTag({Fluid: {FluidName: "manyullyn", Amount: 1000}}) | .withTag({Fluid: {FluidName: "manyullyn", Amount: 1000}}) to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Manyullyn Nugget - tconstruct:nuggets:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Block of Manyullyn - tconstruct:metal:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Manyullyn Ingot - tconstruct:ingots:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Staging fluid ardite to four +[INITIALIZATION][SERVER][INFO] Adding to item stage four. 4 entries: +Molten Ardite Clay Bucket - ceramics:clay_bucket:0{fluids:{FluidName:"ardite",Amount:1000}} +Molten Ardite Bucket - forge:bucketfilled:0{FluidName:"ardite",Amount:1000} +Syrmorite Bucket (Molten Ardite) - thebetweenlands:bl_bucket:1{Fluid:{FluidName:"ardite",Amount:1000}} +Weedwood Bucket (Molten Ardite) - thebetweenlands:bl_bucket:0{Fluid:{FluidName:"ardite",Amount:1000}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({fluids: {FluidName: "ardite", Amount: 1000}}) | .withTag({FluidName: "ardite", Amount: 1000}) | .withTag({Fluid: {FluidName: "ardite", Amount: 1000}}) | .withTag({Fluid: {FluidName: "ardite", Amount: 1000}}) to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Ardite Nugget - tconstruct:nuggets:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Block of Ardite - tconstruct:metal:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Ardite Ingot - tconstruct:ingots:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Ardite Dust - contenttweaker:material_part:129 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Compressed Iron Rod - contenttweaker:material_part:84 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Block of Compressed Iron - pneumaticcraft:compressed_iron_block:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Compressed Iron Plate - contenttweaker:material_part:81 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Compressed Iron Ingot - pneumaticcraft:ingot_iron_compressed:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Compressed Iron Gear - contenttweaker:material_part:80 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Staging fluid uranium to four +[INITIALIZATION][SERVER][INFO] Adding to item stage four. 4 entries: +Molten Uranium Clay Bucket - ceramics:clay_bucket:0{fluids:{FluidName:"uranium",Amount:1000}} +Molten Uranium Bucket - forge:bucketfilled:0{FluidName:"uranium",Amount:1000} +Syrmorite Bucket (Molten Uranium) - thebetweenlands:bl_bucket:1{Fluid:{FluidName:"uranium",Amount:1000}} +Weedwood Bucket (Molten Uranium) - thebetweenlands:bl_bucket:0{Fluid:{FluidName:"uranium",Amount:1000}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({fluids: {FluidName: "uranium", Amount: 1000}}) | .withTag({FluidName: "uranium", Amount: 1000}) | .withTag({Fluid: {FluidName: "uranium", Amount: 1000}}) | .withTag({Fluid: {FluidName: "uranium", Amount: 1000}}) to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Block of Uranium - immersiveengineering:storage:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Uranium Plate - immersiveengineering:metal:35 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Uranium Ingot - immersiveengineering:metal:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Uranium Grit - immersiveengineering:metal:14 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Dimension 1 has been added to stage four +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Bio Diesel - car:bio_diesel:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Canola Methanol Mix - car:canola_methanol_mix:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Canola Oil - car:canola_oil:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Methanol - car:methanol:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Gasoline - galacticraftcore:fuel:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Etching Acid - pneumaticcraft:fluid.etchacid:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. LPG - pneumaticcraft:fluid.lpg:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Staging fluid bio_diesel to four +[INITIALIZATION][SERVER][INFO] Adding to item stage four. 4 entries: +Bio Diesel Clay Bucket - ceramics:clay_bucket:0{fluids:{FluidName:"bio_diesel",Amount:1000}} +Bio Diesel Bucket - forge:bucketfilled:0{FluidName:"bio_diesel",Amount:1000} +Syrmorite Bucket (Bio Diesel) - thebetweenlands:bl_bucket:1{Fluid:{FluidName:"bio_diesel",Amount:1000}} +Weedwood Bucket (Bio Diesel) - thebetweenlands:bl_bucket:0{Fluid:{FluidName:"bio_diesel",Amount:1000}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({fluids: {FluidName: "bio_diesel", Amount: 1000}}) | .withTag({FluidName: "bio_diesel", Amount: 1000}) | .withTag({Fluid: {FluidName: "bio_diesel", Amount: 1000}}) | .withTag({Fluid: {FluidName: "bio_diesel", Amount: 1000}}) to stage: "four" +[INITIALIZATION][SERVER][INFO] Staging fluid biofuel to four +[INITIALIZATION][SERVER][INFO] Adding to item stage four. 4 entries: +Biofuel Clay Bucket - ceramics:clay_bucket:0{fluids:{FluidName:"biofuel",Amount:1000}} +Biofuel Bucket - forge:bucketfilled:0{FluidName:"biofuel",Amount:1000} +Syrmorite Bucket (Biofuel) - thebetweenlands:bl_bucket:1{Fluid:{FluidName:"biofuel",Amount:1000}} +Weedwood Bucket (Biofuel) - thebetweenlands:bl_bucket:0{Fluid:{FluidName:"biofuel",Amount:1000}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({fluids: {FluidName: "biofuel", Amount: 1000}}) | .withTag({FluidName: "biofuel", Amount: 1000}) | .withTag({Fluid: {FluidName: "biofuel", Amount: 1000}}) | .withTag({Fluid: {FluidName: "biofuel", Amount: 1000}}) to stage: "four" +[INITIALIZATION][SERVER][INFO] Staging fluid canola_methanol_mix to four +[INITIALIZATION][SERVER][INFO] Adding to item stage four. 4 entries: +Canola Methanol Mix Clay Bucket - ceramics:clay_bucket:0{fluids:{FluidName:"canola_methanol_mix",Amount:1000}} +Canola Methanol Mix Bucket - forge:bucketfilled:0{FluidName:"canola_methanol_mix",Amount:1000} +Syrmorite Bucket (Canola Methanol Mix) - thebetweenlands:bl_bucket:1{Fluid:{FluidName:"canola_methanol_mix",Amount:1000}} +Weedwood Bucket (Canola Methanol Mix) - thebetweenlands:bl_bucket:0{Fluid:{FluidName:"canola_methanol_mix",Amount:1000}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({fluids: {FluidName: "canola_methanol_mix", Amount: 1000}}) | .withTag({FluidName: "canola_methanol_mix", Amount: 1000}) | .withTag({Fluid: {FluidName: "canola_methanol_mix", Amount: 1000}}) | .withTag({Fluid: {FluidName: "canola_methanol_mix", Amount: 1000}}) to stage: "four" +[INITIALIZATION][SERVER][INFO] Staging fluid canola_oil to four +[INITIALIZATION][SERVER][INFO] Adding to item stage four. 4 entries: +Canola Oil Clay Bucket - ceramics:clay_bucket:0{fluids:{FluidName:"canola_oil",Amount:1000}} +Canola Oil Bucket - forge:bucketfilled:0{FluidName:"canola_oil",Amount:1000} +Syrmorite Bucket (Canola Oil) - thebetweenlands:bl_bucket:1{Fluid:{FluidName:"canola_oil",Amount:1000}} +Weedwood Bucket (Canola Oil) - thebetweenlands:bl_bucket:0{Fluid:{FluidName:"canola_oil",Amount:1000}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({fluids: {FluidName: "canola_oil", Amount: 1000}}) | .withTag({FluidName: "canola_oil", Amount: 1000}) | .withTag({Fluid: {FluidName: "canola_oil", Amount: 1000}}) | .withTag({Fluid: {FluidName: "canola_oil", Amount: 1000}}) to stage: "four" +[INITIALIZATION][SERVER][INFO] Staging fluid cheese to four +[INITIALIZATION][SERVER][INFO] Adding to item stage four. 4 entries: +fluid.cheese Clay Bucket - ceramics:clay_bucket:0{fluids:{FluidName:"cheese",Amount:1000}} +fluid.cheese Bucket - forge:bucketfilled:0{FluidName:"cheese",Amount:1000} +Syrmorite Bucket (fluid.cheese) - thebetweenlands:bl_bucket:1{Fluid:{FluidName:"cheese",Amount:1000}} +Weedwood Bucket (fluid.cheese) - thebetweenlands:bl_bucket:0{Fluid:{FluidName:"cheese",Amount:1000}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({fluids: {FluidName: "cheese", Amount: 1000}}) | .withTag({FluidName: "cheese", Amount: 1000}) | .withTag({Fluid: {FluidName: "cheese", Amount: 1000}}) | .withTag({Fluid: {FluidName: "cheese", Amount: 1000}}) to stage: "four" +[INITIALIZATION][SERVER][INFO] Staging fluid essence to four +[INITIALIZATION][SERVER][INFO] Adding to item stage four. 4 entries: +Essence Clay Bucket - ceramics:clay_bucket:0{fluids:{FluidName:"essence",Amount:1000}} +Essence Bucket - forge:bucketfilled:0{FluidName:"essence",Amount:1000} +Syrmorite Bucket (Essence) - thebetweenlands:bl_bucket:1{Fluid:{FluidName:"essence",Amount:1000}} +Weedwood Bucket (Essence) - thebetweenlands:bl_bucket:0{Fluid:{FluidName:"essence",Amount:1000}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({fluids: {FluidName: "essence", Amount: 1000}}) | .withTag({FluidName: "essence", Amount: 1000}) | .withTag({Fluid: {FluidName: "essence", Amount: 1000}}) | .withTag({Fluid: {FluidName: "essence", Amount: 1000}}) to stage: "four" +[INITIALIZATION][SERVER][INFO] Staging fluid etchacid to four +[INITIALIZATION][SERVER][INFO] Adding to item stage four. 4 entries: +Etching Acid Clay Bucket - ceramics:clay_bucket:0{fluids:{FluidName:"etchacid",Amount:1000}} +Etching Acid Bucket - forge:bucketfilled:0{FluidName:"etchacid",Amount:1000} +Syrmorite Bucket (Etching Acid) - thebetweenlands:bl_bucket:1{Fluid:{FluidName:"etchacid",Amount:1000}} +Weedwood Bucket (Etching Acid) - thebetweenlands:bl_bucket:0{Fluid:{FluidName:"etchacid",Amount:1000}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({fluids: {FluidName: "etchacid", Amount: 1000}}) | .withTag({FluidName: "etchacid", Amount: 1000}) | .withTag({Fluid: {FluidName: "etchacid", Amount: 1000}}) | .withTag({Fluid: {FluidName: "etchacid", Amount: 1000}}) to stage: "four" +[INITIALIZATION][SERVER][INFO] Staging fluid fuel to four +[INITIALIZATION][SERVER][INFO] Adding to item stage four. 4 entries: +Gasoline Clay Bucket - ceramics:clay_bucket:0{fluids:{FluidName:"fuel",Amount:1000}} +Gasoline Bucket - forge:bucketfilled:0{FluidName:"fuel",Amount:1000} +Syrmorite Bucket (Gasoline) - thebetweenlands:bl_bucket:1{Fluid:{FluidName:"fuel",Amount:1000}} +Weedwood Bucket (Gasoline) - thebetweenlands:bl_bucket:0{Fluid:{FluidName:"fuel",Amount:1000}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({fluids: {FluidName: "fuel", Amount: 1000}}) | .withTag({FluidName: "fuel", Amount: 1000}) | .withTag({Fluid: {FluidName: "fuel", Amount: 1000}}) | .withTag({Fluid: {FluidName: "fuel", Amount: 1000}}) to stage: "four" +[INITIALIZATION][SERVER][INFO] Staging fluid if.pink_slime to four +[INITIALIZATION][SERVER][INFO] Adding to item stage four. 4 entries: +Pink Slime Clay Bucket - ceramics:clay_bucket:0{fluids:{FluidName:"if.pink_slime",Amount:1000}} +Pink Slime Bucket - forge:bucketfilled:0{FluidName:"if.pink_slime",Amount:1000} +Syrmorite Bucket (Pink Slime) - thebetweenlands:bl_bucket:1{Fluid:{FluidName:"if.pink_slime",Amount:1000}} +Weedwood Bucket (Pink Slime) - thebetweenlands:bl_bucket:0{Fluid:{FluidName:"if.pink_slime",Amount:1000}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({fluids: {FluidName: "if.pink_slime", Amount: 1000}}) | .withTag({FluidName: "if.pink_slime", Amount: 1000}) | .withTag({Fluid: {FluidName: "if.pink_slime", Amount: 1000}}) | .withTag({Fluid: {FluidName: "if.pink_slime", Amount: 1000}}) to stage: "four" +[INITIALIZATION][SERVER][INFO] Staging fluid if.protein to four +[INITIALIZATION][SERVER][INFO] Adding to item stage four. 4 entries: +Protein Clay Bucket - ceramics:clay_bucket:0{fluids:{FluidName:"if.protein",Amount:1000}} +Protein Bucket - forge:bucketfilled:0{FluidName:"if.protein",Amount:1000} +Syrmorite Bucket (Protein) - thebetweenlands:bl_bucket:1{Fluid:{FluidName:"if.protein",Amount:1000}} +Weedwood Bucket (Protein) - thebetweenlands:bl_bucket:0{Fluid:{FluidName:"if.protein",Amount:1000}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({fluids: {FluidName: "if.protein", Amount: 1000}}) | .withTag({FluidName: "if.protein", Amount: 1000}) | .withTag({Fluid: {FluidName: "if.protein", Amount: 1000}}) | .withTag({Fluid: {FluidName: "if.protein", Amount: 1000}}) to stage: "four" +[INITIALIZATION][SERVER][INFO] Staging fluid latex to four +[INITIALIZATION][SERVER][INFO] Adding to item stage four. 4 entries: +Latex Clay Bucket - ceramics:clay_bucket:0{fluids:{FluidName:"latex",Amount:1000}} +Latex Bucket - forge:bucketfilled:0{FluidName:"latex",Amount:1000} +Syrmorite Bucket (Latex) - thebetweenlands:bl_bucket:1{Fluid:{FluidName:"latex",Amount:1000}} +Weedwood Bucket (Latex) - thebetweenlands:bl_bucket:0{Fluid:{FluidName:"latex",Amount:1000}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({fluids: {FluidName: "latex", Amount: 1000}}) | .withTag({FluidName: "latex", Amount: 1000}) | .withTag({Fluid: {FluidName: "latex", Amount: 1000}}) | .withTag({Fluid: {FluidName: "latex", Amount: 1000}}) to stage: "four" +[INITIALIZATION][SERVER][INFO] Staging fluid liquidchorus to four +[INITIALIZATION][SERVER][INFO] Adding to item stage four. 4 entries: +Liquid Chorus Clay Bucket - ceramics:clay_bucket:0{fluids:{FluidName:"liquidchorus",Amount:1000}} +Liquid Chorus Bucket - forge:bucketfilled:0{FluidName:"liquidchorus",Amount:1000} +Syrmorite Bucket (Liquid Chorus) - thebetweenlands:bl_bucket:1{Fluid:{FluidName:"liquidchorus",Amount:1000}} +Weedwood Bucket (Liquid Chorus) - thebetweenlands:bl_bucket:0{Fluid:{FluidName:"liquidchorus",Amount:1000}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({fluids: {FluidName: "liquidchorus", Amount: 1000}}) | .withTag({FluidName: "liquidchorus", Amount: 1000}) | .withTag({Fluid: {FluidName: "liquidchorus", Amount: 1000}}) | .withTag({Fluid: {FluidName: "liquidchorus", Amount: 1000}}) to stage: "four" +[INITIALIZATION][SERVER][INFO] Staging fluid lpg to four +[INITIALIZATION][SERVER][INFO] Adding to item stage four. 4 entries: +LPG Clay Bucket - ceramics:clay_bucket:0{fluids:{FluidName:"lpg",Amount:1000}} +LPG Bucket - forge:bucketfilled:0{FluidName:"lpg",Amount:1000} +Syrmorite Bucket (LPG) - thebetweenlands:bl_bucket:1{Fluid:{FluidName:"lpg",Amount:1000}} +Weedwood Bucket (LPG) - thebetweenlands:bl_bucket:0{Fluid:{FluidName:"lpg",Amount:1000}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({fluids: {FluidName: "lpg", Amount: 1000}}) | .withTag({FluidName: "lpg", Amount: 1000}) | .withTag({Fluid: {FluidName: "lpg", Amount: 1000}}) | .withTag({Fluid: {FluidName: "lpg", Amount: 1000}}) to stage: "four" +[INITIALIZATION][SERVER][INFO] Staging fluid meat to four +[INITIALIZATION][SERVER][INFO] Adding to item stage four. 4 entries: +Liquid Meat Clay Bucket - ceramics:clay_bucket:0{fluids:{FluidName:"meat",Amount:1000}} +Liquid Meat Bucket - forge:bucketfilled:0{FluidName:"meat",Amount:1000} +Syrmorite Bucket (Liquid Meat) - thebetweenlands:bl_bucket:1{Fluid:{FluidName:"meat",Amount:1000}} +Weedwood Bucket (Liquid Meat) - thebetweenlands:bl_bucket:0{Fluid:{FluidName:"meat",Amount:1000}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({fluids: {FluidName: "meat", Amount: 1000}}) | .withTag({FluidName: "meat", Amount: 1000}) | .withTag({Fluid: {FluidName: "meat", Amount: 1000}}) | .withTag({Fluid: {FluidName: "meat", Amount: 1000}}) to stage: "four" +[INITIALIZATION][SERVER][INFO] Staging fluid menrilresin to four +[INITIALIZATION][SERVER][INFO] Adding to item stage four. 4 entries: +Menril Resin Clay Bucket - ceramics:clay_bucket:0{fluids:{FluidName:"menrilresin",Amount:1000}} +Menril Resin Bucket - forge:bucketfilled:0{FluidName:"menrilresin",Amount:1000} +Syrmorite Bucket (Menril Resin) - thebetweenlands:bl_bucket:1{Fluid:{FluidName:"menrilresin",Amount:1000}} +Weedwood Bucket (Menril Resin) - thebetweenlands:bl_bucket:0{Fluid:{FluidName:"menrilresin",Amount:1000}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({fluids: {FluidName: "menrilresin", Amount: 1000}}) | .withTag({FluidName: "menrilresin", Amount: 1000}) | .withTag({Fluid: {FluidName: "menrilresin", Amount: 1000}}) | .withTag({Fluid: {FluidName: "menrilresin", Amount: 1000}}) to stage: "four" +[INITIALIZATION][SERVER][INFO] Staging fluid methanol to four +[INITIALIZATION][SERVER][INFO] Adding to item stage four. 4 entries: +Methanol Clay Bucket - ceramics:clay_bucket:0{fluids:{FluidName:"methanol",Amount:1000}} +Methanol Bucket - forge:bucketfilled:0{FluidName:"methanol",Amount:1000} +Syrmorite Bucket (Methanol) - thebetweenlands:bl_bucket:1{Fluid:{FluidName:"methanol",Amount:1000}} +Weedwood Bucket (Methanol) - thebetweenlands:bl_bucket:0{Fluid:{FluidName:"methanol",Amount:1000}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({fluids: {FluidName: "methanol", Amount: 1000}}) | .withTag({FluidName: "methanol", Amount: 1000}) | .withTag({Fluid: {FluidName: "methanol", Amount: 1000}}) | .withTag({Fluid: {FluidName: "methanol", Amount: 1000}}) to stage: "four" +[INITIALIZATION][SERVER][INFO] Staging fluid sewage to four +[INITIALIZATION][SERVER][INFO] Adding to item stage four. 4 entries: +Sewage Clay Bucket - ceramics:clay_bucket:0{fluids:{FluidName:"sewage",Amount:1000}} +Sewage Bucket - forge:bucketfilled:0{FluidName:"sewage",Amount:1000} +Syrmorite Bucket (Sewage) - thebetweenlands:bl_bucket:1{Fluid:{FluidName:"sewage",Amount:1000}} +Weedwood Bucket (Sewage) - thebetweenlands:bl_bucket:0{Fluid:{FluidName:"sewage",Amount:1000}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({fluids: {FluidName: "sewage", Amount: 1000}}) | .withTag({FluidName: "sewage", Amount: 1000}) | .withTag({Fluid: {FluidName: "sewage", Amount: 1000}}) | .withTag({Fluid: {FluidName: "sewage", Amount: 1000}}) to stage: "four" +[INITIALIZATION][SERVER][INFO] Staging fluid sludge to four +[INITIALIZATION][SERVER][INFO] Adding to item stage four. 4 entries: +Sludge Clay Bucket - ceramics:clay_bucket:0{fluids:{FluidName:"sludge",Amount:1000}} +Sludge Bucket - forge:bucketfilled:0{FluidName:"sludge",Amount:1000} +Syrmorite Bucket (Sludge) - thebetweenlands:bl_bucket:1{Fluid:{FluidName:"sludge",Amount:1000}} +Weedwood Bucket (Sludge) - thebetweenlands:bl_bucket:0{Fluid:{FluidName:"sludge",Amount:1000}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({fluids: {FluidName: "sludge", Amount: 1000}}) | .withTag({FluidName: "sludge", Amount: 1000}) | .withTag({Fluid: {FluidName: "sludge", Amount: 1000}}) | .withTag({Fluid: {FluidName: "sludge", Amount: 1000}}) to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding playerskins:playermob to stage.four +[INITIALIZATION][SERVER][INFO] Added MultiBlock IE:Assembler to Stage four +[INITIALIZATION][SERVER][INFO] Added MultiBlock IE:BottlingMachine to Stage four +[INITIALIZATION][SERVER][INFO] Adding a replacement for stage four. tconstruct:ore[type=cobalt] will become minecraft:netherrack +[INITIALIZATION][SERVER][INFO] Adding a replacement for stage four. tconstruct:ore[type=ardite] will become minecraft:netherrack +[INITIALIZATION][SERVER][INFO] Adding a replacement for stage four. geolosys:ore_vanilla[variant=quartz] will become minecraft:stone[variant=stone] +[INITIALIZATION][SERVER][INFO] Adding a replacement for stage four. geolosys:ore_sample_vanilla[variant=quartz] will become immcraft:rock[facing=north] +[INITIALIZATION][SERVER][INFO] Adding a replacement for stage four. appliedenergistics2:quartz_ore will become minecraft:stone[variant=stone] +[INITIALIZATION][SERVER][INFO] Adding a replacement for stage four. appliedenergistics2:charged_quartz_ore will become minecraft:stone[variant=stone] +[INITIALIZATION][SERVER][INFO] Adding a replacement for stage four. galacticraftcore:basic_block_core[basictype=ore_silicon] will become minecraft:stone[variant=stone] +[INITIALIZATION][SERVER][INFO] Adding a replacement for stage four. contenttweaker:sub_block_holder_0[sub_block_number=5] will become immcraft:rock[facing=north] +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Knightslime Armor Plates - conarm:armor_plate:0{Material:"knightslime"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "knightslime"}) to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Cobalt Armor Plates - conarm:armor_plate:0{Material:"cobalt"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "cobalt"}) to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Ardite Armor Plates - conarm:armor_plate:0{Material:"ardite"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ardite"}) to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Manyullyn Armor Plates - conarm:armor_plate:0{Material:"manyullyn"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "manyullyn"}) to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Knightslime Armor Trim - conarm:armor_trim:0{Material:"knightslime"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "knightslime"}) to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Cobalt Armor Trim - conarm:armor_trim:0{Material:"cobalt"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "cobalt"}) to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Ardite Armor Trim - conarm:armor_trim:0{Material:"ardite"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ardite"}) to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Manyullyn Armor Trim - conarm:armor_trim:0{Material:"manyullyn"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "manyullyn"}) to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Knightslime Boots Core - conarm:boots_core:0{Material:"knightslime"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "knightslime"}) to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Cobalt Boots Core - conarm:boots_core:0{Material:"cobalt"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "cobalt"}) to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Ardite Boots Core - conarm:boots_core:0{Material:"ardite"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ardite"}) to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Manyullyn Boots Core - conarm:boots_core:0{Material:"manyullyn"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "manyullyn"}) to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Knightslime Chestplate Core - conarm:chest_core:0{Material:"knightslime"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "knightslime"}) to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Cobalt Chestplate Core - conarm:chest_core:0{Material:"cobalt"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "cobalt"}) to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Ardite Chestplate Core - conarm:chest_core:0{Material:"ardite"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ardite"}) to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Manyullyn Chestplate Core - conarm:chest_core:0{Material:"manyullyn"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "manyullyn"}) to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Knightslime Helmet Core - conarm:helmet_core:0{Material:"knightslime"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "knightslime"}) to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Cobalt Helmet Core - conarm:helmet_core:0{Material:"cobalt"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "cobalt"}) to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Ardite Helmet Core - conarm:helmet_core:0{Material:"ardite"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ardite"}) to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Manyullyn Helmet Core - conarm:helmet_core:0{Material:"manyullyn"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "manyullyn"}) to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Knightslime Leggings Core - conarm:leggings_core:0{Material:"knightslime"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "knightslime"}) to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Cobalt Leggings Core - conarm:leggings_core:0{Material:"cobalt"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "cobalt"}) to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Ardite Leggings Core - conarm:leggings_core:0{Material:"ardite"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ardite"}) to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Manyullyn Leggings Core - conarm:leggings_core:0{Material:"manyullyn"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "manyullyn"}) to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Knightslime Polishing Kit - conarm:polishing_kit:0{Material:"knightslime"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "knightslime"}) to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Cobalt Polishing Kit - conarm:polishing_kit:0{Material:"cobalt"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "cobalt"}) to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Ardite Polishing Kit - conarm:polishing_kit:0{Material:"ardite"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ardite"}) to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Manyullyn Polishing Kit - conarm:polishing_kit:0{Material:"manyullyn"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "manyullyn"}) to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Knightslime Arrow Head - tconstruct:arrow_head:0{Material:"knightslime"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "knightslime"}) to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Cobalt Arrow Head - tconstruct:arrow_head:0{Material:"cobalt"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "cobalt"}) to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Ardite Arrow Head - tconstruct:arrow_head:0{Material:"ardite"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ardite"}) to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Manyullyn Arrow Head - tconstruct:arrow_head:0{Material:"manyullyn"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "manyullyn"}) to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Endrod Arrow Shaft - tconstruct:arrow_shaft:0{Material:"endrod"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "endrod"}) to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Knightslime Axe Head - tconstruct:axe_head:0{Material:"knightslime"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "knightslime"}) to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Cobalt Axe Head - tconstruct:axe_head:0{Material:"cobalt"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "cobalt"}) to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Ardite Axe Head - tconstruct:axe_head:0{Material:"ardite"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ardite"}) to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Manyullyn Axe Head - tconstruct:axe_head:0{Material:"manyullyn"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "manyullyn"}) to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Knightslime Binding - tconstruct:binding:0{Material:"knightslime"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "knightslime"}) to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Cobalt Binding - tconstruct:binding:0{Material:"cobalt"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "cobalt"}) to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Ardite Binding - tconstruct:binding:0{Material:"ardite"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ardite"}) to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Manyullyn Binding - tconstruct:binding:0{Material:"manyullyn"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "manyullyn"}) to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Knightslime Bowlimb - tconstruct:bow_limb:0{Material:"knightslime"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "knightslime"}) to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Cobalt Bowlimb - tconstruct:bow_limb:0{Material:"cobalt"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "cobalt"}) to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Ardite Bowlimb - tconstruct:bow_limb:0{Material:"ardite"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ardite"}) to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Manyullyn Bowlimb - tconstruct:bow_limb:0{Material:"manyullyn"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "manyullyn"}) to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Knightslime Broad Axe Head - tconstruct:broad_axe_head:0{Material:"knightslime"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "knightslime"}) to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Cobalt Broad Axe Head - tconstruct:broad_axe_head:0{Material:"cobalt"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "cobalt"}) to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Ardite Broad Axe Head - tconstruct:broad_axe_head:0{Material:"ardite"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ardite"}) to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Manyullyn Broad Axe Head - tconstruct:broad_axe_head:0{Material:"manyullyn"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "manyullyn"}) to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Knightslime Cross Guard - tconstruct:cross_guard:0{Material:"knightslime"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "knightslime"}) to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Cobalt Cross Guard - tconstruct:cross_guard:0{Material:"cobalt"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "cobalt"}) to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Ardite Cross Guard - tconstruct:cross_guard:0{Material:"ardite"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ardite"}) to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Manyullyn Cross Guard - tconstruct:cross_guard:0{Material:"manyullyn"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "manyullyn"}) to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Knightslime Excavator Head - tconstruct:excavator_head:0{Material:"knightslime"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "knightslime"}) to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Cobalt Excavator Head - tconstruct:excavator_head:0{Material:"cobalt"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "cobalt"}) to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Ardite Excavator Head - tconstruct:excavator_head:0{Material:"ardite"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ardite"}) to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Manyullyn Excavator Head - tconstruct:excavator_head:0{Material:"manyullyn"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "manyullyn"}) to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Knightslime Hammer Head - tconstruct:hammer_head:0{Material:"knightslime"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "knightslime"}) to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Cobalt Hammer Head - tconstruct:hammer_head:0{Material:"cobalt"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "cobalt"}) to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Ardite Hammer Head - tconstruct:hammer_head:0{Material:"ardite"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ardite"}) to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Manyullyn Hammer Head - tconstruct:hammer_head:0{Material:"manyullyn"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "manyullyn"}) to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Knightslime Hand Guard - tconstruct:hand_guard:0{Material:"knightslime"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "knightslime"}) to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Cobalt Hand Guard - tconstruct:hand_guard:0{Material:"cobalt"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "cobalt"}) to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Ardite Hand Guard - tconstruct:hand_guard:0{Material:"ardite"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ardite"}) to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Manyullyn Hand Guard - tconstruct:hand_guard:0{Material:"manyullyn"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "manyullyn"}) to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Knightslime Large Plate - tconstruct:large_plate:0{Material:"knightslime"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "knightslime"}) to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Cobalt Large Plate - tconstruct:large_plate:0{Material:"cobalt"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "cobalt"}) to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Ardite Large Plate - tconstruct:large_plate:0{Material:"ardite"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ardite"}) to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Manyullyn Large Plate - tconstruct:large_plate:0{Material:"manyullyn"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "manyullyn"}) to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Knightslime Pan - tconstruct:pan_head:0{Material:"knightslime"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "knightslime"}) to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Cobalt Pan - tconstruct:pan_head:0{Material:"cobalt"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "cobalt"}) to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Ardite Pan - tconstruct:pan_head:0{Material:"ardite"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ardite"}) to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Manyullyn Pan - tconstruct:pan_head:0{Material:"manyullyn"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "manyullyn"}) to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Knightslime Pickaxe Head - tconstruct:pick_head:0{Material:"knightslime"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "knightslime"}) to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Cobalt Pickaxe Head - tconstruct:pick_head:0{Material:"cobalt"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "cobalt"}) to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Ardite Pickaxe Head - tconstruct:pick_head:0{Material:"ardite"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ardite"}) to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Manyullyn Pickaxe Head - tconstruct:pick_head:0{Material:"manyullyn"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "manyullyn"}) to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Knightslime Scythe Head - tconstruct:scythe_head:0{Material:"knightslime"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "knightslime"}) to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Cobalt Scythe Head - tconstruct:scythe_head:0{Material:"cobalt"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "cobalt"}) to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Ardite Scythe Head - tconstruct:scythe_head:0{Material:"ardite"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ardite"}) to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Manyullyn Scythe Head - tconstruct:scythe_head:0{Material:"manyullyn"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "manyullyn"}) to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Knightslime Sharpening Kit - tconstruct:sharpening_kit:0{Material:"knightslime"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "knightslime"}) to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Cobalt Sharpening Kit - tconstruct:sharpening_kit:0{Material:"cobalt"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "cobalt"}) to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Ardite Sharpening Kit - tconstruct:sharpening_kit:0{Material:"ardite"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ardite"}) to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Manyullyn Sharpening Kit - tconstruct:sharpening_kit:0{Material:"manyullyn"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "manyullyn"}) to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Knightslime Shovel Head - tconstruct:shovel_head:0{Material:"knightslime"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "knightslime"}) to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Cobalt Shovel Head - tconstruct:shovel_head:0{Material:"cobalt"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "cobalt"}) to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Ardite Shovel Head - tconstruct:shovel_head:0{Material:"ardite"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ardite"}) to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Manyullyn Shovel Head - tconstruct:shovel_head:0{Material:"manyullyn"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "manyullyn"}) to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Knightslime Sign Plate - tconstruct:sign_head:0{Material:"knightslime"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "knightslime"}) to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Cobalt Sign Plate - tconstruct:sign_head:0{Material:"cobalt"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "cobalt"}) to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Ardite Sign Plate - tconstruct:sign_head:0{Material:"ardite"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ardite"}) to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Manyullyn Sign Plate - tconstruct:sign_head:0{Material:"manyullyn"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "manyullyn"}) to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Knightslime Sword Blade - tconstruct:sword_blade:0{Material:"knightslime"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "knightslime"}) to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Cobalt Sword Blade - tconstruct:sword_blade:0{Material:"cobalt"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "cobalt"}) to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Ardite Sword Blade - tconstruct:sword_blade:0{Material:"ardite"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ardite"}) to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Manyullyn Sword Blade - tconstruct:sword_blade:0{Material:"manyullyn"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "manyullyn"}) to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Knightslime Tool Rod - tconstruct:tool_rod:0{Material:"knightslime"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "knightslime"}) to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Cobalt Tool Rod - tconstruct:tool_rod:0{Material:"cobalt"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "cobalt"}) to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Ardite Tool Rod - tconstruct:tool_rod:0{Material:"ardite"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ardite"}) to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Manyullyn Tool Rod - tconstruct:tool_rod:0{Material:"manyullyn"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "manyullyn"}) to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Knightslime Tough Binding - tconstruct:tough_binding:0{Material:"knightslime"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "knightslime"}) to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Cobalt Tough Binding - tconstruct:tough_binding:0{Material:"cobalt"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "cobalt"}) to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Ardite Tough Binding - tconstruct:tough_binding:0{Material:"ardite"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ardite"}) to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Manyullyn Tough Binding - tconstruct:tough_binding:0{Material:"manyullyn"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "manyullyn"}) to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Knightslime Tough Tool Rod - tconstruct:tough_tool_rod:0{Material:"knightslime"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "knightslime"}) to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Cobalt Tough Tool Rod - tconstruct:tough_tool_rod:0{Material:"cobalt"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "cobalt"}) to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Ardite Tough Tool Rod - tconstruct:tough_tool_rod:0{Material:"ardite"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ardite"}) to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Manyullyn Tough Tool Rod - tconstruct:tough_tool_rod:0{Material:"manyullyn"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "manyullyn"}) to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Knightslime Wide Guard - tconstruct:wide_guard:0{Material:"knightslime"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "knightslime"}) to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Cobalt Wide Guard - tconstruct:wide_guard:0{Material:"cobalt"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "cobalt"}) to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Ardite Wide Guard - tconstruct:wide_guard:0{Material:"ardite"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ardite"}) to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Manyullyn Wide Guard - tconstruct:wide_guard:0{Material:"manyullyn"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "manyullyn"}) to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Knightslime Chisel Head - tcomplement:chisel_head:0{Material:"knightslime"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "knightslime"}) to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Cobalt Chisel Head - tcomplement:chisel_head:0{Material:"cobalt"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "cobalt"}) to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Ardite Chisel Head - tcomplement:chisel_head:0{Material:"ardite"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ardite"}) to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Manyullyn Chisel Head - tcomplement:chisel_head:0{Material:"manyullyn"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "manyullyn"}) to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Knightslime Knife Blade - tconstruct:knife_blade:0{Material:"knightslime"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "knightslime"}) to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Cobalt Knife Blade - tconstruct:knife_blade:0{Material:"cobalt"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "cobalt"}) to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Ardite Knife Blade - tconstruct:knife_blade:0{Material:"ardite"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ardite"}) to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Manyullyn Knife Blade - tconstruct:knife_blade:0{Material:"manyullyn"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "manyullyn"}) to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Knightslime Large Sword Blade - tconstruct:large_sword_blade:0{Material:"knightslime"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "knightslime"}) to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Cobalt Large Sword Blade - tconstruct:large_sword_blade:0{Material:"cobalt"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "cobalt"}) to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Ardite Large Sword Blade - tconstruct:large_sword_blade:0{Material:"ardite"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ardite"}) to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Manyullyn Large Sword Blade - tconstruct:large_sword_blade:0{Material:"manyullyn"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "manyullyn"}) to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Knightslime Axle - yoyos:yoyo_axle:0{Material:"knightslime"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "knightslime"}) to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Cobalt Axle - yoyos:yoyo_axle:0{Material:"cobalt"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "cobalt"}) to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Ardite Axle - yoyos:yoyo_axle:0{Material:"ardite"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ardite"}) to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Manyullyn Axle - yoyos:yoyo_axle:0{Material:"manyullyn"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "manyullyn"}) to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Knightslime Body - yoyos:yoyo_body:0{Material:"knightslime"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "knightslime"}) to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Cobalt Body - yoyos:yoyo_body:0{Material:"cobalt"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "cobalt"}) to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Ardite Body - yoyos:yoyo_body:0{Material:"ardite"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ardite"}) to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Manyullyn Body - yoyos:yoyo_body:0{Material:"manyullyn"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "manyullyn"}) to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Knightslime Cord - yoyos:yoyo_cord:0{Material:"knightslime"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "knightslime"}) to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Iron Frame - advgenerators:iron_frame:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Power IO Module - advgenerators:power_io:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Iron Tubing - advgenerators:iron_tubing:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Redstone-Iron Wiring - advgenerators:iron_wiring:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Control Circuit - advgenerators:controller:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Pressure Valve - advgenerators:pressure_valve:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Advanced Pressure Valve - advgenerators:advanced_pressure_valve:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Upgrade Kit - advgenerators:upgrade_kit:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Gas Turbine controller - advgenerators:turbine_controller:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Heat Exchanger Controller - advgenerators:exchanger_controller:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Steam Turbine Controller - advgenerators:steam_turbine_controller:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Syngas Producer Controller - advgenerators:syngas_controller:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Flux Generator - advgenerators:rf_output:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Forge Energy Emitter - advgenerators:forge_output:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Gas Intake Valve - advgenerators:gas_input:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Fluid Intake Valve - advgenerators:fluid_input:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Fluid Output Valve - advgenerators:fluid_output_select:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Item Input Port - advgenerators:item_input:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Item Output Port - advgenerators:item_output:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Fuel Tank - advgenerators:fuel_tank:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Heating Chamber - advgenerators:heating_chamber:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Mixing Chamber - advgenerators:mixing_chamber:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Heat Exchanger - advgenerators:heat_exchanger:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Sensor Module - advgenerators:sensor:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Redstone Control Module - advgenerators:control:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Fuel/Air Mixer - advgenerators:efficiency_upgrade_tier1:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Gas Mix Compressor - advgenerators:efficiency_upgrade_tier2:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Steam - advgenerators:steam:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Syngas - advgenerators:syngas:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Gold Plated Turbine Rotor - advgenerators:turbine_rotor_gold:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Gold Plated Turbine Upgrade Kit - advgenerators:turbine_kit_gold:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Gold Plated Turbine - advgenerators:turbine_gold:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Manyullyn Turbine Blade - advgenerators:turbine_blade_manyullyn:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Manyullyn Turbine Rotor - advgenerators:turbine_rotor_manyullyn:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Manyullyn Turbine Upgrade Kit - advgenerators:turbine_kit_manyullyn:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Manyullyn Turbine - advgenerators:turbine_manyullyn:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Iron Turbine Blade - advgenerators:turbine_blade_iron:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Iron Turbine Rotor - advgenerators:turbine_rotor_iron:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Iron Turbine - advgenerators:turbine_iron:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Basic Power Capacitor - advgenerators:power_capacitor_redstone:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Advanced Capacitor Upgrade Kit - advgenerators:capacitor_kit_advanced:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Advanced Power Capacitor - advgenerators:power_capacitor_advanced:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. High Density Capacitor Upgrade Kit - advgenerators:capacitor_kit_dense:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. High Density Power Capacitor - advgenerators:power_capacitor_dense:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. White Elevator - elevatorid:elevator_white:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Orange Elevator - elevatorid:elevator_orange:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Magenta Elevator - elevatorid:elevator_magenta:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Light Blue Elevator - elevatorid:elevator_light_blue:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Yellow Elevator - elevatorid:elevator_yellow:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Lime Elevator - elevatorid:elevator_lime:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Pink Elevator - elevatorid:elevator_pink:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Gray Elevator - elevatorid:elevator_gray:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Light Gray Elevator - elevatorid:elevator_silver:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Cyan Elevator - elevatorid:elevator_cyan:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Purple Elevator - elevatorid:elevator_purple:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Blue Elevator - elevatorid:elevator_blue:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Brown Elevator - elevatorid:elevator_brown:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Green Elevator - elevatorid:elevator_green:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Red Elevator - elevatorid:elevator_red:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Black Elevator - elevatorid:elevator_black:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Item Transport Pipe - indlog:item_pipe:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Item Injection Pipe - indlog:item_pipe:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Item Extraction Pipe - indlog:item_pipe:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Item Destination Pipe - indlog:item_pipe:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Item Source Pipe - indlog:item_pipe:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Fluid Transport Pipe - indlog:fluid_pipe:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Fluid Injection Pipe - indlog:fluid_pipe:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Fluid Extraction Pipe - indlog:fluid_pipe:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Fluid Destination Pipe - indlog:fluid_pipe:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Fluid Source Pipe - indlog:fluid_pipe:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Advanced Universal Pipe - indlog:warp_pipe:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Fluid Tank tiny - indlog:tank:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Item Buffer normal-S - indlog:buffer:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Automatic Crafter - indlog:auto_craft:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Access Extension Pipe - indlog:inv_connector:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Overflow Trash - indlog:trash:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Fluid Intake - indlog:fluid_intake:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Fluid Outlet - indlog:fluid_outlet:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Dropped Item Interface - indlog:drop_interface:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Entity Interface - indlog:entity_interface:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Item Placer - indlog:block_placer:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Pipe Fluid-Filter - indlog:fluid_filter:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Pipe Item-Filter - indlog:item_filter:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Pipe Quantity-Filter - indlog:amount_filter:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Pipe Item-Content-Filter - indlog:property_filter:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Pipe Name/ID-Filter - indlog:name_filter:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Portable Autocrafter - indlog:portable_craft:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Portable Inventory Remote Access - indlog:remote_inv:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Audio Reader - integrateddynamics:part_audio_reader_item:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Block Reader - integrateddynamics:part_block_reader_item:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Entity Reader - integrateddynamics:part_entity_reader_item:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Extra-Dimensional Reader - integrateddynamics:part_extradimensional_reader_item:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Fluid Reader - integrateddynamics:part_fluid_reader_item:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Inventory Reader - integrateddynamics:part_inventory_reader_item:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Machine Reader - integrateddynamics:part_machine_reader_item:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Network Reader - integrateddynamics:part_network_reader_item:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Redstone Reader - integrateddynamics:part_redstone_reader_item:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. World Reader - integrateddynamics:part_world_reader_item:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Audio Writer - integrateddynamics:part_audio_writer_item:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Effect Writer - integrateddynamics:part_effect_writer_item:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Entity Writer - integrateddynamics:part_entity_writer_item:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Machine Writer - integrateddynamics:part_machine_writer_item:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Inventory Writer - integrateddynamics:part_inventory_writer_item:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Redstone Writer - integrateddynamics:part_redstone_writer_item:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Static Light Panel - integrateddynamics:part_static_light_panel_item:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Dynamic Light Panel - integrateddynamics:part_dynamic_light_panel_item:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Display Panel - integrateddynamics:part_display_panel_item:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Mono-Directional Connector - integrateddynamics:part_connector_mono_directional_item:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Omni-Directional Connector - integrateddynamics:part_connector_omni_directional_item:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Logic Cable - integrateddynamics:cable:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Variable Store - integrateddynamics:variablestore:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Logic Programmer - integrateddynamics:logic_programmer:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Energy Battery - integrateddynamics:energy_battery:0{} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({}) to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Energy Battery - integrateddynamics:energy_battery:0{energy:100000} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({energy: 100000}) to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Energy Battery - integrateddynamics:energy_battery:0{capacity:400000} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({capacity: 400000}) to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Energy Battery - integrateddynamics:energy_battery:0{capacity:400000,energy:400000} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({capacity: 400000, energy: 400000}) to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Energy Battery - integrateddynamics:energy_battery:0{capacity:1600000} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({capacity: 1600000}) to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Energy Battery - integrateddynamics:energy_battery:0{capacity:1600000,energy:1600000} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({capacity: 1600000, energy: 1600000}) to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Creative Energy Battery - integrateddynamics:creative_energy_battery:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Generator - integrateddynamics:coal_generator:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Proxy - integrateddynamics:proxy:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Materializer - integrateddynamics:materializer:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Menril Wood - integrateddynamics:menril_log:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Enriched Menril Wood - integrateddynamics:menril_log_filled:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Menril Leaves - integrateddynamics:menril_leaves:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Menril Sapling - integrateddynamics:menril_sapling:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Menril Wood Planks - integrateddynamics:menril_planks:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Block of Crystalized Menril - integrateddynamics:crystalized_menril_block:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Crystalized Menril Brick - integrateddynamics:crystalized_menril_brick:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Menril Resin - integrateddynamics:block_menril_resin:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Drying Basin - integrateddynamics:drying_basin:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Squeezer - integrateddynamics:squeezer:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Menril Door - integrateddynamics:menril_door:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Menril Torch - integrateddynamics:menril_torch:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Menril Stone Torch - integrateddynamics:menril_torch_stone:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Menril Wood Stairs - integrateddynamics:menril_planks_stairs:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Crystalized Menril Stairs - integrateddynamics:crystalized_menril_block_stairs:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Crystalized Menril Brick Stairs - integrateddynamics:crystalized_menril_brick_stairs:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Delayer - integrateddynamics:delay:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Liquid Chorus - integrateddynamics:block_liquid_chorus:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Block of Crystalized Chorus - integrateddynamics:crystalized_chorus_block:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Crystalized Chorus Brick - integrateddynamics:crystalized_chorus_brick:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Crystalized Chorus Stairs - integrateddynamics:crystalized_chorus_block_stairs:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Crystalized Chorus Brick Stairs - integrateddynamics:crystalized_chorus_brick_stairs:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Mechanical Squeezer - integrateddynamics:mechanical_squeezer:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Mechanical Drying Basin - integrateddynamics:mechanical_drying_basin:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Wrench - integrateddynamics:wrench:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Variable Card - integrateddynamics:variable:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Labeller - integrateddynamics:labeller:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Facade - None - integrateddynamics:facade:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Crystalized Menril Chunk - integrateddynamics:crystalized_menril_chunk:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Output Variable Transformer - integrateddynamics:variable_transformer:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Input Variable Transformer - integrateddynamics:variable_transformer:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Menril Berries - integrateddynamics:menril_berries:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Portable Logic Programmer - integrateddynamics:portable_logic_programmer:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. On the Dynamics of Integration - integrateddynamics:on_the_dynamics_of_integration:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Crystalized Chorus Chunk - integrateddynamics:crystalized_chorus_chunk:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Logic Director - integrateddynamics:logic_director:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Item Router - modularrouters:item_router:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Template Frame - modularrouters:template_frame:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Blank Module - modularrouters:blank_module:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Blank Upgrade - modularrouters:blank_upgrade:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Augment Core - modularrouters:augment_core:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Security Override Card - modularrouters:override_card:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Dropper Module - modularrouters:module:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Flinger Module - modularrouters:module:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Vacuum Module - modularrouters:module:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Placer Module - modularrouters:module:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Breaker Module - modularrouters:module:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Sender Module Mk1 - modularrouters:module:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Sender Module Mk2 - modularrouters:module:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Sender Module Mk3 - modularrouters:module:7 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Puller Module Mk1 - modularrouters:module:8 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Puller Module Mk2 - modularrouters:module:9 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Extruder Module Mk1 - modularrouters:module:10 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Extruder Module Mk2 - modularrouters:module:11 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Detector Module - modularrouters:module:12 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Player Module - modularrouters:module:13 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Fluid Screen Module - modularrouters:module:14 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Void Module - modularrouters:module:15 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Activator Module - modularrouters:module:16 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Distributor Module - modularrouters:module:17 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Stack Upgrade - modularrouters:upgrade:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Speed Upgrade - modularrouters:upgrade:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Security Upgrade - modularrouters:upgrade:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Camouflage Upgrade - modularrouters:upgrade:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Sync Upgrade - modularrouters:upgrade:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Fluid Transfer Upgrade - modularrouters:upgrade:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Muffler Upgrade - modularrouters:upgrade:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Blast Upgrade - modularrouters:upgrade:7 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Bulk Item Filter - modularrouters:filter:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Mod Filter - modularrouters:filter:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Regex Filter - modularrouters:filter:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Inspection Filter - modularrouters:filter:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Fast Pickup Augment - modularrouters:augment:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Pickup Delay Augment - modularrouters:augment:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Range Up Augment - modularrouters:augment:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Range Down Augment - modularrouters:augment:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Redstone Augment - modularrouters:augment:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Regulator Augment - modularrouters:augment:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Stack Augment - modularrouters:augment:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. XP Vacuum Augment - modularrouters:augment:7 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Mimic Augment - modularrouters:augment:8 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Pushing Augment - modularrouters:augment:9 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Simple Combustion Generator - simplegenerators:combustion_simple:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Upgradable Combustion Gen - simplegenerators:combustion_upgradable:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Simple Culinary Generator - simplegenerators:culinary_simple:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Upgradable Culinary Gen - simplegenerators:culinary_upgradable:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Simple Ender Generator - simplegenerators:ender_simple:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Upgradable Ender Gen - simplegenerators:ender_upgradable:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Simple Nether Generator - simplegenerators:nether_simple:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Upgradable Nether Gen - simplegenerators:nether_upgradable:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Simple Soul Generator - simplegenerators:soul_simple:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Upgradable Soul Generator - simplegenerators:soul_upgradable:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Simple Geothermal Generator - simplegenerators:geothermal_simple:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Upgradable Geothermal Gen - simplegenerators:geothermal_upgradable:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Simple Fluid Combustion Generator - simplegenerators:fluid_combustion_simple:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Upgradable Fluid Combustion Gen - simplegenerators:fluid_combustion_upgradable:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Simple Turbine Generator - simplegenerators:turbine_simple:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Upgradable Turbine Generator - simplegenerators:turbine_upgradable:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Storage Network Master - storagenetwork:master:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Storage Request Table - storagenetwork:request:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Storage Cable - storagenetwork:kabel:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Storage Link Cable - storagenetwork:storage_kabel:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Storage Export Cable - storagenetwork:ex_kabel:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Storage Import Cable - storagenetwork:im_kabel:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Processing Cable - storagenetwork:process_kabel:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Controller - storagenetwork:controller:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Speed Upgrade - storagenetwork:upgrade:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Storage Remote - storagenetwork:remote:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Silicon Block - galacticraftcore:basic_block_core:13 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Raw Silicon - galacticraftcore:basic_item:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Silicon Sample - contenttweaker:sub_block_holder_0:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Single Battery - actuallyadditions:battery_bauble:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Double Battery - actuallyadditions:battery_double_bauble:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Quadruple Battery - actuallyadditions:battery_quadruple_bauble:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Quintuple Battery - actuallyadditions:battery_quintuple_bauble:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Triple Battery - actuallyadditions:battery_triple_bauble:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Battery Box - actuallyadditions:block_battery_box:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Bio Reactor - actuallyadditions:block_bio_reactor:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Auto-Breaker - actuallyadditions:block_breaker:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Canola Press - actuallyadditions:block_canola_press:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Chiseled Black Quartz Slab - actuallyadditions:block_chiseled_quartz_slab:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Chiseled Black Quartz Stairs - actuallyadditions:block_chiseled_quartz_stair:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Chiseled Black Quartz Wall - actuallyadditions:block_chiseled_quartz_wall:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Coal Generator - actuallyadditions:block_coal_generator:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Coffee Maker - actuallyadditions:block_coffee_machine:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Long-Range Breaker - actuallyadditions:block_directional_breaker:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Farmer - actuallyadditions:block_farmer:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Automatic Feeder - actuallyadditions:block_feeder:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Fermenting Barrel - actuallyadditions:block_fermenting_barrel:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Powered Furnace - actuallyadditions:block_furnace_double:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Solar Panel - actuallyadditions:block_furnace_solar:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Large Storage Crate - actuallyadditions:block_giant_chest_large:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Medium Storage Crate - actuallyadditions:block_giant_chest_medium:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Small Storage Crate - actuallyadditions:block_giant_chest:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Greenhouse Glass - actuallyadditions:block_greenhouse_glass:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Double Crusher - actuallyadditions:block_grinder_double:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Crusher - actuallyadditions:block_grinder:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Heat Collector - actuallyadditions:block_heat_collector:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Hopping Item Interface - actuallyadditions:block_item_viewer_hopping:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Wood Casing - actuallyadditions:block_misc:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Block of Enderpearl - actuallyadditions:block_misc:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Casing - actuallyadditions:block_misc:7 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Ender Casing - actuallyadditions:block_misc:8 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Iron Casing - actuallyadditions:block_misc:9 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Oil Generator - actuallyadditions:block_oil_generator:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Black Quartz Pillar Slab - actuallyadditions:block_pillar_quartz_slab:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Black Quartz Pillar Stairs - actuallyadditions:block_pillar_quartz_stair:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Black Quartz Pillar Wall - actuallyadditions:block_pillar_quartz_wall:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Black Quartz Slab - actuallyadditions:block_quartz_slab:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Black Quartz Stairs - actuallyadditions:block_quartz_stair:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Black Quartz Wall - actuallyadditions:block_quartz_wall:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Smiley Cloud - actuallyadditions:block_smiley_cloud:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Traveler's Sack - actuallyadditions:item_bag:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Double Battery - actuallyadditions:item_battery_double:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Quadruple Battery - actuallyadditions:item_battery_quadruple:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Quintuple Battery - actuallyadditions:item_battery_quintuple:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Triple Battery - actuallyadditions:item_battery_triple:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Single Battery - actuallyadditions:item_battery:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Actually Additions Manual - actuallyadditions:item_booklet:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Chest To Storage Crate Upgrade - actuallyadditions:item_chest_to_crate_upgrade:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Cup with Coffee - actuallyadditions:item_coffee:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Storage Crate Keeper - actuallyadditions:item_crate_keeper:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Drill Block Placing Augment - actuallyadditions:item_drill_upgrade_block_placing:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Drill Mining Augment II - actuallyadditions:item_drill_upgrade_five_by_five:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Drill Fortune Augment II (Gives Fortune III!) - actuallyadditions:item_drill_upgrade_fortune_ii:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Drill Fortune Augment I - actuallyadditions:item_drill_upgrade_fortune:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Drill Silk Touch Augment - actuallyadditions:item_drill_upgrade_silk_touch:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Drill Speed Augment II - actuallyadditions:item_drill_upgrade_speed_ii:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Drill Speed Augment III - actuallyadditions:item_drill_upgrade_speed_iii:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Drill Speed Augment I - actuallyadditions:item_drill_upgrade_speed:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Drill Mining Augment I - actuallyadditions:item_drill_upgrade_three_by_three:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Drill - actuallyadditions:item_drill:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Item Filter - actuallyadditions:item_filter:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Ring of Growth - actuallyadditions:item_growth_ring:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Laser Wrench - actuallyadditions:item_laser_wrench:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Leaf Blower - actuallyadditions:item_leaf_blower:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Medium To Large Storage Crate Upgrade - actuallyadditions:item_medium_to_large_crate_upgrade:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Ring - actuallyadditions:item_misc:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Basic Coil - actuallyadditions:item_misc:7 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Advanced Coil - actuallyadditions:item_misc:8 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Empty Cup - actuallyadditions:item_misc:14 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Drill Core - actuallyadditions:item_misc:16 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Resonant Rice - actuallyadditions:item_resonant_rice:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Small To Medium Storage Crate Upgrade - actuallyadditions:item_small_to_medium_crate_upgrade:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Ring of Magnetizing - actuallyadditions:magnet_ring_bauble:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Biometric Card - appliedenergistics2:biometric_card:0{} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({}) to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Certus Quartz Axe - appliedenergistics2:certus_quartz_axe:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Certus Quartz Cutting Knife - appliedenergistics2:certus_quartz_cutting_knife:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Certus Quartz Hoe - appliedenergistics2:certus_quartz_hoe:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Certus Quartz Pickaxe - appliedenergistics2:certus_quartz_pickaxe:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Certus Quartz Shovel - appliedenergistics2:certus_quartz_spade:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Certus Quartz Sword - appliedenergistics2:certus_quartz_sword:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Certus Quartz Wrench - appliedenergistics2:certus_quartz_wrench:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Charged Certus Quartz Ore - appliedenergistics2:charged_quartz_ore:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Chiseled Certus Quartz Block - appliedenergistics2:chiseled_quartz_block:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Chiseled Certus Quartz Slabs - appliedenergistics2:chiseled_quartz_slab:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Chiseled Certus Quartz Stairs - appliedenergistics2:chiseled_quartz_stairs:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Energy Acceptor - appliedenergistics2:energy_acceptor:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Energy Cell - appliedenergistics2:energy_cell:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Fluix Block - appliedenergistics2:fluix_block:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Fluix Slabs - appliedenergistics2:fluix_slab:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Fluix Stairs - appliedenergistics2:fluix_stairs:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Inscriber - appliedenergistics2:inscriber:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. ME Interface - appliedenergistics2:interface:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Light Detecting Fixture - appliedenergistics2:light_detector:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Charged Certus Quartz Crystal - appliedenergistics2:material:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Certus Quartz Dust - appliedenergistics2:material:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Fluix Crystal - appliedenergistics2:material:7 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Fluix Dust - appliedenergistics2:material:8 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Inscriber Engineering Press - appliedenergistics2:material:14 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Inscriber Logic Press - appliedenergistics2:material:15 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Printed Engineering Circuit - appliedenergistics2:material:17 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Printed Logic Circuit - appliedenergistics2:material:18 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Inscriber Silicon Press - appliedenergistics2:material:19 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Printed Silicon - appliedenergistics2:material:20 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Logic Processor - appliedenergistics2:material:22 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Engineering Processor - appliedenergistics2:material:24 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Formation Core - appliedenergistics2:material:43 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Annihilation Core - appliedenergistics2:material:44 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Certus Quartz Crystal - appliedenergistics2:material:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Nether Quartz Axe - appliedenergistics2:nether_quartz_axe:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Nether Quartz Cutting Knife - appliedenergistics2:nether_quartz_cutting_knife:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Nether Quartz Hoe - appliedenergistics2:nether_quartz_hoe:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Nether Quartz Pickaxe - appliedenergistics2:nether_quartz_pickaxe:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Nether Quartz Shovel - appliedenergistics2:nether_quartz_spade:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Nether Quartz Sword - appliedenergistics2:nether_quartz_sword:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Nether Quartz Wrench - appliedenergistics2:nether_quartz_wrench:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. ME Glass Cable - Orange - appliedenergistics2:part:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. ME Glass Cable - Magenta - appliedenergistics2:part:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. ME Glass Cable - Light Blue - appliedenergistics2:part:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. ME Glass Cable - Yellow - appliedenergistics2:part:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. ME Glass Cable - Lime - appliedenergistics2:part:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. ME Glass Cable - Pink - appliedenergistics2:part:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. ME Glass Cable - Gray - appliedenergistics2:part:7 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. ME Glass Cable - Light Gray - appliedenergistics2:part:8 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. ME Glass Cable - Cyan - appliedenergistics2:part:9 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. ME Glass Cable - Purple - appliedenergistics2:part:10 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. ME Glass Cable - Blue - appliedenergistics2:part:11 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. ME Glass Cable - Brown - appliedenergistics2:part:12 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. ME Glass Cable - Green - appliedenergistics2:part:13 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. ME Glass Cable - Red - appliedenergistics2:part:14 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. ME Glass Cable - Black - appliedenergistics2:part:15 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. ME Glass Cable - Fluix - appliedenergistics2:part:16 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Cable Anchor - appliedenergistics2:part:120 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Quartz Fiber - appliedenergistics2:part:140 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Bright Illuminated Panel - appliedenergistics2:part:160 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Illuminated Panel - appliedenergistics2:part:180 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Dark Illuminated Panel - appliedenergistics2:part:200 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. ME Storage Bus - appliedenergistics2:part:220 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. ME Import Bus - appliedenergistics2:part:240 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. ME Export Bus - appliedenergistics2:part:260 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. ME Crafting Terminal - appliedenergistics2:part:360 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. ME Terminal - appliedenergistics2:part:380 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. ME Glass Cable - White - appliedenergistics2:part:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Certus Quartz Block - appliedenergistics2:quartz_block:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Charged Quartz Fixture - appliedenergistics2:quartz_fixture:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Certus Quartz Ore - appliedenergistics2:quartz_ore:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Certus Quartz Pillar Slabs - appliedenergistics2:quartz_pillar_slab:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Certus Quartz Pillar Stairs - appliedenergistics2:quartz_pillar_stairs:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Certus Quartz Pillar - appliedenergistics2:quartz_pillar:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Certus Quartz Slabs - appliedenergistics2:quartz_slab:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Certus Quartz Stairs - appliedenergistics2:quartz_stairs:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Vibrant Quartz Glass - appliedenergistics2:quartz_vibrant_glass:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Unbreakable Wand - betterbuilderswands:wandunbreakable:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Unbreakable Wand - betterbuilderswands:wandunbreakable:12 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Unbreakable Wand - betterbuilderswands:wandunbreakable:13 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Unbreakable Wand - betterbuilderswands:wandunbreakable:14 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Magma Verus Block - betterwithaddons:elytra_magma:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Magma Cream Verus - betterwithaddons:material:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Brimstone - betterwithmods:material:25 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Ender Slag - betterwithmods:material:39 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Air Reagent - bloodmagic:component:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Air Sigil - bloodmagic:sigil_air:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Hopping Bonsai Pot - bonsaitrees:bonsaipot:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Bonsai Pot - bonsaitrees:bonsaipot:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. tile.architectBlock.name - buildcraftbuilders:architect:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. tile.builderBlock.name - buildcraftbuilders:builder:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. tile.fillerBlock.name - buildcraftbuilders:filler:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. tile.frameBlock.name - buildcraftbuilders:frame:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. tile.libraryBlock.name - buildcraftbuilders:library:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. tile.quarryBlock.name - buildcraftbuilders:quarry:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. item.schematicSingle.name - buildcraftbuilders:schematic_single:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. item.blueprintItem.name - buildcraftbuilders:snapshot:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. item.templateItem.name - buildcraftbuilders:snapshot:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. tile.decorated.blueprint.name - buildcraftcore:decorated:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. tile.decorated.template.name - buildcraftcore:decorated:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. tile.decorated.laser_back.name - buildcraftcore:decorated:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. item.list.name - buildcraftcore:list:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. item.mapLocation.name - buildcraftcore:map_location:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. item.markerConnector.name - buildcraftcore:marker_connector:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. tile.pathMarkerBlock.name - buildcraftcore:marker_path:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. tile.markerBlock.name - buildcraftcore:marker_volume:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. tile.autoWorkbenchBlock.name - buildcraftfactory:autoworkbench_item:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. tile.chuteBlock.name - buildcraftfactory:chute:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. tile.distiller.name - buildcraftfactory:distiller:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. tile.floodGateBlock.name - buildcraftfactory:flood_gate:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. item.gel.name - buildcraftfactory:gel:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. tile.heat_exchange.name - buildcraftfactory:heat_exchange:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. tile.miningWellBlock.name - buildcraftfactory:mining_well:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. item.waterGel.name - buildcraftfactory:water_gel_spawn:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. tile.zonePlannerBlock.name - buildcraftrobotics:zone_planner:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. gate.name.basic - buildcraftsilicon:plug_gate:32767{} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({}) to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. item.light_sensor.name - buildcraftsilicon:plug_light_sensor:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. item.pulsar.name - buildcraftsilicon:plug_pulsar:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. tile.filteredBufferBlock.name - buildcrafttransport:filtered_buffer:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. item.PipePowerCobblestone.name - buildcrafttransport:pipe_cobble_power:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. item.PipeFluidsGold.name - buildcrafttransport:pipe_gold_fluid:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. item.PipeItemsGold.name - buildcrafttransport:pipe_gold_item:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. item.PipePowerGold.name - buildcrafttransport:pipe_gold_power:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. item.PipeItemsLapis.name - buildcrafttransport:pipe_lapis_item:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. item.PipeItemsObsidian.name - buildcrafttransport:pipe_obsidian_item:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. item.PipePowerQuartz.name - buildcrafttransport:pipe_quartz_power:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. item.PipePowerSandstone.name - buildcrafttransport:pipe_sandstone_power:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. item.PipePowerStone.name - buildcrafttransport:pipe_stone_power:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. item.PipeItemsStripes.name - buildcrafttransport:pipe_stripes_item:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. item.PipePowerWood.name - buildcrafttransport:pipe_wood_power:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. item.PipePowerAdapter.name - buildcrafttransport:plug_power_adaptor:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Building Gadget - buildinggadgets:buildingtool:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Cross - car:arrow_cross_yellow:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Cross - car:arrow_cross:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Long Arrow Left - car:arrow_front_left_long_yellow:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Long Arrow Left - car:arrow_front_left_long:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Long Arrow Left Right - car:arrow_front_left_right_long_yellow:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Long Arrow Left Right - car:arrow_front_left_right_long:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Arrow Left Right - car:arrow_front_left_right_yellow:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Arrow Left Right - car:arrow_front_left_right:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Arrow Left - car:arrow_front_left_yellow:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Arrow Left - car:arrow_front_left:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Long Arrow Right - car:arrow_front_right_long_yellow:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Long Arrow Right - car:arrow_front_right_long:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Arrow Right - car:arrow_front_right_yellow:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Arrow Right - car:arrow_front_right:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Arrow Left Diagonal - car:arrow_left_dia_short_yellow:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Arrow Left Diagonal - car:arrow_left_dia_short:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Long Arrow Left Diagonal - car:arrow_left_dia_yellow:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Long Arrow Left Diagonal - car:arrow_left_dia:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Long Arrow Left Right - car:arrow_left_right_long_yellow:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Long Arrow Left Right - car:arrow_left_right_long:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Arrow Left Right - car:arrow_left_right_yellow:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Arrow Left Right - car:arrow_left_right:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Arrow Left - car:arrow_left_short_yellow:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Arrow Left - car:arrow_left_short:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Long Arrow Left - car:arrow_left_yellow:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Long Arrow Left - car:arrow_left:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Long Arrow - car:arrow_long_yellow:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Long Arrow - car:arrow_long:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. No Parking - car:arrow_no_parking_yellow:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. No Parking - car:arrow_no_parking:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Parking - car:arrow_p_yellow:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Parking - car:arrow_p:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Arrow Right Diagonal - car:arrow_right_dia_short_yellow:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Arrow Right Diagonal - car:arrow_right_dia_short:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Long Arrow Right Diagonal - car:arrow_right_dia_yellow:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Arrow Right Diagonal - car:arrow_right_dia:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Arrow Right - car:arrow_right_short_yellow:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Arrow Right - car:arrow_right_short:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Long Arrow Right - car:arrow_right_yellow:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Long Arrow Right - car:arrow_right:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Arrow - car:arrow_yellow:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Zebras - car:arrow_zebras_yellow:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Zebras - car:arrow_zebras:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Arrow - car:arrow:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Axle - car:axle:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Backmix Reactor - car:backmix_reactor:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Battery - car:battery:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Blast Furnace - car:blastfurnace:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Cable Insulator - car:cable_insulator:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Cable - car:cable:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Canister - car:canister:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Canola Seeds - car:canola_seeds:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Canola - car:canola:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Spruce Car Body part - car:car_body_part_wood:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Birch Car Body part - car:car_body_part_wood:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Jungle Car Body part - car:car_body_part_wood:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Acacia Car Body part - car:car_body_part_wood:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Dark Oak Car Body part - car:car_body_part_wood:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Oak Car Body part - car:car_body_part_wood:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Car Seat - car:car_seat:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Car Tank - car:car_tank:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Car Workshop Part - car:car_workshop_outter:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Car Workshop - car:car_workshop:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Container - car:container:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Control Unit - car:control_unit:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Crank - car:crank:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Crash Barrier - car:crash_barrier:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Dynamo - car:dynamo:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. 3 Cylinder Engine - car:engine_3_cylinder:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. 6 Cylinder Engine - car:engine_6_cylinder:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Engine Piston - car:engine_piston:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Fluid Extractor - car:fluid_extractor:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Fluid Pipe - car:fluid_pipe:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Fuel Station - car:fuelstation:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Generator - car:generator:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Hammer - car:hammer:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Corner Line - car:line_corner_yellow:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Corner Line - car:line_corner:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. End Double Line - car:line_double_end_yellow:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. End Double Line - car:line_double_end:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Middle Double Line - car:line_double_middle_yellow:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Middle Double Line - car:line_double_middle:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Double Line - car:line_double_yellow:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Double Line - car:line_double:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. End Line - car:line_end_yellow:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. End Line - car:line_end:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Long Line - car:line_long_yellow:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Long Line - car:line_long:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Middle Edge Line - car:line_middle_edge_yellow:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Middle Edge Line - car:line_middle_edge:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Middle Line - car:line_middle_yellow:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Middle Line - car:line_middle:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. End Side Line - car:line_side_end_yellow:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. End Side Line - car:line_side_end:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Long Corner Side Line - car:line_side_long_left_front_yellow:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Long Corner Side Line - car:line_side_long_left_front:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Long Corner Side Line - car:line_side_long_left_yellow:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Long Corner Side Line - car:line_side_long_left:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Long Side Line - car:line_side_long_yellow:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Long Side Line - car:line_side_long:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Middle Side Line - car:line_side_middle_yellow:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Middle Side Line - car:line_side_middle:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Start Side Line - car:line_side_start_yellow:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Start Side Line - car:line_side_start:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Number Plate - car:number_plate:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Oil Mill - car:oilmill:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Yellow Painter - car:painter_yellow:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Painter - car:painter:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Canola Cake - car:rapecake:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Repair Kit - car:repair_kit:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Screw Driver - car:screw_driver:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Sign Post - car:sign_post:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Sign - car:sign:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Split Tank - car:split_tank:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Fish Tank - car:tank:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Asphalt Slab - car:tar_slab:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Lower Asphalt Slope (Flat) - car:tar_slope_flat_lower:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Upper Asphalt Slope (Flat) - car:tar_slope_flat_upper:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Asphalt Slope - car:tar_slope:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Asphalt - car:tar:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Wheel - car:wheel:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Windshield - car:windshield:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Wrench - car:wrench:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Key - car:key:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Charger Tier II - chargers:charger:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Charger Tier I - chargers:charger:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Endstone - chisel:endstone:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Endstone - chisel:endstone1:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Endstone - chisel:endstone2:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Purpur Block - chisel:purpur:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Purpur Block - chisel:purpur1:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Purpur Block - chisel:purpur2:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Armor Forge - conarm:armorforge:0{textureBlock:{id:"tconstruct:metal",Count:1b,Damage:0s}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({textureBlock: {id: "tconstruct:metal", Count: 1 as byte, Damage: 0 as short}}) to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Armor Forge - conarm:armorforge:0{textureBlock:{id:"tconstruct:metal",Count:1b,Damage:1s}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({textureBlock: {id: "tconstruct:metal", Count: 1 as byte, Damage: 1 as short}}) to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Armor Forge - conarm:armorforge:0{textureBlock:{id:"tconstruct:metal",Count:1b,Damage:2s}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({textureBlock: {id: "tconstruct:metal", Count: 1 as byte, Damage: 2 as short}}) to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Armor Forge - conarm:armorforge:0{textureBlock:{id:"tconstruct:metal",Count:1b,Damage:4s}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({textureBlock: {id: "tconstruct:metal", Count: 1 as byte, Damage: 4 as short}}) to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Osmium Ore - contenttweaker:sub_block_holder_0:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Kitchen Cabinet - cookingforblockheads:cabinet:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Cooking Table - cookingforblockheads:cooking_table:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Kitchen Corner - cookingforblockheads:corner:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Kitchen Counter - cookingforblockheads:counter:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Fridge - cookingforblockheads:fridge:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Fruit Basket - cookingforblockheads:fruit_basket:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Heating Unit - cookingforblockheads:heating_unit:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Kitchen Floor - cookingforblockheads:kitchen_floor:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Milk Jar - cookingforblockheads:milk_jar:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Oven - cookingforblockheads:oven:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Preservation Chamber - cookingforblockheads:preservation_chamber:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Cooking for Blockheads - cookingforblockheads:recipe_book:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Cooking for Blockheads I - cookingforblockheads:recipe_book:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Cooking for Blockheads II - cookingforblockheads:recipe_book:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Sink - cookingforblockheads:sink:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Spice Rack - cookingforblockheads:spice_rack:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Toaster - cookingforblockheads:toaster:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Tool Rack - cookingforblockheads:tool_rack:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Ender Library - cyclicmagic:block_library_ctrl:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Ender Bookshelf - cyclicmagic:block_library:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Text Projector - cyclicmagic:block_screen:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Fluid Storage Tank - cyclicmagic:block_storeempty:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Automated User - cyclicmagic:block_user:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Item Collector - cyclicmagic:block_vacuum:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Bundled Cable - cyclicmagic:bundled_pipe:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. GPS Marker - cyclicmagic:card_location:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Void Charm - cyclicmagic:charm_void:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Corrupted Chorus Fruit - cyclicmagic:corrupted_chorus:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Precise Dropper - cyclicmagic:dropper_exact:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Solid Ender Eye - cyclicmagic:ender_eye_orb:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Ender Orb Translocator - cyclicmagic:ender_pearl_mounted:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Ender Orb - cyclicmagic:ender_pearl_reuse:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Energy Cable - cyclicmagic:energy_pipe:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Energy Extraction Cable - cyclicmagic:energy_pump:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Experience Pylon - cyclicmagic:exp_pylon:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Fan - cyclicmagic:fan:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Fluid Collector - cyclicmagic:fluid_drain:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Fluid Pipe - cyclicmagic:fluid_pipe:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Fluid Placer - cyclicmagic:fluid_placer:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Fluid Extraction Cable - cyclicmagic:fluid_pump:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Vision Helmet - cyclicmagic:glowing_helmet:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Item Sorter - cyclicmagic:item_pipe_sort:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Item Cable - cyclicmagic:item_pipe:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Item Extraction Cable - cyclicmagic:item_pump:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Item Magnet - cyclicmagic:magnet_block:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Aerial Faith Plate - cyclicmagic:plate_vector:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Sensor Display - cyclicmagic:screen_target:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Inverted Stirrups - cyclicmagic:tool_mount_inverse:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Wireless Receiver - cyclicmagic:wireless_receiver:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Wireless Transmitter - cyclicmagic:wireless_transmitter:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Anti-Slime Block - darkutils:anti_slime:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Pearled Ender Hopper - darkutils:ender_pearl_hopper:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Monolith of Spawning - darkutils:monolith:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Monolith of Experience - darkutils:monolith:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Pearl Brick - darkutils:pearl_block:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Carved Pearl Block - darkutils:pearl_block:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Chiseled Pearl Block - darkutils:pearl_block:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Pearl Block - darkutils:pearl_block:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Shulker Pearl - darkutils:shulker_pearl:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Sneaky Button - darkutils:sneaky_button:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Weakness Trap - darkutils:trap_tile:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Damage Trap - darkutils:trap_tile:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Flame Trap - darkutils:trap_tile:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Maim Trap - darkutils:trap_tile:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Player Trap - darkutils:trap_tile:7 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Poison Trap - darkutils:trap_tile:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Adjustable Storage Unit - enderutilities:asu:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Barrel - enderutilities:barrel:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Wand of the Lazy Builder - enderutilities:builderswand:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Chair Wand - enderutilities:chairwand:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Dolly - enderutilities:dolly:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Advanced Drawbridge - enderutilities:draw_bridge:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Drawbridge - enderutilities:draw_bridge:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Ender Elevator Layer (white) - enderutilities:ender_elevator_layer:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Ender Elevator Slab (white) - enderutilities:ender_elevator_slab:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Ender Elevator (white) - enderutilities:ender_elevator:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Ender Arrow - enderutilities:enderarrow:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Ender Bag - enderutilities:enderbag:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Ender Bow - enderutilities:enderbow:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Ender Bucket - enderutilities:enderbucket:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Ender Capacitor (Enhanced) - enderutilities:endercapacitor:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Ender Capacitor (Advanced) - enderutilities:endercapacitor:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Ender Capacitor (Basic) - enderutilities:endercapacitor:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Ender Lasso - enderutilities:enderlasso:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Ender Alloy (Enhanced) - enderutilities:enderpart:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Ender Alloy (Advanced) - enderutilities:enderpart:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Inactive Ender Core (Basic) - enderutilities:enderpart:10 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Inactive Ender Core (Enhanced) - enderutilities:enderpart:11 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Inactive Ender Core (Advanced) - enderutilities:enderpart:12 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Ender Core (Basic) - enderutilities:enderpart:15 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Ender Core (Enhanced) - enderutilities:enderpart:16 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Ender Core (Advanced) - enderutilities:enderpart:17 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Ender Infused Stick - enderutilities:enderpart:20 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Ender Rope - enderutilities:enderpart:21 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Ender Relic - enderutilities:enderpart:40 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Jailer module - enderutilities:enderpart:45 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Memory Card (misc) - enderutilities:enderpart:50 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Memory Card (items) 6 B - enderutilities:enderpart:51 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Memory Card (items) 8 B - enderutilities:enderpart:52 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Memory Card (items) 10 B - enderutilities:enderpart:53 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Memory Card (items) 12 B - enderutilities:enderpart:54 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Barrel Label - enderutilities:enderpart:70 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Barrel Structural Upgrade - enderutilities:enderpart:71 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Barrel Capacity Upgrade - enderutilities:enderpart:72 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Barrel Void Upgrade - enderutilities:enderpart:73 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Storage Key - enderutilities:enderpart:80 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Ender Alloy (Basic) - enderutilities:enderpart:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Elite Ender Pearl (reusable) - enderutilities:enderpearlreusable:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Ender Pearl (reusable) - enderutilities:enderpearlreusable:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Advanced Ender Porter - enderutilities:enderporter:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Ender Porter - enderutilities:enderporter:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Ender Sword - enderutilities:endersword:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Ender Axe - enderutilities:endertool:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Ender Shovel - enderutilities:endertool:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Ender Hoe - enderutilities:endertool:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Ender Pickaxe - enderutilities:endertool:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Energy Bridge Receiver - enderutilities:energy_bridge:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Energy Bridge Transmitter - enderutilities:energy_bridge:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Energy Bridge Resonator - enderutilities:energy_bridge:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Cracked Floor - enderutilities:floor:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Floor - enderutilities:floor:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Portal Frame - enderutilities:frame:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Handy Bag (Large) - enderutilities:handybag:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Handy Bag - enderutilities:handybag:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Super Cheaty Water Wand - enderutilities:icemelter:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Cheaty Water Wand - enderutilities:icemelter:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Inserter (Filtered) - enderutilities:inserter:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Inserter - enderutilities:inserter:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Inventory Swapper MC: 1 P: 1 - enderutilities:inventoryswapper:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Link Crystal (Block) - enderutilities:linkcrystal:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Link Crystal (Portal) - enderutilities:linkcrystal:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Link Crystal (Location) - enderutilities:linkcrystal:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Living Matter Manipulator - enderutilities:livingmanipulator:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Ender Furnace - enderutilities:machine_0:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Tool Workstation - enderutilities:machine_1:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Creation Station - enderutilities:machine_1:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Advanced Quick Stacker - enderutilities:machine_1:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Ender Infuser - enderutilities:machine_1:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Mob Harness - enderutilities:mobharness:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Molecular Exciter - enderutilities:molecular_exciter:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Massive Storage Bundle - enderutilities:msu:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Massive Storage Unit - enderutilities:msu:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Nullifier - 1 / 9 - enderutilities:nullifier:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Pet Contract (Blank) - enderutilities:pet_contract:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Phasing Block (inverted) - enderutilities:phasing:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Phasing Block - enderutilities:phasing:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Item Pickup Manager - pre: 1 LC: 0 - enderutilities:pickupmanager:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Portal Control Panel - enderutilities:portal_panel:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Portal Scaler - enderutilities:portalscaler:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Quick Stacker P: 1 - enderutilities:quickstacker:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Ruler - enderutilities:ruler:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Sound Block - enderutilities:sound_block:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Memory Chest - enderutilities:storage_0:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Large Memory Chest - enderutilities:storage_0:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Handy Chest (Small) - enderutilities:storage_0:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Handy Chest (Normal) - enderutilities:storage_0:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Handy Chest (Large) - enderutilities:storage_0:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Handy Chest (Extended) - enderutilities:storage_0:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Junk Storage Unit - enderutilities:storage_0:7 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Small Memory Chest - enderutilities:storage_0:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Paralyzer Syringe - enderutilities:syringe:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Stimulant Syringe - enderutilities:syringe:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Passifier Syringe - enderutilities:syringe:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Syringe (empty) - enderutilities:syringe:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Void Pickaxe - enderutilities:void_pickaxe:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Ender Alternator - extendedcrafting:ender_alternator:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Ender Crafter - extendedcrafting:ender_crafter:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Automation Interface - extendedcrafting:interface:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Elite Catalyst - extendedcrafting:material:10 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Elite Component - extendedcrafting:material:16 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Ender Ingot - extendedcrafting:material:36 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Ender Nugget - extendedcrafting:material:37 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Ender Star - extendedcrafting:material:40 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Ender Star Nugget - extendedcrafting:material:41 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Enhanced Ender Ingot - extendedcrafting:material:48 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Enhanced Ender Nugget - extendedcrafting:material:49 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Block of Ender - extendedcrafting:storage:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Block of Ender Stars - extendedcrafting:storage:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Block of Enhanced Ender - extendedcrafting:storage:7 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Elite Crafting Table - extendedcrafting:table_elite:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Light Oxygen Tank - extraplanets:oxygen_tank_light_full_black:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Light Oxygen Tank - extraplanets:oxygen_tank_light_full_blue:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Light Oxygen Tank - extraplanets:oxygen_tank_light_full_brown:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Light Oxygen Tank - extraplanets:oxygen_tank_light_full_cyan:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Light Oxygen Tank - extraplanets:oxygen_tank_light_full_gray:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Light Oxygen Tank - extraplanets:oxygen_tank_light_full_green:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Light Oxygen Tank - extraplanets:oxygen_tank_light_full_light_blue:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Light Oxygen Tank - extraplanets:oxygen_tank_light_full_light_gray:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Light Oxygen Tank - extraplanets:oxygen_tank_light_full_magenta:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Light Oxygen Tank - extraplanets:oxygen_tank_light_full_orange:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Light Oxygen Tank - extraplanets:oxygen_tank_light_full_pink:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Light Oxygen Tank - extraplanets:oxygen_tank_light_full_purple:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Light Oxygen Tank - extraplanets:oxygen_tank_light_full_red:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Light Oxygen Tank - extraplanets:oxygen_tank_light_full_white:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Light Oxygen Tank - extraplanets:oxygen_tank_light_full_yellow:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Tier 1 Armour Layer - extraplanets:tier1_armor_layer:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Tier 1 Pressure Layer - extraplanets:tier1_pressure_layer:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Tier 1 Radiation Layer - extraplanets:tier1_radiation_layer:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Tier 1 Space Suit Boots - extraplanets:tier1_space_suit_boots:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Tier 1 Space Suit Chestplate - extraplanets:tier1_space_suit_chest:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Tier 1 Space Suit Helmet - extraplanets:tier1_space_suit_helmet:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Tier 1 Space Suit Leggings - extraplanets:tier1_space_suit_legings:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Tier 1 Un-Prepared Space Suit Boots - extraplanets:tier1_un_prepared_space_suit_boots:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Tier 1 Un-Prepared Space Suit Chestplate - extraplanets:tier1_un_prepared_space_suit_chest:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Tier 1 Un-Prepared Space Suit Helmet - extraplanets:tier1_un_prepared_space_suit_helmet:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Tier 1 Un-Prepared Space Suit Leggings - extraplanets:tier1_un_prepared_space_suit_legings:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Compressed Space Platinum - extraplanets:tier11_items:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Oxygen Fan - galacticraftcore:air_fan:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Air Lock Controller - galacticraftcore:air_lock_frame:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Air Lock Frame - galacticraftcore:air_lock_frame:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Oxygen Vent - galacticraftcore:air_vent:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Tin Wall Block - galacticraftcore:basic_block_core:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Silicon Ore - galacticraftcore:basic_block_core:8 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Raw Silicon - galacticraftcore:basic_item:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Compressed Copper - galacticraftcore:basic_item:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Compressed Tin - galacticraftcore:basic_item:7 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Compressed Aluminum - galacticraftcore:basic_item:8 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Compressed Steel - galacticraftcore:basic_item:9 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Compressed Bronze - galacticraftcore:basic_item:10 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Compressed Iron - galacticraftcore:basic_item:11 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Battery - galacticraftcore:battery:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Fuel Bucket - galacticraftcore:bucket_fuel:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Tin Canister - galacticraftcore:canister:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Canvas - galacticraftcore:canvas:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Oxygen Collector - galacticraftcore:collector:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Tier 1 Rocket Engine - galacticraftcore:engine:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Flag - galacticraftcore:flag:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Fluid Pipe - galacticraftcore:fluid_pipe:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Filled Fuel Canister - galacticraftcore:fuel_canister_partial:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Fuel Loader - galacticraftcore:fuel_loader:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Glowstone Torch - galacticraftcore:glowstone_torch:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Heavy-Duty Plate - galacticraftcore:heavy_plating:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Rocket Launch Pad - galacticraftcore:landing_pad:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Energy Storage Module - galacticraftcore:machine_tiered:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Compressor - galacticraftcore:machine:12 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Coal Generator - galacticraftcore:machine:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Nose Cone - galacticraftcore:nose_cone:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Filled Oil Canister - galacticraftcore:oil_canister_partial:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Oxygen Compressor - galacticraftcore:oxygen_compressor:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Oxygen Concentrator - galacticraftcore:oxygen_concentrator:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Oxygen Gear - galacticraftcore:oxygen_gear:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Oxygen Mask - galacticraftcore:oxygen_mask:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Light Oxygen Tank - galacticraftcore:oxygen_tank_light_full:900 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Light Oxygen Tank - galacticraftcore:oxygen_tank_light_full:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Black Parachute - galacticraftcore:parachute:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Light Blue Parachute - galacticraftcore:parachute:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Lime Parachute - galacticraftcore:parachute:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Brown Parachute - galacticraftcore:parachute:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Blue Parachute - galacticraftcore:parachute:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Gray Parachute - galacticraftcore:parachute:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Green Parachute - galacticraftcore:parachute:7 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Light Gray Parachute - galacticraftcore:parachute:8 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Magenta Parachute - galacticraftcore:parachute:9 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Orange Parachute - galacticraftcore:parachute:10 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Pink Parachute - galacticraftcore:parachute:11 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Purple Parachute - galacticraftcore:parachute:12 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Red Parachute - galacticraftcore:parachute:13 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Cyan Parachute - galacticraftcore:parachute:14 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Yellow Parachute - galacticraftcore:parachute:15 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Parachute - galacticraftcore:parachute:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Rocket Fins - galacticraftcore:rocket_fins:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Tier 1 Rocket - galacticraftcore:rocket_t1:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Tier 1 Rocket - galacticraftcore:rocket_t1:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Tier 1 Rocket - galacticraftcore:rocket_t1:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Tier 1 Rocket - galacticraftcore:rocket_t1:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. NASA Workbench - galacticraftcore:rocket_workbench:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Vacuum Glass (Clear) - galacticraftcore:space_glass_clear:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Vacuum Glass (Clear) - galacticraftcore:space_glass_clear:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Standard Wrench - galacticraftcore:standard_wrench:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Steel Pole - galacticraftcore:steel_pole:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Assorted Quartz Sample - geolosys:ore_sample_vanilla:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Assorted Quartz - geolosys:ore_vanilla:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Modular Routers Guide - guideapi:modularrouters-guidebook:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Fluid Pump - immersiveengineering:metal_device0:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Uranium Ore - immersiveengineering:ore:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Uranium Slab - immersiveengineering:storage_slab:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Item Buffer normal-M - indlog:buffer:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Item Buffer normal-L - indlog:buffer:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Item Buffer normal-XL - indlog:buffer:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Item Buffer advanced-S - indlog:buffer:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Item Buffer advanced-M - indlog:buffer:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Item Buffer advanced-L - indlog:buffer:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Item Buffer advanced-XL - indlog:buffer:7 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Item Buffer extreme-S - indlog:buffer:8 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Item Buffer extreme-M - indlog:buffer:9 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Item Buffer extreme-L - indlog:buffer:10 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Item Buffer extreme-XL - indlog:buffer:11 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Item Buffer ultimate-S - indlog:buffer:12 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Item Buffer ultimate-M - indlog:buffer:13 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Item Buffer ultimate-L - indlog:buffer:14 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Item Buffer ultimate-XL - indlog:buffer:15 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Fluid Tank small - indlog:tank:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Fluid Tank normal - indlog:tank:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Fluid Tank large - indlog:tank:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Fluid Tank huge - indlog:tank:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Fluid Tank extreme - indlog:tank:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Fluid Tank hyper - indlog:tank:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Fluid Tank ultimate - indlog:tank:7 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. tile.indlog.tank:8.name - indlog:tank:8 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Adult Filter - industrialforegoing:adult_filter:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Animal Sewer - industrialforegoing:animal_byproduct_recolector:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Animal Grower - industrialforegoing:animal_growth_increaser:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Animal Baby Separator - industrialforegoing:animal_independence_selector:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Animal Rancher - industrialforegoing:animal_resource_harvester:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Animal Feeder - industrialforegoing:animal_stock_increaser:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Biofuel Generator - industrialforegoing:biofuel_generator:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Bioreactor - industrialforegoing:bioreactor:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Block Breaker - industrialforegoing:block_destroyer:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Block Placer - industrialforegoing:block_placer:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Industrial Foregoing's Manual - industrialforegoing:book_manual:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Plant Fertilizer - industrialforegoing:crop_enrich_material_injector:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Plant Gatherer - industrialforegoing:crop_recolector:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Plant Sower - industrialforegoing:crop_sower:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Dry Rubber - industrialforegoing:dryrubber:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Enchantment Applicator - industrialforegoing:enchantment_aplicator:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Enchantment Extractor - industrialforegoing:enchantment_extractor:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Enchantment Factory - industrialforegoing:enchantment_invoker:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Enchantment Sorter - industrialforegoing:enchantment_refiner:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Energy Field Addon - industrialforegoing:energy_field_addon:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Energy Field Provider - industrialforegoing:energy_field_provider:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Fertilizer - industrialforegoing:fertilizer:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Fluid Crafter - industrialforegoing:fluid_crafter:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Fluid Pump - industrialforegoing:fluid_pump:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Fluid Transfer Addon (Pull/Down) - industrialforegoing:fluid_transfer_addon_pull:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Fluid Transfer Addon (Push/Down) - industrialforegoing:fluid_transfer_addon_push:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Fluid Dictionary Converter - industrialforegoing:fluiddictionary_converter:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Froster - industrialforegoing:froster:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Hydrator - industrialforegoing:hydrator:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Item Splitter - industrialforegoing:item_splitter:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Itemstack Transfer Addon (Pull/Down) - industrialforegoing:itemstack_transfer_addon_pull:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Itemstack Transfer Addon (Push/Down) - industrialforegoing:itemstack_transfer_addon_push:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Lava Fabricator - industrialforegoing:lava_fabricator:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Leaf Shearing Addon - industrialforegoing:leaf_shearing:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Material StoneWork Factory - industrialforegoing:material_stonework_factory:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Meat Feeder - industrialforegoing:meat_feeder:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Mob Detector - industrialforegoing:mob_detector:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Mob Duplicator - industrialforegoing:mob_duplicator:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Mob Imprisonment Tool - industrialforegoing:mob_imprisonment_tool:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Mob Crusher - industrialforegoing:mob_relocator:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Mob Slaughter Factory - industrialforegoing:mob_slaughter_factory:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Ore Processor - industrialforegoing:ore_processor:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Petrified Fuel Generator - industrialforegoing:petrified_fuel_generator:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Pink Slime - industrialforegoing:pink_slime:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Pink Slime Ingot - industrialforegoing:pink_slime_ingot:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Plant Interactor - industrialforegoing:plant_interactor:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Potion Brewer - industrialforegoing:potion_enervator:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Protein Generator - industrialforegoing:protein_generator:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Protein Reactor - industrialforegoing:protein_reactor:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Range Addon - industrialforegoing:range_addon:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Range Addon - industrialforegoing:range_addon:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Range Addon - industrialforegoing:range_addon:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Range Addon - industrialforegoing:range_addon:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Range Addon - industrialforegoing:range_addon:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Range Addon - industrialforegoing:range_addon:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Range Addon - industrialforegoing:range_addon:7 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Range Addon - industrialforegoing:range_addon:8 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Range Addon - industrialforegoing:range_addon:9 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Range Addon - industrialforegoing:range_addon:10 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Range Addon - industrialforegoing:range_addon:11 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Range Addon - industrialforegoing:range_addon:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Resourceful Furnace - industrialforegoing:resourceful_furnace:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Sewage Composter - industrialforegoing:sewage_composter_solidifier:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Sludge Refiner - industrialforegoing:sludge_refiner:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Spores Recreator - industrialforegoing:spores_recreator:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Straw - industrialforegoing:straw:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Tiny Dry Rubber - industrialforegoing:tinydryrubber:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Villager Trade Exchanger - industrialforegoing:villager_trade_exchanger:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Water Condensator - industrialforegoing:water_condensator:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Wither Builder - industrialforegoing:wither_builder:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Chorus Flower - minecraft:chorus_flower:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Popped Chorus Fruit - minecraft:chorus_fruit_popped:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Chorus Fruit - minecraft:chorus_fruit:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Chorus Plant - minecraft:chorus_plant:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Dragon's Breath - minecraft:dragon_breath:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Dragon Egg - minecraft:dragon_egg:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Elytra - minecraft:elytra:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. End Stone Bricks - minecraft:end_bricks:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. End Crystal - minecraft:end_crystal:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. End Portal - minecraft:end_portal_frame:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. End Rod - minecraft:end_rod:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. End Stone - minecraft:end_stone:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Purpur Block - minecraft:purpur_block:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Purpur Pillar - minecraft:purpur_pillar:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Purpur Slab - minecraft:purpur_slab:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Dragon Head - minecraft:skull:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Black Shulker Box - minecraft:black_shulker_box:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Blue Shulker Box - minecraft:blue_shulker_box:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Brown Shulker Box - minecraft:brown_shulker_box:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Cyan Shulker Box - minecraft:cyan_shulker_box:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Gray Shulker Box - minecraft:gray_shulker_box:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Green Shulker Box - minecraft:green_shulker_box:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Light Blue Shulker Box - minecraft:light_blue_shulker_box:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Lime Shulker Box - minecraft:lime_shulker_box:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Magenta Shulker Box - minecraft:magenta_shulker_box:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Orange Shulker Box - minecraft:orange_shulker_box:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Pink Shulker Box - minecraft:pink_shulker_box:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Purple Shulker Box - minecraft:purple_shulker_box:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Red Shulker Box - minecraft:red_shulker_box:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Shulker Shell - minecraft:shulker_shell:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Light Gray Shulker Box - minecraft:silver_shulker_box:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. White Shulker Box - minecraft:white_shulker_box:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Yellow Shulker Box - minecraft:yellow_shulker_box:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Ender Chest - minecraft:ender_chest:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Totem of Undying - minecraft:totem_of_undying:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Absorption Hopper - mob_grinding_utils:absorption_hopper:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Absorption Radius Upgrade - mob_grinding_utils:absorption_upgrade:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Dark Oak Stone - mob_grinding_utils:dark_oak_stone:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Ender Dragon Death Muffler - mob_grinding_utils:dragon_muffler:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Mob Fan Upgrade - mob_grinding_utils:fan_upgrade:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Mob Fan Upgrade - mob_grinding_utils:fan_upgrade:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Mob Fan Upgrade - mob_grinding_utils:fan_upgrade:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Mob Fan - mob_grinding_utils:fan:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Mob Masher Upgrade - mob_grinding_utils:saw_upgrade:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Mob Masher Upgrade - mob_grinding_utils:saw_upgrade:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Mob Masher Upgrade - mob_grinding_utils:saw_upgrade:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Mob Masher Upgrade - mob_grinding_utils:saw_upgrade:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Mob Masher Upgrade - mob_grinding_utils:saw_upgrade:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Mob Masher Upgrade - mob_grinding_utils:saw_upgrade:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Mob Masher - mob_grinding_utils:saw:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Iron Spikes - mob_grinding_utils:spikes:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. XP Drain Singularity Tank - mob_grinding_utils:tank_sink:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Singularity Tank - mob_grinding_utils:tank:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Wither Boss Death Muffler - mob_grinding_utils:wither_muffler:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. XP Tap - mob_grinding_utils:xp_tap:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Firebox Casing - modularmachinery:blockcasing:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Reinforced Machine Casing - modularmachinery:blockcasing:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Small Energy Input Hatch - modularmachinery:blockenergyinputhatch:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Normal Energy Input Hatch - modularmachinery:blockenergyinputhatch:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Reinforced Energy Input Hatch - modularmachinery:blockenergyinputhatch:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Big Energy Input Hatch - modularmachinery:blockenergyinputhatch:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Huge Energy Input Hatch - modularmachinery:blockenergyinputhatch:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Ludicrous Energy Input Hatch - modularmachinery:blockenergyinputhatch:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Ultimate Energy Input Hatch - modularmachinery:blockenergyinputhatch:7 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Small Energy Output Hatch - modularmachinery:blockenergyoutputhatch:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Normal Energy Output Hatch - modularmachinery:blockenergyoutputhatch:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Reinforced Energy Output Hatch - modularmachinery:blockenergyoutputhatch:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Big Energy Output Hatch - modularmachinery:blockenergyoutputhatch:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Huge Energy Output Hatch - modularmachinery:blockenergyoutputhatch:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Ludicrous Energy Output Hatch - modularmachinery:blockenergyoutputhatch:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Ultimate Energy Output Hatch - modularmachinery:blockenergyoutputhatch:7 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Tiny Energy Output Hatch - modularmachinery:blockenergyoutputhatch:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Small Fluid Input Hatch - modularmachinery:blockfluidinputhatch:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Normal Fluid Input Hatch - modularmachinery:blockfluidinputhatch:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Reinforced Fluid Input Hatch - modularmachinery:blockfluidinputhatch:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Big Fluid Input Hatch - modularmachinery:blockfluidinputhatch:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Huge Fluid Input Hatch - modularmachinery:blockfluidinputhatch:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Ludicrous Fluid Input Hatch - modularmachinery:blockfluidinputhatch:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Vacuum Fluid Input Hatch - modularmachinery:blockfluidinputhatch:7 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Small Fluid Output Hatch - modularmachinery:blockfluidoutputhatch:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Normal Fluid Output Hatch - modularmachinery:blockfluidoutputhatch:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Reinforced Fluid Output Hatch - modularmachinery:blockfluidoutputhatch:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Big Fluid Output Hatch - modularmachinery:blockfluidoutputhatch:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Huge Fluid Output Hatch - modularmachinery:blockfluidoutputhatch:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Ludicrous Fluid Output Hatch - modularmachinery:blockfluidoutputhatch:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Vacuum Fluid Output Hatch - modularmachinery:blockfluidoutputhatch:7 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Normal Item Input - modularmachinery:blockinputbus:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Reinforced Item Input - modularmachinery:blockinputbus:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Big Item Input - modularmachinery:blockinputbus:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Huge Item Input - modularmachinery:blockinputbus:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Ludicrous Item Input - modularmachinery:blockinputbus:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Normal Item Output - modularmachinery:blockoutputbus:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Reinforced Item Output - modularmachinery:blockoutputbus:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Big Item Output - modularmachinery:blockoutputbus:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Huge Item Output - modularmachinery:blockoutputbus:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Ludicrous Item Output - modularmachinery:blockoutputbus:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Machine Blueprint - modularmachinery:itemblueprint:0{dynamicmachine:"modularmachinery:auto_cauldron"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({dynamicmachine: "modularmachinery:auto_cauldron"}) to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Machine Blueprint - modularmachinery:itemblueprint:0{dynamicmachine:"modularmachinery:industrial_drying_unit_mk2"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({dynamicmachine: "modularmachinery:industrial_drying_unit_mk2"}) to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Machine Blueprint - modularmachinery:itemblueprint:0{dynamicmachine:"modularmachinery:industrial_drying_unit_mk3"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({dynamicmachine: "modularmachinery:industrial_drying_unit_mk3"}) to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Machine Blueprint - modularmachinery:itemblueprint:0{dynamicmachine:"modularmachinery:mixer_mk2"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({dynamicmachine: "modularmachinery:mixer_mk2"}) to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Machine Blueprint - modularmachinery:itemblueprint:0{dynamicmachine:"modularmachinery:mixer_mk3"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({dynamicmachine: "modularmachinery:mixer_mk3"}) to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Machine Blueprint - modularmachinery:itemblueprint:0{dynamicmachine:"modularmachinery:volcanic_crystalizer"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({dynamicmachine: "modularmachinery:volcanic_crystalizer"}) to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Dragon Scale - mysticalagradditions:stuff:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Magnet - pickletweaks:magnet:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Compressed Night Vision Goggles - pickletweaks:nightvision_goggles_c:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Night Vision Goggles - pickletweaks:nightvision_goggles:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Advanced Air Compressor - pneumaticcraft:advanced_air_compressor:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Advanced Liquid Compressor - pneumaticcraft:advanced_liquid_compressor:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Advanced PCB - pneumaticcraft:advanced_pcb:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Advanced Pressure Tube - pneumaticcraft:advanced_pressure_tube:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Aerial Interface - pneumaticcraft:aerial_interface:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Air Canister - pneumaticcraft:air_canister:0{air:0} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({air: 0}) to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Air Canister - pneumaticcraft:air_canister:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Air Cannon - pneumaticcraft:air_cannon:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Air Compressor - pneumaticcraft:air_compressor:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Air Grate Tube Module - pneumaticcraft:air_grate_module:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Amadron Tablet - pneumaticcraft:amadron_tablet:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Aphorism Tile - pneumaticcraft:aphorism_tile:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Armor Upgrade - pneumaticcraft:armor_upgrade:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Assembly Controller - pneumaticcraft:assembly_controller:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Assembly Drill - pneumaticcraft:assembly_drill:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Assembly IO Unit - pneumaticcraft:assembly_io_unit:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Assembly Laser - pneumaticcraft:assembly_laser:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Assembly Platform - pneumaticcraft:assembly_platform:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Assembly Program: Laser - pneumaticcraft:assembly_program:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Assembly Program: Drill & Laser - pneumaticcraft:assembly_program:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Assembly Program: Drill - pneumaticcraft:assembly_program:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Block Tracker Upgrade - pneumaticcraft:block_tracker_upgrade:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Camouflage Applicator - pneumaticcraft:camo_applicator:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Cannon Barrel - pneumaticcraft:cannon_barrel:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Capacitor - pneumaticcraft:capacitor:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Charging Module - pneumaticcraft:charging_module:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Charging Station - pneumaticcraft:charging_station:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Charging Upgrade - pneumaticcraft:charging_upgrade:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Coordinate Tracker Upgrade - pneumaticcraft:coordinate_tracker_upgrade:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Crop Support - pneumaticcraft:crop_support:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Dispenser Upgrade - pneumaticcraft:dispenser_upgrade:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Drone - pneumaticcraft:drone:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Electrostatic Compressor - pneumaticcraft:electrostatic_compressor:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Elevator Base - pneumaticcraft:elevator_base:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Elevator Caller - pneumaticcraft:elevator_caller:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Elevator Frame - pneumaticcraft:elevator_frame:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Empty PCB - pneumaticcraft:empty_pcb:100 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Empty PCB - pneumaticcraft:empty_pcb:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Entity Tracker Upgrade - pneumaticcraft:entity_tracker_upgrade:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Failed PCB - pneumaticcraft:failed_pcb:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Flow Detector Tube Module - pneumaticcraft:flow_detector_module:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Flux Compressor - pneumaticcraft:flux_compressor:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Gas Lift - pneumaticcraft:gas_lift:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. GPS Area Tool - pneumaticcraft:gps_area_tool:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. GPS Tool - pneumaticcraft:gps_tool:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Minigun Ammo - pneumaticcraft:gun_ammo:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Incendiary Minigun Ammo - pneumaticcraft:gun_ammo_incendiary:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Weighted Minigun Ammo - pneumaticcraft:gun_ammo_weighted:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Armor-Piercing Minigun Ammo - pneumaticcraft:gun_ammo_ap:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Explosive Minigun Ammo - pneumaticcraft:gun_ammo_explosive:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Freezing Minigun Ammo - pneumaticcraft:gun_ammo_freezing:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Harvesting Drone - pneumaticcraft:harvesting_drone:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Heat Frame - pneumaticcraft:heat_frame:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Heat Sink - pneumaticcraft:heat_sink:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Item Life Upgrade - pneumaticcraft:item_life_upgrade:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Kerosene Lamp - pneumaticcraft:kerosene_lamp:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Liquid Compressor - pneumaticcraft:liquid_compressor:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Logistic Drone - pneumaticcraft:logistic_drone:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Logistic Active Provider Frame - pneumaticcraft:logistic_frame_active_provider:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Logistic Default Storage Frame - pneumaticcraft:logistic_frame_default_storage:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Logistic Passive Provider Frame - pneumaticcraft:logistic_frame_passive_provider:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Logistic Requester Frame - pneumaticcraft:logistic_frame_requester:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Logistic Storage Frame - pneumaticcraft:logistic_frame_storage:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Logistics Configurator - pneumaticcraft:logistics_configurator:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Logistics Module - pneumaticcraft:logistics_module:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Magnet Upgrade - pneumaticcraft:magnet_upgrade:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Manometer - pneumaticcraft:manometer:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Micromissiles - pneumaticcraft:micromissiles:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Minigun - pneumaticcraft:minigun:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Network API - pneumaticcraft:network_component:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Network Data Storage - pneumaticcraft:network_component:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Network IO Port - pneumaticcraft:network_component:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Network Registry - pneumaticcraft:network_component:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Network Node - pneumaticcraft:network_component:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Diagnostic Subroutine - pneumaticcraft:network_component:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Night Vision Upgrade - pneumaticcraft:night_vision_upgrade:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Nuke Virus - pneumaticcraft:nuke_virus:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Omnidirectional Hopper - pneumaticcraft:omnidirectional_hopper:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. PCB Blueprint - pneumaticcraft:pcb_blueprint:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Lime Plastic - pneumaticcraft:plastic:10 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Yellow Plastic - pneumaticcraft:plastic:11 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Light Blue Plastic - pneumaticcraft:plastic:12 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Magenta Plastic - pneumaticcraft:plastic:13 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Orange Plastic - pneumaticcraft:plastic:14 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. White Plastic - pneumaticcraft:plastic:15 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Red Plastic - pneumaticcraft:plastic:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Green Plastic - pneumaticcraft:plastic:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Brown Plastic - pneumaticcraft:plastic:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Blue Plastic - pneumaticcraft:plastic:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Purple Plastic - pneumaticcraft:plastic:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Cyan Plastic - pneumaticcraft:plastic:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Light Gray Plastic - pneumaticcraft:plastic:7 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Gray Plastic - pneumaticcraft:plastic:8 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Pink Plastic - pneumaticcraft:plastic:9 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Black Plastic - pneumaticcraft:plastic:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Plastic Mixer - pneumaticcraft:plastic_mixer:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Pneumatic Boots - pneumaticcraft:pneumatic_boots:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Pneumatic Chestplate - pneumaticcraft:pneumatic_chestplate:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Pneumatic Cylinder - pneumaticcraft:pneumatic_cylinder:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Pneumatic Door - pneumaticcraft:pneumatic_door:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Pneumatic Door Base - pneumaticcraft:pneumatic_door_base:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Pneumatic Dynamo - pneumaticcraft:pneumatic_dynamo:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Pneumatic Helmet - pneumaticcraft:pneumatic_helmet:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Pneumatic Leggings - pneumaticcraft:pneumatic_leggings:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Pneumatic Wrench - pneumaticcraft:pneumatic_wrench:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Pressure Chamber Glass - pneumaticcraft:pressure_chamber_glass:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Pressure Chamber Interface - pneumaticcraft:pressure_chamber_interface:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Pressure Chamber Valve - pneumaticcraft:pressure_chamber_valve:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Pressure Chamber Wall - pneumaticcraft:pressure_chamber_wall:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Pressure Gauge - pneumaticcraft:pressure_gauge:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Pressure Gauge Tube Module - pneumaticcraft:pressure_gauge_module:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Pressure Tube - pneumaticcraft:pressure_tube:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Printed Circuit Board - pneumaticcraft:printed_circuit_board:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Programmable Controller - pneumaticcraft:programmable_controller:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Programmer - pneumaticcraft:programmer:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Lime Programming Puzzle - pneumaticcraft:programming_puzzle:10 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Yellow Programming Puzzle - pneumaticcraft:programming_puzzle:11 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Light Blue Programming Puzzle - pneumaticcraft:programming_puzzle:12 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Orange Programming Puzzle - pneumaticcraft:programming_puzzle:14 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. White Programming Puzzle - pneumaticcraft:programming_puzzle:15 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Red Programming Puzzle - pneumaticcraft:programming_puzzle:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Green Programming Puzzle - pneumaticcraft:programming_puzzle:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Brown Programming Puzzle - pneumaticcraft:programming_puzzle:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Blue Programming Puzzle - pneumaticcraft:programming_puzzle:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Purple Programming Puzzle - pneumaticcraft:programming_puzzle:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Cyan Programming Puzzle - pneumaticcraft:programming_puzzle:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Gray Programming Puzzle - pneumaticcraft:programming_puzzle:8 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Pink Programming Puzzle - pneumaticcraft:programming_puzzle:9 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Range Upgrade - pneumaticcraft:range_upgrade:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Redstone Screen Module - pneumaticcraft:redstone_module:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Regulator Tube Module - pneumaticcraft:regulator_tube_module:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Reinforced Air Canister - pneumaticcraft:reinforced_air_canister:0{air:0} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({air: 0}) to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Reinforced Air Canister - pneumaticcraft:reinforced_air_canister:32767 +[INITIALIZATION][SERVER][INFO] Adding: .withTag({air: 0}) to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Remote - pneumaticcraft:remote:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Safety Tube Module - pneumaticcraft:safety_tube_module:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. SCUBA Upgrade - pneumaticcraft:scuba_upgrade:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Item Search Upgrade - pneumaticcraft:search_upgrade:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Security Station - pneumaticcraft:security_station:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Security Upgrade - pneumaticcraft:security_upgrade:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Seismic Sensor - pneumaticcraft:seismic_sensor:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Sentry Turret - pneumaticcraft:sentry_turret:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Spawner Agitator - pneumaticcraft:spawner_agitator:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Speed Upgrade - pneumaticcraft:speed_upgrade:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Stone Base - pneumaticcraft:stone_base:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. STOP! Worm - pneumaticcraft:stop_worm:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Thermal Compressor - pneumaticcraft:thermal_compressor:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Transfer Gadget - pneumaticcraft:transfer_gadget:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Transistor - pneumaticcraft:transistor:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Turbine Blade - pneumaticcraft:turbine_blade:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Turbine Rotor - pneumaticcraft:turbine_rotor:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Unassembled PCB - pneumaticcraft:unassembled_pcb:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Universal Sensor - pneumaticcraft:universal_sensor:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. UV Light Box - pneumaticcraft:uv_light_box:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Vacuum Pump - pneumaticcraft:vacuum_pump:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Volume Upgrade - pneumaticcraft:volume_upgrade:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Vortex Cannon - pneumaticcraft:vortex_cannon:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Vortex Tube - pneumaticcraft:vortex_tube:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Power Adapter - poweradapters:mj:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Smooth Eroded End Stone - primal:eroded_end_stone:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Stacked Eroded End Stone - primal:eroded_end_stone:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Eroded End Stone Brick - primal:eroded_end_stone:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Eroded End Stone Cobble - primal:eroded_end_stone:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Chiseled Eroded End Stone - primal:eroded_end_stone:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Mysterious Eroded End Stone - primal:eroded_end_stone:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Eroded End Stone Pillar - primal:eroded_end_stone:7 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Eroded End Stone - primal:eroded_end_stone:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Smooth Purpurite Stone - primal:purpurite_stone:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Stacked Purpurite Stone - primal:purpurite_stone:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Purpurite Stone Brick - primal:purpurite_stone:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Purpurite Cobblestone - primal:purpurite_stone:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Chiseled Purpurite Stone - primal:purpurite_stone:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Mysterious Purpurite Stone - primal:purpurite_stone:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Purpurite Stone Pillar - primal:purpurite_stone:7 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Purpurite Stone - primal:purpurite_stone:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Purpurite Stone Wall - primal:wall:7 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Soul Stone Wall - primal:wall:12 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. End Brick Ladder Block - primal:ladder_block_endbrick:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. End Stone Ladder Block - primal:ladder_block_endstone:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Inaris Cordage - primal:void_cordage:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Inaris Fiber - primal:void_fiber:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Equisetum Inaris Spore - primal:void_seed:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Advanced Prospector - prospectors:prospector_high:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Ender Biotite Ore - quark:biotite_ore:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Biotite Stairs - quark:biotite_stairs:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Ender Biotite - quark:biotite:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Duskbound Stairs - quark:duskbound_block_stairs:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. End Brick Slab - quark:end_bricks_slab:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. End Brick Stairs - quark:end_bricks_stairs:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. End Brick Wall - quark:end_bricks_wall:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Purpur Wall - quark:purpur_block_wall:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Ender Arrow - quark:arrow_ender:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Block of Biotite - quark:biotite_block:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Chiseled Biotite Block - quark:biotite_block:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Pillar Biotite Block - quark:biotite_block:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Biotite Slab - quark:biotite_slab:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Biotite Wall - quark:biotite_wall:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Duskbound Block - quark:duskbound_block:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Duskbound Slab - quark:duskbound_block_slab:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Duskbound Wall - quark:duskbound_block_wall:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Duskbound Lantern - quark:duskbound_lantern:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Ender Watcher - quark:ender_watcher:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Iron Rod - quark:iron_rod:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Weather Sensor - quark:rain_detector:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Redstone Randomizer - quark:redstone_randomizer:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Cable - refinedstorage:cable:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Controller - refinedstorage:controller:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. External Storage - refinedstorage:external_storage:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Crafting Grid - refinedstorage:grid:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Grid - refinedstorage:grid:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Machine Casing - refinedstorage:machine_casing:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Network Card - refinedstorage:network_card:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Block of Quartz Enriched Iron - refinedstorage:quartz_enriched_iron_block:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Quartz Enriched Iron - refinedstorage:quartz_enriched_iron:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Security Card - refinedstorage:security_card:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Wrench - refinedstorage:wrench:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Solar Engine - stevescarts:cartmodule:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Basic Solar Engine - stevescarts:cartmodule:45 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Compact Solar Engine - stevescarts:cartmodule:56 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Solar Panel - stevescarts:modulecomponents:44 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Advanced Solar Panel - stevescarts:modulecomponents:58 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Upgrade: Solar Panel - stevescarts:upgrade:19 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Knightslime Boots - tcomplement:knightslime_boots:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Knightslime Chestplate - tcomplement:knightslime_chestplate:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Knightslime Helmet - tcomplement:knightslime_helmet:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Knightslime Leggings - tcomplement:knightslime_leggings:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Manyullyn Boots - tcomplement:manyullyn_boots:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Manyullyn Chestplate - tcomplement:manyullyn_chestplate:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Manyullyn Helmet - tcomplement:manyullyn_helmet:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Manyullyn Leggings - tcomplement:manyullyn_leggings:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Cobalt Item Frame - tconstruct:fancy_frame:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Ardite Item Frame - tconstruct:fancy_frame:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Manyullyn Item Frame - tconstruct:fancy_frame:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Ardite Ore - tconstruct:ore:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Cobalt Ore - tconstruct:ore:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Tool Forge - tconstruct:toolforge:0{textureBlock:{id:"tconstruct:metal",Count:1b,Damage:0s}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({textureBlock: {id: "tconstruct:metal", Count: 1 as byte, Damage: 0 as short}}) to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Tool Forge - tconstruct:toolforge:0{textureBlock:{id:"tconstruct:metal",Count:1b,Damage:1s}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({textureBlock: {id: "tconstruct:metal", Count: 1 as byte, Damage: 1 as short}}) to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Tool Forge - tconstruct:toolforge:0{textureBlock:{id:"tconstruct:metal",Count:1b,Damage:2s}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({textureBlock: {id: "tconstruct:metal", Count: 1 as byte, Damage: 2 as short}}) to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Tool Forge - tconstruct:toolforge:0{textureBlock:{id:"tconstruct:metal",Count:1b,Damage:4s}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({textureBlock: {id: "tconstruct:metal", Count: 1 as byte, Damage: 4 as short}}) to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Base Addon - teslacorelib:base_addon:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Energy Upgrade I - teslacorelib:energy_tier1:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Energy Upgrade II - teslacorelib:energy_tier2:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Machine Case - teslacorelib:machine_case:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Speed Upgrade I - teslacorelib:speed_tier1:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Speed Upgrade II - teslacorelib:speed_tier2:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Tesla Wrench - teslacorelib:wrench:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "four" +[INITIALIZATION][SERVER][INFO] Staging fluid if.ore_fluid_fermented to disabled +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. 4 entries: +Fermented Ore Meat Clay Bucket - ceramics:clay_bucket:0{fluids:{FluidName:"if.ore_fluid_fermented",Amount:1000}} +Fermented Ore Meat Bucket - forge:bucketfilled:0{FluidName:"if.ore_fluid_fermented",Amount:1000} +Syrmorite Bucket (Fermented Ore Meat) - thebetweenlands:bl_bucket:1{Fluid:{FluidName:"if.ore_fluid_fermented",Amount:1000}} +Weedwood Bucket (Fermented Ore Meat) - thebetweenlands:bl_bucket:0{Fluid:{FluidName:"if.ore_fluid_fermented",Amount:1000}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({fluids: {FluidName: "if.ore_fluid_fermented", Amount: 1000}}) | .withTag({FluidName: "if.ore_fluid_fermented", Amount: 1000}) | .withTag({Fluid: {FluidName: "if.ore_fluid_fermented", Amount: 1000}}) | .withTag({Fluid: {FluidName: "if.ore_fluid_fermented", Amount: 1000}}) to stage: "disabled" +[INITIALIZATION][SERVER][INFO] Staging fluid if.ore_fluid_raw to disabled +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. 4 entries: +Raw Ore Meat Clay Bucket - ceramics:clay_bucket:0{fluids:{FluidName:"if.ore_fluid_raw",Amount:1000}} +Raw Ore Meat Bucket - forge:bucketfilled:0{FluidName:"if.ore_fluid_raw",Amount:1000} +Syrmorite Bucket (Raw Ore Meat) - thebetweenlands:bl_bucket:1{Fluid:{FluidName:"if.ore_fluid_raw",Amount:1000}} +Weedwood Bucket (Raw Ore Meat) - thebetweenlands:bl_bucket:0{Fluid:{FluidName:"if.ore_fluid_raw",Amount:1000}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({fluids: {FluidName: "if.ore_fluid_raw", Amount: 1000}}) | .withTag({FluidName: "if.ore_fluid_raw", Amount: 1000}) | .withTag({Fluid: {FluidName: "if.ore_fluid_raw", Amount: 1000}}) | .withTag({Fluid: {FluidName: "if.ore_fluid_raw", Amount: 1000}}) to stage: "disabled" +[INITIALIZATION][SERVER][INFO] Adding a replacement for stage disabled. minecraft:air will become minecraft:stone[variant=stone] +[INITIALIZATION][SERVER][INFO] Adding a replacement for stage disabled. geolosys:ore[variant=sphalerite] will become minecraft:stone[variant=stone] +[INITIALIZATION][SERVER][INFO] Adding a replacement for stage disabled. geolosys:ore_sample[variant=sphalerite] will become immcraft:rock[facing=north] +[INITIALIZATION][SERVER][INFO] Adding a replacement for stage disabled. cyclicmagic:uncrafting_block[facing=south] will become minecraft:stone[variant=stone] +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Kama Head Pattern - tconstruct:pattern:0{PartType:"tconstruct:kama_head"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({PartType: "tconstruct:kama_head"}) to stage: "disabled" +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Kama Head Cast - tconstruct:cast:0{PartType:"tconstruct:kama_head"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({PartType: "tconstruct:kama_head"}) to stage: "disabled" +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Kama Head Clay Cast - tconstruct:clay_cast:0{PartType:"tconstruct:kama_head"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({PartType: "tconstruct:kama_head"}) to stage: "disabled" +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Naga Scale Kama Head - tconstruct:kama_head:0{Material:"nagascale"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "nagascale"}) to stage: "disabled" +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Steeleaf Kama Head - tconstruct:kama_head:0{Material:"steeleaf"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "steeleaf"}) to stage: "disabled" +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Fiery Kama Head - tconstruct:kama_head:0{Material:"fierymetal"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "fierymetal"}) to stage: "disabled" +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Knightly Kama Head - tconstruct:kama_head:0{Material:"knightmetal"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "knightmetal"}) to stage: "disabled" +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Wooden Kama Head - tconstruct:kama_head:0{Material:"wood"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "wood"}) to stage: "disabled" +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Stone Kama Head - tconstruct:kama_head:0{Material:"stone"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "stone"}) to stage: "disabled" +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Flint Kama Head - tconstruct:kama_head:0{Material:"flint"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "flint"}) to stage: "disabled" +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Cactus Kama Head - tconstruct:kama_head:0{Material:"cactus"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "cactus"}) to stage: "disabled" +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Bone Kama Head - tconstruct:kama_head:0{Material:"bone"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "bone"}) to stage: "disabled" +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Obsidian Kama Head - tconstruct:kama_head:0{Material:"obsidian"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "obsidian"}) to stage: "disabled" +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Prismarine Kama Head - tconstruct:kama_head:0{Material:"prismarine"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "prismarine"}) to stage: "disabled" +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. End Kama Head - tconstruct:kama_head:0{Material:"endstone"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "endstone"}) to stage: "disabled" +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Paper Kama Head - tconstruct:kama_head:0{Material:"paper"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "paper"}) to stage: "disabled" +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Sponge Kama Head - tconstruct:kama_head:0{Material:"sponge"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "sponge"}) to stage: "disabled" +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Firewood Kama Head - tconstruct:kama_head:0{Material:"firewood"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "firewood"}) to stage: "disabled" +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Iron Kama Head - tconstruct:kama_head:0{Material:"iron"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "iron"}) to stage: "disabled" +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Pig Iron Kama Head - tconstruct:kama_head:0{Material:"pigiron"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "pigiron"}) to stage: "disabled" +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Knightslime Kama Head - tconstruct:kama_head:0{Material:"knightslime"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "knightslime"}) to stage: "disabled" +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Slime Kama Head - tconstruct:kama_head:0{Material:"slime"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "slime"}) to stage: "disabled" +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Slime Kama Head - tconstruct:kama_head:0{Material:"blueslime"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "blueslime"}) to stage: "disabled" +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Magma Slime Kama Head - tconstruct:kama_head:0{Material:"magmaslime"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "magmaslime"}) to stage: "disabled" +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Netherrack Kama Head - tconstruct:kama_head:0{Material:"netherrack"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "netherrack"}) to stage: "disabled" +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Cobalt Kama Head - tconstruct:kama_head:0{Material:"cobalt"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "cobalt"}) to stage: "disabled" +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Ardite Kama Head - tconstruct:kama_head:0{Material:"ardite"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ardite"}) to stage: "disabled" +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Manyullyn Kama Head - tconstruct:kama_head:0{Material:"manyullyn"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "manyullyn"}) to stage: "disabled" +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Copper Kama Head - tconstruct:kama_head:0{Material:"copper"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "copper"}) to stage: "disabled" +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Bronze Kama Head - tconstruct:kama_head:0{Material:"bronze"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "bronze"}) to stage: "disabled" +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Lead Kama Head - tconstruct:kama_head:0{Material:"lead"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "lead"}) to stage: "disabled" +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Silver Kama Head - tconstruct:kama_head:0{Material:"silver"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "silver"}) to stage: "disabled" +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Electrum Kama Head - tconstruct:kama_head:0{Material:"electrum"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "electrum"}) to stage: "disabled" +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Steel Kama Head - tconstruct:kama_head:0{Material:"steel"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "steel"}) to stage: "disabled" +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Abyssalnite Kama Head - tconstruct:kama_head:0{Material:"abyssalnite"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "abyssalnite"}) to stage: "disabled" +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Refined Coralium Kama Head - tconstruct:kama_head:0{Material:"refined_coralium"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "refined_coralium"}) to stage: "disabled" +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Dreadium Kama Head - tconstruct:kama_head:0{Material:"dreadium"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "dreadium"}) to stage: "disabled" +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Treated Wood Kama Head - tconstruct:kama_head:0{Material:"treatedwood"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "treatedwood"}) to stage: "disabled" +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Constantan Kama Head - tconstruct:kama_head:0{Material:"constantan"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "constantan"}) to stage: "disabled" +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Prosperity Shard Kama Head - tconstruct:kama_head:0{Material:"ma.prosperity"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ma.prosperity"}) to stage: "disabled" +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Soulium Kama Head - tconstruct:kama_head:0{Material:"ma.soulium"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ma.soulium"}) to stage: "disabled" +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Base Essence Kama Head - tconstruct:kama_head:0{Material:"ma.base_essence"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ma.base_essence"}) to stage: "disabled" +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Inferium Kama Head - tconstruct:kama_head:0{Material:"ma.inferium"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ma.inferium"}) to stage: "disabled" +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Prudentium Kama Head - tconstruct:kama_head:0{Material:"ma.prudentium"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ma.prudentium"}) to stage: "disabled" +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Intermedium Kama Head - tconstruct:kama_head:0{Material:"ma.intermedium"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ma.intermedium"}) to stage: "disabled" +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Superium Kama Head - tconstruct:kama_head:0{Material:"ma.superium"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ma.superium"}) to stage: "disabled" +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Supremium Kama Head - tconstruct:kama_head:0{Material:"ma.supremium"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ma.supremium"}) to stage: "disabled" +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Wrench - base:wrench:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Miner's Ring - baubles:ring:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Printing Press - bibliocraft:printingpress:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Disabled Recipe! - cd4017be_lib:rrwi:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Iron Bars - chisel:ironpane:32767 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Cow in a Jar - cookingforblockheads:cow_jar:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Yellorium Cluster - geolosys:cluster:11 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Ore Dictionary Converter - industrialforegoing:oredictionary_converter:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Oredictionificator - mekanism:machineblock3:3 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. item.microblockcbe:saw_diamond.name - microblockcbe:saw_diamond:32767 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. item.microblockcbe:saw_iron.name - microblockcbe:saw_iron:32767 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. item.microblockcbe:saw_stone.name - microblockcbe:saw_stone:32767 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. item.microblockcbe:stone_rod.name - microblockcbe:stone_rod:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Plant Fibres - primal_tech:plant_fibres:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Lime - progressiontweaks:lime:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Machine Frame - progressiontweaks:machine_frame:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Nano-Machine Frame - progressiontweaks:nanomachine_frame:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Torch Arrow - quark:arrow_torch:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Obsidian Pressure Plate - quark:obsidian_pressure_plate:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Tiny Pile of Iron Dust - rustic:dust_tiny_iron:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Fertile Soil - rustic:fertile_soil:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Scanner Module: Structures - scannable:module_structure:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Golden Ladder of Ascension - sev_tweaks_npc:golden_ladder_of_ascension:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Medicine Bag - totemic:medicine_bag:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Blank Maze/Ore Map - twilightforest:ore_map_empty:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Abyssalnite Upgrade Kit - abyssalcraft:abyssalniteu:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Beef on A Plate - abyssalcraft:beefp:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Chicken on A Plate - abyssalcraft:chickenp:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Washcloth - abyssalcraft:cloth:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Cobblestone Upgrade Kit - abyssalcraft:cobbleu:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Coralium Upgrade Kit - abyssalcraft:coraliumu:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. The Dev Blade - abyssalcraft:devsword:32767 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Diamond Upgrade Kit - abyssalcraft:diamondu:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Dreadium Upgrade Kit - abyssalcraft:dreadiumu:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Fried Egg on A Plate - abyssalcraft:eggp:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. A House - abyssalcraft:engraver_on:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Ethaxium Upgrade Kit - abyssalcraft:ethaxiumu:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Fish on A Plate - abyssalcraft:fishp:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Gold Upgrade Kit - abyssalcraft:goldu:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Iron Plate - abyssalcraft:ironp:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Iron Upgrade Kit - abyssalcraft:ironu:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. MRE - abyssalcraft:mre:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Porkchop on A Plate - abyssalcraft:porkp:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Block of Charcoal - actuallyadditions:block_misc:5 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Treasure Chest - actuallyadditions:block_treasure_chest:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Golden AIOT - actuallyadditions:gold_paxel:32767 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Iron AIOT - actuallyadditions:iron_paxel:32767 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Lens of Color - actuallyadditions:item_color_lens:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Crafting Table On A Stick - actuallyadditions:item_crafter_on_a_stick:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Crushed Gold - actuallyadditions:item_dust:1 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Crushed Quartz - actuallyadditions:item_dust:5 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Ball of Fur - actuallyadditions:item_hairy_ball:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. This is bugged. Throw it away. Please. - actuallyadditions:item_jam:32767 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Tiny Coal - actuallyadditions:item_misc:10 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Tiny Charcoal - actuallyadditions:item_misc:11 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Bat's Wing - actuallyadditions:item_misc:15 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Black Dye - actuallyadditions:item_misc:17 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Dough - actuallyadditions:item_misc:4 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Solidified Experience - actuallyadditions:item_solidified_experience:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Bowl of Water - actuallyadditions:item_water_bowl:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Wings Of The Bats - actuallyadditions:item_wings_of_the_bats:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Stone AIOT - actuallyadditions:stone_paxel:32767 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Wooden AIOT - actuallyadditions:wooden_paxel:32767 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Inscriber Name Press - appliedenergistics2:material:21 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Sky Stone Dust - appliedenergistics2:material:45 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Vibration Chamber - appliedenergistics2:vibration_chamber:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Sextant - astralsorcery:itemsextant:0{astralsorcery:{advanced:1b}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({astralsorcery: {advanced: 1 as byte}}) to stage: "disabled" +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Sextant - astralsorcery:itemsextant:0{astralsorcery:{}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({astralsorcery: {}}) to stage: "disabled" +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Rice Seeds - betterwithaddons:crop_rice:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "disabled" +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Bowl of Rice - betterwithaddons:food_bowl_rice:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "disabled" +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Cooked Rice - betterwithaddons:food_cooked_rice:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "disabled" +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Rice Stalk - betterwithaddons:japanmat:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "disabled" +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Rice Hay - betterwithaddons:japanmat:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "disabled" +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Tatami Mat - betterwithaddons:tatami:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "disabled" +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Bag of Flour - betterwithaddons:bag:10 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Bolt of Leather - betterwithaddons:bolt:3 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Bolt of Scoured Leather - betterwithaddons:bolt:4 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Bolt of Tanned Leather - betterwithaddons:bolt:5 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Ink and Quill - betterwithaddons:ink_and_quill:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Undecorated Samurai Helmet - betterwithaddons:japanmat:31 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Undecorated Samurai Chestplate - betterwithaddons:japanmat:32 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Undecorated Samurai Leggings - betterwithaddons:japanmat:33 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Undecorated Samurai Boots - betterwithaddons:japanmat:34 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Oak Wood - betterwithaddons:log_termite:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Stone Brick - betterwithaddons:material:4 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Bone Ingot - betterwithaddons:material:5 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Magma Cream Verus - betterwithaddons:material:6 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Rusted Rail - betterwithaddons:rail_rusted:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Recessed Tatami Mat - betterwithaddons:tatami_full:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Writing Table - betterwithaddons:writing_table:1 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Writing Table - betterwithaddons:writing_table:2 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Writing Table - betterwithaddons:writing_table:3 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Writing Table - betterwithaddons:writing_table:4 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Writing Table - betterwithaddons:writing_table:5 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Writing Table - betterwithaddons:writing_table:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Cut Leather - betterwithmods:material:31 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Cut Leather (Tanned) - betterwithmods:material:32 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Cut Leather (Scoured) - betterwithmods:material:33 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Tanned Leather - betterwithmods:material:6 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Scoured Leather - betterwithmods:material:7 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Flour - betterwithmods:raw_pastry:3 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Stump Remover - betterwithmods:stump_remover:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Oak Wood Table - betterwithmods:wood_table:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Spruce Wood Table - betterwithmods:wood_table:1 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Birch Wood Table - betterwithmods:wood_table:2 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Jungle Wood Table - betterwithmods:wood_table:3 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Acacia Wood Table - betterwithmods:wood_table:4 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Dark Oak Wood Table - betterwithmods:wood_table:5 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Wool Socks - betterwithmods:wool_boots:32767 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Wool Shirt - betterwithmods:wool_chest:32767 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Wool Cap - betterwithmods:wool_helmet:32767 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Wool Pants - betterwithmods:wool_pants:32767 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Compression Reagent - bloodmagic:component:14 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Sigil of Compression - bloodmagic:sigil_compression:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. item.buildcraft.filler_planner.name - buildcraftbuilders:filler_planner:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. tile.replacerBlock.name - buildcraftbuilders:replacer:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. tile.decorated.paper.name - buildcraftcore:decorated:3 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. tile.decorated.leather.name - buildcraftcore:decorated:4 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. tile.decorated.destroy.name - buildcraftcore:decorated:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. tile.spring.oil.name - buildcraftcore:spring:1 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. tile.spring.water.name - buildcraftcore:spring:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. item.volume_box.name - buildcraftcore:volume_box:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. tile.distiller.name - buildcraftfactory:distiller:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. item.debugger.name - buildcraftlib:debugger:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. item.buildcraft.guide_note.name - buildcraftlib:guide_note:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. item.redstone_diamond_chipset.name - buildcraftsilicon:redstone_chipset:4 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. item.redstone_quartz_chipset.name - buildcraftsilicon:redstone_chipset:3 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. item.redstone_gold_chipset.name - buildcraftsilicon:redstone_chipset:2 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. item.redstone_iron_chipset.name - buildcraftsilicon:redstone_chipset:1 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. item.redstone_red_chipset.name - buildcraftsilicon:redstone_chipset:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Destruction Gadget - buildinggadgets:destructiontool:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "disabled" +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Canola Seeds - car:canola_seeds:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Canola - car:canola:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Unfired Clay Boots - ceramics:clay_boots_raw:32767 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Unfired Clay Chestplate - ceramics:clay_chestplate_raw:32767 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Unfired Clay Helmet - ceramics:clay_helmet_raw:32767 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Unfired Clay Leggings - ceramics:clay_leggings_raw:32767 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Armor Forge - conarm:armorforge:0{textureBlock:{id:"primal:metalblock",Count:1b,Damage:12s}} +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Traveller's Belt (Storage) - conarm:travel_belt:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Traveller's Belt (Base) - conarm:travel_belt_base:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Traveller's Belt (Alchemy) - conarm:travel_potion:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Traveller's Knapsack - conarm:travel_sack:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. item.contenttweaker.creeper_tear.name - contenttweaker:creeper_tear:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "disabled" +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Ice Unit - cookingforblockheads:ice_unit:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "disabled" +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Automatic Fishing Net - cyclicmagic:block_fishing:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Block Miner - cyclicmagic:block_miner:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Controlled Miner - cyclicmagic:block_miner_smart:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Workbench - cyclicmagic:block_workbench:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Air Charm - cyclicmagic:charm_air:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Glowing Chorus Fruit - cyclicmagic:glowing_chorus:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Mattock - cyclicmagic:mattock:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Ender Sack - cyclicmagic:sack_ender:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Storage Bag - cyclicmagic:storage_bag:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Prospector - cyclicmagic:tool_prospector:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Block Randomizer - cyclicmagic:tool_randomize:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Merchant Almanac - cyclicmagic:tool_trade:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Uncrafting Grinder - cyclicmagic:uncrafting_block:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Sneaky Bedrock - darkutils:sneaky_bedrock:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Advanced Refinery - extraplanets:advanced_refinery:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Diamond Apple - extraplanets:apple_diamond:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. tile.block_multi.tier2LaunchPad.name - extraplanets:block_multi:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Ultimate Refinery - extraplanets:ultimate_refinery:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Diamond Wafer - extraplanets:wafer:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Carbon Wafer - extraplanets:wafer:1 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Titanium Wafer - extraplanets:wafer:2 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Red Gem Wafer - extraplanets:wafer:3 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Blue Gem Wafer - extraplanets:wafer:4 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. White Gem Wafer - extraplanets:wafer:5 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Red Dyed Brick - ferdinandsflowers:block_dye_brick:1 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Red Orange Dyed Brick - ferdinandsflowers:block_dye_brick:2 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Orange Dyed Brick - ferdinandsflowers:block_dye_brick:3 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Orange Yellow Dyed Brick - ferdinandsflowers:block_dye_brick:4 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Yellow Orange Dyed Brick - ferdinandsflowers:block_dye_brick:5 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Yellow Dyed Brick - ferdinandsflowers:block_dye_brick:6 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Light Yellow Dyed Brick - ferdinandsflowers:block_dye_brick:7 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Yellow Green Dyed Brick - ferdinandsflowers:block_dye_brick:8 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Lime Dyed Brick - ferdinandsflowers:block_dye_brick:9 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Green Dyed Brick - ferdinandsflowers:block_dye_brick:10 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Dark Green Dyed Brick - ferdinandsflowers:block_dye_brick:11 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Blue Green Dyed Brick - ferdinandsflowers:block_dye_brick:12 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Aqua Dyed Brick - ferdinandsflowers:block_dye_brick:13 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Cyan Dyed Brick - ferdinandsflowers:block_dye_brick:14 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Cloud Blue Dyed Brick - ferdinandsflowers:block_dye_brick:15 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Dark Red Dyed Brick - ferdinandsflowers:block_dye_brick:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Dark Red Dyed Brick Slab - ferdinandsflowers:block_dye_brick_half:32767 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Yellow Green Dyed Brick Slab - ferdinandsflowers:block_dye_brick_halfb:32767 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Light Blue Dyed Brick Slab - ferdinandsflowers:block_dye_brick_halfc:32767 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Light Lavender Dyed Brick Slab - ferdinandsflowers:block_dye_brick_halfd:32767 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Blue Bell Dyed Brick - ferdinandsflowers:block_dye_brickb:1 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Medium Blue Dyed Brick - ferdinandsflowers:block_dye_brickb:2 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Blue Dyed Brick - ferdinandsflowers:block_dye_brickb:3 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Dark Blue Dyed Brick - ferdinandsflowers:block_dye_brickb:4 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Blue Purple Dyed Brick - ferdinandsflowers:block_dye_brickb:5 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Purple Dyed Brick - ferdinandsflowers:block_dye_brickb:6 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Lavender Dyed Brick - ferdinandsflowers:block_dye_brickb:7 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Light Lavender Dyed Brick - ferdinandsflowers:block_dye_brickb:8 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Purple Magenta Dyed Brick - ferdinandsflowers:block_dye_brickb:9 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Magenta Dyed Brick - ferdinandsflowers:block_dye_brickb:10 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Magenta Pink Dyed Brick - ferdinandsflowers:block_dye_brickb:11 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Dark Magenta Dyed Brick - ferdinandsflowers:block_dye_brickb:12 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Dark Pink Dyed Brick - ferdinandsflowers:block_dye_brickb:13 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Medium Pink Dyed Brick - ferdinandsflowers:block_dye_brickb:14 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Pink Dyed Brick - ferdinandsflowers:block_dye_brickb:15 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Light Blue Dyed Brick - ferdinandsflowers:block_dye_brickb:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Dark Red Flower Dye - ferdinandsflowers:flower_dye:32767 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Light Blue Flower Dye - ferdinandsflowers:flower_dyeb:32767 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Refinery - galacticraftcore:refinery:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Zinc Cluster - geolosys:cluster:10 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "disabled" +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Sphalerite - geolosys:ore:10 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "disabled" +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Sphalerite Sample - geolosys:ore_sample:10 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "disabled" +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Book Stand - immcraft:bookstand:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Chisel - immcraft:chisel:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Furnace - immcraft:furnace:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Immersive Craft Manual - immcraft:manual:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Saw - immcraft:saw:32767 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Steel Axe - immersiveengineering:axe_steel:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "disabled" +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Steel Pickaxe - immersiveengineering:pickaxe_steel:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "disabled" +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Steel Shovel - immersiveengineering:shovel_steel:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "disabled" +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Steel Sword - immersiveengineering:sword_steel:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "disabled" +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Coke Oven Advanced - immersivetech:stone_multiblock:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Distiller - immersivetech:metal_multiblock:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. tile.indlog.tank:8.name - indlog:tank:8 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "disabled" +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. tile.indlog.tank:9.name - indlog:tank:9 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "disabled" +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. tile.indlog.tank:10.name - indlog:tank:10 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "disabled" +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. tile.indlog.tank:11.name - indlog:tank:11 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "disabled" +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. tile.indlog.tank:12.name - indlog:tank:12 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "disabled" +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. tile.indlog.tank:13.name - indlog:tank:13 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "disabled" +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. tile.indlog.tank:14.name - indlog:tank:14 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "disabled" +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. tile.indlog.tank:15.name - indlog:tank:15 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "disabled" +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. item.cd4017be.m - cd4017be_lib:m:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. tile.indlog.tank:8.name - indlog:tank:8 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. tile.indlog.tank:9.name - indlog:tank:9 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. tile.indlog.tank:10.name - indlog:tank:10 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. tile.indlog.tank:11.name - indlog:tank:11 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. tile.indlog.tank:12.name - indlog:tank:12 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. tile.indlog.tank:13.name - indlog:tank:13 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. tile.indlog.tank:14.name - indlog:tank:14 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. tile.indlog.tank:15.name - indlog:tank:15 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Infinity Drill - industrialforegoing:infinity_drill:32767 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Laser Base - industrialforegoing:laser_base:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Laser Drill - industrialforegoing:laser_drill:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. White Laser Lens - industrialforegoing:laser_lens:32767 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. White Laser Lens (Inverted) - industrialforegoing:laser_lens_inverted:32767 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Diamond Fishing Rod - jaff:diamond_fishing_rod:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Gold Fishing Rod - jaff:golden_fishing_rod:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Iron Fishing Rod - jaff:iron_fishing_rod:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Iron Fish Hook - jaff:iron_hook:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Wooden Fishing Rod - jaff:wooden_fishing_rod:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Rose Red - minecraft:dye:1 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Purple Dye - minecraft:dye:5 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Cyan Dye - minecraft:dye:6 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Light Gray Dye - minecraft:dye:7 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Gray Dye - minecraft:dye:8 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Pink Dye - minecraft:dye:9 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Lime Dye - minecraft:dye:10 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Dandelion Yellow - minecraft:dye:11 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Light Blue Dye - minecraft:dye:12 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Magenta Dye - minecraft:dye:13 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Orange Dye - minecraft:dye:14 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Wooden Axe - minecraft:wooden_axe:32767 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Wooden Hoe - minecraft:wooden_hoe:32767 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Wooden Pickaxe - minecraft:wooden_pickaxe:32767 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Wooden Shovel - minecraft:wooden_shovel:32767 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Wooden Sword - minecraft:wooden_sword:32767 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Ender Inhibitor Inactive - mob_grinding_utils:ender_inhibitor_off:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Ender Inhibitor Active - mob_grinding_utils:ender_inhibitor_on:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Entity Conveyor - mob_grinding_utils:entity_conveyor:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Mob Swab - mob_grinding_utils:mob_swab:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Tiny Item Input - modularmachinery:blockinputbus:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Tiny Item Output - modularmachinery:blockoutputbus:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Insanium Nugget - mysticalagradditions:insanium:3 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Soulium Nugget - mysticalagriculture:crafting:45 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Amaranth Button - natura:amaranth_button:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Amaranth Pressure Plate - natura:amaranth_pressure_plate:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Amaranth Trap Door - natura:amaranth_trap_door:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Blaze Hopper - natura:blaze_hopper:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Blaze Rail - natura:blaze_rail:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Activator Blaze Rail - natura:blaze_rail_activator:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Detector Blaze Rail - natura:blaze_rail_detector:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Powered Blaze Rail - natura:blaze_rail_golden:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Bloodwood Button - natura:bloodwood_button:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Bloodwood Pressure Plate - natura:bloodwood_pressure_plate:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Bloodwood Trap Door - natura:bloodwood_trap_door:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Darkwood Button - natura:darkwood_button:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Darkwood Pressure Plate - natura:darkwood_pressure_plate:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Darkwood Trap Door - natura:darkwood_trap_door:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Eucalyptus Button - natura:eucalyptus_button:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Eucalyptus Pressure Plate - natura:eucalyptus_pressure_plate:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Eucalyptus Trap Door - natura:eucalyptus_trap_door:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Fusewood Button - natura:fusewood_button:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Fusewood Pressure Plate - natura:fusewood_pressure_plate:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Fusewood Trap Door - natura:fusewood_trap_door:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Ghostwood Button - natura:ghostwood_button:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Ghostwood Pressure Plate - natura:ghostwood_pressure_plate:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Ghostwood Trap Door - natura:ghostwood_trap_door:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Hopseed Button - natura:hopseed_button:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Hopseed Pressure Plate - natura:hopseed_pressure_plate:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Hopseed Trap Door - natura:hopseed_trap_door:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Maple Button - natura:maple_button:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Maple Pressure Plate - natura:maple_pressure_plate:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Maple Trap Door - natura:maple_trap_door:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Barley Flour - natura:materials:1 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Button - natura:nether_button:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Pressure Plate - natura:nether_pressure_plate:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Bloodwood Workbench - natura:nether_workbenches:1 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Darkwood Workbench - natura:nether_workbenches:2 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Fusewood Workbench - natura:nether_workbenches:3 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Ghostwood Workbench - natura:nether_workbenches:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Silverbell Workbench - natura:overworld_workbenches:1 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Amaranth Workbench - natura:overworld_workbenches:2 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Tiger Workbench - natura:overworld_workbenches:3 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Willow Workbench - natura:overworld_workbenches:4 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Eucalyptus Workbench - natura:overworld_workbenches:5 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Hopseed Workbench - natura:overworld_workbenches:6 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Sakura Workbench - natura:overworld_workbenches:7 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Redwood Workbench - natura:overworld_workbenches:8 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Maple Workbench - natura:overworld_workbenches:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Redwood Pressure Plate - natura:redwood_pressure_plate:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Redwood Trap Door - natura:redwood_trap_door:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Sakura Button - natura:sakura_button:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Sakura Pressure Plate - natura:sakura_pressure_plate:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Sakura Trap Door - natura:sakura_trap_door:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Silverbell Button - natura:silverbell_button:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Silverbell Pressure Plate - natura:silverbell_pressure_plate:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Silverbell Trap Door - natura:silverbell_trap_door:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Tiger Button - natura:tiger_button:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Tiger Pressure Plate - natura:tiger_pressure_plate:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Tiger Trap Door - natura:tiger_trap_door:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Willow Button - natura:willow_button:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Willow Pressure Plate - natura:willow_pressure_plate:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Willow Trap Door - natura:willow_trap_door:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Tiger Door - natura:overworld_doors:5 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Maple Door - natura:overworld_doors:6 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Silverbell Door - natura:overworld_doors:7 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Fusewood Door - natura:nether_doors:3 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Energy Core - overloaded:energy_core:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Fluid Core - overloaded:fluid_core:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Item Core - overloaded:item_core:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Multi Boots - overloaded:multi_boots:0{} +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Multi Chestplate - overloaded:multi_chestplate:0{} +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Multi Helmet - overloaded:multi_helmet:0{} +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Multi Leggings - overloaded:multi_leggings:0{} +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Nether Star Block - overloaded:nether_star_block:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Ray Gun - overloaded:ray_gun:0{} +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Grass Fiber - pickletweaks:grass_fiber:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Reinforced Mesh - pickletweaks:reinforced_mesh:32767 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Refinery - pneumaticcraft:refinery:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Thermopneumatic Processing Plant - pneumaticcraft:thermopneumatic_processing_plant:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Jet Boots Upgrade - pneumaticcraft:jet_boots_upgrade:32767 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Ironwood Planks - primal:planks:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Corphyry Segment Stack - primal:logs_stacked_corypha:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Sariras Smeltery - primal:smelter:0{} +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Sariras Smeltery - primal:smelter:0{BlockEntityTag:{covered:1b}} +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Diamond Storage Crate - quantumstorage:chest_diamond:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Gold Storage Crate - quantumstorage:chest_gold:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Iron Storage Crate - quantumstorage:chest_iron:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Quantum Barrel - quantumstorage:quantum_barrel:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Quantum Battery - quantumstorage:quantum_battery:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Void Upgrade - quantumstorage:upgrade:1 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Creative Upgrade - quantumstorage:upgrade:2 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Infinite Water Upgrade - quantumstorage:upgrade:3 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Render Upgrade - quantumstorage:upgrade:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Big Paper Wall - quark:paper_wall_big:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "disabled" +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Construction Core - refinedstorage:core:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Destruction Core - refinedstorage:core:1 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Golden Candle - rustic:candle_gold:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Golden Chain - rustic:chain_gold:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Golden Chandelier Ring - rustic:chandelier_gold:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Golden Lantern - rustic:golden_lantern:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Grave Key - simpletomb:grave_key:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Cake Arrow - simplyarrows:arrow_cake:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Flame Arrow - simplyarrows:arrow_flame:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Iron Arrow - simplyarrows:arrow_iron:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Love Arrow - simplyarrows:arrow_love:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. TNT Arrow - simplyarrows:arrow_tnt:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Torch Arrow - simplyarrows:arrow_torch:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Crafter - stevescarts:cartmodule:87 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Advanced Crafter - stevescarts:cartmodule:92 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Simple PCB - stevescarts:modulecomponents:9 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Explosive Easter Egg - stevescarts:modulecomponents:66 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Burning Easter Egg - stevescarts:modulecomponents:67 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Glistering Easter Egg - stevescarts:modulecomponents:68 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Chocolate Easter Egg - stevescarts:modulecomponents:69 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Painted Easter Egg - stevescarts:modulecomponents:70 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Basket - stevescarts:modulecomponents:71 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Egg Basket - stevescarts:cartmodule:74{Data:1b} +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Basic Drawer - storagedrawers:basicdrawers:32767 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Slimesling - tconstruct:slimesling:1 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Slimesling - tconstruct:slimesling:2 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Congealed Bloodsling - tconstruct:slimesling:3 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Slimesling - tconstruct:slimesling:4 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. EFLN - tconstruct:throwball:1 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Tool Forge - tconstruct:toolforge:0{textureBlock:{id:"extraplanets:neptune",Count:1b,Damage:7s}} +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Tool Forge - tconstruct:toolforge:0{textureBlock:{id:"primal:metalblock",Count:1b,Damage:12s}} +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Wooden Hopper - tconstruct:wooden_hopper:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Cord - yoyos:cord:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. item.thebetweenlands.glue.name - thebetweenlands:glue:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Location Debug - thebetweenlands:location_debug:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Test Item - thebetweenlands:test_item:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Blank Maze/Ore Map - twilightforest:ore_map_empty:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "disabled" +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Modifier Component - valkyrielib:modifier_component:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Speed Modifier - valkyrielib:modifier_speed:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Elite Coil - ironjetpacks:elite_coil:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage disabled. Ultimate Coil - ironjetpacks:ultimate_coil:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage tutorial. Antique Atlas #0 - antiqueatlas:antique_atlas:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "tutorial" +[INITIALIZATION][SERVER][INFO] Adding to item stage tutorial. Empty Antique Atlas - antiqueatlas:empty_antique_atlas:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "tutorial" +[INITIALIZATION][SERVER][INFO] Adding to item stage tutorial. Cooked Mystery Meat - betterwithmods:cooked_mystery_meat:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "tutorial" +[INITIALIZATION][SERVER][INFO] Adding to item stage tutorial. Mystery Meat - betterwithmods:mystery_meat:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "tutorial" +[INITIALIZATION][SERVER][INFO] Adding to item stage tutorial. Basalt - chisel:basalt2:7 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "tutorial" +[INITIALIZATION][SERVER][INFO] Adding to item stage tutorial. Limestone - chisel:limestone2:7 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "tutorial" +[INITIALIZATION][SERVER][INFO] Adding to item stage tutorial. Marble - chisel:marble2:7 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "tutorial" +[INITIALIZATION][SERVER][INFO] Adding to item stage tutorial. Sleeping Mat - cyclicmagic:sleeping_mat:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "tutorial" +[INITIALIZATION][SERVER][INFO] Adding to item stage tutorial. Death Compass - death_compass:death_compass:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "tutorial" +[INITIALIZATION][SERVER][INFO] Adding to item stage tutorial. Chopping Block - horsepower:chopping_block:32767 +[INITIALIZATION][SERVER][INFO] Adding to item stage tutorial. Chest - immcraft:chest:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "tutorial" +[INITIALIZATION][SERVER][INFO] Adding to item stage tutorial. Rock - immcraft:rock:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "tutorial" +[INITIALIZATION][SERVER][INFO] Adding to item stage tutorial. Apple - minecraft:apple:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "tutorial" +[INITIALIZATION][SERVER][INFO] Adding to item stage tutorial. Baked Potato - minecraft:baked_potato:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "tutorial" +[INITIALIZATION][SERVER][INFO] Adding to item stage tutorial. Raw Beef - minecraft:beef:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "tutorial" +[INITIALIZATION][SERVER][INFO] Adding to item stage tutorial. Beetroot - minecraft:beetroot:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "tutorial" +[INITIALIZATION][SERVER][INFO] Adding to item stage tutorial. Bone Block - minecraft:bone_block:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "tutorial" +[INITIALIZATION][SERVER][INFO] Adding to item stage tutorial. Bone - minecraft:bone:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "tutorial" +[INITIALIZATION][SERVER][INFO] Adding to item stage tutorial. Cactus - minecraft:cactus:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "tutorial" +[INITIALIZATION][SERVER][INFO] Adding to item stage tutorial. Carrot - minecraft:carrot:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "tutorial" +[INITIALIZATION][SERVER][INFO] Adding to item stage tutorial. Raw Chicken - minecraft:chicken:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "tutorial" +[INITIALIZATION][SERVER][INFO] Adding to item stage tutorial. Clay - minecraft:clay_ball:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "tutorial" +[INITIALIZATION][SERVER][INFO] Adding to item stage tutorial. Clay - minecraft:clay:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "tutorial" +[INITIALIZATION][SERVER][INFO] Adding to item stage tutorial. Cobblestone - minecraft:cobblestone:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "tutorial" +[INITIALIZATION][SERVER][INFO] Adding to item stage tutorial. Steak - minecraft:cooked_beef:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "tutorial" +[INITIALIZATION][SERVER][INFO] Adding to item stage tutorial. Cooked Chicken - minecraft:cooked_chicken:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "tutorial" +[INITIALIZATION][SERVER][INFO] Adding to item stage tutorial. Cooked Salmon - minecraft:cooked_fish:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "tutorial" +[INITIALIZATION][SERVER][INFO] Adding to item stage tutorial. Cooked Fish - minecraft:cooked_fish:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "tutorial" +[INITIALIZATION][SERVER][INFO] Adding to item stage tutorial. Cooked Mutton - minecraft:cooked_mutton:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "tutorial" +[INITIALIZATION][SERVER][INFO] Adding to item stage tutorial. Cooked Porkchop - minecraft:cooked_porkchop:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "tutorial" +[INITIALIZATION][SERVER][INFO] Adding to item stage tutorial. Cooked Rabbit - minecraft:cooked_rabbit:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "tutorial" +[INITIALIZATION][SERVER][INFO] Adding to item stage tutorial. Coarse Dirt - minecraft:dirt:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "tutorial" +[INITIALIZATION][SERVER][INFO] Adding to item stage tutorial. Podzol - minecraft:dirt:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "tutorial" +[INITIALIZATION][SERVER][INFO] Adding to item stage tutorial. Dirt - minecraft:dirt:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "tutorial" +[INITIALIZATION][SERVER][INFO] Adding to item stage tutorial. Ink Sac - minecraft:dye:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "tutorial" +[INITIALIZATION][SERVER][INFO] Adding to item stage tutorial. Egg - minecraft:egg:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "tutorial" +[INITIALIZATION][SERVER][INFO] Adding to item stage tutorial. Feather - minecraft:feather:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "tutorial" +[INITIALIZATION][SERVER][INFO] Adding to item stage tutorial. Raw Salmon - minecraft:fish:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "tutorial" +[INITIALIZATION][SERVER][INFO] Adding to item stage tutorial. Clownfish - minecraft:fish:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "tutorial" +[INITIALIZATION][SERVER][INFO] Adding to item stage tutorial. Pufferfish - minecraft:fish:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "tutorial" +[INITIALIZATION][SERVER][INFO] Adding to item stage tutorial. Raw Fish - minecraft:fish:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "tutorial" +[INITIALIZATION][SERVER][INFO] Adding to item stage tutorial. Flint - minecraft:flint:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "tutorial" +[INITIALIZATION][SERVER][INFO] Adding to item stage tutorial. Gravel - minecraft:gravel:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "tutorial" +[INITIALIZATION][SERVER][INFO] Adding to item stage tutorial. Spruce Wood - minecraft:log:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "tutorial" +[INITIALIZATION][SERVER][INFO] Adding to item stage tutorial. Birch Wood - minecraft:log:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "tutorial" +[INITIALIZATION][SERVER][INFO] Adding to item stage tutorial. Jungle Wood - minecraft:log:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "tutorial" +[INITIALIZATION][SERVER][INFO] Adding to item stage tutorial. Oak Wood - minecraft:log:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "tutorial" +[INITIALIZATION][SERVER][INFO] Adding to item stage tutorial. Dark Oak Wood - minecraft:log2:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "tutorial" +[INITIALIZATION][SERVER][INFO] Adding to item stage tutorial. Acacia Wood - minecraft:log2:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "tutorial" +[INITIALIZATION][SERVER][INFO] Adding to item stage tutorial. Melon - minecraft:melon_block:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "tutorial" +[INITIALIZATION][SERVER][INFO] Adding to item stage tutorial. Melon - minecraft:melon:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "tutorial" +[INITIALIZATION][SERVER][INFO] Adding to item stage tutorial. Raw Mutton - minecraft:mutton:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "tutorial" +[INITIALIZATION][SERVER][INFO] Adding to item stage tutorial. Spruce Wood Planks - minecraft:planks:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "tutorial" +[INITIALIZATION][SERVER][INFO] Adding to item stage tutorial. Birch Wood Planks - minecraft:planks:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "tutorial" +[INITIALIZATION][SERVER][INFO] Adding to item stage tutorial. Jungle Wood Planks - minecraft:planks:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "tutorial" +[INITIALIZATION][SERVER][INFO] Adding to item stage tutorial. Acacia Wood Planks - minecraft:planks:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "tutorial" +[INITIALIZATION][SERVER][INFO] Adding to item stage tutorial. Dark Oak Wood Planks - minecraft:planks:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "tutorial" +[INITIALIZATION][SERVER][INFO] Adding to item stage tutorial. Oak Wood Planks - minecraft:planks:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "tutorial" +[INITIALIZATION][SERVER][INFO] Adding to item stage tutorial. Poisonous Potato - minecraft:poisonous_potato:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "tutorial" +[INITIALIZATION][SERVER][INFO] Adding to item stage tutorial. Raw Porkchop - minecraft:porkchop:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "tutorial" +[INITIALIZATION][SERVER][INFO] Adding to item stage tutorial. Potato - minecraft:potato:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "tutorial" +[INITIALIZATION][SERVER][INFO] Adding to item stage tutorial. Pumpkin - minecraft:pumpkin:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "tutorial" +[INITIALIZATION][SERVER][INFO] Adding to item stage tutorial. Raw Rabbit - minecraft:rabbit:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "tutorial" +[INITIALIZATION][SERVER][INFO] Adding to item stage tutorial. Poppy - minecraft:red_flower:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "tutorial" +[INITIALIZATION][SERVER][INFO] Adding to item stage tutorial. Red Sand - minecraft:sand:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "tutorial" +[INITIALIZATION][SERVER][INFO] Adding to item stage tutorial. Sand - minecraft:sand:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "tutorial" +[INITIALIZATION][SERVER][INFO] Adding to item stage tutorial. Spruce Sapling - minecraft:sapling:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "tutorial" +[INITIALIZATION][SERVER][INFO] Adding to item stage tutorial. Birch Sapling - minecraft:sapling:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "tutorial" +[INITIALIZATION][SERVER][INFO] Adding to item stage tutorial. Jungle Sapling - minecraft:sapling:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "tutorial" +[INITIALIZATION][SERVER][INFO] Adding to item stage tutorial. Acacia Sapling - minecraft:sapling:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "tutorial" +[INITIALIZATION][SERVER][INFO] Adding to item stage tutorial. Dark Oak Sapling - minecraft:sapling:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "tutorial" +[INITIALIZATION][SERVER][INFO] Adding to item stage tutorial. Oak Sapling - minecraft:sapling:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "tutorial" +[INITIALIZATION][SERVER][INFO] Adding to item stage tutorial. Snow - minecraft:snow:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "tutorial" +[INITIALIZATION][SERVER][INFO] Adding to item stage tutorial. Snowball - minecraft:snowball:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "tutorial" +[INITIALIZATION][SERVER][INFO] Adding to item stage tutorial. Stick - minecraft:stick:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "tutorial" +[INITIALIZATION][SERVER][INFO] Adding to item stage tutorial. Granite - minecraft:stone:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "tutorial" +[INITIALIZATION][SERVER][INFO] Adding to item stage tutorial. Diorite - minecraft:stone:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "tutorial" +[INITIALIZATION][SERVER][INFO] Adding to item stage tutorial. Andesite - minecraft:stone:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "tutorial" +[INITIALIZATION][SERVER][INFO] Adding to item stage tutorial. Stone - minecraft:stone:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "tutorial" +[INITIALIZATION][SERVER][INFO] Adding to item stage tutorial. Lily Pad - minecraft:waterlily:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "tutorial" +[INITIALIZATION][SERVER][INFO] Adding to item stage tutorial. Wheat - minecraft:wheat:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "tutorial" +[INITIALIZATION][SERVER][INFO] Adding to item stage tutorial. Dandelion - minecraft:yellow_flower:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "tutorial" +[INITIALIZATION][SERVER][INFO] Adding to item stage tutorial. Grass Fiber Mesh - pickletweaks:grass_mesh:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "tutorial" +[INITIALIZATION][SERVER][INFO] Adding to item stage tutorial. Flaked Bone - primal:bone_knapp:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "tutorial" +[INITIALIZATION][SERVER][INFO] Adding to item stage tutorial. Flaked Bone Point - primal:bone_point:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "tutorial" +[INITIALIZATION][SERVER][INFO] Adding to item stage tutorial. Cooked Clownfish - primal:fish_clown_cooked:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "tutorial" +[INITIALIZATION][SERVER][INFO] Adding to item stage tutorial. Cooked Pufferfish - primal:fish_puffer_cooked:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "tutorial" +[INITIALIZATION][SERVER][INFO] Adding to item stage tutorial. Flint Hatchet - primal:flint_hatchet:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "tutorial" +[INITIALIZATION][SERVER][INFO] Adding to item stage tutorial. Flaked Flint - primal:flint_knapp:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "tutorial" +[INITIALIZATION][SERVER][INFO] Adding to item stage tutorial. Flint Pickaxe - primal:flint_pickaxe:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "tutorial" +[INITIALIZATION][SERVER][INFO] Adding to item stage tutorial. Flint Work Blade - primal:flint_workblade:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "tutorial" +[INITIALIZATION][SERVER][INFO] Adding to item stage tutorial. Plant Twine - primal:plant_cordage:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "tutorial" +[INITIALIZATION][SERVER][INFO] Adding to item stage tutorial. Plant Fiber - primal:plant_fiber:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "tutorial" +[INITIALIZATION][SERVER][INFO] Adding to item stage tutorial. Boiled Potato - primal:potato_boiled:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "tutorial" +[INITIALIZATION][SERVER][INFO] Adding to item stage tutorial. Sharp Bone - primal:sharp_bone:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "tutorial" +[INITIALIZATION][SERVER][INFO] Adding to item stage tutorial. Bone Club - primal_tech:bone_club:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "tutorial" +[INITIALIZATION][SERVER][INFO] Adding to item stage tutorial. Lit Fibre Torch - primal_tech:fibre_torch_lit:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "tutorial" +[INITIALIZATION][SERVER][INFO] Adding to item stage tutorial. Un-Lit Fibre Torch - primal_tech:fibre_torch:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "tutorial" +[INITIALIZATION][SERVER][INFO] Adding to item stage tutorial. Whittled Fire Sticks - primal_tech:fire_sticks:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "tutorial" +[INITIALIZATION][SERVER][INFO] Adding to item stage tutorial. Crafting Rock - primal_tech:rock:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "tutorial" +[INITIALIZATION][SERVER][INFO] Adding to item stage tutorial. Stone Club - primal_tech:stone_club:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "tutorial" +[INITIALIZATION][SERVER][INFO] Adding to item stage tutorial. Wood Club - primal_tech:wood_club:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "tutorial" +[INITIALIZATION][SERVER][INFO] Adding to item stage tutorial. Work Stump - primal_tech:work_stump:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "tutorial" +[INITIALIZATION][SERVER][INFO] Adding to item stage tutorial. Fire Pit - progressiontweaks:fire_pit_unlit:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "tutorial" +[INITIALIZATION][SERVER][INFO] Adding to item stage tutorial. Spear - progressiontweaks:spear:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "tutorial" +[INITIALIZATION][SERVER][INFO] Adding to item stage tutorial. Rock Hammer - progressiontweaks:stone_hammer:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "tutorial" +[INITIALIZATION][SERVER][INFO] Adding to item stage tutorial. Tomahawk - progressiontweaks:tomahawk:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "tutorial" +[INITIALIZATION][SERVER][INFO] Adding to item stage tutorial. Ironwood - rustic:log:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "tutorial" +[INITIALIZATION][SERVER][INFO] Adding to item stage tutorial. Olive Wood - rustic:log:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "tutorial" +[INITIALIZATION][SERVER][INFO] Adding to item stage tutorial. Apple Sapling - rustic:sapling_apple:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "tutorial" +[INITIALIZATION][SERVER][INFO] Adding to item stage tutorial. Ironwood Sapling - rustic:sapling:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "tutorial" +[INITIALIZATION][SERVER][INFO] Adding to item stage tutorial. Olive Sapling - rustic:sapling:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "tutorial" +[INITIALIZATION][SERVER][INFO] Adding to item stage tutorial. Slate - rustic:slate:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "tutorial" +[INITIALIZATION][SERVER][INFO] Adding to item stage tutorial. Wildberries - rustic:wildberries:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "tutorial" +[INITIALIZATION][SERVER][INFO] Adding to item stage tutorial. Wildberry Bush - rustic:wildberry_bush:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "tutorial" +[INITIALIZATION][SERVER][INFO] Adding to item stage creative_unused. Creative Energy Cell - appliedenergistics2:creative_energy_cell:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "creative_unused" +[INITIALIZATION][SERVER][INFO] Adding to item stage creative_unused. Creative ME Storage Cell - appliedenergistics2:creative_storage_cell:0{} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({}) to stage: "creative_unused" +[INITIALIZATION][SERVER][INFO] Adding to item stage creative_unused. Creative Mechanical Generator - betterwithmods:creative_generator:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "creative_unused" +[INITIALIZATION][SERVER][INFO] Adding to item stage creative_unused. Framed Creative Bookcase - bibliocraft:bookcasecreative:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "creative_unused" +[INITIALIZATION][SERVER][INFO] Adding to item stage creative_unused. Dark Oak Creative Bookcase - bibliocraft:bookcasecreative:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "creative_unused" +[INITIALIZATION][SERVER][INFO] Adding to item stage creative_unused. Acacia Creative Bookcase - bibliocraft:bookcasecreative:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "creative_unused" +[INITIALIZATION][SERVER][INFO] Adding to item stage creative_unused. Jungle Creative Bookcase - bibliocraft:bookcasecreative:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "creative_unused" +[INITIALIZATION][SERVER][INFO] Adding to item stage creative_unused. Birch Creative Bookcase - bibliocraft:bookcasecreative:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "creative_unused" +[INITIALIZATION][SERVER][INFO] Adding to item stage creative_unused. Spruce Creative Bookcase - bibliocraft:bookcasecreative:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "creative_unused" +[INITIALIZATION][SERVER][INFO] Adding to item stage creative_unused. Oak Creative Bookcase - bibliocraft:bookcasecreative:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "creative_unused" +[INITIALIZATION][SERVER][INFO] Adding to item stage creative_unused. Creative Activation Crystal - bloodmagic:activation_crystal:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "creative_unused" +[INITIALIZATION][SERVER][INFO] Adding to item stage creative_unused. Altar Maker - bloodmagic:altar_maker:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "creative_unused" +[INITIALIZATION][SERVER][INFO] Adding to item stage creative_unused. Creative Sacrificial Dagger - bloodmagic:sacrificial_dagger:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "creative_unused" +[INITIALIZATION][SERVER][INFO] Adding to item stage creative_unused. Creative Paste Container - buildinggadgets:constructionpastecontainercreative:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "creative_unused" +[INITIALIZATION][SERVER][INFO] Adding to item stage creative_unused. tile.engineCreative.name - buildcraftcore:engine:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "creative_unused" +[INITIALIZATION][SERVER][INFO] Adding to item stage creative_unused. Ender Capacitor (Creative) - enderutilities:endercapacitor:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "creative_unused" +[INITIALIZATION][SERVER][INFO] Adding to item stage creative_unused. Creative Breaking Module - enderutilities:enderpart:30 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "creative_unused" +[INITIALIZATION][SERVER][INFO] Adding to item stage creative_unused. Creative Storage Key - enderutilities:enderpart:81 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "creative_unused" +[INITIALIZATION][SERVER][INFO] Adding to item stage creative_unused. Recipe Maker - extendedcrafting:recipe_maker:0{Shapeless:0b} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Shapeless: 0 as byte}) to stage: "creative_unused" +[INITIALIZATION][SERVER][INFO] Adding to item stage creative_unused. Recipe Maker - extendedcrafting:recipe_maker:0{Shapeless:1b} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Shapeless: 1 as byte}) to stage: "creative_unused" +[INITIALIZATION][SERVER][INFO] Adding to item stage creative_unused. Tier 10 Electric Rocket - extraplanets:item_tier10_electric_rocket:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "creative_unused" +[INITIALIZATION][SERVER][INFO] Adding to item stage creative_unused. Tier 10 Rocket - extraplanets:item_tier10_rocket:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "creative_unused" +[INITIALIZATION][SERVER][INFO] Adding to item stage creative_unused. Tier 4 Rocket - extraplanets:item_tier4_rocket:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "creative_unused" +[INITIALIZATION][SERVER][INFO] Adding to item stage creative_unused. Tier 5 Rocket - extraplanets:item_tier5_rocket:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "creative_unused" +[INITIALIZATION][SERVER][INFO] Adding to item stage creative_unused. Tier 6 Rocket - extraplanets:item_tier6_rocket:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "creative_unused" +[INITIALIZATION][SERVER][INFO] Adding to item stage creative_unused. Tier 7 Rocket - extraplanets:item_tier7_rocket:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "creative_unused" +[INITIALIZATION][SERVER][INFO] Adding to item stage creative_unused. Tier 8 Rocket - extraplanets:item_tier8_rocket:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "creative_unused" +[INITIALIZATION][SERVER][INFO] Adding to item stage creative_unused. Tier 9 Rocket - extraplanets:item_tier9_rocket:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "creative_unused" +[INITIALIZATION][SERVER][INFO] Adding to item stage creative_unused. Player Detector - galacticraftcore:concealed_detector:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "creative_unused" +[INITIALIZATION][SERVER][INFO] Adding to item stage creative_unused. Dungeon Locator - galacticraftcore:dungeonfinder:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "creative_unused" +[INITIALIZATION][SERVER][INFO] Adding to item stage creative_unused. Infinite Battery - galacticraftcore:infinite_battery:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "creative_unused" +[INITIALIZATION][SERVER][INFO] Adding to item stage creative_unused. Infinite Oxygen Supply - galacticraftcore:infinite_oxygen:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "creative_unused" +[INITIALIZATION][SERVER][INFO] Adding to item stage creative_unused. Tier 1 Rocket - galacticraftcore:rocket_t1:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "creative_unused" +[INITIALIZATION][SERVER][INFO] Adding to item stage creative_unused. Cargo Rocket - galacticraftplanets:rocket_t2:14 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "creative_unused" +[INITIALIZATION][SERVER][INFO] Adding to item stage creative_unused. Tier 2 Rocket - galacticraftplanets:rocket_t2:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "creative_unused" +[INITIALIZATION][SERVER][INFO] Adding to item stage creative_unused. Tier 3 Rocket - galacticraftplanets:rocket_t3:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "creative_unused" +[INITIALIZATION][SERVER][INFO] Adding to item stage creative_unused. Creative Capacitor - immersiveengineering:metal_device0:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "creative_unused" +[INITIALIZATION][SERVER][INFO] Adding to item stage creative_unused. Creative Capacitor - ironjetpacks:creative_capacitor:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "creative_unused" +[INITIALIZATION][SERVER][INFO] Adding to item stage creative_unused. Creative Bin - mekanism:basicblock:6{tier:4,mekData:{}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({tier: 4, mekData: {}}) to stage: "creative_unused" +[INITIALIZATION][SERVER][INFO] Adding to item stage creative_unused. Basic Fluid Tank - mekanism:machineblock2:11 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "creative_unused" +[INITIALIZATION][SERVER][INFO] Adding to item stage creative_unused. 3 entries: +Oredictionificator - mekanism:machineblock3:3 +Oredictionificator - mekanism:machineblock3:3{} +Oredictionificator - mekanism:machineblock3:3{mekData:{}} +[INITIALIZATION][SERVER][INFO] Adding: | .withTag({}) | .withTag({mekData: {}}) to stage: "creative_unused" +[INITIALIZATION][SERVER][INFO] Adding to item stage creative_unused. Construct Selection Tool - modularmachinery:itemconstructtool:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "creative_unused" +[INITIALIZATION][SERVER][INFO] Adding to item stage creative_unused. Creative Supply Upgrade - pneumaticcraft:creative_upgrade:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "creative_unused" +[INITIALIZATION][SERVER][INFO] Adding to item stage creative_unused. Creative Controller - refinedstorage:controller:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "creative_unused" +[INITIALIZATION][SERVER][INFO] Adding to item stage creative_unused. Creative Fluid Storage Block - refinedstorage:fluid_storage:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "creative_unused" +[INITIALIZATION][SERVER][INFO] Adding to item stage creative_unused. Creative Fluid Storage Disk - refinedstorage:fluid_storage_disk:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "creative_unused" +[INITIALIZATION][SERVER][INFO] Adding to item stage creative_unused. Creative Portable Grid - refinedstorage:portable_grid:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "creative_unused" +[INITIALIZATION][SERVER][INFO] Adding to item stage creative_unused. Creative Storage Block - refinedstorage:storage:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "creative_unused" +[INITIALIZATION][SERVER][INFO] Adding to item stage creative_unused. Creative Storage Disk - refinedstorage:storage_disk:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "creative_unused" +[INITIALIZATION][SERVER][INFO] Adding to item stage creative_unused. Creative Wireless Crafting Monitor - refinedstorage:wireless_crafting_monitor:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "creative_unused" +[INITIALIZATION][SERVER][INFO] Adding to item stage creative_unused. Creative Wireless Fluid Grid - refinedstorage:wireless_fluid_grid:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "creative_unused" +[INITIALIZATION][SERVER][INFO] Adding to item stage creative_unused. Creative Wireless Grid - refinedstorage:wireless_grid:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "creative_unused" +[INITIALIZATION][SERVER][INFO] Adding to item stage creative_unused. Creative Wireless Crafting Grid - refinedstorageaddons:wireless_crafting_grid:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "creative_unused" +[INITIALIZATION][SERVER][INFO] Adding to item stage creative_unused. Creative Screen - rftools:creative_screen:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "creative_unused" +[INITIALIZATION][SERVER][INFO] Adding to item stage creative_unused. Creative Powercell - rftools:powercell_creative:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "creative_unused" +[INITIALIZATION][SERVER][INFO] Adding to item stage creative_unused. Creative Engine - stevescarts:cartmodule:61 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "creative_unused" +[INITIALIZATION][SERVER][INFO] Adding to item stage creative_unused. Creative Tank - stevescarts:cartmodule:72 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "creative_unused" +[INITIALIZATION][SERVER][INFO] Adding to item stage creative_unused. Creative Hull - stevescarts:cartmodule:76 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "creative_unused" +[INITIALIZATION][SERVER][INFO] Adding to item stage creative_unused. Creative Incinerator - stevescarts:cartmodule:96 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "creative_unused" +[INITIALIZATION][SERVER][INFO] Adding to item stage creative_unused. Creative Supplies - stevescarts:cartmodule:97 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "creative_unused" +[INITIALIZATION][SERVER][INFO] Adding to item stage creative_unused. Upgrade: Creative Mode - stevescarts:upgrade:14 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "creative_unused" +[INITIALIZATION][SERVER][INFO] Adding to item stage creative_unused. Creative Vending Upgrade - storagedrawers:upgrade_creative:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "creative_unused" +[INITIALIZATION][SERVER][INFO] Adding to item stage creative_unused. Creative Storage Upgrade - storagedrawers:upgrade_creative:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "creative_unused" +[INITIALIZATION][SERVER][INFO] Adding to item stage creative_unused. Creative Ceremony Cheat - totemic:ceremony_cheat:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "creative_unused" +[INITIALIZATION][SERVER][INFO] Adding to item stage creative_unused. Netherumbrian Pipes - totemic:nether_pipe:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "creative_unused" +[INITIALIZATION][SERVER][INFO] Adding to item stage creative_unused. Bark Stripper - totemic:bark_stripper:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "creative_unused" +[INITIALIZATION][SERVER][INFO] Adding to item stage creative_unused. Airship - Creative (Creative) - vc:airships/item_airship_creative:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "creative_unused" +[INITIALIZATION][SERVER][INFO] Adding to item stage creative_unused. Module Upgrade (Creative) - vc:modules/item_module_creative:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "creative_unused" +[INITIALIZATION][SERVER][INFO] Adding to item stage creative_unused. Super Worm - waterstrainer:super_worm:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "creative_unused" +[INITIALIZATION][SERVER][INFO] Staging fluid titanium to five +[INITIALIZATION][SERVER][INFO] Adding to item stage five. 4 entries: +Molten Titanium Clay Bucket - ceramics:clay_bucket:0{fluids:{FluidName:"titanium",Amount:1000}} +Molten Titanium Bucket - forge:bucketfilled:0{FluidName:"titanium",Amount:1000} +Syrmorite Bucket (Molten Titanium) - thebetweenlands:bl_bucket:1{Fluid:{FluidName:"titanium",Amount:1000}} +Weedwood Bucket (Molten Titanium) - thebetweenlands:bl_bucket:0{Fluid:{FluidName:"titanium",Amount:1000}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({fluids: {FluidName: "titanium", Amount: 1000}}) | .withTag({FluidName: "titanium", Amount: 1000}) | .withTag({Fluid: {FluidName: "titanium", Amount: 1000}}) | .withTag({Fluid: {FluidName: "titanium", Amount: 1000}}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Titanium Block - galacticraftplanets:asteroids_block:7 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Titanium Ingot - galacticraftplanets:item_basic_asteroids:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Titanium Dust - galacticraftplanets:item_basic_asteroids:9 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Staging fluid zinc to five +[INITIALIZATION][SERVER][INFO] Adding to item stage five. 4 entries: +Molten Zinc Clay Bucket - ceramics:clay_bucket:0{fluids:{FluidName:"zinc",Amount:1000}} +Molten Zinc Bucket - forge:bucketfilled:0{FluidName:"zinc",Amount:1000} +Syrmorite Bucket (Molten Zinc) - thebetweenlands:bl_bucket:1{Fluid:{FluidName:"zinc",Amount:1000}} +Weedwood Bucket (Molten Zinc) - thebetweenlands:bl_bucket:0{Fluid:{FluidName:"zinc",Amount:1000}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({fluids: {FluidName: "zinc", Amount: 1000}}) | .withTag({FluidName: "zinc", Amount: 1000}) | .withTag({Fluid: {FluidName: "zinc", Amount: 1000}}) | .withTag({Fluid: {FluidName: "zinc", Amount: 1000}}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Block of Zinc - extraplanets:neptune:7 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Zinc Ingot - extraplanets:tier8_items:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Zinc Dust - primal:zinc_dust:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Osmium Nugget - mekanism:nugget:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Osmium Crystal - mekanism:crystal:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Osmium Block - mekanism:basicblock:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Osmium Clump - mekanism:clump:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Osmium Shard - mekanism:shard:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Osmium Ingot - mekanism:ingot:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Dirty Osmium Dust - mekanism:dirtydust:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Osmium Dust - mekanism:dust:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Block of Space Platinum - extraplanets:kepler22b:14 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Space Platinum Ingot - extraplanets:tier11_items:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Space Platinum Dust - contenttweaker:material_part:114 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Solid Meteoric Iron - galacticraftcore:basic_block_core:12 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Meteoric Iron Ingot - galacticraftcore:item_basic_moon:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Meteoric Iron Dust - contenttweaker:material_part:128 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Dimension 2 has been added to stage five +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Canola Oil - actuallyadditions:block_canola_oil:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Crystallized Oil - actuallyadditions:block_crystal_oil:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Empowered Oil - actuallyadditions:block_empowered_oil:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Refined Canola Oil - actuallyadditions:block_refined_canola_oil:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Crystallized Obsidian - cyclicmagic:crystal:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Staging fluid argon to five +[INITIALIZATION][SERVER][INFO] Adding to item stage five. 4 entries: +Argon Gas Clay Bucket - ceramics:clay_bucket:0{fluids:{FluidName:"argon",Amount:1000}} +Argon Gas Bucket - forge:bucketfilled:0{FluidName:"argon",Amount:1000} +Syrmorite Bucket (Argon Gas) - thebetweenlands:bl_bucket:1{Fluid:{FluidName:"argon",Amount:1000}} +Weedwood Bucket (Argon Gas) - thebetweenlands:bl_bucket:0{Fluid:{FluidName:"argon",Amount:1000}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({fluids: {FluidName: "argon", Amount: 1000}}) | .withTag({FluidName: "argon", Amount: 1000}) | .withTag({Fluid: {FluidName: "argon", Amount: 1000}}) | .withTag({Fluid: {FluidName: "argon", Amount: 1000}}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Staging fluid bacterialsludge to five +[INITIALIZATION][SERVER][INFO] Adding to item stage five. 4 entries: +Bacterial Sludge Clay Bucket - ceramics:clay_bucket:0{fluids:{FluidName:"bacterialsludge",Amount:1000}} +Bacterial Sludge Bucket - forge:bucketfilled:0{FluidName:"bacterialsludge",Amount:1000} +Syrmorite Bucket (Bacterial Sludge) - thebetweenlands:bl_bucket:1{Fluid:{FluidName:"bacterialsludge",Amount:1000}} +Weedwood Bucket (Bacterial Sludge) - thebetweenlands:bl_bucket:0{Fluid:{FluidName:"bacterialsludge",Amount:1000}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({fluids: {FluidName: "bacterialsludge", Amount: 1000}}) | .withTag({FluidName: "bacterialsludge", Amount: 1000}) | .withTag({Fluid: {FluidName: "bacterialsludge", Amount: 1000}}) | .withTag({Fluid: {FluidName: "bacterialsludge", Amount: 1000}}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Staging fluid base_essence to five +[INITIALIZATION][SERVER][INFO] Adding to item stage five. 4 entries: +Molten Base Essence Clay Bucket - ceramics:clay_bucket:0{fluids:{FluidName:"base_essence",Amount:1000}} +Molten Base Essence Bucket - forge:bucketfilled:0{FluidName:"base_essence",Amount:1000} +Syrmorite Bucket (Molten Base Essence) - thebetweenlands:bl_bucket:1{Fluid:{FluidName:"base_essence",Amount:1000}} +Weedwood Bucket (Molten Base Essence) - thebetweenlands:bl_bucket:0{Fluid:{FluidName:"base_essence",Amount:1000}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({fluids: {FluidName: "base_essence", Amount: 1000}}) | .withTag({FluidName: "base_essence", Amount: 1000}) | .withTag({Fluid: {FluidName: "base_essence", Amount: 1000}}) | .withTag({Fluid: {FluidName: "base_essence", Amount: 1000}}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Staging fluid brine to five +[INITIALIZATION][SERVER][INFO] Adding to item stage five. 4 entries: +Brine Clay Bucket - ceramics:clay_bucket:0{fluids:{FluidName:"brine",Amount:1000}} +Brine Bucket - forge:bucketfilled:0{FluidName:"brine",Amount:1000} +Syrmorite Bucket (Brine) - thebetweenlands:bl_bucket:1{Fluid:{FluidName:"brine",Amount:1000}} +Weedwood Bucket (Brine) - thebetweenlands:bl_bucket:0{Fluid:{FluidName:"brine",Amount:1000}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({fluids: {FluidName: "brine", Amount: 1000}}) | .withTag({FluidName: "brine", Amount: 1000}) | .withTag({Fluid: {FluidName: "brine", Amount: 1000}}) | .withTag({Fluid: {FluidName: "brine", Amount: 1000}}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Staging fluid carbondioxide to five +[INITIALIZATION][SERVER][INFO] Adding to item stage five. 4 entries: +CO2 Gas Clay Bucket - ceramics:clay_bucket:0{fluids:{FluidName:"carbondioxide",Amount:1000}} +CO2 Gas Bucket - forge:bucketfilled:0{FluidName:"carbondioxide",Amount:1000} +Syrmorite Bucket (CO2 Gas) - thebetweenlands:bl_bucket:1{Fluid:{FluidName:"carbondioxide",Amount:1000}} +Weedwood Bucket (CO2 Gas) - thebetweenlands:bl_bucket:0{Fluid:{FluidName:"carbondioxide",Amount:1000}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({fluids: {FluidName: "carbondioxide", Amount: 1000}}) | .withTag({FluidName: "carbondioxide", Amount: 1000}) | .withTag({Fluid: {FluidName: "carbondioxide", Amount: 1000}}) | .withTag({Fluid: {FluidName: "carbondioxide", Amount: 1000}}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Staging fluid clean_water_fluid to five +[INITIALIZATION][SERVER][INFO] Adding to item stage five. 4 entries: +Clean Water Clay Bucket - ceramics:clay_bucket:0{fluids:{FluidName:"clean_water_fluid",Amount:1000}} +Clean Water Bucket - forge:bucketfilled:0{FluidName:"clean_water_fluid",Amount:1000} +Syrmorite Bucket (Clean Water) - thebetweenlands:bl_bucket:1{Fluid:{FluidName:"clean_water_fluid",Amount:1000}} +Weedwood Bucket (Clean Water) - thebetweenlands:bl_bucket:0{Fluid:{FluidName:"clean_water_fluid",Amount:1000}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({fluids: {FluidName: "clean_water_fluid", Amount: 1000}}) | .withTag({FluidName: "clean_water_fluid", Amount: 1000}) | .withTag({Fluid: {FluidName: "clean_water_fluid", Amount: 1000}}) | .withTag({Fluid: {FluidName: "clean_water_fluid", Amount: 1000}}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Staging fluid crystal to five +[INITIALIZATION][SERVER][INFO] Adding to item stage five. 4 entries: +Crystallized Obsidian Clay Bucket - ceramics:clay_bucket:0{fluids:{FluidName:"crystal",Amount:1000}} +Crystallized Obsidian Bucket - forge:bucketfilled:0{FluidName:"crystal",Amount:1000} +Syrmorite Bucket (Crystallized Obsidian) - thebetweenlands:bl_bucket:1{Fluid:{FluidName:"crystal",Amount:1000}} +Weedwood Bucket (Crystallized Obsidian) - thebetweenlands:bl_bucket:0{Fluid:{FluidName:"crystal",Amount:1000}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({fluids: {FluidName: "crystal", Amount: 1000}}) | .withTag({FluidName: "crystal", Amount: 1000}) | .withTag({Fluid: {FluidName: "crystal", Amount: 1000}}) | .withTag({Fluid: {FluidName: "crystal", Amount: 1000}}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Staging fluid emerald to five +[INITIALIZATION][SERVER][INFO] Adding to item stage five. 4 entries: +Molten Emerald Clay Bucket - ceramics:clay_bucket:0{fluids:{FluidName:"emerald",Amount:1000}} +Molten Emerald Bucket - forge:bucketfilled:0{FluidName:"emerald",Amount:1000} +Syrmorite Bucket (Molten Emerald) - thebetweenlands:bl_bucket:1{Fluid:{FluidName:"emerald",Amount:1000}} +Weedwood Bucket (Molten Emerald) - thebetweenlands:bl_bucket:0{Fluid:{FluidName:"emerald",Amount:1000}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({fluids: {FluidName: "emerald", Amount: 1000}}) | .withTag({FluidName: "emerald", Amount: 1000}) | .withTag({Fluid: {FluidName: "emerald", Amount: 1000}}) | .withTag({Fluid: {FluidName: "emerald", Amount: 1000}}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Staging fluid frozen_water_fluid to five +[INITIALIZATION][SERVER][INFO] Adding to item stage five. 4 entries: +Frozen Water Clay Bucket - ceramics:clay_bucket:0{fluids:{FluidName:"frozen_water_fluid",Amount:1000}} +Frozen Water Bucket - forge:bucketfilled:0{FluidName:"frozen_water_fluid",Amount:1000} +Syrmorite Bucket (Frozen Water) - thebetweenlands:bl_bucket:1{Fluid:{FluidName:"frozen_water_fluid",Amount:1000}} +Weedwood Bucket (Frozen Water) - thebetweenlands:bl_bucket:0{Fluid:{FluidName:"frozen_water_fluid",Amount:1000}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({fluids: {FluidName: "frozen_water_fluid", Amount: 1000}}) | .withTag({FluidName: "frozen_water_fluid", Amount: 1000}) | .withTag({Fluid: {FluidName: "frozen_water_fluid", Amount: 1000}}) | .withTag({Fluid: {FluidName: "frozen_water_fluid", Amount: 1000}}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Staging fluid glowstone_fluid to five +[INITIALIZATION][SERVER][INFO] Adding to item stage five. 4 entries: +Liquid Glowstone Clay Bucket - ceramics:clay_bucket:0{fluids:{FluidName:"glowstone_fluid",Amount:1000}} +Liquid Glowstone Bucket - forge:bucketfilled:0{FluidName:"glowstone_fluid",Amount:1000} +Syrmorite Bucket (Liquid Glowstone) - thebetweenlands:bl_bucket:1{Fluid:{FluidName:"glowstone_fluid",Amount:1000}} +Weedwood Bucket (Liquid Glowstone) - thebetweenlands:bl_bucket:0{Fluid:{FluidName:"glowstone_fluid",Amount:1000}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({fluids: {FluidName: "glowstone_fluid", Amount: 1000}}) | .withTag({FluidName: "glowstone_fluid", Amount: 1000}) | .withTag({Fluid: {FluidName: "glowstone_fluid", Amount: 1000}}) | .withTag({Fluid: {FluidName: "glowstone_fluid", Amount: 1000}}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Staging fluid heavywater to five +[INITIALIZATION][SERVER][INFO] Adding to item stage five. 4 entries: +Heavy Water Clay Bucket - ceramics:clay_bucket:0{fluids:{FluidName:"heavywater",Amount:1000}} +Heavy Water Bucket - forge:bucketfilled:0{FluidName:"heavywater",Amount:1000} +Syrmorite Bucket (Heavy Water) - thebetweenlands:bl_bucket:1{Fluid:{FluidName:"heavywater",Amount:1000}} +Weedwood Bucket (Heavy Water) - thebetweenlands:bl_bucket:0{Fluid:{FluidName:"heavywater",Amount:1000}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({fluids: {FluidName: "heavywater", Amount: 1000}}) | .withTag({FluidName: "heavywater", Amount: 1000}) | .withTag({Fluid: {FluidName: "heavywater", Amount: 1000}}) | .withTag({Fluid: {FluidName: "heavywater", Amount: 1000}}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Staging fluid helium to five +[INITIALIZATION][SERVER][INFO] Adding to item stage five. 4 entries: +Helium Gas Clay Bucket - ceramics:clay_bucket:0{fluids:{FluidName:"helium",Amount:1000}} +Helium Gas Bucket - forge:bucketfilled:0{FluidName:"helium",Amount:1000} +Syrmorite Bucket (Helium Gas) - thebetweenlands:bl_bucket:1{Fluid:{FluidName:"helium",Amount:1000}} +Weedwood Bucket (Helium Gas) - thebetweenlands:bl_bucket:0{Fluid:{FluidName:"helium",Amount:1000}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({fluids: {FluidName: "helium", Amount: 1000}}) | .withTag({FluidName: "helium", Amount: 1000}) | .withTag({Fluid: {FluidName: "helium", Amount: 1000}}) | .withTag({Fluid: {FluidName: "helium", Amount: 1000}}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Staging fluid hydrogen to five +[INITIALIZATION][SERVER][INFO] Adding to item stage five. 4 entries: +Hydrogen Gas Clay Bucket - ceramics:clay_bucket:0{fluids:{FluidName:"hydrogen",Amount:1000}} +Hydrogen Gas Bucket - forge:bucketfilled:0{FluidName:"hydrogen",Amount:1000} +Syrmorite Bucket (Hydrogen Gas) - thebetweenlands:bl_bucket:1{Fluid:{FluidName:"hydrogen",Amount:1000}} +Weedwood Bucket (Hydrogen Gas) - thebetweenlands:bl_bucket:0{Fluid:{FluidName:"hydrogen",Amount:1000}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({fluids: {FluidName: "hydrogen", Amount: 1000}}) | .withTag({FluidName: "hydrogen", Amount: 1000}) | .withTag({Fluid: {FluidName: "hydrogen", Amount: 1000}}) | .withTag({Fluid: {FluidName: "hydrogen", Amount: 1000}}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Staging fluid infected_water_fluid to five +[INITIALIZATION][SERVER][INFO] Adding to item stage five. 4 entries: +Infected Water Clay Bucket - ceramics:clay_bucket:0{fluids:{FluidName:"infected_water_fluid",Amount:1000}} +Infected Water Bucket - forge:bucketfilled:0{FluidName:"infected_water_fluid",Amount:1000} +Syrmorite Bucket (Infected Water) - thebetweenlands:bl_bucket:1{Fluid:{FluidName:"infected_water_fluid",Amount:1000}} +Weedwood Bucket (Infected Water) - thebetweenlands:bl_bucket:0{Fluid:{FluidName:"infected_water_fluid",Amount:1000}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({fluids: {FluidName: "infected_water_fluid", Amount: 1000}}) | .withTag({FluidName: "infected_water_fluid", Amount: 1000}) | .withTag({Fluid: {FluidName: "infected_water_fluid", Amount: 1000}}) | .withTag({Fluid: {FluidName: "infected_water_fluid", Amount: 1000}}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Staging fluid inferium to five +[INITIALIZATION][SERVER][INFO] Adding to item stage five. 4 entries: +Molten Inferium Clay Bucket - ceramics:clay_bucket:0{fluids:{FluidName:"inferium",Amount:1000}} +Molten Inferium Bucket - forge:bucketfilled:0{FluidName:"inferium",Amount:1000} +Syrmorite Bucket (Molten Inferium) - thebetweenlands:bl_bucket:1{Fluid:{FluidName:"inferium",Amount:1000}} +Weedwood Bucket (Molten Inferium) - thebetweenlands:bl_bucket:0{Fluid:{FluidName:"inferium",Amount:1000}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({fluids: {FluidName: "inferium", Amount: 1000}}) | .withTag({FluidName: "inferium", Amount: 1000}) | .withTag({Fluid: {FluidName: "inferium", Amount: 1000}}) | .withTag({Fluid: {FluidName: "inferium", Amount: 1000}}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Staging fluid intermedium to five +[INITIALIZATION][SERVER][INFO] Adding to item stage five. 4 entries: +Molten Intermedium Clay Bucket - ceramics:clay_bucket:0{fluids:{FluidName:"intermedium",Amount:1000}} +Molten Intermedium Bucket - forge:bucketfilled:0{FluidName:"intermedium",Amount:1000} +Syrmorite Bucket (Molten Intermedium) - thebetweenlands:bl_bucket:1{Fluid:{FluidName:"intermedium",Amount:1000}} +Weedwood Bucket (Molten Intermedium) - thebetweenlands:bl_bucket:0{Fluid:{FluidName:"intermedium",Amount:1000}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({fluids: {FluidName: "intermedium", Amount: 1000}}) | .withTag({FluidName: "intermedium", Amount: 1000}) | .withTag({Fluid: {FluidName: "intermedium", Amount: 1000}}) | .withTag({Fluid: {FluidName: "intermedium", Amount: 1000}}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Staging fluid liquid_caramel_fluid to five +[INITIALIZATION][SERVER][INFO] Adding to item stage five. 4 entries: +Liquid Caramel Clay Bucket - ceramics:clay_bucket:0{fluids:{FluidName:"liquid_caramel_fluid",Amount:1000}} +Liquid Caramel Bucket - forge:bucketfilled:0{FluidName:"liquid_caramel_fluid",Amount:1000} +Syrmorite Bucket (Liquid Caramel) - thebetweenlands:bl_bucket:1{Fluid:{FluidName:"liquid_caramel_fluid",Amount:1000}} +Weedwood Bucket (Liquid Caramel) - thebetweenlands:bl_bucket:0{Fluid:{FluidName:"liquid_caramel_fluid",Amount:1000}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({fluids: {FluidName: "liquid_caramel_fluid", Amount: 1000}}) | .withTag({FluidName: "liquid_caramel_fluid", Amount: 1000}) | .withTag({Fluid: {FluidName: "liquid_caramel_fluid", Amount: 1000}}) | .withTag({Fluid: {FluidName: "liquid_caramel_fluid", Amount: 1000}}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Staging fluid liquid_chocolate_fluid to five +[INITIALIZATION][SERVER][INFO] Adding to item stage five. 4 entries: +Liquid Chocolate Clay Bucket - ceramics:clay_bucket:0{fluids:{FluidName:"liquid_chocolate_fluid",Amount:1000}} +Liquid Chocolate Bucket - forge:bucketfilled:0{FluidName:"liquid_chocolate_fluid",Amount:1000} +Syrmorite Bucket (Liquid Chocolate) - thebetweenlands:bl_bucket:1{Fluid:{FluidName:"liquid_chocolate_fluid",Amount:1000}} +Weedwood Bucket (Liquid Chocolate) - thebetweenlands:bl_bucket:0{Fluid:{FluidName:"liquid_chocolate_fluid",Amount:1000}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({fluids: {FluidName: "liquid_chocolate_fluid", Amount: 1000}}) | .withTag({FluidName: "liquid_chocolate_fluid", Amount: 1000}) | .withTag({Fluid: {FluidName: "liquid_chocolate_fluid", Amount: 1000}}) | .withTag({Fluid: {FluidName: "liquid_chocolate_fluid", Amount: 1000}}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Staging fluid liquid_hydrocarbon_fluid to five +[INITIALIZATION][SERVER][INFO] Adding to item stage five. 4 entries: +Liquid Hydrocarbon Clay Bucket - ceramics:clay_bucket:0{fluids:{FluidName:"liquid_hydrocarbon_fluid",Amount:1000}} +Liquid Hydrocarbon Bucket - forge:bucketfilled:0{FluidName:"liquid_hydrocarbon_fluid",Amount:1000} +Syrmorite Bucket (Liquid Hydrocarbon) - thebetweenlands:bl_bucket:1{Fluid:{FluidName:"liquid_hydrocarbon_fluid",Amount:1000}} +Weedwood Bucket (Liquid Hydrocarbon) - thebetweenlands:bl_bucket:0{Fluid:{FluidName:"liquid_hydrocarbon_fluid",Amount:1000}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({fluids: {FluidName: "liquid_hydrocarbon_fluid", Amount: 1000}}) | .withTag({FluidName: "liquid_hydrocarbon_fluid", Amount: 1000}) | .withTag({Fluid: {FluidName: "liquid_hydrocarbon_fluid", Amount: 1000}}) | .withTag({Fluid: {FluidName: "liquid_hydrocarbon_fluid", Amount: 1000}}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Staging fluid liquidargon to five +[INITIALIZATION][SERVER][INFO] Adding to item stage five. 4 entries: +Liquid Argon Clay Bucket - ceramics:clay_bucket:0{fluids:{FluidName:"liquidargon",Amount:1000}} +Liquid Argon Bucket - forge:bucketfilled:0{FluidName:"liquidargon",Amount:1000} +Syrmorite Bucket (Liquid Argon) - thebetweenlands:bl_bucket:1{Fluid:{FluidName:"liquidargon",Amount:1000}} +Weedwood Bucket (Liquid Argon) - thebetweenlands:bl_bucket:0{Fluid:{FluidName:"liquidargon",Amount:1000}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({fluids: {FluidName: "liquidargon", Amount: 1000}}) | .withTag({FluidName: "liquidargon", Amount: 1000}) | .withTag({Fluid: {FluidName: "liquidargon", Amount: 1000}}) | .withTag({Fluid: {FluidName: "liquidargon", Amount: 1000}}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Staging fluid liquidchlorine to five +[INITIALIZATION][SERVER][INFO] Adding to item stage five. 4 entries: +Liquid Chlorine Clay Bucket - ceramics:clay_bucket:0{fluids:{FluidName:"liquidchlorine",Amount:1000}} +Liquid Chlorine Bucket - forge:bucketfilled:0{FluidName:"liquidchlorine",Amount:1000} +Syrmorite Bucket (Liquid Chlorine) - thebetweenlands:bl_bucket:1{Fluid:{FluidName:"liquidchlorine",Amount:1000}} +Weedwood Bucket (Liquid Chlorine) - thebetweenlands:bl_bucket:0{Fluid:{FluidName:"liquidchlorine",Amount:1000}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({fluids: {FluidName: "liquidchlorine", Amount: 1000}}) | .withTag({FluidName: "liquidchlorine", Amount: 1000}) | .withTag({Fluid: {FluidName: "liquidchlorine", Amount: 1000}}) | .withTag({Fluid: {FluidName: "liquidchlorine", Amount: 1000}}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Staging fluid liquiddeuterium to five +[INITIALIZATION][SERVER][INFO] Adding to item stage five. 4 entries: +Liquid Deuterium Clay Bucket - ceramics:clay_bucket:0{fluids:{FluidName:"liquiddeuterium",Amount:1000}} +Liquid Deuterium Bucket - forge:bucketfilled:0{FluidName:"liquiddeuterium",Amount:1000} +Syrmorite Bucket (Liquid Deuterium) - thebetweenlands:bl_bucket:1{Fluid:{FluidName:"liquiddeuterium",Amount:1000}} +Weedwood Bucket (Liquid Deuterium) - thebetweenlands:bl_bucket:0{Fluid:{FluidName:"liquiddeuterium",Amount:1000}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({fluids: {FluidName: "liquiddeuterium", Amount: 1000}}) | .withTag({FluidName: "liquiddeuterium", Amount: 1000}) | .withTag({Fluid: {FluidName: "liquiddeuterium", Amount: 1000}}) | .withTag({Fluid: {FluidName: "liquiddeuterium", Amount: 1000}}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Staging fluid liquidethene to five +[INITIALIZATION][SERVER][INFO] Adding to item stage five. 4 entries: +Liquid Ethylene Clay Bucket - ceramics:clay_bucket:0{fluids:{FluidName:"liquidethene",Amount:1000}} +Liquid Ethylene Bucket - forge:bucketfilled:0{FluidName:"liquidethene",Amount:1000} +Syrmorite Bucket (Liquid Ethylene) - thebetweenlands:bl_bucket:1{Fluid:{FluidName:"liquidethene",Amount:1000}} +Weedwood Bucket (Liquid Ethylene) - thebetweenlands:bl_bucket:0{Fluid:{FluidName:"liquidethene",Amount:1000}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({fluids: {FluidName: "liquidethene", Amount: 1000}}) | .withTag({FluidName: "liquidethene", Amount: 1000}) | .withTag({Fluid: {FluidName: "liquidethene", Amount: 1000}}) | .withTag({Fluid: {FluidName: "liquidethene", Amount: 1000}}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Staging fluid liquidfusionfuel to five +[INITIALIZATION][SERVER][INFO] Adding to item stage five. 4 entries: +Liquid D-T Fuel Clay Bucket - ceramics:clay_bucket:0{fluids:{FluidName:"liquidfusionfuel",Amount:1000}} +Liquid D-T Fuel Bucket - forge:bucketfilled:0{FluidName:"liquidfusionfuel",Amount:1000} +Syrmorite Bucket (Liquid D-T Fuel) - thebetweenlands:bl_bucket:1{Fluid:{FluidName:"liquidfusionfuel",Amount:1000}} +Weedwood Bucket (Liquid D-T Fuel) - thebetweenlands:bl_bucket:0{Fluid:{FluidName:"liquidfusionfuel",Amount:1000}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({fluids: {FluidName: "liquidfusionfuel", Amount: 1000}}) | .withTag({FluidName: "liquidfusionfuel", Amount: 1000}) | .withTag({Fluid: {FluidName: "liquidfusionfuel", Amount: 1000}}) | .withTag({Fluid: {FluidName: "liquidfusionfuel", Amount: 1000}}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Staging fluid liquidhydrogen to five +[INITIALIZATION][SERVER][INFO] Adding to item stage five. 4 entries: +Liquid Hydrogen Clay Bucket - ceramics:clay_bucket:0{fluids:{FluidName:"liquidhydrogen",Amount:1000}} +Liquid Hydrogen Bucket - forge:bucketfilled:0{FluidName:"liquidhydrogen",Amount:1000} +Syrmorite Bucket (Liquid Hydrogen) - thebetweenlands:bl_bucket:1{Fluid:{FluidName:"liquidhydrogen",Amount:1000}} +Weedwood Bucket (Liquid Hydrogen) - thebetweenlands:bl_bucket:0{Fluid:{FluidName:"liquidhydrogen",Amount:1000}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({fluids: {FluidName: "liquidhydrogen", Amount: 1000}}) | .withTag({FluidName: "liquidhydrogen", Amount: 1000}) | .withTag({Fluid: {FluidName: "liquidhydrogen", Amount: 1000}}) | .withTag({Fluid: {FluidName: "liquidhydrogen", Amount: 1000}}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Staging fluid liquidhydrogenchloride to five +[INITIALIZATION][SERVER][INFO] Adding to item stage five. 4 entries: +Liquid Hydrogen Chloride Clay Bucket - ceramics:clay_bucket:0{fluids:{FluidName:"liquidhydrogenchloride",Amount:1000}} +Liquid Hydrogen Chloride Bucket - forge:bucketfilled:0{FluidName:"liquidhydrogenchloride",Amount:1000} +Syrmorite Bucket (Liquid Hydrogen Chloride) - thebetweenlands:bl_bucket:1{Fluid:{FluidName:"liquidhydrogenchloride",Amount:1000}} +Weedwood Bucket (Liquid Hydrogen Chloride) - thebetweenlands:bl_bucket:0{Fluid:{FluidName:"liquidhydrogenchloride",Amount:1000}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({fluids: {FluidName: "liquidhydrogenchloride", Amount: 1000}}) | .withTag({FluidName: "liquidhydrogenchloride", Amount: 1000}) | .withTag({Fluid: {FluidName: "liquidhydrogenchloride", Amount: 1000}}) | .withTag({Fluid: {FluidName: "liquidhydrogenchloride", Amount: 1000}}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Staging fluid liquidlithium to five +[INITIALIZATION][SERVER][INFO] Adding to item stage five. 4 entries: +Liquid Lithium Clay Bucket - ceramics:clay_bucket:0{fluids:{FluidName:"liquidlithium",Amount:1000}} +Liquid Lithium Bucket - forge:bucketfilled:0{FluidName:"liquidlithium",Amount:1000} +Syrmorite Bucket (Liquid Lithium) - thebetweenlands:bl_bucket:1{Fluid:{FluidName:"liquidlithium",Amount:1000}} +Weedwood Bucket (Liquid Lithium) - thebetweenlands:bl_bucket:0{Fluid:{FluidName:"liquidlithium",Amount:1000}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({fluids: {FluidName: "liquidlithium", Amount: 1000}}) | .withTag({FluidName: "liquidlithium", Amount: 1000}) | .withTag({Fluid: {FluidName: "liquidlithium", Amount: 1000}}) | .withTag({Fluid: {FluidName: "liquidlithium", Amount: 1000}}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Staging fluid liquidmethane to five +[INITIALIZATION][SERVER][INFO] Adding to item stage five. 4 entries: +Liquid Methane Clay Bucket - ceramics:clay_bucket:0{fluids:{FluidName:"liquidmethane",Amount:1000}} +Liquid Methane Bucket - forge:bucketfilled:0{FluidName:"liquidmethane",Amount:1000} +Syrmorite Bucket (Liquid Methane) - thebetweenlands:bl_bucket:1{Fluid:{FluidName:"liquidmethane",Amount:1000}} +Weedwood Bucket (Liquid Methane) - thebetweenlands:bl_bucket:0{Fluid:{FluidName:"liquidmethane",Amount:1000}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({fluids: {FluidName: "liquidmethane", Amount: 1000}}) | .withTag({FluidName: "liquidmethane", Amount: 1000}) | .withTag({Fluid: {FluidName: "liquidmethane", Amount: 1000}}) | .withTag({Fluid: {FluidName: "liquidmethane", Amount: 1000}}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Staging fluid liquidnitrogen to five +[INITIALIZATION][SERVER][INFO] Adding to item stage five. 4 entries: +Liquid Nitrogen Clay Bucket - ceramics:clay_bucket:0{fluids:{FluidName:"liquidnitrogen",Amount:1000}} +Liquid Nitrogen Bucket - forge:bucketfilled:0{FluidName:"liquidnitrogen",Amount:1000} +Syrmorite Bucket (Liquid Nitrogen) - thebetweenlands:bl_bucket:1{Fluid:{FluidName:"liquidnitrogen",Amount:1000}} +Weedwood Bucket (Liquid Nitrogen) - thebetweenlands:bl_bucket:0{Fluid:{FluidName:"liquidnitrogen",Amount:1000}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({fluids: {FluidName: "liquidnitrogen", Amount: 1000}}) | .withTag({FluidName: "liquidnitrogen", Amount: 1000}) | .withTag({Fluid: {FluidName: "liquidnitrogen", Amount: 1000}}) | .withTag({Fluid: {FluidName: "liquidnitrogen", Amount: 1000}}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Staging fluid liquidoxygen to five +[INITIALIZATION][SERVER][INFO] Adding to item stage five. 4 entries: +Liquid Oxygen Clay Bucket - ceramics:clay_bucket:0{fluids:{FluidName:"liquidoxygen",Amount:1000}} +Liquid Oxygen Bucket - forge:bucketfilled:0{FluidName:"liquidoxygen",Amount:1000} +Syrmorite Bucket (Liquid Oxygen) - thebetweenlands:bl_bucket:1{Fluid:{FluidName:"liquidoxygen",Amount:1000}} +Weedwood Bucket (Liquid Oxygen) - thebetweenlands:bl_bucket:0{Fluid:{FluidName:"liquidoxygen",Amount:1000}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({fluids: {FluidName: "liquidoxygen", Amount: 1000}}) | .withTag({FluidName: "liquidoxygen", Amount: 1000}) | .withTag({Fluid: {FluidName: "liquidoxygen", Amount: 1000}}) | .withTag({Fluid: {FluidName: "liquidoxygen", Amount: 1000}}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Staging fluid liquidsodium to five +[INITIALIZATION][SERVER][INFO] Adding to item stage five. 4 entries: +Liquid Sodium Clay Bucket - ceramics:clay_bucket:0{fluids:{FluidName:"liquidsodium",Amount:1000}} +Liquid Sodium Bucket - forge:bucketfilled:0{FluidName:"liquidsodium",Amount:1000} +Syrmorite Bucket (Liquid Sodium) - thebetweenlands:bl_bucket:1{Fluid:{FluidName:"liquidsodium",Amount:1000}} +Weedwood Bucket (Liquid Sodium) - thebetweenlands:bl_bucket:0{Fluid:{FluidName:"liquidsodium",Amount:1000}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({fluids: {FluidName: "liquidsodium", Amount: 1000}}) | .withTag({FluidName: "liquidsodium", Amount: 1000}) | .withTag({Fluid: {FluidName: "liquidsodium", Amount: 1000}}) | .withTag({Fluid: {FluidName: "liquidsodium", Amount: 1000}}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Staging fluid liquidsulfurdioxide to five +[INITIALIZATION][SERVER][INFO] Adding to item stage five. 4 entries: +Liquid Sulfur Dioxide Clay Bucket - ceramics:clay_bucket:0{fluids:{FluidName:"liquidsulfurdioxide",Amount:1000}} +Liquid Sulfur Dioxide Bucket - forge:bucketfilled:0{FluidName:"liquidsulfurdioxide",Amount:1000} +Syrmorite Bucket (Liquid Sulfur Dioxide) - thebetweenlands:bl_bucket:1{Fluid:{FluidName:"liquidsulfurdioxide",Amount:1000}} +Weedwood Bucket (Liquid Sulfur Dioxide) - thebetweenlands:bl_bucket:0{Fluid:{FluidName:"liquidsulfurdioxide",Amount:1000}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({fluids: {FluidName: "liquidsulfurdioxide", Amount: 1000}}) | .withTag({FluidName: "liquidsulfurdioxide", Amount: 1000}) | .withTag({Fluid: {FluidName: "liquidsulfurdioxide", Amount: 1000}}) | .withTag({Fluid: {FluidName: "liquidsulfurdioxide", Amount: 1000}}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Staging fluid liquidsulfurtrioxide to five +[INITIALIZATION][SERVER][INFO] Adding to item stage five. 4 entries: +Liquid Sulfur Trioxide Clay Bucket - ceramics:clay_bucket:0{fluids:{FluidName:"liquidsulfurtrioxide",Amount:1000}} +Liquid Sulfur Trioxide Bucket - forge:bucketfilled:0{FluidName:"liquidsulfurtrioxide",Amount:1000} +Syrmorite Bucket (Liquid Sulfur Trioxide) - thebetweenlands:bl_bucket:1{Fluid:{FluidName:"liquidsulfurtrioxide",Amount:1000}} +Weedwood Bucket (Liquid Sulfur Trioxide) - thebetweenlands:bl_bucket:0{Fluid:{FluidName:"liquidsulfurtrioxide",Amount:1000}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({fluids: {FluidName: "liquidsulfurtrioxide", Amount: 1000}}) | .withTag({FluidName: "liquidsulfurtrioxide", Amount: 1000}) | .withTag({Fluid: {FluidName: "liquidsulfurtrioxide", Amount: 1000}}) | .withTag({Fluid: {FluidName: "liquidsulfurtrioxide", Amount: 1000}}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Staging fluid liquidtritium to five +[INITIALIZATION][SERVER][INFO] Adding to item stage five. 4 entries: +Liquid Tritium Clay Bucket - ceramics:clay_bucket:0{fluids:{FluidName:"liquidtritium",Amount:1000}} +Liquid Tritium Bucket - forge:bucketfilled:0{FluidName:"liquidtritium",Amount:1000} +Syrmorite Bucket (Liquid Tritium) - thebetweenlands:bl_bucket:1{Fluid:{FluidName:"liquidtritium",Amount:1000}} +Weedwood Bucket (Liquid Tritium) - thebetweenlands:bl_bucket:0{Fluid:{FluidName:"liquidtritium",Amount:1000}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({fluids: {FluidName: "liquidtritium", Amount: 1000}}) | .withTag({FluidName: "liquidtritium", Amount: 1000}) | .withTag({Fluid: {FluidName: "liquidtritium", Amount: 1000}}) | .withTag({Fluid: {FluidName: "liquidtritium", Amount: 1000}}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Staging fluid magma_fluid to five +[INITIALIZATION][SERVER][INFO] Adding to item stage five. 4 entries: +Liquid Magma Clay Bucket - ceramics:clay_bucket:0{fluids:{FluidName:"magma_fluid",Amount:1000}} +Liquid Magma Bucket - forge:bucketfilled:0{FluidName:"magma_fluid",Amount:1000} +Syrmorite Bucket (Liquid Magma) - thebetweenlands:bl_bucket:1{Fluid:{FluidName:"magma_fluid",Amount:1000}} +Weedwood Bucket (Liquid Magma) - thebetweenlands:bl_bucket:0{Fluid:{FluidName:"magma_fluid",Amount:1000}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({fluids: {FluidName: "magma_fluid", Amount: 1000}}) | .withTag({FluidName: "magma_fluid", Amount: 1000}) | .withTag({Fluid: {FluidName: "magma_fluid", Amount: 1000}}) | .withTag({Fluid: {FluidName: "magma_fluid", Amount: 1000}}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Staging fluid methane to five +[INITIALIZATION][SERVER][INFO] Adding to item stage five. 4 entries: +Methane Gas Clay Bucket - ceramics:clay_bucket:0{fluids:{FluidName:"methane",Amount:1000}} +Methane Gas Bucket - forge:bucketfilled:0{FluidName:"methane",Amount:1000} +Syrmorite Bucket (Methane Gas) - thebetweenlands:bl_bucket:1{Fluid:{FluidName:"methane",Amount:1000}} +Weedwood Bucket (Methane Gas) - thebetweenlands:bl_bucket:0{Fluid:{FluidName:"methane",Amount:1000}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({fluids: {FluidName: "methane", Amount: 1000}}) | .withTag({FluidName: "methane", Amount: 1000}) | .withTag({Fluid: {FluidName: "methane", Amount: 1000}}) | .withTag({Fluid: {FluidName: "methane", Amount: 1000}}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Staging fluid methane_fluid to five +[INITIALIZATION][SERVER][INFO] Adding to item stage five. 4 entries: +Liquid Methane Clay Bucket - ceramics:clay_bucket:0{fluids:{FluidName:"methane_fluid",Amount:1000}} +Liquid Methane Bucket - forge:bucketfilled:0{FluidName:"methane_fluid",Amount:1000} +Syrmorite Bucket (Liquid Methane) - thebetweenlands:bl_bucket:1{Fluid:{FluidName:"methane_fluid",Amount:1000}} +Weedwood Bucket (Liquid Methane) - thebetweenlands:bl_bucket:0{Fluid:{FluidName:"methane_fluid",Amount:1000}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({fluids: {FluidName: "methane_fluid", Amount: 1000}}) | .withTag({FluidName: "methane_fluid", Amount: 1000}) | .withTag({Fluid: {FluidName: "methane_fluid", Amount: 1000}}) | .withTag({Fluid: {FluidName: "methane_fluid", Amount: 1000}}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Staging fluid nitrogen to five +[INITIALIZATION][SERVER][INFO] Adding to item stage five. 4 entries: +Nitrogen Gas Clay Bucket - ceramics:clay_bucket:0{fluids:{FluidName:"nitrogen",Amount:1000}} +Nitrogen Gas Bucket - forge:bucketfilled:0{FluidName:"nitrogen",Amount:1000} +Syrmorite Bucket (Nitrogen Gas) - thebetweenlands:bl_bucket:1{Fluid:{FluidName:"nitrogen",Amount:1000}} +Weedwood Bucket (Nitrogen Gas) - thebetweenlands:bl_bucket:0{Fluid:{FluidName:"nitrogen",Amount:1000}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({fluids: {FluidName: "nitrogen", Amount: 1000}}) | .withTag({FluidName: "nitrogen", Amount: 1000}) | .withTag({Fluid: {FluidName: "nitrogen", Amount: 1000}}) | .withTag({Fluid: {FluidName: "nitrogen", Amount: 1000}}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Staging fluid nitrogen_fluid to five +[INITIALIZATION][SERVER][INFO] Adding to item stage five. 4 entries: +Liquid Nitrogen Clay Bucket - ceramics:clay_bucket:0{fluids:{FluidName:"nitrogen_fluid",Amount:1000}} +Liquid Nitrogen Bucket - forge:bucketfilled:0{FluidName:"nitrogen_fluid",Amount:1000} +Syrmorite Bucket (Liquid Nitrogen) - thebetweenlands:bl_bucket:1{Fluid:{FluidName:"nitrogen_fluid",Amount:1000}} +Weedwood Bucket (Liquid Nitrogen) - thebetweenlands:bl_bucket:0{Fluid:{FluidName:"nitrogen_fluid",Amount:1000}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({fluids: {FluidName: "nitrogen_fluid", Amount: 1000}}) | .withTag({FluidName: "nitrogen_fluid", Amount: 1000}) | .withTag({Fluid: {FluidName: "nitrogen_fluid", Amount: 1000}}) | .withTag({Fluid: {FluidName: "nitrogen_fluid", Amount: 1000}}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Staging fluid nitrogen_ice_fluid to five +[INITIALIZATION][SERVER][INFO] Adding to item stage five. 4 entries: +Liquid Nitrogen Ice Clay Bucket - ceramics:clay_bucket:0{fluids:{FluidName:"nitrogen_ice_fluid",Amount:1000}} +Liquid Nitrogen Ice Bucket - forge:bucketfilled:0{FluidName:"nitrogen_ice_fluid",Amount:1000} +Syrmorite Bucket (Liquid Nitrogen Ice) - thebetweenlands:bl_bucket:1{Fluid:{FluidName:"nitrogen_ice_fluid",Amount:1000}} +Weedwood Bucket (Liquid Nitrogen Ice) - thebetweenlands:bl_bucket:0{Fluid:{FluidName:"nitrogen_ice_fluid",Amount:1000}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({fluids: {FluidName: "nitrogen_ice_fluid", Amount: 1000}}) | .withTag({FluidName: "nitrogen_ice_fluid", Amount: 1000}) | .withTag({Fluid: {FluidName: "nitrogen_ice_fluid", Amount: 1000}}) | .withTag({Fluid: {FluidName: "nitrogen_ice_fluid", Amount: 1000}}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Staging fluid osmium to five +[INITIALIZATION][SERVER][INFO] Adding to item stage five. 4 entries: +Molten Osmium Clay Bucket - ceramics:clay_bucket:0{fluids:{FluidName:"osmium",Amount:1000}} +Molten Osmium Bucket - forge:bucketfilled:0{FluidName:"osmium",Amount:1000} +Syrmorite Bucket (Molten Osmium) - thebetweenlands:bl_bucket:1{Fluid:{FluidName:"osmium",Amount:1000}} +Weedwood Bucket (Molten Osmium) - thebetweenlands:bl_bucket:0{Fluid:{FluidName:"osmium",Amount:1000}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({fluids: {FluidName: "osmium", Amount: 1000}}) | .withTag({FluidName: "osmium", Amount: 1000}) | .withTag({Fluid: {FluidName: "osmium", Amount: 1000}}) | .withTag({Fluid: {FluidName: "osmium", Amount: 1000}}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Staging fluid oxygen to five +[INITIALIZATION][SERVER][INFO] Adding to item stage five. 4 entries: +Oxygen Gas Clay Bucket - ceramics:clay_bucket:0{fluids:{FluidName:"oxygen",Amount:1000}} +Oxygen Gas Bucket - forge:bucketfilled:0{FluidName:"oxygen",Amount:1000} +Syrmorite Bucket (Oxygen Gas) - thebetweenlands:bl_bucket:1{Fluid:{FluidName:"oxygen",Amount:1000}} +Weedwood Bucket (Oxygen Gas) - thebetweenlands:bl_bucket:0{Fluid:{FluidName:"oxygen",Amount:1000}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({fluids: {FluidName: "oxygen", Amount: 1000}}) | .withTag({FluidName: "oxygen", Amount: 1000}) | .withTag({Fluid: {FluidName: "oxygen", Amount: 1000}}) | .withTag({Fluid: {FluidName: "oxygen", Amount: 1000}}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Staging fluid prudentium to five +[INITIALIZATION][SERVER][INFO] Adding to item stage five. 4 entries: +Molten Prudentium Clay Bucket - ceramics:clay_bucket:0{fluids:{FluidName:"prudentium",Amount:1000}} +Molten Prudentium Bucket - forge:bucketfilled:0{FluidName:"prudentium",Amount:1000} +Syrmorite Bucket (Molten Prudentium) - thebetweenlands:bl_bucket:1{Fluid:{FluidName:"prudentium",Amount:1000}} +Weedwood Bucket (Molten Prudentium) - thebetweenlands:bl_bucket:0{Fluid:{FluidName:"prudentium",Amount:1000}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({fluids: {FluidName: "prudentium", Amount: 1000}}) | .withTag({FluidName: "prudentium", Amount: 1000}) | .withTag({Fluid: {FluidName: "prudentium", Amount: 1000}}) | .withTag({Fluid: {FluidName: "prudentium", Amount: 1000}}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Staging fluid pure_matter to five +[INITIALIZATION][SERVER][INFO] Adding to item stage five. 4 entries: +fluid.pure_matter Clay Bucket - ceramics:clay_bucket:0{fluids:{FluidName:"pure_matter",Amount:1000}} +fluid.pure_matter Bucket - forge:bucketfilled:0{FluidName:"pure_matter",Amount:1000} +Syrmorite Bucket (fluid.pure_matter) - thebetweenlands:bl_bucket:1{Fluid:{FluidName:"pure_matter",Amount:1000}} +Weedwood Bucket (fluid.pure_matter) - thebetweenlands:bl_bucket:0{Fluid:{FluidName:"pure_matter",Amount:1000}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({fluids: {FluidName: "pure_matter", Amount: 1000}}) | .withTag({FluidName: "pure_matter", Amount: 1000}) | .withTag({Fluid: {FluidName: "pure_matter", Amount: 1000}}) | .withTag({Fluid: {FluidName: "pure_matter", Amount: 1000}}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Staging fluid radioactive_water_fluid to five +[INITIALIZATION][SERVER][INFO] Adding to item stage five. 4 entries: +Radioactive Water Clay Bucket - ceramics:clay_bucket:0{fluids:{FluidName:"radioactive_water_fluid",Amount:1000}} +Radioactive Water Bucket - forge:bucketfilled:0{FluidName:"radioactive_water_fluid",Amount:1000} +Syrmorite Bucket (Radioactive Water) - thebetweenlands:bl_bucket:1{Fluid:{FluidName:"radioactive_water_fluid",Amount:1000}} +Weedwood Bucket (Radioactive Water) - thebetweenlands:bl_bucket:0{Fluid:{FluidName:"radioactive_water_fluid",Amount:1000}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({fluids: {FluidName: "radioactive_water_fluid", Amount: 1000}}) | .withTag({FluidName: "radioactive_water_fluid", Amount: 1000}) | .withTag({Fluid: {FluidName: "radioactive_water_fluid", Amount: 1000}}) | .withTag({Fluid: {FluidName: "radioactive_water_fluid", Amount: 1000}}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Staging fluid salt_fluid to five +[INITIALIZATION][SERVER][INFO] Adding to item stage five. 4 entries: +Liquid Crystallized Water Clay Bucket - ceramics:clay_bucket:0{fluids:{FluidName:"salt_fluid",Amount:1000}} +Liquid Crystallized Water Bucket - forge:bucketfilled:0{FluidName:"salt_fluid",Amount:1000} +Syrmorite Bucket (Liquid Crystallized Water) - thebetweenlands:bl_bucket:1{Fluid:{FluidName:"salt_fluid",Amount:1000}} +Weedwood Bucket (Liquid Crystallized Water) - thebetweenlands:bl_bucket:0{Fluid:{FluidName:"salt_fluid",Amount:1000}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({fluids: {FluidName: "salt_fluid", Amount: 1000}}) | .withTag({FluidName: "salt_fluid", Amount: 1000}) | .withTag({Fluid: {FluidName: "salt_fluid", Amount: 1000}}) | .withTag({Fluid: {FluidName: "salt_fluid", Amount: 1000}}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Staging fluid soulium to five +[INITIALIZATION][SERVER][INFO] Adding to item stage five. 4 entries: +Molten Soulium Clay Bucket - ceramics:clay_bucket:0{fluids:{FluidName:"soulium",Amount:1000}} +Molten Soulium Bucket - forge:bucketfilled:0{FluidName:"soulium",Amount:1000} +Syrmorite Bucket (Molten Soulium) - thebetweenlands:bl_bucket:1{Fluid:{FluidName:"soulium",Amount:1000}} +Weedwood Bucket (Molten Soulium) - thebetweenlands:bl_bucket:0{Fluid:{FluidName:"soulium",Amount:1000}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({fluids: {FluidName: "soulium", Amount: 1000}}) | .withTag({FluidName: "soulium", Amount: 1000}) | .withTag({Fluid: {FluidName: "soulium", Amount: 1000}}) | .withTag({Fluid: {FluidName: "soulium", Amount: 1000}}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Staging fluid sulfuricacid to five +[INITIALIZATION][SERVER][INFO] Adding to item stage five. 4 entries: +Sulfuric Acid Clay Bucket - ceramics:clay_bucket:0{fluids:{FluidName:"sulfuricacid",Amount:1000}} +Sulfuric Acid Bucket - forge:bucketfilled:0{FluidName:"sulfuricacid",Amount:1000} +Syrmorite Bucket (Sulfuric Acid) - thebetweenlands:bl_bucket:1{Fluid:{FluidName:"sulfuricacid",Amount:1000}} +Weedwood Bucket (Sulfuric Acid) - thebetweenlands:bl_bucket:0{Fluid:{FluidName:"sulfuricacid",Amount:1000}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({fluids: {FluidName: "sulfuricacid", Amount: 1000}}) | .withTag({FluidName: "sulfuricacid", Amount: 1000}) | .withTag({Fluid: {FluidName: "sulfuricacid", Amount: 1000}}) | .withTag({Fluid: {FluidName: "sulfuricacid", Amount: 1000}}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Staging fluid sulphuricacid to five +[INITIALIZATION][SERVER][INFO] Adding to item stage five. 4 entries: +Sulphuric Acid Clay Bucket - ceramics:clay_bucket:0{fluids:{FluidName:"sulphuricacid",Amount:1000}} +Sulphuric Acid Bucket - forge:bucketfilled:0{FluidName:"sulphuricacid",Amount:1000} +Syrmorite Bucket (Sulphuric Acid) - thebetweenlands:bl_bucket:1{Fluid:{FluidName:"sulphuricacid",Amount:1000}} +Weedwood Bucket (Sulphuric Acid) - thebetweenlands:bl_bucket:0{Fluid:{FluidName:"sulphuricacid",Amount:1000}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({fluids: {FluidName: "sulphuricacid", Amount: 1000}}) | .withTag({FluidName: "sulphuricacid", Amount: 1000}) | .withTag({Fluid: {FluidName: "sulphuricacid", Amount: 1000}}) | .withTag({Fluid: {FluidName: "sulphuricacid", Amount: 1000}}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Staging fluid superium to five +[INITIALIZATION][SERVER][INFO] Adding to item stage five. 4 entries: +Molten Superium Clay Bucket - ceramics:clay_bucket:0{fluids:{FluidName:"superium",Amount:1000}} +Molten Superium Bucket - forge:bucketfilled:0{FluidName:"superium",Amount:1000} +Syrmorite Bucket (Molten Superium) - thebetweenlands:bl_bucket:1{Fluid:{FluidName:"superium",Amount:1000}} +Weedwood Bucket (Molten Superium) - thebetweenlands:bl_bucket:0{Fluid:{FluidName:"superium",Amount:1000}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({fluids: {FluidName: "superium", Amount: 1000}}) | .withTag({FluidName: "superium", Amount: 1000}) | .withTag({Fluid: {FluidName: "superium", Amount: 1000}}) | .withTag({Fluid: {FluidName: "superium", Amount: 1000}}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Staging fluid supremium to five +[INITIALIZATION][SERVER][INFO] Adding to item stage five. 4 entries: +Molten Supremium Clay Bucket - ceramics:clay_bucket:0{fluids:{FluidName:"supremium",Amount:1000}} +Molten Supremium Bucket - forge:bucketfilled:0{FluidName:"supremium",Amount:1000} +Syrmorite Bucket (Molten Supremium) - thebetweenlands:bl_bucket:1{Fluid:{FluidName:"supremium",Amount:1000}} +Weedwood Bucket (Molten Supremium) - thebetweenlands:bl_bucket:0{Fluid:{FluidName:"supremium",Amount:1000}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({fluids: {FluidName: "supremium", Amount: 1000}}) | .withTag({FluidName: "supremium", Amount: 1000}) | .withTag({Fluid: {FluidName: "supremium", Amount: 1000}}) | .withTag({Fluid: {FluidName: "supremium", Amount: 1000}}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding a replacement for stage five. minecraft:diamond_ore will become minecraft:stone[variant=stone] +[INITIALIZATION][SERVER][INFO] Adding a replacement for stage five. geolosys:ore_vanilla[variant=kimberlite] will become minecraft:stone[variant=stone] +[INITIALIZATION][SERVER][INFO] Adding a replacement for stage five. geolosys:ore_sample_vanilla[variant=kimberlite] will become immcraft:rock[facing=north] +[INITIALIZATION][SERVER][INFO] Adding a replacement for stage five. abyssalcraft:abydiaore will become abyssalcraft:stone[type=abyssalstone] +[INITIALIZATION][SERVER][INFO] Adding a replacement for stage five. minecraft:emerald_ore will become minecraft:stone[variant=stone] +[INITIALIZATION][SERVER][INFO] Adding a replacement for stage five. geolosys:ore_vanilla[variant=beryl] will become minecraft:stone[variant=stone] +[INITIALIZATION][SERVER][INFO] Adding a replacement for stage five. geolosys:ore_sample_vanilla[variant=beryl] will become immcraft:rock[facing=north] +[INITIALIZATION][SERVER][INFO] Adding a replacement for stage five. immersiveengineering:ore[type=uranium] will become minecraft:stone[variant=stone] +[INITIALIZATION][SERVER][INFO] Adding a replacement for stage five. geolosys:ore[variant=autunite] will become minecraft:stone[variant=stone] +[INITIALIZATION][SERVER][INFO] Adding a replacement for stage five. geolosys:ore_sample[variant=autunite] will become immcraft:rock[facing=north] +[INITIALIZATION][SERVER][INFO] Adding a replacement for stage five. rftools:dimensional_shard_ore[oretype=overworld] will become minecraft:magma +[INITIALIZATION][SERVER][INFO] Adding a replacement for stage five. rftools:dimensional_shard_ore[oretype=nether] will become minecraft:glowstone +[INITIALIZATION][SERVER][INFO] Adding a replacement for stage five. rftools:dimensional_shard_ore[oretype=end] will become minecraft:glowstone +[INITIALIZATION][SERVER][INFO] Adding a replacement for stage five. mekanism:oreblock[type=osmium] will become minecraft:stone[variant=stone] +[INITIALIZATION][SERVER][INFO] Adding a replacement for stage five. contenttweaker:sub_block_holder_0[sub_block_number=4] will become minecraft:stone[variant=stone] +[INITIALIZATION][SERVER][INFO] Adding a replacement for stage five. contenttweaker:sub_block_holder_0[sub_block_number=6] will become immcraft:rock[facing=north] +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Prosperity Shard Arrow Head - tconstruct:arrow_head:0{Material:"ma.prosperity"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ma.prosperity"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Soulium Arrow Head - tconstruct:arrow_head:0{Material:"ma.soulium"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ma.soulium"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Base Essence Arrow Head - tconstruct:arrow_head:0{Material:"ma.base_essence"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ma.base_essence"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Inferium Arrow Head - tconstruct:arrow_head:0{Material:"ma.inferium"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ma.inferium"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Prudentium Arrow Head - tconstruct:arrow_head:0{Material:"ma.prudentium"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ma.prudentium"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Intermedium Arrow Head - tconstruct:arrow_head:0{Material:"ma.intermedium"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ma.intermedium"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Superium Arrow Head - tconstruct:arrow_head:0{Material:"ma.superium"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ma.superium"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Supremium Arrow Head - tconstruct:arrow_head:0{Material:"ma.supremium"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ma.supremium"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Prosperity Shard Axe Head - tconstruct:axe_head:0{Material:"ma.prosperity"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ma.prosperity"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Soulium Axe Head - tconstruct:axe_head:0{Material:"ma.soulium"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ma.soulium"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Base Essence Axe Head - tconstruct:axe_head:0{Material:"ma.base_essence"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ma.base_essence"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Inferium Axe Head - tconstruct:axe_head:0{Material:"ma.inferium"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ma.inferium"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Prudentium Axe Head - tconstruct:axe_head:0{Material:"ma.prudentium"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ma.prudentium"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Intermedium Axe Head - tconstruct:axe_head:0{Material:"ma.intermedium"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ma.intermedium"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Superium Axe Head - tconstruct:axe_head:0{Material:"ma.superium"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ma.superium"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Supremium Axe Head - tconstruct:axe_head:0{Material:"ma.supremium"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ma.supremium"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Prosperity Shard Binding - tconstruct:binding:0{Material:"ma.prosperity"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ma.prosperity"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Soulium Binding - tconstruct:binding:0{Material:"ma.soulium"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ma.soulium"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Base Essence Binding - tconstruct:binding:0{Material:"ma.base_essence"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ma.base_essence"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Inferium Binding - tconstruct:binding:0{Material:"ma.inferium"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ma.inferium"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Prudentium Binding - tconstruct:binding:0{Material:"ma.prudentium"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ma.prudentium"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Intermedium Binding - tconstruct:binding:0{Material:"ma.intermedium"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ma.intermedium"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Superium Binding - tconstruct:binding:0{Material:"ma.superium"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ma.superium"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Supremium Binding - tconstruct:binding:0{Material:"ma.supremium"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ma.supremium"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Prosperity Shard Bowlimb - tconstruct:bow_limb:0{Material:"ma.prosperity"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ma.prosperity"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Soulium Bowlimb - tconstruct:bow_limb:0{Material:"ma.soulium"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ma.soulium"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Base Essence Bowlimb - tconstruct:bow_limb:0{Material:"ma.base_essence"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ma.base_essence"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Inferium Bowlimb - tconstruct:bow_limb:0{Material:"ma.inferium"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ma.inferium"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Prudentium Bowlimb - tconstruct:bow_limb:0{Material:"ma.prudentium"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ma.prudentium"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Intermedium Bowlimb - tconstruct:bow_limb:0{Material:"ma.intermedium"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ma.intermedium"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Superium Bowlimb - tconstruct:bow_limb:0{Material:"ma.superium"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ma.superium"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Supremium Bowlimb - tconstruct:bow_limb:0{Material:"ma.supremium"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ma.supremium"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Prosperity Shard Broad Axe Head - tconstruct:broad_axe_head:0{Material:"ma.prosperity"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ma.prosperity"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Soulium Broad Axe Head - tconstruct:broad_axe_head:0{Material:"ma.soulium"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ma.soulium"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Base Essence Broad Axe Head - tconstruct:broad_axe_head:0{Material:"ma.base_essence"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ma.base_essence"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Inferium Broad Axe Head - tconstruct:broad_axe_head:0{Material:"ma.inferium"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ma.inferium"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Prudentium Broad Axe Head - tconstruct:broad_axe_head:0{Material:"ma.prudentium"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ma.prudentium"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Intermedium Broad Axe Head - tconstruct:broad_axe_head:0{Material:"ma.intermedium"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ma.intermedium"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Superium Broad Axe Head - tconstruct:broad_axe_head:0{Material:"ma.superium"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ma.superium"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Supremium Broad Axe Head - tconstruct:broad_axe_head:0{Material:"ma.supremium"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ma.supremium"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Prosperity Shard Cross Guard - tconstruct:cross_guard:0{Material:"ma.prosperity"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ma.prosperity"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Soulium Cross Guard - tconstruct:cross_guard:0{Material:"ma.soulium"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ma.soulium"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Base Essence Cross Guard - tconstruct:cross_guard:0{Material:"ma.base_essence"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ma.base_essence"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Inferium Cross Guard - tconstruct:cross_guard:0{Material:"ma.inferium"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ma.inferium"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Prudentium Cross Guard - tconstruct:cross_guard:0{Material:"ma.prudentium"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ma.prudentium"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Intermedium Cross Guard - tconstruct:cross_guard:0{Material:"ma.intermedium"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ma.intermedium"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Superium Cross Guard - tconstruct:cross_guard:0{Material:"ma.superium"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ma.superium"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Supremium Cross Guard - tconstruct:cross_guard:0{Material:"ma.supremium"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ma.supremium"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Prosperity Shard Excavator Head - tconstruct:excavator_head:0{Material:"ma.prosperity"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ma.prosperity"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Soulium Excavator Head - tconstruct:excavator_head:0{Material:"ma.soulium"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ma.soulium"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Base Essence Excavator Head - tconstruct:excavator_head:0{Material:"ma.base_essence"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ma.base_essence"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Inferium Excavator Head - tconstruct:excavator_head:0{Material:"ma.inferium"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ma.inferium"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Prudentium Excavator Head - tconstruct:excavator_head:0{Material:"ma.prudentium"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ma.prudentium"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Intermedium Excavator Head - tconstruct:excavator_head:0{Material:"ma.intermedium"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ma.intermedium"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Superium Excavator Head - tconstruct:excavator_head:0{Material:"ma.superium"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ma.superium"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Supremium Excavator Head - tconstruct:excavator_head:0{Material:"ma.supremium"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ma.supremium"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Prosperity Shard Hammer Head - tconstruct:hammer_head:0{Material:"ma.prosperity"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ma.prosperity"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Soulium Hammer Head - tconstruct:hammer_head:0{Material:"ma.soulium"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ma.soulium"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Base Essence Hammer Head - tconstruct:hammer_head:0{Material:"ma.base_essence"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ma.base_essence"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Inferium Hammer Head - tconstruct:hammer_head:0{Material:"ma.inferium"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ma.inferium"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Prudentium Hammer Head - tconstruct:hammer_head:0{Material:"ma.prudentium"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ma.prudentium"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Intermedium Hammer Head - tconstruct:hammer_head:0{Material:"ma.intermedium"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ma.intermedium"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Superium Hammer Head - tconstruct:hammer_head:0{Material:"ma.superium"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ma.superium"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Supremium Hammer Head - tconstruct:hammer_head:0{Material:"ma.supremium"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ma.supremium"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Prosperity Shard Hand Guard - tconstruct:hand_guard:0{Material:"ma.prosperity"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ma.prosperity"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Soulium Hand Guard - tconstruct:hand_guard:0{Material:"ma.soulium"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ma.soulium"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Base Essence Hand Guard - tconstruct:hand_guard:0{Material:"ma.base_essence"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ma.base_essence"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Inferium Hand Guard - tconstruct:hand_guard:0{Material:"ma.inferium"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ma.inferium"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Prudentium Hand Guard - tconstruct:hand_guard:0{Material:"ma.prudentium"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ma.prudentium"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Intermedium Hand Guard - tconstruct:hand_guard:0{Material:"ma.intermedium"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ma.intermedium"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Superium Hand Guard - tconstruct:hand_guard:0{Material:"ma.superium"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ma.superium"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Supremium Hand Guard - tconstruct:hand_guard:0{Material:"ma.supremium"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ma.supremium"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Prosperity Shard Large Plate - tconstruct:large_plate:0{Material:"ma.prosperity"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ma.prosperity"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Soulium Large Plate - tconstruct:large_plate:0{Material:"ma.soulium"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ma.soulium"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Base Essence Large Plate - tconstruct:large_plate:0{Material:"ma.base_essence"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ma.base_essence"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Inferium Large Plate - tconstruct:large_plate:0{Material:"ma.inferium"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ma.inferium"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Prudentium Large Plate - tconstruct:large_plate:0{Material:"ma.prudentium"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ma.prudentium"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Intermedium Large Plate - tconstruct:large_plate:0{Material:"ma.intermedium"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ma.intermedium"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Superium Large Plate - tconstruct:large_plate:0{Material:"ma.superium"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ma.superium"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Supremium Large Plate - tconstruct:large_plate:0{Material:"ma.supremium"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ma.supremium"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Prosperity Shard Pan - tconstruct:pan_head:0{Material:"ma.prosperity"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ma.prosperity"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Soulium Pan - tconstruct:pan_head:0{Material:"ma.soulium"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ma.soulium"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Base Essence Pan - tconstruct:pan_head:0{Material:"ma.base_essence"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ma.base_essence"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Inferium Pan - tconstruct:pan_head:0{Material:"ma.inferium"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ma.inferium"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Prudentium Pan - tconstruct:pan_head:0{Material:"ma.prudentium"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ma.prudentium"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Intermedium Pan - tconstruct:pan_head:0{Material:"ma.intermedium"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ma.intermedium"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Superium Pan - tconstruct:pan_head:0{Material:"ma.superium"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ma.superium"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Supremium Pan - tconstruct:pan_head:0{Material:"ma.supremium"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ma.supremium"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Prosperity Shard Pickaxe Head - tconstruct:pick_head:0{Material:"ma.prosperity"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ma.prosperity"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Soulium Pickaxe Head - tconstruct:pick_head:0{Material:"ma.soulium"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ma.soulium"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Base Essence Pickaxe Head - tconstruct:pick_head:0{Material:"ma.base_essence"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ma.base_essence"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Inferium Pickaxe Head - tconstruct:pick_head:0{Material:"ma.inferium"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ma.inferium"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Prudentium Pickaxe Head - tconstruct:pick_head:0{Material:"ma.prudentium"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ma.prudentium"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Intermedium Pickaxe Head - tconstruct:pick_head:0{Material:"ma.intermedium"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ma.intermedium"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Superium Pickaxe Head - tconstruct:pick_head:0{Material:"ma.superium"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ma.superium"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Supremium Pickaxe Head - tconstruct:pick_head:0{Material:"ma.supremium"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ma.supremium"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Prosperity Shard Scythe Head - tconstruct:scythe_head:0{Material:"ma.prosperity"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ma.prosperity"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Soulium Scythe Head - tconstruct:scythe_head:0{Material:"ma.soulium"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ma.soulium"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Base Essence Scythe Head - tconstruct:scythe_head:0{Material:"ma.base_essence"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ma.base_essence"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Inferium Scythe Head - tconstruct:scythe_head:0{Material:"ma.inferium"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ma.inferium"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Prudentium Scythe Head - tconstruct:scythe_head:0{Material:"ma.prudentium"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ma.prudentium"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Intermedium Scythe Head - tconstruct:scythe_head:0{Material:"ma.intermedium"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ma.intermedium"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Superium Scythe Head - tconstruct:scythe_head:0{Material:"ma.superium"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ma.superium"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Supremium Scythe Head - tconstruct:scythe_head:0{Material:"ma.supremium"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ma.supremium"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Prosperity Shard Sharpening Kit - tconstruct:sharpening_kit:0{Material:"ma.prosperity"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ma.prosperity"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Soulium Sharpening Kit - tconstruct:sharpening_kit:0{Material:"ma.soulium"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ma.soulium"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Base Essence Sharpening Kit - tconstruct:sharpening_kit:0{Material:"ma.base_essence"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ma.base_essence"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Inferium Sharpening Kit - tconstruct:sharpening_kit:0{Material:"ma.inferium"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ma.inferium"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Prudentium Sharpening Kit - tconstruct:sharpening_kit:0{Material:"ma.prudentium"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ma.prudentium"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Intermedium Sharpening Kit - tconstruct:sharpening_kit:0{Material:"ma.intermedium"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ma.intermedium"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Superium Sharpening Kit - tconstruct:sharpening_kit:0{Material:"ma.superium"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ma.superium"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Supremium Sharpening Kit - tconstruct:sharpening_kit:0{Material:"ma.supremium"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ma.supremium"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Prosperity Shard Shovel Head - tconstruct:shovel_head:0{Material:"ma.prosperity"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ma.prosperity"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Soulium Shovel Head - tconstruct:shovel_head:0{Material:"ma.soulium"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ma.soulium"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Base Essence Shovel Head - tconstruct:shovel_head:0{Material:"ma.base_essence"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ma.base_essence"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Inferium Shovel Head - tconstruct:shovel_head:0{Material:"ma.inferium"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ma.inferium"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Prudentium Shovel Head - tconstruct:shovel_head:0{Material:"ma.prudentium"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ma.prudentium"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Intermedium Shovel Head - tconstruct:shovel_head:0{Material:"ma.intermedium"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ma.intermedium"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Superium Shovel Head - tconstruct:shovel_head:0{Material:"ma.superium"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ma.superium"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Supremium Shovel Head - tconstruct:shovel_head:0{Material:"ma.supremium"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ma.supremium"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Prosperity Shard Sign Plate - tconstruct:sign_head:0{Material:"ma.prosperity"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ma.prosperity"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Soulium Sign Plate - tconstruct:sign_head:0{Material:"ma.soulium"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ma.soulium"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Base Essence Sign Plate - tconstruct:sign_head:0{Material:"ma.base_essence"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ma.base_essence"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Inferium Sign Plate - tconstruct:sign_head:0{Material:"ma.inferium"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ma.inferium"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Prudentium Sign Plate - tconstruct:sign_head:0{Material:"ma.prudentium"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ma.prudentium"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Intermedium Sign Plate - tconstruct:sign_head:0{Material:"ma.intermedium"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ma.intermedium"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Superium Sign Plate - tconstruct:sign_head:0{Material:"ma.superium"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ma.superium"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Supremium Sign Plate - tconstruct:sign_head:0{Material:"ma.supremium"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ma.supremium"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Prosperity Shard Sword Blade - tconstruct:sword_blade:0{Material:"ma.prosperity"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ma.prosperity"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Soulium Sword Blade - tconstruct:sword_blade:0{Material:"ma.soulium"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ma.soulium"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Base Essence Sword Blade - tconstruct:sword_blade:0{Material:"ma.base_essence"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ma.base_essence"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Inferium Sword Blade - tconstruct:sword_blade:0{Material:"ma.inferium"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ma.inferium"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Prudentium Sword Blade - tconstruct:sword_blade:0{Material:"ma.prudentium"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ma.prudentium"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Intermedium Sword Blade - tconstruct:sword_blade:0{Material:"ma.intermedium"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ma.intermedium"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Superium Sword Blade - tconstruct:sword_blade:0{Material:"ma.superium"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ma.superium"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Supremium Sword Blade - tconstruct:sword_blade:0{Material:"ma.supremium"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ma.supremium"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Prosperity Shard Tool Rod - tconstruct:tool_rod:0{Material:"ma.prosperity"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ma.prosperity"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Soulium Tool Rod - tconstruct:tool_rod:0{Material:"ma.soulium"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ma.soulium"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Base Essence Tool Rod - tconstruct:tool_rod:0{Material:"ma.base_essence"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ma.base_essence"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Inferium Tool Rod - tconstruct:tool_rod:0{Material:"ma.inferium"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ma.inferium"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Prudentium Tool Rod - tconstruct:tool_rod:0{Material:"ma.prudentium"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ma.prudentium"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Intermedium Tool Rod - tconstruct:tool_rod:0{Material:"ma.intermedium"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ma.intermedium"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Superium Tool Rod - tconstruct:tool_rod:0{Material:"ma.superium"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ma.superium"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Supremium Tool Rod - tconstruct:tool_rod:0{Material:"ma.supremium"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ma.supremium"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Prosperity Shard Tough Binding - tconstruct:tough_binding:0{Material:"ma.prosperity"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ma.prosperity"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Soulium Tough Binding - tconstruct:tough_binding:0{Material:"ma.soulium"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ma.soulium"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Base Essence Tough Binding - tconstruct:tough_binding:0{Material:"ma.base_essence"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ma.base_essence"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Inferium Tough Binding - tconstruct:tough_binding:0{Material:"ma.inferium"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ma.inferium"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Prudentium Tough Binding - tconstruct:tough_binding:0{Material:"ma.prudentium"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ma.prudentium"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Intermedium Tough Binding - tconstruct:tough_binding:0{Material:"ma.intermedium"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ma.intermedium"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Superium Tough Binding - tconstruct:tough_binding:0{Material:"ma.superium"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ma.superium"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Supremium Tough Binding - tconstruct:tough_binding:0{Material:"ma.supremium"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ma.supremium"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Prosperity Shard Tough Tool Rod - tconstruct:tough_tool_rod:0{Material:"ma.prosperity"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ma.prosperity"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Soulium Tough Tool Rod - tconstruct:tough_tool_rod:0{Material:"ma.soulium"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ma.soulium"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Base Essence Tough Tool Rod - tconstruct:tough_tool_rod:0{Material:"ma.base_essence"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ma.base_essence"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Inferium Tough Tool Rod - tconstruct:tough_tool_rod:0{Material:"ma.inferium"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ma.inferium"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Prudentium Tough Tool Rod - tconstruct:tough_tool_rod:0{Material:"ma.prudentium"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ma.prudentium"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Intermedium Tough Tool Rod - tconstruct:tough_tool_rod:0{Material:"ma.intermedium"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ma.intermedium"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Superium Tough Tool Rod - tconstruct:tough_tool_rod:0{Material:"ma.superium"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ma.superium"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Supremium Tough Tool Rod - tconstruct:tough_tool_rod:0{Material:"ma.supremium"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ma.supremium"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Prosperity Shard Wide Guard - tconstruct:wide_guard:0{Material:"ma.prosperity"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ma.prosperity"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Soulium Wide Guard - tconstruct:wide_guard:0{Material:"ma.soulium"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ma.soulium"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Base Essence Wide Guard - tconstruct:wide_guard:0{Material:"ma.base_essence"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ma.base_essence"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Inferium Wide Guard - tconstruct:wide_guard:0{Material:"ma.inferium"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ma.inferium"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Prudentium Wide Guard - tconstruct:wide_guard:0{Material:"ma.prudentium"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ma.prudentium"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Intermedium Wide Guard - tconstruct:wide_guard:0{Material:"ma.intermedium"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ma.intermedium"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Superium Wide Guard - tconstruct:wide_guard:0{Material:"ma.superium"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ma.superium"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Supremium Wide Guard - tconstruct:wide_guard:0{Material:"ma.supremium"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ma.supremium"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Prosperity Shard Chisel Head - tcomplement:chisel_head:0{Material:"ma.prosperity"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ma.prosperity"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Soulium Chisel Head - tcomplement:chisel_head:0{Material:"ma.soulium"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ma.soulium"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Base Essence Chisel Head - tcomplement:chisel_head:0{Material:"ma.base_essence"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ma.base_essence"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Inferium Chisel Head - tcomplement:chisel_head:0{Material:"ma.inferium"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ma.inferium"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Prudentium Chisel Head - tcomplement:chisel_head:0{Material:"ma.prudentium"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ma.prudentium"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Intermedium Chisel Head - tcomplement:chisel_head:0{Material:"ma.intermedium"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ma.intermedium"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Superium Chisel Head - tcomplement:chisel_head:0{Material:"ma.superium"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ma.superium"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Supremium Chisel Head - tcomplement:chisel_head:0{Material:"ma.supremium"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ma.supremium"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Prosperity Shard Knife Blade - tconstruct:knife_blade:0{Material:"ma.prosperity"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ma.prosperity"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Soulium Knife Blade - tconstruct:knife_blade:0{Material:"ma.soulium"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ma.soulium"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Base Essence Knife Blade - tconstruct:knife_blade:0{Material:"ma.base_essence"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ma.base_essence"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Inferium Knife Blade - tconstruct:knife_blade:0{Material:"ma.inferium"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ma.inferium"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Prudentium Knife Blade - tconstruct:knife_blade:0{Material:"ma.prudentium"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ma.prudentium"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Intermedium Knife Blade - tconstruct:knife_blade:0{Material:"ma.intermedium"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ma.intermedium"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Superium Knife Blade - tconstruct:knife_blade:0{Material:"ma.superium"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ma.superium"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Supremium Knife Blade - tconstruct:knife_blade:0{Material:"ma.supremium"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ma.supremium"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Prosperity Shard Large Sword Blade - tconstruct:large_sword_blade:0{Material:"ma.prosperity"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ma.prosperity"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Soulium Large Sword Blade - tconstruct:large_sword_blade:0{Material:"ma.soulium"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ma.soulium"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Base Essence Large Sword Blade - tconstruct:large_sword_blade:0{Material:"ma.base_essence"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ma.base_essence"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Inferium Large Sword Blade - tconstruct:large_sword_blade:0{Material:"ma.inferium"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ma.inferium"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Prudentium Large Sword Blade - tconstruct:large_sword_blade:0{Material:"ma.prudentium"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ma.prudentium"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Intermedium Large Sword Blade - tconstruct:large_sword_blade:0{Material:"ma.intermedium"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ma.intermedium"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Superium Large Sword Blade - tconstruct:large_sword_blade:0{Material:"ma.superium"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ma.superium"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Supremium Large Sword Blade - tconstruct:large_sword_blade:0{Material:"ma.supremium"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({Material: "ma.supremium"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tunnel - compactmachines3:tunnel:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Redstone Tunnel - compactmachines3:redstonetunnel:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Solid Compact Machine Wall - compactmachines3:wall:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Compact Machine Wall - compactmachines3:wallbreakable:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tiny Compact Machine - compactmachines3:machine:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Small Compact Machine - compactmachines3:machine:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Normal Compact Machine - compactmachines3:machine:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Large Compact Machine - compactmachines3:machine:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Giant Compact Machine - compactmachines3:machine:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Maximum Compact Machine - compactmachines3:machine:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Miniaturization Field Projector - compactmachines3:fieldprojector:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Personal Shrinking Device - compactmachines3:psd:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tunnel - compactmachines3:tunneltool:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Redstone Tunnel - compactmachines3:redstonetunneltool:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Litherite - environmentaltech:litherite:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Litherite Paver - environmentaltech:litherite_paver:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Litherite Bricks - environmentaltech:litherite_bricks:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Litherite Tiles - environmentaltech:litherite_tiles:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Litherite Stairs - environmentaltech:litherite_stairs:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Litherite Brick Stairs - environmentaltech:litherite_brick_stairs:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Litherite Tile Stairs - environmentaltech:litherite_tile_stairs:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Litherite Slab - environmentaltech:litherite_slab:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Litherite Paver Slab - environmentaltech:litherite_paver_slab:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Litherite Brick Slab - environmentaltech:litherite_brick_slab:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Litherite Tile Slab - environmentaltech:litherite_tile_slab:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Erodium - environmentaltech:erodium:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Erodium Paver - environmentaltech:erodium_paver:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Erodium Bricks - environmentaltech:erodium_bricks:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Erodium Tiles - environmentaltech:erodium_tiles:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Erodium Stairs - environmentaltech:erodium_stairs:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Erodium Brick Stairs - environmentaltech:erodium_brick_stairs:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Erodium Tile Stairs - environmentaltech:erodium_tile_stairs:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Erodium Slab - environmentaltech:erodium_slab:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Erodium Paver Slab - environmentaltech:erodium_paver_slab:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Erodium Brick Slab - environmentaltech:erodium_brick_slab:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Erodium Tile Slab - environmentaltech:erodium_tile_slab:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Kyronite - environmentaltech:kyronite:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Kyronite Paver - environmentaltech:kyronite_paver:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Kyronite Bricks - environmentaltech:kyronite_bricks:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Kyronite Tiles - environmentaltech:kyronite_tiles:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Kyronite Stairs - environmentaltech:kyronite_stairs:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Kyronite Brick Stairs - environmentaltech:kyronite_brick_stairs:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Kyronite Tile Stairs - environmentaltech:kyronite_tile_stairs:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Kyronite Slab - environmentaltech:kyronite_slab:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Kyronite Paver Slab - environmentaltech:kyronite_paver_slab:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Kyronite Brick Slab - environmentaltech:kyronite_brick_slab:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Kyronite Tile Slab - environmentaltech:kyronite_tile_slab:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Pladium - environmentaltech:pladium:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Pladium Paver - environmentaltech:pladium_paver:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Pladium Bricks - environmentaltech:pladium_bricks:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Pladium Tiles - environmentaltech:pladium_tiles:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Pladium Stairs - environmentaltech:pladium_stairs:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Pladium Brick Stairs - environmentaltech:pladium_brick_stairs:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Pladium Tile Stairs - environmentaltech:pladium_tile_stairs:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Pladium Slab - environmentaltech:pladium_slab:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Pladium Paver Slab - environmentaltech:pladium_paver_slab:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Pladium Brick Slab - environmentaltech:pladium_brick_slab:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Pladium Tile Slab - environmentaltech:pladium_tile_slab:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Ionite - environmentaltech:ionite:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Ionite Paver - environmentaltech:ionite_paver:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Ionite Bricks - environmentaltech:ionite_bricks:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Ionite Tiles - environmentaltech:ionite_tiles:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Ionite Stairs - environmentaltech:ionite_stairs:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Ionite Brick Stairs - environmentaltech:ionite_brick_stairs:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Ionite Tile Stairs - environmentaltech:ionite_tile_stairs:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Ionite Slab - environmentaltech:ionite_slab:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Ionite Paver Slab - environmentaltech:ionite_paver_slab:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Ionite Brick Slab - environmentaltech:ionite_brick_slab:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Ionite Tile Slab - environmentaltech:ionite_tile_slab:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Aethium - environmentaltech:aethium:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Aethium Paver - environmentaltech:aethium_paver:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Aethium Bricks - environmentaltech:aethium_bricks:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Aethium Tiles - environmentaltech:aethium_tiles:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Aethium Stairs - environmentaltech:aethium_stairs:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Aethium Brick Stairs - environmentaltech:aethium_brick_stairs:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Aethium Tile Stairs - environmentaltech:aethium_tile_stairs:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Aethium Slab - environmentaltech:aethium_slab:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Aethium Paver Slab - environmentaltech:aethium_paver_slab:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Aethium Brick Slab - environmentaltech:aethium_brick_slab:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Aethium Tile Slab - environmentaltech:aethium_tile_slab:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Lonsdaleite - environmentaltech:lonsdaleite:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Lonsdaleite Paver - environmentaltech:lonsdaleite_paver:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Lonsdaleite Bricks - environmentaltech:lonsdaleite_bricks:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Lonsdaleite Tiles - environmentaltech:lonsdaleite_tiles:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Lonsdaleite Stairs - environmentaltech:lonsdaleite_stairs:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Lonsdaleite Brick Stairs - environmentaltech:lonsdaleite_brick_stairs:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Lonsdaleite Tile Stairs - environmentaltech:lonsdaleite_tile_stairs:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Lonsdaleite Slab - environmentaltech:lonsdaleite_slab:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Lonsdaleite Paver Slab - environmentaltech:lonsdaleite_paver_slab:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Lonsdaleite Brick Slab - environmentaltech:lonsdaleite_brick_slab:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Lonsdaleite Tile Slab - environmentaltech:lonsdaleite_tile_slab:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Mica - environmentaltech:mica:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Litherite Crystal - environmentaltech:litherite_crystal:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Erodium Crystal - environmentaltech:erodium_crystal:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Kyronite Crystal - environmentaltech:kyronite_crystal:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Pladium Crystal - environmentaltech:pladium_crystal:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Ionite Crystal - environmentaltech:ionite_crystal:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Aethium Crystal - environmentaltech:aethium_crystal:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Lonsdaleite Crystal - environmentaltech:lonsdaleite_crystal:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Interconnect - environmentaltech:interconnect:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Assembler - environmentaltech:tool_multiblock_assembler:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Connector - environmentaltech:connector:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Null Modifier - environmentaltech:modifier_null:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Speed Modifier - environmentaltech:modifier_speed:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Luck Modifier - environmentaltech:modifier_luck:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Structure Frame Tier 1 - environmentaltech:structure_frame_1:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Structure Frame Tier 2 - environmentaltech:structure_frame_2:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Structure Frame Tier 3 - environmentaltech:structure_frame_3:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Structure Frame Tier 4 - environmentaltech:structure_frame_4:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Structure Frame Tier 5 - environmentaltech:structure_frame_5:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Structure Frame Tier 6 - environmentaltech:structure_frame_6:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Structure Panel - environmentaltech:structure_panel:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Clear Structure Panel - environmentaltech:structure_panel_clear:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Lightning Rod - environmentaltech:lightning_rod:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Insulated Lightning Rod - environmentaltech:lightning_rod_insulated:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Lightning Controller Tier 1 - environmentaltech:lightning_cont_1:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Lightning Controller Tier 2 - environmentaltech:lightning_cont_2:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Lightning Controller Tier 3 - environmentaltech:lightning_cont_3:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Lightning Controller Tier 4 - environmentaltech:lightning_cont_4:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Lightning Controller Tier 5 - environmentaltech:lightning_cont_5:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Lightning Controller Tier 6 - environmentaltech:lightning_cont_6:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Solar Array Controller Tier 1 - environmentaltech:solar_cont_1:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Solar Array Controller Tier 2 - environmentaltech:solar_cont_2:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Solar Array Controller Tier 3 - environmentaltech:solar_cont_3:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Solar Array Controller Tier 4 - environmentaltech:solar_cont_4:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Solar Array Controller Tier 5 - environmentaltech:solar_cont_5:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Solar Array Controller Tier 6 - environmentaltech:solar_cont_6:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Litherite Solar Cell - environmentaltech:solar_cell_litherite:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Erodium Solar Cell - environmentaltech:solar_cell_erodium:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Kyronite Solar Cell - environmentaltech:solar_cell_kyronite:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Pladium Solar Cell - environmentaltech:solar_cell_pladium:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Ionite Solar Cell - environmentaltech:solar_cell_ionite:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Aethium Solar Cell - environmentaltech:solar_cell_aethium:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Piezo Modifier - environmentaltech:modifier_piezo:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Photovoltaic Cell - environmentaltech:photovoltaic_cell:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Thermal Cell - environmentaltech:thermal_cell:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Laser Core - environmentaltech:laser_core:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Clear Laser Lens - environmentaltech:laser_lens:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Crystal Laser Lens - environmentaltech:laser_lens_crystal:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. White Laser Lens - environmentaltech:laser_lens_colored:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Accuracy Modifier - environmentaltech:modifier_accuracy:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Diode - environmentaltech:diode:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Void Ore Miner Controller Tier 1 - environmentaltech:void_ore_miner_cont_1:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Void Ore Miner Controller Tier 2 - environmentaltech:void_ore_miner_cont_2:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Void Ore Miner Controller Tier 3 - environmentaltech:void_ore_miner_cont_3:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Void Ore Miner Controller Tier 4 - environmentaltech:void_ore_miner_cont_4:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Void Ore Miner Controller Tier 5 - environmentaltech:void_ore_miner_cont_5:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Void Ore Miner Controller Tier 6 - environmentaltech:void_ore_miner_cont_6:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Void Resource Miner Controller Tier 1 - environmentaltech:void_res_miner_cont_1:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Void Resource Miner Controller Tier 2 - environmentaltech:void_res_miner_cont_2:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Void Resource Miner Controller Tier 3 - environmentaltech:void_res_miner_cont_3:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Void Resource Miner Controller Tier 4 - environmentaltech:void_res_miner_cont_4:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Void Resource Miner Controller Tier 5 - environmentaltech:void_res_miner_cont_5:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Void Resource Miner Controller Tier 6 - environmentaltech:void_res_miner_cont_6:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Void Botanic Miner Controller Tier 1 - environmentaltech:void_botanic_miner_cont_1:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Void Botanic Miner Controller Tier 2 - environmentaltech:void_botanic_miner_cont_2:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Void Botanic Miner Controller Tier 3 - environmentaltech:void_botanic_miner_cont_3:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Void Botanic Miner Controller Tier 4 - environmentaltech:void_botanic_miner_cont_4:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Void Botanic Miner Controller Tier 5 - environmentaltech:void_botanic_miner_cont_5:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Void Botanic Miner Controller Tier 6 - environmentaltech:void_botanic_miner_cont_6:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Creative Flight Modifier - environmentaltech:modifier_creative_flight:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Flight Speed Modifier - environmentaltech:modifier_flight_speed:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Haste Modifier - environmentaltech:modifier_haste:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Strength Modifier - environmentaltech:modifier_strength:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Jump Boost Modifier - environmentaltech:modifier_jump_boost:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Regen Modifier - environmentaltech:modifier_regeneration:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Resistance Modifier - environmentaltech:modifier_resistance:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Fire Resistance Modifier - environmentaltech:modifier_fire_resistance:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Water Breathing Modifier - environmentaltech:modifier_water_breathing:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Invisibility Modifier - environmentaltech:modifier_invisibility:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Night Vision Modifier - environmentaltech:modifier_night_vision:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Health Boost Modifier - environmentaltech:modifier_health_boost:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Absoption Modifier - environmentaltech:modifier_absorption:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Saturation Modifier - environmentaltech:modifier_saturation:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Glowing Modifier - environmentaltech:modifier_glowing:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Ranged Nano Bot Beacon Tier 1 - environmentaltech:nano_cont_ranged_1:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Ranged Nano Bot Beacon Tier 2 - environmentaltech:nano_cont_ranged_2:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Ranged Nano Bot Beacon Tier 3 - environmentaltech:nano_cont_ranged_3:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Ranged Nano Bot Beacon Tier 4 - environmentaltech:nano_cont_ranged_4:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Ranged Nano Bot Beacon Tier 5 - environmentaltech:nano_cont_ranged_5:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Ranged Nano Bot Beacon Tier 6 - environmentaltech:nano_cont_ranged_6:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Personal Nano Bot Beacon Tier 1 - environmentaltech:nano_cont_personal_1:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Personal Nano Bot Beacon Tier 2 - environmentaltech:nano_cont_personal_2:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Personal Nano Bot Beacon Tier 3 - environmentaltech:nano_cont_personal_3:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Personal Nano Bot Beacon Tier 4 - environmentaltech:nano_cont_personal_4:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Personal Nano Bot Beacon Tier 5 - environmentaltech:nano_cont_personal_5:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Personal Nano Bot Beacon Tier 6 - environmentaltech:nano_cont_personal_6:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Block of Insanium Essence - mysticalagradditions:storage:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Block of Insanium - mysticalagradditions:storage:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Block of Insanium Coal - mysticalagradditions:storage:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Nether Star Crux - mysticalagradditions:special:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Dragon Egg Crux - mysticalagradditions:special:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tinkering Table - mysticalagradditions:tinkering_table:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tier 6 Inferium Crop - mysticalagradditions:tier6_inferium_crop:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Nether Star Crop - mysticalagradditions:nether_star_crop:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Dragon Egg Crop - mysticalagradditions:dragon_egg_crop:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Insanium Essence - mysticalagradditions:insanium:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tier 6 Crafting Seed - mysticalagradditions:insanium:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Insanium Ingot - mysticalagradditions:insanium:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Insanium Nugget - mysticalagradditions:insanium:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tier 6 Mob Chunk - mysticalagradditions:insanium:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Insanium Coal - mysticalagradditions:insanium:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Nether Star Shard - mysticalagradditions:stuff:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Dragon Egg Chunk - mysticalagradditions:stuff:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Creative Essence - mysticalagradditions:stuff:69 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Nether Star Essence - mysticalagradditions:nether_star_essence:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Dragon Egg Essence - mysticalagradditions:dragon_egg_essence:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Inferium Seeds - mysticalagradditions:tier6_inferium_seeds:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Nether Star Seeds - mysticalagradditions:nether_star_seeds:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Dragon Egg Seeds - mysticalagradditions:dragon_egg_seeds:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Charm: Mining AOE - mysticalagradditions:charm:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Inferium Paxel - mysticalagradditions:inferium_paxel:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Prudentium Paxel - mysticalagradditions:prudentium_paxel:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Intermedium Paxel - mysticalagradditions:intermedium_paxel:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Superium Paxel - mysticalagradditions:superium_paxel:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Supremium Paxel - mysticalagradditions:supremium_paxel:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Block of Inferium Essence - mysticalagriculture:storage:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Block of Prudentium Essence - mysticalagriculture:storage:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Block of Intermedium Essence - mysticalagriculture:storage:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Block of Superium Essence - mysticalagriculture:storage:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Block of Supremium Essence - mysticalagriculture:storage:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Block of Prosperity - mysticalagriculture:storage:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Block of Base Essence - mysticalagriculture:ingot_storage:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Block of Inferium - mysticalagriculture:ingot_storage:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Block of Prudentium - mysticalagriculture:ingot_storage:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Block of Intermedium - mysticalagriculture:ingot_storage:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Block of Superium - mysticalagriculture:ingot_storage:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Block of Supremium - mysticalagriculture:ingot_storage:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Block of Soulium - mysticalagriculture:ingot_storage:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Block of Inferium Coal - mysticalagriculture:coal_block:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Block of Prudentium Coal - mysticalagriculture:coal_block:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Block of Intermedium Coal - mysticalagriculture:coal_block:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Block of Superium Coal - mysticalagriculture:coal_block:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Block of Supremium Coal - mysticalagriculture:coal_block:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Soul Glass - mysticalagriculture:soul_glass:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Soul Glass Pane - mysticalagriculture:soul_glass_pane:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Inferium Furnace - mysticalagriculture:inferium_furnace:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Prudentium Furnace - mysticalagriculture:prudentium_furnace:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Intermedium Furnace - mysticalagriculture:intermedium_furnace:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Superium Furnace - mysticalagriculture:superium_furnace:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Supremium Furnace - mysticalagriculture:supremium_furnace:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Ultimate Furnace - mysticalagriculture:ultimate_furnace:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Prosperity Ore - mysticalagriculture:prosperity_ore:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Nether Prosperity Ore - mysticalagriculture:nether_prosperity_ore:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. End Prosperity Ore - mysticalagriculture:end_prosperity_ore:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Inferium Ore - mysticalagriculture:inferium_ore:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Nether Inferium Ore - mysticalagriculture:nether_inferium_ore:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. End Inferium Ore - mysticalagriculture:end_inferium_ore:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Growth Accelerator - mysticalagriculture:growth_accelerator:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Mystical Machine Frame - mysticalagriculture:mystical_machine_frame:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Glowstone Lamp - mysticalagriculture:glowstone_lamp:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Seed Reprocessor - mysticalagriculture:seed_reprocessor:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Inferium Seed Reprocessor - mysticalagriculture:inferium_reprocessor:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Prudentium Seed Reprocessor - mysticalagriculture:prudentium_reprocessor:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Intermedium Seed Reprocessor - mysticalagriculture:intermedium_reprocessor:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Superium Seed Reprocessor - mysticalagriculture:superium_reprocessor:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Supremium Seed Reprocessor - mysticalagriculture:supremium_reprocessor:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Ultimate Seed Reprocessor - mysticalagriculture:ultimate_reprocessor:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Witherproof Block - mysticalagriculture:witherproof_block:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Witherproof Glass - mysticalagriculture:witherproof_glass:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tinkering Table - mysticalagriculture:tinkering_table:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tinkering Table - mysticalagriculture:tinkering_table:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tinkering Table - mysticalagriculture:tinkering_table:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tinkering Table - mysticalagriculture:tinkering_table:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tinkering Table - mysticalagriculture:tinkering_table:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tier 1 Inferium Crop - mysticalagriculture:tier1_inferium_crop:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tier 2 Inferium Crop - mysticalagriculture:tier2_inferium_crop:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tier 3 Inferium Crop - mysticalagriculture:tier3_inferium_crop:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tier 4 Inferium Crop - mysticalagriculture:tier4_inferium_crop:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tier 5 Inferium Crop - mysticalagriculture:tier5_inferium_crop:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Stone Crop - mysticalagriculture:stone_crop:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Dirt Crop - mysticalagriculture:dirt_crop:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Nature Crop - mysticalagriculture:nature_crop:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Wood Crop - mysticalagriculture:wood_crop:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Water Crop - mysticalagriculture:water_crop:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Ice Crop - mysticalagriculture:ice_crop:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Fire Crop - mysticalagriculture:fire_crop:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Dye Crop - mysticalagriculture:dye_crop:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Nether Crop - mysticalagriculture:nether_crop:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Coal Crop - mysticalagriculture:coal_crop:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Iron Crop - mysticalagriculture:iron_crop:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Nether Quartz Crop - mysticalagriculture:nether_quartz_crop:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Glowstone Crop - mysticalagriculture:glowstone_crop:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Redstone Crop - mysticalagriculture:redstone_crop:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Obsidian Crop - mysticalagriculture:obsidian_crop:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Gold Crop - mysticalagriculture:gold_crop:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Lapis Lazuli Crop - mysticalagriculture:lapis_lazuli_crop:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. End Crop - mysticalagriculture:end_crop:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Experience Crop - mysticalagriculture:experience_crop:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Diamond Crop - mysticalagriculture:diamond_crop:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Emerald Crop - mysticalagriculture:emerald_crop:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Zombie Crop - mysticalagriculture:zombie_crop:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Pig Crop - mysticalagriculture:pig_crop:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Chicken Crop - mysticalagriculture:chicken_crop:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Cow Crop - mysticalagriculture:cow_crop:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Sheep Crop - mysticalagriculture:sheep_crop:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Slime Crop - mysticalagriculture:slime_crop:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Skeleton Crop - mysticalagriculture:skeleton_crop:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Creeper Crop - mysticalagriculture:creeper_crop:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Spider Crop - mysticalagriculture:spider_crop:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Rabbit Crop - mysticalagriculture:rabbit_crop:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Guardian Crop - mysticalagriculture:guardian_crop:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Blaze Crop - mysticalagriculture:blaze_crop:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Ghast Crop - mysticalagriculture:ghast_crop:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Enderman Crop - mysticalagriculture:enderman_crop:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Wither Skeleton Crop - mysticalagriculture:wither_skeleton_crop:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Silicon Crop - mysticalagriculture:silicon_crop:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Sulfur Crop - mysticalagriculture:sulfur_crop:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Aluminum Crop - mysticalagriculture:aluminum_crop:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Copper Crop - mysticalagriculture:copper_crop:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Saltpeter Crop - mysticalagriculture:saltpeter_crop:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tin Crop - mysticalagriculture:tin_crop:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Bronze Crop - mysticalagriculture:bronze_crop:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Silver Crop - mysticalagriculture:silver_crop:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Lead Crop - mysticalagriculture:lead_crop:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Steel Crop - mysticalagriculture:steel_crop:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Nickel Crop - mysticalagriculture:nickel_crop:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Constantan Crop - mysticalagriculture:constantan_crop:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Electrum Crop - mysticalagriculture:electrum_crop:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Titanium Crop - mysticalagriculture:titanium_crop:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Uranium Crop - mysticalagriculture:uranium_crop:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Platinum Crop - mysticalagriculture:platinum_crop:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Aluminum Brass Crop - mysticalagriculture:aluminum_brass_crop:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Knightslime Crop - mysticalagriculture:knightslime_crop:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Ardite Crop - mysticalagriculture:ardite_crop:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Cobalt Crop - mysticalagriculture:cobalt_crop:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Manyullyn Crop - mysticalagriculture:manyullyn_crop:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Osmium Crop - mysticalagriculture:osmium_crop:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Glowstone Ingot Crop - mysticalagriculture:glowstone_ingot_crop:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Refined Obsidian Crop - mysticalagriculture:refined_obsidian_crop:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Marble Crop - mysticalagriculture:marble_crop:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Limestone Crop - mysticalagriculture:limestone_crop:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Basalt Crop - mysticalagriculture:basalt_crop:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Steeleaf Crop - mysticalagriculture:steeleaf_crop:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Ironwood Crop - mysticalagriculture:ironwood_crop:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Knightmetal Crop - mysticalagriculture:knightmetal_crop:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Fiery Ingot Crop - mysticalagriculture:fiery_ingot_crop:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Meteoric Iron Crop - mysticalagriculture:meteoric_iron_crop:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Desh Crop - mysticalagriculture:desh_crop:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Black Quartz Crop - mysticalagriculture:black_quartz_crop:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Menril Crop - mysticalagriculture:menril_crop:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Aquamarine Crop - mysticalagriculture:aquamarine_crop:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Starmetal Crop - mysticalagriculture:starmetal_crop:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Rock Crystal Crop - mysticalagriculture:rock_crystal_crop:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Ender Biotite Crop - mysticalagriculture:ender_biotite_crop:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Slate Crop - mysticalagriculture:slate_crop:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Compressed Iron Crop - mysticalagriculture:compressed_iron_crop:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Sky Stone Crop - mysticalagriculture:sky_stone_crop:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Certus Quartz Crop - mysticalagriculture:certus_quartz_crop:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Fluix Crop - mysticalagriculture:fluix_crop:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Quartz Enriched Iron Crop - mysticalagriculture:quartz_enriched_iron_crop:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Miner's Torch - mysticalagriculture:miners_torch:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Inferium Essence - mysticalagriculture:crafting:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Prudentium Essence - mysticalagriculture:crafting:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Intermedium Essence - mysticalagriculture:crafting:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Superium Essence - mysticalagriculture:crafting:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Supremium Essence - mysticalagriculture:crafting:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Prosperity Shard - mysticalagriculture:crafting:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Nature Cluster - mysticalagriculture:crafting:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Dye Cluster - mysticalagriculture:crafting:7 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Nether Cluster - mysticalagriculture:crafting:8 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. End Cluster - mysticalagriculture:crafting:9 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Blank Record - mysticalagriculture:crafting:14 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Blank Skull - mysticalagriculture:crafting:15 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Base Crafting Seed - mysticalagriculture:crafting:16 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tier 1 Crafting Seed - mysticalagriculture:crafting:17 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tier 2 Crafting Seed - mysticalagriculture:crafting:18 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tier 3 Crafting Seed - mysticalagriculture:crafting:19 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tier 4 Crafting Seed - mysticalagriculture:crafting:20 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tier 5 Crafting Seed - mysticalagriculture:crafting:21 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Mystical Stick - mysticalagriculture:crafting:22 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Mystical String - mysticalagriculture:crafting:23 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Mystical Feather - mysticalagriculture:crafting:24 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Soul Dust - mysticalagriculture:crafting:28 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Soulium Dust - mysticalagriculture:crafting:29 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Base Essence Ingot - mysticalagriculture:crafting:32 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Inferium Ingot - mysticalagriculture:crafting:33 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Prudentium Ingot - mysticalagriculture:crafting:34 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Intermedium Ingot - mysticalagriculture:crafting:35 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Superium Ingot - mysticalagriculture:crafting:36 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Supremium Ingot - mysticalagriculture:crafting:37 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Soulium Ingot - mysticalagriculture:crafting:38 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Base Essence Nugget - mysticalagriculture:crafting:39 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Inferium Nugget - mysticalagriculture:crafting:40 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Prudentium Nugget - mysticalagriculture:crafting:41 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Intermedium Nugget - mysticalagriculture:crafting:42 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Superium Nugget - mysticalagriculture:crafting:43 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Supremium Nugget - mysticalagriculture:crafting:44 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Soulium Nugget - mysticalagriculture:crafting:45 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Theoretical Infinite Water Source - mysticalagriculture:crafting:48 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Inferium Fertilization Core - mysticalagriculture:crafting:50 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Prudentium Fertilization Core - mysticalagriculture:crafting:51 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Intermedium Fertilization Core - mysticalagriculture:crafting:52 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Superium Fertilization Core - mysticalagriculture:crafting:53 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Supremium Fertilization Core - mysticalagriculture:crafting:54 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Infusion Crystal - mysticalagriculture:infusion_crystal:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Master Infusion Crystal - mysticalagriculture:master_infusion_crystal:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Core Remover - mysticalagriculture:core_remover:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Fertilized Essence - mysticalagriculture:fertilized_essence:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Inferium Apple - mysticalagriculture:inferium_apple:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Prudentium Apple - mysticalagriculture:prudentium_apple:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Intermedium Apple - mysticalagriculture:intermedium_apple:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Superium Apple - mysticalagriculture:superium_apple:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Supremium Apple - mysticalagriculture:supremium_apple:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Inferium Coal - mysticalagriculture:coal:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Prudentium Coal - mysticalagriculture:coal:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Intermedium Coal - mysticalagriculture:coal:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Superium Coal - mysticalagriculture:coal:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Supremium Coal - mysticalagriculture:coal:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Inferium Watering Can - mysticalagriculture:watering_can:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Prudentium Watering Can - mysticalagriculture:watering_can:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Intermedium Watering Can - mysticalagriculture:watering_can:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Superium Watering Can - mysticalagriculture:watering_can:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Supremium Watering Can - mysticalagriculture:watering_can:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Soulium Dagger - mysticalagriculture:soulium_dagger:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Experience Droplet - mysticalagriculture:xp_droplet:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tier 1 Mob Chunk - mysticalagriculture:chunk:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tier 2 Mob Chunk - mysticalagriculture:chunk:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tier 3 Mob Chunk - mysticalagriculture:chunk:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tier 4 Mob Chunk - mysticalagriculture:chunk:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tier 5 Mob Chunk - mysticalagriculture:chunk:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Experience Chunk - mysticalagriculture:chunk:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Zombie Chunk - mysticalagriculture:chunk:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Pig Chunk - mysticalagriculture:chunk:7 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Chicken Chunk - mysticalagriculture:chunk:8 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Cow Chunk - mysticalagriculture:chunk:9 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Sheep Chunk - mysticalagriculture:chunk:10 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Slime Chunk - mysticalagriculture:chunk:11 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Skeleton Chunk - mysticalagriculture:chunk:12 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Creeper Chunk - mysticalagriculture:chunk:13 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Spider Chunk - mysticalagriculture:chunk:14 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Rabbit Chunk - mysticalagriculture:chunk:15 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Guardian Chunk - mysticalagriculture:chunk:16 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Blaze Chunk - mysticalagriculture:chunk:17 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Ghast Chunk - mysticalagriculture:chunk:18 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Enderman Chunk - mysticalagriculture:chunk:19 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Wither Skeleton Chunk - mysticalagriculture:chunk:20 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Stone Essence - mysticalagriculture:stone_essence:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Dirt Essence - mysticalagriculture:dirt_essence:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Nature Essence - mysticalagriculture:nature_essence:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Wood Essence - mysticalagriculture:wood_essence:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Water Essence - mysticalagriculture:water_essence:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Ice Essence - mysticalagriculture:ice_essence:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Fire Essence - mysticalagriculture:fire_essence:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Dye Essence - mysticalagriculture:dye_essence:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Nether Essence - mysticalagriculture:nether_essence:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Coal Essence - mysticalagriculture:coal_essence:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Iron Essence - mysticalagriculture:iron_essence:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Nether Quartz Essence - mysticalagriculture:nether_quartz_essence:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Glowstone Essence - mysticalagriculture:glowstone_essence:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Redstone Essence - mysticalagriculture:redstone_essence:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Obsidian Essence - mysticalagriculture:obsidian_essence:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Gold Essence - mysticalagriculture:gold_essence:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Lapis Lazuli Essence - mysticalagriculture:lapis_lazuli_essence:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. End Essence - mysticalagriculture:end_essence:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Experience Essence - mysticalagriculture:experience_essence:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Diamond Essence - mysticalagriculture:diamond_essence:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Emerald Essence - mysticalagriculture:emerald_essence:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Zombie Essence - mysticalagriculture:zombie_essence:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Pig Essence - mysticalagriculture:pig_essence:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Chicken Essence - mysticalagriculture:chicken_essence:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Cow Essence - mysticalagriculture:cow_essence:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Sheep Essence - mysticalagriculture:sheep_essence:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Slime Essence - mysticalagriculture:slime_essence:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Skeleton Essence - mysticalagriculture:skeleton_essence:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Creeper Essence - mysticalagriculture:creeper_essence:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Spider Essence - mysticalagriculture:spider_essence:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Rabbit Essence - mysticalagriculture:rabbit_essence:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Guardian Essence - mysticalagriculture:guardian_essence:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Blaze Essence - mysticalagriculture:blaze_essence:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Ghast Essence - mysticalagriculture:ghast_essence:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Enderman Essence - mysticalagriculture:enderman_essence:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Wither Skeleton Essence - mysticalagriculture:wither_skeleton_essence:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Silicon Essence - mysticalagriculture:silicon_essence:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Sulfur Essence - mysticalagriculture:sulfur_essence:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Aluminum Essence - mysticalagriculture:aluminum_essence:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Copper Essence - mysticalagriculture:copper_essence:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Saltpeter Essence - mysticalagriculture:saltpeter_essence:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tin Essence - mysticalagriculture:tin_essence:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Bronze Essence - mysticalagriculture:bronze_essence:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Silver Essence - mysticalagriculture:silver_essence:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Lead Essence - mysticalagriculture:lead_essence:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Steel Essence - mysticalagriculture:steel_essence:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Nickel Essence - mysticalagriculture:nickel_essence:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Constantan Essence - mysticalagriculture:constantan_essence:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Electrum Essence - mysticalagriculture:electrum_essence:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Titanium Essence - mysticalagriculture:titanium_essence:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Uranium Essence - mysticalagriculture:uranium_essence:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Platinum Essence - mysticalagriculture:platinum_essence:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Aluminum Brass Essence - mysticalagriculture:aluminum_brass_essence:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Knightslime Essence - mysticalagriculture:knightslime_essence:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Ardite Essence - mysticalagriculture:ardite_essence:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Cobalt Essence - mysticalagriculture:cobalt_essence:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Manyullyn Essence - mysticalagriculture:manyullyn_essence:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Osmium Essence - mysticalagriculture:osmium_essence:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Glowstone Ingot Essence - mysticalagriculture:glowstone_ingot_essence:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Refined Obsidian Essence - mysticalagriculture:refined_obsidian_essence:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Marble Essence - mysticalagriculture:marble_essence:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Limestone Essence - mysticalagriculture:limestone_essence:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Basalt Essence - mysticalagriculture:basalt_essence:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Steeleaf Essence - mysticalagriculture:steeleaf_essence:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Ironwood Essence - mysticalagriculture:ironwood_essence:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Knightmetal Essence - mysticalagriculture:knightmetal_essence:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Fiery Ingot Essence - mysticalagriculture:fiery_ingot_essence:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Meteoric Iron Essence - mysticalagriculture:meteoric_iron_essence:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Desh Essence - mysticalagriculture:desh_essence:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Black Quartz Essence - mysticalagriculture:black_quartz_essence:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Menril Essence - mysticalagriculture:menril_essence:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Aquamarine Essence - mysticalagriculture:aquamarine_essence:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Starmetal Essence - mysticalagriculture:starmetal_essence:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Rock Crystal Essence - mysticalagriculture:rock_crystal_essence:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Ender Biotite Essence - mysticalagriculture:ender_biotite_essence:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Slate Essence - mysticalagriculture:slate_essence:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Compressed Iron Essence - mysticalagriculture:compressed_iron_essence:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Sky Stone Essence - mysticalagriculture:sky_stone_essence:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Certus Quartz Essence - mysticalagriculture:certus_quartz_essence:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Fluix Essence - mysticalagriculture:fluix_essence:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Quartz Enriched Iron Essence - mysticalagriculture:quartz_enriched_iron_essence:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Inferium Seeds - mysticalagriculture:tier1_inferium_seeds:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Inferium Seeds - mysticalagriculture:tier2_inferium_seeds:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Inferium Seeds - mysticalagriculture:tier3_inferium_seeds:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Inferium Seeds - mysticalagriculture:tier4_inferium_seeds:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Inferium Seeds - mysticalagriculture:tier5_inferium_seeds:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Stone Seeds - mysticalagriculture:stone_seeds:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Dirt Seeds - mysticalagriculture:dirt_seeds:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Nature Seeds - mysticalagriculture:nature_seeds:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Wood Seeds - mysticalagriculture:wood_seeds:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Water Seeds - mysticalagriculture:water_seeds:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Ice Seeds - mysticalagriculture:ice_seeds:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Fire Seeds - mysticalagriculture:fire_seeds:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Dye Seeds - mysticalagriculture:dye_seeds:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Nether Seeds - mysticalagriculture:nether_seeds:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Coal Seeds - mysticalagriculture:coal_seeds:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Iron Seeds - mysticalagriculture:iron_seeds:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Nether Quartz Seeds - mysticalagriculture:nether_quartz_seeds:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Glowstone Seeds - mysticalagriculture:glowstone_seeds:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Redstone Seeds - mysticalagriculture:redstone_seeds:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Obsidian Seeds - mysticalagriculture:obsidian_seeds:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Gold Seeds - mysticalagriculture:gold_seeds:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Lapis Lazuli Seeds - mysticalagriculture:lapis_lazuli_seeds:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. End Seeds - mysticalagriculture:end_seeds:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Experience Seeds - mysticalagriculture:experience_seeds:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Diamond Seeds - mysticalagriculture:diamond_seeds:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Emerald Seeds - mysticalagriculture:emerald_seeds:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Zombie Seeds - mysticalagriculture:zombie_seeds:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Pig Seeds - mysticalagriculture:pig_seeds:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Chicken Seeds - mysticalagriculture:chicken_seeds:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Cow Seeds - mysticalagriculture:cow_seeds:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Sheep Seeds - mysticalagriculture:sheep_seeds:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Slime Seeds - mysticalagriculture:slime_seeds:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Skeleton Seeds - mysticalagriculture:skeleton_seeds:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Creeper Seeds - mysticalagriculture:creeper_seeds:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Spider Seeds - mysticalagriculture:spider_seeds:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Rabbit Seeds - mysticalagriculture:rabbit_seeds:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Guardian Seeds - mysticalagriculture:guardian_seeds:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Blaze Seeds - mysticalagriculture:blaze_seeds:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Ghast Seeds - mysticalagriculture:ghast_seeds:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Enderman Seeds - mysticalagriculture:enderman_seeds:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Wither Skeleton Seeds - mysticalagriculture:wither_skeleton_seeds:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Silicon Seeds - mysticalagriculture:silicon_seeds:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Sulfur Seeds - mysticalagriculture:sulfur_seeds:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Aluminum Seeds - mysticalagriculture:aluminum_seeds:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Copper Seeds - mysticalagriculture:copper_seeds:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Saltpeter Seeds - mysticalagriculture:saltpeter_seeds:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tin Seeds - mysticalagriculture:tin_seeds:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Bronze Seeds - mysticalagriculture:bronze_seeds:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Silver Seeds - mysticalagriculture:silver_seeds:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Lead Seeds - mysticalagriculture:lead_seeds:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Steel Seeds - mysticalagriculture:steel_seeds:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Nickel Seeds - mysticalagriculture:nickel_seeds:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Constantan Seeds - mysticalagriculture:constantan_seeds:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Electrum Seeds - mysticalagriculture:electrum_seeds:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Titanium Seeds - mysticalagriculture:titanium_seeds:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Uranium Seeds - mysticalagriculture:uranium_seeds:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Platinum Seeds - mysticalagriculture:platinum_seeds:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Aluminum Brass Seeds - mysticalagriculture:aluminum_brass_seeds:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Knightslime Seeds - mysticalagriculture:knightslime_seeds:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Ardite Seeds - mysticalagriculture:ardite_seeds:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Cobalt Seeds - mysticalagriculture:cobalt_seeds:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Manyullyn Seeds - mysticalagriculture:manyullyn_seeds:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Osmium Seeds - mysticalagriculture:osmium_seeds:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Glowstone Ingot Seeds - mysticalagriculture:glowstone_ingot_seeds:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Refined Obsidian Seeds - mysticalagriculture:refined_obsidian_seeds:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Marble Seeds - mysticalagriculture:marble_seeds:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Limestone Seeds - mysticalagriculture:limestone_seeds:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Basalt Seeds - mysticalagriculture:basalt_seeds:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Steeleaf Seeds - mysticalagriculture:steeleaf_seeds:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Ironwood Seeds - mysticalagriculture:ironwood_seeds:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Knightmetal Seeds - mysticalagriculture:knightmetal_seeds:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Fiery Ingot Seeds - mysticalagriculture:fiery_ingot_seeds:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Meteoric Iron Seeds - mysticalagriculture:meteoric_iron_seeds:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Desh Seeds - mysticalagriculture:desh_seeds:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Black Quartz Seeds - mysticalagriculture:black_quartz_seeds:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Menril Seeds - mysticalagriculture:menril_seeds:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Aquamarine Seeds - mysticalagriculture:aquamarine_seeds:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Starmetal Seeds - mysticalagriculture:starmetal_seeds:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Rock Crystal Seeds - mysticalagriculture:rock_crystal_seeds:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Ender Biotite Seeds - mysticalagriculture:ender_biotite_seeds:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Slate Seeds - mysticalagriculture:slate_seeds:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Compressed Iron Seeds - mysticalagriculture:compressed_iron_seeds:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Sky Stone Seeds - mysticalagriculture:sky_stone_seeds:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Certus Quartz Seeds - mysticalagriculture:certus_quartz_seeds:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Fluix Seeds - mysticalagriculture:fluix_seeds:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Quartz Enriched Iron Seeds - mysticalagriculture:quartz_enriched_iron_seeds:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Inferium Tool Core - mysticalagriculture:gear:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Prudentium Tool Core - mysticalagriculture:gear:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Intermedium Tool Core - mysticalagriculture:gear:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Superium Tool Core - mysticalagriculture:gear:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Supremium Tool Core - mysticalagriculture:gear:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Inferium Armor Core - mysticalagriculture:gear:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Prudentium Armor Core - mysticalagriculture:gear:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Intermedium Armor Core - mysticalagriculture:gear:7 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Superium Armor Core - mysticalagriculture:gear:8 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Supremium Armor Core - mysticalagriculture:gear:9 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Inferium Arrow Head - mysticalagriculture:gear:15 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Prudentium Arrow Head - mysticalagriculture:gear:16 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Intermedium Arrow Head - mysticalagriculture:gear:17 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Superium Arrow Head - mysticalagriculture:gear:18 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Supremium Arrow Head - mysticalagriculture:gear:19 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Blank Charm - mysticalagriculture:charm:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Charm: Night Vision - mysticalagriculture:charm:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Charm: Absorption - mysticalagriculture:charm:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Charm: Wither Resistance - mysticalagriculture:charm:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Charm: Antivenom - mysticalagriculture:charm:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Charm: Fire Resistance - mysticalagriculture:charm:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Charm: Resistance - mysticalagriculture:charm:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Charm: Strength - mysticalagriculture:charm:7 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Charm: Strength 2 - mysticalagriculture:charm:8 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Charm: Speed - mysticalagriculture:charm:9 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Charm: Jump Boost - mysticalagriculture:charm:10 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Charm: Miner's Vision - mysticalagriculture:charm:11 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Charm: Rainbow - mysticalagriculture:charm:12 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Charm: Quick Draw - mysticalagriculture:charm:13 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Charm: Triple Shot - mysticalagriculture:charm:14 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Charm: Mining AOE - mysticalagriculture:charm:15 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Charm: Attack AOE - mysticalagriculture:charm:16 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Charm: Tilling AOE - mysticalagriculture:charm:17 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Charm: Shearing AOE - mysticalagriculture:charm:18 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Charm: Reaping AOE - mysticalagriculture:charm:19 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Charm: Scything AOE - mysticalagriculture:charm:20 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Inferium Arrow - mysticalagriculture:inferium_arrow:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Prudentium Arrow - mysticalagriculture:prudentium_arrow:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Intermedium Arrow - mysticalagriculture:intermedium_arrow:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Superium Arrow - mysticalagriculture:superium_arrow:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Supremium Arrow - mysticalagriculture:supremium_arrow:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Inferium Sword - mysticalagriculture:inferium_sword:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Inferium Pickaxe - mysticalagriculture:inferium_pickaxe:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Inferium Shovel - mysticalagriculture:inferium_shovel:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Inferium Axe - mysticalagriculture:inferium_axe:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Inferium Hoe - mysticalagriculture:inferium_hoe:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Inferium Shears - mysticalagriculture:inferium_shears:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Inferium Bow - mysticalagriculture:inferium_bow:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Inferium Sickle - mysticalagriculture:inferium_sickle:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Inferium Scythe - mysticalagriculture:inferium_scythe:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Inferium Fishing Rod - mysticalagriculture:inferium_fishing_rod:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Prudentium Sword - mysticalagriculture:prudentium_sword:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Prudentium Pickaxe - mysticalagriculture:prudentium_pickaxe:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Prudentium Shovel - mysticalagriculture:prudentium_shovel:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Prudentium Axe - mysticalagriculture:prudentium_axe:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Prudentium Hoe - mysticalagriculture:prudentium_hoe:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Prudentium Shears - mysticalagriculture:prudentium_shears:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Prudentium Bow - mysticalagriculture:prudentium_bow:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Prudentium Sickle - mysticalagriculture:prudentium_sickle:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Prudentium Scythe - mysticalagriculture:prudentium_scythe:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Prudentium Fishing Rod - mysticalagriculture:prudentium_fishing_rod:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Intermedium Sword - mysticalagriculture:intermedium_sword:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Intermedium Pickaxe - mysticalagriculture:intermedium_pickaxe:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Intermedium Shovel - mysticalagriculture:intermedium_shovel:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Intermedium Axe - mysticalagriculture:intermedium_axe:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Intermedium Hoe - mysticalagriculture:intermedium_hoe:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Intermedium Shears - mysticalagriculture:intermedium_shears:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Intermedium Bow - mysticalagriculture:intermedium_bow:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Intermedium Sickle - mysticalagriculture:intermedium_sickle:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Intermedium Scythe - mysticalagriculture:intermedium_scythe:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Intermedium Fishing Rod - mysticalagriculture:intermedium_fishing_rod:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Superium Sword - mysticalagriculture:superium_sword:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Superium Pickaxe - mysticalagriculture:superium_pickaxe:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Superium Shovel - mysticalagriculture:superium_shovel:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Superium Axe - mysticalagriculture:superium_axe:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Superium Hoe - mysticalagriculture:superium_hoe:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Superium Shears - mysticalagriculture:superium_shears:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Superium Bow - mysticalagriculture:superium_bow:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Superium Sickle - mysticalagriculture:superium_sickle:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Superium Scythe - mysticalagriculture:superium_scythe:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Superium Fishing Rod - mysticalagriculture:superium_fishing_rod:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Supremium Sword - mysticalagriculture:supremium_sword:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Supremium Pickaxe - mysticalagriculture:supremium_pickaxe:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Supremium Shovel - mysticalagriculture:supremium_shovel:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Supremium Axe - mysticalagriculture:supremium_axe:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Supremium Hoe - mysticalagriculture:supremium_hoe:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Supremium Shears - mysticalagriculture:supremium_shears:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Supremium Bow - mysticalagriculture:supremium_bow:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Supremium Sickle - mysticalagriculture:supremium_sickle:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Supremium Scythe - mysticalagriculture:supremium_scythe:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Supremium Fishing Rod - mysticalagriculture:supremium_fishing_rod:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Inferium Helmet - mysticalagriculture:inferium_helmet:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Inferium Chestplate - mysticalagriculture:inferium_chestplate:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Inferium Leggings - mysticalagriculture:inferium_leggings:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Inferium Boots - mysticalagriculture:inferium_boots:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Prudentium Helmet - mysticalagriculture:prudentium_helmet:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Prudentium Chestplate - mysticalagriculture:prudentium_chestplate:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Prudentium Leggings - mysticalagriculture:prudentium_leggings:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Prudentium Boots - mysticalagriculture:prudentium_boots:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Intermedium Helmet - mysticalagriculture:intermedium_helmet:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Intermedium Chestplate - mysticalagriculture:intermedium_chestplate:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Intermedium Leggings - mysticalagriculture:intermedium_leggings:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Intermedium Boots - mysticalagriculture:intermedium_boots:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Superium Helmet - mysticalagriculture:superium_helmet:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Superium Chestplate - mysticalagriculture:superium_chestplate:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Superium Leggings - mysticalagriculture:superium_leggings:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Superium Boots - mysticalagriculture:superium_boots:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Supremium Helmet - mysticalagriculture:supremium_helmet:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Supremium Chestplate - mysticalagriculture:supremium_chestplate:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Supremium Leggings - mysticalagriculture:supremium_leggings:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Supremium Boots - mysticalagriculture:supremium_boots:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Smart Wrench - rftools:smartwrench:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. RFTools Manual - rftools:rftools_manual:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. RFTools Shape Manual - rftools:rftools_shape_manual:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Dimensional Shard - rftools:dimensional_shard:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Shard Wand - rftools:shard_wand:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Infused Diamond - rftools:infused_diamond:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Infused Enderpearl - rftools:infused_enderpearl:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Depths Ghoul",level:10,mobId:"abyssalcraft:depthsghoul"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Depths Ghoul", level: 10, mobId: "abyssalcraft:depthsghoul"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Elder Guardian",level:10,mobId:"minecraft:elder_guardian"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Elder Guardian", level: 10, mobId: "minecraft:elder_guardian"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Wither Skeleton",level:10,mobId:"minecraft:wither_skeleton"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Wither Skeleton", level: 10, mobId: "minecraft:wither_skeleton"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Stray",level:10,mobId:"minecraft:stray"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Stray", level: 10, mobId: "minecraft:stray"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Husk",level:10,mobId:"minecraft:husk"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Husk", level: 10, mobId: "minecraft:husk"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Zombie Villager",level:10,mobId:"minecraft:zombie_villager"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Zombie Villager", level: 10, mobId: "minecraft:zombie_villager"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Skeleton Horse",level:10,mobId:"minecraft:skeleton_horse"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Skeleton Horse", level: 10, mobId: "minecraft:skeleton_horse"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Zombie Horse",level:10,mobId:"minecraft:zombie_horse"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Zombie Horse", level: 10, mobId: "minecraft:zombie_horse"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Donkey",level:10,mobId:"minecraft:donkey"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Donkey", level: 10, mobId: "minecraft:donkey"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Mule",level:10,mobId:"minecraft:mule"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Mule", level: 10, mobId: "minecraft:mule"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Evoker",level:10,mobId:"minecraft:evocation_illager"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Evoker", level: 10, mobId: "minecraft:evocation_illager"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Vex",level:10,mobId:"minecraft:vex"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Vex", level: 10, mobId: "minecraft:vex"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Vindicator",level:10,mobId:"minecraft:vindication_illager"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Vindicator", level: 10, mobId: "minecraft:vindication_illager"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Illusioner",level:10,mobId:"minecraft:illusion_illager"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Illusioner", level: 10, mobId: "minecraft:illusion_illager"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Pig",level:10,mobId:"abyssalcraft:evilpig"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Pig", level: 10, mobId: "abyssalcraft:evilpig"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Abyssal Zombie",level:10,mobId:"abyssalcraft:abyssalzombie"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Abyssal Zombie", level: 10, mobId: "abyssalcraft:abyssalzombie"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"J'zahar, Gatekeeper of The Abyss",level:10,mobId:"abyssalcraft:jzahar"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "J'zahar, Gatekeeper of The Abyss", level: 10, mobId: "abyssalcraft:jzahar"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Creeper",level:10,mobId:"minecraft:creeper"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Creeper", level: 10, mobId: "minecraft:creeper"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Skeleton",level:10,mobId:"minecraft:skeleton"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Skeleton", level: 10, mobId: "minecraft:skeleton"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Spider",level:10,mobId:"minecraft:spider"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Spider", level: 10, mobId: "minecraft:spider"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Giant",level:10,mobId:"minecraft:giant"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Giant", level: 10, mobId: "minecraft:giant"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Zombie",level:10,mobId:"minecraft:zombie"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Zombie", level: 10, mobId: "minecraft:zombie"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Slime",level:10,mobId:"minecraft:slime"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Slime", level: 10, mobId: "minecraft:slime"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Ghast",level:10,mobId:"minecraft:ghast"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Ghast", level: 10, mobId: "minecraft:ghast"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Zombie Pigman",level:10,mobId:"minecraft:zombie_pigman"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Zombie Pigman", level: 10, mobId: "minecraft:zombie_pigman"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Enderman",level:10,mobId:"minecraft:enderman"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Enderman", level: 10, mobId: "minecraft:enderman"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Cave Spider",level:10,mobId:"minecraft:cave_spider"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Cave Spider", level: 10, mobId: "minecraft:cave_spider"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Silverfish",level:10,mobId:"minecraft:silverfish"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Silverfish", level: 10, mobId: "minecraft:silverfish"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Blaze",level:10,mobId:"minecraft:blaze"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Blaze", level: 10, mobId: "minecraft:blaze"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Magma Cube",level:10,mobId:"minecraft:magma_cube"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Magma Cube", level: 10, mobId: "minecraft:magma_cube"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Ender Dragon",level:10,mobId:"minecraft:ender_dragon"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Ender Dragon", level: 10, mobId: "minecraft:ender_dragon"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Wither",level:10,mobId:"minecraft:wither"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Wither", level: 10, mobId: "minecraft:wither"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Bat",level:10,mobId:"minecraft:bat"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Bat", level: 10, mobId: "minecraft:bat"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Witch",level:10,mobId:"minecraft:witch"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Witch", level: 10, mobId: "minecraft:witch"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Endermite",level:10,mobId:"minecraft:endermite"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Endermite", level: 10, mobId: "minecraft:endermite"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Guardian",level:10,mobId:"minecraft:guardian"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Guardian", level: 10, mobId: "minecraft:guardian"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Shulker",level:10,mobId:"minecraft:shulker"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Shulker", level: 10, mobId: "minecraft:shulker"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Abyssalnite Golem",level:10,mobId:"abyssalcraft:abygolem"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Abyssalnite Golem", level: 10, mobId: "abyssalcraft:abygolem"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Dreaded Abyssalnite Golem",level:10,mobId:"abyssalcraft:dreadgolem"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Dreaded Abyssalnite Golem", level: 10, mobId: "abyssalcraft:dreadgolem"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Dreadguard",level:10,mobId:"abyssalcraft:dreadguard"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Dreadguard", level: 10, mobId: "abyssalcraft:dreadguard"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Spectral Dragon",level:10,mobId:"abyssalcraft:dragonminion"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Spectral Dragon", level: 10, mobId: "abyssalcraft:dragonminion"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Asorah, The Fallen",level:10,mobId:"abyssalcraft:dragonboss"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Asorah, The Fallen", level: 10, mobId: "abyssalcraft:dragonboss"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Shadow Creature",level:10,mobId:"abyssalcraft:shadowcreature"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Shadow Creature", level: 10, mobId: "abyssalcraft:shadowcreature"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Shadow Monster",level:10,mobId:"abyssalcraft:shadowmonster"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Shadow Monster", level: 10, mobId: "abyssalcraft:shadowmonster"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Dreadling",level:10,mobId:"abyssalcraft:dreadling"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Dreadling", level: 10, mobId: "abyssalcraft:dreadling"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Dread Spawn",level:10,mobId:"abyssalcraft:dreadspawn"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Dread Spawn", level: 10, mobId: "abyssalcraft:dreadspawn"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Demon Pig",level:10,mobId:"abyssalcraft:demonpig"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Demon Pig", level: 10, mobId: "abyssalcraft:demonpig"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Skeleton Goliath",level:10,mobId:"abyssalcraft:gskeleton"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Skeleton Goliath", level: 10, mobId: "abyssalcraft:gskeleton"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Spawn of Cha'garoth",level:10,mobId:"abyssalcraft:chagarothspawn"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Spawn of Cha'garoth", level: 10, mobId: "abyssalcraft:chagarothspawn"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Fist of Cha'garoth",level:10,mobId:"abyssalcraft:chagarothfist"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Fist of Cha'garoth", level: 10, mobId: "abyssalcraft:chagarothfist"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Cha'garoth, The Dreadbeast",level:10,mobId:"abyssalcraft:chagaroth"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Cha'garoth, The Dreadbeast", level: 10, mobId: "abyssalcraft:chagaroth"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Shadow Beast",level:10,mobId:"abyssalcraft:shadowbeast"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Shadow Beast", level: 10, mobId: "abyssalcraft:shadowbeast"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Sacthoth, Harbinger of Doom",level:10,mobId:"abyssalcraft:shadowboss"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Sacthoth, Harbinger of Doom", level: 10, mobId: "abyssalcraft:shadowboss"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Abyssal Anti-Zombie",level:10,mobId:"abyssalcraft:antiabyssalzombie"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Abyssal Anti-Zombie", level: 10, mobId: "abyssalcraft:antiabyssalzombie"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Anti-Bat",level:10,mobId:"abyssalcraft:antibat"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Anti-Bat", level: 10, mobId: "abyssalcraft:antibat"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Pig",level:10,mobId:"minecraft:pig"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Pig", level: 10, mobId: "minecraft:pig"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Sheep",level:10,mobId:"minecraft:sheep"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Sheep", level: 10, mobId: "minecraft:sheep"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Cow",level:10,mobId:"minecraft:cow"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Cow", level: 10, mobId: "minecraft:cow"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Chicken",level:10,mobId:"minecraft:chicken"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Chicken", level: 10, mobId: "minecraft:chicken"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Squid",level:10,mobId:"minecraft:squid"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Squid", level: 10, mobId: "minecraft:squid"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Wolf",level:10,mobId:"minecraft:wolf"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Wolf", level: 10, mobId: "minecraft:wolf"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Mooshroom",level:10,mobId:"minecraft:mooshroom"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Mooshroom", level: 10, mobId: "minecraft:mooshroom"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Snow Golem",level:10,mobId:"minecraft:snowman"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Snow Golem", level: 10, mobId: "minecraft:snowman"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Ocelot",level:10,mobId:"minecraft:ocelot"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Ocelot", level: 10, mobId: "minecraft:ocelot"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Iron Golem",level:10,mobId:"minecraft:villager_golem"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Iron Golem", level: 10, mobId: "minecraft:villager_golem"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Horse",level:10,mobId:"minecraft:horse"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Horse", level: 10, mobId: "minecraft:horse"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Rabbit",level:10,mobId:"minecraft:rabbit"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Rabbit", level: 10, mobId: "minecraft:rabbit"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Polar Bear",level:10,mobId:"minecraft:polar_bear"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Polar Bear", level: 10, mobId: "minecraft:polar_bear"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Llama",level:10,mobId:"minecraft:llama"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Llama", level: 10, mobId: "minecraft:llama"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Parrot",level:10,mobId:"minecraft:parrot"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Parrot", level: 10, mobId: "minecraft:parrot"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Anti-Chicken",level:10,mobId:"abyssalcraft:antichicken"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Anti-Chicken", level: 10, mobId: "abyssalcraft:antichicken"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Anti-Cow",level:10,mobId:"abyssalcraft:anticow"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Anti-Cow", level: 10, mobId: "abyssalcraft:anticow"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Anti-Creeper",level:10,mobId:"abyssalcraft:anticreeper"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Anti-Creeper", level: 10, mobId: "abyssalcraft:anticreeper"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Anti-Ghoul",level:10,mobId:"abyssalcraft:antighoul"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Anti-Ghoul", level: 10, mobId: "abyssalcraft:antighoul"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Anti-Pig",level:10,mobId:"abyssalcraft:antipig"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Anti-Pig", level: 10, mobId: "abyssalcraft:antipig"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Anti-Player",level:10,mobId:"abyssalcraft:antiplayer"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Anti-Player", level: 10, mobId: "abyssalcraft:antiplayer"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Anti-Skeleton",level:10,mobId:"abyssalcraft:antiskeleton"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Anti-Skeleton", level: 10, mobId: "abyssalcraft:antiskeleton"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Anti-Spider",level:10,mobId:"abyssalcraft:antispider"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Anti-Spider", level: 10, mobId: "abyssalcraft:antispider"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Anti-Zombie",level:10,mobId:"abyssalcraft:antizombie"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Anti-Zombie", level: 10, mobId: "abyssalcraft:antizombie"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Remnant",level:10,mobId:"abyssalcraft:remnant"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Remnant", level: 10, mobId: "abyssalcraft:remnant"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Omothol Ghoul",level:10,mobId:"abyssalcraft:omotholghoul"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Omothol Ghoul", level: 10, mobId: "abyssalcraft:omotholghoul"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Minion of The Gatekeeper",level:10,mobId:"abyssalcraft:jzaharminion"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Minion of The Gatekeeper", level: 10, mobId: "abyssalcraft:jzaharminion"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Greater Dread Spawn",level:10,mobId:"abyssalcraft:greaterdreadspawn"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Greater Dread Spawn", level: 10, mobId: "abyssalcraft:greaterdreadspawn"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Villager",level:10,mobId:"minecraft:villager"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Villager", level: 10, mobId: "minecraft:villager"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Lesser Dreadbeast",level:10,mobId:"abyssalcraft:lesserdreadbeast"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Lesser Dreadbeast", level: 10, mobId: "abyssalcraft:lesserdreadbeast"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Lesser Shoggoth",level:10,mobId:"abyssalcraft:lessershoggoth"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Lesser Shoggoth", level: 10, mobId: "abyssalcraft:lessershoggoth"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Cow",level:10,mobId:"abyssalcraft:evilcow"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Cow", level: 10, mobId: "abyssalcraft:evilcow"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Chicken",level:10,mobId:"abyssalcraft:evilchicken"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Chicken", level: 10, mobId: "abyssalcraft:evilchicken"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Demon Cow",level:10,mobId:"abyssalcraft:demoncow"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Demon Cow", level: 10, mobId: "abyssalcraft:demoncow"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Demon Chicken",level:10,mobId:"abyssalcraft:demonchicken"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Demon Chicken", level: 10, mobId: "abyssalcraft:demonchicken"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Sheep",level:10,mobId:"abyssalcraft:evilsheep"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Sheep", level: 10, mobId: "abyssalcraft:evilsheep"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Demon Sheep",level:10,mobId:"abyssalcraft:demonsheep"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Demon Sheep", level: 10, mobId: "abyssalcraft:demonsheep"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Coralium Infested Squid",level:10,mobId:"abyssalcraft:coraliumsquid"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Coralium Infested Squid", level: 10, mobId: "abyssalcraft:coraliumsquid"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Dark Offspring",level:10,mobId:"abyssalcraft:shuboffspring"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Dark Offspring", level: 10, mobId: "abyssalcraft:shuboffspring"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Piranha",level:10,mobId:"animalium:piranha"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Piranha", level: 10, mobId: "animalium:piranha"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Wild Dog",level:10,mobId:"animalium:wild_dog"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Wild Dog", level: 10, mobId: "animalium:wild_dog"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Brown Bear",level:10,mobId:"animalium:bear"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Brown Bear", level: 10, mobId: "animalium:bear"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Neutral Brown Bear",level:10,mobId:"animalium:bear_tamed"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Neutral Brown Bear", level: 10, mobId: "animalium:bear_tamed"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Rat",level:10,mobId:"animalium:rat"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Rat", level: 10, mobId: "animalium:rat"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Sheared Creeper",level:10,mobId:"betterwithmods:entity_sheared_creeper"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Sheared Creeper", level: 10, mobId: "betterwithmods:entity_sheared_creeper"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Jungle Spider",level:10,mobId:"betterwithmods:bwm_jungle_spider"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Jungle Spider", level: 10, mobId: "betterwithmods:bwm_jungle_spider"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Flare",level:10,mobId:"astralsorcery:entityflare"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Flare", level: 10, mobId: "astralsorcery:entityflare"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Spectral Tool",level:10,mobId:"astralsorcery:entityspectraltool"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Spectral Tool", level: 10, mobId: "astralsorcery:entityspectraltool"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Liquid Spark",level:10,mobId:"astralsorcery:entityliquidspark"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Liquid Spark", level: 10, mobId: "astralsorcery:entityliquidspark"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"entity.quark:leash_knot.name",level:10,mobId:"quark:leash_knot"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "entity.quark:leash_knot.name", level: 10, mobId: "quark:leash_knot"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Dweller",level:10,mobId:"quark:dweller"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Dweller", level: 10, mobId: "quark:dweller"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Ashen",level:10,mobId:"quark:ashen"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Ashen", level: 10, mobId: "quark:ashen"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Wraith",level:10,mobId:"quark:wraith"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Wraith", level: 10, mobId: "quark:wraith"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Karate Zombie",level:10,mobId:"betterwithaddons:karate_zombie"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Karate Zombie", level: 10, mobId: "betterwithaddons:karate_zombie"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Wild Deer",level:10,mobId:"emberroot:deers"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Wild Deer", level: 10, mobId: "emberroot:deers"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Rainbow Sprout",level:10,mobId:"emberroot:sprouts"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Rainbow Sprout", level: 10, mobId: "emberroot:sprouts"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Rainbow Fairy ",level:10,mobId:"emberroot:fairies"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Rainbow Fairy ", level: 10, mobId: "emberroot:fairies"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Rainbow Slime",level:10,mobId:"emberroot:rainbowslime"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Rainbow Slime", level: 10, mobId: "emberroot:rainbowslime"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Golem",level:10,mobId:"emberroot:rainbow_golem"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Golem", level: 10, mobId: "emberroot:rainbow_golem"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Fallen Hero",level:10,mobId:"emberroot:hero"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Fallen Hero", level: 10, mobId: "emberroot:hero"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Cursed Creeper",level:10,mobId:"emberroot:creeper"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Cursed Creeper", level: 10, mobId: "emberroot:creeper"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Wild Owl",level:10,mobId:"emberroot:owl"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Wild Owl", level: 10, mobId: "emberroot:owl"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Block Slime",level:10,mobId:"emberroot:slime"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Block Slime", level: 10, mobId: "emberroot:slime"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Dire Wolf",level:10,mobId:"emberroot:dire_wolf"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Dire Wolf", level: 10, mobId: "emberroot:dire_wolf"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Demon Cat",level:10,mobId:"emberroot:withercat"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Demon Cat", level: 10, mobId: "emberroot:withercat"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Toxic Witch",level:10,mobId:"emberroot:witherwitch"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Toxic Witch", level: 10, mobId: "emberroot:witherwitch"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Mini Enderman",level:10,mobId:"emberroot:enderminy"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Mini Enderman", level: 10, mobId: "emberroot:enderminy"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Fallen Knight",level:10,mobId:"emberroot:knight_fallen"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Fallen Knight", level: 10, mobId: "emberroot:knight_fallen"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Fallen Mount",level:10,mobId:"emberroot:fallenmount"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Fallen Mount", level: 10, mobId: "emberroot:fallenmount"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Timberwolf",level:10,mobId:"emberroot:timberwolf"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Timberwolf", level: 10, mobId: "emberroot:timberwolf"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Sprite",level:10,mobId:"emberroot:rootsonesprite"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Sprite", level: 10, mobId: "emberroot:rootsonesprite"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Spriteling",level:10,mobId:"emberroot:rootsonespriteling"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Spriteling", level: 10, mobId: "emberroot:rootsonespriteling"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"entity.rootsonespriteprojectile.name",level:10,mobId:"emberroot:rootsonespriteprojectile"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "entity.rootsonespriteprojectile.name", level: 10, mobId: "emberroot:rootsonespriteprojectile"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Greater Sprite",level:10,mobId:"emberroot:rootsonespritegreater"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Greater Sprite", level: 10, mobId: "emberroot:rootsonespritegreater"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Guardian of Sprites",level:10,mobId:"emberroot:rootsonespriteboss"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Guardian of Sprites", level: 10, mobId: "emberroot:rootsonespriteboss"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Frozen Skeleton",level:10,mobId:"emberroot:skeleton_frozen"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Frozen Skeleton", level: 10, mobId: "emberroot:skeleton_frozen"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Ender Fighter",level:10,mobId:"enderutilities:endermanfighter"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Ender Fighter", level: 10, mobId: "enderutilities:endermanfighter"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Industrialist Fat Cat",level:10,mobId:"fat_cat:fat_cat"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Industrialist Fat Cat", level: 10, mobId: "fat_cat:fat_cat"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Pink Slime",level:10,mobId:"industrialforegoing:pink_slime"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Pink Slime", level: 10, mobId: "industrialforegoing:pink_slime"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Cod",level:10,mobId:"jaff:cod"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Cod", level: 10, mobId: "jaff:cod"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Salmon",level:10,mobId:"jaff:salmon"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Salmon", level: 10, mobId: "jaff:salmon"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Clownfish",level:10,mobId:"jaff:clownfish"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Clownfish", level: 10, mobId: "jaff:clownfish"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Pufferfish",level:10,mobId:"jaff:pufferfish"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Pufferfish", level: 10, mobId: "jaff:pufferfish"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Magma Monster",level:10,mobId:"magma_monsters:magma_monster"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Magma Monster", level: 10, mobId: "magma_monsters:magma_monster"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Magma Monster Grunt",level:10,mobId:"magma_monsters:magma_monster_grunt"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Magma Monster Grunt", level: 10, mobId: "magma_monsters:magma_monster_grunt"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Pigtificate Leader",level:10,mobId:"nex:pigtificate_leader"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Pigtificate Leader", level: 10, mobId: "nex:pigtificate_leader"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Pigtificate",level:10,mobId:"nex:pigtificate"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Pigtificate", level: 10, mobId: "nex:pigtificate"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Gold Golem",level:10,mobId:"nex:gold_golem"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Gold Golem", level: 10, mobId: "nex:gold_golem"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Mogus",level:10,mobId:"nex:mogus"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Mogus", level: 10, mobId: "nex:mogus"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Salamander",level:10,mobId:"nex:salamander"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Salamander", level: 10, mobId: "nex:salamander"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Wight",level:10,mobId:"nex:wight"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Wight", level: 10, mobId: "nex:wight"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Ember",level:10,mobId:"nex:ember"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Ember", level: 10, mobId: "nex:ember"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Nethermite",level:10,mobId:"nex:nethermite"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Nethermite", level: 10, mobId: "nex:nethermite"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Spinout",level:10,mobId:"nex:spinout"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Spinout", level: 10, mobId: "nex:spinout"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Spore Creeper",level:10,mobId:"nex:spore_creeper"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Spore Creeper", level: 10, mobId: "nex:spore_creeper"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Spore",level:10,mobId:"nex:spore"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Spore", level: 10, mobId: "nex:spore"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Ghastling",level:10,mobId:"nex:ghastling"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Ghastling", level: 10, mobId: "nex:ghastling"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Bone Spider",level:10,mobId:"nex:bone_spider"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Bone Spider", level: 10, mobId: "nex:bone_spider"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Brute",level:10,mobId:"nex:brute"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Brute", level: 10, mobId: "nex:brute"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Ghast Queen",level:10,mobId:"nex:ghast_queen"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Ghast Queen", level: 10, mobId: "nex:ghast_queen"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"entity.player_boss.name",level:10,mobId:"playerbosses:player_boss"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "entity.player_boss.name", level: 10, mobId: "playerbosses:player_boss"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Player Mob",level:10,mobId:"playerskins:playermob"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Player Mob", level: 10, mobId: "playerskins:playermob"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Dark Druid",level:10,mobId:"thebetweenlands:dark_druid"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Dark Druid", level: 10, mobId: "thebetweenlands:dark_druid"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Angler",level:10,mobId:"thebetweenlands:angler"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Angler", level: 10, mobId: "thebetweenlands:angler"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Sludge",level:10,mobId:"thebetweenlands:sludge"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Sludge", level: 10, mobId: "thebetweenlands:sludge"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Swamp Hag",level:10,mobId:"thebetweenlands:swamp_hag"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Swamp Hag", level: 10, mobId: "thebetweenlands:swamp_hag"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Wight",level:10,mobId:"thebetweenlands:wight"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Wight", level: 10, mobId: "thebetweenlands:wight"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Firefly",level:10,mobId:"thebetweenlands:firefly"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Firefly", level: 10, mobId: "thebetweenlands:firefly"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Sporeling",level:10,mobId:"thebetweenlands:sporeling"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Sporeling", level: 10, mobId: "thebetweenlands:sporeling"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Leech",level:10,mobId:"thebetweenlands:leech"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Leech", level: 10, mobId: "thebetweenlands:leech"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Dragonfly",level:10,mobId:"thebetweenlands:dragonfly"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Dragonfly", level: 10, mobId: "thebetweenlands:dragonfly"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Blood Snail",level:10,mobId:"thebetweenlands:blood_snail"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Blood Snail", level: 10, mobId: "thebetweenlands:blood_snail"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Mire Snail",level:10,mobId:"thebetweenlands:mire_snail"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Mire Snail", level: 10, mobId: "thebetweenlands:mire_snail"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Mire Snail Egg",level:10,mobId:"thebetweenlands:mire_snail_egg"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Mire Snail Egg", level: 10, mobId: "thebetweenlands:mire_snail_egg"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Lurker",level:10,mobId:"thebetweenlands:lurker"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Lurker", level: 10, mobId: "thebetweenlands:lurker"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Gecko",level:10,mobId:"thebetweenlands:gecko"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Gecko", level: 10, mobId: "thebetweenlands:gecko"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Termite",level:10,mobId:"thebetweenlands:termite"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Termite", level: 10, mobId: "thebetweenlands:termite"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Harlequin Toad",level:10,mobId:"thebetweenlands:toad"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Harlequin Toad", level: 10, mobId: "thebetweenlands:toad"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Blind Cave Fish",level:10,mobId:"thebetweenlands:blind_cave_fish"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Blind Cave Fish", level: 10, mobId: "thebetweenlands:blind_cave_fish"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Chiromaw",level:10,mobId:"thebetweenlands:chiromaw"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Chiromaw", level: 10, mobId: "thebetweenlands:chiromaw"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Frog",level:10,mobId:"thebetweenlands:frog"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Frog", level: 10, mobId: "thebetweenlands:frog"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Shallowbreath",level:10,mobId:"thebetweenlands:gas_cloud"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Shallowbreath", level: 10, mobId: "thebetweenlands:gas_cloud"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Tar Beast",level:10,mobId:"thebetweenlands:tar_beast"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Tar Beast", level: 10, mobId: "thebetweenlands:tar_beast"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Silt Crab",level:10,mobId:"thebetweenlands:silt_crab"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Silt Crab", level: 10, mobId: "thebetweenlands:silt_crab"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Pyrad",level:10,mobId:"thebetweenlands:pyrad"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Pyrad", level: 10, mobId: "thebetweenlands:pyrad"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Peat Mummy",level:10,mobId:"thebetweenlands:peat_mummy"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Peat Mummy", level: 10, mobId: "thebetweenlands:peat_mummy"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Tarminion",level:10,mobId:"thebetweenlands:tarminion"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Tarminion", level: 10, mobId: "thebetweenlands:tarminion"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Mummy Arm",level:10,mobId:"thebetweenlands:mummy_arm"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Mummy Arm", level: 10, mobId: "thebetweenlands:mummy_arm"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Primordial Malevolence",level:10,mobId:"thebetweenlands:fortress_boss"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Primordial Malevolence", level: 10, mobId: "thebetweenlands:fortress_boss"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Primordial Malevolence Spawner",level:10,mobId:"thebetweenlands:fortress_boss_spawner"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Primordial Malevolence Spawner", level: 10, mobId: "thebetweenlands:fortress_boss_spawner"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Primordial Malevolence Blockade",level:10,mobId:"thebetweenlands:fortress_boss_blockade"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Primordial Malevolence Blockade", level: 10, mobId: "thebetweenlands:fortress_boss_blockade"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Primordial Malevolence Turret",level:10,mobId:"thebetweenlands:fortress_boss_turret"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Primordial Malevolence Turret", level: 10, mobId: "thebetweenlands:fortress_boss_turret"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Dreadful Peat Mummy",level:10,mobId:"thebetweenlands:dreadful_mummy"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Dreadful Peat Mummy", level: 10, mobId: "thebetweenlands:dreadful_mummy"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Smoll Sludge",level:10,mobId:"thebetweenlands:smoll_sludge"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Smoll Sludge", level: 10, mobId: "thebetweenlands:smoll_sludge"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Greebling",level:10,mobId:"thebetweenlands:greebling"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Greebling", level: 10, mobId: "thebetweenlands:greebling"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Boulder Sprite",level:10,mobId:"thebetweenlands:boulder_sprite"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Boulder Sprite", level: 10, mobId: "thebetweenlands:boulder_sprite"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Small Spirit Tree Face",level:10,mobId:"thebetweenlands:spirit_tree_face_small"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Small Spirit Tree Face", level: 10, mobId: "thebetweenlands:spirit_tree_face_small"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Large Spirit Tree Face",level:10,mobId:"thebetweenlands:spirit_tree_face_large"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Large Spirit Tree Face", level: 10, mobId: "thebetweenlands:spirit_tree_face_large"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Tamed Spirit Tree Face",level:10,mobId:"thebetweenlands:tamed_spirit_tree_face"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Tamed Spirit Tree Face", level: 10, mobId: "thebetweenlands:tamed_spirit_tree_face"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Root Sprite",level:10,mobId:"thebetweenlands:root_sprite"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Root Sprite", level: 10, mobId: "thebetweenlands:root_sprite"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Small Sludge Worm",level:10,mobId:"thebetweenlands:small_sludge_worm"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Small Sludge Worm", level: 10, mobId: "thebetweenlands:small_sludge_worm"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Tiny Sludge Worm",level:10,mobId:"thebetweenlands:tiny_sludge_worm"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Tiny Sludge Worm", level: 10, mobId: "thebetweenlands:tiny_sludge_worm"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Large Sludge Worm",level:10,mobId:"thebetweenlands:large_sludge_worm"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Large Sludge Worm", level: 10, mobId: "thebetweenlands:large_sludge_worm"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Sludge Worm Egg Sac",level:10,mobId:"thebetweenlands:tiny_worm_egg_sac"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Sludge Worm Egg Sac", level: 10, mobId: "thebetweenlands:tiny_worm_egg_sac"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Tiny Sludge Worm Helper",level:10,mobId:"thebetweenlands:tiny_sludge_worm_helper"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Tiny Sludge Worm Helper", level: 10, mobId: "thebetweenlands:tiny_sludge_worm_helper"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Shambler",level:10,mobId:"thebetweenlands:shambler"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Shambler", level: 10, mobId: "thebetweenlands:shambler"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Lamprey",level:10,mobId:"thebetweenlands:wall_lamprey"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Lamprey", level: 10, mobId: "thebetweenlands:wall_lamprey"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Worm Hole",level:10,mobId:"thebetweenlands:moving_spawner_hole"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Worm Hole", level: 10, mobId: "thebetweenlands:moving_spawner_hole"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Living Root",level:10,mobId:"thebetweenlands:wall_living_root"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Living Root", level: 10, mobId: "thebetweenlands:wall_living_root"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Crypt Crawler",level:10,mobId:"thebetweenlands:crypt_crawler"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Crypt Crawler", level: 10, mobId: "thebetweenlands:crypt_crawler"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Barrishee",level:10,mobId:"thebetweenlands:barrishee"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Barrishee", level: 10, mobId: "thebetweenlands:barrishee"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Ash Sprite",level:10,mobId:"thebetweenlands:ash_sprite"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Ash Sprite", level: 10, mobId: "thebetweenlands:ash_sprite"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Falling Block",level:10,mobId:"thebetweenlands:triggered_falling_block"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Falling Block", level: 10, mobId: "thebetweenlands:triggered_falling_block"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Sludge Jet Turret",level:10,mobId:"thebetweenlands:triggered_sludge_wall_jet"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Sludge Jet Turret", level: 10, mobId: "thebetweenlands:triggered_sludge_wall_jet"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Splodeshroom",level:10,mobId:"thebetweenlands:splodeshroom"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Splodeshroom", level: 10, mobId: "thebetweenlands:splodeshroom"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Crypt Crawler Tunnel Entrance",level:10,mobId:"thebetweenlands:cc_ground_spawner"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Crypt Crawler Tunnel Entrance", level: 10, mobId: "thebetweenlands:cc_ground_spawner"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Emberling Shaman",level:10,mobId:"thebetweenlands:emberling_shaman"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Emberling Shaman", level: 10, mobId: "thebetweenlands:emberling_shaman"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"entity.thebetweenlands.flame_jet.name",level:10,mobId:"thebetweenlands:flame_jet"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "entity.thebetweenlands.flame_jet.name", level: 10, mobId: "thebetweenlands:flame_jet"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Emberling",level:10,mobId:"thebetweenlands:emberling"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Emberling", level: 10, mobId: "thebetweenlands:emberling"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Emberling",level:10,mobId:"thebetweenlands:wild_emberling"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Emberling", level: 10, mobId: "thebetweenlands:wild_emberling"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Sludge Menace",level:10,mobId:"thebetweenlands:sludge_menace"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Sludge Menace", level: 10, mobId: "thebetweenlands:sludge_menace"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Glen G.",level:10,mobId:"sev_tweaks_npc:glen"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Glen G.", level: 10, mobId: "sev_tweaks_npc:glen"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Shadow",level:10,mobId:"beneath:shadow"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Shadow", level: 10, mobId: "beneath:shadow"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Wild Boar",level:10,mobId:"twilightforest:wild_boar"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Wild Boar", level: 10, mobId: "twilightforest:wild_boar"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Bighorn Sheep",level:10,mobId:"twilightforest:bighorn_sheep"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Bighorn Sheep", level: 10, mobId: "twilightforest:bighorn_sheep"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Wild Deer",level:10,mobId:"twilightforest:deer"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Wild Deer", level: 10, mobId: "twilightforest:deer"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Redcap Goblin",level:10,mobId:"twilightforest:redcap"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Redcap Goblin", level: 10, mobId: "twilightforest:redcap"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Swarm Spider",level:10,mobId:"twilightforest:swarm_spider"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Swarm Spider", level: 10, mobId: "twilightforest:swarm_spider"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Naga",level:10,mobId:"twilightforest:naga"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Naga", level: 10, mobId: "twilightforest:naga"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Skeleton Druid",level:10,mobId:"twilightforest:skeleton_druid"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Skeleton Druid", level: 10, mobId: "twilightforest:skeleton_druid"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Hostile Wolf",level:10,mobId:"twilightforest:hostile_wolf"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Hostile Wolf", level: 10, mobId: "twilightforest:hostile_wolf"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Twilight Wraith",level:10,mobId:"twilightforest:wraith"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Twilight Wraith", level: 10, mobId: "twilightforest:wraith"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Hedge Spider",level:10,mobId:"twilightforest:hedge_spider"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Hedge Spider", level: 10, mobId: "twilightforest:hedge_spider"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Hydra",level:10,mobId:"twilightforest:hydra"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Hydra", level: 10, mobId: "twilightforest:hydra"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Twilight Lich",level:10,mobId:"twilightforest:lich"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Twilight Lich", level: 10, mobId: "twilightforest:lich"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Penguin",level:10,mobId:"twilightforest:penguin"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Penguin", level: 10, mobId: "twilightforest:penguin"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Lich Minion",level:10,mobId:"twilightforest:lich_minion"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Lich Minion", level: 10, mobId: "twilightforest:lich_minion"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Loyal Zombie",level:10,mobId:"twilightforest:loyal_zombie"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Loyal Zombie", level: 10, mobId: "twilightforest:loyal_zombie"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Tiny Bird",level:10,mobId:"twilightforest:tiny_bird"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Tiny Bird", level: 10, mobId: "twilightforest:tiny_bird"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Forest Squirrel",level:10,mobId:"twilightforest:squirrel"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Forest Squirrel", level: 10, mobId: "twilightforest:squirrel"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Dwarf Rabbit",level:10,mobId:"twilightforest:bunny"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Dwarf Rabbit", level: 10, mobId: "twilightforest:bunny"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Forest Raven",level:10,mobId:"twilightforest:raven"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Forest Raven", level: 10, mobId: "twilightforest:raven"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Questing Ram",level:10,mobId:"twilightforest:quest_ram"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Questing Ram", level: 10, mobId: "twilightforest:quest_ram"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Kobold",level:10,mobId:"twilightforest:kobold"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Kobold", level: 10, mobId: "twilightforest:kobold"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Mosquito Swarm",level:10,mobId:"twilightforest:mosquito_swarm"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Mosquito Swarm", level: 10, mobId: "twilightforest:mosquito_swarm"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Death Tome",level:10,mobId:"twilightforest:death_tome"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Death Tome", level: 10, mobId: "twilightforest:death_tome"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Minotaur",level:10,mobId:"twilightforest:minotaur"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Minotaur", level: 10, mobId: "twilightforest:minotaur"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Minoshroom",level:10,mobId:"twilightforest:minoshroom"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Minoshroom", level: 10, mobId: "twilightforest:minoshroom"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Fire Beetle",level:10,mobId:"twilightforest:fire_beetle"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Fire Beetle", level: 10, mobId: "twilightforest:fire_beetle"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Slime Beetle",level:10,mobId:"twilightforest:slime_beetle"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Slime Beetle", level: 10, mobId: "twilightforest:slime_beetle"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Pinch Beetle",level:10,mobId:"twilightforest:pinch_beetle"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Pinch Beetle", level: 10, mobId: "twilightforest:pinch_beetle"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Maze Slime",level:10,mobId:"twilightforest:maze_slime"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Maze Slime", level: 10, mobId: "twilightforest:maze_slime"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Redcap Sapper",level:10,mobId:"twilightforest:redcap_sapper"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Redcap Sapper", level: 10, mobId: "twilightforest:redcap_sapper"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Mist Wolf",level:10,mobId:"twilightforest:mist_wolf"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Mist Wolf", level: 10, mobId: "twilightforest:mist_wolf"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"King Spider",level:10,mobId:"twilightforest:king_spider"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "King Spider", level: 10, mobId: "twilightforest:king_spider"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Firefly",level:10,mobId:"twilightforest:firefly"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Firefly", level: 10, mobId: "twilightforest:firefly"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Carminite Ghastling",level:10,mobId:"twilightforest:mini_ghast"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Carminite Ghastling", level: 10, mobId: "twilightforest:mini_ghast"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Carminite Ghastguard",level:10,mobId:"twilightforest:tower_ghast"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Carminite Ghastguard", level: 10, mobId: "twilightforest:tower_ghast"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Carminite Golem",level:10,mobId:"twilightforest:tower_golem"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Carminite Golem", level: 10, mobId: "twilightforest:tower_golem"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Towerwood Borer",level:10,mobId:"twilightforest:tower_termite"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Towerwood Borer", level: 10, mobId: "twilightforest:tower_termite"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Carminite Broodling",level:10,mobId:"twilightforest:tower_broodling"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Carminite Broodling", level: 10, mobId: "twilightforest:tower_broodling"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Ur-Ghast",level:10,mobId:"twilightforest:ur_ghast"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Ur-Ghast", level: 10, mobId: "twilightforest:ur_ghast"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Block and Chain Goblin",level:10,mobId:"twilightforest:blockchain_goblin"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Block and Chain Goblin", level: 10, mobId: "twilightforest:blockchain_goblin"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Upper Goblin Knight",level:10,mobId:"twilightforest:goblin_knight_upper"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Upper Goblin Knight", level: 10, mobId: "twilightforest:goblin_knight_upper"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Lower Goblin Knight",level:10,mobId:"twilightforest:goblin_knight_lower"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Lower Goblin Knight", level: 10, mobId: "twilightforest:goblin_knight_lower"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Helmet Crab",level:10,mobId:"twilightforest:helmet_crab"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Helmet Crab", level: 10, mobId: "twilightforest:helmet_crab"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Knight Phantom",level:10,mobId:"twilightforest:knight_phantom"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Knight Phantom", level: 10, mobId: "twilightforest:knight_phantom"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Yeti",level:10,mobId:"twilightforest:yeti"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Yeti", level: 10, mobId: "twilightforest:yeti"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Alpha Yeti",level:10,mobId:"twilightforest:yeti_alpha"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Alpha Yeti", level: 10, mobId: "twilightforest:yeti_alpha"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Winter Wolf",level:10,mobId:"twilightforest:winter_wolf"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Winter Wolf", level: 10, mobId: "twilightforest:winter_wolf"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Snow Guardian",level:10,mobId:"twilightforest:snow_guardian"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Snow Guardian", level: 10, mobId: "twilightforest:snow_guardian"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Stable Ice Core",level:10,mobId:"twilightforest:stable_ice_core"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Stable Ice Core", level: 10, mobId: "twilightforest:stable_ice_core"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Unstable Ice Core",level:10,mobId:"twilightforest:unstable_ice_core"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Unstable Ice Core", level: 10, mobId: "twilightforest:unstable_ice_core"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Snow Queen",level:10,mobId:"twilightforest:snow_queen"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Snow Queen", level: 10, mobId: "twilightforest:snow_queen"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Cave Troll",level:10,mobId:"twilightforest:troll"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Cave Troll", level: 10, mobId: "twilightforest:troll"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Giant Miner",level:10,mobId:"twilightforest:giant_miner"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Giant Miner", level: 10, mobId: "twilightforest:giant_miner"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Armored Giant",level:10,mobId:"twilightforest:armored_giant"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Armored Giant", level: 10, mobId: "twilightforest:armored_giant"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Ice Crystal",level:10,mobId:"twilightforest:ice_crystal"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Ice Crystal", level: 10, mobId: "twilightforest:ice_crystal"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"entity.twilightforest.harbinger_cube.name",level:10,mobId:"twilightforest:harbinger_cube"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "entity.twilightforest.harbinger_cube.name", level: 10, mobId: "twilightforest:harbinger_cube"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Adherent [NYI]",level:10,mobId:"twilightforest:adherent"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Adherent [NYI]", level: 10, mobId: "twilightforest:adherent"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"entity.twilightforest.roving_cube.name",level:10,mobId:"twilightforest:roving_cube"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "entity.twilightforest.roving_cube.name", level: 10, mobId: "twilightforest:roving_cube"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Castle Guardian [NYI]",level:10,mobId:"twilightforest:castle_guardian"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Castle Guardian [NYI]", level: 10, mobId: "twilightforest:castle_guardian"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Hydra Head",level:10,mobId:"twilightforest:hydra_head"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Hydra Head", level: 10, mobId: "twilightforest:hydra_head"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Boggard [NYI]",level:10,mobId:"twilightforest:boggard"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Boggard [NYI]", level: 10, mobId: "twilightforest:boggard"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Blue Slime",level:10,mobId:"tconstruct:blueslime"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Blue Slime", level: 10, mobId: "tconstruct:blueslime"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Robit",level:10,mobId:"mekanism:robit"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Robit", level: 10, mobId: "mekanism:robit"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Baby Skeleton",level:10,mobId:"mekanism:babyskeleton"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Baby Skeleton", level: 10, mobId: "mekanism:babyskeleton"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Imp",level:10,mobId:"natura:imp"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Imp", level: 10, mobId: "natura:imp"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Heatscar Spider",level:10,mobId:"natura:heatscarspider"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Heatscar Spider", level: 10, mobId: "natura:heatscarspider"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Baby Heatscar Spider",level:10,mobId:"natura:babyheatscarspider"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Baby Heatscar Spider", level: 10, mobId: "natura:babyheatscarspider"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Nitro Creeper",level:10,mobId:"natura:nitrocreeper"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Nitro Creeper", level: 10, mobId: "natura:nitrocreeper"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"entity.sentient_specter.name",level:10,mobId:"bloodmagic:sentient_specter"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "entity.sentient_specter.name", level: 10, mobId: "bloodmagic:sentient_specter"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"entity.mimic.name",level:10,mobId:"bloodmagic:mimic"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "entity.mimic.name", level: 10, mobId: "bloodmagic:mimic"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"entity.corrupted_zombie.name",level:10,mobId:"bloodmagic:corrupted_zombie"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "entity.corrupted_zombie.name", level: 10, mobId: "bloodmagic:corrupted_zombie"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"entity.corrupted_sheep.name",level:10,mobId:"bloodmagic:corrupted_sheep"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "entity.corrupted_sheep.name", level: 10, mobId: "bloodmagic:corrupted_sheep"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"entity.corrupted_chicken.name",level:10,mobId:"bloodmagic:corrupted_chicken"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "entity.corrupted_chicken.name", level: 10, mobId: "bloodmagic:corrupted_chicken"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"entity.corrupted_spider.name",level:10,mobId:"bloodmagic:corrupted_spider"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "entity.corrupted_spider.name", level: 10, mobId: "bloodmagic:corrupted_spider"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"entity.merchant.name",level:10,mobId:"farmingforblockheads:merchant"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "entity.merchant.name", level: 10, mobId: "farmingforblockheads:merchant"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Drone",level:10,mobId:"pneumaticcraft:drone"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Drone", level: 10, mobId: "pneumaticcraft:drone"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Logistic Drone",level:10,mobId:"pneumaticcraft:logistic_drone"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Logistic Drone", level: 10, mobId: "pneumaticcraft:logistic_drone"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Harvesting Drone",level:10,mobId:"pneumaticcraft:harvesting_drone"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Harvesting Drone", level: 10, mobId: "pneumaticcraft:harvesting_drone"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Adélie Penguin",level:10,mobId:"waddles:adelie_penguin"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Adélie Penguin", level: 10, mobId: "waddles:adelie_penguin"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Buffalo",level:10,mobId:"totemic:buffalo"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Buffalo", level: 10, mobId: "totemic:buffalo"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Baykok",level:10,mobId:"totemic:baykok"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Baykok", level: 10, mobId: "totemic:baykok"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Bald Eagle",level:10,mobId:"totemic:bald_eagle"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Bald Eagle", level: 10, mobId: "totemic:bald_eagle"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Trumpet Skeleton",level:10,mobId:"trumpetskeleton:trumpet_skeleton"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Trumpet Skeleton", level: 10, mobId: "trumpetskeleton:trumpet_skeleton"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Ovis Atre",level:10,mobId:"primal:ovis_atre"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Ovis Atre", level: 10, mobId: "primal:ovis_atre"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Steppe Wolf",level:10,mobId:"primal:canis_campestris"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Steppe Wolf", level: 10, mobId: "primal:canis_campestris"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Brown Bear",level:10,mobId:"primal:bear_brown"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Brown Bear", level: 10, mobId: "primal:bear_brown"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Black Bear",level:10,mobId:"primal:bear_black"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Black Bear", level: 10, mobId: "primal:bear_black"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Nether Creeper",level:10,mobId:"primal:creeper_nether"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Nether Creeper", level: 10, mobId: "primal:creeper_nether"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Alligator",level:10,mobId:"primal:gator"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Alligator", level: 10, mobId: "primal:gator"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Syringe - rftools:syringe:0{mobName:"Hammerhead Shark",level:10,mobId:"primal:shark_hammerhead"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mobName: "Hammerhead Shark", level: 10, mobId: "primal:shark_hammerhead"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Peace Essence - rftools:peace_essence:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Developers Delight - rftools:developers_delight:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. RF Network Monitor - rftools:network_monitor:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Modifier - rftools:modifier_module:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Storage Tablet - rftools:storage_module_tablet:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tier 1 Storage Module - rftools:storage_module:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tier 2 Storage Module - rftools:storage_module:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tier 3 Storage Module - rftools:storage_module:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Remote Storage Module - rftools:storage_module:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Ore Dictionary Type Module - rftools:oredict_module:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Generic Type Module - rftools:generic_module:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Filter Module - rftools:filter_module:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Teleporter Probe - rftools:teleport_probe:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Charged Porter - rftools:charged_porter:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Advanced Charged Porter - rftools:advanced_charged_porter:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Text Screen Module - rftools:text_module:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Inventory Screen Module - rftools:inventory_module:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Inventory Plus Screen Module - rftools:inventoryplus_module:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Energy Screen Module - rftools:energy_module:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Energy Plus Screen Module - rftools:energyplus_module:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Clock Screen Module - rftools:clock_module:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Fluid Screen Module - rftools:fluid_module:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Fluid Plus Screen Module - rftools:fluidplus_module:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Machine Information Screen Module - rftools:machineinformation_module:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Computer Screen Module - rftools:computer_module:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Button Screen Module - rftools:button_module:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Elevator Button Screen Module - rftools:elevator_button_module:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Redstone Screen Module - rftools:redstone_module:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Counter Screen Module - rftools:counter_module:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Counter Plus Screen Module - rftools:counterplus_module:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Storage Control Screen Module - rftools:storage_control_module:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Dump Screen Module - rftools:dump_module:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Space Chamber Card - rftools:space_chamber_card:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Shape Card - rftools:shape_card:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Shape Card (Void) - rftools:shape_card:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Shape Card (Quarry) - rftools:shape_card:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Shape Card (Silk Quarry) - rftools:shape_card:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Shape Card (Fortune Quarry) - rftools:shape_card:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Shape Card (Clearing Quarry) - rftools:shape_card:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Shape Card (Clearing Silk Quarry) - rftools:shape_card:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Shape Card (Clearing Fortune Quarry) - rftools:shape_card:7 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Shape Card (Pump) - rftools:shape_card:8 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Shape Card (Clearing Pump) - rftools:shape_card:9 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Shape Card (Placing Liquids) - rftools:shape_card:10 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Powercell Card - rftools:powercell_card:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Regeneration Environmental Module - rftools:regeneration_module:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Regeneration Plus Environmental Module - rftools:regenerationplus_module:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Speed Environmental Module - rftools:speed_module:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Speed Plus Environmental Module - rftools:speedplus_module:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Haste Environmental Module - rftools:haste_module:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Haste Plus Environmental Module - rftools:hasteplus_module:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Saturation Environmental Module - rftools:saturation_module:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Saturation Plus Environmental Module - rftools:saturationplus_module:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Feather Falling Environmental Module - rftools:featherfalling_module:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Feather Falling Plus Environmental Module - rftools:featherfallingplus_module:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Flight Environmental Module - rftools:flight_module:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Peaceful Environmental Module - rftools:peaceful_module:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Water Breathing Environmental Module - rftools:waterbreathing_module:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Night Vision Environmental Module - rftools:nightvision_module:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Blindness Environmental Module - rftools:blindness_module:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Weakness Environmental Module - rftools:weakness_module:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Poison Environmental Module - rftools:poison_module:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Slowness Environmental Module - rftools:slowness_module:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Glowing Environmental Module - rftools:glowing_module:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Luck Environmental Module - rftools:luck_module:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. No Teleport Environmental Module - rftools:noteleport_module:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Orphaning Card - rftools:orphaning_card:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Security Card - rftools:security_card:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Machine Frame - rftools:machine_frame:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Machine Base - rftools:machine_base:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Dimensional Shard Ore - rftools:dimensional_shard_ore:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Dimensional Shard Ore - rftools:dimensional_shard_ore:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Dimensional Shard Ore - rftools:dimensional_shard_ore:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Coal Generator - rftools:coalgenerator:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Crafter Tier 1 - rftools:crafter1:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Crafter Tier 2 - rftools:crafter2:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Crafter Tier 3 - rftools:crafter3:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Modular Storage - rftools:modular_storage:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Remote Storage - rftools:remote_storage:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Storage Terminal - rftools:storage_terminal:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Level Emitter - rftools:level_emitter:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Matter Transmitter - rftools:matter_transmitter:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Matter Receiver - rftools:matter_receiver:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Dialing Device - rftools:dialing_device:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Simple Dialer - rftools:simple_dialer:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Destination Analyzer - rftools:destination_analyzer:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Matter Booster - rftools:matter_booster:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Screen - rftools:screen:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Screen Controller - rftools:screen_controller:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Redstone Transmitter - rftools:redstone_transmitter_block:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Redstone Receiver - rftools:redstone_receiver_block:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Sequencer - rftools:sequencer_block:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Counter - rftools:counter_block:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Logic Gate - rftools:logic_block:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Inventory Checker - rftools:invchecker_block:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Sensor - rftools:sensor_block:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Analog - rftools:analog_block:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Digit - rftools:digit_block:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Wire - rftools:wire_block:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Timer - rftools:timer_block:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Machine Infuser - rftools:machine_infuser:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Space Chamber Corner Block - rftools:space_chamber:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Space Chamber Controller Block - rftools:space_chamber_controller:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Support Block - rftools:support_block:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Builder - rftools:builder:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Composer - rftools:composer:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Locator - rftools:locator:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Projector - rftools:projector:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Scanner - rftools:scanner:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Remote Scanner - rftools:remote_scanner:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Powercell - rftools:powercell:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Advanced Powercell - rftools:powercell_advanced:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Simple Powercell - rftools:powercell_simple:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Power Relay - rftools:relay:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. RF Monitor - rftools:rf_monitor:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Liquid Monitor - rftools:liquid_monitor:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Shield Projector Tier 1 - rftools:shield_block1:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Shield Projector Tier 2 - rftools:shield_block2:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Shield Projector Tier 3 - rftools:shield_block3:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Shield Projector Tier 4 - rftools:shield_block4:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Invisible Shield Block - rftools:invisible_shield_block:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Invisible Shield Block - rftools:notick_invisible_shield_block:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Invisible Shield Block - rftools:invisible_shield_block_opaque:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Invisible Shield Block - rftools:notick_invisible_shield_block_opaque:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Shield Template - rftools:shield_template_block:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Shield Template - rftools:shield_template_block:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Shield Template - rftools:shield_template_block:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Shield Template - rftools:shield_template_block:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Solid Shield Block - rftools:solid_shield_block:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Solid Shield Block - rftools:notick_solid_shield_block:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Camo Shield Block - rftools:camo_shield_block:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Camo Shield Block - rftools:notick_camo_shield_block:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Solid Shield Block - rftools:solid_shield_block_opaque:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Solid Shield Block - rftools:notick_solid_shield_block_opaque:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Camo Shield Block - rftools:camo_shield_block_opaque:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Camo Shield Block - rftools:notick_camo_shield_block_opaque:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Environmental Controller - rftools:environmental_controller:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Spawner - rftools:spawner:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Matter Beamer - rftools:matter_beamer:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Block Protector - rftools:block_protector:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Item Filter - rftools:item_filter:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Security Manager - rftools:security_manager:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Endergenic Generator - rftools:endergenic:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Pearl Injector - rftools:pearl_injector:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Ender Monitor - rftools:ender_monitor:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Storage Scanner - rftools:storage_scanner:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Elevator - rftools:elevator:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Booster - rftools:booster:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. RFTools Control Manual - rftoolscontrol:rftoolscontrol_manual:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Program Card - rftoolscontrol:program_card:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. CPU Core B500 - rftoolscontrol:cpu_core_500:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. CPU Core S1000 - rftoolscontrol:cpu_core_1000:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. CPU Core EX2000 - rftoolscontrol:cpu_core_2000:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. RAM Chip 8E - rftoolscontrol:ram_chip:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Network Card - rftoolscontrol:network_card:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Advanced Network Card - rftoolscontrol:advanced_network_card:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Card Base - rftoolscontrol:card_base:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Crafting Card - rftoolscontrol:crafting_card:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Token - rftoolscontrol:token:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Network Identifier - rftoolscontrol:network_identifier:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Graphics Card - rftoolscontrol:graphics_card:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Variable Screen Module - rftoolscontrol:variable_module:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Interaction Screen Module - rftoolscontrol:interaction_module:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Console Screen Module - rftoolscontrol:console_module:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Vector Art Screen Module - rftoolscontrol:vectorart_module:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Programmer - rftoolscontrol:programmer:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Processor - rftoolscontrol:processor:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Node - rftoolscontrol:node:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Crafting Station - rftoolscontrol:craftingstation:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Workbench - rftoolscontrol:workbench:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Multi Tank - rftoolscontrol:tank:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Scanner - scannable:scanner:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Scanner - scannable:scanner:0{energy:5000} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({energy: 5000}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Blank Scanner Module - scannable:module_blank:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Scanner Module: Range - scannable:module_range:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Scanner Module: Animals - scannable:module_animal:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Scanner Module: Monsters - scannable:module_monster:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Scanner Module: Common Ores - scannable:module_ore_common:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Scanner Module: Rare Ores - scannable:module_ore_rare:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Scanner Module: Block - scannable:module_block:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Scanner Module: Structures - scannable:module_structure:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Scanner Module: Fluids - scannable:module_fluid:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Scanner Module: Entity - scannable:module_entity:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Diamond Dust - mekanism:otherdust:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Diamond Gear - contenttweaker:material_part:88 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. 2 entries: +Osmium Cluster - geolosys:cluster:12 +Osmium Ore - mekanism:oreblock:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Abyssal Diamond Ore - abyssalcraft:abydiaore:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Atomic Reconstructor - actuallyadditions:block_atomic_reconstructor:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. actuallyadditions.lolWutHowUDoDis - actuallyadditions:block_colored_lamp:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Orange Lamp - actuallyadditions:block_colored_lamp:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. White Lamp - actuallyadditions:block_colored_lamp:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Black Crystal Cluster - actuallyadditions:block_crystal_cluster_coal:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Light Blue Crystal Cluster - actuallyadditions:block_crystal_cluster_diamond:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Green Crystal Cluster - actuallyadditions:block_crystal_cluster_emerald:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. White Crystal Cluster - actuallyadditions:block_crystal_cluster_iron:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Blue Crystal Cluster - actuallyadditions:block_crystal_cluster_lapis:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Red Crystal Cluster - actuallyadditions:block_crystal_cluster_redstone:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Empowered Palis Crystal Block - actuallyadditions:block_crystal_empowered:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Empowered Diamatine Crystal Block - actuallyadditions:block_crystal_empowered:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Empowered Void Crystal Block - actuallyadditions:block_crystal_empowered:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Empowered Emeradic Crystal Block - actuallyadditions:block_crystal_empowered:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Empowered Enori Crystal Block - actuallyadditions:block_crystal_empowered:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Empowered Restonia Crystal Block - actuallyadditions:block_crystal_empowered:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Palis Crystal Block - actuallyadditions:block_crystal:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Diamatine Crystal Block - actuallyadditions:block_crystal:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Void Crystal Block - actuallyadditions:block_crystal:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Emeradic Crystal Block - actuallyadditions:block_crystal:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Enori Crystal Block - actuallyadditions:block_crystal:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Restonia Crystal Block - actuallyadditions:block_crystal:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Display Stand - actuallyadditions:block_display_stand:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Automatic Precision Dropper - actuallyadditions:block_dropper:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Empowerer - actuallyadditions:block_empowerer:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Energizer - actuallyadditions:block_energizer:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Enervator - actuallyadditions:block_enervator:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Firework Box - actuallyadditions:block_firework_box:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Fishing Net - actuallyadditions:block_fishing_net:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Fluid Collector - actuallyadditions:block_fluid_collector:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Fluid Placer - actuallyadditions:block_fluid_placer:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Item Repairer - actuallyadditions:block_item_repairer:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Item Interface - actuallyadditions:block_item_viewer:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Lamp Controller - actuallyadditions:block_lamp_powerer:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Advanced Energy Laser Relay - actuallyadditions:block_laser_relay_advanced:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Extreme Energy Laser Relay - actuallyadditions:block_laser_relay_extreme:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Fluid Laser Relay - actuallyadditions:block_laser_relay_fluids:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Advanced Item Laser Relay - actuallyadditions:block_laser_relay_item_whitelist:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Item Laser Relay - actuallyadditions:block_laser_relay_item:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Energy Laser Relay - actuallyadditions:block_laser_relay:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Lava Factory Controller - actuallyadditions:block_lava_factory_controller:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Leaf-Eating Generator - actuallyadditions:block_leaf_generator:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Vertical Digger - actuallyadditions:block_miner:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Phantom Booster - actuallyadditions:block_phantom_booster:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Phantom Breaker - actuallyadditions:block_phantom_breaker:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Phantom Energyface - actuallyadditions:block_phantom_energyface:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Phantom Liquiface - actuallyadditions:block_phantom_liquiface:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Phantom Placer - actuallyadditions:block_phantom_placer:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Phantom Redstoneface - actuallyadditions:block_phantom_redstoneface:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Phantomface - actuallyadditions:block_phantomface:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Auto-Placer - actuallyadditions:block_placer:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Player Interface - actuallyadditions:block_player_interface:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Ranged Collector - actuallyadditions:block_ranged_collector:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Shock Absorber - actuallyadditions:block_shock_suppressor:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Ethetic Green Wall - actuallyadditions:block_testifi_bucks_green_fence:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Ethetic Green Slab - actuallyadditions:block_testifi_bucks_green_slab:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Ethetic Green Stairs - actuallyadditions:block_testifi_bucks_green_stairs:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Ethetic Green Block - actuallyadditions:block_testifi_bucks_green_wall:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Ethetic Quartz Wall - actuallyadditions:block_testifi_bucks_white_fence:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Ethetic Quartz Slab - actuallyadditions:block_testifi_bucks_white_slab:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Ethetic Quartz Stairs - actuallyadditions:block_testifi_bucks_white_stairs:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Ethetic Quartz - actuallyadditions:block_testifi_bucks_white_wall:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Experience Solidifier - actuallyadditions:block_xp_solidifier:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Diamond AIOT - actuallyadditions:diamond_paxel:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Emerald AIOT - actuallyadditions:emerald_paxel:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Void Crystal Axe - actuallyadditions:item_axe_crystal_black:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Palis Crystal Axe - actuallyadditions:item_axe_crystal_blue:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Emeradic Crystal Axe - actuallyadditions:item_axe_crystal_green:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Diamatine Crystal Axe - actuallyadditions:item_axe_crystal_light_blue:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Restonia Crystal Axe - actuallyadditions:item_axe_crystal_red:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Enori Crystal Axe - actuallyadditions:item_axe_crystal_white:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Emerald Axe - actuallyadditions:item_axe_emerald:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Void Crystal Boots - actuallyadditions:item_boots_crystal_black:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Palis Crystal Boots - actuallyadditions:item_boots_crystal_blue:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Emeradic Crystal Boots - actuallyadditions:item_boots_crystal_green:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Diamatine Crystal Boots - actuallyadditions:item_boots_crystal_light_blue:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Restonia Crystal Boots - actuallyadditions:item_boots_crystal_red:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Enori Crystal Boots - actuallyadditions:item_boots_crystal_white:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Emerald Boots - actuallyadditions:item_boots_emerald:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Void Crystal Chestplate - actuallyadditions:item_chest_crystal_black:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Palis Crystal Chestplate - actuallyadditions:item_chest_crystal_blue:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Emeradic Crystal Chest - actuallyadditions:item_chest_crystal_green:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Diamatine Crystal Chestplate - actuallyadditions:item_chest_crystal_light_blue:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Restonia Crystal Chestplate - actuallyadditions:item_chest_crystal_red:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Enori Crystal Chest - actuallyadditions:item_chest_crystal_white:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Emerald Chestplate - actuallyadditions:item_chest_emerald:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Empowered Palis Crystal - actuallyadditions:item_crystal_empowered:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Empowered Diamatine Crystal - actuallyadditions:item_crystal_empowered:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Empowered Void Crystal - actuallyadditions:item_crystal_empowered:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Empowered Emeradic Crystal - actuallyadditions:item_crystal_empowered:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Empowered Enori Crystal - actuallyadditions:item_crystal_empowered:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Empowered Restonia Crystal - actuallyadditions:item_crystal_empowered:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Blue Crystal Shard - actuallyadditions:item_crystal_shard:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Light Blue Crystal Shard - actuallyadditions:item_crystal_shard:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Black Crystal Shard - actuallyadditions:item_crystal_shard:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Green Crystal Shard - actuallyadditions:item_crystal_shard:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. White Crystal Shard - actuallyadditions:item_crystal_shard:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Red Crystal Shard - actuallyadditions:item_crystal_shard:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Palis Crystal - actuallyadditions:item_crystal:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Diamatine Crystal - actuallyadditions:item_crystal:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Void Crystal - actuallyadditions:item_crystal:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Emeradic Crystal - actuallyadditions:item_crystal:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Enori Crystal - actuallyadditions:item_crystal:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Restonia Crystal - actuallyadditions:item_crystal:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Lens of Certain Death - actuallyadditions:item_damage_lens:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Lens of Disenchanting - actuallyadditions:item_disenchanting_lens:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Crushed Diamond - actuallyadditions:item_dust:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Crushed Emerald - actuallyadditions:item_dust:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Engineer's Infrared Goggles - actuallyadditions:item_engineer_goggles_advanced:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Engineer's Goggles - actuallyadditions:item_engineer_goggles:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Lens of Detonation - actuallyadditions:item_explosion_lens:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Handheld Filler - actuallyadditions:item_filling_wand:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Void Crystal Helmet - actuallyadditions:item_helm_crystal_black:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Palis Crystal Helmet - actuallyadditions:item_helm_crystal_blue:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Emeradic Crystal Helmet - actuallyadditions:item_helm_crystal_green:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Diamatine Crystal Helmet - actuallyadditions:item_helm_crystal_light_blue:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Restonia Crystal Helmet - actuallyadditions:item_helm_crystal_red:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Enori Crystal Helmet - actuallyadditions:item_helm_crystal_white:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Emerald Helmet - actuallyadditions:item_helm_emerald:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Void Crystal Hoe - actuallyadditions:item_hoe_crystal_black:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Palis Crystal Hoe - actuallyadditions:item_hoe_crystal_blue:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Emeradic Crystal Hoe - actuallyadditions:item_hoe_crystal_green:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Diamatine Crystal Hoe - actuallyadditions:item_hoe_crystal_light_blue:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Restonia Crystal Hoe - actuallyadditions:item_hoe_crystal_red:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Enori Crystal Hoe - actuallyadditions:item_hoe_crystal_white:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Emerald Hoe - actuallyadditions:item_hoe_emerald:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Laser Relay Modifier: Invisibility - actuallyadditions:item_laser_upgrade_invisibility:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Laser Relay Modifier: Range - actuallyadditions:item_laser_upgrade_range:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Advanced Leaf Blower - actuallyadditions:item_leaf_blower_advanced:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Lens of the Miner - actuallyadditions:item_mining_lens:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Lens - actuallyadditions:item_misc:18 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Ender Star - actuallyadditions:item_misc:19 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Crystallized Canola Seed - actuallyadditions:item_misc:23 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Empowered Canola Seed - actuallyadditions:item_misc:24 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Lens of the Killer - actuallyadditions:item_more_damage_lens:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Void Crystal Pants - actuallyadditions:item_pants_crystal_black:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Palis Crystal Pants - actuallyadditions:item_pants_crystal_blue:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Emeradic Crystal Pants - actuallyadditions:item_pants_crystal_green:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Diamatine Crystal Pants - actuallyadditions:item_pants_crystal_light_blue:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Restonia Crystal Pants - actuallyadditions:item_pants_crystal_red:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Enori Crystal Pants - actuallyadditions:item_pants_crystal_white:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Emerald Pants - actuallyadditions:item_pants_emerald:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Void Crystal AIOT - actuallyadditions:item_paxel_crystal_black:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Palis Crystal AIOT - actuallyadditions:item_paxel_crystal_blue:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Emeradic Crystal AIOT - actuallyadditions:item_paxel_crystal_green:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Diamatine Crystal AIOT - actuallyadditions:item_paxel_crystal_light_blue:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Restonia Crystal AIOT - actuallyadditions:item_paxel_crystal_red:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Enori Crystal AIOT - actuallyadditions:item_paxel_crystal_white:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Phantom Connector - actuallyadditions:item_phantom_connector:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Void Crystal Pickaxe - actuallyadditions:item_pickaxe_crystal_black:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Palis Crystal Pickaxe - actuallyadditions:item_pickaxe_crystal_blue:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Emeradic Crystal Pickaxe - actuallyadditions:item_pickaxe_crystal_green:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Diamatine Crystal Pickaxe - actuallyadditions:item_pickaxe_crystal_light_blue:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Restonia Crystal Pickaxe - actuallyadditions:item_pickaxe_crystal_red:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Enori Crystal Pickaxe - actuallyadditions:item_pickaxe_crystal_white:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Emerald Pickaxe - actuallyadditions:item_pickaxe_emerald:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Player Probe - actuallyadditions:item_player_probe:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Advanced Ring of - actuallyadditions:item_potion_ring_advanced:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Ring of - actuallyadditions:item_potion_ring:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Void Crystal Shovel - actuallyadditions:item_shovel_crystal_black:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Palis Crystal Shovel - actuallyadditions:item_shovel_crystal_blue:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Emeradic Crystal Shovel - actuallyadditions:item_shovel_crystal_green:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Diamatine Crystal Shovel - actuallyadditions:item_shovel_crystal_light_blue:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Restonia Crystal Shovel - actuallyadditions:item_shovel_crystal_red:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Enori Crystal Shovel - actuallyadditions:item_shovel_crystal_white:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Emerald Shovel - actuallyadditions:item_shovel_emerald:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Spawner Changer - actuallyadditions:item_spawner_changer:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Ring of Magnetizing - actuallyadditions:item_suction_ring:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Void Crystal Sword - actuallyadditions:item_sword_crystal_black:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Palis Crystal Sword - actuallyadditions:item_sword_crystal_blue:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Emeradic Crystal Sword - actuallyadditions:item_sword_crystal_green:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Diamatine Crystal Sword - actuallyadditions:item_sword_crystal_light_blue:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Restonia Crystal Sword - actuallyadditions:item_sword_crystal_red:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Enori Crystal Sword - actuallyadditions:item_sword_crystal_white:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Emerald Sword - actuallyadditions:item_sword_emerald:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Teleport Staff - actuallyadditions:item_tele_staff:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Void Sack - actuallyadditions:item_void_bag:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Ring of Liquid Banning - actuallyadditions:item_water_removal_ring:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Wings Of The Bats - actuallyadditions:item_wings_of_the_bats:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Ring of Magnetizing - actuallyadditions:magnet_ring_bauble:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Advanced Ring of - actuallyadditions:potion_ring_advanced_bauble:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Cell Workbench - appliedenergistics2:cell_workbench:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Charged Staff - appliedenergistics2:charged_staff:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Charger - appliedenergistics2:charger:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. ME Chest - appliedenergistics2:chest:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Color Applicator - Empty - appliedenergistics2:color_applicator:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Matter Condenser - appliedenergistics2:condenser:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. ME Controller - appliedenergistics2:controller:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Crafting Co-Processing Unit - appliedenergistics2:crafting_accelerator:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Crafting Monitor - appliedenergistics2:crafting_monitor:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. 1k Crafting Storage - appliedenergistics2:crafting_storage_1k:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. 4k Crafting Storage - appliedenergistics2:crafting_storage_4k:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. 16k Crafting Storage - appliedenergistics2:crafting_storage_16k:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. 64k Crafting Storage - appliedenergistics2:crafting_storage_64k:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Crafting Unit - appliedenergistics2:crafting_unit:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Creative Energy Cell - appliedenergistics2:creative_energy_cell:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Creative ME Storage Cell - appliedenergistics2:creative_storage_cell:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Nether Quartz Seed - appliedenergistics2:crystal_seed:600{progress:600} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({progress: 600}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Fluix Seed - appliedenergistics2:crystal_seed:1200{progress:1200} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({progress: 1200}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Certus Quartz Seed - appliedenergistics2:crystal_seed:0{progress:0} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({progress: 0}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Dense Energy Cell - appliedenergistics2:dense_energy_cell:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. ME Drive - appliedenergistics2:drive:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Encoded Pattern - appliedenergistics2:encoded_pattern:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Entropy Manipulator - appliedenergistics2:entropy_manipulator:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. ME IO Port - appliedenergistics2:io_port:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Matter Ball - appliedenergistics2:material:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Fluix Pearl - appliedenergistics2:material:9 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Pure Certus Quartz Crystal - appliedenergistics2:material:10 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Pure Nether Quartz Crystal - appliedenergistics2:material:11 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Pure Fluix Crystal - appliedenergistics2:material:12 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Inscriber Calculation Press - appliedenergistics2:material:13 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Printed Calculation Circuit - appliedenergistics2:material:16 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Calculation Processor - appliedenergistics2:material:23 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Basic Card - appliedenergistics2:material:25 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Redstone Card - appliedenergistics2:material:26 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Capacity Card - appliedenergistics2:material:27 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Advanced Card - appliedenergistics2:material:28 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Fuzzy Card - appliedenergistics2:material:29 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Acceleration Card - appliedenergistics2:material:30 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Inverter Card - appliedenergistics2:material:31 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. 2³ Spatial Component - appliedenergistics2:material:32 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. 16³ Spatial Component - appliedenergistics2:material:33 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. 128³ Spatial Component - appliedenergistics2:material:34 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. 1k ME Storage Component - appliedenergistics2:material:35 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. 4k ME Storage Component - appliedenergistics2:material:36 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. 16k ME Storage Component - appliedenergistics2:material:37 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. 64k ME Storage Component - appliedenergistics2:material:38 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. ME Storage Housing - appliedenergistics2:material:39 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Wireless Receiver - appliedenergistics2:material:41 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Wireless Booster - appliedenergistics2:material:42 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Singularity - appliedenergistics2:material:47 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Quantum Entangled Singularity - appliedenergistics2:material:48 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Blank Pattern - appliedenergistics2:material:52 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Crafting Card - appliedenergistics2:material:53 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Matter Cannon - appliedenergistics2:matter_cannon:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Memory Card - appliedenergistics2:memory_card:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Molecular Assembler - appliedenergistics2:molecular_assembler:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Network Tool - appliedenergistics2:network_tool:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Portable Cell - appliedenergistics2:portable_cell:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. ME Quantum Link Chamber - appliedenergistics2:quantum_link:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. ME Quantum Ring - appliedenergistics2:quantum_ring:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Crystal Growth Accelerator - appliedenergistics2:quartz_growth_accelerator:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. ME Security Terminal - appliedenergistics2:security_station:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Sky Stone - appliedenergistics2:sky_stone_block:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Sky Stone Brick Slabs - appliedenergistics2:sky_stone_brick_slab:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Sky Stone Brick Stairs - appliedenergistics2:sky_stone_brick_stairs:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Sky Stone Brick - appliedenergistics2:sky_stone_brick:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Sky Stone Slabs - appliedenergistics2:sky_stone_slab:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Sky Stone Small Brick Slabs - appliedenergistics2:sky_stone_small_brick_slab:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Sky Stone Small Brick Stairs - appliedenergistics2:sky_stone_small_brick_stairs:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Sky Stone Small Brick - appliedenergistics2:sky_stone_small_brick:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Sky Stone Stairs - appliedenergistics2:sky_stone_stairs:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Sky Stone Block - appliedenergistics2:smooth_sky_stone_block:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Sky Stone Block Slabs - appliedenergistics2:smooth_sky_stone_slab:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Sky Stone Block Stairs - appliedenergistics2:smooth_sky_stone_stairs:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Spatial IO Port - appliedenergistics2:spatial_io_port:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Spatial Pylon - appliedenergistics2:spatial_pylon:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. 2³ Spatial Storage Cell - appliedenergistics2:spatial_storage_cell_2_cubed:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. 16³ Spatial Storage Cell - appliedenergistics2:spatial_storage_cell_16_cubed:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. 128³ Spatial Storage Cell - appliedenergistics2:spatial_storage_cell_128_cubed:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. 1k ME Storage Cell - appliedenergistics2:storage_cell_1k:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. 4k ME Storage Cell - appliedenergistics2:storage_cell_4k:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. 16k ME Storage Cell - appliedenergistics2:storage_cell_16k:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. 64k ME Storage Cell - appliedenergistics2:storage_cell_64k:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tiny TNT - appliedenergistics2:tiny_tnt:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. View Cell - appliedenergistics2:view_cell:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. ME Wireless Access Point - appliedenergistics2:wireless_access_point:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Wireless Terminal - appliedenergistics2:wireless_terminal:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. ME Toggle Bus - appliedenergistics2:part:80 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. ME Inverted Toggle Bus - appliedenergistics2:part:100 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. ME Level Emitter - appliedenergistics2:part:280 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. ME Annihilation Plane - appliedenergistics2:part:300 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. ME Identity Annihilation Plane - appliedenergistics2:part:301 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. ME Formation Plane - appliedenergistics2:part:320 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. ME Pattern Terminal - appliedenergistics2:part:340 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. ME Storage Monitor - appliedenergistics2:part:400 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. ME Conversion Monitor - appliedenergistics2:part:420 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. ME Interface - appliedenergistics2:part:440 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. P2P Tunnel - ME - appliedenergistics2:part:460 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. P2P Tunnel - Redstone - appliedenergistics2:part:461 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. P2P Tunnel - Item - appliedenergistics2:part:462 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. P2P Tunnel - Fluid - appliedenergistics2:part:463 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. P2P Tunnel - Light - appliedenergistics2:part:467 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. P2P Tunnel - FE - appliedenergistics2:part:469 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. ME Interface Terminal - appliedenergistics2:part:480 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. ME Covered Cable - White - appliedenergistics2:part:20 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. ME Covered Cable - Orange - appliedenergistics2:part:21 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. ME Covered Cable - Magenta - appliedenergistics2:part:22 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. ME Covered Cable - Light Blue - appliedenergistics2:part:23 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. ME Covered Cable - Yellow - appliedenergistics2:part:24 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. ME Covered Cable - Lime - appliedenergistics2:part:25 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. ME Covered Cable - Pink - appliedenergistics2:part:26 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. ME Covered Cable - Gray - appliedenergistics2:part:27 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. ME Covered Cable - Light Gray - appliedenergistics2:part:28 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. ME Covered Cable - Cyan - appliedenergistics2:part:29 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. ME Covered Cable - Purple - appliedenergistics2:part:30 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. ME Covered Cable - Blue - appliedenergistics2:part:31 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. ME Covered Cable - Brown - appliedenergistics2:part:32 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. ME Covered Cable - Green - appliedenergistics2:part:33 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. ME Covered Cable - Red - appliedenergistics2:part:34 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. ME Covered Cable - Black - appliedenergistics2:part:35 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. ME Covered Cable - Fluix - appliedenergistics2:part:36 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. ME Smart Cable - White - appliedenergistics2:part:40 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. ME Smart Cable - Orange - appliedenergistics2:part:41 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. ME Smart Cable - Magenta - appliedenergistics2:part:42 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. ME Smart Cable - Light Blue - appliedenergistics2:part:43 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. ME Smart Cable - Yellow - appliedenergistics2:part:44 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. ME Smart Cable - Lime - appliedenergistics2:part:45 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. ME Smart Cable - Pink - appliedenergistics2:part:46 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. ME Smart Cable - Gray - appliedenergistics2:part:47 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. ME Smart Cable - Light Gray - appliedenergistics2:part:48 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. ME Smart Cable - Cyan - appliedenergistics2:part:49 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. ME Smart Cable - Purple - appliedenergistics2:part:50 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. ME Smart Cable - Blue - appliedenergistics2:part:51 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. ME Smart Cable - Brown - appliedenergistics2:part:52 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. ME Smart Cable - Green - appliedenergistics2:part:53 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. ME Smart Cable - Red - appliedenergistics2:part:54 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. ME Smart Cable - Black - appliedenergistics2:part:55 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. ME Smart Cable - Fluix - appliedenergistics2:part:56 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. ME Dense Smart Cable - White - appliedenergistics2:part:60 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. ME Dense Smart Cable - Orange - appliedenergistics2:part:61 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. ME Dense Smart Cable - Magenta - appliedenergistics2:part:62 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. ME Dense Smart Cable - Light Blue - appliedenergistics2:part:63 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. ME Dense Smart Cable - Yellow - appliedenergistics2:part:64 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. ME Dense Smart Cable - Lime - appliedenergistics2:part:65 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. ME Dense Smart Cable - Pink - appliedenergistics2:part:66 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. ME Dense Smart Cable - Gray - appliedenergistics2:part:67 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. ME Dense Smart Cable - Light Gray - appliedenergistics2:part:68 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. ME Dense Smart Cable - Cyan - appliedenergistics2:part:69 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. ME Dense Smart Cable - Purple - appliedenergistics2:part:70 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. ME Dense Smart Cable - Blue - appliedenergistics2:part:71 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. ME Dense Smart Cable - Brown - appliedenergistics2:part:72 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. ME Dense Smart Cable - Green - appliedenergistics2:part:73 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. ME Dense Smart Cable - Red - appliedenergistics2:part:74 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. ME Dense Smart Cable - Black - appliedenergistics2:part:75 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. ME Dense Smart Cable - Fluix - appliedenergistics2:part:76 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. ME Dense Covered Cable - White - appliedenergistics2:part:500 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. ME Dense Covered Cable - Orange - appliedenergistics2:part:501 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. ME Dense Covered Cable - Magenta - appliedenergistics2:part:502 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. ME Dense Covered Cable - Light Blue - appliedenergistics2:part:503 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. ME Dense Covered Cable - Yellow - appliedenergistics2:part:504 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. ME Dense Covered Cable - Lime - appliedenergistics2:part:505 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. ME Dense Covered Cable - Pink - appliedenergistics2:part:506 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. ME Dense Covered Cable - Gray - appliedenergistics2:part:507 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. ME Dense Covered Cable - Light Gray - appliedenergistics2:part:508 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. ME Dense Covered Cable - Cyan - appliedenergistics2:part:509 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. ME Dense Covered Cable - Purple - appliedenergistics2:part:510 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. ME Dense Covered Cable - Blue - appliedenergistics2:part:511 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. ME Dense Covered Cable - Brown - appliedenergistics2:part:512 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. ME Dense Covered Cable - Green - appliedenergistics2:part:513 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. ME Dense Covered Cable - Red - appliedenergistics2:part:514 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. ME Dense Covered Cable - Black - appliedenergistics2:part:515 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. ME Dense Covered Cable - Fluix - appliedenergistics2:part:516 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. ME Fluid Interface - appliedenergistics2:fluid_interface:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. 1k ME Fluid Storage Cell - appliedenergistics2:fluid_storage_cell_1k:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. 4k ME Fluid Storage Cell - appliedenergistics2:fluid_storage_cell_4k:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. 16k ME Fluid Storage Cell - appliedenergistics2:fluid_storage_cell_16k:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. 64k ME Fluid Storage Cell - appliedenergistics2:fluid_storage_cell_64k:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. 16k ME Fluid Storage Component - appliedenergistics2:material:56 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. 1k ME Fluid Storage Component - appliedenergistics2:material:54 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. 4k ME Fluid Storage Component - appliedenergistics2:material:55 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. 64k ME Fluid Storage Component - appliedenergistics2:material:57 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. ME Fluid Annihilation Plane - appliedenergistics2:part:302 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. ME Fluid Export Bus - appliedenergistics2:part:261 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. ME Fluid Formation Plane - appliedenergistics2:part:321 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. ME Fluid Import Bus - appliedenergistics2:part:241 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. ME Fluid Interface - appliedenergistics2:part:441 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. ME Fluid Level Emitter - appliedenergistics2:part:281 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. ME Fluid Storage Bus - appliedenergistics2:part:221 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. ME Fluid Terminal - appliedenergistics2:part:520 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Paint Ball - Lumen Fluix - appliedenergistics2:paint_ball:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Conversion Wand - astralsorcery:itemexchangewand:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Diamond Carpenter Saw - betterwithaddons:diamond_carpentersaw:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Diamond Kukri - betterwithaddons:diamond_kukri:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Diamond Machete - betterwithaddons:diamond_machete:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Diamond Mason Pick - betterwithaddons:diamond_masonpick:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Diamond Matchpick - betterwithaddons:diamond_matchpick:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Diamond Spade - betterwithaddons:diamond_spade:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Engraved World Scale [DEPRECATED] - betterwithaddons:world_scale_active:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Rough World Scale [DEPRECATED] - betterwithaddons:world_scale_ore:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. World Scale Ore [DEPRECATED] - betterwithaddons:world_scale_ore:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. World Scale [DEPRECATED] - betterwithaddons:world_scale:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. World Scale Shard [DEPRECATED] - betterwithaddons:worldshard:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Diamond Ingot - betterwithmods:material:45 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. item.PipeItemsDaizuli.name - buildcrafttransport:pipe_daizuli_item:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. item.PipeFluidsDiamond.name - buildcrafttransport:pipe_diamond_fluid:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. item.PipeItemsDiamond.name - buildcrafttransport:pipe_diamond_item:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. item.PipeFluidsWoodenDiamond.name - buildcrafttransport:pipe_diamond_wood_fluid:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. item.PipeItemsWoodenDiamond.name - buildcrafttransport:pipe_diamond_wood_item:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. item.PipeItemsEmzuli.name - buildcrafttransport:pipe_emzuli_item:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Construction Block - buildinggadgets:constructionblock:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Construction Block Powder - buildinggadgets:constructionblockpowder:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Construction Paste - buildinggadgets:constructionpaste:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Paste Container - buildinggadgets:constructionpastecontainer:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Paste Container T2 - buildinggadgets:constructionpastecontainert2:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Paste Container T3 - buildinggadgets:constructionpastecontainert3:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Copy-Paste Gadget - buildinggadgets:copypastetool:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Dense Construction Block - buildinggadgets:constructionblock_dense:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Dense Construction Chunk - buildinggadgets:construction_chunk_dense:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Exchanging Gadget - buildinggadgets:exchangertool:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Template - buildinggadgets:template:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Template Manager - buildinggadgets:templatemanager:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Charger Tier III - chargers:charger:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Wireless Charger - chargers:wireless_charger:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Diamond Chisel - chisel:chisel_diamond:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. iChisel - chisel:chisel_hitech:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Block of Diamond - chisel:diamond:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Block of Emerald - chisel:emerald:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Diamond Bit Saw - chiselsandbits:bitsaw_diamond:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Diamond Chisel - chiselsandbits:chisel_diamond:0 +[INITIALIZATION][SERVER][INFO] Adding: .withTag({}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Armor Forge - conarm:armorforge:0{textureBlock:{id:"extraplanets:neptune",Count:1b,Damage:7s}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({textureBlock: {id: "extraplanets:neptune", Count: 1 as byte, Damage: 7 as short}}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Osmium Sample - contenttweaker:sub_block_holder_0:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. item.contenttweaker.the_oj.name - contenttweaker:the_oj:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Gold Ore - contenttweaker:sub_block_holder_0:7 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Inferium Ore - contenttweaker:sub_block_holder_0:8 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Iron Ore - contenttweaker:sub_block_holder_0:10 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Osmium Ore - contenttweaker:sub_block_holder_0:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Osmium Sample - contenttweaker:sub_block_holder_0:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Prosperity Ore - contenttweaker:sub_block_holder_0:9 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Titanium Cluster - contenttweaker:material_part:126 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Powered Diamond Anvil - cyclicmagic:block_anvil:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Speed Charm - cyclicmagic:charm_speed:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Diamond Carrot - cyclicmagic:horse_upgrade_health:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Diamond Spikes - cyclicmagic:spikes_diamond:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Emerald Apple - cyclicmagic:apple_emerald:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Auto Crafter - cyclicmagic:auto_crafter:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Pharos Beacon - cyclicmagic:beacon_potion:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Unchant Pylon - cyclicmagic:block_disenchanter:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Powered Enchanter - cyclicmagic:block_enchanter:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Forester - cyclicmagic:block_forester:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Ender Book - cyclicmagic:book_ender:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Pattern Replicator - cyclicmagic:builder_pattern:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Sailor Charm - cyclicmagic:charm_boat:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Inventory Crafting Table - cyclicmagic:crafting_food:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Crystal Axe - cyclicmagic:crystal_axe:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Crystal Hoe - cyclicmagic:crystal_hoe:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Crystal Pickaxe - cyclicmagic:crystal_pickaxe:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Crystal Shovel - cyclicmagic:crystal_spade:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Crystal Sword - cyclicmagic:crystal_sword:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Crystallized Obsidian - cyclicmagic:crystallized_obsidian:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Ranged Building Scepter - cyclicmagic:cyclic_wand_build:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Enhanced Shears - cyclicmagic:ender_wool:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Evoker Fang - cyclicmagic:evoker_fang:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Harvester - cyclicmagic:harvester_block:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Heart Container - cyclicmagic:heart_food:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Infected Carrot - cyclicmagic:horse_upgrade_type:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Inventory Upgrade - cyclicmagic:inventory_food:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Monster Ball - cyclicmagic:magic_net:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Interdiction Pulsar - cyclicmagic:magnet_anti_block:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Remote Lever - cyclicmagic:password_remote:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Crystallized Obsidian Boots - cyclicmagic:purple_boots:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Crystallized Obsidian Chestplate - cyclicmagic:purple_chestplate:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Crystallized Obsidian Helmet - cyclicmagic:purple_helmet:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Crystallized Obsidian Leggings - cyclicmagic:purple_leggings:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Soulstone - cyclicmagic:soulstone:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Sword of Evasion - cyclicmagic:sword_ender:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Sword of Decay - cyclicmagic:sword_slowness:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Sword of Atrophy - cyclicmagic:sword_weakness:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Rod of Elevation - cyclicmagic:tool_elevate:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Gentle Exchange Scepter - cyclicmagic:tool_swap_match:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Ender Wing Prime - cyclicmagic:tool_warp_home:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Ender Wing - cyclicmagic:tool_warp_spawn:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Spirit Seeker - cyclicmagic:wand_missile:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Water Spreader - cyclicmagic:water_spreader:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Ender Pouch - enderstorage:ender_pouch:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Ender Tank - enderstorage:ender_storage:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Ender Chest - enderstorage:ender_storage:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Aethium - environmentaltech:aethium:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Erodium - environmentaltech:erodium:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Ionite - environmentaltech:ionite:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Kyronite - environmentaltech:kyronite:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. White Laser Lens - environmentaltech:laser_lens_colored:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Litherite - environmentaltech:litherite:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Lonsdaleite - environmentaltech:lonsdaleite:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Pladium - environmentaltech:pladium:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Quantum Compressor - extendedcrafting:compressor:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Crafting Core - extendedcrafting:crafting_core:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Ultimate Catalyst - extendedcrafting:material:11 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Crystaltine Catalyst - extendedcrafting:material:12 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. The Ultimate Catalyst - extendedcrafting:material:13 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Ultimate Component - extendedcrafting:material:17 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Crystaltine Component - extendedcrafting:material:18 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. The Ultimate Component - extendedcrafting:material:19 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Crystaltine Ingot - extendedcrafting:material:24 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Crystaltine Nugget - extendedcrafting:material:25 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. The Ultimate Ingot - extendedcrafting:material:32 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. The Ultimate Nugget - extendedcrafting:material:33 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Diamond Nugget - extendedcrafting:material:128 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Emerald Nugget - extendedcrafting:material:129 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Nether Star Nugget - extendedcrafting:material:140 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Glass Singularity - extendedcrafting:singularity_custom:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Paperclip Singularity - extendedcrafting:singularity_custom:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Compressed Iron Singularity - extendedcrafting:singularity_custom:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Steves Carts Singularity - extendedcrafting:singularity_custom:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Cookie Singularity - extendedcrafting:singularity_custom:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Salt Singularity - extendedcrafting:singularity_custom:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Paperclip Singularity Singularity - extendedcrafting:singularity_custom:7 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Death Compass Singularity - extendedcrafting:singularity_custom:8 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. The Ultimate Singularity - extendedcrafting:singularity_ultimate:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Dummy Singularity - extendedcrafting:singularity:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Block of Nether Stars - extendedcrafting:storage:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Block of Crystaltine - extendedcrafting:storage:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Block of The Ultimate - extendedcrafting:storage:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Ultimate Crafting Table - extendedcrafting:table_ultimate:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Block of Black Iron - extendedcrafting:trimmed:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Block of Black Iron - extendedcrafting:trimmed:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Block of Black Iron - extendedcrafting:trimmed:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Block of Black Iron - extendedcrafting:trimmed:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Advanced Battery - extraplanets:advanced_battery:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Advanced Fuel Loader - extraplanets:advanced_fuel_loader:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tier 2/3 Launch Pad - extraplanets:advanced_launch_pad_full:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tier 3 Rocket Launch Pad - extraplanets:advanced_launch_pad:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Vehicle Charging Pad - extraplanets:advanced_launch_pad:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Powered Rocket Launch Pad - extraplanets:advanced_launch_pad:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tier 2 Rocket Launch Pad - extraplanets:advanced_launch_pad:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Advanced Oxygen Decompressor - extraplanets:advanced_oxygen_compressor:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Advanced Oxygen Compressor - extraplanets:advanced_oxygen_compressor:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Diamond Apple - extraplanets:apple_diamond:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. JourneyMap Token - extraplanets:apple_iron:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Ash Block - extraplanets:ash_rock:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Basic Densifier - extraplanets:basic_densifier:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Blue Diamond Axe - extraplanets:blue_diamond_axe:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Blue Diamond Boots - extraplanets:blue_diamond_boots:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Blue Diamond Chestplate - extraplanets:blue_diamond_chest:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Blue Diamond Helmet - extraplanets:blue_diamond_helmet:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Blue Diamond Hoe - extraplanets:blue_diamond_hoe:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Blue Diamond Leggings - extraplanets:blue_diamond_legings:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Blue Diamond Pickaxe - extraplanets:blue_diamond_pickaxe:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Blue Diamond Shovel - extraplanets:blue_diamond_shovel:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Blue Diamond Sword - extraplanets:blue_diamond_sword:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Red Velvet Cake Block - extraplanets:cake_blocks:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Chocolate Cake Block - extraplanets:cake_blocks:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. White Icing with Red Dots - extraplanets:cake_blocks:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. White Icing with Green Dots - extraplanets:cake_blocks:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. White Icing with Pink Dots - extraplanets:cake_blocks:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. White Icing with Orange Dots - extraplanets:cake_blocks:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Cookie Rocks - extraplanets:cake_blocks:7 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Cake Block - extraplanets:cake_blocks:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Callisto Gravel - extraplanets:callisto_gravel:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Callisto Sub-Surface Rock - extraplanets:callisto:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Callisto Stone - extraplanets:callisto:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Callisto Iron Ore - extraplanets:callisto:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Callisto Tin Ore - extraplanets:callisto:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Callisto Copper Ore - extraplanets:callisto:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Callisto Dried Oil - extraplanets:callisto:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Callisto Shale Oil - extraplanets:callisto:7 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Callisto Surface Rock - extraplanets:callisto:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Green Candy Cane (Horizontal) - extraplanets:candy_blocks_horizontal:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Blue Candy Cane (Horizontal) - extraplanets:candy_blocks_horizontal:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Orange Candy Cane (Horizontal) - extraplanets:candy_blocks_horizontal:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Magenta Candy Cane (Horizontal) - extraplanets:candy_blocks_horizontal:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Pink Candy Cane (Horizontal) - extraplanets:candy_blocks_horizontal:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Lime Candy Cane (Horizontal) - extraplanets:candy_blocks_horizontal:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Purple Candy Cane (Horizontal) - extraplanets:candy_blocks_horizontal:7 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Brown Candy Cane (Horizontal) - extraplanets:candy_blocks_horizontal:8 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Black Candy Cane (Horizontal) - extraplanets:candy_blocks_horizontal:9 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Red Candy Cane (Horizontal) - extraplanets:candy_blocks_horizontal:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Green Candy Cane - extraplanets:candy_blocks:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Blue Candy Cane - extraplanets:candy_blocks:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Orange Candy Cane - extraplanets:candy_blocks:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Magenta Candy Cane - extraplanets:candy_blocks:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Pink Candy Cane - extraplanets:candy_blocks:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Lime Candy Cane - extraplanets:candy_blocks:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Purple Candy Cane - extraplanets:candy_blocks:7 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Brown Candy Cane - extraplanets:candy_blocks:8 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Black Candy Cane - extraplanets:candy_blocks:9 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Red Candy Cane - extraplanets:candy_blocks:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Caramel Bar - extraplanets:caramel_bar:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Ceres Gravel - extraplanets:ceres_gravel:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Ceres Stone Bricks Stairs - extraplanets:ceres_stairs_stone_bricks:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Ceres Stone Stairs - extraplanets:ceres_stairs_stone:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Ceres Sub Surface Stairs - extraplanets:ceres_stairs_sub_surface:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Ceres Surface Stairs - extraplanets:ceres_stairs_surface:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Ceres Sub-Surface Rock - extraplanets:ceres:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Ceres Stone - extraplanets:ceres:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Ceres Iron Ore - extraplanets:ceres:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Ceres Tin Ore - extraplanets:ceres:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Ceres Copper Ore - extraplanets:ceres:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Ceres Uranium Ore - extraplanets:ceres:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Block of Uranium - extraplanets:ceres:7 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Ceres Stone Bricks - extraplanets:ceres:8 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Ceres Surface Rock - extraplanets:ceres:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Chocolate Bar - extraplanets:chocolate_bar:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Wool Cloth - extraplanets:cloth:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Coal Grit - extraplanets:coal_grit:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Compressed Mercury - extraplanets:compressed_mercury:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Marble Bricks - extraplanets:decorative_blocks:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Snow Bricks - extraplanets:decorative_blocks:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Ice Bricks - extraplanets:decorative_blocks:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Fire Bricks - extraplanets:decorative_blocks:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Black/White Tiled Floor - extraplanets:decorative_blocks:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Marble Tiled Floor - extraplanets:decorative_blocks:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Marble Broken Tiled Floor - extraplanets:decorative_blocks:7 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Metal Mesh Floor - extraplanets:decorative_blocks:8 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Frozen Nitrogen Bricks - extraplanets:decorative_blocks:9 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Volcanic Rock Bricks - extraplanets:decorative_blocks:10 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Carbon Tiled Floor - extraplanets:decorative_blocks:11 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Carbon Broken Tiled Floor - extraplanets:decorative_blocks:12 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Magnesium Tiled Floor - extraplanets:decorative_blocks:13 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Magnesium Broken Tiled Floor - extraplanets:decorative_blocks:14 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Ash Bricks - extraplanets:decorative_blocks:15 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Marble - extraplanets:decorative_blocks:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Red Block - extraplanets:decorative_blocks2:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Blue Block - extraplanets:decorative_blocks2:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Light Blue Block - extraplanets:decorative_blocks2:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Yellow Block - extraplanets:decorative_blocks2:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Green Block - extraplanets:decorative_blocks2:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. White Block - extraplanets:decorative_blocks2:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Deimos Gravel - extraplanets:deimos_gravel:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Deimos Sub-Surface Rock - extraplanets:deimos:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Deimos Stone - extraplanets:deimos:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Deimos Iron Ore - extraplanets:deimos:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Deimos Tin Ore - extraplanets:deimos:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Deimos Copper Ore - extraplanets:deimos:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Deimos Surface Rock - extraplanets:deimos:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Dense Ice - extraplanets:dense_ice:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Diamond Grit - extraplanets:diamond_grit:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tier 2 Battery - extraplanets:electric_parts:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tier 1 Wheel - extraplanets:electric_parts:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tier 2 Wheel - extraplanets:electric_parts:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tier 1 Battery - extraplanets:electric_parts:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Emerald Grit - extraplanets:emerald_grit:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Eris Gravel - extraplanets:eris_gravel:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. tile.boss_spawner_eris.name - extraplanets:eris_spawner:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Eris Stone Bricks Stairs - extraplanets:eris_stairs_stone_bricks:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Eris Stone Stairs - extraplanets:eris_stairs_stone:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Eris Sub Surface Stairs - extraplanets:eris_stairs_sub_surface:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Eris Surface Stairs - extraplanets:eris_stairs_surface:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Eris Sub-Surface Rock - extraplanets:eris:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Eris Stone - extraplanets:eris:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Eris Iron Ore - extraplanets:eris:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Eris Tin Ore - extraplanets:eris:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Eris Copper Ore - extraplanets:eris:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Eris Dark Iron Ore - extraplanets:eris:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Block of Dark Iron - extraplanets:eris:7 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Eris Stone Bricks - extraplanets:eris:8 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Eris Dungeon Brick - extraplanets:eris:9 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Eris Surface Rock - extraplanets:eris:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Europa Gravel - extraplanets:europa_gravel:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Europa Sub-Surface Rock - extraplanets:europa:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Europa Stone - extraplanets:europa:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Europa Iron Ore - extraplanets:europa:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Europa Tin Ore - extraplanets:europa:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Europa Copper Ore - extraplanets:europa:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Europa Surface Rock - extraplanets:europa:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Fire Bomb - extraplanets:fire_bomb:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Fossil Block - extraplanets:fossil:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Frozen Nitrogen - extraplanets:frozen_nitrogen:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Ganymede Gravel - extraplanets:ganymede_gravel:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Ganymede Sub-Surface Rock - extraplanets:ganymede:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Ganymede Stone - extraplanets:ganymede:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Ganymede Iron Ore - extraplanets:ganymede:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Ganymede Tin Ore - extraplanets:ganymede:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Ganymede Copper Ore - extraplanets:ganymede:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Ganymede Surface Rock - extraplanets:ganymede:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Geiger Counter - extraplanets:geiger_counter:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Gold Grit - extraplanets:gold_grit:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Gravity Controller - extraplanets:gravity_controller:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Green Diamond Axe - extraplanets:green_diamond_axe:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Green Diamond Boots - extraplanets:green_diamond_boots:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Green Diamond Chestplate - extraplanets:green_diamond_chest:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Green Diamond Helmet - extraplanets:green_diamond_helmet:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Green Diamond Hoe - extraplanets:green_diamond_hoe:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Green Diamond Leggings - extraplanets:green_diamond_legings:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Green Diamond Pickaxe - extraplanets:green_diamond_pickaxe:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Green Diamond Shovel - extraplanets:green_diamond_shovel:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Green Diamond Sword - extraplanets:green_diamond_sword:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Iapetus Gravel - extraplanets:iapetus_gravel:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Iapetus Sub-Surface Rock - extraplanets:iapetus:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Iapetus Stone - extraplanets:iapetus:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Iapetus Iron Ore - extraplanets:iapetus:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Iapetus Tin Ore - extraplanets:iapetus:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Iapetus Copper Ore - extraplanets:iapetus:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Iapetus Ice - extraplanets:iapetus:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Iapetus Surface Rock - extraplanets:iapetus:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Mercury Ingot - extraplanets:ingot_mercury:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Io Gravel - extraplanets:io_gravel:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Io Sub-Surface Rock - extraplanets:io:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Io Stone - extraplanets:io:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Io Iron Ore - extraplanets:io:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Io Tin Ore - extraplanets:io:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Io Copper Ore - extraplanets:io:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Io Surface Rock - extraplanets:io:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Iron Grit - extraplanets:iron_grit:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tier 4 Rocket - extraplanets:item_tier4_rocket:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tier 4 Rocket - extraplanets:item_tier4_rocket:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tier 4 Rocket - extraplanets:item_tier4_rocket:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tier 4 Rocket - extraplanets:item_tier4_rocket:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tier 5 Rocket - extraplanets:item_tier5_rocket:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tier 5 Rocket - extraplanets:item_tier5_rocket:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tier 5 Rocket - extraplanets:item_tier5_rocket:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tier 5 Rocket - extraplanets:item_tier5_rocket:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tier 6 Rocket - extraplanets:item_tier6_rocket:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tier 6 Rocket - extraplanets:item_tier6_rocket:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tier 6 Rocket - extraplanets:item_tier6_rocket:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tier 6 Rocket - extraplanets:item_tier6_rocket:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tier 7 Rocket - extraplanets:item_tier7_rocket:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tier 7 Rocket - extraplanets:item_tier7_rocket:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tier 7 Rocket - extraplanets:item_tier7_rocket:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tier 7 Rocket - extraplanets:item_tier7_rocket:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tier 8 Rocket - extraplanets:item_tier8_rocket:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tier 8 Rocket - extraplanets:item_tier8_rocket:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tier 8 Rocket - extraplanets:item_tier8_rocket:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tier 8 Rocket - extraplanets:item_tier8_rocket:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tier 9 Rocket - extraplanets:item_tier9_rocket:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tier 9 Rocket - extraplanets:item_tier9_rocket:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tier 9 Rocket - extraplanets:item_tier9_rocket:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tier 9 Rocket - extraplanets:item_tier9_rocket:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tier 10 Electric Rocket - extraplanets:item_tier10_electric_rocket:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tier 10 Electric Rocket - extraplanets:item_tier10_electric_rocket:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tier 10 Electric Rocket - extraplanets:item_tier10_electric_rocket:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tier 10 Electric Rocket - extraplanets:item_tier10_electric_rocket:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tier 10 Rocket - extraplanets:item_tier10_rocket:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tier 10 Rocket - extraplanets:item_tier10_rocket:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tier 10 Rocket - extraplanets:item_tier10_rocket:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tier 10 Rocket - extraplanets:item_tier10_rocket:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Jupiter Gravel - extraplanets:jupiter_gravel:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. tile.boss_spawner_jupiter.name - extraplanets:jupiter_spawner:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Jupiter Stone Bricks Stairs - extraplanets:jupiter_stairs_stone_bricks:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Jupiter Stone Stairs - extraplanets:jupiter_stairs_stone:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Jupiter Sub Surface Stairs - extraplanets:jupiter_stairs_sub_surface:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Jupiter Surface Stairs - extraplanets:jupiter_stairs_surface:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Jupiter Sub-Surface Rock - extraplanets:jupiter:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Jupiter Stone - extraplanets:jupiter:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Jupiter Iron Ore - extraplanets:jupiter:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Jupiter Tin Ore - extraplanets:jupiter:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Jupiter Copper Ore - extraplanets:jupiter:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Jupiter Palladium Ore - extraplanets:jupiter:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Jupiter Nickel Ore - extraplanets:jupiter:7 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Block of Palladium - extraplanets:jupiter:8 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Jupiter Stone Bricks - extraplanets:jupiter:9 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Jupiter Dungeon Brick - extraplanets:jupiter:10 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Jupiter Red Gem Ore - extraplanets:jupiter:11 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Block of Red Gem - extraplanets:jupiter:12 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Block of Nickel - extraplanets:jupiter:13 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Jupiter Surface Rock - extraplanets:jupiter:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Kepler 22b Blue Grass - extraplanets:kepler22b_blue_grass:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Kepler 22b Grass - extraplanets:kepler22b_grass:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Kepler 22b Infected Grass - extraplanets:kepler22b_infected_grass:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Kepler 22b Red Maple Log - extraplanets:kepler22b_maple_logs:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Kepler 22b Purple Maple Log - extraplanets:kepler22b_maple_logs:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Kepler 22b Yellow Maple Log - extraplanets:kepler22b_maple_logs:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Kepler 22b Blue Maple Log - extraplanets:kepler22b_maple_logs:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Kepler 22b Brown Maple Log - extraplanets:kepler22b_maple_logs2:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Kepler 22b Green Maple Log - extraplanets:kepler22b_maple_logs2:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Kepler 22b Brown Maple Sapling - extraplanets:kepler22b_maple_saplings:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Kepler 22b Green Maple Sapling - extraplanets:kepler22b_maple_saplings:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Kepler 22b Yellow Maple Sapling - extraplanets:kepler22b_maple_saplings:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Kepler 22b Purple Maple Sapling - extraplanets:kepler22b_maple_saplings:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Kepler 22b Red Maple Sapling - extraplanets:kepler22b_maple_saplings:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Kepler 22b Blue Maple Sapling - extraplanets:kepler22b_maple_saplings:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Kepler 22b Brown Maple Leaves - extraplanets:kepler22b_new_maple_leaves_2:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Kepler 22b Green Maple Leaves - extraplanets:kepler22b_new_maple_leaves_2:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Kepler 22b Yellow Maple Leaves - extraplanets:kepler22b_new_maple_leaves:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Kepler 22b Purple Maple Leaves - extraplanets:kepler22b_new_maple_leaves:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Kepler 22b Red Maple Leaves - extraplanets:kepler22b_new_maple_leaves:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Kepler 22b Blue Maple Leaves - extraplanets:kepler22b_new_maple_leaves:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Kepler 22b Red Wooden Planks - extraplanets:kepler22b_planks:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Kepler 22b Purple Wooden Planks - extraplanets:kepler22b_planks:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Kepler 22b Yellow Wooden Planks - extraplanets:kepler22b_planks:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Kepler 22b Green Wooden Planks - extraplanets:kepler22b_planks:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Kepler 22b Brown Wooden Planks - extraplanets:kepler22b_planks:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Kepler 22b Blue Wooden Planks - extraplanets:kepler22b_planks:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Kepler 22b Purple Grass - extraplanets:kepler22b_purple_grass:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Kepler 22b Red Grass - extraplanets:kepler22b_red_grass:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Kepler 22b Yellow Grass - extraplanets:kepler22b_yellow_grass:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Kepler 22b Stone - extraplanets:kepler22b:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Kepler 22b Iron Ore - extraplanets:kepler22b:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Kepler 22b Tin Ore - extraplanets:kepler22b:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Kepler 22b Copper Ore - extraplanets:kepler22b:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Kepler 22b Dense Coal Ore - extraplanets:kepler22b:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Kepler 22b Blue Diamond Ore - extraplanets:kepler22b:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Kepler 22b Red Diamond Ore - extraplanets:kepler22b:7 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Kepler 22b Purple Diamond Ore - extraplanets:kepler22b:8 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Kepler 22b Yellow Diamond Ore - extraplanets:kepler22b:9 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Kepler 22b Green Diamond Ore - extraplanets:kepler22b:10 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Kepler 22b Stone Bricks - extraplanets:kepler22b:11 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Kepler 22b Cobblestone - extraplanets:kepler22b:12 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Kepler 22b Platinum Ore - extraplanets:kepler22b:13 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Block of Space Platinum - extraplanets:kepler22b:14 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Kepler 22b Dirt - extraplanets:kepler22b:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Mars Rover - extraplanets:mars_rover:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Mars Rover - extraplanets:mars_rover:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Mars Rover - extraplanets:mars_rover:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Mars Rover - extraplanets:mars_rover:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Massive Battery - extraplanets:massive_battery:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Mercury Battery - extraplanets:mercury_battery:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Mercury Gravel - extraplanets:mercury_gravel:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. tile.boss_spawner_mercury.name - extraplanets:mercury_spawner:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Mercury Stone Bricks Stairs - extraplanets:mercury_stairs_stone_bricks:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Mercury Stone Stairs - extraplanets:mercury_stairs_stone:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Mercury Sub Surface Stairs - extraplanets:mercury_stairs_sub_surface:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Mercury Surface Stairs - extraplanets:mercury_stairs_surface:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Mercury Sub-Surface Rock - extraplanets:mercury:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Mercury Stone - extraplanets:mercury:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Mercury Iron Ore - extraplanets:mercury:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Mercury Tin Ore - extraplanets:mercury:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Mercury Copper Ore - extraplanets:mercury:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Mercury Ore - extraplanets:mercury:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Block of Mercury - extraplanets:mercury:7 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Mercury Stone Bricks - extraplanets:mercury:8 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Mercury Dungeon Brick - extraplanets:mercury:9 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Carbon Ore - extraplanets:mercury:10 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Block of Carbon - extraplanets:mercury:11 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Mercury Surface Rock - extraplanets:mercury:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Oxygen Controller - extraplanets:module_items:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Space Gear Controller - extraplanets:module_items:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. No Fall Damage Module - extraplanets:module_items:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. tile.boss_spawner_neptune.name - extraplanets:neptune_spawner:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Neptune Stone Bricks Stairs - extraplanets:neptune_stairs_stone_bricks:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Neptune Stone Stairs - extraplanets:neptune_stairs_stone:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Neptune Sub Surface Stairs - extraplanets:neptune_stairs_sub_surface:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Neptune Surface Stairs - extraplanets:neptune_stairs_surface:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Neptune Sub-Surface Rock - extraplanets:neptune:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Neptune Stone - extraplanets:neptune:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Neptune Iron Ore - extraplanets:neptune:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Neptune Tin Ore - extraplanets:neptune:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Neptune Copper Ore - extraplanets:neptune:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Neptune Zinc Ore - extraplanets:neptune:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Block of Zinc - extraplanets:neptune:7 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Neptune Stone Bricks - extraplanets:neptune:8 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Neptune Dungeon Brick - extraplanets:neptune:9 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Neptune Blue Gem Ore - extraplanets:neptune:10 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Block of Blue Gem - extraplanets:neptune:11 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Neptune Surface Rock - extraplanets:neptune:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Nickel Battery - extraplanets:nickel_battery:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tier 4 Nose Cone - extraplanets:nose_cone_tier4:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tier 5 Nose Cone - extraplanets:nose_cone_tier5:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tier 6 Nose Cone - extraplanets:nose_cone_tier6:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tier 7 Nose Cone - extraplanets:nose_cone_tier7:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tier 8 Nose Cone - extraplanets:nose_cone_tier8:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tier 9 Nose Cone - extraplanets:nose_cone_tier9:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tier 10 Nose Cone - extraplanets:nose_cone_tier10:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Nuclear Bomb - extraplanets:nuclear_bomb:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Oberon Gravel - extraplanets:oberon_gravel:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Oberon Sub-Surface Rock - extraplanets:oberon:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Oberon Stone - extraplanets:oberon:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Oberon Iron Ore - extraplanets:oberon:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Oberon Tin Ore - extraplanets:oberon:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Oberon Copper Ore - extraplanets:oberon:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Oberon Surface Rock - extraplanets:oberon:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Orange Sand - extraplanets:orange_sand:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Orange Sandstone - extraplanets:orange_sandstone:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Extremely Heavy Oxygen Tank - extraplanets:oxygen_tank_extremely_heavy_full:9000 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Extremely Heavy Oxygen Tank - extraplanets:oxygen_tank_extremely_heavy_full:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Heavy Oxygen Tank - extraplanets:oxygen_tank_heavy_full_black:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Heavy Oxygen Tank - extraplanets:oxygen_tank_heavy_full_blue:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Heavy Oxygen Tank - extraplanets:oxygen_tank_heavy_full_brown:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Heavy Oxygen Tank - extraplanets:oxygen_tank_heavy_full_cyan:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Heavy Oxygen Tank - extraplanets:oxygen_tank_heavy_full_gray:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Heavy Oxygen Tank - extraplanets:oxygen_tank_heavy_full_green:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Heavy Oxygen Tank - extraplanets:oxygen_tank_heavy_full_light_blue:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Heavy Oxygen Tank - extraplanets:oxygen_tank_heavy_full_light_gray:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Heavy Oxygen Tank - extraplanets:oxygen_tank_heavy_full_lime:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Heavy Oxygen Tank - extraplanets:oxygen_tank_heavy_full_magenta:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Heavy Oxygen Tank - extraplanets:oxygen_tank_heavy_full_orange:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Heavy Oxygen Tank - extraplanets:oxygen_tank_heavy_full_pink:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Heavy Oxygen Tank - extraplanets:oxygen_tank_heavy_full_purple:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Heavy Oxygen Tank - extraplanets:oxygen_tank_heavy_full_white:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Heavy Oxygen Tank - extraplanets:oxygen_tank_heavy_full_yellow:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Medium Oxygen Tank - extraplanets:oxygen_tank_med_full_black:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Medium Oxygen Tank - extraplanets:oxygen_tank_med_full_blue:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Medium Oxygen Tank - extraplanets:oxygen_tank_med_full_brown:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Medium Oxygen Tank - extraplanets:oxygen_tank_med_full_cyan:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Medium Oxygen Tank - extraplanets:oxygen_tank_med_full_gray:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Medium Oxygen Tank - extraplanets:oxygen_tank_med_full_green:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Medium Oxygen Tank - extraplanets:oxygen_tank_med_full_light_blue:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Medium Oxygen Tank - extraplanets:oxygen_tank_med_full_light_gray:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Medium Oxygen Tank - extraplanets:oxygen_tank_med_full_magenta:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Medium Oxygen Tank - extraplanets:oxygen_tank_med_full_pink:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Medium Oxygen Tank - extraplanets:oxygen_tank_med_full_purple:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Medium Oxygen Tank - extraplanets:oxygen_tank_med_full_red:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Medium Oxygen Tank - extraplanets:oxygen_tank_med_full_white:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Medium Oxygen Tank - extraplanets:oxygen_tank_med_full_yellow:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Medium Oxygen Tank - extraplanets:oxygen_tank_med_full_lime:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Very Heavy Oxygen Tank - extraplanets:oxygen_tank_very_heavy_full:7200 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Very Heavy Oxygen Tank - extraplanets:oxygen_tank_very_heavy_full:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Phobos Gravel - extraplanets:phobos_gravel:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Phobos Sub-Surface Rock - extraplanets:phobos:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Phobos Stone - extraplanets:phobos:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Phobos Iron Ore - extraplanets:phobos:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Phobos Tin Ore - extraplanets:phobos:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Phobos Copper Ore - extraplanets:phobos:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Phobos Surface Rock - extraplanets:phobos:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Pluto Gravel - extraplanets:pluto_gravel:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. tile.boss_spawner_pluto.name - extraplanets:pluto_spawner:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Pluto Stone Bricks Stairs - extraplanets:pluto_stairs_stone_bricks:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Pluto Stone Stairs - extraplanets:pluto_stairs_stone:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Pluto Sub Surface Stairs - extraplanets:pluto_stairs_sub_surface:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Pluto Surface Stairs - extraplanets:pluto_stairs_surface:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Pluto Sub-Surface Rock - extraplanets:pluto:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Pluto Stone - extraplanets:pluto:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Pluto Iron Ore - extraplanets:pluto:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Pluto Tin Ore - extraplanets:pluto:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Pluto Copper Ore - extraplanets:pluto:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Pluto Tungsten Ore - extraplanets:pluto:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Block of Tungsten - extraplanets:pluto:7 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Pluto Stone Bricks - extraplanets:pluto:8 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Pluto Dungeon Brick - extraplanets:pluto:9 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Pluto Surface Rock - extraplanets:pluto:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Purple Diamond Axe - extraplanets:purple_diamond_axe:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Purple Diamond Boots - extraplanets:purple_diamond_boots:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Purple Diamond Chestplate - extraplanets:purple_diamond_chest:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Purple Diamond Helmet - extraplanets:purple_diamond_helmet:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Purple Diamond Hoe - extraplanets:purple_diamond_hoe:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Purple Diamond Leggings - extraplanets:purple_diamond_legings:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Purple Diamond Pickaxe - extraplanets:purple_diamond_pickaxe:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Purple Diamond Shovel - extraplanets:purple_diamond_shovel:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Purple Diamond Sword - extraplanets:purple_diamond_sword:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Red Diamond Axe - extraplanets:red_diamond_axe:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Red Diamond Boots - extraplanets:red_diamond_boots:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Red Diamond Chestplate - extraplanets:red_diamond_chest:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Red Diamond Helmet - extraplanets:red_diamond_helmet:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Red Diamond Hoe - extraplanets:red_diamond_hoe:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Red Diamond Leggings - extraplanets:red_diamond_legings:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Red Diamond Pickaxe - extraplanets:red_diamond_pickaxe:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Red Diamond Shovel - extraplanets:red_diamond_shovel:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Red Diamond Sword - extraplanets:red_diamond_sword:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Red Sand - extraplanets:red_sand:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Red Sandstone - extraplanets:red_sandstone:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Rhea Gravel - extraplanets:rhea_gravel:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Rhea Sub-Surface Rock - extraplanets:rhea:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Rhea Stone - extraplanets:rhea:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Rhea Iron Ore - extraplanets:rhea:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Rhea Tin Ore - extraplanets:rhea:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Rhea Copper Ore - extraplanets:rhea:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Rhea Surface Rock - extraplanets:rhea:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Saturn Gravel - extraplanets:saturn_gravel:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. tile.boss_spawner_saturn.name - extraplanets:saturn_spawner:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Saturn Stone Bricks Stairs - extraplanets:saturn_stairs_stone_bricks:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Saturn Stone Stairs - extraplanets:saturn_stairs_stone:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Saturn Sub Surface Stairs - extraplanets:saturn_stairs_sub_surface:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Saturn Surface Stairs - extraplanets:saturn_stairs_surface:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Saturn Sub-Surface Rock - extraplanets:saturn:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Saturn Stone - extraplanets:saturn:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Saturn Iron Ore - extraplanets:saturn:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Saturn Tin Ore - extraplanets:saturn:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Saturn Copper Ore - extraplanets:saturn:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Saturn Magnesium Ore - extraplanets:saturn:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Block of Magnesium - extraplanets:saturn:7 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Saturn Stone Bricks - extraplanets:saturn:8 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Saturn Dungeon Brick - extraplanets:saturn:9 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Saturn Broken Infected Stone - extraplanets:saturn:10 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Saturn Infected Stone - extraplanets:saturn:11 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Saturn Slime Ore - extraplanets:saturn:12 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Saturn Surface Rock - extraplanets:saturn:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. NASA Workbench Schematic - extraplanets:schematic_mars_rover:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. NASA Workbench Schematic - extraplanets:schematic_tier4:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. NASA Workbench Schematic - extraplanets:schematic_tier5:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. NASA Workbench Schematic - extraplanets:schematic_tier6:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. NASA Workbench Schematic - extraplanets:schematic_tier7:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. NASA Workbench Schematic - extraplanets:schematic_tier8:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. NASA Workbench Schematic - extraplanets:schematic_tier9:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. NASA Workbench Schematic - extraplanets:schematic_tier10_electric_rocket:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. NASA Workbench Schematic - extraplanets:schematic_tier10:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. NASA Workbench Schematic - extraplanets:schematic_venus_rover:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Ultimate Solar Panel - extraplanets:solar:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Hybrid Solar Panel - extraplanets:solar:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tier 4 Dungeon Key - extraplanets:t4key:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tier 5 Dungeon Key - extraplanets:t5key:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tier 6 Dungeon Key - extraplanets:t6key:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tier 7 Dungeon Key - extraplanets:t7key:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tier 8 Dungeon Key - extraplanets:t8key:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tier 9 Dungeon Key - extraplanets:t9key:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tier 10 Dungeon Key - extraplanets:t10key:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tier 4 Thermal Cloth - extraplanets:thermal_cloth:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tier 5 Thermal Cloth - extraplanets:thermal_cloth:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tier 3 Thermal Cloth - extraplanets:thermal_cloth:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tier 1 Basic Setup Kit - extraplanets:tier1_kit:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tier 1 Full Kit without Oxygen - extraplanets:tier1_kit:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tier 1 Full Kit without Thermal Protection - extraplanets:tier1_kit:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tier 1 Oxygen Kit - extraplanets:tier1_kit:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tier 1 Protection Kit - extraplanets:tier1_kit:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tier 1 Full Kit - extraplanets:tier1_kit:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tier 1 Space Suit Gravity Boots - extraplanets:tier1_space_suit_gravity_boots:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tier 1 Space Suit Jetpack Chestplate - extraplanets:tier1_space_suit_jetpack_chest:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tier 2 Armour Layer - extraplanets:tier2_armor_layer:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tier 2 Basic Setup Kit - extraplanets:tier2_kit:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tier 2 Full Kit without Oxygen - extraplanets:tier2_kit:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tier 2 Full Kit without Thermal Protection - extraplanets:tier2_kit:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tier 2 Oxygen Kit - extraplanets:tier2_kit:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tier 2 Protection Kit - extraplanets:tier2_kit:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tier 2 Full Kit - extraplanets:tier2_kit:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tier 2 Pressure Layer - extraplanets:tier2_pressure_layer:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tier 2 Radiation Layer - extraplanets:tier2_radiation_layer:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tier 2 Space Suit Boots - extraplanets:tier2_space_suit_boots:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tier 2 Space Suit Chestplate - extraplanets:tier2_space_suit_chest:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tier 2 Space Suit Gravity Boots - extraplanets:tier2_space_suit_gravity_boots:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tier 2 Space Suit Helmet - extraplanets:tier2_space_suit_helmet:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tier 2 Space SuitJetpack Chestplate - extraplanets:tier2_space_suit_jetpack_chest:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tier 2 Space Suit Leggings - extraplanets:tier2_space_suit_legings:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tier 2 Un-Prepared Space Suit Boots - extraplanets:tier2_un_prepared_space_suit_boots:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tier 2 Un-Prepared Space Suit Chestplate - extraplanets:tier2_un_prepared_space_suit_chest:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tier 2 Un-Prepared Space Suit Helmet - extraplanets:tier2_un_prepared_space_suit_helmet:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tier 2 Un-Prepared Space Suit Leggings - extraplanets:tier2_un_prepared_space_suit_legings:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tier 3 Armour Layer - extraplanets:tier3_armor_layer:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tier 3 Basic Setup Kit - extraplanets:tier3_kit:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tier 3 Full Kit without Oxygen - extraplanets:tier3_kit:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tier 3 Full Kit without Thermal Protection - extraplanets:tier3_kit:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tier 3 Oxygen Kit - extraplanets:tier3_kit:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tier 3 Protection Kit - extraplanets:tier3_kit:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tier 3 Full Kit - extraplanets:tier3_kit:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tier 3 Pressure Layer - extraplanets:tier3_pressure_layer:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tier 3 Radiation Layer - extraplanets:tier3_radiation_layer:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tier 3 Space Suit Boots - extraplanets:tier3_space_suit_boots:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tier 3 Space Suit Chestplate - extraplanets:tier3_space_suit_chest:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tier 3 Space Suit Gravity Boots - extraplanets:tier3_space_suit_gravity_boots:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tier 3 Space Suit Helmet - extraplanets:tier3_space_suit_helmet:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tier 3 Space Suit Jetpack Chestplate - extraplanets:tier3_space_suit_jetpack_chest:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tier 3 Space Suit Leggings - extraplanets:tier3_space_suit_legings:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tier 3 Thermal Padding Chestpiece - extraplanets:tier3_thermal_padding:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tier 3 Thermal Padding Leggings - extraplanets:tier3_thermal_padding:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tier 3 Thermal Padding Boots - extraplanets:tier3_thermal_padding:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tier 3 Thermal Padding Helm - extraplanets:tier3_thermal_padding:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tier 3 Un-Prepared Space Suit Boots - extraplanets:tier3_un_prepared_space_suit_boots:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tier 3 Un-Prepared Space Suit Chestplate - extraplanets:tier3_un_prepared_space_suit_chest:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tier 3 Un-Prepared Space Suit Helmet - extraplanets:tier3_un_prepared_space_suit_helmet:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tier 3 Un-Prepared Space Suit Leggings - extraplanets:tier3_un_prepared_space_suit_legings:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tier 4 Armour Layer - extraplanets:tier4_armor_layer:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tier 4 Booster - extraplanets:tier4_items:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tier 4 Rocket Fins - extraplanets:tier4_items:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Heavy-Duty Plate - extraplanets:tier4_items:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Compressed Carbon - extraplanets:tier4_items:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Carbon Ingot - extraplanets:tier4_items:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Diamond Shard - extraplanets:tier4_items:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tier 4 Rocket Engine - extraplanets:tier4_items:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tier 4 Basic Setup Kit - extraplanets:tier4_kit:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tier 4 Full Kit without Oxygen - extraplanets:tier4_kit:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tier 4 Full Kit without Thermal Protection - extraplanets:tier4_kit:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tier 4 Oxygen Kit - extraplanets:tier4_kit:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tier 4 Protection Kit - extraplanets:tier4_kit:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tier 4 Full Kit - extraplanets:tier4_kit:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tier 4 Pressure Layer - extraplanets:tier4_pressure_layer:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tier 4 Radiation Layer - extraplanets:tier4_radiation_layer:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tier 4 Space Suit Boots - extraplanets:tier4_space_suit_boots:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tier 4 Space Suit Chestplate - extraplanets:tier4_space_suit_chest:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tier 4 Space Suit Gravity Boots - extraplanets:tier4_space_suit_gravity_boots:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tier 4 Space Suit Helmet - extraplanets:tier4_space_suit_helmet:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tier 4 Space Suit Jetpack Chestplate - extraplanets:tier4_space_suit_jetpack_chest:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tier 4 Space Suit Leggings - extraplanets:tier4_space_suit_legings:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tier 4 Thermal Padding Chestpiece - extraplanets:tier4_thermal_padding:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tier 4 Thermal Padding Leggings - extraplanets:tier4_thermal_padding:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tier 4 Thermal Padding Boots - extraplanets:tier4_thermal_padding:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tier 4 Thermal Padding Helm - extraplanets:tier4_thermal_padding:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tier 4 Un-Prepared Space Suit Boots - extraplanets:tier4_un_prepared_space_suit_boots:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tier 4 Un-Prepared Space Suit Chestplate - extraplanets:tier4_un_prepared_space_suit_chest:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tier 4 Un-Prepared Space Suit Helmet - extraplanets:tier4_un_prepared_space_suit_helmet:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tier 4 Un-Prepared Space Suit Leggings - extraplanets:tier4_un_prepared_space_suit_legings:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tier 5 Booster - extraplanets:tier5_items:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tier 5 Rocket Fins - extraplanets:tier5_items:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Heavy-Duty Plate - extraplanets:tier5_items:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Compressed Palladium - extraplanets:tier5_items:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Palladium Ingot - extraplanets:tier5_items:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Compressed Nickel - extraplanets:tier5_items:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Red Gem - extraplanets:tier5_items:8 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Ash Powder - extraplanets:tier5_items:9 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Ash Shard - extraplanets:tier5_items:10 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Volcanic Shard - extraplanets:tier5_items:11 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Volcanic Ingot - extraplanets:tier5_items:12 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tier 5 Rocket Engine - extraplanets:tier5_items:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tier 5 Basic Setup Kit - extraplanets:tier5_kit:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tier 5 Full Kit without Oxygen - extraplanets:tier5_kit:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tier 5 Full Kit without Thermal Protection - extraplanets:tier5_kit:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tier 5 Oxygen Kit - extraplanets:tier5_kit:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tier 5 Protection Kit - extraplanets:tier5_kit:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tier 5 Full Kit - extraplanets:tier5_kit:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tier 5 Thermal Padding Chestpiece - extraplanets:tier5_thermal_padding:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tier 5 Thermal Padding Leggings - extraplanets:tier5_thermal_padding:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tier 5 Thermal Padding Boots - extraplanets:tier5_thermal_padding:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tier 5 Thermal Padding Helm - extraplanets:tier5_thermal_padding:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tier 6 Booster - extraplanets:tier6_items:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tier 6 Rocket Fins - extraplanets:tier6_items:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Heavy-Duty Plate - extraplanets:tier6_items:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Compressed Magnesium - extraplanets:tier6_items:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Magnesium Ingot - extraplanets:tier6_items:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tier 6 Rocket Engine - extraplanets:tier6_items:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tier 7 Booster - extraplanets:tier7_items:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tier 7 Rocket Fins - extraplanets:tier7_items:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Heavy-Duty Plate - extraplanets:tier7_items:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Compressed Crystal - extraplanets:tier7_items:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Crystal Ingot - extraplanets:tier7_items:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Compressed Reinforced Crystal - extraplanets:tier7_items:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. White Gem - extraplanets:tier7_items:7 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tier 7 Rocket Engine - extraplanets:tier7_items:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tier 8 Booster - extraplanets:tier8_items:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tier 8 Rocket Fins - extraplanets:tier8_items:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Heavy-Duty Plate - extraplanets:tier8_items:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Compressed Zinc - extraplanets:tier8_items:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Zinc Ingot - extraplanets:tier8_items:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Blue Gem - extraplanets:tier8_items:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tier 8 Rocket Engine - extraplanets:tier8_items:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tier 9 Booster - extraplanets:tier9_items:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tier 9 Rocket Fins - extraplanets:tier9_items:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Heavy-Duty Plate - extraplanets:tier9_items:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Compressed Tungsten - extraplanets:tier9_items:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tungsten Ingot - extraplanets:tier9_items:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tier 9 Rocket Engine - extraplanets:tier9_items:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tier 10 Booster - extraplanets:tier10_items:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tier 10 Rocket Fins - extraplanets:tier10_items:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Heavy-Duty Plate - extraplanets:tier10_items:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Compressed Dark Iron - extraplanets:tier10_items:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Dark Iron Ingot - extraplanets:tier10_items:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tier 10 Rocket Engine - extraplanets:tier10_items:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Red Diamond - extraplanets:tier11_items:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Purple Diamond - extraplanets:tier11_items:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Yellow Diamond - extraplanets:tier11_items:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Green Diamond - extraplanets:tier11_items:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Blue Diamond - extraplanets:tier11_items:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Titan Gravel - extraplanets:titan_gravel:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Titan Sub-Surface Rock - extraplanets:titan:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Titan Stone - extraplanets:titan:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Titan Iron Ore - extraplanets:titan:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Titan Tin Ore - extraplanets:titan:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Titan Copper Ore - extraplanets:titan:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Titan Methane Surface - extraplanets:titan:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Titan Methane Sub-Surface - extraplanets:titan:7 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Titan Rocks - extraplanets:titan:8 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Titan Surface Rock - extraplanets:titan:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Titania Gravel - extraplanets:titania_gravel:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Titania Sub-Surface Rock - extraplanets:titania:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Titania Stone - extraplanets:titania:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Titania Iron Ore - extraplanets:titania:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Titania Tin Ore - extraplanets:titania:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Titania Copper Ore - extraplanets:titania:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Titania Surface Rock - extraplanets:titania:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Grinding Wheel - extraplanets:tools:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. String Mesh - extraplanets:tools:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Filter - extraplanets:tools:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Sledge Hammer - extraplanets:tools:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tier 4 Treasure Chest - extraplanets:treasure_chest_t4:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tier 5 Treasure Chest - extraplanets:treasure_chest_t5:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tier 6 Treasure Chest - extraplanets:treasure_chest_t6:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tier 7 Treasure Chest - extraplanets:treasure_chest_t7:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tier 8 Treasure Chest - extraplanets:treasure_chest_t8:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tier 9 Treasure Chest - extraplanets:treasure_chest_t9:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tier 10 Treasure Chest - extraplanets:treasure_chest_t10:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Triton Gravel - extraplanets:triton_gravel:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Triton Sub-Surface Rock - extraplanets:triton:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Triton Stone - extraplanets:triton:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Triton Iron Ore - extraplanets:triton:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Triton Tin Ore - extraplanets:triton:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Triton Copper Ore - extraplanets:triton:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Triton Surface Rock - extraplanets:triton:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Ultimate Battery - extraplanets:ultimate_battery:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Ultimate Fuel Loader - extraplanets:ultimate_fuel_loader:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Ultimate Oxygen Decompressor - extraplanets:ultimate_oxygen_compressor:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Ultimate Oxygen Compressor - extraplanets:ultimate_oxygen_compressor:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. tile.boss_spawner_uranus.name - extraplanets:uranus_spawner:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Uranus Stone Bricks Stairs - extraplanets:uranus_stairs_stone_bricks:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Uranus Stone Stairs - extraplanets:uranus_stairs_stone:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Uranus Sub Surface Stairs - extraplanets:uranus_stairs_sub_surface:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Uranus Surface Stairs - extraplanets:uranus_stairs_surface:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Uranus Sub-Surface Rock - extraplanets:uranus:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Uranus Stone - extraplanets:uranus:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Uranus Crystal Ore - extraplanets:uranus:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Block of Crystal - extraplanets:uranus:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Uranus Stone Bricks - extraplanets:uranus:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Uranus Dungeon Brick - extraplanets:uranus:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Uranus White Gem Ore - extraplanets:uranus:7 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Block of White Gem - extraplanets:uranus:8 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Uranus Surface Rock - extraplanets:uranus:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Vehicle Charger - extraplanets:vehicle_charger:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Venus Rover - extraplanets:venus_rover:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Venus Rover - extraplanets:venus_rover:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Venus Rover - extraplanets:venus_rover:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Venus Rover - extraplanets:venus_rover:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Volcanic Rock - extraplanets:volcanic_rock:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. White Sugar Cane - extraplanets:white_sugar_cane_item:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. White Sugar Cane Block - extraplanets:white_sugar_cane:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Yellow Diamond Axe - extraplanets:yellow_diamond_axe:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Yellow Diamond Boots - extraplanets:yellow_diamond_boots:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Yellow Diamond Chestplate - extraplanets:yellow_diamond_chest:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Yellow Diamond Helmet - extraplanets:yellow_diamond_helmet:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Yellow Diamond Hoe - extraplanets:yellow_diamond_hoe:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Yellow Diamond Leggings - extraplanets:yellow_diamond_legings:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Yellow Diamond Pickaxe - extraplanets:yellow_diamond_pickaxe:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Yellow Diamond Shovel - extraplanets:yellow_diamond_shovel:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Yellow Diamond Sword - extraplanets:yellow_diamond_sword:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Zinc Battery - extraplanets:zinc_battery:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Aluminum Wire - galacticraftcore:aluminum_wire:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Heavy Aluminum Wire - galacticraftcore:aluminum_wire:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Switchable Aluminum Wire - galacticraftcore:aluminum_wire:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Switchable Heavy Aluminum Wire - galacticraftcore:aluminum_wire:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Arc Lamp - galacticraftcore:arclamp:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Solid Meteoric Iron - galacticraftcore:basic_block_core:12 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tin Decoration Block - galacticraftcore:basic_block_core:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Copper Ore - galacticraftcore:basic_block_core:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tin Ore - galacticraftcore:basic_block_core:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Aluminum Ore - galacticraftcore:basic_block_core:7 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Copper Ore - galacticraftcore:basic_block_moon:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tin Ore - galacticraftcore:basic_block_moon:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Moon Dungeon Brick - galacticraftcore:basic_block_moon:14 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Cheese Ore - galacticraftcore:basic_block_moon:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Moon Dirt - galacticraftcore:basic_block_moon:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Moon Rock - galacticraftcore:basic_block_moon:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Moon Turf - galacticraftcore:basic_block_moon:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Sapphire Ore - galacticraftcore:basic_block_moon:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Single Solar Module - galacticraftcore:basic_item:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Full Solar Panel - galacticraftcore:basic_item:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Blue Solar Wafer - galacticraftcore:basic_item:12 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Basic Wafer - galacticraftcore:basic_item:13 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Advanced Wafer - galacticraftcore:basic_item:14 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Can of Food - galacticraftcore:basic_item:15 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Can of Food - galacticraftcore:basic_item:16 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Can of Food - galacticraftcore:basic_item:17 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Can of Food - galacticraftcore:basic_item:18 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Frequency Module - galacticraftcore:basic_item:19 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Ambient Thermal Controller - galacticraftcore:basic_item:20 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Buggy - galacticraftcore:buggy:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Buggy - galacticraftcore:buggy:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Buggy - galacticraftcore:buggy:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Buggy - galacticraftcore:buggy:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Buggy Wheel - galacticraftcore:buggymat:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Buggy Seat - galacticraftcore:buggymat:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Buggy Storage Box - galacticraftcore:buggymat:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Copper Canister - galacticraftcore:canister:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Cargo Loader - galacticraftcore:cargo:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Cargo Unloader - galacticraftcore:cargo:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Cheese Curd - galacticraftcore:cheese_curd:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Block of Cheese - galacticraftcore:cheese:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Hidden Redstone Wire - galacticraftcore:concealed_redstone:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Hidden Redstone Repeater - galacticraftcore:concealed_repeater:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Communications Dish - galacticraftcore:dishbase:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Oxygen Bubble Distributor - galacticraftcore:distributor:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Emergency Post - galacticraftcore:emergency_box:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Emergency Post (with Kit) - galacticraftcore:emergency_box:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Space Emergency Kit - galacticraftcore:emergency_kit:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Sealable Fluid Pipe - galacticraftcore:enclosed:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Sealable Cobblestone Fluid Pipe - galacticraftcore:enclosed:10 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Sealable Stone Kinesis Pipe - galacticraftcore:enclosed:11 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Sealable Golden Kinesis Pipe - galacticraftcore:enclosed:12 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Sealable ME Cable - galacticraftcore:enclosed:13 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Sealable Aluminum Wire - galacticraftcore:enclosed:14 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Sealable Heavy Aluminum Wire - galacticraftcore:enclosed:15 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Sealable Stone Transport Pipe - galacticraftcore:enclosed:7 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Sealable Cobblestone Transport Pipe - galacticraftcore:enclosed:8 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Sealable Stone Fluid Pipe - galacticraftcore:enclosed:9 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tier 1 Booster - galacticraftcore:engine:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Fallen Meteor - galacticraftcore:fallen_meteor:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Fluid Tank - galacticraftcore:fluid_tank:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Can of Food - galacticraftcore:food:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Can of Food - galacticraftcore:food:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Can of Food - galacticraftcore:food:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Can of Food - galacticraftcore:food:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Cheese Slice - galacticraftcore:food:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Cheeseburger - galacticraftcore:food:8 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Canned Beef - galacticraftcore:food:9 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Grating - galacticraftcore:grating:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Meteoric Iron Ingot - galacticraftcore:item_basic_moon:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Compressed Meteoric Iron - galacticraftcore:item_basic_moon:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Lunar Sapphire - galacticraftcore:item_basic_moon:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tier 1 Dungeon Key - galacticraftcore:key:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Buggy Fueling Pad - galacticraftcore:landing_pad:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Electric Arc Furnace - galacticraftcore:machine_tiered:12 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Electric Furnace - galacticraftcore:machine_tiered:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Energy Storage Cluster - galacticraftcore:machine_tiered:8 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Electric Compressor - galacticraftcore:machine2:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Deconstructor - galacticraftcore:machine2:12 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Circuit Fabricator - galacticraftcore:machine2:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Oxygen Storage Module - galacticraftcore:machine2:8 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Chromatic Applicator - galacticraftcore:machine3:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Advanced Compressor - galacticraftcore:machine4:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Magnetic Crafting Table - galacticraftcore:magnetic_table:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Throwable Meteor Chunk - galacticraftcore:meteor_chunk:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Throwable Meteor Chunk - galacticraftcore:meteor_chunk:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Raw Meteoric Iron - galacticraftcore:meteoric_iron_raw:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Moon Dungeon Brick Stairs - galacticraftcore:moon_stairs_brick:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Moon Rock Stairs - galacticraftcore:moon_stairs_stone:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Empty Canister - galacticraftcore:oil_canister_partial:1001 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Oxygen Decompressor - galacticraftcore:oxygen_compressor:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Oxygen Detector - galacticraftcore:oxygen_detector:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Heavy Oxygen Tank - galacticraftcore:oxygen_tank_heavy_full:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Heavy Oxygen Tank - galacticraftcore:oxygen_tank_heavy_full:2700 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Medium Oxygen Tank - galacticraftcore:oxygen_tank_med_full:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Medium Oxygen Tank - galacticraftcore:oxygen_tank_med_full:1800 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Lighting Panel (Square) - galacticraftcore:panel_lighting:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Lighting Panel (Spotlight) - galacticraftcore:panel_lighting:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Lighting Panel (Linear) - galacticraftcore:panel_lighting:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Lighting Panel (Dark) - galacticraftcore:panel_lighting:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Lighting Panel (Dark) - galacticraftcore:panel_lighting:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Parachest - galacticraftcore:parachest:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Hydraulic Platform - galacticraftcore:platform:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Pre-Launch Checklist - galacticraftcore:prelaunch_checklist:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. NASA Workbench Schematic - galacticraftcore:schematic:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. NASA Workbench Schematic - galacticraftcore:schematic:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Oxygen Sealer - galacticraftcore:sealer:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Sensor Glasses - galacticraftcore:sensor_glasses:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Sensor Lens - galacticraftcore:sensor_lens:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tin Decoration Slab - galacticraftcore:slab_gc_half:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tin Decoration Slab - galacticraftcore:slab_gc_half:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Moon Rock Slab - galacticraftcore:slab_gc_half:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Moon Dungeon Brick Slab - galacticraftcore:slab_gc_half:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Mars Cobblestone Slab - galacticraftcore:slab_gc_half:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Mars Dungeon Brick Slab - galacticraftcore:slab_gc_half:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Dark Decoration Slab - galacticraftcore:slab_gc_half:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Basic Solar Panel - galacticraftcore:solar:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Advanced Solar Panel - galacticraftcore:solar:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Vacuum Glass (Strong) - galacticraftcore:space_glass_strong:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Vacuum Glass (Strong) - galacticraftcore:space_glass_strong:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Vacuum Glass - galacticraftcore:space_glass_vanilla:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Vacuum Glass - galacticraftcore:space_glass_vanilla:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Spin Thruster - galacticraftcore:spin_thruster:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Heavy Duty Axe - galacticraftcore:steel_axe:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Heavy Duty Boots - galacticraftcore:steel_boots:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Heavy Duty Chestplate - galacticraftcore:steel_chestplate:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Heavy Duty Helmet - galacticraftcore:steel_helmet:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Heavy Duty Hoe - galacticraftcore:steel_hoe:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Heavy Duty Leggings - galacticraftcore:steel_leggings:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Heavy Duty Pickaxe - galacticraftcore:steel_pickaxe:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Heavy Duty Shovel - galacticraftcore:steel_shovel:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Heavy Duty Sword - galacticraftcore:steel_sword:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Telemetry Unit - galacticraftcore:telemetry:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tin Decoration Stairs - galacticraftcore:tin_stairs_1:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tin Decoration Stairs - galacticraftcore:tin_stairs_2:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Treasure Chest - galacticraftcore:treasure_chest:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Display Screen - galacticraftcore:view_screen:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tin Decoration Wall - galacticraftcore:wall_gc:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tin Decoration Wall - galacticraftcore:wall_gc:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Moon Rock Wall - galacticraftcore:wall_gc:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Moon Dungeon Brick Wall - galacticraftcore:wall_gc:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Mars Cobblestone Wall - galacticraftcore:wall_gc:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Mars Dungeon Brick Wall - galacticraftcore:wall_gc:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Asteroid Rock - galacticraftplanets:asteroids_block:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Asteroid Rock - galacticraftplanets:asteroids_block:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Asteroid Rock - galacticraftplanets:asteroids_block:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Aluminum Ore - galacticraftplanets:asteroids_block:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Ilmenite Ore - galacticraftplanets:asteroids_block:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Iron Ore - galacticraftplanets:asteroids_block:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Dark Decoration Block - galacticraftplanets:asteroids_block:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Titanium Block - galacticraftplanets:asteroids_block:7 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Astro Miner - galacticraftplanets:astro_miner:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Atmospheric Valve - galacticraftplanets:atmospheric_valve:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Atomic Battery - galacticraftplanets:atomic_battery:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Shield Controller - galacticraftplanets:basic_item_venus:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Lead Ingot - galacticraftplanets:basic_item_venus:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Radioisotope Core - galacticraftplanets:basic_item_venus:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Isothermal Fabric - galacticraftplanets:basic_item_venus:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Solar Dust - galacticraftplanets:basic_item_venus:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Solar Array Panel - galacticraftplanets:basic_item_venus:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Solar Array Wafer - galacticraftplanets:basic_item_venus:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Energy Beam Receiver - galacticraftplanets:beam_receiver:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Energy Beam Reflector - galacticraftplanets:beam_reflector:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Bacterial Sludge Bucket - galacticraftplanets:bucket_sludge:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Sulfuric Acid Bucket - galacticraftplanets:bucket_sulphuric_acid:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Filled Canister of Liquid Nitrogen - galacticraftplanets:canister_partial_ln2:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Filled Canister of Liquid Oxygen - galacticraftplanets:canister_partial_lox:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Fragmented Carbon - galacticraftplanets:carbon_fragments:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Cavernous Vines - galacticraftplanets:cavern_vines:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Crashed Probe - galacticraftplanets:crashed_probe:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Creeper Egg - galacticraftplanets:creeper_egg:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Dense Ice - galacticraftplanets:dense_ice:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Desh Axe - galacticraftplanets:desh_axe:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Desh Boots - galacticraftplanets:desh_boots:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Desh Chestplate - galacticraftplanets:desh_chestplate:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Desh Helmet - galacticraftplanets:desh_helmet:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Desh Hoe - galacticraftplanets:desh_hoe:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Desh Leggings - galacticraftplanets:desh_leggings:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Sticky Desh Pickaxe - galacticraftplanets:desh_pick_slime:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Desh Pickaxe - galacticraftplanets:desh_pick:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Desh Shovel - galacticraftplanets:desh_spade:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Desh Sword - galacticraftplanets:desh_sword:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Geothermal Generator - galacticraftplanets:geothermal_generator:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Grapple - galacticraftplanets:grapple:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Heavy Nose Cone - galacticraftplanets:heavy_nose_cone:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Titanium Ingot - galacticraftplanets:item_basic_asteroids:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Heavy Rocket Engine - galacticraftplanets:item_basic_asteroids:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Heavy Rocket Fins - galacticraftplanets:item_basic_asteroids:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Iron Shard - galacticraftplanets:item_basic_asteroids:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Titanium Shard - galacticraftplanets:item_basic_asteroids:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Heavy-Duty Plate - galacticraftplanets:item_basic_asteroids:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Compressed Titanium - galacticraftplanets:item_basic_asteroids:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Thermal Cloth - galacticraftplanets:item_basic_asteroids:7 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Beam Core - galacticraftplanets:item_basic_asteroids:8 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Unrefined Desh - galacticraftplanets:item_basic_mars:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Desh Stick - galacticraftplanets:item_basic_mars:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Desh Ingot - galacticraftplanets:item_basic_mars:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Heavy-Duty Plate - galacticraftplanets:item_basic_mars:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Slimeling Inventory Bag - galacticraftplanets:item_basic_mars:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Compressed Desh - galacticraftplanets:item_basic_mars:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Fluid Manipulator - galacticraftplanets:item_basic_mars:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tier 3 Dungeon Key - galacticraftplanets:key_t3:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tier 2 Dungeon Key - galacticraftplanets:key:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Laser Turret - galacticraftplanets:laser_turret:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Gas Liquefier - galacticraftplanets:mars_machine_t2:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Methane Synthesizer - galacticraftplanets:mars_machine_t2:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Water Electrolyzer - galacticraftplanets:mars_machine_t2:8 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Terraformer - galacticraftplanets:mars_machine:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Cryogenic Chamber - galacticraftplanets:mars_machine:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Launch Controller - galacticraftplanets:mars_machine:8 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Mars Dungeon Brick Stairs - galacticraftplanets:mars_stairs_brick:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Mars Cobblestone Stairs - galacticraftplanets:mars_stairs_cobblestone:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Copper Ore - galacticraftplanets:mars:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tin Ore - galacticraftplanets:mars:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Desh Ore - galacticraftplanets:mars:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Iron Ore - galacticraftplanets:mars:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Mars Cobblestone - galacticraftplanets:mars:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Mars Fine Regolith - galacticraftplanets:mars:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Mars Regolith - galacticraftplanets:mars:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Mars Dungeon Brick - galacticraftplanets:mars:7 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Block of Desh - galacticraftplanets:mars:8 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Mars Stone - galacticraftplanets:mars:9 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Filled Methane Gas Canister - galacticraftplanets:methane_canister_partial:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Astro Miner Base - galacticraftplanets:miner_base:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Orion Drive - galacticraftplanets:orion_drive:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tier 2 Rocket - galacticraftplanets:rocket_t2:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tier 2 Rocket - galacticraftplanets:rocket_t2:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Cargo Rocket - galacticraftplanets:rocket_t2:11 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Cargo Rocket - galacticraftplanets:rocket_t2:12 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Cargo Rocket - galacticraftplanets:rocket_t2:13 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tier 2 Rocket - galacticraftplanets:rocket_t2:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tier 2 Rocket - galacticraftplanets:rocket_t2:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tier 3 Rocket - galacticraftplanets:rocket_t3:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tier 3 Rocket - galacticraftplanets:rocket_t3:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tier 3 Rocket - galacticraftplanets:rocket_t3:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tier 3 Rocket - galacticraftplanets:rocket_t3:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. NASA Workbench Schematic - galacticraftplanets:schematic:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. NASA Workbench Schematic - galacticraftplanets:schematic:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. NASA Workbench Schematic - galacticraftplanets:schematic:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Red Slimeling Egg - galacticraftplanets:slimeling_egg:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Blue Slimeling Egg - galacticraftplanets:slimeling_egg:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Yellow Slimeling Egg - galacticraftplanets:slimeling_egg:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Solar Array Controller - galacticraftplanets:solar_array_controller:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Solar Array Module - galacticraftplanets:solar_array_module:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Vapor Spout - galacticraftplanets:spout:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Strange Seed - galacticraftplanets:strange_seed:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Strange Seed - galacticraftplanets:strange_seed:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Short Range Telepad - galacticraftplanets:telepad_short:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Isothermal Helm - galacticraftplanets:thermal_padding_t2:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Isothermal Chestpiece - galacticraftplanets:thermal_padding_t2:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Isothermal Leggings - galacticraftplanets:thermal_padding_t2:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Isothermal Boots - galacticraftplanets:thermal_padding_t2:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Thermal Padding Helm - galacticraftplanets:thermal_padding:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Thermal Padding Chestpiece - galacticraftplanets:thermal_padding:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Thermal Padding Leggings - galacticraftplanets:thermal_padding:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Thermal Padding Boots - galacticraftplanets:thermal_padding:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Titanium Axe - galacticraftplanets:titanium_axe:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Titanium Boots - galacticraftplanets:titanium_boots:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Titanium Chestplate - galacticraftplanets:titanium_chestplate:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Titanium Helmet - galacticraftplanets:titanium_helmet:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Titanium Hoe - galacticraftplanets:titanium_hoe:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Titanium Leggings - galacticraftplanets:titanium_leggings:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Titanium Pickaxe - galacticraftplanets:titanium_pickaxe:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Titanium Shovel - galacticraftplanets:titanium_shovel:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Titanium Sword - galacticraftplanets:titanium_sword:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tier 2 Treasure Chest - galacticraftplanets:treasure_t2:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tier 3 Treasure Chest - galacticraftplanets:treasure_t3:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Scorched Venus Rock - galacticraftplanets:venus_rock_scorched:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Venus Soft Rock - galacticraftplanets:venus:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Venus Hard Rock - galacticraftplanets:venus:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Silicon Ore - galacticraftplanets:venus:10 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Tin Ore - galacticraftplanets:venus:11 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Lead Block - galacticraftplanets:venus:12 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Solar Ore - galacticraftplanets:venus:13 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Venus Volcanic Rock - galacticraftplanets:venus:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Pumice - galacticraftplanets:venus:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Venus Dungeon Brick I - galacticraftplanets:venus:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Venus Dungeon Brick II - galacticraftplanets:venus:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Aluminum Ore - galacticraftplanets:venus:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Copper Ore - galacticraftplanets:venus:7 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Galena Ore - galacticraftplanets:venus:8 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Quartz Ore - galacticraftplanets:venus:9 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Volcanic Pickaxe - galacticraftplanets:volcanic_pickaxe:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Walkway - galacticraftplanets:walkway:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Walkway - galacticraftplanets:walkway:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Walkway - galacticraftplanets:walkway:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Web String - galacticraftplanets:web_torch:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Web String - galacticraftplanets:web_torch:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Uranium Cluster - geolosys:cluster:9 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Kimberlite Sample - geolosys:ore_sample_vanilla:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Beryl Sample - geolosys:ore_sample_vanilla:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Autunite Sample - geolosys:ore_sample:9 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Kimberlite - geolosys:ore_vanilla:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Beryl - geolosys:ore_vanilla:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Autunite - geolosys:ore:9 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Storage Upgrade (Diamond) - improvedbackpacks:upgrade:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Black Hole Controller (DEPRECATED) - industrialforegoing:black_hole_controller:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Black Hole Controller v2.0 - industrialforegoing:black_hole_controller_reworked:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Black Hole Label - industrialforegoing:black_hole_label:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Black Hole Tank - industrialforegoing:black_hole_tank:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Black Hole Unit - industrialforegoing:black_hole_unit:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Fortune Addon - industrialforegoing:fortune_addon:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Diamond Backpack - ironbackpacks:backpack:0{packInfo:{upgrade:[],type:"ironbackpacks:diamond",spec:"STORAGE"}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({packInfo: {upgrade: [], type: "ironbackpacks:diamond", spec: "STORAGE"}}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Diamond to Crystal Chest Upgrade - ironchest:diamond_crystal_chest_upgrade:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Diamond to Obsidian Chest Upgrade - ironchest:diamond_obsidian_chest_upgrade:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Gold to Diamond Chest Upgrade - ironchest:gold_diamond_chest_upgrade:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Diamond Chest - ironchest:iron_chest:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Crystal Chest - ironchest:iron_chest:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Advanced Coil - ironjetpacks:advanced_coil:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Basic Coil - ironjetpacks:basic_coil:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Diamond Capacitor - ironjetpacks:diamond_capacitor:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Diamond Energy Cell - ironjetpacks:diamond_cell:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Diamond Jetpack - ironjetpacks:diamond_jetpack:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Diamond Thruster - ironjetpacks:diamond_thruster:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Electrum Capacitor - ironjetpacks:electrum_capacitor:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Electrum Energy Cell - ironjetpacks:electrum_cell:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Electrum Jetpack - ironjetpacks:electrum_jetpack:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Electrum Thruster - ironjetpacks:electrum_thruster:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Emerald Capacitor - ironjetpacks:emerald_capacitor:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Emerald Energy Cell - ironjetpacks:emerald_cell:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Emerald Jetpack - ironjetpacks:emerald_jetpack:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Emerald Thruster - ironjetpacks:emerald_thruster:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Leather Strap - ironjetpacks:strap:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Anchor Upgrade - mekanism:anchorupgrade:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. 4 entries: +Armored Jetpack - mekanism:armoredjetpack:0 +Armored Jetpack - mekanism:armoredjetpack:0{} +Armored Jetpack - mekanism:armoredjetpack:0{mekData:{}} +Armored Jetpack - mekanism:armoredjetpack:0{mekData:{stored:{amount:24000,gasName:"hydrogen"}}} +[INITIALIZATION][SERVER][INFO] Adding: | .withTag({}) | .withTag({mekData: {}}) | .withTag({mekData: {stored: {amount: 24000, gasName: "hydrogen"}}}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Atomic Alloy - mekanism:atomicalloy:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. 4 entries: +Atomic Disassembler - mekanism:atomicdisassembler:0 +Atomic Disassembler - mekanism:atomicdisassembler:0{} +Atomic Disassembler - mekanism:atomicdisassembler:0{mekData:{}} +Atomic Disassembler - mekanism:atomicdisassembler:0{mekData:{energyStored:1000000.0d}} +[INITIALIZATION][SERVER][INFO] Adding: | .withTag({}) | .withTag({mekData: {}}) | .withTag({mekData: {energyStored: 1000000.0}}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Refined Obsidian - mekanism:basicblock:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Refined Glowstone - mekanism:basicblock:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. 8 entries: +Basic Bin - mekanism:basicblock:6{tier:0} +Basic Bin - mekanism:basicblock:6{tier:0,mekData:{}} +Advanced Bin - mekanism:basicblock:6{tier:1} +Advanced Bin - mekanism:basicblock:6{tier:1,mekData:{}} +Elite Bin - mekanism:basicblock:6{tier:2} +Elite Bin - mekanism:basicblock:6{tier:2,mekData:{}} +Ultimate Bin - mekanism:basicblock:6{tier:3} +Ultimate Bin - mekanism:basicblock:6{tier:3,mekData:{}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({tier: 0}) | .withTag({tier: 0, mekData: {}}) | .withTag({tier: 1}) | .withTag({tier: 1, mekData: {}}) | .withTag({tier: 2}) | .withTag({tier: 2, mekData: {}}) | .withTag({tier: 3}) | .withTag({tier: 3, mekData: {}}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Teleporter Frame - mekanism:basicblock:7 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Steel Casing - mekanism:basicblock:8 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Dynamic Tank - mekanism:basicblock:9 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Structural Glass - mekanism:basicblock:10 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Dynamic Valve - mekanism:basicblock:11 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Thermal Evaporation Controller - mekanism:basicblock:14 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Thermal Evaporation Valve - mekanism:basicblock:15 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Induction Casing - mekanism:basicblock2:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Induction Port - mekanism:basicblock2:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. 8 entries: +Basic Induction Cell - mekanism:basicblock2:3{tier:0} +Basic Induction Cell - mekanism:basicblock2:3{tier:0,mekData:{}} +Advanced Induction Cell - mekanism:basicblock2:3{tier:1} +Advanced Induction Cell - mekanism:basicblock2:3{tier:1,mekData:{}} +Elite Induction Cell - mekanism:basicblock2:3{tier:2} +Elite Induction Cell - mekanism:basicblock2:3{tier:2,mekData:{}} +Ultimate Induction Cell - mekanism:basicblock2:3{tier:3} +Ultimate Induction Cell - mekanism:basicblock2:3{tier:3,mekData:{}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({tier: 0}) | .withTag({tier: 0, mekData: {}}) | .withTag({tier: 1}) | .withTag({tier: 1, mekData: {}}) | .withTag({tier: 2}) | .withTag({tier: 2, mekData: {}}) | .withTag({tier: 3}) | .withTag({tier: 3, mekData: {}}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. 8 entries: +Basic Induction Provider - mekanism:basicblock2:4{tier:0} +Basic Induction Provider - mekanism:basicblock2:4{tier:0,mekData:{}} +Advanced Induction Provider - mekanism:basicblock2:4{tier:1} +Advanced Induction Provider - mekanism:basicblock2:4{tier:1,mekData:{}} +Elite Induction Provider - mekanism:basicblock2:4{tier:2} +Elite Induction Provider - mekanism:basicblock2:4{tier:2,mekData:{}} +Ultimate Induction Provider - mekanism:basicblock2:4{tier:3} +Ultimate Induction Provider - mekanism:basicblock2:4{tier:3,mekData:{}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({tier: 0}) | .withTag({tier: 0, mekData: {}}) | .withTag({tier: 1}) | .withTag({tier: 1, mekData: {}}) | .withTag({tier: 2}) | .withTag({tier: 2, mekData: {}}) | .withTag({tier: 3}) | .withTag({tier: 3, mekData: {}}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Superheating Element - mekanism:basicblock2:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Pressure Disperser - mekanism:basicblock2:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Boiler Casing - mekanism:basicblock2:7 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Boiler Valve - mekanism:basicblock2:8 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Security Desk - mekanism:basicblock2:9 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Thermal Evaporation Block - mekanism:basicblock2:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Bio Fuel - mekanism:biofuel:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. 3 entries: +Cardboard Box - mekanism:cardboardbox:0 +Cardboard Box - mekanism:cardboardbox:0{} +Cardboard Box - mekanism:cardboardbox:0{mekData:{}} +[INITIALIZATION][SERVER][INFO] Adding: | .withTag({}) | .withTag({mekData: {}}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Compressed Carbon - mekanism:compressedcarbon:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Compressed Diamond - mekanism:compresseddiamond:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Compressed Obsidian - mekanism:compressedobsidian:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Compressed Redstone - mekanism:compressedredstone:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. 3 entries: +Configuration Card - mekanism:configurationcard:0 +Configuration Card - mekanism:configurationcard:0{} +Configuration Card - mekanism:configurationcard:0{mekData:{}} +[INITIALIZATION][SERVER][INFO] Adding: | .withTag({}) | .withTag({mekData: {}}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Configurator - mekanism:configurator:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Advanced Control Circuit - mekanism:controlcircuit:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Elite Control Circuit - mekanism:controlcircuit:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Ultimate Control Circuit - mekanism:controlcircuit:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Basic Control Circuit - mekanism:controlcircuit:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. 3 entries: +Crafting Formula - mekanism:craftingformula:0 +Crafting Formula - mekanism:craftingformula:0{} +Crafting Formula - mekanism:craftingformula:0{mekData:{}} +[INITIALIZATION][SERVER][INFO] Adding: | .withTag({}) | .withTag({mekData: {}}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Dictionary - mekanism:dictionary:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Osmium Dust - mekanism:dust:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. 4 entries: +Electric Bow - mekanism:electricbow:0 +Electric Bow - mekanism:electricbow:0{} +Electric Bow - mekanism:electricbow:0{mekData:{}} +Electric Bow - mekanism:electricbow:0{mekData:{energyStored:120000.0d}} +[INITIALIZATION][SERVER][INFO] Adding: | .withTag({}) | .withTag({mekData: {}}) | .withTag({mekData: {energyStored: 120000.0}}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Electrolytic Core - mekanism:electrolyticcore:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. 12 entries: +Basic Energy Cube - mekanism:energycube:0{tier:0} +Basic Energy Cube - mekanism:energycube:0{tier:0,mekData:{}} +Basic Energy Cube - mekanism:energycube:0{tier:0,mekData:{energyStored:2000000.0d}} +Advanced Energy Cube - mekanism:energycube:0{tier:1} +Advanced Energy Cube - mekanism:energycube:0{tier:1,mekData:{}} +Advanced Energy Cube - mekanism:energycube:0{tier:1,mekData:{energyStored:8000000.0d}} +Elite Energy Cube - mekanism:energycube:0{tier:2} +Elite Energy Cube - mekanism:energycube:0{tier:2,mekData:{}} +Elite Energy Cube - mekanism:energycube:0{tier:2,mekData:{energyStored:3.2E7d}} +Ultimate Energy Cube - mekanism:energycube:0{tier:3} +Ultimate Energy Cube - mekanism:energycube:0{tier:3,mekData:{}} +Ultimate Energy Cube - mekanism:energycube:0{tier:3,mekData:{energyStored:1.28E8d}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({tier: 0}) | .withTag({tier: 0, mekData: {}}) | .withTag({tier: 0, mekData: {energyStored: 2000000.0}}) | .withTag({tier: 1}) | .withTag({tier: 1, mekData: {}}) | .withTag({tier: 1, mekData: {energyStored: 8000000.0}}) | .withTag({tier: 2}) | .withTag({tier: 2, mekData: {}}) | .withTag({tier: 2, mekData: {energyStored: 3.2E7}}) | .withTag({tier: 3}) | .withTag({tier: 3, mekData: {}}) | .withTag({tier: 3, mekData: {energyStored: 1.28E8}}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Energy Tablet - mekanism:energytablet:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Energy Upgrade - mekanism:energyupgrade:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Enriched Alloy - mekanism:enrichedalloy:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Enriched Iron - mekanism:enrichediron:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Filter Upgrade - mekanism:filterupgrade:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. 4 entries: +Flamethrower - mekanism:flamethrower:0 +Flamethrower - mekanism:flamethrower:0{} +Flamethrower - mekanism:flamethrower:0{mekData:{}} +Flamethrower - mekanism:flamethrower:0{mekData:{stored:{amount:24000,gasName:"hydrogen"}}} +[INITIALIZATION][SERVER][INFO] Adding: | .withTag({}) | .withTag({mekData: {}}) | .withTag({mekData: {stored: {amount: 24000, gasName: "hydrogen"}}}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. 4 entries: +Free Runners - mekanism:freerunners:0 +Free Runners - mekanism:freerunners:0{} +Free Runners - mekanism:freerunners:0{mekData:{}} +Free Runners - mekanism:freerunners:0{mekData:{energyStored:64000.0d}} +[INITIALIZATION][SERVER][INFO] Adding: | .withTag({}) | .withTag({mekData: {}}) | .withTag({mekData: {energyStored: 64000.0}}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Gas Mask - mekanism:gasmask:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Basic Gas Tank - mekanism:gastank:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Gas Upgrade - mekanism:gasupgrade:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. 3 entries: +Gauge Dropper - mekanism:gaugedropper:0 +Gauge Dropper - mekanism:gaugedropper:0{} +Gauge Dropper - mekanism:gaugedropper:0{mekData:{}} +[INITIALIZATION][SERVER][INFO] Adding: | .withTag({}) | .withTag({mekData: {}}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Invalid Damage: 32767 - mekanism:glowpanel:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. White Plastic Glow Block - mekanism:glowplasticblock:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Osmium Ingot - mekanism:ingot:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Glowstone Ingot - mekanism:ingot:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Refined Obsidian Ingot - mekanism:ingot:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. 4 entries: +Jetpack - mekanism:jetpack:0 +Jetpack - mekanism:jetpack:0{} +Jetpack - mekanism:jetpack:0{mekData:{}} +Jetpack - mekanism:jetpack:0{mekData:{stored:{amount:24000,gasName:"hydrogen"}}} +[INITIALIZATION][SERVER][INFO] Adding: | .withTag({}) | .withTag({mekData: {}}) | .withTag({mekData: {stored: {amount: 24000, gasName: "hydrogen"}}}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Osmium Compressor - mekanism:machineblock:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Combiner - mekanism:machineblock:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Crusher - mekanism:machineblock:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Basic Smelting Factory - mekanism:machineblock:5{recipeType:0} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({recipeType: 0}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Basic Enriching Factory - mekanism:machineblock:5{recipeType:1} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({recipeType: 1}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Basic Crushing Factory - mekanism:machineblock:5{recipeType:2} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({recipeType: 2}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Basic Compressing Factory - mekanism:machineblock:5{recipeType:3} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({recipeType: 3}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Basic Combining Factory - mekanism:machineblock:5{recipeType:4} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({recipeType: 4}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Basic Purifying Factory - mekanism:machineblock:5{recipeType:5} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({recipeType: 5}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Basic Injecting Factory - mekanism:machineblock:5{recipeType:6} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({recipeType: 6}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Basic Infusing Factory - mekanism:machineblock:5{recipeType:7} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({recipeType: 7}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Basic Sawing Factory - mekanism:machineblock:5{recipeType:8} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({recipeType: 8}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Advanced Smelting Factory - mekanism:machineblock:6{recipeType:0} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({recipeType: 0}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Advanced Enriching Factory - mekanism:machineblock:6{recipeType:1} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({recipeType: 1}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Advanced Crushing Factory - mekanism:machineblock:6{recipeType:2} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({recipeType: 2}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Advanced Compressing Factory - mekanism:machineblock:6{recipeType:3} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({recipeType: 3}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Advanced Combining Factory - mekanism:machineblock:6{recipeType:4} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({recipeType: 4}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Advanced Purifying Factory - mekanism:machineblock:6{recipeType:5} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({recipeType: 5}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Advanced Injecting Factory - mekanism:machineblock:6{recipeType:6} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({recipeType: 6}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Advanced Infusing Factory - mekanism:machineblock:6{recipeType:7} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({recipeType: 7}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Advanced Sawing Factory - mekanism:machineblock:6{recipeType:8} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({recipeType: 8}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Elite Smelting Factory - mekanism:machineblock:7{recipeType:0} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({recipeType: 0}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Elite Enriching Factory - mekanism:machineblock:7{recipeType:1} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({recipeType: 1}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Elite Crushing Factory - mekanism:machineblock:7{recipeType:2} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({recipeType: 2}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Elite Compressing Factory - mekanism:machineblock:7{recipeType:3} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({recipeType: 3}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Elite Combining Factory - mekanism:machineblock:7{recipeType:4} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({recipeType: 4}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Elite Purifying Factory - mekanism:machineblock:7{recipeType:5} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({recipeType: 5}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Elite Injecting Factory - mekanism:machineblock:7{recipeType:6} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({recipeType: 6}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Elite Infusing Factory - mekanism:machineblock:7{recipeType:7} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({recipeType: 7}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Elite Sawing Factory - mekanism:machineblock:7{recipeType:8} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({recipeType: 8}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Metallurgic Infuser - mekanism:machineblock:8 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Purification Chamber - mekanism:machineblock:9 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Energized Smelter - mekanism:machineblock:10 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Teleporter - mekanism:machineblock:11 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Electric Pump - mekanism:machineblock:12 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Personal Chest - mekanism:machineblock:13 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Chargepad - mekanism:machineblock:14 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Logistical Sorter - mekanism:machineblock:15 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Enrichment Chamber - mekanism:machineblock:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Chemical Oxidizer - mekanism:machineblock2:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Chemical Infuser - mekanism:machineblock2:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Chemical Injection Chamber - mekanism:machineblock2:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Electrolytic Separator - mekanism:machineblock2:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Precision Sawmill - mekanism:machineblock2:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Chemical Dissolution Chamber - mekanism:machineblock2:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Chemical Washer - mekanism:machineblock2:7 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Chemical Crystallizer - mekanism:machineblock2:8 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Seismic Vibrator - mekanism:machineblock2:9 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Pressurized Reaction Chamber - mekanism:machineblock2:10 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Basic Fluid Tank - mekanism:machineblock2:11 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. 8 entries: +Basic Fluid Tank - mekanism:machineblock2:11{tier:0} +Basic Fluid Tank - mekanism:machineblock2:11{tier:0,mekData:{}} +Advanced Fluid Tank - mekanism:machineblock2:11{tier:1} +Advanced Fluid Tank - mekanism:machineblock2:11{tier:1,mekData:{}} +Elite Fluid Tank - mekanism:machineblock2:11{tier:2} +Elite Fluid Tank - mekanism:machineblock2:11{tier:2,mekData:{}} +Ultimate Fluid Tank - mekanism:machineblock2:11{tier:3} +Ultimate Fluid Tank - mekanism:machineblock2:11{tier:3,mekData:{}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({tier: 0}) | .withTag({tier: 0, mekData: {}}) | .withTag({tier: 1}) | .withTag({tier: 1, mekData: {}}) | .withTag({tier: 2}) | .withTag({tier: 2, mekData: {}}) | .withTag({tier: 3}) | .withTag({tier: 3, mekData: {}}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Fluidic Plenisher - mekanism:machineblock2:12 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Laser - mekanism:machineblock2:13 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Laser Amplifier - mekanism:machineblock2:14 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Laser Tractor Beam - mekanism:machineblock2:15 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Rotary Condensentrator - mekanism:machineblock2:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Solar Neutron Activator - mekanism:machineblock3:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Resistive Heater - mekanism:machineblock3:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Formulaic Assemblicator - mekanism:machineblock3:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Fuelwood Heater - mekanism:machineblock3:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. 3 entries: +Quantum Entangloporter - mekanism:machineblock3:0 +Quantum Entangloporter - mekanism:machineblock3:0{} +Quantum Entangloporter - mekanism:machineblock3:0{mekData:{}} +[INITIALIZATION][SERVER][INFO] Adding: | .withTag({}) | .withTag({mekData: {}}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Muffling Upgrade - mekanism:mufflingupgrade:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. 4 entries: +Network Reader - mekanism:networkreader:0 +Network Reader - mekanism:networkreader:0{} +Network Reader - mekanism:networkreader:0{mekData:{}} +Network Reader - mekanism:networkreader:0{mekData:{energyStored:60000.0d}} +[INITIALIZATION][SERVER][INFO] Adding: | .withTag({}) | .withTag({mekData: {}}) | .withTag({mekData: {energyStored: 60000.0}}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Glowstone Nugget - mekanism:nugget:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Refined Obsidian Nugget - mekanism:nugget:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Obsidian TNT - mekanism:obsidiantnt:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Lithium Dust - mekanism:otherdust:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Refined Obsidian Dust - mekanism:otherdust:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Obsidian Dust - mekanism:otherdust:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. White Plastic Block - mekanism:plasticblock:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. White Plastic Barrier - mekanism:plasticfence:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. HDPE Rod - mekanism:polyethene:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. HDPE Sheet - mekanism:polyethene:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. PlaStick - mekanism:polyethene:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. HDPE Pellet - mekanism:polyethene:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. 4 entries: +Portable Teleporter - mekanism:portableteleporter:0 +Portable Teleporter - mekanism:portableteleporter:0{} +Portable Teleporter - mekanism:portableteleporter:0{mekData:{}} +Portable Teleporter - mekanism:portableteleporter:0{mekData:{energyStored:1000000.0d}} +[INITIALIZATION][SERVER][INFO] Adding: | .withTag({}) | .withTag({mekData: {}}) | .withTag({mekData: {energyStored: 1000000.0}}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Reinforced Alloy - mekanism:reinforcedalloy:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. White Reinforced Plastic Block - mekanism:reinforcedplasticblock:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. White Plastic Road - mekanism:roadplasticblock:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. 4 entries: +Robit - mekanism:robit:0 +Robit - mekanism:robit:0{} +Robit - mekanism:robit:0{mekData:{}} +Robit - mekanism:robit:0{mekData:{energyStored:100000.0d}} +[INITIALIZATION][SERVER][INFO] Adding: | .withTag({}) | .withTag({mekData: {}}) | .withTag({mekData: {energyStored: 100000.0}}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. 4 entries: +Scuba Tank - mekanism:scubatank:0 +Scuba Tank - mekanism:scubatank:0{} +Scuba Tank - mekanism:scubatank:0{mekData:{}} +Scuba Tank - mekanism:scubatank:0{mekData:{stored:{amount:24000,gasName:"oxygen"}}} +[INITIALIZATION][SERVER][INFO] Adding: | .withTag({}) | .withTag({mekData: {}}) | .withTag({mekData: {stored: {amount: 24000, gasName: "oxygen"}}}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. 4 entries: +Seismic Reader - mekanism:seismicreader:0 +Seismic Reader - mekanism:seismicreader:0{} +Seismic Reader - mekanism:seismicreader:0{mekData:{}} +Seismic Reader - mekanism:seismicreader:0{mekData:{energyStored:12000.0d}} +[INITIALIZATION][SERVER][INFO] Adding: | .withTag({}) | .withTag({mekData: {}}) | .withTag({mekData: {energyStored: 12000.0}}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. White Slick Plastic Block - mekanism:slickplasticblock:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Speed Upgrade - mekanism:speedupgrade:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Substrate - mekanism:substrate:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Teleportation Core - mekanism:teleportationcore:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Advanced Tier Installer - mekanism:tierinstaller:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Elite Tier Installer - mekanism:tierinstaller:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Ultimate Tier Installer - mekanism:tierinstaller:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Basic Tier Installer - mekanism:tierinstaller:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. 8 entries: +Basic Mechanical Pipe - mekanism:transmitter:1{tier:0} +Basic Mechanical Pipe - mekanism:transmitter:1{tier:0,mekData:{}} +Advanced Mechanical Pipe - mekanism:transmitter:1{tier:1} +Advanced Mechanical Pipe - mekanism:transmitter:1{tier:1,mekData:{}} +Elite Mechanical Pipe - mekanism:transmitter:1{tier:2} +Elite Mechanical Pipe - mekanism:transmitter:1{tier:2,mekData:{}} +Ultimate Mechanical Pipe - mekanism:transmitter:1{tier:3} +Ultimate Mechanical Pipe - mekanism:transmitter:1{tier:3,mekData:{}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({tier: 0}) | .withTag({tier: 0, mekData: {}}) | .withTag({tier: 1}) | .withTag({tier: 1, mekData: {}}) | .withTag({tier: 2}) | .withTag({tier: 2, mekData: {}}) | .withTag({tier: 3}) | .withTag({tier: 3, mekData: {}}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. 8 entries: +Basic Pressurized Tube - mekanism:transmitter:2{tier:0} +Basic Pressurized Tube - mekanism:transmitter:2{tier:0,mekData:{}} +Advanced Pressurized Tube - mekanism:transmitter:2{tier:1} +Advanced Pressurized Tube - mekanism:transmitter:2{tier:1,mekData:{}} +Elite Pressurized Tube - mekanism:transmitter:2{tier:2} +Elite Pressurized Tube - mekanism:transmitter:2{tier:2,mekData:{}} +Ultimate Pressurized Tube - mekanism:transmitter:2{tier:3} +Ultimate Pressurized Tube - mekanism:transmitter:2{tier:3,mekData:{}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({tier: 0}) | .withTag({tier: 0, mekData: {}}) | .withTag({tier: 1}) | .withTag({tier: 1, mekData: {}}) | .withTag({tier: 2}) | .withTag({tier: 2, mekData: {}}) | .withTag({tier: 3}) | .withTag({tier: 3, mekData: {}}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. 8 entries: +Basic Logistical Transporter - mekanism:transmitter:3{tier:0} +Basic Logistical Transporter - mekanism:transmitter:3{tier:0,mekData:{}} +Advanced Logistical Transporter - mekanism:transmitter:3{tier:1} +Advanced Logistical Transporter - mekanism:transmitter:3{tier:1,mekData:{}} +Elite Logistical Transporter - mekanism:transmitter:3{tier:2} +Elite Logistical Transporter - mekanism:transmitter:3{tier:2,mekData:{}} +Ultimate Logistical Transporter - mekanism:transmitter:3{tier:3} +Ultimate Logistical Transporter - mekanism:transmitter:3{tier:3,mekData:{}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({tier: 0}) | .withTag({tier: 0, mekData: {}}) | .withTag({tier: 1}) | .withTag({tier: 1, mekData: {}}) | .withTag({tier: 2}) | .withTag({tier: 2, mekData: {}}) | .withTag({tier: 3}) | .withTag({tier: 3, mekData: {}}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. 2 entries: +Restrictive Transporter - mekanism:transmitter:4{tier:0} +Restrictive Transporter - mekanism:transmitter:4{tier:0,mekData:{}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({tier: 0}) | .withTag({tier: 0, mekData: {}}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. 2 entries: +Diversion Transporter - mekanism:transmitter:5{tier:0} +Diversion Transporter - mekanism:transmitter:5{tier:0,mekData:{}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({tier: 0}) | .withTag({tier: 0, mekData: {}}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. 8 entries: +Basic Thermodynamic Conductor - mekanism:transmitter:6{tier:0} +Basic Thermodynamic Conductor - mekanism:transmitter:6{tier:0,mekData:{}} +Advanced Thermodynamic Conductor - mekanism:transmitter:6{tier:1} +Advanced Thermodynamic Conductor - mekanism:transmitter:6{tier:1,mekData:{}} +Elite Thermodynamic Conductor - mekanism:transmitter:6{tier:2} +Elite Thermodynamic Conductor - mekanism:transmitter:6{tier:2,mekData:{}} +Ultimate Thermodynamic Conductor - mekanism:transmitter:6{tier:3} +Ultimate Thermodynamic Conductor - mekanism:transmitter:6{tier:3,mekData:{}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({tier: 0}) | .withTag({tier: 0, mekData: {}}) | .withTag({tier: 1}) | .withTag({tier: 1, mekData: {}}) | .withTag({tier: 2}) | .withTag({tier: 2, mekData: {}}) | .withTag({tier: 3}) | .withTag({tier: 3, mekData: {}}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. 8 entries: +Basic Universal Cable - mekanism:transmitter:0{tier:0} +Basic Universal Cable - mekanism:transmitter:0{tier:0,mekData:{}} +Advanced Universal Cable - mekanism:transmitter:0{tier:1} +Advanced Universal Cable - mekanism:transmitter:0{tier:1,mekData:{}} +Elite Universal Cable - mekanism:transmitter:0{tier:2} +Elite Universal Cable - mekanism:transmitter:0{tier:2,mekData:{}} +Ultimate Universal Cable - mekanism:transmitter:0{tier:3} +Ultimate Universal Cable - mekanism:transmitter:0{tier:3,mekData:{}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({tier: 0}) | .withTag({tier: 0, mekData: {}}) | .withTag({tier: 1}) | .withTag({tier: 1, mekData: {}}) | .withTag({tier: 2}) | .withTag({tier: 2, mekData: {}}) | .withTag({tier: 3}) | .withTag({tier: 3, mekData: {}}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. 3 entries: +Walkie-Talkie - mekanism:walkietalkie:0 +Walkie-Talkie - mekanism:walkietalkie:0{} +Walkie-Talkie - mekanism:walkietalkie:0{mekData:{}} +[INITIALIZATION][SERVER][INFO] Adding: | .withTag({}) | .withTag({mekData: {}}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Walkie-Talkie - mekanism:walkietalkie:0{mekData:{channel:1}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({mekData: {channel: 1}}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Diamond Ore - minecraft:diamond_ore:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Emerald Ore - minecraft:emerald_ore:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Diamond Axe - minecraft:diamond_axe:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Block of Diamond - minecraft:diamond_block:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Diamond Boots - minecraft:diamond_boots:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Diamond Chestplate - minecraft:diamond_chestplate:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Diamond Helmet - minecraft:diamond_helmet:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Diamond Hoe - minecraft:diamond_hoe:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Diamond Horse Armor - minecraft:diamond_horse_armor:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Diamond Leggings - minecraft:diamond_leggings:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Diamond Pickaxe - minecraft:diamond_pickaxe:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Diamond Shovel - minecraft:diamond_shovel:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Diamond Sword - minecraft:diamond_sword:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Diamond - minecraft:diamond:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Block of Emerald - minecraft:emerald_block:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Emerald - minecraft:emerald:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Machine Blueprint - modularmachinery:itemblueprint:0{dynamicmachine:"modularmachinery:ethylitic_enricher"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({dynamicmachine: "modularmachinery:ethylitic_enricher"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Machine Blueprint - modularmachinery:itemblueprint:0{dynamicmachine:"modularmachinery:paperclip_factory"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({dynamicmachine: "modularmachinery:paperclip_factory"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Machine Blueprint - modularmachinery:itemblueprint:0{dynamicmachine:"modularmachinery:orematic5000"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({dynamicmachine: "modularmachinery:orematic5000"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Machine Blueprint - modularmachinery:itemblueprint:0{dynamicmachine:"modularmachinery:orematic5000_mk2"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({dynamicmachine: "modularmachinery:orematic5000_mk2"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Machine Blueprint - modularmachinery:itemblueprint:0{dynamicmachine:"modularmachinery:orematic5000_mk3"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({dynamicmachine: "modularmachinery:orematic5000_mk3"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Machine Blueprint - modularmachinery:itemblueprint:0{dynamicmachine:"modularmachinery:hydraulic_press"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({dynamicmachine: "modularmachinery:hydraulic_press"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Machine Blueprint - modularmachinery:itemblueprint:0{dynamicmachine:"modularmachinery:scamulator"} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({dynamicmachine: "modularmachinery:scamulator"}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. tile.compressed_cobblestone.name - overloaded:compressed_cobblestone:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. tile.compressed_obsidian.name - overloaded:compressed_obsidian:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Energy Extractor - overloaded:energy_extractor:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Hyper Energy Receiver - overloaded:hyper_energy_receiver:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Hyper Energy Sender - overloaded:hyper_energy_sender:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Hyper Fluid Receiver - overloaded:hyper_fluid_receiver:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Hyper Fluid Sender - overloaded:hyper_fluid_sender:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Hyper Item Receiver - overloaded:hyper_item_receiver:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Hyper Item Sender - overloaded:hyper_item_sender:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Infinity Barrel - overloaded:infinite_barrel:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Infinity Capacitor - overloaded:infinite_capacitor:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Infinity Tank - overloaded:infinite_tank:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Infinite Water Source - overloaded:infinite_water_source:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Item Interface - overloaded:item_interface:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Hyper Linking Card - overloaded:linking_card:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Multi Tool - overloaded:multi_tool:0{} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Player Interface - overloaded:player_interface:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Diamond Apple - pickletweaks:diamond_apple:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Emerald Apple - pickletweaks:emerald_apple:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Diamond Repair Kit - pickletweaks:repair_kit:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Flaked Diamond - primal:diamond_knapp:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Flaked Diamond Point - primal:diamond_point:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Diamond Hand Saw - primal:diamond_saw:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Diamond Work Blade - primal:diamond_workblade:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Flaked Emerald - primal:emerald_knapp:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Flaked Emerald Point - primal:emerald_point:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Emerald Hand Saw - primal:emerald_saw:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Emerald Work Blade - primal:emerald_workblade:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Ultimate Prospector - prospectors:prospector_best:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Crate - quantumstorage:crate:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Crating Machine - quantumstorage:crater:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Quantum Bag White - quantumstorage:quantum_bag:32767 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Quantum Barrel - quantumstorage:quantum_barrel:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Quantum Storage Unit - quantumstorage:quantum_storage_unit:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Quantum Tank - quantumstorage:quantum_tank:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Quantum Crafter - quantumstorage:quantumcrafter:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Quantum Storage Disk - quantumstorage:quantumstoragedisk:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Quantum Fluid Disk - quantumstorage:quantumstoragediskfluid:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Trash Can - quantumstorage:trashcan:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Fluid Trash Can - quantumstorage:trashcanfluid:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Void Upgrade - quantumstorage:upgrade:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Render Upgrade - quantumstorage:upgrade:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Pump - rangedpumps:pump:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Heat Conductor - rebornstorage:multicrafter:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Crafting CPU - rebornstorage:multicrafter:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Crafting Storage - rebornstorage:multicrafter:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. IO Port - rebornstorage:multicrafter:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Crafting Frame - rebornstorage:multicrafter:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. 1024k Storage Disk - rebornstorage:storagecell:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. 4096k Storage Disk - rebornstorage:storagecell:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. 16384k Storage Disk - rebornstorage:storagecell:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. 256k Storage Disk - rebornstorage:storagecell:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. 32768k Fluid Storage Disk - rebornstorage:storagecellfluid:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. 131m Fluid Storage Disk - rebornstorage:storagecellfluid:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. 524m Fluid Storage Disk - rebornstorage:storagecellfluid:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. 16384k Fluid Storage Disk - rebornstorage:storagecellfluid:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. 1024k Storage Part - rebornstorage:storagepart:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. 4096k Storage Part - rebornstorage:storagepart:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. 16384k Storage Part - rebornstorage:storagepart:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. 16384k Fluid Storage Part - rebornstorage:storagepart:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. 32768k Fluid Storage Part - rebornstorage:storagepart:5 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. 131m Fluid Storage Part - rebornstorage:storagepart:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. 524m Fluid Storage Part - rebornstorage:storagepart:7 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. 256k Storage Part - rebornstorage:storagepart:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Constructor - refinedstorage:constructor:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Crafter Manager - refinedstorage:crafter_manager:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Crafter - refinedstorage:crafter:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Crafting Monitor - refinedstorage:crafting_monitor:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Destructor - refinedstorage:destructor:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Detector - refinedstorage:detector:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Disk Drive - refinedstorage:disk_drive:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Disk Manipulator - refinedstorage:disk_manipulator:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Exporter - refinedstorage:exporter:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Filter - refinedstorage:filter:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Fluid Interface - refinedstorage:fluid_interface:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. 256k Fluid Storage Disk - refinedstorage:fluid_storage_disk:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. 1024k Fluid Storage Disk - refinedstorage:fluid_storage_disk:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. 4096k Fluid Storage Disk - refinedstorage:fluid_storage_disk:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Creative Fluid Storage Disk - refinedstorage:fluid_storage_disk:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. 64k Fluid Storage Disk - refinedstorage:fluid_storage_disk:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. 256k Fluid Storage Part - refinedstorage:fluid_storage_part:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. 1024k Fluid Storage Part - refinedstorage:fluid_storage_part:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. 4096k Fluid Storage Part - refinedstorage:fluid_storage_part:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. 64k Fluid Storage Part - refinedstorage:fluid_storage_part:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. 256k Fluid Storage Block - refinedstorage:fluid_storage:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. 1024k Fluid Storage Block - refinedstorage:fluid_storage:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. 4096k Fluid Storage Block - refinedstorage:fluid_storage:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Creative Fluid Storage Block - refinedstorage:fluid_storage:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. 64k Fluid Storage Block - refinedstorage:fluid_storage:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Pattern Grid - refinedstorage:grid:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Fluid Grid - refinedstorage:grid:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Importer - refinedstorage:importer:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Interface - refinedstorage:interface:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Network Receiver - refinedstorage:network_receiver:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Network Transmitter - refinedstorage:network_transmitter:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Pattern - refinedstorage:pattern:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Creative Portable Grid - refinedstorage:portable_grid:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Portable Grid - refinedstorage:portable_grid:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Reader - refinedstorage:reader:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Relay - refinedstorage:relay:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Security Manager - refinedstorage:security_manager:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. 4k Storage Disk - refinedstorage:storage_disk:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. 16k Storage Disk - refinedstorage:storage_disk:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. 64k Storage Disk - refinedstorage:storage_disk:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Creative Storage Disk - refinedstorage:storage_disk:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. 1k Storage Disk - refinedstorage:storage_disk:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Storage Housing - refinedstorage:storage_housing:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Storage Monitor - refinedstorage:storage_monitor:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. 4k Storage Part - refinedstorage:storage_part:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. 16k Storage Part - refinedstorage:storage_part:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. 64k Storage Part - refinedstorage:storage_part:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. 1k Storage Part - refinedstorage:storage_part:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. 4k Storage Block - refinedstorage:storage:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. 16k Storage Block - refinedstorage:storage:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. 64k Storage Block - refinedstorage:storage:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Creative Storage Block - refinedstorage:storage:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. 1k Storage Block - refinedstorage:storage:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Range Upgrade - refinedstorage:upgrade:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Speed Upgrade - refinedstorage:upgrade:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Crafting Upgrade - refinedstorage:upgrade:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Stack Upgrade - refinedstorage:upgrade:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Silk Touch Upgrade - refinedstorage:upgrade:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Fortune Upgrade - refinedstorage:upgrade:7 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Fortune Upgrade - refinedstorage:upgrade:8 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Fortune Upgrade - refinedstorage:upgrade:9 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Upgrade - refinedstorage:upgrade:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Creative Wireless Crafting Monitor - refinedstorage:wireless_crafting_monitor:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Wireless Crafting Monitor - refinedstorage:wireless_crafting_monitor:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Creative Wireless Fluid Grid - refinedstorage:wireless_fluid_grid:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Wireless Fluid Grid - refinedstorage:wireless_fluid_grid:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Creative Wireless Grid - refinedstorage:wireless_grid:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Wireless Grid - refinedstorage:wireless_grid:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Wireless Transmitter - refinedstorage:wireless_transmitter:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Writer - refinedstorage:writer:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Cutting Tool - refinedstorage:cutting_tool:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Creative Wireless Crafting Grid - refinedstorageaddons:wireless_crafting_grid:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Wireless Crafting Grid - refinedstorageaddons:wireless_crafting_grid:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Diamond Reinforced Shield - spartanshields:shield_basic_diamond:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Diamond Tower Shield - spartanshields:shield_tower_diamond:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Infused Riot Shield - spartanshields:shield_riot_rftools:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Storage Upgrade (IV) - storagedrawers:upgrade_storage:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Storage Upgrade (V) - storagedrawers:upgrade_storage:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. iModifier - tcomplement:materials:6 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Liquid Translocator - translocators:translocator_part:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Item Translocator - translocators:translocator_part:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Digital Guide - valkyrielib:guide:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Reinforced Survivalist's Strainer (Dense) - waterstrainer:strainer_survivalist_dense_reinforced:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Reinforced Survivalist's Strainer - waterstrainer:strainer_survivalist_reinforced:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Advanced Blue Connector - xnet:advanced_connector:0{display:{LocName:"tile.xnet.advanced_connector_blue.name"}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({display: {LocName: "tile.xnet.advanced_connector_blue.name"}}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Advanced Red Connector - xnet:advanced_connector:1{display:{LocName:"tile.xnet.advanced_connector_red.name"}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({display: {LocName: "tile.xnet.advanced_connector_red.name"}}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Advanced Yellow Connector - xnet:advanced_connector:2{display:{LocName:"tile.xnet.advanced_connector_yellow.name"}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({display: {LocName: "tile.xnet.advanced_connector_yellow.name"}}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Advanced Green Connector - xnet:advanced_connector:3{display:{LocName:"tile.xnet.advanced_connector_green.name"}} +[INITIALIZATION][SERVER][INFO] Adding: .withTag({display: {LocName: "tile.xnet.advanced_connector_green.name"}}) to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Antenna - xnet:antenna:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Antenna Base - xnet:antenna_base:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Antenna Dish - xnet:antenna_dish:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Connector - xnet:connector:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Connector - xnet:connector:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Connector - xnet:connector:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Connector - xnet:connector:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Connector - xnet:connector:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Connector Upgrade Kit - xnet:connector_upgrade:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Controller - xnet:controller:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Facade - xnet:facade:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Network Cable - xnet:netcable:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Network Cable - xnet:netcable:1 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Network Cable - xnet:netcable:2 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Network Cable - xnet:netcable:3 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Network Cable - xnet:netcable:4 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Redstone Proxy - xnet:redstone_proxy:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Redstone Proxy (update) - xnet:redstone_proxy_upd:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Router - xnet:router:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. Wireless Router - xnet:wireless_router:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] Adding to item stage five. XNet Manual - xnet:xnet_manual:0 +[INITIALIZATION][SERVER][INFO] Adding: to stage: "five" +[INITIALIZATION][SERVER][INFO] [ZenStager] Starting building the recipe stage setting... +[INITIALIZATION][SERVER][INFO] [ZenStager] Completed building the recipe stage setting! +[INITIALIZATION][SERVER][INFO] Setting stage of: primal_tech.inventory.ContainerWorkStump to: baykok, zero, tutorial +[INITIALIZATION][SERVER][INFO] Setting stage of: com.lothrazar.cyclicmagic to: mapping, one, baykok, two, three, creative, zero, four, tutorial, five +[INITIALIZATION][SERVER][INFO] Setting stage of: cd4017be.lib.util.ItemFluidUtil to: one, baykok, two, three, zero, four, tutorial +[INITIALIZATION][SERVER][INFO] Setting stage of: mcjty.rftools.blocks.crafter to: mapping, one, baykok, two, three, creative, zero, four, tutorial, five +[INITIALIZATION][SERVER][INFO] Setting stage of: buildcraft.lib.tile.craft.WorkbenchCrafting to: one, baykok, two, three, zero, four, tutorial +[INITIALIZATION][SERVER][INFO] Setting stage of: blusunrize.immersiveengineering to: one, baykok, two, three, zero, four, tutorial +[INITIALIZATION][SERVER][INFO] Setting stage of: com.raoulvdberge.refinedstorage to: mapping, one, baykok, two, three, creative, zero, four, tutorial, five +[INITIALIZATION][SERVER][INFO] Setting stage of: appeng to: mapping, one, baykok, two, three, creative, zero, four, tutorial, five +[INITIALIZATION][SERVER][INFO] Setting stage of: mcjty.rftoolscontrol.blocks.workbench to: mapping, one, baykok, two, three, creative, zero, four, tutorial, five +[INITIALIZATION][SERVER][INFO] [ZenStager] Completed build for 18 stages! +[INITIALIZATION][SERVER][INFO] Removing item stage for Dragon Scale - mysticalagradditions:stuff:3 +[INITIALIZATION][SERVER][INFO] Adding to item stage four. Dragon Scale - mysticalagradditions:stuff:3 +[INITIALIZATION][SERVER][INFO] Removing item stage for Withering Soul - mysticalagradditions:stuff:1 +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Withering Soul - mysticalagradditions:stuff:1 +[INITIALIZATION][SERVER][INFO] Removing item stage for Cobbled Soulstone Slab - mysticalagriculture:cobbled_soulstone_slab:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Cobbled Soulstone Slab - mysticalagriculture:cobbled_soulstone_slab:0 +[INITIALIZATION][SERVER][INFO] Removing item stage for Cobbled Soulstone Stairs - mysticalagriculture:cobbled_soulstone_stairs:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Cobbled Soulstone Stairs - mysticalagriculture:cobbled_soulstone_stairs:0 +[INITIALIZATION][SERVER][INFO] Removing item stage for Cobbled Soulstone Wall - mysticalagriculture:cobbled_soulstone_wall:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Cobbled Soulstone Wall - mysticalagriculture:cobbled_soulstone_wall:0 +[INITIALIZATION][SERVER][INFO] Removing item stage for Soulstone Brick Slab - mysticalagriculture:soulstone_brick_slab:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Soulstone Brick Slab - mysticalagriculture:soulstone_brick_slab:0 +[INITIALIZATION][SERVER][INFO] Removing item stage for Soulstone Brick Stairs - mysticalagriculture:soulstone_brick_stairs:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Soulstone Brick Stairs - mysticalagriculture:soulstone_brick_stairs:0 +[INITIALIZATION][SERVER][INFO] Removing item stage for Soulstone Brick Wall - mysticalagriculture:soulstone_brick_wall:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Soulstone Brick Wall - mysticalagriculture:soulstone_brick_wall:0 +[INITIALIZATION][SERVER][INFO] Removing item stage for Soulstone Slab - mysticalagriculture:soulstone_slab:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Soulstone Slab - mysticalagriculture:soulstone_slab:0 +[INITIALIZATION][SERVER][INFO] Removing item stage for Cobbled Soulstone - mysticalagriculture:soulstone:1 +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Cobbled Soulstone - mysticalagriculture:soulstone:1 +[INITIALIZATION][SERVER][INFO] Removing item stage for Polished Soulstone - mysticalagriculture:soulstone:2 +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Polished Soulstone - mysticalagriculture:soulstone:2 +[INITIALIZATION][SERVER][INFO] Removing item stage for Soulstone Bricks - mysticalagriculture:soulstone:3 +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Soulstone Bricks - mysticalagriculture:soulstone:3 +[INITIALIZATION][SERVER][INFO] Removing item stage for Cracked Soulstone Bricks - mysticalagriculture:soulstone:4 +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Cracked Soulstone Bricks - mysticalagriculture:soulstone:4 +[INITIALIZATION][SERVER][INFO] Removing item stage for Chiseled Soulstone - mysticalagriculture:soulstone:5 +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Chiseled Soulstone - mysticalagriculture:soulstone:5 +[INITIALIZATION][SERVER][INFO] Removing item stage for Soulstone Slab Block - mysticalagriculture:soulstone:6 +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Soulstone Slab Block - mysticalagriculture:soulstone:6 +[INITIALIZATION][SERVER][INFO] Removing item stage for Soulstone - mysticalagriculture:soulstone:0 +[INITIALIZATION][SERVER][INFO] Adding to item stage three. Soulstone - mysticalagriculture:soulstone:0 +[INITIALIZATION][SERVER][INFO] Completed script loading in: 1753ms +[POSTINITIALIZATION][SERVER][INFO] Removing recipes for various outputs +[POSTINITIALIZATION][SERVER][INFO] Removing recipe with name "chisel:emerald" +[POSTINITIALIZATION][SERVER][INFO] Removing recipe with name "chisel:redstone" +[POSTINITIALIZATION][SERVER][INFO] Removing all recipes matching this regex: "betterwithaddons:glass_bottle" +[POSTINITIALIZATION][SERVER][INFO] Removing all recipes matching this regex: "betterwithmods:higheff/item_frame" +[POSTINITIALIZATION][SERVER][INFO] Removing all recipes matching this regex: "betterwithmods:decompress/melon_decompress" +[POSTINITIALIZATION][SERVER][INFO] Removing Shapeless recipes for +[POSTINITIALIZATION][SERVER][INFO] Removing 16 Shapeless recipes. +[POSTINITIALIZATION][SERVER][INFO] Removing Shapeless recipes for +[POSTINITIALIZATION][SERVER][INFO] Removing 16 Shapeless recipes. +[POSTINITIALIZATION][SERVER][INFO] Removing Shapeless recipes for +[POSTINITIALIZATION][SERVER][INFO] Removing 16 Shapeless recipes. +[POSTINITIALIZATION][SERVER][INFO] Removing Shapeless recipes for +[POSTINITIALIZATION][SERVER][INFO] Removing 16 Shapeless recipes. +[POSTINITIALIZATION][SERVER][INFO] Removing Shapeless recipes for +[POSTINITIALIZATION][SERVER][INFO] Removing 16 Shapeless recipes. +[POSTINITIALIZATION][SERVER][INFO] Removing Shapeless recipes for +[POSTINITIALIZATION][SERVER][INFO] Removing 16 Shapeless recipes. +[POSTINITIALIZATION][SERVER][INFO] Removing all recipes matching this regex: "darkutils:dyed_slime_block_.*" +[POSTINITIALIZATION][SERVER][INFO] Removing all recipes matching this regex: "extraplanets:chest" +[POSTINITIALIZATION][SERVER][INFO] Removing all recipes matching this regex: "extraplanets:chest_alt.*" +[POSTINITIALIZATION][SERVER][INFO] Removing recipe with name "galacticraftcore:parachute_0_alt" +[POSTINITIALIZATION][SERVER][INFO] Removing recipe with name "galacticraftcore:parachute_1" +[POSTINITIALIZATION][SERVER][INFO] Removing recipe with name "galacticraftcore:parachute_2" +[POSTINITIALIZATION][SERVER][INFO] Removing recipe with name "galacticraftcore:parachute_3" +[POSTINITIALIZATION][SERVER][INFO] Removing recipe with name "galacticraftcore:parachute_4" +[POSTINITIALIZATION][SERVER][INFO] Removing recipe with name "galacticraftcore:parachute_5" +[POSTINITIALIZATION][SERVER][INFO] Removing recipe with name "galacticraftcore:parachute_6" +[POSTINITIALIZATION][SERVER][INFO] Removing recipe with name "galacticraftcore:parachute_7" +[POSTINITIALIZATION][SERVER][INFO] Removing recipe with name "galacticraftcore:parachute_8" +[POSTINITIALIZATION][SERVER][INFO] Removing recipe with name "galacticraftcore:parachute_9" +[POSTINITIALIZATION][SERVER][INFO] Removing recipe with name "galacticraftcore:parachute_10" +[POSTINITIALIZATION][SERVER][INFO] Removing recipe with name "galacticraftcore:parachute_11" +[POSTINITIALIZATION][SERVER][INFO] Removing recipe with name "galacticraftcore:parachute_12" +[POSTINITIALIZATION][SERVER][INFO] Removing recipe with name "galacticraftcore:parachute_13" +[POSTINITIALIZATION][SERVER][INFO] Removing recipe with name "galacticraftcore:parachute_14" +[POSTINITIALIZATION][SERVER][INFO] Removing recipe with name "galacticraftcore:parachute_15" +[POSTINITIALIZATION][SERVER][INFO] Removing Shaped recipes for +[POSTINITIALIZATION][SERVER][INFO] 1 removed +[POSTINITIALIZATION][SERVER][INFO] Removing Shaped recipes for * 9 +[POSTINITIALIZATION][SERVER][INFO] 0 removed +[POSTINITIALIZATION][SERVER][INFO] Removing all recipes matching this regex: "minecraft:emerald" +[POSTINITIALIZATION][SERVER][INFO] Removing all recipes matching this regex: "minecraft:lapis_lazuli" +[POSTINITIALIZATION][SERVER][INFO] Removing all recipes matching this regex: "minecraft:redstone" +[POSTINITIALIZATION][SERVER][INFO] Removing Shaped recipes for * 3 +[POSTINITIALIZATION][SERVER][INFO] 1 removed +[POSTINITIALIZATION][SERVER][INFO] Removing Shapeless recipes for +[POSTINITIALIZATION][SERVER][INFO] Removing 1 Shapeless recipes. +[POSTINITIALIZATION][SERVER][INFO] Removing Shapeless recipes for +[POSTINITIALIZATION][SERVER][INFO] Removing 1 Shapeless recipes. +[POSTINITIALIZATION][SERVER][INFO] Removing all recipes matching this regex: "natura:common/glass_bottle" +[POSTINITIALIZATION][SERVER][INFO] Removing all recipes matching this regex: "pneumaticcraft:color_drone" +[POSTINITIALIZATION][SERVER][INFO] Removing all recipes matching this regex: "pneumaticcraft:logistic_to_drone" +[POSTINITIALIZATION][SERVER][INFO] Removing all recipes matching this regex: "primal:diamond_boots" +[POSTINITIALIZATION][SERVER][INFO] Removing all recipes matching this regex: "primal:diamond_chestplate" +[POSTINITIALIZATION][SERVER][INFO] Removing all recipes matching this regex: "primal:diamond_helmet" +[POSTINITIALIZATION][SERVER][INFO] Removing all recipes matching this regex: "primal:diamond_leggings" +[POSTINITIALIZATION][SERVER][INFO] Removing Shaped recipes for +[POSTINITIALIZATION][SERVER][INFO] 1 removed +[POSTINITIALIZATION][SERVER][INFO] Removing all recipes matching this regex: "quark:elytra_dying" +[POSTINITIALIZATION][SERVER][INFO] Removing all recipes matching this regex: "refinedstorage:cut_advanced_processor" +[POSTINITIALIZATION][SERVER][INFO] Removing all recipes matching this regex: "refinedstorage:cut_basic_processor" +[POSTINITIALIZATION][SERVER][INFO] Removing all recipes matching this regex: "refinedstorage:cut_improved_processor" +[POSTINITIALIZATION][SERVER][INFO] Removing all recipes matching this regex: "refinedstorage:cut_silicon" +[POSTINITIALIZATION][SERVER][INFO] Removing all recipes matching this regex: "refinedstorage:raw_advanced_processor" +[POSTINITIALIZATION][SERVER][INFO] Removing all recipes matching this regex: "refinedstorage:raw_basic_processor" +[POSTINITIALIZATION][SERVER][INFO] Removing all recipes matching this regex: "refinedstorage:raw_improved_processor" +[POSTINITIALIZATION][SERVER][INFO] Removing all recipes matching this regex: "rustic:bottle_emptying" +[POSTINITIALIZATION][SERVER][INFO] Removing all recipes matching this regex: "tconstruct:gadgets/slimesling/green" +[POSTINITIALIZATION][SERVER][INFO] Removing all recipes matching this regex: "tconstruct:tools/pattern" +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Tin Gear with name stage_one_tin_gear +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Bronze Gear with name stage_one_bronze_gear +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Copper Gear with name stage_one_copper_gear +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Necronomicon with name ct_shaped1176262537 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Darklands Oak Wood Slab with name ct_shaped1605841933 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Ritual Charm with name ct_shaped1217700656 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Decorative J'zahar Statue with name ct_shaped-66886457 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Decorative Yog-Sothoth Statue with name ct_shaped1617705465 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for J'zahar Statue with name ct_shaped1812289237 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Yog-Sothoth Statue with name ct_shaped-1822887115 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Decorative Cthulhu Statue with name ct_shaped1023742271 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Decorative Hastur Statue with name ct_shaped-1306469257 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Decorative Shub-Niggurath Statue with name ct_shaped-1116309871 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Cthulhu Statue with name ct_shaped-1358467435 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Hastur Statue with name ct_shaped160703157 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Shub-Niggurath Statue with name ct_shaped-171301035 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Gateway Key with name ct_shaped-544310432 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Decorative Nyarlathotep Statue with name ct_shaped702927278 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Nyarlathotep Statue with name ct_shaped820494101 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Decorative Azathoth Statue with name ct_shaped-37640211 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Azathoth Statue with name ct_shaped-831091979 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Coralium-plagued Flesh with name stage_one_item.corflesh +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Single Battery with name ct_shaped712119357 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Laser Wrench with name ct_shaped2105870124 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Basic Coil with name ct_shaped-855871255 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Coffee Maker with name ct_shaped227041590 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Coal Generator with name ct_shaped1602558567 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Triple Battery with name ct_shaped-399408794 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Chocolate Cake with name ct_shaped198659456 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Drill Fortune Augment I with name ct_shaped-724765194 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Advanced Coil with name ct_shaped-1598845925 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Rice Slimeball with name ct_shaped486727850 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Rice Slimeball with name ct_shaped1434876812 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Bio-Mash with name ct_shaped903698970 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Quadruple Battery with name ct_shaped1017827560 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Iron Casing with name ct_shaped580875385 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Drill Fortune Augment II (Gives Fortune III!) with name ct_shaped2010987569 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Fermenting Barrel with name ct_shaped1536777765 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Automatic Feeder with name ct_shaped1154017214 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Drill Mining Augment II with name ct_shaped-1002339407 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Farmer with name ct_shaped-1039065959 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Canola Press with name ct_shaped947138109 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Quintuple Battery with name ct_shaped1676612076 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Drill with name ct_shaped39103055 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Compost with name ct_shaped-1194800696 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Large Storage Crate with name ct_shaped-1540225489 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Drill Speed Augment II with name ct_shaped-1748220531 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Assembly Drill with name ct_shaped-525989080 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Crusher with name ct_shaped-539277197 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Double Crusher with name ct_shaped11209503 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Ender Casing with name ct_shaped261703623 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Solar Panel with name ct_shaped744794072 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Double Battery with name ct_shaped930910017 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Drill Silk Touch Augment with name ct_shaped623542791 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Drill Mining Augment I with name ct_shaped-375673025 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Pizza with name ct_shaped513071144 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Heat Collector with name ct_shaped663833163 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Bio Reactor with name ct_shaped-1087740312 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Fishing Net with name ct_shaped-1290900207 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Auto-Breaker with name ct_shaped1063877739 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Smiley Cloud with name ct_shaped118329493 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Drill Core with name ct_shaped-2033905681 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Big Cookie with name ct_shaped696484392 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Oil Generator with name ct_shaped1521453944 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Medium Storage Crate with name ct_shaped610180125 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Powered Furnace with name ct_shaped256545472 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Drill Speed Augment I with name ct_shaped1407014634 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Drill Speed Augment III with name ct_shaped-2037551749 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Drill Block Placing Augment with name ct_shaped-1039859961 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Greenhouse Glass with name ct_shaped-1285126745 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Long-Range Breaker with name ct_shaped1841198287 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Coffee Seeds with name ct_shapeless1545528944 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Rice Dough with name ct_shapeless255578013 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Rice Dough with name ct_shapeless1158764806 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Rice Dough with name ct_shapeless-457685592 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Actually Additions Manual with name ct_shapeless-532461249 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Drill with name colored_drill +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Wild Dog Pelt Boots with name ct_shaped949412124 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Empty Antique Atlas with name stage_one_item.emptyantiqueatlas +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for ME Interface with name ct_shaped1142849148 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Wooden Crank with name ct_shaped229256438 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Illuminated Panel with name ct_shaped-933485853 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for ME Crafting Terminal with name ct_shaped496461577 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Quartz Grindstone with name ct_shaped804781819 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for ME Terminal with name ct_shaped937314004 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Plow with name ct_shaped1691002374 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Cart with name ct_shaped1668791162 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Transportation Cart with name ct_shaped-1228599422 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Wheel with name ct_shaped1506958005 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Fosic Resonator with name ct_shaped2025463654 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Parchment with name ct_shaped-1716549328 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Astral Tome with name ct_shaped-1759948465 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Resonating Wand with name ct_shaped-976031126 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Parchment with name stage_two_item.itemcraftingcomponent.parchment +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Astral Tome with name stage_two_item.itemjournal +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Platinum Wand with name ct_shaped-989541296 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Iron Wand with name ct_shaped481866512 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Unbreakable Wand with name ct_shaped-1046276262 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Stone Wand with name ct_shaped-1180633666 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Aqueduct with name ct_shaped379064741 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Bolt of String with name ct_shaped-601213717 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Spindle with name ct_shaped-935378906 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Aqueduct with name ct_shaped-773264775 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Aqueduct with name ct_shaped-226778847 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Aqueduct with name ct_shaped-929074126 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Aqueduct with name ct_shaped769505130 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Redstone Emitter with name ct_shaped1100822082 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Bolt of Leather with name ct_shaped-911601738 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Aqueduct with name ct_shaped160568516 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Spinning Wheel with name ct_shaped749368173 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Bolt of Vine with name ct_shaped-1543305784 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Aqueduct with name ct_shaped121749929 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Aqueduct with name ct_shaped-901993715 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Aqueduct with name ct_shaped-1116994014 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Aqueduct with name ct_shaped1186744031 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Aqueduct with name ct_shaped1534629939 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for White Fleece with name ct_shapeless244546130 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Soaked Mulberry Bark with name ct_shapeless1260216927 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Ender Spectacles with name ct_shaped-1084289866 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Jungle Wind Chime with name ct_shaped486343339 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Shaft with name ct_shaped72448853 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Saw with name ct_shaped-1267939852 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Anchor with name ct_shaped-973971154 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Wicker with name ct_shaped-1952098895 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Acacia Wind Chime with name ct_shaped-1511626002 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Wooden Gear with name ct_shaped1767739146 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Mill Stone with name ct_shaped2008686512 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Leather Belt with name ct_shaped-1454547457 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Acacia Bamboo Chime with name ct_shaped1127006035 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Spruce Wind Chime with name ct_shaped243292575 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Leather Strap with name ct_shaped866995202 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Pulley with name ct_shaped1533657755 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Water Wheel with name ct_shaped-1481018335 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Dark Oak Bamboo Chime with name ct_shaped565737067 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Birch Wind Chime with name ct_shaped-2065466412 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Breeding Harness with name ct_shaped-627751189 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Turntable with name ct_shaped1817794779 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Wooden Axle with name ct_shaped-1692882412 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Wooden Gearbox with name ct_shaped-1224063725 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Wooden Gearbox with name ct_shaped-4863691 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Haft with name ct_shaped-86779244 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Oak Wind Chime with name ct_shaped-1603954372 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Jungle Bamboo Chime with name ct_shaped-1224706190 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Birch Bamboo Chime with name ct_shaped1314517681 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Block of Wicker with name ct_shaped1164149577 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Dark Oak Wind Chime with name ct_shaped-1761204386 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Wood Blade with name ct_shaped-1909505841 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Hemp Rope with name ct_shaped-1641891492 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Bellows with name ct_shaped994994872 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Spruce Bamboo Chime with name ct_shaped-766462256 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Archimedes Screw with name ct_shaped570909958 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Archimedes Screw with name ct_shaped-1241147546 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Archimedes Screw with name ct_shaped-1663156946 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Oak Bamboo Chime with name ct_shaped-1431689717 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Redstone Latch with name ct_shaped1321289747 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Mechanist's Journal with name ct_shapeless-1095271828 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Hemp Rope with name ct_shapeless-1224646157 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Wooden Axle with name stage_two_tile.bwm_wooden_axle +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Wooden Gearbox with name stage_two_tile.bwm_wooden_gearbox +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Wooden Gear with name stage_one_item.bwm_material.gear +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Pulley with name stage_three_tile.bwm_single_machine.1 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Spruce Shelf with name ct_shaped-2059708344 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Birch Shelf with name ct_shaped2118912034 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Acacia Shelf with name ct_shaped-359100378 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Tinted Glasses with name ct_shaped14399555 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Oak Shelf with name ct_shaped794357698 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Jungle Shelf with name ct_shaped811299490 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Dark Oak Shelf with name ct_shaped1838155820 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Plumb line with name ct_shaped-922488931 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Stockroom Catalog with name ct_shaped868837355 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Tape Measure Reel with name ct_shaped1573752230 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Fancy Lantern with name ct_shapeless1552825661 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Fancy Lamp with name ct_shapeless708932541 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Blue Typewriter with name ct_shapeless-1493263593 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Fancy Lantern with name ct_shapeless778177257 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Fancy Lamp with name ct_shapeless-1199360245 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Sword Pedestal with name ct_shapeless812834636 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Sword Pedestal with name ct_shapeless-12432855 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Fancy Lamp with name ct_shapeless268335832 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Fancy Lantern with name ct_shapeless-1724966678 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Fancy Lamp with name ct_shapeless-1201204412 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Fancy Lantern with name ct_shapeless-1038974164 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Red Typewriter with name ct_shapeless-700404094 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Fancy Lantern with name ct_shapeless1603524475 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Fancy Lamp with name ct_shapeless693243233 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Cyan Typewriter with name ct_shapeless-1751107583 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Magenta Typewriter with name ct_shapeless-1295511393 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Sword Pedestal with name ct_shapeless-1642157682 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Gray Typewriter with name ct_shapeless-292066504 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for White Typewriter with name ct_shapeless-1826930493 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Sword Pedestal with name ct_shapeless128633707 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Fancy Lantern with name ct_shapeless-195306963 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Fancy Lamp with name ct_shapeless218785927 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Fancy Lantern with name ct_shapeless-1917667479 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Fancy Lamp with name ct_shapeless2068400570 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Lime Typewriter with name ct_shapeless-1337405061 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Fancy Lamp with name ct_shapeless1752104995 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Fancy Lamp with name ct_shapeless-1652354467 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Fancy Lantern with name ct_shapeless-456828700 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Fancy Lamp with name ct_shapeless-1790485725 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Fancy Lantern with name ct_shapeless1225033837 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Fancy Lantern with name ct_shapeless1390983094 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Sword Pedestal with name ct_shapeless1182783821 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Fancy Lamp with name ct_shapeless-106252711 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Pink Typewriter with name ct_shapeless-1500515612 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Fancy Lantern with name ct_shapeless1502126847 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Fancy Lantern with name ct_shapeless1132011849 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Fancy Lamp with name ct_shapeless-2032090183 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Orange Typewriter with name ct_shapeless-923702539 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Sword Pedestal with name ct_shapeless1595339122 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Fancy Lantern with name ct_shapeless-301322196 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Fancy Lamp with name ct_shapeless-1041918631 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Fancy Lantern with name ct_shapeless-2115178465 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Fancy Lantern with name ct_shapeless1275732651 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Fancy Lamp with name ct_shapeless1968878826 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Fancy Lamp with name ct_shapeless225864290 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Sword Pedestal with name ct_shapeless-125887507 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Sword Pedestal with name ct_shapeless789226249 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Fancy Lantern with name ct_shapeless-994136338 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Fancy Lamp with name ct_shapeless2034635332 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Black Typewriter with name ct_shapeless1475199524 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Fancy Lantern with name ct_shapeless-421496470 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Fancy Lamp with name ct_shapeless1284991842 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Sword Pedestal with name ct_shapeless180225865 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Sword Pedestal with name ct_shapeless-1655636791 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Fancy Lamp with name ct_shapeless1468922295 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Fancy Lantern with name ct_shapeless2071799581 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Fancy Lantern with name ct_shapeless1869663817 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Fancy Lamp with name ct_shapeless1012740745 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Fancy Lamp with name ct_shapeless-1099838501 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Sword Pedestal with name ct_shapeless1421835020 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Fancy Lamp with name ct_shapeless-667330088 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Sword Pedestal with name ct_shapeless1772761164 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Light Gray Typewriter with name ct_shapeless-82444680 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Sword Pedestal with name ct_shapeless1911057163 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Light Blue Typewriter with name ct_shapeless-668492963 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Fancy Lantern with name ct_shapeless1150115482 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Fancy Lantern with name ct_shapeless-568385059 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Fancy Lantern with name ct_shapeless1174335023 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Fancy Lantern with name ct_shapeless-525292951 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Fancy Lamp with name ct_shapeless-242422687 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Fancy Lamp with name ct_shapeless609410797 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Fancy Lamp with name ct_shapeless1583485277 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Purple Typewriter with name ct_shapeless626100085 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Fancy Lantern with name ct_shapeless-153354726 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Fancy Lamp with name ct_shapeless-1272025509 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Brown Typewriter with name ct_shapeless-1601125868 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Fancy Lantern with name ct_shapeless1501760847 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Fancy Lantern with name ct_shapeless500187629 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Fancy Lantern with name ct_shapeless-614197271 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Fancy Lamp with name ct_shapeless500289752 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Fancy Lamp with name ct_shapeless2087275867 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Green Typewriter with name ct_shapeless-810113411 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Sword Pedestal with name ct_shapeless-1620396337 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Fancy Lantern with name ct_shapeless-784620524 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Fancy Lantern with name ct_shapeless1718774918 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Fancy Lamp with name ct_shapeless1435955672 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Fancy Lamp with name ct_shapeless1057673045 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Sword Pedestal with name ct_shapeless-1061041843 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Fancy Lantern with name ct_shapeless-896176883 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Fancy Lamp with name ct_shapeless-150261490 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Fancy Lantern with name ct_shapeless-932958931 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Fancy Lantern with name ct_shapeless398238190 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Fancy Lamp with name ct_shapeless122007125 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Sword Pedestal with name ct_shapeless-185237292 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Fancy Lamp with name ct_shapeless1099874878 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Yellow Typewriter with name ct_shapeless-1129630279 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Hellfire Forge with name ct_shaped1157665483 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Lava Crystal with name ct_shaped860618478 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Rune of Self Sacrifice with name ct_shaped2018320573 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Sacrificial Dagger with name ct_shaped-812157661 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Tome of Peritia with name ct_shaped-1894500060 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Ritual Diviner with name ct_shaped1363619521 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Rudimentary Snare with name ct_shaped1852438150 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Crystal Cluster with name ct_shaped1331234984 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Rune of Sacrifice with name ct_shaped831306178 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Blood Altar with name ct_shaped-250720593 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Ritual Diviner [Dusk] with name ct_shaped537616033 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Bound Blade with name ct_shapeless1084414831 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Bound Shovel with name ct_shapeless353033261 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Bound Pickaxe with name ct_shapeless-1665284433 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Bound Axe with name ct_shapeless1798860367 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for tile.engineWood.name with name ct_shaped587435688 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for item.list.name with name ct_shaped-702596943 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for item.PipeItemsVoid.name with name ct_shaped424780706 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for tile.markerBlock.name with name ct_shaped1425679985 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for tile.filteredBufferBlock.name with name ct_shaped-958193798 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for item.PipeItemsVoid.name with name ct_shaped-1716214288 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for tile.pathMarkerBlock.name with name ct_shaped615542019 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for tile.quarryBlock.name with name ct_shaped-579244171 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for item.pulsar.name with name ct_shapeless1346525475 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Wrench with name ct_shaped-2074252981 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Axle with name ct_shaped1933749346 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Yellow Painter with name ct_shaped-274257542 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Sign Post with name ct_shaped-1639637245 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Engine Piston with name ct_shaped-1194855826 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Hammer with name ct_shaped-1579499948 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Sign with name ct_shaped-1473646130 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Screw Driver with name ct_shaped-1002426207 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Battery with name ct_shaped-1631234061 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Number Plate with name ct_shaped322961454 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Temple Block with name ct_shaped-782361111 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Chisel with name stage_two_item.chisel.chisel_iron +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Chisel with name stage_one_item.chisel.chisel_iron +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Mirror Chisel Design with name ct_shaped778187258 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Mirror Chisel Design with name ct_shaped978162553 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Bit Chisel with name ct_shaped687395874 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Positive Chisel Design with name ct_shaped1771844835 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Positive Chisel Design with name ct_shaped-1780452023 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Chiseled Fluid Bit Tank with name ct_shaped921068213 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Chiseled Bit Bag with name ct_shaped932446464 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Negative Chisel Design with name ct_shaped-2045740638 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Negative Chisel Design with name ct_shaped-1452799651 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Mirror Chisel Design with name ct_shapeless-791838426 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Positive Chisel Design with name ct_shapeless2021621030 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Negative Chisel Design with name ct_shapeless-2109885018 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Bronze Leggings with name ct_shaped-159001971 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Bronze Helmet with name ct_shaped1446251693 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Copper Boots with name ct_shaped-354981743 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Copper Chestplate with name ct_shaped158435269 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Copper Helmet with name ct_shaped-1206974033 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Bronze Boots with name ct_shaped2124416530 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Bronze Chestplate with name ct_shaped394363556 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Copper Leggings with name ct_shaped90098479 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Preservation Chamber with name ct_shaped-712030984 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Toaster with name ct_shaped1598704899 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Milk Jar with name ct_shaped-1751533061 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Kitchen Floor with name ct_shaped1653197206 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Tool Rack with name ct_shaped790860786 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Oven with name ct_shaped-1822151732 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Sink with name ct_shaped-1294668355 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Heating Unit with name ct_shaped-1911447983 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Cooking for Blockheads II with name ct_shaped-2020911204 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Automatic Torch with name ct_shaped-1566337011 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Fire Charm with name ct_shaped1311469507 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Harvester with name ct_shaped-1318411028 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Water Charm with name ct_shaped333315205 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Block Placer with name ct_shaped96339199 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Tree Scythe with name ct_shaped-82499897 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Antidote Charm with name ct_shaped-931204625 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Player Launcher with name ct_shaped-1291160093 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Sprinkler with name ct_shaped1827433527 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Fragile Scaffolding with name ct_shaped-381043606 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Void Charm with name ct_shaped598830283 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Forester with name ct_shaped-1575014999 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Entity Detector with name ct_shaped1950889893 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Throwing Torch with name ct_shaped-1010591007 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Wing Charm with name ct_shaped-1533004293 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Responsive Scaffolding with name ct_shaped1002328043 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Sleeping Mat with name ct_shaped-1187826741 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Redstone Clock with name ct_shaped-790444231 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for White Slime Block with name ct_shaped1179289548 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Orange Slime Block with name ct_shaped105110136 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Magenta Slime Block with name ct_shaped-784882156 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Light Blue Slime Block with name ct_shaped-989249300 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Yellow Slime Block with name ct_shaped-1873193611 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Lime Slime Block with name ct_shaped1655608309 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Pink Slime Block with name ct_shaped358664821 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Gray Slime Block with name ct_shaped-1812060119 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Light Gray Slime Block with name ct_shaped914919326 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Cyan Slime Block with name ct_shaped-1264749589 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Purple Slime Block with name ct_shaped1090454798 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Blue Slime Block with name ct_shaped1177981169 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Brown Slime Block with name ct_shaped1178721314 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Green Slime Block with name ct_shaped618017940 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Red Slime Block with name ct_shaped-515207131 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Black Slime Block with name ct_shaped-562356266 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Death Compass with name ct_shapeless-480212802 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Sewer Pipe with name ct_shaped-620606589 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Dung Pipe with name ct_shaped218436345 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Ender Capacitor (Enhanced) with name ct_shaped-259651183 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Inactive Ender Core (Enhanced) with name ct_shaped174071957 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Ender Capacitor (Advanced) with name ct_shaped1381521888 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Inactive Ender Core (Advanced) with name ct_shaped-1581747551 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Elite Component with name ct_shaped285425591 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Basic Component with name ct_shaped798819710 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Elite Catalyst with name ct_shaped-577060692 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Basic Crafting Table with name ct_shaped1651138680 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Elite Crafting Table with name ct_shaped-1902573651 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Ender Crafter with name ct_shaped-219704986 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Ender Alternator with name ct_shaped231618202 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Advanced Component with name ct_shapeless1342840164 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Luminessence with name ct_shapeless805898282 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Basic Component with name stage_three_item.ec.material_basic_component +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Tier 1 Pressure Layer with name ct_shaped-499720090 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Tier 1 Radiation Layer with name ct_shaped-202082560 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Tier 1 Un-Prepared Space Suit Leggings with name ct_shaped217510683 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Tier 2 Space Suit Gravity Boots with name ct_shaped697266116 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Tier 3 Space Suit Helmet with name ct_shaped223772043 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Tier 4 Space Suit Chestplate with name ct_shaped952116695 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Tier 2 Space Suit Helmet with name ct_shaped-1090593305 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Advanced Fuel Loader with name ct_shaped-829930889 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Fire Bomb with name ct_shaped1504752424 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Tier 4 Space Suit Boots with name ct_shaped1842392535 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Tier 3 Space Suit Leggings with name ct_shaped827036249 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Tier 3 Space Suit Boots with name ct_shaped1487369945 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Tier 4 Space Suit Helmet with name ct_shaped1538137391 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Tier 2 Space Suit Chestplate with name ct_shaped242071515 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Tier 1 Space Suit Gravity Boots with name ct_shaped-1550495964 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Tier 4 Space Suit Leggings with name ct_shaped1148771735 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Tier 1 Un-Prepared Space Suit Helmet with name ct_shaped703445300 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Tier 1 Un-Prepared Space Suit Chestplate with name ct_shaped-1623565686 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Tier 3 Space Suit Chestplate with name ct_shaped597094105 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Tier 1 Un-Prepared Space Suit Boots with name ct_shaped-544811182 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Tier 3 Space Suit Gravity Boots with name ct_shaped-1349939100 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Tier 2 Space Suit Leggings with name ct_shaped505300763 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Nuclear Bomb with name ct_shaped1509537733 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Tier 4 Space Suit Gravity Boots with name ct_shaped897822980 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Tier 2 Space Suit Boots with name ct_shaped1132347355 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Tier 1 Space Suit Helmet with name stage_four_item.tier1_space_suit_helmet +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Tier 1 Space Suit Boots with name stage_four_item.tier1_space_suit_boots +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Tier 1 Space Suit Leggings with name stage_four_item.tier1_space_suit_legings +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Tier 1 Space Suit Chestplate with name stage_four_item.tier1_space_suit_chest +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Market with name ct_shaped217501774 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Lavender Dyed Glass with name ct_shaped-22028327 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Yellow Dyed Glass with name ct_shaped-442545904 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Blue Dyed Glass with name ct_shaped1834561438 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Magenta Dyed Glass with name ct_shaped-1692646738 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Yellow Orange Dyed Glass with name ct_shaped-1190528319 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Blue Green Dyed Glass with name ct_shaped-1631058828 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Lime Dyed Glass with name ct_shaped-1091689774 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Pink Dyed Glass with name ct_shaped445524787 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Orange Dyed Glass with name ct_shaped-1505019061 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Green Dyed Glass with name ct_shaped524710394 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Blue Purple Dyed Glass with name ct_shaped1240318833 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Red Dyed Glass with name ct_shaped-287154666 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Light Blue Dyed Glass with name ct_shaped-672961452 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Blue Bell Dyed Glass with name ct_shaped1063714280 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Cyan Dyed Glass with name ct_shaped-678360487 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Purple Dyed Glass with name ct_shaped1838266011 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Compressor with name ct_shaped-1992668985 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Geothermal Generator with name ct_shaped-2140511683 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Atomic Battery with name ct_shaped1946258998 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Oxygen Storage Module with name ct_shaped2061852067 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Tier 1 Battery with name ct_shaped1309039583 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Oxygen Fan with name ct_shaped1748350494 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Space Emergency Kit with name ct_shaped-343631631 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Fuel Loader with name ct_shaped32352049 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Tier 2 Battery with name ct_shaped-1320651306 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Fragmented Carbon with name ct_shapeless174949394 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Fragmented Carbon with name ct_shapeless-760342672 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Pre-Launch Checklist with name ct_shapeless-786173289 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Parachute with name ct_shapeless1264708849 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Black Parachute with name ct_shapeless1721800112 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Light Blue Parachute with name ct_shapeless-783820064 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Lime Parachute with name ct_shapeless368912840 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Brown Parachute with name ct_shapeless723291972 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Blue Parachute with name ct_shapeless-838843697 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Gray Parachute with name ct_shapeless2130649561 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Green Parachute with name ct_shapeless789555822 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Light Gray Parachute with name ct_shapeless1117426467 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Magenta Parachute with name ct_shapeless1973950546 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Orange Parachute with name ct_shapeless-1793623445 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Pink Parachute with name ct_shapeless464203316 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Purple Parachute with name ct_shapeless-249589893 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Red Parachute with name ct_shapeless-676067821 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Cyan Parachute with name ct_shapeless-1253378588 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Yellow Parachute with name ct_shapeless-2102997002 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Field Manual with name ct_shapeless-1216515207 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for guide.bloodmagic.display with name ct_shapeless-1626943454 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Cyclic Guide Book with name ct_shapeless1710904752 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Horse Grindstone with name ct_shaped-363050187 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Horse Press with name ct_shaped1445759921 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Grindstone with name ct_shaped-1116247285 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Dough with name ct_shapeless-1624192266 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Dough with name ct_shapeless-2077718707 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Dough with name ct_shapeless2017525103 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Hunting Dimension Frame with name ct_shaped-65902761 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Furnace with name ct_shaped185662502 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Cupboard with name ct_shaped-606786054 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Shelf with name ct_shaped654769920 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Chest with name ct_shaped-1205180203 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Bookshelf with name ct_shaped-506742352 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Engineer's Wire Cutters with name ct_shaped-1568052450 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Blast Brick with name ct_shaped1408498806 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Engineer's Blueprint with name ct_shaped1435887748 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Redstone Engineering Block with name ct_shaped342962521 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Fluid Pump with name ct_shaped-2025911359 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Blast Brick with name ct_shaped-969745652 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Engineer's Hammer with name ct_shaped1905194359 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for HV Capacitor with name ct_shapeless1914365414 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Copper Wire with name ct_shapeless-618608813 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Electrum Wire with name ct_shapeless-503006028 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Steel Wire with name ct_shapeless-1477879082 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for LV Capacitor with name ct_shapeless353054886 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for MV Capacitor with name ct_shapeless-1198178106 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Aluminium Wire with name ct_shapeless354995128 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Blank Upgrade with name ct_shaped1258105866 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Storage Upgrade (Iron) with name ct_shaped-480164335 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Storage Upgrade (Wood) with name ct_shaped765596509 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Storage Upgrade (Gold) with name ct_shaped1413110793 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Backpack with name ct_shaped1042273398 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Storage Upgrade (Stone) with name ct_shaped-1392622392 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Storage Upgrade (Diamond) with name ct_shaped1682018881 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for White Backpack with name ct-improvedbackpacks-backpack-color_0 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Orange Backpack with name ct-improvedbackpacks-backpack-color_1 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Magenta Backpack with name ct-improvedbackpacks-backpack-color_2 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Light Blue Backpack with name ct-improvedbackpacks-backpack-color_3 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Yellow Backpack with name ct-improvedbackpacks-backpack-color_4 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Lime Backpack with name ct-improvedbackpacks-backpack-color_5 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Pink Backpack with name ct-improvedbackpacks-backpack-color_6 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Gray Backpack with name ct-improvedbackpacks-backpack-color_7 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Light Gray Backpack with name ct-improvedbackpacks-backpack-color_8 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Cyan Backpack with name ct-improvedbackpacks-backpack-color_9 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Purple Backpack with name ct-improvedbackpacks-backpack-color_10 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Blue Backpack with name ct-improvedbackpacks-backpack-color_11 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Brown Backpack with name ct-improvedbackpacks-backpack-color_12 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Green Backpack with name ct-improvedbackpacks-backpack-color_13 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Red Backpack with name ct-improvedbackpacks-backpack-color_14 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Black Backpack with name ct-improvedbackpacks-backpack-color_15 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Fluid Tank large with name ct_shaped-1531179434 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Fluid Tank large with name ct_shaped2134957292 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Fluid Tank ultimate with name ct_shaped-279001752 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Item Transport Pipe with name ct_shaped-1374496213 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Access Extension Pipe with name ct_shaped-1322462054 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Fluid Injection Pipe with name ct_shaped193796008 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Fluid Tank normal with name ct_shaped1664705229 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Fluid Extraction Pipe with name ct_shaped1866569724 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Fluid Tank tiny with name ct_shaped-1065421393 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Advanced Universal Pipe with name ct_shaped1208219369 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Fluid Tank hyper with name ct_shaped-1122073150 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Fluid Tank small with name ct_shaped-229637819 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Fluid Tank small with name ct_shaped-1541037906 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Fluid Tank extreme with name ct_shaped1405502486 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Item Buffer advanced-M with name ct_shaped1960570456 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Item Buffer extreme-M with name ct_shaped1627066496 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Item Buffer ultimate-M with name ct_shaped-1548751726 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Item Buffer normal-M with name ct_shaped-23281467 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Item Extraction Pipe with name ct_shaped1362249329 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Fluid Tank huge with name ct_shaped945932054 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for tile.indlog.tank:8.name with name ct_shaped191250311 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Fluid Transport Pipe with name ct_shaped1358016546 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Item Injection Pipe with name ct_shaped125726285 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Portable Inventory Remote Access with name ct_shaped1377893618 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Item Buffer ultimate-M with name ct_shapeless-1227075741 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Item Buffer extreme-M with name ct_shapeless-1769172978 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Item Buffer advanced-M with name ct_shapeless362174629 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Item Buffer normal-M with name ct_shapeless1881041053 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Item Buffer ultimate-XL with name ct_shapeless-1810745545 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Item Buffer extreme-L with name ct_shapeless-1263794685 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Item Buffer advanced-XL with name ct_shapeless339892966 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Item Buffer normal-L with name ct_shapeless-1719901025 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Item Buffer extreme-S with name ct_shapeless-1850717013 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Item Buffer advanced-S with name ct_shapeless-331850589 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Item Buffer ultimate-L with name ct_shapeless-1214836093 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Item Buffer extreme-XL with name ct_shapeless-1657114957 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Item Buffer advanced-L with name ct_shapeless1430670119 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Item Buffer ultimate-M with name ct_shapeless413553397 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Item Buffer extreme-M with name ct_shapeless-1841661340 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Item Buffer advanced-M with name ct_shapeless-1773520024 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Item Buffer normal-M with name ct_shapeless-246926612 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Item Buffer extreme-L with name ct_shapeless-2096421832 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Item Buffer normal-L with name ct_shapeless1498811435 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Item Buffer ultimate-S with name ct_shapeless-1239315389 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Item Buffer normal-S with name ct_shapeless-872844251 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Item Buffer ultimate-L with name ct_shapeless1448887574 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Item Buffer advanced-L with name ct_shapeless1056199847 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Item Buffer normal-XL with name ct_shapeless408034282 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Mob Duplicator with name ct_shaped470949590 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Light Gray Conveyor Belt with name ct_shaped935582590 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Enchantment Factory with name ct_shaped-740726135 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Enchantment Sorter with name ct_shaped-175857017 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Range Addon with name ct_shaped671876995 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Range Addon with name ct_shaped-772436874 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Villager Trade Exchanger with name ct_shaped942506129 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Light Blue Conveyor Belt with name ct_shaped1461014348 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Black Hole Controller v2.0 with name ct_shaped-1443504413 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Animal Baby Separator with name ct_shaped1981111424 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Range Addon with name ct_shaped-172093259 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Enchantment Extractor with name ct_shaped-365853625 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Energy Field Provider with name ct_shaped1406239787 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Petrified Fuel Generator with name ct_shaped1063300353 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Biomealyzer with name ct_shaped-1725845956 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Depth Meter with name ct_shaped1217959523 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Slimey Compass with name ct_shaped1323296493 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Calendar with name ct_shaped1771005682 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Sextant with name ct_shaped1657090918 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Stopwatch with name ct_shaped-676210231 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Mechanical Squeezer with name ct_shaped-591025800 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Iron Backpack with name ct-ironbackpacks-iron-upgrade_spec +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Iron Backpack with name ct-ironbackpacks-iron-storage_spec +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Gold Backpack with name ct-ironbackpacks-gold-upgrade_spec +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Gold Backpack with name ct-ironbackpacks-gold-storage_spec +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Diamond Backpack with name ct-ironbackpacks-diamond-upgrade_spec +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Diamond Backpack with name ct-ironbackpacks-diamond-storage_spec +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Basic Backpack with name ct_shaped540310794 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Obsidian Chest with name ct_shaped867730002 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Crystal Chest with name ct_shaped347606291 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Diamond to Crystal Chest Upgrade with name ct_shaped-734485312 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Diamond to Obsidian Chest Upgrade with name ct_shaped-106438829 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Wood to Copper Chest Upgrade with name ct_shaped1395544933 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Copper to Iron Chest Upgrade with name ct_shaped261744810 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Gold Chest with name ct_shaped1605555469 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Diamond Chest with name ct_shaped-1265532594 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for DirtChest 9000! with name ct_shaped283916947 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Copper to Silver Chest Upgrade with name ct_shaped874129519 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Iron to Gold Chest Upgrade with name ct_shaped-1649965212 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Silver to Gold Chest Upgrade with name ct_shaped-1329914278 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Copper Chest with name ct_shaped-1671825265 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Gold to Diamond Chest Upgrade with name ct_shaped1577686934 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Iron Chest with name ct_shaped706646806 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Silver Chest with name ct_shaped1644273104 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Wood to Iron Chest Upgrade with name ct_shaped-1579299820 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Electrum Capacitor with name ct_shaped-742500470 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Advanced Coil with name ct_shaped-796597424 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Basic Coil with name ct_shaped-1697776704 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Teleporter Frame with name ct_shaped-827674256 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Creative Fluid Tank with name ct_shapeless-2115843306 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Jungle Wood Slab with name ct_shaped1722138944 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Brown Wool with name ct_shaped-941668820 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Bookshelf with name ct_shaped1473566525 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Light Gray Bed with name ct_shaped-468121576 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Light Blue Wool with name ct_shaped1366430072 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Bricks Slab with name ct_shaped-1948032485 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Spruce Boat with name ct_shaped524007922 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Green Bed with name ct_shaped1418417456 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Wither Skeleton Skull with name ct_shaped1094792404 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Iron Sword with name ct_shaped-1917922707 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Enchantment Table with name ct_shaped1559667303 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Red Sandstone Slab with name ct_shaped1123624547 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Golden Helmet with name ct_shaped-2099748056 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Name Tag with name ct_shaped-760126395 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Oak Boat with name ct_shaped-490074064 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Ender Chest with name ct_shaped-1086047045 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Ender Chest with name ct_shaped-51296642 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Gray Wool with name ct_shaped-2021197188 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Stone Slab with name ct_shaped559957003 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Light Blue Bed with name ct_shaped174260548 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Stone Bricks Slab with name ct_shaped-821002605 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Rail with name ct_shaped-29422681 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Magenta Wool with name ct_shaped1139595063 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Dark Oak Boat with name ct_shaped-572722516 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Birch Wood Slab with name ct_shaped1769269636 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Blue Wool with name ct_shaped-774655957 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Piston with name ct_shaped1901042268 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Gray Bed with name ct_shaped519348308 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Leather Boots with name ct_shaped-1285885513 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Birch Boat with name ct_shaped213122647 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Red Bed with name ct_shaped-1200019792 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Sandstone Slab with name ct_shaped-1574346298 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Pink Wool with name ct_shaped2046935099 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Chest with name ct_shaped-91420564 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Chest with name ct_shaped-992772112 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Chest with name ct_shaped975688688 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Black Wool with name ct_shaped-1442707409 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Item Frame with name ct_shaped431412993 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Diamond Leggings with name ct_shaped1114495088 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Iron Bars with name ct_shaped-1055312674 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Leather Tunic with name ct_shaped-1085771048 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Cake with name ct_shaped-1636290075 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Jungle Boat with name ct_shaped-1923684317 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Empty Map with name ct_shaped68007647 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Purple Bed with name ct_shaped683794608 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Orange Wool with name ct_shaped912760054 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Diamond Helmet with name ct_shaped-1326513032 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Magenta Bed with name ct_shaped1161730432 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Golden Shovel with name ct_shaped-46880157 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Detector Rail with name ct_shaped1145053081 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Spruce Wood Slab with name ct_shaped1816400328 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Hopper with name ct_shaped369165893 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Purple Wool with name ct_shaped-607643094 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Diamond Boots with name ct_shaped-1383621908 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Compass with name ct_shaped-587213289 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Iron Shovel with name ct_shaped1073147932 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Pink Bed with name ct_shaped1506818192 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Cobweb with name ct_shaped-1902752494 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Black Bed with name ct_shaped476510256 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Weighted Pressure Plate (Light) with name ct_shaped1062106183 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Leather Pants with name ct_shaped1494415782 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Iron Hoe with name ct_shaped-2053239689 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Iron Pickaxe with name ct_shaped478506588 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Stone Sword with name ct_shaped2031575686 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Golden Axe with name ct_shaped113916479 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Dark Oak Wood Slab with name ct_shaped1627877560 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Furnace with name ct_shaped-408157447 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Orange Bed with name ct_shaped-2145766980 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Red Wool with name ct_shaped-1275694546 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Golden Pickaxe with name ct_shaped-1831529851 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Iron Axe with name ct_shaped1774701398 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Saddle with name ct_shaped1848259305 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Golden Chestplate with name ct_shaped242286364 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Lime Wool with name ct_shaped1820100090 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Iron Helmet with name ct_shaped-681251295 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Acacia Boat with name ct_shaped642554781 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Blue Bed with name ct_shaped-1934642640 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Quartz Slab with name ct_shaped426064298 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Diamond Chestplate with name ct_shaped970697731 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Cyan Wool with name ct_shaped-1567527170 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Clock with name ct_shaped1797070397 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Iron Leggings with name ct_shaped-1582620615 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Lime Bed with name ct_shaped-1800679220 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Iron Chestplate with name ct_shaped-3843109 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Oak Wood Slab with name ct_shaped55052580 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Golden Hoe with name ct_shaped1232123286 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for White Wool with name ct_shaped-1209798593 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Golden Sword with name ct_shaped-1595634002 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Cobblestone Slab with name ct_shaped-1923955639 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Bricks with name ct_shaped1048049737 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Yellow Wool with name ct_shaped1593265081 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Acacia Wood Slab with name ct_shaped1675008252 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Crafting Table with name ct_shaped-526625437 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Green Wool with name ct_shaped-1108681683 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Weighted Pressure Plate (Heavy) with name ct_shaped2107439542 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Glass Bottle with name ct_shaped-1428660794 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Golden Leggings with name ct_shaped-145568832 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Cyan Bed with name ct_shaped-1455591460 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Golden Boots with name ct_shaped-1749328141 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Bowl with name ct_shaped-588869031 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Bowl with name ct_shaped1683538753 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Bowl with name ct_shaped388472046 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Bowl with name ct_shaped-472364268 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Bowl with name ct_shaped-338988476 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Bowl with name ct_shaped245435634 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Bowl with name ct_shaped-737667007 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for White Bed with name ct_shaped928670624 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Brown Bed with name ct_shaped-258112592 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Leather Cap with name ct_shaped-707099442 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Yellow Bed with name ct_shaped-813209336 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Cobblestone Wall with name ct_shaped371094239 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Ladder with name ct_shaped-1128140980 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Iron Boots with name ct_shaped-449045292 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Light Gray Wool with name ct_shaped-1794362179 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Activator Rail with name ct_shaped684843594 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Powered Rail with name ct_shaped875899405 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Arrow with name ct_shaped-600978810 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Arrow with name ct_shaped-1013090307 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Lead with name ct_shaped-2053734762 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Book and Quill with name ct_shapeless-904852976 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Hopper with name ct_shapeless426008158 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Flint with name ct_shapeless-68687111 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Flint with name ct_shapeless-330983111 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for String with name ct_shapeless677861882 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Farmland with name ct_shapeless1531531377 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Gunpowder with name ct_shapeless1793072705 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Book with name ct_shapeless1725042527 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Flint with name ct_shapeless1586387549 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for String with name ct_shapeless953178344 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Torch with name ct_shapeless-466900879 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Torch with name ct_shapeless-107691281 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for String with name ct_shapeless-544005602 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for String with name ct_shapeless1412537693 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Arrow with name ct_shapeless1876952740 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Orange Dye Powder with name stage_five_item.pt.dye_powder_orange +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Cyan Dye Powder with name stage_five_item.pt.dye_powder_cyan +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Lime Dye Powder with name stage_five_item.pt.dye_powder_lime +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Jukebox with name stage_three_jukebox +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Light Gray Dye Powder with name stage_five_item.pt.dye_powder_silver +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Magenta Dye Powder with name stage_five_item.pt.dye_powder_magenta +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Black Dye Powder with name stage_five_item.pt.dye_powder_black +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Gray Dye Powder with name stage_five_item.pt.dye_powder_gray +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Light Blue Dye Powder with name stage_five_item.pt.dye_powder_lightblue +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Red Dye Powder with name stage_five_item.pt.dye_powder_red +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Pink Dye Powder with name stage_five_item.pt.dye_powder_pink +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Piston with name stage_three_piston +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Yellow Dye Powder with name stage_five_item.pt.dye_powder_yellow +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Purple Dye Powder with name stage_five_item.pt.dye_powder_purple +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Torch with name stage_three_torch +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Elytra with name colored_elytra +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Mob Masher with name ct_shaped-213600095 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for XP Drain Singularity Tank with name ct_shaped1253450108 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Singularity Tank with name ct_shapeless-120775190 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for XP Drain Singularity Tank with name ct_shapeless-1538577530 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Small Item Output with name ct_shaped-768332270 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Machine Controller with name ct_shaped2004969496 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Machine Casing with name ct_shaped1606863762 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Machine Gearbox with name ct_shaped1021897394 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Tiny Energy Input Hatch with name ct_shaped-790278943 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Tiny Fluid Input Hatch with name ct_shaped253839737 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Normal Energy Input Hatch with name ct_shaped1051510757 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Machine Gearbox with name ct_shaped683861994 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Machine Circuitry with name ct_shaped1335551905 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Small Item Input with name ct_shaped1684313419 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Machine Gearbox with name ct_shaped1483612720 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Reinforced Energy Input Hatch with name ct_shaped1074413617 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Machine Vent with name ct_shaped-2059454405 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Machine Blueprint with name ct_shapeless613846304 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Machine Blueprint with name ct_shapeless367380438 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Machine Blueprint with name ct_shapeless-1382066396 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Machine Blueprint with name ct_shapeless528333252 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Machine Blueprint with name ct_shapeless-1340576076 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Machine Blueprint with name ct_shapeless-1532695732 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Machine Blueprint with name ct_shapeless863958766 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Machine Blueprint with name ct_shapeless1794387021 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Machine Blueprint with name ct_shapeless1771810580 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Machine Blueprint with name ct_shapeless-2040641656 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Machine Blueprint with name ct_shapeless-1180546360 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Machine Blueprint with name ct_shapeless1543448912 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Machine Blueprint with name ct_shapeless292637566 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Machine Blueprint with name ct_shapeless-1614618249 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Machine Blueprint with name ct_shapeless-598237940 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Machine Blueprint with name ct_shapeless-1072816001 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Machine Blueprint with name ct_shapeless-1899850256 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Machine Blueprint with name ct_shapeless-2041591980 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Machine Blueprint with name ct_shapeless-1452409106 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Machine Blueprint with name ct_shapeless1445631642 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Sync Upgrade with name ct_shaped303291239 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Player Module with name ct_shaped2047920997 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Bulk Item Filter with name ct_shaped893679087 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Item Router with name ct_shaped-1125761043 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Augment Core with name ct_shaped-677696276 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Blank Module with name ct_shaped437474216 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Fluid Transfer Upgrade with name ct_shaped-517556040 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Blank Upgrade with name ct_shaped363327820 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Ultimate Furnace with name ct_shaped1061138109 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Supremium Boots with name ct_shaped-1170485904 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Dye Cluster with name ct_shaped484386906 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Gold Ingot with name stage_five_item.ingotgold +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Cobalt Ingot with name stage_five_item.tconstruct.ingots.cobalt +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Bronze Ingot with name stage_five_item.bronzeingot +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Constantan Ingot with name stage_five_item.immersiveengineering.metal.ingot_constantan +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Knightslime Ingot with name stage_five_item.tconstruct.ingots.knightslime +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Raw Silicon with name stage_five_item.basic_item.raw_silicon +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Meteoric Iron Ingot with name stage_five_item.meteoric_iron_ingot +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Electrum Ingot with name stage_five_item.immersiveengineering.metal.ingot_electrum +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Diamond with name stage_five_item.diamond +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Platinum Ingot with name stage_five_item.contenttweaker.material_part +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Aluminium Ingot with name stage_five_item.immersiveengineering.metal.ingot_aluminum +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Iron Ingot with name stage_five_item.ingotiron +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Aluminum Brass Ingot with name stage_five_item.tconstruct.ingots.alubrass +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Manyullyn Ingot with name stage_five_item.tconstruct.ingots.manyullyn +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Quartz Enriched Iron with name stage_five_item.refinedstorage_quartz_enriched_iron +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Titanium Ingot with name stage_five_item.ingot_titanium +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Tin Ingot with name stage_five_item.tiningot +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Steel Ingot with name stage_five_item.immersiveengineering.metal.ingot_steel +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Uranium Ingot with name stage_five_item.immersiveengineering.metal.ingot_uranium +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Gunpowder with name stage_five_item.sulphur +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Steeleaf with name stage_five_item.twilightforest.steeleafingot +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Lead Ingot with name stage_five_item.immersiveengineering.metal.ingot_lead +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Black Quartz with name stage_five_item.actuallyadditions.item_misc_black_quartz +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Copper Ingot with name stage_five_item.immersiveengineering.metal.ingot_copper +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Compressed Iron Ingot with name stage_five_item.ingot_iron_compressed +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Silver Ingot with name stage_five_item.immersiveengineering.metal.ingot_silver +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Osmium Ingot with name stage_five_item.osmiumingot +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Coal with name stage_five_item.coal +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Ardite Ingot with name stage_five_item.tconstruct.ingots.ardite +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Fiery Ingot with name stage_five_item.twilightforest.fieryingot +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Nickel Ingot with name stage_five_item.immersiveengineering.metal.ingot_nickel +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Darkwood Fence with name ct_shaped-1492154416 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Sakura Door with name ct_shaped1182588207 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Topiary Grass with name ct_shaped-1526260513 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Eucalyptus Bookshelf with name ct_shaped-650436131 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Bluegrass Slab with name ct_shaped1845350075 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Fusewood Fence with name ct_shaped-185215291 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Ghostwood Slab with name ct_shaped361907677 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Eucalyptus Door with name ct_shaped1679796903 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Ghostwood Bookshelf with name ct_shaped1035075472 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Hopseed Fence Gate with name ct_shaped1957617642 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Silverbell Fence with name ct_shaped108840707 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Maple Slab with name ct_shaped-999162015 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Sakura Bookshelf with name ct_shaped1455931739 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Tiger Fence with name ct_shaped-648427048 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Redwood Bookshelf with name ct_shaped361632026 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Willow Fence Gate with name ct_shaped-1645620018 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Sakura Slab with name ct_shaped651973396 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Silverbell Slab with name ct_shaped1273692065 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Fusewood Bookshelf with name ct_shaped2128427553 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Ghostwood Fence with name ct_shaped856130939 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Maple Fence with name ct_shaped1420539842 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Bloodwood Bookshelf with name ct_shaped77688431 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Darkwood Fence Gate with name ct_shaped-705420407 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Bloodwood Door with name ct_shaped-334357626 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Maple Bookshelf with name ct_shaped479878424 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Darkwood Slab with name ct_shaped1822996669 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Amaranth Bookshelf with name ct_shaped-1662504288 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Eucalyptus Fence Gate with name ct_shaped526447281 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Tigerwood Slab with name ct_shaped1463592865 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Amaranth Fence Gate with name ct_shaped-1511740654 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Redwood Door with name ct_shaped-237259282 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Amaranth Fence with name ct_shaped1152921813 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Eucalyptus Slab with name ct_shaped-1293140322 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Maple Fence Gate with name ct_shaped-1310082939 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Willow Slab with name ct_shaped1558543265 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Sakura Fence with name ct_shaped-1174248948 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Willow Bookshelf with name ct_shaped443863582 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Topiary Grass Slab with name ct_shaped-1716917737 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Autumnal Grass Slab with name ct_shaped-1128212105 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Hopseed Door with name ct_shaped-1692531600 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Fusewood Fence Gate with name ct_shaped623127606 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Redwood Fence Gate with name ct_shaped1072757934 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Hopseed Bookshelf with name ct_shaped-1744735844 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Blood Slab with name ct_shaped501591553 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Tiger Fence Gate with name ct_shaped1782654927 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Ghostwood Fence Gate with name ct_shaped-1986251442 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Darkwood Bookshelf with name ct_shaped1103057992 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Silverbell Fence Gate with name ct_shaped-773885244 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Fusewood Slab with name ct_shaped-1150565511 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Hopseed Slab with name ct_shaped557022996 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Bloodwood Fence with name ct_shaped1371519600 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Redwood Slab with name ct_shaped746923796 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Ghostwood Door with name ct_shaped-2073594073 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Amaranth Slab with name ct_shaped1368642465 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Bloodwood Fence Gate with name ct_shaped1152494375 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Redwood Fence with name ct_shaped1135134457 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Hopseed Fence with name ct_shaped-831020931 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Willow Fence with name ct_shaped1394243417 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Silverbell Bookshelf with name ct_shaped-568204575 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Nether Furnace with name ct_shaped868853133 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Tiger Bookshelf with name ct_shaped1538163295 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Eucalyptus Fence with name ct_shaped-96886410 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Redwood Bark Door with name ct_shaped-294934963 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Sakura Fence Gate with name ct_shaped-703182949 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Topiary Grass Stairs with name ct_shaped1776103982 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Ghostwood Stairs with name ct_shaped1786530573 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Amaranth Stairs with name ct_shaped1763213821 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Redwood Stairs with name ct_shaped903958337 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Willow Stairs with name ct_shaped1008638657 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Autumnal Grass Stairs with name ct_shaped-1085172969 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Silverbell Stairs with name ct_shaped-1192576757 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Sakura Stairs with name ct_shaped-168003692 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Fusewood Stairs with name ct_shaped1187437093 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Maple Stairs with name ct_shaped-2019881846 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Bluegrass Stairs with name ct_shaped-544388676 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Darkwood Stairs with name ct_shaped-962364810 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Eucalyptus Stairs with name ct_shaped875017534 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Blood Stairs with name ct_shaped1747149176 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Hopseed Stairs with name ct_shaped2005960837 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Tiger Stairs with name ct_shaped2134214720 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Bluegrass with name ct_shapeless258077990 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Autumnal Grass with name ct_shapeless284361233 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Nature's Compass with name ct_shaped149177887 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Excavate Modifier with name ct_shaped-105576034 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Energy Extractor with name ct_shaped-421612909 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Hyper Item Receiver with name ct_shaped-1181847129 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Infinity Barrel with name ct_shaped1057407925 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Hyper Fluid Receiver with name ct_shaped824156923 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Infinite Water Source with name ct_shaped911331585 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Player Interface with name ct_shaped1158729090 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Multi Tool with name ct_shaped1720805952 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Hyper Energy Sender with name ct_shaped361587389 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Hyper Item Sender with name ct_shaped528179700 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Item Interface with name ct_shaped1762774298 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Hyper Fluid Sender with name ct_shaped1476435503 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Hyper Energy Receiver with name ct_shaped449962293 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Infinity Capacitor with name ct_shaped-649229158 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Hyper Linking Card with name ct_shaped456139958 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Infinity Tank with name ct_shaped-77363957 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Copper Hoe with name ct_shaped1355525828 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Watering Can with name ct_shaped1739382758 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Bronze Hoe with name ct_shaped2041585859 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Copper Axe with name ct_shaped1078779768 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Bronze Sword with name ct_shaped1681963235 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Bronze Shovel with name ct_shaped2005317206 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Bronze Pickaxe with name ct_shaped-1670857922 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Bronze Axe with name ct_shaped1311259064 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Copper Pickaxe with name ct_shaped-431110850 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Copper Sword with name ct_shaped1670625026 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Copper Shovel with name ct_shaped1696477208 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Grass Fiber Mesh with name ct_shaped-1840022036 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Charcoal Piece with name ct_shapeless-2037517367 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Light Blue Dye Powder with name ct_shapeless1233548732 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Gray Dye Powder with name ct_shapeless2041349674 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Coal Piece with name ct_shapeless994697641 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Pink Dye Powder with name ct_shapeless1968941212 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Magenta Dye Powder with name ct_shapeless-2040906718 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Light Gray Dye Powder with name ct_shapeless-1650026755 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Brown Dye Powder with name ct_shapeless983314087 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Purple Dye Powder with name ct_shapeless-179859863 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Orange Dye Powder with name ct_shapeless-848228719 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Lime Dye Powder with name ct_shapeless292154620 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Cyan Dye Powder with name ct_shapeless989329180 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Magenta Dye Powder with name ct_shapeless464063339 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Brown Dye Powder with name ct_shapeless-580899285 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Magenta Dye Powder with name ct_shapeless1750173404 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for White Programming Puzzle with name ct_shaped123671852 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Flux Compressor with name ct_shaped-1085844721 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Blue Programming Puzzle with name ct_shaped1649765262 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Light Blue Programming Puzzle with name ct_shaped-1193631089 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Pressure Chamber Wall with name ct_shaped-8813099 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Pressure Chamber Glass with name ct_shaped-729440021 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Cyan Programming Puzzle with name ct_shaped-152722628 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Lime Programming Puzzle with name ct_shaped791478481 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Purple Programming Puzzle with name ct_shaped748521317 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Yellow Programming Puzzle with name ct_shaped-201076304 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Armor Upgrade with name ct_shaped1629045789 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Crop Support with name ct_shaped-1711338746 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Pneumatic Dynamo with name ct_shaped78356098 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Red Programming Puzzle with name ct_shaped58529801 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Pink Programming Puzzle with name ct_shaped1438512833 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Assembly Laser with name ct_shaped-983248209 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Green Programming Puzzle with name ct_shaped-842714144 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Orange Programming Puzzle with name ct_shaped1116226637 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for PCB Blueprint with name ct_shaped-914275758 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for GPS Tool with name ct_shaped-1398827486 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Brown Programming Puzzle with name ct_shaped-1743958089 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Gray Programming Puzzle with name ct_shaped-1955210518 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Printed Circuit Board with name ct_shapeless-625724005 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Power Adapter with name ct_shaped-1065747758 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Jungle Storage Crate with name ct_shaped249131898 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Dark Oak Barrel with name ct_shaped-1528138600 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Acacia Barrel Lid with name ct_shaped-1498002646 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Fresh Thatching with name ct_shaped-468764961 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Emerald Work Blade with name ct_shaped757022623 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Yew Slab with name ct_shaped-1994173354 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Lacquer Slats with name ct_shaped2012005194 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Flint Hoe with name ct_shaped1908920650 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Yew Barrel with name ct_shaped-900471240 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Iron Work Blade with name ct_shaped-167982453 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Dark Oak Storage Crate with name ct_shaped-2110363140 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Birch Barrel Lid with name ct_shaped1480635132 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Corphyry Barrel with name ct_shaped1716435617 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Spruce Barrel Lid with name ct_shaped495743084 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Wolf Boots with name ct_shaped-1680760783 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Acacia Slats with name ct_shaped886530923 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Oak Barrel with name ct_shaped-1390230612 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Wolf Chest with name ct_shaped113204068 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Lacquer Storage Crate with name ct_shaped-959025985 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Flint Work Blade with name ct_shaped1582835080 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Spruce Slats with name ct_shaped-542487401 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Jungle Barrel Lid with name ct_shaped-651188763 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Flint Axe with name ct_shaped1917743722 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Spruce Storage Crate with name ct_shaped-1686340360 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Flint Hatchet with name ct_shaped-402650813 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Birch Barrel with name ct_shaped-1997625844 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Acacia Barrel with name ct_shaped-1684634348 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Leather Cordage with name ct_shaped331574756 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Ironwood Barrel Lid with name ct_shaped2078860749 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Lacquer Barrel Lid with name ct_shaped-436096339 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Jungle Slats with name ct_shaped1432549710 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Dark Oak Barrel Lid with name ct_shaped201949522 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Flint Shears with name ct_shaped1330059407 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Birch Slats with name ct_shaped1481273157 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Ironwood Barrel with name ct_shaped240608716 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Yew Barrel Lid with name ct_shaped-876943583 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Wet Mud with name ct_shaped-760367757 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Birch Storage Crate with name ct_shaped1428879417 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Corphyry Slats with name ct_shaped-930823725 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Ironwood Storage Crate with name ct_shaped-1901833667 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Lacquer Barrel with name ct_shaped-1695349141 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Acacia Storage Crate with name ct_shaped-930615621 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Oak Barrel Lid with name ct_shaped-2119338253 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Corphyry Barrel Lid with name ct_shaped502311382 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Yew Storage Crate with name ct_shaped275853182 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Spruce Barrel with name ct_shaped2140845704 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Flint Hand Saw with name ct_shaped-1517815048 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Diamond Work Blade with name ct_shaped-1334717745 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Oak Slats with name ct_shaped-278581218 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Flint Shovel with name ct_shaped1922420086 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Wolf Leggings with name ct_shaped-1206430959 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Thatch with name ct_shaped497891034 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Wolf Hood with name ct_shaped624563036 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Ironwood Slats with name ct_shaped-1996664240 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Dark Oak Slats with name ct_shaped1806536934 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Corphyry Storage Crate with name ct_shaped2101062144 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Wet Thatch with name ct_shaped30592535 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Oak Storage Crate with name ct_shaped-1756422463 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Flint Pickaxe with name ct_shaped443653824 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Jungle Barrel with name ct_shaped-1841130096 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Wet Tanned Hide with name ct_shapeless530203363 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Raw Hide with name ct_shapeless55497870 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Raw Hide with name ct_shapeless962648000 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Raw Hide with name ct_shapeless1815264034 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Raw Hide with name ct_shapeless1588928788 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Raw Hide with name ct_shapeless903437545 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Corn Seeds with name ct_shapeless142014995 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Pulp with name ct_shapeless706146435 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Pulp with name ct_shapeless518938021 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Jungle Log Stack with name ct_shapeless1052751585 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Acacia Log Stack with name ct_shapeless-526144062 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Mud Clump with name ct_shapeless-814484708 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Mud Clump with name ct_shapeless2054619879 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Mud Clump with name ct_shapeless414255625 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Raw Hide with name ct_shapeless511940683 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Plant Cloth with name ct_shapeless1655162704 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Ironwood Bark with name ct_shapeless-1498734200 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Ironwood Bark with name ct_shapeless-363444899 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Dark Oak Bark with name ct_shapeless1417155982 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Birch Bark with name ct_shapeless-537220594 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Leather Strip with name ct_shapeless-1700181727 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Acacia Bark with name ct_shapeless-1034753496 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Raw Hide with name ct_shapeless-248627439 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Yew Log Stack with name ct_shapeless-967863707 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Spruce Bark with name ct_shapeless-1432913435 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Oak Bark with name ct_shapeless-2110594691 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Salted Hide with name ct_shapeless-181725277 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Plant Twine with name ct_shapeless60138979 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Ironwood Log Stack with name ct_shapeless611031940 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Oak Log Stack with name ct_shapeless-70944568 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Dark Oak Log Stack with name ct_shapeless-2105039709 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Raw Hide with name ct_shapeless-1521402195 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Raw Hide with name ct_shapeless1047814768 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Raw Hide with name ct_shapeless385715606 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Spruce Log Stack with name ct_shapeless-84424417 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Yew Bark with name ct_shapeless-110192717 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Jungle Wood Bark with name ct_shapeless13003016 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Raw Hide with name ct_shapeless-737967232 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Birch Log Stack with name ct_shapeless-1663320064 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Cineris Twine with name stage_three_item.primal.nether_cordage +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Stacked Blueschist with name tile.primal.schist_blue_stone_stacked +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Blueschist Brick with name tile.primal.schist_blue_stone_brick +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Blueschist Pillar with name tile.primal.schist_blue_stone_pillar +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Blue Schist Wall with name tile.primal.wall_schist_blue +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Stacked Bluestone with name tile.primal.blue_stone_stacked +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Bluestone Brick with name tile.primal.blue_stone_brick +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Bluestone Pillar with name tile.primal.blue_stone_pillar +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Blue Stone Wall with name tile.primal.wall_blue +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Stacked Soul Stone with name tile.primal.soul_stone_stacked +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Soul Brick with name tile.primal.soul_stone_brick +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Soul Stone Pillar with name tile.primal.soul_stone_pillar +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Soul Stone Wall with name tile.primal.wall_soul +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Stacked Carbonate Stone with name tile.primal.carbonate_stone_stacked +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Carbonate Brick with name tile.primal.carbonate_stone_brick +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Carbonate Pillar with name tile.primal.carbonate_stone_pillar +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Carbonate Stone Wall with name tile.primal.wall_carbonate +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Stacked Ferrocalcite Stone with name tile.primal.ferro_stone_stacked +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Ferrocalcite Brick with name tile.primal.ferro_stone_brick +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Ferrocalcite Pillar with name tile.primal.ferro_stone_pillar +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Ferro Stone Wall with name tile.primal.wall_ferro +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Stacked Terracotta with name tile.primal.terracotta_block_stacked +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Terracotta Brick with name tile.primal.terracotta_block_brick +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Terracotta Pillar with name tile.primal.terracotta_block_pillar +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Terracotta Wall with name tile.primal.wall_terra +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Stacked Ortho Stone with name tile.primal.ortho_stone_stacked +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Ortho Brick with name tile.primal.ortho_stone_brick +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Ortho Pillar with name tile.primal.ortho_stone_pillar +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Ortho Stone Wall with name tile.primal.wall_ortho +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Stacked Sarsen Stone with name tile.primal.sarsen_stone_stacked +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Sarsen Brick with name tile.primal.sarsen_stone_brick +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Sarsen Pillar with name tile.primal.sarsen_stone_pillar +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Sarsen Stone Wall with name tile.primal.wall_sarsen +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Stacked Common Stone with name tile.primal.common_stone_stacked +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Common Brick with name tile.primal.common_stone_brick +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Common Pillar with name tile.primal.common_stone_pillar +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Common Stone Wall with name tile.primal.wall_common +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Stacked Ciniscotta with name tile.primal.ciniscotta_block_stacked +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Ciniscotta Brick with name tile.primal.ciniscotta_block_brick +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Ciniscotta Pillar with name tile.primal.ciniscotta_block_pillar +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Stacked Porphyry Stone with name tile.primal.porphyry_stone_stacked +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Porphyry Brick with name tile.primal.porphyry_stone_brick +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Porphyry Pillar with name tile.primal.porphyry_stone_pillar +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Stacked Greenschist with name tile.primal.schist_green_stone_stacked +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Greenschist Brick with name tile.primal.schist_green_stone_brick +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Greenschist Pillar with name tile.primal.schist_green_stone_pillar +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Green Schist Wall with name tile.primal.wall_schist_green +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Stacked Nether Stone with name tile.primal.nether_stone_stacked +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Nether Stone Brick with name tile.primal.nether_stone_brick +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Nether Stone Pillar with name tile.primal.nether_stone_pillar +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Nether Stone Wall with name tile.primal.wall_nether +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Stacked Dried Mud with name tile.primal.mud_dried_stacked +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Dried Mud Brick with name tile.primal.mud_dried_brick +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Dried Mud Pillar with name tile.primal.mud_dried_pillar +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Stacked Nether Earth with name tile.primal.nether_earth_stacked +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Nether Earth Brick with name tile.primal.nether_earth_brick +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Nether Earth Pillar with name tile.primal.nether_earth_pillar +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Stacked Eroded End Stone with name tile.primal.eroded_end_stone_stacked +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Eroded End Stone Brick with name tile.primal.eroded_end_stone_brick +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Eroded End Stone Pillar with name tile.primal.eroded_end_stone_pillar +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Eroded End Stone Wall with name tile.primal.wall_end +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Stacked Purpurite Stone with name tile.primal.purpurite_stone_stacked +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Purpurite Stone Brick with name tile.primal.purpurite_stone_brick +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Purpurite Stone Pillar with name tile.primal.purpurite_stone_pillar +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Purpurite Stone Wall with name tile.primal.wall_purpurite +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Stacked Desiccated Stone with name tile.primal.desiccated_stone_stacked +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Desiccated Brick with name tile.primal.desiccated_stone_brick +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Desiccated Pillar with name tile.primal.desiccated_stone_pillar +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Stacked Scoria Stone with name tile.primal.scoria_stone_stacked +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Scoria Stone Brick with name tile.primal.scoria_stone_brick +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Scoria Stone Pillar with name tile.primal.scoria_stone_pillar +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Scoria Stone Wall with name tile.primal.wall_scoria +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Stacked Hornblende with name tile.primal.night_stone_stacked +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Hornblende Brick with name tile.primal.night_stone_brick +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Hornblende Pillar with name tile.primal.night_stone_pillar +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Terra Clay with name tile.primal.terra_block +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Wet Terracotta Brick with name item.primal.terra_brick_wet +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Terracotta with name tile.primal.terracotta_block_normal +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Cinis Clay with name tile.primal.cinis_block +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Wet Ciniscotta Brick with name item.primal.cinis_brick_wet +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Ciniscotta with name tile.primal.ciniscotta_block_normal +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Primal Chest Advanced with name ct_shaped-1592953204 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Primal Chest with name ct_shaped1911836183 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Flint Saw Blade with name ct_shaped-1919648186 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Bone Sword with name ct_shaped-1882946719 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Flame Grilled Wopper with name ct_shaped-544853919 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Work Stump Mk2 with name ct_shaped-1982316479 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Work Stump Mk2 with name ct_shaped-473473519 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Work Stump Mk2 with name ct_shaped-1462980686 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Un-Lit Fibre Torch with name ct_shaped1638273982 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Stone Grill with name ct_shaped1893307318 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Fluid Bladder with name ct_shaped221290743 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Bone Shears with name ct_shaped1370915344 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Bone Shovel with name ct_shaped2145694065 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Stone Mallet with name ct_shaped-1385809865 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Stone Anvil with name ct_shaped-637971400 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Clay Kiln with name ct_shaped516532730 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Wopper Mk2 :P with name ct_shaped-84920502 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Bed of Straw and Leaves with name ct_shaped5688658 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Stone Club with name ct_shaped2056540058 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Stick Bundle with name ct_shaped-390501373 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Wooden Basin with name ct_shaped902340928 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Bone Pickaxe with name ct_shaped-921846146 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Bone Axe with name ct_shaped330265110 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Work Stump with name ct_shaped-1115978475 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Wood Club with name ct_shaped1551386841 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Bone Club with name ct_shaped138188832 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Crafting Rock with name ct_shapeless341337471 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Flame Grilled Wopper with name stage_two_charcoal_hopper +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Flame Grilled Wopper with name stage_one_charcoal_hopper +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Whittled Fire Sticks with name primal_tech_fire_sticks +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Unfired Clay Bowl with name ct_shaped-1472595672 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Spear with name ct_shaped1068029175 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Fire Pit with name ct_shaped-108988859 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Tomahawk with name ct_shaped-1107593273 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Blank Teleporter with name ct_shaped-1862929074 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Rock Hammer with name ct_shaped-1471350967 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Spear with name ct_shapeless-1917108584 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Spear with name ct_shapeless-635663155 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Advanced Prospector with name ct_shaped-695916044 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Weak Dowsing Rod with name ct_shaped-105982052 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Ultimate Prospector with name ct_shaped2030049478 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Tough Dowsing Rod with name ct_shaped-1115229652 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Ore Prospector with name ct_shaped689738836 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Quantum Bag White with name ct_shaped1534178928 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Quantum Storage Unit with name ct_shaped476808994 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Trowel with name ct_shaped-729083598 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for 256k Storage Part with name ct_shaped-760194884 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for 16384k Fluid Storage Part with name ct_shaped-1123703359 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Crafting Storage with name ct_shaped932758080 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Crafting Frame with name ct_shaped-771961202 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for IO Port with name ct_shaped629812024 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for 16384k Storage Part with name ct_shaped1970183688 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for 4096k Storage Part with name ct_shaped1587256904 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for 131m Fluid Storage Part with name ct_shaped826654354 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Heat Conductor with name ct_shaped-1192037903 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for 32768k Fluid Storage Part with name ct_shaped833963858 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Crafting CPU with name ct_shaped-1652637794 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for 524m Fluid Storage Part with name ct_shaped819344850 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for 1024k Storage Part with name ct_shaped-486397934 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Interface with name ct_shaped-1319201396 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Wireless Crafting Monitor with name ct_shaped87180407 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Exporter with name ct_shaped-1912409871 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Network Transmitter with name ct_shaped-133851130 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for 1024k Fluid Storage Part with name ct_shaped-766436022 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Disk Drive with name ct_shaped-993081428 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Destructor with name ct_shaped-214149739 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for 256k Fluid Storage Part with name ct_shaped508365986 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Grid with name ct_shaped-1657104318 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Crafting Grid with name ct_shaped-1205149772 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Security Card with name ct_shaped-1243651389 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Crafter with name ct_shaped-2042616788 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Importer with name ct_shaped-1387153695 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Wireless Grid with name ct_shaped53878935 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Crafter Manager with name ct_shaped1716267025 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for 4k Storage Part with name ct_shaped1263600034 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Constructor with name ct_shaped1015581395 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for 16k Storage Part with name ct_shaped143854346 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Reader with name ct_shaped-1392906988 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Detector with name ct_shaped-403616777 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Cable with name ct_shaped-2060426656 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Wrench with name ct_shaped-132080558 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for External Storage with name ct_shaped912957043 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for 64k Storage Part with name ct_shaped-1795255704 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Network Card with name ct_shaped-1985109841 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Network Receiver with name ct_shaped1713234664 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Storage Monitor with name ct_shaped2005272405 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Writer with name ct_shaped-1512805245 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Wireless Fluid Grid with name ct_shaped228998427 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Controller with name ct_shaped1636644440 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Wireless Transmitter with name ct_shaped629709003 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Crafting Monitor with name ct_shaped1941962481 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Upgrade with name ct_shaped1923300161 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for 4096k Fluid Storage Part with name ct_shaped-587847896 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Disk Manipulator with name ct_shaped-1869303677 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Wireless Crafting Grid with name ct_shaped1137352484 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Matter Receiver with name ct_shaped-804896417 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Machine Frame with name ct_shaped-1676019490 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Matter Transmitter with name ct_shaped1656510041 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Machine Base with name ct_shaped400786205 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Ironwood Slab with name ct_shaped436711774 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Olive Wood Slab with name ct_shaped-670611859 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Crushing Tub with name ct_shaped-2102442956 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Glass Bottle with name rutic_empting +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Black Painted Wood with name ct_shaped-795409393 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Red Painted Wood with name ct_shaped1299269163 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Green Painted Wood with name ct_shaped969342727 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Brown Painted Wood with name ct_shaped685592929 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Blue Painted Wood with name ct_shaped253196313 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Purple Painted Wood with name ct_shaped673067097 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Cyan Painted Wood with name ct_shaped900721081 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Light Gray Painted Wood with name ct_shaped-1563833579 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Gray Painted Wood with name ct_shaped1725133241 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Pink Painted Wood with name ct_shaped1211390361 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Lime Painted Wood with name ct_shaped1638777081 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Yellow Painted Wood with name ct_shaped-1119570599 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Light Blue Painted Wood with name ct_shaped371284136 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Magenta Painted Wood with name ct_shaped-402969477 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Orange Painted Wood with name ct_shaped1447406361 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for White Painted Wood with name ct_shaped1324950075 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Stone Braced Shield with name ct_shaped-383966963 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Crude Wooden Shield with name ct_shaped-1610621159 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Diamond Reinforced Shield with name ct_shaped-1418455037 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Infused Riot Shield with name ct_shaped-1723061619 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Fertilizer with name ct_shaped1075347202 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Upgrade: CO2 friendly with name ct_shaped-1617081095 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Saw Blade with name ct_shaped-1504904227 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Detector Manager with name ct_shaped67161384 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Liquid Cleaning Tube with name ct_shaped989783267 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Upgrade: Redstone Control with name ct_shaped-758042042 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Advanced Detector Rail with name ct_shaped-1164450811 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Galgadorian Drill with name ct_shaped-1964983565 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Cage with name ct_shaped1758798560 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Iron Blade with name ct_shaped-2084022713 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Planter Range Extender with name ct_shaped-554224505 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Liquid Sensors with name ct_shaped1452238409 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Galgadorian Farmer with name ct_shaped-725753285 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Galgadorian Farmer with name ct_shaped-997435322 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Wood Cutting Core with name ct_shaped624470326 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Cleaning Tube with name ct_shaped-1039530366 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Hardened Drill with name ct_shaped-796573499 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for External Distributor with name ct_shaped1314585067 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Basic Farmer with name ct_shaped2146492309 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Raw Handle with name ct_shaped1109208268 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Advanced Smelter with name ct_shaped1278901763 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Tank Pane with name ct_shaped1732714994 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Entity Detector: Villager with name ct_shaped-1977285478 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Upgrade: Cart Modifier with name ct_shaped-2111701519 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Basic Solar Engine with name ct_shaped-81585869 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Entity Scanner with name ct_shaped-481440423 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Blank Upgrade with name ct_shaped2098845241 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Upgrade: Manager Bridge with name ct_shaped-964336238 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Steve's Arcade with name ct_shaped1982055750 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Upgrade: Experienced assembler with name ct_shaped133013938 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Upgrade: Experienced assembler with name ct_shaped-918247584 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Upgrade: Experienced assembler with name ct_shaped-1817906099 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Upgrade: Experienced assembler with name ct_shaped-328112052 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Upgrade: Experienced assembler with name ct_shaped111242893 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Galgadorian Wood Cutter with name ct_shaped-1799428724 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Galgadorian Wood Cutter with name ct_shaped-878859183 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Fuse with name ct_shaped1000737324 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Chunk Loader with name ct_shaped-1765343825 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Smelter with name ct_shaped-798560022 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Detector Station with name ct_shaped1434628314 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Chest Lock with name ct_shaped1436088297 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Iron Drill with name ct_shaped-279654248 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Detector Unit with name ct_shaped1282451734 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Huge Dynamic Pane with name ct_shaped255506706 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Upgrade: New Era with name ct_shaped-1171127088 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Height Controller with name ct_shaped346697568 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Upgrade: Generic engine with name ct_shaped-284024239 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Cake Server with name ct_shaped1873299324 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Advanced PCB with name ct_shaped1976072717 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Bridge Builder with name ct_shaped707932234 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Tiny Coal Engine with name ct_shaped1142477391 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Experience Bank with name ct_shaped-422772534 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Empty Disk with name ct_shaped-530354999 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Chest Pane with name ct_shaped-1154872411 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Tank Valve with name ct_shaped-1823548332 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Upgrade: Solar Panel with name ct_shaped482233795 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Cart Assembler with name ct_shaped-443377111 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Raw Hardener with name ct_shaped38313763 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Upgrade: Production line with name ct_shaped-1993510713 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Milker with name ct_shaped-971847743 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Entity Detector: Player with name ct_shaped1926449944 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Upgrade: Cart Deployer with name ct_shaped-15821425 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Entity Analyzer with name ct_shaped-373886602 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Advanced Solar Panel with name ct_shaped-157863145 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Color Randomizer with name ct_shaped1263406044 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Lawn Mower with name ct_shaped46945725 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Iron Pane with name ct_shaped-1125305313 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Information Provider with name ct_shaped-2084055883 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Graphical Interface with name ct_shaped894718467 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Upgrade: Power Crystal with name ct_shaped1032363592 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Basic Drill with name ct_shaped-75147943 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Upgrade: Cart Crane with name ct_shaped-738940877 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Hardened Wood Cutter with name ct_shaped-630597594 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Hardened Wood Cutter with name ct_shaped1235067060 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Upgrade: Entropy with name ct_shaped-75090163 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Detector Junction with name ct_shaped-392184379 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Shooting Station with name ct_shaped1274657324 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Basic Wood Cutter with name ct_shaped1656543644 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Liquid Manager with name ct_shaped1873488143 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Firework display with name ct_shaped383472396 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Coal Engine with name stage_three_item.sc2_coal_engine +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Storage Upgrade (III) with name ct_shaped119361656 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Controller Slave with name ct_shaped66498960 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Drawer Controller with name ct_shaped1542557686 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Compacting Drawer with name ct_shaped-1883906253 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Storage Upgrade (V) with name ct_shaped599208394 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Storage Upgrade (IV) with name ct_shaped-1048041495 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Upgrade Template with name ct_shaped1538972004 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Storage Upgrade (I) with name ct_shaped-1269382258 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Drawer Controller with name stage_four_tile.storagedrawers.controller +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Compacting Drawer with name stage_four_tile.storagedrawers.compdrawers +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Storage Request Table with name ct_shaped-1273201455 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Operation Upgrade with name ct_shaped639120495 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Stock Upgrade with name ct_shaped439940247 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Storage Link Cable with name ct_shaped2024801749 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Storage Export Cable with name ct_shaped1624341973 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Storage Import Cable with name ct_shaped775020265 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Storage Network Master with name ct_shaped655999819 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Stack Upgrade with name ct_shaped-1493856866 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Storage Cable with name ct_shaped287703051 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Speed Upgrade with name ct_shaped779085596 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Super Sound Muffler with name ct_shaped-949480123 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Porcelain Melter with name ct_shaped-960971699 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Porcelain Heater with name ct_shaped-616285754 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Porcelain Casting Basin with name ct_shaped1888152966 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Porcelain Tank with name ct_shaped-2124198988 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Seared Heater with name ct_shaped1085107576 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Melter with name ct_shaped687969373 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Porcelain Melter with name stage_one_tile.tcomplement.porcelain_melter.melter +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Porcelain Heater with name stage_one_tile.tcomplement.porcelain_melter.heater +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Seared Heater with name stage_one_tile.tcomplement.melter.heater +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Melter with name stage_one_tile.tcomplement.melter.melter +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Slime Ball with name ct_shaped1970996672 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Seared Furnace Controller with name ct_shaped397632292 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Firewood Slab with name ct_shaped470114439 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Piggybackpack with name ct_shaped-927243247 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Tinker Tank Controller with name ct_shaped-10040149 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Seared Tank with name ct_shaped-541318146 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Lavawood Slab with name ct_shaped1716944839 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Smeltery Controller with name ct_shaped-2016331157 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Silky Jewel with name ct_shaped-667353689 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Silky Jewel with name ct_shaped1076958048 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Silky Jewel with name ct_shaped-2109138869 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Wooden Rail with name ct_shaped1499999667 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Slime Ball with name ct_shapeless-1837883724 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Slime Ball with name ct_shapeless-1587890188 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Stone Torch with name ct_shapeless-1357180579 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Slime Ball with name ct_shapeless-1962880492 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Materials and You with name ct_shapeless1031818791 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Silky Jewel with name ct_shapeless-1568150841 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Seared Furnace Controller with name stage_three_tile.tconstruct.seared_furnace_controller +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Tinker Tank Controller with name stage_three_tile.tconstruct.tinker_tank_controller +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Smeltery Controller with name stage_three_tile.tconstruct.smeltery_controller +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Blank Pattern with name stage_two_item.tconstruct.pattern +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Totem Whittling Knife with name ct_shaped1700421660 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Totemic Staff with name ct_shaped387098381 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Tipi with name ct_shaped1917421250 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Jingle Dress with name ct_shaped-1033931824 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Red Cedar Fence Gate with name ct_shaped-96688719 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Red Cedar Slab with name ct_shaped-498442896 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Red Cedar Fence with name ct_shaped-1714864810 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Totemist Drum with name ct_shaped4970728 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Red Cedar Stairs with name ct_shaped-1509398793 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Eagle-Bone Whistle with name ct_shaped1394248707 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Wind Chime with name ct_shaped-1335106647 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Flute with name ct_shaped2092172029 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Jingles with name ct_shaped1739678667 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Totem Torch with name ct_shaped-979686973 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Rattle with name ct_shaped1365083418 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Totempedia with name ct_shapeless-307950646 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Crag Rock Cobblestone Slab with name ct_shaped-2090675403 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Crag Rock Slab with name ct_shaped-2078166377 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Fir Wood Slab with name ct_shaped1939448417 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Fiery Pick with name ct_shaped554096386 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Fiery Sword with name ct_shaped1329769268 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Uncrafting Table with name ct_shaped-1546765300 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Liveroots with name ct_shaped-2071975008 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Liveroot with name ct_shapeless-1827593506 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Yellow Castle Door with name ct_shapeless-64705522 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Violet Castle Door with name ct_shapeless120668621 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Blue Castle Door with name ct_shapeless342947679 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Magic Map Focus with name ct_shapeless-1175795570 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Fiery Ingot with name ct_shapeless1929329092 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Pink Castle Door with name ct_shapeless457093128 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Upper with name ct_shaped-1705952631 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Upper with name ct_shapeless-632493650 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Digital Guide with name ct_shapeless618292117 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Core Upgrade (Tier 5) with name ct_shaped432551606 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Fuel Efficiency (Module) with name ct_shaped431023156 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Frame Upgrade (Tier 2) with name ct_shaped-2144237690 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Frame Upgrade (Tier 3) with name ct_shaped1044498820 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Balloon Upgrade (Tier 4) with name ct_shaped288682830 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Balloon Upgrade (Tier 5) with name ct_shaped769609932 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Core Upgrade (Tier 3) with name ct_shaped-1601279498 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Greater Infinite Fuel (Module) with name ct_shaped-1896054903 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Engine Upgrade (Tier 2) with name ct_shaped-2085399178 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Greater Fuel Efficiency (Module) with name ct_shaped-1911780247 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Balloon Upgrade (Tier 3) with name ct_shaped-192244272 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Module Chip with name ct_shaped1376302653 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Core Upgrade (Tier 4) with name ct_shaped1563119702 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Balloon Upgrade (Tier 1) with name ct_shaped-1153573423 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Balloon Upgrade (Tier 2) with name ct_shaped-673171374 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Frame Upgrade (Tier 1) with name ct_shaped131499985 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Engine Upgrade (Tier 1) with name ct_shaped-1240865546 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Altitude (Module) with name ct_shaped7621710 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Core Upgrade (Tier 1) with name ct_shaped-872476103 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Engine Upgrade (Tier 3) with name ct_shaped-1309714666 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Music (Module) with name ct_shaped718518228 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Greater Speed (Module) with name ct_shaped-1920371551 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Core Upgrade (Tier 2) with name ct_shaped-470711402 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Logic Chip with name ct_shaped-257213084 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Speed (Module) with name ct_shaped1652887060 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Greater Music (Module) with name ct_shaped1603713481 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Greater Water Landing (Module) with name ct_shaped-1116581335 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Engine Upgrade (Tier 4) with name ct_shaped-534030154 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Frame Upgrade (Tier 4) with name ct_shaped-61731966 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Water Landing (Module) with name ct_shaped-510424353 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Storage (Module) with name ct_shaped-996814886 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Engine Upgrade (Tier 5) with name ct_shaped241654358 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Cruise Control (Module) with name ct_shaped1006013300 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Greater Storage (Module) with name ct_shaped-1140808537 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Frame Upgrade (Tier 5) with name ct_shaped-1167962752 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Greater Cruise Control (Module) with name ct_shaped824239913 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Bait Pot with name ct_shaped-234029006 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Strainer Base with name ct_shaped-724817762 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Garden Trowel with name ct_shaped201683078 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Strainer Base with name stage_one_tile.waterstrainer.strainer_base +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Weirding Gadget with name ct_shaped1442489280 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Wooden Hopper with name ct_shaped-926683969 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Wooden Hopper with name stage_one_cheaper_whopper +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Router with name ct_shaped-95468051 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Controller with name ct_shaped-64619134 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Yoyos and You with name ct_shapeless-1024361699 +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Orange Wool with name dye_wool_orange +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Lime Wool with name dye_wool_lime +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Cyan Wool with name dye_wool_cyan +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Green Wool with name dye_wool_green +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Light Gray Wool with name dye_wool_lightGray +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Brown Wool with name dye_wool_brown +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Magenta Wool with name dye_wool_magenta +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Light Blue Wool with name dye_wool_lightBlue +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Gray Wool with name dye_wool_gray +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Blue Wool with name dye_wool_blue +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Black Wool with name dye_wool_black +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Pink Wool with name dye_wool_pink +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Red Wool with name dye_wool_red +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for White Wool with name dye_wool_white +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Yellow Wool with name dye_wool_yellow +[POSTINITIALIZATION][SERVER][INFO] Adding shaped recipe for Purple Wool with name dye_wool_purple +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Cobblestone with name ct_shapeless1510099155 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for tile.compressed_cobblestone.name with name ct_shapeless-1179292070 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for tile.compressed_cobblestone.name with name ct_shapeless-1357990446 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for tile.compressed_cobblestone.name with name ct_shapeless-1364826284 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for tile.compressed_cobblestone.name with name ct_shapeless-1371662122 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for tile.compressed_cobblestone.name with name ct_shapeless-1378497960 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for tile.compressed_cobblestone.name with name ct_shapeless-1385333798 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for tile.compressed_cobblestone.name with name ct_shapeless-1392169636 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for tile.compressed_cobblestone.name with name ct_shapeless-1399005474 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for tile.compressed_cobblestone.name with name ct_shapeless-1405841312 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for tile.compressed_cobblestone.name with name ct_shapeless-1114784391 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for tile.compressed_cobblestone.name with name ct_shapeless-60099766 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for tile.compressed_cobblestone.name with name ct_shapeless-299716374 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for tile.compressed_cobblestone.name with name ct_shapeless-539332982 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for tile.compressed_cobblestone.name with name ct_shapeless-778949590 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for tile.compressed_cobblestone.name with name ct_shapeless-1018566198 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for Obsidian with name ct_shapeless-166305223 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for tile.compressed_obsidian.name with name ct_shapeless-396705216 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for tile.compressed_obsidian.name with name ct_shapeless-705639062 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for tile.compressed_obsidian.name with name ct_shapeless-1888062838 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for tile.compressed_obsidian.name with name ct_shapeless1224480682 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for tile.compressed_obsidian.name with name ct_shapeless42056906 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for tile.compressed_obsidian.name with name ct_shapeless-1140366870 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for tile.compressed_obsidian.name with name ct_shapeless1972176650 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for tile.compressed_obsidian.name with name ct_shapeless789752874 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for tile.compressed_obsidian.name with name ct_shapeless-392670902 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for tile.compressed_obsidian.name with name ct_shapeless-1854760463 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for tile.compressed_obsidian.name with name ct_shapeless-34391136 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for tile.compressed_obsidian.name with name ct_shapeless1937471842 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for tile.compressed_obsidian.name with name ct_shapeless-385632476 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for tile.compressed_obsidian.name with name ct_shapeless1586230502 +[POSTINITIALIZATION][SERVER][INFO] Adding shapeless recipe for tile.compressed_obsidian.name with name ct_shapeless-736873816 +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 3 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 1 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 1 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 1 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 1 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 3 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 1 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 4 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 2 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 2 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 1 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 10 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 10 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 2 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 5 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 2 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 1 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 22 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 2 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 5 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 2 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 1 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 22 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 1 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 1 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 1 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 2 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 1 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 1 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 1 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 2 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 2 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 1 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 2 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 1 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 1 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 2 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 1 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 3 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 2 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 3 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 6 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 1 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 15 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 36 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 2 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 3 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 1 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 2 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 1 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 2 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 2 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 2 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 1 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 1 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 2 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 1 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 1 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 1 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 1 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 1 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 1 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 1 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 1 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 1 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 1 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 1 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 1 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 1 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 1 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 1 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 1 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 1 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 1 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 2 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 1 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 1 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 5 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 1 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 24 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 2 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 2 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 3 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 2 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 1 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 1 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 1 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 1 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 0 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 5 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 1 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 1 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Removing furnace recipes for: +[POSTINITIALIZATION][SERVER][INFO] 1 recipes removed for: +[POSTINITIALIZATION][SERVER][INFO] Adding furnace recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding furnace recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding furnace recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding furnace recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding furnace recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding furnace recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding furnace recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding furnace recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding furnace recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding furnace recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding furnace recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding furnace recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding furnace recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding furnace recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding furnace recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding furnace recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding furnace recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding furnace recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding furnace recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding furnace recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding furnace recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding furnace recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding furnace recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding furnace recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding furnace recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding furnace recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding furnace recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding furnace recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding furnace recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding furnace recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding furnace recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding furnace recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding furnace recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding furnace recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding furnace recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding furnace recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding furnace recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding furnace recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding furnace recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding furnace recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding furnace recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding furnace recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding furnace recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding furnace recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding furnace recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding furnace recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding furnace recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding furnace recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding furnace recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding furnace recipe for +[POSTINITIALIZATION][SERVER][INFO] Removing seeds +[POSTINITIALIZATION][SERVER][INFO] Removing seeds +[POSTINITIALIZATION][SERVER][INFO] Removing seeds +[POSTINITIALIZATION][SERVER][INFO] Removing seeds +[POSTINITIALIZATION][SERVER][INFO] Removing seeds +[POSTINITIALIZATION][SERVER][INFO] Removing seeds +[POSTINITIALIZATION][SERVER][INFO] Removing Soaking Unit recipe for +[POSTINITIALIZATION][SERVER][INFO] Removing Soaking Unit recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding Drying Unit recipe:betterwithaddons.crafting.recipes.SpindleRecipe@49182b98 +[POSTINITIALIZATION][SERVER][INFO] Replacing container of betterwithaddons.item.ItemMaterial@386fa056 with 1xtile.spindle@0 +[POSTINITIALIZATION][SERVER][INFO] Removing Drying Unit recipe for Rice Stalk +[POSTINITIALIZATION][SERVER][INFO] Setting the stages for recipes based on their output stack, 11 stages +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.clayHardenedStained@4 new recipe: RecipeStage{tier='zero', recipe=8xtile.clayHardenedStained@4:[net.minecraft.item.crafting.Ingredient@198c97d0, net.minecraft.item.crafting.Ingredient@198c97d0, net.minecraft.item.crafting.Ingredient@198c97d0, net.minecraft.item.crafting.Ingredient@198c97d0, net.minecraftforge.oredict.OreIngredient@2933d669, net.minecraft.item.crafting.Ingredient@198c97d0, net.minecraft.item.crafting.Ingredient@198c97d0, net.minecraft.item.crafting.Ingredient@198c97d0, net.minecraft.item.crafting.Ingredient@198c97d0]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 12xtile.thinStainedGlass@4 new recipe: RecipeStage{tier='two', recipe=12xtile.thinStainedGlass@4:[net.minecraftforge.oredict.OreIngredient@5bf6c3ae, net.minecraftforge.oredict.OreIngredient@571d61a1, net.minecraftforge.oredict.OreIngredient@13c374ad, net.minecraftforge.oredict.OreIngredient@24747822, net.minecraftforge.oredict.OreIngredient@497234b1, net.minecraftforge.oredict.OreIngredient@75de4457]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.stainedGlass@4 new recipe: RecipeStage{tier='two', recipe=8xtile.stainedGlass@4:[net.minecraftforge.oredict.OreIngredient@7d30205d, net.minecraftforge.oredict.OreIngredient@7a82f2b1, net.minecraftforge.oredict.OreIngredient@228d96ec, net.minecraftforge.oredict.OreIngredient@25768216, net.minecraftforge.oredict.OreIngredient@59b86c2d, net.minecraftforge.oredict.OreIngredient@34c20ad1, net.minecraftforge.oredict.OreIngredient@7a36c053, net.minecraftforge.oredict.OreIngredient@6b418b31, net.minecraftforge.oredict.OreIngredient@71024b70]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.concretePowder@4 new recipe: RecipeStage{tier='one', recipe=8xtile.concretePowder@4:[net.minecraftforge.oredict.OreIngredient@55b25303, net.minecraft.item.crafting.Ingredient@7ddd5715, net.minecraft.item.crafting.Ingredient@d88d9d7, net.minecraft.item.crafting.Ingredient@54c15e, net.minecraft.item.crafting.Ingredient@5d38758a, net.minecraft.item.crafting.Ingredient@4acae4c7, net.minecraft.item.crafting.Ingredient@1c7da28, net.minecraft.item.crafting.Ingredient@27bfa57f, net.minecraft.item.crafting.Ingredient@39b50027]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.woolCarpet@4 new recipe: RecipeStage{tier='two', recipe=3xtile.woolCarpet@4:[net.minecraftforge.oredict.OreIngredient@19ca35be, net.minecraftforge.oredict.OreIngredient@7e352db5]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.banner@11 new recipe: RecipeStage{tier='two', recipe=1xtile.banner@11:[net.minecraftforge.oredict.OreIngredient@40c99472, net.minecraftforge.oredict.OreIngredient@3f323529, net.minecraftforge.oredict.OreIngredient@71ad139e, net.minecraftforge.oredict.OreIngredient@245e70ae, net.minecraftforge.oredict.OreIngredient@28b81a53, net.minecraftforge.oredict.OreIngredient@68de910, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1fa53bbc, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.pressurePlateWood@0 new recipe: RecipeStage{tier='two', recipe=1xtile.pressurePlateWood@0:[thebetweenlands.common.recipe.ShapelessOverrideDummyRecipe$OverrideIngredient@cb61468, thebetweenlands.common.recipe.ShapelessOverrideDummyRecipe$OverrideIngredient@7098217e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xitem.doorOak@0 new recipe: RecipeStage{tier='one', recipe=3xitem.doorOak@0:[net.minecraft.item.crafting.Ingredient@621c7b91, net.minecraft.item.crafting.Ingredient@621c7b91, net.minecraft.item.crafting.Ingredient@621c7b91, net.minecraft.item.crafting.Ingredient@621c7b91, net.minecraft.item.crafting.Ingredient@621c7b91, net.minecraft.item.crafting.Ingredient@621c7b91]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.button@0 new recipe: RecipeStage{tier='one', recipe=1xtile.button@0:[thebetweenlands.common.recipe.ShapelessOverrideDummyRecipe$OverrideIngredient@136fe46e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.clayHardenedStained@0 new recipe: RecipeStage{tier='zero', recipe=8xtile.clayHardenedStained@0:[net.minecraft.item.crafting.Ingredient@71d2bc34, net.minecraft.item.crafting.Ingredient@71d2bc34, net.minecraft.item.crafting.Ingredient@71d2bc34, net.minecraft.item.crafting.Ingredient@71d2bc34, net.minecraftforge.oredict.OreIngredient@6220609a, net.minecraft.item.crafting.Ingredient@71d2bc34, net.minecraft.item.crafting.Ingredient@71d2bc34, net.minecraft.item.crafting.Ingredient@71d2bc34, net.minecraft.item.crafting.Ingredient@71d2bc34]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 12xtile.thinStainedGlass@0 new recipe: RecipeStage{tier='two', recipe=12xtile.thinStainedGlass@0:[net.minecraftforge.oredict.OreIngredient@41365288, net.minecraftforge.oredict.OreIngredient@735cee92, net.minecraftforge.oredict.OreIngredient@38b534ca, net.minecraftforge.oredict.OreIngredient@59f0b7f6, net.minecraftforge.oredict.OreIngredient@2a211c52, net.minecraftforge.oredict.OreIngredient@3e9d5ffa]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.stainedGlass@0 new recipe: RecipeStage{tier='two', recipe=8xtile.stainedGlass@0:[net.minecraftforge.oredict.OreIngredient@2f9f2f87, net.minecraftforge.oredict.OreIngredient@738c6285, net.minecraftforge.oredict.OreIngredient@51ed232a, net.minecraftforge.oredict.OreIngredient@55bd462, net.minecraftforge.oredict.OreIngredient@536e2059, net.minecraftforge.oredict.OreIngredient@43e6e8fb, net.minecraftforge.oredict.OreIngredient@7baa77de, net.minecraftforge.oredict.OreIngredient@2089440d, net.minecraftforge.oredict.OreIngredient@247d4ad]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.concretePowder@0 new recipe: RecipeStage{tier='one', recipe=8xtile.concretePowder@0:[net.minecraftforge.oredict.OreIngredient@7612452e, net.minecraft.item.crafting.Ingredient@9930ff6, net.minecraft.item.crafting.Ingredient@5d571179, net.minecraft.item.crafting.Ingredient@12ebfc66, net.minecraft.item.crafting.Ingredient@4a609803, net.minecraft.item.crafting.Ingredient@5b1dd206, net.minecraft.item.crafting.Ingredient@3ea4dcc5, net.minecraft.item.crafting.Ingredient@73611fbb, net.minecraft.item.crafting.Ingredient@3d0f2154]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.woolCarpet@0 new recipe: RecipeStage{tier='two', recipe=3xtile.woolCarpet@0:[net.minecraftforge.oredict.OreIngredient@5e2ec8b5, net.minecraftforge.oredict.OreIngredient@346d5651]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.banner@15 new recipe: RecipeStage{tier='two', recipe=1xtile.banner@15:[net.minecraftforge.oredict.OreIngredient@3aba18ef, net.minecraftforge.oredict.OreIngredient@500a5b34, net.minecraftforge.oredict.OreIngredient@7559707, net.minecraftforge.oredict.OreIngredient@2b8ba953, net.minecraftforge.oredict.OreIngredient@419cb1ad, net.minecraftforge.oredict.OreIngredient@434d9151, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@688bdb90, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.wheat@0 new recipe: RecipeStage{tier='tutorial', recipe=9xitem.wheat@0:[net.minecraft.item.crafting.Ingredient@65b639e1]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xtile.tripWireSource@0 new recipe: RecipeStage{tier='two', recipe=2xtile.tripWireSource@0:[net.minecraftforge.oredict.OreIngredient@1e3c26e3, net.minecraftforge.oredict.OreIngredient@3a89ed50, net.minecraftforge.oredict.OreIngredient@15612449]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.chestTrap@0 new recipe: RecipeStage{tier='three', recipe=1xtile.chestTrap@0:[net.minecraftforge.oredict.OreIngredient@23003a2e, net.minecraft.item.crafting.Ingredient@30be77cd]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.oak_trapdoor@0 new recipe: RecipeStage{tier='one', recipe=6xtile.oak_trapdoor@0:[net.minecraft.item.crafting.Ingredient@61cfc102, net.minecraft.item.crafting.Ingredient@5ae2e982, net.minecraft.item.crafting.Ingredient@4934506, net.minecraft.item.crafting.Ingredient@6ee3edcd, net.minecraft.item.crafting.Ingredient@713bf6c2, net.minecraft.item.crafting.Ingredient@3c58af9e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.minecartTnt@0 new recipe: RecipeStage{tier='three', recipe=1xitem.minecartTnt@0:[net.minecraft.item.crafting.Ingredient@75af5f2a, net.minecraft.item.crafting.Ingredient@adc06b2]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.tnt@0 new recipe: RecipeStage{tier='one', recipe=1xtile.tnt@0:[net.minecraftforge.oredict.OreIngredient@68978310, net.minecraft.item.crafting.Ingredient@3ab7b0f, net.minecraftforge.oredict.OreIngredient@57b21c09, net.minecraft.item.crafting.Ingredient@3ab7b0f, net.minecraftforge.oredict.OreIngredient@25f6d041, net.minecraft.item.crafting.Ingredient@3ab7b0f, net.minecraftforge.oredict.OreIngredient@28d974b0, net.minecraft.item.crafting.Ingredient@3ab7b0f, net.minecraftforge.oredict.OreIngredient@7c02edb8]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.stonebricksmooth@0 new recipe: RecipeStage{tier='two', recipe=4xtile.stonebricksmooth@0:[net.minecraft.item.crafting.Ingredient@3de8e614, net.minecraft.item.crafting.Ingredient@3de8e614, net.minecraft.item.crafting.Ingredient@3de8e614, net.minecraft.item.crafting.Ingredient@3de8e614]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.stairsStone@0 new recipe: RecipeStage{tier='one', recipe=4xtile.stairsStone@0:[net.minecraft.item.crafting.Ingredient@4225b4e2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4225b4e2, net.minecraft.item.crafting.Ingredient@4225b4e2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4225b4e2, net.minecraft.item.crafting.Ingredient@4225b4e2, net.minecraft.item.crafting.Ingredient@4225b4e2]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.shovelStone@0 new recipe: RecipeStage{tier='zero', recipe=1xitem.shovelStone@0:[net.minecraftforge.oredict.OreIngredient@38e75ea8, net.minecraftforge.oredict.OreIngredient@586fe354, net.minecraftforge.oredict.OreIngredient@69ad8b02]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.pressurePlateStone@0 new recipe: RecipeStage{tier='two', recipe=1xtile.pressurePlateStone@0:[thebetweenlands.common.recipe.ShapelessOverrideDummyRecipe$OverrideIngredient@17ae4544, thebetweenlands.common.recipe.ShapelessOverrideDummyRecipe$OverrideIngredient@2e18bedc]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.pickaxeStone@0 new recipe: RecipeStage{tier='zero', recipe=1xitem.pickaxeStone@0:[net.minecraftforge.oredict.OreIngredient@731c34e8, net.minecraftforge.oredict.OreIngredient@766c4412, net.minecraftforge.oredict.OreIngredient@50643282, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@744d1d50, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@66e4cc45, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.hoeStone@0 new recipe: RecipeStage{tier='one', recipe=1xitem.hoeStone@0:[net.minecraftforge.oredict.OreIngredient@72bc485f, net.minecraftforge.oredict.OreIngredient@33d84a8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1f06ae02, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5f40cf43]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.button@0 new recipe: RecipeStage{tier='one', recipe=1xtile.button@0:[thebetweenlands.common.recipe.ShapelessOverrideDummyRecipe$OverrideIngredient@7cff073c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.stairsStoneBrickSmooth@0 new recipe: RecipeStage{tier='two', recipe=4xtile.stairsStoneBrickSmooth@0:[net.minecraft.item.crafting.Ingredient@296b758, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@296b758, net.minecraft.item.crafting.Ingredient@296b758, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@296b758, net.minecraft.item.crafting.Ingredient@296b758, net.minecraft.item.crafting.Ingredient@296b758]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.hatchetStone@0 new recipe: RecipeStage{tier='zero', recipe=1xitem.hatchetStone@0:[net.minecraftforge.oredict.OreIngredient@20d95fdd, net.minecraftforge.oredict.OreIngredient@a85837a, net.minecraftforge.oredict.OreIngredient@53667fbe, net.minecraftforge.oredict.OreIngredient@68a1b32c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2ec3e52]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.pistonStickyBase@0 new recipe: RecipeStage{tier='two', recipe=1xtile.pistonStickyBase@0:[net.minecraftforge.oredict.OreIngredient@24d4e326, net.minecraft.item.crafting.Ingredient@deb0c0e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.stairsWoodSpruce@0 new recipe: RecipeStage{tier='one', recipe=4xtile.stairsWoodSpruce@0:[net.minecraft.item.crafting.Ingredient@14c06f50, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@14c06f50, net.minecraft.item.crafting.Ingredient@14c06f50, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@14c06f50, net.minecraft.item.crafting.Ingredient@14c06f50, net.minecraft.item.crafting.Ingredient@14c06f50]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.spruceFenceGate@0 new recipe: RecipeStage{tier='one', recipe=1xtile.spruceFenceGate@0:[net.minecraft.item.crafting.Ingredient@4bd29a01, net.minecraft.item.crafting.Ingredient@5a4a8a33, net.minecraft.item.crafting.Ingredient@4bd29a01, net.minecraft.item.crafting.Ingredient@4bd29a01, net.minecraft.item.crafting.Ingredient@5a4a8a33, net.minecraft.item.crafting.Ingredient@4bd29a01]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.spruceFence@0 new recipe: RecipeStage{tier='one', recipe=3xtile.spruceFence@0:[net.minecraft.item.crafting.Ingredient@637bf67c, net.minecraft.item.crafting.Ingredient@3207e6de, net.minecraft.item.crafting.Ingredient@637bf67c, net.minecraft.item.crafting.Ingredient@637bf67c, net.minecraft.item.crafting.Ingredient@3207e6de, net.minecraft.item.crafting.Ingredient@637bf67c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xitem.doorSpruce@0 new recipe: RecipeStage{tier='one', recipe=3xitem.doorSpruce@0:[net.minecraft.item.crafting.Ingredient@613aeb51, net.minecraft.item.crafting.Ingredient@613aeb51, net.minecraft.item.crafting.Ingredient@613aeb51, net.minecraft.item.crafting.Ingredient@613aeb51, net.minecraft.item.crafting.Ingredient@613aeb51, net.minecraft.item.crafting.Ingredient@613aeb51]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xitem.spectral_arrow@0 new recipe: RecipeStage{tier='three', recipe=2xitem.spectral_arrow@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@420fb435, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4141a281, net.minecraft.item.crafting.Ingredient@3bc82aa3, net.minecraftforge.oredict.OreIngredient@7ac992bf, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4b8d50b9, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.speckledMelon@0 new recipe: RecipeStage{tier='two', recipe=1xitem.speckledMelon@0:[net.minecraft.item.crafting.Ingredient@37b04a2a, net.minecraft.item.crafting.Ingredient@37b04a2a, net.minecraft.item.crafting.Ingredient@37b04a2a, net.minecraft.item.crafting.Ingredient@37b04a2a, net.minecraft.item.crafting.Ingredient@3b910a4b, net.minecraft.item.crafting.Ingredient@37b04a2a, net.minecraft.item.crafting.Ingredient@37b04a2a, net.minecraft.item.crafting.Ingredient@37b04a2a, net.minecraft.item.crafting.Ingredient@37b04a2a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.snow@0 new recipe: RecipeStage{tier='zero', recipe=6xtile.snow@0:[net.minecraft.item.crafting.Ingredient@5e888fba, net.minecraft.item.crafting.Ingredient@5e888fba, net.minecraft.item.crafting.Ingredient@5e888fba]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.snow@0 new recipe: RecipeStage{tier='tutorial', recipe=1xtile.snow@0:[net.minecraft.item.crafting.Ingredient@35825d43, net.minecraft.item.crafting.Ingredient@35825d43, net.minecraft.item.crafting.Ingredient@35825d43, net.minecraft.item.crafting.Ingredient@35825d43]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.sandStone@2 new recipe: RecipeStage{tier='zero', recipe=4xtile.sandStone@2:[net.minecraft.item.crafting.Ingredient@395ac2e5, net.minecraft.item.crafting.Ingredient@395ac2e5, net.minecraft.item.crafting.Ingredient@395ac2e5, net.minecraft.item.crafting.Ingredient@395ac2e5]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.redSandStone@2 new recipe: RecipeStage{tier='zero', recipe=4xtile.redSandStone@2:[net.minecraft.item.crafting.Ingredient@14cf30b3, net.minecraft.item.crafting.Ingredient@14cf30b3, net.minecraft.item.crafting.Ingredient@14cf30b3, net.minecraft.item.crafting.Ingredient@14cf30b3]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.slimeball@0 new recipe: RecipeStage{tier='zero', recipe=9xitem.slimeball@0:[net.minecraft.item.crafting.Ingredient@4ca6e265]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.slime@0 new recipe: RecipeStage{tier='zero', recipe=1xtile.slime@0:[net.minecraftforge.oredict.OreIngredient@741cfbe1, net.minecraftforge.oredict.OreIngredient@38851a49, net.minecraftforge.oredict.OreIngredient@e6f2b8c, net.minecraftforge.oredict.OreIngredient@2fc6aa60, net.minecraftforge.oredict.OreIngredient@3c169f8a, net.minecraftforge.oredict.OreIngredient@2c519d13, net.minecraftforge.oredict.OreIngredient@5b95e05e, net.minecraftforge.oredict.OreIngredient@411ac4e6, net.minecraftforge.oredict.OreIngredient@4978f980]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xitem.sign@0 new recipe: RecipeStage{tier='zero', recipe=3xitem.sign@0:[net.minecraftforge.oredict.OreIngredient@69614cb9, net.minecraftforge.oredict.OreIngredient@1d82d6db, net.minecraftforge.oredict.OreIngredient@aa80c79, net.minecraftforge.oredict.OreIngredient@4925055, net.minecraftforge.oredict.OreIngredient@6775d0fa, net.minecraftforge.oredict.OreIngredient@6ccaf6c1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@26cbf4e5, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.shield@0 new recipe: RecipeStage{tier='two', recipe=1xitem.shield@0:[net.minecraftforge.oredict.OreIngredient@304d0891, net.minecraftforge.oredict.OreIngredient@79f6fc62, net.minecraftforge.oredict.OreIngredient@42b17163, net.minecraftforge.oredict.OreIngredient@3b24c90c, net.minecraftforge.oredict.OreIngredient@63755779, net.minecraftforge.oredict.OreIngredient@2daeb299, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@645de426, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.shears@0 new recipe: RecipeStage{tier='two', recipe=1xitem.shears@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@79ac3d08, net.minecraftforge.oredict.OreIngredient@302b63db, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.seaLantern@0 new recipe: RecipeStage{tier='zero', recipe=1xtile.seaLantern@0:[net.minecraftforge.oredict.OreIngredient@6849253d, net.minecraftforge.oredict.OreIngredient@633e80c6, net.minecraftforge.oredict.OreIngredient@7b62b5d4, net.minecraftforge.oredict.OreIngredient@103c34d8, net.minecraftforge.oredict.OreIngredient@317d9b2f, net.minecraftforge.oredict.OreIngredient@26d21576, net.minecraftforge.oredict.OreIngredient@4870d86d, net.minecraftforge.oredict.OreIngredient@391baf4f, net.minecraftforge.oredict.OreIngredient@6462efa0]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.stairsSandStone@0 new recipe: RecipeStage{tier='one', recipe=4xtile.stairsSandStone@0:[net.minecraft.item.crafting.Ingredient@71904ea8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@71904ea8, net.minecraft.item.crafting.Ingredient@71904ea8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@71904ea8, net.minecraft.item.crafting.Ingredient@71904ea8, net.minecraft.item.crafting.Ingredient@71904ea8]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.sandStone@0 new recipe: RecipeStage{tier='zero', recipe=1xtile.sandStone@0:[net.minecraft.item.crafting.Ingredient@49825659, net.minecraft.item.crafting.Ingredient@49825659, net.minecraft.item.crafting.Ingredient@49825659, net.minecraft.item.crafting.Ingredient@49825659]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.diode@0 new recipe: RecipeStage{tier='three', recipe=1xitem.diode@0:[net.minecraft.item.crafting.Ingredient@26bd2d7d, net.minecraftforge.oredict.OreIngredient@522d2fff, net.minecraft.item.crafting.Ingredient@26bd2d7d, net.minecraftforge.oredict.OreIngredient@1cd03667, net.minecraftforge.oredict.OreIngredient@78559365, net.minecraftforge.oredict.OreIngredient@bb96c20]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.notGate@0 new recipe: RecipeStage{tier='three', recipe=1xtile.notGate@0:[net.minecraftforge.oredict.OreIngredient@3050f87f, net.minecraftforge.oredict.OreIngredient@2d2e931c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.redstoneLight@0 new recipe: RecipeStage{tier='three', recipe=1xtile.redstoneLight@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7934e367, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@39ac480d, net.minecraftforge.oredict.OreIngredient@e88cc47, net.minecraftforge.oredict.OreIngredient@576708f9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@916f6a9, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.clayHardenedStained@14 new recipe: RecipeStage{tier='zero', recipe=8xtile.clayHardenedStained@14:[net.minecraft.item.crafting.Ingredient@48306567, net.minecraft.item.crafting.Ingredient@48306567, net.minecraft.item.crafting.Ingredient@48306567, net.minecraft.item.crafting.Ingredient@48306567, net.minecraftforge.oredict.OreIngredient@13ee4ed3, net.minecraft.item.crafting.Ingredient@48306567, net.minecraft.item.crafting.Ingredient@48306567, net.minecraft.item.crafting.Ingredient@48306567, net.minecraft.item.crafting.Ingredient@48306567]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 12xtile.thinStainedGlass@14 new recipe: RecipeStage{tier='two', recipe=12xtile.thinStainedGlass@14:[net.minecraftforge.oredict.OreIngredient@49bd143f, net.minecraftforge.oredict.OreIngredient@4d65b82d, net.minecraftforge.oredict.OreIngredient@600d740d, net.minecraftforge.oredict.OreIngredient@1743609, net.minecraftforge.oredict.OreIngredient@2049d6f4, net.minecraftforge.oredict.OreIngredient@408db600]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.stainedGlass@14 new recipe: RecipeStage{tier='two', recipe=8xtile.stainedGlass@14:[net.minecraftforge.oredict.OreIngredient@4b2b1f00, net.minecraftforge.oredict.OreIngredient@6bcfbc12, net.minecraftforge.oredict.OreIngredient@5df29e9, net.minecraftforge.oredict.OreIngredient@284fa2e4, net.minecraftforge.oredict.OreIngredient@3b0f7bf2, net.minecraftforge.oredict.OreIngredient@2db67fad, net.minecraftforge.oredict.OreIngredient@51da9b93, net.minecraftforge.oredict.OreIngredient@4574bce, net.minecraftforge.oredict.OreIngredient@44c7605d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.stairsRedSandStone@0 new recipe: RecipeStage{tier='one', recipe=4xtile.stairsRedSandStone@0:[net.minecraft.item.crafting.Ingredient@5c452e69, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5c452e69, net.minecraft.item.crafting.Ingredient@5c452e69, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5c452e69, net.minecraft.item.crafting.Ingredient@5c452e69, net.minecraft.item.crafting.Ingredient@5c452e69]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.redSandStone@0 new recipe: RecipeStage{tier='zero', recipe=1xtile.redSandStone@0:[net.minecraft.item.crafting.Ingredient@4b3ea082, net.minecraft.item.crafting.Ingredient@4b3ea082, net.minecraft.item.crafting.Ingredient@4b3ea082, net.minecraft.item.crafting.Ingredient@4b3ea082]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.redNetherBrick@0 new recipe: RecipeStage{tier='three', recipe=1xtile.redNetherBrick@0:[net.minecraft.item.crafting.Ingredient@fc9313d, net.minecraft.item.crafting.Ingredient@7c5eb88c, net.minecraft.item.crafting.Ingredient@7c5eb88c, net.minecraft.item.crafting.Ingredient@fc9313d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.concretePowder@14 new recipe: RecipeStage{tier='one', recipe=8xtile.concretePowder@14:[net.minecraftforge.oredict.OreIngredient@5a92247f, net.minecraft.item.crafting.Ingredient@2296926d, net.minecraft.item.crafting.Ingredient@10ef09e3, net.minecraft.item.crafting.Ingredient@776d50d6, net.minecraft.item.crafting.Ingredient@43815bc, net.minecraft.item.crafting.Ingredient@122bfaac, net.minecraft.item.crafting.Ingredient@7ae3591b, net.minecraft.item.crafting.Ingredient@67954d71, net.minecraft.item.crafting.Ingredient@234421ca]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.woolCarpet@14 new recipe: RecipeStage{tier='two', recipe=3xtile.woolCarpet@14:[net.minecraftforge.oredict.OreIngredient@5f113abd, net.minecraftforge.oredict.OreIngredient@612603aa]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.banner@1 new recipe: RecipeStage{tier='two', recipe=1xtile.banner@1:[net.minecraftforge.oredict.OreIngredient@48234a72, net.minecraftforge.oredict.OreIngredient@b0a6a5, net.minecraftforge.oredict.OreIngredient@330b6694, net.minecraftforge.oredict.OreIngredient@2a9d65d9, net.minecraftforge.oredict.OreIngredient@783fda22, net.minecraftforge.oredict.OreIngredient@7dbfde0e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@15e828eb, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.stairsQuartz@0 new recipe: RecipeStage{tier='one', recipe=4xtile.stairsQuartz@0:[net.minecraft.item.crafting.Ingredient@5c3cc103, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5c3cc103, net.minecraft.item.crafting.Ingredient@5c3cc103, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5c3cc103, net.minecraft.item.crafting.Ingredient@5c3cc103, net.minecraft.item.crafting.Ingredient@5c3cc103]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.quartzBlock@0 new recipe: RecipeStage{tier='three', recipe=1xtile.quartzBlock@0:[net.minecraft.item.crafting.Ingredient@21288943, net.minecraft.item.crafting.Ingredient@21288943, net.minecraft.item.crafting.Ingredient@21288943, net.minecraft.item.crafting.Ingredient@21288943]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.stairsPurpur@0 new recipe: RecipeStage{tier='one', recipe=4xtile.stairsPurpur@0:[net.minecraft.item.crafting.Ingredient@24e6bd00, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@24e6bd00, net.minecraft.item.crafting.Ingredient@24e6bd00, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@24e6bd00, net.minecraft.item.crafting.Ingredient@24e6bd00, net.minecraft.item.crafting.Ingredient@24e6bd00]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.purpurSlab@0 new recipe: RecipeStage{tier='four', recipe=6xtile.purpurSlab@0:[net.minecraft.item.crafting.Ingredient@2ab91b65, net.minecraft.item.crafting.Ingredient@2ab91b65, net.minecraft.item.crafting.Ingredient@2ab91b65]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.purpurPillar@0 new recipe: RecipeStage{tier='four', recipe=1xtile.purpurPillar@0:[net.minecraft.item.crafting.Ingredient@7cc8fd4b, net.minecraft.item.crafting.Ingredient@7cc8fd4b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.purpurBlock@0 new recipe: RecipeStage{tier='four', recipe=4xtile.purpurBlock@0:[net.minecraft.item.crafting.Ingredient@410c1f44, net.minecraft.item.crafting.Ingredient@410c1f44, net.minecraft.item.crafting.Ingredient@410c1f44, net.minecraft.item.crafting.Ingredient@410c1f44]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.clayHardenedStained@10 new recipe: RecipeStage{tier='zero', recipe=8xtile.clayHardenedStained@10:[net.minecraft.item.crafting.Ingredient@44f86613, net.minecraft.item.crafting.Ingredient@44f86613, net.minecraft.item.crafting.Ingredient@44f86613, net.minecraft.item.crafting.Ingredient@44f86613, net.minecraftforge.oredict.OreIngredient@1de20593, net.minecraft.item.crafting.Ingredient@44f86613, net.minecraft.item.crafting.Ingredient@44f86613, net.minecraft.item.crafting.Ingredient@44f86613, net.minecraft.item.crafting.Ingredient@44f86613]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 12xtile.thinStainedGlass@10 new recipe: RecipeStage{tier='two', recipe=12xtile.thinStainedGlass@10:[net.minecraftforge.oredict.OreIngredient@18b78d68, net.minecraftforge.oredict.OreIngredient@7d64d6fa, net.minecraftforge.oredict.OreIngredient@182d4720, net.minecraftforge.oredict.OreIngredient@15ee072b, net.minecraftforge.oredict.OreIngredient@31960433, net.minecraftforge.oredict.OreIngredient@6a1ed7fd]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.stainedGlass@10 new recipe: RecipeStage{tier='two', recipe=8xtile.stainedGlass@10:[net.minecraftforge.oredict.OreIngredient@18f889d9, net.minecraftforge.oredict.OreIngredient@7dca12b2, net.minecraftforge.oredict.OreIngredient@7cfc36a4, net.minecraftforge.oredict.OreIngredient@60c1b7f9, net.minecraftforge.oredict.OreIngredient@3c2b4c79, net.minecraftforge.oredict.OreIngredient@115996cc, net.minecraftforge.oredict.OreIngredient@c0dcb55, net.minecraftforge.oredict.OreIngredient@611ecb52, net.minecraftforge.oredict.OreIngredient@7300b8c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.shulkerBoxPurple@0 new recipe: RecipeStage{tier='four', recipe=1xtile.shulkerBoxPurple@0:[net.minecraft.item.crafting.Ingredient@404a7c61, net.minecraftforge.oredict.OreIngredient@5a021250, net.minecraft.item.crafting.Ingredient@404a7c61]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.concretePowder@10 new recipe: RecipeStage{tier='one', recipe=8xtile.concretePowder@10:[net.minecraftforge.oredict.OreIngredient@280f3732, net.minecraft.item.crafting.Ingredient@3ac2772d, net.minecraft.item.crafting.Ingredient@3c380db5, net.minecraft.item.crafting.Ingredient@5df17e60, net.minecraft.item.crafting.Ingredient@f9d7d3f, net.minecraft.item.crafting.Ingredient@264f18fe, net.minecraft.item.crafting.Ingredient@5a66fc27, net.minecraft.item.crafting.Ingredient@cb29b75, net.minecraft.item.crafting.Ingredient@68226b59]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.woolCarpet@10 new recipe: RecipeStage{tier='two', recipe=3xtile.woolCarpet@10:[net.minecraftforge.oredict.OreIngredient@625520f1, net.minecraftforge.oredict.OreIngredient@638aff90]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.banner@5 new recipe: RecipeStage{tier='two', recipe=1xtile.banner@5:[net.minecraftforge.oredict.OreIngredient@e44e7f9, net.minecraftforge.oredict.OreIngredient@7aa5813f, net.minecraftforge.oredict.OreIngredient@6988442, net.minecraftforge.oredict.OreIngredient@6d0dfb7e, net.minecraftforge.oredict.OreIngredient@44dfa209, net.minecraftforge.oredict.OreIngredient@12a56fd4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@505d4356, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xitem.seeds_pumpkin@0 new recipe: RecipeStage{tier='zero', recipe=4xitem.seeds_pumpkin@0:[net.minecraft.item.crafting.Ingredient@6000ca67]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.prismarine@1 new recipe: RecipeStage{tier='zero', recipe=1xtile.prismarine@1:[net.minecraftforge.oredict.OreIngredient@6b7fbb9a, net.minecraftforge.oredict.OreIngredient@529da2ee, net.minecraftforge.oredict.OreIngredient@68601c18, net.minecraftforge.oredict.OreIngredient@7656fde8, net.minecraftforge.oredict.OreIngredient@60632bd3, net.minecraftforge.oredict.OreIngredient@5f567fe3, net.minecraftforge.oredict.OreIngredient@373e38cd, net.minecraftforge.oredict.OreIngredient@76c63a7f, net.minecraftforge.oredict.OreIngredient@f82bac7]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.prismarine@0 new recipe: RecipeStage{tier='zero', recipe=1xtile.prismarine@0:[net.minecraftforge.oredict.OreIngredient@634775b3, net.minecraftforge.oredict.OreIngredient@2579d146, net.minecraftforge.oredict.OreIngredient@622b1254, net.minecraftforge.oredict.OreIngredient@7865d854]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.stone@2 new recipe: RecipeStage{tier='zero', recipe=4xtile.stone@2:[net.minecraftforge.oredict.OreIngredient@20d7c006, net.minecraftforge.oredict.OreIngredient@4b4fc6bb, net.minecraftforge.oredict.OreIngredient@714cd434, net.minecraftforge.oredict.OreIngredient@273d0531]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.stone@4 new recipe: RecipeStage{tier='zero', recipe=4xtile.stone@4:[net.minecraftforge.oredict.OreIngredient@39f43620, net.minecraftforge.oredict.OreIngredient@c3b45bb, net.minecraftforge.oredict.OreIngredient@1bc1dd7c, net.minecraftforge.oredict.OreIngredient@549a47b8]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.stone@6 new recipe: RecipeStage{tier='zero', recipe=4xtile.stone@6:[net.minecraftforge.oredict.OreIngredient@4cc73e3d, net.minecraftforge.oredict.OreIngredient@1a07bc83, net.minecraftforge.oredict.OreIngredient@f38b882, net.minecraftforge.oredict.OreIngredient@919895a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.clayHardenedStained@6 new recipe: RecipeStage{tier='zero', recipe=8xtile.clayHardenedStained@6:[net.minecraft.item.crafting.Ingredient@57642552, net.minecraft.item.crafting.Ingredient@57642552, net.minecraft.item.crafting.Ingredient@57642552, net.minecraft.item.crafting.Ingredient@57642552, net.minecraftforge.oredict.OreIngredient@18ec7663, net.minecraft.item.crafting.Ingredient@57642552, net.minecraft.item.crafting.Ingredient@57642552, net.minecraft.item.crafting.Ingredient@57642552, net.minecraft.item.crafting.Ingredient@57642552]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 12xtile.thinStainedGlass@6 new recipe: RecipeStage{tier='two', recipe=12xtile.thinStainedGlass@6:[net.minecraftforge.oredict.OreIngredient@5373ea0c, net.minecraftforge.oredict.OreIngredient@1aaa47e5, net.minecraftforge.oredict.OreIngredient@712055b4, net.minecraftforge.oredict.OreIngredient@a846a9d, net.minecraftforge.oredict.OreIngredient@46ebd24b, net.minecraftforge.oredict.OreIngredient@eb6301c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.stainedGlass@6 new recipe: RecipeStage{tier='two', recipe=8xtile.stainedGlass@6:[net.minecraftforge.oredict.OreIngredient@7d48498b, net.minecraftforge.oredict.OreIngredient@5431143d, net.minecraftforge.oredict.OreIngredient@4cd0fd7a, net.minecraftforge.oredict.OreIngredient@7359122c, net.minecraftforge.oredict.OreIngredient@4c6219dd, net.minecraftforge.oredict.OreIngredient@10ae6c90, net.minecraftforge.oredict.OreIngredient@5b5e68d2, net.minecraftforge.oredict.OreIngredient@60add9e7, net.minecraftforge.oredict.OreIngredient@3cdd88de]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.concretePowder@6 new recipe: RecipeStage{tier='one', recipe=8xtile.concretePowder@6:[net.minecraftforge.oredict.OreIngredient@7928cf03, net.minecraft.item.crafting.Ingredient@69173bb7, net.minecraft.item.crafting.Ingredient@5d0ea2af, net.minecraft.item.crafting.Ingredient@7fec354, net.minecraft.item.crafting.Ingredient@1828eff, net.minecraft.item.crafting.Ingredient@5118c7fb, net.minecraft.item.crafting.Ingredient@792b0cad, net.minecraft.item.crafting.Ingredient@8be84bf, net.minecraft.item.crafting.Ingredient@1d5e0621]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.woolCarpet@6 new recipe: RecipeStage{tier='two', recipe=3xtile.woolCarpet@6:[net.minecraftforge.oredict.OreIngredient@29e33380, net.minecraftforge.oredict.OreIngredient@53246af4]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.banner@9 new recipe: RecipeStage{tier='two', recipe=1xtile.banner@9:[net.minecraftforge.oredict.OreIngredient@57bba7bb, net.minecraftforge.oredict.OreIngredient@652a1dca, net.minecraftforge.oredict.OreIngredient@72549f83, net.minecraftforge.oredict.OreIngredient@468f0f91, net.minecraftforge.oredict.OreIngredient@4c83ee84, net.minecraftforge.oredict.OreIngredient@79f26e93, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2f8c5ea9, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xtile.quartzBlock@2 new recipe: RecipeStage{tier='three', recipe=2xtile.quartzBlock@2:[net.minecraft.item.crafting.Ingredient@794daa09, net.minecraft.item.crafting.Ingredient@794daa09]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.painting@0 new recipe: RecipeStage{tier='two', recipe=1xitem.painting@0:[net.minecraftforge.oredict.OreIngredient@65bd16bb, net.minecraftforge.oredict.OreIngredient@7d9eee1d, net.minecraftforge.oredict.OreIngredient@17304176, net.minecraftforge.oredict.OreIngredient@743a7e41, net.minecraft.item.crafting.Ingredient@766534b0, net.minecraftforge.oredict.OreIngredient@793fb6b3, net.minecraftforge.oredict.OreIngredient@735b518f, net.minecraftforge.oredict.OreIngredient@66758563, net.minecraftforge.oredict.OreIngredient@411a279a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.clayHardenedStained@1 new recipe: RecipeStage{tier='zero', recipe=8xtile.clayHardenedStained@1:[net.minecraft.item.crafting.Ingredient@11bac6d7, net.minecraft.item.crafting.Ingredient@11bac6d7, net.minecraft.item.crafting.Ingredient@11bac6d7, net.minecraft.item.crafting.Ingredient@11bac6d7, net.minecraftforge.oredict.OreIngredient@26feb343, net.minecraft.item.crafting.Ingredient@11bac6d7, net.minecraft.item.crafting.Ingredient@11bac6d7, net.minecraft.item.crafting.Ingredient@11bac6d7, net.minecraft.item.crafting.Ingredient@11bac6d7]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 12xtile.thinStainedGlass@1 new recipe: RecipeStage{tier='two', recipe=12xtile.thinStainedGlass@1:[net.minecraftforge.oredict.OreIngredient@364876f1, net.minecraftforge.oredict.OreIngredient@576496b7, net.minecraftforge.oredict.OreIngredient@68587216, net.minecraftforge.oredict.OreIngredient@3b6fa0f5, net.minecraftforge.oredict.OreIngredient@4ee5b697, net.minecraftforge.oredict.OreIngredient@3d4750d2]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.stainedGlass@1 new recipe: RecipeStage{tier='two', recipe=8xtile.stainedGlass@1:[net.minecraftforge.oredict.OreIngredient@16a44dae, net.minecraftforge.oredict.OreIngredient@500a3f87, net.minecraftforge.oredict.OreIngredient@33b86a1f, net.minecraftforge.oredict.OreIngredient@34fe7d7a, net.minecraftforge.oredict.OreIngredient@838f76, net.minecraftforge.oredict.OreIngredient@1746ee6, net.minecraftforge.oredict.OreIngredient@71ec0445, net.minecraftforge.oredict.OreIngredient@363ea2af, net.minecraftforge.oredict.OreIngredient@2a5a6321]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.concretePowder@1 new recipe: RecipeStage{tier='one', recipe=8xtile.concretePowder@1:[net.minecraftforge.oredict.OreIngredient@5acc2ae5, net.minecraft.item.crafting.Ingredient@685280dd, net.minecraft.item.crafting.Ingredient@56957f08, net.minecraft.item.crafting.Ingredient@5b0fc8c2, net.minecraft.item.crafting.Ingredient@2140582, net.minecraft.item.crafting.Ingredient@7ebc2975, net.minecraft.item.crafting.Ingredient@32c7495, net.minecraft.item.crafting.Ingredient@2640f5ea, net.minecraft.item.crafting.Ingredient@45accb5]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.woolCarpet@1 new recipe: RecipeStage{tier='two', recipe=3xtile.woolCarpet@1:[net.minecraftforge.oredict.OreIngredient@23f619f6, net.minecraftforge.oredict.OreIngredient@728293e1]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.banner@14 new recipe: RecipeStage{tier='two', recipe=1xtile.banner@14:[net.minecraftforge.oredict.OreIngredient@6a7fa07, net.minecraftforge.oredict.OreIngredient@5416a2ed, net.minecraftforge.oredict.OreIngredient@6aa3dc77, net.minecraftforge.oredict.OreIngredient@31947c30, net.minecraftforge.oredict.OreIngredient@8dacfc7, net.minecraftforge.oredict.OreIngredient@693a05fb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1d8e3ccf, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.observer@0 new recipe: RecipeStage{tier='three', recipe=1xtile.observer@0:[net.minecraftforge.oredict.OreIngredient@f69b6b2, net.minecraftforge.oredict.OreIngredient@5113f46f, net.minecraftforge.oredict.OreIngredient@683f366b, net.minecraftforge.oredict.OreIngredient@43b17e7, net.minecraftforge.oredict.OreIngredient@4625edf4, net.minecraft.item.crafting.Ingredient@3a44ebd5, net.minecraftforge.oredict.OreIngredient@85bc9d3, net.minecraftforge.oredict.OreIngredient@19462add, net.minecraftforge.oredict.OreIngredient@451e923d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.stairsWood@0 new recipe: RecipeStage{tier='one', recipe=4xtile.stairsWood@0:[net.minecraft.item.crafting.Ingredient@3d5a6849, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3d5a6849, net.minecraft.item.crafting.Ingredient@3d5a6849, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3d5a6849, net.minecraft.item.crafting.Ingredient@3d5a6849, net.minecraft.item.crafting.Ingredient@3d5a6849]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.musicBlock@0 new recipe: RecipeStage{tier='three', recipe=1xtile.musicBlock@0:[net.minecraftforge.oredict.OreIngredient@2cbd9d27, net.minecraftforge.oredict.OreIngredient@7a7ecc32, net.minecraftforge.oredict.OreIngredient@52c61162, net.minecraftforge.oredict.OreIngredient@63f8fe7d, net.minecraftforge.oredict.OreIngredient@23ec0380, net.minecraftforge.oredict.OreIngredient@2f7f4493, net.minecraftforge.oredict.OreIngredient@4dd01d1f, net.minecraftforge.oredict.OreIngredient@697f09ce, net.minecraftforge.oredict.OreIngredient@2acce762]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.netherWartBlock@0 new recipe: RecipeStage{tier='three', recipe=1xtile.netherWartBlock@0:[net.minecraft.item.crafting.Ingredient@434c179e, net.minecraft.item.crafting.Ingredient@434c179e, net.minecraft.item.crafting.Ingredient@434c179e, net.minecraft.item.crafting.Ingredient@434c179e, net.minecraft.item.crafting.Ingredient@434c179e, net.minecraft.item.crafting.Ingredient@434c179e, net.minecraft.item.crafting.Ingredient@434c179e, net.minecraft.item.crafting.Ingredient@434c179e, net.minecraft.item.crafting.Ingredient@434c179e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.stairsNetherBrick@0 new recipe: RecipeStage{tier='one', recipe=4xtile.stairsNetherBrick@0:[net.minecraft.item.crafting.Ingredient@388a6656, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@388a6656, net.minecraft.item.crafting.Ingredient@388a6656, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@388a6656, net.minecraft.item.crafting.Ingredient@388a6656, net.minecraft.item.crafting.Ingredient@388a6656]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.stoneSlab@6 new recipe: RecipeStage{tier='three', recipe=6xtile.stoneSlab@6:[net.minecraft.item.crafting.Ingredient@4487dce, net.minecraft.item.crafting.Ingredient@4487dce, net.minecraft.item.crafting.Ingredient@4487dce]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.netherFence@0 new recipe: RecipeStage{tier='one', recipe=6xtile.netherFence@0:[net.minecraft.item.crafting.Ingredient@712a5de4, net.minecraft.item.crafting.Ingredient@712a5de4, net.minecraft.item.crafting.Ingredient@712a5de4, net.minecraft.item.crafting.Ingredient@712a5de4, net.minecraft.item.crafting.Ingredient@712a5de4, net.minecraft.item.crafting.Ingredient@712a5de4]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.netherBrick@0 new recipe: RecipeStage{tier='three', recipe=1xtile.netherBrick@0:[net.minecraft.item.crafting.Ingredient@6a4ba6f4, net.minecraft.item.crafting.Ingredient@6a4ba6f4, net.minecraft.item.crafting.Ingredient@6a4ba6f4, net.minecraft.item.crafting.Ingredient@6a4ba6f4]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.stonebricksmooth@1 new recipe: RecipeStage{tier='two', recipe=1xtile.stonebricksmooth@1:[net.minecraft.item.crafting.Ingredient@e9fa0ea, net.minecraft.item.crafting.Ingredient@1c619a77]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.cobbleWall@1 new recipe: RecipeStage{tier='zero', recipe=6xtile.cobbleWall@1:[net.minecraft.item.crafting.Ingredient@27a57c66, net.minecraft.item.crafting.Ingredient@27a57c66, net.minecraft.item.crafting.Ingredient@27a57c66, net.minecraft.item.crafting.Ingredient@27a57c66, net.minecraft.item.crafting.Ingredient@27a57c66, net.minecraft.item.crafting.Ingredient@27a57c66]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.stoneMoss@0 new recipe: RecipeStage{tier='zero', recipe=1xtile.stoneMoss@0:[net.minecraftforge.oredict.OreIngredient@7fc27574, net.minecraft.item.crafting.Ingredient@3c511385]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.minecart@0 new recipe: RecipeStage{tier='three', recipe=1xitem.minecart@0:[net.minecraftforge.oredict.OreIngredient@3237b776, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2317f987, net.minecraftforge.oredict.OreIngredient@6e2dfd70, net.minecraftforge.oredict.OreIngredient@2a85c14, net.minecraftforge.oredict.OreIngredient@dabd730]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.seeds_melon@0 new recipe: RecipeStage{tier='zero', recipe=1xitem.seeds_melon@0:[net.minecraft.item.crafting.Ingredient@77f2807f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.melon@0 new recipe: RecipeStage{tier='tutorial', recipe=1xtile.melon@0:[net.minecraft.item.crafting.Ingredient@57421698, net.minecraft.item.crafting.Ingredient@57421698, net.minecraft.item.crafting.Ingredient@57421698, net.minecraft.item.crafting.Ingredient@57421698, net.minecraft.item.crafting.Ingredient@57421698, net.minecraft.item.crafting.Ingredient@57421698, net.minecraft.item.crafting.Ingredient@57421698, net.minecraft.item.crafting.Ingredient@57421698, net.minecraft.item.crafting.Ingredient@57421698]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.magmaCream@0 new recipe: RecipeStage{tier='three', recipe=1xitem.magmaCream@0:[net.minecraft.item.crafting.Ingredient@53425450, net.minecraftforge.oredict.OreIngredient@68b2a0c3]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.magma@0 new recipe: RecipeStage{tier='three', recipe=1xtile.magma@0:[net.minecraft.item.crafting.Ingredient@228c854f, net.minecraft.item.crafting.Ingredient@228c854f, net.minecraft.item.crafting.Ingredient@228c854f, net.minecraft.item.crafting.Ingredient@228c854f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.clayHardenedStained@2 new recipe: RecipeStage{tier='zero', recipe=8xtile.clayHardenedStained@2:[net.minecraft.item.crafting.Ingredient@f55ecec, net.minecraft.item.crafting.Ingredient@f55ecec, net.minecraft.item.crafting.Ingredient@f55ecec, net.minecraft.item.crafting.Ingredient@f55ecec, net.minecraftforge.oredict.OreIngredient@761feb18, net.minecraft.item.crafting.Ingredient@f55ecec, net.minecraft.item.crafting.Ingredient@f55ecec, net.minecraft.item.crafting.Ingredient@f55ecec, net.minecraft.item.crafting.Ingredient@f55ecec]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 12xtile.thinStainedGlass@2 new recipe: RecipeStage{tier='two', recipe=12xtile.thinStainedGlass@2:[net.minecraftforge.oredict.OreIngredient@bd6e9a0, net.minecraftforge.oredict.OreIngredient@5c9459cd, net.minecraftforge.oredict.OreIngredient@ee221f3, net.minecraftforge.oredict.OreIngredient@72c4c1c, net.minecraftforge.oredict.OreIngredient@3b0b2eb0, net.minecraftforge.oredict.OreIngredient@45af422d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.stainedGlass@2 new recipe: RecipeStage{tier='two', recipe=8xtile.stainedGlass@2:[net.minecraftforge.oredict.OreIngredient@5a5d0ed2, net.minecraftforge.oredict.OreIngredient@3ff4f529, net.minecraftforge.oredict.OreIngredient@5de822c9, net.minecraftforge.oredict.OreIngredient@62e9bd73, net.minecraftforge.oredict.OreIngredient@50f01462, net.minecraftforge.oredict.OreIngredient@4835eee8, net.minecraftforge.oredict.OreIngredient@54d7734d, net.minecraftforge.oredict.OreIngredient@7b7a5e81, net.minecraftforge.oredict.OreIngredient@2b791688]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.concretePowder@2 new recipe: RecipeStage{tier='one', recipe=8xtile.concretePowder@2:[net.minecraftforge.oredict.OreIngredient@cb0f47b, net.minecraft.item.crafting.Ingredient@2c855eb7, net.minecraft.item.crafting.Ingredient@3a6ae0f0, net.minecraft.item.crafting.Ingredient@7854f2a2, net.minecraft.item.crafting.Ingredient@72f86029, net.minecraft.item.crafting.Ingredient@740ef827, net.minecraft.item.crafting.Ingredient@198eeb36, net.minecraft.item.crafting.Ingredient@4690cb47, net.minecraft.item.crafting.Ingredient@77d80294]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.woolCarpet@2 new recipe: RecipeStage{tier='two', recipe=3xtile.woolCarpet@2:[net.minecraftforge.oredict.OreIngredient@1a44be1c, net.minecraftforge.oredict.OreIngredient@4764885e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.banner@13 new recipe: RecipeStage{tier='two', recipe=1xtile.banner@13:[net.minecraftforge.oredict.OreIngredient@3ab5b777, net.minecraftforge.oredict.OreIngredient@3d4047e2, net.minecraftforge.oredict.OreIngredient@5f867298, net.minecraftforge.oredict.OreIngredient@5a8c0769, net.minecraftforge.oredict.OreIngredient@4d951d40, net.minecraftforge.oredict.OreIngredient@72d52c47, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1e2b9237, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.litpumpkin@0 new recipe: RecipeStage{tier='one', recipe=1xtile.litpumpkin@0:[net.minecraft.item.crafting.Ingredient@3a3fc789, net.minecraft.item.crafting.Ingredient@2fad7002]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.clayHardenedStained@5 new recipe: RecipeStage{tier='zero', recipe=8xtile.clayHardenedStained@5:[net.minecraft.item.crafting.Ingredient@165634aa, net.minecraft.item.crafting.Ingredient@165634aa, net.minecraft.item.crafting.Ingredient@165634aa, net.minecraft.item.crafting.Ingredient@165634aa, net.minecraftforge.oredict.OreIngredient@1ad0a479, net.minecraft.item.crafting.Ingredient@165634aa, net.minecraft.item.crafting.Ingredient@165634aa, net.minecraft.item.crafting.Ingredient@165634aa, net.minecraft.item.crafting.Ingredient@165634aa]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 12xtile.thinStainedGlass@5 new recipe: RecipeStage{tier='two', recipe=12xtile.thinStainedGlass@5:[net.minecraftforge.oredict.OreIngredient@5828273e, net.minecraftforge.oredict.OreIngredient@4fd79d26, net.minecraftforge.oredict.OreIngredient@6e3227a6, net.minecraftforge.oredict.OreIngredient@71deb575, net.minecraftforge.oredict.OreIngredient@68567da7, net.minecraftforge.oredict.OreIngredient@1b9bf326]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.stainedGlass@5 new recipe: RecipeStage{tier='two', recipe=8xtile.stainedGlass@5:[net.minecraftforge.oredict.OreIngredient@646be8e4, net.minecraftforge.oredict.OreIngredient@609a9c01, net.minecraftforge.oredict.OreIngredient@3b7a6ef0, net.minecraftforge.oredict.OreIngredient@7fbca87a, net.minecraftforge.oredict.OreIngredient@442b53a1, net.minecraftforge.oredict.OreIngredient@70e5b5b1, net.minecraftforge.oredict.OreIngredient@180048b3, net.minecraftforge.oredict.OreIngredient@2e5ccb1, net.minecraftforge.oredict.OreIngredient@1c4d2117]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.concretePowder@5 new recipe: RecipeStage{tier='one', recipe=8xtile.concretePowder@5:[net.minecraftforge.oredict.OreIngredient@772b05cf, net.minecraft.item.crafting.Ingredient@4d343793, net.minecraft.item.crafting.Ingredient@57a259c1, net.minecraft.item.crafting.Ingredient@1427827f, net.minecraft.item.crafting.Ingredient@27015621, net.minecraft.item.crafting.Ingredient@4b6575fd, net.minecraft.item.crafting.Ingredient@ecc5101, net.minecraft.item.crafting.Ingredient@26501edd, net.minecraft.item.crafting.Ingredient@bcde468]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.woolCarpet@5 new recipe: RecipeStage{tier='two', recipe=3xtile.woolCarpet@5:[net.minecraftforge.oredict.OreIngredient@21bc7a4, net.minecraftforge.oredict.OreIngredient@1787032]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.banner@10 new recipe: RecipeStage{tier='two', recipe=1xtile.banner@10:[net.minecraftforge.oredict.OreIngredient@332c5085, net.minecraftforge.oredict.OreIngredient@64d13fe5, net.minecraftforge.oredict.OreIngredient@6cd3fae1, net.minecraftforge.oredict.OreIngredient@391c26d5, net.minecraftforge.oredict.OreIngredient@6865f10b, net.minecraftforge.oredict.OreIngredient@526d5f5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@76d13342, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.clayHardenedStained@8 new recipe: RecipeStage{tier='zero', recipe=8xtile.clayHardenedStained@8:[net.minecraft.item.crafting.Ingredient@b94c22d, net.minecraft.item.crafting.Ingredient@b94c22d, net.minecraft.item.crafting.Ingredient@b94c22d, net.minecraft.item.crafting.Ingredient@b94c22d, net.minecraftforge.oredict.OreIngredient@17d82ad9, net.minecraft.item.crafting.Ingredient@b94c22d, net.minecraft.item.crafting.Ingredient@b94c22d, net.minecraft.item.crafting.Ingredient@b94c22d, net.minecraft.item.crafting.Ingredient@b94c22d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 12xtile.thinStainedGlass@8 new recipe: RecipeStage{tier='two', recipe=12xtile.thinStainedGlass@8:[net.minecraftforge.oredict.OreIngredient@30b39467, net.minecraftforge.oredict.OreIngredient@734b682c, net.minecraftforge.oredict.OreIngredient@6cc2fa74, net.minecraftforge.oredict.OreIngredient@3a1a8bd7, net.minecraftforge.oredict.OreIngredient@1626205f, net.minecraftforge.oredict.OreIngredient@3e8430bf]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.stainedGlass@8 new recipe: RecipeStage{tier='two', recipe=8xtile.stainedGlass@8:[net.minecraftforge.oredict.OreIngredient@456e7c41, net.minecraftforge.oredict.OreIngredient@2b441308, net.minecraftforge.oredict.OreIngredient@cc7fae7, net.minecraftforge.oredict.OreIngredient@13d93208, net.minecraftforge.oredict.OreIngredient@25e3c846, net.minecraftforge.oredict.OreIngredient@2eb453a1, net.minecraftforge.oredict.OreIngredient@1d978452, net.minecraftforge.oredict.OreIngredient@4704bc9a, net.minecraftforge.oredict.OreIngredient@7c1efdc4]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.concretePowder@8 new recipe: RecipeStage{tier='one', recipe=8xtile.concretePowder@8:[net.minecraftforge.oredict.OreIngredient@3c3c5eb7, net.minecraft.item.crafting.Ingredient@53f67af6, net.minecraft.item.crafting.Ingredient@5a85f41b, net.minecraft.item.crafting.Ingredient@35abfeba, net.minecraft.item.crafting.Ingredient@7b031f53, net.minecraft.item.crafting.Ingredient@1b42eb0f, net.minecraft.item.crafting.Ingredient@6e92f150, net.minecraft.item.crafting.Ingredient@4268c16, net.minecraft.item.crafting.Ingredient@673ce246]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.woolCarpet@8 new recipe: RecipeStage{tier='two', recipe=3xtile.woolCarpet@8:[net.minecraftforge.oredict.OreIngredient@6286fcde, net.minecraftforge.oredict.OreIngredient@6ecebe57]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.banner@7 new recipe: RecipeStage{tier='two', recipe=1xtile.banner@7:[net.minecraftforge.oredict.OreIngredient@d7314be, net.minecraftforge.oredict.OreIngredient@6fca669c, net.minecraftforge.oredict.OreIngredient@7cb8e0c0, net.minecraftforge.oredict.OreIngredient@3c7be288, net.minecraftforge.oredict.OreIngredient@2938c75d, net.minecraftforge.oredict.OreIngredient@157aba60, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2e7ff6ef, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.clayHardenedStained@3 new recipe: RecipeStage{tier='zero', recipe=8xtile.clayHardenedStained@3:[net.minecraft.item.crafting.Ingredient@19f007c4, net.minecraft.item.crafting.Ingredient@19f007c4, net.minecraft.item.crafting.Ingredient@19f007c4, net.minecraft.item.crafting.Ingredient@19f007c4, net.minecraftforge.oredict.OreIngredient@62771d5f, net.minecraft.item.crafting.Ingredient@19f007c4, net.minecraft.item.crafting.Ingredient@19f007c4, net.minecraft.item.crafting.Ingredient@19f007c4, net.minecraft.item.crafting.Ingredient@19f007c4]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 12xtile.thinStainedGlass@3 new recipe: RecipeStage{tier='two', recipe=12xtile.thinStainedGlass@3:[net.minecraftforge.oredict.OreIngredient@336e4770, net.minecraftforge.oredict.OreIngredient@6739ac79, net.minecraftforge.oredict.OreIngredient@352352e2, net.minecraftforge.oredict.OreIngredient@6fe43cfc, net.minecraftforge.oredict.OreIngredient@2ef0b3b7, net.minecraftforge.oredict.OreIngredient@4809874]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.stainedGlass@3 new recipe: RecipeStage{tier='two', recipe=8xtile.stainedGlass@3:[net.minecraftforge.oredict.OreIngredient@2b9b7e44, net.minecraftforge.oredict.OreIngredient@6556a417, net.minecraftforge.oredict.OreIngredient@4e10de01, net.minecraftforge.oredict.OreIngredient@4ed3bc8f, net.minecraftforge.oredict.OreIngredient@3e4a824f, net.minecraftforge.oredict.OreIngredient@6e6cff8d, net.minecraftforge.oredict.OreIngredient@26c4d497, net.minecraftforge.oredict.OreIngredient@75203304, net.minecraftforge.oredict.OreIngredient@1f929f15]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.concretePowder@3 new recipe: RecipeStage{tier='one', recipe=8xtile.concretePowder@3:[net.minecraftforge.oredict.OreIngredient@62a73c0d, net.minecraft.item.crafting.Ingredient@7b2a6ed3, net.minecraft.item.crafting.Ingredient@28993a77, net.minecraft.item.crafting.Ingredient@2c6b36d7, net.minecraft.item.crafting.Ingredient@3f1485c3, net.minecraft.item.crafting.Ingredient@17e03804, net.minecraft.item.crafting.Ingredient@764bf20d, net.minecraft.item.crafting.Ingredient@363bf9d, net.minecraft.item.crafting.Ingredient@184218af]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.woolCarpet@3 new recipe: RecipeStage{tier='two', recipe=3xtile.woolCarpet@3:[net.minecraftforge.oredict.OreIngredient@69c67d7b, net.minecraftforge.oredict.OreIngredient@2358d7dd]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.banner@12 new recipe: RecipeStage{tier='two', recipe=1xtile.banner@12:[net.minecraftforge.oredict.OreIngredient@4d34d517, net.minecraftforge.oredict.OreIngredient@21f9ad1c, net.minecraftforge.oredict.OreIngredient@4b1db304, net.minecraftforge.oredict.OreIngredient@683844b2, net.minecraftforge.oredict.OreIngredient@34fb8cf, net.minecraftforge.oredict.OreIngredient@6fb274f7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@49117f96, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.lever@0 new recipe: RecipeStage{tier='two', recipe=1xtile.lever@0:[net.minecraftforge.oredict.OreIngredient@63a6afd2, net.minecraftforge.oredict.OreIngredient@1dd1eaa9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.stairsWoodJungle@0 new recipe: RecipeStage{tier='one', recipe=4xtile.stairsWoodJungle@0:[net.minecraft.item.crafting.Ingredient@529a2d6f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@529a2d6f, net.minecraft.item.crafting.Ingredient@529a2d6f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@529a2d6f, net.minecraft.item.crafting.Ingredient@529a2d6f, net.minecraft.item.crafting.Ingredient@529a2d6f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.jungleFenceGate@0 new recipe: RecipeStage{tier='one', recipe=1xtile.jungleFenceGate@0:[net.minecraft.item.crafting.Ingredient@9588bd8, net.minecraft.item.crafting.Ingredient@75edfe9a, net.minecraft.item.crafting.Ingredient@9588bd8, net.minecraft.item.crafting.Ingredient@9588bd8, net.minecraft.item.crafting.Ingredient@75edfe9a, net.minecraft.item.crafting.Ingredient@9588bd8]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.jungleFence@0 new recipe: RecipeStage{tier='one', recipe=3xtile.jungleFence@0:[net.minecraft.item.crafting.Ingredient@5fe5f2f0, net.minecraft.item.crafting.Ingredient@7138e064, net.minecraft.item.crafting.Ingredient@5fe5f2f0, net.minecraft.item.crafting.Ingredient@5fe5f2f0, net.minecraft.item.crafting.Ingredient@7138e064, net.minecraft.item.crafting.Ingredient@5fe5f2f0]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xitem.doorJungle@0 new recipe: RecipeStage{tier='one', recipe=3xitem.doorJungle@0:[net.minecraft.item.crafting.Ingredient@e7c3ba2, net.minecraft.item.crafting.Ingredient@e7c3ba2, net.minecraft.item.crafting.Ingredient@e7c3ba2, net.minecraft.item.crafting.Ingredient@e7c3ba2, net.minecraft.item.crafting.Ingredient@e7c3ba2, net.minecraft.item.crafting.Ingredient@e7c3ba2]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ironTrapdoor@0 new recipe: RecipeStage{tier='two', recipe=1xtile.ironTrapdoor@0:[net.minecraftforge.oredict.OreIngredient@49d620e7, net.minecraftforge.oredict.OreIngredient@6c97993c, net.minecraftforge.oredict.OreIngredient@2168250e, net.minecraftforge.oredict.OreIngredient@139d13a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xitem.doorIron@0 new recipe: RecipeStage{tier='two', recipe=3xitem.doorIron@0:[net.minecraftforge.oredict.OreIngredient@4de66cd, net.minecraftforge.oredict.OreIngredient@710f9c1e, net.minecraftforge.oredict.OreIngredient@6dc3f014, net.minecraftforge.oredict.OreIngredient@44cf220d, net.minecraftforge.oredict.OreIngredient@33d0cc57, net.minecraftforge.oredict.OreIngredient@3eb2595f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.minecartHopper@0 new recipe: RecipeStage{tier='three', recipe=1xitem.minecartHopper@0:[net.minecraft.item.crafting.Ingredient@7685912e, net.minecraft.item.crafting.Ingredient@3ea3b20d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.hayBlock@0 new recipe: RecipeStage{tier='zero', recipe=1xtile.hayBlock@0:[net.minecraft.item.crafting.Ingredient@323fa578, net.minecraft.item.crafting.Ingredient@323fa578, net.minecraft.item.crafting.Ingredient@323fa578, net.minecraft.item.crafting.Ingredient@323fa578, net.minecraft.item.crafting.Ingredient@323fa578, net.minecraft.item.crafting.Ingredient@323fa578, net.minecraft.item.crafting.Ingredient@323fa578, net.minecraft.item.crafting.Ingredient@323fa578, net.minecraft.item.crafting.Ingredient@323fa578]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.clayHardenedStained@13 new recipe: RecipeStage{tier='zero', recipe=8xtile.clayHardenedStained@13:[net.minecraft.item.crafting.Ingredient@7a2d676e, net.minecraft.item.crafting.Ingredient@7a2d676e, net.minecraft.item.crafting.Ingredient@7a2d676e, net.minecraft.item.crafting.Ingredient@7a2d676e, net.minecraftforge.oredict.OreIngredient@7a6e5034, net.minecraft.item.crafting.Ingredient@7a2d676e, net.minecraft.item.crafting.Ingredient@7a2d676e, net.minecraft.item.crafting.Ingredient@7a2d676e, net.minecraft.item.crafting.Ingredient@7a2d676e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 12xtile.thinStainedGlass@13 new recipe: RecipeStage{tier='two', recipe=12xtile.thinStainedGlass@13:[net.minecraftforge.oredict.OreIngredient@38790c01, net.minecraftforge.oredict.OreIngredient@629517c4, net.minecraftforge.oredict.OreIngredient@18745013, net.minecraftforge.oredict.OreIngredient@10134cd9, net.minecraftforge.oredict.OreIngredient@607a43de, net.minecraftforge.oredict.OreIngredient@2a9b4322]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.stainedGlass@13 new recipe: RecipeStage{tier='two', recipe=8xtile.stainedGlass@13:[net.minecraftforge.oredict.OreIngredient@10d57aaa, net.minecraftforge.oredict.OreIngredient@1aaa99ed, net.minecraftforge.oredict.OreIngredient@28fc5dd5, net.minecraftforge.oredict.OreIngredient@588e99bb, net.minecraftforge.oredict.OreIngredient@63b5b82a, net.minecraftforge.oredict.OreIngredient@2d1e2040, net.minecraftforge.oredict.OreIngredient@6746d2c3, net.minecraftforge.oredict.OreIngredient@4b29ccd1, net.minecraftforge.oredict.OreIngredient@5934976]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.concretePowder@13 new recipe: RecipeStage{tier='one', recipe=8xtile.concretePowder@13:[net.minecraftforge.oredict.OreIngredient@59d375a4, net.minecraft.item.crafting.Ingredient@7631fb3e, net.minecraft.item.crafting.Ingredient@3aede2ff, net.minecraft.item.crafting.Ingredient@ab5c335, net.minecraft.item.crafting.Ingredient@5769679b, net.minecraft.item.crafting.Ingredient@2ef89e43, net.minecraft.item.crafting.Ingredient@7bd76b79, net.minecraft.item.crafting.Ingredient@5fdfa35d, net.minecraft.item.crafting.Ingredient@43165282]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.woolCarpet@13 new recipe: RecipeStage{tier='two', recipe=3xtile.woolCarpet@13:[net.minecraftforge.oredict.OreIngredient@8d26497, net.minecraftforge.oredict.OreIngredient@d187e18]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.banner@2 new recipe: RecipeStage{tier='two', recipe=1xtile.banner@2:[net.minecraftforge.oredict.OreIngredient@5a5e35d4, net.minecraftforge.oredict.OreIngredient@45ecc33e, net.minecraftforge.oredict.OreIngredient@378eeef3, net.minecraftforge.oredict.OreIngredient@31cdfb88, net.minecraftforge.oredict.OreIngredient@1a9688f0, net.minecraftforge.oredict.OreIngredient@39c04daf, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@79f9d512, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.clayHardenedStained@7 new recipe: RecipeStage{tier='zero', recipe=8xtile.clayHardenedStained@7:[net.minecraft.item.crafting.Ingredient@3f60ba06, net.minecraft.item.crafting.Ingredient@3f60ba06, net.minecraft.item.crafting.Ingredient@3f60ba06, net.minecraft.item.crafting.Ingredient@3f60ba06, net.minecraftforge.oredict.OreIngredient@325f24b3, net.minecraft.item.crafting.Ingredient@3f60ba06, net.minecraft.item.crafting.Ingredient@3f60ba06, net.minecraft.item.crafting.Ingredient@3f60ba06, net.minecraft.item.crafting.Ingredient@3f60ba06]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 12xtile.thinStainedGlass@7 new recipe: RecipeStage{tier='two', recipe=12xtile.thinStainedGlass@7:[net.minecraftforge.oredict.OreIngredient@5b926af, net.minecraftforge.oredict.OreIngredient@111b1086, net.minecraftforge.oredict.OreIngredient@55fe0e18, net.minecraftforge.oredict.OreIngredient@1ecfc2a8, net.minecraftforge.oredict.OreIngredient@528f1380, net.minecraftforge.oredict.OreIngredient@1bd9b677]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.stainedGlass@7 new recipe: RecipeStage{tier='two', recipe=8xtile.stainedGlass@7:[net.minecraftforge.oredict.OreIngredient@3ef2f5da, net.minecraftforge.oredict.OreIngredient@5e48ba2e, net.minecraftforge.oredict.OreIngredient@74f1a174, net.minecraftforge.oredict.OreIngredient@224dcb93, net.minecraftforge.oredict.OreIngredient@b38a625, net.minecraftforge.oredict.OreIngredient@103ae4a6, net.minecraftforge.oredict.OreIngredient@69391dd4, net.minecraftforge.oredict.OreIngredient@25e44233, net.minecraftforge.oredict.OreIngredient@6ba3c124]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.concretePowder@7 new recipe: RecipeStage{tier='one', recipe=8xtile.concretePowder@7:[net.minecraftforge.oredict.OreIngredient@a7f469c, net.minecraft.item.crafting.Ingredient@5963a2c9, net.minecraft.item.crafting.Ingredient@79143853, net.minecraft.item.crafting.Ingredient@541ea657, net.minecraft.item.crafting.Ingredient@7308e2d6, net.minecraft.item.crafting.Ingredient@37b97394, net.minecraft.item.crafting.Ingredient@6f371390, net.minecraft.item.crafting.Ingredient@4eba3c3f, net.minecraft.item.crafting.Ingredient@7a90796c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.woolCarpet@7 new recipe: RecipeStage{tier='two', recipe=3xtile.woolCarpet@7:[net.minecraftforge.oredict.OreIngredient@7fa01c16, net.minecraftforge.oredict.OreIngredient@b9656d7]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.banner@8 new recipe: RecipeStage{tier='two', recipe=1xtile.banner@8:[net.minecraftforge.oredict.OreIngredient@34b8363, net.minecraftforge.oredict.OreIngredient@33502497, net.minecraftforge.oredict.OreIngredient@72e2e9f5, net.minecraftforge.oredict.OreIngredient@7dd8256d, net.minecraftforge.oredict.OreIngredient@2257e12e, net.minecraftforge.oredict.OreIngredient@10111d6f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@75d9e3d9, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.stone@1 new recipe: RecipeStage{tier='tutorial', recipe=1xtile.stone@1:[net.minecraftforge.oredict.OreIngredient@49964342, net.minecraft.item.crafting.Ingredient@642270ad]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.carrotGolden@0 new recipe: RecipeStage{tier='two', recipe=1xitem.carrotGolden@0:[net.minecraft.item.crafting.Ingredient@75a0e0c2, net.minecraft.item.crafting.Ingredient@75a0e0c2, net.minecraft.item.crafting.Ingredient@75a0e0c2, net.minecraft.item.crafting.Ingredient@75a0e0c2, net.minecraft.item.crafting.Ingredient@4190b111, net.minecraft.item.crafting.Ingredient@75a0e0c2, net.minecraft.item.crafting.Ingredient@75a0e0c2, net.minecraft.item.crafting.Ingredient@75a0e0c2, net.minecraft.item.crafting.Ingredient@75a0e0c2]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.appleGold@0 new recipe: RecipeStage{tier='two', recipe=1xitem.appleGold@0:[net.minecraftforge.oredict.OreIngredient@1ad43268, net.minecraftforge.oredict.OreIngredient@46a40e85, net.minecraftforge.oredict.OreIngredient@ae8bec8, net.minecraftforge.oredict.OreIngredient@1ebd651b, net.minecraft.item.crafting.Ingredient@7b2cd7ff, net.minecraftforge.oredict.OreIngredient@25c153d6, net.minecraftforge.oredict.OreIngredient@4377a1cd, net.minecraftforge.oredict.OreIngredient@ca64995, net.minecraftforge.oredict.OreIngredient@79c670a7]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.lightgem@0 new recipe: RecipeStage{tier='three', recipe=1xtile.lightgem@0:[net.minecraftforge.oredict.OreIngredient@2561f889, net.minecraftforge.oredict.OreIngredient@5a58d50c, net.minecraftforge.oredict.OreIngredient@48ad4364, net.minecraftforge.oredict.OreIngredient@4ec0c93f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.minecartFurnace@0 new recipe: RecipeStage{tier='three', recipe=1xitem.minecartFurnace@0:[net.minecraft.item.crafting.Ingredient@488ae823, net.minecraft.item.crafting.Ingredient@19b6b7e7]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.flowerPot@0 new recipe: RecipeStage{tier='one', recipe=1xitem.flowerPot@0:[net.minecraft.item.crafting.Ingredient@3d123d10, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3d123d10, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3d123d10, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.flintAndSteel@0 new recipe: RecipeStage{tier='two', recipe=1xitem.flintAndSteel@0:[net.minecraftforge.oredict.OreIngredient@1d2eb9fa, net.minecraft.item.crafting.Ingredient@4377b35b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.fishingRod@0 new recipe: RecipeStage{tier='two', recipe=1xitem.fishingRod@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4d54057b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@760cd442, net.minecraftforge.oredict.OreIngredient@18198dc4, net.minecraftforge.oredict.OreIngredient@70900654, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1d82aae0]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xitem.fireball@0 new recipe: RecipeStage{tier='three', recipe=3xitem.fireball@0:[net.minecraftforge.oredict.OreIngredient@d3cc3d6, net.minecraft.item.crafting.Ingredient@b0bd567, net.minecraft.item.crafting.Ingredient@7f8586f9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.fermentedSpiderEye@0 new recipe: RecipeStage{tier='zero', recipe=1xitem.fermentedSpiderEye@0:[net.minecraft.item.crafting.Ingredient@9223122, net.minecraft.item.crafting.Ingredient@3c2b7322, net.minecraft.item.crafting.Ingredient@7731504]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.fenceGate@0 new recipe: RecipeStage{tier='one', recipe=1xtile.fenceGate@0:[net.minecraft.item.crafting.Ingredient@23e0ef68, net.minecraft.item.crafting.Ingredient@7207cb8b, net.minecraft.item.crafting.Ingredient@23e0ef68, net.minecraft.item.crafting.Ingredient@23e0ef68, net.minecraft.item.crafting.Ingredient@7207cb8b, net.minecraft.item.crafting.Ingredient@23e0ef68]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.fence@0 new recipe: RecipeStage{tier='one', recipe=3xtile.fence@0:[net.minecraft.item.crafting.Ingredient@505e8d48, net.minecraft.item.crafting.Ingredient@53628ff6, net.minecraft.item.crafting.Ingredient@505e8d48, net.minecraft.item.crafting.Ingredient@505e8d48, net.minecraft.item.crafting.Ingredient@53628ff6, net.minecraft.item.crafting.Ingredient@505e8d48]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.eyeOfEnder@0 new recipe: RecipeStage{tier='three', recipe=1xitem.eyeOfEnder@0:[net.minecraftforge.oredict.OreIngredient@599f1818, net.minecraft.item.crafting.Ingredient@5926f291]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.endRod@0 new recipe: RecipeStage{tier='four', recipe=4xtile.endRod@0:[net.minecraft.item.crafting.Ingredient@37b0a724, net.minecraft.item.crafting.Ingredient@4a6c33a0]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.end_crystal@0 new recipe: RecipeStage{tier='four', recipe=1xitem.end_crystal@0:[net.minecraftforge.oredict.OreIngredient@29cd07d9, net.minecraftforge.oredict.OreIngredient@21107daa, net.minecraftforge.oredict.OreIngredient@4ad9282d, net.minecraftforge.oredict.OreIngredient@6ba7b6b6, net.minecraft.item.crafting.Ingredient@1fce17b8, net.minecraftforge.oredict.OreIngredient@2a1597d4, net.minecraftforge.oredict.OreIngredient@84a5211, net.minecraft.item.crafting.Ingredient@24c6a471, net.minecraftforge.oredict.OreIngredient@bd18b75]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.endBricks@0 new recipe: RecipeStage{tier='four', recipe=4xtile.endBricks@0:[net.minecraft.item.crafting.Ingredient@36ba9aa3, net.minecraft.item.crafting.Ingredient@36ba9aa3, net.minecraft.item.crafting.Ingredient@36ba9aa3, net.minecraft.item.crafting.Ingredient@36ba9aa3]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.dropper@0 new recipe: RecipeStage{tier='three', recipe=1xtile.dropper@0:[net.minecraftforge.oredict.OreIngredient@6cf7c56e, net.minecraftforge.oredict.OreIngredient@46b28dd5, net.minecraftforge.oredict.OreIngredient@3e624662, net.minecraftforge.oredict.OreIngredient@61e3a09b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@33edd57c, net.minecraftforge.oredict.OreIngredient@61e32af1, net.minecraftforge.oredict.OreIngredient@4d9e31f9, net.minecraftforge.oredict.OreIngredient@3185b7a9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.dispenser@0 new recipe: RecipeStage{tier='three', recipe=1xtile.dispenser@0:[net.minecraftforge.oredict.OreIngredient@6c9ec2d0, net.minecraftforge.oredict.OreIngredient@14d2d910, net.minecraftforge.oredict.OreIngredient@28ff238a, net.minecraftforge.oredict.OreIngredient@34dbf1c3, net.minecraft.item.crafting.Ingredient@5524e471, net.minecraftforge.oredict.OreIngredient@2ec92dca, net.minecraftforge.oredict.OreIngredient@2cd16b5a, net.minecraftforge.oredict.OreIngredient@7d63fe39, net.minecraftforge.oredict.OreIngredient@165d4dbf]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xtile.stone@3 new recipe: RecipeStage{tier='tutorial', recipe=2xtile.stone@3:[net.minecraftforge.oredict.OreIngredient@719d95c3, net.minecraft.item.crafting.Ingredient@142ac60e, net.minecraft.item.crafting.Ingredient@142ac60e, net.minecraftforge.oredict.OreIngredient@56b1ab11]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.swordDiamond@0 new recipe: RecipeStage{tier='five', recipe=1xitem.swordDiamond@0:[net.minecraftforge.oredict.OreIngredient@344115c8, net.minecraftforge.oredict.OreIngredient@488d864a, net.minecraftforge.oredict.OreIngredient@55233115]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.shovelDiamond@0 new recipe: RecipeStage{tier='five', recipe=1xitem.shovelDiamond@0:[net.minecraftforge.oredict.OreIngredient@e91e183, net.minecraftforge.oredict.OreIngredient@32c24acc, net.minecraftforge.oredict.OreIngredient@16592508]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.pickaxeDiamond@0 new recipe: RecipeStage{tier='five', recipe=1xitem.pickaxeDiamond@0:[net.minecraftforge.oredict.OreIngredient@5a3e154f, net.minecraftforge.oredict.OreIngredient@5ba26a72, net.minecraftforge.oredict.OreIngredient@7b16cfe0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@24b8c4ef, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@e06395a, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.hoeDiamond@0 new recipe: RecipeStage{tier='five', recipe=1xitem.hoeDiamond@0:[net.minecraftforge.oredict.OreIngredient@183fd167, net.minecraftforge.oredict.OreIngredient@1dfe2f7f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5676c24d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@62c2159e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.hatchetDiamond@0 new recipe: RecipeStage{tier='five', recipe=1xitem.hatchetDiamond@0:[net.minecraftforge.oredict.OreIngredient@364e3b92, net.minecraftforge.oredict.OreIngredient@2b957897, net.minecraftforge.oredict.OreIngredient@48c2de72, net.minecraftforge.oredict.OreIngredient@5ea54ca4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@19f07e49]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.daylightDetector@0 new recipe: RecipeStage{tier='three', recipe=1xtile.daylightDetector@0:[net.minecraftforge.oredict.OreIngredient@579b9102, net.minecraftforge.oredict.OreIngredient@4dca376f, net.minecraftforge.oredict.OreIngredient@f056ae, net.minecraft.item.crafting.Ingredient@1009a9b4, net.minecraft.item.crafting.Ingredient@1009a9b4, net.minecraft.item.crafting.Ingredient@1009a9b4, net.minecraft.item.crafting.Ingredient@55154761, net.minecraft.item.crafting.Ingredient@55154761, net.minecraft.item.crafting.Ingredient@55154761]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.prismarine@2 new recipe: RecipeStage{tier='zero', recipe=1xtile.prismarine@2:[net.minecraftforge.oredict.OreIngredient@6a6e6af3, net.minecraftforge.oredict.OreIngredient@61f6f53d, net.minecraftforge.oredict.OreIngredient@7d1bd723, net.minecraftforge.oredict.OreIngredient@7fdcbb08, net.minecraftforge.oredict.OreIngredient@66fc6ff2, net.minecraftforge.oredict.OreIngredient@30f5310d, net.minecraftforge.oredict.OreIngredient@13f44aff, net.minecraftforge.oredict.OreIngredient@9eab772, net.minecraftforge.oredict.OreIngredient@c6cca42]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.stairsWoodDarkOak@0 new recipe: RecipeStage{tier='one', recipe=4xtile.stairsWoodDarkOak@0:[net.minecraft.item.crafting.Ingredient@75b57ecd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@75b57ecd, net.minecraft.item.crafting.Ingredient@75b57ecd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@75b57ecd, net.minecraft.item.crafting.Ingredient@75b57ecd, net.minecraft.item.crafting.Ingredient@75b57ecd]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.darkOakFenceGate@0 new recipe: RecipeStage{tier='one', recipe=1xtile.darkOakFenceGate@0:[net.minecraft.item.crafting.Ingredient@4221663d, net.minecraft.item.crafting.Ingredient@3ebfe048, net.minecraft.item.crafting.Ingredient@4221663d, net.minecraft.item.crafting.Ingredient@4221663d, net.minecraft.item.crafting.Ingredient@3ebfe048, net.minecraft.item.crafting.Ingredient@4221663d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.darkOakFence@0 new recipe: RecipeStage{tier='one', recipe=3xtile.darkOakFence@0:[net.minecraft.item.crafting.Ingredient@47b4fcd5, net.minecraft.item.crafting.Ingredient@3c971473, net.minecraft.item.crafting.Ingredient@47b4fcd5, net.minecraft.item.crafting.Ingredient@47b4fcd5, net.minecraft.item.crafting.Ingredient@3c971473, net.minecraft.item.crafting.Ingredient@47b4fcd5]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xitem.doorDarkOak@0 new recipe: RecipeStage{tier='one', recipe=3xitem.doorDarkOak@0:[net.minecraft.item.crafting.Ingredient@26abee34, net.minecraft.item.crafting.Ingredient@26abee34, net.minecraft.item.crafting.Ingredient@26abee34, net.minecraft.item.crafting.Ingredient@26abee34, net.minecraft.item.crafting.Ingredient@26abee34, net.minecraft.item.crafting.Ingredient@26abee34]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.clayHardenedStained@9 new recipe: RecipeStage{tier='zero', recipe=8xtile.clayHardenedStained@9:[net.minecraft.item.crafting.Ingredient@126320a8, net.minecraft.item.crafting.Ingredient@126320a8, net.minecraft.item.crafting.Ingredient@126320a8, net.minecraft.item.crafting.Ingredient@126320a8, net.minecraftforge.oredict.OreIngredient@78179ea1, net.minecraft.item.crafting.Ingredient@126320a8, net.minecraft.item.crafting.Ingredient@126320a8, net.minecraft.item.crafting.Ingredient@126320a8, net.minecraft.item.crafting.Ingredient@126320a8]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 12xtile.thinStainedGlass@9 new recipe: RecipeStage{tier='two', recipe=12xtile.thinStainedGlass@9:[net.minecraftforge.oredict.OreIngredient@1243653b, net.minecraftforge.oredict.OreIngredient@406534df, net.minecraftforge.oredict.OreIngredient@33ef91e0, net.minecraftforge.oredict.OreIngredient@7749f3aa, net.minecraftforge.oredict.OreIngredient@7eaa3ac5, net.minecraftforge.oredict.OreIngredient@17803a03]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.stainedGlass@9 new recipe: RecipeStage{tier='two', recipe=8xtile.stainedGlass@9:[net.minecraftforge.oredict.OreIngredient@582fd982, net.minecraftforge.oredict.OreIngredient@6043a58e, net.minecraftforge.oredict.OreIngredient@4f10d751, net.minecraftforge.oredict.OreIngredient@59d6bc92, net.minecraftforge.oredict.OreIngredient@7f139de3, net.minecraftforge.oredict.OreIngredient@281285a, net.minecraftforge.oredict.OreIngredient@4b62cd04, net.minecraftforge.oredict.OreIngredient@27bccad6, net.minecraftforge.oredict.OreIngredient@44a3b747]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.concretePowder@9 new recipe: RecipeStage{tier='one', recipe=8xtile.concretePowder@9:[net.minecraftforge.oredict.OreIngredient@5317f88e, net.minecraft.item.crafting.Ingredient@76737130, net.minecraft.item.crafting.Ingredient@6a2d1f6d, net.minecraft.item.crafting.Ingredient@6f2a13c7, net.minecraft.item.crafting.Ingredient@c581e65, net.minecraft.item.crafting.Ingredient@61cf142f, net.minecraft.item.crafting.Ingredient@631bb90c, net.minecraft.item.crafting.Ingredient@5c902a83, net.minecraft.item.crafting.Ingredient@10f7bc42]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.woolCarpet@9 new recipe: RecipeStage{tier='two', recipe=3xtile.woolCarpet@9:[net.minecraftforge.oredict.OreIngredient@ad76424, net.minecraftforge.oredict.OreIngredient@198c2113]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.banner@6 new recipe: RecipeStage{tier='two', recipe=1xtile.banner@6:[net.minecraftforge.oredict.OreIngredient@42320d5d, net.minecraftforge.oredict.OreIngredient@73a03a74, net.minecraftforge.oredict.OreIngredient@51bdb53d, net.minecraftforge.oredict.OreIngredient@aa0d26c, net.minecraftforge.oredict.OreIngredient@58aa7e80, net.minecraftforge.oredict.OreIngredient@2aab8c7b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1683d04e, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.comparator@0 new recipe: RecipeStage{tier='three', recipe=1xitem.comparator@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@34f4fd04, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@34f4fd04, net.minecraft.item.crafting.Ingredient@445265b0, net.minecraft.item.crafting.Ingredient@34f4fd04, net.minecraftforge.oredict.OreIngredient@70f9d784, net.minecraftforge.oredict.OreIngredient@6c10f5e, net.minecraftforge.oredict.OreIngredient@a9852ae]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.cobbleWall@0 new recipe: RecipeStage{tier='zero', recipe=6xtile.cobbleWall@0:[net.minecraft.item.crafting.Ingredient@7a461744, net.minecraft.item.crafting.Ingredient@7a461744, net.minecraft.item.crafting.Ingredient@7a461744, net.minecraft.item.crafting.Ingredient@7a461744, net.minecraft.item.crafting.Ingredient@7a461744, net.minecraft.item.crafting.Ingredient@7a461744]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.dirt@1 new recipe: RecipeStage{tier='tutorial', recipe=4xtile.dirt@1:[net.minecraft.item.crafting.Ingredient@26ab3c1b, net.minecraft.item.crafting.Ingredient@98dc042, net.minecraft.item.crafting.Ingredient@98dc042, net.minecraft.item.crafting.Ingredient@26ab3c1b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.sandStone@1 new recipe: RecipeStage{tier='zero', recipe=1xtile.sandStone@1:[net.minecraft.item.crafting.Ingredient@4b50ebea, net.minecraft.item.crafting.Ingredient@4b50ebea]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.redSandStone@1 new recipe: RecipeStage{tier='zero', recipe=1xtile.redSandStone@1:[net.minecraft.item.crafting.Ingredient@31fd3db2, net.minecraft.item.crafting.Ingredient@31fd3db2]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.quartzBlock@1 new recipe: RecipeStage{tier='three', recipe=1xtile.quartzBlock@1:[net.minecraft.item.crafting.Ingredient@75375bb0, net.minecraft.item.crafting.Ingredient@75375bb0]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.minecartChest@0 new recipe: RecipeStage{tier='three', recipe=1xitem.minecartChest@0:[net.minecraftforge.oredict.OreIngredient@7d5dbde2, net.minecraft.item.crafting.Ingredient@2845fd12]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.cauldron@0 new recipe: RecipeStage{tier='two', recipe=1xitem.cauldron@0:[net.minecraftforge.oredict.OreIngredient@43eba1cf, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5ff2e918, net.minecraftforge.oredict.OreIngredient@784da49d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@990e894, net.minecraftforge.oredict.OreIngredient@17ebc5b0, net.minecraftforge.oredict.OreIngredient@5f19547c, net.minecraftforge.oredict.OreIngredient@4a657a4e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.carrotOnAStick@0 new recipe: RecipeStage{tier='two', recipe=1xitem.carrotOnAStick@0:[net.minecraft.item.crafting.Ingredient@4d099a37, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@398a27e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.clayHardenedStained@12 new recipe: RecipeStage{tier='zero', recipe=8xtile.clayHardenedStained@12:[net.minecraft.item.crafting.Ingredient@23c3f787, net.minecraft.item.crafting.Ingredient@23c3f787, net.minecraft.item.crafting.Ingredient@23c3f787, net.minecraft.item.crafting.Ingredient@23c3f787, net.minecraftforge.oredict.OreIngredient@2f0a3eaf, net.minecraft.item.crafting.Ingredient@23c3f787, net.minecraft.item.crafting.Ingredient@23c3f787, net.minecraft.item.crafting.Ingredient@23c3f787, net.minecraft.item.crafting.Ingredient@23c3f787]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 12xtile.thinStainedGlass@12 new recipe: RecipeStage{tier='two', recipe=12xtile.thinStainedGlass@12:[net.minecraftforge.oredict.OreIngredient@1858a3b6, net.minecraftforge.oredict.OreIngredient@42125cbc, net.minecraftforge.oredict.OreIngredient@4a5a0178, net.minecraftforge.oredict.OreIngredient@345bb1da, net.minecraftforge.oredict.OreIngredient@69c3f1f4, net.minecraftforge.oredict.OreIngredient@3964b7cc]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.stainedGlass@12 new recipe: RecipeStage{tier='two', recipe=8xtile.stainedGlass@12:[net.minecraftforge.oredict.OreIngredient@23af2059, net.minecraftforge.oredict.OreIngredient@4a138097, net.minecraftforge.oredict.OreIngredient@3c298470, net.minecraftforge.oredict.OreIngredient@20ef9eee, net.minecraftforge.oredict.OreIngredient@7a98cf42, net.minecraftforge.oredict.OreIngredient@2cd9efbe, net.minecraftforge.oredict.OreIngredient@5c23e451, net.minecraftforge.oredict.OreIngredient@e709d5, net.minecraftforge.oredict.OreIngredient@3cb93454]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.concretePowder@12 new recipe: RecipeStage{tier='one', recipe=8xtile.concretePowder@12:[net.minecraftforge.oredict.OreIngredient@5ffe9862, net.minecraft.item.crafting.Ingredient@6311898c, net.minecraft.item.crafting.Ingredient@7ea0438c, net.minecraft.item.crafting.Ingredient@3831fb48, net.minecraft.item.crafting.Ingredient@7083e548, net.minecraft.item.crafting.Ingredient@1f315f3d, net.minecraft.item.crafting.Ingredient@63f1d374, net.minecraft.item.crafting.Ingredient@54ad9ff9, net.minecraft.item.crafting.Ingredient@3b6b9981]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.woolCarpet@12 new recipe: RecipeStage{tier='two', recipe=3xtile.woolCarpet@12:[net.minecraftforge.oredict.OreIngredient@1c3cfea0, net.minecraftforge.oredict.OreIngredient@24ade553]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.banner@3 new recipe: RecipeStage{tier='two', recipe=1xtile.banner@3:[net.minecraftforge.oredict.OreIngredient@786d2cca, net.minecraftforge.oredict.OreIngredient@6b12c007, net.minecraftforge.oredict.OreIngredient@519eb6d8, net.minecraftforge.oredict.OreIngredient@6fd4cfbe, net.minecraftforge.oredict.OreIngredient@7eceb5f2, net.minecraftforge.oredict.OreIngredient@3a150d4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@27ad0e0e, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.stairsBrick@0 new recipe: RecipeStage{tier='one', recipe=4xtile.stairsBrick@0:[net.minecraft.item.crafting.Ingredient@32f35739, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@32f35739, net.minecraft.item.crafting.Ingredient@32f35739, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@32f35739, net.minecraft.item.crafting.Ingredient@32f35739, net.minecraft.item.crafting.Ingredient@32f35739]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.brewingStand@0 new recipe: RecipeStage{tier='three', recipe=1xitem.brewingStand@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@41843b88, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6ecd9c7a, net.minecraftforge.oredict.OreIngredient@65a7c574, net.minecraftforge.oredict.OreIngredient@6c890ee4]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.bow@0 new recipe: RecipeStage{tier='two', recipe=1xitem.bow@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5ebae4e1, net.minecraftforge.oredict.OreIngredient@205fecab, net.minecraftforge.oredict.OreIngredient@3f452bb6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@440514ba, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4d116d37, net.minecraftforge.oredict.OreIngredient@12f4fa8a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.boneBlock@0 new recipe: RecipeStage{tier='tutorial', recipe=1xtile.boneBlock@0:[net.minecraft.item.crafting.Ingredient@3ce74930, net.minecraft.item.crafting.Ingredient@3ce74930, net.minecraft.item.crafting.Ingredient@3ce74930, net.minecraft.item.crafting.Ingredient@3ce74930, net.minecraft.item.crafting.Ingredient@3ce74930, net.minecraft.item.crafting.Ingredient@3ce74930, net.minecraft.item.crafting.Ingredient@3ce74930, net.minecraft.item.crafting.Ingredient@3ce74930, net.minecraft.item.crafting.Ingredient@3ce74930]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.clayHardenedStained@11 new recipe: RecipeStage{tier='zero', recipe=8xtile.clayHardenedStained@11:[net.minecraft.item.crafting.Ingredient@456c6754, net.minecraft.item.crafting.Ingredient@456c6754, net.minecraft.item.crafting.Ingredient@456c6754, net.minecraft.item.crafting.Ingredient@456c6754, net.minecraftforge.oredict.OreIngredient@4e09f913, net.minecraft.item.crafting.Ingredient@456c6754, net.minecraft.item.crafting.Ingredient@456c6754, net.minecraft.item.crafting.Ingredient@456c6754, net.minecraft.item.crafting.Ingredient@456c6754]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 12xtile.thinStainedGlass@11 new recipe: RecipeStage{tier='two', recipe=12xtile.thinStainedGlass@11:[net.minecraftforge.oredict.OreIngredient@ce870d5, net.minecraftforge.oredict.OreIngredient@462ee45c, net.minecraftforge.oredict.OreIngredient@6a98533d, net.minecraftforge.oredict.OreIngredient@6bd8fe1c, net.minecraftforge.oredict.OreIngredient@24f9556a, net.minecraftforge.oredict.OreIngredient@15c449ad]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.stainedGlass@11 new recipe: RecipeStage{tier='two', recipe=8xtile.stainedGlass@11:[net.minecraftforge.oredict.OreIngredient@3d6de193, net.minecraftforge.oredict.OreIngredient@1169d03c, net.minecraftforge.oredict.OreIngredient@7f55857e, net.minecraftforge.oredict.OreIngredient@486b2218, net.minecraftforge.oredict.OreIngredient@1a5823ff, net.minecraftforge.oredict.OreIngredient@45efe8b8, net.minecraftforge.oredict.OreIngredient@1642fb0e, net.minecraftforge.oredict.OreIngredient@7a8603c, net.minecraftforge.oredict.OreIngredient@5cb4eced]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.concretePowder@11 new recipe: RecipeStage{tier='one', recipe=8xtile.concretePowder@11:[net.minecraftforge.oredict.OreIngredient@66a475eb, net.minecraft.item.crafting.Ingredient@4f9e32f2, net.minecraft.item.crafting.Ingredient@432e242d, net.minecraft.item.crafting.Ingredient@537360e3, net.minecraft.item.crafting.Ingredient@70f5f6c7, net.minecraft.item.crafting.Ingredient@4ec25389, net.minecraft.item.crafting.Ingredient@7cff1930, net.minecraft.item.crafting.Ingredient@34c31a34, net.minecraft.item.crafting.Ingredient@6b5f91a5]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.woolCarpet@11 new recipe: RecipeStage{tier='two', recipe=3xtile.woolCarpet@11:[net.minecraftforge.oredict.OreIngredient@673f68ba, net.minecraftforge.oredict.OreIngredient@23524de1]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.banner@4 new recipe: RecipeStage{tier='two', recipe=1xtile.banner@4:[net.minecraftforge.oredict.OreIngredient@56501c61, net.minecraftforge.oredict.OreIngredient@36140de2, net.minecraftforge.oredict.OreIngredient@64fd863b, net.minecraftforge.oredict.OreIngredient@26308f8f, net.minecraftforge.oredict.OreIngredient@70553c3c, net.minecraftforge.oredict.OreIngredient@663854c9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6efcca6b, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.clayHardenedStained@15 new recipe: RecipeStage{tier='zero', recipe=8xtile.clayHardenedStained@15:[net.minecraft.item.crafting.Ingredient@373e09c7, net.minecraft.item.crafting.Ingredient@373e09c7, net.minecraft.item.crafting.Ingredient@373e09c7, net.minecraft.item.crafting.Ingredient@373e09c7, net.minecraftforge.oredict.OreIngredient@31c58dd4, net.minecraft.item.crafting.Ingredient@373e09c7, net.minecraft.item.crafting.Ingredient@373e09c7, net.minecraft.item.crafting.Ingredient@373e09c7, net.minecraft.item.crafting.Ingredient@373e09c7]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 12xtile.thinStainedGlass@15 new recipe: RecipeStage{tier='two', recipe=12xtile.thinStainedGlass@15:[net.minecraftforge.oredict.OreIngredient@39e2b615, net.minecraftforge.oredict.OreIngredient@6649c9f9, net.minecraftforge.oredict.OreIngredient@b363a63, net.minecraftforge.oredict.OreIngredient@1680bdfc, net.minecraftforge.oredict.OreIngredient@3a7ef327, net.minecraftforge.oredict.OreIngredient@1250e390]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.stainedGlass@15 new recipe: RecipeStage{tier='two', recipe=8xtile.stainedGlass@15:[net.minecraftforge.oredict.OreIngredient@280f369b, net.minecraftforge.oredict.OreIngredient@3b73013b, net.minecraftforge.oredict.OreIngredient@76d92ab9, net.minecraftforge.oredict.OreIngredient@63800b91, net.minecraftforge.oredict.OreIngredient@326a5294, net.minecraftforge.oredict.OreIngredient@11b3f73b, net.minecraftforge.oredict.OreIngredient@2e808b56, net.minecraftforge.oredict.OreIngredient@4d3fd194, net.minecraftforge.oredict.OreIngredient@2da1d455]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.concretePowder@15 new recipe: RecipeStage{tier='one', recipe=8xtile.concretePowder@15:[net.minecraftforge.oredict.OreIngredient@23a5f4f5, net.minecraft.item.crafting.Ingredient@4bb4adf7, net.minecraft.item.crafting.Ingredient@11544ddd, net.minecraft.item.crafting.Ingredient@38e46ea, net.minecraft.item.crafting.Ingredient@116f823c, net.minecraft.item.crafting.Ingredient@7f5a5ef3, net.minecraft.item.crafting.Ingredient@4c53ce60, net.minecraft.item.crafting.Ingredient@3d1b6816, net.minecraft.item.crafting.Ingredient@508863eb]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.woolCarpet@15 new recipe: RecipeStage{tier='two', recipe=3xtile.woolCarpet@15:[net.minecraftforge.oredict.OreIngredient@95511ec, net.minecraftforge.oredict.OreIngredient@3a55d223]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.banner@0 new recipe: RecipeStage{tier='two', recipe=1xtile.banner@0:[net.minecraftforge.oredict.OreIngredient@4acb821d, net.minecraftforge.oredict.OreIngredient@447d9c87, net.minecraftforge.oredict.OreIngredient@78324043, net.minecraftforge.oredict.OreIngredient@7ed0c60e, net.minecraftforge.oredict.OreIngredient@689d68a3, net.minecraftforge.oredict.OreIngredient@402c5893, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2a76388d, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.stairsWoodBirch@0 new recipe: RecipeStage{tier='one', recipe=4xtile.stairsWoodBirch@0:[net.minecraft.item.crafting.Ingredient@fcdeb50, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@fcdeb50, net.minecraft.item.crafting.Ingredient@fcdeb50, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@fcdeb50, net.minecraft.item.crafting.Ingredient@fcdeb50, net.minecraft.item.crafting.Ingredient@fcdeb50]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.birchFenceGate@0 new recipe: RecipeStage{tier='one', recipe=1xtile.birchFenceGate@0:[net.minecraft.item.crafting.Ingredient@11a9f958, net.minecraft.item.crafting.Ingredient@7585531b, net.minecraft.item.crafting.Ingredient@11a9f958, net.minecraft.item.crafting.Ingredient@11a9f958, net.minecraft.item.crafting.Ingredient@7585531b, net.minecraft.item.crafting.Ingredient@11a9f958]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.birchFence@0 new recipe: RecipeStage{tier='one', recipe=3xtile.birchFence@0:[net.minecraft.item.crafting.Ingredient@33c5d3e, net.minecraft.item.crafting.Ingredient@cf6a6eb, net.minecraft.item.crafting.Ingredient@33c5d3e, net.minecraft.item.crafting.Ingredient@33c5d3e, net.minecraft.item.crafting.Ingredient@cf6a6eb, net.minecraft.item.crafting.Ingredient@33c5d3e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xitem.doorBirch@0 new recipe: RecipeStage{tier='one', recipe=3xitem.doorBirch@0:[net.minecraft.item.crafting.Ingredient@6f272dc4, net.minecraft.item.crafting.Ingredient@6f272dc4, net.minecraft.item.crafting.Ingredient@6f272dc4, net.minecraft.item.crafting.Ingredient@6f272dc4, net.minecraft.item.crafting.Ingredient@6f272dc4, net.minecraft.item.crafting.Ingredient@6f272dc4]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.beacon@0 new recipe: RecipeStage{tier='three', recipe=1xtile.beacon@0:[net.minecraftforge.oredict.OreIngredient@52ee6b7b, net.minecraftforge.oredict.OreIngredient@51b5c9f5, net.minecraftforge.oredict.OreIngredient@737ffb90, net.minecraftforge.oredict.OreIngredient@68560722, net.minecraftforge.oredict.OreIngredient@49c20ce0, net.minecraftforge.oredict.OreIngredient@36479e4c, net.minecraft.item.crafting.Ingredient@28d48616, net.minecraft.item.crafting.Ingredient@28d48616, net.minecraft.item.crafting.Ingredient@28d48616]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.armorStand@0 new recipe: RecipeStage{tier='two', recipe=1xitem.armorStand@0:[net.minecraftforge.oredict.OreIngredient@3ba38aa0, net.minecraftforge.oredict.OreIngredient@311cd666, net.minecraftforge.oredict.OreIngredient@498f1312, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5233aa23, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7562cc4f, net.minecraft.item.crafting.Ingredient@61236349, net.minecraftforge.oredict.OreIngredient@229a8b63]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.anvil@0 new recipe: RecipeStage{tier='two', recipe=1xtile.anvil@0:[net.minecraft.item.crafting.Ingredient@38379575, net.minecraft.item.crafting.Ingredient@38379575, net.minecraft.item.crafting.Ingredient@38379575, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@133c1ba1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5c11d957, net.minecraftforge.oredict.OreIngredient@3f72762e, net.minecraftforge.oredict.OreIngredient@49453330]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xtile.stone@5 new recipe: RecipeStage{tier='tutorial', recipe=2xtile.stone@5:[net.minecraftforge.oredict.OreIngredient@3ad7c8aa, net.minecraftforge.oredict.OreIngredient@685e75c6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.stairsWoodAcacia@0 new recipe: RecipeStage{tier='one', recipe=4xtile.stairsWoodAcacia@0:[net.minecraft.item.crafting.Ingredient@fb79241, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@fb79241, net.minecraft.item.crafting.Ingredient@fb79241, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@fb79241, net.minecraft.item.crafting.Ingredient@fb79241, net.minecraft.item.crafting.Ingredient@fb79241]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.acaciaFenceGate@0 new recipe: RecipeStage{tier='one', recipe=1xtile.acaciaFenceGate@0:[net.minecraft.item.crafting.Ingredient@154ea177, net.minecraft.item.crafting.Ingredient@30c0993e, net.minecraft.item.crafting.Ingredient@154ea177, net.minecraft.item.crafting.Ingredient@154ea177, net.minecraft.item.crafting.Ingredient@30c0993e, net.minecraft.item.crafting.Ingredient@154ea177]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.acaciaFence@0 new recipe: RecipeStage{tier='one', recipe=3xtile.acaciaFence@0:[net.minecraft.item.crafting.Ingredient@520b547c, net.minecraft.item.crafting.Ingredient@33a1bb90, net.minecraft.item.crafting.Ingredient@520b547c, net.minecraft.item.crafting.Ingredient@520b547c, net.minecraft.item.crafting.Ingredient@33a1bb90, net.minecraft.item.crafting.Ingredient@520b547c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xitem.doorAcacia@0 new recipe: RecipeStage{tier='one', recipe=3xitem.doorAcacia@0:[net.minecraft.item.crafting.Ingredient@2e03b52f, net.minecraft.item.crafting.Ingredient@2e03b52f, net.minecraft.item.crafting.Ingredient@2e03b52f, net.minecraft.item.crafting.Ingredient@2e03b52f, net.minecraft.item.crafting.Ingredient@2e03b52f, net.minecraft.item.crafting.Ingredient@2e03b52f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.quantumstorage.quantum_tank@0 new recipe: RecipeStage{tier='five', recipe=1xtile.quantumstorage.quantum_tank@0:[net.minecraft.item.crafting.Ingredient@73b582ba, net.minecraft.item.crafting.Ingredient@73b582ba, net.minecraft.item.crafting.Ingredient@73b582ba, net.minecraft.item.crafting.Ingredient@640a30d3, net.minecraft.item.crafting.Ingredient@39d1989d, net.minecraft.item.crafting.Ingredient@640a30d3, net.minecraft.item.crafting.Ingredient@640a30d3, net.minecraft.item.crafting.Ingredient@640a30d3, net.minecraft.item.crafting.Ingredient@640a30d3]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.quantumstorage.quantum_tank@0 new recipe: RecipeStage{tier='five', recipe=1xtile.quantumstorage.quantum_tank@0:[net.minecraft.item.crafting.Ingredient@4c7a71d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.quantumstorage.crater@0 new recipe: RecipeStage{tier='five', recipe=1xtile.quantumstorage.crater@0:[net.minecraft.item.crafting.Ingredient@bf83041, net.minecraft.item.crafting.Ingredient@68c7c212, net.minecraft.item.crafting.Ingredient@bf83041, net.minecraft.item.crafting.Ingredient@bf83041, net.minecraftforge.oredict.OreIngredient@197e8e38, net.minecraft.item.crafting.Ingredient@bf83041, net.minecraft.item.crafting.Ingredient@bf83041, net.minecraft.item.crafting.Ingredient@4afd2d31, net.minecraft.item.crafting.Ingredient@bf83041]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.quantumstorage.quantumcrafter@0 new recipe: RecipeStage{tier='five', recipe=1xtile.quantumstorage.quantumcrafter@0:[net.minecraft.item.crafting.Ingredient@6fffd7b6, net.minecraft.item.crafting.Ingredient@24acb152, net.minecraft.item.crafting.Ingredient@6fffd7b6, net.minecraft.item.crafting.Ingredient@6fffd7b6, net.minecraftforge.oredict.OreIngredient@41ccde3e, net.minecraft.item.crafting.Ingredient@6fffd7b6, net.minecraft.item.crafting.Ingredient@6fffd7b6, net.minecraft.item.crafting.Ingredient@6fffd7b6, net.minecraft.item.crafting.Ingredient@6fffd7b6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.quantumstorage.trashcan@0 new recipe: RecipeStage{tier='five', recipe=1xtile.quantumstorage.trashcan@0:[net.minecraft.item.crafting.Ingredient@247e10ba, net.minecraft.item.crafting.Ingredient@247e10ba, net.minecraft.item.crafting.Ingredient@247e10ba, net.minecraft.item.crafting.Ingredient@40a4a599, net.minecraft.item.crafting.Ingredient@7e9d53f9, net.minecraft.item.crafting.Ingredient@40a4a599, net.minecraft.item.crafting.Ingredient@40a4a599, net.minecraft.item.crafting.Ingredient@40a4a599, net.minecraft.item.crafting.Ingredient@40a4a599]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.quantumstorage.trashcanfluid@0 new recipe: RecipeStage{tier='five', recipe=1xtile.quantumstorage.trashcanfluid@0:[net.minecraft.item.crafting.Ingredient@718e4552, net.minecraft.item.crafting.Ingredient@718e4552, net.minecraft.item.crafting.Ingredient@718e4552, net.minecraft.item.crafting.Ingredient@11514f4e, net.minecraft.item.crafting.Ingredient@17f00ca1, net.minecraft.item.crafting.Ingredient@11514f4e, net.minecraft.item.crafting.Ingredient@11514f4e, net.minecraft.item.crafting.Ingredient@11514f4e, net.minecraft.item.crafting.Ingredient@11514f4e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 16xitem.quantumstorage.crate@0 new recipe: RecipeStage{tier='five', recipe=16xitem.quantumstorage.crate@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@54e5b376, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@54e5b376, net.minecraft.item.crafting.Ingredient@323be7, net.minecraftforge.oredict.OreIngredient@54e5b376, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@54e5b376, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.quantumstorage.quantum_bag@0 new recipe: RecipeStage{tier='five', recipe=1xitem.quantumstorage.quantum_bag@0:[net.minecraft.item.crafting.Ingredient@461850f2, net.minecraftforge.oredict.OreIngredient@15ccc797]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.quantumstorage.quantum_bag@1 new recipe: RecipeStage{tier='five', recipe=1xitem.quantumstorage.quantum_bag@1:[net.minecraft.item.crafting.Ingredient@256efad9, net.minecraftforge.oredict.OreIngredient@21f5a146]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.quantumstorage.quantum_bag@2 new recipe: RecipeStage{tier='five', recipe=1xitem.quantumstorage.quantum_bag@2:[net.minecraft.item.crafting.Ingredient@68adf2ef, net.minecraftforge.oredict.OreIngredient@3a477511]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.quantumstorage.quantum_bag@3 new recipe: RecipeStage{tier='five', recipe=1xitem.quantumstorage.quantum_bag@3:[net.minecraft.item.crafting.Ingredient@55f50272, net.minecraftforge.oredict.OreIngredient@52c8a8a9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.quantumstorage.quantum_bag@4 new recipe: RecipeStage{tier='five', recipe=1xitem.quantumstorage.quantum_bag@4:[net.minecraft.item.crafting.Ingredient@45e0069a, net.minecraftforge.oredict.OreIngredient@387b6ac6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.quantumstorage.quantum_bag@5 new recipe: RecipeStage{tier='five', recipe=1xitem.quantumstorage.quantum_bag@5:[net.minecraft.item.crafting.Ingredient@49a17330, net.minecraftforge.oredict.OreIngredient@cb06848]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.quantumstorage.quantum_bag@6 new recipe: RecipeStage{tier='five', recipe=1xitem.quantumstorage.quantum_bag@6:[net.minecraft.item.crafting.Ingredient@483ce62d, net.minecraftforge.oredict.OreIngredient@ac624e9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.quantumstorage.quantum_bag@7 new recipe: RecipeStage{tier='five', recipe=1xitem.quantumstorage.quantum_bag@7:[net.minecraft.item.crafting.Ingredient@1a28ed2a, net.minecraftforge.oredict.OreIngredient@358a7dcc]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.quantumstorage.quantum_bag@8 new recipe: RecipeStage{tier='five', recipe=1xitem.quantumstorage.quantum_bag@8:[net.minecraft.item.crafting.Ingredient@54cf4594, net.minecraftforge.oredict.OreIngredient@953b39a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.quantumstorage.quantum_bag@9 new recipe: RecipeStage{tier='five', recipe=1xitem.quantumstorage.quantum_bag@9:[net.minecraft.item.crafting.Ingredient@663f9745, net.minecraftforge.oredict.OreIngredient@48f28df3]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.quantumstorage.quantum_bag@10 new recipe: RecipeStage{tier='five', recipe=1xitem.quantumstorage.quantum_bag@10:[net.minecraft.item.crafting.Ingredient@3dc27a23, net.minecraftforge.oredict.OreIngredient@275d5761]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.quantumstorage.quantum_bag@11 new recipe: RecipeStage{tier='five', recipe=1xitem.quantumstorage.quantum_bag@11:[net.minecraft.item.crafting.Ingredient@6ee0a593, net.minecraftforge.oredict.OreIngredient@405dd90e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.quantumstorage.quantum_bag@12 new recipe: RecipeStage{tier='five', recipe=1xitem.quantumstorage.quantum_bag@12:[net.minecraft.item.crafting.Ingredient@102c0542, net.minecraftforge.oredict.OreIngredient@7b8be6e9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.quantumstorage.quantum_bag@13 new recipe: RecipeStage{tier='five', recipe=1xitem.quantumstorage.quantum_bag@13:[net.minecraft.item.crafting.Ingredient@6b394802, net.minecraftforge.oredict.OreIngredient@1bcf4632]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.quantumstorage.quantum_bag@14 new recipe: RecipeStage{tier='five', recipe=1xitem.quantumstorage.quantum_bag@14:[net.minecraft.item.crafting.Ingredient@6c9d64f4, net.minecraftforge.oredict.OreIngredient@4dc5583d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.quantumstorage.quantum_bag@15 new recipe: RecipeStage{tier='five', recipe=1xitem.quantumstorage.quantum_bag@15:[net.minecraft.item.crafting.Ingredient@293024d1, net.minecraftforge.oredict.OreIngredient@2e8d4fc7]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.stonetablet@0 new recipe: RecipeStage{tier='zero', recipe=1xitem.stonetablet@0:[net.minecraft.item.crafting.Ingredient@658f6960, net.minecraft.item.crafting.Ingredient@465b71b9, net.minecraft.item.crafting.Ingredient@658f6960, net.minecraft.item.crafting.Ingredient@465b71b9, net.minecraft.item.crafting.Ingredient@6dcc96eb, net.minecraft.item.crafting.Ingredient@465b71b9, net.minecraft.item.crafting.Ingredient@658f6960, net.minecraft.item.crafting.Ingredient@465b71b9, net.minecraft.item.crafting.Ingredient@658f6960]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.statetransformer@0 new recipe: RecipeStage{tier='two', recipe=1xtile.statetransformer@0:[net.minecraft.item.crafting.Ingredient@61c86f3d, net.minecraft.item.crafting.Ingredient@61c86f3d, net.minecraft.item.crafting.Ingredient@61c86f3d, net.minecraft.item.crafting.Ingredient@61c86f3d, net.minecraft.item.crafting.Ingredient@526690a7, net.minecraft.item.crafting.Ingredient@61c86f3d, net.minecraft.item.crafting.Ingredient@61c86f3d, net.minecraftforge.oredict.OreIngredient@46c7419a, net.minecraft.item.crafting.Ingredient@61c86f3d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.skin@2 new recipe: RecipeStage{tier='two', recipe=1xitem.skin@2:[net.minecraft.item.crafting.Ingredient@6f19f4ec, net.minecraft.item.crafting.Ingredient@6f19f4ec, net.minecraft.item.crafting.Ingredient@6f19f4ec, net.minecraft.item.crafting.Ingredient@6f19f4ec, net.minecraft.item.crafting.Ingredient@656d0a55, net.minecraft.item.crafting.Ingredient@6f19f4ec, net.minecraft.item.crafting.Ingredient@6f19f4ec, net.minecraft.item.crafting.Ingredient@6f19f4ec, net.minecraft.item.crafting.Ingredient@6f19f4ec]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.skin@1 new recipe: RecipeStage{tier='two', recipe=1xitem.skin@1:[net.minecraft.item.crafting.Ingredient@6908d243, net.minecraft.item.crafting.Ingredient@6908d243, net.minecraft.item.crafting.Ingredient@6908d243, net.minecraft.item.crafting.Ingredient@6908d243, net.minecraft.item.crafting.Ingredient@2850c8a4, net.minecraft.item.crafting.Ingredient@6908d243, net.minecraft.item.crafting.Ingredient@6908d243, net.minecraft.item.crafting.Ingredient@6908d243, net.minecraft.item.crafting.Ingredient@6908d243]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.skin@0 new recipe: RecipeStage{tier='one', recipe=1xitem.skin@0:[net.minecraft.item.crafting.Ingredient@7806b740, net.minecraft.item.crafting.Ingredient@7806b740, net.minecraft.item.crafting.Ingredient@7806b740, net.minecraft.item.crafting.Ingredient@7806b740, net.minecraft.item.crafting.Ingredient@5c4ce816, net.minecraft.item.crafting.Ingredient@7806b740, net.minecraft.item.crafting.Ingredient@7806b740, net.minecraft.item.crafting.Ingredient@7806b740, net.minecraft.item.crafting.Ingredient@7806b740]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.skin@0 new recipe: RecipeStage{tier='two', recipe=1xitem.skin@0:[net.minecraft.item.crafting.Ingredient@7806b740, net.minecraft.item.crafting.Ingredient@7806b740, net.minecraft.item.crafting.Ingredient@7806b740, net.minecraft.item.crafting.Ingredient@7806b740, net.minecraft.item.crafting.Ingredient@5c4ce816, net.minecraft.item.crafting.Ingredient@7806b740, net.minecraft.item.crafting.Ingredient@7806b740, net.minecraft.item.crafting.Ingredient@7806b740, net.minecraft.item.crafting.Ingredient@7806b740]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.sacrificialaltar@0 new recipe: RecipeStage{tier='one', recipe=1xtile.sacrificialaltar@0:[net.minecraft.item.crafting.Ingredient@37b5a91f, net.minecraft.item.crafting.Ingredient@79655d92, net.minecraft.item.crafting.Ingredient@37b5a91f, net.minecraft.item.crafting.Ingredient@5a4b6de3, net.minecraft.item.crafting.Ingredient@3a792df1, net.minecraft.item.crafting.Ingredient@5a4b6de3, net.minecraft.item.crafting.Ingredient@5a4b6de3, net.minecraft.item.crafting.Ingredient@5a4b6de3, net.minecraft.item.crafting.Ingredient@5a4b6de3]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.rendingpedestal@0 new recipe: RecipeStage{tier='one', recipe=1xtile.rendingpedestal@0:[net.minecraft.item.crafting.Ingredient@61366e17, net.minecraft.item.crafting.Ingredient@47ebf33f, net.minecraft.item.crafting.Ingredient@61366e17, net.minecraft.item.crafting.Ingredient@61366e17, net.minecraft.item.crafting.Ingredient@3f5766be, net.minecraft.item.crafting.Ingredient@61366e17, net.minecraft.item.crafting.Ingredient@61366e17, net.minecraft.item.crafting.Ingredient@61366e17, net.minecraft.item.crafting.Ingredient@61366e17]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xitem.powerstonetracker@0 new recipe: RecipeStage{tier='two', recipe=4xitem.powerstonetracker@0:[net.minecraft.item.crafting.Ingredient@8b9d3f8, net.minecraft.item.crafting.Ingredient@8b9d3f8, net.minecraft.item.crafting.Ingredient@8b9d3f8, net.minecraft.item.crafting.Ingredient@8b9d3f8, net.minecraft.item.crafting.Ingredient@407ff936, net.minecraft.item.crafting.Ingredient@8b9d3f8, net.minecraft.item.crafting.Ingredient@8b9d3f8, net.minecraft.item.crafting.Ingredient@8b9d3f8, net.minecraft.item.crafting.Ingredient@8b9d3f8]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.platec@0 new recipe: RecipeStage{tier='two', recipe=1xitem.platec@0:[net.minecraft.item.crafting.Ingredient@6695e8f4, net.minecraft.item.crafting.Ingredient@c92d0d, net.minecraft.item.crafting.Ingredient@6695e8f4, net.minecraft.item.crafting.Ingredient@6695e8f4, net.minecraft.item.crafting.Ingredient@c92d0d, net.minecraft.item.crafting.Ingredient@6695e8f4, net.minecraft.item.crafting.Ingredient@6695e8f4, net.minecraft.item.crafting.Ingredient@c92d0d, net.minecraft.item.crafting.Ingredient@6695e8f4]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.odbcore@0 new recipe: RecipeStage{tier='two', recipe=1xtile.odbcore@0:[net.minecraft.item.crafting.Ingredient@3799bfc3, net.minecraft.item.crafting.Ingredient@22a18a70, net.minecraft.item.crafting.Ingredient@3799bfc3, net.minecraft.item.crafting.Ingredient@4681450, net.minecraft.item.crafting.Ingredient@638970d8, net.minecraft.item.crafting.Ingredient@4681450, net.minecraft.item.crafting.Ingredient@3799bfc3, net.minecraft.item.crafting.Ingredient@22a18a70, net.minecraft.item.crafting.Ingredient@3799bfc3]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.oblivionshard@0 new recipe: RecipeStage{tier='two', recipe=1xitem.oblivionshard@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1a495e57, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1a495e57, net.minecraft.item.crafting.Ingredient@217e1003, net.minecraft.item.crafting.Ingredient@1a495e57, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1a495e57, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.necronomicon_omt@0 new recipe: RecipeStage{tier='two', recipe=1xitem.necronomicon_omt@0:[net.minecraft.item.crafting.Ingredient@160454fd, net.minecraft.item.crafting.Ingredient@160454fd, net.minecraft.item.crafting.Ingredient@160454fd, net.minecraft.item.crafting.Ingredient@556d70d5]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.necronomicon_dre@0 new recipe: RecipeStage{tier='two', recipe=1xitem.necronomicon_dre@0:[net.minecraft.item.crafting.Ingredient@55345e4a, net.minecraft.item.crafting.Ingredient@55345e4a, net.minecraft.item.crafting.Ingredient@55345e4a, net.minecraft.item.crafting.Ingredient@2973f266]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.necronomicon_cor@0 new recipe: RecipeStage{tier='two', recipe=1xitem.necronomicon_cor@0:[net.minecraft.item.crafting.Ingredient@642ad5b4, net.minecraft.item.crafting.Ingredient@642ad5b4, net.minecraft.item.crafting.Ingredient@642ad5b4, net.minecraft.item.crafting.Ingredient@4ac1ad08]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.monolithpillar@0 new recipe: RecipeStage{tier='one', recipe=1xtile.monolithpillar@0:[net.minecraft.item.crafting.Ingredient@221a05ab, net.minecraft.item.crafting.Ingredient@221a05ab, net.minecraft.item.crafting.Ingredient@221a05ab, net.minecraft.item.crafting.Ingredient@221a05ab]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.lifecrystal@0 new recipe: RecipeStage{tier='two', recipe=1xitem.lifecrystal@0:[net.minecraft.item.crafting.Ingredient@5f9e4593, net.minecraft.item.crafting.Ingredient@70d950e6, net.minecraft.item.crafting.Ingredient@36f85cc7, net.minecraft.item.crafting.Ingredient@42018d9c, net.minecraft.item.crafting.Ingredient@6f1efa92, net.minecraft.item.crafting.Ingredient@55fac9f7]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xitem.fireball@0 new recipe: RecipeStage{tier='three', recipe=3xitem.fireball@0:[net.minecraft.item.crafting.Ingredient@6b275b30, net.minecraft.item.crafting.Ingredient@625307d3, net.minecraft.item.crafting.Ingredient@4540fd71]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ethaxiumsword@0 new recipe: RecipeStage{tier='two', recipe=1xitem.ethaxiumsword@0:[net.minecraft.item.crafting.Ingredient@581b13eb, net.minecraft.item.crafting.Ingredient@581b13eb, net.minecraft.item.crafting.Ingredient@1dbdaf24]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ethaxiumshovel@0 new recipe: RecipeStage{tier='two', recipe=1xitem.ethaxiumshovel@0:[net.minecraft.item.crafting.Ingredient@4ea67067, net.minecraft.item.crafting.Ingredient@7cae02be, net.minecraft.item.crafting.Ingredient@7cae02be]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ethaxiumplate@0 new recipe: RecipeStage{tier='two', recipe=1xitem.ethaxiumplate@0:[net.minecraft.item.crafting.Ingredient@2ba0a7eb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2ba0a7eb, net.minecraft.item.crafting.Ingredient@2ba0a7eb, net.minecraft.item.crafting.Ingredient@2ba0a7eb, net.minecraft.item.crafting.Ingredient@2ba0a7eb, net.minecraft.item.crafting.Ingredient@2ba0a7eb, net.minecraft.item.crafting.Ingredient@2ba0a7eb, net.minecraft.item.crafting.Ingredient@2ba0a7eb]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xtile.ethaxiumpillar@0 new recipe: RecipeStage{tier='two', recipe=2xtile.ethaxiumpillar@0:[net.minecraft.item.crafting.Ingredient@5bd4b1b1, net.minecraft.item.crafting.Ingredient@179b1f85, net.minecraft.item.crafting.Ingredient@5bd4b1b1, net.minecraft.item.crafting.Ingredient@179b1f85]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ethaxiumpickaxe@0 new recipe: RecipeStage{tier='two', recipe=1xitem.ethaxiumpickaxe@0:[net.minecraft.item.crafting.Ingredient@56ec27b6, net.minecraft.item.crafting.Ingredient@56ec27b6, net.minecraft.item.crafting.Ingredient@56ec27b6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4673b72c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4673b72c, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ethaxiumlegs@0 new recipe: RecipeStage{tier='two', recipe=1xitem.ethaxiumlegs@0:[net.minecraft.item.crafting.Ingredient@6f056dd9, net.minecraft.item.crafting.Ingredient@6f056dd9, net.minecraft.item.crafting.Ingredient@6f056dd9, net.minecraft.item.crafting.Ingredient@6f056dd9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6f056dd9, net.minecraft.item.crafting.Ingredient@6f056dd9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6f056dd9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ethaxiumhoe@0 new recipe: RecipeStage{tier='two', recipe=1xitem.ethaxiumhoe@0:[net.minecraft.item.crafting.Ingredient@2f598269, net.minecraft.item.crafting.Ingredient@2f598269, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@29e41f19, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@29e41f19]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ethaxiumhelmet@0 new recipe: RecipeStage{tier='two', recipe=1xitem.ethaxiumhelmet@0:[net.minecraft.item.crafting.Ingredient@60469f69, net.minecraft.item.crafting.Ingredient@60469f69, net.minecraft.item.crafting.Ingredient@60469f69, net.minecraft.item.crafting.Ingredient@60469f69, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@60469f69]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.ethaxiumfence@0 new recipe: RecipeStage{tier='one', recipe=6xtile.ethaxiumfence@0:[net.minecraft.item.crafting.Ingredient@12e5a628, net.minecraft.item.crafting.Ingredient@12e5a628, net.minecraft.item.crafting.Ingredient@12e5a628, net.minecraft.item.crafting.Ingredient@12e5a628, net.minecraft.item.crafting.Ingredient@12e5a628, net.minecraft.item.crafting.Ingredient@12e5a628]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.ethaxiumbrickstairs@0 new recipe: RecipeStage{tier='two', recipe=4xtile.ethaxiumbrickstairs@0:[net.minecraft.item.crafting.Ingredient@7a327391, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7a327391, net.minecraft.item.crafting.Ingredient@7a327391, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7a327391, net.minecraft.item.crafting.Ingredient@7a327391, net.minecraft.item.crafting.Ingredient@7a327391]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.ethaxiumbrickslab1@0 new recipe: RecipeStage{tier='two', recipe=6xtile.ethaxiumbrickslab1@0:[net.minecraft.item.crafting.Ingredient@2cab8264, net.minecraft.item.crafting.Ingredient@2cab8264, net.minecraft.item.crafting.Ingredient@2cab8264]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ethaxiumbrick@1 new recipe: RecipeStage{tier='two', recipe=1xtile.ethaxiumbrick@1:[net.minecraft.item.crafting.Ingredient@2c9a11d5, net.minecraft.item.crafting.Ingredient@2c9a11d5]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ethaxiumbrick@0 new recipe: RecipeStage{tier='two', recipe=1xtile.ethaxiumbrick@0:[net.minecraft.item.crafting.Ingredient@3738ae91, net.minecraft.item.crafting.Ingredient@3738ae91, net.minecraft.item.crafting.Ingredient@3738ae91, net.minecraft.item.crafting.Ingredient@3738ae91]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ethaxiumboots@0 new recipe: RecipeStage{tier='two', recipe=1xitem.ethaxiumboots@0:[net.minecraft.item.crafting.Ingredient@58faf0b6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@58faf0b6, net.minecraft.item.crafting.Ingredient@58faf0b6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@58faf0b6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ethaxiumaxe@0 new recipe: RecipeStage{tier='two', recipe=1xitem.ethaxiumaxe@0:[net.minecraft.item.crafting.Ingredient@4a193bc3, net.minecraft.item.crafting.Ingredient@4a193bc3, net.minecraft.item.crafting.Ingredient@4a193bc3, net.minecraft.item.crafting.Ingredient@39fe8427, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@39fe8427]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.engraving_yogsothoth@0 new recipe: RecipeStage{tier='two', recipe=1xitem.engraving_yogsothoth@0:[net.minecraft.item.crafting.Ingredient@42056918, net.minecraft.item.crafting.Ingredient@7e167c8e, net.minecraft.item.crafting.Ingredient@42056918, net.minecraft.item.crafting.Ingredient@42056918, net.minecraft.item.crafting.Ingredient@42056918, net.minecraft.item.crafting.Ingredient@42056918]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.engraving_shubniggurath@0 new recipe: RecipeStage{tier='two', recipe=1xitem.engraving_shubniggurath@0:[net.minecraft.item.crafting.Ingredient@44338766, net.minecraft.item.crafting.Ingredient@42e98d23, net.minecraft.item.crafting.Ingredient@44338766, net.minecraft.item.crafting.Ingredient@44338766, net.minecraft.item.crafting.Ingredient@44338766, net.minecraft.item.crafting.Ingredient@44338766]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.engraving_nyarlathotep@0 new recipe: RecipeStage{tier='two', recipe=1xitem.engraving_nyarlathotep@0:[net.minecraft.item.crafting.Ingredient@23c08e19, net.minecraft.item.crafting.Ingredient@20728d40, net.minecraft.item.crafting.Ingredient@23c08e19, net.minecraft.item.crafting.Ingredient@23c08e19, net.minecraft.item.crafting.Ingredient@23c08e19, net.minecraft.item.crafting.Ingredient@23c08e19]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.engraving_jzahar@0 new recipe: RecipeStage{tier='two', recipe=1xitem.engraving_jzahar@0:[net.minecraft.item.crafting.Ingredient@1ef44ddb, net.minecraft.item.crafting.Ingredient@4ed0af8f, net.minecraft.item.crafting.Ingredient@1ef44ddb, net.minecraft.item.crafting.Ingredient@1ef44ddb, net.minecraft.item.crafting.Ingredient@1ef44ddb, net.minecraft.item.crafting.Ingredient@1ef44ddb]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.engraving_hastur@0 new recipe: RecipeStage{tier='two', recipe=1xitem.engraving_hastur@0:[net.minecraft.item.crafting.Ingredient@63f025cb, net.minecraft.item.crafting.Ingredient@393a71b8, net.minecraft.item.crafting.Ingredient@63f025cb, net.minecraft.item.crafting.Ingredient@63f025cb, net.minecraft.item.crafting.Ingredient@63f025cb, net.minecraft.item.crafting.Ingredient@63f025cb]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.engraving_elder@0 new recipe: RecipeStage{tier='two', recipe=1xitem.engraving_elder@0:[net.minecraft.item.crafting.Ingredient@1b1236b3, net.minecraft.item.crafting.Ingredient@3306e94a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.engraving_cthulhu@0 new recipe: RecipeStage{tier='two', recipe=1xitem.engraving_cthulhu@0:[net.minecraft.item.crafting.Ingredient@452b9ee3, net.minecraft.item.crafting.Ingredient@3f1f57cb, net.minecraft.item.crafting.Ingredient@452b9ee3, net.minecraft.item.crafting.Ingredient@452b9ee3, net.minecraft.item.crafting.Ingredient@452b9ee3, net.minecraft.item.crafting.Ingredient@452b9ee3]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.engraving_blank@0 new recipe: RecipeStage{tier='two', recipe=1xitem.engraving_blank@0:[net.minecraft.item.crafting.Ingredient@7b3cb55a, net.minecraft.item.crafting.Ingredient@7b3cb55a, net.minecraft.item.crafting.Ingredient@7b3cb55a, net.minecraft.item.crafting.Ingredient@7b3cb55a, net.minecraft.item.crafting.Ingredient@6a670544, net.minecraft.item.crafting.Ingredient@7b3cb55a, net.minecraft.item.crafting.Ingredient@7b3cb55a, net.minecraft.item.crafting.Ingredient@7b3cb55a, net.minecraft.item.crafting.Ingredient@7b3cb55a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.engraving_azathoth@0 new recipe: RecipeStage{tier='two', recipe=1xitem.engraving_azathoth@0:[net.minecraft.item.crafting.Ingredient@462523cd, net.minecraft.item.crafting.Ingredient@8e769f9, net.minecraft.item.crafting.Ingredient@17102b0c, net.minecraft.item.crafting.Ingredient@5125db54, net.minecraft.item.crafting.Ingredient@3e71a1f6, net.minecraft.item.crafting.Ingredient@deaaf60]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.engraver@0 new recipe: RecipeStage{tier='two', recipe=1xtile.engraver@0:[net.minecraft.item.crafting.Ingredient@31d65993, net.minecraft.item.crafting.Ingredient@74f19fd8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@31d65993, net.minecraft.item.crafting.Ingredient@74f19fd8, net.minecraft.item.crafting.Ingredient@6958fcbd, net.minecraft.item.crafting.Ingredient@fb07d82, net.minecraft.item.crafting.Ingredient@74f19fd8, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.energyrelay@0 new recipe: RecipeStage{tier='zero', recipe=1xtile.energyrelay@0:[net.minecraft.item.crafting.Ingredient@3075e1aa, net.minecraft.item.crafting.Ingredient@3075e1aa, net.minecraft.item.crafting.Ingredient@135df4c5, net.minecraft.item.crafting.Ingredient@3075e1aa, net.minecraft.item.crafting.Ingredient@7d1e0ce3, net.minecraft.item.crafting.Ingredient@3075e1aa, net.minecraft.item.crafting.Ingredient@3075e1aa, net.minecraft.item.crafting.Ingredient@3075e1aa, net.minecraft.item.crafting.Ingredient@135df4c5]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.energypedestal@0 new recipe: RecipeStage{tier='one', recipe=1xtile.energypedestal@0:[net.minecraft.item.crafting.Ingredient@3f9e9e68, net.minecraft.item.crafting.Ingredient@3e542adf, net.minecraft.item.crafting.Ingredient@3f9e9e68, net.minecraft.item.crafting.Ingredient@3f9e9e68, net.minecraft.item.crafting.Ingredient@1ec1f3e8, net.minecraft.item.crafting.Ingredient@3f9e9e68, net.minecraft.item.crafting.Ingredient@3f9e9e68, net.minecraft.item.crafting.Ingredient@3f9e9e68, net.minecraft.item.crafting.Ingredient@3f9e9e68]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.energydepositioner@0 new recipe: RecipeStage{tier='two', recipe=1xtile.energydepositioner@0:[net.minecraft.item.crafting.Ingredient@478151c4, net.minecraft.item.crafting.Ingredient@478151c4, net.minecraft.item.crafting.Ingredient@478151c4, net.minecraft.item.crafting.Ingredient@40aa706c, net.minecraft.item.crafting.Ingredient@36dd02da, net.minecraft.item.crafting.Ingredient@40aa706c, net.minecraft.item.crafting.Ingredient@478151c4, net.minecraft.item.crafting.Ingredient@3e14d3e8, net.minecraft.item.crafting.Ingredient@478151c4]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.energycollector@0 new recipe: RecipeStage{tier='zero', recipe=1xtile.energycollector@0:[net.minecraft.item.crafting.Ingredient@2e235505, net.minecraft.item.crafting.Ingredient@2e235505, net.minecraft.item.crafting.Ingredient@2e235505, net.minecraft.item.crafting.Ingredient@2e235505, net.minecraft.item.crafting.Ingredient@70d02167, net.minecraft.item.crafting.Ingredient@2e235505, net.minecraft.item.crafting.Ingredient@2e235505, net.minecraft.item.crafting.Ingredient@2e235505, net.minecraft.item.crafting.Ingredient@2e235505]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.dsword@0 new recipe: RecipeStage{tier='zero', recipe=1xitem.dsword@0:[net.minecraft.item.crafting.Ingredient@1149786, net.minecraft.item.crafting.Ingredient@1149786, net.minecraftforge.oredict.OreIngredient@5b112722]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.dspplate@0 new recipe: RecipeStage{tier='two', recipe=1xtile.dspplate@0:[net.minecraft.item.crafting.Ingredient@176da680, net.minecraft.item.crafting.Ingredient@176da680]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.dshovel@0 new recipe: RecipeStage{tier='zero', recipe=1xitem.dshovel@0:[net.minecraft.item.crafting.Ingredient@647b379b, net.minecraftforge.oredict.OreIngredient@5b112722, net.minecraftforge.oredict.OreIngredient@5b112722]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.dsglow@0 new recipe: RecipeStage{tier='three', recipe=4xtile.dsglow@0:[net.minecraft.item.crafting.Ingredient@5c3fe458, net.minecraft.item.crafting.Ingredient@6fba31e7, net.minecraft.item.crafting.Ingredient@5c3fe458, net.minecraft.item.crafting.Ingredient@6c1f81c3, net.minecraft.item.crafting.Ingredient@2395b0d5, net.minecraft.item.crafting.Ingredient@6c1f81c3, net.minecraft.item.crafting.Ingredient@5c3fe458, net.minecraft.item.crafting.Ingredient@6c1f81c3, net.minecraft.item.crafting.Ingredient@5c3fe458]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.dscwall@0 new recipe: RecipeStage{tier='zero', recipe=6xtile.dscwall@0:[net.minecraft.item.crafting.Ingredient@6fb61272, net.minecraft.item.crafting.Ingredient@6fb61272, net.minecraft.item.crafting.Ingredient@6fb61272, net.minecraft.item.crafting.Ingredient@6fb61272, net.minecraft.item.crafting.Ingredient@6fb61272, net.minecraft.item.crafting.Ingredient@6fb61272]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.dsbutton@0 new recipe: RecipeStage{tier='one', recipe=1xtile.dsbutton@0:[net.minecraft.item.crafting.Ingredient@14d29f64]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.dsbfence@0 new recipe: RecipeStage{tier='one', recipe=6xtile.dsbfence@0:[net.minecraft.item.crafting.Ingredient@4bf822a9, net.minecraft.item.crafting.Ingredient@4bf822a9, net.minecraft.item.crafting.Ingredient@4bf822a9, net.minecraft.item.crafting.Ingredient@4bf822a9, net.minecraft.item.crafting.Ingredient@4bf822a9, net.minecraft.item.crafting.Ingredient@4bf822a9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.drtfence@0 new recipe: RecipeStage{tier='one', recipe=3xtile.drtfence@0:[net.minecraft.item.crafting.Ingredient@4a19076e, net.minecraftforge.oredict.OreIngredient@5b112722, net.minecraft.item.crafting.Ingredient@4a19076e, net.minecraft.item.crafting.Ingredient@4a19076e, net.minecraftforge.oredict.OreIngredient@5b112722, net.minecraft.item.crafting.Ingredient@4a19076e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.dreadstonecobblestonewall@0 new recipe: RecipeStage{tier='two', recipe=6xtile.dreadstonecobblestonewall@0:[net.minecraft.item.crafting.Ingredient@672971de, net.minecraft.item.crafting.Ingredient@672971de, net.minecraft.item.crafting.Ingredient@672971de, net.minecraft.item.crafting.Ingredient@672971de, net.minecraft.item.crafting.Ingredient@672971de, net.minecraft.item.crafting.Ingredient@672971de]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.dreadstonecobblestonestairs@0 new recipe: RecipeStage{tier='two', recipe=4xtile.dreadstonecobblestonestairs@0:[net.minecraft.item.crafting.Ingredient@3bb6571, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3bb6571, net.minecraft.item.crafting.Ingredient@3bb6571, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3bb6571, net.minecraft.item.crafting.Ingredient@3bb6571, net.minecraft.item.crafting.Ingredient@3bb6571]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.dreadstonecobblestoneslab1@0 new recipe: RecipeStage{tier='two', recipe=6xtile.dreadstonecobblestoneslab1@0:[net.minecraft.item.crafting.Ingredient@5430714d, net.minecraft.item.crafting.Ingredient@5430714d, net.minecraft.item.crafting.Ingredient@5430714d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.dreadplate@0 new recipe: RecipeStage{tier='two', recipe=1xitem.dreadplate@0:[net.minecraft.item.crafting.Ingredient@44f814d6, net.minecraft.item.crafting.Ingredient@44f814d6, net.minecraft.item.crafting.Ingredient@44f814d6, net.minecraft.item.crafting.Ingredient@44f814d6, net.minecraft.item.crafting.Ingredient@66c62ee3, net.minecraft.item.crafting.Ingredient@44f814d6, net.minecraft.item.crafting.Ingredient@44f814d6, net.minecraft.item.crafting.Ingredient@44f814d6, net.minecraft.item.crafting.Ingredient@44f814d6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.dreadkatana@0 new recipe: RecipeStage{tier='two', recipe=1xitem.dreadkatana@0:[net.minecraft.item.crafting.Ingredient@73584d25, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@56b000ef, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.dreadiumsword@0 new recipe: RecipeStage{tier='two', recipe=1xitem.dreadiumsword@0:[net.minecraft.item.crafting.Ingredient@5e10171, net.minecraft.item.crafting.Ingredient@5e10171, net.minecraftforge.oredict.OreIngredient@5b112722]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.dreadiumshovel@0 new recipe: RecipeStage{tier='two', recipe=1xitem.dreadiumshovel@0:[net.minecraft.item.crafting.Ingredient@e4ec092, net.minecraftforge.oredict.OreIngredient@5b112722, net.minecraftforge.oredict.OreIngredient@5b112722]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.dreadiumsamuraiplate@0 new recipe: RecipeStage{tier='two', recipe=1xitem.dreadiumsamuraiplate@0:[net.minecraft.item.crafting.Ingredient@16cddbad, net.minecraft.item.crafting.Ingredient@309cf639, net.minecraft.item.crafting.Ingredient@16cddbad, net.minecraft.item.crafting.Ingredient@16cddbad, net.minecraft.item.crafting.Ingredient@23ecf620, net.minecraft.item.crafting.Ingredient@16cddbad, net.minecraft.item.crafting.Ingredient@fbe99cc, net.minecraft.item.crafting.Ingredient@fbe99cc, net.minecraft.item.crafting.Ingredient@fbe99cc]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.dreadiumsamurailegs@0 new recipe: RecipeStage{tier='two', recipe=1xitem.dreadiumsamurailegs@0:[net.minecraft.item.crafting.Ingredient@33ec6154, net.minecraft.item.crafting.Ingredient@50b3606a, net.minecraft.item.crafting.Ingredient@33ec6154, net.minecraft.item.crafting.Ingredient@ef9fd15, net.minecraft.item.crafting.Ingredient@ef9fd15, net.minecraft.item.crafting.Ingredient@ef9fd15]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.dreadiumsamuraihelmet@0 new recipe: RecipeStage{tier='two', recipe=1xitem.dreadiumsamuraihelmet@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@d6bfe1c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6a0af7ad, net.minecraft.item.crafting.Ingredient@6cd7ca6e, net.minecraft.item.crafting.Ingredient@6a0af7ad]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.dreadiumsamuraiboots@0 new recipe: RecipeStage{tier='two', recipe=1xitem.dreadiumsamuraiboots@0:[net.minecraft.item.crafting.Ingredient@40f6923d, net.minecraft.item.crafting.Ingredient@253e8e4e, net.minecraft.item.crafting.Ingredient@40f6923d, net.minecraft.item.crafting.Ingredient@5e7478d0, net.minecraft.item.crafting.Ingredient@5e7478d0, net.minecraft.item.crafting.Ingredient@5e7478d0]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.dreadiumplate@0 new recipe: RecipeStage{tier='two', recipe=1xitem.dreadiumplate@0:[net.minecraft.item.crafting.Ingredient@11f716bf, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@11f716bf, net.minecraft.item.crafting.Ingredient@11f716bf, net.minecraft.item.crafting.Ingredient@11f716bf, net.minecraft.item.crafting.Ingredient@11f716bf, net.minecraft.item.crafting.Ingredient@11f716bf, net.minecraft.item.crafting.Ingredient@11f716bf, net.minecraft.item.crafting.Ingredient@11f716bf]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.dreadiumpickaxe@0 new recipe: RecipeStage{tier='two', recipe=1xitem.dreadiumpickaxe@0:[net.minecraft.item.crafting.Ingredient@7a5efd48, net.minecraft.item.crafting.Ingredient@7a5efd48, net.minecraft.item.crafting.Ingredient@7a5efd48, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5b112722, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5b112722, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.dreadiumlegs@0 new recipe: RecipeStage{tier='two', recipe=1xitem.dreadiumlegs@0:[net.minecraft.item.crafting.Ingredient@262a218f, net.minecraft.item.crafting.Ingredient@262a218f, net.minecraft.item.crafting.Ingredient@262a218f, net.minecraft.item.crafting.Ingredient@262a218f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@262a218f, net.minecraft.item.crafting.Ingredient@262a218f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@262a218f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.dreadiumhoe@0 new recipe: RecipeStage{tier='two', recipe=1xitem.dreadiumhoe@0:[net.minecraft.item.crafting.Ingredient@51e06365, net.minecraft.item.crafting.Ingredient@51e06365, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5b112722, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5b112722]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.dreadiumhelmet@0 new recipe: RecipeStage{tier='two', recipe=1xitem.dreadiumhelmet@0:[net.minecraft.item.crafting.Ingredient@49281f, net.minecraft.item.crafting.Ingredient@49281f, net.minecraft.item.crafting.Ingredient@49281f, net.minecraft.item.crafting.Ingredient@49281f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@49281f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.dreadiumboots@0 new recipe: RecipeStage{tier='two', recipe=1xitem.dreadiumboots@0:[net.minecraft.item.crafting.Ingredient@725d13e7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@725d13e7, net.minecraft.item.crafting.Ingredient@725d13e7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@725d13e7]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.dreadiumaxe@0 new recipe: RecipeStage{tier='two', recipe=1xitem.dreadiumaxe@0:[net.minecraft.item.crafting.Ingredient@496bff00, net.minecraft.item.crafting.Ingredient@496bff00, net.minecraft.item.crafting.Ingredient@496bff00, net.minecraftforge.oredict.OreIngredient@5b112722, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5b112722]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.dreadhilt@0 new recipe: RecipeStage{tier='two', recipe=1xitem.dreadhilt@0:[net.minecraft.item.crafting.Ingredient@7cd9256a, net.minecraft.item.crafting.Ingredient@7cd9256a, net.minecraft.item.crafting.Ingredient@7cd9256a, net.minecraft.item.crafting.Ingredient@13150005, net.minecraft.item.crafting.Ingredient@3cafcdbd, net.minecraft.item.crafting.Ingredient@13150005, net.minecraft.item.crafting.Ingredient@13150005, net.minecraft.item.crafting.Ingredient@3cafcdbd, net.minecraft.item.crafting.Ingredient@13150005]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.dreadcloth@0 new recipe: RecipeStage{tier='two', recipe=1xitem.dreadcloth@0:[net.minecraft.item.crafting.Ingredient@78b4c816, net.minecraft.item.crafting.Ingredient@2093ac46, net.minecraft.item.crafting.Ingredient@78b4c816, net.minecraft.item.crafting.Ingredient@2093ac46, net.minecraft.item.crafting.Ingredient@71f6b9b7, net.minecraft.item.crafting.Ingredient@2093ac46, net.minecraft.item.crafting.Ingredient@78b4c816, net.minecraft.item.crafting.Ingredient@2093ac46, net.minecraft.item.crafting.Ingredient@78b4c816]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.dreadcloth@0 new recipe: RecipeStage{tier='two', recipe=1xitem.dreadcloth@0:[net.minecraft.item.crafting.Ingredient@4d06fc51, net.minecraft.item.crafting.Ingredient@5ee7e22d, net.minecraft.item.crafting.Ingredient@4d06fc51, net.minecraft.item.crafting.Ingredient@5ee7e22d, net.minecraft.item.crafting.Ingredient@47afa479, net.minecraft.item.crafting.Ingredient@5ee7e22d, net.minecraft.item.crafting.Ingredient@4d06fc51, net.minecraft.item.crafting.Ingredient@5ee7e22d, net.minecraft.item.crafting.Ingredient@4d06fc51]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.dreadbrickstairs@0 new recipe: RecipeStage{tier='two', recipe=4xtile.dreadbrickstairs@0:[net.minecraft.item.crafting.Ingredient@21907ce3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@21907ce3, net.minecraft.item.crafting.Ingredient@21907ce3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@21907ce3, net.minecraft.item.crafting.Ingredient@21907ce3, net.minecraft.item.crafting.Ingredient@21907ce3]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.dreadbrickslab1@0 new recipe: RecipeStage{tier='two', recipe=6xtile.dreadbrickslab1@0:[net.minecraft.item.crafting.Ingredient@22a1bf51, net.minecraft.item.crafting.Ingredient@22a1bf51, net.minecraft.item.crafting.Ingredient@22a1bf51]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.dreadbrickfence@0 new recipe: RecipeStage{tier='one', recipe=6xtile.dreadbrickfence@0:[net.minecraft.item.crafting.Ingredient@64e748db, net.minecraft.item.crafting.Ingredient@64e748db, net.minecraft.item.crafting.Ingredient@64e748db, net.minecraft.item.crafting.Ingredient@64e748db, net.minecraft.item.crafting.Ingredient@64e748db, net.minecraft.item.crafting.Ingredient@64e748db]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.dreadbrick@1 new recipe: RecipeStage{tier='two', recipe=1xtile.dreadbrick@1:[net.minecraft.item.crafting.Ingredient@491f9e15, net.minecraft.item.crafting.Ingredient@491f9e15]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.dreadbrick@0 new recipe: RecipeStage{tier='two', recipe=4xtile.dreadbrick@0:[net.minecraft.item.crafting.Ingredient@49d13465, net.minecraft.item.crafting.Ingredient@49d13465, net.minecraft.item.crafting.Ingredient@49d13465, net.minecraft.item.crafting.Ingredient@49d13465]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.dreadblade@0 new recipe: RecipeStage{tier='two', recipe=1xitem.dreadblade@0:[net.minecraft.item.crafting.Ingredient@66c8d095, net.minecraft.item.crafting.Ingredient@66c8d095, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@66c8d095, net.minecraft.item.crafting.Ingredient@66c8d095, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@66c8d095, net.minecraft.item.crafting.Ingredient@66c8d095, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.drainstaff@0 new recipe: RecipeStage{tier='two', recipe=1xitem.drainstaff@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5e62adbb, net.minecraft.item.crafting.Ingredient@32823061, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5e62adbb, net.minecraft.item.crafting.Ingredient@5e62adbb, net.minecraft.item.crafting.Ingredient@5e62adbb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.dpick@0 new recipe: RecipeStage{tier='zero', recipe=1xitem.dpick@0:[net.minecraft.item.crafting.Ingredient@69ce3446, net.minecraft.item.crafting.Ingredient@69ce3446, net.minecraft.item.crafting.Ingredient@69ce3446, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5b112722, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5b112722, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.door_drt@0 new recipe: RecipeStage{tier='two', recipe=1xitem.door_drt@0:[net.minecraft.item.crafting.Ingredient@55ca4510, net.minecraft.item.crafting.Ingredient@55ca4510, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@55ca4510, net.minecraft.item.crafting.Ingredient@55ca4510, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@55ca4510, net.minecraft.item.crafting.Ingredient@55ca4510, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.door_dlt@0 new recipe: RecipeStage{tier='one', recipe=1xitem.door_dlt@0:[net.minecraft.item.crafting.Ingredient@57d5407c, net.minecraft.item.crafting.Ingredient@57d5407c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@57d5407c, net.minecraft.item.crafting.Ingredient@57d5407c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@57d5407c, net.minecraft.item.crafting.Ingredient@57d5407c, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.dltstairs@0 new recipe: RecipeStage{tier='one', recipe=4xtile.dltstairs@0:[net.minecraft.item.crafting.Ingredient@2ed058de, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2ed058de, net.minecraft.item.crafting.Ingredient@2ed058de, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2ed058de, net.minecraft.item.crafting.Ingredient@2ed058de, net.minecraft.item.crafting.Ingredient@2ed058de]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.dltpplate@0 new recipe: RecipeStage{tier='two', recipe=1xtile.dltpplate@0:[net.minecraft.item.crafting.Ingredient@3b8f37a1, net.minecraft.item.crafting.Ingredient@3b8f37a1]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.dltfence@0 new recipe: RecipeStage{tier='one', recipe=3xtile.dltfence@0:[net.minecraft.item.crafting.Ingredient@447a38f0, net.minecraftforge.oredict.OreIngredient@5b112722, net.minecraft.item.crafting.Ingredient@447a38f0, net.minecraft.item.crafting.Ingredient@447a38f0, net.minecraftforge.oredict.OreIngredient@5b112722, net.minecraft.item.crafting.Ingredient@447a38f0]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.dltbutton@0 new recipe: RecipeStage{tier='one', recipe=1xtile.dltbutton@0:[net.minecraft.item.crafting.Ingredient@5c04edbe]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.dhoe@0 new recipe: RecipeStage{tier='one', recipe=1xitem.dhoe@0:[net.minecraft.item.crafting.Ingredient@d9fc6eb, net.minecraft.item.crafting.Ingredient@d9fc6eb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5b112722, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5b112722]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.densecarboncluster@0 new recipe: RecipeStage{tier='three', recipe=1xitem.densecarboncluster@0:[net.minecraft.item.crafting.Ingredient@284911c7, net.minecraft.item.crafting.Ingredient@284911c7, net.minecraft.item.crafting.Ingredient@284911c7, net.minecraft.item.crafting.Ingredient@284911c7, net.minecraft.item.crafting.Ingredient@11231858, net.minecraft.item.crafting.Ingredient@284911c7, net.minecraft.item.crafting.Ingredient@284911c7, net.minecraft.item.crafting.Ingredient@284911c7, net.minecraft.item.crafting.Ingredient@284911c7]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.dcstairs@0 new recipe: RecipeStage{tier='one', recipe=4xtile.dcstairs@0:[net.minecraft.item.crafting.Ingredient@16ec4e19, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@16ec4e19, net.minecraft.item.crafting.Ingredient@16ec4e19, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@16ec4e19, net.minecraft.item.crafting.Ingredient@16ec4e19, net.minecraft.item.crafting.Ingredient@16ec4e19]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.dbstairs@0 new recipe: RecipeStage{tier='one', recipe=4xtile.dbstairs@0:[net.minecraft.item.crafting.Ingredient@2016386e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2016386e, net.minecraft.item.crafting.Ingredient@2016386e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2016386e, net.minecraft.item.crafting.Ingredient@2016386e, net.minecraft.item.crafting.Ingredient@2016386e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.daxe@0 new recipe: RecipeStage{tier='zero', recipe=1xitem.daxe@0:[net.minecraft.item.crafting.Ingredient@7c9507ca, net.minecraft.item.crafting.Ingredient@7c9507ca, net.minecraft.item.crafting.Ingredient@7c9507ca, net.minecraftforge.oredict.OreIngredient@5b112722, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5b112722]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.darkstoneslab1@0 new recipe: RecipeStage{tier='zero', recipe=6xtile.darkstoneslab1@0:[net.minecraft.item.crafting.Ingredient@6dba3e6c, net.minecraft.item.crafting.Ingredient@6dba3e6c, net.minecraft.item.crafting.Ingredient@6dba3e6c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.darkstone_brick@1 new recipe: RecipeStage{tier='zero', recipe=1xtile.darkstone_brick@1:[net.minecraft.item.crafting.Ingredient@6cfd8e34, net.minecraft.item.crafting.Ingredient@6cfd8e34]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.darkstone_brick@0 new recipe: RecipeStage{tier='zero', recipe=4xtile.darkstone_brick@0:[net.minecraft.item.crafting.Ingredient@ebb3786, net.minecraft.item.crafting.Ingredient@ebb3786, net.minecraft.item.crafting.Ingredient@ebb3786, net.minecraft.item.crafting.Ingredient@ebb3786]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xtile.darkethaxiumpillar@0 new recipe: RecipeStage{tier='two', recipe=2xtile.darkethaxiumpillar@0:[net.minecraft.item.crafting.Ingredient@67a61c40, net.minecraft.item.crafting.Ingredient@478b949a, net.minecraft.item.crafting.Ingredient@67a61c40, net.minecraft.item.crafting.Ingredient@478b949a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.darkethaxiumbrickstairs@0 new recipe: RecipeStage{tier='two', recipe=4xtile.darkethaxiumbrickstairs@0:[net.minecraft.item.crafting.Ingredient@709e44f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@709e44f, net.minecraft.item.crafting.Ingredient@709e44f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@709e44f, net.minecraft.item.crafting.Ingredient@709e44f, net.minecraft.item.crafting.Ingredient@709e44f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.darkethaxiumbrickslab1@0 new recipe: RecipeStage{tier='two', recipe=6xtile.darkethaxiumbrickslab1@0:[net.minecraft.item.crafting.Ingredient@393b7a34, net.minecraft.item.crafting.Ingredient@393b7a34, net.minecraft.item.crafting.Ingredient@393b7a34]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.darkethaxiumbrickfence@0 new recipe: RecipeStage{tier='one', recipe=6xtile.darkethaxiumbrickfence@0:[net.minecraft.item.crafting.Ingredient@6fa5e33, net.minecraft.item.crafting.Ingredient@6fa5e33, net.minecraft.item.crafting.Ingredient@6fa5e33, net.minecraft.item.crafting.Ingredient@6fa5e33, net.minecraft.item.crafting.Ingredient@6fa5e33, net.minecraft.item.crafting.Ingredient@6fa5e33]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.darkethaxiumbrick@1 new recipe: RecipeStage{tier='two', recipe=1xtile.darkethaxiumbrick@1:[net.minecraft.item.crafting.Ingredient@51db8f25, net.minecraft.item.crafting.Ingredient@51db8f25]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.darkethaxiumbrick@0 new recipe: RecipeStage{tier='two', recipe=1xtile.darkethaxiumbrick@0:[net.minecraft.item.crafting.Ingredient@425f82e, net.minecraft.item.crafting.Ingredient@4a57c518, net.minecraft.item.crafting.Ingredient@425f82e, net.minecraft.item.crafting.Ingredient@4a57c518]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.darkcobbleslab1@0 new recipe: RecipeStage{tier='zero', recipe=6xtile.darkcobbleslab1@0:[net.minecraft.item.crafting.Ingredient@308502b3, net.minecraft.item.crafting.Ingredient@308502b3, net.minecraft.item.crafting.Ingredient@308502b3]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.darkbrickslab1@0 new recipe: RecipeStage{tier='zero', recipe=6xtile.darkbrickslab1@0:[net.minecraft.item.crafting.Ingredient@42398b6d, net.minecraft.item.crafting.Ingredient@42398b6d, net.minecraft.item.crafting.Ingredient@42398b6d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.cstonepplate@0 new recipe: RecipeStage{tier='two', recipe=1xtile.cstonepplate@0:[net.minecraft.item.crafting.Ingredient@13d770b0, net.minecraft.item.crafting.Ingredient@13d770b0]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.cstonebutton@0 new recipe: RecipeStage{tier='two', recipe=1xtile.cstonebutton@0:[net.minecraft.item.crafting.Ingredient@3d8bf9a7]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.cstonebrickstairs@0 new recipe: RecipeStage{tier='two', recipe=4xtile.cstonebrickstairs@0:[net.minecraft.item.crafting.Ingredient@4b077be4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4b077be4, net.minecraft.item.crafting.Ingredient@4b077be4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4b077be4, net.minecraft.item.crafting.Ingredient@4b077be4, net.minecraft.item.crafting.Ingredient@4b077be4]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.cstonebrickslab1@0 new recipe: RecipeStage{tier='two', recipe=6xtile.cstonebrickslab1@0:[net.minecraft.item.crafting.Ingredient@71a57f13, net.minecraft.item.crafting.Ingredient@71a57f13, net.minecraft.item.crafting.Ingredient@71a57f13]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.cstonebrickfence@0 new recipe: RecipeStage{tier='one', recipe=6xtile.cstonebrickfence@0:[net.minecraft.item.crafting.Ingredient@59fc5450, net.minecraft.item.crafting.Ingredient@59fc5450, net.minecraft.item.crafting.Ingredient@59fc5450, net.minecraft.item.crafting.Ingredient@59fc5450, net.minecraft.item.crafting.Ingredient@59fc5450, net.minecraft.item.crafting.Ingredient@59fc5450]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.cstonebrick@1 new recipe: RecipeStage{tier='two', recipe=1xtile.cstonebrick@1:[net.minecraft.item.crafting.Ingredient@26a0c6da, net.minecraft.item.crafting.Ingredient@26a0c6da]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.cstonebrick@0 new recipe: RecipeStage{tier='two', recipe=1xtile.cstonebrick@0:[net.minecraft.item.crafting.Ingredient@2ba3845e, net.minecraft.item.crafting.Ingredient@2ba3845e, net.minecraft.item.crafting.Ingredient@2ba3845e, net.minecraft.item.crafting.Ingredient@2ba3845e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.crystalshard@9 new recipe: RecipeStage{tier='three', recipe=1xitem.crystalshard@9:[net.minecraft.item.crafting.Ingredient@63b1814c, net.minecraft.item.crafting.Ingredient@63b1814c, net.minecraft.item.crafting.Ingredient@63b1814c, net.minecraft.item.crafting.Ingredient@63b1814c, net.minecraft.item.crafting.Ingredient@63b1814c, net.minecraft.item.crafting.Ingredient@63b1814c, net.minecraft.item.crafting.Ingredient@63b1814c, net.minecraft.item.crafting.Ingredient@63b1814c, net.minecraft.item.crafting.Ingredient@63b1814c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.crystalshard@9 new recipe: RecipeStage{tier='three', recipe=9xitem.crystalshard@9:[net.minecraft.item.crafting.Ingredient@549aa026]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.crystalshard@9 new recipe: RecipeStage{tier='three', recipe=1xitem.crystalshard@9:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3d8dc9a3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@49645fd7, net.minecraft.item.crafting.Ingredient@49645fd7, net.minecraft.item.crafting.Ingredient@49645fd7]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.crystalshard@8 new recipe: RecipeStage{tier='three', recipe=1xitem.crystalshard@8:[net.minecraft.item.crafting.Ingredient@57599629, net.minecraft.item.crafting.Ingredient@57599629, net.minecraft.item.crafting.Ingredient@57599629, net.minecraft.item.crafting.Ingredient@57599629, net.minecraft.item.crafting.Ingredient@57599629, net.minecraft.item.crafting.Ingredient@57599629, net.minecraft.item.crafting.Ingredient@57599629, net.minecraft.item.crafting.Ingredient@57599629, net.minecraft.item.crafting.Ingredient@57599629]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.crystalshard@8 new recipe: RecipeStage{tier='three', recipe=9xitem.crystalshard@8:[net.minecraft.item.crafting.Ingredient@7fb6187d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.crystalshard@7 new recipe: RecipeStage{tier='three', recipe=1xitem.crystalshard@7:[net.minecraft.item.crafting.Ingredient@1145a4df, net.minecraft.item.crafting.Ingredient@1145a4df, net.minecraft.item.crafting.Ingredient@1145a4df, net.minecraft.item.crafting.Ingredient@1145a4df, net.minecraft.item.crafting.Ingredient@1145a4df, net.minecraft.item.crafting.Ingredient@1145a4df, net.minecraft.item.crafting.Ingredient@1145a4df, net.minecraft.item.crafting.Ingredient@1145a4df, net.minecraft.item.crafting.Ingredient@1145a4df]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.crystalshard@7 new recipe: RecipeStage{tier='three', recipe=9xitem.crystalshard@7:[net.minecraft.item.crafting.Ingredient@918f93d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.crystalshard@6 new recipe: RecipeStage{tier='three', recipe=1xitem.crystalshard@6:[net.minecraft.item.crafting.Ingredient@431b5d63, net.minecraft.item.crafting.Ingredient@431b5d63, net.minecraft.item.crafting.Ingredient@431b5d63, net.minecraft.item.crafting.Ingredient@431b5d63, net.minecraft.item.crafting.Ingredient@431b5d63, net.minecraft.item.crafting.Ingredient@431b5d63, net.minecraft.item.crafting.Ingredient@431b5d63, net.minecraft.item.crafting.Ingredient@431b5d63, net.minecraft.item.crafting.Ingredient@431b5d63]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.crystalshard@6 new recipe: RecipeStage{tier='three', recipe=9xitem.crystalshard@6:[net.minecraft.item.crafting.Ingredient@7d664ab6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.crystalshard@5 new recipe: RecipeStage{tier='three', recipe=1xitem.crystalshard@5:[net.minecraft.item.crafting.Ingredient@47681d2e, net.minecraft.item.crafting.Ingredient@47681d2e, net.minecraft.item.crafting.Ingredient@47681d2e, net.minecraft.item.crafting.Ingredient@47681d2e, net.minecraft.item.crafting.Ingredient@47681d2e, net.minecraft.item.crafting.Ingredient@47681d2e, net.minecraft.item.crafting.Ingredient@47681d2e, net.minecraft.item.crafting.Ingredient@47681d2e, net.minecraft.item.crafting.Ingredient@47681d2e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.crystalshard@5 new recipe: RecipeStage{tier='three', recipe=9xitem.crystalshard@5:[net.minecraft.item.crafting.Ingredient@5e7ec4da]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.crystalshard@4 new recipe: RecipeStage{tier='three', recipe=1xitem.crystalshard@4:[net.minecraft.item.crafting.Ingredient@35387947, net.minecraft.item.crafting.Ingredient@35387947, net.minecraft.item.crafting.Ingredient@35387947, net.minecraft.item.crafting.Ingredient@35387947, net.minecraft.item.crafting.Ingredient@35387947, net.minecraft.item.crafting.Ingredient@35387947, net.minecraft.item.crafting.Ingredient@35387947, net.minecraft.item.crafting.Ingredient@35387947, net.minecraft.item.crafting.Ingredient@35387947]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.crystalshard@4 new recipe: RecipeStage{tier='three', recipe=9xitem.crystalshard@4:[net.minecraft.item.crafting.Ingredient@79028853]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.crystalshard@3 new recipe: RecipeStage{tier='three', recipe=1xitem.crystalshard@3:[net.minecraft.item.crafting.Ingredient@7a169a9d, net.minecraft.item.crafting.Ingredient@7a169a9d, net.minecraft.item.crafting.Ingredient@7a169a9d, net.minecraft.item.crafting.Ingredient@7a169a9d, net.minecraft.item.crafting.Ingredient@7a169a9d, net.minecraft.item.crafting.Ingredient@7a169a9d, net.minecraft.item.crafting.Ingredient@7a169a9d, net.minecraft.item.crafting.Ingredient@7a169a9d, net.minecraft.item.crafting.Ingredient@7a169a9d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.crystalshard@3 new recipe: RecipeStage{tier='three', recipe=9xitem.crystalshard@3:[net.minecraft.item.crafting.Ingredient@39ed102a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.crystalshard@2 new recipe: RecipeStage{tier='three', recipe=1xitem.crystalshard@2:[net.minecraft.item.crafting.Ingredient@7b06af29, net.minecraft.item.crafting.Ingredient@7b06af29, net.minecraft.item.crafting.Ingredient@7b06af29, net.minecraft.item.crafting.Ingredient@7b06af29, net.minecraft.item.crafting.Ingredient@7b06af29, net.minecraft.item.crafting.Ingredient@7b06af29, net.minecraft.item.crafting.Ingredient@7b06af29, net.minecraft.item.crafting.Ingredient@7b06af29, net.minecraft.item.crafting.Ingredient@7b06af29]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.crystalshard@27 new recipe: RecipeStage{tier='three', recipe=1xitem.crystalshard@27:[net.minecraft.item.crafting.Ingredient@6d02d4df, net.minecraft.item.crafting.Ingredient@6d02d4df, net.minecraft.item.crafting.Ingredient@6d02d4df, net.minecraft.item.crafting.Ingredient@6d02d4df, net.minecraft.item.crafting.Ingredient@6d02d4df, net.minecraft.item.crafting.Ingredient@6d02d4df, net.minecraft.item.crafting.Ingredient@6d02d4df, net.minecraft.item.crafting.Ingredient@6d02d4df, net.minecraft.item.crafting.Ingredient@6d02d4df]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.crystalshard@27 new recipe: RecipeStage{tier='three', recipe=9xitem.crystalshard@27:[net.minecraft.item.crafting.Ingredient@13d75bc5]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.crystalshard@26 new recipe: RecipeStage{tier='three', recipe=1xitem.crystalshard@26:[net.minecraft.item.crafting.Ingredient@2b2cf89b, net.minecraft.item.crafting.Ingredient@2b2cf89b, net.minecraft.item.crafting.Ingredient@2b2cf89b, net.minecraft.item.crafting.Ingredient@2b2cf89b, net.minecraft.item.crafting.Ingredient@2b2cf89b, net.minecraft.item.crafting.Ingredient@2b2cf89b, net.minecraft.item.crafting.Ingredient@2b2cf89b, net.minecraft.item.crafting.Ingredient@2b2cf89b, net.minecraft.item.crafting.Ingredient@2b2cf89b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.crystalshard@26 new recipe: RecipeStage{tier='three', recipe=9xitem.crystalshard@26:[net.minecraft.item.crafting.Ingredient@d18406a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.crystalshard@25 new recipe: RecipeStage{tier='three', recipe=1xitem.crystalshard@25:[net.minecraft.item.crafting.Ingredient@465e9c5f, net.minecraft.item.crafting.Ingredient@465e9c5f, net.minecraft.item.crafting.Ingredient@465e9c5f, net.minecraft.item.crafting.Ingredient@465e9c5f, net.minecraft.item.crafting.Ingredient@465e9c5f, net.minecraft.item.crafting.Ingredient@465e9c5f, net.minecraft.item.crafting.Ingredient@465e9c5f, net.minecraft.item.crafting.Ingredient@465e9c5f, net.minecraft.item.crafting.Ingredient@465e9c5f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.crystalshard@25 new recipe: RecipeStage{tier='three', recipe=9xitem.crystalshard@25:[net.minecraft.item.crafting.Ingredient@2ab27cd2]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.crystalshard@24 new recipe: RecipeStage{tier='three', recipe=1xitem.crystalshard@24:[net.minecraft.item.crafting.Ingredient@103ef55d, net.minecraft.item.crafting.Ingredient@103ef55d, net.minecraft.item.crafting.Ingredient@103ef55d, net.minecraft.item.crafting.Ingredient@103ef55d, net.minecraft.item.crafting.Ingredient@103ef55d, net.minecraft.item.crafting.Ingredient@103ef55d, net.minecraft.item.crafting.Ingredient@103ef55d, net.minecraft.item.crafting.Ingredient@103ef55d, net.minecraft.item.crafting.Ingredient@103ef55d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.crystalshard@24 new recipe: RecipeStage{tier='three', recipe=9xitem.crystalshard@24:[net.minecraft.item.crafting.Ingredient@3afaced2]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.crystalshard@23 new recipe: RecipeStage{tier='three', recipe=1xitem.crystalshard@23:[net.minecraft.item.crafting.Ingredient@4c1e398a, net.minecraft.item.crafting.Ingredient@4c1e398a, net.minecraft.item.crafting.Ingredient@4c1e398a, net.minecraft.item.crafting.Ingredient@4c1e398a, net.minecraft.item.crafting.Ingredient@4c1e398a, net.minecraft.item.crafting.Ingredient@4c1e398a, net.minecraft.item.crafting.Ingredient@4c1e398a, net.minecraft.item.crafting.Ingredient@4c1e398a, net.minecraft.item.crafting.Ingredient@4c1e398a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.crystalshard@23 new recipe: RecipeStage{tier='three', recipe=9xitem.crystalshard@23:[net.minecraft.item.crafting.Ingredient@62c9bd50]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.crystalshard@23 new recipe: RecipeStage{tier='three', recipe=1xitem.crystalshard@23:[net.minecraft.item.crafting.Ingredient@1b1f2484, net.minecraft.item.crafting.Ingredient@3b744683]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.crystalshard@22 new recipe: RecipeStage{tier='three', recipe=1xitem.crystalshard@22:[net.minecraft.item.crafting.Ingredient@34330160, net.minecraft.item.crafting.Ingredient@34330160, net.minecraft.item.crafting.Ingredient@34330160, net.minecraft.item.crafting.Ingredient@34330160, net.minecraft.item.crafting.Ingredient@34330160, net.minecraft.item.crafting.Ingredient@34330160, net.minecraft.item.crafting.Ingredient@34330160, net.minecraft.item.crafting.Ingredient@34330160, net.minecraft.item.crafting.Ingredient@34330160]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.crystalshard@22 new recipe: RecipeStage{tier='three', recipe=9xitem.crystalshard@22:[net.minecraft.item.crafting.Ingredient@20ba9292]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.crystalshard@22 new recipe: RecipeStage{tier='three', recipe=1xitem.crystalshard@22:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4d426b03, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@47bf9e8f, net.minecraft.item.crafting.Ingredient@47bf9e8f, net.minecraft.item.crafting.Ingredient@47bf9e8f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4d426b03, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.crystalshard@21 new recipe: RecipeStage{tier='three', recipe=1xitem.crystalshard@21:[net.minecraft.item.crafting.Ingredient@7caaad0e, net.minecraft.item.crafting.Ingredient@7caaad0e, net.minecraft.item.crafting.Ingredient@7caaad0e, net.minecraft.item.crafting.Ingredient@7caaad0e, net.minecraft.item.crafting.Ingredient@7caaad0e, net.minecraft.item.crafting.Ingredient@7caaad0e, net.minecraft.item.crafting.Ingredient@7caaad0e, net.minecraft.item.crafting.Ingredient@7caaad0e, net.minecraft.item.crafting.Ingredient@7caaad0e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.crystalshard@21 new recipe: RecipeStage{tier='three', recipe=9xitem.crystalshard@21:[net.minecraft.item.crafting.Ingredient@f6e80b6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.crystalshard@21 new recipe: RecipeStage{tier='three', recipe=1xitem.crystalshard@21:[net.minecraft.item.crafting.Ingredient@7dd297, net.minecraft.item.crafting.Ingredient@516fc6ee, net.minecraft.item.crafting.Ingredient@7dd297]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.crystalshard@20 new recipe: RecipeStage{tier='three', recipe=1xitem.crystalshard@20:[net.minecraft.item.crafting.Ingredient@9fda192, net.minecraft.item.crafting.Ingredient@9fda192, net.minecraft.item.crafting.Ingredient@9fda192, net.minecraft.item.crafting.Ingredient@9fda192, net.minecraft.item.crafting.Ingredient@9fda192, net.minecraft.item.crafting.Ingredient@9fda192, net.minecraft.item.crafting.Ingredient@9fda192, net.minecraft.item.crafting.Ingredient@9fda192, net.minecraft.item.crafting.Ingredient@9fda192]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.crystalshard@20 new recipe: RecipeStage{tier='three', recipe=9xitem.crystalshard@20:[net.minecraft.item.crafting.Ingredient@4742d0f9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.crystalshard@2 new recipe: RecipeStage{tier='three', recipe=9xitem.crystalshard@2:[net.minecraft.item.crafting.Ingredient@cb7bfab]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.crystalshard@1 new recipe: RecipeStage{tier='three', recipe=1xitem.crystalshard@1:[net.minecraft.item.crafting.Ingredient@35c42b20, net.minecraft.item.crafting.Ingredient@35c42b20, net.minecraft.item.crafting.Ingredient@35c42b20, net.minecraft.item.crafting.Ingredient@35c42b20, net.minecraft.item.crafting.Ingredient@35c42b20, net.minecraft.item.crafting.Ingredient@35c42b20, net.minecraft.item.crafting.Ingredient@35c42b20, net.minecraft.item.crafting.Ingredient@35c42b20, net.minecraft.item.crafting.Ingredient@35c42b20]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.crystalshard@19 new recipe: RecipeStage{tier='three', recipe=1xitem.crystalshard@19:[net.minecraft.item.crafting.Ingredient@6d755048, net.minecraft.item.crafting.Ingredient@6d755048, net.minecraft.item.crafting.Ingredient@6d755048, net.minecraft.item.crafting.Ingredient@6d755048, net.minecraft.item.crafting.Ingredient@6d755048, net.minecraft.item.crafting.Ingredient@6d755048, net.minecraft.item.crafting.Ingredient@6d755048, net.minecraft.item.crafting.Ingredient@6d755048, net.minecraft.item.crafting.Ingredient@6d755048]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.crystalshard@19 new recipe: RecipeStage{tier='three', recipe=9xitem.crystalshard@19:[net.minecraft.item.crafting.Ingredient@4ffb3c59]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.crystalshard@18 new recipe: RecipeStage{tier='three', recipe=1xitem.crystalshard@18:[net.minecraft.item.crafting.Ingredient@73643a19, net.minecraft.item.crafting.Ingredient@73643a19, net.minecraft.item.crafting.Ingredient@73643a19, net.minecraft.item.crafting.Ingredient@73643a19, net.minecraft.item.crafting.Ingredient@73643a19, net.minecraft.item.crafting.Ingredient@73643a19, net.minecraft.item.crafting.Ingredient@73643a19, net.minecraft.item.crafting.Ingredient@73643a19, net.minecraft.item.crafting.Ingredient@73643a19]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.crystalshard@18 new recipe: RecipeStage{tier='three', recipe=9xitem.crystalshard@18:[net.minecraft.item.crafting.Ingredient@2a14c494]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.crystalshard@17 new recipe: RecipeStage{tier='three', recipe=1xitem.crystalshard@17:[net.minecraft.item.crafting.Ingredient@48732202, net.minecraft.item.crafting.Ingredient@48732202, net.minecraft.item.crafting.Ingredient@48732202, net.minecraft.item.crafting.Ingredient@48732202, net.minecraft.item.crafting.Ingredient@48732202, net.minecraft.item.crafting.Ingredient@48732202, net.minecraft.item.crafting.Ingredient@48732202, net.minecraft.item.crafting.Ingredient@48732202, net.minecraft.item.crafting.Ingredient@48732202]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.crystalshard@17 new recipe: RecipeStage{tier='three', recipe=9xitem.crystalshard@17:[net.minecraft.item.crafting.Ingredient@36901184]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.crystalshard@16 new recipe: RecipeStage{tier='three', recipe=1xitem.crystalshard@16:[net.minecraft.item.crafting.Ingredient@63ce6441, net.minecraft.item.crafting.Ingredient@63ce6441, net.minecraft.item.crafting.Ingredient@63ce6441, net.minecraft.item.crafting.Ingredient@63ce6441, net.minecraft.item.crafting.Ingredient@63ce6441, net.minecraft.item.crafting.Ingredient@63ce6441, net.minecraft.item.crafting.Ingredient@63ce6441, net.minecraft.item.crafting.Ingredient@63ce6441, net.minecraft.item.crafting.Ingredient@63ce6441]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.crystalshard@16 new recipe: RecipeStage{tier='three', recipe=9xitem.crystalshard@16:[net.minecraft.item.crafting.Ingredient@8bae4bd]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.crystalshard@15 new recipe: RecipeStage{tier='three', recipe=1xitem.crystalshard@15:[net.minecraft.item.crafting.Ingredient@7b4f36e9, net.minecraft.item.crafting.Ingredient@7b4f36e9, net.minecraft.item.crafting.Ingredient@7b4f36e9, net.minecraft.item.crafting.Ingredient@7b4f36e9, net.minecraft.item.crafting.Ingredient@7b4f36e9, net.minecraft.item.crafting.Ingredient@7b4f36e9, net.minecraft.item.crafting.Ingredient@7b4f36e9, net.minecraft.item.crafting.Ingredient@7b4f36e9, net.minecraft.item.crafting.Ingredient@7b4f36e9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.crystalshard@15 new recipe: RecipeStage{tier='three', recipe=9xitem.crystalshard@15:[net.minecraft.item.crafting.Ingredient@1e857b3d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.crystalshard@14 new recipe: RecipeStage{tier='three', recipe=1xitem.crystalshard@14:[net.minecraft.item.crafting.Ingredient@61c39d39, net.minecraft.item.crafting.Ingredient@61c39d39, net.minecraft.item.crafting.Ingredient@61c39d39, net.minecraft.item.crafting.Ingredient@61c39d39, net.minecraft.item.crafting.Ingredient@61c39d39, net.minecraft.item.crafting.Ingredient@61c39d39, net.minecraft.item.crafting.Ingredient@61c39d39, net.minecraft.item.crafting.Ingredient@61c39d39, net.minecraft.item.crafting.Ingredient@61c39d39]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.crystalshard@14 new recipe: RecipeStage{tier='three', recipe=9xitem.crystalshard@14:[net.minecraft.item.crafting.Ingredient@191bb8a2]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.crystalshard@13 new recipe: RecipeStage{tier='three', recipe=1xitem.crystalshard@13:[net.minecraft.item.crafting.Ingredient@3104858d, net.minecraft.item.crafting.Ingredient@3104858d, net.minecraft.item.crafting.Ingredient@3104858d, net.minecraft.item.crafting.Ingredient@3104858d, net.minecraft.item.crafting.Ingredient@3104858d, net.minecraft.item.crafting.Ingredient@3104858d, net.minecraft.item.crafting.Ingredient@3104858d, net.minecraft.item.crafting.Ingredient@3104858d, net.minecraft.item.crafting.Ingredient@3104858d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.crystalshard@13 new recipe: RecipeStage{tier='three', recipe=9xitem.crystalshard@13:[net.minecraft.item.crafting.Ingredient@3eb6feef]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.crystalshard@12 new recipe: RecipeStage{tier='three', recipe=1xitem.crystalshard@12:[net.minecraft.item.crafting.Ingredient@33a91114, net.minecraft.item.crafting.Ingredient@33a91114, net.minecraft.item.crafting.Ingredient@33a91114, net.minecraft.item.crafting.Ingredient@33a91114, net.minecraft.item.crafting.Ingredient@33a91114, net.minecraft.item.crafting.Ingredient@33a91114, net.minecraft.item.crafting.Ingredient@33a91114, net.minecraft.item.crafting.Ingredient@33a91114, net.minecraft.item.crafting.Ingredient@33a91114]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.crystalshard@12 new recipe: RecipeStage{tier='three', recipe=9xitem.crystalshard@12:[net.minecraft.item.crafting.Ingredient@502ba5da]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.crystalshard@11 new recipe: RecipeStage{tier='three', recipe=1xitem.crystalshard@11:[net.minecraft.item.crafting.Ingredient@2d8a8086, net.minecraft.item.crafting.Ingredient@2d8a8086, net.minecraft.item.crafting.Ingredient@2d8a8086, net.minecraft.item.crafting.Ingredient@2d8a8086, net.minecraft.item.crafting.Ingredient@2d8a8086, net.minecraft.item.crafting.Ingredient@2d8a8086, net.minecraft.item.crafting.Ingredient@2d8a8086, net.minecraft.item.crafting.Ingredient@2d8a8086, net.minecraft.item.crafting.Ingredient@2d8a8086]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.crystalshard@11 new recipe: RecipeStage{tier='three', recipe=9xitem.crystalshard@11:[net.minecraft.item.crafting.Ingredient@462c6ff9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.crystalshard@10 new recipe: RecipeStage{tier='three', recipe=1xitem.crystalshard@10:[net.minecraft.item.crafting.Ingredient@bde0474, net.minecraft.item.crafting.Ingredient@bde0474, net.minecraft.item.crafting.Ingredient@bde0474, net.minecraft.item.crafting.Ingredient@bde0474, net.minecraft.item.crafting.Ingredient@bde0474, net.minecraft.item.crafting.Ingredient@bde0474, net.minecraft.item.crafting.Ingredient@bde0474, net.minecraft.item.crafting.Ingredient@bde0474, net.minecraft.item.crafting.Ingredient@bde0474]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.crystalshard@10 new recipe: RecipeStage{tier='three', recipe=9xitem.crystalshard@10:[net.minecraft.item.crafting.Ingredient@2f746ffb]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.crystalshard@10 new recipe: RecipeStage{tier='three', recipe=1xitem.crystalshard@10:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3e2e4f2c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3e2e4f2c, net.minecraft.item.crafting.Ingredient@12c9bc3e, net.minecraft.item.crafting.Ingredient@3e2e4f2c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3e2e4f2c, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.crystalshard@1 new recipe: RecipeStage{tier='three', recipe=9xitem.crystalshard@1:[net.minecraft.item.crafting.Ingredient@544c7d7d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.crystalshard@0 new recipe: RecipeStage{tier='three', recipe=1xitem.crystalshard@0:[net.minecraft.item.crafting.Ingredient@234c9552, net.minecraft.item.crafting.Ingredient@234c9552, net.minecraft.item.crafting.Ingredient@234c9552, net.minecraft.item.crafting.Ingredient@234c9552, net.minecraft.item.crafting.Ingredient@234c9552, net.minecraft.item.crafting.Ingredient@234c9552, net.minecraft.item.crafting.Ingredient@234c9552, net.minecraft.item.crafting.Ingredient@234c9552, net.minecraft.item.crafting.Ingredient@234c9552]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.crystalshard@0 new recipe: RecipeStage{tier='three', recipe=9xitem.crystalshard@0:[net.minecraft.item.crafting.Ingredient@56a9e814]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.crystallizer@0 new recipe: RecipeStage{tier='two', recipe=1xtile.crystallizer@0:[net.minecraft.item.crafting.Ingredient@5a1bc3f6, net.minecraft.item.crafting.Ingredient@5a1bc3f6, net.minecraft.item.crafting.Ingredient@5a1bc3f6, net.minecraft.item.crafting.Ingredient@72740658, net.minecraft.item.crafting.Ingredient@29c5c3b9, net.minecraft.item.crafting.Ingredient@72740658, net.minecraft.item.crafting.Ingredient@5a1bc3f6, net.minecraft.item.crafting.Ingredient@5a1bc3f6, net.minecraft.item.crafting.Ingredient@5a1bc3f6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.crystalfragment@9 new recipe: RecipeStage{tier='three', recipe=9xitem.crystalfragment@9:[net.minecraft.item.crafting.Ingredient@3b9a4e9b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.crystalfragment@9 new recipe: RecipeStage{tier='three', recipe=1xitem.crystalfragment@9:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4ac409cc, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2666356b, net.minecraft.item.crafting.Ingredient@2666356b, net.minecraft.item.crafting.Ingredient@2666356b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.crystalfragment@8 new recipe: RecipeStage{tier='three', recipe=9xitem.crystalfragment@8:[net.minecraft.item.crafting.Ingredient@796f24a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.crystalfragment@7 new recipe: RecipeStage{tier='three', recipe=9xitem.crystalfragment@7:[net.minecraft.item.crafting.Ingredient@4b18f52a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.crystalfragment@6 new recipe: RecipeStage{tier='three', recipe=9xitem.crystalfragment@6:[net.minecraft.item.crafting.Ingredient@73f571da]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.crystalfragment@5 new recipe: RecipeStage{tier='three', recipe=9xitem.crystalfragment@5:[net.minecraft.item.crafting.Ingredient@26dd1919]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.crystalfragment@4 new recipe: RecipeStage{tier='three', recipe=9xitem.crystalfragment@4:[net.minecraft.item.crafting.Ingredient@4fcdf49c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.crystalfragment@3 new recipe: RecipeStage{tier='three', recipe=9xitem.crystalfragment@3:[net.minecraft.item.crafting.Ingredient@2f89bc81]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.crystalfragment@27 new recipe: RecipeStage{tier='three', recipe=9xitem.crystalfragment@27:[net.minecraft.item.crafting.Ingredient@5198d437]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.crystalfragment@26 new recipe: RecipeStage{tier='three', recipe=9xitem.crystalfragment@26:[net.minecraft.item.crafting.Ingredient@47f49aa2]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.crystalfragment@25 new recipe: RecipeStage{tier='three', recipe=9xitem.crystalfragment@25:[net.minecraft.item.crafting.Ingredient@4a237350]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.crystalfragment@24 new recipe: RecipeStage{tier='three', recipe=9xitem.crystalfragment@24:[net.minecraft.item.crafting.Ingredient@3dcab0c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.crystalfragment@23 new recipe: RecipeStage{tier='three', recipe=9xitem.crystalfragment@23:[net.minecraft.item.crafting.Ingredient@59595ea7]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.crystalfragment@23 new recipe: RecipeStage{tier='three', recipe=1xitem.crystalfragment@23:[net.minecraft.item.crafting.Ingredient@2c2148d1, net.minecraft.item.crafting.Ingredient@49bd1230]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.crystalfragment@22 new recipe: RecipeStage{tier='three', recipe=9xitem.crystalfragment@22:[net.minecraft.item.crafting.Ingredient@68eaadd2]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.crystalfragment@22 new recipe: RecipeStage{tier='three', recipe=1xitem.crystalfragment@22:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3ab064dd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@30194aea, net.minecraft.item.crafting.Ingredient@30194aea, net.minecraft.item.crafting.Ingredient@30194aea, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3ab064dd, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.crystalfragment@21 new recipe: RecipeStage{tier='three', recipe=9xitem.crystalfragment@21:[net.minecraft.item.crafting.Ingredient@249ef27e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.crystalfragment@21 new recipe: RecipeStage{tier='three', recipe=1xitem.crystalfragment@21:[net.minecraft.item.crafting.Ingredient@44a378fe, net.minecraft.item.crafting.Ingredient@25a4ee02, net.minecraft.item.crafting.Ingredient@44a378fe]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.crystalfragment@20 new recipe: RecipeStage{tier='three', recipe=9xitem.crystalfragment@20:[net.minecraft.item.crafting.Ingredient@2e653af1]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.crystalfragment@2 new recipe: RecipeStage{tier='three', recipe=9xitem.crystalfragment@2:[net.minecraft.item.crafting.Ingredient@37abed55]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.crystalfragment@19 new recipe: RecipeStage{tier='three', recipe=9xitem.crystalfragment@19:[net.minecraft.item.crafting.Ingredient@299e06aa]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.crystalfragment@18 new recipe: RecipeStage{tier='three', recipe=9xitem.crystalfragment@18:[net.minecraft.item.crafting.Ingredient@1363dc0d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.crystalfragment@17 new recipe: RecipeStage{tier='three', recipe=9xitem.crystalfragment@17:[net.minecraft.item.crafting.Ingredient@2e7b2b7e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.crystalfragment@16 new recipe: RecipeStage{tier='three', recipe=9xitem.crystalfragment@16:[net.minecraft.item.crafting.Ingredient@59c7c199]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.crystalfragment@15 new recipe: RecipeStage{tier='three', recipe=9xitem.crystalfragment@15:[net.minecraft.item.crafting.Ingredient@6304cbe4]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.crystalfragment@14 new recipe: RecipeStage{tier='three', recipe=9xitem.crystalfragment@14:[net.minecraft.item.crafting.Ingredient@503d2779]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.crystalfragment@13 new recipe: RecipeStage{tier='three', recipe=9xitem.crystalfragment@13:[net.minecraft.item.crafting.Ingredient@14e12634]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.crystalfragment@12 new recipe: RecipeStage{tier='three', recipe=9xitem.crystalfragment@12:[net.minecraft.item.crafting.Ingredient@519db9cc]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.crystalfragment@11 new recipe: RecipeStage{tier='three', recipe=9xitem.crystalfragment@11:[net.minecraft.item.crafting.Ingredient@4b21c9e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.crystalfragment@10 new recipe: RecipeStage{tier='three', recipe=9xitem.crystalfragment@10:[net.minecraft.item.crafting.Ingredient@36995f2d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.crystalfragment@10 new recipe: RecipeStage{tier='three', recipe=1xitem.crystalfragment@10:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@386e64c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@386e64c, net.minecraft.item.crafting.Ingredient@18b622c6, net.minecraft.item.crafting.Ingredient@386e64c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@386e64c, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.crystalfragment@1 new recipe: RecipeStage{tier='three', recipe=9xitem.crystalfragment@1:[net.minecraft.item.crafting.Ingredient@80c843f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.crystalfragment@0 new recipe: RecipeStage{tier='three', recipe=9xitem.crystalfragment@0:[net.minecraft.item.crafting.Ingredient@6960bf30]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.crystalcluster@9 new recipe: RecipeStage{tier='three', recipe=1xtile.crystalcluster@9:[net.minecraft.item.crafting.Ingredient@5ad19001, net.minecraft.item.crafting.Ingredient@5ad19001, net.minecraft.item.crafting.Ingredient@5ad19001, net.minecraft.item.crafting.Ingredient@5ad19001, net.minecraft.item.crafting.Ingredient@5ad19001, net.minecraft.item.crafting.Ingredient@5ad19001, net.minecraft.item.crafting.Ingredient@5ad19001, net.minecraft.item.crafting.Ingredient@5ad19001, net.minecraft.item.crafting.Ingredient@5ad19001]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.crystalcluster@8 new recipe: RecipeStage{tier='three', recipe=1xtile.crystalcluster@8:[net.minecraft.item.crafting.Ingredient@6ab4716d, net.minecraft.item.crafting.Ingredient@6ab4716d, net.minecraft.item.crafting.Ingredient@6ab4716d, net.minecraft.item.crafting.Ingredient@6ab4716d, net.minecraft.item.crafting.Ingredient@6ab4716d, net.minecraft.item.crafting.Ingredient@6ab4716d, net.minecraft.item.crafting.Ingredient@6ab4716d, net.minecraft.item.crafting.Ingredient@6ab4716d, net.minecraft.item.crafting.Ingredient@6ab4716d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.crystalcluster@7 new recipe: RecipeStage{tier='three', recipe=1xtile.crystalcluster@7:[net.minecraft.item.crafting.Ingredient@21a2e3ec, net.minecraft.item.crafting.Ingredient@21a2e3ec, net.minecraft.item.crafting.Ingredient@21a2e3ec, net.minecraft.item.crafting.Ingredient@21a2e3ec, net.minecraft.item.crafting.Ingredient@21a2e3ec, net.minecraft.item.crafting.Ingredient@21a2e3ec, net.minecraft.item.crafting.Ingredient@21a2e3ec, net.minecraft.item.crafting.Ingredient@21a2e3ec, net.minecraft.item.crafting.Ingredient@21a2e3ec]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.crystalcluster@6 new recipe: RecipeStage{tier='three', recipe=1xtile.crystalcluster@6:[net.minecraft.item.crafting.Ingredient@3ac2c3cc, net.minecraft.item.crafting.Ingredient@3ac2c3cc, net.minecraft.item.crafting.Ingredient@3ac2c3cc, net.minecraft.item.crafting.Ingredient@3ac2c3cc, net.minecraft.item.crafting.Ingredient@3ac2c3cc, net.minecraft.item.crafting.Ingredient@3ac2c3cc, net.minecraft.item.crafting.Ingredient@3ac2c3cc, net.minecraft.item.crafting.Ingredient@3ac2c3cc, net.minecraft.item.crafting.Ingredient@3ac2c3cc]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.crystalcluster@5 new recipe: RecipeStage{tier='three', recipe=1xtile.crystalcluster@5:[net.minecraft.item.crafting.Ingredient@26a691a3, net.minecraft.item.crafting.Ingredient@26a691a3, net.minecraft.item.crafting.Ingredient@26a691a3, net.minecraft.item.crafting.Ingredient@26a691a3, net.minecraft.item.crafting.Ingredient@26a691a3, net.minecraft.item.crafting.Ingredient@26a691a3, net.minecraft.item.crafting.Ingredient@26a691a3, net.minecraft.item.crafting.Ingredient@26a691a3, net.minecraft.item.crafting.Ingredient@26a691a3]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.crystalcluster@4 new recipe: RecipeStage{tier='three', recipe=1xtile.crystalcluster@4:[net.minecraft.item.crafting.Ingredient@3c52205c, net.minecraft.item.crafting.Ingredient@3c52205c, net.minecraft.item.crafting.Ingredient@3c52205c, net.minecraft.item.crafting.Ingredient@3c52205c, net.minecraft.item.crafting.Ingredient@3c52205c, net.minecraft.item.crafting.Ingredient@3c52205c, net.minecraft.item.crafting.Ingredient@3c52205c, net.minecraft.item.crafting.Ingredient@3c52205c, net.minecraft.item.crafting.Ingredient@3c52205c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.crystalcluster@3 new recipe: RecipeStage{tier='three', recipe=1xtile.crystalcluster@3:[net.minecraft.item.crafting.Ingredient@12f6c3e5, net.minecraft.item.crafting.Ingredient@12f6c3e5, net.minecraft.item.crafting.Ingredient@12f6c3e5, net.minecraft.item.crafting.Ingredient@12f6c3e5, net.minecraft.item.crafting.Ingredient@12f6c3e5, net.minecraft.item.crafting.Ingredient@12f6c3e5, net.minecraft.item.crafting.Ingredient@12f6c3e5, net.minecraft.item.crafting.Ingredient@12f6c3e5, net.minecraft.item.crafting.Ingredient@12f6c3e5]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.crystalcluster@2 new recipe: RecipeStage{tier='three', recipe=1xtile.crystalcluster@2:[net.minecraft.item.crafting.Ingredient@40d7b813, net.minecraft.item.crafting.Ingredient@40d7b813, net.minecraft.item.crafting.Ingredient@40d7b813, net.minecraft.item.crafting.Ingredient@40d7b813, net.minecraft.item.crafting.Ingredient@40d7b813, net.minecraft.item.crafting.Ingredient@40d7b813, net.minecraft.item.crafting.Ingredient@40d7b813, net.minecraft.item.crafting.Ingredient@40d7b813, net.minecraft.item.crafting.Ingredient@40d7b813]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.crystalcluster@15 new recipe: RecipeStage{tier='three', recipe=1xtile.crystalcluster@15:[net.minecraft.item.crafting.Ingredient@4be72c5b, net.minecraft.item.crafting.Ingredient@4be72c5b, net.minecraft.item.crafting.Ingredient@4be72c5b, net.minecraft.item.crafting.Ingredient@4be72c5b, net.minecraft.item.crafting.Ingredient@4be72c5b, net.minecraft.item.crafting.Ingredient@4be72c5b, net.minecraft.item.crafting.Ingredient@4be72c5b, net.minecraft.item.crafting.Ingredient@4be72c5b, net.minecraft.item.crafting.Ingredient@4be72c5b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.crystalcluster@14 new recipe: RecipeStage{tier='three', recipe=1xtile.crystalcluster@14:[net.minecraft.item.crafting.Ingredient@1f12451, net.minecraft.item.crafting.Ingredient@1f12451, net.minecraft.item.crafting.Ingredient@1f12451, net.minecraft.item.crafting.Ingredient@1f12451, net.minecraft.item.crafting.Ingredient@1f12451, net.minecraft.item.crafting.Ingredient@1f12451, net.minecraft.item.crafting.Ingredient@1f12451, net.minecraft.item.crafting.Ingredient@1f12451, net.minecraft.item.crafting.Ingredient@1f12451]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.crystalcluster@13 new recipe: RecipeStage{tier='three', recipe=1xtile.crystalcluster@13:[net.minecraft.item.crafting.Ingredient@2a7f3f5e, net.minecraft.item.crafting.Ingredient@2a7f3f5e, net.minecraft.item.crafting.Ingredient@2a7f3f5e, net.minecraft.item.crafting.Ingredient@2a7f3f5e, net.minecraft.item.crafting.Ingredient@2a7f3f5e, net.minecraft.item.crafting.Ingredient@2a7f3f5e, net.minecraft.item.crafting.Ingredient@2a7f3f5e, net.minecraft.item.crafting.Ingredient@2a7f3f5e, net.minecraft.item.crafting.Ingredient@2a7f3f5e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.crystalcluster@12 new recipe: RecipeStage{tier='three', recipe=1xtile.crystalcluster@12:[net.minecraft.item.crafting.Ingredient@522891fd, net.minecraft.item.crafting.Ingredient@522891fd, net.minecraft.item.crafting.Ingredient@522891fd, net.minecraft.item.crafting.Ingredient@522891fd, net.minecraft.item.crafting.Ingredient@522891fd, net.minecraft.item.crafting.Ingredient@522891fd, net.minecraft.item.crafting.Ingredient@522891fd, net.minecraft.item.crafting.Ingredient@522891fd, net.minecraft.item.crafting.Ingredient@522891fd]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.crystalcluster@11 new recipe: RecipeStage{tier='three', recipe=1xtile.crystalcluster@11:[net.minecraft.item.crafting.Ingredient@4add1a31, net.minecraft.item.crafting.Ingredient@4add1a31, net.minecraft.item.crafting.Ingredient@4add1a31, net.minecraft.item.crafting.Ingredient@4add1a31, net.minecraft.item.crafting.Ingredient@4add1a31, net.minecraft.item.crafting.Ingredient@4add1a31, net.minecraft.item.crafting.Ingredient@4add1a31, net.minecraft.item.crafting.Ingredient@4add1a31, net.minecraft.item.crafting.Ingredient@4add1a31]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.crystalcluster@10 new recipe: RecipeStage{tier='three', recipe=1xtile.crystalcluster@10:[net.minecraft.item.crafting.Ingredient@28406063, net.minecraft.item.crafting.Ingredient@28406063, net.minecraft.item.crafting.Ingredient@28406063, net.minecraft.item.crafting.Ingredient@28406063, net.minecraft.item.crafting.Ingredient@28406063, net.minecraft.item.crafting.Ingredient@28406063, net.minecraft.item.crafting.Ingredient@28406063, net.minecraft.item.crafting.Ingredient@28406063, net.minecraft.item.crafting.Ingredient@28406063]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.crystalcluster@1 new recipe: RecipeStage{tier='three', recipe=1xtile.crystalcluster@1:[net.minecraft.item.crafting.Ingredient@304c12b8, net.minecraft.item.crafting.Ingredient@304c12b8, net.minecraft.item.crafting.Ingredient@304c12b8, net.minecraft.item.crafting.Ingredient@304c12b8, net.minecraft.item.crafting.Ingredient@304c12b8, net.minecraft.item.crafting.Ingredient@304c12b8, net.minecraft.item.crafting.Ingredient@304c12b8, net.minecraft.item.crafting.Ingredient@304c12b8, net.minecraft.item.crafting.Ingredient@304c12b8]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.crystalcluster@0 new recipe: RecipeStage{tier='three', recipe=1xtile.crystalcluster@0:[net.minecraft.item.crafting.Ingredient@786bbd0f, net.minecraft.item.crafting.Ingredient@786bbd0f, net.minecraft.item.crafting.Ingredient@786bbd0f, net.minecraft.item.crafting.Ingredient@786bbd0f, net.minecraft.item.crafting.Ingredient@786bbd0f, net.minecraft.item.crafting.Ingredient@786bbd0f, net.minecraft.item.crafting.Ingredient@786bbd0f, net.minecraft.item.crafting.Ingredient@786bbd0f, net.minecraft.item.crafting.Ingredient@786bbd0f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.crystalcluster2@9 new recipe: RecipeStage{tier='three', recipe=1xtile.crystalcluster2@9:[net.minecraft.item.crafting.Ingredient@39b1b5c2, net.minecraft.item.crafting.Ingredient@39b1b5c2, net.minecraft.item.crafting.Ingredient@39b1b5c2, net.minecraft.item.crafting.Ingredient@39b1b5c2, net.minecraft.item.crafting.Ingredient@39b1b5c2, net.minecraft.item.crafting.Ingredient@39b1b5c2, net.minecraft.item.crafting.Ingredient@39b1b5c2, net.minecraft.item.crafting.Ingredient@39b1b5c2, net.minecraft.item.crafting.Ingredient@39b1b5c2]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.crystalcluster2@8 new recipe: RecipeStage{tier='three', recipe=1xtile.crystalcluster2@8:[net.minecraft.item.crafting.Ingredient@638455d1, net.minecraft.item.crafting.Ingredient@638455d1, net.minecraft.item.crafting.Ingredient@638455d1, net.minecraft.item.crafting.Ingredient@638455d1, net.minecraft.item.crafting.Ingredient@638455d1, net.minecraft.item.crafting.Ingredient@638455d1, net.minecraft.item.crafting.Ingredient@638455d1, net.minecraft.item.crafting.Ingredient@638455d1, net.minecraft.item.crafting.Ingredient@638455d1]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.crystalcluster2@7 new recipe: RecipeStage{tier='three', recipe=1xtile.crystalcluster2@7:[net.minecraft.item.crafting.Ingredient@540cac10, net.minecraft.item.crafting.Ingredient@540cac10, net.minecraft.item.crafting.Ingredient@540cac10, net.minecraft.item.crafting.Ingredient@540cac10, net.minecraft.item.crafting.Ingredient@540cac10, net.minecraft.item.crafting.Ingredient@540cac10, net.minecraft.item.crafting.Ingredient@540cac10, net.minecraft.item.crafting.Ingredient@540cac10, net.minecraft.item.crafting.Ingredient@540cac10]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.crystalcluster2@6 new recipe: RecipeStage{tier='three', recipe=1xtile.crystalcluster2@6:[net.minecraft.item.crafting.Ingredient@520e0c67, net.minecraft.item.crafting.Ingredient@520e0c67, net.minecraft.item.crafting.Ingredient@520e0c67, net.minecraft.item.crafting.Ingredient@520e0c67, net.minecraft.item.crafting.Ingredient@520e0c67, net.minecraft.item.crafting.Ingredient@520e0c67, net.minecraft.item.crafting.Ingredient@520e0c67, net.minecraft.item.crafting.Ingredient@520e0c67, net.minecraft.item.crafting.Ingredient@520e0c67]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.crystalcluster2@5 new recipe: RecipeStage{tier='three', recipe=1xtile.crystalcluster2@5:[net.minecraft.item.crafting.Ingredient@7e8722e2, net.minecraft.item.crafting.Ingredient@7e8722e2, net.minecraft.item.crafting.Ingredient@7e8722e2, net.minecraft.item.crafting.Ingredient@7e8722e2, net.minecraft.item.crafting.Ingredient@7e8722e2, net.minecraft.item.crafting.Ingredient@7e8722e2, net.minecraft.item.crafting.Ingredient@7e8722e2, net.minecraft.item.crafting.Ingredient@7e8722e2, net.minecraft.item.crafting.Ingredient@7e8722e2]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.crystalcluster2@4 new recipe: RecipeStage{tier='three', recipe=1xtile.crystalcluster2@4:[net.minecraft.item.crafting.Ingredient@12c0e01f, net.minecraft.item.crafting.Ingredient@12c0e01f, net.minecraft.item.crafting.Ingredient@12c0e01f, net.minecraft.item.crafting.Ingredient@12c0e01f, net.minecraft.item.crafting.Ingredient@12c0e01f, net.minecraft.item.crafting.Ingredient@12c0e01f, net.minecraft.item.crafting.Ingredient@12c0e01f, net.minecraft.item.crafting.Ingredient@12c0e01f, net.minecraft.item.crafting.Ingredient@12c0e01f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.crystalcluster2@3 new recipe: RecipeStage{tier='three', recipe=1xtile.crystalcluster2@3:[net.minecraft.item.crafting.Ingredient@68921d4, net.minecraft.item.crafting.Ingredient@68921d4, net.minecraft.item.crafting.Ingredient@68921d4, net.minecraft.item.crafting.Ingredient@68921d4, net.minecraft.item.crafting.Ingredient@68921d4, net.minecraft.item.crafting.Ingredient@68921d4, net.minecraft.item.crafting.Ingredient@68921d4, net.minecraft.item.crafting.Ingredient@68921d4, net.minecraft.item.crafting.Ingredient@68921d4]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.crystalcluster2@2 new recipe: RecipeStage{tier='three', recipe=1xtile.crystalcluster2@2:[net.minecraft.item.crafting.Ingredient@44b6e0ae, net.minecraft.item.crafting.Ingredient@44b6e0ae, net.minecraft.item.crafting.Ingredient@44b6e0ae, net.minecraft.item.crafting.Ingredient@44b6e0ae, net.minecraft.item.crafting.Ingredient@44b6e0ae, net.minecraft.item.crafting.Ingredient@44b6e0ae, net.minecraft.item.crafting.Ingredient@44b6e0ae, net.minecraft.item.crafting.Ingredient@44b6e0ae, net.minecraft.item.crafting.Ingredient@44b6e0ae]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.crystalcluster2@11 new recipe: RecipeStage{tier='three', recipe=1xtile.crystalcluster2@11:[net.minecraft.item.crafting.Ingredient@ed3940b, net.minecraft.item.crafting.Ingredient@ed3940b, net.minecraft.item.crafting.Ingredient@ed3940b, net.minecraft.item.crafting.Ingredient@ed3940b, net.minecraft.item.crafting.Ingredient@ed3940b, net.minecraft.item.crafting.Ingredient@ed3940b, net.minecraft.item.crafting.Ingredient@ed3940b, net.minecraft.item.crafting.Ingredient@ed3940b, net.minecraft.item.crafting.Ingredient@ed3940b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.crystalcluster2@10 new recipe: RecipeStage{tier='three', recipe=1xtile.crystalcluster2@10:[net.minecraft.item.crafting.Ingredient@16a263d4, net.minecraft.item.crafting.Ingredient@16a263d4, net.minecraft.item.crafting.Ingredient@16a263d4, net.minecraft.item.crafting.Ingredient@16a263d4, net.minecraft.item.crafting.Ingredient@16a263d4, net.minecraft.item.crafting.Ingredient@16a263d4, net.minecraft.item.crafting.Ingredient@16a263d4, net.minecraft.item.crafting.Ingredient@16a263d4, net.minecraft.item.crafting.Ingredient@16a263d4]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.crystalcluster2@1 new recipe: RecipeStage{tier='three', recipe=1xtile.crystalcluster2@1:[net.minecraft.item.crafting.Ingredient@160105ab, net.minecraft.item.crafting.Ingredient@160105ab, net.minecraft.item.crafting.Ingredient@160105ab, net.minecraft.item.crafting.Ingredient@160105ab, net.minecraft.item.crafting.Ingredient@160105ab, net.minecraft.item.crafting.Ingredient@160105ab, net.minecraft.item.crafting.Ingredient@160105ab, net.minecraft.item.crafting.Ingredient@160105ab, net.minecraft.item.crafting.Ingredient@160105ab]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.crystalcluster2@0 new recipe: RecipeStage{tier='three', recipe=1xtile.crystalcluster2@0:[net.minecraft.item.crafting.Ingredient@5a226f58, net.minecraft.item.crafting.Ingredient@5a226f58, net.minecraft.item.crafting.Ingredient@5a226f58, net.minecraft.item.crafting.Ingredient@5a226f58, net.minecraft.item.crafting.Ingredient@5a226f58, net.minecraft.item.crafting.Ingredient@5a226f58, net.minecraft.item.crafting.Ingredient@5a226f58, net.minecraft.item.crafting.Ingredient@5a226f58, net.minecraft.item.crafting.Ingredient@5a226f58]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.crystalbag_small@0 new recipe: RecipeStage{tier='two', recipe=1xitem.crystalbag_small@0:[net.minecraft.item.crafting.Ingredient@797a4a0c, net.minecraft.item.crafting.Ingredient@4d5dac2e, net.minecraft.item.crafting.Ingredient@797a4a0c, net.minecraft.item.crafting.Ingredient@4d5dac2e, net.minecraft.item.crafting.Ingredient@4a4520b2, net.minecraft.item.crafting.Ingredient@4d5dac2e, net.minecraft.item.crafting.Ingredient@4d5dac2e, net.minecraft.item.crafting.Ingredient@4d5dac2e, net.minecraft.item.crafting.Ingredient@4d5dac2e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.crystalbag_medium@0 new recipe: RecipeStage{tier='two', recipe=1xitem.crystalbag_medium@0:[net.minecraft.item.crafting.Ingredient@4f229631, net.minecraft.item.crafting.Ingredient@4f229631, net.minecraft.item.crafting.Ingredient@4f229631, net.minecraft.item.crafting.Ingredient@4f229631, net.minecraft.item.crafting.Ingredient@ccd8d6c, net.minecraft.item.crafting.Ingredient@4f229631, net.minecraft.item.crafting.Ingredient@4f229631, net.minecraft.item.crafting.Ingredient@4f229631, net.minecraft.item.crafting.Ingredient@4f229631]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.crystalbag_large@0 new recipe: RecipeStage{tier='two', recipe=1xitem.crystalbag_large@0:[net.minecraft.item.crafting.Ingredient@7013a2ae, net.minecraft.item.crafting.Ingredient@7013a2ae, net.minecraft.item.crafting.Ingredient@7013a2ae, net.minecraft.item.crafting.Ingredient@7013a2ae, net.minecraft.item.crafting.Ingredient@2c400ea4, net.minecraft.item.crafting.Ingredient@7013a2ae, net.minecraft.item.crafting.Ingredient@7013a2ae, net.minecraft.item.crafting.Ingredient@7013a2ae, net.minecraft.item.crafting.Ingredient@7013a2ae]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.crystalbag_huge@0 new recipe: RecipeStage{tier='two', recipe=1xitem.crystalbag_huge@0:[net.minecraft.item.crafting.Ingredient@72c7c65f, net.minecraft.item.crafting.Ingredient@72c7c65f, net.minecraft.item.crafting.Ingredient@72c7c65f, net.minecraft.item.crafting.Ingredient@72c7c65f, net.minecraft.item.crafting.Ingredient@48acc3bf, net.minecraft.item.crafting.Ingredient@72c7c65f, net.minecraft.item.crafting.Ingredient@72c7c65f, net.minecraft.item.crafting.Ingredient@72c7c65f, net.minecraft.item.crafting.Ingredient@72c7c65f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.crystal@9 new recipe: RecipeStage{tier='three', recipe=1xitem.crystal@9:[net.minecraft.item.crafting.Ingredient@19c2f124, net.minecraft.item.crafting.Ingredient@19c2f124, net.minecraft.item.crafting.Ingredient@19c2f124, net.minecraft.item.crafting.Ingredient@19c2f124, net.minecraft.item.crafting.Ingredient@19c2f124, net.minecraft.item.crafting.Ingredient@19c2f124, net.minecraft.item.crafting.Ingredient@19c2f124, net.minecraft.item.crafting.Ingredient@19c2f124, net.minecraft.item.crafting.Ingredient@19c2f124]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.crystal@9 new recipe: RecipeStage{tier='three', recipe=9xitem.crystal@9:[net.minecraft.item.crafting.Ingredient@55261c4b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.crystal@9 new recipe: RecipeStage{tier='three', recipe=1xitem.crystal@9:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@28053ca1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@382ae2dc, net.minecraft.item.crafting.Ingredient@382ae2dc, net.minecraft.item.crafting.Ingredient@382ae2dc]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.crystal@8 new recipe: RecipeStage{tier='three', recipe=1xitem.crystal@8:[net.minecraft.item.crafting.Ingredient@454d504e, net.minecraft.item.crafting.Ingredient@454d504e, net.minecraft.item.crafting.Ingredient@454d504e, net.minecraft.item.crafting.Ingredient@454d504e, net.minecraft.item.crafting.Ingredient@454d504e, net.minecraft.item.crafting.Ingredient@454d504e, net.minecraft.item.crafting.Ingredient@454d504e, net.minecraft.item.crafting.Ingredient@454d504e, net.minecraft.item.crafting.Ingredient@454d504e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.crystal@8 new recipe: RecipeStage{tier='three', recipe=9xitem.crystal@8:[net.minecraft.item.crafting.Ingredient@7c13fd95]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.crystal@7 new recipe: RecipeStage{tier='three', recipe=1xitem.crystal@7:[net.minecraft.item.crafting.Ingredient@40a109bf, net.minecraft.item.crafting.Ingredient@40a109bf, net.minecraft.item.crafting.Ingredient@40a109bf, net.minecraft.item.crafting.Ingredient@40a109bf, net.minecraft.item.crafting.Ingredient@40a109bf, net.minecraft.item.crafting.Ingredient@40a109bf, net.minecraft.item.crafting.Ingredient@40a109bf, net.minecraft.item.crafting.Ingredient@40a109bf, net.minecraft.item.crafting.Ingredient@40a109bf]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.crystal@7 new recipe: RecipeStage{tier='three', recipe=9xitem.crystal@7:[net.minecraft.item.crafting.Ingredient@2b4e72c9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.crystal@6 new recipe: RecipeStage{tier='three', recipe=1xitem.crystal@6:[net.minecraft.item.crafting.Ingredient@4b6f6532, net.minecraft.item.crafting.Ingredient@4b6f6532, net.minecraft.item.crafting.Ingredient@4b6f6532, net.minecraft.item.crafting.Ingredient@4b6f6532, net.minecraft.item.crafting.Ingredient@4b6f6532, net.minecraft.item.crafting.Ingredient@4b6f6532, net.minecraft.item.crafting.Ingredient@4b6f6532, net.minecraft.item.crafting.Ingredient@4b6f6532, net.minecraft.item.crafting.Ingredient@4b6f6532]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.crystal@6 new recipe: RecipeStage{tier='three', recipe=9xitem.crystal@6:[net.minecraft.item.crafting.Ingredient@3d5f49d8]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.crystal@5 new recipe: RecipeStage{tier='three', recipe=1xitem.crystal@5:[net.minecraft.item.crafting.Ingredient@578ad694, net.minecraft.item.crafting.Ingredient@578ad694, net.minecraft.item.crafting.Ingredient@578ad694, net.minecraft.item.crafting.Ingredient@578ad694, net.minecraft.item.crafting.Ingredient@578ad694, net.minecraft.item.crafting.Ingredient@578ad694, net.minecraft.item.crafting.Ingredient@578ad694, net.minecraft.item.crafting.Ingredient@578ad694, net.minecraft.item.crafting.Ingredient@578ad694]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.crystal@5 new recipe: RecipeStage{tier='three', recipe=9xitem.crystal@5:[net.minecraft.item.crafting.Ingredient@6a8b08c6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.crystal@4 new recipe: RecipeStage{tier='three', recipe=1xitem.crystal@4:[net.minecraft.item.crafting.Ingredient@3287174d, net.minecraft.item.crafting.Ingredient@3287174d, net.minecraft.item.crafting.Ingredient@3287174d, net.minecraft.item.crafting.Ingredient@3287174d, net.minecraft.item.crafting.Ingredient@3287174d, net.minecraft.item.crafting.Ingredient@3287174d, net.minecraft.item.crafting.Ingredient@3287174d, net.minecraft.item.crafting.Ingredient@3287174d, net.minecraft.item.crafting.Ingredient@3287174d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.crystal@4 new recipe: RecipeStage{tier='three', recipe=9xitem.crystal@4:[net.minecraft.item.crafting.Ingredient@3c6dd6ad]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.crystal@3 new recipe: RecipeStage{tier='three', recipe=1xitem.crystal@3:[net.minecraft.item.crafting.Ingredient@77d04631, net.minecraft.item.crafting.Ingredient@77d04631, net.minecraft.item.crafting.Ingredient@77d04631, net.minecraft.item.crafting.Ingredient@77d04631, net.minecraft.item.crafting.Ingredient@77d04631, net.minecraft.item.crafting.Ingredient@77d04631, net.minecraft.item.crafting.Ingredient@77d04631, net.minecraft.item.crafting.Ingredient@77d04631, net.minecraft.item.crafting.Ingredient@77d04631]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.crystal@3 new recipe: RecipeStage{tier='three', recipe=9xitem.crystal@3:[net.minecraft.item.crafting.Ingredient@659851a1]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.crystal@2 new recipe: RecipeStage{tier='three', recipe=1xitem.crystal@2:[net.minecraft.item.crafting.Ingredient@5c28faa3, net.minecraft.item.crafting.Ingredient@5c28faa3, net.minecraft.item.crafting.Ingredient@5c28faa3, net.minecraft.item.crafting.Ingredient@5c28faa3, net.minecraft.item.crafting.Ingredient@5c28faa3, net.minecraft.item.crafting.Ingredient@5c28faa3, net.minecraft.item.crafting.Ingredient@5c28faa3, net.minecraft.item.crafting.Ingredient@5c28faa3, net.minecraft.item.crafting.Ingredient@5c28faa3]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.crystal@27 new recipe: RecipeStage{tier='three', recipe=1xitem.crystal@27:[net.minecraft.item.crafting.Ingredient@3b767baa, net.minecraft.item.crafting.Ingredient@3b767baa, net.minecraft.item.crafting.Ingredient@3b767baa, net.minecraft.item.crafting.Ingredient@3b767baa, net.minecraft.item.crafting.Ingredient@3b767baa, net.minecraft.item.crafting.Ingredient@3b767baa, net.minecraft.item.crafting.Ingredient@3b767baa, net.minecraft.item.crafting.Ingredient@3b767baa, net.minecraft.item.crafting.Ingredient@3b767baa]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.crystal@27 new recipe: RecipeStage{tier='three', recipe=9xitem.crystal@27:[net.minecraft.item.crafting.Ingredient@30aa6a66]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.crystal@26 new recipe: RecipeStage{tier='three', recipe=1xitem.crystal@26:[net.minecraft.item.crafting.Ingredient@72f66b88, net.minecraft.item.crafting.Ingredient@72f66b88, net.minecraft.item.crafting.Ingredient@72f66b88, net.minecraft.item.crafting.Ingredient@72f66b88, net.minecraft.item.crafting.Ingredient@72f66b88, net.minecraft.item.crafting.Ingredient@72f66b88, net.minecraft.item.crafting.Ingredient@72f66b88, net.minecraft.item.crafting.Ingredient@72f66b88, net.minecraft.item.crafting.Ingredient@72f66b88]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.crystal@26 new recipe: RecipeStage{tier='three', recipe=9xitem.crystal@26:[net.minecraft.item.crafting.Ingredient@26f14218]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.crystal@25 new recipe: RecipeStage{tier='three', recipe=1xitem.crystal@25:[net.minecraft.item.crafting.Ingredient@4a8144f1, net.minecraft.item.crafting.Ingredient@4a8144f1, net.minecraft.item.crafting.Ingredient@4a8144f1, net.minecraft.item.crafting.Ingredient@4a8144f1, net.minecraft.item.crafting.Ingredient@4a8144f1, net.minecraft.item.crafting.Ingredient@4a8144f1, net.minecraft.item.crafting.Ingredient@4a8144f1, net.minecraft.item.crafting.Ingredient@4a8144f1, net.minecraft.item.crafting.Ingredient@4a8144f1]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.crystal@25 new recipe: RecipeStage{tier='three', recipe=9xitem.crystal@25:[net.minecraft.item.crafting.Ingredient@14579ae3]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.crystal@24 new recipe: RecipeStage{tier='three', recipe=1xitem.crystal@24:[net.minecraft.item.crafting.Ingredient@5efbff1f, net.minecraft.item.crafting.Ingredient@5efbff1f, net.minecraft.item.crafting.Ingredient@5efbff1f, net.minecraft.item.crafting.Ingredient@5efbff1f, net.minecraft.item.crafting.Ingredient@5efbff1f, net.minecraft.item.crafting.Ingredient@5efbff1f, net.minecraft.item.crafting.Ingredient@5efbff1f, net.minecraft.item.crafting.Ingredient@5efbff1f, net.minecraft.item.crafting.Ingredient@5efbff1f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.crystal@24 new recipe: RecipeStage{tier='three', recipe=9xitem.crystal@24:[net.minecraft.item.crafting.Ingredient@7125aec]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.crystal@23 new recipe: RecipeStage{tier='three', recipe=1xitem.crystal@23:[net.minecraft.item.crafting.Ingredient@6113a988, net.minecraft.item.crafting.Ingredient@6113a988, net.minecraft.item.crafting.Ingredient@6113a988, net.minecraft.item.crafting.Ingredient@6113a988, net.minecraft.item.crafting.Ingredient@6113a988, net.minecraft.item.crafting.Ingredient@6113a988, net.minecraft.item.crafting.Ingredient@6113a988, net.minecraft.item.crafting.Ingredient@6113a988, net.minecraft.item.crafting.Ingredient@6113a988]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.crystal@23 new recipe: RecipeStage{tier='three', recipe=9xitem.crystal@23:[net.minecraft.item.crafting.Ingredient@3b87622b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.crystal@23 new recipe: RecipeStage{tier='three', recipe=1xitem.crystal@23:[net.minecraft.item.crafting.Ingredient@7b6fdc4d, net.minecraft.item.crafting.Ingredient@2d2955d5]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.crystal@22 new recipe: RecipeStage{tier='three', recipe=1xitem.crystal@22:[net.minecraft.item.crafting.Ingredient@2d71f81a, net.minecraft.item.crafting.Ingredient@2d71f81a, net.minecraft.item.crafting.Ingredient@2d71f81a, net.minecraft.item.crafting.Ingredient@2d71f81a, net.minecraft.item.crafting.Ingredient@2d71f81a, net.minecraft.item.crafting.Ingredient@2d71f81a, net.minecraft.item.crafting.Ingredient@2d71f81a, net.minecraft.item.crafting.Ingredient@2d71f81a, net.minecraft.item.crafting.Ingredient@2d71f81a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.crystal@22 new recipe: RecipeStage{tier='three', recipe=9xitem.crystal@22:[net.minecraft.item.crafting.Ingredient@7e283f73]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.crystal@22 new recipe: RecipeStage{tier='three', recipe=1xitem.crystal@22:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4707c5c4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2bf463a2, net.minecraft.item.crafting.Ingredient@2bf463a2, net.minecraft.item.crafting.Ingredient@2bf463a2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4707c5c4, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.crystal@21 new recipe: RecipeStage{tier='three', recipe=1xitem.crystal@21:[net.minecraft.item.crafting.Ingredient@7d8d62fd, net.minecraft.item.crafting.Ingredient@7d8d62fd, net.minecraft.item.crafting.Ingredient@7d8d62fd, net.minecraft.item.crafting.Ingredient@7d8d62fd, net.minecraft.item.crafting.Ingredient@7d8d62fd, net.minecraft.item.crafting.Ingredient@7d8d62fd, net.minecraft.item.crafting.Ingredient@7d8d62fd, net.minecraft.item.crafting.Ingredient@7d8d62fd, net.minecraft.item.crafting.Ingredient@7d8d62fd]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.crystal@21 new recipe: RecipeStage{tier='three', recipe=9xitem.crystal@21:[net.minecraft.item.crafting.Ingredient@2e61ac83]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.crystal@21 new recipe: RecipeStage{tier='three', recipe=1xitem.crystal@21:[net.minecraft.item.crafting.Ingredient@727449a1, net.minecraft.item.crafting.Ingredient@56538c95, net.minecraft.item.crafting.Ingredient@727449a1]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.crystal@20 new recipe: RecipeStage{tier='three', recipe=1xitem.crystal@20:[net.minecraft.item.crafting.Ingredient@274326d4, net.minecraft.item.crafting.Ingredient@274326d4, net.minecraft.item.crafting.Ingredient@274326d4, net.minecraft.item.crafting.Ingredient@274326d4, net.minecraft.item.crafting.Ingredient@274326d4, net.minecraft.item.crafting.Ingredient@274326d4, net.minecraft.item.crafting.Ingredient@274326d4, net.minecraft.item.crafting.Ingredient@274326d4, net.minecraft.item.crafting.Ingredient@274326d4]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.crystal@20 new recipe: RecipeStage{tier='three', recipe=9xitem.crystal@20:[net.minecraft.item.crafting.Ingredient@4973b6b0]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.crystal@2 new recipe: RecipeStage{tier='three', recipe=9xitem.crystal@2:[net.minecraft.item.crafting.Ingredient@4c309726]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.crystal@19 new recipe: RecipeStage{tier='three', recipe=1xitem.crystal@19:[net.minecraft.item.crafting.Ingredient@7ef51eec, net.minecraft.item.crafting.Ingredient@7ef51eec, net.minecraft.item.crafting.Ingredient@7ef51eec, net.minecraft.item.crafting.Ingredient@7ef51eec, net.minecraft.item.crafting.Ingredient@7ef51eec, net.minecraft.item.crafting.Ingredient@7ef51eec, net.minecraft.item.crafting.Ingredient@7ef51eec, net.minecraft.item.crafting.Ingredient@7ef51eec, net.minecraft.item.crafting.Ingredient@7ef51eec]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.crystal@19 new recipe: RecipeStage{tier='three', recipe=9xitem.crystal@19:[net.minecraft.item.crafting.Ingredient@78145f8e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.crystal@18 new recipe: RecipeStage{tier='three', recipe=1xitem.crystal@18:[net.minecraft.item.crafting.Ingredient@c7b53, net.minecraft.item.crafting.Ingredient@c7b53, net.minecraft.item.crafting.Ingredient@c7b53, net.minecraft.item.crafting.Ingredient@c7b53, net.minecraft.item.crafting.Ingredient@c7b53, net.minecraft.item.crafting.Ingredient@c7b53, net.minecraft.item.crafting.Ingredient@c7b53, net.minecraft.item.crafting.Ingredient@c7b53, net.minecraft.item.crafting.Ingredient@c7b53]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.crystal@18 new recipe: RecipeStage{tier='three', recipe=9xitem.crystal@18:[net.minecraft.item.crafting.Ingredient@541b6a0a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.crystal@15 new recipe: RecipeStage{tier='three', recipe=1xitem.crystal@15:[net.minecraft.item.crafting.Ingredient@df1ef30, net.minecraft.item.crafting.Ingredient@df1ef30, net.minecraft.item.crafting.Ingredient@df1ef30, net.minecraft.item.crafting.Ingredient@df1ef30, net.minecraft.item.crafting.Ingredient@df1ef30, net.minecraft.item.crafting.Ingredient@df1ef30, net.minecraft.item.crafting.Ingredient@df1ef30, net.minecraft.item.crafting.Ingredient@df1ef30, net.minecraft.item.crafting.Ingredient@df1ef30]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.crystal@15 new recipe: RecipeStage{tier='three', recipe=9xitem.crystal@15:[net.minecraft.item.crafting.Ingredient@1e421e23]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.crystal@14 new recipe: RecipeStage{tier='three', recipe=1xitem.crystal@14:[net.minecraft.item.crafting.Ingredient@3e442937, net.minecraft.item.crafting.Ingredient@3e442937, net.minecraft.item.crafting.Ingredient@3e442937, net.minecraft.item.crafting.Ingredient@3e442937, net.minecraft.item.crafting.Ingredient@3e442937, net.minecraft.item.crafting.Ingredient@3e442937, net.minecraft.item.crafting.Ingredient@3e442937, net.minecraft.item.crafting.Ingredient@3e442937, net.minecraft.item.crafting.Ingredient@3e442937]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.crystal@14 new recipe: RecipeStage{tier='three', recipe=9xitem.crystal@14:[net.minecraft.item.crafting.Ingredient@3c78bc5c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.crystal@13 new recipe: RecipeStage{tier='three', recipe=1xitem.crystal@13:[net.minecraft.item.crafting.Ingredient@648f393d, net.minecraft.item.crafting.Ingredient@648f393d, net.minecraft.item.crafting.Ingredient@648f393d, net.minecraft.item.crafting.Ingredient@648f393d, net.minecraft.item.crafting.Ingredient@648f393d, net.minecraft.item.crafting.Ingredient@648f393d, net.minecraft.item.crafting.Ingredient@648f393d, net.minecraft.item.crafting.Ingredient@648f393d, net.minecraft.item.crafting.Ingredient@648f393d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.crystal@13 new recipe: RecipeStage{tier='three', recipe=9xitem.crystal@13:[net.minecraft.item.crafting.Ingredient@5f124135]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.crystal@12 new recipe: RecipeStage{tier='three', recipe=1xitem.crystal@12:[net.minecraft.item.crafting.Ingredient@7b45b28e, net.minecraft.item.crafting.Ingredient@7b45b28e, net.minecraft.item.crafting.Ingredient@7b45b28e, net.minecraft.item.crafting.Ingredient@7b45b28e, net.minecraft.item.crafting.Ingredient@7b45b28e, net.minecraft.item.crafting.Ingredient@7b45b28e, net.minecraft.item.crafting.Ingredient@7b45b28e, net.minecraft.item.crafting.Ingredient@7b45b28e, net.minecraft.item.crafting.Ingredient@7b45b28e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.crystal@12 new recipe: RecipeStage{tier='three', recipe=9xitem.crystal@12:[net.minecraft.item.crafting.Ingredient@6de741d1]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.crystal@11 new recipe: RecipeStage{tier='three', recipe=1xitem.crystal@11:[net.minecraft.item.crafting.Ingredient@62ec3430, net.minecraft.item.crafting.Ingredient@62ec3430, net.minecraft.item.crafting.Ingredient@62ec3430, net.minecraft.item.crafting.Ingredient@62ec3430, net.minecraft.item.crafting.Ingredient@62ec3430, net.minecraft.item.crafting.Ingredient@62ec3430, net.minecraft.item.crafting.Ingredient@62ec3430, net.minecraft.item.crafting.Ingredient@62ec3430, net.minecraft.item.crafting.Ingredient@62ec3430]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.crystal@11 new recipe: RecipeStage{tier='three', recipe=9xitem.crystal@11:[net.minecraft.item.crafting.Ingredient@331a5d6e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.crystal@10 new recipe: RecipeStage{tier='three', recipe=1xitem.crystal@10:[net.minecraft.item.crafting.Ingredient@40240fa7, net.minecraft.item.crafting.Ingredient@40240fa7, net.minecraft.item.crafting.Ingredient@40240fa7, net.minecraft.item.crafting.Ingredient@40240fa7, net.minecraft.item.crafting.Ingredient@40240fa7, net.minecraft.item.crafting.Ingredient@40240fa7, net.minecraft.item.crafting.Ingredient@40240fa7, net.minecraft.item.crafting.Ingredient@40240fa7, net.minecraft.item.crafting.Ingredient@40240fa7]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.crystal@10 new recipe: RecipeStage{tier='three', recipe=9xitem.crystal@10:[net.minecraft.item.crafting.Ingredient@57c99533]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.crystal@10 new recipe: RecipeStage{tier='three', recipe=1xitem.crystal@10:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@60e0e16a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@60e0e16a, net.minecraft.item.crafting.Ingredient@6cfb9c14, net.minecraft.item.crafting.Ingredient@60e0e16a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@60e0e16a, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xtile.woodencrate@0 new recipe: RecipeStage{tier='one', recipe=2xtile.woodencrate@0:[net.minecraftforge.oredict.OreIngredient@5b112722, net.minecraftforge.oredict.OreIngredient@13909931, net.minecraftforge.oredict.OreIngredient@5b112722, net.minecraftforge.oredict.OreIngredient@13909931, net.minecraftforge.oredict.OreIngredient@46c7419a, net.minecraftforge.oredict.OreIngredient@13909931, net.minecraftforge.oredict.OreIngredient@5b112722, net.minecraftforge.oredict.OreIngredient@13909931, net.minecraftforge.oredict.OreIngredient@5b112722]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.corsword@0 new recipe: RecipeStage{tier='two', recipe=1xitem.corsword@0:[net.minecraft.item.crafting.Ingredient@34d1d22d, net.minecraft.item.crafting.Ingredient@34d1d22d, net.minecraftforge.oredict.OreIngredient@5b112722]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.corshovel@0 new recipe: RecipeStage{tier='two', recipe=1xitem.corshovel@0:[net.minecraft.item.crafting.Ingredient@4b3bc9bc, net.minecraftforge.oredict.OreIngredient@5b112722, net.minecraftforge.oredict.OreIngredient@5b112722]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.corplatep@0 new recipe: RecipeStage{tier='two', recipe=1xitem.corplatep@0:[net.minecraft.item.crafting.Ingredient@8508db7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@8508db7, net.minecraft.item.crafting.Ingredient@60db7dcf, net.minecraft.item.crafting.Ingredient@21c64e49, net.minecraft.item.crafting.Ingredient@60db7dcf, net.minecraft.item.crafting.Ingredient@60db7dcf, net.minecraft.item.crafting.Ingredient@8508db7, net.minecraft.item.crafting.Ingredient@60db7dcf]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.corplate@0 new recipe: RecipeStage{tier='two', recipe=1xitem.corplate@0:[net.minecraft.item.crafting.Ingredient@58c0ad41, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@58c0ad41, net.minecraft.item.crafting.Ingredient@58c0ad41, net.minecraft.item.crafting.Ingredient@58c0ad41, net.minecraft.item.crafting.Ingredient@58c0ad41, net.minecraft.item.crafting.Ingredient@58c0ad41, net.minecraft.item.crafting.Ingredient@58c0ad41, net.minecraft.item.crafting.Ingredient@58c0ad41]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.corpick@0 new recipe: RecipeStage{tier='two', recipe=1xitem.corpick@0:[net.minecraft.item.crafting.Ingredient@3c06a340, net.minecraft.item.crafting.Ingredient@3c06a340, net.minecraft.item.crafting.Ingredient@3c06a340, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5b112722, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5b112722, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.corlegsp@0 new recipe: RecipeStage{tier='two', recipe=1xitem.corlegsp@0:[net.minecraft.item.crafting.Ingredient@61b6907a, net.minecraft.item.crafting.Ingredient@3ce41a7b, net.minecraft.item.crafting.Ingredient@61b6907a, net.minecraft.item.crafting.Ingredient@b4ace34, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@b4ace34, net.minecraft.item.crafting.Ingredient@b4ace34, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@b4ace34]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.corlegs@0 new recipe: RecipeStage{tier='two', recipe=1xitem.corlegs@0:[net.minecraft.item.crafting.Ingredient@51631836, net.minecraft.item.crafting.Ingredient@51631836, net.minecraft.item.crafting.Ingredient@51631836, net.minecraft.item.crafting.Ingredient@51631836, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@51631836, net.minecraft.item.crafting.Ingredient@51631836, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@51631836]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.corhoe@0 new recipe: RecipeStage{tier='two', recipe=1xitem.corhoe@0:[net.minecraft.item.crafting.Ingredient@7d8d64d0, net.minecraft.item.crafting.Ingredient@7d8d64d0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5b112722, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5b112722]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.corhelmetp@0 new recipe: RecipeStage{tier='two', recipe=1xitem.corhelmetp@0:[net.minecraft.item.crafting.Ingredient@19bc2729, net.minecraft.item.crafting.Ingredient@2065bd02, net.minecraft.item.crafting.Ingredient@19bc2729, net.minecraft.item.crafting.Ingredient@2065bd02, net.minecraft.item.crafting.Ingredient@17f87cde, net.minecraft.item.crafting.Ingredient@2065bd02, net.minecraft.item.crafting.Ingredient@314fd9e1, net.minecraft.item.crafting.Ingredient@314fd9e1, net.minecraft.item.crafting.Ingredient@314fd9e1]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.corhelmet@0 new recipe: RecipeStage{tier='two', recipe=1xitem.corhelmet@0:[net.minecraft.item.crafting.Ingredient@77c43dc2, net.minecraft.item.crafting.Ingredient@77c43dc2, net.minecraft.item.crafting.Ingredient@77c43dc2, net.minecraft.item.crafting.Ingredient@77c43dc2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@77c43dc2]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.corbow@0 new recipe: RecipeStage{tier='two', recipe=1xitem.corbow@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6cb7900e, net.minecraft.item.crafting.Ingredient@5fae614e, net.minecraft.item.crafting.Ingredient@3906e4d3, net.minecraft.item.crafting.Ingredient@220c5909, net.minecraft.item.crafting.Ingredient@5fae614e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6cb7900e, net.minecraft.item.crafting.Ingredient@5fae614e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.corbootsp@0 new recipe: RecipeStage{tier='two', recipe=1xitem.corbootsp@0:[net.minecraft.item.crafting.Ingredient@b431058, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@b431058, net.minecraft.item.crafting.Ingredient@6be20ce1, net.minecraft.item.crafting.Ingredient@6d60a190, net.minecraft.item.crafting.Ingredient@6be20ce1]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.corboots@0 new recipe: RecipeStage{tier='two', recipe=1xitem.corboots@0:[net.minecraft.item.crafting.Ingredient@228fd89, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@228fd89, net.minecraft.item.crafting.Ingredient@228fd89, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@228fd89]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.coraxe@0 new recipe: RecipeStage{tier='two', recipe=1xitem.coraxe@0:[net.minecraft.item.crafting.Ingredient@4bbe1282, net.minecraft.item.crafting.Ingredient@4bbe1282, net.minecraft.item.crafting.Ingredient@4bbe1282, net.minecraftforge.oredict.OreIngredient@5b112722, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5b112722]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.coraliumstone@0 new recipe: RecipeStage{tier='one', recipe=1xtile.coraliumstone@0:[net.minecraft.item.crafting.Ingredient@4a474cf9, net.minecraft.item.crafting.Ingredient@4a474cf9, net.minecraft.item.crafting.Ingredient@4a474cf9, net.minecraft.item.crafting.Ingredient@4a474cf9, net.minecraft.item.crafting.Ingredient@6ce756f7, net.minecraft.item.crafting.Ingredient@4a474cf9, net.minecraft.item.crafting.Ingredient@4a474cf9, net.minecraft.item.crafting.Ingredient@4a474cf9, net.minecraft.item.crafting.Ingredient@4a474cf9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.coraliumstone@0 new recipe: RecipeStage{tier='one', recipe=1xtile.coraliumstone@0:[net.minecraft.item.crafting.Ingredient@2adb9232, net.minecraft.item.crafting.Ingredient@2adb9232, net.minecraft.item.crafting.Ingredient@2adb9232, net.minecraft.item.crafting.Ingredient@61252f13, net.minecraft.item.crafting.Ingredient@61252f13, net.minecraft.item.crafting.Ingredient@61252f13, net.minecraft.item.crafting.Ingredient@2adb9232, net.minecraft.item.crafting.Ingredient@2adb9232, net.minecraft.item.crafting.Ingredient@2adb9232]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.coraliumcobblestonewall@0 new recipe: RecipeStage{tier='two', recipe=6xtile.coraliumcobblestonewall@0:[net.minecraft.item.crafting.Ingredient@2a06b572, net.minecraft.item.crafting.Ingredient@2a06b572, net.minecraft.item.crafting.Ingredient@2a06b572, net.minecraft.item.crafting.Ingredient@2a06b572, net.minecraft.item.crafting.Ingredient@2a06b572, net.minecraft.item.crafting.Ingredient@2a06b572]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.coraliumcobblestonestairs@0 new recipe: RecipeStage{tier='two', recipe=4xtile.coraliumcobblestonestairs@0:[net.minecraft.item.crafting.Ingredient@77b51b2c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@77b51b2c, net.minecraft.item.crafting.Ingredient@77b51b2c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@77b51b2c, net.minecraft.item.crafting.Ingredient@77b51b2c, net.minecraft.item.crafting.Ingredient@77b51b2c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.coraliumcobblestoneslab1@0 new recipe: RecipeStage{tier='two', recipe=6xtile.coraliumcobblestoneslab1@0:[net.minecraft.item.crafting.Ingredient@47526e6f, net.minecraft.item.crafting.Ingredient@47526e6f, net.minecraft.item.crafting.Ingredient@47526e6f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.coralium@0 new recipe: RecipeStage{tier='one', recipe=9xitem.coralium@0:[net.minecraft.item.crafting.Ingredient@b302c86]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.coralium@0 new recipe: RecipeStage{tier='one', recipe=8xitem.coralium@0:[net.minecraft.item.crafting.Ingredient@6c41a55a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 7xitem.coralium@0 new recipe: RecipeStage{tier='one', recipe=7xitem.coralium@0:[net.minecraft.item.crafting.Ingredient@7e72ea54]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xitem.coralium@0 new recipe: RecipeStage{tier='one', recipe=6xitem.coralium@0:[net.minecraft.item.crafting.Ingredient@16fb2ce9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 5xitem.coralium@0 new recipe: RecipeStage{tier='one', recipe=5xitem.coralium@0:[net.minecraft.item.crafting.Ingredient@6b4d8288]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xitem.coralium@0 new recipe: RecipeStage{tier='one', recipe=4xitem.coralium@0:[net.minecraft.item.crafting.Ingredient@3bf2d978]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xitem.coralium@0 new recipe: RecipeStage{tier='one', recipe=3xitem.coralium@0:[net.minecraft.item.crafting.Ingredient@27032d16]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xitem.coralium@0 new recipe: RecipeStage{tier='one', recipe=2xitem.coralium@0:[net.minecraft.item.crafting.Ingredient@60f45e2c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.blankcoin@0 new recipe: RecipeStage{tier='two', recipe=1xitem.blankcoin@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@234576a9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@234576a9, net.minecraft.item.crafting.Ingredient@471e4c5, net.minecraftforge.oredict.OreIngredient@234576a9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@234576a9, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.blankcoin@0 new recipe: RecipeStage{tier='two', recipe=1xitem.blankcoin@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1e5213c3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1e5213c3, net.minecraft.item.crafting.Ingredient@30dcfc27, net.minecraftforge.oredict.OreIngredient@1e5213c3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1e5213c3, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.blankcoin@0 new recipe: RecipeStage{tier='two', recipe=1xitem.blankcoin@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@62e55594, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@62e55594, net.minecraft.item.crafting.Ingredient@2d28af42, net.minecraftforge.oredict.OreIngredient@62e55594, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@62e55594, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ccluster9@0 new recipe: RecipeStage{tier='one', recipe=1xitem.ccluster9@0:[net.minecraft.item.crafting.Ingredient@43783e1f, net.minecraft.item.crafting.Ingredient@298c8115, net.minecraft.item.crafting.Ingredient@18b0d451]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ccluster9@0 new recipe: RecipeStage{tier='one', recipe=1xitem.ccluster9@0:[net.minecraft.item.crafting.Ingredient@6c092209, net.minecraft.item.crafting.Ingredient@6549e779]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ccluster9@0 new recipe: RecipeStage{tier='one', recipe=1xitem.ccluster9@0:[net.minecraft.item.crafting.Ingredient@6ab25b06, net.minecraft.item.crafting.Ingredient@174fedea, net.minecraft.item.crafting.Ingredient@4143e446, net.minecraft.item.crafting.Ingredient@514b02d5, net.minecraft.item.crafting.Ingredient@29591991, net.minecraft.item.crafting.Ingredient@411191ed, net.minecraft.item.crafting.Ingredient@1fae3c5d, net.minecraft.item.crafting.Ingredient@167ac8d7, net.minecraft.item.crafting.Ingredient@778ede18]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ccluster8@0 new recipe: RecipeStage{tier='one', recipe=1xitem.ccluster8@0:[net.minecraft.item.crafting.Ingredient@15fc0c91, net.minecraft.item.crafting.Ingredient@42c9239c, net.minecraft.item.crafting.Ingredient@6fdac52a, net.minecraft.item.crafting.Ingredient@60a6fd00]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ccluster8@0 new recipe: RecipeStage{tier='one', recipe=1xitem.ccluster8@0:[net.minecraft.item.crafting.Ingredient@70c62b8c, net.minecraft.item.crafting.Ingredient@3aaff360]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ccluster8@0 new recipe: RecipeStage{tier='one', recipe=1xitem.ccluster8@0:[net.minecraft.item.crafting.Ingredient@548e17c2, net.minecraft.item.crafting.Ingredient@7c9ad637, net.minecraft.item.crafting.Ingredient@c03d168, net.minecraft.item.crafting.Ingredient@63809e34, net.minecraft.item.crafting.Ingredient@4714b581, net.minecraft.item.crafting.Ingredient@6d95f83a, net.minecraft.item.crafting.Ingredient@7f8ffc71, net.minecraft.item.crafting.Ingredient@1819bc8a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ccluster7@0 new recipe: RecipeStage{tier='one', recipe=1xitem.ccluster7@0:[net.minecraft.item.crafting.Ingredient@6d91d081, net.minecraft.item.crafting.Ingredient@ae0c984]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ccluster7@0 new recipe: RecipeStage{tier='one', recipe=1xitem.ccluster7@0:[net.minecraft.item.crafting.Ingredient@542bc67, net.minecraft.item.crafting.Ingredient@7ec99f1a, net.minecraft.item.crafting.Ingredient@355785ae, net.minecraft.item.crafting.Ingredient@2b6a686a, net.minecraft.item.crafting.Ingredient@3b5b48e4, net.minecraft.item.crafting.Ingredient@95821da, net.minecraft.item.crafting.Ingredient@2bbfaa]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ccluster6@0 new recipe: RecipeStage{tier='one', recipe=1xitem.ccluster6@0:[net.minecraft.item.crafting.Ingredient@c124213, net.minecraft.item.crafting.Ingredient@21b2983a, net.minecraft.item.crafting.Ingredient@6b91557]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ccluster6@0 new recipe: RecipeStage{tier='one', recipe=1xitem.ccluster6@0:[net.minecraft.item.crafting.Ingredient@79b68653, net.minecraft.item.crafting.Ingredient@6be4e767]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ccluster6@0 new recipe: RecipeStage{tier='one', recipe=1xitem.ccluster6@0:[net.minecraft.item.crafting.Ingredient@6ea5e5c2, net.minecraft.item.crafting.Ingredient@2ce4a2ba, net.minecraft.item.crafting.Ingredient@38bb6aae, net.minecraft.item.crafting.Ingredient@2d914314, net.minecraft.item.crafting.Ingredient@6cdb3891, net.minecraft.item.crafting.Ingredient@6523a6c2]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ccluster5@0 new recipe: RecipeStage{tier='one', recipe=1xitem.ccluster5@0:[net.minecraft.item.crafting.Ingredient@6c473e00, net.minecraft.item.crafting.Ingredient@186b2584]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ccluster5@0 new recipe: RecipeStage{tier='one', recipe=1xitem.ccluster5@0:[net.minecraft.item.crafting.Ingredient@6c1da1a5, net.minecraft.item.crafting.Ingredient@3182a336, net.minecraft.item.crafting.Ingredient@2cd8970, net.minecraft.item.crafting.Ingredient@7010e860, net.minecraft.item.crafting.Ingredient@71017f4e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ccluster4@0 new recipe: RecipeStage{tier='one', recipe=1xitem.ccluster4@0:[net.minecraft.item.crafting.Ingredient@36f33da8, net.minecraft.item.crafting.Ingredient@14256e9c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ccluster4@0 new recipe: RecipeStage{tier='one', recipe=1xitem.ccluster4@0:[net.minecraft.item.crafting.Ingredient@56eb3974, net.minecraft.item.crafting.Ingredient@32422cb2, net.minecraft.item.crafting.Ingredient@50963407, net.minecraft.item.crafting.Ingredient@160faa18]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ccluster3@0 new recipe: RecipeStage{tier='one', recipe=1xitem.ccluster3@0:[net.minecraft.item.crafting.Ingredient@30478a4d, net.minecraft.item.crafting.Ingredient@29f714d0]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ccluster3@0 new recipe: RecipeStage{tier='one', recipe=1xitem.ccluster3@0:[net.minecraft.item.crafting.Ingredient@6ccb4cec, net.minecraft.item.crafting.Ingredient@77f1bc30, net.minecraft.item.crafting.Ingredient@157d8395]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ccluster2@0 new recipe: RecipeStage{tier='one', recipe=1xitem.ccluster2@0:[net.minecraft.item.crafting.Ingredient@10f9b4e, net.minecraft.item.crafting.Ingredient@ec0571e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.cchunk@0 new recipe: RecipeStage{tier='two', recipe=1xitem.cchunk@0:[net.minecraft.item.crafting.Ingredient@54bf9860, net.minecraft.item.crafting.Ingredient@54bf9860, net.minecraft.item.crafting.Ingredient@54bf9860, net.minecraft.item.crafting.Ingredient@54bf9860, net.minecraft.item.crafting.Ingredient@19974b46, net.minecraft.item.crafting.Ingredient@54bf9860, net.minecraft.item.crafting.Ingredient@54bf9860, net.minecraft.item.crafting.Ingredient@54bf9860, net.minecraft.item.crafting.Ingredient@54bf9860]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.carboncluster@0 new recipe: RecipeStage{tier='three', recipe=1xitem.carboncluster@0:[net.minecraft.item.crafting.Ingredient@2ee901bf, net.minecraft.item.crafting.Ingredient@2ee901bf, net.minecraft.item.crafting.Ingredient@2ee901bf, net.minecraft.item.crafting.Ingredient@2ee901bf, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2ee901bf, net.minecraft.item.crafting.Ingredient@2ee901bf, net.minecraft.item.crafting.Ingredient@2ee901bf, net.minecraft.item.crafting.Ingredient@2ee901bf]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.asword@0 new recipe: RecipeStage{tier='one', recipe=1xitem.asword@0:[net.minecraft.item.crafting.Ingredient@183d7228, net.minecraft.item.crafting.Ingredient@183d7228, net.minecraftforge.oredict.OreIngredient@5b112722]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ashovel@0 new recipe: RecipeStage{tier='one', recipe=1xitem.ashovel@0:[net.minecraft.item.crafting.Ingredient@52e448d1, net.minecraftforge.oredict.OreIngredient@5b112722, net.minecraftforge.oredict.OreIngredient@5b112722]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.aplate@0 new recipe: RecipeStage{tier='one', recipe=1xitem.aplate@0:[net.minecraft.item.crafting.Ingredient@7d4eb170, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7d4eb170, net.minecraft.item.crafting.Ingredient@7d4eb170, net.minecraft.item.crafting.Ingredient@7d4eb170, net.minecraft.item.crafting.Ingredient@7d4eb170, net.minecraft.item.crafting.Ingredient@7d4eb170, net.minecraft.item.crafting.Ingredient@7d4eb170, net.minecraft.item.crafting.Ingredient@7d4eb170]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.apick@0 new recipe: RecipeStage{tier='one', recipe=1xitem.apick@0:[net.minecraft.item.crafting.Ingredient@5fc744c7, net.minecraft.item.crafting.Ingredient@5fc744c7, net.minecraft.item.crafting.Ingredient@5fc744c7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5b112722, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5b112722, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.antidote@1 new recipe: RecipeStage{tier='two', recipe=1xitem.antidote@1:[net.minecraftforge.common.crafting.IngredientNBT@3d6583d4, net.minecraft.item.crafting.Ingredient@6935cb0e, net.minecraft.item.crafting.Ingredient@65a99ba4, net.minecraft.item.crafting.Ingredient@35b350ef]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.antidote@0 new recipe: RecipeStage{tier='two', recipe=1xitem.antidote@0:[net.minecraftforge.common.crafting.IngredientNBT@65b50a73, net.minecraft.item.crafting.Ingredient@9f5d415, net.minecraft.item.crafting.Ingredient@741f8e77, net.minecraft.item.crafting.Ingredient@4ef44682]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.alegs@0 new recipe: RecipeStage{tier='one', recipe=1xitem.alegs@0:[net.minecraft.item.crafting.Ingredient@40e5cf36, net.minecraft.item.crafting.Ingredient@40e5cf36, net.minecraft.item.crafting.Ingredient@40e5cf36, net.minecraft.item.crafting.Ingredient@40e5cf36, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@40e5cf36, net.minecraft.item.crafting.Ingredient@40e5cf36, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@40e5cf36]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ahoe@0 new recipe: RecipeStage{tier='one', recipe=1xitem.ahoe@0:[net.minecraft.item.crafting.Ingredient@7e5712ad, net.minecraft.item.crafting.Ingredient@7e5712ad, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5b112722, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5b112722]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ahelmet@0 new recipe: RecipeStage{tier='one', recipe=1xitem.ahelmet@0:[net.minecraft.item.crafting.Ingredient@6d645335, net.minecraft.item.crafting.Ingredient@6d645335, net.minecraft.item.crafting.Ingredient@6d645335, net.minecraft.item.crafting.Ingredient@6d645335, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6d645335]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.abystairs@0 new recipe: RecipeStage{tier='two', recipe=4xtile.abystairs@0:[net.minecraft.item.crafting.Ingredient@4b680777, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4b680777, net.minecraft.item.crafting.Ingredient@4b680777, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4b680777, net.minecraft.item.crafting.Ingredient@4b680777, net.minecraft.item.crafting.Ingredient@4b680777]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.abyssalnomicon@0 new recipe: RecipeStage{tier='two', recipe=1xitem.abyssalnomicon@0:[net.minecraft.item.crafting.Ingredient@2ac9f54e, net.minecraft.item.crafting.Ingredient@2adad6f0, net.minecraft.item.crafting.Ingredient@2ac9f54e, net.minecraft.item.crafting.Ingredient@69823177, net.minecraft.item.crafting.Ingredient@40d76dce, net.minecraft.item.crafting.Ingredient@69823177, net.minecraft.item.crafting.Ingredient@2ac9f54e, net.minecraft.item.crafting.Ingredient@69823177, net.minecraft.item.crafting.Ingredient@2ac9f54e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.abyssalnitecobblestonewall@0 new recipe: RecipeStage{tier='two', recipe=6xtile.abyssalnitecobblestonewall@0:[net.minecraft.item.crafting.Ingredient@3b53d023, net.minecraft.item.crafting.Ingredient@3b53d023, net.minecraft.item.crafting.Ingredient@3b53d023, net.minecraft.item.crafting.Ingredient@3b53d023, net.minecraft.item.crafting.Ingredient@3b53d023, net.minecraft.item.crafting.Ingredient@3b53d023]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.abyssalnitecobblestonestairs@0 new recipe: RecipeStage{tier='two', recipe=4xtile.abyssalnitecobblestonestairs@0:[net.minecraft.item.crafting.Ingredient@72f17a8a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@72f17a8a, net.minecraft.item.crafting.Ingredient@72f17a8a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@72f17a8a, net.minecraft.item.crafting.Ingredient@72f17a8a, net.minecraft.item.crafting.Ingredient@72f17a8a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.abyssalnitecobblestoneslab1@0 new recipe: RecipeStage{tier='two', recipe=6xtile.abyssalnitecobblestoneslab1@0:[net.minecraft.item.crafting.Ingredient@3eaf9b91, net.minecraft.item.crafting.Ingredient@3eaf9b91, net.minecraft.item.crafting.Ingredient@3eaf9b91]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.abyssalcobblestonewall@0 new recipe: RecipeStage{tier='two', recipe=6xtile.abyssalcobblestonewall@0:[net.minecraft.item.crafting.Ingredient@47616a30, net.minecraft.item.crafting.Ingredient@47616a30, net.minecraft.item.crafting.Ingredient@47616a30, net.minecraft.item.crafting.Ingredient@47616a30, net.minecraft.item.crafting.Ingredient@47616a30, net.minecraft.item.crafting.Ingredient@47616a30]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.abyssalcobblestonestairs@0 new recipe: RecipeStage{tier='two', recipe=4xtile.abyssalcobblestonestairs@0:[net.minecraft.item.crafting.Ingredient@685d25cd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@685d25cd, net.minecraft.item.crafting.Ingredient@685d25cd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@685d25cd, net.minecraft.item.crafting.Ingredient@685d25cd, net.minecraft.item.crafting.Ingredient@685d25cd]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.abyssalcobblestoneslab1@0 new recipe: RecipeStage{tier='two', recipe=6xtile.abyssalcobblestoneslab1@0:[net.minecraft.item.crafting.Ingredient@68230df7, net.minecraft.item.crafting.Ingredient@68230df7, net.minecraft.item.crafting.Ingredient@68230df7]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.abyslab1@0 new recipe: RecipeStage{tier='two', recipe=6xtile.abyslab1@0:[net.minecraft.item.crafting.Ingredient@7e853e, net.minecraft.item.crafting.Ingredient@7e853e, net.minecraft.item.crafting.Ingredient@7e853e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.abypplate@0 new recipe: RecipeStage{tier='two', recipe=1xtile.abypplate@0:[net.minecraft.item.crafting.Ingredient@103d335e, net.minecraft.item.crafting.Ingredient@103d335e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.abyfence@0 new recipe: RecipeStage{tier='one', recipe=6xtile.abyfence@0:[net.minecraft.item.crafting.Ingredient@31321873, net.minecraft.item.crafting.Ingredient@31321873, net.minecraft.item.crafting.Ingredient@31321873, net.minecraft.item.crafting.Ingredient@31321873, net.minecraft.item.crafting.Ingredient@31321873, net.minecraft.item.crafting.Ingredient@31321873]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.abyfence@0 new recipe: RecipeStage{tier='two', recipe=6xtile.abyfence@0:[net.minecraft.item.crafting.Ingredient@31321873, net.minecraft.item.crafting.Ingredient@31321873, net.minecraft.item.crafting.Ingredient@31321873, net.minecraft.item.crafting.Ingredient@31321873, net.minecraft.item.crafting.Ingredient@31321873, net.minecraft.item.crafting.Ingredient@31321873]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.abydreadbrickstairs@0 new recipe: RecipeStage{tier='two', recipe=4xtile.abydreadbrickstairs@0:[net.minecraft.item.crafting.Ingredient@74886456, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@74886456, net.minecraft.item.crafting.Ingredient@74886456, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@74886456, net.minecraft.item.crafting.Ingredient@74886456, net.minecraft.item.crafting.Ingredient@74886456]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.abydreadbrickslab1@0 new recipe: RecipeStage{tier='two', recipe=6xtile.abydreadbrickslab1@0:[net.minecraft.item.crafting.Ingredient@51ded081, net.minecraft.item.crafting.Ingredient@51ded081, net.minecraft.item.crafting.Ingredient@51ded081]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.abydreadbrickfence@0 new recipe: RecipeStage{tier='one', recipe=6xtile.abydreadbrickfence@0:[net.minecraft.item.crafting.Ingredient@746ee903, net.minecraft.item.crafting.Ingredient@746ee903, net.minecraft.item.crafting.Ingredient@746ee903, net.minecraft.item.crafting.Ingredient@746ee903, net.minecraft.item.crafting.Ingredient@746ee903, net.minecraft.item.crafting.Ingredient@746ee903]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.abydreadbrick@1 new recipe: RecipeStage{tier='two', recipe=1xtile.abydreadbrick@1:[net.minecraft.item.crafting.Ingredient@1a80a61a, net.minecraft.item.crafting.Ingredient@1a80a61a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.abydreadbrick@0 new recipe: RecipeStage{tier='two', recipe=4xtile.abydreadbrick@0:[net.minecraft.item.crafting.Ingredient@4b339474, net.minecraft.item.crafting.Ingredient@4b339474, net.minecraft.item.crafting.Ingredient@4b339474, net.minecraft.item.crafting.Ingredient@4b339474]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.abybutton@0 new recipe: RecipeStage{tier='one', recipe=1xtile.abybutton@0:[net.minecraft.item.crafting.Ingredient@5e5b2a70]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.abybrick@1 new recipe: RecipeStage{tier='two', recipe=1xtile.abybrick@1:[net.minecraft.item.crafting.Ingredient@7e9f4450, net.minecraft.item.crafting.Ingredient@7e9f4450]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.abybrick@0 new recipe: RecipeStage{tier='two', recipe=4xtile.abybrick@0:[net.minecraft.item.crafting.Ingredient@6d25ebe9, net.minecraft.item.crafting.Ingredient@6d25ebe9, net.minecraft.item.crafting.Ingredient@6d25ebe9, net.minecraft.item.crafting.Ingredient@6d25ebe9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.aboots@0 new recipe: RecipeStage{tier='one', recipe=1xitem.aboots@0:[net.minecraft.item.crafting.Ingredient@5b02d44b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5b02d44b, net.minecraft.item.crafting.Ingredient@5b02d44b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5b02d44b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.aaxe@0 new recipe: RecipeStage{tier='one', recipe=1xitem.aaxe@0:[net.minecraft.item.crafting.Ingredient@45cd2a70, net.minecraft.item.crafting.Ingredient@45cd2a70, net.minecraft.item.crafting.Ingredient@45cd2a70, net.minecraftforge.oredict.OreIngredient@5b112722, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5b112722]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.twilightforest.ironwoodPlate@0 new recipe: RecipeStage{tier='two', recipe=1xitem.twilightforest.ironwoodPlate@0:[net.minecraftforge.oredict.OreIngredient@c8c4e74, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@c8c4e74, net.minecraftforge.oredict.OreIngredient@c8c4e74, net.minecraftforge.oredict.OreIngredient@c8c4e74, net.minecraftforge.oredict.OreIngredient@c8c4e74, net.minecraftforge.oredict.OreIngredient@c8c4e74, net.minecraftforge.oredict.OreIngredient@c8c4e74, net.minecraftforge.oredict.OreIngredient@c8c4e74]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xtile.twilightforest.AuroraPillar@0 new recipe: RecipeStage{tier='two', recipe=2xtile.twilightforest.AuroraPillar@0:[net.minecraft.item.crafting.Ingredient@583bda80, net.minecraft.item.crafting.Ingredient@583bda80]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.twilightforest.yetiBoots@0 new recipe: RecipeStage{tier='two', recipe=1xitem.twilightforest.yetiBoots@0:[net.minecraft.item.crafting.Ingredient@3a26cfa7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3a26cfa7, net.minecraft.item.crafting.Ingredient@3a26cfa7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3a26cfa7]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.twilightforest.ironwoodHelm@0 new recipe: RecipeStage{tier='two', recipe=1xitem.twilightforest.ironwoodHelm@0:[net.minecraftforge.oredict.OreIngredient@c8c4e74, net.minecraftforge.oredict.OreIngredient@c8c4e74, net.minecraftforge.oredict.OreIngredient@c8c4e74, net.minecraftforge.oredict.OreIngredient@c8c4e74, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@c8c4e74]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.twilightforest.knightmetalRing@0 new recipe: RecipeStage{tier='two', recipe=1xitem.twilightforest.knightmetalRing@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@199f0e94, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@199f0e94, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@199f0e94, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@199f0e94, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.twilightforest.AuroraSlab@0 new recipe: RecipeStage{tier='two', recipe=6xtile.twilightforest.AuroraSlab@0:[net.minecraft.item.crafting.Ingredient@6f9e2691, net.minecraft.item.crafting.Ingredient@6f9e2691, net.minecraft.item.crafting.Ingredient@6f9e2691]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.twilightforest.scepterLifeDrain@0 new recipe: RecipeStage{tier='two', recipe=1xitem.twilightforest.scepterLifeDrain@0:[net.minecraft.item.crafting.Ingredient@61066ef5, net.minecraft.item.crafting.Ingredient@10b3ea90]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.twilightforest.steeleafPlate@0 new recipe: RecipeStage{tier='two', recipe=1xitem.twilightforest.steeleafPlate@0:[net.minecraftforge.oredict.OreIngredient@6f732acc, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6f732acc, net.minecraftforge.oredict.OreIngredient@6f732acc, net.minecraftforge.oredict.OreIngredient@6f732acc, net.minecraftforge.oredict.OreIngredient@6f732acc, net.minecraftforge.oredict.OreIngredient@6f732acc, net.minecraftforge.oredict.OreIngredient@6f732acc, net.minecraftforge.oredict.OreIngredient@6f732acc]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.twilightforest.ironwoodLegs@0 new recipe: RecipeStage{tier='two', recipe=1xitem.twilightforest.ironwoodLegs@0:[net.minecraftforge.oredict.OreIngredient@c8c4e74, net.minecraftforge.oredict.OreIngredient@c8c4e74, net.minecraftforge.oredict.OreIngredient@c8c4e74, net.minecraftforge.oredict.OreIngredient@c8c4e74, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@c8c4e74, net.minecraftforge.oredict.OreIngredient@c8c4e74, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@c8c4e74]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.twilightforest.CastleBrick@2 new recipe: RecipeStage{tier='two', recipe=3xtile.twilightforest.CastleBrick@2:[net.minecraft.item.crafting.Ingredient@7127a68c, net.minecraft.item.crafting.Ingredient@21914c03, net.minecraft.item.crafting.Ingredient@4624b60b, net.minecraft.item.crafting.Ingredient@40f4fd97]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.twilightforest.carminite@0 new recipe: RecipeStage{tier='two', recipe=1xitem.twilightforest.carminite@0:[net.minecraftforge.oredict.OreIngredient@3d4766b4, net.minecraft.item.crafting.Ingredient@23f9af48, net.minecraftforge.oredict.OreIngredient@3d4766b4, net.minecraft.item.crafting.Ingredient@23f9af48, net.minecraft.item.crafting.Ingredient@7601becc, net.minecraft.item.crafting.Ingredient@23f9af48, net.minecraftforge.oredict.OreIngredient@3d4766b4, net.minecraft.item.crafting.Ingredient@23f9af48, net.minecraftforge.oredict.OreIngredient@3d4766b4]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.twilightforest.giantPick@0 new recipe: RecipeStage{tier='two', recipe=1xitem.twilightforest.giantPick@0:[net.minecraft.item.crafting.Ingredient@3bbf52f6, net.minecraft.item.crafting.Ingredient@3bbf52f6, net.minecraft.item.crafting.Ingredient@3bbf52f6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3d2a33e5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3d2a33e5, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.twilightforest.CastleBrick@4 new recipe: RecipeStage{tier='two', recipe=3xtile.twilightforest.CastleBrick@4:[net.minecraft.item.crafting.Ingredient@15b96b1d, net.minecraft.item.crafting.Ingredient@f7c67a, net.minecraft.item.crafting.Ingredient@70302669, net.minecraft.item.crafting.Ingredient@f792c02]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.twilightforest.arcticPlate@0 new recipe: RecipeStage{tier='two', recipe=1xitem.twilightforest.arcticPlate@0:[net.minecraft.item.crafting.Ingredient@f9666ad, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@f9666ad, net.minecraft.item.crafting.Ingredient@f9666ad, net.minecraft.item.crafting.Ingredient@f9666ad, net.minecraft.item.crafting.Ingredient@f9666ad, net.minecraft.item.crafting.Ingredient@f9666ad, net.minecraft.item.crafting.Ingredient@f9666ad, net.minecraft.item.crafting.Ingredient@f9666ad]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.twilightforest.NagastoneStairs@8 new recipe: RecipeStage{tier='two', recipe=8xtile.twilightforest.NagastoneStairs@8:[net.minecraft.item.crafting.Ingredient@419874ff, net.minecraft.item.crafting.Ingredient@419874ff, net.minecraft.item.crafting.Ingredient@419874ff, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@419874ff, net.minecraft.item.crafting.Ingredient@419874ff, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@419874ff]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.twilightforest.fieryLegs@0 new recipe: RecipeStage{tier='two', recipe=1xitem.twilightforest.fieryLegs@0:[net.minecraft.item.crafting.Ingredient@71764eef, net.minecraft.item.crafting.Ingredient@5ef224b1, net.minecraft.item.crafting.Ingredient@c4f285d, net.minecraft.item.crafting.Ingredient@760e6a2a, net.minecraft.item.crafting.Ingredient@5cea00c0, net.minecraft.item.crafting.Ingredient@666abe02, net.minecraft.item.crafting.Ingredient@59443f2, net.minecraft.item.crafting.Ingredient@363d67ec]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.twilightforest.CastleBrick@0 new recipe: RecipeStage{tier='two', recipe=3xtile.twilightforest.CastleBrick@0:[net.minecraft.item.crafting.Ingredient@5406f058, net.minecraft.item.crafting.Ingredient@2366d0e7, net.minecraft.item.crafting.Ingredient@205bfb7d, net.minecraft.item.crafting.Ingredient@666026da]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.twilightforest.CastlePillar@1 new recipe: RecipeStage{tier='two', recipe=4xtile.twilightforest.CastlePillar@1:[net.minecraft.item.crafting.Ingredient@3db1e41b, net.minecraft.item.crafting.Ingredient@3db1e41b, net.minecraft.item.crafting.Ingredient@3db1e41b, net.minecraft.item.crafting.Ingredient@3db1e41b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.twilightforest.moonwormQueen@0 new recipe: RecipeStage{tier='two', recipe=1xitem.twilightforest.moonwormQueen@0:[net.minecraft.item.crafting.Ingredient@51605fd9, net.minecraft.item.crafting.Ingredient@59cf36a3, net.minecraft.item.crafting.Ingredient@294095b8, net.minecraft.item.crafting.Ingredient@550bf9c8]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.twilightforest.steeleafHelm@0 new recipe: RecipeStage{tier='two', recipe=1xitem.twilightforest.steeleafHelm@0:[net.minecraftforge.oredict.OreIngredient@6f732acc, net.minecraftforge.oredict.OreIngredient@6f732acc, net.minecraftforge.oredict.OreIngredient@6f732acc, net.minecraftforge.oredict.OreIngredient@6f732acc, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6f732acc]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.twilightforest.ironwoodAxe@0 new recipe: RecipeStage{tier='two', recipe=1xitem.twilightforest.ironwoodAxe@0:[net.minecraftforge.oredict.OreIngredient@c8c4e74, net.minecraftforge.oredict.OreIngredient@c8c4e74, net.minecraftforge.oredict.OreIngredient@c8c4e74, net.minecraftforge.oredict.OreIngredient@2f61a9c1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2f61a9c1]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.twilightforest.ironwoodIngot@0 new recipe: RecipeStage{tier='two', recipe=9xitem.twilightforest.ironwoodIngot@0:[net.minecraft.item.crafting.Ingredient@1561edb4]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.twilightforest.yetiPlate@0 new recipe: RecipeStage{tier='two', recipe=1xitem.twilightforest.yetiPlate@0:[net.minecraft.item.crafting.Ingredient@70461e2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@70461e2, net.minecraft.item.crafting.Ingredient@70461e2, net.minecraft.item.crafting.Ingredient@70461e2, net.minecraft.item.crafting.Ingredient@70461e2, net.minecraft.item.crafting.Ingredient@70461e2, net.minecraft.item.crafting.Ingredient@70461e2, net.minecraft.item.crafting.Ingredient@70461e2]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.twilightforest.steeleafShovel@0 new recipe: RecipeStage{tier='two', recipe=1xitem.twilightforest.steeleafShovel@0:[net.minecraftforge.oredict.OreIngredient@6f732acc, net.minecraftforge.oredict.OreIngredient@2f61a9c1, net.minecraftforge.oredict.OreIngredient@2f61a9c1]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.twilightforest.knightlyPlate@0 new recipe: RecipeStage{tier='two', recipe=1xitem.twilightforest.knightlyPlate@0:[net.minecraftforge.oredict.OreIngredient@199f0e94, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@199f0e94, net.minecraftforge.oredict.OreIngredient@199f0e94, net.minecraftforge.oredict.OreIngredient@199f0e94, net.minecraftforge.oredict.OreIngredient@199f0e94, net.minecraftforge.oredict.OreIngredient@199f0e94, net.minecraftforge.oredict.OreIngredient@199f0e94, net.minecraftforge.oredict.OreIngredient@199f0e94]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.twilightforest.CastleStairs@0 new recipe: RecipeStage{tier='two', recipe=8xtile.twilightforest.CastleStairs@0:[net.minecraft.item.crafting.Ingredient@2bcba446, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2bcba446, net.minecraft.item.crafting.Ingredient@2bcba446, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2bcba446, net.minecraft.item.crafting.Ingredient@2bcba446, net.minecraft.item.crafting.Ingredient@2bcba446]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.twilightforest.fieryHelm@0 new recipe: RecipeStage{tier='two', recipe=1xitem.twilightforest.fieryHelm@0:[net.minecraft.item.crafting.Ingredient@2814b10, net.minecraft.item.crafting.Ingredient@3b33ed88, net.minecraft.item.crafting.Ingredient@64c8ca0, net.minecraft.item.crafting.Ingredient@77698e4b, net.minecraft.item.crafting.Ingredient@a03f76d, net.minecraft.item.crafting.Ingredient@31a32bb0]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.twilightforest.scepterShield@0 new recipe: RecipeStage{tier='two', recipe=1xitem.twilightforest.scepterShield@0:[net.minecraft.item.crafting.Ingredient@77b0b172, net.minecraft.item.crafting.Ingredient@cd1bb71]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.twilightforest.steeleafHoe@0 new recipe: RecipeStage{tier='two', recipe=1xitem.twilightforest.steeleafHoe@0:[net.minecraftforge.oredict.OreIngredient@6f732acc, net.minecraftforge.oredict.OreIngredient@6f732acc, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2f61a9c1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2f61a9c1]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.twilightforest.SpiralBricks@0 new recipe: RecipeStage{tier='two', recipe=8xtile.twilightforest.SpiralBricks@0:[net.minecraftforge.common.crafting.CompoundIngredient@6d7a81b7, net.minecraft.item.crafting.Ingredient@838292c, net.minecraft.item.crafting.Ingredient@838292c, net.minecraftforge.common.crafting.CompoundIngredient@6d7a81b7, net.minecraft.item.crafting.Ingredient@838292c, net.minecraft.item.crafting.Ingredient@838292c, net.minecraftforge.common.crafting.CompoundIngredient@6d7a81b7, net.minecraftforge.common.crafting.CompoundIngredient@6d7a81b7, net.minecraftforge.common.crafting.CompoundIngredient@6d7a81b7]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.twilightforest.fieryPlate@0 new recipe: RecipeStage{tier='two', recipe=1xitem.twilightforest.fieryPlate@0:[net.minecraft.item.crafting.Ingredient@22984992, net.minecraft.item.crafting.Ingredient@507187b3, net.minecraft.item.crafting.Ingredient@59601e15, net.minecraft.item.crafting.Ingredient@258df162, net.minecraft.item.crafting.Ingredient@17623cd2, net.minecraft.item.crafting.Ingredient@47588333, net.minecraft.item.crafting.Ingredient@3391386e, net.minecraft.item.crafting.Ingredient@59a799eb, net.minecraft.item.crafting.Ingredient@63cf98f9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.twilightforest.TowerDevice@12 new recipe: RecipeStage{tier='two', recipe=1xtile.twilightforest.TowerDevice@12:[net.minecraft.item.crafting.Ingredient@6a613d14, net.minecraft.item.crafting.Ingredient@17190835, net.minecraft.item.crafting.Ingredient@6a613d14, net.minecraft.item.crafting.Ingredient@17190835, net.minecraftforge.oredict.OreIngredient@1c3d5658, net.minecraft.item.crafting.Ingredient@17190835, net.minecraft.item.crafting.Ingredient@6a613d14, net.minecraft.item.crafting.Ingredient@17190835, net.minecraft.item.crafting.Ingredient@6a613d14]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.twilightforest.steeleafPick@0 new recipe: RecipeStage{tier='two', recipe=1xitem.twilightforest.steeleafPick@0:[net.minecraftforge.oredict.OreIngredient@6f732acc, net.minecraftforge.oredict.OreIngredient@6f732acc, net.minecraftforge.oredict.OreIngredient@6f732acc, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2f61a9c1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2f61a9c1, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.twilightforest.knightlySword@0 new recipe: RecipeStage{tier='two', recipe=1xitem.twilightforest.knightlySword@0:[net.minecraftforge.oredict.OreIngredient@199f0e94, net.minecraftforge.oredict.OreIngredient@199f0e94, net.minecraftforge.oredict.OreIngredient@2f61a9c1]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.twilightforest.NagastoneStairsWeathered@8 new recipe: RecipeStage{tier='two', recipe=8xtile.twilightforest.NagastoneStairsWeathered@8:[net.minecraft.item.crafting.Ingredient@62235c5, net.minecraft.item.crafting.Ingredient@62235c5, net.minecraft.item.crafting.Ingredient@62235c5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@62235c5, net.minecraft.item.crafting.Ingredient@62235c5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@62235c5]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.twilightforest.charmOfKeeping3@0 new recipe: RecipeStage{tier='two', recipe=1xitem.twilightforest.charmOfKeeping3@0:[net.minecraft.item.crafting.Ingredient@62fb6017, net.minecraft.item.crafting.Ingredient@478d6c3c, net.minecraft.item.crafting.Ingredient@49339848, net.minecraft.item.crafting.Ingredient@77dd0d60]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.twilightforest.TowerDevice@6 new recipe: RecipeStage{tier='two', recipe=1xtile.twilightforest.TowerDevice@6:[net.minecraft.item.crafting.Ingredient@7763d19, net.minecraft.item.crafting.Ingredient@28d2d16e, net.minecraft.item.crafting.Ingredient@7763d19, net.minecraft.item.crafting.Ingredient@28d2d16e, net.minecraft.item.crafting.Ingredient@1f7849a0, net.minecraft.item.crafting.Ingredient@28d2d16e, net.minecraft.item.crafting.Ingredient@7763d19, net.minecraft.item.crafting.Ingredient@28d2d16e, net.minecraft.item.crafting.Ingredient@7763d19]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.twilightforest.carminite@0 new recipe: RecipeStage{tier='two', recipe=9xitem.twilightforest.carminite@0:[net.minecraft.item.crafting.Ingredient@4ae06d2c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.twilightforest.yetiHelm@0 new recipe: RecipeStage{tier='two', recipe=1xitem.twilightforest.yetiHelm@0:[net.minecraft.item.crafting.Ingredient@5267efca, net.minecraft.item.crafting.Ingredient@5267efca, net.minecraft.item.crafting.Ingredient@5267efca, net.minecraft.item.crafting.Ingredient@5267efca, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5267efca]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.twilightforest.EtchedNagastone@0 new recipe: RecipeStage{tier='two', recipe=3xtile.twilightforest.EtchedNagastone@0:[net.minecraft.item.crafting.Ingredient@55bac73c, net.minecraft.item.crafting.Ingredient@4b3a7ef2, net.minecraft.item.crafting.Ingredient@720ef8c3, net.minecraft.item.crafting.Ingredient@5996241d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.twilightforest.CastlePillar@0 new recipe: RecipeStage{tier='two', recipe=6xtile.twilightforest.CastlePillar@0:[net.minecraft.item.crafting.Ingredient@c8adb56, net.minecraft.item.crafting.Ingredient@1175a78c, net.minecraft.item.crafting.Ingredient@c8adb56, net.minecraft.item.crafting.Ingredient@c8adb56, net.minecraft.item.crafting.Ingredient@1175a78c, net.minecraft.item.crafting.Ingredient@c8adb56]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.twilightforest.arcticHelm@0 new recipe: RecipeStage{tier='two', recipe=1xitem.twilightforest.arcticHelm@0:[net.minecraft.item.crafting.Ingredient@5677049e, net.minecraft.item.crafting.Ingredient@5677049e, net.minecraft.item.crafting.Ingredient@5677049e, net.minecraft.item.crafting.Ingredient@5677049e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5677049e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.twilightforest.yetiLegs@0 new recipe: RecipeStage{tier='two', recipe=1xitem.twilightforest.yetiLegs@0:[net.minecraft.item.crafting.Ingredient@da76428, net.minecraft.item.crafting.Ingredient@da76428, net.minecraft.item.crafting.Ingredient@da76428, net.minecraft.item.crafting.Ingredient@da76428, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@da76428, net.minecraft.item.crafting.Ingredient@da76428, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@da76428]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.twilightforest.carminite@0 new recipe: RecipeStage{tier='two', recipe=1xitem.twilightforest.carminite@0:[net.minecraft.item.crafting.Ingredient@16214255, net.minecraftforge.oredict.OreIngredient@3d4766b4, net.minecraft.item.crafting.Ingredient@16214255, net.minecraftforge.oredict.OreIngredient@3d4766b4, net.minecraft.item.crafting.Ingredient@1584ad75, net.minecraftforge.oredict.OreIngredient@3d4766b4, net.minecraft.item.crafting.Ingredient@16214255, net.minecraftforge.oredict.OreIngredient@3d4766b4, net.minecraft.item.crafting.Ingredient@16214255]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.twilightforest.scepterTwilight@0 new recipe: RecipeStage{tier='two', recipe=1xitem.twilightforest.scepterTwilight@0:[net.minecraft.item.crafting.Ingredient@39143ed8, net.minecraftforge.oredict.OreIngredient@4abbe7a6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.twilightforest.CastlePillar@2 new recipe: RecipeStage{tier='two', recipe=3xtile.twilightforest.CastlePillar@2:[net.minecraft.item.crafting.Ingredient@3dcc0c62, net.minecraft.item.crafting.Ingredient@63050a4b, net.minecraft.item.crafting.Ingredient@20c7c795, net.minecraft.item.crafting.Ingredient@35c3466b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.twilightforest.TowerDevice@2 new recipe: RecipeStage{tier='two', recipe=8xtile.twilightforest.TowerDevice@2:[net.minecraft.item.crafting.Ingredient@755ca785, net.minecraft.item.crafting.Ingredient@39e0a2f7, net.minecraft.item.crafting.Ingredient@755ca785, net.minecraft.item.crafting.Ingredient@39e0a2f7, net.minecraft.item.crafting.Ingredient@121792f1, net.minecraft.item.crafting.Ingredient@39e0a2f7, net.minecraft.item.crafting.Ingredient@755ca785, net.minecraft.item.crafting.Ingredient@39e0a2f7, net.minecraft.item.crafting.Ingredient@755ca785]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.twilightforest.chainBlock@0 new recipe: RecipeStage{tier='two', recipe=1xitem.twilightforest.chainBlock@0:[net.minecraft.item.crafting.Ingredient@451ab596, net.minecraftforge.oredict.OreIngredient@199f0e94, net.minecraftforge.oredict.OreIngredient@199f0e94, net.minecraftforge.oredict.OreIngredient@199f0e94, net.minecraft.item.crafting.Ingredient@7b90165f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.twilightforest.ironwoodRaw@0 new recipe: RecipeStage{tier='two', recipe=1xitem.twilightforest.ironwoodRaw@0:[net.minecraft.item.crafting.Ingredient@71994c8, net.minecraftforge.oredict.OreIngredient@af8eb59, net.minecraftforge.oredict.OreIngredient@5b54850c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.twilightforest.knightlyAxe@0 new recipe: RecipeStage{tier='two', recipe=1xitem.twilightforest.knightlyAxe@0:[net.minecraftforge.oredict.OreIngredient@199f0e94, net.minecraftforge.oredict.OreIngredient@199f0e94, net.minecraftforge.oredict.OreIngredient@199f0e94, net.minecraftforge.oredict.OreIngredient@2f61a9c1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2f61a9c1]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.twilightforest.fieryBoots@0 new recipe: RecipeStage{tier='two', recipe=1xitem.twilightforest.fieryBoots@0:[net.minecraft.item.crafting.Ingredient@5ebc05ca, net.minecraft.item.crafting.Ingredient@51db267f, net.minecraft.item.crafting.Ingredient@675de18a, net.minecraft.item.crafting.Ingredient@62751c9c, net.minecraft.item.crafting.Ingredient@6aacf0e9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.twilightforest.plateNaga@0 new recipe: RecipeStage{tier='two', recipe=1xitem.twilightforest.plateNaga@0:[net.minecraft.item.crafting.Ingredient@3588b9df, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3588b9df, net.minecraft.item.crafting.Ingredient@3588b9df, net.minecraft.item.crafting.Ingredient@3588b9df, net.minecraft.item.crafting.Ingredient@3588b9df, net.minecraft.item.crafting.Ingredient@3588b9df, net.minecraft.item.crafting.Ingredient@3588b9df, net.minecraft.item.crafting.Ingredient@3588b9df]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.twilightforest.arcticLegs@0 new recipe: RecipeStage{tier='two', recipe=1xitem.twilightforest.arcticLegs@0:[net.minecraft.item.crafting.Ingredient@4d17fbb8, net.minecraft.item.crafting.Ingredient@4d17fbb8, net.minecraft.item.crafting.Ingredient@4d17fbb8, net.minecraft.item.crafting.Ingredient@4d17fbb8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4d17fbb8, net.minecraft.item.crafting.Ingredient@4d17fbb8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4d17fbb8]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.twilightforest.arcticBoots@0 new recipe: RecipeStage{tier='two', recipe=1xitem.twilightforest.arcticBoots@0:[net.minecraft.item.crafting.Ingredient@123d5465, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@123d5465, net.minecraft.item.crafting.Ingredient@123d5465, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@123d5465]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.twilightforest.steeleafSword@0 new recipe: RecipeStage{tier='two', recipe=1xitem.twilightforest.steeleafSword@0:[net.minecraftforge.oredict.OreIngredient@6f732acc, net.minecraftforge.oredict.OreIngredient@6f732acc, net.minecraftforge.oredict.OreIngredient@2f61a9c1]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.twilightforest.CastleStairs@8 new recipe: RecipeStage{tier='two', recipe=8xtile.twilightforest.CastleStairs@8:[net.minecraft.item.crafting.Ingredient@37680a88, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@37680a88, net.minecraft.item.crafting.Ingredient@37680a88, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@37680a88, net.minecraft.item.crafting.Ingredient@37680a88, net.minecraft.item.crafting.Ingredient@37680a88]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.twilightforest.FireflyJar@0 new recipe: RecipeStage{tier='two', recipe=1xtile.twilightforest.FireflyJar@0:[net.minecraft.item.crafting.Ingredient@1d15eceb, net.minecraft.item.crafting.Ingredient@19d2e7ec]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.twilightforest.emptyMagicMap@0 new recipe: RecipeStage{tier='two', recipe=1xitem.twilightforest.emptyMagicMap@0:[net.minecraftforge.oredict.OreIngredient@3d8d7f75, net.minecraftforge.oredict.OreIngredient@3d8d7f75, net.minecraftforge.oredict.OreIngredient@3d8d7f75, net.minecraftforge.oredict.OreIngredient@3d8d7f75, net.minecraft.item.crafting.Ingredient@402b6e65, net.minecraftforge.oredict.OreIngredient@3d8d7f75, net.minecraftforge.oredict.OreIngredient@3d8d7f75, net.minecraftforge.oredict.OreIngredient@3d8d7f75, net.minecraftforge.oredict.OreIngredient@3d8d7f75]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.twilightforest.NagastoneStairsWeathered@0 new recipe: RecipeStage{tier='two', recipe=8xtile.twilightforest.NagastoneStairsWeathered@0:[net.minecraft.item.crafting.Ingredient@1826c844, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1826c844, net.minecraft.item.crafting.Ingredient@1826c844, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1826c844, net.minecraft.item.crafting.Ingredient@1826c844, net.minecraft.item.crafting.Ingredient@1826c844]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.twilightforest.NagastoneStairsMossy@8 new recipe: RecipeStage{tier='two', recipe=8xtile.twilightforest.NagastoneStairsMossy@8:[net.minecraft.item.crafting.Ingredient@60366be8, net.minecraft.item.crafting.Ingredient@60366be8, net.minecraft.item.crafting.Ingredient@60366be8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@60366be8, net.minecraft.item.crafting.Ingredient@60366be8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@60366be8]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.twilightforest.CastlePillar@0 new recipe: RecipeStage{tier='two', recipe=3xtile.twilightforest.CastlePillar@0:[net.minecraft.item.crafting.Ingredient@4f55a56b, net.minecraft.item.crafting.Ingredient@3d64af6a, net.minecraft.item.crafting.Ingredient@2ff67bc6, net.minecraft.item.crafting.Ingredient@4cdbfcd1]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.twilightforest.fieryHelm@0 new recipe: RecipeStage{tier='two', recipe=1xitem.twilightforest.fieryHelm@0:[net.minecraftforge.oredict.OreIngredient@2d87ef3a, net.minecraftforge.oredict.OreIngredient@2d87ef3a, net.minecraftforge.oredict.OreIngredient@2d87ef3a, net.minecraftforge.oredict.OreIngredient@2d87ef3a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2d87ef3a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.twilightforest.giantSword@0 new recipe: RecipeStage{tier='two', recipe=1xitem.twilightforest.giantSword@0:[net.minecraft.item.crafting.Ingredient@131f8f8b, net.minecraft.item.crafting.Ingredient@131f8f8b, net.minecraft.item.crafting.Ingredient@7ff8d495]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.twilightforest.shardCluster@0 new recipe: RecipeStage{tier='two', recipe=1xitem.twilightforest.shardCluster@0:[net.minecraft.item.crafting.Ingredient@109df93d, net.minecraft.item.crafting.Ingredient@109df93d, net.minecraft.item.crafting.Ingredient@109df93d, net.minecraft.item.crafting.Ingredient@109df93d, net.minecraft.item.crafting.Ingredient@109df93d, net.minecraft.item.crafting.Ingredient@109df93d, net.minecraft.item.crafting.Ingredient@109df93d, net.minecraft.item.crafting.Ingredient@109df93d, net.minecraft.item.crafting.Ingredient@109df93d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.twilightforest.ironwoodPick@0 new recipe: RecipeStage{tier='two', recipe=1xitem.twilightforest.ironwoodPick@0:[net.minecraftforge.oredict.OreIngredient@c8c4e74, net.minecraftforge.oredict.OreIngredient@c8c4e74, net.minecraftforge.oredict.OreIngredient@c8c4e74, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2f61a9c1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2f61a9c1, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.twilightforest.BlockOfStorage@4 new recipe: RecipeStage{tier='two', recipe=1xtile.twilightforest.BlockOfStorage@4:[net.minecraftforge.oredict.OreIngredient@229ca658, net.minecraftforge.oredict.OreIngredient@229ca658, net.minecraftforge.oredict.OreIngredient@229ca658, net.minecraftforge.oredict.OreIngredient@229ca658, net.minecraftforge.oredict.OreIngredient@229ca658, net.minecraftforge.oredict.OreIngredient@229ca658, net.minecraftforge.oredict.OreIngredient@229ca658, net.minecraftforge.oredict.OreIngredient@229ca658, net.minecraftforge.oredict.OreIngredient@229ca658]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xtile.twilightforest.TowerDevice@0 new recipe: RecipeStage{tier='two', recipe=2xtile.twilightforest.TowerDevice@0:[net.minecraft.item.crafting.Ingredient@3acacb4c, net.minecraftforge.oredict.OreIngredient@3d4766b4, net.minecraft.item.crafting.Ingredient@3acacb4c, net.minecraftforge.oredict.OreIngredient@3d4766b4, net.minecraft.item.crafting.Ingredient@f50c03, net.minecraftforge.oredict.OreIngredient@3d4766b4, net.minecraft.item.crafting.Ingredient@3acacb4c, net.minecraftforge.oredict.OreIngredient@3d4766b4, net.minecraft.item.crafting.Ingredient@3acacb4c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 64xtile.stonebrick@0 new recipe: RecipeStage{tier='tutorial', recipe=64xtile.stonebrick@0:[net.minecraft.item.crafting.Ingredient@122a7fa7]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.twilightforest.charmOfLife2@0 new recipe: RecipeStage{tier='two', recipe=1xitem.twilightforest.charmOfLife2@0:[net.minecraft.item.crafting.Ingredient@7e08db80, net.minecraft.item.crafting.Ingredient@4a2d404a, net.minecraft.item.crafting.Ingredient@7b5b85ed, net.minecraft.item.crafting.Ingredient@366c24d1]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.twilightforest.ironwoodBoots@0 new recipe: RecipeStage{tier='two', recipe=1xitem.twilightforest.ironwoodBoots@0:[net.minecraftforge.oredict.OreIngredient@c8c4e74, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@c8c4e74, net.minecraftforge.oredict.OreIngredient@c8c4e74, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@c8c4e74]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.twilightforest.ironwoodHoe@0 new recipe: RecipeStage{tier='two', recipe=1xitem.twilightforest.ironwoodHoe@0:[net.minecraftforge.oredict.OreIngredient@c8c4e74, net.minecraftforge.oredict.OreIngredient@c8c4e74, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2f61a9c1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2f61a9c1]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 64xtile.leaves@0 new recipe: RecipeStage{tier='zero', recipe=64xtile.leaves@0:[net.minecraft.item.crafting.Ingredient@56d2a8be]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.twilightforest.fieryPlate@0 new recipe: RecipeStage{tier='two', recipe=1xitem.twilightforest.fieryPlate@0:[net.minecraftforge.oredict.OreIngredient@2d87ef3a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2d87ef3a, net.minecraftforge.oredict.OreIngredient@2d87ef3a, net.minecraftforge.oredict.OreIngredient@2d87ef3a, net.minecraftforge.oredict.OreIngredient@2d87ef3a, net.minecraftforge.oredict.OreIngredient@2d87ef3a, net.minecraftforge.oredict.OreIngredient@2d87ef3a, net.minecraftforge.oredict.OreIngredient@2d87ef3a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.twilightforest.charmOfKeeping2@0 new recipe: RecipeStage{tier='two', recipe=1xitem.twilightforest.charmOfKeeping2@0:[net.minecraft.item.crafting.Ingredient@7c7318a7, net.minecraft.item.crafting.Ingredient@59223e14, net.minecraft.item.crafting.Ingredient@657e5d96, net.minecraft.item.crafting.Ingredient@42b1a092]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.twilightforest.KnightmetalBlock@0 new recipe: RecipeStage{tier='two', recipe=1xtile.twilightforest.KnightmetalBlock@0:[net.minecraftforge.oredict.OreIngredient@199f0e94, net.minecraftforge.oredict.OreIngredient@199f0e94, net.minecraftforge.oredict.OreIngredient@199f0e94, net.minecraftforge.oredict.OreIngredient@199f0e94, net.minecraftforge.oredict.OreIngredient@199f0e94, net.minecraftforge.oredict.OreIngredient@199f0e94, net.minecraftforge.oredict.OreIngredient@199f0e94, net.minecraftforge.oredict.OreIngredient@199f0e94, net.minecraftforge.oredict.OreIngredient@199f0e94]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.twilightforest.EtchedNagastone@0 new recipe: RecipeStage{tier='two', recipe=3xtile.twilightforest.EtchedNagastone@0:[net.minecraft.item.crafting.Ingredient@49aefd77, net.minecraft.item.crafting.Ingredient@3c0b0b6f, net.minecraft.item.crafting.Ingredient@6fbc53dc, net.minecraft.item.crafting.Ingredient@5590c43f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.twilightforest.steeleafBoots@0 new recipe: RecipeStage{tier='two', recipe=1xitem.twilightforest.steeleafBoots@0:[net.minecraftforge.oredict.OreIngredient@6f732acc, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6f732acc, net.minecraftforge.oredict.OreIngredient@6f732acc, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6f732acc]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.twilightforest.fieryBoots@0 new recipe: RecipeStage{tier='two', recipe=1xitem.twilightforest.fieryBoots@0:[net.minecraftforge.oredict.OreIngredient@2d87ef3a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2d87ef3a, net.minecraftforge.oredict.OreIngredient@2d87ef3a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2d87ef3a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.twilightforest.CastleStairsWorn@0 new recipe: RecipeStage{tier='two', recipe=8xtile.twilightforest.CastleStairsWorn@0:[net.minecraft.item.crafting.Ingredient@4533b725, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4533b725, net.minecraft.item.crafting.Ingredient@4533b725, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4533b725, net.minecraft.item.crafting.Ingredient@4533b725, net.minecraft.item.crafting.Ingredient@4533b725]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.twilightforest.BlockOfStorage@0 new recipe: RecipeStage{tier='two', recipe=1xtile.twilightforest.BlockOfStorage@0:[net.minecraftforge.oredict.OreIngredient@c8c4e74, net.minecraftforge.oredict.OreIngredient@c8c4e74, net.minecraftforge.oredict.OreIngredient@c8c4e74, net.minecraftforge.oredict.OreIngredient@c8c4e74, net.minecraftforge.oredict.OreIngredient@c8c4e74, net.minecraftforge.oredict.OreIngredient@c8c4e74, net.minecraftforge.oredict.OreIngredient@c8c4e74, net.minecraftforge.oredict.OreIngredient@c8c4e74, net.minecraftforge.oredict.OreIngredient@c8c4e74]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.twilightforest.legsNaga@0 new recipe: RecipeStage{tier='two', recipe=1xitem.twilightforest.legsNaga@0:[net.minecraft.item.crafting.Ingredient@53ca75fe, net.minecraft.item.crafting.Ingredient@53ca75fe, net.minecraft.item.crafting.Ingredient@53ca75fe, net.minecraft.item.crafting.Ingredient@53ca75fe, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@53ca75fe, net.minecraft.item.crafting.Ingredient@53ca75fe, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@53ca75fe]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.twilightforest.EtchedNagastone@0 new recipe: RecipeStage{tier='two', recipe=3xtile.twilightforest.EtchedNagastone@0:[net.minecraft.item.crafting.Ingredient@4d105ff1, net.minecraft.item.crafting.Ingredient@1ccf00ca, net.minecraft.item.crafting.Ingredient@4f46be6a, net.minecraft.item.crafting.Ingredient@e2d796c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.twilightforest.NagastoneStairsMossy@0 new recipe: RecipeStage{tier='two', recipe=8xtile.twilightforest.NagastoneStairsMossy@0:[net.minecraft.item.crafting.Ingredient@2baa1e32, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2baa1e32, net.minecraft.item.crafting.Ingredient@2baa1e32, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2baa1e32, net.minecraft.item.crafting.Ingredient@2baa1e32, net.minecraft.item.crafting.Ingredient@2baa1e32]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.twilightforest.knightlyHelm@0 new recipe: RecipeStage{tier='two', recipe=1xitem.twilightforest.knightlyHelm@0:[net.minecraftforge.oredict.OreIngredient@199f0e94, net.minecraftforge.oredict.OreIngredient@199f0e94, net.minecraftforge.oredict.OreIngredient@199f0e94, net.minecraftforge.oredict.OreIngredient@199f0e94, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@199f0e94]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.twilightforest.FireJet@6 new recipe: RecipeStage{tier='two', recipe=1xtile.twilightforest.FireJet@6:[net.minecraft.item.crafting.Ingredient@a1a5b47, net.minecraftforge.oredict.OreIngredient@3d4766b4, net.minecraft.item.crafting.Ingredient@a1a5b47, net.minecraftforge.oredict.OreIngredient@3d4766b4, net.minecraft.item.crafting.Ingredient@6ee1a0d7, net.minecraftforge.oredict.OreIngredient@3d4766b4, net.minecraft.item.crafting.Ingredient@1082e56c, net.minecraft.item.crafting.Ingredient@1082e56c, net.minecraft.item.crafting.Ingredient@1082e56c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.twilightforest.CastleStairsCracked@0 new recipe: RecipeStage{tier='two', recipe=8xtile.twilightforest.CastleStairsCracked@0:[net.minecraft.item.crafting.Ingredient@7f65ee42, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7f65ee42, net.minecraft.item.crafting.Ingredient@7f65ee42, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7f65ee42, net.minecraft.item.crafting.Ingredient@7f65ee42, net.minecraft.item.crafting.Ingredient@7f65ee42]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.twilightforest.BlockOfStorage@3 new recipe: RecipeStage{tier='two', recipe=1xtile.twilightforest.BlockOfStorage@3:[net.minecraftforge.oredict.OreIngredient@4c8db391, net.minecraftforge.oredict.OreIngredient@4c8db391, net.minecraftforge.oredict.OreIngredient@4c8db391, net.minecraftforge.oredict.OreIngredient@4c8db391, net.minecraftforge.oredict.OreIngredient@4c8db391, net.minecraftforge.oredict.OreIngredient@4c8db391, net.minecraftforge.oredict.OreIngredient@4c8db391, net.minecraftforge.oredict.OreIngredient@4c8db391, net.minecraftforge.oredict.OreIngredient@4c8db391]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.twilightforest.CastleStairsMossy@0 new recipe: RecipeStage{tier='two', recipe=8xtile.twilightforest.CastleStairsMossy@0:[net.minecraft.item.crafting.Ingredient@48f64472, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@48f64472, net.minecraft.item.crafting.Ingredient@48f64472, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@48f64472, net.minecraft.item.crafting.Ingredient@48f64472, net.minecraft.item.crafting.Ingredient@48f64472]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.twilightforest.arcticFur@0 new recipe: RecipeStage{tier='two', recipe=9xitem.twilightforest.arcticFur@0:[net.minecraft.item.crafting.Ingredient@2e76e631]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.twilightforest.CastlePillar@3 new recipe: RecipeStage{tier='two', recipe=4xtile.twilightforest.CastlePillar@3:[net.minecraft.item.crafting.Ingredient@238bf5a4, net.minecraft.item.crafting.Ingredient@238bf5a4, net.minecraft.item.crafting.Ingredient@238bf5a4, net.minecraft.item.crafting.Ingredient@238bf5a4]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.twilightforest.CastleBrick@5 new recipe: RecipeStage{tier='two', recipe=4xtile.twilightforest.CastleBrick@5:[net.minecraft.item.crafting.Ingredient@7a0d9380, net.minecraft.item.crafting.Ingredient@7a0d9380, net.minecraft.item.crafting.Ingredient@7a0d9380, net.minecraft.item.crafting.Ingredient@7a0d9380]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.twilightforest.NagastoneStairs@0 new recipe: RecipeStage{tier='two', recipe=8xtile.twilightforest.NagastoneStairs@0:[net.minecraft.item.crafting.Ingredient@54a93837, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@54a93837, net.minecraft.item.crafting.Ingredient@54a93837, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@54a93837, net.minecraft.item.crafting.Ingredient@54a93837, net.minecraft.item.crafting.Ingredient@54a93837]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.twilightforest.ironwoodSword@0 new recipe: RecipeStage{tier='two', recipe=1xitem.twilightforest.ironwoodSword@0:[net.minecraftforge.oredict.OreIngredient@c8c4e74, net.minecraftforge.oredict.OreIngredient@c8c4e74, net.minecraftforge.oredict.OreIngredient@2f61a9c1]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.twilightforest.fieryLegs@0 new recipe: RecipeStage{tier='two', recipe=1xitem.twilightforest.fieryLegs@0:[net.minecraftforge.oredict.OreIngredient@2d87ef3a, net.minecraftforge.oredict.OreIngredient@2d87ef3a, net.minecraftforge.oredict.OreIngredient@2d87ef3a, net.minecraftforge.oredict.OreIngredient@2d87ef3a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2d87ef3a, net.minecraftforge.oredict.OreIngredient@2d87ef3a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2d87ef3a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.twilightforest.steeleafLegs@0 new recipe: RecipeStage{tier='two', recipe=1xitem.twilightforest.steeleafLegs@0:[net.minecraftforge.oredict.OreIngredient@6f732acc, net.minecraftforge.oredict.OreIngredient@6f732acc, net.minecraftforge.oredict.OreIngredient@6f732acc, net.minecraftforge.oredict.OreIngredient@6f732acc, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6f732acc, net.minecraftforge.oredict.OreIngredient@6f732acc, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6f732acc]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.twilightforest.scepterZombie@0 new recipe: RecipeStage{tier='two', recipe=1xitem.twilightforest.scepterZombie@0:[net.minecraft.item.crafting.Ingredient@3a5f8f49, net.minecraft.item.crafting.Ingredient@2e33770d, net.minecraftforge.common.crafting.CompoundIngredient@53664f93]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.twilightforest.knightlyPick@0 new recipe: RecipeStage{tier='two', recipe=1xitem.twilightforest.knightlyPick@0:[net.minecraftforge.oredict.OreIngredient@199f0e94, net.minecraftforge.oredict.OreIngredient@199f0e94, net.minecraftforge.oredict.OreIngredient@199f0e94, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2f61a9c1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2f61a9c1, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.twilightforest.steeleafAxe@0 new recipe: RecipeStage{tier='two', recipe=1xitem.twilightforest.steeleafAxe@0:[net.minecraftforge.oredict.OreIngredient@6f732acc, net.minecraftforge.oredict.OreIngredient@6f732acc, net.minecraftforge.oredict.OreIngredient@6f732acc, net.minecraftforge.oredict.OreIngredient@2f61a9c1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2f61a9c1]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.twilightforest.FireJet@1 new recipe: RecipeStage{tier='two', recipe=1xtile.twilightforest.FireJet@1:[net.minecraft.item.crafting.Ingredient@5b91c24e, net.minecraftforge.oredict.OreIngredient@3d4766b4, net.minecraft.item.crafting.Ingredient@5b91c24e, net.minecraftforge.oredict.OreIngredient@3d4766b4, net.minecraft.item.crafting.Ingredient@250e273c, net.minecraftforge.oredict.OreIngredient@3d4766b4, net.minecraft.item.crafting.Ingredient@5b91c24e, net.minecraftforge.oredict.OreIngredient@3d4766b4, net.minecraft.item.crafting.Ingredient@5b91c24e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.twilightforest.knightMetal@0 new recipe: RecipeStage{tier='two', recipe=9xitem.twilightforest.knightMetal@0:[net.minecraft.item.crafting.Ingredient@7aea46a9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.twilightforest.CastleStairsBrick@0 new recipe: RecipeStage{tier='two', recipe=8xtile.twilightforest.CastleStairsBrick@0:[net.minecraft.item.crafting.Ingredient@16220368, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@16220368, net.minecraft.item.crafting.Ingredient@16220368, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@16220368, net.minecraft.item.crafting.Ingredient@16220368, net.minecraft.item.crafting.Ingredient@16220368]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.twilightforest.CastleBrick@1 new recipe: RecipeStage{tier='two', recipe=3xtile.twilightforest.CastleBrick@1:[net.minecraft.item.crafting.Ingredient@42504ebf, net.minecraft.item.crafting.Ingredient@5954af97, net.minecraft.item.crafting.Ingredient@69fc827b, net.minecraft.item.crafting.Ingredient@544e64b9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.twilightforest.knightlyBoots@0 new recipe: RecipeStage{tier='two', recipe=1xitem.twilightforest.knightlyBoots@0:[net.minecraftforge.oredict.OreIngredient@199f0e94, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@199f0e94, net.minecraftforge.oredict.OreIngredient@199f0e94, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@199f0e94]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.twilightforest.knightlyLegs@0 new recipe: RecipeStage{tier='two', recipe=1xitem.twilightforest.knightlyLegs@0:[net.minecraftforge.oredict.OreIngredient@199f0e94, net.minecraftforge.oredict.OreIngredient@199f0e94, net.minecraftforge.oredict.OreIngredient@199f0e94, net.minecraftforge.oredict.OreIngredient@199f0e94, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@199f0e94, net.minecraftforge.oredict.OreIngredient@199f0e94, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@199f0e94]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.twilightforest.CastlePillar@2 new recipe: RecipeStage{tier='two', recipe=4xtile.twilightforest.CastlePillar@2:[net.minecraft.item.crafting.Ingredient@6c239671, net.minecraft.item.crafting.Ingredient@6c239671, net.minecraft.item.crafting.Ingredient@6c239671, net.minecraft.item.crafting.Ingredient@6c239671]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.twilightforest.emptyMazeMap@0 new recipe: RecipeStage{tier='two', recipe=1xitem.twilightforest.emptyMazeMap@0:[net.minecraftforge.oredict.OreIngredient@3d8d7f75, net.minecraftforge.oredict.OreIngredient@3d8d7f75, net.minecraftforge.oredict.OreIngredient@3d8d7f75, net.minecraftforge.oredict.OreIngredient@3d8d7f75, net.minecraft.item.crafting.Ingredient@ad74ccc, net.minecraftforge.oredict.OreIngredient@3d8d7f75, net.minecraftforge.oredict.OreIngredient@3d8d7f75, net.minecraftforge.oredict.OreIngredient@3d8d7f75, net.minecraftforge.oredict.OreIngredient@3d8d7f75]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.twilightforest.ironwoodShovel@0 new recipe: RecipeStage{tier='two', recipe=1xitem.twilightforest.ironwoodShovel@0:[net.minecraftforge.oredict.OreIngredient@c8c4e74, net.minecraftforge.oredict.OreIngredient@2f61a9c1, net.minecraftforge.oredict.OreIngredient@2f61a9c1]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.tconstruct.slime_grass@0 new recipe: RecipeStage{tier='three', recipe=1xtile.tconstruct.slime_grass@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@78276e98, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@78276e98, net.minecraft.item.crafting.Ingredient@2e56a322, net.minecraft.item.crafting.Ingredient@78276e98, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@78276e98, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.tconstruct.slime_grass@5 new recipe: RecipeStage{tier='three', recipe=1xtile.tconstruct.slime_grass@5:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@27464c86, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@27464c86, net.minecraft.item.crafting.Ingredient@154bc93b, net.minecraft.item.crafting.Ingredient@27464c86, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@27464c86, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.tconstruct.slime_grass@10 new recipe: RecipeStage{tier='three', recipe=1xtile.tconstruct.slime_grass@10:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7af8cbb1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7af8cbb1, net.minecraft.item.crafting.Ingredient@45f99616, net.minecraft.item.crafting.Ingredient@7af8cbb1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7af8cbb1, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.tconstruct.punji@0 new recipe: RecipeStage{tier='zero', recipe=3xtile.tconstruct.punji@0:[net.minecraft.item.crafting.Ingredient@4c694c77, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4c694c77, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4c694c77, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4c694c77, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4c694c77]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.tconstruct.dried_clay_slab@0 new recipe: RecipeStage{tier='zero', recipe=6xtile.tconstruct.dried_clay_slab@0:[net.minecraft.item.crafting.Ingredient@6427b0c8, net.minecraft.item.crafting.Ingredient@6427b0c8, net.minecraft.item.crafting.Ingredient@6427b0c8]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.tconstruct.dried_clay@1 new recipe: RecipeStage{tier='one', recipe=1xtile.tconstruct.dried_clay@1:[net.minecraft.item.crafting.Ingredient@27b87861, net.minecraft.item.crafting.Ingredient@27b87861, net.minecraft.item.crafting.Ingredient@27b87861, net.minecraft.item.crafting.Ingredient@27b87861]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.tconstruct.dried_clay_slab@1 new recipe: RecipeStage{tier='one', recipe=6xtile.tconstruct.dried_clay_slab@1:[net.minecraft.item.crafting.Ingredient@2fa60ce8, net.minecraft.item.crafting.Ingredient@2fa60ce8, net.minecraft.item.crafting.Ingredient@2fa60ce8]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.tconstruct.dried_clay_stairs@0 new recipe: RecipeStage{tier='one', recipe=4xtile.tconstruct.dried_clay_stairs@0:[net.minecraft.item.crafting.Ingredient@57a577b5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@57a577b5, net.minecraft.item.crafting.Ingredient@57a577b5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@57a577b5, net.minecraft.item.crafting.Ingredient@57a577b5, net.minecraft.item.crafting.Ingredient@57a577b5]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.tconstruct.dried_brick_stairs@0 new recipe: RecipeStage{tier='one', recipe=4xtile.tconstruct.dried_brick_stairs@0:[net.minecraft.item.crafting.Ingredient@341b657d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@341b657d, net.minecraft.item.crafting.Ingredient@341b657d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@341b657d, net.minecraft.item.crafting.Ingredient@341b657d, net.minecraft.item.crafting.Ingredient@341b657d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.tconstruct.dried_clay_slab@1 new recipe: RecipeStage{tier='one', recipe=1xtile.tconstruct.dried_clay_slab@1:[net.minecraft.item.crafting.Ingredient@68f2cf95, net.minecraft.item.crafting.Ingredient@68f2cf95]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.tconstruct.brownstone_stairs_creeper@0 new recipe: RecipeStage{tier='three', recipe=4xtile.tconstruct.brownstone_stairs_creeper@0:[net.minecraft.item.crafting.Ingredient@10c760b7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@10c760b7, net.minecraft.item.crafting.Ingredient@10c760b7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@10c760b7, net.minecraft.item.crafting.Ingredient@10c760b7, net.minecraft.item.crafting.Ingredient@10c760b7]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.tconstruct.brownstone_stairs_brick@0 new recipe: RecipeStage{tier='one', recipe=4xtile.tconstruct.brownstone_stairs_brick@0:[net.minecraft.item.crafting.Ingredient@2d66f756, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2d66f756, net.minecraft.item.crafting.Ingredient@2d66f756, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2d66f756, net.minecraft.item.crafting.Ingredient@2d66f756, net.minecraft.item.crafting.Ingredient@2d66f756]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.tconstruct.brownstone_stairs_brick_square@0 new recipe: RecipeStage{tier='one', recipe=4xtile.tconstruct.brownstone_stairs_brick_square@0:[net.minecraft.item.crafting.Ingredient@3db28ce, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3db28ce, net.minecraft.item.crafting.Ingredient@3db28ce, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3db28ce, net.minecraft.item.crafting.Ingredient@3db28ce, net.minecraft.item.crafting.Ingredient@3db28ce]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.tconstruct.brownstone_stairs_rough@0 new recipe: RecipeStage{tier='three', recipe=4xtile.tconstruct.brownstone_stairs_rough@0:[net.minecraft.item.crafting.Ingredient@7ae7ec74, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7ae7ec74, net.minecraft.item.crafting.Ingredient@7ae7ec74, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7ae7ec74, net.minecraft.item.crafting.Ingredient@7ae7ec74, net.minecraft.item.crafting.Ingredient@7ae7ec74]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.tconstruct.brownstone_stairs_road@0 new recipe: RecipeStage{tier='three', recipe=4xtile.tconstruct.brownstone_stairs_road@0:[net.minecraft.item.crafting.Ingredient@2c073be5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2c073be5, net.minecraft.item.crafting.Ingredient@2c073be5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2c073be5, net.minecraft.item.crafting.Ingredient@2c073be5, net.minecraft.item.crafting.Ingredient@2c073be5]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.tconstruct.brownstone_stairs_brick_small@0 new recipe: RecipeStage{tier='one', recipe=4xtile.tconstruct.brownstone_stairs_brick_small@0:[net.minecraft.item.crafting.Ingredient@5a598be0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5a598be0, net.minecraft.item.crafting.Ingredient@5a598be0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5a598be0, net.minecraft.item.crafting.Ingredient@5a598be0, net.minecraft.item.crafting.Ingredient@5a598be0]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.tconstruct.brownstone_stairs_tile@0 new recipe: RecipeStage{tier='three', recipe=4xtile.tconstruct.brownstone_stairs_tile@0:[net.minecraft.item.crafting.Ingredient@67e75c2b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@67e75c2b, net.minecraft.item.crafting.Ingredient@67e75c2b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@67e75c2b, net.minecraft.item.crafting.Ingredient@67e75c2b, net.minecraft.item.crafting.Ingredient@67e75c2b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.tconstruct.brownstone_stairs_brick_cracked@0 new recipe: RecipeStage{tier='one', recipe=4xtile.tconstruct.brownstone_stairs_brick_cracked@0:[net.minecraft.item.crafting.Ingredient@1ab09578, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1ab09578, net.minecraft.item.crafting.Ingredient@1ab09578, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1ab09578, net.minecraft.item.crafting.Ingredient@1ab09578, net.minecraft.item.crafting.Ingredient@1ab09578]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.tconstruct.brownstone_stairs_paver@0 new recipe: RecipeStage{tier='three', recipe=4xtile.tconstruct.brownstone_stairs_paver@0:[net.minecraft.item.crafting.Ingredient@41b405b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@41b405b, net.minecraft.item.crafting.Ingredient@41b405b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@41b405b, net.minecraft.item.crafting.Ingredient@41b405b, net.minecraft.item.crafting.Ingredient@41b405b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.tconstruct.brownstone_stairs_smooth@0 new recipe: RecipeStage{tier='three', recipe=4xtile.tconstruct.brownstone_stairs_smooth@0:[net.minecraft.item.crafting.Ingredient@2d4f1eac, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2d4f1eac, net.minecraft.item.crafting.Ingredient@2d4f1eac, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2d4f1eac, net.minecraft.item.crafting.Ingredient@2d4f1eac, net.minecraft.item.crafting.Ingredient@2d4f1eac]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.tconstruct.brownstone_stairs_brick_triangle@0 new recipe: RecipeStage{tier='one', recipe=4xtile.tconstruct.brownstone_stairs_brick_triangle@0:[net.minecraft.item.crafting.Ingredient@bdbd717, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@bdbd717, net.minecraft.item.crafting.Ingredient@bdbd717, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@bdbd717, net.minecraft.item.crafting.Ingredient@bdbd717, net.minecraft.item.crafting.Ingredient@bdbd717]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.tconstruct.brownstone_stairs_brick_fancy@0 new recipe: RecipeStage{tier='one', recipe=4xtile.tconstruct.brownstone_stairs_brick_fancy@0:[net.minecraft.item.crafting.Ingredient@2e94a90a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2e94a90a, net.minecraft.item.crafting.Ingredient@2e94a90a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2e94a90a, net.minecraft.item.crafting.Ingredient@2e94a90a, net.minecraft.item.crafting.Ingredient@2e94a90a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.tconstruct.brownstone_slab@4 new recipe: RecipeStage{tier='one', recipe=6xtile.tconstruct.brownstone_slab@4:[net.minecraft.item.crafting.Ingredient@249a510d, net.minecraft.item.crafting.Ingredient@249a510d, net.minecraft.item.crafting.Ingredient@249a510d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.tconstruct.brownstone_slab@5 new recipe: RecipeStage{tier='one', recipe=6xtile.tconstruct.brownstone_slab@5:[net.minecraft.item.crafting.Ingredient@54bfd3b, net.minecraft.item.crafting.Ingredient@54bfd3b, net.minecraft.item.crafting.Ingredient@54bfd3b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.tconstruct.brownstone_slab2@3 new recipe: RecipeStage{tier='three', recipe=6xtile.tconstruct.brownstone_slab2@3:[net.minecraft.item.crafting.Ingredient@11f3dbf9, net.minecraft.item.crafting.Ingredient@11f3dbf9, net.minecraft.item.crafting.Ingredient@11f3dbf9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.tconstruct.brownstone_slab@0 new recipe: RecipeStage{tier='three', recipe=6xtile.tconstruct.brownstone_slab@0:[net.minecraft.item.crafting.Ingredient@2582d33b, net.minecraft.item.crafting.Ingredient@2582d33b, net.minecraft.item.crafting.Ingredient@2582d33b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.tconstruct.brownstone_slab2@0 new recipe: RecipeStage{tier='three', recipe=6xtile.tconstruct.brownstone_slab2@0:[net.minecraft.item.crafting.Ingredient@227d50f0, net.minecraft.item.crafting.Ingredient@227d50f0, net.minecraft.item.crafting.Ingredient@227d50f0]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.tconstruct.brownstone_slab2@2 new recipe: RecipeStage{tier='one', recipe=6xtile.tconstruct.brownstone_slab2@2:[net.minecraft.item.crafting.Ingredient@5ca0f905, net.minecraft.item.crafting.Ingredient@5ca0f905, net.minecraft.item.crafting.Ingredient@5ca0f905]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.tconstruct.brownstone_slab@2 new recipe: RecipeStage{tier='three', recipe=6xtile.tconstruct.brownstone_slab@2:[net.minecraft.item.crafting.Ingredient@40dde4f3, net.minecraft.item.crafting.Ingredient@40dde4f3, net.minecraft.item.crafting.Ingredient@40dde4f3]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.tconstruct.brownstone_slab@3 new recipe: RecipeStage{tier='one', recipe=6xtile.tconstruct.brownstone_slab@3:[net.minecraft.item.crafting.Ingredient@3fc2c3e4, net.minecraft.item.crafting.Ingredient@3fc2c3e4, net.minecraft.item.crafting.Ingredient@3fc2c3e4]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.tconstruct.brownstone_slab@6 new recipe: RecipeStage{tier='one', recipe=6xtile.tconstruct.brownstone_slab@6:[net.minecraft.item.crafting.Ingredient@6ebb9b09, net.minecraft.item.crafting.Ingredient@6ebb9b09, net.minecraft.item.crafting.Ingredient@6ebb9b09]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.tconstruct.brownstone_slab2@1 new recipe: RecipeStage{tier='one', recipe=6xtile.tconstruct.brownstone_slab2@1:[net.minecraft.item.crafting.Ingredient@62099cbe, net.minecraft.item.crafting.Ingredient@62099cbe, net.minecraft.item.crafting.Ingredient@62099cbe]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.tconstruct.brownstone_slab@1 new recipe: RecipeStage{tier='three', recipe=6xtile.tconstruct.brownstone_slab@1:[net.minecraft.item.crafting.Ingredient@5419e671, net.minecraft.item.crafting.Ingredient@5419e671, net.minecraft.item.crafting.Ingredient@5419e671]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.tconstruct.brownstone_slab@7 new recipe: RecipeStage{tier='three', recipe=6xtile.tconstruct.brownstone_slab@7:[net.minecraft.item.crafting.Ingredient@407b3ad2, net.minecraft.item.crafting.Ingredient@407b3ad2, net.minecraft.item.crafting.Ingredient@407b3ad2]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.tconstruct.brownstone@1 new recipe: RecipeStage{tier='three', recipe=3xtile.tconstruct.brownstone@1:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@34984ebd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4ee7becd, net.minecraftforge.oredict.OreIngredient@34984ebd, net.minecraftforge.oredict.OreIngredient@4ee7becd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@34984ebd, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.tconstruct.brownstone@3 new recipe: RecipeStage{tier='one', recipe=1xtile.tconstruct.brownstone@3:[net.minecraft.item.crafting.Ingredient@4a222dfc]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.tconstruct.brownstone@2 new recipe: RecipeStage{tier='three', recipe=1xtile.tconstruct.brownstone@2:[net.minecraft.item.crafting.Ingredient@6fd5bb9b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.tconstruct.slime_boots@3 new recipe: RecipeStage{tier='one', recipe=1xitem.tconstruct.slime_boots@3:[net.minecraftforge.oredict.OreIngredient@427cde0a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@427cde0a, net.minecraft.item.crafting.Ingredient@6e4751a4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6e4751a4]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.tconstruct.slime_boots@4 new recipe: RecipeStage{tier='three', recipe=1xitem.tconstruct.slime_boots@4:[net.minecraftforge.oredict.OreIngredient@1f3546f6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1f3546f6, net.minecraft.item.crafting.Ingredient@4cb31090, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4cb31090]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.tconstruct.slime_boots@0 new recipe: RecipeStage{tier='one', recipe=1xitem.tconstruct.slime_boots@0:[net.minecraftforge.oredict.OreIngredient@49d02768, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@49d02768, net.minecraft.item.crafting.Ingredient@387eb1dd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@387eb1dd]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.tconstruct.slime_boots@2 new recipe: RecipeStage{tier='three', recipe=1xitem.tconstruct.slime_boots@2:[net.minecraftforge.oredict.OreIngredient@375552d0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@375552d0, net.minecraft.item.crafting.Ingredient@3d8cc172, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3d8cc172]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.tconstruct.slime_boots@1 new recipe: RecipeStage{tier='three', recipe=1xitem.tconstruct.slime_boots@1:[net.minecraftforge.oredict.OreIngredient@2fabc32e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2fabc32e, net.minecraft.item.crafting.Ingredient@188cff78, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@188cff78]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.tconstruct.wood_rail_trapdoor@0 new recipe: RecipeStage{tier='three', recipe=4xtile.tconstruct.wood_rail_trapdoor@0:[net.minecraftforge.oredict.OreIngredient@2cf02f72, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2cf02f72, net.minecraftforge.oredict.OreIngredient@2cf02f72, net.minecraftforge.oredict.OreIngredient@2f2bb548, net.minecraftforge.oredict.OreIngredient@2cf02f72, net.minecraftforge.oredict.OreIngredient@2cf02f72, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2cf02f72]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.tconstruct.stone_ladder@0 new recipe: RecipeStage{tier='zero', recipe=3xtile.tconstruct.stone_ladder@0:[net.minecraftforge.oredict.OreIngredient@173e7f9a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@173e7f9a, net.minecraftforge.oredict.OreIngredient@173e7f9a, net.minecraftforge.oredict.OreIngredient@173e7f9a, net.minecraftforge.oredict.OreIngredient@173e7f9a, net.minecraftforge.oredict.OreIngredient@173e7f9a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@173e7f9a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.litpumpkin@0 new recipe: RecipeStage{tier='one', recipe=1xtile.litpumpkin@0:[net.minecraft.item.crafting.Ingredient@551418ba, net.minecraft.item.crafting.Ingredient@1c492d65]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.tconstruct.slimesling@0 new recipe: RecipeStage{tier='two', recipe=1xitem.tconstruct.slimesling@0:[net.minecraft.item.crafting.Ingredient@58d0dec5, net.minecraftforge.oredict.OreIngredient@69e69b0e, net.minecraft.item.crafting.Ingredient@58d0dec5, net.minecraftforge.oredict.OreIngredient@251d4511, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@251d4511, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@251d4511, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.tconstruct.fancy_frame@5 new recipe: RecipeStage{tier='two', recipe=1xitem.tconstruct.fancy_frame@5:[net.minecraftforge.oredict.OreIngredient@71fc78f0, net.minecraftforge.oredict.OreIngredient@71fc78f0, net.minecraftforge.oredict.OreIngredient@71fc78f0, net.minecraftforge.oredict.OreIngredient@71fc78f0, net.minecraft.item.crafting.Ingredient@2ef5ab33, net.minecraftforge.oredict.OreIngredient@71fc78f0, net.minecraftforge.oredict.OreIngredient@71fc78f0, net.minecraftforge.oredict.OreIngredient@71fc78f0, net.minecraftforge.oredict.OreIngredient@71fc78f0]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.tconstruct.fancy_frame@6 new recipe: RecipeStage{tier='two', recipe=1xitem.tconstruct.fancy_frame@6:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1ab4034a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1ab4034a, net.minecraftforge.oredict.OreIngredient@1c2774c8, net.minecraftforge.oredict.OreIngredient@1ab4034a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1ab4034a, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.tconstruct.fancy_frame@2 new recipe: RecipeStage{tier='four', recipe=1xitem.tconstruct.fancy_frame@2:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2767eda8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2767eda8, net.minecraft.item.crafting.Ingredient@74f48759, net.minecraftforge.oredict.OreIngredient@2767eda8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2767eda8, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.tconstruct.fancy_frame@4 new recipe: RecipeStage{tier='four', recipe=1xitem.tconstruct.fancy_frame@4:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7968ff91, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7968ff91, net.minecraft.item.crafting.Ingredient@200b7564, net.minecraftforge.oredict.OreIngredient@7968ff91, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7968ff91, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.tconstruct.fancy_frame@0 new recipe: RecipeStage{tier='two', recipe=1xitem.tconstruct.fancy_frame@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@686c0452, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@686c0452, net.minecraft.item.crafting.Ingredient@3f4a9b13, net.minecraftforge.oredict.OreIngredient@686c0452, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@686c0452, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.tconstruct.fancy_frame@3 new recipe: RecipeStage{tier='four', recipe=1xitem.tconstruct.fancy_frame@3:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@35048f68, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@35048f68, net.minecraft.item.crafting.Ingredient@e7282b1, net.minecraftforge.oredict.OreIngredient@35048f68, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@35048f68, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.tconstruct.fancy_frame@1 new recipe: RecipeStage{tier='three', recipe=1xitem.tconstruct.fancy_frame@1:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3b9952da, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3b9952da, net.minecraft.item.crafting.Ingredient@5e113815, net.minecraftforge.oredict.OreIngredient@3b9952da, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3b9952da, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.tconstruct.rack@0 new recipe: RecipeStage{tier='zero', recipe=1xtile.tconstruct.rack@0:[net.minecraftforge.oredict.OreIngredient@1c563bd7, net.minecraftforge.oredict.OreIngredient@1c563bd7]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.tconstruct.rack@1 new recipe: RecipeStage{tier='zero', recipe=1xtile.tconstruct.rack@1:[net.minecraftforge.oredict.OreIngredient@50883d4f, net.minecraftforge.oredict.OreIngredient@50883d4f, net.minecraftforge.oredict.OreIngredient@50883d4f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.tconstruct.throwball@0 new recipe: RecipeStage{tier='three', recipe=8xitem.tconstruct.throwball@0:[net.minecraft.item.crafting.Ingredient@4daa2709, net.minecraft.item.crafting.Ingredient@4daa2709, net.minecraft.item.crafting.Ingredient@4daa2709, net.minecraft.item.crafting.Ingredient@4daa2709, net.minecraftforge.oredict.OreIngredient@60e1a9d2, net.minecraft.item.crafting.Ingredient@4daa2709, net.minecraft.item.crafting.Ingredient@4daa2709, net.minecraft.item.crafting.Ingredient@4daa2709, net.minecraft.item.crafting.Ingredient@4daa2709]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.tconstruct.slime_boots@0 new recipe: RecipeStage{tier='one', recipe=1xitem.tconstruct.slime_boots@0:[net.minecraftforge.oredict.OreIngredient@58c0f636, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@58c0f636, net.minecraftforge.oredict.OreIngredient@219f622f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@219f622f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.tconstruct.lavawood_stairs@0 new recipe: RecipeStage{tier='three', recipe=4xtile.tconstruct.lavawood_stairs@0:[net.minecraft.item.crafting.Ingredient@3bca4ad8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3bca4ad8, net.minecraft.item.crafting.Ingredient@3bca4ad8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3bca4ad8, net.minecraft.item.crafting.Ingredient@3bca4ad8, net.minecraft.item.crafting.Ingredient@3bca4ad8]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.tconstruct.firewood_stairs@0 new recipe: RecipeStage{tier='three', recipe=4xtile.tconstruct.firewood_stairs@0:[net.minecraft.item.crafting.Ingredient@1b619b20, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1b619b20, net.minecraft.item.crafting.Ingredient@1b619b20, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1b619b20, net.minecraft.item.crafting.Ingredient@1b619b20, net.minecraft.item.crafting.Ingredient@1b619b20]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.tconstruct.firewood@1 new recipe: RecipeStage{tier='three', recipe=1xtile.tconstruct.firewood@1:[net.minecraft.item.crafting.Ingredient@73d7a0a0, net.minecraft.item.crafting.Ingredient@186b2483, net.minecraft.item.crafting.Ingredient@215173cf]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.tconstruct.deco_ground@0 new recipe: RecipeStage{tier='one', recipe=1xtile.tconstruct.deco_ground@0:[net.minecraft.item.crafting.Ingredient@5779f269, net.minecraft.item.crafting.Ingredient@5779f269, net.minecraft.item.crafting.Ingredient@5779f269, net.minecraft.item.crafting.Ingredient@5779f269]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.tconstruct.deco_ground_slab@0 new recipe: RecipeStage{tier='one', recipe=1xtile.tconstruct.deco_ground_slab@0:[net.minecraft.item.crafting.Ingredient@18745592, net.minecraft.item.crafting.Ingredient@18745592]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.tconstruct.mudbrick_stairs@0 new recipe: RecipeStage{tier='one', recipe=4xtile.tconstruct.mudbrick_stairs@0:[net.minecraft.item.crafting.Ingredient@6f3cb8b7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6f3cb8b7, net.minecraft.item.crafting.Ingredient@6f3cb8b7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6f3cb8b7, net.minecraft.item.crafting.Ingredient@6f3cb8b7, net.minecraft.item.crafting.Ingredient@6f3cb8b7]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.tconstruct.soil@3 new recipe: RecipeStage{tier='zero', recipe=1xtile.tconstruct.soil@3:[net.minecraft.item.crafting.Ingredient@491e1027, net.minecraft.item.crafting.Ingredient@23b65a35, net.minecraft.item.crafting.Ingredient@9808c31]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.tconstruct.deco_ground_slab@0 new recipe: RecipeStage{tier='one', recipe=6xtile.tconstruct.deco_ground_slab@0:[net.minecraft.item.crafting.Ingredient@f2b79f, net.minecraft.item.crafting.Ingredient@f2b79f, net.minecraft.item.crafting.Ingredient@f2b79f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.tconstruct.slime_congealed@4 new recipe: RecipeStage{tier='three', recipe=1xtile.tconstruct.slime_congealed@4:[net.minecraft.item.crafting.Ingredient@3120890a, net.minecraft.item.crafting.Ingredient@3120890a, net.minecraft.item.crafting.Ingredient@3120890a, net.minecraft.item.crafting.Ingredient@3120890a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.tconstruct.slime@4 new recipe: RecipeStage{tier='three', recipe=1xtile.tconstruct.slime@4:[net.minecraft.item.crafting.Ingredient@45243b5b, net.minecraft.item.crafting.Ingredient@344c5178, net.minecraft.item.crafting.Ingredient@20aad408, net.minecraft.item.crafting.Ingredient@1c4b3126, net.minecraft.item.crafting.Ingredient@78d13f17, net.minecraft.item.crafting.Ingredient@2ec076e4]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.tconstruct.slime@1 new recipe: RecipeStage{tier='three', recipe=1xtile.tconstruct.slime@1:[net.minecraft.item.crafting.Ingredient@46435474, net.minecraft.item.crafting.Ingredient@45104c7, net.minecraft.item.crafting.Ingredient@1ba2359c, net.minecraft.item.crafting.Ingredient@44c96657, net.minecraft.item.crafting.Ingredient@18f57a4e, net.minecraft.item.crafting.Ingredient@140e22ab]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.tconstruct.slime_congealed@1 new recipe: RecipeStage{tier='three', recipe=1xtile.tconstruct.slime_congealed@1:[net.minecraft.item.crafting.Ingredient@3521b66a, net.minecraft.item.crafting.Ingredient@3521b66a, net.minecraft.item.crafting.Ingredient@3521b66a, net.minecraft.item.crafting.Ingredient@3521b66a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xitem.tconstruct.edible@3 new recipe: RecipeStage{tier='one', recipe=4xitem.tconstruct.edible@3:[net.minecraft.item.crafting.Ingredient@49588f2c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.tconstruct.slime_congealed@3 new recipe: RecipeStage{tier='one', recipe=1xtile.tconstruct.slime_congealed@3:[net.minecraft.item.crafting.Ingredient@66906650, net.minecraft.item.crafting.Ingredient@66906650, net.minecraft.item.crafting.Ingredient@66906650, net.minecraft.item.crafting.Ingredient@66906650]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.tconstruct.edible@3 new recipe: RecipeStage{tier='one', recipe=9xitem.tconstruct.edible@3:[net.minecraft.item.crafting.Ingredient@44b3dbc1]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.tconstruct.slime@3 new recipe: RecipeStage{tier='one', recipe=1xtile.tconstruct.slime@3:[net.minecraft.item.crafting.Ingredient@16399fc9, net.minecraft.item.crafting.Ingredient@72867064, net.minecraft.item.crafting.Ingredient@15a3d0ac, net.minecraft.item.crafting.Ingredient@28d276ba, net.minecraft.item.crafting.Ingredient@72cf73be, net.minecraft.item.crafting.Ingredient@338b28d3]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.tconstruct.slime@0 new recipe: RecipeStage{tier='zero', recipe=1xtile.tconstruct.slime@0:[net.minecraft.item.crafting.Ingredient@6086c3d3, net.minecraft.item.crafting.Ingredient@6de87435, net.minecraft.item.crafting.Ingredient@3db72870, net.minecraft.item.crafting.Ingredient@3a6e7e3d, net.minecraft.item.crafting.Ingredient@6c20aaf8, net.minecraft.item.crafting.Ingredient@42473295]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.slimeball@0 new recipe: RecipeStage{tier='zero', recipe=9xitem.slimeball@0:[net.minecraft.item.crafting.Ingredient@1dd72ed6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.tconstruct.slime_congealed@0 new recipe: RecipeStage{tier='zero', recipe=1xtile.tconstruct.slime_congealed@0:[net.minecraft.item.crafting.Ingredient@5dcc555f, net.minecraft.item.crafting.Ingredient@5dcc555f, net.minecraft.item.crafting.Ingredient@5dcc555f, net.minecraft.item.crafting.Ingredient@5dcc555f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xitem.slimeball@0 new recipe: RecipeStage{tier='zero', recipe=4xitem.slimeball@0:[net.minecraft.item.crafting.Ingredient@23608957]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.tconstruct.slime_congealed@2 new recipe: RecipeStage{tier='three', recipe=1xtile.tconstruct.slime_congealed@2:[net.minecraft.item.crafting.Ingredient@2f2c4566, net.minecraft.item.crafting.Ingredient@2f2c4566, net.minecraft.item.crafting.Ingredient@2f2c4566, net.minecraft.item.crafting.Ingredient@2f2c4566]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.tconstruct.slime@2 new recipe: RecipeStage{tier='three', recipe=1xtile.tconstruct.slime@2:[net.minecraft.item.crafting.Ingredient@5e5abebd, net.minecraft.item.crafting.Ingredient@7ae99e34, net.minecraft.item.crafting.Ingredient@3625b447, net.minecraft.item.crafting.Ingredient@4b951c6, net.minecraft.item.crafting.Ingredient@f1db8ba, net.minecraft.item.crafting.Ingredient@39b38f53]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.tconstruct.metal@6 new recipe: RecipeStage{tier='three', recipe=1xtile.tconstruct.metal@6:[net.minecraft.item.crafting.Ingredient@21309b60, net.minecraft.item.crafting.Ingredient@21309b60, net.minecraft.item.crafting.Ingredient@21309b60, net.minecraft.item.crafting.Ingredient@21309b60, net.minecraft.item.crafting.Ingredient@21309b60, net.minecraft.item.crafting.Ingredient@21309b60, net.minecraft.item.crafting.Ingredient@21309b60, net.minecraft.item.crafting.Ingredient@21309b60, net.minecraft.item.crafting.Ingredient@21309b60]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.tconstruct.faucet@0 new recipe: RecipeStage{tier='one', recipe=1xtile.tconstruct.faucet@0:[net.minecraft.item.crafting.Ingredient@450f6a09, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@450f6a09, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@450f6a09, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.tconstruct.casting@1 new recipe: RecipeStage{tier='zero', recipe=1xtile.tconstruct.casting@1:[net.minecraft.item.crafting.Ingredient@58717948, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@58717948, net.minecraft.item.crafting.Ingredient@58717948, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@58717948, net.minecraft.item.crafting.Ingredient@58717948, net.minecraft.item.crafting.Ingredient@58717948, net.minecraft.item.crafting.Ingredient@58717948]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.tconstruct.seared@3 new recipe: RecipeStage{tier='zero', recipe=1xtile.tconstruct.seared@3:[net.minecraft.item.crafting.Ingredient@456191ef, net.minecraft.item.crafting.Ingredient@456191ef, net.minecraft.item.crafting.Ingredient@456191ef, net.minecraft.item.crafting.Ingredient@456191ef]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.tconstruct.seared@3 new recipe: RecipeStage{tier='zero', recipe=1xtile.tconstruct.seared@3:[net.minecraft.item.crafting.Ingredient@6d1af13a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.tconstruct.seared@2 new recipe: RecipeStage{tier='one', recipe=1xtile.tconstruct.seared@2:[net.minecraft.item.crafting.Ingredient@2ebc6b78]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.tconstruct.seared_tank@0 new recipe: RecipeStage{tier='two', recipe=1xtile.tconstruct.seared_tank@0:[net.minecraft.item.crafting.Ingredient@672bb627, net.minecraft.item.crafting.Ingredient@672bb627, net.minecraft.item.crafting.Ingredient@672bb627, net.minecraft.item.crafting.Ingredient@672bb627, net.minecraftforge.oredict.OreIngredient@2ba05754, net.minecraft.item.crafting.Ingredient@672bb627, net.minecraft.item.crafting.Ingredient@672bb627, net.minecraft.item.crafting.Ingredient@672bb627, net.minecraft.item.crafting.Ingredient@672bb627]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.tconstruct.seared_stairs_creeper@0 new recipe: RecipeStage{tier='two', recipe=4xtile.tconstruct.seared_stairs_creeper@0:[net.minecraft.item.crafting.Ingredient@d92eb87, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@d92eb87, net.minecraft.item.crafting.Ingredient@d92eb87, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@d92eb87, net.minecraft.item.crafting.Ingredient@d92eb87, net.minecraft.item.crafting.Ingredient@d92eb87]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.tconstruct.seared_stairs_brick@0 new recipe: RecipeStage{tier='two', recipe=4xtile.tconstruct.seared_stairs_brick@0:[net.minecraft.item.crafting.Ingredient@3c4026bf, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3c4026bf, net.minecraft.item.crafting.Ingredient@3c4026bf, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3c4026bf, net.minecraft.item.crafting.Ingredient@3c4026bf, net.minecraft.item.crafting.Ingredient@3c4026bf]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.tconstruct.seared_stairs_brick_square@0 new recipe: RecipeStage{tier='two', recipe=4xtile.tconstruct.seared_stairs_brick_square@0:[net.minecraft.item.crafting.Ingredient@5f0a5177, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5f0a5177, net.minecraft.item.crafting.Ingredient@5f0a5177, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5f0a5177, net.minecraft.item.crafting.Ingredient@5f0a5177, net.minecraft.item.crafting.Ingredient@5f0a5177]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.tconstruct.seared_stairs_road@0 new recipe: RecipeStage{tier='two', recipe=4xtile.tconstruct.seared_stairs_road@0:[net.minecraft.item.crafting.Ingredient@49f65c62, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@49f65c62, net.minecraft.item.crafting.Ingredient@49f65c62, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@49f65c62, net.minecraft.item.crafting.Ingredient@49f65c62, net.minecraft.item.crafting.Ingredient@49f65c62]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.tconstruct.seared_stairs_brick_small@0 new recipe: RecipeStage{tier='two', recipe=4xtile.tconstruct.seared_stairs_brick_small@0:[net.minecraft.item.crafting.Ingredient@5a7ac415, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5a7ac415, net.minecraft.item.crafting.Ingredient@5a7ac415, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5a7ac415, net.minecraft.item.crafting.Ingredient@5a7ac415, net.minecraft.item.crafting.Ingredient@5a7ac415]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.tconstruct.seared_stairs_tile@0 new recipe: RecipeStage{tier='two', recipe=4xtile.tconstruct.seared_stairs_tile@0:[net.minecraft.item.crafting.Ingredient@3b0d8cce, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3b0d8cce, net.minecraft.item.crafting.Ingredient@3b0d8cce, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3b0d8cce, net.minecraft.item.crafting.Ingredient@3b0d8cce, net.minecraft.item.crafting.Ingredient@3b0d8cce]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.tconstruct.seared_stairs_brick_cracked@0 new recipe: RecipeStage{tier='two', recipe=4xtile.tconstruct.seared_stairs_brick_cracked@0:[net.minecraft.item.crafting.Ingredient@29d1f247, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@29d1f247, net.minecraft.item.crafting.Ingredient@29d1f247, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@29d1f247, net.minecraft.item.crafting.Ingredient@29d1f247, net.minecraft.item.crafting.Ingredient@29d1f247]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.tconstruct.seared_stairs_paver@0 new recipe: RecipeStage{tier='two', recipe=4xtile.tconstruct.seared_stairs_paver@0:[net.minecraft.item.crafting.Ingredient@40319b0c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@40319b0c, net.minecraft.item.crafting.Ingredient@40319b0c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@40319b0c, net.minecraft.item.crafting.Ingredient@40319b0c, net.minecraft.item.crafting.Ingredient@40319b0c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.tconstruct.seared_stairs_stone@0 new recipe: RecipeStage{tier='two', recipe=4xtile.tconstruct.seared_stairs_stone@0:[net.minecraft.item.crafting.Ingredient@333b67f2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@333b67f2, net.minecraft.item.crafting.Ingredient@333b67f2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@333b67f2, net.minecraft.item.crafting.Ingredient@333b67f2, net.minecraft.item.crafting.Ingredient@333b67f2]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.tconstruct.seared_stairs_brick_triangle@0 new recipe: RecipeStage{tier='two', recipe=4xtile.tconstruct.seared_stairs_brick_triangle@0:[net.minecraft.item.crafting.Ingredient@723658df, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@723658df, net.minecraft.item.crafting.Ingredient@723658df, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@723658df, net.minecraft.item.crafting.Ingredient@723658df, net.minecraft.item.crafting.Ingredient@723658df]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.tconstruct.seared_stairs_brick_fancy@0 new recipe: RecipeStage{tier='two', recipe=4xtile.tconstruct.seared_stairs_brick_fancy@0:[net.minecraft.item.crafting.Ingredient@7d1a55ae, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7d1a55ae, net.minecraft.item.crafting.Ingredient@7d1a55ae, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7d1a55ae, net.minecraft.item.crafting.Ingredient@7d1a55ae, net.minecraft.item.crafting.Ingredient@7d1a55ae]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.tconstruct.seared_stairs_cobble@0 new recipe: RecipeStage{tier='two', recipe=4xtile.tconstruct.seared_stairs_cobble@0:[net.minecraft.item.crafting.Ingredient@288afba3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@288afba3, net.minecraft.item.crafting.Ingredient@288afba3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@288afba3, net.minecraft.item.crafting.Ingredient@288afba3, net.minecraft.item.crafting.Ingredient@288afba3]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.tconstruct.seared_tank@2 new recipe: RecipeStage{tier='two', recipe=1xtile.tconstruct.seared_tank@2:[net.minecraft.item.crafting.Ingredient@1a93f8d5, net.minecraftforge.oredict.OreIngredient@71b88cf0, net.minecraft.item.crafting.Ingredient@1a93f8d5, net.minecraft.item.crafting.Ingredient@1a93f8d5, net.minecraftforge.oredict.OreIngredient@71b88cf0, net.minecraft.item.crafting.Ingredient@1a93f8d5, net.minecraft.item.crafting.Ingredient@1a93f8d5, net.minecraftforge.oredict.OreIngredient@71b88cf0, net.minecraft.item.crafting.Ingredient@1a93f8d5]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.tconstruct.seared_slab@4 new recipe: RecipeStage{tier='zero', recipe=6xtile.tconstruct.seared_slab@4:[net.minecraft.item.crafting.Ingredient@7ebfcc3d, net.minecraft.item.crafting.Ingredient@7ebfcc3d, net.minecraft.item.crafting.Ingredient@7ebfcc3d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.tconstruct.seared_slab@4 new recipe: RecipeStage{tier='two', recipe=6xtile.tconstruct.seared_slab@4:[net.minecraft.item.crafting.Ingredient@7ebfcc3d, net.minecraft.item.crafting.Ingredient@7ebfcc3d, net.minecraft.item.crafting.Ingredient@7ebfcc3d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.tconstruct.seared_slab@1 new recipe: RecipeStage{tier='one', recipe=6xtile.tconstruct.seared_slab@1:[net.minecraft.item.crafting.Ingredient@32dc3513, net.minecraft.item.crafting.Ingredient@32dc3513, net.minecraft.item.crafting.Ingredient@32dc3513]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.tconstruct.seared_slab@1 new recipe: RecipeStage{tier='two', recipe=6xtile.tconstruct.seared_slab@1:[net.minecraft.item.crafting.Ingredient@32dc3513, net.minecraft.item.crafting.Ingredient@32dc3513, net.minecraft.item.crafting.Ingredient@32dc3513]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.tconstruct.seared_slab@5 new recipe: RecipeStage{tier='two', recipe=6xtile.tconstruct.seared_slab@5:[net.minecraft.item.crafting.Ingredient@697d789, net.minecraft.item.crafting.Ingredient@697d789, net.minecraft.item.crafting.Ingredient@697d789]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.tconstruct.seared_slab2@0 new recipe: RecipeStage{tier='two', recipe=6xtile.tconstruct.seared_slab2@0:[net.minecraft.item.crafting.Ingredient@a5c464d, net.minecraft.item.crafting.Ingredient@a5c464d, net.minecraft.item.crafting.Ingredient@a5c464d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.tconstruct.seared_slab2@3 new recipe: RecipeStage{tier='two', recipe=6xtile.tconstruct.seared_slab2@3:[net.minecraft.item.crafting.Ingredient@3888a53e, net.minecraft.item.crafting.Ingredient@3888a53e, net.minecraft.item.crafting.Ingredient@3888a53e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.tconstruct.seared_slab@0 new recipe: RecipeStage{tier='one', recipe=6xtile.tconstruct.seared_slab@0:[net.minecraft.item.crafting.Ingredient@1aa02935, net.minecraft.item.crafting.Ingredient@1aa02935, net.minecraft.item.crafting.Ingredient@1aa02935]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.tconstruct.seared_slab@0 new recipe: RecipeStage{tier='two', recipe=6xtile.tconstruct.seared_slab@0:[net.minecraft.item.crafting.Ingredient@1aa02935, net.minecraft.item.crafting.Ingredient@1aa02935, net.minecraft.item.crafting.Ingredient@1aa02935]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.tconstruct.seared_slab2@2 new recipe: RecipeStage{tier='two', recipe=6xtile.tconstruct.seared_slab2@2:[net.minecraft.item.crafting.Ingredient@e849f23, net.minecraft.item.crafting.Ingredient@e849f23, net.minecraft.item.crafting.Ingredient@e849f23]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.tconstruct.seared_slab@2 new recipe: RecipeStage{tier='one', recipe=6xtile.tconstruct.seared_slab@2:[net.minecraft.item.crafting.Ingredient@32a5e104, net.minecraft.item.crafting.Ingredient@32a5e104, net.minecraft.item.crafting.Ingredient@32a5e104]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.tconstruct.seared_slab@2 new recipe: RecipeStage{tier='two', recipe=6xtile.tconstruct.seared_slab@2:[net.minecraft.item.crafting.Ingredient@32a5e104, net.minecraft.item.crafting.Ingredient@32a5e104, net.minecraft.item.crafting.Ingredient@32a5e104]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.tconstruct.seared_slab@3 new recipe: RecipeStage{tier='zero', recipe=1xtile.tconstruct.seared_slab@3:[net.minecraft.item.crafting.Ingredient@74e39309, net.minecraft.item.crafting.Ingredient@74e39309]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.tconstruct.seared_slab@3 new recipe: RecipeStage{tier='two', recipe=1xtile.tconstruct.seared_slab@3:[net.minecraft.item.crafting.Ingredient@74e39309, net.minecraft.item.crafting.Ingredient@74e39309]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.tconstruct.seared_slab@3 new recipe: RecipeStage{tier='zero', recipe=6xtile.tconstruct.seared_slab@3:[net.minecraft.item.crafting.Ingredient@2586c467, net.minecraft.item.crafting.Ingredient@2586c467, net.minecraft.item.crafting.Ingredient@2586c467]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.tconstruct.seared_slab@3 new recipe: RecipeStage{tier='two', recipe=6xtile.tconstruct.seared_slab@3:[net.minecraft.item.crafting.Ingredient@2586c467, net.minecraft.item.crafting.Ingredient@2586c467, net.minecraft.item.crafting.Ingredient@2586c467]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.tconstruct.seared_slab@6 new recipe: RecipeStage{tier='two', recipe=6xtile.tconstruct.seared_slab@6:[net.minecraft.item.crafting.Ingredient@71bf4221, net.minecraft.item.crafting.Ingredient@71bf4221, net.minecraft.item.crafting.Ingredient@71bf4221]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.tconstruct.seared_slab2@1 new recipe: RecipeStage{tier='two', recipe=6xtile.tconstruct.seared_slab2@1:[net.minecraft.item.crafting.Ingredient@7c47ed4e, net.minecraft.item.crafting.Ingredient@7c47ed4e, net.minecraft.item.crafting.Ingredient@7c47ed4e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.tconstruct.seared_slab@7 new recipe: RecipeStage{tier='two', recipe=6xtile.tconstruct.seared_slab@7:[net.minecraft.item.crafting.Ingredient@3da76e3c, net.minecraft.item.crafting.Ingredient@3da76e3c, net.minecraft.item.crafting.Ingredient@3da76e3c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.tconstruct.seared_glass@0 new recipe: RecipeStage{tier='two', recipe=1xtile.tconstruct.seared_glass@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@749cf81f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@749cf81f, net.minecraftforge.oredict.OreIngredient@537965bf, net.minecraft.item.crafting.Ingredient@749cf81f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@749cf81f, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.tconstruct.seared_tank@1 new recipe: RecipeStage{tier='two', recipe=1xtile.tconstruct.seared_tank@1:[net.minecraft.item.crafting.Ingredient@69f77396, net.minecraftforge.oredict.OreIngredient@5e648d7c, net.minecraft.item.crafting.Ingredient@69f77396, net.minecraftforge.oredict.OreIngredient@5e648d7c, net.minecraftforge.oredict.OreIngredient@5e648d7c, net.minecraftforge.oredict.OreIngredient@5e648d7c, net.minecraft.item.crafting.Ingredient@69f77396, net.minecraftforge.oredict.OreIngredient@5e648d7c, net.minecraft.item.crafting.Ingredient@69f77396]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.tconstruct.casting@0 new recipe: RecipeStage{tier='zero', recipe=1xtile.tconstruct.casting@0:[net.minecraft.item.crafting.Ingredient@1f8cd054, net.minecraft.item.crafting.Ingredient@1f8cd054, net.minecraft.item.crafting.Ingredient@1f8cd054, net.minecraft.item.crafting.Ingredient@1f8cd054, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1f8cd054, net.minecraft.item.crafting.Ingredient@1f8cd054, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1f8cd054]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.tconstruct.smeltery_io@0 new recipe: RecipeStage{tier='two', recipe=1xtile.tconstruct.smeltery_io@0:[net.minecraft.item.crafting.Ingredient@23e48bd0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@23e48bd0, net.minecraft.item.crafting.Ingredient@23e48bd0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@23e48bd0, net.minecraft.item.crafting.Ingredient@23e48bd0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@23e48bd0]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.tconstruct.channel@0 new recipe: RecipeStage{tier='one', recipe=3xtile.tconstruct.channel@0:[net.minecraft.item.crafting.Ingredient@573d7767, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@573d7767, net.minecraft.item.crafting.Ingredient@573d7767, net.minecraft.item.crafting.Ingredient@573d7767, net.minecraft.item.crafting.Ingredient@573d7767]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.tconstruct.tooltables@0 new recipe: RecipeStage{tier='two', recipe=1xtile.tconstruct.tooltables@0:[net.minecraftforge.oredict.OreIngredient@30e3ac12]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.tconstruct.soil@5 new recipe: RecipeStage{tier='three', recipe=1xtile.tconstruct.soil@5:[net.minecraft.item.crafting.Ingredient@7825e05a, net.minecraft.item.crafting.Ingredient@68b6ab6d, net.minecraft.item.crafting.Ingredient@52e4d1d6, net.minecraft.item.crafting.Ingredient@5d4e93a2, net.minecraft.item.crafting.Ingredient@abe9f61, net.minecraft.item.crafting.Ingredient@570eb098]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.tconstruct.soil@2 new recipe: RecipeStage{tier='three', recipe=1xtile.tconstruct.soil@2:[net.minecraft.item.crafting.Ingredient@56f9c254, net.minecraftforge.oredict.OreIngredient@70c10784, net.minecraftforge.oredict.OreIngredient@2dda421c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.tconstruct.soil@1 new recipe: RecipeStage{tier='two', recipe=1xtile.tconstruct.soil@1:[net.minecraft.item.crafting.Ingredient@4f849f34, net.minecraftforge.oredict.OreIngredient@22a6c05a, net.minecraftforge.oredict.OreIngredient@4b6a0b5d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.tconstruct.soil@1 new recipe: RecipeStage{tier='two', recipe=1xtile.tconstruct.soil@1:[net.minecraft.item.crafting.Ingredient@10e507d9, net.minecraft.item.crafting.Ingredient@2549cabe, net.minecraft.item.crafting.Ingredient@494e0f96, net.minecraft.item.crafting.Ingredient@34d5c504, net.minecraftforge.oredict.OreIngredient@c36d788, net.minecraftforge.oredict.OreIngredient@6741f08a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.tconstruct.soil@2 new recipe: RecipeStage{tier='three', recipe=1xtile.tconstruct.soil@2:[net.minecraft.item.crafting.Ingredient@16301d00, net.minecraft.item.crafting.Ingredient@1bfd66a4, net.minecraft.item.crafting.Ingredient@34ecb142, net.minecraft.item.crafting.Ingredient@215bba89, net.minecraftforge.oredict.OreIngredient@37957bbf, net.minecraftforge.oredict.OreIngredient@47adf3af]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.tconstruct.materials@13 new recipe: RecipeStage{tier='three', recipe=1xitem.tconstruct.materials@13:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@66c767f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4c7dd5b7, net.minecraft.item.crafting.Ingredient@657a82a2, net.minecraftforge.oredict.OreIngredient@4c7dd5b7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@66c767f, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.tconstruct.materials@15 new recipe: RecipeStage{tier='three', recipe=1xitem.tconstruct.materials@15:[net.minecraft.item.crafting.Ingredient@65e32bd4, net.minecraft.item.crafting.Ingredient@65e32bd4, net.minecraft.item.crafting.Ingredient@65e32bd4, net.minecraft.item.crafting.Ingredient@65e32bd4, net.minecraftforge.oredict.OreIngredient@5f0c767a, net.minecraft.item.crafting.Ingredient@65e32bd4, net.minecraft.item.crafting.Ingredient@65e32bd4, net.minecraft.item.crafting.Ingredient@65e32bd4, net.minecraft.item.crafting.Ingredient@65e32bd4]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.tconstruct.materials@18 new recipe: RecipeStage{tier='two', recipe=1xitem.tconstruct.materials@18:[net.minecraftforge.oredict.OreIngredient@287d9c45, net.minecraftforge.oredict.OreIngredient@287d9c45, net.minecraftforge.oredict.OreIngredient@287d9c45, net.minecraftforge.oredict.OreIngredient@287d9c45, net.minecraftforge.oredict.OreIngredient@287d9c45, net.minecraftforge.oredict.OreIngredient@287d9c45, net.minecraftforge.oredict.OreIngredient@287d9c45, net.minecraftforge.oredict.OreIngredient@287d9c45, net.minecraftforge.oredict.OreIngredient@287d9c45]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.tconstruct.materials@12 new recipe: RecipeStage{tier='three', recipe=1xitem.tconstruct.materials@12:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@12794ceb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5588c7df, net.minecraft.item.crafting.Ingredient@47cb7ea3, net.minecraft.item.crafting.Ingredient@5588c7df, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@12794ceb, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.tconstruct.materials@14 new recipe: RecipeStage{tier='three', recipe=1xitem.tconstruct.materials@14:[net.minecraftforge.oredict.OreIngredient@5503ee6f, net.minecraftforge.oredict.OreIngredient@5503ee6f, net.minecraftforge.oredict.OreIngredient@5503ee6f, net.minecraftforge.oredict.OreIngredient@5503ee6f, net.minecraftforge.oredict.OreIngredient@2a1f971f, net.minecraftforge.oredict.OreIngredient@5503ee6f, net.minecraftforge.oredict.OreIngredient@5503ee6f, net.minecraftforge.oredict.OreIngredient@5503ee6f, net.minecraftforge.oredict.OreIngredient@5503ee6f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.immersiveengineering.wooden_device0@2 new recipe: RecipeStage{tier='three', recipe=1xtile.immersiveengineering.wooden_device0@2:[net.minecraftforge.oredict.OreIngredient@2a2496a6, net.minecraftforge.oredict.OreIngredient@2a2496a6, net.minecraftforge.oredict.OreIngredient@2a2496a6, net.minecraftforge.oredict.OreIngredient@770cf3f9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4359a6fb]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.immersiveengineering.wooden_device1@1 new recipe: RecipeStage{tier='three', recipe=1xtile.immersiveengineering.wooden_device1@1:[net.minecraft.item.crafting.Ingredient@1544f13d, net.minecraft.item.crafting.Ingredient@1544f13d, net.minecraft.item.crafting.Ingredient@1544f13d, net.minecraft.item.crafting.Ingredient@1544f13d, net.minecraftforge.oredict.OreIngredient@70f2ad1e, net.minecraft.item.crafting.Ingredient@1544f13d, net.minecraft.item.crafting.Ingredient@1544f13d, net.minecraft.item.crafting.Ingredient@1544f13d, net.minecraft.item.crafting.Ingredient@1544f13d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.immersiveengineering.wooden_device1@0 new recipe: RecipeStage{tier='three', recipe=1xtile.immersiveengineering.wooden_device1@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@373fe302, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@373fe302, net.minecraftforge.oredict.OreIngredient@75058994, net.minecraft.item.crafting.Ingredient@373fe302, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@373fe302, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.immersiveengineering.wooden_device1@4 new recipe: RecipeStage{tier='three', recipe=4xtile.immersiveengineering.wooden_device1@4:[net.minecraftforge.oredict.OreIngredient@2a2496a6, net.minecraftforge.oredict.OreIngredient@2a2496a6, net.minecraftforge.oredict.OreIngredient@2a2496a6, net.minecraftforge.oredict.OreIngredient@faef845]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.immersiveengineering.wooden_device0@6 new recipe: RecipeStage{tier='three', recipe=1xtile.immersiveengineering.wooden_device0@6:[net.minecraftforge.oredict.OreIngredient@2a2496a6, net.minecraftforge.oredict.OreIngredient@70f2ad1e, net.minecraftforge.oredict.OreIngredient@2a2496a6, net.minecraftforge.oredict.OreIngredient@761ddf1d, net.minecraft.item.crafting.Ingredient@52928a84, net.minecraftforge.oredict.OreIngredient@761ddf1d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.immersiveengineering.wooden_device0@5 new recipe: RecipeStage{tier='three', recipe=1xtile.immersiveengineering.wooden_device0@5:[net.minecraftforge.oredict.OreIngredient@2a2496a6, net.minecraftforge.oredict.OreIngredient@10d59414, net.minecraftforge.oredict.OreIngredient@2a2496a6, net.minecraftforge.oredict.OreIngredient@6c990d3d, net.minecraft.item.crafting.Ingredient@3be026a6, net.minecraftforge.oredict.OreIngredient@6c990d3d, net.minecraftforge.oredict.OreIngredient@2a2496a6, net.minecraftforge.oredict.OreIngredient@10d59414, net.minecraftforge.oredict.OreIngredient@2a2496a6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.immersiveengineering.wooden_device1@3 new recipe: RecipeStage{tier='three', recipe=1xtile.immersiveengineering.wooden_device1@3:[net.minecraftforge.oredict.OreIngredient@4359a6fb, net.minecraftforge.oredict.OreIngredient@4359a6fb, net.minecraftforge.oredict.OreIngredient@3322a186]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.immersiveengineering.wooden_device0@3 new recipe: RecipeStage{tier='three', recipe=1xtile.immersiveengineering.wooden_device0@3:[net.minecraftforge.oredict.OreIngredient@2a2496a6, net.minecraftforge.oredict.OreIngredient@761ddf1d, net.minecraftforge.oredict.OreIngredient@2a2496a6, net.minecraftforge.oredict.OreIngredient@70f2ad1e, net.minecraftforge.common.crafting.IngredientNBT@24070f4a, net.minecraftforge.oredict.OreIngredient@70f2ad1e, net.minecraftforge.oredict.OreIngredient@2a2496a6, net.minecraft.item.crafting.Ingredient@607998c9, net.minecraftforge.oredict.OreIngredient@2a2496a6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.immersiveengineering.wooden_device0@4 new recipe: RecipeStage{tier='three', recipe=1xtile.immersiveengineering.wooden_device0@4:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@24189185, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6c6ee99f, net.minecraft.item.crafting.Ingredient@5ae0ada1, net.minecraft.item.crafting.Ingredient@6c6ee99f, net.minecraft.item.crafting.Ingredient@6c6ee99f, net.minecraft.item.crafting.Ingredient@6c6ee99f, net.minecraft.item.crafting.Ingredient@6c6ee99f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.immersiveengineering.wooden_device0@7 new recipe: RecipeStage{tier='three', recipe=1xtile.immersiveengineering.wooden_device0@7:[net.minecraftforge.oredict.OreIngredient@2a2496a6, net.minecraftforge.oredict.OreIngredient@761ddf1d, net.minecraftforge.oredict.OreIngredient@2a2496a6, net.minecraftforge.oredict.OreIngredient@70f2ad1e, net.minecraft.item.crafting.Ingredient@5a2b56f, net.minecraftforge.oredict.OreIngredient@70f2ad1e, net.minecraftforge.oredict.OreIngredient@2a2496a6, net.minecraft.item.crafting.Ingredient@607998c9, net.minecraftforge.oredict.OreIngredient@2a2496a6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.immersiveengineering.wooden_device0@0 new recipe: RecipeStage{tier='three', recipe=1xtile.immersiveengineering.wooden_device0@0:[net.minecraftforge.oredict.OreIngredient@2a2496a6, net.minecraftforge.oredict.OreIngredient@2a2496a6, net.minecraftforge.oredict.OreIngredient@2a2496a6, net.minecraftforge.oredict.OreIngredient@2a2496a6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2a2496a6, net.minecraftforge.oredict.OreIngredient@2a2496a6, net.minecraftforge.oredict.OreIngredient@2a2496a6, net.minecraftforge.oredict.OreIngredient@2a2496a6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.immersiveengineering.wooden_device0@1 new recipe: RecipeStage{tier='three', recipe=1xtile.immersiveengineering.wooden_device0@1:[net.minecraftforge.oredict.OreIngredient@26b9f5bd, net.minecraftforge.oredict.OreIngredient@26b9f5bd, net.minecraftforge.oredict.OreIngredient@26b9f5bd, net.minecraftforge.oredict.OreIngredient@2a2496a6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2a2496a6, net.minecraftforge.oredict.OreIngredient@2a2496a6, net.minecraftforge.oredict.OreIngredient@2a2496a6, net.minecraftforge.oredict.OreIngredient@2a2496a6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xitem.immersiveengineering.wirecoil@4 new recipe: RecipeStage{tier='three', recipe=4xitem.immersiveengineering.wirecoil@4:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@329e50ff, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@329e50ff, net.minecraftforge.common.crafting.CompoundIngredient@19cabb3, net.minecraftforge.oredict.OreIngredient@329e50ff, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@329e50ff, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xitem.immersiveengineering.wirecoil@3 new recipe: RecipeStage{tier='three', recipe=4xitem.immersiveengineering.wirecoil@3:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@24189185, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@24189185, net.minecraftforge.common.crafting.CompoundIngredient@19cabb3, net.minecraftforge.oredict.OreIngredient@24189185, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@24189185, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xitem.immersiveengineering.wirecoil@5 new recipe: RecipeStage{tier='three', recipe=4xitem.immersiveengineering.wirecoil@5:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4e67b95c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@761ddf1d, net.minecraftforge.common.crafting.CompoundIngredient@19cabb3, net.minecraftforge.oredict.OreIngredient@761ddf1d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4e67b95c, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xitem.immersiveengineering.wirecoil@5 new recipe: RecipeStage{tier='three', recipe=4xitem.immersiveengineering.wirecoil@5:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@761ddf1d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4e67b95c, net.minecraftforge.common.crafting.CompoundIngredient@19cabb3, net.minecraftforge.oredict.OreIngredient@4e67b95c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@761ddf1d, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xitem.immersiveengineering.wirecoil@7 new recipe: RecipeStage{tier='three', recipe=4xitem.immersiveengineering.wirecoil@7:[net.minecraftforge.oredict.OreIngredient@306af98c, net.minecraft.item.crafting.Ingredient@75f7534f, net.minecraftforge.oredict.OreIngredient@306af98c, net.minecraft.item.crafting.Ingredient@75f7534f, blusunrize.immersiveengineering.common.crafting.IngredientFluidStack@23eae34d, net.minecraft.item.crafting.Ingredient@75f7534f, net.minecraftforge.oredict.OreIngredient@306af98c, net.minecraft.item.crafting.Ingredient@75f7534f, net.minecraftforge.oredict.OreIngredient@306af98c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xitem.immersiveengineering.wirecoil@1 new recipe: RecipeStage{tier='three', recipe=4xitem.immersiveengineering.wirecoil@1:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@25a964c8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@25a964c8, net.minecraftforge.common.crafting.CompoundIngredient@19cabb3, net.minecraftforge.oredict.OreIngredient@25a964c8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@25a964c8, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xitem.immersiveengineering.wirecoil@6 new recipe: RecipeStage{tier='three', recipe=4xitem.immersiveengineering.wirecoil@6:[net.minecraftforge.oredict.OreIngredient@306af98c, net.minecraft.item.crafting.Ingredient@620777e4, net.minecraftforge.oredict.OreIngredient@306af98c, net.minecraft.item.crafting.Ingredient@620777e4, net.minecraftforge.oredict.OreIngredient@306af98c, net.minecraft.item.crafting.Ingredient@620777e4, net.minecraftforge.oredict.OreIngredient@306af98c, net.minecraft.item.crafting.Ingredient@620777e4, net.minecraftforge.oredict.OreIngredient@306af98c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xitem.immersiveengineering.wirecoil@0 new recipe: RecipeStage{tier='three', recipe=4xitem.immersiveengineering.wirecoil@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@36f30c05, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@36f30c05, net.minecraftforge.common.crafting.CompoundIngredient@19cabb3, net.minecraftforge.oredict.OreIngredient@36f30c05, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@36f30c05, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xitem.immersiveengineering.wirecoil@2 new recipe: RecipeStage{tier='three', recipe=4xitem.immersiveengineering.wirecoil@2:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4e67b95c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@329e50ff, net.minecraftforge.common.crafting.CompoundIngredient@19cabb3, net.minecraftforge.oredict.OreIngredient@329e50ff, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4e67b95c, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xitem.immersiveengineering.wirecoil@2 new recipe: RecipeStage{tier='three', recipe=4xitem.immersiveengineering.wirecoil@2:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@329e50ff, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4e67b95c, net.minecraftforge.common.crafting.CompoundIngredient@19cabb3, net.minecraftforge.oredict.OreIngredient@4e67b95c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@329e50ff, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.immersiveengineering.treated_wood_stairs0@0 new recipe: RecipeStage{tier='three', recipe=1xtile.immersiveengineering.treated_wood_stairs0@0:[net.minecraft.item.crafting.Ingredient@2e372465]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.immersiveengineering.treated_wood_stairs2@0 new recipe: RecipeStage{tier='three', recipe=1xtile.immersiveengineering.treated_wood_stairs2@0:[net.minecraft.item.crafting.Ingredient@62adc89a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.immersiveengineering.treated_wood_stairs1@0 new recipe: RecipeStage{tier='three', recipe=1xtile.immersiveengineering.treated_wood_stairs1@0:[net.minecraft.item.crafting.Ingredient@72dd9ef0]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.immersiveengineering.treated_wood_stairs2@0 new recipe: RecipeStage{tier='three', recipe=4xtile.immersiveengineering.treated_wood_stairs2@0:[net.minecraft.item.crafting.Ingredient@5e8f24fe, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5e8f24fe, net.minecraft.item.crafting.Ingredient@5e8f24fe, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5e8f24fe, net.minecraft.item.crafting.Ingredient@5e8f24fe, net.minecraft.item.crafting.Ingredient@5e8f24fe]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.immersiveengineering.treated_wood_stairs1@0 new recipe: RecipeStage{tier='three', recipe=4xtile.immersiveengineering.treated_wood_stairs1@0:[net.minecraft.item.crafting.Ingredient@4c662528, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4c662528, net.minecraft.item.crafting.Ingredient@4c662528, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4c662528, net.minecraft.item.crafting.Ingredient@4c662528, net.minecraft.item.crafting.Ingredient@4c662528]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.immersiveengineering.treated_wood_stairs0@0 new recipe: RecipeStage{tier='three', recipe=4xtile.immersiveengineering.treated_wood_stairs0@0:[net.minecraft.item.crafting.Ingredient@6b0427ee, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6b0427ee, net.minecraft.item.crafting.Ingredient@6b0427ee, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6b0427ee, net.minecraft.item.crafting.Ingredient@6b0427ee, net.minecraft.item.crafting.Ingredient@6b0427ee]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.immersiveengineering.treated_wood_slab@0 new recipe: RecipeStage{tier='three', recipe=1xtile.immersiveengineering.treated_wood_slab@0:[net.minecraft.item.crafting.Ingredient@67c6db4]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.immersiveengineering.treated_wood_slab@2 new recipe: RecipeStage{tier='three', recipe=1xtile.immersiveengineering.treated_wood_slab@2:[net.minecraft.item.crafting.Ingredient@662b0e56]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.immersiveengineering.treated_wood_slab@1 new recipe: RecipeStage{tier='three', recipe=1xtile.immersiveengineering.treated_wood_slab@1:[net.minecraft.item.crafting.Ingredient@632c2332]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.immersiveengineering.treated_wood@2 new recipe: RecipeStage{tier='three', recipe=1xtile.immersiveengineering.treated_wood@2:[net.minecraft.item.crafting.Ingredient@148a92dd, net.minecraft.item.crafting.Ingredient@148a92dd]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.immersiveengineering.treated_wood@1 new recipe: RecipeStage{tier='three', recipe=1xtile.immersiveengineering.treated_wood@1:[net.minecraft.item.crafting.Ingredient@426a3635, net.minecraft.item.crafting.Ingredient@426a3635]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.immersiveengineering.treated_wood@0 new recipe: RecipeStage{tier='three', recipe=1xtile.immersiveengineering.treated_wood@0:[net.minecraft.item.crafting.Ingredient@2326bb71, net.minecraft.item.crafting.Ingredient@2326bb71]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.immersiveengineering.treated_wood_slab@2 new recipe: RecipeStage{tier='three', recipe=6xtile.immersiveengineering.treated_wood_slab@2:[net.minecraft.item.crafting.Ingredient@8d31079, net.minecraft.item.crafting.Ingredient@8d31079, net.minecraft.item.crafting.Ingredient@8d31079]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.immersiveengineering.treated_wood_slab@1 new recipe: RecipeStage{tier='three', recipe=6xtile.immersiveengineering.treated_wood_slab@1:[net.minecraft.item.crafting.Ingredient@5273d6a6, net.minecraft.item.crafting.Ingredient@5273d6a6, net.minecraft.item.crafting.Ingredient@5273d6a6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.immersiveengineering.treated_wood_slab@0 new recipe: RecipeStage{tier='three', recipe=6xtile.immersiveengineering.treated_wood_slab@0:[net.minecraft.item.crafting.Ingredient@2e48f868, net.minecraft.item.crafting.Ingredient@2e48f868, net.minecraft.item.crafting.Ingredient@2e48f868]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.immersiveengineering.wooden_decoration@1 new recipe: RecipeStage{tier='three', recipe=6xtile.immersiveengineering.wooden_decoration@1:[net.minecraftforge.oredict.OreIngredient@2a2496a6, net.minecraftforge.oredict.OreIngredient@2a2496a6, net.minecraftforge.oredict.OreIngredient@2a2496a6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@faef845, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@faef845, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@faef845]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.immersiveengineering.wooden_decoration@0 new recipe: RecipeStage{tier='three', recipe=3xtile.immersiveengineering.wooden_decoration@0:[net.minecraftforge.oredict.OreIngredient@2a2496a6, net.minecraftforge.oredict.OreIngredient@faef845, net.minecraftforge.oredict.OreIngredient@2a2496a6, net.minecraftforge.oredict.OreIngredient@2a2496a6, net.minecraftforge.oredict.OreIngredient@faef845, net.minecraftforge.oredict.OreIngredient@2a2496a6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.immersiveengineering.treated_wood@0 new recipe: RecipeStage{tier='three', recipe=1xtile.immersiveengineering.treated_wood@0:[net.minecraft.item.crafting.Ingredient@e02e6d4]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.immersiveengineering.treated_wood@2 new recipe: RecipeStage{tier='three', recipe=1xtile.immersiveengineering.treated_wood@2:[net.minecraft.item.crafting.Ingredient@6ea2c51a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.immersiveengineering.treated_wood@1 new recipe: RecipeStage{tier='three', recipe=1xtile.immersiveengineering.treated_wood@1:[net.minecraft.item.crafting.Ingredient@524e3539]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.immersiveengineering.treated_wood@0 new recipe: RecipeStage{tier='three', recipe=8xtile.immersiveengineering.treated_wood@0:[net.minecraftforge.oredict.OreIngredient@231b41a, net.minecraftforge.oredict.OreIngredient@231b41a, net.minecraftforge.oredict.OreIngredient@231b41a, net.minecraftforge.oredict.OreIngredient@231b41a, blusunrize.immersiveengineering.common.crafting.IngredientFluidStack@6cd565a7, net.minecraftforge.oredict.OreIngredient@231b41a, net.minecraftforge.oredict.OreIngredient@231b41a, net.minecraftforge.oredict.OreIngredient@231b41a, net.minecraftforge.oredict.OreIngredient@231b41a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.immersiveengineering.toolupgrade@11 new recipe: RecipeStage{tier='three', recipe=1xitem.immersiveengineering.toolupgrade@11:[net.minecraft.item.crafting.Ingredient@722db353, net.minecraftforge.oredict.OreIngredient@6c990d3d, net.minecraft.item.crafting.Ingredient@722db353, net.minecraft.item.crafting.Ingredient@722db353, net.minecraftforge.oredict.OreIngredient@6c990d3d, net.minecraft.item.crafting.Ingredient@722db353, net.minecraft.item.crafting.Ingredient@722db353, net.minecraftforge.oredict.OreIngredient@6c990d3d, net.minecraft.item.crafting.Ingredient@722db353]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.immersiveengineering.toolupgrade@12 new recipe: RecipeStage{tier='three', recipe=1xitem.immersiveengineering.toolupgrade@12:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@57eea70, net.minecraftforge.oredict.OreIngredient@57eea70, net.minecraft.item.crafting.Ingredient@18d34d7e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@57eea70, net.minecraftforge.oredict.OreIngredient@70f2ad1e, net.minecraftforge.oredict.OreIngredient@57eea70]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.immersiveengineering.toolupgrade@10 new recipe: RecipeStage{tier='three', recipe=1xitem.immersiveengineering.toolupgrade@10:[net.minecraftforge.oredict.OreIngredient@5220ecc5, net.minecraftforge.oredict.OreIngredient@18890910, net.minecraftforge.oredict.OreIngredient@5220ecc5, net.minecraftforge.oredict.OreIngredient@18890910, net.minecraft.item.crafting.Ingredient@7e01ea5d, net.minecraftforge.oredict.OreIngredient@18890910]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.immersiveengineering.toolupgrade@5 new recipe: RecipeStage{tier='three', recipe=1xitem.immersiveengineering.toolupgrade@5:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@738cc5af, net.minecraftforge.oredict.OreIngredient@75058994, net.minecraftforge.oredict.OreIngredient@738cc5af, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@738cc5af, net.minecraft.item.crafting.Ingredient@607998c9, net.minecraftforge.oredict.OreIngredient@738cc5af, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.immersiveengineering.toolupgrade@6 new recipe: RecipeStage{tier='three', recipe=1xitem.immersiveengineering.toolupgrade@6:[net.minecraft.item.crafting.Ingredient@7e01ea5d, net.minecraft.item.crafting.Ingredient@7e01ea5d, net.minecraft.item.crafting.Ingredient@7e01ea5d, net.minecraftforge.oredict.OreIngredient@66d3ed3f, net.minecraftforge.oredict.OreIngredient@36f30c05, net.minecraftforge.oredict.OreIngredient@66d3ed3f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.immersiveengineering.toolupgrade@4 new recipe: RecipeStage{tier='three', recipe=1xitem.immersiveengineering.toolupgrade@4:[net.minecraft.item.crafting.Ingredient@40fa78e, net.minecraftforge.oredict.OreIngredient@75058994, net.minecraftforge.oredict.OreIngredient@75058994, net.minecraftforge.oredict.OreIngredient@2a2496a6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.immersiveengineering.toolupgrade@8 new recipe: RecipeStage{tier='three', recipe=1xitem.immersiveengineering.toolupgrade@8:[net.minecraftforge.oredict.OreIngredient@58fbcaa3, net.minecraftforge.oredict.OreIngredient@738cc5af, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@738cc5af, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@738cc5af, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@738cc5af, net.minecraftforge.oredict.OreIngredient@58fbcaa3]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.immersiveengineering.toolupgrade@9 new recipe: RecipeStage{tier='three', recipe=1xitem.immersiveengineering.toolupgrade@9:[net.minecraft.item.crafting.Ingredient@3d5cab19, net.minecraft.item.crafting.Ingredient@3d5cab19, net.minecraft.item.crafting.Ingredient@3d5cab19, net.minecraft.item.crafting.Ingredient@56929b04, net.minecraft.item.crafting.Ingredient@56929b04, net.minecraft.item.crafting.Ingredient@56929b04]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.immersiveengineering.toolupgrade@0 new recipe: RecipeStage{tier='three', recipe=1xitem.immersiveengineering.toolupgrade@0:[net.minecraft.item.crafting.Ingredient@2fd0fe0f, net.minecraftforge.oredict.OreIngredient@7501ef7e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7501ef7e, net.minecraft.item.crafting.Ingredient@2fd0fe0f, net.minecraftforge.oredict.OreIngredient@7501ef7e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7501ef7e, net.minecraft.item.crafting.Ingredient@607998c9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.immersiveengineering.toolupgrade@1 new recipe: RecipeStage{tier='three', recipe=1xitem.immersiveengineering.toolupgrade@1:[blusunrize.immersiveengineering.common.crafting.IngredientFluidStack@624aaa3e, net.minecraftforge.oredict.OreIngredient@70f2ad1e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@70f2ad1e, blusunrize.immersiveengineering.common.crafting.IngredientFluidStack@624aaa3e, net.minecraftforge.oredict.OreIngredient@70f2ad1e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@70f2ad1e, net.minecraft.item.crafting.Ingredient@607998c9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.immersiveengineering.toolupgrade@2 new recipe: RecipeStage{tier='three', recipe=1xitem.immersiveengineering.toolupgrade@2:[net.minecraftforge.oredict.OreIngredient@75058994, net.minecraftforge.oredict.OreIngredient@75058994, net.minecraftforge.oredict.OreIngredient@75058994, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@cf7c923, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.immersiveengineering.toolupgrade@3 new recipe: RecipeStage{tier='three', recipe=1xitem.immersiveengineering.toolupgrade@3:[net.minecraft.item.crafting.Ingredient@607998c9, net.minecraftforge.oredict.OreIngredient@75058994, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@75058994, net.minecraft.item.crafting.Ingredient@3f63bb68, net.minecraftforge.oredict.OreIngredient@3c9ded9c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3c9ded9c, net.minecraft.item.crafting.Ingredient@3f63bb68]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.immersiveengineering.toolupgrade@13 new recipe: RecipeStage{tier='three', recipe=1xitem.immersiveengineering.toolupgrade@13:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@249b87d4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3a98465b, net.minecraft.item.crafting.Ingredient@cf7c923, net.minecraft.item.crafting.Ingredient@3a98465b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.immersiveengineering.toolupgrade@7 new recipe: RecipeStage{tier='three', recipe=1xitem.immersiveengineering.toolupgrade@7:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@75058994, net.minecraftforge.oredict.OreIngredient@75058994, net.minecraft.item.crafting.Ingredient@76a6c0e6, net.minecraft.item.crafting.Ingredient@76a6c0e6, net.minecraft.item.crafting.Ingredient@29828afd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@75058994, net.minecraftforge.oredict.OreIngredient@75058994]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.immersiveengineering.tool@2 new recipe: RecipeStage{tier='three', recipe=1xitem.immersiveengineering.tool@2:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4cb066be, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.common.crafting.CompoundIngredient@19cabb3, net.minecraftforge.oredict.OreIngredient@738cc5af, net.minecraftforge.common.crafting.CompoundIngredient@19cabb3]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.immersiveengineering.toolbox@0 new recipe: RecipeStage{tier='three', recipe=1xitem.immersiveengineering.toolbox@0:[net.minecraftforge.oredict.OreIngredient@5220ecc5, net.minecraftforge.oredict.OreIngredient@5220ecc5, net.minecraftforge.oredict.OreIngredient@5220ecc5, net.minecraftforge.oredict.OreIngredient@3c9ded9c, net.minecraft.item.crafting.Ingredient@6785b74e, net.minecraftforge.oredict.OreIngredient@3c9ded9c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.immersiveengineering.hoe_steel@0 new recipe: RecipeStage{tier='three', recipe=1xitem.immersiveengineering.hoe_steel@0:[net.minecraftforge.oredict.OreIngredient@75058994, net.minecraftforge.oredict.OreIngredient@75058994, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@faef845, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@faef845]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.immersiveengineering.speedloader@0 new recipe: RecipeStage{tier='three', recipe=1xitem.immersiveengineering.speedloader@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@70f2ad1e, net.minecraftforge.oredict.OreIngredient@70f2ad1e, net.minecraftforge.oredict.OreIngredient@70f2ad1e, net.minecraftforge.oredict.OreIngredient@75058994, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@70f2ad1e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.immersiveengineering.skyhook@0 new recipe: RecipeStage{tier='three', recipe=1xitem.immersiveengineering.skyhook@0:[net.minecraftforge.oredict.OreIngredient@75058994, net.minecraftforge.oredict.OreIngredient@75058994, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@75058994, net.minecraft.item.crafting.Ingredient@607998c9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2b83c1bf, net.minecraft.item.crafting.Ingredient@2b83c1bf]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.immersiveengineering.shield@0 new recipe: RecipeStage{tier='three', recipe=1xitem.immersiveengineering.shield@0:[net.minecraftforge.oredict.OreIngredient@2480e63, net.minecraftforge.oredict.OreIngredient@2a2496a6, net.minecraftforge.oredict.OreIngredient@2480e63, net.minecraftforge.oredict.OreIngredient@2480e63, net.minecraft.item.crafting.Ingredient@3dea978d, net.minecraftforge.oredict.OreIngredient@2480e63, net.minecraftforge.oredict.OreIngredient@2480e63, net.minecraftforge.oredict.OreIngredient@2a2496a6, net.minecraftforge.oredict.OreIngredient@2480e63]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.immersiveengineering.revolver@0 new recipe: RecipeStage{tier='three', recipe=1xitem.immersiveengineering.revolver@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@70f2ad1e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@417c6e39, net.minecraft.item.crafting.Ingredient@552f0757, net.minecraft.item.crafting.Ingredient@392ada81, net.minecraft.item.crafting.Ingredient@2b83c1bf, net.minecraftforge.oredict.OreIngredient@70f2ad1e, net.minecraft.item.crafting.Ingredient@2b83c1bf]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.immersiveengineering.railgun@0 new recipe: RecipeStage{tier='three', recipe=1xitem.immersiveengineering.railgun@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3f4473f0, net.minecraft.item.crafting.Ingredient@2b83c1bf, net.minecraft.item.crafting.Ingredient@64da2b52, net.minecraft.item.crafting.Ingredient@32b309fb, net.minecraft.item.crafting.Ingredient@3f4473f0, net.minecraft.item.crafting.Ingredient@32b309fb, net.minecraft.item.crafting.Ingredient@64da2b52, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.immersiveengineering.tool@3 new recipe: RecipeStage{tier='three', recipe=1xitem.immersiveengineering.tool@3:[net.minecraft.item.crafting.Ingredient@2f0dbe3e, net.minecraft.item.crafting.Ingredient@91dc852]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.immersiveengineering.maintenance_kit@0 new recipe: RecipeStage{tier='three', recipe=1xitem.immersiveengineering.maintenance_kit@0:[net.minecraftforge.oredict.OreIngredient@6c990d3d, net.minecraft.item.crafting.Ingredient@17961d4b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@306af98c, net.minecraftforge.oredict.OreIngredient@306af98c, net.minecraftforge.oredict.OreIngredient@306af98c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.immersiveengineering.jerrycan@0 new recipe: RecipeStage{tier='three', recipe=1xitem.immersiveengineering.jerrycan@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@10d59414, net.minecraftforge.oredict.OreIngredient@10d59414, net.minecraftforge.oredict.OreIngredient@10d59414, net.minecraft.item.crafting.Ingredient@2f5315ea, net.minecraft.item.crafting.Ingredient@2f5315ea, net.minecraftforge.oredict.OreIngredient@10d59414, net.minecraft.item.crafting.Ingredient@2f5315ea, net.minecraft.item.crafting.Ingredient@2f5315ea]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.immersiveengineering.fluorescent_tube@0 new recipe: RecipeStage{tier='three', recipe=1xitem.immersiveengineering.fluorescent_tube@0:[net.minecraftforge.oredict.OreIngredient@5f2a4946, net.minecraft.item.crafting.Ingredient@755d177, net.minecraftforge.oredict.OreIngredient@5f2a4946, net.minecraftforge.oredict.OreIngredient@5f2a4946, net.minecraftforge.oredict.OreIngredient@aa3455e, net.minecraftforge.oredict.OreIngredient@5f2a4946, net.minecraftforge.oredict.OreIngredient@5f2a4946, net.minecraftforge.oredict.OreIngredient@aa3455e, net.minecraftforge.oredict.OreIngredient@5f2a4946]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.immersiveengineering.drill@0 new recipe: RecipeStage{tier='three', recipe=1xitem.immersiveengineering.drill@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2b83c1bf, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5716eb7f, net.minecraft.item.crafting.Ingredient@2b83c1bf, net.minecraft.item.crafting.Ingredient@cf7c923, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.immersiveengineering.drillhead@0 new recipe: RecipeStage{tier='three', recipe=1xitem.immersiveengineering.drillhead@0:[net.minecraftforge.oredict.OreIngredient@75058994, net.minecraftforge.oredict.OreIngredient@75058994, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@346bca52, net.minecraftforge.oredict.OreIngredient@346bca52, net.minecraftforge.oredict.OreIngredient@75058994, net.minecraftforge.oredict.OreIngredient@75058994, net.minecraftforge.oredict.OreIngredient@75058994, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.immersiveengineering.drillhead@1 new recipe: RecipeStage{tier='three', recipe=1xitem.immersiveengineering.drillhead@1:[net.minecraftforge.oredict.OreIngredient@70f2ad1e, net.minecraftforge.oredict.OreIngredient@70f2ad1e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@53fe405d, net.minecraftforge.oredict.OreIngredient@53fe405d, net.minecraftforge.oredict.OreIngredient@70f2ad1e, net.minecraftforge.oredict.OreIngredient@70f2ad1e, net.minecraftforge.oredict.OreIngredient@70f2ad1e, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.immersiveengineering.chemthrower@0 new recipe: RecipeStage{tier='three', recipe=1xitem.immersiveengineering.chemthrower@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@515f5f43, net.minecraft.item.crafting.Ingredient@2b83c1bf, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@529ed40e, net.minecraft.item.crafting.Ingredient@2b83c1bf, net.minecraft.item.crafting.Ingredient@4aaa5ce4, net.minecraft.item.crafting.Ingredient@4251de5, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xtile.immersiveengineering.stone_decoration@8 new recipe: RecipeStage{tier='three', recipe=2xtile.immersiveengineering.stone_decoration@8:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5f2a4946, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7bcf9829, net.minecraftforge.oredict.OreIngredient@10c95058, net.minecraftforge.oredict.OreIngredient@7bcf9829, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5f2a4946, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.immersiveengineering.stone_decoration_stairs_hempcrete@0 new recipe: RecipeStage{tier='three', recipe=4xtile.immersiveengineering.stone_decoration_stairs_hempcrete@0:[net.minecraft.item.crafting.Ingredient@1e5e515f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1e5e515f, net.minecraft.item.crafting.Ingredient@1e5e515f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1e5e515f, net.minecraft.item.crafting.Ingredient@1e5e515f, net.minecraft.item.crafting.Ingredient@1e5e515f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.immersiveengineering.stone_decoration@4 new recipe: RecipeStage{tier='three', recipe=1xtile.immersiveengineering.stone_decoration@4:[net.minecraft.item.crafting.Ingredient@5b0d4945, net.minecraft.item.crafting.Ingredient@5b0d4945]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.immersiveengineering.stone_decoration_slab@4 new recipe: RecipeStage{tier='three', recipe=6xtile.immersiveengineering.stone_decoration_slab@4:[net.minecraft.item.crafting.Ingredient@17e10da5, net.minecraft.item.crafting.Ingredient@17e10da5, net.minecraft.item.crafting.Ingredient@17e10da5]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.immersiveengineering.stone_decoration@4 new recipe: RecipeStage{tier='three', recipe=6xtile.immersiveengineering.stone_decoration@4:[net.minecraft.item.crafting.Ingredient@4e1333b9, net.minecraft.item.crafting.Ingredient@4e1333b9, net.minecraft.item.crafting.Ingredient@4e1333b9, net.minecraftforge.oredict.OreIngredient@24189185, net.minecraftforge.oredict.OreIngredient@24189185, net.minecraftforge.oredict.OreIngredient@24189185, net.minecraft.item.crafting.Ingredient@4e1333b9, net.minecraft.item.crafting.Ingredient@4e1333b9, net.minecraft.item.crafting.Ingredient@4e1333b9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.immersiveengineering.stone_decoration@5 new recipe: RecipeStage{tier='three', recipe=1xtile.immersiveengineering.stone_decoration@5:[net.minecraft.item.crafting.Ingredient@76374913]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.immersiveengineering.stone_decoration_stairs_concrete_tile@0 new recipe: RecipeStage{tier='three', recipe=4xtile.immersiveengineering.stone_decoration_stairs_concrete_tile@0:[net.minecraft.item.crafting.Ingredient@2b24e439, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2b24e439, net.minecraft.item.crafting.Ingredient@2b24e439, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2b24e439, net.minecraft.item.crafting.Ingredient@2b24e439, net.minecraft.item.crafting.Ingredient@2b24e439]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.immersiveengineering.stone_decoration@6 new recipe: RecipeStage{tier='three', recipe=1xtile.immersiveengineering.stone_decoration@6:[net.minecraft.item.crafting.Ingredient@7e8af511, net.minecraft.item.crafting.Ingredient@7e8af511]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.immersiveengineering.stone_decoration_slab@6 new recipe: RecipeStage{tier='three', recipe=6xtile.immersiveengineering.stone_decoration_slab@6:[net.minecraft.item.crafting.Ingredient@6ecdbe39, net.minecraft.item.crafting.Ingredient@6ecdbe39, net.minecraft.item.crafting.Ingredient@6ecdbe39]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.immersiveengineering.stone_decoration@6 new recipe: RecipeStage{tier='three', recipe=4xtile.immersiveengineering.stone_decoration@6:[net.minecraft.item.crafting.Ingredient@191f3336, net.minecraft.item.crafting.Ingredient@191f3336, net.minecraft.item.crafting.Ingredient@191f3336, net.minecraft.item.crafting.Ingredient@191f3336]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.immersiveengineering.stone_decoration_stairs_concrete@0 new recipe: RecipeStage{tier='three', recipe=1xtile.immersiveengineering.stone_decoration_stairs_concrete@0:[net.minecraft.item.crafting.Ingredient@a09f794]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.immersiveengineering.stone_decoration_stairs_concrete_tile@0 new recipe: RecipeStage{tier='three', recipe=1xtile.immersiveengineering.stone_decoration_stairs_concrete_tile@0:[net.minecraft.item.crafting.Ingredient@4bc81ac2]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.immersiveengineering.stone_decoration_stairs_concrete@0 new recipe: RecipeStage{tier='three', recipe=4xtile.immersiveengineering.stone_decoration_stairs_concrete@0:[net.minecraft.item.crafting.Ingredient@e897048, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@e897048, net.minecraft.item.crafting.Ingredient@e897048, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@e897048, net.minecraft.item.crafting.Ingredient@e897048, net.minecraft.item.crafting.Ingredient@e897048]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.immersiveengineering.stone_decoration@5 new recipe: RecipeStage{tier='three', recipe=1xtile.immersiveengineering.stone_decoration@5:[net.minecraft.item.crafting.Ingredient@6398528e, net.minecraft.item.crafting.Ingredient@6398528e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.immersiveengineering.stone_decoration_slab@5 new recipe: RecipeStage{tier='three', recipe=6xtile.immersiveengineering.stone_decoration_slab@5:[net.minecraft.item.crafting.Ingredient@41f0e8f, net.minecraft.item.crafting.Ingredient@41f0e8f, net.minecraft.item.crafting.Ingredient@41f0e8f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.immersiveengineering.stone_decoration_stairs_concrete_leaded@0 new recipe: RecipeStage{tier='three', recipe=4xtile.immersiveengineering.stone_decoration_stairs_concrete_leaded@0:[net.minecraft.item.crafting.Ingredient@7977ca8d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7977ca8d, net.minecraft.item.crafting.Ingredient@7977ca8d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7977ca8d, net.minecraft.item.crafting.Ingredient@7977ca8d, net.minecraft.item.crafting.Ingredient@7977ca8d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.immersiveengineering.stone_decoration@7 new recipe: RecipeStage{tier='three', recipe=1xtile.immersiveengineering.stone_decoration@7:[net.minecraft.item.crafting.Ingredient@77f891, net.minecraft.item.crafting.Ingredient@77f891]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.immersiveengineering.stone_decoration_slab@7 new recipe: RecipeStage{tier='three', recipe=6xtile.immersiveengineering.stone_decoration_slab@7:[net.minecraft.item.crafting.Ingredient@14e3b8d7, net.minecraft.item.crafting.Ingredient@14e3b8d7, net.minecraft.item.crafting.Ingredient@14e3b8d7]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.immersiveengineering.stone_decoration@7 new recipe: RecipeStage{tier='three', recipe=1xtile.immersiveengineering.stone_decoration@7:[net.minecraftforge.oredict.OreIngredient@771e15c0, net.minecraft.item.crafting.Ingredient@25a45d6f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 12xtile.immersiveengineering.stone_decoration@5 new recipe: RecipeStage{tier='three', recipe=12xtile.immersiveengineering.stone_decoration@5:[net.minecraftforge.oredict.OreIngredient@4720e240, net.minecraft.item.crafting.Ingredient@1773691, net.minecraftforge.oredict.OreIngredient@4720e240, net.minecraft.item.crafting.Ingredient@5f440bc1, blusunrize.immersiveengineering.common.crafting.IngredientFluidStack@3abda9aa, net.minecraft.item.crafting.Ingredient@5f440bc1, net.minecraftforge.oredict.OreIngredient@4720e240, net.minecraft.item.crafting.Ingredient@1773691, net.minecraftforge.oredict.OreIngredient@4720e240]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.immersiveengineering.stone_decoration@5 new recipe: RecipeStage{tier='three', recipe=8xtile.immersiveengineering.stone_decoration@5:[net.minecraftforge.oredict.OreIngredient@7a8ca60e, net.minecraft.item.crafting.Ingredient@56a7b7dc, net.minecraftforge.oredict.OreIngredient@7a8ca60e, net.minecraft.item.crafting.Ingredient@66637c70, blusunrize.immersiveengineering.common.crafting.IngredientFluidStack@359060bd, net.minecraft.item.crafting.Ingredient@66637c70, net.minecraftforge.oredict.OreIngredient@7a8ca60e, net.minecraft.item.crafting.Ingredient@56a7b7dc, net.minecraftforge.oredict.OreIngredient@7a8ca60e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.immersiveengineering.stone_decoration@0 new recipe: RecipeStage{tier='three', recipe=1xtile.immersiveengineering.stone_decoration@0:[net.minecraft.item.crafting.Ingredient@11cd6357, net.minecraft.item.crafting.Ingredient@11cd6357]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.immersiveengineering.stone_decoration_slab@0 new recipe: RecipeStage{tier='three', recipe=6xtile.immersiveengineering.stone_decoration_slab@0:[net.minecraft.item.crafting.Ingredient@46409de2, net.minecraft.item.crafting.Ingredient@46409de2, net.minecraft.item.crafting.Ingredient@46409de2]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.immersiveengineering.stone_decoration@0 new recipe: RecipeStage{tier='three', recipe=3xtile.immersiveengineering.stone_decoration@0:[net.minecraft.item.crafting.Ingredient@49c97e03, net.minecraftforge.oredict.OreIngredient@1edd415b, net.minecraft.item.crafting.Ingredient@49c97e03, net.minecraftforge.oredict.OreIngredient@1edd415b, net.minecraftforge.oredict.OreIngredient@4e7dbc1c, net.minecraftforge.oredict.OreIngredient@1edd415b, net.minecraft.item.crafting.Ingredient@49c97e03, net.minecraftforge.oredict.OreIngredient@1edd415b, net.minecraft.item.crafting.Ingredient@49c97e03]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.immersiveengineering.material@6 new recipe: RecipeStage{tier='three', recipe=9xitem.immersiveengineering.material@6:[net.minecraft.item.crafting.Ingredient@7d168bce]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.immersiveengineering.stone_decoration@3 new recipe: RecipeStage{tier='three', recipe=1xtile.immersiveengineering.stone_decoration@3:[net.minecraft.item.crafting.Ingredient@237b836a, net.minecraft.item.crafting.Ingredient@237b836a, net.minecraft.item.crafting.Ingredient@237b836a, net.minecraft.item.crafting.Ingredient@237b836a, net.minecraft.item.crafting.Ingredient@237b836a, net.minecraft.item.crafting.Ingredient@237b836a, net.minecraft.item.crafting.Ingredient@237b836a, net.minecraft.item.crafting.Ingredient@237b836a, net.minecraft.item.crafting.Ingredient@237b836a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.immersiveengineering.stone_decoration_slab@1 new recipe: RecipeStage{tier='three', recipe=6xtile.immersiveengineering.stone_decoration_slab@1:[net.minecraft.item.crafting.Ingredient@3c025e9b, net.minecraft.item.crafting.Ingredient@3c025e9b, net.minecraft.item.crafting.Ingredient@3c025e9b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.immersiveengineering.stone_decoration@2 new recipe: RecipeStage{tier='three', recipe=1xtile.immersiveengineering.stone_decoration@2:[net.minecraft.item.crafting.Ingredient@381d9e6, net.minecraft.item.crafting.Ingredient@381d9e6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.immersiveengineering.stone_decoration_slab@2 new recipe: RecipeStage{tier='three', recipe=6xtile.immersiveengineering.stone_decoration_slab@2:[net.minecraft.item.crafting.Ingredient@38f1ae0b, net.minecraft.item.crafting.Ingredient@38f1ae0b, net.minecraft.item.crafting.Ingredient@38f1ae0b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.immersiveengineering.stone_decoration@2 new recipe: RecipeStage{tier='three', recipe=1xtile.immersiveengineering.stone_decoration@2:[net.minecraftforge.oredict.OreIngredient@2480e63, net.minecraft.item.crafting.Ingredient@72c91ccd]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.immersiveengineering.stone_decoration@10 new recipe: RecipeStage{tier='one', recipe=1xtile.immersiveengineering.stone_decoration@10:[net.minecraft.item.crafting.Ingredient@23c9b704, net.minecraft.item.crafting.Ingredient@23c9b704]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.immersiveengineering.stone_decoration_slab@10 new recipe: RecipeStage{tier='one', recipe=6xtile.immersiveengineering.stone_decoration_slab@10:[net.minecraft.item.crafting.Ingredient@37dbdc5e, net.minecraft.item.crafting.Ingredient@37dbdc5e, net.minecraft.item.crafting.Ingredient@37dbdc5e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xtile.immersiveengineering.stone_decoration@10 new recipe: RecipeStage{tier='one', recipe=2xtile.immersiveengineering.stone_decoration@10:[net.minecraftforge.oredict.OreIngredient@4e7dbc1c, net.minecraftforge.oredict.OreIngredient@1edd415b, net.minecraftforge.oredict.OreIngredient@1edd415b, net.minecraftforge.oredict.OreIngredient@4e7dbc1c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.immersiveengineering.sheetmetal@5 new recipe: RecipeStage{tier='three', recipe=1xtile.immersiveengineering.sheetmetal@5:[net.minecraft.item.crafting.Ingredient@b3b066, net.minecraft.item.crafting.Ingredient@b3b066]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.immersiveengineering.sheetmetal_slab@5 new recipe: RecipeStage{tier='three', recipe=6xtile.immersiveengineering.sheetmetal_slab@5:[net.minecraft.item.crafting.Ingredient@5134340, net.minecraft.item.crafting.Ingredient@5134340, net.minecraft.item.crafting.Ingredient@5134340]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.immersiveengineering.sheetmetal@5 new recipe: RecipeStage{tier='three', recipe=4xtile.immersiveengineering.sheetmetal@5:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5ffbbff, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5ffbbff, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5ffbbff, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5ffbbff, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.immersiveengineering.sheetmetal@8 new recipe: RecipeStage{tier='three', recipe=1xtile.immersiveengineering.sheetmetal@8:[net.minecraft.item.crafting.Ingredient@40bec182, net.minecraft.item.crafting.Ingredient@40bec182]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.immersiveengineering.sheetmetal_slab@8 new recipe: RecipeStage{tier='three', recipe=6xtile.immersiveengineering.sheetmetal_slab@8:[net.minecraft.item.crafting.Ingredient@28a5a5fe, net.minecraft.item.crafting.Ingredient@28a5a5fe, net.minecraft.item.crafting.Ingredient@28a5a5fe]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.immersiveengineering.sheetmetal@8 new recipe: RecipeStage{tier='three', recipe=4xtile.immersiveengineering.sheetmetal@8:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2480e63, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2480e63, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2480e63, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2480e63, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.immersiveengineering.sheetmetal@3 new recipe: RecipeStage{tier='three', recipe=1xtile.immersiveengineering.sheetmetal@3:[net.minecraft.item.crafting.Ingredient@2aabc013, net.minecraft.item.crafting.Ingredient@2aabc013]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.immersiveengineering.sheetmetal_slab@3 new recipe: RecipeStage{tier='three', recipe=6xtile.immersiveengineering.sheetmetal_slab@3:[net.minecraft.item.crafting.Ingredient@550c284c, net.minecraft.item.crafting.Ingredient@550c284c, net.minecraft.item.crafting.Ingredient@550c284c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.immersiveengineering.sheetmetal@3 new recipe: RecipeStage{tier='three', recipe=4xtile.immersiveengineering.sheetmetal@3:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3e814893, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3e814893, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3e814893, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3e814893, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.immersiveengineering.sheetmetal@4 new recipe: RecipeStage{tier='three', recipe=1xtile.immersiveengineering.sheetmetal@4:[net.minecraft.item.crafting.Ingredient@25b8c9a0, net.minecraft.item.crafting.Ingredient@25b8c9a0]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.immersiveengineering.sheetmetal_slab@4 new recipe: RecipeStage{tier='three', recipe=6xtile.immersiveengineering.sheetmetal_slab@4:[net.minecraft.item.crafting.Ingredient@27d67a62, net.minecraft.item.crafting.Ingredient@27d67a62, net.minecraft.item.crafting.Ingredient@27d67a62]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.immersiveengineering.sheetmetal@4 new recipe: RecipeStage{tier='three', recipe=4xtile.immersiveengineering.sheetmetal@4:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6842f9cf, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6842f9cf, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6842f9cf, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6842f9cf, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.immersiveengineering.sheetmetal@2 new recipe: RecipeStage{tier='three', recipe=1xtile.immersiveengineering.sheetmetal@2:[net.minecraft.item.crafting.Ingredient@3c327ed9, net.minecraft.item.crafting.Ingredient@3c327ed9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.immersiveengineering.sheetmetal_slab@2 new recipe: RecipeStage{tier='three', recipe=6xtile.immersiveengineering.sheetmetal_slab@2:[net.minecraft.item.crafting.Ingredient@5599a5f7, net.minecraft.item.crafting.Ingredient@5599a5f7, net.minecraft.item.crafting.Ingredient@5599a5f7]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.immersiveengineering.sheetmetal@2 new recipe: RecipeStage{tier='three', recipe=4xtile.immersiveengineering.sheetmetal@2:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@771e15c0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@771e15c0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@771e15c0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@771e15c0, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.immersiveengineering.sheetmetal@9 new recipe: RecipeStage{tier='three', recipe=1xtile.immersiveengineering.sheetmetal@9:[net.minecraft.item.crafting.Ingredient@76709596, net.minecraft.item.crafting.Ingredient@76709596]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.immersiveengineering.sheetmetal_slab@9 new recipe: RecipeStage{tier='three', recipe=6xtile.immersiveengineering.sheetmetal_slab@9:[net.minecraft.item.crafting.Ingredient@3b7e8701, net.minecraft.item.crafting.Ingredient@3b7e8701, net.minecraft.item.crafting.Ingredient@3b7e8701]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.immersiveengineering.sheetmetal@9 new recipe: RecipeStage{tier='three', recipe=4xtile.immersiveengineering.sheetmetal@9:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@10d59414, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@10d59414, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@10d59414, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@10d59414, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.immersiveengineering.sheetmetal@10 new recipe: RecipeStage{tier='three', recipe=1xtile.immersiveengineering.sheetmetal@10:[net.minecraft.item.crafting.Ingredient@6d4fcfe9, net.minecraft.item.crafting.Ingredient@6d4fcfe9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.immersiveengineering.sheetmetal_slab@10 new recipe: RecipeStage{tier='three', recipe=6xtile.immersiveengineering.sheetmetal_slab@10:[net.minecraft.item.crafting.Ingredient@7517a76b, net.minecraft.item.crafting.Ingredient@7517a76b, net.minecraft.item.crafting.Ingredient@7517a76b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.immersiveengineering.sheetmetal@10 new recipe: RecipeStage{tier='three', recipe=4xtile.immersiveengineering.sheetmetal@10:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@9ad1ed, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@9ad1ed, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@9ad1ed, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@9ad1ed, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.immersiveengineering.sheetmetal@7 new recipe: RecipeStage{tier='three', recipe=1xtile.immersiveengineering.sheetmetal@7:[net.minecraft.item.crafting.Ingredient@765ef77b, net.minecraft.item.crafting.Ingredient@765ef77b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.immersiveengineering.sheetmetal_slab@7 new recipe: RecipeStage{tier='three', recipe=6xtile.immersiveengineering.sheetmetal_slab@7:[net.minecraft.item.crafting.Ingredient@5fdc2266, net.minecraft.item.crafting.Ingredient@5fdc2266, net.minecraft.item.crafting.Ingredient@5fdc2266]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.immersiveengineering.sheetmetal@7 new recipe: RecipeStage{tier='three', recipe=4xtile.immersiveengineering.sheetmetal@7:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5589595d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5589595d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5589595d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5589595d, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.immersiveengineering.sheetmetal@0 new recipe: RecipeStage{tier='three', recipe=1xtile.immersiveengineering.sheetmetal@0:[net.minecraft.item.crafting.Ingredient@5ed5422c, net.minecraft.item.crafting.Ingredient@5ed5422c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.immersiveengineering.sheetmetal_slab@0 new recipe: RecipeStage{tier='three', recipe=6xtile.immersiveengineering.sheetmetal_slab@0:[net.minecraft.item.crafting.Ingredient@726e04b5, net.minecraft.item.crafting.Ingredient@726e04b5, net.minecraft.item.crafting.Ingredient@726e04b5]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.immersiveengineering.sheetmetal@0 new recipe: RecipeStage{tier='three', recipe=4xtile.immersiveengineering.sheetmetal@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5a17a761, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5a17a761, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5a17a761, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5a17a761, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.immersiveengineering.sheetmetal@6 new recipe: RecipeStage{tier='three', recipe=1xtile.immersiveengineering.sheetmetal@6:[net.minecraft.item.crafting.Ingredient@77fd1562, net.minecraft.item.crafting.Ingredient@77fd1562]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.immersiveengineering.sheetmetal_slab@6 new recipe: RecipeStage{tier='three', recipe=6xtile.immersiveengineering.sheetmetal_slab@6:[net.minecraft.item.crafting.Ingredient@e531e19, net.minecraft.item.crafting.Ingredient@e531e19, net.minecraft.item.crafting.Ingredient@e531e19]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.immersiveengineering.sheetmetal@6 new recipe: RecipeStage{tier='three', recipe=4xtile.immersiveengineering.sheetmetal@6:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@54889af0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@54889af0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@54889af0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@54889af0, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.immersiveengineering.sheetmetal@1 new recipe: RecipeStage{tier='three', recipe=1xtile.immersiveengineering.sheetmetal@1:[net.minecraft.item.crafting.Ingredient@67cf3089, net.minecraft.item.crafting.Ingredient@67cf3089]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.immersiveengineering.sheetmetal_slab@1 new recipe: RecipeStage{tier='three', recipe=6xtile.immersiveengineering.sheetmetal_slab@1:[net.minecraft.item.crafting.Ingredient@436015b5, net.minecraft.item.crafting.Ingredient@436015b5, net.minecraft.item.crafting.Ingredient@436015b5]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.immersiveengineering.sheetmetal@1 new recipe: RecipeStage{tier='three', recipe=4xtile.immersiveengineering.sheetmetal@1:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5220ecc5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5220ecc5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5220ecc5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5220ecc5, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.immersiveengineering.storage_slab@5 new recipe: RecipeStage{tier='four', recipe=6xtile.immersiveengineering.storage_slab@5:[net.minecraft.item.crafting.Ingredient@6b0fe0fd, net.minecraft.item.crafting.Ingredient@6b0fe0fd, net.minecraft.item.crafting.Ingredient@6b0fe0fd]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.immersiveengineering.storage_slab@8 new recipe: RecipeStage{tier='three', recipe=6xtile.immersiveengineering.storage_slab@8:[net.minecraft.item.crafting.Ingredient@17fe8625, net.minecraft.item.crafting.Ingredient@17fe8625, net.minecraft.item.crafting.Ingredient@17fe8625]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.immersiveengineering.storage_slab@3 new recipe: RecipeStage{tier='three', recipe=6xtile.immersiveengineering.storage_slab@3:[net.minecraft.item.crafting.Ingredient@76ab1046, net.minecraft.item.crafting.Ingredient@76ab1046, net.minecraft.item.crafting.Ingredient@76ab1046]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.immersiveengineering.storage_slab@4 new recipe: RecipeStage{tier='three', recipe=6xtile.immersiveengineering.storage_slab@4:[net.minecraft.item.crafting.Ingredient@2969fca1, net.minecraft.item.crafting.Ingredient@2969fca1, net.minecraft.item.crafting.Ingredient@2969fca1]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.immersiveengineering.storage_slab@2 new recipe: RecipeStage{tier='three', recipe=6xtile.immersiveengineering.storage_slab@2:[net.minecraft.item.crafting.Ingredient@ac4616c, net.minecraft.item.crafting.Ingredient@ac4616c, net.minecraft.item.crafting.Ingredient@ac4616c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.immersiveengineering.storage_slab@7 new recipe: RecipeStage{tier='three', recipe=6xtile.immersiveengineering.storage_slab@7:[net.minecraft.item.crafting.Ingredient@69ee3c4c, net.minecraft.item.crafting.Ingredient@69ee3c4c, net.minecraft.item.crafting.Ingredient@69ee3c4c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.immersiveengineering.storage_slab@0 new recipe: RecipeStage{tier='one', recipe=6xtile.immersiveengineering.storage_slab@0:[net.minecraft.item.crafting.Ingredient@3f0b0cfa, net.minecraft.item.crafting.Ingredient@3f0b0cfa, net.minecraft.item.crafting.Ingredient@3f0b0cfa]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.immersiveengineering.storage_slab@6 new recipe: RecipeStage{tier='three', recipe=6xtile.immersiveengineering.storage_slab@6:[net.minecraft.item.crafting.Ingredient@22de81be, net.minecraft.item.crafting.Ingredient@22de81be, net.minecraft.item.crafting.Ingredient@22de81be]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.immersiveengineering.storage_slab@1 new recipe: RecipeStage{tier='three', recipe=6xtile.immersiveengineering.storage_slab@1:[net.minecraft.item.crafting.Ingredient@edb0947, net.minecraft.item.crafting.Ingredient@edb0947, net.minecraft.item.crafting.Ingredient@edb0947]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.immersiveengineering.metal_device1@11 new recipe: RecipeStage{tier='three', recipe=1xtile.immersiveengineering.metal_device1@11:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@32a99b35, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@397271dd, net.minecraft.item.crafting.Ingredient@25eccc72, net.minecraft.item.crafting.Ingredient@2dcba4ed, net.minecraft.item.crafting.Ingredient@79939d7e, net.minecraft.item.crafting.Ingredient@71dd14a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.immersiveengineering.metal_device1@10 new recipe: RecipeStage{tier='three', recipe=1xtile.immersiveengineering.metal_device1@10:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1278517c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@47b9e5fb, net.minecraft.item.crafting.Ingredient@1fae0087, net.minecraft.item.crafting.Ingredient@6de8989, net.minecraft.item.crafting.Ingredient@5e636a96, net.minecraft.item.crafting.Ingredient@ec03397]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.immersiveengineering.metal_device1@3 new recipe: RecipeStage{tier='three', recipe=1xtile.immersiveengineering.metal_device1@3:[net.minecraftforge.oredict.OreIngredient@75058994, net.minecraftforge.oredict.OreIngredient@75058994, net.minecraftforge.oredict.OreIngredient@75058994, net.minecraftforge.oredict.OreIngredient@54889af0, net.minecraft.item.crafting.Ingredient@52928a84, net.minecraftforge.oredict.OreIngredient@54889af0, net.minecraftforge.oredict.OreIngredient@54889af0, net.minecraftforge.oredict.OreIngredient@54889af0, net.minecraftforge.oredict.OreIngredient@54889af0]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.immersiveengineering.metal_device1@8 new recipe: RecipeStage{tier='three', recipe=1xtile.immersiveengineering.metal_device1@8:[net.minecraftforge.oredict.OreIngredient@7e2973a2, net.minecraftforge.oredict.OreIngredient@7e2973a2, net.minecraftforge.oredict.OreIngredient@7e2973a2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@52928a84, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@71f95238, net.minecraft.item.crafting.Ingredient@52928a84, net.minecraft.item.crafting.Ingredient@71f95238]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.immersiveengineering.metal_device1@4 new recipe: RecipeStage{tier='three', recipe=3xtile.immersiveengineering.metal_device1@4:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@10d59414, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@18890910, net.minecraft.item.crafting.Ingredient@7e01ea5d, net.minecraftforge.oredict.OreIngredient@18890910, net.minecraftforge.oredict.OreIngredient@10d59414, net.minecraftforge.oredict.OreIngredient@761ddf1d, net.minecraftforge.oredict.OreIngredient@10d59414]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.immersiveengineering.metal_device1@13 new recipe: RecipeStage{tier='three', recipe=1xtile.immersiveengineering.metal_device1@13:[net.minecraftforge.oredict.OreIngredient@5f2a4946, net.minecraft.item.crafting.Ingredient@7e01ea5d, net.minecraftforge.oredict.OreIngredient@5f2a4946, net.minecraftforge.oredict.OreIngredient@5f2a4946, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5f2a4946, net.minecraftforge.oredict.OreIngredient@2a2496a6, net.minecraft.item.crafting.Ingredient@607998c9, net.minecraftforge.oredict.OreIngredient@2a2496a6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.immersiveengineering.metal_device1@1 new recipe: RecipeStage{tier='three', recipe=1xtile.immersiveengineering.metal_device1@1:[net.minecraftforge.oredict.OreIngredient@70f2ad1e, net.minecraftforge.oredict.OreIngredient@738cc5af, net.minecraftforge.oredict.OreIngredient@70f2ad1e, net.minecraftforge.oredict.OreIngredient@738cc5af, net.minecraft.item.crafting.Ingredient@52928a84, net.minecraftforge.oredict.OreIngredient@738cc5af, net.minecraftforge.oredict.OreIngredient@70f2ad1e, net.minecraftforge.oredict.OreIngredient@761ddf1d, net.minecraftforge.oredict.OreIngredient@70f2ad1e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.immersiveengineering.metal_device1@6 new recipe: RecipeStage{tier='three', recipe=8xtile.immersiveengineering.metal_device1@6:[net.minecraftforge.oredict.OreIngredient@10d59414, net.minecraftforge.oredict.OreIngredient@10d59414, net.minecraftforge.oredict.OreIngredient@10d59414, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@10d59414, net.minecraftforge.oredict.OreIngredient@10d59414, net.minecraftforge.oredict.OreIngredient@10d59414]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.immersiveengineering.metal_device0@6 new recipe: RecipeStage{tier='three', recipe=1xtile.immersiveengineering.metal_device0@6:[net.minecraftforge.oredict.OreIngredient@10d59414, net.minecraft.item.crafting.Ingredient@120ee129, net.minecraftforge.oredict.OreIngredient@10d59414, net.minecraft.item.crafting.Ingredient@120ee129, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@120ee129, net.minecraftforge.oredict.OreIngredient@10d59414, net.minecraft.item.crafting.Ingredient@120ee129, net.minecraftforge.oredict.OreIngredient@10d59414]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.immersiveengineering.metal_device1@9 new recipe: RecipeStage{tier='three', recipe=1xtile.immersiveengineering.metal_device1@9:[net.minecraftforge.oredict.OreIngredient@70f2ad1e, net.minecraftforge.oredict.OreIngredient@70f2ad1e, net.minecraftforge.oredict.OreIngredient@70f2ad1e, net.minecraftforge.oredict.OreIngredient@18890910, net.minecraft.item.crafting.Ingredient@7e01ea5d, net.minecraft.item.crafting.Ingredient@52928a84, net.minecraftforge.oredict.OreIngredient@70f2ad1e, net.minecraft.item.crafting.Ingredient@607998c9, net.minecraftforge.oredict.OreIngredient@70f2ad1e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.immersiveengineering.metal_device1@2 new recipe: RecipeStage{tier='three', recipe=1xtile.immersiveengineering.metal_device1@2:[net.minecraftforge.oredict.OreIngredient@761ddf1d, net.minecraft.item.crafting.Ingredient@52928a84, net.minecraftforge.oredict.OreIngredient@761ddf1d, net.minecraftforge.oredict.OreIngredient@70f2ad1e, net.minecraftforge.oredict.OreIngredient@70f2ad1e, net.minecraftforge.oredict.OreIngredient@70f2ad1e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.immersiveengineering.metal_device1@7 new recipe: RecipeStage{tier='three', recipe=1xtile.immersiveengineering.metal_device1@7:[net.minecraftforge.oredict.OreIngredient@c8498a6, net.minecraftforge.oredict.OreIngredient@107b4865, net.minecraftforge.oredict.OreIngredient@c8498a6, net.minecraftforge.oredict.OreIngredient@c8498a6, net.minecraftforge.oredict.OreIngredient@107b4865, net.minecraftforge.oredict.OreIngredient@c8498a6, net.minecraft.item.crafting.Ingredient@8267280, net.minecraftforge.oredict.OreIngredient@107b4865, net.minecraft.item.crafting.Ingredient@8267280]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.immersiveengineering.metal_device1@5 new recipe: RecipeStage{tier='three', recipe=1xtile.immersiveengineering.metal_device1@5:[net.minecraftforge.oredict.OreIngredient@70f2ad1e, net.minecraft.item.crafting.Ingredient@4acda08b, net.minecraftforge.oredict.OreIngredient@70f2ad1e, net.minecraftforge.oredict.OreIngredient@5f2a4946, net.minecraftforge.oredict.OreIngredient@5f2a4946, net.minecraftforge.oredict.OreIngredient@5f2a4946, net.minecraftforge.oredict.OreIngredient@2a2496a6, net.minecraft.item.crafting.Ingredient@52928a84, net.minecraftforge.oredict.OreIngredient@2a2496a6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.immersiveengineering.metal_device0@1 new recipe: RecipeStage{tier='three', recipe=1xtile.immersiveengineering.metal_device0@1:[net.minecraftforge.oredict.OreIngredient@70f2ad1e, net.minecraftforge.oredict.OreIngredient@70f2ad1e, net.minecraftforge.oredict.OreIngredient@70f2ad1e, net.minecraftforge.oredict.OreIngredient@72f951c, net.minecraftforge.oredict.OreIngredient@b8e4169, net.minecraftforge.oredict.OreIngredient@72f951c, net.minecraftforge.oredict.OreIngredient@2a2496a6, net.minecraftforge.oredict.OreIngredient@185b8635, net.minecraftforge.oredict.OreIngredient@2a2496a6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.immersiveengineering.metal_device0@0 new recipe: RecipeStage{tier='three', recipe=1xtile.immersiveengineering.metal_device0@0:[net.minecraftforge.oredict.OreIngredient@70f2ad1e, net.minecraftforge.oredict.OreIngredient@70f2ad1e, net.minecraftforge.oredict.OreIngredient@70f2ad1e, net.minecraftforge.oredict.OreIngredient@738cc5af, net.minecraftforge.oredict.OreIngredient@b8e4169, net.minecraftforge.oredict.OreIngredient@738cc5af, net.minecraftforge.oredict.OreIngredient@2a2496a6, net.minecraftforge.oredict.OreIngredient@761ddf1d, net.minecraftforge.oredict.OreIngredient@2a2496a6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.immersiveengineering.metal_device0@2 new recipe: RecipeStage{tier='three', recipe=1xtile.immersiveengineering.metal_device0@2:[net.minecraftforge.oredict.OreIngredient@75058994, net.minecraftforge.oredict.OreIngredient@75058994, net.minecraftforge.oredict.OreIngredient@75058994, net.minecraftforge.oredict.OreIngredient@7e2973a2, net.minecraftforge.oredict.OreIngredient@c5173fa, net.minecraftforge.oredict.OreIngredient@7e2973a2, net.minecraftforge.oredict.OreIngredient@2a2496a6, net.minecraftforge.oredict.OreIngredient@185b8635, net.minecraftforge.oredict.OreIngredient@2a2496a6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.immersiveengineering.metal_device1@0 new recipe: RecipeStage{tier='three', recipe=1xtile.immersiveengineering.metal_device1@0:[net.minecraftforge.oredict.OreIngredient@6b7f9ec9, net.minecraftforge.oredict.OreIngredient@6b7f9ec9, net.minecraftforge.oredict.OreIngredient@6b7f9ec9, net.minecraftforge.oredict.OreIngredient@6b7f9ec9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6b7f9ec9, net.minecraftforge.oredict.OreIngredient@6b7f9ec9, net.minecraft.item.crafting.Ingredient@689453d8, net.minecraftforge.oredict.OreIngredient@6b7f9ec9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.immersiveengineering.metal_device0@4 new recipe: RecipeStage{tier='three', recipe=1xtile.immersiveengineering.metal_device0@4:[net.minecraftforge.oredict.OreIngredient@64adcdbc, net.minecraftforge.oredict.OreIngredient@64adcdbc, net.minecraftforge.oredict.OreIngredient@64adcdbc, net.minecraftforge.oredict.OreIngredient@6b7f9ec9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6b7f9ec9, net.minecraftforge.oredict.OreIngredient@6b7f9ec9, net.minecraftforge.oredict.OreIngredient@6b7f9ec9, net.minecraftforge.oredict.OreIngredient@6b7f9ec9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.immersiveengineering.metal_decoration2@7 new recipe: RecipeStage{tier='three', recipe=4xtile.immersiveengineering.metal_decoration2@7:[net.minecraftforge.oredict.OreIngredient@c8498a6, net.minecraftforge.oredict.OreIngredient@c8498a6, net.minecraftforge.oredict.OreIngredient@c8498a6, net.minecraftforge.oredict.OreIngredient@c8498a6, net.minecraftforge.oredict.OreIngredient@c8498a6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@c8498a6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.immersiveengineering.metal_decoration2@8 new recipe: RecipeStage{tier='three', recipe=4xtile.immersiveengineering.metal_decoration2@8:[net.minecraftforge.oredict.OreIngredient@74dcea8a, net.minecraftforge.oredict.OreIngredient@74dcea8a, net.minecraftforge.oredict.OreIngredient@74dcea8a, net.minecraftforge.oredict.OreIngredient@74dcea8a, net.minecraftforge.oredict.OreIngredient@74dcea8a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@74dcea8a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.immersiveengineering.metal_decoration2@1 new recipe: RecipeStage{tier='three', recipe=4xtile.immersiveengineering.metal_decoration2@1:[net.minecraftforge.oredict.OreIngredient@75058994, net.minecraftforge.oredict.OreIngredient@75058994, net.minecraftforge.oredict.OreIngredient@75058994, net.minecraftforge.oredict.OreIngredient@66d3ed3f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.immersiveengineering.steel_scaffolding_stairs0@0 new recipe: RecipeStage{tier='three', recipe=1xtile.immersiveengineering.steel_scaffolding_stairs0@0:[net.minecraft.item.crafting.Ingredient@72aa93d2]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.immersiveengineering.steel_scaffolding_stairs2@0 new recipe: RecipeStage{tier='three', recipe=1xtile.immersiveengineering.steel_scaffolding_stairs2@0:[net.minecraft.item.crafting.Ingredient@45250fa]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.immersiveengineering.steel_scaffolding_stairs1@0 new recipe: RecipeStage{tier='three', recipe=1xtile.immersiveengineering.steel_scaffolding_stairs1@0:[net.minecraft.item.crafting.Ingredient@79067471]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.immersiveengineering.steel_scaffolding_stairs2@0 new recipe: RecipeStage{tier='three', recipe=4xtile.immersiveengineering.steel_scaffolding_stairs2@0:[net.minecraft.item.crafting.Ingredient@17003e12, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@17003e12, net.minecraft.item.crafting.Ingredient@17003e12, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@17003e12, net.minecraft.item.crafting.Ingredient@17003e12, net.minecraft.item.crafting.Ingredient@17003e12]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.immersiveengineering.steel_scaffolding_stairs1@0 new recipe: RecipeStage{tier='three', recipe=4xtile.immersiveengineering.steel_scaffolding_stairs1@0:[net.minecraft.item.crafting.Ingredient@366c3d7f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@366c3d7f, net.minecraft.item.crafting.Ingredient@366c3d7f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@366c3d7f, net.minecraft.item.crafting.Ingredient@366c3d7f, net.minecraft.item.crafting.Ingredient@366c3d7f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.immersiveengineering.steel_scaffolding_stairs0@0 new recipe: RecipeStage{tier='three', recipe=4xtile.immersiveengineering.steel_scaffolding_stairs0@0:[net.minecraft.item.crafting.Ingredient@6e107215, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6e107215, net.minecraft.item.crafting.Ingredient@6e107215, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6e107215, net.minecraft.item.crafting.Ingredient@6e107215, net.minecraft.item.crafting.Ingredient@6e107215]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.immersiveengineering.metal_decoration1_slab@1 new recipe: RecipeStage{tier='three', recipe=1xtile.immersiveengineering.metal_decoration1_slab@1:[net.minecraft.item.crafting.Ingredient@5bd76248]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.immersiveengineering.metal_decoration1_slab@3 new recipe: RecipeStage{tier='three', recipe=1xtile.immersiveengineering.metal_decoration1_slab@3:[net.minecraft.item.crafting.Ingredient@658a9f7a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.immersiveengineering.metal_decoration1_slab@2 new recipe: RecipeStage{tier='three', recipe=1xtile.immersiveengineering.metal_decoration1_slab@2:[net.minecraft.item.crafting.Ingredient@45be8f70]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.immersiveengineering.metal_decoration1@3 new recipe: RecipeStage{tier='three', recipe=1xtile.immersiveengineering.metal_decoration1@3:[net.minecraft.item.crafting.Ingredient@25d7a05e, net.minecraft.item.crafting.Ingredient@25d7a05e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.immersiveengineering.metal_decoration1@2 new recipe: RecipeStage{tier='three', recipe=1xtile.immersiveengineering.metal_decoration1@2:[net.minecraft.item.crafting.Ingredient@7620dd23, net.minecraft.item.crafting.Ingredient@7620dd23]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.immersiveengineering.metal_decoration1@1 new recipe: RecipeStage{tier='three', recipe=1xtile.immersiveengineering.metal_decoration1@1:[net.minecraft.item.crafting.Ingredient@72154c10, net.minecraft.item.crafting.Ingredient@72154c10]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.immersiveengineering.metal_decoration1_slab@3 new recipe: RecipeStage{tier='three', recipe=6xtile.immersiveengineering.metal_decoration1_slab@3:[net.minecraft.item.crafting.Ingredient@55465bd2, net.minecraft.item.crafting.Ingredient@55465bd2, net.minecraft.item.crafting.Ingredient@55465bd2]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.immersiveengineering.metal_decoration1_slab@2 new recipe: RecipeStage{tier='three', recipe=6xtile.immersiveengineering.metal_decoration1_slab@2:[net.minecraft.item.crafting.Ingredient@32081599, net.minecraft.item.crafting.Ingredient@32081599, net.minecraft.item.crafting.Ingredient@32081599]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.immersiveengineering.metal_decoration1_slab@1 new recipe: RecipeStage{tier='three', recipe=6xtile.immersiveengineering.metal_decoration1_slab@1:[net.minecraft.item.crafting.Ingredient@77314892, net.minecraft.item.crafting.Ingredient@77314892, net.minecraft.item.crafting.Ingredient@77314892]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.immersiveengineering.metal_decoration1@1 new recipe: RecipeStage{tier='three', recipe=1xtile.immersiveengineering.metal_decoration1@1:[net.minecraft.item.crafting.Ingredient@188779c4]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.immersiveengineering.metal_decoration1@3 new recipe: RecipeStage{tier='three', recipe=1xtile.immersiveengineering.metal_decoration1@3:[net.minecraft.item.crafting.Ingredient@115062d5]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.immersiveengineering.metal_decoration1@2 new recipe: RecipeStage{tier='three', recipe=1xtile.immersiveengineering.metal_decoration1@2:[net.minecraft.item.crafting.Ingredient@25d329ea]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.immersiveengineering.metal_decoration1@1 new recipe: RecipeStage{tier='three', recipe=6xtile.immersiveengineering.metal_decoration1@1:[net.minecraftforge.oredict.OreIngredient@75058994, net.minecraftforge.oredict.OreIngredient@75058994, net.minecraftforge.oredict.OreIngredient@75058994, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@66d3ed3f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@66d3ed3f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@66d3ed3f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.immersiveengineering.metal_decoration2@0 new recipe: RecipeStage{tier='three', recipe=1xtile.immersiveengineering.metal_decoration2@0:[net.minecraftforge.oredict.OreIngredient@107b4865, net.minecraftforge.oredict.OreIngredient@107b4865, net.minecraftforge.oredict.OreIngredient@3322a186]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.immersiveengineering.metal_decoration1@0 new recipe: RecipeStage{tier='three', recipe=3xtile.immersiveengineering.metal_decoration1@0:[net.minecraftforge.oredict.OreIngredient@75058994, net.minecraftforge.oredict.OreIngredient@66d3ed3f, net.minecraftforge.oredict.OreIngredient@75058994, net.minecraftforge.oredict.OreIngredient@75058994, net.minecraftforge.oredict.OreIngredient@66d3ed3f, net.minecraftforge.oredict.OreIngredient@75058994]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.immersiveengineering.metal_decoration2@5 new recipe: RecipeStage{tier='three', recipe=3xtile.immersiveengineering.metal_decoration2@5:[net.minecraftforge.oredict.OreIngredient@2480e63, net.minecraftforge.oredict.OreIngredient@329e50ff, net.minecraftforge.oredict.OreIngredient@2480e63, net.minecraftforge.oredict.OreIngredient@329e50ff, net.minecraftforge.oredict.OreIngredient@329e50ff, net.minecraftforge.oredict.OreIngredient@329e50ff, net.minecraftforge.oredict.OreIngredient@2480e63, net.minecraftforge.oredict.OreIngredient@329e50ff, net.minecraftforge.oredict.OreIngredient@2480e63]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xtile.immersiveengineering.metal_decoration0@7 new recipe: RecipeStage{tier='three', recipe=2xtile.immersiveengineering.metal_decoration0@7:[net.minecraftforge.oredict.OreIngredient@75058994, net.minecraftforge.oredict.OreIngredient@738cc5af, net.minecraftforge.oredict.OreIngredient@75058994, net.minecraftforge.oredict.OreIngredient@738cc5af, blusunrize.immersiveengineering.common.crafting.IngredientFluidStack@46537d8, net.minecraftforge.oredict.OreIngredient@738cc5af, net.minecraftforge.oredict.OreIngredient@75058994, net.minecraftforge.oredict.OreIngredient@738cc5af, net.minecraftforge.oredict.OreIngredient@75058994]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xtile.immersiveengineering.metal_decoration0@4 new recipe: RecipeStage{tier='three', recipe=2xtile.immersiveengineering.metal_decoration0@4:[net.minecraftforge.oredict.OreIngredient@70f2ad1e, net.minecraft.item.crafting.Ingredient@607998c9, net.minecraftforge.oredict.OreIngredient@70f2ad1e, net.minecraftforge.oredict.OreIngredient@738cc5af, net.minecraftforge.oredict.OreIngredient@738cc5af, net.minecraftforge.oredict.OreIngredient@738cc5af, net.minecraftforge.oredict.OreIngredient@70f2ad1e, net.minecraft.item.crafting.Ingredient@607998c9, net.minecraftforge.oredict.OreIngredient@70f2ad1e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.immersiveengineering.metal_decoration2@4 new recipe: RecipeStage{tier='three', recipe=3xtile.immersiveengineering.metal_decoration2@4:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@10d59414, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@18890910, net.minecraftforge.oredict.OreIngredient@70c96d3e, net.minecraftforge.oredict.OreIngredient@18890910, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@10d59414, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.immersiveengineering.metal_ladder@1 new recipe: RecipeStage{tier='three', recipe=1xtile.immersiveengineering.metal_ladder@1:[net.minecraftforge.oredict.OreIngredient@c8498a6, net.minecraft.item.crafting.Ingredient@6265c09c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.immersiveengineering.metal_ladder@2 new recipe: RecipeStage{tier='three', recipe=1xtile.immersiveengineering.metal_ladder@2:[net.minecraftforge.oredict.OreIngredient@74dcea8a, net.minecraft.item.crafting.Ingredient@722b585d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.immersiveengineering.metal_ladder@0 new recipe: RecipeStage{tier='three', recipe=3xtile.immersiveengineering.metal_ladder@0:[net.minecraftforge.common.crafting.CompoundIngredient@66e6c263, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.common.crafting.CompoundIngredient@66e6c263, net.minecraftforge.common.crafting.CompoundIngredient@66e6c263, net.minecraftforge.common.crafting.CompoundIngredient@66e6c263, net.minecraftforge.common.crafting.CompoundIngredient@66e6c263, net.minecraftforge.common.crafting.CompoundIngredient@66e6c263, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.common.crafting.CompoundIngredient@66e6c263]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xtile.immersiveengineering.metal_decoration0@5 new recipe: RecipeStage{tier='three', recipe=2xtile.immersiveengineering.metal_decoration0@5:[net.minecraftforge.oredict.OreIngredient@75058994, net.minecraft.item.crafting.Ingredient@cf7c923, net.minecraftforge.oredict.OreIngredient@75058994, net.minecraft.item.crafting.Ingredient@3701d0fb, net.minecraftforge.oredict.OreIngredient@72f951c, net.minecraft.item.crafting.Ingredient@3701d0fb, net.minecraftforge.oredict.OreIngredient@75058994, net.minecraft.item.crafting.Ingredient@cf7c923, net.minecraftforge.oredict.OreIngredient@75058994]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xtile.immersiveengineering.metal_decoration0@6 new recipe: RecipeStage{tier='three', recipe=2xtile.immersiveengineering.metal_decoration0@6:[net.minecraftforge.oredict.OreIngredient@75058994, net.minecraftforge.oredict.OreIngredient@75058994, net.minecraftforge.oredict.OreIngredient@75058994, net.minecraftforge.oredict.OreIngredient@72f951c, net.minecraft.item.crafting.Ingredient@513ca5c7, net.minecraftforge.oredict.OreIngredient@72f951c, net.minecraftforge.oredict.OreIngredient@75058994, net.minecraftforge.oredict.OreIngredient@75058994, net.minecraftforge.oredict.OreIngredient@75058994]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.immersiveengineering.metal_decoration0@2 new recipe: RecipeStage{tier='three', recipe=1xtile.immersiveengineering.metal_decoration0@2:[net.minecraft.item.crafting.Ingredient@40dde5e, net.minecraft.item.crafting.Ingredient@40dde5e, net.minecraft.item.crafting.Ingredient@40dde5e, net.minecraft.item.crafting.Ingredient@40dde5e, net.minecraftforge.oredict.OreIngredient@70f2ad1e, net.minecraft.item.crafting.Ingredient@40dde5e, net.minecraft.item.crafting.Ingredient@40dde5e, net.minecraft.item.crafting.Ingredient@40dde5e, net.minecraft.item.crafting.Ingredient@40dde5e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.immersiveengineering.metal_decoration0@1 new recipe: RecipeStage{tier='three', recipe=1xtile.immersiveengineering.metal_decoration0@1:[net.minecraft.item.crafting.Ingredient@1ed70929, net.minecraft.item.crafting.Ingredient@1ed70929, net.minecraft.item.crafting.Ingredient@1ed70929, net.minecraft.item.crafting.Ingredient@1ed70929, net.minecraftforge.oredict.OreIngredient@70f2ad1e, net.minecraft.item.crafting.Ingredient@1ed70929, net.minecraft.item.crafting.Ingredient@1ed70929, net.minecraft.item.crafting.Ingredient@1ed70929, net.minecraft.item.crafting.Ingredient@1ed70929]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.immersiveengineering.metal_decoration0@0 new recipe: RecipeStage{tier='three', recipe=1xtile.immersiveengineering.metal_decoration0@0:[net.minecraft.item.crafting.Ingredient@4d9804aa, net.minecraft.item.crafting.Ingredient@4d9804aa, net.minecraft.item.crafting.Ingredient@4d9804aa, net.minecraft.item.crafting.Ingredient@4d9804aa, net.minecraftforge.oredict.OreIngredient@70f2ad1e, net.minecraft.item.crafting.Ingredient@4d9804aa, net.minecraft.item.crafting.Ingredient@4d9804aa, net.minecraft.item.crafting.Ingredient@4d9804aa, net.minecraft.item.crafting.Ingredient@4d9804aa]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.immersiveengineering.metal_decoration2@3 new recipe: RecipeStage{tier='three', recipe=4xtile.immersiveengineering.metal_decoration2@3:[net.minecraftforge.oredict.OreIngredient@7e2973a2, net.minecraftforge.oredict.OreIngredient@7e2973a2, net.minecraftforge.oredict.OreIngredient@7e2973a2, net.minecraftforge.oredict.OreIngredient@3a3fc28]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.immersiveengineering.aluminum_scaffolding_stairs0@0 new recipe: RecipeStage{tier='three', recipe=1xtile.immersiveengineering.aluminum_scaffolding_stairs0@0:[net.minecraft.item.crafting.Ingredient@2e9a4ea8]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.immersiveengineering.aluminum_scaffolding_stairs2@0 new recipe: RecipeStage{tier='three', recipe=1xtile.immersiveengineering.aluminum_scaffolding_stairs2@0:[net.minecraft.item.crafting.Ingredient@f29dbba]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.immersiveengineering.aluminum_scaffolding_stairs1@0 new recipe: RecipeStage{tier='three', recipe=1xtile.immersiveengineering.aluminum_scaffolding_stairs1@0:[net.minecraft.item.crafting.Ingredient@70ceb98d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.immersiveengineering.aluminum_scaffolding_stairs2@0 new recipe: RecipeStage{tier='three', recipe=4xtile.immersiveengineering.aluminum_scaffolding_stairs2@0:[net.minecraft.item.crafting.Ingredient@6dd9c7c8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6dd9c7c8, net.minecraft.item.crafting.Ingredient@6dd9c7c8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6dd9c7c8, net.minecraft.item.crafting.Ingredient@6dd9c7c8, net.minecraft.item.crafting.Ingredient@6dd9c7c8]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.immersiveengineering.aluminum_scaffolding_stairs1@0 new recipe: RecipeStage{tier='three', recipe=4xtile.immersiveengineering.aluminum_scaffolding_stairs1@0:[net.minecraft.item.crafting.Ingredient@9519d84, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@9519d84, net.minecraft.item.crafting.Ingredient@9519d84, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@9519d84, net.minecraft.item.crafting.Ingredient@9519d84, net.minecraft.item.crafting.Ingredient@9519d84]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.immersiveengineering.aluminum_scaffolding_stairs0@0 new recipe: RecipeStage{tier='three', recipe=4xtile.immersiveengineering.aluminum_scaffolding_stairs0@0:[net.minecraft.item.crafting.Ingredient@3147ed4a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3147ed4a, net.minecraft.item.crafting.Ingredient@3147ed4a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3147ed4a, net.minecraft.item.crafting.Ingredient@3147ed4a, net.minecraft.item.crafting.Ingredient@3147ed4a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.immersiveengineering.metal_decoration1_slab@5 new recipe: RecipeStage{tier='three', recipe=1xtile.immersiveengineering.metal_decoration1_slab@5:[net.minecraft.item.crafting.Ingredient@583cd4f2]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.immersiveengineering.metal_decoration1_slab@7 new recipe: RecipeStage{tier='three', recipe=1xtile.immersiveengineering.metal_decoration1_slab@7:[net.minecraft.item.crafting.Ingredient@96d0e41]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.immersiveengineering.metal_decoration1_slab@6 new recipe: RecipeStage{tier='three', recipe=1xtile.immersiveengineering.metal_decoration1_slab@6:[net.minecraft.item.crafting.Ingredient@71d5c0a6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.immersiveengineering.metal_decoration1@7 new recipe: RecipeStage{tier='three', recipe=1xtile.immersiveengineering.metal_decoration1@7:[net.minecraft.item.crafting.Ingredient@26910d32, net.minecraft.item.crafting.Ingredient@26910d32]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.immersiveengineering.metal_decoration1@6 new recipe: RecipeStage{tier='three', recipe=1xtile.immersiveengineering.metal_decoration1@6:[net.minecraft.item.crafting.Ingredient@76421137, net.minecraft.item.crafting.Ingredient@76421137]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.immersiveengineering.metal_decoration1@5 new recipe: RecipeStage{tier='three', recipe=1xtile.immersiveengineering.metal_decoration1@5:[net.minecraft.item.crafting.Ingredient@89dc2d, net.minecraft.item.crafting.Ingredient@89dc2d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.immersiveengineering.metal_decoration1_slab@7 new recipe: RecipeStage{tier='three', recipe=6xtile.immersiveengineering.metal_decoration1_slab@7:[net.minecraft.item.crafting.Ingredient@30ddc954, net.minecraft.item.crafting.Ingredient@30ddc954, net.minecraft.item.crafting.Ingredient@30ddc954]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.immersiveengineering.metal_decoration1_slab@6 new recipe: RecipeStage{tier='three', recipe=6xtile.immersiveengineering.metal_decoration1_slab@6:[net.minecraft.item.crafting.Ingredient@78a57d94, net.minecraft.item.crafting.Ingredient@78a57d94, net.minecraft.item.crafting.Ingredient@78a57d94]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.immersiveengineering.metal_decoration1_slab@5 new recipe: RecipeStage{tier='three', recipe=6xtile.immersiveengineering.metal_decoration1_slab@5:[net.minecraft.item.crafting.Ingredient@67c5fd3c, net.minecraft.item.crafting.Ingredient@67c5fd3c, net.minecraft.item.crafting.Ingredient@67c5fd3c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.immersiveengineering.metal_decoration1@5 new recipe: RecipeStage{tier='three', recipe=1xtile.immersiveengineering.metal_decoration1@5:[net.minecraft.item.crafting.Ingredient@161e19ec]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.immersiveengineering.metal_decoration1@7 new recipe: RecipeStage{tier='three', recipe=1xtile.immersiveengineering.metal_decoration1@7:[net.minecraft.item.crafting.Ingredient@46af9da6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.immersiveengineering.metal_decoration1@6 new recipe: RecipeStage{tier='three', recipe=1xtile.immersiveengineering.metal_decoration1@6:[net.minecraft.item.crafting.Ingredient@738b72ad]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.immersiveengineering.metal_decoration1@5 new recipe: RecipeStage{tier='three', recipe=6xtile.immersiveengineering.metal_decoration1@5:[net.minecraftforge.oredict.OreIngredient@7e2973a2, net.minecraftforge.oredict.OreIngredient@7e2973a2, net.minecraftforge.oredict.OreIngredient@7e2973a2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3a3fc28, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3a3fc28, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3a3fc28]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.immersiveengineering.metal_decoration2@2 new recipe: RecipeStage{tier='three', recipe=1xtile.immersiveengineering.metal_decoration2@2:[net.minecraftforge.oredict.OreIngredient@4a6a8ae0, net.minecraftforge.oredict.OreIngredient@4a6a8ae0, net.minecraftforge.oredict.OreIngredient@3322a186]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.immersiveengineering.metal_decoration1@4 new recipe: RecipeStage{tier='three', recipe=3xtile.immersiveengineering.metal_decoration1@4:[net.minecraftforge.oredict.OreIngredient@7e2973a2, net.minecraftforge.oredict.OreIngredient@3a3fc28, net.minecraftforge.oredict.OreIngredient@7e2973a2, net.minecraftforge.oredict.OreIngredient@7e2973a2, net.minecraftforge.oredict.OreIngredient@3a3fc28, net.minecraftforge.oredict.OreIngredient@7e2973a2]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.immersiveengineering.material@13 new recipe: RecipeStage{tier='three', recipe=1xitem.immersiveengineering.material@13:[net.minecraftforge.oredict.OreIngredient@faef845, net.minecraftforge.oredict.OreIngredient@faef845, net.minecraftforge.oredict.OreIngredient@738cc5af, net.minecraftforge.oredict.OreIngredient@faef845, net.minecraftforge.oredict.OreIngredient@faef845, net.minecraftforge.oredict.OreIngredient@faef845]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.immersiveengineering.material@12 new recipe: RecipeStage{tier='three', recipe=1xitem.immersiveengineering.material@12:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@306af98c, net.minecraftforge.oredict.OreIngredient@306af98c, net.minecraftforge.oredict.OreIngredient@306af98c, net.minecraftforge.oredict.OreIngredient@306af98c, net.minecraftforge.oredict.OreIngredient@306af98c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@306af98c, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.immersiveengineering.material@11 new recipe: RecipeStage{tier='three', recipe=1xitem.immersiveengineering.material@11:[net.minecraftforge.oredict.OreIngredient@2a2496a6, net.minecraftforge.oredict.OreIngredient@2a2496a6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@faef845, net.minecraftforge.oredict.OreIngredient@faef845, net.minecraftforge.oredict.OreIngredient@2a2496a6, net.minecraftforge.oredict.OreIngredient@faef845, net.minecraftforge.oredict.OreIngredient@faef845, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.immersiveengineering.material@10 new recipe: RecipeStage{tier='three', recipe=1xitem.immersiveengineering.material@10:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@faef845, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@faef845, net.minecraftforge.oredict.OreIngredient@2a2496a6, net.minecraftforge.oredict.OreIngredient@faef845, net.minecraftforge.oredict.OreIngredient@2a2496a6, net.minecraftforge.oredict.OreIngredient@faef845, net.minecraftforge.oredict.OreIngredient@2a2496a6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xitem.immersiveengineering.material@0 new recipe: RecipeStage{tier='three', recipe=4xitem.immersiveengineering.material@0:[net.minecraftforge.oredict.OreIngredient@2a2496a6, net.minecraftforge.oredict.OreIngredient@2a2496a6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.immersiveengineering.material@5 new recipe: RecipeStage{tier='three', recipe=1xitem.immersiveengineering.material@5:[net.minecraftforge.oredict.OreIngredient@24189185, net.minecraftforge.oredict.OreIngredient@24189185, net.minecraftforge.oredict.OreIngredient@24189185, net.minecraftforge.oredict.OreIngredient@24189185, net.minecraftforge.oredict.OreIngredient@13f01724, net.minecraftforge.oredict.OreIngredient@24189185, net.minecraftforge.oredict.OreIngredient@24189185, net.minecraftforge.oredict.OreIngredient@24189185, net.minecraftforge.oredict.OreIngredient@24189185]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.immersiveengineering.material@16 new recipe: RecipeStage{tier='three', recipe=1xitem.immersiveengineering.material@16:[net.minecraftforge.oredict.OreIngredient@75058994, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@75058994, net.minecraftforge.oredict.OreIngredient@75058994, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@75058994, net.minecraftforge.oredict.OreIngredient@75058994]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.immersiveengineering.material@15 new recipe: RecipeStage{tier='three', recipe=1xitem.immersiveengineering.material@15:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@75058994, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@75058994, net.minecraft.item.crafting.Ingredient@607998c9, net.minecraftforge.oredict.OreIngredient@75058994, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@75058994, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.immersiveengineering.material@14 new recipe: RecipeStage{tier='three', recipe=1xitem.immersiveengineering.material@14:[net.minecraftforge.oredict.OreIngredient@66d3ed3f, net.minecraftforge.oredict.OreIngredient@66d3ed3f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 5xitem.immersiveengineering.bullet@1 new recipe: RecipeStage{tier='three', recipe=5xitem.immersiveengineering.bullet@1:[net.minecraft.item.crafting.Ingredient@68be0689, net.minecraftforge.oredict.OreIngredient@3c9ded9c, net.minecraft.item.crafting.Ingredient@68be0689, net.minecraft.item.crafting.Ingredient@68be0689, net.minecraftforge.oredict.OreIngredient@3c9ded9c, net.minecraft.item.crafting.Ingredient@68be0689, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@738cc5af, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 5xitem.immersiveengineering.bullet@0 new recipe: RecipeStage{tier='three', recipe=5xitem.immersiveengineering.bullet@0:[net.minecraftforge.oredict.OreIngredient@738cc5af, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@738cc5af, net.minecraftforge.oredict.OreIngredient@738cc5af, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@738cc5af, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@738cc5af, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.immersiveengineering.material@9 new recipe: RecipeStage{tier='three', recipe=1xitem.immersiveengineering.material@9:[net.minecraftforge.oredict.OreIngredient@2480e63, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2480e63, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@738cc5af, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2480e63, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2480e63]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.immersiveengineering.material@8 new recipe: RecipeStage{tier='three', recipe=1xitem.immersiveengineering.material@8:[net.minecraftforge.oredict.OreIngredient@10d59414, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@10d59414, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@738cc5af, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@10d59414, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@10d59414]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.immersiveengineering.conveyor@0 new recipe: RecipeStage{tier='three', recipe=1xtile.immersiveengineering.conveyor@0:[net.minecraftforge.oredict.OreIngredient@c8498a6, net.minecraftforge.common.crafting.IngredientNBT@5c2b4de7]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.immersiveengineering.conveyor@0 new recipe: RecipeStage{tier='three', recipe=3xtile.immersiveengineering.conveyor@0:[net.minecraftforge.common.crafting.IngredientNBT@24070f4a, net.minecraftforge.oredict.OreIngredient@70f2ad1e, net.minecraftforge.common.crafting.IngredientNBT@24070f4a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.common.crafting.IngredientNBT@24070f4a, net.minecraftforge.oredict.OreIngredient@70f2ad1e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.immersiveengineering.conveyor@0 new recipe: RecipeStage{tier='three', recipe=1xtile.immersiveengineering.conveyor@0:[net.minecraftforge.common.crafting.IngredientNBT@30a5f6a7]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.immersiveengineering.conveyor@0 new recipe: RecipeStage{tier='three', recipe=1xtile.immersiveengineering.conveyor@0:[net.minecraftforge.common.crafting.IngredientNBT@24070f4a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.immersiveengineering.conveyor@0 new recipe: RecipeStage{tier='three', recipe=1xtile.immersiveengineering.conveyor@0:[net.minecraftforge.common.crafting.IngredientNBT@24070f4a, net.minecraftforge.oredict.OreIngredient@70f2ad1e, net.minecraftforge.common.crafting.IngredientNBT@24070f4a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.common.crafting.IngredientNBT@24070f4a, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.immersiveengineering.conveyor@0 new recipe: RecipeStage{tier='three', recipe=1xtile.immersiveengineering.conveyor@0:[net.minecraftforge.oredict.OreIngredient@c8498a6, net.minecraftforge.common.crafting.IngredientNBT@199ca28f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.immersiveengineering.conveyor@0 new recipe: RecipeStage{tier='three', recipe=1xtile.immersiveengineering.conveyor@0:[net.minecraftforge.oredict.OreIngredient@2a2496a6, net.minecraft.item.crafting.Ingredient@5af357e0, net.minecraft.item.crafting.Ingredient@607998c9, net.minecraftforge.common.crafting.IngredientNBT@24070f4a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.immersiveengineering.conveyor@0 new recipe: RecipeStage{tier='three', recipe=1xtile.immersiveengineering.conveyor@0:[net.minecraftforge.oredict.OreIngredient@c8498a6, net.minecraftforge.common.crafting.IngredientNBT@137b7357]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.immersiveengineering.conveyor@0 new recipe: RecipeStage{tier='three', recipe=1xtile.immersiveengineering.conveyor@0:[net.minecraftforge.common.crafting.IngredientNBT@24070f4a, net.minecraft.item.crafting.Ingredient@7fababa7]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.immersiveengineering.conveyor@0 new recipe: RecipeStage{tier='three', recipe=1xtile.immersiveengineering.conveyor@0:[net.minecraftforge.oredict.OreIngredient@c8498a6, net.minecraftforge.common.crafting.IngredientNBT@24070f4a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.immersiveengineering.conveyor@0 new recipe: RecipeStage{tier='three', recipe=8xtile.immersiveengineering.conveyor@0:[net.minecraftforge.oredict.OreIngredient@3b2b252b, net.minecraftforge.oredict.OreIngredient@3b2b252b, net.minecraftforge.oredict.OreIngredient@3b2b252b, net.minecraftforge.oredict.OreIngredient@70f2ad1e, net.minecraftforge.oredict.OreIngredient@761ddf1d, net.minecraftforge.oredict.OreIngredient@70f2ad1e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.immersiveengineering.conveyor@0 new recipe: RecipeStage{tier='three', recipe=8xtile.immersiveengineering.conveyor@0:[net.minecraftforge.oredict.OreIngredient@57eea70, net.minecraftforge.oredict.OreIngredient@57eea70, net.minecraftforge.oredict.OreIngredient@57eea70, net.minecraftforge.oredict.OreIngredient@70f2ad1e, net.minecraftforge.oredict.OreIngredient@761ddf1d, net.minecraftforge.oredict.OreIngredient@70f2ad1e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 12xtile.immersiveengineering.conveyor@0 new recipe: RecipeStage{tier='three', recipe=12xtile.immersiveengineering.conveyor@0:[net.minecraftforge.oredict.OreIngredient@484142e6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@484142e6, net.minecraftforge.oredict.OreIngredient@484142e6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@484142e6, net.minecraftforge.oredict.OreIngredient@484142e6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@484142e6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 12xtile.immersiveengineering.conveyor@0 new recipe: RecipeStage{tier='three', recipe=12xtile.immersiveengineering.conveyor@0:[net.minecraftforge.oredict.OreIngredient@6b7f9ec9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6b7f9ec9, net.minecraftforge.oredict.OreIngredient@6b7f9ec9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6b7f9ec9, net.minecraftforge.oredict.OreIngredient@6b7f9ec9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6b7f9ec9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 12xtile.immersiveengineering.conveyor@0 new recipe: RecipeStage{tier='three', recipe=12xtile.immersiveengineering.conveyor@0:[net.minecraftforge.oredict.OreIngredient@73338cc5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@73338cc5, net.minecraftforge.oredict.OreIngredient@73338cc5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@73338cc5, net.minecraftforge.oredict.OreIngredient@73338cc5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@73338cc5]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 12xtile.immersiveengineering.conveyor@0 new recipe: RecipeStage{tier='three', recipe=12xtile.immersiveengineering.conveyor@0:[net.minecraftforge.oredict.OreIngredient@60a8a2e0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@60a8a2e0, net.minecraftforge.oredict.OreIngredient@60a8a2e0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@60a8a2e0, net.minecraftforge.oredict.OreIngredient@60a8a2e0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@60a8a2e0]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.immersiveengineering.connector@8 new recipe: RecipeStage{tier='three', recipe=1xtile.immersiveengineering.connector@8:[net.minecraft.item.crafting.Ingredient@20a514f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5420a95c, net.minecraftforge.oredict.OreIngredient@70f2ad1e, net.minecraft.item.crafting.Ingredient@552544b1, net.minecraftforge.oredict.OreIngredient@70f2ad1e, net.minecraftforge.oredict.OreIngredient@70f2ad1e, net.minecraftforge.oredict.OreIngredient@70f2ad1e, net.minecraftforge.oredict.OreIngredient@70f2ad1e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.immersiveengineering.connector@7 new recipe: RecipeStage{tier='three', recipe=1xtile.immersiveengineering.connector@7:[net.minecraft.item.crafting.Ingredient@576e12da, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6c456f4, net.minecraftforge.oredict.OreIngredient@70f2ad1e, net.minecraft.item.crafting.Ingredient@609eef24, net.minecraftforge.oredict.OreIngredient@70f2ad1e, net.minecraftforge.oredict.OreIngredient@70f2ad1e, net.minecraftforge.oredict.OreIngredient@70f2ad1e, net.minecraftforge.oredict.OreIngredient@70f2ad1e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.immersiveengineering.connector@3 new recipe: RecipeStage{tier='three', recipe=8xtile.immersiveengineering.connector@3:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@70f2ad1e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@db1969c, net.minecraftforge.oredict.OreIngredient@70f2ad1e, net.minecraft.item.crafting.Ingredient@db1969c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.immersiveengineering.connector@1 new recipe: RecipeStage{tier='three', recipe=8xtile.immersiveengineering.connector@1:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@738cc5af, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@536e8486, net.minecraftforge.oredict.OreIngredient@738cc5af, net.minecraft.item.crafting.Ingredient@536e8486]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.immersiveengineering.connector@5 new recipe: RecipeStage{tier='three', recipe=8xtile.immersiveengineering.connector@5:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7e2973a2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1a4a5abd, net.minecraftforge.oredict.OreIngredient@7e2973a2, net.minecraft.item.crafting.Ingredient@1a4a5abd, net.minecraft.item.crafting.Ingredient@1a4a5abd, net.minecraftforge.oredict.OreIngredient@7e2973a2, net.minecraft.item.crafting.Ingredient@1a4a5abd]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.immersiveengineering.connector@10 new recipe: RecipeStage{tier='three', recipe=1xtile.immersiveengineering.connector@10:[net.minecraft.item.crafting.Ingredient@34609575, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@34609575, net.minecraftforge.oredict.OreIngredient@70f2ad1e, net.minecraft.item.crafting.Ingredient@34adee44, net.minecraftforge.oredict.OreIngredient@70f2ad1e, net.minecraftforge.oredict.OreIngredient@70f2ad1e, net.minecraftforge.oredict.OreIngredient@761ddf1d, net.minecraftforge.oredict.OreIngredient@70f2ad1e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.immersiveengineering.connector@11 new recipe: RecipeStage{tier='three', recipe=1xtile.immersiveengineering.connector@11:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2dccb7f0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7aaa42f1, net.minecraft.item.crafting.Ingredient@52928a84, net.minecraft.item.crafting.Ingredient@7aaa42f1, net.minecraftforge.oredict.OreIngredient@70f2ad1e, net.minecraft.item.crafting.Ingredient@52928a84, net.minecraftforge.oredict.OreIngredient@70f2ad1e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.immersiveengineering.connector@6 new recipe: RecipeStage{tier='three', recipe=8xtile.immersiveengineering.connector@6:[net.minecraftforge.oredict.OreIngredient@75058994, net.minecraftforge.oredict.OreIngredient@66d3ed3f, net.minecraftforge.oredict.OreIngredient@75058994, net.minecraftforge.oredict.OreIngredient@75058994, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@75058994]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.immersiveengineering.connector@12 new recipe: RecipeStage{tier='three', recipe=4xtile.immersiveengineering.connector@12:[net.minecraftforge.oredict.OreIngredient@5cee8a62, net.minecraftforge.oredict.OreIngredient@5cee8a62, net.minecraftforge.oredict.OreIngredient@5cee8a62, net.minecraft.item.crafting.Ingredient@6606faf2, net.minecraftforge.oredict.OreIngredient@761ddf1d, net.minecraft.item.crafting.Ingredient@6606faf2]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.immersiveengineering.connector@13 new recipe: RecipeStage{tier='three', recipe=1xtile.immersiveengineering.connector@13:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@52a6f71e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@18890910, net.minecraft.item.crafting.Ingredient@65d78fa7, net.minecraftforge.oredict.OreIngredient@18890910, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3abb326c, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.immersiveengineering.connector@2 new recipe: RecipeStage{tier='three', recipe=4xtile.immersiveengineering.connector@2:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@70f2ad1e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@c217870, net.minecraftforge.oredict.OreIngredient@70f2ad1e, net.minecraft.item.crafting.Ingredient@c217870, net.minecraft.item.crafting.Ingredient@c217870, net.minecraftforge.oredict.OreIngredient@70f2ad1e, net.minecraft.item.crafting.Ingredient@c217870]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.immersiveengineering.connector@0 new recipe: RecipeStage{tier='three', recipe=4xtile.immersiveengineering.connector@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@738cc5af, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7883cdbf, net.minecraftforge.oredict.OreIngredient@738cc5af, net.minecraft.item.crafting.Ingredient@7883cdbf, net.minecraft.item.crafting.Ingredient@7883cdbf, net.minecraftforge.oredict.OreIngredient@738cc5af, net.minecraft.item.crafting.Ingredient@7883cdbf]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.immersiveengineering.connector@4 new recipe: RecipeStage{tier='three', recipe=4xtile.immersiveengineering.connector@4:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7e2973a2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@f54cef1, net.minecraftforge.oredict.OreIngredient@7e2973a2, net.minecraft.item.crafting.Ingredient@f54cef1, net.minecraft.item.crafting.Ingredient@f54cef1, net.minecraftforge.oredict.OreIngredient@7e2973a2, net.minecraft.item.crafting.Ingredient@f54cef1]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.immersiveengineering.connector@9 new recipe: RecipeStage{tier='three', recipe=1xtile.immersiveengineering.connector@9:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6e8527ea, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2be4e250, net.minecraftforge.oredict.OreIngredient@738cc5af, net.minecraft.item.crafting.Ingredient@2be4e250]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.immersiveengineering.cloth_device@2 new recipe: RecipeStage{tier='three', recipe=3xtile.immersiveengineering.cloth_device@2:[net.minecraftforge.common.crafting.CompoundIngredient@66e6c263, net.minecraftforge.common.crafting.CompoundIngredient@66e6c263, net.minecraftforge.common.crafting.CompoundIngredient@66e6c263, net.minecraftforge.oredict.OreIngredient@306af98c, net.minecraftforge.oredict.OreIngredient@306af98c, net.minecraftforge.oredict.OreIngredient@306af98c, net.minecraftforge.oredict.OreIngredient@306af98c, net.minecraftforge.oredict.OreIngredient@306af98c, net.minecraftforge.oredict.OreIngredient@306af98c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.immersiveengineering.cloth_device@0 new recipe: RecipeStage{tier='three', recipe=3xtile.immersiveengineering.cloth_device@0:[net.minecraftforge.oredict.OreIngredient@306af98c, net.minecraftforge.oredict.OreIngredient@306af98c, net.minecraftforge.oredict.OreIngredient@306af98c, net.minecraftforge.oredict.OreIngredient@306af98c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@306af98c, net.minecraftforge.oredict.OreIngredient@306af98c, net.minecraftforge.oredict.OreIngredient@306af98c, net.minecraftforge.oredict.OreIngredient@306af98c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xtile.immersiveengineering.cloth_device@1 new recipe: RecipeStage{tier='three', recipe=2xtile.immersiveengineering.cloth_device@1:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@306af98c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@306af98c, net.minecraftforge.oredict.OreIngredient@37a41082, net.minecraftforge.oredict.OreIngredient@306af98c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@26b9f5bd, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.immersiveengineering.blueprint@0 new recipe: RecipeStage{tier='three', recipe=1xitem.immersiveengineering.blueprint@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2480e63, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7501ef7e, net.minecraftforge.oredict.OreIngredient@7501ef7e, net.minecraftforge.oredict.OreIngredient@7501ef7e, net.minecraft.item.crafting.Ingredient@bf7eb01, net.minecraft.item.crafting.Ingredient@bf7eb01, net.minecraft.item.crafting.Ingredient@bf7eb01]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.immersiveengineering.blueprint@0 new recipe: RecipeStage{tier='three', recipe=1xitem.immersiveengineering.blueprint@0:[net.minecraftforge.oredict.OreIngredient@738cc5af, net.minecraftforge.oredict.OreIngredient@7e2973a2, net.minecraftforge.oredict.OreIngredient@70f2ad1e, net.minecraftforge.oredict.OreIngredient@7501ef7e, net.minecraftforge.oredict.OreIngredient@7501ef7e, net.minecraftforge.oredict.OreIngredient@7501ef7e, net.minecraft.item.crafting.Ingredient@4649fa0c, net.minecraft.item.crafting.Ingredient@4649fa0c, net.minecraft.item.crafting.Ingredient@4649fa0c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.immersiveengineering.blueprint@0 new recipe: RecipeStage{tier='three', recipe=1xitem.immersiveengineering.blueprint@0:[net.minecraft.item.crafting.Ingredient@776098f3, net.minecraftforge.oredict.OreIngredient@738cc5af, net.minecraft.item.crafting.Ingredient@1fce8e84, net.minecraftforge.oredict.OreIngredient@7501ef7e, net.minecraftforge.oredict.OreIngredient@7501ef7e, net.minecraftforge.oredict.OreIngredient@7501ef7e, net.minecraft.item.crafting.Ingredient@3dfd0a70, net.minecraft.item.crafting.Ingredient@3dfd0a70, net.minecraft.item.crafting.Ingredient@3dfd0a70]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.immersiveengineering.steel_armor_legs@0 new recipe: RecipeStage{tier='three', recipe=1xitem.immersiveengineering.steel_armor_legs@0:[net.minecraftforge.oredict.OreIngredient@2480e63, net.minecraftforge.oredict.OreIngredient@2480e63, net.minecraftforge.oredict.OreIngredient@2480e63, net.minecraftforge.oredict.OreIngredient@2480e63, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2480e63, net.minecraftforge.oredict.OreIngredient@2480e63, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2480e63]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.immersiveengineering.steel_armor_head@0 new recipe: RecipeStage{tier='three', recipe=1xitem.immersiveengineering.steel_armor_head@0:[net.minecraftforge.oredict.OreIngredient@2480e63, net.minecraftforge.oredict.OreIngredient@2480e63, net.minecraftforge.oredict.OreIngredient@2480e63, net.minecraftforge.oredict.OreIngredient@2480e63, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2480e63]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.immersiveengineering.steel_armor_chest@0 new recipe: RecipeStage{tier='three', recipe=1xitem.immersiveengineering.steel_armor_chest@0:[net.minecraftforge.oredict.OreIngredient@2480e63, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2480e63, net.minecraftforge.oredict.OreIngredient@2480e63, net.minecraftforge.oredict.OreIngredient@2480e63, net.minecraftforge.oredict.OreIngredient@2480e63, net.minecraftforge.oredict.OreIngredient@2480e63, net.minecraftforge.oredict.OreIngredient@2480e63, net.minecraftforge.oredict.OreIngredient@2480e63]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.immersiveengineering.steel_armor_feet@0 new recipe: RecipeStage{tier='three', recipe=1xitem.immersiveengineering.steel_armor_feet@0:[net.minecraftforge.oredict.OreIngredient@2480e63, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2480e63, net.minecraftforge.oredict.OreIngredient@2480e63, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2480e63]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.immersiveengineering.powerpack@0 new recipe: RecipeStage{tier='three', recipe=1xitem.immersiveengineering.powerpack@0:[net.minecraftforge.oredict.OreIngredient@57eea70, net.minecraft.item.crafting.Ingredient@62601684, net.minecraftforge.oredict.OreIngredient@57eea70, net.minecraft.item.crafting.Ingredient@67950046, net.minecraft.item.crafting.Ingredient@6bbbe7c7, net.minecraft.item.crafting.Ingredient@67950046]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.immersiveengineering.faraday_suit_legs@0 new recipe: RecipeStage{tier='three', recipe=1xitem.immersiveengineering.faraday_suit_legs@0:[net.minecraftforge.oredict.OreIngredient@5220ecc5, net.minecraftforge.oredict.OreIngredient@5220ecc5, net.minecraftforge.oredict.OreIngredient@5220ecc5, net.minecraftforge.oredict.OreIngredient@5220ecc5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5220ecc5, net.minecraftforge.oredict.OreIngredient@5220ecc5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5220ecc5]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.immersiveengineering.faraday_suit_head@0 new recipe: RecipeStage{tier='three', recipe=1xitem.immersiveengineering.faraday_suit_head@0:[net.minecraftforge.oredict.OreIngredient@5220ecc5, net.minecraftforge.oredict.OreIngredient@5220ecc5, net.minecraftforge.oredict.OreIngredient@5220ecc5, net.minecraftforge.oredict.OreIngredient@5220ecc5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5220ecc5]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.immersiveengineering.faraday_suit_chest@0 new recipe: RecipeStage{tier='three', recipe=1xitem.immersiveengineering.faraday_suit_chest@0:[net.minecraftforge.oredict.OreIngredient@5220ecc5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5220ecc5, net.minecraftforge.oredict.OreIngredient@5220ecc5, net.minecraftforge.oredict.OreIngredient@5220ecc5, net.minecraftforge.oredict.OreIngredient@5220ecc5, net.minecraftforge.oredict.OreIngredient@5220ecc5, net.minecraftforge.oredict.OreIngredient@5220ecc5, net.minecraftforge.oredict.OreIngredient@5220ecc5]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.immersiveengineering.faraday_suit_feet@0 new recipe: RecipeStage{tier='three', recipe=1xitem.immersiveengineering.faraday_suit_feet@0:[net.minecraftforge.oredict.OreIngredient@5220ecc5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5220ecc5, net.minecraftforge.oredict.OreIngredient@5220ecc5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5220ecc5]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.immersiveengineering.earmuffs@0 new recipe: RecipeStage{tier='three', recipe=1xitem.immersiveengineering.earmuffs@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6c990d3d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6c990d3d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6c990d3d, net.minecraft.item.crafting.Ingredient@63b6f346, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@63b6f346]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.buildcraft.guide@0 new recipe: RecipeStage{tier='three', recipe=1xitem.buildcraft.guide@0:[net.minecraftforge.oredict.OreIngredient@3bc0ce0, net.minecraft.item.crafting.Ingredient@7f513e65, net.minecraft.item.crafting.Ingredient@5d5fde4, net.minecraft.item.crafting.Ingredient@66ec3c00]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.wrenchItem@0 new recipe: RecipeStage{tier='three', recipe=1xitem.wrenchItem@0:[net.minecraftforge.oredict.OreIngredient@d3a1b43, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@d3a1b43, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7cd41822, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@d3a1b43, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.markerConnector@0 new recipe: RecipeStage{tier='four', recipe=1xitem.markerConnector@0:[net.minecraft.item.crafting.Ingredient@54c3d3cc, net.minecraftforge.oredict.OreIngredient@2fba9ce6, net.minecraft.item.crafting.Ingredient@500fe1ea]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.WalkieTalkie@0 new recipe: RecipeStage{tier='five', recipe=1xitem.WalkieTalkie@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@41614848, net.minecraftforge.oredict.OreIngredient@2785e981, net.minecraftforge.oredict.OreIngredient@6641f462, net.minecraftforge.oredict.OreIngredient@2785e981, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2785e981, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.Transmitter@6 new recipe: RecipeStage{tier='five', recipe=8xtile.Transmitter@6:[mekanism.common.recipe.MekanismIngredient@26875422, mekanism.common.recipe.MekanismIngredient@26875422, mekanism.common.recipe.MekanismIngredient@26875422, mekanism.common.recipe.MekanismIngredient@26875422, net.minecraftforge.oredict.OreIngredient@77ee303, mekanism.common.recipe.MekanismIngredient@26875422, mekanism.common.recipe.MekanismIngredient@26875422, mekanism.common.recipe.MekanismIngredient@26875422, mekanism.common.recipe.MekanismIngredient@26875422]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.Transmitter@6 new recipe: RecipeStage{tier='five', recipe=8xtile.Transmitter@6:[mekanism.common.recipe.MekanismIngredient@38d06fbc, mekanism.common.recipe.MekanismIngredient@38d06fbc, mekanism.common.recipe.MekanismIngredient@38d06fbc, mekanism.common.recipe.MekanismIngredient@38d06fbc, net.minecraftforge.oredict.OreIngredient@2078a9f8, mekanism.common.recipe.MekanismIngredient@38d06fbc, mekanism.common.recipe.MekanismIngredient@38d06fbc, mekanism.common.recipe.MekanismIngredient@38d06fbc, mekanism.common.recipe.MekanismIngredient@38d06fbc]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.Transmitter@6 new recipe: RecipeStage{tier='five', recipe=8xtile.Transmitter@6:[mekanism.common.recipe.MekanismIngredient@3f5a5524, mekanism.common.recipe.MekanismIngredient@3f5a5524, mekanism.common.recipe.MekanismIngredient@3f5a5524, mekanism.common.recipe.MekanismIngredient@3f5a5524, net.minecraftforge.oredict.OreIngredient@43a503a9, mekanism.common.recipe.MekanismIngredient@3f5a5524, mekanism.common.recipe.MekanismIngredient@3f5a5524, mekanism.common.recipe.MekanismIngredient@3f5a5524, mekanism.common.recipe.MekanismIngredient@3f5a5524]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.Transmitter@6 new recipe: RecipeStage{tier='five', recipe=8xtile.Transmitter@6:[net.minecraftforge.oredict.OreIngredient@3258ecdd, net.minecraftforge.oredict.OreIngredient@7253787b, net.minecraftforge.oredict.OreIngredient@3258ecdd]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xtile.Transmitter@5 new recipe: RecipeStage{tier='five', recipe=2xtile.Transmitter@5:[net.minecraftforge.oredict.OreIngredient@7760ff8e, net.minecraftforge.oredict.OreIngredient@7760ff8e, net.minecraftforge.oredict.OreIngredient@7760ff8e, net.minecraftforge.oredict.OreIngredient@20882fb2, net.minecraft.item.crafting.Ingredient@5c7fec4b, net.minecraftforge.oredict.OreIngredient@20882fb2, net.minecraftforge.oredict.OreIngredient@7760ff8e, net.minecraftforge.oredict.OreIngredient@7760ff8e, net.minecraftforge.oredict.OreIngredient@7760ff8e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xtile.Transmitter@4 new recipe: RecipeStage{tier='five', recipe=2xtile.Transmitter@4:[net.minecraftforge.oredict.OreIngredient@1bcdddae, net.minecraft.item.crafting.Ingredient@4263d0c9, net.minecraftforge.oredict.OreIngredient@1bcdddae]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.Transmitter@3 new recipe: RecipeStage{tier='five', recipe=8xtile.Transmitter@3:[mekanism.common.recipe.MekanismIngredient@94a60e5, mekanism.common.recipe.MekanismIngredient@94a60e5, mekanism.common.recipe.MekanismIngredient@94a60e5, mekanism.common.recipe.MekanismIngredient@94a60e5, net.minecraftforge.oredict.OreIngredient@6406d7b3, mekanism.common.recipe.MekanismIngredient@94a60e5, mekanism.common.recipe.MekanismIngredient@94a60e5, mekanism.common.recipe.MekanismIngredient@94a60e5, mekanism.common.recipe.MekanismIngredient@94a60e5]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.Transmitter@3 new recipe: RecipeStage{tier='five', recipe=8xtile.Transmitter@3:[mekanism.common.recipe.MekanismIngredient@7cadbea6, mekanism.common.recipe.MekanismIngredient@7cadbea6, mekanism.common.recipe.MekanismIngredient@7cadbea6, mekanism.common.recipe.MekanismIngredient@7cadbea6, net.minecraftforge.oredict.OreIngredient@16bd8203, mekanism.common.recipe.MekanismIngredient@7cadbea6, mekanism.common.recipe.MekanismIngredient@7cadbea6, mekanism.common.recipe.MekanismIngredient@7cadbea6, mekanism.common.recipe.MekanismIngredient@7cadbea6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.Transmitter@3 new recipe: RecipeStage{tier='five', recipe=8xtile.Transmitter@3:[mekanism.common.recipe.MekanismIngredient@a7e570f, mekanism.common.recipe.MekanismIngredient@a7e570f, mekanism.common.recipe.MekanismIngredient@a7e570f, mekanism.common.recipe.MekanismIngredient@a7e570f, net.minecraftforge.oredict.OreIngredient@6e647bbe, mekanism.common.recipe.MekanismIngredient@a7e570f, mekanism.common.recipe.MekanismIngredient@a7e570f, mekanism.common.recipe.MekanismIngredient@a7e570f, mekanism.common.recipe.MekanismIngredient@a7e570f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.Transmitter@3 new recipe: RecipeStage{tier='five', recipe=8xtile.Transmitter@3:[net.minecraftforge.oredict.OreIngredient@18e73a83, net.minecraftforge.oredict.OreIngredient@6641f462, net.minecraftforge.oredict.OreIngredient@18e73a83]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.Transmitter@2 new recipe: RecipeStage{tier='five', recipe=8xtile.Transmitter@2:[mekanism.common.recipe.MekanismIngredient@4bbf1eff, mekanism.common.recipe.MekanismIngredient@4bbf1eff, mekanism.common.recipe.MekanismIngredient@4bbf1eff, mekanism.common.recipe.MekanismIngredient@4bbf1eff, net.minecraftforge.oredict.OreIngredient@427ba5e6, mekanism.common.recipe.MekanismIngredient@4bbf1eff, mekanism.common.recipe.MekanismIngredient@4bbf1eff, mekanism.common.recipe.MekanismIngredient@4bbf1eff, mekanism.common.recipe.MekanismIngredient@4bbf1eff]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.Transmitter@2 new recipe: RecipeStage{tier='five', recipe=8xtile.Transmitter@2:[mekanism.common.recipe.MekanismIngredient@467ff47d, mekanism.common.recipe.MekanismIngredient@467ff47d, mekanism.common.recipe.MekanismIngredient@467ff47d, mekanism.common.recipe.MekanismIngredient@467ff47d, net.minecraftforge.oredict.OreIngredient@5fdead60, mekanism.common.recipe.MekanismIngredient@467ff47d, mekanism.common.recipe.MekanismIngredient@467ff47d, mekanism.common.recipe.MekanismIngredient@467ff47d, mekanism.common.recipe.MekanismIngredient@467ff47d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.Transmitter@2 new recipe: RecipeStage{tier='five', recipe=8xtile.Transmitter@2:[mekanism.common.recipe.MekanismIngredient@1477b59f, mekanism.common.recipe.MekanismIngredient@1477b59f, mekanism.common.recipe.MekanismIngredient@1477b59f, mekanism.common.recipe.MekanismIngredient@1477b59f, net.minecraftforge.oredict.OreIngredient@9558c1d, mekanism.common.recipe.MekanismIngredient@1477b59f, mekanism.common.recipe.MekanismIngredient@1477b59f, mekanism.common.recipe.MekanismIngredient@1477b59f, mekanism.common.recipe.MekanismIngredient@1477b59f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.Transmitter@2 new recipe: RecipeStage{tier='five', recipe=8xtile.Transmitter@2:[net.minecraftforge.oredict.OreIngredient@57bbf558, net.minecraftforge.oredict.OreIngredient@f490643, net.minecraftforge.oredict.OreIngredient@57bbf558]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.Transmitter@1 new recipe: RecipeStage{tier='five', recipe=8xtile.Transmitter@1:[mekanism.common.recipe.MekanismIngredient@1f3bfbc, mekanism.common.recipe.MekanismIngredient@1f3bfbc, mekanism.common.recipe.MekanismIngredient@1f3bfbc, mekanism.common.recipe.MekanismIngredient@1f3bfbc, net.minecraftforge.oredict.OreIngredient@7dce8e52, mekanism.common.recipe.MekanismIngredient@1f3bfbc, mekanism.common.recipe.MekanismIngredient@1f3bfbc, mekanism.common.recipe.MekanismIngredient@1f3bfbc, mekanism.common.recipe.MekanismIngredient@1f3bfbc]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.Transmitter@1 new recipe: RecipeStage{tier='five', recipe=8xtile.Transmitter@1:[mekanism.common.recipe.MekanismIngredient@34123e6, mekanism.common.recipe.MekanismIngredient@34123e6, mekanism.common.recipe.MekanismIngredient@34123e6, mekanism.common.recipe.MekanismIngredient@34123e6, net.minecraftforge.oredict.OreIngredient@559dfaa9, mekanism.common.recipe.MekanismIngredient@34123e6, mekanism.common.recipe.MekanismIngredient@34123e6, mekanism.common.recipe.MekanismIngredient@34123e6, mekanism.common.recipe.MekanismIngredient@34123e6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.Transmitter@1 new recipe: RecipeStage{tier='five', recipe=8xtile.Transmitter@1:[mekanism.common.recipe.MekanismIngredient@17a404e2, mekanism.common.recipe.MekanismIngredient@17a404e2, mekanism.common.recipe.MekanismIngredient@17a404e2, mekanism.common.recipe.MekanismIngredient@17a404e2, net.minecraftforge.oredict.OreIngredient@524e49d0, mekanism.common.recipe.MekanismIngredient@17a404e2, mekanism.common.recipe.MekanismIngredient@17a404e2, mekanism.common.recipe.MekanismIngredient@17a404e2, mekanism.common.recipe.MekanismIngredient@17a404e2]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.Transmitter@1 new recipe: RecipeStage{tier='five', recipe=8xtile.Transmitter@1:[net.minecraftforge.oredict.OreIngredient@6a137518, net.minecraft.item.crafting.Ingredient@68722446, net.minecraftforge.oredict.OreIngredient@6a137518]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.Transmitter@0 new recipe: RecipeStage{tier='five', recipe=8xtile.Transmitter@0:[mekanism.common.recipe.MekanismIngredient@c71e04a, mekanism.common.recipe.MekanismIngredient@c71e04a, mekanism.common.recipe.MekanismIngredient@c71e04a, mekanism.common.recipe.MekanismIngredient@c71e04a, net.minecraftforge.oredict.OreIngredient@71978519, mekanism.common.recipe.MekanismIngredient@c71e04a, mekanism.common.recipe.MekanismIngredient@c71e04a, mekanism.common.recipe.MekanismIngredient@c71e04a, mekanism.common.recipe.MekanismIngredient@c71e04a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.Transmitter@0 new recipe: RecipeStage{tier='five', recipe=8xtile.Transmitter@0:[mekanism.common.recipe.MekanismIngredient@4405b532, mekanism.common.recipe.MekanismIngredient@4405b532, mekanism.common.recipe.MekanismIngredient@4405b532, mekanism.common.recipe.MekanismIngredient@4405b532, net.minecraftforge.oredict.OreIngredient@71329af8, mekanism.common.recipe.MekanismIngredient@4405b532, mekanism.common.recipe.MekanismIngredient@4405b532, mekanism.common.recipe.MekanismIngredient@4405b532, mekanism.common.recipe.MekanismIngredient@4405b532]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.Transmitter@0 new recipe: RecipeStage{tier='five', recipe=8xtile.Transmitter@0:[mekanism.common.recipe.MekanismIngredient@1245a2b3, mekanism.common.recipe.MekanismIngredient@1245a2b3, mekanism.common.recipe.MekanismIngredient@1245a2b3, mekanism.common.recipe.MekanismIngredient@1245a2b3, net.minecraftforge.oredict.OreIngredient@2f25c5eb, mekanism.common.recipe.MekanismIngredient@1245a2b3, mekanism.common.recipe.MekanismIngredient@1245a2b3, mekanism.common.recipe.MekanismIngredient@1245a2b3, mekanism.common.recipe.MekanismIngredient@1245a2b3]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.Transmitter@0 new recipe: RecipeStage{tier='five', recipe=8xtile.Transmitter@0:[net.minecraftforge.oredict.OreIngredient@11344e70, net.minecraftforge.oredict.OreIngredient@71c263fc, net.minecraftforge.oredict.OreIngredient@11344e70]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.TierInstaller@3 new recipe: RecipeStage{tier='five', recipe=1xitem.TierInstaller@3:[net.minecraftforge.oredict.OreIngredient@4cf75f2, net.minecraftforge.oredict.OreIngredient@303ad71e, net.minecraftforge.oredict.OreIngredient@4cf75f2, net.minecraftforge.oredict.OreIngredient@5c57716e, net.minecraftforge.oredict.OreIngredient@2c50838e, net.minecraftforge.oredict.OreIngredient@5c57716e, net.minecraftforge.oredict.OreIngredient@4cf75f2, net.minecraftforge.oredict.OreIngredient@303ad71e, net.minecraftforge.oredict.OreIngredient@4cf75f2]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.TierInstaller@2 new recipe: RecipeStage{tier='five', recipe=1xitem.TierInstaller@2:[net.minecraftforge.oredict.OreIngredient@74963975, net.minecraftforge.oredict.OreIngredient@5931dabe, net.minecraftforge.oredict.OreIngredient@74963975, net.minecraftforge.oredict.OreIngredient@6e28348, net.minecraftforge.oredict.OreIngredient@77e631d3, net.minecraftforge.oredict.OreIngredient@6e28348, net.minecraftforge.oredict.OreIngredient@74963975, net.minecraftforge.oredict.OreIngredient@5931dabe, net.minecraftforge.oredict.OreIngredient@74963975]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.TierInstaller@1 new recipe: RecipeStage{tier='five', recipe=1xitem.TierInstaller@1:[net.minecraftforge.oredict.OreIngredient@2eecafaa, net.minecraftforge.oredict.OreIngredient@570ad57f, net.minecraftforge.oredict.OreIngredient@2eecafaa, net.minecraftforge.oredict.OreIngredient@2d2f230e, net.minecraftforge.oredict.OreIngredient@1507d64f, net.minecraftforge.oredict.OreIngredient@2d2f230e, net.minecraftforge.oredict.OreIngredient@2eecafaa, net.minecraftforge.oredict.OreIngredient@570ad57f, net.minecraftforge.oredict.OreIngredient@2eecafaa]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.TierInstaller@0 new recipe: RecipeStage{tier='five', recipe=1xitem.TierInstaller@0:[net.minecraftforge.oredict.OreIngredient@622f578b, net.minecraftforge.oredict.OreIngredient@6641f462, net.minecraftforge.oredict.OreIngredient@622f578b, net.minecraftforge.oredict.OreIngredient@7a496f41, net.minecraftforge.oredict.OreIngredient@76fdc457, net.minecraftforge.oredict.OreIngredient@7a496f41, net.minecraftforge.oredict.OreIngredient@622f578b, net.minecraftforge.oredict.OreIngredient@6641f462, net.minecraftforge.oredict.OreIngredient@622f578b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.TeleportationCore@0 new recipe: RecipeStage{tier='five', recipe=1xitem.TeleportationCore@0:[net.minecraft.item.crafting.Ingredient@4231efd0, net.minecraft.item.crafting.Ingredient@1c34b474, net.minecraft.item.crafting.Ingredient@4231efd0, net.minecraftforge.oredict.OreIngredient@583228e7, net.minecraft.item.crafting.Ingredient@67ff9eb1, net.minecraftforge.oredict.OreIngredient@583228e7, net.minecraft.item.crafting.Ingredient@4231efd0, net.minecraft.item.crafting.Ingredient@1c34b474, net.minecraft.item.crafting.Ingredient@4231efd0]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.SpeedUpgrade@0 new recipe: RecipeStage{tier='five', recipe=1xitem.SpeedUpgrade@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@77ac17ad, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@64303b4d, net.minecraftforge.oredict.OreIngredient@6408cbe9, net.minecraft.item.crafting.Ingredient@64303b4d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@77ac17ad, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.SlickPlasticBlock@9 new recipe: RecipeStage{tier='five', recipe=4xtile.SlickPlasticBlock@9:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1e2d6d90, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1e2d6d90, net.minecraftforge.oredict.OreIngredient@5b245184, net.minecraft.item.crafting.Ingredient@1e2d6d90, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1e2d6d90, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.SlickPlasticBlock@9 new recipe: RecipeStage{tier='five', recipe=4xtile.SlickPlasticBlock@9:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5b309541, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5b309541, net.minecraftforge.oredict.OreIngredient@3a0a8106, net.minecraft.item.crafting.Ingredient@5b309541, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5b309541, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.SlickPlasticBlock@8 new recipe: RecipeStage{tier='five', recipe=4xtile.SlickPlasticBlock@8:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5b73af97, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5b73af97, net.minecraftforge.oredict.OreIngredient@3cf59311, net.minecraft.item.crafting.Ingredient@5b73af97, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5b73af97, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.SlickPlasticBlock@8 new recipe: RecipeStage{tier='five', recipe=4xtile.SlickPlasticBlock@8:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1da7d1bb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1da7d1bb, net.minecraftforge.oredict.OreIngredient@346a8012, net.minecraft.item.crafting.Ingredient@1da7d1bb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1da7d1bb, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.SlickPlasticBlock@7 new recipe: RecipeStage{tier='five', recipe=4xtile.SlickPlasticBlock@7:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@792190ef, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@792190ef, net.minecraftforge.oredict.OreIngredient@19bdae96, net.minecraft.item.crafting.Ingredient@792190ef, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@792190ef, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.SlickPlasticBlock@7 new recipe: RecipeStage{tier='five', recipe=4xtile.SlickPlasticBlock@7:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@729706dd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@729706dd, net.minecraftforge.oredict.OreIngredient@15f350f6, net.minecraft.item.crafting.Ingredient@729706dd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@729706dd, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.SlickPlasticBlock@6 new recipe: RecipeStage{tier='five', recipe=4xtile.SlickPlasticBlock@6:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3fdcd51f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3fdcd51f, net.minecraftforge.oredict.OreIngredient@46b4ae68, net.minecraft.item.crafting.Ingredient@3fdcd51f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3fdcd51f, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.SlickPlasticBlock@6 new recipe: RecipeStage{tier='five', recipe=4xtile.SlickPlasticBlock@6:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6cc5ae4e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6cc5ae4e, net.minecraftforge.oredict.OreIngredient@7ffc477e, net.minecraft.item.crafting.Ingredient@6cc5ae4e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6cc5ae4e, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.SlickPlasticBlock@5 new recipe: RecipeStage{tier='five', recipe=4xtile.SlickPlasticBlock@5:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@105169f3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@105169f3, net.minecraftforge.oredict.OreIngredient@2ffbf115, net.minecraft.item.crafting.Ingredient@105169f3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@105169f3, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.SlickPlasticBlock@5 new recipe: RecipeStage{tier='five', recipe=4xtile.SlickPlasticBlock@5:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3679cddf, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3679cddf, net.minecraftforge.oredict.OreIngredient@16112693, net.minecraft.item.crafting.Ingredient@3679cddf, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3679cddf, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.SlickPlasticBlock@4 new recipe: RecipeStage{tier='five', recipe=4xtile.SlickPlasticBlock@4:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@45503858, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@45503858, net.minecraftforge.oredict.OreIngredient@566e12de, net.minecraft.item.crafting.Ingredient@45503858, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@45503858, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.SlickPlasticBlock@4 new recipe: RecipeStage{tier='five', recipe=4xtile.SlickPlasticBlock@4:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@353dd74b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@353dd74b, net.minecraftforge.oredict.OreIngredient@62c367ec, net.minecraft.item.crafting.Ingredient@353dd74b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@353dd74b, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.SlickPlasticBlock@3 new recipe: RecipeStage{tier='five', recipe=4xtile.SlickPlasticBlock@3:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@37b99478, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@37b99478, net.minecraftforge.oredict.OreIngredient@1c796ab2, net.minecraft.item.crafting.Ingredient@37b99478, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@37b99478, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.SlickPlasticBlock@3 new recipe: RecipeStage{tier='five', recipe=4xtile.SlickPlasticBlock@3:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@bd7ba4a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@bd7ba4a, net.minecraftforge.oredict.OreIngredient@72e47d31, net.minecraft.item.crafting.Ingredient@bd7ba4a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@bd7ba4a, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.SlickPlasticBlock@2 new recipe: RecipeStage{tier='five', recipe=4xtile.SlickPlasticBlock@2:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@644d30f9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@644d30f9, net.minecraftforge.oredict.OreIngredient@33df908b, net.minecraft.item.crafting.Ingredient@644d30f9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@644d30f9, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.SlickPlasticBlock@2 new recipe: RecipeStage{tier='five', recipe=4xtile.SlickPlasticBlock@2:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5868b0bd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5868b0bd, net.minecraftforge.oredict.OreIngredient@5738a3a5, net.minecraft.item.crafting.Ingredient@5868b0bd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5868b0bd, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.SlickPlasticBlock@1 new recipe: RecipeStage{tier='five', recipe=4xtile.SlickPlasticBlock@1:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6c066f58, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6c066f58, net.minecraftforge.oredict.OreIngredient@648ca025, net.minecraft.item.crafting.Ingredient@6c066f58, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6c066f58, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.SlickPlasticBlock@15 new recipe: RecipeStage{tier='five', recipe=4xtile.SlickPlasticBlock@15:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@22078dc5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@22078dc5, net.minecraftforge.oredict.OreIngredient@4ca9b278, net.minecraft.item.crafting.Ingredient@22078dc5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@22078dc5, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.SlickPlasticBlock@15 new recipe: RecipeStage{tier='five', recipe=4xtile.SlickPlasticBlock@15:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1264be20, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1264be20, net.minecraftforge.oredict.OreIngredient@40a3c9a, net.minecraft.item.crafting.Ingredient@1264be20, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1264be20, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.SlickPlasticBlock@14 new recipe: RecipeStage{tier='five', recipe=4xtile.SlickPlasticBlock@14:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@462a76a3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@462a76a3, net.minecraftforge.oredict.OreIngredient@1c5e2191, net.minecraft.item.crafting.Ingredient@462a76a3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@462a76a3, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.SlickPlasticBlock@14 new recipe: RecipeStage{tier='five', recipe=4xtile.SlickPlasticBlock@14:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@42178b7a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@42178b7a, net.minecraftforge.oredict.OreIngredient@1730bc71, net.minecraft.item.crafting.Ingredient@42178b7a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@42178b7a, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.SlickPlasticBlock@13 new recipe: RecipeStage{tier='five', recipe=4xtile.SlickPlasticBlock@13:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@39bf5636, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@39bf5636, net.minecraftforge.oredict.OreIngredient@2f3af4ed, net.minecraft.item.crafting.Ingredient@39bf5636, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@39bf5636, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.SlickPlasticBlock@13 new recipe: RecipeStage{tier='five', recipe=4xtile.SlickPlasticBlock@13:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7a220076, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7a220076, net.minecraftforge.oredict.OreIngredient@362415f5, net.minecraft.item.crafting.Ingredient@7a220076, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7a220076, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.SlickPlasticBlock@12 new recipe: RecipeStage{tier='five', recipe=4xtile.SlickPlasticBlock@12:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@66149ff9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@66149ff9, net.minecraftforge.oredict.OreIngredient@6a05eb50, net.minecraft.item.crafting.Ingredient@66149ff9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@66149ff9, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.SlickPlasticBlock@12 new recipe: RecipeStage{tier='five', recipe=4xtile.SlickPlasticBlock@12:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5bdf5780, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5bdf5780, net.minecraftforge.oredict.OreIngredient@1432fe90, net.minecraft.item.crafting.Ingredient@5bdf5780, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5bdf5780, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.SlickPlasticBlock@11 new recipe: RecipeStage{tier='five', recipe=4xtile.SlickPlasticBlock@11:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@39aadec0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@39aadec0, net.minecraftforge.oredict.OreIngredient@64c50e11, net.minecraft.item.crafting.Ingredient@39aadec0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@39aadec0, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.SlickPlasticBlock@11 new recipe: RecipeStage{tier='five', recipe=4xtile.SlickPlasticBlock@11:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@77c064c6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@77c064c6, net.minecraftforge.oredict.OreIngredient@1c3c1acf, net.minecraft.item.crafting.Ingredient@77c064c6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@77c064c6, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.SlickPlasticBlock@10 new recipe: RecipeStage{tier='five', recipe=4xtile.SlickPlasticBlock@10:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@673cb944, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@673cb944, net.minecraftforge.oredict.OreIngredient@77ee398c, net.minecraft.item.crafting.Ingredient@673cb944, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@673cb944, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.SlickPlasticBlock@10 new recipe: RecipeStage{tier='five', recipe=4xtile.SlickPlasticBlock@10:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@12364657, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@12364657, net.minecraftforge.oredict.OreIngredient@5fc7b501, net.minecraft.item.crafting.Ingredient@12364657, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@12364657, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.SlickPlasticBlock@1 new recipe: RecipeStage{tier='five', recipe=4xtile.SlickPlasticBlock@1:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3c53746e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3c53746e, net.minecraftforge.oredict.OreIngredient@6f00e154, net.minecraft.item.crafting.Ingredient@3c53746e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3c53746e, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.SlickPlasticBlock@0 new recipe: RecipeStage{tier='five', recipe=4xtile.SlickPlasticBlock@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@273d95f0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@273d95f0, net.minecraftforge.oredict.OreIngredient@4beb0651, net.minecraft.item.crafting.Ingredient@273d95f0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@273d95f0, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.SlickPlasticBlock@0 new recipe: RecipeStage{tier='five', recipe=4xtile.SlickPlasticBlock@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@b7c7770, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@b7c7770, net.minecraftforge.oredict.OreIngredient@227ec7ca, net.minecraft.item.crafting.Ingredient@b7c7770, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@b7c7770, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.SeismicReader@0 new recipe: RecipeStage{tier='five', recipe=1xitem.SeismicReader@0:[net.minecraftforge.oredict.OreIngredient@3f839e3e, net.minecraft.item.crafting.Ingredient@5632611f, net.minecraftforge.oredict.OreIngredient@3f839e3e, net.minecraftforge.oredict.OreIngredient@3f839e3e, net.minecraft.item.crafting.Ingredient@40a00429, net.minecraftforge.oredict.OreIngredient@3f839e3e, net.minecraftforge.oredict.OreIngredient@3f839e3e, net.minecraftforge.oredict.OreIngredient@3f839e3e, net.minecraftforge.oredict.OreIngredient@3f839e3e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ScubaTank@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ScubaTank@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6641f462, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@37047b24, mekanism.common.recipe.MekanismIngredient@792ed9a4, net.minecraft.item.crafting.Ingredient@37047b24, net.minecraftforge.oredict.OreIngredient@6078e565, net.minecraftforge.oredict.OreIngredient@6078e565, net.minecraftforge.oredict.OreIngredient@6078e565]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.Robit@0 new recipe: RecipeStage{tier='five', recipe=1xitem.Robit@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@53bcaa85, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4611f328, net.minecraft.item.crafting.Ingredient@4af1437a, net.minecraft.item.crafting.Ingredient@4611f328, net.minecraftforge.oredict.OreIngredient@18a9864a, net.minecraft.item.crafting.Ingredient@4c897440, net.minecraftforge.oredict.OreIngredient@18a9864a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.RoadPlasticBlock@9 new recipe: RecipeStage{tier='five', recipe=4xtile.RoadPlasticBlock@9:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@452f1a34, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@452f1a34, net.minecraftforge.oredict.OreIngredient@ffb6fbd, net.minecraft.item.crafting.Ingredient@452f1a34, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@452f1a34, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.RoadPlasticBlock@9 new recipe: RecipeStage{tier='five', recipe=3xtile.RoadPlasticBlock@9:[net.minecraft.item.crafting.Ingredient@6f2d21dd, net.minecraft.item.crafting.Ingredient@6f2d21dd, net.minecraft.item.crafting.Ingredient@6f2d21dd, net.minecraft.item.crafting.Ingredient@3ccd536, net.minecraft.item.crafting.Ingredient@3ccd536, net.minecraft.item.crafting.Ingredient@3ccd536, net.minecraft.item.crafting.Ingredient@6f2d21dd, net.minecraft.item.crafting.Ingredient@6f2d21dd, net.minecraft.item.crafting.Ingredient@6f2d21dd]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.RoadPlasticBlock@8 new recipe: RecipeStage{tier='five', recipe=4xtile.RoadPlasticBlock@8:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2b222bc2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2b222bc2, net.minecraftforge.oredict.OreIngredient@3a06bcd4, net.minecraft.item.crafting.Ingredient@2b222bc2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2b222bc2, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.RoadPlasticBlock@8 new recipe: RecipeStage{tier='five', recipe=3xtile.RoadPlasticBlock@8:[net.minecraft.item.crafting.Ingredient@57a550a8, net.minecraft.item.crafting.Ingredient@57a550a8, net.minecraft.item.crafting.Ingredient@57a550a8, net.minecraft.item.crafting.Ingredient@6a80c5ac, net.minecraft.item.crafting.Ingredient@6a80c5ac, net.minecraft.item.crafting.Ingredient@6a80c5ac, net.minecraft.item.crafting.Ingredient@57a550a8, net.minecraft.item.crafting.Ingredient@57a550a8, net.minecraft.item.crafting.Ingredient@57a550a8]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.RoadPlasticBlock@7 new recipe: RecipeStage{tier='five', recipe=4xtile.RoadPlasticBlock@7:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4e976d3f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4e976d3f, net.minecraftforge.oredict.OreIngredient@3ad37809, net.minecraft.item.crafting.Ingredient@4e976d3f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4e976d3f, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.RoadPlasticBlock@7 new recipe: RecipeStage{tier='five', recipe=3xtile.RoadPlasticBlock@7:[net.minecraft.item.crafting.Ingredient@5f7deefa, net.minecraft.item.crafting.Ingredient@5f7deefa, net.minecraft.item.crafting.Ingredient@5f7deefa, net.minecraft.item.crafting.Ingredient@a502339, net.minecraft.item.crafting.Ingredient@a502339, net.minecraft.item.crafting.Ingredient@a502339, net.minecraft.item.crafting.Ingredient@5f7deefa, net.minecraft.item.crafting.Ingredient@5f7deefa, net.minecraft.item.crafting.Ingredient@5f7deefa]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.RoadPlasticBlock@6 new recipe: RecipeStage{tier='five', recipe=4xtile.RoadPlasticBlock@6:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4aa3ab91, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4aa3ab91, net.minecraftforge.oredict.OreIngredient@4cc15777, net.minecraft.item.crafting.Ingredient@4aa3ab91, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4aa3ab91, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.RoadPlasticBlock@6 new recipe: RecipeStage{tier='five', recipe=3xtile.RoadPlasticBlock@6:[net.minecraft.item.crafting.Ingredient@a402998, net.minecraft.item.crafting.Ingredient@a402998, net.minecraft.item.crafting.Ingredient@a402998, net.minecraft.item.crafting.Ingredient@43ee5027, net.minecraft.item.crafting.Ingredient@43ee5027, net.minecraft.item.crafting.Ingredient@43ee5027, net.minecraft.item.crafting.Ingredient@a402998, net.minecraft.item.crafting.Ingredient@a402998, net.minecraft.item.crafting.Ingredient@a402998]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.RoadPlasticBlock@5 new recipe: RecipeStage{tier='five', recipe=4xtile.RoadPlasticBlock@5:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2117ec82, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2117ec82, net.minecraftforge.oredict.OreIngredient@15f77a9d, net.minecraft.item.crafting.Ingredient@2117ec82, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2117ec82, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.RoadPlasticBlock@5 new recipe: RecipeStage{tier='five', recipe=3xtile.RoadPlasticBlock@5:[net.minecraft.item.crafting.Ingredient@2c63edac, net.minecraft.item.crafting.Ingredient@2c63edac, net.minecraft.item.crafting.Ingredient@2c63edac, net.minecraft.item.crafting.Ingredient@6429915f, net.minecraft.item.crafting.Ingredient@6429915f, net.minecraft.item.crafting.Ingredient@6429915f, net.minecraft.item.crafting.Ingredient@2c63edac, net.minecraft.item.crafting.Ingredient@2c63edac, net.minecraft.item.crafting.Ingredient@2c63edac]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.RoadPlasticBlock@4 new recipe: RecipeStage{tier='five', recipe=4xtile.RoadPlasticBlock@4:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@45655d56, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@45655d56, net.minecraftforge.oredict.OreIngredient@5330ccc7, net.minecraft.item.crafting.Ingredient@45655d56, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@45655d56, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.RoadPlasticBlock@4 new recipe: RecipeStage{tier='five', recipe=3xtile.RoadPlasticBlock@4:[net.minecraft.item.crafting.Ingredient@7614edb7, net.minecraft.item.crafting.Ingredient@7614edb7, net.minecraft.item.crafting.Ingredient@7614edb7, net.minecraft.item.crafting.Ingredient@1fa1acbd, net.minecraft.item.crafting.Ingredient@1fa1acbd, net.minecraft.item.crafting.Ingredient@1fa1acbd, net.minecraft.item.crafting.Ingredient@7614edb7, net.minecraft.item.crafting.Ingredient@7614edb7, net.minecraft.item.crafting.Ingredient@7614edb7]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.RoadPlasticBlock@3 new recipe: RecipeStage{tier='five', recipe=4xtile.RoadPlasticBlock@3:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5956eb44, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5956eb44, net.minecraftforge.oredict.OreIngredient@69b800c5, net.minecraft.item.crafting.Ingredient@5956eb44, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5956eb44, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.RoadPlasticBlock@3 new recipe: RecipeStage{tier='five', recipe=3xtile.RoadPlasticBlock@3:[net.minecraft.item.crafting.Ingredient@3af63a91, net.minecraft.item.crafting.Ingredient@3af63a91, net.minecraft.item.crafting.Ingredient@3af63a91, net.minecraft.item.crafting.Ingredient@8206faf, net.minecraft.item.crafting.Ingredient@8206faf, net.minecraft.item.crafting.Ingredient@8206faf, net.minecraft.item.crafting.Ingredient@3af63a91, net.minecraft.item.crafting.Ingredient@3af63a91, net.minecraft.item.crafting.Ingredient@3af63a91]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.RoadPlasticBlock@2 new recipe: RecipeStage{tier='five', recipe=4xtile.RoadPlasticBlock@2:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@42609a26, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@42609a26, net.minecraftforge.oredict.OreIngredient@70d4e77c, net.minecraft.item.crafting.Ingredient@42609a26, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@42609a26, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.RoadPlasticBlock@2 new recipe: RecipeStage{tier='five', recipe=3xtile.RoadPlasticBlock@2:[net.minecraft.item.crafting.Ingredient@7cb4e9b4, net.minecraft.item.crafting.Ingredient@7cb4e9b4, net.minecraft.item.crafting.Ingredient@7cb4e9b4, net.minecraft.item.crafting.Ingredient@5863c0a1, net.minecraft.item.crafting.Ingredient@5863c0a1, net.minecraft.item.crafting.Ingredient@5863c0a1, net.minecraft.item.crafting.Ingredient@7cb4e9b4, net.minecraft.item.crafting.Ingredient@7cb4e9b4, net.minecraft.item.crafting.Ingredient@7cb4e9b4]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.RoadPlasticBlock@1 new recipe: RecipeStage{tier='five', recipe=4xtile.RoadPlasticBlock@1:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1f2a421c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1f2a421c, net.minecraftforge.oredict.OreIngredient@281ba25d, net.minecraft.item.crafting.Ingredient@1f2a421c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1f2a421c, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.RoadPlasticBlock@15 new recipe: RecipeStage{tier='five', recipe=4xtile.RoadPlasticBlock@15:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5382f7b1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5382f7b1, net.minecraftforge.oredict.OreIngredient@337a5cde, net.minecraft.item.crafting.Ingredient@5382f7b1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5382f7b1, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.RoadPlasticBlock@15 new recipe: RecipeStage{tier='five', recipe=3xtile.RoadPlasticBlock@15:[net.minecraft.item.crafting.Ingredient@1106478c, net.minecraft.item.crafting.Ingredient@1106478c, net.minecraft.item.crafting.Ingredient@1106478c, net.minecraft.item.crafting.Ingredient@67d4940f, net.minecraft.item.crafting.Ingredient@67d4940f, net.minecraft.item.crafting.Ingredient@67d4940f, net.minecraft.item.crafting.Ingredient@1106478c, net.minecraft.item.crafting.Ingredient@1106478c, net.minecraft.item.crafting.Ingredient@1106478c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.RoadPlasticBlock@14 new recipe: RecipeStage{tier='five', recipe=4xtile.RoadPlasticBlock@14:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6f090772, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6f090772, net.minecraftforge.oredict.OreIngredient@2c7e2405, net.minecraft.item.crafting.Ingredient@6f090772, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6f090772, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.RoadPlasticBlock@14 new recipe: RecipeStage{tier='five', recipe=3xtile.RoadPlasticBlock@14:[net.minecraft.item.crafting.Ingredient@737f899a, net.minecraft.item.crafting.Ingredient@737f899a, net.minecraft.item.crafting.Ingredient@737f899a, net.minecraft.item.crafting.Ingredient@29e81f55, net.minecraft.item.crafting.Ingredient@29e81f55, net.minecraft.item.crafting.Ingredient@29e81f55, net.minecraft.item.crafting.Ingredient@737f899a, net.minecraft.item.crafting.Ingredient@737f899a, net.minecraft.item.crafting.Ingredient@737f899a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.RoadPlasticBlock@13 new recipe: RecipeStage{tier='five', recipe=4xtile.RoadPlasticBlock@13:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1f5b5976, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1f5b5976, net.minecraftforge.oredict.OreIngredient@750e1af8, net.minecraft.item.crafting.Ingredient@1f5b5976, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1f5b5976, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.RoadPlasticBlock@13 new recipe: RecipeStage{tier='five', recipe=3xtile.RoadPlasticBlock@13:[net.minecraft.item.crafting.Ingredient@4945afb6, net.minecraft.item.crafting.Ingredient@4945afb6, net.minecraft.item.crafting.Ingredient@4945afb6, net.minecraft.item.crafting.Ingredient@19e64b7, net.minecraft.item.crafting.Ingredient@19e64b7, net.minecraft.item.crafting.Ingredient@19e64b7, net.minecraft.item.crafting.Ingredient@4945afb6, net.minecraft.item.crafting.Ingredient@4945afb6, net.minecraft.item.crafting.Ingredient@4945afb6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.RoadPlasticBlock@12 new recipe: RecipeStage{tier='five', recipe=4xtile.RoadPlasticBlock@12:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3166bf32, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3166bf32, net.minecraftforge.oredict.OreIngredient@75ad7464, net.minecraft.item.crafting.Ingredient@3166bf32, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3166bf32, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.RoadPlasticBlock@12 new recipe: RecipeStage{tier='five', recipe=3xtile.RoadPlasticBlock@12:[net.minecraft.item.crafting.Ingredient@46dfad31, net.minecraft.item.crafting.Ingredient@46dfad31, net.minecraft.item.crafting.Ingredient@46dfad31, net.minecraft.item.crafting.Ingredient@56ca979c, net.minecraft.item.crafting.Ingredient@56ca979c, net.minecraft.item.crafting.Ingredient@56ca979c, net.minecraft.item.crafting.Ingredient@46dfad31, net.minecraft.item.crafting.Ingredient@46dfad31, net.minecraft.item.crafting.Ingredient@46dfad31]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.RoadPlasticBlock@11 new recipe: RecipeStage{tier='five', recipe=4xtile.RoadPlasticBlock@11:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@26a871f9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@26a871f9, net.minecraftforge.oredict.OreIngredient@241f98d1, net.minecraft.item.crafting.Ingredient@26a871f9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@26a871f9, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.RoadPlasticBlock@11 new recipe: RecipeStage{tier='five', recipe=3xtile.RoadPlasticBlock@11:[net.minecraft.item.crafting.Ingredient@2c6c659e, net.minecraft.item.crafting.Ingredient@2c6c659e, net.minecraft.item.crafting.Ingredient@2c6c659e, net.minecraft.item.crafting.Ingredient@3b9abfe8, net.minecraft.item.crafting.Ingredient@3b9abfe8, net.minecraft.item.crafting.Ingredient@3b9abfe8, net.minecraft.item.crafting.Ingredient@2c6c659e, net.minecraft.item.crafting.Ingredient@2c6c659e, net.minecraft.item.crafting.Ingredient@2c6c659e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.RoadPlasticBlock@10 new recipe: RecipeStage{tier='five', recipe=4xtile.RoadPlasticBlock@10:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7c2f5ea8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7c2f5ea8, net.minecraftforge.oredict.OreIngredient@4ada1180, net.minecraft.item.crafting.Ingredient@7c2f5ea8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7c2f5ea8, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.RoadPlasticBlock@10 new recipe: RecipeStage{tier='five', recipe=3xtile.RoadPlasticBlock@10:[net.minecraft.item.crafting.Ingredient@10399ec7, net.minecraft.item.crafting.Ingredient@10399ec7, net.minecraft.item.crafting.Ingredient@10399ec7, net.minecraft.item.crafting.Ingredient@64fe0576, net.minecraft.item.crafting.Ingredient@64fe0576, net.minecraft.item.crafting.Ingredient@64fe0576, net.minecraft.item.crafting.Ingredient@10399ec7, net.minecraft.item.crafting.Ingredient@10399ec7, net.minecraft.item.crafting.Ingredient@10399ec7]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.RoadPlasticBlock@1 new recipe: RecipeStage{tier='five', recipe=3xtile.RoadPlasticBlock@1:[net.minecraft.item.crafting.Ingredient@58851e22, net.minecraft.item.crafting.Ingredient@58851e22, net.minecraft.item.crafting.Ingredient@58851e22, net.minecraft.item.crafting.Ingredient@388a064f, net.minecraft.item.crafting.Ingredient@388a064f, net.minecraft.item.crafting.Ingredient@388a064f, net.minecraft.item.crafting.Ingredient@58851e22, net.minecraft.item.crafting.Ingredient@58851e22, net.minecraft.item.crafting.Ingredient@58851e22]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.RoadPlasticBlock@0 new recipe: RecipeStage{tier='five', recipe=4xtile.RoadPlasticBlock@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5ff930c3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5ff930c3, net.minecraftforge.oredict.OreIngredient@33c315d, net.minecraft.item.crafting.Ingredient@5ff930c3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5ff930c3, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.RoadPlasticBlock@0 new recipe: RecipeStage{tier='five', recipe=3xtile.RoadPlasticBlock@0:[net.minecraft.item.crafting.Ingredient@146e3489, net.minecraft.item.crafting.Ingredient@146e3489, net.minecraft.item.crafting.Ingredient@146e3489, net.minecraft.item.crafting.Ingredient@1949c634, net.minecraft.item.crafting.Ingredient@1949c634, net.minecraft.item.crafting.Ingredient@1949c634, net.minecraft.item.crafting.Ingredient@146e3489, net.minecraft.item.crafting.Ingredient@146e3489, net.minecraft.item.crafting.Ingredient@146e3489]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.ReinforcedPlasticBlock@9 new recipe: RecipeStage{tier='five', recipe=4xtile.ReinforcedPlasticBlock@9:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7a095627, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7a095627, net.minecraftforge.oredict.OreIngredient@796b122, net.minecraft.item.crafting.Ingredient@7a095627, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7a095627, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.ReinforcedPlasticBlock@9 new recipe: RecipeStage{tier='five', recipe=4xtile.ReinforcedPlasticBlock@9:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2a8955d0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2a8955d0, net.minecraftforge.oredict.OreIngredient@7453dbf7, net.minecraft.item.crafting.Ingredient@2a8955d0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2a8955d0, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.ReinforcedPlasticBlock@8 new recipe: RecipeStage{tier='five', recipe=4xtile.ReinforcedPlasticBlock@8:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@81672a6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@81672a6, net.minecraftforge.oredict.OreIngredient@47a3e3cb, net.minecraft.item.crafting.Ingredient@81672a6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@81672a6, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.ReinforcedPlasticBlock@8 new recipe: RecipeStage{tier='five', recipe=4xtile.ReinforcedPlasticBlock@8:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7bf48b23, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7bf48b23, net.minecraftforge.oredict.OreIngredient@23e84650, net.minecraft.item.crafting.Ingredient@7bf48b23, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7bf48b23, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.ReinforcedPlasticBlock@7 new recipe: RecipeStage{tier='five', recipe=4xtile.ReinforcedPlasticBlock@7:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@60730067, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@60730067, net.minecraftforge.oredict.OreIngredient@7ed5ea01, net.minecraft.item.crafting.Ingredient@60730067, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@60730067, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.ReinforcedPlasticBlock@7 new recipe: RecipeStage{tier='five', recipe=4xtile.ReinforcedPlasticBlock@7:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@199e8fb9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@199e8fb9, net.minecraftforge.oredict.OreIngredient@235d7d4, net.minecraft.item.crafting.Ingredient@199e8fb9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@199e8fb9, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.ReinforcedPlasticBlock@6 new recipe: RecipeStage{tier='five', recipe=4xtile.ReinforcedPlasticBlock@6:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@79dc1aaa, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@79dc1aaa, net.minecraftforge.oredict.OreIngredient@91605a2, net.minecraft.item.crafting.Ingredient@79dc1aaa, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@79dc1aaa, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.ReinforcedPlasticBlock@6 new recipe: RecipeStage{tier='five', recipe=4xtile.ReinforcedPlasticBlock@6:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@310ddbd7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@310ddbd7, net.minecraftforge.oredict.OreIngredient@7563dbf3, net.minecraft.item.crafting.Ingredient@310ddbd7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@310ddbd7, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.ReinforcedPlasticBlock@5 new recipe: RecipeStage{tier='five', recipe=4xtile.ReinforcedPlasticBlock@5:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5abdd597, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5abdd597, net.minecraftforge.oredict.OreIngredient@2965679a, net.minecraft.item.crafting.Ingredient@5abdd597, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5abdd597, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.ReinforcedPlasticBlock@5 new recipe: RecipeStage{tier='five', recipe=4xtile.ReinforcedPlasticBlock@5:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@25c6620a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@25c6620a, net.minecraftforge.oredict.OreIngredient@4205e451, net.minecraft.item.crafting.Ingredient@25c6620a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@25c6620a, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.ReinforcedPlasticBlock@4 new recipe: RecipeStage{tier='five', recipe=4xtile.ReinforcedPlasticBlock@4:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@26c1049c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@26c1049c, net.minecraftforge.oredict.OreIngredient@6e91704a, net.minecraft.item.crafting.Ingredient@26c1049c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@26c1049c, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.ReinforcedPlasticBlock@4 new recipe: RecipeStage{tier='five', recipe=4xtile.ReinforcedPlasticBlock@4:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@34818c77, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@34818c77, net.minecraftforge.oredict.OreIngredient@5c16f802, net.minecraft.item.crafting.Ingredient@34818c77, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@34818c77, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.ReinforcedPlasticBlock@3 new recipe: RecipeStage{tier='five', recipe=4xtile.ReinforcedPlasticBlock@3:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@79b85d16, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@79b85d16, net.minecraftforge.oredict.OreIngredient@51b20127, net.minecraft.item.crafting.Ingredient@79b85d16, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@79b85d16, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.ReinforcedPlasticBlock@3 new recipe: RecipeStage{tier='five', recipe=4xtile.ReinforcedPlasticBlock@3:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@458f7247, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@458f7247, net.minecraftforge.oredict.OreIngredient@3dc5a3aa, net.minecraft.item.crafting.Ingredient@458f7247, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@458f7247, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.ReinforcedPlasticBlock@2 new recipe: RecipeStage{tier='five', recipe=4xtile.ReinforcedPlasticBlock@2:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@75f39078, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@75f39078, net.minecraftforge.oredict.OreIngredient@7360f1f, net.minecraft.item.crafting.Ingredient@75f39078, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@75f39078, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.ReinforcedPlasticBlock@2 new recipe: RecipeStage{tier='five', recipe=4xtile.ReinforcedPlasticBlock@2:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7d326435, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7d326435, net.minecraftforge.oredict.OreIngredient@932ac9a, net.minecraft.item.crafting.Ingredient@7d326435, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7d326435, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.ReinforcedPlasticBlock@1 new recipe: RecipeStage{tier='five', recipe=4xtile.ReinforcedPlasticBlock@1:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5b1e5da0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5b1e5da0, net.minecraftforge.oredict.OreIngredient@77a92490, net.minecraft.item.crafting.Ingredient@5b1e5da0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5b1e5da0, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.ReinforcedPlasticBlock@15 new recipe: RecipeStage{tier='five', recipe=4xtile.ReinforcedPlasticBlock@15:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@60eb3b98, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@60eb3b98, net.minecraftforge.oredict.OreIngredient@fa60828, net.minecraft.item.crafting.Ingredient@60eb3b98, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@60eb3b98, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.ReinforcedPlasticBlock@15 new recipe: RecipeStage{tier='five', recipe=4xtile.ReinforcedPlasticBlock@15:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7556728a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7556728a, net.minecraftforge.oredict.OreIngredient@7591fa2e, net.minecraft.item.crafting.Ingredient@7556728a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7556728a, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.ReinforcedPlasticBlock@14 new recipe: RecipeStage{tier='five', recipe=4xtile.ReinforcedPlasticBlock@14:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6fe12d3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6fe12d3, net.minecraftforge.oredict.OreIngredient@3c28f9f9, net.minecraft.item.crafting.Ingredient@6fe12d3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6fe12d3, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.ReinforcedPlasticBlock@14 new recipe: RecipeStage{tier='five', recipe=4xtile.ReinforcedPlasticBlock@14:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@50f018d3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@50f018d3, net.minecraftforge.oredict.OreIngredient@4c0e5e58, net.minecraft.item.crafting.Ingredient@50f018d3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@50f018d3, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.ReinforcedPlasticBlock@13 new recipe: RecipeStage{tier='five', recipe=4xtile.ReinforcedPlasticBlock@13:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@23fa89e2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@23fa89e2, net.minecraftforge.oredict.OreIngredient@3257964, net.minecraft.item.crafting.Ingredient@23fa89e2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@23fa89e2, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.ReinforcedPlasticBlock@13 new recipe: RecipeStage{tier='five', recipe=4xtile.ReinforcedPlasticBlock@13:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@395d8d36, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@395d8d36, net.minecraftforge.oredict.OreIngredient@7979dd5a, net.minecraft.item.crafting.Ingredient@395d8d36, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@395d8d36, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.ReinforcedPlasticBlock@12 new recipe: RecipeStage{tier='five', recipe=4xtile.ReinforcedPlasticBlock@12:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7d1da27c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7d1da27c, net.minecraftforge.oredict.OreIngredient@7a6961d5, net.minecraft.item.crafting.Ingredient@7d1da27c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7d1da27c, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.ReinforcedPlasticBlock@12 new recipe: RecipeStage{tier='five', recipe=4xtile.ReinforcedPlasticBlock@12:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6ca2641, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6ca2641, net.minecraftforge.oredict.OreIngredient@3acbd60e, net.minecraft.item.crafting.Ingredient@6ca2641, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6ca2641, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.ReinforcedPlasticBlock@11 new recipe: RecipeStage{tier='five', recipe=4xtile.ReinforcedPlasticBlock@11:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6bc121ea, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6bc121ea, net.minecraftforge.oredict.OreIngredient@3debfe4d, net.minecraft.item.crafting.Ingredient@6bc121ea, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6bc121ea, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.ReinforcedPlasticBlock@11 new recipe: RecipeStage{tier='five', recipe=4xtile.ReinforcedPlasticBlock@11:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1451c948, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1451c948, net.minecraftforge.oredict.OreIngredient@176dca24, net.minecraft.item.crafting.Ingredient@1451c948, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1451c948, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.ReinforcedPlasticBlock@10 new recipe: RecipeStage{tier='five', recipe=4xtile.ReinforcedPlasticBlock@10:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@736aa864, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@736aa864, net.minecraftforge.oredict.OreIngredient@5463b9b1, net.minecraft.item.crafting.Ingredient@736aa864, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@736aa864, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.ReinforcedPlasticBlock@10 new recipe: RecipeStage{tier='five', recipe=4xtile.ReinforcedPlasticBlock@10:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2d1ab88e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2d1ab88e, net.minecraftforge.oredict.OreIngredient@47d28d7, net.minecraft.item.crafting.Ingredient@2d1ab88e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2d1ab88e, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.ReinforcedPlasticBlock@1 new recipe: RecipeStage{tier='five', recipe=4xtile.ReinforcedPlasticBlock@1:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4a14eb9f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4a14eb9f, net.minecraftforge.oredict.OreIngredient@5a43ec75, net.minecraft.item.crafting.Ingredient@4a14eb9f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4a14eb9f, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.ReinforcedPlasticBlock@0 new recipe: RecipeStage{tier='five', recipe=4xtile.ReinforcedPlasticBlock@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3a00c731, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3a00c731, net.minecraftforge.oredict.OreIngredient@2f3241e9, net.minecraft.item.crafting.Ingredient@3a00c731, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3a00c731, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.ReinforcedPlasticBlock@0 new recipe: RecipeStage{tier='five', recipe=4xtile.ReinforcedPlasticBlock@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@699b1465, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@699b1465, net.minecraftforge.oredict.OreIngredient@275b0f5c, net.minecraft.item.crafting.Ingredient@699b1465, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@699b1465, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PortableTeleporter@0 new recipe: RecipeStage{tier='five', recipe=1xitem.PortableTeleporter@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@34abbbb8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6641f462, net.minecraft.item.crafting.Ingredient@19d1c4ef, net.minecraftforge.oredict.OreIngredient@6641f462, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@34abbbb8, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.Polyethene@3 new recipe: RecipeStage{tier='five', recipe=1xitem.Polyethene@3:[net.minecraft.item.crafting.Ingredient@4b3f88ba, net.minecraft.item.crafting.Ingredient@4b3f88ba]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.Polyethene@2 new recipe: RecipeStage{tier='five', recipe=1xitem.Polyethene@2:[net.minecraft.item.crafting.Ingredient@76c51415, net.minecraft.item.crafting.Ingredient@76c51415, net.minecraft.item.crafting.Ingredient@76c51415, net.minecraft.item.crafting.Ingredient@76c51415, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@76c51415, net.minecraft.item.crafting.Ingredient@76c51415, net.minecraft.item.crafting.Ingredient@76c51415, net.minecraft.item.crafting.Ingredient@76c51415]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.Polyethene@1 new recipe: RecipeStage{tier='five', recipe=1xitem.Polyethene@1:[net.minecraft.item.crafting.Ingredient@31407de2, net.minecraft.item.crafting.Ingredient@31407de2, net.minecraft.item.crafting.Ingredient@31407de2, net.minecraft.item.crafting.Ingredient@31407de2]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.PlasticFence@9 new recipe: RecipeStage{tier='five', recipe=4xtile.PlasticFence@9:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2a096e87, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2a096e87, net.minecraftforge.oredict.OreIngredient@65fb4774, net.minecraft.item.crafting.Ingredient@2a096e87, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2a096e87, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.PlasticFence@9 new recipe: RecipeStage{tier='five', recipe=3xtile.PlasticFence@9:[net.minecraft.item.crafting.Ingredient@28d8d3fa, net.minecraft.item.crafting.Ingredient@3167a123, net.minecraft.item.crafting.Ingredient@28d8d3fa, net.minecraft.item.crafting.Ingredient@28d8d3fa, net.minecraft.item.crafting.Ingredient@3167a123, net.minecraft.item.crafting.Ingredient@28d8d3fa]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.PlasticFence@8 new recipe: RecipeStage{tier='five', recipe=4xtile.PlasticFence@8:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@53980b87, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@53980b87, net.minecraftforge.oredict.OreIngredient@ef1d618, net.minecraft.item.crafting.Ingredient@53980b87, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@53980b87, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.PlasticFence@8 new recipe: RecipeStage{tier='five', recipe=3xtile.PlasticFence@8:[net.minecraft.item.crafting.Ingredient@397c84fb, net.minecraft.item.crafting.Ingredient@2b4b564e, net.minecraft.item.crafting.Ingredient@397c84fb, net.minecraft.item.crafting.Ingredient@397c84fb, net.minecraft.item.crafting.Ingredient@2b4b564e, net.minecraft.item.crafting.Ingredient@397c84fb]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.PlasticFence@7 new recipe: RecipeStage{tier='five', recipe=4xtile.PlasticFence@7:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2ba9f086, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2ba9f086, net.minecraftforge.oredict.OreIngredient@247a4fe7, net.minecraft.item.crafting.Ingredient@2ba9f086, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2ba9f086, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.PlasticFence@7 new recipe: RecipeStage{tier='five', recipe=3xtile.PlasticFence@7:[net.minecraft.item.crafting.Ingredient@5b1168b4, net.minecraft.item.crafting.Ingredient@25d490f4, net.minecraft.item.crafting.Ingredient@5b1168b4, net.minecraft.item.crafting.Ingredient@5b1168b4, net.minecraft.item.crafting.Ingredient@25d490f4, net.minecraft.item.crafting.Ingredient@5b1168b4]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.PlasticFence@6 new recipe: RecipeStage{tier='five', recipe=4xtile.PlasticFence@6:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5f43610f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5f43610f, net.minecraftforge.oredict.OreIngredient@5aec2392, net.minecraft.item.crafting.Ingredient@5f43610f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5f43610f, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.PlasticFence@6 new recipe: RecipeStage{tier='five', recipe=3xtile.PlasticFence@6:[net.minecraft.item.crafting.Ingredient@51b5ba35, net.minecraft.item.crafting.Ingredient@58647c43, net.minecraft.item.crafting.Ingredient@51b5ba35, net.minecraft.item.crafting.Ingredient@51b5ba35, net.minecraft.item.crafting.Ingredient@58647c43, net.minecraft.item.crafting.Ingredient@51b5ba35]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.PlasticFence@5 new recipe: RecipeStage{tier='five', recipe=4xtile.PlasticFence@5:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@610e45f6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@610e45f6, net.minecraftforge.oredict.OreIngredient@4f057539, net.minecraft.item.crafting.Ingredient@610e45f6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@610e45f6, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.PlasticFence@5 new recipe: RecipeStage{tier='five', recipe=3xtile.PlasticFence@5:[net.minecraft.item.crafting.Ingredient@78f509c, net.minecraft.item.crafting.Ingredient@586735e5, net.minecraft.item.crafting.Ingredient@78f509c, net.minecraft.item.crafting.Ingredient@78f509c, net.minecraft.item.crafting.Ingredient@586735e5, net.minecraft.item.crafting.Ingredient@78f509c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.PlasticFence@4 new recipe: RecipeStage{tier='five', recipe=4xtile.PlasticFence@4:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@41df1fa2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@41df1fa2, net.minecraftforge.oredict.OreIngredient@69fddaa5, net.minecraft.item.crafting.Ingredient@41df1fa2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@41df1fa2, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.PlasticFence@4 new recipe: RecipeStage{tier='five', recipe=3xtile.PlasticFence@4:[net.minecraft.item.crafting.Ingredient@1f7383f5, net.minecraft.item.crafting.Ingredient@4424588, net.minecraft.item.crafting.Ingredient@1f7383f5, net.minecraft.item.crafting.Ingredient@1f7383f5, net.minecraft.item.crafting.Ingredient@4424588, net.minecraft.item.crafting.Ingredient@1f7383f5]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.PlasticFence@3 new recipe: RecipeStage{tier='five', recipe=4xtile.PlasticFence@3:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@71e22c7a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@71e22c7a, net.minecraftforge.oredict.OreIngredient@5b0f0519, net.minecraft.item.crafting.Ingredient@71e22c7a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@71e22c7a, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.PlasticFence@3 new recipe: RecipeStage{tier='five', recipe=3xtile.PlasticFence@3:[net.minecraft.item.crafting.Ingredient@612679cb, net.minecraft.item.crafting.Ingredient@50ef244a, net.minecraft.item.crafting.Ingredient@612679cb, net.minecraft.item.crafting.Ingredient@612679cb, net.minecraft.item.crafting.Ingredient@50ef244a, net.minecraft.item.crafting.Ingredient@612679cb]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.PlasticFence@2 new recipe: RecipeStage{tier='five', recipe=4xtile.PlasticFence@2:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@40756fb3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@40756fb3, net.minecraftforge.oredict.OreIngredient@2819d6, net.minecraft.item.crafting.Ingredient@40756fb3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@40756fb3, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.PlasticFence@2 new recipe: RecipeStage{tier='five', recipe=3xtile.PlasticFence@2:[net.minecraft.item.crafting.Ingredient@2f27d054, net.minecraft.item.crafting.Ingredient@365578, net.minecraft.item.crafting.Ingredient@2f27d054, net.minecraft.item.crafting.Ingredient@2f27d054, net.minecraft.item.crafting.Ingredient@365578, net.minecraft.item.crafting.Ingredient@2f27d054]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.PlasticFence@1 new recipe: RecipeStage{tier='five', recipe=4xtile.PlasticFence@1:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@57442a13, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@57442a13, net.minecraftforge.oredict.OreIngredient@19713189, net.minecraft.item.crafting.Ingredient@57442a13, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@57442a13, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.PlasticFence@15 new recipe: RecipeStage{tier='five', recipe=4xtile.PlasticFence@15:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@48205667, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@48205667, net.minecraftforge.oredict.OreIngredient@8544c0a, net.minecraft.item.crafting.Ingredient@48205667, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@48205667, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.PlasticFence@15 new recipe: RecipeStage{tier='five', recipe=3xtile.PlasticFence@15:[net.minecraft.item.crafting.Ingredient@b89f01c, net.minecraft.item.crafting.Ingredient@1e1b6932, net.minecraft.item.crafting.Ingredient@b89f01c, net.minecraft.item.crafting.Ingredient@b89f01c, net.minecraft.item.crafting.Ingredient@1e1b6932, net.minecraft.item.crafting.Ingredient@b89f01c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.PlasticFence@14 new recipe: RecipeStage{tier='five', recipe=4xtile.PlasticFence@14:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1a1e6aaa, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1a1e6aaa, net.minecraftforge.oredict.OreIngredient@730c00be, net.minecraft.item.crafting.Ingredient@1a1e6aaa, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1a1e6aaa, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.PlasticFence@14 new recipe: RecipeStage{tier='five', recipe=3xtile.PlasticFence@14:[net.minecraft.item.crafting.Ingredient@2586b6a5, net.minecraft.item.crafting.Ingredient@7a414f3b, net.minecraft.item.crafting.Ingredient@2586b6a5, net.minecraft.item.crafting.Ingredient@2586b6a5, net.minecraft.item.crafting.Ingredient@7a414f3b, net.minecraft.item.crafting.Ingredient@2586b6a5]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.PlasticFence@13 new recipe: RecipeStage{tier='five', recipe=4xtile.PlasticFence@13:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@60a1694c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@60a1694c, net.minecraftforge.oredict.OreIngredient@699842b8, net.minecraft.item.crafting.Ingredient@60a1694c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@60a1694c, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.PlasticFence@13 new recipe: RecipeStage{tier='five', recipe=3xtile.PlasticFence@13:[net.minecraft.item.crafting.Ingredient@2479cf42, net.minecraft.item.crafting.Ingredient@64a0a07a, net.minecraft.item.crafting.Ingredient@2479cf42, net.minecraft.item.crafting.Ingredient@2479cf42, net.minecraft.item.crafting.Ingredient@64a0a07a, net.minecraft.item.crafting.Ingredient@2479cf42]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.PlasticFence@12 new recipe: RecipeStage{tier='five', recipe=4xtile.PlasticFence@12:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3914947, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3914947, net.minecraftforge.oredict.OreIngredient@3cc54cbf, net.minecraft.item.crafting.Ingredient@3914947, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3914947, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.PlasticFence@12 new recipe: RecipeStage{tier='five', recipe=3xtile.PlasticFence@12:[net.minecraft.item.crafting.Ingredient@700f078, net.minecraft.item.crafting.Ingredient@2d273b47, net.minecraft.item.crafting.Ingredient@700f078, net.minecraft.item.crafting.Ingredient@700f078, net.minecraft.item.crafting.Ingredient@2d273b47, net.minecraft.item.crafting.Ingredient@700f078]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.PlasticFence@11 new recipe: RecipeStage{tier='five', recipe=4xtile.PlasticFence@11:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@25ca134c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@25ca134c, net.minecraftforge.oredict.OreIngredient@267eee90, net.minecraft.item.crafting.Ingredient@25ca134c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@25ca134c, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.PlasticFence@11 new recipe: RecipeStage{tier='five', recipe=3xtile.PlasticFence@11:[net.minecraft.item.crafting.Ingredient@1fb5dc30, net.minecraft.item.crafting.Ingredient@75f61869, net.minecraft.item.crafting.Ingredient@1fb5dc30, net.minecraft.item.crafting.Ingredient@1fb5dc30, net.minecraft.item.crafting.Ingredient@75f61869, net.minecraft.item.crafting.Ingredient@1fb5dc30]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.PlasticFence@10 new recipe: RecipeStage{tier='five', recipe=4xtile.PlasticFence@10:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5db8eca2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5db8eca2, net.minecraftforge.oredict.OreIngredient@4d8d6018, net.minecraft.item.crafting.Ingredient@5db8eca2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5db8eca2, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.PlasticFence@10 new recipe: RecipeStage{tier='five', recipe=3xtile.PlasticFence@10:[net.minecraft.item.crafting.Ingredient@68772d00, net.minecraft.item.crafting.Ingredient@39540f7e, net.minecraft.item.crafting.Ingredient@68772d00, net.minecraft.item.crafting.Ingredient@68772d00, net.minecraft.item.crafting.Ingredient@39540f7e, net.minecraft.item.crafting.Ingredient@68772d00]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.PlasticFence@1 new recipe: RecipeStage{tier='five', recipe=3xtile.PlasticFence@1:[net.minecraft.item.crafting.Ingredient@5216bcc5, net.minecraft.item.crafting.Ingredient@5cee542b, net.minecraft.item.crafting.Ingredient@5216bcc5, net.minecraft.item.crafting.Ingredient@5216bcc5, net.minecraft.item.crafting.Ingredient@5cee542b, net.minecraft.item.crafting.Ingredient@5216bcc5]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.PlasticFence@0 new recipe: RecipeStage{tier='five', recipe=4xtile.PlasticFence@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@35fd16ea, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@35fd16ea, net.minecraftforge.oredict.OreIngredient@57ec34a0, net.minecraft.item.crafting.Ingredient@35fd16ea, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@35fd16ea, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.PlasticFence@0 new recipe: RecipeStage{tier='five', recipe=3xtile.PlasticFence@0:[net.minecraft.item.crafting.Ingredient@6091f8b9, net.minecraft.item.crafting.Ingredient@5e19b136, net.minecraft.item.crafting.Ingredient@6091f8b9, net.minecraft.item.crafting.Ingredient@6091f8b9, net.minecraft.item.crafting.Ingredient@5e19b136, net.minecraft.item.crafting.Ingredient@6091f8b9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.PlasticBlock@9 new recipe: RecipeStage{tier='five', recipe=4xtile.PlasticBlock@9:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@473dbddc, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@473dbddc, net.minecraftforge.oredict.OreIngredient@6862ed4f, net.minecraft.item.crafting.Ingredient@473dbddc, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@473dbddc, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.PlasticBlock@9 new recipe: RecipeStage{tier='five', recipe=4xtile.PlasticBlock@9:[net.minecraft.item.crafting.Ingredient@97cf6ae, net.minecraft.item.crafting.Ingredient@97cf6ae, net.minecraft.item.crafting.Ingredient@97cf6ae, net.minecraft.item.crafting.Ingredient@97cf6ae, net.minecraftforge.oredict.OreIngredient@25af64d6, net.minecraft.item.crafting.Ingredient@97cf6ae, net.minecraft.item.crafting.Ingredient@97cf6ae, net.minecraft.item.crafting.Ingredient@97cf6ae, net.minecraft.item.crafting.Ingredient@97cf6ae]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.PlasticBlock@8 new recipe: RecipeStage{tier='five', recipe=4xtile.PlasticBlock@8:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@73684e2d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@73684e2d, net.minecraftforge.oredict.OreIngredient@4b797d6, net.minecraft.item.crafting.Ingredient@73684e2d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@73684e2d, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.PlasticBlock@8 new recipe: RecipeStage{tier='five', recipe=4xtile.PlasticBlock@8:[net.minecraft.item.crafting.Ingredient@59e7826f, net.minecraft.item.crafting.Ingredient@59e7826f, net.minecraft.item.crafting.Ingredient@59e7826f, net.minecraft.item.crafting.Ingredient@59e7826f, net.minecraftforge.oredict.OreIngredient@5a86f311, net.minecraft.item.crafting.Ingredient@59e7826f, net.minecraft.item.crafting.Ingredient@59e7826f, net.minecraft.item.crafting.Ingredient@59e7826f, net.minecraft.item.crafting.Ingredient@59e7826f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.PlasticBlock@7 new recipe: RecipeStage{tier='five', recipe=4xtile.PlasticBlock@7:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@22941553, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@22941553, net.minecraftforge.oredict.OreIngredient@51650deb, net.minecraft.item.crafting.Ingredient@22941553, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@22941553, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.PlasticBlock@7 new recipe: RecipeStage{tier='five', recipe=4xtile.PlasticBlock@7:[net.minecraft.item.crafting.Ingredient@47086eeb, net.minecraft.item.crafting.Ingredient@47086eeb, net.minecraft.item.crafting.Ingredient@47086eeb, net.minecraft.item.crafting.Ingredient@47086eeb, net.minecraftforge.oredict.OreIngredient@5c13ddfa, net.minecraft.item.crafting.Ingredient@47086eeb, net.minecraft.item.crafting.Ingredient@47086eeb, net.minecraft.item.crafting.Ingredient@47086eeb, net.minecraft.item.crafting.Ingredient@47086eeb]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.PlasticBlock@6 new recipe: RecipeStage{tier='five', recipe=4xtile.PlasticBlock@6:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7d2f6f97, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7d2f6f97, net.minecraftforge.oredict.OreIngredient@368c5d21, net.minecraft.item.crafting.Ingredient@7d2f6f97, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7d2f6f97, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.PlasticBlock@6 new recipe: RecipeStage{tier='five', recipe=4xtile.PlasticBlock@6:[net.minecraft.item.crafting.Ingredient@3ab8b416, net.minecraft.item.crafting.Ingredient@3ab8b416, net.minecraft.item.crafting.Ingredient@3ab8b416, net.minecraft.item.crafting.Ingredient@3ab8b416, net.minecraftforge.oredict.OreIngredient@773f1eb3, net.minecraft.item.crafting.Ingredient@3ab8b416, net.minecraft.item.crafting.Ingredient@3ab8b416, net.minecraft.item.crafting.Ingredient@3ab8b416, net.minecraft.item.crafting.Ingredient@3ab8b416]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.PlasticBlock@5 new recipe: RecipeStage{tier='five', recipe=4xtile.PlasticBlock@5:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2da81ee8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2da81ee8, net.minecraftforge.oredict.OreIngredient@328047da, net.minecraft.item.crafting.Ingredient@2da81ee8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2da81ee8, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.PlasticBlock@5 new recipe: RecipeStage{tier='five', recipe=4xtile.PlasticBlock@5:[net.minecraft.item.crafting.Ingredient@2821a6ca, net.minecraft.item.crafting.Ingredient@2821a6ca, net.minecraft.item.crafting.Ingredient@2821a6ca, net.minecraft.item.crafting.Ingredient@2821a6ca, net.minecraftforge.oredict.OreIngredient@71ab7b25, net.minecraft.item.crafting.Ingredient@2821a6ca, net.minecraft.item.crafting.Ingredient@2821a6ca, net.minecraft.item.crafting.Ingredient@2821a6ca, net.minecraft.item.crafting.Ingredient@2821a6ca]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.PlasticBlock@4 new recipe: RecipeStage{tier='five', recipe=4xtile.PlasticBlock@4:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@376d148, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@376d148, net.minecraftforge.oredict.OreIngredient@714ea4b5, net.minecraft.item.crafting.Ingredient@376d148, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@376d148, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.PlasticBlock@4 new recipe: RecipeStage{tier='five', recipe=4xtile.PlasticBlock@4:[net.minecraft.item.crafting.Ingredient@72ed9a50, net.minecraft.item.crafting.Ingredient@72ed9a50, net.minecraft.item.crafting.Ingredient@72ed9a50, net.minecraft.item.crafting.Ingredient@72ed9a50, net.minecraftforge.oredict.OreIngredient@768e25d6, net.minecraft.item.crafting.Ingredient@72ed9a50, net.minecraft.item.crafting.Ingredient@72ed9a50, net.minecraft.item.crafting.Ingredient@72ed9a50, net.minecraft.item.crafting.Ingredient@72ed9a50]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.PlasticBlock@3 new recipe: RecipeStage{tier='five', recipe=4xtile.PlasticBlock@3:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@111234b2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@111234b2, net.minecraftforge.oredict.OreIngredient@837105a, net.minecraft.item.crafting.Ingredient@111234b2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@111234b2, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.PlasticBlock@3 new recipe: RecipeStage{tier='five', recipe=4xtile.PlasticBlock@3:[net.minecraft.item.crafting.Ingredient@2f1194cc, net.minecraft.item.crafting.Ingredient@2f1194cc, net.minecraft.item.crafting.Ingredient@2f1194cc, net.minecraft.item.crafting.Ingredient@2f1194cc, net.minecraftforge.oredict.OreIngredient@1813ec3, net.minecraft.item.crafting.Ingredient@2f1194cc, net.minecraft.item.crafting.Ingredient@2f1194cc, net.minecraft.item.crafting.Ingredient@2f1194cc, net.minecraft.item.crafting.Ingredient@2f1194cc]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.PlasticBlock@2 new recipe: RecipeStage{tier='five', recipe=4xtile.PlasticBlock@2:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@12e20888, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@12e20888, net.minecraftforge.oredict.OreIngredient@11ba24d6, net.minecraft.item.crafting.Ingredient@12e20888, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@12e20888, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.PlasticBlock@2 new recipe: RecipeStage{tier='five', recipe=4xtile.PlasticBlock@2:[net.minecraft.item.crafting.Ingredient@5277e424, net.minecraft.item.crafting.Ingredient@5277e424, net.minecraft.item.crafting.Ingredient@5277e424, net.minecraft.item.crafting.Ingredient@5277e424, net.minecraftforge.oredict.OreIngredient@29fc6672, net.minecraft.item.crafting.Ingredient@5277e424, net.minecraft.item.crafting.Ingredient@5277e424, net.minecraft.item.crafting.Ingredient@5277e424, net.minecraft.item.crafting.Ingredient@5277e424]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.PlasticBlock@1 new recipe: RecipeStage{tier='five', recipe=4xtile.PlasticBlock@1:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2b257b1a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2b257b1a, net.minecraftforge.oredict.OreIngredient@946bec2, net.minecraft.item.crafting.Ingredient@2b257b1a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2b257b1a, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.PlasticBlock@15 new recipe: RecipeStage{tier='five', recipe=4xtile.PlasticBlock@15:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@426572c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@426572c, net.minecraftforge.oredict.OreIngredient@51ef24f1, net.minecraft.item.crafting.Ingredient@426572c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@426572c, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.PlasticBlock@15 new recipe: RecipeStage{tier='five', recipe=4xtile.PlasticBlock@15:[net.minecraft.item.crafting.Ingredient@253c17d5, net.minecraft.item.crafting.Ingredient@253c17d5, net.minecraft.item.crafting.Ingredient@253c17d5, net.minecraft.item.crafting.Ingredient@253c17d5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@253c17d5, net.minecraft.item.crafting.Ingredient@253c17d5, net.minecraft.item.crafting.Ingredient@253c17d5, net.minecraft.item.crafting.Ingredient@253c17d5]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.PlasticBlock@14 new recipe: RecipeStage{tier='five', recipe=4xtile.PlasticBlock@14:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@71317789, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@71317789, net.minecraftforge.oredict.OreIngredient@4280806a, net.minecraft.item.crafting.Ingredient@71317789, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@71317789, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.PlasticBlock@14 new recipe: RecipeStage{tier='five', recipe=4xtile.PlasticBlock@14:[net.minecraft.item.crafting.Ingredient@d0297bb, net.minecraft.item.crafting.Ingredient@d0297bb, net.minecraft.item.crafting.Ingredient@d0297bb, net.minecraft.item.crafting.Ingredient@d0297bb, net.minecraftforge.oredict.OreIngredient@207a3d31, net.minecraft.item.crafting.Ingredient@d0297bb, net.minecraft.item.crafting.Ingredient@d0297bb, net.minecraft.item.crafting.Ingredient@d0297bb, net.minecraft.item.crafting.Ingredient@d0297bb]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.PlasticBlock@13 new recipe: RecipeStage{tier='five', recipe=4xtile.PlasticBlock@13:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@faa1908, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@faa1908, net.minecraftforge.oredict.OreIngredient@268fd3cc, net.minecraft.item.crafting.Ingredient@faa1908, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@faa1908, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.PlasticBlock@13 new recipe: RecipeStage{tier='five', recipe=4xtile.PlasticBlock@13:[net.minecraft.item.crafting.Ingredient@f13211b, net.minecraft.item.crafting.Ingredient@f13211b, net.minecraft.item.crafting.Ingredient@f13211b, net.minecraft.item.crafting.Ingredient@f13211b, net.minecraftforge.oredict.OreIngredient@2b9a829b, net.minecraft.item.crafting.Ingredient@f13211b, net.minecraft.item.crafting.Ingredient@f13211b, net.minecraft.item.crafting.Ingredient@f13211b, net.minecraft.item.crafting.Ingredient@f13211b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.PlasticBlock@12 new recipe: RecipeStage{tier='five', recipe=4xtile.PlasticBlock@12:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@74bf8ddf, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@74bf8ddf, net.minecraftforge.oredict.OreIngredient@5c2dacd4, net.minecraft.item.crafting.Ingredient@74bf8ddf, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@74bf8ddf, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.PlasticBlock@12 new recipe: RecipeStage{tier='five', recipe=4xtile.PlasticBlock@12:[net.minecraft.item.crafting.Ingredient@1cf078d7, net.minecraft.item.crafting.Ingredient@1cf078d7, net.minecraft.item.crafting.Ingredient@1cf078d7, net.minecraft.item.crafting.Ingredient@1cf078d7, net.minecraftforge.oredict.OreIngredient@7f55a960, net.minecraft.item.crafting.Ingredient@1cf078d7, net.minecraft.item.crafting.Ingredient@1cf078d7, net.minecraft.item.crafting.Ingredient@1cf078d7, net.minecraft.item.crafting.Ingredient@1cf078d7]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.PlasticBlock@11 new recipe: RecipeStage{tier='five', recipe=4xtile.PlasticBlock@11:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@772c95cc, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@772c95cc, net.minecraftforge.oredict.OreIngredient@638009cd, net.minecraft.item.crafting.Ingredient@772c95cc, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@772c95cc, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.PlasticBlock@11 new recipe: RecipeStage{tier='five', recipe=4xtile.PlasticBlock@11:[net.minecraft.item.crafting.Ingredient@434f6fe5, net.minecraft.item.crafting.Ingredient@434f6fe5, net.minecraft.item.crafting.Ingredient@434f6fe5, net.minecraft.item.crafting.Ingredient@434f6fe5, net.minecraftforge.oredict.OreIngredient@40aba48d, net.minecraft.item.crafting.Ingredient@434f6fe5, net.minecraft.item.crafting.Ingredient@434f6fe5, net.minecraft.item.crafting.Ingredient@434f6fe5, net.minecraft.item.crafting.Ingredient@434f6fe5]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.PlasticBlock@10 new recipe: RecipeStage{tier='five', recipe=4xtile.PlasticBlock@10:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7db2d0af, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7db2d0af, net.minecraftforge.oredict.OreIngredient@6165be0c, net.minecraft.item.crafting.Ingredient@7db2d0af, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7db2d0af, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.PlasticBlock@10 new recipe: RecipeStage{tier='five', recipe=4xtile.PlasticBlock@10:[net.minecraft.item.crafting.Ingredient@3d76dd24, net.minecraft.item.crafting.Ingredient@3d76dd24, net.minecraft.item.crafting.Ingredient@3d76dd24, net.minecraft.item.crafting.Ingredient@3d76dd24, net.minecraftforge.oredict.OreIngredient@7db66d7, net.minecraft.item.crafting.Ingredient@3d76dd24, net.minecraft.item.crafting.Ingredient@3d76dd24, net.minecraft.item.crafting.Ingredient@3d76dd24, net.minecraft.item.crafting.Ingredient@3d76dd24]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.PlasticBlock@1 new recipe: RecipeStage{tier='five', recipe=4xtile.PlasticBlock@1:[net.minecraft.item.crafting.Ingredient@5f4fcca2, net.minecraft.item.crafting.Ingredient@5f4fcca2, net.minecraft.item.crafting.Ingredient@5f4fcca2, net.minecraft.item.crafting.Ingredient@5f4fcca2, net.minecraftforge.oredict.OreIngredient@2d9c134c, net.minecraft.item.crafting.Ingredient@5f4fcca2, net.minecraft.item.crafting.Ingredient@5f4fcca2, net.minecraft.item.crafting.Ingredient@5f4fcca2, net.minecraft.item.crafting.Ingredient@5f4fcca2]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.PlasticBlock@0 new recipe: RecipeStage{tier='five', recipe=4xtile.PlasticBlock@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@69fe4631, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@69fe4631, net.minecraftforge.oredict.OreIngredient@4c120af5, net.minecraft.item.crafting.Ingredient@69fe4631, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@69fe4631, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.PlasticBlock@0 new recipe: RecipeStage{tier='five', recipe=4xtile.PlasticBlock@0:[net.minecraft.item.crafting.Ingredient@759cf228, net.minecraft.item.crafting.Ingredient@759cf228, net.minecraft.item.crafting.Ingredient@759cf228, net.minecraft.item.crafting.Ingredient@759cf228, net.minecraftforge.oredict.OreIngredient@652ed8f2, net.minecraft.item.crafting.Ingredient@759cf228, net.minecraft.item.crafting.Ingredient@759cf228, net.minecraft.item.crafting.Ingredient@759cf228, net.minecraft.item.crafting.Ingredient@759cf228]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ObsidianTNT@0 new recipe: RecipeStage{tier='five', recipe=1xtile.ObsidianTNT@0:[net.minecraft.item.crafting.Ingredient@1eaac617, net.minecraft.item.crafting.Ingredient@1eaac617, net.minecraft.item.crafting.Ingredient@1eaac617, net.minecraft.item.crafting.Ingredient@7e740602, net.minecraft.item.crafting.Ingredient@7e740602, net.minecraft.item.crafting.Ingredient@7e740602, net.minecraft.item.crafting.Ingredient@1eaac617, net.minecraft.item.crafting.Ingredient@1eaac617, net.minecraft.item.crafting.Ingredient@1eaac617]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.Nugget@3 new recipe: RecipeStage{tier='five', recipe=9xitem.Nugget@3:[net.minecraftforge.oredict.OreIngredient@4582aa3e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.Nugget@0 new recipe: RecipeStage{tier='five', recipe=9xitem.Nugget@0:[net.minecraftforge.oredict.OreIngredient@216f3474]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.NetworkReader@0 new recipe: RecipeStage{tier='five', recipe=1xitem.NetworkReader@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7ff138a5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@32854a2c, net.minecraft.item.crafting.Ingredient@ac8a927, net.minecraft.item.crafting.Ingredient@32854a2c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1dfe35aa, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.MufflingUpgrade@0 new recipe: RecipeStage{tier='five', recipe=1xitem.MufflingUpgrade@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6ff018cd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5081d4a1, net.minecraftforge.oredict.OreIngredient@4360fce2, net.minecraft.item.crafting.Ingredient@5081d4a1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6ff018cd, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.MachineBlock@9 new recipe: RecipeStage{tier='five', recipe=1xtile.MachineBlock@9:[net.minecraftforge.oredict.OreIngredient@585e4fc2, net.minecraftforge.oredict.OreIngredient@570ad57f, net.minecraftforge.oredict.OreIngredient@585e4fc2, net.minecraftforge.oredict.OreIngredient@7b6434fb, net.minecraft.item.crafting.Ingredient@245a0e6b, net.minecraftforge.oredict.OreIngredient@7b6434fb, net.minecraftforge.oredict.OreIngredient@585e4fc2, net.minecraftforge.oredict.OreIngredient@570ad57f, net.minecraftforge.oredict.OreIngredient@585e4fc2]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.MachineBlock@8 new recipe: RecipeStage{tier='five', recipe=1xtile.MachineBlock@8:[net.minecraftforge.oredict.OreIngredient@66a1ea1b, net.minecraft.item.crafting.Ingredient@4d7d8c57, net.minecraftforge.oredict.OreIngredient@66a1ea1b, net.minecraftforge.oredict.OreIngredient@79e705a0, net.minecraftforge.oredict.OreIngredient@347b00f9, net.minecraftforge.oredict.OreIngredient@79e705a0, net.minecraftforge.oredict.OreIngredient@66a1ea1b, net.minecraft.item.crafting.Ingredient@4d7d8c57, net.minecraftforge.oredict.OreIngredient@66a1ea1b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.MachineBlock@7 new recipe: RecipeStage{tier='five', recipe=1xtile.MachineBlock@7:[net.minecraftforge.oredict.OreIngredient@51c69625, net.minecraftforge.oredict.OreIngredient@5931dabe, net.minecraftforge.oredict.OreIngredient@51c69625, net.minecraftforge.oredict.OreIngredient@228be38f, mekanism.common.recipe.MekanismIngredient@186554c, net.minecraftforge.oredict.OreIngredient@228be38f, net.minecraftforge.oredict.OreIngredient@51c69625, net.minecraftforge.oredict.OreIngredient@5931dabe, net.minecraftforge.oredict.OreIngredient@51c69625]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.MachineBlock@7 new recipe: RecipeStage{tier='five', recipe=1xtile.MachineBlock@7:[net.minecraftforge.oredict.OreIngredient@26163972, net.minecraftforge.oredict.OreIngredient@5931dabe, net.minecraftforge.oredict.OreIngredient@26163972, net.minecraftforge.oredict.OreIngredient@2439c3f4, mekanism.common.recipe.MekanismIngredient@55361ae2, net.minecraftforge.oredict.OreIngredient@2439c3f4, net.minecraftforge.oredict.OreIngredient@26163972, net.minecraftforge.oredict.OreIngredient@5931dabe, net.minecraftforge.oredict.OreIngredient@26163972]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.MachineBlock@7 new recipe: RecipeStage{tier='five', recipe=1xtile.MachineBlock@7:[net.minecraftforge.oredict.OreIngredient@11f4284f, net.minecraftforge.oredict.OreIngredient@5931dabe, net.minecraftforge.oredict.OreIngredient@11f4284f, net.minecraftforge.oredict.OreIngredient@2fc8a673, mekanism.common.recipe.MekanismIngredient@555507b0, net.minecraftforge.oredict.OreIngredient@2fc8a673, net.minecraftforge.oredict.OreIngredient@11f4284f, net.minecraftforge.oredict.OreIngredient@5931dabe, net.minecraftforge.oredict.OreIngredient@11f4284f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.MachineBlock@7 new recipe: RecipeStage{tier='five', recipe=1xtile.MachineBlock@7:[net.minecraftforge.oredict.OreIngredient@3cc4e6, net.minecraftforge.oredict.OreIngredient@5931dabe, net.minecraftforge.oredict.OreIngredient@3cc4e6, net.minecraftforge.oredict.OreIngredient@57dc4266, mekanism.common.recipe.MekanismIngredient@7aaedc0, net.minecraftforge.oredict.OreIngredient@57dc4266, net.minecraftforge.oredict.OreIngredient@3cc4e6, net.minecraftforge.oredict.OreIngredient@5931dabe, net.minecraftforge.oredict.OreIngredient@3cc4e6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.MachineBlock@7 new recipe: RecipeStage{tier='five', recipe=1xtile.MachineBlock@7:[net.minecraftforge.oredict.OreIngredient@300798b3, net.minecraftforge.oredict.OreIngredient@5931dabe, net.minecraftforge.oredict.OreIngredient@300798b3, net.minecraftforge.oredict.OreIngredient@249d5b3d, mekanism.common.recipe.MekanismIngredient@39b85539, net.minecraftforge.oredict.OreIngredient@249d5b3d, net.minecraftforge.oredict.OreIngredient@300798b3, net.minecraftforge.oredict.OreIngredient@5931dabe, net.minecraftforge.oredict.OreIngredient@300798b3]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.MachineBlock@7 new recipe: RecipeStage{tier='five', recipe=1xtile.MachineBlock@7:[net.minecraftforge.oredict.OreIngredient@7d94d810, net.minecraftforge.oredict.OreIngredient@5931dabe, net.minecraftforge.oredict.OreIngredient@7d94d810, net.minecraftforge.oredict.OreIngredient@6abfe3e5, mekanism.common.recipe.MekanismIngredient@771bf3b, net.minecraftforge.oredict.OreIngredient@6abfe3e5, net.minecraftforge.oredict.OreIngredient@7d94d810, net.minecraftforge.oredict.OreIngredient@5931dabe, net.minecraftforge.oredict.OreIngredient@7d94d810]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.MachineBlock@7 new recipe: RecipeStage{tier='five', recipe=1xtile.MachineBlock@7:[net.minecraftforge.oredict.OreIngredient@37e06ad5, net.minecraftforge.oredict.OreIngredient@5931dabe, net.minecraftforge.oredict.OreIngredient@37e06ad5, net.minecraftforge.oredict.OreIngredient@3fd3be5, mekanism.common.recipe.MekanismIngredient@14dd786f, net.minecraftforge.oredict.OreIngredient@3fd3be5, net.minecraftforge.oredict.OreIngredient@37e06ad5, net.minecraftforge.oredict.OreIngredient@5931dabe, net.minecraftforge.oredict.OreIngredient@37e06ad5]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.MachineBlock@7 new recipe: RecipeStage{tier='five', recipe=1xtile.MachineBlock@7:[net.minecraftforge.oredict.OreIngredient@1c2c620c, net.minecraftforge.oredict.OreIngredient@5931dabe, net.minecraftforge.oredict.OreIngredient@1c2c620c, net.minecraftforge.oredict.OreIngredient@18b48699, mekanism.common.recipe.MekanismIngredient@3b14b673, net.minecraftforge.oredict.OreIngredient@18b48699, net.minecraftforge.oredict.OreIngredient@1c2c620c, net.minecraftforge.oredict.OreIngredient@5931dabe, net.minecraftforge.oredict.OreIngredient@1c2c620c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.MachineBlock@7 new recipe: RecipeStage{tier='five', recipe=1xtile.MachineBlock@7:[net.minecraftforge.oredict.OreIngredient@6e173442, net.minecraftforge.oredict.OreIngredient@5931dabe, net.minecraftforge.oredict.OreIngredient@6e173442, net.minecraftforge.oredict.OreIngredient@579e1d2f, mekanism.common.recipe.MekanismIngredient@871bb8f, net.minecraftforge.oredict.OreIngredient@579e1d2f, net.minecraftforge.oredict.OreIngredient@6e173442, net.minecraftforge.oredict.OreIngredient@5931dabe, net.minecraftforge.oredict.OreIngredient@6e173442]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.MachineBlock@6 new recipe: RecipeStage{tier='five', recipe=1xtile.MachineBlock@6:[net.minecraftforge.oredict.OreIngredient@78d8975a, net.minecraftforge.oredict.OreIngredient@570ad57f, net.minecraftforge.oredict.OreIngredient@78d8975a, net.minecraftforge.oredict.OreIngredient@66ff9e06, mekanism.common.recipe.MekanismIngredient@3bff90b0, net.minecraftforge.oredict.OreIngredient@66ff9e06, net.minecraftforge.oredict.OreIngredient@78d8975a, net.minecraftforge.oredict.OreIngredient@570ad57f, net.minecraftforge.oredict.OreIngredient@78d8975a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.MachineBlock@6 new recipe: RecipeStage{tier='five', recipe=1xtile.MachineBlock@6:[net.minecraftforge.oredict.OreIngredient@20b691ae, net.minecraftforge.oredict.OreIngredient@570ad57f, net.minecraftforge.oredict.OreIngredient@20b691ae, net.minecraftforge.oredict.OreIngredient@62121f85, mekanism.common.recipe.MekanismIngredient@6dccab5a, net.minecraftforge.oredict.OreIngredient@62121f85, net.minecraftforge.oredict.OreIngredient@20b691ae, net.minecraftforge.oredict.OreIngredient@570ad57f, net.minecraftforge.oredict.OreIngredient@20b691ae]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.MachineBlock@6 new recipe: RecipeStage{tier='five', recipe=1xtile.MachineBlock@6:[net.minecraftforge.oredict.OreIngredient@3b6df7b4, net.minecraftforge.oredict.OreIngredient@570ad57f, net.minecraftforge.oredict.OreIngredient@3b6df7b4, net.minecraftforge.oredict.OreIngredient@6e94d9cf, mekanism.common.recipe.MekanismIngredient@51af3d04, net.minecraftforge.oredict.OreIngredient@6e94d9cf, net.minecraftforge.oredict.OreIngredient@3b6df7b4, net.minecraftforge.oredict.OreIngredient@570ad57f, net.minecraftforge.oredict.OreIngredient@3b6df7b4]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.MachineBlock@6 new recipe: RecipeStage{tier='five', recipe=1xtile.MachineBlock@6:[net.minecraftforge.oredict.OreIngredient@4e69c7ca, net.minecraftforge.oredict.OreIngredient@570ad57f, net.minecraftforge.oredict.OreIngredient@4e69c7ca, net.minecraftforge.oredict.OreIngredient@33bc610e, mekanism.common.recipe.MekanismIngredient@3e5899d1, net.minecraftforge.oredict.OreIngredient@33bc610e, net.minecraftforge.oredict.OreIngredient@4e69c7ca, net.minecraftforge.oredict.OreIngredient@570ad57f, net.minecraftforge.oredict.OreIngredient@4e69c7ca]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.MachineBlock@6 new recipe: RecipeStage{tier='five', recipe=1xtile.MachineBlock@6:[net.minecraftforge.oredict.OreIngredient@46dbfc8e, net.minecraftforge.oredict.OreIngredient@570ad57f, net.minecraftforge.oredict.OreIngredient@46dbfc8e, net.minecraftforge.oredict.OreIngredient@a5f354c, mekanism.common.recipe.MekanismIngredient@78dce9f6, net.minecraftforge.oredict.OreIngredient@a5f354c, net.minecraftforge.oredict.OreIngredient@46dbfc8e, net.minecraftforge.oredict.OreIngredient@570ad57f, net.minecraftforge.oredict.OreIngredient@46dbfc8e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.MachineBlock@6 new recipe: RecipeStage{tier='five', recipe=1xtile.MachineBlock@6:[net.minecraftforge.oredict.OreIngredient@aa6c32c, net.minecraftforge.oredict.OreIngredient@570ad57f, net.minecraftforge.oredict.OreIngredient@aa6c32c, net.minecraftforge.oredict.OreIngredient@25dbc3a2, mekanism.common.recipe.MekanismIngredient@26cb2304, net.minecraftforge.oredict.OreIngredient@25dbc3a2, net.minecraftforge.oredict.OreIngredient@aa6c32c, net.minecraftforge.oredict.OreIngredient@570ad57f, net.minecraftforge.oredict.OreIngredient@aa6c32c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.MachineBlock@6 new recipe: RecipeStage{tier='five', recipe=1xtile.MachineBlock@6:[net.minecraftforge.oredict.OreIngredient@5befa5a1, net.minecraftforge.oredict.OreIngredient@570ad57f, net.minecraftforge.oredict.OreIngredient@5befa5a1, net.minecraftforge.oredict.OreIngredient@53604663, mekanism.common.recipe.MekanismIngredient@7fcf2040, net.minecraftforge.oredict.OreIngredient@53604663, net.minecraftforge.oredict.OreIngredient@5befa5a1, net.minecraftforge.oredict.OreIngredient@570ad57f, net.minecraftforge.oredict.OreIngredient@5befa5a1]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.MachineBlock@6 new recipe: RecipeStage{tier='five', recipe=1xtile.MachineBlock@6:[net.minecraftforge.oredict.OreIngredient@311779f0, net.minecraftforge.oredict.OreIngredient@570ad57f, net.minecraftforge.oredict.OreIngredient@311779f0, net.minecraftforge.oredict.OreIngredient@269eb500, mekanism.common.recipe.MekanismIngredient@344e0825, net.minecraftforge.oredict.OreIngredient@269eb500, net.minecraftforge.oredict.OreIngredient@311779f0, net.minecraftforge.oredict.OreIngredient@570ad57f, net.minecraftforge.oredict.OreIngredient@311779f0]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.MachineBlock@6 new recipe: RecipeStage{tier='five', recipe=1xtile.MachineBlock@6:[net.minecraftforge.oredict.OreIngredient@7a2e10a2, net.minecraftforge.oredict.OreIngredient@570ad57f, net.minecraftforge.oredict.OreIngredient@7a2e10a2, net.minecraftforge.oredict.OreIngredient@953f209, mekanism.common.recipe.MekanismIngredient@6108861b, net.minecraftforge.oredict.OreIngredient@953f209, net.minecraftforge.oredict.OreIngredient@7a2e10a2, net.minecraftforge.oredict.OreIngredient@570ad57f, net.minecraftforge.oredict.OreIngredient@7a2e10a2]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.MachineBlock@5 new recipe: RecipeStage{tier='five', recipe=1xtile.MachineBlock@5:[net.minecraftforge.oredict.OreIngredient@4f50e4f8, net.minecraftforge.oredict.OreIngredient@6641f462, net.minecraftforge.oredict.OreIngredient@4f50e4f8, net.minecraftforge.oredict.OreIngredient@73b0f5f7, net.minecraft.item.crafting.Ingredient@48dd748c, net.minecraftforge.oredict.OreIngredient@73b0f5f7, net.minecraftforge.oredict.OreIngredient@4f50e4f8, net.minecraftforge.oredict.OreIngredient@6641f462, net.minecraftforge.oredict.OreIngredient@4f50e4f8]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.MachineBlock@5 new recipe: RecipeStage{tier='five', recipe=1xtile.MachineBlock@5:[net.minecraftforge.oredict.OreIngredient@51670be2, net.minecraftforge.oredict.OreIngredient@6641f462, net.minecraftforge.oredict.OreIngredient@51670be2, net.minecraftforge.oredict.OreIngredient@54897a92, net.minecraft.item.crafting.Ingredient@63bab61c, net.minecraftforge.oredict.OreIngredient@54897a92, net.minecraftforge.oredict.OreIngredient@51670be2, net.minecraftforge.oredict.OreIngredient@6641f462, net.minecraftforge.oredict.OreIngredient@51670be2]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.MachineBlock@5 new recipe: RecipeStage{tier='five', recipe=1xtile.MachineBlock@5:[net.minecraftforge.oredict.OreIngredient@3a7082ae, net.minecraftforge.oredict.OreIngredient@6641f462, net.minecraftforge.oredict.OreIngredient@3a7082ae, net.minecraftforge.oredict.OreIngredient@3a190ac0, net.minecraft.item.crafting.Ingredient@5a249abd, net.minecraftforge.oredict.OreIngredient@3a190ac0, net.minecraftforge.oredict.OreIngredient@3a7082ae, net.minecraftforge.oredict.OreIngredient@6641f462, net.minecraftforge.oredict.OreIngredient@3a7082ae]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.MachineBlock@5 new recipe: RecipeStage{tier='five', recipe=1xtile.MachineBlock@5:[net.minecraftforge.oredict.OreIngredient@290c8a2, net.minecraftforge.oredict.OreIngredient@6641f462, net.minecraftforge.oredict.OreIngredient@290c8a2, net.minecraftforge.oredict.OreIngredient@7e98354a, net.minecraft.item.crafting.Ingredient@60a30f79, net.minecraftforge.oredict.OreIngredient@7e98354a, net.minecraftforge.oredict.OreIngredient@290c8a2, net.minecraftforge.oredict.OreIngredient@6641f462, net.minecraftforge.oredict.OreIngredient@290c8a2]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.MachineBlock@5 new recipe: RecipeStage{tier='five', recipe=1xtile.MachineBlock@5:[net.minecraftforge.oredict.OreIngredient@2561517e, net.minecraftforge.oredict.OreIngredient@6641f462, net.minecraftforge.oredict.OreIngredient@2561517e, net.minecraftforge.oredict.OreIngredient@2b0f12c2, net.minecraft.item.crafting.Ingredient@2931d5c3, net.minecraftforge.oredict.OreIngredient@2b0f12c2, net.minecraftforge.oredict.OreIngredient@2561517e, net.minecraftforge.oredict.OreIngredient@6641f462, net.minecraftforge.oredict.OreIngredient@2561517e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.MachineBlock@5 new recipe: RecipeStage{tier='five', recipe=1xtile.MachineBlock@5:[net.minecraftforge.oredict.OreIngredient@25bba821, net.minecraftforge.oredict.OreIngredient@6641f462, net.minecraftforge.oredict.OreIngredient@25bba821, net.minecraftforge.oredict.OreIngredient@3a5423e1, net.minecraft.item.crafting.Ingredient@20db7a66, net.minecraftforge.oredict.OreIngredient@3a5423e1, net.minecraftforge.oredict.OreIngredient@25bba821, net.minecraftforge.oredict.OreIngredient@6641f462, net.minecraftforge.oredict.OreIngredient@25bba821]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.MachineBlock@5 new recipe: RecipeStage{tier='five', recipe=1xtile.MachineBlock@5:[net.minecraftforge.oredict.OreIngredient@25b740af, net.minecraftforge.oredict.OreIngredient@6641f462, net.minecraftforge.oredict.OreIngredient@25b740af, net.minecraftforge.oredict.OreIngredient@29cd0e25, net.minecraft.item.crafting.Ingredient@4f367fc6, net.minecraftforge.oredict.OreIngredient@29cd0e25, net.minecraftforge.oredict.OreIngredient@25b740af, net.minecraftforge.oredict.OreIngredient@6641f462, net.minecraftforge.oredict.OreIngredient@25b740af]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.MachineBlock@5 new recipe: RecipeStage{tier='five', recipe=1xtile.MachineBlock@5:[net.minecraftforge.oredict.OreIngredient@1322b0b0, net.minecraftforge.oredict.OreIngredient@6641f462, net.minecraftforge.oredict.OreIngredient@1322b0b0, net.minecraftforge.oredict.OreIngredient@13a94007, net.minecraft.item.crafting.Ingredient@60990cfa, net.minecraftforge.oredict.OreIngredient@13a94007, net.minecraftforge.oredict.OreIngredient@1322b0b0, net.minecraftforge.oredict.OreIngredient@6641f462, net.minecraftforge.oredict.OreIngredient@1322b0b0]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.MachineBlock@5 new recipe: RecipeStage{tier='five', recipe=1xtile.MachineBlock@5:[net.minecraftforge.oredict.OreIngredient@4900daf7, net.minecraftforge.oredict.OreIngredient@6641f462, net.minecraftforge.oredict.OreIngredient@4900daf7, net.minecraftforge.oredict.OreIngredient@4a12f0b5, net.minecraft.item.crafting.Ingredient@43a969c5, net.minecraftforge.oredict.OreIngredient@4a12f0b5, net.minecraftforge.oredict.OreIngredient@4900daf7, net.minecraftforge.oredict.OreIngredient@6641f462, net.minecraftforge.oredict.OreIngredient@4900daf7]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.MachineBlock@3 new recipe: RecipeStage{tier='five', recipe=1xtile.MachineBlock@3:[net.minecraftforge.oredict.OreIngredient@606a3371, net.minecraftforge.oredict.OreIngredient@6641f462, net.minecraftforge.oredict.OreIngredient@606a3371, net.minecraft.item.crafting.Ingredient@11c5c7d1, net.minecraft.item.crafting.Ingredient@68de0bf9, net.minecraft.item.crafting.Ingredient@11c5c7d1, net.minecraftforge.oredict.OreIngredient@606a3371, net.minecraftforge.oredict.OreIngredient@6641f462, net.minecraftforge.oredict.OreIngredient@606a3371]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.MachineBlock@2 new recipe: RecipeStage{tier='five', recipe=1xtile.MachineBlock@2:[net.minecraftforge.oredict.OreIngredient@5ac5ba1b, net.minecraftforge.oredict.OreIngredient@5931dabe, net.minecraftforge.oredict.OreIngredient@5ac5ba1b, net.minecraftforge.oredict.OreIngredient@56f67a4a, net.minecraft.item.crafting.Ingredient@69acba17, net.minecraftforge.oredict.OreIngredient@56f67a4a, net.minecraftforge.oredict.OreIngredient@5ac5ba1b, net.minecraftforge.oredict.OreIngredient@5931dabe, net.minecraftforge.oredict.OreIngredient@5ac5ba1b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.MachineBlock@15 new recipe: RecipeStage{tier='five', recipe=1xtile.MachineBlock@15:[net.minecraftforge.oredict.OreIngredient@12b2488b, net.minecraft.item.crafting.Ingredient@1a829603, net.minecraftforge.oredict.OreIngredient@12b2488b, net.minecraftforge.oredict.OreIngredient@12b2488b, net.minecraftforge.oredict.OreIngredient@6641f462, net.minecraftforge.oredict.OreIngredient@12b2488b, net.minecraftforge.oredict.OreIngredient@12b2488b, net.minecraftforge.oredict.OreIngredient@12b2488b, net.minecraftforge.oredict.OreIngredient@12b2488b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.MachineBlock@14 new recipe: RecipeStage{tier='five', recipe=1xtile.MachineBlock@14:[net.minecraft.item.crafting.Ingredient@7154ef7d, net.minecraft.item.crafting.Ingredient@7154ef7d, net.minecraft.item.crafting.Ingredient@7154ef7d, net.minecraftforge.oredict.OreIngredient@52609bb3, net.minecraft.item.crafting.Ingredient@58d1fe07, net.minecraftforge.oredict.OreIngredient@52609bb3]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.MachineBlock@13 new recipe: RecipeStage{tier='five', recipe=1xtile.MachineBlock@13:[net.minecraftforge.oredict.OreIngredient@6ec812ab, net.minecraftforge.oredict.OreIngredient@71d44d63, net.minecraftforge.oredict.OreIngredient@6ec812ab, net.minecraftforge.oredict.OreIngredient@344c7f14, net.minecraftforge.oredict.OreIngredient@6641f462, net.minecraftforge.oredict.OreIngredient@344c7f14, net.minecraftforge.oredict.OreIngredient@6ec812ab, net.minecraftforge.oredict.OreIngredient@6ec812ab, net.minecraftforge.oredict.OreIngredient@6ec812ab]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.MachineBlock@12 new recipe: RecipeStage{tier='five', recipe=1xtile.MachineBlock@12:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@15cafe98, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@230fb4b5, net.minecraft.item.crafting.Ingredient@19dcf3aa, net.minecraft.item.crafting.Ingredient@230fb4b5, net.minecraftforge.oredict.OreIngredient@553c2962, net.minecraftforge.oredict.OreIngredient@553c2962, net.minecraftforge.oredict.OreIngredient@553c2962]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.MachineBlock@11 new recipe: RecipeStage{tier='five', recipe=1xtile.MachineBlock@11:[net.minecraftforge.oredict.OreIngredient@6641f462, net.minecraft.item.crafting.Ingredient@1585509f, net.minecraftforge.oredict.OreIngredient@6641f462, net.minecraft.item.crafting.Ingredient@1585509f, net.minecraft.item.crafting.Ingredient@3c830ae, net.minecraft.item.crafting.Ingredient@1585509f, net.minecraftforge.oredict.OreIngredient@6641f462, net.minecraft.item.crafting.Ingredient@1585509f, net.minecraftforge.oredict.OreIngredient@6641f462]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.MachineBlock@10 new recipe: RecipeStage{tier='five', recipe=1xtile.MachineBlock@10:[net.minecraftforge.oredict.OreIngredient@13675d74, net.minecraftforge.oredict.OreIngredient@6641f462, net.minecraftforge.oredict.OreIngredient@13675d74, net.minecraftforge.oredict.OreIngredient@1a88bb74, net.minecraft.item.crafting.Ingredient@4388e0d8, net.minecraftforge.oredict.OreIngredient@1a88bb74, net.minecraftforge.oredict.OreIngredient@13675d74, net.minecraftforge.oredict.OreIngredient@6641f462, net.minecraftforge.oredict.OreIngredient@13675d74]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.MachineBlock@1 new recipe: RecipeStage{tier='five', recipe=1xtile.MachineBlock@1:[net.minecraftforge.oredict.OreIngredient@1695cc25, net.minecraftforge.oredict.OreIngredient@570ad57f, net.minecraftforge.oredict.OreIngredient@1695cc25, net.minecraft.item.crafting.Ingredient@529f06b8, net.minecraft.item.crafting.Ingredient@501412a2, net.minecraft.item.crafting.Ingredient@529f06b8, net.minecraftforge.oredict.OreIngredient@1695cc25, net.minecraftforge.oredict.OreIngredient@570ad57f, net.minecraftforge.oredict.OreIngredient@1695cc25]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.MachineBlock@0 new recipe: RecipeStage{tier='five', recipe=1xtile.MachineBlock@0:[net.minecraftforge.oredict.OreIngredient@495356fb, net.minecraftforge.oredict.OreIngredient@6641f462, net.minecraftforge.oredict.OreIngredient@495356fb, net.minecraftforge.oredict.OreIngredient@173f567a, net.minecraft.item.crafting.Ingredient@60b26444, net.minecraftforge.oredict.OreIngredient@173f567a, net.minecraftforge.oredict.OreIngredient@495356fb, net.minecraftforge.oredict.OreIngredient@6641f462, net.minecraftforge.oredict.OreIngredient@495356fb]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.MachineBlock3@6 new recipe: RecipeStage{tier='five', recipe=1xtile.MachineBlock3@6:[net.minecraftforge.oredict.OreIngredient@2195347, net.minecraftforge.oredict.OreIngredient@6641f462, net.minecraftforge.oredict.OreIngredient@2195347, net.minecraft.item.crafting.Ingredient@2a01a8c8, net.minecraft.item.crafting.Ingredient@6ada9eb7, net.minecraft.item.crafting.Ingredient@2a01a8c8, net.minecraftforge.oredict.OreIngredient@2195347, net.minecraftforge.oredict.OreIngredient@2195347, net.minecraftforge.oredict.OreIngredient@2195347]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.MachineBlock3@5 new recipe: RecipeStage{tier='five', recipe=1xtile.MachineBlock3@5:[net.minecraftforge.oredict.OreIngredient@1e74b845, net.minecraft.item.crafting.Ingredient@926b3cc, net.minecraftforge.oredict.OreIngredient@1e74b845, net.minecraftforge.oredict.OreIngredient@6641f462, net.minecraft.item.crafting.Ingredient@4e08c55, net.minecraftforge.oredict.OreIngredient@6641f462, net.minecraftforge.oredict.OreIngredient@1e74b845, net.minecraftforge.oredict.OreIngredient@265cb8c5, net.minecraftforge.oredict.OreIngredient@1e74b845]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.MachineBlock3@4 new recipe: RecipeStage{tier='five', recipe=1xtile.MachineBlock3@4:[net.minecraftforge.oredict.OreIngredient@12dd020a, net.minecraftforge.oredict.OreIngredient@40b27d4a, net.minecraftforge.oredict.OreIngredient@12dd020a, net.minecraftforge.oredict.OreIngredient@40b27d4a, net.minecraft.item.crafting.Ingredient@de21505, net.minecraftforge.oredict.OreIngredient@40b27d4a, net.minecraftforge.oredict.OreIngredient@12dd020a, net.minecraft.item.crafting.Ingredient@4b8d8e72, net.minecraftforge.oredict.OreIngredient@12dd020a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.MachineBlock3@1 new recipe: RecipeStage{tier='five', recipe=1xtile.MachineBlock3@1:[net.minecraftforge.oredict.OreIngredient@5b1cafc8, net.minecraft.item.crafting.Ingredient@556b8ad9, net.minecraftforge.oredict.OreIngredient@5b1cafc8, net.minecraftforge.oredict.OreIngredient@5931dabe, net.minecraft.item.crafting.Ingredient@4d8ed62e, net.minecraftforge.oredict.OreIngredient@5931dabe, net.minecraftforge.oredict.OreIngredient@5b2e7581, net.minecraftforge.oredict.OreIngredient@5b2e7581, net.minecraftforge.oredict.OreIngredient@5b2e7581]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.MachineBlock3@0 new recipe: RecipeStage{tier='five', recipe=1xtile.MachineBlock3@0:[net.minecraftforge.oredict.OreIngredient@3363a045, net.minecraftforge.oredict.OreIngredient@303ad71e, net.minecraftforge.oredict.OreIngredient@3363a045, net.minecraftforge.oredict.OreIngredient@69c846d5, net.minecraft.item.crafting.Ingredient@78e36168, net.minecraftforge.oredict.OreIngredient@69c846d5, net.minecraftforge.oredict.OreIngredient@3363a045, net.minecraftforge.oredict.OreIngredient@303ad71e, net.minecraftforge.oredict.OreIngredient@3363a045]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.MachineBlock2@9 new recipe: RecipeStage{tier='five', recipe=1xtile.MachineBlock2@9:[net.minecraftforge.oredict.OreIngredient@61228be0, net.minecraft.item.crafting.Ingredient@62f2b387, net.minecraftforge.oredict.OreIngredient@61228be0, net.minecraftforge.oredict.OreIngredient@6641f462, net.minecraft.item.crafting.Ingredient@7b35fdfb, net.minecraftforge.oredict.OreIngredient@6641f462, net.minecraftforge.oredict.OreIngredient@61228be0, net.minecraftforge.oredict.OreIngredient@61228be0, net.minecraftforge.oredict.OreIngredient@61228be0]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.MachineBlock2@8 new recipe: RecipeStage{tier='five', recipe=1xtile.MachineBlock2@8:[net.minecraftforge.oredict.OreIngredient@6641f462, mekanism.common.recipe.MekanismIngredient@22353fc1, net.minecraftforge.oredict.OreIngredient@6641f462, net.minecraft.item.crafting.Ingredient@107a8916, net.minecraft.item.crafting.Ingredient@7d4db60c, net.minecraft.item.crafting.Ingredient@107a8916, net.minecraftforge.oredict.OreIngredient@6641f462, mekanism.common.recipe.MekanismIngredient@22353fc1, net.minecraftforge.oredict.OreIngredient@6641f462]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.MachineBlock2@7 new recipe: RecipeStage{tier='five', recipe=1xtile.MachineBlock2@7:[net.minecraftforge.oredict.OreIngredient@6641f462, net.minecraft.item.crafting.Ingredient@379489e2, net.minecraftforge.oredict.OreIngredient@6641f462, net.minecraft.item.crafting.Ingredient@176cafa, net.minecraft.item.crafting.Ingredient@4e44188f, net.minecraft.item.crafting.Ingredient@176cafa, net.minecraftforge.oredict.OreIngredient@6641f462, mekanism.common.recipe.MekanismIngredient@75736d1c, net.minecraftforge.oredict.OreIngredient@6641f462]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.MachineBlock2@6 new recipe: RecipeStage{tier='five', recipe=1xtile.MachineBlock2@6:[net.minecraftforge.oredict.OreIngredient@6641f462, mekanism.common.recipe.MekanismIngredient@3b72664f, net.minecraftforge.oredict.OreIngredient@6641f462, net.minecraft.item.crafting.Ingredient@2ee84b3, net.minecraft.item.crafting.Ingredient@6a011c46, net.minecraft.item.crafting.Ingredient@2ee84b3, net.minecraftforge.oredict.OreIngredient@6641f462, mekanism.common.recipe.MekanismIngredient@3b72664f, net.minecraftforge.oredict.OreIngredient@6641f462]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.MachineBlock2@5 new recipe: RecipeStage{tier='five', recipe=1xtile.MachineBlock2@5:[net.minecraftforge.oredict.OreIngredient@100551cb, net.minecraftforge.oredict.OreIngredient@6641f462, net.minecraftforge.oredict.OreIngredient@100551cb, net.minecraft.item.crafting.Ingredient@7cd3730a, net.minecraft.item.crafting.Ingredient@5378aa2, net.minecraft.item.crafting.Ingredient@7cd3730a, net.minecraftforge.oredict.OreIngredient@100551cb, net.minecraftforge.oredict.OreIngredient@6641f462, net.minecraftforge.oredict.OreIngredient@100551cb]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.MachineBlock2@4 new recipe: RecipeStage{tier='five', recipe=1xtile.MachineBlock2@4:[net.minecraftforge.oredict.OreIngredient@6e3f733a, net.minecraftforge.oredict.OreIngredient@79cb9799, net.minecraftforge.oredict.OreIngredient@6e3f733a, net.minecraft.item.crafting.Ingredient@7dbf4294, net.minecraft.item.crafting.Ingredient@8390a71, net.minecraft.item.crafting.Ingredient@7dbf4294, net.minecraftforge.oredict.OreIngredient@6e3f733a, net.minecraftforge.oredict.OreIngredient@79cb9799, net.minecraftforge.oredict.OreIngredient@6e3f733a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.MachineBlock2@3 new recipe: RecipeStage{tier='five', recipe=1xtile.MachineBlock2@3:[net.minecraftforge.oredict.OreIngredient@38a53a31, net.minecraftforge.oredict.OreIngredient@5931dabe, net.minecraftforge.oredict.OreIngredient@38a53a31, net.minecraftforge.oredict.OreIngredient@ee9d89f, net.minecraft.item.crafting.Ingredient@1958ebaf, net.minecraftforge.oredict.OreIngredient@ee9d89f, net.minecraftforge.oredict.OreIngredient@38a53a31, net.minecraftforge.oredict.OreIngredient@5931dabe, net.minecraftforge.oredict.OreIngredient@38a53a31]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.MachineBlock2@2 new recipe: RecipeStage{tier='five', recipe=1xtile.MachineBlock2@2:[net.minecraft.item.crafting.Ingredient@52ff3c57, net.minecraftforge.oredict.OreIngredient@6641f462, net.minecraft.item.crafting.Ingredient@52ff3c57, mekanism.common.recipe.MekanismIngredient@504a59d1, net.minecraft.item.crafting.Ingredient@6cab544e, mekanism.common.recipe.MekanismIngredient@504a59d1, net.minecraft.item.crafting.Ingredient@52ff3c57, net.minecraftforge.oredict.OreIngredient@6641f462, net.minecraft.item.crafting.Ingredient@52ff3c57]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.MachineBlock2@15 new recipe: RecipeStage{tier='five', recipe=1xtile.MachineBlock2@15:[net.minecraft.item.crafting.Ingredient@4cc9c297, net.minecraft.item.crafting.Ingredient@2e114628]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.MachineBlock2@14 new recipe: RecipeStage{tier='five', recipe=1xtile.MachineBlock2@14:[net.minecraftforge.oredict.OreIngredient@47a9f6fb, net.minecraftforge.oredict.OreIngredient@47a9f6fb, net.minecraftforge.oredict.OreIngredient@47a9f6fb, net.minecraftforge.oredict.OreIngredient@47a9f6fb, mekanism.common.recipe.MekanismIngredient@fa091c3, net.minecraftforge.oredict.OreIngredient@7d9b387c, net.minecraftforge.oredict.OreIngredient@47a9f6fb, net.minecraftforge.oredict.OreIngredient@47a9f6fb, net.minecraftforge.oredict.OreIngredient@47a9f6fb]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.MachineBlock2@13 new recipe: RecipeStage{tier='five', recipe=1xtile.MachineBlock2@13:[net.minecraftforge.oredict.OreIngredient@25aa07b3, net.minecraft.item.crafting.Ingredient@4f7428d2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@25aa07b3, net.minecraft.item.crafting.Ingredient@f471801, net.minecraftforge.oredict.OreIngredient@1c01680f, net.minecraftforge.oredict.OreIngredient@25aa07b3, net.minecraft.item.crafting.Ingredient@4f7428d2, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.MachineBlock2@12 new recipe: RecipeStage{tier='five', recipe=1xtile.MachineBlock2@12:[net.minecraftforge.oredict.OreIngredient@7f7989e0, net.minecraftforge.oredict.OreIngredient@7f7989e0, net.minecraftforge.oredict.OreIngredient@7f7989e0, net.minecraftforge.oredict.OreIngredient@6641f462, net.minecraft.item.crafting.Ingredient@742c70dc, net.minecraftforge.oredict.OreIngredient@6641f462, net.minecraftforge.oredict.OreIngredient@7f7989e0, net.minecraftforge.oredict.OreIngredient@7f7989e0, net.minecraftforge.oredict.OreIngredient@7f7989e0]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.MachineBlock2@11 new recipe: RecipeStage{tier='creative_unused', recipe=1xtile.MachineBlock2@11:[net.minecraftforge.oredict.OreIngredient@7eb7528b, net.minecraftforge.oredict.OreIngredient@736dbe2a, net.minecraftforge.oredict.OreIngredient@7eb7528b, net.minecraftforge.oredict.OreIngredient@736dbe2a, mekanism.common.recipe.MekanismIngredient@57ec9c93, net.minecraftforge.oredict.OreIngredient@736dbe2a, net.minecraftforge.oredict.OreIngredient@7eb7528b, net.minecraftforge.oredict.OreIngredient@736dbe2a, net.minecraftforge.oredict.OreIngredient@7eb7528b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.MachineBlock2@11 new recipe: RecipeStage{tier='five', recipe=1xtile.MachineBlock2@11:[net.minecraftforge.oredict.OreIngredient@7eb7528b, net.minecraftforge.oredict.OreIngredient@736dbe2a, net.minecraftforge.oredict.OreIngredient@7eb7528b, net.minecraftforge.oredict.OreIngredient@736dbe2a, mekanism.common.recipe.MekanismIngredient@57ec9c93, net.minecraftforge.oredict.OreIngredient@736dbe2a, net.minecraftforge.oredict.OreIngredient@7eb7528b, net.minecraftforge.oredict.OreIngredient@736dbe2a, net.minecraftforge.oredict.OreIngredient@7eb7528b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.MachineBlock2@11 new recipe: RecipeStage{tier='creative_unused', recipe=1xtile.MachineBlock2@11:[net.minecraftforge.oredict.OreIngredient@4079b046, net.minecraftforge.oredict.OreIngredient@3d06b4b5, net.minecraftforge.oredict.OreIngredient@4079b046, net.minecraftforge.oredict.OreIngredient@3d06b4b5, mekanism.common.recipe.MekanismIngredient@566ef5d2, net.minecraftforge.oredict.OreIngredient@3d06b4b5, net.minecraftforge.oredict.OreIngredient@4079b046, net.minecraftforge.oredict.OreIngredient@3d06b4b5, net.minecraftforge.oredict.OreIngredient@4079b046]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.MachineBlock2@11 new recipe: RecipeStage{tier='five', recipe=1xtile.MachineBlock2@11:[net.minecraftforge.oredict.OreIngredient@4079b046, net.minecraftforge.oredict.OreIngredient@3d06b4b5, net.minecraftforge.oredict.OreIngredient@4079b046, net.minecraftforge.oredict.OreIngredient@3d06b4b5, mekanism.common.recipe.MekanismIngredient@566ef5d2, net.minecraftforge.oredict.OreIngredient@3d06b4b5, net.minecraftforge.oredict.OreIngredient@4079b046, net.minecraftforge.oredict.OreIngredient@3d06b4b5, net.minecraftforge.oredict.OreIngredient@4079b046]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.MachineBlock2@11 new recipe: RecipeStage{tier='creative_unused', recipe=1xtile.MachineBlock2@11:[net.minecraftforge.oredict.OreIngredient@198b512b, net.minecraftforge.oredict.OreIngredient@2720a8b2, net.minecraftforge.oredict.OreIngredient@198b512b, net.minecraftforge.oredict.OreIngredient@2720a8b2, mekanism.common.recipe.MekanismIngredient@1da38508, net.minecraftforge.oredict.OreIngredient@2720a8b2, net.minecraftforge.oredict.OreIngredient@198b512b, net.minecraftforge.oredict.OreIngredient@2720a8b2, net.minecraftforge.oredict.OreIngredient@198b512b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.MachineBlock2@11 new recipe: RecipeStage{tier='five', recipe=1xtile.MachineBlock2@11:[net.minecraftforge.oredict.OreIngredient@198b512b, net.minecraftforge.oredict.OreIngredient@2720a8b2, net.minecraftforge.oredict.OreIngredient@198b512b, net.minecraftforge.oredict.OreIngredient@2720a8b2, mekanism.common.recipe.MekanismIngredient@1da38508, net.minecraftforge.oredict.OreIngredient@2720a8b2, net.minecraftforge.oredict.OreIngredient@198b512b, net.minecraftforge.oredict.OreIngredient@2720a8b2, net.minecraftforge.oredict.OreIngredient@198b512b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.MachineBlock2@11 new recipe: RecipeStage{tier='creative_unused', recipe=1xtile.MachineBlock2@11:[net.minecraftforge.oredict.OreIngredient@51ffbbd6, net.minecraftforge.oredict.OreIngredient@7d0daa80, net.minecraftforge.oredict.OreIngredient@51ffbbd6, net.minecraftforge.oredict.OreIngredient@7d0daa80, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7d0daa80, net.minecraftforge.oredict.OreIngredient@51ffbbd6, net.minecraftforge.oredict.OreIngredient@7d0daa80, net.minecraftforge.oredict.OreIngredient@51ffbbd6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.MachineBlock2@11 new recipe: RecipeStage{tier='five', recipe=1xtile.MachineBlock2@11:[net.minecraftforge.oredict.OreIngredient@51ffbbd6, net.minecraftforge.oredict.OreIngredient@7d0daa80, net.minecraftforge.oredict.OreIngredient@51ffbbd6, net.minecraftforge.oredict.OreIngredient@7d0daa80, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7d0daa80, net.minecraftforge.oredict.OreIngredient@51ffbbd6, net.minecraftforge.oredict.OreIngredient@7d0daa80, net.minecraftforge.oredict.OreIngredient@51ffbbd6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.MachineBlock2@10 new recipe: RecipeStage{tier='five', recipe=1xtile.MachineBlock2@10:[net.minecraftforge.oredict.OreIngredient@12946c17, net.minecraft.item.crafting.Ingredient@6729844e, net.minecraftforge.oredict.OreIngredient@12946c17, net.minecraftforge.oredict.OreIngredient@6641f462, net.minecraft.item.crafting.Ingredient@13dc5721, net.minecraftforge.oredict.OreIngredient@6641f462, mekanism.common.recipe.MekanismIngredient@229973b1, net.minecraft.item.crafting.Ingredient@4c51e3f2, mekanism.common.recipe.MekanismIngredient@229973b1]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.MachineBlock2@1 new recipe: RecipeStage{tier='five', recipe=1xtile.MachineBlock2@1:[net.minecraft.item.crafting.Ingredient@63885867, net.minecraftforge.oredict.OreIngredient@6641f462, net.minecraft.item.crafting.Ingredient@63885867, net.minecraft.item.crafting.Ingredient@497bd00d, net.minecraft.item.crafting.Ingredient@3efe554c, mekanism.common.recipe.MekanismIngredient@3814f748, net.minecraft.item.crafting.Ingredient@63885867, net.minecraftforge.oredict.OreIngredient@6641f462, net.minecraft.item.crafting.Ingredient@63885867]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.MachineBlock2@0 new recipe: RecipeStage{tier='five', recipe=1xtile.MachineBlock2@0:[net.minecraftforge.oredict.OreIngredient@52be3441, net.minecraftforge.oredict.OreIngredient@6641f462, net.minecraftforge.oredict.OreIngredient@52be3441, mekanism.common.recipe.MekanismIngredient@5d3bf1bc, net.minecraft.item.crafting.Ingredient@3270edf5, mekanism.common.recipe.MekanismIngredient@47214464, net.minecraftforge.oredict.OreIngredient@52be3441, net.minecraftforge.oredict.OreIngredient@6641f462, net.minecraftforge.oredict.OreIngredient@52be3441]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.Jetpack@0 new recipe: RecipeStage{tier='five', recipe=1xitem.Jetpack@0:[net.minecraftforge.oredict.OreIngredient@1e4ffb35, net.minecraftforge.oredict.OreIngredient@6641f462, net.minecraftforge.oredict.OreIngredient@1e4ffb35, net.minecraftforge.oredict.OreIngredient@7469a752, mekanism.common.recipe.MekanismIngredient@79929e31, net.minecraftforge.oredict.OreIngredient@7469a752, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7469a752, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.Ingot@3 new recipe: RecipeStage{tier='five', recipe=1xitem.Ingot@3:[net.minecraftforge.oredict.OreIngredient@746420a7, net.minecraftforge.oredict.OreIngredient@746420a7, net.minecraftforge.oredict.OreIngredient@746420a7, net.minecraftforge.oredict.OreIngredient@746420a7, net.minecraftforge.oredict.OreIngredient@746420a7, net.minecraftforge.oredict.OreIngredient@746420a7, net.minecraftforge.oredict.OreIngredient@746420a7, net.minecraftforge.oredict.OreIngredient@746420a7, net.minecraftforge.oredict.OreIngredient@746420a7]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.Ingot@3 new recipe: RecipeStage{tier='five', recipe=9xitem.Ingot@3:[net.minecraft.item.crafting.Ingredient@76ce2dd4]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.Ingot@0 new recipe: RecipeStage{tier='five', recipe=1xitem.Ingot@0:[net.minecraftforge.oredict.OreIngredient@26068e27, net.minecraftforge.oredict.OreIngredient@26068e27, net.minecraftforge.oredict.OreIngredient@26068e27, net.minecraftforge.oredict.OreIngredient@26068e27, net.minecraftforge.oredict.OreIngredient@26068e27, net.minecraftforge.oredict.OreIngredient@26068e27, net.minecraftforge.oredict.OreIngredient@26068e27, net.minecraftforge.oredict.OreIngredient@26068e27, net.minecraftforge.oredict.OreIngredient@26068e27]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.Ingot@0 new recipe: RecipeStage{tier='five', recipe=9xitem.Ingot@0:[net.minecraft.item.crafting.Ingredient@619ec6da]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.GlowPlasticBlock@9 new recipe: RecipeStage{tier='five', recipe=4xtile.GlowPlasticBlock@9:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4c06b2a2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4c06b2a2, net.minecraftforge.oredict.OreIngredient@62cd3643, net.minecraft.item.crafting.Ingredient@4c06b2a2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4c06b2a2, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.GlowPlasticBlock@9 new recipe: RecipeStage{tier='five', recipe=3xtile.GlowPlasticBlock@9:[net.minecraft.item.crafting.Ingredient@7701bf4f, net.minecraft.item.crafting.Ingredient@912006b, net.minecraft.item.crafting.Ingredient@727626fe, net.minecraft.item.crafting.Ingredient@215d511d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.GlowPlasticBlock@8 new recipe: RecipeStage{tier='five', recipe=4xtile.GlowPlasticBlock@8:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4ac8d81a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4ac8d81a, net.minecraftforge.oredict.OreIngredient@72e14974, net.minecraft.item.crafting.Ingredient@4ac8d81a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4ac8d81a, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.GlowPlasticBlock@8 new recipe: RecipeStage{tier='five', recipe=3xtile.GlowPlasticBlock@8:[net.minecraft.item.crafting.Ingredient@519961eb, net.minecraft.item.crafting.Ingredient@ef52762, net.minecraft.item.crafting.Ingredient@52f9655b, net.minecraft.item.crafting.Ingredient@22f8d184]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.GlowPlasticBlock@7 new recipe: RecipeStage{tier='five', recipe=4xtile.GlowPlasticBlock@7:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@62c77ce8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@62c77ce8, net.minecraftforge.oredict.OreIngredient@79f8f69b, net.minecraft.item.crafting.Ingredient@62c77ce8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@62c77ce8, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.GlowPlasticBlock@7 new recipe: RecipeStage{tier='five', recipe=3xtile.GlowPlasticBlock@7:[net.minecraft.item.crafting.Ingredient@541b7afc, net.minecraft.item.crafting.Ingredient@789085df, net.minecraft.item.crafting.Ingredient@4bce78e0, net.minecraft.item.crafting.Ingredient@692d15b8]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.GlowPlasticBlock@6 new recipe: RecipeStage{tier='five', recipe=4xtile.GlowPlasticBlock@6:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@239ca277, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@239ca277, net.minecraftforge.oredict.OreIngredient@37112979, net.minecraft.item.crafting.Ingredient@239ca277, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@239ca277, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.GlowPlasticBlock@6 new recipe: RecipeStage{tier='five', recipe=3xtile.GlowPlasticBlock@6:[net.minecraft.item.crafting.Ingredient@7c28bd59, net.minecraft.item.crafting.Ingredient@4ca2d6bc, net.minecraft.item.crafting.Ingredient@64d4326e, net.minecraft.item.crafting.Ingredient@464ec8b2]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.GlowPlasticBlock@5 new recipe: RecipeStage{tier='five', recipe=4xtile.GlowPlasticBlock@5:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@50c1074d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@50c1074d, net.minecraftforge.oredict.OreIngredient@41acdcd, net.minecraft.item.crafting.Ingredient@50c1074d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@50c1074d, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.GlowPlasticBlock@5 new recipe: RecipeStage{tier='five', recipe=3xtile.GlowPlasticBlock@5:[net.minecraft.item.crafting.Ingredient@5bc40863, net.minecraft.item.crafting.Ingredient@5f6779b2, net.minecraft.item.crafting.Ingredient@4ccbccd, net.minecraft.item.crafting.Ingredient@1bf06f13]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.GlowPlasticBlock@4 new recipe: RecipeStage{tier='five', recipe=4xtile.GlowPlasticBlock@4:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7d192980, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7d192980, net.minecraftforge.oredict.OreIngredient@7acaf926, net.minecraft.item.crafting.Ingredient@7d192980, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7d192980, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.GlowPlasticBlock@4 new recipe: RecipeStage{tier='five', recipe=3xtile.GlowPlasticBlock@4:[net.minecraft.item.crafting.Ingredient@5d0482a5, net.minecraft.item.crafting.Ingredient@6e1d5950, net.minecraft.item.crafting.Ingredient@73d856b6, net.minecraft.item.crafting.Ingredient@5162ee3c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.GlowPlasticBlock@3 new recipe: RecipeStage{tier='five', recipe=4xtile.GlowPlasticBlock@3:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5bd0d4ce, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5bd0d4ce, net.minecraftforge.oredict.OreIngredient@21580a1c, net.minecraft.item.crafting.Ingredient@5bd0d4ce, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5bd0d4ce, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.GlowPlasticBlock@3 new recipe: RecipeStage{tier='five', recipe=3xtile.GlowPlasticBlock@3:[net.minecraft.item.crafting.Ingredient@48e5d1eb, net.minecraft.item.crafting.Ingredient@13078e44, net.minecraft.item.crafting.Ingredient@583d978c, net.minecraft.item.crafting.Ingredient@10c8e761]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.GlowPlasticBlock@2 new recipe: RecipeStage{tier='five', recipe=4xtile.GlowPlasticBlock@2:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3a0faf5b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3a0faf5b, net.minecraftforge.oredict.OreIngredient@6cad9ac6, net.minecraft.item.crafting.Ingredient@3a0faf5b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3a0faf5b, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.GlowPlasticBlock@2 new recipe: RecipeStage{tier='five', recipe=3xtile.GlowPlasticBlock@2:[net.minecraft.item.crafting.Ingredient@34a4b6f0, net.minecraft.item.crafting.Ingredient@5f516d5f, net.minecraft.item.crafting.Ingredient@474e2c3e, net.minecraft.item.crafting.Ingredient@8563a99]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.GlowPlasticBlock@1 new recipe: RecipeStage{tier='five', recipe=4xtile.GlowPlasticBlock@1:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@429926ef, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@429926ef, net.minecraftforge.oredict.OreIngredient@7b86be5f, net.minecraft.item.crafting.Ingredient@429926ef, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@429926ef, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.GlowPlasticBlock@15 new recipe: RecipeStage{tier='five', recipe=4xtile.GlowPlasticBlock@15:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@472b6692, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@472b6692, net.minecraftforge.oredict.OreIngredient@28142ae2, net.minecraft.item.crafting.Ingredient@472b6692, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@472b6692, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.GlowPlasticBlock@15 new recipe: RecipeStage{tier='five', recipe=3xtile.GlowPlasticBlock@15:[net.minecraft.item.crafting.Ingredient@19dbc786, net.minecraft.item.crafting.Ingredient@79b1727a, net.minecraft.item.crafting.Ingredient@6718de72, net.minecraft.item.crafting.Ingredient@7af67d01]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.GlowPlasticBlock@14 new recipe: RecipeStage{tier='five', recipe=4xtile.GlowPlasticBlock@14:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@279b2f2d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@279b2f2d, net.minecraftforge.oredict.OreIngredient@29527ef2, net.minecraft.item.crafting.Ingredient@279b2f2d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@279b2f2d, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.GlowPlasticBlock@14 new recipe: RecipeStage{tier='five', recipe=3xtile.GlowPlasticBlock@14:[net.minecraft.item.crafting.Ingredient@1909705d, net.minecraft.item.crafting.Ingredient@7e78afb7, net.minecraft.item.crafting.Ingredient@77f4f4d1, net.minecraft.item.crafting.Ingredient@6589b23b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.GlowPlasticBlock@13 new recipe: RecipeStage{tier='five', recipe=4xtile.GlowPlasticBlock@13:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@745ceff9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@745ceff9, net.minecraftforge.oredict.OreIngredient@46d48ef8, net.minecraft.item.crafting.Ingredient@745ceff9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@745ceff9, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.GlowPlasticBlock@13 new recipe: RecipeStage{tier='five', recipe=3xtile.GlowPlasticBlock@13:[net.minecraft.item.crafting.Ingredient@761fbe42, net.minecraft.item.crafting.Ingredient@107fb7a6, net.minecraft.item.crafting.Ingredient@65cec4d0, net.minecraft.item.crafting.Ingredient@37d343f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.GlowPlasticBlock@12 new recipe: RecipeStage{tier='five', recipe=4xtile.GlowPlasticBlock@12:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1c799d86, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1c799d86, net.minecraftforge.oredict.OreIngredient@4f8caf32, net.minecraft.item.crafting.Ingredient@1c799d86, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1c799d86, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.GlowPlasticBlock@12 new recipe: RecipeStage{tier='five', recipe=3xtile.GlowPlasticBlock@12:[net.minecraft.item.crafting.Ingredient@7b228503, net.minecraft.item.crafting.Ingredient@76a7afc4, net.minecraft.item.crafting.Ingredient@34b465b8, net.minecraft.item.crafting.Ingredient@f5bea52]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.GlowPlasticBlock@11 new recipe: RecipeStage{tier='five', recipe=4xtile.GlowPlasticBlock@11:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6c7b7bbf, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6c7b7bbf, net.minecraftforge.oredict.OreIngredient@7f37ed53, net.minecraft.item.crafting.Ingredient@6c7b7bbf, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6c7b7bbf, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.GlowPlasticBlock@11 new recipe: RecipeStage{tier='five', recipe=3xtile.GlowPlasticBlock@11:[net.minecraft.item.crafting.Ingredient@6e1843e0, net.minecraft.item.crafting.Ingredient@4bc23290, net.minecraft.item.crafting.Ingredient@70ad7768, net.minecraft.item.crafting.Ingredient@75ddd235]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.GlowPlasticBlock@10 new recipe: RecipeStage{tier='five', recipe=4xtile.GlowPlasticBlock@10:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3a07350, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3a07350, net.minecraftforge.oredict.OreIngredient@6e7ab4f9, net.minecraft.item.crafting.Ingredient@3a07350, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3a07350, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.GlowPlasticBlock@10 new recipe: RecipeStage{tier='five', recipe=3xtile.GlowPlasticBlock@10:[net.minecraft.item.crafting.Ingredient@27d063cb, net.minecraft.item.crafting.Ingredient@51e0f41c, net.minecraft.item.crafting.Ingredient@2dcff691, net.minecraft.item.crafting.Ingredient@75d4a61]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.GlowPlasticBlock@1 new recipe: RecipeStage{tier='five', recipe=3xtile.GlowPlasticBlock@1:[net.minecraft.item.crafting.Ingredient@4a6bbc9d, net.minecraft.item.crafting.Ingredient@54b986d5, net.minecraft.item.crafting.Ingredient@2e1a1a09, net.minecraft.item.crafting.Ingredient@4ed0a999]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.GlowPlasticBlock@0 new recipe: RecipeStage{tier='five', recipe=4xtile.GlowPlasticBlock@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@74bcbb2d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@74bcbb2d, net.minecraftforge.oredict.OreIngredient@6e328a0b, net.minecraft.item.crafting.Ingredient@74bcbb2d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@74bcbb2d, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.GlowPlasticBlock@0 new recipe: RecipeStage{tier='five', recipe=3xtile.GlowPlasticBlock@0:[net.minecraft.item.crafting.Ingredient@5fb3be0f, net.minecraft.item.crafting.Ingredient@4860129e, net.minecraft.item.crafting.Ingredient@1a60e1e, net.minecraft.item.crafting.Ingredient@7ca364db]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.GlowPanel@9 new recipe: RecipeStage{tier='five', recipe=4xtile.GlowPanel@9:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@209be895, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@209be895, net.minecraftforge.oredict.OreIngredient@96474de, net.minecraft.item.crafting.Ingredient@209be895, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@209be895, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xtile.GlowPanel@9 new recipe: RecipeStage{tier='five', recipe=2xtile.GlowPanel@9:[net.minecraftforge.oredict.OreIngredient@54f2da84, net.minecraft.item.crafting.Ingredient@4c86b95c, net.minecraftforge.oredict.OreIngredient@54f2da84, net.minecraft.item.crafting.Ingredient@4c86b95c, net.minecraftforge.oredict.OreIngredient@1d0a99c7, net.minecraft.item.crafting.Ingredient@4c86b95c, net.minecraftforge.oredict.OreIngredient@3722f310, net.minecraft.item.crafting.Ingredient@4c86b95c, net.minecraftforge.oredict.OreIngredient@3722f310]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.GlowPanel@8 new recipe: RecipeStage{tier='five', recipe=4xtile.GlowPanel@8:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@65649713, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@65649713, net.minecraftforge.oredict.OreIngredient@212ae84c, net.minecraft.item.crafting.Ingredient@65649713, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@65649713, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xtile.GlowPanel@8 new recipe: RecipeStage{tier='five', recipe=2xtile.GlowPanel@8:[net.minecraftforge.oredict.OreIngredient@34214fc5, net.minecraft.item.crafting.Ingredient@68021221, net.minecraftforge.oredict.OreIngredient@34214fc5, net.minecraft.item.crafting.Ingredient@68021221, net.minecraftforge.oredict.OreIngredient@7811180b, net.minecraft.item.crafting.Ingredient@68021221, net.minecraftforge.oredict.OreIngredient@47ab85d8, net.minecraft.item.crafting.Ingredient@68021221, net.minecraftforge.oredict.OreIngredient@47ab85d8]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.GlowPanel@7 new recipe: RecipeStage{tier='five', recipe=4xtile.GlowPanel@7:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6a1e7c5f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6a1e7c5f, net.minecraftforge.oredict.OreIngredient@46545a4e, net.minecraft.item.crafting.Ingredient@6a1e7c5f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6a1e7c5f, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xtile.GlowPanel@7 new recipe: RecipeStage{tier='five', recipe=2xtile.GlowPanel@7:[net.minecraftforge.oredict.OreIngredient@47054f5d, net.minecraft.item.crafting.Ingredient@405a0cb, net.minecraftforge.oredict.OreIngredient@47054f5d, net.minecraft.item.crafting.Ingredient@405a0cb, net.minecraftforge.oredict.OreIngredient@2aef9cfd, net.minecraft.item.crafting.Ingredient@405a0cb, net.minecraftforge.oredict.OreIngredient@36ae1baa, net.minecraft.item.crafting.Ingredient@405a0cb, net.minecraftforge.oredict.OreIngredient@36ae1baa]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.GlowPanel@6 new recipe: RecipeStage{tier='five', recipe=4xtile.GlowPanel@6:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@62fd7b62, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@62fd7b62, net.minecraftforge.oredict.OreIngredient@5fd08a45, net.minecraft.item.crafting.Ingredient@62fd7b62, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@62fd7b62, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xtile.GlowPanel@6 new recipe: RecipeStage{tier='five', recipe=2xtile.GlowPanel@6:[net.minecraftforge.oredict.OreIngredient@284b1c00, net.minecraft.item.crafting.Ingredient@6c061c46, net.minecraftforge.oredict.OreIngredient@284b1c00, net.minecraft.item.crafting.Ingredient@6c061c46, net.minecraftforge.oredict.OreIngredient@7dac0225, net.minecraft.item.crafting.Ingredient@6c061c46, net.minecraftforge.oredict.OreIngredient@1f48819f, net.minecraft.item.crafting.Ingredient@6c061c46, net.minecraftforge.oredict.OreIngredient@1f48819f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.GlowPanel@5 new recipe: RecipeStage{tier='five', recipe=4xtile.GlowPanel@5:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@751449bf, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@751449bf, net.minecraftforge.oredict.OreIngredient@3da0a12, net.minecraft.item.crafting.Ingredient@751449bf, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@751449bf, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xtile.GlowPanel@5 new recipe: RecipeStage{tier='five', recipe=2xtile.GlowPanel@5:[net.minecraftforge.oredict.OreIngredient@1ebf9f46, net.minecraft.item.crafting.Ingredient@272baf74, net.minecraftforge.oredict.OreIngredient@1ebf9f46, net.minecraft.item.crafting.Ingredient@272baf74, net.minecraftforge.oredict.OreIngredient@7e735fd5, net.minecraft.item.crafting.Ingredient@272baf74, net.minecraftforge.oredict.OreIngredient@7df036f, net.minecraft.item.crafting.Ingredient@272baf74, net.minecraftforge.oredict.OreIngredient@7df036f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.GlowPanel@4 new recipe: RecipeStage{tier='five', recipe=4xtile.GlowPanel@4:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4007312, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4007312, net.minecraftforge.oredict.OreIngredient@2611d1fe, net.minecraft.item.crafting.Ingredient@4007312, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4007312, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xtile.GlowPanel@4 new recipe: RecipeStage{tier='five', recipe=2xtile.GlowPanel@4:[net.minecraftforge.oredict.OreIngredient@26b09a03, net.minecraft.item.crafting.Ingredient@6f6619ba, net.minecraftforge.oredict.OreIngredient@26b09a03, net.minecraft.item.crafting.Ingredient@6f6619ba, net.minecraftforge.oredict.OreIngredient@2ccad526, net.minecraft.item.crafting.Ingredient@6f6619ba, net.minecraftforge.oredict.OreIngredient@13d32267, net.minecraft.item.crafting.Ingredient@6f6619ba, net.minecraftforge.oredict.OreIngredient@13d32267]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.GlowPanel@3 new recipe: RecipeStage{tier='five', recipe=4xtile.GlowPanel@3:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1eb6f520, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1eb6f520, net.minecraftforge.oredict.OreIngredient@218c5158, net.minecraft.item.crafting.Ingredient@1eb6f520, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1eb6f520, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xtile.GlowPanel@3 new recipe: RecipeStage{tier='five', recipe=2xtile.GlowPanel@3:[net.minecraftforge.oredict.OreIngredient@7d08936c, net.minecraft.item.crafting.Ingredient@79d3cbbf, net.minecraftforge.oredict.OreIngredient@7d08936c, net.minecraft.item.crafting.Ingredient@79d3cbbf, net.minecraftforge.oredict.OreIngredient@313aae88, net.minecraft.item.crafting.Ingredient@79d3cbbf, net.minecraftforge.oredict.OreIngredient@673a9da0, net.minecraft.item.crafting.Ingredient@79d3cbbf, net.minecraftforge.oredict.OreIngredient@673a9da0]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.GlowPanel@2 new recipe: RecipeStage{tier='five', recipe=4xtile.GlowPanel@2:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6eb7b148, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6eb7b148, net.minecraftforge.oredict.OreIngredient@37709377, net.minecraft.item.crafting.Ingredient@6eb7b148, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6eb7b148, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xtile.GlowPanel@2 new recipe: RecipeStage{tier='five', recipe=2xtile.GlowPanel@2:[net.minecraftforge.oredict.OreIngredient@6667e43f, net.minecraft.item.crafting.Ingredient@176b726c, net.minecraftforge.oredict.OreIngredient@6667e43f, net.minecraft.item.crafting.Ingredient@176b726c, net.minecraftforge.oredict.OreIngredient@1e266eec, net.minecraft.item.crafting.Ingredient@176b726c, net.minecraftforge.oredict.OreIngredient@3243ba62, net.minecraft.item.crafting.Ingredient@176b726c, net.minecraftforge.oredict.OreIngredient@3243ba62]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.GlowPanel@1 new recipe: RecipeStage{tier='five', recipe=4xtile.GlowPanel@1:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@252b7189, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@252b7189, net.minecraftforge.oredict.OreIngredient@29cb378b, net.minecraft.item.crafting.Ingredient@252b7189, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@252b7189, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.GlowPanel@15 new recipe: RecipeStage{tier='five', recipe=4xtile.GlowPanel@15:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@687eb558, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@687eb558, net.minecraftforge.oredict.OreIngredient@478321c3, net.minecraft.item.crafting.Ingredient@687eb558, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@687eb558, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xtile.GlowPanel@15 new recipe: RecipeStage{tier='five', recipe=2xtile.GlowPanel@15:[net.minecraftforge.oredict.OreIngredient@3661439f, net.minecraft.item.crafting.Ingredient@1af57c8, net.minecraftforge.oredict.OreIngredient@3661439f, net.minecraft.item.crafting.Ingredient@1af57c8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1af57c8, net.minecraftforge.oredict.OreIngredient@2e54ced1, net.minecraft.item.crafting.Ingredient@1af57c8, net.minecraftforge.oredict.OreIngredient@2e54ced1]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.GlowPanel@14 new recipe: RecipeStage{tier='five', recipe=4xtile.GlowPanel@14:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1ecb69a2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1ecb69a2, net.minecraftforge.oredict.OreIngredient@19427cf9, net.minecraft.item.crafting.Ingredient@1ecb69a2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1ecb69a2, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xtile.GlowPanel@14 new recipe: RecipeStage{tier='five', recipe=2xtile.GlowPanel@14:[net.minecraftforge.oredict.OreIngredient@7db45661, net.minecraft.item.crafting.Ingredient@16e0ca81, net.minecraftforge.oredict.OreIngredient@7db45661, net.minecraft.item.crafting.Ingredient@16e0ca81, net.minecraftforge.oredict.OreIngredient@61cdcada, net.minecraft.item.crafting.Ingredient@16e0ca81, net.minecraftforge.oredict.OreIngredient@4cb5a28d, net.minecraft.item.crafting.Ingredient@16e0ca81, net.minecraftforge.oredict.OreIngredient@4cb5a28d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.GlowPanel@13 new recipe: RecipeStage{tier='five', recipe=4xtile.GlowPanel@13:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6d9d6d6f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6d9d6d6f, net.minecraftforge.oredict.OreIngredient@119d5e3a, net.minecraft.item.crafting.Ingredient@6d9d6d6f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6d9d6d6f, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xtile.GlowPanel@13 new recipe: RecipeStage{tier='five', recipe=2xtile.GlowPanel@13:[net.minecraftforge.oredict.OreIngredient@47c8963c, net.minecraft.item.crafting.Ingredient@4678744b, net.minecraftforge.oredict.OreIngredient@47c8963c, net.minecraft.item.crafting.Ingredient@4678744b, net.minecraftforge.oredict.OreIngredient@a88ddf, net.minecraft.item.crafting.Ingredient@4678744b, net.minecraftforge.oredict.OreIngredient@4728b122, net.minecraft.item.crafting.Ingredient@4678744b, net.minecraftforge.oredict.OreIngredient@4728b122]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.GlowPanel@12 new recipe: RecipeStage{tier='five', recipe=4xtile.GlowPanel@12:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7ace3c9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7ace3c9, net.minecraftforge.oredict.OreIngredient@569b5b6f, net.minecraft.item.crafting.Ingredient@7ace3c9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7ace3c9, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xtile.GlowPanel@12 new recipe: RecipeStage{tier='five', recipe=2xtile.GlowPanel@12:[net.minecraftforge.oredict.OreIngredient@6b8a15cf, net.minecraft.item.crafting.Ingredient@60c7a9cd, net.minecraftforge.oredict.OreIngredient@6b8a15cf, net.minecraft.item.crafting.Ingredient@60c7a9cd, net.minecraftforge.oredict.OreIngredient@44e89595, net.minecraft.item.crafting.Ingredient@60c7a9cd, net.minecraftforge.oredict.OreIngredient@10293a41, net.minecraft.item.crafting.Ingredient@60c7a9cd, net.minecraftforge.oredict.OreIngredient@10293a41]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.GlowPanel@11 new recipe: RecipeStage{tier='five', recipe=4xtile.GlowPanel@11:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2f848c5f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2f848c5f, net.minecraftforge.oredict.OreIngredient@37a56118, net.minecraft.item.crafting.Ingredient@2f848c5f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2f848c5f, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xtile.GlowPanel@11 new recipe: RecipeStage{tier='five', recipe=2xtile.GlowPanel@11:[net.minecraftforge.oredict.OreIngredient@3a5da28, net.minecraft.item.crafting.Ingredient@7679bebd, net.minecraftforge.oredict.OreIngredient@3a5da28, net.minecraft.item.crafting.Ingredient@7679bebd, net.minecraftforge.oredict.OreIngredient@28f09ac8, net.minecraft.item.crafting.Ingredient@7679bebd, net.minecraftforge.oredict.OreIngredient@11767d78, net.minecraft.item.crafting.Ingredient@7679bebd, net.minecraftforge.oredict.OreIngredient@11767d78]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.GlowPanel@10 new recipe: RecipeStage{tier='five', recipe=4xtile.GlowPanel@10:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@9ad85cc, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@9ad85cc, net.minecraftforge.oredict.OreIngredient@494d05ac, net.minecraft.item.crafting.Ingredient@9ad85cc, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@9ad85cc, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xtile.GlowPanel@10 new recipe: RecipeStage{tier='five', recipe=2xtile.GlowPanel@10:[net.minecraftforge.oredict.OreIngredient@76fc7b42, net.minecraft.item.crafting.Ingredient@5dc7116a, net.minecraftforge.oredict.OreIngredient@76fc7b42, net.minecraft.item.crafting.Ingredient@5dc7116a, net.minecraftforge.oredict.OreIngredient@37d685a8, net.minecraft.item.crafting.Ingredient@5dc7116a, net.minecraftforge.oredict.OreIngredient@b7499aa, net.minecraft.item.crafting.Ingredient@5dc7116a, net.minecraftforge.oredict.OreIngredient@b7499aa]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xtile.GlowPanel@1 new recipe: RecipeStage{tier='five', recipe=2xtile.GlowPanel@1:[net.minecraftforge.oredict.OreIngredient@5780856f, net.minecraft.item.crafting.Ingredient@7748cacf, net.minecraftforge.oredict.OreIngredient@5780856f, net.minecraft.item.crafting.Ingredient@7748cacf, net.minecraftforge.oredict.OreIngredient@7af34983, net.minecraft.item.crafting.Ingredient@7748cacf, net.minecraftforge.oredict.OreIngredient@357a0ac9, net.minecraft.item.crafting.Ingredient@7748cacf, net.minecraftforge.oredict.OreIngredient@357a0ac9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.GlowPanel@0 new recipe: RecipeStage{tier='five', recipe=4xtile.GlowPanel@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@52bb761b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@52bb761b, net.minecraftforge.oredict.OreIngredient@269ac352, net.minecraft.item.crafting.Ingredient@52bb761b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@52bb761b, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xtile.GlowPanel@0 new recipe: RecipeStage{tier='five', recipe=2xtile.GlowPanel@0:[net.minecraftforge.oredict.OreIngredient@40898135, net.minecraft.item.crafting.Ingredient@32f54d84, net.minecraftforge.oredict.OreIngredient@40898135, net.minecraft.item.crafting.Ingredient@32f54d84, net.minecraftforge.oredict.OreIngredient@545d6b05, net.minecraft.item.crafting.Ingredient@32f54d84, net.minecraftforge.oredict.OreIngredient@2effb5b9, net.minecraft.item.crafting.Ingredient@32f54d84, net.minecraftforge.oredict.OreIngredient@2effb5b9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.GaugeDropper@0 new recipe: RecipeStage{tier='five', recipe=1xitem.GaugeDropper@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6c4b6cd2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@564987b8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@564987b8, net.minecraftforge.oredict.OreIngredient@564987b8, net.minecraftforge.oredict.OreIngredient@564987b8, net.minecraftforge.oredict.OreIngredient@564987b8]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.GasUpgrade@0 new recipe: RecipeStage{tier='five', recipe=1xitem.GasUpgrade@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1c293618, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2ce0abf5, net.minecraftforge.oredict.OreIngredient@3fcde48a, net.minecraft.item.crafting.Ingredient@2ce0abf5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1c293618, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.GasTank@0 new recipe: RecipeStage{tier='five', recipe=1xtile.GasTank@0:[net.minecraftforge.oredict.OreIngredient@1ada0cf6, net.minecraftforge.oredict.OreIngredient@78b555cb, net.minecraftforge.oredict.OreIngredient@1ada0cf6, net.minecraftforge.oredict.OreIngredient@78b555cb, mekanism.common.recipe.MekanismIngredient@648cba2c, net.minecraftforge.oredict.OreIngredient@78b555cb, net.minecraftforge.oredict.OreIngredient@1ada0cf6, net.minecraftforge.oredict.OreIngredient@78b555cb, net.minecraftforge.oredict.OreIngredient@1ada0cf6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.GasTank@0 new recipe: RecipeStage{tier='five', recipe=1xtile.GasTank@0:[net.minecraftforge.oredict.OreIngredient@77ea4104, net.minecraftforge.oredict.OreIngredient@198f45e1, net.minecraftforge.oredict.OreIngredient@77ea4104, net.minecraftforge.oredict.OreIngredient@198f45e1, mekanism.common.recipe.MekanismIngredient@36a79a8, net.minecraftforge.oredict.OreIngredient@198f45e1, net.minecraftforge.oredict.OreIngredient@77ea4104, net.minecraftforge.oredict.OreIngredient@198f45e1, net.minecraftforge.oredict.OreIngredient@77ea4104]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.GasTank@0 new recipe: RecipeStage{tier='five', recipe=1xtile.GasTank@0:[net.minecraftforge.oredict.OreIngredient@2e15023d, net.minecraftforge.oredict.OreIngredient@1344ef27, net.minecraftforge.oredict.OreIngredient@2e15023d, net.minecraftforge.oredict.OreIngredient@1344ef27, mekanism.common.recipe.MekanismIngredient@6f93ee3a, net.minecraftforge.oredict.OreIngredient@1344ef27, net.minecraftforge.oredict.OreIngredient@2e15023d, net.minecraftforge.oredict.OreIngredient@1344ef27, net.minecraftforge.oredict.OreIngredient@2e15023d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.GasTank@0 new recipe: RecipeStage{tier='five', recipe=1xtile.GasTank@0:[net.minecraftforge.oredict.OreIngredient@75a6c15f, net.minecraftforge.oredict.OreIngredient@752f39e4, net.minecraftforge.oredict.OreIngredient@75a6c15f, net.minecraftforge.oredict.OreIngredient@752f39e4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@752f39e4, net.minecraftforge.oredict.OreIngredient@75a6c15f, net.minecraftforge.oredict.OreIngredient@752f39e4, net.minecraftforge.oredict.OreIngredient@75a6c15f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.GasMask@0 new recipe: RecipeStage{tier='five', recipe=1xitem.GasMask@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2bc3aae4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4d7907d7, net.minecraftforge.oredict.OreIngredient@6641f462, net.minecraftforge.oredict.OreIngredient@4d7907d7, net.minecraftforge.oredict.OreIngredient@2bc3aae4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2bc3aae4]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.FreeRunners@0 new recipe: RecipeStage{tier='five', recipe=1xitem.FreeRunners@0:[net.minecraftforge.oredict.OreIngredient@6641f462, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6641f462, net.minecraft.item.crafting.Ingredient@1535e17e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1535e17e, net.minecraft.item.crafting.Ingredient@1f69eb4b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1f69eb4b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.Flamethrower@0 new recipe: RecipeStage{tier='five', recipe=1xitem.Flamethrower@0:[net.minecraftforge.oredict.OreIngredient@407cf401, net.minecraftforge.oredict.OreIngredient@407cf401, net.minecraftforge.oredict.OreIngredient@407cf401, net.minecraftforge.oredict.OreIngredient@407cf401, mekanism.common.recipe.MekanismIngredient@27dd8dee, net.minecraft.item.crafting.Ingredient@3c80bcc1, net.minecraftforge.oredict.OreIngredient@53df0fd8, net.minecraftforge.oredict.OreIngredient@570ad57f, net.minecraftforge.oredict.OreIngredient@53df0fd8]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.FilterUpgrade@0 new recipe: RecipeStage{tier='five', recipe=1xitem.FilterUpgrade@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1e8d32c3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@598a4ffc, net.minecraftforge.oredict.OreIngredient@6a56cc28, net.minecraft.item.crafting.Ingredient@598a4ffc, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1e8d32c3, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.EnergyUpgrade@0 new recipe: RecipeStage{tier='five', recipe=1xitem.EnergyUpgrade@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4dd90f1b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@341894a6, net.minecraftforge.oredict.OreIngredient@2a0a0b19, net.minecraft.item.crafting.Ingredient@341894a6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4dd90f1b, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.EnergyTablet@0 new recipe: RecipeStage{tier='five', recipe=1xitem.EnergyTablet@0:[net.minecraftforge.oredict.OreIngredient@24e34a81, net.minecraftforge.oredict.OreIngredient@1a0a17b7, net.minecraftforge.oredict.OreIngredient@24e34a81, net.minecraft.item.crafting.Ingredient@3c554f96, net.minecraftforge.oredict.OreIngredient@1a0a17b7, net.minecraft.item.crafting.Ingredient@3c554f96, net.minecraftforge.oredict.OreIngredient@24e34a81, net.minecraftforge.oredict.OreIngredient@1a0a17b7, net.minecraftforge.oredict.OreIngredient@24e34a81]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.EnergyCube@0 new recipe: RecipeStage{tier='five', recipe=1xtile.EnergyCube@0:[net.minecraftforge.oredict.OreIngredient@4682ea9d, net.minecraft.item.crafting.Ingredient@3770453e, net.minecraftforge.oredict.OreIngredient@4682ea9d, net.minecraftforge.oredict.OreIngredient@2c46c8b0, mekanism.common.recipe.MekanismIngredient@ec3771d, net.minecraftforge.oredict.OreIngredient@2c46c8b0, net.minecraftforge.oredict.OreIngredient@4682ea9d, net.minecraft.item.crafting.Ingredient@3770453e, net.minecraftforge.oredict.OreIngredient@4682ea9d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.EnergyCube@0 new recipe: RecipeStage{tier='five', recipe=1xtile.EnergyCube@0:[net.minecraftforge.oredict.OreIngredient@1ff3d47d, net.minecraft.item.crafting.Ingredient@3516ba7b, net.minecraftforge.oredict.OreIngredient@1ff3d47d, net.minecraftforge.oredict.OreIngredient@4d6c6865, mekanism.common.recipe.MekanismIngredient@65dfecee, net.minecraftforge.oredict.OreIngredient@4d6c6865, net.minecraftforge.oredict.OreIngredient@1ff3d47d, net.minecraft.item.crafting.Ingredient@3516ba7b, net.minecraftforge.oredict.OreIngredient@1ff3d47d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.EnergyCube@0 new recipe: RecipeStage{tier='five', recipe=1xtile.EnergyCube@0:[net.minecraftforge.oredict.OreIngredient@72b5ad90, net.minecraft.item.crafting.Ingredient@5d1d0202, net.minecraftforge.oredict.OreIngredient@72b5ad90, net.minecraftforge.oredict.OreIngredient@701bc1d0, mekanism.common.recipe.MekanismIngredient@78dbeb26, net.minecraftforge.oredict.OreIngredient@701bc1d0, net.minecraftforge.oredict.OreIngredient@72b5ad90, net.minecraft.item.crafting.Ingredient@5d1d0202, net.minecraftforge.oredict.OreIngredient@72b5ad90]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.EnergyCube@0 new recipe: RecipeStage{tier='five', recipe=1xtile.EnergyCube@0:[net.minecraftforge.oredict.OreIngredient@13bb3805, net.minecraft.item.crafting.Ingredient@3017c3aa, net.minecraftforge.oredict.OreIngredient@13bb3805, net.minecraftforge.oredict.OreIngredient@66d9162a, net.minecraft.item.crafting.Ingredient@583e989e, net.minecraftforge.oredict.OreIngredient@66d9162a, net.minecraftforge.oredict.OreIngredient@13bb3805, net.minecraft.item.crafting.Ingredient@3017c3aa, net.minecraftforge.oredict.OreIngredient@13bb3805]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ElectrolyticCore@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ElectrolyticCore@0:[net.minecraft.item.crafting.Ingredient@73bd8a71, net.minecraftforge.oredict.OreIngredient@1e1bcab6, net.minecraft.item.crafting.Ingredient@73bd8a71, net.minecraftforge.oredict.OreIngredient@6c8b6ea3, net.minecraft.item.crafting.Ingredient@73bd8a71, net.minecraftforge.oredict.OreIngredient@34eec3b1, net.minecraft.item.crafting.Ingredient@73bd8a71, net.minecraftforge.oredict.OreIngredient@1e1bcab6, net.minecraft.item.crafting.Ingredient@73bd8a71]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ElectricBow@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ElectricBow@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@460c9674, net.minecraft.item.crafting.Ingredient@403083ec, net.minecraft.item.crafting.Ingredient@56a25921, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@403083ec, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@460c9674, net.minecraft.item.crafting.Ingredient@403083ec]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.Dictionary@0 new recipe: RecipeStage{tier='five', recipe=1xitem.Dictionary@0:[net.minecraftforge.oredict.OreIngredient@6641f462, net.minecraft.item.crafting.Ingredient@2d63bcf3]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.CraftingFormula@0 new recipe: RecipeStage{tier='five', recipe=1xitem.CraftingFormula@0:[net.minecraft.item.crafting.Ingredient@5edd3445, net.minecraftforge.oredict.OreIngredient@6641f462]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ControlCircuit@3 new recipe: RecipeStage{tier='five', recipe=1xitem.ControlCircuit@3:[net.minecraftforge.oredict.OreIngredient@5f3e4f75, net.minecraft.item.crafting.Ingredient@5150d64b, net.minecraftforge.oredict.OreIngredient@5f3e4f75]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ControlCircuit@2 new recipe: RecipeStage{tier='five', recipe=1xitem.ControlCircuit@2:[net.minecraftforge.oredict.OreIngredient@3ff1220, net.minecraft.item.crafting.Ingredient@761535d, net.minecraftforge.oredict.OreIngredient@3ff1220]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ControlCircuit@1 new recipe: RecipeStage{tier='five', recipe=1xitem.ControlCircuit@1:[net.minecraftforge.oredict.OreIngredient@64c795d9, net.minecraft.item.crafting.Ingredient@19ef75a0, net.minecraftforge.oredict.OreIngredient@64c795d9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.Configurator@0 new recipe: RecipeStage{tier='five', recipe=1xitem.Configurator@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3260e9d1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@e9d79c0, net.minecraft.item.crafting.Ingredient@64426c7, net.minecraft.item.crafting.Ingredient@e9d79c0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@51a9d879, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ConfigurationCard@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ConfigurationCard@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5a6d8234, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5a6d8234, net.minecraftforge.oredict.OreIngredient@6641f462, net.minecraft.item.crafting.Ingredient@5a6d8234, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5a6d8234, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.CardboardBox@0 new recipe: RecipeStage{tier='five', recipe=1xtile.CardboardBox@0:[mekanism.common.recipe.MultiOredictIngredient@d898981, mekanism.common.recipe.MultiOredictIngredient@d898981, mekanism.common.recipe.MultiOredictIngredient@d898981, mekanism.common.recipe.MultiOredictIngredient@d898981]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.BasicBlock@9 new recipe: RecipeStage{tier='five', recipe=4xtile.BasicBlock@9:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1fed1a8b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1fed1a8b, net.minecraft.item.crafting.Ingredient@3aaf1481, net.minecraftforge.oredict.OreIngredient@1fed1a8b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1fed1a8b, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BasicBlock@8 new recipe: RecipeStage{tier='five', recipe=1xtile.BasicBlock@8:[net.minecraftforge.oredict.OreIngredient@6aeb2d43, net.minecraftforge.oredict.OreIngredient@2440c277, net.minecraftforge.oredict.OreIngredient@6aeb2d43, net.minecraftforge.oredict.OreIngredient@2440c277, net.minecraftforge.oredict.OreIngredient@2c5d93f3, net.minecraftforge.oredict.OreIngredient@2440c277, net.minecraftforge.oredict.OreIngredient@6aeb2d43, net.minecraftforge.oredict.OreIngredient@2440c277, net.minecraftforge.oredict.OreIngredient@6aeb2d43]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BasicBlock@6 new recipe: RecipeStage{tier='five', recipe=1xtile.BasicBlock@6:[net.minecraftforge.oredict.OreIngredient@8db67c5, net.minecraftforge.oredict.OreIngredient@303ad71e, net.minecraftforge.oredict.OreIngredient@8db67c5, net.minecraftforge.oredict.OreIngredient@27a5b82, mekanism.common.recipe.MekanismIngredient@5d0d3066, net.minecraftforge.oredict.OreIngredient@27a5b82, net.minecraftforge.oredict.OreIngredient@8db67c5, net.minecraftforge.oredict.OreIngredient@8db67c5, net.minecraftforge.oredict.OreIngredient@8db67c5]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BasicBlock@6 new recipe: RecipeStage{tier='five', recipe=1xtile.BasicBlock@6:[net.minecraftforge.oredict.OreIngredient@2288dc88, net.minecraftforge.oredict.OreIngredient@5931dabe, net.minecraftforge.oredict.OreIngredient@2288dc88, net.minecraftforge.oredict.OreIngredient@4505f4a6, mekanism.common.recipe.MekanismIngredient@4e5b54a0, net.minecraftforge.oredict.OreIngredient@4505f4a6, net.minecraftforge.oredict.OreIngredient@2288dc88, net.minecraftforge.oredict.OreIngredient@2288dc88, net.minecraftforge.oredict.OreIngredient@2288dc88]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BasicBlock@6 new recipe: RecipeStage{tier='five', recipe=1xtile.BasicBlock@6:[net.minecraftforge.oredict.OreIngredient@d864a3c, net.minecraftforge.oredict.OreIngredient@570ad57f, net.minecraftforge.oredict.OreIngredient@d864a3c, net.minecraftforge.oredict.OreIngredient@34f8396a, mekanism.common.recipe.MekanismIngredient@1a831222, net.minecraftforge.oredict.OreIngredient@34f8396a, net.minecraftforge.oredict.OreIngredient@d864a3c, net.minecraftforge.oredict.OreIngredient@d864a3c, net.minecraftforge.oredict.OreIngredient@d864a3c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BasicBlock@6 new recipe: RecipeStage{tier='five', recipe=1xtile.BasicBlock@6:[net.minecraftforge.oredict.OreIngredient@1327f4eb, net.minecraftforge.oredict.OreIngredient@6641f462, net.minecraftforge.oredict.OreIngredient@1327f4eb, net.minecraftforge.oredict.OreIngredient@13854faf, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@13854faf, net.minecraftforge.oredict.OreIngredient@1327f4eb, net.minecraftforge.oredict.OreIngredient@1327f4eb, net.minecraftforge.oredict.OreIngredient@1327f4eb]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BasicBlock@4 new recipe: RecipeStage{tier='five', recipe=1xtile.BasicBlock@4:[net.minecraftforge.oredict.OreIngredient@26cbcb90, net.minecraftforge.oredict.OreIngredient@26cbcb90, net.minecraftforge.oredict.OreIngredient@26cbcb90, net.minecraftforge.oredict.OreIngredient@26cbcb90, net.minecraftforge.oredict.OreIngredient@26cbcb90, net.minecraftforge.oredict.OreIngredient@26cbcb90, net.minecraftforge.oredict.OreIngredient@26cbcb90, net.minecraftforge.oredict.OreIngredient@26cbcb90, net.minecraftforge.oredict.OreIngredient@26cbcb90]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BasicBlock@2 new recipe: RecipeStage{tier='five', recipe=1xtile.BasicBlock@2:[net.minecraftforge.oredict.OreIngredient@4c328a0a, net.minecraftforge.oredict.OreIngredient@4c328a0a, net.minecraftforge.oredict.OreIngredient@4c328a0a, net.minecraftforge.oredict.OreIngredient@4c328a0a, net.minecraftforge.oredict.OreIngredient@4c328a0a, net.minecraftforge.oredict.OreIngredient@4c328a0a, net.minecraftforge.oredict.OreIngredient@4c328a0a, net.minecraftforge.oredict.OreIngredient@4c328a0a, net.minecraftforge.oredict.OreIngredient@4c328a0a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BasicBlock@15 new recipe: RecipeStage{tier='five', recipe=1xtile.BasicBlock@15:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@51ac4f91, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@51ac4f91, net.minecraftforge.oredict.OreIngredient@570ad57f, net.minecraft.item.crafting.Ingredient@51ac4f91, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@51ac4f91, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BasicBlock@14 new recipe: RecipeStage{tier='five', recipe=1xtile.BasicBlock@14:[net.minecraftforge.oredict.OreIngredient@570ad57f, net.minecraftforge.oredict.OreIngredient@7cb9c568, net.minecraftforge.oredict.OreIngredient@570ad57f, net.minecraft.item.crafting.Ingredient@1b201fab, net.minecraft.item.crafting.Ingredient@409d0877, net.minecraft.item.crafting.Ingredient@1b201fab, net.minecraft.item.crafting.Ingredient@1b201fab, net.minecraft.item.crafting.Ingredient@1b201fab, net.minecraft.item.crafting.Ingredient@1b201fab]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xtile.BasicBlock@11 new recipe: RecipeStage{tier='five', recipe=2xtile.BasicBlock@11:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3c815c68, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3c815c68, net.minecraftforge.oredict.OreIngredient@6641f462, net.minecraft.item.crafting.Ingredient@3c815c68, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3c815c68, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.BasicBlock@10 new recipe: RecipeStage{tier='five', recipe=4xtile.BasicBlock@10:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@775ae8a7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@775ae8a7, net.minecraftforge.oredict.OreIngredient@6c445c85, net.minecraftforge.oredict.OreIngredient@775ae8a7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@775ae8a7, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BasicBlock2@9 new recipe: RecipeStage{tier='five', recipe=1xtile.BasicBlock2@9:[net.minecraftforge.oredict.OreIngredient@d9b4ecf, net.minecraftforge.oredict.OreIngredient@383e8b4a, net.minecraftforge.oredict.OreIngredient@d9b4ecf, net.minecraftforge.oredict.OreIngredient@5931dabe, net.minecraft.item.crafting.Ingredient@378bba9a, net.minecraftforge.oredict.OreIngredient@5931dabe, net.minecraftforge.oredict.OreIngredient@d9b4ecf, net.minecraft.item.crafting.Ingredient@3d42cec0, net.minecraftforge.oredict.OreIngredient@d9b4ecf]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xtile.BasicBlock2@8 new recipe: RecipeStage{tier='five', recipe=2xtile.BasicBlock2@8:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6db3127e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6db3127e, net.minecraftforge.oredict.OreIngredient@570ad57f, net.minecraft.item.crafting.Ingredient@6db3127e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6db3127e, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.BasicBlock2@7 new recipe: RecipeStage{tier='five', recipe=4xtile.BasicBlock2@7:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7a96b8c8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7a96b8c8, net.minecraftforge.oredict.OreIngredient@5743522a, net.minecraftforge.oredict.OreIngredient@7a96b8c8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7a96b8c8, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BasicBlock2@6 new recipe: RecipeStage{tier='five', recipe=1xtile.BasicBlock2@6:[net.minecraftforge.oredict.OreIngredient@2822cd0a, net.minecraft.item.crafting.Ingredient@7884d106, net.minecraftforge.oredict.OreIngredient@2822cd0a, net.minecraft.item.crafting.Ingredient@7884d106, net.minecraft.item.crafting.Ingredient@3c4da69c, net.minecraft.item.crafting.Ingredient@7884d106, net.minecraftforge.oredict.OreIngredient@2822cd0a, net.minecraft.item.crafting.Ingredient@7884d106, net.minecraftforge.oredict.OreIngredient@2822cd0a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BasicBlock2@5 new recipe: RecipeStage{tier='five', recipe=1xtile.BasicBlock2@5:[net.minecraftforge.oredict.OreIngredient@2bfec1aa, net.minecraftforge.oredict.OreIngredient@3796f005, net.minecraftforge.oredict.OreIngredient@2bfec1aa, net.minecraftforge.oredict.OreIngredient@3796f005, net.minecraft.item.crafting.Ingredient@3ba2023f, net.minecraftforge.oredict.OreIngredient@3796f005, net.minecraftforge.oredict.OreIngredient@2bfec1aa, net.minecraftforge.oredict.OreIngredient@3796f005, net.minecraftforge.oredict.OreIngredient@2bfec1aa]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BasicBlock2@4 new recipe: RecipeStage{tier='five', recipe=1xtile.BasicBlock2@4:[net.minecraftforge.oredict.OreIngredient@303ad71e, mekanism.common.recipe.MekanismIngredient@592dac81, net.minecraftforge.oredict.OreIngredient@303ad71e, mekanism.common.recipe.MekanismIngredient@592dac81, mekanism.common.recipe.MekanismIngredient@1c879c21, mekanism.common.recipe.MekanismIngredient@592dac81, net.minecraftforge.oredict.OreIngredient@303ad71e, mekanism.common.recipe.MekanismIngredient@592dac81, net.minecraftforge.oredict.OreIngredient@303ad71e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BasicBlock2@4 new recipe: RecipeStage{tier='five', recipe=1xtile.BasicBlock2@4:[net.minecraftforge.oredict.OreIngredient@5931dabe, mekanism.common.recipe.MekanismIngredient@3e9892dd, net.minecraftforge.oredict.OreIngredient@5931dabe, mekanism.common.recipe.MekanismIngredient@3e9892dd, mekanism.common.recipe.MekanismIngredient@517ed79c, mekanism.common.recipe.MekanismIngredient@3e9892dd, net.minecraftforge.oredict.OreIngredient@5931dabe, mekanism.common.recipe.MekanismIngredient@3e9892dd, net.minecraftforge.oredict.OreIngredient@5931dabe]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BasicBlock2@4 new recipe: RecipeStage{tier='five', recipe=1xtile.BasicBlock2@4:[net.minecraftforge.oredict.OreIngredient@570ad57f, mekanism.common.recipe.MekanismIngredient@570a1106, net.minecraftforge.oredict.OreIngredient@570ad57f, mekanism.common.recipe.MekanismIngredient@570a1106, mekanism.common.recipe.MekanismIngredient@1daa8ae6, mekanism.common.recipe.MekanismIngredient@570a1106, net.minecraftforge.oredict.OreIngredient@570ad57f, mekanism.common.recipe.MekanismIngredient@570a1106, net.minecraftforge.oredict.OreIngredient@570ad57f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BasicBlock2@4 new recipe: RecipeStage{tier='five', recipe=1xtile.BasicBlock2@4:[net.minecraftforge.oredict.OreIngredient@2b1c58e6, net.minecraftforge.oredict.OreIngredient@6641f462, net.minecraftforge.oredict.OreIngredient@2b1c58e6, net.minecraftforge.oredict.OreIngredient@6641f462, mekanism.common.recipe.MekanismIngredient@a996a9a, net.minecraftforge.oredict.OreIngredient@6641f462, net.minecraftforge.oredict.OreIngredient@2b1c58e6, net.minecraftforge.oredict.OreIngredient@6641f462, net.minecraftforge.oredict.OreIngredient@2b1c58e6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BasicBlock2@3 new recipe: RecipeStage{tier='five', recipe=1xtile.BasicBlock2@3:[net.minecraft.item.crafting.Ingredient@227a9c4, mekanism.common.recipe.MekanismIngredient@970777b, net.minecraft.item.crafting.Ingredient@227a9c4, mekanism.common.recipe.MekanismIngredient@970777b, mekanism.common.recipe.MekanismIngredient@76e203ff, mekanism.common.recipe.MekanismIngredient@970777b, net.minecraft.item.crafting.Ingredient@227a9c4, mekanism.common.recipe.MekanismIngredient@970777b, net.minecraft.item.crafting.Ingredient@227a9c4]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BasicBlock2@3 new recipe: RecipeStage{tier='five', recipe=1xtile.BasicBlock2@3:[net.minecraft.item.crafting.Ingredient@5fc628ea, mekanism.common.recipe.MekanismIngredient@73bd0daf, net.minecraft.item.crafting.Ingredient@5fc628ea, mekanism.common.recipe.MekanismIngredient@73bd0daf, mekanism.common.recipe.MekanismIngredient@727b2f92, mekanism.common.recipe.MekanismIngredient@73bd0daf, net.minecraft.item.crafting.Ingredient@5fc628ea, mekanism.common.recipe.MekanismIngredient@73bd0daf, net.minecraft.item.crafting.Ingredient@5fc628ea]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BasicBlock2@3 new recipe: RecipeStage{tier='five', recipe=1xtile.BasicBlock2@3:[net.minecraft.item.crafting.Ingredient@5b2babcf, mekanism.common.recipe.MekanismIngredient@9b84d7d, net.minecraft.item.crafting.Ingredient@5b2babcf, mekanism.common.recipe.MekanismIngredient@9b84d7d, mekanism.common.recipe.MekanismIngredient@4f4caacc, mekanism.common.recipe.MekanismIngredient@9b84d7d, net.minecraft.item.crafting.Ingredient@5b2babcf, mekanism.common.recipe.MekanismIngredient@9b84d7d, net.minecraft.item.crafting.Ingredient@5b2babcf]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BasicBlock2@3 new recipe: RecipeStage{tier='five', recipe=1xtile.BasicBlock2@3:[net.minecraftforge.oredict.OreIngredient@2562c065, net.minecraft.item.crafting.Ingredient@2d8e5780, net.minecraftforge.oredict.OreIngredient@2562c065, net.minecraft.item.crafting.Ingredient@2d8e5780, mekanism.common.recipe.MekanismIngredient@4dcd9f89, net.minecraft.item.crafting.Ingredient@2d8e5780, net.minecraftforge.oredict.OreIngredient@2562c065, net.minecraft.item.crafting.Ingredient@2d8e5780, net.minecraftforge.oredict.OreIngredient@2562c065]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xtile.BasicBlock2@2 new recipe: RecipeStage{tier='five', recipe=2xtile.BasicBlock2@2:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1bbb5ad3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1bbb5ad3, net.minecraftforge.oredict.OreIngredient@5931dabe, net.minecraft.item.crafting.Ingredient@1bbb5ad3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1bbb5ad3, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.BasicBlock2@1 new recipe: RecipeStage{tier='five', recipe=4xtile.BasicBlock2@1:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@88b20c8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@88b20c8, net.minecraft.item.crafting.Ingredient@35cbbe4e, net.minecraftforge.oredict.OreIngredient@88b20c8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@88b20c8, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.BasicBlock2@0 new recipe: RecipeStage{tier='five', recipe=4xtile.BasicBlock2@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1c15ced1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1c15ced1, net.minecraftforge.oredict.OreIngredient@2f26b39, net.minecraftforge.oredict.OreIngredient@1c15ced1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1c15ced1, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.Balloon@9 new recipe: RecipeStage{tier='three', recipe=1xitem.Balloon@9:[net.minecraft.item.crafting.Ingredient@942a162, net.minecraftforge.oredict.OreIngredient@4bf505d8]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xitem.Balloon@9 new recipe: RecipeStage{tier='three', recipe=2xitem.Balloon@9:[net.minecraft.item.crafting.Ingredient@758ddd61, net.minecraft.item.crafting.Ingredient@18e5cfe9, net.minecraftforge.oredict.OreIngredient@134fed40]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.Balloon@8 new recipe: RecipeStage{tier='three', recipe=1xitem.Balloon@8:[net.minecraft.item.crafting.Ingredient@6ad73349, net.minecraftforge.oredict.OreIngredient@3bfd9347]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xitem.Balloon@8 new recipe: RecipeStage{tier='three', recipe=2xitem.Balloon@8:[net.minecraft.item.crafting.Ingredient@6972db3b, net.minecraft.item.crafting.Ingredient@20321b3e, net.minecraftforge.oredict.OreIngredient@2c3e04a5]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.Balloon@7 new recipe: RecipeStage{tier='three', recipe=1xitem.Balloon@7:[net.minecraft.item.crafting.Ingredient@119a22f0, net.minecraftforge.oredict.OreIngredient@681af95]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xitem.Balloon@7 new recipe: RecipeStage{tier='three', recipe=2xitem.Balloon@7:[net.minecraft.item.crafting.Ingredient@25f27c34, net.minecraft.item.crafting.Ingredient@52ac8604, net.minecraftforge.oredict.OreIngredient@71491375]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.Balloon@6 new recipe: RecipeStage{tier='three', recipe=1xitem.Balloon@6:[net.minecraft.item.crafting.Ingredient@42b8b433, net.minecraftforge.oredict.OreIngredient@58761104]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xitem.Balloon@6 new recipe: RecipeStage{tier='three', recipe=2xitem.Balloon@6:[net.minecraft.item.crafting.Ingredient@50ab12d5, net.minecraft.item.crafting.Ingredient@40bba27, net.minecraftforge.oredict.OreIngredient@2448d1b2]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.Balloon@5 new recipe: RecipeStage{tier='three', recipe=1xitem.Balloon@5:[net.minecraft.item.crafting.Ingredient@41659379, net.minecraftforge.oredict.OreIngredient@15ac3b46]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xitem.Balloon@5 new recipe: RecipeStage{tier='three', recipe=2xitem.Balloon@5:[net.minecraft.item.crafting.Ingredient@4fc2735b, net.minecraft.item.crafting.Ingredient@45d78187, net.minecraftforge.oredict.OreIngredient@e7b68ad]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.Balloon@4 new recipe: RecipeStage{tier='three', recipe=1xitem.Balloon@4:[net.minecraft.item.crafting.Ingredient@45062d0b, net.minecraftforge.oredict.OreIngredient@2cfb12fd]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xitem.Balloon@4 new recipe: RecipeStage{tier='three', recipe=2xitem.Balloon@4:[net.minecraft.item.crafting.Ingredient@46490e12, net.minecraft.item.crafting.Ingredient@61a7ec38, net.minecraftforge.oredict.OreIngredient@7b9999a9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.Balloon@3 new recipe: RecipeStage{tier='three', recipe=1xitem.Balloon@3:[net.minecraft.item.crafting.Ingredient@22480870, net.minecraftforge.oredict.OreIngredient@41b0cc91]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xitem.Balloon@3 new recipe: RecipeStage{tier='three', recipe=2xitem.Balloon@3:[net.minecraft.item.crafting.Ingredient@7d50b9e0, net.minecraft.item.crafting.Ingredient@40734d53, net.minecraftforge.oredict.OreIngredient@4de0ed7b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.Balloon@2 new recipe: RecipeStage{tier='three', recipe=1xitem.Balloon@2:[net.minecraft.item.crafting.Ingredient@616c06b, net.minecraftforge.oredict.OreIngredient@7484c227]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xitem.Balloon@2 new recipe: RecipeStage{tier='three', recipe=2xitem.Balloon@2:[net.minecraft.item.crafting.Ingredient@52937f5a, net.minecraft.item.crafting.Ingredient@76ee222b, net.minecraftforge.oredict.OreIngredient@4af80d1d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.Balloon@1 new recipe: RecipeStage{tier='three', recipe=1xitem.Balloon@1:[net.minecraft.item.crafting.Ingredient@2eca0755, net.minecraftforge.oredict.OreIngredient@58ceb3f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.Balloon@15 new recipe: RecipeStage{tier='three', recipe=1xitem.Balloon@15:[net.minecraft.item.crafting.Ingredient@5a87b123, net.minecraftforge.oredict.OreIngredient@7b7d6515]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xitem.Balloon@15 new recipe: RecipeStage{tier='three', recipe=2xitem.Balloon@15:[net.minecraft.item.crafting.Ingredient@6ac8ce, net.minecraft.item.crafting.Ingredient@275661a8, net.minecraftforge.oredict.OreIngredient@678b0b40]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.Balloon@14 new recipe: RecipeStage{tier='three', recipe=1xitem.Balloon@14:[net.minecraft.item.crafting.Ingredient@7005d57e, net.minecraftforge.oredict.OreIngredient@ab62024]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xitem.Balloon@14 new recipe: RecipeStage{tier='three', recipe=2xitem.Balloon@14:[net.minecraft.item.crafting.Ingredient@65c1fd, net.minecraft.item.crafting.Ingredient@6d43a9ca, net.minecraftforge.oredict.OreIngredient@47421928]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.Balloon@13 new recipe: RecipeStage{tier='three', recipe=1xitem.Balloon@13:[net.minecraft.item.crafting.Ingredient@3e334946, net.minecraftforge.oredict.OreIngredient@38c22529]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xitem.Balloon@13 new recipe: RecipeStage{tier='three', recipe=2xitem.Balloon@13:[net.minecraft.item.crafting.Ingredient@2a079cf5, net.minecraft.item.crafting.Ingredient@87f5aaf, net.minecraftforge.oredict.OreIngredient@6f708513]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.Balloon@12 new recipe: RecipeStage{tier='three', recipe=1xitem.Balloon@12:[net.minecraft.item.crafting.Ingredient@4b55d6f6, net.minecraftforge.oredict.OreIngredient@4954a513]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xitem.Balloon@12 new recipe: RecipeStage{tier='three', recipe=2xitem.Balloon@12:[net.minecraft.item.crafting.Ingredient@76bb64c3, net.minecraft.item.crafting.Ingredient@134cb628, net.minecraftforge.oredict.OreIngredient@914b349]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.Balloon@11 new recipe: RecipeStage{tier='three', recipe=1xitem.Balloon@11:[net.minecraft.item.crafting.Ingredient@3d50d2fe, net.minecraftforge.oredict.OreIngredient@3d4c3b03]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xitem.Balloon@11 new recipe: RecipeStage{tier='three', recipe=2xitem.Balloon@11:[net.minecraft.item.crafting.Ingredient@74e4c666, net.minecraft.item.crafting.Ingredient@cfb4acc, net.minecraftforge.oredict.OreIngredient@1b232f0d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.Balloon@10 new recipe: RecipeStage{tier='three', recipe=1xitem.Balloon@10:[net.minecraft.item.crafting.Ingredient@56c1f429, net.minecraftforge.oredict.OreIngredient@34b38049]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xitem.Balloon@10 new recipe: RecipeStage{tier='three', recipe=2xitem.Balloon@10:[net.minecraft.item.crafting.Ingredient@4fdfacbd, net.minecraft.item.crafting.Ingredient@7d5fed1c, net.minecraftforge.oredict.OreIngredient@3bf26bcb]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xitem.Balloon@1 new recipe: RecipeStage{tier='three', recipe=2xitem.Balloon@1:[net.minecraft.item.crafting.Ingredient@72925b0b, net.minecraft.item.crafting.Ingredient@4063db0c, net.minecraftforge.oredict.OreIngredient@7f25bfa]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.Balloon@0 new recipe: RecipeStage{tier='three', recipe=1xitem.Balloon@0:[net.minecraft.item.crafting.Ingredient@40021e8e, net.minecraftforge.oredict.OreIngredient@48c3b8b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xitem.Balloon@0 new recipe: RecipeStage{tier='three', recipe=2xitem.Balloon@0:[net.minecraft.item.crafting.Ingredient@47028e7c, net.minecraft.item.crafting.Ingredient@7adee492, net.minecraftforge.oredict.OreIngredient@14f2e86]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.AtomicDisassembler@0 new recipe: RecipeStage{tier='five', recipe=1xitem.AtomicDisassembler@0:[net.minecraft.item.crafting.Ingredient@38bfc843, net.minecraft.item.crafting.Ingredient@7b382291, net.minecraft.item.crafting.Ingredient@38bfc843, net.minecraft.item.crafting.Ingredient@38bfc843, net.minecraft.item.crafting.Ingredient@6db1da5e, net.minecraft.item.crafting.Ingredient@38bfc843, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5c4d2af7, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ArmoredJetpack@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ArmoredJetpack@0:[net.minecraftforge.oredict.OreIngredient@177f813c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@177f813c, net.minecraftforge.oredict.OreIngredient@76cf5fcb, net.minecraftforge.oredict.OreIngredient@5cf4249b, net.minecraftforge.oredict.OreIngredient@76cf5fcb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, mekanism.common.recipe.MekanismIngredient@5224c24e, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.AnchorUpgrade@0 new recipe: RecipeStage{tier='five', recipe=1xitem.AnchorUpgrade@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@28efc23c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3ceb47a0, net.minecraftforge.oredict.OreIngredient@2d95e125, net.minecraft.item.crafting.Ingredient@3ceb47a0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@28efc23c, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.netherStalkSeeds@0 new recipe: RecipeStage{tier='three', recipe=9xitem.netherStalkSeeds@0:[net.minecraft.item.crafting.Ingredient@6d41247f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.seeds@0 new recipe: RecipeStage{tier='zero', recipe=9xitem.seeds@0:[net.minecraft.item.crafting.Ingredient@2f07adea]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.potato@0 new recipe: RecipeStage{tier='tutorial', recipe=9xitem.potato@0:[net.minecraft.item.crafting.Ingredient@6e446811]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.daylightDetector@0 new recipe: RecipeStage{tier='three', recipe=1xtile.daylightDetector@0:[net.minecraftforge.oredict.OreIngredient@593f594b, net.minecraftforge.oredict.OreIngredient@593f594b, net.minecraftforge.oredict.OreIngredient@593f594b, net.minecraftforge.oredict.OreIngredient@2e05453a, net.minecraftforge.oredict.OreIngredient@2e05453a, net.minecraftforge.oredict.OreIngredient@2e05453a, net.minecraftforge.oredict.OreIngredient@7c5d5429, net.minecraftforge.oredict.OreIngredient@7c5d5429, net.minecraftforge.oredict.OreIngredient@7c5d5429]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.carrots@0 new recipe: RecipeStage{tier='tutorial', recipe=9xitem.carrots@0:[net.minecraft.item.crafting.Ingredient@390a4f4e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.hellsand@0 new recipe: RecipeStage{tier='three', recipe=1xtile.hellsand@0:[net.minecraft.item.crafting.Ingredient@2b012d17, net.minecraft.item.crafting.Ingredient@215e0085]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.traverse:fir_stairs@0 new recipe: RecipeStage{tier='one', recipe=4xtile.traverse:fir_stairs@0:[net.minecraft.item.crafting.Ingredient@13df10df, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@13df10df, net.minecraft.item.crafting.Ingredient@13df10df, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@13df10df, net.minecraft.item.crafting.Ingredient@13df10df, net.minecraft.item.crafting.Ingredient@13df10df]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.traverse:fir_fence_gate@0 new recipe: RecipeStage{tier='one', recipe=1xtile.traverse:fir_fence_gate@0:[net.minecraftforge.oredict.OreIngredient@6039ddb2, net.minecraft.item.crafting.Ingredient@480e2919, net.minecraftforge.oredict.OreIngredient@6039ddb2, net.minecraftforge.oredict.OreIngredient@6039ddb2, net.minecraft.item.crafting.Ingredient@480e2919, net.minecraftforge.oredict.OreIngredient@6039ddb2]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.traverse:blue_rock_cobblestone@0 new recipe: RecipeStage{tier='zero', recipe=8xtile.traverse:blue_rock_cobblestone@0:[net.minecraftforge.oredict.OreIngredient@6ef843ec, net.minecraftforge.oredict.OreIngredient@6ef843ec, net.minecraftforge.oredict.OreIngredient@6ef843ec, net.minecraftforge.oredict.OreIngredient@6ef843ec, net.minecraftforge.oredict.OreIngredient@773d5df9, net.minecraftforge.oredict.OreIngredient@6ef843ec, net.minecraftforge.oredict.OreIngredient@6ef843ec, net.minecraftforge.oredict.OreIngredient@6ef843ec, net.minecraftforge.oredict.OreIngredient@6ef843ec]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xtile.traverse:red_rock_cobblestone@0 new recipe: RecipeStage{tier='zero', recipe=2xtile.traverse:red_rock_cobblestone@0:[net.minecraftforge.oredict.OreIngredient@2c4f053, net.minecraftforge.oredict.OreIngredient@42145229, net.minecraftforge.oredict.OreIngredient@725707bc]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.traverse:red_rock_bricks_slab@0 new recipe: RecipeStage{tier='one', recipe=6xtile.traverse:red_rock_bricks_slab@0:[net.minecraft.item.crafting.Ingredient@3f9ec6a4, net.minecraft.item.crafting.Ingredient@3f9ec6a4, net.minecraft.item.crafting.Ingredient@3f9ec6a4]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.traverse:blue_rock_cobblestone_stairs@0 new recipe: RecipeStage{tier='one', recipe=4xtile.traverse:blue_rock_cobblestone_stairs@0:[net.minecraft.item.crafting.Ingredient@4df17e44, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4df17e44, net.minecraft.item.crafting.Ingredient@4df17e44, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4df17e44, net.minecraft.item.crafting.Ingredient@4df17e44, net.minecraft.item.crafting.Ingredient@4df17e44]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.traverse:red_rock_slab@0 new recipe: RecipeStage{tier='zero', recipe=6xtile.traverse:red_rock_slab@0:[net.minecraft.item.crafting.Ingredient@6f69c94e, net.minecraft.item.crafting.Ingredient@6f69c94e, net.minecraft.item.crafting.Ingredient@6f69c94e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.traverse:fir_fence@0 new recipe: RecipeStage{tier='one', recipe=3xtile.traverse:fir_fence@0:[net.minecraft.item.crafting.Ingredient@3a63e99b, net.minecraftforge.oredict.OreIngredient@790a8499, net.minecraft.item.crafting.Ingredient@3a63e99b, net.minecraft.item.crafting.Ingredient@3a63e99b, net.minecraftforge.oredict.OreIngredient@790a8499, net.minecraft.item.crafting.Ingredient@3a63e99b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.traverse:red_rock_cobblestone_wall@0 new recipe: RecipeStage{tier='zero', recipe=6xtile.traverse:red_rock_cobblestone_wall@0:[net.minecraft.item.crafting.Ingredient@47a43896, net.minecraft.item.crafting.Ingredient@47a43896, net.minecraft.item.crafting.Ingredient@47a43896, net.minecraft.item.crafting.Ingredient@47a43896, net.minecraft.item.crafting.Ingredient@47a43896, net.minecraft.item.crafting.Ingredient@47a43896]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.traverse:red_rock_bricks@0 new recipe: RecipeStage{tier='one', recipe=4xtile.traverse:red_rock_bricks@0:[net.minecraft.item.crafting.Ingredient@66466b41, net.minecraft.item.crafting.Ingredient@66466b41, net.minecraft.item.crafting.Ingredient@66466b41, net.minecraft.item.crafting.Ingredient@66466b41]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.traverse:fir_door@0 new recipe: RecipeStage{tier='one', recipe=3xtile.traverse:fir_door@0:[net.minecraft.item.crafting.Ingredient@5eee715d, net.minecraft.item.crafting.Ingredient@5eee715d, net.minecraft.item.crafting.Ingredient@5eee715d, net.minecraft.item.crafting.Ingredient@5eee715d, net.minecraft.item.crafting.Ingredient@5eee715d, net.minecraft.item.crafting.Ingredient@5eee715d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.traverse:blue_rock_cobblestone_wall@0 new recipe: RecipeStage{tier='zero', recipe=6xtile.traverse:blue_rock_cobblestone_wall@0:[net.minecraft.item.crafting.Ingredient@381c93f0, net.minecraft.item.crafting.Ingredient@381c93f0, net.minecraft.item.crafting.Ingredient@381c93f0, net.minecraft.item.crafting.Ingredient@381c93f0, net.minecraft.item.crafting.Ingredient@381c93f0, net.minecraft.item.crafting.Ingredient@381c93f0]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.traverse:blue_rock_bricks_slab@0 new recipe: RecipeStage{tier='one', recipe=6xtile.traverse:blue_rock_bricks_slab@0:[net.minecraft.item.crafting.Ingredient@27ff910c, net.minecraft.item.crafting.Ingredient@27ff910c, net.minecraft.item.crafting.Ingredient@27ff910c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.traverse:blue_rock_bricks_stairs@0 new recipe: RecipeStage{tier='one', recipe=4xtile.traverse:blue_rock_bricks_stairs@0:[net.minecraft.item.crafting.Ingredient@4e9d0325, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4e9d0325, net.minecraft.item.crafting.Ingredient@4e9d0325, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4e9d0325, net.minecraft.item.crafting.Ingredient@4e9d0325, net.minecraft.item.crafting.Ingredient@4e9d0325]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.traverse:blue_rock_bricks@0 new recipe: RecipeStage{tier='one', recipe=4xtile.traverse:blue_rock_bricks@0:[net.minecraft.item.crafting.Ingredient@1cb2e019, net.minecraft.item.crafting.Ingredient@1cb2e019, net.minecraft.item.crafting.Ingredient@1cb2e019, net.minecraft.item.crafting.Ingredient@1cb2e019]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.traverse:red_rock_bricks_chiseled@0 new recipe: RecipeStage{tier='one', recipe=1xtile.traverse:red_rock_bricks_chiseled@0:[net.minecraft.item.crafting.Ingredient@704e090b, net.minecraft.item.crafting.Ingredient@704e090b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.traverse:red_rock_bricks_stairs@0 new recipe: RecipeStage{tier='one', recipe=4xtile.traverse:red_rock_bricks_stairs@0:[net.minecraft.item.crafting.Ingredient@20eba64a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@20eba64a, net.minecraft.item.crafting.Ingredient@20eba64a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@20eba64a, net.minecraft.item.crafting.Ingredient@20eba64a, net.minecraft.item.crafting.Ingredient@20eba64a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.traverse:red_rock_cobblestone@0 new recipe: RecipeStage{tier='zero', recipe=8xtile.traverse:red_rock_cobblestone@0:[net.minecraftforge.oredict.OreIngredient@4f58053c, net.minecraftforge.oredict.OreIngredient@4f58053c, net.minecraftforge.oredict.OreIngredient@4f58053c, net.minecraftforge.oredict.OreIngredient@4f58053c, net.minecraftforge.oredict.OreIngredient@28767aa4, net.minecraftforge.oredict.OreIngredient@4f58053c, net.minecraftforge.oredict.OreIngredient@4f58053c, net.minecraftforge.oredict.OreIngredient@4f58053c, net.minecraftforge.oredict.OreIngredient@4f58053c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.traverse:blue_rock_bricks_chiseled@0 new recipe: RecipeStage{tier='one', recipe=1xtile.traverse:blue_rock_bricks_chiseled@0:[net.minecraft.item.crafting.Ingredient@61a5d49a, net.minecraft.item.crafting.Ingredient@61a5d49a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.traverse:red_rock_cobblestone_slab@0 new recipe: RecipeStage{tier='zero', recipe=6xtile.traverse:red_rock_cobblestone_slab@0:[net.minecraft.item.crafting.Ingredient@20f66e17, net.minecraft.item.crafting.Ingredient@20f66e17, net.minecraft.item.crafting.Ingredient@20f66e17]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.traverse:red_rock_cobblestone_stairs@0 new recipe: RecipeStage{tier='one', recipe=4xtile.traverse:red_rock_cobblestone_stairs@0:[net.minecraft.item.crafting.Ingredient@3bf69f8b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3bf69f8b, net.minecraft.item.crafting.Ingredient@3bf69f8b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3bf69f8b, net.minecraft.item.crafting.Ingredient@3bf69f8b, net.minecraft.item.crafting.Ingredient@3bf69f8b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.bwm:leather_tanned_helmet@0 new recipe: RecipeStage{tier='zero', recipe=1xitem.bwm:leather_tanned_helmet@0:[net.minecraftforge.oredict.OreIngredient@31d42165, net.minecraftforge.oredict.OreIngredient@31d42165, net.minecraftforge.oredict.OreIngredient@31d42165, net.minecraftforge.oredict.OreIngredient@31d42165, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@31d42165]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.bootsChain@0 new recipe: RecipeStage{tier='two', recipe=1xitem.bootsChain@0:[net.minecraftforge.oredict.OreIngredient@4ca441d4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4ca441d4, net.minecraftforge.oredict.OreIngredient@4ca441d4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4ca441d4]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.leggingsChain@0 new recipe: RecipeStage{tier='two', recipe=1xitem.leggingsChain@0:[net.minecraftforge.oredict.OreIngredient@1a045684, net.minecraftforge.oredict.OreIngredient@1a045684, net.minecraftforge.oredict.OreIngredient@1a045684, net.minecraftforge.oredict.OreIngredient@1a045684, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1a045684, net.minecraftforge.oredict.OreIngredient@1a045684, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1a045684]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.bwm:leather_tanned_boots@0 new recipe: RecipeStage{tier='zero', recipe=1xitem.bwm:leather_tanned_boots@0:[net.minecraftforge.oredict.OreIngredient@43697fc5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@43697fc5, net.minecraftforge.oredict.OreIngredient@43697fc5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@43697fc5]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.bwm:material@40 new recipe: RecipeStage{tier='two', recipe=1xitem.bwm:material@40:[net.minecraftforge.oredict.OreIngredient@1aaf59ce, net.minecraftforge.oredict.OreIngredient@1aaf59ce, net.minecraftforge.oredict.OreIngredient@1aaf59ce, net.minecraftforge.oredict.OreIngredient@1aaf59ce, net.minecraftforge.oredict.OreIngredient@460e5278, net.minecraftforge.oredict.OreIngredient@1aaf59ce, net.minecraftforge.oredict.OreIngredient@1aaf59ce, net.minecraftforge.oredict.OreIngredient@1aaf59ce, net.minecraftforge.oredict.OreIngredient@1aaf59ce]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.bwm:material@17 new recipe: RecipeStage{tier='three', recipe=9xitem.bwm:material@17:[net.minecraft.item.crafting.Ingredient@4f873ea3]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.bwm:material@41 new recipe: RecipeStage{tier='one', recipe=1xitem.bwm:material@41:[net.minecraft.item.crafting.Ingredient@5e8df54b, net.minecraftforge.oredict.OreIngredient@54d0f5a9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.bwm:material@11 new recipe: RecipeStage{tier='one', recipe=1xitem.bwm:material@11:[net.minecraftforge.oredict.OreIngredient@5400c232, net.minecraftforge.oredict.OreIngredient@5400c232, net.minecraftforge.oredict.OreIngredient@5400c232, net.minecraftforge.oredict.OreIngredient@5400c232, net.minecraftforge.oredict.OreIngredient@5400c232, net.minecraftforge.oredict.OreIngredient@5400c232, net.minecraftforge.oredict.OreIngredient@5aff508e, net.minecraftforge.oredict.OreIngredient@5aff508e, net.minecraftforge.oredict.OreIngredient@5aff508e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.bwm:material@4 new recipe: RecipeStage{tier='zero', recipe=1xitem.bwm:material@4:[net.minecraftforge.oredict.OreIngredient@2d953f6a, net.minecraftforge.oredict.OreIngredient@2d953f6a, net.minecraftforge.oredict.OreIngredient@2d953f6a, net.minecraftforge.oredict.OreIngredient@2d953f6a, net.minecraftforge.oredict.OreIngredient@2d953f6a, net.minecraftforge.oredict.OreIngredient@2d953f6a, net.minecraftforge.oredict.OreIngredient@2d953f6a, net.minecraftforge.oredict.OreIngredient@2d953f6a, net.minecraftforge.oredict.OreIngredient@2d953f6a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.bwm:material@45 new recipe: RecipeStage{tier='five', recipe=1xitem.bwm:material@45:[net.minecraftforge.oredict.OreIngredient@599f84a7, net.minecraftforge.oredict.OreIngredient@1e1a3ae4, net.minecraft.item.crafting.Ingredient@4eb0a95c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.bwm:material@11 new recipe: RecipeStage{tier='one', recipe=1xitem.bwm:material@11:[net.minecraftforge.oredict.OreIngredient@1e682710, net.minecraftforge.oredict.OreIngredient@1e682710, net.minecraftforge.oredict.OreIngredient@1e682710, net.minecraftforge.oredict.OreIngredient@1e682710, net.minecraftforge.oredict.OreIngredient@1e682710, net.minecraftforge.oredict.OreIngredient@1e682710, type:SIDING parent:[1xtile.wood@0, 1xtile.wood@1, 1xtile.wood@2, 1xtile.wood@3, 1xtile.wood@4, 1xtile.wood@5, 1xtile.rustic.planks@0, 1xtile.rustic.planks@1, 1xtile.rustic.painted_wood_black@0, 1xtile.rustic.painted_wood_blue@0, 1xtile.rustic.painted_wood_brown@0, 1xtile.rustic.painted_wood_cyan@0, 1xtile.rustic.painted_wood_gray@0, 1xtile.rustic.painted_wood_green@0, 1xtile.rustic.painted_wood_light_blue@0, 1xtile.rustic.painted_wood_lime@0, 1xtile.rustic.painted_wood_magenta@0, 1xtile.rustic.painted_wood_orange@0, 1xtile.rustic.painted_wood_pink@0, 1xtile.rustic.painted_wood_purple@0, 1xtile.rustic.painted_wood_red@0, 1xtile.rustic.painted_wood_silver@0, 1xtile.rustic.painted_wood_white@0, 1xtile.rustic.painted_wood_yellow@0, 1xtile.chisel.planks-oak@0, 1xtile.chisel.planks-oak@1, 1xtile.chisel.planks-oak@2, 1xtile.chisel.planks-oak@3, 1xtile.chisel.planks-oak@4, 1xtile.chisel.planks-oak@5, 1xtile.chisel.planks-oak@6, 1xtile.chisel.planks-oak@7, 1xtile.chisel.planks-oak@8, 1xtile.chisel.planks-oak@9, 1xtile.chisel.planks-oak@10, 1xtile.chisel.planks-oak@11, 1xtile.chisel.planks-oak@12, 1xtile.chisel.planks-oak@13, 1xtile.chisel.planks-oak@14, 1xtile.chisel.planks-spruce@0, 1xtile.chisel.planks-spruce@1, 1xtile.chisel.planks-spruce@2, 1xtile.chisel.planks-spruce@3, 1xtile.chisel.planks-spruce@4, 1xtile.chisel.planks-spruce@5, 1xtile.chisel.planks-spruce@6, 1xtile.chisel.planks-spruce@7, 1xtile.chisel.planks-spruce@8, 1xtile.chisel.planks-spruce@9, 1xtile.chisel.planks-spruce@10, 1xtile.chisel.planks-spruce@11, 1xtile.chisel.planks-spruce@12, 1xtile.chisel.planks-spruce@13, 1xtile.chisel.planks-spruce@14, 1xtile.chisel.planks-birch@0, 1xtile.chisel.planks-birch@1, 1xtile.chisel.planks-birch@2, 1xtile.chisel.planks-birch@3, 1xtile.chisel.planks-birch@4, 1xtile.chisel.planks-birch@5, 1xtile.chisel.planks-birch@6, 1xtile.chisel.planks-birch@7, 1xtile.chisel.planks-birch@8, 1xtile.chisel.planks-birch@9, 1xtile.chisel.planks-birch@10, 1xtile.chisel.planks-birch@11, 1xtile.chisel.planks-birch@12, 1xtile.chisel.planks-birch@13, 1xtile.chisel.planks-birch@14, 1xtile.chisel.planks-jungle@0, 1xtile.chisel.planks-jungle@1, 1xtile.chisel.planks-jungle@2, 1xtile.chisel.planks-jungle@3, 1xtile.chisel.planks-jungle@4, 1xtile.chisel.planks-jungle@5, 1xtile.chisel.planks-jungle@6, 1xtile.chisel.planks-jungle@7, 1xtile.chisel.planks-jungle@8, 1xtile.chisel.planks-jungle@9, 1xtile.chisel.planks-jungle@10, 1xtile.chisel.planks-jungle@11, 1xtile.chisel.planks-jungle@12, 1xtile.chisel.planks-jungle@13, 1xtile.chisel.planks-jungle@14, 1xtile.chisel.planks-acacia@0, 1xtile.chisel.planks-acacia@1, 1xtile.chisel.planks-acacia@2, 1xtile.chisel.planks-acacia@3, 1xtile.chisel.planks-acacia@4, 1xtile.chisel.planks-acacia@5, 1xtile.chisel.planks-acacia@6, 1xtile.chisel.planks-acacia@7, 1xtile.chisel.planks-acacia@8, 1xtile.chisel.planks-acacia@9, 1xtile.chisel.planks-acacia@10, 1xtile.chisel.planks-acacia@11, 1xtile.chisel.planks-acacia@12, 1xtile.chisel.planks-acacia@13, 1xtile.chisel.planks-acacia@14, 1xtile.chisel.planks-dark-oak@0, 1xtile.chisel.planks-dark-oak@1, 1xtile.chisel.planks-dark-oak@2, 1xtile.chisel.planks-dark-oak@3, 1xtile.chisel.planks-dark-oak@4, 1xtile.chisel.planks-dark-oak@5, 1xtile.chisel.planks-dark-oak@6, 1xtile.chisel.planks-dark-oak@7, 1xtile.chisel.planks-dark-oak@8, 1xtile.chisel.planks-dark-oak@9, 1xtile.chisel.planks-dark-oak@10, 1xtile.chisel.planks-dark-oak@11, 1xtile.chisel.planks-dark-oak@12, 1xtile.chisel.planks-dark-oak@13, 1xtile.chisel.planks-dark-oak@14, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8, 1xtile.natura.nether_planks@0, 1xtile.natura.nether_planks@1, 1xtile.natura.nether_planks@2, 1xtile.natura.nether_planks@3, 1xtile.planks_sakura@0, 1xtile.planks_mulberry@0, 1xtile.blocks.integrateddynamics.menril_planks@0, 1xtile.primal.planks@0, 1xtile.primal.planks@1, 1xtile.primal.planks@2, 1xtile.primal.planks@3, 1xtile.dltplank@0, 1xtile.dreadplanks@0, 1xtile.thebetweenlands.weedwood_planks@0, 1xtile.thebetweenlands.rubber_tree_planks@0, 1xtile.thebetweenlands.giant_root_planks@0, 1xtile.thebetweenlands.hearthgrove_planks@0, 1xtile.thebetweenlands.nibbletwig_planks@0, 1xtile.twilightforest.TowerStone@0, 1xtile.twilightforest.TowerStone@1, 1xtile.twilightforest.TowerStone@2, 1xtile.twilightforest.TowerStone@3, 1xtile.twilightforest.TowerStone@4, 1xtile.totemic:cedar_plank@0, 1xtile.traverse:fir_planks@0, 1xtile.kepler22b_planks.0@0, 1xtile.primal.planks@0, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8], type:SIDING parent:[1xtile.wood@0, 1xtile.wood@1, 1xtile.wood@2, 1xtile.wood@3, 1xtile.wood@4, 1xtile.wood@5, 1xtile.rustic.planks@0, 1xtile.rustic.planks@1, 1xtile.rustic.painted_wood_black@0, 1xtile.rustic.painted_wood_blue@0, 1xtile.rustic.painted_wood_brown@0, 1xtile.rustic.painted_wood_cyan@0, 1xtile.rustic.painted_wood_gray@0, 1xtile.rustic.painted_wood_green@0, 1xtile.rustic.painted_wood_light_blue@0, 1xtile.rustic.painted_wood_lime@0, 1xtile.rustic.painted_wood_magenta@0, 1xtile.rustic.painted_wood_orange@0, 1xtile.rustic.painted_wood_pink@0, 1xtile.rustic.painted_wood_purple@0, 1xtile.rustic.painted_wood_red@0, 1xtile.rustic.painted_wood_silver@0, 1xtile.rustic.painted_wood_white@0, 1xtile.rustic.painted_wood_yellow@0, 1xtile.chisel.planks-oak@0, 1xtile.chisel.planks-oak@1, 1xtile.chisel.planks-oak@2, 1xtile.chisel.planks-oak@3, 1xtile.chisel.planks-oak@4, 1xtile.chisel.planks-oak@5, 1xtile.chisel.planks-oak@6, 1xtile.chisel.planks-oak@7, 1xtile.chisel.planks-oak@8, 1xtile.chisel.planks-oak@9, 1xtile.chisel.planks-oak@10, 1xtile.chisel.planks-oak@11, 1xtile.chisel.planks-oak@12, 1xtile.chisel.planks-oak@13, 1xtile.chisel.planks-oak@14, 1xtile.chisel.planks-spruce@0, 1xtile.chisel.planks-spruce@1, 1xtile.chisel.planks-spruce@2, 1xtile.chisel.planks-spruce@3, 1xtile.chisel.planks-spruce@4, 1xtile.chisel.planks-spruce@5, 1xtile.chisel.planks-spruce@6, 1xtile.chisel.planks-spruce@7, 1xtile.chisel.planks-spruce@8, 1xtile.chisel.planks-spruce@9, 1xtile.chisel.planks-spruce@10, 1xtile.chisel.planks-spruce@11, 1xtile.chisel.planks-spruce@12, 1xtile.chisel.planks-spruce@13, 1xtile.chisel.planks-spruce@14, 1xtile.chisel.planks-birch@0, 1xtile.chisel.planks-birch@1, 1xtile.chisel.planks-birch@2, 1xtile.chisel.planks-birch@3, 1xtile.chisel.planks-birch@4, 1xtile.chisel.planks-birch@5, 1xtile.chisel.planks-birch@6, 1xtile.chisel.planks-birch@7, 1xtile.chisel.planks-birch@8, 1xtile.chisel.planks-birch@9, 1xtile.chisel.planks-birch@10, 1xtile.chisel.planks-birch@11, 1xtile.chisel.planks-birch@12, 1xtile.chisel.planks-birch@13, 1xtile.chisel.planks-birch@14, 1xtile.chisel.planks-jungle@0, 1xtile.chisel.planks-jungle@1, 1xtile.chisel.planks-jungle@2, 1xtile.chisel.planks-jungle@3, 1xtile.chisel.planks-jungle@4, 1xtile.chisel.planks-jungle@5, 1xtile.chisel.planks-jungle@6, 1xtile.chisel.planks-jungle@7, 1xtile.chisel.planks-jungle@8, 1xtile.chisel.planks-jungle@9, 1xtile.chisel.planks-jungle@10, 1xtile.chisel.planks-jungle@11, 1xtile.chisel.planks-jungle@12, 1xtile.chisel.planks-jungle@13, 1xtile.chisel.planks-jungle@14, 1xtile.chisel.planks-acacia@0, 1xtile.chisel.planks-acacia@1, 1xtile.chisel.planks-acacia@2, 1xtile.chisel.planks-acacia@3, 1xtile.chisel.planks-acacia@4, 1xtile.chisel.planks-acacia@5, 1xtile.chisel.planks-acacia@6, 1xtile.chisel.planks-acacia@7, 1xtile.chisel.planks-acacia@8, 1xtile.chisel.planks-acacia@9, 1xtile.chisel.planks-acacia@10, 1xtile.chisel.planks-acacia@11, 1xtile.chisel.planks-acacia@12, 1xtile.chisel.planks-acacia@13, 1xtile.chisel.planks-acacia@14, 1xtile.chisel.planks-dark-oak@0, 1xtile.chisel.planks-dark-oak@1, 1xtile.chisel.planks-dark-oak@2, 1xtile.chisel.planks-dark-oak@3, 1xtile.chisel.planks-dark-oak@4, 1xtile.chisel.planks-dark-oak@5, 1xtile.chisel.planks-dark-oak@6, 1xtile.chisel.planks-dark-oak@7, 1xtile.chisel.planks-dark-oak@8, 1xtile.chisel.planks-dark-oak@9, 1xtile.chisel.planks-dark-oak@10, 1xtile.chisel.planks-dark-oak@11, 1xtile.chisel.planks-dark-oak@12, 1xtile.chisel.planks-dark-oak@13, 1xtile.chisel.planks-dark-oak@14, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8, 1xtile.natura.nether_planks@0, 1xtile.natura.nether_planks@1, 1xtile.natura.nether_planks@2, 1xtile.natura.nether_planks@3, 1xtile.planks_sakura@0, 1xtile.planks_mulberry@0, 1xtile.blocks.integrateddynamics.menril_planks@0, 1xtile.primal.planks@0, 1xtile.primal.planks@1, 1xtile.primal.planks@2, 1xtile.primal.planks@3, 1xtile.dltplank@0, 1xtile.dreadplanks@0, 1xtile.thebetweenlands.weedwood_planks@0, 1xtile.thebetweenlands.rubber_tree_planks@0, 1xtile.thebetweenlands.giant_root_planks@0, 1xtile.thebetweenlands.hearthgrove_planks@0, 1xtile.thebetweenlands.nibbletwig_planks@0, 1xtile.twilightforest.TowerStone@0, 1xtile.twilightforest.TowerStone@1, 1xtile.twilightforest.TowerStone@2, 1xtile.twilightforest.TowerStone@3, 1xtile.twilightforest.TowerStone@4, 1xtile.totemic:cedar_plank@0, 1xtile.traverse:fir_planks@0, 1xtile.kepler22b_planks.0@0, 1xtile.primal.planks@0, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8], type:SIDING parent:[1xtile.wood@0, 1xtile.wood@1, 1xtile.wood@2, 1xtile.wood@3, 1xtile.wood@4, 1xtile.wood@5, 1xtile.rustic.planks@0, 1xtile.rustic.planks@1, 1xtile.rustic.painted_wood_black@0, 1xtile.rustic.painted_wood_blue@0, 1xtile.rustic.painted_wood_brown@0, 1xtile.rustic.painted_wood_cyan@0, 1xtile.rustic.painted_wood_gray@0, 1xtile.rustic.painted_wood_green@0, 1xtile.rustic.painted_wood_light_blue@0, 1xtile.rustic.painted_wood_lime@0, 1xtile.rustic.painted_wood_magenta@0, 1xtile.rustic.painted_wood_orange@0, 1xtile.rustic.painted_wood_pink@0, 1xtile.rustic.painted_wood_purple@0, 1xtile.rustic.painted_wood_red@0, 1xtile.rustic.painted_wood_silver@0, 1xtile.rustic.painted_wood_white@0, 1xtile.rustic.painted_wood_yellow@0, 1xtile.chisel.planks-oak@0, 1xtile.chisel.planks-oak@1, 1xtile.chisel.planks-oak@2, 1xtile.chisel.planks-oak@3, 1xtile.chisel.planks-oak@4, 1xtile.chisel.planks-oak@5, 1xtile.chisel.planks-oak@6, 1xtile.chisel.planks-oak@7, 1xtile.chisel.planks-oak@8, 1xtile.chisel.planks-oak@9, 1xtile.chisel.planks-oak@10, 1xtile.chisel.planks-oak@11, 1xtile.chisel.planks-oak@12, 1xtile.chisel.planks-oak@13, 1xtile.chisel.planks-oak@14, 1xtile.chisel.planks-spruce@0, 1xtile.chisel.planks-spruce@1, 1xtile.chisel.planks-spruce@2, 1xtile.chisel.planks-spruce@3, 1xtile.chisel.planks-spruce@4, 1xtile.chisel.planks-spruce@5, 1xtile.chisel.planks-spruce@6, 1xtile.chisel.planks-spruce@7, 1xtile.chisel.planks-spruce@8, 1xtile.chisel.planks-spruce@9, 1xtile.chisel.planks-spruce@10, 1xtile.chisel.planks-spruce@11, 1xtile.chisel.planks-spruce@12, 1xtile.chisel.planks-spruce@13, 1xtile.chisel.planks-spruce@14, 1xtile.chisel.planks-birch@0, 1xtile.chisel.planks-birch@1, 1xtile.chisel.planks-birch@2, 1xtile.chisel.planks-birch@3, 1xtile.chisel.planks-birch@4, 1xtile.chisel.planks-birch@5, 1xtile.chisel.planks-birch@6, 1xtile.chisel.planks-birch@7, 1xtile.chisel.planks-birch@8, 1xtile.chisel.planks-birch@9, 1xtile.chisel.planks-birch@10, 1xtile.chisel.planks-birch@11, 1xtile.chisel.planks-birch@12, 1xtile.chisel.planks-birch@13, 1xtile.chisel.planks-birch@14, 1xtile.chisel.planks-jungle@0, 1xtile.chisel.planks-jungle@1, 1xtile.chisel.planks-jungle@2, 1xtile.chisel.planks-jungle@3, 1xtile.chisel.planks-jungle@4, 1xtile.chisel.planks-jungle@5, 1xtile.chisel.planks-jungle@6, 1xtile.chisel.planks-jungle@7, 1xtile.chisel.planks-jungle@8, 1xtile.chisel.planks-jungle@9, 1xtile.chisel.planks-jungle@10, 1xtile.chisel.planks-jungle@11, 1xtile.chisel.planks-jungle@12, 1xtile.chisel.planks-jungle@13, 1xtile.chisel.planks-jungle@14, 1xtile.chisel.planks-acacia@0, 1xtile.chisel.planks-acacia@1, 1xtile.chisel.planks-acacia@2, 1xtile.chisel.planks-acacia@3, 1xtile.chisel.planks-acacia@4, 1xtile.chisel.planks-acacia@5, 1xtile.chisel.planks-acacia@6, 1xtile.chisel.planks-acacia@7, 1xtile.chisel.planks-acacia@8, 1xtile.chisel.planks-acacia@9, 1xtile.chisel.planks-acacia@10, 1xtile.chisel.planks-acacia@11, 1xtile.chisel.planks-acacia@12, 1xtile.chisel.planks-acacia@13, 1xtile.chisel.planks-acacia@14, 1xtile.chisel.planks-dark-oak@0, 1xtile.chisel.planks-dark-oak@1, 1xtile.chisel.planks-dark-oak@2, 1xtile.chisel.planks-dark-oak@3, 1xtile.chisel.planks-dark-oak@4, 1xtile.chisel.planks-dark-oak@5, 1xtile.chisel.planks-dark-oak@6, 1xtile.chisel.planks-dark-oak@7, 1xtile.chisel.planks-dark-oak@8, 1xtile.chisel.planks-dark-oak@9, 1xtile.chisel.planks-dark-oak@10, 1xtile.chisel.planks-dark-oak@11, 1xtile.chisel.planks-dark-oak@12, 1xtile.chisel.planks-dark-oak@13, 1xtile.chisel.planks-dark-oak@14, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8, 1xtile.natura.nether_planks@0, 1xtile.natura.nether_planks@1, 1xtile.natura.nether_planks@2, 1xtile.natura.nether_planks@3, 1xtile.planks_sakura@0, 1xtile.planks_mulberry@0, 1xtile.blocks.integrateddynamics.menril_planks@0, 1xtile.primal.planks@0, 1xtile.primal.planks@1, 1xtile.primal.planks@2, 1xtile.primal.planks@3, 1xtile.dltplank@0, 1xtile.dreadplanks@0, 1xtile.thebetweenlands.weedwood_planks@0, 1xtile.thebetweenlands.rubber_tree_planks@0, 1xtile.thebetweenlands.giant_root_planks@0, 1xtile.thebetweenlands.hearthgrove_planks@0, 1xtile.thebetweenlands.nibbletwig_planks@0, 1xtile.twilightforest.TowerStone@0, 1xtile.twilightforest.TowerStone@1, 1xtile.twilightforest.TowerStone@2, 1xtile.twilightforest.TowerStone@3, 1xtile.twilightforest.TowerStone@4, 1xtile.totemic:cedar_plank@0, 1xtile.traverse:fir_planks@0, 1xtile.kepler22b_planks.0@0, 1xtile.primal.planks@0, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8]]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.bwm:material@34 new recipe: RecipeStage{tier='three', recipe=1xitem.bwm:material@34:[net.minecraftforge.oredict.OreIngredient@5ea80cf1, net.minecraftforge.oredict.OreIngredient@5ea80cf1, net.minecraftforge.oredict.OreIngredient@5ea80cf1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@39cf0f1e, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.bwm:material@50 new recipe: RecipeStage{tier='three', recipe=9xitem.bwm:material@50:[net.minecraft.item.crafting.Ingredient@8ca7e28]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xitem.bwm:material@3 new recipe: RecipeStage{tier='zero', recipe=6xitem.bwm:material@3:[net.minecraft.item.crafting.Ingredient@2a5c6a7]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.bwm:material@14 new recipe: RecipeStage{tier='three', recipe=1xitem.bwm:material@14:[net.minecraftforge.oredict.OreIngredient@557f9ea3, net.minecraftforge.oredict.OreIngredient@557f9ea3, net.minecraftforge.oredict.OreIngredient@557f9ea3, net.minecraftforge.oredict.OreIngredient@557f9ea3, net.minecraftforge.oredict.OreIngredient@557f9ea3, net.minecraftforge.oredict.OreIngredient@557f9ea3, net.minecraftforge.oredict.OreIngredient@557f9ea3, net.minecraftforge.oredict.OreIngredient@557f9ea3, net.minecraftforge.oredict.OreIngredient@557f9ea3]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.helmetChain@0 new recipe: RecipeStage{tier='two', recipe=1xitem.helmetChain@0:[net.minecraftforge.oredict.OreIngredient@2f0ef002, net.minecraftforge.oredict.OreIngredient@2f0ef002, net.minecraftforge.oredict.OreIngredient@2f0ef002, net.minecraftforge.oredict.OreIngredient@2f0ef002, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2f0ef002]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.bwm:leather_tanned_chest@0 new recipe: RecipeStage{tier='zero', recipe=1xitem.bwm:leather_tanned_chest@0:[net.minecraftforge.oredict.OreIngredient@3c9c90cb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3c9c90cb, net.minecraftforge.oredict.OreIngredient@3c9c90cb, net.minecraftforge.oredict.OreIngredient@3c9c90cb, net.minecraftforge.oredict.OreIngredient@3c9c90cb, net.minecraftforge.oredict.OreIngredient@3c9c90cb, net.minecraftforge.oredict.OreIngredient@3c9c90cb, net.minecraftforge.oredict.OreIngredient@3c9c90cb]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.bwm:urn@9 new recipe: RecipeStage{tier='three', recipe=1xtile.bwm:urn@9:[net.minecraft.item.crafting.Ingredient@1543ffa4, net.minecraft.item.crafting.Ingredient@1eca4c46, net.minecraftforge.oredict.OreIngredient@40d83419]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.bwm:nether_clay@0 new recipe: RecipeStage{tier='three', recipe=1xtile.bwm:nether_clay@0:[net.minecraftforge.oredict.OreIngredient@4394a936, net.minecraftforge.oredict.OreIngredient@4394a936, net.minecraftforge.oredict.OreIngredient@4394a936, net.minecraftforge.oredict.OreIngredient@4394a936]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.bwm:broadhead_arrow@0 new recipe: RecipeStage{tier='three', recipe=1xitem.bwm:broadhead_arrow@0:[net.minecraftforge.oredict.OreIngredient@6d78f61e, net.minecraftforge.oredict.OreIngredient@3f27b907, net.minecraftforge.oredict.OreIngredient@73f259d2]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.bwm:leather_tanned_pants@0 new recipe: RecipeStage{tier='zero', recipe=1xitem.bwm:leather_tanned_pants@0:[net.minecraftforge.oredict.OreIngredient@731f820e, net.minecraftforge.oredict.OreIngredient@731f820e, net.minecraftforge.oredict.OreIngredient@731f820e, net.minecraftforge.oredict.OreIngredient@731f820e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@731f820e, net.minecraftforge.oredict.OreIngredient@731f820e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@731f820e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.chestplateChain@0 new recipe: RecipeStage{tier='two', recipe=1xitem.chestplateChain@0:[net.minecraftforge.oredict.OreIngredient@41e2e98c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@41e2e98c, net.minecraftforge.oredict.OreIngredient@41e2e98c, net.minecraftforge.oredict.OreIngredient@41e2e98c, net.minecraftforge.oredict.OreIngredient@41e2e98c, net.minecraftforge.oredict.OreIngredient@41e2e98c, net.minecraftforge.oredict.OreIngredient@41e2e98c, net.minecraftforge.oredict.OreIngredient@41e2e98c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.bwm:ender_spectacles@0 new recipe: RecipeStage{tier='two', recipe=1xitem.bwm:ender_spectacles@0:[net.minecraft.item.crafting.Ingredient@6d3cc305, net.minecraft.item.crafting.Ingredient@6900ee6a, net.minecraft.item.crafting.Ingredient@6d3cc305]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.bwm:composite_bow@0 new recipe: RecipeStage{tier='two', recipe=1xitem.bwm:composite_bow@0:[net.minecraftforge.oredict.OreIngredient@e0c036c, type:MOULDING parent:[1xtile.wood@0, 1xtile.wood@1, 1xtile.wood@2, 1xtile.wood@3, 1xtile.wood@4, 1xtile.wood@5, 1xtile.rustic.planks@0, 1xtile.rustic.planks@1, 1xtile.rustic.painted_wood_black@0, 1xtile.rustic.painted_wood_blue@0, 1xtile.rustic.painted_wood_brown@0, 1xtile.rustic.painted_wood_cyan@0, 1xtile.rustic.painted_wood_gray@0, 1xtile.rustic.painted_wood_green@0, 1xtile.rustic.painted_wood_light_blue@0, 1xtile.rustic.painted_wood_lime@0, 1xtile.rustic.painted_wood_magenta@0, 1xtile.rustic.painted_wood_orange@0, 1xtile.rustic.painted_wood_pink@0, 1xtile.rustic.painted_wood_purple@0, 1xtile.rustic.painted_wood_red@0, 1xtile.rustic.painted_wood_silver@0, 1xtile.rustic.painted_wood_white@0, 1xtile.rustic.painted_wood_yellow@0, 1xtile.chisel.planks-oak@0, 1xtile.chisel.planks-oak@1, 1xtile.chisel.planks-oak@2, 1xtile.chisel.planks-oak@3, 1xtile.chisel.planks-oak@4, 1xtile.chisel.planks-oak@5, 1xtile.chisel.planks-oak@6, 1xtile.chisel.planks-oak@7, 1xtile.chisel.planks-oak@8, 1xtile.chisel.planks-oak@9, 1xtile.chisel.planks-oak@10, 1xtile.chisel.planks-oak@11, 1xtile.chisel.planks-oak@12, 1xtile.chisel.planks-oak@13, 1xtile.chisel.planks-oak@14, 1xtile.chisel.planks-spruce@0, 1xtile.chisel.planks-spruce@1, 1xtile.chisel.planks-spruce@2, 1xtile.chisel.planks-spruce@3, 1xtile.chisel.planks-spruce@4, 1xtile.chisel.planks-spruce@5, 1xtile.chisel.planks-spruce@6, 1xtile.chisel.planks-spruce@7, 1xtile.chisel.planks-spruce@8, 1xtile.chisel.planks-spruce@9, 1xtile.chisel.planks-spruce@10, 1xtile.chisel.planks-spruce@11, 1xtile.chisel.planks-spruce@12, 1xtile.chisel.planks-spruce@13, 1xtile.chisel.planks-spruce@14, 1xtile.chisel.planks-birch@0, 1xtile.chisel.planks-birch@1, 1xtile.chisel.planks-birch@2, 1xtile.chisel.planks-birch@3, 1xtile.chisel.planks-birch@4, 1xtile.chisel.planks-birch@5, 1xtile.chisel.planks-birch@6, 1xtile.chisel.planks-birch@7, 1xtile.chisel.planks-birch@8, 1xtile.chisel.planks-birch@9, 1xtile.chisel.planks-birch@10, 1xtile.chisel.planks-birch@11, 1xtile.chisel.planks-birch@12, 1xtile.chisel.planks-birch@13, 1xtile.chisel.planks-birch@14, 1xtile.chisel.planks-jungle@0, 1xtile.chisel.planks-jungle@1, 1xtile.chisel.planks-jungle@2, 1xtile.chisel.planks-jungle@3, 1xtile.chisel.planks-jungle@4, 1xtile.chisel.planks-jungle@5, 1xtile.chisel.planks-jungle@6, 1xtile.chisel.planks-jungle@7, 1xtile.chisel.planks-jungle@8, 1xtile.chisel.planks-jungle@9, 1xtile.chisel.planks-jungle@10, 1xtile.chisel.planks-jungle@11, 1xtile.chisel.planks-jungle@12, 1xtile.chisel.planks-jungle@13, 1xtile.chisel.planks-jungle@14, 1xtile.chisel.planks-acacia@0, 1xtile.chisel.planks-acacia@1, 1xtile.chisel.planks-acacia@2, 1xtile.chisel.planks-acacia@3, 1xtile.chisel.planks-acacia@4, 1xtile.chisel.planks-acacia@5, 1xtile.chisel.planks-acacia@6, 1xtile.chisel.planks-acacia@7, 1xtile.chisel.planks-acacia@8, 1xtile.chisel.planks-acacia@9, 1xtile.chisel.planks-acacia@10, 1xtile.chisel.planks-acacia@11, 1xtile.chisel.planks-acacia@12, 1xtile.chisel.planks-acacia@13, 1xtile.chisel.planks-acacia@14, 1xtile.chisel.planks-dark-oak@0, 1xtile.chisel.planks-dark-oak@1, 1xtile.chisel.planks-dark-oak@2, 1xtile.chisel.planks-dark-oak@3, 1xtile.chisel.planks-dark-oak@4, 1xtile.chisel.planks-dark-oak@5, 1xtile.chisel.planks-dark-oak@6, 1xtile.chisel.planks-dark-oak@7, 1xtile.chisel.planks-dark-oak@8, 1xtile.chisel.planks-dark-oak@9, 1xtile.chisel.planks-dark-oak@10, 1xtile.chisel.planks-dark-oak@11, 1xtile.chisel.planks-dark-oak@12, 1xtile.chisel.planks-dark-oak@13, 1xtile.chisel.planks-dark-oak@14, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8, 1xtile.natura.nether_planks@0, 1xtile.natura.nether_planks@1, 1xtile.natura.nether_planks@2, 1xtile.natura.nether_planks@3, 1xtile.planks_sakura@0, 1xtile.planks_mulberry@0, 1xtile.blocks.integrateddynamics.menril_planks@0, 1xtile.primal.planks@0, 1xtile.primal.planks@1, 1xtile.primal.planks@2, 1xtile.primal.planks@3, 1xtile.dltplank@0, 1xtile.dreadplanks@0, 1xtile.thebetweenlands.weedwood_planks@0, 1xtile.thebetweenlands.rubber_tree_planks@0, 1xtile.thebetweenlands.giant_root_planks@0, 1xtile.thebetweenlands.hearthgrove_planks@0, 1xtile.thebetweenlands.nibbletwig_planks@0, 1xtile.twilightforest.TowerStone@0, 1xtile.twilightforest.TowerStone@1, 1xtile.twilightforest.TowerStone@2, 1xtile.twilightforest.TowerStone@3, 1xtile.twilightforest.TowerStone@4, 1xtile.totemic:cedar_plank@0, 1xtile.traverse:fir_planks@0, 1xtile.kepler22b_planks.0@0, 1xtile.primal.planks@0, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8], net.minecraftforge.oredict.OreIngredient@5dfda1d6, type:MOULDING parent:[1xtile.wood@0, 1xtile.wood@1, 1xtile.wood@2, 1xtile.wood@3, 1xtile.wood@4, 1xtile.wood@5, 1xtile.rustic.planks@0, 1xtile.rustic.planks@1, 1xtile.rustic.painted_wood_black@0, 1xtile.rustic.painted_wood_blue@0, 1xtile.rustic.painted_wood_brown@0, 1xtile.rustic.painted_wood_cyan@0, 1xtile.rustic.painted_wood_gray@0, 1xtile.rustic.painted_wood_green@0, 1xtile.rustic.painted_wood_light_blue@0, 1xtile.rustic.painted_wood_lime@0, 1xtile.rustic.painted_wood_magenta@0, 1xtile.rustic.painted_wood_orange@0, 1xtile.rustic.painted_wood_pink@0, 1xtile.rustic.painted_wood_purple@0, 1xtile.rustic.painted_wood_red@0, 1xtile.rustic.painted_wood_silver@0, 1xtile.rustic.painted_wood_white@0, 1xtile.rustic.painted_wood_yellow@0, 1xtile.chisel.planks-oak@0, 1xtile.chisel.planks-oak@1, 1xtile.chisel.planks-oak@2, 1xtile.chisel.planks-oak@3, 1xtile.chisel.planks-oak@4, 1xtile.chisel.planks-oak@5, 1xtile.chisel.planks-oak@6, 1xtile.chisel.planks-oak@7, 1xtile.chisel.planks-oak@8, 1xtile.chisel.planks-oak@9, 1xtile.chisel.planks-oak@10, 1xtile.chisel.planks-oak@11, 1xtile.chisel.planks-oak@12, 1xtile.chisel.planks-oak@13, 1xtile.chisel.planks-oak@14, 1xtile.chisel.planks-spruce@0, 1xtile.chisel.planks-spruce@1, 1xtile.chisel.planks-spruce@2, 1xtile.chisel.planks-spruce@3, 1xtile.chisel.planks-spruce@4, 1xtile.chisel.planks-spruce@5, 1xtile.chisel.planks-spruce@6, 1xtile.chisel.planks-spruce@7, 1xtile.chisel.planks-spruce@8, 1xtile.chisel.planks-spruce@9, 1xtile.chisel.planks-spruce@10, 1xtile.chisel.planks-spruce@11, 1xtile.chisel.planks-spruce@12, 1xtile.chisel.planks-spruce@13, 1xtile.chisel.planks-spruce@14, 1xtile.chisel.planks-birch@0, 1xtile.chisel.planks-birch@1, 1xtile.chisel.planks-birch@2, 1xtile.chisel.planks-birch@3, 1xtile.chisel.planks-birch@4, 1xtile.chisel.planks-birch@5, 1xtile.chisel.planks-birch@6, 1xtile.chisel.planks-birch@7, 1xtile.chisel.planks-birch@8, 1xtile.chisel.planks-birch@9, 1xtile.chisel.planks-birch@10, 1xtile.chisel.planks-birch@11, 1xtile.chisel.planks-birch@12, 1xtile.chisel.planks-birch@13, 1xtile.chisel.planks-birch@14, 1xtile.chisel.planks-jungle@0, 1xtile.chisel.planks-jungle@1, 1xtile.chisel.planks-jungle@2, 1xtile.chisel.planks-jungle@3, 1xtile.chisel.planks-jungle@4, 1xtile.chisel.planks-jungle@5, 1xtile.chisel.planks-jungle@6, 1xtile.chisel.planks-jungle@7, 1xtile.chisel.planks-jungle@8, 1xtile.chisel.planks-jungle@9, 1xtile.chisel.planks-jungle@10, 1xtile.chisel.planks-jungle@11, 1xtile.chisel.planks-jungle@12, 1xtile.chisel.planks-jungle@13, 1xtile.chisel.planks-jungle@14, 1xtile.chisel.planks-acacia@0, 1xtile.chisel.planks-acacia@1, 1xtile.chisel.planks-acacia@2, 1xtile.chisel.planks-acacia@3, 1xtile.chisel.planks-acacia@4, 1xtile.chisel.planks-acacia@5, 1xtile.chisel.planks-acacia@6, 1xtile.chisel.planks-acacia@7, 1xtile.chisel.planks-acacia@8, 1xtile.chisel.planks-acacia@9, 1xtile.chisel.planks-acacia@10, 1xtile.chisel.planks-acacia@11, 1xtile.chisel.planks-acacia@12, 1xtile.chisel.planks-acacia@13, 1xtile.chisel.planks-acacia@14, 1xtile.chisel.planks-dark-oak@0, 1xtile.chisel.planks-dark-oak@1, 1xtile.chisel.planks-dark-oak@2, 1xtile.chisel.planks-dark-oak@3, 1xtile.chisel.planks-dark-oak@4, 1xtile.chisel.planks-dark-oak@5, 1xtile.chisel.planks-dark-oak@6, 1xtile.chisel.planks-dark-oak@7, 1xtile.chisel.planks-dark-oak@8, 1xtile.chisel.planks-dark-oak@9, 1xtile.chisel.planks-dark-oak@10, 1xtile.chisel.planks-dark-oak@11, 1xtile.chisel.planks-dark-oak@12, 1xtile.chisel.planks-dark-oak@13, 1xtile.chisel.planks-dark-oak@14, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8, 1xtile.natura.nether_planks@0, 1xtile.natura.nether_planks@1, 1xtile.natura.nether_planks@2, 1xtile.natura.nether_planks@3, 1xtile.planks_sakura@0, 1xtile.planks_mulberry@0, 1xtile.blocks.integrateddynamics.menril_planks@0, 1xtile.primal.planks@0, 1xtile.primal.planks@1, 1xtile.primal.planks@2, 1xtile.primal.planks@3, 1xtile.dltplank@0, 1xtile.dreadplanks@0, 1xtile.thebetweenlands.weedwood_planks@0, 1xtile.thebetweenlands.rubber_tree_planks@0, 1xtile.thebetweenlands.giant_root_planks@0, 1xtile.thebetweenlands.hearthgrove_planks@0, 1xtile.thebetweenlands.nibbletwig_planks@0, 1xtile.twilightforest.TowerStone@0, 1xtile.twilightforest.TowerStone@1, 1xtile.twilightforest.TowerStone@2, 1xtile.twilightforest.TowerStone@3, 1xtile.twilightforest.TowerStone@4, 1xtile.totemic:cedar_plank@0, 1xtile.traverse:fir_planks@0, 1xtile.kepler22b_planks.0@0, 1xtile.primal.planks@0, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8], net.minecraftforge.oredict.OreIngredient@5dfda1d6, net.minecraftforge.oredict.OreIngredient@4bf7626b, net.minecraftforge.oredict.OreIngredient@e0c036c, type:MOULDING parent:[1xtile.wood@0, 1xtile.wood@1, 1xtile.wood@2, 1xtile.wood@3, 1xtile.wood@4, 1xtile.wood@5, 1xtile.rustic.planks@0, 1xtile.rustic.planks@1, 1xtile.rustic.painted_wood_black@0, 1xtile.rustic.painted_wood_blue@0, 1xtile.rustic.painted_wood_brown@0, 1xtile.rustic.painted_wood_cyan@0, 1xtile.rustic.painted_wood_gray@0, 1xtile.rustic.painted_wood_green@0, 1xtile.rustic.painted_wood_light_blue@0, 1xtile.rustic.painted_wood_lime@0, 1xtile.rustic.painted_wood_magenta@0, 1xtile.rustic.painted_wood_orange@0, 1xtile.rustic.painted_wood_pink@0, 1xtile.rustic.painted_wood_purple@0, 1xtile.rustic.painted_wood_red@0, 1xtile.rustic.painted_wood_silver@0, 1xtile.rustic.painted_wood_white@0, 1xtile.rustic.painted_wood_yellow@0, 1xtile.chisel.planks-oak@0, 1xtile.chisel.planks-oak@1, 1xtile.chisel.planks-oak@2, 1xtile.chisel.planks-oak@3, 1xtile.chisel.planks-oak@4, 1xtile.chisel.planks-oak@5, 1xtile.chisel.planks-oak@6, 1xtile.chisel.planks-oak@7, 1xtile.chisel.planks-oak@8, 1xtile.chisel.planks-oak@9, 1xtile.chisel.planks-oak@10, 1xtile.chisel.planks-oak@11, 1xtile.chisel.planks-oak@12, 1xtile.chisel.planks-oak@13, 1xtile.chisel.planks-oak@14, 1xtile.chisel.planks-spruce@0, 1xtile.chisel.planks-spruce@1, 1xtile.chisel.planks-spruce@2, 1xtile.chisel.planks-spruce@3, 1xtile.chisel.planks-spruce@4, 1xtile.chisel.planks-spruce@5, 1xtile.chisel.planks-spruce@6, 1xtile.chisel.planks-spruce@7, 1xtile.chisel.planks-spruce@8, 1xtile.chisel.planks-spruce@9, 1xtile.chisel.planks-spruce@10, 1xtile.chisel.planks-spruce@11, 1xtile.chisel.planks-spruce@12, 1xtile.chisel.planks-spruce@13, 1xtile.chisel.planks-spruce@14, 1xtile.chisel.planks-birch@0, 1xtile.chisel.planks-birch@1, 1xtile.chisel.planks-birch@2, 1xtile.chisel.planks-birch@3, 1xtile.chisel.planks-birch@4, 1xtile.chisel.planks-birch@5, 1xtile.chisel.planks-birch@6, 1xtile.chisel.planks-birch@7, 1xtile.chisel.planks-birch@8, 1xtile.chisel.planks-birch@9, 1xtile.chisel.planks-birch@10, 1xtile.chisel.planks-birch@11, 1xtile.chisel.planks-birch@12, 1xtile.chisel.planks-birch@13, 1xtile.chisel.planks-birch@14, 1xtile.chisel.planks-jungle@0, 1xtile.chisel.planks-jungle@1, 1xtile.chisel.planks-jungle@2, 1xtile.chisel.planks-jungle@3, 1xtile.chisel.planks-jungle@4, 1xtile.chisel.planks-jungle@5, 1xtile.chisel.planks-jungle@6, 1xtile.chisel.planks-jungle@7, 1xtile.chisel.planks-jungle@8, 1xtile.chisel.planks-jungle@9, 1xtile.chisel.planks-jungle@10, 1xtile.chisel.planks-jungle@11, 1xtile.chisel.planks-jungle@12, 1xtile.chisel.planks-jungle@13, 1xtile.chisel.planks-jungle@14, 1xtile.chisel.planks-acacia@0, 1xtile.chisel.planks-acacia@1, 1xtile.chisel.planks-acacia@2, 1xtile.chisel.planks-acacia@3, 1xtile.chisel.planks-acacia@4, 1xtile.chisel.planks-acacia@5, 1xtile.chisel.planks-acacia@6, 1xtile.chisel.planks-acacia@7, 1xtile.chisel.planks-acacia@8, 1xtile.chisel.planks-acacia@9, 1xtile.chisel.planks-acacia@10, 1xtile.chisel.planks-acacia@11, 1xtile.chisel.planks-acacia@12, 1xtile.chisel.planks-acacia@13, 1xtile.chisel.planks-acacia@14, 1xtile.chisel.planks-dark-oak@0, 1xtile.chisel.planks-dark-oak@1, 1xtile.chisel.planks-dark-oak@2, 1xtile.chisel.planks-dark-oak@3, 1xtile.chisel.planks-dark-oak@4, 1xtile.chisel.planks-dark-oak@5, 1xtile.chisel.planks-dark-oak@6, 1xtile.chisel.planks-dark-oak@7, 1xtile.chisel.planks-dark-oak@8, 1xtile.chisel.planks-dark-oak@9, 1xtile.chisel.planks-dark-oak@10, 1xtile.chisel.planks-dark-oak@11, 1xtile.chisel.planks-dark-oak@12, 1xtile.chisel.planks-dark-oak@13, 1xtile.chisel.planks-dark-oak@14, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8, 1xtile.natura.nether_planks@0, 1xtile.natura.nether_planks@1, 1xtile.natura.nether_planks@2, 1xtile.natura.nether_planks@3, 1xtile.planks_sakura@0, 1xtile.planks_mulberry@0, 1xtile.blocks.integrateddynamics.menril_planks@0, 1xtile.primal.planks@0, 1xtile.primal.planks@1, 1xtile.primal.planks@2, 1xtile.primal.planks@3, 1xtile.dltplank@0, 1xtile.dreadplanks@0, 1xtile.thebetweenlands.weedwood_planks@0, 1xtile.thebetweenlands.rubber_tree_planks@0, 1xtile.thebetweenlands.giant_root_planks@0, 1xtile.thebetweenlands.hearthgrove_planks@0, 1xtile.thebetweenlands.nibbletwig_planks@0, 1xtile.twilightforest.TowerStone@0, 1xtile.twilightforest.TowerStone@1, 1xtile.twilightforest.TowerStone@2, 1xtile.twilightforest.TowerStone@3, 1xtile.twilightforest.TowerStone@4, 1xtile.totemic:cedar_plank@0, 1xtile.traverse:fir_planks@0, 1xtile.kepler22b_planks.0@0, 1xtile.primal.planks@0, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8], net.minecraftforge.oredict.OreIngredient@5dfda1d6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.bwm:dynamite@0 new recipe: RecipeStage{tier='two', recipe=1xitem.bwm:dynamite@0:[net.minecraftforge.oredict.OreIngredient@40b3d659, net.minecraftforge.oredict.OreIngredient@17244af6, net.minecraftforge.oredict.OreIngredient@3363c5e1, net.minecraft.item.crafting.Ingredient@7cf13f18, net.minecraft.item.crafting.Ingredient@222e3fc1, net.minecraftforge.oredict.OreIngredient@17e8b288]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.bwm:cooking_pot@2 new recipe: RecipeStage{tier='three', recipe=1xtile.bwm:cooking_pot@2:[net.minecraftforge.oredict.OreIngredient@5c3b9d9a, net.minecraft.item.crafting.Ingredient@3da8c078, net.minecraftforge.oredict.OreIngredient@5c3b9d9a, net.minecraftforge.oredict.OreIngredient@5c3b9d9a, net.minecraft.item.crafting.Ingredient@4ed8a313, net.minecraftforge.oredict.OreIngredient@5c3b9d9a, net.minecraftforge.oredict.OreIngredient@5c3b9d9a, net.minecraftforge.oredict.OreIngredient@5c3b9d9a, net.minecraftforge.oredict.OreIngredient@5c3b9d9a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.bwm:unfired_pottery@5 new recipe: RecipeStage{tier='three', recipe=1xtile.bwm:unfired_pottery@5:[net.minecraft.item.crafting.Ingredient@45ab59ab]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.bwm:grate@4 new recipe: RecipeStage{tier='one', recipe=4xtile.bwm:grate@4:[type:MOULDING parent:[1xtile.wood@4], net.minecraftforge.oredict.OreIngredient@26ec97e9, type:MOULDING parent:[1xtile.wood@4], type:MOULDING parent:[1xtile.wood@4], net.minecraftforge.oredict.OreIngredient@26ec97e9, type:MOULDING parent:[1xtile.wood@4]]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.bwm:lens@0 new recipe: RecipeStage{tier='three', recipe=1xtile.bwm:lens@0:[net.minecraftforge.oredict.OreIngredient@307a7288, net.minecraftforge.oredict.OreIngredient@2d0568b8, net.minecraftforge.oredict.OreIngredient@307a7288, net.minecraftforge.oredict.OreIngredient@307a7288, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@307a7288, net.minecraftforge.oredict.OreIngredient@307a7288, net.minecraftforge.oredict.OreIngredient@463bf2a4, net.minecraftforge.oredict.OreIngredient@307a7288]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xtile.bwm:mining_charge@0 new recipe: RecipeStage{tier='three', recipe=2xtile.bwm:mining_charge@0:[net.minecraft.item.crafting.Ingredient@34a32ed2, net.minecraftforge.oredict.OreIngredient@754bfe1, net.minecraft.item.crafting.Ingredient@34a32ed2, net.minecraft.item.crafting.Ingredient@5dccf1e, net.minecraft.item.crafting.Ingredient@5dccf1e, net.minecraft.item.crafting.Ingredient@5dccf1e, net.minecraft.item.crafting.Ingredient@5dccf1e, net.minecraft.item.crafting.Ingredient@5dccf1e, net.minecraft.item.crafting.Ingredient@5dccf1e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.comparator@0 new recipe: RecipeStage{tier='three', recipe=1xitem.comparator@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@10620878, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@10620878, net.minecraftforge.oredict.OreIngredient@66497d41, net.minecraft.item.crafting.Ingredient@10620878, type:SIDING parent:[1xtile.stone@0], type:SIDING parent:[1xtile.stone@0], type:SIDING parent:[1xtile.stone@0]]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.bwm:hibachi@0 new recipe: RecipeStage{tier='three', recipe=1xtile.bwm:hibachi@0:[net.minecraft.item.crafting.Ingredient@22b7478c, net.minecraft.item.crafting.Ingredient@22b7478c, net.minecraft.item.crafting.Ingredient@22b7478c, net.minecraftforge.oredict.OreIngredient@71c0709f, net.minecraft.item.crafting.Ingredient@7c088ecc, net.minecraftforge.oredict.OreIngredient@71c0709f, net.minecraftforge.oredict.OreIngredient@71c0709f, net.minecraftforge.oredict.OreIngredient@73bc1ee1, net.minecraftforge.oredict.OreIngredient@71c0709f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.bwm:light@0 new recipe: RecipeStage{tier='three', recipe=1xtile.bwm:light@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@638cff96, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@638cff96, net.minecraftforge.oredict.OreIngredient@27af8b1c, net.minecraftforge.oredict.OreIngredient@638cff96, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2adb0bac, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.bwm:grate@1 new recipe: RecipeStage{tier='one', recipe=4xtile.bwm:grate@1:[type:MOULDING parent:[1xtile.wood@1], net.minecraftforge.oredict.OreIngredient@6794998b, type:MOULDING parent:[1xtile.wood@1], type:MOULDING parent:[1xtile.wood@1], net.minecraftforge.oredict.OreIngredient@6794998b, type:MOULDING parent:[1xtile.wood@1]]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.bwm:steel_anvil@0 new recipe: RecipeStage{tier='three', recipe=1xtile.bwm:steel_anvil@0:[net.minecraft.item.crafting.Ingredient@73eced96, net.minecraft.item.crafting.Ingredient@73eced96, net.minecraft.item.crafting.Ingredient@73eced96, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@73eced96, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@73eced96, net.minecraft.item.crafting.Ingredient@73eced96, net.minecraft.item.crafting.Ingredient@73eced96]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.bwm:aesthetic@10 new recipe: RecipeStage{tier='three', recipe=1xtile.bwm:aesthetic@10:[net.minecraftforge.oredict.OreIngredient@5209a7a2, net.minecraftforge.oredict.OreIngredient@5209a7a2, net.minecraftforge.oredict.OreIngredient@5209a7a2, net.minecraftforge.oredict.OreIngredient@5209a7a2, net.minecraftforge.oredict.OreIngredient@5209a7a2, net.minecraftforge.oredict.OreIngredient@5209a7a2, net.minecraftforge.oredict.OreIngredient@5209a7a2, net.minecraftforge.oredict.OreIngredient@5209a7a2, net.minecraftforge.oredict.OreIngredient@5209a7a2]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.bwm:slats@4 new recipe: RecipeStage{tier='one', recipe=4xtile.bwm:slats@4:[type:MOULDING parent:[1xtile.wood@4], type:MOULDING parent:[1xtile.wood@4], type:MOULDING parent:[1xtile.wood@4], type:MOULDING parent:[1xtile.wood@4]]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.bwm:slats@1 new recipe: RecipeStage{tier='one', recipe=4xtile.bwm:slats@1:[type:MOULDING parent:[1xtile.wood@1], type:MOULDING parent:[1xtile.wood@1], type:MOULDING parent:[1xtile.wood@1], type:MOULDING parent:[1xtile.wood@1]]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.bwm:candle@6 new recipe: RecipeStage{tier='one', recipe=1xtile.bwm:candle@6:[net.minecraftforge.oredict.OreIngredient@2eb5e869, net.minecraftforge.oredict.OreIngredient@163e3ed2]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.bwm:candle@5 new recipe: RecipeStage{tier='one', recipe=1xtile.bwm:candle@5:[net.minecraftforge.oredict.OreIngredient@70d98f2e, net.minecraftforge.oredict.OreIngredient@385566f1]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.bwm:candle@4 new recipe: RecipeStage{tier='one', recipe=1xtile.bwm:candle@4:[net.minecraftforge.oredict.OreIngredient@2c547a55, net.minecraftforge.oredict.OreIngredient@1b835d44]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.bwm:candle@0 new recipe: RecipeStage{tier='one', recipe=1xtile.bwm:candle@0:[net.minecraftforge.oredict.OreIngredient@4b5d8b82, net.minecraftforge.oredict.OreIngredient@3965a142, net.minecraftforge.oredict.OreIngredient@3965a142]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.bwm:candle@9 new recipe: RecipeStage{tier='one', recipe=1xtile.bwm:candle@9:[net.minecraftforge.oredict.OreIngredient@4f95c149, net.minecraftforge.oredict.OreIngredient@36b0e2cc]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.bwm:candle@3 new recipe: RecipeStage{tier='one', recipe=1xtile.bwm:candle@3:[net.minecraftforge.oredict.OreIngredient@75c0d4e7, net.minecraftforge.oredict.OreIngredient@2bab5084]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.bwm:candle@7 new recipe: RecipeStage{tier='one', recipe=1xtile.bwm:candle@7:[net.minecraftforge.oredict.OreIngredient@389dd094, net.minecraftforge.oredict.OreIngredient@2e92d2e6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.bwm:candle@14 new recipe: RecipeStage{tier='one', recipe=1xtile.bwm:candle@14:[net.minecraftforge.oredict.OreIngredient@17c1244a, net.minecraftforge.oredict.OreIngredient@75558a7]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.bwm:candle@12 new recipe: RecipeStage{tier='one', recipe=1xtile.bwm:candle@12:[net.minecraftforge.oredict.OreIngredient@19c1bf2f, net.minecraftforge.oredict.OreIngredient@70a95df1]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.bwm:candle@11 new recipe: RecipeStage{tier='one', recipe=1xtile.bwm:candle@11:[net.minecraftforge.oredict.OreIngredient@2ce5abbb, net.minecraftforge.oredict.OreIngredient@5c0eccb0]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.bwm:candle@8 new recipe: RecipeStage{tier='one', recipe=1xtile.bwm:candle@8:[net.minecraftforge.oredict.OreIngredient@454fb84, net.minecraftforge.oredict.OreIngredient@341cabb0]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.bwm:candle@13 new recipe: RecipeStage{tier='one', recipe=1xtile.bwm:candle@13:[net.minecraftforge.oredict.OreIngredient@9a0e171, net.minecraftforge.oredict.OreIngredient@6a907994]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.bwm:candle@15 new recipe: RecipeStage{tier='one', recipe=1xtile.bwm:candle@15:[net.minecraftforge.oredict.OreIngredient@74335dae, net.minecraftforge.oredict.OreIngredient@7d582467]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.bwm:candle@1 new recipe: RecipeStage{tier='one', recipe=1xtile.bwm:candle@1:[net.minecraftforge.oredict.OreIngredient@fa9aa7b, net.minecraftforge.oredict.OreIngredient@34afa4bc]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.bwm:candle@10 new recipe: RecipeStage{tier='one', recipe=1xtile.bwm:candle@10:[net.minecraftforge.oredict.OreIngredient@56ccb617, net.minecraftforge.oredict.OreIngredient@7147d56c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.bwm:candle@2 new recipe: RecipeStage{tier='one', recipe=1xtile.bwm:candle@2:[net.minecraftforge.oredict.OreIngredient@b083ad3, net.minecraftforge.oredict.OreIngredient@22ba4146]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.bwm:candle@0 new recipe: RecipeStage{tier='one', recipe=1xtile.bwm:candle@0:[net.minecraftforge.oredict.OreIngredient@508e9312, net.minecraftforge.oredict.OreIngredient@3332fb12]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.bwm:bucket@0 new recipe: RecipeStage{tier='two', recipe=1xtile.bwm:bucket@0:[net.minecraft.item.crafting.Ingredient@a46c70e, net.minecraft.item.crafting.Ingredient@5abac08c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.bwm:slats@3 new recipe: RecipeStage{tier='one', recipe=4xtile.bwm:slats@3:[type:MOULDING parent:[1xtile.wood@3], type:MOULDING parent:[1xtile.wood@3], type:MOULDING parent:[1xtile.wood@3], type:MOULDING parent:[1xtile.wood@3]]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.bwm:unfired_pottery@4 new recipe: RecipeStage{tier='two', recipe=1xtile.bwm:unfired_pottery@4:[net.minecraft.item.crafting.Ingredient@404e8cdf]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.bwm:infernal_enchanter@0 new recipe: RecipeStage{tier='three', recipe=1xtile.bwm:infernal_enchanter@0:[net.minecraft.item.crafting.Ingredient@18d70b30, net.minecraftforge.oredict.OreIngredient@6362f3e, net.minecraft.item.crafting.Ingredient@18d70b30, net.minecraftforge.oredict.OreIngredient@39518144, net.minecraft.item.crafting.Ingredient@6eac6b9f, net.minecraftforge.oredict.OreIngredient@39518144, net.minecraftforge.oredict.OreIngredient@39518144, net.minecraftforge.oredict.OreIngredient@39518144, net.minecraftforge.oredict.OreIngredient@39518144]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.bwm:grate@5 new recipe: RecipeStage{tier='one', recipe=4xtile.bwm:grate@5:[type:MOULDING parent:[1xtile.wood@5], net.minecraftforge.oredict.OreIngredient@41697584, type:MOULDING parent:[1xtile.wood@5], type:MOULDING parent:[1xtile.wood@5], net.minecraftforge.oredict.OreIngredient@41697584, type:MOULDING parent:[1xtile.wood@5]]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.bwm:aesthetic@4 new recipe: RecipeStage{tier='one', recipe=1xtile.bwm:aesthetic@4:[net.minecraft.item.crafting.Ingredient@6cf3680e, net.minecraft.item.crafting.Ingredient@6cf3680e, net.minecraft.item.crafting.Ingredient@6cf3680e, net.minecraft.item.crafting.Ingredient@6cf3680e, net.minecraft.item.crafting.Ingredient@6cf3680e, net.minecraft.item.crafting.Ingredient@6cf3680e, net.minecraft.item.crafting.Ingredient@6cf3680e, net.minecraft.item.crafting.Ingredient@6cf3680e, net.minecraft.item.crafting.Ingredient@6cf3680e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.bwm:slats@0 new recipe: RecipeStage{tier='one', recipe=4xtile.bwm:slats@0:[type:MOULDING parent:[1xtile.wood@0], type:MOULDING parent:[1xtile.wood@0], type:MOULDING parent:[1xtile.wood@0], type:MOULDING parent:[1xtile.wood@0]]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.bwm:aesthetic@13 new recipe: RecipeStage{tier='zero', recipe=1xtile.bwm:aesthetic@13:[net.minecraftforge.oredict.OreIngredient@430bf8f9, net.minecraftforge.oredict.OreIngredient@430bf8f9, net.minecraftforge.oredict.OreIngredient@430bf8f9, net.minecraftforge.oredict.OreIngredient@430bf8f9, net.minecraftforge.oredict.OreIngredient@430bf8f9, net.minecraftforge.oredict.OreIngredient@430bf8f9, net.minecraftforge.oredict.OreIngredient@430bf8f9, net.minecraftforge.oredict.OreIngredient@430bf8f9, net.minecraftforge.oredict.OreIngredient@430bf8f9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.bwm:slats@2 new recipe: RecipeStage{tier='one', recipe=4xtile.bwm:slats@2:[type:MOULDING parent:[1xtile.wood@2], type:MOULDING parent:[1xtile.wood@2], type:MOULDING parent:[1xtile.wood@2], type:MOULDING parent:[1xtile.wood@2]]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.bwm:platform@0 new recipe: RecipeStage{tier='one', recipe=1xtile.bwm:platform@0:[net.minecraftforge.common.crafting.CompoundIngredient@153a3bce, net.minecraft.item.crafting.Ingredient@5f515f78, net.minecraftforge.common.crafting.CompoundIngredient@153a3bce, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.common.crafting.CompoundIngredient@153a3bce, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.common.crafting.CompoundIngredient@153a3bce, net.minecraft.item.crafting.Ingredient@5f515f78, net.minecraftforge.common.crafting.CompoundIngredient@153a3bce]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.bwm:wood_bench@4 new recipe: RecipeStage{tier='one', recipe=4xtile.bwm:wood_bench@4:[type:SIDING parent:[1xtile.wood@4], type:SIDING parent:[1xtile.wood@4], type:SIDING parent:[1xtile.wood@4], net.minecraft.item.crafting.Ingredient$1@7e2c8622, type:MOULDING parent:[1xtile.wood@4], net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.bwm:wood_bench@2 new recipe: RecipeStage{tier='one', recipe=4xtile.bwm:wood_bench@2:[type:SIDING parent:[1xtile.wood@2], type:SIDING parent:[1xtile.wood@2], type:SIDING parent:[1xtile.wood@2], net.minecraft.item.crafting.Ingredient$1@7e2c8622, type:MOULDING parent:[1xtile.wood@2], net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.bwm:wood_bench@0 new recipe: RecipeStage{tier='one', recipe=4xtile.bwm:wood_bench@0:[type:SIDING parent:[1xtile.wood@0], type:SIDING parent:[1xtile.wood@0], type:SIDING parent:[1xtile.wood@0], net.minecraft.item.crafting.Ingredient$1@7e2c8622, type:MOULDING parent:[1xtile.wood@0], net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.bwm:wood_bench@1 new recipe: RecipeStage{tier='one', recipe=4xtile.bwm:wood_bench@1:[type:SIDING parent:[1xtile.wood@1], type:SIDING parent:[1xtile.wood@1], type:SIDING parent:[1xtile.wood@1], net.minecraft.item.crafting.Ingredient$1@7e2c8622, type:MOULDING parent:[1xtile.wood@1], net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.bwm:wood_bench@3 new recipe: RecipeStage{tier='one', recipe=4xtile.bwm:wood_bench@3:[type:SIDING parent:[1xtile.wood@3], type:SIDING parent:[1xtile.wood@3], type:SIDING parent:[1xtile.wood@3], net.minecraft.item.crafting.Ingredient$1@7e2c8622, type:MOULDING parent:[1xtile.wood@3], net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.bwm:wood_bench@5 new recipe: RecipeStage{tier='one', recipe=4xtile.bwm:wood_bench@5:[type:SIDING parent:[1xtile.wood@5], type:SIDING parent:[1xtile.wood@5], type:SIDING parent:[1xtile.wood@5], net.minecraft.item.crafting.Ingredient$1@7e2c8622, type:MOULDING parent:[1xtile.wood@5], net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.bwm:stake@0 new recipe: RecipeStage{tier='zero', recipe=1xtile.bwm:stake@0:[net.minecraftforge.oredict.OreIngredient@503b552a, type:MOULDING parent:[1xtile.wood@0, 1xtile.wood@1, 1xtile.wood@2, 1xtile.wood@3, 1xtile.wood@4, 1xtile.wood@5, 1xtile.rustic.planks@0, 1xtile.rustic.planks@1, 1xtile.rustic.painted_wood_black@0, 1xtile.rustic.painted_wood_blue@0, 1xtile.rustic.painted_wood_brown@0, 1xtile.rustic.painted_wood_cyan@0, 1xtile.rustic.painted_wood_gray@0, 1xtile.rustic.painted_wood_green@0, 1xtile.rustic.painted_wood_light_blue@0, 1xtile.rustic.painted_wood_lime@0, 1xtile.rustic.painted_wood_magenta@0, 1xtile.rustic.painted_wood_orange@0, 1xtile.rustic.painted_wood_pink@0, 1xtile.rustic.painted_wood_purple@0, 1xtile.rustic.painted_wood_red@0, 1xtile.rustic.painted_wood_silver@0, 1xtile.rustic.painted_wood_white@0, 1xtile.rustic.painted_wood_yellow@0, 1xtile.chisel.planks-oak@0, 1xtile.chisel.planks-oak@1, 1xtile.chisel.planks-oak@2, 1xtile.chisel.planks-oak@3, 1xtile.chisel.planks-oak@4, 1xtile.chisel.planks-oak@5, 1xtile.chisel.planks-oak@6, 1xtile.chisel.planks-oak@7, 1xtile.chisel.planks-oak@8, 1xtile.chisel.planks-oak@9, 1xtile.chisel.planks-oak@10, 1xtile.chisel.planks-oak@11, 1xtile.chisel.planks-oak@12, 1xtile.chisel.planks-oak@13, 1xtile.chisel.planks-oak@14, 1xtile.chisel.planks-spruce@0, 1xtile.chisel.planks-spruce@1, 1xtile.chisel.planks-spruce@2, 1xtile.chisel.planks-spruce@3, 1xtile.chisel.planks-spruce@4, 1xtile.chisel.planks-spruce@5, 1xtile.chisel.planks-spruce@6, 1xtile.chisel.planks-spruce@7, 1xtile.chisel.planks-spruce@8, 1xtile.chisel.planks-spruce@9, 1xtile.chisel.planks-spruce@10, 1xtile.chisel.planks-spruce@11, 1xtile.chisel.planks-spruce@12, 1xtile.chisel.planks-spruce@13, 1xtile.chisel.planks-spruce@14, 1xtile.chisel.planks-birch@0, 1xtile.chisel.planks-birch@1, 1xtile.chisel.planks-birch@2, 1xtile.chisel.planks-birch@3, 1xtile.chisel.planks-birch@4, 1xtile.chisel.planks-birch@5, 1xtile.chisel.planks-birch@6, 1xtile.chisel.planks-birch@7, 1xtile.chisel.planks-birch@8, 1xtile.chisel.planks-birch@9, 1xtile.chisel.planks-birch@10, 1xtile.chisel.planks-birch@11, 1xtile.chisel.planks-birch@12, 1xtile.chisel.planks-birch@13, 1xtile.chisel.planks-birch@14, 1xtile.chisel.planks-jungle@0, 1xtile.chisel.planks-jungle@1, 1xtile.chisel.planks-jungle@2, 1xtile.chisel.planks-jungle@3, 1xtile.chisel.planks-jungle@4, 1xtile.chisel.planks-jungle@5, 1xtile.chisel.planks-jungle@6, 1xtile.chisel.planks-jungle@7, 1xtile.chisel.planks-jungle@8, 1xtile.chisel.planks-jungle@9, 1xtile.chisel.planks-jungle@10, 1xtile.chisel.planks-jungle@11, 1xtile.chisel.planks-jungle@12, 1xtile.chisel.planks-jungle@13, 1xtile.chisel.planks-jungle@14, 1xtile.chisel.planks-acacia@0, 1xtile.chisel.planks-acacia@1, 1xtile.chisel.planks-acacia@2, 1xtile.chisel.planks-acacia@3, 1xtile.chisel.planks-acacia@4, 1xtile.chisel.planks-acacia@5, 1xtile.chisel.planks-acacia@6, 1xtile.chisel.planks-acacia@7, 1xtile.chisel.planks-acacia@8, 1xtile.chisel.planks-acacia@9, 1xtile.chisel.planks-acacia@10, 1xtile.chisel.planks-acacia@11, 1xtile.chisel.planks-acacia@12, 1xtile.chisel.planks-acacia@13, 1xtile.chisel.planks-acacia@14, 1xtile.chisel.planks-dark-oak@0, 1xtile.chisel.planks-dark-oak@1, 1xtile.chisel.planks-dark-oak@2, 1xtile.chisel.planks-dark-oak@3, 1xtile.chisel.planks-dark-oak@4, 1xtile.chisel.planks-dark-oak@5, 1xtile.chisel.planks-dark-oak@6, 1xtile.chisel.planks-dark-oak@7, 1xtile.chisel.planks-dark-oak@8, 1xtile.chisel.planks-dark-oak@9, 1xtile.chisel.planks-dark-oak@10, 1xtile.chisel.planks-dark-oak@11, 1xtile.chisel.planks-dark-oak@12, 1xtile.chisel.planks-dark-oak@13, 1xtile.chisel.planks-dark-oak@14, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8, 1xtile.natura.nether_planks@0, 1xtile.natura.nether_planks@1, 1xtile.natura.nether_planks@2, 1xtile.natura.nether_planks@3, 1xtile.planks_sakura@0, 1xtile.planks_mulberry@0, 1xtile.blocks.integrateddynamics.menril_planks@0, 1xtile.primal.planks@0, 1xtile.primal.planks@1, 1xtile.primal.planks@2, 1xtile.primal.planks@3, 1xtile.dltplank@0, 1xtile.dreadplanks@0, 1xtile.thebetweenlands.weedwood_planks@0, 1xtile.thebetweenlands.rubber_tree_planks@0, 1xtile.thebetweenlands.giant_root_planks@0, 1xtile.thebetweenlands.hearthgrove_planks@0, 1xtile.thebetweenlands.nibbletwig_planks@0, 1xtile.twilightforest.TowerStone@0, 1xtile.twilightforest.TowerStone@1, 1xtile.twilightforest.TowerStone@2, 1xtile.twilightforest.TowerStone@3, 1xtile.twilightforest.TowerStone@4, 1xtile.totemic:cedar_plank@0, 1xtile.traverse:fir_planks@0, 1xtile.kepler22b_planks.0@0, 1xtile.primal.planks@0, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8]]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.bwm:stake@0 new recipe: RecipeStage{tier='three', recipe=1xtile.bwm:stake@0:[net.minecraftforge.oredict.OreIngredient@503b552a, type:MOULDING parent:[1xtile.wood@0, 1xtile.wood@1, 1xtile.wood@2, 1xtile.wood@3, 1xtile.wood@4, 1xtile.wood@5, 1xtile.rustic.planks@0, 1xtile.rustic.planks@1, 1xtile.rustic.painted_wood_black@0, 1xtile.rustic.painted_wood_blue@0, 1xtile.rustic.painted_wood_brown@0, 1xtile.rustic.painted_wood_cyan@0, 1xtile.rustic.painted_wood_gray@0, 1xtile.rustic.painted_wood_green@0, 1xtile.rustic.painted_wood_light_blue@0, 1xtile.rustic.painted_wood_lime@0, 1xtile.rustic.painted_wood_magenta@0, 1xtile.rustic.painted_wood_orange@0, 1xtile.rustic.painted_wood_pink@0, 1xtile.rustic.painted_wood_purple@0, 1xtile.rustic.painted_wood_red@0, 1xtile.rustic.painted_wood_silver@0, 1xtile.rustic.painted_wood_white@0, 1xtile.rustic.painted_wood_yellow@0, 1xtile.chisel.planks-oak@0, 1xtile.chisel.planks-oak@1, 1xtile.chisel.planks-oak@2, 1xtile.chisel.planks-oak@3, 1xtile.chisel.planks-oak@4, 1xtile.chisel.planks-oak@5, 1xtile.chisel.planks-oak@6, 1xtile.chisel.planks-oak@7, 1xtile.chisel.planks-oak@8, 1xtile.chisel.planks-oak@9, 1xtile.chisel.planks-oak@10, 1xtile.chisel.planks-oak@11, 1xtile.chisel.planks-oak@12, 1xtile.chisel.planks-oak@13, 1xtile.chisel.planks-oak@14, 1xtile.chisel.planks-spruce@0, 1xtile.chisel.planks-spruce@1, 1xtile.chisel.planks-spruce@2, 1xtile.chisel.planks-spruce@3, 1xtile.chisel.planks-spruce@4, 1xtile.chisel.planks-spruce@5, 1xtile.chisel.planks-spruce@6, 1xtile.chisel.planks-spruce@7, 1xtile.chisel.planks-spruce@8, 1xtile.chisel.planks-spruce@9, 1xtile.chisel.planks-spruce@10, 1xtile.chisel.planks-spruce@11, 1xtile.chisel.planks-spruce@12, 1xtile.chisel.planks-spruce@13, 1xtile.chisel.planks-spruce@14, 1xtile.chisel.planks-birch@0, 1xtile.chisel.planks-birch@1, 1xtile.chisel.planks-birch@2, 1xtile.chisel.planks-birch@3, 1xtile.chisel.planks-birch@4, 1xtile.chisel.planks-birch@5, 1xtile.chisel.planks-birch@6, 1xtile.chisel.planks-birch@7, 1xtile.chisel.planks-birch@8, 1xtile.chisel.planks-birch@9, 1xtile.chisel.planks-birch@10, 1xtile.chisel.planks-birch@11, 1xtile.chisel.planks-birch@12, 1xtile.chisel.planks-birch@13, 1xtile.chisel.planks-birch@14, 1xtile.chisel.planks-jungle@0, 1xtile.chisel.planks-jungle@1, 1xtile.chisel.planks-jungle@2, 1xtile.chisel.planks-jungle@3, 1xtile.chisel.planks-jungle@4, 1xtile.chisel.planks-jungle@5, 1xtile.chisel.planks-jungle@6, 1xtile.chisel.planks-jungle@7, 1xtile.chisel.planks-jungle@8, 1xtile.chisel.planks-jungle@9, 1xtile.chisel.planks-jungle@10, 1xtile.chisel.planks-jungle@11, 1xtile.chisel.planks-jungle@12, 1xtile.chisel.planks-jungle@13, 1xtile.chisel.planks-jungle@14, 1xtile.chisel.planks-acacia@0, 1xtile.chisel.planks-acacia@1, 1xtile.chisel.planks-acacia@2, 1xtile.chisel.planks-acacia@3, 1xtile.chisel.planks-acacia@4, 1xtile.chisel.planks-acacia@5, 1xtile.chisel.planks-acacia@6, 1xtile.chisel.planks-acacia@7, 1xtile.chisel.planks-acacia@8, 1xtile.chisel.planks-acacia@9, 1xtile.chisel.planks-acacia@10, 1xtile.chisel.planks-acacia@11, 1xtile.chisel.planks-acacia@12, 1xtile.chisel.planks-acacia@13, 1xtile.chisel.planks-acacia@14, 1xtile.chisel.planks-dark-oak@0, 1xtile.chisel.planks-dark-oak@1, 1xtile.chisel.planks-dark-oak@2, 1xtile.chisel.planks-dark-oak@3, 1xtile.chisel.planks-dark-oak@4, 1xtile.chisel.planks-dark-oak@5, 1xtile.chisel.planks-dark-oak@6, 1xtile.chisel.planks-dark-oak@7, 1xtile.chisel.planks-dark-oak@8, 1xtile.chisel.planks-dark-oak@9, 1xtile.chisel.planks-dark-oak@10, 1xtile.chisel.planks-dark-oak@11, 1xtile.chisel.planks-dark-oak@12, 1xtile.chisel.planks-dark-oak@13, 1xtile.chisel.planks-dark-oak@14, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8, 1xtile.natura.nether_planks@0, 1xtile.natura.nether_planks@1, 1xtile.natura.nether_planks@2, 1xtile.natura.nether_planks@3, 1xtile.planks_sakura@0, 1xtile.planks_mulberry@0, 1xtile.blocks.integrateddynamics.menril_planks@0, 1xtile.primal.planks@0, 1xtile.primal.planks@1, 1xtile.primal.planks@2, 1xtile.primal.planks@3, 1xtile.dltplank@0, 1xtile.dreadplanks@0, 1xtile.thebetweenlands.weedwood_planks@0, 1xtile.thebetweenlands.rubber_tree_planks@0, 1xtile.thebetweenlands.giant_root_planks@0, 1xtile.thebetweenlands.hearthgrove_planks@0, 1xtile.thebetweenlands.nibbletwig_planks@0, 1xtile.twilightforest.TowerStone@0, 1xtile.twilightforest.TowerStone@1, 1xtile.twilightforest.TowerStone@2, 1xtile.twilightforest.TowerStone@3, 1xtile.twilightforest.TowerStone@4, 1xtile.totemic:cedar_plank@0, 1xtile.traverse:fir_planks@0, 1xtile.kepler22b_planks.0@0, 1xtile.primal.planks@0, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8]]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.bwm:grate@2 new recipe: RecipeStage{tier='one', recipe=4xtile.bwm:grate@2:[type:MOULDING parent:[1xtile.wood@2], net.minecraftforge.oredict.OreIngredient@7b17b031, type:MOULDING parent:[1xtile.wood@2], type:MOULDING parent:[1xtile.wood@2], net.minecraftforge.oredict.OreIngredient@7b17b031, type:MOULDING parent:[1xtile.wood@2]]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.bwm:aesthetic@5 new recipe: RecipeStage{tier='one', recipe=1xtile.bwm:aesthetic@5:[net.minecraft.item.crafting.Ingredient@72472a5e, net.minecraft.item.crafting.Ingredient@72472a5e, net.minecraft.item.crafting.Ingredient@72472a5e, net.minecraft.item.crafting.Ingredient@72472a5e, net.minecraft.item.crafting.Ingredient@72472a5e, net.minecraft.item.crafting.Ingredient@72472a5e, net.minecraft.item.crafting.Ingredient@72472a5e, net.minecraft.item.crafting.Ingredient@72472a5e, net.minecraft.item.crafting.Ingredient@72472a5e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.bwm:aesthetic@9 new recipe: RecipeStage{tier='one', recipe=1xtile.bwm:aesthetic@9:[net.minecraftforge.oredict.OreIngredient@2371c451, net.minecraftforge.oredict.OreIngredient@2371c451, net.minecraftforge.oredict.OreIngredient@2371c451, net.minecraftforge.oredict.OreIngredient@2371c451, net.minecraftforge.oredict.OreIngredient@2371c451, net.minecraftforge.oredict.OreIngredient@2371c451, net.minecraftforge.oredict.OreIngredient@2371c451, net.minecraftforge.oredict.OreIngredient@2371c451, net.minecraftforge.oredict.OreIngredient@2371c451]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.bwm:vine_trap@0 new recipe: RecipeStage{tier='zero', recipe=1xtile.bwm:vine_trap@0:[net.minecraft.item.crafting.Ingredient@6aacf23c, net.minecraft.item.crafting.Ingredient@6aacf23c, net.minecraft.item.crafting.Ingredient@6aacf23c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.bwm:slats@5 new recipe: RecipeStage{tier='one', recipe=4xtile.bwm:slats@5:[type:MOULDING parent:[1xtile.wood@5], type:MOULDING parent:[1xtile.wood@5], type:MOULDING parent:[1xtile.wood@5], type:MOULDING parent:[1xtile.wood@5]]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.bwm:grate@3 new recipe: RecipeStage{tier='one', recipe=4xtile.bwm:grate@3:[type:MOULDING parent:[1xtile.wood@3], net.minecraftforge.oredict.OreIngredient@2ea4a5eb, type:MOULDING parent:[1xtile.wood@3], type:MOULDING parent:[1xtile.wood@3], net.minecraftforge.oredict.OreIngredient@2ea4a5eb, type:MOULDING parent:[1xtile.wood@3]]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.bwm:hand_crank@0 new recipe: RecipeStage{tier='zero', recipe=1xtile.bwm:hand_crank@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7cef55fe, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7cef55fe, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@319b82d8, net.minecraftforge.oredict.OreIngredient@dd65632, net.minecraftforge.oredict.OreIngredient@319b82d8]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.bwm:steel_gearbox@0 new recipe: RecipeStage{tier='three', recipe=1xtile.bwm:steel_gearbox@0:[net.minecraft.item.crafting.Ingredient@6af789c8, net.minecraftforge.oredict.OreIngredient@64ad74ef, net.minecraftforge.oredict.OreIngredient@6623922f, net.minecraftforge.oredict.OreIngredient@1922fcff, net.minecraftforge.oredict.OreIngredient@4fcd9fda]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.bwm:axle_generator@2 new recipe: RecipeStage{tier='one', recipe=1xitem.bwm:axle_generator@2:[net.minecraft.item.crafting.Ingredient@56be2e17, net.minecraft.item.crafting.Ingredient@56be2e17, net.minecraft.item.crafting.Ingredient@56be2e17, net.minecraft.item.crafting.Ingredient@56be2e17, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@56be2e17, net.minecraft.item.crafting.Ingredient@56be2e17, net.minecraft.item.crafting.Ingredient@56be2e17, net.minecraft.item.crafting.Ingredient@56be2e17]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.bwm:single_machine@2 new recipe: RecipeStage{tier='three', recipe=1xtile.bwm:single_machine@2:[type:SIDING parent:[1xtile.wood@0, 1xtile.wood@1, 1xtile.wood@2, 1xtile.wood@3, 1xtile.wood@4, 1xtile.wood@5, 1xtile.rustic.planks@0, 1xtile.rustic.planks@1, 1xtile.rustic.painted_wood_black@0, 1xtile.rustic.painted_wood_blue@0, 1xtile.rustic.painted_wood_brown@0, 1xtile.rustic.painted_wood_cyan@0, 1xtile.rustic.painted_wood_gray@0, 1xtile.rustic.painted_wood_green@0, 1xtile.rustic.painted_wood_light_blue@0, 1xtile.rustic.painted_wood_lime@0, 1xtile.rustic.painted_wood_magenta@0, 1xtile.rustic.painted_wood_orange@0, 1xtile.rustic.painted_wood_pink@0, 1xtile.rustic.painted_wood_purple@0, 1xtile.rustic.painted_wood_red@0, 1xtile.rustic.painted_wood_silver@0, 1xtile.rustic.painted_wood_white@0, 1xtile.rustic.painted_wood_yellow@0, 1xtile.chisel.planks-oak@0, 1xtile.chisel.planks-oak@1, 1xtile.chisel.planks-oak@2, 1xtile.chisel.planks-oak@3, 1xtile.chisel.planks-oak@4, 1xtile.chisel.planks-oak@5, 1xtile.chisel.planks-oak@6, 1xtile.chisel.planks-oak@7, 1xtile.chisel.planks-oak@8, 1xtile.chisel.planks-oak@9, 1xtile.chisel.planks-oak@10, 1xtile.chisel.planks-oak@11, 1xtile.chisel.planks-oak@12, 1xtile.chisel.planks-oak@13, 1xtile.chisel.planks-oak@14, 1xtile.chisel.planks-spruce@0, 1xtile.chisel.planks-spruce@1, 1xtile.chisel.planks-spruce@2, 1xtile.chisel.planks-spruce@3, 1xtile.chisel.planks-spruce@4, 1xtile.chisel.planks-spruce@5, 1xtile.chisel.planks-spruce@6, 1xtile.chisel.planks-spruce@7, 1xtile.chisel.planks-spruce@8, 1xtile.chisel.planks-spruce@9, 1xtile.chisel.planks-spruce@10, 1xtile.chisel.planks-spruce@11, 1xtile.chisel.planks-spruce@12, 1xtile.chisel.planks-spruce@13, 1xtile.chisel.planks-spruce@14, 1xtile.chisel.planks-birch@0, 1xtile.chisel.planks-birch@1, 1xtile.chisel.planks-birch@2, 1xtile.chisel.planks-birch@3, 1xtile.chisel.planks-birch@4, 1xtile.chisel.planks-birch@5, 1xtile.chisel.planks-birch@6, 1xtile.chisel.planks-birch@7, 1xtile.chisel.planks-birch@8, 1xtile.chisel.planks-birch@9, 1xtile.chisel.planks-birch@10, 1xtile.chisel.planks-birch@11, 1xtile.chisel.planks-birch@12, 1xtile.chisel.planks-birch@13, 1xtile.chisel.planks-birch@14, 1xtile.chisel.planks-jungle@0, 1xtile.chisel.planks-jungle@1, 1xtile.chisel.planks-jungle@2, 1xtile.chisel.planks-jungle@3, 1xtile.chisel.planks-jungle@4, 1xtile.chisel.planks-jungle@5, 1xtile.chisel.planks-jungle@6, 1xtile.chisel.planks-jungle@7, 1xtile.chisel.planks-jungle@8, 1xtile.chisel.planks-jungle@9, 1xtile.chisel.planks-jungle@10, 1xtile.chisel.planks-jungle@11, 1xtile.chisel.planks-jungle@12, 1xtile.chisel.planks-jungle@13, 1xtile.chisel.planks-jungle@14, 1xtile.chisel.planks-acacia@0, 1xtile.chisel.planks-acacia@1, 1xtile.chisel.planks-acacia@2, 1xtile.chisel.planks-acacia@3, 1xtile.chisel.planks-acacia@4, 1xtile.chisel.planks-acacia@5, 1xtile.chisel.planks-acacia@6, 1xtile.chisel.planks-acacia@7, 1xtile.chisel.planks-acacia@8, 1xtile.chisel.planks-acacia@9, 1xtile.chisel.planks-acacia@10, 1xtile.chisel.planks-acacia@11, 1xtile.chisel.planks-acacia@12, 1xtile.chisel.planks-acacia@13, 1xtile.chisel.planks-acacia@14, 1xtile.chisel.planks-dark-oak@0, 1xtile.chisel.planks-dark-oak@1, 1xtile.chisel.planks-dark-oak@2, 1xtile.chisel.planks-dark-oak@3, 1xtile.chisel.planks-dark-oak@4, 1xtile.chisel.planks-dark-oak@5, 1xtile.chisel.planks-dark-oak@6, 1xtile.chisel.planks-dark-oak@7, 1xtile.chisel.planks-dark-oak@8, 1xtile.chisel.planks-dark-oak@9, 1xtile.chisel.planks-dark-oak@10, 1xtile.chisel.planks-dark-oak@11, 1xtile.chisel.planks-dark-oak@12, 1xtile.chisel.planks-dark-oak@13, 1xtile.chisel.planks-dark-oak@14, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8, 1xtile.natura.nether_planks@0, 1xtile.natura.nether_planks@1, 1xtile.natura.nether_planks@2, 1xtile.natura.nether_planks@3, 1xtile.planks_sakura@0, 1xtile.planks_mulberry@0, 1xtile.blocks.integrateddynamics.menril_planks@0, 1xtile.primal.planks@0, 1xtile.primal.planks@1, 1xtile.primal.planks@2, 1xtile.primal.planks@3, 1xtile.dltplank@0, 1xtile.dreadplanks@0, 1xtile.thebetweenlands.weedwood_planks@0, 1xtile.thebetweenlands.rubber_tree_planks@0, 1xtile.thebetweenlands.giant_root_planks@0, 1xtile.thebetweenlands.hearthgrove_planks@0, 1xtile.thebetweenlands.nibbletwig_planks@0, 1xtile.twilightforest.TowerStone@0, 1xtile.twilightforest.TowerStone@1, 1xtile.twilightforest.TowerStone@2, 1xtile.twilightforest.TowerStone@3, 1xtile.twilightforest.TowerStone@4, 1xtile.totemic:cedar_plank@0, 1xtile.traverse:fir_planks@0, 1xtile.kepler22b_planks.0@0, 1xtile.primal.planks@0, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8], net.minecraft.item.crafting.Ingredient$1@7e2c8622, type:SIDING parent:[1xtile.wood@0, 1xtile.wood@1, 1xtile.wood@2, 1xtile.wood@3, 1xtile.wood@4, 1xtile.wood@5, 1xtile.rustic.planks@0, 1xtile.rustic.planks@1, 1xtile.rustic.painted_wood_black@0, 1xtile.rustic.painted_wood_blue@0, 1xtile.rustic.painted_wood_brown@0, 1xtile.rustic.painted_wood_cyan@0, 1xtile.rustic.painted_wood_gray@0, 1xtile.rustic.painted_wood_green@0, 1xtile.rustic.painted_wood_light_blue@0, 1xtile.rustic.painted_wood_lime@0, 1xtile.rustic.painted_wood_magenta@0, 1xtile.rustic.painted_wood_orange@0, 1xtile.rustic.painted_wood_pink@0, 1xtile.rustic.painted_wood_purple@0, 1xtile.rustic.painted_wood_red@0, 1xtile.rustic.painted_wood_silver@0, 1xtile.rustic.painted_wood_white@0, 1xtile.rustic.painted_wood_yellow@0, 1xtile.chisel.planks-oak@0, 1xtile.chisel.planks-oak@1, 1xtile.chisel.planks-oak@2, 1xtile.chisel.planks-oak@3, 1xtile.chisel.planks-oak@4, 1xtile.chisel.planks-oak@5, 1xtile.chisel.planks-oak@6, 1xtile.chisel.planks-oak@7, 1xtile.chisel.planks-oak@8, 1xtile.chisel.planks-oak@9, 1xtile.chisel.planks-oak@10, 1xtile.chisel.planks-oak@11, 1xtile.chisel.planks-oak@12, 1xtile.chisel.planks-oak@13, 1xtile.chisel.planks-oak@14, 1xtile.chisel.planks-spruce@0, 1xtile.chisel.planks-spruce@1, 1xtile.chisel.planks-spruce@2, 1xtile.chisel.planks-spruce@3, 1xtile.chisel.planks-spruce@4, 1xtile.chisel.planks-spruce@5, 1xtile.chisel.planks-spruce@6, 1xtile.chisel.planks-spruce@7, 1xtile.chisel.planks-spruce@8, 1xtile.chisel.planks-spruce@9, 1xtile.chisel.planks-spruce@10, 1xtile.chisel.planks-spruce@11, 1xtile.chisel.planks-spruce@12, 1xtile.chisel.planks-spruce@13, 1xtile.chisel.planks-spruce@14, 1xtile.chisel.planks-birch@0, 1xtile.chisel.planks-birch@1, 1xtile.chisel.planks-birch@2, 1xtile.chisel.planks-birch@3, 1xtile.chisel.planks-birch@4, 1xtile.chisel.planks-birch@5, 1xtile.chisel.planks-birch@6, 1xtile.chisel.planks-birch@7, 1xtile.chisel.planks-birch@8, 1xtile.chisel.planks-birch@9, 1xtile.chisel.planks-birch@10, 1xtile.chisel.planks-birch@11, 1xtile.chisel.planks-birch@12, 1xtile.chisel.planks-birch@13, 1xtile.chisel.planks-birch@14, 1xtile.chisel.planks-jungle@0, 1xtile.chisel.planks-jungle@1, 1xtile.chisel.planks-jungle@2, 1xtile.chisel.planks-jungle@3, 1xtile.chisel.planks-jungle@4, 1xtile.chisel.planks-jungle@5, 1xtile.chisel.planks-jungle@6, 1xtile.chisel.planks-jungle@7, 1xtile.chisel.planks-jungle@8, 1xtile.chisel.planks-jungle@9, 1xtile.chisel.planks-jungle@10, 1xtile.chisel.planks-jungle@11, 1xtile.chisel.planks-jungle@12, 1xtile.chisel.planks-jungle@13, 1xtile.chisel.planks-jungle@14, 1xtile.chisel.planks-acacia@0, 1xtile.chisel.planks-acacia@1, 1xtile.chisel.planks-acacia@2, 1xtile.chisel.planks-acacia@3, 1xtile.chisel.planks-acacia@4, 1xtile.chisel.planks-acacia@5, 1xtile.chisel.planks-acacia@6, 1xtile.chisel.planks-acacia@7, 1xtile.chisel.planks-acacia@8, 1xtile.chisel.planks-acacia@9, 1xtile.chisel.planks-acacia@10, 1xtile.chisel.planks-acacia@11, 1xtile.chisel.planks-acacia@12, 1xtile.chisel.planks-acacia@13, 1xtile.chisel.planks-acacia@14, 1xtile.chisel.planks-dark-oak@0, 1xtile.chisel.planks-dark-oak@1, 1xtile.chisel.planks-dark-oak@2, 1xtile.chisel.planks-dark-oak@3, 1xtile.chisel.planks-dark-oak@4, 1xtile.chisel.planks-dark-oak@5, 1xtile.chisel.planks-dark-oak@6, 1xtile.chisel.planks-dark-oak@7, 1xtile.chisel.planks-dark-oak@8, 1xtile.chisel.planks-dark-oak@9, 1xtile.chisel.planks-dark-oak@10, 1xtile.chisel.planks-dark-oak@11, 1xtile.chisel.planks-dark-oak@12, 1xtile.chisel.planks-dark-oak@13, 1xtile.chisel.planks-dark-oak@14, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8, 1xtile.natura.nether_planks@0, 1xtile.natura.nether_planks@1, 1xtile.natura.nether_planks@2, 1xtile.natura.nether_planks@3, 1xtile.planks_sakura@0, 1xtile.planks_mulberry@0, 1xtile.blocks.integrateddynamics.menril_planks@0, 1xtile.primal.planks@0, 1xtile.primal.planks@1, 1xtile.primal.planks@2, 1xtile.primal.planks@3, 1xtile.dltplank@0, 1xtile.dreadplanks@0, 1xtile.thebetweenlands.weedwood_planks@0, 1xtile.thebetweenlands.rubber_tree_planks@0, 1xtile.thebetweenlands.giant_root_planks@0, 1xtile.thebetweenlands.hearthgrove_planks@0, 1xtile.thebetweenlands.nibbletwig_planks@0, 1xtile.twilightforest.TowerStone@0, 1xtile.twilightforest.TowerStone@1, 1xtile.twilightforest.TowerStone@2, 1xtile.twilightforest.TowerStone@3, 1xtile.twilightforest.TowerStone@4, 1xtile.totemic:cedar_plank@0, 1xtile.traverse:fir_planks@0, 1xtile.kepler22b_planks.0@0, 1xtile.primal.planks@0, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8], net.minecraftforge.oredict.OreIngredient@f1b632a, net.minecraft.item.crafting.Ingredient@14673337, net.minecraftforge.oredict.OreIngredient@f1b632a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, type:CORNER parent:[1xtile.wood@0, 1xtile.wood@1, 1xtile.wood@2, 1xtile.wood@3, 1xtile.wood@4, 1xtile.wood@5, 1xtile.rustic.planks@0, 1xtile.rustic.planks@1, 1xtile.rustic.painted_wood_black@0, 1xtile.rustic.painted_wood_blue@0, 1xtile.rustic.painted_wood_brown@0, 1xtile.rustic.painted_wood_cyan@0, 1xtile.rustic.painted_wood_gray@0, 1xtile.rustic.painted_wood_green@0, 1xtile.rustic.painted_wood_light_blue@0, 1xtile.rustic.painted_wood_lime@0, 1xtile.rustic.painted_wood_magenta@0, 1xtile.rustic.painted_wood_orange@0, 1xtile.rustic.painted_wood_pink@0, 1xtile.rustic.painted_wood_purple@0, 1xtile.rustic.painted_wood_red@0, 1xtile.rustic.painted_wood_silver@0, 1xtile.rustic.painted_wood_white@0, 1xtile.rustic.painted_wood_yellow@0, 1xtile.chisel.planks-oak@0, 1xtile.chisel.planks-oak@1, 1xtile.chisel.planks-oak@2, 1xtile.chisel.planks-oak@3, 1xtile.chisel.planks-oak@4, 1xtile.chisel.planks-oak@5, 1xtile.chisel.planks-oak@6, 1xtile.chisel.planks-oak@7, 1xtile.chisel.planks-oak@8, 1xtile.chisel.planks-oak@9, 1xtile.chisel.planks-oak@10, 1xtile.chisel.planks-oak@11, 1xtile.chisel.planks-oak@12, 1xtile.chisel.planks-oak@13, 1xtile.chisel.planks-oak@14, 1xtile.chisel.planks-spruce@0, 1xtile.chisel.planks-spruce@1, 1xtile.chisel.planks-spruce@2, 1xtile.chisel.planks-spruce@3, 1xtile.chisel.planks-spruce@4, 1xtile.chisel.planks-spruce@5, 1xtile.chisel.planks-spruce@6, 1xtile.chisel.planks-spruce@7, 1xtile.chisel.planks-spruce@8, 1xtile.chisel.planks-spruce@9, 1xtile.chisel.planks-spruce@10, 1xtile.chisel.planks-spruce@11, 1xtile.chisel.planks-spruce@12, 1xtile.chisel.planks-spruce@13, 1xtile.chisel.planks-spruce@14, 1xtile.chisel.planks-birch@0, 1xtile.chisel.planks-birch@1, 1xtile.chisel.planks-birch@2, 1xtile.chisel.planks-birch@3, 1xtile.chisel.planks-birch@4, 1xtile.chisel.planks-birch@5, 1xtile.chisel.planks-birch@6, 1xtile.chisel.planks-birch@7, 1xtile.chisel.planks-birch@8, 1xtile.chisel.planks-birch@9, 1xtile.chisel.planks-birch@10, 1xtile.chisel.planks-birch@11, 1xtile.chisel.planks-birch@12, 1xtile.chisel.planks-birch@13, 1xtile.chisel.planks-birch@14, 1xtile.chisel.planks-jungle@0, 1xtile.chisel.planks-jungle@1, 1xtile.chisel.planks-jungle@2, 1xtile.chisel.planks-jungle@3, 1xtile.chisel.planks-jungle@4, 1xtile.chisel.planks-jungle@5, 1xtile.chisel.planks-jungle@6, 1xtile.chisel.planks-jungle@7, 1xtile.chisel.planks-jungle@8, 1xtile.chisel.planks-jungle@9, 1xtile.chisel.planks-jungle@10, 1xtile.chisel.planks-jungle@11, 1xtile.chisel.planks-jungle@12, 1xtile.chisel.planks-jungle@13, 1xtile.chisel.planks-jungle@14, 1xtile.chisel.planks-acacia@0, 1xtile.chisel.planks-acacia@1, 1xtile.chisel.planks-acacia@2, 1xtile.chisel.planks-acacia@3, 1xtile.chisel.planks-acacia@4, 1xtile.chisel.planks-acacia@5, 1xtile.chisel.planks-acacia@6, 1xtile.chisel.planks-acacia@7, 1xtile.chisel.planks-acacia@8, 1xtile.chisel.planks-acacia@9, 1xtile.chisel.planks-acacia@10, 1xtile.chisel.planks-acacia@11, 1xtile.chisel.planks-acacia@12, 1xtile.chisel.planks-acacia@13, 1xtile.chisel.planks-acacia@14, 1xtile.chisel.planks-dark-oak@0, 1xtile.chisel.planks-dark-oak@1, 1xtile.chisel.planks-dark-oak@2, 1xtile.chisel.planks-dark-oak@3, 1xtile.chisel.planks-dark-oak@4, 1xtile.chisel.planks-dark-oak@5, 1xtile.chisel.planks-dark-oak@6, 1xtile.chisel.planks-dark-oak@7, 1xtile.chisel.planks-dark-oak@8, 1xtile.chisel.planks-dark-oak@9, 1xtile.chisel.planks-dark-oak@10, 1xtile.chisel.planks-dark-oak@11, 1xtile.chisel.planks-dark-oak@12, 1xtile.chisel.planks-dark-oak@13, 1xtile.chisel.planks-dark-oak@14, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8, 1xtile.natura.nether_planks@0, 1xtile.natura.nether_planks@1, 1xtile.natura.nether_planks@2, 1xtile.natura.nether_planks@3, 1xtile.planks_sakura@0, 1xtile.planks_mulberry@0, 1xtile.blocks.integrateddynamics.menril_planks@0, 1xtile.primal.planks@0, 1xtile.primal.planks@1, 1xtile.primal.planks@2, 1xtile.primal.planks@3, 1xtile.dltplank@0, 1xtile.dreadplanks@0, 1xtile.thebetweenlands.weedwood_planks@0, 1xtile.thebetweenlands.rubber_tree_planks@0, 1xtile.thebetweenlands.giant_root_planks@0, 1xtile.thebetweenlands.hearthgrove_planks@0, 1xtile.thebetweenlands.nibbletwig_planks@0, 1xtile.twilightforest.TowerStone@0, 1xtile.twilightforest.TowerStone@1, 1xtile.twilightforest.TowerStone@2, 1xtile.twilightforest.TowerStone@3, 1xtile.twilightforest.TowerStone@4, 1xtile.totemic:cedar_plank@0, 1xtile.traverse:fir_planks@0, 1xtile.kepler22b_planks.0@0, 1xtile.primal.planks@0, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8], net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.bwm:axle_generator@0 new recipe: RecipeStage{tier='one', recipe=1xitem.bwm:axle_generator@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@762dc44d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@762dc44d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@762dc44d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@762dc44d, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.bwm:screw_pump@0 new recipe: RecipeStage{tier='one', recipe=1xtile.bwm:screw_pump@0:[net.minecraftforge.oredict.OreIngredient@3ed18e5e, net.minecraft.item.crafting.Ingredient@3196d756, net.minecraftforge.oredict.OreIngredient@3ed18e5e, type:SIDING parent:[1xtile.wood@0, 1xtile.wood@1, 1xtile.wood@2, 1xtile.wood@3, 1xtile.wood@4, 1xtile.wood@5, 1xtile.rustic.planks@0, 1xtile.rustic.planks@1, 1xtile.rustic.painted_wood_black@0, 1xtile.rustic.painted_wood_blue@0, 1xtile.rustic.painted_wood_brown@0, 1xtile.rustic.painted_wood_cyan@0, 1xtile.rustic.painted_wood_gray@0, 1xtile.rustic.painted_wood_green@0, 1xtile.rustic.painted_wood_light_blue@0, 1xtile.rustic.painted_wood_lime@0, 1xtile.rustic.painted_wood_magenta@0, 1xtile.rustic.painted_wood_orange@0, 1xtile.rustic.painted_wood_pink@0, 1xtile.rustic.painted_wood_purple@0, 1xtile.rustic.painted_wood_red@0, 1xtile.rustic.painted_wood_silver@0, 1xtile.rustic.painted_wood_white@0, 1xtile.rustic.painted_wood_yellow@0, 1xtile.chisel.planks-oak@0, 1xtile.chisel.planks-oak@1, 1xtile.chisel.planks-oak@2, 1xtile.chisel.planks-oak@3, 1xtile.chisel.planks-oak@4, 1xtile.chisel.planks-oak@5, 1xtile.chisel.planks-oak@6, 1xtile.chisel.planks-oak@7, 1xtile.chisel.planks-oak@8, 1xtile.chisel.planks-oak@9, 1xtile.chisel.planks-oak@10, 1xtile.chisel.planks-oak@11, 1xtile.chisel.planks-oak@12, 1xtile.chisel.planks-oak@13, 1xtile.chisel.planks-oak@14, 1xtile.chisel.planks-spruce@0, 1xtile.chisel.planks-spruce@1, 1xtile.chisel.planks-spruce@2, 1xtile.chisel.planks-spruce@3, 1xtile.chisel.planks-spruce@4, 1xtile.chisel.planks-spruce@5, 1xtile.chisel.planks-spruce@6, 1xtile.chisel.planks-spruce@7, 1xtile.chisel.planks-spruce@8, 1xtile.chisel.planks-spruce@9, 1xtile.chisel.planks-spruce@10, 1xtile.chisel.planks-spruce@11, 1xtile.chisel.planks-spruce@12, 1xtile.chisel.planks-spruce@13, 1xtile.chisel.planks-spruce@14, 1xtile.chisel.planks-birch@0, 1xtile.chisel.planks-birch@1, 1xtile.chisel.planks-birch@2, 1xtile.chisel.planks-birch@3, 1xtile.chisel.planks-birch@4, 1xtile.chisel.planks-birch@5, 1xtile.chisel.planks-birch@6, 1xtile.chisel.planks-birch@7, 1xtile.chisel.planks-birch@8, 1xtile.chisel.planks-birch@9, 1xtile.chisel.planks-birch@10, 1xtile.chisel.planks-birch@11, 1xtile.chisel.planks-birch@12, 1xtile.chisel.planks-birch@13, 1xtile.chisel.planks-birch@14, 1xtile.chisel.planks-jungle@0, 1xtile.chisel.planks-jungle@1, 1xtile.chisel.planks-jungle@2, 1xtile.chisel.planks-jungle@3, 1xtile.chisel.planks-jungle@4, 1xtile.chisel.planks-jungle@5, 1xtile.chisel.planks-jungle@6, 1xtile.chisel.planks-jungle@7, 1xtile.chisel.planks-jungle@8, 1xtile.chisel.planks-jungle@9, 1xtile.chisel.planks-jungle@10, 1xtile.chisel.planks-jungle@11, 1xtile.chisel.planks-jungle@12, 1xtile.chisel.planks-jungle@13, 1xtile.chisel.planks-jungle@14, 1xtile.chisel.planks-acacia@0, 1xtile.chisel.planks-acacia@1, 1xtile.chisel.planks-acacia@2, 1xtile.chisel.planks-acacia@3, 1xtile.chisel.planks-acacia@4, 1xtile.chisel.planks-acacia@5, 1xtile.chisel.planks-acacia@6, 1xtile.chisel.planks-acacia@7, 1xtile.chisel.planks-acacia@8, 1xtile.chisel.planks-acacia@9, 1xtile.chisel.planks-acacia@10, 1xtile.chisel.planks-acacia@11, 1xtile.chisel.planks-acacia@12, 1xtile.chisel.planks-acacia@13, 1xtile.chisel.planks-acacia@14, 1xtile.chisel.planks-dark-oak@0, 1xtile.chisel.planks-dark-oak@1, 1xtile.chisel.planks-dark-oak@2, 1xtile.chisel.planks-dark-oak@3, 1xtile.chisel.planks-dark-oak@4, 1xtile.chisel.planks-dark-oak@5, 1xtile.chisel.planks-dark-oak@6, 1xtile.chisel.planks-dark-oak@7, 1xtile.chisel.planks-dark-oak@8, 1xtile.chisel.planks-dark-oak@9, 1xtile.chisel.planks-dark-oak@10, 1xtile.chisel.planks-dark-oak@11, 1xtile.chisel.planks-dark-oak@12, 1xtile.chisel.planks-dark-oak@13, 1xtile.chisel.planks-dark-oak@14, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8, 1xtile.natura.nether_planks@0, 1xtile.natura.nether_planks@1, 1xtile.natura.nether_planks@2, 1xtile.natura.nether_planks@3, 1xtile.planks_sakura@0, 1xtile.planks_mulberry@0, 1xtile.blocks.integrateddynamics.menril_planks@0, 1xtile.primal.planks@0, 1xtile.primal.planks@1, 1xtile.primal.planks@2, 1xtile.primal.planks@3, 1xtile.dltplank@0, 1xtile.dreadplanks@0, 1xtile.thebetweenlands.weedwood_planks@0, 1xtile.thebetweenlands.rubber_tree_planks@0, 1xtile.thebetweenlands.giant_root_planks@0, 1xtile.thebetweenlands.hearthgrove_planks@0, 1xtile.thebetweenlands.nibbletwig_planks@0, 1xtile.twilightforest.TowerStone@0, 1xtile.twilightforest.TowerStone@1, 1xtile.twilightforest.TowerStone@2, 1xtile.twilightforest.TowerStone@3, 1xtile.twilightforest.TowerStone@4, 1xtile.totemic:cedar_plank@0, 1xtile.traverse:fir_planks@0, 1xtile.kepler22b_planks.0@0, 1xtile.primal.planks@0, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8], net.minecraftforge.oredict.OreIngredient@2b63b70f, type:SIDING parent:[1xtile.wood@0, 1xtile.wood@1, 1xtile.wood@2, 1xtile.wood@3, 1xtile.wood@4, 1xtile.wood@5, 1xtile.rustic.planks@0, 1xtile.rustic.planks@1, 1xtile.rustic.painted_wood_black@0, 1xtile.rustic.painted_wood_blue@0, 1xtile.rustic.painted_wood_brown@0, 1xtile.rustic.painted_wood_cyan@0, 1xtile.rustic.painted_wood_gray@0, 1xtile.rustic.painted_wood_green@0, 1xtile.rustic.painted_wood_light_blue@0, 1xtile.rustic.painted_wood_lime@0, 1xtile.rustic.painted_wood_magenta@0, 1xtile.rustic.painted_wood_orange@0, 1xtile.rustic.painted_wood_pink@0, 1xtile.rustic.painted_wood_purple@0, 1xtile.rustic.painted_wood_red@0, 1xtile.rustic.painted_wood_silver@0, 1xtile.rustic.painted_wood_white@0, 1xtile.rustic.painted_wood_yellow@0, 1xtile.chisel.planks-oak@0, 1xtile.chisel.planks-oak@1, 1xtile.chisel.planks-oak@2, 1xtile.chisel.planks-oak@3, 1xtile.chisel.planks-oak@4, 1xtile.chisel.planks-oak@5, 1xtile.chisel.planks-oak@6, 1xtile.chisel.planks-oak@7, 1xtile.chisel.planks-oak@8, 1xtile.chisel.planks-oak@9, 1xtile.chisel.planks-oak@10, 1xtile.chisel.planks-oak@11, 1xtile.chisel.planks-oak@12, 1xtile.chisel.planks-oak@13, 1xtile.chisel.planks-oak@14, 1xtile.chisel.planks-spruce@0, 1xtile.chisel.planks-spruce@1, 1xtile.chisel.planks-spruce@2, 1xtile.chisel.planks-spruce@3, 1xtile.chisel.planks-spruce@4, 1xtile.chisel.planks-spruce@5, 1xtile.chisel.planks-spruce@6, 1xtile.chisel.planks-spruce@7, 1xtile.chisel.planks-spruce@8, 1xtile.chisel.planks-spruce@9, 1xtile.chisel.planks-spruce@10, 1xtile.chisel.planks-spruce@11, 1xtile.chisel.planks-spruce@12, 1xtile.chisel.planks-spruce@13, 1xtile.chisel.planks-spruce@14, 1xtile.chisel.planks-birch@0, 1xtile.chisel.planks-birch@1, 1xtile.chisel.planks-birch@2, 1xtile.chisel.planks-birch@3, 1xtile.chisel.planks-birch@4, 1xtile.chisel.planks-birch@5, 1xtile.chisel.planks-birch@6, 1xtile.chisel.planks-birch@7, 1xtile.chisel.planks-birch@8, 1xtile.chisel.planks-birch@9, 1xtile.chisel.planks-birch@10, 1xtile.chisel.planks-birch@11, 1xtile.chisel.planks-birch@12, 1xtile.chisel.planks-birch@13, 1xtile.chisel.planks-birch@14, 1xtile.chisel.planks-jungle@0, 1xtile.chisel.planks-jungle@1, 1xtile.chisel.planks-jungle@2, 1xtile.chisel.planks-jungle@3, 1xtile.chisel.planks-jungle@4, 1xtile.chisel.planks-jungle@5, 1xtile.chisel.planks-jungle@6, 1xtile.chisel.planks-jungle@7, 1xtile.chisel.planks-jungle@8, 1xtile.chisel.planks-jungle@9, 1xtile.chisel.planks-jungle@10, 1xtile.chisel.planks-jungle@11, 1xtile.chisel.planks-jungle@12, 1xtile.chisel.planks-jungle@13, 1xtile.chisel.planks-jungle@14, 1xtile.chisel.planks-acacia@0, 1xtile.chisel.planks-acacia@1, 1xtile.chisel.planks-acacia@2, 1xtile.chisel.planks-acacia@3, 1xtile.chisel.planks-acacia@4, 1xtile.chisel.planks-acacia@5, 1xtile.chisel.planks-acacia@6, 1xtile.chisel.planks-acacia@7, 1xtile.chisel.planks-acacia@8, 1xtile.chisel.planks-acacia@9, 1xtile.chisel.planks-acacia@10, 1xtile.chisel.planks-acacia@11, 1xtile.chisel.planks-acacia@12, 1xtile.chisel.planks-acacia@13, 1xtile.chisel.planks-acacia@14, 1xtile.chisel.planks-dark-oak@0, 1xtile.chisel.planks-dark-oak@1, 1xtile.chisel.planks-dark-oak@2, 1xtile.chisel.planks-dark-oak@3, 1xtile.chisel.planks-dark-oak@4, 1xtile.chisel.planks-dark-oak@5, 1xtile.chisel.planks-dark-oak@6, 1xtile.chisel.planks-dark-oak@7, 1xtile.chisel.planks-dark-oak@8, 1xtile.chisel.planks-dark-oak@9, 1xtile.chisel.planks-dark-oak@10, 1xtile.chisel.planks-dark-oak@11, 1xtile.chisel.planks-dark-oak@12, 1xtile.chisel.planks-dark-oak@13, 1xtile.chisel.planks-dark-oak@14, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8, 1xtile.natura.nether_planks@0, 1xtile.natura.nether_planks@1, 1xtile.natura.nether_planks@2, 1xtile.natura.nether_planks@3, 1xtile.planks_sakura@0, 1xtile.planks_mulberry@0, 1xtile.blocks.integrateddynamics.menril_planks@0, 1xtile.primal.planks@0, 1xtile.primal.planks@1, 1xtile.primal.planks@2, 1xtile.primal.planks@3, 1xtile.dltplank@0, 1xtile.dreadplanks@0, 1xtile.thebetweenlands.weedwood_planks@0, 1xtile.thebetweenlands.rubber_tree_planks@0, 1xtile.thebetweenlands.giant_root_planks@0, 1xtile.thebetweenlands.hearthgrove_planks@0, 1xtile.thebetweenlands.nibbletwig_planks@0, 1xtile.twilightforest.TowerStone@0, 1xtile.twilightforest.TowerStone@1, 1xtile.twilightforest.TowerStone@2, 1xtile.twilightforest.TowerStone@3, 1xtile.twilightforest.TowerStone@4, 1xtile.totemic:cedar_plank@0, 1xtile.traverse:fir_planks@0, 1xtile.kepler22b_planks.0@0, 1xtile.primal.planks@0, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8], type:SIDING parent:[1xtile.wood@0, 1xtile.wood@1, 1xtile.wood@2, 1xtile.wood@3, 1xtile.wood@4, 1xtile.wood@5, 1xtile.rustic.planks@0, 1xtile.rustic.planks@1, 1xtile.rustic.painted_wood_black@0, 1xtile.rustic.painted_wood_blue@0, 1xtile.rustic.painted_wood_brown@0, 1xtile.rustic.painted_wood_cyan@0, 1xtile.rustic.painted_wood_gray@0, 1xtile.rustic.painted_wood_green@0, 1xtile.rustic.painted_wood_light_blue@0, 1xtile.rustic.painted_wood_lime@0, 1xtile.rustic.painted_wood_magenta@0, 1xtile.rustic.painted_wood_orange@0, 1xtile.rustic.painted_wood_pink@0, 1xtile.rustic.painted_wood_purple@0, 1xtile.rustic.painted_wood_red@0, 1xtile.rustic.painted_wood_silver@0, 1xtile.rustic.painted_wood_white@0, 1xtile.rustic.painted_wood_yellow@0, 1xtile.chisel.planks-oak@0, 1xtile.chisel.planks-oak@1, 1xtile.chisel.planks-oak@2, 1xtile.chisel.planks-oak@3, 1xtile.chisel.planks-oak@4, 1xtile.chisel.planks-oak@5, 1xtile.chisel.planks-oak@6, 1xtile.chisel.planks-oak@7, 1xtile.chisel.planks-oak@8, 1xtile.chisel.planks-oak@9, 1xtile.chisel.planks-oak@10, 1xtile.chisel.planks-oak@11, 1xtile.chisel.planks-oak@12, 1xtile.chisel.planks-oak@13, 1xtile.chisel.planks-oak@14, 1xtile.chisel.planks-spruce@0, 1xtile.chisel.planks-spruce@1, 1xtile.chisel.planks-spruce@2, 1xtile.chisel.planks-spruce@3, 1xtile.chisel.planks-spruce@4, 1xtile.chisel.planks-spruce@5, 1xtile.chisel.planks-spruce@6, 1xtile.chisel.planks-spruce@7, 1xtile.chisel.planks-spruce@8, 1xtile.chisel.planks-spruce@9, 1xtile.chisel.planks-spruce@10, 1xtile.chisel.planks-spruce@11, 1xtile.chisel.planks-spruce@12, 1xtile.chisel.planks-spruce@13, 1xtile.chisel.planks-spruce@14, 1xtile.chisel.planks-birch@0, 1xtile.chisel.planks-birch@1, 1xtile.chisel.planks-birch@2, 1xtile.chisel.planks-birch@3, 1xtile.chisel.planks-birch@4, 1xtile.chisel.planks-birch@5, 1xtile.chisel.planks-birch@6, 1xtile.chisel.planks-birch@7, 1xtile.chisel.planks-birch@8, 1xtile.chisel.planks-birch@9, 1xtile.chisel.planks-birch@10, 1xtile.chisel.planks-birch@11, 1xtile.chisel.planks-birch@12, 1xtile.chisel.planks-birch@13, 1xtile.chisel.planks-birch@14, 1xtile.chisel.planks-jungle@0, 1xtile.chisel.planks-jungle@1, 1xtile.chisel.planks-jungle@2, 1xtile.chisel.planks-jungle@3, 1xtile.chisel.planks-jungle@4, 1xtile.chisel.planks-jungle@5, 1xtile.chisel.planks-jungle@6, 1xtile.chisel.planks-jungle@7, 1xtile.chisel.planks-jungle@8, 1xtile.chisel.planks-jungle@9, 1xtile.chisel.planks-jungle@10, 1xtile.chisel.planks-jungle@11, 1xtile.chisel.planks-jungle@12, 1xtile.chisel.planks-jungle@13, 1xtile.chisel.planks-jungle@14, 1xtile.chisel.planks-acacia@0, 1xtile.chisel.planks-acacia@1, 1xtile.chisel.planks-acacia@2, 1xtile.chisel.planks-acacia@3, 1xtile.chisel.planks-acacia@4, 1xtile.chisel.planks-acacia@5, 1xtile.chisel.planks-acacia@6, 1xtile.chisel.planks-acacia@7, 1xtile.chisel.planks-acacia@8, 1xtile.chisel.planks-acacia@9, 1xtile.chisel.planks-acacia@10, 1xtile.chisel.planks-acacia@11, 1xtile.chisel.planks-acacia@12, 1xtile.chisel.planks-acacia@13, 1xtile.chisel.planks-acacia@14, 1xtile.chisel.planks-dark-oak@0, 1xtile.chisel.planks-dark-oak@1, 1xtile.chisel.planks-dark-oak@2, 1xtile.chisel.planks-dark-oak@3, 1xtile.chisel.planks-dark-oak@4, 1xtile.chisel.planks-dark-oak@5, 1xtile.chisel.planks-dark-oak@6, 1xtile.chisel.planks-dark-oak@7, 1xtile.chisel.planks-dark-oak@8, 1xtile.chisel.planks-dark-oak@9, 1xtile.chisel.planks-dark-oak@10, 1xtile.chisel.planks-dark-oak@11, 1xtile.chisel.planks-dark-oak@12, 1xtile.chisel.planks-dark-oak@13, 1xtile.chisel.planks-dark-oak@14, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8, 1xtile.natura.nether_planks@0, 1xtile.natura.nether_planks@1, 1xtile.natura.nether_planks@2, 1xtile.natura.nether_planks@3, 1xtile.planks_sakura@0, 1xtile.planks_mulberry@0, 1xtile.blocks.integrateddynamics.menril_planks@0, 1xtile.primal.planks@0, 1xtile.primal.planks@1, 1xtile.primal.planks@2, 1xtile.primal.planks@3, 1xtile.dltplank@0, 1xtile.dreadplanks@0, 1xtile.thebetweenlands.weedwood_planks@0, 1xtile.thebetweenlands.rubber_tree_planks@0, 1xtile.thebetweenlands.giant_root_planks@0, 1xtile.thebetweenlands.hearthgrove_planks@0, 1xtile.thebetweenlands.nibbletwig_planks@0, 1xtile.twilightforest.TowerStone@0, 1xtile.twilightforest.TowerStone@1, 1xtile.twilightforest.TowerStone@2, 1xtile.twilightforest.TowerStone@3, 1xtile.twilightforest.TowerStone@4, 1xtile.totemic:cedar_plank@0, 1xtile.traverse:fir_planks@0, 1xtile.kepler22b_planks.0@0, 1xtile.primal.planks@0, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8], net.minecraftforge.oredict.OreIngredient@13567b, type:SIDING parent:[1xtile.wood@0, 1xtile.wood@1, 1xtile.wood@2, 1xtile.wood@3, 1xtile.wood@4, 1xtile.wood@5, 1xtile.rustic.planks@0, 1xtile.rustic.planks@1, 1xtile.rustic.painted_wood_black@0, 1xtile.rustic.painted_wood_blue@0, 1xtile.rustic.painted_wood_brown@0, 1xtile.rustic.painted_wood_cyan@0, 1xtile.rustic.painted_wood_gray@0, 1xtile.rustic.painted_wood_green@0, 1xtile.rustic.painted_wood_light_blue@0, 1xtile.rustic.painted_wood_lime@0, 1xtile.rustic.painted_wood_magenta@0, 1xtile.rustic.painted_wood_orange@0, 1xtile.rustic.painted_wood_pink@0, 1xtile.rustic.painted_wood_purple@0, 1xtile.rustic.painted_wood_red@0, 1xtile.rustic.painted_wood_silver@0, 1xtile.rustic.painted_wood_white@0, 1xtile.rustic.painted_wood_yellow@0, 1xtile.chisel.planks-oak@0, 1xtile.chisel.planks-oak@1, 1xtile.chisel.planks-oak@2, 1xtile.chisel.planks-oak@3, 1xtile.chisel.planks-oak@4, 1xtile.chisel.planks-oak@5, 1xtile.chisel.planks-oak@6, 1xtile.chisel.planks-oak@7, 1xtile.chisel.planks-oak@8, 1xtile.chisel.planks-oak@9, 1xtile.chisel.planks-oak@10, 1xtile.chisel.planks-oak@11, 1xtile.chisel.planks-oak@12, 1xtile.chisel.planks-oak@13, 1xtile.chisel.planks-oak@14, 1xtile.chisel.planks-spruce@0, 1xtile.chisel.planks-spruce@1, 1xtile.chisel.planks-spruce@2, 1xtile.chisel.planks-spruce@3, 1xtile.chisel.planks-spruce@4, 1xtile.chisel.planks-spruce@5, 1xtile.chisel.planks-spruce@6, 1xtile.chisel.planks-spruce@7, 1xtile.chisel.planks-spruce@8, 1xtile.chisel.planks-spruce@9, 1xtile.chisel.planks-spruce@10, 1xtile.chisel.planks-spruce@11, 1xtile.chisel.planks-spruce@12, 1xtile.chisel.planks-spruce@13, 1xtile.chisel.planks-spruce@14, 1xtile.chisel.planks-birch@0, 1xtile.chisel.planks-birch@1, 1xtile.chisel.planks-birch@2, 1xtile.chisel.planks-birch@3, 1xtile.chisel.planks-birch@4, 1xtile.chisel.planks-birch@5, 1xtile.chisel.planks-birch@6, 1xtile.chisel.planks-birch@7, 1xtile.chisel.planks-birch@8, 1xtile.chisel.planks-birch@9, 1xtile.chisel.planks-birch@10, 1xtile.chisel.planks-birch@11, 1xtile.chisel.planks-birch@12, 1xtile.chisel.planks-birch@13, 1xtile.chisel.planks-birch@14, 1xtile.chisel.planks-jungle@0, 1xtile.chisel.planks-jungle@1, 1xtile.chisel.planks-jungle@2, 1xtile.chisel.planks-jungle@3, 1xtile.chisel.planks-jungle@4, 1xtile.chisel.planks-jungle@5, 1xtile.chisel.planks-jungle@6, 1xtile.chisel.planks-jungle@7, 1xtile.chisel.planks-jungle@8, 1xtile.chisel.planks-jungle@9, 1xtile.chisel.planks-jungle@10, 1xtile.chisel.planks-jungle@11, 1xtile.chisel.planks-jungle@12, 1xtile.chisel.planks-jungle@13, 1xtile.chisel.planks-jungle@14, 1xtile.chisel.planks-acacia@0, 1xtile.chisel.planks-acacia@1, 1xtile.chisel.planks-acacia@2, 1xtile.chisel.planks-acacia@3, 1xtile.chisel.planks-acacia@4, 1xtile.chisel.planks-acacia@5, 1xtile.chisel.planks-acacia@6, 1xtile.chisel.planks-acacia@7, 1xtile.chisel.planks-acacia@8, 1xtile.chisel.planks-acacia@9, 1xtile.chisel.planks-acacia@10, 1xtile.chisel.planks-acacia@11, 1xtile.chisel.planks-acacia@12, 1xtile.chisel.planks-acacia@13, 1xtile.chisel.planks-acacia@14, 1xtile.chisel.planks-dark-oak@0, 1xtile.chisel.planks-dark-oak@1, 1xtile.chisel.planks-dark-oak@2, 1xtile.chisel.planks-dark-oak@3, 1xtile.chisel.planks-dark-oak@4, 1xtile.chisel.planks-dark-oak@5, 1xtile.chisel.planks-dark-oak@6, 1xtile.chisel.planks-dark-oak@7, 1xtile.chisel.planks-dark-oak@8, 1xtile.chisel.planks-dark-oak@9, 1xtile.chisel.planks-dark-oak@10, 1xtile.chisel.planks-dark-oak@11, 1xtile.chisel.planks-dark-oak@12, 1xtile.chisel.planks-dark-oak@13, 1xtile.chisel.planks-dark-oak@14, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8, 1xtile.natura.nether_planks@0, 1xtile.natura.nether_planks@1, 1xtile.natura.nether_planks@2, 1xtile.natura.nether_planks@3, 1xtile.planks_sakura@0, 1xtile.planks_mulberry@0, 1xtile.blocks.integrateddynamics.menril_planks@0, 1xtile.primal.planks@0, 1xtile.primal.planks@1, 1xtile.primal.planks@2, 1xtile.primal.planks@3, 1xtile.dltplank@0, 1xtile.dreadplanks@0, 1xtile.thebetweenlands.weedwood_planks@0, 1xtile.thebetweenlands.rubber_tree_planks@0, 1xtile.thebetweenlands.giant_root_planks@0, 1xtile.thebetweenlands.hearthgrove_planks@0, 1xtile.thebetweenlands.nibbletwig_planks@0, 1xtile.twilightforest.TowerStone@0, 1xtile.twilightforest.TowerStone@1, 1xtile.twilightforest.TowerStone@2, 1xtile.twilightforest.TowerStone@3, 1xtile.twilightforest.TowerStone@4, 1xtile.totemic:cedar_plank@0, 1xtile.traverse:fir_planks@0, 1xtile.kepler22b_planks.0@0, 1xtile.primal.planks@0, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8]]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.bwm:bellows@1 new recipe: RecipeStage{tier='three', recipe=1xtile.bwm:bellows@1:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@60b2548e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@73930d64, net.minecraft.item.crafting.Ingredient@189ff123, net.minecraftforge.oredict.OreIngredient@73930d64, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7a18effc, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.bwm:booster@0 new recipe: RecipeStage{tier='three', recipe=6xtile.bwm:booster@0:[net.minecraftforge.oredict.OreIngredient@39c48eaa, net.minecraftforge.oredict.OreIngredient@6a7b611c, net.minecraftforge.oredict.OreIngredient@39c48eaa, net.minecraftforge.oredict.OreIngredient@39c48eaa, net.minecraftforge.oredict.OreIngredient@19a0e2af, net.minecraftforge.oredict.OreIngredient@39c48eaa, net.minecraftforge.oredict.OreIngredient@39c48eaa, net.minecraft.item.crafting.Ingredient@6c03ac50, net.minecraftforge.oredict.OreIngredient@39c48eaa]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.bwm:grate@0 new recipe: RecipeStage{tier='one', recipe=4xtile.bwm:grate@0:[type:MOULDING parent:[1xtile.wood@0], net.minecraftforge.oredict.OreIngredient@2c213016, type:MOULDING parent:[1xtile.wood@0], type:MOULDING parent:[1xtile.wood@0], net.minecraftforge.oredict.OreIngredient@2c213016, type:MOULDING parent:[1xtile.wood@0]]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.bwm:aesthetic@3 new recipe: RecipeStage{tier='three', recipe=1xtile.bwm:aesthetic@3:[net.minecraftforge.oredict.OreIngredient@6c4b44ea, net.minecraftforge.oredict.OreIngredient@6c4b44ea, net.minecraftforge.oredict.OreIngredient@6c4b44ea, net.minecraftforge.oredict.OreIngredient@6c4b44ea, net.minecraftforge.oredict.OreIngredient@6c4b44ea, net.minecraftforge.oredict.OreIngredient@6c4b44ea, net.minecraftforge.oredict.OreIngredient@6c4b44ea, net.minecraftforge.oredict.OreIngredient@6c4b44ea, net.minecraftforge.oredict.OreIngredient@6c4b44ea]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.bwm:vase@1 new recipe: RecipeStage{tier='one', recipe=1xtile.bwm:vase@1:[net.minecraftforge.oredict.OreIngredient@483f320, net.minecraftforge.oredict.OreIngredient@5d7e20c7]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.bwm:vase@11 new recipe: RecipeStage{tier='one', recipe=1xtile.bwm:vase@11:[net.minecraftforge.oredict.OreIngredient@442d82f9, net.minecraftforge.oredict.OreIngredient@5547f07e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.bwm:vase@5 new recipe: RecipeStage{tier='one', recipe=1xtile.bwm:vase@5:[net.minecraftforge.oredict.OreIngredient@3537c7b, net.minecraftforge.oredict.OreIngredient@260df90c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.bwm:vase@2 new recipe: RecipeStage{tier='one', recipe=1xtile.bwm:vase@2:[net.minecraftforge.oredict.OreIngredient@4c44fb22, net.minecraftforge.oredict.OreIngredient@55f9f48c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.bwm:vase@12 new recipe: RecipeStage{tier='one', recipe=1xtile.bwm:vase@12:[net.minecraftforge.oredict.OreIngredient@7c03c9c0, net.minecraftforge.oredict.OreIngredient@23720d23]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.bwm:vase@15 new recipe: RecipeStage{tier='one', recipe=1xtile.bwm:vase@15:[net.minecraftforge.oredict.OreIngredient@2a604af7, net.minecraftforge.oredict.OreIngredient@38ea3cf1]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.bwm:vase@13 new recipe: RecipeStage{tier='one', recipe=1xtile.bwm:vase@13:[net.minecraftforge.oredict.OreIngredient@677b1a4c, net.minecraftforge.oredict.OreIngredient@7aa86cc2]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.bwm:vase@14 new recipe: RecipeStage{tier='one', recipe=1xtile.bwm:vase@14:[net.minecraftforge.oredict.OreIngredient@2a8e7633, net.minecraftforge.oredict.OreIngredient@5eeb0a99]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.bwm:vase@3 new recipe: RecipeStage{tier='one', recipe=1xtile.bwm:vase@3:[net.minecraftforge.oredict.OreIngredient@81e9a81, net.minecraftforge.oredict.OreIngredient@13f5675b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.bwm:vase@9 new recipe: RecipeStage{tier='one', recipe=1xtile.bwm:vase@9:[net.minecraftforge.oredict.OreIngredient@38e49722, net.minecraftforge.oredict.OreIngredient@6c74b4a5]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.bwm:vase@4 new recipe: RecipeStage{tier='one', recipe=1xtile.bwm:vase@4:[net.minecraftforge.oredict.OreIngredient@77695ff7, net.minecraftforge.oredict.OreIngredient@5f71c7fc]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.bwm:vase@0 new recipe: RecipeStage{tier='one', recipe=1xtile.bwm:vase@0:[net.minecraftforge.oredict.OreIngredient@21e1bcae, net.minecraftforge.oredict.OreIngredient@d72f7c0]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.bwm:vase@8 new recipe: RecipeStage{tier='one', recipe=1xtile.bwm:vase@8:[net.minecraftforge.oredict.OreIngredient@5d84db97, net.minecraftforge.oredict.OreIngredient@780c1b4c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.bwm:vase@6 new recipe: RecipeStage{tier='one', recipe=1xtile.bwm:vase@6:[net.minecraftforge.oredict.OreIngredient@710ba88e, net.minecraftforge.oredict.OreIngredient@75371d9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.bwm:vase@10 new recipe: RecipeStage{tier='one', recipe=1xtile.bwm:vase@10:[net.minecraftforge.oredict.OreIngredient@557d045b, net.minecraftforge.oredict.OreIngredient@e0651f8]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.bwm:vase@7 new recipe: RecipeStage{tier='one', recipe=1xtile.bwm:vase@7:[net.minecraftforge.oredict.OreIngredient@3fdd91ee, net.minecraftforge.oredict.OreIngredient@c2f2d5c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.dirt@0 new recipe: RecipeStage{tier='tutorial', recipe=1xtile.dirt@0:[net.minecraft.item.crafting.Ingredient@12a1501a, net.minecraft.item.crafting.Ingredient@12a1501a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.bwm:dirt_slab@0 new recipe: RecipeStage{tier='zero', recipe=4xtile.bwm:dirt_slab@0:[net.minecraft.item.crafting.Ingredient@70a28495, net.minecraft.item.crafting.Ingredient@70a28495]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.sand@1 new recipe: RecipeStage{tier='tutorial', recipe=1xtile.sand@1:[net.minecraft.item.crafting.Ingredient@3fe4587a, net.minecraft.item.crafting.Ingredient@66cf79e0, net.minecraft.item.crafting.Ingredient@6f931734, net.minecraft.item.crafting.Ingredient@3b42014]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xitem.bwm:dirt_pile@0 new recipe: RecipeStage{tier='zero', recipe=4xitem.bwm:dirt_pile@0:[net.minecraft.item.crafting.Ingredient@56584234]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.sand@0 new recipe: RecipeStage{tier='tutorial', recipe=1xtile.sand@0:[net.minecraft.item.crafting.Ingredient@33342e2b, net.minecraft.item.crafting.Ingredient@ae67608, net.minecraft.item.crafting.Ingredient@27fe4043, net.minecraft.item.crafting.Ingredient@4cf424ad]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.dirt@0 new recipe: RecipeStage{tier='tutorial', recipe=1xtile.dirt@0:[net.minecraft.item.crafting.Ingredient@5fd946cb, net.minecraft.item.crafting.Ingredient@19cff330, net.minecraft.item.crafting.Ingredient@1d2bc558, net.minecraft.item.crafting.Ingredient@13925f6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xitem.bwm:gravel_pile@0 new recipe: RecipeStage{tier='zero', recipe=4xitem.bwm:gravel_pile@0:[net.minecraft.item.crafting.Ingredient@79ef7c89]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.gravel@0 new recipe: RecipeStage{tier='tutorial', recipe=1xtile.gravel@0:[net.minecraft.item.crafting.Ingredient@22cec250, net.minecraft.item.crafting.Ingredient@62aa2609, net.minecraft.item.crafting.Ingredient@4c61d330, net.minecraft.item.crafting.Ingredient@53769318]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.bwm:dirt_slab@0 new recipe: RecipeStage{tier='zero', recipe=1xtile.bwm:dirt_slab@0:[net.minecraft.item.crafting.Ingredient@1164fd93, net.minecraft.item.crafting.Ingredient@66569dec]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xitem.bwm:sand_pile@0 new recipe: RecipeStage{tier='zero', recipe=4xitem.bwm:sand_pile@0:[net.minecraft.item.crafting.Ingredient@15c10328]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xitem.bwm:red_sand_pile@0 new recipe: RecipeStage{tier='zero', recipe=4xitem.bwm:red_sand_pile@0:[net.minecraft.item.crafting.Ingredient@a65a047]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.stairsWood@0 new recipe: RecipeStage{tier='one', recipe=1xtile.stairsWood@0:[type:MOULDING parent:[1xtile.wood@0], net.minecraft.item.crafting.Ingredient$1@7e2c8622, type:MOULDING parent:[1xtile.wood@0], type:MOULDING parent:[1xtile.wood@0]]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.stairsStone@0 new recipe: RecipeStage{tier='one', recipe=1xtile.stairsStone@0:[type:MOULDING parent:[1xtile.stonebrick@0], net.minecraft.item.crafting.Ingredient$1@7e2c8622, type:MOULDING parent:[1xtile.stonebrick@0], type:MOULDING parent:[1xtile.stonebrick@0]]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xtile.darkOakFence@0 new recipe: RecipeStage{tier='one', recipe=2xtile.darkOakFence@0:[type:MOULDING parent:[1xtile.wood@5], type:MOULDING parent:[1xtile.wood@5], type:MOULDING parent:[1xtile.wood@5]]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xtile.spruceFence@0 new recipe: RecipeStage{tier='one', recipe=2xtile.spruceFence@0:[type:MOULDING parent:[1xtile.wood@1], type:MOULDING parent:[1xtile.wood@1], type:MOULDING parent:[1xtile.wood@1]]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.doorBirch@0 new recipe: RecipeStage{tier='one', recipe=1xitem.doorBirch@0:[type:SIDING parent:[1xtile.wood@2], type:SIDING parent:[1xtile.wood@2], type:SIDING parent:[1xtile.wood@2], type:SIDING parent:[1xtile.wood@2], type:SIDING parent:[1xtile.wood@2], type:SIDING parent:[1xtile.wood@2]]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.doorDarkOak@0 new recipe: RecipeStage{tier='one', recipe=1xitem.doorDarkOak@0:[type:SIDING parent:[1xtile.wood@5], type:SIDING parent:[1xtile.wood@5], type:SIDING parent:[1xtile.wood@5], type:SIDING parent:[1xtile.wood@5], type:SIDING parent:[1xtile.wood@5], type:SIDING parent:[1xtile.wood@5]]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.stairsWoodSpruce@0 new recipe: RecipeStage{tier='one', recipe=1xtile.stairsWoodSpruce@0:[type:MOULDING parent:[1xtile.wood@1], net.minecraft.item.crafting.Ingredient$1@7e2c8622, type:MOULDING parent:[1xtile.wood@1], type:MOULDING parent:[1xtile.wood@1]]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.jungleFenceGate@0 new recipe: RecipeStage{tier='one', recipe=1xtile.jungleFenceGate@0:[type:MOULDING parent:[1xtile.wood@3], type:SIDING parent:[1xtile.wood@3], type:MOULDING parent:[1xtile.wood@3]]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.acaciaFenceGate@0 new recipe: RecipeStage{tier='one', recipe=1xtile.acaciaFenceGate@0:[type:MOULDING parent:[1xtile.wood@4], type:SIDING parent:[1xtile.wood@4], type:MOULDING parent:[1xtile.wood@4]]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.doorAcacia@0 new recipe: RecipeStage{tier='one', recipe=1xitem.doorAcacia@0:[type:SIDING parent:[1xtile.wood@4], type:SIDING parent:[1xtile.wood@4], type:SIDING parent:[1xtile.wood@4], type:SIDING parent:[1xtile.wood@4], type:SIDING parent:[1xtile.wood@4], type:SIDING parent:[1xtile.wood@4]]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.stairsWoodDarkOak@0 new recipe: RecipeStage{tier='one', recipe=1xtile.stairsWoodDarkOak@0:[type:MOULDING parent:[1xtile.wood@5], net.minecraft.item.crafting.Ingredient$1@7e2c8622, type:MOULDING parent:[1xtile.wood@5], type:MOULDING parent:[1xtile.wood@5]]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.musicBlock@0 new recipe: RecipeStage{tier='three', recipe=1xtile.musicBlock@0:[type:SIDING parent:[1xtile.wood@0, 1xtile.wood@1, 1xtile.wood@2, 1xtile.wood@3, 1xtile.wood@4, 1xtile.wood@5, 1xtile.rustic.planks@0, 1xtile.rustic.planks@1, 1xtile.rustic.painted_wood_black@0, 1xtile.rustic.painted_wood_blue@0, 1xtile.rustic.painted_wood_brown@0, 1xtile.rustic.painted_wood_cyan@0, 1xtile.rustic.painted_wood_gray@0, 1xtile.rustic.painted_wood_green@0, 1xtile.rustic.painted_wood_light_blue@0, 1xtile.rustic.painted_wood_lime@0, 1xtile.rustic.painted_wood_magenta@0, 1xtile.rustic.painted_wood_orange@0, 1xtile.rustic.painted_wood_pink@0, 1xtile.rustic.painted_wood_purple@0, 1xtile.rustic.painted_wood_red@0, 1xtile.rustic.painted_wood_silver@0, 1xtile.rustic.painted_wood_white@0, 1xtile.rustic.painted_wood_yellow@0, 1xtile.chisel.planks-oak@0, 1xtile.chisel.planks-oak@1, 1xtile.chisel.planks-oak@2, 1xtile.chisel.planks-oak@3, 1xtile.chisel.planks-oak@4, 1xtile.chisel.planks-oak@5, 1xtile.chisel.planks-oak@6, 1xtile.chisel.planks-oak@7, 1xtile.chisel.planks-oak@8, 1xtile.chisel.planks-oak@9, 1xtile.chisel.planks-oak@10, 1xtile.chisel.planks-oak@11, 1xtile.chisel.planks-oak@12, 1xtile.chisel.planks-oak@13, 1xtile.chisel.planks-oak@14, 1xtile.chisel.planks-spruce@0, 1xtile.chisel.planks-spruce@1, 1xtile.chisel.planks-spruce@2, 1xtile.chisel.planks-spruce@3, 1xtile.chisel.planks-spruce@4, 1xtile.chisel.planks-spruce@5, 1xtile.chisel.planks-spruce@6, 1xtile.chisel.planks-spruce@7, 1xtile.chisel.planks-spruce@8, 1xtile.chisel.planks-spruce@9, 1xtile.chisel.planks-spruce@10, 1xtile.chisel.planks-spruce@11, 1xtile.chisel.planks-spruce@12, 1xtile.chisel.planks-spruce@13, 1xtile.chisel.planks-spruce@14, 1xtile.chisel.planks-birch@0, 1xtile.chisel.planks-birch@1, 1xtile.chisel.planks-birch@2, 1xtile.chisel.planks-birch@3, 1xtile.chisel.planks-birch@4, 1xtile.chisel.planks-birch@5, 1xtile.chisel.planks-birch@6, 1xtile.chisel.planks-birch@7, 1xtile.chisel.planks-birch@8, 1xtile.chisel.planks-birch@9, 1xtile.chisel.planks-birch@10, 1xtile.chisel.planks-birch@11, 1xtile.chisel.planks-birch@12, 1xtile.chisel.planks-birch@13, 1xtile.chisel.planks-birch@14, 1xtile.chisel.planks-jungle@0, 1xtile.chisel.planks-jungle@1, 1xtile.chisel.planks-jungle@2, 1xtile.chisel.planks-jungle@3, 1xtile.chisel.planks-jungle@4, 1xtile.chisel.planks-jungle@5, 1xtile.chisel.planks-jungle@6, 1xtile.chisel.planks-jungle@7, 1xtile.chisel.planks-jungle@8, 1xtile.chisel.planks-jungle@9, 1xtile.chisel.planks-jungle@10, 1xtile.chisel.planks-jungle@11, 1xtile.chisel.planks-jungle@12, 1xtile.chisel.planks-jungle@13, 1xtile.chisel.planks-jungle@14, 1xtile.chisel.planks-acacia@0, 1xtile.chisel.planks-acacia@1, 1xtile.chisel.planks-acacia@2, 1xtile.chisel.planks-acacia@3, 1xtile.chisel.planks-acacia@4, 1xtile.chisel.planks-acacia@5, 1xtile.chisel.planks-acacia@6, 1xtile.chisel.planks-acacia@7, 1xtile.chisel.planks-acacia@8, 1xtile.chisel.planks-acacia@9, 1xtile.chisel.planks-acacia@10, 1xtile.chisel.planks-acacia@11, 1xtile.chisel.planks-acacia@12, 1xtile.chisel.planks-acacia@13, 1xtile.chisel.planks-acacia@14, 1xtile.chisel.planks-dark-oak@0, 1xtile.chisel.planks-dark-oak@1, 1xtile.chisel.planks-dark-oak@2, 1xtile.chisel.planks-dark-oak@3, 1xtile.chisel.planks-dark-oak@4, 1xtile.chisel.planks-dark-oak@5, 1xtile.chisel.planks-dark-oak@6, 1xtile.chisel.planks-dark-oak@7, 1xtile.chisel.planks-dark-oak@8, 1xtile.chisel.planks-dark-oak@9, 1xtile.chisel.planks-dark-oak@10, 1xtile.chisel.planks-dark-oak@11, 1xtile.chisel.planks-dark-oak@12, 1xtile.chisel.planks-dark-oak@13, 1xtile.chisel.planks-dark-oak@14, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8, 1xtile.natura.nether_planks@0, 1xtile.natura.nether_planks@1, 1xtile.natura.nether_planks@2, 1xtile.natura.nether_planks@3, 1xtile.planks_sakura@0, 1xtile.planks_mulberry@0, 1xtile.blocks.integrateddynamics.menril_planks@0, 1xtile.primal.planks@0, 1xtile.primal.planks@1, 1xtile.primal.planks@2, 1xtile.primal.planks@3, 1xtile.dltplank@0, 1xtile.dreadplanks@0, 1xtile.thebetweenlands.weedwood_planks@0, 1xtile.thebetweenlands.rubber_tree_planks@0, 1xtile.thebetweenlands.giant_root_planks@0, 1xtile.thebetweenlands.hearthgrove_planks@0, 1xtile.thebetweenlands.nibbletwig_planks@0, 1xtile.twilightforest.TowerStone@0, 1xtile.twilightforest.TowerStone@1, 1xtile.twilightforest.TowerStone@2, 1xtile.twilightforest.TowerStone@3, 1xtile.twilightforest.TowerStone@4, 1xtile.totemic:cedar_plank@0, 1xtile.traverse:fir_planks@0, 1xtile.kepler22b_planks.0@0, 1xtile.primal.planks@0, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8], type:SIDING parent:[1xtile.wood@0, 1xtile.wood@1, 1xtile.wood@2, 1xtile.wood@3, 1xtile.wood@4, 1xtile.wood@5, 1xtile.rustic.planks@0, 1xtile.rustic.planks@1, 1xtile.rustic.painted_wood_black@0, 1xtile.rustic.painted_wood_blue@0, 1xtile.rustic.painted_wood_brown@0, 1xtile.rustic.painted_wood_cyan@0, 1xtile.rustic.painted_wood_gray@0, 1xtile.rustic.painted_wood_green@0, 1xtile.rustic.painted_wood_light_blue@0, 1xtile.rustic.painted_wood_lime@0, 1xtile.rustic.painted_wood_magenta@0, 1xtile.rustic.painted_wood_orange@0, 1xtile.rustic.painted_wood_pink@0, 1xtile.rustic.painted_wood_purple@0, 1xtile.rustic.painted_wood_red@0, 1xtile.rustic.painted_wood_silver@0, 1xtile.rustic.painted_wood_white@0, 1xtile.rustic.painted_wood_yellow@0, 1xtile.chisel.planks-oak@0, 1xtile.chisel.planks-oak@1, 1xtile.chisel.planks-oak@2, 1xtile.chisel.planks-oak@3, 1xtile.chisel.planks-oak@4, 1xtile.chisel.planks-oak@5, 1xtile.chisel.planks-oak@6, 1xtile.chisel.planks-oak@7, 1xtile.chisel.planks-oak@8, 1xtile.chisel.planks-oak@9, 1xtile.chisel.planks-oak@10, 1xtile.chisel.planks-oak@11, 1xtile.chisel.planks-oak@12, 1xtile.chisel.planks-oak@13, 1xtile.chisel.planks-oak@14, 1xtile.chisel.planks-spruce@0, 1xtile.chisel.planks-spruce@1, 1xtile.chisel.planks-spruce@2, 1xtile.chisel.planks-spruce@3, 1xtile.chisel.planks-spruce@4, 1xtile.chisel.planks-spruce@5, 1xtile.chisel.planks-spruce@6, 1xtile.chisel.planks-spruce@7, 1xtile.chisel.planks-spruce@8, 1xtile.chisel.planks-spruce@9, 1xtile.chisel.planks-spruce@10, 1xtile.chisel.planks-spruce@11, 1xtile.chisel.planks-spruce@12, 1xtile.chisel.planks-spruce@13, 1xtile.chisel.planks-spruce@14, 1xtile.chisel.planks-birch@0, 1xtile.chisel.planks-birch@1, 1xtile.chisel.planks-birch@2, 1xtile.chisel.planks-birch@3, 1xtile.chisel.planks-birch@4, 1xtile.chisel.planks-birch@5, 1xtile.chisel.planks-birch@6, 1xtile.chisel.planks-birch@7, 1xtile.chisel.planks-birch@8, 1xtile.chisel.planks-birch@9, 1xtile.chisel.planks-birch@10, 1xtile.chisel.planks-birch@11, 1xtile.chisel.planks-birch@12, 1xtile.chisel.planks-birch@13, 1xtile.chisel.planks-birch@14, 1xtile.chisel.planks-jungle@0, 1xtile.chisel.planks-jungle@1, 1xtile.chisel.planks-jungle@2, 1xtile.chisel.planks-jungle@3, 1xtile.chisel.planks-jungle@4, 1xtile.chisel.planks-jungle@5, 1xtile.chisel.planks-jungle@6, 1xtile.chisel.planks-jungle@7, 1xtile.chisel.planks-jungle@8, 1xtile.chisel.planks-jungle@9, 1xtile.chisel.planks-jungle@10, 1xtile.chisel.planks-jungle@11, 1xtile.chisel.planks-jungle@12, 1xtile.chisel.planks-jungle@13, 1xtile.chisel.planks-jungle@14, 1xtile.chisel.planks-acacia@0, 1xtile.chisel.planks-acacia@1, 1xtile.chisel.planks-acacia@2, 1xtile.chisel.planks-acacia@3, 1xtile.chisel.planks-acacia@4, 1xtile.chisel.planks-acacia@5, 1xtile.chisel.planks-acacia@6, 1xtile.chisel.planks-acacia@7, 1xtile.chisel.planks-acacia@8, 1xtile.chisel.planks-acacia@9, 1xtile.chisel.planks-acacia@10, 1xtile.chisel.planks-acacia@11, 1xtile.chisel.planks-acacia@12, 1xtile.chisel.planks-acacia@13, 1xtile.chisel.planks-acacia@14, 1xtile.chisel.planks-dark-oak@0, 1xtile.chisel.planks-dark-oak@1, 1xtile.chisel.planks-dark-oak@2, 1xtile.chisel.planks-dark-oak@3, 1xtile.chisel.planks-dark-oak@4, 1xtile.chisel.planks-dark-oak@5, 1xtile.chisel.planks-dark-oak@6, 1xtile.chisel.planks-dark-oak@7, 1xtile.chisel.planks-dark-oak@8, 1xtile.chisel.planks-dark-oak@9, 1xtile.chisel.planks-dark-oak@10, 1xtile.chisel.planks-dark-oak@11, 1xtile.chisel.planks-dark-oak@12, 1xtile.chisel.planks-dark-oak@13, 1xtile.chisel.planks-dark-oak@14, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8, 1xtile.natura.nether_planks@0, 1xtile.natura.nether_planks@1, 1xtile.natura.nether_planks@2, 1xtile.natura.nether_planks@3, 1xtile.planks_sakura@0, 1xtile.planks_mulberry@0, 1xtile.blocks.integrateddynamics.menril_planks@0, 1xtile.primal.planks@0, 1xtile.primal.planks@1, 1xtile.primal.planks@2, 1xtile.primal.planks@3, 1xtile.dltplank@0, 1xtile.dreadplanks@0, 1xtile.thebetweenlands.weedwood_planks@0, 1xtile.thebetweenlands.rubber_tree_planks@0, 1xtile.thebetweenlands.giant_root_planks@0, 1xtile.thebetweenlands.hearthgrove_planks@0, 1xtile.thebetweenlands.nibbletwig_planks@0, 1xtile.twilightforest.TowerStone@0, 1xtile.twilightforest.TowerStone@1, 1xtile.twilightforest.TowerStone@2, 1xtile.twilightforest.TowerStone@3, 1xtile.twilightforest.TowerStone@4, 1xtile.totemic:cedar_plank@0, 1xtile.traverse:fir_planks@0, 1xtile.kepler22b_planks.0@0, 1xtile.primal.planks@0, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8], type:SIDING parent:[1xtile.wood@0, 1xtile.wood@1, 1xtile.wood@2, 1xtile.wood@3, 1xtile.wood@4, 1xtile.wood@5, 1xtile.rustic.planks@0, 1xtile.rustic.planks@1, 1xtile.rustic.painted_wood_black@0, 1xtile.rustic.painted_wood_blue@0, 1xtile.rustic.painted_wood_brown@0, 1xtile.rustic.painted_wood_cyan@0, 1xtile.rustic.painted_wood_gray@0, 1xtile.rustic.painted_wood_green@0, 1xtile.rustic.painted_wood_light_blue@0, 1xtile.rustic.painted_wood_lime@0, 1xtile.rustic.painted_wood_magenta@0, 1xtile.rustic.painted_wood_orange@0, 1xtile.rustic.painted_wood_pink@0, 1xtile.rustic.painted_wood_purple@0, 1xtile.rustic.painted_wood_red@0, 1xtile.rustic.painted_wood_silver@0, 1xtile.rustic.painted_wood_white@0, 1xtile.rustic.painted_wood_yellow@0, 1xtile.chisel.planks-oak@0, 1xtile.chisel.planks-oak@1, 1xtile.chisel.planks-oak@2, 1xtile.chisel.planks-oak@3, 1xtile.chisel.planks-oak@4, 1xtile.chisel.planks-oak@5, 1xtile.chisel.planks-oak@6, 1xtile.chisel.planks-oak@7, 1xtile.chisel.planks-oak@8, 1xtile.chisel.planks-oak@9, 1xtile.chisel.planks-oak@10, 1xtile.chisel.planks-oak@11, 1xtile.chisel.planks-oak@12, 1xtile.chisel.planks-oak@13, 1xtile.chisel.planks-oak@14, 1xtile.chisel.planks-spruce@0, 1xtile.chisel.planks-spruce@1, 1xtile.chisel.planks-spruce@2, 1xtile.chisel.planks-spruce@3, 1xtile.chisel.planks-spruce@4, 1xtile.chisel.planks-spruce@5, 1xtile.chisel.planks-spruce@6, 1xtile.chisel.planks-spruce@7, 1xtile.chisel.planks-spruce@8, 1xtile.chisel.planks-spruce@9, 1xtile.chisel.planks-spruce@10, 1xtile.chisel.planks-spruce@11, 1xtile.chisel.planks-spruce@12, 1xtile.chisel.planks-spruce@13, 1xtile.chisel.planks-spruce@14, 1xtile.chisel.planks-birch@0, 1xtile.chisel.planks-birch@1, 1xtile.chisel.planks-birch@2, 1xtile.chisel.planks-birch@3, 1xtile.chisel.planks-birch@4, 1xtile.chisel.planks-birch@5, 1xtile.chisel.planks-birch@6, 1xtile.chisel.planks-birch@7, 1xtile.chisel.planks-birch@8, 1xtile.chisel.planks-birch@9, 1xtile.chisel.planks-birch@10, 1xtile.chisel.planks-birch@11, 1xtile.chisel.planks-birch@12, 1xtile.chisel.planks-birch@13, 1xtile.chisel.planks-birch@14, 1xtile.chisel.planks-jungle@0, 1xtile.chisel.planks-jungle@1, 1xtile.chisel.planks-jungle@2, 1xtile.chisel.planks-jungle@3, 1xtile.chisel.planks-jungle@4, 1xtile.chisel.planks-jungle@5, 1xtile.chisel.planks-jungle@6, 1xtile.chisel.planks-jungle@7, 1xtile.chisel.planks-jungle@8, 1xtile.chisel.planks-jungle@9, 1xtile.chisel.planks-jungle@10, 1xtile.chisel.planks-jungle@11, 1xtile.chisel.planks-jungle@12, 1xtile.chisel.planks-jungle@13, 1xtile.chisel.planks-jungle@14, 1xtile.chisel.planks-acacia@0, 1xtile.chisel.planks-acacia@1, 1xtile.chisel.planks-acacia@2, 1xtile.chisel.planks-acacia@3, 1xtile.chisel.planks-acacia@4, 1xtile.chisel.planks-acacia@5, 1xtile.chisel.planks-acacia@6, 1xtile.chisel.planks-acacia@7, 1xtile.chisel.planks-acacia@8, 1xtile.chisel.planks-acacia@9, 1xtile.chisel.planks-acacia@10, 1xtile.chisel.planks-acacia@11, 1xtile.chisel.planks-acacia@12, 1xtile.chisel.planks-acacia@13, 1xtile.chisel.planks-acacia@14, 1xtile.chisel.planks-dark-oak@0, 1xtile.chisel.planks-dark-oak@1, 1xtile.chisel.planks-dark-oak@2, 1xtile.chisel.planks-dark-oak@3, 1xtile.chisel.planks-dark-oak@4, 1xtile.chisel.planks-dark-oak@5, 1xtile.chisel.planks-dark-oak@6, 1xtile.chisel.planks-dark-oak@7, 1xtile.chisel.planks-dark-oak@8, 1xtile.chisel.planks-dark-oak@9, 1xtile.chisel.planks-dark-oak@10, 1xtile.chisel.planks-dark-oak@11, 1xtile.chisel.planks-dark-oak@12, 1xtile.chisel.planks-dark-oak@13, 1xtile.chisel.planks-dark-oak@14, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8, 1xtile.natura.nether_planks@0, 1xtile.natura.nether_planks@1, 1xtile.natura.nether_planks@2, 1xtile.natura.nether_planks@3, 1xtile.planks_sakura@0, 1xtile.planks_mulberry@0, 1xtile.blocks.integrateddynamics.menril_planks@0, 1xtile.primal.planks@0, 1xtile.primal.planks@1, 1xtile.primal.planks@2, 1xtile.primal.planks@3, 1xtile.dltplank@0, 1xtile.dreadplanks@0, 1xtile.thebetweenlands.weedwood_planks@0, 1xtile.thebetweenlands.rubber_tree_planks@0, 1xtile.thebetweenlands.giant_root_planks@0, 1xtile.thebetweenlands.hearthgrove_planks@0, 1xtile.thebetweenlands.nibbletwig_planks@0, 1xtile.twilightforest.TowerStone@0, 1xtile.twilightforest.TowerStone@1, 1xtile.twilightforest.TowerStone@2, 1xtile.twilightforest.TowerStone@3, 1xtile.twilightforest.TowerStone@4, 1xtile.totemic:cedar_plank@0, 1xtile.traverse:fir_planks@0, 1xtile.kepler22b_planks.0@0, 1xtile.primal.planks@0, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8], type:SIDING parent:[1xtile.wood@0, 1xtile.wood@1, 1xtile.wood@2, 1xtile.wood@3, 1xtile.wood@4, 1xtile.wood@5, 1xtile.rustic.planks@0, 1xtile.rustic.planks@1, 1xtile.rustic.painted_wood_black@0, 1xtile.rustic.painted_wood_blue@0, 1xtile.rustic.painted_wood_brown@0, 1xtile.rustic.painted_wood_cyan@0, 1xtile.rustic.painted_wood_gray@0, 1xtile.rustic.painted_wood_green@0, 1xtile.rustic.painted_wood_light_blue@0, 1xtile.rustic.painted_wood_lime@0, 1xtile.rustic.painted_wood_magenta@0, 1xtile.rustic.painted_wood_orange@0, 1xtile.rustic.painted_wood_pink@0, 1xtile.rustic.painted_wood_purple@0, 1xtile.rustic.painted_wood_red@0, 1xtile.rustic.painted_wood_silver@0, 1xtile.rustic.painted_wood_white@0, 1xtile.rustic.painted_wood_yellow@0, 1xtile.chisel.planks-oak@0, 1xtile.chisel.planks-oak@1, 1xtile.chisel.planks-oak@2, 1xtile.chisel.planks-oak@3, 1xtile.chisel.planks-oak@4, 1xtile.chisel.planks-oak@5, 1xtile.chisel.planks-oak@6, 1xtile.chisel.planks-oak@7, 1xtile.chisel.planks-oak@8, 1xtile.chisel.planks-oak@9, 1xtile.chisel.planks-oak@10, 1xtile.chisel.planks-oak@11, 1xtile.chisel.planks-oak@12, 1xtile.chisel.planks-oak@13, 1xtile.chisel.planks-oak@14, 1xtile.chisel.planks-spruce@0, 1xtile.chisel.planks-spruce@1, 1xtile.chisel.planks-spruce@2, 1xtile.chisel.planks-spruce@3, 1xtile.chisel.planks-spruce@4, 1xtile.chisel.planks-spruce@5, 1xtile.chisel.planks-spruce@6, 1xtile.chisel.planks-spruce@7, 1xtile.chisel.planks-spruce@8, 1xtile.chisel.planks-spruce@9, 1xtile.chisel.planks-spruce@10, 1xtile.chisel.planks-spruce@11, 1xtile.chisel.planks-spruce@12, 1xtile.chisel.planks-spruce@13, 1xtile.chisel.planks-spruce@14, 1xtile.chisel.planks-birch@0, 1xtile.chisel.planks-birch@1, 1xtile.chisel.planks-birch@2, 1xtile.chisel.planks-birch@3, 1xtile.chisel.planks-birch@4, 1xtile.chisel.planks-birch@5, 1xtile.chisel.planks-birch@6, 1xtile.chisel.planks-birch@7, 1xtile.chisel.planks-birch@8, 1xtile.chisel.planks-birch@9, 1xtile.chisel.planks-birch@10, 1xtile.chisel.planks-birch@11, 1xtile.chisel.planks-birch@12, 1xtile.chisel.planks-birch@13, 1xtile.chisel.planks-birch@14, 1xtile.chisel.planks-jungle@0, 1xtile.chisel.planks-jungle@1, 1xtile.chisel.planks-jungle@2, 1xtile.chisel.planks-jungle@3, 1xtile.chisel.planks-jungle@4, 1xtile.chisel.planks-jungle@5, 1xtile.chisel.planks-jungle@6, 1xtile.chisel.planks-jungle@7, 1xtile.chisel.planks-jungle@8, 1xtile.chisel.planks-jungle@9, 1xtile.chisel.planks-jungle@10, 1xtile.chisel.planks-jungle@11, 1xtile.chisel.planks-jungle@12, 1xtile.chisel.planks-jungle@13, 1xtile.chisel.planks-jungle@14, 1xtile.chisel.planks-acacia@0, 1xtile.chisel.planks-acacia@1, 1xtile.chisel.planks-acacia@2, 1xtile.chisel.planks-acacia@3, 1xtile.chisel.planks-acacia@4, 1xtile.chisel.planks-acacia@5, 1xtile.chisel.planks-acacia@6, 1xtile.chisel.planks-acacia@7, 1xtile.chisel.planks-acacia@8, 1xtile.chisel.planks-acacia@9, 1xtile.chisel.planks-acacia@10, 1xtile.chisel.planks-acacia@11, 1xtile.chisel.planks-acacia@12, 1xtile.chisel.planks-acacia@13, 1xtile.chisel.planks-acacia@14, 1xtile.chisel.planks-dark-oak@0, 1xtile.chisel.planks-dark-oak@1, 1xtile.chisel.planks-dark-oak@2, 1xtile.chisel.planks-dark-oak@3, 1xtile.chisel.planks-dark-oak@4, 1xtile.chisel.planks-dark-oak@5, 1xtile.chisel.planks-dark-oak@6, 1xtile.chisel.planks-dark-oak@7, 1xtile.chisel.planks-dark-oak@8, 1xtile.chisel.planks-dark-oak@9, 1xtile.chisel.planks-dark-oak@10, 1xtile.chisel.planks-dark-oak@11, 1xtile.chisel.planks-dark-oak@12, 1xtile.chisel.planks-dark-oak@13, 1xtile.chisel.planks-dark-oak@14, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8, 1xtile.natura.nether_planks@0, 1xtile.natura.nether_planks@1, 1xtile.natura.nether_planks@2, 1xtile.natura.nether_planks@3, 1xtile.planks_sakura@0, 1xtile.planks_mulberry@0, 1xtile.blocks.integrateddynamics.menril_planks@0, 1xtile.primal.planks@0, 1xtile.primal.planks@1, 1xtile.primal.planks@2, 1xtile.primal.planks@3, 1xtile.dltplank@0, 1xtile.dreadplanks@0, 1xtile.thebetweenlands.weedwood_planks@0, 1xtile.thebetweenlands.rubber_tree_planks@0, 1xtile.thebetweenlands.giant_root_planks@0, 1xtile.thebetweenlands.hearthgrove_planks@0, 1xtile.thebetweenlands.nibbletwig_planks@0, 1xtile.twilightforest.TowerStone@0, 1xtile.twilightforest.TowerStone@1, 1xtile.twilightforest.TowerStone@2, 1xtile.twilightforest.TowerStone@3, 1xtile.twilightforest.TowerStone@4, 1xtile.totemic:cedar_plank@0, 1xtile.traverse:fir_planks@0, 1xtile.kepler22b_planks.0@0, 1xtile.primal.planks@0, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8], net.minecraftforge.oredict.OreIngredient@413c7813, type:SIDING parent:[1xtile.wood@0, 1xtile.wood@1, 1xtile.wood@2, 1xtile.wood@3, 1xtile.wood@4, 1xtile.wood@5, 1xtile.rustic.planks@0, 1xtile.rustic.planks@1, 1xtile.rustic.painted_wood_black@0, 1xtile.rustic.painted_wood_blue@0, 1xtile.rustic.painted_wood_brown@0, 1xtile.rustic.painted_wood_cyan@0, 1xtile.rustic.painted_wood_gray@0, 1xtile.rustic.painted_wood_green@0, 1xtile.rustic.painted_wood_light_blue@0, 1xtile.rustic.painted_wood_lime@0, 1xtile.rustic.painted_wood_magenta@0, 1xtile.rustic.painted_wood_orange@0, 1xtile.rustic.painted_wood_pink@0, 1xtile.rustic.painted_wood_purple@0, 1xtile.rustic.painted_wood_red@0, 1xtile.rustic.painted_wood_silver@0, 1xtile.rustic.painted_wood_white@0, 1xtile.rustic.painted_wood_yellow@0, 1xtile.chisel.planks-oak@0, 1xtile.chisel.planks-oak@1, 1xtile.chisel.planks-oak@2, 1xtile.chisel.planks-oak@3, 1xtile.chisel.planks-oak@4, 1xtile.chisel.planks-oak@5, 1xtile.chisel.planks-oak@6, 1xtile.chisel.planks-oak@7, 1xtile.chisel.planks-oak@8, 1xtile.chisel.planks-oak@9, 1xtile.chisel.planks-oak@10, 1xtile.chisel.planks-oak@11, 1xtile.chisel.planks-oak@12, 1xtile.chisel.planks-oak@13, 1xtile.chisel.planks-oak@14, 1xtile.chisel.planks-spruce@0, 1xtile.chisel.planks-spruce@1, 1xtile.chisel.planks-spruce@2, 1xtile.chisel.planks-spruce@3, 1xtile.chisel.planks-spruce@4, 1xtile.chisel.planks-spruce@5, 1xtile.chisel.planks-spruce@6, 1xtile.chisel.planks-spruce@7, 1xtile.chisel.planks-spruce@8, 1xtile.chisel.planks-spruce@9, 1xtile.chisel.planks-spruce@10, 1xtile.chisel.planks-spruce@11, 1xtile.chisel.planks-spruce@12, 1xtile.chisel.planks-spruce@13, 1xtile.chisel.planks-spruce@14, 1xtile.chisel.planks-birch@0, 1xtile.chisel.planks-birch@1, 1xtile.chisel.planks-birch@2, 1xtile.chisel.planks-birch@3, 1xtile.chisel.planks-birch@4, 1xtile.chisel.planks-birch@5, 1xtile.chisel.planks-birch@6, 1xtile.chisel.planks-birch@7, 1xtile.chisel.planks-birch@8, 1xtile.chisel.planks-birch@9, 1xtile.chisel.planks-birch@10, 1xtile.chisel.planks-birch@11, 1xtile.chisel.planks-birch@12, 1xtile.chisel.planks-birch@13, 1xtile.chisel.planks-birch@14, 1xtile.chisel.planks-jungle@0, 1xtile.chisel.planks-jungle@1, 1xtile.chisel.planks-jungle@2, 1xtile.chisel.planks-jungle@3, 1xtile.chisel.planks-jungle@4, 1xtile.chisel.planks-jungle@5, 1xtile.chisel.planks-jungle@6, 1xtile.chisel.planks-jungle@7, 1xtile.chisel.planks-jungle@8, 1xtile.chisel.planks-jungle@9, 1xtile.chisel.planks-jungle@10, 1xtile.chisel.planks-jungle@11, 1xtile.chisel.planks-jungle@12, 1xtile.chisel.planks-jungle@13, 1xtile.chisel.planks-jungle@14, 1xtile.chisel.planks-acacia@0, 1xtile.chisel.planks-acacia@1, 1xtile.chisel.planks-acacia@2, 1xtile.chisel.planks-acacia@3, 1xtile.chisel.planks-acacia@4, 1xtile.chisel.planks-acacia@5, 1xtile.chisel.planks-acacia@6, 1xtile.chisel.planks-acacia@7, 1xtile.chisel.planks-acacia@8, 1xtile.chisel.planks-acacia@9, 1xtile.chisel.planks-acacia@10, 1xtile.chisel.planks-acacia@11, 1xtile.chisel.planks-acacia@12, 1xtile.chisel.planks-acacia@13, 1xtile.chisel.planks-acacia@14, 1xtile.chisel.planks-dark-oak@0, 1xtile.chisel.planks-dark-oak@1, 1xtile.chisel.planks-dark-oak@2, 1xtile.chisel.planks-dark-oak@3, 1xtile.chisel.planks-dark-oak@4, 1xtile.chisel.planks-dark-oak@5, 1xtile.chisel.planks-dark-oak@6, 1xtile.chisel.planks-dark-oak@7, 1xtile.chisel.planks-dark-oak@8, 1xtile.chisel.planks-dark-oak@9, 1xtile.chisel.planks-dark-oak@10, 1xtile.chisel.planks-dark-oak@11, 1xtile.chisel.planks-dark-oak@12, 1xtile.chisel.planks-dark-oak@13, 1xtile.chisel.planks-dark-oak@14, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8, 1xtile.natura.nether_planks@0, 1xtile.natura.nether_planks@1, 1xtile.natura.nether_planks@2, 1xtile.natura.nether_planks@3, 1xtile.planks_sakura@0, 1xtile.planks_mulberry@0, 1xtile.blocks.integrateddynamics.menril_planks@0, 1xtile.primal.planks@0, 1xtile.primal.planks@1, 1xtile.primal.planks@2, 1xtile.primal.planks@3, 1xtile.dltplank@0, 1xtile.dreadplanks@0, 1xtile.thebetweenlands.weedwood_planks@0, 1xtile.thebetweenlands.rubber_tree_planks@0, 1xtile.thebetweenlands.giant_root_planks@0, 1xtile.thebetweenlands.hearthgrove_planks@0, 1xtile.thebetweenlands.nibbletwig_planks@0, 1xtile.twilightforest.TowerStone@0, 1xtile.twilightforest.TowerStone@1, 1xtile.twilightforest.TowerStone@2, 1xtile.twilightforest.TowerStone@3, 1xtile.twilightforest.TowerStone@4, 1xtile.totemic:cedar_plank@0, 1xtile.traverse:fir_planks@0, 1xtile.kepler22b_planks.0@0, 1xtile.primal.planks@0, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8], type:SIDING parent:[1xtile.wood@0, 1xtile.wood@1, 1xtile.wood@2, 1xtile.wood@3, 1xtile.wood@4, 1xtile.wood@5, 1xtile.rustic.planks@0, 1xtile.rustic.planks@1, 1xtile.rustic.painted_wood_black@0, 1xtile.rustic.painted_wood_blue@0, 1xtile.rustic.painted_wood_brown@0, 1xtile.rustic.painted_wood_cyan@0, 1xtile.rustic.painted_wood_gray@0, 1xtile.rustic.painted_wood_green@0, 1xtile.rustic.painted_wood_light_blue@0, 1xtile.rustic.painted_wood_lime@0, 1xtile.rustic.painted_wood_magenta@0, 1xtile.rustic.painted_wood_orange@0, 1xtile.rustic.painted_wood_pink@0, 1xtile.rustic.painted_wood_purple@0, 1xtile.rustic.painted_wood_red@0, 1xtile.rustic.painted_wood_silver@0, 1xtile.rustic.painted_wood_white@0, 1xtile.rustic.painted_wood_yellow@0, 1xtile.chisel.planks-oak@0, 1xtile.chisel.planks-oak@1, 1xtile.chisel.planks-oak@2, 1xtile.chisel.planks-oak@3, 1xtile.chisel.planks-oak@4, 1xtile.chisel.planks-oak@5, 1xtile.chisel.planks-oak@6, 1xtile.chisel.planks-oak@7, 1xtile.chisel.planks-oak@8, 1xtile.chisel.planks-oak@9, 1xtile.chisel.planks-oak@10, 1xtile.chisel.planks-oak@11, 1xtile.chisel.planks-oak@12, 1xtile.chisel.planks-oak@13, 1xtile.chisel.planks-oak@14, 1xtile.chisel.planks-spruce@0, 1xtile.chisel.planks-spruce@1, 1xtile.chisel.planks-spruce@2, 1xtile.chisel.planks-spruce@3, 1xtile.chisel.planks-spruce@4, 1xtile.chisel.planks-spruce@5, 1xtile.chisel.planks-spruce@6, 1xtile.chisel.planks-spruce@7, 1xtile.chisel.planks-spruce@8, 1xtile.chisel.planks-spruce@9, 1xtile.chisel.planks-spruce@10, 1xtile.chisel.planks-spruce@11, 1xtile.chisel.planks-spruce@12, 1xtile.chisel.planks-spruce@13, 1xtile.chisel.planks-spruce@14, 1xtile.chisel.planks-birch@0, 1xtile.chisel.planks-birch@1, 1xtile.chisel.planks-birch@2, 1xtile.chisel.planks-birch@3, 1xtile.chisel.planks-birch@4, 1xtile.chisel.planks-birch@5, 1xtile.chisel.planks-birch@6, 1xtile.chisel.planks-birch@7, 1xtile.chisel.planks-birch@8, 1xtile.chisel.planks-birch@9, 1xtile.chisel.planks-birch@10, 1xtile.chisel.planks-birch@11, 1xtile.chisel.planks-birch@12, 1xtile.chisel.planks-birch@13, 1xtile.chisel.planks-birch@14, 1xtile.chisel.planks-jungle@0, 1xtile.chisel.planks-jungle@1, 1xtile.chisel.planks-jungle@2, 1xtile.chisel.planks-jungle@3, 1xtile.chisel.planks-jungle@4, 1xtile.chisel.planks-jungle@5, 1xtile.chisel.planks-jungle@6, 1xtile.chisel.planks-jungle@7, 1xtile.chisel.planks-jungle@8, 1xtile.chisel.planks-jungle@9, 1xtile.chisel.planks-jungle@10, 1xtile.chisel.planks-jungle@11, 1xtile.chisel.planks-jungle@12, 1xtile.chisel.planks-jungle@13, 1xtile.chisel.planks-jungle@14, 1xtile.chisel.planks-acacia@0, 1xtile.chisel.planks-acacia@1, 1xtile.chisel.planks-acacia@2, 1xtile.chisel.planks-acacia@3, 1xtile.chisel.planks-acacia@4, 1xtile.chisel.planks-acacia@5, 1xtile.chisel.planks-acacia@6, 1xtile.chisel.planks-acacia@7, 1xtile.chisel.planks-acacia@8, 1xtile.chisel.planks-acacia@9, 1xtile.chisel.planks-acacia@10, 1xtile.chisel.planks-acacia@11, 1xtile.chisel.planks-acacia@12, 1xtile.chisel.planks-acacia@13, 1xtile.chisel.planks-acacia@14, 1xtile.chisel.planks-dark-oak@0, 1xtile.chisel.planks-dark-oak@1, 1xtile.chisel.planks-dark-oak@2, 1xtile.chisel.planks-dark-oak@3, 1xtile.chisel.planks-dark-oak@4, 1xtile.chisel.planks-dark-oak@5, 1xtile.chisel.planks-dark-oak@6, 1xtile.chisel.planks-dark-oak@7, 1xtile.chisel.planks-dark-oak@8, 1xtile.chisel.planks-dark-oak@9, 1xtile.chisel.planks-dark-oak@10, 1xtile.chisel.planks-dark-oak@11, 1xtile.chisel.planks-dark-oak@12, 1xtile.chisel.planks-dark-oak@13, 1xtile.chisel.planks-dark-oak@14, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8, 1xtile.natura.nether_planks@0, 1xtile.natura.nether_planks@1, 1xtile.natura.nether_planks@2, 1xtile.natura.nether_planks@3, 1xtile.planks_sakura@0, 1xtile.planks_mulberry@0, 1xtile.blocks.integrateddynamics.menril_planks@0, 1xtile.primal.planks@0, 1xtile.primal.planks@1, 1xtile.primal.planks@2, 1xtile.primal.planks@3, 1xtile.dltplank@0, 1xtile.dreadplanks@0, 1xtile.thebetweenlands.weedwood_planks@0, 1xtile.thebetweenlands.rubber_tree_planks@0, 1xtile.thebetweenlands.giant_root_planks@0, 1xtile.thebetweenlands.hearthgrove_planks@0, 1xtile.thebetweenlands.nibbletwig_planks@0, 1xtile.twilightforest.TowerStone@0, 1xtile.twilightforest.TowerStone@1, 1xtile.twilightforest.TowerStone@2, 1xtile.twilightforest.TowerStone@3, 1xtile.twilightforest.TowerStone@4, 1xtile.totemic:cedar_plank@0, 1xtile.traverse:fir_planks@0, 1xtile.kepler22b_planks.0@0, 1xtile.primal.planks@0, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8], type:SIDING parent:[1xtile.wood@0, 1xtile.wood@1, 1xtile.wood@2, 1xtile.wood@3, 1xtile.wood@4, 1xtile.wood@5, 1xtile.rustic.planks@0, 1xtile.rustic.planks@1, 1xtile.rustic.painted_wood_black@0, 1xtile.rustic.painted_wood_blue@0, 1xtile.rustic.painted_wood_brown@0, 1xtile.rustic.painted_wood_cyan@0, 1xtile.rustic.painted_wood_gray@0, 1xtile.rustic.painted_wood_green@0, 1xtile.rustic.painted_wood_light_blue@0, 1xtile.rustic.painted_wood_lime@0, 1xtile.rustic.painted_wood_magenta@0, 1xtile.rustic.painted_wood_orange@0, 1xtile.rustic.painted_wood_pink@0, 1xtile.rustic.painted_wood_purple@0, 1xtile.rustic.painted_wood_red@0, 1xtile.rustic.painted_wood_silver@0, 1xtile.rustic.painted_wood_white@0, 1xtile.rustic.painted_wood_yellow@0, 1xtile.chisel.planks-oak@0, 1xtile.chisel.planks-oak@1, 1xtile.chisel.planks-oak@2, 1xtile.chisel.planks-oak@3, 1xtile.chisel.planks-oak@4, 1xtile.chisel.planks-oak@5, 1xtile.chisel.planks-oak@6, 1xtile.chisel.planks-oak@7, 1xtile.chisel.planks-oak@8, 1xtile.chisel.planks-oak@9, 1xtile.chisel.planks-oak@10, 1xtile.chisel.planks-oak@11, 1xtile.chisel.planks-oak@12, 1xtile.chisel.planks-oak@13, 1xtile.chisel.planks-oak@14, 1xtile.chisel.planks-spruce@0, 1xtile.chisel.planks-spruce@1, 1xtile.chisel.planks-spruce@2, 1xtile.chisel.planks-spruce@3, 1xtile.chisel.planks-spruce@4, 1xtile.chisel.planks-spruce@5, 1xtile.chisel.planks-spruce@6, 1xtile.chisel.planks-spruce@7, 1xtile.chisel.planks-spruce@8, 1xtile.chisel.planks-spruce@9, 1xtile.chisel.planks-spruce@10, 1xtile.chisel.planks-spruce@11, 1xtile.chisel.planks-spruce@12, 1xtile.chisel.planks-spruce@13, 1xtile.chisel.planks-spruce@14, 1xtile.chisel.planks-birch@0, 1xtile.chisel.planks-birch@1, 1xtile.chisel.planks-birch@2, 1xtile.chisel.planks-birch@3, 1xtile.chisel.planks-birch@4, 1xtile.chisel.planks-birch@5, 1xtile.chisel.planks-birch@6, 1xtile.chisel.planks-birch@7, 1xtile.chisel.planks-birch@8, 1xtile.chisel.planks-birch@9, 1xtile.chisel.planks-birch@10, 1xtile.chisel.planks-birch@11, 1xtile.chisel.planks-birch@12, 1xtile.chisel.planks-birch@13, 1xtile.chisel.planks-birch@14, 1xtile.chisel.planks-jungle@0, 1xtile.chisel.planks-jungle@1, 1xtile.chisel.planks-jungle@2, 1xtile.chisel.planks-jungle@3, 1xtile.chisel.planks-jungle@4, 1xtile.chisel.planks-jungle@5, 1xtile.chisel.planks-jungle@6, 1xtile.chisel.planks-jungle@7, 1xtile.chisel.planks-jungle@8, 1xtile.chisel.planks-jungle@9, 1xtile.chisel.planks-jungle@10, 1xtile.chisel.planks-jungle@11, 1xtile.chisel.planks-jungle@12, 1xtile.chisel.planks-jungle@13, 1xtile.chisel.planks-jungle@14, 1xtile.chisel.planks-acacia@0, 1xtile.chisel.planks-acacia@1, 1xtile.chisel.planks-acacia@2, 1xtile.chisel.planks-acacia@3, 1xtile.chisel.planks-acacia@4, 1xtile.chisel.planks-acacia@5, 1xtile.chisel.planks-acacia@6, 1xtile.chisel.planks-acacia@7, 1xtile.chisel.planks-acacia@8, 1xtile.chisel.planks-acacia@9, 1xtile.chisel.planks-acacia@10, 1xtile.chisel.planks-acacia@11, 1xtile.chisel.planks-acacia@12, 1xtile.chisel.planks-acacia@13, 1xtile.chisel.planks-acacia@14, 1xtile.chisel.planks-dark-oak@0, 1xtile.chisel.planks-dark-oak@1, 1xtile.chisel.planks-dark-oak@2, 1xtile.chisel.planks-dark-oak@3, 1xtile.chisel.planks-dark-oak@4, 1xtile.chisel.planks-dark-oak@5, 1xtile.chisel.planks-dark-oak@6, 1xtile.chisel.planks-dark-oak@7, 1xtile.chisel.planks-dark-oak@8, 1xtile.chisel.planks-dark-oak@9, 1xtile.chisel.planks-dark-oak@10, 1xtile.chisel.planks-dark-oak@11, 1xtile.chisel.planks-dark-oak@12, 1xtile.chisel.planks-dark-oak@13, 1xtile.chisel.planks-dark-oak@14, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8, 1xtile.natura.nether_planks@0, 1xtile.natura.nether_planks@1, 1xtile.natura.nether_planks@2, 1xtile.natura.nether_planks@3, 1xtile.planks_sakura@0, 1xtile.planks_mulberry@0, 1xtile.blocks.integrateddynamics.menril_planks@0, 1xtile.primal.planks@0, 1xtile.primal.planks@1, 1xtile.primal.planks@2, 1xtile.primal.planks@3, 1xtile.dltplank@0, 1xtile.dreadplanks@0, 1xtile.thebetweenlands.weedwood_planks@0, 1xtile.thebetweenlands.rubber_tree_planks@0, 1xtile.thebetweenlands.giant_root_planks@0, 1xtile.thebetweenlands.hearthgrove_planks@0, 1xtile.thebetweenlands.nibbletwig_planks@0, 1xtile.twilightforest.TowerStone@0, 1xtile.twilightforest.TowerStone@1, 1xtile.twilightforest.TowerStone@2, 1xtile.twilightforest.TowerStone@3, 1xtile.twilightforest.TowerStone@4, 1xtile.totemic:cedar_plank@0, 1xtile.traverse:fir_planks@0, 1xtile.kepler22b_planks.0@0, 1xtile.primal.planks@0, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8], type:SIDING parent:[1xtile.wood@0, 1xtile.wood@1, 1xtile.wood@2, 1xtile.wood@3, 1xtile.wood@4, 1xtile.wood@5, 1xtile.rustic.planks@0, 1xtile.rustic.planks@1, 1xtile.rustic.painted_wood_black@0, 1xtile.rustic.painted_wood_blue@0, 1xtile.rustic.painted_wood_brown@0, 1xtile.rustic.painted_wood_cyan@0, 1xtile.rustic.painted_wood_gray@0, 1xtile.rustic.painted_wood_green@0, 1xtile.rustic.painted_wood_light_blue@0, 1xtile.rustic.painted_wood_lime@0, 1xtile.rustic.painted_wood_magenta@0, 1xtile.rustic.painted_wood_orange@0, 1xtile.rustic.painted_wood_pink@0, 1xtile.rustic.painted_wood_purple@0, 1xtile.rustic.painted_wood_red@0, 1xtile.rustic.painted_wood_silver@0, 1xtile.rustic.painted_wood_white@0, 1xtile.rustic.painted_wood_yellow@0, 1xtile.chisel.planks-oak@0, 1xtile.chisel.planks-oak@1, 1xtile.chisel.planks-oak@2, 1xtile.chisel.planks-oak@3, 1xtile.chisel.planks-oak@4, 1xtile.chisel.planks-oak@5, 1xtile.chisel.planks-oak@6, 1xtile.chisel.planks-oak@7, 1xtile.chisel.planks-oak@8, 1xtile.chisel.planks-oak@9, 1xtile.chisel.planks-oak@10, 1xtile.chisel.planks-oak@11, 1xtile.chisel.planks-oak@12, 1xtile.chisel.planks-oak@13, 1xtile.chisel.planks-oak@14, 1xtile.chisel.planks-spruce@0, 1xtile.chisel.planks-spruce@1, 1xtile.chisel.planks-spruce@2, 1xtile.chisel.planks-spruce@3, 1xtile.chisel.planks-spruce@4, 1xtile.chisel.planks-spruce@5, 1xtile.chisel.planks-spruce@6, 1xtile.chisel.planks-spruce@7, 1xtile.chisel.planks-spruce@8, 1xtile.chisel.planks-spruce@9, 1xtile.chisel.planks-spruce@10, 1xtile.chisel.planks-spruce@11, 1xtile.chisel.planks-spruce@12, 1xtile.chisel.planks-spruce@13, 1xtile.chisel.planks-spruce@14, 1xtile.chisel.planks-birch@0, 1xtile.chisel.planks-birch@1, 1xtile.chisel.planks-birch@2, 1xtile.chisel.planks-birch@3, 1xtile.chisel.planks-birch@4, 1xtile.chisel.planks-birch@5, 1xtile.chisel.planks-birch@6, 1xtile.chisel.planks-birch@7, 1xtile.chisel.planks-birch@8, 1xtile.chisel.planks-birch@9, 1xtile.chisel.planks-birch@10, 1xtile.chisel.planks-birch@11, 1xtile.chisel.planks-birch@12, 1xtile.chisel.planks-birch@13, 1xtile.chisel.planks-birch@14, 1xtile.chisel.planks-jungle@0, 1xtile.chisel.planks-jungle@1, 1xtile.chisel.planks-jungle@2, 1xtile.chisel.planks-jungle@3, 1xtile.chisel.planks-jungle@4, 1xtile.chisel.planks-jungle@5, 1xtile.chisel.planks-jungle@6, 1xtile.chisel.planks-jungle@7, 1xtile.chisel.planks-jungle@8, 1xtile.chisel.planks-jungle@9, 1xtile.chisel.planks-jungle@10, 1xtile.chisel.planks-jungle@11, 1xtile.chisel.planks-jungle@12, 1xtile.chisel.planks-jungle@13, 1xtile.chisel.planks-jungle@14, 1xtile.chisel.planks-acacia@0, 1xtile.chisel.planks-acacia@1, 1xtile.chisel.planks-acacia@2, 1xtile.chisel.planks-acacia@3, 1xtile.chisel.planks-acacia@4, 1xtile.chisel.planks-acacia@5, 1xtile.chisel.planks-acacia@6, 1xtile.chisel.planks-acacia@7, 1xtile.chisel.planks-acacia@8, 1xtile.chisel.planks-acacia@9, 1xtile.chisel.planks-acacia@10, 1xtile.chisel.planks-acacia@11, 1xtile.chisel.planks-acacia@12, 1xtile.chisel.planks-acacia@13, 1xtile.chisel.planks-acacia@14, 1xtile.chisel.planks-dark-oak@0, 1xtile.chisel.planks-dark-oak@1, 1xtile.chisel.planks-dark-oak@2, 1xtile.chisel.planks-dark-oak@3, 1xtile.chisel.planks-dark-oak@4, 1xtile.chisel.planks-dark-oak@5, 1xtile.chisel.planks-dark-oak@6, 1xtile.chisel.planks-dark-oak@7, 1xtile.chisel.planks-dark-oak@8, 1xtile.chisel.planks-dark-oak@9, 1xtile.chisel.planks-dark-oak@10, 1xtile.chisel.planks-dark-oak@11, 1xtile.chisel.planks-dark-oak@12, 1xtile.chisel.planks-dark-oak@13, 1xtile.chisel.planks-dark-oak@14, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8, 1xtile.natura.nether_planks@0, 1xtile.natura.nether_planks@1, 1xtile.natura.nether_planks@2, 1xtile.natura.nether_planks@3, 1xtile.planks_sakura@0, 1xtile.planks_mulberry@0, 1xtile.blocks.integrateddynamics.menril_planks@0, 1xtile.primal.planks@0, 1xtile.primal.planks@1, 1xtile.primal.planks@2, 1xtile.primal.planks@3, 1xtile.dltplank@0, 1xtile.dreadplanks@0, 1xtile.thebetweenlands.weedwood_planks@0, 1xtile.thebetweenlands.rubber_tree_planks@0, 1xtile.thebetweenlands.giant_root_planks@0, 1xtile.thebetweenlands.hearthgrove_planks@0, 1xtile.thebetweenlands.nibbletwig_planks@0, 1xtile.twilightforest.TowerStone@0, 1xtile.twilightforest.TowerStone@1, 1xtile.twilightforest.TowerStone@2, 1xtile.twilightforest.TowerStone@3, 1xtile.twilightforest.TowerStone@4, 1xtile.totemic:cedar_plank@0, 1xtile.traverse:fir_planks@0, 1xtile.kepler22b_planks.0@0, 1xtile.primal.planks@0, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8]]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.doorOak@0 new recipe: RecipeStage{tier='one', recipe=1xitem.doorOak@0:[type:SIDING parent:[1xtile.wood@0], type:SIDING parent:[1xtile.wood@0], type:SIDING parent:[1xtile.wood@0], type:SIDING parent:[1xtile.wood@0], type:SIDING parent:[1xtile.wood@0], type:SIDING parent:[1xtile.wood@0]]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.birchFenceGate@0 new recipe: RecipeStage{tier='one', recipe=1xtile.birchFenceGate@0:[type:MOULDING parent:[1xtile.wood@2], type:SIDING parent:[1xtile.wood@2], type:MOULDING parent:[1xtile.wood@2]]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xtile.acaciaFence@0 new recipe: RecipeStage{tier='one', recipe=2xtile.acaciaFence@0:[type:MOULDING parent:[1xtile.wood@4], type:MOULDING parent:[1xtile.wood@4], type:MOULDING parent:[1xtile.wood@4]]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.stairsWoodJungle@0 new recipe: RecipeStage{tier='one', recipe=1xtile.stairsWoodJungle@0:[type:MOULDING parent:[1xtile.wood@3], net.minecraft.item.crafting.Ingredient$1@7e2c8622, type:MOULDING parent:[1xtile.wood@3], type:MOULDING parent:[1xtile.wood@3]]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.doorJungle@0 new recipe: RecipeStage{tier='one', recipe=1xitem.doorJungle@0:[type:SIDING parent:[1xtile.wood@3], type:SIDING parent:[1xtile.wood@3], type:SIDING parent:[1xtile.wood@3], type:SIDING parent:[1xtile.wood@3], type:SIDING parent:[1xtile.wood@3], type:SIDING parent:[1xtile.wood@3]]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.fenceGate@0 new recipe: RecipeStage{tier='one', recipe=1xtile.fenceGate@0:[type:MOULDING parent:[1xtile.wood@0], type:SIDING parent:[1xtile.wood@0], type:MOULDING parent:[1xtile.wood@0]]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.stairsNetherBrick@0 new recipe: RecipeStage{tier='one', recipe=1xtile.stairsNetherBrick@0:[type:MOULDING parent:[1xtile.netherBrick@0], net.minecraft.item.crafting.Ingredient$1@7e2c8622, type:MOULDING parent:[1xtile.netherBrick@0], type:MOULDING parent:[1xtile.netherBrick@0]]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xtile.fence@0 new recipe: RecipeStage{tier='one', recipe=2xtile.fence@0:[type:MOULDING parent:[1xtile.wood@0], type:MOULDING parent:[1xtile.wood@0], type:MOULDING parent:[1xtile.wood@0]]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.stairsBrick@0 new recipe: RecipeStage{tier='one', recipe=1xtile.stairsBrick@0:[type:MOULDING parent:[1xitem.brick@0], net.minecraft.item.crafting.Ingredient$1@7e2c8622, type:MOULDING parent:[1xitem.brick@0], type:MOULDING parent:[1xitem.brick@0]]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xitem.sign@0 new recipe: RecipeStage{tier='zero', recipe=3xitem.sign@0:[type:SIDING parent:[1xtile.wood@0, 1xtile.wood@1, 1xtile.wood@2, 1xtile.wood@3, 1xtile.wood@4, 1xtile.wood@5, 1xtile.rustic.planks@0, 1xtile.rustic.planks@1, 1xtile.rustic.painted_wood_black@0, 1xtile.rustic.painted_wood_blue@0, 1xtile.rustic.painted_wood_brown@0, 1xtile.rustic.painted_wood_cyan@0, 1xtile.rustic.painted_wood_gray@0, 1xtile.rustic.painted_wood_green@0, 1xtile.rustic.painted_wood_light_blue@0, 1xtile.rustic.painted_wood_lime@0, 1xtile.rustic.painted_wood_magenta@0, 1xtile.rustic.painted_wood_orange@0, 1xtile.rustic.painted_wood_pink@0, 1xtile.rustic.painted_wood_purple@0, 1xtile.rustic.painted_wood_red@0, 1xtile.rustic.painted_wood_silver@0, 1xtile.rustic.painted_wood_white@0, 1xtile.rustic.painted_wood_yellow@0, 1xtile.chisel.planks-oak@0, 1xtile.chisel.planks-oak@1, 1xtile.chisel.planks-oak@2, 1xtile.chisel.planks-oak@3, 1xtile.chisel.planks-oak@4, 1xtile.chisel.planks-oak@5, 1xtile.chisel.planks-oak@6, 1xtile.chisel.planks-oak@7, 1xtile.chisel.planks-oak@8, 1xtile.chisel.planks-oak@9, 1xtile.chisel.planks-oak@10, 1xtile.chisel.planks-oak@11, 1xtile.chisel.planks-oak@12, 1xtile.chisel.planks-oak@13, 1xtile.chisel.planks-oak@14, 1xtile.chisel.planks-spruce@0, 1xtile.chisel.planks-spruce@1, 1xtile.chisel.planks-spruce@2, 1xtile.chisel.planks-spruce@3, 1xtile.chisel.planks-spruce@4, 1xtile.chisel.planks-spruce@5, 1xtile.chisel.planks-spruce@6, 1xtile.chisel.planks-spruce@7, 1xtile.chisel.planks-spruce@8, 1xtile.chisel.planks-spruce@9, 1xtile.chisel.planks-spruce@10, 1xtile.chisel.planks-spruce@11, 1xtile.chisel.planks-spruce@12, 1xtile.chisel.planks-spruce@13, 1xtile.chisel.planks-spruce@14, 1xtile.chisel.planks-birch@0, 1xtile.chisel.planks-birch@1, 1xtile.chisel.planks-birch@2, 1xtile.chisel.planks-birch@3, 1xtile.chisel.planks-birch@4, 1xtile.chisel.planks-birch@5, 1xtile.chisel.planks-birch@6, 1xtile.chisel.planks-birch@7, 1xtile.chisel.planks-birch@8, 1xtile.chisel.planks-birch@9, 1xtile.chisel.planks-birch@10, 1xtile.chisel.planks-birch@11, 1xtile.chisel.planks-birch@12, 1xtile.chisel.planks-birch@13, 1xtile.chisel.planks-birch@14, 1xtile.chisel.planks-jungle@0, 1xtile.chisel.planks-jungle@1, 1xtile.chisel.planks-jungle@2, 1xtile.chisel.planks-jungle@3, 1xtile.chisel.planks-jungle@4, 1xtile.chisel.planks-jungle@5, 1xtile.chisel.planks-jungle@6, 1xtile.chisel.planks-jungle@7, 1xtile.chisel.planks-jungle@8, 1xtile.chisel.planks-jungle@9, 1xtile.chisel.planks-jungle@10, 1xtile.chisel.planks-jungle@11, 1xtile.chisel.planks-jungle@12, 1xtile.chisel.planks-jungle@13, 1xtile.chisel.planks-jungle@14, 1xtile.chisel.planks-acacia@0, 1xtile.chisel.planks-acacia@1, 1xtile.chisel.planks-acacia@2, 1xtile.chisel.planks-acacia@3, 1xtile.chisel.planks-acacia@4, 1xtile.chisel.planks-acacia@5, 1xtile.chisel.planks-acacia@6, 1xtile.chisel.planks-acacia@7, 1xtile.chisel.planks-acacia@8, 1xtile.chisel.planks-acacia@9, 1xtile.chisel.planks-acacia@10, 1xtile.chisel.planks-acacia@11, 1xtile.chisel.planks-acacia@12, 1xtile.chisel.planks-acacia@13, 1xtile.chisel.planks-acacia@14, 1xtile.chisel.planks-dark-oak@0, 1xtile.chisel.planks-dark-oak@1, 1xtile.chisel.planks-dark-oak@2, 1xtile.chisel.planks-dark-oak@3, 1xtile.chisel.planks-dark-oak@4, 1xtile.chisel.planks-dark-oak@5, 1xtile.chisel.planks-dark-oak@6, 1xtile.chisel.planks-dark-oak@7, 1xtile.chisel.planks-dark-oak@8, 1xtile.chisel.planks-dark-oak@9, 1xtile.chisel.planks-dark-oak@10, 1xtile.chisel.planks-dark-oak@11, 1xtile.chisel.planks-dark-oak@12, 1xtile.chisel.planks-dark-oak@13, 1xtile.chisel.planks-dark-oak@14, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8, 1xtile.natura.nether_planks@0, 1xtile.natura.nether_planks@1, 1xtile.natura.nether_planks@2, 1xtile.natura.nether_planks@3, 1xtile.planks_sakura@0, 1xtile.planks_mulberry@0, 1xtile.blocks.integrateddynamics.menril_planks@0, 1xtile.primal.planks@0, 1xtile.primal.planks@1, 1xtile.primal.planks@2, 1xtile.primal.planks@3, 1xtile.dltplank@0, 1xtile.dreadplanks@0, 1xtile.thebetweenlands.weedwood_planks@0, 1xtile.thebetweenlands.rubber_tree_planks@0, 1xtile.thebetweenlands.giant_root_planks@0, 1xtile.thebetweenlands.hearthgrove_planks@0, 1xtile.thebetweenlands.nibbletwig_planks@0, 1xtile.twilightforest.TowerStone@0, 1xtile.twilightforest.TowerStone@1, 1xtile.twilightforest.TowerStone@2, 1xtile.twilightforest.TowerStone@3, 1xtile.twilightforest.TowerStone@4, 1xtile.totemic:cedar_plank@0, 1xtile.traverse:fir_planks@0, 1xtile.kepler22b_planks.0@0, 1xtile.primal.planks@0, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8], type:MOULDING parent:[1xtile.wood@0, 1xtile.wood@1, 1xtile.wood@2, 1xtile.wood@3, 1xtile.wood@4, 1xtile.wood@5, 1xtile.rustic.planks@0, 1xtile.rustic.planks@1, 1xtile.rustic.painted_wood_black@0, 1xtile.rustic.painted_wood_blue@0, 1xtile.rustic.painted_wood_brown@0, 1xtile.rustic.painted_wood_cyan@0, 1xtile.rustic.painted_wood_gray@0, 1xtile.rustic.painted_wood_green@0, 1xtile.rustic.painted_wood_light_blue@0, 1xtile.rustic.painted_wood_lime@0, 1xtile.rustic.painted_wood_magenta@0, 1xtile.rustic.painted_wood_orange@0, 1xtile.rustic.painted_wood_pink@0, 1xtile.rustic.painted_wood_purple@0, 1xtile.rustic.painted_wood_red@0, 1xtile.rustic.painted_wood_silver@0, 1xtile.rustic.painted_wood_white@0, 1xtile.rustic.painted_wood_yellow@0, 1xtile.chisel.planks-oak@0, 1xtile.chisel.planks-oak@1, 1xtile.chisel.planks-oak@2, 1xtile.chisel.planks-oak@3, 1xtile.chisel.planks-oak@4, 1xtile.chisel.planks-oak@5, 1xtile.chisel.planks-oak@6, 1xtile.chisel.planks-oak@7, 1xtile.chisel.planks-oak@8, 1xtile.chisel.planks-oak@9, 1xtile.chisel.planks-oak@10, 1xtile.chisel.planks-oak@11, 1xtile.chisel.planks-oak@12, 1xtile.chisel.planks-oak@13, 1xtile.chisel.planks-oak@14, 1xtile.chisel.planks-spruce@0, 1xtile.chisel.planks-spruce@1, 1xtile.chisel.planks-spruce@2, 1xtile.chisel.planks-spruce@3, 1xtile.chisel.planks-spruce@4, 1xtile.chisel.planks-spruce@5, 1xtile.chisel.planks-spruce@6, 1xtile.chisel.planks-spruce@7, 1xtile.chisel.planks-spruce@8, 1xtile.chisel.planks-spruce@9, 1xtile.chisel.planks-spruce@10, 1xtile.chisel.planks-spruce@11, 1xtile.chisel.planks-spruce@12, 1xtile.chisel.planks-spruce@13, 1xtile.chisel.planks-spruce@14, 1xtile.chisel.planks-birch@0, 1xtile.chisel.planks-birch@1, 1xtile.chisel.planks-birch@2, 1xtile.chisel.planks-birch@3, 1xtile.chisel.planks-birch@4, 1xtile.chisel.planks-birch@5, 1xtile.chisel.planks-birch@6, 1xtile.chisel.planks-birch@7, 1xtile.chisel.planks-birch@8, 1xtile.chisel.planks-birch@9, 1xtile.chisel.planks-birch@10, 1xtile.chisel.planks-birch@11, 1xtile.chisel.planks-birch@12, 1xtile.chisel.planks-birch@13, 1xtile.chisel.planks-birch@14, 1xtile.chisel.planks-jungle@0, 1xtile.chisel.planks-jungle@1, 1xtile.chisel.planks-jungle@2, 1xtile.chisel.planks-jungle@3, 1xtile.chisel.planks-jungle@4, 1xtile.chisel.planks-jungle@5, 1xtile.chisel.planks-jungle@6, 1xtile.chisel.planks-jungle@7, 1xtile.chisel.planks-jungle@8, 1xtile.chisel.planks-jungle@9, 1xtile.chisel.planks-jungle@10, 1xtile.chisel.planks-jungle@11, 1xtile.chisel.planks-jungle@12, 1xtile.chisel.planks-jungle@13, 1xtile.chisel.planks-jungle@14, 1xtile.chisel.planks-acacia@0, 1xtile.chisel.planks-acacia@1, 1xtile.chisel.planks-acacia@2, 1xtile.chisel.planks-acacia@3, 1xtile.chisel.planks-acacia@4, 1xtile.chisel.planks-acacia@5, 1xtile.chisel.planks-acacia@6, 1xtile.chisel.planks-acacia@7, 1xtile.chisel.planks-acacia@8, 1xtile.chisel.planks-acacia@9, 1xtile.chisel.planks-acacia@10, 1xtile.chisel.planks-acacia@11, 1xtile.chisel.planks-acacia@12, 1xtile.chisel.planks-acacia@13, 1xtile.chisel.planks-acacia@14, 1xtile.chisel.planks-dark-oak@0, 1xtile.chisel.planks-dark-oak@1, 1xtile.chisel.planks-dark-oak@2, 1xtile.chisel.planks-dark-oak@3, 1xtile.chisel.planks-dark-oak@4, 1xtile.chisel.planks-dark-oak@5, 1xtile.chisel.planks-dark-oak@6, 1xtile.chisel.planks-dark-oak@7, 1xtile.chisel.planks-dark-oak@8, 1xtile.chisel.planks-dark-oak@9, 1xtile.chisel.planks-dark-oak@10, 1xtile.chisel.planks-dark-oak@11, 1xtile.chisel.planks-dark-oak@12, 1xtile.chisel.planks-dark-oak@13, 1xtile.chisel.planks-dark-oak@14, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8, 1xtile.natura.nether_planks@0, 1xtile.natura.nether_planks@1, 1xtile.natura.nether_planks@2, 1xtile.natura.nether_planks@3, 1xtile.planks_sakura@0, 1xtile.planks_mulberry@0, 1xtile.blocks.integrateddynamics.menril_planks@0, 1xtile.primal.planks@0, 1xtile.primal.planks@1, 1xtile.primal.planks@2, 1xtile.primal.planks@3, 1xtile.dltplank@0, 1xtile.dreadplanks@0, 1xtile.thebetweenlands.weedwood_planks@0, 1xtile.thebetweenlands.rubber_tree_planks@0, 1xtile.thebetweenlands.giant_root_planks@0, 1xtile.thebetweenlands.hearthgrove_planks@0, 1xtile.thebetweenlands.nibbletwig_planks@0, 1xtile.twilightforest.TowerStone@0, 1xtile.twilightforest.TowerStone@1, 1xtile.twilightforest.TowerStone@2, 1xtile.twilightforest.TowerStone@3, 1xtile.twilightforest.TowerStone@4, 1xtile.totemic:cedar_plank@0, 1xtile.traverse:fir_planks@0, 1xtile.kepler22b_planks.0@0, 1xtile.primal.planks@0, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8]]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.darkOakFenceGate@0 new recipe: RecipeStage{tier='one', recipe=1xtile.darkOakFenceGate@0:[type:MOULDING parent:[1xtile.wood@5], type:SIDING parent:[1xtile.wood@5], type:MOULDING parent:[1xtile.wood@5]]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.stairsSandStone@0 new recipe: RecipeStage{tier='one', recipe=1xtile.stairsSandStone@0:[type:MOULDING parent:[1xtile.sandStone@0], net.minecraft.item.crafting.Ingredient$1@7e2c8622, type:MOULDING parent:[1xtile.sandStone@0], type:MOULDING parent:[1xtile.sandStone@0]]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.doorSpruce@0 new recipe: RecipeStage{tier='one', recipe=1xitem.doorSpruce@0:[type:SIDING parent:[1xtile.wood@1], type:SIDING parent:[1xtile.wood@1], type:SIDING parent:[1xtile.wood@1], type:SIDING parent:[1xtile.wood@1], type:SIDING parent:[1xtile.wood@1], type:SIDING parent:[1xtile.wood@1]]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.stairsWoodBirch@0 new recipe: RecipeStage{tier='one', recipe=1xtile.stairsWoodBirch@0:[type:MOULDING parent:[1xtile.wood@2], net.minecraft.item.crafting.Ingredient$1@7e2c8622, type:MOULDING parent:[1xtile.wood@2], type:MOULDING parent:[1xtile.wood@2]]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.spruceFenceGate@0 new recipe: RecipeStage{tier='one', recipe=1xtile.spruceFenceGate@0:[type:MOULDING parent:[1xtile.wood@1], type:SIDING parent:[1xtile.wood@1], type:MOULDING parent:[1xtile.wood@1]]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.stairsStoneBrickSmooth@0 new recipe: RecipeStage{tier='two', recipe=1xtile.stairsStoneBrickSmooth@0:[type:MOULDING parent:[1xtile.stonebricksmooth@0], net.minecraft.item.crafting.Ingredient$1@7e2c8622, type:MOULDING parent:[1xtile.stonebricksmooth@0], type:MOULDING parent:[1xtile.stonebricksmooth@0]]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xtile.jungleFence@0 new recipe: RecipeStage{tier='one', recipe=2xtile.jungleFence@0:[type:MOULDING parent:[1xtile.wood@3], type:MOULDING parent:[1xtile.wood@3], type:MOULDING parent:[1xtile.wood@3]]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.stairsWoodAcacia@0 new recipe: RecipeStage{tier='one', recipe=1xtile.stairsWoodAcacia@0:[type:MOULDING parent:[1xtile.wood@4], net.minecraft.item.crafting.Ingredient$1@7e2c8622, type:MOULDING parent:[1xtile.wood@4], type:MOULDING parent:[1xtile.wood@4]]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.oak_trapdoor@0 new recipe: RecipeStage{tier='one', recipe=1xtile.oak_trapdoor@0:[type:SIDING parent:[1xtile.wood@0, 1xtile.wood@1, 1xtile.wood@2, 1xtile.wood@3, 1xtile.wood@4, 1xtile.wood@5, 1xtile.rustic.planks@0, 1xtile.rustic.planks@1, 1xtile.rustic.painted_wood_black@0, 1xtile.rustic.painted_wood_blue@0, 1xtile.rustic.painted_wood_brown@0, 1xtile.rustic.painted_wood_cyan@0, 1xtile.rustic.painted_wood_gray@0, 1xtile.rustic.painted_wood_green@0, 1xtile.rustic.painted_wood_light_blue@0, 1xtile.rustic.painted_wood_lime@0, 1xtile.rustic.painted_wood_magenta@0, 1xtile.rustic.painted_wood_orange@0, 1xtile.rustic.painted_wood_pink@0, 1xtile.rustic.painted_wood_purple@0, 1xtile.rustic.painted_wood_red@0, 1xtile.rustic.painted_wood_silver@0, 1xtile.rustic.painted_wood_white@0, 1xtile.rustic.painted_wood_yellow@0, 1xtile.chisel.planks-oak@0, 1xtile.chisel.planks-oak@1, 1xtile.chisel.planks-oak@2, 1xtile.chisel.planks-oak@3, 1xtile.chisel.planks-oak@4, 1xtile.chisel.planks-oak@5, 1xtile.chisel.planks-oak@6, 1xtile.chisel.planks-oak@7, 1xtile.chisel.planks-oak@8, 1xtile.chisel.planks-oak@9, 1xtile.chisel.planks-oak@10, 1xtile.chisel.planks-oak@11, 1xtile.chisel.planks-oak@12, 1xtile.chisel.planks-oak@13, 1xtile.chisel.planks-oak@14, 1xtile.chisel.planks-spruce@0, 1xtile.chisel.planks-spruce@1, 1xtile.chisel.planks-spruce@2, 1xtile.chisel.planks-spruce@3, 1xtile.chisel.planks-spruce@4, 1xtile.chisel.planks-spruce@5, 1xtile.chisel.planks-spruce@6, 1xtile.chisel.planks-spruce@7, 1xtile.chisel.planks-spruce@8, 1xtile.chisel.planks-spruce@9, 1xtile.chisel.planks-spruce@10, 1xtile.chisel.planks-spruce@11, 1xtile.chisel.planks-spruce@12, 1xtile.chisel.planks-spruce@13, 1xtile.chisel.planks-spruce@14, 1xtile.chisel.planks-birch@0, 1xtile.chisel.planks-birch@1, 1xtile.chisel.planks-birch@2, 1xtile.chisel.planks-birch@3, 1xtile.chisel.planks-birch@4, 1xtile.chisel.planks-birch@5, 1xtile.chisel.planks-birch@6, 1xtile.chisel.planks-birch@7, 1xtile.chisel.planks-birch@8, 1xtile.chisel.planks-birch@9, 1xtile.chisel.planks-birch@10, 1xtile.chisel.planks-birch@11, 1xtile.chisel.planks-birch@12, 1xtile.chisel.planks-birch@13, 1xtile.chisel.planks-birch@14, 1xtile.chisel.planks-jungle@0, 1xtile.chisel.planks-jungle@1, 1xtile.chisel.planks-jungle@2, 1xtile.chisel.planks-jungle@3, 1xtile.chisel.planks-jungle@4, 1xtile.chisel.planks-jungle@5, 1xtile.chisel.planks-jungle@6, 1xtile.chisel.planks-jungle@7, 1xtile.chisel.planks-jungle@8, 1xtile.chisel.planks-jungle@9, 1xtile.chisel.planks-jungle@10, 1xtile.chisel.planks-jungle@11, 1xtile.chisel.planks-jungle@12, 1xtile.chisel.planks-jungle@13, 1xtile.chisel.planks-jungle@14, 1xtile.chisel.planks-acacia@0, 1xtile.chisel.planks-acacia@1, 1xtile.chisel.planks-acacia@2, 1xtile.chisel.planks-acacia@3, 1xtile.chisel.planks-acacia@4, 1xtile.chisel.planks-acacia@5, 1xtile.chisel.planks-acacia@6, 1xtile.chisel.planks-acacia@7, 1xtile.chisel.planks-acacia@8, 1xtile.chisel.planks-acacia@9, 1xtile.chisel.planks-acacia@10, 1xtile.chisel.planks-acacia@11, 1xtile.chisel.planks-acacia@12, 1xtile.chisel.planks-acacia@13, 1xtile.chisel.planks-acacia@14, 1xtile.chisel.planks-dark-oak@0, 1xtile.chisel.planks-dark-oak@1, 1xtile.chisel.planks-dark-oak@2, 1xtile.chisel.planks-dark-oak@3, 1xtile.chisel.planks-dark-oak@4, 1xtile.chisel.planks-dark-oak@5, 1xtile.chisel.planks-dark-oak@6, 1xtile.chisel.planks-dark-oak@7, 1xtile.chisel.planks-dark-oak@8, 1xtile.chisel.planks-dark-oak@9, 1xtile.chisel.planks-dark-oak@10, 1xtile.chisel.planks-dark-oak@11, 1xtile.chisel.planks-dark-oak@12, 1xtile.chisel.planks-dark-oak@13, 1xtile.chisel.planks-dark-oak@14, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8, 1xtile.natura.nether_planks@0, 1xtile.natura.nether_planks@1, 1xtile.natura.nether_planks@2, 1xtile.natura.nether_planks@3, 1xtile.planks_sakura@0, 1xtile.planks_mulberry@0, 1xtile.blocks.integrateddynamics.menril_planks@0, 1xtile.primal.planks@0, 1xtile.primal.planks@1, 1xtile.primal.planks@2, 1xtile.primal.planks@3, 1xtile.dltplank@0, 1xtile.dreadplanks@0, 1xtile.thebetweenlands.weedwood_planks@0, 1xtile.thebetweenlands.rubber_tree_planks@0, 1xtile.thebetweenlands.giant_root_planks@0, 1xtile.thebetweenlands.hearthgrove_planks@0, 1xtile.thebetweenlands.nibbletwig_planks@0, 1xtile.twilightforest.TowerStone@0, 1xtile.twilightforest.TowerStone@1, 1xtile.twilightforest.TowerStone@2, 1xtile.twilightforest.TowerStone@3, 1xtile.twilightforest.TowerStone@4, 1xtile.totemic:cedar_plank@0, 1xtile.traverse:fir_planks@0, 1xtile.kepler22b_planks.0@0, 1xtile.primal.planks@0, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8], type:SIDING parent:[1xtile.wood@0, 1xtile.wood@1, 1xtile.wood@2, 1xtile.wood@3, 1xtile.wood@4, 1xtile.wood@5, 1xtile.rustic.planks@0, 1xtile.rustic.planks@1, 1xtile.rustic.painted_wood_black@0, 1xtile.rustic.painted_wood_blue@0, 1xtile.rustic.painted_wood_brown@0, 1xtile.rustic.painted_wood_cyan@0, 1xtile.rustic.painted_wood_gray@0, 1xtile.rustic.painted_wood_green@0, 1xtile.rustic.painted_wood_light_blue@0, 1xtile.rustic.painted_wood_lime@0, 1xtile.rustic.painted_wood_magenta@0, 1xtile.rustic.painted_wood_orange@0, 1xtile.rustic.painted_wood_pink@0, 1xtile.rustic.painted_wood_purple@0, 1xtile.rustic.painted_wood_red@0, 1xtile.rustic.painted_wood_silver@0, 1xtile.rustic.painted_wood_white@0, 1xtile.rustic.painted_wood_yellow@0, 1xtile.chisel.planks-oak@0, 1xtile.chisel.planks-oak@1, 1xtile.chisel.planks-oak@2, 1xtile.chisel.planks-oak@3, 1xtile.chisel.planks-oak@4, 1xtile.chisel.planks-oak@5, 1xtile.chisel.planks-oak@6, 1xtile.chisel.planks-oak@7, 1xtile.chisel.planks-oak@8, 1xtile.chisel.planks-oak@9, 1xtile.chisel.planks-oak@10, 1xtile.chisel.planks-oak@11, 1xtile.chisel.planks-oak@12, 1xtile.chisel.planks-oak@13, 1xtile.chisel.planks-oak@14, 1xtile.chisel.planks-spruce@0, 1xtile.chisel.planks-spruce@1, 1xtile.chisel.planks-spruce@2, 1xtile.chisel.planks-spruce@3, 1xtile.chisel.planks-spruce@4, 1xtile.chisel.planks-spruce@5, 1xtile.chisel.planks-spruce@6, 1xtile.chisel.planks-spruce@7, 1xtile.chisel.planks-spruce@8, 1xtile.chisel.planks-spruce@9, 1xtile.chisel.planks-spruce@10, 1xtile.chisel.planks-spruce@11, 1xtile.chisel.planks-spruce@12, 1xtile.chisel.planks-spruce@13, 1xtile.chisel.planks-spruce@14, 1xtile.chisel.planks-birch@0, 1xtile.chisel.planks-birch@1, 1xtile.chisel.planks-birch@2, 1xtile.chisel.planks-birch@3, 1xtile.chisel.planks-birch@4, 1xtile.chisel.planks-birch@5, 1xtile.chisel.planks-birch@6, 1xtile.chisel.planks-birch@7, 1xtile.chisel.planks-birch@8, 1xtile.chisel.planks-birch@9, 1xtile.chisel.planks-birch@10, 1xtile.chisel.planks-birch@11, 1xtile.chisel.planks-birch@12, 1xtile.chisel.planks-birch@13, 1xtile.chisel.planks-birch@14, 1xtile.chisel.planks-jungle@0, 1xtile.chisel.planks-jungle@1, 1xtile.chisel.planks-jungle@2, 1xtile.chisel.planks-jungle@3, 1xtile.chisel.planks-jungle@4, 1xtile.chisel.planks-jungle@5, 1xtile.chisel.planks-jungle@6, 1xtile.chisel.planks-jungle@7, 1xtile.chisel.planks-jungle@8, 1xtile.chisel.planks-jungle@9, 1xtile.chisel.planks-jungle@10, 1xtile.chisel.planks-jungle@11, 1xtile.chisel.planks-jungle@12, 1xtile.chisel.planks-jungle@13, 1xtile.chisel.planks-jungle@14, 1xtile.chisel.planks-acacia@0, 1xtile.chisel.planks-acacia@1, 1xtile.chisel.planks-acacia@2, 1xtile.chisel.planks-acacia@3, 1xtile.chisel.planks-acacia@4, 1xtile.chisel.planks-acacia@5, 1xtile.chisel.planks-acacia@6, 1xtile.chisel.planks-acacia@7, 1xtile.chisel.planks-acacia@8, 1xtile.chisel.planks-acacia@9, 1xtile.chisel.planks-acacia@10, 1xtile.chisel.planks-acacia@11, 1xtile.chisel.planks-acacia@12, 1xtile.chisel.planks-acacia@13, 1xtile.chisel.planks-acacia@14, 1xtile.chisel.planks-dark-oak@0, 1xtile.chisel.planks-dark-oak@1, 1xtile.chisel.planks-dark-oak@2, 1xtile.chisel.planks-dark-oak@3, 1xtile.chisel.planks-dark-oak@4, 1xtile.chisel.planks-dark-oak@5, 1xtile.chisel.planks-dark-oak@6, 1xtile.chisel.planks-dark-oak@7, 1xtile.chisel.planks-dark-oak@8, 1xtile.chisel.planks-dark-oak@9, 1xtile.chisel.planks-dark-oak@10, 1xtile.chisel.planks-dark-oak@11, 1xtile.chisel.planks-dark-oak@12, 1xtile.chisel.planks-dark-oak@13, 1xtile.chisel.planks-dark-oak@14, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8, 1xtile.natura.nether_planks@0, 1xtile.natura.nether_planks@1, 1xtile.natura.nether_planks@2, 1xtile.natura.nether_planks@3, 1xtile.planks_sakura@0, 1xtile.planks_mulberry@0, 1xtile.blocks.integrateddynamics.menril_planks@0, 1xtile.primal.planks@0, 1xtile.primal.planks@1, 1xtile.primal.planks@2, 1xtile.primal.planks@3, 1xtile.dltplank@0, 1xtile.dreadplanks@0, 1xtile.thebetweenlands.weedwood_planks@0, 1xtile.thebetweenlands.rubber_tree_planks@0, 1xtile.thebetweenlands.giant_root_planks@0, 1xtile.thebetweenlands.hearthgrove_planks@0, 1xtile.thebetweenlands.nibbletwig_planks@0, 1xtile.twilightforest.TowerStone@0, 1xtile.twilightforest.TowerStone@1, 1xtile.twilightforest.TowerStone@2, 1xtile.twilightforest.TowerStone@3, 1xtile.twilightforest.TowerStone@4, 1xtile.totemic:cedar_plank@0, 1xtile.traverse:fir_planks@0, 1xtile.kepler22b_planks.0@0, 1xtile.primal.planks@0, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8], type:SIDING parent:[1xtile.wood@0, 1xtile.wood@1, 1xtile.wood@2, 1xtile.wood@3, 1xtile.wood@4, 1xtile.wood@5, 1xtile.rustic.planks@0, 1xtile.rustic.planks@1, 1xtile.rustic.painted_wood_black@0, 1xtile.rustic.painted_wood_blue@0, 1xtile.rustic.painted_wood_brown@0, 1xtile.rustic.painted_wood_cyan@0, 1xtile.rustic.painted_wood_gray@0, 1xtile.rustic.painted_wood_green@0, 1xtile.rustic.painted_wood_light_blue@0, 1xtile.rustic.painted_wood_lime@0, 1xtile.rustic.painted_wood_magenta@0, 1xtile.rustic.painted_wood_orange@0, 1xtile.rustic.painted_wood_pink@0, 1xtile.rustic.painted_wood_purple@0, 1xtile.rustic.painted_wood_red@0, 1xtile.rustic.painted_wood_silver@0, 1xtile.rustic.painted_wood_white@0, 1xtile.rustic.painted_wood_yellow@0, 1xtile.chisel.planks-oak@0, 1xtile.chisel.planks-oak@1, 1xtile.chisel.planks-oak@2, 1xtile.chisel.planks-oak@3, 1xtile.chisel.planks-oak@4, 1xtile.chisel.planks-oak@5, 1xtile.chisel.planks-oak@6, 1xtile.chisel.planks-oak@7, 1xtile.chisel.planks-oak@8, 1xtile.chisel.planks-oak@9, 1xtile.chisel.planks-oak@10, 1xtile.chisel.planks-oak@11, 1xtile.chisel.planks-oak@12, 1xtile.chisel.planks-oak@13, 1xtile.chisel.planks-oak@14, 1xtile.chisel.planks-spruce@0, 1xtile.chisel.planks-spruce@1, 1xtile.chisel.planks-spruce@2, 1xtile.chisel.planks-spruce@3, 1xtile.chisel.planks-spruce@4, 1xtile.chisel.planks-spruce@5, 1xtile.chisel.planks-spruce@6, 1xtile.chisel.planks-spruce@7, 1xtile.chisel.planks-spruce@8, 1xtile.chisel.planks-spruce@9, 1xtile.chisel.planks-spruce@10, 1xtile.chisel.planks-spruce@11, 1xtile.chisel.planks-spruce@12, 1xtile.chisel.planks-spruce@13, 1xtile.chisel.planks-spruce@14, 1xtile.chisel.planks-birch@0, 1xtile.chisel.planks-birch@1, 1xtile.chisel.planks-birch@2, 1xtile.chisel.planks-birch@3, 1xtile.chisel.planks-birch@4, 1xtile.chisel.planks-birch@5, 1xtile.chisel.planks-birch@6, 1xtile.chisel.planks-birch@7, 1xtile.chisel.planks-birch@8, 1xtile.chisel.planks-birch@9, 1xtile.chisel.planks-birch@10, 1xtile.chisel.planks-birch@11, 1xtile.chisel.planks-birch@12, 1xtile.chisel.planks-birch@13, 1xtile.chisel.planks-birch@14, 1xtile.chisel.planks-jungle@0, 1xtile.chisel.planks-jungle@1, 1xtile.chisel.planks-jungle@2, 1xtile.chisel.planks-jungle@3, 1xtile.chisel.planks-jungle@4, 1xtile.chisel.planks-jungle@5, 1xtile.chisel.planks-jungle@6, 1xtile.chisel.planks-jungle@7, 1xtile.chisel.planks-jungle@8, 1xtile.chisel.planks-jungle@9, 1xtile.chisel.planks-jungle@10, 1xtile.chisel.planks-jungle@11, 1xtile.chisel.planks-jungle@12, 1xtile.chisel.planks-jungle@13, 1xtile.chisel.planks-jungle@14, 1xtile.chisel.planks-acacia@0, 1xtile.chisel.planks-acacia@1, 1xtile.chisel.planks-acacia@2, 1xtile.chisel.planks-acacia@3, 1xtile.chisel.planks-acacia@4, 1xtile.chisel.planks-acacia@5, 1xtile.chisel.planks-acacia@6, 1xtile.chisel.planks-acacia@7, 1xtile.chisel.planks-acacia@8, 1xtile.chisel.planks-acacia@9, 1xtile.chisel.planks-acacia@10, 1xtile.chisel.planks-acacia@11, 1xtile.chisel.planks-acacia@12, 1xtile.chisel.planks-acacia@13, 1xtile.chisel.planks-acacia@14, 1xtile.chisel.planks-dark-oak@0, 1xtile.chisel.planks-dark-oak@1, 1xtile.chisel.planks-dark-oak@2, 1xtile.chisel.planks-dark-oak@3, 1xtile.chisel.planks-dark-oak@4, 1xtile.chisel.planks-dark-oak@5, 1xtile.chisel.planks-dark-oak@6, 1xtile.chisel.planks-dark-oak@7, 1xtile.chisel.planks-dark-oak@8, 1xtile.chisel.planks-dark-oak@9, 1xtile.chisel.planks-dark-oak@10, 1xtile.chisel.planks-dark-oak@11, 1xtile.chisel.planks-dark-oak@12, 1xtile.chisel.planks-dark-oak@13, 1xtile.chisel.planks-dark-oak@14, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8, 1xtile.natura.nether_planks@0, 1xtile.natura.nether_planks@1, 1xtile.natura.nether_planks@2, 1xtile.natura.nether_planks@3, 1xtile.planks_sakura@0, 1xtile.planks_mulberry@0, 1xtile.blocks.integrateddynamics.menril_planks@0, 1xtile.primal.planks@0, 1xtile.primal.planks@1, 1xtile.primal.planks@2, 1xtile.primal.planks@3, 1xtile.dltplank@0, 1xtile.dreadplanks@0, 1xtile.thebetweenlands.weedwood_planks@0, 1xtile.thebetweenlands.rubber_tree_planks@0, 1xtile.thebetweenlands.giant_root_planks@0, 1xtile.thebetweenlands.hearthgrove_planks@0, 1xtile.thebetweenlands.nibbletwig_planks@0, 1xtile.twilightforest.TowerStone@0, 1xtile.twilightforest.TowerStone@1, 1xtile.twilightforest.TowerStone@2, 1xtile.twilightforest.TowerStone@3, 1xtile.twilightforest.TowerStone@4, 1xtile.totemic:cedar_plank@0, 1xtile.traverse:fir_planks@0, 1xtile.kepler22b_planks.0@0, 1xtile.primal.planks@0, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8], type:SIDING parent:[1xtile.wood@0, 1xtile.wood@1, 1xtile.wood@2, 1xtile.wood@3, 1xtile.wood@4, 1xtile.wood@5, 1xtile.rustic.planks@0, 1xtile.rustic.planks@1, 1xtile.rustic.painted_wood_black@0, 1xtile.rustic.painted_wood_blue@0, 1xtile.rustic.painted_wood_brown@0, 1xtile.rustic.painted_wood_cyan@0, 1xtile.rustic.painted_wood_gray@0, 1xtile.rustic.painted_wood_green@0, 1xtile.rustic.painted_wood_light_blue@0, 1xtile.rustic.painted_wood_lime@0, 1xtile.rustic.painted_wood_magenta@0, 1xtile.rustic.painted_wood_orange@0, 1xtile.rustic.painted_wood_pink@0, 1xtile.rustic.painted_wood_purple@0, 1xtile.rustic.painted_wood_red@0, 1xtile.rustic.painted_wood_silver@0, 1xtile.rustic.painted_wood_white@0, 1xtile.rustic.painted_wood_yellow@0, 1xtile.chisel.planks-oak@0, 1xtile.chisel.planks-oak@1, 1xtile.chisel.planks-oak@2, 1xtile.chisel.planks-oak@3, 1xtile.chisel.planks-oak@4, 1xtile.chisel.planks-oak@5, 1xtile.chisel.planks-oak@6, 1xtile.chisel.planks-oak@7, 1xtile.chisel.planks-oak@8, 1xtile.chisel.planks-oak@9, 1xtile.chisel.planks-oak@10, 1xtile.chisel.planks-oak@11, 1xtile.chisel.planks-oak@12, 1xtile.chisel.planks-oak@13, 1xtile.chisel.planks-oak@14, 1xtile.chisel.planks-spruce@0, 1xtile.chisel.planks-spruce@1, 1xtile.chisel.planks-spruce@2, 1xtile.chisel.planks-spruce@3, 1xtile.chisel.planks-spruce@4, 1xtile.chisel.planks-spruce@5, 1xtile.chisel.planks-spruce@6, 1xtile.chisel.planks-spruce@7, 1xtile.chisel.planks-spruce@8, 1xtile.chisel.planks-spruce@9, 1xtile.chisel.planks-spruce@10, 1xtile.chisel.planks-spruce@11, 1xtile.chisel.planks-spruce@12, 1xtile.chisel.planks-spruce@13, 1xtile.chisel.planks-spruce@14, 1xtile.chisel.planks-birch@0, 1xtile.chisel.planks-birch@1, 1xtile.chisel.planks-birch@2, 1xtile.chisel.planks-birch@3, 1xtile.chisel.planks-birch@4, 1xtile.chisel.planks-birch@5, 1xtile.chisel.planks-birch@6, 1xtile.chisel.planks-birch@7, 1xtile.chisel.planks-birch@8, 1xtile.chisel.planks-birch@9, 1xtile.chisel.planks-birch@10, 1xtile.chisel.planks-birch@11, 1xtile.chisel.planks-birch@12, 1xtile.chisel.planks-birch@13, 1xtile.chisel.planks-birch@14, 1xtile.chisel.planks-jungle@0, 1xtile.chisel.planks-jungle@1, 1xtile.chisel.planks-jungle@2, 1xtile.chisel.planks-jungle@3, 1xtile.chisel.planks-jungle@4, 1xtile.chisel.planks-jungle@5, 1xtile.chisel.planks-jungle@6, 1xtile.chisel.planks-jungle@7, 1xtile.chisel.planks-jungle@8, 1xtile.chisel.planks-jungle@9, 1xtile.chisel.planks-jungle@10, 1xtile.chisel.planks-jungle@11, 1xtile.chisel.planks-jungle@12, 1xtile.chisel.planks-jungle@13, 1xtile.chisel.planks-jungle@14, 1xtile.chisel.planks-acacia@0, 1xtile.chisel.planks-acacia@1, 1xtile.chisel.planks-acacia@2, 1xtile.chisel.planks-acacia@3, 1xtile.chisel.planks-acacia@4, 1xtile.chisel.planks-acacia@5, 1xtile.chisel.planks-acacia@6, 1xtile.chisel.planks-acacia@7, 1xtile.chisel.planks-acacia@8, 1xtile.chisel.planks-acacia@9, 1xtile.chisel.planks-acacia@10, 1xtile.chisel.planks-acacia@11, 1xtile.chisel.planks-acacia@12, 1xtile.chisel.planks-acacia@13, 1xtile.chisel.planks-acacia@14, 1xtile.chisel.planks-dark-oak@0, 1xtile.chisel.planks-dark-oak@1, 1xtile.chisel.planks-dark-oak@2, 1xtile.chisel.planks-dark-oak@3, 1xtile.chisel.planks-dark-oak@4, 1xtile.chisel.planks-dark-oak@5, 1xtile.chisel.planks-dark-oak@6, 1xtile.chisel.planks-dark-oak@7, 1xtile.chisel.planks-dark-oak@8, 1xtile.chisel.planks-dark-oak@9, 1xtile.chisel.planks-dark-oak@10, 1xtile.chisel.planks-dark-oak@11, 1xtile.chisel.planks-dark-oak@12, 1xtile.chisel.planks-dark-oak@13, 1xtile.chisel.planks-dark-oak@14, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8, 1xtile.natura.nether_planks@0, 1xtile.natura.nether_planks@1, 1xtile.natura.nether_planks@2, 1xtile.natura.nether_planks@3, 1xtile.planks_sakura@0, 1xtile.planks_mulberry@0, 1xtile.blocks.integrateddynamics.menril_planks@0, 1xtile.primal.planks@0, 1xtile.primal.planks@1, 1xtile.primal.planks@2, 1xtile.primal.planks@3, 1xtile.dltplank@0, 1xtile.dreadplanks@0, 1xtile.thebetweenlands.weedwood_planks@0, 1xtile.thebetweenlands.rubber_tree_planks@0, 1xtile.thebetweenlands.giant_root_planks@0, 1xtile.thebetweenlands.hearthgrove_planks@0, 1xtile.thebetweenlands.nibbletwig_planks@0, 1xtile.twilightforest.TowerStone@0, 1xtile.twilightforest.TowerStone@1, 1xtile.twilightforest.TowerStone@2, 1xtile.twilightforest.TowerStone@3, 1xtile.twilightforest.TowerStone@4, 1xtile.totemic:cedar_plank@0, 1xtile.traverse:fir_planks@0, 1xtile.kepler22b_planks.0@0, 1xtile.primal.planks@0, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8], type:SIDING parent:[1xtile.wood@0, 1xtile.wood@1, 1xtile.wood@2, 1xtile.wood@3, 1xtile.wood@4, 1xtile.wood@5, 1xtile.rustic.planks@0, 1xtile.rustic.planks@1, 1xtile.rustic.painted_wood_black@0, 1xtile.rustic.painted_wood_blue@0, 1xtile.rustic.painted_wood_brown@0, 1xtile.rustic.painted_wood_cyan@0, 1xtile.rustic.painted_wood_gray@0, 1xtile.rustic.painted_wood_green@0, 1xtile.rustic.painted_wood_light_blue@0, 1xtile.rustic.painted_wood_lime@0, 1xtile.rustic.painted_wood_magenta@0, 1xtile.rustic.painted_wood_orange@0, 1xtile.rustic.painted_wood_pink@0, 1xtile.rustic.painted_wood_purple@0, 1xtile.rustic.painted_wood_red@0, 1xtile.rustic.painted_wood_silver@0, 1xtile.rustic.painted_wood_white@0, 1xtile.rustic.painted_wood_yellow@0, 1xtile.chisel.planks-oak@0, 1xtile.chisel.planks-oak@1, 1xtile.chisel.planks-oak@2, 1xtile.chisel.planks-oak@3, 1xtile.chisel.planks-oak@4, 1xtile.chisel.planks-oak@5, 1xtile.chisel.planks-oak@6, 1xtile.chisel.planks-oak@7, 1xtile.chisel.planks-oak@8, 1xtile.chisel.planks-oak@9, 1xtile.chisel.planks-oak@10, 1xtile.chisel.planks-oak@11, 1xtile.chisel.planks-oak@12, 1xtile.chisel.planks-oak@13, 1xtile.chisel.planks-oak@14, 1xtile.chisel.planks-spruce@0, 1xtile.chisel.planks-spruce@1, 1xtile.chisel.planks-spruce@2, 1xtile.chisel.planks-spruce@3, 1xtile.chisel.planks-spruce@4, 1xtile.chisel.planks-spruce@5, 1xtile.chisel.planks-spruce@6, 1xtile.chisel.planks-spruce@7, 1xtile.chisel.planks-spruce@8, 1xtile.chisel.planks-spruce@9, 1xtile.chisel.planks-spruce@10, 1xtile.chisel.planks-spruce@11, 1xtile.chisel.planks-spruce@12, 1xtile.chisel.planks-spruce@13, 1xtile.chisel.planks-spruce@14, 1xtile.chisel.planks-birch@0, 1xtile.chisel.planks-birch@1, 1xtile.chisel.planks-birch@2, 1xtile.chisel.planks-birch@3, 1xtile.chisel.planks-birch@4, 1xtile.chisel.planks-birch@5, 1xtile.chisel.planks-birch@6, 1xtile.chisel.planks-birch@7, 1xtile.chisel.planks-birch@8, 1xtile.chisel.planks-birch@9, 1xtile.chisel.planks-birch@10, 1xtile.chisel.planks-birch@11, 1xtile.chisel.planks-birch@12, 1xtile.chisel.planks-birch@13, 1xtile.chisel.planks-birch@14, 1xtile.chisel.planks-jungle@0, 1xtile.chisel.planks-jungle@1, 1xtile.chisel.planks-jungle@2, 1xtile.chisel.planks-jungle@3, 1xtile.chisel.planks-jungle@4, 1xtile.chisel.planks-jungle@5, 1xtile.chisel.planks-jungle@6, 1xtile.chisel.planks-jungle@7, 1xtile.chisel.planks-jungle@8, 1xtile.chisel.planks-jungle@9, 1xtile.chisel.planks-jungle@10, 1xtile.chisel.planks-jungle@11, 1xtile.chisel.planks-jungle@12, 1xtile.chisel.planks-jungle@13, 1xtile.chisel.planks-jungle@14, 1xtile.chisel.planks-acacia@0, 1xtile.chisel.planks-acacia@1, 1xtile.chisel.planks-acacia@2, 1xtile.chisel.planks-acacia@3, 1xtile.chisel.planks-acacia@4, 1xtile.chisel.planks-acacia@5, 1xtile.chisel.planks-acacia@6, 1xtile.chisel.planks-acacia@7, 1xtile.chisel.planks-acacia@8, 1xtile.chisel.planks-acacia@9, 1xtile.chisel.planks-acacia@10, 1xtile.chisel.planks-acacia@11, 1xtile.chisel.planks-acacia@12, 1xtile.chisel.planks-acacia@13, 1xtile.chisel.planks-acacia@14, 1xtile.chisel.planks-dark-oak@0, 1xtile.chisel.planks-dark-oak@1, 1xtile.chisel.planks-dark-oak@2, 1xtile.chisel.planks-dark-oak@3, 1xtile.chisel.planks-dark-oak@4, 1xtile.chisel.planks-dark-oak@5, 1xtile.chisel.planks-dark-oak@6, 1xtile.chisel.planks-dark-oak@7, 1xtile.chisel.planks-dark-oak@8, 1xtile.chisel.planks-dark-oak@9, 1xtile.chisel.planks-dark-oak@10, 1xtile.chisel.planks-dark-oak@11, 1xtile.chisel.planks-dark-oak@12, 1xtile.chisel.planks-dark-oak@13, 1xtile.chisel.planks-dark-oak@14, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8, 1xtile.natura.nether_planks@0, 1xtile.natura.nether_planks@1, 1xtile.natura.nether_planks@2, 1xtile.natura.nether_planks@3, 1xtile.planks_sakura@0, 1xtile.planks_mulberry@0, 1xtile.blocks.integrateddynamics.menril_planks@0, 1xtile.primal.planks@0, 1xtile.primal.planks@1, 1xtile.primal.planks@2, 1xtile.primal.planks@3, 1xtile.dltplank@0, 1xtile.dreadplanks@0, 1xtile.thebetweenlands.weedwood_planks@0, 1xtile.thebetweenlands.rubber_tree_planks@0, 1xtile.thebetweenlands.giant_root_planks@0, 1xtile.thebetweenlands.hearthgrove_planks@0, 1xtile.thebetweenlands.nibbletwig_planks@0, 1xtile.twilightforest.TowerStone@0, 1xtile.twilightforest.TowerStone@1, 1xtile.twilightforest.TowerStone@2, 1xtile.twilightforest.TowerStone@3, 1xtile.twilightforest.TowerStone@4, 1xtile.totemic:cedar_plank@0, 1xtile.traverse:fir_planks@0, 1xtile.kepler22b_planks.0@0, 1xtile.primal.planks@0, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8], type:SIDING parent:[1xtile.wood@0, 1xtile.wood@1, 1xtile.wood@2, 1xtile.wood@3, 1xtile.wood@4, 1xtile.wood@5, 1xtile.rustic.planks@0, 1xtile.rustic.planks@1, 1xtile.rustic.painted_wood_black@0, 1xtile.rustic.painted_wood_blue@0, 1xtile.rustic.painted_wood_brown@0, 1xtile.rustic.painted_wood_cyan@0, 1xtile.rustic.painted_wood_gray@0, 1xtile.rustic.painted_wood_green@0, 1xtile.rustic.painted_wood_light_blue@0, 1xtile.rustic.painted_wood_lime@0, 1xtile.rustic.painted_wood_magenta@0, 1xtile.rustic.painted_wood_orange@0, 1xtile.rustic.painted_wood_pink@0, 1xtile.rustic.painted_wood_purple@0, 1xtile.rustic.painted_wood_red@0, 1xtile.rustic.painted_wood_silver@0, 1xtile.rustic.painted_wood_white@0, 1xtile.rustic.painted_wood_yellow@0, 1xtile.chisel.planks-oak@0, 1xtile.chisel.planks-oak@1, 1xtile.chisel.planks-oak@2, 1xtile.chisel.planks-oak@3, 1xtile.chisel.planks-oak@4, 1xtile.chisel.planks-oak@5, 1xtile.chisel.planks-oak@6, 1xtile.chisel.planks-oak@7, 1xtile.chisel.planks-oak@8, 1xtile.chisel.planks-oak@9, 1xtile.chisel.planks-oak@10, 1xtile.chisel.planks-oak@11, 1xtile.chisel.planks-oak@12, 1xtile.chisel.planks-oak@13, 1xtile.chisel.planks-oak@14, 1xtile.chisel.planks-spruce@0, 1xtile.chisel.planks-spruce@1, 1xtile.chisel.planks-spruce@2, 1xtile.chisel.planks-spruce@3, 1xtile.chisel.planks-spruce@4, 1xtile.chisel.planks-spruce@5, 1xtile.chisel.planks-spruce@6, 1xtile.chisel.planks-spruce@7, 1xtile.chisel.planks-spruce@8, 1xtile.chisel.planks-spruce@9, 1xtile.chisel.planks-spruce@10, 1xtile.chisel.planks-spruce@11, 1xtile.chisel.planks-spruce@12, 1xtile.chisel.planks-spruce@13, 1xtile.chisel.planks-spruce@14, 1xtile.chisel.planks-birch@0, 1xtile.chisel.planks-birch@1, 1xtile.chisel.planks-birch@2, 1xtile.chisel.planks-birch@3, 1xtile.chisel.planks-birch@4, 1xtile.chisel.planks-birch@5, 1xtile.chisel.planks-birch@6, 1xtile.chisel.planks-birch@7, 1xtile.chisel.planks-birch@8, 1xtile.chisel.planks-birch@9, 1xtile.chisel.planks-birch@10, 1xtile.chisel.planks-birch@11, 1xtile.chisel.planks-birch@12, 1xtile.chisel.planks-birch@13, 1xtile.chisel.planks-birch@14, 1xtile.chisel.planks-jungle@0, 1xtile.chisel.planks-jungle@1, 1xtile.chisel.planks-jungle@2, 1xtile.chisel.planks-jungle@3, 1xtile.chisel.planks-jungle@4, 1xtile.chisel.planks-jungle@5, 1xtile.chisel.planks-jungle@6, 1xtile.chisel.planks-jungle@7, 1xtile.chisel.planks-jungle@8, 1xtile.chisel.planks-jungle@9, 1xtile.chisel.planks-jungle@10, 1xtile.chisel.planks-jungle@11, 1xtile.chisel.planks-jungle@12, 1xtile.chisel.planks-jungle@13, 1xtile.chisel.planks-jungle@14, 1xtile.chisel.planks-acacia@0, 1xtile.chisel.planks-acacia@1, 1xtile.chisel.planks-acacia@2, 1xtile.chisel.planks-acacia@3, 1xtile.chisel.planks-acacia@4, 1xtile.chisel.planks-acacia@5, 1xtile.chisel.planks-acacia@6, 1xtile.chisel.planks-acacia@7, 1xtile.chisel.planks-acacia@8, 1xtile.chisel.planks-acacia@9, 1xtile.chisel.planks-acacia@10, 1xtile.chisel.planks-acacia@11, 1xtile.chisel.planks-acacia@12, 1xtile.chisel.planks-acacia@13, 1xtile.chisel.planks-acacia@14, 1xtile.chisel.planks-dark-oak@0, 1xtile.chisel.planks-dark-oak@1, 1xtile.chisel.planks-dark-oak@2, 1xtile.chisel.planks-dark-oak@3, 1xtile.chisel.planks-dark-oak@4, 1xtile.chisel.planks-dark-oak@5, 1xtile.chisel.planks-dark-oak@6, 1xtile.chisel.planks-dark-oak@7, 1xtile.chisel.planks-dark-oak@8, 1xtile.chisel.planks-dark-oak@9, 1xtile.chisel.planks-dark-oak@10, 1xtile.chisel.planks-dark-oak@11, 1xtile.chisel.planks-dark-oak@12, 1xtile.chisel.planks-dark-oak@13, 1xtile.chisel.planks-dark-oak@14, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8, 1xtile.natura.nether_planks@0, 1xtile.natura.nether_planks@1, 1xtile.natura.nether_planks@2, 1xtile.natura.nether_planks@3, 1xtile.planks_sakura@0, 1xtile.planks_mulberry@0, 1xtile.blocks.integrateddynamics.menril_planks@0, 1xtile.primal.planks@0, 1xtile.primal.planks@1, 1xtile.primal.planks@2, 1xtile.primal.planks@3, 1xtile.dltplank@0, 1xtile.dreadplanks@0, 1xtile.thebetweenlands.weedwood_planks@0, 1xtile.thebetweenlands.rubber_tree_planks@0, 1xtile.thebetweenlands.giant_root_planks@0, 1xtile.thebetweenlands.hearthgrove_planks@0, 1xtile.thebetweenlands.nibbletwig_planks@0, 1xtile.twilightforest.TowerStone@0, 1xtile.twilightforest.TowerStone@1, 1xtile.twilightforest.TowerStone@2, 1xtile.twilightforest.TowerStone@3, 1xtile.twilightforest.TowerStone@4, 1xtile.totemic:cedar_plank@0, 1xtile.traverse:fir_planks@0, 1xtile.kepler22b_planks.0@0, 1xtile.primal.planks@0, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8]]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xtile.birchFence@0 new recipe: RecipeStage{tier='one', recipe=2xtile.birchFence@0:[type:MOULDING parent:[1xtile.wood@2], type:MOULDING parent:[1xtile.wood@2], type:MOULDING parent:[1xtile.wood@2]]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.bwm:material@45 new recipe: RecipeStage{tier='five', recipe=1xitem.bwm:material@45:[net.minecraftforge.oredict.OreIngredient@21960e13, net.minecraftforge.oredict.OreIngredient@21960e13, net.minecraftforge.oredict.OreIngredient@21960e13, net.minecraftforge.oredict.OreIngredient@21960e13, net.minecraftforge.oredict.OreIngredient@21960e13, net.minecraftforge.oredict.OreIngredient@21960e13, net.minecraftforge.oredict.OreIngredient@21960e13, net.minecraftforge.oredict.OreIngredient@21960e13, net.minecraftforge.oredict.OreIngredient@21960e13]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.bwm:material@41 new recipe: RecipeStage{tier='one', recipe=9xitem.bwm:material@41:[net.minecraft.item.crafting.Ingredient@1d086a00]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xitem.reeds@0 new recipe: RecipeStage{tier='zero', recipe=3xitem.reeds@0:[net.minecraft.item.crafting.Ingredient@577f1ccf, net.minecraft.item.crafting.Ingredient@7e20e56c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 16xitem.bwm:material@14 new recipe: RecipeStage{tier='three', recipe=16xitem.bwm:material@14:[net.minecraft.item.crafting.Ingredient@43c31903]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.enderPearl@0 new recipe: RecipeStage{tier='two', recipe=9xitem.enderPearl@0:[net.minecraft.item.crafting.Ingredient@11ca4498]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.bwm:rope@0 new recipe: RecipeStage{tier='one', recipe=1xtile.bwm:rope@0:[net.minecraftforge.oredict.OreIngredient@3677e891, net.minecraftforge.oredict.OreIngredient@3677e891, net.minecraftforge.oredict.OreIngredient@3677e891, net.minecraftforge.oredict.OreIngredient@3677e891, net.minecraftforge.oredict.OreIngredient@3677e891, net.minecraftforge.oredict.OreIngredient@3677e891]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xtile.bwm:rope@0 new recipe: RecipeStage{tier='one', recipe=9xtile.bwm:rope@0:[net.minecraft.item.crafting.Ingredient@3f023110]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.bwm:material@1 new recipe: RecipeStage{tier='three', recipe=9xitem.bwm:material@1:[net.minecraft.item.crafting.Ingredient@4281261f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xitem.bwm:raw_omelet@0 new recipe: RecipeStage{tier='zero', recipe=2xitem.bwm:raw_omelet@0:[net.minecraft.item.crafting.Ingredient@6419369a, net.minecraft.item.crafting.Ingredient@2e6972ec, net.minecraft.item.crafting.Ingredient@5c350441, net.minecraft.item.crafting.Ingredient@6986ed84]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xitem.bwm:raw_scrambled_egg@0 new recipe: RecipeStage{tier='three', recipe=2xitem.bwm:raw_scrambled_egg@0:[net.minecraft.item.crafting.Ingredient@bca6d2e, net.minecraft.item.crafting.Ingredient@7ae34f74]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xitem.bwm:ham_and_eggs@0 new recipe: RecipeStage{tier='zero', recipe=2xitem.bwm:ham_and_eggs@0:[net.minecraft.item.crafting.Ingredient@2e14f3b7, net.minecraft.item.crafting.Ingredient@59541653]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.bwm:raw_pastry@0 new recipe: RecipeStage{tier='three', recipe=1xtile.bwm:raw_pastry@0:[net.minecraft.item.crafting.Ingredient@2cd280f1, net.minecraft.item.crafting.Ingredient@2cd280f1, net.minecraft.item.crafting.Ingredient@2cd280f1, net.minecraft.item.crafting.Ingredient@743bb0e0, net.minecraft.item.crafting.Ingredient@7b7f1cd0, net.minecraft.item.crafting.Ingredient@743bb0e0, net.minecraftforge.oredict.OreIngredient@4e58ba74, net.minecraftforge.oredict.OreIngredient@4e58ba74, net.minecraftforge.oredict.OreIngredient@4e58ba74]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.bwm:raw_pastry@2 new recipe: RecipeStage{tier='two', recipe=1xtile.bwm:raw_pastry@2:[net.minecraftforge.oredict.OreIngredient@12ec27b0, net.minecraftforge.oredict.OreIngredient@6dd9e316, net.minecraftforge.oredict.OreIngredient@12ec27b0]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xitem.bwm:pork_dinner@0 new recipe: RecipeStage{tier='zero', recipe=3xitem.bwm:pork_dinner@0:[net.minecraft.item.crafting.Ingredient@4ce6360a, net.minecraftforge.oredict.OreIngredient@437bc170, net.minecraftforge.oredict.OreIngredient@60cfb86d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.bwm:raw_pastry@1 new recipe: RecipeStage{tier='two', recipe=1xtile.bwm:raw_pastry@1:[net.minecraft.item.crafting.Ingredient@fee186, net.minecraft.item.crafting.Ingredient@34609bb7, net.minecraft.item.crafting.Ingredient@248f452b, net.minecraftforge.oredict.OreIngredient@407044a2]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xitem.bwm:tasty_sandwich@0 new recipe: RecipeStage{tier='zero', recipe=2xitem.bwm:tasty_sandwich@0:[net.minecraft.item.crafting.Ingredient@1b17569e, net.minecraftforge.oredict.OreIngredient@701f8a0]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xitem.bwm:raw_kebab@0 new recipe: RecipeStage{tier='zero', recipe=3xitem.bwm:raw_kebab@0:[net.minecraft.item.crafting.Ingredient@35f2984a, net.minecraftforge.oredict.OreIngredient@58072569, net.minecraft.item.crafting.Ingredient@216a4f86, net.minecraftforge.oredict.OreIngredient@6981f305]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xitem.bwm:beef_dinner@0 new recipe: RecipeStage{tier='zero', recipe=3xitem.bwm:beef_dinner@0:[net.minecraft.item.crafting.Ingredient@3c47ebea, net.minecraftforge.oredict.OreIngredient@742ae76b, net.minecraftforge.oredict.OreIngredient@37418709]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xitem.bwm:beef_potatoes@0 new recipe: RecipeStage{tier='zero', recipe=2xitem.bwm:beef_potatoes@0:[net.minecraft.item.crafting.Ingredient@371a3a83, net.minecraftforge.oredict.OreIngredient@174a9c18]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.bwm:raw_pastry@4 new recipe: RecipeStage{tier='two', recipe=1xtile.bwm:raw_pastry@4:[net.minecraft.item.crafting.Ingredient@4560db6, net.minecraft.item.crafting.Ingredient@27f08539, net.minecraft.item.crafting.Ingredient@3e22616a, net.minecraftforge.oredict.OreIngredient@6bd0a60]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.appliedenergistics2.paint_ball@4 new recipe: RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.paint_ball@4:[net.minecraft.item.crafting.Ingredient@61c52d34, net.minecraft.item.crafting.Ingredient@61c52d34, net.minecraft.item.crafting.Ingredient@61c52d34, net.minecraft.item.crafting.Ingredient@61c52d34, net.minecraftforge.oredict.OreIngredient@757f7e06, net.minecraft.item.crafting.Ingredient@61c52d34, net.minecraft.item.crafting.Ingredient@61c52d34, net.minecraft.item.crafting.Ingredient@61c52d34, net.minecraft.item.crafting.Ingredient@61c52d34]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.appliedenergistics2.paint_ball@0 new recipe: RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.paint_ball@0:[net.minecraft.item.crafting.Ingredient@f71dbf6, net.minecraft.item.crafting.Ingredient@f71dbf6, net.minecraft.item.crafting.Ingredient@f71dbf6, net.minecraft.item.crafting.Ingredient@f71dbf6, net.minecraftforge.oredict.OreIngredient@9be89f2, net.minecraft.item.crafting.Ingredient@f71dbf6, net.minecraft.item.crafting.Ingredient@f71dbf6, net.minecraft.item.crafting.Ingredient@f71dbf6, net.minecraft.item.crafting.Ingredient@f71dbf6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.appliedenergistics2.paint_ball@14 new recipe: RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.paint_ball@14:[net.minecraft.item.crafting.Ingredient@1abcc23b, net.minecraft.item.crafting.Ingredient@1abcc23b, net.minecraft.item.crafting.Ingredient@1abcc23b, net.minecraft.item.crafting.Ingredient@1abcc23b, net.minecraftforge.oredict.OreIngredient@3e70e60e, net.minecraft.item.crafting.Ingredient@1abcc23b, net.minecraft.item.crafting.Ingredient@1abcc23b, net.minecraft.item.crafting.Ingredient@1abcc23b, net.minecraft.item.crafting.Ingredient@1abcc23b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.appliedenergistics2.paint_ball@10 new recipe: RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.paint_ball@10:[net.minecraft.item.crafting.Ingredient@4dffab09, net.minecraft.item.crafting.Ingredient@4dffab09, net.minecraft.item.crafting.Ingredient@4dffab09, net.minecraft.item.crafting.Ingredient@4dffab09, net.minecraftforge.oredict.OreIngredient@616f8211, net.minecraft.item.crafting.Ingredient@4dffab09, net.minecraft.item.crafting.Ingredient@4dffab09, net.minecraft.item.crafting.Ingredient@4dffab09, net.minecraft.item.crafting.Ingredient@4dffab09]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.appliedenergistics2.paint_ball@6 new recipe: RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.paint_ball@6:[net.minecraft.item.crafting.Ingredient@54738617, net.minecraft.item.crafting.Ingredient@54738617, net.minecraft.item.crafting.Ingredient@54738617, net.minecraft.item.crafting.Ingredient@54738617, net.minecraftforge.oredict.OreIngredient@11b7bde1, net.minecraft.item.crafting.Ingredient@54738617, net.minecraft.item.crafting.Ingredient@54738617, net.minecraft.item.crafting.Ingredient@54738617, net.minecraft.item.crafting.Ingredient@54738617]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.appliedenergistics2.paint_ball@1 new recipe: RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.paint_ball@1:[net.minecraft.item.crafting.Ingredient@60281307, net.minecraft.item.crafting.Ingredient@60281307, net.minecraft.item.crafting.Ingredient@60281307, net.minecraft.item.crafting.Ingredient@60281307, net.minecraftforge.oredict.OreIngredient@3e749a1f, net.minecraft.item.crafting.Ingredient@60281307, net.minecraft.item.crafting.Ingredient@60281307, net.minecraft.item.crafting.Ingredient@60281307, net.minecraft.item.crafting.Ingredient@60281307]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.appliedenergistics2.paint_ball@2 new recipe: RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.paint_ball@2:[net.minecraft.item.crafting.Ingredient@43a5af30, net.minecraft.item.crafting.Ingredient@43a5af30, net.minecraft.item.crafting.Ingredient@43a5af30, net.minecraft.item.crafting.Ingredient@43a5af30, net.minecraftforge.oredict.OreIngredient@51494704, net.minecraft.item.crafting.Ingredient@43a5af30, net.minecraft.item.crafting.Ingredient@43a5af30, net.minecraft.item.crafting.Ingredient@43a5af30, net.minecraft.item.crafting.Ingredient@43a5af30]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.appliedenergistics2.paint_ball@24 new recipe: RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.paint_ball@24:[net.minecraft.item.crafting.Ingredient@5a77e60c, net.minecraft.item.crafting.Ingredient@5a77e60c, net.minecraft.item.crafting.Ingredient@5a77e60c, net.minecraft.item.crafting.Ingredient@5a77e60c, net.minecraftforge.oredict.OreIngredient@2fcd774, net.minecraft.item.crafting.Ingredient@5a77e60c, net.minecraft.item.crafting.Ingredient@5a77e60c, net.minecraft.item.crafting.Ingredient@5a77e60c, net.minecraft.item.crafting.Ingredient@5a77e60c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.appliedenergistics2.paint_ball@20 new recipe: RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.paint_ball@20:[net.minecraft.item.crafting.Ingredient@4840f593, net.minecraft.item.crafting.Ingredient@4840f593, net.minecraft.item.crafting.Ingredient@4840f593, net.minecraft.item.crafting.Ingredient@4840f593, net.minecraftforge.oredict.OreIngredient@39b38e25, net.minecraft.item.crafting.Ingredient@4840f593, net.minecraft.item.crafting.Ingredient@4840f593, net.minecraft.item.crafting.Ingredient@4840f593, net.minecraft.item.crafting.Ingredient@4840f593]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.appliedenergistics2.paint_ball@34 new recipe: RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.paint_ball@34:[net.minecraft.item.crafting.Ingredient@20e3456e, net.minecraft.item.crafting.Ingredient@20e3456e, net.minecraft.item.crafting.Ingredient@20e3456e, net.minecraft.item.crafting.Ingredient@20e3456e, net.minecraftforge.oredict.OreIngredient@6ff0c07a, net.minecraft.item.crafting.Ingredient@20e3456e, net.minecraft.item.crafting.Ingredient@20e3456e, net.minecraft.item.crafting.Ingredient@20e3456e, net.minecraft.item.crafting.Ingredient@20e3456e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.appliedenergistics2.paint_ball@30 new recipe: RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.paint_ball@30:[net.minecraft.item.crafting.Ingredient@6f2d6984, net.minecraft.item.crafting.Ingredient@6f2d6984, net.minecraft.item.crafting.Ingredient@6f2d6984, net.minecraft.item.crafting.Ingredient@6f2d6984, net.minecraftforge.oredict.OreIngredient@a840c37, net.minecraft.item.crafting.Ingredient@6f2d6984, net.minecraft.item.crafting.Ingredient@6f2d6984, net.minecraft.item.crafting.Ingredient@6f2d6984, net.minecraft.item.crafting.Ingredient@6f2d6984]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.appliedenergistics2.paint_ball@26 new recipe: RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.paint_ball@26:[net.minecraft.item.crafting.Ingredient@92731be, net.minecraft.item.crafting.Ingredient@92731be, net.minecraft.item.crafting.Ingredient@92731be, net.minecraft.item.crafting.Ingredient@92731be, net.minecraftforge.oredict.OreIngredient@1bd91be9, net.minecraft.item.crafting.Ingredient@92731be, net.minecraft.item.crafting.Ingredient@92731be, net.minecraft.item.crafting.Ingredient@92731be, net.minecraft.item.crafting.Ingredient@92731be]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.appliedenergistics2.paint_ball@21 new recipe: RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.paint_ball@21:[net.minecraft.item.crafting.Ingredient@54160ec0, net.minecraft.item.crafting.Ingredient@54160ec0, net.minecraft.item.crafting.Ingredient@54160ec0, net.minecraft.item.crafting.Ingredient@54160ec0, net.minecraftforge.oredict.OreIngredient@55bf72ef, net.minecraft.item.crafting.Ingredient@54160ec0, net.minecraft.item.crafting.Ingredient@54160ec0, net.minecraft.item.crafting.Ingredient@54160ec0, net.minecraft.item.crafting.Ingredient@54160ec0]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.appliedenergistics2.paint_ball@22 new recipe: RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.paint_ball@22:[net.minecraft.item.crafting.Ingredient@7d80d36d, net.minecraft.item.crafting.Ingredient@7d80d36d, net.minecraft.item.crafting.Ingredient@7d80d36d, net.minecraft.item.crafting.Ingredient@7d80d36d, net.minecraftforge.oredict.OreIngredient@4419b5b, net.minecraft.item.crafting.Ingredient@7d80d36d, net.minecraft.item.crafting.Ingredient@7d80d36d, net.minecraft.item.crafting.Ingredient@7d80d36d, net.minecraft.item.crafting.Ingredient@7d80d36d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.appliedenergistics2.paint_ball@25 new recipe: RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.paint_ball@25:[net.minecraft.item.crafting.Ingredient@688bc21e, net.minecraft.item.crafting.Ingredient@688bc21e, net.minecraft.item.crafting.Ingredient@688bc21e, net.minecraft.item.crafting.Ingredient@688bc21e, net.minecraftforge.oredict.OreIngredient@6c005fff, net.minecraft.item.crafting.Ingredient@688bc21e, net.minecraft.item.crafting.Ingredient@688bc21e, net.minecraft.item.crafting.Ingredient@688bc21e, net.minecraft.item.crafting.Ingredient@688bc21e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.appliedenergistics2.paint_ball@28 new recipe: RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.paint_ball@28:[net.minecraft.item.crafting.Ingredient@4a3f355d, net.minecraft.item.crafting.Ingredient@4a3f355d, net.minecraft.item.crafting.Ingredient@4a3f355d, net.minecraft.item.crafting.Ingredient@4a3f355d, net.minecraftforge.oredict.OreIngredient@264c51ee, net.minecraft.item.crafting.Ingredient@4a3f355d, net.minecraft.item.crafting.Ingredient@4a3f355d, net.minecraft.item.crafting.Ingredient@4a3f355d, net.minecraft.item.crafting.Ingredient@4a3f355d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.appliedenergistics2.paint_ball@23 new recipe: RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.paint_ball@23:[net.minecraft.item.crafting.Ingredient@a40c161, net.minecraft.item.crafting.Ingredient@a40c161, net.minecraft.item.crafting.Ingredient@a40c161, net.minecraft.item.crafting.Ingredient@a40c161, net.minecraftforge.oredict.OreIngredient@702b47b, net.minecraft.item.crafting.Ingredient@a40c161, net.minecraft.item.crafting.Ingredient@a40c161, net.minecraft.item.crafting.Ingredient@a40c161, net.minecraft.item.crafting.Ingredient@a40c161]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.appliedenergistics2.paint_ball@33 new recipe: RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.paint_ball@33:[net.minecraft.item.crafting.Ingredient@1868dc18, net.minecraft.item.crafting.Ingredient@1868dc18, net.minecraft.item.crafting.Ingredient@1868dc18, net.minecraft.item.crafting.Ingredient@1868dc18, net.minecraftforge.oredict.OreIngredient@1509d11b, net.minecraft.item.crafting.Ingredient@1868dc18, net.minecraft.item.crafting.Ingredient@1868dc18, net.minecraft.item.crafting.Ingredient@1868dc18, net.minecraft.item.crafting.Ingredient@1868dc18]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.appliedenergistics2.paint_ball@27 new recipe: RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.paint_ball@27:[net.minecraft.item.crafting.Ingredient@20e1c4ab, net.minecraft.item.crafting.Ingredient@20e1c4ab, net.minecraft.item.crafting.Ingredient@20e1c4ab, net.minecraft.item.crafting.Ingredient@20e1c4ab, net.minecraftforge.oredict.OreIngredient@66664d84, net.minecraft.item.crafting.Ingredient@20e1c4ab, net.minecraft.item.crafting.Ingredient@20e1c4ab, net.minecraft.item.crafting.Ingredient@20e1c4ab, net.minecraft.item.crafting.Ingredient@20e1c4ab]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.appliedenergistics2.paint_ball@29 new recipe: RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.paint_ball@29:[net.minecraft.item.crafting.Ingredient@76ebf511, net.minecraft.item.crafting.Ingredient@76ebf511, net.minecraft.item.crafting.Ingredient@76ebf511, net.minecraft.item.crafting.Ingredient@76ebf511, net.minecraftforge.oredict.OreIngredient@5a13e74, net.minecraft.item.crafting.Ingredient@76ebf511, net.minecraft.item.crafting.Ingredient@76ebf511, net.minecraft.item.crafting.Ingredient@76ebf511, net.minecraft.item.crafting.Ingredient@76ebf511]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.appliedenergistics2.paint_ball@32 new recipe: RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.paint_ball@32:[net.minecraft.item.crafting.Ingredient@5c4e4900, net.minecraft.item.crafting.Ingredient@5c4e4900, net.minecraft.item.crafting.Ingredient@5c4e4900, net.minecraft.item.crafting.Ingredient@5c4e4900, net.minecraftforge.oredict.OreIngredient@ddfacaa, net.minecraft.item.crafting.Ingredient@5c4e4900, net.minecraft.item.crafting.Ingredient@5c4e4900, net.minecraft.item.crafting.Ingredient@5c4e4900, net.minecraft.item.crafting.Ingredient@5c4e4900]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.appliedenergistics2.paint_ball@31 new recipe: RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.paint_ball@31:[net.minecraft.item.crafting.Ingredient@2ba57c9e, net.minecraft.item.crafting.Ingredient@2ba57c9e, net.minecraft.item.crafting.Ingredient@2ba57c9e, net.minecraft.item.crafting.Ingredient@2ba57c9e, net.minecraftforge.oredict.OreIngredient@6c3c0382, net.minecraft.item.crafting.Ingredient@2ba57c9e, net.minecraft.item.crafting.Ingredient@2ba57c9e, net.minecraft.item.crafting.Ingredient@2ba57c9e, net.minecraft.item.crafting.Ingredient@2ba57c9e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.appliedenergistics2.paint_ball@35 new recipe: RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.paint_ball@35:[net.minecraft.item.crafting.Ingredient@c9a0a60, net.minecraft.item.crafting.Ingredient@c9a0a60, net.minecraft.item.crafting.Ingredient@c9a0a60, net.minecraft.item.crafting.Ingredient@c9a0a60, net.minecraftforge.oredict.OreIngredient@126bf7f1, net.minecraft.item.crafting.Ingredient@c9a0a60, net.minecraft.item.crafting.Ingredient@c9a0a60, net.minecraft.item.crafting.Ingredient@c9a0a60, net.minecraft.item.crafting.Ingredient@c9a0a60]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.appliedenergistics2.paint_ball@5 new recipe: RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.paint_ball@5:[net.minecraft.item.crafting.Ingredient@dc097db, net.minecraft.item.crafting.Ingredient@dc097db, net.minecraft.item.crafting.Ingredient@dc097db, net.minecraft.item.crafting.Ingredient@dc097db, net.minecraftforge.oredict.OreIngredient@8298d9, net.minecraft.item.crafting.Ingredient@dc097db, net.minecraft.item.crafting.Ingredient@dc097db, net.minecraft.item.crafting.Ingredient@dc097db, net.minecraft.item.crafting.Ingredient@dc097db]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.appliedenergistics2.paint_ball@8 new recipe: RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.paint_ball@8:[net.minecraft.item.crafting.Ingredient@1342a21e, net.minecraft.item.crafting.Ingredient@1342a21e, net.minecraft.item.crafting.Ingredient@1342a21e, net.minecraft.item.crafting.Ingredient@1342a21e, net.minecraftforge.oredict.OreIngredient@6fc5f9b3, net.minecraft.item.crafting.Ingredient@1342a21e, net.minecraft.item.crafting.Ingredient@1342a21e, net.minecraft.item.crafting.Ingredient@1342a21e, net.minecraft.item.crafting.Ingredient@1342a21e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.appliedenergistics2.paint_ball@3 new recipe: RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.paint_ball@3:[net.minecraft.item.crafting.Ingredient@5566af0f, net.minecraft.item.crafting.Ingredient@5566af0f, net.minecraft.item.crafting.Ingredient@5566af0f, net.minecraft.item.crafting.Ingredient@5566af0f, net.minecraftforge.oredict.OreIngredient@65673933, net.minecraft.item.crafting.Ingredient@5566af0f, net.minecraft.item.crafting.Ingredient@5566af0f, net.minecraft.item.crafting.Ingredient@5566af0f, net.minecraft.item.crafting.Ingredient@5566af0f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.appliedenergistics2.paint_ball@13 new recipe: RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.paint_ball@13:[net.minecraft.item.crafting.Ingredient@49d56176, net.minecraft.item.crafting.Ingredient@49d56176, net.minecraft.item.crafting.Ingredient@49d56176, net.minecraft.item.crafting.Ingredient@49d56176, net.minecraftforge.oredict.OreIngredient@6acc4d5b, net.minecraft.item.crafting.Ingredient@49d56176, net.minecraft.item.crafting.Ingredient@49d56176, net.minecraft.item.crafting.Ingredient@49d56176, net.minecraft.item.crafting.Ingredient@49d56176]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.appliedenergistics2.paint_ball@7 new recipe: RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.paint_ball@7:[net.minecraft.item.crafting.Ingredient@6ab02c8a, net.minecraft.item.crafting.Ingredient@6ab02c8a, net.minecraft.item.crafting.Ingredient@6ab02c8a, net.minecraft.item.crafting.Ingredient@6ab02c8a, net.minecraftforge.oredict.OreIngredient@6fd34bc7, net.minecraft.item.crafting.Ingredient@6ab02c8a, net.minecraft.item.crafting.Ingredient@6ab02c8a, net.minecraft.item.crafting.Ingredient@6ab02c8a, net.minecraft.item.crafting.Ingredient@6ab02c8a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.appliedenergistics2.paint_ball@9 new recipe: RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.paint_ball@9:[net.minecraft.item.crafting.Ingredient@3a9c7100, net.minecraft.item.crafting.Ingredient@3a9c7100, net.minecraft.item.crafting.Ingredient@3a9c7100, net.minecraft.item.crafting.Ingredient@3a9c7100, net.minecraftforge.oredict.OreIngredient@d3b53cd, net.minecraft.item.crafting.Ingredient@3a9c7100, net.minecraft.item.crafting.Ingredient@3a9c7100, net.minecraft.item.crafting.Ingredient@3a9c7100, net.minecraft.item.crafting.Ingredient@3a9c7100]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.appliedenergistics2.paint_ball@12 new recipe: RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.paint_ball@12:[net.minecraft.item.crafting.Ingredient@199935dd, net.minecraft.item.crafting.Ingredient@199935dd, net.minecraft.item.crafting.Ingredient@199935dd, net.minecraft.item.crafting.Ingredient@199935dd, net.minecraftforge.oredict.OreIngredient@68fa4ec, net.minecraft.item.crafting.Ingredient@199935dd, net.minecraft.item.crafting.Ingredient@199935dd, net.minecraft.item.crafting.Ingredient@199935dd, net.minecraft.item.crafting.Ingredient@199935dd]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.appliedenergistics2.paint_ball@11 new recipe: RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.paint_ball@11:[net.minecraft.item.crafting.Ingredient@71632fb2, net.minecraft.item.crafting.Ingredient@71632fb2, net.minecraft.item.crafting.Ingredient@71632fb2, net.minecraft.item.crafting.Ingredient@71632fb2, net.minecraftforge.oredict.OreIngredient@1c3df5ef, net.minecraft.item.crafting.Ingredient@71632fb2, net.minecraft.item.crafting.Ingredient@71632fb2, net.minecraft.item.crafting.Ingredient@71632fb2, net.minecraft.item.crafting.Ingredient@71632fb2]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.appliedenergistics2.paint_ball@15 new recipe: RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.paint_ball@15:[net.minecraft.item.crafting.Ingredient@4d37a661, net.minecraft.item.crafting.Ingredient@4d37a661, net.minecraft.item.crafting.Ingredient@4d37a661, net.minecraft.item.crafting.Ingredient@4d37a661, net.minecraftforge.oredict.OreIngredient@6722556b, net.minecraft.item.crafting.Ingredient@4d37a661, net.minecraft.item.crafting.Ingredient@4d37a661, net.minecraft.item.crafting.Ingredient@4d37a661, net.minecraft.item.crafting.Ingredient@4d37a661]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.appliedenergistics2.network_tool@0 new recipe: RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.network_tool@0:[net.minecraftforge.oredict.OreIngredient@15e06860, net.minecraftforge.oredict.OreIngredient@370b8e3, net.minecraftforge.oredict.OreIngredient@51896b03, net.minecraft.item.crafting.Ingredient@12ae2319]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.appliedenergistics2.portable_cell@0 new recipe: RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.portable_cell@0:[net.minecraft.item.crafting.Ingredient@7bb4015f, net.minecraft.item.crafting.Ingredient@7535026a, net.minecraft.item.crafting.Ingredient@20268db7]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.appliedenergistics2.memory_card@0 new recipe: RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.memory_card@0:[net.minecraft.item.crafting.Ingredient@c80eb94, net.minecraftforge.oredict.OreIngredient@623feccc, net.minecraftforge.oredict.OreIngredient@623feccc, net.minecraftforge.oredict.OreIngredient@b87fae3, net.minecraftforge.oredict.OreIngredient@41d72c63, net.minecraftforge.oredict.OreIngredient@b87fae3]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.appliedenergistics2.color_applicator@0 new recipe: RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.color_applicator@0:[net.minecraft.item.crafting.Ingredient@56bb9e79, net.minecraftforge.oredict.OreIngredient@66b5b5f5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@66b5b5f5, net.minecraft.item.crafting.Ingredient@4a78bded, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@773992f3]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.appliedenergistics2.nether_quartz_wrench@0 new recipe: RecipeStage{tier='four', recipe=1xitem.appliedenergistics2.nether_quartz_wrench@0:[net.minecraftforge.oredict.OreIngredient@71e57628, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@71e57628, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@71e57628, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@71e57628, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@71e57628]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.appliedenergistics2.nether_quartz_sword@0 new recipe: RecipeStage{tier='four', recipe=1xitem.appliedenergistics2.nether_quartz_sword@0:[net.minecraftforge.oredict.OreIngredient@3061d83d, net.minecraftforge.oredict.OreIngredient@3061d83d, net.minecraftforge.oredict.OreIngredient@7f8c96f1]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.appliedenergistics2.nether_quartz_spade@0 new recipe: RecipeStage{tier='four', recipe=1xitem.appliedenergistics2.nether_quartz_spade@0:[net.minecraftforge.oredict.OreIngredient@5e7299ec, net.minecraftforge.oredict.OreIngredient@4b47bfda, net.minecraftforge.oredict.OreIngredient@4b47bfda]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.appliedenergistics2.nether_quartz_pickaxe@0 new recipe: RecipeStage{tier='four', recipe=1xitem.appliedenergistics2.nether_quartz_pickaxe@0:[net.minecraftforge.oredict.OreIngredient@3d50fdbe, net.minecraftforge.oredict.OreIngredient@3d50fdbe, net.minecraftforge.oredict.OreIngredient@3d50fdbe, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@17080faf, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@17080faf, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.appliedenergistics2.nether_quartz_hoe@0 new recipe: RecipeStage{tier='four', recipe=1xitem.appliedenergistics2.nether_quartz_hoe@0:[net.minecraftforge.oredict.OreIngredient@a8b60eb, net.minecraftforge.oredict.OreIngredient@a8b60eb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5a409b23, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5a409b23]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.appliedenergistics2.nether_quartz_cutting_knife@0 new recipe: RecipeStage{tier='four', recipe=1xitem.appliedenergistics2.nether_quartz_cutting_knife@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5d698f8c, net.minecraftforge.oredict.OreIngredient@5238c413, net.minecraftforge.oredict.OreIngredient@5d698f8c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1307958f, net.minecraftforge.oredict.OreIngredient@1307958f, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.appliedenergistics2.nether_quartz_axe@0 new recipe: RecipeStage{tier='four', recipe=1xitem.appliedenergistics2.nether_quartz_axe@0:[net.minecraftforge.oredict.OreIngredient@51145ff, net.minecraftforge.oredict.OreIngredient@51145ff, net.minecraftforge.oredict.OreIngredient@51145ff, net.minecraftforge.oredict.OreIngredient@47238852, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@47238852]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.appliedenergistics2.entropy_manipulator@0 new recipe: RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.entropy_manipulator@0:[net.minecraftforge.common.crafting.CompoundIngredient@38b5836e, net.minecraft.item.crafting.Ingredient@284d715, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1ea928e5, net.minecraftforge.oredict.OreIngredient@5e62ed59, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5e62ed59]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.appliedenergistics2.charged_staff@0 new recipe: RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.charged_staff@0:[net.minecraft.item.crafting.Ingredient@3b573d62, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@67e0af12, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@67e0af12]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.appliedenergistics2.matter_cannon@0 new recipe: RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.matter_cannon@0:[net.minecraftforge.oredict.OreIngredient@3fe8fd7f, net.minecraftforge.oredict.OreIngredient@3fe8fd7f, net.minecraft.item.crafting.Ingredient@1b734b87, net.minecraft.item.crafting.Ingredient@7f12f199, net.minecraft.item.crafting.Ingredient@8672dcb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3fe8fd7f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.appliedenergistics2.certus_quartz_wrench@0 new recipe: RecipeStage{tier='four', recipe=1xitem.appliedenergistics2.certus_quartz_wrench@0:[net.minecraftforge.oredict.OreIngredient@287ca160, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@287ca160, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@287ca160, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@287ca160, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@287ca160]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.appliedenergistics2.certus_quartz_sword@0 new recipe: RecipeStage{tier='four', recipe=1xitem.appliedenergistics2.certus_quartz_sword@0:[net.minecraftforge.oredict.OreIngredient@7a2b7b45, net.minecraftforge.oredict.OreIngredient@7a2b7b45, net.minecraftforge.oredict.OreIngredient@24261380]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.appliedenergistics2.certus_quartz_spade@0 new recipe: RecipeStage{tier='four', recipe=1xitem.appliedenergistics2.certus_quartz_spade@0:[net.minecraftforge.oredict.OreIngredient@4cedfcc8, net.minecraftforge.oredict.OreIngredient@1683cba9, net.minecraftforge.oredict.OreIngredient@1683cba9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.appliedenergistics2.certus_quartz_pickaxe@0 new recipe: RecipeStage{tier='four', recipe=1xitem.appliedenergistics2.certus_quartz_pickaxe@0:[net.minecraftforge.oredict.OreIngredient@19e09df6, net.minecraftforge.oredict.OreIngredient@19e09df6, net.minecraftforge.oredict.OreIngredient@19e09df6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@543133d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@543133d, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.appliedenergistics2.certus_quartz_hoe@0 new recipe: RecipeStage{tier='four', recipe=1xitem.appliedenergistics2.certus_quartz_hoe@0:[net.minecraftforge.oredict.OreIngredient@63d12384, net.minecraftforge.oredict.OreIngredient@63d12384, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@33456bad, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@33456bad]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.appliedenergistics2.certus_quartz_cutting_knife@0 new recipe: RecipeStage{tier='four', recipe=1xitem.appliedenergistics2.certus_quartz_cutting_knife@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2099ca4d, net.minecraftforge.oredict.OreIngredient@4d89aa56, net.minecraftforge.oredict.OreIngredient@2099ca4d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6ceac2d1, net.minecraftforge.oredict.OreIngredient@6ceac2d1, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.appliedenergistics2.certus_quartz_axe@0 new recipe: RecipeStage{tier='four', recipe=1xitem.appliedenergistics2.certus_quartz_axe@0:[net.minecraftforge.oredict.OreIngredient@6cea600e, net.minecraftforge.oredict.OreIngredient@6cea600e, net.minecraftforge.oredict.OreIngredient@6cea600e, net.minecraftforge.oredict.OreIngredient@47600239, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@47600239]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.appliedenergistics2.wireless_terminal@0 new recipe: RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.wireless_terminal@0:[net.minecraft.item.crafting.Ingredient@ceff2ef, net.minecraft.item.crafting.Ingredient@30c6f162, net.minecraft.item.crafting.Ingredient@69946e37]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.appliedenergistics2.material@41 new recipe: RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.material@41:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@15225530, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4727f7ca, net.minecraft.item.crafting.Ingredient@723e470b, net.minecraftforge.oredict.OreIngredient@4727f7ca, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4727f7ca, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xitem.appliedenergistics2.material@42 new recipe: RecipeStage{tier='five', recipe=2xitem.appliedenergistics2.material@42:[net.minecraftforge.oredict.OreIngredient@62b85228, net.minecraftforge.common.crafting.CompoundIngredient@3fad9d16, net.minecraftforge.common.crafting.CompoundIngredient@7c9bf32, net.minecraftforge.oredict.OreIngredient@3e28c049, net.minecraftforge.oredict.OreIngredient@3e28c049, net.minecraftforge.oredict.OreIngredient@3e28c049]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.appliedenergistics2.wireless_access_point@0 new recipe: RecipeStage{tier='five', recipe=1xtile.appliedenergistics2.wireless_access_point@0:[net.minecraft.item.crafting.Ingredient@a2428d1, net.minecraft.item.crafting.Ingredient@3a24b33d, net.minecraft.item.crafting.Ingredient@15850113]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.appliedenergistics2.part@460 new recipe: RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.part@460:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7b809152, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7b809152, net.minecraft.item.crafting.Ingredient@71257205, net.minecraftforge.oredict.OreIngredient@7b809152, net.minecraftforge.common.crafting.CompoundIngredient@38b5836e, net.minecraftforge.common.crafting.CompoundIngredient@38b5836e, net.minecraftforge.common.crafting.CompoundIngredient@38b5836e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.appliedenergistics2.part@100 new recipe: RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.part@100:[net.minecraft.item.crafting.Ingredient@63e0cafd]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.appliedenergistics2.part@80 new recipe: RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.part@80:[net.minecraft.item.crafting.Ingredient@24c1030d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.appliedenergistics2.part@80 new recipe: RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.part@80:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7c946286, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@431154f4, net.minecraft.item.crafting.Ingredient@422d485c, net.minecraft.item.crafting.Ingredient@431154f4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7c946286, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.appliedenergistics2.part@340 new recipe: RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.part@340:[net.minecraft.item.crafting.Ingredient@54b89598, net.minecraft.item.crafting.Ingredient@40d3e413]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.appliedenergistics2.part@480 new recipe: RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.part@480:[net.minecraftforge.oredict.OreIngredient@2ed14199, net.minecraft.item.crafting.Ingredient@9f6a32c, net.minecraft.item.crafting.Ingredient@500cfaa8]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.appliedenergistics2.part@520 new recipe: RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.part@520:[net.minecraft.item.crafting.Ingredient@23856c44, net.minecraft.item.crafting.Ingredient@580a1bdf, net.minecraft.item.crafting.Ingredient@1b671e4a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.appliedenergistics2.part@221 new recipe: RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.part@221:[net.minecraft.item.crafting.Ingredient@1803202d, net.minecraft.item.crafting.Ingredient@66db778a, net.minecraft.item.crafting.Ingredient@46e74c11, net.minecraft.item.crafting.Ingredient@c324b1e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.appliedenergistics2.part@220 new recipe: RecipeStage{tier='four', recipe=1xitem.appliedenergistics2.part@220:[net.minecraft.item.crafting.Ingredient@101debc2, net.minecraft.item.crafting.Ingredient@500cfaa8, net.minecraft.item.crafting.Ingredient@6ae78b19]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xitem.appliedenergistics2.part@140 new recipe: RecipeStage{tier='four', recipe=3xitem.appliedenergistics2.part@140:[net.minecraftforge.common.crafting.CompoundIngredient@5ee45da6, net.minecraftforge.common.crafting.CompoundIngredient@5ee45da6, net.minecraftforge.common.crafting.CompoundIngredient@5ee45da6, net.minecraftforge.common.crafting.CompoundIngredient@2fca44ce, net.minecraftforge.common.crafting.CompoundIngredient@2fca44ce, net.minecraftforge.common.crafting.CompoundIngredient@2fca44ce, net.minecraftforge.common.crafting.CompoundIngredient@5ee45da6, net.minecraftforge.common.crafting.CompoundIngredient@5ee45da6, net.minecraftforge.common.crafting.CompoundIngredient@5ee45da6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.appliedenergistics2.part@321 new recipe: RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.part@321:[net.minecraftforge.common.crafting.CompoundIngredient@38b5836e, net.minecraftforge.common.crafting.CompoundIngredient@38b5836e, net.minecraftforge.common.crafting.CompoundIngredient@38b5836e, net.minecraftforge.oredict.OreIngredient@3c27e829, net.minecraftforge.oredict.OreIngredient@3c27e829, net.minecraftforge.oredict.OreIngredient@3c27e829, net.minecraftforge.oredict.OreIngredient@257dac9f, net.minecraft.item.crafting.Ingredient@5df0d4e0, net.minecraftforge.oredict.OreIngredient@257dac9f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.appliedenergistics2.part@321 new recipe: RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.part@321:[net.minecraftforge.oredict.OreIngredient@adeea38, net.minecraftforge.oredict.OreIngredient@49877d45, net.minecraftforge.common.crafting.CompoundIngredient@38b5836e, net.minecraft.item.crafting.Ingredient@764b4ef2, net.minecraftforge.oredict.OreIngredient@49877d45, net.minecraftforge.common.crafting.CompoundIngredient@38b5836e, net.minecraftforge.oredict.OreIngredient@adeea38, net.minecraftforge.oredict.OreIngredient@49877d45, net.minecraftforge.common.crafting.CompoundIngredient@38b5836e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.appliedenergistics2.part@320 new recipe: RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.part@320:[net.minecraftforge.oredict.OreIngredient@5313d41d, net.minecraftforge.common.crafting.CompoundIngredient@38b5836e, net.minecraft.item.crafting.Ingredient@6be3734e, net.minecraftforge.common.crafting.CompoundIngredient@38b5836e, net.minecraftforge.oredict.OreIngredient@5313d41d, net.minecraftforge.common.crafting.CompoundIngredient@38b5836e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.appliedenergistics2.part@320 new recipe: RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.part@320:[net.minecraftforge.common.crafting.CompoundIngredient@38b5836e, net.minecraftforge.common.crafting.CompoundIngredient@38b5836e, net.minecraftforge.common.crafting.CompoundIngredient@38b5836e, net.minecraftforge.oredict.OreIngredient@4f099e44, net.minecraft.item.crafting.Ingredient@6b2b230, net.minecraftforge.oredict.OreIngredient@4f099e44]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.appliedenergistics2.part@301 new recipe: RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.part@301:[net.minecraft.item.crafting.Ingredient@649aef89, net.minecraft.item.crafting.Ingredient@3a4db22]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.appliedenergistics2.part@302 new recipe: RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.part@302:[net.minecraftforge.oredict.OreIngredient@6f635e7, net.minecraftforge.oredict.OreIngredient@5424f2a1, net.minecraftforge.common.crafting.CompoundIngredient@38b5836e, net.minecraft.item.crafting.Ingredient@1ab3bc39, net.minecraftforge.oredict.OreIngredient@5424f2a1, net.minecraftforge.common.crafting.CompoundIngredient@38b5836e, net.minecraftforge.oredict.OreIngredient@6f635e7, net.minecraftforge.oredict.OreIngredient@5424f2a1, net.minecraftforge.common.crafting.CompoundIngredient@38b5836e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.appliedenergistics2.part@302 new recipe: RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.part@302:[net.minecraftforge.common.crafting.CompoundIngredient@38b5836e, net.minecraftforge.common.crafting.CompoundIngredient@38b5836e, net.minecraftforge.common.crafting.CompoundIngredient@38b5836e, net.minecraftforge.oredict.OreIngredient@5102341, net.minecraftforge.oredict.OreIngredient@5102341, net.minecraftforge.oredict.OreIngredient@5102341, net.minecraftforge.oredict.OreIngredient@401f0beb, net.minecraft.item.crafting.Ingredient@72dfdbd3, net.minecraftforge.oredict.OreIngredient@401f0beb]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.appliedenergistics2.part@300 new recipe: RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.part@300:[net.minecraftforge.oredict.OreIngredient@6cd93ce1, net.minecraftforge.common.crafting.CompoundIngredient@38b5836e, net.minecraft.item.crafting.Ingredient@2200503a, net.minecraftforge.common.crafting.CompoundIngredient@38b5836e, net.minecraftforge.oredict.OreIngredient@6cd93ce1, net.minecraftforge.common.crafting.CompoundIngredient@38b5836e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.appliedenergistics2.part@300 new recipe: RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.part@300:[net.minecraftforge.common.crafting.CompoundIngredient@38b5836e, net.minecraftforge.common.crafting.CompoundIngredient@38b5836e, net.minecraftforge.common.crafting.CompoundIngredient@38b5836e, net.minecraftforge.oredict.OreIngredient@41a132a8, net.minecraft.item.crafting.Ingredient@164d15f6, net.minecraftforge.oredict.OreIngredient@41a132a8]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.appliedenergistics2.part@160 new recipe: RecipeStage{tier='four', recipe=1xitem.appliedenergistics2.part@160:[net.minecraft.item.crafting.Ingredient@6debb3d4]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.appliedenergistics2.part@200 new recipe: RecipeStage{tier='four', recipe=1xitem.appliedenergistics2.part@200:[net.minecraft.item.crafting.Ingredient@3c72af2c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.appliedenergistics2.part@400 new recipe: RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.part@400:[net.minecraft.item.crafting.Ingredient@3f92b7f8, net.minecraftforge.oredict.OreIngredient@1d5e72c5]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.appliedenergistics2.part@420 new recipe: RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.part@420:[net.minecraft.item.crafting.Ingredient@59bb31b3, net.minecraft.item.crafting.Ingredient@5bd99867, net.minecraft.item.crafting.Ingredient@116e9a1b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.appliedenergistics2.part@280 new recipe: RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.part@280:[net.minecraft.item.crafting.Ingredient@39e73421, net.minecraft.item.crafting.Ingredient@4d25537f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.appliedenergistics2.part@241 new recipe: RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.part@241:[net.minecraft.item.crafting.Ingredient@59e6be5c, net.minecraft.item.crafting.Ingredient@26703779, net.minecraft.item.crafting.Ingredient@59e6be5c, net.minecraftforge.oredict.OreIngredient@6af44af4, net.minecraft.item.crafting.Ingredient@50500f2a, net.minecraftforge.oredict.OreIngredient@6af44af4]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.appliedenergistics2.part@240 new recipe: RecipeStage{tier='four', recipe=1xitem.appliedenergistics2.part@240:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@18d8f532, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7d908c73, net.minecraft.item.crafting.Ingredient@ae0e151, net.minecraftforge.oredict.OreIngredient@7d908c73]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.appliedenergistics2.part@281 new recipe: RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.part@281:[net.minecraft.item.crafting.Ingredient@101c8d5c, net.minecraftforge.oredict.OreIngredient@542ffdc4, net.minecraft.item.crafting.Ingredient@21e8cc05]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.appliedenergistics2.part@261 new recipe: RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.part@261:[net.minecraftforge.oredict.OreIngredient@8643e49, net.minecraft.item.crafting.Ingredient@420174d9, net.minecraftforge.oredict.OreIngredient@8643e49, net.minecraft.item.crafting.Ingredient@739bea01, net.minecraft.item.crafting.Ingredient@264440f8, net.minecraft.item.crafting.Ingredient@739bea01]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.appliedenergistics2.part@260 new recipe: RecipeStage{tier='four', recipe=1xitem.appliedenergistics2.part@260:[net.minecraftforge.oredict.OreIngredient@2ef2af48, net.minecraft.item.crafting.Ingredient@3beaf275, net.minecraftforge.oredict.OreIngredient@2ef2af48, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6d380bd8, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xitem.appliedenergistics2.part@120 new recipe: RecipeStage{tier='four', recipe=3xitem.appliedenergistics2.part@120:[net.minecraftforge.common.crafting.CompoundIngredient@7428b1dd, net.minecraft.item.crafting.Ingredient@78f747d2]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.appliedenergistics2.material@52 new recipe: RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.material@52:[net.minecraft.item.crafting.Ingredient@67999eb3, net.minecraftforge.oredict.OreIngredient@657c7e69, net.minecraft.item.crafting.Ingredient@67999eb3, net.minecraftforge.oredict.OreIngredient@657c7e69, net.minecraftforge.common.crafting.CompoundIngredient@3fad9d16, net.minecraftforge.oredict.OreIngredient@657c7e69, net.minecraftforge.oredict.OreIngredient@5b276d39, net.minecraftforge.oredict.OreIngredient@5b276d39, net.minecraftforge.oredict.OreIngredient@5b276d39]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.appliedenergistics2.molecular_assembler@0 new recipe: RecipeStage{tier='five', recipe=1xtile.appliedenergistics2.molecular_assembler@0:[net.minecraftforge.oredict.OreIngredient@6baab735, net.minecraft.item.crafting.Ingredient@7c16d621, net.minecraftforge.oredict.OreIngredient@6baab735, net.minecraft.item.crafting.Ingredient@6437e494, net.minecraftforge.oredict.OreIngredient@2f8638df, net.minecraft.item.crafting.Ingredient@3ff61c88, net.minecraftforge.oredict.OreIngredient@6baab735, net.minecraft.item.crafting.Ingredient@7c16d621, net.minecraftforge.oredict.OreIngredient@6baab735]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.appliedenergistics2.crafting_unit@0 new recipe: RecipeStage{tier='five', recipe=1xtile.appliedenergistics2.crafting_unit@0:[net.minecraftforge.oredict.OreIngredient@55615806, net.minecraft.item.crafting.Ingredient@7964cad8, net.minecraftforge.oredict.OreIngredient@55615806, net.minecraft.item.crafting.Ingredient@3ffb1232, net.minecraft.item.crafting.Ingredient@2fceeebe, net.minecraft.item.crafting.Ingredient@3ffb1232, net.minecraftforge.oredict.OreIngredient@55615806, net.minecraft.item.crafting.Ingredient@7964cad8, net.minecraftforge.oredict.OreIngredient@55615806]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.appliedenergistics2.crafting_storage_64k@0 new recipe: RecipeStage{tier='five', recipe=1xtile.appliedenergistics2.crafting_storage_64k@0:[net.minecraft.item.crafting.Ingredient@4619617a, net.minecraft.item.crafting.Ingredient@30114bef]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.appliedenergistics2.crafting_storage_4k@0 new recipe: RecipeStage{tier='five', recipe=1xtile.appliedenergistics2.crafting_storage_4k@0:[net.minecraft.item.crafting.Ingredient@fc42bdf, net.minecraft.item.crafting.Ingredient@2d21db60]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.appliedenergistics2.crafting_storage_1k@0 new recipe: RecipeStage{tier='five', recipe=1xtile.appliedenergistics2.crafting_storage_1k@0:[net.minecraft.item.crafting.Ingredient@508543f2, net.minecraft.item.crafting.Ingredient@6da22517]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.appliedenergistics2.crafting_storage_16k@0 new recipe: RecipeStage{tier='five', recipe=1xtile.appliedenergistics2.crafting_storage_16k@0:[net.minecraft.item.crafting.Ingredient@67199c1b, net.minecraft.item.crafting.Ingredient@64a10cc]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.appliedenergistics2.crafting_monitor@0 new recipe: RecipeStage{tier='five', recipe=1xtile.appliedenergistics2.crafting_monitor@0:[net.minecraft.item.crafting.Ingredient@3328a6f, net.minecraft.item.crafting.Ingredient@30dea820]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.appliedenergistics2.crafting_accelerator@0 new recipe: RecipeStage{tier='five', recipe=1xtile.appliedenergistics2.crafting_accelerator@0:[net.minecraft.item.crafting.Ingredient@5c8a6f3d, net.minecraft.item.crafting.Ingredient@a4e73ca]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.appliedenergistics2.view_cell@0 new recipe: RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.view_cell@0:[net.minecraft.item.crafting.Ingredient@5fdcdcff, net.minecraftforge.common.crafting.CompoundIngredient@3fad9d16]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.appliedenergistics2.view_cell@0 new recipe: RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.view_cell@0:[net.minecraft.item.crafting.Ingredient@4b0003e5, net.minecraftforge.oredict.OreIngredient@684d6a24, net.minecraft.item.crafting.Ingredient@4b0003e5, net.minecraftforge.oredict.OreIngredient@684d6a24, net.minecraftforge.common.crafting.CompoundIngredient@3fad9d16, net.minecraftforge.oredict.OreIngredient@684d6a24, net.minecraftforge.oredict.OreIngredient@234f22b1, net.minecraftforge.oredict.OreIngredient@234f22b1, net.minecraftforge.oredict.OreIngredient@234f22b1]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.appliedenergistics2.material@38 new recipe: RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.material@38:[net.minecraftforge.oredict.OreIngredient@3b08074e, net.minecraft.item.crafting.Ingredient@18750c8d, net.minecraftforge.oredict.OreIngredient@3b08074e, net.minecraft.item.crafting.Ingredient@66140cbe, net.minecraft.item.crafting.Ingredient@72e716a5, net.minecraft.item.crafting.Ingredient@66140cbe, net.minecraftforge.oredict.OreIngredient@3b08074e, net.minecraft.item.crafting.Ingredient@66140cbe, net.minecraftforge.oredict.OreIngredient@3b08074e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.appliedenergistics2.material@36 new recipe: RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.material@36:[net.minecraftforge.oredict.OreIngredient@3c08840a, net.minecraft.item.crafting.Ingredient@353087da, net.minecraftforge.oredict.OreIngredient@3c08840a, net.minecraft.item.crafting.Ingredient@6e3b39b, net.minecraft.item.crafting.Ingredient@7ccfd900, net.minecraft.item.crafting.Ingredient@6e3b39b, net.minecraftforge.oredict.OreIngredient@3c08840a, net.minecraft.item.crafting.Ingredient@6e3b39b, net.minecraftforge.oredict.OreIngredient@3c08840a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.appliedenergistics2.material@35 new recipe: RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.material@35:[net.minecraftforge.oredict.OreIngredient@65befb9c, net.minecraftforge.common.crafting.CompoundIngredient@3fad9d16, net.minecraftforge.oredict.OreIngredient@65befb9c, net.minecraftforge.common.crafting.CompoundIngredient@3fad9d16, net.minecraft.item.crafting.Ingredient@78eb58f9, net.minecraftforge.common.crafting.CompoundIngredient@3fad9d16, net.minecraftforge.oredict.OreIngredient@65befb9c, net.minecraftforge.common.crafting.CompoundIngredient@3fad9d16, net.minecraftforge.oredict.OreIngredient@65befb9c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.appliedenergistics2.material@37 new recipe: RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.material@37:[net.minecraftforge.oredict.OreIngredient@7e89ace9, net.minecraft.item.crafting.Ingredient@73a2627d, net.minecraftforge.oredict.OreIngredient@7e89ace9, net.minecraft.item.crafting.Ingredient@49b3e432, net.minecraft.item.crafting.Ingredient@6f67564e, net.minecraft.item.crafting.Ingredient@49b3e432, net.minecraftforge.oredict.OreIngredient@7e89ace9, net.minecraft.item.crafting.Ingredient@49b3e432, net.minecraftforge.oredict.OreIngredient@7e89ace9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.appliedenergistics2.storage_cell_64k@0 new recipe: RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.storage_cell_64k@0:[net.minecraft.item.crafting.Ingredient@2e418eff, net.minecraft.item.crafting.Ingredient@7405e508]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.appliedenergistics2.storage_cell_64k@0 new recipe: RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.storage_cell_64k@0:[net.minecraft.item.crafting.Ingredient@7c2b82c6, net.minecraftforge.oredict.OreIngredient@78c624bf, net.minecraft.item.crafting.Ingredient@7c2b82c6, net.minecraftforge.oredict.OreIngredient@78c624bf, net.minecraft.item.crafting.Ingredient@37a00cb9, net.minecraftforge.oredict.OreIngredient@78c624bf, net.minecraftforge.oredict.OreIngredient@3735d0b7, net.minecraftforge.oredict.OreIngredient@3735d0b7, net.minecraftforge.oredict.OreIngredient@3735d0b7]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.appliedenergistics2.storage_cell_4k@0 new recipe: RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.storage_cell_4k@0:[net.minecraft.item.crafting.Ingredient@70cc782a, net.minecraft.item.crafting.Ingredient@ba3bf57]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.appliedenergistics2.storage_cell_4k@0 new recipe: RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.storage_cell_4k@0:[net.minecraft.item.crafting.Ingredient@16b53a69, net.minecraftforge.oredict.OreIngredient@1c09b514, net.minecraft.item.crafting.Ingredient@16b53a69, net.minecraftforge.oredict.OreIngredient@1c09b514, net.minecraft.item.crafting.Ingredient@4f81a967, net.minecraftforge.oredict.OreIngredient@1c09b514, net.minecraftforge.oredict.OreIngredient@2dc65d77, net.minecraftforge.oredict.OreIngredient@2dc65d77, net.minecraftforge.oredict.OreIngredient@2dc65d77]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.appliedenergistics2.storage_cell_1k@0 new recipe: RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.storage_cell_1k@0:[net.minecraft.item.crafting.Ingredient@7c9287dc, net.minecraft.item.crafting.Ingredient@495ba016]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.appliedenergistics2.storage_cell_1k@0 new recipe: RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.storage_cell_1k@0:[net.minecraft.item.crafting.Ingredient@613b5c9e, net.minecraftforge.oredict.OreIngredient@6352b47e, net.minecraft.item.crafting.Ingredient@613b5c9e, net.minecraftforge.oredict.OreIngredient@6352b47e, net.minecraft.item.crafting.Ingredient@36baac1b, net.minecraftforge.oredict.OreIngredient@6352b47e, net.minecraftforge.oredict.OreIngredient@78f09bd2, net.minecraftforge.oredict.OreIngredient@78f09bd2, net.minecraftforge.oredict.OreIngredient@78f09bd2]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.appliedenergistics2.storage_cell_16k@0 new recipe: RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.storage_cell_16k@0:[net.minecraft.item.crafting.Ingredient@6432f819, net.minecraft.item.crafting.Ingredient@1f58cc58]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.appliedenergistics2.storage_cell_16k@0 new recipe: RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.storage_cell_16k@0:[net.minecraft.item.crafting.Ingredient@7eae0873, net.minecraftforge.oredict.OreIngredient@7bd40423, net.minecraft.item.crafting.Ingredient@7eae0873, net.minecraftforge.oredict.OreIngredient@7bd40423, net.minecraft.item.crafting.Ingredient@66d0e36, net.minecraftforge.oredict.OreIngredient@7bd40423, net.minecraftforge.oredict.OreIngredient@3581c387, net.minecraftforge.oredict.OreIngredient@3581c387, net.minecraftforge.oredict.OreIngredient@3581c387]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.appliedenergistics2.spatial_storage_cell_2_cubed@0 new recipe: RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.spatial_storage_cell_2_cubed@0:[net.minecraft.item.crafting.Ingredient@7b4d42b3, net.minecraft.item.crafting.Ingredient@3501e9d6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.appliedenergistics2.spatial_storage_cell_2_cubed@0 new recipe: RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.spatial_storage_cell_2_cubed@0:[net.minecraft.item.crafting.Ingredient@16bb22ec, net.minecraftforge.oredict.OreIngredient@3a3078aa, net.minecraft.item.crafting.Ingredient@16bb22ec, net.minecraftforge.oredict.OreIngredient@3a3078aa, net.minecraft.item.crafting.Ingredient@67ac5f77, net.minecraftforge.oredict.OreIngredient@3a3078aa, net.minecraftforge.oredict.OreIngredient@3a96f5f7, net.minecraftforge.oredict.OreIngredient@3a96f5f7, net.minecraftforge.oredict.OreIngredient@3a96f5f7]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.appliedenergistics2.spatial_storage_cell_16_cubed@0 new recipe: RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.spatial_storage_cell_16_cubed@0:[net.minecraft.item.crafting.Ingredient@1965b6a4, net.minecraft.item.crafting.Ingredient@4c965e79]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.appliedenergistics2.spatial_storage_cell_16_cubed@0 new recipe: RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.spatial_storage_cell_16_cubed@0:[net.minecraft.item.crafting.Ingredient@59b35658, net.minecraftforge.oredict.OreIngredient@6f57f117, net.minecraft.item.crafting.Ingredient@59b35658, net.minecraftforge.oredict.OreIngredient@6f57f117, net.minecraft.item.crafting.Ingredient@d1763c6, net.minecraftforge.oredict.OreIngredient@6f57f117, net.minecraftforge.oredict.OreIngredient@79872542, net.minecraftforge.oredict.OreIngredient@79872542, net.minecraftforge.oredict.OreIngredient@79872542]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.appliedenergistics2.spatial_storage_cell_128_cubed@0 new recipe: RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.spatial_storage_cell_128_cubed@0:[net.minecraft.item.crafting.Ingredient@ac82cda, net.minecraft.item.crafting.Ingredient@d030243]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.appliedenergistics2.spatial_storage_cell_128_cubed@0 new recipe: RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.spatial_storage_cell_128_cubed@0:[net.minecraft.item.crafting.Ingredient@1fa9d731, net.minecraftforge.oredict.OreIngredient@8720d21, net.minecraft.item.crafting.Ingredient@1fa9d731, net.minecraftforge.oredict.OreIngredient@8720d21, net.minecraft.item.crafting.Ingredient@6cd2eda7, net.minecraftforge.oredict.OreIngredient@8720d21, net.minecraftforge.oredict.OreIngredient@d867a34, net.minecraftforge.oredict.OreIngredient@d867a34, net.minecraftforge.oredict.OreIngredient@d867a34]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.appliedenergistics2.material@34 new recipe: RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.material@34:[net.minecraftforge.oredict.OreIngredient@12748766, net.minecraft.item.crafting.Ingredient@40f4002a, net.minecraftforge.oredict.OreIngredient@12748766, net.minecraft.item.crafting.Ingredient@40f4002a, net.minecraft.item.crafting.Ingredient@60bd4249, net.minecraft.item.crafting.Ingredient@40f4002a, net.minecraftforge.oredict.OreIngredient@12748766, net.minecraft.item.crafting.Ingredient@40f4002a, net.minecraftforge.oredict.OreIngredient@12748766]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.appliedenergistics2.material@33 new recipe: RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.material@33:[net.minecraftforge.oredict.OreIngredient@3b24265b, net.minecraft.item.crafting.Ingredient@754fade6, net.minecraftforge.oredict.OreIngredient@3b24265b, net.minecraft.item.crafting.Ingredient@754fade6, net.minecraft.item.crafting.Ingredient@1c4cd10d, net.minecraft.item.crafting.Ingredient@754fade6, net.minecraftforge.oredict.OreIngredient@3b24265b, net.minecraft.item.crafting.Ingredient@754fade6, net.minecraftforge.oredict.OreIngredient@3b24265b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.appliedenergistics2.material@32 new recipe: RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.material@32:[net.minecraftforge.oredict.OreIngredient@58f4eca8, net.minecraft.item.crafting.Ingredient@598e72ab, net.minecraftforge.oredict.OreIngredient@58f4eca8, net.minecraft.item.crafting.Ingredient@598e72ab, net.minecraft.item.crafting.Ingredient@50ec22a8, net.minecraft.item.crafting.Ingredient@598e72ab, net.minecraftforge.oredict.OreIngredient@58f4eca8, net.minecraft.item.crafting.Ingredient@598e72ab, net.minecraftforge.oredict.OreIngredient@58f4eca8]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.appliedenergistics2.material@57 new recipe: RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.material@57:[net.minecraft.item.crafting.Ingredient@2204fc68, net.minecraft.item.crafting.Ingredient@2ca8a3c0, net.minecraft.item.crafting.Ingredient@2204fc68, net.minecraft.item.crafting.Ingredient@459ba7c, net.minecraft.item.crafting.Ingredient@712f5215, net.minecraft.item.crafting.Ingredient@459ba7c, net.minecraft.item.crafting.Ingredient@2204fc68, net.minecraft.item.crafting.Ingredient@459ba7c, net.minecraft.item.crafting.Ingredient@2204fc68]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.appliedenergistics2.material@55 new recipe: RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.material@55:[net.minecraft.item.crafting.Ingredient@4223c225, net.minecraft.item.crafting.Ingredient@15942429, net.minecraft.item.crafting.Ingredient@4223c225, net.minecraft.item.crafting.Ingredient@156e94b8, net.minecraft.item.crafting.Ingredient@2e270f0, net.minecraft.item.crafting.Ingredient@156e94b8, net.minecraft.item.crafting.Ingredient@4223c225, net.minecraft.item.crafting.Ingredient@156e94b8, net.minecraft.item.crafting.Ingredient@4223c225]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.appliedenergistics2.material@54 new recipe: RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.material@54:[net.minecraft.item.crafting.Ingredient@da52154, net.minecraftforge.common.crafting.CompoundIngredient@3fad9d16, net.minecraft.item.crafting.Ingredient@da52154, net.minecraftforge.common.crafting.CompoundIngredient@3fad9d16, net.minecraft.item.crafting.Ingredient@cd8b700, net.minecraftforge.common.crafting.CompoundIngredient@3fad9d16, net.minecraft.item.crafting.Ingredient@da52154, net.minecraftforge.common.crafting.CompoundIngredient@3fad9d16, net.minecraft.item.crafting.Ingredient@da52154]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.appliedenergistics2.material@56 new recipe: RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.material@56:[net.minecraft.item.crafting.Ingredient@69b7e170, net.minecraft.item.crafting.Ingredient@140e4300, net.minecraft.item.crafting.Ingredient@69b7e170, net.minecraft.item.crafting.Ingredient@52f3300b, net.minecraft.item.crafting.Ingredient@54c2ae1d, net.minecraft.item.crafting.Ingredient@52f3300b, net.minecraft.item.crafting.Ingredient@69b7e170, net.minecraft.item.crafting.Ingredient@52f3300b, net.minecraft.item.crafting.Ingredient@69b7e170]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.appliedenergistics2.fluid_storage_cell_64k@0 new recipe: RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.fluid_storage_cell_64k@0:[net.minecraft.item.crafting.Ingredient@2e5f2533, net.minecraft.item.crafting.Ingredient@16b41647]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.appliedenergistics2.fluid_storage_cell_64k@0 new recipe: RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.fluid_storage_cell_64k@0:[net.minecraft.item.crafting.Ingredient@7c4e0b51, net.minecraftforge.oredict.OreIngredient@76904a22, net.minecraft.item.crafting.Ingredient@7c4e0b51, net.minecraftforge.oredict.OreIngredient@76904a22, net.minecraft.item.crafting.Ingredient@4d066b05, net.minecraftforge.oredict.OreIngredient@76904a22, net.minecraftforge.oredict.OreIngredient@143ff705, net.minecraftforge.oredict.OreIngredient@143ff705, net.minecraftforge.oredict.OreIngredient@143ff705]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.appliedenergistics2.fluid_storage_cell_4k@0 new recipe: RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.fluid_storage_cell_4k@0:[net.minecraft.item.crafting.Ingredient@20672d26, net.minecraft.item.crafting.Ingredient@16645110]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.appliedenergistics2.fluid_storage_cell_4k@0 new recipe: RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.fluid_storage_cell_4k@0:[net.minecraft.item.crafting.Ingredient@63b7013c, net.minecraftforge.oredict.OreIngredient@6be527db, net.minecraft.item.crafting.Ingredient@63b7013c, net.minecraftforge.oredict.OreIngredient@6be527db, net.minecraft.item.crafting.Ingredient@45145301, net.minecraftforge.oredict.OreIngredient@6be527db, net.minecraftforge.oredict.OreIngredient@647538bd, net.minecraftforge.oredict.OreIngredient@647538bd, net.minecraftforge.oredict.OreIngredient@647538bd]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.appliedenergistics2.fluid_storage_cell_1k@0 new recipe: RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.fluid_storage_cell_1k@0:[net.minecraft.item.crafting.Ingredient@76fe9ce0, net.minecraft.item.crafting.Ingredient@60baa4a5]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.appliedenergistics2.fluid_storage_cell_1k@0 new recipe: RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.fluid_storage_cell_1k@0:[net.minecraft.item.crafting.Ingredient@5c6bc9f0, net.minecraftforge.oredict.OreIngredient@71f4038c, net.minecraft.item.crafting.Ingredient@5c6bc9f0, net.minecraftforge.oredict.OreIngredient@71f4038c, net.minecraft.item.crafting.Ingredient@16edbc8c, net.minecraftforge.oredict.OreIngredient@71f4038c, net.minecraftforge.oredict.OreIngredient@48e8c098, net.minecraftforge.oredict.OreIngredient@48e8c098, net.minecraftforge.oredict.OreIngredient@48e8c098]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.appliedenergistics2.fluid_storage_cell_16k@0 new recipe: RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.fluid_storage_cell_16k@0:[net.minecraft.item.crafting.Ingredient@30e26961, net.minecraft.item.crafting.Ingredient@7afc2816]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.appliedenergistics2.fluid_storage_cell_16k@0 new recipe: RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.fluid_storage_cell_16k@0:[net.minecraft.item.crafting.Ingredient@5fb07e79, net.minecraftforge.oredict.OreIngredient@353c1e95, net.minecraft.item.crafting.Ingredient@5fb07e79, net.minecraftforge.oredict.OreIngredient@353c1e95, net.minecraft.item.crafting.Ingredient@4bc6762d, net.minecraftforge.oredict.OreIngredient@353c1e95, net.minecraftforge.oredict.OreIngredient@3e9e96e6, net.minecraftforge.oredict.OreIngredient@3e9e96e6, net.minecraftforge.oredict.OreIngredient@3e9e96e6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.appliedenergistics2.material@39 new recipe: RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.material@39:[net.minecraft.item.crafting.Ingredient@70281a82, net.minecraftforge.oredict.OreIngredient@26705a06, net.minecraft.item.crafting.Ingredient@70281a82, net.minecraftforge.oredict.OreIngredient@26705a06, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@26705a06, net.minecraftforge.oredict.OreIngredient@2b7ec347, net.minecraftforge.oredict.OreIngredient@2b7ec347, net.minecraftforge.oredict.OreIngredient@2b7ec347]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.appliedenergistics2.part@44 new recipe: RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.part@44:[net.minecraft.item.crafting.Ingredient@40d8cdcf, net.minecraft.item.crafting.Ingredient@40d8cdcf, net.minecraft.item.crafting.Ingredient@40d8cdcf, net.minecraft.item.crafting.Ingredient@40d8cdcf, net.minecraftforge.oredict.OreIngredient@5c009ce6, net.minecraft.item.crafting.Ingredient@40d8cdcf, net.minecraft.item.crafting.Ingredient@40d8cdcf, net.minecraft.item.crafting.Ingredient@40d8cdcf, net.minecraft.item.crafting.Ingredient@40d8cdcf]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.appliedenergistics2.part@40 new recipe: RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.part@40:[net.minecraft.item.crafting.Ingredient@51f3e0f9, net.minecraft.item.crafting.Ingredient@51f3e0f9, net.minecraft.item.crafting.Ingredient@51f3e0f9, net.minecraft.item.crafting.Ingredient@51f3e0f9, net.minecraftforge.oredict.OreIngredient@fa725dc, net.minecraft.item.crafting.Ingredient@51f3e0f9, net.minecraft.item.crafting.Ingredient@51f3e0f9, net.minecraft.item.crafting.Ingredient@51f3e0f9, net.minecraft.item.crafting.Ingredient@51f3e0f9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.appliedenergistics2.part@54 new recipe: RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.part@54:[net.minecraft.item.crafting.Ingredient@be06971, net.minecraft.item.crafting.Ingredient@be06971, net.minecraft.item.crafting.Ingredient@be06971, net.minecraft.item.crafting.Ingredient@be06971, net.minecraftforge.oredict.OreIngredient@3e7395d4, net.minecraft.item.crafting.Ingredient@be06971, net.minecraft.item.crafting.Ingredient@be06971, net.minecraft.item.crafting.Ingredient@be06971, net.minecraft.item.crafting.Ingredient@be06971]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.appliedenergistics2.part@50 new recipe: RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.part@50:[net.minecraft.item.crafting.Ingredient@368b919f, net.minecraft.item.crafting.Ingredient@368b919f, net.minecraft.item.crafting.Ingredient@368b919f, net.minecraft.item.crafting.Ingredient@368b919f, net.minecraftforge.oredict.OreIngredient@58cf7ba6, net.minecraft.item.crafting.Ingredient@368b919f, net.minecraft.item.crafting.Ingredient@368b919f, net.minecraft.item.crafting.Ingredient@368b919f, net.minecraft.item.crafting.Ingredient@368b919f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.appliedenergistics2.part@46 new recipe: RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.part@46:[net.minecraft.item.crafting.Ingredient@272a297c, net.minecraft.item.crafting.Ingredient@272a297c, net.minecraft.item.crafting.Ingredient@272a297c, net.minecraft.item.crafting.Ingredient@272a297c, net.minecraftforge.oredict.OreIngredient@6d40fef3, net.minecraft.item.crafting.Ingredient@272a297c, net.minecraft.item.crafting.Ingredient@272a297c, net.minecraft.item.crafting.Ingredient@272a297c, net.minecraft.item.crafting.Ingredient@272a297c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.appliedenergistics2.part@41 new recipe: RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.part@41:[net.minecraft.item.crafting.Ingredient@342c89da, net.minecraft.item.crafting.Ingredient@342c89da, net.minecraft.item.crafting.Ingredient@342c89da, net.minecraft.item.crafting.Ingredient@342c89da, net.minecraftforge.oredict.OreIngredient@1213a292, net.minecraft.item.crafting.Ingredient@342c89da, net.minecraft.item.crafting.Ingredient@342c89da, net.minecraft.item.crafting.Ingredient@342c89da, net.minecraft.item.crafting.Ingredient@342c89da]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.appliedenergistics2.part@42 new recipe: RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.part@42:[net.minecraft.item.crafting.Ingredient@c51ac8d, net.minecraft.item.crafting.Ingredient@c51ac8d, net.minecraft.item.crafting.Ingredient@c51ac8d, net.minecraft.item.crafting.Ingredient@c51ac8d, net.minecraftforge.oredict.OreIngredient@6f4d6173, net.minecraft.item.crafting.Ingredient@c51ac8d, net.minecraft.item.crafting.Ingredient@c51ac8d, net.minecraft.item.crafting.Ingredient@c51ac8d, net.minecraft.item.crafting.Ingredient@c51ac8d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.appliedenergistics2.part@45 new recipe: RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.part@45:[net.minecraft.item.crafting.Ingredient@47fc25da, net.minecraft.item.crafting.Ingredient@47fc25da, net.minecraft.item.crafting.Ingredient@47fc25da, net.minecraft.item.crafting.Ingredient@47fc25da, net.minecraftforge.oredict.OreIngredient@6afe63c, net.minecraft.item.crafting.Ingredient@47fc25da, net.minecraft.item.crafting.Ingredient@47fc25da, net.minecraft.item.crafting.Ingredient@47fc25da, net.minecraft.item.crafting.Ingredient@47fc25da]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.appliedenergistics2.part@48 new recipe: RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.part@48:[net.minecraft.item.crafting.Ingredient@1d70bae1, net.minecraft.item.crafting.Ingredient@1d70bae1, net.minecraft.item.crafting.Ingredient@1d70bae1, net.minecraft.item.crafting.Ingredient@1d70bae1, net.minecraftforge.oredict.OreIngredient@48514cfb, net.minecraft.item.crafting.Ingredient@1d70bae1, net.minecraft.item.crafting.Ingredient@1d70bae1, net.minecraft.item.crafting.Ingredient@1d70bae1, net.minecraft.item.crafting.Ingredient@1d70bae1]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.appliedenergistics2.part@43 new recipe: RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.part@43:[net.minecraft.item.crafting.Ingredient@4819c27, net.minecraft.item.crafting.Ingredient@4819c27, net.minecraft.item.crafting.Ingredient@4819c27, net.minecraft.item.crafting.Ingredient@4819c27, net.minecraftforge.oredict.OreIngredient@40e6d246, net.minecraft.item.crafting.Ingredient@4819c27, net.minecraft.item.crafting.Ingredient@4819c27, net.minecraft.item.crafting.Ingredient@4819c27, net.minecraft.item.crafting.Ingredient@4819c27]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.appliedenergistics2.part@53 new recipe: RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.part@53:[net.minecraft.item.crafting.Ingredient@483e3e28, net.minecraft.item.crafting.Ingredient@483e3e28, net.minecraft.item.crafting.Ingredient@483e3e28, net.minecraft.item.crafting.Ingredient@483e3e28, net.minecraftforge.oredict.OreIngredient@1df1523d, net.minecraft.item.crafting.Ingredient@483e3e28, net.minecraft.item.crafting.Ingredient@483e3e28, net.minecraft.item.crafting.Ingredient@483e3e28, net.minecraft.item.crafting.Ingredient@483e3e28]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.appliedenergistics2.part@47 new recipe: RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.part@47:[net.minecraft.item.crafting.Ingredient@37f737fe, net.minecraft.item.crafting.Ingredient@37f737fe, net.minecraft.item.crafting.Ingredient@37f737fe, net.minecraft.item.crafting.Ingredient@37f737fe, net.minecraftforge.oredict.OreIngredient@409b698, net.minecraft.item.crafting.Ingredient@37f737fe, net.minecraft.item.crafting.Ingredient@37f737fe, net.minecraft.item.crafting.Ingredient@37f737fe, net.minecraft.item.crafting.Ingredient@37f737fe]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.appliedenergistics2.part@56 new recipe: RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.part@56:[net.minecraft.item.crafting.Ingredient@596591ad, net.minecraft.item.crafting.Ingredient@733b4de2]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.appliedenergistics2.part@56 new recipe: RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.part@56:[net.minecraft.item.crafting.Ingredient@40019274, net.minecraftforge.oredict.OreIngredient@63dd17bb, net.minecraftforge.oredict.OreIngredient@730d2f08]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.appliedenergistics2.part@49 new recipe: RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.part@49:[net.minecraft.item.crafting.Ingredient@71ffd07, net.minecraft.item.crafting.Ingredient@71ffd07, net.minecraft.item.crafting.Ingredient@71ffd07, net.minecraft.item.crafting.Ingredient@71ffd07, net.minecraftforge.oredict.OreIngredient@231157ca, net.minecraft.item.crafting.Ingredient@71ffd07, net.minecraft.item.crafting.Ingredient@71ffd07, net.minecraft.item.crafting.Ingredient@71ffd07, net.minecraft.item.crafting.Ingredient@71ffd07]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.appliedenergistics2.part@52 new recipe: RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.part@52:[net.minecraft.item.crafting.Ingredient@4b135e84, net.minecraft.item.crafting.Ingredient@4b135e84, net.minecraft.item.crafting.Ingredient@4b135e84, net.minecraft.item.crafting.Ingredient@4b135e84, net.minecraftforge.oredict.OreIngredient@62ca25, net.minecraft.item.crafting.Ingredient@4b135e84, net.minecraft.item.crafting.Ingredient@4b135e84, net.minecraft.item.crafting.Ingredient@4b135e84, net.minecraft.item.crafting.Ingredient@4b135e84]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.appliedenergistics2.part@51 new recipe: RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.part@51:[net.minecraft.item.crafting.Ingredient@100db656, net.minecraft.item.crafting.Ingredient@100db656, net.minecraft.item.crafting.Ingredient@100db656, net.minecraft.item.crafting.Ingredient@100db656, net.minecraftforge.oredict.OreIngredient@8c52de7, net.minecraft.item.crafting.Ingredient@100db656, net.minecraft.item.crafting.Ingredient@100db656, net.minecraft.item.crafting.Ingredient@100db656, net.minecraft.item.crafting.Ingredient@100db656]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.appliedenergistics2.part@55 new recipe: RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.part@55:[net.minecraft.item.crafting.Ingredient@3616dd17, net.minecraft.item.crafting.Ingredient@3616dd17, net.minecraft.item.crafting.Ingredient@3616dd17, net.minecraft.item.crafting.Ingredient@3616dd17, net.minecraftforge.oredict.OreIngredient@6c483739, net.minecraft.item.crafting.Ingredient@3616dd17, net.minecraft.item.crafting.Ingredient@3616dd17, net.minecraft.item.crafting.Ingredient@3616dd17, net.minecraft.item.crafting.Ingredient@3616dd17]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.appliedenergistics2.part@4 new recipe: RecipeStage{tier='four', recipe=8xitem.appliedenergistics2.part@4:[net.minecraft.item.crafting.Ingredient@73e4ddde, net.minecraft.item.crafting.Ingredient@73e4ddde, net.minecraft.item.crafting.Ingredient@73e4ddde, net.minecraft.item.crafting.Ingredient@73e4ddde, net.minecraftforge.oredict.OreIngredient@267f6f, net.minecraft.item.crafting.Ingredient@73e4ddde, net.minecraft.item.crafting.Ingredient@73e4ddde, net.minecraft.item.crafting.Ingredient@73e4ddde, net.minecraft.item.crafting.Ingredient@73e4ddde]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.appliedenergistics2.part@0 new recipe: RecipeStage{tier='four', recipe=8xitem.appliedenergistics2.part@0:[net.minecraft.item.crafting.Ingredient@2b2e04bc, net.minecraft.item.crafting.Ingredient@2b2e04bc, net.minecraft.item.crafting.Ingredient@2b2e04bc, net.minecraft.item.crafting.Ingredient@2b2e04bc, net.minecraftforge.oredict.OreIngredient@53a30e5c, net.minecraft.item.crafting.Ingredient@2b2e04bc, net.minecraft.item.crafting.Ingredient@2b2e04bc, net.minecraft.item.crafting.Ingredient@2b2e04bc, net.minecraft.item.crafting.Ingredient@2b2e04bc]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.appliedenergistics2.part@14 new recipe: RecipeStage{tier='four', recipe=8xitem.appliedenergistics2.part@14:[net.minecraft.item.crafting.Ingredient@6f68c0e4, net.minecraft.item.crafting.Ingredient@6f68c0e4, net.minecraft.item.crafting.Ingredient@6f68c0e4, net.minecraft.item.crafting.Ingredient@6f68c0e4, net.minecraftforge.oredict.OreIngredient@1aaed202, net.minecraft.item.crafting.Ingredient@6f68c0e4, net.minecraft.item.crafting.Ingredient@6f68c0e4, net.minecraft.item.crafting.Ingredient@6f68c0e4, net.minecraft.item.crafting.Ingredient@6f68c0e4]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.appliedenergistics2.part@10 new recipe: RecipeStage{tier='four', recipe=8xitem.appliedenergistics2.part@10:[net.minecraft.item.crafting.Ingredient@36a61f9d, net.minecraft.item.crafting.Ingredient@36a61f9d, net.minecraft.item.crafting.Ingredient@36a61f9d, net.minecraft.item.crafting.Ingredient@36a61f9d, net.minecraftforge.oredict.OreIngredient@3b3ecb0, net.minecraft.item.crafting.Ingredient@36a61f9d, net.minecraft.item.crafting.Ingredient@36a61f9d, net.minecraft.item.crafting.Ingredient@36a61f9d, net.minecraft.item.crafting.Ingredient@36a61f9d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.appliedenergistics2.part@6 new recipe: RecipeStage{tier='four', recipe=8xitem.appliedenergistics2.part@6:[net.minecraft.item.crafting.Ingredient@31d5eba4, net.minecraft.item.crafting.Ingredient@31d5eba4, net.minecraft.item.crafting.Ingredient@31d5eba4, net.minecraft.item.crafting.Ingredient@31d5eba4, net.minecraftforge.oredict.OreIngredient@314b9d9f, net.minecraft.item.crafting.Ingredient@31d5eba4, net.minecraft.item.crafting.Ingredient@31d5eba4, net.minecraft.item.crafting.Ingredient@31d5eba4, net.minecraft.item.crafting.Ingredient@31d5eba4]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.appliedenergistics2.part@1 new recipe: RecipeStage{tier='four', recipe=8xitem.appliedenergistics2.part@1:[net.minecraft.item.crafting.Ingredient@be9a1e2, net.minecraft.item.crafting.Ingredient@be9a1e2, net.minecraft.item.crafting.Ingredient@be9a1e2, net.minecraft.item.crafting.Ingredient@be9a1e2, net.minecraftforge.oredict.OreIngredient@a303bc6, net.minecraft.item.crafting.Ingredient@be9a1e2, net.minecraft.item.crafting.Ingredient@be9a1e2, net.minecraft.item.crafting.Ingredient@be9a1e2, net.minecraft.item.crafting.Ingredient@be9a1e2]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.appliedenergistics2.part@2 new recipe: RecipeStage{tier='four', recipe=8xitem.appliedenergistics2.part@2:[net.minecraft.item.crafting.Ingredient@6b2c6ace, net.minecraft.item.crafting.Ingredient@6b2c6ace, net.minecraft.item.crafting.Ingredient@6b2c6ace, net.minecraft.item.crafting.Ingredient@6b2c6ace, net.minecraftforge.oredict.OreIngredient@78bb8a7c, net.minecraft.item.crafting.Ingredient@6b2c6ace, net.minecraft.item.crafting.Ingredient@6b2c6ace, net.minecraft.item.crafting.Ingredient@6b2c6ace, net.minecraft.item.crafting.Ingredient@6b2c6ace]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.appliedenergistics2.part@5 new recipe: RecipeStage{tier='four', recipe=8xitem.appliedenergistics2.part@5:[net.minecraft.item.crafting.Ingredient@10fd6b0d, net.minecraft.item.crafting.Ingredient@10fd6b0d, net.minecraft.item.crafting.Ingredient@10fd6b0d, net.minecraft.item.crafting.Ingredient@10fd6b0d, net.minecraftforge.oredict.OreIngredient@706367fd, net.minecraft.item.crafting.Ingredient@10fd6b0d, net.minecraft.item.crafting.Ingredient@10fd6b0d, net.minecraft.item.crafting.Ingredient@10fd6b0d, net.minecraft.item.crafting.Ingredient@10fd6b0d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.appliedenergistics2.part@8 new recipe: RecipeStage{tier='four', recipe=8xitem.appliedenergistics2.part@8:[net.minecraft.item.crafting.Ingredient@7b5946a5, net.minecraft.item.crafting.Ingredient@7b5946a5, net.minecraft.item.crafting.Ingredient@7b5946a5, net.minecraft.item.crafting.Ingredient@7b5946a5, net.minecraftforge.oredict.OreIngredient@189d8202, net.minecraft.item.crafting.Ingredient@7b5946a5, net.minecraft.item.crafting.Ingredient@7b5946a5, net.minecraft.item.crafting.Ingredient@7b5946a5, net.minecraft.item.crafting.Ingredient@7b5946a5]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.appliedenergistics2.part@3 new recipe: RecipeStage{tier='four', recipe=8xitem.appliedenergistics2.part@3:[net.minecraft.item.crafting.Ingredient@53b26aa6, net.minecraft.item.crafting.Ingredient@53b26aa6, net.minecraft.item.crafting.Ingredient@53b26aa6, net.minecraft.item.crafting.Ingredient@53b26aa6, net.minecraftforge.oredict.OreIngredient@3231825f, net.minecraft.item.crafting.Ingredient@53b26aa6, net.minecraft.item.crafting.Ingredient@53b26aa6, net.minecraft.item.crafting.Ingredient@53b26aa6, net.minecraft.item.crafting.Ingredient@53b26aa6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.appliedenergistics2.part@13 new recipe: RecipeStage{tier='four', recipe=8xitem.appliedenergistics2.part@13:[net.minecraft.item.crafting.Ingredient@601ea466, net.minecraft.item.crafting.Ingredient@601ea466, net.minecraft.item.crafting.Ingredient@601ea466, net.minecraft.item.crafting.Ingredient@601ea466, net.minecraftforge.oredict.OreIngredient@158feff4, net.minecraft.item.crafting.Ingredient@601ea466, net.minecraft.item.crafting.Ingredient@601ea466, net.minecraft.item.crafting.Ingredient@601ea466, net.minecraft.item.crafting.Ingredient@601ea466]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.appliedenergistics2.part@7 new recipe: RecipeStage{tier='four', recipe=8xitem.appliedenergistics2.part@7:[net.minecraft.item.crafting.Ingredient@6272e47b, net.minecraft.item.crafting.Ingredient@6272e47b, net.minecraft.item.crafting.Ingredient@6272e47b, net.minecraft.item.crafting.Ingredient@6272e47b, net.minecraftforge.oredict.OreIngredient@4f5292c5, net.minecraft.item.crafting.Ingredient@6272e47b, net.minecraft.item.crafting.Ingredient@6272e47b, net.minecraft.item.crafting.Ingredient@6272e47b, net.minecraft.item.crafting.Ingredient@6272e47b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.appliedenergistics2.part@16 new recipe: RecipeStage{tier='four', recipe=1xitem.appliedenergistics2.part@16:[net.minecraft.item.crafting.Ingredient@5eacd2ba, net.minecraft.item.crafting.Ingredient@11ad9859]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xitem.appliedenergistics2.part@16 new recipe: RecipeStage{tier='four', recipe=4xitem.appliedenergistics2.part@16:[net.minecraft.item.crafting.Ingredient@256f732, net.minecraftforge.common.crafting.CompoundIngredient@38b5836e, net.minecraftforge.common.crafting.CompoundIngredient@38b5836e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.appliedenergistics2.part@9 new recipe: RecipeStage{tier='four', recipe=8xitem.appliedenergistics2.part@9:[net.minecraft.item.crafting.Ingredient@31c139ca, net.minecraft.item.crafting.Ingredient@31c139ca, net.minecraft.item.crafting.Ingredient@31c139ca, net.minecraft.item.crafting.Ingredient@31c139ca, net.minecraftforge.oredict.OreIngredient@86a59e8, net.minecraft.item.crafting.Ingredient@31c139ca, net.minecraft.item.crafting.Ingredient@31c139ca, net.minecraft.item.crafting.Ingredient@31c139ca, net.minecraft.item.crafting.Ingredient@31c139ca]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.appliedenergistics2.part@12 new recipe: RecipeStage{tier='four', recipe=8xitem.appliedenergistics2.part@12:[net.minecraft.item.crafting.Ingredient@2ed1417b, net.minecraft.item.crafting.Ingredient@2ed1417b, net.minecraft.item.crafting.Ingredient@2ed1417b, net.minecraft.item.crafting.Ingredient@2ed1417b, net.minecraftforge.oredict.OreIngredient@2e30b74a, net.minecraft.item.crafting.Ingredient@2ed1417b, net.minecraft.item.crafting.Ingredient@2ed1417b, net.minecraft.item.crafting.Ingredient@2ed1417b, net.minecraft.item.crafting.Ingredient@2ed1417b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.appliedenergistics2.part@11 new recipe: RecipeStage{tier='four', recipe=8xitem.appliedenergistics2.part@11:[net.minecraft.item.crafting.Ingredient@22432a97, net.minecraft.item.crafting.Ingredient@22432a97, net.minecraft.item.crafting.Ingredient@22432a97, net.minecraft.item.crafting.Ingredient@22432a97, net.minecraftforge.oredict.OreIngredient@349633a4, net.minecraft.item.crafting.Ingredient@22432a97, net.minecraft.item.crafting.Ingredient@22432a97, net.minecraft.item.crafting.Ingredient@22432a97, net.minecraft.item.crafting.Ingredient@22432a97]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.appliedenergistics2.part@15 new recipe: RecipeStage{tier='four', recipe=8xitem.appliedenergistics2.part@15:[net.minecraft.item.crafting.Ingredient@2a75c94e, net.minecraft.item.crafting.Ingredient@2a75c94e, net.minecraft.item.crafting.Ingredient@2a75c94e, net.minecraft.item.crafting.Ingredient@2a75c94e, net.minecraftforge.oredict.OreIngredient@53ba076, net.minecraft.item.crafting.Ingredient@2a75c94e, net.minecraft.item.crafting.Ingredient@2a75c94e, net.minecraft.item.crafting.Ingredient@2a75c94e, net.minecraft.item.crafting.Ingredient@2a75c94e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.appliedenergistics2.part@64 new recipe: RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.part@64:[net.minecraft.item.crafting.Ingredient@5eafd4a2, net.minecraft.item.crafting.Ingredient@5eafd4a2, net.minecraft.item.crafting.Ingredient@5eafd4a2, net.minecraft.item.crafting.Ingredient@5eafd4a2, net.minecraftforge.oredict.OreIngredient@6afe44c, net.minecraft.item.crafting.Ingredient@5eafd4a2, net.minecraft.item.crafting.Ingredient@5eafd4a2, net.minecraft.item.crafting.Ingredient@5eafd4a2, net.minecraft.item.crafting.Ingredient@5eafd4a2]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.appliedenergistics2.part@60 new recipe: RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.part@60:[net.minecraft.item.crafting.Ingredient@5f7f1045, net.minecraft.item.crafting.Ingredient@5f7f1045, net.minecraft.item.crafting.Ingredient@5f7f1045, net.minecraft.item.crafting.Ingredient@5f7f1045, net.minecraftforge.oredict.OreIngredient@76be28c6, net.minecraft.item.crafting.Ingredient@5f7f1045, net.minecraft.item.crafting.Ingredient@5f7f1045, net.minecraft.item.crafting.Ingredient@5f7f1045, net.minecraft.item.crafting.Ingredient@5f7f1045]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.appliedenergistics2.part@74 new recipe: RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.part@74:[net.minecraft.item.crafting.Ingredient@ffe4df6, net.minecraft.item.crafting.Ingredient@ffe4df6, net.minecraft.item.crafting.Ingredient@ffe4df6, net.minecraft.item.crafting.Ingredient@ffe4df6, net.minecraftforge.oredict.OreIngredient@7cd181bc, net.minecraft.item.crafting.Ingredient@ffe4df6, net.minecraft.item.crafting.Ingredient@ffe4df6, net.minecraft.item.crafting.Ingredient@ffe4df6, net.minecraft.item.crafting.Ingredient@ffe4df6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.appliedenergistics2.part@70 new recipe: RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.part@70:[net.minecraft.item.crafting.Ingredient@551018b7, net.minecraft.item.crafting.Ingredient@551018b7, net.minecraft.item.crafting.Ingredient@551018b7, net.minecraft.item.crafting.Ingredient@551018b7, net.minecraftforge.oredict.OreIngredient@3e6fb8, net.minecraft.item.crafting.Ingredient@551018b7, net.minecraft.item.crafting.Ingredient@551018b7, net.minecraft.item.crafting.Ingredient@551018b7, net.minecraft.item.crafting.Ingredient@551018b7]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.appliedenergistics2.part@66 new recipe: RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.part@66:[net.minecraft.item.crafting.Ingredient@6d3fdcb9, net.minecraft.item.crafting.Ingredient@6d3fdcb9, net.minecraft.item.crafting.Ingredient@6d3fdcb9, net.minecraft.item.crafting.Ingredient@6d3fdcb9, net.minecraftforge.oredict.OreIngredient@297a5d2, net.minecraft.item.crafting.Ingredient@6d3fdcb9, net.minecraft.item.crafting.Ingredient@6d3fdcb9, net.minecraft.item.crafting.Ingredient@6d3fdcb9, net.minecraft.item.crafting.Ingredient@6d3fdcb9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.appliedenergistics2.part@61 new recipe: RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.part@61:[net.minecraft.item.crafting.Ingredient@5a37ad6e, net.minecraft.item.crafting.Ingredient@5a37ad6e, net.minecraft.item.crafting.Ingredient@5a37ad6e, net.minecraft.item.crafting.Ingredient@5a37ad6e, net.minecraftforge.oredict.OreIngredient@57f2c963, net.minecraft.item.crafting.Ingredient@5a37ad6e, net.minecraft.item.crafting.Ingredient@5a37ad6e, net.minecraft.item.crafting.Ingredient@5a37ad6e, net.minecraft.item.crafting.Ingredient@5a37ad6e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.appliedenergistics2.part@62 new recipe: RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.part@62:[net.minecraft.item.crafting.Ingredient@2c263093, net.minecraft.item.crafting.Ingredient@2c263093, net.minecraft.item.crafting.Ingredient@2c263093, net.minecraft.item.crafting.Ingredient@2c263093, net.minecraftforge.oredict.OreIngredient@403dbeae, net.minecraft.item.crafting.Ingredient@2c263093, net.minecraft.item.crafting.Ingredient@2c263093, net.minecraft.item.crafting.Ingredient@2c263093, net.minecraft.item.crafting.Ingredient@2c263093]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.appliedenergistics2.part@65 new recipe: RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.part@65:[net.minecraft.item.crafting.Ingredient@4be0f1c8, net.minecraft.item.crafting.Ingredient@4be0f1c8, net.minecraft.item.crafting.Ingredient@4be0f1c8, net.minecraft.item.crafting.Ingredient@4be0f1c8, net.minecraftforge.oredict.OreIngredient@13469b18, net.minecraft.item.crafting.Ingredient@4be0f1c8, net.minecraft.item.crafting.Ingredient@4be0f1c8, net.minecraft.item.crafting.Ingredient@4be0f1c8, net.minecraft.item.crafting.Ingredient@4be0f1c8]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.appliedenergistics2.part@68 new recipe: RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.part@68:[net.minecraft.item.crafting.Ingredient@1d2dfd03, net.minecraft.item.crafting.Ingredient@1d2dfd03, net.minecraft.item.crafting.Ingredient@1d2dfd03, net.minecraft.item.crafting.Ingredient@1d2dfd03, net.minecraftforge.oredict.OreIngredient@2a5f7760, net.minecraft.item.crafting.Ingredient@1d2dfd03, net.minecraft.item.crafting.Ingredient@1d2dfd03, net.minecraft.item.crafting.Ingredient@1d2dfd03, net.minecraft.item.crafting.Ingredient@1d2dfd03]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.appliedenergistics2.part@63 new recipe: RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.part@63:[net.minecraft.item.crafting.Ingredient@53a854f1, net.minecraft.item.crafting.Ingredient@53a854f1, net.minecraft.item.crafting.Ingredient@53a854f1, net.minecraft.item.crafting.Ingredient@53a854f1, net.minecraftforge.oredict.OreIngredient@554b0ca3, net.minecraft.item.crafting.Ingredient@53a854f1, net.minecraft.item.crafting.Ingredient@53a854f1, net.minecraft.item.crafting.Ingredient@53a854f1, net.minecraft.item.crafting.Ingredient@53a854f1]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.appliedenergistics2.part@73 new recipe: RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.part@73:[net.minecraft.item.crafting.Ingredient@159ef67a, net.minecraft.item.crafting.Ingredient@159ef67a, net.minecraft.item.crafting.Ingredient@159ef67a, net.minecraft.item.crafting.Ingredient@159ef67a, net.minecraftforge.oredict.OreIngredient@2fd95a7, net.minecraft.item.crafting.Ingredient@159ef67a, net.minecraft.item.crafting.Ingredient@159ef67a, net.minecraft.item.crafting.Ingredient@159ef67a, net.minecraft.item.crafting.Ingredient@159ef67a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.appliedenergistics2.part@67 new recipe: RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.part@67:[net.minecraft.item.crafting.Ingredient@7e116f43, net.minecraft.item.crafting.Ingredient@7e116f43, net.minecraft.item.crafting.Ingredient@7e116f43, net.minecraft.item.crafting.Ingredient@7e116f43, net.minecraftforge.oredict.OreIngredient@68e603da, net.minecraft.item.crafting.Ingredient@7e116f43, net.minecraft.item.crafting.Ingredient@7e116f43, net.minecraft.item.crafting.Ingredient@7e116f43, net.minecraft.item.crafting.Ingredient@7e116f43]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.appliedenergistics2.part@76 new recipe: RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.part@76:[net.minecraft.item.crafting.Ingredient@5ce54387, net.minecraft.item.crafting.Ingredient@70ff22d7]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.appliedenergistics2.part@76 new recipe: RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.part@76:[net.minecraft.item.crafting.Ingredient@a9b2c16, net.minecraftforge.oredict.OreIngredient@20c0c1ab, net.minecraftforge.oredict.OreIngredient@73fcc9a6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.appliedenergistics2.part@69 new recipe: RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.part@69:[net.minecraft.item.crafting.Ingredient@4ac0506c, net.minecraft.item.crafting.Ingredient@4ac0506c, net.minecraft.item.crafting.Ingredient@4ac0506c, net.minecraft.item.crafting.Ingredient@4ac0506c, net.minecraftforge.oredict.OreIngredient@5924840c, net.minecraft.item.crafting.Ingredient@4ac0506c, net.minecraft.item.crafting.Ingredient@4ac0506c, net.minecraft.item.crafting.Ingredient@4ac0506c, net.minecraft.item.crafting.Ingredient@4ac0506c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.appliedenergistics2.part@72 new recipe: RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.part@72:[net.minecraft.item.crafting.Ingredient@392ceed1, net.minecraft.item.crafting.Ingredient@392ceed1, net.minecraft.item.crafting.Ingredient@392ceed1, net.minecraft.item.crafting.Ingredient@392ceed1, net.minecraftforge.oredict.OreIngredient@1019fe10, net.minecraft.item.crafting.Ingredient@392ceed1, net.minecraft.item.crafting.Ingredient@392ceed1, net.minecraft.item.crafting.Ingredient@392ceed1, net.minecraft.item.crafting.Ingredient@392ceed1]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.appliedenergistics2.part@71 new recipe: RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.part@71:[net.minecraft.item.crafting.Ingredient@2bb90a26, net.minecraft.item.crafting.Ingredient@2bb90a26, net.minecraft.item.crafting.Ingredient@2bb90a26, net.minecraft.item.crafting.Ingredient@2bb90a26, net.minecraftforge.oredict.OreIngredient@b59ccdf, net.minecraft.item.crafting.Ingredient@2bb90a26, net.minecraft.item.crafting.Ingredient@2bb90a26, net.minecraft.item.crafting.Ingredient@2bb90a26, net.minecraft.item.crafting.Ingredient@2bb90a26]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.appliedenergistics2.part@75 new recipe: RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.part@75:[net.minecraft.item.crafting.Ingredient@46e45a79, net.minecraft.item.crafting.Ingredient@46e45a79, net.minecraft.item.crafting.Ingredient@46e45a79, net.minecraft.item.crafting.Ingredient@46e45a79, net.minecraftforge.oredict.OreIngredient@11e41966, net.minecraft.item.crafting.Ingredient@46e45a79, net.minecraft.item.crafting.Ingredient@46e45a79, net.minecraft.item.crafting.Ingredient@46e45a79, net.minecraft.item.crafting.Ingredient@46e45a79]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.appliedenergistics2.part@504 new recipe: RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.part@504:[net.minecraft.item.crafting.Ingredient@34d68795, net.minecraft.item.crafting.Ingredient@34d68795, net.minecraft.item.crafting.Ingredient@34d68795, net.minecraft.item.crafting.Ingredient@34d68795, net.minecraftforge.oredict.OreIngredient@796ffaec, net.minecraft.item.crafting.Ingredient@34d68795, net.minecraft.item.crafting.Ingredient@34d68795, net.minecraft.item.crafting.Ingredient@34d68795, net.minecraft.item.crafting.Ingredient@34d68795]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.appliedenergistics2.part@500 new recipe: RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.part@500:[net.minecraft.item.crafting.Ingredient@4b2bef6f, net.minecraft.item.crafting.Ingredient@4b2bef6f, net.minecraft.item.crafting.Ingredient@4b2bef6f, net.minecraft.item.crafting.Ingredient@4b2bef6f, net.minecraftforge.oredict.OreIngredient@67a74e0a, net.minecraft.item.crafting.Ingredient@4b2bef6f, net.minecraft.item.crafting.Ingredient@4b2bef6f, net.minecraft.item.crafting.Ingredient@4b2bef6f, net.minecraft.item.crafting.Ingredient@4b2bef6f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.appliedenergistics2.part@514 new recipe: RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.part@514:[net.minecraft.item.crafting.Ingredient@597e5765, net.minecraft.item.crafting.Ingredient@597e5765, net.minecraft.item.crafting.Ingredient@597e5765, net.minecraft.item.crafting.Ingredient@597e5765, net.minecraftforge.oredict.OreIngredient@79c1053e, net.minecraft.item.crafting.Ingredient@597e5765, net.minecraft.item.crafting.Ingredient@597e5765, net.minecraft.item.crafting.Ingredient@597e5765, net.minecraft.item.crafting.Ingredient@597e5765]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.appliedenergistics2.part@510 new recipe: RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.part@510:[net.minecraft.item.crafting.Ingredient@27e8c96e, net.minecraft.item.crafting.Ingredient@27e8c96e, net.minecraft.item.crafting.Ingredient@27e8c96e, net.minecraft.item.crafting.Ingredient@27e8c96e, net.minecraftforge.oredict.OreIngredient@11efeb16, net.minecraft.item.crafting.Ingredient@27e8c96e, net.minecraft.item.crafting.Ingredient@27e8c96e, net.minecraft.item.crafting.Ingredient@27e8c96e, net.minecraft.item.crafting.Ingredient@27e8c96e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.appliedenergistics2.part@506 new recipe: RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.part@506:[net.minecraft.item.crafting.Ingredient@76d8ad96, net.minecraft.item.crafting.Ingredient@76d8ad96, net.minecraft.item.crafting.Ingredient@76d8ad96, net.minecraft.item.crafting.Ingredient@76d8ad96, net.minecraftforge.oredict.OreIngredient@7c6b1bfc, net.minecraft.item.crafting.Ingredient@76d8ad96, net.minecraft.item.crafting.Ingredient@76d8ad96, net.minecraft.item.crafting.Ingredient@76d8ad96, net.minecraft.item.crafting.Ingredient@76d8ad96]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.appliedenergistics2.part@501 new recipe: RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.part@501:[net.minecraft.item.crafting.Ingredient@4a9f6e4c, net.minecraft.item.crafting.Ingredient@4a9f6e4c, net.minecraft.item.crafting.Ingredient@4a9f6e4c, net.minecraft.item.crafting.Ingredient@4a9f6e4c, net.minecraftforge.oredict.OreIngredient@396baf98, net.minecraft.item.crafting.Ingredient@4a9f6e4c, net.minecraft.item.crafting.Ingredient@4a9f6e4c, net.minecraft.item.crafting.Ingredient@4a9f6e4c, net.minecraft.item.crafting.Ingredient@4a9f6e4c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.appliedenergistics2.part@502 new recipe: RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.part@502:[net.minecraft.item.crafting.Ingredient@62dc45e2, net.minecraft.item.crafting.Ingredient@62dc45e2, net.minecraft.item.crafting.Ingredient@62dc45e2, net.minecraft.item.crafting.Ingredient@62dc45e2, net.minecraftforge.oredict.OreIngredient@3c5119b1, net.minecraft.item.crafting.Ingredient@62dc45e2, net.minecraft.item.crafting.Ingredient@62dc45e2, net.minecraft.item.crafting.Ingredient@62dc45e2, net.minecraft.item.crafting.Ingredient@62dc45e2]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.appliedenergistics2.part@505 new recipe: RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.part@505:[net.minecraft.item.crafting.Ingredient@5e2d4332, net.minecraft.item.crafting.Ingredient@5e2d4332, net.minecraft.item.crafting.Ingredient@5e2d4332, net.minecraft.item.crafting.Ingredient@5e2d4332, net.minecraftforge.oredict.OreIngredient@b03cde6, net.minecraft.item.crafting.Ingredient@5e2d4332, net.minecraft.item.crafting.Ingredient@5e2d4332, net.minecraft.item.crafting.Ingredient@5e2d4332, net.minecraft.item.crafting.Ingredient@5e2d4332]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.appliedenergistics2.part@508 new recipe: RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.part@508:[net.minecraft.item.crafting.Ingredient@37cbe9ab, net.minecraft.item.crafting.Ingredient@37cbe9ab, net.minecraft.item.crafting.Ingredient@37cbe9ab, net.minecraft.item.crafting.Ingredient@37cbe9ab, net.minecraftforge.oredict.OreIngredient@fe25978, net.minecraft.item.crafting.Ingredient@37cbe9ab, net.minecraft.item.crafting.Ingredient@37cbe9ab, net.minecraft.item.crafting.Ingredient@37cbe9ab, net.minecraft.item.crafting.Ingredient@37cbe9ab]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.appliedenergistics2.part@503 new recipe: RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.part@503:[net.minecraft.item.crafting.Ingredient@49a2b72b, net.minecraft.item.crafting.Ingredient@49a2b72b, net.minecraft.item.crafting.Ingredient@49a2b72b, net.minecraft.item.crafting.Ingredient@49a2b72b, net.minecraftforge.oredict.OreIngredient@21fc9dce, net.minecraft.item.crafting.Ingredient@49a2b72b, net.minecraft.item.crafting.Ingredient@49a2b72b, net.minecraft.item.crafting.Ingredient@49a2b72b, net.minecraft.item.crafting.Ingredient@49a2b72b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.appliedenergistics2.part@513 new recipe: RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.part@513:[net.minecraft.item.crafting.Ingredient@47bda259, net.minecraft.item.crafting.Ingredient@47bda259, net.minecraft.item.crafting.Ingredient@47bda259, net.minecraft.item.crafting.Ingredient@47bda259, net.minecraftforge.oredict.OreIngredient@219f7001, net.minecraft.item.crafting.Ingredient@47bda259, net.minecraft.item.crafting.Ingredient@47bda259, net.minecraft.item.crafting.Ingredient@47bda259, net.minecraft.item.crafting.Ingredient@47bda259]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.appliedenergistics2.part@507 new recipe: RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.part@507:[net.minecraft.item.crafting.Ingredient@54c701bc, net.minecraft.item.crafting.Ingredient@54c701bc, net.minecraft.item.crafting.Ingredient@54c701bc, net.minecraft.item.crafting.Ingredient@54c701bc, net.minecraftforge.oredict.OreIngredient@4592f942, net.minecraft.item.crafting.Ingredient@54c701bc, net.minecraft.item.crafting.Ingredient@54c701bc, net.minecraft.item.crafting.Ingredient@54c701bc, net.minecraft.item.crafting.Ingredient@54c701bc]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.appliedenergistics2.part@516 new recipe: RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.part@516:[net.minecraft.item.crafting.Ingredient@a950cc9, net.minecraft.item.crafting.Ingredient@1d935746]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.appliedenergistics2.part@516 new recipe: RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.part@516:[net.minecraft.item.crafting.Ingredient@65f91014, net.minecraft.item.crafting.Ingredient@7ff488a4, net.minecraft.item.crafting.Ingredient@8ea83c5, net.minecraft.item.crafting.Ingredient@50767c8d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.appliedenergistics2.part@509 new recipe: RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.part@509:[net.minecraft.item.crafting.Ingredient@19917bed, net.minecraft.item.crafting.Ingredient@19917bed, net.minecraft.item.crafting.Ingredient@19917bed, net.minecraft.item.crafting.Ingredient@19917bed, net.minecraftforge.oredict.OreIngredient@7122247f, net.minecraft.item.crafting.Ingredient@19917bed, net.minecraft.item.crafting.Ingredient@19917bed, net.minecraft.item.crafting.Ingredient@19917bed, net.minecraft.item.crafting.Ingredient@19917bed]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.appliedenergistics2.part@512 new recipe: RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.part@512:[net.minecraft.item.crafting.Ingredient@20f4d5ad, net.minecraft.item.crafting.Ingredient@20f4d5ad, net.minecraft.item.crafting.Ingredient@20f4d5ad, net.minecraft.item.crafting.Ingredient@20f4d5ad, net.minecraftforge.oredict.OreIngredient@1d742cd1, net.minecraft.item.crafting.Ingredient@20f4d5ad, net.minecraft.item.crafting.Ingredient@20f4d5ad, net.minecraft.item.crafting.Ingredient@20f4d5ad, net.minecraft.item.crafting.Ingredient@20f4d5ad]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.appliedenergistics2.part@511 new recipe: RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.part@511:[net.minecraft.item.crafting.Ingredient@6a29b061, net.minecraft.item.crafting.Ingredient@6a29b061, net.minecraft.item.crafting.Ingredient@6a29b061, net.minecraft.item.crafting.Ingredient@6a29b061, net.minecraftforge.oredict.OreIngredient@27ceffbe, net.minecraft.item.crafting.Ingredient@6a29b061, net.minecraft.item.crafting.Ingredient@6a29b061, net.minecraft.item.crafting.Ingredient@6a29b061, net.minecraft.item.crafting.Ingredient@6a29b061]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.appliedenergistics2.part@515 new recipe: RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.part@515:[net.minecraft.item.crafting.Ingredient@19a4d679, net.minecraft.item.crafting.Ingredient@19a4d679, net.minecraft.item.crafting.Ingredient@19a4d679, net.minecraft.item.crafting.Ingredient@19a4d679, net.minecraftforge.oredict.OreIngredient@46c753cc, net.minecraft.item.crafting.Ingredient@19a4d679, net.minecraft.item.crafting.Ingredient@19a4d679, net.minecraft.item.crafting.Ingredient@19a4d679, net.minecraft.item.crafting.Ingredient@19a4d679]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.appliedenergistics2.part@24 new recipe: RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.part@24:[net.minecraft.item.crafting.Ingredient@2d908e80, net.minecraft.item.crafting.Ingredient@2d908e80, net.minecraft.item.crafting.Ingredient@2d908e80, net.minecraft.item.crafting.Ingredient@2d908e80, net.minecraftforge.oredict.OreIngredient@4a70ca0c, net.minecraft.item.crafting.Ingredient@2d908e80, net.minecraft.item.crafting.Ingredient@2d908e80, net.minecraft.item.crafting.Ingredient@2d908e80, net.minecraft.item.crafting.Ingredient@2d908e80]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.appliedenergistics2.part@20 new recipe: RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.part@20:[net.minecraft.item.crafting.Ingredient@37a4c938, net.minecraft.item.crafting.Ingredient@37a4c938, net.minecraft.item.crafting.Ingredient@37a4c938, net.minecraft.item.crafting.Ingredient@37a4c938, net.minecraftforge.oredict.OreIngredient@2bddb1a2, net.minecraft.item.crafting.Ingredient@37a4c938, net.minecraft.item.crafting.Ingredient@37a4c938, net.minecraft.item.crafting.Ingredient@37a4c938, net.minecraft.item.crafting.Ingredient@37a4c938]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.appliedenergistics2.part@34 new recipe: RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.part@34:[net.minecraft.item.crafting.Ingredient@54746216, net.minecraft.item.crafting.Ingredient@54746216, net.minecraft.item.crafting.Ingredient@54746216, net.minecraft.item.crafting.Ingredient@54746216, net.minecraftforge.oredict.OreIngredient@1bd41e9d, net.minecraft.item.crafting.Ingredient@54746216, net.minecraft.item.crafting.Ingredient@54746216, net.minecraft.item.crafting.Ingredient@54746216, net.minecraft.item.crafting.Ingredient@54746216]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.appliedenergistics2.part@30 new recipe: RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.part@30:[net.minecraft.item.crafting.Ingredient@5e2f7a9f, net.minecraft.item.crafting.Ingredient@5e2f7a9f, net.minecraft.item.crafting.Ingredient@5e2f7a9f, net.minecraft.item.crafting.Ingredient@5e2f7a9f, net.minecraftforge.oredict.OreIngredient@2174446e, net.minecraft.item.crafting.Ingredient@5e2f7a9f, net.minecraft.item.crafting.Ingredient@5e2f7a9f, net.minecraft.item.crafting.Ingredient@5e2f7a9f, net.minecraft.item.crafting.Ingredient@5e2f7a9f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.appliedenergistics2.part@26 new recipe: RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.part@26:[net.minecraft.item.crafting.Ingredient@33da1293, net.minecraft.item.crafting.Ingredient@33da1293, net.minecraft.item.crafting.Ingredient@33da1293, net.minecraft.item.crafting.Ingredient@33da1293, net.minecraftforge.oredict.OreIngredient@1287daae, net.minecraft.item.crafting.Ingredient@33da1293, net.minecraft.item.crafting.Ingredient@33da1293, net.minecraft.item.crafting.Ingredient@33da1293, net.minecraft.item.crafting.Ingredient@33da1293]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.appliedenergistics2.part@21 new recipe: RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.part@21:[net.minecraft.item.crafting.Ingredient@5c5377bd, net.minecraft.item.crafting.Ingredient@5c5377bd, net.minecraft.item.crafting.Ingredient@5c5377bd, net.minecraft.item.crafting.Ingredient@5c5377bd, net.minecraftforge.oredict.OreIngredient@7f549559, net.minecraft.item.crafting.Ingredient@5c5377bd, net.minecraft.item.crafting.Ingredient@5c5377bd, net.minecraft.item.crafting.Ingredient@5c5377bd, net.minecraft.item.crafting.Ingredient@5c5377bd]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.appliedenergistics2.part@22 new recipe: RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.part@22:[net.minecraft.item.crafting.Ingredient@70bb7dba, net.minecraft.item.crafting.Ingredient@70bb7dba, net.minecraft.item.crafting.Ingredient@70bb7dba, net.minecraft.item.crafting.Ingredient@70bb7dba, net.minecraftforge.oredict.OreIngredient@38ae3a08, net.minecraft.item.crafting.Ingredient@70bb7dba, net.minecraft.item.crafting.Ingredient@70bb7dba, net.minecraft.item.crafting.Ingredient@70bb7dba, net.minecraft.item.crafting.Ingredient@70bb7dba]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.appliedenergistics2.part@25 new recipe: RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.part@25:[net.minecraft.item.crafting.Ingredient@1e79dce8, net.minecraft.item.crafting.Ingredient@1e79dce8, net.minecraft.item.crafting.Ingredient@1e79dce8, net.minecraft.item.crafting.Ingredient@1e79dce8, net.minecraftforge.oredict.OreIngredient@3a0b96f6, net.minecraft.item.crafting.Ingredient@1e79dce8, net.minecraft.item.crafting.Ingredient@1e79dce8, net.minecraft.item.crafting.Ingredient@1e79dce8, net.minecraft.item.crafting.Ingredient@1e79dce8]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.appliedenergistics2.part@28 new recipe: RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.part@28:[net.minecraft.item.crafting.Ingredient@7d864ba4, net.minecraft.item.crafting.Ingredient@7d864ba4, net.minecraft.item.crafting.Ingredient@7d864ba4, net.minecraft.item.crafting.Ingredient@7d864ba4, net.minecraftforge.oredict.OreIngredient@66ba860f, net.minecraft.item.crafting.Ingredient@7d864ba4, net.minecraft.item.crafting.Ingredient@7d864ba4, net.minecraft.item.crafting.Ingredient@7d864ba4, net.minecraft.item.crafting.Ingredient@7d864ba4]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.appliedenergistics2.part@23 new recipe: RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.part@23:[net.minecraft.item.crafting.Ingredient@3b20ed4e, net.minecraft.item.crafting.Ingredient@3b20ed4e, net.minecraft.item.crafting.Ingredient@3b20ed4e, net.minecraft.item.crafting.Ingredient@3b20ed4e, net.minecraftforge.oredict.OreIngredient@6e428c3b, net.minecraft.item.crafting.Ingredient@3b20ed4e, net.minecraft.item.crafting.Ingredient@3b20ed4e, net.minecraft.item.crafting.Ingredient@3b20ed4e, net.minecraft.item.crafting.Ingredient@3b20ed4e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.appliedenergistics2.part@33 new recipe: RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.part@33:[net.minecraft.item.crafting.Ingredient@62d02900, net.minecraft.item.crafting.Ingredient@62d02900, net.minecraft.item.crafting.Ingredient@62d02900, net.minecraft.item.crafting.Ingredient@62d02900, net.minecraftforge.oredict.OreIngredient@42d3a3aa, net.minecraft.item.crafting.Ingredient@62d02900, net.minecraft.item.crafting.Ingredient@62d02900, net.minecraft.item.crafting.Ingredient@62d02900, net.minecraft.item.crafting.Ingredient@62d02900]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.appliedenergistics2.part@27 new recipe: RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.part@27:[net.minecraft.item.crafting.Ingredient@333b6aee, net.minecraft.item.crafting.Ingredient@333b6aee, net.minecraft.item.crafting.Ingredient@333b6aee, net.minecraft.item.crafting.Ingredient@333b6aee, net.minecraftforge.oredict.OreIngredient@54fcc9ee, net.minecraft.item.crafting.Ingredient@333b6aee, net.minecraft.item.crafting.Ingredient@333b6aee, net.minecraft.item.crafting.Ingredient@333b6aee, net.minecraft.item.crafting.Ingredient@333b6aee]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.appliedenergistics2.part@36 new recipe: RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.part@36:[net.minecraft.item.crafting.Ingredient@3f7bf0f9, net.minecraft.item.crafting.Ingredient@7709a2b2]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.appliedenergistics2.part@36 new recipe: RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.part@36:[net.minecraftforge.common.crafting.CompoundIngredient@7f6c21ce, net.minecraft.item.crafting.Ingredient@17bfb679]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.appliedenergistics2.part@29 new recipe: RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.part@29:[net.minecraft.item.crafting.Ingredient@8a827d, net.minecraft.item.crafting.Ingredient@8a827d, net.minecraft.item.crafting.Ingredient@8a827d, net.minecraft.item.crafting.Ingredient@8a827d, net.minecraftforge.oredict.OreIngredient@2b0ac22f, net.minecraft.item.crafting.Ingredient@8a827d, net.minecraft.item.crafting.Ingredient@8a827d, net.minecraft.item.crafting.Ingredient@8a827d, net.minecraft.item.crafting.Ingredient@8a827d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.appliedenergistics2.part@32 new recipe: RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.part@32:[net.minecraft.item.crafting.Ingredient@2d478cc5, net.minecraft.item.crafting.Ingredient@2d478cc5, net.minecraft.item.crafting.Ingredient@2d478cc5, net.minecraft.item.crafting.Ingredient@2d478cc5, net.minecraftforge.oredict.OreIngredient@5997f936, net.minecraft.item.crafting.Ingredient@2d478cc5, net.minecraft.item.crafting.Ingredient@2d478cc5, net.minecraft.item.crafting.Ingredient@2d478cc5, net.minecraft.item.crafting.Ingredient@2d478cc5]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.appliedenergistics2.part@31 new recipe: RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.part@31:[net.minecraft.item.crafting.Ingredient@129db500, net.minecraft.item.crafting.Ingredient@129db500, net.minecraft.item.crafting.Ingredient@129db500, net.minecraft.item.crafting.Ingredient@129db500, net.minecraftforge.oredict.OreIngredient@5d109cab, net.minecraft.item.crafting.Ingredient@129db500, net.minecraft.item.crafting.Ingredient@129db500, net.minecraft.item.crafting.Ingredient@129db500, net.minecraft.item.crafting.Ingredient@129db500]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.appliedenergistics2.part@35 new recipe: RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.part@35:[net.minecraft.item.crafting.Ingredient@5db63e26, net.minecraft.item.crafting.Ingredient@5db63e26, net.minecraft.item.crafting.Ingredient@5db63e26, net.minecraft.item.crafting.Ingredient@5db63e26, net.minecraftforge.oredict.OreIngredient@75f4f884, net.minecraft.item.crafting.Ingredient@5db63e26, net.minecraft.item.crafting.Ingredient@5db63e26, net.minecraft.item.crafting.Ingredient@5db63e26, net.minecraft.item.crafting.Ingredient@5db63e26]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.appliedenergistics2.drive@0 new recipe: RecipeStage{tier='five', recipe=1xtile.appliedenergistics2.drive@0:[net.minecraftforge.oredict.OreIngredient@32df8d0d, net.minecraft.item.crafting.Ingredient@602298a8, net.minecraftforge.oredict.OreIngredient@32df8d0d, net.minecraft.item.crafting.Ingredient@3511ae73, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3511ae73, net.minecraftforge.oredict.OreIngredient@32df8d0d, net.minecraft.item.crafting.Ingredient@602298a8, net.minecraftforge.oredict.OreIngredient@32df8d0d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.appliedenergistics2.chest@0 new recipe: RecipeStage{tier='five', recipe=1xtile.appliedenergistics2.chest@0:[net.minecraftforge.common.crafting.CompoundIngredient@5ee45da6, net.minecraft.item.crafting.Ingredient@665ebf3, net.minecraftforge.common.crafting.CompoundIngredient@5ee45da6, net.minecraft.item.crafting.Ingredient@6b647da2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6b647da2, net.minecraftforge.oredict.OreIngredient@2cc1f6d7, net.minecraftforge.common.crafting.CompoundIngredient@38b5836e, net.minecraftforge.oredict.OreIngredient@2cc1f6d7]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.appliedenergistics2.spatial_pylon@0 new recipe: RecipeStage{tier='five', recipe=1xtile.appliedenergistics2.spatial_pylon@0:[net.minecraft.item.crafting.Ingredient@6a5da938, net.minecraft.item.crafting.Ingredient@5919d48e, net.minecraft.item.crafting.Ingredient@6a5da938, net.minecraftforge.oredict.OreIngredient@1b93df28, net.minecraftforge.common.crafting.CompoundIngredient@38b5836e, net.minecraftforge.oredict.OreIngredient@1b93df28, net.minecraft.item.crafting.Ingredient@6a5da938, net.minecraft.item.crafting.Ingredient@5919d48e, net.minecraft.item.crafting.Ingredient@6a5da938]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.appliedenergistics2.spatial_io_port@0 new recipe: RecipeStage{tier='five', recipe=1xtile.appliedenergistics2.spatial_io_port@0:[net.minecraftforge.common.crafting.CompoundIngredient@5ee45da6, net.minecraftforge.common.crafting.CompoundIngredient@5ee45da6, net.minecraftforge.common.crafting.CompoundIngredient@5ee45da6, net.minecraft.item.crafting.Ingredient@2891365c, net.minecraft.item.crafting.Ingredient@10a26073, net.minecraft.item.crafting.Ingredient@2891365c, net.minecraftforge.oredict.OreIngredient@52b7a42c, net.minecraft.item.crafting.Ingredient@cde75a0, net.minecraftforge.oredict.OreIngredient@52b7a42c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.appliedenergistics2.security_station@0 new recipe: RecipeStage{tier='five', recipe=1xtile.appliedenergistics2.security_station@0:[net.minecraftforge.oredict.OreIngredient@350cbd48, net.minecraft.item.crafting.Ingredient@3f587faf, net.minecraftforge.oredict.OreIngredient@350cbd48, net.minecraft.item.crafting.Ingredient@97b09f5, net.minecraft.item.crafting.Ingredient@1ac4d1e5, net.minecraft.item.crafting.Ingredient@97b09f5, net.minecraftforge.oredict.OreIngredient@350cbd48, net.minecraft.item.crafting.Ingredient@244b0ecb, net.minecraftforge.oredict.OreIngredient@350cbd48]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.appliedenergistics2.quantum_ring@0 new recipe: RecipeStage{tier='five', recipe=1xtile.appliedenergistics2.quantum_ring@0:[net.minecraftforge.oredict.OreIngredient@39b82224, net.minecraft.item.crafting.Ingredient@44d34455, net.minecraftforge.oredict.OreIngredient@39b82224, net.minecraft.item.crafting.Ingredient@8305baf, net.minecraft.item.crafting.Ingredient@4eb4930f, net.minecraft.item.crafting.Ingredient@2eb6a1b5, net.minecraftforge.oredict.OreIngredient@39b82224, net.minecraft.item.crafting.Ingredient@44d34455, net.minecraftforge.oredict.OreIngredient@39b82224]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.appliedenergistics2.quantum_link@0 new recipe: RecipeStage{tier='five', recipe=1xtile.appliedenergistics2.quantum_link@0:[net.minecraft.item.crafting.Ingredient@134b99be, net.minecraft.item.crafting.Ingredient@530bfdc2, net.minecraft.item.crafting.Ingredient@134b99be, net.minecraft.item.crafting.Ingredient@530bfdc2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@530bfdc2, net.minecraft.item.crafting.Ingredient@134b99be, net.minecraft.item.crafting.Ingredient@530bfdc2, net.minecraft.item.crafting.Ingredient@134b99be]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.appliedenergistics2.io_port@0 new recipe: RecipeStage{tier='five', recipe=1xtile.appliedenergistics2.io_port@0:[net.minecraftforge.common.crafting.CompoundIngredient@5ee45da6, net.minecraftforge.common.crafting.CompoundIngredient@5ee45da6, net.minecraftforge.common.crafting.CompoundIngredient@5ee45da6, net.minecraft.item.crafting.Ingredient@675b1e61, net.minecraft.item.crafting.Ingredient@67e37086, net.minecraft.item.crafting.Ingredient@675b1e61, net.minecraftforge.oredict.OreIngredient@4ca908ac, net.minecraft.item.crafting.Ingredient@27a730a9, net.minecraftforge.oredict.OreIngredient@4ca908ac]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.appliedenergistics2.condenser@0 new recipe: RecipeStage{tier='five', recipe=1xtile.appliedenergistics2.condenser@0:[net.minecraftforge.oredict.OreIngredient@3ebb2468, net.minecraftforge.common.crafting.CompoundIngredient@5ee45da6, net.minecraftforge.oredict.OreIngredient@3ebb2468, net.minecraftforge.common.crafting.CompoundIngredient@5ee45da6, net.minecraftforge.oredict.OreIngredient@2496519, net.minecraftforge.common.crafting.CompoundIngredient@5ee45da6, net.minecraftforge.oredict.OreIngredient@3ebb2468, net.minecraftforge.common.crafting.CompoundIngredient@5ee45da6, net.minecraftforge.oredict.OreIngredient@3ebb2468]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.appliedenergistics2.part@440 new recipe: RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.part@440:[net.minecraft.item.crafting.Ingredient@5054b993]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.appliedenergistics2.inscriber@0 new recipe: RecipeStage{tier='four', recipe=1xtile.appliedenergistics2.inscriber@0:[net.minecraftforge.oredict.OreIngredient@2f0c8952, net.minecraft.item.crafting.Ingredient@424667e, net.minecraftforge.oredict.OreIngredient@2f0c8952, net.minecraftforge.common.crafting.CompoundIngredient@38b5836e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2f0c8952, net.minecraftforge.oredict.OreIngredient@2f0c8952, net.minecraft.item.crafting.Ingredient@424667e, net.minecraftforge.oredict.OreIngredient@2f0c8952]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.appliedenergistics2.part@441 new recipe: RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.part@441:[net.minecraft.item.crafting.Ingredient@59103b77]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.appliedenergistics2.fluid_interface@0 new recipe: RecipeStage{tier='five', recipe=1xtile.appliedenergistics2.fluid_interface@0:[net.minecraft.item.crafting.Ingredient@71e7cfa9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.appliedenergistics2.fluid_interface@0 new recipe: RecipeStage{tier='five', recipe=1xtile.appliedenergistics2.fluid_interface@0:[net.minecraftforge.oredict.OreIngredient@215602b6, net.minecraftforge.oredict.OreIngredient@745e385a, net.minecraftforge.oredict.OreIngredient@215602b6, net.minecraft.item.crafting.Ingredient@2a5c508e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1b2ee8f4, net.minecraftforge.oredict.OreIngredient@215602b6, net.minecraftforge.oredict.OreIngredient@745e385a, net.minecraftforge.oredict.OreIngredient@215602b6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.appliedenergistics2.energy_cell@0 new recipe: RecipeStage{tier='four', recipe=1xtile.appliedenergistics2.energy_cell@0:[net.minecraftforge.common.crafting.CompoundIngredient@3fad9d16, net.minecraftforge.oredict.OreIngredient@7e8f0d5, net.minecraftforge.common.crafting.CompoundIngredient@3fad9d16, net.minecraftforge.oredict.OreIngredient@7e8f0d5, net.minecraft.item.crafting.Ingredient@4031e855, net.minecraftforge.oredict.OreIngredient@7e8f0d5, net.minecraftforge.common.crafting.CompoundIngredient@3fad9d16, net.minecraftforge.oredict.OreIngredient@7e8f0d5, net.minecraftforge.common.crafting.CompoundIngredient@3fad9d16]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.appliedenergistics2.energy_acceptor@0 new recipe: RecipeStage{tier='four', recipe=1xtile.appliedenergistics2.energy_acceptor@0:[net.minecraftforge.oredict.OreIngredient@98610f7, net.minecraft.item.crafting.Ingredient@541e4105, net.minecraftforge.oredict.OreIngredient@98610f7, net.minecraft.item.crafting.Ingredient@541e4105, net.minecraftforge.common.crafting.CompoundIngredient@38b5836e, net.minecraft.item.crafting.Ingredient@541e4105, net.minecraftforge.oredict.OreIngredient@98610f7, net.minecraft.item.crafting.Ingredient@541e4105, net.minecraftforge.oredict.OreIngredient@98610f7]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.appliedenergistics2.dense_energy_cell@0 new recipe: RecipeStage{tier='five', recipe=1xtile.appliedenergistics2.dense_energy_cell@0:[net.minecraft.item.crafting.Ingredient@38dfb2d5, net.minecraft.item.crafting.Ingredient@38dfb2d5, net.minecraft.item.crafting.Ingredient@38dfb2d5, net.minecraft.item.crafting.Ingredient@38dfb2d5, net.minecraft.item.crafting.Ingredient@4fa94f15, net.minecraft.item.crafting.Ingredient@38dfb2d5, net.minecraft.item.crafting.Ingredient@38dfb2d5, net.minecraft.item.crafting.Ingredient@38dfb2d5, net.minecraft.item.crafting.Ingredient@38dfb2d5]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.appliedenergistics2.quartz_growth_accelerator@0 new recipe: RecipeStage{tier='five', recipe=1xtile.appliedenergistics2.quartz_growth_accelerator@0:[net.minecraftforge.oredict.OreIngredient@661611ca, net.minecraft.item.crafting.Ingredient@b4550aa, net.minecraftforge.oredict.OreIngredient@661611ca, net.minecraft.item.crafting.Ingredient@2ab8865d, net.minecraft.item.crafting.Ingredient@41c9a235, net.minecraft.item.crafting.Ingredient@2ab8865d, net.minecraftforge.oredict.OreIngredient@661611ca, net.minecraft.item.crafting.Ingredient@b4550aa, net.minecraftforge.oredict.OreIngredient@661611ca]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.appliedenergistics2.charger@0 new recipe: RecipeStage{tier='five', recipe=1xtile.appliedenergistics2.charger@0:[net.minecraftforge.oredict.OreIngredient@54d684f8, net.minecraftforge.common.crafting.CompoundIngredient@38b5836e, net.minecraftforge.oredict.OreIngredient@54d684f8, net.minecraftforge.oredict.OreIngredient@54d684f8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@54d684f8, net.minecraftforge.common.crafting.CompoundIngredient@38b5836e, net.minecraftforge.oredict.OreIngredient@54d684f8]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.appliedenergistics2.controller@0 new recipe: RecipeStage{tier='five', recipe=1xtile.appliedenergistics2.controller@0:[net.minecraft.item.crafting.Ingredient@1cf19398, net.minecraft.item.crafting.Ingredient@306ae759, net.minecraft.item.crafting.Ingredient@1cf19398, net.minecraft.item.crafting.Ingredient@306ae759, net.minecraft.item.crafting.Ingredient@5eec3843, net.minecraft.item.crafting.Ingredient@306ae759, net.minecraft.item.crafting.Ingredient@1cf19398, net.minecraft.item.crafting.Ingredient@306ae759, net.minecraft.item.crafting.Ingredient@1cf19398]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.appliedenergistics2.cell_workbench@0 new recipe: RecipeStage{tier='five', recipe=1xtile.appliedenergistics2.cell_workbench@0:[net.minecraftforge.common.crafting.CompoundIngredient@7f6c21ce, net.minecraft.item.crafting.Ingredient@31cfd111, net.minecraftforge.common.crafting.CompoundIngredient@7f6c21ce, net.minecraftforge.oredict.OreIngredient@654ecc5, net.minecraftforge.oredict.OreIngredient@35599475, net.minecraftforge.oredict.OreIngredient@654ecc5, net.minecraftforge.oredict.OreIngredient@654ecc5, net.minecraftforge.oredict.OreIngredient@654ecc5, net.minecraftforge.oredict.OreIngredient@654ecc5]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.daylightDetector@0 new recipe: RecipeStage{tier='three', recipe=1xtile.daylightDetector@0:[net.minecraftforge.common.crafting.CompoundIngredient@5ee45da6, net.minecraftforge.common.crafting.CompoundIngredient@5ee45da6, net.minecraftforge.common.crafting.CompoundIngredient@5ee45da6, net.minecraftforge.common.crafting.CompoundIngredient@5dfe0362, net.minecraftforge.common.crafting.CompoundIngredient@5dfe0362, net.minecraftforge.common.crafting.CompoundIngredient@5dfe0362, net.minecraftforge.oredict.OreIngredient@7e20cc6c, net.minecraftforge.oredict.OreIngredient@7e20cc6c, net.minecraftforge.oredict.OreIngredient@7e20cc6c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.comparator@0 new recipe: RecipeStage{tier='three', recipe=1xitem.comparator@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4f90ed21, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4f90ed21, net.minecraftforge.common.crafting.CompoundIngredient@5dfe0362, net.minecraft.item.crafting.Ingredient@4f90ed21, net.minecraftforge.oredict.OreIngredient@355c5a30, net.minecraftforge.oredict.OreIngredient@355c5a30, net.minecraftforge.oredict.OreIngredient@355c5a30]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.appliedenergistics2.tiny_tnt@0 new recipe: RecipeStage{tier='five', recipe=1xtile.appliedenergistics2.tiny_tnt@0:[net.minecraftforge.common.crafting.CompoundIngredient@2fca44ce, net.minecraft.item.crafting.Ingredient@23a3ed65, net.minecraft.item.crafting.Ingredient@23a3ed65, net.minecraftforge.common.crafting.CompoundIngredient@2fca44ce]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.appliedenergistics2.material@9 new recipe: RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.material@9:[net.minecraftforge.oredict.OreIngredient@3c33a274, net.minecraftforge.common.crafting.CompoundIngredient@38b5836e, net.minecraftforge.oredict.OreIngredient@3c33a274, net.minecraftforge.common.crafting.CompoundIngredient@38b5836e, net.minecraft.item.crafting.Ingredient@65b7917, net.minecraftforge.common.crafting.CompoundIngredient@38b5836e, net.minecraftforge.oredict.OreIngredient@3c33a274, net.minecraftforge.common.crafting.CompoundIngredient@38b5836e, net.minecraftforge.oredict.OreIngredient@3c33a274]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xitem.appliedenergistics2.material@7 new recipe: RecipeStage{tier='four', recipe=4xitem.appliedenergistics2.material@7:[net.minecraft.item.crafting.Ingredient@38121909]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xitem.appliedenergistics2.material@0 new recipe: RecipeStage{tier='four', recipe=4xitem.appliedenergistics2.material@0:[net.minecraft.item.crafting.Ingredient@438ca5fa]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xitem.appliedenergistics2.material@0 new recipe: RecipeStage{tier='four', recipe=4xitem.appliedenergistics2.material@0:[net.minecraft.item.crafting.Ingredient@411468bc]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xitem.appliedenergistics2.material@0 new recipe: RecipeStage{tier='four', recipe=4xitem.appliedenergistics2.material@0:[net.minecraft.item.crafting.Ingredient@795845a0]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xitem.appliedenergistics2.material@43 new recipe: RecipeStage{tier='four', recipe=2xitem.appliedenergistics2.material@43:[net.minecraftforge.common.crafting.CompoundIngredient@3fad9d16, net.minecraftforge.oredict.OreIngredient@5f5dde8, net.minecraft.item.crafting.Ingredient@27828ca7]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.appliedenergistics2.material@30 new recipe: RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.material@30:[net.minecraft.item.crafting.Ingredient@637304ee, net.minecraftforge.common.crafting.CompoundIngredient@38b5836e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.appliedenergistics2.material@26 new recipe: RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.material@26:[net.minecraft.item.crafting.Ingredient@34059465, net.minecraft.item.crafting.Ingredient@3f5a2b8b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.appliedenergistics2.material@31 new recipe: RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.material@31:[net.minecraft.item.crafting.Ingredient@319c1298, net.minecraft.item.crafting.Ingredient@7e16d3c2]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.appliedenergistics2.material@29 new recipe: RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.material@29:[net.minecraft.item.crafting.Ingredient@f487795, net.minecraftforge.common.crafting.CompoundIngredient@7f6c21ce]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.appliedenergistics2.material@53 new recipe: RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.material@53:[net.minecraftforge.oredict.OreIngredient@5d23a4a5, net.minecraft.item.crafting.Ingredient@19a33873]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.appliedenergistics2.material@27 new recipe: RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.material@27:[net.minecraftforge.common.crafting.CompoundIngredient@3fad9d16, net.minecraft.item.crafting.Ingredient@326ba619]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xitem.appliedenergistics2.material@25 new recipe: RecipeStage{tier='five', recipe=2xitem.appliedenergistics2.material@25:[net.minecraftforge.oredict.OreIngredient@1eb25077, net.minecraftforge.oredict.OreIngredient@39768e5e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5004850, net.minecraft.item.crafting.Ingredient@5d3ca7e9, net.minecraftforge.oredict.OreIngredient@39768e5e, net.minecraftforge.oredict.OreIngredient@1eb25077, net.minecraftforge.oredict.OreIngredient@39768e5e, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xitem.appliedenergistics2.material@44 new recipe: RecipeStage{tier='four', recipe=2xitem.appliedenergistics2.material@44:[net.minecraftforge.common.crafting.CompoundIngredient@5dfe0362, net.minecraftforge.oredict.OreIngredient@63f662ee, net.minecraft.item.crafting.Ingredient@1d8e5e58]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xitem.appliedenergistics2.material@28 new recipe: RecipeStage{tier='five', recipe=2xitem.appliedenergistics2.material@28:[net.minecraftforge.oredict.OreIngredient@401654b4, net.minecraftforge.oredict.OreIngredient@4068a2fc, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6ab8740a, net.minecraft.item.crafting.Ingredient@35b6749e, net.minecraftforge.oredict.OreIngredient@4068a2fc, net.minecraftforge.oredict.OreIngredient@401654b4, net.minecraftforge.oredict.OreIngredient@4068a2fc, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.appliedenergistics2.smooth_sky_stone_stairs@0 new recipe: RecipeStage{tier='five', recipe=4xtile.appliedenergistics2.smooth_sky_stone_stairs@0:[net.minecraft.item.crafting.Ingredient@6da8aaa3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6da8aaa3, net.minecraft.item.crafting.Ingredient@6da8aaa3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6da8aaa3, net.minecraft.item.crafting.Ingredient@6da8aaa3, net.minecraft.item.crafting.Ingredient@6da8aaa3]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.appliedenergistics2.sky_stone_small_brick_stairs@0 new recipe: RecipeStage{tier='five', recipe=4xtile.appliedenergistics2.sky_stone_small_brick_stairs@0:[net.minecraft.item.crafting.Ingredient@6f05ef83, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6f05ef83, net.minecraft.item.crafting.Ingredient@6f05ef83, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6f05ef83, net.minecraft.item.crafting.Ingredient@6f05ef83, net.minecraft.item.crafting.Ingredient@6f05ef83]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.appliedenergistics2.sky_stone_brick_stairs@0 new recipe: RecipeStage{tier='five', recipe=4xtile.appliedenergistics2.sky_stone_brick_stairs@0:[net.minecraft.item.crafting.Ingredient@a7d6a96, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@a7d6a96, net.minecraft.item.crafting.Ingredient@a7d6a96, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@a7d6a96, net.minecraft.item.crafting.Ingredient@a7d6a96, net.minecraft.item.crafting.Ingredient@a7d6a96]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.appliedenergistics2.sky_stone_stairs@0 new recipe: RecipeStage{tier='five', recipe=4xtile.appliedenergistics2.sky_stone_stairs@0:[net.minecraft.item.crafting.Ingredient@2241d81a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2241d81a, net.minecraft.item.crafting.Ingredient@2241d81a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2241d81a, net.minecraft.item.crafting.Ingredient@2241d81a, net.minecraft.item.crafting.Ingredient@2241d81a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.appliedenergistics2.quartz_pillar_stairs@0 new recipe: RecipeStage{tier='four', recipe=4xtile.appliedenergistics2.quartz_pillar_stairs@0:[net.minecraft.item.crafting.Ingredient@67e87486, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@67e87486, net.minecraft.item.crafting.Ingredient@67e87486, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@67e87486, net.minecraft.item.crafting.Ingredient@67e87486, net.minecraft.item.crafting.Ingredient@67e87486]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.appliedenergistics2.quartz_stairs@0 new recipe: RecipeStage{tier='four', recipe=4xtile.appliedenergistics2.quartz_stairs@0:[net.minecraft.item.crafting.Ingredient@29936306, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@29936306, net.minecraft.item.crafting.Ingredient@29936306, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@29936306, net.minecraft.item.crafting.Ingredient@29936306, net.minecraft.item.crafting.Ingredient@29936306]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.appliedenergistics2.fluix_stairs@0 new recipe: RecipeStage{tier='four', recipe=4xtile.appliedenergistics2.fluix_stairs@0:[net.minecraft.item.crafting.Ingredient@56f0489, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@56f0489, net.minecraft.item.crafting.Ingredient@56f0489, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@56f0489, net.minecraft.item.crafting.Ingredient@56f0489, net.minecraft.item.crafting.Ingredient@56f0489]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.appliedenergistics2.chiseled_quartz_stairs@0 new recipe: RecipeStage{tier='four', recipe=4xtile.appliedenergistics2.chiseled_quartz_stairs@0:[net.minecraft.item.crafting.Ingredient@50e94d00, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@50e94d00, net.minecraft.item.crafting.Ingredient@50e94d00, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@50e94d00, net.minecraft.item.crafting.Ingredient@50e94d00, net.minecraft.item.crafting.Ingredient@50e94d00]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.appliedenergistics2.smooth_sky_stone_slab@0 new recipe: RecipeStage{tier='five', recipe=6xtile.appliedenergistics2.smooth_sky_stone_slab@0:[net.minecraft.item.crafting.Ingredient@749ca612, net.minecraft.item.crafting.Ingredient@749ca612, net.minecraft.item.crafting.Ingredient@749ca612]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.appliedenergistics2.sky_stone_small_brick_slab@0 new recipe: RecipeStage{tier='five', recipe=6xtile.appliedenergistics2.sky_stone_small_brick_slab@0:[net.minecraft.item.crafting.Ingredient@7d015b7c, net.minecraft.item.crafting.Ingredient@7d015b7c, net.minecraft.item.crafting.Ingredient@7d015b7c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.appliedenergistics2.sky_stone_brick_slab@0 new recipe: RecipeStage{tier='five', recipe=6xtile.appliedenergistics2.sky_stone_brick_slab@0:[net.minecraft.item.crafting.Ingredient@147aac41, net.minecraft.item.crafting.Ingredient@147aac41, net.minecraft.item.crafting.Ingredient@147aac41]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.appliedenergistics2.sky_stone_slab@0 new recipe: RecipeStage{tier='five', recipe=6xtile.appliedenergistics2.sky_stone_slab@0:[net.minecraft.item.crafting.Ingredient@1d863941, net.minecraft.item.crafting.Ingredient@1d863941, net.minecraft.item.crafting.Ingredient@1d863941]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.appliedenergistics2.quartz_pillar_slab@0 new recipe: RecipeStage{tier='four', recipe=6xtile.appliedenergistics2.quartz_pillar_slab@0:[net.minecraft.item.crafting.Ingredient@757a0e45, net.minecraft.item.crafting.Ingredient@757a0e45, net.minecraft.item.crafting.Ingredient@757a0e45]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.appliedenergistics2.quartz_slab@0 new recipe: RecipeStage{tier='four', recipe=6xtile.appliedenergistics2.quartz_slab@0:[net.minecraft.item.crafting.Ingredient@3ea5bc7c, net.minecraft.item.crafting.Ingredient@3ea5bc7c, net.minecraft.item.crafting.Ingredient@3ea5bc7c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.appliedenergistics2.fluix_slab@0 new recipe: RecipeStage{tier='four', recipe=6xtile.appliedenergistics2.fluix_slab@0:[net.minecraft.item.crafting.Ingredient@13d2dbad, net.minecraft.item.crafting.Ingredient@13d2dbad, net.minecraft.item.crafting.Ingredient@13d2dbad]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.appliedenergistics2.chiseled_quartz_slab@0 new recipe: RecipeStage{tier='four', recipe=6xtile.appliedenergistics2.chiseled_quartz_slab@0:[net.minecraft.item.crafting.Ingredient@55d14c6c, net.minecraft.item.crafting.Ingredient@55d14c6c, net.minecraft.item.crafting.Ingredient@55d14c6c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.appliedenergistics2.smooth_sky_stone_block@0 new recipe: RecipeStage{tier='five', recipe=1xtile.appliedenergistics2.smooth_sky_stone_block@0:[net.minecraft.item.crafting.Ingredient@745c3bee]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.appliedenergistics2.sky_stone_small_brick@0 new recipe: RecipeStage{tier='five', recipe=1xtile.appliedenergistics2.sky_stone_small_brick@0:[net.minecraft.item.crafting.Ingredient@fcfb721]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.appliedenergistics2.sky_stone_brick@0 new recipe: RecipeStage{tier='five', recipe=1xtile.appliedenergistics2.sky_stone_brick@0:[net.minecraft.item.crafting.Ingredient@2f5d5e49]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.appliedenergistics2.quartz_vibrant_glass@0 new recipe: RecipeStage{tier='four', recipe=1xtile.appliedenergistics2.quartz_vibrant_glass@0:[net.minecraft.item.crafting.Ingredient@31e81f48, net.minecraft.item.crafting.Ingredient@3751927f, net.minecraft.item.crafting.Ingredient@31e81f48]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xtile.appliedenergistics2.quartz_fixture@0 new recipe: RecipeStage{tier='four', recipe=2xtile.appliedenergistics2.quartz_fixture@0:[net.minecraft.item.crafting.Ingredient@1be960eb, net.minecraft.item.crafting.Ingredient@5e50c735]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.quartzBlock@0 new recipe: RecipeStage{tier='three', recipe=1xtile.quartzBlock@0:[net.minecraft.item.crafting.Ingredient@7476e4cc, net.minecraft.item.crafting.Ingredient@7476e4cc, net.minecraft.item.crafting.Ingredient@7476e4cc, net.minecraft.item.crafting.Ingredient@7476e4cc, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7476e4cc, net.minecraft.item.crafting.Ingredient@7476e4cc, net.minecraft.item.crafting.Ingredient@7476e4cc, net.minecraft.item.crafting.Ingredient@7476e4cc]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.appliedenergistics2.light_detector@0 new recipe: RecipeStage{tier='four', recipe=1xtile.appliedenergistics2.light_detector@0:[net.minecraftforge.common.crafting.CompoundIngredient@5dfe0362, net.minecraft.item.crafting.Ingredient@4e05ba1e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.appliedenergistics2.fluix_block@0 new recipe: RecipeStage{tier='four', recipe=1xtile.appliedenergistics2.fluix_block@0:[net.minecraft.item.crafting.Ingredient@13286d5d, net.minecraft.item.crafting.Ingredient@13286d5d, net.minecraft.item.crafting.Ingredient@13286d5d, net.minecraft.item.crafting.Ingredient@13286d5d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@13286d5d, net.minecraft.item.crafting.Ingredient@13286d5d, net.minecraft.item.crafting.Ingredient@13286d5d, net.minecraft.item.crafting.Ingredient@13286d5d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.appliedenergistics2.fluix_block@0 new recipe: RecipeStage{tier='four', recipe=1xtile.appliedenergistics2.fluix_block@0:[net.minecraftforge.oredict.OreIngredient@3350dd7c, net.minecraftforge.oredict.OreIngredient@3350dd7c, net.minecraftforge.oredict.OreIngredient@3350dd7c, net.minecraftforge.oredict.OreIngredient@3350dd7c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xtile.appliedenergistics2.chiseled_quartz_block@0 new recipe: RecipeStage{tier='four', recipe=2xtile.appliedenergistics2.chiseled_quartz_block@0:[net.minecraft.item.crafting.Ingredient@63f28271, net.minecraft.item.crafting.Ingredient@63f28271]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xtile.appliedenergistics2.quartz_pillar@0 new recipe: RecipeStage{tier='four', recipe=2xtile.appliedenergistics2.quartz_pillar@0:[net.minecraft.item.crafting.Ingredient@e6a1c4b, net.minecraft.item.crafting.Ingredient@e6a1c4b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.appliedenergistics2.quartz_block@0 new recipe: RecipeStage{tier='four', recipe=1xtile.appliedenergistics2.quartz_block@0:[net.minecraft.item.crafting.Ingredient@1c3afdb3, net.minecraft.item.crafting.Ingredient@1c3afdb3, net.minecraft.item.crafting.Ingredient@1c3afdb3, net.minecraft.item.crafting.Ingredient@1c3afdb3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1c3afdb3, net.minecraft.item.crafting.Ingredient@1c3afdb3, net.minecraft.item.crafting.Ingredient@1c3afdb3, net.minecraft.item.crafting.Ingredient@1c3afdb3]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.appliedenergistics2.quartz_block@0 new recipe: RecipeStage{tier='four', recipe=1xtile.appliedenergistics2.quartz_block@0:[net.minecraftforge.oredict.OreIngredient@3965aefd, net.minecraftforge.oredict.OreIngredient@3965aefd, net.minecraftforge.oredict.OreIngredient@3965aefd, net.minecraftforge.oredict.OreIngredient@3965aefd]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.japanmat@18 new recipe: RecipeStage{tier='three', recipe=1xitem.japanmat@18:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@e93109e, net.minecraft.item.crafting.Ingredient@e93109e, net.minecraftforge.oredict.OreIngredient@2a6ea2b0, net.minecraft.item.crafting.Ingredient@e93109e, net.minecraftforge.oredict.OreIngredient@6e7938c5]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.japanmat@19 new recipe: RecipeStage{tier='three', recipe=1xitem.japanmat@19:[net.minecraft.item.crafting.Ingredient@186ed36e, net.minecraftforge.oredict.OreIngredient@701678b5, net.minecraft.item.crafting.Ingredient@186ed36e, net.minecraftforge.oredict.OreIngredient@13bdb9c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@186ed36e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.japanmat@17 new recipe: RecipeStage{tier='three', recipe=1xitem.japanmat@17:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6041b837, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@63689520, net.minecraftforge.oredict.OreIngredient@63689520, net.minecraftforge.oredict.OreIngredient@6041b837, net.minecraftforge.oredict.OreIngredient@6041b837, net.minecraftforge.oredict.OreIngredient@6041b837]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.wrought_lamp@0 new recipe: RecipeStage{tier='three', recipe=1xtile.wrought_lamp@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6ad7e15f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6ad7e15f, net.minecraft.item.crafting.Ingredient@68475d2b, net.minecraft.item.crafting.Ingredient@6ad7e15f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6ad7e15f, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.whitebrick@1 new recipe: RecipeStage{tier='two', recipe=1xtile.whitebrick@1:[net.minecraft.item.crafting.Ingredient@54ddf8c1, net.minecraftforge.oredict.OreIngredient@434d940d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.whitebrick@0 new recipe: RecipeStage{tier='two', recipe=4xtile.whitebrick@0:[net.minecraft.item.crafting.Ingredient@1e452d73, net.minecraft.item.crafting.Ingredient@1e452d73, net.minecraft.item.crafting.Ingredient@1e452d73, net.minecraft.item.crafting.Ingredient@1e452d73]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.weight_wood@0 new recipe: RecipeStage{tier='one', recipe=1xtile.weight_wood@0:[net.minecraftforge.oredict.OreIngredient@55f077ae, net.minecraftforge.oredict.OreIngredient@6da57f97, net.minecraftforge.oredict.OreIngredient@55f077ae, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@751b12c3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@55f077ae, net.minecraft.item.crafting.Ingredient@40e05776, net.minecraftforge.oredict.OreIngredient@55f077ae]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.weight_stone@0 new recipe: RecipeStage{tier='one', recipe=1xtile.weight_stone@0:[net.minecraftforge.oredict.OreIngredient@121892b6, net.minecraftforge.oredict.OreIngredient@574c5b9c, net.minecraftforge.oredict.OreIngredient@121892b6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@58a80217, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@121892b6, net.minecraft.item.crafting.Ingredient@3b145eae, net.minecraftforge.oredict.OreIngredient@121892b6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.unbaked@2 new recipe: RecipeStage{tier='two', recipe=1xtile.unbaked@2:[net.minecraft.item.crafting.Ingredient@1877039e, net.minecraft.item.crafting.Ingredient@76005c6c, net.minecraft.item.crafting.Ingredient@7537783e, net.minecraft.item.crafting.Ingredient@5f7621dc, net.minecraftforge.oredict.OreIngredient@7fbda25f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.unbaked@0 new recipe: RecipeStage{tier='two', recipe=1xtile.unbaked@0:[net.minecraft.item.crafting.Ingredient@39394cf1, net.minecraft.item.crafting.Ingredient@61dc449c, net.minecraft.item.crafting.Ingredient@34f266d9, net.minecraft.item.crafting.Ingredient@3a1c0cdf, net.minecraftforge.oredict.OreIngredient@49b181a9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.unbaked@1 new recipe: RecipeStage{tier='two', recipe=1xtile.unbaked@1:[net.minecraft.item.crafting.Ingredient@72f05786, net.minecraft.item.crafting.Ingredient@6e03ca93, net.minecraft.item.crafting.Ingredient@4eb6bd35, net.minecraft.item.crafting.Ingredient@30618168, net.minecraftforge.oredict.OreIngredient@405dac85]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.unbaked@3 new recipe: RecipeStage{tier='two', recipe=1xtile.unbaked@3:[net.minecraft.item.crafting.Ingredient@5a1cfc42, net.minecraft.item.crafting.Ingredient@3f895e97, net.minecraft.item.crafting.Ingredient@30011eb, net.minecraft.item.crafting.Ingredient@36c0bbf6, net.minecraftforge.oredict.OreIngredient@b83af80]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.japanmat@15 new recipe: RecipeStage{tier='three', recipe=1xitem.japanmat@15:[net.minecraftforge.oredict.OreIngredient@5842ae55, net.minecraftforge.oredict.OreIngredient@5842ae55, net.minecraftforge.oredict.OreIngredient@5842ae55, net.minecraftforge.oredict.OreIngredient@7f42aff1, net.minecraftforge.oredict.OreIngredient@7f42aff1, net.minecraftforge.common.crafting.CompoundIngredient@6e743605]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.japanmat@25 new recipe: RecipeStage{tier='three', recipe=1xitem.japanmat@25:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2c3139e1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2c3139e1, net.minecraft.item.crafting.Ingredient@df7309c, net.minecraft.item.crafting.Ingredient@2c3139e1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2c3139e1, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.japanmat@22 new recipe: RecipeStage{tier='three', recipe=1xitem.japanmat@22:[net.minecraft.item.crafting.Ingredient@766e3b77, net.minecraftforge.oredict.OreIngredient@7dba653e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.japanmat@24 new recipe: RecipeStage{tier='three', recipe=1xitem.japanmat@24:[net.minecraft.item.crafting.Ingredient@5d065e2b, net.minecraftforge.oredict.OreIngredient@635f606a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.hellsand@0 new recipe: RecipeStage{tier='three', recipe=1xtile.hellsand@0:[net.minecraft.item.crafting.Ingredient@53d337e, net.minecraft.item.crafting.Ingredient@7fcda973, net.minecraft.item.crafting.Ingredient@f168fcf, net.minecraft.item.crafting.Ingredient@77e24a60]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xitem.soulsand_pile@0 new recipe: RecipeStage{tier='three', recipe=4xitem.soulsand_pile@0:[net.minecraft.item.crafting.Ingredient@57bbf67e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.shoji@0 new recipe: RecipeStage{tier='one', recipe=4xtile.shoji@0:[net.minecraft.item.crafting.Ingredient@2244b767, net.minecraft.item.crafting.Ingredient@282abb42, net.minecraft.item.crafting.Ingredient@2244b767, net.minecraft.item.crafting.Ingredient@282abb42, net.minecraft.item.crafting.Ingredient@2244b767, net.minecraft.item.crafting.Ingredient@282abb42, net.minecraft.item.crafting.Ingredient@2244b767, net.minecraft.item.crafting.Ingredient@282abb42, net.minecraft.item.crafting.Ingredient@2244b767]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.scaffold@0 new recipe: RecipeStage{tier='one', recipe=1xtile.scaffold@0:[net.minecraft.item.crafting.Ingredient@73453ea7, net.minecraft.item.crafting.Ingredient@3829f8e9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.food_bowl_rice@0 new recipe: RecipeStage{tier='disabled', recipe=1xitem.food_bowl_rice@0:[net.minecraft.item.crafting.Ingredient@51687d21, net.minecraft.item.crafting.Ingredient@51687d21, net.minecraft.item.crafting.Ingredient@3171e61c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.paper_wall@0 new recipe: RecipeStage{tier='two', recipe=6xtile.paper_wall@0:[net.minecraft.item.crafting.Ingredient@7c4f7e07, type:MOULDING parent:[1xtile.wood@0, 1xtile.wood@1, 1xtile.wood@2, 1xtile.wood@3, 1xtile.wood@4, 1xtile.wood@5, 1xtile.rustic.planks@0, 1xtile.rustic.planks@1, 1xtile.rustic.painted_wood_black@0, 1xtile.rustic.painted_wood_blue@0, 1xtile.rustic.painted_wood_brown@0, 1xtile.rustic.painted_wood_cyan@0, 1xtile.rustic.painted_wood_gray@0, 1xtile.rustic.painted_wood_green@0, 1xtile.rustic.painted_wood_light_blue@0, 1xtile.rustic.painted_wood_lime@0, 1xtile.rustic.painted_wood_magenta@0, 1xtile.rustic.painted_wood_orange@0, 1xtile.rustic.painted_wood_pink@0, 1xtile.rustic.painted_wood_purple@0, 1xtile.rustic.painted_wood_red@0, 1xtile.rustic.painted_wood_silver@0, 1xtile.rustic.painted_wood_white@0, 1xtile.rustic.painted_wood_yellow@0, 1xtile.chisel.planks-oak@0, 1xtile.chisel.planks-oak@1, 1xtile.chisel.planks-oak@2, 1xtile.chisel.planks-oak@3, 1xtile.chisel.planks-oak@4, 1xtile.chisel.planks-oak@5, 1xtile.chisel.planks-oak@6, 1xtile.chisel.planks-oak@7, 1xtile.chisel.planks-oak@8, 1xtile.chisel.planks-oak@9, 1xtile.chisel.planks-oak@10, 1xtile.chisel.planks-oak@11, 1xtile.chisel.planks-oak@12, 1xtile.chisel.planks-oak@13, 1xtile.chisel.planks-oak@14, 1xtile.chisel.planks-spruce@0, 1xtile.chisel.planks-spruce@1, 1xtile.chisel.planks-spruce@2, 1xtile.chisel.planks-spruce@3, 1xtile.chisel.planks-spruce@4, 1xtile.chisel.planks-spruce@5, 1xtile.chisel.planks-spruce@6, 1xtile.chisel.planks-spruce@7, 1xtile.chisel.planks-spruce@8, 1xtile.chisel.planks-spruce@9, 1xtile.chisel.planks-spruce@10, 1xtile.chisel.planks-spruce@11, 1xtile.chisel.planks-spruce@12, 1xtile.chisel.planks-spruce@13, 1xtile.chisel.planks-spruce@14, 1xtile.chisel.planks-birch@0, 1xtile.chisel.planks-birch@1, 1xtile.chisel.planks-birch@2, 1xtile.chisel.planks-birch@3, 1xtile.chisel.planks-birch@4, 1xtile.chisel.planks-birch@5, 1xtile.chisel.planks-birch@6, 1xtile.chisel.planks-birch@7, 1xtile.chisel.planks-birch@8, 1xtile.chisel.planks-birch@9, 1xtile.chisel.planks-birch@10, 1xtile.chisel.planks-birch@11, 1xtile.chisel.planks-birch@12, 1xtile.chisel.planks-birch@13, 1xtile.chisel.planks-birch@14, 1xtile.chisel.planks-jungle@0, 1xtile.chisel.planks-jungle@1, 1xtile.chisel.planks-jungle@2, 1xtile.chisel.planks-jungle@3, 1xtile.chisel.planks-jungle@4, 1xtile.chisel.planks-jungle@5, 1xtile.chisel.planks-jungle@6, 1xtile.chisel.planks-jungle@7, 1xtile.chisel.planks-jungle@8, 1xtile.chisel.planks-jungle@9, 1xtile.chisel.planks-jungle@10, 1xtile.chisel.planks-jungle@11, 1xtile.chisel.planks-jungle@12, 1xtile.chisel.planks-jungle@13, 1xtile.chisel.planks-jungle@14, 1xtile.chisel.planks-acacia@0, 1xtile.chisel.planks-acacia@1, 1xtile.chisel.planks-acacia@2, 1xtile.chisel.planks-acacia@3, 1xtile.chisel.planks-acacia@4, 1xtile.chisel.planks-acacia@5, 1xtile.chisel.planks-acacia@6, 1xtile.chisel.planks-acacia@7, 1xtile.chisel.planks-acacia@8, 1xtile.chisel.planks-acacia@9, 1xtile.chisel.planks-acacia@10, 1xtile.chisel.planks-acacia@11, 1xtile.chisel.planks-acacia@12, 1xtile.chisel.planks-acacia@13, 1xtile.chisel.planks-acacia@14, 1xtile.chisel.planks-dark-oak@0, 1xtile.chisel.planks-dark-oak@1, 1xtile.chisel.planks-dark-oak@2, 1xtile.chisel.planks-dark-oak@3, 1xtile.chisel.planks-dark-oak@4, 1xtile.chisel.planks-dark-oak@5, 1xtile.chisel.planks-dark-oak@6, 1xtile.chisel.planks-dark-oak@7, 1xtile.chisel.planks-dark-oak@8, 1xtile.chisel.planks-dark-oak@9, 1xtile.chisel.planks-dark-oak@10, 1xtile.chisel.planks-dark-oak@11, 1xtile.chisel.planks-dark-oak@12, 1xtile.chisel.planks-dark-oak@13, 1xtile.chisel.planks-dark-oak@14, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8, 1xtile.natura.nether_planks@0, 1xtile.natura.nether_planks@1, 1xtile.natura.nether_planks@2, 1xtile.natura.nether_planks@3, 1xtile.planks_sakura@0, 1xtile.planks_mulberry@0, 1xtile.blocks.integrateddynamics.menril_planks@0, 1xtile.primal.planks@0, 1xtile.primal.planks@1, 1xtile.primal.planks@2, 1xtile.primal.planks@3, 1xtile.dltplank@0, 1xtile.dreadplanks@0, 1xtile.thebetweenlands.weedwood_planks@0, 1xtile.thebetweenlands.rubber_tree_planks@0, 1xtile.thebetweenlands.giant_root_planks@0, 1xtile.thebetweenlands.hearthgrove_planks@0, 1xtile.thebetweenlands.nibbletwig_planks@0, 1xtile.twilightforest.TowerStone@0, 1xtile.twilightforest.TowerStone@1, 1xtile.twilightforest.TowerStone@2, 1xtile.twilightforest.TowerStone@3, 1xtile.twilightforest.TowerStone@4, 1xtile.totemic:cedar_plank@0, 1xtile.traverse:fir_planks@0, 1xtile.kepler22b_planks.0@0, 1xtile.primal.planks@0, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8], net.minecraft.item.crafting.Ingredient@7c4f7e07, net.minecraft.item.crafting.Ingredient@7c4f7e07, net.minecraft.item.crafting.Ingredient@7c4f7e07, net.minecraft.item.crafting.Ingredient@7c4f7e07, net.minecraft.item.crafting.Ingredient@7c4f7e07, type:MOULDING parent:[1xtile.wood@0, 1xtile.wood@1, 1xtile.wood@2, 1xtile.wood@3, 1xtile.wood@4, 1xtile.wood@5, 1xtile.rustic.planks@0, 1xtile.rustic.planks@1, 1xtile.rustic.painted_wood_black@0, 1xtile.rustic.painted_wood_blue@0, 1xtile.rustic.painted_wood_brown@0, 1xtile.rustic.painted_wood_cyan@0, 1xtile.rustic.painted_wood_gray@0, 1xtile.rustic.painted_wood_green@0, 1xtile.rustic.painted_wood_light_blue@0, 1xtile.rustic.painted_wood_lime@0, 1xtile.rustic.painted_wood_magenta@0, 1xtile.rustic.painted_wood_orange@0, 1xtile.rustic.painted_wood_pink@0, 1xtile.rustic.painted_wood_purple@0, 1xtile.rustic.painted_wood_red@0, 1xtile.rustic.painted_wood_silver@0, 1xtile.rustic.painted_wood_white@0, 1xtile.rustic.painted_wood_yellow@0, 1xtile.chisel.planks-oak@0, 1xtile.chisel.planks-oak@1, 1xtile.chisel.planks-oak@2, 1xtile.chisel.planks-oak@3, 1xtile.chisel.planks-oak@4, 1xtile.chisel.planks-oak@5, 1xtile.chisel.planks-oak@6, 1xtile.chisel.planks-oak@7, 1xtile.chisel.planks-oak@8, 1xtile.chisel.planks-oak@9, 1xtile.chisel.planks-oak@10, 1xtile.chisel.planks-oak@11, 1xtile.chisel.planks-oak@12, 1xtile.chisel.planks-oak@13, 1xtile.chisel.planks-oak@14, 1xtile.chisel.planks-spruce@0, 1xtile.chisel.planks-spruce@1, 1xtile.chisel.planks-spruce@2, 1xtile.chisel.planks-spruce@3, 1xtile.chisel.planks-spruce@4, 1xtile.chisel.planks-spruce@5, 1xtile.chisel.planks-spruce@6, 1xtile.chisel.planks-spruce@7, 1xtile.chisel.planks-spruce@8, 1xtile.chisel.planks-spruce@9, 1xtile.chisel.planks-spruce@10, 1xtile.chisel.planks-spruce@11, 1xtile.chisel.planks-spruce@12, 1xtile.chisel.planks-spruce@13, 1xtile.chisel.planks-spruce@14, 1xtile.chisel.planks-birch@0, 1xtile.chisel.planks-birch@1, 1xtile.chisel.planks-birch@2, 1xtile.chisel.planks-birch@3, 1xtile.chisel.planks-birch@4, 1xtile.chisel.planks-birch@5, 1xtile.chisel.planks-birch@6, 1xtile.chisel.planks-birch@7, 1xtile.chisel.planks-birch@8, 1xtile.chisel.planks-birch@9, 1xtile.chisel.planks-birch@10, 1xtile.chisel.planks-birch@11, 1xtile.chisel.planks-birch@12, 1xtile.chisel.planks-birch@13, 1xtile.chisel.planks-birch@14, 1xtile.chisel.planks-jungle@0, 1xtile.chisel.planks-jungle@1, 1xtile.chisel.planks-jungle@2, 1xtile.chisel.planks-jungle@3, 1xtile.chisel.planks-jungle@4, 1xtile.chisel.planks-jungle@5, 1xtile.chisel.planks-jungle@6, 1xtile.chisel.planks-jungle@7, 1xtile.chisel.planks-jungle@8, 1xtile.chisel.planks-jungle@9, 1xtile.chisel.planks-jungle@10, 1xtile.chisel.planks-jungle@11, 1xtile.chisel.planks-jungle@12, 1xtile.chisel.planks-jungle@13, 1xtile.chisel.planks-jungle@14, 1xtile.chisel.planks-acacia@0, 1xtile.chisel.planks-acacia@1, 1xtile.chisel.planks-acacia@2, 1xtile.chisel.planks-acacia@3, 1xtile.chisel.planks-acacia@4, 1xtile.chisel.planks-acacia@5, 1xtile.chisel.planks-acacia@6, 1xtile.chisel.planks-acacia@7, 1xtile.chisel.planks-acacia@8, 1xtile.chisel.planks-acacia@9, 1xtile.chisel.planks-acacia@10, 1xtile.chisel.planks-acacia@11, 1xtile.chisel.planks-acacia@12, 1xtile.chisel.planks-acacia@13, 1xtile.chisel.planks-acacia@14, 1xtile.chisel.planks-dark-oak@0, 1xtile.chisel.planks-dark-oak@1, 1xtile.chisel.planks-dark-oak@2, 1xtile.chisel.planks-dark-oak@3, 1xtile.chisel.planks-dark-oak@4, 1xtile.chisel.planks-dark-oak@5, 1xtile.chisel.planks-dark-oak@6, 1xtile.chisel.planks-dark-oak@7, 1xtile.chisel.planks-dark-oak@8, 1xtile.chisel.planks-dark-oak@9, 1xtile.chisel.planks-dark-oak@10, 1xtile.chisel.planks-dark-oak@11, 1xtile.chisel.planks-dark-oak@12, 1xtile.chisel.planks-dark-oak@13, 1xtile.chisel.planks-dark-oak@14, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8, 1xtile.natura.nether_planks@0, 1xtile.natura.nether_planks@1, 1xtile.natura.nether_planks@2, 1xtile.natura.nether_planks@3, 1xtile.planks_sakura@0, 1xtile.planks_mulberry@0, 1xtile.blocks.integrateddynamics.menril_planks@0, 1xtile.primal.planks@0, 1xtile.primal.planks@1, 1xtile.primal.planks@2, 1xtile.primal.planks@3, 1xtile.dltplank@0, 1xtile.dreadplanks@0, 1xtile.thebetweenlands.weedwood_planks@0, 1xtile.thebetweenlands.rubber_tree_planks@0, 1xtile.thebetweenlands.giant_root_planks@0, 1xtile.thebetweenlands.hearthgrove_planks@0, 1xtile.thebetweenlands.nibbletwig_planks@0, 1xtile.twilightforest.TowerStone@0, 1xtile.twilightforest.TowerStone@1, 1xtile.twilightforest.TowerStone@2, 1xtile.twilightforest.TowerStone@3, 1xtile.twilightforest.TowerStone@4, 1xtile.totemic:cedar_plank@0, 1xtile.traverse:fir_planks@0, 1xtile.kepler22b_planks.0@0, 1xtile.primal.planks@0, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8], net.minecraft.item.crafting.Ingredient@7c4f7e07]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.wood_lamp@0 new recipe: RecipeStage{tier='zero', recipe=1xtile.wood_lamp@0:[net.minecraft.item.crafting.Ingredient@79195bbb, type:MOULDING parent:[1xtile.wood@0, 1xtile.wood@1, 1xtile.wood@2, 1xtile.wood@3, 1xtile.wood@4, 1xtile.wood@5, 1xtile.rustic.planks@0, 1xtile.rustic.planks@1, 1xtile.rustic.painted_wood_black@0, 1xtile.rustic.painted_wood_blue@0, 1xtile.rustic.painted_wood_brown@0, 1xtile.rustic.painted_wood_cyan@0, 1xtile.rustic.painted_wood_gray@0, 1xtile.rustic.painted_wood_green@0, 1xtile.rustic.painted_wood_light_blue@0, 1xtile.rustic.painted_wood_lime@0, 1xtile.rustic.painted_wood_magenta@0, 1xtile.rustic.painted_wood_orange@0, 1xtile.rustic.painted_wood_pink@0, 1xtile.rustic.painted_wood_purple@0, 1xtile.rustic.painted_wood_red@0, 1xtile.rustic.painted_wood_silver@0, 1xtile.rustic.painted_wood_white@0, 1xtile.rustic.painted_wood_yellow@0, 1xtile.chisel.planks-oak@0, 1xtile.chisel.planks-oak@1, 1xtile.chisel.planks-oak@2, 1xtile.chisel.planks-oak@3, 1xtile.chisel.planks-oak@4, 1xtile.chisel.planks-oak@5, 1xtile.chisel.planks-oak@6, 1xtile.chisel.planks-oak@7, 1xtile.chisel.planks-oak@8, 1xtile.chisel.planks-oak@9, 1xtile.chisel.planks-oak@10, 1xtile.chisel.planks-oak@11, 1xtile.chisel.planks-oak@12, 1xtile.chisel.planks-oak@13, 1xtile.chisel.planks-oak@14, 1xtile.chisel.planks-spruce@0, 1xtile.chisel.planks-spruce@1, 1xtile.chisel.planks-spruce@2, 1xtile.chisel.planks-spruce@3, 1xtile.chisel.planks-spruce@4, 1xtile.chisel.planks-spruce@5, 1xtile.chisel.planks-spruce@6, 1xtile.chisel.planks-spruce@7, 1xtile.chisel.planks-spruce@8, 1xtile.chisel.planks-spruce@9, 1xtile.chisel.planks-spruce@10, 1xtile.chisel.planks-spruce@11, 1xtile.chisel.planks-spruce@12, 1xtile.chisel.planks-spruce@13, 1xtile.chisel.planks-spruce@14, 1xtile.chisel.planks-birch@0, 1xtile.chisel.planks-birch@1, 1xtile.chisel.planks-birch@2, 1xtile.chisel.planks-birch@3, 1xtile.chisel.planks-birch@4, 1xtile.chisel.planks-birch@5, 1xtile.chisel.planks-birch@6, 1xtile.chisel.planks-birch@7, 1xtile.chisel.planks-birch@8, 1xtile.chisel.planks-birch@9, 1xtile.chisel.planks-birch@10, 1xtile.chisel.planks-birch@11, 1xtile.chisel.planks-birch@12, 1xtile.chisel.planks-birch@13, 1xtile.chisel.planks-birch@14, 1xtile.chisel.planks-jungle@0, 1xtile.chisel.planks-jungle@1, 1xtile.chisel.planks-jungle@2, 1xtile.chisel.planks-jungle@3, 1xtile.chisel.planks-jungle@4, 1xtile.chisel.planks-jungle@5, 1xtile.chisel.planks-jungle@6, 1xtile.chisel.planks-jungle@7, 1xtile.chisel.planks-jungle@8, 1xtile.chisel.planks-jungle@9, 1xtile.chisel.planks-jungle@10, 1xtile.chisel.planks-jungle@11, 1xtile.chisel.planks-jungle@12, 1xtile.chisel.planks-jungle@13, 1xtile.chisel.planks-jungle@14, 1xtile.chisel.planks-acacia@0, 1xtile.chisel.planks-acacia@1, 1xtile.chisel.planks-acacia@2, 1xtile.chisel.planks-acacia@3, 1xtile.chisel.planks-acacia@4, 1xtile.chisel.planks-acacia@5, 1xtile.chisel.planks-acacia@6, 1xtile.chisel.planks-acacia@7, 1xtile.chisel.planks-acacia@8, 1xtile.chisel.planks-acacia@9, 1xtile.chisel.planks-acacia@10, 1xtile.chisel.planks-acacia@11, 1xtile.chisel.planks-acacia@12, 1xtile.chisel.planks-acacia@13, 1xtile.chisel.planks-acacia@14, 1xtile.chisel.planks-dark-oak@0, 1xtile.chisel.planks-dark-oak@1, 1xtile.chisel.planks-dark-oak@2, 1xtile.chisel.planks-dark-oak@3, 1xtile.chisel.planks-dark-oak@4, 1xtile.chisel.planks-dark-oak@5, 1xtile.chisel.planks-dark-oak@6, 1xtile.chisel.planks-dark-oak@7, 1xtile.chisel.planks-dark-oak@8, 1xtile.chisel.planks-dark-oak@9, 1xtile.chisel.planks-dark-oak@10, 1xtile.chisel.planks-dark-oak@11, 1xtile.chisel.planks-dark-oak@12, 1xtile.chisel.planks-dark-oak@13, 1xtile.chisel.planks-dark-oak@14, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8, 1xtile.natura.nether_planks@0, 1xtile.natura.nether_planks@1, 1xtile.natura.nether_planks@2, 1xtile.natura.nether_planks@3, 1xtile.planks_sakura@0, 1xtile.planks_mulberry@0, 1xtile.blocks.integrateddynamics.menril_planks@0, 1xtile.primal.planks@0, 1xtile.primal.planks@1, 1xtile.primal.planks@2, 1xtile.primal.planks@3, 1xtile.dltplank@0, 1xtile.dreadplanks@0, 1xtile.thebetweenlands.weedwood_planks@0, 1xtile.thebetweenlands.rubber_tree_planks@0, 1xtile.thebetweenlands.giant_root_planks@0, 1xtile.thebetweenlands.hearthgrove_planks@0, 1xtile.thebetweenlands.nibbletwig_planks@0, 1xtile.twilightforest.TowerStone@0, 1xtile.twilightforest.TowerStone@1, 1xtile.twilightforest.TowerStone@2, 1xtile.twilightforest.TowerStone@3, 1xtile.twilightforest.TowerStone@4, 1xtile.totemic:cedar_plank@0, 1xtile.traverse:fir_planks@0, 1xtile.kepler22b_planks.0@0, 1xtile.primal.planks@0, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8], net.minecraft.item.crafting.Ingredient@79195bbb, type:MOULDING parent:[1xtile.wood@0, 1xtile.wood@1, 1xtile.wood@2, 1xtile.wood@3, 1xtile.wood@4, 1xtile.wood@5, 1xtile.rustic.planks@0, 1xtile.rustic.planks@1, 1xtile.rustic.painted_wood_black@0, 1xtile.rustic.painted_wood_blue@0, 1xtile.rustic.painted_wood_brown@0, 1xtile.rustic.painted_wood_cyan@0, 1xtile.rustic.painted_wood_gray@0, 1xtile.rustic.painted_wood_green@0, 1xtile.rustic.painted_wood_light_blue@0, 1xtile.rustic.painted_wood_lime@0, 1xtile.rustic.painted_wood_magenta@0, 1xtile.rustic.painted_wood_orange@0, 1xtile.rustic.painted_wood_pink@0, 1xtile.rustic.painted_wood_purple@0, 1xtile.rustic.painted_wood_red@0, 1xtile.rustic.painted_wood_silver@0, 1xtile.rustic.painted_wood_white@0, 1xtile.rustic.painted_wood_yellow@0, 1xtile.chisel.planks-oak@0, 1xtile.chisel.planks-oak@1, 1xtile.chisel.planks-oak@2, 1xtile.chisel.planks-oak@3, 1xtile.chisel.planks-oak@4, 1xtile.chisel.planks-oak@5, 1xtile.chisel.planks-oak@6, 1xtile.chisel.planks-oak@7, 1xtile.chisel.planks-oak@8, 1xtile.chisel.planks-oak@9, 1xtile.chisel.planks-oak@10, 1xtile.chisel.planks-oak@11, 1xtile.chisel.planks-oak@12, 1xtile.chisel.planks-oak@13, 1xtile.chisel.planks-oak@14, 1xtile.chisel.planks-spruce@0, 1xtile.chisel.planks-spruce@1, 1xtile.chisel.planks-spruce@2, 1xtile.chisel.planks-spruce@3, 1xtile.chisel.planks-spruce@4, 1xtile.chisel.planks-spruce@5, 1xtile.chisel.planks-spruce@6, 1xtile.chisel.planks-spruce@7, 1xtile.chisel.planks-spruce@8, 1xtile.chisel.planks-spruce@9, 1xtile.chisel.planks-spruce@10, 1xtile.chisel.planks-spruce@11, 1xtile.chisel.planks-spruce@12, 1xtile.chisel.planks-spruce@13, 1xtile.chisel.planks-spruce@14, 1xtile.chisel.planks-birch@0, 1xtile.chisel.planks-birch@1, 1xtile.chisel.planks-birch@2, 1xtile.chisel.planks-birch@3, 1xtile.chisel.planks-birch@4, 1xtile.chisel.planks-birch@5, 1xtile.chisel.planks-birch@6, 1xtile.chisel.planks-birch@7, 1xtile.chisel.planks-birch@8, 1xtile.chisel.planks-birch@9, 1xtile.chisel.planks-birch@10, 1xtile.chisel.planks-birch@11, 1xtile.chisel.planks-birch@12, 1xtile.chisel.planks-birch@13, 1xtile.chisel.planks-birch@14, 1xtile.chisel.planks-jungle@0, 1xtile.chisel.planks-jungle@1, 1xtile.chisel.planks-jungle@2, 1xtile.chisel.planks-jungle@3, 1xtile.chisel.planks-jungle@4, 1xtile.chisel.planks-jungle@5, 1xtile.chisel.planks-jungle@6, 1xtile.chisel.planks-jungle@7, 1xtile.chisel.planks-jungle@8, 1xtile.chisel.planks-jungle@9, 1xtile.chisel.planks-jungle@10, 1xtile.chisel.planks-jungle@11, 1xtile.chisel.planks-jungle@12, 1xtile.chisel.planks-jungle@13, 1xtile.chisel.planks-jungle@14, 1xtile.chisel.planks-acacia@0, 1xtile.chisel.planks-acacia@1, 1xtile.chisel.planks-acacia@2, 1xtile.chisel.planks-acacia@3, 1xtile.chisel.planks-acacia@4, 1xtile.chisel.planks-acacia@5, 1xtile.chisel.planks-acacia@6, 1xtile.chisel.planks-acacia@7, 1xtile.chisel.planks-acacia@8, 1xtile.chisel.planks-acacia@9, 1xtile.chisel.planks-acacia@10, 1xtile.chisel.planks-acacia@11, 1xtile.chisel.planks-acacia@12, 1xtile.chisel.planks-acacia@13, 1xtile.chisel.planks-acacia@14, 1xtile.chisel.planks-dark-oak@0, 1xtile.chisel.planks-dark-oak@1, 1xtile.chisel.planks-dark-oak@2, 1xtile.chisel.planks-dark-oak@3, 1xtile.chisel.planks-dark-oak@4, 1xtile.chisel.planks-dark-oak@5, 1xtile.chisel.planks-dark-oak@6, 1xtile.chisel.planks-dark-oak@7, 1xtile.chisel.planks-dark-oak@8, 1xtile.chisel.planks-dark-oak@9, 1xtile.chisel.planks-dark-oak@10, 1xtile.chisel.planks-dark-oak@11, 1xtile.chisel.planks-dark-oak@12, 1xtile.chisel.planks-dark-oak@13, 1xtile.chisel.planks-dark-oak@14, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8, 1xtile.natura.nether_planks@0, 1xtile.natura.nether_planks@1, 1xtile.natura.nether_planks@2, 1xtile.natura.nether_planks@3, 1xtile.planks_sakura@0, 1xtile.planks_mulberry@0, 1xtile.blocks.integrateddynamics.menril_planks@0, 1xtile.primal.planks@0, 1xtile.primal.planks@1, 1xtile.primal.planks@2, 1xtile.primal.planks@3, 1xtile.dltplank@0, 1xtile.dreadplanks@0, 1xtile.thebetweenlands.weedwood_planks@0, 1xtile.thebetweenlands.rubber_tree_planks@0, 1xtile.thebetweenlands.giant_root_planks@0, 1xtile.thebetweenlands.hearthgrove_planks@0, 1xtile.thebetweenlands.nibbletwig_planks@0, 1xtile.twilightforest.TowerStone@0, 1xtile.twilightforest.TowerStone@1, 1xtile.twilightforest.TowerStone@2, 1xtile.twilightforest.TowerStone@3, 1xtile.twilightforest.TowerStone@4, 1xtile.totemic:cedar_plank@0, 1xtile.traverse:fir_planks@0, 1xtile.kepler22b_planks.0@0, 1xtile.primal.planks@0, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8], net.minecraft.item.crafting.Ingredient@700bf54f, type:MOULDING parent:[1xtile.wood@0, 1xtile.wood@1, 1xtile.wood@2, 1xtile.wood@3, 1xtile.wood@4, 1xtile.wood@5, 1xtile.rustic.planks@0, 1xtile.rustic.planks@1, 1xtile.rustic.painted_wood_black@0, 1xtile.rustic.painted_wood_blue@0, 1xtile.rustic.painted_wood_brown@0, 1xtile.rustic.painted_wood_cyan@0, 1xtile.rustic.painted_wood_gray@0, 1xtile.rustic.painted_wood_green@0, 1xtile.rustic.painted_wood_light_blue@0, 1xtile.rustic.painted_wood_lime@0, 1xtile.rustic.painted_wood_magenta@0, 1xtile.rustic.painted_wood_orange@0, 1xtile.rustic.painted_wood_pink@0, 1xtile.rustic.painted_wood_purple@0, 1xtile.rustic.painted_wood_red@0, 1xtile.rustic.painted_wood_silver@0, 1xtile.rustic.painted_wood_white@0, 1xtile.rustic.painted_wood_yellow@0, 1xtile.chisel.planks-oak@0, 1xtile.chisel.planks-oak@1, 1xtile.chisel.planks-oak@2, 1xtile.chisel.planks-oak@3, 1xtile.chisel.planks-oak@4, 1xtile.chisel.planks-oak@5, 1xtile.chisel.planks-oak@6, 1xtile.chisel.planks-oak@7, 1xtile.chisel.planks-oak@8, 1xtile.chisel.planks-oak@9, 1xtile.chisel.planks-oak@10, 1xtile.chisel.planks-oak@11, 1xtile.chisel.planks-oak@12, 1xtile.chisel.planks-oak@13, 1xtile.chisel.planks-oak@14, 1xtile.chisel.planks-spruce@0, 1xtile.chisel.planks-spruce@1, 1xtile.chisel.planks-spruce@2, 1xtile.chisel.planks-spruce@3, 1xtile.chisel.planks-spruce@4, 1xtile.chisel.planks-spruce@5, 1xtile.chisel.planks-spruce@6, 1xtile.chisel.planks-spruce@7, 1xtile.chisel.planks-spruce@8, 1xtile.chisel.planks-spruce@9, 1xtile.chisel.planks-spruce@10, 1xtile.chisel.planks-spruce@11, 1xtile.chisel.planks-spruce@12, 1xtile.chisel.planks-spruce@13, 1xtile.chisel.planks-spruce@14, 1xtile.chisel.planks-birch@0, 1xtile.chisel.planks-birch@1, 1xtile.chisel.planks-birch@2, 1xtile.chisel.planks-birch@3, 1xtile.chisel.planks-birch@4, 1xtile.chisel.planks-birch@5, 1xtile.chisel.planks-birch@6, 1xtile.chisel.planks-birch@7, 1xtile.chisel.planks-birch@8, 1xtile.chisel.planks-birch@9, 1xtile.chisel.planks-birch@10, 1xtile.chisel.planks-birch@11, 1xtile.chisel.planks-birch@12, 1xtile.chisel.planks-birch@13, 1xtile.chisel.planks-birch@14, 1xtile.chisel.planks-jungle@0, 1xtile.chisel.planks-jungle@1, 1xtile.chisel.planks-jungle@2, 1xtile.chisel.planks-jungle@3, 1xtile.chisel.planks-jungle@4, 1xtile.chisel.planks-jungle@5, 1xtile.chisel.planks-jungle@6, 1xtile.chisel.planks-jungle@7, 1xtile.chisel.planks-jungle@8, 1xtile.chisel.planks-jungle@9, 1xtile.chisel.planks-jungle@10, 1xtile.chisel.planks-jungle@11, 1xtile.chisel.planks-jungle@12, 1xtile.chisel.planks-jungle@13, 1xtile.chisel.planks-jungle@14, 1xtile.chisel.planks-acacia@0, 1xtile.chisel.planks-acacia@1, 1xtile.chisel.planks-acacia@2, 1xtile.chisel.planks-acacia@3, 1xtile.chisel.planks-acacia@4, 1xtile.chisel.planks-acacia@5, 1xtile.chisel.planks-acacia@6, 1xtile.chisel.planks-acacia@7, 1xtile.chisel.planks-acacia@8, 1xtile.chisel.planks-acacia@9, 1xtile.chisel.planks-acacia@10, 1xtile.chisel.planks-acacia@11, 1xtile.chisel.planks-acacia@12, 1xtile.chisel.planks-acacia@13, 1xtile.chisel.planks-acacia@14, 1xtile.chisel.planks-dark-oak@0, 1xtile.chisel.planks-dark-oak@1, 1xtile.chisel.planks-dark-oak@2, 1xtile.chisel.planks-dark-oak@3, 1xtile.chisel.planks-dark-oak@4, 1xtile.chisel.planks-dark-oak@5, 1xtile.chisel.planks-dark-oak@6, 1xtile.chisel.planks-dark-oak@7, 1xtile.chisel.planks-dark-oak@8, 1xtile.chisel.planks-dark-oak@9, 1xtile.chisel.planks-dark-oak@10, 1xtile.chisel.planks-dark-oak@11, 1xtile.chisel.planks-dark-oak@12, 1xtile.chisel.planks-dark-oak@13, 1xtile.chisel.planks-dark-oak@14, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8, 1xtile.natura.nether_planks@0, 1xtile.natura.nether_planks@1, 1xtile.natura.nether_planks@2, 1xtile.natura.nether_planks@3, 1xtile.planks_sakura@0, 1xtile.planks_mulberry@0, 1xtile.blocks.integrateddynamics.menril_planks@0, 1xtile.primal.planks@0, 1xtile.primal.planks@1, 1xtile.primal.planks@2, 1xtile.primal.planks@3, 1xtile.dltplank@0, 1xtile.dreadplanks@0, 1xtile.thebetweenlands.weedwood_planks@0, 1xtile.thebetweenlands.rubber_tree_planks@0, 1xtile.thebetweenlands.giant_root_planks@0, 1xtile.thebetweenlands.hearthgrove_planks@0, 1xtile.thebetweenlands.nibbletwig_planks@0, 1xtile.twilightforest.TowerStone@0, 1xtile.twilightforest.TowerStone@1, 1xtile.twilightforest.TowerStone@2, 1xtile.twilightforest.TowerStone@3, 1xtile.twilightforest.TowerStone@4, 1xtile.totemic:cedar_plank@0, 1xtile.traverse:fir_planks@0, 1xtile.kepler22b_planks.0@0, 1xtile.primal.planks@0, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8], net.minecraft.item.crafting.Ingredient@79195bbb, type:MOULDING parent:[1xtile.wood@0, 1xtile.wood@1, 1xtile.wood@2, 1xtile.wood@3, 1xtile.wood@4, 1xtile.wood@5, 1xtile.rustic.planks@0, 1xtile.rustic.planks@1, 1xtile.rustic.painted_wood_black@0, 1xtile.rustic.painted_wood_blue@0, 1xtile.rustic.painted_wood_brown@0, 1xtile.rustic.painted_wood_cyan@0, 1xtile.rustic.painted_wood_gray@0, 1xtile.rustic.painted_wood_green@0, 1xtile.rustic.painted_wood_light_blue@0, 1xtile.rustic.painted_wood_lime@0, 1xtile.rustic.painted_wood_magenta@0, 1xtile.rustic.painted_wood_orange@0, 1xtile.rustic.painted_wood_pink@0, 1xtile.rustic.painted_wood_purple@0, 1xtile.rustic.painted_wood_red@0, 1xtile.rustic.painted_wood_silver@0, 1xtile.rustic.painted_wood_white@0, 1xtile.rustic.painted_wood_yellow@0, 1xtile.chisel.planks-oak@0, 1xtile.chisel.planks-oak@1, 1xtile.chisel.planks-oak@2, 1xtile.chisel.planks-oak@3, 1xtile.chisel.planks-oak@4, 1xtile.chisel.planks-oak@5, 1xtile.chisel.planks-oak@6, 1xtile.chisel.planks-oak@7, 1xtile.chisel.planks-oak@8, 1xtile.chisel.planks-oak@9, 1xtile.chisel.planks-oak@10, 1xtile.chisel.planks-oak@11, 1xtile.chisel.planks-oak@12, 1xtile.chisel.planks-oak@13, 1xtile.chisel.planks-oak@14, 1xtile.chisel.planks-spruce@0, 1xtile.chisel.planks-spruce@1, 1xtile.chisel.planks-spruce@2, 1xtile.chisel.planks-spruce@3, 1xtile.chisel.planks-spruce@4, 1xtile.chisel.planks-spruce@5, 1xtile.chisel.planks-spruce@6, 1xtile.chisel.planks-spruce@7, 1xtile.chisel.planks-spruce@8, 1xtile.chisel.planks-spruce@9, 1xtile.chisel.planks-spruce@10, 1xtile.chisel.planks-spruce@11, 1xtile.chisel.planks-spruce@12, 1xtile.chisel.planks-spruce@13, 1xtile.chisel.planks-spruce@14, 1xtile.chisel.planks-birch@0, 1xtile.chisel.planks-birch@1, 1xtile.chisel.planks-birch@2, 1xtile.chisel.planks-birch@3, 1xtile.chisel.planks-birch@4, 1xtile.chisel.planks-birch@5, 1xtile.chisel.planks-birch@6, 1xtile.chisel.planks-birch@7, 1xtile.chisel.planks-birch@8, 1xtile.chisel.planks-birch@9, 1xtile.chisel.planks-birch@10, 1xtile.chisel.planks-birch@11, 1xtile.chisel.planks-birch@12, 1xtile.chisel.planks-birch@13, 1xtile.chisel.planks-birch@14, 1xtile.chisel.planks-jungle@0, 1xtile.chisel.planks-jungle@1, 1xtile.chisel.planks-jungle@2, 1xtile.chisel.planks-jungle@3, 1xtile.chisel.planks-jungle@4, 1xtile.chisel.planks-jungle@5, 1xtile.chisel.planks-jungle@6, 1xtile.chisel.planks-jungle@7, 1xtile.chisel.planks-jungle@8, 1xtile.chisel.planks-jungle@9, 1xtile.chisel.planks-jungle@10, 1xtile.chisel.planks-jungle@11, 1xtile.chisel.planks-jungle@12, 1xtile.chisel.planks-jungle@13, 1xtile.chisel.planks-jungle@14, 1xtile.chisel.planks-acacia@0, 1xtile.chisel.planks-acacia@1, 1xtile.chisel.planks-acacia@2, 1xtile.chisel.planks-acacia@3, 1xtile.chisel.planks-acacia@4, 1xtile.chisel.planks-acacia@5, 1xtile.chisel.planks-acacia@6, 1xtile.chisel.planks-acacia@7, 1xtile.chisel.planks-acacia@8, 1xtile.chisel.planks-acacia@9, 1xtile.chisel.planks-acacia@10, 1xtile.chisel.planks-acacia@11, 1xtile.chisel.planks-acacia@12, 1xtile.chisel.planks-acacia@13, 1xtile.chisel.planks-acacia@14, 1xtile.chisel.planks-dark-oak@0, 1xtile.chisel.planks-dark-oak@1, 1xtile.chisel.planks-dark-oak@2, 1xtile.chisel.planks-dark-oak@3, 1xtile.chisel.planks-dark-oak@4, 1xtile.chisel.planks-dark-oak@5, 1xtile.chisel.planks-dark-oak@6, 1xtile.chisel.planks-dark-oak@7, 1xtile.chisel.planks-dark-oak@8, 1xtile.chisel.planks-dark-oak@9, 1xtile.chisel.planks-dark-oak@10, 1xtile.chisel.planks-dark-oak@11, 1xtile.chisel.planks-dark-oak@12, 1xtile.chisel.planks-dark-oak@13, 1xtile.chisel.planks-dark-oak@14, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8, 1xtile.natura.nether_planks@0, 1xtile.natura.nether_planks@1, 1xtile.natura.nether_planks@2, 1xtile.natura.nether_planks@3, 1xtile.planks_sakura@0, 1xtile.planks_mulberry@0, 1xtile.blocks.integrateddynamics.menril_planks@0, 1xtile.primal.planks@0, 1xtile.primal.planks@1, 1xtile.primal.planks@2, 1xtile.primal.planks@3, 1xtile.dltplank@0, 1xtile.dreadplanks@0, 1xtile.thebetweenlands.weedwood_planks@0, 1xtile.thebetweenlands.rubber_tree_planks@0, 1xtile.thebetweenlands.giant_root_planks@0, 1xtile.thebetweenlands.hearthgrove_planks@0, 1xtile.thebetweenlands.nibbletwig_planks@0, 1xtile.twilightforest.TowerStone@0, 1xtile.twilightforest.TowerStone@1, 1xtile.twilightforest.TowerStone@2, 1xtile.twilightforest.TowerStone@3, 1xtile.twilightforest.TowerStone@4, 1xtile.totemic:cedar_plank@0, 1xtile.traverse:fir_planks@0, 1xtile.kepler22b_planks.0@0, 1xtile.primal.planks@0, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8], net.minecraft.item.crafting.Ingredient@79195bbb]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.japanmat@14 new recipe: RecipeStage{tier='three', recipe=1xitem.japanmat@14:[net.minecraftforge.oredict.OreIngredient@5967f02f, net.minecraft.item.crafting.Ingredient@508f555d, net.minecraftforge.oredict.OreIngredient@5967f02f, net.minecraftforge.oredict.OreIngredient@7fa42a15, net.minecraft.item.crafting.Ingredient@508f555d, net.minecraftforge.oredict.OreIngredient@7fa42a15, net.minecraftforge.oredict.OreIngredient@5967f02f, net.minecraft.item.crafting.Ingredient@508f555d, net.minecraftforge.oredict.OreIngredient@5967f02f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.japanmat@10 new recipe: RecipeStage{tier='one', recipe=1xitem.japanmat@10:[net.minecraft.item.crafting.Ingredient@4266099a, net.minecraft.item.crafting.Ingredient@4266099a, net.minecraft.item.crafting.Ingredient@4266099a, net.minecraft.item.crafting.Ingredient@4266099a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.midori_block@0 new recipe: RecipeStage{tier='one', recipe=4xtile.midori_block@0:[net.minecraft.item.crafting.Ingredient@6e67e7b4, net.minecraft.item.crafting.Ingredient@6e67e7b4, net.minecraft.item.crafting.Ingredient@6e67e7b4, net.minecraft.item.crafting.Ingredient@6e67e7b4]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.legs_paper@0 new recipe: RecipeStage{tier='three', recipe=1xitem.legs_paper@0:[net.minecraft.item.crafting.Ingredient@37ab10b2, net.minecraft.item.crafting.Ingredient@37ab10b2, net.minecraft.item.crafting.Ingredient@37ab10b2, net.minecraft.item.crafting.Ingredient@37ab10b2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@37ab10b2, net.minecraft.item.crafting.Ingredient@37ab10b2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@37ab10b2]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.legendarium@0 new recipe: RecipeStage{tier='three', recipe=1xtile.legendarium@0:[net.minecraftforge.oredict.OreIngredient@21b14561, net.minecraftforge.oredict.OreIngredient@6e82b887, net.minecraftforge.oredict.OreIngredient@21b14561, net.minecraft.item.crafting.Ingredient@51464fe2, net.minecraft.item.crafting.Ingredient@51464fe2, net.minecraft.item.crafting.Ingredient@51464fe2, net.minecraftforge.oredict.OreIngredient@21b14561, net.minecraft.item.crafting.Ingredient@51464fe2, net.minecraftforge.oredict.OreIngredient@21b14561]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xtile.lattice@0 new recipe: RecipeStage{tier='two', recipe=2xtile.lattice@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@14f92458, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@14f92458, net.minecraft.item.crafting.Ingredient@14f92458, net.minecraft.item.crafting.Ingredient@14f92458, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@14f92458, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.japanmat@13 new recipe: RecipeStage{tier='three', recipe=1xitem.japanmat@13:[net.minecraft.item.crafting.Ingredient@4855fd2f, net.minecraft.item.crafting.Ingredient@4855fd2f, net.minecraft.item.crafting.Ingredient@4855fd2f, net.minecraftforge.oredict.OreIngredient@2404c3ed, net.minecraftforge.oredict.OreIngredient@61562849, net.minecraftforge.oredict.OreIngredient@2404c3ed, net.minecraft.item.crafting.Ingredient@4855fd2f, net.minecraft.item.crafting.Ingredient@4855fd2f, net.minecraft.item.crafting.Ingredient@4855fd2f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.iron_spade@0 new recipe: RecipeStage{tier='two', recipe=1xitem.iron_spade@0:[net.minecraftforge.oredict.OreIngredient@13a465a6, net.minecraft.item.crafting.Ingredient@21019e83, net.minecraftforge.oredict.OreIngredient@5c567ac4]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.iron_matchpick@0 new recipe: RecipeStage{tier='three', recipe=1xitem.iron_matchpick@0:[net.minecraft.item.crafting.Ingredient@5e4fd146, net.minecraft.item.crafting.Ingredient@20bdba92, net.minecraftforge.oredict.OreIngredient@28e1e20, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6cc265ea, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6cc265ea, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.iron_masonpick@0 new recipe: RecipeStage{tier='two', recipe=1xitem.iron_masonpick@0:[net.minecraftforge.oredict.OreIngredient@62d0dd76, net.minecraft.item.crafting.Ingredient@7f8900e0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@ba2c466, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@ba2c466]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.iron_machete@0 new recipe: RecipeStage{tier='two', recipe=1xitem.iron_machete@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@388a79b7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@388a79b7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@486d8d25, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.iron_kukri@0 new recipe: RecipeStage{tier='two', recipe=1xitem.iron_kukri@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7cc6c2eb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7cc6c2eb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@32f5ce03, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.iron_carpentersaw@0 new recipe: RecipeStage{tier='two', recipe=1xitem.iron_carpentersaw@0:[net.minecraftforge.oredict.OreIngredient@6b54878e, net.minecraftforge.oredict.OreIngredient@6b54878e, net.minecraft.item.crafting.Ingredient@7e95cf78]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.inverted_gearbox@0 new recipe: RecipeStage{tier='one', recipe=1xtile.inverted_gearbox@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, type:MOULDING parent:[1xtile.wood@0, 1xtile.wood@1, 1xtile.wood@2, 1xtile.wood@3, 1xtile.wood@4, 1xtile.wood@5, 1xtile.rustic.planks@0, 1xtile.rustic.planks@1, 1xtile.rustic.painted_wood_black@0, 1xtile.rustic.painted_wood_blue@0, 1xtile.rustic.painted_wood_brown@0, 1xtile.rustic.painted_wood_cyan@0, 1xtile.rustic.painted_wood_gray@0, 1xtile.rustic.painted_wood_green@0, 1xtile.rustic.painted_wood_light_blue@0, 1xtile.rustic.painted_wood_lime@0, 1xtile.rustic.painted_wood_magenta@0, 1xtile.rustic.painted_wood_orange@0, 1xtile.rustic.painted_wood_pink@0, 1xtile.rustic.painted_wood_purple@0, 1xtile.rustic.painted_wood_red@0, 1xtile.rustic.painted_wood_silver@0, 1xtile.rustic.painted_wood_white@0, 1xtile.rustic.painted_wood_yellow@0, 1xtile.chisel.planks-oak@0, 1xtile.chisel.planks-oak@1, 1xtile.chisel.planks-oak@2, 1xtile.chisel.planks-oak@3, 1xtile.chisel.planks-oak@4, 1xtile.chisel.planks-oak@5, 1xtile.chisel.planks-oak@6, 1xtile.chisel.planks-oak@7, 1xtile.chisel.planks-oak@8, 1xtile.chisel.planks-oak@9, 1xtile.chisel.planks-oak@10, 1xtile.chisel.planks-oak@11, 1xtile.chisel.planks-oak@12, 1xtile.chisel.planks-oak@13, 1xtile.chisel.planks-oak@14, 1xtile.chisel.planks-spruce@0, 1xtile.chisel.planks-spruce@1, 1xtile.chisel.planks-spruce@2, 1xtile.chisel.planks-spruce@3, 1xtile.chisel.planks-spruce@4, 1xtile.chisel.planks-spruce@5, 1xtile.chisel.planks-spruce@6, 1xtile.chisel.planks-spruce@7, 1xtile.chisel.planks-spruce@8, 1xtile.chisel.planks-spruce@9, 1xtile.chisel.planks-spruce@10, 1xtile.chisel.planks-spruce@11, 1xtile.chisel.planks-spruce@12, 1xtile.chisel.planks-spruce@13, 1xtile.chisel.planks-spruce@14, 1xtile.chisel.planks-birch@0, 1xtile.chisel.planks-birch@1, 1xtile.chisel.planks-birch@2, 1xtile.chisel.planks-birch@3, 1xtile.chisel.planks-birch@4, 1xtile.chisel.planks-birch@5, 1xtile.chisel.planks-birch@6, 1xtile.chisel.planks-birch@7, 1xtile.chisel.planks-birch@8, 1xtile.chisel.planks-birch@9, 1xtile.chisel.planks-birch@10, 1xtile.chisel.planks-birch@11, 1xtile.chisel.planks-birch@12, 1xtile.chisel.planks-birch@13, 1xtile.chisel.planks-birch@14, 1xtile.chisel.planks-jungle@0, 1xtile.chisel.planks-jungle@1, 1xtile.chisel.planks-jungle@2, 1xtile.chisel.planks-jungle@3, 1xtile.chisel.planks-jungle@4, 1xtile.chisel.planks-jungle@5, 1xtile.chisel.planks-jungle@6, 1xtile.chisel.planks-jungle@7, 1xtile.chisel.planks-jungle@8, 1xtile.chisel.planks-jungle@9, 1xtile.chisel.planks-jungle@10, 1xtile.chisel.planks-jungle@11, 1xtile.chisel.planks-jungle@12, 1xtile.chisel.planks-jungle@13, 1xtile.chisel.planks-jungle@14, 1xtile.chisel.planks-acacia@0, 1xtile.chisel.planks-acacia@1, 1xtile.chisel.planks-acacia@2, 1xtile.chisel.planks-acacia@3, 1xtile.chisel.planks-acacia@4, 1xtile.chisel.planks-acacia@5, 1xtile.chisel.planks-acacia@6, 1xtile.chisel.planks-acacia@7, 1xtile.chisel.planks-acacia@8, 1xtile.chisel.planks-acacia@9, 1xtile.chisel.planks-acacia@10, 1xtile.chisel.planks-acacia@11, 1xtile.chisel.planks-acacia@12, 1xtile.chisel.planks-acacia@13, 1xtile.chisel.planks-acacia@14, 1xtile.chisel.planks-dark-oak@0, 1xtile.chisel.planks-dark-oak@1, 1xtile.chisel.planks-dark-oak@2, 1xtile.chisel.planks-dark-oak@3, 1xtile.chisel.planks-dark-oak@4, 1xtile.chisel.planks-dark-oak@5, 1xtile.chisel.planks-dark-oak@6, 1xtile.chisel.planks-dark-oak@7, 1xtile.chisel.planks-dark-oak@8, 1xtile.chisel.planks-dark-oak@9, 1xtile.chisel.planks-dark-oak@10, 1xtile.chisel.planks-dark-oak@11, 1xtile.chisel.planks-dark-oak@12, 1xtile.chisel.planks-dark-oak@13, 1xtile.chisel.planks-dark-oak@14, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8, 1xtile.natura.nether_planks@0, 1xtile.natura.nether_planks@1, 1xtile.natura.nether_planks@2, 1xtile.natura.nether_planks@3, 1xtile.planks_sakura@0, 1xtile.planks_mulberry@0, 1xtile.blocks.integrateddynamics.menril_planks@0, 1xtile.primal.planks@0, 1xtile.primal.planks@1, 1xtile.primal.planks@2, 1xtile.primal.planks@3, 1xtile.dltplank@0, 1xtile.dreadplanks@0, 1xtile.thebetweenlands.weedwood_planks@0, 1xtile.thebetweenlands.rubber_tree_planks@0, 1xtile.thebetweenlands.giant_root_planks@0, 1xtile.thebetweenlands.hearthgrove_planks@0, 1xtile.thebetweenlands.nibbletwig_planks@0, 1xtile.twilightforest.TowerStone@0, 1xtile.twilightforest.TowerStone@1, 1xtile.twilightforest.TowerStone@2, 1xtile.twilightforest.TowerStone@3, 1xtile.twilightforest.TowerStone@4, 1xtile.totemic:cedar_plank@0, 1xtile.traverse:fir_planks@0, 1xtile.kepler22b_planks.0@0, 1xtile.primal.planks@0, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8], type:SIDING parent:[1xtile.wood@0, 1xtile.wood@1, 1xtile.wood@2, 1xtile.wood@3, 1xtile.wood@4, 1xtile.wood@5, 1xtile.rustic.planks@0, 1xtile.rustic.planks@1, 1xtile.rustic.painted_wood_black@0, 1xtile.rustic.painted_wood_blue@0, 1xtile.rustic.painted_wood_brown@0, 1xtile.rustic.painted_wood_cyan@0, 1xtile.rustic.painted_wood_gray@0, 1xtile.rustic.painted_wood_green@0, 1xtile.rustic.painted_wood_light_blue@0, 1xtile.rustic.painted_wood_lime@0, 1xtile.rustic.painted_wood_magenta@0, 1xtile.rustic.painted_wood_orange@0, 1xtile.rustic.painted_wood_pink@0, 1xtile.rustic.painted_wood_purple@0, 1xtile.rustic.painted_wood_red@0, 1xtile.rustic.painted_wood_silver@0, 1xtile.rustic.painted_wood_white@0, 1xtile.rustic.painted_wood_yellow@0, 1xtile.chisel.planks-oak@0, 1xtile.chisel.planks-oak@1, 1xtile.chisel.planks-oak@2, 1xtile.chisel.planks-oak@3, 1xtile.chisel.planks-oak@4, 1xtile.chisel.planks-oak@5, 1xtile.chisel.planks-oak@6, 1xtile.chisel.planks-oak@7, 1xtile.chisel.planks-oak@8, 1xtile.chisel.planks-oak@9, 1xtile.chisel.planks-oak@10, 1xtile.chisel.planks-oak@11, 1xtile.chisel.planks-oak@12, 1xtile.chisel.planks-oak@13, 1xtile.chisel.planks-oak@14, 1xtile.chisel.planks-spruce@0, 1xtile.chisel.planks-spruce@1, 1xtile.chisel.planks-spruce@2, 1xtile.chisel.planks-spruce@3, 1xtile.chisel.planks-spruce@4, 1xtile.chisel.planks-spruce@5, 1xtile.chisel.planks-spruce@6, 1xtile.chisel.planks-spruce@7, 1xtile.chisel.planks-spruce@8, 1xtile.chisel.planks-spruce@9, 1xtile.chisel.planks-spruce@10, 1xtile.chisel.planks-spruce@11, 1xtile.chisel.planks-spruce@12, 1xtile.chisel.planks-spruce@13, 1xtile.chisel.planks-spruce@14, 1xtile.chisel.planks-birch@0, 1xtile.chisel.planks-birch@1, 1xtile.chisel.planks-birch@2, 1xtile.chisel.planks-birch@3, 1xtile.chisel.planks-birch@4, 1xtile.chisel.planks-birch@5, 1xtile.chisel.planks-birch@6, 1xtile.chisel.planks-birch@7, 1xtile.chisel.planks-birch@8, 1xtile.chisel.planks-birch@9, 1xtile.chisel.planks-birch@10, 1xtile.chisel.planks-birch@11, 1xtile.chisel.planks-birch@12, 1xtile.chisel.planks-birch@13, 1xtile.chisel.planks-birch@14, 1xtile.chisel.planks-jungle@0, 1xtile.chisel.planks-jungle@1, 1xtile.chisel.planks-jungle@2, 1xtile.chisel.planks-jungle@3, 1xtile.chisel.planks-jungle@4, 1xtile.chisel.planks-jungle@5, 1xtile.chisel.planks-jungle@6, 1xtile.chisel.planks-jungle@7, 1xtile.chisel.planks-jungle@8, 1xtile.chisel.planks-jungle@9, 1xtile.chisel.planks-jungle@10, 1xtile.chisel.planks-jungle@11, 1xtile.chisel.planks-jungle@12, 1xtile.chisel.planks-jungle@13, 1xtile.chisel.planks-jungle@14, 1xtile.chisel.planks-acacia@0, 1xtile.chisel.planks-acacia@1, 1xtile.chisel.planks-acacia@2, 1xtile.chisel.planks-acacia@3, 1xtile.chisel.planks-acacia@4, 1xtile.chisel.planks-acacia@5, 1xtile.chisel.planks-acacia@6, 1xtile.chisel.planks-acacia@7, 1xtile.chisel.planks-acacia@8, 1xtile.chisel.planks-acacia@9, 1xtile.chisel.planks-acacia@10, 1xtile.chisel.planks-acacia@11, 1xtile.chisel.planks-acacia@12, 1xtile.chisel.planks-acacia@13, 1xtile.chisel.planks-acacia@14, 1xtile.chisel.planks-dark-oak@0, 1xtile.chisel.planks-dark-oak@1, 1xtile.chisel.planks-dark-oak@2, 1xtile.chisel.planks-dark-oak@3, 1xtile.chisel.planks-dark-oak@4, 1xtile.chisel.planks-dark-oak@5, 1xtile.chisel.planks-dark-oak@6, 1xtile.chisel.planks-dark-oak@7, 1xtile.chisel.planks-dark-oak@8, 1xtile.chisel.planks-dark-oak@9, 1xtile.chisel.planks-dark-oak@10, 1xtile.chisel.planks-dark-oak@11, 1xtile.chisel.planks-dark-oak@12, 1xtile.chisel.planks-dark-oak@13, 1xtile.chisel.planks-dark-oak@14, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8, 1xtile.natura.nether_planks@0, 1xtile.natura.nether_planks@1, 1xtile.natura.nether_planks@2, 1xtile.natura.nether_planks@3, 1xtile.planks_sakura@0, 1xtile.planks_mulberry@0, 1xtile.blocks.integrateddynamics.menril_planks@0, 1xtile.primal.planks@0, 1xtile.primal.planks@1, 1xtile.primal.planks@2, 1xtile.primal.planks@3, 1xtile.dltplank@0, 1xtile.dreadplanks@0, 1xtile.thebetweenlands.weedwood_planks@0, 1xtile.thebetweenlands.rubber_tree_planks@0, 1xtile.thebetweenlands.giant_root_planks@0, 1xtile.thebetweenlands.hearthgrove_planks@0, 1xtile.thebetweenlands.nibbletwig_planks@0, 1xtile.twilightforest.TowerStone@0, 1xtile.twilightforest.TowerStone@1, 1xtile.twilightforest.TowerStone@2, 1xtile.twilightforest.TowerStone@3, 1xtile.twilightforest.TowerStone@4, 1xtile.totemic:cedar_plank@0, 1xtile.traverse:fir_planks@0, 1xtile.kepler22b_planks.0@0, 1xtile.primal.planks@0, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8], net.minecraftforge.oredict.OreIngredient@49fce842, net.minecraft.item.crafting.Ingredient@7161d060, net.minecraftforge.oredict.OreIngredient@49fce842, type:SIDING parent:[1xtile.wood@0, 1xtile.wood@1, 1xtile.wood@2, 1xtile.wood@3, 1xtile.wood@4, 1xtile.wood@5, 1xtile.rustic.planks@0, 1xtile.rustic.planks@1, 1xtile.rustic.painted_wood_black@0, 1xtile.rustic.painted_wood_blue@0, 1xtile.rustic.painted_wood_brown@0, 1xtile.rustic.painted_wood_cyan@0, 1xtile.rustic.painted_wood_gray@0, 1xtile.rustic.painted_wood_green@0, 1xtile.rustic.painted_wood_light_blue@0, 1xtile.rustic.painted_wood_lime@0, 1xtile.rustic.painted_wood_magenta@0, 1xtile.rustic.painted_wood_orange@0, 1xtile.rustic.painted_wood_pink@0, 1xtile.rustic.painted_wood_purple@0, 1xtile.rustic.painted_wood_red@0, 1xtile.rustic.painted_wood_silver@0, 1xtile.rustic.painted_wood_white@0, 1xtile.rustic.painted_wood_yellow@0, 1xtile.chisel.planks-oak@0, 1xtile.chisel.planks-oak@1, 1xtile.chisel.planks-oak@2, 1xtile.chisel.planks-oak@3, 1xtile.chisel.planks-oak@4, 1xtile.chisel.planks-oak@5, 1xtile.chisel.planks-oak@6, 1xtile.chisel.planks-oak@7, 1xtile.chisel.planks-oak@8, 1xtile.chisel.planks-oak@9, 1xtile.chisel.planks-oak@10, 1xtile.chisel.planks-oak@11, 1xtile.chisel.planks-oak@12, 1xtile.chisel.planks-oak@13, 1xtile.chisel.planks-oak@14, 1xtile.chisel.planks-spruce@0, 1xtile.chisel.planks-spruce@1, 1xtile.chisel.planks-spruce@2, 1xtile.chisel.planks-spruce@3, 1xtile.chisel.planks-spruce@4, 1xtile.chisel.planks-spruce@5, 1xtile.chisel.planks-spruce@6, 1xtile.chisel.planks-spruce@7, 1xtile.chisel.planks-spruce@8, 1xtile.chisel.planks-spruce@9, 1xtile.chisel.planks-spruce@10, 1xtile.chisel.planks-spruce@11, 1xtile.chisel.planks-spruce@12, 1xtile.chisel.planks-spruce@13, 1xtile.chisel.planks-spruce@14, 1xtile.chisel.planks-birch@0, 1xtile.chisel.planks-birch@1, 1xtile.chisel.planks-birch@2, 1xtile.chisel.planks-birch@3, 1xtile.chisel.planks-birch@4, 1xtile.chisel.planks-birch@5, 1xtile.chisel.planks-birch@6, 1xtile.chisel.planks-birch@7, 1xtile.chisel.planks-birch@8, 1xtile.chisel.planks-birch@9, 1xtile.chisel.planks-birch@10, 1xtile.chisel.planks-birch@11, 1xtile.chisel.planks-birch@12, 1xtile.chisel.planks-birch@13, 1xtile.chisel.planks-birch@14, 1xtile.chisel.planks-jungle@0, 1xtile.chisel.planks-jungle@1, 1xtile.chisel.planks-jungle@2, 1xtile.chisel.planks-jungle@3, 1xtile.chisel.planks-jungle@4, 1xtile.chisel.planks-jungle@5, 1xtile.chisel.planks-jungle@6, 1xtile.chisel.planks-jungle@7, 1xtile.chisel.planks-jungle@8, 1xtile.chisel.planks-jungle@9, 1xtile.chisel.planks-jungle@10, 1xtile.chisel.planks-jungle@11, 1xtile.chisel.planks-jungle@12, 1xtile.chisel.planks-jungle@13, 1xtile.chisel.planks-jungle@14, 1xtile.chisel.planks-acacia@0, 1xtile.chisel.planks-acacia@1, 1xtile.chisel.planks-acacia@2, 1xtile.chisel.planks-acacia@3, 1xtile.chisel.planks-acacia@4, 1xtile.chisel.planks-acacia@5, 1xtile.chisel.planks-acacia@6, 1xtile.chisel.planks-acacia@7, 1xtile.chisel.planks-acacia@8, 1xtile.chisel.planks-acacia@9, 1xtile.chisel.planks-acacia@10, 1xtile.chisel.planks-acacia@11, 1xtile.chisel.planks-acacia@12, 1xtile.chisel.planks-acacia@13, 1xtile.chisel.planks-acacia@14, 1xtile.chisel.planks-dark-oak@0, 1xtile.chisel.planks-dark-oak@1, 1xtile.chisel.planks-dark-oak@2, 1xtile.chisel.planks-dark-oak@3, 1xtile.chisel.planks-dark-oak@4, 1xtile.chisel.planks-dark-oak@5, 1xtile.chisel.planks-dark-oak@6, 1xtile.chisel.planks-dark-oak@7, 1xtile.chisel.planks-dark-oak@8, 1xtile.chisel.planks-dark-oak@9, 1xtile.chisel.planks-dark-oak@10, 1xtile.chisel.planks-dark-oak@11, 1xtile.chisel.planks-dark-oak@12, 1xtile.chisel.planks-dark-oak@13, 1xtile.chisel.planks-dark-oak@14, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8, 1xtile.natura.nether_planks@0, 1xtile.natura.nether_planks@1, 1xtile.natura.nether_planks@2, 1xtile.natura.nether_planks@3, 1xtile.planks_sakura@0, 1xtile.planks_mulberry@0, 1xtile.blocks.integrateddynamics.menril_planks@0, 1xtile.primal.planks@0, 1xtile.primal.planks@1, 1xtile.primal.planks@2, 1xtile.primal.planks@3, 1xtile.dltplank@0, 1xtile.dreadplanks@0, 1xtile.thebetweenlands.weedwood_planks@0, 1xtile.thebetweenlands.rubber_tree_planks@0, 1xtile.thebetweenlands.giant_root_planks@0, 1xtile.thebetweenlands.hearthgrove_planks@0, 1xtile.thebetweenlands.nibbletwig_planks@0, 1xtile.twilightforest.TowerStone@0, 1xtile.twilightforest.TowerStone@1, 1xtile.twilightforest.TowerStone@2, 1xtile.twilightforest.TowerStone@3, 1xtile.twilightforest.TowerStone@4, 1xtile.totemic:cedar_plank@0, 1xtile.traverse:fir_planks@0, 1xtile.kepler22b_planks.0@0, 1xtile.primal.planks@0, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8], type:MOULDING parent:[1xtile.wood@0, 1xtile.wood@1, 1xtile.wood@2, 1xtile.wood@3, 1xtile.wood@4, 1xtile.wood@5, 1xtile.rustic.planks@0, 1xtile.rustic.planks@1, 1xtile.rustic.painted_wood_black@0, 1xtile.rustic.painted_wood_blue@0, 1xtile.rustic.painted_wood_brown@0, 1xtile.rustic.painted_wood_cyan@0, 1xtile.rustic.painted_wood_gray@0, 1xtile.rustic.painted_wood_green@0, 1xtile.rustic.painted_wood_light_blue@0, 1xtile.rustic.painted_wood_lime@0, 1xtile.rustic.painted_wood_magenta@0, 1xtile.rustic.painted_wood_orange@0, 1xtile.rustic.painted_wood_pink@0, 1xtile.rustic.painted_wood_purple@0, 1xtile.rustic.painted_wood_red@0, 1xtile.rustic.painted_wood_silver@0, 1xtile.rustic.painted_wood_white@0, 1xtile.rustic.painted_wood_yellow@0, 1xtile.chisel.planks-oak@0, 1xtile.chisel.planks-oak@1, 1xtile.chisel.planks-oak@2, 1xtile.chisel.planks-oak@3, 1xtile.chisel.planks-oak@4, 1xtile.chisel.planks-oak@5, 1xtile.chisel.planks-oak@6, 1xtile.chisel.planks-oak@7, 1xtile.chisel.planks-oak@8, 1xtile.chisel.planks-oak@9, 1xtile.chisel.planks-oak@10, 1xtile.chisel.planks-oak@11, 1xtile.chisel.planks-oak@12, 1xtile.chisel.planks-oak@13, 1xtile.chisel.planks-oak@14, 1xtile.chisel.planks-spruce@0, 1xtile.chisel.planks-spruce@1, 1xtile.chisel.planks-spruce@2, 1xtile.chisel.planks-spruce@3, 1xtile.chisel.planks-spruce@4, 1xtile.chisel.planks-spruce@5, 1xtile.chisel.planks-spruce@6, 1xtile.chisel.planks-spruce@7, 1xtile.chisel.planks-spruce@8, 1xtile.chisel.planks-spruce@9, 1xtile.chisel.planks-spruce@10, 1xtile.chisel.planks-spruce@11, 1xtile.chisel.planks-spruce@12, 1xtile.chisel.planks-spruce@13, 1xtile.chisel.planks-spruce@14, 1xtile.chisel.planks-birch@0, 1xtile.chisel.planks-birch@1, 1xtile.chisel.planks-birch@2, 1xtile.chisel.planks-birch@3, 1xtile.chisel.planks-birch@4, 1xtile.chisel.planks-birch@5, 1xtile.chisel.planks-birch@6, 1xtile.chisel.planks-birch@7, 1xtile.chisel.planks-birch@8, 1xtile.chisel.planks-birch@9, 1xtile.chisel.planks-birch@10, 1xtile.chisel.planks-birch@11, 1xtile.chisel.planks-birch@12, 1xtile.chisel.planks-birch@13, 1xtile.chisel.planks-birch@14, 1xtile.chisel.planks-jungle@0, 1xtile.chisel.planks-jungle@1, 1xtile.chisel.planks-jungle@2, 1xtile.chisel.planks-jungle@3, 1xtile.chisel.planks-jungle@4, 1xtile.chisel.planks-jungle@5, 1xtile.chisel.planks-jungle@6, 1xtile.chisel.planks-jungle@7, 1xtile.chisel.planks-jungle@8, 1xtile.chisel.planks-jungle@9, 1xtile.chisel.planks-jungle@10, 1xtile.chisel.planks-jungle@11, 1xtile.chisel.planks-jungle@12, 1xtile.chisel.planks-jungle@13, 1xtile.chisel.planks-jungle@14, 1xtile.chisel.planks-acacia@0, 1xtile.chisel.planks-acacia@1, 1xtile.chisel.planks-acacia@2, 1xtile.chisel.planks-acacia@3, 1xtile.chisel.planks-acacia@4, 1xtile.chisel.planks-acacia@5, 1xtile.chisel.planks-acacia@6, 1xtile.chisel.planks-acacia@7, 1xtile.chisel.planks-acacia@8, 1xtile.chisel.planks-acacia@9, 1xtile.chisel.planks-acacia@10, 1xtile.chisel.planks-acacia@11, 1xtile.chisel.planks-acacia@12, 1xtile.chisel.planks-acacia@13, 1xtile.chisel.planks-acacia@14, 1xtile.chisel.planks-dark-oak@0, 1xtile.chisel.planks-dark-oak@1, 1xtile.chisel.planks-dark-oak@2, 1xtile.chisel.planks-dark-oak@3, 1xtile.chisel.planks-dark-oak@4, 1xtile.chisel.planks-dark-oak@5, 1xtile.chisel.planks-dark-oak@6, 1xtile.chisel.planks-dark-oak@7, 1xtile.chisel.planks-dark-oak@8, 1xtile.chisel.planks-dark-oak@9, 1xtile.chisel.planks-dark-oak@10, 1xtile.chisel.planks-dark-oak@11, 1xtile.chisel.planks-dark-oak@12, 1xtile.chisel.planks-dark-oak@13, 1xtile.chisel.planks-dark-oak@14, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8, 1xtile.natura.nether_planks@0, 1xtile.natura.nether_planks@1, 1xtile.natura.nether_planks@2, 1xtile.natura.nether_planks@3, 1xtile.planks_sakura@0, 1xtile.planks_mulberry@0, 1xtile.blocks.integrateddynamics.menril_planks@0, 1xtile.primal.planks@0, 1xtile.primal.planks@1, 1xtile.primal.planks@2, 1xtile.primal.planks@3, 1xtile.dltplank@0, 1xtile.dreadplanks@0, 1xtile.thebetweenlands.weedwood_planks@0, 1xtile.thebetweenlands.rubber_tree_planks@0, 1xtile.thebetweenlands.giant_root_planks@0, 1xtile.thebetweenlands.hearthgrove_planks@0, 1xtile.thebetweenlands.nibbletwig_planks@0, 1xtile.twilightforest.TowerStone@0, 1xtile.twilightforest.TowerStone@1, 1xtile.twilightforest.TowerStone@2, 1xtile.twilightforest.TowerStone@3, 1xtile.twilightforest.TowerStone@4, 1xtile.totemic:cedar_plank@0, 1xtile.traverse:fir_planks@0, 1xtile.kepler22b_planks.0@0, 1xtile.primal.planks@0, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8], net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.japanmat@30 new recipe: RecipeStage{tier='three', recipe=1xitem.japanmat@30:[net.minecraft.item.crafting.Ingredient@144297d7, net.minecraftforge.oredict.OreIngredient@4eaa3c68]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.japanmat@29 new recipe: RecipeStage{tier='three', recipe=1xitem.japanmat@29:[net.minecraft.item.crafting.Ingredient@16ccc17c, net.minecraftforge.oredict.OreIngredient@5d5d6b78]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.japanmat@28 new recipe: RecipeStage{tier='three', recipe=1xitem.japanmat@28:[net.minecraft.item.crafting.Ingredient@7d56b15a, net.minecraftforge.oredict.OreIngredient@63db400e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.helmet_paper@0 new recipe: RecipeStage{tier='three', recipe=1xitem.helmet_paper@0:[net.minecraft.item.crafting.Ingredient@5d5cee7f, net.minecraft.item.crafting.Ingredient@5d5cee7f, net.minecraft.item.crafting.Ingredient@5d5cee7f, net.minecraft.item.crafting.Ingredient@5d5cee7f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5d5cee7f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.japanmat@16 new recipe: RecipeStage{tier='three', recipe=1xitem.japanmat@16:[net.minecraftforge.oredict.OreIngredient@33c1c9fd, net.minecraftforge.oredict.OreIngredient@52306e02, net.minecraftforge.oredict.OreIngredient@33c1c9fd]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.greatarrow@0 new recipe: RecipeStage{tier='three', recipe=1xitem.greatarrow@0:[net.minecraft.item.crafting.Ingredient@41b80dc3, net.minecraft.item.crafting.Ingredient@48068a7c, net.minecraftforge.oredict.OreIngredient@313b741a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.gold_spade@0 new recipe: RecipeStage{tier='two', recipe=1xitem.gold_spade@0:[net.minecraftforge.oredict.OreIngredient@7f49e695, net.minecraft.item.crafting.Ingredient@266d030d, net.minecraftforge.oredict.OreIngredient@40d772d1]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.gold_matchpick@0 new recipe: RecipeStage{tier='two', recipe=1xitem.gold_matchpick@0:[net.minecraft.item.crafting.Ingredient@4f35f324, net.minecraft.item.crafting.Ingredient@16acb841, net.minecraftforge.oredict.OreIngredient@120854c4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@47534ad, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@47534ad, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.gold_masonpick@0 new recipe: RecipeStage{tier='two', recipe=1xitem.gold_masonpick@0:[net.minecraftforge.oredict.OreIngredient@7cdab1e9, net.minecraft.item.crafting.Ingredient@3141c03e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3de0cb01, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3de0cb01]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.gold_machete@0 new recipe: RecipeStage{tier='two', recipe=1xitem.gold_machete@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1fbdbe02, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1fbdbe02, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4599eb2b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.gold_kukri@0 new recipe: RecipeStage{tier='two', recipe=1xitem.gold_kukri@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@79ccc0b5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@79ccc0b5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5674c90e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.gold_carpentersaw@0 new recipe: RecipeStage{tier='two', recipe=1xitem.gold_carpentersaw@0:[net.minecraftforge.oredict.OreIngredient@34c07f4e, net.minecraftforge.oredict.OreIngredient@34c07f4e, net.minecraft.item.crafting.Ingredient@2e3dbc9c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.fusuma@0 new recipe: RecipeStage{tier='one', recipe=4xtile.fusuma@0:[net.minecraft.item.crafting.Ingredient@4204bb6, net.minecraft.item.crafting.Ingredient@6fbbd214, net.minecraft.item.crafting.Ingredient@4204bb6, net.minecraft.item.crafting.Ingredient@6fbbd214, net.minecraftforge.common.crafting.CompoundIngredient@f0d348c, net.minecraft.item.crafting.Ingredient@6fbbd214, net.minecraft.item.crafting.Ingredient@4204bb6, net.minecraft.item.crafting.Ingredient@6fbbd214, net.minecraft.item.crafting.Ingredient@4204bb6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.elytra_magma@0 new recipe: RecipeStage{tier='four', recipe=1xtile.elytra_magma@0:[net.minecraft.item.crafting.Ingredient@4bc956d0, net.minecraft.item.crafting.Ingredient@4bc956d0, net.minecraft.item.crafting.Ingredient@4bc956d0, net.minecraft.item.crafting.Ingredient@4bc956d0]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ecksie_sapling@2 new recipe: RecipeStage{tier='three', recipe=1xtile.ecksie_sapling@2:[net.minecraft.item.crafting.Ingredient@22e0e06f, net.minecraft.item.crafting.Ingredient@52d11395]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ecksie_sapling@6 new recipe: RecipeStage{tier='three', recipe=1xtile.ecksie_sapling@6:[net.minecraft.item.crafting.Ingredient@7e8429fd, net.minecraft.item.crafting.Ingredient@38b835c1]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ecksie_sapling@0 new recipe: RecipeStage{tier='three', recipe=1xtile.ecksie_sapling@0:[net.minecraft.item.crafting.Ingredient@8cd81a2, net.minecraft.item.crafting.Ingredient@31a9ae52]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ecksie_sapling@7 new recipe: RecipeStage{tier='three', recipe=1xtile.ecksie_sapling@7:[net.minecraft.item.crafting.Ingredient@56bea1d2, net.minecraft.item.crafting.Ingredient@3bc534d0]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ecksie_sapling@8 new recipe: RecipeStage{tier='three', recipe=1xtile.ecksie_sapling@8:[net.minecraft.item.crafting.Ingredient@4c82f9e3, net.minecraft.item.crafting.Ingredient@6186ce84]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ecksie_sapling@3 new recipe: RecipeStage{tier='three', recipe=1xtile.ecksie_sapling@3:[net.minecraft.item.crafting.Ingredient@526bed2f, net.minecraft.item.crafting.Ingredient@7c8a1162]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ecksie_sapling@5 new recipe: RecipeStage{tier='three', recipe=1xtile.ecksie_sapling@5:[net.minecraft.item.crafting.Ingredient@336ed332, net.minecraft.item.crafting.Ingredient@2b44bebe]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ecksie_sapling@1 new recipe: RecipeStage{tier='three', recipe=1xtile.ecksie_sapling@1:[net.minecraft.item.crafting.Ingredient@1118ce65, net.minecraft.item.crafting.Ingredient@5cc35a5f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ecksie_sapling@4 new recipe: RecipeStage{tier='three', recipe=1xtile.ecksie_sapling@4:[net.minecraft.item.crafting.Ingredient@1db31c13, net.minecraft.item.crafting.Ingredient@669a2ece]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.diamond_spade@0 new recipe: RecipeStage{tier='five', recipe=1xitem.diamond_spade@0:[net.minecraftforge.oredict.OreIngredient@13ac323b, net.minecraft.item.crafting.Ingredient@67f8528d, net.minecraftforge.oredict.OreIngredient@12f10c23]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.diamond_matchpick@0 new recipe: RecipeStage{tier='five', recipe=1xitem.diamond_matchpick@0:[net.minecraft.item.crafting.Ingredient@33ccf836, net.minecraft.item.crafting.Ingredient@1e3e6fb0, net.minecraftforge.oredict.OreIngredient@100371ad, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7fb12728, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7fb12728, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.diamond_masonpick@0 new recipe: RecipeStage{tier='five', recipe=1xitem.diamond_masonpick@0:[net.minecraftforge.oredict.OreIngredient@13ac323b, net.minecraft.item.crafting.Ingredient@548fe759, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@474ee065, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@474ee065]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.diamond_machete@0 new recipe: RecipeStage{tier='five', recipe=1xitem.diamond_machete@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@13ac323b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@13ac323b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@424a75fa, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.diamond_kukri@0 new recipe: RecipeStage{tier='five', recipe=1xitem.diamond_kukri@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@13ac323b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@13ac323b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@608d5cde, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.diamond_carpentersaw@0 new recipe: RecipeStage{tier='five', recipe=1xitem.diamond_carpentersaw@0:[net.minecraftforge.oredict.OreIngredient@13ac323b, net.minecraftforge.oredict.OreIngredient@13ac323b, net.minecraft.item.crafting.Ingredient@4c2c6e8c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.bricks_stained@9 new recipe: RecipeStage{tier='one', recipe=1xtile.bricks_stained@9:[net.minecraft.item.crafting.Ingredient@4b576511, net.minecraft.item.crafting.Ingredient@4b576511, net.minecraft.item.crafting.Ingredient@4b576511, net.minecraft.item.crafting.Ingredient@4b576511]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.bricks_stained@8 new recipe: RecipeStage{tier='one', recipe=1xtile.bricks_stained@8:[net.minecraft.item.crafting.Ingredient@73f8dde2, net.minecraft.item.crafting.Ingredient@73f8dde2, net.minecraft.item.crafting.Ingredient@73f8dde2, net.minecraft.item.crafting.Ingredient@73f8dde2]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.bricks_stained@7 new recipe: RecipeStage{tier='one', recipe=1xtile.bricks_stained@7:[net.minecraft.item.crafting.Ingredient@44d29052, net.minecraft.item.crafting.Ingredient@44d29052, net.minecraft.item.crafting.Ingredient@44d29052, net.minecraft.item.crafting.Ingredient@44d29052]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.bricks_stained@6 new recipe: RecipeStage{tier='one', recipe=1xtile.bricks_stained@6:[net.minecraft.item.crafting.Ingredient@1eb63b3b, net.minecraft.item.crafting.Ingredient@1eb63b3b, net.minecraft.item.crafting.Ingredient@1eb63b3b, net.minecraft.item.crafting.Ingredient@1eb63b3b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.bricks_stained@5 new recipe: RecipeStage{tier='one', recipe=1xtile.bricks_stained@5:[net.minecraft.item.crafting.Ingredient@1c3141c6, net.minecraft.item.crafting.Ingredient@1c3141c6, net.minecraft.item.crafting.Ingredient@1c3141c6, net.minecraft.item.crafting.Ingredient@1c3141c6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.bricks_stained@4 new recipe: RecipeStage{tier='one', recipe=1xtile.bricks_stained@4:[net.minecraft.item.crafting.Ingredient@786251dd, net.minecraft.item.crafting.Ingredient@786251dd, net.minecraft.item.crafting.Ingredient@786251dd, net.minecraft.item.crafting.Ingredient@786251dd]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.bricks_stained@3 new recipe: RecipeStage{tier='one', recipe=1xtile.bricks_stained@3:[net.minecraft.item.crafting.Ingredient@216e7389, net.minecraft.item.crafting.Ingredient@216e7389, net.minecraft.item.crafting.Ingredient@216e7389, net.minecraft.item.crafting.Ingredient@216e7389]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.bricks_stained@2 new recipe: RecipeStage{tier='one', recipe=1xtile.bricks_stained@2:[net.minecraft.item.crafting.Ingredient@72212f0f, net.minecraft.item.crafting.Ingredient@72212f0f, net.minecraft.item.crafting.Ingredient@72212f0f, net.minecraft.item.crafting.Ingredient@72212f0f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.bricks_stained@15 new recipe: RecipeStage{tier='one', recipe=1xtile.bricks_stained@15:[net.minecraft.item.crafting.Ingredient@85d0419, net.minecraft.item.crafting.Ingredient@85d0419, net.minecraft.item.crafting.Ingredient@85d0419, net.minecraft.item.crafting.Ingredient@85d0419]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.bricks_stained@14 new recipe: RecipeStage{tier='one', recipe=1xtile.bricks_stained@14:[net.minecraft.item.crafting.Ingredient@5a4507a0, net.minecraft.item.crafting.Ingredient@5a4507a0, net.minecraft.item.crafting.Ingredient@5a4507a0, net.minecraft.item.crafting.Ingredient@5a4507a0]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.bricks_stained@13 new recipe: RecipeStage{tier='one', recipe=1xtile.bricks_stained@13:[net.minecraft.item.crafting.Ingredient@2dea32e4, net.minecraft.item.crafting.Ingredient@2dea32e4, net.minecraft.item.crafting.Ingredient@2dea32e4, net.minecraft.item.crafting.Ingredient@2dea32e4]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.bricks_stained@12 new recipe: RecipeStage{tier='one', recipe=1xtile.bricks_stained@12:[net.minecraft.item.crafting.Ingredient@3986b7b, net.minecraft.item.crafting.Ingredient@3986b7b, net.minecraft.item.crafting.Ingredient@3986b7b, net.minecraft.item.crafting.Ingredient@3986b7b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.bricks_stained@11 new recipe: RecipeStage{tier='one', recipe=1xtile.bricks_stained@11:[net.minecraft.item.crafting.Ingredient@540231ee, net.minecraft.item.crafting.Ingredient@540231ee, net.minecraft.item.crafting.Ingredient@540231ee, net.minecraft.item.crafting.Ingredient@540231ee]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.bricks_stained@10 new recipe: RecipeStage{tier='one', recipe=1xtile.bricks_stained@10:[net.minecraft.item.crafting.Ingredient@4b7ab2e3, net.minecraft.item.crafting.Ingredient@4b7ab2e3, net.minecraft.item.crafting.Ingredient@4b7ab2e3, net.minecraft.item.crafting.Ingredient@4b7ab2e3]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.bricks_stained@1 new recipe: RecipeStage{tier='one', recipe=1xtile.bricks_stained@1:[net.minecraft.item.crafting.Ingredient@58fecd84, net.minecraft.item.crafting.Ingredient@58fecd84, net.minecraft.item.crafting.Ingredient@58fecd84, net.minecraft.item.crafting.Ingredient@58fecd84]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.bricks_stained@0 new recipe: RecipeStage{tier='one', recipe=1xtile.bricks_stained@0:[net.minecraft.item.crafting.Ingredient@5f6bd5cb, net.minecraft.item.crafting.Ingredient@5f6bd5cb, net.minecraft.item.crafting.Ingredient@5f6bd5cb, net.minecraft.item.crafting.Ingredient@5f6bd5cb]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.chute@0 new recipe: RecipeStage{tier='one', recipe=1xtile.chute@0:[type:SIDING parent:[1xtile.wood@0, 1xtile.wood@1, 1xtile.wood@2, 1xtile.wood@3, 1xtile.wood@4, 1xtile.wood@5, 1xtile.rustic.planks@0, 1xtile.rustic.planks@1, 1xtile.rustic.painted_wood_black@0, 1xtile.rustic.painted_wood_blue@0, 1xtile.rustic.painted_wood_brown@0, 1xtile.rustic.painted_wood_cyan@0, 1xtile.rustic.painted_wood_gray@0, 1xtile.rustic.painted_wood_green@0, 1xtile.rustic.painted_wood_light_blue@0, 1xtile.rustic.painted_wood_lime@0, 1xtile.rustic.painted_wood_magenta@0, 1xtile.rustic.painted_wood_orange@0, 1xtile.rustic.painted_wood_pink@0, 1xtile.rustic.painted_wood_purple@0, 1xtile.rustic.painted_wood_red@0, 1xtile.rustic.painted_wood_silver@0, 1xtile.rustic.painted_wood_white@0, 1xtile.rustic.painted_wood_yellow@0, 1xtile.chisel.planks-oak@0, 1xtile.chisel.planks-oak@1, 1xtile.chisel.planks-oak@2, 1xtile.chisel.planks-oak@3, 1xtile.chisel.planks-oak@4, 1xtile.chisel.planks-oak@5, 1xtile.chisel.planks-oak@6, 1xtile.chisel.planks-oak@7, 1xtile.chisel.planks-oak@8, 1xtile.chisel.planks-oak@9, 1xtile.chisel.planks-oak@10, 1xtile.chisel.planks-oak@11, 1xtile.chisel.planks-oak@12, 1xtile.chisel.planks-oak@13, 1xtile.chisel.planks-oak@14, 1xtile.chisel.planks-spruce@0, 1xtile.chisel.planks-spruce@1, 1xtile.chisel.planks-spruce@2, 1xtile.chisel.planks-spruce@3, 1xtile.chisel.planks-spruce@4, 1xtile.chisel.planks-spruce@5, 1xtile.chisel.planks-spruce@6, 1xtile.chisel.planks-spruce@7, 1xtile.chisel.planks-spruce@8, 1xtile.chisel.planks-spruce@9, 1xtile.chisel.planks-spruce@10, 1xtile.chisel.planks-spruce@11, 1xtile.chisel.planks-spruce@12, 1xtile.chisel.planks-spruce@13, 1xtile.chisel.planks-spruce@14, 1xtile.chisel.planks-birch@0, 1xtile.chisel.planks-birch@1, 1xtile.chisel.planks-birch@2, 1xtile.chisel.planks-birch@3, 1xtile.chisel.planks-birch@4, 1xtile.chisel.planks-birch@5, 1xtile.chisel.planks-birch@6, 1xtile.chisel.planks-birch@7, 1xtile.chisel.planks-birch@8, 1xtile.chisel.planks-birch@9, 1xtile.chisel.planks-birch@10, 1xtile.chisel.planks-birch@11, 1xtile.chisel.planks-birch@12, 1xtile.chisel.planks-birch@13, 1xtile.chisel.planks-birch@14, 1xtile.chisel.planks-jungle@0, 1xtile.chisel.planks-jungle@1, 1xtile.chisel.planks-jungle@2, 1xtile.chisel.planks-jungle@3, 1xtile.chisel.planks-jungle@4, 1xtile.chisel.planks-jungle@5, 1xtile.chisel.planks-jungle@6, 1xtile.chisel.planks-jungle@7, 1xtile.chisel.planks-jungle@8, 1xtile.chisel.planks-jungle@9, 1xtile.chisel.planks-jungle@10, 1xtile.chisel.planks-jungle@11, 1xtile.chisel.planks-jungle@12, 1xtile.chisel.planks-jungle@13, 1xtile.chisel.planks-jungle@14, 1xtile.chisel.planks-acacia@0, 1xtile.chisel.planks-acacia@1, 1xtile.chisel.planks-acacia@2, 1xtile.chisel.planks-acacia@3, 1xtile.chisel.planks-acacia@4, 1xtile.chisel.planks-acacia@5, 1xtile.chisel.planks-acacia@6, 1xtile.chisel.planks-acacia@7, 1xtile.chisel.planks-acacia@8, 1xtile.chisel.planks-acacia@9, 1xtile.chisel.planks-acacia@10, 1xtile.chisel.planks-acacia@11, 1xtile.chisel.planks-acacia@12, 1xtile.chisel.planks-acacia@13, 1xtile.chisel.planks-acacia@14, 1xtile.chisel.planks-dark-oak@0, 1xtile.chisel.planks-dark-oak@1, 1xtile.chisel.planks-dark-oak@2, 1xtile.chisel.planks-dark-oak@3, 1xtile.chisel.planks-dark-oak@4, 1xtile.chisel.planks-dark-oak@5, 1xtile.chisel.planks-dark-oak@6, 1xtile.chisel.planks-dark-oak@7, 1xtile.chisel.planks-dark-oak@8, 1xtile.chisel.planks-dark-oak@9, 1xtile.chisel.planks-dark-oak@10, 1xtile.chisel.planks-dark-oak@11, 1xtile.chisel.planks-dark-oak@12, 1xtile.chisel.planks-dark-oak@13, 1xtile.chisel.planks-dark-oak@14, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8, 1xtile.natura.nether_planks@0, 1xtile.natura.nether_planks@1, 1xtile.natura.nether_planks@2, 1xtile.natura.nether_planks@3, 1xtile.planks_sakura@0, 1xtile.planks_mulberry@0, 1xtile.blocks.integrateddynamics.menril_planks@0, 1xtile.primal.planks@0, 1xtile.primal.planks@1, 1xtile.primal.planks@2, 1xtile.primal.planks@3, 1xtile.dltplank@0, 1xtile.dreadplanks@0, 1xtile.thebetweenlands.weedwood_planks@0, 1xtile.thebetweenlands.rubber_tree_planks@0, 1xtile.thebetweenlands.giant_root_planks@0, 1xtile.thebetweenlands.hearthgrove_planks@0, 1xtile.thebetweenlands.nibbletwig_planks@0, 1xtile.twilightforest.TowerStone@0, 1xtile.twilightforest.TowerStone@1, 1xtile.twilightforest.TowerStone@2, 1xtile.twilightforest.TowerStone@3, 1xtile.twilightforest.TowerStone@4, 1xtile.totemic:cedar_plank@0, 1xtile.traverse:fir_planks@0, 1xtile.kepler22b_planks.0@0, 1xtile.primal.planks@0, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8], net.minecraft.item.crafting.Ingredient$1@7e2c8622, type:SIDING parent:[1xtile.wood@0, 1xtile.wood@1, 1xtile.wood@2, 1xtile.wood@3, 1xtile.wood@4, 1xtile.wood@5, 1xtile.rustic.planks@0, 1xtile.rustic.planks@1, 1xtile.rustic.painted_wood_black@0, 1xtile.rustic.painted_wood_blue@0, 1xtile.rustic.painted_wood_brown@0, 1xtile.rustic.painted_wood_cyan@0, 1xtile.rustic.painted_wood_gray@0, 1xtile.rustic.painted_wood_green@0, 1xtile.rustic.painted_wood_light_blue@0, 1xtile.rustic.painted_wood_lime@0, 1xtile.rustic.painted_wood_magenta@0, 1xtile.rustic.painted_wood_orange@0, 1xtile.rustic.painted_wood_pink@0, 1xtile.rustic.painted_wood_purple@0, 1xtile.rustic.painted_wood_red@0, 1xtile.rustic.painted_wood_silver@0, 1xtile.rustic.painted_wood_white@0, 1xtile.rustic.painted_wood_yellow@0, 1xtile.chisel.planks-oak@0, 1xtile.chisel.planks-oak@1, 1xtile.chisel.planks-oak@2, 1xtile.chisel.planks-oak@3, 1xtile.chisel.planks-oak@4, 1xtile.chisel.planks-oak@5, 1xtile.chisel.planks-oak@6, 1xtile.chisel.planks-oak@7, 1xtile.chisel.planks-oak@8, 1xtile.chisel.planks-oak@9, 1xtile.chisel.planks-oak@10, 1xtile.chisel.planks-oak@11, 1xtile.chisel.planks-oak@12, 1xtile.chisel.planks-oak@13, 1xtile.chisel.planks-oak@14, 1xtile.chisel.planks-spruce@0, 1xtile.chisel.planks-spruce@1, 1xtile.chisel.planks-spruce@2, 1xtile.chisel.planks-spruce@3, 1xtile.chisel.planks-spruce@4, 1xtile.chisel.planks-spruce@5, 1xtile.chisel.planks-spruce@6, 1xtile.chisel.planks-spruce@7, 1xtile.chisel.planks-spruce@8, 1xtile.chisel.planks-spruce@9, 1xtile.chisel.planks-spruce@10, 1xtile.chisel.planks-spruce@11, 1xtile.chisel.planks-spruce@12, 1xtile.chisel.planks-spruce@13, 1xtile.chisel.planks-spruce@14, 1xtile.chisel.planks-birch@0, 1xtile.chisel.planks-birch@1, 1xtile.chisel.planks-birch@2, 1xtile.chisel.planks-birch@3, 1xtile.chisel.planks-birch@4, 1xtile.chisel.planks-birch@5, 1xtile.chisel.planks-birch@6, 1xtile.chisel.planks-birch@7, 1xtile.chisel.planks-birch@8, 1xtile.chisel.planks-birch@9, 1xtile.chisel.planks-birch@10, 1xtile.chisel.planks-birch@11, 1xtile.chisel.planks-birch@12, 1xtile.chisel.planks-birch@13, 1xtile.chisel.planks-birch@14, 1xtile.chisel.planks-jungle@0, 1xtile.chisel.planks-jungle@1, 1xtile.chisel.planks-jungle@2, 1xtile.chisel.planks-jungle@3, 1xtile.chisel.planks-jungle@4, 1xtile.chisel.planks-jungle@5, 1xtile.chisel.planks-jungle@6, 1xtile.chisel.planks-jungle@7, 1xtile.chisel.planks-jungle@8, 1xtile.chisel.planks-jungle@9, 1xtile.chisel.planks-jungle@10, 1xtile.chisel.planks-jungle@11, 1xtile.chisel.planks-jungle@12, 1xtile.chisel.planks-jungle@13, 1xtile.chisel.planks-jungle@14, 1xtile.chisel.planks-acacia@0, 1xtile.chisel.planks-acacia@1, 1xtile.chisel.planks-acacia@2, 1xtile.chisel.planks-acacia@3, 1xtile.chisel.planks-acacia@4, 1xtile.chisel.planks-acacia@5, 1xtile.chisel.planks-acacia@6, 1xtile.chisel.planks-acacia@7, 1xtile.chisel.planks-acacia@8, 1xtile.chisel.planks-acacia@9, 1xtile.chisel.planks-acacia@10, 1xtile.chisel.planks-acacia@11, 1xtile.chisel.planks-acacia@12, 1xtile.chisel.planks-acacia@13, 1xtile.chisel.planks-acacia@14, 1xtile.chisel.planks-dark-oak@0, 1xtile.chisel.planks-dark-oak@1, 1xtile.chisel.planks-dark-oak@2, 1xtile.chisel.planks-dark-oak@3, 1xtile.chisel.planks-dark-oak@4, 1xtile.chisel.planks-dark-oak@5, 1xtile.chisel.planks-dark-oak@6, 1xtile.chisel.planks-dark-oak@7, 1xtile.chisel.planks-dark-oak@8, 1xtile.chisel.planks-dark-oak@9, 1xtile.chisel.planks-dark-oak@10, 1xtile.chisel.planks-dark-oak@11, 1xtile.chisel.planks-dark-oak@12, 1xtile.chisel.planks-dark-oak@13, 1xtile.chisel.planks-dark-oak@14, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8, 1xtile.natura.nether_planks@0, 1xtile.natura.nether_planks@1, 1xtile.natura.nether_planks@2, 1xtile.natura.nether_planks@3, 1xtile.planks_sakura@0, 1xtile.planks_mulberry@0, 1xtile.blocks.integrateddynamics.menril_planks@0, 1xtile.primal.planks@0, 1xtile.primal.planks@1, 1xtile.primal.planks@2, 1xtile.primal.planks@3, 1xtile.dltplank@0, 1xtile.dreadplanks@0, 1xtile.thebetweenlands.weedwood_planks@0, 1xtile.thebetweenlands.rubber_tree_planks@0, 1xtile.thebetweenlands.giant_root_planks@0, 1xtile.thebetweenlands.hearthgrove_planks@0, 1xtile.thebetweenlands.nibbletwig_planks@0, 1xtile.twilightforest.TowerStone@0, 1xtile.twilightforest.TowerStone@1, 1xtile.twilightforest.TowerStone@2, 1xtile.twilightforest.TowerStone@3, 1xtile.twilightforest.TowerStone@4, 1xtile.totemic:cedar_plank@0, 1xtile.traverse:fir_planks@0, 1xtile.kepler22b_planks.0@0, 1xtile.primal.planks@0, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8], net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1d593116, net.minecraft.item.crafting.Ingredient$1@7e2c8622, type:MOULDING parent:[1xtile.wood@0, 1xtile.wood@1, 1xtile.wood@2, 1xtile.wood@3, 1xtile.wood@4, 1xtile.wood@5, 1xtile.rustic.planks@0, 1xtile.rustic.planks@1, 1xtile.rustic.painted_wood_black@0, 1xtile.rustic.painted_wood_blue@0, 1xtile.rustic.painted_wood_brown@0, 1xtile.rustic.painted_wood_cyan@0, 1xtile.rustic.painted_wood_gray@0, 1xtile.rustic.painted_wood_green@0, 1xtile.rustic.painted_wood_light_blue@0, 1xtile.rustic.painted_wood_lime@0, 1xtile.rustic.painted_wood_magenta@0, 1xtile.rustic.painted_wood_orange@0, 1xtile.rustic.painted_wood_pink@0, 1xtile.rustic.painted_wood_purple@0, 1xtile.rustic.painted_wood_red@0, 1xtile.rustic.painted_wood_silver@0, 1xtile.rustic.painted_wood_white@0, 1xtile.rustic.painted_wood_yellow@0, 1xtile.chisel.planks-oak@0, 1xtile.chisel.planks-oak@1, 1xtile.chisel.planks-oak@2, 1xtile.chisel.planks-oak@3, 1xtile.chisel.planks-oak@4, 1xtile.chisel.planks-oak@5, 1xtile.chisel.planks-oak@6, 1xtile.chisel.planks-oak@7, 1xtile.chisel.planks-oak@8, 1xtile.chisel.planks-oak@9, 1xtile.chisel.planks-oak@10, 1xtile.chisel.planks-oak@11, 1xtile.chisel.planks-oak@12, 1xtile.chisel.planks-oak@13, 1xtile.chisel.planks-oak@14, 1xtile.chisel.planks-spruce@0, 1xtile.chisel.planks-spruce@1, 1xtile.chisel.planks-spruce@2, 1xtile.chisel.planks-spruce@3, 1xtile.chisel.planks-spruce@4, 1xtile.chisel.planks-spruce@5, 1xtile.chisel.planks-spruce@6, 1xtile.chisel.planks-spruce@7, 1xtile.chisel.planks-spruce@8, 1xtile.chisel.planks-spruce@9, 1xtile.chisel.planks-spruce@10, 1xtile.chisel.planks-spruce@11, 1xtile.chisel.planks-spruce@12, 1xtile.chisel.planks-spruce@13, 1xtile.chisel.planks-spruce@14, 1xtile.chisel.planks-birch@0, 1xtile.chisel.planks-birch@1, 1xtile.chisel.planks-birch@2, 1xtile.chisel.planks-birch@3, 1xtile.chisel.planks-birch@4, 1xtile.chisel.planks-birch@5, 1xtile.chisel.planks-birch@6, 1xtile.chisel.planks-birch@7, 1xtile.chisel.planks-birch@8, 1xtile.chisel.planks-birch@9, 1xtile.chisel.planks-birch@10, 1xtile.chisel.planks-birch@11, 1xtile.chisel.planks-birch@12, 1xtile.chisel.planks-birch@13, 1xtile.chisel.planks-birch@14, 1xtile.chisel.planks-jungle@0, 1xtile.chisel.planks-jungle@1, 1xtile.chisel.planks-jungle@2, 1xtile.chisel.planks-jungle@3, 1xtile.chisel.planks-jungle@4, 1xtile.chisel.planks-jungle@5, 1xtile.chisel.planks-jungle@6, 1xtile.chisel.planks-jungle@7, 1xtile.chisel.planks-jungle@8, 1xtile.chisel.planks-jungle@9, 1xtile.chisel.planks-jungle@10, 1xtile.chisel.planks-jungle@11, 1xtile.chisel.planks-jungle@12, 1xtile.chisel.planks-jungle@13, 1xtile.chisel.planks-jungle@14, 1xtile.chisel.planks-acacia@0, 1xtile.chisel.planks-acacia@1, 1xtile.chisel.planks-acacia@2, 1xtile.chisel.planks-acacia@3, 1xtile.chisel.planks-acacia@4, 1xtile.chisel.planks-acacia@5, 1xtile.chisel.planks-acacia@6, 1xtile.chisel.planks-acacia@7, 1xtile.chisel.planks-acacia@8, 1xtile.chisel.planks-acacia@9, 1xtile.chisel.planks-acacia@10, 1xtile.chisel.planks-acacia@11, 1xtile.chisel.planks-acacia@12, 1xtile.chisel.planks-acacia@13, 1xtile.chisel.planks-acacia@14, 1xtile.chisel.planks-dark-oak@0, 1xtile.chisel.planks-dark-oak@1, 1xtile.chisel.planks-dark-oak@2, 1xtile.chisel.planks-dark-oak@3, 1xtile.chisel.planks-dark-oak@4, 1xtile.chisel.planks-dark-oak@5, 1xtile.chisel.planks-dark-oak@6, 1xtile.chisel.planks-dark-oak@7, 1xtile.chisel.planks-dark-oak@8, 1xtile.chisel.planks-dark-oak@9, 1xtile.chisel.planks-dark-oak@10, 1xtile.chisel.planks-dark-oak@11, 1xtile.chisel.planks-dark-oak@12, 1xtile.chisel.planks-dark-oak@13, 1xtile.chisel.planks-dark-oak@14, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8, 1xtile.natura.nether_planks@0, 1xtile.natura.nether_planks@1, 1xtile.natura.nether_planks@2, 1xtile.natura.nether_planks@3, 1xtile.planks_sakura@0, 1xtile.planks_mulberry@0, 1xtile.blocks.integrateddynamics.menril_planks@0, 1xtile.primal.planks@0, 1xtile.primal.planks@1, 1xtile.primal.planks@2, 1xtile.primal.planks@3, 1xtile.dltplank@0, 1xtile.dreadplanks@0, 1xtile.thebetweenlands.weedwood_planks@0, 1xtile.thebetweenlands.rubber_tree_planks@0, 1xtile.thebetweenlands.giant_root_planks@0, 1xtile.thebetweenlands.hearthgrove_planks@0, 1xtile.thebetweenlands.nibbletwig_planks@0, 1xtile.twilightforest.TowerStone@0, 1xtile.twilightforest.TowerStone@1, 1xtile.twilightforest.TowerStone@2, 1xtile.twilightforest.TowerStone@3, 1xtile.twilightforest.TowerStone@4, 1xtile.totemic:cedar_plank@0, 1xtile.traverse:fir_planks@0, 1xtile.kepler22b_planks.0@0, 1xtile.primal.planks@0, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8], net.minecraftforge.oredict.OreIngredient@48033f2d, type:MOULDING parent:[1xtile.wood@0, 1xtile.wood@1, 1xtile.wood@2, 1xtile.wood@3, 1xtile.wood@4, 1xtile.wood@5, 1xtile.rustic.planks@0, 1xtile.rustic.planks@1, 1xtile.rustic.painted_wood_black@0, 1xtile.rustic.painted_wood_blue@0, 1xtile.rustic.painted_wood_brown@0, 1xtile.rustic.painted_wood_cyan@0, 1xtile.rustic.painted_wood_gray@0, 1xtile.rustic.painted_wood_green@0, 1xtile.rustic.painted_wood_light_blue@0, 1xtile.rustic.painted_wood_lime@0, 1xtile.rustic.painted_wood_magenta@0, 1xtile.rustic.painted_wood_orange@0, 1xtile.rustic.painted_wood_pink@0, 1xtile.rustic.painted_wood_purple@0, 1xtile.rustic.painted_wood_red@0, 1xtile.rustic.painted_wood_silver@0, 1xtile.rustic.painted_wood_white@0, 1xtile.rustic.painted_wood_yellow@0, 1xtile.chisel.planks-oak@0, 1xtile.chisel.planks-oak@1, 1xtile.chisel.planks-oak@2, 1xtile.chisel.planks-oak@3, 1xtile.chisel.planks-oak@4, 1xtile.chisel.planks-oak@5, 1xtile.chisel.planks-oak@6, 1xtile.chisel.planks-oak@7, 1xtile.chisel.planks-oak@8, 1xtile.chisel.planks-oak@9, 1xtile.chisel.planks-oak@10, 1xtile.chisel.planks-oak@11, 1xtile.chisel.planks-oak@12, 1xtile.chisel.planks-oak@13, 1xtile.chisel.planks-oak@14, 1xtile.chisel.planks-spruce@0, 1xtile.chisel.planks-spruce@1, 1xtile.chisel.planks-spruce@2, 1xtile.chisel.planks-spruce@3, 1xtile.chisel.planks-spruce@4, 1xtile.chisel.planks-spruce@5, 1xtile.chisel.planks-spruce@6, 1xtile.chisel.planks-spruce@7, 1xtile.chisel.planks-spruce@8, 1xtile.chisel.planks-spruce@9, 1xtile.chisel.planks-spruce@10, 1xtile.chisel.planks-spruce@11, 1xtile.chisel.planks-spruce@12, 1xtile.chisel.planks-spruce@13, 1xtile.chisel.planks-spruce@14, 1xtile.chisel.planks-birch@0, 1xtile.chisel.planks-birch@1, 1xtile.chisel.planks-birch@2, 1xtile.chisel.planks-birch@3, 1xtile.chisel.planks-birch@4, 1xtile.chisel.planks-birch@5, 1xtile.chisel.planks-birch@6, 1xtile.chisel.planks-birch@7, 1xtile.chisel.planks-birch@8, 1xtile.chisel.planks-birch@9, 1xtile.chisel.planks-birch@10, 1xtile.chisel.planks-birch@11, 1xtile.chisel.planks-birch@12, 1xtile.chisel.planks-birch@13, 1xtile.chisel.planks-birch@14, 1xtile.chisel.planks-jungle@0, 1xtile.chisel.planks-jungle@1, 1xtile.chisel.planks-jungle@2, 1xtile.chisel.planks-jungle@3, 1xtile.chisel.planks-jungle@4, 1xtile.chisel.planks-jungle@5, 1xtile.chisel.planks-jungle@6, 1xtile.chisel.planks-jungle@7, 1xtile.chisel.planks-jungle@8, 1xtile.chisel.planks-jungle@9, 1xtile.chisel.planks-jungle@10, 1xtile.chisel.planks-jungle@11, 1xtile.chisel.planks-jungle@12, 1xtile.chisel.planks-jungle@13, 1xtile.chisel.planks-jungle@14, 1xtile.chisel.planks-acacia@0, 1xtile.chisel.planks-acacia@1, 1xtile.chisel.planks-acacia@2, 1xtile.chisel.planks-acacia@3, 1xtile.chisel.planks-acacia@4, 1xtile.chisel.planks-acacia@5, 1xtile.chisel.planks-acacia@6, 1xtile.chisel.planks-acacia@7, 1xtile.chisel.planks-acacia@8, 1xtile.chisel.planks-acacia@9, 1xtile.chisel.planks-acacia@10, 1xtile.chisel.planks-acacia@11, 1xtile.chisel.planks-acacia@12, 1xtile.chisel.planks-acacia@13, 1xtile.chisel.planks-acacia@14, 1xtile.chisel.planks-dark-oak@0, 1xtile.chisel.planks-dark-oak@1, 1xtile.chisel.planks-dark-oak@2, 1xtile.chisel.planks-dark-oak@3, 1xtile.chisel.planks-dark-oak@4, 1xtile.chisel.planks-dark-oak@5, 1xtile.chisel.planks-dark-oak@6, 1xtile.chisel.planks-dark-oak@7, 1xtile.chisel.planks-dark-oak@8, 1xtile.chisel.planks-dark-oak@9, 1xtile.chisel.planks-dark-oak@10, 1xtile.chisel.planks-dark-oak@11, 1xtile.chisel.planks-dark-oak@12, 1xtile.chisel.planks-dark-oak@13, 1xtile.chisel.planks-dark-oak@14, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8, 1xtile.natura.nether_planks@0, 1xtile.natura.nether_planks@1, 1xtile.natura.nether_planks@2, 1xtile.natura.nether_planks@3, 1xtile.planks_sakura@0, 1xtile.planks_mulberry@0, 1xtile.blocks.integrateddynamics.menril_planks@0, 1xtile.primal.planks@0, 1xtile.primal.planks@1, 1xtile.primal.planks@2, 1xtile.primal.planks@3, 1xtile.dltplank@0, 1xtile.dreadplanks@0, 1xtile.thebetweenlands.weedwood_planks@0, 1xtile.thebetweenlands.rubber_tree_planks@0, 1xtile.thebetweenlands.giant_root_planks@0, 1xtile.thebetweenlands.hearthgrove_planks@0, 1xtile.thebetweenlands.nibbletwig_planks@0, 1xtile.twilightforest.TowerStone@0, 1xtile.twilightforest.TowerStone@1, 1xtile.twilightforest.TowerStone@2, 1xtile.twilightforest.TowerStone@3, 1xtile.twilightforest.TowerStone@4, 1xtile.totemic:cedar_plank@0, 1xtile.traverse:fir_planks@0, 1xtile.kepler22b_planks.0@0, 1xtile.primal.planks@0, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8]]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.chest_paper@0 new recipe: RecipeStage{tier='three', recipe=1xitem.chest_paper@0:[net.minecraft.item.crafting.Ingredient@794d599e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@794d599e, net.minecraft.item.crafting.Ingredient@794d599e, net.minecraft.item.crafting.Ingredient@794d599e, net.minecraft.item.crafting.Ingredient@794d599e, net.minecraft.item.crafting.Ingredient@794d599e, net.minecraft.item.crafting.Ingredient@794d599e, net.minecraft.item.crafting.Ingredient@794d599e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xtile.box@0 new recipe: RecipeStage{tier='one', recipe=2xtile.box@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, type:SIDING parent:[1xtile.wood@0, 1xtile.wood@1, 1xtile.wood@2, 1xtile.wood@3, 1xtile.wood@4, 1xtile.wood@5, 1xtile.rustic.planks@0, 1xtile.rustic.planks@1, 1xtile.rustic.painted_wood_black@0, 1xtile.rustic.painted_wood_blue@0, 1xtile.rustic.painted_wood_brown@0, 1xtile.rustic.painted_wood_cyan@0, 1xtile.rustic.painted_wood_gray@0, 1xtile.rustic.painted_wood_green@0, 1xtile.rustic.painted_wood_light_blue@0, 1xtile.rustic.painted_wood_lime@0, 1xtile.rustic.painted_wood_magenta@0, 1xtile.rustic.painted_wood_orange@0, 1xtile.rustic.painted_wood_pink@0, 1xtile.rustic.painted_wood_purple@0, 1xtile.rustic.painted_wood_red@0, 1xtile.rustic.painted_wood_silver@0, 1xtile.rustic.painted_wood_white@0, 1xtile.rustic.painted_wood_yellow@0, 1xtile.chisel.planks-oak@0, 1xtile.chisel.planks-oak@1, 1xtile.chisel.planks-oak@2, 1xtile.chisel.planks-oak@3, 1xtile.chisel.planks-oak@4, 1xtile.chisel.planks-oak@5, 1xtile.chisel.planks-oak@6, 1xtile.chisel.planks-oak@7, 1xtile.chisel.planks-oak@8, 1xtile.chisel.planks-oak@9, 1xtile.chisel.planks-oak@10, 1xtile.chisel.planks-oak@11, 1xtile.chisel.planks-oak@12, 1xtile.chisel.planks-oak@13, 1xtile.chisel.planks-oak@14, 1xtile.chisel.planks-spruce@0, 1xtile.chisel.planks-spruce@1, 1xtile.chisel.planks-spruce@2, 1xtile.chisel.planks-spruce@3, 1xtile.chisel.planks-spruce@4, 1xtile.chisel.planks-spruce@5, 1xtile.chisel.planks-spruce@6, 1xtile.chisel.planks-spruce@7, 1xtile.chisel.planks-spruce@8, 1xtile.chisel.planks-spruce@9, 1xtile.chisel.planks-spruce@10, 1xtile.chisel.planks-spruce@11, 1xtile.chisel.planks-spruce@12, 1xtile.chisel.planks-spruce@13, 1xtile.chisel.planks-spruce@14, 1xtile.chisel.planks-birch@0, 1xtile.chisel.planks-birch@1, 1xtile.chisel.planks-birch@2, 1xtile.chisel.planks-birch@3, 1xtile.chisel.planks-birch@4, 1xtile.chisel.planks-birch@5, 1xtile.chisel.planks-birch@6, 1xtile.chisel.planks-birch@7, 1xtile.chisel.planks-birch@8, 1xtile.chisel.planks-birch@9, 1xtile.chisel.planks-birch@10, 1xtile.chisel.planks-birch@11, 1xtile.chisel.planks-birch@12, 1xtile.chisel.planks-birch@13, 1xtile.chisel.planks-birch@14, 1xtile.chisel.planks-jungle@0, 1xtile.chisel.planks-jungle@1, 1xtile.chisel.planks-jungle@2, 1xtile.chisel.planks-jungle@3, 1xtile.chisel.planks-jungle@4, 1xtile.chisel.planks-jungle@5, 1xtile.chisel.planks-jungle@6, 1xtile.chisel.planks-jungle@7, 1xtile.chisel.planks-jungle@8, 1xtile.chisel.planks-jungle@9, 1xtile.chisel.planks-jungle@10, 1xtile.chisel.planks-jungle@11, 1xtile.chisel.planks-jungle@12, 1xtile.chisel.planks-jungle@13, 1xtile.chisel.planks-jungle@14, 1xtile.chisel.planks-acacia@0, 1xtile.chisel.planks-acacia@1, 1xtile.chisel.planks-acacia@2, 1xtile.chisel.planks-acacia@3, 1xtile.chisel.planks-acacia@4, 1xtile.chisel.planks-acacia@5, 1xtile.chisel.planks-acacia@6, 1xtile.chisel.planks-acacia@7, 1xtile.chisel.planks-acacia@8, 1xtile.chisel.planks-acacia@9, 1xtile.chisel.planks-acacia@10, 1xtile.chisel.planks-acacia@11, 1xtile.chisel.planks-acacia@12, 1xtile.chisel.planks-acacia@13, 1xtile.chisel.planks-acacia@14, 1xtile.chisel.planks-dark-oak@0, 1xtile.chisel.planks-dark-oak@1, 1xtile.chisel.planks-dark-oak@2, 1xtile.chisel.planks-dark-oak@3, 1xtile.chisel.planks-dark-oak@4, 1xtile.chisel.planks-dark-oak@5, 1xtile.chisel.planks-dark-oak@6, 1xtile.chisel.planks-dark-oak@7, 1xtile.chisel.planks-dark-oak@8, 1xtile.chisel.planks-dark-oak@9, 1xtile.chisel.planks-dark-oak@10, 1xtile.chisel.planks-dark-oak@11, 1xtile.chisel.planks-dark-oak@12, 1xtile.chisel.planks-dark-oak@13, 1xtile.chisel.planks-dark-oak@14, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8, 1xtile.natura.nether_planks@0, 1xtile.natura.nether_planks@1, 1xtile.natura.nether_planks@2, 1xtile.natura.nether_planks@3, 1xtile.planks_sakura@0, 1xtile.planks_mulberry@0, 1xtile.blocks.integrateddynamics.menril_planks@0, 1xtile.primal.planks@0, 1xtile.primal.planks@1, 1xtile.primal.planks@2, 1xtile.primal.planks@3, 1xtile.dltplank@0, 1xtile.dreadplanks@0, 1xtile.thebetweenlands.weedwood_planks@0, 1xtile.thebetweenlands.rubber_tree_planks@0, 1xtile.thebetweenlands.giant_root_planks@0, 1xtile.thebetweenlands.hearthgrove_planks@0, 1xtile.thebetweenlands.nibbletwig_planks@0, 1xtile.twilightforest.TowerStone@0, 1xtile.twilightforest.TowerStone@1, 1xtile.twilightforest.TowerStone@2, 1xtile.twilightforest.TowerStone@3, 1xtile.twilightforest.TowerStone@4, 1xtile.totemic:cedar_plank@0, 1xtile.traverse:fir_planks@0, 1xtile.kepler22b_planks.0@0, 1xtile.primal.planks@0, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8], net.minecraft.item.crafting.Ingredient$1@7e2c8622, type:SIDING parent:[1xtile.wood@0, 1xtile.wood@1, 1xtile.wood@2, 1xtile.wood@3, 1xtile.wood@4, 1xtile.wood@5, 1xtile.rustic.planks@0, 1xtile.rustic.planks@1, 1xtile.rustic.painted_wood_black@0, 1xtile.rustic.painted_wood_blue@0, 1xtile.rustic.painted_wood_brown@0, 1xtile.rustic.painted_wood_cyan@0, 1xtile.rustic.painted_wood_gray@0, 1xtile.rustic.painted_wood_green@0, 1xtile.rustic.painted_wood_light_blue@0, 1xtile.rustic.painted_wood_lime@0, 1xtile.rustic.painted_wood_magenta@0, 1xtile.rustic.painted_wood_orange@0, 1xtile.rustic.painted_wood_pink@0, 1xtile.rustic.painted_wood_purple@0, 1xtile.rustic.painted_wood_red@0, 1xtile.rustic.painted_wood_silver@0, 1xtile.rustic.painted_wood_white@0, 1xtile.rustic.painted_wood_yellow@0, 1xtile.chisel.planks-oak@0, 1xtile.chisel.planks-oak@1, 1xtile.chisel.planks-oak@2, 1xtile.chisel.planks-oak@3, 1xtile.chisel.planks-oak@4, 1xtile.chisel.planks-oak@5, 1xtile.chisel.planks-oak@6, 1xtile.chisel.planks-oak@7, 1xtile.chisel.planks-oak@8, 1xtile.chisel.planks-oak@9, 1xtile.chisel.planks-oak@10, 1xtile.chisel.planks-oak@11, 1xtile.chisel.planks-oak@12, 1xtile.chisel.planks-oak@13, 1xtile.chisel.planks-oak@14, 1xtile.chisel.planks-spruce@0, 1xtile.chisel.planks-spruce@1, 1xtile.chisel.planks-spruce@2, 1xtile.chisel.planks-spruce@3, 1xtile.chisel.planks-spruce@4, 1xtile.chisel.planks-spruce@5, 1xtile.chisel.planks-spruce@6, 1xtile.chisel.planks-spruce@7, 1xtile.chisel.planks-spruce@8, 1xtile.chisel.planks-spruce@9, 1xtile.chisel.planks-spruce@10, 1xtile.chisel.planks-spruce@11, 1xtile.chisel.planks-spruce@12, 1xtile.chisel.planks-spruce@13, 1xtile.chisel.planks-spruce@14, 1xtile.chisel.planks-birch@0, 1xtile.chisel.planks-birch@1, 1xtile.chisel.planks-birch@2, 1xtile.chisel.planks-birch@3, 1xtile.chisel.planks-birch@4, 1xtile.chisel.planks-birch@5, 1xtile.chisel.planks-birch@6, 1xtile.chisel.planks-birch@7, 1xtile.chisel.planks-birch@8, 1xtile.chisel.planks-birch@9, 1xtile.chisel.planks-birch@10, 1xtile.chisel.planks-birch@11, 1xtile.chisel.planks-birch@12, 1xtile.chisel.planks-birch@13, 1xtile.chisel.planks-birch@14, 1xtile.chisel.planks-jungle@0, 1xtile.chisel.planks-jungle@1, 1xtile.chisel.planks-jungle@2, 1xtile.chisel.planks-jungle@3, 1xtile.chisel.planks-jungle@4, 1xtile.chisel.planks-jungle@5, 1xtile.chisel.planks-jungle@6, 1xtile.chisel.planks-jungle@7, 1xtile.chisel.planks-jungle@8, 1xtile.chisel.planks-jungle@9, 1xtile.chisel.planks-jungle@10, 1xtile.chisel.planks-jungle@11, 1xtile.chisel.planks-jungle@12, 1xtile.chisel.planks-jungle@13, 1xtile.chisel.planks-jungle@14, 1xtile.chisel.planks-acacia@0, 1xtile.chisel.planks-acacia@1, 1xtile.chisel.planks-acacia@2, 1xtile.chisel.planks-acacia@3, 1xtile.chisel.planks-acacia@4, 1xtile.chisel.planks-acacia@5, 1xtile.chisel.planks-acacia@6, 1xtile.chisel.planks-acacia@7, 1xtile.chisel.planks-acacia@8, 1xtile.chisel.planks-acacia@9, 1xtile.chisel.planks-acacia@10, 1xtile.chisel.planks-acacia@11, 1xtile.chisel.planks-acacia@12, 1xtile.chisel.planks-acacia@13, 1xtile.chisel.planks-acacia@14, 1xtile.chisel.planks-dark-oak@0, 1xtile.chisel.planks-dark-oak@1, 1xtile.chisel.planks-dark-oak@2, 1xtile.chisel.planks-dark-oak@3, 1xtile.chisel.planks-dark-oak@4, 1xtile.chisel.planks-dark-oak@5, 1xtile.chisel.planks-dark-oak@6, 1xtile.chisel.planks-dark-oak@7, 1xtile.chisel.planks-dark-oak@8, 1xtile.chisel.planks-dark-oak@9, 1xtile.chisel.planks-dark-oak@10, 1xtile.chisel.planks-dark-oak@11, 1xtile.chisel.planks-dark-oak@12, 1xtile.chisel.planks-dark-oak@13, 1xtile.chisel.planks-dark-oak@14, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8, 1xtile.natura.nether_planks@0, 1xtile.natura.nether_planks@1, 1xtile.natura.nether_planks@2, 1xtile.natura.nether_planks@3, 1xtile.planks_sakura@0, 1xtile.planks_mulberry@0, 1xtile.blocks.integrateddynamics.menril_planks@0, 1xtile.primal.planks@0, 1xtile.primal.planks@1, 1xtile.primal.planks@2, 1xtile.primal.planks@3, 1xtile.dltplank@0, 1xtile.dreadplanks@0, 1xtile.thebetweenlands.weedwood_planks@0, 1xtile.thebetweenlands.rubber_tree_planks@0, 1xtile.thebetweenlands.giant_root_planks@0, 1xtile.thebetweenlands.hearthgrove_planks@0, 1xtile.thebetweenlands.nibbletwig_planks@0, 1xtile.twilightforest.TowerStone@0, 1xtile.twilightforest.TowerStone@1, 1xtile.twilightforest.TowerStone@2, 1xtile.twilightforest.TowerStone@3, 1xtile.twilightforest.TowerStone@4, 1xtile.totemic:cedar_plank@0, 1xtile.traverse:fir_planks@0, 1xtile.kepler22b_planks.0@0, 1xtile.primal.planks@0, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8], net.minecraft.item.crafting.Ingredient$1@7e2c8622, type:SIDING parent:[1xtile.wood@0, 1xtile.wood@1, 1xtile.wood@2, 1xtile.wood@3, 1xtile.wood@4, 1xtile.wood@5, 1xtile.rustic.planks@0, 1xtile.rustic.planks@1, 1xtile.rustic.painted_wood_black@0, 1xtile.rustic.painted_wood_blue@0, 1xtile.rustic.painted_wood_brown@0, 1xtile.rustic.painted_wood_cyan@0, 1xtile.rustic.painted_wood_gray@0, 1xtile.rustic.painted_wood_green@0, 1xtile.rustic.painted_wood_light_blue@0, 1xtile.rustic.painted_wood_lime@0, 1xtile.rustic.painted_wood_magenta@0, 1xtile.rustic.painted_wood_orange@0, 1xtile.rustic.painted_wood_pink@0, 1xtile.rustic.painted_wood_purple@0, 1xtile.rustic.painted_wood_red@0, 1xtile.rustic.painted_wood_silver@0, 1xtile.rustic.painted_wood_white@0, 1xtile.rustic.painted_wood_yellow@0, 1xtile.chisel.planks-oak@0, 1xtile.chisel.planks-oak@1, 1xtile.chisel.planks-oak@2, 1xtile.chisel.planks-oak@3, 1xtile.chisel.planks-oak@4, 1xtile.chisel.planks-oak@5, 1xtile.chisel.planks-oak@6, 1xtile.chisel.planks-oak@7, 1xtile.chisel.planks-oak@8, 1xtile.chisel.planks-oak@9, 1xtile.chisel.planks-oak@10, 1xtile.chisel.planks-oak@11, 1xtile.chisel.planks-oak@12, 1xtile.chisel.planks-oak@13, 1xtile.chisel.planks-oak@14, 1xtile.chisel.planks-spruce@0, 1xtile.chisel.planks-spruce@1, 1xtile.chisel.planks-spruce@2, 1xtile.chisel.planks-spruce@3, 1xtile.chisel.planks-spruce@4, 1xtile.chisel.planks-spruce@5, 1xtile.chisel.planks-spruce@6, 1xtile.chisel.planks-spruce@7, 1xtile.chisel.planks-spruce@8, 1xtile.chisel.planks-spruce@9, 1xtile.chisel.planks-spruce@10, 1xtile.chisel.planks-spruce@11, 1xtile.chisel.planks-spruce@12, 1xtile.chisel.planks-spruce@13, 1xtile.chisel.planks-spruce@14, 1xtile.chisel.planks-birch@0, 1xtile.chisel.planks-birch@1, 1xtile.chisel.planks-birch@2, 1xtile.chisel.planks-birch@3, 1xtile.chisel.planks-birch@4, 1xtile.chisel.planks-birch@5, 1xtile.chisel.planks-birch@6, 1xtile.chisel.planks-birch@7, 1xtile.chisel.planks-birch@8, 1xtile.chisel.planks-birch@9, 1xtile.chisel.planks-birch@10, 1xtile.chisel.planks-birch@11, 1xtile.chisel.planks-birch@12, 1xtile.chisel.planks-birch@13, 1xtile.chisel.planks-birch@14, 1xtile.chisel.planks-jungle@0, 1xtile.chisel.planks-jungle@1, 1xtile.chisel.planks-jungle@2, 1xtile.chisel.planks-jungle@3, 1xtile.chisel.planks-jungle@4, 1xtile.chisel.planks-jungle@5, 1xtile.chisel.planks-jungle@6, 1xtile.chisel.planks-jungle@7, 1xtile.chisel.planks-jungle@8, 1xtile.chisel.planks-jungle@9, 1xtile.chisel.planks-jungle@10, 1xtile.chisel.planks-jungle@11, 1xtile.chisel.planks-jungle@12, 1xtile.chisel.planks-jungle@13, 1xtile.chisel.planks-jungle@14, 1xtile.chisel.planks-acacia@0, 1xtile.chisel.planks-acacia@1, 1xtile.chisel.planks-acacia@2, 1xtile.chisel.planks-acacia@3, 1xtile.chisel.planks-acacia@4, 1xtile.chisel.planks-acacia@5, 1xtile.chisel.planks-acacia@6, 1xtile.chisel.planks-acacia@7, 1xtile.chisel.planks-acacia@8, 1xtile.chisel.planks-acacia@9, 1xtile.chisel.planks-acacia@10, 1xtile.chisel.planks-acacia@11, 1xtile.chisel.planks-acacia@12, 1xtile.chisel.planks-acacia@13, 1xtile.chisel.planks-acacia@14, 1xtile.chisel.planks-dark-oak@0, 1xtile.chisel.planks-dark-oak@1, 1xtile.chisel.planks-dark-oak@2, 1xtile.chisel.planks-dark-oak@3, 1xtile.chisel.planks-dark-oak@4, 1xtile.chisel.planks-dark-oak@5, 1xtile.chisel.planks-dark-oak@6, 1xtile.chisel.planks-dark-oak@7, 1xtile.chisel.planks-dark-oak@8, 1xtile.chisel.planks-dark-oak@9, 1xtile.chisel.planks-dark-oak@10, 1xtile.chisel.planks-dark-oak@11, 1xtile.chisel.planks-dark-oak@12, 1xtile.chisel.planks-dark-oak@13, 1xtile.chisel.planks-dark-oak@14, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8, 1xtile.natura.nether_planks@0, 1xtile.natura.nether_planks@1, 1xtile.natura.nether_planks@2, 1xtile.natura.nether_planks@3, 1xtile.planks_sakura@0, 1xtile.planks_mulberry@0, 1xtile.blocks.integrateddynamics.menril_planks@0, 1xtile.primal.planks@0, 1xtile.primal.planks@1, 1xtile.primal.planks@2, 1xtile.primal.planks@3, 1xtile.dltplank@0, 1xtile.dreadplanks@0, 1xtile.thebetweenlands.weedwood_planks@0, 1xtile.thebetweenlands.rubber_tree_planks@0, 1xtile.thebetweenlands.giant_root_planks@0, 1xtile.thebetweenlands.hearthgrove_planks@0, 1xtile.thebetweenlands.nibbletwig_planks@0, 1xtile.twilightforest.TowerStone@0, 1xtile.twilightforest.TowerStone@1, 1xtile.twilightforest.TowerStone@2, 1xtile.twilightforest.TowerStone@3, 1xtile.twilightforest.TowerStone@4, 1xtile.totemic:cedar_plank@0, 1xtile.traverse:fir_planks@0, 1xtile.kepler22b_planks.0@0, 1xtile.primal.planks@0, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8], net.minecraft.item.crafting.Ingredient$1@7e2c8622, type:SIDING parent:[1xtile.wood@0, 1xtile.wood@1, 1xtile.wood@2, 1xtile.wood@3, 1xtile.wood@4, 1xtile.wood@5, 1xtile.rustic.planks@0, 1xtile.rustic.planks@1, 1xtile.rustic.painted_wood_black@0, 1xtile.rustic.painted_wood_blue@0, 1xtile.rustic.painted_wood_brown@0, 1xtile.rustic.painted_wood_cyan@0, 1xtile.rustic.painted_wood_gray@0, 1xtile.rustic.painted_wood_green@0, 1xtile.rustic.painted_wood_light_blue@0, 1xtile.rustic.painted_wood_lime@0, 1xtile.rustic.painted_wood_magenta@0, 1xtile.rustic.painted_wood_orange@0, 1xtile.rustic.painted_wood_pink@0, 1xtile.rustic.painted_wood_purple@0, 1xtile.rustic.painted_wood_red@0, 1xtile.rustic.painted_wood_silver@0, 1xtile.rustic.painted_wood_white@0, 1xtile.rustic.painted_wood_yellow@0, 1xtile.chisel.planks-oak@0, 1xtile.chisel.planks-oak@1, 1xtile.chisel.planks-oak@2, 1xtile.chisel.planks-oak@3, 1xtile.chisel.planks-oak@4, 1xtile.chisel.planks-oak@5, 1xtile.chisel.planks-oak@6, 1xtile.chisel.planks-oak@7, 1xtile.chisel.planks-oak@8, 1xtile.chisel.planks-oak@9, 1xtile.chisel.planks-oak@10, 1xtile.chisel.planks-oak@11, 1xtile.chisel.planks-oak@12, 1xtile.chisel.planks-oak@13, 1xtile.chisel.planks-oak@14, 1xtile.chisel.planks-spruce@0, 1xtile.chisel.planks-spruce@1, 1xtile.chisel.planks-spruce@2, 1xtile.chisel.planks-spruce@3, 1xtile.chisel.planks-spruce@4, 1xtile.chisel.planks-spruce@5, 1xtile.chisel.planks-spruce@6, 1xtile.chisel.planks-spruce@7, 1xtile.chisel.planks-spruce@8, 1xtile.chisel.planks-spruce@9, 1xtile.chisel.planks-spruce@10, 1xtile.chisel.planks-spruce@11, 1xtile.chisel.planks-spruce@12, 1xtile.chisel.planks-spruce@13, 1xtile.chisel.planks-spruce@14, 1xtile.chisel.planks-birch@0, 1xtile.chisel.planks-birch@1, 1xtile.chisel.planks-birch@2, 1xtile.chisel.planks-birch@3, 1xtile.chisel.planks-birch@4, 1xtile.chisel.planks-birch@5, 1xtile.chisel.planks-birch@6, 1xtile.chisel.planks-birch@7, 1xtile.chisel.planks-birch@8, 1xtile.chisel.planks-birch@9, 1xtile.chisel.planks-birch@10, 1xtile.chisel.planks-birch@11, 1xtile.chisel.planks-birch@12, 1xtile.chisel.planks-birch@13, 1xtile.chisel.planks-birch@14, 1xtile.chisel.planks-jungle@0, 1xtile.chisel.planks-jungle@1, 1xtile.chisel.planks-jungle@2, 1xtile.chisel.planks-jungle@3, 1xtile.chisel.planks-jungle@4, 1xtile.chisel.planks-jungle@5, 1xtile.chisel.planks-jungle@6, 1xtile.chisel.planks-jungle@7, 1xtile.chisel.planks-jungle@8, 1xtile.chisel.planks-jungle@9, 1xtile.chisel.planks-jungle@10, 1xtile.chisel.planks-jungle@11, 1xtile.chisel.planks-jungle@12, 1xtile.chisel.planks-jungle@13, 1xtile.chisel.planks-jungle@14, 1xtile.chisel.planks-acacia@0, 1xtile.chisel.planks-acacia@1, 1xtile.chisel.planks-acacia@2, 1xtile.chisel.planks-acacia@3, 1xtile.chisel.planks-acacia@4, 1xtile.chisel.planks-acacia@5, 1xtile.chisel.planks-acacia@6, 1xtile.chisel.planks-acacia@7, 1xtile.chisel.planks-acacia@8, 1xtile.chisel.planks-acacia@9, 1xtile.chisel.planks-acacia@10, 1xtile.chisel.planks-acacia@11, 1xtile.chisel.planks-acacia@12, 1xtile.chisel.planks-acacia@13, 1xtile.chisel.planks-acacia@14, 1xtile.chisel.planks-dark-oak@0, 1xtile.chisel.planks-dark-oak@1, 1xtile.chisel.planks-dark-oak@2, 1xtile.chisel.planks-dark-oak@3, 1xtile.chisel.planks-dark-oak@4, 1xtile.chisel.planks-dark-oak@5, 1xtile.chisel.planks-dark-oak@6, 1xtile.chisel.planks-dark-oak@7, 1xtile.chisel.planks-dark-oak@8, 1xtile.chisel.planks-dark-oak@9, 1xtile.chisel.planks-dark-oak@10, 1xtile.chisel.planks-dark-oak@11, 1xtile.chisel.planks-dark-oak@12, 1xtile.chisel.planks-dark-oak@13, 1xtile.chisel.planks-dark-oak@14, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8, 1xtile.natura.nether_planks@0, 1xtile.natura.nether_planks@1, 1xtile.natura.nether_planks@2, 1xtile.natura.nether_planks@3, 1xtile.planks_sakura@0, 1xtile.planks_mulberry@0, 1xtile.blocks.integrateddynamics.menril_planks@0, 1xtile.primal.planks@0, 1xtile.primal.planks@1, 1xtile.primal.planks@2, 1xtile.primal.planks@3, 1xtile.dltplank@0, 1xtile.dreadplanks@0, 1xtile.thebetweenlands.weedwood_planks@0, 1xtile.thebetweenlands.rubber_tree_planks@0, 1xtile.thebetweenlands.giant_root_planks@0, 1xtile.thebetweenlands.hearthgrove_planks@0, 1xtile.thebetweenlands.nibbletwig_planks@0, 1xtile.twilightforest.TowerStone@0, 1xtile.twilightforest.TowerStone@1, 1xtile.twilightforest.TowerStone@2, 1xtile.twilightforest.TowerStone@3, 1xtile.twilightforest.TowerStone@4, 1xtile.totemic:cedar_plank@0, 1xtile.traverse:fir_planks@0, 1xtile.kepler22b_planks.0@0, 1xtile.primal.planks@0, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8], net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.boots_paper@0 new recipe: RecipeStage{tier='three', recipe=1xitem.boots_paper@0:[net.minecraft.item.crafting.Ingredient@43d844a8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@43d844a8, net.minecraft.item.crafting.Ingredient@43d844a8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@43d844a8]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.block_matcher@0 new recipe: RecipeStage{tier='three', recipe=1xtile.block_matcher@0:[net.minecraftforge.oredict.OreIngredient@1cbe2c8a, net.minecraftforge.oredict.OreIngredient@1cbe2c8a, net.minecraftforge.oredict.OreIngredient@1cbe2c8a, net.minecraftforge.oredict.OreIngredient@2c03a049, net.minecraft.item.crafting.Ingredient@3e73a5aa, net.minecraftforge.oredict.OreIngredient@2c03a049, net.minecraftforge.oredict.OreIngredient@1cbe2c8a, net.minecraftforge.oredict.OreIngredient@1cbe2c8a, net.minecraftforge.oredict.OreIngredient@1cbe2c8a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.banner_detector@0 new recipe: RecipeStage{tier='three', recipe=1xtile.banner_detector@0:[net.minecraftforge.oredict.OreIngredient@58040169, net.minecraftforge.oredict.OreIngredient@58040169, net.minecraftforge.oredict.OreIngredient@58040169, net.minecraft.item.crafting.Ingredient@885a675, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@873d69a, net.minecraftforge.oredict.OreIngredient@58040169, net.minecraftforge.oredict.OreIngredient@58040169, net.minecraftforge.oredict.OreIngredient@58040169]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.slat@0 new recipe: RecipeStage{tier='three', recipe=1xtile.slat@0:[net.minecraft.item.crafting.Ingredient@d936a5e, net.minecraft.item.crafting.Ingredient@d936a5e, net.minecraft.item.crafting.Ingredient@d936a5e, net.minecraft.item.crafting.Ingredient@d936a5e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.artifact_frame@0 new recipe: RecipeStage{tier='two', recipe=1xitem.artifact_frame@0:[net.minecraftforge.oredict.OreIngredient@578faf10, net.minecraft.item.crafting.Ingredient@1850aff7, net.minecraftforge.oredict.OreIngredient@578faf10, net.minecraftforge.oredict.OreIngredient@578faf10, net.minecraft.item.crafting.Ingredient@5f1011e0, net.minecraftforge.oredict.OreIngredient@578faf10, net.minecraftforge.oredict.OreIngredient@578faf10, net.minecraftforge.oredict.OreIngredient@578faf10, net.minecraftforge.oredict.OreIngredient@578faf10]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ancestry_infuser@0 new recipe: RecipeStage{tier='three', recipe=1xtile.ancestry_infuser@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@46231e8a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@46231e8a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@435ee2a0, net.minecraft.item.crafting.Ingredient@4d69d1a, net.minecraft.item.crafting.Ingredient@435ee2a0]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:Typewriter@4 new recipe: RecipeStage{tier='three', recipe=1xtile.BiblioCraft:Typewriter@4:[net.minecraft.item.crafting.Ingredient@1158aeb9, net.minecraft.item.crafting.Ingredient@5da49685, net.minecraft.item.crafting.Ingredient@1158aeb9, net.minecraft.item.crafting.Ingredient@3c63b06, net.minecraft.item.crafting.Ingredient@1e667d5a, net.minecraft.item.crafting.Ingredient@3c63b06, net.minecraft.item.crafting.Ingredient@4a9f3549, net.minecraft.item.crafting.Ingredient@4a9f3549, net.minecraft.item.crafting.Ingredient@4a9f3549]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:SwordPedestal@4 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:SwordPedestal@4:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1f7dfd35, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1f7dfd35, net.minecraft.item.crafting.Ingredient@189d0371, net.minecraft.item.crafting.Ingredient@1f7dfd35]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:Typewriter@0 new recipe: RecipeStage{tier='three', recipe=1xtile.BiblioCraft:Typewriter@0:[net.minecraft.item.crafting.Ingredient@86b3550, net.minecraft.item.crafting.Ingredient@138ba619, net.minecraft.item.crafting.Ingredient@86b3550, net.minecraft.item.crafting.Ingredient@6e513d74, net.minecraft.item.crafting.Ingredient@52d1620f, net.minecraft.item.crafting.Ingredient@6e513d74, net.minecraft.item.crafting.Ingredient@3c11cb0, net.minecraft.item.crafting.Ingredient@3c11cb0, net.minecraft.item.crafting.Ingredient@3c11cb0]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:SwordPedestal@0 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:SwordPedestal@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@785e9fea, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@785e9fea, net.minecraft.item.crafting.Ingredient@13cc587f, net.minecraft.item.crafting.Ingredient@785e9fea]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:LanternIron@0 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:LanternIron@0:[net.minecraft.item.crafting.Ingredient@71ea6070, net.minecraft.item.crafting.Ingredient@1f7789cd, net.minecraft.item.crafting.Ingredient@71ea6070, net.minecraft.item.crafting.Ingredient@78403eaf, net.minecraft.item.crafting.Ingredient@39b8c0e0, net.minecraft.item.crafting.Ingredient@78403eaf, net.minecraft.item.crafting.Ingredient@71ea6070, net.minecraft.item.crafting.Ingredient@1f7789cd, net.minecraft.item.crafting.Ingredient@71ea6070]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:LanternGold@0 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:LanternGold@0:[net.minecraft.item.crafting.Ingredient@182adf19, net.minecraft.item.crafting.Ingredient@3d53146c, net.minecraft.item.crafting.Ingredient@182adf19, net.minecraft.item.crafting.Ingredient@4152f6a4, net.minecraft.item.crafting.Ingredient@6daae7c, net.minecraft.item.crafting.Ingredient@4152f6a4, net.minecraft.item.crafting.Ingredient@182adf19, net.minecraft.item.crafting.Ingredient@3d53146c, net.minecraft.item.crafting.Ingredient@182adf19]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:LampIron@0 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:LampIron@0:[net.minecraft.item.crafting.Ingredient@5e2565a2, net.minecraft.item.crafting.Ingredient@53518096, net.minecraft.item.crafting.Ingredient@5e2565a2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5ac792e8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@cc72f54, net.minecraft.item.crafting.Ingredient@5ac792e8, net.minecraft.item.crafting.Ingredient@cc72f54]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:LampGold@0 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:LampGold@0:[net.minecraft.item.crafting.Ingredient@49494213, net.minecraft.item.crafting.Ingredient@230e2738, net.minecraft.item.crafting.Ingredient@49494213, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3d53e693, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3d063183, net.minecraft.item.crafting.Ingredient@3d53e693, net.minecraft.item.crafting.Ingredient@3d063183]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:TypesettingTable@0 new recipe: RecipeStage{tier='three', recipe=1xtile.BiblioCraft:TypesettingTable@0:[net.minecraft.item.crafting.Ingredient@705d775f, net.minecraft.item.crafting.Ingredient@201a1492, net.minecraft.item.crafting.Ingredient@705d775f, net.minecraft.item.crafting.Ingredient@6e70b245, net.minecraft.item.crafting.Ingredient@6e70b245, net.minecraft.item.crafting.Ingredient@6e70b245, net.minecraft.item.crafting.Ingredient@1cf164d7, net.minecraft.item.crafting.Ingredient@42b38704, net.minecraft.item.crafting.Ingredient@1cf164d7]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.tapeMeasure@0 new recipe: RecipeStage{tier='three', recipe=1xitem.tapeMeasure@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@47f80c89, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@47f80c89, net.minecraft.item.crafting.Ingredient@8c963da, net.minecraft.item.crafting.Ingredient@47f80c89, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@47f80c89, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:ToolRack@1 new recipe: RecipeStage{tier='one', recipe=1xtile.BiblioCraft:ToolRack@1:[net.minecraft.item.crafting.Ingredient@757172cf, net.minecraft.item.crafting.Ingredient@757172cf, net.minecraft.item.crafting.Ingredient@757172cf, net.minecraft.item.crafting.Ingredient@757172cf, net.minecraft.item.crafting.Ingredient@b709ae2, net.minecraft.item.crafting.Ingredient@757172cf, net.minecraft.item.crafting.Ingredient@757172cf, net.minecraft.item.crafting.Ingredient@757172cf, net.minecraft.item.crafting.Ingredient@757172cf]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:Table@1 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:Table@1:[net.minecraft.item.crafting.Ingredient@24473690, net.minecraft.item.crafting.Ingredient@24473690, net.minecraft.item.crafting.Ingredient@24473690, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7108d1c8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7108d1c8, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:Shelf@1 new recipe: RecipeStage{tier='one', recipe=1xtile.BiblioCraft:Shelf@1:[net.minecraft.item.crafting.Ingredient@496bf59d, net.minecraft.item.crafting.Ingredient@496bf59d, net.minecraft.item.crafting.Ingredient@496bf59d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3f5e7126, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@496bf59d, net.minecraft.item.crafting.Ingredient@496bf59d, net.minecraft.item.crafting.Ingredient@496bf59d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.seatback5@1 new recipe: RecipeStage{tier='two', recipe=1xitem.seatback5@1:[net.minecraft.item.crafting.Ingredient@2c00f04b, net.minecraft.item.crafting.Ingredient@25b8c914, net.minecraft.item.crafting.Ingredient@457b2cd2]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.seatback4@1 new recipe: RecipeStage{tier='two', recipe=1xitem.seatback4@1:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1f94064d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5f0fb8b2, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.seatback3@1 new recipe: RecipeStage{tier='two', recipe=1xitem.seatback3@1:[net.minecraft.item.crafting.Ingredient@3d4a0ec7, net.minecraft.item.crafting.Ingredient@7c10b62a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.seatback2@1 new recipe: RecipeStage{tier='two', recipe=1xitem.seatback2@1:[net.minecraft.item.crafting.Ingredient@7b88aeb7, net.minecraft.item.crafting.Ingredient@3996b004, net.minecraft.item.crafting.Ingredient@7b88aeb7, net.minecraft.item.crafting.Ingredient@7b88aeb7, net.minecraft.item.crafting.Ingredient@2baa1b81, net.minecraft.item.crafting.Ingredient@7b88aeb7, net.minecraft.item.crafting.Ingredient@7b88aeb7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7b88aeb7]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.seatback1@1 new recipe: RecipeStage{tier='two', recipe=1xitem.seatback1@1:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@18d6aafb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@725e335e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@62d4de16, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@62d4de16]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:Seat@1 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:Seat@1:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@69e46265, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2aebd644, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@116b6233, net.minecraft.item.crafting.Ingredient@235d0d1a, net.minecraft.item.crafting.Ingredient@116b6233]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:PotionShelf@1 new recipe: RecipeStage{tier='three', recipe=1xtile.BiblioCraft:PotionShelf@1:[net.minecraft.item.crafting.Ingredient@4e179ba7, net.minecraft.item.crafting.Ingredient@4e179ba7, net.minecraft.item.crafting.Ingredient@4e179ba7, net.minecraft.item.crafting.Ingredient@1c83605a, net.minecraft.item.crafting.Ingredient@3b27c6e6, net.minecraft.item.crafting.Ingredient@1c83605a, net.minecraft.item.crafting.Ingredient@4e179ba7, net.minecraft.item.crafting.Ingredient@4e179ba7, net.minecraft.item.crafting.Ingredient@4e179ba7]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:PaintingFrameSimple@1 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:PaintingFrameSimple@1:[net.minecraft.item.crafting.Ingredient@61513781, net.minecraft.item.crafting.Ingredient@70d98dd5, net.minecraft.item.crafting.Ingredient@61513781, net.minecraft.item.crafting.Ingredient@70d98dd5, net.minecraft.item.crafting.Ingredient@46668701, net.minecraft.item.crafting.Ingredient@70d98dd5, net.minecraft.item.crafting.Ingredient@61513781, net.minecraft.item.crafting.Ingredient@70d98dd5, net.minecraft.item.crafting.Ingredient@61513781]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:PaintingFrameMiddle@1 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:PaintingFrameMiddle@1:[net.minecraft.item.crafting.Ingredient@1d2442d9, net.minecraft.item.crafting.Ingredient@76b5eb76, net.minecraft.item.crafting.Ingredient@1d2442d9, net.minecraft.item.crafting.Ingredient@1d2442d9, net.minecraft.item.crafting.Ingredient@169932fe, net.minecraft.item.crafting.Ingredient@1d2442d9, net.minecraft.item.crafting.Ingredient@1d2442d9, net.minecraft.item.crafting.Ingredient@76b5eb76, net.minecraft.item.crafting.Ingredient@1d2442d9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:PaintingFrameFlat@1 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:PaintingFrameFlat@1:[net.minecraft.item.crafting.Ingredient@62f5c564, net.minecraft.item.crafting.Ingredient@62f5c564, net.minecraft.item.crafting.Ingredient@62f5c564, net.minecraft.item.crafting.Ingredient@62f5c564, net.minecraft.item.crafting.Ingredient@49852a36, net.minecraft.item.crafting.Ingredient@62f5c564, net.minecraft.item.crafting.Ingredient@62f5c564, net.minecraft.item.crafting.Ingredient@62f5c564, net.minecraft.item.crafting.Ingredient@62f5c564]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:PaintingFrameFancy@1 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:PaintingFrameFancy@1:[net.minecraft.item.crafting.Ingredient@373c0a7d, net.minecraft.item.crafting.Ingredient@373c0a7d, net.minecraft.item.crafting.Ingredient@373c0a7d, net.minecraft.item.crafting.Ingredient@373c0a7d, net.minecraft.item.crafting.Ingredient@13141b9b, net.minecraft.item.crafting.Ingredient@373c0a7d, net.minecraft.item.crafting.Ingredient@373c0a7d, net.minecraft.item.crafting.Ingredient@373c0a7d, net.minecraft.item.crafting.Ingredient@373c0a7d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:PaintingFrameBorderless@1 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:PaintingFrameBorderless@1:[net.minecraft.item.crafting.Ingredient@7368b3c0, net.minecraft.item.crafting.Ingredient@2a5ff3ed, net.minecraft.item.crafting.Ingredient@7368b3c0, net.minecraft.item.crafting.Ingredient@2a5ff3ed, net.minecraft.item.crafting.Ingredient@2a5ff3ed, net.minecraft.item.crafting.Ingredient@2a5ff3ed, net.minecraft.item.crafting.Ingredient@7368b3c0, net.minecraft.item.crafting.Ingredient@2a5ff3ed, net.minecraft.item.crafting.Ingredient@7368b3c0]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:MapFrame@1 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:MapFrame@1:[net.minecraft.item.crafting.Ingredient@6330c807, net.minecraft.item.crafting.Ingredient@6330c807, net.minecraft.item.crafting.Ingredient@6330c807, net.minecraft.item.crafting.Ingredient@6330c807, net.minecraft.item.crafting.Ingredient@334cc66, net.minecraft.item.crafting.Ingredient@6330c807, net.minecraft.item.crafting.Ingredient@6330c807, net.minecraft.item.crafting.Ingredient@6330c807, net.minecraft.item.crafting.Ingredient@6330c807]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:Label@1 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:Label@1:[net.minecraft.item.crafting.Ingredient@5c06c3e0, net.minecraft.item.crafting.Ingredient@5c06c3e0, net.minecraft.item.crafting.Ingredient@5c06c3e0, net.minecraft.item.crafting.Ingredient@5c06c3e0, net.minecraft.item.crafting.Ingredient@5c06c3e0, net.minecraft.item.crafting.Ingredient@5c06c3e0]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:FurniturePaneler@1 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:FurniturePaneler@1:[net.minecraft.item.crafting.Ingredient@53e17396, net.minecraft.item.crafting.Ingredient@4ef4bf5a, net.minecraft.item.crafting.Ingredient@53e17396, net.minecraft.item.crafting.Ingredient@7e202e94, net.minecraft.item.crafting.Ingredient@7e202e94, net.minecraft.item.crafting.Ingredient@7e202e94, net.minecraft.item.crafting.Ingredient@42557ae8, net.minecraft.item.crafting.Ingredient@42557ae8, net.minecraft.item.crafting.Ingredient@42557ae8]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:FramedChest@1 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:FramedChest@1:[net.minecraft.item.crafting.Ingredient@76e1de7f, net.minecraft.item.crafting.Ingredient@76e1de7f, net.minecraft.item.crafting.Ingredient@76e1de7f, net.minecraft.item.crafting.Ingredient@76e1de7f, net.minecraft.item.crafting.Ingredient@1a8ec28a, net.minecraft.item.crafting.Ingredient@76e1de7f, net.minecraft.item.crafting.Ingredient@76e1de7f, net.minecraft.item.crafting.Ingredient@76e1de7f, net.minecraft.item.crafting.Ingredient@76e1de7f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:FancyWorkbench@1 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:FancyWorkbench@1:[net.minecraft.item.crafting.Ingredient@7787c230, net.minecraft.item.crafting.Ingredient@3827ff42, net.minecraft.item.crafting.Ingredient@2bcf9b59, net.minecraft.item.crafting.Ingredient@119cf603, net.minecraft.item.crafting.Ingredient@4efbb017, net.minecraft.item.crafting.Ingredient@119cf603, net.minecraft.item.crafting.Ingredient@119cf603, net.minecraft.item.crafting.Ingredient@119cf603, net.minecraft.item.crafting.Ingredient@119cf603]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:FancySign@1 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:FancySign@1:[net.minecraft.item.crafting.Ingredient@44d2e741, net.minecraft.item.crafting.Ingredient@3356a822, net.minecraft.item.crafting.Ingredient@734487ae]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:Desk@1 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:Desk@1:[net.minecraft.item.crafting.Ingredient@52b6d5d1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6cb78661, net.minecraft.item.crafting.Ingredient@675f5190, net.minecraft.item.crafting.Ingredient@675f5190, net.minecraft.item.crafting.Ingredient@675f5190, net.minecraft.item.crafting.Ingredient@59669124, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@59669124]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:Clock@1 new recipe: RecipeStage{tier='three', recipe=1xtile.BiblioCraft:Clock@1:[net.minecraft.item.crafting.Ingredient@1652cfc5, net.minecraft.item.crafting.Ingredient@1f4db634, net.minecraft.item.crafting.Ingredient@1652cfc5, net.minecraft.item.crafting.Ingredient@1652cfc5, net.minecraft.item.crafting.Ingredient@6914e08b, net.minecraft.item.crafting.Ingredient@1652cfc5, net.minecraft.item.crafting.Ingredient@1652cfc5, net.minecraft.item.crafting.Ingredient@6f1c8751, net.minecraft.item.crafting.Ingredient@1652cfc5]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:Case@1 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:Case@1:[net.minecraft.item.crafting.Ingredient@584d2ef2, net.minecraft.item.crafting.Ingredient@5df8444b, net.minecraft.item.crafting.Ingredient@584d2ef2, net.minecraft.item.crafting.Ingredient@584d2ef2, net.minecraft.item.crafting.Ingredient@359cc8aa, net.minecraft.item.crafting.Ingredient@584d2ef2, net.minecraft.item.crafting.Ingredient@584d2ef2, net.minecraft.item.crafting.Ingredient@584d2ef2, net.minecraft.item.crafting.Ingredient@584d2ef2]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:Bookcase@1 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:Bookcase@1:[net.minecraft.item.crafting.Ingredient@73615425, net.minecraft.item.crafting.Ingredient@57059ef4, net.minecraft.item.crafting.Ingredient@73615425, net.minecraft.item.crafting.Ingredient@73615425, net.minecraft.item.crafting.Ingredient@57059ef4, net.minecraft.item.crafting.Ingredient@73615425, net.minecraft.item.crafting.Ingredient@73615425, net.minecraft.item.crafting.Ingredient@57059ef4, net.minecraft.item.crafting.Ingredient@73615425]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:ArmorStand@1 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:ArmorStand@1:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@17779eab, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@17779eab, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5408bacc, net.minecraft.item.crafting.Ingredient@5408bacc, net.minecraft.item.crafting.Ingredient@5408bacc]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:Typewriter@14 new recipe: RecipeStage{tier='three', recipe=1xtile.BiblioCraft:Typewriter@14:[net.minecraft.item.crafting.Ingredient@c79d1df, net.minecraft.item.crafting.Ingredient@d7acdf4, net.minecraft.item.crafting.Ingredient@c79d1df, net.minecraft.item.crafting.Ingredient@1d482d9f, net.minecraft.item.crafting.Ingredient@35f2caed, net.minecraft.item.crafting.Ingredient@1d482d9f, net.minecraft.item.crafting.Ingredient@77c702a5, net.minecraft.item.crafting.Ingredient@77c702a5, net.minecraft.item.crafting.Ingredient@77c702a5]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:SwordPedestal@14 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:SwordPedestal@14:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1cea6bbf, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1cea6bbf, net.minecraft.item.crafting.Ingredient@7ba293b2, net.minecraft.item.crafting.Ingredient@1cea6bbf]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.BiblioGlasses@0 new recipe: RecipeStage{tier='three', recipe=1xitem.BiblioGlasses@0:[net.minecraft.item.crafting.Ingredient@1a907f78, net.minecraft.item.crafting.Ingredient@2f540dd1, net.minecraft.item.crafting.Ingredient@1a907f78, net.minecraft.item.crafting.Ingredient@6d34a9d0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6d34a9d0]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:Typewriter@10 new recipe: RecipeStage{tier='three', recipe=1xtile.BiblioCraft:Typewriter@10:[net.minecraft.item.crafting.Ingredient@30fc11f3, net.minecraft.item.crafting.Ingredient@177f6617, net.minecraft.item.crafting.Ingredient@30fc11f3, net.minecraft.item.crafting.Ingredient@3f49c6fc, net.minecraft.item.crafting.Ingredient@35e5a2d3, net.minecraft.item.crafting.Ingredient@3f49c6fc, net.minecraft.item.crafting.Ingredient@65464e15, net.minecraft.item.crafting.Ingredient@65464e15, net.minecraft.item.crafting.Ingredient@65464e15]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:SwordPedestal@10 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:SwordPedestal@10:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@37e08095, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@37e08095, net.minecraft.item.crafting.Ingredient@10390b6e, net.minecraft.item.crafting.Ingredient@37e08095]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:Typewriter@6 new recipe: RecipeStage{tier='three', recipe=1xtile.BiblioCraft:Typewriter@6:[net.minecraft.item.crafting.Ingredient@74f0da21, net.minecraft.item.crafting.Ingredient@3b3d8a3c, net.minecraft.item.crafting.Ingredient@74f0da21, net.minecraft.item.crafting.Ingredient@61714205, net.minecraft.item.crafting.Ingredient@2c915d99, net.minecraft.item.crafting.Ingredient@61714205, net.minecraft.item.crafting.Ingredient@5e42abf8, net.minecraft.item.crafting.Ingredient@5e42abf8, net.minecraft.item.crafting.Ingredient@5e42abf8]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:SwordPedestal@6 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:SwordPedestal@6:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@f7e2662, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@f7e2662, net.minecraft.item.crafting.Ingredient@4bf07b6d, net.minecraft.item.crafting.Ingredient@f7e2662]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:PaintingPress@0 new recipe: RecipeStage{tier='three', recipe=1xtile.BiblioCraft:PaintingPress@0:[net.minecraft.item.crafting.Ingredient@53f649f6, net.minecraft.item.crafting.Ingredient@53f649f6, net.minecraft.item.crafting.Ingredient@53f649f6, net.minecraft.item.crafting.Ingredient@53f649f6, net.minecraft.item.crafting.Ingredient@4e0317ea, net.minecraft.item.crafting.Ingredient@53f649f6, net.minecraft.item.crafting.Ingredient@16d4b7fe, net.minecraft.item.crafting.Ingredient@16d4b7fe, net.minecraft.item.crafting.Ingredient@16d4b7fe]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PaintingCanvas@0 new recipe: RecipeStage{tier='two', recipe=1xitem.PaintingCanvas@0:[net.minecraft.item.crafting.Ingredient@4c9b5914, net.minecraft.item.crafting.Ingredient@6fa8109f, net.minecraft.item.crafting.Ingredient@4c9b5914, net.minecraft.item.crafting.Ingredient@6fa8109f, net.minecraft.item.crafting.Ingredient@ac262f6, net.minecraft.item.crafting.Ingredient@6fa8109f, net.minecraft.item.crafting.Ingredient@4c9b5914, net.minecraft.item.crafting.Ingredient@6fa8109f, net.minecraft.item.crafting.Ingredient@4c9b5914]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:Typewriter@1 new recipe: RecipeStage{tier='three', recipe=1xtile.BiblioCraft:Typewriter@1:[net.minecraft.item.crafting.Ingredient@2b57b591, net.minecraft.item.crafting.Ingredient@4e1cb8a0, net.minecraft.item.crafting.Ingredient@2b57b591, net.minecraft.item.crafting.Ingredient@10f5ab35, net.minecraft.item.crafting.Ingredient@370df7d6, net.minecraft.item.crafting.Ingredient@10f5ab35, net.minecraft.item.crafting.Ingredient@2160379b, net.minecraft.item.crafting.Ingredient@2160379b, net.minecraft.item.crafting.Ingredient@2160379b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:SwordPedestal@1 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:SwordPedestal@1:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4f942023, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4f942023, net.minecraft.item.crafting.Ingredient@570b1444, net.minecraft.item.crafting.Ingredient@4f942023]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:ToolRack@0 new recipe: RecipeStage{tier='one', recipe=1xtile.BiblioCraft:ToolRack@0:[net.minecraft.item.crafting.Ingredient@4cb6bbd3, net.minecraft.item.crafting.Ingredient@4cb6bbd3, net.minecraft.item.crafting.Ingredient@4cb6bbd3, net.minecraft.item.crafting.Ingredient@4cb6bbd3, net.minecraft.item.crafting.Ingredient@5e360e15, net.minecraft.item.crafting.Ingredient@4cb6bbd3, net.minecraft.item.crafting.Ingredient@4cb6bbd3, net.minecraft.item.crafting.Ingredient@4cb6bbd3, net.minecraft.item.crafting.Ingredient@4cb6bbd3]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:Table@0 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:Table@0:[net.minecraft.item.crafting.Ingredient@322f5a02, net.minecraft.item.crafting.Ingredient@322f5a02, net.minecraft.item.crafting.Ingredient@322f5a02, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@35fb227f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@35fb227f, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:Shelf@0 new recipe: RecipeStage{tier='one', recipe=1xtile.BiblioCraft:Shelf@0:[net.minecraft.item.crafting.Ingredient@3b7327af, net.minecraft.item.crafting.Ingredient@3b7327af, net.minecraft.item.crafting.Ingredient@3b7327af, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@65832580, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3b7327af, net.minecraft.item.crafting.Ingredient@3b7327af, net.minecraft.item.crafting.Ingredient@3b7327af]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.seatback5@0 new recipe: RecipeStage{tier='two', recipe=1xitem.seatback5@0:[net.minecraft.item.crafting.Ingredient@28d14950, net.minecraft.item.crafting.Ingredient@16500351, net.minecraft.item.crafting.Ingredient@46bfaf79]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.seatback4@0 new recipe: RecipeStage{tier='two', recipe=1xitem.seatback4@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@11fe842b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7570028a, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.seatback3@0 new recipe: RecipeStage{tier='two', recipe=1xitem.seatback3@0:[net.minecraft.item.crafting.Ingredient@6a0450f3, net.minecraft.item.crafting.Ingredient@26df0ba2]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.seatback2@0 new recipe: RecipeStage{tier='two', recipe=1xitem.seatback2@0:[net.minecraft.item.crafting.Ingredient@6b98df20, net.minecraft.item.crafting.Ingredient@2302da38, net.minecraft.item.crafting.Ingredient@6b98df20, net.minecraft.item.crafting.Ingredient@6b98df20, net.minecraft.item.crafting.Ingredient@38df182d, net.minecraft.item.crafting.Ingredient@6b98df20, net.minecraft.item.crafting.Ingredient@6b98df20, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6b98df20]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.seatback1@0 new recipe: RecipeStage{tier='two', recipe=1xitem.seatback1@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@cfee4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@497f0b37, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7af13379, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7af13379]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:Seat@0 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:Seat@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2d7c2d71, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@26e33111, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2bd65ddd, net.minecraft.item.crafting.Ingredient@2bfdb951, net.minecraft.item.crafting.Ingredient@2bd65ddd]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:PotionShelf@0 new recipe: RecipeStage{tier='three', recipe=1xtile.BiblioCraft:PotionShelf@0:[net.minecraft.item.crafting.Ingredient@5820c5c7, net.minecraft.item.crafting.Ingredient@5820c5c7, net.minecraft.item.crafting.Ingredient@5820c5c7, net.minecraft.item.crafting.Ingredient@7a246fb, net.minecraft.item.crafting.Ingredient@16ea2c62, net.minecraft.item.crafting.Ingredient@7a246fb, net.minecraft.item.crafting.Ingredient@5820c5c7, net.minecraft.item.crafting.Ingredient@5820c5c7, net.minecraft.item.crafting.Ingredient@5820c5c7]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:PaintingFrameSimple@0 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:PaintingFrameSimple@0:[net.minecraft.item.crafting.Ingredient@37aa5240, net.minecraft.item.crafting.Ingredient@41393721, net.minecraft.item.crafting.Ingredient@37aa5240, net.minecraft.item.crafting.Ingredient@41393721, net.minecraft.item.crafting.Ingredient@543a25b8, net.minecraft.item.crafting.Ingredient@41393721, net.minecraft.item.crafting.Ingredient@37aa5240, net.minecraft.item.crafting.Ingredient@41393721, net.minecraft.item.crafting.Ingredient@37aa5240]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:PaintingFrameMiddle@0 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:PaintingFrameMiddle@0:[net.minecraft.item.crafting.Ingredient@7e034895, net.minecraft.item.crafting.Ingredient@625e1a2, net.minecraft.item.crafting.Ingredient@7e034895, net.minecraft.item.crafting.Ingredient@7e034895, net.minecraft.item.crafting.Ingredient@4bf652d6, net.minecraft.item.crafting.Ingredient@7e034895, net.minecraft.item.crafting.Ingredient@7e034895, net.minecraft.item.crafting.Ingredient@625e1a2, net.minecraft.item.crafting.Ingredient@7e034895]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:PaintingFrameFlat@0 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:PaintingFrameFlat@0:[net.minecraft.item.crafting.Ingredient@44dd4570, net.minecraft.item.crafting.Ingredient@44dd4570, net.minecraft.item.crafting.Ingredient@44dd4570, net.minecraft.item.crafting.Ingredient@44dd4570, net.minecraft.item.crafting.Ingredient@1a11f7a, net.minecraft.item.crafting.Ingredient@44dd4570, net.minecraft.item.crafting.Ingredient@44dd4570, net.minecraft.item.crafting.Ingredient@44dd4570, net.minecraft.item.crafting.Ingredient@44dd4570]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:PaintingFrameFancy@0 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:PaintingFrameFancy@0:[net.minecraft.item.crafting.Ingredient@5f1205c0, net.minecraft.item.crafting.Ingredient@5f1205c0, net.minecraft.item.crafting.Ingredient@5f1205c0, net.minecraft.item.crafting.Ingredient@5f1205c0, net.minecraft.item.crafting.Ingredient@3277b73c, net.minecraft.item.crafting.Ingredient@5f1205c0, net.minecraft.item.crafting.Ingredient@5f1205c0, net.minecraft.item.crafting.Ingredient@5f1205c0, net.minecraft.item.crafting.Ingredient@5f1205c0]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:PaintingFrameBorderless@0 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:PaintingFrameBorderless@0:[net.minecraft.item.crafting.Ingredient@4590bb8e, net.minecraft.item.crafting.Ingredient@1d9739e5, net.minecraft.item.crafting.Ingredient@4590bb8e, net.minecraft.item.crafting.Ingredient@1d9739e5, net.minecraft.item.crafting.Ingredient@1d9739e5, net.minecraft.item.crafting.Ingredient@1d9739e5, net.minecraft.item.crafting.Ingredient@4590bb8e, net.minecraft.item.crafting.Ingredient@1d9739e5, net.minecraft.item.crafting.Ingredient@4590bb8e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:MapFrame@0 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:MapFrame@0:[net.minecraft.item.crafting.Ingredient@4af390b9, net.minecraft.item.crafting.Ingredient@4af390b9, net.minecraft.item.crafting.Ingredient@4af390b9, net.minecraft.item.crafting.Ingredient@4af390b9, net.minecraft.item.crafting.Ingredient@77562551, net.minecraft.item.crafting.Ingredient@4af390b9, net.minecraft.item.crafting.Ingredient@4af390b9, net.minecraft.item.crafting.Ingredient@4af390b9, net.minecraft.item.crafting.Ingredient@4af390b9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:Label@0 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:Label@0:[net.minecraft.item.crafting.Ingredient@1c8f9827, net.minecraft.item.crafting.Ingredient@1c8f9827, net.minecraft.item.crafting.Ingredient@1c8f9827, net.minecraft.item.crafting.Ingredient@1c8f9827, net.minecraft.item.crafting.Ingredient@1c8f9827, net.minecraft.item.crafting.Ingredient@1c8f9827]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:FurniturePaneler@0 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:FurniturePaneler@0:[net.minecraft.item.crafting.Ingredient@49c82cdc, net.minecraft.item.crafting.Ingredient@18e85963, net.minecraft.item.crafting.Ingredient@49c82cdc, net.minecraft.item.crafting.Ingredient@5d9a5e07, net.minecraft.item.crafting.Ingredient@5d9a5e07, net.minecraft.item.crafting.Ingredient@5d9a5e07, net.minecraft.item.crafting.Ingredient@542257a3, net.minecraft.item.crafting.Ingredient@542257a3, net.minecraft.item.crafting.Ingredient@542257a3]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:FramedChest@0 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:FramedChest@0:[net.minecraft.item.crafting.Ingredient@522bf3f7, net.minecraft.item.crafting.Ingredient@522bf3f7, net.minecraft.item.crafting.Ingredient@522bf3f7, net.minecraft.item.crafting.Ingredient@522bf3f7, net.minecraft.item.crafting.Ingredient@5212ed16, net.minecraft.item.crafting.Ingredient@522bf3f7, net.minecraft.item.crafting.Ingredient@522bf3f7, net.minecraft.item.crafting.Ingredient@522bf3f7, net.minecraft.item.crafting.Ingredient@522bf3f7]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:FancyWorkbench@0 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:FancyWorkbench@0:[net.minecraft.item.crafting.Ingredient@4a27c66e, net.minecraft.item.crafting.Ingredient@178c158d, net.minecraft.item.crafting.Ingredient@7650306c, net.minecraft.item.crafting.Ingredient@55c96e5e, net.minecraft.item.crafting.Ingredient@b6d4a0a, net.minecraft.item.crafting.Ingredient@55c96e5e, net.minecraft.item.crafting.Ingredient@55c96e5e, net.minecraft.item.crafting.Ingredient@55c96e5e, net.minecraft.item.crafting.Ingredient@55c96e5e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:FancySign@0 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:FancySign@0:[net.minecraft.item.crafting.Ingredient@1ce67496, net.minecraft.item.crafting.Ingredient@5c086257, net.minecraft.item.crafting.Ingredient@6d896d42]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:Desk@0 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:Desk@0:[net.minecraft.item.crafting.Ingredient@2fcc85a8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4441eedc, net.minecraft.item.crafting.Ingredient@74cd7e7, net.minecraft.item.crafting.Ingredient@74cd7e7, net.minecraft.item.crafting.Ingredient@74cd7e7, net.minecraft.item.crafting.Ingredient@1ec29613, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1ec29613]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:Clock@0 new recipe: RecipeStage{tier='three', recipe=1xtile.BiblioCraft:Clock@0:[net.minecraft.item.crafting.Ingredient@4470fd5f, net.minecraft.item.crafting.Ingredient@7e768ddc, net.minecraft.item.crafting.Ingredient@4470fd5f, net.minecraft.item.crafting.Ingredient@4470fd5f, net.minecraft.item.crafting.Ingredient@def798c, net.minecraft.item.crafting.Ingredient@4470fd5f, net.minecraft.item.crafting.Ingredient@4470fd5f, net.minecraft.item.crafting.Ingredient@542a7478, net.minecraft.item.crafting.Ingredient@4470fd5f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:Case@0 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:Case@0:[net.minecraft.item.crafting.Ingredient@2c7a8f6b, net.minecraft.item.crafting.Ingredient@75cbf935, net.minecraft.item.crafting.Ingredient@2c7a8f6b, net.minecraft.item.crafting.Ingredient@2c7a8f6b, net.minecraft.item.crafting.Ingredient@240c2d8a, net.minecraft.item.crafting.Ingredient@2c7a8f6b, net.minecraft.item.crafting.Ingredient@2c7a8f6b, net.minecraft.item.crafting.Ingredient@2c7a8f6b, net.minecraft.item.crafting.Ingredient@2c7a8f6b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:Bookcase@0 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:Bookcase@0:[net.minecraft.item.crafting.Ingredient@6c7b5d50, net.minecraft.item.crafting.Ingredient@6964d877, net.minecraft.item.crafting.Ingredient@6c7b5d50, net.minecraft.item.crafting.Ingredient@6c7b5d50, net.minecraft.item.crafting.Ingredient@6964d877, net.minecraft.item.crafting.Ingredient@6c7b5d50, net.minecraft.item.crafting.Ingredient@6c7b5d50, net.minecraft.item.crafting.Ingredient@6964d877, net.minecraft.item.crafting.Ingredient@6c7b5d50]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:ArmorStand@0 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:ArmorStand@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7125c58b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7125c58b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7d0fcf96, net.minecraft.item.crafting.Ingredient@7d0fcf96, net.minecraft.item.crafting.Ingredient@7d0fcf96]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.BiblioGlasses@2 new recipe: RecipeStage{tier='three', recipe=1xitem.BiblioGlasses@2:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@21c87ea1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@21c87ea1, net.minecraft.item.crafting.Ingredient@7e99434a, net.minecraft.item.crafting.Ingredient@21c87ea1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@21c87ea1, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.maptool@0 new recipe: RecipeStage{tier='two', recipe=1xitem.maptool@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@453badda, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@453badda, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@453badda, net.minecraft.item.crafting.Ingredient@208d59dc, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@208d59dc]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:Typewriter@2 new recipe: RecipeStage{tier='three', recipe=1xtile.BiblioCraft:Typewriter@2:[net.minecraft.item.crafting.Ingredient@6e754776, net.minecraft.item.crafting.Ingredient@68af667b, net.minecraft.item.crafting.Ingredient@6e754776, net.minecraft.item.crafting.Ingredient@589b012d, net.minecraft.item.crafting.Ingredient@19ea63eb, net.minecraft.item.crafting.Ingredient@589b012d, net.minecraft.item.crafting.Ingredient@5de0c957, net.minecraft.item.crafting.Ingredient@5de0c957, net.minecraft.item.crafting.Ingredient@5de0c957]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:SwordPedestal@2 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:SwordPedestal@2:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5fb31e16, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5fb31e16, net.minecraft.item.crafting.Ingredient@6eec6b4e, net.minecraft.item.crafting.Ingredient@5fb31e16]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:Typewriter@5 new recipe: RecipeStage{tier='three', recipe=1xtile.BiblioCraft:Typewriter@5:[net.minecraft.item.crafting.Ingredient@12ca9925, net.minecraft.item.crafting.Ingredient@5e0be3e7, net.minecraft.item.crafting.Ingredient@12ca9925, net.minecraft.item.crafting.Ingredient@7b2c02b2, net.minecraft.item.crafting.Ingredient@49e1b539, net.minecraft.item.crafting.Ingredient@7b2c02b2, net.minecraft.item.crafting.Ingredient@f240e91, net.minecraft.item.crafting.Ingredient@f240e91, net.minecraft.item.crafting.Ingredient@f240e91]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:SwordPedestal@5 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:SwordPedestal@5:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7ee0916d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7ee0916d, net.minecraft.item.crafting.Ingredient@7e533560, net.minecraft.item.crafting.Ingredient@7ee0916d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:Typewriter@8 new recipe: RecipeStage{tier='three', recipe=1xtile.BiblioCraft:Typewriter@8:[net.minecraft.item.crafting.Ingredient@2c9dedd3, net.minecraft.item.crafting.Ingredient@67a5b744, net.minecraft.item.crafting.Ingredient@2c9dedd3, net.minecraft.item.crafting.Ingredient@3acff020, net.minecraft.item.crafting.Ingredient@5b55816, net.minecraft.item.crafting.Ingredient@3acff020, net.minecraft.item.crafting.Ingredient@4685ce06, net.minecraft.item.crafting.Ingredient@4685ce06, net.minecraft.item.crafting.Ingredient@4685ce06]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:SwordPedestal@8 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:SwordPedestal@8:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@e1c72b2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@e1c72b2, net.minecraft.item.crafting.Ingredient@323512, net.minecraft.item.crafting.Ingredient@e1c72b2]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:Typewriter@3 new recipe: RecipeStage{tier='three', recipe=1xtile.BiblioCraft:Typewriter@3:[net.minecraft.item.crafting.Ingredient@6118d5ef, net.minecraft.item.crafting.Ingredient@5d01e92d, net.minecraft.item.crafting.Ingredient@6118d5ef, net.minecraft.item.crafting.Ingredient@1b401179, net.minecraft.item.crafting.Ingredient@7d3336e, net.minecraft.item.crafting.Ingredient@1b401179, net.minecraft.item.crafting.Ingredient@20c339d6, net.minecraft.item.crafting.Ingredient@20c339d6, net.minecraft.item.crafting.Ingredient@20c339d6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:SwordPedestal@3 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:SwordPedestal@3:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4eeb6421, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4eeb6421, net.minecraft.item.crafting.Ingredient@732ce37a, net.minecraft.item.crafting.Ingredient@4eeb6421]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:ToolRack@3 new recipe: RecipeStage{tier='one', recipe=1xtile.BiblioCraft:ToolRack@3:[net.minecraft.item.crafting.Ingredient@6f598dd9, net.minecraft.item.crafting.Ingredient@6f598dd9, net.minecraft.item.crafting.Ingredient@6f598dd9, net.minecraft.item.crafting.Ingredient@6f598dd9, net.minecraft.item.crafting.Ingredient@394b7089, net.minecraft.item.crafting.Ingredient@6f598dd9, net.minecraft.item.crafting.Ingredient@6f598dd9, net.minecraft.item.crafting.Ingredient@6f598dd9, net.minecraft.item.crafting.Ingredient@6f598dd9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:Table@3 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:Table@3:[net.minecraft.item.crafting.Ingredient@2f71e88f, net.minecraft.item.crafting.Ingredient@2f71e88f, net.minecraft.item.crafting.Ingredient@2f71e88f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4ade7f49, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4ade7f49, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:Shelf@3 new recipe: RecipeStage{tier='one', recipe=1xtile.BiblioCraft:Shelf@3:[net.minecraft.item.crafting.Ingredient@380fbe41, net.minecraft.item.crafting.Ingredient@380fbe41, net.minecraft.item.crafting.Ingredient@380fbe41, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@36f2274a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@380fbe41, net.minecraft.item.crafting.Ingredient@380fbe41, net.minecraft.item.crafting.Ingredient@380fbe41]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.seatback5@3 new recipe: RecipeStage{tier='two', recipe=1xitem.seatback5@3:[net.minecraft.item.crafting.Ingredient@ba0669f, net.minecraft.item.crafting.Ingredient@3900b0a0, net.minecraft.item.crafting.Ingredient@3bc6815e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.seatback4@3 new recipe: RecipeStage{tier='two', recipe=1xitem.seatback4@3:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@23126580, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6565b036, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.seatback3@3 new recipe: RecipeStage{tier='two', recipe=1xitem.seatback3@3:[net.minecraft.item.crafting.Ingredient@4cccb8ba, net.minecraft.item.crafting.Ingredient@71b7543]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.seatback2@3 new recipe: RecipeStage{tier='two', recipe=1xitem.seatback2@3:[net.minecraft.item.crafting.Ingredient@3e7ee9d5, net.minecraft.item.crafting.Ingredient@7e10bdae, net.minecraft.item.crafting.Ingredient@3e7ee9d5, net.minecraft.item.crafting.Ingredient@3e7ee9d5, net.minecraft.item.crafting.Ingredient@3b3433b0, net.minecraft.item.crafting.Ingredient@3e7ee9d5, net.minecraft.item.crafting.Ingredient@3e7ee9d5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3e7ee9d5]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.seatback1@3 new recipe: RecipeStage{tier='two', recipe=1xitem.seatback1@3:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@f40d8ca, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3e58a1f2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3c2fd210, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3c2fd210]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:Seat@3 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:Seat@3:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2e772b7f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@755d520b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6d9af06b, net.minecraft.item.crafting.Ingredient@5f45d1a4, net.minecraft.item.crafting.Ingredient@6d9af06b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:PotionShelf@3 new recipe: RecipeStage{tier='three', recipe=1xtile.BiblioCraft:PotionShelf@3:[net.minecraft.item.crafting.Ingredient@64b3ee8f, net.minecraft.item.crafting.Ingredient@64b3ee8f, net.minecraft.item.crafting.Ingredient@64b3ee8f, net.minecraft.item.crafting.Ingredient@1c366521, net.minecraft.item.crafting.Ingredient@54f8fb98, net.minecraft.item.crafting.Ingredient@1c366521, net.minecraft.item.crafting.Ingredient@64b3ee8f, net.minecraft.item.crafting.Ingredient@64b3ee8f, net.minecraft.item.crafting.Ingredient@64b3ee8f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:PaintingFrameSimple@3 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:PaintingFrameSimple@3:[net.minecraft.item.crafting.Ingredient@33c5c4b7, net.minecraft.item.crafting.Ingredient@4d5b2c7, net.minecraft.item.crafting.Ingredient@33c5c4b7, net.minecraft.item.crafting.Ingredient@4d5b2c7, net.minecraft.item.crafting.Ingredient@2818a766, net.minecraft.item.crafting.Ingredient@4d5b2c7, net.minecraft.item.crafting.Ingredient@33c5c4b7, net.minecraft.item.crafting.Ingredient@4d5b2c7, net.minecraft.item.crafting.Ingredient@33c5c4b7]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:PaintingFrameMiddle@3 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:PaintingFrameMiddle@3:[net.minecraft.item.crafting.Ingredient@7fc97130, net.minecraft.item.crafting.Ingredient@73dd341a, net.minecraft.item.crafting.Ingredient@7fc97130, net.minecraft.item.crafting.Ingredient@7fc97130, net.minecraft.item.crafting.Ingredient@c289bb1, net.minecraft.item.crafting.Ingredient@7fc97130, net.minecraft.item.crafting.Ingredient@7fc97130, net.minecraft.item.crafting.Ingredient@73dd341a, net.minecraft.item.crafting.Ingredient@7fc97130]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:PaintingFrameFlat@3 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:PaintingFrameFlat@3:[net.minecraft.item.crafting.Ingredient@680e1211, net.minecraft.item.crafting.Ingredient@680e1211, net.minecraft.item.crafting.Ingredient@680e1211, net.minecraft.item.crafting.Ingredient@680e1211, net.minecraft.item.crafting.Ingredient@60f81a2d, net.minecraft.item.crafting.Ingredient@680e1211, net.minecraft.item.crafting.Ingredient@680e1211, net.minecraft.item.crafting.Ingredient@680e1211, net.minecraft.item.crafting.Ingredient@680e1211]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:PaintingFrameFancy@3 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:PaintingFrameFancy@3:[net.minecraft.item.crafting.Ingredient@49085685, net.minecraft.item.crafting.Ingredient@49085685, net.minecraft.item.crafting.Ingredient@49085685, net.minecraft.item.crafting.Ingredient@49085685, net.minecraft.item.crafting.Ingredient@70d0bbdc, net.minecraft.item.crafting.Ingredient@49085685, net.minecraft.item.crafting.Ingredient@49085685, net.minecraft.item.crafting.Ingredient@49085685, net.minecraft.item.crafting.Ingredient@49085685]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:PaintingFrameBorderless@3 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:PaintingFrameBorderless@3:[net.minecraft.item.crafting.Ingredient@7861a38f, net.minecraft.item.crafting.Ingredient@26e7b51c, net.minecraft.item.crafting.Ingredient@7861a38f, net.minecraft.item.crafting.Ingredient@26e7b51c, net.minecraft.item.crafting.Ingredient@26e7b51c, net.minecraft.item.crafting.Ingredient@26e7b51c, net.minecraft.item.crafting.Ingredient@7861a38f, net.minecraft.item.crafting.Ingredient@26e7b51c, net.minecraft.item.crafting.Ingredient@7861a38f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:MapFrame@3 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:MapFrame@3:[net.minecraft.item.crafting.Ingredient@42a642cd, net.minecraft.item.crafting.Ingredient@42a642cd, net.minecraft.item.crafting.Ingredient@42a642cd, net.minecraft.item.crafting.Ingredient@42a642cd, net.minecraft.item.crafting.Ingredient@23705d09, net.minecraft.item.crafting.Ingredient@42a642cd, net.minecraft.item.crafting.Ingredient@42a642cd, net.minecraft.item.crafting.Ingredient@42a642cd, net.minecraft.item.crafting.Ingredient@42a642cd]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:Label@3 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:Label@3:[net.minecraft.item.crafting.Ingredient@28affccc, net.minecraft.item.crafting.Ingredient@28affccc, net.minecraft.item.crafting.Ingredient@28affccc, net.minecraft.item.crafting.Ingredient@28affccc, net.minecraft.item.crafting.Ingredient@28affccc, net.minecraft.item.crafting.Ingredient@28affccc]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:FurniturePaneler@3 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:FurniturePaneler@3:[net.minecraft.item.crafting.Ingredient@36341ff1, net.minecraft.item.crafting.Ingredient@2d77a395, net.minecraft.item.crafting.Ingredient@36341ff1, net.minecraft.item.crafting.Ingredient@3bd64349, net.minecraft.item.crafting.Ingredient@3bd64349, net.minecraft.item.crafting.Ingredient@3bd64349, net.minecraft.item.crafting.Ingredient@618b7a39, net.minecraft.item.crafting.Ingredient@618b7a39, net.minecraft.item.crafting.Ingredient@618b7a39]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:FramedChest@3 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:FramedChest@3:[net.minecraft.item.crafting.Ingredient@3b70983, net.minecraft.item.crafting.Ingredient@3b70983, net.minecraft.item.crafting.Ingredient@3b70983, net.minecraft.item.crafting.Ingredient@3b70983, net.minecraft.item.crafting.Ingredient@28c5d158, net.minecraft.item.crafting.Ingredient@3b70983, net.minecraft.item.crafting.Ingredient@3b70983, net.minecraft.item.crafting.Ingredient@3b70983, net.minecraft.item.crafting.Ingredient@3b70983]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:FancyWorkbench@3 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:FancyWorkbench@3:[net.minecraft.item.crafting.Ingredient@27895839, net.minecraft.item.crafting.Ingredient@5d272478, net.minecraft.item.crafting.Ingredient@6ba6898e, net.minecraft.item.crafting.Ingredient@616c4d4e, net.minecraft.item.crafting.Ingredient@5efd0943, net.minecraft.item.crafting.Ingredient@616c4d4e, net.minecraft.item.crafting.Ingredient@616c4d4e, net.minecraft.item.crafting.Ingredient@616c4d4e, net.minecraft.item.crafting.Ingredient@616c4d4e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:FancySign@3 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:FancySign@3:[net.minecraft.item.crafting.Ingredient@3e539553, net.minecraft.item.crafting.Ingredient@4b793ae7, net.minecraft.item.crafting.Ingredient@7d982e76]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:Desk@3 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:Desk@3:[net.minecraft.item.crafting.Ingredient@251c649a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@49f7536a, net.minecraft.item.crafting.Ingredient@345be58e, net.minecraft.item.crafting.Ingredient@345be58e, net.minecraft.item.crafting.Ingredient@345be58e, net.minecraft.item.crafting.Ingredient@423a01f7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@423a01f7]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:Clock@3 new recipe: RecipeStage{tier='three', recipe=1xtile.BiblioCraft:Clock@3:[net.minecraft.item.crafting.Ingredient@69c6ea88, net.minecraft.item.crafting.Ingredient@239df410, net.minecraft.item.crafting.Ingredient@69c6ea88, net.minecraft.item.crafting.Ingredient@69c6ea88, net.minecraft.item.crafting.Ingredient@47631da8, net.minecraft.item.crafting.Ingredient@69c6ea88, net.minecraft.item.crafting.Ingredient@69c6ea88, net.minecraft.item.crafting.Ingredient@2b2d4cfe, net.minecraft.item.crafting.Ingredient@69c6ea88]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:Case@3 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:Case@3:[net.minecraft.item.crafting.Ingredient@27ca083c, net.minecraft.item.crafting.Ingredient@6143cfa1, net.minecraft.item.crafting.Ingredient@27ca083c, net.minecraft.item.crafting.Ingredient@27ca083c, net.minecraft.item.crafting.Ingredient@59d8c9c5, net.minecraft.item.crafting.Ingredient@27ca083c, net.minecraft.item.crafting.Ingredient@27ca083c, net.minecraft.item.crafting.Ingredient@27ca083c, net.minecraft.item.crafting.Ingredient@27ca083c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:Bookcase@3 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:Bookcase@3:[net.minecraft.item.crafting.Ingredient@1fca3a95, net.minecraft.item.crafting.Ingredient@61e545bc, net.minecraft.item.crafting.Ingredient@1fca3a95, net.minecraft.item.crafting.Ingredient@1fca3a95, net.minecraft.item.crafting.Ingredient@61e545bc, net.minecraft.item.crafting.Ingredient@1fca3a95, net.minecraft.item.crafting.Ingredient@1fca3a95, net.minecraft.item.crafting.Ingredient@61e545bc, net.minecraft.item.crafting.Ingredient@1fca3a95]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:ArmorStand@3 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:ArmorStand@3:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@181851f7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@181851f7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@302db7ae, net.minecraft.item.crafting.Ingredient@302db7ae, net.minecraft.item.crafting.Ingredient@302db7ae]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.HandDrill@0 new recipe: RecipeStage{tier='two', recipe=1xitem.HandDrill@0:[net.minecraft.item.crafting.Ingredient@55d72433, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5cc47448, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@36ce61c3, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:Typewriter@13 new recipe: RecipeStage{tier='three', recipe=1xtile.BiblioCraft:Typewriter@13:[net.minecraft.item.crafting.Ingredient@3dd12b3f, net.minecraft.item.crafting.Ingredient@6a16dc0a, net.minecraft.item.crafting.Ingredient@3dd12b3f, net.minecraft.item.crafting.Ingredient@34a7bcd, net.minecraft.item.crafting.Ingredient@5f2ea6de, net.minecraft.item.crafting.Ingredient@34a7bcd, net.minecraft.item.crafting.Ingredient@6b92e6d7, net.minecraft.item.crafting.Ingredient@6b92e6d7, net.minecraft.item.crafting.Ingredient@6b92e6d7]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:SwordPedestal@13 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:SwordPedestal@13:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3116b14d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3116b14d, net.minecraft.item.crafting.Ingredient@42540fd5, net.minecraft.item.crafting.Ingredient@3116b14d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:Typewriter@7 new recipe: RecipeStage{tier='three', recipe=1xtile.BiblioCraft:Typewriter@7:[net.minecraft.item.crafting.Ingredient@1afc681d, net.minecraft.item.crafting.Ingredient@168fb0cb, net.minecraft.item.crafting.Ingredient@1afc681d, net.minecraft.item.crafting.Ingredient@f9d1065, net.minecraft.item.crafting.Ingredient@441ee11, net.minecraft.item.crafting.Ingredient@f9d1065, net.minecraft.item.crafting.Ingredient@7d84c204, net.minecraft.item.crafting.Ingredient@7d84c204, net.minecraft.item.crafting.Ingredient@7d84c204]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:SwordPedestal@7 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:SwordPedestal@7:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@21ea38f0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@21ea38f0, net.minecraft.item.crafting.Ingredient@64fbade, net.minecraft.item.crafting.Ingredient@21ea38f0]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xitem.FramingSheet@0 new recipe: RecipeStage{tier='two', recipe=2xitem.FramingSheet@0:[net.minecraft.item.crafting.Ingredient@3334e4fd, net.minecraft.item.crafting.Ingredient@5370fd5d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.FramingSaw@0 new recipe: RecipeStage{tier='two', recipe=1xitem.FramingSaw@0:[net.minecraft.item.crafting.Ingredient@4db2db36, net.minecraft.item.crafting.Ingredient@4db2db36, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4db2db36, net.minecraft.item.crafting.Ingredient@66cda4c3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@66cda4c3]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xitem.FramingBoard@0 new recipe: RecipeStage{tier='two', recipe=2xitem.FramingBoard@0:[net.minecraft.item.crafting.Ingredient@2e361d2e, net.minecraft.item.crafting.Ingredient@75986448]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:ToolRack@6 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:ToolRack@6:[net.minecraft.item.crafting.Ingredient@63dae1f0, net.minecraft.item.crafting.Ingredient@63dae1f0, net.minecraft.item.crafting.Ingredient@63dae1f0, net.minecraft.item.crafting.Ingredient@63dae1f0, net.minecraft.item.crafting.Ingredient@34bbd9e7, net.minecraft.item.crafting.Ingredient@63dae1f0, net.minecraft.item.crafting.Ingredient@63dae1f0, net.minecraft.item.crafting.Ingredient@63dae1f0, net.minecraft.item.crafting.Ingredient@63dae1f0]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:Table@6 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:Table@6:[net.minecraft.item.crafting.Ingredient@72194f32, net.minecraft.item.crafting.Ingredient@72194f32, net.minecraft.item.crafting.Ingredient@72194f32, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@79cf4bcc, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@79cf4bcc, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:Shelf@6 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:Shelf@6:[net.minecraft.item.crafting.Ingredient@78740d1b, net.minecraft.item.crafting.Ingredient@78740d1b, net.minecraft.item.crafting.Ingredient@78740d1b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7088a43b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@78740d1b, net.minecraft.item.crafting.Ingredient@78740d1b, net.minecraft.item.crafting.Ingredient@78740d1b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.seatback5@6 new recipe: RecipeStage{tier='two', recipe=1xitem.seatback5@6:[net.minecraft.item.crafting.Ingredient@33459b7, net.minecraft.item.crafting.Ingredient@32fcbb35, net.minecraft.item.crafting.Ingredient@36ef49e3]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.seatback4@6 new recipe: RecipeStage{tier='two', recipe=1xitem.seatback4@6:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@75b98802, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@69dfe6ae, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.seatback3@6 new recipe: RecipeStage{tier='two', recipe=1xitem.seatback3@6:[net.minecraft.item.crafting.Ingredient@524a7c0d, net.minecraft.item.crafting.Ingredient@403a885e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.seatback2@6 new recipe: RecipeStage{tier='two', recipe=1xitem.seatback2@6:[net.minecraft.item.crafting.Ingredient@4dc38e1, net.minecraft.item.crafting.Ingredient@18357067, net.minecraft.item.crafting.Ingredient@4dc38e1, net.minecraft.item.crafting.Ingredient@4dc38e1, net.minecraft.item.crafting.Ingredient@65dc2120, net.minecraft.item.crafting.Ingredient@4dc38e1, net.minecraft.item.crafting.Ingredient@4dc38e1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4dc38e1]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.seatback1@6 new recipe: RecipeStage{tier='two', recipe=1xitem.seatback1@6:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@788387bc, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@264f67f6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2dc1fba0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2dc1fba0]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:Seat@6 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:Seat@6:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@427cad4a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7f52b8ac, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4f926400, net.minecraft.item.crafting.Ingredient@70e3a7ac, net.minecraft.item.crafting.Ingredient@4f926400]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:PotionShelf@6 new recipe: RecipeStage{tier='three', recipe=1xtile.BiblioCraft:PotionShelf@6:[net.minecraft.item.crafting.Ingredient@61b7b53e, net.minecraft.item.crafting.Ingredient@61b7b53e, net.minecraft.item.crafting.Ingredient@61b7b53e, net.minecraft.item.crafting.Ingredient@c72dab2, net.minecraft.item.crafting.Ingredient@242c7936, net.minecraft.item.crafting.Ingredient@c72dab2, net.minecraft.item.crafting.Ingredient@61b7b53e, net.minecraft.item.crafting.Ingredient@61b7b53e, net.minecraft.item.crafting.Ingredient@61b7b53e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:PaintingFrameSimple@6 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:PaintingFrameSimple@6:[net.minecraft.item.crafting.Ingredient@69daf063, net.minecraft.item.crafting.Ingredient@4aa08c0e, net.minecraft.item.crafting.Ingredient@69daf063, net.minecraft.item.crafting.Ingredient@4aa08c0e, net.minecraft.item.crafting.Ingredient@3fcc5d3a, net.minecraft.item.crafting.Ingredient@4aa08c0e, net.minecraft.item.crafting.Ingredient@69daf063, net.minecraft.item.crafting.Ingredient@4aa08c0e, net.minecraft.item.crafting.Ingredient@69daf063]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:PaintingFrameMiddle@6 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:PaintingFrameMiddle@6:[net.minecraft.item.crafting.Ingredient@4e88fe13, net.minecraft.item.crafting.Ingredient@a4d5d42, net.minecraft.item.crafting.Ingredient@4e88fe13, net.minecraft.item.crafting.Ingredient@4e88fe13, net.minecraft.item.crafting.Ingredient@353c7ba3, net.minecraft.item.crafting.Ingredient@4e88fe13, net.minecraft.item.crafting.Ingredient@4e88fe13, net.minecraft.item.crafting.Ingredient@a4d5d42, net.minecraft.item.crafting.Ingredient@4e88fe13]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:PaintingFrameFlat@6 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:PaintingFrameFlat@6:[net.minecraft.item.crafting.Ingredient@7208a955, net.minecraft.item.crafting.Ingredient@7208a955, net.minecraft.item.crafting.Ingredient@7208a955, net.minecraft.item.crafting.Ingredient@7208a955, net.minecraft.item.crafting.Ingredient@71395233, net.minecraft.item.crafting.Ingredient@7208a955, net.minecraft.item.crafting.Ingredient@7208a955, net.minecraft.item.crafting.Ingredient@7208a955, net.minecraft.item.crafting.Ingredient@7208a955]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:PaintingFrameFancy@6 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:PaintingFrameFancy@6:[net.minecraft.item.crafting.Ingredient@7c71ba41, net.minecraft.item.crafting.Ingredient@7c71ba41, net.minecraft.item.crafting.Ingredient@7c71ba41, net.minecraft.item.crafting.Ingredient@7c71ba41, net.minecraft.item.crafting.Ingredient@3aba2841, net.minecraft.item.crafting.Ingredient@7c71ba41, net.minecraft.item.crafting.Ingredient@7c71ba41, net.minecraft.item.crafting.Ingredient@7c71ba41, net.minecraft.item.crafting.Ingredient@7c71ba41]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:PaintingFrameBorderless@6 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:PaintingFrameBorderless@6:[net.minecraft.item.crafting.Ingredient@5a077f7, net.minecraft.item.crafting.Ingredient@3df90444, net.minecraft.item.crafting.Ingredient@5a077f7, net.minecraft.item.crafting.Ingredient@3df90444, net.minecraft.item.crafting.Ingredient@3df90444, net.minecraft.item.crafting.Ingredient@3df90444, net.minecraft.item.crafting.Ingredient@5a077f7, net.minecraft.item.crafting.Ingredient@3df90444, net.minecraft.item.crafting.Ingredient@5a077f7]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:MapFrame@6 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:MapFrame@6:[net.minecraft.item.crafting.Ingredient@44a57e7d, net.minecraft.item.crafting.Ingredient@44a57e7d, net.minecraft.item.crafting.Ingredient@44a57e7d, net.minecraft.item.crafting.Ingredient@44a57e7d, net.minecraft.item.crafting.Ingredient@178c9583, net.minecraft.item.crafting.Ingredient@44a57e7d, net.minecraft.item.crafting.Ingredient@44a57e7d, net.minecraft.item.crafting.Ingredient@44a57e7d, net.minecraft.item.crafting.Ingredient@44a57e7d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:Label@6 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:Label@6:[net.minecraft.item.crafting.Ingredient@5afce07a, net.minecraft.item.crafting.Ingredient@5afce07a, net.minecraft.item.crafting.Ingredient@5afce07a, net.minecraft.item.crafting.Ingredient@5afce07a, net.minecraft.item.crafting.Ingredient@5afce07a, net.minecraft.item.crafting.Ingredient@5afce07a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:FurniturePaneler@6 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:FurniturePaneler@6:[net.minecraft.item.crafting.Ingredient@3b2f8b46, net.minecraft.item.crafting.Ingredient@7ee3a0b5, net.minecraft.item.crafting.Ingredient@3b2f8b46, net.minecraft.item.crafting.Ingredient@673df20f, net.minecraft.item.crafting.Ingredient@673df20f, net.minecraft.item.crafting.Ingredient@673df20f, net.minecraft.item.crafting.Ingredient@51a7ef44, net.minecraft.item.crafting.Ingredient@51a7ef44, net.minecraft.item.crafting.Ingredient@51a7ef44]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:FramedChest@6 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:FramedChest@6:[net.minecraft.item.crafting.Ingredient@798e9fae, net.minecraft.item.crafting.Ingredient@798e9fae, net.minecraft.item.crafting.Ingredient@798e9fae, net.minecraft.item.crafting.Ingredient@798e9fae, net.minecraft.item.crafting.Ingredient@485627f9, net.minecraft.item.crafting.Ingredient@798e9fae, net.minecraft.item.crafting.Ingredient@798e9fae, net.minecraft.item.crafting.Ingredient@798e9fae, net.minecraft.item.crafting.Ingredient@798e9fae]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:FancyWorkbench@6 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:FancyWorkbench@6:[net.minecraft.item.crafting.Ingredient@fd9549f, net.minecraft.item.crafting.Ingredient@4f589d7a, net.minecraft.item.crafting.Ingredient@720d0a5f, net.minecraft.item.crafting.Ingredient@36b9b625, net.minecraft.item.crafting.Ingredient@7059a628, net.minecraft.item.crafting.Ingredient@36b9b625, net.minecraft.item.crafting.Ingredient@36b9b625, net.minecraft.item.crafting.Ingredient@36b9b625, net.minecraft.item.crafting.Ingredient@36b9b625]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:FancySign@6 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:FancySign@6:[net.minecraft.item.crafting.Ingredient@5d3b1054, net.minecraft.item.crafting.Ingredient@202ddafc, net.minecraft.item.crafting.Ingredient@5e8007ca]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:Desk@6 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:Desk@6:[net.minecraft.item.crafting.Ingredient@5fe990fe, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1c76b99a, net.minecraft.item.crafting.Ingredient@798c6b6c, net.minecraft.item.crafting.Ingredient@798c6b6c, net.minecraft.item.crafting.Ingredient@798c6b6c, net.minecraft.item.crafting.Ingredient@37dafbc3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@37dafbc3]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:Clock@6 new recipe: RecipeStage{tier='three', recipe=1xtile.BiblioCraft:Clock@6:[net.minecraft.item.crafting.Ingredient@1f2e60af, net.minecraft.item.crafting.Ingredient@78560b59, net.minecraft.item.crafting.Ingredient@1f2e60af, net.minecraft.item.crafting.Ingredient@1f2e60af, net.minecraft.item.crafting.Ingredient@5871bb9b, net.minecraft.item.crafting.Ingredient@1f2e60af, net.minecraft.item.crafting.Ingredient@1f2e60af, net.minecraft.item.crafting.Ingredient@4f48a919, net.minecraft.item.crafting.Ingredient@1f2e60af]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:Case@6 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:Case@6:[net.minecraft.item.crafting.Ingredient@34b9fd83, net.minecraft.item.crafting.Ingredient@5a4cfe82, net.minecraft.item.crafting.Ingredient@34b9fd83, net.minecraft.item.crafting.Ingredient@34b9fd83, net.minecraft.item.crafting.Ingredient@6b7345e8, net.minecraft.item.crafting.Ingredient@34b9fd83, net.minecraft.item.crafting.Ingredient@34b9fd83, net.minecraft.item.crafting.Ingredient@34b9fd83, net.minecraft.item.crafting.Ingredient@34b9fd83]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:Bookcase@6 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:Bookcase@6:[net.minecraft.item.crafting.Ingredient@4f02d257, net.minecraft.item.crafting.Ingredient@14b9ff76, net.minecraft.item.crafting.Ingredient@4f02d257, net.minecraft.item.crafting.Ingredient@4f02d257, net.minecraft.item.crafting.Ingredient@14b9ff76, net.minecraft.item.crafting.Ingredient@4f02d257, net.minecraft.item.crafting.Ingredient@4f02d257, net.minecraft.item.crafting.Ingredient@14b9ff76, net.minecraft.item.crafting.Ingredient@4f02d257]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:ArmorStand@6 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:ArmorStand@6:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4dd7cc6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4dd7cc6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@d13f176, net.minecraft.item.crafting.Ingredient@d13f176, net.minecraft.item.crafting.Ingredient@d13f176]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:DiscRack@0 new recipe: RecipeStage{tier='three', recipe=1xtile.BiblioCraft:DiscRack@0:[net.minecraft.item.crafting.Ingredient@60ec62e0, net.minecraft.item.crafting.Ingredient@60ec62e0, net.minecraft.item.crafting.Ingredient@60ec62e0, net.minecraftforge.oredict.OreIngredient@6f8206db, net.minecraftforge.oredict.OreIngredient@6f8206db, net.minecraftforge.oredict.OreIngredient@6f8206db]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:DinnerPlate@0 new recipe: RecipeStage{tier='three', recipe=1xtile.BiblioCraft:DinnerPlate@0:[net.minecraft.item.crafting.Ingredient@58ca6ab6, net.minecraft.item.crafting.Ingredient@58ca6ab6, net.minecraft.item.crafting.Ingredient@58ca6ab6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:ToolRack@5 new recipe: RecipeStage{tier='one', recipe=1xtile.BiblioCraft:ToolRack@5:[net.minecraft.item.crafting.Ingredient@57799e97, net.minecraft.item.crafting.Ingredient@57799e97, net.minecraft.item.crafting.Ingredient@57799e97, net.minecraft.item.crafting.Ingredient@57799e97, net.minecraft.item.crafting.Ingredient@1d23e8d2, net.minecraft.item.crafting.Ingredient@57799e97, net.minecraft.item.crafting.Ingredient@57799e97, net.minecraft.item.crafting.Ingredient@57799e97, net.minecraft.item.crafting.Ingredient@57799e97]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:Table@5 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:Table@5:[net.minecraft.item.crafting.Ingredient@5fe8e65c, net.minecraft.item.crafting.Ingredient@5fe8e65c, net.minecraft.item.crafting.Ingredient@5fe8e65c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2c132d52, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2c132d52, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:Shelf@5 new recipe: RecipeStage{tier='one', recipe=1xtile.BiblioCraft:Shelf@5:[net.minecraft.item.crafting.Ingredient@72808a2a, net.minecraft.item.crafting.Ingredient@72808a2a, net.minecraft.item.crafting.Ingredient@72808a2a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5cb6c738, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@72808a2a, net.minecraft.item.crafting.Ingredient@72808a2a, net.minecraft.item.crafting.Ingredient@72808a2a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.seatback5@5 new recipe: RecipeStage{tier='two', recipe=1xitem.seatback5@5:[net.minecraft.item.crafting.Ingredient@3d0b9283, net.minecraft.item.crafting.Ingredient@48dd82a1, net.minecraft.item.crafting.Ingredient@3e28efec]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.seatback4@5 new recipe: RecipeStage{tier='two', recipe=1xitem.seatback4@5:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5890b06e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2d17219, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.seatback3@5 new recipe: RecipeStage{tier='two', recipe=1xitem.seatback3@5:[net.minecraft.item.crafting.Ingredient@2d850fa9, net.minecraft.item.crafting.Ingredient@3d1da33b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.seatback2@5 new recipe: RecipeStage{tier='two', recipe=1xitem.seatback2@5:[net.minecraft.item.crafting.Ingredient@2d3e61fa, net.minecraft.item.crafting.Ingredient@28428634, net.minecraft.item.crafting.Ingredient@2d3e61fa, net.minecraft.item.crafting.Ingredient@2d3e61fa, net.minecraft.item.crafting.Ingredient@3d5c2d28, net.minecraft.item.crafting.Ingredient@2d3e61fa, net.minecraft.item.crafting.Ingredient@2d3e61fa, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2d3e61fa]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.seatback1@5 new recipe: RecipeStage{tier='two', recipe=1xitem.seatback1@5:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6dfdec1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3c2e9f4a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2a91a19d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2a91a19d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:Seat@5 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:Seat@5:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1294437e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@57d79385, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7f7f00b7, net.minecraft.item.crafting.Ingredient@654201bd, net.minecraft.item.crafting.Ingredient@7f7f00b7]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:PotionShelf@5 new recipe: RecipeStage{tier='three', recipe=1xtile.BiblioCraft:PotionShelf@5:[net.minecraft.item.crafting.Ingredient@55088383, net.minecraft.item.crafting.Ingredient@55088383, net.minecraft.item.crafting.Ingredient@55088383, net.minecraft.item.crafting.Ingredient@4c9aa49e, net.minecraft.item.crafting.Ingredient@504c598, net.minecraft.item.crafting.Ingredient@4c9aa49e, net.minecraft.item.crafting.Ingredient@55088383, net.minecraft.item.crafting.Ingredient@55088383, net.minecraft.item.crafting.Ingredient@55088383]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:PaintingFrameSimple@5 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:PaintingFrameSimple@5:[net.minecraft.item.crafting.Ingredient@3ef91c2d, net.minecraft.item.crafting.Ingredient@171bf2ca, net.minecraft.item.crafting.Ingredient@3ef91c2d, net.minecraft.item.crafting.Ingredient@171bf2ca, net.minecraft.item.crafting.Ingredient@317027b7, net.minecraft.item.crafting.Ingredient@171bf2ca, net.minecraft.item.crafting.Ingredient@3ef91c2d, net.minecraft.item.crafting.Ingredient@171bf2ca, net.minecraft.item.crafting.Ingredient@3ef91c2d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:PaintingFrameMiddle@5 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:PaintingFrameMiddle@5:[net.minecraft.item.crafting.Ingredient@6a440ff8, net.minecraft.item.crafting.Ingredient@dca010a, net.minecraft.item.crafting.Ingredient@6a440ff8, net.minecraft.item.crafting.Ingredient@6a440ff8, net.minecraft.item.crafting.Ingredient@6c96d707, net.minecraft.item.crafting.Ingredient@6a440ff8, net.minecraft.item.crafting.Ingredient@6a440ff8, net.minecraft.item.crafting.Ingredient@dca010a, net.minecraft.item.crafting.Ingredient@6a440ff8]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:PaintingFrameFlat@5 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:PaintingFrameFlat@5:[net.minecraft.item.crafting.Ingredient@229c8fcf, net.minecraft.item.crafting.Ingredient@229c8fcf, net.minecraft.item.crafting.Ingredient@229c8fcf, net.minecraft.item.crafting.Ingredient@229c8fcf, net.minecraft.item.crafting.Ingredient@7c2bf7ec, net.minecraft.item.crafting.Ingredient@229c8fcf, net.minecraft.item.crafting.Ingredient@229c8fcf, net.minecraft.item.crafting.Ingredient@229c8fcf, net.minecraft.item.crafting.Ingredient@229c8fcf]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:PaintingFrameFancy@5 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:PaintingFrameFancy@5:[net.minecraft.item.crafting.Ingredient@5c9f46b2, net.minecraft.item.crafting.Ingredient@5c9f46b2, net.minecraft.item.crafting.Ingredient@5c9f46b2, net.minecraft.item.crafting.Ingredient@5c9f46b2, net.minecraft.item.crafting.Ingredient@6631c1dd, net.minecraft.item.crafting.Ingredient@5c9f46b2, net.minecraft.item.crafting.Ingredient@5c9f46b2, net.minecraft.item.crafting.Ingredient@5c9f46b2, net.minecraft.item.crafting.Ingredient@5c9f46b2]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:PaintingFrameBorderless@5 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:PaintingFrameBorderless@5:[net.minecraft.item.crafting.Ingredient@481b76a4, net.minecraft.item.crafting.Ingredient@4e384a2d, net.minecraft.item.crafting.Ingredient@481b76a4, net.minecraft.item.crafting.Ingredient@4e384a2d, net.minecraft.item.crafting.Ingredient@4e384a2d, net.minecraft.item.crafting.Ingredient@4e384a2d, net.minecraft.item.crafting.Ingredient@481b76a4, net.minecraft.item.crafting.Ingredient@4e384a2d, net.minecraft.item.crafting.Ingredient@481b76a4]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:MapFrame@5 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:MapFrame@5:[net.minecraft.item.crafting.Ingredient@50358b6b, net.minecraft.item.crafting.Ingredient@50358b6b, net.minecraft.item.crafting.Ingredient@50358b6b, net.minecraft.item.crafting.Ingredient@50358b6b, net.minecraft.item.crafting.Ingredient@12e994aa, net.minecraft.item.crafting.Ingredient@50358b6b, net.minecraft.item.crafting.Ingredient@50358b6b, net.minecraft.item.crafting.Ingredient@50358b6b, net.minecraft.item.crafting.Ingredient@50358b6b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:Label@5 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:Label@5:[net.minecraft.item.crafting.Ingredient@54a30754, net.minecraft.item.crafting.Ingredient@54a30754, net.minecraft.item.crafting.Ingredient@54a30754, net.minecraft.item.crafting.Ingredient@54a30754, net.minecraft.item.crafting.Ingredient@54a30754, net.minecraft.item.crafting.Ingredient@54a30754]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:FurniturePaneler@5 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:FurniturePaneler@5:[net.minecraft.item.crafting.Ingredient@7847f689, net.minecraft.item.crafting.Ingredient@68e70664, net.minecraft.item.crafting.Ingredient@7847f689, net.minecraft.item.crafting.Ingredient@f634, net.minecraft.item.crafting.Ingredient@f634, net.minecraft.item.crafting.Ingredient@f634, net.minecraft.item.crafting.Ingredient@35881c74, net.minecraft.item.crafting.Ingredient@35881c74, net.minecraft.item.crafting.Ingredient@35881c74]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:FramedChest@5 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:FramedChest@5:[net.minecraft.item.crafting.Ingredient@1ddf7de5, net.minecraft.item.crafting.Ingredient@1ddf7de5, net.minecraft.item.crafting.Ingredient@1ddf7de5, net.minecraft.item.crafting.Ingredient@1ddf7de5, net.minecraft.item.crafting.Ingredient@59303361, net.minecraft.item.crafting.Ingredient@1ddf7de5, net.minecraft.item.crafting.Ingredient@1ddf7de5, net.minecraft.item.crafting.Ingredient@1ddf7de5, net.minecraft.item.crafting.Ingredient@1ddf7de5]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:FancyWorkbench@5 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:FancyWorkbench@5:[net.minecraft.item.crafting.Ingredient@30611faa, net.minecraft.item.crafting.Ingredient@129aa2c1, net.minecraft.item.crafting.Ingredient@741ce36f, net.minecraft.item.crafting.Ingredient@479a517d, net.minecraft.item.crafting.Ingredient@10fed3de, net.minecraft.item.crafting.Ingredient@479a517d, net.minecraft.item.crafting.Ingredient@479a517d, net.minecraft.item.crafting.Ingredient@479a517d, net.minecraft.item.crafting.Ingredient@479a517d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:FancySign@5 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:FancySign@5:[net.minecraft.item.crafting.Ingredient@d633898, net.minecraft.item.crafting.Ingredient@2ef18d09, net.minecraft.item.crafting.Ingredient@13a799d3]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:Desk@5 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:Desk@5:[net.minecraft.item.crafting.Ingredient@163d37cc, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@27767e0d, net.minecraft.item.crafting.Ingredient@29809f82, net.minecraft.item.crafting.Ingredient@29809f82, net.minecraft.item.crafting.Ingredient@29809f82, net.minecraft.item.crafting.Ingredient@6e3c97f6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6e3c97f6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:Clock@5 new recipe: RecipeStage{tier='three', recipe=1xtile.BiblioCraft:Clock@5:[net.minecraft.item.crafting.Ingredient@5a8b33b8, net.minecraft.item.crafting.Ingredient@78a1219, net.minecraft.item.crafting.Ingredient@5a8b33b8, net.minecraft.item.crafting.Ingredient@5a8b33b8, net.minecraft.item.crafting.Ingredient@1dd8ef67, net.minecraft.item.crafting.Ingredient@5a8b33b8, net.minecraft.item.crafting.Ingredient@5a8b33b8, net.minecraft.item.crafting.Ingredient@7a99c5a, net.minecraft.item.crafting.Ingredient@5a8b33b8]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:Case@5 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:Case@5:[net.minecraft.item.crafting.Ingredient@4208d159, net.minecraft.item.crafting.Ingredient@7b7e629f, net.minecraft.item.crafting.Ingredient@4208d159, net.minecraft.item.crafting.Ingredient@4208d159, net.minecraft.item.crafting.Ingredient@259cf3a5, net.minecraft.item.crafting.Ingredient@4208d159, net.minecraft.item.crafting.Ingredient@4208d159, net.minecraft.item.crafting.Ingredient@4208d159, net.minecraft.item.crafting.Ingredient@4208d159]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:Bookcase@5 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:Bookcase@5:[net.minecraft.item.crafting.Ingredient@7a25c6da, net.minecraft.item.crafting.Ingredient@5d49b306, net.minecraft.item.crafting.Ingredient@7a25c6da, net.minecraft.item.crafting.Ingredient@7a25c6da, net.minecraft.item.crafting.Ingredient@5d49b306, net.minecraft.item.crafting.Ingredient@7a25c6da, net.minecraft.item.crafting.Ingredient@7a25c6da, net.minecraft.item.crafting.Ingredient@5d49b306, net.minecraft.item.crafting.Ingredient@7a25c6da]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:ArmorStand@5 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:ArmorStand@5:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6652cd48, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6652cd48, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4533f063, net.minecraft.item.crafting.Ingredient@4533f063, net.minecraft.item.crafting.Ingredient@4533f063]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:Typewriter@9 new recipe: RecipeStage{tier='three', recipe=1xtile.BiblioCraft:Typewriter@9:[net.minecraft.item.crafting.Ingredient@20f4836a, net.minecraft.item.crafting.Ingredient@5b894da5, net.minecraft.item.crafting.Ingredient@20f4836a, net.minecraft.item.crafting.Ingredient@624d9600, net.minecraft.item.crafting.Ingredient@53a52f0d, net.minecraft.item.crafting.Ingredient@624d9600, net.minecraft.item.crafting.Ingredient@57ce19c0, net.minecraft.item.crafting.Ingredient@57ce19c0, net.minecraft.item.crafting.Ingredient@57ce19c0]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:SwordPedestal@9 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:SwordPedestal@9:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@15487d6f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@15487d6f, net.minecraft.item.crafting.Ingredient@f7e0975, net.minecraft.item.crafting.Ingredient@15487d6f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:CookieJar@0 new recipe: RecipeStage{tier='three', recipe=1xtile.BiblioCraft:CookieJar@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@cd9d38a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@43c8fabb, net.minecraft.item.crafting.Ingredient@1ca3e5b0, net.minecraft.item.crafting.Ingredient@43c8fabb, net.minecraft.item.crafting.Ingredient@43c8fabb, net.minecraft.item.crafting.Ingredient@787f9fb9, net.minecraft.item.crafting.Ingredient@43c8fabb]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.compass@0 new recipe: RecipeStage{tier='two', recipe=1xitem.compass@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@39ea4033, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@39ea4033, net.minecraft.item.crafting.Ingredient@41df341f, net.minecraft.item.crafting.Ingredient@39ea4033, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@39ea4033, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:Typewriter@12 new recipe: RecipeStage{tier='three', recipe=1xtile.BiblioCraft:Typewriter@12:[net.minecraft.item.crafting.Ingredient@10cac6b9, net.minecraft.item.crafting.Ingredient@244a0d1b, net.minecraft.item.crafting.Ingredient@10cac6b9, net.minecraft.item.crafting.Ingredient@155034da, net.minecraft.item.crafting.Ingredient@4f0997f4, net.minecraft.item.crafting.Ingredient@155034da, net.minecraft.item.crafting.Ingredient@9306fa2, net.minecraft.item.crafting.Ingredient@9306fa2, net.minecraft.item.crafting.Ingredient@9306fa2]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:SwordPedestal@12 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:SwordPedestal@12:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@60f637b0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@60f637b0, net.minecraft.item.crafting.Ingredient@2913ce3d, net.minecraft.item.crafting.Ingredient@60f637b0]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:Typewriter@11 new recipe: RecipeStage{tier='three', recipe=1xtile.BiblioCraft:Typewriter@11:[net.minecraft.item.crafting.Ingredient@5516a78d, net.minecraft.item.crafting.Ingredient@7f84101c, net.minecraft.item.crafting.Ingredient@5516a78d, net.minecraft.item.crafting.Ingredient@f4e6c0c, net.minecraft.item.crafting.Ingredient@353244c7, net.minecraft.item.crafting.Ingredient@f4e6c0c, net.minecraft.item.crafting.Ingredient@55f8b723, net.minecraft.item.crafting.Ingredient@55f8b723, net.minecraft.item.crafting.Ingredient@55f8b723]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:SwordPedestal@11 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:SwordPedestal@11:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4193e8f5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4193e8f5, net.minecraft.item.crafting.Ingredient@516bc17e, net.minecraft.item.crafting.Ingredient@4193e8f5]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:Typewriter@15 new recipe: RecipeStage{tier='three', recipe=1xtile.BiblioCraft:Typewriter@15:[net.minecraft.item.crafting.Ingredient@5dd1ce22, net.minecraft.item.crafting.Ingredient@45f0c7cd, net.minecraft.item.crafting.Ingredient@5dd1ce22, net.minecraft.item.crafting.Ingredient@6de088d, net.minecraft.item.crafting.Ingredient@60eff30b, net.minecraft.item.crafting.Ingredient@6de088d, net.minecraft.item.crafting.Ingredient@331c81ea, net.minecraft.item.crafting.Ingredient@331c81ea, net.minecraft.item.crafting.Ingredient@331c81ea]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:SwordPedestal@15 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:SwordPedestal@15:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4e511f72, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4e511f72, net.minecraft.item.crafting.Ingredient@31088eed, net.minecraft.item.crafting.Ingredient@4e511f72]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:ToolRack@2 new recipe: RecipeStage{tier='one', recipe=1xtile.BiblioCraft:ToolRack@2:[net.minecraft.item.crafting.Ingredient@c33d47e, net.minecraft.item.crafting.Ingredient@c33d47e, net.minecraft.item.crafting.Ingredient@c33d47e, net.minecraft.item.crafting.Ingredient@c33d47e, net.minecraft.item.crafting.Ingredient@3fc7a8e1, net.minecraft.item.crafting.Ingredient@c33d47e, net.minecraft.item.crafting.Ingredient@c33d47e, net.minecraft.item.crafting.Ingredient@c33d47e, net.minecraft.item.crafting.Ingredient@c33d47e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:Table@2 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:Table@2:[net.minecraft.item.crafting.Ingredient@3d65cc8, net.minecraft.item.crafting.Ingredient@3d65cc8, net.minecraft.item.crafting.Ingredient@3d65cc8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5e201c17, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5e201c17, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:Shelf@2 new recipe: RecipeStage{tier='one', recipe=1xtile.BiblioCraft:Shelf@2:[net.minecraft.item.crafting.Ingredient@54d5967c, net.minecraft.item.crafting.Ingredient@54d5967c, net.minecraft.item.crafting.Ingredient@54d5967c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6ba0a578, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@54d5967c, net.minecraft.item.crafting.Ingredient@54d5967c, net.minecraft.item.crafting.Ingredient@54d5967c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.seatback5@2 new recipe: RecipeStage{tier='two', recipe=1xitem.seatback5@2:[net.minecraft.item.crafting.Ingredient@6fbc81a9, net.minecraft.item.crafting.Ingredient@7c115181, net.minecraft.item.crafting.Ingredient@37ff4259]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.seatback4@2 new recipe: RecipeStage{tier='two', recipe=1xitem.seatback4@2:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@45d90af0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@38b72b65, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.seatback3@2 new recipe: RecipeStage{tier='two', recipe=1xitem.seatback3@2:[net.minecraft.item.crafting.Ingredient@73c7d8a5, net.minecraft.item.crafting.Ingredient@73ca3208]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.seatback2@2 new recipe: RecipeStage{tier='two', recipe=1xitem.seatback2@2:[net.minecraft.item.crafting.Ingredient@5c8d4a8a, net.minecraft.item.crafting.Ingredient@3e56d000, net.minecraft.item.crafting.Ingredient@5c8d4a8a, net.minecraft.item.crafting.Ingredient@5c8d4a8a, net.minecraft.item.crafting.Ingredient@1541bec1, net.minecraft.item.crafting.Ingredient@5c8d4a8a, net.minecraft.item.crafting.Ingredient@5c8d4a8a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5c8d4a8a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.seatback1@2 new recipe: RecipeStage{tier='two', recipe=1xitem.seatback1@2:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4e84715d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@153db72, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@613024f3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@613024f3]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:Seat@2 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:Seat@2:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@48787cbc, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2428a63d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@531b66e, net.minecraft.item.crafting.Ingredient@397d1b6c, net.minecraft.item.crafting.Ingredient@531b66e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:PotionShelf@2 new recipe: RecipeStage{tier='three', recipe=1xtile.BiblioCraft:PotionShelf@2:[net.minecraft.item.crafting.Ingredient@78c0df08, net.minecraft.item.crafting.Ingredient@78c0df08, net.minecraft.item.crafting.Ingredient@78c0df08, net.minecraft.item.crafting.Ingredient@aeec9ae, net.minecraft.item.crafting.Ingredient@31120a41, net.minecraft.item.crafting.Ingredient@aeec9ae, net.minecraft.item.crafting.Ingredient@78c0df08, net.minecraft.item.crafting.Ingredient@78c0df08, net.minecraft.item.crafting.Ingredient@78c0df08]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:PaintingFrameSimple@2 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:PaintingFrameSimple@2:[net.minecraft.item.crafting.Ingredient@16c88560, net.minecraft.item.crafting.Ingredient@19e50b1, net.minecraft.item.crafting.Ingredient@16c88560, net.minecraft.item.crafting.Ingredient@19e50b1, net.minecraft.item.crafting.Ingredient@5b7b946, net.minecraft.item.crafting.Ingredient@19e50b1, net.minecraft.item.crafting.Ingredient@16c88560, net.minecraft.item.crafting.Ingredient@19e50b1, net.minecraft.item.crafting.Ingredient@16c88560]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:PaintingFrameMiddle@2 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:PaintingFrameMiddle@2:[net.minecraft.item.crafting.Ingredient@25068cb1, net.minecraft.item.crafting.Ingredient@44bbdfc2, net.minecraft.item.crafting.Ingredient@25068cb1, net.minecraft.item.crafting.Ingredient@25068cb1, net.minecraft.item.crafting.Ingredient@71a0dd98, net.minecraft.item.crafting.Ingredient@25068cb1, net.minecraft.item.crafting.Ingredient@25068cb1, net.minecraft.item.crafting.Ingredient@44bbdfc2, net.minecraft.item.crafting.Ingredient@25068cb1]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:PaintingFrameFlat@2 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:PaintingFrameFlat@2:[net.minecraft.item.crafting.Ingredient@e11c07, net.minecraft.item.crafting.Ingredient@e11c07, net.minecraft.item.crafting.Ingredient@e11c07, net.minecraft.item.crafting.Ingredient@e11c07, net.minecraft.item.crafting.Ingredient@41bb7a6c, net.minecraft.item.crafting.Ingredient@e11c07, net.minecraft.item.crafting.Ingredient@e11c07, net.minecraft.item.crafting.Ingredient@e11c07, net.minecraft.item.crafting.Ingredient@e11c07]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:PaintingFrameFancy@2 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:PaintingFrameFancy@2:[net.minecraft.item.crafting.Ingredient@51eb6a4a, net.minecraft.item.crafting.Ingredient@51eb6a4a, net.minecraft.item.crafting.Ingredient@51eb6a4a, net.minecraft.item.crafting.Ingredient@51eb6a4a, net.minecraft.item.crafting.Ingredient@100bbb2f, net.minecraft.item.crafting.Ingredient@51eb6a4a, net.minecraft.item.crafting.Ingredient@51eb6a4a, net.minecraft.item.crafting.Ingredient@51eb6a4a, net.minecraft.item.crafting.Ingredient@51eb6a4a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:PaintingFrameBorderless@2 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:PaintingFrameBorderless@2:[net.minecraft.item.crafting.Ingredient@c09179e, net.minecraft.item.crafting.Ingredient@1685f647, net.minecraft.item.crafting.Ingredient@c09179e, net.minecraft.item.crafting.Ingredient@1685f647, net.minecraft.item.crafting.Ingredient@1685f647, net.minecraft.item.crafting.Ingredient@1685f647, net.minecraft.item.crafting.Ingredient@c09179e, net.minecraft.item.crafting.Ingredient@1685f647, net.minecraft.item.crafting.Ingredient@c09179e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:MapFrame@2 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:MapFrame@2:[net.minecraft.item.crafting.Ingredient@41dde8e2, net.minecraft.item.crafting.Ingredient@41dde8e2, net.minecraft.item.crafting.Ingredient@41dde8e2, net.minecraft.item.crafting.Ingredient@41dde8e2, net.minecraft.item.crafting.Ingredient@6799e078, net.minecraft.item.crafting.Ingredient@41dde8e2, net.minecraft.item.crafting.Ingredient@41dde8e2, net.minecraft.item.crafting.Ingredient@41dde8e2, net.minecraft.item.crafting.Ingredient@41dde8e2]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:Label@2 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:Label@2:[net.minecraft.item.crafting.Ingredient@9cdba24, net.minecraft.item.crafting.Ingredient@9cdba24, net.minecraft.item.crafting.Ingredient@9cdba24, net.minecraft.item.crafting.Ingredient@9cdba24, net.minecraft.item.crafting.Ingredient@9cdba24, net.minecraft.item.crafting.Ingredient@9cdba24]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:FurniturePaneler@2 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:FurniturePaneler@2:[net.minecraft.item.crafting.Ingredient@575347da, net.minecraft.item.crafting.Ingredient@7acb4a1c, net.minecraft.item.crafting.Ingredient@575347da, net.minecraft.item.crafting.Ingredient@8a5eb76, net.minecraft.item.crafting.Ingredient@8a5eb76, net.minecraft.item.crafting.Ingredient@8a5eb76, net.minecraft.item.crafting.Ingredient@a70ecc7, net.minecraft.item.crafting.Ingredient@a70ecc7, net.minecraft.item.crafting.Ingredient@a70ecc7]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:FramedChest@2 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:FramedChest@2:[net.minecraft.item.crafting.Ingredient@100afebb, net.minecraft.item.crafting.Ingredient@100afebb, net.minecraft.item.crafting.Ingredient@100afebb, net.minecraft.item.crafting.Ingredient@100afebb, net.minecraft.item.crafting.Ingredient@e255a1e, net.minecraft.item.crafting.Ingredient@100afebb, net.minecraft.item.crafting.Ingredient@100afebb, net.minecraft.item.crafting.Ingredient@100afebb, net.minecraft.item.crafting.Ingredient@100afebb]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:FancyWorkbench@2 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:FancyWorkbench@2:[net.minecraft.item.crafting.Ingredient@7300a3ef, net.minecraft.item.crafting.Ingredient@39d2c31f, net.minecraft.item.crafting.Ingredient@5d3267c5, net.minecraft.item.crafting.Ingredient@38507625, net.minecraft.item.crafting.Ingredient@147e0f57, net.minecraft.item.crafting.Ingredient@38507625, net.minecraft.item.crafting.Ingredient@38507625, net.minecraft.item.crafting.Ingredient@38507625, net.minecraft.item.crafting.Ingredient@38507625]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:FancySign@2 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:FancySign@2:[net.minecraft.item.crafting.Ingredient@71a6aca3, net.minecraft.item.crafting.Ingredient@51f6d19c, net.minecraft.item.crafting.Ingredient@49b006c0]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:Desk@2 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:Desk@2:[net.minecraft.item.crafting.Ingredient@3064a33b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@44ce74fa, net.minecraft.item.crafting.Ingredient@3b5f575d, net.minecraft.item.crafting.Ingredient@3b5f575d, net.minecraft.item.crafting.Ingredient@3b5f575d, net.minecraft.item.crafting.Ingredient@3dbc50a0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3dbc50a0]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:Clock@2 new recipe: RecipeStage{tier='three', recipe=1xtile.BiblioCraft:Clock@2:[net.minecraft.item.crafting.Ingredient@c9055e8, net.minecraft.item.crafting.Ingredient@7ad8bdf8, net.minecraft.item.crafting.Ingredient@c9055e8, net.minecraft.item.crafting.Ingredient@c9055e8, net.minecraft.item.crafting.Ingredient@6024244e, net.minecraft.item.crafting.Ingredient@c9055e8, net.minecraft.item.crafting.Ingredient@c9055e8, net.minecraft.item.crafting.Ingredient@3b83bc35, net.minecraft.item.crafting.Ingredient@c9055e8]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:Case@2 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:Case@2:[net.minecraft.item.crafting.Ingredient@6db9e188, net.minecraft.item.crafting.Ingredient@10adc8cc, net.minecraft.item.crafting.Ingredient@6db9e188, net.minecraft.item.crafting.Ingredient@6db9e188, net.minecraft.item.crafting.Ingredient@4c2782c6, net.minecraft.item.crafting.Ingredient@6db9e188, net.minecraft.item.crafting.Ingredient@6db9e188, net.minecraft.item.crafting.Ingredient@6db9e188, net.minecraft.item.crafting.Ingredient@6db9e188]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:Bookcase@2 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:Bookcase@2:[net.minecraft.item.crafting.Ingredient@1b422370, net.minecraft.item.crafting.Ingredient@23063bde, net.minecraft.item.crafting.Ingredient@1b422370, net.minecraft.item.crafting.Ingredient@1b422370, net.minecraft.item.crafting.Ingredient@23063bde, net.minecraft.item.crafting.Ingredient@1b422370, net.minecraft.item.crafting.Ingredient@1b422370, net.minecraft.item.crafting.Ingredient@23063bde, net.minecraft.item.crafting.Ingredient@1b422370]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:ArmorStand@2 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:ArmorStand@2:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@940b457, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@940b457, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@47aca9fe, net.minecraft.item.crafting.Ingredient@47aca9fe, net.minecraft.item.crafting.Ingredient@47aca9fe]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.BigBook@0 new recipe: RecipeStage{tier='two', recipe=1xitem.BigBook@0:[net.minecraft.item.crafting.Ingredient@32206926, net.minecraft.item.crafting.Ingredient@32206926, net.minecraft.item.crafting.Ingredient@32206926, net.minecraft.item.crafting.Ingredient@32206926, net.minecraft.item.crafting.Ingredient@14df0c94, net.minecraft.item.crafting.Ingredient@32206926, net.minecraft.item.crafting.Ingredient@32206926, net.minecraft.item.crafting.Ingredient@32206926, net.minecraft.item.crafting.Ingredient@32206926]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.BiblioDrill@0 new recipe: RecipeStage{tier='three', recipe=1xitem.BiblioDrill@0:[net.minecraft.item.crafting.Ingredient@74b195ba, net.minecraft.item.crafting.Ingredient@6c86420, net.minecraft.item.crafting.Ingredient@6c86420, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@51f1f188, net.minecraft.item.crafting.Ingredient@6c86420, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@77777e87]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.BiblioClipboard@0 new recipe: RecipeStage{tier='three', recipe=1xitem.BiblioClipboard@0:[net.minecraft.item.crafting.Ingredient@140ae29, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7e553df7, net.minecraft.item.crafting.Ingredient@2430e61a, net.minecraft.item.crafting.Ingredient@2430e61a, net.minecraft.item.crafting.Ingredient@2430e61a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@33ffcf39, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.BiblioChase@0 new recipe: RecipeStage{tier='three', recipe=1xitem.BiblioChase@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@39af1e4b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@39af1e4b, net.minecraft.item.crafting.Ingredient@59135539, net.minecraft.item.crafting.Ingredient@39af1e4b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@39af1e4b, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:Bell@0 new recipe: RecipeStage{tier='three', recipe=1xtile.BiblioCraft:Bell@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4a98ced2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@97f9d00, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@97f9d00, net.minecraft.item.crafting.Ingredient@2ef799cd, net.minecraft.item.crafting.Ingredient@97f9d00]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.AtlasBook@0 new recipe: RecipeStage{tier='two', recipe=1xitem.AtlasBook@0:[net.minecraft.item.crafting.Ingredient@4379eeea, net.minecraft.item.crafting.Ingredient@7f2c10fb, net.minecraft.item.crafting.Ingredient@4379eeea, net.minecraft.item.crafting.Ingredient@4379eeea, net.minecraft.item.crafting.Ingredient@1a5bc016, net.minecraft.item.crafting.Ingredient@4379eeea, net.minecraft.item.crafting.Ingredient@4379eeea, net.minecraft.item.crafting.Ingredient@5a2e32f3, net.minecraft.item.crafting.Ingredient@4379eeea]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:ToolRack@4 new recipe: RecipeStage{tier='one', recipe=1xtile.BiblioCraft:ToolRack@4:[net.minecraft.item.crafting.Ingredient@66602fbc, net.minecraft.item.crafting.Ingredient@66602fbc, net.minecraft.item.crafting.Ingredient@66602fbc, net.minecraft.item.crafting.Ingredient@66602fbc, net.minecraft.item.crafting.Ingredient@3b7c5952, net.minecraft.item.crafting.Ingredient@66602fbc, net.minecraft.item.crafting.Ingredient@66602fbc, net.minecraft.item.crafting.Ingredient@66602fbc, net.minecraft.item.crafting.Ingredient@66602fbc]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:Table@4 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:Table@4:[net.minecraft.item.crafting.Ingredient@59a1cbb2, net.minecraft.item.crafting.Ingredient@59a1cbb2, net.minecraft.item.crafting.Ingredient@59a1cbb2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3e535730, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3e535730, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:Shelf@4 new recipe: RecipeStage{tier='one', recipe=1xtile.BiblioCraft:Shelf@4:[net.minecraft.item.crafting.Ingredient@7ed39821, net.minecraft.item.crafting.Ingredient@7ed39821, net.minecraft.item.crafting.Ingredient@7ed39821, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1b1c30bc, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7ed39821, net.minecraft.item.crafting.Ingredient@7ed39821, net.minecraft.item.crafting.Ingredient@7ed39821]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.seatback5@4 new recipe: RecipeStage{tier='two', recipe=1xitem.seatback5@4:[net.minecraft.item.crafting.Ingredient@335c611d, net.minecraft.item.crafting.Ingredient@1fc71999, net.minecraft.item.crafting.Ingredient@498a7741]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.seatback4@4 new recipe: RecipeStage{tier='two', recipe=1xitem.seatback4@4:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@13697d96, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@776e7f6c, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.seatback3@4 new recipe: RecipeStage{tier='two', recipe=1xitem.seatback3@4:[net.minecraft.item.crafting.Ingredient@97d6c27, net.minecraft.item.crafting.Ingredient@6dafcea6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.seatback2@4 new recipe: RecipeStage{tier='two', recipe=1xitem.seatback2@4:[net.minecraft.item.crafting.Ingredient@7fa91a53, net.minecraft.item.crafting.Ingredient@261ba703, net.minecraft.item.crafting.Ingredient@7fa91a53, net.minecraft.item.crafting.Ingredient@7fa91a53, net.minecraft.item.crafting.Ingredient@427ab5e1, net.minecraft.item.crafting.Ingredient@7fa91a53, net.minecraft.item.crafting.Ingredient@7fa91a53, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7fa91a53]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.seatback1@4 new recipe: RecipeStage{tier='two', recipe=1xitem.seatback1@4:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7f20869, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@695d9d41, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6deb249f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6deb249f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:Seat@4 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:Seat@4:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@f1613d2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1e3af84f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@a32a3f1, net.minecraft.item.crafting.Ingredient@2fa45fad, net.minecraft.item.crafting.Ingredient@a32a3f1]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:PotionShelf@4 new recipe: RecipeStage{tier='three', recipe=1xtile.BiblioCraft:PotionShelf@4:[net.minecraft.item.crafting.Ingredient@40a54df, net.minecraft.item.crafting.Ingredient@40a54df, net.minecraft.item.crafting.Ingredient@40a54df, net.minecraft.item.crafting.Ingredient@4bc44ea3, net.minecraft.item.crafting.Ingredient@4c4843d6, net.minecraft.item.crafting.Ingredient@4bc44ea3, net.minecraft.item.crafting.Ingredient@40a54df, net.minecraft.item.crafting.Ingredient@40a54df, net.minecraft.item.crafting.Ingredient@40a54df]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:PaintingFrameSimple@4 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:PaintingFrameSimple@4:[net.minecraft.item.crafting.Ingredient@76d8c89e, net.minecraft.item.crafting.Ingredient@3aa2b4d3, net.minecraft.item.crafting.Ingredient@76d8c89e, net.minecraft.item.crafting.Ingredient@3aa2b4d3, net.minecraft.item.crafting.Ingredient@14e057d4, net.minecraft.item.crafting.Ingredient@3aa2b4d3, net.minecraft.item.crafting.Ingredient@76d8c89e, net.minecraft.item.crafting.Ingredient@3aa2b4d3, net.minecraft.item.crafting.Ingredient@76d8c89e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:PaintingFrameMiddle@4 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:PaintingFrameMiddle@4:[net.minecraft.item.crafting.Ingredient@234ad87d, net.minecraft.item.crafting.Ingredient@790a6689, net.minecraft.item.crafting.Ingredient@234ad87d, net.minecraft.item.crafting.Ingredient@234ad87d, net.minecraft.item.crafting.Ingredient@fe06f28, net.minecraft.item.crafting.Ingredient@234ad87d, net.minecraft.item.crafting.Ingredient@234ad87d, net.minecraft.item.crafting.Ingredient@790a6689, net.minecraft.item.crafting.Ingredient@234ad87d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:PaintingFrameFlat@4 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:PaintingFrameFlat@4:[net.minecraft.item.crafting.Ingredient@253473df, net.minecraft.item.crafting.Ingredient@253473df, net.minecraft.item.crafting.Ingredient@253473df, net.minecraft.item.crafting.Ingredient@253473df, net.minecraft.item.crafting.Ingredient@18a280f1, net.minecraft.item.crafting.Ingredient@253473df, net.minecraft.item.crafting.Ingredient@253473df, net.minecraft.item.crafting.Ingredient@253473df, net.minecraft.item.crafting.Ingredient@253473df]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:PaintingFrameFancy@4 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:PaintingFrameFancy@4:[net.minecraft.item.crafting.Ingredient@25de232, net.minecraft.item.crafting.Ingredient@25de232, net.minecraft.item.crafting.Ingredient@25de232, net.minecraft.item.crafting.Ingredient@25de232, net.minecraft.item.crafting.Ingredient@668fc181, net.minecraft.item.crafting.Ingredient@25de232, net.minecraft.item.crafting.Ingredient@25de232, net.minecraft.item.crafting.Ingredient@25de232, net.minecraft.item.crafting.Ingredient@25de232]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:PaintingFrameBorderless@4 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:PaintingFrameBorderless@4:[net.minecraft.item.crafting.Ingredient@2f849314, net.minecraft.item.crafting.Ingredient@74fc47d6, net.minecraft.item.crafting.Ingredient@2f849314, net.minecraft.item.crafting.Ingredient@74fc47d6, net.minecraft.item.crafting.Ingredient@74fc47d6, net.minecraft.item.crafting.Ingredient@74fc47d6, net.minecraft.item.crafting.Ingredient@2f849314, net.minecraft.item.crafting.Ingredient@74fc47d6, net.minecraft.item.crafting.Ingredient@2f849314]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:MapFrame@4 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:MapFrame@4:[net.minecraft.item.crafting.Ingredient@470e88ad, net.minecraft.item.crafting.Ingredient@470e88ad, net.minecraft.item.crafting.Ingredient@470e88ad, net.minecraft.item.crafting.Ingredient@470e88ad, net.minecraft.item.crafting.Ingredient@5671b1ce, net.minecraft.item.crafting.Ingredient@470e88ad, net.minecraft.item.crafting.Ingredient@470e88ad, net.minecraft.item.crafting.Ingredient@470e88ad, net.minecraft.item.crafting.Ingredient@470e88ad]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:Label@4 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:Label@4:[net.minecraft.item.crafting.Ingredient@18532f0c, net.minecraft.item.crafting.Ingredient@18532f0c, net.minecraft.item.crafting.Ingredient@18532f0c, net.minecraft.item.crafting.Ingredient@18532f0c, net.minecraft.item.crafting.Ingredient@18532f0c, net.minecraft.item.crafting.Ingredient@18532f0c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:FurniturePaneler@4 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:FurniturePaneler@4:[net.minecraft.item.crafting.Ingredient@6bb06238, net.minecraft.item.crafting.Ingredient@7e6d0a3f, net.minecraft.item.crafting.Ingredient@6bb06238, net.minecraft.item.crafting.Ingredient@34fce83b, net.minecraft.item.crafting.Ingredient@34fce83b, net.minecraft.item.crafting.Ingredient@34fce83b, net.minecraft.item.crafting.Ingredient@2c5d6608, net.minecraft.item.crafting.Ingredient@2c5d6608, net.minecraft.item.crafting.Ingredient@2c5d6608]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:FramedChest@4 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:FramedChest@4:[net.minecraft.item.crafting.Ingredient@117737a, net.minecraft.item.crafting.Ingredient@117737a, net.minecraft.item.crafting.Ingredient@117737a, net.minecraft.item.crafting.Ingredient@117737a, net.minecraft.item.crafting.Ingredient@7c53fe0c, net.minecraft.item.crafting.Ingredient@117737a, net.minecraft.item.crafting.Ingredient@117737a, net.minecraft.item.crafting.Ingredient@117737a, net.minecraft.item.crafting.Ingredient@117737a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:FancyWorkbench@4 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:FancyWorkbench@4:[net.minecraft.item.crafting.Ingredient@2b2f5aa5, net.minecraft.item.crafting.Ingredient@1821d507, net.minecraft.item.crafting.Ingredient@4967db3b, net.minecraft.item.crafting.Ingredient@13dee686, net.minecraft.item.crafting.Ingredient@65c69a32, net.minecraft.item.crafting.Ingredient@13dee686, net.minecraft.item.crafting.Ingredient@13dee686, net.minecraft.item.crafting.Ingredient@13dee686, net.minecraft.item.crafting.Ingredient@13dee686]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:FancySign@4 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:FancySign@4:[net.minecraft.item.crafting.Ingredient@1d94a83c, net.minecraft.item.crafting.Ingredient@7f6d760f, net.minecraft.item.crafting.Ingredient@10d9b9c4]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:Desk@4 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:Desk@4:[net.minecraft.item.crafting.Ingredient@dd83a78, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@37ea6950, net.minecraft.item.crafting.Ingredient@632a0499, net.minecraft.item.crafting.Ingredient@632a0499, net.minecraft.item.crafting.Ingredient@632a0499, net.minecraft.item.crafting.Ingredient@57f93bc8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@57f93bc8]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:Clock@4 new recipe: RecipeStage{tier='three', recipe=1xtile.BiblioCraft:Clock@4:[net.minecraft.item.crafting.Ingredient@85f064a, net.minecraft.item.crafting.Ingredient@1967678e, net.minecraft.item.crafting.Ingredient@85f064a, net.minecraft.item.crafting.Ingredient@85f064a, net.minecraft.item.crafting.Ingredient@5c69c5b1, net.minecraft.item.crafting.Ingredient@85f064a, net.minecraft.item.crafting.Ingredient@85f064a, net.minecraft.item.crafting.Ingredient@5f080bc0, net.minecraft.item.crafting.Ingredient@85f064a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:Case@4 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:Case@4:[net.minecraft.item.crafting.Ingredient@f3342b, net.minecraft.item.crafting.Ingredient@68a98718, net.minecraft.item.crafting.Ingredient@f3342b, net.minecraft.item.crafting.Ingredient@f3342b, net.minecraft.item.crafting.Ingredient@6b9bbcb, net.minecraft.item.crafting.Ingredient@f3342b, net.minecraft.item.crafting.Ingredient@f3342b, net.minecraft.item.crafting.Ingredient@f3342b, net.minecraft.item.crafting.Ingredient@f3342b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:Bookcase@4 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:Bookcase@4:[net.minecraft.item.crafting.Ingredient@52dd538c, net.minecraft.item.crafting.Ingredient@f9d26fd, net.minecraft.item.crafting.Ingredient@52dd538c, net.minecraft.item.crafting.Ingredient@52dd538c, net.minecraft.item.crafting.Ingredient@f9d26fd, net.minecraft.item.crafting.Ingredient@52dd538c, net.minecraft.item.crafting.Ingredient@52dd538c, net.minecraft.item.crafting.Ingredient@f9d26fd, net.minecraft.item.crafting.Ingredient@52dd538c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:ArmorStand@4 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:ArmorStand@4:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6e58786f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6e58786f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7eb7175e, net.minecraft.item.crafting.Ingredient@7eb7175e, net.minecraft.item.crafting.Ingredient@7eb7175e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.upgrade@2 new recipe: RecipeStage{tier='four', recipe=1xitem.upgrade@2:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2fa9df91, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@63f30944, net.minecraft.item.crafting.Ingredient@4d05f892, net.minecraftforge.oredict.OreIngredient@63f30944, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@46e3a37, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.upgrade@6 new recipe: RecipeStage{tier='four', recipe=1xitem.upgrade@6:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@953c05, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@953c05, net.minecraft.item.crafting.Ingredient@4d05f892, net.minecraft.item.crafting.Ingredient@953c05, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@953c05, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.upgrade@1 new recipe: RecipeStage{tier='four', recipe=1xitem.upgrade@1:[net.minecraft.item.crafting.Ingredient@65ef6239, net.minecraftforge.oredict.OreIngredient@5b07000c, net.minecraft.item.crafting.Ingredient@65ef6239, net.minecraftforge.oredict.OreIngredient@5b07000c, net.minecraft.item.crafting.Ingredient@4d05f892, net.minecraftforge.oredict.OreIngredient@5b07000c, net.minecraft.item.crafting.Ingredient@5586fed7, net.minecraft.item.crafting.Ingredient@1b4f823, net.minecraft.item.crafting.Ingredient@5586fed7]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.upgrade@3 new recipe: RecipeStage{tier='four', recipe=1xitem.upgrade@3:[net.minecraft.item.crafting.Ingredient@4d05f892, net.minecraftforge.oredict.OreIngredient@38f17700, net.minecraftforge.oredict.OreIngredient@27bcc04, net.minecraftforge.oredict.OreIngredient@78f1f483]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.upgrade@7 new recipe: RecipeStage{tier='four', recipe=1xitem.upgrade@7:[net.minecraft.item.crafting.Ingredient@69cd6d11, net.minecraftforge.oredict.OreIngredient@8bce07b, net.minecraft.item.crafting.Ingredient@69cd6d11, net.minecraftforge.oredict.OreIngredient@8bce07b, net.minecraft.item.crafting.Ingredient@4d05f892, net.minecraftforge.oredict.OreIngredient@8bce07b, net.minecraft.item.crafting.Ingredient@69cd6d11, net.minecraftforge.oredict.OreIngredient@8bce07b, net.minecraft.item.crafting.Ingredient@69cd6d11]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.upgrade@0 new recipe: RecipeStage{tier='four', recipe=1xitem.upgrade@0:[net.minecraft.item.crafting.Ingredient@4d05f892, net.minecraft.item.crafting.Ingredient@6de0abe9, net.minecraft.item.crafting.Ingredient@3243fcc3]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.augment@2 new recipe: RecipeStage{tier='four', recipe=1xitem.augment@2:[net.minecraft.item.crafting.Ingredient@55648591]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.augment@1 new recipe: RecipeStage{tier='four', recipe=1xitem.augment@1:[net.minecraft.item.crafting.Ingredient@6924a830, net.minecraftforge.oredict.OreIngredient@29d5f3b0]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.augment@5 new recipe: RecipeStage{tier='four', recipe=1xitem.augment@5:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7ef524ce, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@bf29d4c, net.minecraft.item.crafting.Ingredient@6924a830, net.minecraft.item.crafting.Ingredient@bf29d4c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7ef524ce, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.augment@7 new recipe: RecipeStage{tier='four', recipe=1xitem.augment@7:[net.minecraft.item.crafting.Ingredient@6924a830, net.minecraft.item.crafting.Ingredient@4a824994]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.augment@4 new recipe: RecipeStage{tier='four', recipe=1xitem.augment@4:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3ac642f4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@39f47917, net.minecraft.item.crafting.Ingredient@6924a830, net.minecraftforge.oredict.OreIngredient@39f47917, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3ac642f4, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.augment@8 new recipe: RecipeStage{tier='four', recipe=1xitem.augment@8:[net.minecraft.item.crafting.Ingredient@6924a830, net.minecraft.item.crafting.Ingredient@69bc537, net.minecraft.item.crafting.Ingredient@2cf1969a, net.minecraft.item.crafting.Ingredient@1876da82]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.augment@9 new recipe: RecipeStage{tier='four', recipe=1xitem.augment@9:[net.minecraft.item.crafting.Ingredient@3b66090f, net.minecraft.item.crafting.Ingredient@6924a830, net.minecraft.item.crafting.Ingredient@3b66090f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.augment@6 new recipe: RecipeStage{tier='four', recipe=1xitem.augment@6:[net.minecraft.item.crafting.Ingredient@6924a830, net.minecraft.item.crafting.Ingredient@3657137f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.augment@3 new recipe: RecipeStage{tier='four', recipe=1xitem.augment@3:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5cd26a0c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@384ad223, net.minecraft.item.crafting.Ingredient@6924a830, net.minecraftforge.oredict.OreIngredient@384ad223, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@384ad223, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.augment@0 new recipe: RecipeStage{tier='four', recipe=1xitem.augment@0:[net.minecraft.item.crafting.Ingredient@6924a830, net.minecraft.item.crafting.Ingredient@45a8ed40]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.augment@3 new recipe: RecipeStage{tier='four', recipe=1xitem.augment@3:[net.minecraft.item.crafting.Ingredient@6fa0a7a4]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.augment@2 new recipe: RecipeStage{tier='four', recipe=1xitem.augment@2:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@19b6e4f4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@19b6e4f4, net.minecraft.item.crafting.Ingredient@6924a830, net.minecraftforge.oredict.OreIngredient@19b6e4f4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@605466b9, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.filter@2 new recipe: RecipeStage{tier='four', recipe=1xitem.filter@2:[net.minecraft.item.crafting.Ingredient@e1583d8, net.minecraft.item.crafting.Ingredient@201a211c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.filter@1 new recipe: RecipeStage{tier='four', recipe=1xitem.filter@1:[net.minecraft.item.crafting.Ingredient@e1583d8, net.minecraft.item.crafting.Ingredient@68b5da16, net.minecraft.item.crafting.Ingredient@13624df7]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.filter@3 new recipe: RecipeStage{tier='four', recipe=1xitem.filter@3:[net.minecraft.item.crafting.Ingredient@4897f702, net.minecraft.item.crafting.Ingredient@e1583d8, net.minecraft.item.crafting.Ingredient@4897f702, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6e5dc55e, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.module@4 new recipe: RecipeStage{tier='four', recipe=1xitem.module@4:[net.minecraft.item.crafting.Ingredient@3e90bc24, net.minecraft.item.crafting.Ingredient@4fb7aca8]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.module@14 new recipe: RecipeStage{tier='four', recipe=1xitem.module@14:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7306446f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@29f996a2, net.minecraft.item.crafting.Ingredient@769a4551, net.minecraftforge.oredict.OreIngredient@29f996a2]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.module@5 new recipe: RecipeStage{tier='four', recipe=1xitem.module@5:[net.minecraft.item.crafting.Ingredient@769a4551, net.minecraft.item.crafting.Ingredient@2ccb4669, net.minecraft.item.crafting.Ingredient@7e84a1c9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.module@7 new recipe: RecipeStage{tier='four', recipe=1xitem.module@7:[net.minecraft.item.crafting.Ingredient@73c5fdd7, net.minecraft.item.crafting.Ingredient@61d96009, net.minecraft.item.crafting.Ingredient@1563f42b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.module@17 new recipe: RecipeStage{tier='four', recipe=1xitem.module@17:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@73c5fdd7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@73c5fdd7, net.minecraft.item.crafting.Ingredient@769a4551, net.minecraft.item.crafting.Ingredient@73c5fdd7]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.module@8 new recipe: RecipeStage{tier='four', recipe=1xitem.module@8:[net.minecraft.item.crafting.Ingredient@769a4551, net.minecraft.item.crafting.Ingredient@7e360868]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.module@10 new recipe: RecipeStage{tier='four', recipe=1xitem.module@10:[net.minecraft.item.crafting.Ingredient@769a4551, net.minecraft.item.crafting.Ingredient@708b59cd, net.minecraft.item.crafting.Ingredient@12a8ee26]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.module@6 new recipe: RecipeStage{tier='four', recipe=1xitem.module@6:[net.minecraft.item.crafting.Ingredient@5e01a16b, net.minecraft.item.crafting.Ingredient@17065dfc]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.module@1 new recipe: RecipeStage{tier='four', recipe=1xitem.module@1:[net.minecraft.item.crafting.Ingredient@541f3ed2, net.minecraft.item.crafting.Ingredient@b882e4a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.module@9 new recipe: RecipeStage{tier='four', recipe=1xitem.module@9:[net.minecraft.item.crafting.Ingredient@ca69b8e, net.minecraft.item.crafting.Ingredient@5d6e8eab]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.module@11 new recipe: RecipeStage{tier='four', recipe=1xitem.module@11:[net.minecraft.item.crafting.Ingredient@769a4551, net.minecraftforge.oredict.OreIngredient@611f8378]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.module@3 new recipe: RecipeStage{tier='four', recipe=1xitem.module@3:[net.minecraft.item.crafting.Ingredient@769a4551, net.minecraft.item.crafting.Ingredient@41e560d7, net.minecraftforge.oredict.OreIngredient@253ac2a0]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.module@15 new recipe: RecipeStage{tier='four', recipe=1xitem.module@15:[net.minecraft.item.crafting.Ingredient@769a4551, net.minecraft.item.crafting.Ingredient@2028eb93]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.module@2 new recipe: RecipeStage{tier='four', recipe=1xitem.module@2:[net.minecraft.item.crafting.Ingredient@769a4551, net.minecraft.item.crafting.Ingredient@1c882a7c, net.minecraft.item.crafting.Ingredient@47e4c247]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.module@12 new recipe: RecipeStage{tier='four', recipe=1xitem.module@12:[net.minecraft.item.crafting.Ingredient@769a4551, net.minecraft.item.crafting.Ingredient@1751d08c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.module@16 new recipe: RecipeStage{tier='four', recipe=1xitem.module@16:[net.minecraftforge.oredict.OreIngredient@e543d5c, net.minecraft.item.crafting.Ingredient@1ece6c6d, net.minecraftforge.oredict.OreIngredient@e543d5c, net.minecraft.item.crafting.Ingredient@574f347c, net.minecraft.item.crafting.Ingredient@769a4551, net.minecraft.item.crafting.Ingredient@574f347c, net.minecraftforge.oredict.OreIngredient@e543d5c, net.minecraftforge.oredict.OreIngredient@4097e035, net.minecraftforge.oredict.OreIngredient@e543d5c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.module@0 new recipe: RecipeStage{tier='four', recipe=1xitem.module@0:[net.minecraft.item.crafting.Ingredient@769a4551, net.minecraft.item.crafting.Ingredient@536dc468]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.bloodmagic.mimic.@0 new recipe: RecipeStage{tier='three', recipe=4xtile.bloodmagic.mimic.@0:[net.minecraft.item.crafting.Ingredient@15303739, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@15303739, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@42e8c6b1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@15303739, WayofTime.bloodmagic.core.recipe.IngredientBloodOrb@423218f7, net.minecraft.item.crafting.Ingredient@15303739]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xtile.bloodmagic.mimic.@3 new recipe: RecipeStage{tier='three', recipe=2xtile.bloodmagic.mimic.@3:[net.minecraft.item.crafting.Ingredient@73c4df5d, net.minecraftforge.oredict.OreIngredient@13e571c7, net.minecraft.item.crafting.Ingredient@73c4df5d, net.minecraftforge.oredict.OreIngredient@6ab4ed4d, net.minecraft.item.crafting.Ingredient@349af4e5, net.minecraftforge.oredict.OreIngredient@6ab4ed4d, net.minecraft.item.crafting.Ingredient@73c4df5d, WayofTime.bloodmagic.core.recipe.IngredientBloodOrb@611eba89, net.minecraft.item.crafting.Ingredient@73c4df5d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.bloodmagic.stone.ritual.@0 new recipe: RecipeStage{tier='three', recipe=1xtile.bloodmagic.stone.ritual.@0:[net.minecraft.item.crafting.Ingredient@3bc9af7, net.minecraft.item.crafting.Ingredient@18e4fb2c, net.minecraft.item.crafting.Ingredient@3bc9af7, net.minecraft.item.crafting.Ingredient@18e4fb2c, WayofTime.bloodmagic.core.recipe.IngredientBloodOrb@e308551, net.minecraft.item.crafting.Ingredient@18e4fb2c, net.minecraft.item.crafting.Ingredient@3bc9af7, net.minecraft.item.crafting.Ingredient@18e4fb2c, net.minecraft.item.crafting.Ingredient@3bc9af7]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 16xtile.bloodmagic.@0 new recipe: RecipeStage{tier='three', recipe=16xtile.bloodmagic.@0:[net.minecraftforge.oredict.OreIngredient@4b8d401e, net.minecraft.item.crafting.Ingredient@5ecd3b93]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.bloodmagic.pack.selfSacrifice@0 new recipe: RecipeStage{tier='two', recipe=1xitem.bloodmagic.pack.selfSacrifice@0:[net.minecraftforge.oredict.OreIngredient@466eccc4, net.minecraft.item.crafting.Ingredient@51729b79, net.minecraftforge.oredict.OreIngredient@466eccc4, net.minecraft.item.crafting.Ingredient@c8a0417, net.minecraft.item.crafting.Ingredient@655871e8, net.minecraft.item.crafting.Ingredient@c8a0417, net.minecraftforge.oredict.OreIngredient@466eccc4, net.minecraft.item.crafting.Ingredient@2267b87d, net.minecraftforge.oredict.OreIngredient@466eccc4]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.bloodmagic.rune.@1 new recipe: RecipeStage{tier='one', recipe=1xtile.bloodmagic.rune.@1:[net.minecraftforge.oredict.OreIngredient@4b8d401e, net.minecraft.item.crafting.Ingredient@3d211dd3, net.minecraftforge.oredict.OreIngredient@4b8d401e, net.minecraft.item.crafting.Ingredient@5690e480, net.minecraft.item.crafting.Ingredient@4e9ca813, net.minecraft.item.crafting.Ingredient@5690e480, net.minecraftforge.oredict.OreIngredient@4b8d401e, net.minecraft.item.crafting.Ingredient@3d211dd3, net.minecraftforge.oredict.OreIngredient@4b8d401e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.bloodmagic.rune.@8 new recipe: RecipeStage{tier='three', recipe=1xtile.bloodmagic.rune.@8:[net.minecraftforge.oredict.OreIngredient@4b8d401e, WayofTime.bloodmagic.core.recipe.IngredientBloodOrb@1ac271b8, net.minecraftforge.oredict.OreIngredient@4b8d401e, net.minecraft.item.crafting.Ingredient@1b507657, WayofTime.bloodmagic.core.recipe.IngredientBloodOrb@7dd8d4a1, net.minecraft.item.crafting.Ingredient@1b507657, net.minecraftforge.oredict.OreIngredient@4b8d401e, WayofTime.bloodmagic.core.recipe.IngredientBloodOrb@1ac271b8, net.minecraftforge.oredict.OreIngredient@4b8d401e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.bloodmagic.rune.@6 new recipe: RecipeStage{tier='two', recipe=1xtile.bloodmagic.rune.@6:[net.minecraftforge.oredict.OreIngredient@4b8d401e, net.minecraft.item.crafting.Ingredient@4a573c23, net.minecraftforge.oredict.OreIngredient@4b8d401e, net.minecraft.item.crafting.Ingredient@4a573c23, net.minecraft.item.crafting.Ingredient@40766e5d, net.minecraft.item.crafting.Ingredient@4a573c23, net.minecraftforge.oredict.OreIngredient@4b8d401e, net.minecraft.item.crafting.Ingredient@743f7979, net.minecraftforge.oredict.OreIngredient@4b8d401e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.bloodmagic.rune.@9 new recipe: RecipeStage{tier='three', recipe=1xtile.bloodmagic.rune.@9:[net.minecraft.item.crafting.Ingredient@321ed708, net.minecraft.item.crafting.Ingredient@2b48c30a, net.minecraft.item.crafting.Ingredient@321ed708, net.minecraftforge.oredict.OreIngredient@91ef87e, net.minecraft.item.crafting.Ingredient@7d5eaf24, net.minecraftforge.oredict.OreIngredient@91ef87e, net.minecraft.item.crafting.Ingredient@321ed708, WayofTime.bloodmagic.core.recipe.IngredientBloodOrb@20f2afca, net.minecraft.item.crafting.Ingredient@321ed708]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.bloodmagic.rune.@9 new recipe: RecipeStage{tier='two', recipe=1xtile.bloodmagic.rune.@9:[net.minecraft.item.crafting.Ingredient@321ed708, net.minecraft.item.crafting.Ingredient@2b48c30a, net.minecraft.item.crafting.Ingredient@321ed708, net.minecraftforge.oredict.OreIngredient@91ef87e, net.minecraft.item.crafting.Ingredient@7d5eaf24, net.minecraftforge.oredict.OreIngredient@91ef87e, net.minecraft.item.crafting.Ingredient@321ed708, WayofTime.bloodmagic.core.recipe.IngredientBloodOrb@20f2afca, net.minecraft.item.crafting.Ingredient@321ed708]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.bloodmagic.rune.@0 new recipe: RecipeStage{tier='one', recipe=1xtile.bloodmagic.rune.@0:[net.minecraftforge.oredict.OreIngredient@4b8d401e, net.minecraftforge.oredict.OreIngredient@4b8d401e, net.minecraftforge.oredict.OreIngredient@4b8d401e, net.minecraft.item.crafting.Ingredient@34bb9fdb, WayofTime.bloodmagic.core.recipe.IngredientBloodOrb@549999c5, net.minecraft.item.crafting.Ingredient@34bb9fdb, net.minecraftforge.oredict.OreIngredient@4b8d401e, net.minecraftforge.oredict.OreIngredient@4b8d401e, net.minecraftforge.oredict.OreIngredient@4b8d401e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.bloodmagic.rune.@7 new recipe: RecipeStage{tier='three', recipe=1xtile.bloodmagic.rune.@7:[net.minecraft.item.crafting.Ingredient@516d5613, net.minecraft.item.crafting.Ingredient@8c7f6a4, net.minecraft.item.crafting.Ingredient@516d5613, net.minecraft.item.crafting.Ingredient@546bc88d, net.minecraft.item.crafting.Ingredient@8df0bf2, net.minecraft.item.crafting.Ingredient@546bc88d, net.minecraft.item.crafting.Ingredient@516d5613, WayofTime.bloodmagic.core.recipe.IngredientBloodOrb@33b91934, net.minecraft.item.crafting.Ingredient@516d5613]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.bloodmagic.rune.@5 new recipe: RecipeStage{tier='two', recipe=1xtile.bloodmagic.rune.@5:[net.minecraftforge.oredict.OreIngredient@4b8d401e, net.minecraft.item.crafting.Ingredient@5a2e879, net.minecraftforge.oredict.OreIngredient@4b8d401e, net.minecraft.item.crafting.Ingredient@5a2e879, net.minecraft.item.crafting.Ingredient@6466eedf, net.minecraft.item.crafting.Ingredient@5a2e879, net.minecraftforge.oredict.OreIngredient@4b8d401e, net.minecraft.item.crafting.Ingredient@23dcb37c, net.minecraftforge.oredict.OreIngredient@4b8d401e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.bloodmagic.rune.@10 new recipe: RecipeStage{tier='three', recipe=1xtile.bloodmagic.rune.@10:[net.minecraftforge.oredict.OreIngredient@214b34c3, net.minecraft.item.crafting.Ingredient@1df72278, net.minecraftforge.oredict.OreIngredient@214b34c3, net.minecraftforge.oredict.OreIngredient@13e571c7, net.minecraft.item.crafting.Ingredient@13028241, net.minecraftforge.oredict.OreIngredient@13e571c7, net.minecraftforge.oredict.OreIngredient@214b34c3, WayofTime.bloodmagic.core.recipe.IngredientBloodOrb@1fe3c56b, net.minecraftforge.oredict.OreIngredient@214b34c3]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.bloodmagic.incenseAltar@0 new recipe: RecipeStage{tier='one', recipe=1xtile.bloodmagic.incenseAltar@0:[net.minecraftforge.oredict.OreIngredient@4b8d401e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4b8d401e, net.minecraftforge.oredict.OreIngredient@4b8d401e, net.minecraft.item.crafting.Ingredient@25fc8580, net.minecraftforge.oredict.OreIngredient@4b8d401e, net.minecraftforge.oredict.OreIngredient@2b7c489, WayofTime.bloodmagic.core.recipe.IngredientBloodOrb@a9bf9c7, net.minecraftforge.oredict.OreIngredient@2b7c489]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.bloodmagic.stone.ritual.@0 new recipe: RecipeStage{tier='three', recipe=1xtile.bloodmagic.stone.ritual.@0:[net.minecraft.item.crafting.Ingredient@169758f7]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.bloodmagic.focus@2 new recipe: RecipeStage{tier='three', recipe=1xitem.bloodmagic.focus@2:[net.minecraft.item.crafting.Ingredient@5eee7be0, net.minecraft.item.crafting.Ingredient@738f69b2]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.bloodmagic.fluidFilter.@0 new recipe: RecipeStage{tier='three', recipe=1xitem.bloodmagic.fluidFilter.@0:[net.minecraftforge.oredict.OreIngredient@191718c6, net.minecraft.item.crafting.Ingredient@6fbdd0d2, net.minecraftforge.oredict.OreIngredient@191718c6, net.minecraft.item.crafting.Ingredient@6fbdd0d2, net.minecraft.item.crafting.Ingredient@5ce8e5f6, net.minecraft.item.crafting.Ingredient@6fbdd0d2, net.minecraftforge.oredict.OreIngredient@191718c6, net.minecraft.item.crafting.Ingredient@6fbdd0d2, net.minecraftforge.oredict.OreIngredient@191718c6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.bloodmagic.itemFilter.@3 new recipe: RecipeStage{tier='three', recipe=1xitem.bloodmagic.itemFilter.@3:[net.minecraftforge.oredict.OreIngredient@191718c6, net.minecraftforge.oredict.OreIngredient@3a7412af, net.minecraftforge.oredict.OreIngredient@191718c6, net.minecraftforge.oredict.OreIngredient@3a7412af, net.minecraft.item.crafting.Ingredient@3aa5bf26, net.minecraftforge.oredict.OreIngredient@3a7412af, net.minecraftforge.oredict.OreIngredient@191718c6, net.minecraftforge.oredict.OreIngredient@3a7412af, net.minecraftforge.oredict.OreIngredient@191718c6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.bloodmagic.ritualStone.@0 new recipe: RecipeStage{tier='three', recipe=1xtile.bloodmagic.ritualStone.@0:[net.minecraft.item.crafting.Ingredient@26be61cd]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.bloodmagic.bloodTank@11 new recipe: RecipeStage{tier='three', recipe=1xtile.bloodmagic.bloodTank@11:[net.minecraft.item.crafting.Ingredient@434a7895, net.minecraft.item.crafting.Ingredient@7398932e, net.minecraft.item.crafting.Ingredient@434a7895, net.minecraft.item.crafting.Ingredient@5adab7ea, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5adab7ea, net.minecraft.item.crafting.Ingredient@434a7895, net.minecraft.item.crafting.Ingredient@434a7895, net.minecraft.item.crafting.Ingredient@434a7895]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.bloodmagic.bloodTank@8 new recipe: RecipeStage{tier='three', recipe=1xtile.bloodmagic.bloodTank@8:[net.minecraft.item.crafting.Ingredient@1ac3d2f5, net.minecraft.item.crafting.Ingredient@27996a37, net.minecraft.item.crafting.Ingredient@1ac3d2f5, net.minecraft.item.crafting.Ingredient@78ff7b3b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@78ff7b3b, net.minecraft.item.crafting.Ingredient@1ac3d2f5, net.minecraft.item.crafting.Ingredient@1ac3d2f5, net.minecraft.item.crafting.Ingredient@1ac3d2f5]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.bloodmagic.bloodTank@3 new recipe: RecipeStage{tier='three', recipe=1xtile.bloodmagic.bloodTank@3:[net.minecraft.item.crafting.Ingredient@4cca5dc6, net.minecraft.item.crafting.Ingredient@340318e1, net.minecraft.item.crafting.Ingredient@4cca5dc6, net.minecraft.item.crafting.Ingredient@49cc8b79, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@49cc8b79, net.minecraft.item.crafting.Ingredient@4cca5dc6, net.minecraft.item.crafting.Ingredient@4cca5dc6, net.minecraft.item.crafting.Ingredient@4cca5dc6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.bloodmagic.bloodTank@7 new recipe: RecipeStage{tier='three', recipe=1xtile.bloodmagic.bloodTank@7:[net.minecraft.item.crafting.Ingredient@6777ea54, net.minecraft.item.crafting.Ingredient@62a0cdf9, net.minecraft.item.crafting.Ingredient@6777ea54, net.minecraft.item.crafting.Ingredient@2b347350, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2b347350, net.minecraft.item.crafting.Ingredient@6777ea54, net.minecraft.item.crafting.Ingredient@6777ea54, net.minecraft.item.crafting.Ingredient@6777ea54]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.bloodmagic.bloodTank@14 new recipe: RecipeStage{tier='three', recipe=1xtile.bloodmagic.bloodTank@14:[net.minecraft.item.crafting.Ingredient@3c13e856, net.minecraft.item.crafting.Ingredient@2c0c9da7, net.minecraft.item.crafting.Ingredient@3c13e856, net.minecraft.item.crafting.Ingredient@f2d99a9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@f2d99a9, net.minecraft.item.crafting.Ingredient@3c13e856, net.minecraft.item.crafting.Ingredient@3c13e856, net.minecraft.item.crafting.Ingredient@3c13e856]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.bloodmagic.bloodTank@4 new recipe: RecipeStage{tier='three', recipe=1xtile.bloodmagic.bloodTank@4:[net.minecraft.item.crafting.Ingredient@1e427ab6, net.minecraft.item.crafting.Ingredient@58f626d7, net.minecraft.item.crafting.Ingredient@1e427ab6, net.minecraft.item.crafting.Ingredient@2d5dadde, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2d5dadde, net.minecraft.item.crafting.Ingredient@1e427ab6, net.minecraft.item.crafting.Ingredient@1e427ab6, net.minecraft.item.crafting.Ingredient@1e427ab6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.bloodmagic.bloodTank@12 new recipe: RecipeStage{tier='three', recipe=1xtile.bloodmagic.bloodTank@12:[net.minecraft.item.crafting.Ingredient@7e88553d, net.minecraft.item.crafting.Ingredient@65ace31d, net.minecraft.item.crafting.Ingredient@7e88553d, net.minecraft.item.crafting.Ingredient@21fc0312, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@21fc0312, net.minecraft.item.crafting.Ingredient@7e88553d, net.minecraft.item.crafting.Ingredient@7e88553d, net.minecraft.item.crafting.Ingredient@7e88553d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.bloodmagic.bloodTank@9 new recipe: RecipeStage{tier='three', recipe=1xtile.bloodmagic.bloodTank@9:[net.minecraft.item.crafting.Ingredient@390d6779, net.minecraft.item.crafting.Ingredient@660e57cb, net.minecraft.item.crafting.Ingredient@390d6779, net.minecraft.item.crafting.Ingredient@696247dd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@696247dd, net.minecraft.item.crafting.Ingredient@390d6779, net.minecraft.item.crafting.Ingredient@390d6779, net.minecraft.item.crafting.Ingredient@390d6779]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.bloodmagic.bloodTank@13 new recipe: RecipeStage{tier='three', recipe=1xtile.bloodmagic.bloodTank@13:[net.minecraft.item.crafting.Ingredient@6c6a27be, net.minecraft.item.crafting.Ingredient@520a567a, net.minecraft.item.crafting.Ingredient@6c6a27be, net.minecraft.item.crafting.Ingredient@1ae770ae, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1ae770ae, net.minecraft.item.crafting.Ingredient@6c6a27be, net.minecraft.item.crafting.Ingredient@6c6a27be, net.minecraft.item.crafting.Ingredient@6c6a27be]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.bloodmagic.bloodTank@5 new recipe: RecipeStage{tier='three', recipe=1xtile.bloodmagic.bloodTank@5:[net.minecraft.item.crafting.Ingredient@7f72b0f9, net.minecraft.item.crafting.Ingredient@f6d6917, net.minecraft.item.crafting.Ingredient@7f72b0f9, net.minecraft.item.crafting.Ingredient@161110cb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@161110cb, net.minecraft.item.crafting.Ingredient@7f72b0f9, net.minecraft.item.crafting.Ingredient@7f72b0f9, net.minecraft.item.crafting.Ingredient@7f72b0f9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.bloodmagic.bloodTank@1 new recipe: RecipeStage{tier='three', recipe=1xtile.bloodmagic.bloodTank@1:[net.minecraft.item.crafting.Ingredient@56eb0c42, net.minecraft.item.crafting.Ingredient@7502bab0, net.minecraft.item.crafting.Ingredient@56eb0c42, net.minecraft.item.crafting.Ingredient@40c898cc, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@40c898cc, net.minecraft.item.crafting.Ingredient@56eb0c42, net.minecraft.item.crafting.Ingredient@56eb0c42, net.minecraft.item.crafting.Ingredient@56eb0c42]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.bloodmagic.bloodTank@0 new recipe: RecipeStage{tier='three', recipe=1xtile.bloodmagic.bloodTank@0:[net.minecraft.item.crafting.Ingredient@74189788, net.minecraft.item.crafting.Ingredient@7a81c877, net.minecraft.item.crafting.Ingredient@74189788, net.minecraftforge.oredict.OreIngredient@466eccc4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@466eccc4, net.minecraft.item.crafting.Ingredient@74189788, net.minecraft.item.crafting.Ingredient@74189788, net.minecraft.item.crafting.Ingredient@74189788]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.bloodmagic.bloodTank@2 new recipe: RecipeStage{tier='three', recipe=1xtile.bloodmagic.bloodTank@2:[net.minecraft.item.crafting.Ingredient@61b7ccbf, net.minecraft.item.crafting.Ingredient@6cbf9e55, net.minecraft.item.crafting.Ingredient@61b7ccbf, net.minecraft.item.crafting.Ingredient@61786a14, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@61786a14, net.minecraft.item.crafting.Ingredient@61b7ccbf, net.minecraft.item.crafting.Ingredient@61b7ccbf, net.minecraft.item.crafting.Ingredient@61b7ccbf]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.bloodmagic.bloodTank@10 new recipe: RecipeStage{tier='three', recipe=1xtile.bloodmagic.bloodTank@10:[net.minecraft.item.crafting.Ingredient@12dd5942, net.minecraft.item.crafting.Ingredient@54c0d345, net.minecraft.item.crafting.Ingredient@12dd5942, net.minecraft.item.crafting.Ingredient@222b26cb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@222b26cb, net.minecraft.item.crafting.Ingredient@12dd5942, net.minecraft.item.crafting.Ingredient@12dd5942, net.minecraft.item.crafting.Ingredient@12dd5942]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.bloodmagic.bloodTank@15 new recipe: RecipeStage{tier='three', recipe=1xtile.bloodmagic.bloodTank@15:[net.minecraft.item.crafting.Ingredient@7e9c07a7, net.minecraft.item.crafting.Ingredient@3d62895d, net.minecraft.item.crafting.Ingredient@7e9c07a7, net.minecraft.item.crafting.Ingredient@7cae343b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7cae343b, net.minecraft.item.crafting.Ingredient@7e9c07a7, net.minecraft.item.crafting.Ingredient@7e9c07a7, net.minecraft.item.crafting.Ingredient@7e9c07a7]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.bloodmagic.bloodTank@6 new recipe: RecipeStage{tier='three', recipe=1xtile.bloodmagic.bloodTank@6:[net.minecraft.item.crafting.Ingredient@109bcc08, net.minecraft.item.crafting.Ingredient@5e9b984, net.minecraft.item.crafting.Ingredient@109bcc08, net.minecraft.item.crafting.Ingredient@72985481, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@72985481, net.minecraft.item.crafting.Ingredient@109bcc08, net.minecraft.item.crafting.Ingredient@109bcc08, net.minecraft.item.crafting.Ingredient@109bcc08]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.bloodmagic.ritualStone.@0 new recipe: RecipeStage{tier='three', recipe=4xtile.bloodmagic.ritualStone.@0:[net.minecraft.item.crafting.Ingredient@10e24a7d, net.minecraft.item.crafting.Ingredient@122e5ef, net.minecraft.item.crafting.Ingredient@10e24a7d, net.minecraft.item.crafting.Ingredient@122e5ef, WayofTime.bloodmagic.core.recipe.IngredientBloodOrb@75a894e4, net.minecraft.item.crafting.Ingredient@122e5ef, net.minecraft.item.crafting.Ingredient@10e24a7d, net.minecraft.item.crafting.Ingredient@122e5ef, net.minecraft.item.crafting.Ingredient@10e24a7d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.bloodmagic.itemFilter.@2 new recipe: RecipeStage{tier='three', recipe=1xitem.bloodmagic.itemFilter.@2:[net.minecraftforge.oredict.OreIngredient@191718c6, net.minecraftforge.oredict.OreIngredient@6db1d71, net.minecraftforge.oredict.OreIngredient@191718c6, net.minecraftforge.oredict.OreIngredient@6db1d71, net.minecraft.item.crafting.Ingredient@1747908, net.minecraftforge.oredict.OreIngredient@6db1d71, net.minecraftforge.oredict.OreIngredient@191718c6, net.minecraftforge.oredict.OreIngredient@6db1d71, net.minecraftforge.oredict.OreIngredient@191718c6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.bloodmagic.ritualReader@0 new recipe: RecipeStage{tier='three', recipe=1xitem.bloodmagic.ritualReader@0:[net.minecraftforge.oredict.OreIngredient@466eccc4, WayofTime.bloodmagic.core.recipe.IngredientBloodOrb@130ab49, net.minecraftforge.oredict.OreIngredient@466eccc4, net.minecraftforge.oredict.OreIngredient@91ef87e, net.minecraft.item.crafting.Ingredient@859c031, net.minecraftforge.oredict.OreIngredient@91ef87e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@859c031, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xtile.bloodmagic.bricks2.@14 new recipe: RecipeStage{tier='three', recipe=9xtile.bloodmagic.bricks2.@14:[net.minecraft.item.crafting.Ingredient@5ed16a, net.minecraft.item.crafting.Ingredient@75f43329, net.minecraft.item.crafting.Ingredient@5ed16a, net.minecraft.item.crafting.Ingredient@75f43329, net.minecraft.item.crafting.Ingredient@45e9007d, net.minecraft.item.crafting.Ingredient@75f43329, net.minecraft.item.crafting.Ingredient@5ed16a, net.minecraft.item.crafting.Ingredient@75f43329, net.minecraft.item.crafting.Ingredient@5ed16a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.bloodmagic.bricks2.@2 new recipe: RecipeStage{tier='three', recipe=4xtile.bloodmagic.bricks2.@2:[net.minecraft.item.crafting.Ingredient@6ce050b6, net.minecraft.item.crafting.Ingredient@6ce050b6, net.minecraft.item.crafting.Ingredient@6ce050b6, net.minecraft.item.crafting.Ingredient@6ce050b6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.bloodmagic.pillar1.@0 new recipe: RecipeStage{tier='three', recipe=6xtile.bloodmagic.pillar1.@0:[net.minecraft.item.crafting.Ingredient@356ca1b0, net.minecraft.item.crafting.Ingredient@356ca1b0, net.minecraft.item.crafting.Ingredient@356ca1b0, net.minecraft.item.crafting.Ingredient@356ca1b0, net.minecraft.item.crafting.Ingredient@356ca1b0, net.minecraft.item.crafting.Ingredient@356ca1b0]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.bloodmagic.extras.@5 new recipe: RecipeStage{tier='three', recipe=4xtile.bloodmagic.extras.@5:[net.minecraft.item.crafting.Ingredient@35e35e00, net.minecraft.item.crafting.Ingredient@35e35e00, net.minecraft.item.crafting.Ingredient@35e35e00, net.minecraft.item.crafting.Ingredient@35e35e00]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xtile.bloodmagic.bricks2.@11 new recipe: RecipeStage{tier='three', recipe=9xtile.bloodmagic.bricks2.@11:[net.minecraft.item.crafting.Ingredient@3bb8140e, net.minecraft.item.crafting.Ingredient@21bf1348, net.minecraft.item.crafting.Ingredient@3bb8140e, net.minecraft.item.crafting.Ingredient@21bf1348, net.minecraft.item.crafting.Ingredient@568eb79e, net.minecraft.item.crafting.Ingredient@21bf1348, net.minecraft.item.crafting.Ingredient@3bb8140e, net.minecraft.item.crafting.Ingredient@21bf1348, net.minecraft.item.crafting.Ingredient@3bb8140e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.bloodmagic.wall1.@14 new recipe: RecipeStage{tier='three', recipe=6xtile.bloodmagic.wall1.@14:[net.minecraft.item.crafting.Ingredient@616cc4cf, net.minecraft.item.crafting.Ingredient@616cc4cf, net.minecraft.item.crafting.Ingredient@616cc4cf, net.minecraft.item.crafting.Ingredient@616cc4cf, net.minecraft.item.crafting.Ingredient@616cc4cf, net.minecraft.item.crafting.Ingredient@616cc4cf]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 5xtile.bloodmagic.demonlight.@4 new recipe: RecipeStage{tier='three', recipe=5xtile.bloodmagic.demonlight.@4:[net.minecraft.item.crafting.Ingredient@29b94fef, net.minecraft.item.crafting.Ingredient@735b66e6, net.minecraft.item.crafting.Ingredient@29b94fef, net.minecraft.item.crafting.Ingredient@735b66e6, net.minecraft.item.crafting.Ingredient@735b66e6, net.minecraft.item.crafting.Ingredient@735b66e6, net.minecraft.item.crafting.Ingredient@29b94fef, net.minecraft.item.crafting.Ingredient@735b66e6, net.minecraft.item.crafting.Ingredient@29b94fef]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.bloodmagic.wall1.@5 new recipe: RecipeStage{tier='three', recipe=6xtile.bloodmagic.wall1.@5:[net.minecraft.item.crafting.Ingredient@517bebda, net.minecraft.item.crafting.Ingredient@517bebda, net.minecraft.item.crafting.Ingredient@517bebda, net.minecraft.item.crafting.Ingredient@517bebda, net.minecraft.item.crafting.Ingredient@517bebda, net.minecraft.item.crafting.Ingredient@517bebda]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.bloodmagic.wall1.@2 new recipe: RecipeStage{tier='three', recipe=6xtile.bloodmagic.wall1.@2:[net.minecraft.item.crafting.Ingredient@3aa3180e, net.minecraft.item.crafting.Ingredient@3aa3180e, net.minecraft.item.crafting.Ingredient@3aa3180e, net.minecraft.item.crafting.Ingredient@3aa3180e, net.minecraft.item.crafting.Ingredient@3aa3180e, net.minecraft.item.crafting.Ingredient@3aa3180e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.bloodmagic.wall1.@1 new recipe: RecipeStage{tier='three', recipe=6xtile.bloodmagic.wall1.@1:[net.minecraft.item.crafting.Ingredient@1ca4faf4, net.minecraft.item.crafting.Ingredient@1ca4faf4, net.minecraft.item.crafting.Ingredient@1ca4faf4, net.minecraft.item.crafting.Ingredient@1ca4faf4, net.minecraft.item.crafting.Ingredient@1ca4faf4, net.minecraft.item.crafting.Ingredient@1ca4faf4]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.bloodmagic.wall1.@11 new recipe: RecipeStage{tier='three', recipe=6xtile.bloodmagic.wall1.@11:[net.minecraft.item.crafting.Ingredient@5b436b98, net.minecraft.item.crafting.Ingredient@5b436b98, net.minecraft.item.crafting.Ingredient@5b436b98, net.minecraft.item.crafting.Ingredient@5b436b98, net.minecraft.item.crafting.Ingredient@5b436b98, net.minecraft.item.crafting.Ingredient@5b436b98]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.bloodmagic.wall1.@3 new recipe: RecipeStage{tier='three', recipe=6xtile.bloodmagic.wall1.@3:[net.minecraft.item.crafting.Ingredient@1ab830a8, net.minecraft.item.crafting.Ingredient@1ab830a8, net.minecraft.item.crafting.Ingredient@1ab830a8, net.minecraft.item.crafting.Ingredient@1ab830a8, net.minecraft.item.crafting.Ingredient@1ab830a8, net.minecraft.item.crafting.Ingredient@1ab830a8]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xtile.bloodmagic.bricks2.@7 new recipe: RecipeStage{tier='three', recipe=9xtile.bloodmagic.bricks2.@7:[net.minecraft.item.crafting.Ingredient@6dff70f5, net.minecraft.item.crafting.Ingredient@6b481e1b, net.minecraft.item.crafting.Ingredient@6dff70f5, net.minecraft.item.crafting.Ingredient@6b481e1b, net.minecraft.item.crafting.Ingredient@6b481e1b, net.minecraft.item.crafting.Ingredient@6b481e1b, net.minecraft.item.crafting.Ingredient@6dff70f5, net.minecraft.item.crafting.Ingredient@6b481e1b, net.minecraft.item.crafting.Ingredient@6dff70f5]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.bloodmagic.extras.@7 new recipe: RecipeStage{tier='three', recipe=4xtile.bloodmagic.extras.@7:[net.minecraft.item.crafting.Ingredient@4d72d611, net.minecraft.item.crafting.Ingredient@4d72d611, net.minecraft.item.crafting.Ingredient@4d72d611, net.minecraft.item.crafting.Ingredient@4d72d611]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.bloodmagic.extras.@8 new recipe: RecipeStage{tier='three', recipe=4xtile.bloodmagic.extras.@8:[net.minecraft.item.crafting.Ingredient@4e2d7e3f, net.minecraft.item.crafting.Ingredient@4e2d7e3f, net.minecraft.item.crafting.Ingredient@4e2d7e3f, net.minecraft.item.crafting.Ingredient@4e2d7e3f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.bloodmagic.bricks2.@4 new recipe: RecipeStage{tier='three', recipe=4xtile.bloodmagic.bricks2.@4:[net.minecraft.item.crafting.Ingredient@64ef8272, net.minecraft.item.crafting.Ingredient@64ef8272, net.minecraft.item.crafting.Ingredient@64ef8272, net.minecraft.item.crafting.Ingredient@64ef8272]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.bloodmagic.wall1.@13 new recipe: RecipeStage{tier='three', recipe=6xtile.bloodmagic.wall1.@13:[net.minecraft.item.crafting.Ingredient@2fb818c4, net.minecraft.item.crafting.Ingredient@2fb818c4, net.minecraft.item.crafting.Ingredient@2fb818c4, net.minecraft.item.crafting.Ingredient@2fb818c4, net.minecraft.item.crafting.Ingredient@2fb818c4, net.minecraft.item.crafting.Ingredient@2fb818c4]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 5xtile.bloodmagic.demonlight.@1 new recipe: RecipeStage{tier='three', recipe=5xtile.bloodmagic.demonlight.@1:[net.minecraft.item.crafting.Ingredient@57e4ea1c, net.minecraft.item.crafting.Ingredient@57b53834, net.minecraft.item.crafting.Ingredient@57e4ea1c, net.minecraft.item.crafting.Ingredient@57b53834, net.minecraft.item.crafting.Ingredient@57b53834, net.minecraft.item.crafting.Ingredient@57b53834, net.minecraft.item.crafting.Ingredient@57e4ea1c, net.minecraft.item.crafting.Ingredient@57b53834, net.minecraft.item.crafting.Ingredient@57e4ea1c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 16xtile.bloodmagic.extras.@1 new recipe: RecipeStage{tier='three', recipe=16xtile.bloodmagic.extras.@1:[net.minecraft.item.crafting.Ingredient@7b8929ac, net.minecraftforge.oredict.OreIngredient@4b8d401e, net.minecraftforge.oredict.OreIngredient@4b8d401e, net.minecraftforge.oredict.OreIngredient@4b8d401e, net.minecraftforge.oredict.OreIngredient@4b8d401e, net.minecraftforge.oredict.OreIngredient@4b8d401e, net.minecraftforge.oredict.OreIngredient@4b8d401e, net.minecraftforge.oredict.OreIngredient@4b8d401e, net.minecraftforge.oredict.OreIngredient@4b8d401e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.bloodmagic.pillar2.@1 new recipe: RecipeStage{tier='three', recipe=8xtile.bloodmagic.pillar2.@1:[net.minecraft.item.crafting.Ingredient@38f6a35e, net.minecraft.item.crafting.Ingredient@38f6a35e, net.minecraft.item.crafting.Ingredient@38f6a35e, net.minecraft.item.crafting.Ingredient@38f6a35e, net.minecraft.item.crafting.Ingredient@46a2b12e, net.minecraft.item.crafting.Ingredient@38f6a35e, net.minecraft.item.crafting.Ingredient@38f6a35e, net.minecraft.item.crafting.Ingredient@38f6a35e, net.minecraft.item.crafting.Ingredient@38f6a35e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 16xtile.bloodmagic.extras.@0 new recipe: RecipeStage{tier='three', recipe=16xtile.bloodmagic.extras.@0:[net.minecraft.item.crafting.Ingredient@2c706ca5, net.minecraftforge.oredict.OreIngredient@4b8d401e, net.minecraftforge.oredict.OreIngredient@4b8d401e, net.minecraftforge.oredict.OreIngredient@4b8d401e, net.minecraftforge.oredict.OreIngredient@4b8d401e, net.minecraftforge.oredict.OreIngredient@4b8d401e, net.minecraftforge.oredict.OreIngredient@4b8d401e, net.minecraftforge.oredict.OreIngredient@4b8d401e, net.minecraftforge.oredict.OreIngredient@4b8d401e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 16xtile.bloodmagic.extras.@2 new recipe: RecipeStage{tier='three', recipe=16xtile.bloodmagic.extras.@2:[net.minecraft.item.crafting.Ingredient@13d69a1f, net.minecraftforge.oredict.OreIngredient@4b8d401e, net.minecraftforge.oredict.OreIngredient@4b8d401e, net.minecraftforge.oredict.OreIngredient@4b8d401e, net.minecraftforge.oredict.OreIngredient@4b8d401e, net.minecraftforge.oredict.OreIngredient@4b8d401e, net.minecraftforge.oredict.OreIngredient@4b8d401e, net.minecraftforge.oredict.OreIngredient@4b8d401e, net.minecraftforge.oredict.OreIngredient@4b8d401e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.bloodmagic.bricks1.@4 new recipe: RecipeStage{tier='three', recipe=4xtile.bloodmagic.bricks1.@4:[net.minecraft.item.crafting.Ingredient@7bea7284, net.minecraft.item.crafting.Ingredient@7bea7284, net.minecraft.item.crafting.Ingredient@7bea7284, net.minecraft.item.crafting.Ingredient@7bea7284]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.bloodmagic.pillarCap2.@1 new recipe: RecipeStage{tier='three', recipe=6xtile.bloodmagic.pillarCap2.@1:[net.minecraft.item.crafting.Ingredient@4457708a, net.minecraft.item.crafting.Ingredient@4457708a, net.minecraft.item.crafting.Ingredient@4457708a, net.minecraft.item.crafting.Ingredient@4457708a, net.minecraft.item.crafting.Ingredient@4457708a, net.minecraft.item.crafting.Ingredient@4457708a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.bloodmagic.pillar2.@3 new recipe: RecipeStage{tier='three', recipe=8xtile.bloodmagic.pillar2.@3:[net.minecraft.item.crafting.Ingredient@7b152b67, net.minecraft.item.crafting.Ingredient@7b152b67, net.minecraft.item.crafting.Ingredient@7b152b67, net.minecraft.item.crafting.Ingredient@7b152b67, net.minecraft.item.crafting.Ingredient@262a7d18, net.minecraft.item.crafting.Ingredient@7b152b67, net.minecraft.item.crafting.Ingredient@7b152b67, net.minecraft.item.crafting.Ingredient@7b152b67, net.minecraft.item.crafting.Ingredient@7b152b67]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.bloodmagic.bricks1.@0 new recipe: RecipeStage{tier='three', recipe=4xtile.bloodmagic.bricks1.@0:[net.minecraft.item.crafting.Ingredient@2e52af9b, net.minecraft.item.crafting.Ingredient@2e52af9b, net.minecraft.item.crafting.Ingredient@2e52af9b, net.minecraft.item.crafting.Ingredient@2e52af9b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.bloodmagic.pillarCap1.@0 new recipe: RecipeStage{tier='three', recipe=6xtile.bloodmagic.pillarCap1.@0:[net.minecraft.item.crafting.Ingredient@21a4c7ca, net.minecraft.item.crafting.Ingredient@21a4c7ca, net.minecraft.item.crafting.Ingredient@21a4c7ca, net.minecraft.item.crafting.Ingredient@21a4c7ca, net.minecraft.item.crafting.Ingredient@21a4c7ca, net.minecraft.item.crafting.Ingredient@21a4c7ca]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xtile.bloodmagic.bricks2.@5 new recipe: RecipeStage{tier='three', recipe=9xtile.bloodmagic.bricks2.@5:[net.minecraft.item.crafting.Ingredient@554c0a53, net.minecraft.item.crafting.Ingredient@13c73a6b, net.minecraft.item.crafting.Ingredient@554c0a53, net.minecraft.item.crafting.Ingredient@13c73a6b, net.minecraft.item.crafting.Ingredient@13c73a6b, net.minecraft.item.crafting.Ingredient@13c73a6b, net.minecraft.item.crafting.Ingredient@554c0a53, net.minecraft.item.crafting.Ingredient@13c73a6b, net.minecraft.item.crafting.Ingredient@554c0a53]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.bloodmagic.bricks2.@0 new recipe: RecipeStage{tier='three', recipe=4xtile.bloodmagic.bricks2.@0:[net.minecraft.item.crafting.Ingredient@7c11cf13, net.minecraft.item.crafting.Ingredient@7c11cf13, net.minecraft.item.crafting.Ingredient@7c11cf13, net.minecraft.item.crafting.Ingredient@7c11cf13]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.bloodmagic.wall1.@0 new recipe: RecipeStage{tier='three', recipe=6xtile.bloodmagic.wall1.@0:[net.minecraft.item.crafting.Ingredient@73ad4ed0, net.minecraft.item.crafting.Ingredient@73ad4ed0, net.minecraft.item.crafting.Ingredient@73ad4ed0, net.minecraft.item.crafting.Ingredient@73ad4ed0, net.minecraft.item.crafting.Ingredient@73ad4ed0, net.minecraft.item.crafting.Ingredient@73ad4ed0]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.bloodmagic.stairs1.@1 new recipe: RecipeStage{tier='three', recipe=8xtile.bloodmagic.stairs1.@1:[net.minecraft.item.crafting.Ingredient@70169b6a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@70169b6a, net.minecraft.item.crafting.Ingredient@70169b6a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@70169b6a, net.minecraft.item.crafting.Ingredient@70169b6a, net.minecraft.item.crafting.Ingredient@70169b6a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 5xtile.bloodmagic.demonlight.@3 new recipe: RecipeStage{tier='three', recipe=5xtile.bloodmagic.demonlight.@3:[net.minecraft.item.crafting.Ingredient@7993920f, net.minecraft.item.crafting.Ingredient@6a4a82ea, net.minecraft.item.crafting.Ingredient@7993920f, net.minecraft.item.crafting.Ingredient@6a4a82ea, net.minecraft.item.crafting.Ingredient@6a4a82ea, net.minecraft.item.crafting.Ingredient@6a4a82ea, net.minecraft.item.crafting.Ingredient@7993920f, net.minecraft.item.crafting.Ingredient@6a4a82ea, net.minecraft.item.crafting.Ingredient@7993920f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.bloodmagic.pillar1.@1 new recipe: RecipeStage{tier='three', recipe=6xtile.bloodmagic.pillar1.@1:[net.minecraft.item.crafting.Ingredient@6185a6c2, net.minecraft.item.crafting.Ingredient@6185a6c2, net.minecraft.item.crafting.Ingredient@6185a6c2, net.minecraft.item.crafting.Ingredient@6185a6c2, net.minecraft.item.crafting.Ingredient@6185a6c2, net.minecraft.item.crafting.Ingredient@6185a6c2]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xtile.bloodmagic.bricks2.@13 new recipe: RecipeStage{tier='three', recipe=9xtile.bloodmagic.bricks2.@13:[net.minecraft.item.crafting.Ingredient@75a78392, net.minecraft.item.crafting.Ingredient@508266f8, net.minecraft.item.crafting.Ingredient@75a78392, net.minecraft.item.crafting.Ingredient@508266f8, net.minecraft.item.crafting.Ingredient@6b22be, net.minecraft.item.crafting.Ingredient@508266f8, net.minecraft.item.crafting.Ingredient@75a78392, net.minecraft.item.crafting.Ingredient@508266f8, net.minecraft.item.crafting.Ingredient@75a78392]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.bloodmagic.pillar1.@2 new recipe: RecipeStage{tier='three', recipe=6xtile.bloodmagic.pillar1.@2:[net.minecraft.item.crafting.Ingredient@2e638d72, net.minecraft.item.crafting.Ingredient@2e638d72, net.minecraft.item.crafting.Ingredient@2e638d72, net.minecraft.item.crafting.Ingredient@2e638d72, net.minecraft.item.crafting.Ingredient@2e638d72, net.minecraft.item.crafting.Ingredient@2e638d72]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.bloodmagic.pillarCap1.@1 new recipe: RecipeStage{tier='three', recipe=6xtile.bloodmagic.pillarCap1.@1:[net.minecraft.item.crafting.Ingredient@16239d55, net.minecraft.item.crafting.Ingredient@16239d55, net.minecraft.item.crafting.Ingredient@16239d55, net.minecraft.item.crafting.Ingredient@16239d55, net.minecraft.item.crafting.Ingredient@16239d55, net.minecraft.item.crafting.Ingredient@16239d55]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 16xtile.bloodmagic.extras.@4 new recipe: RecipeStage{tier='three', recipe=16xtile.bloodmagic.extras.@4:[net.minecraft.item.crafting.Ingredient@60baa500, net.minecraftforge.oredict.OreIngredient@4b8d401e, net.minecraftforge.oredict.OreIngredient@4b8d401e, net.minecraftforge.oredict.OreIngredient@4b8d401e, net.minecraftforge.oredict.OreIngredient@4b8d401e, net.minecraftforge.oredict.OreIngredient@4b8d401e, net.minecraftforge.oredict.OreIngredient@4b8d401e, net.minecraftforge.oredict.OreIngredient@4b8d401e, net.minecraftforge.oredict.OreIngredient@4b8d401e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.bloodmagic.bricks2.@3 new recipe: RecipeStage{tier='three', recipe=4xtile.bloodmagic.bricks2.@3:[net.minecraft.item.crafting.Ingredient@1afa36b5, net.minecraft.item.crafting.Ingredient@1afa36b5, net.minecraft.item.crafting.Ingredient@1afa36b5, net.minecraft.item.crafting.Ingredient@1afa36b5]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.bloodmagic.wall1.@8 new recipe: RecipeStage{tier='three', recipe=6xtile.bloodmagic.wall1.@8:[net.minecraft.item.crafting.Ingredient@5fc003b1, net.minecraft.item.crafting.Ingredient@5fc003b1, net.minecraft.item.crafting.Ingredient@5fc003b1, net.minecraft.item.crafting.Ingredient@5fc003b1, net.minecraft.item.crafting.Ingredient@5fc003b1, net.minecraft.item.crafting.Ingredient@5fc003b1]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.bloodmagic.pillarCap3.@0 new recipe: RecipeStage{tier='three', recipe=6xtile.bloodmagic.pillarCap3.@0:[net.minecraft.item.crafting.Ingredient@7fc74d74, net.minecraft.item.crafting.Ingredient@7fc74d74, net.minecraft.item.crafting.Ingredient@7fc74d74, net.minecraft.item.crafting.Ingredient@7fc74d74, net.minecraft.item.crafting.Ingredient@7fc74d74, net.minecraft.item.crafting.Ingredient@7fc74d74]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xtile.bloodmagic.bricks2.@8 new recipe: RecipeStage{tier='three', recipe=9xtile.bloodmagic.bricks2.@8:[net.minecraft.item.crafting.Ingredient@370e3cec, net.minecraft.item.crafting.Ingredient@7ff7b162, net.minecraft.item.crafting.Ingredient@370e3cec, net.minecraft.item.crafting.Ingredient@7ff7b162, net.minecraft.item.crafting.Ingredient@7ff7b162, net.minecraft.item.crafting.Ingredient@7ff7b162, net.minecraft.item.crafting.Ingredient@370e3cec, net.minecraft.item.crafting.Ingredient@7ff7b162, net.minecraft.item.crafting.Ingredient@370e3cec]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.bloodmagic.stairs2.@1 new recipe: RecipeStage{tier='three', recipe=8xtile.bloodmagic.stairs2.@1:[net.minecraft.item.crafting.Ingredient@4f1813d9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4f1813d9, net.minecraft.item.crafting.Ingredient@4f1813d9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4f1813d9, net.minecraft.item.crafting.Ingredient@4f1813d9, net.minecraft.item.crafting.Ingredient@4f1813d9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.bloodmagic.bricks1.@3 new recipe: RecipeStage{tier='three', recipe=4xtile.bloodmagic.bricks1.@3:[net.minecraft.item.crafting.Ingredient@89b4771, net.minecraft.item.crafting.Ingredient@89b4771, net.minecraft.item.crafting.Ingredient@89b4771, net.minecraft.item.crafting.Ingredient@89b4771]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.bloodmagic.bricks1.@1 new recipe: RecipeStage{tier='three', recipe=4xtile.bloodmagic.bricks1.@1:[net.minecraft.item.crafting.Ingredient@5949427c, net.minecraft.item.crafting.Ingredient@5949427c, net.minecraft.item.crafting.Ingredient@5949427c, net.minecraft.item.crafting.Ingredient@5949427c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.bloodmagic.stairs2.@0 new recipe: RecipeStage{tier='three', recipe=8xtile.bloodmagic.stairs2.@0:[net.minecraft.item.crafting.Ingredient@1a342cf7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1a342cf7, net.minecraft.item.crafting.Ingredient@1a342cf7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1a342cf7, net.minecraft.item.crafting.Ingredient@1a342cf7, net.minecraft.item.crafting.Ingredient@1a342cf7]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.bloodmagic.wall1.@10 new recipe: RecipeStage{tier='three', recipe=6xtile.bloodmagic.wall1.@10:[net.minecraft.item.crafting.Ingredient@6929eada, net.minecraft.item.crafting.Ingredient@6929eada, net.minecraft.item.crafting.Ingredient@6929eada, net.minecraft.item.crafting.Ingredient@6929eada, net.minecraft.item.crafting.Ingredient@6929eada, net.minecraft.item.crafting.Ingredient@6929eada]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.bloodmagic.pillar1.@4 new recipe: RecipeStage{tier='three', recipe=6xtile.bloodmagic.pillar1.@4:[net.minecraft.item.crafting.Ingredient@67180fd7, net.minecraft.item.crafting.Ingredient@67180fd7, net.minecraft.item.crafting.Ingredient@67180fd7, net.minecraft.item.crafting.Ingredient@67180fd7, net.minecraft.item.crafting.Ingredient@67180fd7, net.minecraft.item.crafting.Ingredient@67180fd7]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.bloodmagic.stairs1.@0 new recipe: RecipeStage{tier='three', recipe=8xtile.bloodmagic.stairs1.@0:[net.minecraft.item.crafting.Ingredient@3e687275, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3e687275, net.minecraft.item.crafting.Ingredient@3e687275, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3e687275, net.minecraft.item.crafting.Ingredient@3e687275, net.minecraft.item.crafting.Ingredient@3e687275]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 5xtile.bloodmagic.demonlight.@0 new recipe: RecipeStage{tier='three', recipe=5xtile.bloodmagic.demonlight.@0:[net.minecraft.item.crafting.Ingredient@592df5b1, net.minecraft.item.crafting.Ingredient@540e89c2, net.minecraft.item.crafting.Ingredient@592df5b1, net.minecraft.item.crafting.Ingredient@540e89c2, net.minecraft.item.crafting.Ingredient@540e89c2, net.minecraft.item.crafting.Ingredient@540e89c2, net.minecraft.item.crafting.Ingredient@592df5b1, net.minecraft.item.crafting.Ingredient@540e89c2, net.minecraft.item.crafting.Ingredient@592df5b1]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.bloodmagic.bricks1.@2 new recipe: RecipeStage{tier='three', recipe=4xtile.bloodmagic.bricks1.@2:[net.minecraft.item.crafting.Ingredient@76a0381a, net.minecraft.item.crafting.Ingredient@76a0381a, net.minecraft.item.crafting.Ingredient@76a0381a, net.minecraft.item.crafting.Ingredient@76a0381a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.bloodmagic.wall1.@9 new recipe: RecipeStage{tier='three', recipe=6xtile.bloodmagic.wall1.@9:[net.minecraft.item.crafting.Ingredient@3de7e4a, net.minecraft.item.crafting.Ingredient@3de7e4a, net.minecraft.item.crafting.Ingredient@3de7e4a, net.minecraft.item.crafting.Ingredient@3de7e4a, net.minecraft.item.crafting.Ingredient@3de7e4a, net.minecraft.item.crafting.Ingredient@3de7e4a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.bloodmagic.wall1.@6 new recipe: RecipeStage{tier='three', recipe=6xtile.bloodmagic.wall1.@6:[net.minecraft.item.crafting.Ingredient@3b736ce5, net.minecraft.item.crafting.Ingredient@3b736ce5, net.minecraft.item.crafting.Ingredient@3b736ce5, net.minecraft.item.crafting.Ingredient@3b736ce5, net.minecraft.item.crafting.Ingredient@3b736ce5, net.minecraft.item.crafting.Ingredient@3b736ce5]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.bloodmagic.bricks2.@1 new recipe: RecipeStage{tier='three', recipe=4xtile.bloodmagic.bricks2.@1:[net.minecraft.item.crafting.Ingredient@784c11da, net.minecraft.item.crafting.Ingredient@784c11da, net.minecraft.item.crafting.Ingredient@784c11da, net.minecraft.item.crafting.Ingredient@784c11da]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.bloodmagic.wall1.@12 new recipe: RecipeStage{tier='three', recipe=6xtile.bloodmagic.wall1.@12:[net.minecraft.item.crafting.Ingredient@474754ec, net.minecraft.item.crafting.Ingredient@474754ec, net.minecraft.item.crafting.Ingredient@474754ec, net.minecraft.item.crafting.Ingredient@474754ec, net.minecraft.item.crafting.Ingredient@474754ec, net.minecraft.item.crafting.Ingredient@474754ec]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.bloodmagic.pillar1.@3 new recipe: RecipeStage{tier='three', recipe=6xtile.bloodmagic.pillar1.@3:[net.minecraft.item.crafting.Ingredient@12e5f173, net.minecraft.item.crafting.Ingredient@12e5f173, net.minecraft.item.crafting.Ingredient@12e5f173, net.minecraft.item.crafting.Ingredient@12e5f173, net.minecraft.item.crafting.Ingredient@12e5f173, net.minecraft.item.crafting.Ingredient@12e5f173]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.bloodmagic.pillar2.@0 new recipe: RecipeStage{tier='three', recipe=8xtile.bloodmagic.pillar2.@0:[net.minecraft.item.crafting.Ingredient@39d049c, net.minecraft.item.crafting.Ingredient@39d049c, net.minecraft.item.crafting.Ingredient@39d049c, net.minecraft.item.crafting.Ingredient@39d049c, net.minecraft.item.crafting.Ingredient@5b849957, net.minecraft.item.crafting.Ingredient@39d049c, net.minecraft.item.crafting.Ingredient@39d049c, net.minecraft.item.crafting.Ingredient@39d049c, net.minecraft.item.crafting.Ingredient@39d049c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.bloodmagic.wall1.@4 new recipe: RecipeStage{tier='three', recipe=6xtile.bloodmagic.wall1.@4:[net.minecraft.item.crafting.Ingredient@40fea05b, net.minecraft.item.crafting.Ingredient@40fea05b, net.minecraft.item.crafting.Ingredient@40fea05b, net.minecraft.item.crafting.Ingredient@40fea05b, net.minecraft.item.crafting.Ingredient@40fea05b, net.minecraft.item.crafting.Ingredient@40fea05b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 16xtile.bloodmagic.extras.@3 new recipe: RecipeStage{tier='three', recipe=16xtile.bloodmagic.extras.@3:[net.minecraft.item.crafting.Ingredient@6e98cffd, net.minecraftforge.oredict.OreIngredient@4b8d401e, net.minecraftforge.oredict.OreIngredient@4b8d401e, net.minecraftforge.oredict.OreIngredient@4b8d401e, net.minecraftforge.oredict.OreIngredient@4b8d401e, net.minecraftforge.oredict.OreIngredient@4b8d401e, net.minecraftforge.oredict.OreIngredient@4b8d401e, net.minecraftforge.oredict.OreIngredient@4b8d401e, net.minecraftforge.oredict.OreIngredient@4b8d401e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.bloodmagic.extras.@6 new recipe: RecipeStage{tier='three', recipe=4xtile.bloodmagic.extras.@6:[net.minecraft.item.crafting.Ingredient@4b6e47b8, net.minecraft.item.crafting.Ingredient@4b6e47b8, net.minecraft.item.crafting.Ingredient@4b6e47b8, net.minecraft.item.crafting.Ingredient@4b6e47b8]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xtile.bloodmagic.bricks2.@6 new recipe: RecipeStage{tier='three', recipe=9xtile.bloodmagic.bricks2.@6:[net.minecraft.item.crafting.Ingredient@29b6d134, net.minecraft.item.crafting.Ingredient@48d00d81, net.minecraft.item.crafting.Ingredient@29b6d134, net.minecraft.item.crafting.Ingredient@48d00d81, net.minecraft.item.crafting.Ingredient@48d00d81, net.minecraft.item.crafting.Ingredient@48d00d81, net.minecraft.item.crafting.Ingredient@29b6d134, net.minecraft.item.crafting.Ingredient@48d00d81, net.minecraft.item.crafting.Ingredient@29b6d134]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xtile.bloodmagic.bricks2.@10 new recipe: RecipeStage{tier='three', recipe=9xtile.bloodmagic.bricks2.@10:[net.minecraft.item.crafting.Ingredient@42a1e9bb, net.minecraft.item.crafting.Ingredient@283bdb90, net.minecraft.item.crafting.Ingredient@42a1e9bb, net.minecraft.item.crafting.Ingredient@283bdb90, net.minecraft.item.crafting.Ingredient@159f2a64, net.minecraft.item.crafting.Ingredient@283bdb90, net.minecraft.item.crafting.Ingredient@42a1e9bb, net.minecraft.item.crafting.Ingredient@283bdb90, net.minecraft.item.crafting.Ingredient@42a1e9bb]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xtile.bloodmagic.bricks2.@9 new recipe: RecipeStage{tier='three', recipe=9xtile.bloodmagic.bricks2.@9:[net.minecraft.item.crafting.Ingredient@6271b01a, net.minecraft.item.crafting.Ingredient@5f5760c8, net.minecraft.item.crafting.Ingredient@6271b01a, net.minecraft.item.crafting.Ingredient@5f5760c8, net.minecraft.item.crafting.Ingredient@5f5760c8, net.minecraft.item.crafting.Ingredient@5f5760c8, net.minecraft.item.crafting.Ingredient@6271b01a, net.minecraft.item.crafting.Ingredient@5f5760c8, net.minecraft.item.crafting.Ingredient@6271b01a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xtile.bloodmagic.bricks2.@12 new recipe: RecipeStage{tier='three', recipe=9xtile.bloodmagic.bricks2.@12:[net.minecraft.item.crafting.Ingredient@2f083612, net.minecraft.item.crafting.Ingredient@5b11f2ac, net.minecraft.item.crafting.Ingredient@2f083612, net.minecraft.item.crafting.Ingredient@5b11f2ac, net.minecraft.item.crafting.Ingredient@6153c27e, net.minecraft.item.crafting.Ingredient@5b11f2ac, net.minecraft.item.crafting.Ingredient@2f083612, net.minecraft.item.crafting.Ingredient@5b11f2ac, net.minecraft.item.crafting.Ingredient@2f083612]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.bloodmagic.pillar2.@4 new recipe: RecipeStage{tier='three', recipe=8xtile.bloodmagic.pillar2.@4:[net.minecraft.item.crafting.Ingredient@50249a4, net.minecraft.item.crafting.Ingredient@50249a4, net.minecraft.item.crafting.Ingredient@50249a4, net.minecraft.item.crafting.Ingredient@50249a4, net.minecraft.item.crafting.Ingredient@1c2fb422, net.minecraft.item.crafting.Ingredient@50249a4, net.minecraft.item.crafting.Ingredient@50249a4, net.minecraft.item.crafting.Ingredient@50249a4, net.minecraft.item.crafting.Ingredient@50249a4]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.bloodmagic.extras.@9 new recipe: RecipeStage{tier='three', recipe=4xtile.bloodmagic.extras.@9:[net.minecraft.item.crafting.Ingredient@3e036608, net.minecraft.item.crafting.Ingredient@3e036608, net.minecraft.item.crafting.Ingredient@3e036608, net.minecraft.item.crafting.Ingredient@3e036608]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.bloodmagic.pillarCap2.@0 new recipe: RecipeStage{tier='three', recipe=6xtile.bloodmagic.pillarCap2.@0:[net.minecraft.item.crafting.Ingredient@6b416408, net.minecraft.item.crafting.Ingredient@6b416408, net.minecraft.item.crafting.Ingredient@6b416408, net.minecraft.item.crafting.Ingredient@6b416408, net.minecraft.item.crafting.Ingredient@6b416408, net.minecraft.item.crafting.Ingredient@6b416408]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 5xtile.bloodmagic.demonlight.@2 new recipe: RecipeStage{tier='three', recipe=5xtile.bloodmagic.demonlight.@2:[net.minecraft.item.crafting.Ingredient@43d21326, net.minecraft.item.crafting.Ingredient@1fd76d1c, net.minecraft.item.crafting.Ingredient@43d21326, net.minecraft.item.crafting.Ingredient@1fd76d1c, net.minecraft.item.crafting.Ingredient@1fd76d1c, net.minecraft.item.crafting.Ingredient@1fd76d1c, net.minecraft.item.crafting.Ingredient@43d21326, net.minecraft.item.crafting.Ingredient@1fd76d1c, net.minecraft.item.crafting.Ingredient@43d21326]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.bloodmagic.wall1.@7 new recipe: RecipeStage{tier='three', recipe=6xtile.bloodmagic.wall1.@7:[net.minecraft.item.crafting.Ingredient@31f9c751, net.minecraft.item.crafting.Ingredient@31f9c751, net.minecraft.item.crafting.Ingredient@31f9c751, net.minecraft.item.crafting.Ingredient@31f9c751, net.minecraft.item.crafting.Ingredient@31f9c751, net.minecraft.item.crafting.Ingredient@31f9c751]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.bloodmagic.pillar2.@2 new recipe: RecipeStage{tier='three', recipe=8xtile.bloodmagic.pillar2.@2:[net.minecraft.item.crafting.Ingredient@3d7c87d6, net.minecraft.item.crafting.Ingredient@3d7c87d6, net.minecraft.item.crafting.Ingredient@3d7c87d6, net.minecraft.item.crafting.Ingredient@3d7c87d6, net.minecraft.item.crafting.Ingredient@1ee898e6, net.minecraft.item.crafting.Ingredient@3d7c87d6, net.minecraft.item.crafting.Ingredient@3d7c87d6, net.minecraft.item.crafting.Ingredient@3d7c87d6, net.minecraft.item.crafting.Ingredient@3d7c87d6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.bloodmagic.stairs3.@0 new recipe: RecipeStage{tier='three', recipe=8xtile.bloodmagic.stairs3.@0:[net.minecraft.item.crafting.Ingredient@45b208d1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@45b208d1, net.minecraft.item.crafting.Ingredient@45b208d1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@45b208d1, net.minecraft.item.crafting.Ingredient@45b208d1, net.minecraft.item.crafting.Ingredient@45b208d1]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.bloodmagic.focus@3 new recipe: RecipeStage{tier='three', recipe=1xitem.bloodmagic.focus@3:[net.minecraft.item.crafting.Ingredient@78540c5a, net.minecraft.item.crafting.Ingredient@1828f87d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.bloodmagic.path.@7 new recipe: RecipeStage{tier='three', recipe=4xtile.bloodmagic.path.@7:[net.minecraft.item.crafting.Ingredient@2e60b06f, net.minecraft.item.crafting.Ingredient@768fc7f8, net.minecraft.item.crafting.Ingredient@a1d4542, net.minecraft.item.crafting.Ingredient@59b32c2c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.bloodmagic.path.@2 new recipe: RecipeStage{tier='two', recipe=4xtile.bloodmagic.path.@2:[net.minecraftforge.oredict.OreIngredient@4b8d401e, net.minecraftforge.oredict.OreIngredient@4b8d401e, net.minecraftforge.oredict.OreIngredient@4b8d401e, net.minecraftforge.oredict.OreIngredient@4b8d401e, WayofTime.bloodmagic.core.recipe.IngredientBloodOrb@5a065560]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.bloodmagic.path.@1 new recipe: RecipeStage{tier='one', recipe=4xtile.bloodmagic.path.@1:[net.minecraft.item.crafting.Ingredient@4311ed1d, net.minecraft.item.crafting.Ingredient@226188ea, net.minecraft.item.crafting.Ingredient@4559276d, net.minecraft.item.crafting.Ingredient@4e846904]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.bloodmagic.path.@4 new recipe: RecipeStage{tier='three', recipe=4xtile.bloodmagic.path.@4:[net.minecraft.item.crafting.Ingredient@4df65b5a, net.minecraft.item.crafting.Ingredient@472b6954, net.minecraft.item.crafting.Ingredient@24646fbb, net.minecraft.item.crafting.Ingredient@3a7d5e08, WayofTime.bloodmagic.core.recipe.IngredientBloodOrb@452eee96]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.bloodmagic.path.@5 new recipe: RecipeStage{tier='three', recipe=4xtile.bloodmagic.path.@5:[net.minecraft.item.crafting.Ingredient@3cf8764d, net.minecraft.item.crafting.Ingredient@7f1de952, net.minecraft.item.crafting.Ingredient@4ebdcc92, net.minecraft.item.crafting.Ingredient@43ba1449]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.bloodmagic.path.@0 new recipe: RecipeStage{tier='one', recipe=4xtile.bloodmagic.path.@0:[net.minecraftforge.oredict.OreIngredient@6734d156, net.minecraftforge.oredict.OreIngredient@6734d156, net.minecraftforge.oredict.OreIngredient@6734d156, net.minecraftforge.oredict.OreIngredient@6734d156, WayofTime.bloodmagic.core.recipe.IngredientBloodOrb@1fbaa413]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.bloodmagic.path.@3 new recipe: RecipeStage{tier='two', recipe=4xtile.bloodmagic.path.@3:[net.minecraft.item.crafting.Ingredient@7ff735b8, net.minecraft.item.crafting.Ingredient@2441c4fc, net.minecraft.item.crafting.Ingredient@5858f2a2, net.minecraft.item.crafting.Ingredient@51df7a97]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.bloodmagic.path.@6 new recipe: RecipeStage{tier='three', recipe=4xtile.bloodmagic.path.@6:[net.minecraft.item.crafting.Ingredient@8fc7a2e, net.minecraft.item.crafting.Ingredient@1c90007, net.minecraft.item.crafting.Ingredient@407976e8, net.minecraft.item.crafting.Ingredient@f52bde0, WayofTime.bloodmagic.core.recipe.IngredientBloodOrb@64149b2e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.bloodmagic.alchemyTable@0 new recipe: RecipeStage{tier='three', recipe=1xtile.bloodmagic.alchemyTable@0:[net.minecraftforge.oredict.OreIngredient@4b8d401e, net.minecraftforge.oredict.OreIngredient@4b8d401e, net.minecraftforge.oredict.OreIngredient@4b8d401e, net.minecraftforge.oredict.OreIngredient@6734d156, net.minecraft.item.crafting.Ingredient@7c7bae23, net.minecraftforge.oredict.OreIngredient@6734d156, net.minecraftforge.oredict.OreIngredient@91ef87e, WayofTime.bloodmagic.core.recipe.IngredientBloodOrb@7255ffc1, net.minecraftforge.oredict.OreIngredient@91ef87e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.bloodmagic.activation_crystal@1 new recipe: RecipeStage{tier='three', recipe=1xitem.bloodmagic.activation_crystal@1:[net.minecraft.item.crafting.Ingredient@2ca9a138, WayofTime.bloodmagic.core.recipe.IngredientBloodOrb@7c68110e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.bloodmagic.mimic.@2 new recipe: RecipeStage{tier='three', recipe=4xtile.bloodmagic.mimic.@2:[net.minecraft.item.crafting.Ingredient@5d16a220, net.minecraftforge.oredict.OreIngredient@466eccc4, net.minecraft.item.crafting.Ingredient@5d16a220, net.minecraftforge.oredict.OreIngredient@466eccc4, net.minecraft.item.crafting.Ingredient@485058a8, net.minecraftforge.oredict.OreIngredient@466eccc4, net.minecraft.item.crafting.Ingredient@5d16a220, WayofTime.bloodmagic.core.recipe.IngredientBloodOrb@17f53592, net.minecraft.item.crafting.Ingredient@5d16a220]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.bloodmagic.stone.ritual.@2 new recipe: RecipeStage{tier='three', recipe=1xtile.bloodmagic.stone.ritual.@2:[net.minecraft.item.crafting.Ingredient@3ba3c035, net.minecraft.item.crafting.Ingredient@3c9c4ef5, net.minecraft.item.crafting.Ingredient@2ed2f57f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.bloodmagic.itemFilter.@1 new recipe: RecipeStage{tier='three', recipe=1xitem.bloodmagic.itemFilter.@1:[net.minecraftforge.oredict.OreIngredient@191718c6, net.minecraftforge.oredict.OreIngredient@351e1ade, net.minecraftforge.oredict.OreIngredient@191718c6, net.minecraftforge.oredict.OreIngredient@351e1ade, net.minecraft.item.crafting.Ingredient@482504d3, net.minecraftforge.oredict.OreIngredient@351e1ade, net.minecraftforge.oredict.OreIngredient@191718c6, net.minecraftforge.oredict.OreIngredient@351e1ade, net.minecraftforge.oredict.OreIngredient@191718c6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.bloodmagic.stone.ritual.@1 new recipe: RecipeStage{tier='three', recipe=1xtile.bloodmagic.stone.ritual.@1:[net.minecraft.item.crafting.Ingredient@6949addb, net.minecraftforge.oredict.OreIngredient@4b8d401e, net.minecraft.item.crafting.Ingredient@6949addb, net.minecraftforge.oredict.OreIngredient@4b8d401e, WayofTime.bloodmagic.core.recipe.IngredientBloodOrb@6248b6ef, net.minecraftforge.oredict.OreIngredient@4b8d401e, net.minecraft.item.crafting.Ingredient@6949addb, net.minecraftforge.oredict.OreIngredient@4b8d401e, net.minecraft.item.crafting.Ingredient@6949addb]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.bloodmagic.itemFilter.@0 new recipe: RecipeStage{tier='three', recipe=1xitem.bloodmagic.itemFilter.@0:[net.minecraftforge.oredict.OreIngredient@191718c6, net.minecraftforge.oredict.OreIngredient@466eccc4, net.minecraftforge.oredict.OreIngredient@191718c6, net.minecraftforge.oredict.OreIngredient@466eccc4, net.minecraft.item.crafting.Ingredient@67b1cb7b, net.minecraftforge.oredict.OreIngredient@466eccc4, net.minecraftforge.oredict.OreIngredient@191718c6, net.minecraftforge.oredict.OreIngredient@466eccc4, net.minecraftforge.oredict.OreIngredient@191718c6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.bloodmagic.pack.sacrifice@0 new recipe: RecipeStage{tier='two', recipe=1xitem.bloodmagic.pack.sacrifice@0:[net.minecraftforge.oredict.OreIngredient@466eccc4, net.minecraft.item.crafting.Ingredient@17421783, net.minecraftforge.oredict.OreIngredient@466eccc4, net.minecraftforge.oredict.OreIngredient@4c13db69, net.minecraft.item.crafting.Ingredient@78cf26fd, net.minecraftforge.oredict.OreIngredient@4c13db69, net.minecraftforge.oredict.OreIngredient@466eccc4, net.minecraft.item.crafting.Ingredient@43ebf3bf, net.minecraftforge.oredict.OreIngredient@466eccc4]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.bloodmagic.teleposer@0 new recipe: RecipeStage{tier='three', recipe=1xtile.bloodmagic.teleposer@0:[net.minecraftforge.oredict.OreIngredient@91ef87e, net.minecraftforge.oredict.OreIngredient@91ef87e, net.minecraftforge.oredict.OreIngredient@91ef87e, net.minecraft.item.crafting.Ingredient@7ae46e67, net.minecraft.item.crafting.Ingredient@6cbee5b1, net.minecraft.item.crafting.Ingredient@7ae46e67, net.minecraftforge.oredict.OreIngredient@91ef87e, net.minecraftforge.oredict.OreIngredient@91ef87e, net.minecraftforge.oredict.OreIngredient@91ef87e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.bloodmagic.@1 new recipe: RecipeStage{tier='three', recipe=4xtile.bloodmagic.@1:[net.minecraft.item.crafting.Ingredient@30f2443b, net.minecraft.item.crafting.Ingredient@30f2443b, net.minecraft.item.crafting.Ingredient@30f2443b, net.minecraft.item.crafting.Ingredient@30f2443b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.bloodmagic.mimic.@1 new recipe: RecipeStage{tier='three', recipe=4xtile.bloodmagic.mimic.@1:[net.minecraft.item.crafting.Ingredient@109a18cf, net.minecraftforge.oredict.OreIngredient@4b8d401e, net.minecraft.item.crafting.Ingredient@109a18cf, net.minecraftforge.oredict.OreIngredient@4b8d401e, net.minecraft.item.crafting.Ingredient@433d29e3, net.minecraftforge.oredict.OreIngredient@4b8d401e, net.minecraft.item.crafting.Ingredient@109a18cf, WayofTime.bloodmagic.core.recipe.IngredientBloodOrb@39bd00f8, net.minecraft.item.crafting.Ingredient@109a18cf]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.bloodmagic.upgradeTrainer@0 new recipe: RecipeStage{tier='three', recipe=1xitem.bloodmagic.upgradeTrainer@0:[net.minecraftforge.oredict.OreIngredient@5f67e834, net.minecraftforge.oredict.OreIngredient@91ef87e, net.minecraftforge.oredict.OreIngredient@5f67e834, net.minecraftforge.oredict.OreIngredient@4c13db69, WayofTime.bloodmagic.core.recipe.IngredientBloodOrb@6a98162b, net.minecraftforge.oredict.OreIngredient@4c13db69, net.minecraftforge.oredict.OreIngredient@5f67e834, net.minecraftforge.oredict.OreIngredient@91ef87e, net.minecraftforge.oredict.OreIngredient@5f67e834]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.bonsaitrees.bonsaipot@0 new recipe: RecipeStage{tier='four', recipe=1xtile.bonsaitrees.bonsaipot@0:[net.minecraft.item.crafting.Ingredient@411a85e1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@411a85e1, net.minecraft.item.crafting.Ingredient@411a85e1, net.minecraft.item.crafting.Ingredient@411a85e1, net.minecraft.item.crafting.Ingredient@411a85e1]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.bonsaitrees.bonsaipot@1 new recipe: RecipeStage{tier='four', recipe=1xtile.bonsaitrees.bonsaipot@1:[net.minecraft.item.crafting.Ingredient@3e9d5955, net.minecraft.item.crafting.Ingredient@37f414d8]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.snapshot@0 new recipe: RecipeStage{tier='four', recipe=1xitem.snapshot@0:[net.minecraft.item.crafting.Ingredient@32ada2ac, net.minecraft.item.crafting.Ingredient@32ada2ac, net.minecraft.item.crafting.Ingredient@32ada2ac, net.minecraft.item.crafting.Ingredient@32ada2ac, net.minecraftforge.oredict.OreIngredient@42047925, net.minecraft.item.crafting.Ingredient@32ada2ac, net.minecraft.item.crafting.Ingredient@32ada2ac, net.minecraft.item.crafting.Ingredient@32ada2ac, net.minecraft.item.crafting.Ingredient@32ada2ac]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.snapshot@2 new recipe: RecipeStage{tier='four', recipe=1xitem.snapshot@2:[net.minecraft.item.crafting.Ingredient@7f1d15c4, net.minecraft.item.crafting.Ingredient@7f1d15c4, net.minecraft.item.crafting.Ingredient@7f1d15c4, net.minecraft.item.crafting.Ingredient@7f1d15c4, net.minecraftforge.oredict.OreIngredient@4c48dcc9, net.minecraft.item.crafting.Ingredient@7f1d15c4, net.minecraft.item.crafting.Ingredient@7f1d15c4, net.minecraft.item.crafting.Ingredient@7f1d15c4, net.minecraft.item.crafting.Ingredient@7f1d15c4]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.architectBlock@0 new recipe: RecipeStage{tier='four', recipe=1xtile.architectBlock@0:[net.minecraftforge.oredict.OreIngredient@4fd81215, net.minecraft.item.crafting.Ingredient@69c8b478, net.minecraftforge.oredict.OreIngredient@4fd81215, net.minecraftforge.oredict.OreIngredient@7e65c7c8, net.minecraft.item.crafting.Ingredient@5aba3beb, net.minecraftforge.oredict.OreIngredient@7e65c7c8, net.minecraftforge.oredict.OreIngredient@55fdc213, net.minecraft.item.crafting.Ingredient@79bad7a0, net.minecraftforge.oredict.OreIngredient@55fdc213]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.tankBlock@0 new recipe: RecipeStage{tier='three', recipe=1xtile.tankBlock@0:[net.minecraftforge.oredict.OreIngredient@adcce75, net.minecraftforge.oredict.OreIngredient@adcce75, net.minecraftforge.oredict.OreIngredient@adcce75, net.minecraftforge.oredict.OreIngredient@adcce75, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@adcce75, net.minecraftforge.oredict.OreIngredient@adcce75, net.minecraftforge.oredict.OreIngredient@adcce75, net.minecraftforge.oredict.OreIngredient@adcce75]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.miningWellBlock@0 new recipe: RecipeStage{tier='four', recipe=1xtile.miningWellBlock@0:[net.minecraftforge.oredict.OreIngredient@4da96359, net.minecraftforge.oredict.OreIngredient@36a17732, net.minecraftforge.oredict.OreIngredient@4da96359, net.minecraftforge.oredict.OreIngredient@4da96359, net.minecraftforge.oredict.OreIngredient@179732fa, net.minecraftforge.oredict.OreIngredient@4da96359, net.minecraftforge.oredict.OreIngredient@4da96359, net.minecraft.item.crafting.Ingredient@5d92d465, net.minecraftforge.oredict.OreIngredient@4da96359]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.heat_exchange@0 new recipe: RecipeStage{tier='four', recipe=1xtile.heat_exchange@0:[net.minecraftforge.oredict.OreIngredient@4da96359, net.minecraftforge.oredict.OreIngredient@179732fa, net.minecraftforge.oredict.OreIngredient@4da96359, net.minecraftforge.oredict.OreIngredient@26966e8b, net.minecraftforge.oredict.OreIngredient@26966e8b, net.minecraftforge.oredict.OreIngredient@26966e8b, net.minecraftforge.oredict.OreIngredient@4da96359, net.minecraftforge.oredict.OreIngredient@179732fa, net.minecraftforge.oredict.OreIngredient@4da96359]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.floodGateBlock@0 new recipe: RecipeStage{tier='four', recipe=1xtile.floodGateBlock@0:[net.minecraftforge.oredict.OreIngredient@4da96359, net.minecraftforge.oredict.OreIngredient@179732fa, net.minecraftforge.oredict.OreIngredient@4da96359, net.minecraft.item.crafting.Ingredient@79803aff, net.minecraft.item.crafting.Ingredient@42bc4634, net.minecraft.item.crafting.Ingredient@79803aff, net.minecraftforge.oredict.OreIngredient@4da96359, net.minecraft.item.crafting.Ingredient@79803aff, net.minecraftforge.oredict.OreIngredient@4da96359]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.chuteBlock@0 new recipe: RecipeStage{tier='four', recipe=1xtile.chuteBlock@0:[net.minecraftforge.oredict.OreIngredient@4da96359, net.minecraft.item.crafting.Ingredient@b891389, net.minecraftforge.oredict.OreIngredient@4da96359, net.minecraftforge.oredict.OreIngredient@4da96359, net.minecraftforge.oredict.OreIngredient@19d7c40c, net.minecraftforge.oredict.OreIngredient@4da96359, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4da96359, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.autoWorkbenchBlock@0 new recipe: RecipeStage{tier='four', recipe=1xtile.autoWorkbenchBlock@0:[net.minecraftforge.oredict.OreIngredient@19d7c40c, net.minecraftforge.oredict.OreIngredient@4a61d974, net.minecraftforge.oredict.OreIngredient@19d7c40c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xitem.PipePowerAdapter@0 new recipe: RecipeStage{tier='four', recipe=4xitem.PipePowerAdapter@0:[net.minecraft.item.crafting.Ingredient@342cb28b, net.minecraft.item.crafting.Ingredient@45765d5c, net.minecraft.item.crafting.Ingredient@342cb28b, net.minecraft.item.crafting.Ingredient@342cb28b, net.minecraftforge.oredict.OreIngredient@1610d143, net.minecraft.item.crafting.Ingredient@342cb28b, net.minecraft.item.crafting.Ingredient@342cb28b, net.minecraft.item.crafting.Ingredient@24087ed0, net.minecraft.item.crafting.Ingredient@342cb28b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xitem.PipePlug@0 new recipe: RecipeStage{tier='three', recipe=4xitem.PipePlug@0:[net.minecraft.item.crafting.Ingredient@14676ba6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeStructureCobblestone@0 new recipe: RecipeStage{tier='three', recipe=8xitem.PipeStructureCobblestone@0:[net.minecraftforge.oredict.OreIngredient@2b07db6e, net.minecraft.item.crafting.Ingredient@780e4735, net.minecraftforge.oredict.OreIngredient@2b07db6e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.pipeWaterproof@0 new recipe: RecipeStage{tier='three', recipe=1xitem.pipeWaterproof@0:[net.minecraft.item.crafting.Ingredient@3ea71540]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.buildinggadgets.constructionpastecontainert3@0 new recipe: RecipeStage{tier='five', recipe=1xitem.buildinggadgets.constructionpastecontainert3@0:[net.minecraft.item.crafting.Ingredient@36fc4135, net.minecraftforge.oredict.OreIngredient@62ca691f, net.minecraft.item.crafting.Ingredient@36fc4135, net.minecraftforge.oredict.OreIngredient@62ca691f, net.minecraftforge.oredict.OreIngredient@62ca691f, net.minecraftforge.oredict.OreIngredient@62ca691f, net.minecraft.item.crafting.Ingredient@36fc4135, net.minecraftforge.oredict.OreIngredient@62ca691f, net.minecraft.item.crafting.Ingredient@36fc4135]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.buildinggadgets.constructionpastecontainert2@0 new recipe: RecipeStage{tier='five', recipe=1xitem.buildinggadgets.constructionpastecontainert2@0:[net.minecraft.item.crafting.Ingredient@2ff51b6c, net.minecraftforge.oredict.OreIngredient@29fd8c31, net.minecraft.item.crafting.Ingredient@2ff51b6c, net.minecraftforge.oredict.OreIngredient@29fd8c31, net.minecraftforge.oredict.OreIngredient@29fd8c31, net.minecraftforge.oredict.OreIngredient@29fd8c31, net.minecraft.item.crafting.Ingredient@2ff51b6c, net.minecraftforge.oredict.OreIngredient@29fd8c31, net.minecraft.item.crafting.Ingredient@2ff51b6c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.buildinggadgets.destructiontool@0 new recipe: RecipeStage{tier='disabled', recipe=1xitem.buildinggadgets.destructiontool@0:[net.minecraftforge.oredict.OreIngredient@f30d0d2, net.minecraftforge.oredict.OreIngredient@4f395e68, net.minecraftforge.oredict.OreIngredient@f30d0d2, net.minecraftforge.oredict.OreIngredient@5f4a469f, net.minecraftforge.oredict.OreIngredient@4f395e68, net.minecraftforge.oredict.OreIngredient@5f4a469f, net.minecraftforge.oredict.OreIngredient@f30d0d2, net.minecraftforge.oredict.OreIngredient@593164ef, net.minecraftforge.oredict.OreIngredient@f30d0d2]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.buildinggadgets.constructionblockpowder@0 new recipe: RecipeStage{tier='five', recipe=1xtile.buildinggadgets.constructionblockpowder@0:[net.minecraft.item.crafting.Ingredient@12514832, net.minecraftforge.oredict.OreIngredient@14e43a4b, net.minecraft.item.crafting.Ingredient@14d231e0]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.buildinggadgets.templatemanager@0 new recipe: RecipeStage{tier='five', recipe=1xtile.buildinggadgets.templatemanager@0:[net.minecraftforge.oredict.OreIngredient@50111d5e, net.minecraftforge.oredict.OreIngredient@3f1bb67c, net.minecraftforge.oredict.OreIngredient@50111d5e, net.minecraftforge.oredict.OreIngredient@10762aa8, net.minecraftforge.oredict.OreIngredient@3f1bb67c, net.minecraftforge.oredict.OreIngredient@10762aa8, net.minecraftforge.oredict.OreIngredient@50111d5e, net.minecraftforge.oredict.OreIngredient@e78708a, net.minecraftforge.oredict.OreIngredient@50111d5e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.buildinggadgets.constructionpastecontainer@0 new recipe: RecipeStage{tier='five', recipe=1xitem.buildinggadgets.constructionpastecontainer@0:[net.minecraftforge.oredict.OreIngredient@462c45eb, net.minecraftforge.oredict.OreIngredient@462c45eb, net.minecraftforge.oredict.OreIngredient@462c45eb, net.minecraftforge.oredict.OreIngredient@462c45eb, net.minecraft.item.crafting.Ingredient@27e86ead, net.minecraftforge.oredict.OreIngredient@462c45eb, net.minecraftforge.oredict.OreIngredient@462c45eb, net.minecraftforge.oredict.OreIngredient@462c45eb, net.minecraftforge.oredict.OreIngredient@462c45eb]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ceramics.clay_soft@0 new recipe: RecipeStage{tier='zero', recipe=1xtile.ceramics.clay_soft@0:[net.minecraftforge.oredict.OreIngredient@43df000b, net.minecraftforge.oredict.OreIngredient@43df000b, net.minecraftforge.oredict.OreIngredient@43df000b, net.minecraftforge.oredict.OreIngredient@43df000b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xitem.clay@0 new recipe: RecipeStage{tier='tutorial', recipe=2xitem.clay@0:[net.minecraft.item.crafting.Ingredient@29fe4f5d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xitem.clay@0 new recipe: RecipeStage{tier='tutorial', recipe=2xitem.clay@0:[net.minecraft.item.crafting.Ingredient@fd91007]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 7xitem.clay@0 new recipe: RecipeStage{tier='tutorial', recipe=7xitem.clay@0:[net.minecraft.item.crafting.Ingredient@52bb3f43]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 5xitem.clay@0 new recipe: RecipeStage{tier='tutorial', recipe=5xitem.clay@0:[net.minecraft.item.crafting.Ingredient@282b863b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xitem.clay@0 new recipe: RecipeStage{tier='tutorial', recipe=3xitem.clay@0:[net.minecraft.item.crafting.Ingredient@4541c13b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.clay@0 new recipe: RecipeStage{tier='tutorial', recipe=8xitem.clay@0:[net.minecraft.item.crafting.Ingredient@6bcb2e77]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xitem.clay@0 new recipe: RecipeStage{tier='tutorial', recipe=3xitem.clay@0:[net.minecraft.item.crafting.Ingredient@6e5e6e68]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xitem.clay@0 new recipe: RecipeStage{tier='tutorial', recipe=4xitem.clay@0:[net.minecraft.item.crafting.Ingredient@4772313e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xitem.clay@0 new recipe: RecipeStage{tier='tutorial', recipe=4xitem.clay@0:[net.minecraft.item.crafting.Ingredient@52967ba7]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 5xitem.clay@0 new recipe: RecipeStage{tier='tutorial', recipe=5xitem.clay@0:[net.minecraft.item.crafting.Ingredient@4c87a372]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ceramics.unfired_clay@1 new recipe: RecipeStage{tier='one', recipe=1xitem.ceramics.unfired_clay@1:[net.minecraft.item.crafting.Ingredient@4b0328cf, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4b0328cf]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ceramics.unfired_clay@6 new recipe: RecipeStage{tier='one', recipe=1xitem.ceramics.unfired_clay@6:[net.minecraftforge.oredict.OreIngredient@6560a60d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6560a60d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6560a60d, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ceramics.rainbow_clay@2 new recipe: RecipeStage{tier='one', recipe=1xtile.ceramics.rainbow_clay@2:[net.minecraft.item.crafting.Ingredient@3a81cb9d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ceramics.rainbow_clay@0 new recipe: RecipeStage{tier='one', recipe=1xtile.ceramics.rainbow_clay@0:[net.minecraft.item.crafting.Ingredient@76f3eafc]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.ceramics.rainbow_clay@0 new recipe: RecipeStage{tier='one', recipe=6xtile.ceramics.rainbow_clay@0:[net.minecraft.item.crafting.Ingredient@333d99e, net.minecraft.item.crafting.Ingredient@333d99e, net.minecraft.item.crafting.Ingredient@333d99e, net.minecraftforge.oredict.OreIngredient@64ff2876, net.minecraftforge.oredict.OreIngredient@60e18bb9, net.minecraftforge.oredict.OreIngredient@3c9e0d29, net.minecraft.item.crafting.Ingredient@333d99e, net.minecraft.item.crafting.Ingredient@333d99e, net.minecraft.item.crafting.Ingredient@333d99e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ceramics.rainbow_clay@6 new recipe: RecipeStage{tier='one', recipe=1xtile.ceramics.rainbow_clay@6:[net.minecraft.item.crafting.Ingredient@3d1c3e0b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ceramics.rainbow_clay@1 new recipe: RecipeStage{tier='one', recipe=1xtile.ceramics.rainbow_clay@1:[net.minecraft.item.crafting.Ingredient@421bbff3]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ceramics.rainbow_clay@7 new recipe: RecipeStage{tier='one', recipe=1xtile.ceramics.rainbow_clay@7:[net.minecraft.item.crafting.Ingredient@3073eef5]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ceramics.rainbow_clay@3 new recipe: RecipeStage{tier='one', recipe=1xtile.ceramics.rainbow_clay@3:[net.minecraft.item.crafting.Ingredient@1440be6c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ceramics.rainbow_clay@4 new recipe: RecipeStage{tier='one', recipe=1xtile.ceramics.rainbow_clay@4:[net.minecraft.item.crafting.Ingredient@44ff6bb2]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ceramics.rainbow_clay@5 new recipe: RecipeStage{tier='one', recipe=1xtile.ceramics.rainbow_clay@5:[net.minecraft.item.crafting.Ingredient@9b0a1e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.ceramics.clay_wall@7 new recipe: RecipeStage{tier='one', recipe=6xtile.ceramics.clay_wall@7:[net.minecraft.item.crafting.Ingredient@6ddd4d2c, net.minecraft.item.crafting.Ingredient@6ddd4d2c, net.minecraft.item.crafting.Ingredient@6ddd4d2c, net.minecraft.item.crafting.Ingredient@6ddd4d2c, net.minecraft.item.crafting.Ingredient@6ddd4d2c, net.minecraft.item.crafting.Ingredient@6ddd4d2c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.ceramics.rainbow_bricks_stairs@0 new recipe: RecipeStage{tier='one', recipe=4xtile.ceramics.rainbow_bricks_stairs@0:[net.minecraft.item.crafting.Ingredient@726fb813, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@726fb813, net.minecraft.item.crafting.Ingredient@726fb813, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@726fb813, net.minecraft.item.crafting.Ingredient@726fb813, net.minecraft.item.crafting.Ingredient@726fb813]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.ceramics.clay_slab@6 new recipe: RecipeStage{tier='one', recipe=6xtile.ceramics.clay_slab@6:[net.minecraft.item.crafting.Ingredient@17ff08ec, net.minecraft.item.crafting.Ingredient@17ff08ec, net.minecraft.item.crafting.Ingredient@17ff08ec]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.ceramics.clay_hard@6 new recipe: RecipeStage{tier='one', recipe=6xtile.ceramics.clay_hard@6:[net.minecraft.item.crafting.Ingredient@6721da76, net.minecraft.item.crafting.Ingredient@6721da76, net.minecraft.item.crafting.Ingredient@6721da76, net.minecraftforge.oredict.OreIngredient@6aa20010, net.minecraftforge.oredict.OreIngredient@3b3b99a9, net.minecraftforge.oredict.OreIngredient@3a3922e3, net.minecraft.item.crafting.Ingredient@6721da76, net.minecraft.item.crafting.Ingredient@6721da76, net.minecraft.item.crafting.Ingredient@6721da76]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.ceramics.clay_wall@1 new recipe: RecipeStage{tier='one', recipe=6xtile.ceramics.clay_wall@1:[net.minecraft.item.crafting.Ingredient@33c5f08c, net.minecraft.item.crafting.Ingredient@33c5f08c, net.minecraft.item.crafting.Ingredient@33c5f08c, net.minecraft.item.crafting.Ingredient@33c5f08c, net.minecraft.item.crafting.Ingredient@33c5f08c, net.minecraft.item.crafting.Ingredient@33c5f08c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.ceramics.porcelain_bricks_stairs@0 new recipe: RecipeStage{tier='one', recipe=4xtile.ceramics.porcelain_bricks_stairs@0:[net.minecraft.item.crafting.Ingredient@667fdf0d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@667fdf0d, net.minecraft.item.crafting.Ingredient@667fdf0d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@667fdf0d, net.minecraft.item.crafting.Ingredient@667fdf0d, net.minecraft.item.crafting.Ingredient@667fdf0d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.ceramics.clay_slab@0 new recipe: RecipeStage{tier='one', recipe=6xtile.ceramics.clay_slab@0:[net.minecraft.item.crafting.Ingredient@29015e9b, net.minecraft.item.crafting.Ingredient@29015e9b, net.minecraft.item.crafting.Ingredient@29015e9b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ceramics.clay_slab@0 new recipe: RecipeStage{tier='one', recipe=1xtile.ceramics.clay_slab@0:[net.minecraft.item.crafting.Ingredient@616873c6, net.minecraft.item.crafting.Ingredient@616873c6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ceramics.clay_hard@0 new recipe: RecipeStage{tier='one', recipe=1xtile.ceramics.clay_hard@0:[net.minecraft.item.crafting.Ingredient@4d16a432, net.minecraft.item.crafting.Ingredient@4d16a432, net.minecraft.item.crafting.Ingredient@4d16a432, net.minecraft.item.crafting.Ingredient@4d16a432]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.ceramics.porcelain@4 new recipe: RecipeStage{tier='one', recipe=8xtile.ceramics.porcelain@4:[net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraftforge.oredict.OreIngredient@5c624316, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.ceramics.porcelain@0 new recipe: RecipeStage{tier='one', recipe=8xtile.ceramics.porcelain@0:[net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraftforge.oredict.OreIngredient@2ea03f31, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.ceramics.porcelain@8 new recipe: RecipeStage{tier='one', recipe=8xtile.ceramics.porcelain@8:[net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraftforge.oredict.OreIngredient@161b42ae, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.ceramics.porcelain@14 new recipe: RecipeStage{tier='one', recipe=8xtile.ceramics.porcelain@14:[net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraftforge.oredict.OreIngredient@39e3a6a0, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.ceramics.porcelain@10 new recipe: RecipeStage{tier='one', recipe=8xtile.ceramics.porcelain@10:[net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraftforge.oredict.OreIngredient@7571f6cd, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.ceramics.porcelain@6 new recipe: RecipeStage{tier='one', recipe=8xtile.ceramics.porcelain@6:[net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraftforge.oredict.OreIngredient@4d2e135f, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.ceramics.porcelain@1 new recipe: RecipeStage{tier='one', recipe=8xtile.ceramics.porcelain@1:[net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraftforge.oredict.OreIngredient@4a382006, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.ceramics.porcelain@2 new recipe: RecipeStage{tier='one', recipe=8xtile.ceramics.porcelain@2:[net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraftforge.oredict.OreIngredient@4b4825af, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.ceramics.porcelain@5 new recipe: RecipeStage{tier='one', recipe=8xtile.ceramics.porcelain@5:[net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraftforge.oredict.OreIngredient@6a19e753, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.ceramics.porcelain@3 new recipe: RecipeStage{tier='one', recipe=8xtile.ceramics.porcelain@3:[net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraftforge.oredict.OreIngredient@57e6a889, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.ceramics.porcelain@13 new recipe: RecipeStage{tier='one', recipe=8xtile.ceramics.porcelain@13:[net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraftforge.oredict.OreIngredient@186fc533, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.ceramics.porcelain@7 new recipe: RecipeStage{tier='one', recipe=8xtile.ceramics.porcelain@7:[net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraftforge.oredict.OreIngredient@2c5491c5, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.ceramics.porcelain@9 new recipe: RecipeStage{tier='one', recipe=8xtile.ceramics.porcelain@9:[net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraftforge.oredict.OreIngredient@773dea44, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.ceramics.porcelain@12 new recipe: RecipeStage{tier='one', recipe=8xtile.ceramics.porcelain@12:[net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraftforge.oredict.OreIngredient@43ddf19f, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.ceramics.porcelain@11 new recipe: RecipeStage{tier='one', recipe=8xtile.ceramics.porcelain@11:[net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraftforge.oredict.OreIngredient@64b394bb, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.ceramics.porcelain@15 new recipe: RecipeStage{tier='one', recipe=8xtile.ceramics.porcelain@15:[net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraftforge.oredict.OreIngredient@5543cb6f, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.ceramics.clay_wall@8 new recipe: RecipeStage{tier='one', recipe=6xtile.ceramics.clay_wall@8:[net.minecraft.item.crafting.Ingredient@69de1ce1, net.minecraft.item.crafting.Ingredient@69de1ce1, net.minecraft.item.crafting.Ingredient@69de1ce1, net.minecraft.item.crafting.Ingredient@69de1ce1, net.minecraft.item.crafting.Ingredient@69de1ce1, net.minecraft.item.crafting.Ingredient@69de1ce1]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.ceramics.monochrome_bricks_stairs@0 new recipe: RecipeStage{tier='one', recipe=4xtile.ceramics.monochrome_bricks_stairs@0:[net.minecraft.item.crafting.Ingredient@36bdad94, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@36bdad94, net.minecraft.item.crafting.Ingredient@36bdad94, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@36bdad94, net.minecraft.item.crafting.Ingredient@36bdad94, net.minecraft.item.crafting.Ingredient@36bdad94]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.ceramics.clay_slab@7 new recipe: RecipeStage{tier='one', recipe=6xtile.ceramics.clay_slab@7:[net.minecraft.item.crafting.Ingredient@35cd1419, net.minecraft.item.crafting.Ingredient@35cd1419, net.minecraft.item.crafting.Ingredient@35cd1419]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xtile.ceramics.clay_hard@7 new recipe: RecipeStage{tier='one', recipe=2xtile.ceramics.clay_hard@7:[net.minecraft.item.crafting.Ingredient@2a4742b6, net.minecraft.item.crafting.Ingredient@2a4742b6, net.minecraft.item.crafting.Ingredient@2a4742b6, net.minecraft.item.crafting.Ingredient@2a4742b6, net.minecraftforge.oredict.OreIngredient@643aeae0, net.minecraft.item.crafting.Ingredient@2a4742b6, net.minecraft.item.crafting.Ingredient@2a4742b6, net.minecraft.item.crafting.Ingredient@2a4742b6, net.minecraft.item.crafting.Ingredient@2a4742b6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.ceramics.clay_wall@3 new recipe: RecipeStage{tier='one', recipe=6xtile.ceramics.clay_wall@3:[net.minecraft.item.crafting.Ingredient@1beffa08, net.minecraft.item.crafting.Ingredient@1beffa08, net.minecraft.item.crafting.Ingredient@1beffa08, net.minecraft.item.crafting.Ingredient@1beffa08, net.minecraft.item.crafting.Ingredient@1beffa08, net.minecraft.item.crafting.Ingredient@1beffa08]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.ceramics.marine_bricks_stairs@0 new recipe: RecipeStage{tier='one', recipe=4xtile.ceramics.marine_bricks_stairs@0:[net.minecraft.item.crafting.Ingredient@69a1fda2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@69a1fda2, net.minecraft.item.crafting.Ingredient@69a1fda2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@69a1fda2, net.minecraft.item.crafting.Ingredient@69a1fda2, net.minecraft.item.crafting.Ingredient@69a1fda2]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.ceramics.clay_slab@2 new recipe: RecipeStage{tier='one', recipe=6xtile.ceramics.clay_slab@2:[net.minecraft.item.crafting.Ingredient@143cdcea, net.minecraft.item.crafting.Ingredient@143cdcea, net.minecraft.item.crafting.Ingredient@143cdcea]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xtile.ceramics.clay_hard@2 new recipe: RecipeStage{tier='one', recipe=2xtile.ceramics.clay_hard@2:[net.minecraft.item.crafting.Ingredient@2a4742b6, net.minecraft.item.crafting.Ingredient@2a4742b6, net.minecraft.item.crafting.Ingredient@2a4742b6, net.minecraft.item.crafting.Ingredient@2a4742b6, net.minecraftforge.oredict.OreIngredient@20f19098, net.minecraft.item.crafting.Ingredient@2a4742b6, net.minecraft.item.crafting.Ingredient@2a4742b6, net.minecraft.item.crafting.Ingredient@2a4742b6, net.minecraft.item.crafting.Ingredient@2a4742b6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.ceramics.clay_wall@6 new recipe: RecipeStage{tier='one', recipe=6xtile.ceramics.clay_wall@6:[net.minecraft.item.crafting.Ingredient@12a05eb4, net.minecraft.item.crafting.Ingredient@12a05eb4, net.minecraft.item.crafting.Ingredient@12a05eb4, net.minecraft.item.crafting.Ingredient@12a05eb4, net.minecraft.item.crafting.Ingredient@12a05eb4, net.minecraft.item.crafting.Ingredient@12a05eb4]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.ceramics.lava_bricks_stairs@0 new recipe: RecipeStage{tier='one', recipe=4xtile.ceramics.lava_bricks_stairs@0:[net.minecraft.item.crafting.Ingredient@215efd44, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@215efd44, net.minecraft.item.crafting.Ingredient@215efd44, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@215efd44, net.minecraft.item.crafting.Ingredient@215efd44, net.minecraft.item.crafting.Ingredient@215efd44]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.ceramics.clay_slab@5 new recipe: RecipeStage{tier='one', recipe=6xtile.ceramics.clay_slab@5:[net.minecraft.item.crafting.Ingredient@62f84e, net.minecraft.item.crafting.Ingredient@62f84e, net.minecraft.item.crafting.Ingredient@62f84e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.ceramics.clay_wall@4 new recipe: RecipeStage{tier='two', recipe=6xtile.ceramics.clay_wall@4:[net.minecraft.item.crafting.Ingredient@1797ee9, net.minecraft.item.crafting.Ingredient@1797ee9, net.minecraft.item.crafting.Ingredient@1797ee9, net.minecraft.item.crafting.Ingredient@1797ee9, net.minecraft.item.crafting.Ingredient@1797ee9, net.minecraft.item.crafting.Ingredient@1797ee9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.ceramics.golden_bricks_stairs@0 new recipe: RecipeStage{tier='two', recipe=4xtile.ceramics.golden_bricks_stairs@0:[net.minecraft.item.crafting.Ingredient@5bc28fd6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5bc28fd6, net.minecraft.item.crafting.Ingredient@5bc28fd6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5bc28fd6, net.minecraft.item.crafting.Ingredient@5bc28fd6, net.minecraft.item.crafting.Ingredient@5bc28fd6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.ceramics.clay_slab@3 new recipe: RecipeStage{tier='two', recipe=6xtile.ceramics.clay_slab@3:[net.minecraft.item.crafting.Ingredient@3659f3ce, net.minecraft.item.crafting.Ingredient@3659f3ce, net.minecraft.item.crafting.Ingredient@3659f3ce]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.ceramics.clay_hard@3 new recipe: RecipeStage{tier='two', recipe=8xtile.ceramics.clay_hard@3:[net.minecraft.item.crafting.Ingredient@6721da76, net.minecraft.item.crafting.Ingredient@6721da76, net.minecraft.item.crafting.Ingredient@6721da76, net.minecraft.item.crafting.Ingredient@6721da76, net.minecraftforge.oredict.OreIngredient@199ff7, net.minecraft.item.crafting.Ingredient@6721da76, net.minecraft.item.crafting.Ingredient@6721da76, net.minecraft.item.crafting.Ingredient@6721da76, net.minecraft.item.crafting.Ingredient@6721da76]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.ceramics.clay_wall@5 new recipe: RecipeStage{tier='one', recipe=6xtile.ceramics.clay_wall@5:[net.minecraft.item.crafting.Ingredient@4a759357, net.minecraft.item.crafting.Ingredient@4a759357, net.minecraft.item.crafting.Ingredient@4a759357, net.minecraft.item.crafting.Ingredient@4a759357, net.minecraft.item.crafting.Ingredient@4a759357, net.minecraft.item.crafting.Ingredient@4a759357]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.ceramics.dragon_bricks_stairs@0 new recipe: RecipeStage{tier='one', recipe=4xtile.ceramics.dragon_bricks_stairs@0:[net.minecraft.item.crafting.Ingredient@319ec24, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@319ec24, net.minecraft.item.crafting.Ingredient@319ec24, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@319ec24, net.minecraft.item.crafting.Ingredient@319ec24, net.minecraft.item.crafting.Ingredient@319ec24]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.ceramics.clay_slab@4 new recipe: RecipeStage{tier='one', recipe=6xtile.ceramics.clay_slab@4:[net.minecraft.item.crafting.Ingredient@6c5509c2, net.minecraft.item.crafting.Ingredient@6c5509c2, net.minecraft.item.crafting.Ingredient@6c5509c2]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.ceramics.clay_hard@4 new recipe: RecipeStage{tier='one', recipe=8xtile.ceramics.clay_hard@4:[net.minecraft.item.crafting.Ingredient@b62e507, net.minecraft.item.crafting.Ingredient@b62e507, net.minecraft.item.crafting.Ingredient@b62e507, net.minecraft.item.crafting.Ingredient@b62e507, net.minecraft.item.crafting.Ingredient@7d7e5a69, net.minecraft.item.crafting.Ingredient@b62e507, net.minecraft.item.crafting.Ingredient@b62e507, net.minecraft.item.crafting.Ingredient@b62e507, net.minecraft.item.crafting.Ingredient@b62e507]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.ceramics.clay_wall@2 new recipe: RecipeStage{tier='one', recipe=6xtile.ceramics.clay_wall@2:[net.minecraft.item.crafting.Ingredient@6ee07257, net.minecraft.item.crafting.Ingredient@6ee07257, net.minecraft.item.crafting.Ingredient@6ee07257, net.minecraft.item.crafting.Ingredient@6ee07257, net.minecraft.item.crafting.Ingredient@6ee07257, net.minecraft.item.crafting.Ingredient@6ee07257]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.ceramics.dark_bricks_stairs@0 new recipe: RecipeStage{tier='one', recipe=4xtile.ceramics.dark_bricks_stairs@0:[net.minecraft.item.crafting.Ingredient@37e07c0f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@37e07c0f, net.minecraft.item.crafting.Ingredient@37e07c0f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@37e07c0f, net.minecraft.item.crafting.Ingredient@37e07c0f, net.minecraft.item.crafting.Ingredient@37e07c0f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.ceramics.clay_slab@1 new recipe: RecipeStage{tier='one', recipe=6xtile.ceramics.clay_slab@1:[net.minecraft.item.crafting.Ingredient@7be902ba, net.minecraft.item.crafting.Ingredient@7be902ba, net.minecraft.item.crafting.Ingredient@7be902ba]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.ceramics.clay_wall@0 new recipe: RecipeStage{tier='one', recipe=6xtile.ceramics.clay_wall@0:[net.minecraft.item.crafting.Ingredient@50c7b9f0, net.minecraft.item.crafting.Ingredient@50c7b9f0, net.minecraft.item.crafting.Ingredient@50c7b9f0, net.minecraft.item.crafting.Ingredient@50c7b9f0, net.minecraft.item.crafting.Ingredient@50c7b9f0, net.minecraft.item.crafting.Ingredient@50c7b9f0]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xitem.ceramics.unfired_clay@7 new recipe: RecipeStage{tier='one', recipe=3xitem.ceramics.unfired_clay@7:[net.minecraftforge.oredict.OreIngredient@6560a60d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6560a60d, net.minecraftforge.oredict.OreIngredient@6560a60d, net.minecraftforge.oredict.OreIngredient@6560a60d, net.minecraftforge.oredict.OreIngredient@6560a60d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xtile.ceramics.clay_barrel_unfired@3 new recipe: RecipeStage{tier='one', recipe=2xtile.ceramics.clay_barrel_unfired@3:[net.minecraftforge.oredict.OreIngredient@4d2c9670, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4d2c9670, net.minecraftforge.oredict.OreIngredient@4d2c9670, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4d2c9670, net.minecraftforge.oredict.OreIngredient@4d2c9670, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4d2c9670]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ceramics.clay_barrel_unfired@2 new recipe: RecipeStage{tier='one', recipe=1xtile.ceramics.clay_barrel_unfired@2:[net.minecraftforge.oredict.OreIngredient@449af8c3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@449af8c3, net.minecraftforge.oredict.OreIngredient@449af8c3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@449af8c3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@449af8c3, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xtile.ceramics.clay_barrel_unfired@1 new recipe: RecipeStage{tier='zero', recipe=2xtile.ceramics.clay_barrel_unfired@1:[net.minecraft.item.crafting.Ingredient@2f60170f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2f60170f, net.minecraft.item.crafting.Ingredient@2f60170f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2f60170f, net.minecraft.item.crafting.Ingredient@2f60170f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2f60170f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ceramics.clay_barrel_unfired@0 new recipe: RecipeStage{tier='one', recipe=1xtile.ceramics.clay_barrel_unfired@0:[net.minecraft.item.crafting.Ingredient@12fb7c54, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@12fb7c54, net.minecraft.item.crafting.Ingredient@12fb7c54, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@12fb7c54, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@12fb7c54, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ceramics.clay_barrel_stained_extension@4 new recipe: RecipeStage{tier='one', recipe=1xtile.ceramics.clay_barrel_stained_extension@4:[net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraftforge.oredict.OreIngredient@45a65604]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.ceramics.clay_barrel_stained_extension@4 new recipe: RecipeStage{tier='one', recipe=8xtile.ceramics.clay_barrel_stained_extension@4:[net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraftforge.oredict.OreIngredient@3b355755, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ceramics.clay_barrel_stained_extension@0 new recipe: RecipeStage{tier='one', recipe=1xtile.ceramics.clay_barrel_stained_extension@0:[net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraftforge.oredict.OreIngredient@69b2a397]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.ceramics.clay_barrel_stained_extension@0 new recipe: RecipeStage{tier='one', recipe=8xtile.ceramics.clay_barrel_stained_extension@0:[net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraftforge.oredict.OreIngredient@41bf28f7, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ceramics.clay_barrel_stained_extension@8 new recipe: RecipeStage{tier='one', recipe=1xtile.ceramics.clay_barrel_stained_extension@8:[net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraftforge.oredict.OreIngredient@67039dd3]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.ceramics.clay_barrel_stained_extension@8 new recipe: RecipeStage{tier='one', recipe=8xtile.ceramics.clay_barrel_stained_extension@8:[net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraftforge.oredict.OreIngredient@14cfa67c, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ceramics.clay_barrel_stained_extension@14 new recipe: RecipeStage{tier='one', recipe=1xtile.ceramics.clay_barrel_stained_extension@14:[net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraftforge.oredict.OreIngredient@4511131c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.ceramics.clay_barrel_stained_extension@14 new recipe: RecipeStage{tier='one', recipe=8xtile.ceramics.clay_barrel_stained_extension@14:[net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraftforge.oredict.OreIngredient@30b78dfb, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ceramics.clay_barrel_stained_extension@10 new recipe: RecipeStage{tier='one', recipe=1xtile.ceramics.clay_barrel_stained_extension@10:[net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraftforge.oredict.OreIngredient@55db77d7]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.ceramics.clay_barrel_stained_extension@10 new recipe: RecipeStage{tier='one', recipe=8xtile.ceramics.clay_barrel_stained_extension@10:[net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraftforge.oredict.OreIngredient@b3dc138, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ceramics.clay_barrel_stained_extension@6 new recipe: RecipeStage{tier='one', recipe=1xtile.ceramics.clay_barrel_stained_extension@6:[net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraftforge.oredict.OreIngredient@6b885dea]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.ceramics.clay_barrel_stained_extension@6 new recipe: RecipeStage{tier='one', recipe=8xtile.ceramics.clay_barrel_stained_extension@6:[net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraftforge.oredict.OreIngredient@2efff8d0, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ceramics.clay_barrel_stained_extension@1 new recipe: RecipeStage{tier='one', recipe=1xtile.ceramics.clay_barrel_stained_extension@1:[net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraftforge.oredict.OreIngredient@35fa99cb]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.ceramics.clay_barrel_stained_extension@1 new recipe: RecipeStage{tier='one', recipe=8xtile.ceramics.clay_barrel_stained_extension@1:[net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraftforge.oredict.OreIngredient@1072c4fb, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ceramics.clay_barrel_stained_extension@2 new recipe: RecipeStage{tier='one', recipe=1xtile.ceramics.clay_barrel_stained_extension@2:[net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraftforge.oredict.OreIngredient@42b1bfa0]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.ceramics.clay_barrel_stained_extension@2 new recipe: RecipeStage{tier='one', recipe=8xtile.ceramics.clay_barrel_stained_extension@2:[net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraftforge.oredict.OreIngredient@76923fde, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ceramics.clay_barrel_stained_extension@5 new recipe: RecipeStage{tier='one', recipe=1xtile.ceramics.clay_barrel_stained_extension@5:[net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraftforge.oredict.OreIngredient@44033425]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.ceramics.clay_barrel_stained_extension@5 new recipe: RecipeStage{tier='one', recipe=8xtile.ceramics.clay_barrel_stained_extension@5:[net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraftforge.oredict.OreIngredient@6ef9af59, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ceramics.clay_barrel_stained_extension@3 new recipe: RecipeStage{tier='one', recipe=1xtile.ceramics.clay_barrel_stained_extension@3:[net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraftforge.oredict.OreIngredient@24dd7e98]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.ceramics.clay_barrel_stained_extension@3 new recipe: RecipeStage{tier='one', recipe=8xtile.ceramics.clay_barrel_stained_extension@3:[net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraftforge.oredict.OreIngredient@20bfac2, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ceramics.clay_barrel_stained_extension@13 new recipe: RecipeStage{tier='one', recipe=1xtile.ceramics.clay_barrel_stained_extension@13:[net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraftforge.oredict.OreIngredient@228f0fd4]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.ceramics.clay_barrel_stained_extension@13 new recipe: RecipeStage{tier='one', recipe=8xtile.ceramics.clay_barrel_stained_extension@13:[net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraftforge.oredict.OreIngredient@4b3d8185, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ceramics.clay_barrel_stained_extension@7 new recipe: RecipeStage{tier='one', recipe=1xtile.ceramics.clay_barrel_stained_extension@7:[net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraftforge.oredict.OreIngredient@3b1221ac]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.ceramics.clay_barrel_stained_extension@7 new recipe: RecipeStage{tier='one', recipe=8xtile.ceramics.clay_barrel_stained_extension@7:[net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraftforge.oredict.OreIngredient@31289bbc, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ceramics.clay_barrel_stained_extension@9 new recipe: RecipeStage{tier='one', recipe=1xtile.ceramics.clay_barrel_stained_extension@9:[net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraftforge.oredict.OreIngredient@8c845a1]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.ceramics.clay_barrel_stained_extension@9 new recipe: RecipeStage{tier='one', recipe=8xtile.ceramics.clay_barrel_stained_extension@9:[net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraftforge.oredict.OreIngredient@76d52ac0, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ceramics.clay_barrel_stained_extension@12 new recipe: RecipeStage{tier='one', recipe=1xtile.ceramics.clay_barrel_stained_extension@12:[net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraftforge.oredict.OreIngredient@28ea58b8]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.ceramics.clay_barrel_stained_extension@12 new recipe: RecipeStage{tier='one', recipe=8xtile.ceramics.clay_barrel_stained_extension@12:[net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraftforge.oredict.OreIngredient@34f55bb0, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ceramics.clay_barrel_stained_extension@11 new recipe: RecipeStage{tier='one', recipe=1xtile.ceramics.clay_barrel_stained_extension@11:[net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraftforge.oredict.OreIngredient@53a05563]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.ceramics.clay_barrel_stained_extension@11 new recipe: RecipeStage{tier='one', recipe=8xtile.ceramics.clay_barrel_stained_extension@11:[net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraftforge.oredict.OreIngredient@479e3eca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ceramics.clay_barrel_stained_extension@15 new recipe: RecipeStage{tier='one', recipe=1xtile.ceramics.clay_barrel_stained_extension@15:[net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraftforge.oredict.OreIngredient@12ce19a6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.ceramics.clay_barrel_stained_extension@15 new recipe: RecipeStage{tier='one', recipe=8xtile.ceramics.clay_barrel_stained_extension@15:[net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraftforge.oredict.OreIngredient@789ac30e, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ceramics.clay_barrel_stained@4 new recipe: RecipeStage{tier='one', recipe=1xtile.ceramics.clay_barrel_stained@4:[net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraftforge.oredict.OreIngredient@e497351]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.ceramics.clay_barrel_stained@4 new recipe: RecipeStage{tier='one', recipe=8xtile.ceramics.clay_barrel_stained@4:[net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraftforge.oredict.OreIngredient@600cf82b, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ceramics.clay_barrel_stained@0 new recipe: RecipeStage{tier='one', recipe=1xtile.ceramics.clay_barrel_stained@0:[net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraftforge.oredict.OreIngredient@4395391f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.ceramics.clay_barrel_stained@0 new recipe: RecipeStage{tier='one', recipe=8xtile.ceramics.clay_barrel_stained@0:[net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraftforge.oredict.OreIngredient@2824d258, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ceramics.clay_barrel_stained@3 new recipe: RecipeStage{tier='one', recipe=1xtile.ceramics.clay_barrel_stained@3:[net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraftforge.oredict.OreIngredient@5e953f12]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.ceramics.clay_barrel_stained@3 new recipe: RecipeStage{tier='one', recipe=8xtile.ceramics.clay_barrel_stained@3:[net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraftforge.oredict.OreIngredient@22d4678b, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ceramics.clay_barrel_stained@13 new recipe: RecipeStage{tier='one', recipe=1xtile.ceramics.clay_barrel_stained@13:[net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraftforge.oredict.OreIngredient@48ea3ff]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.ceramics.clay_barrel_stained@13 new recipe: RecipeStage{tier='one', recipe=8xtile.ceramics.clay_barrel_stained@13:[net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraftforge.oredict.OreIngredient@13f332fd, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ceramics.clay_barrel_stained@7 new recipe: RecipeStage{tier='one', recipe=1xtile.ceramics.clay_barrel_stained@7:[net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraftforge.oredict.OreIngredient@6ff9acf4]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.ceramics.clay_barrel_stained@7 new recipe: RecipeStage{tier='one', recipe=8xtile.ceramics.clay_barrel_stained@7:[net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraftforge.oredict.OreIngredient@1cc53f4b, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ceramics.clay_barrel_stained@8 new recipe: RecipeStage{tier='one', recipe=1xtile.ceramics.clay_barrel_stained@8:[net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraftforge.oredict.OreIngredient@571e5234]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.ceramics.clay_barrel_stained@8 new recipe: RecipeStage{tier='one', recipe=8xtile.ceramics.clay_barrel_stained@8:[net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraftforge.oredict.OreIngredient@442fccc8, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ceramics.clay_barrel_stained@14 new recipe: RecipeStage{tier='one', recipe=1xtile.ceramics.clay_barrel_stained@14:[net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraftforge.oredict.OreIngredient@455bea08]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.ceramics.clay_barrel_stained@14 new recipe: RecipeStage{tier='one', recipe=8xtile.ceramics.clay_barrel_stained@14:[net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraftforge.oredict.OreIngredient@7c4bba74, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ceramics.clay_barrel_stained@10 new recipe: RecipeStage{tier='one', recipe=1xtile.ceramics.clay_barrel_stained@10:[net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraftforge.oredict.OreIngredient@2ffc642d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.ceramics.clay_barrel_stained@10 new recipe: RecipeStage{tier='one', recipe=8xtile.ceramics.clay_barrel_stained@10:[net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraftforge.oredict.OreIngredient@5f26af6f, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ceramics.clay_barrel_stained@6 new recipe: RecipeStage{tier='one', recipe=1xtile.ceramics.clay_barrel_stained@6:[net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraftforge.oredict.OreIngredient@64a0f578]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.ceramics.clay_barrel_stained@6 new recipe: RecipeStage{tier='one', recipe=8xtile.ceramics.clay_barrel_stained@6:[net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraftforge.oredict.OreIngredient@68802280, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ceramics.clay_barrel_stained@1 new recipe: RecipeStage{tier='one', recipe=1xtile.ceramics.clay_barrel_stained@1:[net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraftforge.oredict.OreIngredient@99de053]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.ceramics.clay_barrel_stained@1 new recipe: RecipeStage{tier='one', recipe=8xtile.ceramics.clay_barrel_stained@1:[net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraftforge.oredict.OreIngredient@20db5614, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ceramics.clay_barrel_stained@2 new recipe: RecipeStage{tier='one', recipe=1xtile.ceramics.clay_barrel_stained@2:[net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraftforge.oredict.OreIngredient@272bb507]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.ceramics.clay_barrel_stained@2 new recipe: RecipeStage{tier='one', recipe=8xtile.ceramics.clay_barrel_stained@2:[net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraftforge.oredict.OreIngredient@32d31a24, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ceramics.clay_barrel_stained@5 new recipe: RecipeStage{tier='one', recipe=1xtile.ceramics.clay_barrel_stained@5:[net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraftforge.oredict.OreIngredient@57340b53]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.ceramics.clay_barrel_stained@5 new recipe: RecipeStage{tier='one', recipe=8xtile.ceramics.clay_barrel_stained@5:[net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraftforge.oredict.OreIngredient@6bfc2276, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ceramics.clay_barrel_stained@9 new recipe: RecipeStage{tier='one', recipe=1xtile.ceramics.clay_barrel_stained@9:[net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraftforge.oredict.OreIngredient@7ed2512c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.ceramics.clay_barrel_stained@9 new recipe: RecipeStage{tier='one', recipe=8xtile.ceramics.clay_barrel_stained@9:[net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraftforge.oredict.OreIngredient@7e4d9d3, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ceramics.clay_barrel_stained@12 new recipe: RecipeStage{tier='one', recipe=1xtile.ceramics.clay_barrel_stained@12:[net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraftforge.oredict.OreIngredient@400ff60b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.ceramics.clay_barrel_stained@12 new recipe: RecipeStage{tier='one', recipe=8xtile.ceramics.clay_barrel_stained@12:[net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraftforge.oredict.OreIngredient@535b3af, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ceramics.clay_barrel_stained@11 new recipe: RecipeStage{tier='one', recipe=1xtile.ceramics.clay_barrel_stained@11:[net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraftforge.oredict.OreIngredient@6774e4ce]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.ceramics.clay_barrel_stained@11 new recipe: RecipeStage{tier='one', recipe=8xtile.ceramics.clay_barrel_stained@11:[net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraftforge.oredict.OreIngredient@22fb2b1f, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ceramics.clay_barrel_stained@15 new recipe: RecipeStage{tier='one', recipe=1xtile.ceramics.clay_barrel_stained@15:[net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraftforge.oredict.OreIngredient@8f0ecdc]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.ceramics.clay_barrel_stained@15 new recipe: RecipeStage{tier='one', recipe=8xtile.ceramics.clay_barrel_stained@15:[net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraftforge.oredict.OreIngredient@536ac6ba, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ceramics.porcelain_barrel_extension@4 new recipe: RecipeStage{tier='one', recipe=1xtile.ceramics.porcelain_barrel_extension@4:[net.minecraft.item.crafting.Ingredient@3836c179, net.minecraftforge.oredict.OreIngredient@6f0cfb3b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.ceramics.porcelain_barrel_extension@4 new recipe: RecipeStage{tier='one', recipe=8xtile.ceramics.porcelain_barrel_extension@4:[net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraftforge.oredict.OreIngredient@fc97366, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ceramics.porcelain_barrel_extension@0 new recipe: RecipeStage{tier='one', recipe=1xtile.ceramics.porcelain_barrel_extension@0:[net.minecraft.item.crafting.Ingredient@3836c179, net.minecraftforge.oredict.OreIngredient@770e9447]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.ceramics.porcelain_barrel_extension@0 new recipe: RecipeStage{tier='one', recipe=8xtile.ceramics.porcelain_barrel_extension@0:[net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraftforge.oredict.OreIngredient@6fd8ece, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ceramics.porcelain_barrel_extension@8 new recipe: RecipeStage{tier='one', recipe=1xtile.ceramics.porcelain_barrel_extension@8:[net.minecraft.item.crafting.Ingredient@3836c179, net.minecraftforge.oredict.OreIngredient@20a36326]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.ceramics.porcelain_barrel_extension@8 new recipe: RecipeStage{tier='one', recipe=8xtile.ceramics.porcelain_barrel_extension@8:[net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraftforge.oredict.OreIngredient@14d7acfc, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ceramics.porcelain_barrel_extension@14 new recipe: RecipeStage{tier='one', recipe=1xtile.ceramics.porcelain_barrel_extension@14:[net.minecraft.item.crafting.Ingredient@3836c179, net.minecraftforge.oredict.OreIngredient@639d7338]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.ceramics.porcelain_barrel_extension@14 new recipe: RecipeStage{tier='one', recipe=8xtile.ceramics.porcelain_barrel_extension@14:[net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraftforge.oredict.OreIngredient@250ef34, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ceramics.porcelain_barrel_extension@10 new recipe: RecipeStage{tier='one', recipe=1xtile.ceramics.porcelain_barrel_extension@10:[net.minecraft.item.crafting.Ingredient@3836c179, net.minecraftforge.oredict.OreIngredient@64024a82]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.ceramics.porcelain_barrel_extension@10 new recipe: RecipeStage{tier='one', recipe=8xtile.ceramics.porcelain_barrel_extension@10:[net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraftforge.oredict.OreIngredient@34de5f73, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ceramics.porcelain_barrel_extension@6 new recipe: RecipeStage{tier='one', recipe=1xtile.ceramics.porcelain_barrel_extension@6:[net.minecraft.item.crafting.Ingredient@3836c179, net.minecraftforge.oredict.OreIngredient@dd06cb6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.ceramics.porcelain_barrel_extension@6 new recipe: RecipeStage{tier='one', recipe=8xtile.ceramics.porcelain_barrel_extension@6:[net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraftforge.oredict.OreIngredient@72f66cb6, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ceramics.porcelain_barrel_extension@1 new recipe: RecipeStage{tier='one', recipe=1xtile.ceramics.porcelain_barrel_extension@1:[net.minecraft.item.crafting.Ingredient@3836c179, net.minecraftforge.oredict.OreIngredient@16e2055e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.ceramics.porcelain_barrel_extension@1 new recipe: RecipeStage{tier='one', recipe=8xtile.ceramics.porcelain_barrel_extension@1:[net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraftforge.oredict.OreIngredient@7f09861, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ceramics.porcelain_barrel_extension@2 new recipe: RecipeStage{tier='one', recipe=1xtile.ceramics.porcelain_barrel_extension@2:[net.minecraft.item.crafting.Ingredient@3836c179, net.minecraftforge.oredict.OreIngredient@2336b527]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.ceramics.porcelain_barrel_extension@2 new recipe: RecipeStage{tier='one', recipe=8xtile.ceramics.porcelain_barrel_extension@2:[net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraftforge.oredict.OreIngredient@7c586902, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ceramics.porcelain_barrel_extension@5 new recipe: RecipeStage{tier='one', recipe=1xtile.ceramics.porcelain_barrel_extension@5:[net.minecraft.item.crafting.Ingredient@3836c179, net.minecraftforge.oredict.OreIngredient@1a75d659]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.ceramics.porcelain_barrel_extension@5 new recipe: RecipeStage{tier='one', recipe=8xtile.ceramics.porcelain_barrel_extension@5:[net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraftforge.oredict.OreIngredient@531136b2, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ceramics.porcelain_barrel_extension@3 new recipe: RecipeStage{tier='one', recipe=1xtile.ceramics.porcelain_barrel_extension@3:[net.minecraft.item.crafting.Ingredient@3836c179, net.minecraftforge.oredict.OreIngredient@16c8b75f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.ceramics.porcelain_barrel_extension@3 new recipe: RecipeStage{tier='one', recipe=8xtile.ceramics.porcelain_barrel_extension@3:[net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraftforge.oredict.OreIngredient@1222aada, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ceramics.porcelain_barrel_extension@13 new recipe: RecipeStage{tier='one', recipe=1xtile.ceramics.porcelain_barrel_extension@13:[net.minecraft.item.crafting.Ingredient@3836c179, net.minecraftforge.oredict.OreIngredient@1154362b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.ceramics.porcelain_barrel_extension@13 new recipe: RecipeStage{tier='one', recipe=8xtile.ceramics.porcelain_barrel_extension@13:[net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraftforge.oredict.OreIngredient@69942531, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ceramics.porcelain_barrel_extension@7 new recipe: RecipeStage{tier='one', recipe=1xtile.ceramics.porcelain_barrel_extension@7:[net.minecraft.item.crafting.Ingredient@3836c179, net.minecraftforge.oredict.OreIngredient@6409b7d2]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.ceramics.porcelain_barrel_extension@7 new recipe: RecipeStage{tier='one', recipe=8xtile.ceramics.porcelain_barrel_extension@7:[net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraftforge.oredict.OreIngredient@258e649d, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ceramics.porcelain_barrel_extension@9 new recipe: RecipeStage{tier='one', recipe=1xtile.ceramics.porcelain_barrel_extension@9:[net.minecraft.item.crafting.Ingredient@3836c179, net.minecraftforge.oredict.OreIngredient@7686c351]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.ceramics.porcelain_barrel_extension@9 new recipe: RecipeStage{tier='one', recipe=8xtile.ceramics.porcelain_barrel_extension@9:[net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraftforge.oredict.OreIngredient@b3b50eb, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ceramics.porcelain_barrel_extension@12 new recipe: RecipeStage{tier='one', recipe=1xtile.ceramics.porcelain_barrel_extension@12:[net.minecraft.item.crafting.Ingredient@3836c179, net.minecraftforge.oredict.OreIngredient@5d1d26d1]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.ceramics.porcelain_barrel_extension@12 new recipe: RecipeStage{tier='one', recipe=8xtile.ceramics.porcelain_barrel_extension@12:[net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraftforge.oredict.OreIngredient@37fc72ba, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ceramics.porcelain_barrel_extension@11 new recipe: RecipeStage{tier='one', recipe=1xtile.ceramics.porcelain_barrel_extension@11:[net.minecraft.item.crafting.Ingredient@3836c179, net.minecraftforge.oredict.OreIngredient@b46d519]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.ceramics.porcelain_barrel_extension@11 new recipe: RecipeStage{tier='one', recipe=8xtile.ceramics.porcelain_barrel_extension@11:[net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraftforge.oredict.OreIngredient@59d9cde2, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ceramics.porcelain_barrel_extension@15 new recipe: RecipeStage{tier='one', recipe=1xtile.ceramics.porcelain_barrel_extension@15:[net.minecraft.item.crafting.Ingredient@3836c179, net.minecraftforge.oredict.OreIngredient@792440c4]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.ceramics.porcelain_barrel_extension@15 new recipe: RecipeStage{tier='one', recipe=8xtile.ceramics.porcelain_barrel_extension@15:[net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraftforge.oredict.OreIngredient@3a3e2efc, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ceramics.porcelain_barrel@4 new recipe: RecipeStage{tier='one', recipe=1xtile.ceramics.porcelain_barrel@4:[net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraftforge.oredict.OreIngredient@6a49987e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.ceramics.porcelain_barrel@4 new recipe: RecipeStage{tier='one', recipe=8xtile.ceramics.porcelain_barrel@4:[net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraftforge.oredict.OreIngredient@319e9844, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ceramics.porcelain_barrel@0 new recipe: RecipeStage{tier='one', recipe=1xtile.ceramics.porcelain_barrel@0:[net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraftforge.oredict.OreIngredient@1e6b5730]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.ceramics.porcelain_barrel@0 new recipe: RecipeStage{tier='one', recipe=8xtile.ceramics.porcelain_barrel@0:[net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraftforge.oredict.OreIngredient@57f36f4b, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ceramics.porcelain_barrel@8 new recipe: RecipeStage{tier='one', recipe=1xtile.ceramics.porcelain_barrel@8:[net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraftforge.oredict.OreIngredient@483d4d10]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.ceramics.porcelain_barrel@8 new recipe: RecipeStage{tier='one', recipe=8xtile.ceramics.porcelain_barrel@8:[net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraftforge.oredict.OreIngredient@3de34d1d, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ceramics.porcelain_barrel@14 new recipe: RecipeStage{tier='one', recipe=1xtile.ceramics.porcelain_barrel@14:[net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraftforge.oredict.OreIngredient@62a13e78]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.ceramics.porcelain_barrel@14 new recipe: RecipeStage{tier='one', recipe=8xtile.ceramics.porcelain_barrel@14:[net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraftforge.oredict.OreIngredient@46b8fa40, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ceramics.porcelain_barrel@10 new recipe: RecipeStage{tier='one', recipe=1xtile.ceramics.porcelain_barrel@10:[net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraftforge.oredict.OreIngredient@f57da8]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.ceramics.porcelain_barrel@10 new recipe: RecipeStage{tier='one', recipe=8xtile.ceramics.porcelain_barrel@10:[net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraftforge.oredict.OreIngredient@1f5708a0, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ceramics.porcelain_barrel@6 new recipe: RecipeStage{tier='one', recipe=1xtile.ceramics.porcelain_barrel@6:[net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraftforge.oredict.OreIngredient@46e4585e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.ceramics.porcelain_barrel@6 new recipe: RecipeStage{tier='one', recipe=8xtile.ceramics.porcelain_barrel@6:[net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraftforge.oredict.OreIngredient@188f9190, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ceramics.porcelain_barrel@1 new recipe: RecipeStage{tier='one', recipe=1xtile.ceramics.porcelain_barrel@1:[net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraftforge.oredict.OreIngredient@5b614020]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.ceramics.porcelain_barrel@1 new recipe: RecipeStage{tier='one', recipe=8xtile.ceramics.porcelain_barrel@1:[net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraftforge.oredict.OreIngredient@155ee573, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ceramics.porcelain_barrel@2 new recipe: RecipeStage{tier='one', recipe=1xtile.ceramics.porcelain_barrel@2:[net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraftforge.oredict.OreIngredient@2f2be540]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.ceramics.porcelain_barrel@2 new recipe: RecipeStage{tier='one', recipe=8xtile.ceramics.porcelain_barrel@2:[net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraftforge.oredict.OreIngredient@31691d8f, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ceramics.porcelain_barrel@5 new recipe: RecipeStage{tier='one', recipe=1xtile.ceramics.porcelain_barrel@5:[net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraftforge.oredict.OreIngredient@7afd1a40]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.ceramics.porcelain_barrel@5 new recipe: RecipeStage{tier='one', recipe=8xtile.ceramics.porcelain_barrel@5:[net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraftforge.oredict.OreIngredient@4a5dce1a, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ceramics.porcelain_barrel@3 new recipe: RecipeStage{tier='one', recipe=1xtile.ceramics.porcelain_barrel@3:[net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraftforge.oredict.OreIngredient@1ac95c3d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.ceramics.porcelain_barrel@3 new recipe: RecipeStage{tier='one', recipe=8xtile.ceramics.porcelain_barrel@3:[net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraftforge.oredict.OreIngredient@d59922e, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ceramics.porcelain_barrel@13 new recipe: RecipeStage{tier='one', recipe=1xtile.ceramics.porcelain_barrel@13:[net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraftforge.oredict.OreIngredient@16d2db53]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.ceramics.porcelain_barrel@13 new recipe: RecipeStage{tier='one', recipe=8xtile.ceramics.porcelain_barrel@13:[net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraftforge.oredict.OreIngredient@25cb8e9d, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ceramics.porcelain_barrel@7 new recipe: RecipeStage{tier='one', recipe=1xtile.ceramics.porcelain_barrel@7:[net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraftforge.oredict.OreIngredient@60a4c1e0]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.ceramics.porcelain_barrel@7 new recipe: RecipeStage{tier='one', recipe=8xtile.ceramics.porcelain_barrel@7:[net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraftforge.oredict.OreIngredient@632eee15, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ceramics.porcelain_barrel@9 new recipe: RecipeStage{tier='one', recipe=1xtile.ceramics.porcelain_barrel@9:[net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraftforge.oredict.OreIngredient@1921701b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.ceramics.porcelain_barrel@9 new recipe: RecipeStage{tier='one', recipe=8xtile.ceramics.porcelain_barrel@9:[net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraftforge.oredict.OreIngredient@1081f25b, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ceramics.porcelain_barrel@12 new recipe: RecipeStage{tier='one', recipe=1xtile.ceramics.porcelain_barrel@12:[net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraftforge.oredict.OreIngredient@5e9e8efd]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.ceramics.porcelain_barrel@12 new recipe: RecipeStage{tier='one', recipe=8xtile.ceramics.porcelain_barrel@12:[net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraftforge.oredict.OreIngredient@73859ba7, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ceramics.porcelain_barrel@11 new recipe: RecipeStage{tier='one', recipe=1xtile.ceramics.porcelain_barrel@11:[net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraftforge.oredict.OreIngredient@67b500d3]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.ceramics.porcelain_barrel@11 new recipe: RecipeStage{tier='one', recipe=8xtile.ceramics.porcelain_barrel@11:[net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraftforge.oredict.OreIngredient@1cdabaa5, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ceramics.porcelain_barrel@15 new recipe: RecipeStage{tier='one', recipe=1xtile.ceramics.porcelain_barrel@15:[net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraftforge.oredict.OreIngredient@441009f9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.ceramics.porcelain_barrel@15 new recipe: RecipeStage{tier='one', recipe=8xtile.ceramics.porcelain_barrel@15:[net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraftforge.oredict.OreIngredient@6746c59c, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ceramics.unfired_clay@8 new recipe: RecipeStage{tier='one', recipe=1xitem.ceramics.unfired_clay@8:[net.minecraft.item.crafting.Ingredient@7269a7ca, net.minecraft.item.crafting.Ingredient@7269a7ca]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ceramics.clay_leggings@0 new recipe: RecipeStage{tier='one', recipe=1xitem.ceramics.clay_leggings@0:[net.minecraft.item.crafting.Ingredient@50099cef, net.minecraft.item.crafting.Ingredient@50099cef, net.minecraft.item.crafting.Ingredient@50099cef, net.minecraft.item.crafting.Ingredient@50099cef, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@50099cef, net.minecraft.item.crafting.Ingredient@50099cef, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@50099cef]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ceramics.clay_helmet@0 new recipe: RecipeStage{tier='one', recipe=1xitem.ceramics.clay_helmet@0:[net.minecraft.item.crafting.Ingredient@5c83a791, net.minecraft.item.crafting.Ingredient@5c83a791, net.minecraft.item.crafting.Ingredient@5c83a791, net.minecraft.item.crafting.Ingredient@5c83a791, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5c83a791]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ceramics.clay_chestplate@0 new recipe: RecipeStage{tier='one', recipe=1xitem.ceramics.clay_chestplate@0:[net.minecraft.item.crafting.Ingredient@1fc91aa, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1fc91aa, net.minecraft.item.crafting.Ingredient@1fc91aa, net.minecraft.item.crafting.Ingredient@1fc91aa, net.minecraft.item.crafting.Ingredient@1fc91aa, net.minecraft.item.crafting.Ingredient@1fc91aa, net.minecraft.item.crafting.Ingredient@1fc91aa, net.minecraft.item.crafting.Ingredient@1fc91aa]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ceramics.clay_boots@0 new recipe: RecipeStage{tier='one', recipe=1xitem.ceramics.clay_boots@0:[net.minecraft.item.crafting.Ingredient@132daa4a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@132daa4a, net.minecraft.item.crafting.Ingredient@132daa4a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@132daa4a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.chargers.wireless_charger@0 new recipe: RecipeStage{tier='five', recipe=1xtile.chargers.wireless_charger@0:[net.minecraft.item.crafting.Ingredient@2a3696e9, net.minecraft.item.crafting.Ingredient@7a68911, net.minecraft.item.crafting.Ingredient@2a3696e9, net.minecraft.item.crafting.Ingredient@2a3696e9, net.minecraft.item.crafting.Ingredient@6bb31c49, net.minecraft.item.crafting.Ingredient@2a3696e9, net.minecraft.item.crafting.Ingredient@2a3696e9, net.minecraft.item.crafting.Ingredient@40738403, net.minecraft.item.crafting.Ingredient@2a3696e9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.chargers.charger@2 new recipe: RecipeStage{tier='five', recipe=1xtile.chargers.charger@2:[net.minecraftforge.oredict.OreIngredient@3bc9d532, net.minecraft.item.crafting.Ingredient@2eee8185, net.minecraftforge.oredict.OreIngredient@3bc9d532, net.minecraftforge.oredict.OreIngredient@3bc9d532, net.minecraft.item.crafting.Ingredient@4656d649, net.minecraftforge.oredict.OreIngredient@3bc9d532, net.minecraftforge.oredict.OreIngredient@3bc9d532, net.minecraft.item.crafting.Ingredient@7a254fbf, net.minecraftforge.oredict.OreIngredient@3bc9d532]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.chargers.charger@1 new recipe: RecipeStage{tier='four', recipe=1xtile.chargers.charger@1:[net.minecraft.item.crafting.Ingredient@7514b48b, net.minecraft.item.crafting.Ingredient@798423b0, net.minecraft.item.crafting.Ingredient@7514b48b, net.minecraft.item.crafting.Ingredient@7514b48b, net.minecraft.item.crafting.Ingredient@6de251d9, net.minecraft.item.crafting.Ingredient@7514b48b, net.minecraft.item.crafting.Ingredient@7514b48b, net.minecraft.item.crafting.Ingredient@2a40f68a, net.minecraft.item.crafting.Ingredient@7514b48b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.chargers.charger@0 new recipe: RecipeStage{tier='four', recipe=1xtile.chargers.charger@0:[net.minecraft.item.crafting.Ingredient@70ab227c, net.minecraft.item.crafting.Ingredient@f09764b, net.minecraft.item.crafting.Ingredient@70ab227c, net.minecraft.item.crafting.Ingredient@70ab227c, net.minecraft.item.crafting.Ingredient@2191cbc2, net.minecraft.item.crafting.Ingredient@70ab227c, net.minecraft.item.crafting.Ingredient@70ab227c, net.minecraft.item.crafting.Ingredient@f09764b, net.minecraft.item.crafting.Ingredient@70ab227c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.mod.chiselsandbits.wrench_wood@0 new recipe: RecipeStage{tier='one', recipe=1xitem.mod.chiselsandbits.wrench_wood@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@55baeddd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@55baeddd, net.minecraftforge.oredict.OreIngredient@2d7c0726, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2d7c0726]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.mod.chiselsandbits.tape_measure@0 new recipe: RecipeStage{tier='two', recipe=1xitem.mod.chiselsandbits.tape_measure@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@224e9b90, net.minecraftforge.oredict.OreIngredient@7be56dc, net.minecraftforge.oredict.OreIngredient@224e9b90, net.minecraftforge.oredict.OreIngredient@6b4d38a2, net.minecraftforge.oredict.OreIngredient@7be56dc, net.minecraftforge.oredict.OreIngredient@7be56dc, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.mod.chiselsandbits.bit_bag@0 new recipe: RecipeStage{tier='one', recipe=1xitem.mod.chiselsandbits.bit_bag@0:[net.minecraft.item.crafting.Ingredient@777dfb3c, net.minecraft.item.crafting.Ingredient@777dfb3c, net.minecraft.item.crafting.Ingredient@777dfb3c, net.minecraft.item.crafting.Ingredient@777dfb3c, net.minecraft.item.crafting.Ingredient@37ba8e46, net.minecraft.item.crafting.Ingredient@777dfb3c, net.minecraft.item.crafting.Ingredient@777dfb3c, net.minecraft.item.crafting.Ingredient@777dfb3c, net.minecraft.item.crafting.Ingredient@777dfb3c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.mod.chiselsandbits.bitsaw_diamond@0 new recipe: RecipeStage{tier='five', recipe=1xitem.mod.chiselsandbits.bitsaw_diamond@0:[net.minecraftforge.oredict.OreIngredient@3a37d236, net.minecraftforge.oredict.OreIngredient@3a37d236, net.minecraftforge.oredict.OreIngredient@3a37d236, net.minecraftforge.oredict.OreIngredient@3a37d236, net.minecraftforge.oredict.OreIngredient@533e6ba5, net.minecraftforge.oredict.OreIngredient@533e6ba5]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.refinedstorage:storage_housing@0 new recipe: RecipeStage{tier='five', recipe=1xitem.refinedstorage:storage_housing@0:[net.minecraftforge.oredict.OreIngredient@280811a5, net.minecraft.item.crafting.Ingredient@554cb4c8, net.minecraftforge.oredict.OreIngredient@280811a5, net.minecraft.item.crafting.Ingredient@554cb4c8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@554cb4c8, net.minecraft.item.crafting.Ingredient@6548c290, net.minecraft.item.crafting.Ingredient@6548c290, net.minecraft.item.crafting.Ingredient@6548c290]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.refinedstorage:upgrade@4 new recipe: RecipeStage{tier='five', recipe=1xitem.refinedstorage:upgrade@4:[net.minecraft.item.crafting.Ingredient@f5eb3a9, net.minecraft.item.crafting.Ingredient@4bb68907, net.minecraft.item.crafting.Ingredient@f5eb3a9, net.minecraft.item.crafting.Ingredient@4bb68907, net.minecraft.item.crafting.Ingredient@f5eb3a9, net.minecraft.item.crafting.Ingredient@4bb68907, net.minecraft.item.crafting.Ingredient@f5eb3a9, net.minecraft.item.crafting.Ingredient@4bb68907, net.minecraft.item.crafting.Ingredient@f5eb3a9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.refinedstorage:upgrade@2 new recipe: RecipeStage{tier='five', recipe=1xitem.refinedstorage:upgrade@2:[net.minecraft.item.crafting.Ingredient@2ed9dbb0, net.minecraft.item.crafting.Ingredient@14e29b47, net.minecraft.item.crafting.Ingredient@2ed9dbb0, net.minecraft.item.crafting.Ingredient@14e29b47, net.minecraft.item.crafting.Ingredient@32bd5b63, net.minecraft.item.crafting.Ingredient@14e29b47, net.minecraft.item.crafting.Ingredient@2ed9dbb0, net.minecraft.item.crafting.Ingredient@2ed9dbb0, net.minecraft.item.crafting.Ingredient@2ed9dbb0]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xblock.refinedstorage:security_manager@0 new recipe: RecipeStage{tier='five', recipe=1xblock.refinedstorage:security_manager@0:[net.minecraft.item.crafting.Ingredient@1fe3f7b7, net.minecraftforge.oredict.OreIngredient@305e1cce, net.minecraft.item.crafting.Ingredient@1fe3f7b7, net.minecraft.item.crafting.Ingredient@5d9dcd58, net.minecraft.item.crafting.Ingredient@74bae2bd, net.minecraft.item.crafting.Ingredient@5d9dcd58, net.minecraft.item.crafting.Ingredient@1fe3f7b7, net.minecraft.item.crafting.Ingredient@5d9dcd58, net.minecraft.item.crafting.Ingredient@1fe3f7b7]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xblock.refinedstorage:relay@0 new recipe: RecipeStage{tier='five', recipe=1xblock.refinedstorage:relay@0:[net.minecraft.item.crafting.Ingredient@7be3627d, net.minecraft.item.crafting.Ingredient@25901b7, net.minecraft.item.crafting.Ingredient@3e95b0ca]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.refinedstorage:upgrade@1 new recipe: RecipeStage{tier='five', recipe=1xitem.refinedstorage:upgrade@1:[net.minecraft.item.crafting.Ingredient@5a6f537c, net.minecraftforge.oredict.OreIngredient@7d538c71, net.minecraft.item.crafting.Ingredient@5a6f537c, net.minecraftforge.oredict.OreIngredient@7d538c71, net.minecraft.item.crafting.Ingredient@4605d4e5, net.minecraftforge.oredict.OreIngredient@7d538c71, net.minecraft.item.crafting.Ingredient@5a6f537c, net.minecraft.item.crafting.Ingredient@5a6f537c, net.minecraft.item.crafting.Ingredient@5a6f537c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xblock.refinedstorage:portable_grid@0 new recipe: RecipeStage{tier='five', recipe=1xblock.refinedstorage:portable_grid@0:[net.minecraft.item.crafting.Ingredient@3fd6b2f0, net.minecraft.item.crafting.Ingredient@58a4d658, net.minecraft.item.crafting.Ingredient@3fd6b2f0, net.minecraft.item.crafting.Ingredient@3fd6b2f0, net.minecraft.item.crafting.Ingredient@2a48a9d, net.minecraft.item.crafting.Ingredient@3fd6b2f0, net.minecraft.item.crafting.Ingredient@3fd6b2f0, net.minecraft.item.crafting.Ingredient@6d35d14b, net.minecraft.item.crafting.Ingredient@3fd6b2f0]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.refinedstorage:pattern@0 new recipe: RecipeStage{tier='five', recipe=1xitem.refinedstorage:pattern@0:[net.minecraftforge.oredict.OreIngredient@31e2c8c3, net.minecraft.item.crafting.Ingredient@113ed334, net.minecraftforge.oredict.OreIngredient@31e2c8c3, net.minecraft.item.crafting.Ingredient@113ed334, net.minecraftforge.oredict.OreIngredient@31e2c8c3, net.minecraft.item.crafting.Ingredient@113ed334, net.minecraft.item.crafting.Ingredient@4d6f61e0, net.minecraft.item.crafting.Ingredient@4d6f61e0, net.minecraft.item.crafting.Ingredient@4d6f61e0]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xblock.refinedstorage:machine_casing@0 new recipe: RecipeStage{tier='four', recipe=1xblock.refinedstorage:machine_casing@0:[net.minecraft.item.crafting.Ingredient@14368dfc, net.minecraft.item.crafting.Ingredient@14368dfc, net.minecraft.item.crafting.Ingredient@14368dfc, net.minecraft.item.crafting.Ingredient@14368dfc, net.minecraftforge.oredict.OreIngredient@2320d567, net.minecraft.item.crafting.Ingredient@14368dfc, net.minecraft.item.crafting.Ingredient@14368dfc, net.minecraft.item.crafting.Ingredient@14368dfc, net.minecraft.item.crafting.Ingredient@14368dfc]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.refinedstorage:filter@0 new recipe: RecipeStage{tier='five', recipe=1xitem.refinedstorage:filter@0:[net.minecraft.item.crafting.Ingredient@76357235, net.minecraft.item.crafting.Ingredient@4d097c58, net.minecraft.item.crafting.Ingredient@76357235, net.minecraft.item.crafting.Ingredient@4d097c58, net.minecraft.item.crafting.Ingredient@11e86fe9, net.minecraft.item.crafting.Ingredient@4d097c58, net.minecraft.item.crafting.Ingredient@76357235, net.minecraft.item.crafting.Ingredient@4d097c58, net.minecraft.item.crafting.Ingredient@76357235]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.refinedstorage:upgrade@3 new recipe: RecipeStage{tier='five', recipe=1xitem.refinedstorage:upgrade@3:[net.minecraft.item.crafting.Ingredient@7995c0dc, net.minecraft.item.crafting.Ingredient@6a564c90, net.minecraft.item.crafting.Ingredient@7995c0dc, net.minecraftforge.oredict.OreIngredient@71d9a763, net.minecraft.item.crafting.Ingredient@6945fa0d, net.minecraftforge.oredict.OreIngredient@71d9a763, net.minecraft.item.crafting.Ingredient@7995c0dc, net.minecraft.item.crafting.Ingredient@7995c0dc, net.minecraft.item.crafting.Ingredient@7995c0dc]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xblock.refinedstorage:quartz_enriched_iron_block@0 new recipe: RecipeStage{tier='four', recipe=1xblock.refinedstorage:quartz_enriched_iron_block@0:[net.minecraft.item.crafting.Ingredient@573551fb, net.minecraft.item.crafting.Ingredient@573551fb, net.minecraft.item.crafting.Ingredient@573551fb, net.minecraft.item.crafting.Ingredient@573551fb, net.minecraft.item.crafting.Ingredient@573551fb, net.minecraft.item.crafting.Ingredient@573551fb, net.minecraft.item.crafting.Ingredient@573551fb, net.minecraft.item.crafting.Ingredient@573551fb, net.minecraft.item.crafting.Ingredient@573551fb]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.refinedstorage:storage_disk@3 new recipe: RecipeStage{tier='five', recipe=1xitem.refinedstorage:storage_disk@3:[net.minecraft.item.crafting.Ingredient@71a8b5b8, net.minecraft.item.crafting.Ingredient@18b04469]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.refinedstorage:storage_disk@3 new recipe: RecipeStage{tier='five', recipe=1xitem.refinedstorage:storage_disk@3:[net.minecraftforge.oredict.OreIngredient@49612b45, net.minecraft.item.crafting.Ingredient@717bf319, net.minecraftforge.oredict.OreIngredient@49612b45, net.minecraft.item.crafting.Ingredient@717bf319, net.minecraft.item.crafting.Ingredient@58182dc7, net.minecraft.item.crafting.Ingredient@717bf319, net.minecraft.item.crafting.Ingredient@4e94fa4f, net.minecraft.item.crafting.Ingredient@4e94fa4f, net.minecraft.item.crafting.Ingredient@4e94fa4f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xblock.refinedstorage:storage@3 new recipe: RecipeStage{tier='five', recipe=1xblock.refinedstorage:storage@3:[net.minecraft.item.crafting.Ingredient@42900e43, net.minecraft.item.crafting.Ingredient@10a08bd0, net.minecraft.item.crafting.Ingredient@42900e43, net.minecraft.item.crafting.Ingredient@42900e43, net.minecraft.item.crafting.Ingredient@5062a606, net.minecraft.item.crafting.Ingredient@42900e43, net.minecraft.item.crafting.Ingredient@42900e43, net.minecraft.item.crafting.Ingredient@20a38ed2, net.minecraft.item.crafting.Ingredient@42900e43]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.refinedstorage:fluid_storage_part@0 new recipe: RecipeStage{tier='five', recipe=1xitem.refinedstorage:fluid_storage_part@0:[net.minecraftforge.oredict.OreIngredient@6da41abe, net.minecraft.item.crafting.Ingredient@540e5e51, net.minecraftforge.oredict.OreIngredient@6da41abe, net.minecraftforge.oredict.OreIngredient@1f66060c, net.minecraft.item.crafting.Ingredient@1732ea58, net.minecraftforge.oredict.OreIngredient@1f66060c, net.minecraftforge.oredict.OreIngredient@6da41abe, net.minecraftforge.oredict.OreIngredient@1f66060c, net.minecraftforge.oredict.OreIngredient@6da41abe]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.refinedstorage:fluid_storage_disk@0 new recipe: RecipeStage{tier='five', recipe=1xitem.refinedstorage:fluid_storage_disk@0:[net.minecraft.item.crafting.Ingredient@534d2ddb, net.minecraft.item.crafting.Ingredient@7af5857b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.refinedstorage:fluid_storage_disk@0 new recipe: RecipeStage{tier='five', recipe=1xitem.refinedstorage:fluid_storage_disk@0:[net.minecraftforge.oredict.OreIngredient@7084e5bc, net.minecraft.item.crafting.Ingredient@23d0c9a2, net.minecraftforge.oredict.OreIngredient@7084e5bc, net.minecraft.item.crafting.Ingredient@23d0c9a2, net.minecraft.item.crafting.Ingredient@12cbe8a0, net.minecraft.item.crafting.Ingredient@23d0c9a2, net.minecraft.item.crafting.Ingredient@5790de08, net.minecraft.item.crafting.Ingredient@5790de08, net.minecraft.item.crafting.Ingredient@5790de08]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xblock.refinedstorage:fluid_storage@0 new recipe: RecipeStage{tier='five', recipe=1xblock.refinedstorage:fluid_storage@0:[net.minecraft.item.crafting.Ingredient@1cf9d240, net.minecraft.item.crafting.Ingredient@5ed85c2a, net.minecraft.item.crafting.Ingredient@1cf9d240, net.minecraft.item.crafting.Ingredient@1cf9d240, net.minecraft.item.crafting.Ingredient@39a4bd43, net.minecraft.item.crafting.Ingredient@1cf9d240, net.minecraft.item.crafting.Ingredient@1cf9d240, net.minecraft.item.crafting.Ingredient@4a7b6644, net.minecraft.item.crafting.Ingredient@1cf9d240]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.refinedstorage:storage_disk@1 new recipe: RecipeStage{tier='five', recipe=1xitem.refinedstorage:storage_disk@1:[net.minecraft.item.crafting.Ingredient@d4a1d24, net.minecraft.item.crafting.Ingredient@1cad507a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.refinedstorage:storage_disk@1 new recipe: RecipeStage{tier='five', recipe=1xitem.refinedstorage:storage_disk@1:[net.minecraftforge.oredict.OreIngredient@43eeff43, net.minecraft.item.crafting.Ingredient@3ad0108d, net.minecraftforge.oredict.OreIngredient@43eeff43, net.minecraft.item.crafting.Ingredient@3ad0108d, net.minecraft.item.crafting.Ingredient@14964374, net.minecraft.item.crafting.Ingredient@3ad0108d, net.minecraft.item.crafting.Ingredient@139f6056, net.minecraft.item.crafting.Ingredient@139f6056, net.minecraft.item.crafting.Ingredient@139f6056]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xblock.refinedstorage:storage@1 new recipe: RecipeStage{tier='five', recipe=1xblock.refinedstorage:storage@1:[net.minecraft.item.crafting.Ingredient@75d8eb97, net.minecraft.item.crafting.Ingredient@18ea1390, net.minecraft.item.crafting.Ingredient@75d8eb97, net.minecraft.item.crafting.Ingredient@75d8eb97, net.minecraft.item.crafting.Ingredient@538f9e47, net.minecraft.item.crafting.Ingredient@75d8eb97, net.minecraft.item.crafting.Ingredient@75d8eb97, net.minecraft.item.crafting.Ingredient@8673e3e, net.minecraft.item.crafting.Ingredient@75d8eb97]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.refinedstorage:fluid_storage_disk@3 new recipe: RecipeStage{tier='five', recipe=1xitem.refinedstorage:fluid_storage_disk@3:[net.minecraft.item.crafting.Ingredient@288efb83, net.minecraft.item.crafting.Ingredient@b6444d4]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.refinedstorage:fluid_storage_disk@3 new recipe: RecipeStage{tier='five', recipe=1xitem.refinedstorage:fluid_storage_disk@3:[net.minecraftforge.oredict.OreIngredient@2a4785b6, net.minecraft.item.crafting.Ingredient@51d3f85d, net.minecraftforge.oredict.OreIngredient@2a4785b6, net.minecraft.item.crafting.Ingredient@51d3f85d, net.minecraft.item.crafting.Ingredient@16abac1, net.minecraft.item.crafting.Ingredient@51d3f85d, net.minecraft.item.crafting.Ingredient@633bb234, net.minecraft.item.crafting.Ingredient@633bb234, net.minecraft.item.crafting.Ingredient@633bb234]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xblock.refinedstorage:fluid_storage@3 new recipe: RecipeStage{tier='five', recipe=1xblock.refinedstorage:fluid_storage@3:[net.minecraft.item.crafting.Ingredient@f5346eb, net.minecraft.item.crafting.Ingredient@67f2dc7f, net.minecraft.item.crafting.Ingredient@f5346eb, net.minecraft.item.crafting.Ingredient@f5346eb, net.minecraft.item.crafting.Ingredient@516452fd, net.minecraft.item.crafting.Ingredient@f5346eb, net.minecraft.item.crafting.Ingredient@f5346eb, net.minecraft.item.crafting.Ingredient@1b677060, net.minecraft.item.crafting.Ingredient@f5346eb]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.refinedstorage:fluid_storage_disk@1 new recipe: RecipeStage{tier='five', recipe=1xitem.refinedstorage:fluid_storage_disk@1:[net.minecraft.item.crafting.Ingredient@841965e, net.minecraft.item.crafting.Ingredient@9e582e4]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.refinedstorage:fluid_storage_disk@1 new recipe: RecipeStage{tier='five', recipe=1xitem.refinedstorage:fluid_storage_disk@1:[net.minecraftforge.oredict.OreIngredient@48116ae2, net.minecraft.item.crafting.Ingredient@49b924ef, net.minecraftforge.oredict.OreIngredient@48116ae2, net.minecraft.item.crafting.Ingredient@49b924ef, net.minecraft.item.crafting.Ingredient@2d94db65, net.minecraft.item.crafting.Ingredient@49b924ef, net.minecraft.item.crafting.Ingredient@71b6e70c, net.minecraft.item.crafting.Ingredient@71b6e70c, net.minecraft.item.crafting.Ingredient@71b6e70c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xblock.refinedstorage:fluid_storage@1 new recipe: RecipeStage{tier='five', recipe=1xblock.refinedstorage:fluid_storage@1:[net.minecraft.item.crafting.Ingredient@7daf5a8f, net.minecraft.item.crafting.Ingredient@96ef5ad, net.minecraft.item.crafting.Ingredient@7daf5a8f, net.minecraft.item.crafting.Ingredient@7daf5a8f, net.minecraft.item.crafting.Ingredient@7fa1b522, net.minecraft.item.crafting.Ingredient@7daf5a8f, net.minecraft.item.crafting.Ingredient@7daf5a8f, net.minecraft.item.crafting.Ingredient@5313e1a1, net.minecraft.item.crafting.Ingredient@7daf5a8f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.refinedstorage:storage_part@0 new recipe: RecipeStage{tier='five', recipe=1xitem.refinedstorage:storage_part@0:[net.minecraftforge.oredict.OreIngredient@3a460645, net.minecraft.item.crafting.Ingredient@1af681a0, net.minecraftforge.oredict.OreIngredient@3a460645, net.minecraftforge.oredict.OreIngredient@61fa9307, net.minecraft.item.crafting.Ingredient@eed5757, net.minecraftforge.oredict.OreIngredient@61fa9307, net.minecraftforge.oredict.OreIngredient@3a460645, net.minecraftforge.oredict.OreIngredient@61fa9307, net.minecraftforge.oredict.OreIngredient@3a460645]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.refinedstorage:storage_disk@0 new recipe: RecipeStage{tier='five', recipe=1xitem.refinedstorage:storage_disk@0:[net.minecraft.item.crafting.Ingredient@7ba201ec, net.minecraft.item.crafting.Ingredient@67caee7d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.refinedstorage:storage_disk@0 new recipe: RecipeStage{tier='five', recipe=1xitem.refinedstorage:storage_disk@0:[net.minecraftforge.oredict.OreIngredient@373e5f56, net.minecraft.item.crafting.Ingredient@725d0f71, net.minecraftforge.oredict.OreIngredient@373e5f56, net.minecraft.item.crafting.Ingredient@725d0f71, net.minecraft.item.crafting.Ingredient@17471f83, net.minecraft.item.crafting.Ingredient@725d0f71, net.minecraft.item.crafting.Ingredient@2f4e8488, net.minecraft.item.crafting.Ingredient@2f4e8488, net.minecraft.item.crafting.Ingredient@2f4e8488]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xblock.refinedstorage:storage@0 new recipe: RecipeStage{tier='five', recipe=1xblock.refinedstorage:storage@0:[net.minecraft.item.crafting.Ingredient@19d29d18, net.minecraft.item.crafting.Ingredient@7b709e47, net.minecraft.item.crafting.Ingredient@19d29d18, net.minecraft.item.crafting.Ingredient@19d29d18, net.minecraft.item.crafting.Ingredient@456114d, net.minecraft.item.crafting.Ingredient@19d29d18, net.minecraft.item.crafting.Ingredient@19d29d18, net.minecraft.item.crafting.Ingredient@13d86275, net.minecraft.item.crafting.Ingredient@19d29d18]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.refinedstorage:storage_disk@2 new recipe: RecipeStage{tier='five', recipe=1xitem.refinedstorage:storage_disk@2:[net.minecraft.item.crafting.Ingredient@299184f1, net.minecraft.item.crafting.Ingredient@699acb34]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.refinedstorage:storage_disk@2 new recipe: RecipeStage{tier='five', recipe=1xitem.refinedstorage:storage_disk@2:[net.minecraftforge.oredict.OreIngredient@14a8b97b, net.minecraft.item.crafting.Ingredient@161b34, net.minecraftforge.oredict.OreIngredient@14a8b97b, net.minecraft.item.crafting.Ingredient@161b34, net.minecraft.item.crafting.Ingredient@3399402a, net.minecraft.item.crafting.Ingredient@161b34, net.minecraft.item.crafting.Ingredient@3864c4e3, net.minecraft.item.crafting.Ingredient@3864c4e3, net.minecraft.item.crafting.Ingredient@3864c4e3]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xblock.refinedstorage:storage@2 new recipe: RecipeStage{tier='five', recipe=1xblock.refinedstorage:storage@2:[net.minecraft.item.crafting.Ingredient@141f074c, net.minecraft.item.crafting.Ingredient@756c48fd, net.minecraft.item.crafting.Ingredient@141f074c, net.minecraft.item.crafting.Ingredient@141f074c, net.minecraft.item.crafting.Ingredient@3e15b079, net.minecraft.item.crafting.Ingredient@141f074c, net.minecraft.item.crafting.Ingredient@141f074c, net.minecraft.item.crafting.Ingredient@61930727, net.minecraft.item.crafting.Ingredient@141f074c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.refinedstorage:fluid_storage_disk@2 new recipe: RecipeStage{tier='five', recipe=1xitem.refinedstorage:fluid_storage_disk@2:[net.minecraft.item.crafting.Ingredient@1cc7a9e1, net.minecraft.item.crafting.Ingredient@203a83c6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.refinedstorage:fluid_storage_disk@2 new recipe: RecipeStage{tier='five', recipe=1xitem.refinedstorage:fluid_storage_disk@2:[net.minecraftforge.oredict.OreIngredient@69af178, net.minecraft.item.crafting.Ingredient@3efd569c, net.minecraftforge.oredict.OreIngredient@69af178, net.minecraft.item.crafting.Ingredient@3efd569c, net.minecraft.item.crafting.Ingredient@778c62b0, net.minecraft.item.crafting.Ingredient@3efd569c, net.minecraft.item.crafting.Ingredient@56a5ac5d, net.minecraft.item.crafting.Ingredient@56a5ac5d, net.minecraft.item.crafting.Ingredient@56a5ac5d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xblock.refinedstorage:fluid_storage@2 new recipe: RecipeStage{tier='five', recipe=1xblock.refinedstorage:fluid_storage@2:[net.minecraft.item.crafting.Ingredient@68cace33, net.minecraft.item.crafting.Ingredient@791aaaa, net.minecraft.item.crafting.Ingredient@68cace33, net.minecraft.item.crafting.Ingredient@68cace33, net.minecraft.item.crafting.Ingredient@3c4983cc, net.minecraft.item.crafting.Ingredient@68cace33, net.minecraft.item.crafting.Ingredient@68cace33, net.minecraft.item.crafting.Ingredient@17b14103, net.minecraft.item.crafting.Ingredient@68cace33]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.compactmachines3.psd@0 new recipe: RecipeStage{tier='five', recipe=1xitem.compactmachines3.psd@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3182563e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@42a44a44, net.minecraft.item.crafting.Ingredient@b063d56, net.minecraft.item.crafting.Ingredient@42a44a44, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@39660c6f, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.compactmachines3.fieldprojector@0 new recipe: RecipeStage{tier='five', recipe=4xtile.compactmachines3.fieldprojector@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@49ba0631, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1d03e10b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6ebfa218, net.minecraft.item.crafting.Ingredient@6794d99b, net.minecraft.item.crafting.Ingredient@6ebfa218]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.conarm.travel_soul@0 new recipe: RecipeStage{tier='three', recipe=1xitem.conarm.travel_soul@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@55a30673, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4a20a87f, net.minecraft.item.crafting.Ingredient@3ab1c968, net.minecraftforge.oredict.OreIngredient@4a20a87f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@55a30673, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.conarm.travel_slowfall@0 new recipe: RecipeStage{tier='two', recipe=1xitem.conarm.travel_slowfall@0:[net.minecraftforge.oredict.OreIngredient@21edaefe, net.minecraftforge.oredict.OreIngredient@7e0daf34, net.minecraftforge.oredict.OreIngredient@21edaefe, net.minecraftforge.oredict.OreIngredient@21edaefe, net.minecraft.item.crafting.Ingredient@39d3ef7d, net.minecraftforge.oredict.OreIngredient@21edaefe, net.minecraftforge.oredict.OreIngredient@21edaefe, net.minecraft.item.crafting.Ingredient@49e7a8a, net.minecraftforge.oredict.OreIngredient@21edaefe]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.conarm.travel_goggles_base@0 new recipe: RecipeStage{tier='two', recipe=1xitem.conarm.travel_goggles_base@0:[net.minecraftforge.oredict.OreIngredient@1b6efb5b, net.minecraftforge.oredict.OreIngredient@72cb109a, net.minecraftforge.oredict.OreIngredient@1b6efb5b, net.minecraftforge.oredict.OreIngredient@50f7d9f4, net.minecraftforge.oredict.OreIngredient@1b6efb5b, net.minecraftforge.oredict.OreIngredient@50f7d9f4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.conarm.travel_goggles@0 new recipe: RecipeStage{tier='two', recipe=1xitem.conarm.travel_goggles@0:[net.minecraftforge.oredict.OreIngredient@25ace415, net.minecraft.item.crafting.Ingredient@4eaafd36, net.minecraftforge.oredict.OreIngredient@25ace415]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.conarm.travel_cloak@0 new recipe: RecipeStage{tier='two', recipe=1xitem.conarm.travel_cloak@0:[net.minecraftforge.oredict.OreIngredient@22b4c187, net.minecraft.item.crafting.Ingredient@7f9da7ba, net.minecraftforge.oredict.OreIngredient@22b4c187, net.minecraftforge.oredict.OreIngredient@22b4c187, net.minecraft.item.crafting.Ingredient@7f9da7ba, net.minecraftforge.oredict.OreIngredient@22b4c187, net.minecraftforge.oredict.OreIngredient@22b4c187, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@22b4c187]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.conarm.resist_mat_proj@0 new recipe: RecipeStage{tier='three', recipe=1xitem.conarm.resist_mat_proj@0:[net.minecraftforge.oredict.OreIngredient@3335565e, net.minecraft.item.crafting.Ingredient@44827a2b, net.minecraftforge.oredict.OreIngredient@3335565e, net.minecraft.item.crafting.Ingredient@44827a2b, net.minecraftforge.oredict.OreIngredient@7cd275f8, net.minecraft.item.crafting.Ingredient@44827a2b, net.minecraftforge.oredict.OreIngredient@3335565e, net.minecraft.item.crafting.Ingredient@44827a2b, net.minecraftforge.oredict.OreIngredient@3335565e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.conarm.resist_mat_fire@0 new recipe: RecipeStage{tier='three', recipe=1xitem.conarm.resist_mat_fire@0:[net.minecraftforge.oredict.OreIngredient@e082724, net.minecraft.item.crafting.Ingredient@552e9233, net.minecraftforge.oredict.OreIngredient@e082724, net.minecraft.item.crafting.Ingredient@552e9233, net.minecraftforge.oredict.OreIngredient@7cd275f8, net.minecraft.item.crafting.Ingredient@552e9233, net.minecraftforge.oredict.OreIngredient@e082724, net.minecraft.item.crafting.Ingredient@552e9233, net.minecraftforge.oredict.OreIngredient@e082724]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.conarm.resist_mat_blast@0 new recipe: RecipeStage{tier='three', recipe=1xitem.conarm.resist_mat_blast@0:[net.minecraftforge.oredict.OreIngredient@53f7aaa9, net.minecraft.item.crafting.Ingredient@1633683a, net.minecraftforge.oredict.OreIngredient@53f7aaa9, net.minecraft.item.crafting.Ingredient@1633683a, net.minecraftforge.oredict.OreIngredient@7cd275f8, net.minecraft.item.crafting.Ingredient@1633683a, net.minecraftforge.oredict.OreIngredient@53f7aaa9, net.minecraft.item.crafting.Ingredient@1633683a, net.minecraftforge.oredict.OreIngredient@53f7aaa9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.conarm.resist_mat@0 new recipe: RecipeStage{tier='three', recipe=1xitem.conarm.resist_mat@0:[net.minecraftforge.oredict.OreIngredient@4b4cb480, net.minecraftforge.oredict.OreIngredient@48165bb6, net.minecraftforge.oredict.OreIngredient@4b4cb480, net.minecraftforge.oredict.OreIngredient@48165bb6, net.minecraftforge.oredict.OreIngredient@7cd275f8, net.minecraftforge.oredict.OreIngredient@48165bb6, net.minecraftforge.oredict.OreIngredient@4b4cb480, net.minecraftforge.oredict.OreIngredient@48165bb6, net.minecraftforge.oredict.OreIngredient@4b4cb480]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.conarm.invisible_ink@0 new recipe: RecipeStage{tier='two', recipe=1xitem.conarm.invisible_ink@0:[net.minecraft.item.crafting.Ingredient@100b3b00, net.minecraftforge.oredict.OreIngredient@2982b33c, net.minecraftforge.oredict.OreIngredient@fcd1577, net.minecraftforge.oredict.OreIngredient@357dc8d2]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.conarm.gauntlet_mat_speed@0 new recipe: RecipeStage{tier='two', recipe=1xitem.conarm.gauntlet_mat_speed@0:[net.minecraftforge.oredict.OreIngredient@7ca1d515, net.minecraftforge.oredict.OreIngredient@7ca1d515, net.minecraftforge.oredict.OreIngredient@7ca1d515, net.minecraftforge.oredict.OreIngredient@7ca1d515, net.minecraft.item.crafting.Ingredient@393199d1, net.minecraftforge.oredict.OreIngredient@7ca1d515, net.minecraftforge.oredict.OreIngredient@7ca1d515, net.minecraftforge.oredict.OreIngredient@7ca1d515, net.minecraftforge.oredict.OreIngredient@7ca1d515]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.conarm.gauntlet_mat_reach@0 new recipe: RecipeStage{tier='three', recipe=1xitem.conarm.gauntlet_mat_reach@0:[net.minecraftforge.oredict.OreIngredient@1776c9c6, net.minecraft.item.crafting.Ingredient@151b7661, net.minecraftforge.oredict.OreIngredient@1776c9c6, net.minecraft.item.crafting.Ingredient@151b7661, net.minecraft.item.crafting.Ingredient@7fdf0fb6, net.minecraft.item.crafting.Ingredient@151b7661, net.minecraftforge.oredict.OreIngredient@1776c9c6, net.minecraft.item.crafting.Ingredient@151b7661, net.minecraftforge.oredict.OreIngredient@1776c9c6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.conarm.gauntlet_mat_attack@0 new recipe: RecipeStage{tier='three', recipe=1xitem.conarm.gauntlet_mat_attack@0:[net.minecraftforge.oredict.OreIngredient@546089d5, net.minecraftforge.oredict.OreIngredient@546089d5, net.minecraftforge.oredict.OreIngredient@546089d5, net.minecraftforge.oredict.OreIngredient@546089d5, net.minecraft.item.crafting.Ingredient@3cdfe14b, net.minecraftforge.oredict.OreIngredient@546089d5, net.minecraftforge.oredict.OreIngredient@546089d5, net.minecraftforge.oredict.OreIngredient@546089d5, net.minecraftforge.oredict.OreIngredient@546089d5]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.conarm.gauntlet_mat@0 new recipe: RecipeStage{tier='two', recipe=1xitem.conarm.gauntlet_mat@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@57044e8b, net.minecraftforge.oredict.OreIngredient@57044e8b, net.minecraftforge.oredict.OreIngredient@7176cec9, net.minecraftforge.oredict.OreIngredient@57044e8b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@57044e8b, net.minecraftforge.oredict.OreIngredient@57044e8b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.conarm.frosty_soles@0 new recipe: RecipeStage{tier='two', recipe=1xitem.conarm.frosty_soles@0:[net.minecraft.item.crafting.Ingredient@2a213cbc, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2a213cbc, net.minecraftforge.oredict.OreIngredient@63512ea3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@63512ea3]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.conarm.book@0 new recipe: RecipeStage{tier='two', recipe=1xitem.conarm.book@0:[net.minecraft.item.crafting.Ingredient@3d36c6c0, net.minecraft.item.crafting.Ingredient@3d0656b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.conarm.armorstation@0 new recipe: RecipeStage{tier='two', recipe=1xtile.conarm.armorstation@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1294f7a3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1294f7a3, net.minecraftforge.oredict.OreIngredient@69a78d0d, net.minecraft.item.crafting.Ingredient@1294f7a3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1294f7a3, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.cookingforblockheads:spice_rack@0 new recipe: RecipeStage{tier='four', recipe=1xtile.cookingforblockheads:spice_rack@0:[net.minecraftforge.oredict.OreIngredient@7b717127]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.null@0 new recipe: RecipeStage{tier='four', recipe=1xitem.null@0:[net.minecraft.item.crafting.Ingredient@5a35ce2b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.cookingforblockheads:counter@0 new recipe: RecipeStage{tier='four', recipe=1xtile.cookingforblockheads:counter@0:[net.minecraftforge.oredict.OreIngredient@50d2c70f, net.minecraftforge.oredict.OreIngredient@50d2c70f, net.minecraftforge.oredict.OreIngredient@50d2c70f, net.minecraft.item.crafting.Ingredient@54f256b5, net.minecraftforge.oredict.OreIngredient@7fb11b1d, net.minecraft.item.crafting.Ingredient@54f256b5, net.minecraft.item.crafting.Ingredient@54f256b5, net.minecraft.item.crafting.Ingredient@54f256b5, net.minecraft.item.crafting.Ingredient@54f256b5]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.cookingforblockheads:corner@0 new recipe: RecipeStage{tier='four', recipe=1xtile.cookingforblockheads:corner@0:[net.minecraftforge.oredict.OreIngredient@50d2c70f, net.minecraftforge.oredict.OreIngredient@50d2c70f, net.minecraftforge.oredict.OreIngredient@50d2c70f, net.minecraft.item.crafting.Ingredient@455a7572, net.minecraft.item.crafting.Ingredient@455a7572, net.minecraft.item.crafting.Ingredient@455a7572, net.minecraft.item.crafting.Ingredient@455a7572, net.minecraft.item.crafting.Ingredient@455a7572, net.minecraft.item.crafting.Ingredient@455a7572]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.cookingforblockheads:cabinet@0 new recipe: RecipeStage{tier='four', recipe=1xtile.cookingforblockheads:cabinet@0:[net.minecraft.item.crafting.Ingredient@1525f134, net.minecraft.item.crafting.Ingredient@1525f134, net.minecraft.item.crafting.Ingredient@1525f134, net.minecraft.item.crafting.Ingredient@1525f134, net.minecraftforge.oredict.OreIngredient@7fb11b1d, net.minecraft.item.crafting.Ingredient@1525f134]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.cookingforblockheads:fruit_basket@0 new recipe: RecipeStage{tier='four', recipe=1xtile.cookingforblockheads:fruit_basket@0:[net.minecraftforge.oredict.OreIngredient@7b717127, net.minecraft.item.crafting.Ingredient@643cbf4f, net.minecraftforge.oredict.OreIngredient@7b717127]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.cookingforblockheads:fridge@0 new recipe: RecipeStage{tier='four', recipe=1xtile.cookingforblockheads:fridge@0:[net.minecraftforge.oredict.OreIngredient@7fb11b1d, net.minecraft.item.crafting.Ingredient@d780a97]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.cookingforblockheads:cooking_table@0 new recipe: RecipeStage{tier='four', recipe=1xtile.cookingforblockheads:cooking_table@0:[net.minecraftforge.oredict.OreIngredient@50d2c70f, net.minecraftforge.oredict.OreIngredient@50d2c70f, net.minecraftforge.oredict.OreIngredient@50d2c70f, net.minecraft.item.crafting.Ingredient@2b5c435d, net.minecraft.item.crafting.Ingredient@69cffc07, net.minecraft.item.crafting.Ingredient@2b5c435d, net.minecraft.item.crafting.Ingredient@2b5c435d, net.minecraft.item.crafting.Ingredient@2b5c435d, net.minecraft.item.crafting.Ingredient@2b5c435d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.elevator_magenta@0 new recipe: RecipeStage{tier='four', recipe=1xtile.elevator_magenta@0:[net.minecraftforge.oredict.OreIngredient@78fe758f, net.minecraft.item.crafting.Ingredient@186c05d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.elevator_silver@0 new recipe: RecipeStage{tier='four', recipe=1xtile.elevator_silver@0:[net.minecraft.item.crafting.Ingredient@61aa5685, net.minecraft.item.crafting.Ingredient@61aa5685, net.minecraft.item.crafting.Ingredient@61aa5685, net.minecraft.item.crafting.Ingredient@61aa5685, net.minecraft.item.crafting.Ingredient@2056400c, net.minecraft.item.crafting.Ingredient@61aa5685, net.minecraft.item.crafting.Ingredient@61aa5685, net.minecraft.item.crafting.Ingredient@61aa5685, net.minecraft.item.crafting.Ingredient@61aa5685]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.elevator_green@0 new recipe: RecipeStage{tier='four', recipe=1xtile.elevator_green@0:[net.minecraftforge.oredict.OreIngredient@40063787, net.minecraft.item.crafting.Ingredient@4a21c234]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.elevator_pink@0 new recipe: RecipeStage{tier='four', recipe=1xtile.elevator_pink@0:[net.minecraft.item.crafting.Ingredient@278daf50, net.minecraft.item.crafting.Ingredient@278daf50, net.minecraft.item.crafting.Ingredient@278daf50, net.minecraft.item.crafting.Ingredient@278daf50, net.minecraft.item.crafting.Ingredient@9de9429, net.minecraft.item.crafting.Ingredient@278daf50, net.minecraft.item.crafting.Ingredient@278daf50, net.minecraft.item.crafting.Ingredient@278daf50, net.minecraft.item.crafting.Ingredient@278daf50]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.elevator_pink@0 new recipe: RecipeStage{tier='four', recipe=1xtile.elevator_pink@0:[net.minecraftforge.oredict.OreIngredient@1238c4fd, net.minecraft.item.crafting.Ingredient@5045cdd5]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.elevator_black@0 new recipe: RecipeStage{tier='four', recipe=1xtile.elevator_black@0:[net.minecraftforge.oredict.OreIngredient@5ea45643, net.minecraft.item.crafting.Ingredient@4ce783d3]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.elevator_silver@0 new recipe: RecipeStage{tier='four', recipe=1xtile.elevator_silver@0:[net.minecraftforge.oredict.OreIngredient@4d280e62, net.minecraft.item.crafting.Ingredient@ebeee76]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.elevator_brown@0 new recipe: RecipeStage{tier='four', recipe=1xtile.elevator_brown@0:[net.minecraftforge.oredict.OreIngredient@5499b15d, net.minecraft.item.crafting.Ingredient@428cae38]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.elevator_light_blue@0 new recipe: RecipeStage{tier='four', recipe=1xtile.elevator_light_blue@0:[net.minecraftforge.oredict.OreIngredient@43be7f97, net.minecraft.item.crafting.Ingredient@364359e2]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.elevator_red@0 new recipe: RecipeStage{tier='four', recipe=1xtile.elevator_red@0:[net.minecraftforge.oredict.OreIngredient@617d34aa, net.minecraft.item.crafting.Ingredient@bc3af9d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.elevator_lime@0 new recipe: RecipeStage{tier='four', recipe=1xtile.elevator_lime@0:[net.minecraft.item.crafting.Ingredient@31bbed13, net.minecraft.item.crafting.Ingredient@31bbed13, net.minecraft.item.crafting.Ingredient@31bbed13, net.minecraft.item.crafting.Ingredient@31bbed13, net.minecraft.item.crafting.Ingredient@7c47d38d, net.minecraft.item.crafting.Ingredient@31bbed13, net.minecraft.item.crafting.Ingredient@31bbed13, net.minecraft.item.crafting.Ingredient@31bbed13, net.minecraft.item.crafting.Ingredient@31bbed13]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.elevator_light_blue@0 new recipe: RecipeStage{tier='four', recipe=1xtile.elevator_light_blue@0:[net.minecraft.item.crafting.Ingredient@5df78f62, net.minecraft.item.crafting.Ingredient@5df78f62, net.minecraft.item.crafting.Ingredient@5df78f62, net.minecraft.item.crafting.Ingredient@5df78f62, net.minecraft.item.crafting.Ingredient@6344574a, net.minecraft.item.crafting.Ingredient@5df78f62, net.minecraft.item.crafting.Ingredient@5df78f62, net.minecraft.item.crafting.Ingredient@5df78f62, net.minecraft.item.crafting.Ingredient@5df78f62]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.elevator_green@0 new recipe: RecipeStage{tier='four', recipe=1xtile.elevator_green@0:[net.minecraft.item.crafting.Ingredient@406a9b30, net.minecraft.item.crafting.Ingredient@406a9b30, net.minecraft.item.crafting.Ingredient@406a9b30, net.minecraft.item.crafting.Ingredient@406a9b30, net.minecraft.item.crafting.Ingredient@12fe5e8d, net.minecraft.item.crafting.Ingredient@406a9b30, net.minecraft.item.crafting.Ingredient@406a9b30, net.minecraft.item.crafting.Ingredient@406a9b30, net.minecraft.item.crafting.Ingredient@406a9b30]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.elevator_cyan@0 new recipe: RecipeStage{tier='four', recipe=1xtile.elevator_cyan@0:[net.minecraftforge.oredict.OreIngredient@6f2891c2, net.minecraft.item.crafting.Ingredient@1eb62f01]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.elevator_cyan@0 new recipe: RecipeStage{tier='four', recipe=1xtile.elevator_cyan@0:[net.minecraft.item.crafting.Ingredient@338e8cbc, net.minecraft.item.crafting.Ingredient@338e8cbc, net.minecraft.item.crafting.Ingredient@338e8cbc, net.minecraft.item.crafting.Ingredient@338e8cbc, net.minecraft.item.crafting.Ingredient@6c8a211b, net.minecraft.item.crafting.Ingredient@338e8cbc, net.minecraft.item.crafting.Ingredient@338e8cbc, net.minecraft.item.crafting.Ingredient@338e8cbc, net.minecraft.item.crafting.Ingredient@338e8cbc]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.elevator_gray@0 new recipe: RecipeStage{tier='four', recipe=1xtile.elevator_gray@0:[net.minecraftforge.oredict.OreIngredient@54db8805, net.minecraft.item.crafting.Ingredient@1ac41f77]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.elevator_red@0 new recipe: RecipeStage{tier='four', recipe=1xtile.elevator_red@0:[net.minecraft.item.crafting.Ingredient@bcdd6eb, net.minecraft.item.crafting.Ingredient@bcdd6eb, net.minecraft.item.crafting.Ingredient@bcdd6eb, net.minecraft.item.crafting.Ingredient@bcdd6eb, net.minecraft.item.crafting.Ingredient@427762c5, net.minecraft.item.crafting.Ingredient@bcdd6eb, net.minecraft.item.crafting.Ingredient@bcdd6eb, net.minecraft.item.crafting.Ingredient@bcdd6eb, net.minecraft.item.crafting.Ingredient@bcdd6eb]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.elevator_orange@0 new recipe: RecipeStage{tier='four', recipe=1xtile.elevator_orange@0:[net.minecraft.item.crafting.Ingredient@4f96868d, net.minecraft.item.crafting.Ingredient@4f96868d, net.minecraft.item.crafting.Ingredient@4f96868d, net.minecraft.item.crafting.Ingredient@4f96868d, net.minecraft.item.crafting.Ingredient@3f80e065, net.minecraft.item.crafting.Ingredient@4f96868d, net.minecraft.item.crafting.Ingredient@4f96868d, net.minecraft.item.crafting.Ingredient@4f96868d, net.minecraft.item.crafting.Ingredient@4f96868d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.elevator_blue@0 new recipe: RecipeStage{tier='four', recipe=1xtile.elevator_blue@0:[net.minecraft.item.crafting.Ingredient@6697cabd, net.minecraft.item.crafting.Ingredient@6697cabd, net.minecraft.item.crafting.Ingredient@6697cabd, net.minecraft.item.crafting.Ingredient@6697cabd, net.minecraft.item.crafting.Ingredient@354fd046, net.minecraft.item.crafting.Ingredient@6697cabd, net.minecraft.item.crafting.Ingredient@6697cabd, net.minecraft.item.crafting.Ingredient@6697cabd, net.minecraft.item.crafting.Ingredient@6697cabd]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.elevator_magenta@0 new recipe: RecipeStage{tier='four', recipe=1xtile.elevator_magenta@0:[net.minecraft.item.crafting.Ingredient@177d386c, net.minecraft.item.crafting.Ingredient@177d386c, net.minecraft.item.crafting.Ingredient@177d386c, net.minecraft.item.crafting.Ingredient@177d386c, net.minecraft.item.crafting.Ingredient@24600dff, net.minecraft.item.crafting.Ingredient@177d386c, net.minecraft.item.crafting.Ingredient@177d386c, net.minecraft.item.crafting.Ingredient@177d386c, net.minecraft.item.crafting.Ingredient@177d386c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.elevator_brown@0 new recipe: RecipeStage{tier='four', recipe=1xtile.elevator_brown@0:[net.minecraft.item.crafting.Ingredient@711eed91, net.minecraft.item.crafting.Ingredient@711eed91, net.minecraft.item.crafting.Ingredient@711eed91, net.minecraft.item.crafting.Ingredient@711eed91, net.minecraft.item.crafting.Ingredient@18282055, net.minecraft.item.crafting.Ingredient@711eed91, net.minecraft.item.crafting.Ingredient@711eed91, net.minecraft.item.crafting.Ingredient@711eed91, net.minecraft.item.crafting.Ingredient@711eed91]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.elevator_blue@0 new recipe: RecipeStage{tier='four', recipe=1xtile.elevator_blue@0:[net.minecraftforge.oredict.OreIngredient@3e8c7cdb, net.minecraft.item.crafting.Ingredient@71f62580]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.elevator_black@0 new recipe: RecipeStage{tier='four', recipe=1xtile.elevator_black@0:[net.minecraft.item.crafting.Ingredient@4ad701e5, net.minecraft.item.crafting.Ingredient@4ad701e5, net.minecraft.item.crafting.Ingredient@4ad701e5, net.minecraft.item.crafting.Ingredient@4ad701e5, net.minecraft.item.crafting.Ingredient@5acd9a1c, net.minecraft.item.crafting.Ingredient@4ad701e5, net.minecraft.item.crafting.Ingredient@4ad701e5, net.minecraft.item.crafting.Ingredient@4ad701e5, net.minecraft.item.crafting.Ingredient@4ad701e5]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.elevator_gray@0 new recipe: RecipeStage{tier='four', recipe=1xtile.elevator_gray@0:[net.minecraft.item.crafting.Ingredient@7d3cc573, net.minecraft.item.crafting.Ingredient@7d3cc573, net.minecraft.item.crafting.Ingredient@7d3cc573, net.minecraft.item.crafting.Ingredient@7d3cc573, net.minecraft.item.crafting.Ingredient@4bc63ad7, net.minecraft.item.crafting.Ingredient@7d3cc573, net.minecraft.item.crafting.Ingredient@7d3cc573, net.minecraft.item.crafting.Ingredient@7d3cc573, net.minecraft.item.crafting.Ingredient@7d3cc573]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.elevator_white@0 new recipe: RecipeStage{tier='four', recipe=1xtile.elevator_white@0:[net.minecraftforge.oredict.OreIngredient@f1848e8, net.minecraft.item.crafting.Ingredient@319aca2a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.elevator_purple@0 new recipe: RecipeStage{tier='four', recipe=1xtile.elevator_purple@0:[net.minecraftforge.oredict.OreIngredient@62eebaa9, net.minecraft.item.crafting.Ingredient@445ecef2]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.elevator_lime@0 new recipe: RecipeStage{tier='four', recipe=1xtile.elevator_lime@0:[net.minecraftforge.oredict.OreIngredient@3ed300b2, net.minecraft.item.crafting.Ingredient@7df7c99e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.elevator_white@0 new recipe: RecipeStage{tier='four', recipe=1xtile.elevator_white@0:[net.minecraft.item.crafting.Ingredient@69730157, net.minecraft.item.crafting.Ingredient@69730157, net.minecraft.item.crafting.Ingredient@69730157, net.minecraft.item.crafting.Ingredient@69730157, net.minecraft.item.crafting.Ingredient@6de6965e, net.minecraft.item.crafting.Ingredient@69730157, net.minecraft.item.crafting.Ingredient@69730157, net.minecraft.item.crafting.Ingredient@69730157, net.minecraft.item.crafting.Ingredient@69730157]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.elevator_orange@0 new recipe: RecipeStage{tier='four', recipe=1xtile.elevator_orange@0:[net.minecraftforge.oredict.OreIngredient@610a12ff, net.minecraft.item.crafting.Ingredient@6006a230]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.elevator_purple@0 new recipe: RecipeStage{tier='four', recipe=1xtile.elevator_purple@0:[net.minecraft.item.crafting.Ingredient@33998725, net.minecraft.item.crafting.Ingredient@33998725, net.minecraft.item.crafting.Ingredient@33998725, net.minecraft.item.crafting.Ingredient@33998725, net.minecraft.item.crafting.Ingredient@1a837d9f, net.minecraft.item.crafting.Ingredient@33998725, net.minecraft.item.crafting.Ingredient@33998725, net.minecraft.item.crafting.Ingredient@33998725, net.minecraft.item.crafting.Ingredient@33998725]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.elevator_yellow@0 new recipe: RecipeStage{tier='four', recipe=1xtile.elevator_yellow@0:[net.minecraftforge.oredict.OreIngredient@36a36c8a, net.minecraft.item.crafting.Ingredient@6e2fcc1f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.elevator_yellow@0 new recipe: RecipeStage{tier='four', recipe=1xtile.elevator_yellow@0:[net.minecraft.item.crafting.Ingredient@54766f7e, net.minecraft.item.crafting.Ingredient@54766f7e, net.minecraft.item.crafting.Ingredient@54766f7e, net.minecraft.item.crafting.Ingredient@54766f7e, net.minecraft.item.crafting.Ingredient@55f43497, net.minecraft.item.crafting.Ingredient@54766f7e, net.minecraft.item.crafting.Ingredient@54766f7e, net.minecraft.item.crafting.Ingredient@54766f7e, net.minecraft.item.crafting.Ingredient@54766f7e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ender_storage@1 new recipe: RecipeStage{tier='five', recipe=1xtile.ender_storage@1:[net.minecraft.item.crafting.Ingredient@3c9e3054]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ender_pouch@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ender_pouch@0:[net.minecraft.item.crafting.Ingredient@63081aa1]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ender_storage@0 new recipe: RecipeStage{tier='five', recipe=1xtile.ender_storage@0:[net.minecraft.item.crafting.Ingredient@642e9af3]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ender_storage@1 new recipe: RecipeStage{tier='five', recipe=1xtile.ender_storage@1:[net.minecraft.item.crafting.Ingredient@76e1dc06, codechicken.enderstorage.recipe.Factories$MultiIngredient@4f5b04b7, net.minecraft.item.crafting.Ingredient@76e1dc06, net.minecraftforge.oredict.OreIngredient@214a0191, net.minecraft.item.crafting.Ingredient@5e126781, net.minecraftforge.oredict.OreIngredient@214a0191, net.minecraft.item.crafting.Ingredient@76e1dc06, net.minecraftforge.oredict.OreIngredient@54717c6d, net.minecraft.item.crafting.Ingredient@76e1dc06]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ender_pouch@1 new recipe: RecipeStage{tier='five', recipe=1xitem.ender_pouch@1:[net.minecraft.item.crafting.Ingredient@4752b4bb, net.minecraftforge.oredict.OreIngredient@53262f83, net.minecraft.item.crafting.Ingredient@4752b4bb, net.minecraftforge.oredict.OreIngredient@53262f83, net.minecraftforge.oredict.OreIngredient@753540df, net.minecraftforge.oredict.OreIngredient@53262f83, net.minecraft.item.crafting.Ingredient@4752b4bb, codechicken.enderstorage.recipe.Factories$MultiIngredient@41d787c, net.minecraft.item.crafting.Ingredient@4752b4bb]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ender_storage@0 new recipe: RecipeStage{tier='five', recipe=1xtile.ender_storage@0:[net.minecraft.item.crafting.Ingredient@72c7fe0e, codechicken.enderstorage.recipe.Factories$MultiIngredient@231b7ee8, net.minecraft.item.crafting.Ingredient@72c7fe0e, net.minecraftforge.oredict.OreIngredient@6f6724f2, net.minecraftforge.oredict.OreIngredient@10371fb4, net.minecraftforge.oredict.OreIngredient@6f6724f2, net.minecraft.item.crafting.Ingredient@72c7fe0e, net.minecraftforge.oredict.OreIngredient@6ded4f62, net.minecraft.item.crafting.Ingredient@72c7fe0e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.enderutilities.void_pickaxe@0 new recipe: RecipeStage{tier='four', recipe=1xitem.enderutilities.void_pickaxe@0:[net.minecraft.item.crafting.Ingredient@6ff98b9d, net.minecraft.item.crafting.Ingredient@6ff98b9d, net.minecraft.item.crafting.Ingredient@6ff98b9d, net.minecraft.item.crafting.Ingredient@3d3542e3, net.minecraft.item.crafting.Ingredient@404661e7, net.minecraft.item.crafting.Ingredient@3d3542e3, net.minecraft.item.crafting.Ingredient@1821396e, net.minecraft.item.crafting.Ingredient@404661e7, net.minecraft.item.crafting.Ingredient@1821396e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.null@1 new recipe: RecipeStage{tier='four', recipe=1xtile.null@1:[net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraftforge.oredict.OreIngredient@7e3b0ca9, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraftforge.oredict.OreIngredient@6a4e3e42, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraftforge.oredict.OreIngredient@6b1dc3f8, net.minecraftforge.oredict.OreIngredient@11dd1cbe, net.minecraftforge.oredict.OreIngredient@6b1dc3f8]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.enderutilities.syringe@2 new recipe: RecipeStage{tier='four', recipe=1xitem.enderutilities.syringe@2:[net.minecraft.item.crafting.Ingredient@4a97981, net.minecraft.item.crafting.Ingredient@521c91f1, net.minecraft.item.crafting.Ingredient@5802a3d2, net.minecraft.item.crafting.Ingredient@7761fb8b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.enderutilities.syringe@3 new recipe: RecipeStage{tier='four', recipe=1xitem.enderutilities.syringe@3:[net.minecraft.item.crafting.Ingredient@3b7a4405, net.minecraft.item.crafting.Ingredient@5c5adda4, net.minecraft.item.crafting.Ingredient@212a8705, net.minecraft.item.crafting.Ingredient@18be3cf8, net.minecraft.item.crafting.Ingredient@710d0986, net.minecraft.item.crafting.Ingredient@7bb05dfe]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.enderutilities.syringe@1 new recipe: RecipeStage{tier='four', recipe=1xitem.enderutilities.syringe@1:[net.minecraft.item.crafting.Ingredient@719c23b, net.minecraft.item.crafting.Ingredient@36068315, net.minecraft.item.crafting.Ingredient@6be39602, net.minecraft.item.crafting.Ingredient@6ca61e96]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.enderutilities.syringe@0 new recipe: RecipeStage{tier='four', recipe=1xitem.enderutilities.syringe@0:[net.minecraft.item.crafting.Ingredient@12dbb31a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1b1ddfe8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@404661e7]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.null@0 new recipe: RecipeStage{tier='four', recipe=1xtile.null@0:[net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient@40dcd8fb, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient@40dcd8fb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@40dcd8fb, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient@40dcd8fb, net.minecraft.item.crafting.Ingredient@1acd0e1a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.enderutilities.ruler@0 new recipe: RecipeStage{tier='four', recipe=1xitem.enderutilities.ruler@0:[net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient@404661e7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient@1acd0e1a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.enderutilities.quickstacker@0 new recipe: RecipeStage{tier='four', recipe=1xitem.enderutilities.quickstacker@0:[net.minecraft.item.crafting.Ingredient@6b73371d, net.minecraft.item.crafting.Ingredient@25df6728, net.minecraft.item.crafting.Ingredient@6b73371d, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient@20ebaf57, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient@6b73371d, net.minecraft.item.crafting.Ingredient@25df6728, net.minecraft.item.crafting.Ingredient@6b73371d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.enderutilities.portalscaler@0 new recipe: RecipeStage{tier='four', recipe=1xitem.enderutilities.portalscaler@0:[net.minecraftforge.oredict.OreIngredient@6b1dc3f8, net.minecraftforge.oredict.OreIngredient@1e8abd5e, net.minecraftforge.oredict.OreIngredient@6b1dc3f8, net.minecraftforge.oredict.OreIngredient@6b1dc3f8, net.minecraft.item.crafting.Ingredient@63b7b662, net.minecraftforge.oredict.OreIngredient@6b1dc3f8, net.minecraftforge.oredict.OreIngredient@6b1dc3f8, net.minecraft.item.crafting.Ingredient@6ff98b9d, net.minecraftforge.oredict.OreIngredient@6b1dc3f8]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xtile.null@0 new recipe: RecipeStage{tier='four', recipe=2xtile.null@0:[net.minecraft.item.crafting.Ingredient@4fd3207a, net.minecraft.item.crafting.Ingredient@3ccda9db, net.minecraft.item.crafting.Ingredient@4fd3207a, net.minecraft.item.crafting.Ingredient@4fd3207a, net.minecraft.item.crafting.Ingredient@6e61011e, net.minecraft.item.crafting.Ingredient@4fd3207a, net.minecraft.item.crafting.Ingredient@4fd3207a, net.minecraft.item.crafting.Ingredient@3ccda9db, net.minecraft.item.crafting.Ingredient@4fd3207a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.null@0 new recipe: RecipeStage{tier='four', recipe=8xtile.null@0:[net.minecraftforge.oredict.OreIngredient@1b1ddfe8, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraftforge.oredict.OreIngredient@1b1ddfe8, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient@6b73371d, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraftforge.oredict.OreIngredient@1b1ddfe8, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraftforge.oredict.OreIngredient@1b1ddfe8]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.enderutilities.pickupmanager@0 new recipe: RecipeStage{tier='four', recipe=1xitem.enderutilities.pickupmanager@0:[net.minecraft.item.crafting.Ingredient@12dbb31a, net.minecraft.item.crafting.Ingredient@703c1a, net.minecraft.item.crafting.Ingredient@12dbb31a, net.minecraft.item.crafting.Ingredient@12dbb31a, net.minecraft.item.crafting.Ingredient@6f06b17d, net.minecraft.item.crafting.Ingredient@12dbb31a, net.minecraft.item.crafting.Ingredient@12dbb31a, net.minecraft.item.crafting.Ingredient@3ccda9db, net.minecraft.item.crafting.Ingredient@12dbb31a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.null@0 new recipe: RecipeStage{tier='four', recipe=1xtile.null@0:[net.minecraft.item.crafting.Ingredient@6efc3ef6, net.minecraft.item.crafting.Ingredient@6efc3ef6, net.minecraft.item.crafting.Ingredient@6efc3ef6, net.minecraft.item.crafting.Ingredient@6efc3ef6, net.minecraft.item.crafting.Ingredient@6b73371d, net.minecraft.item.crafting.Ingredient@6efc3ef6, net.minecraft.item.crafting.Ingredient@6efc3ef6, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient@6efc3ef6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.null@1 new recipe: RecipeStage{tier='four', recipe=1xtile.null@1:[net.minecraft.item.crafting.Ingredient@234a69a9, net.minecraft.item.crafting.Ingredient@234a69a9, net.minecraft.item.crafting.Ingredient@234a69a9, net.minecraft.item.crafting.Ingredient@234a69a9, net.minecraft.item.crafting.Ingredient@43f87e7b, net.minecraft.item.crafting.Ingredient@234a69a9, net.minecraft.item.crafting.Ingredient@234a69a9, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient@234a69a9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.enderutilities.pet_contract@0 new recipe: RecipeStage{tier='four', recipe=1xitem.enderutilities.pet_contract@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4872872e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@400ffc2f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@404661e7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.enderutilities.nullifier@0 new recipe: RecipeStage{tier='four', recipe=1xitem.enderutilities.nullifier@0:[net.minecraftforge.oredict.OreIngredient@11dd1cbe, net.minecraft.item.crafting.Ingredient@37f33952, net.minecraftforge.oredict.OreIngredient@11dd1cbe, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraftforge.oredict.OreIngredient@11dd1cbe, net.minecraft.item.crafting.Ingredient@37f33952, net.minecraftforge.oredict.OreIngredient@11dd1cbe]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.null@0 new recipe: RecipeStage{tier='four', recipe=1xtile.null@0:[net.minecraft.item.crafting.Ingredient@12dbb31a, net.minecraft.item.crafting.Ingredient@12dbb31a, net.minecraft.item.crafting.Ingredient@12dbb31a, net.minecraftforge.oredict.OreIngredient@1b1ddfe8, net.minecraft.item.crafting.Ingredient@6116951, net.minecraft.item.crafting.Ingredient@6b73371d, net.minecraft.item.crafting.Ingredient@12dbb31a, net.minecraft.item.crafting.Ingredient@12dbb31a, net.minecraft.item.crafting.Ingredient@12dbb31a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.enderutilities.mobharness@0 new recipe: RecipeStage{tier='four', recipe=1xitem.enderutilities.mobharness@0:[net.minecraft.item.crafting.Ingredient@410b9af0, net.minecraft.item.crafting.Ingredient@76da7d66, net.minecraft.item.crafting.Ingredient@410b9af0, net.minecraft.item.crafting.Ingredient@410b9af0, net.minecraft.item.crafting.Ingredient@74de040e, net.minecraft.item.crafting.Ingredient@410b9af0, net.minecraft.item.crafting.Ingredient@410b9af0, net.minecraft.item.crafting.Ingredient@76da7d66, net.minecraft.item.crafting.Ingredient@410b9af0]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.null@0 new recipe: RecipeStage{tier='four', recipe=3xtile.null@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3ccda9db, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3ccda9db, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraftforge.oredict.OreIngredient@11dd1cbe, net.minecraft.item.crafting.Ingredient@1acd0e1a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xtile.null@1 new recipe: RecipeStage{tier='four', recipe=2xtile.null@1:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3ccda9db, net.minecraftforge.oredict.OreIngredient@11dd1cbe, net.minecraft.item.crafting.Ingredient@3ccda9db, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraftforge.oredict.OreIngredient@11dd1cbe, net.minecraft.item.crafting.Ingredient@1acd0e1a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.null@2 new recipe: RecipeStage{tier='four', recipe=1xtile.null@2:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3ccda9db, net.minecraftforge.oredict.OreIngredient@11dd1cbe, net.minecraft.item.crafting.Ingredient@3ccda9db, net.minecraft.item.crafting.Ingredient@12dbb31a, net.minecraftforge.oredict.OreIngredient@11dd1cbe, net.minecraft.item.crafting.Ingredient@12dbb31a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.null@0 new recipe: RecipeStage{tier='four', recipe=1xtile.null@0:[net.minecraft.item.crafting.Ingredient@6ff98b9d, net.minecraft.item.crafting.Ingredient@507d6883, net.minecraft.item.crafting.Ingredient@6ff98b9d, net.minecraft.item.crafting.Ingredient@6ff98b9d, net.minecraft.item.crafting.Ingredient@63b7b662, net.minecraft.item.crafting.Ingredient@6ff98b9d, net.minecraft.item.crafting.Ingredient@6ff98b9d, net.minecraft.item.crafting.Ingredient@507d6883, net.minecraft.item.crafting.Ingredient@6ff98b9d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.null@1 new recipe: RecipeStage{tier='four', recipe=1xtile.null@1:[net.minecraft.item.crafting.Ingredient@592873b9, net.minecraft.item.crafting.Ingredient@592873b9, net.minecraft.item.crafting.Ingredient@592873b9, net.minecraft.item.crafting.Ingredient@592873b9, net.minecraft.item.crafting.Ingredient@592873b9, net.minecraft.item.crafting.Ingredient@592873b9, net.minecraft.item.crafting.Ingredient@592873b9, net.minecraft.item.crafting.Ingredient@592873b9, net.minecraft.item.crafting.Ingredient@592873b9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.enderutilities.livingmanipulator@0 new recipe: RecipeStage{tier='four', recipe=1xitem.enderutilities.livingmanipulator@0:[net.minecraft.item.crafting.Ingredient@12dbb31a, net.minecraft.item.crafting.Ingredient@12dbb31a, net.minecraft.item.crafting.Ingredient@12dbb31a, net.minecraft.item.crafting.Ingredient@6ff98b9d, net.minecraft.item.crafting.Ingredient@6116951, net.minecraft.item.crafting.Ingredient@12dbb31a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@12dbb31a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.enderutilities.linkcrystal@2 new recipe: RecipeStage{tier='four', recipe=1xitem.enderutilities.linkcrystal@2:[net.minecraft.item.crafting.Ingredient@6b73371d, net.minecraftforge.oredict.OreIngredient@1e8abd5e, net.minecraft.item.crafting.Ingredient@6b73371d, net.minecraftforge.oredict.OreIngredient@1e8abd5e, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraftforge.oredict.OreIngredient@1e8abd5e, net.minecraft.item.crafting.Ingredient@6b73371d, net.minecraftforge.oredict.OreIngredient@1e8abd5e, net.minecraft.item.crafting.Ingredient@6b73371d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.enderutilities.linkcrystal@0 new recipe: RecipeStage{tier='four', recipe=1xitem.enderutilities.linkcrystal@0:[net.minecraft.item.crafting.Ingredient@6b73371d, net.minecraftforge.oredict.OreIngredient@21dbc3ce, net.minecraft.item.crafting.Ingredient@6b73371d, net.minecraftforge.oredict.OreIngredient@21dbc3ce, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraftforge.oredict.OreIngredient@21dbc3ce, net.minecraft.item.crafting.Ingredient@6b73371d, net.minecraftforge.oredict.OreIngredient@21dbc3ce, net.minecraft.item.crafting.Ingredient@6b73371d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.enderutilities.linkcrystal@1 new recipe: RecipeStage{tier='four', recipe=1xitem.enderutilities.linkcrystal@1:[net.minecraft.item.crafting.Ingredient@6b73371d, net.minecraftforge.oredict.OreIngredient@589a0c8f, net.minecraft.item.crafting.Ingredient@6b73371d, net.minecraftforge.oredict.OreIngredient@589a0c8f, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraftforge.oredict.OreIngredient@589a0c8f, net.minecraft.item.crafting.Ingredient@6b73371d, net.minecraftforge.oredict.OreIngredient@589a0c8f, net.minecraft.item.crafting.Ingredient@6b73371d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.null@7 new recipe: RecipeStage{tier='four', recipe=1xtile.null@7:[net.minecraft.item.crafting.Ingredient@63a5d05, net.minecraftforge.oredict.OreIngredient@11dd1cbe, net.minecraft.item.crafting.Ingredient@63a5d05, net.minecraft.item.crafting.Ingredient@63a5d05, net.minecraft.item.crafting.Ingredient@66fa39dd, net.minecraft.item.crafting.Ingredient@63a5d05, net.minecraft.item.crafting.Ingredient@63a5d05, net.minecraftforge.oredict.OreIngredient@11dd1cbe, net.minecraft.item.crafting.Ingredient@63a5d05]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.enderutilities.inventoryswapper@0 new recipe: RecipeStage{tier='four', recipe=1xitem.enderutilities.inventoryswapper@0:[net.minecraft.item.crafting.Ingredient@76da7d66, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient@76da7d66, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraftforge.oredict.OreIngredient@11dd1cbe, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient@3ddcd2b4, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient@3ddcd2b4]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.null@1 new recipe: RecipeStage{tier='four', recipe=1xtile.null@1:[net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraftforge.oredict.OreIngredient@1b1ddfe8, net.minecraft.item.crafting.Ingredient@20ebaf57, net.minecraftforge.oredict.OreIngredient@1b1ddfe8, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient@1acd0e1a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.null@0 new recipe: RecipeStage{tier='four', recipe=1xtile.null@0:[net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraftforge.oredict.OreIngredient@1b1ddfe8, net.minecraftforge.oredict.OreIngredient@1b1ddfe8, net.minecraftforge.oredict.OreIngredient@1b1ddfe8, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient@1acd0e1a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.enderutilities.icemelter@1 new recipe: RecipeStage{tier='four', recipe=1xitem.enderutilities.icemelter@1:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1e1ba14a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@63b7b662, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3f0b78f0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.enderutilities.icemelter@0 new recipe: RecipeStage{tier='four', recipe=1xitem.enderutilities.icemelter@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@63b7b662, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@72bb5c34, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xtile.null@3 new recipe: RecipeStage{tier='four', recipe=2xtile.null@3:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraftforge.oredict.OreIngredient@11dd1cbe, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient@25df6728, net.minecraft.item.crafting.Ingredient@74de040e, net.minecraft.item.crafting.Ingredient@25df6728]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.null@4 new recipe: RecipeStage{tier='four', recipe=1xtile.null@4:[net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraftforge.oredict.OreIngredient@11dd1cbe, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraftforge.oredict.OreIngredient@11dd1cbe, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient@25df6728, net.minecraft.item.crafting.Ingredient@74de040e, net.minecraft.item.crafting.Ingredient@25df6728]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.null@5 new recipe: RecipeStage{tier='four', recipe=1xtile.null@5:[net.minecraft.item.crafting.Ingredient@12dbb31a, net.minecraftforge.oredict.OreIngredient@11dd1cbe, net.minecraft.item.crafting.Ingredient@12dbb31a, net.minecraft.item.crafting.Ingredient@12dbb31a, net.minecraftforge.oredict.OreIngredient@11dd1cbe, net.minecraft.item.crafting.Ingredient@12dbb31a, net.minecraft.item.crafting.Ingredient@25df6728, net.minecraft.item.crafting.Ingredient@74de040e, net.minecraft.item.crafting.Ingredient@25df6728]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.null@6 new recipe: RecipeStage{tier='four', recipe=1xtile.null@6:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient@5a365d28, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient@5a365d28, net.minecraft.item.crafting.Ingredient@1acd0e1a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.enderutilities.handybag@1 new recipe: RecipeStage{tier='four', recipe=1xitem.enderutilities.handybag@1:[net.minecraft.item.crafting.Ingredient@76da7d66, net.minecraft.item.crafting.Ingredient@6ff98b9d, net.minecraft.item.crafting.Ingredient@76da7d66, net.minecraft.item.crafting.Ingredient@6ff98b9d, net.minecraft.item.crafting.Ingredient@78adb5a8, net.minecraft.item.crafting.Ingredient@6ff98b9d, net.minecraft.item.crafting.Ingredient@4b860237, net.minecraft.item.crafting.Ingredient@6ff98b9d, net.minecraft.item.crafting.Ingredient@4b860237]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.enderutilities.handybag@0 new recipe: RecipeStage{tier='four', recipe=1xitem.enderutilities.handybag@0:[net.minecraft.item.crafting.Ingredient@76da7d66, net.minecraft.item.crafting.Ingredient@12dbb31a, net.minecraft.item.crafting.Ingredient@76da7d66, net.minecraft.item.crafting.Ingredient@12dbb31a, net.minecraftforge.oredict.OreIngredient@11dd1cbe, net.minecraft.item.crafting.Ingredient@12dbb31a, net.minecraft.item.crafting.Ingredient@bb7f072, net.minecraft.item.crafting.Ingredient@12dbb31a, net.minecraft.item.crafting.Ingredient@bb7f072]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.null@0 new recipe: RecipeStage{tier='four', recipe=1xtile.null@0:[net.minecraftforge.oredict.OreIngredient@6b0c8d96, net.minecraftforge.oredict.OreIngredient@6b0c8d96, net.minecraftforge.oredict.OreIngredient@6b0c8d96, net.minecraftforge.oredict.OreIngredient@4cb62d39, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4cb62d39, net.minecraftforge.oredict.OreIngredient@6b0c8d96, net.minecraftforge.oredict.OreIngredient@6b0c8d96, net.minecraftforge.oredict.OreIngredient@6b0c8d96]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.null@1 new recipe: RecipeStage{tier='four', recipe=1xtile.null@1:[net.minecraftforge.oredict.OreIngredient@6b0c8d96, net.minecraftforge.oredict.OreIngredient@6b0c8d96, net.minecraftforge.oredict.OreIngredient@6b0c8d96, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@404661e7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6b0c8d96, net.minecraftforge.oredict.OreIngredient@6b0c8d96, net.minecraftforge.oredict.OreIngredient@6b0c8d96]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.null@2 new recipe: RecipeStage{tier='four', recipe=1xtile.null@2:[net.minecraft.item.crafting.Ingredient@6ff98b9d, net.minecraft.item.crafting.Ingredient@17d152ea, net.minecraft.item.crafting.Ingredient@6ff98b9d, net.minecraft.item.crafting.Ingredient@6ff98b9d, net.minecraft.item.crafting.Ingredient@63b7b662, net.minecraft.item.crafting.Ingredient@6ff98b9d, net.minecraft.item.crafting.Ingredient@6ff98b9d, net.minecraftforge.oredict.OreIngredient@1b1ddfe8, net.minecraft.item.crafting.Ingredient@6ff98b9d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.null@0 new recipe: RecipeStage{tier='four', recipe=1xtile.null@0:[net.minecraft.item.crafting.Ingredient@12dbb31a, net.minecraftforge.oredict.OreIngredient@1b1ddfe8, net.minecraft.item.crafting.Ingredient@12dbb31a, net.minecraftforge.oredict.OreIngredient@1b1ddfe8, net.minecraft.item.crafting.Ingredient@6e61011e, net.minecraftforge.oredict.OreIngredient@1b1ddfe8, net.minecraft.item.crafting.Ingredient@12dbb31a, net.minecraft.item.crafting.Ingredient@12dbb31a, net.minecraft.item.crafting.Ingredient@12dbb31a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.null@1 new recipe: RecipeStage{tier='four', recipe=1xtile.null@1:[net.minecraft.item.crafting.Ingredient@6ff98b9d, net.minecraftforge.oredict.OreIngredient@1b1ddfe8, net.minecraft.item.crafting.Ingredient@6ff98b9d, net.minecraftforge.oredict.OreIngredient@1b1ddfe8, net.minecraft.item.crafting.Ingredient@63b7b662, net.minecraftforge.oredict.OreIngredient@1b1ddfe8, net.minecraft.item.crafting.Ingredient@6ff98b9d, net.minecraftforge.oredict.OreIngredient@1b1ddfe8, net.minecraft.item.crafting.Ingredient@6ff98b9d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.enderutilities.endertool@2 new recipe: RecipeStage{tier='four', recipe=1xitem.enderutilities.endertool@2:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6ff98b9d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@404661e7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@404661e7, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.enderutilities.endertool@0 new recipe: RecipeStage{tier='four', recipe=1xitem.enderutilities.endertool@0:[net.minecraft.item.crafting.Ingredient@6ff98b9d, net.minecraft.item.crafting.Ingredient@6ff98b9d, net.minecraft.item.crafting.Ingredient@6ff98b9d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@404661e7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@404661e7, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.enderutilities.endertool@3 new recipe: RecipeStage{tier='four', recipe=1xitem.enderutilities.endertool@3:[net.minecraft.item.crafting.Ingredient@6ff98b9d, net.minecraft.item.crafting.Ingredient@6ff98b9d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@404661e7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@404661e7, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.enderutilities.endertool@1 new recipe: RecipeStage{tier='four', recipe=1xitem.enderutilities.endertool@1:[net.minecraft.item.crafting.Ingredient@6ff98b9d, net.minecraft.item.crafting.Ingredient@6ff98b9d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6ff98b9d, net.minecraft.item.crafting.Ingredient@404661e7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@404661e7, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.enderutilities.endersword@0 new recipe: RecipeStage{tier='four', recipe=1xitem.enderutilities.endersword@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6ff98b9d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6ff98b9d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@404661e7, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.enderutilities.enderporter@0 new recipe: RecipeStage{tier='four', recipe=1xitem.enderutilities.enderporter@0:[net.minecraft.item.crafting.Ingredient@55537638, net.minecraft.item.crafting.Ingredient@6ff98b9d, net.minecraft.item.crafting.Ingredient@55537638, net.minecraft.item.crafting.Ingredient@6ff98b9d, net.minecraft.item.crafting.Ingredient@6e61011e, net.minecraft.item.crafting.Ingredient@6ff98b9d, net.minecraft.item.crafting.Ingredient@55537638, net.minecraft.item.crafting.Ingredient@6ff98b9d, net.minecraft.item.crafting.Ingredient@55537638]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.enderutilities.enderporter@1 new recipe: RecipeStage{tier='four', recipe=1xitem.enderutilities.enderporter@1:[net.minecraft.item.crafting.Ingredient@55537638, net.minecraft.item.crafting.Ingredient@6ff98b9d, net.minecraft.item.crafting.Ingredient@55537638, net.minecraft.item.crafting.Ingredient@6ff98b9d, net.minecraft.item.crafting.Ingredient@63b7b662, net.minecraft.item.crafting.Ingredient@6ff98b9d, net.minecraft.item.crafting.Ingredient@55537638, net.minecraft.item.crafting.Ingredient@6ff98b9d, net.minecraft.item.crafting.Ingredient@55537638]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.enderutilities.enderpearlreusable@0 new recipe: RecipeStage{tier='four', recipe=1xitem.enderutilities.enderpearlreusable@0:[net.minecraftforge.oredict.OreIngredient@1c513e60, net.minecraft.item.crafting.Ingredient@845b9ed, net.minecraftforge.oredict.OreIngredient@1c513e60, net.minecraft.item.crafting.Ingredient@845b9ed, net.minecraft.item.crafting.Ingredient@6b73371d, net.minecraft.item.crafting.Ingredient@845b9ed, net.minecraftforge.oredict.OreIngredient@1c513e60, net.minecraft.item.crafting.Ingredient@845b9ed, net.minecraftforge.oredict.OreIngredient@1c513e60]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.enderutilities.enderpearlreusable@1 new recipe: RecipeStage{tier='four', recipe=1xitem.enderutilities.enderpearlreusable@1:[net.minecraft.item.crafting.Ingredient@4e4fa915, net.minecraft.item.crafting.Ingredient@12dbb31a, net.minecraft.item.crafting.Ingredient@4e4fa915, net.minecraft.item.crafting.Ingredient@12dbb31a, net.minecraft.item.crafting.Ingredient@5bc00fbd, net.minecraft.item.crafting.Ingredient@12dbb31a, net.minecraft.item.crafting.Ingredient@4e4fa915, net.minecraft.item.crafting.Ingredient@74de040e, net.minecraft.item.crafting.Ingredient@4e4fa915]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.enderutilities.enderpart@80 new recipe: RecipeStage{tier='four', recipe=1xitem.enderutilities.enderpart@80:[net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraftforge.oredict.OreIngredient@4cb62d39, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraftforge.oredict.OreIngredient@4cb62d39, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4cb62d39, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.enderutilities.enderpart@45 new recipe: RecipeStage{tier='four', recipe=1xitem.enderutilities.enderpart@45:[net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient@42aa1415, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient@42aa1415, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@42aa1415, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient@42aa1415, net.minecraft.item.crafting.Ingredient@1acd0e1a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xitem.enderutilities.enderpart@50 new recipe: RecipeStage{tier='four', recipe=4xitem.enderutilities.enderpart@50:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1c513e60, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient@3ccda9db, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient@6b73371d, net.minecraft.item.crafting.Ingredient@1acd0e1a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.enderutilities.enderpart@52 new recipe: RecipeStage{tier='four', recipe=1xitem.enderutilities.enderpart@52:[net.minecraft.item.crafting.Ingredient@42c4a040, net.minecraft.item.crafting.Ingredient@42c4a040, net.minecraft.item.crafting.Ingredient@42c4a040, net.minecraft.item.crafting.Ingredient@42c4a040, net.minecraftforge.oredict.OreIngredient@7e3b0ca9, net.minecraftforge.oredict.OreIngredient@7e3b0ca9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xitem.enderutilities.enderpart@52 new recipe: RecipeStage{tier='four', recipe=4xitem.enderutilities.enderpart@52:[net.minecraft.item.crafting.Ingredient@5807cbc]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xitem.enderutilities.enderpart@51 new recipe: RecipeStage{tier='four', recipe=2xitem.enderutilities.enderpart@51:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@78ff85b5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraftforge.oredict.OreIngredient@11dd1cbe, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraftforge.oredict.OreIngredient@11dd1cbe, net.minecraft.item.crafting.Ingredient@1acd0e1a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xitem.enderutilities.enderpart@51 new recipe: RecipeStage{tier='four', recipe=4xitem.enderutilities.enderpart@51:[net.minecraft.item.crafting.Ingredient@5e3a060]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.enderutilities.enderpart@54 new recipe: RecipeStage{tier='four', recipe=1xitem.enderutilities.enderpart@54:[net.minecraft.item.crafting.Ingredient@6de34360, net.minecraft.item.crafting.Ingredient@6de34360, net.minecraft.item.crafting.Ingredient@6de34360, net.minecraft.item.crafting.Ingredient@6de34360, net.minecraftforge.oredict.OreIngredient@7e3b0ca9, net.minecraftforge.oredict.OreIngredient@7e3b0ca9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.enderutilities.enderpart@53 new recipe: RecipeStage{tier='four', recipe=1xitem.enderutilities.enderpart@53:[net.minecraft.item.crafting.Ingredient@1b6d3a76, net.minecraft.item.crafting.Ingredient@1b6d3a76, net.minecraft.item.crafting.Ingredient@1b6d3a76, net.minecraft.item.crafting.Ingredient@1b6d3a76, net.minecraftforge.oredict.OreIngredient@7e3b0ca9, net.minecraftforge.oredict.OreIngredient@7e3b0ca9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xitem.enderutilities.enderpart@53 new recipe: RecipeStage{tier='four', recipe=2xitem.enderutilities.enderpart@53:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6f8de4ae, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6ff98b9d, net.minecraftforge.oredict.OreIngredient@11dd1cbe, net.minecraft.item.crafting.Ingredient@6ff98b9d, net.minecraft.item.crafting.Ingredient@6ff98b9d, net.minecraftforge.oredict.OreIngredient@11dd1cbe, net.minecraft.item.crafting.Ingredient@6ff98b9d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xitem.enderutilities.enderpart@53 new recipe: RecipeStage{tier='four', recipe=4xitem.enderutilities.enderpart@53:[net.minecraft.item.crafting.Ingredient@36824a39]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xitem.enderutilities.enderpart@21 new recipe: RecipeStage{tier='four', recipe=4xitem.enderutilities.enderpart@21:[net.minecraft.item.crafting.Ingredient@1d2ffc, net.minecraft.item.crafting.Ingredient@1d2ffc, net.minecraft.item.crafting.Ingredient@1d2ffc, net.minecraft.item.crafting.Ingredient@36bcde1e, net.minecraft.item.crafting.Ingredient@845b9ed, net.minecraft.item.crafting.Ingredient@36bcde1e, net.minecraft.item.crafting.Ingredient@1d2ffc, net.minecraft.item.crafting.Ingredient@1d2ffc, net.minecraft.item.crafting.Ingredient@1d2ffc]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.enderutilities.enderpart@40 new recipe: RecipeStage{tier='four', recipe=1xitem.enderutilities.enderpart@40:[net.minecraftforge.oredict.OreIngredient@1b1ddfe8, net.minecraft.item.crafting.Ingredient@332d83bf, net.minecraftforge.oredict.OreIngredient@1b1ddfe8, net.minecraft.item.crafting.Ingredient@332d83bf, net.minecraft.item.crafting.Ingredient@49560518, net.minecraft.item.crafting.Ingredient@332d83bf, net.minecraftforge.oredict.OreIngredient@1b1ddfe8, net.minecraft.item.crafting.Ingredient@332d83bf, net.minecraftforge.oredict.OreIngredient@1b1ddfe8]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.enderutilities.enderpart@10 new recipe: RecipeStage{tier='four', recipe=1xitem.enderutilities.enderpart@10:[net.minecraftforge.oredict.OreIngredient@6b1dc3f8, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraftforge.oredict.OreIngredient@6b1dc3f8, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraftforge.oredict.OreIngredient@52fd1bed, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraftforge.oredict.OreIngredient@6b1dc3f8, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraftforge.oredict.OreIngredient@6b1dc3f8]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.enderutilities.enderpart@30 new recipe: RecipeStage{tier='creative_unused', recipe=1xitem.enderutilities.enderpart@30:[net.minecraft.item.crafting.Ingredient@6ff98b9d, net.minecraft.item.crafting.Ingredient@3670e23f, net.minecraft.item.crafting.Ingredient@6ff98b9d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@404661e7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@404661e7, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xitem.enderutilities.enderpart@73 new recipe: RecipeStage{tier='four', recipe=2xitem.enderutilities.enderpart@73:[net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient@1987f48d, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient@1acd0e1a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.enderutilities.enderpart@71 new recipe: RecipeStage{tier='four', recipe=1xitem.enderutilities.enderpart@71:[net.minecraftforge.oredict.OreIngredient@6b1dc3f8, net.minecraft.item.crafting.Ingredient@471f4d5d, net.minecraftforge.oredict.OreIngredient@6b1dc3f8, net.minecraft.item.crafting.Ingredient@471f4d5d, net.minecraft.item.crafting.Ingredient@6116951, net.minecraft.item.crafting.Ingredient@471f4d5d, net.minecraftforge.oredict.OreIngredient@6b1dc3f8, net.minecraft.item.crafting.Ingredient@471f4d5d, net.minecraftforge.oredict.OreIngredient@6b1dc3f8]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.enderutilities.enderpart@70 new recipe: RecipeStage{tier='four', recipe=1xitem.enderutilities.enderpart@70:[net.minecraftforge.oredict.OreIngredient@4cb62d39, net.minecraftforge.oredict.OreIngredient@4cb62d39, net.minecraftforge.oredict.OreIngredient@4cb62d39, net.minecraftforge.oredict.OreIngredient@4cb62d39, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraftforge.oredict.OreIngredient@4cb62d39, net.minecraftforge.oredict.OreIngredient@4cb62d39, net.minecraftforge.oredict.OreIngredient@4cb62d39, net.minecraftforge.oredict.OreIngredient@4cb62d39]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.enderutilities.enderpart@72 new recipe: RecipeStage{tier='four', recipe=1xitem.enderutilities.enderpart@72:[net.minecraft.item.crafting.Ingredient@12dbb31a, net.minecraftforge.oredict.OreIngredient@11dd1cbe, net.minecraft.item.crafting.Ingredient@12dbb31a, net.minecraft.item.crafting.Ingredient@12dbb31a, net.minecraft.item.crafting.Ingredient@1c7be3c8, net.minecraft.item.crafting.Ingredient@12dbb31a, net.minecraft.item.crafting.Ingredient@12dbb31a, net.minecraftforge.oredict.OreIngredient@11dd1cbe, net.minecraft.item.crafting.Ingredient@12dbb31a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.enderutilities.enderlasso@0 new recipe: RecipeStage{tier='four', recipe=1xitem.enderutilities.enderlasso@0:[net.minecraft.item.crafting.Ingredient@76da7d66, net.minecraft.item.crafting.Ingredient@76da7d66, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@76da7d66, net.minecraft.item.crafting.Ingredient@6116951, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1acd0e1a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.null@0 new recipe: RecipeStage{tier='four', recipe=1xtile.null@0:[net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient@703c1a, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient@25df6728, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraftforge.oredict.OreIngredient@6b1dc3f8, net.minecraft.item.crafting.Ingredient@28bfead2, net.minecraftforge.oredict.OreIngredient@6b1dc3f8]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.null@0 new recipe: RecipeStage{tier='four', recipe=1xtile.null@0:[net.minecraftforge.oredict.OreIngredient@6b1dc3f8, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraftforge.oredict.OreIngredient@6b1dc3f8, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient@28bfead2, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraftforge.oredict.OreIngredient@6b1dc3f8, net.minecraft.item.crafting.Ingredient@74de040e, net.minecraftforge.oredict.OreIngredient@6b1dc3f8]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.enderutilities.endercapacitor@0 new recipe: RecipeStage{tier='four', recipe=1xitem.enderutilities.endercapacitor@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@845b9ed, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient@6b73371d, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraftforge.oredict.OreIngredient@6b1dc3f8, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraftforge.oredict.OreIngredient@6b1dc3f8]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.enderutilities.enderbucket@0 new recipe: RecipeStage{tier='four', recipe=1xitem.enderutilities.enderbucket@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@74de040e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient@23fdc29d, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.enderutilities.enderbow@0 new recipe: RecipeStage{tier='four', recipe=1xitem.enderutilities.enderbow@0:[net.minecraft.item.crafting.Ingredient@76da7d66, net.minecraft.item.crafting.Ingredient@12dbb31a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@76da7d66, net.minecraft.item.crafting.Ingredient@6116951, net.minecraft.item.crafting.Ingredient@12dbb31a, net.minecraft.item.crafting.Ingredient@76da7d66, net.minecraft.item.crafting.Ingredient@12dbb31a, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.enderutilities.enderbag@0 new recipe: RecipeStage{tier='four', recipe=1xitem.enderutilities.enderbag@0:[net.minecraft.item.crafting.Ingredient@76da7d66, net.minecraft.item.crafting.Ingredient@3bab6af5, net.minecraft.item.crafting.Ingredient@76da7d66, net.minecraft.item.crafting.Ingredient@3bab6af5, net.minecraft.item.crafting.Ingredient@6116951, net.minecraft.item.crafting.Ingredient@3bab6af5, net.minecraft.item.crafting.Ingredient@76da7d66, net.minecraft.item.crafting.Ingredient@63e40400, net.minecraft.item.crafting.Ingredient@76da7d66]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xitem.enderutilities.enderarrow@0 new recipe: RecipeStage{tier='four', recipe=2xitem.enderutilities.enderarrow@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1c513e60, net.minecraft.item.crafting.Ingredient@845b9ed, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3dbdec16, net.minecraftforge.oredict.OreIngredient@1c513e60, net.minecraft.item.crafting.Ingredient@3dbdec16, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.null@0 new recipe: RecipeStage{tier='four', recipe=1xtile.null@0:[net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient@3ddcd2b4, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient@3ddcd2b4, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient@6b73371d, net.minecraft.item.crafting.Ingredient@1acd0e1a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.null@1 new recipe: RecipeStage{tier='four', recipe=1xtile.null@1:[net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient@3ddcd2b4, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient@3ddcd2b4, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient@20ebaf57, net.minecraft.item.crafting.Ingredient@1acd0e1a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.enderutilities.dolly@0 new recipe: RecipeStage{tier='four', recipe=1xitem.enderutilities.dolly@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@12dbb31a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@12dbb31a, net.minecraft.item.crafting.Ingredient@12dbb31a, net.minecraft.item.crafting.Ingredient@12dbb31a, net.minecraftforge.oredict.OreIngredient@7941264f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.null@2 new recipe: RecipeStage{tier='four', recipe=1xtile.null@2:[net.minecraft.item.crafting.Ingredient@30424823, net.minecraftforge.oredict.OreIngredient@6a4e3e42, net.minecraft.item.crafting.Ingredient@30424823, net.minecraft.item.crafting.Ingredient@12dbb31a, net.minecraft.item.crafting.Ingredient@6116951, net.minecraft.item.crafting.Ingredient@12dbb31a, net.minecraftforge.oredict.OreIngredient@6b1dc3f8, net.minecraft.item.crafting.Ingredient@12dbb31a, net.minecraftforge.oredict.OreIngredient@6b1dc3f8]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.enderutilities.chairwand@0 new recipe: RecipeStage{tier='four', recipe=1xitem.enderutilities.chairwand@0:[net.minecraftforge.oredict.OreIngredient@435968f9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1acd0e1a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.enderutilities.builderswand@0 new recipe: RecipeStage{tier='four', recipe=1xitem.enderutilities.builderswand@0:[net.minecraft.item.crafting.Ingredient@63b7b662, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6ff98b9d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6ff98b9d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.null@0 new recipe: RecipeStage{tier='four', recipe=1xtile.null@0:[net.minecraftforge.oredict.OreIngredient@63eb4460, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraftforge.oredict.OreIngredient@63eb4460, net.minecraftforge.oredict.OreIngredient@63eb4460, net.minecraftforge.oredict.OreIngredient@11dd1cbe, net.minecraftforge.oredict.OreIngredient@63eb4460, net.minecraftforge.oredict.OreIngredient@63eb4460, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraftforge.oredict.OreIngredient@63eb4460]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.null@3 new recipe: RecipeStage{tier='four', recipe=1xtile.null@3:[net.minecraft.item.crafting.Ingredient@25df6728, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient@25df6728, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient@22d74686, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient@25df6728, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient@25df6728]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.enderutilities.asu@0 new recipe: RecipeStage{tier='four', recipe=1xtile.enderutilities.asu@0:[net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient@3ccda9db, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient@675c779, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient@20ebaf57, net.minecraft.item.crafting.Ingredient@1acd0e1a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.environmentaltech.pladium@0 new recipe: RecipeStage{tier='five', recipe=1xtile.environmentaltech.pladium@0:[net.minecraft.item.crafting.Ingredient@39a22b8b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.environmentaltech.pladium_tiles@0 new recipe: RecipeStage{tier='five', recipe=4xtile.environmentaltech.pladium_tiles@0:[net.minecraft.item.crafting.Ingredient@6675f8ab, net.minecraft.item.crafting.Ingredient@6675f8ab, net.minecraft.item.crafting.Ingredient@6675f8ab, net.minecraft.item.crafting.Ingredient@6675f8ab]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.environmentaltech.pladium_tiles@0 new recipe: RecipeStage{tier='five', recipe=1xtile.environmentaltech.pladium_tiles@0:[net.minecraft.item.crafting.Ingredient@2a1ee169]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.environmentaltech.pladium_tile_stairs@0 new recipe: RecipeStage{tier='five', recipe=6xtile.environmentaltech.pladium_tile_stairs@0:[net.minecraft.item.crafting.Ingredient@6a9c157a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6a9c157a, net.minecraft.item.crafting.Ingredient@6a9c157a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6a9c157a, net.minecraft.item.crafting.Ingredient@6a9c157a, net.minecraft.item.crafting.Ingredient@6a9c157a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.environmentaltech.pladium_tiles@0 new recipe: RecipeStage{tier='five', recipe=1xtile.environmentaltech.pladium_tiles@0:[net.minecraft.item.crafting.Ingredient@31fa521, net.minecraft.item.crafting.Ingredient@31fa521]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.environmentaltech.pladium_tile_slab@0 new recipe: RecipeStage{tier='five', recipe=6xtile.environmentaltech.pladium_tile_slab@0:[net.minecraft.item.crafting.Ingredient@6abc7cd3, net.minecraft.item.crafting.Ingredient@6abc7cd3, net.minecraft.item.crafting.Ingredient@6abc7cd3]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.environmentaltech.pladium_paver@0 new recipe: RecipeStage{tier='five', recipe=1xtile.environmentaltech.pladium_paver@0:[net.minecraft.item.crafting.Ingredient@13cde9b9, net.minecraft.item.crafting.Ingredient@13cde9b9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.environmentaltech.pladium_paver_slab@0 new recipe: RecipeStage{tier='five', recipe=6xtile.environmentaltech.pladium_paver_slab@0:[net.minecraft.item.crafting.Ingredient@7833c7d4, net.minecraft.item.crafting.Ingredient@7833c7d4, net.minecraft.item.crafting.Ingredient@7833c7d4]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.environmentaltech.pladium@0 new recipe: RecipeStage{tier='five', recipe=1xtile.environmentaltech.pladium@0:[net.minecraft.item.crafting.Ingredient@6d81c5e1]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.environmentaltech.pladium_paver@0 new recipe: RecipeStage{tier='five', recipe=8xtile.environmentaltech.pladium_paver@0:[net.minecraft.item.crafting.Ingredient@4eaef902, net.minecraft.item.crafting.Ingredient@4eaef902, net.minecraft.item.crafting.Ingredient@4eaef902, net.minecraft.item.crafting.Ingredient@4eaef902, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4eaef902, net.minecraft.item.crafting.Ingredient@4eaef902, net.minecraft.item.crafting.Ingredient@4eaef902, net.minecraft.item.crafting.Ingredient@4eaef902]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.environmentaltech.pladium@0 new recipe: RecipeStage{tier='five', recipe=1xtile.environmentaltech.pladium@0:[net.minecraft.item.crafting.Ingredient@5e3248b0]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.environmentaltech.pladium_stairs@0 new recipe: RecipeStage{tier='five', recipe=6xtile.environmentaltech.pladium_stairs@0:[net.minecraft.item.crafting.Ingredient@61ef62c6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@61ef62c6, net.minecraft.item.crafting.Ingredient@61ef62c6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@61ef62c6, net.minecraft.item.crafting.Ingredient@61ef62c6, net.minecraft.item.crafting.Ingredient@61ef62c6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.environmentaltech.pladium@0 new recipe: RecipeStage{tier='five', recipe=1xtile.environmentaltech.pladium@0:[net.minecraft.item.crafting.Ingredient@3c9e4558, net.minecraft.item.crafting.Ingredient@3c9e4558]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.environmentaltech.pladium_slab@0 new recipe: RecipeStage{tier='five', recipe=6xtile.environmentaltech.pladium_slab@0:[net.minecraft.item.crafting.Ingredient@cced6d9, net.minecraft.item.crafting.Ingredient@cced6d9, net.minecraft.item.crafting.Ingredient@cced6d9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.environmentaltech.pladium_crystal@0 new recipe: RecipeStage{tier='five', recipe=9xitem.environmentaltech.pladium_crystal@0:[net.minecraft.item.crafting.Ingredient@5b8e63c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.environmentaltech.pladium@0 new recipe: RecipeStage{tier='five', recipe=1xtile.environmentaltech.pladium@0:[net.minecraftforge.oredict.OreIngredient@67685ed6, net.minecraftforge.oredict.OreIngredient@67685ed6, net.minecraftforge.oredict.OreIngredient@67685ed6, net.minecraftforge.oredict.OreIngredient@67685ed6, net.minecraftforge.oredict.OreIngredient@67685ed6, net.minecraftforge.oredict.OreIngredient@67685ed6, net.minecraftforge.oredict.OreIngredient@67685ed6, net.minecraftforge.oredict.OreIngredient@67685ed6, net.minecraftforge.oredict.OreIngredient@67685ed6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.environmentaltech.pladium_bricks@0 new recipe: RecipeStage{tier='five', recipe=1xtile.environmentaltech.pladium_bricks@0:[net.minecraft.item.crafting.Ingredient@2416c7ea]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.environmentaltech.pladium_brick_stairs@0 new recipe: RecipeStage{tier='five', recipe=6xtile.environmentaltech.pladium_brick_stairs@0:[net.minecraft.item.crafting.Ingredient@6432d140, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6432d140, net.minecraft.item.crafting.Ingredient@6432d140, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6432d140, net.minecraft.item.crafting.Ingredient@6432d140, net.minecraft.item.crafting.Ingredient@6432d140]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.environmentaltech.pladium_bricks@0 new recipe: RecipeStage{tier='five', recipe=1xtile.environmentaltech.pladium_bricks@0:[net.minecraft.item.crafting.Ingredient@305e8ede, net.minecraft.item.crafting.Ingredient@305e8ede]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.environmentaltech.pladium_brick_slab@0 new recipe: RecipeStage{tier='five', recipe=6xtile.environmentaltech.pladium_brick_slab@0:[net.minecraft.item.crafting.Ingredient@551ec767, net.minecraft.item.crafting.Ingredient@551ec767, net.minecraft.item.crafting.Ingredient@551ec767]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.environmentaltech.pladium@0 new recipe: RecipeStage{tier='five', recipe=1xtile.environmentaltech.pladium@0:[net.minecraft.item.crafting.Ingredient@694f7672]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.environmentaltech.pladium_bricks@0 new recipe: RecipeStage{tier='five', recipe=4xtile.environmentaltech.pladium_bricks@0:[net.minecraft.item.crafting.Ingredient@498719ea, net.minecraft.item.crafting.Ingredient@498719ea, net.minecraft.item.crafting.Ingredient@498719ea, net.minecraft.item.crafting.Ingredient@498719ea]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.environmentaltech.lonsdaleite@0 new recipe: RecipeStage{tier='five', recipe=1xtile.environmentaltech.lonsdaleite@0:[net.minecraft.item.crafting.Ingredient@46c5c02c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.environmentaltech.lonsdaleite_tiles@0 new recipe: RecipeStage{tier='five', recipe=4xtile.environmentaltech.lonsdaleite_tiles@0:[net.minecraft.item.crafting.Ingredient@762db74a, net.minecraft.item.crafting.Ingredient@762db74a, net.minecraft.item.crafting.Ingredient@762db74a, net.minecraft.item.crafting.Ingredient@762db74a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.environmentaltech.lonsdaleite_tiles@0 new recipe: RecipeStage{tier='five', recipe=1xtile.environmentaltech.lonsdaleite_tiles@0:[net.minecraft.item.crafting.Ingredient@5950a6d1]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.environmentaltech.lonsdaleite_tile_stairs@0 new recipe: RecipeStage{tier='five', recipe=6xtile.environmentaltech.lonsdaleite_tile_stairs@0:[net.minecraft.item.crafting.Ingredient@3d49b705, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3d49b705, net.minecraft.item.crafting.Ingredient@3d49b705, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3d49b705, net.minecraft.item.crafting.Ingredient@3d49b705, net.minecraft.item.crafting.Ingredient@3d49b705]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.environmentaltech.lonsdaleite_tiles@0 new recipe: RecipeStage{tier='five', recipe=1xtile.environmentaltech.lonsdaleite_tiles@0:[net.minecraft.item.crafting.Ingredient@2de96905, net.minecraft.item.crafting.Ingredient@2de96905]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.environmentaltech.lonsdaleite_tile_slab@0 new recipe: RecipeStage{tier='five', recipe=6xtile.environmentaltech.lonsdaleite_tile_slab@0:[net.minecraft.item.crafting.Ingredient@33f83604, net.minecraft.item.crafting.Ingredient@33f83604, net.minecraft.item.crafting.Ingredient@33f83604]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.environmentaltech.lonsdaleite_paver@0 new recipe: RecipeStage{tier='five', recipe=1xtile.environmentaltech.lonsdaleite_paver@0:[net.minecraft.item.crafting.Ingredient@5edb6e0d, net.minecraft.item.crafting.Ingredient@5edb6e0d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.environmentaltech.lonsdaleite_paver_slab@0 new recipe: RecipeStage{tier='five', recipe=6xtile.environmentaltech.lonsdaleite_paver_slab@0:[net.minecraft.item.crafting.Ingredient@6b9ae5f9, net.minecraft.item.crafting.Ingredient@6b9ae5f9, net.minecraft.item.crafting.Ingredient@6b9ae5f9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.environmentaltech.lonsdaleite@0 new recipe: RecipeStage{tier='five', recipe=1xtile.environmentaltech.lonsdaleite@0:[net.minecraft.item.crafting.Ingredient@5e128764]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.environmentaltech.lonsdaleite_paver@0 new recipe: RecipeStage{tier='five', recipe=8xtile.environmentaltech.lonsdaleite_paver@0:[net.minecraft.item.crafting.Ingredient@c820ad8, net.minecraft.item.crafting.Ingredient@c820ad8, net.minecraft.item.crafting.Ingredient@c820ad8, net.minecraft.item.crafting.Ingredient@c820ad8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@c820ad8, net.minecraft.item.crafting.Ingredient@c820ad8, net.minecraft.item.crafting.Ingredient@c820ad8, net.minecraft.item.crafting.Ingredient@c820ad8]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.environmentaltech.lonsdaleite@0 new recipe: RecipeStage{tier='five', recipe=1xtile.environmentaltech.lonsdaleite@0:[net.minecraft.item.crafting.Ingredient@361e54a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.environmentaltech.lonsdaleite_stairs@0 new recipe: RecipeStage{tier='five', recipe=6xtile.environmentaltech.lonsdaleite_stairs@0:[net.minecraft.item.crafting.Ingredient@bb1965a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@bb1965a, net.minecraft.item.crafting.Ingredient@bb1965a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@bb1965a, net.minecraft.item.crafting.Ingredient@bb1965a, net.minecraft.item.crafting.Ingredient@bb1965a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.environmentaltech.lonsdaleite@0 new recipe: RecipeStage{tier='five', recipe=1xtile.environmentaltech.lonsdaleite@0:[net.minecraft.item.crafting.Ingredient@2a4e4c4a, net.minecraft.item.crafting.Ingredient@2a4e4c4a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.environmentaltech.lonsdaleite_slab@0 new recipe: RecipeStage{tier='five', recipe=6xtile.environmentaltech.lonsdaleite_slab@0:[net.minecraft.item.crafting.Ingredient@66e33de3, net.minecraft.item.crafting.Ingredient@66e33de3, net.minecraft.item.crafting.Ingredient@66e33de3]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.environmentaltech.lonsdaleite_crystal@0 new recipe: RecipeStage{tier='five', recipe=9xitem.environmentaltech.lonsdaleite_crystal@0:[net.minecraft.item.crafting.Ingredient@21ba354d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.environmentaltech.lonsdaleite@0 new recipe: RecipeStage{tier='five', recipe=1xtile.environmentaltech.lonsdaleite@0:[net.minecraftforge.oredict.OreIngredient@9951358, net.minecraftforge.oredict.OreIngredient@9951358, net.minecraftforge.oredict.OreIngredient@9951358, net.minecraftforge.oredict.OreIngredient@9951358, net.minecraftforge.oredict.OreIngredient@9951358, net.minecraftforge.oredict.OreIngredient@9951358, net.minecraftforge.oredict.OreIngredient@9951358, net.minecraftforge.oredict.OreIngredient@9951358, net.minecraftforge.oredict.OreIngredient@9951358]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.environmentaltech.lonsdaleite_bricks@0 new recipe: RecipeStage{tier='five', recipe=1xtile.environmentaltech.lonsdaleite_bricks@0:[net.minecraft.item.crafting.Ingredient@3c4fe178]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.environmentaltech.lonsdaleite_brick_stairs@0 new recipe: RecipeStage{tier='five', recipe=6xtile.environmentaltech.lonsdaleite_brick_stairs@0:[net.minecraft.item.crafting.Ingredient@62e9e28d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@62e9e28d, net.minecraft.item.crafting.Ingredient@62e9e28d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@62e9e28d, net.minecraft.item.crafting.Ingredient@62e9e28d, net.minecraft.item.crafting.Ingredient@62e9e28d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.environmentaltech.lonsdaleite_bricks@0 new recipe: RecipeStage{tier='five', recipe=1xtile.environmentaltech.lonsdaleite_bricks@0:[net.minecraft.item.crafting.Ingredient@c538f30, net.minecraft.item.crafting.Ingredient@c538f30]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.environmentaltech.lonsdaleite_brick_slab@0 new recipe: RecipeStage{tier='five', recipe=6xtile.environmentaltech.lonsdaleite_brick_slab@0:[net.minecraft.item.crafting.Ingredient@7f6d56a0, net.minecraft.item.crafting.Ingredient@7f6d56a0, net.minecraft.item.crafting.Ingredient@7f6d56a0]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.environmentaltech.lonsdaleite@0 new recipe: RecipeStage{tier='five', recipe=1xtile.environmentaltech.lonsdaleite@0:[net.minecraft.item.crafting.Ingredient@11df1ce4]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.environmentaltech.lonsdaleite_bricks@0 new recipe: RecipeStage{tier='five', recipe=4xtile.environmentaltech.lonsdaleite_bricks@0:[net.minecraft.item.crafting.Ingredient@44bd69a7, net.minecraft.item.crafting.Ingredient@44bd69a7, net.minecraft.item.crafting.Ingredient@44bd69a7, net.minecraft.item.crafting.Ingredient@44bd69a7]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.environmentaltech.litherite@0 new recipe: RecipeStage{tier='five', recipe=1xtile.environmentaltech.litherite@0:[net.minecraft.item.crafting.Ingredient@47e3cb80]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.environmentaltech.litherite_tiles@0 new recipe: RecipeStage{tier='five', recipe=4xtile.environmentaltech.litherite_tiles@0:[net.minecraft.item.crafting.Ingredient@62ea317, net.minecraft.item.crafting.Ingredient@62ea317, net.minecraft.item.crafting.Ingredient@62ea317, net.minecraft.item.crafting.Ingredient@62ea317]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.environmentaltech.litherite_tiles@0 new recipe: RecipeStage{tier='five', recipe=1xtile.environmentaltech.litherite_tiles@0:[net.minecraft.item.crafting.Ingredient@5869c245]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.environmentaltech.litherite_tile_stairs@0 new recipe: RecipeStage{tier='five', recipe=6xtile.environmentaltech.litherite_tile_stairs@0:[net.minecraft.item.crafting.Ingredient@583f95e3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@583f95e3, net.minecraft.item.crafting.Ingredient@583f95e3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@583f95e3, net.minecraft.item.crafting.Ingredient@583f95e3, net.minecraft.item.crafting.Ingredient@583f95e3]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.environmentaltech.litherite_tiles@0 new recipe: RecipeStage{tier='five', recipe=1xtile.environmentaltech.litherite_tiles@0:[net.minecraft.item.crafting.Ingredient@5860f8f6, net.minecraft.item.crafting.Ingredient@5860f8f6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.environmentaltech.litherite_tile_slab@0 new recipe: RecipeStage{tier='five', recipe=6xtile.environmentaltech.litherite_tile_slab@0:[net.minecraft.item.crafting.Ingredient@4ae76868, net.minecraft.item.crafting.Ingredient@4ae76868, net.minecraft.item.crafting.Ingredient@4ae76868]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.environmentaltech.litherite_paver@0 new recipe: RecipeStage{tier='five', recipe=1xtile.environmentaltech.litherite_paver@0:[net.minecraft.item.crafting.Ingredient@3ddde309, net.minecraft.item.crafting.Ingredient@3ddde309]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.environmentaltech.litherite_paver_slab@0 new recipe: RecipeStage{tier='five', recipe=6xtile.environmentaltech.litherite_paver_slab@0:[net.minecraft.item.crafting.Ingredient@517289e6, net.minecraft.item.crafting.Ingredient@517289e6, net.minecraft.item.crafting.Ingredient@517289e6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.environmentaltech.litherite@0 new recipe: RecipeStage{tier='five', recipe=1xtile.environmentaltech.litherite@0:[net.minecraft.item.crafting.Ingredient@23799619]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.environmentaltech.litherite_paver@0 new recipe: RecipeStage{tier='five', recipe=8xtile.environmentaltech.litherite_paver@0:[net.minecraft.item.crafting.Ingredient@602cb1f3, net.minecraft.item.crafting.Ingredient@602cb1f3, net.minecraft.item.crafting.Ingredient@602cb1f3, net.minecraft.item.crafting.Ingredient@602cb1f3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@602cb1f3, net.minecraft.item.crafting.Ingredient@602cb1f3, net.minecraft.item.crafting.Ingredient@602cb1f3, net.minecraft.item.crafting.Ingredient@602cb1f3]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.environmentaltech.litherite@0 new recipe: RecipeStage{tier='five', recipe=1xtile.environmentaltech.litherite@0:[net.minecraft.item.crafting.Ingredient@68795d92]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.environmentaltech.litherite_stairs@0 new recipe: RecipeStage{tier='five', recipe=6xtile.environmentaltech.litherite_stairs@0:[net.minecraft.item.crafting.Ingredient@5b29444c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5b29444c, net.minecraft.item.crafting.Ingredient@5b29444c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5b29444c, net.minecraft.item.crafting.Ingredient@5b29444c, net.minecraft.item.crafting.Ingredient@5b29444c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.environmentaltech.litherite@0 new recipe: RecipeStage{tier='five', recipe=1xtile.environmentaltech.litherite@0:[net.minecraft.item.crafting.Ingredient@66ff9b8a, net.minecraft.item.crafting.Ingredient@66ff9b8a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.environmentaltech.litherite_slab@0 new recipe: RecipeStage{tier='five', recipe=6xtile.environmentaltech.litherite_slab@0:[net.minecraft.item.crafting.Ingredient@7df78111, net.minecraft.item.crafting.Ingredient@7df78111, net.minecraft.item.crafting.Ingredient@7df78111]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.environmentaltech.litherite_crystal@0 new recipe: RecipeStage{tier='five', recipe=9xitem.environmentaltech.litherite_crystal@0:[net.minecraft.item.crafting.Ingredient@31f4d722]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.environmentaltech.litherite@0 new recipe: RecipeStage{tier='five', recipe=1xtile.environmentaltech.litherite@0:[net.minecraftforge.oredict.OreIngredient@46a2bfb9, net.minecraftforge.oredict.OreIngredient@46a2bfb9, net.minecraftforge.oredict.OreIngredient@46a2bfb9, net.minecraftforge.oredict.OreIngredient@46a2bfb9, net.minecraftforge.oredict.OreIngredient@46a2bfb9, net.minecraftforge.oredict.OreIngredient@46a2bfb9, net.minecraftforge.oredict.OreIngredient@46a2bfb9, net.minecraftforge.oredict.OreIngredient@46a2bfb9, net.minecraftforge.oredict.OreIngredient@46a2bfb9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xitem.environmentaltech.litherite_crystal@0 new recipe: RecipeStage{tier='five', recipe=4xitem.environmentaltech.litherite_crystal@0:[net.minecraftforge.oredict.OreIngredient@73811b8b, net.minecraft.item.crafting.Ingredient@53f0f09d, net.minecraftforge.oredict.OreIngredient@1786cd73, net.minecraft.item.crafting.Ingredient@53f0f09d, net.minecraftforge.oredict.OreIngredient@1a8e5a20, net.minecraft.item.crafting.Ingredient@53f0f09d, net.minecraftforge.oredict.OreIngredient@1786cd73, net.minecraft.item.crafting.Ingredient@53f0f09d, net.minecraftforge.oredict.OreIngredient@73811b8b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.environmentaltech.litherite_bricks@0 new recipe: RecipeStage{tier='five', recipe=1xtile.environmentaltech.litherite_bricks@0:[net.minecraft.item.crafting.Ingredient@7c7380c1]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.environmentaltech.litherite_brick_stairs@0 new recipe: RecipeStage{tier='five', recipe=6xtile.environmentaltech.litherite_brick_stairs@0:[net.minecraft.item.crafting.Ingredient@6883dde4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6883dde4, net.minecraft.item.crafting.Ingredient@6883dde4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6883dde4, net.minecraft.item.crafting.Ingredient@6883dde4, net.minecraft.item.crafting.Ingredient@6883dde4]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.environmentaltech.litherite_bricks@0 new recipe: RecipeStage{tier='five', recipe=1xtile.environmentaltech.litherite_bricks@0:[net.minecraft.item.crafting.Ingredient@363bdfe4, net.minecraft.item.crafting.Ingredient@363bdfe4]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.environmentaltech.litherite_brick_slab@0 new recipe: RecipeStage{tier='five', recipe=6xtile.environmentaltech.litherite_brick_slab@0:[net.minecraft.item.crafting.Ingredient@1d183231, net.minecraft.item.crafting.Ingredient@1d183231, net.minecraft.item.crafting.Ingredient@1d183231]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.environmentaltech.litherite@0 new recipe: RecipeStage{tier='five', recipe=1xtile.environmentaltech.litherite@0:[net.minecraft.item.crafting.Ingredient@c234192]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.environmentaltech.litherite_bricks@0 new recipe: RecipeStage{tier='five', recipe=4xtile.environmentaltech.litherite_bricks@0:[net.minecraft.item.crafting.Ingredient@1e04e9da, net.minecraft.item.crafting.Ingredient@1e04e9da, net.minecraft.item.crafting.Ingredient@1e04e9da, net.minecraft.item.crafting.Ingredient@1e04e9da]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.environmentaltech.kyronite@0 new recipe: RecipeStage{tier='five', recipe=1xtile.environmentaltech.kyronite@0:[net.minecraft.item.crafting.Ingredient@588bad21]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.environmentaltech.kyronite_tiles@0 new recipe: RecipeStage{tier='five', recipe=4xtile.environmentaltech.kyronite_tiles@0:[net.minecraft.item.crafting.Ingredient@3805f826, net.minecraft.item.crafting.Ingredient@3805f826, net.minecraft.item.crafting.Ingredient@3805f826, net.minecraft.item.crafting.Ingredient@3805f826]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.environmentaltech.kyronite_tiles@0 new recipe: RecipeStage{tier='five', recipe=1xtile.environmentaltech.kyronite_tiles@0:[net.minecraft.item.crafting.Ingredient@382a50e4]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.environmentaltech.kyronite_tile_stairs@0 new recipe: RecipeStage{tier='five', recipe=6xtile.environmentaltech.kyronite_tile_stairs@0:[net.minecraft.item.crafting.Ingredient@6080a985, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6080a985, net.minecraft.item.crafting.Ingredient@6080a985, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6080a985, net.minecraft.item.crafting.Ingredient@6080a985, net.minecraft.item.crafting.Ingredient@6080a985]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.environmentaltech.kyronite_tiles@0 new recipe: RecipeStage{tier='five', recipe=1xtile.environmentaltech.kyronite_tiles@0:[net.minecraft.item.crafting.Ingredient@132d3022, net.minecraft.item.crafting.Ingredient@132d3022]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.environmentaltech.kyronite_tile_slab@0 new recipe: RecipeStage{tier='five', recipe=6xtile.environmentaltech.kyronite_tile_slab@0:[net.minecraft.item.crafting.Ingredient@2c8caf6b, net.minecraft.item.crafting.Ingredient@2c8caf6b, net.minecraft.item.crafting.Ingredient@2c8caf6b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.environmentaltech.kyronite_paver@0 new recipe: RecipeStage{tier='five', recipe=1xtile.environmentaltech.kyronite_paver@0:[net.minecraft.item.crafting.Ingredient@d1b3f3e, net.minecraft.item.crafting.Ingredient@d1b3f3e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.environmentaltech.kyronite_paver_slab@0 new recipe: RecipeStage{tier='five', recipe=6xtile.environmentaltech.kyronite_paver_slab@0:[net.minecraft.item.crafting.Ingredient@11611971, net.minecraft.item.crafting.Ingredient@11611971, net.minecraft.item.crafting.Ingredient@11611971]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.environmentaltech.kyronite@0 new recipe: RecipeStage{tier='five', recipe=1xtile.environmentaltech.kyronite@0:[net.minecraft.item.crafting.Ingredient@1cf77490]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.environmentaltech.kyronite_paver@0 new recipe: RecipeStage{tier='five', recipe=8xtile.environmentaltech.kyronite_paver@0:[net.minecraft.item.crafting.Ingredient@7af58e1a, net.minecraft.item.crafting.Ingredient@7af58e1a, net.minecraft.item.crafting.Ingredient@7af58e1a, net.minecraft.item.crafting.Ingredient@7af58e1a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7af58e1a, net.minecraft.item.crafting.Ingredient@7af58e1a, net.minecraft.item.crafting.Ingredient@7af58e1a, net.minecraft.item.crafting.Ingredient@7af58e1a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.environmentaltech.kyronite@0 new recipe: RecipeStage{tier='five', recipe=1xtile.environmentaltech.kyronite@0:[net.minecraft.item.crafting.Ingredient@6092f23f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.environmentaltech.kyronite_stairs@0 new recipe: RecipeStage{tier='five', recipe=6xtile.environmentaltech.kyronite_stairs@0:[net.minecraft.item.crafting.Ingredient@36d31f47, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@36d31f47, net.minecraft.item.crafting.Ingredient@36d31f47, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@36d31f47, net.minecraft.item.crafting.Ingredient@36d31f47, net.minecraft.item.crafting.Ingredient@36d31f47]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.environmentaltech.kyronite@0 new recipe: RecipeStage{tier='five', recipe=1xtile.environmentaltech.kyronite@0:[net.minecraft.item.crafting.Ingredient@153892fc, net.minecraft.item.crafting.Ingredient@153892fc]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.environmentaltech.kyronite_slab@0 new recipe: RecipeStage{tier='five', recipe=6xtile.environmentaltech.kyronite_slab@0:[net.minecraft.item.crafting.Ingredient@f0a08b8, net.minecraft.item.crafting.Ingredient@f0a08b8, net.minecraft.item.crafting.Ingredient@f0a08b8]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.environmentaltech.kyronite_crystal@0 new recipe: RecipeStage{tier='five', recipe=9xitem.environmentaltech.kyronite_crystal@0:[net.minecraft.item.crafting.Ingredient@30b836bd]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.environmentaltech.kyronite@0 new recipe: RecipeStage{tier='five', recipe=1xtile.environmentaltech.kyronite@0:[net.minecraftforge.oredict.OreIngredient@5970efe6, net.minecraftforge.oredict.OreIngredient@5970efe6, net.minecraftforge.oredict.OreIngredient@5970efe6, net.minecraftforge.oredict.OreIngredient@5970efe6, net.minecraftforge.oredict.OreIngredient@5970efe6, net.minecraftforge.oredict.OreIngredient@5970efe6, net.minecraftforge.oredict.OreIngredient@5970efe6, net.minecraftforge.oredict.OreIngredient@5970efe6, net.minecraftforge.oredict.OreIngredient@5970efe6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.environmentaltech.kyronite_bricks@0 new recipe: RecipeStage{tier='five', recipe=1xtile.environmentaltech.kyronite_bricks@0:[net.minecraft.item.crafting.Ingredient@662188d2]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.environmentaltech.kyronite_brick_stairs@0 new recipe: RecipeStage{tier='five', recipe=6xtile.environmentaltech.kyronite_brick_stairs@0:[net.minecraft.item.crafting.Ingredient@43491e64, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@43491e64, net.minecraft.item.crafting.Ingredient@43491e64, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@43491e64, net.minecraft.item.crafting.Ingredient@43491e64, net.minecraft.item.crafting.Ingredient@43491e64]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.environmentaltech.kyronite_bricks@0 new recipe: RecipeStage{tier='five', recipe=1xtile.environmentaltech.kyronite_bricks@0:[net.minecraft.item.crafting.Ingredient@6bec2c06, net.minecraft.item.crafting.Ingredient@6bec2c06]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.environmentaltech.kyronite_brick_slab@0 new recipe: RecipeStage{tier='five', recipe=6xtile.environmentaltech.kyronite_brick_slab@0:[net.minecraft.item.crafting.Ingredient@39c41d58, net.minecraft.item.crafting.Ingredient@39c41d58, net.minecraft.item.crafting.Ingredient@39c41d58]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.environmentaltech.kyronite@0 new recipe: RecipeStage{tier='five', recipe=1xtile.environmentaltech.kyronite@0:[net.minecraft.item.crafting.Ingredient@2bc640e8]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.environmentaltech.kyronite_bricks@0 new recipe: RecipeStage{tier='five', recipe=4xtile.environmentaltech.kyronite_bricks@0:[net.minecraft.item.crafting.Ingredient@344f4345, net.minecraft.item.crafting.Ingredient@344f4345, net.minecraft.item.crafting.Ingredient@344f4345, net.minecraft.item.crafting.Ingredient@344f4345]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.environmentaltech.ionite@0 new recipe: RecipeStage{tier='five', recipe=1xtile.environmentaltech.ionite@0:[net.minecraft.item.crafting.Ingredient@7378acc1]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.environmentaltech.ionite_tiles@0 new recipe: RecipeStage{tier='five', recipe=4xtile.environmentaltech.ionite_tiles@0:[net.minecraft.item.crafting.Ingredient@6e9a8e59, net.minecraft.item.crafting.Ingredient@6e9a8e59, net.minecraft.item.crafting.Ingredient@6e9a8e59, net.minecraft.item.crafting.Ingredient@6e9a8e59]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.environmentaltech.ionite_tiles@0 new recipe: RecipeStage{tier='five', recipe=1xtile.environmentaltech.ionite_tiles@0:[net.minecraft.item.crafting.Ingredient@6271a678]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.environmentaltech.ionite_tile_stairs@0 new recipe: RecipeStage{tier='five', recipe=6xtile.environmentaltech.ionite_tile_stairs@0:[net.minecraft.item.crafting.Ingredient@7937e9df, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7937e9df, net.minecraft.item.crafting.Ingredient@7937e9df, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7937e9df, net.minecraft.item.crafting.Ingredient@7937e9df, net.minecraft.item.crafting.Ingredient@7937e9df]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.environmentaltech.ionite_tiles@0 new recipe: RecipeStage{tier='five', recipe=1xtile.environmentaltech.ionite_tiles@0:[net.minecraft.item.crafting.Ingredient@425511a8, net.minecraft.item.crafting.Ingredient@425511a8]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.environmentaltech.ionite_tile_slab@0 new recipe: RecipeStage{tier='five', recipe=6xtile.environmentaltech.ionite_tile_slab@0:[net.minecraft.item.crafting.Ingredient@415421ee, net.minecraft.item.crafting.Ingredient@415421ee, net.minecraft.item.crafting.Ingredient@415421ee]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.environmentaltech.ionite_paver@0 new recipe: RecipeStage{tier='five', recipe=1xtile.environmentaltech.ionite_paver@0:[net.minecraft.item.crafting.Ingredient@3e3f6075, net.minecraft.item.crafting.Ingredient@3e3f6075]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.environmentaltech.ionite_paver_slab@0 new recipe: RecipeStage{tier='five', recipe=6xtile.environmentaltech.ionite_paver_slab@0:[net.minecraft.item.crafting.Ingredient@b06f11f, net.minecraft.item.crafting.Ingredient@b06f11f, net.minecraft.item.crafting.Ingredient@b06f11f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.environmentaltech.ionite@0 new recipe: RecipeStage{tier='five', recipe=1xtile.environmentaltech.ionite@0:[net.minecraft.item.crafting.Ingredient@64860281]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.environmentaltech.ionite_paver@0 new recipe: RecipeStage{tier='five', recipe=8xtile.environmentaltech.ionite_paver@0:[net.minecraft.item.crafting.Ingredient@30fe4eb, net.minecraft.item.crafting.Ingredient@30fe4eb, net.minecraft.item.crafting.Ingredient@30fe4eb, net.minecraft.item.crafting.Ingredient@30fe4eb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@30fe4eb, net.minecraft.item.crafting.Ingredient@30fe4eb, net.minecraft.item.crafting.Ingredient@30fe4eb, net.minecraft.item.crafting.Ingredient@30fe4eb]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.environmentaltech.ionite@0 new recipe: RecipeStage{tier='five', recipe=1xtile.environmentaltech.ionite@0:[net.minecraft.item.crafting.Ingredient@3138f3b8]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.environmentaltech.ionite_stairs@0 new recipe: RecipeStage{tier='five', recipe=6xtile.environmentaltech.ionite_stairs@0:[net.minecraft.item.crafting.Ingredient@286fe74c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@286fe74c, net.minecraft.item.crafting.Ingredient@286fe74c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@286fe74c, net.minecraft.item.crafting.Ingredient@286fe74c, net.minecraft.item.crafting.Ingredient@286fe74c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.environmentaltech.ionite@0 new recipe: RecipeStage{tier='five', recipe=1xtile.environmentaltech.ionite@0:[net.minecraft.item.crafting.Ingredient@31c7a92, net.minecraft.item.crafting.Ingredient@31c7a92]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.environmentaltech.ionite_slab@0 new recipe: RecipeStage{tier='five', recipe=6xtile.environmentaltech.ionite_slab@0:[net.minecraft.item.crafting.Ingredient@388d636a, net.minecraft.item.crafting.Ingredient@388d636a, net.minecraft.item.crafting.Ingredient@388d636a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.environmentaltech.ionite_crystal@0 new recipe: RecipeStage{tier='five', recipe=9xitem.environmentaltech.ionite_crystal@0:[net.minecraft.item.crafting.Ingredient@162d0f12]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.environmentaltech.ionite@0 new recipe: RecipeStage{tier='five', recipe=1xtile.environmentaltech.ionite@0:[net.minecraftforge.oredict.OreIngredient@317915c5, net.minecraftforge.oredict.OreIngredient@317915c5, net.minecraftforge.oredict.OreIngredient@317915c5, net.minecraftforge.oredict.OreIngredient@317915c5, net.minecraftforge.oredict.OreIngredient@317915c5, net.minecraftforge.oredict.OreIngredient@317915c5, net.minecraftforge.oredict.OreIngredient@317915c5, net.minecraftforge.oredict.OreIngredient@317915c5, net.minecraftforge.oredict.OreIngredient@317915c5]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.environmentaltech.ionite_bricks@0 new recipe: RecipeStage{tier='five', recipe=1xtile.environmentaltech.ionite_bricks@0:[net.minecraft.item.crafting.Ingredient@a32455f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.environmentaltech.ionite_brick_stairs@0 new recipe: RecipeStage{tier='five', recipe=6xtile.environmentaltech.ionite_brick_stairs@0:[net.minecraft.item.crafting.Ingredient@7666bd5d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7666bd5d, net.minecraft.item.crafting.Ingredient@7666bd5d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7666bd5d, net.minecraft.item.crafting.Ingredient@7666bd5d, net.minecraft.item.crafting.Ingredient@7666bd5d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.environmentaltech.ionite_bricks@0 new recipe: RecipeStage{tier='five', recipe=1xtile.environmentaltech.ionite_bricks@0:[net.minecraft.item.crafting.Ingredient@4c8acdf0, net.minecraft.item.crafting.Ingredient@4c8acdf0]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.environmentaltech.ionite_brick_slab@0 new recipe: RecipeStage{tier='five', recipe=6xtile.environmentaltech.ionite_brick_slab@0:[net.minecraft.item.crafting.Ingredient@2210b87, net.minecraft.item.crafting.Ingredient@2210b87, net.minecraft.item.crafting.Ingredient@2210b87]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.environmentaltech.ionite@0 new recipe: RecipeStage{tier='five', recipe=1xtile.environmentaltech.ionite@0:[net.minecraft.item.crafting.Ingredient@78776968]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.environmentaltech.ionite_bricks@0 new recipe: RecipeStage{tier='five', recipe=4xtile.environmentaltech.ionite_bricks@0:[net.minecraft.item.crafting.Ingredient@69caa3f2, net.minecraft.item.crafting.Ingredient@69caa3f2, net.minecraft.item.crafting.Ingredient@69caa3f2, net.minecraft.item.crafting.Ingredient@69caa3f2]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.environmentaltech.erodium@0 new recipe: RecipeStage{tier='five', recipe=1xtile.environmentaltech.erodium@0:[net.minecraft.item.crafting.Ingredient@7b625f5f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.environmentaltech.erodium_tiles@0 new recipe: RecipeStage{tier='five', recipe=4xtile.environmentaltech.erodium_tiles@0:[net.minecraft.item.crafting.Ingredient@766c8617, net.minecraft.item.crafting.Ingredient@766c8617, net.minecraft.item.crafting.Ingredient@766c8617, net.minecraft.item.crafting.Ingredient@766c8617]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.environmentaltech.erodium_tiles@0 new recipe: RecipeStage{tier='five', recipe=1xtile.environmentaltech.erodium_tiles@0:[net.minecraft.item.crafting.Ingredient@3db8d357]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.environmentaltech.erodium_tile_stairs@0 new recipe: RecipeStage{tier='five', recipe=6xtile.environmentaltech.erodium_tile_stairs@0:[net.minecraft.item.crafting.Ingredient@301adae5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@301adae5, net.minecraft.item.crafting.Ingredient@301adae5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@301adae5, net.minecraft.item.crafting.Ingredient@301adae5, net.minecraft.item.crafting.Ingredient@301adae5]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.environmentaltech.erodium_tiles@0 new recipe: RecipeStage{tier='five', recipe=1xtile.environmentaltech.erodium_tiles@0:[net.minecraft.item.crafting.Ingredient@6e6a48dd, net.minecraft.item.crafting.Ingredient@6e6a48dd]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.environmentaltech.erodium_tile_slab@0 new recipe: RecipeStage{tier='five', recipe=6xtile.environmentaltech.erodium_tile_slab@0:[net.minecraft.item.crafting.Ingredient@7d41d86b, net.minecraft.item.crafting.Ingredient@7d41d86b, net.minecraft.item.crafting.Ingredient@7d41d86b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.environmentaltech.erodium_paver@0 new recipe: RecipeStage{tier='five', recipe=1xtile.environmentaltech.erodium_paver@0:[net.minecraft.item.crafting.Ingredient@6286c36a, net.minecraft.item.crafting.Ingredient@6286c36a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.environmentaltech.erodium_paver_slab@0 new recipe: RecipeStage{tier='five', recipe=6xtile.environmentaltech.erodium_paver_slab@0:[net.minecraft.item.crafting.Ingredient@7b034f40, net.minecraft.item.crafting.Ingredient@7b034f40, net.minecraft.item.crafting.Ingredient@7b034f40]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.environmentaltech.erodium@0 new recipe: RecipeStage{tier='five', recipe=1xtile.environmentaltech.erodium@0:[net.minecraft.item.crafting.Ingredient@43fbd0e5]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.environmentaltech.erodium_paver@0 new recipe: RecipeStage{tier='five', recipe=8xtile.environmentaltech.erodium_paver@0:[net.minecraft.item.crafting.Ingredient@77fca5ef, net.minecraft.item.crafting.Ingredient@77fca5ef, net.minecraft.item.crafting.Ingredient@77fca5ef, net.minecraft.item.crafting.Ingredient@77fca5ef, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@77fca5ef, net.minecraft.item.crafting.Ingredient@77fca5ef, net.minecraft.item.crafting.Ingredient@77fca5ef, net.minecraft.item.crafting.Ingredient@77fca5ef]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.environmentaltech.erodium@0 new recipe: RecipeStage{tier='five', recipe=1xtile.environmentaltech.erodium@0:[net.minecraft.item.crafting.Ingredient@440d174]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.environmentaltech.erodium_stairs@0 new recipe: RecipeStage{tier='five', recipe=6xtile.environmentaltech.erodium_stairs@0:[net.minecraft.item.crafting.Ingredient@5ca2a322, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5ca2a322, net.minecraft.item.crafting.Ingredient@5ca2a322, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5ca2a322, net.minecraft.item.crafting.Ingredient@5ca2a322, net.minecraft.item.crafting.Ingredient@5ca2a322]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.environmentaltech.erodium@0 new recipe: RecipeStage{tier='five', recipe=1xtile.environmentaltech.erodium@0:[net.minecraft.item.crafting.Ingredient@42fc5add, net.minecraft.item.crafting.Ingredient@42fc5add]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.environmentaltech.erodium_slab@0 new recipe: RecipeStage{tier='five', recipe=6xtile.environmentaltech.erodium_slab@0:[net.minecraft.item.crafting.Ingredient@5f2b9278, net.minecraft.item.crafting.Ingredient@5f2b9278, net.minecraft.item.crafting.Ingredient@5f2b9278]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.environmentaltech.erodium_crystal@0 new recipe: RecipeStage{tier='five', recipe=9xitem.environmentaltech.erodium_crystal@0:[net.minecraft.item.crafting.Ingredient@5c05c3fc]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.environmentaltech.erodium@0 new recipe: RecipeStage{tier='five', recipe=1xtile.environmentaltech.erodium@0:[net.minecraftforge.oredict.OreIngredient@11885ea9, net.minecraftforge.oredict.OreIngredient@11885ea9, net.minecraftforge.oredict.OreIngredient@11885ea9, net.minecraftforge.oredict.OreIngredient@11885ea9, net.minecraftforge.oredict.OreIngredient@11885ea9, net.minecraftforge.oredict.OreIngredient@11885ea9, net.minecraftforge.oredict.OreIngredient@11885ea9, net.minecraftforge.oredict.OreIngredient@11885ea9, net.minecraftforge.oredict.OreIngredient@11885ea9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.environmentaltech.erodium_bricks@0 new recipe: RecipeStage{tier='five', recipe=1xtile.environmentaltech.erodium_bricks@0:[net.minecraft.item.crafting.Ingredient@342a4cd2]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.environmentaltech.erodium_brick_stairs@0 new recipe: RecipeStage{tier='five', recipe=6xtile.environmentaltech.erodium_brick_stairs@0:[net.minecraft.item.crafting.Ingredient@4481c95, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4481c95, net.minecraft.item.crafting.Ingredient@4481c95, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4481c95, net.minecraft.item.crafting.Ingredient@4481c95, net.minecraft.item.crafting.Ingredient@4481c95]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.environmentaltech.erodium_bricks@0 new recipe: RecipeStage{tier='five', recipe=1xtile.environmentaltech.erodium_bricks@0:[net.minecraft.item.crafting.Ingredient@147c0c75, net.minecraft.item.crafting.Ingredient@147c0c75]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.environmentaltech.erodium_brick_slab@0 new recipe: RecipeStage{tier='five', recipe=6xtile.environmentaltech.erodium_brick_slab@0:[net.minecraft.item.crafting.Ingredient@751fbb37, net.minecraft.item.crafting.Ingredient@751fbb37, net.minecraft.item.crafting.Ingredient@751fbb37]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.environmentaltech.erodium@0 new recipe: RecipeStage{tier='five', recipe=1xtile.environmentaltech.erodium@0:[net.minecraft.item.crafting.Ingredient@610423f3]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.environmentaltech.erodium_bricks@0 new recipe: RecipeStage{tier='five', recipe=4xtile.environmentaltech.erodium_bricks@0:[net.minecraft.item.crafting.Ingredient@5783a590, net.minecraft.item.crafting.Ingredient@5783a590, net.minecraft.item.crafting.Ingredient@5783a590, net.minecraft.item.crafting.Ingredient@5783a590]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.environmentaltech.aethium@0 new recipe: RecipeStage{tier='five', recipe=1xtile.environmentaltech.aethium@0:[net.minecraft.item.crafting.Ingredient@2bb231e4]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.environmentaltech.aethium_tiles@0 new recipe: RecipeStage{tier='five', recipe=4xtile.environmentaltech.aethium_tiles@0:[net.minecraft.item.crafting.Ingredient@76fdfa18, net.minecraft.item.crafting.Ingredient@76fdfa18, net.minecraft.item.crafting.Ingredient@76fdfa18, net.minecraft.item.crafting.Ingredient@76fdfa18]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.environmentaltech.aethium_tiles@0 new recipe: RecipeStage{tier='five', recipe=1xtile.environmentaltech.aethium_tiles@0:[net.minecraft.item.crafting.Ingredient@5c69504f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.environmentaltech.aethium_tile_stairs@0 new recipe: RecipeStage{tier='five', recipe=6xtile.environmentaltech.aethium_tile_stairs@0:[net.minecraft.item.crafting.Ingredient@1e23873f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1e23873f, net.minecraft.item.crafting.Ingredient@1e23873f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1e23873f, net.minecraft.item.crafting.Ingredient@1e23873f, net.minecraft.item.crafting.Ingredient@1e23873f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.environmentaltech.aethium_tiles@0 new recipe: RecipeStage{tier='five', recipe=1xtile.environmentaltech.aethium_tiles@0:[net.minecraft.item.crafting.Ingredient@2efaea2b, net.minecraft.item.crafting.Ingredient@2efaea2b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.environmentaltech.aethium_tile_slab@0 new recipe: RecipeStage{tier='five', recipe=6xtile.environmentaltech.aethium_tile_slab@0:[net.minecraft.item.crafting.Ingredient@1de197d8, net.minecraft.item.crafting.Ingredient@1de197d8, net.minecraft.item.crafting.Ingredient@1de197d8]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.environmentaltech.aethium_paver@0 new recipe: RecipeStage{tier='five', recipe=1xtile.environmentaltech.aethium_paver@0:[net.minecraft.item.crafting.Ingredient@4bbf3da4, net.minecraft.item.crafting.Ingredient@4bbf3da4]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.environmentaltech.aethium_paver_slab@0 new recipe: RecipeStage{tier='five', recipe=6xtile.environmentaltech.aethium_paver_slab@0:[net.minecraft.item.crafting.Ingredient@6deb0369, net.minecraft.item.crafting.Ingredient@6deb0369, net.minecraft.item.crafting.Ingredient@6deb0369]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.environmentaltech.aethium@0 new recipe: RecipeStage{tier='five', recipe=1xtile.environmentaltech.aethium@0:[net.minecraft.item.crafting.Ingredient@30a24f4f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.environmentaltech.aethium_paver@0 new recipe: RecipeStage{tier='five', recipe=8xtile.environmentaltech.aethium_paver@0:[net.minecraft.item.crafting.Ingredient@40b57c4a, net.minecraft.item.crafting.Ingredient@40b57c4a, net.minecraft.item.crafting.Ingredient@40b57c4a, net.minecraft.item.crafting.Ingredient@40b57c4a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@40b57c4a, net.minecraft.item.crafting.Ingredient@40b57c4a, net.minecraft.item.crafting.Ingredient@40b57c4a, net.minecraft.item.crafting.Ingredient@40b57c4a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.environmentaltech.aethium@0 new recipe: RecipeStage{tier='five', recipe=1xtile.environmentaltech.aethium@0:[net.minecraft.item.crafting.Ingredient@5cefef62]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.environmentaltech.aethium_stairs@0 new recipe: RecipeStage{tier='five', recipe=6xtile.environmentaltech.aethium_stairs@0:[net.minecraft.item.crafting.Ingredient@3738a6b3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3738a6b3, net.minecraft.item.crafting.Ingredient@3738a6b3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3738a6b3, net.minecraft.item.crafting.Ingredient@3738a6b3, net.minecraft.item.crafting.Ingredient@3738a6b3]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.environmentaltech.aethium@0 new recipe: RecipeStage{tier='five', recipe=1xtile.environmentaltech.aethium@0:[net.minecraft.item.crafting.Ingredient@b8db139, net.minecraft.item.crafting.Ingredient@b8db139]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.environmentaltech.aethium_slab@0 new recipe: RecipeStage{tier='five', recipe=6xtile.environmentaltech.aethium_slab@0:[net.minecraft.item.crafting.Ingredient@4853899a, net.minecraft.item.crafting.Ingredient@4853899a, net.minecraft.item.crafting.Ingredient@4853899a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.environmentaltech.aethium_crystal@0 new recipe: RecipeStage{tier='five', recipe=9xitem.environmentaltech.aethium_crystal@0:[net.minecraft.item.crafting.Ingredient@1805965e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.environmentaltech.aethium@0 new recipe: RecipeStage{tier='five', recipe=1xtile.environmentaltech.aethium@0:[net.minecraftforge.oredict.OreIngredient@4d1363a9, net.minecraftforge.oredict.OreIngredient@4d1363a9, net.minecraftforge.oredict.OreIngredient@4d1363a9, net.minecraftforge.oredict.OreIngredient@4d1363a9, net.minecraftforge.oredict.OreIngredient@4d1363a9, net.minecraftforge.oredict.OreIngredient@4d1363a9, net.minecraftforge.oredict.OreIngredient@4d1363a9, net.minecraftforge.oredict.OreIngredient@4d1363a9, net.minecraftforge.oredict.OreIngredient@4d1363a9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.environmentaltech.aethium_bricks@0 new recipe: RecipeStage{tier='five', recipe=1xtile.environmentaltech.aethium_bricks@0:[net.minecraft.item.crafting.Ingredient@5394d1ca]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.environmentaltech.aethium_brick_stairs@0 new recipe: RecipeStage{tier='five', recipe=6xtile.environmentaltech.aethium_brick_stairs@0:[net.minecraft.item.crafting.Ingredient@266d0e11, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@266d0e11, net.minecraft.item.crafting.Ingredient@266d0e11, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@266d0e11, net.minecraft.item.crafting.Ingredient@266d0e11, net.minecraft.item.crafting.Ingredient@266d0e11]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.environmentaltech.aethium_bricks@0 new recipe: RecipeStage{tier='five', recipe=1xtile.environmentaltech.aethium_bricks@0:[net.minecraft.item.crafting.Ingredient@23ec732b, net.minecraft.item.crafting.Ingredient@23ec732b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.environmentaltech.aethium_brick_slab@0 new recipe: RecipeStage{tier='five', recipe=6xtile.environmentaltech.aethium_brick_slab@0:[net.minecraft.item.crafting.Ingredient@adfe968, net.minecraft.item.crafting.Ingredient@adfe968, net.minecraft.item.crafting.Ingredient@adfe968]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.environmentaltech.aethium@0 new recipe: RecipeStage{tier='five', recipe=1xtile.environmentaltech.aethium@0:[net.minecraft.item.crafting.Ingredient@407403d7]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.environmentaltech.aethium_bricks@0 new recipe: RecipeStage{tier='five', recipe=4xtile.environmentaltech.aethium_bricks@0:[net.minecraft.item.crafting.Ingredient@7d711f4, net.minecraft.item.crafting.Ingredient@7d711f4, net.minecraft.item.crafting.Ingredient@7d711f4, net.minecraft.item.crafting.Ingredient@7d711f4]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.environmentaltech.void_res_miner_cont_6@0 new recipe: RecipeStage{tier='five', recipe=1xtile.environmentaltech.void_res_miner_cont_6@0:[net.minecraftforge.oredict.OreIngredient@3d8010bd, net.minecraftforge.oredict.OreIngredient@3caa6bee, net.minecraftforge.oredict.OreIngredient@3d8010bd, net.minecraftforge.oredict.OreIngredient@3d8010bd, net.minecraft.item.crafting.Ingredient@35c4212e, net.minecraftforge.oredict.OreIngredient@3d8010bd, net.minecraftforge.oredict.OreIngredient@3d8010bd, net.minecraftforge.oredict.OreIngredient@5ff89e6d, net.minecraftforge.oredict.OreIngredient@3d8010bd]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.environmentaltech.void_res_miner_cont_5@0 new recipe: RecipeStage{tier='five', recipe=1xtile.environmentaltech.void_res_miner_cont_5@0:[net.minecraftforge.oredict.OreIngredient@213e905, net.minecraftforge.oredict.OreIngredient@63f42f50, net.minecraftforge.oredict.OreIngredient@213e905, net.minecraftforge.oredict.OreIngredient@213e905, net.minecraft.item.crafting.Ingredient@3aa4e00e, net.minecraftforge.oredict.OreIngredient@213e905, net.minecraftforge.oredict.OreIngredient@213e905, net.minecraftforge.oredict.OreIngredient@3b1bbe03, net.minecraftforge.oredict.OreIngredient@213e905]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.environmentaltech.void_res_miner_cont_4@0 new recipe: RecipeStage{tier='five', recipe=1xtile.environmentaltech.void_res_miner_cont_4@0:[net.minecraftforge.oredict.OreIngredient@1fa56c0c, net.minecraftforge.oredict.OreIngredient@502aac5f, net.minecraftforge.oredict.OreIngredient@1fa56c0c, net.minecraftforge.oredict.OreIngredient@1fa56c0c, net.minecraft.item.crafting.Ingredient@3ce315cc, net.minecraftforge.oredict.OreIngredient@1fa56c0c, net.minecraftforge.oredict.OreIngredient@1fa56c0c, net.minecraftforge.oredict.OreIngredient@4079012, net.minecraftforge.oredict.OreIngredient@1fa56c0c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.environmentaltech.void_res_miner_cont_3@0 new recipe: RecipeStage{tier='five', recipe=1xtile.environmentaltech.void_res_miner_cont_3@0:[net.minecraftforge.oredict.OreIngredient@29edf8a1, net.minecraftforge.oredict.OreIngredient@2b559ed7, net.minecraftforge.oredict.OreIngredient@29edf8a1, net.minecraftforge.oredict.OreIngredient@29edf8a1, net.minecraft.item.crafting.Ingredient@449d4741, net.minecraftforge.oredict.OreIngredient@29edf8a1, net.minecraftforge.oredict.OreIngredient@29edf8a1, net.minecraftforge.oredict.OreIngredient@4621d47e, net.minecraftforge.oredict.OreIngredient@29edf8a1]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.environmentaltech.void_res_miner_cont_2@0 new recipe: RecipeStage{tier='five', recipe=1xtile.environmentaltech.void_res_miner_cont_2@0:[net.minecraftforge.oredict.OreIngredient@61a8da86, net.minecraftforge.oredict.OreIngredient@19b8e204, net.minecraftforge.oredict.OreIngredient@61a8da86, net.minecraftforge.oredict.OreIngredient@61a8da86, net.minecraft.item.crafting.Ingredient@42009b39, net.minecraftforge.oredict.OreIngredient@61a8da86, net.minecraftforge.oredict.OreIngredient@61a8da86, net.minecraftforge.oredict.OreIngredient@7897d770, net.minecraftforge.oredict.OreIngredient@61a8da86]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.environmentaltech.void_res_miner_cont_1@0 new recipe: RecipeStage{tier='five', recipe=1xtile.environmentaltech.void_res_miner_cont_1@0:[net.minecraftforge.oredict.OreIngredient@1cfc6bf, net.minecraftforge.oredict.OreIngredient@3c4ec4a6, net.minecraftforge.oredict.OreIngredient@1cfc6bf, net.minecraftforge.oredict.OreIngredient@1cfc6bf, net.minecraft.item.crafting.Ingredient@6c5da7b9, net.minecraftforge.oredict.OreIngredient@1cfc6bf, net.minecraft.item.crafting.Ingredient@793c35dd, net.minecraftforge.oredict.OreIngredient@639f19b, net.minecraft.item.crafting.Ingredient@793c35dd]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.environmentaltech.void_ore_miner_cont_6@0 new recipe: RecipeStage{tier='five', recipe=1xtile.environmentaltech.void_ore_miner_cont_6@0:[net.minecraftforge.oredict.OreIngredient@10626cda, net.minecraftforge.oredict.OreIngredient@20ecb630, net.minecraftforge.oredict.OreIngredient@10626cda, net.minecraftforge.oredict.OreIngredient@10626cda, net.minecraft.item.crafting.Ingredient@3ce9e4ce, net.minecraftforge.oredict.OreIngredient@10626cda, net.minecraftforge.oredict.OreIngredient@10626cda, net.minecraftforge.oredict.OreIngredient@2d55f6b2, net.minecraftforge.oredict.OreIngredient@10626cda]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.environmentaltech.void_ore_miner_cont_5@0 new recipe: RecipeStage{tier='five', recipe=1xtile.environmentaltech.void_ore_miner_cont_5@0:[net.minecraftforge.oredict.OreIngredient@1a94f64b, net.minecraftforge.oredict.OreIngredient@262157dc, net.minecraftforge.oredict.OreIngredient@1a94f64b, net.minecraftforge.oredict.OreIngredient@1a94f64b, net.minecraft.item.crafting.Ingredient@1c7c811f, net.minecraftforge.oredict.OreIngredient@1a94f64b, net.minecraftforge.oredict.OreIngredient@1a94f64b, net.minecraftforge.oredict.OreIngredient@37bd936a, net.minecraftforge.oredict.OreIngredient@1a94f64b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.environmentaltech.void_ore_miner_cont_4@0 new recipe: RecipeStage{tier='five', recipe=1xtile.environmentaltech.void_ore_miner_cont_4@0:[net.minecraftforge.oredict.OreIngredient@5e4c399, net.minecraftforge.oredict.OreIngredient@3f93c390, net.minecraftforge.oredict.OreIngredient@5e4c399, net.minecraftforge.oredict.OreIngredient@5e4c399, net.minecraft.item.crafting.Ingredient@302b6f29, net.minecraftforge.oredict.OreIngredient@5e4c399, net.minecraftforge.oredict.OreIngredient@5e4c399, net.minecraftforge.oredict.OreIngredient@274abafa, net.minecraftforge.oredict.OreIngredient@5e4c399]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.environmentaltech.void_ore_miner_cont_3@0 new recipe: RecipeStage{tier='five', recipe=1xtile.environmentaltech.void_ore_miner_cont_3@0:[net.minecraftforge.oredict.OreIngredient@3c691e29, net.minecraftforge.oredict.OreIngredient@321ab160, net.minecraftforge.oredict.OreIngredient@3c691e29, net.minecraftforge.oredict.OreIngredient@3c691e29, net.minecraft.item.crafting.Ingredient@6bf20762, net.minecraftforge.oredict.OreIngredient@3c691e29, net.minecraftforge.oredict.OreIngredient@3c691e29, net.minecraftforge.oredict.OreIngredient@120ea7cd, net.minecraftforge.oredict.OreIngredient@3c691e29]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.environmentaltech.void_ore_miner_cont_2@0 new recipe: RecipeStage{tier='five', recipe=1xtile.environmentaltech.void_ore_miner_cont_2@0:[net.minecraftforge.oredict.OreIngredient@1df179ef, net.minecraftforge.oredict.OreIngredient@6839b451, net.minecraftforge.oredict.OreIngredient@1df179ef, net.minecraftforge.oredict.OreIngredient@1df179ef, net.minecraft.item.crafting.Ingredient@4b31259f, net.minecraftforge.oredict.OreIngredient@1df179ef, net.minecraftforge.oredict.OreIngredient@1df179ef, net.minecraftforge.oredict.OreIngredient@5948601, net.minecraftforge.oredict.OreIngredient@1df179ef]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.environmentaltech.void_ore_miner_cont_1@0 new recipe: RecipeStage{tier='five', recipe=1xtile.environmentaltech.void_ore_miner_cont_1@0:[net.minecraftforge.oredict.OreIngredient@5558fec1, net.minecraftforge.oredict.OreIngredient@23d84366, net.minecraftforge.oredict.OreIngredient@5558fec1, net.minecraftforge.oredict.OreIngredient@5558fec1, net.minecraft.item.crafting.Ingredient@59e03fe, net.minecraftforge.oredict.OreIngredient@5558fec1, net.minecraft.item.crafting.Ingredient@d3331bc, net.minecraftforge.oredict.OreIngredient@1f8f7a7a, net.minecraft.item.crafting.Ingredient@d3331bc]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.environmentaltech.void_botanic_miner_cont_6@0 new recipe: RecipeStage{tier='five', recipe=1xtile.environmentaltech.void_botanic_miner_cont_6@0:[net.minecraftforge.oredict.OreIngredient@2ab21adf, net.minecraft.item.crafting.Ingredient@78c28799, net.minecraftforge.oredict.OreIngredient@2ab21adf, net.minecraftforge.oredict.OreIngredient@2ab21adf, net.minecraft.item.crafting.Ingredient@450a6b64, net.minecraftforge.oredict.OreIngredient@2ab21adf, net.minecraftforge.oredict.OreIngredient@2ab21adf, net.minecraftforge.oredict.OreIngredient@351e8e70, net.minecraftforge.oredict.OreIngredient@2ab21adf]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.environmentaltech.void_botanic_miner_cont_5@0 new recipe: RecipeStage{tier='five', recipe=1xtile.environmentaltech.void_botanic_miner_cont_5@0:[net.minecraftforge.oredict.OreIngredient@3439c549, net.minecraft.item.crafting.Ingredient@3b011a4e, net.minecraftforge.oredict.OreIngredient@3439c549, net.minecraftforge.oredict.OreIngredient@3439c549, net.minecraft.item.crafting.Ingredient@4d5397c0, net.minecraftforge.oredict.OreIngredient@3439c549, net.minecraftforge.oredict.OreIngredient@3439c549, net.minecraftforge.oredict.OreIngredient@15dacfff, net.minecraftforge.oredict.OreIngredient@3439c549]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.environmentaltech.void_botanic_miner_cont_4@0 new recipe: RecipeStage{tier='five', recipe=1xtile.environmentaltech.void_botanic_miner_cont_4@0:[net.minecraftforge.oredict.OreIngredient@4e8905fa, net.minecraft.item.crafting.Ingredient@3b5360e8, net.minecraftforge.oredict.OreIngredient@4e8905fa, net.minecraftforge.oredict.OreIngredient@4e8905fa, net.minecraft.item.crafting.Ingredient@78f97927, net.minecraftforge.oredict.OreIngredient@4e8905fa, net.minecraftforge.oredict.OreIngredient@4e8905fa, net.minecraftforge.oredict.OreIngredient@953d3c9, net.minecraftforge.oredict.OreIngredient@4e8905fa]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.environmentaltech.void_botanic_miner_cont_3@0 new recipe: RecipeStage{tier='five', recipe=1xtile.environmentaltech.void_botanic_miner_cont_3@0:[net.minecraftforge.oredict.OreIngredient@b5ef5ae, net.minecraft.item.crafting.Ingredient@193148d8, net.minecraftforge.oredict.OreIngredient@b5ef5ae, net.minecraftforge.oredict.OreIngredient@b5ef5ae, net.minecraft.item.crafting.Ingredient@8807f00, net.minecraftforge.oredict.OreIngredient@b5ef5ae, net.minecraftforge.oredict.OreIngredient@b5ef5ae, net.minecraftforge.oredict.OreIngredient@313ea9ac, net.minecraftforge.oredict.OreIngredient@b5ef5ae]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.environmentaltech.void_botanic_miner_cont_2@0 new recipe: RecipeStage{tier='five', recipe=1xtile.environmentaltech.void_botanic_miner_cont_2@0:[net.minecraftforge.oredict.OreIngredient@11919332, net.minecraft.item.crafting.Ingredient@522eb469, net.minecraftforge.oredict.OreIngredient@11919332, net.minecraftforge.oredict.OreIngredient@11919332, net.minecraft.item.crafting.Ingredient@25f61e75, net.minecraftforge.oredict.OreIngredient@11919332, net.minecraftforge.oredict.OreIngredient@11919332, net.minecraftforge.oredict.OreIngredient@412b1803, net.minecraftforge.oredict.OreIngredient@11919332]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.environmentaltech.void_botanic_miner_cont_1@0 new recipe: RecipeStage{tier='five', recipe=1xtile.environmentaltech.void_botanic_miner_cont_1@0:[net.minecraftforge.oredict.OreIngredient@77f63b67, net.minecraft.item.crafting.Ingredient@5bbc602d, net.minecraftforge.oredict.OreIngredient@77f63b67, net.minecraftforge.oredict.OreIngredient@77f63b67, net.minecraft.item.crafting.Ingredient@3f83e16, net.minecraftforge.oredict.OreIngredient@77f63b67, net.minecraft.item.crafting.Ingredient@d328d2f, net.minecraftforge.oredict.OreIngredient@4b59ba20, net.minecraft.item.crafting.Ingredient@d328d2f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.environmentaltech.modifier_accuracy@0 new recipe: RecipeStage{tier='five', recipe=1xtile.environmentaltech.modifier_accuracy@0:[net.minecraftforge.oredict.OreIngredient@72a54791, net.minecraft.item.crafting.Ingredient@135df1d4, net.minecraftforge.oredict.OreIngredient@72a54791, net.minecraft.item.crafting.Ingredient@2ee14a3e, net.minecraft.item.crafting.Ingredient@3469da36, net.minecraft.item.crafting.Ingredient@2ee14a3e, net.minecraftforge.oredict.OreIngredient@72a54791, net.minecraft.item.crafting.Ingredient@48465e3e, net.minecraftforge.oredict.OreIngredient@72a54791]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.environmentaltech.laser_lens_crystal@0 new recipe: RecipeStage{tier='five', recipe=1xtile.environmentaltech.laser_lens_crystal@0:[net.minecraftforge.oredict.OreIngredient@349ccd68, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@349ccd68, net.minecraftforge.oredict.OreIngredient@349ccd68, net.minecraftforge.oredict.OreIngredient@1c3896c2, net.minecraftforge.oredict.OreIngredient@349ccd68, net.minecraftforge.oredict.OreIngredient@349ccd68, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@349ccd68]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.environmentaltech.laser_lens@0 new recipe: RecipeStage{tier='five', recipe=1xtile.environmentaltech.laser_lens@0:[net.minecraftforge.oredict.OreIngredient@7a432b43]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.environmentaltech.laser_lens@0 new recipe: RecipeStage{tier='five', recipe=1xtile.environmentaltech.laser_lens@0:[net.minecraftforge.oredict.OreIngredient@11f98a9f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@11f98a9f, net.minecraftforge.oredict.OreIngredient@11f98a9f, net.minecraftforge.oredict.OreIngredient@11f98a9f, net.minecraftforge.oredict.OreIngredient@11f98a9f, net.minecraftforge.oredict.OreIngredient@11f98a9f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@11f98a9f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.environmentaltech.laser_core@0 new recipe: RecipeStage{tier='five', recipe=1xtile.environmentaltech.laser_core@0:[net.minecraftforge.oredict.OreIngredient@fab1536, net.minecraftforge.oredict.OreIngredient@2f3e4cf5, net.minecraftforge.oredict.OreIngredient@fab1536, net.minecraft.item.crafting.Ingredient@2ba80def, net.minecraftforge.oredict.OreIngredient@2f3e4cf5, net.minecraft.item.crafting.Ingredient@2ba80def, net.minecraftforge.oredict.OreIngredient@fab1536, net.minecraftforge.oredict.OreIngredient@2f3e4cf5, net.minecraftforge.oredict.OreIngredient@fab1536]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.environmentaltech.diode@0 new recipe: RecipeStage{tier='five', recipe=1xitem.environmentaltech.diode@0:[net.minecraftforge.oredict.OreIngredient@4c778e8d, net.minecraftforge.oredict.OreIngredient@4c778e8d, net.minecraftforge.oredict.OreIngredient@4c778e8d, net.minecraftforge.oredict.OreIngredient@4c778e8d, net.minecraftforge.oredict.OreIngredient@30cf1a84, net.minecraftforge.oredict.OreIngredient@4c778e8d, net.minecraftforge.oredict.OreIngredient@4c778e8d, net.minecraftforge.oredict.OreIngredient@34cef892, net.minecraftforge.oredict.OreIngredient@4c778e8d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.environmentaltech.laser_lens_colored@4 new recipe: RecipeStage{tier='five', recipe=1xtile.environmentaltech.laser_lens_colored@4:[net.minecraftforge.oredict.OreIngredient@31451c4f, net.minecraftforge.oredict.OreIngredient@1e97a58a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.environmentaltech.laser_lens_colored@0 new recipe: RecipeStage{tier='five', recipe=1xtile.environmentaltech.laser_lens_colored@0:[net.minecraftforge.oredict.OreIngredient@75845907, net.minecraftforge.oredict.OreIngredient@6f1a6c9f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.environmentaltech.laser_lens_colored@14 new recipe: RecipeStage{tier='five', recipe=1xtile.environmentaltech.laser_lens_colored@14:[net.minecraftforge.oredict.OreIngredient@6b44e0c4, net.minecraftforge.oredict.OreIngredient@9833fa4]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.environmentaltech.laser_lens_colored@10 new recipe: RecipeStage{tier='five', recipe=1xtile.environmentaltech.laser_lens_colored@10:[net.minecraftforge.oredict.OreIngredient@5b9dad49, net.minecraftforge.oredict.OreIngredient@56ac36a5]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.environmentaltech.laser_lens_colored@6 new recipe: RecipeStage{tier='five', recipe=1xtile.environmentaltech.laser_lens_colored@6:[net.minecraftforge.oredict.OreIngredient@6fe27bfe, net.minecraftforge.oredict.OreIngredient@68498f3f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.environmentaltech.laser_lens_colored@1 new recipe: RecipeStage{tier='five', recipe=1xtile.environmentaltech.laser_lens_colored@1:[net.minecraftforge.oredict.OreIngredient@e18aca9, net.minecraftforge.oredict.OreIngredient@66874c0b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.environmentaltech.laser_lens_colored@2 new recipe: RecipeStage{tier='five', recipe=1xtile.environmentaltech.laser_lens_colored@2:[net.minecraftforge.oredict.OreIngredient@5fd053, net.minecraftforge.oredict.OreIngredient@6b2dce3a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.environmentaltech.laser_lens_colored@5 new recipe: RecipeStage{tier='five', recipe=1xtile.environmentaltech.laser_lens_colored@5:[net.minecraftforge.oredict.OreIngredient@6f434e1c, net.minecraftforge.oredict.OreIngredient@3671a1de]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.environmentaltech.laser_lens_colored@8 new recipe: RecipeStage{tier='five', recipe=1xtile.environmentaltech.laser_lens_colored@8:[net.minecraftforge.oredict.OreIngredient@1a0e7f3a, net.minecraftforge.oredict.OreIngredient@48453a6d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.environmentaltech.laser_lens_colored@3 new recipe: RecipeStage{tier='five', recipe=1xtile.environmentaltech.laser_lens_colored@3:[net.minecraftforge.oredict.OreIngredient@192dd1d, net.minecraftforge.oredict.OreIngredient@bf1344f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.environmentaltech.laser_lens_colored@13 new recipe: RecipeStage{tier='five', recipe=1xtile.environmentaltech.laser_lens_colored@13:[net.minecraftforge.oredict.OreIngredient@505a6c3, net.minecraftforge.oredict.OreIngredient@373cb324]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.environmentaltech.laser_lens_colored@7 new recipe: RecipeStage{tier='five', recipe=1xtile.environmentaltech.laser_lens_colored@7:[net.minecraftforge.oredict.OreIngredient@30a9271f, net.minecraftforge.oredict.OreIngredient@f6c7b20]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.environmentaltech.laser_lens_colored@9 new recipe: RecipeStage{tier='five', recipe=1xtile.environmentaltech.laser_lens_colored@9:[net.minecraftforge.oredict.OreIngredient@6e937e52, net.minecraftforge.oredict.OreIngredient@9b4fbfa]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.environmentaltech.laser_lens_colored@12 new recipe: RecipeStage{tier='five', recipe=1xtile.environmentaltech.laser_lens_colored@12:[net.minecraftforge.oredict.OreIngredient@693ba368, net.minecraftforge.oredict.OreIngredient@24b4b2e8]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.environmentaltech.laser_lens_colored@11 new recipe: RecipeStage{tier='five', recipe=1xtile.environmentaltech.laser_lens_colored@11:[net.minecraftforge.oredict.OreIngredient@4088f0b8, net.minecraftforge.oredict.OreIngredient@552f41b1]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.environmentaltech.laser_lens_colored@15 new recipe: RecipeStage{tier='five', recipe=1xtile.environmentaltech.laser_lens_colored@15:[net.minecraftforge.oredict.OreIngredient@6fc74762, net.minecraftforge.oredict.OreIngredient@f71f87d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.environmentaltech.solar_cell_pladium@0 new recipe: RecipeStage{tier='five', recipe=1xtile.environmentaltech.solar_cell_pladium@0:[net.minecraftforge.oredict.OreIngredient@150f9bf9, net.minecraftforge.oredict.OreIngredient@150f9bf9, net.minecraftforge.oredict.OreIngredient@150f9bf9, net.minecraft.item.crafting.Ingredient@724c7a3b, net.minecraft.item.crafting.Ingredient@ab3bc80, net.minecraft.item.crafting.Ingredient@724c7a3b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.environmentaltech.solar_cell_litherite@0 new recipe: RecipeStage{tier='five', recipe=1xtile.environmentaltech.solar_cell_litherite@0:[net.minecraftforge.oredict.OreIngredient@23a784df, net.minecraftforge.oredict.OreIngredient@23a784df, net.minecraftforge.oredict.OreIngredient@23a784df, net.minecraft.item.crafting.Ingredient@79ec0140, net.minecraft.item.crafting.Ingredient@79ec0140, net.minecraft.item.crafting.Ingredient@79ec0140, net.minecraftforge.oredict.OreIngredient@949c00f, net.minecraft.item.crafting.Ingredient@66afdbc, net.minecraftforge.oredict.OreIngredient@949c00f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.environmentaltech.solar_cell_kyronite@0 new recipe: RecipeStage{tier='five', recipe=1xtile.environmentaltech.solar_cell_kyronite@0:[net.minecraftforge.oredict.OreIngredient@19f0a822, net.minecraftforge.oredict.OreIngredient@19f0a822, net.minecraftforge.oredict.OreIngredient@19f0a822, net.minecraft.item.crafting.Ingredient@366c0c8d, net.minecraft.item.crafting.Ingredient@7f45d3f7, net.minecraft.item.crafting.Ingredient@366c0c8d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.environmentaltech.solar_cell_ionite@0 new recipe: RecipeStage{tier='five', recipe=1xtile.environmentaltech.solar_cell_ionite@0:[net.minecraftforge.oredict.OreIngredient@487d7603, net.minecraftforge.oredict.OreIngredient@487d7603, net.minecraftforge.oredict.OreIngredient@487d7603, net.minecraft.item.crafting.Ingredient@36946251, net.minecraft.item.crafting.Ingredient@3c3b9877, net.minecraft.item.crafting.Ingredient@36946251]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.environmentaltech.solar_cell_erodium@0 new recipe: RecipeStage{tier='five', recipe=1xtile.environmentaltech.solar_cell_erodium@0:[net.minecraftforge.oredict.OreIngredient@452287c6, net.minecraftforge.oredict.OreIngredient@452287c6, net.minecraftforge.oredict.OreIngredient@452287c6, net.minecraft.item.crafting.Ingredient@6ace2487, net.minecraft.item.crafting.Ingredient@13926db7, net.minecraft.item.crafting.Ingredient@6ace2487]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.environmentaltech.solar_cell_aethium@0 new recipe: RecipeStage{tier='five', recipe=1xtile.environmentaltech.solar_cell_aethium@0:[net.minecraftforge.oredict.OreIngredient@2ec59ffe, net.minecraftforge.oredict.OreIngredient@2ec59ffe, net.minecraftforge.oredict.OreIngredient@2ec59ffe, net.minecraft.item.crafting.Ingredient@7d2c0789, net.minecraft.item.crafting.Ingredient@128b485d, net.minecraft.item.crafting.Ingredient@7d2c0789]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.environmentaltech.solar_cont_6@0 new recipe: RecipeStage{tier='five', recipe=1xtile.environmentaltech.solar_cont_6@0:[net.minecraftforge.oredict.OreIngredient@3efcf79d, net.minecraft.item.crafting.Ingredient@13cc9f0f, net.minecraftforge.oredict.OreIngredient@3efcf79d, net.minecraft.item.crafting.Ingredient@13cc9f0f, net.minecraft.item.crafting.Ingredient@7e41970b, net.minecraft.item.crafting.Ingredient@13cc9f0f, net.minecraftforge.oredict.OreIngredient@3efcf79d, net.minecraft.item.crafting.Ingredient@13cc9f0f, net.minecraftforge.oredict.OreIngredient@3efcf79d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.environmentaltech.solar_cont_5@0 new recipe: RecipeStage{tier='five', recipe=1xtile.environmentaltech.solar_cont_5@0:[net.minecraftforge.oredict.OreIngredient@3872a056, net.minecraft.item.crafting.Ingredient@44e96864, net.minecraftforge.oredict.OreIngredient@3872a056, net.minecraft.item.crafting.Ingredient@44e96864, net.minecraft.item.crafting.Ingredient@2be0cdb0, net.minecraft.item.crafting.Ingredient@44e96864, net.minecraftforge.oredict.OreIngredient@3872a056, net.minecraft.item.crafting.Ingredient@44e96864, net.minecraftforge.oredict.OreIngredient@3872a056]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.environmentaltech.solar_cont_4@0 new recipe: RecipeStage{tier='five', recipe=1xtile.environmentaltech.solar_cont_4@0:[net.minecraftforge.oredict.OreIngredient@2239feb9, net.minecraft.item.crafting.Ingredient@2bbd080, net.minecraftforge.oredict.OreIngredient@2239feb9, net.minecraft.item.crafting.Ingredient@2bbd080, net.minecraft.item.crafting.Ingredient@640d3df6, net.minecraft.item.crafting.Ingredient@2bbd080, net.minecraftforge.oredict.OreIngredient@2239feb9, net.minecraft.item.crafting.Ingredient@2bbd080, net.minecraftforge.oredict.OreIngredient@2239feb9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.environmentaltech.solar_cont_3@0 new recipe: RecipeStage{tier='five', recipe=1xtile.environmentaltech.solar_cont_3@0:[net.minecraftforge.oredict.OreIngredient@1e8237aa, net.minecraft.item.crafting.Ingredient@46e367c7, net.minecraftforge.oredict.OreIngredient@1e8237aa, net.minecraft.item.crafting.Ingredient@46e367c7, net.minecraft.item.crafting.Ingredient@7cb745c2, net.minecraft.item.crafting.Ingredient@46e367c7, net.minecraftforge.oredict.OreIngredient@1e8237aa, net.minecraft.item.crafting.Ingredient@46e367c7, net.minecraftforge.oredict.OreIngredient@1e8237aa]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.environmentaltech.solar_cont_2@0 new recipe: RecipeStage{tier='five', recipe=1xtile.environmentaltech.solar_cont_2@0:[net.minecraftforge.oredict.OreIngredient@1199c58e, net.minecraft.item.crafting.Ingredient@221ebb37, net.minecraftforge.oredict.OreIngredient@1199c58e, net.minecraft.item.crafting.Ingredient@221ebb37, net.minecraft.item.crafting.Ingredient@1c6760cd, net.minecraft.item.crafting.Ingredient@221ebb37, net.minecraftforge.oredict.OreIngredient@1199c58e, net.minecraft.item.crafting.Ingredient@221ebb37, net.minecraftforge.oredict.OreIngredient@1199c58e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.environmentaltech.solar_cont_1@0 new recipe: RecipeStage{tier='five', recipe=1xtile.environmentaltech.solar_cont_1@0:[net.minecraftforge.oredict.OreIngredient@54e589e8, net.minecraftforge.oredict.OreIngredient@6603be36, net.minecraftforge.oredict.OreIngredient@54e589e8, net.minecraftforge.oredict.OreIngredient@6603be36, net.minecraftforge.oredict.OreIngredient@5bfa00eb, net.minecraftforge.oredict.OreIngredient@6603be36, net.minecraftforge.oredict.OreIngredient@54e589e8, net.minecraftforge.oredict.OreIngredient@6603be36, net.minecraftforge.oredict.OreIngredient@54e589e8]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.environmentaltech.photovoltaic_cell@0 new recipe: RecipeStage{tier='five', recipe=1xitem.environmentaltech.photovoltaic_cell@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3f6a5fd8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3f6a5fd8, net.minecraftforge.oredict.OreIngredient@33c6cc7a, net.minecraftforge.oredict.OreIngredient@3f6a5fd8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3f6a5fd8, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.environmentaltech.modifier_piezo@0 new recipe: RecipeStage{tier='five', recipe=1xtile.environmentaltech.modifier_piezo@0:[net.minecraftforge.oredict.OreIngredient@573437e3, net.minecraft.item.crafting.Ingredient@6f0cedfc, net.minecraftforge.oredict.OreIngredient@573437e3, net.minecraft.item.crafting.Ingredient@7adf3925, net.minecraft.item.crafting.Ingredient@72356500, net.minecraft.item.crafting.Ingredient@7adf3925, net.minecraftforge.oredict.OreIngredient@573437e3, net.minecraft.item.crafting.Ingredient@7ade15b7, net.minecraftforge.oredict.OreIngredient@573437e3]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.environmentaltech.nano_cont_ranged_6@0 new recipe: RecipeStage{tier='five', recipe=1xtile.environmentaltech.nano_cont_ranged_6@0:[net.minecraftforge.oredict.OreIngredient@39cff877, net.minecraft.item.crafting.Ingredient@339b926e, net.minecraftforge.oredict.OreIngredient@39cff877, net.minecraftforge.oredict.OreIngredient@39cff877, net.minecraft.item.crafting.Ingredient@4b379c7e, net.minecraftforge.oredict.OreIngredient@39cff877, net.minecraft.item.crafting.Ingredient@339b926e, net.minecraft.item.crafting.Ingredient@37ba1cf3, net.minecraft.item.crafting.Ingredient@339b926e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.environmentaltech.nano_cont_ranged_5@0 new recipe: RecipeStage{tier='five', recipe=1xtile.environmentaltech.nano_cont_ranged_5@0:[net.minecraftforge.oredict.OreIngredient@224c4fd1, net.minecraft.item.crafting.Ingredient@34ab8b95, net.minecraftforge.oredict.OreIngredient@224c4fd1, net.minecraftforge.oredict.OreIngredient@224c4fd1, net.minecraft.item.crafting.Ingredient@2057f597, net.minecraftforge.oredict.OreIngredient@224c4fd1, net.minecraft.item.crafting.Ingredient@34ab8b95, net.minecraft.item.crafting.Ingredient@72835f8e, net.minecraft.item.crafting.Ingredient@34ab8b95]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.environmentaltech.nano_cont_ranged_4@0 new recipe: RecipeStage{tier='five', recipe=1xtile.environmentaltech.nano_cont_ranged_4@0:[net.minecraftforge.oredict.OreIngredient@69ad61f3, net.minecraft.item.crafting.Ingredient@32cda0c4, net.minecraftforge.oredict.OreIngredient@69ad61f3, net.minecraftforge.oredict.OreIngredient@69ad61f3, net.minecraft.item.crafting.Ingredient@656058bc, net.minecraftforge.oredict.OreIngredient@69ad61f3, net.minecraft.item.crafting.Ingredient@32cda0c4, net.minecraft.item.crafting.Ingredient@7fc93740, net.minecraft.item.crafting.Ingredient@32cda0c4]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.environmentaltech.nano_cont_ranged_3@0 new recipe: RecipeStage{tier='five', recipe=1xtile.environmentaltech.nano_cont_ranged_3@0:[net.minecraftforge.oredict.OreIngredient@14b3d497, net.minecraft.item.crafting.Ingredient@128e1468, net.minecraftforge.oredict.OreIngredient@14b3d497, net.minecraftforge.oredict.OreIngredient@14b3d497, net.minecraft.item.crafting.Ingredient@127aca09, net.minecraftforge.oredict.OreIngredient@14b3d497, net.minecraft.item.crafting.Ingredient@128e1468, net.minecraft.item.crafting.Ingredient@6953070d, net.minecraft.item.crafting.Ingredient@128e1468]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.environmentaltech.nano_cont_ranged_2@0 new recipe: RecipeStage{tier='five', recipe=1xtile.environmentaltech.nano_cont_ranged_2@0:[net.minecraftforge.oredict.OreIngredient@56a0675e, net.minecraft.item.crafting.Ingredient@2a389f74, net.minecraftforge.oredict.OreIngredient@56a0675e, net.minecraftforge.oredict.OreIngredient@56a0675e, net.minecraft.item.crafting.Ingredient@4b1a58b2, net.minecraftforge.oredict.OreIngredient@56a0675e, net.minecraft.item.crafting.Ingredient@2a389f74, net.minecraft.item.crafting.Ingredient@4f5c7b57, net.minecraft.item.crafting.Ingredient@2a389f74]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.environmentaltech.nano_cont_ranged_1@0 new recipe: RecipeStage{tier='five', recipe=1xtile.environmentaltech.nano_cont_ranged_1@0:[net.minecraftforge.oredict.OreIngredient@fe4ba54, net.minecraft.item.crafting.Ingredient@22615229, net.minecraftforge.oredict.OreIngredient@fe4ba54, net.minecraftforge.oredict.OreIngredient@fe4ba54, net.minecraft.item.crafting.Ingredient@6d35ecbe, net.minecraftforge.oredict.OreIngredient@fe4ba54, net.minecraft.item.crafting.Ingredient@443d4839, net.minecraft.item.crafting.Ingredient@4594e4e2, net.minecraft.item.crafting.Ingredient@443d4839]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.environmentaltech.nano_cont_personal_6@0 new recipe: RecipeStage{tier='five', recipe=1xtile.environmentaltech.nano_cont_personal_6@0:[net.minecraftforge.oredict.OreIngredient@73534b0, net.minecraft.item.crafting.Ingredient@6a9cf070, net.minecraftforge.oredict.OreIngredient@73534b0, net.minecraftforge.oredict.OreIngredient@73534b0, net.minecraft.item.crafting.Ingredient@686bb404, net.minecraftforge.oredict.OreIngredient@73534b0, net.minecraft.item.crafting.Ingredient@6a9cf070, net.minecraft.item.crafting.Ingredient@65f683d4, net.minecraft.item.crafting.Ingredient@6a9cf070]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.environmentaltech.nano_cont_personal_5@0 new recipe: RecipeStage{tier='five', recipe=1xtile.environmentaltech.nano_cont_personal_5@0:[net.minecraftforge.oredict.OreIngredient@314d8ac8, net.minecraft.item.crafting.Ingredient@5ef260b, net.minecraftforge.oredict.OreIngredient@314d8ac8, net.minecraftforge.oredict.OreIngredient@314d8ac8, net.minecraft.item.crafting.Ingredient@5a1a4841, net.minecraftforge.oredict.OreIngredient@314d8ac8, net.minecraft.item.crafting.Ingredient@5ef260b, net.minecraft.item.crafting.Ingredient@2f007497, net.minecraft.item.crafting.Ingredient@5ef260b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.environmentaltech.nano_cont_personal_4@0 new recipe: RecipeStage{tier='five', recipe=1xtile.environmentaltech.nano_cont_personal_4@0:[net.minecraftforge.oredict.OreIngredient@3e988310, net.minecraft.item.crafting.Ingredient@3888e60b, net.minecraftforge.oredict.OreIngredient@3e988310, net.minecraftforge.oredict.OreIngredient@3e988310, net.minecraft.item.crafting.Ingredient@5327c27d, net.minecraftforge.oredict.OreIngredient@3e988310, net.minecraft.item.crafting.Ingredient@3888e60b, net.minecraft.item.crafting.Ingredient@5fa75645, net.minecraft.item.crafting.Ingredient@3888e60b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.environmentaltech.nano_cont_personal_3@0 new recipe: RecipeStage{tier='five', recipe=1xtile.environmentaltech.nano_cont_personal_3@0:[net.minecraftforge.oredict.OreIngredient@19b01c29, net.minecraft.item.crafting.Ingredient@55f6c701, net.minecraftforge.oredict.OreIngredient@19b01c29, net.minecraftforge.oredict.OreIngredient@19b01c29, net.minecraft.item.crafting.Ingredient@7b73f73a, net.minecraftforge.oredict.OreIngredient@19b01c29, net.minecraft.item.crafting.Ingredient@55f6c701, net.minecraft.item.crafting.Ingredient@5e333146, net.minecraft.item.crafting.Ingredient@55f6c701]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.environmentaltech.nano_cont_personal_2@0 new recipe: RecipeStage{tier='five', recipe=1xtile.environmentaltech.nano_cont_personal_2@0:[net.minecraftforge.oredict.OreIngredient@29d2566f, net.minecraft.item.crafting.Ingredient@749dfc96, net.minecraftforge.oredict.OreIngredient@29d2566f, net.minecraftforge.oredict.OreIngredient@29d2566f, net.minecraft.item.crafting.Ingredient@2d788de0, net.minecraftforge.oredict.OreIngredient@29d2566f, net.minecraft.item.crafting.Ingredient@749dfc96, net.minecraft.item.crafting.Ingredient@2246bd15, net.minecraft.item.crafting.Ingredient@749dfc96]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.environmentaltech.nano_cont_personal_1@0 new recipe: RecipeStage{tier='five', recipe=1xtile.environmentaltech.nano_cont_personal_1@0:[net.minecraftforge.oredict.OreIngredient@290738da, net.minecraft.item.crafting.Ingredient@406f5dee, net.minecraftforge.oredict.OreIngredient@290738da, net.minecraftforge.oredict.OreIngredient@290738da, net.minecraft.item.crafting.Ingredient@645125f3, net.minecraftforge.oredict.OreIngredient@290738da, net.minecraft.item.crafting.Ingredient@797b01c7, net.minecraft.item.crafting.Ingredient@7307d38a, net.minecraft.item.crafting.Ingredient@797b01c7]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.environmentaltech.modifier_water_breathing@0 new recipe: RecipeStage{tier='five', recipe=1xtile.environmentaltech.modifier_water_breathing@0:[net.minecraft.item.crafting.Ingredient@7206aaa4, net.minecraft.item.crafting.Ingredient@194f48a1, net.minecraft.item.crafting.Ingredient@7206aaa4, net.minecraft.item.crafting.Ingredient@7bb4ceeb, net.minecraft.item.crafting.Ingredient@66f4d59e, net.minecraft.item.crafting.Ingredient@7bb4ceeb, net.minecraft.item.crafting.Ingredient@7206aaa4, net.minecraft.item.crafting.Ingredient@51d83a1, net.minecraft.item.crafting.Ingredient@7206aaa4]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.environmentaltech.modifier_strength@0 new recipe: RecipeStage{tier='five', recipe=1xtile.environmentaltech.modifier_strength@0:[net.minecraft.item.crafting.Ingredient@3eb69d48, net.minecraft.item.crafting.Ingredient@3666e992, net.minecraft.item.crafting.Ingredient@3eb69d48, net.minecraft.item.crafting.Ingredient@193ea289, net.minecraft.item.crafting.Ingredient@3ddf55c6, net.minecraft.item.crafting.Ingredient@193ea289, net.minecraft.item.crafting.Ingredient@3eb69d48, net.minecraft.item.crafting.Ingredient@3c741196, net.minecraft.item.crafting.Ingredient@3eb69d48]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.environmentaltech.modifier_saturation@0 new recipe: RecipeStage{tier='five', recipe=1xtile.environmentaltech.modifier_saturation@0:[net.minecraft.item.crafting.Ingredient@230ae50c, net.minecraft.item.crafting.Ingredient@1b60448, net.minecraft.item.crafting.Ingredient@230ae50c, net.minecraft.item.crafting.Ingredient@5b1f8dc6, net.minecraft.item.crafting.Ingredient@54b44406, net.minecraft.item.crafting.Ingredient@5b1f8dc6, net.minecraft.item.crafting.Ingredient@230ae50c, net.minecraft.item.crafting.Ingredient@65919e9c, net.minecraft.item.crafting.Ingredient@230ae50c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.environmentaltech.modifier_resistance@0 new recipe: RecipeStage{tier='five', recipe=1xtile.environmentaltech.modifier_resistance@0:[net.minecraft.item.crafting.Ingredient@1bd7c2d, net.minecraft.item.crafting.Ingredient@29ff0ea8, net.minecraft.item.crafting.Ingredient@1bd7c2d, net.minecraft.item.crafting.Ingredient@384af9a5, net.minecraft.item.crafting.Ingredient@608b5a45, net.minecraft.item.crafting.Ingredient@384af9a5, net.minecraft.item.crafting.Ingredient@1bd7c2d, net.minecraft.item.crafting.Ingredient@31d082b2, net.minecraft.item.crafting.Ingredient@1bd7c2d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.environmentaltech.modifier_regeneration@0 new recipe: RecipeStage{tier='five', recipe=1xtile.environmentaltech.modifier_regeneration@0:[net.minecraft.item.crafting.Ingredient@56f33af4, net.minecraft.item.crafting.Ingredient@3b1d6a62, net.minecraft.item.crafting.Ingredient@56f33af4, net.minecraft.item.crafting.Ingredient@16b07a4a, net.minecraft.item.crafting.Ingredient@755e2157, net.minecraft.item.crafting.Ingredient@16b07a4a, net.minecraft.item.crafting.Ingredient@56f33af4, net.minecraft.item.crafting.Ingredient@25400be4, net.minecraft.item.crafting.Ingredient@56f33af4]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.environmentaltech.modifier_night_vision@0 new recipe: RecipeStage{tier='five', recipe=1xtile.environmentaltech.modifier_night_vision@0:[net.minecraftforge.oredict.OreIngredient@69a315c9, net.minecraft.item.crafting.Ingredient@5e361d9c, net.minecraftforge.oredict.OreIngredient@69a315c9, net.minecraft.item.crafting.Ingredient@71c7a8b6, net.minecraft.item.crafting.Ingredient@6b602d9a, net.minecraft.item.crafting.Ingredient@71c7a8b6, net.minecraftforge.oredict.OreIngredient@69a315c9, net.minecraft.item.crafting.Ingredient@5d40797, net.minecraftforge.oredict.OreIngredient@69a315c9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.environmentaltech.modifier_luck@0 new recipe: RecipeStage{tier='five', recipe=1xtile.environmentaltech.modifier_luck@0:[net.minecraft.item.crafting.Ingredient@41ee7c4e, net.minecraft.item.crafting.Ingredient@77cd7891, net.minecraft.item.crafting.Ingredient@41ee7c4e, net.minecraft.item.crafting.Ingredient@4f1a5da2, net.minecraft.item.crafting.Ingredient@1ce606d5, net.minecraft.item.crafting.Ingredient@4f1a5da2, net.minecraft.item.crafting.Ingredient@41ee7c4e, net.minecraft.item.crafting.Ingredient@f3ec28, net.minecraft.item.crafting.Ingredient@41ee7c4e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.environmentaltech.modifier_jump_boost@0 new recipe: RecipeStage{tier='five', recipe=1xtile.environmentaltech.modifier_jump_boost@0:[net.minecraft.item.crafting.Ingredient@4125e410, net.minecraft.item.crafting.Ingredient@1cd615a2, net.minecraft.item.crafting.Ingredient@4125e410, net.minecraft.item.crafting.Ingredient@54911d36, net.minecraft.item.crafting.Ingredient@e4a45aa, net.minecraft.item.crafting.Ingredient@54911d36, net.minecraft.item.crafting.Ingredient@4125e410, net.minecraft.item.crafting.Ingredient@229d3ac4, net.minecraft.item.crafting.Ingredient@4125e410]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.environmentaltech.modifier_invisibility@0 new recipe: RecipeStage{tier='five', recipe=1xtile.environmentaltech.modifier_invisibility@0:[net.minecraftforge.oredict.OreIngredient@791e6549, net.minecraft.item.crafting.Ingredient@7e9ab00, net.minecraftforge.oredict.OreIngredient@791e6549, net.minecraft.item.crafting.Ingredient@7dd7043f, net.minecraft.item.crafting.Ingredient@7ea7133d, net.minecraft.item.crafting.Ingredient@7dd7043f, net.minecraftforge.oredict.OreIngredient@791e6549, net.minecraft.item.crafting.Ingredient@34dc0642, net.minecraftforge.oredict.OreIngredient@791e6549]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.environmentaltech.modifier_health_boost@0 new recipe: RecipeStage{tier='five', recipe=1xtile.environmentaltech.modifier_health_boost@0:[net.minecraft.item.crafting.Ingredient@47927291, net.minecraft.item.crafting.Ingredient@699321ff, net.minecraft.item.crafting.Ingredient@47927291, net.minecraft.item.crafting.Ingredient@34158ac5, net.minecraft.item.crafting.Ingredient@47bf6bf7, net.minecraft.item.crafting.Ingredient@34158ac5, net.minecraft.item.crafting.Ingredient@47927291, net.minecraft.item.crafting.Ingredient@37533626, net.minecraft.item.crafting.Ingredient@47927291]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.environmentaltech.modifier_haste@0 new recipe: RecipeStage{tier='five', recipe=1xtile.environmentaltech.modifier_haste@0:[net.minecraft.item.crafting.Ingredient@4437c45, net.minecraft.item.crafting.Ingredient@694ae12f, net.minecraft.item.crafting.Ingredient@4437c45, net.minecraft.item.crafting.Ingredient@2ebe0acc, net.minecraft.item.crafting.Ingredient@59209301, net.minecraft.item.crafting.Ingredient@2ebe0acc, net.minecraft.item.crafting.Ingredient@4437c45, net.minecraft.item.crafting.Ingredient@67dd4293, net.minecraft.item.crafting.Ingredient@4437c45]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.environmentaltech.modifier_glowing@0 new recipe: RecipeStage{tier='five', recipe=1xtile.environmentaltech.modifier_glowing@0:[net.minecraftforge.oredict.OreIngredient@13a9c878, net.minecraft.item.crafting.Ingredient@76741dac, net.minecraftforge.oredict.OreIngredient@13a9c878, net.minecraft.item.crafting.Ingredient@1c4597f0, net.minecraft.item.crafting.Ingredient@6702a172, net.minecraft.item.crafting.Ingredient@1c4597f0, net.minecraftforge.oredict.OreIngredient@13a9c878, net.minecraft.item.crafting.Ingredient@314d4943, net.minecraftforge.oredict.OreIngredient@13a9c878]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.environmentaltech.modifier_flight_speed@0 new recipe: RecipeStage{tier='five', recipe=1xtile.environmentaltech.modifier_flight_speed@0:[net.minecraft.item.crafting.Ingredient@1239d311, net.minecraft.item.crafting.Ingredient@75172d7c, net.minecraft.item.crafting.Ingredient@1239d311, net.minecraft.item.crafting.Ingredient@67722927, net.minecraft.item.crafting.Ingredient@2b429478, net.minecraft.item.crafting.Ingredient@67722927, net.minecraftforge.oredict.OreIngredient@4c3c4ca9, net.minecraft.item.crafting.Ingredient@535ccbd, net.minecraftforge.oredict.OreIngredient@4c3c4ca9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.environmentaltech.modifier_fire_resistance@0 new recipe: RecipeStage{tier='five', recipe=1xtile.environmentaltech.modifier_fire_resistance@0:[net.minecraft.item.crafting.Ingredient@247a5eda, net.minecraft.item.crafting.Ingredient@3ba0c100, net.minecraft.item.crafting.Ingredient@247a5eda, net.minecraft.item.crafting.Ingredient@69509ae0, net.minecraft.item.crafting.Ingredient@5445ee0b, net.minecraft.item.crafting.Ingredient@69509ae0, net.minecraft.item.crafting.Ingredient@23c2929b, net.minecraft.item.crafting.Ingredient@6324f852, net.minecraft.item.crafting.Ingredient@23c2929b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.environmentaltech.lightning_rod_insulated@0 new recipe: RecipeStage{tier='five', recipe=1xtile.environmentaltech.lightning_rod_insulated@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1e8751ab, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1e8751ab, net.minecraft.item.crafting.Ingredient@255648d, net.minecraftforge.oredict.OreIngredient@1e8751ab, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1e8751ab, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.environmentaltech.lightning_rod@0 new recipe: RecipeStage{tier='five', recipe=3xtile.environmentaltech.lightning_rod@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@fd436e9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@fd436e9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@fd436e9, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.environmentaltech.lightning_cont_6@0 new recipe: RecipeStage{tier='five', recipe=1xtile.environmentaltech.lightning_cont_6@0:[net.minecraftforge.oredict.OreIngredient@5b1317de, net.minecraft.item.crafting.Ingredient@2310557b, net.minecraftforge.oredict.OreIngredient@5b1317de, net.minecraftforge.oredict.OreIngredient@493dce9d, net.minecraft.item.crafting.Ingredient@3c63ea0a, net.minecraftforge.oredict.OreIngredient@493dce9d, net.minecraftforge.oredict.OreIngredient@493dce9d, net.minecraftforge.oredict.OreIngredient@5b1317de, net.minecraftforge.oredict.OreIngredient@493dce9d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.environmentaltech.lightning_cont_5@0 new recipe: RecipeStage{tier='five', recipe=1xtile.environmentaltech.lightning_cont_5@0:[net.minecraftforge.oredict.OreIngredient@eb32436, net.minecraft.item.crafting.Ingredient@5a697c80, net.minecraftforge.oredict.OreIngredient@eb32436, net.minecraftforge.oredict.OreIngredient@9988ee6, net.minecraft.item.crafting.Ingredient@38ac8efd, net.minecraftforge.oredict.OreIngredient@9988ee6, net.minecraftforge.oredict.OreIngredient@9988ee6, net.minecraftforge.oredict.OreIngredient@eb32436, net.minecraftforge.oredict.OreIngredient@9988ee6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.environmentaltech.lightning_cont_4@0 new recipe: RecipeStage{tier='five', recipe=1xtile.environmentaltech.lightning_cont_4@0:[net.minecraftforge.oredict.OreIngredient@70ce3532, net.minecraft.item.crafting.Ingredient@2f1085b3, net.minecraftforge.oredict.OreIngredient@70ce3532, net.minecraftforge.oredict.OreIngredient@54a388d, net.minecraft.item.crafting.Ingredient@3aa17817, net.minecraftforge.oredict.OreIngredient@54a388d, net.minecraftforge.oredict.OreIngredient@54a388d, net.minecraftforge.oredict.OreIngredient@70ce3532, net.minecraftforge.oredict.OreIngredient@54a388d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.environmentaltech.lightning_cont_3@0 new recipe: RecipeStage{tier='five', recipe=1xtile.environmentaltech.lightning_cont_3@0:[net.minecraftforge.oredict.OreIngredient@7764cce9, net.minecraft.item.crafting.Ingredient@75dbe06a, net.minecraftforge.oredict.OreIngredient@7764cce9, net.minecraftforge.oredict.OreIngredient@5e38811b, net.minecraft.item.crafting.Ingredient@6938a980, net.minecraftforge.oredict.OreIngredient@5e38811b, net.minecraftforge.oredict.OreIngredient@5e38811b, net.minecraftforge.oredict.OreIngredient@7764cce9, net.minecraftforge.oredict.OreIngredient@5e38811b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.environmentaltech.lightning_cont_2@0 new recipe: RecipeStage{tier='five', recipe=1xtile.environmentaltech.lightning_cont_2@0:[net.minecraftforge.oredict.OreIngredient@6d80659d, net.minecraft.item.crafting.Ingredient@246afd28, net.minecraftforge.oredict.OreIngredient@6d80659d, net.minecraftforge.oredict.OreIngredient@31d6e4fc, net.minecraft.item.crafting.Ingredient@74a35ba3, net.minecraftforge.oredict.OreIngredient@31d6e4fc, net.minecraftforge.oredict.OreIngredient@31d6e4fc, net.minecraftforge.oredict.OreIngredient@6d80659d, net.minecraftforge.oredict.OreIngredient@31d6e4fc]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.environmentaltech.lightning_cont_1@0 new recipe: RecipeStage{tier='five', recipe=1xtile.environmentaltech.lightning_cont_1@0:[net.minecraft.item.crafting.Ingredient@62d024e4, net.minecraft.item.crafting.Ingredient@1f68f98, net.minecraft.item.crafting.Ingredient@62d024e4, net.minecraftforge.oredict.OreIngredient@1d646a7f, net.minecraft.item.crafting.Ingredient@1f68f98, net.minecraftforge.oredict.OreIngredient@1d646a7f, net.minecraftforge.oredict.OreIngredient@1d646a7f, net.minecraftforge.oredict.OreIngredient@389026fd, net.minecraftforge.oredict.OreIngredient@1d646a7f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.environmentaltech.structure_panel_clear@0 new recipe: RecipeStage{tier='five', recipe=1xtile.environmentaltech.structure_panel_clear@0:[net.minecraftforge.oredict.OreIngredient@1b407828, net.minecraftforge.oredict.OreIngredient@336cdf89, net.minecraftforge.oredict.OreIngredient@1b407828, net.minecraftforge.oredict.OreIngredient@336cdf89, net.minecraft.item.crafting.Ingredient@406e8423, net.minecraftforge.oredict.OreIngredient@336cdf89, net.minecraftforge.oredict.OreIngredient@1b407828, net.minecraftforge.oredict.OreIngredient@336cdf89, net.minecraftforge.oredict.OreIngredient@1b407828]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.environmentaltech.structure_panel@0 new recipe: RecipeStage{tier='five', recipe=1xtile.environmentaltech.structure_panel@0:[net.minecraftforge.oredict.OreIngredient@5b5e3fb7, net.minecraft.item.crafting.Ingredient@281325da, net.minecraftforge.oredict.OreIngredient@5b5e3fb7, net.minecraft.item.crafting.Ingredient@281325da, net.minecraft.item.crafting.Ingredient@55425ac6, net.minecraft.item.crafting.Ingredient@281325da, net.minecraftforge.oredict.OreIngredient@5b5e3fb7, net.minecraft.item.crafting.Ingredient@281325da, net.minecraftforge.oredict.OreIngredient@5b5e3fb7]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.environmentaltech.structure_frame_6@0 new recipe: RecipeStage{tier='five', recipe=1xtile.environmentaltech.structure_frame_6@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5208a48a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@29b85f52, net.minecraft.item.crafting.Ingredient@59c11e1, net.minecraftforge.oredict.OreIngredient@29b85f52, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5208a48a, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.environmentaltech.structure_frame_5@0 new recipe: RecipeStage{tier='five', recipe=1xtile.environmentaltech.structure_frame_5@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@53287558, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1a532b64, net.minecraft.item.crafting.Ingredient@5f830ce4, net.minecraftforge.oredict.OreIngredient@1a532b64, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@783c1604, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.environmentaltech.structure_frame_4@0 new recipe: RecipeStage{tier='five', recipe=1xtile.environmentaltech.structure_frame_4@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@132d58ff, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2e9af9d6, net.minecraft.item.crafting.Ingredient@ee10d09, net.minecraftforge.oredict.OreIngredient@2e9af9d6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@557d349b, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.environmentaltech.structure_frame_3@0 new recipe: RecipeStage{tier='five', recipe=1xtile.environmentaltech.structure_frame_3@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@34b5b3f5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2199652b, net.minecraft.item.crafting.Ingredient@408d9d7f, net.minecraftforge.oredict.OreIngredient@2199652b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5116f5ff, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.environmentaltech.structure_frame_2@0 new recipe: RecipeStage{tier='five', recipe=1xtile.environmentaltech.structure_frame_2@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@79f19812, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@62cb3bd6, net.minecraft.item.crafting.Ingredient@6bf478c9, net.minecraftforge.oredict.OreIngredient@62cb3bd6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@55c72918, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.environmentaltech.structure_frame_1@0 new recipe: RecipeStage{tier='five', recipe=1xtile.environmentaltech.structure_frame_1@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@187a25b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@763aa6a8, net.minecraft.item.crafting.Ingredient@52af5823, net.minecraftforge.oredict.OreIngredient@763aa6a8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1dce43e2, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.environmentaltech.modifier_speed@0 new recipe: RecipeStage{tier='five', recipe=1xtile.environmentaltech.modifier_speed@0:[net.minecraftforge.oredict.OreIngredient@51e50966, net.minecraft.item.crafting.Ingredient@a52f16e, net.minecraftforge.oredict.OreIngredient@51e50966, net.minecraft.item.crafting.Ingredient@110cb8fe, net.minecraft.item.crafting.Ingredient@15c657b3, net.minecraft.item.crafting.Ingredient@110cb8fe, net.minecraftforge.oredict.OreIngredient@51e50966, net.minecraft.item.crafting.Ingredient@8821de4, net.minecraftforge.oredict.OreIngredient@51e50966]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.environmentaltech.modifier_null@0 new recipe: RecipeStage{tier='five', recipe=1xtile.environmentaltech.modifier_null@0:[net.minecraftforge.oredict.OreIngredient@3ac3f669, net.minecraftforge.oredict.OreIngredient@67162a49, net.minecraftforge.oredict.OreIngredient@3ac3f669, net.minecraftforge.oredict.OreIngredient@67162a49, net.minecraft.item.crafting.Ingredient@3298d322, net.minecraftforge.oredict.OreIngredient@67162a49, net.minecraftforge.oredict.OreIngredient@3ac3f669, net.minecraftforge.oredict.OreIngredient@67162a49, net.minecraftforge.oredict.OreIngredient@3ac3f669]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.environmentaltech.interconnect@0 new recipe: RecipeStage{tier='five', recipe=1xtile.environmentaltech.interconnect@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@705086e7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@705086e7, net.minecraft.item.crafting.Ingredient@221cd26f, net.minecraft.item.crafting.Ingredient@705086e7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@705086e7, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.environmentaltech.interconnect@0 new recipe: RecipeStage{tier='five', recipe=1xtile.environmentaltech.interconnect@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@227c8def, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@227c8def, net.minecraft.item.crafting.Ingredient@76c5c78, net.minecraft.item.crafting.Ingredient@227c8def, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@227c8def, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xitem.environmentaltech.connector@0 new recipe: RecipeStage{tier='five', recipe=4xitem.environmentaltech.connector@0:[net.minecraftforge.oredict.OreIngredient@1c8c1fe8, net.minecraftforge.oredict.OreIngredient@6198b332, net.minecraftforge.oredict.OreIngredient@1c8c1fe8, net.minecraftforge.oredict.OreIngredient@6198b332, net.minecraftforge.oredict.OreIngredient@1c8c1fe8, net.minecraftforge.oredict.OreIngredient@6198b332, net.minecraftforge.oredict.OreIngredient@1c8c1fe8, net.minecraftforge.oredict.OreIngredient@6198b332, net.minecraftforge.oredict.OreIngredient@1c8c1fe8]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.environmentaltech.tool_multiblock_assembler@0 new recipe: RecipeStage{tier='five', recipe=1xitem.environmentaltech.tool_multiblock_assembler@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@397a5cbd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@ccdf887, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@ccdf887, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ec.material@32 new recipe: RecipeStage{tier='five', recipe=1xitem.ec.material@32:[net.minecraft.item.crafting.Ingredient@3c3d4507, net.minecraft.item.crafting.Ingredient@3c3d4507, net.minecraft.item.crafting.Ingredient@3c3d4507, net.minecraft.item.crafting.Ingredient@3c3d4507, net.minecraft.item.crafting.Ingredient@3c3d4507, net.minecraft.item.crafting.Ingredient@3c3d4507, net.minecraft.item.crafting.Ingredient@3c3d4507, net.minecraft.item.crafting.Ingredient@3c3d4507, net.minecraft.item.crafting.Ingredient@3c3d4507]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.ec.material@33 new recipe: RecipeStage{tier='five', recipe=9xitem.ec.material@33:[net.minecraft.item.crafting.Ingredient@693fb81d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ec.trimmed@5 new recipe: RecipeStage{tier='five', recipe=1xtile.ec.trimmed@5:[net.minecraft.item.crafting.Ingredient@1d358088, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1d358088, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4c0842b2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1d358088, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1d358088]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ec.trimmed@0 new recipe: RecipeStage{tier='three', recipe=1xtile.ec.trimmed@0:[net.minecraftforge.oredict.OreIngredient@6079e32e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6079e32e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1a7b27f0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6079e32e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6079e32e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ec.trimmed@1 new recipe: RecipeStage{tier='three', recipe=1xtile.ec.trimmed@1:[net.minecraftforge.oredict.OreIngredient@40d024a3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@40d024a3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@58eae227, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@40d024a3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@40d024a3]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ec.trimmed@3 new recipe: RecipeStage{tier='five', recipe=1xtile.ec.trimmed@3:[net.minecraftforge.oredict.OreIngredient@4684f764, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4684f764, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@65dc011a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4684f764, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4684f764]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ec.trimmed@2 new recipe: RecipeStage{tier='five', recipe=1xtile.ec.trimmed@2:[net.minecraftforge.oredict.OreIngredient@664465a4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@664465a4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@60778bad, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@664465a4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@664465a4]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ec.trimmed@4 new recipe: RecipeStage{tier='five', recipe=1xtile.ec.trimmed@4:[net.minecraft.item.crafting.Ingredient@6fa25cb3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6fa25cb3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7f4c28b8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6fa25cb3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6fa25cb3]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ec.table_ultimate@0 new recipe: RecipeStage{tier='five', recipe=1xtile.ec.table_ultimate@0:[net.minecraft.item.crafting.Ingredient@501ea3ba, net.minecraft.item.crafting.Ingredient@71049eb5, net.minecraft.item.crafting.Ingredient@501ea3ba, net.minecraft.item.crafting.Ingredient@25b7da01, net.minecraft.item.crafting.Ingredient@38f8acac, net.minecraft.item.crafting.Ingredient@25b7da01, net.minecraft.item.crafting.Ingredient@501ea3ba, net.minecraft.item.crafting.Ingredient@c64de59, net.minecraft.item.crafting.Ingredient@501ea3ba]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ec.table_advanced@0 new recipe: RecipeStage{tier='three', recipe=1xtile.ec.table_advanced@0:[net.minecraft.item.crafting.Ingredient@2b2e6890, net.minecraft.item.crafting.Ingredient@1a28c23c, net.minecraft.item.crafting.Ingredient@2b2e6890, net.minecraft.item.crafting.Ingredient@5ab6adfe, net.minecraft.item.crafting.Ingredient@b23b996, net.minecraft.item.crafting.Ingredient@5ab6adfe, net.minecraft.item.crafting.Ingredient@2b2e6890, net.minecraft.item.crafting.Ingredient@c513529, net.minecraft.item.crafting.Ingredient@2b2e6890]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xtile.ec.pedestal@0 new recipe: RecipeStage{tier='three', recipe=2xtile.ec.pedestal@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@74b457e4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@74b457e4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@74b457e4, net.minecraft.item.crafting.Ingredient@73836c3d, net.minecraft.item.crafting.Ingredient@74b457e4]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.netherStar@0 new recipe: RecipeStage{tier='three', recipe=1xitem.netherStar@0:[net.minecraft.item.crafting.Ingredient@24c70740, net.minecraft.item.crafting.Ingredient@24c70740, net.minecraft.item.crafting.Ingredient@24c70740, net.minecraft.item.crafting.Ingredient@24c70740, net.minecraft.item.crafting.Ingredient@24c70740, net.minecraft.item.crafting.Ingredient@24c70740, net.minecraft.item.crafting.Ingredient@24c70740, net.minecraft.item.crafting.Ingredient@24c70740, net.minecraft.item.crafting.Ingredient@24c70740]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.ec.material@140 new recipe: RecipeStage{tier='five', recipe=9xitem.ec.material@140:[net.minecraft.item.crafting.Ingredient@5ff68d3f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ec.lamp@1 new recipe: RecipeStage{tier='three', recipe=1xtile.ec.lamp@1:[net.minecraft.item.crafting.Ingredient@2d10dd92, net.minecraft.item.crafting.Ingredient@3c01fece]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ec.lamp@0 new recipe: RecipeStage{tier='three', recipe=1xtile.ec.lamp@0:[net.minecraft.item.crafting.Ingredient@3baf8177, net.minecraft.item.crafting.Ingredient@12b134ea]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ec.interface@0 new recipe: RecipeStage{tier='four', recipe=1xtile.ec.interface@0:[net.minecraft.item.crafting.Ingredient@15c8f32b, net.minecraft.item.crafting.Ingredient@4e9ed66e, net.minecraft.item.crafting.Ingredient@15c8f32b, net.minecraft.item.crafting.Ingredient@531c77ae, net.minecraft.item.crafting.Ingredient@58b3c438, net.minecraft.item.crafting.Ingredient@531c77ae, net.minecraft.item.crafting.Ingredient@15c8f32b, net.minecraft.item.crafting.Ingredient@23b609ba, net.minecraft.item.crafting.Ingredient@15c8f32b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ec.handheld_table@0 new recipe: RecipeStage{tier='two', recipe=1xitem.ec.handheld_table@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3eee7bfb, net.minecraftforge.oredict.OreIngredient@1a739f7e, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.guide.extendedcrafting@0 new recipe: RecipeStage{tier='two', recipe=1xitem.guide.extendedcrafting@0:[net.minecraft.item.crafting.Ingredient@38febaa1, net.minecraft.item.crafting.Ingredient@79a80e4a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ec.frame@0 new recipe: RecipeStage{tier='three', recipe=1xtile.ec.frame@0:[net.minecraft.item.crafting.Ingredient@7c193454, net.minecraftforge.oredict.OreIngredient@536492ed, net.minecraft.item.crafting.Ingredient@7c193454, net.minecraftforge.oredict.OreIngredient@536492ed, net.minecraft.item.crafting.Ingredient@3a16cba6, net.minecraftforge.oredict.OreIngredient@536492ed, net.minecraft.item.crafting.Ingredient@7c193454, net.minecraftforge.oredict.OreIngredient@536492ed, net.minecraft.item.crafting.Ingredient@7c193454]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ec.material@48 new recipe: RecipeStage{tier='four', recipe=1xitem.ec.material@48:[net.minecraft.item.crafting.Ingredient@64762c66, net.minecraft.item.crafting.Ingredient@64762c66, net.minecraft.item.crafting.Ingredient@64762c66, net.minecraft.item.crafting.Ingredient@64762c66, net.minecraft.item.crafting.Ingredient@64762c66, net.minecraft.item.crafting.Ingredient@64762c66, net.minecraft.item.crafting.Ingredient@64762c66, net.minecraft.item.crafting.Ingredient@64762c66, net.minecraft.item.crafting.Ingredient@64762c66]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.ec.material@49 new recipe: RecipeStage{tier='four', recipe=9xitem.ec.material@49:[net.minecraft.item.crafting.Ingredient@11742ebe]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ec.material@40 new recipe: RecipeStage{tier='four', recipe=1xitem.ec.material@40:[net.minecraft.item.crafting.Ingredient@37d74ec1, net.minecraft.item.crafting.Ingredient@37d74ec1, net.minecraft.item.crafting.Ingredient@37d74ec1, net.minecraft.item.crafting.Ingredient@37d74ec1, net.minecraft.item.crafting.Ingredient@37d74ec1, net.minecraft.item.crafting.Ingredient@37d74ec1, net.minecraft.item.crafting.Ingredient@37d74ec1, net.minecraft.item.crafting.Ingredient@37d74ec1, net.minecraft.item.crafting.Ingredient@37d74ec1]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.ec.material@41 new recipe: RecipeStage{tier='four', recipe=9xitem.ec.material@41:[net.minecraft.item.crafting.Ingredient@12904116]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ec.material@36 new recipe: RecipeStage{tier='four', recipe=1xitem.ec.material@36:[net.minecraft.item.crafting.Ingredient@6910771b, net.minecraft.item.crafting.Ingredient@6910771b, net.minecraft.item.crafting.Ingredient@6910771b, net.minecraft.item.crafting.Ingredient@6910771b, net.minecraft.item.crafting.Ingredient@6910771b, net.minecraft.item.crafting.Ingredient@6910771b, net.minecraft.item.crafting.Ingredient@6910771b, net.minecraft.item.crafting.Ingredient@6910771b, net.minecraft.item.crafting.Ingredient@6910771b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.ec.material@37 new recipe: RecipeStage{tier='four', recipe=9xitem.ec.material@37:[net.minecraft.item.crafting.Ingredient@4ba663ef]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ec.material@36 new recipe: RecipeStage{tier='four', recipe=1xitem.ec.material@36:[net.minecraftforge.oredict.OreIngredient@3dbb3c3c, net.minecraftforge.oredict.OreIngredient@cfa1392]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.emerald@0 new recipe: RecipeStage{tier='five', recipe=1xitem.emerald@0:[net.minecraft.item.crafting.Ingredient@2d317b27, net.minecraft.item.crafting.Ingredient@2d317b27, net.minecraft.item.crafting.Ingredient@2d317b27, net.minecraft.item.crafting.Ingredient@2d317b27, net.minecraft.item.crafting.Ingredient@2d317b27, net.minecraft.item.crafting.Ingredient@2d317b27, net.minecraft.item.crafting.Ingredient@2d317b27, net.minecraft.item.crafting.Ingredient@2d317b27, net.minecraft.item.crafting.Ingredient@2d317b27]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.ec.material@128 new recipe: RecipeStage{tier='five', recipe=9xitem.ec.material@128:[net.minecraftforge.oredict.OreIngredient@1ce02cae]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.ec.material@129 new recipe: RecipeStage{tier='five', recipe=9xitem.ec.material@129:[net.minecraftforge.oredict.OreIngredient@13a5f949]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ec.material@24 new recipe: RecipeStage{tier='five', recipe=1xitem.ec.material@24:[net.minecraft.item.crafting.Ingredient@6deeb0a2, net.minecraft.item.crafting.Ingredient@6deeb0a2, net.minecraft.item.crafting.Ingredient@6deeb0a2, net.minecraft.item.crafting.Ingredient@6deeb0a2, net.minecraft.item.crafting.Ingredient@6deeb0a2, net.minecraft.item.crafting.Ingredient@6deeb0a2, net.minecraft.item.crafting.Ingredient@6deeb0a2, net.minecraft.item.crafting.Ingredient@6deeb0a2, net.minecraft.item.crafting.Ingredient@6deeb0a2]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.ec.material@25 new recipe: RecipeStage{tier='five', recipe=9xitem.ec.material@25:[net.minecraft.item.crafting.Ingredient@492fe5d8]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ec.crafting_core@0 new recipe: RecipeStage{tier='five', recipe=1xtile.ec.crafting_core@0:[net.minecraft.item.crafting.Ingredient@c9beea, net.minecraft.item.crafting.Ingredient@32b16e80, net.minecraft.item.crafting.Ingredient@c9beea, net.minecraft.item.crafting.Ingredient@6aa83f8a, net.minecraft.item.crafting.Ingredient@78595269, net.minecraft.item.crafting.Ingredient@6aa83f8a, net.minecraft.item.crafting.Ingredient@c9beea, net.minecraft.item.crafting.Ingredient@3d609aa8, net.minecraft.item.crafting.Ingredient@c9beea]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ec.material@17 new recipe: RecipeStage{tier='five', recipe=1xitem.ec.material@17:[net.minecraft.item.crafting.Ingredient@54cd4d3c, net.minecraft.item.crafting.Ingredient@3ff15b4d, net.minecraftforge.oredict.OreIngredient@ef91a34, net.minecraftforge.oredict.OreIngredient@6c71bac4]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ec.material@18 new recipe: RecipeStage{tier='five', recipe=1xitem.ec.material@18:[net.minecraft.item.crafting.Ingredient@26ad08c9, net.minecraft.item.crafting.Ingredient@21040eac, net.minecraft.item.crafting.Ingredient@5d57ae11, net.minecraft.item.crafting.Ingredient@3df838]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ec.material@11 new recipe: RecipeStage{tier='five', recipe=1xitem.ec.material@11:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@71fd0f3b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@71fd0f3b, net.minecraft.item.crafting.Ingredient@142eb34d, net.minecraft.item.crafting.Ingredient@71fd0f3b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@71fd0f3b, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ec.material@12 new recipe: RecipeStage{tier='five', recipe=1xitem.ec.material@12:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4024e2fa, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4024e2fa, net.minecraft.item.crafting.Ingredient@59445154, net.minecraft.item.crafting.Ingredient@4024e2fa, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4024e2fa, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ec.material@8 new recipe: RecipeStage{tier='two', recipe=1xitem.ec.material@8:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2a8424a5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2a8424a5, net.minecraft.item.crafting.Ingredient@4f06a0a2, net.minecraft.item.crafting.Ingredient@2a8424a5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2a8424a5, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ec.material@9 new recipe: RecipeStage{tier='three', recipe=1xitem.ec.material@9:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4442f419, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4442f419, net.minecraft.item.crafting.Ingredient@91e4e85, net.minecraft.item.crafting.Ingredient@4442f419, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4442f419, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ec.compressor@0 new recipe: RecipeStage{tier='five', recipe=1xtile.ec.compressor@0:[net.minecraft.item.crafting.Ingredient@4e5716e5, net.minecraft.item.crafting.Ingredient@3da1e37d, net.minecraft.item.crafting.Ingredient@4e5716e5, net.minecraft.item.crafting.Ingredient@7396054f, net.minecraft.item.crafting.Ingredient@5b4cc616, net.minecraft.item.crafting.Ingredient@7396054f, net.minecraft.item.crafting.Ingredient@4e5716e5, net.minecraft.item.crafting.Ingredient@2e83de70, net.minecraft.item.crafting.Ingredient@4e5716e5]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ec.material@19 new recipe: RecipeStage{tier='five', recipe=1xitem.ec.material@19:[net.minecraft.item.crafting.Ingredient@44b79d6d, net.minecraft.item.crafting.Ingredient@70cf2b52, net.minecraft.item.crafting.Ingredient@75763521, net.minecraft.item.crafting.Ingredient@301e7a45]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ec.material@13 new recipe: RecipeStage{tier='five', recipe=1xitem.ec.material@13:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@58383f85, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@58383f85, net.minecraft.item.crafting.Ingredient@463296b8, net.minecraft.item.crafting.Ingredient@58383f85, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@58383f85, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ec.storage@4 new recipe: RecipeStage{tier='five', recipe=1xtile.ec.storage@4:[net.minecraft.item.crafting.Ingredient@861d969, net.minecraft.item.crafting.Ingredient@861d969, net.minecraft.item.crafting.Ingredient@861d969, net.minecraft.item.crafting.Ingredient@861d969, net.minecraft.item.crafting.Ingredient@861d969, net.minecraft.item.crafting.Ingredient@861d969, net.minecraft.item.crafting.Ingredient@861d969, net.minecraft.item.crafting.Ingredient@861d969, net.minecraft.item.crafting.Ingredient@861d969]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.ec.material@32 new recipe: RecipeStage{tier='five', recipe=9xitem.ec.material@32:[net.minecraft.item.crafting.Ingredient@133eae71]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ec.storage@2 new recipe: RecipeStage{tier='five', recipe=1xtile.ec.storage@2:[net.minecraft.item.crafting.Ingredient@f947cd2, net.minecraft.item.crafting.Ingredient@f947cd2, net.minecraft.item.crafting.Ingredient@f947cd2, net.minecraft.item.crafting.Ingredient@f947cd2, net.minecraft.item.crafting.Ingredient@f947cd2, net.minecraft.item.crafting.Ingredient@f947cd2, net.minecraft.item.crafting.Ingredient@f947cd2, net.minecraft.item.crafting.Ingredient@f947cd2, net.minecraft.item.crafting.Ingredient@f947cd2]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.netherStar@0 new recipe: RecipeStage{tier='three', recipe=9xitem.netherStar@0:[net.minecraft.item.crafting.Ingredient@578eaa29]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ec.storage@1 new recipe: RecipeStage{tier='three', recipe=1xtile.ec.storage@1:[net.minecraft.item.crafting.Ingredient@2aa24689, net.minecraft.item.crafting.Ingredient@2aa24689, net.minecraft.item.crafting.Ingredient@2aa24689, net.minecraft.item.crafting.Ingredient@2aa24689, net.minecraft.item.crafting.Ingredient@2aa24689, net.minecraft.item.crafting.Ingredient@2aa24689, net.minecraft.item.crafting.Ingredient@2aa24689, net.minecraft.item.crafting.Ingredient@2aa24689, net.minecraft.item.crafting.Ingredient@2aa24689]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ec.storage@7 new recipe: RecipeStage{tier='four', recipe=1xtile.ec.storage@7:[net.minecraft.item.crafting.Ingredient@2759ef99, net.minecraft.item.crafting.Ingredient@2759ef99, net.minecraft.item.crafting.Ingredient@2759ef99, net.minecraft.item.crafting.Ingredient@2759ef99, net.minecraft.item.crafting.Ingredient@2759ef99, net.minecraft.item.crafting.Ingredient@2759ef99, net.minecraft.item.crafting.Ingredient@2759ef99, net.minecraft.item.crafting.Ingredient@2759ef99, net.minecraft.item.crafting.Ingredient@2759ef99]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.ec.material@48 new recipe: RecipeStage{tier='four', recipe=9xitem.ec.material@48:[net.minecraft.item.crafting.Ingredient@781fb800]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ec.storage@5 new recipe: RecipeStage{tier='four', recipe=1xtile.ec.storage@5:[net.minecraft.item.crafting.Ingredient@85e6544, net.minecraft.item.crafting.Ingredient@85e6544, net.minecraft.item.crafting.Ingredient@85e6544, net.minecraft.item.crafting.Ingredient@85e6544, net.minecraft.item.crafting.Ingredient@85e6544, net.minecraft.item.crafting.Ingredient@85e6544, net.minecraft.item.crafting.Ingredient@85e6544, net.minecraft.item.crafting.Ingredient@85e6544, net.minecraft.item.crafting.Ingredient@85e6544]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ec.storage@6 new recipe: RecipeStage{tier='four', recipe=1xtile.ec.storage@6:[net.minecraft.item.crafting.Ingredient@20a8953e, net.minecraft.item.crafting.Ingredient@20a8953e, net.minecraft.item.crafting.Ingredient@20a8953e, net.minecraft.item.crafting.Ingredient@20a8953e, net.minecraft.item.crafting.Ingredient@20a8953e, net.minecraft.item.crafting.Ingredient@20a8953e, net.minecraft.item.crafting.Ingredient@20a8953e, net.minecraft.item.crafting.Ingredient@20a8953e, net.minecraft.item.crafting.Ingredient@20a8953e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.ec.material@40 new recipe: RecipeStage{tier='four', recipe=9xitem.ec.material@40:[net.minecraft.item.crafting.Ingredient@316d161d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.ec.material@36 new recipe: RecipeStage{tier='four', recipe=9xitem.ec.material@36:[net.minecraft.item.crafting.Ingredient@2260ffd2]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ec.storage@3 new recipe: RecipeStage{tier='five', recipe=1xtile.ec.storage@3:[net.minecraft.item.crafting.Ingredient@aa7eb6f, net.minecraft.item.crafting.Ingredient@aa7eb6f, net.minecraft.item.crafting.Ingredient@aa7eb6f, net.minecraft.item.crafting.Ingredient@aa7eb6f, net.minecraft.item.crafting.Ingredient@aa7eb6f, net.minecraft.item.crafting.Ingredient@aa7eb6f, net.minecraft.item.crafting.Ingredient@aa7eb6f, net.minecraft.item.crafting.Ingredient@aa7eb6f, net.minecraft.item.crafting.Ingredient@aa7eb6f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.ec.material@24 new recipe: RecipeStage{tier='five', recipe=9xitem.ec.material@24:[net.minecraft.item.crafting.Ingredient@73d154c9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.wall_gc@5 new recipe: RecipeStage{tier='five', recipe=6xtile.wall_gc@5:[net.minecraft.item.crafting.Ingredient@3e4fdb73, net.minecraft.item.crafting.Ingredient@3e4fdb73, net.minecraft.item.crafting.Ingredient@3e4fdb73, net.minecraft.item.crafting.Ingredient@3e4fdb73, net.minecraft.item.crafting.Ingredient@3e4fdb73, net.minecraft.item.crafting.Ingredient@3e4fdb73]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.wall_gc@4 new recipe: RecipeStage{tier='five', recipe=6xtile.wall_gc@4:[net.minecraft.item.crafting.Ingredient@6ea90603, net.minecraft.item.crafting.Ingredient@6ea90603, net.minecraft.item.crafting.Ingredient@6ea90603, net.minecraft.item.crafting.Ingredient@6ea90603, net.minecraft.item.crafting.Ingredient@6ea90603, net.minecraft.item.crafting.Ingredient@6ea90603]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.wall_gc@3 new recipe: RecipeStage{tier='five', recipe=6xtile.wall_gc@3:[net.minecraft.item.crafting.Ingredient@36e48ba5, net.minecraft.item.crafting.Ingredient@36e48ba5, net.minecraft.item.crafting.Ingredient@36e48ba5, net.minecraft.item.crafting.Ingredient@36e48ba5, net.minecraft.item.crafting.Ingredient@36e48ba5, net.minecraft.item.crafting.Ingredient@36e48ba5]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.wall_gc@2 new recipe: RecipeStage{tier='five', recipe=6xtile.wall_gc@2:[net.minecraft.item.crafting.Ingredient@cceb7e9, net.minecraft.item.crafting.Ingredient@cceb7e9, net.minecraft.item.crafting.Ingredient@cceb7e9, net.minecraft.item.crafting.Ingredient@cceb7e9, net.minecraft.item.crafting.Ingredient@cceb7e9, net.minecraft.item.crafting.Ingredient@cceb7e9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.wall_gc@1 new recipe: RecipeStage{tier='five', recipe=6xtile.wall_gc@1:[net.minecraft.item.crafting.Ingredient@76b5c35c, net.minecraft.item.crafting.Ingredient@76b5c35c, net.minecraft.item.crafting.Ingredient@76b5c35c, net.minecraft.item.crafting.Ingredient@76b5c35c, net.minecraft.item.crafting.Ingredient@76b5c35c, net.minecraft.item.crafting.Ingredient@76b5c35c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.wall_gc@0 new recipe: RecipeStage{tier='five', recipe=6xtile.wall_gc@0:[net.minecraft.item.crafting.Ingredient@7f5911f5, net.minecraft.item.crafting.Ingredient@7f5911f5, net.minecraft.item.crafting.Ingredient@7f5911f5, net.minecraft.item.crafting.Ingredient@7f5911f5, net.minecraft.item.crafting.Ingredient@7f5911f5, net.minecraft.item.crafting.Ingredient@7f5911f5]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.view_screen@0 new recipe: RecipeStage{tier='five', recipe=1xtile.view_screen@0:[net.minecraftforge.oredict.OreIngredient@5920f8, net.minecraftforge.oredict.OreIngredient@77d17ea6, net.minecraftforge.oredict.OreIngredient@5920f8, net.minecraftforge.oredict.OreIngredient@77d17ea6, net.minecraft.item.crafting.Ingredient@3723e040, net.minecraftforge.oredict.OreIngredient@77d17ea6, net.minecraftforge.oredict.OreIngredient@5920f8, net.minecraftforge.oredict.OreIngredient@77d17ea6, net.minecraftforge.oredict.OreIngredient@5920f8]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.tin_stairs_2@0 new recipe: RecipeStage{tier='five', recipe=4xtile.tin_stairs_2@0:[net.minecraft.item.crafting.Ingredient@7eb9e5ea, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7eb9e5ea, net.minecraft.item.crafting.Ingredient@7eb9e5ea, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7eb9e5ea, net.minecraft.item.crafting.Ingredient@7eb9e5ea, net.minecraft.item.crafting.Ingredient@7eb9e5ea]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.tin_stairs_2@0 new recipe: RecipeStage{tier='five', recipe=4xtile.tin_stairs_2@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@270ae225, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@270ae225, net.minecraft.item.crafting.Ingredient@270ae225, net.minecraft.item.crafting.Ingredient@270ae225, net.minecraft.item.crafting.Ingredient@270ae225, net.minecraft.item.crafting.Ingredient@270ae225]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.tin_stairs_1@0 new recipe: RecipeStage{tier='five', recipe=4xtile.tin_stairs_1@0:[net.minecraft.item.crafting.Ingredient@3f6cd8ca, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3f6cd8ca, net.minecraft.item.crafting.Ingredient@3f6cd8ca, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3f6cd8ca, net.minecraft.item.crafting.Ingredient@3f6cd8ca, net.minecraft.item.crafting.Ingredient@3f6cd8ca]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.tin_stairs_1@0 new recipe: RecipeStage{tier='five', recipe=4xtile.tin_stairs_1@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4713af50, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4713af50, net.minecraft.item.crafting.Ingredient@4713af50, net.minecraft.item.crafting.Ingredient@4713af50, net.minecraft.item.crafting.Ingredient@4713af50, net.minecraft.item.crafting.Ingredient@4713af50]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.telemetry@0 new recipe: RecipeStage{tier='five', recipe=1xtile.telemetry@0:[net.minecraftforge.oredict.OreIngredient@2c334b4c, net.minecraft.item.crafting.Ingredient@2798b6ce, net.minecraftforge.oredict.OreIngredient@2c334b4c, net.minecraftforge.oredict.OreIngredient@2c334b4c, net.minecraftforge.oredict.OreIngredient@77112765, net.minecraftforge.oredict.OreIngredient@2c334b4c, net.minecraftforge.oredict.OreIngredient@ec2c281, net.minecraftforge.oredict.OreIngredient@ec2c281, net.minecraftforge.oredict.OreIngredient@ec2c281]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.steel_sword@0 new recipe: RecipeStage{tier='five', recipe=1xitem.steel_sword@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@21823b26, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@21823b26, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3c4b4b5d, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.steel_shovel@0 new recipe: RecipeStage{tier='five', recipe=1xitem.steel_shovel@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@610e3faa, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3b8cb367, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3b8cb367, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xitem.steel_pole@0 new recipe: RecipeStage{tier='four', recipe=2xitem.steel_pole@0:[net.minecraftforge.oredict.OreIngredient@74f27b2b, net.minecraftforge.oredict.OreIngredient@74f27b2b, net.minecraftforge.oredict.OreIngredient@74f27b2b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.steel_pickaxe@0 new recipe: RecipeStage{tier='five', recipe=1xitem.steel_pickaxe@0:[net.minecraftforge.oredict.OreIngredient@2ab65850, net.minecraftforge.oredict.OreIngredient@2ab65850, net.minecraftforge.oredict.OreIngredient@2ab65850, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@59514607, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@59514607, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.steel_leggings@0 new recipe: RecipeStage{tier='five', recipe=1xitem.steel_leggings@0:[net.minecraftforge.oredict.OreIngredient@72576f, net.minecraftforge.oredict.OreIngredient@72576f, net.minecraftforge.oredict.OreIngredient@72576f, net.minecraftforge.oredict.OreIngredient@72576f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@72576f, net.minecraftforge.oredict.OreIngredient@72576f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@72576f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.steel_hoe@0 new recipe: RecipeStage{tier='five', recipe=1xitem.steel_hoe@0:[net.minecraftforge.oredict.OreIngredient@5d73e68b, net.minecraftforge.oredict.OreIngredient@5d73e68b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@16bb83e6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@16bb83e6, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.steel_hoe@0 new recipe: RecipeStage{tier='five', recipe=1xitem.steel_hoe@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@187de6bf, net.minecraftforge.oredict.OreIngredient@187de6bf, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@e17e2d4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@e17e2d4, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.steel_helmet@0 new recipe: RecipeStage{tier='five', recipe=1xitem.steel_helmet@0:[net.minecraftforge.oredict.OreIngredient@641aecb5, net.minecraftforge.oredict.OreIngredient@641aecb5, net.minecraftforge.oredict.OreIngredient@641aecb5, net.minecraftforge.oredict.OreIngredient@641aecb5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@641aecb5]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.steel_chestplate@0 new recipe: RecipeStage{tier='five', recipe=1xitem.steel_chestplate@0:[net.minecraftforge.oredict.OreIngredient@5946f5d6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5946f5d6, net.minecraftforge.oredict.OreIngredient@5946f5d6, net.minecraftforge.oredict.OreIngredient@5946f5d6, net.minecraftforge.oredict.OreIngredient@5946f5d6, net.minecraftforge.oredict.OreIngredient@5946f5d6, net.minecraftforge.oredict.OreIngredient@5946f5d6, net.minecraftforge.oredict.OreIngredient@5946f5d6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.steel_boots@0 new recipe: RecipeStage{tier='five', recipe=1xitem.steel_boots@0:[net.minecraftforge.oredict.OreIngredient@2fcae64d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2fcae64d, net.minecraftforge.oredict.OreIngredient@2fcae64d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2fcae64d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.steel_axe@0 new recipe: RecipeStage{tier='five', recipe=1xitem.steel_axe@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2164532c, net.minecraftforge.oredict.OreIngredient@2164532c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6ad6488c, net.minecraftforge.oredict.OreIngredient@2164532c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6ad6488c, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.steel_axe@0 new recipe: RecipeStage{tier='five', recipe=1xitem.steel_axe@0:[net.minecraftforge.oredict.OreIngredient@4863ea05, net.minecraftforge.oredict.OreIngredient@4863ea05, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4863ea05, net.minecraftforge.oredict.OreIngredient@5cf743fe, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5cf743fe, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.standard_wrench@0 new recipe: RecipeStage{tier='four', recipe=1xitem.standard_wrench@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@46067dd3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@749c8d1f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@749c8d1f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.spin_thruster@0 new recipe: RecipeStage{tier='five', recipe=1xtile.spin_thruster@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@259afaf2, net.minecraftforge.oredict.OreIngredient@44f6e0d8, net.minecraft.item.crafting.Ingredient@c19fdb6, net.minecraftforge.oredict.OreIngredient@2fe0c94e, net.minecraft.item.crafting.Ingredient@695ba3, net.minecraftforge.oredict.OreIngredient@2fe0c94e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 5xtile.space_glass_vanilla@1 new recipe: RecipeStage{tier='five', recipe=5xtile.space_glass_vanilla@1:[net.minecraft.item.crafting.Ingredient@21834931, net.minecraft.item.crafting.Ingredient@39ef8f53, net.minecraft.item.crafting.Ingredient@21834931, net.minecraft.item.crafting.Ingredient@39ef8f53, net.minecraft.item.crafting.Ingredient@39ef8f53, net.minecraft.item.crafting.Ingredient@39ef8f53, net.minecraft.item.crafting.Ingredient@21834931, net.minecraft.item.crafting.Ingredient@39ef8f53, net.minecraft.item.crafting.Ingredient@21834931]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 5xtile.space_glass_vanilla@0 new recipe: RecipeStage{tier='five', recipe=5xtile.space_glass_vanilla@0:[net.minecraftforge.oredict.OreIngredient@570515f2, net.minecraft.item.crafting.Ingredient@608f5ee6, net.minecraftforge.oredict.OreIngredient@570515f2, net.minecraft.item.crafting.Ingredient@608f5ee6, net.minecraft.item.crafting.Ingredient@608f5ee6, net.minecraft.item.crafting.Ingredient@608f5ee6, net.minecraftforge.oredict.OreIngredient@570515f2, net.minecraft.item.crafting.Ingredient@608f5ee6, net.minecraftforge.oredict.OreIngredient@570515f2]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 5xtile.space_glass_strong@1 new recipe: RecipeStage{tier='five', recipe=5xtile.space_glass_strong@1:[net.minecraft.item.crafting.Ingredient@2ac1a727, net.minecraft.item.crafting.Ingredient@73af67ce, net.minecraft.item.crafting.Ingredient@2ac1a727, net.minecraft.item.crafting.Ingredient@73af67ce, net.minecraft.item.crafting.Ingredient@73af67ce, net.minecraft.item.crafting.Ingredient@73af67ce, net.minecraft.item.crafting.Ingredient@2ac1a727, net.minecraft.item.crafting.Ingredient@73af67ce, net.minecraft.item.crafting.Ingredient@2ac1a727]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 5xtile.space_glass_strong@0 new recipe: RecipeStage{tier='five', recipe=5xtile.space_glass_strong@0:[net.minecraftforge.oredict.OreIngredient@42474b44, net.minecraft.item.crafting.Ingredient@fcd5146, net.minecraftforge.oredict.OreIngredient@42474b44, net.minecraft.item.crafting.Ingredient@fcd5146, net.minecraft.item.crafting.Ingredient@fcd5146, net.minecraft.item.crafting.Ingredient@fcd5146, net.minecraftforge.oredict.OreIngredient@42474b44, net.minecraft.item.crafting.Ingredient@fcd5146, net.minecraftforge.oredict.OreIngredient@42474b44]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 5xtile.space_glass_clear@1 new recipe: RecipeStage{tier='four', recipe=5xtile.space_glass_clear@1:[net.minecraft.item.crafting.Ingredient@668f7705, net.minecraft.item.crafting.Ingredient@1bcbc55d, net.minecraft.item.crafting.Ingredient@668f7705, net.minecraft.item.crafting.Ingredient@1bcbc55d, net.minecraft.item.crafting.Ingredient@1bcbc55d, net.minecraft.item.crafting.Ingredient@1bcbc55d, net.minecraft.item.crafting.Ingredient@668f7705, net.minecraft.item.crafting.Ingredient@1bcbc55d, net.minecraft.item.crafting.Ingredient@668f7705]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 5xtile.space_glass_clear@0 new recipe: RecipeStage{tier='four', recipe=5xtile.space_glass_clear@0:[net.minecraftforge.oredict.OreIngredient@3f7627ce, net.minecraft.item.crafting.Ingredient@4ae0d4af, net.minecraftforge.oredict.OreIngredient@3f7627ce, net.minecraft.item.crafting.Ingredient@4ae0d4af, net.minecraft.item.crafting.Ingredient@4ae0d4af, net.minecraft.item.crafting.Ingredient@4ae0d4af, net.minecraftforge.oredict.OreIngredient@3f7627ce, net.minecraft.item.crafting.Ingredient@4ae0d4af, net.minecraftforge.oredict.OreIngredient@3f7627ce]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.solar@4 new recipe: RecipeStage{tier='five', recipe=1xtile.solar@4:[net.minecraftforge.oredict.OreIngredient@598caf0e, net.minecraft.item.crafting.Ingredient@4cf28ca, net.minecraftforge.oredict.OreIngredient@598caf0e, net.minecraftforge.oredict.OreIngredient@598caf0e, net.minecraft.item.crafting.Ingredient@679893bb, net.minecraftforge.oredict.OreIngredient@598caf0e, net.minecraft.item.crafting.Ingredient@1e8fb767, net.minecraftforge.oredict.OreIngredient@7d184a0, net.minecraft.item.crafting.Ingredient@1e8fb767]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.solar@0 new recipe: RecipeStage{tier='five', recipe=1xtile.solar@0:[net.minecraftforge.oredict.OreIngredient@73fac737, net.minecraft.item.crafting.Ingredient@74104dc, net.minecraftforge.oredict.OreIngredient@73fac737, net.minecraftforge.oredict.OreIngredient@73fac737, net.minecraft.item.crafting.Ingredient@6217b6e8, net.minecraftforge.oredict.OreIngredient@73fac737, net.minecraft.item.crafting.Ingredient@e7d79cd, net.minecraftforge.oredict.OreIngredient@5d32ebe1, net.minecraft.item.crafting.Ingredient@e7d79cd]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.slimeball@0 new recipe: RecipeStage{tier='zero', recipe=1xitem.slimeball@0:[net.minecraft.item.crafting.Ingredient@4d7da90d, net.minecraft.item.crafting.Ingredient@74fd2349, net.minecraft.item.crafting.Ingredient@4d7da90d, net.minecraft.item.crafting.Ingredient@74fd2349, net.minecraft.item.crafting.Ingredient@5dc1592d, net.minecraft.item.crafting.Ingredient@74fd2349, net.minecraft.item.crafting.Ingredient@4d7da90d, net.minecraft.item.crafting.Ingredient@74fd2349, net.minecraft.item.crafting.Ingredient@4d7da90d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.slab_gc_half@5 new recipe: RecipeStage{tier='five', recipe=6xtile.slab_gc_half@5:[net.minecraft.item.crafting.Ingredient@557a1f4d, net.minecraft.item.crafting.Ingredient@557a1f4d, net.minecraft.item.crafting.Ingredient@557a1f4d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.slab_gc_half@4 new recipe: RecipeStage{tier='five', recipe=6xtile.slab_gc_half@4:[net.minecraft.item.crafting.Ingredient@74b5195a, net.minecraft.item.crafting.Ingredient@74b5195a, net.minecraft.item.crafting.Ingredient@74b5195a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.slab_gc_half@3 new recipe: RecipeStage{tier='five', recipe=6xtile.slab_gc_half@3:[net.minecraft.item.crafting.Ingredient@2ce2e2e6, net.minecraft.item.crafting.Ingredient@2ce2e2e6, net.minecraft.item.crafting.Ingredient@2ce2e2e6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.slab_gc_half@2 new recipe: RecipeStage{tier='five', recipe=6xtile.slab_gc_half@2:[net.minecraft.item.crafting.Ingredient@42508624, net.minecraft.item.crafting.Ingredient@42508624, net.minecraft.item.crafting.Ingredient@42508624]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.slab_gc_half@1 new recipe: RecipeStage{tier='five', recipe=6xtile.slab_gc_half@1:[net.minecraft.item.crafting.Ingredient@5e270136, net.minecraft.item.crafting.Ingredient@5e270136, net.minecraft.item.crafting.Ingredient@5e270136]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.slab_gc_half@0 new recipe: RecipeStage{tier='five', recipe=6xtile.slab_gc_half@0:[net.minecraft.item.crafting.Ingredient@39b59916, net.minecraft.item.crafting.Ingredient@39b59916, net.minecraft.item.crafting.Ingredient@39b59916]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.sensor_lens@0 new recipe: RecipeStage{tier='five', recipe=1xitem.sensor_lens@0:[net.minecraftforge.oredict.OreIngredient@5df037d6, net.minecraft.item.crafting.Ingredient@6072a9d9, net.minecraftforge.oredict.OreIngredient@5df037d6, net.minecraft.item.crafting.Ingredient@6072a9d9, net.minecraft.item.crafting.Ingredient@47d11cb5, net.minecraft.item.crafting.Ingredient@6072a9d9, net.minecraftforge.oredict.OreIngredient@5df037d6, net.minecraft.item.crafting.Ingredient@6072a9d9, net.minecraftforge.oredict.OreIngredient@5df037d6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.sensor_glasses@0 new recipe: RecipeStage{tier='five', recipe=1xitem.sensor_glasses@0:[net.minecraftforge.oredict.OreIngredient@6211b22b, net.minecraftforge.oredict.OreIngredient@1972e59b, net.minecraftforge.oredict.OreIngredient@6211b22b, net.minecraftforge.oredict.OreIngredient@6211b22b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6211b22b, net.minecraft.item.crafting.Ingredient@71734884, net.minecraft.item.crafting.Ingredient@2696610b, net.minecraft.item.crafting.Ingredient@71734884]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.sealer@0 new recipe: RecipeStage{tier='five', recipe=1xtile.sealer@0:[net.minecraftforge.oredict.OreIngredient@7d7950f9, net.minecraftforge.oredict.OreIngredient@57c95223, net.minecraftforge.oredict.OreIngredient@7d7950f9, net.minecraft.item.crafting.Ingredient@74bfe136, net.minecraft.item.crafting.Ingredient@1fb4d53c, net.minecraft.item.crafting.Ingredient@74bfe136, net.minecraftforge.oredict.OreIngredient@7d7950f9, net.minecraftforge.oredict.OreIngredient@57c95223, net.minecraftforge.oredict.OreIngredient@7d7950f9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.rocket_fins@0 new recipe: RecipeStage{tier='four', recipe=1xitem.rocket_fins@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@cd0dfb4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@72b5e7b0, net.minecraftforge.oredict.OreIngredient@cd0dfb4, net.minecraft.item.crafting.Ingredient@72b5e7b0, net.minecraft.item.crafting.Ingredient@72b5e7b0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@72b5e7b0]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.platform@0 new recipe: RecipeStage{tier='five', recipe=4xtile.platform@0:[net.minecraft.item.crafting.Ingredient@5565c623, net.minecraftforge.oredict.OreIngredient@297018c1, net.minecraft.item.crafting.Ingredient@5565c623, net.minecraftforge.oredict.OreIngredient@269c1ec8, net.minecraftforge.oredict.OreIngredient@2ceb2f69, net.minecraftforge.oredict.OreIngredient@269c1ec8, net.minecraft.item.crafting.Ingredient@5565c623, net.minecraftforge.oredict.OreIngredient@297018c1, net.minecraft.item.crafting.Ingredient@5565c623]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.parachute@0 new recipe: RecipeStage{tier='four', recipe=1xitem.parachute@0:[net.minecraft.item.crafting.Ingredient@969108, net.minecraft.item.crafting.Ingredient@969108, net.minecraft.item.crafting.Ingredient@969108, net.minecraftforge.oredict.OreIngredient@50ca16ff, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@50ca16ff, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@50ca16ff, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.panel_lighting@4 new recipe: RecipeStage{tier='five', recipe=1xtile.panel_lighting@4:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@22fa085b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@22fa085b, net.minecraft.item.crafting.Ingredient@367c3bc, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7fa69c24, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.panel_lighting@3 new recipe: RecipeStage{tier='five', recipe=1xtile.panel_lighting@3:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@65c66219, net.minecraft.item.crafting.Ingredient@39c53abf, net.minecraft.item.crafting.Ingredient@65c66219, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4408fa46, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.panel_lighting@2 new recipe: RecipeStage{tier='five', recipe=1xtile.panel_lighting@2:[net.minecraft.item.crafting.Ingredient@7b033d4a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7b033d4a, net.minecraft.item.crafting.Ingredient@7b033d4a, net.minecraft.item.crafting.Ingredient@1185c077, net.minecraft.item.crafting.Ingredient@7b033d4a, net.minecraft.item.crafting.Ingredient@7b033d4a, net.minecraftforge.oredict.OreIngredient@2e0dc0d9, net.minecraft.item.crafting.Ingredient@7b033d4a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.panel_lighting@1 new recipe: RecipeStage{tier='five', recipe=1xtile.panel_lighting@1:[net.minecraft.item.crafting.Ingredient@1a91bdfc, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1a91bdfc, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5b20751a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1a91bdfc, net.minecraftforge.oredict.OreIngredient@24824cc4, net.minecraft.item.crafting.Ingredient@1a91bdfc]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.panel_lighting@0 new recipe: RecipeStage{tier='five', recipe=1xtile.panel_lighting@0:[net.minecraft.item.crafting.Ingredient@5217b4f4, net.minecraft.item.crafting.Ingredient@5217b4f4, net.minecraft.item.crafting.Ingredient@5217b4f4, net.minecraft.item.crafting.Ingredient@5217b4f4, net.minecraft.item.crafting.Ingredient@18c03795, net.minecraft.item.crafting.Ingredient@5217b4f4, net.minecraft.item.crafting.Ingredient@5217b4f4, net.minecraftforge.oredict.OreIngredient@c96a426, net.minecraft.item.crafting.Ingredient@5217b4f4]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.oxygen_tank_med_full@1800 new recipe: RecipeStage{tier='five', recipe=1xitem.oxygen_tank_med_full@1800:[net.minecraft.item.crafting.Ingredient@1c071485, net.minecraft.item.crafting.Ingredient@1c071485, net.minecraft.item.crafting.Ingredient@eac0927, net.minecraft.item.crafting.Ingredient@eac0927, net.minecraftforge.oredict.OreIngredient@c055564, net.minecraftforge.oredict.OreIngredient@c055564]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.oxygen_tank_light_full@900 new recipe: RecipeStage{tier='four', recipe=1xitem.oxygen_tank_light_full@900:[net.minecraft.item.crafting.Ingredient@66456403, net.minecraft.item.crafting.Ingredient@56647163, net.minecraftforge.oredict.OreIngredient@6b2bfb1d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.oxygen_tank_heavy_full@2700 new recipe: RecipeStage{tier='five', recipe=1xitem.oxygen_tank_heavy_full@2700:[net.minecraft.item.crafting.Ingredient@26ba1753, net.minecraft.item.crafting.Ingredient@26ba1753, net.minecraft.item.crafting.Ingredient@26ba1753, net.minecraft.item.crafting.Ingredient@73a2707, net.minecraft.item.crafting.Ingredient@73a2707, net.minecraft.item.crafting.Ingredient@73a2707, net.minecraftforge.oredict.OreIngredient@767833da, net.minecraftforge.oredict.OreIngredient@767833da, net.minecraftforge.oredict.OreIngredient@767833da]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.oxygen_mask@0 new recipe: RecipeStage{tier='four', recipe=1xitem.oxygen_mask@0:[net.minecraft.item.crafting.Ingredient@6a395177, net.minecraft.item.crafting.Ingredient@6a395177, net.minecraft.item.crafting.Ingredient@6a395177, net.minecraft.item.crafting.Ingredient@6a395177, net.minecraft.item.crafting.Ingredient@4126fffe, net.minecraft.item.crafting.Ingredient@6a395177, net.minecraft.item.crafting.Ingredient@6a395177, net.minecraft.item.crafting.Ingredient@6a395177, net.minecraft.item.crafting.Ingredient@6a395177]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.oxygen_gear@0 new recipe: RecipeStage{tier='four', recipe=1xitem.oxygen_gear@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@44ec7b6a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@44ec7b6a, net.minecraft.item.crafting.Ingredient@2877fe3c, net.minecraft.item.crafting.Ingredient@44ec7b6a, net.minecraft.item.crafting.Ingredient@44ec7b6a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@44ec7b6a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.oxygen_detector@0 new recipe: RecipeStage{tier='five', recipe=1xtile.oxygen_detector@0:[net.minecraftforge.oredict.OreIngredient@27205058, net.minecraftforge.oredict.OreIngredient@27205058, net.minecraftforge.oredict.OreIngredient@27205058, net.minecraft.item.crafting.Ingredient@3be79335, net.minecraftforge.oredict.OreIngredient@205adbdb, net.minecraft.item.crafting.Ingredient@3be79335, net.minecraftforge.oredict.OreIngredient@9430de, net.minecraftforge.oredict.OreIngredient@466fb4fb, net.minecraftforge.oredict.OreIngredient@9430de]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.oxygen_concentrator@0 new recipe: RecipeStage{tier='four', recipe=1xitem.oxygen_concentrator@0:[net.minecraftforge.oredict.OreIngredient@7b798d88, net.minecraftforge.oredict.OreIngredient@752b0cff, net.minecraftforge.oredict.OreIngredient@7b798d88, net.minecraftforge.oredict.OreIngredient@752b0cff, net.minecraft.item.crafting.Ingredient@6950ff04, net.minecraftforge.oredict.OreIngredient@752b0cff, net.minecraftforge.oredict.OreIngredient@7b798d88, net.minecraft.item.crafting.Ingredient@36b6db49, net.minecraftforge.oredict.OreIngredient@7b798d88]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.oxygen_compressor.0@4 new recipe: RecipeStage{tier='five', recipe=1xtile.oxygen_compressor.0@4:[net.minecraftforge.oredict.OreIngredient@68b3967c, net.minecraft.item.crafting.Ingredient@f907da3, net.minecraftforge.oredict.OreIngredient@68b3967c, net.minecraftforge.oredict.OreIngredient@18c869f7, net.minecraft.item.crafting.Ingredient@49ca9cd9, net.minecraftforge.oredict.OreIngredient@18c869f7, net.minecraftforge.oredict.OreIngredient@68b3967c, net.minecraft.item.crafting.Ingredient@45bb8ca8, net.minecraftforge.oredict.OreIngredient@68b3967c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.oxygen_compressor.0@0 new recipe: RecipeStage{tier='four', recipe=1xtile.oxygen_compressor.0@0:[net.minecraftforge.oredict.OreIngredient@46b8b928, net.minecraftforge.oredict.OreIngredient@6214de5f, net.minecraftforge.oredict.OreIngredient@46b8b928, net.minecraftforge.oredict.OreIngredient@6214de5f, net.minecraft.item.crafting.Ingredient@67ab5bbb, net.minecraftforge.oredict.OreIngredient@6214de5f, net.minecraftforge.oredict.OreIngredient@46b8b928, net.minecraftforge.oredict.OreIngredient@3595a836, net.minecraftforge.oredict.OreIngredient@46b8b928]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.oil_canister_partial@1001 new recipe: RecipeStage{tier='five', recipe=1xitem.oil_canister_partial@1001:[net.minecraftforge.oredict.OreIngredient@5fc2188, net.minecraftforge.oredict.OreIngredient@6a23be2f, net.minecraftforge.oredict.OreIngredient@5fc2188, net.minecraftforge.oredict.OreIngredient@5fc2188, net.minecraft.item.crafting.Ingredient@127c37cf, net.minecraftforge.oredict.OreIngredient@5fc2188, net.minecraftforge.oredict.OreIngredient@5fc2188, net.minecraft.item.crafting.Ingredient@14d0ecc5, net.minecraftforge.oredict.OreIngredient@5fc2188]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.nose_cone@0 new recipe: RecipeStage{tier='four', recipe=1xitem.nose_cone@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@341f7e37, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@67f584b0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@67f584b0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@67f584b0]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.moon_stairs_stone@0 new recipe: RecipeStage{tier='five', recipe=4xtile.moon_stairs_stone@0:[net.minecraft.item.crafting.Ingredient@4f002d08, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4f002d08, net.minecraft.item.crafting.Ingredient@4f002d08, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4f002d08, net.minecraft.item.crafting.Ingredient@4f002d08, net.minecraft.item.crafting.Ingredient@4f002d08]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.moon_stairs_stone@0 new recipe: RecipeStage{tier='five', recipe=4xtile.moon_stairs_stone@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6b942521, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6b942521, net.minecraft.item.crafting.Ingredient@6b942521, net.minecraft.item.crafting.Ingredient@6b942521, net.minecraft.item.crafting.Ingredient@6b942521, net.minecraft.item.crafting.Ingredient@6b942521]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.moon_stairs_brick@0 new recipe: RecipeStage{tier='five', recipe=4xtile.moon_stairs_brick@0:[net.minecraft.item.crafting.Ingredient@3a27f9cf, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3a27f9cf, net.minecraft.item.crafting.Ingredient@3a27f9cf, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3a27f9cf, net.minecraft.item.crafting.Ingredient@3a27f9cf, net.minecraft.item.crafting.Ingredient@3a27f9cf]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.moon_stairs_brick@0 new recipe: RecipeStage{tier='five', recipe=4xtile.moon_stairs_brick@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2dd49981, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2dd49981, net.minecraft.item.crafting.Ingredient@2dd49981, net.minecraft.item.crafting.Ingredient@2dd49981, net.minecraft.item.crafting.Ingredient@2dd49981, net.minecraft.item.crafting.Ingredient@2dd49981]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xitem.meteor_chunk@0 new recipe: RecipeStage{tier='five', recipe=3xitem.meteor_chunk@0:[net.minecraft.item.crafting.Ingredient@5be4ea36]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.magnetic_table@0 new recipe: RecipeStage{tier='five', recipe=1xtile.magnetic_table@0:[net.minecraft.item.crafting.Ingredient@2116265f, net.minecraftforge.oredict.OreIngredient@2a004864]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.machine_tiered.0@8 new recipe: RecipeStage{tier='five', recipe=1xtile.machine_tiered.0@8:[net.minecraft.item.crafting.Ingredient@57c3cdf0, net.minecraftforge.oredict.OreIngredient@3d2ae241, net.minecraft.item.crafting.Ingredient@57c3cdf0, net.minecraftforge.oredict.OreIngredient@3d2ae241, net.minecraftforge.oredict.OreIngredient@32cacc59, net.minecraftforge.oredict.OreIngredient@3d2ae241, net.minecraft.item.crafting.Ingredient@57c3cdf0, net.minecraftforge.oredict.OreIngredient@3d2ae241, net.minecraft.item.crafting.Ingredient@57c3cdf0]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.machine_tiered.0@4 new recipe: RecipeStage{tier='five', recipe=1xtile.machine_tiered.0@4:[net.minecraftforge.oredict.OreIngredient@57b891b5, net.minecraftforge.oredict.OreIngredient@57b891b5, net.minecraftforge.oredict.OreIngredient@57b891b5, net.minecraftforge.oredict.OreIngredient@57b891b5, net.minecraft.item.crafting.Ingredient@2b407818, net.minecraftforge.oredict.OreIngredient@57b891b5, net.minecraftforge.oredict.OreIngredient@4de9987b, net.minecraftforge.oredict.OreIngredient@2bed7156, net.minecraftforge.oredict.OreIngredient@4de9987b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.machine_tiered.0@12 new recipe: RecipeStage{tier='five', recipe=1xtile.machine_tiered.0@12:[net.minecraft.item.crafting.Ingredient@23619c85, net.minecraft.item.crafting.Ingredient@23619c85, net.minecraft.item.crafting.Ingredient@23619c85, net.minecraft.item.crafting.Ingredient@23619c85, net.minecraft.item.crafting.Ingredient@5eb66dc7, net.minecraft.item.crafting.Ingredient@23619c85, net.minecraft.item.crafting.Ingredient@51c288b9, net.minecraftforge.oredict.OreIngredient@7209efad, net.minecraft.item.crafting.Ingredient@51c288b9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.machine_tiered.0@0 new recipe: RecipeStage{tier='four', recipe=1xtile.machine_tiered.0@0:[net.minecraftforge.oredict.OreIngredient@5ae77c2b, net.minecraftforge.oredict.OreIngredient@5ae77c2b, net.minecraftforge.oredict.OreIngredient@5ae77c2b, net.minecraft.item.crafting.Ingredient@6422eaa6, net.minecraft.item.crafting.Ingredient@6422eaa6, net.minecraft.item.crafting.Ingredient@6422eaa6, net.minecraftforge.oredict.OreIngredient@5ae77c2b, net.minecraftforge.oredict.OreIngredient@5ae77c2b, net.minecraftforge.oredict.OreIngredient@5ae77c2b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.machine.0@0 new recipe: RecipeStage{tier='four', recipe=1xtile.machine.0@0:[net.minecraftforge.oredict.OreIngredient@52d0f62b, net.minecraftforge.oredict.OreIngredient@52d0f62b, net.minecraftforge.oredict.OreIngredient@52d0f62b, net.minecraft.item.crafting.Ingredient@5a7ceb09, net.minecraft.item.crafting.Ingredient@74969804, net.minecraft.item.crafting.Ingredient@5a7ceb09, net.minecraft.item.crafting.Ingredient@5a7ceb09, net.minecraft.item.crafting.Ingredient@58541edb, net.minecraft.item.crafting.Ingredient@5a7ceb09]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.machine4.0@0 new recipe: RecipeStage{tier='five', recipe=1xtile.machine4.0@0:[net.minecraftforge.oredict.OreIngredient@17aef07b, net.minecraft.item.crafting.Ingredient@5503bf31, net.minecraftforge.oredict.OreIngredient@17aef07b, net.minecraftforge.oredict.OreIngredient@17aef07b, net.minecraftforge.oredict.OreIngredient@3ce3b903, net.minecraftforge.oredict.OreIngredient@17aef07b, net.minecraft.item.crafting.Ingredient@24f74f27, net.minecraftforge.oredict.OreIngredient@22f357cf, net.minecraft.item.crafting.Ingredient@24f74f27]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.machine3.0@0 new recipe: RecipeStage{tier='five', recipe=1xtile.machine3.0@0:[net.minecraftforge.oredict.OreIngredient@13f36fe0, net.minecraftforge.oredict.OreIngredient@234b331a, net.minecraftforge.oredict.OreIngredient@4db52ceb, net.minecraftforge.oredict.OreIngredient@56eb7835, net.minecraftforge.oredict.OreIngredient@5e6f8167, net.minecraftforge.oredict.OreIngredient@24c6aa53, net.minecraftforge.oredict.OreIngredient@40701854, net.minecraftforge.oredict.OreIngredient@4dd7fabf, net.minecraftforge.oredict.OreIngredient@6f112edb]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.machine2.0@4 new recipe: RecipeStage{tier='five', recipe=1xtile.machine2.0@4:[net.minecraftforge.oredict.OreIngredient@33c8d695, net.minecraft.item.crafting.Ingredient@33f52c47, net.minecraftforge.oredict.OreIngredient@33c8d695, net.minecraft.item.crafting.Ingredient@7fa13642, net.minecraft.item.crafting.Ingredient@45100f5d, net.minecraft.item.crafting.Ingredient@7fa13642, net.minecraft.item.crafting.Ingredient@6077b2cb, net.minecraft.item.crafting.Ingredient@182c0cde, net.minecraft.item.crafting.Ingredient@6077b2cb]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.machine2.0@12 new recipe: RecipeStage{tier='five', recipe=1xtile.machine2.0@12:[net.minecraftforge.oredict.OreIngredient@51e57409, net.minecraft.item.crafting.Ingredient@3cb9e49a, net.minecraftforge.oredict.OreIngredient@51e57409, net.minecraft.item.crafting.Ingredient@363020d5, net.minecraft.item.crafting.Ingredient@4ab5a0ea, net.minecraft.item.crafting.Ingredient@363020d5, net.minecraftforge.oredict.OreIngredient@51e57409, net.minecraft.item.crafting.Ingredient@fbce811, net.minecraftforge.oredict.OreIngredient@51e57409]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.machine2.0@0 new recipe: RecipeStage{tier='five', recipe=1xtile.machine2.0@0:[net.minecraftforge.oredict.OreIngredient@31743c3e, net.minecraftforge.oredict.OreIngredient@13d3f38, net.minecraftforge.oredict.OreIngredient@31743c3e, net.minecraftforge.oredict.OreIngredient@31743c3e, net.minecraft.item.crafting.Ingredient@bf7d46e, net.minecraftforge.oredict.OreIngredient@31743c3e, net.minecraft.item.crafting.Ingredient@7a19d5c, net.minecraftforge.oredict.OreIngredient@37e331, net.minecraft.item.crafting.Ingredient@7a19d5c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.machine2.0@0 new recipe: RecipeStage{tier='five', recipe=1xtile.machine2.0@0:[net.minecraftforge.oredict.OreIngredient@778fc822, net.minecraft.item.crafting.Ingredient@7b057364, net.minecraftforge.oredict.OreIngredient@778fc822, net.minecraftforge.oredict.OreIngredient@778fc822, net.minecraftforge.oredict.OreIngredient@4d2af15d, net.minecraftforge.oredict.OreIngredient@778fc822, net.minecraft.item.crafting.Ingredient@726e3028, net.minecraftforge.oredict.OreIngredient@4e4677a0, net.minecraft.item.crafting.Ingredient@726e3028]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.litpumpkin@0 new recipe: RecipeStage{tier='one', recipe=1xtile.litpumpkin@0:[net.minecraft.item.crafting.Ingredient@70738b81, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3cfab8e5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xtile.landing_pad@1 new recipe: RecipeStage{tier='five', recipe=9xtile.landing_pad@1:[net.minecraftforge.oredict.OreIngredient@8f79000, net.minecraftforge.oredict.OreIngredient@8f79000, net.minecraftforge.oredict.OreIngredient@8f79000, net.minecraftforge.oredict.OreIngredient@76c59dbd, net.minecraftforge.oredict.OreIngredient@76c59dbd, net.minecraftforge.oredict.OreIngredient@76c59dbd]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xtile.landing_pad@0 new recipe: RecipeStage{tier='four', recipe=9xtile.landing_pad@0:[net.minecraftforge.oredict.OreIngredient@3ac037ea, net.minecraftforge.oredict.OreIngredient@3ac037ea, net.minecraftforge.oredict.OreIngredient@3ac037ea, net.minecraftforge.oredict.OreIngredient@17678feb, net.minecraftforge.oredict.OreIngredient@17678feb, net.minecraftforge.oredict.OreIngredient@17678feb]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.grating@0 new recipe: RecipeStage{tier='five', recipe=4xtile.grating@0:[net.minecraft.item.crafting.Ingredient@5bccbb86, net.minecraft.item.crafting.Ingredient@1f55985f, net.minecraft.item.crafting.Ingredient@29ce4abc, net.minecraft.item.crafting.Ingredient@3393e750]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.glowstone_torch@0 new recipe: RecipeStage{tier='four', recipe=4xtile.glowstone_torch@0:[net.minecraftforge.oredict.OreIngredient@2f569ff8, net.minecraftforge.oredict.OreIngredient@49dc68ee]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.food@9 new recipe: RecipeStage{tier='five', recipe=1xitem.food@9:[net.minecraft.item.crafting.Ingredient@6830ead5, net.minecraft.item.crafting.Ingredient@192919c7, net.minecraft.item.crafting.Ingredient@6543b2f4]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.food@8 new recipe: RecipeStage{tier='five', recipe=1xitem.food@8:[net.minecraft.item.crafting.Ingredient@71c938df, net.minecraft.item.crafting.Ingredient@1670d04b, net.minecraft.item.crafting.Ingredient@57757c16]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xitem.food@6 new recipe: RecipeStage{tier='two', recipe=2xitem.food@6:[net.minecraft.item.crafting.Ingredient@25725c19]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xitem.food@5 new recipe: RecipeStage{tier='three', recipe=2xitem.food@5:[net.minecraft.item.crafting.Ingredient@15026785, net.minecraft.item.crafting.Ingredient@7ce9e4c7, net.minecraft.item.crafting.Ingredient@bca745a, net.minecraft.item.crafting.Ingredient@12de7d6a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xitem.food@4 new recipe: RecipeStage{tier='five', recipe=6xitem.food@4:[net.minecraft.item.crafting.Ingredient@1e7ed0d3]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.food@3 new recipe: RecipeStage{tier='five', recipe=1xitem.food@3:[net.minecraft.item.crafting.Ingredient@cf5e679, net.minecraft.item.crafting.Ingredient@6e7d014a, net.minecraft.item.crafting.Ingredient@4f6aef3b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.food@2 new recipe: RecipeStage{tier='five', recipe=1xitem.food@2:[net.minecraft.item.crafting.Ingredient@3c0d80be, net.minecraft.item.crafting.Ingredient@2e5d3f57, net.minecraft.item.crafting.Ingredient@30a774c1]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.food@1 new recipe: RecipeStage{tier='five', recipe=1xitem.food@1:[net.minecraft.item.crafting.Ingredient@3d83fcbe, net.minecraft.item.crafting.Ingredient@12b38934, net.minecraft.item.crafting.Ingredient@2eaf6a1c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.food@0 new recipe: RecipeStage{tier='five', recipe=1xitem.food@0:[net.minecraft.item.crafting.Ingredient@2d7818f7, net.minecraft.item.crafting.Ingredient@6fa43cfb, net.minecraft.item.crafting.Ingredient@2cbc4582]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.fluid_tank@0 new recipe: RecipeStage{tier='five', recipe=1xtile.fluid_tank@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2a17c7f8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2a17c7f8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2a17c7f8, net.minecraft.item.crafting.Ingredient@2a17c7f8, net.minecraft.item.crafting.Ingredient@2a17c7f8, net.minecraft.item.crafting.Ingredient@2a17c7f8]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.fluid_pipe@0 new recipe: RecipeStage{tier='four', recipe=6xtile.fluid_pipe@0:[net.minecraft.item.crafting.Ingredient@6fa9a1c0, net.minecraft.item.crafting.Ingredient@6fa9a1c0, net.minecraft.item.crafting.Ingredient@6fa9a1c0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6fa9a1c0, net.minecraft.item.crafting.Ingredient@6fa9a1c0, net.minecraft.item.crafting.Ingredient@6fa9a1c0]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.flag@0 new recipe: RecipeStage{tier='four', recipe=1xitem.flag@0:[net.minecraft.item.crafting.Ingredient@75c51ba2, net.minecraft.item.crafting.Ingredient@76426e98, net.minecraft.item.crafting.Ingredient@76426e98, net.minecraft.item.crafting.Ingredient@75c51ba2, net.minecraft.item.crafting.Ingredient@76426e98, net.minecraft.item.crafting.Ingredient@76426e98, net.minecraft.item.crafting.Ingredient@75c51ba2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.engine@1 new recipe: RecipeStage{tier='five', recipe=1xitem.engine@1:[net.minecraft.item.crafting.Ingredient@5671d9c, net.minecraft.item.crafting.Ingredient@35433abd, net.minecraft.item.crafting.Ingredient@5671d9c, net.minecraft.item.crafting.Ingredient@5671d9c, net.minecraft.item.crafting.Ingredient@408c78a9, net.minecraft.item.crafting.Ingredient@5671d9c, net.minecraft.item.crafting.Ingredient@7cb37ebe, net.minecraft.item.crafting.Ingredient@5a3d553c, net.minecraft.item.crafting.Ingredient@7cb37ebe]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.engine@0 new recipe: RecipeStage{tier='four', recipe=1xitem.engine@0:[net.minecraft.item.crafting.Ingredient@50208fd1, net.minecraft.item.crafting.Ingredient@6363c10f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@390f0458, net.minecraft.item.crafting.Ingredient@1d458140, net.minecraft.item.crafting.Ingredient@390f0458, net.minecraft.item.crafting.Ingredient@390f0458, net.minecraft.item.crafting.Ingredient@37e994b5, net.minecraft.item.crafting.Ingredient@390f0458]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.engine@0 new recipe: RecipeStage{tier='four', recipe=1xitem.engine@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@361ab27e, net.minecraft.item.crafting.Ingredient@415a084a, net.minecraft.item.crafting.Ingredient@675aa094, net.minecraft.item.crafting.Ingredient@7d9577ec, net.minecraft.item.crafting.Ingredient@675aa094, net.minecraft.item.crafting.Ingredient@675aa094, net.minecraft.item.crafting.Ingredient@2793f4af, net.minecraft.item.crafting.Ingredient@675aa094]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.enclosed@15 new recipe: RecipeStage{tier='five', recipe=1xtile.enclosed@15:[net.minecraft.item.crafting.Ingredient@18e7f07d, net.minecraft.item.crafting.Ingredient@176a1c2a, net.minecraft.item.crafting.Ingredient@18e7f07d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.enclosed@14 new recipe: RecipeStage{tier='five', recipe=1xtile.enclosed@14:[net.minecraft.item.crafting.Ingredient@4220fbc8, net.minecraft.item.crafting.Ingredient@7e43d449, net.minecraft.item.crafting.Ingredient@4220fbc8]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.enclosed@1 new recipe: RecipeStage{tier='five', recipe=1xtile.enclosed@1:[net.minecraft.item.crafting.Ingredient@6747051a, net.minecraft.item.crafting.Ingredient@6d973a75, net.minecraft.item.crafting.Ingredient@6747051a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.emergency_box@1 new recipe: RecipeStage{tier='five', recipe=1xtile.emergency_box@1:[net.minecraft.item.crafting.Ingredient@79fa27c5, net.minecraft.item.crafting.Ingredient@77642fcc]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.emergency_box@0 new recipe: RecipeStage{tier='five', recipe=1xtile.emergency_box@0:[net.minecraft.item.crafting.Ingredient@538ab017, net.minecraft.item.crafting.Ingredient@73a952ae, net.minecraft.item.crafting.Ingredient@538ab017, net.minecraft.item.crafting.Ingredient@73a952ae, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@73a952ae, net.minecraft.item.crafting.Ingredient@538ab017, net.minecraft.item.crafting.Ingredient@73a952ae, net.minecraft.item.crafting.Ingredient@538ab017]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.distributor@0 new recipe: RecipeStage{tier='five', recipe=1xtile.distributor@0:[net.minecraftforge.oredict.OreIngredient@3894e0e9, net.minecraft.item.crafting.Ingredient@3cdf7c3a, net.minecraftforge.oredict.OreIngredient@3894e0e9, net.minecraft.item.crafting.Ingredient@117811b6, net.minecraftforge.oredict.OreIngredient@5aa0acc7, net.minecraft.item.crafting.Ingredient@117811b6, net.minecraftforge.oredict.OreIngredient@3894e0e9, net.minecraft.item.crafting.Ingredient@3cdf7c3a, net.minecraftforge.oredict.OreIngredient@3894e0e9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.dishbase@0 new recipe: RecipeStage{tier='five', recipe=1xtile.dishbase@0:[net.minecraftforge.oredict.OreIngredient@74b341d, net.minecraft.item.crafting.Ingredient@c681a81, net.minecraftforge.oredict.OreIngredient@74b341d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@74b341d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2d83ddc2, net.minecraftforge.oredict.OreIngredient@5ef6f2ea, net.minecraftforge.oredict.OreIngredient@2d83ddc2]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.concealed_repeater@0 new recipe: RecipeStage{tier='five', recipe=1xtile.concealed_repeater@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@16e51aa7, net.minecraft.item.crafting.Ingredient@367ecca3, net.minecraft.item.crafting.Ingredient@16e51aa7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.concealed_redstone@0 new recipe: RecipeStage{tier='five', recipe=4xtile.concealed_redstone@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3ff6d3db, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3ff6d3db, net.minecraftforge.oredict.OreIngredient@1370ee94, net.minecraft.item.crafting.Ingredient@3ff6d3db, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3ff6d3db, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.collector@0 new recipe: RecipeStage{tier='four', recipe=1xtile.collector@0:[net.minecraftforge.oredict.OreIngredient@540e2355, net.minecraftforge.oredict.OreIngredient@540e2355, net.minecraftforge.oredict.OreIngredient@540e2355, net.minecraft.item.crafting.Ingredient@420a2f45, net.minecraft.item.crafting.Ingredient@26db2295, net.minecraft.item.crafting.Ingredient@3abe8515, net.minecraftforge.oredict.OreIngredient@40148437, net.minecraft.item.crafting.Ingredient@247b86ef, net.minecraftforge.oredict.OreIngredient@40148437]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xtile.stonebrick@0 new recipe: RecipeStage{tier='tutorial', recipe=2xtile.stonebrick@0:[net.minecraft.item.crafting.Ingredient@3d849564, net.minecraft.item.crafting.Ingredient@5a808cb5]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xtile.stonebrick@0 new recipe: RecipeStage{tier='tutorial', recipe=2xtile.stonebrick@0:[net.minecraft.item.crafting.Ingredient@153cad9a, net.minecraft.item.crafting.Ingredient@20b1cfa9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xtile.stonebrick@0 new recipe: RecipeStage{tier='tutorial', recipe=2xtile.stonebrick@0:[net.minecraft.item.crafting.Ingredient@53ec2673, net.minecraft.item.crafting.Ingredient@3c732ca8]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.cheese@0 new recipe: RecipeStage{tier='five', recipe=1xtile.cheese@0:[net.minecraftforge.oredict.OreIngredient@23c103ed, net.minecraftforge.oredict.OreIngredient@23c103ed, net.minecraftforge.oredict.OreIngredient@23c103ed, net.minecraftforge.oredict.OreIngredient@23c103ed, net.minecraft.item.crafting.Ingredient@5a9e40e6, net.minecraftforge.oredict.OreIngredient@23c103ed, net.minecraftforge.oredict.OreIngredient@23c103ed, net.minecraftforge.oredict.OreIngredient@23c103ed, net.minecraftforge.oredict.OreIngredient@23c103ed]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.cargo@4 new recipe: RecipeStage{tier='five', recipe=1xtile.cargo@4:[net.minecraftforge.oredict.OreIngredient@a1d89c1, net.minecraftforge.oredict.OreIngredient@a1d89c1, net.minecraftforge.oredict.OreIngredient@a1d89c1, net.minecraftforge.oredict.OreIngredient@43474ff2, net.minecraft.item.crafting.Ingredient@2dbdf14c, net.minecraftforge.oredict.OreIngredient@43474ff2, net.minecraftforge.oredict.OreIngredient@a1d89c1, net.minecraft.item.crafting.Ingredient@79f23db2, net.minecraftforge.oredict.OreIngredient@a1d89c1]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.cargo@0 new recipe: RecipeStage{tier='five', recipe=1xtile.cargo@0:[net.minecraftforge.oredict.OreIngredient@fa1da4e, net.minecraft.item.crafting.Ingredient@184bd2c5, net.minecraftforge.oredict.OreIngredient@fa1da4e, net.minecraftforge.oredict.OreIngredient@50e12053, net.minecraft.item.crafting.Ingredient@790c6907, net.minecraftforge.oredict.OreIngredient@50e12053, net.minecraftforge.oredict.OreIngredient@fa1da4e, net.minecraftforge.oredict.OreIngredient@fa1da4e, net.minecraftforge.oredict.OreIngredient@fa1da4e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.canvas@0 new recipe: RecipeStage{tier='four', recipe=1xitem.canvas@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7d01ca95, net.minecraftforge.oredict.OreIngredient@781bd3b5, net.minecraftforge.oredict.OreIngredient@7d01ca95, net.minecraftforge.oredict.OreIngredient@7d01ca95, net.minecraftforge.oredict.OreIngredient@7d01ca95, net.minecraftforge.oredict.OreIngredient@781bd3b5, net.minecraftforge.oredict.OreIngredient@7d01ca95, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xitem.canister@1 new recipe: RecipeStage{tier='five', recipe=2xitem.canister@1:[net.minecraftforge.oredict.OreIngredient@b47e23d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@b47e23d, net.minecraftforge.oredict.OreIngredient@b47e23d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@b47e23d, net.minecraftforge.oredict.OreIngredient@b47e23d, net.minecraftforge.oredict.OreIngredient@b47e23d, net.minecraftforge.oredict.OreIngredient@b47e23d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xitem.canister@0 new recipe: RecipeStage{tier='four', recipe=2xitem.canister@0:[net.minecraftforge.oredict.OreIngredient@58b6c281, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@58b6c281, net.minecraftforge.oredict.OreIngredient@58b6c281, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@58b6c281, net.minecraftforge.oredict.OreIngredient@58b6c281, net.minecraftforge.oredict.OreIngredient@58b6c281, net.minecraftforge.oredict.OreIngredient@58b6c281]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.buggymat@2 new recipe: RecipeStage{tier='five', recipe=1xitem.buggymat@2:[net.minecraftforge.oredict.OreIngredient@4fcfdc30, net.minecraftforge.oredict.OreIngredient@4fcfdc30, net.minecraftforge.oredict.OreIngredient@4fcfdc30, net.minecraftforge.oredict.OreIngredient@245f63d0, net.minecraft.item.crafting.Ingredient@1c3c3aa4, net.minecraftforge.oredict.OreIngredient@245f63d0, net.minecraftforge.oredict.OreIngredient@4fcfdc30, net.minecraftforge.oredict.OreIngredient@4fcfdc30, net.minecraftforge.oredict.OreIngredient@4fcfdc30]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.buggymat@1 new recipe: RecipeStage{tier='five', recipe=1xitem.buggymat@1:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@193fab30, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@79f243ad, net.minecraftforge.oredict.OreIngredient@193fab30, net.minecraftforge.oredict.OreIngredient@33147c12, net.minecraftforge.oredict.OreIngredient@33147c12, net.minecraftforge.oredict.OreIngredient@33147c12]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.buggymat@0 new recipe: RecipeStage{tier='five', recipe=1xitem.buggymat@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2c69129b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2c69129b, net.minecraftforge.oredict.OreIngredient@4345954e, net.minecraftforge.oredict.OreIngredient@2c69129b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2c69129b, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xitem.battery@100 new recipe: RecipeStage{tier='four', recipe=3xitem.battery@100:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@9dae46b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@9dae46b, net.minecraftforge.oredict.OreIngredient@3e631f49, net.minecraftforge.oredict.OreIngredient@9dae46b, net.minecraftforge.oredict.OreIngredient@9dae46b, net.minecraft.item.crafting.Ingredient@6db55cd3, net.minecraftforge.oredict.OreIngredient@9dae46b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.basic_item@20 new recipe: RecipeStage{tier='five', recipe=1xitem.basic_item@20:[net.minecraftforge.oredict.OreIngredient@38e0838, net.minecraft.item.crafting.Ingredient@2235b3ac, net.minecraftforge.oredict.OreIngredient@38e0838, net.minecraftforge.oredict.OreIngredient@17877aaa, net.minecraftforge.oredict.OreIngredient@1c3540d6, net.minecraftforge.oredict.OreIngredient@17877aaa, net.minecraftforge.oredict.OreIngredient@17877aaa, net.minecraftforge.oredict.OreIngredient@18a00325, net.minecraftforge.oredict.OreIngredient@17877aaa]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.basic_item@2 new recipe: RecipeStage{tier='four', recipe=9xitem.basic_item@2:[net.minecraft.item.crafting.Ingredient@69462685]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.basic_item@19 new recipe: RecipeStage{tier='five', recipe=1xitem.basic_item@19:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@439c17aa, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@42888a0a, net.minecraft.item.crafting.Ingredient@657de362, net.minecraftforge.oredict.OreIngredient@42888a0a, net.minecraftforge.oredict.OreIngredient@48e407ca, net.minecraftforge.oredict.OreIngredient@7b3fadb0, net.minecraftforge.oredict.OreIngredient@48e407ca]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.basic_item@18 new recipe: RecipeStage{tier='five', recipe=1xitem.basic_item@18:[net.minecraft.item.crafting.Ingredient@3de81f6, net.minecraft.item.crafting.Ingredient@4e2912ff, net.minecraft.item.crafting.Ingredient@3315d4d4]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.basic_item@17 new recipe: RecipeStage{tier='five', recipe=1xitem.basic_item@17:[net.minecraft.item.crafting.Ingredient@54cae3bb, net.minecraft.item.crafting.Ingredient@38e4b42c, net.minecraft.item.crafting.Ingredient@1492c1d1]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.basic_item@16 new recipe: RecipeStage{tier='five', recipe=1xitem.basic_item@16:[net.minecraft.item.crafting.Ingredient@6065ff34, net.minecraft.item.crafting.Ingredient@268b988a, net.minecraft.item.crafting.Ingredient@440d38e4]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.basic_item@15 new recipe: RecipeStage{tier='five', recipe=1xitem.basic_item@15:[net.minecraft.item.crafting.Ingredient@677bc4d4, net.minecraft.item.crafting.Ingredient@4ab9a501, net.minecraft.item.crafting.Ingredient@369d0a84]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.basic_item@1 new recipe: RecipeStage{tier='five', recipe=1xitem.basic_item@1:[net.minecraft.item.crafting.Ingredient@7cb54931, net.minecraft.item.crafting.Ingredient@7cb54931, net.minecraft.item.crafting.Ingredient@7cb54931, net.minecraft.item.crafting.Ingredient@659b85b8, net.minecraft.item.crafting.Ingredient@659b85b8, net.minecraft.item.crafting.Ingredient@659b85b8, net.minecraft.item.crafting.Ingredient@7cb54931, net.minecraft.item.crafting.Ingredient@7cb54931, net.minecraft.item.crafting.Ingredient@7cb54931]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xitem.basic_item@0 new recipe: RecipeStage{tier='five', recipe=2xitem.basic_item@0:[net.minecraft.item.crafting.Ingredient@3c5e7fa2, net.minecraft.item.crafting.Ingredient@3c5e7fa2, net.minecraft.item.crafting.Ingredient@3c5e7fa2, net.minecraftforge.oredict.OreIngredient@18cc6b58, net.minecraftforge.oredict.OreIngredient@18cc6b58, net.minecraftforge.oredict.OreIngredient@18cc6b58, net.minecraft.item.crafting.Ingredient@1662b3d0, net.minecraft.item.crafting.Ingredient@1662b3d0, net.minecraft.item.crafting.Ingredient@1662b3d0]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.basic_block_core.0@4 new recipe: RecipeStage{tier='four', recipe=4xtile.basic_block_core.0@4:[net.minecraftforge.oredict.OreIngredient@7c494db2, net.minecraftforge.oredict.OreIngredient@7c494db2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7c494db2, net.minecraftforge.oredict.OreIngredient@7c494db2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@12558c13, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.basic_block_core.0@3 new recipe: RecipeStage{tier='five', recipe=4xtile.basic_block_core.0@3:[net.minecraftforge.oredict.OreIngredient@1a7977e9, net.minecraftforge.oredict.OreIngredient@1a7977e9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1a7977e9, net.minecraftforge.oredict.OreIngredient@1a7977e9, net.minecraftforge.oredict.OreIngredient@124aa3a7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.basic_block_core.0@13 new recipe: RecipeStage{tier='four', recipe=1xtile.basic_block_core.0@13:[net.minecraftforge.oredict.OreIngredient@25a7a6c8, net.minecraftforge.oredict.OreIngredient@25a7a6c8, net.minecraftforge.oredict.OreIngredient@25a7a6c8, net.minecraftforge.oredict.OreIngredient@25a7a6c8, net.minecraftforge.oredict.OreIngredient@25a7a6c8, net.minecraftforge.oredict.OreIngredient@25a7a6c8, net.minecraftforge.oredict.OreIngredient@25a7a6c8, net.minecraftforge.oredict.OreIngredient@25a7a6c8, net.minecraftforge.oredict.OreIngredient@25a7a6c8]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.arclamp@0 new recipe: RecipeStage{tier='five', recipe=1xtile.arclamp@0:[net.minecraft.item.crafting.Ingredient@4eb5f481, net.minecraft.item.crafting.Ingredient@489b3c88, net.minecraft.item.crafting.Ingredient@4eb5f481, net.minecraft.item.crafting.Ingredient@489b3c88, net.minecraft.item.crafting.Ingredient@303b0836, net.minecraft.item.crafting.Ingredient@489b3c88, net.minecraft.item.crafting.Ingredient@4eb5f481, net.minecraft.item.crafting.Ingredient@489b3c88, net.minecraft.item.crafting.Ingredient@4eb5f481]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.aluminum_wire@3 new recipe: RecipeStage{tier='five', recipe=1xtile.aluminum_wire@3:[net.minecraft.item.crafting.Ingredient@4f015c0c, net.minecraft.item.crafting.Ingredient@7376cefb]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.aluminum_wire@2 new recipe: RecipeStage{tier='five', recipe=1xtile.aluminum_wire@2:[net.minecraft.item.crafting.Ingredient@12301daf, net.minecraft.item.crafting.Ingredient@676ae8b8]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.aluminum_wire@1 new recipe: RecipeStage{tier='five', recipe=1xtile.aluminum_wire@1:[net.minecraftforge.oredict.OreIngredient@613a4d01, net.minecraft.item.crafting.Ingredient@508fa930, net.minecraft.item.crafting.Ingredient@26860749]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.aluminum_wire@1 new recipe: RecipeStage{tier='five', recipe=1xtile.aluminum_wire@1:[net.minecraft.item.crafting.Ingredient@37cd9365, net.minecraft.item.crafting.Ingredient@64a0c198, net.minecraftforge.oredict.OreIngredient@7681384f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xtile.aluminum_wire@0 new recipe: RecipeStage{tier='five', recipe=9xtile.aluminum_wire@0:[net.minecraft.item.crafting.Ingredient@6f10f2d, net.minecraft.item.crafting.Ingredient@6f10f2d, net.minecraft.item.crafting.Ingredient@6f10f2d, net.minecraftforge.oredict.OreIngredient@501746d3, net.minecraftforge.oredict.OreIngredient@501746d3, net.minecraftforge.oredict.OreIngredient@501746d3, net.minecraft.item.crafting.Ingredient@6f10f2d, net.minecraft.item.crafting.Ingredient@6f10f2d, net.minecraft.item.crafting.Ingredient@6f10f2d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.air_vent@0 new recipe: RecipeStage{tier='four', recipe=1xitem.air_vent@0:[net.minecraftforge.oredict.OreIngredient@75447dce, net.minecraftforge.oredict.OreIngredient@27b3c09b, net.minecraftforge.oredict.OreIngredient@7d663bcd, net.minecraftforge.oredict.OreIngredient@122474e0]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.air_lock_frame.0@1 new recipe: RecipeStage{tier='four', recipe=1xtile.air_lock_frame.0@1:[net.minecraftforge.oredict.OreIngredient@2c14967, net.minecraftforge.oredict.OreIngredient@2c14967, net.minecraftforge.oredict.OreIngredient@2c14967, net.minecraft.item.crafting.Ingredient@1073fb, net.minecraft.item.crafting.Ingredient@4c6a32ce, net.minecraft.item.crafting.Ingredient@1073fb, net.minecraftforge.oredict.OreIngredient@2c14967, net.minecraftforge.oredict.OreIngredient@2c14967, net.minecraftforge.oredict.OreIngredient@2c14967]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.air_lock_frame.0@0 new recipe: RecipeStage{tier='four', recipe=4xtile.air_lock_frame.0@0:[net.minecraftforge.oredict.OreIngredient@7f90ac37, net.minecraftforge.oredict.OreIngredient@7f90ac37, net.minecraftforge.oredict.OreIngredient@7f90ac37, net.minecraftforge.oredict.OreIngredient@68f69346, net.minecraft.item.crafting.Ingredient@1db52865, net.minecraftforge.oredict.OreIngredient@68f69346, net.minecraftforge.oredict.OreIngredient@7f90ac37, net.minecraftforge.oredict.OreIngredient@7f90ac37, net.minecraftforge.oredict.OreIngredient@7f90ac37]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.walkway.0@2 new recipe: RecipeStage{tier='five', recipe=1xtile.walkway.0@2:[net.minecraft.item.crafting.Ingredient@a0d2223, net.minecraft.item.crafting.Ingredient@3fa41498]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 5xtile.walkway.0@2 new recipe: RecipeStage{tier='five', recipe=5xtile.walkway.0@2:[net.minecraft.item.crafting.Ingredient@60184f62, net.minecraft.item.crafting.Ingredient@60184f62, net.minecraft.item.crafting.Ingredient@60184f62, net.minecraft.item.crafting.Ingredient@205c91b9, net.minecraft.item.crafting.Ingredient@60184f62, net.minecraft.item.crafting.Ingredient@205c91b9, net.minecraft.item.crafting.Ingredient@205c91b9, net.minecraft.item.crafting.Ingredient@205c91b9, net.minecraft.item.crafting.Ingredient@205c91b9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.walkway.0@1 new recipe: RecipeStage{tier='five', recipe=1xtile.walkway.0@1:[net.minecraft.item.crafting.Ingredient@5cc16c0a, net.minecraft.item.crafting.Ingredient@1d47ee47]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 5xtile.walkway.0@1 new recipe: RecipeStage{tier='five', recipe=5xtile.walkway.0@1:[net.minecraft.item.crafting.Ingredient@431751be, net.minecraft.item.crafting.Ingredient@431751be, net.minecraft.item.crafting.Ingredient@431751be, net.minecraft.item.crafting.Ingredient@5fef3510, net.minecraft.item.crafting.Ingredient@431751be, net.minecraft.item.crafting.Ingredient@5fef3510, net.minecraft.item.crafting.Ingredient@5fef3510, net.minecraft.item.crafting.Ingredient@5fef3510, net.minecraft.item.crafting.Ingredient@5fef3510]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 5xtile.walkway.0@0 new recipe: RecipeStage{tier='five', recipe=5xtile.walkway.0@0:[net.minecraft.item.crafting.Ingredient@63a791ce, net.minecraft.item.crafting.Ingredient@63a791ce, net.minecraft.item.crafting.Ingredient@63a791ce, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@63a791ce, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.titanium_sword@0 new recipe: RecipeStage{tier='five', recipe=1xitem.titanium_sword@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@53de4f0e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@53de4f0e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3c2ba6c6, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.titanium_shovel@0 new recipe: RecipeStage{tier='five', recipe=1xitem.titanium_shovel@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@63cad81f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@776589b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@776589b, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.titanium_pickaxe@0 new recipe: RecipeStage{tier='five', recipe=1xitem.titanium_pickaxe@0:[net.minecraft.item.crafting.Ingredient@4cee8e75, net.minecraft.item.crafting.Ingredient@4cee8e75, net.minecraft.item.crafting.Ingredient@4cee8e75, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6616b913, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6616b913, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.titanium_leggings@0 new recipe: RecipeStage{tier='five', recipe=1xitem.titanium_leggings@0:[net.minecraft.item.crafting.Ingredient@2bbbfd05, net.minecraft.item.crafting.Ingredient@2bbbfd05, net.minecraft.item.crafting.Ingredient@2bbbfd05, net.minecraft.item.crafting.Ingredient@2bbbfd05, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2bbbfd05, net.minecraft.item.crafting.Ingredient@2bbbfd05, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2bbbfd05]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.titanium_hoe@0 new recipe: RecipeStage{tier='five', recipe=1xitem.titanium_hoe@0:[net.minecraft.item.crafting.Ingredient@4e514437, net.minecraft.item.crafting.Ingredient@4e514437, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@448f0630, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@448f0630, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.titanium_hoe@0 new recipe: RecipeStage{tier='five', recipe=1xitem.titanium_hoe@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4c51ce21, net.minecraft.item.crafting.Ingredient@4c51ce21, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@25659ba1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@25659ba1, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.titanium_helmet@0 new recipe: RecipeStage{tier='five', recipe=1xitem.titanium_helmet@0:[net.minecraft.item.crafting.Ingredient@2a354317, net.minecraft.item.crafting.Ingredient@2a354317, net.minecraft.item.crafting.Ingredient@2a354317, net.minecraft.item.crafting.Ingredient@2a354317, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2a354317]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.titanium_chestplate@0 new recipe: RecipeStage{tier='five', recipe=1xitem.titanium_chestplate@0:[net.minecraft.item.crafting.Ingredient@2cc4748, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2cc4748, net.minecraft.item.crafting.Ingredient@2cc4748, net.minecraft.item.crafting.Ingredient@2cc4748, net.minecraft.item.crafting.Ingredient@2cc4748, net.minecraft.item.crafting.Ingredient@2cc4748, net.minecraft.item.crafting.Ingredient@2cc4748, net.minecraft.item.crafting.Ingredient@2cc4748]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.titanium_boots@0 new recipe: RecipeStage{tier='five', recipe=1xitem.titanium_boots@0:[net.minecraft.item.crafting.Ingredient@5c766a62, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5c766a62, net.minecraft.item.crafting.Ingredient@5c766a62, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5c766a62]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.titanium_axe@0 new recipe: RecipeStage{tier='five', recipe=1xitem.titanium_axe@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@68e6e55, net.minecraft.item.crafting.Ingredient@68e6e55, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1ee256c4, net.minecraft.item.crafting.Ingredient@68e6e55, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1ee256c4, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.titanium_axe@0 new recipe: RecipeStage{tier='five', recipe=1xitem.titanium_axe@0:[net.minecraft.item.crafting.Ingredient@47473d51, net.minecraft.item.crafting.Ingredient@47473d51, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@47473d51, net.minecraft.item.crafting.Ingredient@2bf6a669, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2bf6a669, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.thermal_padding_t2@3 new recipe: RecipeStage{tier='five', recipe=1xitem.thermal_padding_t2@3:[net.minecraft.item.crafting.Ingredient@6a9d9761, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6a9d9761, net.minecraft.item.crafting.Ingredient@6a9d9761, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6a9d9761]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.thermal_padding_t2@2 new recipe: RecipeStage{tier='five', recipe=1xitem.thermal_padding_t2@2:[net.minecraft.item.crafting.Ingredient@97a25ff, net.minecraft.item.crafting.Ingredient@97a25ff, net.minecraft.item.crafting.Ingredient@97a25ff, net.minecraft.item.crafting.Ingredient@97a25ff, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@97a25ff, net.minecraft.item.crafting.Ingredient@97a25ff, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@97a25ff]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.thermal_padding_t2@1 new recipe: RecipeStage{tier='five', recipe=1xitem.thermal_padding_t2@1:[net.minecraft.item.crafting.Ingredient@4b3d4fc3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4b3d4fc3, net.minecraft.item.crafting.Ingredient@4b3d4fc3, net.minecraft.item.crafting.Ingredient@4b3d4fc3, net.minecraft.item.crafting.Ingredient@4b3d4fc3, net.minecraft.item.crafting.Ingredient@4b3d4fc3, net.minecraft.item.crafting.Ingredient@4b3d4fc3, net.minecraft.item.crafting.Ingredient@4b3d4fc3]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.thermal_padding_t2@0 new recipe: RecipeStage{tier='five', recipe=1xitem.thermal_padding_t2@0:[net.minecraft.item.crafting.Ingredient@c5805b, net.minecraft.item.crafting.Ingredient@c5805b, net.minecraft.item.crafting.Ingredient@c5805b, net.minecraft.item.crafting.Ingredient@c5805b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@c5805b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.thermal_padding@3 new recipe: RecipeStage{tier='five', recipe=1xitem.thermal_padding@3:[net.minecraft.item.crafting.Ingredient@1c6b7eb1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1c6b7eb1, net.minecraft.item.crafting.Ingredient@1c6b7eb1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1c6b7eb1]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.thermal_padding@2 new recipe: RecipeStage{tier='five', recipe=1xitem.thermal_padding@2:[net.minecraft.item.crafting.Ingredient@56042fe, net.minecraft.item.crafting.Ingredient@56042fe, net.minecraft.item.crafting.Ingredient@56042fe, net.minecraft.item.crafting.Ingredient@56042fe, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@56042fe, net.minecraft.item.crafting.Ingredient@56042fe, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@56042fe]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.thermal_padding@1 new recipe: RecipeStage{tier='five', recipe=1xitem.thermal_padding@1:[net.minecraft.item.crafting.Ingredient@2293d3e0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2293d3e0, net.minecraft.item.crafting.Ingredient@2293d3e0, net.minecraft.item.crafting.Ingredient@2293d3e0, net.minecraft.item.crafting.Ingredient@2293d3e0, net.minecraft.item.crafting.Ingredient@2293d3e0, net.minecraft.item.crafting.Ingredient@2293d3e0, net.minecraft.item.crafting.Ingredient@2293d3e0]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.thermal_padding@0 new recipe: RecipeStage{tier='five', recipe=1xitem.thermal_padding@0:[net.minecraft.item.crafting.Ingredient@210e3923, net.minecraft.item.crafting.Ingredient@210e3923, net.minecraft.item.crafting.Ingredient@210e3923, net.minecraft.item.crafting.Ingredient@210e3923, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@210e3923]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.telepad_short@0 new recipe: RecipeStage{tier='five', recipe=1xtile.telepad_short@0:[net.minecraft.item.crafting.Ingredient@7c6a328e, net.minecraft.item.crafting.Ingredient@f75e34, net.minecraft.item.crafting.Ingredient@7c6a328e, net.minecraft.item.crafting.Ingredient@5cfe1910, net.minecraft.item.crafting.Ingredient@95a0b73, net.minecraft.item.crafting.Ingredient@5cfe1910, net.minecraft.item.crafting.Ingredient@7c6a328e, net.minecraft.item.crafting.Ingredient@7c6a328e, net.minecraft.item.crafting.Ingredient@7c6a328e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.solar_array_module@0 new recipe: RecipeStage{tier='five', recipe=1xtile.solar_array_module@0:[net.minecraft.item.crafting.Ingredient@3ed36c13, net.minecraft.item.crafting.Ingredient@3ed36c13, net.minecraft.item.crafting.Ingredient@3ed36c13, net.minecraft.item.crafting.Ingredient@4f32294e, net.minecraftforge.oredict.OreIngredient@e30212b, net.minecraft.item.crafting.Ingredient@4f32294e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.solar_array_controller@0 new recipe: RecipeStage{tier='five', recipe=1xtile.solar_array_controller@0:[net.minecraftforge.oredict.OreIngredient@262d1944, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@262d1944, net.minecraft.item.crafting.Ingredient@2dfed3e0, net.minecraftforge.oredict.OreIngredient@3141bec1, net.minecraft.item.crafting.Ingredient@2dfed3e0, net.minecraftforge.oredict.OreIngredient@262d1944, net.minecraft.item.crafting.Ingredient@2dfed3e0, net.minecraftforge.oredict.OreIngredient@262d1944]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.orion_drive@0 new recipe: RecipeStage{tier='five', recipe=1xitem.orion_drive@0:[net.minecraftforge.oredict.OreIngredient@6b50c8bf, net.minecraftforge.oredict.OreIngredient@6caace1b, net.minecraftforge.oredict.OreIngredient@6bc82682, net.minecraftforge.oredict.OreIngredient@6283a293, net.minecraft.item.crafting.Ingredient@33d7f24a, net.minecraftforge.oredict.OreIngredient@f7b8b4c, net.minecraftforge.oredict.OreIngredient@351b56ae, net.minecraftforge.oredict.OreIngredient@1f4d9ab9, net.minecraftforge.oredict.OreIngredient@60a524f9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.miner_base@0 new recipe: RecipeStage{tier='five', recipe=4xtile.miner_base@0:[net.minecraft.item.crafting.Ingredient@17e5d8c5, net.minecraft.item.crafting.Ingredient@5e36f5e, net.minecraft.item.crafting.Ingredient@17e5d8c5, net.minecraft.item.crafting.Ingredient@47324986, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@47324986, net.minecraft.item.crafting.Ingredient@17e5d8c5, net.minecraft.item.crafting.Ingredient@6aff3d15, net.minecraft.item.crafting.Ingredient@17e5d8c5]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.mars_stairs_cobblestone@0 new recipe: RecipeStage{tier='five', recipe=4xtile.mars_stairs_cobblestone@0:[net.minecraft.item.crafting.Ingredient@7657909b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7657909b, net.minecraft.item.crafting.Ingredient@7657909b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7657909b, net.minecraft.item.crafting.Ingredient@7657909b, net.minecraft.item.crafting.Ingredient@7657909b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.mars_stairs_cobblestone@0 new recipe: RecipeStage{tier='five', recipe=4xtile.mars_stairs_cobblestone@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3f67b82c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3f67b82c, net.minecraft.item.crafting.Ingredient@3f67b82c, net.minecraft.item.crafting.Ingredient@3f67b82c, net.minecraft.item.crafting.Ingredient@3f67b82c, net.minecraft.item.crafting.Ingredient@3f67b82c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.mars_stairs_brick@0 new recipe: RecipeStage{tier='five', recipe=4xtile.mars_stairs_brick@0:[net.minecraft.item.crafting.Ingredient@5e8d9c5d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5e8d9c5d, net.minecraft.item.crafting.Ingredient@5e8d9c5d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5e8d9c5d, net.minecraft.item.crafting.Ingredient@5e8d9c5d, net.minecraft.item.crafting.Ingredient@5e8d9c5d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.mars_stairs_brick@0 new recipe: RecipeStage{tier='five', recipe=4xtile.mars_stairs_brick@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@249d8012, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@249d8012, net.minecraft.item.crafting.Ingredient@249d8012, net.minecraft.item.crafting.Ingredient@249d8012, net.minecraft.item.crafting.Ingredient@249d8012, net.minecraft.item.crafting.Ingredient@249d8012]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.mars_machine_t2.0@8 new recipe: RecipeStage{tier='five', recipe=1xtile.mars_machine_t2.0@8:[net.minecraft.item.crafting.Ingredient@373ee8de, net.minecraft.item.crafting.Ingredient@c0af857, net.minecraft.item.crafting.Ingredient@373ee8de, net.minecraft.item.crafting.Ingredient@4d903283, net.minecraft.item.crafting.Ingredient@687ff1f5, net.minecraft.item.crafting.Ingredient@4d903283, net.minecraft.item.crafting.Ingredient@64c83054, net.minecraft.item.crafting.Ingredient@28479c3c, net.minecraft.item.crafting.Ingredient@64c83054]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.mars_machine_t2.0@4 new recipe: RecipeStage{tier='five', recipe=1xtile.mars_machine_t2.0@4:[net.minecraft.item.crafting.Ingredient@6fc71353, net.minecraft.item.crafting.Ingredient@310abcea, net.minecraft.item.crafting.Ingredient@6fc71353, net.minecraft.item.crafting.Ingredient@45784b83, net.minecraft.item.crafting.Ingredient@33404d0c, net.minecraft.item.crafting.Ingredient@45784b83, net.minecraft.item.crafting.Ingredient@3c4950f0, net.minecraft.item.crafting.Ingredient@644a9dbc, net.minecraft.item.crafting.Ingredient@439033]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.mars_machine_t2.0@0 new recipe: RecipeStage{tier='five', recipe=1xtile.mars_machine_t2.0@0:[net.minecraft.item.crafting.Ingredient@63fe2e75, net.minecraft.item.crafting.Ingredient@1496c34c, net.minecraft.item.crafting.Ingredient@1aef87dc, net.minecraft.item.crafting.Ingredient@91d5394, net.minecraft.item.crafting.Ingredient@6f2af40c, net.minecraft.item.crafting.Ingredient@1aef87dc, net.minecraft.item.crafting.Ingredient@1ab0f4ce, net.minecraft.item.crafting.Ingredient@7db5f21a, net.minecraft.item.crafting.Ingredient@5f9bd243]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.mars_machine.0@8 new recipe: RecipeStage{tier='five', recipe=1xtile.mars_machine.0@8:[net.minecraft.item.crafting.Ingredient@3863c430, net.minecraft.item.crafting.Ingredient@57346c2f, net.minecraft.item.crafting.Ingredient@3863c430, net.minecraft.item.crafting.Ingredient@4cc28c93, net.minecraft.item.crafting.Ingredient@7f6629b3, net.minecraft.item.crafting.Ingredient@4cc28c93, net.minecraft.item.crafting.Ingredient@3863c430, net.minecraft.item.crafting.Ingredient@26e2c21d, net.minecraft.item.crafting.Ingredient@3863c430]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.mars_machine.0@4 new recipe: RecipeStage{tier='five', recipe=1xtile.mars_machine.0@4:[net.minecraft.item.crafting.Ingredient@385e3ff1, net.minecraft.item.crafting.Ingredient@382782a2, net.minecraft.item.crafting.Ingredient@385e3ff1, net.minecraft.item.crafting.Ingredient@385e3ff1, net.minecraft.item.crafting.Ingredient@5a01a9d3, net.minecraft.item.crafting.Ingredient@385e3ff1, net.minecraft.item.crafting.Ingredient@385e3ff1, net.minecraft.item.crafting.Ingredient@382782a2, net.minecraft.item.crafting.Ingredient@385e3ff1]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.mars_machine.0@0 new recipe: RecipeStage{tier='five', recipe=1xtile.mars_machine.0@0:[net.minecraft.item.crafting.Ingredient@6a6f56b, net.minecraft.item.crafting.Ingredient@29633672, net.minecraft.item.crafting.Ingredient@6a6f56b, net.minecraft.item.crafting.Ingredient@6a6f56b, net.minecraft.item.crafting.Ingredient@1839bb40, net.minecraft.item.crafting.Ingredient@6a6f56b, net.minecraft.item.crafting.Ingredient@29633672, net.minecraft.item.crafting.Ingredient@f60bacd, net.minecraft.item.crafting.Ingredient@29633672]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.mars.0@8 new recipe: RecipeStage{tier='five', recipe=1xtile.mars.0@8:[net.minecraft.item.crafting.Ingredient@46ef56c6, net.minecraft.item.crafting.Ingredient@46ef56c6, net.minecraft.item.crafting.Ingredient@46ef56c6, net.minecraft.item.crafting.Ingredient@46ef56c6, net.minecraft.item.crafting.Ingredient@46ef56c6, net.minecraft.item.crafting.Ingredient@46ef56c6, net.minecraft.item.crafting.Ingredient@46ef56c6, net.minecraft.item.crafting.Ingredient@46ef56c6, net.minecraft.item.crafting.Ingredient@46ef56c6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.item_basic_mars@6 new recipe: RecipeStage{tier='five', recipe=1xitem.item_basic_mars@6:[net.minecraft.item.crafting.Ingredient@12a9ce16, net.minecraft.item.crafting.Ingredient@7afb13e5, net.minecraft.item.crafting.Ingredient@12a9ce16, net.minecraftforge.oredict.OreIngredient@129de22b, net.minecraft.item.crafting.Ingredient@4958236a, net.minecraftforge.oredict.OreIngredient@129de22b, net.minecraft.item.crafting.Ingredient@12a9ce16, net.minecraft.item.crafting.Ingredient@7afb13e5, net.minecraft.item.crafting.Ingredient@12a9ce16]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.item_basic_mars@4 new recipe: RecipeStage{tier='five', recipe=1xitem.item_basic_mars@4:[net.minecraft.item.crafting.Ingredient@31764c4c, net.minecraft.item.crafting.Ingredient@19503bde, net.minecraft.item.crafting.Ingredient@31764c4c, net.minecraft.item.crafting.Ingredient@31764c4c, net.minecraftforge.oredict.OreIngredient@4825a705, net.minecraft.item.crafting.Ingredient@31764c4c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@21b9bfe9, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.item_basic_mars@2 new recipe: RecipeStage{tier='five', recipe=9xitem.item_basic_mars@2:[net.minecraft.item.crafting.Ingredient@33eaeeb5]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.item_basic_mars@1 new recipe: RecipeStage{tier='five', recipe=1xitem.item_basic_mars@1:[net.minecraft.item.crafting.Ingredient@3079607f, net.minecraft.item.crafting.Ingredient@3079607f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.item_basic_asteroids@8 new recipe: RecipeStage{tier='five', recipe=1xitem.item_basic_asteroids@8:[net.minecraft.item.crafting.Ingredient@320fcfdc, net.minecraftforge.oredict.OreIngredient@1f416ba6, net.minecraft.item.crafting.Ingredient@320fcfdc, net.minecraftforge.oredict.OreIngredient@1f416ba6, net.minecraft.item.crafting.Ingredient@3c515f05, net.minecraftforge.oredict.OreIngredient@1f416ba6, net.minecraft.item.crafting.Ingredient@320fcfdc, net.minecraftforge.oredict.OreIngredient@1f416ba6, net.minecraft.item.crafting.Ingredient@320fcfdc]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.item_basic_asteroids@7 new recipe: RecipeStage{tier='five', recipe=1xitem.item_basic_asteroids@7:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6aed5704, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6aed5704, net.minecraft.item.crafting.Ingredient@528184b2, net.minecraft.item.crafting.Ingredient@6aed5704, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6aed5704, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.item_basic_asteroids@2 new recipe: RecipeStage{tier='five', recipe=1xitem.item_basic_asteroids@2:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3ea1c58d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5a072481, net.minecraft.item.crafting.Ingredient@3ea1c58d, net.minecraft.item.crafting.Ingredient@5a072481, net.minecraft.item.crafting.Ingredient@5a072481, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5a072481]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.item_basic_asteroids@2 new recipe: RecipeStage{tier='five', recipe=1xitem.item_basic_asteroids@2:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6f1438e6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@44b72ea7, net.minecraft.item.crafting.Ingredient@6f1438e6, net.minecraft.item.crafting.Ingredient@44b72ea7, net.minecraft.item.crafting.Ingredient@44b72ea7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@44b72ea7]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.item_basic_asteroids@1 new recipe: RecipeStage{tier='five', recipe=1xitem.item_basic_asteroids@1:[net.minecraft.item.crafting.Ingredient@3fffa70b, net.minecraft.item.crafting.Ingredient@8eb4af0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6afd99cc, net.minecraft.item.crafting.Ingredient@bfec56f, net.minecraft.item.crafting.Ingredient@6afd99cc, net.minecraft.item.crafting.Ingredient@6afd99cc, net.minecraft.item.crafting.Ingredient@4a6e6319, net.minecraft.item.crafting.Ingredient@6afd99cc]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.item_basic_asteroids@1 new recipe: RecipeStage{tier='five', recipe=1xitem.item_basic_asteroids@1:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7c483fd1, net.minecraft.item.crafting.Ingredient@5a527f8e, net.minecraft.item.crafting.Ingredient@7229080d, net.minecraft.item.crafting.Ingredient@5d871460, net.minecraft.item.crafting.Ingredient@7229080d, net.minecraft.item.crafting.Ingredient@7229080d, net.minecraft.item.crafting.Ingredient@35af81d9, net.minecraft.item.crafting.Ingredient@7229080d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.heavy_nose_cone@0 new recipe: RecipeStage{tier='five', recipe=1xitem.heavy_nose_cone@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@66fc7f67, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3241b084, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3241b084, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3241b084]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.grapple@0 new recipe: RecipeStage{tier='five', recipe=1xitem.grapple@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@b6d2bfd, net.minecraft.item.crafting.Ingredient@a590e78, net.minecraft.item.crafting.Ingredient@b6d2bfd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@a590e78, net.minecraft.item.crafting.Ingredient@a590e78, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.desh_sword@0 new recipe: RecipeStage{tier='five', recipe=1xitem.desh_sword@0:[net.minecraft.item.crafting.Ingredient@3ebc08da, net.minecraft.item.crafting.Ingredient@3ebc08da, net.minecraft.item.crafting.Ingredient@539ad655]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.desh_spade@0 new recipe: RecipeStage{tier='five', recipe=1xitem.desh_spade@0:[net.minecraft.item.crafting.Ingredient@7f55d205, net.minecraft.item.crafting.Ingredient@265be478, net.minecraft.item.crafting.Ingredient@265be478]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.desh_pick@0 new recipe: RecipeStage{tier='five', recipe=1xitem.desh_pick@0:[net.minecraft.item.crafting.Ingredient@7121fba0, net.minecraft.item.crafting.Ingredient@7121fba0, net.minecraft.item.crafting.Ingredient@7121fba0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5f5723ac, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5f5723ac, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.desh_leggings@0 new recipe: RecipeStage{tier='five', recipe=1xitem.desh_leggings@0:[net.minecraft.item.crafting.Ingredient@373bf3d6, net.minecraft.item.crafting.Ingredient@373bf3d6, net.minecraft.item.crafting.Ingredient@373bf3d6, net.minecraft.item.crafting.Ingredient@373bf3d6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@373bf3d6, net.minecraft.item.crafting.Ingredient@373bf3d6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@373bf3d6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.desh_hoe@0 new recipe: RecipeStage{tier='five', recipe=1xitem.desh_hoe@0:[net.minecraft.item.crafting.Ingredient@6b6591b0, net.minecraft.item.crafting.Ingredient@6b6591b0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@f853a4d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@f853a4d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.desh_hoe@0 new recipe: RecipeStage{tier='five', recipe=1xitem.desh_hoe@0:[net.minecraft.item.crafting.Ingredient@4911c596, net.minecraft.item.crafting.Ingredient@4911c596, net.minecraft.item.crafting.Ingredient@4bc51bdc, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4bc51bdc, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.desh_helmet@0 new recipe: RecipeStage{tier='five', recipe=1xitem.desh_helmet@0:[net.minecraft.item.crafting.Ingredient@57355751, net.minecraft.item.crafting.Ingredient@57355751, net.minecraft.item.crafting.Ingredient@57355751, net.minecraft.item.crafting.Ingredient@57355751, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@57355751]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.desh_chestplate@0 new recipe: RecipeStage{tier='five', recipe=1xitem.desh_chestplate@0:[net.minecraft.item.crafting.Ingredient@92eb4fb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@92eb4fb, net.minecraft.item.crafting.Ingredient@92eb4fb, net.minecraft.item.crafting.Ingredient@92eb4fb, net.minecraft.item.crafting.Ingredient@92eb4fb, net.minecraft.item.crafting.Ingredient@92eb4fb, net.minecraft.item.crafting.Ingredient@92eb4fb, net.minecraft.item.crafting.Ingredient@92eb4fb]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.desh_boots@0 new recipe: RecipeStage{tier='five', recipe=1xitem.desh_boots@0:[net.minecraft.item.crafting.Ingredient@2bf1f9a1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2bf1f9a1, net.minecraft.item.crafting.Ingredient@2bf1f9a1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2bf1f9a1]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.desh_axe@0 new recipe: RecipeStage{tier='five', recipe=1xitem.desh_axe@0:[net.minecraft.item.crafting.Ingredient@5e0eecaa, net.minecraft.item.crafting.Ingredient@5e0eecaa, net.minecraft.item.crafting.Ingredient@6160ce65, net.minecraft.item.crafting.Ingredient@5e0eecaa, net.minecraft.item.crafting.Ingredient@6160ce65, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.desh_axe@0 new recipe: RecipeStage{tier='five', recipe=1xitem.desh_axe@0:[net.minecraft.item.crafting.Ingredient@70624554, net.minecraft.item.crafting.Ingredient@70624554, net.minecraft.item.crafting.Ingredient@70624554, net.minecraft.item.crafting.Ingredient@6200dab9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6200dab9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.beam_reflector@0 new recipe: RecipeStage{tier='five', recipe=1xtile.beam_reflector@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3eb91093, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1d34acfd, net.minecraft.item.crafting.Ingredient@5e3812e4, net.minecraft.item.crafting.Ingredient@1d34acfd, net.minecraft.item.crafting.Ingredient@1d34acfd, net.minecraft.item.crafting.Ingredient@1d34acfd]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.beam_reflector@0 new recipe: RecipeStage{tier='five', recipe=1xtile.beam_reflector@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@72be5f13, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5d3e60d3, net.minecraft.item.crafting.Ingredient@3d65601d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3d65601d, net.minecraft.item.crafting.Ingredient@3d65601d, net.minecraft.item.crafting.Ingredient@3d65601d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.beam_receiver@0 new recipe: RecipeStage{tier='five', recipe=1xtile.beam_receiver@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@610034f2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@610034f2, net.minecraft.item.crafting.Ingredient@247b25d5, net.minecraft.item.crafting.Ingredient@610034f2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@610034f2, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xitem.basic_item_venus@5 new recipe: RecipeStage{tier='five', recipe=3xitem.basic_item_venus@5:[net.minecraft.item.crafting.Ingredient@da79403, net.minecraft.item.crafting.Ingredient@da79403, net.minecraft.item.crafting.Ingredient@da79403, net.minecraftforge.oredict.OreIngredient@195cee31, net.minecraftforge.oredict.OreIngredient@195cee31, net.minecraftforge.oredict.OreIngredient@195cee31, net.minecraft.item.crafting.Ingredient@4bde46e4, net.minecraft.item.crafting.Ingredient@4bde46e4, net.minecraft.item.crafting.Ingredient@4bde46e4]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.basic_item_venus@3 new recipe: RecipeStage{tier='five', recipe=1xitem.basic_item_venus@3:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@37fc086e, net.minecraft.item.crafting.Ingredient@3cb839ae, net.minecraft.item.crafting.Ingredient@37fc086e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.atmospheric_valve@0 new recipe: RecipeStage{tier='five', recipe=1xitem.atmospheric_valve@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@ad994b2, net.minecraft.item.crafting.Ingredient@6741f089, net.minecraft.item.crafting.Ingredient@ad994b2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@ad994b2, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.yellow_diamond_sword@0 new recipe: RecipeStage{tier='five', recipe=1xitem.yellow_diamond_sword@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7cc1fbc7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7cc1fbc7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@158d98d7, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.yellow_diamond_shovel@0 new recipe: RecipeStage{tier='five', recipe=1xitem.yellow_diamond_shovel@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4f215b8e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@158d98d7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@158d98d7, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.yellow_diamond_pickaxe@0 new recipe: RecipeStage{tier='five', recipe=1xitem.yellow_diamond_pickaxe@0:[net.minecraft.item.crafting.Ingredient@498b4f1, net.minecraft.item.crafting.Ingredient@498b4f1, net.minecraft.item.crafting.Ingredient@498b4f1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@158d98d7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@158d98d7, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.yellow_diamond_legings@0 new recipe: RecipeStage{tier='five', recipe=1xitem.yellow_diamond_legings@0:[net.minecraft.item.crafting.Ingredient@61820a4b, net.minecraft.item.crafting.Ingredient@61820a4b, net.minecraft.item.crafting.Ingredient@61820a4b, net.minecraft.item.crafting.Ingredient@61820a4b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@61820a4b, net.minecraft.item.crafting.Ingredient@61820a4b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@61820a4b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.yellow_diamond_hoe@0 new recipe: RecipeStage{tier='five', recipe=1xitem.yellow_diamond_hoe@0:[net.minecraft.item.crafting.Ingredient@541644f4, net.minecraft.item.crafting.Ingredient@541644f4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@158d98d7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@158d98d7, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.yellow_diamond_helmet@0 new recipe: RecipeStage{tier='five', recipe=1xitem.yellow_diamond_helmet@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@29adde30, net.minecraft.item.crafting.Ingredient@29adde30, net.minecraft.item.crafting.Ingredient@29adde30, net.minecraft.item.crafting.Ingredient@29adde30, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@29adde30]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.yellow_diamond_chest@0 new recipe: RecipeStage{tier='five', recipe=1xitem.yellow_diamond_chest@0:[net.minecraft.item.crafting.Ingredient@3702d23c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3702d23c, net.minecraft.item.crafting.Ingredient@3702d23c, net.minecraft.item.crafting.Ingredient@3702d23c, net.minecraft.item.crafting.Ingredient@3702d23c, net.minecraft.item.crafting.Ingredient@3702d23c, net.minecraft.item.crafting.Ingredient@3702d23c, net.minecraft.item.crafting.Ingredient@3702d23c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.yellow_diamond_boots@0 new recipe: RecipeStage{tier='five', recipe=1xitem.yellow_diamond_boots@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@36b49257, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@36b49257, net.minecraft.item.crafting.Ingredient@36b49257, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@36b49257]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.yellow_diamond_axe@0 new recipe: RecipeStage{tier='five', recipe=1xitem.yellow_diamond_axe@0:[net.minecraft.item.crafting.Ingredient@6559a4a0, net.minecraft.item.crafting.Ingredient@6559a4a0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6559a4a0, net.minecraftforge.oredict.OreIngredient@158d98d7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@158d98d7, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.pressurePlateWood@0 new recipe: RecipeStage{tier='two', recipe=8xtile.pressurePlateWood@0:[net.minecraft.item.crafting.Ingredient@5e90945f, net.minecraft.item.crafting.Ingredient@69ff1c97, net.minecraft.item.crafting.Ingredient@730abb82, net.minecraft.item.crafting.Ingredient@67da4b42]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.pressurePlateWood@0 new recipe: RecipeStage{tier='two', recipe=8xtile.pressurePlateWood@0:[net.minecraft.item.crafting.Ingredient@3ffd03e1, net.minecraft.item.crafting.Ingredient@122e33cd, net.minecraft.item.crafting.Ingredient@7b77c8de, net.minecraft.item.crafting.Ingredient@37be9340]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.pressurePlateWood@0 new recipe: RecipeStage{tier='two', recipe=8xtile.pressurePlateWood@0:[net.minecraft.item.crafting.Ingredient@54b2d51, net.minecraft.item.crafting.Ingredient@3e994031, net.minecraft.item.crafting.Ingredient@79589ae3, net.minecraft.item.crafting.Ingredient@5b4481b5]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.pressurePlateWood@0 new recipe: RecipeStage{tier='two', recipe=8xtile.pressurePlateWood@0:[net.minecraft.item.crafting.Ingredient@3151347c, net.minecraft.item.crafting.Ingredient@7ed6bc39, net.minecraft.item.crafting.Ingredient@27abe1b2, net.minecraft.item.crafting.Ingredient@53515656]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.pressurePlateWood@0 new recipe: RecipeStage{tier='two', recipe=8xtile.pressurePlateWood@0:[net.minecraft.item.crafting.Ingredient@103f9d2, net.minecraft.item.crafting.Ingredient@31fcfcbc, net.minecraft.item.crafting.Ingredient@2827dccd, net.minecraft.item.crafting.Ingredient@3f329473]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.pressurePlateWood@0 new recipe: RecipeStage{tier='two', recipe=8xtile.pressurePlateWood@0:[net.minecraft.item.crafting.Ingredient@4a43dc6e, net.minecraft.item.crafting.Ingredient@62335a4f, net.minecraft.item.crafting.Ingredient@64ae7b9d, net.minecraft.item.crafting.Ingredient@4f15ca8b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xitem.doorOak@0 new recipe: RecipeStage{tier='one', recipe=4xitem.doorOak@0:[net.minecraft.item.crafting.Ingredient@153d3f41, net.minecraft.item.crafting.Ingredient@153d3f41, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@153d3f41, net.minecraft.item.crafting.Ingredient@153d3f41, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@153d3f41, net.minecraft.item.crafting.Ingredient@153d3f41, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xitem.doorOak@0 new recipe: RecipeStage{tier='one', recipe=4xitem.doorOak@0:[net.minecraft.item.crafting.Ingredient@44b93e5c, net.minecraft.item.crafting.Ingredient@44b93e5c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@44b93e5c, net.minecraft.item.crafting.Ingredient@44b93e5c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@44b93e5c, net.minecraft.item.crafting.Ingredient@44b93e5c, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xitem.doorOak@0 new recipe: RecipeStage{tier='one', recipe=4xitem.doorOak@0:[net.minecraft.item.crafting.Ingredient@727ecb34, net.minecraft.item.crafting.Ingredient@727ecb34, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@727ecb34, net.minecraft.item.crafting.Ingredient@727ecb34, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@727ecb34, net.minecraft.item.crafting.Ingredient@727ecb34, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xitem.doorOak@0 new recipe: RecipeStage{tier='one', recipe=4xitem.doorOak@0:[net.minecraft.item.crafting.Ingredient@6566d834, net.minecraft.item.crafting.Ingredient@6566d834, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6566d834, net.minecraft.item.crafting.Ingredient@6566d834, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6566d834, net.minecraft.item.crafting.Ingredient@6566d834, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xitem.doorOak@0 new recipe: RecipeStage{tier='one', recipe=4xitem.doorOak@0:[net.minecraft.item.crafting.Ingredient@1448004e, net.minecraft.item.crafting.Ingredient@1448004e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1448004e, net.minecraft.item.crafting.Ingredient@1448004e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1448004e, net.minecraft.item.crafting.Ingredient@1448004e, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xitem.doorOak@0 new recipe: RecipeStage{tier='one', recipe=4xitem.doorOak@0:[net.minecraft.item.crafting.Ingredient@71639080, net.minecraft.item.crafting.Ingredient@71639080, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@71639080, net.minecraft.item.crafting.Ingredient@71639080, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@71639080, net.minecraft.item.crafting.Ingredient@71639080, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.button@0 new recipe: RecipeStage{tier='one', recipe=4xtile.button@0:[net.minecraft.item.crafting.Ingredient@4785cdd9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.button@0 new recipe: RecipeStage{tier='one', recipe=4xtile.button@0:[net.minecraft.item.crafting.Ingredient@b32bcac]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.button@0 new recipe: RecipeStage{tier='one', recipe=4xtile.button@0:[net.minecraft.item.crafting.Ingredient@1a87504d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.button@0 new recipe: RecipeStage{tier='one', recipe=4xtile.button@0:[net.minecraft.item.crafting.Ingredient@587de5cd]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.button@0 new recipe: RecipeStage{tier='one', recipe=4xtile.button@0:[net.minecraft.item.crafting.Ingredient@7485a69d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.button@0 new recipe: RecipeStage{tier='one', recipe=4xtile.button@0:[net.minecraft.item.crafting.Ingredient@7b38ecf4]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.vehicle_charger@0 new recipe: RecipeStage{tier='five', recipe=1xtile.vehicle_charger@0:[net.minecraftforge.oredict.OreIngredient@68ef4fe1, net.minecraft.item.crafting.Ingredient@66aec7e2, net.minecraftforge.oredict.OreIngredient@68ef4fe1, net.minecraftforge.oredict.OreIngredient@68ef4fe1, net.minecraft.item.crafting.Ingredient@66aec7e2, net.minecraftforge.oredict.OreIngredient@68ef4fe1, net.minecraftforge.oredict.OreIngredient@68ef4fe1, net.minecraft.item.crafting.Ingredient@66aec7e2, net.minecraftforge.oredict.OreIngredient@68ef4fe1]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.uranus_stairs_surface@0 new recipe: RecipeStage{tier='five', recipe=4xtile.uranus_stairs_surface@0:[net.minecraft.item.crafting.Ingredient@26e71966, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@26e71966, net.minecraft.item.crafting.Ingredient@26e71966, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@26e71966, net.minecraft.item.crafting.Ingredient@26e71966, net.minecraft.item.crafting.Ingredient@26e71966]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.uranus_stairs_sub_surface@0 new recipe: RecipeStage{tier='five', recipe=4xtile.uranus_stairs_sub_surface@0:[net.minecraft.item.crafting.Ingredient@3e412215, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3e412215, net.minecraft.item.crafting.Ingredient@3e412215, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3e412215, net.minecraft.item.crafting.Ingredient@3e412215, net.minecraft.item.crafting.Ingredient@3e412215]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.uranus_stairs_stone_bricks@0 new recipe: RecipeStage{tier='five', recipe=4xtile.uranus_stairs_stone_bricks@0:[net.minecraft.item.crafting.Ingredient@20aa0009, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@20aa0009, net.minecraft.item.crafting.Ingredient@20aa0009, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@20aa0009, net.minecraft.item.crafting.Ingredient@20aa0009, net.minecraft.item.crafting.Ingredient@20aa0009]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.uranus_stairs_stone@0 new recipe: RecipeStage{tier='five', recipe=4xtile.uranus_stairs_stone@0:[net.minecraft.item.crafting.Ingredient@8e4def8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@8e4def8, net.minecraft.item.crafting.Ingredient@8e4def8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@8e4def8, net.minecraft.item.crafting.Ingredient@8e4def8, net.minecraft.item.crafting.Ingredient@8e4def8]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.uranus.0@8 new recipe: RecipeStage{tier='five', recipe=1xtile.uranus.0@8:[net.minecraft.item.crafting.Ingredient@6f4ac4a3, net.minecraft.item.crafting.Ingredient@6f4ac4a3, net.minecraft.item.crafting.Ingredient@6f4ac4a3, net.minecraft.item.crafting.Ingredient@6f4ac4a3, net.minecraft.item.crafting.Ingredient@6f4ac4a3, net.minecraft.item.crafting.Ingredient@6f4ac4a3, net.minecraft.item.crafting.Ingredient@6f4ac4a3, net.minecraft.item.crafting.Ingredient@6f4ac4a3, net.minecraft.item.crafting.Ingredient@6f4ac4a3]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.uranus.0@5 new recipe: RecipeStage{tier='five', recipe=4xtile.uranus.0@5:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@69d17b32, net.minecraft.item.crafting.Ingredient@69d17b32, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@69d17b32, net.minecraft.item.crafting.Ingredient@69d17b32, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.uranus.0@4 new recipe: RecipeStage{tier='five', recipe=1xtile.uranus.0@4:[net.minecraft.item.crafting.Ingredient@5d472fd8, net.minecraft.item.crafting.Ingredient@5d472fd8, net.minecraft.item.crafting.Ingredient@5d472fd8, net.minecraft.item.crafting.Ingredient@5d472fd8, net.minecraft.item.crafting.Ingredient@5d472fd8, net.minecraft.item.crafting.Ingredient@5d472fd8, net.minecraft.item.crafting.Ingredient@5d472fd8, net.minecraft.item.crafting.Ingredient@5d472fd8, net.minecraft.item.crafting.Ingredient@5d472fd8]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ultimate_oxygen_compressor.0@4 new recipe: RecipeStage{tier='five', recipe=1xtile.ultimate_oxygen_compressor.0@4:[net.minecraft.item.crafting.Ingredient@76277f37, net.minecraft.item.crafting.Ingredient@47780502, net.minecraft.item.crafting.Ingredient@76277f37, net.minecraft.item.crafting.Ingredient@47780502, net.minecraft.item.crafting.Ingredient@76277f37, net.minecraft.item.crafting.Ingredient@47780502, net.minecraft.item.crafting.Ingredient@76277f37, net.minecraft.item.crafting.Ingredient@47780502, net.minecraft.item.crafting.Ingredient@76277f37]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ultimate_oxygen_compressor.0@0 new recipe: RecipeStage{tier='five', recipe=1xtile.ultimate_oxygen_compressor.0@0:[net.minecraft.item.crafting.Ingredient@7e678b0a, net.minecraft.item.crafting.Ingredient@64304d58, net.minecraft.item.crafting.Ingredient@7e678b0a, net.minecraft.item.crafting.Ingredient@64304d58, net.minecraft.item.crafting.Ingredient@7e678b0a, net.minecraft.item.crafting.Ingredient@64304d58, net.minecraft.item.crafting.Ingredient@7e678b0a, net.minecraft.item.crafting.Ingredient@64304d58, net.minecraft.item.crafting.Ingredient@7e678b0a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ultimate_fuel_loader@0 new recipe: RecipeStage{tier='five', recipe=1xtile.ultimate_fuel_loader@0:[net.minecraft.item.crafting.Ingredient@8fd3116, net.minecraft.item.crafting.Ingredient@8fd3116, net.minecraft.item.crafting.Ingredient@8fd3116, net.minecraft.item.crafting.Ingredient@8fd3116, net.minecraft.item.crafting.Ingredient@42a148dd, net.minecraft.item.crafting.Ingredient@8fd3116, net.minecraft.item.crafting.Ingredient@faf7739, net.minecraft.item.crafting.Ingredient@595745ba, net.minecraft.item.crafting.Ingredient@faf7739]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.oak_trapdoor@0 new recipe: RecipeStage{tier='one', recipe=4xtile.oak_trapdoor@0:[net.minecraft.item.crafting.Ingredient@aacf4e2, net.minecraft.item.crafting.Ingredient@7895b309, net.minecraft.item.crafting.Ingredient@3fd9cd18, net.minecraft.item.crafting.Ingredient@566fe289, net.minecraft.item.crafting.Ingredient@3b891742, net.minecraft.item.crafting.Ingredient@6ed1e6c1]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.oak_trapdoor@0 new recipe: RecipeStage{tier='one', recipe=4xtile.oak_trapdoor@0:[net.minecraft.item.crafting.Ingredient@2405a6dd, net.minecraft.item.crafting.Ingredient@3139bc74, net.minecraft.item.crafting.Ingredient@1bfe2ae1, net.minecraft.item.crafting.Ingredient@439f37fb, net.minecraft.item.crafting.Ingredient@4a25521b, net.minecraft.item.crafting.Ingredient@36839d37]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.oak_trapdoor@0 new recipe: RecipeStage{tier='one', recipe=4xtile.oak_trapdoor@0:[net.minecraft.item.crafting.Ingredient@2ccfa821, net.minecraft.item.crafting.Ingredient@70525cac, net.minecraft.item.crafting.Ingredient@401db90a, net.minecraft.item.crafting.Ingredient@39d4e61c, net.minecraft.item.crafting.Ingredient@680bdfa7, net.minecraft.item.crafting.Ingredient@a5e4936]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.oak_trapdoor@0 new recipe: RecipeStage{tier='one', recipe=4xtile.oak_trapdoor@0:[net.minecraft.item.crafting.Ingredient@77f37b37, net.minecraft.item.crafting.Ingredient@63e5f3d3, net.minecraft.item.crafting.Ingredient@3ef722cd, net.minecraft.item.crafting.Ingredient@55a05554, net.minecraft.item.crafting.Ingredient@3966a614, net.minecraft.item.crafting.Ingredient@7551b180]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.oak_trapdoor@0 new recipe: RecipeStage{tier='one', recipe=4xtile.oak_trapdoor@0:[net.minecraft.item.crafting.Ingredient@5115d8f2, net.minecraft.item.crafting.Ingredient@1bcdbc01, net.minecraft.item.crafting.Ingredient@697fda17, net.minecraft.item.crafting.Ingredient@456c6154, net.minecraft.item.crafting.Ingredient@3a41f343, net.minecraft.item.crafting.Ingredient@4c9a7dbe]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.oak_trapdoor@0 new recipe: RecipeStage{tier='one', recipe=4xtile.oak_trapdoor@0:[net.minecraft.item.crafting.Ingredient@5764d98f, net.minecraft.item.crafting.Ingredient@19c2d242, net.minecraft.item.crafting.Ingredient@74e0d30e, net.minecraft.item.crafting.Ingredient@5d10567d, net.minecraft.item.crafting.Ingredient@2c4944f1, net.minecraft.item.crafting.Ingredient@2316d3f8]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.tools@3 new recipe: RecipeStage{tier='five', recipe=1xitem.tools@3:[net.minecraft.item.crafting.Ingredient@4cb879fd, net.minecraft.item.crafting.Ingredient@7d743fd0, net.minecraft.item.crafting.Ingredient@4cb879fd, net.minecraft.item.crafting.Ingredient@42087d9e, net.minecraft.item.crafting.Ingredient@42087d9e, net.minecraft.item.crafting.Ingredient@42087d9e, net.minecraft.item.crafting.Ingredient@4cb879fd, net.minecraft.item.crafting.Ingredient@7d743fd0, net.minecraft.item.crafting.Ingredient@4cb879fd]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.tools@2 new recipe: RecipeStage{tier='five', recipe=1xitem.tools@2:[net.minecraft.item.crafting.Ingredient@3dc762ef, net.minecraft.item.crafting.Ingredient@3dc762ef, net.minecraft.item.crafting.Ingredient@3dc762ef, net.minecraft.item.crafting.Ingredient@3dc762ef, net.minecraft.item.crafting.Ingredient@3dc762ef, net.minecraft.item.crafting.Ingredient@3dc762ef, net.minecraft.item.crafting.Ingredient@3dc762ef, net.minecraft.item.crafting.Ingredient@3dc762ef, net.minecraft.item.crafting.Ingredient@3dc762ef]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.tools@1 new recipe: RecipeStage{tier='five', recipe=1xitem.tools@1:[net.minecraft.item.crafting.Ingredient@22791939, net.minecraft.item.crafting.Ingredient@626dc029, net.minecraft.item.crafting.Ingredient@22791939, net.minecraft.item.crafting.Ingredient@626dc029, net.minecraft.item.crafting.Ingredient@7788fdb8, net.minecraft.item.crafting.Ingredient@626dc029, net.minecraft.item.crafting.Ingredient@22791939, net.minecraft.item.crafting.Ingredient@626dc029, net.minecraft.item.crafting.Ingredient@22791939]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.tools@0 new recipe: RecipeStage{tier='five', recipe=1xitem.tools@0:[net.minecraft.item.crafting.Ingredient@11aa74fa, net.minecraft.item.crafting.Ingredient@11aa74fa, net.minecraft.item.crafting.Ingredient@11aa74fa, net.minecraft.item.crafting.Ingredient@7b3b9a8c, net.minecraftforge.oredict.OreIngredient@158d98d7, net.minecraft.item.crafting.Ingredient@7b3b9a8c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@158d98d7, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.tier9_items@5 new recipe: RecipeStage{tier='five', recipe=9xitem.tier9_items@5:[net.minecraft.item.crafting.Ingredient@211f4b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.tier9_items@2 new recipe: RecipeStage{tier='five', recipe=1xitem.tier9_items@2:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@109d941c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@563b33f3, net.minecraft.item.crafting.Ingredient@109d941c, net.minecraft.item.crafting.Ingredient@563b33f3, net.minecraft.item.crafting.Ingredient@563b33f3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@563b33f3]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.tier9_items@1 new recipe: RecipeStage{tier='five', recipe=1xitem.tier9_items@1:[net.minecraft.item.crafting.Ingredient@6f6154fd, net.minecraft.item.crafting.Ingredient@3b88c4, net.minecraft.item.crafting.Ingredient@6f6154fd, net.minecraft.item.crafting.Ingredient@6f6154fd, net.minecraft.item.crafting.Ingredient@575fb190, net.minecraft.item.crafting.Ingredient@6f6154fd, net.minecraft.item.crafting.Ingredient@19705c6f, net.minecraft.item.crafting.Ingredient@113fd157, net.minecraft.item.crafting.Ingredient@19705c6f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.tier9_items@0 new recipe: RecipeStage{tier='five', recipe=1xitem.tier9_items@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@35512345, net.minecraft.item.crafting.Ingredient@6792b0f1, net.minecraft.item.crafting.Ingredient@393b287e, net.minecraft.item.crafting.Ingredient@67574298, net.minecraft.item.crafting.Ingredient@393b287e, net.minecraft.item.crafting.Ingredient@393b287e, net.minecraft.item.crafting.Ingredient@47360826, net.minecraft.item.crafting.Ingredient@393b287e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.tier8_items@6 new recipe: RecipeStage{tier='five', recipe=9xitem.tier8_items@6:[net.minecraft.item.crafting.Ingredient@6d3d4b14]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.tier8_items@2 new recipe: RecipeStage{tier='five', recipe=1xitem.tier8_items@2:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@c955833, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2457a82, net.minecraft.item.crafting.Ingredient@c955833, net.minecraft.item.crafting.Ingredient@2457a82, net.minecraft.item.crafting.Ingredient@2457a82, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2457a82]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.tier8_items@1 new recipe: RecipeStage{tier='five', recipe=1xitem.tier8_items@1:[net.minecraft.item.crafting.Ingredient@1328908f, net.minecraft.item.crafting.Ingredient@5dfcdb57, net.minecraft.item.crafting.Ingredient@1328908f, net.minecraft.item.crafting.Ingredient@1328908f, net.minecraft.item.crafting.Ingredient@33e9da9d, net.minecraft.item.crafting.Ingredient@1328908f, net.minecraft.item.crafting.Ingredient@21fa1da1, net.minecraft.item.crafting.Ingredient@138bb23d, net.minecraft.item.crafting.Ingredient@21fa1da1]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.tier8_items@0 new recipe: RecipeStage{tier='five', recipe=1xitem.tier8_items@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@83a65c4, net.minecraft.item.crafting.Ingredient@73e8940c, net.minecraft.item.crafting.Ingredient@32b44b77, net.minecraft.item.crafting.Ingredient@5940ad91, net.minecraft.item.crafting.Ingredient@32b44b77, net.minecraft.item.crafting.Ingredient@32b44b77, net.minecraft.item.crafting.Ingredient@3fc5c83b, net.minecraft.item.crafting.Ingredient@32b44b77]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.tier7_items@7 new recipe: RecipeStage{tier='five', recipe=9xitem.tier7_items@7:[net.minecraft.item.crafting.Ingredient@39900856]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.tier7_items@5 new recipe: RecipeStage{tier='five', recipe=9xitem.tier7_items@5:[net.minecraft.item.crafting.Ingredient@6c21bc76]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.tier7_items@2 new recipe: RecipeStage{tier='five', recipe=1xitem.tier7_items@2:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@46d0f4ba, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@73ff2e9b, net.minecraft.item.crafting.Ingredient@46d0f4ba, net.minecraft.item.crafting.Ingredient@73ff2e9b, net.minecraft.item.crafting.Ingredient@73ff2e9b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@73ff2e9b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.tier7_items@1 new recipe: RecipeStage{tier='five', recipe=1xitem.tier7_items@1:[net.minecraft.item.crafting.Ingredient@383530e1, net.minecraft.item.crafting.Ingredient@68c0a081, net.minecraft.item.crafting.Ingredient@383530e1, net.minecraft.item.crafting.Ingredient@383530e1, net.minecraft.item.crafting.Ingredient@69299b3a, net.minecraft.item.crafting.Ingredient@383530e1, net.minecraft.item.crafting.Ingredient@5be6e6f1, net.minecraft.item.crafting.Ingredient@496328d0, net.minecraft.item.crafting.Ingredient@5be6e6f1]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.tier7_items@0 new recipe: RecipeStage{tier='five', recipe=1xitem.tier7_items@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3255ba98, net.minecraft.item.crafting.Ingredient@d57dbf0, net.minecraft.item.crafting.Ingredient@c0aa0c4, net.minecraft.item.crafting.Ingredient@14cae2f0, net.minecraft.item.crafting.Ingredient@c0aa0c4, net.minecraft.item.crafting.Ingredient@c0aa0c4, net.minecraft.item.crafting.Ingredient@16e6f79, net.minecraft.item.crafting.Ingredient@c0aa0c4]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.tier6_items@5 new recipe: RecipeStage{tier='five', recipe=9xitem.tier6_items@5:[net.minecraft.item.crafting.Ingredient@326e96fe]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.tier6_items@2 new recipe: RecipeStage{tier='five', recipe=1xitem.tier6_items@2:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6c798d27, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@a79854c, net.minecraft.item.crafting.Ingredient@6c798d27, net.minecraft.item.crafting.Ingredient@a79854c, net.minecraft.item.crafting.Ingredient@a79854c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@a79854c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.tier6_items@1 new recipe: RecipeStage{tier='five', recipe=1xitem.tier6_items@1:[net.minecraft.item.crafting.Ingredient@19205966, net.minecraft.item.crafting.Ingredient@bb95f02, net.minecraft.item.crafting.Ingredient@19205966, net.minecraft.item.crafting.Ingredient@19205966, net.minecraft.item.crafting.Ingredient@605da82c, net.minecraft.item.crafting.Ingredient@19205966, net.minecraft.item.crafting.Ingredient@3c709a1e, net.minecraft.item.crafting.Ingredient@492b640f, net.minecraft.item.crafting.Ingredient@3c709a1e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.tier6_items@0 new recipe: RecipeStage{tier='five', recipe=1xitem.tier6_items@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2f9a2fb9, net.minecraft.item.crafting.Ingredient@76d9d226, net.minecraft.item.crafting.Ingredient@8784617, net.minecraft.item.crafting.Ingredient@6e05b6e5, net.minecraft.item.crafting.Ingredient@8784617, net.minecraft.item.crafting.Ingredient@8784617, net.minecraft.item.crafting.Ingredient@17ea908e, net.minecraft.item.crafting.Ingredient@8784617]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.tier5_thermal_padding@3 new recipe: RecipeStage{tier='five', recipe=1xitem.tier5_thermal_padding@3:[net.minecraft.item.crafting.Ingredient@2a4f9212, net.minecraft.item.crafting.Ingredient@7c938fab, net.minecraft.item.crafting.Ingredient@2a4f9212, net.minecraft.item.crafting.Ingredient@2a4f9212, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2a4f9212]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.tier5_thermal_padding@2 new recipe: RecipeStage{tier='five', recipe=1xitem.tier5_thermal_padding@2:[net.minecraft.item.crafting.Ingredient@65853117, net.minecraft.item.crafting.Ingredient@65853117, net.minecraft.item.crafting.Ingredient@65853117, net.minecraft.item.crafting.Ingredient@65853117, net.minecraft.item.crafting.Ingredient@1ab3fa16, net.minecraft.item.crafting.Ingredient@65853117, net.minecraft.item.crafting.Ingredient@65853117, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@65853117]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.tier5_thermal_padding@1 new recipe: RecipeStage{tier='five', recipe=1xitem.tier5_thermal_padding@1:[net.minecraft.item.crafting.Ingredient@4bbea3cc, net.minecraft.item.crafting.Ingredient@58eb4def, net.minecraft.item.crafting.Ingredient@4bbea3cc, net.minecraft.item.crafting.Ingredient@4bbea3cc, net.minecraft.item.crafting.Ingredient@4bbea3cc, net.minecraft.item.crafting.Ingredient@4bbea3cc, net.minecraft.item.crafting.Ingredient@4bbea3cc, net.minecraft.item.crafting.Ingredient@4bbea3cc, net.minecraft.item.crafting.Ingredient@4bbea3cc]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.tier5_thermal_padding@0 new recipe: RecipeStage{tier='five', recipe=1xitem.tier5_thermal_padding@0:[net.minecraft.item.crafting.Ingredient@24d40a95, net.minecraft.item.crafting.Ingredient@24d40a95, net.minecraft.item.crafting.Ingredient@24d40a95, net.minecraft.item.crafting.Ingredient@24d40a95, net.minecraft.item.crafting.Ingredient@1042f000, net.minecraft.item.crafting.Ingredient@24d40a95]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.tier5_kit@5 new recipe: RecipeStage{tier='five', recipe=1xitem.tier5_kit@5:[net.minecraft.item.crafting.Ingredient@5e5021d8, net.minecraft.item.crafting.Ingredient@50fc7d2b, net.minecraft.item.crafting.Ingredient@435b3f2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2a900f3d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7591aeb6, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.tier5_kit@4 new recipe: RecipeStage{tier='five', recipe=1xitem.tier5_kit@4:[net.minecraft.item.crafting.Ingredient@55c1f66e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@570bb8bb, net.minecraft.item.crafting.Ingredient@4aa790e9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4aa790e9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.tier5_kit@3 new recipe: RecipeStage{tier='five', recipe=1xitem.tier5_kit@3:[net.minecraft.item.crafting.Ingredient@5d250c21, net.minecraft.item.crafting.Ingredient@1f46b777, net.minecraft.item.crafting.Ingredient@2c26e446, net.minecraft.item.crafting.Ingredient@24dd31f, net.minecraft.item.crafting.Ingredient@43fe15a0, net.minecraft.item.crafting.Ingredient@24dd31f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3a83137, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.tier5_kit@2 new recipe: RecipeStage{tier='five', recipe=1xitem.tier5_kit@2:[net.minecraft.item.crafting.Ingredient@1ede7eae, net.minecraft.item.crafting.Ingredient@75659817, net.minecraft.item.crafting.Ingredient@23e2b66b, net.minecraft.item.crafting.Ingredient@102af628, net.minecraft.item.crafting.Ingredient@3699699d, net.minecraft.item.crafting.Ingredient@59824800, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6fe5ea79, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.tier5_kit@1 new recipe: RecipeStage{tier='five', recipe=1xitem.tier5_kit@1:[net.minecraft.item.crafting.Ingredient@505ff9c7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@710c8a1d, net.minecraft.item.crafting.Ingredient@57a0cb64, net.minecraft.item.crafting.Ingredient@54f17c5, net.minecraft.item.crafting.Ingredient@57a0cb64, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.tier5_kit@0 new recipe: RecipeStage{tier='five', recipe=1xitem.tier5_kit@0:[net.minecraft.item.crafting.Ingredient@6b2a164f, net.minecraft.item.crafting.Ingredient@1a06fb95, net.minecraft.item.crafting.Ingredient@2e1a9a59, net.minecraft.item.crafting.Ingredient@470c6cda, net.minecraft.item.crafting.Ingredient@72007ba9, net.minecraft.item.crafting.Ingredient@470c6cda, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@468e44d3, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.tier5_items@9 new recipe: RecipeStage{tier='five', recipe=1xitem.tier5_items@9:[net.minecraft.item.crafting.Ingredient@238234e2, net.minecraft.item.crafting.Ingredient@4ae59363, net.minecraft.item.crafting.Ingredient@4d413f12, net.minecraft.item.crafting.Ingredient@5bf8e014]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.tier5_items@8 new recipe: RecipeStage{tier='five', recipe=9xitem.tier5_items@8:[net.minecraft.item.crafting.Ingredient@576ea41e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.tier5_items@5 new recipe: RecipeStage{tier='five', recipe=9xitem.tier5_items@5:[net.minecraft.item.crafting.Ingredient@27ddf0f4]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.tier5_items@2 new recipe: RecipeStage{tier='five', recipe=1xitem.tier5_items@2:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1e957c50, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3f625762, net.minecraft.item.crafting.Ingredient@1e957c50, net.minecraft.item.crafting.Ingredient@3f625762, net.minecraft.item.crafting.Ingredient@3f625762, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3f625762]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xitem.tier5_items@11 new recipe: RecipeStage{tier='five', recipe=2xitem.tier5_items@11:[net.minecraft.item.crafting.Ingredient@28c38777, net.minecraft.item.crafting.Ingredient@268a006c, net.minecraft.item.crafting.Ingredient@3a594c6a, net.minecraft.item.crafting.Ingredient@2fb6660d, net.minecraft.item.crafting.Ingredient@1bfaa4b3, net.minecraft.item.crafting.Ingredient@6d855ec0]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xitem.tier5_items@10 new recipe: RecipeStage{tier='five', recipe=2xitem.tier5_items@10:[net.minecraft.item.crafting.Ingredient@870397f, net.minecraft.item.crafting.Ingredient@6e710a32]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.tier5_items@1 new recipe: RecipeStage{tier='five', recipe=1xitem.tier5_items@1:[net.minecraft.item.crafting.Ingredient@6713f745, net.minecraft.item.crafting.Ingredient@63961b7b, net.minecraft.item.crafting.Ingredient@6713f745, net.minecraft.item.crafting.Ingredient@6713f745, net.minecraft.item.crafting.Ingredient@79447db3, net.minecraft.item.crafting.Ingredient@6713f745, net.minecraft.item.crafting.Ingredient@34f5be36, net.minecraft.item.crafting.Ingredient@4048993d, net.minecraft.item.crafting.Ingredient@34f5be36]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.tier5_items@0 new recipe: RecipeStage{tier='five', recipe=1xitem.tier5_items@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@103dcda5, net.minecraft.item.crafting.Ingredient@f324834, net.minecraft.item.crafting.Ingredient@7e329381, net.minecraft.item.crafting.Ingredient@3755a90c, net.minecraft.item.crafting.Ingredient@7e329381, net.minecraft.item.crafting.Ingredient@7e329381, net.minecraft.item.crafting.Ingredient@d53447e, net.minecraft.item.crafting.Ingredient@7e329381]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.tier4_un_prepared_space_suit_legings@0 new recipe: RecipeStage{tier='five', recipe=1xitem.tier4_un_prepared_space_suit_legings@0:[net.minecraft.item.crafting.Ingredient@5fe91204, net.minecraft.item.crafting.Ingredient@5fe91204, net.minecraft.item.crafting.Ingredient@5fe91204, net.minecraft.item.crafting.Ingredient@5fe91204, net.minecraft.item.crafting.Ingredient@27b60f3d, net.minecraft.item.crafting.Ingredient@5fe91204, net.minecraft.item.crafting.Ingredient@5fe91204, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5fe91204]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.tier4_un_prepared_space_suit_helmet@0 new recipe: RecipeStage{tier='five', recipe=1xitem.tier4_un_prepared_space_suit_helmet@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@763493e7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@78e1e56c, net.minecraft.item.crafting.Ingredient@78e1e56c, net.minecraft.item.crafting.Ingredient@78e1e56c, net.minecraft.item.crafting.Ingredient@78e1e56c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@78e1e56c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.tier4_un_prepared_space_suit_chest@0 new recipe: RecipeStage{tier='five', recipe=1xitem.tier4_un_prepared_space_suit_chest@0:[net.minecraft.item.crafting.Ingredient@3ad450d8, net.minecraft.item.crafting.Ingredient@b1b3254, net.minecraft.item.crafting.Ingredient@3ad450d8, net.minecraft.item.crafting.Ingredient@3ad450d8, net.minecraft.item.crafting.Ingredient@3ad450d8, net.minecraft.item.crafting.Ingredient@3ad450d8, net.minecraft.item.crafting.Ingredient@3ad450d8, net.minecraft.item.crafting.Ingredient@3ad450d8, net.minecraft.item.crafting.Ingredient@3ad450d8]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.tier4_un_prepared_space_suit_boots@0 new recipe: RecipeStage{tier='five', recipe=1xitem.tier4_un_prepared_space_suit_boots@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6a8a6181, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1c8e6491, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1c8e6491, net.minecraft.item.crafting.Ingredient@1c8e6491, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1c8e6491]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.tier4_thermal_padding@3 new recipe: RecipeStage{tier='five', recipe=1xitem.tier4_thermal_padding@3:[net.minecraft.item.crafting.Ingredient@40dbd76f, net.minecraft.item.crafting.Ingredient@76f11f7e, net.minecraft.item.crafting.Ingredient@40dbd76f, net.minecraft.item.crafting.Ingredient@40dbd76f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@40dbd76f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.tier4_thermal_padding@2 new recipe: RecipeStage{tier='five', recipe=1xitem.tier4_thermal_padding@2:[net.minecraft.item.crafting.Ingredient@506bee6f, net.minecraft.item.crafting.Ingredient@506bee6f, net.minecraft.item.crafting.Ingredient@506bee6f, net.minecraft.item.crafting.Ingredient@506bee6f, net.minecraft.item.crafting.Ingredient@20e78711, net.minecraft.item.crafting.Ingredient@506bee6f, net.minecraft.item.crafting.Ingredient@506bee6f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@506bee6f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.tier4_thermal_padding@1 new recipe: RecipeStage{tier='five', recipe=1xitem.tier4_thermal_padding@1:[net.minecraft.item.crafting.Ingredient@5b6bd6ad, net.minecraft.item.crafting.Ingredient@795bd569, net.minecraft.item.crafting.Ingredient@5b6bd6ad, net.minecraft.item.crafting.Ingredient@5b6bd6ad, net.minecraft.item.crafting.Ingredient@5b6bd6ad, net.minecraft.item.crafting.Ingredient@5b6bd6ad, net.minecraft.item.crafting.Ingredient@5b6bd6ad, net.minecraft.item.crafting.Ingredient@5b6bd6ad, net.minecraft.item.crafting.Ingredient@5b6bd6ad]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.tier4_thermal_padding@0 new recipe: RecipeStage{tier='five', recipe=1xitem.tier4_thermal_padding@0:[net.minecraft.item.crafting.Ingredient@684c91b4, net.minecraft.item.crafting.Ingredient@684c91b4, net.minecraft.item.crafting.Ingredient@684c91b4, net.minecraft.item.crafting.Ingredient@684c91b4, net.minecraft.item.crafting.Ingredient@4a7e75f7, net.minecraft.item.crafting.Ingredient@684c91b4]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.tier4_space_suit_jetpack_chest@0 new recipe: RecipeStage{tier='five', recipe=1xitem.tier4_space_suit_jetpack_chest@0:[net.minecraft.item.crafting.Ingredient@70420558, net.minecraft.item.crafting.Ingredient@70420558, net.minecraft.item.crafting.Ingredient@70420558, net.minecraft.item.crafting.Ingredient@170fc5d0, net.minecraft.item.crafting.Ingredient@4cdf2a9a, net.minecraft.item.crafting.Ingredient@170fc5d0, net.minecraft.item.crafting.Ingredient@70420558, net.minecraft.item.crafting.Ingredient@70420558, net.minecraft.item.crafting.Ingredient@70420558]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.tier4_radiation_layer@0 new recipe: RecipeStage{tier='five', recipe=1xitem.tier4_radiation_layer@0:[net.minecraftforge.oredict.OreIngredient@50b72a1e, net.minecraft.item.crafting.Ingredient@419cca83, net.minecraftforge.oredict.OreIngredient@50b72a1e, net.minecraftforge.oredict.OreIngredient@50b72a1e, net.minecraft.item.crafting.Ingredient@1dfb46eb, net.minecraftforge.oredict.OreIngredient@50b72a1e, net.minecraftforge.oredict.OreIngredient@50b72a1e, net.minecraft.item.crafting.Ingredient@419cca83, net.minecraftforge.oredict.OreIngredient@50b72a1e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.tier4_pressure_layer@0 new recipe: RecipeStage{tier='five', recipe=1xitem.tier4_pressure_layer@0:[net.minecraft.item.crafting.Ingredient@2d3de131, net.minecraft.item.crafting.Ingredient@2d3de131, net.minecraft.item.crafting.Ingredient@2d3de131, net.minecraft.item.crafting.Ingredient@2c73c5b7, net.minecraft.item.crafting.Ingredient@d99561a, net.minecraft.item.crafting.Ingredient@2c73c5b7, net.minecraft.item.crafting.Ingredient@2d3de131, net.minecraft.item.crafting.Ingredient@2d3de131, net.minecraft.item.crafting.Ingredient@2d3de131]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.tier4_kit@5 new recipe: RecipeStage{tier='five', recipe=1xitem.tier4_kit@5:[net.minecraft.item.crafting.Ingredient@3215087, net.minecraft.item.crafting.Ingredient@1b1688d9, net.minecraft.item.crafting.Ingredient@31357c1e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@62a58987, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6b895919, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.tier4_kit@4 new recipe: RecipeStage{tier='five', recipe=1xitem.tier4_kit@4:[net.minecraft.item.crafting.Ingredient@58fc8c7d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@21bb6b74, net.minecraft.item.crafting.Ingredient@385249f1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@385249f1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.tier4_kit@3 new recipe: RecipeStage{tier='five', recipe=1xitem.tier4_kit@3:[net.minecraft.item.crafting.Ingredient@12dc6e1d, net.minecraft.item.crafting.Ingredient@5deb79ad, net.minecraft.item.crafting.Ingredient@39db8404, net.minecraft.item.crafting.Ingredient@7ee5653a, net.minecraft.item.crafting.Ingredient@6aa1cebc, net.minecraft.item.crafting.Ingredient@7ee5653a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@129bbc79, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.tier4_kit@2 new recipe: RecipeStage{tier='five', recipe=1xitem.tier4_kit@2:[net.minecraft.item.crafting.Ingredient@1a431171, net.minecraft.item.crafting.Ingredient@55264f72, net.minecraft.item.crafting.Ingredient@3aa27352, net.minecraft.item.crafting.Ingredient@421571cd, net.minecraft.item.crafting.Ingredient@3d1ad838, net.minecraft.item.crafting.Ingredient@73b19dd3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5aa04d36, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.tier4_kit@1 new recipe: RecipeStage{tier='five', recipe=1xitem.tier4_kit@1:[net.minecraft.item.crafting.Ingredient@463e5012, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@59f36b3, net.minecraft.item.crafting.Ingredient@3b9c87a7, net.minecraft.item.crafting.Ingredient@5408ff26, net.minecraft.item.crafting.Ingredient@3b9c87a7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.tier4_kit@0 new recipe: RecipeStage{tier='five', recipe=1xitem.tier4_kit@0:[net.minecraft.item.crafting.Ingredient@51b84f6e, net.minecraft.item.crafting.Ingredient@ae7c601, net.minecraft.item.crafting.Ingredient@3c11c60e, net.minecraft.item.crafting.Ingredient@6d8ac62e, net.minecraft.item.crafting.Ingredient@7425f43f, net.minecraft.item.crafting.Ingredient@6d8ac62e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@427e87da, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.tier4_items@5 new recipe: RecipeStage{tier='five', recipe=9xitem.tier4_items@5:[net.minecraft.item.crafting.Ingredient@57ce804e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.tier4_items@2 new recipe: RecipeStage{tier='five', recipe=1xitem.tier4_items@2:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@27f1fdbc, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@66d74c97, net.minecraft.item.crafting.Ingredient@27f1fdbc, net.minecraft.item.crafting.Ingredient@66d74c97, net.minecraft.item.crafting.Ingredient@66d74c97, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@66d74c97]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.tier4_items@1 new recipe: RecipeStage{tier='five', recipe=1xitem.tier4_items@1:[net.minecraft.item.crafting.Ingredient@4ad93d5a, net.minecraft.item.crafting.Ingredient@337d9adf, net.minecraft.item.crafting.Ingredient@4ad93d5a, net.minecraft.item.crafting.Ingredient@4ad93d5a, net.minecraft.item.crafting.Ingredient@156c9484, net.minecraft.item.crafting.Ingredient@4ad93d5a, net.minecraft.item.crafting.Ingredient@4257b3a9, net.minecraft.item.crafting.Ingredient@17bddc06, net.minecraft.item.crafting.Ingredient@4257b3a9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.tier4_items@0 new recipe: RecipeStage{tier='five', recipe=1xitem.tier4_items@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@588d893f, net.minecraft.item.crafting.Ingredient@189162fb, net.minecraft.item.crafting.Ingredient@4e43a720, net.minecraft.item.crafting.Ingredient@21899018, net.minecraft.item.crafting.Ingredient@4e43a720, net.minecraft.item.crafting.Ingredient@4e43a720, net.minecraft.item.crafting.Ingredient@4b18be6f, net.minecraft.item.crafting.Ingredient@4e43a720]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.tier3_un_prepared_space_suit_legings@0 new recipe: RecipeStage{tier='five', recipe=1xitem.tier3_un_prepared_space_suit_legings@0:[net.minecraft.item.crafting.Ingredient@e8ff007, net.minecraft.item.crafting.Ingredient@e8ff007, net.minecraft.item.crafting.Ingredient@e8ff007, net.minecraft.item.crafting.Ingredient@e8ff007, net.minecraft.item.crafting.Ingredient@4f40b965, net.minecraft.item.crafting.Ingredient@e8ff007, net.minecraft.item.crafting.Ingredient@e8ff007, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@e8ff007]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.tier3_un_prepared_space_suit_helmet@0 new recipe: RecipeStage{tier='five', recipe=1xitem.tier3_un_prepared_space_suit_helmet@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@42e8b0d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@206cce36, net.minecraft.item.crafting.Ingredient@206cce36, net.minecraft.item.crafting.Ingredient@206cce36, net.minecraft.item.crafting.Ingredient@206cce36, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@206cce36]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.tier3_un_prepared_space_suit_chest@0 new recipe: RecipeStage{tier='five', recipe=1xitem.tier3_un_prepared_space_suit_chest@0:[net.minecraft.item.crafting.Ingredient@5d9bb9be, net.minecraft.item.crafting.Ingredient@545ab410, net.minecraft.item.crafting.Ingredient@5d9bb9be, net.minecraft.item.crafting.Ingredient@5d9bb9be, net.minecraft.item.crafting.Ingredient@5d9bb9be, net.minecraft.item.crafting.Ingredient@5d9bb9be, net.minecraft.item.crafting.Ingredient@5d9bb9be, net.minecraft.item.crafting.Ingredient@5d9bb9be, net.minecraft.item.crafting.Ingredient@5d9bb9be]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.tier3_un_prepared_space_suit_boots@0 new recipe: RecipeStage{tier='five', recipe=1xitem.tier3_un_prepared_space_suit_boots@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@18394182, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@107681c6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@107681c6, net.minecraft.item.crafting.Ingredient@107681c6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@107681c6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.tier3_thermal_padding@3 new recipe: RecipeStage{tier='five', recipe=1xitem.tier3_thermal_padding@3:[net.minecraft.item.crafting.Ingredient@3981cf60, net.minecraft.item.crafting.Ingredient@733562d2, net.minecraft.item.crafting.Ingredient@3981cf60, net.minecraft.item.crafting.Ingredient@3981cf60, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3981cf60]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.tier3_thermal_padding@2 new recipe: RecipeStage{tier='five', recipe=1xitem.tier3_thermal_padding@2:[net.minecraft.item.crafting.Ingredient@7564c041, net.minecraft.item.crafting.Ingredient@7564c041, net.minecraft.item.crafting.Ingredient@7564c041, net.minecraft.item.crafting.Ingredient@7564c041, net.minecraft.item.crafting.Ingredient@27b5d773, net.minecraft.item.crafting.Ingredient@7564c041, net.minecraft.item.crafting.Ingredient@7564c041, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7564c041]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.tier3_thermal_padding@1 new recipe: RecipeStage{tier='five', recipe=1xitem.tier3_thermal_padding@1:[net.minecraft.item.crafting.Ingredient@2323d7a2, net.minecraft.item.crafting.Ingredient@63cb31b4, net.minecraft.item.crafting.Ingredient@2323d7a2, net.minecraft.item.crafting.Ingredient@2323d7a2, net.minecraft.item.crafting.Ingredient@2323d7a2, net.minecraft.item.crafting.Ingredient@2323d7a2, net.minecraft.item.crafting.Ingredient@2323d7a2, net.minecraft.item.crafting.Ingredient@2323d7a2, net.minecraft.item.crafting.Ingredient@2323d7a2]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.tier3_thermal_padding@0 new recipe: RecipeStage{tier='five', recipe=1xitem.tier3_thermal_padding@0:[net.minecraft.item.crafting.Ingredient@1ad2771c, net.minecraft.item.crafting.Ingredient@1ad2771c, net.minecraft.item.crafting.Ingredient@1ad2771c, net.minecraft.item.crafting.Ingredient@1ad2771c, net.minecraft.item.crafting.Ingredient@411c54e5, net.minecraft.item.crafting.Ingredient@1ad2771c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.tier3_space_suit_jetpack_chest@0 new recipe: RecipeStage{tier='five', recipe=1xitem.tier3_space_suit_jetpack_chest@0:[net.minecraft.item.crafting.Ingredient@52de0895, net.minecraft.item.crafting.Ingredient@52de0895, net.minecraft.item.crafting.Ingredient@52de0895, net.minecraft.item.crafting.Ingredient@69b0e021, net.minecraft.item.crafting.Ingredient@919c3bc, net.minecraft.item.crafting.Ingredient@69b0e021, net.minecraft.item.crafting.Ingredient@52de0895, net.minecraft.item.crafting.Ingredient@52de0895, net.minecraft.item.crafting.Ingredient@52de0895]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.tier3_radiation_layer@0 new recipe: RecipeStage{tier='five', recipe=1xitem.tier3_radiation_layer@0:[net.minecraftforge.oredict.OreIngredient@50b72a1e, net.minecraft.item.crafting.Ingredient@63ca7cca, net.minecraftforge.oredict.OreIngredient@50b72a1e, net.minecraftforge.oredict.OreIngredient@50b72a1e, net.minecraft.item.crafting.Ingredient@49bc306e, net.minecraftforge.oredict.OreIngredient@50b72a1e, net.minecraftforge.oredict.OreIngredient@50b72a1e, net.minecraft.item.crafting.Ingredient@63ca7cca, net.minecraftforge.oredict.OreIngredient@50b72a1e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.tier3_pressure_layer@0 new recipe: RecipeStage{tier='five', recipe=1xitem.tier3_pressure_layer@0:[net.minecraft.item.crafting.Ingredient@50134996, net.minecraft.item.crafting.Ingredient@50134996, net.minecraft.item.crafting.Ingredient@50134996, net.minecraft.item.crafting.Ingredient@6ab00d2f, net.minecraft.item.crafting.Ingredient@37a9ddb6, net.minecraft.item.crafting.Ingredient@6ab00d2f, net.minecraft.item.crafting.Ingredient@50134996, net.minecraft.item.crafting.Ingredient@50134996, net.minecraft.item.crafting.Ingredient@50134996]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.tier3_kit@5 new recipe: RecipeStage{tier='five', recipe=1xitem.tier3_kit@5:[net.minecraft.item.crafting.Ingredient@1a5a17f6, net.minecraft.item.crafting.Ingredient@507859aa, net.minecraft.item.crafting.Ingredient@afa17b8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7dac2b4a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@37037ffb, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.tier3_kit@4 new recipe: RecipeStage{tier='five', recipe=1xitem.tier3_kit@4:[net.minecraft.item.crafting.Ingredient@33eb5c39, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@36d6f7a4, net.minecraft.item.crafting.Ingredient@52cc635, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@52cc635, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.tier3_kit@3 new recipe: RecipeStage{tier='five', recipe=1xitem.tier3_kit@3:[net.minecraft.item.crafting.Ingredient@371756c2, net.minecraft.item.crafting.Ingredient@7645fe9c, net.minecraft.item.crafting.Ingredient@64d8dad0, net.minecraft.item.crafting.Ingredient@3dc27a2, net.minecraft.item.crafting.Ingredient@13b037e0, net.minecraft.item.crafting.Ingredient@3dc27a2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@30fe2da3, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.tier3_kit@2 new recipe: RecipeStage{tier='five', recipe=1xitem.tier3_kit@2:[net.minecraft.item.crafting.Ingredient@5214856d, net.minecraft.item.crafting.Ingredient@237c8ba6, net.minecraft.item.crafting.Ingredient@522c1042, net.minecraft.item.crafting.Ingredient@63e156ba, net.minecraft.item.crafting.Ingredient@4ed36c97, net.minecraft.item.crafting.Ingredient@3b294034, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@935ef50, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.tier3_kit@1 new recipe: RecipeStage{tier='five', recipe=1xitem.tier3_kit@1:[net.minecraft.item.crafting.Ingredient@292b8494, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@490f993f, net.minecraft.item.crafting.Ingredient@16aa55e3, net.minecraft.item.crafting.Ingredient@268fc8c2, net.minecraft.item.crafting.Ingredient@16aa55e3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.tier3_kit@0 new recipe: RecipeStage{tier='five', recipe=1xitem.tier3_kit@0:[net.minecraft.item.crafting.Ingredient@a1a2431, net.minecraft.item.crafting.Ingredient@1fca2f2a, net.minecraft.item.crafting.Ingredient@78bc6d93, net.minecraft.item.crafting.Ingredient@3bc9a346, net.minecraft.item.crafting.Ingredient@5068a5bf, net.minecraft.item.crafting.Ingredient@3bc9a346, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@75f24c72, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.tier2_un_prepared_space_suit_legings@0 new recipe: RecipeStage{tier='five', recipe=1xitem.tier2_un_prepared_space_suit_legings@0:[net.minecraft.item.crafting.Ingredient@75fc5ce6, net.minecraft.item.crafting.Ingredient@75fc5ce6, net.minecraft.item.crafting.Ingredient@75fc5ce6, net.minecraft.item.crafting.Ingredient@75fc5ce6, net.minecraft.item.crafting.Ingredient@72e91d41, net.minecraft.item.crafting.Ingredient@75fc5ce6, net.minecraft.item.crafting.Ingredient@75fc5ce6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@75fc5ce6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.tier2_un_prepared_space_suit_helmet@0 new recipe: RecipeStage{tier='five', recipe=1xitem.tier2_un_prepared_space_suit_helmet@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@78114275, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@75304234, net.minecraft.item.crafting.Ingredient@75304234, net.minecraft.item.crafting.Ingredient@75304234, net.minecraft.item.crafting.Ingredient@75304234, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@75304234]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.tier2_un_prepared_space_suit_chest@0 new recipe: RecipeStage{tier='five', recipe=1xitem.tier2_un_prepared_space_suit_chest@0:[net.minecraft.item.crafting.Ingredient@3f99fe67, net.minecraft.item.crafting.Ingredient@23aab51, net.minecraft.item.crafting.Ingredient@3f99fe67, net.minecraft.item.crafting.Ingredient@3f99fe67, net.minecraft.item.crafting.Ingredient@3f99fe67, net.minecraft.item.crafting.Ingredient@3f99fe67, net.minecraft.item.crafting.Ingredient@3f99fe67, net.minecraft.item.crafting.Ingredient@3f99fe67, net.minecraft.item.crafting.Ingredient@3f99fe67]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.tier2_un_prepared_space_suit_boots@0 new recipe: RecipeStage{tier='five', recipe=1xitem.tier2_un_prepared_space_suit_boots@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6df22c47, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@14d0b35c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@14d0b35c, net.minecraft.item.crafting.Ingredient@14d0b35c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@14d0b35c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.tier2_space_suit_jetpack_chest@0 new recipe: RecipeStage{tier='five', recipe=1xitem.tier2_space_suit_jetpack_chest@0:[net.minecraft.item.crafting.Ingredient@d926f73, net.minecraft.item.crafting.Ingredient@d926f73, net.minecraft.item.crafting.Ingredient@d926f73, net.minecraft.item.crafting.Ingredient@597d8f01, net.minecraft.item.crafting.Ingredient@50f3e0d0, net.minecraft.item.crafting.Ingredient@597d8f01, net.minecraft.item.crafting.Ingredient@d926f73, net.minecraft.item.crafting.Ingredient@d926f73, net.minecraft.item.crafting.Ingredient@d926f73]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.tier2_radiation_layer@0 new recipe: RecipeStage{tier='five', recipe=1xitem.tier2_radiation_layer@0:[net.minecraftforge.oredict.OreIngredient@50b72a1e, net.minecraft.item.crafting.Ingredient@26a2a2d4, net.minecraftforge.oredict.OreIngredient@50b72a1e, net.minecraftforge.oredict.OreIngredient@50b72a1e, net.minecraft.item.crafting.Ingredient@5e4c8fe8, net.minecraftforge.oredict.OreIngredient@50b72a1e, net.minecraftforge.oredict.OreIngredient@50b72a1e, net.minecraft.item.crafting.Ingredient@26a2a2d4, net.minecraftforge.oredict.OreIngredient@50b72a1e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.tier2_pressure_layer@0 new recipe: RecipeStage{tier='five', recipe=1xitem.tier2_pressure_layer@0:[net.minecraft.item.crafting.Ingredient@6a1fb1cf, net.minecraft.item.crafting.Ingredient@6a1fb1cf, net.minecraft.item.crafting.Ingredient@6a1fb1cf, net.minecraft.item.crafting.Ingredient@7e266ac3, net.minecraft.item.crafting.Ingredient@3bfa8694, net.minecraft.item.crafting.Ingredient@7e266ac3, net.minecraft.item.crafting.Ingredient@6a1fb1cf, net.minecraft.item.crafting.Ingredient@6a1fb1cf, net.minecraft.item.crafting.Ingredient@6a1fb1cf]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.tier2_kit@5 new recipe: RecipeStage{tier='five', recipe=1xitem.tier2_kit@5:[net.minecraft.item.crafting.Ingredient@2a2af880, net.minecraft.item.crafting.Ingredient@37dbc285, net.minecraft.item.crafting.Ingredient@4a31dba1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6f5b99fb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@12c89dda, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.tier2_kit@4 new recipe: RecipeStage{tier='five', recipe=1xitem.tier2_kit@4:[net.minecraft.item.crafting.Ingredient@22d2a528, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4c1f01e7, net.minecraft.item.crafting.Ingredient@27823a31, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@27823a31, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.tier2_kit@3 new recipe: RecipeStage{tier='five', recipe=1xitem.tier2_kit@3:[net.minecraft.item.crafting.Ingredient@13d72451, net.minecraft.item.crafting.Ingredient@62362596, net.minecraft.item.crafting.Ingredient@7acb0d1, net.minecraft.item.crafting.Ingredient@354097ef, net.minecraft.item.crafting.Ingredient@2c293ac8, net.minecraft.item.crafting.Ingredient@354097ef, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@127c6d8c, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.tier2_kit@2 new recipe: RecipeStage{tier='five', recipe=1xitem.tier2_kit@2:[net.minecraft.item.crafting.Ingredient@61467e4c, net.minecraft.item.crafting.Ingredient@3947ec06, net.minecraft.item.crafting.Ingredient@5204bd6b, net.minecraft.item.crafting.Ingredient@1b18ca02, net.minecraft.item.crafting.Ingredient@4d6a1a8e, net.minecraft.item.crafting.Ingredient@3cd3fb0e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4bcbf8f9, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.tier2_kit@1 new recipe: RecipeStage{tier='five', recipe=1xitem.tier2_kit@1:[net.minecraft.item.crafting.Ingredient@2f9046aa, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4c64b809, net.minecraft.item.crafting.Ingredient@48334f67, net.minecraft.item.crafting.Ingredient@19b3ab77, net.minecraft.item.crafting.Ingredient@48334f67, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.tier2_kit@0 new recipe: RecipeStage{tier='five', recipe=1xitem.tier2_kit@0:[net.minecraft.item.crafting.Ingredient@21f4e014, net.minecraft.item.crafting.Ingredient@56848f49, net.minecraft.item.crafting.Ingredient@70c063fe, net.minecraft.item.crafting.Ingredient@3e69fa4c, net.minecraft.item.crafting.Ingredient@73508aff, net.minecraft.item.crafting.Ingredient@3e69fa4c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3d23683f, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.tier1_space_suit_jetpack_chest@0 new recipe: RecipeStage{tier='five', recipe=1xitem.tier1_space_suit_jetpack_chest@0:[net.minecraft.item.crafting.Ingredient@71324145, net.minecraft.item.crafting.Ingredient@71324145, net.minecraft.item.crafting.Ingredient@71324145, net.minecraft.item.crafting.Ingredient@2d00b63c, net.minecraft.item.crafting.Ingredient@3b09620d, net.minecraft.item.crafting.Ingredient@2d00b63c, net.minecraft.item.crafting.Ingredient@71324145, net.minecraft.item.crafting.Ingredient@71324145, net.minecraft.item.crafting.Ingredient@71324145]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.tier1_kit@5 new recipe: RecipeStage{tier='five', recipe=1xitem.tier1_kit@5:[net.minecraft.item.crafting.Ingredient@5219a732, net.minecraft.item.crafting.Ingredient@12df6873, net.minecraft.item.crafting.Ingredient@37682e24, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@49d349eb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.tier1_kit@4 new recipe: RecipeStage{tier='five', recipe=1xitem.tier1_kit@4:[net.minecraft.item.crafting.Ingredient@583ce243, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2edf93f3, net.minecraft.item.crafting.Ingredient@1ab9b587, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1ab9b587, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.tier1_kit@3 new recipe: RecipeStage{tier='five', recipe=1xitem.tier1_kit@3:[net.minecraft.item.crafting.Ingredient@6838024e, net.minecraft.item.crafting.Ingredient@3bbb603c, net.minecraft.item.crafting.Ingredient@5918ef7e, net.minecraft.item.crafting.Ingredient@7b41b39d, net.minecraft.item.crafting.Ingredient@1a792520, net.minecraft.item.crafting.Ingredient@7b41b39d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.tier1_kit@2 new recipe: RecipeStage{tier='five', recipe=1xitem.tier1_kit@2:[net.minecraft.item.crafting.Ingredient@10d80227, net.minecraft.item.crafting.Ingredient@48b698a7, net.minecraft.item.crafting.Ingredient@4aebafcf, net.minecraft.item.crafting.Ingredient@3dc3efb8, net.minecraft.item.crafting.Ingredient@7b559cb9, net.minecraft.item.crafting.Ingredient@75a50d4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.tier1_kit@1 new recipe: RecipeStage{tier='five', recipe=1xitem.tier1_kit@1:[net.minecraft.item.crafting.Ingredient@6a7d881a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@8a91c22, net.minecraft.item.crafting.Ingredient@766c2ae2, net.minecraft.item.crafting.Ingredient@60b3a686, net.minecraft.item.crafting.Ingredient@766c2ae2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.tier1_kit@0 new recipe: RecipeStage{tier='five', recipe=1xitem.tier1_kit@0:[net.minecraft.item.crafting.Ingredient@30655792, net.minecraft.item.crafting.Ingredient@6cd6dadd, net.minecraft.item.crafting.Ingredient@6fbd0114, net.minecraft.item.crafting.Ingredient@31dadd1a, net.minecraft.item.crafting.Ingredient@6d963f3a, net.minecraft.item.crafting.Ingredient@31dadd1a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4698ae10, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.tier10_items@5 new recipe: RecipeStage{tier='five', recipe=9xitem.tier10_items@5:[net.minecraft.item.crafting.Ingredient@2aec30fb]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.tier10_items@2 new recipe: RecipeStage{tier='five', recipe=1xitem.tier10_items@2:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2ae29bb3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@26e3515c, net.minecraft.item.crafting.Ingredient@2ae29bb3, net.minecraft.item.crafting.Ingredient@26e3515c, net.minecraft.item.crafting.Ingredient@26e3515c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@26e3515c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.tier10_items@1 new recipe: RecipeStage{tier='five', recipe=1xitem.tier10_items@1:[net.minecraft.item.crafting.Ingredient@61afa9d3, net.minecraft.item.crafting.Ingredient@7592b6d2, net.minecraft.item.crafting.Ingredient@61afa9d3, net.minecraft.item.crafting.Ingredient@61afa9d3, net.minecraft.item.crafting.Ingredient@67cba8e9, net.minecraft.item.crafting.Ingredient@61afa9d3, net.minecraft.item.crafting.Ingredient@5619342f, net.minecraft.item.crafting.Ingredient@5ba9e00b, net.minecraft.item.crafting.Ingredient@5619342f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.tier10_items@0 new recipe: RecipeStage{tier='five', recipe=1xitem.tier10_items@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6d131b69, net.minecraft.item.crafting.Ingredient@3807e8f1, net.minecraft.item.crafting.Ingredient@18785a26, net.minecraft.item.crafting.Ingredient@2dc408bf, net.minecraft.item.crafting.Ingredient@18785a26, net.minecraft.item.crafting.Ingredient@18785a26, net.minecraft.item.crafting.Ingredient@6ad4265a, net.minecraft.item.crafting.Ingredient@18785a26]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.thermal_cloth@2 new recipe: RecipeStage{tier='five', recipe=1xitem.thermal_cloth@2:[net.minecraft.item.crafting.Ingredient@3bb10c9, net.minecraft.item.crafting.Ingredient@3bb10c9, net.minecraft.item.crafting.Ingredient@3bb10c9, net.minecraft.item.crafting.Ingredient@3bb10c9, net.minecraft.item.crafting.Ingredient@2694b8d3, net.minecraft.item.crafting.Ingredient@3bb10c9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.thermal_cloth@1 new recipe: RecipeStage{tier='five', recipe=1xitem.thermal_cloth@1:[net.minecraft.item.crafting.Ingredient@6763050a, net.minecraft.item.crafting.Ingredient@6763050a, net.minecraft.item.crafting.Ingredient@6763050a, net.minecraft.item.crafting.Ingredient@6763050a, net.minecraft.item.crafting.Ingredient@2fb31cc7, net.minecraft.item.crafting.Ingredient@6763050a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.thermal_cloth@0 new recipe: RecipeStage{tier='five', recipe=1xitem.thermal_cloth@0:[net.minecraft.item.crafting.Ingredient@ff8b03c, net.minecraft.item.crafting.Ingredient@ff8b03c, net.minecraft.item.crafting.Ingredient@ff8b03c, net.minecraft.item.crafting.Ingredient@ff8b03c, net.minecraft.item.crafting.Ingredient@3e1d3903, net.minecraft.item.crafting.Ingredient@ff8b03c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.solar@4 new recipe: RecipeStage{tier='five', recipe=1xtile.solar@4:[net.minecraft.item.crafting.Ingredient@2166d06, net.minecraft.item.crafting.Ingredient@7ced6f5f, net.minecraft.item.crafting.Ingredient@2166d06, net.minecraft.item.crafting.Ingredient@7ced6f5f, net.minecraft.item.crafting.Ingredient@2166d06, net.minecraft.item.crafting.Ingredient@7ced6f5f, net.minecraft.item.crafting.Ingredient@2166d06, net.minecraft.item.crafting.Ingredient@7ced6f5f, net.minecraft.item.crafting.Ingredient@2166d06]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.solar@0 new recipe: RecipeStage{tier='five', recipe=1xtile.solar@0:[net.minecraft.item.crafting.Ingredient@7040ed29, net.minecraft.item.crafting.Ingredient@6411d09e, net.minecraft.item.crafting.Ingredient@7040ed29, net.minecraft.item.crafting.Ingredient@6411d09e, net.minecraft.item.crafting.Ingredient@7040ed29, net.minecraft.item.crafting.Ingredient@6411d09e, net.minecraft.item.crafting.Ingredient@7040ed29, net.minecraft.item.crafting.Ingredient@6411d09e, net.minecraft.item.crafting.Ingredient@7040ed29]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xitem.sign@0 new recipe: RecipeStage{tier='zero', recipe=6xitem.sign@0:[net.minecraft.item.crafting.Ingredient@7ab20bfb, net.minecraft.item.crafting.Ingredient@7ab20bfb, net.minecraft.item.crafting.Ingredient@7ab20bfb, net.minecraft.item.crafting.Ingredient@7ab20bfb, net.minecraft.item.crafting.Ingredient@7ab20bfb, net.minecraft.item.crafting.Ingredient@7ab20bfb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@158d98d7, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xitem.sign@0 new recipe: RecipeStage{tier='zero', recipe=6xitem.sign@0:[net.minecraft.item.crafting.Ingredient@6789b5b5, net.minecraft.item.crafting.Ingredient@6789b5b5, net.minecraft.item.crafting.Ingredient@6789b5b5, net.minecraft.item.crafting.Ingredient@6789b5b5, net.minecraft.item.crafting.Ingredient@6789b5b5, net.minecraft.item.crafting.Ingredient@6789b5b5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@158d98d7, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xitem.sign@0 new recipe: RecipeStage{tier='zero', recipe=6xitem.sign@0:[net.minecraft.item.crafting.Ingredient@455f2593, net.minecraft.item.crafting.Ingredient@455f2593, net.minecraft.item.crafting.Ingredient@455f2593, net.minecraft.item.crafting.Ingredient@455f2593, net.minecraft.item.crafting.Ingredient@455f2593, net.minecraft.item.crafting.Ingredient@455f2593, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@158d98d7, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xitem.sign@0 new recipe: RecipeStage{tier='zero', recipe=6xitem.sign@0:[net.minecraft.item.crafting.Ingredient@14886e8d, net.minecraft.item.crafting.Ingredient@14886e8d, net.minecraft.item.crafting.Ingredient@14886e8d, net.minecraft.item.crafting.Ingredient@14886e8d, net.minecraft.item.crafting.Ingredient@14886e8d, net.minecraft.item.crafting.Ingredient@14886e8d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@158d98d7, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xitem.sign@0 new recipe: RecipeStage{tier='zero', recipe=6xitem.sign@0:[net.minecraft.item.crafting.Ingredient@28d1e093, net.minecraft.item.crafting.Ingredient@28d1e093, net.minecraft.item.crafting.Ingredient@28d1e093, net.minecraft.item.crafting.Ingredient@28d1e093, net.minecraft.item.crafting.Ingredient@28d1e093, net.minecraft.item.crafting.Ingredient@28d1e093, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@158d98d7, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xitem.sign@0 new recipe: RecipeStage{tier='zero', recipe=6xitem.sign@0:[net.minecraft.item.crafting.Ingredient@69794eed, net.minecraft.item.crafting.Ingredient@69794eed, net.minecraft.item.crafting.Ingredient@69794eed, net.minecraft.item.crafting.Ingredient@69794eed, net.minecraft.item.crafting.Ingredient@69794eed, net.minecraft.item.crafting.Ingredient@69794eed, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@158d98d7, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.saturn_stairs_surface@0 new recipe: RecipeStage{tier='five', recipe=4xtile.saturn_stairs_surface@0:[net.minecraft.item.crafting.Ingredient@520782db, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@520782db, net.minecraft.item.crafting.Ingredient@520782db, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@520782db, net.minecraft.item.crafting.Ingredient@520782db, net.minecraft.item.crafting.Ingredient@520782db]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.saturn_stairs_sub_surface@0 new recipe: RecipeStage{tier='five', recipe=4xtile.saturn_stairs_sub_surface@0:[net.minecraft.item.crafting.Ingredient@7f364eba, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7f364eba, net.minecraft.item.crafting.Ingredient@7f364eba, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7f364eba, net.minecraft.item.crafting.Ingredient@7f364eba, net.minecraft.item.crafting.Ingredient@7f364eba]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.saturn_stairs_stone_bricks@0 new recipe: RecipeStage{tier='five', recipe=4xtile.saturn_stairs_stone_bricks@0:[net.minecraft.item.crafting.Ingredient@69494709, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@69494709, net.minecraft.item.crafting.Ingredient@69494709, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@69494709, net.minecraft.item.crafting.Ingredient@69494709, net.minecraft.item.crafting.Ingredient@69494709]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.saturn_stairs_stone@0 new recipe: RecipeStage{tier='five', recipe=4xtile.saturn_stairs_stone@0:[net.minecraft.item.crafting.Ingredient@24f4cb22, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@24f4cb22, net.minecraft.item.crafting.Ingredient@24f4cb22, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@24f4cb22, net.minecraft.item.crafting.Ingredient@24f4cb22, net.minecraft.item.crafting.Ingredient@24f4cb22]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.saturn.0@8 new recipe: RecipeStage{tier='five', recipe=4xtile.saturn.0@8:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3845170b, net.minecraft.item.crafting.Ingredient@3845170b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3845170b, net.minecraft.item.crafting.Ingredient@3845170b, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.saturn.0@7 new recipe: RecipeStage{tier='five', recipe=1xtile.saturn.0@7:[net.minecraft.item.crafting.Ingredient@2143c3b, net.minecraft.item.crafting.Ingredient@2143c3b, net.minecraft.item.crafting.Ingredient@2143c3b, net.minecraft.item.crafting.Ingredient@2143c3b, net.minecraft.item.crafting.Ingredient@2143c3b, net.minecraft.item.crafting.Ingredient@2143c3b, net.minecraft.item.crafting.Ingredient@2143c3b, net.minecraft.item.crafting.Ingredient@2143c3b, net.minecraft.item.crafting.Ingredient@2143c3b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.red_sandstone@0 new recipe: RecipeStage{tier='five', recipe=1xtile.red_sandstone@0:[net.minecraft.item.crafting.Ingredient@37f1d0c1, net.minecraft.item.crafting.Ingredient@3c0994e9, net.minecraft.item.crafting.Ingredient@78df1f0c, net.minecraft.item.crafting.Ingredient@524ea81e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.red_diamond_sword@0 new recipe: RecipeStage{tier='five', recipe=1xitem.red_diamond_sword@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@70d641a4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@70d641a4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@158d98d7, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.red_diamond_shovel@0 new recipe: RecipeStage{tier='five', recipe=1xitem.red_diamond_shovel@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@141c4a19, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@158d98d7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@158d98d7, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.red_diamond_pickaxe@0 new recipe: RecipeStage{tier='five', recipe=1xitem.red_diamond_pickaxe@0:[net.minecraft.item.crafting.Ingredient@71ff6660, net.minecraft.item.crafting.Ingredient@71ff6660, net.minecraft.item.crafting.Ingredient@71ff6660, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@158d98d7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@158d98d7, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.red_diamond_legings@0 new recipe: RecipeStage{tier='five', recipe=1xitem.red_diamond_legings@0:[net.minecraft.item.crafting.Ingredient@224e5e9e, net.minecraft.item.crafting.Ingredient@224e5e9e, net.minecraft.item.crafting.Ingredient@224e5e9e, net.minecraft.item.crafting.Ingredient@224e5e9e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@224e5e9e, net.minecraft.item.crafting.Ingredient@224e5e9e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@224e5e9e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.red_diamond_hoe@0 new recipe: RecipeStage{tier='five', recipe=1xitem.red_diamond_hoe@0:[net.minecraft.item.crafting.Ingredient@78384a74, net.minecraft.item.crafting.Ingredient@78384a74, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@158d98d7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@158d98d7, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.red_diamond_helmet@0 new recipe: RecipeStage{tier='five', recipe=1xitem.red_diamond_helmet@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1e35f33, net.minecraft.item.crafting.Ingredient@1e35f33, net.minecraft.item.crafting.Ingredient@1e35f33, net.minecraft.item.crafting.Ingredient@1e35f33, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1e35f33]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.red_diamond_chest@0 new recipe: RecipeStage{tier='five', recipe=1xitem.red_diamond_chest@0:[net.minecraft.item.crafting.Ingredient@10a589ce, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@10a589ce, net.minecraft.item.crafting.Ingredient@10a589ce, net.minecraft.item.crafting.Ingredient@10a589ce, net.minecraft.item.crafting.Ingredient@10a589ce, net.minecraft.item.crafting.Ingredient@10a589ce, net.minecraft.item.crafting.Ingredient@10a589ce, net.minecraft.item.crafting.Ingredient@10a589ce]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.red_diamond_boots@0 new recipe: RecipeStage{tier='five', recipe=1xitem.red_diamond_boots@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@11675e9d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@11675e9d, net.minecraft.item.crafting.Ingredient@11675e9d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@11675e9d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.red_diamond_axe@0 new recipe: RecipeStage{tier='five', recipe=1xitem.red_diamond_axe@0:[net.minecraft.item.crafting.Ingredient@592a198b, net.minecraft.item.crafting.Ingredient@592a198b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@592a198b, net.minecraftforge.oredict.OreIngredient@158d98d7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@158d98d7, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.purple_diamond_sword@0 new recipe: RecipeStage{tier='five', recipe=1xitem.purple_diamond_sword@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@27a5570, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@27a5570, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@158d98d7, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.purple_diamond_shovel@0 new recipe: RecipeStage{tier='five', recipe=1xitem.purple_diamond_shovel@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@244e6f05, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@158d98d7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@158d98d7, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.purple_diamond_pickaxe@0 new recipe: RecipeStage{tier='five', recipe=1xitem.purple_diamond_pickaxe@0:[net.minecraft.item.crafting.Ingredient@6746aab5, net.minecraft.item.crafting.Ingredient@6746aab5, net.minecraft.item.crafting.Ingredient@6746aab5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@158d98d7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@158d98d7, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.purple_diamond_legings@0 new recipe: RecipeStage{tier='five', recipe=1xitem.purple_diamond_legings@0:[net.minecraft.item.crafting.Ingredient@15d7c2f5, net.minecraft.item.crafting.Ingredient@15d7c2f5, net.minecraft.item.crafting.Ingredient@15d7c2f5, net.minecraft.item.crafting.Ingredient@15d7c2f5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@15d7c2f5, net.minecraft.item.crafting.Ingredient@15d7c2f5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@15d7c2f5]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.purple_diamond_hoe@0 new recipe: RecipeStage{tier='five', recipe=1xitem.purple_diamond_hoe@0:[net.minecraft.item.crafting.Ingredient@4d30ccaf, net.minecraft.item.crafting.Ingredient@4d30ccaf, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@158d98d7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@158d98d7, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.purple_diamond_helmet@0 new recipe: RecipeStage{tier='five', recipe=1xitem.purple_diamond_helmet@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@44ee8324, net.minecraft.item.crafting.Ingredient@44ee8324, net.minecraft.item.crafting.Ingredient@44ee8324, net.minecraft.item.crafting.Ingredient@44ee8324, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@44ee8324]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.purple_diamond_chest@0 new recipe: RecipeStage{tier='five', recipe=1xitem.purple_diamond_chest@0:[net.minecraft.item.crafting.Ingredient@314169ec, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@314169ec, net.minecraft.item.crafting.Ingredient@314169ec, net.minecraft.item.crafting.Ingredient@314169ec, net.minecraft.item.crafting.Ingredient@314169ec, net.minecraft.item.crafting.Ingredient@314169ec, net.minecraft.item.crafting.Ingredient@314169ec, net.minecraft.item.crafting.Ingredient@314169ec]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.purple_diamond_boots@0 new recipe: RecipeStage{tier='five', recipe=1xitem.purple_diamond_boots@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@19b99807, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@19b99807, net.minecraft.item.crafting.Ingredient@19b99807, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@19b99807]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.purple_diamond_axe@0 new recipe: RecipeStage{tier='five', recipe=1xitem.purple_diamond_axe@0:[net.minecraft.item.crafting.Ingredient@387197fb, net.minecraft.item.crafting.Ingredient@387197fb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@387197fb, net.minecraftforge.oredict.OreIngredient@158d98d7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@158d98d7, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.pluto_stairs_surface@0 new recipe: RecipeStage{tier='five', recipe=4xtile.pluto_stairs_surface@0:[net.minecraft.item.crafting.Ingredient@11a24aa2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@11a24aa2, net.minecraft.item.crafting.Ingredient@11a24aa2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@11a24aa2, net.minecraft.item.crafting.Ingredient@11a24aa2, net.minecraft.item.crafting.Ingredient@11a24aa2]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.pluto_stairs_sub_surface@0 new recipe: RecipeStage{tier='five', recipe=4xtile.pluto_stairs_sub_surface@0:[net.minecraft.item.crafting.Ingredient@2e122e01, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2e122e01, net.minecraft.item.crafting.Ingredient@2e122e01, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2e122e01, net.minecraft.item.crafting.Ingredient@2e122e01, net.minecraft.item.crafting.Ingredient@2e122e01]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.pluto_stairs_stone_bricks@0 new recipe: RecipeStage{tier='five', recipe=4xtile.pluto_stairs_stone_bricks@0:[net.minecraft.item.crafting.Ingredient@6659bddf, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6659bddf, net.minecraft.item.crafting.Ingredient@6659bddf, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6659bddf, net.minecraft.item.crafting.Ingredient@6659bddf, net.minecraft.item.crafting.Ingredient@6659bddf]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.pluto_stairs_stone@0 new recipe: RecipeStage{tier='five', recipe=4xtile.pluto_stairs_stone@0:[net.minecraft.item.crafting.Ingredient@7ed4dda2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7ed4dda2, net.minecraft.item.crafting.Ingredient@7ed4dda2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7ed4dda2, net.minecraft.item.crafting.Ingredient@7ed4dda2, net.minecraft.item.crafting.Ingredient@7ed4dda2]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.pluto.0@8 new recipe: RecipeStage{tier='five', recipe=4xtile.pluto.0@8:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1ac9eeb1, net.minecraft.item.crafting.Ingredient@1ac9eeb1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1ac9eeb1, net.minecraft.item.crafting.Ingredient@1ac9eeb1, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.pluto.0@7 new recipe: RecipeStage{tier='five', recipe=1xtile.pluto.0@7:[net.minecraft.item.crafting.Ingredient@1cfa7416, net.minecraft.item.crafting.Ingredient@1cfa7416, net.minecraft.item.crafting.Ingredient@1cfa7416, net.minecraft.item.crafting.Ingredient@1cfa7416, net.minecraft.item.crafting.Ingredient@1cfa7416, net.minecraft.item.crafting.Ingredient@1cfa7416, net.minecraft.item.crafting.Ingredient@1cfa7416, net.minecraft.item.crafting.Ingredient@1cfa7416, net.minecraft.item.crafting.Ingredient@1cfa7416]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.oxygen_tank_very_heavy_full@7200 new recipe: RecipeStage{tier='five', recipe=1xitem.oxygen_tank_very_heavy_full@7200:[net.minecraft.item.crafting.Ingredient@196f4bb6, net.minecraft.item.crafting.Ingredient@196f4bb6, net.minecraft.item.crafting.Ingredient@196f4bb6, net.minecraft.item.crafting.Ingredient@51adb0af, net.minecraft.item.crafting.Ingredient@51adb0af, net.minecraft.item.crafting.Ingredient@51adb0af, net.minecraft.item.crafting.Ingredient@178db273, net.minecraft.item.crafting.Ingredient@178db273, net.minecraft.item.crafting.Ingredient@178db273]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.oxygen_tank_light_full_yellow@900 new recipe: RecipeStage{tier='four', recipe=1xitem.oxygen_tank_light_full_yellow@900:[net.minecraft.item.crafting.Ingredient@24e5d8fc, net.minecraft.item.crafting.Ingredient@4449364a, net.minecraftforge.oredict.OreIngredient@6b517c49]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.oxygen_tank_light_full_white@900 new recipe: RecipeStage{tier='four', recipe=1xitem.oxygen_tank_light_full_white@900:[net.minecraft.item.crafting.Ingredient@431a372e, net.minecraft.item.crafting.Ingredient@1700b42f, net.minecraftforge.oredict.OreIngredient@6b517c49]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.oxygen_tank_light_full_red@900 new recipe: RecipeStage{tier='four', recipe=1xitem.oxygen_tank_light_full_red@900:[net.minecraft.item.crafting.Ingredient@6c481fb4, net.minecraft.item.crafting.Ingredient@7aae18c7, net.minecraftforge.oredict.OreIngredient@6b517c49]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.oxygen_tank_light_full_purple@900 new recipe: RecipeStage{tier='four', recipe=1xitem.oxygen_tank_light_full_purple@900:[net.minecraft.item.crafting.Ingredient@2674ab2e, net.minecraft.item.crafting.Ingredient@439c3b35, net.minecraftforge.oredict.OreIngredient@6b517c49]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.oxygen_tank_light_full_pink@900 new recipe: RecipeStage{tier='four', recipe=1xitem.oxygen_tank_light_full_pink@900:[net.minecraft.item.crafting.Ingredient@293bd784, net.minecraft.item.crafting.Ingredient@1f65d8a9, net.minecraftforge.oredict.OreIngredient@6b517c49]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.oxygen_tank_light_full_orange@900 new recipe: RecipeStage{tier='four', recipe=1xitem.oxygen_tank_light_full_orange@900:[net.minecraft.item.crafting.Ingredient@5d953fd7, net.minecraft.item.crafting.Ingredient@732abfe4, net.minecraftforge.oredict.OreIngredient@6b517c49]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.oxygen_tank_light_full_magenta@900 new recipe: RecipeStage{tier='four', recipe=1xitem.oxygen_tank_light_full_magenta@900:[net.minecraft.item.crafting.Ingredient@453910ef, net.minecraft.item.crafting.Ingredient@37e49349, net.minecraftforge.oredict.OreIngredient@6b517c49]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.oxygen_tank_light_full_light_gray@900 new recipe: RecipeStage{tier='four', recipe=1xitem.oxygen_tank_light_full_light_gray@900:[net.minecraft.item.crafting.Ingredient@4044a36d, net.minecraft.item.crafting.Ingredient@679e26cf, net.minecraftforge.oredict.OreIngredient@6b517c49]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.oxygen_tank_light_full_light_blue@900 new recipe: RecipeStage{tier='four', recipe=1xitem.oxygen_tank_light_full_light_blue@900:[net.minecraft.item.crafting.Ingredient@63a7c961, net.minecraft.item.crafting.Ingredient@4d861e3d, net.minecraftforge.oredict.OreIngredient@6b517c49]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.oxygen_tank_light_full_green@900 new recipe: RecipeStage{tier='four', recipe=1xitem.oxygen_tank_light_full_green@900:[net.minecraft.item.crafting.Ingredient@19b231e8, net.minecraft.item.crafting.Ingredient@2249a228, net.minecraftforge.oredict.OreIngredient@6b517c49]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.oxygen_tank_light_full_gray@900 new recipe: RecipeStage{tier='four', recipe=1xitem.oxygen_tank_light_full_gray@900:[net.minecraft.item.crafting.Ingredient@3652f7c4, net.minecraft.item.crafting.Ingredient@579ff72c, net.minecraftforge.oredict.OreIngredient@6b517c49]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.oxygen_tank_light_full_cyan@900 new recipe: RecipeStage{tier='four', recipe=1xitem.oxygen_tank_light_full_cyan@900:[net.minecraft.item.crafting.Ingredient@19f70e61, net.minecraft.item.crafting.Ingredient@6d124644, net.minecraftforge.oredict.OreIngredient@6b517c49]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.oxygen_tank_light_full_brown@900 new recipe: RecipeStage{tier='four', recipe=1xitem.oxygen_tank_light_full_brown@900:[net.minecraft.item.crafting.Ingredient@744aa0fa, net.minecraft.item.crafting.Ingredient@1a379a85, net.minecraftforge.oredict.OreIngredient@6b517c49]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.oxygen_tank_light_full_blue@900 new recipe: RecipeStage{tier='four', recipe=1xitem.oxygen_tank_light_full_blue@900:[net.minecraft.item.crafting.Ingredient@2bafba0c, net.minecraft.item.crafting.Ingredient@76cce17f, net.minecraftforge.oredict.OreIngredient@6b517c49]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.oxygen_tank_light_full_black@900 new recipe: RecipeStage{tier='four', recipe=1xitem.oxygen_tank_light_full_black@900:[net.minecraft.item.crafting.Ingredient@6cef7719, net.minecraft.item.crafting.Ingredient@60616234, net.minecraftforge.oredict.OreIngredient@6b517c49]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.oxygen_tank_extremely_heavy_full@9000 new recipe: RecipeStage{tier='five', recipe=1xitem.oxygen_tank_extremely_heavy_full@9000:[net.minecraft.item.crafting.Ingredient@7fc72a80, net.minecraft.item.crafting.Ingredient@7fc72a80, net.minecraft.item.crafting.Ingredient@7fc72a80, net.minecraft.item.crafting.Ingredient@285b1139, net.minecraft.item.crafting.Ingredient@285b1139, net.minecraft.item.crafting.Ingredient@285b1139, net.minecraft.item.crafting.Ingredient@242d795a, net.minecraft.item.crafting.Ingredient@242d795a, net.minecraft.item.crafting.Ingredient@242d795a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.orange_sandstone@0 new recipe: RecipeStage{tier='five', recipe=1xtile.orange_sandstone@0:[net.minecraft.item.crafting.Ingredient@b65b57b, net.minecraft.item.crafting.Ingredient@2b8ca3b9, net.minecraft.item.crafting.Ingredient@6b0a93ec, net.minecraft.item.crafting.Ingredient@26dca857]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.nose_cone_tier9@0 new recipe: RecipeStage{tier='five', recipe=1xitem.nose_cone_tier9@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2712c524, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@24e682c6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@24e682c6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@24e682c6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.nose_cone_tier8@0 new recipe: RecipeStage{tier='five', recipe=1xitem.nose_cone_tier8@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5561e547, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@53cc90e3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@53cc90e3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@53cc90e3]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.nose_cone_tier7@0 new recipe: RecipeStage{tier='five', recipe=1xitem.nose_cone_tier7@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2eba7d6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2a1f73f7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2a1f73f7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2a1f73f7]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.nose_cone_tier6@0 new recipe: RecipeStage{tier='five', recipe=1xitem.nose_cone_tier6@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@484c84eb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5dc17d23, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5dc17d23, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5dc17d23]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.nose_cone_tier5@0 new recipe: RecipeStage{tier='five', recipe=1xitem.nose_cone_tier5@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@84726b6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6975162e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6975162e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6975162e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.nose_cone_tier4@0 new recipe: RecipeStage{tier='five', recipe=1xitem.nose_cone_tier4@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@79023142, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5ca2c677, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5ca2c677, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5ca2c677]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.nose_cone_tier10@0 new recipe: RecipeStage{tier='five', recipe=1xitem.nose_cone_tier10@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3d12a0f6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@37ee53b5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@37ee53b5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@37ee53b5]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.neptune_stairs_surface@0 new recipe: RecipeStage{tier='five', recipe=4xtile.neptune_stairs_surface@0:[net.minecraft.item.crafting.Ingredient@593cfdce, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@593cfdce, net.minecraft.item.crafting.Ingredient@593cfdce, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@593cfdce, net.minecraft.item.crafting.Ingredient@593cfdce, net.minecraft.item.crafting.Ingredient@593cfdce]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.neptune_stairs_sub_surface@0 new recipe: RecipeStage{tier='five', recipe=4xtile.neptune_stairs_sub_surface@0:[net.minecraft.item.crafting.Ingredient@38a987f0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@38a987f0, net.minecraft.item.crafting.Ingredient@38a987f0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@38a987f0, net.minecraft.item.crafting.Ingredient@38a987f0, net.minecraft.item.crafting.Ingredient@38a987f0]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.neptune_stairs_stone_bricks@0 new recipe: RecipeStage{tier='five', recipe=4xtile.neptune_stairs_stone_bricks@0:[net.minecraft.item.crafting.Ingredient@3202e572, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3202e572, net.minecraft.item.crafting.Ingredient@3202e572, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3202e572, net.minecraft.item.crafting.Ingredient@3202e572, net.minecraft.item.crafting.Ingredient@3202e572]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.neptune_stairs_stone@0 new recipe: RecipeStage{tier='five', recipe=4xtile.neptune_stairs_stone@0:[net.minecraft.item.crafting.Ingredient@22e8537f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@22e8537f, net.minecraft.item.crafting.Ingredient@22e8537f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@22e8537f, net.minecraft.item.crafting.Ingredient@22e8537f, net.minecraft.item.crafting.Ingredient@22e8537f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.neptune.0@8 new recipe: RecipeStage{tier='five', recipe=4xtile.neptune.0@8:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1e7ec06e, net.minecraft.item.crafting.Ingredient@1e7ec06e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1e7ec06e, net.minecraft.item.crafting.Ingredient@1e7ec06e, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.neptune.0@11 new recipe: RecipeStage{tier='five', recipe=1xtile.neptune.0@11:[net.minecraft.item.crafting.Ingredient@3646ff6b, net.minecraft.item.crafting.Ingredient@3646ff6b, net.minecraft.item.crafting.Ingredient@3646ff6b, net.minecraft.item.crafting.Ingredient@3646ff6b, net.minecraft.item.crafting.Ingredient@3646ff6b, net.minecraft.item.crafting.Ingredient@3646ff6b, net.minecraft.item.crafting.Ingredient@3646ff6b, net.minecraft.item.crafting.Ingredient@3646ff6b, net.minecraft.item.crafting.Ingredient@3646ff6b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.module_items@2 new recipe: RecipeStage{tier='five', recipe=1xitem.module_items@2:[net.minecraft.item.crafting.Ingredient@60195248, net.minecraft.item.crafting.Ingredient@2dbcda82, net.minecraft.item.crafting.Ingredient@66f70bc1, net.minecraft.item.crafting.Ingredient@2dbcda82, net.minecraft.item.crafting.Ingredient@1d2a63d9, net.minecraft.item.crafting.Ingredient@2dbcda82, net.minecraft.item.crafting.Ingredient@66f70bc1, net.minecraft.item.crafting.Ingredient@2dbcda82, net.minecraft.item.crafting.Ingredient@60195248]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.module_items@1 new recipe: RecipeStage{tier='five', recipe=1xitem.module_items@1:[net.minecraft.item.crafting.Ingredient@17f80953, net.minecraft.item.crafting.Ingredient@daf0d66, net.minecraft.item.crafting.Ingredient@39c1ec59, net.minecraft.item.crafting.Ingredient@daf0d66, net.minecraft.item.crafting.Ingredient@6fa4194f, net.minecraft.item.crafting.Ingredient@daf0d66, net.minecraft.item.crafting.Ingredient@39c1ec59, net.minecraft.item.crafting.Ingredient@daf0d66, net.minecraft.item.crafting.Ingredient@17f80953]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.module_items@0 new recipe: RecipeStage{tier='five', recipe=1xitem.module_items@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4f5bc520, net.minecraft.item.crafting.Ingredient@62a1bad9, net.minecraftforge.oredict.OreIngredient@4f5bc520, net.minecraftforge.oredict.OreIngredient@4f5bc520, net.minecraft.item.crafting.Ingredient@62a1bad9, net.minecraftforge.oredict.OreIngredient@4f5bc520]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.mercury_stairs_surface@0 new recipe: RecipeStage{tier='five', recipe=4xtile.mercury_stairs_surface@0:[net.minecraft.item.crafting.Ingredient@59ef2f8b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@59ef2f8b, net.minecraft.item.crafting.Ingredient@59ef2f8b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@59ef2f8b, net.minecraft.item.crafting.Ingredient@59ef2f8b, net.minecraft.item.crafting.Ingredient@59ef2f8b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.mercury_stairs_sub_surface@0 new recipe: RecipeStage{tier='five', recipe=4xtile.mercury_stairs_sub_surface@0:[net.minecraft.item.crafting.Ingredient@7c2075c8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7c2075c8, net.minecraft.item.crafting.Ingredient@7c2075c8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7c2075c8, net.minecraft.item.crafting.Ingredient@7c2075c8, net.minecraft.item.crafting.Ingredient@7c2075c8]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.mercury_stairs_stone_bricks@0 new recipe: RecipeStage{tier='five', recipe=4xtile.mercury_stairs_stone_bricks@0:[net.minecraft.item.crafting.Ingredient@46b54bb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@46b54bb, net.minecraft.item.crafting.Ingredient@46b54bb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@46b54bb, net.minecraft.item.crafting.Ingredient@46b54bb, net.minecraft.item.crafting.Ingredient@46b54bb]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.mercury_stairs_stone@0 new recipe: RecipeStage{tier='five', recipe=4xtile.mercury_stairs_stone@0:[net.minecraft.item.crafting.Ingredient@218f644a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@218f644a, net.minecraft.item.crafting.Ingredient@218f644a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@218f644a, net.minecraft.item.crafting.Ingredient@218f644a, net.minecraft.item.crafting.Ingredient@218f644a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.mercury.0@8 new recipe: RecipeStage{tier='five', recipe=4xtile.mercury.0@8:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@66ece891, net.minecraft.item.crafting.Ingredient@66ece891, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@66ece891, net.minecraft.item.crafting.Ingredient@66ece891, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.mercury.0@7 new recipe: RecipeStage{tier='five', recipe=1xtile.mercury.0@7:[net.minecraft.item.crafting.Ingredient@19e59e52, net.minecraft.item.crafting.Ingredient@19e59e52, net.minecraft.item.crafting.Ingredient@19e59e52, net.minecraft.item.crafting.Ingredient@19e59e52, net.minecraft.item.crafting.Ingredient@19e59e52, net.minecraft.item.crafting.Ingredient@19e59e52, net.minecraft.item.crafting.Ingredient@19e59e52, net.minecraft.item.crafting.Ingredient@19e59e52, net.minecraft.item.crafting.Ingredient@19e59e52]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.mercury.0@11 new recipe: RecipeStage{tier='five', recipe=1xtile.mercury.0@11:[net.minecraft.item.crafting.Ingredient@152d1ba9, net.minecraft.item.crafting.Ingredient@152d1ba9, net.minecraft.item.crafting.Ingredient@152d1ba9, net.minecraft.item.crafting.Ingredient@152d1ba9, net.minecraft.item.crafting.Ingredient@152d1ba9, net.minecraft.item.crafting.Ingredient@152d1ba9, net.minecraft.item.crafting.Ingredient@152d1ba9, net.minecraft.item.crafting.Ingredient@152d1ba9, net.minecraft.item.crafting.Ingredient@152d1ba9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.kepler22b.0@11 new recipe: RecipeStage{tier='five', recipe=4xtile.kepler22b.0@11:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5999841c, net.minecraft.item.crafting.Ingredient@5999841c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5999841c, net.minecraft.item.crafting.Ingredient@5999841c, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.jupiter_stairs_surface@0 new recipe: RecipeStage{tier='five', recipe=4xtile.jupiter_stairs_surface@0:[net.minecraft.item.crafting.Ingredient@7eefe1f4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7eefe1f4, net.minecraft.item.crafting.Ingredient@7eefe1f4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7eefe1f4, net.minecraft.item.crafting.Ingredient@7eefe1f4, net.minecraft.item.crafting.Ingredient@7eefe1f4]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.jupiter_stairs_sub_surface@0 new recipe: RecipeStage{tier='five', recipe=4xtile.jupiter_stairs_sub_surface@0:[net.minecraft.item.crafting.Ingredient@6e127af1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6e127af1, net.minecraft.item.crafting.Ingredient@6e127af1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6e127af1, net.minecraft.item.crafting.Ingredient@6e127af1, net.minecraft.item.crafting.Ingredient@6e127af1]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.jupiter_stairs_stone_bricks@0 new recipe: RecipeStage{tier='five', recipe=4xtile.jupiter_stairs_stone_bricks@0:[net.minecraft.item.crafting.Ingredient@496793c7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@496793c7, net.minecraft.item.crafting.Ingredient@496793c7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@496793c7, net.minecraft.item.crafting.Ingredient@496793c7, net.minecraft.item.crafting.Ingredient@496793c7]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.jupiter_stairs_stone@0 new recipe: RecipeStage{tier='five', recipe=4xtile.jupiter_stairs_stone@0:[net.minecraft.item.crafting.Ingredient@79d7651b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@79d7651b, net.minecraft.item.crafting.Ingredient@79d7651b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@79d7651b, net.minecraft.item.crafting.Ingredient@79d7651b, net.minecraft.item.crafting.Ingredient@79d7651b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.jupiter.0@9 new recipe: RecipeStage{tier='five', recipe=4xtile.jupiter.0@9:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@9cd8d06, net.minecraft.item.crafting.Ingredient@9cd8d06, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@9cd8d06, net.minecraft.item.crafting.Ingredient@9cd8d06, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.jupiter.0@8 new recipe: RecipeStage{tier='five', recipe=1xtile.jupiter.0@8:[net.minecraft.item.crafting.Ingredient@743b94c8, net.minecraft.item.crafting.Ingredient@743b94c8, net.minecraft.item.crafting.Ingredient@743b94c8, net.minecraft.item.crafting.Ingredient@743b94c8, net.minecraft.item.crafting.Ingredient@743b94c8, net.minecraft.item.crafting.Ingredient@743b94c8, net.minecraft.item.crafting.Ingredient@743b94c8, net.minecraft.item.crafting.Ingredient@743b94c8, net.minecraft.item.crafting.Ingredient@743b94c8]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.jupiter.0@12 new recipe: RecipeStage{tier='five', recipe=1xtile.jupiter.0@12:[net.minecraft.item.crafting.Ingredient@23a4e62d, net.minecraft.item.crafting.Ingredient@23a4e62d, net.minecraft.item.crafting.Ingredient@23a4e62d, net.minecraft.item.crafting.Ingredient@23a4e62d, net.minecraft.item.crafting.Ingredient@23a4e62d, net.minecraft.item.crafting.Ingredient@23a4e62d, net.minecraft.item.crafting.Ingredient@23a4e62d, net.minecraft.item.crafting.Ingredient@23a4e62d, net.minecraft.item.crafting.Ingredient@23a4e62d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.ingot_mercury@0 new recipe: RecipeStage{tier='five', recipe=9xitem.ingot_mercury@0:[net.minecraft.item.crafting.Ingredient@3450f1d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xtile.ice@0 new recipe: RecipeStage{tier='zero', recipe=9xtile.ice@0:[net.minecraft.item.crafting.Ingredient@336018ad]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.green_diamond_sword@0 new recipe: RecipeStage{tier='five', recipe=1xitem.green_diamond_sword@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@601c83e6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@601c83e6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@158d98d7, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.green_diamond_shovel@0 new recipe: RecipeStage{tier='five', recipe=1xitem.green_diamond_shovel@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@397a9cac, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@158d98d7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@158d98d7, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.green_diamond_pickaxe@0 new recipe: RecipeStage{tier='five', recipe=1xitem.green_diamond_pickaxe@0:[net.minecraft.item.crafting.Ingredient@7ff1db2d, net.minecraft.item.crafting.Ingredient@7ff1db2d, net.minecraft.item.crafting.Ingredient@7ff1db2d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@158d98d7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@158d98d7, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.green_diamond_legings@0 new recipe: RecipeStage{tier='five', recipe=1xitem.green_diamond_legings@0:[net.minecraft.item.crafting.Ingredient@7835ac40, net.minecraft.item.crafting.Ingredient@7835ac40, net.minecraft.item.crafting.Ingredient@7835ac40, net.minecraft.item.crafting.Ingredient@7835ac40, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7835ac40, net.minecraft.item.crafting.Ingredient@7835ac40, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7835ac40]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.green_diamond_hoe@0 new recipe: RecipeStage{tier='five', recipe=1xitem.green_diamond_hoe@0:[net.minecraft.item.crafting.Ingredient@3ca07fff, net.minecraft.item.crafting.Ingredient@3ca07fff, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@158d98d7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@158d98d7, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.green_diamond_helmet@0 new recipe: RecipeStage{tier='five', recipe=1xitem.green_diamond_helmet@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1631f907, net.minecraft.item.crafting.Ingredient@1631f907, net.minecraft.item.crafting.Ingredient@1631f907, net.minecraft.item.crafting.Ingredient@1631f907, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1631f907]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.green_diamond_chest@0 new recipe: RecipeStage{tier='five', recipe=1xitem.green_diamond_chest@0:[net.minecraft.item.crafting.Ingredient@4bbabb8b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4bbabb8b, net.minecraft.item.crafting.Ingredient@4bbabb8b, net.minecraft.item.crafting.Ingredient@4bbabb8b, net.minecraft.item.crafting.Ingredient@4bbabb8b, net.minecraft.item.crafting.Ingredient@4bbabb8b, net.minecraft.item.crafting.Ingredient@4bbabb8b, net.minecraft.item.crafting.Ingredient@4bbabb8b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.green_diamond_boots@0 new recipe: RecipeStage{tier='five', recipe=1xitem.green_diamond_boots@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6a178b39, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6a178b39, net.minecraft.item.crafting.Ingredient@6a178b39, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6a178b39]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.green_diamond_axe@0 new recipe: RecipeStage{tier='five', recipe=1xitem.green_diamond_axe@0:[net.minecraft.item.crafting.Ingredient@2be27fee, net.minecraft.item.crafting.Ingredient@2be27fee, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2be27fee, net.minecraftforge.oredict.OreIngredient@158d98d7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@158d98d7, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.gravity_controller@0 new recipe: RecipeStage{tier='five', recipe=1xitem.gravity_controller@0:[net.minecraft.item.crafting.Ingredient@5e215be0, net.minecraft.item.crafting.Ingredient@70aefbf9, net.minecraft.item.crafting.Ingredient@5e215be0, net.minecraft.item.crafting.Ingredient@70aefbf9, net.minecraft.item.crafting.Ingredient@73c2b0f3, net.minecraft.item.crafting.Ingredient@70aefbf9, net.minecraft.item.crafting.Ingredient@5e215be0, net.minecraft.item.crafting.Ingredient@70aefbf9, net.minecraft.item.crafting.Ingredient@5e215be0]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.eris_stairs_surface@0 new recipe: RecipeStage{tier='five', recipe=4xtile.eris_stairs_surface@0:[net.minecraft.item.crafting.Ingredient@5fbe643, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5fbe643, net.minecraft.item.crafting.Ingredient@5fbe643, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5fbe643, net.minecraft.item.crafting.Ingredient@5fbe643, net.minecraft.item.crafting.Ingredient@5fbe643]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.eris_stairs_sub_surface@0 new recipe: RecipeStage{tier='five', recipe=4xtile.eris_stairs_sub_surface@0:[net.minecraft.item.crafting.Ingredient@18e10935, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@18e10935, net.minecraft.item.crafting.Ingredient@18e10935, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@18e10935, net.minecraft.item.crafting.Ingredient@18e10935, net.minecraft.item.crafting.Ingredient@18e10935]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.eris_stairs_stone_bricks@0 new recipe: RecipeStage{tier='five', recipe=4xtile.eris_stairs_stone_bricks@0:[net.minecraft.item.crafting.Ingredient@7d5f49c6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7d5f49c6, net.minecraft.item.crafting.Ingredient@7d5f49c6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7d5f49c6, net.minecraft.item.crafting.Ingredient@7d5f49c6, net.minecraft.item.crafting.Ingredient@7d5f49c6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.eris_stairs_stone@0 new recipe: RecipeStage{tier='five', recipe=4xtile.eris_stairs_stone@0:[net.minecraft.item.crafting.Ingredient@48b9b63c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@48b9b63c, net.minecraft.item.crafting.Ingredient@48b9b63c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@48b9b63c, net.minecraft.item.crafting.Ingredient@48b9b63c, net.minecraft.item.crafting.Ingredient@48b9b63c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.eris.0@8 new recipe: RecipeStage{tier='five', recipe=4xtile.eris.0@8:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2f12c7cb, net.minecraft.item.crafting.Ingredient@2f12c7cb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2f12c7cb, net.minecraft.item.crafting.Ingredient@2f12c7cb, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.eris.0@7 new recipe: RecipeStage{tier='five', recipe=1xtile.eris.0@7:[net.minecraft.item.crafting.Ingredient@4de64c0a, net.minecraft.item.crafting.Ingredient@4de64c0a, net.minecraft.item.crafting.Ingredient@4de64c0a, net.minecraft.item.crafting.Ingredient@4de64c0a, net.minecraft.item.crafting.Ingredient@4de64c0a, net.minecraft.item.crafting.Ingredient@4de64c0a, net.minecraft.item.crafting.Ingredient@4de64c0a, net.minecraft.item.crafting.Ingredient@4de64c0a, net.minecraft.item.crafting.Ingredient@4de64c0a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.electric_parts@3 new recipe: RecipeStage{tier='five', recipe=1xitem.electric_parts@3:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@68ef4fe1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@68ef4fe1, net.minecraft.item.crafting.Ingredient@3871f8f4, net.minecraftforge.oredict.OreIngredient@68ef4fe1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@68ef4fe1, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.electric_parts@2 new recipe: RecipeStage{tier='five', recipe=1xitem.electric_parts@2:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2c6e38ca, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2c6e38ca, net.minecraft.item.crafting.Ingredient@5be5fb05, net.minecraft.item.crafting.Ingredient@2c6e38ca, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2c6e38ca, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.dense_ice@0 new recipe: RecipeStage{tier='five', recipe=1xtile.dense_ice@0:[net.minecraft.item.crafting.Ingredient@72d61d86, net.minecraft.item.crafting.Ingredient@72d61d86, net.minecraft.item.crafting.Ingredient@72d61d86, net.minecraft.item.crafting.Ingredient@72d61d86, net.minecraft.item.crafting.Ingredient@72d61d86, net.minecraft.item.crafting.Ingredient@72d61d86, net.minecraft.item.crafting.Ingredient@72d61d86, net.minecraft.item.crafting.Ingredient@72d61d86, net.minecraft.item.crafting.Ingredient@72d61d86]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.decorative_blocks.0@9 new recipe: RecipeStage{tier='five', recipe=1xtile.decorative_blocks.0@9:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4d211e0, net.minecraft.item.crafting.Ingredient@4d211e0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4d211e0, net.minecraft.item.crafting.Ingredient@4d211e0, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.decorative_blocks.0@8 new recipe: RecipeStage{tier='five', recipe=1xtile.decorative_blocks.0@8:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@36f05383, net.minecraft.item.crafting.Ingredient@36f05383, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@36f05383, net.minecraft.item.crafting.Ingredient@36f05383, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.decorative_blocks.0@7 new recipe: RecipeStage{tier='five', recipe=1xtile.decorative_blocks.0@7:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@32cb2465, net.minecraft.item.crafting.Ingredient@32cb2465, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@32cb2465, net.minecraft.item.crafting.Ingredient@32cb2465, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.decorative_blocks.0@6 new recipe: RecipeStage{tier='five', recipe=1xtile.decorative_blocks.0@6:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@69f60bf0, net.minecraft.item.crafting.Ingredient@69f60bf0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@69f60bf0, net.minecraft.item.crafting.Ingredient@69f60bf0, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.decorative_blocks.0@5 new recipe: RecipeStage{tier='five', recipe=1xtile.decorative_blocks.0@5:[net.minecraftforge.oredict.OreIngredient@627c8fa, net.minecraft.item.crafting.Ingredient@1cb4054f, net.minecraftforge.oredict.OreIngredient@22e45b6e, net.minecraft.item.crafting.Ingredient@1cb4054f, net.minecraftforge.oredict.OreIngredient@627c8fa, net.minecraft.item.crafting.Ingredient@1cb4054f, net.minecraftforge.oredict.OreIngredient@627c8fa, net.minecraft.item.crafting.Ingredient@1cb4054f, net.minecraftforge.oredict.OreIngredient@22e45b6e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.decorative_blocks.0@4 new recipe: RecipeStage{tier='five', recipe=1xtile.decorative_blocks.0@4:[net.minecraft.item.crafting.Ingredient@1385249f, net.minecraft.item.crafting.Ingredient@1385249f, net.minecraft.item.crafting.Ingredient@1385249f, net.minecraft.item.crafting.Ingredient@1385249f, net.minecraft.item.crafting.Ingredient@f21744d, net.minecraft.item.crafting.Ingredient@1385249f, net.minecraft.item.crafting.Ingredient@1385249f, net.minecraft.item.crafting.Ingredient@1385249f, net.minecraft.item.crafting.Ingredient@1385249f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.decorative_blocks.0@3 new recipe: RecipeStage{tier='five', recipe=1xtile.decorative_blocks.0@3:[net.minecraft.item.crafting.Ingredient@2eafcb0a, net.minecraft.item.crafting.Ingredient@2eafcb0a, net.minecraft.item.crafting.Ingredient@2eafcb0a, net.minecraft.item.crafting.Ingredient@2eafcb0a, net.minecraft.item.crafting.Ingredient@2eafcb0a, net.minecraft.item.crafting.Ingredient@2eafcb0a, net.minecraft.item.crafting.Ingredient@2eafcb0a, net.minecraft.item.crafting.Ingredient@2eafcb0a, net.minecraft.item.crafting.Ingredient@2eafcb0a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.decorative_blocks.0@2 new recipe: RecipeStage{tier='five', recipe=1xtile.decorative_blocks.0@2:[net.minecraft.item.crafting.Ingredient@432b26c3, net.minecraft.item.crafting.Ingredient@432b26c3, net.minecraft.item.crafting.Ingredient@432b26c3, net.minecraft.item.crafting.Ingredient@432b26c3, net.minecraft.item.crafting.Ingredient@432b26c3, net.minecraft.item.crafting.Ingredient@432b26c3, net.minecraft.item.crafting.Ingredient@432b26c3, net.minecraft.item.crafting.Ingredient@432b26c3, net.minecraft.item.crafting.Ingredient@432b26c3]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.decorative_blocks.0@15 new recipe: RecipeStage{tier='five', recipe=1xtile.decorative_blocks.0@15:[net.minecraft.item.crafting.Ingredient@15c3b745, net.minecraft.item.crafting.Ingredient@15c3b745, net.minecraft.item.crafting.Ingredient@15c3b745, net.minecraft.item.crafting.Ingredient@15c3b745, net.minecraft.item.crafting.Ingredient@15c3b745, net.minecraft.item.crafting.Ingredient@15c3b745, net.minecraft.item.crafting.Ingredient@15c3b745, net.minecraft.item.crafting.Ingredient@15c3b745, net.minecraft.item.crafting.Ingredient@15c3b745]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.decorative_blocks.0@14 new recipe: RecipeStage{tier='five', recipe=1xtile.decorative_blocks.0@14:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5c491710, net.minecraft.item.crafting.Ingredient@5c491710, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5c491710, net.minecraft.item.crafting.Ingredient@5c491710, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.decorative_blocks.0@13 new recipe: RecipeStage{tier='five', recipe=1xtile.decorative_blocks.0@13:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@8b65273, net.minecraft.item.crafting.Ingredient@8b65273, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@8b65273, net.minecraft.item.crafting.Ingredient@8b65273, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.decorative_blocks.0@12 new recipe: RecipeStage{tier='five', recipe=1xtile.decorative_blocks.0@12:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@d59b7ed, net.minecraft.item.crafting.Ingredient@d59b7ed, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@d59b7ed, net.minecraft.item.crafting.Ingredient@d59b7ed, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.decorative_blocks.0@11 new recipe: RecipeStage{tier='five', recipe=1xtile.decorative_blocks.0@11:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5a28a180, net.minecraft.item.crafting.Ingredient@5a28a180, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5a28a180, net.minecraft.item.crafting.Ingredient@5a28a180, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.decorative_blocks.0@10 new recipe: RecipeStage{tier='five', recipe=1xtile.decorative_blocks.0@10:[net.minecraft.item.crafting.Ingredient@51d6e52, net.minecraft.item.crafting.Ingredient@51d6e52, net.minecraft.item.crafting.Ingredient@51d6e52, net.minecraft.item.crafting.Ingredient@51d6e52, net.minecraft.item.crafting.Ingredient@51d6e52, net.minecraft.item.crafting.Ingredient@51d6e52, net.minecraft.item.crafting.Ingredient@51d6e52, net.minecraft.item.crafting.Ingredient@51d6e52, net.minecraft.item.crafting.Ingredient@51d6e52]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.decorative_blocks.0@1 new recipe: RecipeStage{tier='five', recipe=1xtile.decorative_blocks.0@1:[net.minecraft.item.crafting.Ingredient@6099cbec, net.minecraft.item.crafting.Ingredient@6099cbec, net.minecraft.item.crafting.Ingredient@6099cbec, net.minecraft.item.crafting.Ingredient@6099cbec, net.minecraft.item.crafting.Ingredient@6099cbec, net.minecraft.item.crafting.Ingredient@6099cbec, net.minecraft.item.crafting.Ingredient@6099cbec, net.minecraft.item.crafting.Ingredient@6099cbec, net.minecraft.item.crafting.Ingredient@6099cbec]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.decorative_blocks2.0@5 new recipe: RecipeStage{tier='five', recipe=1xtile.decorative_blocks2.0@5:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7fb60752, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7fb60752, net.minecraft.item.crafting.Ingredient@e339195, net.minecraftforge.oredict.OreIngredient@7fb60752, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7fb60752, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.decorative_blocks2.0@4 new recipe: RecipeStage{tier='five', recipe=1xtile.decorative_blocks2.0@4:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@c42762e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@c42762e, net.minecraft.item.crafting.Ingredient@63d2d496, net.minecraftforge.oredict.OreIngredient@c42762e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@c42762e, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.decorative_blocks2.0@3 new recipe: RecipeStage{tier='five', recipe=1xtile.decorative_blocks2.0@3:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@448f094f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@448f094f, net.minecraft.item.crafting.Ingredient@4b31ca18, net.minecraftforge.oredict.OreIngredient@448f094f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@448f094f, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.decorative_blocks2.0@2 new recipe: RecipeStage{tier='five', recipe=1xtile.decorative_blocks2.0@2:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7599c368, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7599c368, net.minecraft.item.crafting.Ingredient@fd7b375, net.minecraftforge.oredict.OreIngredient@7599c368, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7599c368, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.decorative_blocks2.0@1 new recipe: RecipeStage{tier='five', recipe=1xtile.decorative_blocks2.0@1:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7d5392ee, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7d5392ee, net.minecraft.item.crafting.Ingredient@432670a5, net.minecraftforge.oredict.OreIngredient@7d5392ee, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7d5392ee, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.decorative_blocks2.0@0 new recipe: RecipeStage{tier='five', recipe=1xtile.decorative_blocks2.0@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@627c8fa, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@627c8fa, net.minecraft.item.crafting.Ingredient@219ea18c, net.minecraftforge.oredict.OreIngredient@627c8fa, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@627c8fa, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.cloth@0 new recipe: RecipeStage{tier='five', recipe=8xitem.cloth@0:[net.minecraft.item.crafting.Ingredient@18cfb331, net.minecraft.item.crafting.Ingredient@2f4775d9, net.minecraft.item.crafting.Ingredient@1df92b49, net.minecraft.item.crafting.Ingredient@509db26c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.ceres_stairs_surface@0 new recipe: RecipeStage{tier='five', recipe=4xtile.ceres_stairs_surface@0:[net.minecraft.item.crafting.Ingredient@46a5bb05, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@46a5bb05, net.minecraft.item.crafting.Ingredient@46a5bb05, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@46a5bb05, net.minecraft.item.crafting.Ingredient@46a5bb05, net.minecraft.item.crafting.Ingredient@46a5bb05]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.ceres_stairs_sub_surface@0 new recipe: RecipeStage{tier='five', recipe=4xtile.ceres_stairs_sub_surface@0:[net.minecraft.item.crafting.Ingredient@55bf352b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@55bf352b, net.minecraft.item.crafting.Ingredient@55bf352b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@55bf352b, net.minecraft.item.crafting.Ingredient@55bf352b, net.minecraft.item.crafting.Ingredient@55bf352b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.ceres_stairs_stone_bricks@0 new recipe: RecipeStage{tier='five', recipe=4xtile.ceres_stairs_stone_bricks@0:[net.minecraft.item.crafting.Ingredient@11f44693, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@11f44693, net.minecraft.item.crafting.Ingredient@11f44693, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@11f44693, net.minecraft.item.crafting.Ingredient@11f44693, net.minecraft.item.crafting.Ingredient@11f44693]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.ceres_stairs_stone@0 new recipe: RecipeStage{tier='five', recipe=4xtile.ceres_stairs_stone@0:[net.minecraft.item.crafting.Ingredient@12e8b3bc, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@12e8b3bc, net.minecraft.item.crafting.Ingredient@12e8b3bc, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@12e8b3bc, net.minecraft.item.crafting.Ingredient@12e8b3bc, net.minecraft.item.crafting.Ingredient@12e8b3bc]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.ceres.0@8 new recipe: RecipeStage{tier='five', recipe=4xtile.ceres.0@8:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6f62c0d0, net.minecraft.item.crafting.Ingredient@6f62c0d0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6f62c0d0, net.minecraft.item.crafting.Ingredient@6f62c0d0, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.candy_blocks_horizontal.0@9 new recipe: RecipeStage{tier='five', recipe=1xtile.candy_blocks_horizontal.0@9:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@22e45b6e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@22e45b6e, net.minecraft.item.crafting.Ingredient@765d9102, net.minecraftforge.oredict.OreIngredient@22e45b6e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@22e45b6e, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.candy_blocks_horizontal.0@8 new recipe: RecipeStage{tier='five', recipe=1xtile.candy_blocks_horizontal.0@8:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3e0e533, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3e0e533, net.minecraft.item.crafting.Ingredient@2a008fd8, net.minecraftforge.oredict.OreIngredient@3e0e533, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3e0e533, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.candy_blocks_horizontal.0@7 new recipe: RecipeStage{tier='five', recipe=1xtile.candy_blocks_horizontal.0@7:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@511a92e0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@511a92e0, net.minecraft.item.crafting.Ingredient@5a5dab64, net.minecraftforge.oredict.OreIngredient@511a92e0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@511a92e0, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.candy_blocks_horizontal.0@6 new recipe: RecipeStage{tier='five', recipe=1xtile.candy_blocks_horizontal.0@6:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4042a590, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4042a590, net.minecraft.item.crafting.Ingredient@8e9c7ca, net.minecraftforge.oredict.OreIngredient@4042a590, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4042a590, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.candy_blocks_horizontal.0@5 new recipe: RecipeStage{tier='five', recipe=1xtile.candy_blocks_horizontal.0@5:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4a1d9c1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4a1d9c1, net.minecraft.item.crafting.Ingredient@856d529, net.minecraftforge.oredict.OreIngredient@4a1d9c1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4a1d9c1, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.candy_blocks_horizontal.0@4 new recipe: RecipeStage{tier='five', recipe=1xtile.candy_blocks_horizontal.0@4:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@779b6fd2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@779b6fd2, net.minecraft.item.crafting.Ingredient@158d1340, net.minecraftforge.oredict.OreIngredient@779b6fd2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@779b6fd2, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.candy_blocks_horizontal.0@3 new recipe: RecipeStage{tier='five', recipe=1xtile.candy_blocks_horizontal.0@3:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@38d87ae4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@38d87ae4, net.minecraft.item.crafting.Ingredient@60597a47, net.minecraftforge.oredict.OreIngredient@38d87ae4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@38d87ae4, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.candy_blocks_horizontal.0@2 new recipe: RecipeStage{tier='five', recipe=1xtile.candy_blocks_horizontal.0@2:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@448f094f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@448f094f, net.minecraft.item.crafting.Ingredient@b10fd2b, net.minecraftforge.oredict.OreIngredient@448f094f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@448f094f, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.candy_blocks_horizontal.0@2 new recipe: RecipeStage{tier='five', recipe=1xtile.candy_blocks_horizontal.0@2:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7f090cf6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7f090cf6, net.minecraft.item.crafting.Ingredient@7f210fbd, net.minecraftforge.oredict.OreIngredient@7f090cf6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7f090cf6, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.candy_blocks_horizontal.0@2 new recipe: RecipeStage{tier='five', recipe=1xtile.candy_blocks_horizontal.0@2:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7599c368, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7599c368, net.minecraft.item.crafting.Ingredient@272fa874, net.minecraftforge.oredict.OreIngredient@7599c368, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7599c368, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.candy_blocks_horizontal.0@1 new recipe: RecipeStage{tier='five', recipe=1xtile.candy_blocks_horizontal.0@1:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7fb60752, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7fb60752, net.minecraft.item.crafting.Ingredient@7ae03628, net.minecraftforge.oredict.OreIngredient@7fb60752, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7fb60752, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.candy_blocks_horizontal.0@0 new recipe: RecipeStage{tier='five', recipe=1xtile.candy_blocks_horizontal.0@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7d5392ee, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7d5392ee, net.minecraft.item.crafting.Ingredient@4658b956, net.minecraftforge.oredict.OreIngredient@7d5392ee, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7d5392ee, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.candy_blocks.0@9 new recipe: RecipeStage{tier='five', recipe=1xtile.candy_blocks.0@9:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@22e45b6e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@22e45b6e, net.minecraft.item.crafting.Ingredient@40e988e2, net.minecraftforge.oredict.OreIngredient@22e45b6e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@22e45b6e, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.candy_blocks.0@8 new recipe: RecipeStage{tier='five', recipe=1xtile.candy_blocks.0@8:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3e0e533, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3e0e533, net.minecraft.item.crafting.Ingredient@6609bf, net.minecraftforge.oredict.OreIngredient@3e0e533, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3e0e533, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.candy_blocks.0@7 new recipe: RecipeStage{tier='five', recipe=1xtile.candy_blocks.0@7:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@511a92e0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@511a92e0, net.minecraft.item.crafting.Ingredient@204e585c, net.minecraftforge.oredict.OreIngredient@511a92e0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@511a92e0, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.candy_blocks.0@6 new recipe: RecipeStage{tier='five', recipe=1xtile.candy_blocks.0@6:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4042a590, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4042a590, net.minecraft.item.crafting.Ingredient@603d43c4, net.minecraftforge.oredict.OreIngredient@4042a590, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4042a590, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.candy_blocks.0@5 new recipe: RecipeStage{tier='five', recipe=1xtile.candy_blocks.0@5:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4a1d9c1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4a1d9c1, net.minecraft.item.crafting.Ingredient@63a8a909, net.minecraftforge.oredict.OreIngredient@4a1d9c1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4a1d9c1, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.candy_blocks.0@4 new recipe: RecipeStage{tier='five', recipe=1xtile.candy_blocks.0@4:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@779b6fd2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@779b6fd2, net.minecraft.item.crafting.Ingredient@19978d69, net.minecraftforge.oredict.OreIngredient@779b6fd2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@779b6fd2, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.candy_blocks.0@3 new recipe: RecipeStage{tier='five', recipe=1xtile.candy_blocks.0@3:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@38d87ae4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@38d87ae4, net.minecraft.item.crafting.Ingredient@12c9eb8f, net.minecraftforge.oredict.OreIngredient@38d87ae4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@38d87ae4, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.candy_blocks.0@2 new recipe: RecipeStage{tier='five', recipe=1xtile.candy_blocks.0@2:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@448f094f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@448f094f, net.minecraft.item.crafting.Ingredient@33580271, net.minecraftforge.oredict.OreIngredient@448f094f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@448f094f, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.candy_blocks.0@2 new recipe: RecipeStage{tier='five', recipe=1xtile.candy_blocks.0@2:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7f090cf6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7f090cf6, net.minecraft.item.crafting.Ingredient@178f2160, net.minecraftforge.oredict.OreIngredient@7f090cf6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7f090cf6, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.candy_blocks.0@2 new recipe: RecipeStage{tier='five', recipe=1xtile.candy_blocks.0@2:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7599c368, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7599c368, net.minecraft.item.crafting.Ingredient@6b12b24c, net.minecraftforge.oredict.OreIngredient@7599c368, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7599c368, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.candy_blocks.0@1 new recipe: RecipeStage{tier='five', recipe=1xtile.candy_blocks.0@1:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7fb60752, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7fb60752, net.minecraft.item.crafting.Ingredient@7a1e37c8, net.minecraftforge.oredict.OreIngredient@7fb60752, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7fb60752, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.candy_blocks.0@0 new recipe: RecipeStage{tier='five', recipe=1xtile.candy_blocks.0@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7d5392ee, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7d5392ee, net.minecraft.item.crafting.Ingredient@1115fed8, net.minecraftforge.oredict.OreIngredient@7d5392ee, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7d5392ee, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.cake_blocks.0@7 new recipe: RecipeStage{tier='five', recipe=1xtile.cake_blocks.0@7:[net.minecraft.item.crafting.Ingredient@51b5af7c, net.minecraft.item.crafting.Ingredient@51b5af7c, net.minecraft.item.crafting.Ingredient@51b5af7c, net.minecraft.item.crafting.Ingredient@51b5af7c, net.minecraft.item.crafting.Ingredient@51b5af7c, net.minecraft.item.crafting.Ingredient@51b5af7c, net.minecraft.item.crafting.Ingredient@51b5af7c, net.minecraft.item.crafting.Ingredient@51b5af7c, net.minecraft.item.crafting.Ingredient@51b5af7c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.cake_blocks.0@6 new recipe: RecipeStage{tier='five', recipe=1xtile.cake_blocks.0@6:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@38d87ae4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@38d87ae4, net.minecraft.item.crafting.Ingredient@3fb38f02, net.minecraftforge.oredict.OreIngredient@38d87ae4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@38d87ae4, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.cake_blocks.0@6 new recipe: RecipeStage{tier='five', recipe=1xtile.cake_blocks.0@6:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@38d87ae4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@38d87ae4, net.minecraft.item.crafting.Ingredient@46c8301b, net.minecraftforge.oredict.OreIngredient@38d87ae4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@38d87ae4, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.cake_blocks.0@6 new recipe: RecipeStage{tier='five', recipe=1xtile.cake_blocks.0@6:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@38d87ae4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@38d87ae4, net.minecraft.item.crafting.Ingredient@63634006, net.minecraftforge.oredict.OreIngredient@38d87ae4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@38d87ae4, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.cake_blocks.0@5 new recipe: RecipeStage{tier='five', recipe=1xtile.cake_blocks.0@5:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4a1d9c1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4a1d9c1, net.minecraft.item.crafting.Ingredient@58c5ca0d, net.minecraftforge.oredict.OreIngredient@4a1d9c1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4a1d9c1, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.cake_blocks.0@5 new recipe: RecipeStage{tier='five', recipe=1xtile.cake_blocks.0@5:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4a1d9c1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4a1d9c1, net.minecraft.item.crafting.Ingredient@44b49883, net.minecraftforge.oredict.OreIngredient@4a1d9c1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4a1d9c1, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.cake_blocks.0@5 new recipe: RecipeStage{tier='five', recipe=1xtile.cake_blocks.0@5:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4a1d9c1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4a1d9c1, net.minecraft.item.crafting.Ingredient@601eb43c, net.minecraftforge.oredict.OreIngredient@4a1d9c1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4a1d9c1, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.cake_blocks.0@4 new recipe: RecipeStage{tier='five', recipe=1xtile.cake_blocks.0@4:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7fb60752, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7fb60752, net.minecraft.item.crafting.Ingredient@4366a761, net.minecraftforge.oredict.OreIngredient@7fb60752, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7fb60752, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.cake_blocks.0@4 new recipe: RecipeStage{tier='five', recipe=1xtile.cake_blocks.0@4:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7fb60752, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7fb60752, net.minecraft.item.crafting.Ingredient@e571cf7, net.minecraftforge.oredict.OreIngredient@7fb60752, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7fb60752, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.cake_blocks.0@4 new recipe: RecipeStage{tier='five', recipe=1xtile.cake_blocks.0@4:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7fb60752, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7fb60752, net.minecraft.item.crafting.Ingredient@273a3368, net.minecraftforge.oredict.OreIngredient@7fb60752, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7fb60752, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.cake_blocks.0@3 new recipe: RecipeStage{tier='five', recipe=1xtile.cake_blocks.0@3:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7d5392ee, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7d5392ee, net.minecraft.item.crafting.Ingredient@30bf69e9, net.minecraftforge.oredict.OreIngredient@7d5392ee, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7d5392ee, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.cake_blocks.0@3 new recipe: RecipeStage{tier='five', recipe=1xtile.cake_blocks.0@3:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7d5392ee, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7d5392ee, net.minecraft.item.crafting.Ingredient@2cbafcde, net.minecraftforge.oredict.OreIngredient@7d5392ee, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7d5392ee, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.cake_blocks.0@3 new recipe: RecipeStage{tier='five', recipe=1xtile.cake_blocks.0@3:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7d5392ee, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7d5392ee, net.minecraft.item.crafting.Ingredient@b094602, net.minecraftforge.oredict.OreIngredient@7d5392ee, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7d5392ee, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.blue_diamond_sword@0 new recipe: RecipeStage{tier='five', recipe=1xitem.blue_diamond_sword@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@71a71801, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@71a71801, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@158d98d7, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.blue_diamond_shovel@0 new recipe: RecipeStage{tier='five', recipe=1xitem.blue_diamond_shovel@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@84501af, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@158d98d7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@158d98d7, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.blue_diamond_pickaxe@0 new recipe: RecipeStage{tier='five', recipe=1xitem.blue_diamond_pickaxe@0:[net.minecraft.item.crafting.Ingredient@2444ed2b, net.minecraft.item.crafting.Ingredient@2444ed2b, net.minecraft.item.crafting.Ingredient@2444ed2b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@158d98d7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@158d98d7, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.blue_diamond_legings@0 new recipe: RecipeStage{tier='five', recipe=1xitem.blue_diamond_legings@0:[net.minecraft.item.crafting.Ingredient@74083cf6, net.minecraft.item.crafting.Ingredient@74083cf6, net.minecraft.item.crafting.Ingredient@74083cf6, net.minecraft.item.crafting.Ingredient@74083cf6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@74083cf6, net.minecraft.item.crafting.Ingredient@74083cf6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@74083cf6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.blue_diamond_hoe@0 new recipe: RecipeStage{tier='five', recipe=1xitem.blue_diamond_hoe@0:[net.minecraft.item.crafting.Ingredient@1791c6f2, net.minecraft.item.crafting.Ingredient@1791c6f2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@158d98d7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@158d98d7, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.blue_diamond_helmet@0 new recipe: RecipeStage{tier='five', recipe=1xitem.blue_diamond_helmet@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@60030513, net.minecraft.item.crafting.Ingredient@60030513, net.minecraft.item.crafting.Ingredient@60030513, net.minecraft.item.crafting.Ingredient@60030513, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@60030513]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.blue_diamond_chest@0 new recipe: RecipeStage{tier='five', recipe=1xitem.blue_diamond_chest@0:[net.minecraft.item.crafting.Ingredient@62a55ee8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@62a55ee8, net.minecraft.item.crafting.Ingredient@62a55ee8, net.minecraft.item.crafting.Ingredient@62a55ee8, net.minecraft.item.crafting.Ingredient@62a55ee8, net.minecraft.item.crafting.Ingredient@62a55ee8, net.minecraft.item.crafting.Ingredient@62a55ee8, net.minecraft.item.crafting.Ingredient@62a55ee8]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.blue_diamond_boots@0 new recipe: RecipeStage{tier='five', recipe=1xitem.blue_diamond_boots@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3a9c8b4d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3a9c8b4d, net.minecraft.item.crafting.Ingredient@3a9c8b4d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3a9c8b4d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.blue_diamond_axe@0 new recipe: RecipeStage{tier='five', recipe=1xitem.blue_diamond_axe@0:[net.minecraft.item.crafting.Ingredient@4eeb5877, net.minecraft.item.crafting.Ingredient@4eeb5877, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4eeb5877, net.minecraftforge.oredict.OreIngredient@158d98d7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@158d98d7, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.apple_iron@1 new recipe: RecipeStage{tier='five', recipe=1xitem.apple_iron@1:[net.minecraft.item.crafting.Ingredient@3447963f, net.minecraft.item.crafting.Ingredient@3447963f, net.minecraft.item.crafting.Ingredient@3447963f, net.minecraft.item.crafting.Ingredient@3447963f, net.minecraft.item.crafting.Ingredient@7e49001a, net.minecraft.item.crafting.Ingredient@3447963f, net.minecraft.item.crafting.Ingredient@3447963f, net.minecraft.item.crafting.Ingredient@3447963f, net.minecraft.item.crafting.Ingredient@3447963f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.apple_diamond@1 new recipe: RecipeStage{tier='five', recipe=1xitem.apple_diamond@1:[net.minecraft.item.crafting.Ingredient@7f64027d, net.minecraft.item.crafting.Ingredient@7f64027d, net.minecraft.item.crafting.Ingredient@7f64027d, net.minecraft.item.crafting.Ingredient@7f64027d, net.minecraft.item.crafting.Ingredient@49257764, net.minecraft.item.crafting.Ingredient@7f64027d, net.minecraft.item.crafting.Ingredient@7f64027d, net.minecraft.item.crafting.Ingredient@7f64027d, net.minecraft.item.crafting.Ingredient@7f64027d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.advanced_oxygen_compressor.0@4 new recipe: RecipeStage{tier='five', recipe=1xtile.advanced_oxygen_compressor.0@4:[net.minecraft.item.crafting.Ingredient@70701852, net.minecraft.item.crafting.Ingredient@22b6aed9, net.minecraft.item.crafting.Ingredient@70701852, net.minecraft.item.crafting.Ingredient@22b6aed9, net.minecraft.item.crafting.Ingredient@70701852, net.minecraft.item.crafting.Ingredient@22b6aed9, net.minecraft.item.crafting.Ingredient@70701852, net.minecraft.item.crafting.Ingredient@22b6aed9, net.minecraft.item.crafting.Ingredient@70701852]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.advanced_oxygen_compressor.0@0 new recipe: RecipeStage{tier='five', recipe=1xtile.advanced_oxygen_compressor.0@0:[net.minecraft.item.crafting.Ingredient@766929af, net.minecraft.item.crafting.Ingredient@73e79098, net.minecraft.item.crafting.Ingredient@766929af, net.minecraft.item.crafting.Ingredient@73e79098, net.minecraft.item.crafting.Ingredient@766929af, net.minecraft.item.crafting.Ingredient@73e79098, net.minecraft.item.crafting.Ingredient@766929af, net.minecraft.item.crafting.Ingredient@73e79098, net.minecraft.item.crafting.Ingredient@766929af]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 5xtile.advanced_launch_pad@3 new recipe: RecipeStage{tier='five', recipe=5xtile.advanced_launch_pad@3:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2c822c71, net.minecraft.item.crafting.Ingredient@2c822c71, net.minecraft.item.crafting.Ingredient@2c822c71, net.minecraft.item.crafting.Ingredient@22f957a9, net.minecraft.item.crafting.Ingredient@22f957a9, net.minecraft.item.crafting.Ingredient@22f957a9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 5xtile.advanced_launch_pad@2 new recipe: RecipeStage{tier='five', recipe=5xtile.advanced_launch_pad@2:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5949e69c, net.minecraft.item.crafting.Ingredient@5949e69c, net.minecraft.item.crafting.Ingredient@5949e69c, net.minecraft.item.crafting.Ingredient@3ccb2ab2, net.minecraft.item.crafting.Ingredient@3ccb2ab2, net.minecraft.item.crafting.Ingredient@3ccb2ab2]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 5xtile.advanced_launch_pad@1 new recipe: RecipeStage{tier='five', recipe=5xtile.advanced_launch_pad@1:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@10fa451b, net.minecraft.item.crafting.Ingredient@10fa451b, net.minecraft.item.crafting.Ingredient@10fa451b, net.minecraft.item.crafting.Ingredient@361e2495, net.minecraft.item.crafting.Ingredient@361e2495, net.minecraft.item.crafting.Ingredient@361e2495]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 5xtile.advanced_launch_pad@0 new recipe: RecipeStage{tier='five', recipe=5xtile.advanced_launch_pad@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7e6ad803, net.minecraft.item.crafting.Ingredient@7e6ad803, net.minecraft.item.crafting.Ingredient@7e6ad803, net.minecraft.item.crafting.Ingredient@56562106, net.minecraft.item.crafting.Ingredient@56562106, net.minecraft.item.crafting.Ingredient@56562106]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xitem.farmingforblockheads:fertilizer@0 new recipe: RecipeStage{tier='two', recipe=4xitem.farmingforblockheads:fertilizer@0:[net.minecraftforge.oredict.OreIngredient@3ae6013b, net.minecraftforge.oredict.OreIngredient@3ae6013b, net.minecraftforge.oredict.OreIngredient@3ae6013b, net.minecraftforge.oredict.OreIngredient@763c8318, net.minecraft.item.crafting.Ingredient@7050d4c, net.minecraftforge.oredict.OreIngredient@763c8318, net.minecraft.item.crafting.Ingredient@15b36af7, net.minecraft.item.crafting.Ingredient@15b36af7, net.minecraft.item.crafting.Ingredient@15b36af7]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xitem.farmingforblockheads:fertilizer@1 new recipe: RecipeStage{tier='two', recipe=4xitem.farmingforblockheads:fertilizer@1:[net.minecraftforge.oredict.OreIngredient@767c5df2, net.minecraftforge.oredict.OreIngredient@767c5df2, net.minecraftforge.oredict.OreIngredient@767c5df2, net.minecraftforge.oredict.OreIngredient@763c8318, net.minecraft.item.crafting.Ingredient@1abdb678, net.minecraftforge.oredict.OreIngredient@763c8318, net.minecraft.item.crafting.Ingredient@2b573dd3, net.minecraft.item.crafting.Ingredient@2b573dd3, net.minecraft.item.crafting.Ingredient@2b573dd3]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.farmingforblockheads:feeding_trough@0 new recipe: RecipeStage{tier='two', recipe=1xtile.farmingforblockheads:feeding_trough@0:[net.minecraftforge.oredict.OreIngredient@1eba5d88, net.minecraft.item.crafting.Ingredient@146e83a9, net.minecraftforge.oredict.OreIngredient@1eba5d88, net.minecraftforge.oredict.OreIngredient@1eba5d88, net.minecraft.item.crafting.Ingredient@614020ff, net.minecraftforge.oredict.OreIngredient@1eba5d88]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xitem.farmingforblockheads:fertilizer@2 new recipe: RecipeStage{tier='two', recipe=4xitem.farmingforblockheads:fertilizer@2:[net.minecraftforge.oredict.OreIngredient@4944ce00, net.minecraftforge.oredict.OreIngredient@4944ce00, net.minecraftforge.oredict.OreIngredient@4944ce00, net.minecraftforge.oredict.OreIngredient@763c8318, net.minecraft.item.crafting.Ingredient@488437d1, net.minecraftforge.oredict.OreIngredient@763c8318, net.minecraft.item.crafting.Ingredient@6ca4ad47, net.minecraft.item.crafting.Ingredient@6ca4ad47, net.minecraft.item.crafting.Ingredient@6ca4ad47]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.farmingforblockheads:chicken_nest@0 new recipe: RecipeStage{tier='two', recipe=1xtile.farmingforblockheads:chicken_nest@0:[net.minecraftforge.oredict.OreIngredient@1eba5d88, net.minecraft.item.crafting.Ingredient@5ea4794c, net.minecraftforge.oredict.OreIngredient@1eba5d88]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.block_stone_light@0 new recipe: RecipeStage{tier='one', recipe=1xtile.block_stone_light@0:[net.minecraft.item.crafting.Ingredient@44739be, net.minecraft.item.crafting.Ingredient@3e102b52]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.block_stone_light@6 new recipe: RecipeStage{tier='one', recipe=1xtile.block_stone_light@6:[net.minecraft.item.crafting.Ingredient@19f10b14, net.minecraft.item.crafting.Ingredient@52710d6f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.block_stone_light@4 new recipe: RecipeStage{tier='one', recipe=1xtile.block_stone_light@4:[net.minecraft.item.crafting.Ingredient@1eb99d6c, net.minecraft.item.crafting.Ingredient@62aef67b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.block_stone_light@2 new recipe: RecipeStage{tier='one', recipe=1xtile.block_stone_light@2:[net.minecraft.item.crafting.Ingredient@748fb389, net.minecraft.item.crafting.Ingredient@5972d364]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.block_stone_light@5 new recipe: RecipeStage{tier='one', recipe=1xtile.block_stone_light@5:[net.minecraft.item.crafting.Ingredient@48d6df36, net.minecraft.item.crafting.Ingredient@26bbbf5c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.block_stone_light@3 new recipe: RecipeStage{tier='one', recipe=1xtile.block_stone_light@3:[net.minecraft.item.crafting.Ingredient@7d59a398, net.minecraft.item.crafting.Ingredient@4c53b5d6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.block_stone_light@1 new recipe: RecipeStage{tier='one', recipe=1xtile.block_stone_light@1:[net.minecraft.item.crafting.Ingredient@59d56c71, net.minecraft.item.crafting.Ingredient@b7e82b1]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.block_stonebrick_light@0 new recipe: RecipeStage{tier='two', recipe=1xtile.block_stonebrick_light@0:[net.minecraft.item.crafting.Ingredient@1fcd2fe2, net.minecraft.item.crafting.Ingredient@24f73417]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.block_stonebrick_light@1 new recipe: RecipeStage{tier='two', recipe=1xtile.block_stonebrick_light@1:[net.minecraft.item.crafting.Ingredient@1febc1f1, net.minecraft.item.crafting.Ingredient@61c8ec40]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.block_stonebrick_light@2 new recipe: RecipeStage{tier='two', recipe=1xtile.block_stonebrick_light@2:[net.minecraft.item.crafting.Ingredient@54edc124, net.minecraft.item.crafting.Ingredient@186499d9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.block_stonebrick_light@3 new recipe: RecipeStage{tier='two', recipe=1xtile.block_stonebrick_light@3:[net.minecraft.item.crafting.Ingredient@723bb2ec, net.minecraft.item.crafting.Ingredient@6ae3382c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.block_sand_light@0 new recipe: RecipeStage{tier='one', recipe=1xtile.block_sand_light@0:[net.minecraft.item.crafting.Ingredient@7c7f73d6, net.minecraft.item.crafting.Ingredient@704257c2]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.block_sand_light@1 new recipe: RecipeStage{tier='one', recipe=1xtile.block_sand_light@1:[net.minecraft.item.crafting.Ingredient@21dc37c9, net.minecraft.item.crafting.Ingredient@21c6fc93]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.block_plank_light@2 new recipe: RecipeStage{tier='one', recipe=1xtile.block_plank_light@2:[net.minecraft.item.crafting.Ingredient@41d42353, net.minecraft.item.crafting.Ingredient@342bde0e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.block_plank_light@0 new recipe: RecipeStage{tier='one', recipe=1xtile.block_plank_light@0:[net.minecraft.item.crafting.Ingredient@6ebc656a, net.minecraft.item.crafting.Ingredient@30d96142]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.block_plank_light@4 new recipe: RecipeStage{tier='one', recipe=1xtile.block_plank_light@4:[net.minecraft.item.crafting.Ingredient@551d138a, net.minecraft.item.crafting.Ingredient@78991422]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.block_plank_light@3 new recipe: RecipeStage{tier='one', recipe=1xtile.block_plank_light@3:[net.minecraft.item.crafting.Ingredient@2ddebb4a, net.minecraft.item.crafting.Ingredient@769cdbd3]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.block_plank_light@1 new recipe: RecipeStage{tier='one', recipe=1xtile.block_plank_light@1:[net.minecraft.item.crafting.Ingredient@65434c9a, net.minecraft.item.crafting.Ingredient@429ec79f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.block_plank_light@5 new recipe: RecipeStage{tier='one', recipe=1xtile.block_plank_light@5:[net.minecraft.item.crafting.Ingredient@366350f8, net.minecraft.item.crafting.Ingredient@43fa74bf]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.block_metal_light@1 new recipe: RecipeStage{tier='two', recipe=1xtile.block_metal_light@1:[net.minecraft.item.crafting.Ingredient@453a85bc, net.minecraft.item.crafting.Ingredient@72680542]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.block_metal_light@3 new recipe: RecipeStage{tier='two', recipe=1xtile.block_metal_light@3:[net.minecraft.item.crafting.Ingredient@3e6321b2, net.minecraft.item.crafting.Ingredient@2a5ce732]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.block_metal_light@0 new recipe: RecipeStage{tier='two', recipe=1xtile.block_metal_light@0:[net.minecraft.item.crafting.Ingredient@62121cfd, net.minecraft.item.crafting.Ingredient@1c2cf905]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.block_metal_light@2 new recipe: RecipeStage{tier='two', recipe=1xtile.block_metal_light@2:[net.minecraft.item.crafting.Ingredient@7ce45e7a, net.minecraft.item.crafting.Ingredient@69a6d82f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.block_metal_light@4 new recipe: RecipeStage{tier='two', recipe=1xtile.block_metal_light@4:[net.minecraft.item.crafting.Ingredient@22e7da5d, net.minecraft.item.crafting.Ingredient@33c6673]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.block_log_light@2 new recipe: RecipeStage{tier='one', recipe=1xtile.block_log_light@2:[net.minecraft.item.crafting.Ingredient@6dcd8950, net.minecraft.item.crafting.Ingredient@6e4c8e7d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.block_log_light@0 new recipe: RecipeStage{tier='one', recipe=1xtile.block_log_light@0:[net.minecraft.item.crafting.Ingredient@31a83670, net.minecraft.item.crafting.Ingredient@706fa387]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.block_log_light@4 new recipe: RecipeStage{tier='one', recipe=1xtile.block_log_light@4:[net.minecraft.item.crafting.Ingredient@388173ad, net.minecraft.item.crafting.Ingredient@673885d3]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.block_log_light@3 new recipe: RecipeStage{tier='one', recipe=1xtile.block_log_light@3:[net.minecraft.item.crafting.Ingredient@5acf56b9, net.minecraft.item.crafting.Ingredient@4ab6140]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.block_log_light@1 new recipe: RecipeStage{tier='one', recipe=1xtile.block_log_light@1:[net.minecraft.item.crafting.Ingredient@309c6bd5, net.minecraft.item.crafting.Ingredient@db2ab9e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.block_log_light@5 new recipe: RecipeStage{tier='one', recipe=1xtile.block_log_light@5:[net.minecraft.item.crafting.Ingredient@3116cd3f, net.minecraft.item.crafting.Ingredient@7fba3669]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.block_gravel_light@0 new recipe: RecipeStage{tier='one', recipe=1xtile.block_gravel_light@0:[net.minecraft.item.crafting.Ingredient@ddd38be, net.minecraft.item.crafting.Ingredient@35fbf8c9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.block_flower_chest@0 new recipe: RecipeStage{tier='zero', recipe=1xtile.block_flower_chest@0:[net.minecraft.item.crafting.Ingredient@1a2e3f28, net.minecraft.item.crafting.Ingredient@1a2e3f28, net.minecraft.item.crafting.Ingredient@1a2e3f28, net.minecraft.item.crafting.Ingredient@1a2e3f28, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1a2e3f28, net.minecraft.item.crafting.Ingredient@1a2e3f28, net.minecraft.item.crafting.Ingredient@1a2e3f28, net.minecraft.item.crafting.Ingredient@1a2e3f28]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 16xtile.block_dye_glass_pane@2 new recipe: RecipeStage{tier='two', recipe=16xtile.block_dye_glass_pane@2:[net.minecraft.item.crafting.Ingredient@117f98e0, net.minecraft.item.crafting.Ingredient@117f98e0, net.minecraft.item.crafting.Ingredient@117f98e0, net.minecraft.item.crafting.Ingredient@117f98e0, net.minecraft.item.crafting.Ingredient@117f98e0, net.minecraft.item.crafting.Ingredient@117f98e0]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 16xtile.block_dye_glass_pane@3 new recipe: RecipeStage{tier='two', recipe=16xtile.block_dye_glass_pane@3:[net.minecraft.item.crafting.Ingredient@ece1724, net.minecraft.item.crafting.Ingredient@ece1724, net.minecraft.item.crafting.Ingredient@ece1724, net.minecraft.item.crafting.Ingredient@ece1724, net.minecraft.item.crafting.Ingredient@ece1724, net.minecraft.item.crafting.Ingredient@ece1724]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 16xtile.block_dye_glass_pane@0 new recipe: RecipeStage{tier='two', recipe=16xtile.block_dye_glass_pane@0:[net.minecraft.item.crafting.Ingredient@337931b0, net.minecraft.item.crafting.Ingredient@337931b0, net.minecraft.item.crafting.Ingredient@337931b0, net.minecraft.item.crafting.Ingredient@337931b0, net.minecraft.item.crafting.Ingredient@337931b0, net.minecraft.item.crafting.Ingredient@337931b0]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 16xtile.block_dye_glass_pane@12 new recipe: RecipeStage{tier='two', recipe=16xtile.block_dye_glass_pane@12:[net.minecraft.item.crafting.Ingredient@1f6379f2, net.minecraft.item.crafting.Ingredient@1f6379f2, net.minecraft.item.crafting.Ingredient@1f6379f2, net.minecraft.item.crafting.Ingredient@1f6379f2, net.minecraft.item.crafting.Ingredient@1f6379f2, net.minecraft.item.crafting.Ingredient@1f6379f2]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 16xtile.block_dye_glass_pane@15 new recipe: RecipeStage{tier='two', recipe=16xtile.block_dye_glass_pane@15:[net.minecraft.item.crafting.Ingredient@53e7aa5, net.minecraft.item.crafting.Ingredient@53e7aa5, net.minecraft.item.crafting.Ingredient@53e7aa5, net.minecraft.item.crafting.Ingredient@53e7aa5, net.minecraft.item.crafting.Ingredient@53e7aa5, net.minecraft.item.crafting.Ingredient@53e7aa5]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 16xtile.block_dye_glass_pane@1 new recipe: RecipeStage{tier='two', recipe=16xtile.block_dye_glass_pane@1:[net.minecraft.item.crafting.Ingredient@1929dd20, net.minecraft.item.crafting.Ingredient@1929dd20, net.minecraft.item.crafting.Ingredient@1929dd20, net.minecraft.item.crafting.Ingredient@1929dd20, net.minecraft.item.crafting.Ingredient@1929dd20, net.minecraft.item.crafting.Ingredient@1929dd20]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 16xtile.block_dye_glass_pane@14 new recipe: RecipeStage{tier='two', recipe=16xtile.block_dye_glass_pane@14:[net.minecraft.item.crafting.Ingredient@6b0b6e51, net.minecraft.item.crafting.Ingredient@6b0b6e51, net.minecraft.item.crafting.Ingredient@6b0b6e51, net.minecraft.item.crafting.Ingredient@6b0b6e51, net.minecraft.item.crafting.Ingredient@6b0b6e51, net.minecraft.item.crafting.Ingredient@6b0b6e51]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 16xtile.block_dye_glass_pane@4 new recipe: RecipeStage{tier='two', recipe=16xtile.block_dye_glass_pane@4:[net.minecraft.item.crafting.Ingredient@529d1bb6, net.minecraft.item.crafting.Ingredient@529d1bb6, net.minecraft.item.crafting.Ingredient@529d1bb6, net.minecraft.item.crafting.Ingredient@529d1bb6, net.minecraft.item.crafting.Ingredient@529d1bb6, net.minecraft.item.crafting.Ingredient@529d1bb6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 16xtile.block_dye_glass_pane@8 new recipe: RecipeStage{tier='two', recipe=16xtile.block_dye_glass_pane@8:[net.minecraft.item.crafting.Ingredient@3cc0b44b, net.minecraft.item.crafting.Ingredient@3cc0b44b, net.minecraft.item.crafting.Ingredient@3cc0b44b, net.minecraft.item.crafting.Ingredient@3cc0b44b, net.minecraft.item.crafting.Ingredient@3cc0b44b, net.minecraft.item.crafting.Ingredient@3cc0b44b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 16xtile.block_dye_glass_pane@13 new recipe: RecipeStage{tier='two', recipe=16xtile.block_dye_glass_pane@13:[net.minecraft.item.crafting.Ingredient@3d315906, net.minecraft.item.crafting.Ingredient@3d315906, net.minecraft.item.crafting.Ingredient@3d315906, net.minecraft.item.crafting.Ingredient@3d315906, net.minecraft.item.crafting.Ingredient@3d315906, net.minecraft.item.crafting.Ingredient@3d315906]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 16xtile.block_dye_glass_pane@5 new recipe: RecipeStage{tier='two', recipe=16xtile.block_dye_glass_pane@5:[net.minecraft.item.crafting.Ingredient@7eb3e12e, net.minecraft.item.crafting.Ingredient@7eb3e12e, net.minecraft.item.crafting.Ingredient@7eb3e12e, net.minecraft.item.crafting.Ingredient@7eb3e12e, net.minecraft.item.crafting.Ingredient@7eb3e12e, net.minecraft.item.crafting.Ingredient@7eb3e12e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 16xtile.block_dye_glass_pane@7 new recipe: RecipeStage{tier='two', recipe=16xtile.block_dye_glass_pane@7:[net.minecraft.item.crafting.Ingredient@64f132d6, net.minecraft.item.crafting.Ingredient@64f132d6, net.minecraft.item.crafting.Ingredient@64f132d6, net.minecraft.item.crafting.Ingredient@64f132d6, net.minecraft.item.crafting.Ingredient@64f132d6, net.minecraft.item.crafting.Ingredient@64f132d6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 16xtile.block_dye_glass_pane@11 new recipe: RecipeStage{tier='two', recipe=16xtile.block_dye_glass_pane@11:[net.minecraft.item.crafting.Ingredient@79b63b19, net.minecraft.item.crafting.Ingredient@79b63b19, net.minecraft.item.crafting.Ingredient@79b63b19, net.minecraft.item.crafting.Ingredient@79b63b19, net.minecraft.item.crafting.Ingredient@79b63b19, net.minecraft.item.crafting.Ingredient@79b63b19]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 16xtile.block_dye_glass_pane@6 new recipe: RecipeStage{tier='two', recipe=16xtile.block_dye_glass_pane@6:[net.minecraft.item.crafting.Ingredient@4ceb3fb, net.minecraft.item.crafting.Ingredient@4ceb3fb, net.minecraft.item.crafting.Ingredient@4ceb3fb, net.minecraft.item.crafting.Ingredient@4ceb3fb, net.minecraft.item.crafting.Ingredient@4ceb3fb, net.minecraft.item.crafting.Ingredient@4ceb3fb]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 16xtile.block_dye_glass_pane@9 new recipe: RecipeStage{tier='two', recipe=16xtile.block_dye_glass_pane@9:[net.minecraft.item.crafting.Ingredient@34f1f384, net.minecraft.item.crafting.Ingredient@34f1f384, net.minecraft.item.crafting.Ingredient@34f1f384, net.minecraft.item.crafting.Ingredient@34f1f384, net.minecraft.item.crafting.Ingredient@34f1f384, net.minecraft.item.crafting.Ingredient@34f1f384]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 16xtile.block_dye_glass_pane@10 new recipe: RecipeStage{tier='two', recipe=16xtile.block_dye_glass_pane@10:[net.minecraft.item.crafting.Ingredient@116a556a, net.minecraft.item.crafting.Ingredient@116a556a, net.minecraft.item.crafting.Ingredient@116a556a, net.minecraft.item.crafting.Ingredient@116a556a, net.minecraft.item.crafting.Ingredient@116a556a, net.minecraft.item.crafting.Ingredient@116a556a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.block_dirt_light@0 new recipe: RecipeStage{tier='one', recipe=1xtile.block_dirt_light@0:[net.minecraft.item.crafting.Ingredient@3965f9a2, net.minecraft.item.crafting.Ingredient@20f0ed5a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.block_dirt_light@1 new recipe: RecipeStage{tier='one', recipe=1xtile.block_dirt_light@1:[net.minecraft.item.crafting.Ingredient@1ffed4bd, net.minecraft.item.crafting.Ingredient@a3eeb66]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.block_cobble_light@1 new recipe: RecipeStage{tier='one', recipe=1xtile.block_cobble_light@1:[net.minecraft.item.crafting.Ingredient@7a6a596b, net.minecraft.item.crafting.Ingredient@73e42ec]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.block_cobble_light@0 new recipe: RecipeStage{tier='one', recipe=1xtile.block_cobble_light@0:[net.minecraft.item.crafting.Ingredient@2071336a, net.minecraft.item.crafting.Ingredient@36fbbf9f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.block_cff_doublesp@5 new recipe: RecipeStage{tier='zero', recipe=1xtile.block_cff_doublesp@5:[net.minecraft.item.crafting.Ingredient@25a528c7, net.minecraft.item.crafting.Ingredient@bdf2774, net.minecraft.item.crafting.Ingredient@25a528c7, net.minecraft.item.crafting.Ingredient@25a528c7, net.minecraft.item.crafting.Ingredient@2c3c1ab2, net.minecraft.item.crafting.Ingredient@25a528c7]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.block_cff_doublesp@3 new recipe: RecipeStage{tier='zero', recipe=1xtile.block_cff_doublesp@3:[net.minecraft.item.crafting.Ingredient@368479e6, net.minecraft.item.crafting.Ingredient@763d1a89, net.minecraft.item.crafting.Ingredient@368479e6, net.minecraft.item.crafting.Ingredient@368479e6, net.minecraft.item.crafting.Ingredient@4502873e, net.minecraft.item.crafting.Ingredient@368479e6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.block_cff_doublesp@4 new recipe: RecipeStage{tier='zero', recipe=1xtile.block_cff_doublesp@4:[net.minecraft.item.crafting.Ingredient@6dbea75d, net.minecraft.item.crafting.Ingredient@3024a2e4, net.minecraft.item.crafting.Ingredient@6dbea75d, net.minecraft.item.crafting.Ingredient@6dbea75d, net.minecraft.item.crafting.Ingredient@827c4aa, net.minecraft.item.crafting.Ingredient@6dbea75d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.block_cff_doublesp@1 new recipe: RecipeStage{tier='zero', recipe=1xtile.block_cff_doublesp@1:[net.minecraft.item.crafting.Ingredient@288285b3, net.minecraft.item.crafting.Ingredient@58b7cc16, net.minecraft.item.crafting.Ingredient@288285b3, net.minecraft.item.crafting.Ingredient@288285b3, net.minecraft.item.crafting.Ingredient@562b8d17, net.minecraft.item.crafting.Ingredient@288285b3]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.block_cff_doublesp@2 new recipe: RecipeStage{tier='zero', recipe=1xtile.block_cff_doublesp@2:[net.minecraft.item.crafting.Ingredient@285a87f7, net.minecraft.item.crafting.Ingredient@5fc20ede, net.minecraft.item.crafting.Ingredient@285a87f7, net.minecraft.item.crafting.Ingredient@285a87f7, net.minecraft.item.crafting.Ingredient@9851a51, net.minecraft.item.crafting.Ingredient@285a87f7]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.block_cff_doublesp@0 new recipe: RecipeStage{tier='zero', recipe=1xtile.block_cff_doublesp@0:[net.minecraft.item.crafting.Ingredient@269333ef, net.minecraft.item.crafting.Ingredient@2dd24ca7, net.minecraft.item.crafting.Ingredient@269333ef, net.minecraft.item.crafting.Ingredient@269333ef, net.minecraft.item.crafting.Ingredient@10ded543, net.minecraft.item.crafting.Ingredient@269333ef]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.block_cff_dark@1 new recipe: RecipeStage{tier='zero', recipe=1xtile.block_cff_dark@1:[net.minecraft.item.crafting.Ingredient@7b9f3b66, net.minecraft.item.crafting.Ingredient@7b9f3b66, net.minecraft.item.crafting.Ingredient@7b9f3b66, net.minecraft.item.crafting.Ingredient@7b9f3b66, net.minecraft.item.crafting.Ingredient@7b9f3b66, net.minecraft.item.crafting.Ingredient@7b9f3b66, net.minecraft.item.crafting.Ingredient@7b9f3b66, net.minecraft.item.crafting.Ingredient@7b9f3b66, net.minecraft.item.crafting.Ingredient@7b9f3b66]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.block_birthday@0 new recipe: RecipeStage{tier='three', recipe=1xtile.block_birthday@0:[net.minecraft.item.crafting.Ingredient@69ba41b9, net.minecraft.item.crafting.Ingredient@69ba41b9, net.minecraft.item.crafting.Ingredient@69ba41b9, net.minecraft.item.crafting.Ingredient@7e8e5baa, net.minecraft.item.crafting.Ingredient@24620cb5, net.minecraft.item.crafting.Ingredient@7e8e5baa, net.minecraft.item.crafting.Ingredient@1fee2178, net.minecraft.item.crafting.Ingredient@591df6d0, net.minecraft.item.crafting.Ingredient@1fee2178]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xtile.immcraft.rock@0 new recipe: RecipeStage{tier='tutorial', recipe=9xtile.immcraft.rock@0:[net.minecraft.item.crafting.Ingredient@5d69e65d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.immersivepetroleum.schematic@0 new recipe: RecipeStage{tier='three', recipe=1xitem.immersivepetroleum.schematic@0:[net.minecraftforge.oredict.OreIngredient@5900c207, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@24d2b927, net.minecraft.item.crafting.Ingredient@3081dc42, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@24d2b927, net.minecraftforge.oredict.OreIngredient@d9b42bd]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.immersivepetroleum.oil_can@0 new recipe: RecipeStage{tier='three', recipe=1xitem.immersivepetroleum.oil_can@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@16c49cda, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@29713557, net.minecraft.item.crafting.Ingredient@4290b425, net.minecraftforge.oredict.OreIngredient@29713557]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 12xtile.immersivepetroleum.stone_decoration@0 new recipe: RecipeStage{tier='three', recipe=12xtile.immersivepetroleum.stone_decoration@0:[net.minecraftforge.oredict.OreIngredient@c61d31a, net.minecraft.item.crafting.Ingredient@17442a0, net.minecraftforge.oredict.OreIngredient@c61d31a, net.minecraft.item.crafting.Ingredient@6dfba903, blusunrize.immersiveengineering.common.crafting.IngredientFluidStack@2a7992f1, net.minecraft.item.crafting.Ingredient@6dfba903, net.minecraftforge.oredict.OreIngredient@c61d31a, net.minecraft.item.crafting.Ingredient@17442a0, net.minecraftforge.oredict.OreIngredient@c61d31a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.immersivepetroleum.stone_decoration@0 new recipe: RecipeStage{tier='three', recipe=8xtile.immersivepetroleum.stone_decoration@0:[net.minecraftforge.oredict.OreIngredient@5a0fc71f, net.minecraft.item.crafting.Ingredient@17442a0, net.minecraftforge.oredict.OreIngredient@5a0fc71f, net.minecraft.item.crafting.Ingredient@3044f8e2, blusunrize.immersiveengineering.common.crafting.IngredientFluidStack@56436d7b, net.minecraft.item.crafting.Ingredient@3044f8e2, net.minecraftforge.oredict.OreIngredient@5a0fc71f, net.minecraft.item.crafting.Ingredient@17442a0, net.minecraftforge.oredict.OreIngredient@5a0fc71f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.immersivepetroleum.speedboat@0 new recipe: RecipeStage{tier='three', recipe=1xitem.immersivepetroleum.speedboat@0:[net.minecraftforge.oredict.OreIngredient@d9b42bd, net.minecraft.item.crafting.Ingredient@5d6be1f6, net.minecraft.item.crafting.Ingredient@24eabc22, net.minecraftforge.oredict.OreIngredient@d9b42bd, net.minecraftforge.oredict.OreIngredient@d9b42bd, net.minecraftforge.oredict.OreIngredient@d9b42bd]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.immersivepetroleum.upgrades@0 new recipe: RecipeStage{tier='three', recipe=1xitem.immersivepetroleum.upgrades@0:[net.minecraftforge.oredict.OreIngredient@7f1c6556, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7f1c6556, net.minecraftforge.oredict.OreIngredient@7f1c6556, net.minecraftforge.oredict.OreIngredient@53a7692a, net.minecraftforge.oredict.OreIngredient@7f1c6556]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.immersiveengineering.toolupgrade@1 new recipe: RecipeStage{tier='three', recipe=1xitem.immersiveengineering.toolupgrade@1:[blusunrize.immersiveengineering.common.crafting.IngredientFluidStack@f27ec0a, net.minecraftforge.oredict.OreIngredient@24d2b927, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@24d2b927, blusunrize.immersiveengineering.common.crafting.IngredientFluidStack@f27ec0a, net.minecraftforge.oredict.OreIngredient@24d2b927, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@24d2b927, net.minecraft.item.crafting.Ingredient@5d6be1f6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.immersivepetroleum.metal_device@0 new recipe: RecipeStage{tier='three', recipe=1xtile.immersivepetroleum.metal_device@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7c8a89ca, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7c8a89ca, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7c8a89ca, net.minecraftforge.oredict.OreIngredient@d9b42bd, net.minecraft.item.crafting.Ingredient@760165d7, net.minecraftforge.oredict.OreIngredient@d9b42bd]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.immersivetech.stone_decoration@0 new recipe: RecipeStage{tier='three', recipe=1xtile.immersivetech.stone_decoration@0:[net.minecraftforge.oredict.OreIngredient@68610488, net.minecraft.item.crafting.Ingredient@32337b47]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.immersivetech.metal_device@0 new recipe: RecipeStage{tier='three', recipe=1xtile.immersivetech.metal_device@0:[net.minecraftforge.oredict.OreIngredient@f3388fc, net.minecraftforge.oredict.OreIngredient@f3388fc, net.minecraftforge.oredict.OreIngredient@f3388fc, net.minecraft.item.crafting.Ingredient@cfc644, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@cfc644, net.minecraftforge.oredict.OreIngredient@f3388fc, net.minecraftforge.oredict.OreIngredient@f3388fc, net.minecraftforge.oredict.OreIngredient@f3388fc]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.immersivetech.connectors@0 new recipe: RecipeStage{tier='three', recipe=1xtile.immersivetech.connectors@0:[net.minecraftforge.oredict.OreIngredient@549edcb0, net.minecraft.item.crafting.Ingredient@9c85c38, net.minecraftforge.oredict.OreIngredient@549edcb0, net.minecraft.item.crafting.Ingredient@2a6072f8, net.minecraft.item.crafting.Ingredient@2a6072f8, net.minecraft.item.crafting.Ingredient@2a6072f8, net.minecraftforge.oredict.OreIngredient@549edcb0, net.minecraftforge.oredict.OreIngredient@13ad1d8f, net.minecraftforge.oredict.OreIngredient@549edcb0]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.teslacorelib.wrench@0 new recipe: RecipeStage{tier='four', recipe=1xitem.teslacorelib.wrench@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6823d070, net.minecraftforge.oredict.OreIngredient@2b24f072, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2b24f072, net.minecraftforge.oredict.OreIngredient@61fd9236, net.minecraftforge.oredict.OreIngredient@2b24f072, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.teslacorelib.speed_tier2@0 new recipe: RecipeStage{tier='four', recipe=1xitem.teslacorelib.speed_tier2@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5b83af98, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5b83af98, net.minecraft.item.crafting.Ingredient@48b9eef0, net.minecraftforge.oredict.OreIngredient@5b83af98, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5b83af98, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.teslacorelib.speed_tier2@0 new recipe: RecipeStage{tier='four', recipe=1xitem.teslacorelib.speed_tier2@0:[net.minecraftforge.oredict.OreIngredient@5bbd466e, net.minecraftforge.oredict.OreIngredient@74c99b32, net.minecraftforge.oredict.OreIngredient@5bbd466e, net.minecraftforge.oredict.OreIngredient@5bbd466e, net.minecraft.item.crafting.Ingredient@7069cabb, net.minecraftforge.oredict.OreIngredient@5bbd466e, net.minecraftforge.oredict.OreIngredient@5bbd466e, net.minecraftforge.oredict.OreIngredient@74c99b32, net.minecraftforge.oredict.OreIngredient@5bbd466e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.teslacorelib.speed_tier1@0 new recipe: RecipeStage{tier='four', recipe=1xitem.teslacorelib.speed_tier1@0:[net.minecraftforge.oredict.OreIngredient@5fb734fa, net.minecraftforge.oredict.OreIngredient@2e461042, net.minecraftforge.oredict.OreIngredient@5fb734fa, net.minecraftforge.oredict.OreIngredient@5fb734fa, net.minecraft.item.crafting.Ingredient@1a892a7, net.minecraftforge.oredict.OreIngredient@5fb734fa, net.minecraftforge.oredict.OreIngredient@5fb734fa, net.minecraftforge.oredict.OreIngredient@2e461042, net.minecraftforge.oredict.OreIngredient@5fb734fa]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.teslacorelib.gear_stone@0 new recipe: RecipeStage{tier='one', recipe=1xitem.teslacorelib.gear_stone@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@56ce37b0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@56ce37b0, net.minecraftforge.oredict.OreIngredient@485432d1, net.minecraft.item.crafting.Ingredient@56ce37b0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@56ce37b0, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.teslacorelib.energy_tier2@0 new recipe: RecipeStage{tier='four', recipe=1xitem.teslacorelib.energy_tier2@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6353819f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6353819f, net.minecraft.item.crafting.Ingredient@78db3af, net.minecraftforge.oredict.OreIngredient@6353819f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6353819f, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.teslacorelib.energy_tier2@0 new recipe: RecipeStage{tier='four', recipe=1xitem.teslacorelib.energy_tier2@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@176f1cae, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@13d5b5f2, net.minecraft.item.crafting.Ingredient@d896d6e, net.minecraftforge.oredict.OreIngredient@13d5b5f2, net.minecraftforge.oredict.OreIngredient@13d5b5f2, net.minecraftforge.oredict.OreIngredient@13d5b5f2, net.minecraftforge.oredict.OreIngredient@13d5b5f2]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.teslacorelib.energy_tier1@0 new recipe: RecipeStage{tier='four', recipe=1xitem.teslacorelib.energy_tier1@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@59c4a787, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@160aaae2, net.minecraft.item.crafting.Ingredient@38d57067, net.minecraftforge.oredict.OreIngredient@160aaae2, net.minecraftforge.oredict.OreIngredient@160aaae2, net.minecraftforge.oredict.OreIngredient@160aaae2, net.minecraftforge.oredict.OreIngredient@160aaae2]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.teslacorelib.base_addon@0 new recipe: RecipeStage{tier='four', recipe=1xitem.teslacorelib.base_addon@0:[net.minecraftforge.oredict.OreIngredient@1d1f704a, net.minecraftforge.oredict.OreIngredient@3720cf37, net.minecraftforge.oredict.OreIngredient@1d1f704a, net.minecraftforge.oredict.OreIngredient@1d1f704a, net.minecraftforge.oredict.OreIngredient@1d1f704a, net.minecraftforge.oredict.OreIngredient@1d1f704a, net.minecraftforge.oredict.OreIngredient@1d1f704a, net.minecraftforge.oredict.OreIngredient@3720cf37, net.minecraftforge.oredict.OreIngredient@1d1f704a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.industrialforegoing.conveyor@4 new recipe: RecipeStage{tier='three', recipe=8xtile.industrialforegoing.conveyor@4:[net.minecraft.item.crafting.Ingredient@1e3f63a3, net.minecraft.item.crafting.Ingredient@1e3f63a3, net.minecraft.item.crafting.Ingredient@1e3f63a3, net.minecraft.item.crafting.Ingredient@1e3f63a3, net.minecraftforge.oredict.OreIngredient@4ddd2f38, net.minecraft.item.crafting.Ingredient@1e3f63a3, net.minecraft.item.crafting.Ingredient@1e3f63a3, net.minecraft.item.crafting.Ingredient@1e3f63a3, net.minecraft.item.crafting.Ingredient@1e3f63a3]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.industrialforegoing.wither_builder@0 new recipe: RecipeStage{tier='four', recipe=1xtile.industrialforegoing.wither_builder@0:[net.minecraft.item.crafting.Ingredient@3691c37f, net.minecraft.item.crafting.Ingredient@36d82185, net.minecraft.item.crafting.Ingredient@3691c37f, net.minecraft.item.crafting.Ingredient@6c3f0d4, net.minecraft.item.crafting.Ingredient@140be3f3, net.minecraft.item.crafting.Ingredient@6c3f0d4, net.minecraft.item.crafting.Ingredient@73bc4531, net.minecraft.item.crafting.Ingredient@73bc4531, net.minecraft.item.crafting.Ingredient@73bc4531]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.industrialforegoing.range_addon@2 new recipe: RecipeStage{tier='four', recipe=1xitem.industrialforegoing.range_addon@2:[net.minecraftforge.oredict.OreIngredient@5015f188, net.minecraft.item.crafting.Ingredient@6fbe7561, net.minecraftforge.oredict.OreIngredient@5015f188, net.minecraftforge.oredict.OreIngredient@5015f188, net.minecraftforge.oredict.OreIngredient@333f043f, net.minecraftforge.oredict.OreIngredient@5015f188, net.minecraftforge.oredict.OreIngredient@5015f188, net.minecraft.item.crafting.Ingredient@6fbe7561, net.minecraftforge.oredict.OreIngredient@5015f188]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.industrialforegoing.animal_byproduct_recolector@0 new recipe: RecipeStage{tier='four', recipe=1xtile.industrialforegoing.animal_byproduct_recolector@0:[net.minecraft.item.crafting.Ingredient@262cf4f9, net.minecraft.item.crafting.Ingredient@7311170d, net.minecraft.item.crafting.Ingredient@262cf4f9, net.minecraft.item.crafting.Ingredient@2ec6b2dc, net.minecraft.item.crafting.Ingredient@325bbeaa, net.minecraft.item.crafting.Ingredient@2ec6b2dc, net.minecraft.item.crafting.Ingredient@2ec6b2dc, net.minecraft.item.crafting.Ingredient@657f6000, net.minecraft.item.crafting.Ingredient@2ec6b2dc]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.industrialforegoing.range_addon@4 new recipe: RecipeStage{tier='four', recipe=1xitem.industrialforegoing.range_addon@4:[net.minecraftforge.oredict.OreIngredient@4e0272a0, net.minecraft.item.crafting.Ingredient@3b404a8f, net.minecraftforge.oredict.OreIngredient@4e0272a0, net.minecraftforge.oredict.OreIngredient@4e0272a0, net.minecraftforge.oredict.OreIngredient@333f043f, net.minecraftforge.oredict.OreIngredient@4e0272a0, net.minecraftforge.oredict.OreIngredient@4e0272a0, net.minecraft.item.crafting.Ingredient@3b404a8f, net.minecraftforge.oredict.OreIngredient@4e0272a0]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.industrialforegoing.conveyor@14 new recipe: RecipeStage{tier='three', recipe=8xtile.industrialforegoing.conveyor@14:[net.minecraft.item.crafting.Ingredient@60a95d20, net.minecraft.item.crafting.Ingredient@60a95d20, net.minecraft.item.crafting.Ingredient@60a95d20, net.minecraft.item.crafting.Ingredient@60a95d20, net.minecraftforge.oredict.OreIngredient@5eb76f1a, net.minecraft.item.crafting.Ingredient@60a95d20, net.minecraft.item.crafting.Ingredient@60a95d20, net.minecraft.item.crafting.Ingredient@60a95d20, net.minecraft.item.crafting.Ingredient@60a95d20]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.industrialforegoing_conveyor_upgrade@3 new recipe: RecipeStage{tier='three', recipe=1xitem.industrialforegoing_conveyor_upgrade@3:[net.minecraftforge.oredict.OreIngredient@5015f188, net.minecraft.item.crafting.Ingredient@90950e3, net.minecraftforge.oredict.OreIngredient@5015f188, net.minecraftforge.oredict.OreIngredient@5015f188, net.minecraft.item.crafting.Ingredient@1cbac99e, net.minecraftforge.oredict.OreIngredient@5015f188, net.minecraftforge.oredict.OreIngredient@5015f188, net.minecraft.item.crafting.Ingredient@705f89ac, net.minecraftforge.oredict.OreIngredient@5015f188]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.industrialforegoing.mob_detector@0 new recipe: RecipeStage{tier='four', recipe=1xtile.industrialforegoing.mob_detector@0:[net.minecraft.item.crafting.Ingredient@1c4bfe21, net.minecraft.item.crafting.Ingredient@1c4bfe21, net.minecraft.item.crafting.Ingredient@1c4bfe21, net.minecraft.item.crafting.Ingredient@4e2bcf76, net.minecraft.item.crafting.Ingredient@3d9b192c, net.minecraft.item.crafting.Ingredient@4e2bcf76, net.minecraft.item.crafting.Ingredient@5cce2890, net.minecraft.item.crafting.Ingredient@1f376fde, net.minecraft.item.crafting.Ingredient@5cce2890]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.industrialforegoing_conveyor_upgrade@2 new recipe: RecipeStage{tier='three', recipe=1xitem.industrialforegoing_conveyor_upgrade@2:[net.minecraftforge.oredict.OreIngredient@5015f188, net.minecraft.item.crafting.Ingredient@638a9847, net.minecraftforge.oredict.OreIngredient@5015f188, net.minecraftforge.oredict.OreIngredient@5015f188, net.minecraft.item.crafting.Ingredient@3f349eb5, net.minecraftforge.oredict.OreIngredient@5015f188, net.minecraftforge.oredict.OreIngredient@5015f188, net.minecraft.item.crafting.Ingredient@565131cc, net.minecraftforge.oredict.OreIngredient@5015f188]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.industrialforegoing.water_condensator@0 new recipe: RecipeStage{tier='four', recipe=1xtile.industrialforegoing.water_condensator@0:[net.minecraft.item.crafting.Ingredient@38072c05, net.minecraft.item.crafting.Ingredient@7cb703d1, net.minecraft.item.crafting.Ingredient@38072c05, net.minecraft.item.crafting.Ingredient@37645555, net.minecraft.item.crafting.Ingredient@7d517f46, net.minecraft.item.crafting.Ingredient@37645555, net.minecraftforge.oredict.OreIngredient@40655b28, net.minecraft.item.crafting.Ingredient@377b5406, net.minecraftforge.oredict.OreIngredient@40655b28]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.industrialforegoing.itemstack_transfer_addon@0 new recipe: RecipeStage{tier='four', recipe=1xitem.industrialforegoing.itemstack_transfer_addon@0:[net.minecraft.item.crafting.Ingredient@3af245f, net.minecraftforge.oredict.OreIngredient@6a960364, net.minecraft.item.crafting.Ingredient@3af245f, net.minecraftforge.oredict.OreIngredient@3e529ed8, net.minecraft.item.crafting.Ingredient@7b0959d2, net.minecraftforge.oredict.OreIngredient@3e529ed8, net.minecraft.item.crafting.Ingredient@3af245f, net.minecraftforge.oredict.OreIngredient@6a960364, net.minecraft.item.crafting.Ingredient@3af245f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.industrialforegoing.fluid_transfer_addon@0 new recipe: RecipeStage{tier='four', recipe=1xitem.industrialforegoing.fluid_transfer_addon@0:[net.minecraft.item.crafting.Ingredient@7a1a49bf, net.minecraft.item.crafting.Ingredient@54652333, net.minecraft.item.crafting.Ingredient@7a1a49bf, net.minecraftforge.oredict.OreIngredient@327e2aa7, net.minecraft.item.crafting.Ingredient@49a90e6f, net.minecraftforge.oredict.OreIngredient@327e2aa7, net.minecraft.item.crafting.Ingredient@7a1a49bf, net.minecraft.item.crafting.Ingredient@54652333, net.minecraft.item.crafting.Ingredient@7a1a49bf]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.industrialforegoing.energy_field_addon@0 new recipe: RecipeStage{tier='four', recipe=1xitem.industrialforegoing.energy_field_addon@0:[net.minecraft.item.crafting.Ingredient@3a815479, net.minecraft.item.crafting.Ingredient@fe85b64, net.minecraft.item.crafting.Ingredient@3a815479, net.minecraft.item.crafting.Ingredient@fe85b64, net.minecraft.item.crafting.Ingredient@58ab9c6b, net.minecraft.item.crafting.Ingredient@fe85b64, net.minecraft.item.crafting.Ingredient@3a815479, net.minecraft.item.crafting.Ingredient@fe85b64, net.minecraft.item.crafting.Ingredient@3a815479]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.industrialforegoing.range_addon@0 new recipe: RecipeStage{tier='four', recipe=1xitem.industrialforegoing.range_addon@0:[net.minecraft.item.crafting.Ingredient@355cc944, net.minecraft.item.crafting.Ingredient@3b9075b, net.minecraft.item.crafting.Ingredient@355cc944, net.minecraft.item.crafting.Ingredient@355cc944, net.minecraftforge.oredict.OreIngredient@333f043f, net.minecraft.item.crafting.Ingredient@355cc944, net.minecraft.item.crafting.Ingredient@355cc944, net.minecraft.item.crafting.Ingredient@3b9075b, net.minecraft.item.crafting.Ingredient@355cc944]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.industrialforegoing.conveyor@13 new recipe: RecipeStage{tier='three', recipe=8xtile.industrialforegoing.conveyor@13:[net.minecraft.item.crafting.Ingredient@6db4ba28, net.minecraft.item.crafting.Ingredient@6db4ba28, net.minecraft.item.crafting.Ingredient@6db4ba28, net.minecraft.item.crafting.Ingredient@6db4ba28, net.minecraftforge.oredict.OreIngredient@54b51b36, net.minecraft.item.crafting.Ingredient@6db4ba28, net.minecraft.item.crafting.Ingredient@6db4ba28, net.minecraft.item.crafting.Ingredient@6db4ba28, net.minecraft.item.crafting.Ingredient@6db4ba28]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.industrialforegoing_conveyor_upgrade@6 new recipe: RecipeStage{tier='three', recipe=1xitem.industrialforegoing_conveyor_upgrade@6:[net.minecraftforge.oredict.OreIngredient@5015f188, net.minecraft.item.crafting.Ingredient@7fd67edf, net.minecraftforge.oredict.OreIngredient@5015f188, net.minecraftforge.oredict.OreIngredient@5015f188, net.minecraft.item.crafting.Ingredient@563072b8, net.minecraftforge.oredict.OreIngredient@5015f188, net.minecraftforge.oredict.OreIngredient@5015f188, net.minecraft.item.crafting.Ingredient@7fd67edf, net.minecraftforge.oredict.OreIngredient@5015f188]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.industrialforegoing.block_destroyer@0 new recipe: RecipeStage{tier='four', recipe=1xtile.industrialforegoing.block_destroyer@0:[net.minecraft.item.crafting.Ingredient@15400cd8, net.minecraftforge.oredict.OreIngredient@64e51c63, net.minecraft.item.crafting.Ingredient@15400cd8, net.minecraft.item.crafting.Ingredient@750cd10e, net.minecraft.item.crafting.Ingredient@49c45853, net.minecraft.item.crafting.Ingredient@5cf7a9d9, net.minecraftforge.oredict.OreIngredient@40655b28, net.minecraft.item.crafting.Ingredient@1c19b7ad, net.minecraftforge.oredict.OreIngredient@40655b28]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.industrialforegoing.black_hole_unit@0 new recipe: RecipeStage{tier='five', recipe=1xtile.industrialforegoing.black_hole_unit@0:[net.minecraft.item.crafting.Ingredient@11316ec, net.minecraft.item.crafting.Ingredient@11316ec, net.minecraft.item.crafting.Ingredient@11316ec, net.minecraft.item.crafting.Ingredient@7b1dca52, net.minecraft.item.crafting.Ingredient@4027374e, net.minecraft.item.crafting.Ingredient@7b1dca52, net.minecraftforge.oredict.OreIngredient@6a960364, net.minecraft.item.crafting.Ingredient@67961fcc, net.minecraftforge.oredict.OreIngredient@6a960364]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.industrialforegoing.hydrator@0 new recipe: RecipeStage{tier='four', recipe=1xtile.industrialforegoing.hydrator@0:[net.minecraft.item.crafting.Ingredient@1abf6f01, net.minecraft.item.crafting.Ingredient@35007529, net.minecraft.item.crafting.Ingredient@1abf6f01, net.minecraft.item.crafting.Ingredient@201cbc86, net.minecraft.item.crafting.Ingredient@57d53e32, net.minecraft.item.crafting.Ingredient@201cbc86, net.minecraftforge.oredict.OreIngredient@40655b28, net.minecraft.item.crafting.Ingredient@3673889a, net.minecraftforge.oredict.OreIngredient@40655b28]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.industrialforegoing.black_hole_tank@0 new recipe: RecipeStage{tier='five', recipe=1xtile.industrialforegoing.black_hole_tank@0:[net.minecraft.item.crafting.Ingredient@10fd47bf]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.industrialforegoing.bioreactor@0 new recipe: RecipeStage{tier='four', recipe=1xtile.industrialforegoing.bioreactor@0:[net.minecraft.item.crafting.Ingredient@1961b394, net.minecraft.item.crafting.Ingredient@6efbf9e7, net.minecraft.item.crafting.Ingredient@1961b394, net.minecraft.item.crafting.Ingredient@47f3e48b, net.minecraft.item.crafting.Ingredient@8638172, net.minecraft.item.crafting.Ingredient@47f3e48b, net.minecraft.item.crafting.Ingredient@666013d1, net.minecraft.item.crafting.Ingredient@7a921832, net.minecraft.item.crafting.Ingredient@666013d1]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.industrialforegoing.black_hole_tank@0 new recipe: RecipeStage{tier='five', recipe=1xtile.industrialforegoing.black_hole_tank@0:[net.minecraft.item.crafting.Ingredient@551643e0, net.minecraft.item.crafting.Ingredient@551643e0, net.minecraft.item.crafting.Ingredient@551643e0, net.minecraft.item.crafting.Ingredient@6be10836, net.minecraft.item.crafting.Ingredient@4e2c883a, net.minecraft.item.crafting.Ingredient@6be10836, net.minecraft.item.crafting.Ingredient@3d1d4d5e, net.minecraft.item.crafting.Ingredient@c8f4fe9, net.minecraft.item.crafting.Ingredient@3d1d4d5e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.industrialforegoing.conveyor@12 new recipe: RecipeStage{tier='three', recipe=8xtile.industrialforegoing.conveyor@12:[net.minecraft.item.crafting.Ingredient@7f255bd0, net.minecraft.item.crafting.Ingredient@7f255bd0, net.minecraft.item.crafting.Ingredient@7f255bd0, net.minecraft.item.crafting.Ingredient@7f255bd0, net.minecraftforge.oredict.OreIngredient@2ad98e81, net.minecraft.item.crafting.Ingredient@7f255bd0, net.minecraft.item.crafting.Ingredient@7f255bd0, net.minecraft.item.crafting.Ingredient@7f255bd0, net.minecraft.item.crafting.Ingredient@7f255bd0]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.industrialforegoing.adult_filter@0 new recipe: RecipeStage{tier='four', recipe=1xitem.industrialforegoing.adult_filter@0:[net.minecraftforge.oredict.OreIngredient@6c352da1, net.minecraft.item.crafting.Ingredient@12861b17, net.minecraftforge.oredict.OreIngredient@6c352da1, net.minecraftforge.oredict.OreIngredient@6c352da1, net.minecraftforge.oredict.OreIngredient@758404cb, net.minecraftforge.oredict.OreIngredient@6c352da1, net.minecraftforge.oredict.OreIngredient@6c352da1, net.minecraft.item.crafting.Ingredient@12861b17, net.minecraftforge.oredict.OreIngredient@6c352da1]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.industrialforegoing.enchantment_aplicator@0 new recipe: RecipeStage{tier='four', recipe=1xtile.industrialforegoing.enchantment_aplicator@0:[net.minecraft.item.crafting.Ingredient@43016287, net.minecraft.item.crafting.Ingredient@43016287, net.minecraft.item.crafting.Ingredient@43016287, net.minecraft.item.crafting.Ingredient@750ca245, net.minecraft.item.crafting.Ingredient@66872f4, net.minecraft.item.crafting.Ingredient@750ca245, net.minecraftforge.oredict.OreIngredient@40655b28, net.minecraft.item.crafting.Ingredient@750ca245, net.minecraftforge.oredict.OreIngredient@40655b28]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.industrialforegoing.crop_recolector@0 new recipe: RecipeStage{tier='four', recipe=1xtile.industrialforegoing.crop_recolector@0:[net.minecraft.item.crafting.Ingredient@14a7e4f4, net.minecraft.item.crafting.Ingredient@912e0b6, net.minecraft.item.crafting.Ingredient@14a7e4f4, net.minecraft.item.crafting.Ingredient@6d9f6649, net.minecraft.item.crafting.Ingredient@22393524, net.minecraft.item.crafting.Ingredient@6d9f6649, net.minecraftforge.oredict.OreIngredient@64e51c63, net.minecraft.item.crafting.Ingredient@362faf59, net.minecraftforge.oredict.OreIngredient@64e51c63]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.industrialforegoing.black_hole_unit@0 new recipe: RecipeStage{tier='five', recipe=1xtile.industrialforegoing.black_hole_unit@0:[net.minecraft.item.crafting.Ingredient@e992dbe]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.industrialforegoing_meat_feeder@0 new recipe: RecipeStage{tier='four', recipe=1xitem.industrialforegoing_meat_feeder@0:[net.minecraft.item.crafting.Ingredient@485ba0a9, net.minecraftforge.oredict.OreIngredient@5015f188, net.minecraft.item.crafting.Ingredient@485ba0a9, net.minecraft.item.crafting.Ingredient@158087b1, net.minecraftforge.oredict.OreIngredient@5015f188, net.minecraft.item.crafting.Ingredient@158087b1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5015f188, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.industrialforegoing.block_placer@0 new recipe: RecipeStage{tier='four', recipe=1xtile.industrialforegoing.block_placer@0:[net.minecraft.item.crafting.Ingredient@38fc615a, net.minecraft.item.crafting.Ingredient@2e836af, net.minecraft.item.crafting.Ingredient@38fc615a, net.minecraft.item.crafting.Ingredient@2e836af, net.minecraft.item.crafting.Ingredient@5d2b7209, net.minecraft.item.crafting.Ingredient@2e836af, net.minecraft.item.crafting.Ingredient@38fc615a, net.minecraft.item.crafting.Ingredient@7c24b202, net.minecraft.item.crafting.Ingredient@38fc615a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.industrialforegoing.sludge_refiner@0 new recipe: RecipeStage{tier='four', recipe=1xtile.industrialforegoing.sludge_refiner@0:[net.minecraft.item.crafting.Ingredient@6694fce7, net.minecraft.item.crafting.Ingredient@3a0d9c3f, net.minecraft.item.crafting.Ingredient@6694fce7, net.minecraft.item.crafting.Ingredient@3d9c0bbb, net.minecraft.item.crafting.Ingredient@7aa57e28, net.minecraft.item.crafting.Ingredient@3d9c0bbb, net.minecraftforge.oredict.OreIngredient@40655b28, net.minecraftforge.oredict.OreIngredient@64e51c63, net.minecraftforge.oredict.OreIngredient@40655b28]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.industrialforegoing_straw@0 new recipe: RecipeStage{tier='four', recipe=1xitem.industrialforegoing_straw@0:[net.minecraft.item.crafting.Ingredient@61343abb, net.minecraft.item.crafting.Ingredient@61343abb, net.minecraft.item.crafting.Ingredient@61343abb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@61343abb, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.industrialforegoing.range_addon@8 new recipe: RecipeStage{tier='four', recipe=1xitem.industrialforegoing.range_addon@8:[net.minecraft.item.crafting.Ingredient@12164e9a, net.minecraft.item.crafting.Ingredient@16183e8b, net.minecraft.item.crafting.Ingredient@12164e9a, net.minecraft.item.crafting.Ingredient@12164e9a, net.minecraftforge.oredict.OreIngredient@333f043f, net.minecraft.item.crafting.Ingredient@12164e9a, net.minecraft.item.crafting.Ingredient@12164e9a, net.minecraft.item.crafting.Ingredient@16183e8b, net.minecraft.item.crafting.Ingredient@12164e9a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.industrialforegoing.animal_stock_increaser@0 new recipe: RecipeStage{tier='four', recipe=1xtile.industrialforegoing.animal_stock_increaser@0:[net.minecraft.item.crafting.Ingredient@756dfc59, net.minecraft.item.crafting.Ingredient@1b849e0b, net.minecraft.item.crafting.Ingredient@756dfc59, net.minecraft.item.crafting.Ingredient@3db437c2, net.minecraft.item.crafting.Ingredient@36d1bf59, net.minecraft.item.crafting.Ingredient@3db437c2, net.minecraftforge.oredict.OreIngredient@74398b1b, net.minecraftforge.oredict.OreIngredient@40655b28, net.minecraftforge.oredict.OreIngredient@74398b1b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.industrialforegoing.range_addon@1 new recipe: RecipeStage{tier='four', recipe=1xitem.industrialforegoing.range_addon@1:[net.minecraft.item.crafting.Ingredient@38d6e484, net.minecraft.item.crafting.Ingredient@3489d399, net.minecraft.item.crafting.Ingredient@38d6e484, net.minecraft.item.crafting.Ingredient@38d6e484, net.minecraftforge.oredict.OreIngredient@333f043f, net.minecraft.item.crafting.Ingredient@38d6e484, net.minecraft.item.crafting.Ingredient@38d6e484, net.minecraft.item.crafting.Ingredient@3489d399, net.minecraft.item.crafting.Ingredient@38d6e484]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.industrialforegoing.conveyor@0 new recipe: RecipeStage{tier='three', recipe=8xtile.industrialforegoing.conveyor@0:[net.minecraft.item.crafting.Ingredient@2f4b26e4, net.minecraft.item.crafting.Ingredient@2f4b26e4, net.minecraft.item.crafting.Ingredient@2f4b26e4, net.minecraft.item.crafting.Ingredient@2f4b26e4, net.minecraftforge.oredict.OreIngredient@762043e3, net.minecraft.item.crafting.Ingredient@2f4b26e4, net.minecraft.item.crafting.Ingredient@2f4b26e4, net.minecraft.item.crafting.Ingredient@2f4b26e4, net.minecraft.item.crafting.Ingredient@2f4b26e4]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.industrialforegoing.conveyor@1 new recipe: RecipeStage{tier='three', recipe=8xtile.industrialforegoing.conveyor@1:[net.minecraft.item.crafting.Ingredient@23b345d0, net.minecraft.item.crafting.Ingredient@23b345d0, net.minecraft.item.crafting.Ingredient@23b345d0, net.minecraft.item.crafting.Ingredient@23b345d0, net.minecraftforge.oredict.OreIngredient@7d3ab0a7, net.minecraft.item.crafting.Ingredient@23b345d0, net.minecraft.item.crafting.Ingredient@23b345d0, net.minecraft.item.crafting.Ingredient@23b345d0, net.minecraft.item.crafting.Ingredient@23b345d0]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.industrialforegoing.conveyor@9 new recipe: RecipeStage{tier='three', recipe=8xtile.industrialforegoing.conveyor@9:[net.minecraft.item.crafting.Ingredient@7e3aeed7, net.minecraft.item.crafting.Ingredient@7e3aeed7, net.minecraft.item.crafting.Ingredient@7e3aeed7, net.minecraft.item.crafting.Ingredient@7e3aeed7, net.minecraftforge.oredict.OreIngredient@700e359d, net.minecraft.item.crafting.Ingredient@7e3aeed7, net.minecraft.item.crafting.Ingredient@7e3aeed7, net.minecraft.item.crafting.Ingredient@7e3aeed7, net.minecraft.item.crafting.Ingredient@7e3aeed7]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.industrialforegoing.crop_enrich_material_injector@0 new recipe: RecipeStage{tier='four', recipe=1xtile.industrialforegoing.crop_enrich_material_injector@0:[net.minecraft.item.crafting.Ingredient@62dfb127, net.minecraft.item.crafting.Ingredient@f27dd8a, net.minecraft.item.crafting.Ingredient@62dfb127, net.minecraft.item.crafting.Ingredient@142a01cc, net.minecraft.item.crafting.Ingredient@b63dce7, net.minecraft.item.crafting.Ingredient@142a01cc, net.minecraftforge.oredict.OreIngredient@40655b28, net.minecraft.item.crafting.Ingredient@5fe61b31, net.minecraftforge.oredict.OreIngredient@40655b28]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.industrialforegoing.lava_fabricator@0 new recipe: RecipeStage{tier='four', recipe=1xtile.industrialforegoing.lava_fabricator@0:[net.minecraft.item.crafting.Ingredient@735ff3ba, net.minecraft.item.crafting.Ingredient@1a0b23a8, net.minecraft.item.crafting.Ingredient@735ff3ba, net.minecraft.item.crafting.Ingredient@50cc55c3, net.minecraft.item.crafting.Ingredient@5c02ae43, net.minecraft.item.crafting.Ingredient@50cc55c3, net.minecraft.item.crafting.Ingredient@7086c932, net.minecraft.item.crafting.Ingredient@57c65489, net.minecraft.item.crafting.Ingredient@7086c932]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.industrialforegoing.conveyor@10 new recipe: RecipeStage{tier='three', recipe=8xtile.industrialforegoing.conveyor@10:[net.minecraft.item.crafting.Ingredient@4730d41a, net.minecraft.item.crafting.Ingredient@4730d41a, net.minecraft.item.crafting.Ingredient@4730d41a, net.minecraft.item.crafting.Ingredient@4730d41a, net.minecraftforge.oredict.OreIngredient@74398b1b, net.minecraft.item.crafting.Ingredient@4730d41a, net.minecraft.item.crafting.Ingredient@4730d41a, net.minecraft.item.crafting.Ingredient@4730d41a, net.minecraft.item.crafting.Ingredient@4730d41a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.industrialforegoing.range_addon@5 new recipe: RecipeStage{tier='four', recipe=1xitem.industrialforegoing.range_addon@5:[net.minecraftforge.oredict.OreIngredient@2799ddf1, net.minecraft.item.crafting.Ingredient@1cc7ebb3, net.minecraftforge.oredict.OreIngredient@2799ddf1, net.minecraftforge.oredict.OreIngredient@2799ddf1, net.minecraftforge.oredict.OreIngredient@333f043f, net.minecraftforge.oredict.OreIngredient@2799ddf1, net.minecraftforge.oredict.OreIngredient@2799ddf1, net.minecraft.item.crafting.Ingredient@1cc7ebb3, net.minecraftforge.oredict.OreIngredient@2799ddf1]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.industrialforegoing.biofuel_generator@0 new recipe: RecipeStage{tier='four', recipe=1xtile.industrialforegoing.biofuel_generator@0:[net.minecraft.item.crafting.Ingredient@64338611, net.minecraft.item.crafting.Ingredient@681bd23e, net.minecraft.item.crafting.Ingredient@64338611, net.minecraft.item.crafting.Ingredient@4f3e8f2d, net.minecraft.item.crafting.Ingredient@37c58bd5, net.minecraft.item.crafting.Ingredient@4f3e8f2d, net.minecraft.item.crafting.Ingredient@73f5db50, net.minecraft.item.crafting.Ingredient@4f3e8f2d, net.minecraft.item.crafting.Ingredient@73f5db50]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.industrialforegoing.fluid_crafter@0 new recipe: RecipeStage{tier='four', recipe=1xtile.industrialforegoing.fluid_crafter@0:[net.minecraft.item.crafting.Ingredient@376a5f5c, net.minecraft.item.crafting.Ingredient@4de2c731, net.minecraft.item.crafting.Ingredient@376a5f5c, net.minecraft.item.crafting.Ingredient@281ff9a3, net.minecraft.item.crafting.Ingredient@6e906883, net.minecraft.item.crafting.Ingredient@281ff9a3, net.minecraft.item.crafting.Ingredient@376a5f5c, net.minecraftforge.oredict.OreIngredient@64e51c63, net.minecraft.item.crafting.Ingredient@376a5f5c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.industrialforegoing.resourceful_furnace@0 new recipe: RecipeStage{tier='four', recipe=1xtile.industrialforegoing.resourceful_furnace@0:[net.minecraft.item.crafting.Ingredient@6a595371, net.minecraft.item.crafting.Ingredient@4b482452, net.minecraft.item.crafting.Ingredient@6a595371, net.minecraft.item.crafting.Ingredient@14b381bf, net.minecraft.item.crafting.Ingredient@1468dfc0, net.minecraft.item.crafting.Ingredient@14b381bf, net.minecraft.item.crafting.Ingredient@6a595371, net.minecraftforge.oredict.OreIngredient@64e51c63, net.minecraft.item.crafting.Ingredient@6a595371]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.industrialforegoing.material_stonework_factory@0 new recipe: RecipeStage{tier='four', recipe=1xtile.industrialforegoing.material_stonework_factory@0:[net.minecraft.item.crafting.Ingredient@6418834f, net.minecraft.item.crafting.Ingredient@2064c709, net.minecraft.item.crafting.Ingredient@6418834f, net.minecraft.item.crafting.Ingredient@6d7ced7, net.minecraft.item.crafting.Ingredient@3511c429, net.minecraft.item.crafting.Ingredient@38dfed18, net.minecraft.item.crafting.Ingredient@72e14040, net.minecraft.item.crafting.Ingredient@68b74c01, net.minecraft.item.crafting.Ingredient@18fd03b7]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.industrialforegoing.animal_growth_increaser@0 new recipe: RecipeStage{tier='four', recipe=1xtile.industrialforegoing.animal_growth_increaser@0:[net.minecraft.item.crafting.Ingredient@44068d24, net.minecraft.item.crafting.Ingredient@692def39, net.minecraft.item.crafting.Ingredient@44068d24, net.minecraft.item.crafting.Ingredient@692def39, net.minecraft.item.crafting.Ingredient@66340054, net.minecraft.item.crafting.Ingredient@692def39, net.minecraftforge.oredict.OreIngredient@74398b1b, net.minecraftforge.oredict.OreIngredient@64e51c63, net.minecraftforge.oredict.OreIngredient@74398b1b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.industrialforegoing.mob_slaughter_factory@0 new recipe: RecipeStage{tier='four', recipe=1xtile.industrialforegoing.mob_slaughter_factory@0:[net.minecraft.item.crafting.Ingredient@5b0b9237, net.minecraftforge.oredict.OreIngredient@64e51c63, net.minecraft.item.crafting.Ingredient@5b0b9237, net.minecraft.item.crafting.Ingredient@2256d0c4, net.minecraft.item.crafting.Ingredient@254b7493, net.minecraft.item.crafting.Ingredient@2256d0c4, net.minecraft.item.crafting.Ingredient@15fde57c, net.minecraft.item.crafting.Ingredient@191d7352, net.minecraft.item.crafting.Ingredient@15fde57c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.industrialforegoing_dryrubber@0 new recipe: RecipeStage{tier='four', recipe=1xitem.industrialforegoing_dryrubber@0:[net.minecraft.item.crafting.Ingredient@4747fdcd, net.minecraft.item.crafting.Ingredient@25d833dd, net.minecraft.item.crafting.Ingredient@1e91f954, net.minecraft.item.crafting.Ingredient@100559b7, net.minecraft.item.crafting.Ingredient@68d477ef, net.minecraft.item.crafting.Ingredient@cf6f7f3, net.minecraft.item.crafting.Ingredient@1d3ce460, net.minecraft.item.crafting.Ingredient@274ece91, net.minecraft.item.crafting.Ingredient@6c6ebe98]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.industrialforegoing.leaf_shearing@0 new recipe: RecipeStage{tier='four', recipe=1xitem.industrialforegoing.leaf_shearing@0:[net.minecraftforge.oredict.OreIngredient@6c352da1, net.minecraft.item.crafting.Ingredient@2a03371f, net.minecraftforge.oredict.OreIngredient@6c352da1, net.minecraftforge.oredict.OreIngredient@6c352da1, net.minecraft.item.crafting.Ingredient@62fb1058, net.minecraftforge.oredict.OreIngredient@6c352da1, net.minecraftforge.oredict.OreIngredient@6c352da1, net.minecraft.item.crafting.Ingredient@2a03371f, net.minecraftforge.oredict.OreIngredient@6c352da1]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.industrialforegoing.item_splitter@0 new recipe: RecipeStage{tier='four', recipe=1xtile.industrialforegoing.item_splitter@0:[net.minecraft.item.crafting.Ingredient@4eaa472e, net.minecraftforge.oredict.OreIngredient@6a960364, net.minecraft.item.crafting.Ingredient@4eaa472e, net.minecraft.item.crafting.Ingredient@73880403, net.minecraft.item.crafting.Ingredient@351da9ba, net.minecraft.item.crafting.Ingredient@73880403, net.minecraft.item.crafting.Ingredient@4eaa472e, net.minecraftforge.oredict.OreIngredient@40655b28, net.minecraft.item.crafting.Ingredient@4eaa472e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.industrialforegoing.conveyor@7 new recipe: RecipeStage{tier='three', recipe=8xtile.industrialforegoing.conveyor@7:[net.minecraft.item.crafting.Ingredient@2a65cf04, net.minecraft.item.crafting.Ingredient@2a65cf04, net.minecraft.item.crafting.Ingredient@2a65cf04, net.minecraft.item.crafting.Ingredient@2a65cf04, net.minecraftforge.oredict.OreIngredient@fbfca24, net.minecraft.item.crafting.Ingredient@2a65cf04, net.minecraft.item.crafting.Ingredient@2a65cf04, net.minecraft.item.crafting.Ingredient@2a65cf04, net.minecraft.item.crafting.Ingredient@2a65cf04]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.industrialforegoing.sewage_composter_solidifier@0 new recipe: RecipeStage{tier='four', recipe=1xtile.industrialforegoing.sewage_composter_solidifier@0:[net.minecraft.item.crafting.Ingredient@73183e68, net.minecraft.item.crafting.Ingredient@3b2ca1bf, net.minecraft.item.crafting.Ingredient@73183e68, net.minecraft.item.crafting.Ingredient@9f533cc, net.minecraft.item.crafting.Ingredient@3b6e4dac, net.minecraft.item.crafting.Ingredient@9f533cc, net.minecraft.item.crafting.Ingredient@7a991608, net.minecraft.item.crafting.Ingredient@288aa3f5, net.minecraft.item.crafting.Ingredient@7a991608]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.industrialforegoing.animal_resource_harvester@0 new recipe: RecipeStage{tier='four', recipe=1xtile.industrialforegoing.animal_resource_harvester@0:[net.minecraft.item.crafting.Ingredient@34f388ee, net.minecraft.item.crafting.Ingredient@34f388ee, net.minecraft.item.crafting.Ingredient@34f388ee, net.minecraft.item.crafting.Ingredient@cb7ae6c, net.minecraft.item.crafting.Ingredient@782b0c94, net.minecraft.item.crafting.Ingredient@cb7ae6c, net.minecraftforge.oredict.OreIngredient@64e51c63, net.minecraft.item.crafting.Ingredient@2c0de1c6, net.minecraftforge.oredict.OreIngredient@64e51c63]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.industrialforegoing.conveyor@5 new recipe: RecipeStage{tier='three', recipe=8xtile.industrialforegoing.conveyor@5:[net.minecraft.item.crafting.Ingredient@564b8560, net.minecraft.item.crafting.Ingredient@564b8560, net.minecraft.item.crafting.Ingredient@564b8560, net.minecraft.item.crafting.Ingredient@564b8560, net.minecraftforge.oredict.OreIngredient@4242410d, net.minecraft.item.crafting.Ingredient@564b8560, net.minecraft.item.crafting.Ingredient@564b8560, net.minecraft.item.crafting.Ingredient@564b8560, net.minecraft.item.crafting.Ingredient@564b8560]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.industrialforegoing.itemstack_transfer_addon@0 new recipe: RecipeStage{tier='four', recipe=1xitem.industrialforegoing.itemstack_transfer_addon@0:[net.minecraft.item.crafting.Ingredient@7b49d126, net.minecraftforge.oredict.OreIngredient@6a960364, net.minecraft.item.crafting.Ingredient@7b49d126, net.minecraftforge.oredict.OreIngredient@3e529ed8, net.minecraft.item.crafting.Ingredient@675a9ded, net.minecraftforge.oredict.OreIngredient@3e529ed8, net.minecraft.item.crafting.Ingredient@7b49d126, net.minecraftforge.oredict.OreIngredient@6a960364, net.minecraft.item.crafting.Ingredient@7b49d126]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.industrialforegoing.range_addon@3 new recipe: RecipeStage{tier='four', recipe=1xitem.industrialforegoing.range_addon@3:[net.minecraftforge.oredict.OreIngredient@4a434a57, net.minecraft.item.crafting.Ingredient@6ecbc487, net.minecraftforge.oredict.OreIngredient@4a434a57, net.minecraftforge.oredict.OreIngredient@4a434a57, net.minecraftforge.oredict.OreIngredient@333f043f, net.minecraftforge.oredict.OreIngredient@4a434a57, net.minecraftforge.oredict.OreIngredient@4a434a57, net.minecraft.item.crafting.Ingredient@6ecbc487, net.minecraftforge.oredict.OreIngredient@4a434a57]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.industrialforegoing.conveyor@0 new recipe: RecipeStage{tier='three', recipe=4xtile.industrialforegoing.conveyor@0:[net.minecraft.item.crafting.Ingredient@5e8e3033, net.minecraft.item.crafting.Ingredient@5e8e3033, net.minecraft.item.crafting.Ingredient@5e8e3033, net.minecraftforge.oredict.OreIngredient@5015f188, net.minecraft.item.crafting.Ingredient@766fcf68, net.minecraftforge.oredict.OreIngredient@5015f188, net.minecraft.item.crafting.Ingredient@5e8e3033, net.minecraft.item.crafting.Ingredient@5e8e3033, net.minecraft.item.crafting.Ingredient@5e8e3033]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.industrialforegoing.range_addon@7 new recipe: RecipeStage{tier='four', recipe=1xitem.industrialforegoing.range_addon@7:[net.minecraftforge.oredict.OreIngredient@3ac351e3, net.minecraft.item.crafting.Ingredient@3c6d98f4, net.minecraftforge.oredict.OreIngredient@3ac351e3, net.minecraftforge.oredict.OreIngredient@3ac351e3, net.minecraftforge.oredict.OreIngredient@333f043f, net.minecraftforge.oredict.OreIngredient@3ac351e3, net.minecraftforge.oredict.OreIngredient@3ac351e3, net.minecraft.item.crafting.Ingredient@3c6d98f4, net.minecraftforge.oredict.OreIngredient@3ac351e3]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.industrialforegoing.spores_recreator@0 new recipe: RecipeStage{tier='four', recipe=1xtile.industrialforegoing.spores_recreator@0:[net.minecraft.item.crafting.Ingredient@23a02850, net.minecraft.item.crafting.Ingredient@23a02850, net.minecraft.item.crafting.Ingredient@23a02850, net.minecraft.item.crafting.Ingredient@28d9aa62, net.minecraft.item.crafting.Ingredient@1c458e56, net.minecraft.item.crafting.Ingredient@28d9aa62, net.minecraft.item.crafting.Ingredient@23a02850, net.minecraftforge.oredict.OreIngredient@40655b28, net.minecraft.item.crafting.Ingredient@23a02850]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.industrialforegoing_book_manual@0 new recipe: RecipeStage{tier='four', recipe=1xitem.industrialforegoing_book_manual@0:[net.minecraft.item.crafting.Ingredient@9bb7b8c, net.minecraftforge.oredict.OreIngredient@506ab10c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.industrialforegoing_mob_imprisonment_tool@0 new recipe: RecipeStage{tier='four', recipe=1xitem.industrialforegoing_mob_imprisonment_tool@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@27c69fb2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@27c69fb2, net.minecraft.item.crafting.Ingredient@7f776e33, net.minecraft.item.crafting.Ingredient@27c69fb2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@27c69fb2, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.industrialforegoing.ore_processor@0 new recipe: RecipeStage{tier='four', recipe=1xtile.industrialforegoing.ore_processor@0:[net.minecraft.item.crafting.Ingredient@65efed45, net.minecraft.item.crafting.Ingredient@71e2b3fa, net.minecraft.item.crafting.Ingredient@65efed45, net.minecraft.item.crafting.Ingredient@399088ca, net.minecraft.item.crafting.Ingredient@4c89a3d4, net.minecraft.item.crafting.Ingredient@399088ca, net.minecraft.item.crafting.Ingredient@22d4abcb, net.minecraft.item.crafting.Ingredient@6b7dee15, net.minecraft.item.crafting.Ingredient@22d4abcb]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.industrialforegoing_conveyor_upgrade@5 new recipe: RecipeStage{tier='three', recipe=1xitem.industrialforegoing_conveyor_upgrade@5:[net.minecraftforge.oredict.OreIngredient@5015f188, net.minecraft.item.crafting.Ingredient@2a821783, net.minecraftforge.oredict.OreIngredient@5015f188, net.minecraftforge.oredict.OreIngredient@5015f188, net.minecraft.item.crafting.Ingredient@6454d854, net.minecraftforge.oredict.OreIngredient@5015f188, net.minecraftforge.oredict.OreIngredient@5015f188, net.minecraft.item.crafting.Ingredient@47703695, net.minecraftforge.oredict.OreIngredient@5015f188]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.industrialforegoing.plant_interactor@0 new recipe: RecipeStage{tier='four', recipe=1xtile.industrialforegoing.plant_interactor@0:[net.minecraft.item.crafting.Ingredient@4e548326, net.minecraft.item.crafting.Ingredient@2b83df4f, net.minecraft.item.crafting.Ingredient@4e548326, net.minecraft.item.crafting.Ingredient@2b83df4f, net.minecraft.item.crafting.Ingredient@6ee365b3, net.minecraft.item.crafting.Ingredient@2b83df4f, net.minecraftforge.oredict.OreIngredient@64e51c63, net.minecraft.item.crafting.Ingredient@1c26c996, net.minecraftforge.oredict.OreIngredient@64e51c63]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.industrialforegoing.crop_sower@0 new recipe: RecipeStage{tier='four', recipe=1xtile.industrialforegoing.crop_sower@0:[net.minecraft.item.crafting.Ingredient@44828ad4, net.minecraft.item.crafting.Ingredient@24cfffe3, net.minecraft.item.crafting.Ingredient@44828ad4, net.minecraft.item.crafting.Ingredient@1de64917, net.minecraft.item.crafting.Ingredient@74cb0584, net.minecraft.item.crafting.Ingredient@1de64917, net.minecraftforge.oredict.OreIngredient@40655b28, net.minecraft.item.crafting.Ingredient@681433d7, net.minecraftforge.oredict.OreIngredient@40655b28]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.industrialforegoing.fluid_transfer_addon@0 new recipe: RecipeStage{tier='four', recipe=1xitem.industrialforegoing.fluid_transfer_addon@0:[net.minecraft.item.crafting.Ingredient@7528579b, net.minecraft.item.crafting.Ingredient@7ec0783, net.minecraft.item.crafting.Ingredient@7528579b, net.minecraftforge.oredict.OreIngredient@327e2aa7, net.minecraft.item.crafting.Ingredient@1ed1c938, net.minecraftforge.oredict.OreIngredient@327e2aa7, net.minecraft.item.crafting.Ingredient@7528579b, net.minecraft.item.crafting.Ingredient@7ec0783, net.minecraft.item.crafting.Ingredient@7528579b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.industrialforegoing.black_hole_label@0 new recipe: RecipeStage{tier='five', recipe=4xtile.industrialforegoing.black_hole_label@0:[net.minecraft.item.crafting.Ingredient@766a82c5, net.minecraft.item.crafting.Ingredient@766a82c5, net.minecraft.item.crafting.Ingredient@766a82c5, net.minecraft.item.crafting.Ingredient@42faca91, net.minecraft.item.crafting.Ingredient@6e09f5d9, net.minecraft.item.crafting.Ingredient@42faca91, net.minecraft.item.crafting.Ingredient@766a82c5, net.minecraft.item.crafting.Ingredient@766a82c5, net.minecraft.item.crafting.Ingredient@766a82c5]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.industrialforegoing_conveyor_upgrade@1 new recipe: RecipeStage{tier='three', recipe=1xitem.industrialforegoing_conveyor_upgrade@1:[net.minecraftforge.oredict.OreIngredient@5015f188, net.minecraft.item.crafting.Ingredient@7d27322e, net.minecraftforge.oredict.OreIngredient@5015f188, net.minecraftforge.oredict.OreIngredient@5015f188, net.minecraft.item.crafting.Ingredient@7fc24dc6, net.minecraftforge.oredict.OreIngredient@5015f188, net.minecraftforge.oredict.OreIngredient@5015f188, net.minecraft.item.crafting.Ingredient@2df43836, net.minecraftforge.oredict.OreIngredient@5015f188]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.industrialforegoing.range_addon@6 new recipe: RecipeStage{tier='four', recipe=1xitem.industrialforegoing.range_addon@6:[net.minecraftforge.oredict.OreIngredient@27d5dafe, net.minecraft.item.crafting.Ingredient@65a0e452, net.minecraftforge.oredict.OreIngredient@27d5dafe, net.minecraftforge.oredict.OreIngredient@27d5dafe, net.minecraftforge.oredict.OreIngredient@333f043f, net.minecraftforge.oredict.OreIngredient@27d5dafe, net.minecraftforge.oredict.OreIngredient@27d5dafe, net.minecraft.item.crafting.Ingredient@65a0e452, net.minecraftforge.oredict.OreIngredient@27d5dafe]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.industrialforegoing_conveyor_upgrade@0 new recipe: RecipeStage{tier='three', recipe=1xitem.industrialforegoing_conveyor_upgrade@0:[net.minecraftforge.oredict.OreIngredient@5015f188, net.minecraft.item.crafting.Ingredient@c8fbb4a, net.minecraftforge.oredict.OreIngredient@5015f188, net.minecraftforge.oredict.OreIngredient@5015f188, net.minecraft.item.crafting.Ingredient@1729b114, net.minecraftforge.oredict.OreIngredient@5015f188, net.minecraftforge.oredict.OreIngredient@5015f188, net.minecraft.item.crafting.Ingredient@56cbaa71, net.minecraftforge.oredict.OreIngredient@5015f188]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.industrialforegoing.conveyor@11 new recipe: RecipeStage{tier='three', recipe=8xtile.industrialforegoing.conveyor@11:[net.minecraft.item.crafting.Ingredient@56aecd92, net.minecraft.item.crafting.Ingredient@56aecd92, net.minecraft.item.crafting.Ingredient@56aecd92, net.minecraft.item.crafting.Ingredient@56aecd92, net.minecraftforge.oredict.OreIngredient@2ade21e4, net.minecraft.item.crafting.Ingredient@56aecd92, net.minecraft.item.crafting.Ingredient@56aecd92, net.minecraft.item.crafting.Ingredient@56aecd92, net.minecraft.item.crafting.Ingredient@56aecd92]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.industrialforegoing.protein_reactor@0 new recipe: RecipeStage{tier='four', recipe=1xtile.industrialforegoing.protein_reactor@0:[net.minecraft.item.crafting.Ingredient@412a00f, net.minecraft.item.crafting.Ingredient@431d9fe, net.minecraft.item.crafting.Ingredient@412a00f, net.minecraft.item.crafting.Ingredient@13295ffd, net.minecraft.item.crafting.Ingredient@630cd5c7, net.minecraft.item.crafting.Ingredient@13295ffd, net.minecraft.item.crafting.Ingredient@b2d8ef9, net.minecraft.item.crafting.Ingredient@15b2119f, net.minecraft.item.crafting.Ingredient@b2d8ef9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.industrialforegoing.conveyor@6 new recipe: RecipeStage{tier='three', recipe=8xtile.industrialforegoing.conveyor@6:[net.minecraft.item.crafting.Ingredient@2e71e5a9, net.minecraft.item.crafting.Ingredient@2e71e5a9, net.minecraft.item.crafting.Ingredient@2e71e5a9, net.minecraft.item.crafting.Ingredient@2e71e5a9, net.minecraftforge.oredict.OreIngredient@24a3ecab, net.minecraft.item.crafting.Ingredient@2e71e5a9, net.minecraft.item.crafting.Ingredient@2e71e5a9, net.minecraft.item.crafting.Ingredient@2e71e5a9, net.minecraft.item.crafting.Ingredient@2e71e5a9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.industrialforegoing.froster@0 new recipe: RecipeStage{tier='four', recipe=1xtile.industrialforegoing.froster@0:[net.minecraft.item.crafting.Ingredient@6b6a1be1, net.minecraft.item.crafting.Ingredient@59cea0ff, net.minecraft.item.crafting.Ingredient@6b6a1be1, net.minecraft.item.crafting.Ingredient@34d95414, net.minecraft.item.crafting.Ingredient@2e9ab41, net.minecraft.item.crafting.Ingredient@34d95414, net.minecraft.item.crafting.Ingredient@6b6a1be1, net.minecraftforge.oredict.OreIngredient@64e51c63, net.minecraft.item.crafting.Ingredient@6b6a1be1]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.industrialforegoing.fluid_pump@0 new recipe: RecipeStage{tier='four', recipe=1xtile.industrialforegoing.fluid_pump@0:[net.minecraft.item.crafting.Ingredient@5c180954, net.minecraft.item.crafting.Ingredient@a7386b, net.minecraft.item.crafting.Ingredient@5c180954, net.minecraft.item.crafting.Ingredient@1fd93f5b, net.minecraft.item.crafting.Ingredient@397c75d, net.minecraft.item.crafting.Ingredient@50885c84, net.minecraft.item.crafting.Ingredient@5c180954, net.minecraftforge.oredict.OreIngredient@64e51c63, net.minecraft.item.crafting.Ingredient@5c180954]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.industrialforegoing.conveyor@15 new recipe: RecipeStage{tier='three', recipe=8xtile.industrialforegoing.conveyor@15:[net.minecraft.item.crafting.Ingredient@43d18895, net.minecraft.item.crafting.Ingredient@43d18895, net.minecraft.item.crafting.Ingredient@43d18895, net.minecraft.item.crafting.Ingredient@43d18895, net.minecraftforge.oredict.OreIngredient@4ff61717, net.minecraft.item.crafting.Ingredient@43d18895, net.minecraft.item.crafting.Ingredient@43d18895, net.minecraft.item.crafting.Ingredient@43d18895, net.minecraft.item.crafting.Ingredient@43d18895]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.industrialforegoing.potion_enervator@0 new recipe: RecipeStage{tier='four', recipe=1xtile.industrialforegoing.potion_enervator@0:[net.minecraft.item.crafting.Ingredient@18b47718, net.minecraft.item.crafting.Ingredient@4201ebc6, net.minecraft.item.crafting.Ingredient@18b47718, net.minecraftforge.oredict.OreIngredient@64e51c63, net.minecraft.item.crafting.Ingredient@44169f38, net.minecraftforge.oredict.OreIngredient@64e51c63, net.minecraft.item.crafting.Ingredient@651be703, net.minecraftforge.oredict.OreIngredient@64e51c63, net.minecraft.item.crafting.Ingredient@651be703]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.industrialforegoing.fluiddictionary_converter@0 new recipe: RecipeStage{tier='four', recipe=1xtile.industrialforegoing.fluiddictionary_converter@0:[net.minecraft.item.crafting.Ingredient@7835dc24, net.minecraft.item.crafting.Ingredient@7835dc24, net.minecraft.item.crafting.Ingredient@7835dc24, net.minecraftforge.oredict.OreIngredient@30e2a4ed, net.minecraft.item.crafting.Ingredient@e0286a3, net.minecraftforge.oredict.OreIngredient@30e2a4ed, net.minecraft.item.crafting.Ingredient@21215c48, net.minecraftforge.oredict.OreIngredient@40655b28, net.minecraft.item.crafting.Ingredient@21215c48]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.industrialforegoing_conveyor_upgrade@4 new recipe: RecipeStage{tier='three', recipe=1xitem.industrialforegoing_conveyor_upgrade@4:[net.minecraftforge.oredict.OreIngredient@5015f188, net.minecraft.item.crafting.Ingredient@1d7d0754, net.minecraftforge.oredict.OreIngredient@5015f188, net.minecraftforge.oredict.OreIngredient@5015f188, net.minecraft.item.crafting.Ingredient@5a04f393, net.minecraftforge.oredict.OreIngredient@5015f188, net.minecraftforge.oredict.OreIngredient@5015f188, net.minecraft.item.crafting.Ingredient@35407c71, net.minecraftforge.oredict.OreIngredient@5015f188]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.industrialforegoing.conveyor@2 new recipe: RecipeStage{tier='three', recipe=8xtile.industrialforegoing.conveyor@2:[net.minecraft.item.crafting.Ingredient@7c3d0fdc, net.minecraft.item.crafting.Ingredient@7c3d0fdc, net.minecraft.item.crafting.Ingredient@7c3d0fdc, net.minecraft.item.crafting.Ingredient@7c3d0fdc, net.minecraftforge.oredict.OreIngredient@3e529ed8, net.minecraft.item.crafting.Ingredient@7c3d0fdc, net.minecraft.item.crafting.Ingredient@7c3d0fdc, net.minecraft.item.crafting.Ingredient@7c3d0fdc, net.minecraft.item.crafting.Ingredient@7c3d0fdc]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.industrialforegoing.mob_relocator@0 new recipe: RecipeStage{tier='four', recipe=1xtile.industrialforegoing.mob_relocator@0:[net.minecraft.item.crafting.Ingredient@721d2adf, net.minecraft.item.crafting.Ingredient@6f257da9, net.minecraft.item.crafting.Ingredient@721d2adf, net.minecraft.item.crafting.Ingredient@18e033a7, net.minecraft.item.crafting.Ingredient@7475f940, net.minecraft.item.crafting.Ingredient@18e033a7, net.minecraftforge.oredict.OreIngredient@64e51c63, net.minecraft.item.crafting.Ingredient@5bda36d6, net.minecraftforge.oredict.OreIngredient@64e51c63]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.industrialforegoing.fortune_addon@0 new recipe: RecipeStage{tier='five', recipe=1xitem.industrialforegoing.fortune_addon@0:[net.minecraft.item.crafting.Ingredient@43663684, net.minecraft.item.crafting.Ingredient@6d46c83d, net.minecraft.item.crafting.Ingredient@43663684, net.minecraft.item.crafting.Ingredient@43663684, net.minecraft.item.crafting.Ingredient@3b0d6ad2, net.minecraft.item.crafting.Ingredient@43663684, net.minecraft.item.crafting.Ingredient@43663684, net.minecraft.item.crafting.Ingredient@6d46c83d, net.minecraft.item.crafting.Ingredient@43663684]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.industrialforegoing.protein_generator@0 new recipe: RecipeStage{tier='four', recipe=1xtile.industrialforegoing.protein_generator@0:[net.minecraft.item.crafting.Ingredient@406d49eb, net.minecraft.item.crafting.Ingredient@7a8ad9a9, net.minecraft.item.crafting.Ingredient@406d49eb, net.minecraft.item.crafting.Ingredient@5d9d74a5, net.minecraft.item.crafting.Ingredient@77954cec, net.minecraft.item.crafting.Ingredient@5d9d74a5, net.minecraft.item.crafting.Ingredient@298f8017, net.minecraft.item.crafting.Ingredient@5d9d74a5, net.minecraft.item.crafting.Ingredient@298f8017]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.IronChest@4 new recipe: RecipeStage{tier='two', recipe=1xtile.IronChest@4:[net.minecraftforge.oredict.OreIngredient@531ff219, net.minecraftforge.oredict.OreIngredient@4199fdd0, net.minecraftforge.oredict.OreIngredient@531ff219, net.minecraftforge.oredict.OreIngredient@4199fdd0, net.minecraft.item.crafting.Ingredient@7f25b8b7, net.minecraftforge.oredict.OreIngredient@4199fdd0, net.minecraftforge.oredict.OreIngredient@531ff219, net.minecraftforge.oredict.OreIngredient@4199fdd0, net.minecraftforge.oredict.OreIngredient@531ff219]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.IronChest@4 new recipe: RecipeStage{tier='two', recipe=1xtile.IronChest@4:[net.minecraftforge.oredict.OreIngredient@531ff219, net.minecraftforge.oredict.OreIngredient@531ff219, net.minecraftforge.oredict.OreIngredient@531ff219, net.minecraftforge.oredict.OreIngredient@531ff219, net.minecraft.item.crafting.Ingredient@7f0c6896, net.minecraftforge.oredict.OreIngredient@531ff219, net.minecraftforge.oredict.OreIngredient@531ff219, net.minecraftforge.oredict.OreIngredient@531ff219, net.minecraftforge.oredict.OreIngredient@531ff219]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.IronChest@6 new recipe: RecipeStage{tier='three', recipe=1xtile.IronChest@6:[net.minecraft.item.crafting.Ingredient@199cc61b, net.minecraft.item.crafting.Ingredient@199cc61b, net.minecraft.item.crafting.Ingredient@199cc61b, net.minecraft.item.crafting.Ingredient@199cc61b, net.minecraft.item.crafting.Ingredient@35a835c9, net.minecraft.item.crafting.Ingredient@199cc61b, net.minecraft.item.crafting.Ingredient@199cc61b, net.minecraft.item.crafting.Ingredient@199cc61b, net.minecraft.item.crafting.Ingredient@199cc61b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.IronChest@1 new recipe: RecipeStage{tier='two', recipe=1xtile.IronChest@1:[net.minecraftforge.oredict.OreIngredient@78dd493b, net.minecraftforge.oredict.OreIngredient@4199fdd0, net.minecraftforge.oredict.OreIngredient@78dd493b, net.minecraftforge.oredict.OreIngredient@4199fdd0, net.minecraft.item.crafting.Ingredient@28b09ee, net.minecraftforge.oredict.OreIngredient@4199fdd0, net.minecraftforge.oredict.OreIngredient@78dd493b, net.minecraftforge.oredict.OreIngredient@4199fdd0, net.minecraftforge.oredict.OreIngredient@78dd493b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.IronChest@1 new recipe: RecipeStage{tier='two', recipe=1xtile.IronChest@1:[net.minecraftforge.oredict.OreIngredient@78dd493b, net.minecraftforge.oredict.OreIngredient@78dd493b, net.minecraftforge.oredict.OreIngredient@78dd493b, net.minecraftforge.oredict.OreIngredient@78dd493b, net.minecraft.item.crafting.Ingredient@3e6fadec, net.minecraftforge.oredict.OreIngredient@78dd493b, net.minecraftforge.oredict.OreIngredient@78dd493b, net.minecraftforge.oredict.OreIngredient@78dd493b, net.minecraftforge.oredict.OreIngredient@78dd493b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.IronChest@7 new recipe: RecipeStage{tier='one', recipe=1xtile.IronChest@7:[net.minecraft.item.crafting.Ingredient@431cebf3, net.minecraft.item.crafting.Ingredient@431cebf3, net.minecraft.item.crafting.Ingredient@431cebf3, net.minecraft.item.crafting.Ingredient@431cebf3, net.minecraftforge.oredict.OreIngredient@34434382, net.minecraft.item.crafting.Ingredient@431cebf3, net.minecraft.item.crafting.Ingredient@431cebf3, net.minecraft.item.crafting.Ingredient@431cebf3, net.minecraft.item.crafting.Ingredient@431cebf3]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.IronChest@2 new recipe: RecipeStage{tier='five', recipe=1xtile.IronChest@2:[net.minecraftforge.oredict.OreIngredient@4199fdd0, net.minecraftforge.oredict.OreIngredient@4199fdd0, net.minecraftforge.oredict.OreIngredient@4199fdd0, net.minecraftforge.oredict.OreIngredient@4199fdd0, net.minecraft.item.crafting.Ingredient@4b2e83b3, net.minecraftforge.oredict.OreIngredient@4199fdd0, net.minecraftforge.oredict.OreIngredient@16a9de96, net.minecraftforge.oredict.OreIngredient@16a9de96, net.minecraftforge.oredict.OreIngredient@16a9de96]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.IronChest@2 new recipe: RecipeStage{tier='five', recipe=1xtile.IronChest@2:[net.minecraftforge.oredict.OreIngredient@4199fdd0, net.minecraftforge.oredict.OreIngredient@4199fdd0, net.minecraftforge.oredict.OreIngredient@4199fdd0, net.minecraftforge.oredict.OreIngredient@16a9de96, net.minecraft.item.crafting.Ingredient@2ec385c7, net.minecraftforge.oredict.OreIngredient@16a9de96, net.minecraftforge.oredict.OreIngredient@4199fdd0, net.minecraftforge.oredict.OreIngredient@4199fdd0, net.minecraftforge.oredict.OreIngredient@4199fdd0]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.IronChest@5 new recipe: RecipeStage{tier='five', recipe=1xtile.IronChest@5:[net.minecraftforge.oredict.OreIngredient@4199fdd0, net.minecraftforge.oredict.OreIngredient@4199fdd0, net.minecraftforge.oredict.OreIngredient@4199fdd0, net.minecraftforge.oredict.OreIngredient@4199fdd0, net.minecraft.item.crafting.Ingredient@4a9bfb46, net.minecraftforge.oredict.OreIngredient@4199fdd0, net.minecraftforge.oredict.OreIngredient@4199fdd0, net.minecraftforge.oredict.OreIngredient@4199fdd0, net.minecraftforge.oredict.OreIngredient@4199fdd0]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.IronChest@3 new recipe: RecipeStage{tier='one', recipe=1xtile.IronChest@3:[net.minecraftforge.oredict.OreIngredient@e713ff2, net.minecraftforge.oredict.OreIngredient@e713ff2, net.minecraftforge.oredict.OreIngredient@e713ff2, net.minecraftforge.oredict.OreIngredient@e713ff2, net.minecraftforge.oredict.OreIngredient@34434382, net.minecraftforge.oredict.OreIngredient@e713ff2, net.minecraftforge.oredict.OreIngredient@e713ff2, net.minecraftforge.oredict.OreIngredient@e713ff2, net.minecraftforge.oredict.OreIngredient@e713ff2]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.spruceraft@0 new recipe: RecipeStage{tier='zero', recipe=1xitem.spruceraft@0:[net.minecraft.item.crafting.Ingredient@be52edc, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@be52edc, net.minecraft.item.crafting.Ingredient@e39e9ca, net.minecraft.item.crafting.Ingredient@e39e9ca, net.minecraft.item.crafting.Ingredient@e39e9ca, net.minecraft.item.crafting.Ingredient@be52edc, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@be52edc]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.oakraft@0 new recipe: RecipeStage{tier='zero', recipe=1xitem.oakraft@0:[net.minecraft.item.crafting.Ingredient@74d1d110, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@74d1d110, net.minecraft.item.crafting.Ingredient@6c32e898, net.minecraft.item.crafting.Ingredient@6c32e898, net.minecraft.item.crafting.Ingredient@6c32e898, net.minecraft.item.crafting.Ingredient@74d1d110, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@74d1d110]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.jungleraft@0 new recipe: RecipeStage{tier='zero', recipe=1xitem.jungleraft@0:[net.minecraft.item.crafting.Ingredient@21c11e6a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@21c11e6a, net.minecraft.item.crafting.Ingredient@242b173, net.minecraft.item.crafting.Ingredient@242b173, net.minecraft.item.crafting.Ingredient@242b173, net.minecraft.item.crafting.Ingredient@21c11e6a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@21c11e6a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.dark_oakraft@0 new recipe: RecipeStage{tier='zero', recipe=1xitem.dark_oakraft@0:[net.minecraft.item.crafting.Ingredient@39dd9d48, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@39dd9d48, net.minecraft.item.crafting.Ingredient@eeec18d, net.minecraft.item.crafting.Ingredient@eeec18d, net.minecraft.item.crafting.Ingredient@eeec18d, net.minecraft.item.crafting.Ingredient@39dd9d48, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@39dd9d48]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.birchraft@0 new recipe: RecipeStage{tier='zero', recipe=1xitem.birchraft@0:[net.minecraft.item.crafting.Ingredient@10be36b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@10be36b, net.minecraft.item.crafting.Ingredient@7429cc7c, net.minecraft.item.crafting.Ingredient@7429cc7c, net.minecraft.item.crafting.Ingredient@7429cc7c, net.minecraft.item.crafting.Ingredient@10be36b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@10be36b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.acaciaraft@0 new recipe: RecipeStage{tier='zero', recipe=1xitem.acaciaraft@0:[net.minecraft.item.crafting.Ingredient@6d093839, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6d093839, net.minecraft.item.crafting.Ingredient@4f0519c9, net.minecraft.item.crafting.Ingredient@4f0519c9, net.minecraft.item.crafting.Ingredient@4f0519c9, net.minecraft.item.crafting.Ingredient@6d093839, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6d093839]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 16xtile.tank@0 new recipe: RecipeStage{tier='two', recipe=16xtile.tank@0:[net.minecraft.item.crafting.Ingredient@797718a6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@797718a6, net.minecraft.item.crafting.Ingredient@797718a6, net.minecraft.item.crafting.Ingredient@7202a012, net.minecraft.item.crafting.Ingredient@797718a6, net.minecraft.item.crafting.Ingredient@797718a6, net.minecraft.item.crafting.Ingredient@797718a6, net.minecraft.item.crafting.Ingredient@797718a6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.modularmachinery.blockfluidoutputhatch@1 new recipe: RecipeStage{tier='four', recipe=1xtile.modularmachinery.blockfluidoutputhatch@1:[net.minecraft.item.crafting.Ingredient@135f3fb1, net.minecraft.item.crafting.Ingredient@8ec91cb, net.minecraft.item.crafting.Ingredient@135f3fb1, net.minecraft.item.crafting.Ingredient@8ec91cb, net.minecraft.item.crafting.Ingredient@42d342dc, net.minecraft.item.crafting.Ingredient@8ec91cb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4d7b509f, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.modularmachinery.blockfluidinputhatch@1 new recipe: RecipeStage{tier='four', recipe=1xtile.modularmachinery.blockfluidinputhatch@1:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@76143e70, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@58dc8a70, net.minecraft.item.crafting.Ingredient@1f47d175, net.minecraft.item.crafting.Ingredient@58dc8a70, net.minecraft.item.crafting.Ingredient@495280f4, net.minecraft.item.crafting.Ingredient@58dc8a70, net.minecraft.item.crafting.Ingredient@495280f4]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.modularmachinery.blockcasing@4 new recipe: RecipeStage{tier='four', recipe=4xtile.modularmachinery.blockcasing@4:[net.minecraft.item.crafting.Ingredient@38177551, net.minecraft.item.crafting.Ingredient@24b4d21, net.minecraft.item.crafting.Ingredient@38177551, net.minecraft.item.crafting.Ingredient@24b4d21, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@24b4d21, net.minecraft.item.crafting.Ingredient@38177551, net.minecraft.item.crafting.Ingredient@24b4d21, net.minecraft.item.crafting.Ingredient@38177551]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.modularmachinery.blockenergyoutputhatch@0 new recipe: RecipeStage{tier='four', recipe=1xtile.modularmachinery.blockenergyoutputhatch@0:[net.minecraft.item.crafting.Ingredient@201974cb, net.minecraftforge.oredict.OreIngredient@390d00d3, net.minecraft.item.crafting.Ingredient@201974cb, net.minecraftforge.oredict.OreIngredient@2e1659d5, net.minecraft.item.crafting.Ingredient@1e7daf3d, net.minecraftforge.oredict.OreIngredient@2e1659d5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2e1659d5, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.modularmachinery.blockenergyoutputhatch@1 new recipe: RecipeStage{tier='four', recipe=1xtile.modularmachinery.blockenergyoutputhatch@1:[net.minecraftforge.oredict.OreIngredient@703f78ea, net.minecraftforge.oredict.OreIngredient@4912036e, net.minecraftforge.oredict.OreIngredient@703f78ea, net.minecraftforge.oredict.OreIngredient@4912036e, net.minecraft.item.crafting.Ingredient@72029218, net.minecraftforge.oredict.OreIngredient@4912036e, net.minecraftforge.oredict.OreIngredient@703f78ea, net.minecraft.item.crafting.Ingredient@cf608de, net.minecraftforge.oredict.OreIngredient@703f78ea]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.modularmachinery.blockenergyinputhatch@1 new recipe: RecipeStage{tier='four', recipe=1xtile.modularmachinery.blockenergyinputhatch@1:[net.minecraftforge.oredict.OreIngredient@24616605, net.minecraft.item.crafting.Ingredient@46051b2f, net.minecraftforge.oredict.OreIngredient@24616605, net.minecraftforge.oredict.OreIngredient@7ad9baff, net.minecraft.item.crafting.Ingredient@53f27f40, net.minecraftforge.oredict.OreIngredient@7ad9baff, net.minecraftforge.oredict.OreIngredient@24616605, net.minecraftforge.oredict.OreIngredient@7ad9baff, net.minecraftforge.oredict.OreIngredient@24616605]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.modularmachinery.blockfluidoutputhatch@0 new recipe: RecipeStage{tier='three', recipe=1xtile.modularmachinery.blockfluidoutputhatch@0:[net.minecraft.item.crafting.Ingredient@65cff7dd, net.minecraft.item.crafting.Ingredient@1e984734, net.minecraft.item.crafting.Ingredient@58f54dc6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xtile.modularmachinery.blockcasing@2 new recipe: RecipeStage{tier='four', recipe=2xtile.modularmachinery.blockcasing@2:[net.minecraftforge.oredict.OreIngredient@33db2522, net.minecraft.item.crafting.Ingredient@2e0aeb5c, net.minecraftforge.oredict.OreIngredient@33db2522, net.minecraft.item.crafting.Ingredient@7200e5df, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7200e5df, net.minecraftforge.oredict.OreIngredient@33db2522, net.minecraftforge.oredict.OreIngredient@13f6d305, net.minecraftforge.oredict.OreIngredient@33db2522]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ma.ultimate_reprocessor@0 new recipe: RecipeStage{tier='five', recipe=1xtile.ma.ultimate_reprocessor@0:[net.minecraft.item.crafting.Ingredient@43ce757b, net.minecraft.item.crafting.Ingredient@548e4258, net.minecraft.item.crafting.Ingredient@43ce757b, net.minecraft.item.crafting.Ingredient@2965b255, net.minecraft.item.crafting.Ingredient@2db10ea6, net.minecraft.item.crafting.Ingredient@2965b255, net.minecraft.item.crafting.Ingredient@43ce757b, net.minecraft.item.crafting.Ingredient@2965b255, net.minecraft.item.crafting.Ingredient@43ce757b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ma.supremium_reprocessor@0 new recipe: RecipeStage{tier='five', recipe=1xtile.ma.supremium_reprocessor@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@63f39125, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@63f39125, net.minecraft.item.crafting.Ingredient@5b90ae3c, net.minecraft.item.crafting.Ingredient@63f39125, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@78153a3c, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ma.superium_reprocessor@0 new recipe: RecipeStage{tier='five', recipe=1xtile.ma.superium_reprocessor@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1c086bd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1c086bd, net.minecraft.item.crafting.Ingredient@f2b7a53, net.minecraft.item.crafting.Ingredient@1c086bd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@50792a84, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ma.prudentium_reprocessor@0 new recipe: RecipeStage{tier='five', recipe=1xtile.ma.prudentium_reprocessor@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@64abd5b1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@64abd5b1, net.minecraft.item.crafting.Ingredient@5b3c1c09, net.minecraft.item.crafting.Ingredient@64abd5b1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@652816ce, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ma.intermedium_reprocessor@0 new recipe: RecipeStage{tier='five', recipe=1xtile.ma.intermedium_reprocessor@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@43395464, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@43395464, net.minecraft.item.crafting.Ingredient@6feb165d, net.minecraft.item.crafting.Ingredient@43395464, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1be52a86, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ma.inferium_reprocessor@0 new recipe: RecipeStage{tier='five', recipe=1xtile.ma.inferium_reprocessor@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@646a12f6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@646a12f6, net.minecraft.item.crafting.Ingredient@2b689816, net.minecraft.item.crafting.Ingredient@646a12f6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@727773e7, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ma.witherproof_glass@0 new recipe: RecipeStage{tier='five', recipe=1xtile.ma.witherproof_glass@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7bb7fe18, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7bb7fe18, net.minecraft.item.crafting.Ingredient@5612d3d1, net.minecraft.item.crafting.Ingredient@7bb7fe18, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7bb7fe18, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ma.witherproof_block@0 new recipe: RecipeStage{tier='five', recipe=1xtile.ma.witherproof_block@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@115df22, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@115df22, net.minecraft.item.crafting.Ingredient@1e405672, net.minecraft.item.crafting.Ingredient@115df22, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@115df22, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ma.tinkering_table@4 new recipe: RecipeStage{tier='five', recipe=1xtile.ma.tinkering_table@4:[net.minecraft.item.crafting.Ingredient@363d4234, net.minecraft.item.crafting.Ingredient@363d4234, net.minecraft.item.crafting.Ingredient@363d4234, net.minecraft.item.crafting.Ingredient@2f378a7a, net.minecraftforge.oredict.OreIngredient@7ee95eb5, net.minecraft.item.crafting.Ingredient@2f378a7a, net.minecraft.item.crafting.Ingredient@2f378a7a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2f378a7a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ma.supremium_furnace@0 new recipe: RecipeStage{tier='five', recipe=1xtile.ma.supremium_furnace@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6a5f9e58, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6a5f9e58, net.minecraft.item.crafting.Ingredient@7fb851f5, net.minecraft.item.crafting.Ingredient@6a5f9e58, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@30929780, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.coal@4 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.coal@4:[net.minecraft.item.crafting.Ingredient@347163b, net.minecraft.item.crafting.Ingredient@6bf39e1f, net.minecraft.item.crafting.Ingredient@4a211e0e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ma.tinkering_table@3 new recipe: RecipeStage{tier='five', recipe=1xtile.ma.tinkering_table@3:[net.minecraft.item.crafting.Ingredient@e527b11, net.minecraft.item.crafting.Ingredient@e527b11, net.minecraft.item.crafting.Ingredient@e527b11, net.minecraft.item.crafting.Ingredient@5c8a0183, net.minecraftforge.oredict.OreIngredient@4ad65d20, net.minecraft.item.crafting.Ingredient@5c8a0183, net.minecraft.item.crafting.Ingredient@5c8a0183, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5c8a0183]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ma.superium_furnace@0 new recipe: RecipeStage{tier='five', recipe=1xtile.ma.superium_furnace@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@773ca93f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@773ca93f, net.minecraft.item.crafting.Ingredient@58fa8f77, net.minecraft.item.crafting.Ingredient@773ca93f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@515ce063, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.coal@3 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.coal@3:[net.minecraft.item.crafting.Ingredient@336d94f3, net.minecraft.item.crafting.Ingredient@5d700247, net.minecraft.item.crafting.Ingredient@1899f91c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ma.seed_reprocessor@0 new recipe: RecipeStage{tier='five', recipe=1xtile.ma.seed_reprocessor@0:[net.minecraftforge.oredict.OreIngredient@4a8d408b, net.minecraft.item.crafting.Ingredient@698bc910, net.minecraftforge.oredict.OreIngredient@4a8d408b, net.minecraftforge.oredict.OreIngredient@4a8d408b, net.minecraft.item.crafting.Ingredient@6d354d36, net.minecraftforge.oredict.OreIngredient@4a8d408b, net.minecraftforge.oredict.OreIngredient@4a8d408b, net.minecraft.item.crafting.Ingredient@1864cef5, net.minecraftforge.oredict.OreIngredient@4a8d408b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ma.tinkering_table@1 new recipe: RecipeStage{tier='five', recipe=1xtile.ma.tinkering_table@1:[net.minecraft.item.crafting.Ingredient@24669e32, net.minecraft.item.crafting.Ingredient@24669e32, net.minecraft.item.crafting.Ingredient@24669e32, net.minecraft.item.crafting.Ingredient@3e946e32, net.minecraftforge.oredict.OreIngredient@17b034f6, net.minecraft.item.crafting.Ingredient@3e946e32, net.minecraft.item.crafting.Ingredient@3e946e32, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3e946e32]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ma.prudentium_furnace@0 new recipe: RecipeStage{tier='five', recipe=1xtile.ma.prudentium_furnace@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@59208b8e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@59208b8e, net.minecraft.item.crafting.Ingredient@6fcc6205, net.minecraft.item.crafting.Ingredient@59208b8e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7580b88d, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.coal@1 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.coal@1:[net.minecraft.item.crafting.Ingredient@545be27a, net.minecraft.item.crafting.Ingredient@5202ff0d, net.minecraft.item.crafting.Ingredient@56524ce]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.ma.mystical_machine_frame@0 new recipe: RecipeStage{tier='five', recipe=4xtile.ma.mystical_machine_frame@0:[net.minecraftforge.oredict.OreIngredient@3853ef5d, net.minecraft.item.crafting.Ingredient@65296311, net.minecraftforge.oredict.OreIngredient@3853ef5d, net.minecraft.item.crafting.Ingredient@65296311, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@65296311, net.minecraftforge.oredict.OreIngredient@3853ef5d, net.minecraft.item.crafting.Ingredient@65296311, net.minecraftforge.oredict.OreIngredient@3853ef5d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.master_infusion_crystal@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.master_infusion_crystal@0:[net.minecraft.item.crafting.Ingredient@19ebd6c0, net.minecraft.item.crafting.Ingredient@112e637a, net.minecraft.item.crafting.Ingredient@19ebd6c0, net.minecraft.item.crafting.Ingredient@112e637a, net.minecraftforge.oredict.OreIngredient@27cd87b5, net.minecraft.item.crafting.Ingredient@112e637a, net.minecraft.item.crafting.Ingredient@19ebd6c0, net.minecraft.item.crafting.Ingredient@112e637a, net.minecraft.item.crafting.Ingredient@19ebd6c0]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ma.tinkering_table@2 new recipe: RecipeStage{tier='five', recipe=1xtile.ma.tinkering_table@2:[net.minecraft.item.crafting.Ingredient@19b45b7e, net.minecraft.item.crafting.Ingredient@19b45b7e, net.minecraft.item.crafting.Ingredient@19b45b7e, net.minecraft.item.crafting.Ingredient@a92171a, net.minecraftforge.oredict.OreIngredient@7ac98592, net.minecraft.item.crafting.Ingredient@a92171a, net.minecraft.item.crafting.Ingredient@a92171a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@a92171a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ma.intermedium_furnace@0 new recipe: RecipeStage{tier='five', recipe=1xtile.ma.intermedium_furnace@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@33710196, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@33710196, net.minecraft.item.crafting.Ingredient@21f78131, net.minecraft.item.crafting.Ingredient@33710196, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2e3afd33, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.coal@2 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.coal@2:[net.minecraft.item.crafting.Ingredient@57991c91, net.minecraft.item.crafting.Ingredient@6b283827, net.minecraft.item.crafting.Ingredient@5abbc1c7]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.infusion_crystal@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.infusion_crystal@0:[net.minecraft.item.crafting.Ingredient@5853f24a, net.minecraft.item.crafting.Ingredient@2cd50df0, net.minecraft.item.crafting.Ingredient@5853f24a, net.minecraft.item.crafting.Ingredient@2cd50df0, net.minecraftforge.oredict.OreIngredient@5098b36b, net.minecraft.item.crafting.Ingredient@2cd50df0, net.minecraft.item.crafting.Ingredient@5853f24a, net.minecraft.item.crafting.Ingredient@2cd50df0, net.minecraft.item.crafting.Ingredient@5853f24a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ma.tinkering_table@0 new recipe: RecipeStage{tier='five', recipe=1xtile.ma.tinkering_table@0:[net.minecraft.item.crafting.Ingredient@4f322ed4, net.minecraft.item.crafting.Ingredient@4f322ed4, net.minecraft.item.crafting.Ingredient@4f322ed4, net.minecraft.item.crafting.Ingredient@3bc6091a, net.minecraftforge.oredict.OreIngredient@3258896e, net.minecraft.item.crafting.Ingredient@3bc6091a, net.minecraft.item.crafting.Ingredient@3bc6091a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3bc6091a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ma.inferium_furnace@0 new recipe: RecipeStage{tier='five', recipe=1xtile.ma.inferium_furnace@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@640cee03, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@640cee03, net.minecraft.item.crafting.Ingredient@17709a5a, net.minecraft.item.crafting.Ingredient@640cee03, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6c8b1d2a, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.coal@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.coal@0:[net.minecraft.item.crafting.Ingredient@6a19c202, net.minecraft.item.crafting.Ingredient@287bcb43, net.minecraft.item.crafting.Ingredient@15808750]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ma.growth_accelerator@0 new recipe: RecipeStage{tier='five', recipe=1xtile.ma.growth_accelerator@0:[net.minecraftforge.oredict.OreIngredient@778ae50c, net.minecraft.item.crafting.Ingredient@18f4d30e, net.minecraftforge.oredict.OreIngredient@778ae50c, net.minecraft.item.crafting.Ingredient@18f4d30e, net.minecraftforge.oredict.OreIngredient@3d073abd, net.minecraft.item.crafting.Ingredient@18f4d30e, net.minecraftforge.oredict.OreIngredient@778ae50c, net.minecraft.item.crafting.Ingredient@18f4d30e, net.minecraftforge.oredict.OreIngredient@778ae50c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.expBottle@0 new recipe: RecipeStage{tier='zero', recipe=1xitem.expBottle@0:[net.minecraft.item.crafting.Ingredient@4be8f192, net.minecraft.item.crafting.Ingredient@6a86d3a5]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.core_remover@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.core_remover@0:[net.minecraftforge.oredict.OreIngredient@125faad2, net.minecraftforge.oredict.OreIngredient@5c1b95b8, net.minecraftforge.oredict.OreIngredient@125faad2, net.minecraftforge.oredict.OreIngredient@5c1b95b8, net.minecraftforge.oredict.OreIngredient@1c5c4717, net.minecraftforge.oredict.OreIngredient@5c1b95b8, net.minecraftforge.oredict.OreIngredient@125faad2, net.minecraftforge.oredict.OreIngredient@5c1b95b8, net.minecraftforge.oredict.OreIngredient@125faad2]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.crafting@4 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.crafting@4:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@118b409, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@118b409, net.minecraft.item.crafting.Ingredient@54f7d6c9, net.minecraft.item.crafting.Ingredient@118b409, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@118b409, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ma.storage@4 new recipe: RecipeStage{tier='five', recipe=1xtile.ma.storage@4:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@753f0f3c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@753f0f3c, net.minecraft.item.crafting.Ingredient@62add8b8, net.minecraft.item.crafting.Ingredient@753f0f3c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@753f0f3c, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.crafting@3 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.crafting@3:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@686f2362, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@686f2362, net.minecraft.item.crafting.Ingredient@54f7d6c9, net.minecraft.item.crafting.Ingredient@686f2362, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@686f2362, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xitem.ma.crafting@3 new recipe: RecipeStage{tier='five', recipe=4xitem.ma.crafting@3:[net.minecraft.item.crafting.Ingredient@53d943de]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ma.storage@3 new recipe: RecipeStage{tier='five', recipe=1xtile.ma.storage@3:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1b5d4a54, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1b5d4a54, net.minecraft.item.crafting.Ingredient@4420cf26, net.minecraft.item.crafting.Ingredient@1b5d4a54, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1b5d4a54, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ma.ingot_storage@5 new recipe: RecipeStage{tier='five', recipe=1xtile.ma.ingot_storage@5:[net.minecraft.item.crafting.Ingredient@154f3f93, net.minecraft.item.crafting.Ingredient@154f3f93, net.minecraft.item.crafting.Ingredient@154f3f93, net.minecraft.item.crafting.Ingredient@154f3f93, net.minecraft.item.crafting.Ingredient@154f3f93, net.minecraft.item.crafting.Ingredient@154f3f93, net.minecraft.item.crafting.Ingredient@154f3f93, net.minecraft.item.crafting.Ingredient@154f3f93, net.minecraft.item.crafting.Ingredient@154f3f93]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.ma.crafting@37 new recipe: RecipeStage{tier='five', recipe=9xitem.ma.crafting@37:[net.minecraft.item.crafting.Ingredient@490b32b0]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ma.storage@4 new recipe: RecipeStage{tier='five', recipe=1xtile.ma.storage@4:[net.minecraft.item.crafting.Ingredient@6020797e, net.minecraft.item.crafting.Ingredient@6020797e, net.minecraft.item.crafting.Ingredient@6020797e, net.minecraft.item.crafting.Ingredient@6020797e, net.minecraft.item.crafting.Ingredient@6020797e, net.minecraft.item.crafting.Ingredient@6020797e, net.minecraft.item.crafting.Ingredient@6020797e, net.minecraft.item.crafting.Ingredient@6020797e, net.minecraft.item.crafting.Ingredient@6020797e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.ma.crafting@4 new recipe: RecipeStage{tier='five', recipe=9xitem.ma.crafting@4:[net.minecraft.item.crafting.Ingredient@4c4f08e5]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ma.coal_block@4 new recipe: RecipeStage{tier='five', recipe=1xtile.ma.coal_block@4:[net.minecraft.item.crafting.Ingredient@4dc063e7, net.minecraft.item.crafting.Ingredient@4dc063e7, net.minecraft.item.crafting.Ingredient@4dc063e7, net.minecraft.item.crafting.Ingredient@4dc063e7, net.minecraft.item.crafting.Ingredient@4dc063e7, net.minecraft.item.crafting.Ingredient@4dc063e7, net.minecraft.item.crafting.Ingredient@4dc063e7, net.minecraft.item.crafting.Ingredient@4dc063e7, net.minecraft.item.crafting.Ingredient@4dc063e7]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.ma.coal@4 new recipe: RecipeStage{tier='five', recipe=9xitem.ma.coal@4:[net.minecraft.item.crafting.Ingredient@52a8edba]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ma.ingot_storage@4 new recipe: RecipeStage{tier='five', recipe=1xtile.ma.ingot_storage@4:[net.minecraft.item.crafting.Ingredient@3c27f2d4, net.minecraft.item.crafting.Ingredient@3c27f2d4, net.minecraft.item.crafting.Ingredient@3c27f2d4, net.minecraft.item.crafting.Ingredient@3c27f2d4, net.minecraft.item.crafting.Ingredient@3c27f2d4, net.minecraft.item.crafting.Ingredient@3c27f2d4, net.minecraft.item.crafting.Ingredient@3c27f2d4, net.minecraft.item.crafting.Ingredient@3c27f2d4, net.minecraft.item.crafting.Ingredient@3c27f2d4]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.ma.crafting@36 new recipe: RecipeStage{tier='five', recipe=9xitem.ma.crafting@36:[net.minecraft.item.crafting.Ingredient@27065f32]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ma.storage@3 new recipe: RecipeStage{tier='five', recipe=1xtile.ma.storage@3:[net.minecraft.item.crafting.Ingredient@290333da, net.minecraft.item.crafting.Ingredient@290333da, net.minecraft.item.crafting.Ingredient@290333da, net.minecraft.item.crafting.Ingredient@290333da, net.minecraft.item.crafting.Ingredient@290333da, net.minecraft.item.crafting.Ingredient@290333da, net.minecraft.item.crafting.Ingredient@290333da, net.minecraft.item.crafting.Ingredient@290333da, net.minecraft.item.crafting.Ingredient@290333da]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.ma.crafting@3 new recipe: RecipeStage{tier='five', recipe=9xitem.ma.crafting@3:[net.minecraft.item.crafting.Ingredient@4341ed0b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ma.coal_block@3 new recipe: RecipeStage{tier='five', recipe=1xtile.ma.coal_block@3:[net.minecraft.item.crafting.Ingredient@1a2771f9, net.minecraft.item.crafting.Ingredient@1a2771f9, net.minecraft.item.crafting.Ingredient@1a2771f9, net.minecraft.item.crafting.Ingredient@1a2771f9, net.minecraft.item.crafting.Ingredient@1a2771f9, net.minecraft.item.crafting.Ingredient@1a2771f9, net.minecraft.item.crafting.Ingredient@1a2771f9, net.minecraft.item.crafting.Ingredient@1a2771f9, net.minecraft.item.crafting.Ingredient@1a2771f9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.ma.coal@3 new recipe: RecipeStage{tier='five', recipe=9xitem.ma.coal@3:[net.minecraft.item.crafting.Ingredient@14fc1fba]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ma.ingot_storage@6 new recipe: RecipeStage{tier='five', recipe=1xtile.ma.ingot_storage@6:[net.minecraft.item.crafting.Ingredient@76549e77, net.minecraft.item.crafting.Ingredient@76549e77, net.minecraft.item.crafting.Ingredient@76549e77, net.minecraft.item.crafting.Ingredient@76549e77, net.minecraft.item.crafting.Ingredient@76549e77, net.minecraft.item.crafting.Ingredient@76549e77, net.minecraft.item.crafting.Ingredient@76549e77, net.minecraft.item.crafting.Ingredient@76549e77, net.minecraft.item.crafting.Ingredient@76549e77]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.ma.crafting@38 new recipe: RecipeStage{tier='five', recipe=9xitem.ma.crafting@38:[net.minecraft.item.crafting.Ingredient@1007c74c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ma.ingot_storage@2 new recipe: RecipeStage{tier='five', recipe=1xtile.ma.ingot_storage@2:[net.minecraft.item.crafting.Ingredient@4c0b887f, net.minecraft.item.crafting.Ingredient@4c0b887f, net.minecraft.item.crafting.Ingredient@4c0b887f, net.minecraft.item.crafting.Ingredient@4c0b887f, net.minecraft.item.crafting.Ingredient@4c0b887f, net.minecraft.item.crafting.Ingredient@4c0b887f, net.minecraft.item.crafting.Ingredient@4c0b887f, net.minecraft.item.crafting.Ingredient@4c0b887f, net.minecraft.item.crafting.Ingredient@4c0b887f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.ma.crafting@34 new recipe: RecipeStage{tier='five', recipe=9xitem.ma.crafting@34:[net.minecraft.item.crafting.Ingredient@8453a3c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ma.storage@1 new recipe: RecipeStage{tier='five', recipe=1xtile.ma.storage@1:[net.minecraft.item.crafting.Ingredient@4c77da40, net.minecraft.item.crafting.Ingredient@4c77da40, net.minecraft.item.crafting.Ingredient@4c77da40, net.minecraft.item.crafting.Ingredient@4c77da40, net.minecraft.item.crafting.Ingredient@4c77da40, net.minecraft.item.crafting.Ingredient@4c77da40, net.minecraft.item.crafting.Ingredient@4c77da40, net.minecraft.item.crafting.Ingredient@4c77da40, net.minecraft.item.crafting.Ingredient@4c77da40]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.ma.crafting@1 new recipe: RecipeStage{tier='five', recipe=9xitem.ma.crafting@1:[net.minecraft.item.crafting.Ingredient@7aca014b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ma.coal_block@1 new recipe: RecipeStage{tier='five', recipe=1xtile.ma.coal_block@1:[net.minecraft.item.crafting.Ingredient@2741124, net.minecraft.item.crafting.Ingredient@2741124, net.minecraft.item.crafting.Ingredient@2741124, net.minecraft.item.crafting.Ingredient@2741124, net.minecraft.item.crafting.Ingredient@2741124, net.minecraft.item.crafting.Ingredient@2741124, net.minecraft.item.crafting.Ingredient@2741124, net.minecraft.item.crafting.Ingredient@2741124, net.minecraft.item.crafting.Ingredient@2741124]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.ma.coal@1 new recipe: RecipeStage{tier='five', recipe=9xitem.ma.coal@1:[net.minecraft.item.crafting.Ingredient@40ffade]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ma.storage@5 new recipe: RecipeStage{tier='five', recipe=1xtile.ma.storage@5:[net.minecraft.item.crafting.Ingredient@732b4948, net.minecraft.item.crafting.Ingredient@732b4948, net.minecraft.item.crafting.Ingredient@732b4948, net.minecraft.item.crafting.Ingredient@732b4948, net.minecraft.item.crafting.Ingredient@732b4948, net.minecraft.item.crafting.Ingredient@732b4948, net.minecraft.item.crafting.Ingredient@732b4948, net.minecraft.item.crafting.Ingredient@732b4948, net.minecraft.item.crafting.Ingredient@732b4948]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.ma.crafting@5 new recipe: RecipeStage{tier='five', recipe=9xitem.ma.crafting@5:[net.minecraft.item.crafting.Ingredient@1b0b331b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ma.ingot_storage@3 new recipe: RecipeStage{tier='five', recipe=1xtile.ma.ingot_storage@3:[net.minecraft.item.crafting.Ingredient@a9b8f5d, net.minecraft.item.crafting.Ingredient@a9b8f5d, net.minecraft.item.crafting.Ingredient@a9b8f5d, net.minecraft.item.crafting.Ingredient@a9b8f5d, net.minecraft.item.crafting.Ingredient@a9b8f5d, net.minecraft.item.crafting.Ingredient@a9b8f5d, net.minecraft.item.crafting.Ingredient@a9b8f5d, net.minecraft.item.crafting.Ingredient@a9b8f5d, net.minecraft.item.crafting.Ingredient@a9b8f5d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.ma.crafting@35 new recipe: RecipeStage{tier='five', recipe=9xitem.ma.crafting@35:[net.minecraft.item.crafting.Ingredient@535042d1]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ma.storage@2 new recipe: RecipeStage{tier='five', recipe=1xtile.ma.storage@2:[net.minecraft.item.crafting.Ingredient@2052ced, net.minecraft.item.crafting.Ingredient@2052ced, net.minecraft.item.crafting.Ingredient@2052ced, net.minecraft.item.crafting.Ingredient@2052ced, net.minecraft.item.crafting.Ingredient@2052ced, net.minecraft.item.crafting.Ingredient@2052ced, net.minecraft.item.crafting.Ingredient@2052ced, net.minecraft.item.crafting.Ingredient@2052ced, net.minecraft.item.crafting.Ingredient@2052ced]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.ma.crafting@2 new recipe: RecipeStage{tier='five', recipe=9xitem.ma.crafting@2:[net.minecraft.item.crafting.Ingredient@531b3409]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ma.coal_block@2 new recipe: RecipeStage{tier='five', recipe=1xtile.ma.coal_block@2:[net.minecraft.item.crafting.Ingredient@156392ca, net.minecraft.item.crafting.Ingredient@156392ca, net.minecraft.item.crafting.Ingredient@156392ca, net.minecraft.item.crafting.Ingredient@156392ca, net.minecraft.item.crafting.Ingredient@156392ca, net.minecraft.item.crafting.Ingredient@156392ca, net.minecraft.item.crafting.Ingredient@156392ca, net.minecraft.item.crafting.Ingredient@156392ca, net.minecraft.item.crafting.Ingredient@156392ca]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.ma.coal@2 new recipe: RecipeStage{tier='five', recipe=9xitem.ma.coal@2:[net.minecraft.item.crafting.Ingredient@53bcf5bd]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ma.ingot_storage@1 new recipe: RecipeStage{tier='five', recipe=1xtile.ma.ingot_storage@1:[net.minecraft.item.crafting.Ingredient@e340e1f, net.minecraft.item.crafting.Ingredient@e340e1f, net.minecraft.item.crafting.Ingredient@e340e1f, net.minecraft.item.crafting.Ingredient@e340e1f, net.minecraft.item.crafting.Ingredient@e340e1f, net.minecraft.item.crafting.Ingredient@e340e1f, net.minecraft.item.crafting.Ingredient@e340e1f, net.minecraft.item.crafting.Ingredient@e340e1f, net.minecraft.item.crafting.Ingredient@e340e1f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.ma.crafting@33 new recipe: RecipeStage{tier='five', recipe=9xitem.ma.crafting@33:[net.minecraft.item.crafting.Ingredient@672e76fe]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ma.storage@0 new recipe: RecipeStage{tier='five', recipe=1xtile.ma.storage@0:[net.minecraft.item.crafting.Ingredient@1f502e04, net.minecraft.item.crafting.Ingredient@1f502e04, net.minecraft.item.crafting.Ingredient@1f502e04, net.minecraft.item.crafting.Ingredient@1f502e04, net.minecraft.item.crafting.Ingredient@1f502e04, net.minecraft.item.crafting.Ingredient@1f502e04, net.minecraft.item.crafting.Ingredient@1f502e04, net.minecraft.item.crafting.Ingredient@1f502e04, net.minecraft.item.crafting.Ingredient@1f502e04]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.ma.crafting@0 new recipe: RecipeStage{tier='five', recipe=9xitem.ma.crafting@0:[net.minecraft.item.crafting.Ingredient@37bc5954]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ma.coal_block@0 new recipe: RecipeStage{tier='five', recipe=1xtile.ma.coal_block@0:[net.minecraft.item.crafting.Ingredient@56b070f9, net.minecraft.item.crafting.Ingredient@56b070f9, net.minecraft.item.crafting.Ingredient@56b070f9, net.minecraft.item.crafting.Ingredient@56b070f9, net.minecraft.item.crafting.Ingredient@56b070f9, net.minecraft.item.crafting.Ingredient@56b070f9, net.minecraft.item.crafting.Ingredient@56b070f9, net.minecraft.item.crafting.Ingredient@56b070f9, net.minecraft.item.crafting.Ingredient@56b070f9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.ma.coal@0 new recipe: RecipeStage{tier='five', recipe=9xitem.ma.coal@0:[net.minecraft.item.crafting.Ingredient@47b0c528]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ma.ingot_storage@0 new recipe: RecipeStage{tier='five', recipe=1xtile.ma.ingot_storage@0:[net.minecraft.item.crafting.Ingredient@3300f53d, net.minecraft.item.crafting.Ingredient@3300f53d, net.minecraft.item.crafting.Ingredient@3300f53d, net.minecraft.item.crafting.Ingredient@3300f53d, net.minecraft.item.crafting.Ingredient@3300f53d, net.minecraft.item.crafting.Ingredient@3300f53d, net.minecraft.item.crafting.Ingredient@3300f53d, net.minecraft.item.crafting.Ingredient@3300f53d, net.minecraft.item.crafting.Ingredient@3300f53d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.ma.crafting@32 new recipe: RecipeStage{tier='five', recipe=9xitem.ma.crafting@32:[net.minecraft.item.crafting.Ingredient@71fb8656]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.crafting@1 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.crafting@1:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1a738735, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1a738735, net.minecraft.item.crafting.Ingredient@54f7d6c9, net.minecraft.item.crafting.Ingredient@1a738735, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1a738735, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xitem.ma.crafting@1 new recipe: RecipeStage{tier='five', recipe=4xitem.ma.crafting@1:[net.minecraft.item.crafting.Ingredient@54a26d81]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ma.storage@1 new recipe: RecipeStage{tier='five', recipe=1xtile.ma.storage@1:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@18b3bde0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@18b3bde0, net.minecraft.item.crafting.Ingredient@1ff4c4df, net.minecraft.item.crafting.Ingredient@18b3bde0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@18b3bde0, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.crafting@2 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.crafting@2:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5742316c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5742316c, net.minecraft.item.crafting.Ingredient@54f7d6c9, net.minecraft.item.crafting.Ingredient@5742316c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5742316c, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xitem.ma.crafting@2 new recipe: RecipeStage{tier='five', recipe=4xitem.ma.crafting@2:[net.minecraft.item.crafting.Ingredient@6c327fdc]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ma.storage@2 new recipe: RecipeStage{tier='five', recipe=1xtile.ma.storage@2:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@77e8a1a0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@77e8a1a0, net.minecraft.item.crafting.Ingredient@4db29433, net.minecraft.item.crafting.Ingredient@77e8a1a0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@77e8a1a0, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xitem.ma.crafting@0 new recipe: RecipeStage{tier='five', recipe=4xitem.ma.crafting@0:[net.minecraft.item.crafting.Ingredient@cf242df]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.insanium@4 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.insanium@4:[net.minecraft.item.crafting.Ingredient@61e43f59, net.minecraft.item.crafting.Ingredient@33f1c688, net.minecraft.item.crafting.Ingredient@2a3d38d6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.tier6_inferium_seeds@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.tier6_inferium_seeds@0:[net.minecraft.item.crafting.Ingredient@103862bb, net.minecraft.item.crafting.Ingredient@103862bb, net.minecraft.item.crafting.Ingredient@103862bb, net.minecraft.item.crafting.Ingredient@103862bb, net.minecraft.item.crafting.Ingredient@b4c565b, net.minecraft.item.crafting.Ingredient@103862bb, net.minecraft.item.crafting.Ingredient@103862bb, net.minecraft.item.crafting.Ingredient@103862bb, net.minecraft.item.crafting.Ingredient@103862bb]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.insanium@1 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.insanium@1:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4e5466f8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4e5466f8, net.minecraft.item.crafting.Ingredient@7ad2a5d9, net.minecraft.item.crafting.Ingredient@4e5466f8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4e5466f8, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.supremium_paxel@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.supremium_paxel@0:[net.minecraft.item.crafting.Ingredient@5fda6432, net.minecraft.item.crafting.Ingredient@5309f6cc, net.minecraft.item.crafting.Ingredient@37c125a1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@486bfd4d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@486bfd4d, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.superium_paxel@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.superium_paxel@0:[net.minecraft.item.crafting.Ingredient@717b18d1, net.minecraft.item.crafting.Ingredient@52989db3, net.minecraft.item.crafting.Ingredient@74d3480d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7a361de3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7a361de3, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.prudentium_paxel@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.prudentium_paxel@0:[net.minecraft.item.crafting.Ingredient@612f3722, net.minecraft.item.crafting.Ingredient@233069ec, net.minecraft.item.crafting.Ingredient@6c976059, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2092d20e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2092d20e, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.netherStar@0 new recipe: RecipeStage{tier='three', recipe=1xitem.netherStar@0:[net.minecraft.item.crafting.Ingredient@79b5914a, net.minecraft.item.crafting.Ingredient@224a95da, net.minecraft.item.crafting.Ingredient@223e1b82]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.intermedium_paxel@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.intermedium_paxel@0:[net.minecraft.item.crafting.Ingredient@15f1f293, net.minecraft.item.crafting.Ingredient@3bd46568, net.minecraft.item.crafting.Ingredient@17098fc9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@58985049, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@58985049, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ma.tinkering_table@0 new recipe: RecipeStage{tier='five', recipe=1xtile.ma.tinkering_table@0:[net.minecraft.item.crafting.Ingredient@1bac2f98, net.minecraft.item.crafting.Ingredient@1bac2f98, net.minecraft.item.crafting.Ingredient@1bac2f98, net.minecraft.item.crafting.Ingredient@63963202, net.minecraftforge.oredict.OreIngredient@3dfd8dd4, net.minecraft.item.crafting.Ingredient@63963202, net.minecraft.item.crafting.Ingredient@63963202, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@63963202]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.insanium@2 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.insanium@2:[net.minecraft.item.crafting.Ingredient@24e22095, net.minecraft.item.crafting.Ingredient@24e22095, net.minecraft.item.crafting.Ingredient@24e22095, net.minecraft.item.crafting.Ingredient@24e22095, net.minecraft.item.crafting.Ingredient@24e22095, net.minecraft.item.crafting.Ingredient@24e22095, net.minecraft.item.crafting.Ingredient@24e22095, net.minecraft.item.crafting.Ingredient@24e22095, net.minecraft.item.crafting.Ingredient@24e22095]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ma.storage@1 new recipe: RecipeStage{tier='five', recipe=1xtile.ma.storage@1:[net.minecraft.item.crafting.Ingredient@50d89a62, net.minecraft.item.crafting.Ingredient@50d89a62, net.minecraft.item.crafting.Ingredient@50d89a62, net.minecraft.item.crafting.Ingredient@50d89a62, net.minecraft.item.crafting.Ingredient@50d89a62, net.minecraft.item.crafting.Ingredient@50d89a62, net.minecraft.item.crafting.Ingredient@50d89a62, net.minecraft.item.crafting.Ingredient@50d89a62, net.minecraft.item.crafting.Ingredient@50d89a62]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.ma.insanium@2 new recipe: RecipeStage{tier='five', recipe=9xitem.ma.insanium@2:[net.minecraft.item.crafting.Ingredient@3ed38a59]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.insanium@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.insanium@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5578e69d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5578e69d, net.minecraft.item.crafting.Ingredient@3cc4cf3f, net.minecraft.item.crafting.Ingredient@5578e69d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5578e69d, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xitem.ma.crafting@4 new recipe: RecipeStage{tier='five', recipe=4xitem.ma.crafting@4:[net.minecraft.item.crafting.Ingredient@fdc0ac3]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ma.storage@0 new recipe: RecipeStage{tier='five', recipe=1xtile.ma.storage@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@56e2678f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@56e2678f, net.minecraft.item.crafting.Ingredient@68ddcfb9, net.minecraft.item.crafting.Ingredient@56e2678f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@56e2678f, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ma.storage@0 new recipe: RecipeStage{tier='five', recipe=1xtile.ma.storage@0:[net.minecraft.item.crafting.Ingredient@342a6f7c, net.minecraft.item.crafting.Ingredient@342a6f7c, net.minecraft.item.crafting.Ingredient@342a6f7c, net.minecraft.item.crafting.Ingredient@342a6f7c, net.minecraft.item.crafting.Ingredient@342a6f7c, net.minecraft.item.crafting.Ingredient@342a6f7c, net.minecraft.item.crafting.Ingredient@342a6f7c, net.minecraft.item.crafting.Ingredient@342a6f7c, net.minecraft.item.crafting.Ingredient@342a6f7c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.ma.insanium@0 new recipe: RecipeStage{tier='five', recipe=9xitem.ma.insanium@0:[net.minecraft.item.crafting.Ingredient@137068c3]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ma.storage@2 new recipe: RecipeStage{tier='five', recipe=1xtile.ma.storage@2:[net.minecraft.item.crafting.Ingredient@31509e0a, net.minecraft.item.crafting.Ingredient@31509e0a, net.minecraft.item.crafting.Ingredient@31509e0a, net.minecraft.item.crafting.Ingredient@31509e0a, net.minecraft.item.crafting.Ingredient@31509e0a, net.minecraft.item.crafting.Ingredient@31509e0a, net.minecraft.item.crafting.Ingredient@31509e0a, net.minecraft.item.crafting.Ingredient@31509e0a, net.minecraft.item.crafting.Ingredient@31509e0a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.ma.insanium@5 new recipe: RecipeStage{tier='five', recipe=9xitem.ma.insanium@5:[net.minecraft.item.crafting.Ingredient@839a8b7]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.insanium@5 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.insanium@5:[net.minecraft.item.crafting.Ingredient@d6d4887, net.minecraft.item.crafting.Ingredient@7a3f2654, net.minecraft.item.crafting.Ingredient@68d4b57]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.inferium_paxel@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.inferium_paxel@0:[net.minecraft.item.crafting.Ingredient@67a2e0da, net.minecraft.item.crafting.Ingredient@4082787c, net.minecraft.item.crafting.Ingredient@72d92e86, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@372dbcfd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@372dbcfd, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.dragonEgg@0 new recipe: RecipeStage{tier='four', recipe=1xtile.dragonEgg@0:[net.minecraft.item.crafting.Ingredient@756dc5ba, net.minecraft.item.crafting.Ingredient@7b6deb4b, net.minecraft.item.crafting.Ingredient@303247f8]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xitem.nex:witherDust@0 new recipe: RecipeStage{tier='three', recipe=3xitem.nex:witherDust@0:[net.minecraftforge.oredict.OreIngredient@5c8ac471]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.nex:witherBoneLeggings@0 new recipe: RecipeStage{tier='three', recipe=1xitem.nex:witherBoneLeggings@0:[net.minecraftforge.oredict.OreIngredient@653c25c2, net.minecraftforge.oredict.OreIngredient@653c25c2, net.minecraftforge.oredict.OreIngredient@653c25c2, net.minecraftforge.oredict.OreIngredient@653c25c2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@653c25c2, net.minecraftforge.oredict.OreIngredient@653c25c2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@653c25c2]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.nex:witherBoneHelmet@0 new recipe: RecipeStage{tier='three', recipe=1xitem.nex:witherBoneHelmet@0:[net.minecraftforge.oredict.OreIngredient@2c66f4ce, net.minecraftforge.oredict.OreIngredient@2c66f4ce, net.minecraftforge.oredict.OreIngredient@2c66f4ce, net.minecraftforge.oredict.OreIngredient@2c66f4ce, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2c66f4ce]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.nex:witherBoneChestplate@0 new recipe: RecipeStage{tier='three', recipe=1xitem.nex:witherBoneChestplate@0:[net.minecraftforge.oredict.OreIngredient@35753ba4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@35753ba4, net.minecraftforge.oredict.OreIngredient@35753ba4, net.minecraftforge.oredict.OreIngredient@35753ba4, net.minecraftforge.oredict.OreIngredient@35753ba4, net.minecraftforge.oredict.OreIngredient@35753ba4, net.minecraftforge.oredict.OreIngredient@35753ba4, net.minecraftforge.oredict.OreIngredient@35753ba4]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.nex:witherBoneBoots@0 new recipe: RecipeStage{tier='three', recipe=1xitem.nex:witherBoneBoots@0:[net.minecraftforge.oredict.OreIngredient@6a329a06, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6a329a06, net.minecraftforge.oredict.OreIngredient@6a329a06, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6a329a06]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.nex:vanillaWall@2 new recipe: RecipeStage{tier='three', recipe=6xtile.nex:vanillaWall@2:[net.minecraft.item.crafting.Ingredient@5a67f16b, net.minecraft.item.crafting.Ingredient@5a67f16b, net.minecraft.item.crafting.Ingredient@5a67f16b, net.minecraft.item.crafting.Ingredient@5a67f16b, net.minecraft.item.crafting.Ingredient@5a67f16b, net.minecraft.item.crafting.Ingredient@5a67f16b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.nex:vanillaWall@1 new recipe: RecipeStage{tier='three', recipe=6xtile.nex:vanillaWall@1:[net.minecraft.item.crafting.Ingredient@6a0bf819, net.minecraft.item.crafting.Ingredient@6a0bf819, net.minecraft.item.crafting.Ingredient@6a0bf819, net.minecraft.item.crafting.Ingredient@6a0bf819, net.minecraft.item.crafting.Ingredient@6a0bf819, net.minecraft.item.crafting.Ingredient@6a0bf819]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.nex:vanillaWall@0 new recipe: RecipeStage{tier='three', recipe=6xtile.nex:vanillaWall@0:[net.minecraft.item.crafting.Ingredient@2d77f1aa, net.minecraft.item.crafting.Ingredient@2d77f1aa, net.minecraft.item.crafting.Ingredient@2d77f1aa, net.minecraft.item.crafting.Ingredient@2d77f1aa, net.minecraft.item.crafting.Ingredient@2d77f1aa, net.minecraft.item.crafting.Ingredient@2d77f1aa]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.nex:vanillaSlab@0 new recipe: RecipeStage{tier='three', recipe=6xtile.nex:vanillaSlab@0:[net.minecraft.item.crafting.Ingredient@98234df, net.minecraft.item.crafting.Ingredient@98234df, net.minecraft.item.crafting.Ingredient@98234df]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.nex:vanillaFence@1 new recipe: RecipeStage{tier='three', recipe=4xtile.nex:vanillaFence@1:[net.minecraft.item.crafting.Ingredient@6f10fa25, net.minecraft.item.crafting.Ingredient@49b4684, net.minecraft.item.crafting.Ingredient@6f10fa25, net.minecraft.item.crafting.Ingredient@6f10fa25, net.minecraft.item.crafting.Ingredient@49b4684, net.minecraft.item.crafting.Ingredient@6f10fa25]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.nex:vanillaFence@0 new recipe: RecipeStage{tier='three', recipe=4xtile.nex:vanillaFence@0:[net.minecraft.item.crafting.Ingredient@43129119, net.minecraft.item.crafting.Ingredient@1d7f4e03, net.minecraft.item.crafting.Ingredient@43129119, net.minecraft.item.crafting.Ingredient@43129119, net.minecraft.item.crafting.Ingredient@1d7f4e03, net.minecraft.item.crafting.Ingredient@43129119]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 16xtile.nex:soulGlassPane@0 new recipe: RecipeStage{tier='three', recipe=16xtile.nex:soulGlassPane@0:[net.minecraft.item.crafting.Ingredient@db97427, net.minecraft.item.crafting.Ingredient@db97427, net.minecraft.item.crafting.Ingredient@db97427, net.minecraft.item.crafting.Ingredient@db97427, net.minecraft.item.crafting.Ingredient@db97427, net.minecraft.item.crafting.Ingredient@db97427]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.nex:salamanderHideLeggings@0 new recipe: RecipeStage{tier='three', recipe=1xitem.nex:salamanderHideLeggings@0:[net.minecraft.item.crafting.Ingredient@59f01127, net.minecraft.item.crafting.Ingredient@59f01127, net.minecraft.item.crafting.Ingredient@59f01127, net.minecraft.item.crafting.Ingredient@59f01127, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@59f01127, net.minecraft.item.crafting.Ingredient@59f01127, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@59f01127]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.nex:salamanderHideLeggings@0 new recipe: RecipeStage{tier='three', recipe=1xitem.nex:salamanderHideLeggings@0:[net.minecraft.item.crafting.Ingredient@338d77e7, net.minecraft.item.crafting.Ingredient@338d77e7, net.minecraft.item.crafting.Ingredient@338d77e7, net.minecraft.item.crafting.Ingredient@338d77e7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@338d77e7, net.minecraft.item.crafting.Ingredient@338d77e7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@338d77e7]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.nex:salamanderHideHelmet@0 new recipe: RecipeStage{tier='three', recipe=1xitem.nex:salamanderHideHelmet@0:[net.minecraft.item.crafting.Ingredient@560f64be, net.minecraft.item.crafting.Ingredient@560f64be, net.minecraft.item.crafting.Ingredient@560f64be, net.minecraft.item.crafting.Ingredient@560f64be, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@560f64be]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.nex:salamanderHideHelmet@0 new recipe: RecipeStage{tier='three', recipe=1xitem.nex:salamanderHideHelmet@0:[net.minecraft.item.crafting.Ingredient@73544120, net.minecraft.item.crafting.Ingredient@73544120, net.minecraft.item.crafting.Ingredient@73544120, net.minecraft.item.crafting.Ingredient@73544120, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@73544120]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.nex:salamanderHideChestplate@0 new recipe: RecipeStage{tier='three', recipe=1xitem.nex:salamanderHideChestplate@0:[net.minecraft.item.crafting.Ingredient@6fd0e59f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6fd0e59f, net.minecraft.item.crafting.Ingredient@6fd0e59f, net.minecraft.item.crafting.Ingredient@6fd0e59f, net.minecraft.item.crafting.Ingredient@6fd0e59f, net.minecraft.item.crafting.Ingredient@6fd0e59f, net.minecraft.item.crafting.Ingredient@6fd0e59f, net.minecraft.item.crafting.Ingredient@6fd0e59f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.nex:salamanderHideChestplate@0 new recipe: RecipeStage{tier='three', recipe=1xitem.nex:salamanderHideChestplate@0:[net.minecraft.item.crafting.Ingredient@56b7cf8e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@56b7cf8e, net.minecraft.item.crafting.Ingredient@56b7cf8e, net.minecraft.item.crafting.Ingredient@56b7cf8e, net.minecraft.item.crafting.Ingredient@56b7cf8e, net.minecraft.item.crafting.Ingredient@56b7cf8e, net.minecraft.item.crafting.Ingredient@56b7cf8e, net.minecraft.item.crafting.Ingredient@56b7cf8e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.nex:salamanderHideBoots@0 new recipe: RecipeStage{tier='three', recipe=1xitem.nex:salamanderHideBoots@0:[net.minecraft.item.crafting.Ingredient@3e2a67ba, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3e2a67ba, net.minecraft.item.crafting.Ingredient@3e2a67ba, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3e2a67ba]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.nex:salamanderHideBoots@0 new recipe: RecipeStage{tier='three', recipe=1xitem.nex:salamanderHideBoots@0:[net.minecraft.item.crafting.Ingredient@53fb5ae5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@53fb5ae5, net.minecraft.item.crafting.Ingredient@53fb5ae5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@53fb5ae5]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.nex:rimeCrystal@1 new recipe: RecipeStage{tier='three', recipe=9xitem.nex:rimeCrystal@1:[net.minecraft.item.crafting.Ingredient@24a3ce4e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.nex:rimeBlock@0 new recipe: RecipeStage{tier='three', recipe=1xtile.nex:rimeBlock@0:[net.minecraft.item.crafting.Ingredient@5145d6ea, net.minecraft.item.crafting.Ingredient@5145d6ea, net.minecraft.item.crafting.Ingredient@5145d6ea, net.minecraft.item.crafting.Ingredient@5145d6ea, net.minecraft.item.crafting.Ingredient@5145d6ea, net.minecraft.item.crafting.Ingredient@5145d6ea, net.minecraft.item.crafting.Ingredient@5145d6ea, net.minecraft.item.crafting.Ingredient@5145d6ea, net.minecraft.item.crafting.Ingredient@5145d6ea]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.nex:rimeAndSteel@0 new recipe: RecipeStage{tier='three', recipe=1xitem.nex:rimeAndSteel@0:[net.minecraft.item.crafting.Ingredient@63e6f1f7, net.minecraft.item.crafting.Ingredient@517f81e6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.nex:redNetherBrickStairs@0 new recipe: RecipeStage{tier='three', recipe=8xtile.nex:redNetherBrickStairs@0:[net.minecraft.item.crafting.Ingredient@2c835bc5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2c835bc5, net.minecraft.item.crafting.Ingredient@2c835bc5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2c835bc5, net.minecraft.item.crafting.Ingredient@2c835bc5, net.minecraft.item.crafting.Ingredient@2c835bc5]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.nex:redNetherBrickFenceGate@0 new recipe: RecipeStage{tier='three', recipe=4xtile.nex:redNetherBrickFenceGate@0:[net.minecraft.item.crafting.Ingredient@74ea58c5, net.minecraft.item.crafting.Ingredient@6c9c786, net.minecraft.item.crafting.Ingredient@74ea58c5, net.minecraft.item.crafting.Ingredient@74ea58c5, net.minecraft.item.crafting.Ingredient@6c9c786, net.minecraft.item.crafting.Ingredient@74ea58c5]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.redNetherBrick@0 new recipe: RecipeStage{tier='three', recipe=1xtile.redNetherBrick@0:[net.minecraft.item.crafting.Ingredient@6f7bf93f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.redNetherBrick@0 new recipe: RecipeStage{tier='three', recipe=3xtile.redNetherBrick@0:[net.minecraft.item.crafting.Ingredient@4e1420cf, net.minecraft.item.crafting.Ingredient@4e1420cf, net.minecraft.item.crafting.Ingredient@4e1420cf, net.minecraft.item.crafting.Ingredient@4e1420cf]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.redNetherBrick@0 new recipe: RecipeStage{tier='three', recipe=1xtile.redNetherBrick@0:[net.minecraft.item.crafting.Ingredient@2b0f759, net.minecraft.item.crafting.Ingredient@2b0f759]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.nex:quartzFenceGate@0 new recipe: RecipeStage{tier='three', recipe=4xtile.nex:quartzFenceGate@0:[net.minecraft.item.crafting.Ingredient@2202aafe, net.minecraft.item.crafting.Ingredient@7d6b3b3f, net.minecraft.item.crafting.Ingredient@2202aafe, net.minecraft.item.crafting.Ingredient@2202aafe, net.minecraft.item.crafting.Ingredient@7d6b3b3f, net.minecraft.item.crafting.Ingredient@2202aafe]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.quartzBlock@0 new recipe: RecipeStage{tier='three', recipe=1xtile.quartzBlock@0:[net.minecraft.item.crafting.Ingredient@18336440]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.nex:obsidianBoat@0 new recipe: RecipeStage{tier='three', recipe=1xitem.nex:obsidianBoat@0:[net.minecraft.item.crafting.Ingredient@2cd606b6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2cd606b6, net.minecraft.item.crafting.Ingredient@2cd606b6, net.minecraft.item.crafting.Ingredient@2cd606b6, net.minecraft.item.crafting.Ingredient@2cd606b6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.nex:netherBrickWall@3 new recipe: RecipeStage{tier='three', recipe=6xtile.nex:netherBrickWall@3:[net.minecraft.item.crafting.Ingredient@1784d59c, net.minecraft.item.crafting.Ingredient@1784d59c, net.minecraft.item.crafting.Ingredient@1784d59c, net.minecraft.item.crafting.Ingredient@1784d59c, net.minecraft.item.crafting.Ingredient@1784d59c, net.minecraft.item.crafting.Ingredient@1784d59c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.nex:netherBrickWall@2 new recipe: RecipeStage{tier='three', recipe=6xtile.nex:netherBrickWall@2:[net.minecraft.item.crafting.Ingredient@4f98137f, net.minecraft.item.crafting.Ingredient@4f98137f, net.minecraft.item.crafting.Ingredient@4f98137f, net.minecraft.item.crafting.Ingredient@4f98137f, net.minecraft.item.crafting.Ingredient@4f98137f, net.minecraft.item.crafting.Ingredient@4f98137f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.nex:netherBrickWall@1 new recipe: RecipeStage{tier='three', recipe=6xtile.nex:netherBrickWall@1:[net.minecraft.item.crafting.Ingredient@e0ba605, net.minecraft.item.crafting.Ingredient@e0ba605, net.minecraft.item.crafting.Ingredient@e0ba605, net.minecraft.item.crafting.Ingredient@e0ba605, net.minecraft.item.crafting.Ingredient@e0ba605, net.minecraft.item.crafting.Ingredient@e0ba605]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.nex:netherBrickWall@0 new recipe: RecipeStage{tier='three', recipe=6xtile.nex:netherBrickWall@0:[net.minecraft.item.crafting.Ingredient@4a32ebaa, net.minecraft.item.crafting.Ingredient@4a32ebaa, net.minecraft.item.crafting.Ingredient@4a32ebaa, net.minecraft.item.crafting.Ingredient@4a32ebaa, net.minecraft.item.crafting.Ingredient@4a32ebaa, net.minecraft.item.crafting.Ingredient@4a32ebaa]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.nex:netherBrickSlab@3 new recipe: RecipeStage{tier='three', recipe=6xtile.nex:netherBrickSlab@3:[net.minecraft.item.crafting.Ingredient@30f63dad, net.minecraft.item.crafting.Ingredient@30f63dad, net.minecraft.item.crafting.Ingredient@30f63dad]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.nex:netherBrickSlab@2 new recipe: RecipeStage{tier='three', recipe=6xtile.nex:netherBrickSlab@2:[net.minecraft.item.crafting.Ingredient@5de18290, net.minecraft.item.crafting.Ingredient@5de18290, net.minecraft.item.crafting.Ingredient@5de18290]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.nex:netherBrickSlab@1 new recipe: RecipeStage{tier='three', recipe=6xtile.nex:netherBrickSlab@1:[net.minecraft.item.crafting.Ingredient@3f26f80d, net.minecraft.item.crafting.Ingredient@3f26f80d, net.minecraft.item.crafting.Ingredient@3f26f80d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.nex:netherBrickSlab@0 new recipe: RecipeStage{tier='three', recipe=6xtile.nex:netherBrickSlab@0:[net.minecraft.item.crafting.Ingredient@4f2992a5, net.minecraft.item.crafting.Ingredient@4f2992a5, net.minecraft.item.crafting.Ingredient@4f2992a5]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.nex:netherBrickFenceGate@0 new recipe: RecipeStage{tier='three', recipe=4xtile.nex:netherBrickFenceGate@0:[net.minecraft.item.crafting.Ingredient@20d4f98b, net.minecraft.item.crafting.Ingredient@ecf2255, net.minecraft.item.crafting.Ingredient@20d4f98b, net.minecraft.item.crafting.Ingredient@20d4f98b, net.minecraft.item.crafting.Ingredient@ecf2255, net.minecraft.item.crafting.Ingredient@20d4f98b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.nex:netherBrickFence@3 new recipe: RecipeStage{tier='three', recipe=4xtile.nex:netherBrickFence@3:[net.minecraft.item.crafting.Ingredient@48a3bc4d, net.minecraft.item.crafting.Ingredient@7ea30ece, net.minecraft.item.crafting.Ingredient@48a3bc4d, net.minecraft.item.crafting.Ingredient@48a3bc4d, net.minecraft.item.crafting.Ingredient@7ea30ece, net.minecraft.item.crafting.Ingredient@48a3bc4d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.nex:netherBrickFence@2 new recipe: RecipeStage{tier='three', recipe=4xtile.nex:netherBrickFence@2:[net.minecraft.item.crafting.Ingredient@37103bd2, net.minecraft.item.crafting.Ingredient@2b5fa9ac, net.minecraft.item.crafting.Ingredient@37103bd2, net.minecraft.item.crafting.Ingredient@37103bd2, net.minecraft.item.crafting.Ingredient@2b5fa9ac, net.minecraft.item.crafting.Ingredient@37103bd2]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.nex:netherBrickFence@1 new recipe: RecipeStage{tier='three', recipe=4xtile.nex:netherBrickFence@1:[net.minecraft.item.crafting.Ingredient@3aaed703, net.minecraft.item.crafting.Ingredient@58502261, net.minecraft.item.crafting.Ingredient@3aaed703, net.minecraft.item.crafting.Ingredient@3aaed703, net.minecraft.item.crafting.Ingredient@58502261, net.minecraft.item.crafting.Ingredient@3aaed703]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.nex:netherBrickFence@0 new recipe: RecipeStage{tier='three', recipe=4xtile.nex:netherBrickFence@0:[net.minecraft.item.crafting.Ingredient@386cbd54, net.minecraft.item.crafting.Ingredient@4739317, net.minecraft.item.crafting.Ingredient@386cbd54, net.minecraft.item.crafting.Ingredient@386cbd54, net.minecraft.item.crafting.Ingredient@4739317, net.minecraft.item.crafting.Ingredient@386cbd54]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.nex:netherBrickFence@0 new recipe: RecipeStage{tier='three', recipe=4xtile.nex:netherBrickFence@0:[net.minecraft.item.crafting.Ingredient@5bf8e70c, net.minecraft.item.crafting.Ingredient@144f7597, net.minecraft.item.crafting.Ingredient@5bf8e70c, net.minecraft.item.crafting.Ingredient@5bf8e70c, net.minecraft.item.crafting.Ingredient@144f7597, net.minecraft.item.crafting.Ingredient@5bf8e70c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.nex:netherBrick@3 new recipe: RecipeStage{tier='three', recipe=3xtile.nex:netherBrick@3:[net.minecraft.item.crafting.Ingredient@66810320, net.minecraft.item.crafting.Ingredient@66810320, net.minecraft.item.crafting.Ingredient@66810320, net.minecraft.item.crafting.Ingredient@66810320]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.nex:netherBrick@3 new recipe: RecipeStage{tier='three', recipe=1xtile.nex:netherBrick@3:[net.minecraft.item.crafting.Ingredient@2c6f98a1]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.nex:netherBrick@3 new recipe: RecipeStage{tier='three', recipe=1xtile.nex:netherBrick@3:[net.minecraft.item.crafting.Ingredient@4d457851, net.minecraft.item.crafting.Ingredient@4d457851]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.nex:netherBrick@3 new recipe: RecipeStage{tier='three', recipe=4xtile.nex:netherBrick@3:[net.minecraft.item.crafting.Ingredient@54f48178, net.minecraft.item.crafting.Ingredient@54f48178, net.minecraft.item.crafting.Ingredient@54f48178, net.minecraft.item.crafting.Ingredient@54f48178]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.nex:netherBrick@2 new recipe: RecipeStage{tier='three', recipe=3xtile.nex:netherBrick@2:[net.minecraft.item.crafting.Ingredient@6a0d9bfe, net.minecraft.item.crafting.Ingredient@6a0d9bfe, net.minecraft.item.crafting.Ingredient@6a0d9bfe, net.minecraft.item.crafting.Ingredient@6a0d9bfe]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.nex:netherBrick@2 new recipe: RecipeStage{tier='three', recipe=1xtile.nex:netherBrick@2:[net.minecraft.item.crafting.Ingredient@576a917d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.nex:netherBrick@2 new recipe: RecipeStage{tier='three', recipe=1xtile.nex:netherBrick@2:[net.minecraft.item.crafting.Ingredient@1ddc990b, net.minecraft.item.crafting.Ingredient@1ddc990b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.nex:netherBrick@2 new recipe: RecipeStage{tier='three', recipe=4xtile.nex:netherBrick@2:[net.minecraft.item.crafting.Ingredient@25b83a97, net.minecraft.item.crafting.Ingredient@25b83a97, net.minecraft.item.crafting.Ingredient@25b83a97, net.minecraft.item.crafting.Ingredient@25b83a97]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.nex:netherBrick@1 new recipe: RecipeStage{tier='three', recipe=3xtile.nex:netherBrick@1:[net.minecraft.item.crafting.Ingredient@2611c1e2, net.minecraft.item.crafting.Ingredient@2611c1e2, net.minecraft.item.crafting.Ingredient@2611c1e2, net.minecraft.item.crafting.Ingredient@2611c1e2]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.nex:netherBrick@1 new recipe: RecipeStage{tier='three', recipe=1xtile.nex:netherBrick@1:[net.minecraft.item.crafting.Ingredient@46b6eee9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.nex:netherBrick@1 new recipe: RecipeStage{tier='three', recipe=1xtile.nex:netherBrick@1:[net.minecraft.item.crafting.Ingredient@21c70f64, net.minecraft.item.crafting.Ingredient@21c70f64]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.nex:netherBrick@1 new recipe: RecipeStage{tier='three', recipe=4xtile.nex:netherBrick@1:[net.minecraft.item.crafting.Ingredient@182f5c89, net.minecraft.item.crafting.Ingredient@182f5c89, net.minecraft.item.crafting.Ingredient@182f5c89, net.minecraft.item.crafting.Ingredient@182f5c89]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.nex:netherBrick@0 new recipe: RecipeStage{tier='three', recipe=1xtile.nex:netherBrick@0:[net.minecraft.item.crafting.Ingredient@1c8bf3e3]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.nex:netherBrick@0 new recipe: RecipeStage{tier='three', recipe=3xtile.nex:netherBrick@0:[net.minecraft.item.crafting.Ingredient@42d830a5, net.minecraft.item.crafting.Ingredient@42d830a5, net.minecraft.item.crafting.Ingredient@42d830a5, net.minecraft.item.crafting.Ingredient@42d830a5]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.nex:netherBrick@0 new recipe: RecipeStage{tier='three', recipe=1xtile.nex:netherBrick@0:[net.minecraft.item.crafting.Ingredient@71a48115]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.nex:netherBrick@0 new recipe: RecipeStage{tier='three', recipe=1xtile.nex:netherBrick@0:[net.minecraft.item.crafting.Ingredient@7805749a, net.minecraft.item.crafting.Ingredient@7805749a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.nex:netherBrick@0 new recipe: RecipeStage{tier='three', recipe=4xtile.nex:netherBrick@0:[net.minecraft.item.crafting.Ingredient@7ce97eab, net.minecraft.item.crafting.Ingredient@7ce97eab, net.minecraft.item.crafting.Ingredient@7ce97eab, net.minecraft.item.crafting.Ingredient@7ce97eab]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.nex:livelyNetherBrickStairs@0 new recipe: RecipeStage{tier='three', recipe=8xtile.nex:livelyNetherBrickStairs@0:[net.minecraft.item.crafting.Ingredient@3f6f024e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3f6f024e, net.minecraft.item.crafting.Ingredient@3f6f024e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3f6f024e, net.minecraft.item.crafting.Ingredient@3f6f024e, net.minecraft.item.crafting.Ingredient@3f6f024e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.nex:livelyNetherBrickFenceGate@0 new recipe: RecipeStage{tier='three', recipe=4xtile.nex:livelyNetherBrickFenceGate@0:[net.minecraft.item.crafting.Ingredient@40e62dd1, net.minecraft.item.crafting.Ingredient@30a294c0, net.minecraft.item.crafting.Ingredient@40e62dd1, net.minecraft.item.crafting.Ingredient@40e62dd1, net.minecraft.item.crafting.Ingredient@30a294c0, net.minecraft.item.crafting.Ingredient@40e62dd1]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.nex:icyNetherBrickStairs@0 new recipe: RecipeStage{tier='three', recipe=8xtile.nex:icyNetherBrickStairs@0:[net.minecraft.item.crafting.Ingredient@539dbb75, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@539dbb75, net.minecraft.item.crafting.Ingredient@539dbb75, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@539dbb75, net.minecraft.item.crafting.Ingredient@539dbb75, net.minecraft.item.crafting.Ingredient@539dbb75]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.nex:icyNetherBrickFenceGate@0 new recipe: RecipeStage{tier='three', recipe=4xtile.nex:icyNetherBrickFenceGate@0:[net.minecraft.item.crafting.Ingredient@43e6cd47, net.minecraft.item.crafting.Ingredient@10d2d0ee, net.minecraft.item.crafting.Ingredient@43e6cd47, net.minecraft.item.crafting.Ingredient@43e6cd47, net.minecraft.item.crafting.Ingredient@10d2d0ee, net.minecraft.item.crafting.Ingredient@43e6cd47]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.nex:goldenWitherBoneSword@0 new recipe: RecipeStage{tier='two', recipe=1xitem.nex:goldenWitherBoneSword@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@11d6936e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4799b1bf, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4799b1bf, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.nex:goldenWitherBoneSword@0 new recipe: RecipeStage{tier='two', recipe=1xitem.nex:goldenWitherBoneSword@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@56870dc7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@56870dc7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@66f520ea, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.nex:goldenWitherBoneShovel@0 new recipe: RecipeStage{tier='two', recipe=1xitem.nex:goldenWitherBoneShovel@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@274ab112, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2415befb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2415befb, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.nex:goldenWitherBoneShovel@0 new recipe: RecipeStage{tier='two', recipe=1xitem.nex:goldenWitherBoneShovel@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@ff89dbf, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@25c863d4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@25c863d4, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.nex:goldenWitherBonePickaxe@0 new recipe: RecipeStage{tier='two', recipe=1xitem.nex:goldenWitherBonePickaxe@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7d0e8a6d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@26a0eaa0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@26a0eaa0, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.nex:goldenWitherBonePickaxe@0 new recipe: RecipeStage{tier='two', recipe=1xitem.nex:goldenWitherBonePickaxe@0:[net.minecraft.item.crafting.Ingredient@361013a3, net.minecraft.item.crafting.Ingredient@361013a3, net.minecraft.item.crafting.Ingredient@361013a3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4ff81a7e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4ff81a7e, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.nex:goldenWitherBoneHoe@0 new recipe: RecipeStage{tier='two', recipe=1xitem.nex:goldenWitherBoneHoe@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5afd3aef, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5af714, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5af714, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.nex:goldenWitherBoneHoe@0 new recipe: RecipeStage{tier='two', recipe=1xitem.nex:goldenWitherBoneHoe@0:[net.minecraft.item.crafting.Ingredient@e71f56e, net.minecraft.item.crafting.Ingredient@e71f56e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7a2354e6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7a2354e6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.nex:goldenWitherBoneHammer@0 new recipe: RecipeStage{tier='two', recipe=1xitem.nex:goldenWitherBoneHammer@0:[net.minecraft.item.crafting.Ingredient@635288f2, net.minecraft.item.crafting.Ingredient@635288f2, net.minecraft.item.crafting.Ingredient@635288f2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4cc8ce00, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4cc8ce00, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.nex:goldenWitherBoneAxe@0 new recipe: RecipeStage{tier='two', recipe=1xitem.nex:goldenWitherBoneAxe@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6ae5ffe6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@50a8c5f4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@50a8c5f4, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.nex:goldenWitherBoneAxe@0 new recipe: RecipeStage{tier='two', recipe=1xitem.nex:goldenWitherBoneAxe@0:[net.minecraft.item.crafting.Ingredient@649b98ff, net.minecraft.item.crafting.Ingredient@649b98ff, net.minecraft.item.crafting.Ingredient@649b98ff, net.minecraftforge.oredict.OreIngredient@353403b0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@353403b0]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.nex:gloomyNetherBrickStairs@0 new recipe: RecipeStage{tier='three', recipe=8xtile.nex:gloomyNetherBrickStairs@0:[net.minecraft.item.crafting.Ingredient@23169bd6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@23169bd6, net.minecraft.item.crafting.Ingredient@23169bd6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@23169bd6, net.minecraft.item.crafting.Ingredient@23169bd6, net.minecraft.item.crafting.Ingredient@23169bd6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.nex:gloomyNetherBrickFenceGate@0 new recipe: RecipeStage{tier='three', recipe=4xtile.nex:gloomyNetherBrickFenceGate@0:[net.minecraft.item.crafting.Ingredient@23d5a3a2, net.minecraft.item.crafting.Ingredient@645d6a13, net.minecraft.item.crafting.Ingredient@23d5a3a2, net.minecraft.item.crafting.Ingredient@23d5a3a2, net.minecraft.item.crafting.Ingredient@645d6a13, net.minecraft.item.crafting.Ingredient@23d5a3a2]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.nex:fieryNetherBrickStairs@0 new recipe: RecipeStage{tier='three', recipe=8xtile.nex:fieryNetherBrickStairs@0:[net.minecraft.item.crafting.Ingredient@235802be, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@235802be, net.minecraft.item.crafting.Ingredient@235802be, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@235802be, net.minecraft.item.crafting.Ingredient@235802be, net.minecraft.item.crafting.Ingredient@235802be]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.nex:fieryNetherBrickFenceGate@0 new recipe: RecipeStage{tier='three', recipe=4xtile.nex:fieryNetherBrickFenceGate@0:[net.minecraft.item.crafting.Ingredient@deab7f3, net.minecraft.item.crafting.Ingredient@7022fdb6, net.minecraft.item.crafting.Ingredient@deab7f3, net.minecraft.item.crafting.Ingredient@deab7f3, net.minecraft.item.crafting.Ingredient@7022fdb6, net.minecraft.item.crafting.Ingredient@deab7f3]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.nex:boneSliver@0 new recipe: RecipeStage{tier='three', recipe=1xtile.nex:boneSliver@0:[net.minecraft.item.crafting.Ingredient@1e7e4f82, net.minecraft.item.crafting.Ingredient@1e7e4f82, net.minecraft.item.crafting.Ingredient@1e7e4f82, net.minecraft.item.crafting.Ingredient@1e7e4f82, net.minecraft.item.crafting.Ingredient@1e7e4f82, net.minecraft.item.crafting.Ingredient@1e7e4f82]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.nex:boneChunk@0 new recipe: RecipeStage{tier='three', recipe=1xtile.nex:boneChunk@0:[net.minecraft.item.crafting.Ingredient@7d8a6118, net.minecraft.item.crafting.Ingredient@7d8a6118, net.minecraft.item.crafting.Ingredient@7d8a6118]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.nex:basaltWall@3 new recipe: RecipeStage{tier='three', recipe=6xtile.nex:basaltWall@3:[net.minecraft.item.crafting.Ingredient@357d8adc, net.minecraft.item.crafting.Ingredient@357d8adc, net.minecraft.item.crafting.Ingredient@357d8adc, net.minecraft.item.crafting.Ingredient@357d8adc, net.minecraft.item.crafting.Ingredient@357d8adc, net.minecraft.item.crafting.Ingredient@357d8adc]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.nex:basaltWall@2 new recipe: RecipeStage{tier='three', recipe=6xtile.nex:basaltWall@2:[net.minecraft.item.crafting.Ingredient@5c999602, net.minecraft.item.crafting.Ingredient@5c999602, net.minecraft.item.crafting.Ingredient@5c999602, net.minecraft.item.crafting.Ingredient@5c999602, net.minecraft.item.crafting.Ingredient@5c999602, net.minecraft.item.crafting.Ingredient@5c999602]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.nex:basaltWall@1 new recipe: RecipeStage{tier='three', recipe=6xtile.nex:basaltWall@1:[net.minecraft.item.crafting.Ingredient@4a9d4d76, net.minecraft.item.crafting.Ingredient@4a9d4d76, net.minecraft.item.crafting.Ingredient@4a9d4d76, net.minecraft.item.crafting.Ingredient@4a9d4d76, net.minecraft.item.crafting.Ingredient@4a9d4d76, net.minecraft.item.crafting.Ingredient@4a9d4d76]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.nex:basaltWall@0 new recipe: RecipeStage{tier='three', recipe=6xtile.nex:basaltWall@0:[net.minecraft.item.crafting.Ingredient@142fa7c4, net.minecraft.item.crafting.Ingredient@142fa7c4, net.minecraft.item.crafting.Ingredient@142fa7c4, net.minecraft.item.crafting.Ingredient@142fa7c4, net.minecraft.item.crafting.Ingredient@142fa7c4, net.minecraft.item.crafting.Ingredient@142fa7c4]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.nex:basaltStairs@0 new recipe: RecipeStage{tier='three', recipe=8xtile.nex:basaltStairs@0:[net.minecraft.item.crafting.Ingredient@44644208, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@44644208, net.minecraft.item.crafting.Ingredient@44644208, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@44644208, net.minecraft.item.crafting.Ingredient@44644208, net.minecraft.item.crafting.Ingredient@44644208]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.nex:basaltSmoothStairs@0 new recipe: RecipeStage{tier='three', recipe=8xtile.nex:basaltSmoothStairs@0:[net.minecraft.item.crafting.Ingredient@6bb942cf, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6bb942cf, net.minecraft.item.crafting.Ingredient@6bb942cf, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6bb942cf, net.minecraft.item.crafting.Ingredient@6bb942cf, net.minecraft.item.crafting.Ingredient@6bb942cf]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.nex:basaltSmoothFenceGate@0 new recipe: RecipeStage{tier='three', recipe=4xtile.nex:basaltSmoothFenceGate@0:[net.minecraft.item.crafting.Ingredient@7d187370, net.minecraft.item.crafting.Ingredient@8128e36, net.minecraft.item.crafting.Ingredient@7d187370, net.minecraft.item.crafting.Ingredient@7d187370, net.minecraft.item.crafting.Ingredient@8128e36, net.minecraft.item.crafting.Ingredient@7d187370]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.nex:basaltSlab@3 new recipe: RecipeStage{tier='three', recipe=6xtile.nex:basaltSlab@3:[net.minecraft.item.crafting.Ingredient@5bd70d39, net.minecraft.item.crafting.Ingredient@5bd70d39, net.minecraft.item.crafting.Ingredient@5bd70d39]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.nex:basaltSlab@2 new recipe: RecipeStage{tier='three', recipe=6xtile.nex:basaltSlab@2:[net.minecraft.item.crafting.Ingredient@7ffe1633, net.minecraft.item.crafting.Ingredient@7ffe1633, net.minecraft.item.crafting.Ingredient@7ffe1633]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.nex:basaltSlab@1 new recipe: RecipeStage{tier='three', recipe=6xtile.nex:basaltSlab@1:[net.minecraft.item.crafting.Ingredient@5675dbe7, net.minecraft.item.crafting.Ingredient@5675dbe7, net.minecraft.item.crafting.Ingredient@5675dbe7]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.nex:basaltSlab@0 new recipe: RecipeStage{tier='three', recipe=6xtile.nex:basaltSlab@0:[net.minecraft.item.crafting.Ingredient@61f47360, net.minecraft.item.crafting.Ingredient@61f47360, net.minecraft.item.crafting.Ingredient@61f47360]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.nex:basaltPillarStairs@0 new recipe: RecipeStage{tier='three', recipe=8xtile.nex:basaltPillarStairs@0:[net.minecraft.item.crafting.Ingredient@e9bc1d5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@e9bc1d5, net.minecraft.item.crafting.Ingredient@e9bc1d5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@e9bc1d5, net.minecraft.item.crafting.Ingredient@e9bc1d5, net.minecraft.item.crafting.Ingredient@e9bc1d5]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.nex:basaltPillarFenceGate@0 new recipe: RecipeStage{tier='three', recipe=4xtile.nex:basaltPillarFenceGate@0:[net.minecraft.item.crafting.Ingredient@21231230, net.minecraft.item.crafting.Ingredient@42223cf7, net.minecraft.item.crafting.Ingredient@21231230, net.minecraft.item.crafting.Ingredient@21231230, net.minecraft.item.crafting.Ingredient@42223cf7, net.minecraft.item.crafting.Ingredient@21231230]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.nex:basaltFenceGate@0 new recipe: RecipeStage{tier='three', recipe=4xtile.nex:basaltFenceGate@0:[net.minecraft.item.crafting.Ingredient@24525b42, net.minecraft.item.crafting.Ingredient@799a0df0, net.minecraft.item.crafting.Ingredient@24525b42, net.minecraft.item.crafting.Ingredient@24525b42, net.minecraft.item.crafting.Ingredient@799a0df0, net.minecraft.item.crafting.Ingredient@24525b42]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.nex:basaltFence@3 new recipe: RecipeStage{tier='three', recipe=4xtile.nex:basaltFence@3:[net.minecraft.item.crafting.Ingredient@658072b, net.minecraft.item.crafting.Ingredient@308f0b41, net.minecraft.item.crafting.Ingredient@658072b, net.minecraft.item.crafting.Ingredient@658072b, net.minecraft.item.crafting.Ingredient@308f0b41, net.minecraft.item.crafting.Ingredient@658072b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.nex:basaltFence@2 new recipe: RecipeStage{tier='three', recipe=4xtile.nex:basaltFence@2:[net.minecraft.item.crafting.Ingredient@7e4aedb9, net.minecraft.item.crafting.Ingredient@6aba1f4b, net.minecraft.item.crafting.Ingredient@7e4aedb9, net.minecraft.item.crafting.Ingredient@7e4aedb9, net.minecraft.item.crafting.Ingredient@6aba1f4b, net.minecraft.item.crafting.Ingredient@7e4aedb9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.nex:basaltFence@1 new recipe: RecipeStage{tier='three', recipe=4xtile.nex:basaltFence@1:[net.minecraft.item.crafting.Ingredient@69545ed, net.minecraft.item.crafting.Ingredient@1ab5a460, net.minecraft.item.crafting.Ingredient@69545ed, net.minecraft.item.crafting.Ingredient@69545ed, net.minecraft.item.crafting.Ingredient@1ab5a460, net.minecraft.item.crafting.Ingredient@69545ed]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.nex:basaltFence@0 new recipe: RecipeStage{tier='three', recipe=4xtile.nex:basaltFence@0:[net.minecraft.item.crafting.Ingredient@585418bc, net.minecraft.item.crafting.Ingredient@57f40d48, net.minecraft.item.crafting.Ingredient@585418bc, net.minecraft.item.crafting.Ingredient@585418bc, net.minecraft.item.crafting.Ingredient@57f40d48, net.minecraft.item.crafting.Ingredient@585418bc]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.nex:basaltBrickStairs@0 new recipe: RecipeStage{tier='three', recipe=8xtile.nex:basaltBrickStairs@0:[net.minecraft.item.crafting.Ingredient@4087b798, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4087b798, net.minecraft.item.crafting.Ingredient@4087b798, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4087b798, net.minecraft.item.crafting.Ingredient@4087b798, net.minecraft.item.crafting.Ingredient@4087b798]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.nex:basaltBrickFenceGate@0 new recipe: RecipeStage{tier='three', recipe=4xtile.nex:basaltBrickFenceGate@0:[net.minecraft.item.crafting.Ingredient@45b25c78, net.minecraft.item.crafting.Ingredient@13636e62, net.minecraft.item.crafting.Ingredient@45b25c78, net.minecraft.item.crafting.Ingredient@45b25c78, net.minecraft.item.crafting.Ingredient@13636e62, net.minecraft.item.crafting.Ingredient@45b25c78]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.nex:basalt@3 new recipe: RecipeStage{tier='three', recipe=3xtile.nex:basalt@3:[net.minecraft.item.crafting.Ingredient@444ca4b5, net.minecraft.item.crafting.Ingredient@444ca4b5, net.minecraft.item.crafting.Ingredient@444ca4b5, net.minecraft.item.crafting.Ingredient@444ca4b5]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.nex:basalt@3 new recipe: RecipeStage{tier='three', recipe=1xtile.nex:basalt@3:[net.minecraft.item.crafting.Ingredient@17d602d9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.nex:basalt@3 new recipe: RecipeStage{tier='three', recipe=1xtile.nex:basalt@3:[net.minecraft.item.crafting.Ingredient@5c7f44d1, net.minecraft.item.crafting.Ingredient@5c7f44d1]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.nex:basalt@3 new recipe: RecipeStage{tier='three', recipe=4xtile.nex:basalt@3:[net.minecraft.item.crafting.Ingredient@3682947a, net.minecraft.item.crafting.Ingredient@3682947a, net.minecraft.item.crafting.Ingredient@3682947a, net.minecraft.item.crafting.Ingredient@3682947a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.nex:basalt@2 new recipe: RecipeStage{tier='three', recipe=3xtile.nex:basalt@2:[net.minecraft.item.crafting.Ingredient@274a87e5, net.minecraft.item.crafting.Ingredient@274a87e5, net.minecraft.item.crafting.Ingredient@274a87e5, net.minecraft.item.crafting.Ingredient@274a87e5]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.nex:basalt@2 new recipe: RecipeStage{tier='three', recipe=1xtile.nex:basalt@2:[net.minecraft.item.crafting.Ingredient@216b8e6a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.nex:basalt@2 new recipe: RecipeStage{tier='three', recipe=1xtile.nex:basalt@2:[net.minecraft.item.crafting.Ingredient@1d5884f6, net.minecraft.item.crafting.Ingredient@1d5884f6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.nex:basalt@2 new recipe: RecipeStage{tier='three', recipe=4xtile.nex:basalt@2:[net.minecraft.item.crafting.Ingredient@10f3cc2e, net.minecraft.item.crafting.Ingredient@10f3cc2e, net.minecraft.item.crafting.Ingredient@10f3cc2e, net.minecraft.item.crafting.Ingredient@10f3cc2e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.nex:basalt@2 new recipe: RecipeStage{tier='three', recipe=1xtile.nex:basalt@2:[net.minecraft.item.crafting.Ingredient@5f0935e7]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.nex:basalt@1 new recipe: RecipeStage{tier='three', recipe=3xtile.nex:basalt@1:[net.minecraft.item.crafting.Ingredient@25ceb9aa, net.minecraft.item.crafting.Ingredient@25ceb9aa, net.minecraft.item.crafting.Ingredient@25ceb9aa, net.minecraft.item.crafting.Ingredient@25ceb9aa]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.nex:basalt@1 new recipe: RecipeStage{tier='three', recipe=1xtile.nex:basalt@1:[net.minecraft.item.crafting.Ingredient@6b34ba77]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.nex:basalt@1 new recipe: RecipeStage{tier='three', recipe=1xtile.nex:basalt@1:[net.minecraft.item.crafting.Ingredient@70707342, net.minecraft.item.crafting.Ingredient@70707342]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.nex:basalt@1 new recipe: RecipeStage{tier='three', recipe=4xtile.nex:basalt@1:[net.minecraft.item.crafting.Ingredient@51b39847, net.minecraft.item.crafting.Ingredient@51b39847, net.minecraft.item.crafting.Ingredient@51b39847, net.minecraft.item.crafting.Ingredient@51b39847]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.nex:basalt@1 new recipe: RecipeStage{tier='three', recipe=1xtile.nex:basalt@1:[net.minecraft.item.crafting.Ingredient@6ad11d3b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.nex:basalt@0 new recipe: RecipeStage{tier='three', recipe=3xtile.nex:basalt@0:[net.minecraft.item.crafting.Ingredient@10fa412f, net.minecraft.item.crafting.Ingredient@10fa412f, net.minecraft.item.crafting.Ingredient@10fa412f, net.minecraft.item.crafting.Ingredient@10fa412f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.nex:basalt@0 new recipe: RecipeStage{tier='three', recipe=1xtile.nex:basalt@0:[net.minecraft.item.crafting.Ingredient@64271305]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.nex:basalt@0 new recipe: RecipeStage{tier='three', recipe=1xtile.nex:basalt@0:[net.minecraft.item.crafting.Ingredient@5805a81f, net.minecraft.item.crafting.Ingredient@5805a81f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.nex:basalt@0 new recipe: RecipeStage{tier='three', recipe=1xtile.nex:basalt@0:[net.minecraft.item.crafting.Ingredient@646c22b2]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.nex:amethystCrystal@0 new recipe: RecipeStage{tier='three', recipe=9xitem.nex:amethystCrystal@0:[net.minecraft.item.crafting.Ingredient@4bfc2929]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.nex:amethystBlock@0 new recipe: RecipeStage{tier='three', recipe=1xtile.nex:amethystBlock@0:[net.minecraft.item.crafting.Ingredient@1a4c3ccd, net.minecraft.item.crafting.Ingredient@1a4c3ccd, net.minecraft.item.crafting.Ingredient@1a4c3ccd, net.minecraft.item.crafting.Ingredient@1a4c3ccd, net.minecraft.item.crafting.Ingredient@1a4c3ccd, net.minecraft.item.crafting.Ingredient@1a4c3ccd, net.minecraft.item.crafting.Ingredient@1a4c3ccd, net.minecraft.item.crafting.Ingredient@1a4c3ccd, net.minecraft.item.crafting.Ingredient@1a4c3ccd]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.pt.colored_cobblestone@4 new recipe: RecipeStage{tier='zero', recipe=8xtile.pt.colored_cobblestone@4:[net.minecraftforge.oredict.OreIngredient@ddbd7d7, net.minecraftforge.oredict.OreIngredient@ddbd7d7, net.minecraftforge.oredict.OreIngredient@ddbd7d7, net.minecraftforge.oredict.OreIngredient@ddbd7d7, net.minecraftforge.oredict.OreIngredient@2e0068ec, net.minecraftforge.oredict.OreIngredient@ddbd7d7, net.minecraftforge.oredict.OreIngredient@ddbd7d7, net.minecraftforge.oredict.OreIngredient@ddbd7d7, net.minecraftforge.oredict.OreIngredient@ddbd7d7]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.pt.colored_cobblestone@0 new recipe: RecipeStage{tier='zero', recipe=8xtile.pt.colored_cobblestone@0:[net.minecraftforge.oredict.OreIngredient@60d72ed1, net.minecraftforge.oredict.OreIngredient@60d72ed1, net.minecraftforge.oredict.OreIngredient@60d72ed1, net.minecraftforge.oredict.OreIngredient@60d72ed1, net.minecraftforge.oredict.OreIngredient@75d1a95a, net.minecraftforge.oredict.OreIngredient@60d72ed1, net.minecraftforge.oredict.OreIngredient@60d72ed1, net.minecraftforge.oredict.OreIngredient@60d72ed1, net.minecraftforge.oredict.OreIngredient@60d72ed1]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.pt.colored_cobblestone@14 new recipe: RecipeStage{tier='zero', recipe=8xtile.pt.colored_cobblestone@14:[net.minecraftforge.oredict.OreIngredient@3a463eca, net.minecraftforge.oredict.OreIngredient@3a463eca, net.minecraftforge.oredict.OreIngredient@3a463eca, net.minecraftforge.oredict.OreIngredient@3a463eca, net.minecraftforge.oredict.OreIngredient@456781f9, net.minecraftforge.oredict.OreIngredient@3a463eca, net.minecraftforge.oredict.OreIngredient@3a463eca, net.minecraftforge.oredict.OreIngredient@3a463eca, net.minecraftforge.oredict.OreIngredient@3a463eca]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.pt.colored_cobblestone@10 new recipe: RecipeStage{tier='zero', recipe=8xtile.pt.colored_cobblestone@10:[net.minecraftforge.oredict.OreIngredient@58913a65, net.minecraftforge.oredict.OreIngredient@58913a65, net.minecraftforge.oredict.OreIngredient@58913a65, net.minecraftforge.oredict.OreIngredient@58913a65, net.minecraftforge.oredict.OreIngredient@767e081f, net.minecraftforge.oredict.OreIngredient@58913a65, net.minecraftforge.oredict.OreIngredient@58913a65, net.minecraftforge.oredict.OreIngredient@58913a65, net.minecraftforge.oredict.OreIngredient@58913a65]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.pt.colored_cobblestone@6 new recipe: RecipeStage{tier='zero', recipe=8xtile.pt.colored_cobblestone@6:[net.minecraftforge.oredict.OreIngredient@29749d8b, net.minecraftforge.oredict.OreIngredient@29749d8b, net.minecraftforge.oredict.OreIngredient@29749d8b, net.minecraftforge.oredict.OreIngredient@29749d8b, net.minecraftforge.oredict.OreIngredient@2fbb35d7, net.minecraftforge.oredict.OreIngredient@29749d8b, net.minecraftforge.oredict.OreIngredient@29749d8b, net.minecraftforge.oredict.OreIngredient@29749d8b, net.minecraftforge.oredict.OreIngredient@29749d8b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.pt.colored_cobblestone@1 new recipe: RecipeStage{tier='zero', recipe=8xtile.pt.colored_cobblestone@1:[net.minecraftforge.oredict.OreIngredient@69b98980, net.minecraftforge.oredict.OreIngredient@69b98980, net.minecraftforge.oredict.OreIngredient@69b98980, net.minecraftforge.oredict.OreIngredient@69b98980, net.minecraftforge.oredict.OreIngredient@68323f, net.minecraftforge.oredict.OreIngredient@69b98980, net.minecraftforge.oredict.OreIngredient@69b98980, net.minecraftforge.oredict.OreIngredient@69b98980, net.minecraftforge.oredict.OreIngredient@69b98980]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.pt.nightvision_goggles_c@0 new recipe: RecipeStage{tier='four', recipe=1xitem.pt.nightvision_goggles_c@0:[net.minecraft.item.crafting.Ingredient@24ed6f0d, net.minecraft.item.crafting.Ingredient@24ed6f0d, net.minecraft.item.crafting.Ingredient@24ed6f0d, net.minecraft.item.crafting.Ingredient@24ed6f0d, net.minecraft.item.crafting.Ingredient@24ed6f0d, net.minecraft.item.crafting.Ingredient@24ed6f0d, net.minecraft.item.crafting.Ingredient@24ed6f0d, net.minecraft.item.crafting.Ingredient@24ed6f0d, net.minecraft.item.crafting.Ingredient@24ed6f0d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.pt.nightvision_goggles@0 new recipe: RecipeStage{tier='four', recipe=1xitem.pt.nightvision_goggles@0:[net.minecraftforge.oredict.OreIngredient@5e265b2c, net.minecraftforge.oredict.OreIngredient@33a7464d, net.minecraftforge.oredict.OreIngredient@5e265b2c, net.minecraftforge.oredict.OreIngredient@243d8486, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@243d8486]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.pt.magnet@0 new recipe: RecipeStage{tier='four', recipe=1xitem.pt.magnet@0:[net.minecraftforge.oredict.OreIngredient@1c2f2b24, net.minecraftforge.oredict.OreIngredient@4c8eea83, net.minecraftforge.oredict.OreIngredient@1c2f2b24, net.minecraftforge.oredict.OreIngredient@1c2f2b24, net.minecraftforge.oredict.OreIngredient@808afd3, net.minecraftforge.oredict.OreIngredient@1c2f2b24, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1c2f2b24, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.pt.colored_cobblestone@2 new recipe: RecipeStage{tier='zero', recipe=8xtile.pt.colored_cobblestone@2:[net.minecraftforge.oredict.OreIngredient@3a6e4ea3, net.minecraftforge.oredict.OreIngredient@3a6e4ea3, net.minecraftforge.oredict.OreIngredient@3a6e4ea3, net.minecraftforge.oredict.OreIngredient@3a6e4ea3, net.minecraftforge.oredict.OreIngredient@20071fb9, net.minecraftforge.oredict.OreIngredient@3a6e4ea3, net.minecraftforge.oredict.OreIngredient@3a6e4ea3, net.minecraftforge.oredict.OreIngredient@3a6e4ea3, net.minecraftforge.oredict.OreIngredient@3a6e4ea3]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.pt.colored_cobblestone@5 new recipe: RecipeStage{tier='zero', recipe=8xtile.pt.colored_cobblestone@5:[net.minecraftforge.oredict.OreIngredient@3919593c, net.minecraftforge.oredict.OreIngredient@3919593c, net.minecraftforge.oredict.OreIngredient@3919593c, net.minecraftforge.oredict.OreIngredient@3919593c, net.minecraftforge.oredict.OreIngredient@a034dd0, net.minecraftforge.oredict.OreIngredient@3919593c, net.minecraftforge.oredict.OreIngredient@3919593c, net.minecraftforge.oredict.OreIngredient@3919593c, net.minecraftforge.oredict.OreIngredient@3919593c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.pt.colored_cobblestone@8 new recipe: RecipeStage{tier='zero', recipe=8xtile.pt.colored_cobblestone@8:[net.minecraftforge.oredict.OreIngredient@7316739, net.minecraftforge.oredict.OreIngredient@7316739, net.minecraftforge.oredict.OreIngredient@7316739, net.minecraftforge.oredict.OreIngredient@7316739, net.minecraftforge.oredict.OreIngredient@377e6328, net.minecraftforge.oredict.OreIngredient@7316739, net.minecraftforge.oredict.OreIngredient@7316739, net.minecraftforge.oredict.OreIngredient@7316739, net.minecraftforge.oredict.OreIngredient@7316739]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.pt.colored_cobblestone@3 new recipe: RecipeStage{tier='zero', recipe=8xtile.pt.colored_cobblestone@3:[net.minecraftforge.oredict.OreIngredient@5a023f22, net.minecraftforge.oredict.OreIngredient@5a023f22, net.minecraftforge.oredict.OreIngredient@5a023f22, net.minecraftforge.oredict.OreIngredient@5a023f22, net.minecraftforge.oredict.OreIngredient@6004d7ab, net.minecraftforge.oredict.OreIngredient@5a023f22, net.minecraftforge.oredict.OreIngredient@5a023f22, net.minecraftforge.oredict.OreIngredient@5a023f22, net.minecraftforge.oredict.OreIngredient@5a023f22]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.pt.colored_cobblestone@13 new recipe: RecipeStage{tier='zero', recipe=8xtile.pt.colored_cobblestone@13:[net.minecraftforge.oredict.OreIngredient@7e3cf703, net.minecraftforge.oredict.OreIngredient@7e3cf703, net.minecraftforge.oredict.OreIngredient@7e3cf703, net.minecraftforge.oredict.OreIngredient@7e3cf703, net.minecraftforge.oredict.OreIngredient@3957d044, net.minecraftforge.oredict.OreIngredient@7e3cf703, net.minecraftforge.oredict.OreIngredient@7e3cf703, net.minecraftforge.oredict.OreIngredient@7e3cf703, net.minecraftforge.oredict.OreIngredient@7e3cf703]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.pt.colored_cobblestone@7 new recipe: RecipeStage{tier='zero', recipe=8xtile.pt.colored_cobblestone@7:[net.minecraftforge.oredict.OreIngredient@682b0ce6, net.minecraftforge.oredict.OreIngredient@682b0ce6, net.minecraftforge.oredict.OreIngredient@682b0ce6, net.minecraftforge.oredict.OreIngredient@682b0ce6, net.minecraftforge.oredict.OreIngredient@4480d6be, net.minecraftforge.oredict.OreIngredient@682b0ce6, net.minecraftforge.oredict.OreIngredient@682b0ce6, net.minecraftforge.oredict.OreIngredient@682b0ce6, net.minecraftforge.oredict.OreIngredient@682b0ce6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.pt.emerald_apple@0 new recipe: RecipeStage{tier='five', recipe=1xitem.pt.emerald_apple@0:[net.minecraftforge.oredict.OreIngredient@5f44e620, net.minecraftforge.oredict.OreIngredient@5f44e620, net.minecraftforge.oredict.OreIngredient@5f44e620, net.minecraftforge.oredict.OreIngredient@5f44e620, net.minecraft.item.crafting.Ingredient@4940bc80, net.minecraftforge.oredict.OreIngredient@5f44e620, net.minecraftforge.oredict.OreIngredient@5f44e620, net.minecraftforge.oredict.OreIngredient@5f44e620, net.minecraftforge.oredict.OreIngredient@5f44e620]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.pt.diamond_apple@0 new recipe: RecipeStage{tier='five', recipe=1xitem.pt.diamond_apple@0:[net.minecraftforge.oredict.OreIngredient@6be727d8, net.minecraftforge.oredict.OreIngredient@6be727d8, net.minecraftforge.oredict.OreIngredient@6be727d8, net.minecraftforge.oredict.OreIngredient@6be727d8, net.minecraft.item.crafting.Ingredient@1a488498, net.minecraftforge.oredict.OreIngredient@6be727d8, net.minecraftforge.oredict.OreIngredient@6be727d8, net.minecraftforge.oredict.OreIngredient@6be727d8, net.minecraftforge.oredict.OreIngredient@6be727d8]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.pt.dark_glass@0 new recipe: RecipeStage{tier='two', recipe=4xtile.pt.dark_glass@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@22a94551, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@22a94551, net.minecraftforge.oredict.OreIngredient@18341695, net.minecraftforge.oredict.OreIngredient@22a94551, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@22a94551, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.pt.colored_cobblestone@9 new recipe: RecipeStage{tier='zero', recipe=8xtile.pt.colored_cobblestone@9:[net.minecraftforge.oredict.OreIngredient@3178d285, net.minecraftforge.oredict.OreIngredient@3178d285, net.minecraftforge.oredict.OreIngredient@3178d285, net.minecraftforge.oredict.OreIngredient@3178d285, net.minecraftforge.oredict.OreIngredient@585ed353, net.minecraftforge.oredict.OreIngredient@3178d285, net.minecraftforge.oredict.OreIngredient@3178d285, net.minecraftforge.oredict.OreIngredient@3178d285, net.minecraftforge.oredict.OreIngredient@3178d285]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.pt.coal_piece@0 new recipe: RecipeStage{tier='one', recipe=8xitem.pt.coal_piece@0:[net.minecraft.item.crafting.Ingredient@25692574]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.pt.coal_piece@1 new recipe: RecipeStage{tier='zero', recipe=8xitem.pt.coal_piece@1:[net.minecraft.item.crafting.Ingredient@7b71b5]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.pt.colored_cobblestone@12 new recipe: RecipeStage{tier='zero', recipe=8xtile.pt.colored_cobblestone@12:[net.minecraftforge.oredict.OreIngredient@260fd0ac, net.minecraftforge.oredict.OreIngredient@260fd0ac, net.minecraftforge.oredict.OreIngredient@260fd0ac, net.minecraftforge.oredict.OreIngredient@260fd0ac, net.minecraftforge.oredict.OreIngredient@6bea8efe, net.minecraftforge.oredict.OreIngredient@260fd0ac, net.minecraftforge.oredict.OreIngredient@260fd0ac, net.minecraftforge.oredict.OreIngredient@260fd0ac, net.minecraftforge.oredict.OreIngredient@260fd0ac]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.pt.colored_cobblestone@11 new recipe: RecipeStage{tier='zero', recipe=8xtile.pt.colored_cobblestone@11:[net.minecraftforge.oredict.OreIngredient@3cd9986f, net.minecraftforge.oredict.OreIngredient@3cd9986f, net.minecraftforge.oredict.OreIngredient@3cd9986f, net.minecraftforge.oredict.OreIngredient@3cd9986f, net.minecraftforge.oredict.OreIngredient@29d4dca5, net.minecraftforge.oredict.OreIngredient@3cd9986f, net.minecraftforge.oredict.OreIngredient@3cd9986f, net.minecraftforge.oredict.OreIngredient@3cd9986f, net.minecraftforge.oredict.OreIngredient@3cd9986f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.pt.colored_cobblestone@15 new recipe: RecipeStage{tier='zero', recipe=8xtile.pt.colored_cobblestone@15:[net.minecraftforge.oredict.OreIngredient@322fd145, net.minecraftforge.oredict.OreIngredient@322fd145, net.minecraftforge.oredict.OreIngredient@322fd145, net.minecraftforge.oredict.OreIngredient@322fd145, net.minecraftforge.oredict.OreIngredient@3a4bd303, net.minecraftforge.oredict.OreIngredient@322fd145, net.minecraftforge.oredict.OreIngredient@322fd145, net.minecraftforge.oredict.OreIngredient@322fd145, net.minecraftforge.oredict.OreIngredient@322fd145]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.safety_tube_module@0 new recipe: RecipeStage{tier='four', recipe=1xitem.safety_tube_module@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@68d4819c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@18703d1f, net.minecraft.item.crafting.Ingredient@221b1ffc, net.minecraft.item.crafting.Ingredient@18703d1f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.logistics_configurator@0 new recipe: RecipeStage{tier='four', recipe=1xitem.logistics_configurator@0:[net.minecraftforge.oredict.OreIngredient@6779e144, net.minecraftforge.oredict.OreIngredient@6d28f248, net.minecraftforge.oredict.OreIngredient@6779e144, net.minecraft.item.crafting.Ingredient@4a3944cd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6779e144, net.minecraft.item.crafting.Ingredient@f2dd909, net.minecraftforge.oredict.OreIngredient@6779e144]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.logistic_drone@0 new recipe: RecipeStage{tier='four', recipe=1xitem.logistic_drone@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3274c259, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3274c259, net.minecraftforge.oredict.OreIngredient@51963ce4, net.minecraft.item.crafting.Ingredient@3274c259, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3274c259, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.volume_upgrade@0 new recipe: RecipeStage{tier='four', recipe=1xitem.volume_upgrade@0:[net.minecraft.item.crafting.Ingredient@7f0fda33, net.minecraftforge.oredict.OreIngredient@d4ead50, net.minecraft.item.crafting.Ingredient@7f0fda33, net.minecraftforge.oredict.OreIngredient@d4ead50, net.minecraft.item.crafting.Ingredient@5fb82e3a, net.minecraftforge.oredict.OreIngredient@d4ead50, net.minecraft.item.crafting.Ingredient@7f0fda33, net.minecraftforge.oredict.OreIngredient@d4ead50, net.minecraft.item.crafting.Ingredient@7f0fda33]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.scuba_upgrade@0 new recipe: RecipeStage{tier='four', recipe=1xitem.scuba_upgrade@0:[net.minecraft.item.crafting.Ingredient@37cf2e8c, net.minecraft.item.crafting.Ingredient@72c38350, net.minecraft.item.crafting.Ingredient@37cf2e8c, net.minecraft.item.crafting.Ingredient@4a620b04, net.minecraft.item.crafting.Ingredient@6da61d94, net.minecraft.item.crafting.Ingredient@4a620b04, net.minecraft.item.crafting.Ingredient@37cf2e8c, net.minecraft.item.crafting.Ingredient@6ad8c4fe, net.minecraft.item.crafting.Ingredient@37cf2e8c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.pneumatic_door@0 new recipe: RecipeStage{tier='four', recipe=1xtile.pneumatic_door@0:[net.minecraftforge.oredict.OreIngredient@613ec3a4, net.minecraftforge.oredict.OreIngredient@613ec3a4, net.minecraftforge.oredict.OreIngredient@613ec3a4, net.minecraftforge.oredict.OreIngredient@613ec3a4, net.minecraftforge.oredict.OreIngredient@613ec3a4, net.minecraftforge.oredict.OreIngredient@613ec3a4]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.minigun@0 new recipe: RecipeStage{tier='four', recipe=1xitem.minigun@0:[net.minecraft.item.crafting.Ingredient@7294192a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@714d1f3e, net.minecraftforge.oredict.OreIngredient@5c790402, net.minecraft.item.crafting.Ingredient@474e0726, net.minecraftforge.oredict.OreIngredient@24901093, net.minecraft.item.crafting.Ingredient@6b395f9c, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.security_upgrade@0 new recipe: RecipeStage{tier='four', recipe=1xitem.security_upgrade@0:[net.minecraft.item.crafting.Ingredient@438f4c1d, net.minecraft.item.crafting.Ingredient@4f8f0c09, net.minecraft.item.crafting.Ingredient@438f4c1d, net.minecraft.item.crafting.Ingredient@4f8f0c09, net.minecraft.item.crafting.Ingredient@3102a6dd, net.minecraft.item.crafting.Ingredient@4f8f0c09, net.minecraft.item.crafting.Ingredient@438f4c1d, net.minecraft.item.crafting.Ingredient@4f8f0c09, net.minecraft.item.crafting.Ingredient@438f4c1d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.transfer_gadget@0 new recipe: RecipeStage{tier='four', recipe=1xitem.transfer_gadget@0:[net.minecraft.item.crafting.Ingredient@287ccf35, net.minecraftforge.oredict.OreIngredient@5506b57a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.assembly_io_unit@0 new recipe: RecipeStage{tier='four', recipe=1xtile.assembly_io_unit@0:[net.minecraft.item.crafting.Ingredient@a1d4edc, net.minecraft.item.crafting.Ingredient@13381b83, net.minecraft.item.crafting.Ingredient@13381b83, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@13381b83, net.minecraftforge.oredict.OreIngredient@6fa9c62, net.minecraft.item.crafting.Ingredient@20a44047, net.minecraftforge.oredict.OreIngredient@6fa9c62]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.kerosene_lamp@0 new recipe: RecipeStage{tier='four', recipe=1xtile.kerosene_lamp@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@9ca4777, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@13956d61, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@13956d61, net.minecraftforge.oredict.OreIngredient@9ca4777, net.minecraft.item.crafting.Ingredient@6529e904, net.minecraftforge.oredict.OreIngredient@9ca4777]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.liquid_compressor@0 new recipe: RecipeStage{tier='four', recipe=1xtile.liquid_compressor@0:[net.minecraft.item.crafting.Ingredient@647b91e0, net.minecraft.item.crafting.Ingredient@208aba78, net.minecraft.item.crafting.Ingredient@647b91e0, net.minecraft.item.crafting.Ingredient@13acb507, net.minecraft.item.crafting.Ingredient@2c1f1fd3, net.minecraft.item.crafting.Ingredient@13acb507]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.turbine_rotor@0 new recipe: RecipeStage{tier='four', recipe=1xitem.turbine_rotor@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4f2d0a12, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@619d96f4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4f2d0a12, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4f2d0a12]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.entity_tracker_upgrade@0 new recipe: RecipeStage{tier='four', recipe=1xitem.entity_tracker_upgrade@0:[net.minecraft.item.crafting.Ingredient@1df8d744, net.minecraft.item.crafting.Ingredient@31bbc048, net.minecraft.item.crafting.Ingredient@1df8d744, net.minecraft.item.crafting.Ingredient@31bbc048, net.minecraft.item.crafting.Ingredient@5f3da821, net.minecraft.item.crafting.Ingredient@31bbc048, net.minecraft.item.crafting.Ingredient@1df8d744, net.minecraft.item.crafting.Ingredient@31bbc048, net.minecraft.item.crafting.Ingredient@1df8d744]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.universal_sensor@0 new recipe: RecipeStage{tier='four', recipe=1xtile.universal_sensor@0:[net.minecraftforge.oredict.OreIngredient@416e6f75, net.minecraftforge.oredict.OreIngredient@1f6fae82, net.minecraftforge.oredict.OreIngredient@416e6f75, net.minecraftforge.oredict.OreIngredient@1f6fae82, net.minecraftforge.oredict.OreIngredient@416e6f75, net.minecraftforge.oredict.OreIngredient@1f6fae82, net.minecraftforge.oredict.OreIngredient@416e6f75, net.minecraftforge.oredict.OreIngredient@7fb6780a, net.minecraftforge.oredict.OreIngredient@416e6f75]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.advanced_air_compressor@0 new recipe: RecipeStage{tier='four', recipe=1xtile.advanced_air_compressor@0:[net.minecraftforge.oredict.OreIngredient@271438ab, net.minecraftforge.oredict.OreIngredient@271438ab, net.minecraftforge.oredict.OreIngredient@271438ab, net.minecraftforge.oredict.OreIngredient@271438ab, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1ca04c48, net.minecraftforge.oredict.OreIngredient@271438ab, net.minecraft.item.crafting.Ingredient@2b1193b4, net.minecraftforge.oredict.OreIngredient@271438ab]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.pneumatic_wrench@0 new recipe: RecipeStage{tier='four', recipe=1xitem.pneumatic_wrench@0:[net.minecraftforge.oredict.OreIngredient@6bc8274, net.minecraftforge.oredict.OreIngredient@5bffc9e8, net.minecraftforge.oredict.OreIngredient@6bc8274, net.minecraft.item.crafting.Ingredient@3ddc54b5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6bc8274, net.minecraft.item.crafting.Ingredient@23adae47, net.minecraftforge.oredict.OreIngredient@6bc8274]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.gun_ammo_freezing@0 new recipe: RecipeStage{tier='four', recipe=1xitem.gun_ammo_freezing@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7542d155, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5097d871, net.minecraft.item.crafting.Ingredient@79ec41a9, net.minecraftforge.oredict.OreIngredient@5097d871, net.minecraftforge.oredict.OreIngredient@5097d871, net.minecraft.item.crafting.Ingredient@79ec41a9, net.minecraftforge.oredict.OreIngredient@5097d871]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.air_grate_module@0 new recipe: RecipeStage{tier='four', recipe=1xitem.air_grate_module@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@480c56b3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@480c56b3, net.minecraft.item.crafting.Ingredient@2ee5e582, net.minecraft.item.crafting.Ingredient@480c56b3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@480c56b3, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.manometer@0 new recipe: RecipeStage{tier='four', recipe=1xitem.manometer@0:[net.minecraft.item.crafting.Ingredient@3b26c594, net.minecraft.item.crafting.Ingredient@398b51f8]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.vortex_tube@0 new recipe: RecipeStage{tier='four', recipe=1xtile.vortex_tube@0:[net.minecraftforge.oredict.OreIngredient@42b36ee0, net.minecraft.item.crafting.Ingredient@29acbc25, net.minecraftforge.oredict.OreIngredient@42b36ee0, net.minecraftforge.oredict.OreIngredient@2183c19f, net.minecraft.item.crafting.Ingredient@29acbc25, net.minecraftforge.oredict.OreIngredient@2183c19f, net.minecraftforge.oredict.OreIngredient@42b36ee0, net.minecraftforge.oredict.OreIngredient@42b36ee0, net.minecraftforge.oredict.OreIngredient@42b36ee0]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.pressure_gauge@0 new recipe: RecipeStage{tier='four', recipe=1xitem.pressure_gauge@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@12f669be, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@12f669be, net.minecraftforge.oredict.OreIngredient@50c207d5, net.minecraftforge.oredict.OreIngredient@12f669be, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@12f669be, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.speed_upgrade@0 new recipe: RecipeStage{tier='four', recipe=1xitem.speed_upgrade@0:[net.minecraft.item.crafting.Ingredient@5c35b225, net.minecraft.item.crafting.Ingredient@6e1a7790, net.minecraft.item.crafting.Ingredient@5c35b225, net.minecraft.item.crafting.Ingredient@6e1a7790, me.desht.pneumaticcraft.common.recipes.factories.FluidIngredientFactory$FluidIngredient@33f16d57, net.minecraft.item.crafting.Ingredient@6e1a7790, net.minecraft.item.crafting.Ingredient@5c35b225, net.minecraft.item.crafting.Ingredient@6e1a7790, net.minecraft.item.crafting.Ingredient@5c35b225]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.liquid_hopper@0 new recipe: RecipeStage{tier='two', recipe=1xtile.liquid_hopper@0:[net.minecraftforge.oredict.OreIngredient@c3b422b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@c3b422b, net.minecraftforge.oredict.OreIngredient@c3b422b, net.minecraft.item.crafting.Ingredient@59a08309, net.minecraftforge.oredict.OreIngredient@c3b422b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@c3b422b, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.gun_ammo@0 new recipe: RecipeStage{tier='four', recipe=1xitem.gun_ammo@0:[net.minecraft.item.crafting.Ingredient@77844b1a, net.minecraft.item.crafting.Ingredient@114b648e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.pressure_chamber_valve@0 new recipe: RecipeStage{tier='four', recipe=4xtile.pressure_chamber_valve@0:[net.minecraft.item.crafting.Ingredient@2892f230, net.minecraft.item.crafting.Ingredient@7753bfed, net.minecraft.item.crafting.Ingredient@483f9d88, net.minecraft.item.crafting.Ingredient@38da91de, net.minecraft.item.crafting.Ingredient@766e787]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xitem.advanced_pcb@0 new recipe: RecipeStage{tier='four', recipe=4xitem.advanced_pcb@0:[net.minecraft.item.crafting.Ingredient@41dfb20d, net.minecraftforge.oredict.OreIngredient@9e1cc1f, net.minecraft.item.crafting.Ingredient@41dfb20d, net.minecraftforge.oredict.OreIngredient@9e1cc1f, net.minecraft.item.crafting.Ingredient@6d709bc4, net.minecraftforge.oredict.OreIngredient@9e1cc1f, net.minecraft.item.crafting.Ingredient@41dfb20d, net.minecraftforge.oredict.OreIngredient@9e1cc1f, net.minecraft.item.crafting.Ingredient@41dfb20d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.drone@0 new recipe: RecipeStage{tier='four', recipe=1xitem.drone@0:[net.minecraft.item.crafting.Ingredient@24467942, net.minecraft.item.crafting.Ingredient@70ca6806]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.network_component@0 new recipe: RecipeStage{tier='four', recipe=1xitem.network_component@0:[net.minecraftforge.oredict.OreIngredient@5e1f5ae2, net.minecraftforge.oredict.OreIngredient@5e1f5ae2, net.minecraftforge.oredict.OreIngredient@5e1f5ae2, net.minecraftforge.oredict.OreIngredient@5e1f5ae2, net.minecraftforge.oredict.OreIngredient@7cb49632, net.minecraftforge.oredict.OreIngredient@5e1f5ae2, net.minecraftforge.oredict.OreIngredient@5e1f5ae2, net.minecraftforge.oredict.OreIngredient@5e1f5ae2, net.minecraftforge.oredict.OreIngredient@5e1f5ae2]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xitem.logistic_frame_storage@0 new recipe: RecipeStage{tier='four', recipe=4xitem.logistic_frame_storage@0:[net.minecraftforge.oredict.OreIngredient@8cb3fe3, net.minecraftforge.oredict.OreIngredient@8cb3fe3, net.minecraftforge.oredict.OreIngredient@8cb3fe3, net.minecraftforge.oredict.OreIngredient@8cb3fe3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@8cb3fe3, net.minecraftforge.oredict.OreIngredient@8cb3fe3, net.minecraftforge.oredict.OreIngredient@8cb3fe3, net.minecraftforge.oredict.OreIngredient@8cb3fe3]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.flow_detector_module@0 new recipe: RecipeStage{tier='four', recipe=1xitem.flow_detector_module@0:[net.minecraft.item.crafting.Ingredient@68cf9842, net.minecraft.item.crafting.Ingredient@68cf9842, net.minecraft.item.crafting.Ingredient@68cf9842, net.minecraft.item.crafting.Ingredient@68cf9842, net.minecraft.item.crafting.Ingredient@1314d0f2, net.minecraft.item.crafting.Ingredient@68cf9842, net.minecraft.item.crafting.Ingredient@68cf9842, net.minecraft.item.crafting.Ingredient@68cf9842, net.minecraft.item.crafting.Ingredient@68cf9842]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.seismic_sensor@0 new recipe: RecipeStage{tier='four', recipe=1xitem.seismic_sensor@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@59cf2fb9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@58dbfa12, net.minecraft.item.crafting.Ingredient@5b1b1a6c, net.minecraftforge.oredict.OreIngredient@58dbfa12, net.minecraftforge.oredict.OreIngredient@58dbfa12, net.minecraft.item.crafting.Ingredient@20ebdd2d, net.minecraftforge.oredict.OreIngredient@58dbfa12]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 16xitem.crop_support@0 new recipe: RecipeStage{tier='four', recipe=16xitem.crop_support@0:[net.minecraftforge.oredict.OreIngredient@5c8fa086, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5c8fa086, net.minecraftforge.oredict.OreIngredient@5c8fa086, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5c8fa086]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.harvesting_drone@0 new recipe: RecipeStage{tier='four', recipe=1xitem.harvesting_drone@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4f02c493, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4f02c493, net.minecraftforge.oredict.OreIngredient@409442c, net.minecraft.item.crafting.Ingredient@4f02c493, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4f02c493, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 16xtile.pressure_chamber_valve@0 new recipe: RecipeStage{tier='four', recipe=16xtile.pressure_chamber_valve@0:[net.minecraftforge.oredict.OreIngredient@46a1192f, net.minecraftforge.oredict.OreIngredient@46a1192f, net.minecraftforge.oredict.OreIngredient@46a1192f, net.minecraftforge.oredict.OreIngredient@46a1192f, net.minecraft.item.crafting.Ingredient@48b43f1d, net.minecraftforge.oredict.OreIngredient@46a1192f, net.minecraftforge.oredict.OreIngredient@46a1192f, net.minecraftforge.oredict.OreIngredient@46a1192f, net.minecraftforge.oredict.OreIngredient@46a1192f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.gun_ammo_ap@0 new recipe: RecipeStage{tier='four', recipe=1xitem.gun_ammo_ap@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@43f647a5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@42d29bde, net.minecraftforge.oredict.OreIngredient@82d46f1, net.minecraftforge.oredict.OreIngredient@42d29bde, net.minecraftforge.oredict.OreIngredient@42d29bde, net.minecraftforge.oredict.OreIngredient@82d46f1, net.minecraftforge.oredict.OreIngredient@42d29bde]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.gas_lift@0 new recipe: RecipeStage{tier='four', recipe=1xtile.gas_lift@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@662f580c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@662f580c, net.minecraftforge.oredict.OreIngredient@4895a82, net.minecraft.item.crafting.Ingredient@662f580c, net.minecraftforge.oredict.OreIngredient@42903798, net.minecraftforge.oredict.OreIngredient@42903798, net.minecraftforge.oredict.OreIngredient@42903798]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.heat_sink@0 new recipe: RecipeStage{tier='four', recipe=1xtile.heat_sink@0:[net.minecraft.item.crafting.Ingredient@1092b436, net.minecraft.item.crafting.Ingredient@1092b436, net.minecraft.item.crafting.Ingredient@1092b436, net.minecraftforge.oredict.OreIngredient@2d9a27d9, net.minecraftforge.oredict.OreIngredient@7c519fe6, net.minecraftforge.oredict.OreIngredient@2d9a27d9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.advanced_liquid_compressor@0 new recipe: RecipeStage{tier='four', recipe=1xtile.advanced_liquid_compressor@0:[net.minecraftforge.oredict.OreIngredient@2358a37d, net.minecraftforge.oredict.OreIngredient@2358a37d, net.minecraftforge.oredict.OreIngredient@2358a37d, net.minecraftforge.oredict.OreIngredient@2358a37d, net.minecraft.item.crafting.Ingredient@4f8ce524, net.minecraft.item.crafting.Ingredient@1749414d, net.minecraftforge.oredict.OreIngredient@2358a37d, net.minecraft.item.crafting.Ingredient@4f779115, net.minecraftforge.oredict.OreIngredient@2358a37d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.pneumatic_boots@0 new recipe: RecipeStage{tier='four', recipe=1xitem.pneumatic_boots@0:[net.minecraft.item.crafting.Ingredient@1ffcba39, net.minecraft.item.crafting.Ingredient@29a8d0a2, net.minecraft.item.crafting.Ingredient@1ffcba39, net.minecraft.item.crafting.Ingredient@1ffcba39, net.minecraft.item.crafting.Ingredient@65e162a9, net.minecraft.item.crafting.Ingredient@1ffcba39]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xitem.logistic_frame_requester@0 new recipe: RecipeStage{tier='four', recipe=4xitem.logistic_frame_requester@0:[net.minecraftforge.oredict.OreIngredient@dbbf784, net.minecraftforge.oredict.OreIngredient@dbbf784, net.minecraftforge.oredict.OreIngredient@dbbf784, net.minecraftforge.oredict.OreIngredient@dbbf784, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@dbbf784, net.minecraftforge.oredict.OreIngredient@dbbf784, net.minecraftforge.oredict.OreIngredient@dbbf784, net.minecraftforge.oredict.OreIngredient@dbbf784]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.elevator_caller@0 new recipe: RecipeStage{tier='four', recipe=1xtile.elevator_caller@0:[net.minecraftforge.oredict.OreIngredient@543763ca, net.minecraftforge.oredict.OreIngredient@6885fc12, net.minecraftforge.oredict.OreIngredient@543763ca, net.minecraftforge.oredict.OreIngredient@6885fc12, net.minecraft.item.crafting.Ingredient@374d8471, net.minecraftforge.oredict.OreIngredient@6885fc12, net.minecraftforge.oredict.OreIngredient@543763ca, net.minecraftforge.oredict.OreIngredient@6885fc12, net.minecraftforge.oredict.OreIngredient@543763ca]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.gun_ammo_incendiary@0 new recipe: RecipeStage{tier='four', recipe=1xitem.gun_ammo_incendiary@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1c556548, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@538fc144, net.minecraft.item.crafting.Ingredient@4b841e59, net.minecraftforge.oredict.OreIngredient@538fc144, net.minecraftforge.oredict.OreIngredient@538fc144, net.minecraft.item.crafting.Ingredient@4b841e59, net.minecraftforge.oredict.OreIngredient@538fc144]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.programmable_controller@0 new recipe: RecipeStage{tier='four', recipe=1xtile.programmable_controller@0:[net.minecraftforge.oredict.OreIngredient@2167eedf, net.minecraft.item.crafting.Ingredient@7e4d60b6, net.minecraftforge.oredict.OreIngredient@2167eedf, net.minecraft.item.crafting.Ingredient@274197c2, net.minecraft.item.crafting.Ingredient@10ba9453, net.minecraft.item.crafting.Ingredient@520c7c1f, net.minecraftforge.oredict.OreIngredient@2167eedf, net.minecraft.item.crafting.Ingredient@343a6295, net.minecraftforge.oredict.OreIngredient@2167eedf]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.regulator_tube_module@0 new recipe: RecipeStage{tier='four', recipe=1xitem.regulator_tube_module@0:[net.minecraft.item.crafting.Ingredient@22f4eba2, net.minecraft.item.crafting.Ingredient@4d97471f, net.minecraft.item.crafting.Ingredient@22f4eba2]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.coordinate_tracker_upgrade@0 new recipe: RecipeStage{tier='four', recipe=1xitem.coordinate_tracker_upgrade@0:[net.minecraft.item.crafting.Ingredient@21dd972c, net.minecraft.item.crafting.Ingredient@79d84ac6, net.minecraft.item.crafting.Ingredient@21dd972c, net.minecraft.item.crafting.Ingredient@79d84ac6, net.minecraft.item.crafting.Ingredient@3e9cb172, net.minecraft.item.crafting.Ingredient@79d84ac6, net.minecraft.item.crafting.Ingredient@21dd972c, net.minecraft.item.crafting.Ingredient@79d84ac6, net.minecraft.item.crafting.Ingredient@21dd972c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.drone@0 new recipe: RecipeStage{tier='four', recipe=1xitem.drone@0:[net.minecraft.item.crafting.Ingredient@25088049, net.minecraft.item.crafting.Ingredient@39adc7f2]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.vortex_cannon@0 new recipe: RecipeStage{tier='four', recipe=1xitem.vortex_cannon@0:[net.minecraftforge.oredict.OreIngredient@1f5babbb, net.minecraftforge.oredict.OreIngredient@36eee7ed, net.minecraftforge.oredict.OreIngredient@1f5babbb, net.minecraft.item.crafting.Ingredient@6ac0b554, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1f5babbb, net.minecraft.item.crafting.Ingredient@9f268ee, net.minecraftforge.oredict.OreIngredient@1f5babbb]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.vacuum_pump@0 new recipe: RecipeStage{tier='four', recipe=1xtile.vacuum_pump@0:[net.minecraft.item.crafting.Ingredient@403d596b, net.minecraft.item.crafting.Ingredient@7f0c844b, net.minecraft.item.crafting.Ingredient@403d596b, net.minecraft.item.crafting.Ingredient@3c4aa816, net.minecraft.item.crafting.Ingredient@7f0c844b, net.minecraft.item.crafting.Ingredient@3c4aa816, net.minecraft.item.crafting.Ingredient@2191c6a5, net.minecraft.item.crafting.Ingredient@2191c6a5, net.minecraft.item.crafting.Ingredient@2191c6a5]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xitem.logistic_frame_default_storage@0 new recipe: RecipeStage{tier='four', recipe=4xitem.logistic_frame_default_storage@0:[net.minecraftforge.oredict.OreIngredient@373c0a99, net.minecraftforge.oredict.OreIngredient@373c0a99, net.minecraftforge.oredict.OreIngredient@373c0a99, net.minecraftforge.oredict.OreIngredient@373c0a99, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@373c0a99, net.minecraftforge.oredict.OreIngredient@373c0a99, net.minecraftforge.oredict.OreIngredient@373c0a99, net.minecraftforge.oredict.OreIngredient@373c0a99]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.assembly_program@2 new recipe: RecipeStage{tier='four', recipe=1xitem.assembly_program@2:[net.minecraft.item.crafting.Ingredient@ffca730, net.minecraft.item.crafting.Ingredient@dcc8431]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.pneumatic_chestplate@0 new recipe: RecipeStage{tier='four', recipe=1xitem.pneumatic_chestplate@0:[net.minecraft.item.crafting.Ingredient@22973779, net.minecraft.item.crafting.Ingredient@1b18e404, net.minecraft.item.crafting.Ingredient@22973779, net.minecraft.item.crafting.Ingredient@22973779, net.minecraft.item.crafting.Ingredient@2898216c, net.minecraft.item.crafting.Ingredient@22973779, net.minecraft.item.crafting.Ingredient@22973779, net.minecraft.item.crafting.Ingredient@22973779, net.minecraft.item.crafting.Ingredient@22973779]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.network_component@3 new recipe: RecipeStage{tier='four', recipe=1xitem.network_component@3:[net.minecraft.item.crafting.Ingredient@35acffe2, net.minecraft.item.crafting.Ingredient@35acffe2, net.minecraft.item.crafting.Ingredient@35acffe2, net.minecraft.item.crafting.Ingredient@35acffe2, net.minecraftforge.oredict.OreIngredient@6aea77e5, net.minecraft.item.crafting.Ingredient@35acffe2, net.minecraft.item.crafting.Ingredient@35acffe2, net.minecraft.item.crafting.Ingredient@35acffe2, net.minecraft.item.crafting.Ingredient@35acffe2]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.charging_module@0 new recipe: RecipeStage{tier='four', recipe=1xitem.charging_module@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@19184009, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@19184009, net.minecraft.item.crafting.Ingredient@b2f4b6a, net.minecraft.item.crafting.Ingredient@19184009, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@19184009, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.search_upgrade@0 new recipe: RecipeStage{tier='four', recipe=1xitem.search_upgrade@0:[net.minecraft.item.crafting.Ingredient@51e8dfb1, net.minecraft.item.crafting.Ingredient@6a5e7091, net.minecraft.item.crafting.Ingredient@51e8dfb1, net.minecraft.item.crafting.Ingredient@6a5e7091, net.minecraft.item.crafting.Ingredient@517eca56, net.minecraft.item.crafting.Ingredient@6a5e7091, net.minecraft.item.crafting.Ingredient@51e8dfb1, net.minecraft.item.crafting.Ingredient@6a5e7091, net.minecraft.item.crafting.Ingredient@51e8dfb1]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.camo_applicator@0 new recipe: RecipeStage{tier='four', recipe=1xitem.camo_applicator@0:[net.minecraftforge.oredict.OreIngredient@ebda675, net.minecraftforge.oredict.OreIngredient@5990fb70, net.minecraftforge.oredict.OreIngredient@ebda675, net.minecraft.item.crafting.Ingredient@237e68ee, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@ebda675, net.minecraft.item.crafting.Ingredient@595a9471, net.minecraftforge.oredict.OreIngredient@ebda675]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.network_component@4 new recipe: RecipeStage{tier='four', recipe=1xitem.network_component@4:[net.minecraftforge.oredict.OreIngredient@225b2e25, net.minecraftforge.oredict.OreIngredient@225b2e25, net.minecraftforge.oredict.OreIngredient@225b2e25, net.minecraftforge.oredict.OreIngredient@225b2e25, net.minecraftforge.oredict.OreIngredient@4ed43114, net.minecraftforge.oredict.OreIngredient@225b2e25, net.minecraftforge.oredict.OreIngredient@225b2e25, net.minecraftforge.oredict.OreIngredient@225b2e25, net.minecraftforge.oredict.OreIngredient@225b2e25]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.gun_ammo_weighted@0 new recipe: RecipeStage{tier='four', recipe=1xitem.gun_ammo_weighted@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3215d5ce, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7eed633a, net.minecraftforge.oredict.OreIngredient@61499ea0, net.minecraftforge.oredict.OreIngredient@7eed633a, net.minecraftforge.oredict.OreIngredient@7eed633a, net.minecraftforge.oredict.OreIngredient@f651814, net.minecraftforge.oredict.OreIngredient@7eed633a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xitem.pneumatic_cylinder@0 new recipe: RecipeStage{tier='four', recipe=2xitem.pneumatic_cylinder@0:[net.minecraftforge.oredict.OreIngredient@cb06852, net.minecraftforge.oredict.OreIngredient@13616b81, net.minecraftforge.oredict.OreIngredient@cb06852, net.minecraftforge.oredict.OreIngredient@cb06852, net.minecraftforge.oredict.OreIngredient@13616b81, net.minecraftforge.oredict.OreIngredient@cb06852, net.minecraftforge.oredict.OreIngredient@cb06852, net.minecraft.item.crafting.Ingredient@f4d18d8, net.minecraftforge.oredict.OreIngredient@cb06852]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 16xitem.network_component@5 new recipe: RecipeStage{tier='four', recipe=16xitem.network_component@5:[net.minecraft.item.crafting.Ingredient@f9ab874, net.minecraft.item.crafting.Ingredient@f9ab874, net.minecraft.item.crafting.Ingredient@f9ab874, net.minecraft.item.crafting.Ingredient@f9ab874, net.minecraftforge.oredict.OreIngredient@5bdbf18d, net.minecraft.item.crafting.Ingredient@f9ab874, net.minecraft.item.crafting.Ingredient@f9ab874, net.minecraft.item.crafting.Ingredient@f9ab874, net.minecraft.item.crafting.Ingredient@f9ab874]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.block_tracker_upgrade@0 new recipe: RecipeStage{tier='four', recipe=1xitem.block_tracker_upgrade@0:[net.minecraft.item.crafting.Ingredient@21fef282, net.minecraft.item.crafting.Ingredient@795adeb5, net.minecraft.item.crafting.Ingredient@21fef282, net.minecraft.item.crafting.Ingredient@795adeb5, net.minecraft.item.crafting.Ingredient@417f383b, net.minecraft.item.crafting.Ingredient@795adeb5, net.minecraft.item.crafting.Ingredient@21fef282, net.minecraft.item.crafting.Ingredient@795adeb5, net.minecraft.item.crafting.Ingredient@21fef282]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.range_upgrade@0 new recipe: RecipeStage{tier='four', recipe=1xitem.range_upgrade@0:[net.minecraft.item.crafting.Ingredient@6a1076f, net.minecraft.item.crafting.Ingredient@c96981d, net.minecraft.item.crafting.Ingredient@6a1076f, net.minecraft.item.crafting.Ingredient@c96981d, net.minecraft.item.crafting.Ingredient@254a67b4, net.minecraft.item.crafting.Ingredient@c96981d, net.minecraft.item.crafting.Ingredient@6a1076f, net.minecraft.item.crafting.Ingredient@c96981d, net.minecraft.item.crafting.Ingredient@6a1076f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.assembly_platform@0 new recipe: RecipeStage{tier='four', recipe=1xtile.assembly_platform@0:[net.minecraft.item.crafting.Ingredient@14813ae, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@14813ae, net.minecraftforge.oredict.OreIngredient@4c23539d, net.minecraftforge.oredict.OreIngredient@4c23539d, net.minecraftforge.oredict.OreIngredient@4c23539d, net.minecraftforge.oredict.OreIngredient@7a85abdb, net.minecraft.item.crafting.Ingredient@5bb8c41, net.minecraftforge.oredict.OreIngredient@7a85abdb]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.network_component@2 new recipe: RecipeStage{tier='four', recipe=1xitem.network_component@2:[net.minecraftforge.oredict.OreIngredient@2ad440bb, net.minecraftforge.oredict.OreIngredient@2ad440bb, net.minecraftforge.oredict.OreIngredient@2ad440bb, net.minecraftforge.oredict.OreIngredient@2ad440bb, net.minecraftforge.oredict.OreIngredient@63f4edb0, net.minecraftforge.oredict.OreIngredient@2ad440bb, net.minecraftforge.oredict.OreIngredient@2ad440bb, net.minecraftforge.oredict.OreIngredient@2ad440bb, net.minecraftforge.oredict.OreIngredient@2ad440bb]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.sentry_turret@0 new recipe: RecipeStage{tier='four', recipe=1xtile.sentry_turret@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3e69ce93, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6ad62273, net.minecraftforge.oredict.OreIngredient@54253634, net.minecraftforge.oredict.OreIngredient@6ad62273, net.minecraftforge.oredict.OreIngredient@54253634, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@54253634]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.night_vision_upgrade@0 new recipe: RecipeStage{tier='four', recipe=1xitem.night_vision_upgrade@0:[net.minecraft.item.crafting.Ingredient@258cd109, net.minecraftforge.common.crafting.IngredientNBT@3fb80e0c, net.minecraft.item.crafting.Ingredient@258cd109, net.minecraft.item.crafting.Ingredient@442ff982, net.minecraftforge.common.crafting.IngredientNBT@3fb80e0c, net.minecraft.item.crafting.Ingredient@442ff982, net.minecraft.item.crafting.Ingredient@258cd109, net.minecraftforge.common.crafting.IngredientNBT@3fb80e0c, net.minecraft.item.crafting.Ingredient@258cd109]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.charging_upgrade@0 new recipe: RecipeStage{tier='four', recipe=1xitem.charging_upgrade@0:[net.minecraft.item.crafting.Ingredient@2d7bbb09, net.minecraft.item.crafting.Ingredient@104547cf, net.minecraft.item.crafting.Ingredient@2d7bbb09, net.minecraft.item.crafting.Ingredient@104547cf, net.minecraft.item.crafting.Ingredient@56dad137, net.minecraft.item.crafting.Ingredient@104547cf, net.minecraft.item.crafting.Ingredient@2d7bbb09, net.minecraft.item.crafting.Ingredient@104547cf, net.minecraft.item.crafting.Ingredient@2d7bbb09]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.pneumatic_helmet@0 new recipe: RecipeStage{tier='four', recipe=1xitem.pneumatic_helmet@0:[net.minecraft.item.crafting.Ingredient@18281e0d, net.minecraft.item.crafting.Ingredient@330c319, net.minecraft.item.crafting.Ingredient@18281e0d, net.minecraft.item.crafting.Ingredient@18281e0d, net.minecraft.item.crafting.Ingredient@1e2e6c5, net.minecraft.item.crafting.Ingredient@18281e0d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.omnidirectional_hopper@0 new recipe: RecipeStage{tier='four', recipe=1xtile.omnidirectional_hopper@0:[net.minecraftforge.oredict.OreIngredient@6bf4223b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6bf4223b, net.minecraftforge.oredict.OreIngredient@6bf4223b, net.minecraftforge.oredict.OreIngredient@785b80a3, net.minecraftforge.oredict.OreIngredient@6bf4223b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6bf4223b, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.thermal_compressor@0 new recipe: RecipeStage{tier='four', recipe=1xtile.thermal_compressor@0:[net.minecraftforge.oredict.OreIngredient@2712eaf, net.minecraft.item.crafting.Ingredient@59dfae79, net.minecraftforge.oredict.OreIngredient@2712eaf, net.minecraft.item.crafting.Ingredient@46a444e, net.minecraft.item.crafting.Ingredient@2e01b08d, net.minecraft.item.crafting.Ingredient@46a444e, net.minecraftforge.oredict.OreIngredient@2712eaf, net.minecraft.item.crafting.Ingredient@59dfae79, net.minecraftforge.oredict.OreIngredient@2712eaf]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xitem.logistic_frame_active_provider@0 new recipe: RecipeStage{tier='four', recipe=4xitem.logistic_frame_active_provider@0:[net.minecraftforge.oredict.OreIngredient@1ae9e70, net.minecraftforge.oredict.OreIngredient@1ae9e70, net.minecraftforge.oredict.OreIngredient@1ae9e70, net.minecraftforge.oredict.OreIngredient@1ae9e70, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1ae9e70, net.minecraftforge.oredict.OreIngredient@1ae9e70, net.minecraftforge.oredict.OreIngredient@1ae9e70, net.minecraftforge.oredict.OreIngredient@1ae9e70]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.redstone_module@0 new recipe: RecipeStage{tier='four', recipe=1xitem.redstone_module@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@14332fe9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5ea6ad06, net.minecraft.item.crafting.Ingredient@c2fd0c1, net.minecraft.item.crafting.Ingredient@5ea6ad06]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.item_life_upgrade@0 new recipe: RecipeStage{tier='four', recipe=1xitem.item_life_upgrade@0:[net.minecraft.item.crafting.Ingredient@6c811a41, net.minecraft.item.crafting.Ingredient@452a244e, net.minecraft.item.crafting.Ingredient@6c811a41, net.minecraft.item.crafting.Ingredient@452a244e, net.minecraft.item.crafting.Ingredient@3d17f3e5, net.minecraft.item.crafting.Ingredient@452a244e, net.minecraft.item.crafting.Ingredient@6c811a41, net.minecraft.item.crafting.Ingredient@452a244e, net.minecraft.item.crafting.Ingredient@6c811a41]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.aerial_interface@0 new recipe: RecipeStage{tier='four', recipe=1xtile.aerial_interface@0:[net.minecraft.item.crafting.Ingredient@3a8eec11, net.minecraft.item.crafting.Ingredient@1bc80b82, net.minecraft.item.crafting.Ingredient@3a8eec11, net.minecraft.item.crafting.Ingredient@b23408e, net.minecraft.item.crafting.Ingredient@6c19bfd5, net.minecraft.item.crafting.Ingredient@b23408e, net.minecraft.item.crafting.Ingredient@3a8eec11, net.minecraft.item.crafting.Ingredient@49ca2118, net.minecraft.item.crafting.Ingredient@3a8eec11]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.logistics_module@0 new recipe: RecipeStage{tier='four', recipe=1xitem.logistics_module@0:[net.minecraftforge.oredict.OreIngredient@63d01ef2, net.minecraftforge.oredict.OreIngredient@36a7192a, net.minecraftforge.oredict.OreIngredient@63d01ef2, net.minecraftforge.oredict.OreIngredient@36a7192a, net.minecraft.item.crafting.Ingredient@39826cc6, net.minecraftforge.oredict.OreIngredient@36a7192a, net.minecraftforge.oredict.OreIngredient@63d01ef2, net.minecraftforge.oredict.OreIngredient@36a7192a, net.minecraftforge.oredict.OreIngredient@63d01ef2]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.pneumatic_door_base@0 new recipe: RecipeStage{tier='four', recipe=1xtile.pneumatic_door_base@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7fac9c53, net.minecraftforge.oredict.OreIngredient@726ad981, net.minecraftforge.oredict.OreIngredient@726ad981, net.minecraftforge.oredict.OreIngredient@726ad981, net.minecraft.item.crafting.Ingredient@20c18056, net.minecraftforge.oredict.OreIngredient@726ad981, net.minecraftforge.oredict.OreIngredient@726ad981, net.minecraftforge.oredict.OreIngredient@726ad981]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.uv_light_box@0 new recipe: RecipeStage{tier='four', recipe=1xtile.uv_light_box@0:[net.minecraft.item.crafting.Ingredient@28c944d9, net.minecraft.item.crafting.Ingredient@28c944d9, net.minecraft.item.crafting.Ingredient@28c944d9, net.minecraftforge.oredict.OreIngredient@160b3144, net.minecraft.item.crafting.Ingredient@2709514d, net.minecraft.item.crafting.Ingredient@1f6940cb, net.minecraftforge.oredict.OreIngredient@160b3144, net.minecraftforge.oredict.OreIngredient@160b3144, net.minecraftforge.oredict.OreIngredient@160b3144]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.pressure_gauge_module@0 new recipe: RecipeStage{tier='four', recipe=1xitem.pressure_gauge_module@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@475ed86e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3b99675a, net.minecraft.item.crafting.Ingredient@3dde6e2a, net.minecraftforge.oredict.OreIngredient@3b99675a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.pneumatic_leggings@0 new recipe: RecipeStage{tier='four', recipe=1xitem.pneumatic_leggings@0:[net.minecraft.item.crafting.Ingredient@73a7901f, net.minecraft.item.crafting.Ingredient@46675250, net.minecraft.item.crafting.Ingredient@73a7901f, net.minecraft.item.crafting.Ingredient@73a7901f, net.minecraft.item.crafting.Ingredient@1687a7f4, net.minecraft.item.crafting.Ingredient@73a7901f, net.minecraftforge.oredict.OreIngredient@31f095a2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@31f095a2]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.dispenser_upgrade@0 new recipe: RecipeStage{tier='four', recipe=1xitem.dispenser_upgrade@0:[net.minecraft.item.crafting.Ingredient@1d1ab4b9, net.minecraft.item.crafting.Ingredient@38ef9661, net.minecraft.item.crafting.Ingredient@1d1ab4b9, net.minecraft.item.crafting.Ingredient@38ef9661, net.minecraft.item.crafting.Ingredient@16d87ef4, net.minecraft.item.crafting.Ingredient@38ef9661, net.minecraft.item.crafting.Ingredient@1d1ab4b9, net.minecraft.item.crafting.Ingredient@38ef9661, net.minecraft.item.crafting.Ingredient@1d1ab4b9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.amadron_tablet@0 new recipe: RecipeStage{tier='four', recipe=1xitem.amadron_tablet@0:[net.minecraftforge.oredict.OreIngredient@e78967f, net.minecraftforge.oredict.OreIngredient@e78967f, net.minecraftforge.oredict.OreIngredient@e78967f, net.minecraftforge.oredict.OreIngredient@e78967f, net.minecraft.item.crafting.Ingredient@c5ef675, net.minecraftforge.oredict.OreIngredient@e78967f, net.minecraftforge.oredict.OreIngredient@e78967f, net.minecraft.item.crafting.Ingredient@3289b64d, net.minecraftforge.oredict.OreIngredient@e78967f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.spawner_agitator@0 new recipe: RecipeStage{tier='four', recipe=1xitem.spawner_agitator@0:[net.minecraftforge.oredict.OreIngredient@7ee3c30d, net.minecraftforge.oredict.OreIngredient@7ee3c30d, net.minecraftforge.oredict.OreIngredient@7ee3c30d, net.minecraftforge.oredict.OreIngredient@7ee3c30d, net.minecraft.item.crafting.Ingredient@7ed5ec41, net.minecraftforge.oredict.OreIngredient@7ee3c30d, net.minecraftforge.oredict.OreIngredient@7ee3c30d, net.minecraftforge.oredict.OreIngredient@7ee3c30d, net.minecraftforge.oredict.OreIngredient@7ee3c30d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xitem.logistic_frame_passive_provider@0 new recipe: RecipeStage{tier='four', recipe=4xitem.logistic_frame_passive_provider@0:[net.minecraftforge.oredict.OreIngredient@14631f60, net.minecraftforge.oredict.OreIngredient@14631f60, net.minecraftforge.oredict.OreIngredient@14631f60, net.minecraftforge.oredict.OreIngredient@14631f60, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@14631f60, net.minecraftforge.oredict.OreIngredient@14631f60, net.minecraftforge.oredict.OreIngredient@14631f60, net.minecraftforge.oredict.OreIngredient@14631f60]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.magnet_upgrade@0 new recipe: RecipeStage{tier='four', recipe=1xitem.magnet_upgrade@0:[net.minecraft.item.crafting.Ingredient@4175d14e, net.minecraftforge.oredict.OreIngredient@71929940, net.minecraft.item.crafting.Ingredient@4175d14e, net.minecraftforge.oredict.OreIngredient@71929940, net.minecraftforge.oredict.OreIngredient@622b9494, net.minecraftforge.oredict.OreIngredient@71929940, net.minecraft.item.crafting.Ingredient@4175d14e, net.minecraftforge.oredict.OreIngredient@71929940, net.minecraft.item.crafting.Ingredient@4175d14e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.elevator_frame@0 new recipe: RecipeStage{tier='four', recipe=4xtile.elevator_frame@0:[net.minecraftforge.oredict.OreIngredient@46f4d10f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@46f4d10f, net.minecraftforge.oredict.OreIngredient@46f4d10f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@46f4d10f, net.minecraftforge.oredict.OreIngredient@46f4d10f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@46f4d10f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.plastic_mixer@0 new recipe: RecipeStage{tier='four', recipe=1xtile.plastic_mixer@0:[net.minecraftforge.oredict.OreIngredient@1e07001d, net.minecraftforge.oredict.OreIngredient@209d75f4, net.minecraftforge.oredict.OreIngredient@1e07001d, net.minecraftforge.oredict.OreIngredient@209d75f4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@209d75f4, net.minecraftforge.oredict.OreIngredient@1e07001d, net.minecraftforge.oredict.OreIngredient@1e07001d, net.minecraftforge.oredict.OreIngredient@1e07001d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.programmer@0 new recipe: RecipeStage{tier='four', recipe=1xtile.programmer@0:[net.minecraftforge.oredict.OreIngredient@4c04f951, net.minecraftforge.oredict.OreIngredient@482df825, net.minecraftforge.oredict.OreIngredient@4c04f951, net.minecraft.item.crafting.Ingredient@3a5077a5, net.minecraft.item.crafting.Ingredient@1bf827, net.minecraft.item.crafting.Ingredient@3a5077a5, net.minecraftforge.oredict.OreIngredient@4c04f951, net.minecraftforge.oredict.OreIngredient@4c04f951, net.minecraftforge.oredict.OreIngredient@4c04f951]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.network_component@1 new recipe: RecipeStage{tier='four', recipe=1xitem.network_component@1:[net.minecraftforge.oredict.OreIngredient@7af748e8, net.minecraftforge.oredict.OreIngredient@7af748e8, net.minecraftforge.oredict.OreIngredient@7af748e8, net.minecraftforge.oredict.OreIngredient@7af748e8, net.minecraftforge.oredict.OreIngredient@663bce43, net.minecraftforge.oredict.OreIngredient@7af748e8, net.minecraftforge.oredict.OreIngredient@7af748e8, net.minecraftforge.oredict.OreIngredient@7af748e8, net.minecraftforge.oredict.OreIngredient@7af748e8]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.gun_ammo@0 new recipe: RecipeStage{tier='four', recipe=1xitem.gun_ammo@0:[net.minecraft.item.crafting.Ingredient@1e1daf0d, net.minecraft.item.crafting.Ingredient@550ed8ab]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.air_compressor@0 new recipe: RecipeStage{tier='four', recipe=1xtile.air_compressor@0:[net.minecraftforge.oredict.OreIngredient@312ff781, net.minecraftforge.oredict.OreIngredient@312ff781, net.minecraftforge.oredict.OreIngredient@312ff781, net.minecraftforge.oredict.OreIngredient@312ff781, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3e9dde65, net.minecraftforge.oredict.OreIngredient@312ff781, net.minecraft.item.crafting.Ingredient@57251834, net.minecraftforge.oredict.OreIngredient@312ff781]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.air_canister@30000 new recipe: RecipeStage{tier='four', recipe=1xitem.air_canister@30000:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@35341425, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3ca1c921, net.minecraft.item.crafting.Ingredient@19c2316d, net.minecraftforge.oredict.OreIngredient@3ca1c921, net.minecraftforge.oredict.OreIngredient@3ca1c921, net.minecraft.item.crafting.Ingredient@19c2316d, net.minecraftforge.oredict.OreIngredient@3ca1c921]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.stone_base@0 new recipe: RecipeStage{tier='four', recipe=1xitem.stone_base@0:[net.minecraftforge.oredict.OreIngredient@3d2f8c3e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3d2f8c3e, net.minecraftforge.oredict.OreIngredient@3d2f8c3e, net.minecraft.item.crafting.Ingredient@6ddb6e68, net.minecraftforge.oredict.OreIngredient@3d2f8c3e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.cannon_barrel@0 new recipe: RecipeStage{tier='four', recipe=1xitem.cannon_barrel@0:[net.minecraftforge.oredict.OreIngredient@77fdc30f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@77fdc30f, net.minecraftforge.oredict.OreIngredient@77fdc30f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@77fdc30f, net.minecraft.item.crafting.Ingredient@7d3fc33a, net.minecraftforge.oredict.OreIngredient@77fdc30f, net.minecraftforge.oredict.OreIngredient@77fdc30f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.heat_frame@0 new recipe: RecipeStage{tier='four', recipe=1xitem.heat_frame@0:[net.minecraftforge.oredict.OreIngredient@1e58d45b, net.minecraftforge.oredict.OreIngredient@1e58d45b, net.minecraftforge.oredict.OreIngredient@1e58d45b, net.minecraftforge.oredict.OreIngredient@1e58d45b, net.minecraft.item.crafting.Ingredient@3cce6ec0, net.minecraftforge.oredict.OreIngredient@1e58d45b, net.minecraftforge.oredict.OreIngredient@1e58d45b, net.minecraftforge.oredict.OreIngredient@1e58d45b, net.minecraftforge.oredict.OreIngredient@1e58d45b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.pressure_chamber_valve@0 new recipe: RecipeStage{tier='four', recipe=1xtile.pressure_chamber_valve@0:[net.minecraft.item.crafting.Ingredient@649e2f4f, net.minecraft.item.crafting.Ingredient@10d5bc73]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.remote@0 new recipe: RecipeStage{tier='four', recipe=1xitem.remote@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7fa1135d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@32bfbd7, net.minecraft.item.crafting.Ingredient@11596a9c, net.minecraft.item.crafting.Ingredient@32bfbd7, net.minecraft.item.crafting.Ingredient@32bfbd7, net.minecraft.item.crafting.Ingredient@97f6484, net.minecraft.item.crafting.Ingredient@32bfbd7]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.micromissiles@0 new recipe: RecipeStage{tier='four', recipe=1xitem.micromissiles@0:[net.minecraftforge.oredict.OreIngredient@595ce67d, net.minecraft.item.crafting.Ingredient@48445d60, net.minecraftforge.oredict.OreIngredient@595ce67d, net.minecraftforge.oredict.OreIngredient@12c29114, net.minecraft.item.crafting.Ingredient@28493a66, net.minecraftforge.oredict.OreIngredient@12c29114, net.minecraftforge.oredict.OreIngredient@595ce67d, net.minecraft.item.crafting.Ingredient@4e082f4d, net.minecraftforge.oredict.OreIngredient@595ce67d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.elevator_base@0 new recipe: RecipeStage{tier='four', recipe=4xtile.elevator_base@0:[net.minecraftforge.oredict.OreIngredient@741a13f7, net.minecraft.item.crafting.Ingredient@4ec6c434, net.minecraft.item.crafting.Ingredient@4ec6c434, net.minecraftforge.oredict.OreIngredient@741a13f7]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.logistics_module@0 new recipe: RecipeStage{tier='four', recipe=1xitem.logistics_module@0:[net.minecraftforge.oredict.OreIngredient@5907dcd7, net.minecraftforge.oredict.OreIngredient@63b0a4b0, net.minecraftforge.oredict.OreIngredient@5907dcd7, net.minecraftforge.oredict.OreIngredient@63b0a4b0, net.minecraft.item.crafting.Ingredient@57f880e0, net.minecraftforge.oredict.OreIngredient@63b0a4b0, net.minecraftforge.oredict.OreIngredient@5907dcd7, net.minecraftforge.oredict.OreIngredient@63b0a4b0, net.minecraftforge.oredict.OreIngredient@5907dcd7]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.aphorism_tile@0 new recipe: RecipeStage{tier='four', recipe=1xtile.aphorism_tile@0:[net.minecraft.item.crafting.Ingredient@16cbb84d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.elevator_base@0 new recipe: RecipeStage{tier='four', recipe=4xtile.elevator_base@0:[net.minecraft.item.crafting.Ingredient@2ddcfb9, net.minecraftforge.oredict.OreIngredient@50edf5ce, net.minecraftforge.oredict.OreIngredient@50edf5ce, net.minecraft.item.crafting.Ingredient@2ddcfb9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.pressure_chamber_interface@0 new recipe: RecipeStage{tier='four', recipe=1xtile.pressure_chamber_interface@0:[net.minecraft.item.crafting.Ingredient@3b1a4ec4, net.minecraft.item.crafting.Ingredient@5c247b7]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.pressure_tube@0 new recipe: RecipeStage{tier='four', recipe=8xtile.pressure_tube@0:[net.minecraftforge.oredict.OreIngredient@5f20524e, net.minecraftforge.oredict.OreIngredient@671c8354, net.minecraftforge.oredict.OreIngredient@5f20524e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xitem.advanced_pcb@0 new recipe: RecipeStage{tier='four', recipe=4xitem.advanced_pcb@0:[net.minecraftforge.oredict.OreIngredient@269e5414, net.minecraft.item.crafting.Ingredient@78af90cb, net.minecraftforge.oredict.OreIngredient@269e5414, net.minecraft.item.crafting.Ingredient@78af90cb, net.minecraft.item.crafting.Ingredient@5c38a9cb, net.minecraft.item.crafting.Ingredient@78af90cb, net.minecraftforge.oredict.OreIngredient@269e5414, net.minecraft.item.crafting.Ingredient@78af90cb, net.minecraftforge.oredict.OreIngredient@269e5414]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.electrostatic_compressor@0 new recipe: RecipeStage{tier='four', recipe=1xtile.electrostatic_compressor@0:[net.minecraft.item.crafting.Ingredient@24b32fd2, net.minecraftforge.oredict.OreIngredient@46287d53, net.minecraft.item.crafting.Ingredient@24b32fd2, net.minecraftforge.oredict.OreIngredient@46287d53, net.minecraft.item.crafting.Ingredient@4f26ca41, net.minecraftforge.oredict.OreIngredient@46287d53, net.minecraft.item.crafting.Ingredient@24b32fd2, net.minecraft.item.crafting.Ingredient@449805a9, net.minecraft.item.crafting.Ingredient@24b32fd2]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.gps_area_tool@0 new recipe: RecipeStage{tier='four', recipe=1xitem.gps_area_tool@0:[net.minecraft.item.crafting.Ingredient@61b82450, net.minecraft.item.crafting.Ingredient@602ab719]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.assembly_controller@0 new recipe: RecipeStage{tier='four', recipe=1xtile.assembly_controller@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7e9267ff, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2cc03676, net.minecraft.item.crafting.Ingredient@7e9267ff, net.minecraft.item.crafting.Ingredient@7e9267ff, net.minecraftforge.oredict.OreIngredient@3a5a5f74, net.minecraftforge.oredict.OreIngredient@3a5a5f74, net.minecraftforge.oredict.OreIngredient@3a5a5f74]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.gun_ammo@0 new recipe: RecipeStage{tier='four', recipe=1xitem.gun_ammo@0:[net.minecraft.item.crafting.Ingredient@75401e39, net.minecraftforge.oredict.OreIngredient@147f0ffb, net.minecraftforge.oredict.OreIngredient@19a225e5]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.security_station@0 new recipe: RecipeStage{tier='four', recipe=1xtile.security_station@0:[net.minecraftforge.oredict.OreIngredient@38401e9e, net.minecraftforge.oredict.OreIngredient@32a46727, net.minecraftforge.oredict.OreIngredient@38401e9e, net.minecraft.item.crafting.Ingredient@9aa961b, net.minecraft.item.crafting.Ingredient@5fc958f3, net.minecraft.item.crafting.Ingredient@9aa961b, net.minecraftforge.oredict.OreIngredient@38401e9e, net.minecraftforge.oredict.OreIngredient@38401e9e, net.minecraftforge.oredict.OreIngredient@38401e9e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.air_cannon@0 new recipe: RecipeStage{tier='four', recipe=1xtile.air_cannon@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@599c05eb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2a898792, net.minecraft.item.crafting.Ingredient@2ed9f615, net.minecraft.item.crafting.Ingredient@4d37656c, net.minecraft.item.crafting.Ingredient@4d37656c, net.minecraft.item.crafting.Ingredient@4d37656c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.drone@0 new recipe: RecipeStage{tier='four', recipe=1xitem.drone@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@58c1c7d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@58c1c7d, net.minecraft.item.crafting.Ingredient@1dbac0c2, net.minecraft.item.crafting.Ingredient@58c1c7d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@58c1c7d, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.charging_station@0 new recipe: RecipeStage{tier='four', recipe=1xtile.charging_station@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4ddbea91, net.minecraft.item.crafting.Ingredient@13c71204, net.minecraft.item.crafting.Ingredient@13c71204, net.minecraft.item.crafting.Ingredient@13c71204, net.minecraft.item.crafting.Ingredient@27c2890d, net.minecraft.item.crafting.Ingredient@27c2890d, net.minecraft.item.crafting.Ingredient@27c2890d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.gun_ammo_explosive@0 new recipe: RecipeStage{tier='four', recipe=1xitem.gun_ammo_explosive@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@76d98efa, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1aff151, net.minecraft.item.crafting.Ingredient@3e3873e8, net.minecraftforge.oredict.OreIngredient@1aff151, net.minecraftforge.oredict.OreIngredient@1aff151, net.minecraft.item.crafting.Ingredient@3e3873e8, net.minecraftforge.oredict.OreIngredient@1aff151]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.elevator_caller@0 new recipe: RecipeStage{tier='four', recipe=1xtile.elevator_caller@0:[net.minecraftforge.oredict.OreIngredient@589226ed, net.minecraftforge.oredict.OreIngredient@45627cba, net.minecraftforge.oredict.OreIngredient@589226ed, net.minecraftforge.oredict.OreIngredient@45627cba, net.minecraft.item.crafting.Ingredient@3f622ba, net.minecraftforge.oredict.OreIngredient@45627cba, net.minecraftforge.oredict.OreIngredient@589226ed, net.minecraftforge.oredict.OreIngredient@45627cba, net.minecraftforge.oredict.OreIngredient@589226ed]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.gun_ammo@0 new recipe: RecipeStage{tier='four', recipe=1xitem.gun_ammo@0:[net.minecraft.item.crafting.Ingredient@a42f214, net.minecraft.item.crafting.Ingredient@5c30569b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.rustic.vase@0 new recipe: RecipeStage{tier='one', recipe=6xtile.rustic.vase@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1c67f849, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1c67f849, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1c67f849, net.minecraft.item.crafting.Ingredient@1c67f849, net.minecraft.item.crafting.Ingredient@1c67f849, net.minecraft.item.crafting.Ingredient@1c67f849]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 12xtile.rustic.rope@0 new recipe: RecipeStage{tier='one', recipe=12xtile.rustic.rope@0:[net.minecraft.item.crafting.Ingredient@27b4605a, net.minecraft.item.crafting.Ingredient@27b4605a, net.minecraft.item.crafting.Ingredient@27b4605a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.rustic.retort_advanced@0 new recipe: RecipeStage{tier='two', recipe=1xtile.rustic.retort_advanced@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@14357fcb, net.minecraftforge.oredict.OreIngredient@10ef0db7, net.minecraft.item.crafting.Ingredient@4ed39b28, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@14357fcb]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.rustic.retort@0 new recipe: RecipeStage{tier='two', recipe=1xtile.rustic.retort@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3edc25dd, net.minecraftforge.oredict.OreIngredient@266c038d, net.minecraft.item.crafting.Ingredient@543bdd9c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3edc25dd]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.rustic.stairs_olive@0 new recipe: RecipeStage{tier='one', recipe=4xtile.rustic.stairs_olive@0:[net.minecraft.item.crafting.Ingredient@533ae69a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@533ae69a, net.minecraft.item.crafting.Ingredient@533ae69a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@533ae69a, net.minecraft.item.crafting.Ingredient@533ae69a, net.minecraft.item.crafting.Ingredient@533ae69a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.rustic.fence_gate_olive@0 new recipe: RecipeStage{tier='one', recipe=1xtile.rustic.fence_gate_olive@0:[net.minecraftforge.oredict.OreIngredient@585d6d57, net.minecraft.item.crafting.Ingredient@64368920, net.minecraftforge.oredict.OreIngredient@585d6d57, net.minecraftforge.oredict.OreIngredient@585d6d57, net.minecraft.item.crafting.Ingredient@64368920, net.minecraftforge.oredict.OreIngredient@585d6d57]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.rustic.fence_olive@0 new recipe: RecipeStage{tier='one', recipe=3xtile.rustic.fence_olive@0:[net.minecraft.item.crafting.Ingredient@6b528513, net.minecraftforge.oredict.OreIngredient@5c2ab854, net.minecraft.item.crafting.Ingredient@6b528513, net.minecraft.item.crafting.Ingredient@6b528513, net.minecraftforge.oredict.OreIngredient@5c2ab854, net.minecraft.item.crafting.Ingredient@6b528513]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xitem.tile.rustic.olive_door@0 new recipe: RecipeStage{tier='one', recipe=3xitem.tile.rustic.olive_door@0:[net.minecraft.item.crafting.Ingredient@98d5f26, net.minecraft.item.crafting.Ingredient@98d5f26, net.minecraft.item.crafting.Ingredient@98d5f26, net.minecraft.item.crafting.Ingredient@98d5f26, net.minecraft.item.crafting.Ingredient@98d5f26, net.minecraft.item.crafting.Ingredient@98d5f26]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xtile.rustic.liquid_barrel@0 new recipe: RecipeStage{tier='two', recipe=2xtile.rustic.liquid_barrel@0:[net.minecraftforge.oredict.OreIngredient@3db96070, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3db96070, net.minecraftforge.oredict.OreIngredient@1d85eaaa, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1d85eaaa, net.minecraftforge.oredict.OreIngredient@3db96070, net.minecraftforge.oredict.OreIngredient@45996212, net.minecraftforge.oredict.OreIngredient@3db96070]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.rustic.iron_lantern@0 new recipe: RecipeStage{tier='two', recipe=4xtile.rustic.iron_lantern@0:[net.minecraftforge.oredict.OreIngredient@7aa88c56, net.minecraft.item.crafting.Ingredient@71bbd5c7, net.minecraftforge.oredict.OreIngredient@7aa88c56]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.rustic.stairs_ironwood@0 new recipe: RecipeStage{tier='one', recipe=4xtile.rustic.stairs_ironwood@0:[net.minecraft.item.crafting.Ingredient@6a29496f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6a29496f, net.minecraft.item.crafting.Ingredient@6a29496f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6a29496f, net.minecraft.item.crafting.Ingredient@6a29496f, net.minecraft.item.crafting.Ingredient@6a29496f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.rustic.fence_gate_ironwood@0 new recipe: RecipeStage{tier='one', recipe=1xtile.rustic.fence_gate_ironwood@0:[net.minecraftforge.oredict.OreIngredient@5a0bb75b, net.minecraft.item.crafting.Ingredient@50798e71, net.minecraftforge.oredict.OreIngredient@5a0bb75b, net.minecraftforge.oredict.OreIngredient@5a0bb75b, net.minecraft.item.crafting.Ingredient@50798e71, net.minecraftforge.oredict.OreIngredient@5a0bb75b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.rustic.fence_ironwood@0 new recipe: RecipeStage{tier='one', recipe=3xtile.rustic.fence_ironwood@0:[net.minecraft.item.crafting.Ingredient@75a1b233, net.minecraftforge.oredict.OreIngredient@54430bb8, net.minecraft.item.crafting.Ingredient@75a1b233, net.minecraft.item.crafting.Ingredient@75a1b233, net.minecraftforge.oredict.OreIngredient@54430bb8, net.minecraft.item.crafting.Ingredient@75a1b233]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xitem.tile.rustic.ironwood_door@0 new recipe: RecipeStage{tier='one', recipe=3xitem.tile.rustic.ironwood_door@0:[net.minecraft.item.crafting.Ingredient@70026133, net.minecraft.item.crafting.Ingredient@70026133, net.minecraft.item.crafting.Ingredient@70026133, net.minecraft.item.crafting.Ingredient@70026133, net.minecraft.item.crafting.Ingredient@70026133, net.minecraft.item.crafting.Ingredient@70026133]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.rustic.grape_stem@0 new recipe: RecipeStage{tier='zero', recipe=1xtile.rustic.grape_stem@0:[net.minecraft.item.crafting.Ingredient@301a774b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xtile.rustic.gargoyle@0 new recipe: RecipeStage{tier='two', recipe=2xtile.rustic.gargoyle@0:[net.minecraft.item.crafting.Ingredient@4b6efdcb, net.minecraft.item.crafting.Ingredient@52b8013e, net.minecraft.item.crafting.Ingredient@4b6efdcb, net.minecraft.item.crafting.Ingredient@4d9e5901, net.minecraft.item.crafting.Ingredient@4d9e5901, net.minecraft.item.crafting.Ingredient@4d9e5901]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.rustic.evaporating_basin@0 new recipe: RecipeStage{tier='one', recipe=1xtile.rustic.evaporating_basin@0:[net.minecraft.item.crafting.Ingredient@1e7050ff, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1e7050ff, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1e7050ff, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.rustic.crop_stake@0 new recipe: RecipeStage{tier='one', recipe=1xtile.rustic.crop_stake@0:[net.minecraftforge.oredict.OreIngredient@1decc960, net.minecraftforge.oredict.OreIngredient@1decc960, net.minecraftforge.oredict.OreIngredient@1decc960]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.rustic.condenser_advanced@0 new recipe: RecipeStage{tier='two', recipe=1xtile.rustic.condenser_advanced@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1705ec33, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1705ec33, net.minecraft.item.crafting.Ingredient@312a0ca6, net.minecraft.item.crafting.Ingredient@1705ec33, net.minecraft.item.crafting.Ingredient@1705ec33, net.minecraft.item.crafting.Ingredient@607805ce, net.minecraft.item.crafting.Ingredient@1705ec33]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.rustic.condenser@0 new recipe: RecipeStage{tier='two', recipe=1xtile.rustic.condenser@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@39fdfb1b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@39fdfb1b, net.minecraft.item.crafting.Ingredient@34f3e864, net.minecraft.item.crafting.Ingredient@39fdfb1b, net.minecraft.item.crafting.Ingredient@39fdfb1b, net.minecraft.item.crafting.Ingredient@613b2cba, net.minecraft.item.crafting.Ingredient@39fdfb1b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xtile.rustic.chandelier@0 new recipe: RecipeStage{tier='two', recipe=2xtile.rustic.chandelier@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@25fd071c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@77e6b209, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@77e6b209, net.minecraftforge.oredict.OreIngredient@25fd071c, net.minecraftforge.oredict.OreIngredient@25fd071c, net.minecraftforge.oredict.OreIngredient@25fd071c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 12xtile.rustic.chain@0 new recipe: RecipeStage{tier='two', recipe=12xtile.rustic.chain@0:[net.minecraftforge.oredict.OreIngredient@15ad3d0a, net.minecraftforge.oredict.OreIngredient@15ad3d0a, net.minecraftforge.oredict.OreIngredient@15ad3d0a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.rustic.candle@0 new recipe: RecipeStage{tier='two', recipe=4xtile.rustic.candle@0:[net.minecraft.item.crafting.Ingredient@5e898a7, net.minecraftforge.oredict.OreIngredient@2c9cde90, net.minecraftforge.oredict.OreIngredient@4bb4a425]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.rustic.brewing_barrel@0 new recipe: RecipeStage{tier='two', recipe=1xtile.rustic.brewing_barrel@0:[net.minecraftforge.oredict.OreIngredient@5474b646, net.minecraftforge.oredict.OreIngredient@62c521e4, net.minecraftforge.oredict.OreIngredient@5474b646, net.minecraftforge.oredict.OreIngredient@6dd67cc9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6dd67cc9, net.minecraftforge.oredict.OreIngredient@5474b646, net.minecraftforge.oredict.OreIngredient@62c521e4, net.minecraftforge.oredict.OreIngredient@5474b646]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xtile.rustic.barrel@0 new recipe: RecipeStage{tier='two', recipe=2xtile.rustic.barrel@0:[net.minecraftforge.oredict.OreIngredient@521ec1aa, net.minecraftforge.oredict.OreIngredient@56c7fde5, net.minecraftforge.oredict.OreIngredient@521ec1aa, net.minecraftforge.oredict.OreIngredient@19d240bf, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@19d240bf, net.minecraftforge.oredict.OreIngredient@521ec1aa, net.minecraftforge.oredict.OreIngredient@56c7fde5, net.minecraftforge.oredict.OreIngredient@521ec1aa]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.rustic.apiary@0 new recipe: RecipeStage{tier='one', recipe=1xtile.rustic.apiary@0:[net.minecraftforge.oredict.OreIngredient@7999169f, net.minecraftforge.oredict.OreIngredient@7999169f, net.minecraftforge.oredict.OreIngredient@7999169f, net.minecraftforge.oredict.OreIngredient@3ecdeca8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3ecdeca8, net.minecraftforge.oredict.OreIngredient@7999169f, net.minecraftforge.oredict.OreIngredient@7999169f, net.minecraftforge.oredict.OreIngredient@7999169f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.rustic.book@0 new recipe: RecipeStage{tier='one', recipe=1xitem.rustic.book@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7fee022b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5e5e389, net.minecraft.item.crafting.Ingredient@44d44413, net.minecraftforge.oredict.OreIngredient@5e5e389, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5e5e389, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xtile.thebetweenlands.worm_dungeon_pillar@0 new recipe: RecipeStage{tier='two', recipe=2xtile.thebetweenlands.worm_dungeon_pillar@0:[net.minecraft.item.crafting.Ingredient@7ccccec6, net.minecraft.item.crafting.Ingredient@7ccccec6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.thebetweenlands.wood_chip_path@0 new recipe: RecipeStage{tier='two', recipe=4xtile.thebetweenlands.wood_chip_path@0:[net.minecraft.item.crafting.Ingredient@507701b0, net.minecraft.item.crafting.Ingredient@507701b0, net.minecraft.item.crafting.Ingredient@507701b0]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.thebetweenlands.weeping_blue_petal_salad@0 new recipe: RecipeStage{tier='two', recipe=1xitem.thebetweenlands.weeping_blue_petal_salad@0:[net.minecraft.item.crafting.Ingredient@40b16364, net.minecraft.item.crafting.Ingredient@22ef38fb, net.minecraft.item.crafting.Ingredient@699ce796, net.minecraft.item.crafting.Ingredient@5de1a661, net.minecraft.item.crafting.Ingredient@160054fa, net.minecraft.item.crafting.Ingredient@4df38e21, net.minecraft.item.crafting.Ingredient@43dd705e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.thebetweenlands.weedwood_workbench@0 new recipe: RecipeStage{tier='two', recipe=1xtile.thebetweenlands.weedwood_workbench@0:[net.minecraft.item.crafting.Ingredient@7ec8f4bc, net.minecraft.item.crafting.Ingredient@7ec8f4bc, net.minecraft.item.crafting.Ingredient@7ec8f4bc, net.minecraft.item.crafting.Ingredient@7ec8f4bc]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xtile.thebetweenlands.weedwood_trapdoor@0 new recipe: RecipeStage{tier='two', recipe=2xtile.thebetweenlands.weedwood_trapdoor@0:[net.minecraft.item.crafting.Ingredient@65b78cb5, net.minecraft.item.crafting.Ingredient@65b78cb5, net.minecraft.item.crafting.Ingredient@65b78cb5, net.minecraft.item.crafting.Ingredient@65b78cb5, net.minecraft.item.crafting.Ingredient@65b78cb5, net.minecraft.item.crafting.Ingredient@65b78cb5]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.thebetweenlands.weedwood_sword@0 new recipe: RecipeStage{tier='two', recipe=1xitem.thebetweenlands.weedwood_sword@0:[net.minecraft.item.crafting.Ingredient@31e30b11, net.minecraft.item.crafting.Ingredient@31e30b11, net.minecraft.item.crafting.Ingredient@544d04a8]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xitem.thebetweenlands.weedwood_sign_item@0 new recipe: RecipeStage{tier='two', recipe=3xitem.thebetweenlands.weedwood_sign_item@0:[net.minecraft.item.crafting.Ingredient@18b8e0d6, net.minecraft.item.crafting.Ingredient@18b8e0d6, net.minecraft.item.crafting.Ingredient@18b8e0d6, net.minecraft.item.crafting.Ingredient@18b8e0d6, net.minecraft.item.crafting.Ingredient@18b8e0d6, net.minecraft.item.crafting.Ingredient@18b8e0d6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@ce48b0b, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.thebetweenlands.weedwood_shovel@0 new recipe: RecipeStage{tier='two', recipe=1xitem.thebetweenlands.weedwood_shovel@0:[net.minecraft.item.crafting.Ingredient@3fd552ba, net.minecraft.item.crafting.Ingredient@275b83e8, net.minecraft.item.crafting.Ingredient@275b83e8]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.thebetweenlands.weedwood_shield@0 new recipe: RecipeStage{tier='two', recipe=1xitem.thebetweenlands.weedwood_shield@0:[net.minecraft.item.crafting.Ingredient@1e84dfb, net.minecraft.item.crafting.Ingredient@783a188, net.minecraft.item.crafting.Ingredient@1e84dfb, net.minecraft.item.crafting.Ingredient@1e84dfb, net.minecraft.item.crafting.Ingredient@1e84dfb, net.minecraft.item.crafting.Ingredient@1e84dfb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1e84dfb, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.thebetweenlands.weedwood_rowboat@0 new recipe: RecipeStage{tier='two', recipe=1xitem.thebetweenlands.weedwood_rowboat@0:[net.minecraft.item.crafting.Ingredient@62a328d3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@62a328d3, net.minecraft.item.crafting.Ingredient@62a328d3, net.minecraft.item.crafting.Ingredient@62a328d3, net.minecraft.item.crafting.Ingredient@62a328d3]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.thebetweenlands.weedwood_plank_stairs@0 new recipe: RecipeStage{tier='two', recipe=4xtile.thebetweenlands.weedwood_plank_stairs@0:[net.minecraft.item.crafting.Ingredient@18e70704, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@18e70704, net.minecraft.item.crafting.Ingredient@18e70704, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@18e70704, net.minecraft.item.crafting.Ingredient@18e70704, net.minecraft.item.crafting.Ingredient@18e70704]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.thebetweenlands.weedwood_plank_slab@0 new recipe: RecipeStage{tier='two', recipe=6xtile.thebetweenlands.weedwood_plank_slab@0:[net.minecraft.item.crafting.Ingredient@2e41d11d, net.minecraft.item.crafting.Ingredient@2e41d11d, net.minecraft.item.crafting.Ingredient@2e41d11d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.thebetweenlands.weedwood_plank_pressure_plate@0 new recipe: RecipeStage{tier='two', recipe=1xtile.thebetweenlands.weedwood_plank_pressure_plate@0:[net.minecraft.item.crafting.Ingredient@6689fa87, net.minecraft.item.crafting.Ingredient@6689fa87]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.thebetweenlands.weedwood_plank_fence_gate@0 new recipe: RecipeStage{tier='two', recipe=1xtile.thebetweenlands.weedwood_plank_fence_gate@0:[net.minecraft.item.crafting.Ingredient@ffdddad, net.minecraft.item.crafting.Ingredient@6eb9a313, net.minecraft.item.crafting.Ingredient@ffdddad, net.minecraft.item.crafting.Ingredient@ffdddad, net.minecraft.item.crafting.Ingredient@6eb9a313, net.minecraft.item.crafting.Ingredient@ffdddad]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.thebetweenlands.weedwood_plank_fence@0 new recipe: RecipeStage{tier='two', recipe=3xtile.thebetweenlands.weedwood_plank_fence@0:[net.minecraft.item.crafting.Ingredient@5abc2ddd, net.minecraft.item.crafting.Ingredient@42b9085e, net.minecraft.item.crafting.Ingredient@5abc2ddd, net.minecraft.item.crafting.Ingredient@5abc2ddd, net.minecraft.item.crafting.Ingredient@42b9085e, net.minecraft.item.crafting.Ingredient@5abc2ddd]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.thebetweenlands.weedwood_plank_button@0 new recipe: RecipeStage{tier='two', recipe=1xtile.thebetweenlands.weedwood_plank_button@0:[net.minecraft.item.crafting.Ingredient@71156a9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.thebetweenlands.weedwood_pickaxe@0 new recipe: RecipeStage{tier='two', recipe=1xitem.thebetweenlands.weedwood_pickaxe@0:[net.minecraft.item.crafting.Ingredient@6b911f18, net.minecraft.item.crafting.Ingredient@6b911f18, net.minecraft.item.crafting.Ingredient@6b911f18, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@d9e427c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@d9e427c, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.thebetweenlands.log_weedwood@12 new recipe: RecipeStage{tier='two', recipe=4xtile.thebetweenlands.log_weedwood@12:[net.minecraft.item.crafting.Ingredient@54f4b8f1, net.minecraft.item.crafting.Ingredient@54f4b8f1, net.minecraft.item.crafting.Ingredient@54f4b8f1, net.minecraft.item.crafting.Ingredient@54f4b8f1]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.thebetweenlands.weedwood_log_fence_gate@0 new recipe: RecipeStage{tier='two', recipe=1xtile.thebetweenlands.weedwood_log_fence_gate@0:[net.minecraft.item.crafting.Ingredient@1df5ff99, net.minecraft.item.crafting.Ingredient@2f46f030, net.minecraft.item.crafting.Ingredient@1df5ff99, net.minecraft.item.crafting.Ingredient@1df5ff99, net.minecraft.item.crafting.Ingredient@2f46f030, net.minecraft.item.crafting.Ingredient@1df5ff99]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.thebetweenlands.weedwood_log_fence@0 new recipe: RecipeStage{tier='two', recipe=3xtile.thebetweenlands.weedwood_log_fence@0:[net.minecraft.item.crafting.Ingredient@9cb215c, net.minecraft.item.crafting.Ingredient@28c807e8, net.minecraft.item.crafting.Ingredient@9cb215c, net.minecraft.item.crafting.Ingredient@9cb215c, net.minecraft.item.crafting.Ingredient@28c807e8, net.minecraft.item.crafting.Ingredient@9cb215c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.thebetweenlands.log_weedwood@0 new recipe: RecipeStage{tier='two', recipe=4xtile.thebetweenlands.log_weedwood@0:[net.minecraft.item.crafting.Ingredient@2779084a, net.minecraft.item.crafting.Ingredient@2779084a, net.minecraft.item.crafting.Ingredient@2779084a, net.minecraft.item.crafting.Ingredient@2779084a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.thebetweenlands.weedwood_lever@0 new recipe: RecipeStage{tier='two', recipe=1xtile.thebetweenlands.weedwood_lever@0:[net.minecraft.item.crafting.Ingredient@5672c04, net.minecraft.item.crafting.Ingredient@18e1c39a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.thebetweenlands.weedwood_ladder@0 new recipe: RecipeStage{tier='two', recipe=3xtile.thebetweenlands.weedwood_ladder@0:[net.minecraft.item.crafting.Ingredient@53b81483, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@53b81483, net.minecraft.item.crafting.Ingredient@527df9af, net.minecraft.item.crafting.Ingredient@527df9af, net.minecraft.item.crafting.Ingredient@527df9af, net.minecraft.item.crafting.Ingredient@53b81483, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@53b81483]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.thebetweenlands.weedwood_jukebox@0 new recipe: RecipeStage{tier='two', recipe=1xtile.thebetweenlands.weedwood_jukebox@0:[net.minecraft.item.crafting.Ingredient@3414c617, net.minecraft.item.crafting.Ingredient@3414c617, net.minecraft.item.crafting.Ingredient@3414c617, net.minecraft.item.crafting.Ingredient@3414c617, net.minecraft.item.crafting.Ingredient@61277cce, net.minecraft.item.crafting.Ingredient@3414c617, net.minecraft.item.crafting.Ingredient@3414c617, net.minecraft.item.crafting.Ingredient@3414c617, net.minecraft.item.crafting.Ingredient@3414c617]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xitem.thebetweenlands.weedwood_door_item@0 new recipe: RecipeStage{tier='two', recipe=3xitem.thebetweenlands.weedwood_door_item@0:[net.minecraft.item.crafting.Ingredient@7dc0a0aa, net.minecraft.item.crafting.Ingredient@7dc0a0aa, net.minecraft.item.crafting.Ingredient@7dc0a0aa, net.minecraft.item.crafting.Ingredient@7dc0a0aa, net.minecraft.item.crafting.Ingredient@7dc0a0aa, net.minecraft.item.crafting.Ingredient@7dc0a0aa]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.thebetweenlands.weedwood_chest@0 new recipe: RecipeStage{tier='two', recipe=1xtile.thebetweenlands.weedwood_chest@0:[net.minecraft.item.crafting.Ingredient@ccd4cce, net.minecraft.item.crafting.Ingredient@ccd4cce, net.minecraft.item.crafting.Ingredient@ccd4cce, net.minecraft.item.crafting.Ingredient@ccd4cce, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@ccd4cce, net.minecraft.item.crafting.Ingredient@ccd4cce, net.minecraft.item.crafting.Ingredient@ccd4cce, net.minecraft.item.crafting.Ingredient@ccd4cce]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xitem.thebetweenlands.items_misc@22 new recipe: RecipeStage{tier='two', recipe=4xitem.thebetweenlands.items_misc@22:[net.minecraft.item.crafting.Ingredient@38a087b7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@38a087b7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@38a087b7, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.thebetweenlands.weedwood_bow@0 new recipe: RecipeStage{tier='two', recipe=1xitem.thebetweenlands.weedwood_bow@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3c89cfc9, net.minecraft.item.crafting.Ingredient@32e90ead, net.minecraft.item.crafting.Ingredient@3c89cfc9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@32e90ead, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3c89cfc9, net.minecraft.item.crafting.Ingredient@32e90ead]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.thebetweenlands.weedwood_barrel@0 new recipe: RecipeStage{tier='two', recipe=1xtile.thebetweenlands.weedwood_barrel@0:[net.minecraft.item.crafting.Ingredient@6b51b170, net.minecraft.item.crafting.Ingredient@7813be25, net.minecraft.item.crafting.Ingredient@6b51b170, net.minecraft.item.crafting.Ingredient@1e2f5a66, net.minecraft.item.crafting.Ingredient@47e800be, net.minecraft.item.crafting.Ingredient@1e2f5a66, net.minecraft.item.crafting.Ingredient@358d6dda, net.minecraft.item.crafting.Ingredient@358d6dda, net.minecraft.item.crafting.Ingredient@358d6dda]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.thebetweenlands.weedwood_axe@0 new recipe: RecipeStage{tier='two', recipe=1xitem.thebetweenlands.weedwood_axe@0:[net.minecraft.item.crafting.Ingredient@4667ec87, net.minecraft.item.crafting.Ingredient@4667ec87, net.minecraft.item.crafting.Ingredient@4667ec87, net.minecraft.item.crafting.Ingredient@161befb8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@161befb8]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xtile.thebetweenlands.walkway@0 new recipe: RecipeStage{tier='two', recipe=2xtile.thebetweenlands.walkway@0:[net.minecraft.item.crafting.Ingredient@6f8b3a1a, net.minecraft.item.crafting.Ingredient@6f8b3a1a, net.minecraft.item.crafting.Ingredient@6f8b3a1a, net.minecraft.item.crafting.Ingredient@7875876e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7875876e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.thebetweenlands.volarkite@0 new recipe: RecipeStage{tier='zero', recipe=1xitem.thebetweenlands.volarkite@0:[net.minecraft.item.crafting.Ingredient@1b1a648e, net.minecraft.item.crafting.Ingredient@1b1a648e, net.minecraft.item.crafting.Ingredient@1b1a648e, net.minecraft.item.crafting.Ingredient@3c6a3cdd, net.minecraft.item.crafting.Ingredient@40370595, net.minecraft.item.crafting.Ingredient@3c6a3cdd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@40370595, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.thebetweenlands.valonite_sword@0 new recipe: RecipeStage{tier='two', recipe=1xitem.thebetweenlands.valonite_sword@0:[net.minecraft.item.crafting.Ingredient@4f165e1b, net.minecraft.item.crafting.Ingredient@4f165e1b, net.minecraft.item.crafting.Ingredient@49d89a2c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.thebetweenlands.items_misc@43 new recipe: RecipeStage{tier='two', recipe=9xitem.thebetweenlands.items_misc@43:[net.minecraft.item.crafting.Ingredient@5e5be9e4]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.thebetweenlands.valonite_shovel@0 new recipe: RecipeStage{tier='two', recipe=1xitem.thebetweenlands.valonite_shovel@0:[net.minecraft.item.crafting.Ingredient@307fbd81, net.minecraft.item.crafting.Ingredient@4ba43808, net.minecraft.item.crafting.Ingredient@4ba43808]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.thebetweenlands.valonite_shield@0 new recipe: RecipeStage{tier='two', recipe=1xitem.thebetweenlands.valonite_shield@0:[net.minecraft.item.crafting.Ingredient@732fd69f, net.minecraft.item.crafting.Ingredient@5b5a7ed6, net.minecraft.item.crafting.Ingredient@732fd69f, net.minecraft.item.crafting.Ingredient@732fd69f, net.minecraft.item.crafting.Ingredient@732fd69f, net.minecraft.item.crafting.Ingredient@732fd69f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@732fd69f, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.thebetweenlands.items_misc@19 new recipe: RecipeStage{tier='two', recipe=1xitem.thebetweenlands.items_misc@19:[net.minecraft.item.crafting.Ingredient@62efe2ed, net.minecraft.item.crafting.Ingredient@62efe2ed, net.minecraft.item.crafting.Ingredient@62efe2ed, net.minecraft.item.crafting.Ingredient@62efe2ed, net.minecraft.item.crafting.Ingredient@62efe2ed, net.minecraft.item.crafting.Ingredient@62efe2ed, net.minecraft.item.crafting.Ingredient@62efe2ed, net.minecraft.item.crafting.Ingredient@62efe2ed, net.minecraft.item.crafting.Ingredient@62efe2ed]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.thebetweenlands.items_misc@19 new recipe: RecipeStage{tier='two', recipe=9xitem.thebetweenlands.items_misc@19:[net.minecraft.item.crafting.Ingredient@1934289c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.thebetweenlands.valonite_pickaxe@0 new recipe: RecipeStage{tier='two', recipe=1xitem.thebetweenlands.valonite_pickaxe@0:[net.minecraft.item.crafting.Ingredient@2e235fd, net.minecraft.item.crafting.Ingredient@2e235fd, net.minecraft.item.crafting.Ingredient@2e235fd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3f18462d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3f18462d, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.thebetweenlands.valonite_leggings@0 new recipe: RecipeStage{tier='two', recipe=1xitem.thebetweenlands.valonite_leggings@0:[net.minecraft.item.crafting.Ingredient@39c780f4, net.minecraft.item.crafting.Ingredient@39c780f4, net.minecraft.item.crafting.Ingredient@39c780f4, net.minecraft.item.crafting.Ingredient@39c780f4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@39c780f4, net.minecraft.item.crafting.Ingredient@39c780f4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@39c780f4]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.thebetweenlands.valonite_helmet@0 new recipe: RecipeStage{tier='two', recipe=1xitem.thebetweenlands.valonite_helmet@0:[net.minecraft.item.crafting.Ingredient@16d2c786, net.minecraft.item.crafting.Ingredient@16d2c786, net.minecraft.item.crafting.Ingredient@16d2c786, net.minecraft.item.crafting.Ingredient@16d2c786, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@16d2c786]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.thebetweenlands.valonite_greataxe@0 new recipe: RecipeStage{tier='two', recipe=1xitem.thebetweenlands.valonite_greataxe@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5069c369, net.minecraft.item.crafting.Ingredient@6d39016, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7bea782c, net.minecraft.item.crafting.Ingredient@5069c369, net.minecraft.item.crafting.Ingredient@7bea782c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.thebetweenlands.valonite_chestplate@0 new recipe: RecipeStage{tier='two', recipe=1xitem.thebetweenlands.valonite_chestplate@0:[net.minecraft.item.crafting.Ingredient@24e211fe, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@24e211fe, net.minecraft.item.crafting.Ingredient@24e211fe, net.minecraft.item.crafting.Ingredient@24e211fe, net.minecraft.item.crafting.Ingredient@24e211fe, net.minecraft.item.crafting.Ingredient@24e211fe, net.minecraft.item.crafting.Ingredient@24e211fe, net.minecraft.item.crafting.Ingredient@24e211fe]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.thebetweenlands.valonite_boots@0 new recipe: RecipeStage{tier='two', recipe=1xitem.thebetweenlands.valonite_boots@0:[net.minecraft.item.crafting.Ingredient@6c21a2d5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6c21a2d5, net.minecraft.item.crafting.Ingredient@6c21a2d5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6c21a2d5]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.thebetweenlands.valonite_block@0 new recipe: RecipeStage{tier='two', recipe=1xtile.thebetweenlands.valonite_block@0:[net.minecraft.item.crafting.Ingredient@4cd22884, net.minecraft.item.crafting.Ingredient@4cd22884, net.minecraft.item.crafting.Ingredient@4cd22884, net.minecraft.item.crafting.Ingredient@4cd22884, net.minecraft.item.crafting.Ingredient@4cd22884, net.minecraft.item.crafting.Ingredient@4cd22884, net.minecraft.item.crafting.Ingredient@4cd22884, net.minecraft.item.crafting.Ingredient@4cd22884, net.minecraft.item.crafting.Ingredient@4cd22884]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.thebetweenlands.valonite_axe@0 new recipe: RecipeStage{tier='two', recipe=1xitem.thebetweenlands.valonite_axe@0:[net.minecraft.item.crafting.Ingredient@5fe63ae1, net.minecraft.item.crafting.Ingredient@5fe63ae1, net.minecraft.item.crafting.Ingredient@5fe63ae1, net.minecraft.item.crafting.Ingredient@445d7019, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@445d7019]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.thebetweenlands.thatch_slab@0 new recipe: RecipeStage{tier='two', recipe=6xtile.thebetweenlands.thatch_slab@0:[net.minecraft.item.crafting.Ingredient@7ad7b30d, net.minecraft.item.crafting.Ingredient@7ad7b30d, net.minecraft.item.crafting.Ingredient@7ad7b30d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.thebetweenlands.thatch_roof@0 new recipe: RecipeStage{tier='two', recipe=4xtile.thebetweenlands.thatch_roof@0:[net.minecraft.item.crafting.Ingredient@36e00947, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@36e00947, net.minecraft.item.crafting.Ingredient@36e00947, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@36e00947, net.minecraft.item.crafting.Ingredient@36e00947, net.minecraft.item.crafting.Ingredient@36e00947]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.thebetweenlands.thatch@0 new recipe: RecipeStage{tier='two', recipe=4xtile.thebetweenlands.thatch@0:[net.minecraft.item.crafting.Ingredient@4a483ab9, net.minecraft.item.crafting.Ingredient@4a483ab9, net.minecraft.item.crafting.Ingredient@4a483ab9, net.minecraft.item.crafting.Ingredient@4a483ab9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.thebetweenlands.temple_brick_wall@0 new recipe: RecipeStage{tier='two', recipe=6xtile.thebetweenlands.temple_brick_wall@0:[net.minecraft.item.crafting.Ingredient@ae600f1, net.minecraft.item.crafting.Ingredient@ae600f1, net.minecraft.item.crafting.Ingredient@ae600f1, net.minecraft.item.crafting.Ingredient@ae600f1, net.minecraft.item.crafting.Ingredient@ae600f1, net.minecraft.item.crafting.Ingredient@ae600f1]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.thebetweenlands.temple_brick_stairs@0 new recipe: RecipeStage{tier='two', recipe=4xtile.thebetweenlands.temple_brick_stairs@0:[net.minecraft.item.crafting.Ingredient@51734b27, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@51734b27, net.minecraft.item.crafting.Ingredient@51734b27, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@51734b27, net.minecraft.item.crafting.Ingredient@51734b27, net.minecraft.item.crafting.Ingredient@51734b27]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.thebetweenlands.temple_brick_slab@0 new recipe: RecipeStage{tier='two', recipe=6xtile.thebetweenlands.temple_brick_slab@0:[net.minecraft.item.crafting.Ingredient@4c9c449f, net.minecraft.item.crafting.Ingredient@4c9c449f, net.minecraft.item.crafting.Ingredient@4c9c449f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.thebetweenlands.tarminion@0 new recipe: RecipeStage{tier='two', recipe=1xitem.thebetweenlands.tarminion@0:[net.minecraft.item.crafting.Ingredient@44718823, net.minecraft.item.crafting.Ingredient@44718823, net.minecraft.item.crafting.Ingredient@44718823, net.minecraft.item.crafting.Ingredient@44718823, net.minecraft.item.crafting.Ingredient@5cb20e96, net.minecraft.item.crafting.Ingredient@44718823, net.minecraft.item.crafting.Ingredient@44718823, net.minecraft.item.crafting.Ingredient@44718823, net.minecraft.item.crafting.Ingredient@44718823]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.thebetweenlands.tar_solid_wall@0 new recipe: RecipeStage{tier='two', recipe=6xtile.thebetweenlands.tar_solid_wall@0:[net.minecraft.item.crafting.Ingredient@6ac018c6, net.minecraft.item.crafting.Ingredient@6ac018c6, net.minecraft.item.crafting.Ingredient@6ac018c6, net.minecraft.item.crafting.Ingredient@6ac018c6, net.minecraft.item.crafting.Ingredient@6ac018c6, net.minecraft.item.crafting.Ingredient@6ac018c6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.thebetweenlands.tar_solid_stairs@0 new recipe: RecipeStage{tier='two', recipe=4xtile.thebetweenlands.tar_solid_stairs@0:[net.minecraft.item.crafting.Ingredient@7b5a1cfa, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7b5a1cfa, net.minecraft.item.crafting.Ingredient@7b5a1cfa, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7b5a1cfa, net.minecraft.item.crafting.Ingredient@7b5a1cfa, net.minecraft.item.crafting.Ingredient@7b5a1cfa]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.thebetweenlands.tar_solid_slab@0 new recipe: RecipeStage{tier='two', recipe=6xtile.thebetweenlands.tar_solid_slab@0:[net.minecraft.item.crafting.Ingredient@93237a7, net.minecraft.item.crafting.Ingredient@93237a7, net.minecraft.item.crafting.Ingredient@93237a7]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.thebetweenlands.items_misc@24 new recipe: RecipeStage{tier='two', recipe=1xitem.thebetweenlands.items_misc@24:[net.minecraft.item.crafting.Ingredient@251a1699, net.minecraft.item.crafting.Ingredient@251a1699, net.minecraft.item.crafting.Ingredient@251a1699, net.minecraft.item.crafting.Ingredient@251a1699, net.minecraft.item.crafting.Ingredient@40a0c95d, net.minecraft.item.crafting.Ingredient@251a1699, net.minecraft.item.crafting.Ingredient@251a1699, net.minecraft.item.crafting.Ingredient@251a1699, net.minecraft.item.crafting.Ingredient@251a1699]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xtile.thebetweenlands.syrmorite_trapdoor@0 new recipe: RecipeStage{tier='two', recipe=2xtile.thebetweenlands.syrmorite_trapdoor@0:[net.minecraft.item.crafting.Ingredient@658ba12b, net.minecraft.item.crafting.Ingredient@658ba12b, net.minecraft.item.crafting.Ingredient@658ba12b, net.minecraft.item.crafting.Ingredient@658ba12b, net.minecraft.item.crafting.Ingredient@658ba12b, net.minecraft.item.crafting.Ingredient@658ba12b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.thebetweenlands.syrmorite_shield@0 new recipe: RecipeStage{tier='two', recipe=1xitem.thebetweenlands.syrmorite_shield@0:[net.minecraft.item.crafting.Ingredient@14fd068c, net.minecraft.item.crafting.Ingredient@14fd068c, net.minecraft.item.crafting.Ingredient@14fd068c, net.minecraft.item.crafting.Ingredient@14fd068c, net.minecraft.item.crafting.Ingredient@14fd068c, net.minecraft.item.crafting.Ingredient@14fd068c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@14fd068c, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.thebetweenlands.syrmorite_shears@0 new recipe: RecipeStage{tier='two', recipe=1xitem.thebetweenlands.syrmorite_shears@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@31d67f6d, net.minecraft.item.crafting.Ingredient@31d67f6d, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.thebetweenlands.syrmorite_pressure_plate@0 new recipe: RecipeStage{tier='two', recipe=1xtile.thebetweenlands.syrmorite_pressure_plate@0:[net.minecraft.item.crafting.Ingredient@27dec803, net.minecraft.item.crafting.Ingredient@27dec803]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.thebetweenlands.items_misc@41 new recipe: RecipeStage{tier='two', recipe=9xitem.thebetweenlands.items_misc@41:[net.minecraft.item.crafting.Ingredient@49dc466b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.thebetweenlands.syrmorite_leggings@0 new recipe: RecipeStage{tier='two', recipe=1xitem.thebetweenlands.syrmorite_leggings@0:[net.minecraft.item.crafting.Ingredient@5ffc3c42, net.minecraft.item.crafting.Ingredient@5ffc3c42, net.minecraft.item.crafting.Ingredient@5ffc3c42, net.minecraft.item.crafting.Ingredient@5ffc3c42, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5ffc3c42, net.minecraft.item.crafting.Ingredient@5ffc3c42, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5ffc3c42]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.thebetweenlands.items_misc@11 new recipe: RecipeStage{tier='two', recipe=1xitem.thebetweenlands.items_misc@11:[net.minecraft.item.crafting.Ingredient@6c31b7ea, net.minecraft.item.crafting.Ingredient@6c31b7ea, net.minecraft.item.crafting.Ingredient@6c31b7ea, net.minecraft.item.crafting.Ingredient@6c31b7ea, net.minecraft.item.crafting.Ingredient@6c31b7ea, net.minecraft.item.crafting.Ingredient@6c31b7ea, net.minecraft.item.crafting.Ingredient@6c31b7ea, net.minecraft.item.crafting.Ingredient@6c31b7ea, net.minecraft.item.crafting.Ingredient@6c31b7ea]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.thebetweenlands.items_misc@11 new recipe: RecipeStage{tier='two', recipe=9xitem.thebetweenlands.items_misc@11:[net.minecraft.item.crafting.Ingredient@5ee5e4a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.thebetweenlands.syrmorite_hopper@0 new recipe: RecipeStage{tier='two', recipe=1xtile.thebetweenlands.syrmorite_hopper@0:[net.minecraft.item.crafting.Ingredient@b8149f5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@b8149f5, net.minecraft.item.crafting.Ingredient@b8149f5, net.minecraft.item.crafting.Ingredient@14ac82ec, net.minecraft.item.crafting.Ingredient@b8149f5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@b8149f5, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.thebetweenlands.syrmorite_helmet@0 new recipe: RecipeStage{tier='two', recipe=1xitem.thebetweenlands.syrmorite_helmet@0:[net.minecraft.item.crafting.Ingredient@1a121d3d, net.minecraft.item.crafting.Ingredient@1a121d3d, net.minecraft.item.crafting.Ingredient@1a121d3d, net.minecraft.item.crafting.Ingredient@1a121d3d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1a121d3d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xitem.thebetweenlands.syrmorite_door_item@0 new recipe: RecipeStage{tier='two', recipe=3xitem.thebetweenlands.syrmorite_door_item@0:[net.minecraft.item.crafting.Ingredient@318c0c5a, net.minecraft.item.crafting.Ingredient@318c0c5a, net.minecraft.item.crafting.Ingredient@318c0c5a, net.minecraft.item.crafting.Ingredient@318c0c5a, net.minecraft.item.crafting.Ingredient@318c0c5a, net.minecraft.item.crafting.Ingredient@318c0c5a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.thebetweenlands.syrmorite_chestplate@0 new recipe: RecipeStage{tier='two', recipe=1xitem.thebetweenlands.syrmorite_chestplate@0:[net.minecraft.item.crafting.Ingredient@5da55e55, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5da55e55, net.minecraft.item.crafting.Ingredient@5da55e55, net.minecraft.item.crafting.Ingredient@5da55e55, net.minecraft.item.crafting.Ingredient@5da55e55, net.minecraft.item.crafting.Ingredient@5da55e55, net.minecraft.item.crafting.Ingredient@5da55e55, net.minecraft.item.crafting.Ingredient@5da55e55]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.thebetweenlands.syrmorite_boots@0 new recipe: RecipeStage{tier='two', recipe=1xitem.thebetweenlands.syrmorite_boots@0:[net.minecraft.item.crafting.Ingredient@27c817fd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@27c817fd, net.minecraft.item.crafting.Ingredient@27c817fd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@27c817fd]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.thebetweenlands.syrmorite_block@0 new recipe: RecipeStage{tier='two', recipe=1xtile.thebetweenlands.syrmorite_block@0:[net.minecraft.item.crafting.Ingredient@590505bb, net.minecraft.item.crafting.Ingredient@590505bb, net.minecraft.item.crafting.Ingredient@590505bb, net.minecraft.item.crafting.Ingredient@590505bb, net.minecraft.item.crafting.Ingredient@590505bb, net.minecraft.item.crafting.Ingredient@590505bb, net.minecraft.item.crafting.Ingredient@590505bb, net.minecraft.item.crafting.Ingredient@590505bb, net.minecraft.item.crafting.Ingredient@590505bb]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.thebetweenlands.syrmorite_barrel@0 new recipe: RecipeStage{tier='two', recipe=1xtile.thebetweenlands.syrmorite_barrel@0:[net.minecraft.item.crafting.Ingredient@48515c7b, net.minecraft.item.crafting.Ingredient@48515c7b, net.minecraft.item.crafting.Ingredient@48515c7b, net.minecraft.item.crafting.Ingredient@48515c7b, net.minecraft.item.crafting.Ingredient@5f015b2b, net.minecraft.item.crafting.Ingredient@48515c7b, net.minecraft.item.crafting.Ingredient@48515c7b, net.minecraft.item.crafting.Ingredient@48515c7b, net.minecraft.item.crafting.Ingredient@48515c7b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.thebetweenlands.swamp_talisman@0 new recipe: RecipeStage{tier='two', recipe=1xitem.thebetweenlands.swamp_talisman@0:[net.minecraft.item.crafting.Ingredient@102e65b1, net.minecraft.item.crafting.Ingredient@6711fb8c, net.minecraft.item.crafting.Ingredient@3ca59047]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xitem.thebetweenlands.items_misc@7 new recipe: RecipeStage{tier='two', recipe=4xitem.thebetweenlands.items_misc@7:[net.minecraft.item.crafting.Ingredient@5f8017d5, net.minecraft.item.crafting.Ingredient@5f8017d5, net.minecraft.item.crafting.Ingredient@5f8017d5]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xitem.thebetweenlands.sushi@0 new recipe: RecipeStage{tier='two', recipe=3xitem.thebetweenlands.sushi@0:[net.minecraft.item.crafting.Ingredient@17197afe, net.minecraft.item.crafting.Ingredient@17197afe, net.minecraft.item.crafting.Ingredient@17197afe, net.minecraft.item.crafting.Ingredient@58bba18a, net.minecraft.item.crafting.Ingredient@58bba18a, net.minecraft.item.crafting.Ingredient@58bba18a, net.minecraft.item.crafting.Ingredient@76cd4f70, net.minecraft.item.crafting.Ingredient@76cd4f70, net.minecraft.item.crafting.Ingredient@76cd4f70]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.thebetweenlands.sulfur_torch@0 new recipe: RecipeStage{tier='two', recipe=4xtile.thebetweenlands.sulfur_torch@0:[net.minecraft.item.crafting.Ingredient@35bbb5e0, net.minecraft.item.crafting.Ingredient@3ca4633b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.thebetweenlands.sulfur_furnace_dual@0 new recipe: RecipeStage{tier='two', recipe=1xtile.thebetweenlands.sulfur_furnace_dual@0:[net.minecraft.item.crafting.Ingredient@55d68f5c, net.minecraft.item.crafting.Ingredient@55d68f5c, net.minecraft.item.crafting.Ingredient@55d68f5c, net.minecraft.item.crafting.Ingredient@55d68f5c, net.minecraft.item.crafting.Ingredient@345dd6d5, net.minecraft.item.crafting.Ingredient@55d68f5c, net.minecraft.item.crafting.Ingredient@55d68f5c, net.minecraft.item.crafting.Ingredient@55d68f5c, net.minecraft.item.crafting.Ingredient@55d68f5c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.thebetweenlands.sulfur_furnace@0 new recipe: RecipeStage{tier='two', recipe=1xtile.thebetweenlands.sulfur_furnace@0:[net.minecraft.item.crafting.Ingredient@1a2ec9, net.minecraft.item.crafting.Ingredient@1a2ec9, net.minecraft.item.crafting.Ingredient@1a2ec9, net.minecraft.item.crafting.Ingredient@1a2ec9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1a2ec9, net.minecraft.item.crafting.Ingredient@1a2ec9, net.minecraft.item.crafting.Ingredient@1a2ec9, net.minecraft.item.crafting.Ingredient@1a2ec9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.thebetweenlands.sulfur_block@0 new recipe: RecipeStage{tier='two', recipe=1xtile.thebetweenlands.sulfur_block@0:[net.minecraft.item.crafting.Ingredient@6390ca7a, net.minecraft.item.crafting.Ingredient@6390ca7a, net.minecraft.item.crafting.Ingredient@6390ca7a, net.minecraft.item.crafting.Ingredient@6390ca7a, net.minecraft.item.crafting.Ingredient@6390ca7a, net.minecraft.item.crafting.Ingredient@6390ca7a, net.minecraft.item.crafting.Ingredient@6390ca7a, net.minecraft.item.crafting.Ingredient@6390ca7a, net.minecraft.item.crafting.Ingredient@6390ca7a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.thebetweenlands.items_misc@18 new recipe: RecipeStage{tier='two', recipe=9xitem.thebetweenlands.items_misc@18:[net.minecraft.item.crafting.Ingredient@396e7dc8]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.thebetweenlands.smooth_pitstone_wall@0 new recipe: RecipeStage{tier='two', recipe=6xtile.thebetweenlands.smooth_pitstone_wall@0:[net.minecraft.item.crafting.Ingredient@4c6e9472, net.minecraft.item.crafting.Ingredient@4c6e9472, net.minecraft.item.crafting.Ingredient@4c6e9472, net.minecraft.item.crafting.Ingredient@4c6e9472, net.minecraft.item.crafting.Ingredient@4c6e9472, net.minecraft.item.crafting.Ingredient@4c6e9472]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.thebetweenlands.smooth_pitstone_stairs@0 new recipe: RecipeStage{tier='two', recipe=4xtile.thebetweenlands.smooth_pitstone_stairs@0:[net.minecraft.item.crafting.Ingredient@1657ddca, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1657ddca, net.minecraft.item.crafting.Ingredient@1657ddca, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1657ddca, net.minecraft.item.crafting.Ingredient@1657ddca, net.minecraft.item.crafting.Ingredient@1657ddca]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.thebetweenlands.smooth_pitstone_slab@0 new recipe: RecipeStage{tier='two', recipe=6xtile.thebetweenlands.smooth_pitstone_slab@0:[net.minecraft.item.crafting.Ingredient@61f98a2f, net.minecraft.item.crafting.Ingredient@61f98a2f, net.minecraft.item.crafting.Ingredient@61f98a2f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.thebetweenlands.smooth_cragrock_wall@0 new recipe: RecipeStage{tier='two', recipe=6xtile.thebetweenlands.smooth_cragrock_wall@0:[net.minecraft.item.crafting.Ingredient@3835b004, net.minecraft.item.crafting.Ingredient@3835b004, net.minecraft.item.crafting.Ingredient@3835b004, net.minecraft.item.crafting.Ingredient@3835b004, net.minecraft.item.crafting.Ingredient@3835b004, net.minecraft.item.crafting.Ingredient@3835b004]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.thebetweenlands.smooth_cragrock_stairs@0 new recipe: RecipeStage{tier='two', recipe=4xtile.thebetweenlands.smooth_cragrock_stairs@0:[net.minecraft.item.crafting.Ingredient@6394a689, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6394a689, net.minecraft.item.crafting.Ingredient@6394a689, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6394a689, net.minecraft.item.crafting.Ingredient@6394a689, net.minecraft.item.crafting.Ingredient@6394a689]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.thebetweenlands.smooth_cragrock_slab@0 new recipe: RecipeStage{tier='two', recipe=6xtile.thebetweenlands.smooth_cragrock_slab@0:[net.minecraft.item.crafting.Ingredient@2e5a2fbf, net.minecraft.item.crafting.Ingredient@2e5a2fbf, net.minecraft.item.crafting.Ingredient@2e5a2fbf]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.thebetweenlands.smooth_betweenstone_wall@0 new recipe: RecipeStage{tier='two', recipe=6xtile.thebetweenlands.smooth_betweenstone_wall@0:[net.minecraft.item.crafting.Ingredient@4f0dcae7, net.minecraft.item.crafting.Ingredient@4f0dcae7, net.minecraft.item.crafting.Ingredient@4f0dcae7, net.minecraft.item.crafting.Ingredient@4f0dcae7, net.minecraft.item.crafting.Ingredient@4f0dcae7, net.minecraft.item.crafting.Ingredient@4f0dcae7]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.thebetweenlands.smooth_betweenstone_stairs@0 new recipe: RecipeStage{tier='two', recipe=4xtile.thebetweenlands.smooth_betweenstone_stairs@0:[net.minecraft.item.crafting.Ingredient@4601c25, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4601c25, net.minecraft.item.crafting.Ingredient@4601c25, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4601c25, net.minecraft.item.crafting.Ingredient@4601c25, net.minecraft.item.crafting.Ingredient@4601c25]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.thebetweenlands.smooth_betweenstone_slab@0 new recipe: RecipeStage{tier='two', recipe=6xtile.thebetweenlands.smooth_betweenstone_slab@0:[net.minecraft.item.crafting.Ingredient@69639774, net.minecraft.item.crafting.Ingredient@69639774, net.minecraft.item.crafting.Ingredient@69639774]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.thebetweenlands.slimy_bone_block@0 new recipe: RecipeStage{tier='two', recipe=1xtile.thebetweenlands.slimy_bone_block@0:[net.minecraft.item.crafting.Ingredient@5ca9041d, net.minecraft.item.crafting.Ingredient@5ca9041d, net.minecraft.item.crafting.Ingredient@5ca9041d, net.minecraft.item.crafting.Ingredient@5ca9041d, net.minecraft.item.crafting.Ingredient@5ca9041d, net.minecraft.item.crafting.Ingredient@5ca9041d, net.minecraft.item.crafting.Ingredient@5ca9041d, net.minecraft.item.crafting.Ingredient@5ca9041d, net.minecraft.item.crafting.Ingredient@5ca9041d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.thebetweenlands.items_misc@14 new recipe: RecipeStage{tier='two', recipe=9xitem.thebetweenlands.items_misc@14:[net.minecraft.item.crafting.Ingredient@96e6ecb]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 16xtile.thebetweenlands.silt_glass_pane@0 new recipe: RecipeStage{tier='two', recipe=16xtile.thebetweenlands.silt_glass_pane@0:[net.minecraft.item.crafting.Ingredient@74355e08, net.minecraft.item.crafting.Ingredient@74355e08, net.minecraft.item.crafting.Ingredient@74355e08, net.minecraft.item.crafting.Ingredient@74355e08, net.minecraft.item.crafting.Ingredient@74355e08, net.minecraft.item.crafting.Ingredient@74355e08]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.thebetweenlands.sickle@0 new recipe: RecipeStage{tier='two', recipe=1xitem.thebetweenlands.sickle@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4d60b9ea, net.minecraft.item.crafting.Ingredient@4d60b9ea, net.minecraft.item.crafting.Ingredient@4d60b9ea, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1acf2276, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3de33153]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xtile.thebetweenlands.scabyst_trapdoor@0 new recipe: RecipeStage{tier='two', recipe=2xtile.thebetweenlands.scabyst_trapdoor@0:[net.minecraft.item.crafting.Ingredient@7ac16bc4, net.minecraft.item.crafting.Ingredient@7ac16bc4, net.minecraft.item.crafting.Ingredient@7ac16bc4, net.minecraft.item.crafting.Ingredient@7ac16bc4, net.minecraft.item.crafting.Ingredient@7ac16bc4, net.minecraft.item.crafting.Ingredient@7ac16bc4]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.thebetweenlands.scabyst_pitstone_horizontal@0 new recipe: RecipeStage{tier='two', recipe=4xtile.thebetweenlands.scabyst_pitstone_horizontal@0:[net.minecraft.item.crafting.Ingredient@424fd332, net.minecraft.item.crafting.Ingredient@424fd332, net.minecraft.item.crafting.Ingredient@424fd332, net.minecraft.item.crafting.Ingredient@18d3b13, net.minecraft.item.crafting.Ingredient@18d3b13, net.minecraft.item.crafting.Ingredient@18d3b13, net.minecraft.item.crafting.Ingredient@424fd332, net.minecraft.item.crafting.Ingredient@424fd332, net.minecraft.item.crafting.Ingredient@424fd332]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.thebetweenlands.scabyst_pitstone_dotted@0 new recipe: RecipeStage{tier='two', recipe=4xtile.thebetweenlands.scabyst_pitstone_dotted@0:[net.minecraft.item.crafting.Ingredient@68c614d1, net.minecraft.item.crafting.Ingredient@68c614d1, net.minecraft.item.crafting.Ingredient@68c614d1, net.minecraft.item.crafting.Ingredient@68c614d1, net.minecraft.item.crafting.Ingredient@435bd1da, net.minecraft.item.crafting.Ingredient@68c614d1, net.minecraft.item.crafting.Ingredient@68c614d1, net.minecraft.item.crafting.Ingredient@68c614d1, net.minecraft.item.crafting.Ingredient@68c614d1]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.thebetweenlands.items_misc@39 new recipe: RecipeStage{tier='two', recipe=9xitem.thebetweenlands.items_misc@39:[net.minecraft.item.crafting.Ingredient@6e3e83d6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xitem.thebetweenlands.scabyst_door_item@0 new recipe: RecipeStage{tier='two', recipe=3xitem.thebetweenlands.scabyst_door_item@0:[net.minecraft.item.crafting.Ingredient@510c0fed, net.minecraft.item.crafting.Ingredient@510c0fed, net.minecraft.item.crafting.Ingredient@510c0fed, net.minecraft.item.crafting.Ingredient@510c0fed, net.minecraft.item.crafting.Ingredient@510c0fed, net.minecraft.item.crafting.Ingredient@510c0fed]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.thebetweenlands.scabyst_chiseled_1@0 new recipe: RecipeStage{tier='two', recipe=1xtile.thebetweenlands.scabyst_chiseled_1@0:[net.minecraft.item.crafting.Ingredient@53046495]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.thebetweenlands.scabyst_chiseled_3@0 new recipe: RecipeStage{tier='two', recipe=1xtile.thebetweenlands.scabyst_chiseled_3@0:[net.minecraft.item.crafting.Ingredient@152316e4]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.thebetweenlands.scabyst_chiseled_2@0 new recipe: RecipeStage{tier='two', recipe=1xtile.thebetweenlands.scabyst_chiseled_2@0:[net.minecraft.item.crafting.Ingredient@49e6fc5e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.thebetweenlands.scabyst_chiseled_1@0 new recipe: RecipeStage{tier='two', recipe=1xtile.thebetweenlands.scabyst_chiseled_1@0:[net.minecraft.item.crafting.Ingredient@39d5bc34, net.minecraft.item.crafting.Ingredient@39d5bc34]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.thebetweenlands.scabyst_bricks@0 new recipe: RecipeStage{tier='two', recipe=4xtile.thebetweenlands.scabyst_bricks@0:[net.minecraft.item.crafting.Ingredient@6ddb1613, net.minecraft.item.crafting.Ingredient@6ddb1613, net.minecraft.item.crafting.Ingredient@6ddb1613, net.minecraft.item.crafting.Ingredient@6ddb1613]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.thebetweenlands.scabyst_brick_wall@0 new recipe: RecipeStage{tier='two', recipe=6xtile.thebetweenlands.scabyst_brick_wall@0:[net.minecraft.item.crafting.Ingredient@5e45c80e, net.minecraft.item.crafting.Ingredient@5e45c80e, net.minecraft.item.crafting.Ingredient@5e45c80e, net.minecraft.item.crafting.Ingredient@5e45c80e, net.minecraft.item.crafting.Ingredient@5e45c80e, net.minecraft.item.crafting.Ingredient@5e45c80e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.thebetweenlands.scabyst_brick_stairs@0 new recipe: RecipeStage{tier='two', recipe=4xtile.thebetweenlands.scabyst_brick_stairs@0:[net.minecraft.item.crafting.Ingredient@626367bc, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@626367bc, net.minecraft.item.crafting.Ingredient@626367bc, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@626367bc, net.minecraft.item.crafting.Ingredient@626367bc, net.minecraft.item.crafting.Ingredient@626367bc]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.thebetweenlands.scabyst_brick_slab@0 new recipe: RecipeStage{tier='two', recipe=6xtile.thebetweenlands.scabyst_brick_slab@0:[net.minecraft.item.crafting.Ingredient@5f393d96, net.minecraft.item.crafting.Ingredient@5f393d96, net.minecraft.item.crafting.Ingredient@5f393d96]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.thebetweenlands.scabyst_block@0 new recipe: RecipeStage{tier='two', recipe=1xtile.thebetweenlands.scabyst_block@0:[net.minecraft.item.crafting.Ingredient@221641f0, net.minecraft.item.crafting.Ingredient@221641f0, net.minecraft.item.crafting.Ingredient@221641f0, net.minecraft.item.crafting.Ingredient@221641f0, net.minecraft.item.crafting.Ingredient@221641f0, net.minecraft.item.crafting.Ingredient@221641f0, net.minecraft.item.crafting.Ingredient@221641f0, net.minecraft.item.crafting.Ingredient@221641f0, net.minecraft.item.crafting.Ingredient@221641f0]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.thebetweenlands.log_sap@12 new recipe: RecipeStage{tier='two', recipe=4xtile.thebetweenlands.log_sap@12:[net.minecraft.item.crafting.Ingredient@2c2d4335, net.minecraft.item.crafting.Ingredient@2c2d4335, net.minecraft.item.crafting.Ingredient@2c2d4335, net.minecraft.item.crafting.Ingredient@2c2d4335]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.thebetweenlands.log_sap@0 new recipe: RecipeStage{tier='two', recipe=4xtile.thebetweenlands.log_sap@0:[net.minecraft.item.crafting.Ingredient@73f868dd, net.minecraft.item.crafting.Ingredient@73f868dd, net.minecraft.item.crafting.Ingredient@73f868dd, net.minecraft.item.crafting.Ingredient@73f868dd]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.thebetweenlands.sap_jello@0 new recipe: RecipeStage{tier='two', recipe=1xitem.thebetweenlands.sap_jello@0:[net.minecraft.item.crafting.Ingredient@7217cd7f, net.minecraft.item.crafting.Ingredient@5a6a4e0e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xtile.thebetweenlands.rubber_tree_plank_trapdoor@0 new recipe: RecipeStage{tier='two', recipe=2xtile.thebetweenlands.rubber_tree_plank_trapdoor@0:[net.minecraft.item.crafting.Ingredient@2eb8d0d9, net.minecraft.item.crafting.Ingredient@2eb8d0d9, net.minecraft.item.crafting.Ingredient@2eb8d0d9, net.minecraft.item.crafting.Ingredient@2eb8d0d9, net.minecraft.item.crafting.Ingredient@2eb8d0d9, net.minecraft.item.crafting.Ingredient@2eb8d0d9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.thebetweenlands.rubber_tree_plank_stairs@0 new recipe: RecipeStage{tier='two', recipe=4xtile.thebetweenlands.rubber_tree_plank_stairs@0:[net.minecraft.item.crafting.Ingredient@6d68b5f5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6d68b5f5, net.minecraft.item.crafting.Ingredient@6d68b5f5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6d68b5f5, net.minecraft.item.crafting.Ingredient@6d68b5f5, net.minecraft.item.crafting.Ingredient@6d68b5f5]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.thebetweenlands.rubber_tree_plank_slab@0 new recipe: RecipeStage{tier='two', recipe=6xtile.thebetweenlands.rubber_tree_plank_slab@0:[net.minecraft.item.crafting.Ingredient@471c9312, net.minecraft.item.crafting.Ingredient@471c9312, net.minecraft.item.crafting.Ingredient@471c9312]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.thebetweenlands.rubber_tree_plank_fence_gate@0 new recipe: RecipeStage{tier='two', recipe=1xtile.thebetweenlands.rubber_tree_plank_fence_gate@0:[net.minecraft.item.crafting.Ingredient@73d8b202, net.minecraft.item.crafting.Ingredient@5cd8eca5, net.minecraft.item.crafting.Ingredient@73d8b202, net.minecraft.item.crafting.Ingredient@73d8b202, net.minecraft.item.crafting.Ingredient@5cd8eca5, net.minecraft.item.crafting.Ingredient@73d8b202]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.thebetweenlands.rubber_tree_plank_fence@0 new recipe: RecipeStage{tier='two', recipe=3xtile.thebetweenlands.rubber_tree_plank_fence@0:[net.minecraft.item.crafting.Ingredient@7352cd47, net.minecraft.item.crafting.Ingredient@3178a731, net.minecraft.item.crafting.Ingredient@7352cd47, net.minecraft.item.crafting.Ingredient@7352cd47, net.minecraft.item.crafting.Ingredient@3178a731, net.minecraft.item.crafting.Ingredient@7352cd47]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xitem.thebetweenlands.rubber_tree_plank_door_item@0 new recipe: RecipeStage{tier='two', recipe=3xitem.thebetweenlands.rubber_tree_plank_door_item@0:[net.minecraft.item.crafting.Ingredient@23cc1da5, net.minecraft.item.crafting.Ingredient@23cc1da5, net.minecraft.item.crafting.Ingredient@23cc1da5, net.minecraft.item.crafting.Ingredient@23cc1da5, net.minecraft.item.crafting.Ingredient@23cc1da5, net.minecraft.item.crafting.Ingredient@23cc1da5]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.thebetweenlands.rubber_boots@0 new recipe: RecipeStage{tier='two', recipe=1xitem.thebetweenlands.rubber_boots@0:[net.minecraft.item.crafting.Ingredient@20a50880, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@20a50880, net.minecraft.item.crafting.Ingredient@20a50880, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@20a50880]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.thebetweenlands.rubber_block@0 new recipe: RecipeStage{tier='two', recipe=1xtile.thebetweenlands.rubber_block@0:[net.minecraft.item.crafting.Ingredient@5fb600fe, net.minecraft.item.crafting.Ingredient@5fb600fe, net.minecraft.item.crafting.Ingredient@5fb600fe, net.minecraft.item.crafting.Ingredient@5fb600fe, net.minecraft.item.crafting.Ingredient@5fb600fe, net.minecraft.item.crafting.Ingredient@5fb600fe, net.minecraft.item.crafting.Ingredient@5fb600fe, net.minecraft.item.crafting.Ingredient@5fb600fe, net.minecraft.item.crafting.Ingredient@5fb600fe]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.thebetweenlands.items_misc@23 new recipe: RecipeStage{tier='two', recipe=9xitem.thebetweenlands.items_misc@23:[net.minecraft.item.crafting.Ingredient@6ccbbce6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.thebetweenlands.rotten_planks@0 new recipe: RecipeStage{tier='two', recipe=4xtile.thebetweenlands.rotten_planks@0:[net.minecraft.item.crafting.Ingredient@5bbea8e1]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.thebetweenlands.rotten_plank_stairs@0 new recipe: RecipeStage{tier='two', recipe=4xtile.thebetweenlands.rotten_plank_stairs@0:[net.minecraft.item.crafting.Ingredient@1b562c7b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1b562c7b, net.minecraft.item.crafting.Ingredient@1b562c7b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1b562c7b, net.minecraft.item.crafting.Ingredient@1b562c7b, net.minecraft.item.crafting.Ingredient@1b562c7b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.thebetweenlands.rotten_plank_slab@0 new recipe: RecipeStage{tier='two', recipe=6xtile.thebetweenlands.rotten_plank_slab@0:[net.minecraft.item.crafting.Ingredient@21c2d841, net.minecraft.item.crafting.Ingredient@21c2d841, net.minecraft.item.crafting.Ingredient@21c2d841]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.thebetweenlands.rotten_plank_fence_gate@0 new recipe: RecipeStage{tier='two', recipe=1xtile.thebetweenlands.rotten_plank_fence_gate@0:[net.minecraft.item.crafting.Ingredient@77b4fb6c, net.minecraft.item.crafting.Ingredient@2a8d750a, net.minecraft.item.crafting.Ingredient@77b4fb6c, net.minecraft.item.crafting.Ingredient@77b4fb6c, net.minecraft.item.crafting.Ingredient@2a8d750a, net.minecraft.item.crafting.Ingredient@77b4fb6c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.thebetweenlands.rotten_plank_fence@0 new recipe: RecipeStage{tier='two', recipe=3xtile.thebetweenlands.rotten_plank_fence@0:[net.minecraft.item.crafting.Ingredient@3e9e39f5, net.minecraft.item.crafting.Ingredient@1f067bf, net.minecraft.item.crafting.Ingredient@3e9e39f5, net.minecraft.item.crafting.Ingredient@3e9e39f5, net.minecraft.item.crafting.Ingredient@1f067bf, net.minecraft.item.crafting.Ingredient@3e9e39f5]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.thebetweenlands.rope_item@0 new recipe: RecipeStage{tier='two', recipe=1xitem.thebetweenlands.rope_item@0:[net.minecraft.item.crafting.Ingredient@cdd1678, net.minecraft.item.crafting.Ingredient@cdd1678, net.minecraft.item.crafting.Ingredient@cdd1678]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.thebetweenlands.repeller@0 new recipe: RecipeStage{tier='two', recipe=1xtile.thebetweenlands.repeller@0:[net.minecraft.item.crafting.Ingredient@56fdefd3, net.minecraft.item.crafting.Ingredient@1e05f0f5, net.minecraft.item.crafting.Ingredient@56fdefd3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@40f3e11c, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.thebetweenlands.reed_donut@0 new recipe: RecipeStage{tier='two', recipe=1xitem.thebetweenlands.reed_donut@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@67c76446, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@67c76446, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@67c76446, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@67c76446, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.thebetweenlands.purifier@0 new recipe: RecipeStage{tier='two', recipe=1xtile.thebetweenlands.purifier@0:[net.minecraft.item.crafting.Ingredient@1cd99b12, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1cd99b12, net.minecraft.item.crafting.Ingredient@1cd99b12, net.minecraft.item.crafting.Ingredient@1cd99b12, net.minecraft.item.crafting.Ingredient@1cd99b12, net.minecraft.item.crafting.Ingredient@766fe3af, net.minecraft.item.crafting.Ingredient@766fe3af, net.minecraft.item.crafting.Ingredient@766fe3af]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.thebetweenlands.polished_limestone_wall@0 new recipe: RecipeStage{tier='two', recipe=6xtile.thebetweenlands.polished_limestone_wall@0:[net.minecraft.item.crafting.Ingredient@63237d95, net.minecraft.item.crafting.Ingredient@63237d95, net.minecraft.item.crafting.Ingredient@63237d95, net.minecraft.item.crafting.Ingredient@63237d95, net.minecraft.item.crafting.Ingredient@63237d95, net.minecraft.item.crafting.Ingredient@63237d95]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.thebetweenlands.polished_limestone_stairs@0 new recipe: RecipeStage{tier='two', recipe=4xtile.thebetweenlands.polished_limestone_stairs@0:[net.minecraft.item.crafting.Ingredient@793d0224, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@793d0224, net.minecraft.item.crafting.Ingredient@793d0224, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@793d0224, net.minecraft.item.crafting.Ingredient@793d0224, net.minecraft.item.crafting.Ingredient@793d0224]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.thebetweenlands.polished_limestone_slab@0 new recipe: RecipeStage{tier='two', recipe=6xtile.thebetweenlands.polished_limestone_slab@0:[net.minecraft.item.crafting.Ingredient@1e7c55db, net.minecraft.item.crafting.Ingredient@1e7c55db, net.minecraft.item.crafting.Ingredient@1e7c55db]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.thebetweenlands.poisoned_angler_tooth_arrow@0 new recipe: RecipeStage{tier='two', recipe=1xitem.thebetweenlands.poisoned_angler_tooth_arrow@0:[net.minecraft.item.crafting.Ingredient@1b65955, net.minecraft.item.crafting.Ingredient@768c6de6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.thebetweenlands.pitstone_wall@0 new recipe: RecipeStage{tier='two', recipe=6xtile.thebetweenlands.pitstone_wall@0:[net.minecraft.item.crafting.Ingredient@7ee0fc6c, net.minecraft.item.crafting.Ingredient@7ee0fc6c, net.minecraft.item.crafting.Ingredient@7ee0fc6c, net.minecraft.item.crafting.Ingredient@7ee0fc6c, net.minecraft.item.crafting.Ingredient@7ee0fc6c, net.minecraft.item.crafting.Ingredient@7ee0fc6c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.thebetweenlands.pitstone_tiles@0 new recipe: RecipeStage{tier='two', recipe=4xtile.thebetweenlands.pitstone_tiles@0:[net.minecraft.item.crafting.Ingredient@21bbadfd, net.minecraft.item.crafting.Ingredient@21bbadfd, net.minecraft.item.crafting.Ingredient@21bbadfd, net.minecraft.item.crafting.Ingredient@21bbadfd]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.thebetweenlands.pitstone_stairs@0 new recipe: RecipeStage{tier='two', recipe=4xtile.thebetweenlands.pitstone_stairs@0:[net.minecraft.item.crafting.Ingredient@26310ab2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@26310ab2, net.minecraft.item.crafting.Ingredient@26310ab2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@26310ab2, net.minecraft.item.crafting.Ingredient@26310ab2, net.minecraft.item.crafting.Ingredient@26310ab2]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.thebetweenlands.pitstone_slab@0 new recipe: RecipeStage{tier='two', recipe=6xtile.thebetweenlands.pitstone_slab@0:[net.minecraft.item.crafting.Ingredient@7b06a64, net.minecraft.item.crafting.Ingredient@7b06a64, net.minecraft.item.crafting.Ingredient@7b06a64]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xtile.thebetweenlands.pitstone_pillar@0 new recipe: RecipeStage{tier='two', recipe=2xtile.thebetweenlands.pitstone_pillar@0:[net.minecraft.item.crafting.Ingredient@4de3217, net.minecraft.item.crafting.Ingredient@4de3217]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.thebetweenlands.pitstone_chiseled@0 new recipe: RecipeStage{tier='two', recipe=1xtile.thebetweenlands.pitstone_chiseled@0:[net.minecraft.item.crafting.Ingredient@4b4cc62b, net.minecraft.item.crafting.Ingredient@4b4cc62b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.thebetweenlands.pitstone_bricks@0 new recipe: RecipeStage{tier='two', recipe=4xtile.thebetweenlands.pitstone_bricks@0:[net.minecraft.item.crafting.Ingredient@1765f155, net.minecraft.item.crafting.Ingredient@1765f155, net.minecraft.item.crafting.Ingredient@1765f155, net.minecraft.item.crafting.Ingredient@1765f155]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.thebetweenlands.pitstone_brick_wall@0 new recipe: RecipeStage{tier='two', recipe=6xtile.thebetweenlands.pitstone_brick_wall@0:[net.minecraft.item.crafting.Ingredient@240303e5, net.minecraft.item.crafting.Ingredient@240303e5, net.minecraft.item.crafting.Ingredient@240303e5, net.minecraft.item.crafting.Ingredient@240303e5, net.minecraft.item.crafting.Ingredient@240303e5, net.minecraft.item.crafting.Ingredient@240303e5]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.thebetweenlands.pitstone_brick_stairs@0 new recipe: RecipeStage{tier='two', recipe=4xtile.thebetweenlands.pitstone_brick_stairs@0:[net.minecraft.item.crafting.Ingredient@7dfde73e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7dfde73e, net.minecraft.item.crafting.Ingredient@7dfde73e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7dfde73e, net.minecraft.item.crafting.Ingredient@7dfde73e, net.minecraft.item.crafting.Ingredient@7dfde73e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.thebetweenlands.pitstone_brick_slab@0 new recipe: RecipeStage{tier='two', recipe=6xtile.thebetweenlands.pitstone_brick_slab@0:[net.minecraft.item.crafting.Ingredient@14574573, net.minecraft.item.crafting.Ingredient@14574573, net.minecraft.item.crafting.Ingredient@14574573]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.thebetweenlands.pestle@0 new recipe: RecipeStage{tier='two', recipe=1xitem.thebetweenlands.pestle@0:[net.minecraft.item.crafting.Ingredient@6dad4ce3, net.minecraft.item.crafting.Ingredient@4e770e89, net.minecraft.item.crafting.Ingredient@4e770e89]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.thebetweenlands.octine_sword@0 new recipe: RecipeStage{tier='two', recipe=1xitem.thebetweenlands.octine_sword@0:[net.minecraft.item.crafting.Ingredient@692b5355, net.minecraft.item.crafting.Ingredient@692b5355, net.minecraft.item.crafting.Ingredient@2cd25184]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.thebetweenlands.octine_shovel@0 new recipe: RecipeStage{tier='two', recipe=1xitem.thebetweenlands.octine_shovel@0:[net.minecraft.item.crafting.Ingredient@7d2f4fc8, net.minecraft.item.crafting.Ingredient@4215a378, net.minecraft.item.crafting.Ingredient@4215a378]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.thebetweenlands.octine_shield@0 new recipe: RecipeStage{tier='two', recipe=1xitem.thebetweenlands.octine_shield@0:[net.minecraft.item.crafting.Ingredient@ba45823, net.minecraft.item.crafting.Ingredient@ba45823, net.minecraft.item.crafting.Ingredient@ba45823, net.minecraft.item.crafting.Ingredient@ba45823, net.minecraft.item.crafting.Ingredient@ba45823, net.minecraft.item.crafting.Ingredient@ba45823, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@ba45823, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.thebetweenlands.octine_pickaxe@0 new recipe: RecipeStage{tier='two', recipe=1xitem.thebetweenlands.octine_pickaxe@0:[net.minecraft.item.crafting.Ingredient@7d7d94cb, net.minecraft.item.crafting.Ingredient@7d7d94cb, net.minecraft.item.crafting.Ingredient@7d7d94cb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@240c1636, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@240c1636, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.thebetweenlands.items_misc@42 new recipe: RecipeStage{tier='two', recipe=9xitem.thebetweenlands.items_misc@42:[net.minecraft.item.crafting.Ingredient@150b4505]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.thebetweenlands.octine_ingot@0 new recipe: RecipeStage{tier='two', recipe=1xitem.thebetweenlands.octine_ingot@0:[net.minecraft.item.crafting.Ingredient@4994f5ac, net.minecraft.item.crafting.Ingredient@4994f5ac, net.minecraft.item.crafting.Ingredient@4994f5ac, net.minecraft.item.crafting.Ingredient@4994f5ac, net.minecraft.item.crafting.Ingredient@4994f5ac, net.minecraft.item.crafting.Ingredient@4994f5ac, net.minecraft.item.crafting.Ingredient@4994f5ac, net.minecraft.item.crafting.Ingredient@4994f5ac, net.minecraft.item.crafting.Ingredient@4994f5ac]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.thebetweenlands.octine_ingot@0 new recipe: RecipeStage{tier='two', recipe=9xitem.thebetweenlands.octine_ingot@0:[net.minecraft.item.crafting.Ingredient@590c368a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.thebetweenlands.octine_block@0 new recipe: RecipeStage{tier='two', recipe=1xtile.thebetweenlands.octine_block@0:[net.minecraft.item.crafting.Ingredient@7e915d08, net.minecraft.item.crafting.Ingredient@7e915d08, net.minecraft.item.crafting.Ingredient@7e915d08, net.minecraft.item.crafting.Ingredient@7e915d08, net.minecraft.item.crafting.Ingredient@7e915d08, net.minecraft.item.crafting.Ingredient@7e915d08, net.minecraft.item.crafting.Ingredient@7e915d08, net.minecraft.item.crafting.Ingredient@7e915d08, net.minecraft.item.crafting.Ingredient@7e915d08]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.thebetweenlands.octine_axe@0 new recipe: RecipeStage{tier='two', recipe=1xitem.thebetweenlands.octine_axe@0:[net.minecraft.item.crafting.Ingredient@484871c2, net.minecraft.item.crafting.Ingredient@484871c2, net.minecraft.item.crafting.Ingredient@484871c2, net.minecraft.item.crafting.Ingredient@7e2dcc8a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7e2dcc8a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xitem.thebetweenlands.octine_arrow@0 new recipe: RecipeStage{tier='two', recipe=4xitem.thebetweenlands.octine_arrow@0:[net.minecraft.item.crafting.Ingredient@3c880b68, net.minecraft.item.crafting.Ingredient@71814b00, net.minecraft.item.crafting.Ingredient@359cd44c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xtile.thebetweenlands.nibbletwig_plank_trapdoor@0 new recipe: RecipeStage{tier='two', recipe=2xtile.thebetweenlands.nibbletwig_plank_trapdoor@0:[net.minecraft.item.crafting.Ingredient@45bef45d, net.minecraft.item.crafting.Ingredient@45bef45d, net.minecraft.item.crafting.Ingredient@45bef45d, net.minecraft.item.crafting.Ingredient@45bef45d, net.minecraft.item.crafting.Ingredient@45bef45d, net.minecraft.item.crafting.Ingredient@45bef45d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.thebetweenlands.nibbletwig_plank_stairs@0 new recipe: RecipeStage{tier='two', recipe=4xtile.thebetweenlands.nibbletwig_plank_stairs@0:[net.minecraft.item.crafting.Ingredient@10f521ad, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@10f521ad, net.minecraft.item.crafting.Ingredient@10f521ad, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@10f521ad, net.minecraft.item.crafting.Ingredient@10f521ad, net.minecraft.item.crafting.Ingredient@10f521ad]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.thebetweenlands.nibbletwig_plank_slab@0 new recipe: RecipeStage{tier='two', recipe=6xtile.thebetweenlands.nibbletwig_plank_slab@0:[net.minecraft.item.crafting.Ingredient@443c1421, net.minecraft.item.crafting.Ingredient@443c1421, net.minecraft.item.crafting.Ingredient@443c1421]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.thebetweenlands.nibbletwig_plank_fence_gate@0 new recipe: RecipeStage{tier='two', recipe=1xtile.thebetweenlands.nibbletwig_plank_fence_gate@0:[net.minecraft.item.crafting.Ingredient@14d88cea, net.minecraft.item.crafting.Ingredient@8505444, net.minecraft.item.crafting.Ingredient@14d88cea, net.minecraft.item.crafting.Ingredient@14d88cea, net.minecraft.item.crafting.Ingredient@8505444, net.minecraft.item.crafting.Ingredient@14d88cea]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.thebetweenlands.nibbletwig_plank_fence@0 new recipe: RecipeStage{tier='two', recipe=3xtile.thebetweenlands.nibbletwig_plank_fence@0:[net.minecraft.item.crafting.Ingredient@1ec4c6e6, net.minecraft.item.crafting.Ingredient@349f0697, net.minecraft.item.crafting.Ingredient@1ec4c6e6, net.minecraft.item.crafting.Ingredient@1ec4c6e6, net.minecraft.item.crafting.Ingredient@349f0697, net.minecraft.item.crafting.Ingredient@1ec4c6e6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xitem.thebetweenlands.nibbletwig_plank_door_item@0 new recipe: RecipeStage{tier='two', recipe=3xitem.thebetweenlands.nibbletwig_plank_door_item@0:[net.minecraft.item.crafting.Ingredient@415b84cf, net.minecraft.item.crafting.Ingredient@415b84cf, net.minecraft.item.crafting.Ingredient@415b84cf, net.minecraft.item.crafting.Ingredient@415b84cf, net.minecraft.item.crafting.Ingredient@415b84cf, net.minecraft.item.crafting.Ingredient@415b84cf]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.thebetweenlands.log_nibbletwig@12 new recipe: RecipeStage{tier='two', recipe=4xtile.thebetweenlands.log_nibbletwig@12:[net.minecraft.item.crafting.Ingredient@53a3796a, net.minecraft.item.crafting.Ingredient@53a3796a, net.minecraft.item.crafting.Ingredient@53a3796a, net.minecraft.item.crafting.Ingredient@53a3796a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.thebetweenlands.log_nibbletwig@0 new recipe: RecipeStage{tier='two', recipe=4xtile.thebetweenlands.log_nibbletwig@0:[net.minecraft.item.crafting.Ingredient@69989fd8, net.minecraft.item.crafting.Ingredient@69989fd8, net.minecraft.item.crafting.Ingredient@69989fd8, net.minecraft.item.crafting.Ingredient@69989fd8]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.thebetweenlands.nettle_soup@0 new recipe: RecipeStage{tier='two', recipe=1xitem.thebetweenlands.nettle_soup@0:[net.minecraft.item.crafting.Ingredient@46e34816, net.minecraft.item.crafting.Ingredient@2d6cb465, net.minecraft.item.crafting.Ingredient@87c0cbe, net.minecraft.item.crafting.Ingredient@721a2c1e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.thebetweenlands.net@0 new recipe: RecipeStage{tier='two', recipe=1xitem.thebetweenlands.net@0:[net.minecraft.item.crafting.Ingredient@1fd2f944, net.minecraft.item.crafting.Ingredient@5bc5068e, net.minecraft.item.crafting.Ingredient@5bc5068e, net.minecraft.item.crafting.Ingredient@1fd2f944, net.minecraft.item.crafting.Ingredient@5bc5068e, net.minecraft.item.crafting.Ingredient@5bc5068e, net.minecraft.item.crafting.Ingredient@1fd2f944, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.thebetweenlands.mud_tiles@0 new recipe: RecipeStage{tier='two', recipe=4xtile.thebetweenlands.mud_tiles@0:[net.minecraft.item.crafting.Ingredient@3d295022, net.minecraft.item.crafting.Ingredient@3d295022, net.minecraft.item.crafting.Ingredient@3d295022, net.minecraft.item.crafting.Ingredient@3d295022]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.thebetweenlands.mud_flower_pot_candle@0 new recipe: RecipeStage{tier='two', recipe=1xtile.thebetweenlands.mud_flower_pot_candle@0:[net.minecraft.item.crafting.Ingredient@516400ba, net.minecraft.item.crafting.Ingredient@4be41dd]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.thebetweenlands.mud_flower_pot@0 new recipe: RecipeStage{tier='two', recipe=1xtile.thebetweenlands.mud_flower_pot@0:[net.minecraft.item.crafting.Ingredient@4837260a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4837260a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4837260a, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xtile.thebetweenlands.mud_brick_shingles@0 new recipe: RecipeStage{tier='two', recipe=2xtile.thebetweenlands.mud_brick_shingles@0:[net.minecraft.item.crafting.Ingredient@61456108, net.minecraft.item.crafting.Ingredient@61456108, net.minecraft.item.crafting.Ingredient@61456108, net.minecraft.item.crafting.Ingredient@61456108, net.minecraft.item.crafting.Ingredient@61456108, net.minecraft.item.crafting.Ingredient@61456108, net.minecraft.item.crafting.Ingredient@61456108, net.minecraft.item.crafting.Ingredient@61456108, net.minecraft.item.crafting.Ingredient@61456108]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.thebetweenlands.mud_bricks@0 new recipe: RecipeStage{tier='two', recipe=1xtile.thebetweenlands.mud_bricks@0:[net.minecraft.item.crafting.Ingredient@88cf196, net.minecraft.item.crafting.Ingredient@88cf196, net.minecraft.item.crafting.Ingredient@88cf196, net.minecraft.item.crafting.Ingredient@88cf196]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.thebetweenlands.mud_brick_wall@0 new recipe: RecipeStage{tier='two', recipe=6xtile.thebetweenlands.mud_brick_wall@0:[net.minecraft.item.crafting.Ingredient@71c03f57, net.minecraft.item.crafting.Ingredient@71c03f57, net.minecraft.item.crafting.Ingredient@71c03f57, net.minecraft.item.crafting.Ingredient@71c03f57, net.minecraft.item.crafting.Ingredient@71c03f57, net.minecraft.item.crafting.Ingredient@71c03f57]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.thebetweenlands.mud_brick_stairs_decay_4@0 new recipe: RecipeStage{tier='two', recipe=4xtile.thebetweenlands.mud_brick_stairs_decay_4@0:[net.minecraft.item.crafting.Ingredient@3ba59c76, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3ba59c76, net.minecraft.item.crafting.Ingredient@3ba59c76, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3ba59c76, net.minecraft.item.crafting.Ingredient@3ba59c76, net.minecraft.item.crafting.Ingredient@3ba59c76]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.thebetweenlands.mud_brick_stairs_decay_3@0 new recipe: RecipeStage{tier='two', recipe=4xtile.thebetweenlands.mud_brick_stairs_decay_3@0:[net.minecraft.item.crafting.Ingredient@7d88053f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7d88053f, net.minecraft.item.crafting.Ingredient@7d88053f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7d88053f, net.minecraft.item.crafting.Ingredient@7d88053f, net.minecraft.item.crafting.Ingredient@7d88053f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.thebetweenlands.mud_brick_stairs_decay_2@0 new recipe: RecipeStage{tier='two', recipe=4xtile.thebetweenlands.mud_brick_stairs_decay_2@0:[net.minecraft.item.crafting.Ingredient@36a04938, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@36a04938, net.minecraft.item.crafting.Ingredient@36a04938, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@36a04938, net.minecraft.item.crafting.Ingredient@36a04938, net.minecraft.item.crafting.Ingredient@36a04938]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.thebetweenlands.mud_brick_stairs_decay_1@0 new recipe: RecipeStage{tier='two', recipe=4xtile.thebetweenlands.mud_brick_stairs_decay_1@0:[net.minecraft.item.crafting.Ingredient@58819eee, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@58819eee, net.minecraft.item.crafting.Ingredient@58819eee, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@58819eee, net.minecraft.item.crafting.Ingredient@58819eee, net.minecraft.item.crafting.Ingredient@58819eee]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.thebetweenlands.mud_brick_stairs@0 new recipe: RecipeStage{tier='two', recipe=4xtile.thebetweenlands.mud_brick_stairs@0:[net.minecraft.item.crafting.Ingredient@57fcac0a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@57fcac0a, net.minecraft.item.crafting.Ingredient@57fcac0a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@57fcac0a, net.minecraft.item.crafting.Ingredient@57fcac0a, net.minecraft.item.crafting.Ingredient@57fcac0a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.thebetweenlands.mud_brick_slab_decay_4@0 new recipe: RecipeStage{tier='two', recipe=6xtile.thebetweenlands.mud_brick_slab_decay_4@0:[net.minecraft.item.crafting.Ingredient@3cd97750, net.minecraft.item.crafting.Ingredient@3cd97750, net.minecraft.item.crafting.Ingredient@3cd97750]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.thebetweenlands.mud_brick_slab_decay_3@0 new recipe: RecipeStage{tier='two', recipe=6xtile.thebetweenlands.mud_brick_slab_decay_3@0:[net.minecraft.item.crafting.Ingredient@65e86dc3, net.minecraft.item.crafting.Ingredient@65e86dc3, net.minecraft.item.crafting.Ingredient@65e86dc3]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.thebetweenlands.mud_brick_slab_decay_2@0 new recipe: RecipeStage{tier='two', recipe=6xtile.thebetweenlands.mud_brick_slab_decay_2@0:[net.minecraft.item.crafting.Ingredient@152fa68e, net.minecraft.item.crafting.Ingredient@152fa68e, net.minecraft.item.crafting.Ingredient@152fa68e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.thebetweenlands.mud_brick_slab_decay_1@0 new recipe: RecipeStage{tier='two', recipe=6xtile.thebetweenlands.mud_brick_slab_decay_1@0:[net.minecraft.item.crafting.Ingredient@4a808303, net.minecraft.item.crafting.Ingredient@4a808303, net.minecraft.item.crafting.Ingredient@4a808303]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.thebetweenlands.mud_brick_slab@0 new recipe: RecipeStage{tier='two', recipe=6xtile.thebetweenlands.mud_brick_slab@0:[net.minecraft.item.crafting.Ingredient@7d046c23, net.minecraft.item.crafting.Ingredient@7d046c23, net.minecraft.item.crafting.Ingredient@7d046c23]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.thebetweenlands.mud_brick_shingle_wall@0 new recipe: RecipeStage{tier='two', recipe=6xtile.thebetweenlands.mud_brick_shingle_wall@0:[net.minecraft.item.crafting.Ingredient@f19c7f8, net.minecraft.item.crafting.Ingredient@f19c7f8, net.minecraft.item.crafting.Ingredient@f19c7f8, net.minecraft.item.crafting.Ingredient@f19c7f8, net.minecraft.item.crafting.Ingredient@f19c7f8, net.minecraft.item.crafting.Ingredient@f19c7f8]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.thebetweenlands.mud_brick_shingle_stairs@0 new recipe: RecipeStage{tier='two', recipe=4xtile.thebetweenlands.mud_brick_shingle_stairs@0:[net.minecraft.item.crafting.Ingredient@65713f6c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@65713f6c, net.minecraft.item.crafting.Ingredient@65713f6c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@65713f6c, net.minecraft.item.crafting.Ingredient@65713f6c, net.minecraft.item.crafting.Ingredient@65713f6c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.thebetweenlands.mud_brick_shingle_slab@0 new recipe: RecipeStage{tier='two', recipe=6xtile.thebetweenlands.mud_brick_shingle_slab@0:[net.minecraft.item.crafting.Ingredient@93f02a4, net.minecraft.item.crafting.Ingredient@93f02a4, net.minecraft.item.crafting.Ingredient@93f02a4]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.thebetweenlands.mud_brick_roof@0 new recipe: RecipeStage{tier='two', recipe=4xtile.thebetweenlands.mud_brick_roof@0:[net.minecraft.item.crafting.Ingredient@46bde5ae, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@46bde5ae, net.minecraft.item.crafting.Ingredient@46bde5ae, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@46bde5ae, net.minecraft.item.crafting.Ingredient@46bde5ae, net.minecraft.item.crafting.Ingredient@46bde5ae]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.thebetweenlands.mossy_smooth_betweenstone_wall@0 new recipe: RecipeStage{tier='two', recipe=6xtile.thebetweenlands.mossy_smooth_betweenstone_wall@0:[net.minecraft.item.crafting.Ingredient@15ea46b8, net.minecraft.item.crafting.Ingredient@15ea46b8, net.minecraft.item.crafting.Ingredient@15ea46b8, net.minecraft.item.crafting.Ingredient@15ea46b8, net.minecraft.item.crafting.Ingredient@15ea46b8, net.minecraft.item.crafting.Ingredient@15ea46b8]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.thebetweenlands.mossy_smooth_betweenstone_stairs@0 new recipe: RecipeStage{tier='two', recipe=4xtile.thebetweenlands.mossy_smooth_betweenstone_stairs@0:[net.minecraft.item.crafting.Ingredient@2cb6f7a7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2cb6f7a7, net.minecraft.item.crafting.Ingredient@2cb6f7a7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2cb6f7a7, net.minecraft.item.crafting.Ingredient@2cb6f7a7, net.minecraft.item.crafting.Ingredient@2cb6f7a7]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.thebetweenlands.mossy_smooth_betweenstone_slab@0 new recipe: RecipeStage{tier='two', recipe=6xtile.thebetweenlands.mossy_smooth_betweenstone_slab@0:[net.minecraft.item.crafting.Ingredient@1821257f, net.minecraft.item.crafting.Ingredient@1821257f, net.minecraft.item.crafting.Ingredient@1821257f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.thebetweenlands.mossy_smooth_betweenstone@0 new recipe: RecipeStage{tier='two', recipe=1xtile.thebetweenlands.mossy_smooth_betweenstone@0:[net.minecraft.item.crafting.Ingredient@26fdd2fd, net.minecraft.item.crafting.Ingredient@155344dc]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.thebetweenlands.mossy_limestone_bricks@0 new recipe: RecipeStage{tier='two', recipe=1xtile.thebetweenlands.mossy_limestone_bricks@0:[net.minecraft.item.crafting.Ingredient@6876b997, net.minecraft.item.crafting.Ingredient@4670b597]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.thebetweenlands.mossy_betweenstone_tiles@0 new recipe: RecipeStage{tier='two', recipe=1xtile.thebetweenlands.mossy_betweenstone_tiles@0:[net.minecraft.item.crafting.Ingredient@7fa3a01b, net.minecraft.item.crafting.Ingredient@25e6f1cb]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.thebetweenlands.mossy_betweenstone_bricks@0 new recipe: RecipeStage{tier='two', recipe=1xtile.thebetweenlands.mossy_betweenstone_bricks@0:[net.minecraft.item.crafting.Ingredient@268c49aa, net.minecraft.item.crafting.Ingredient@5c6f0dc9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.thebetweenlands.mossy_betweenstone_brick_wall@0 new recipe: RecipeStage{tier='two', recipe=6xtile.thebetweenlands.mossy_betweenstone_brick_wall@0:[net.minecraft.item.crafting.Ingredient@207e756f, net.minecraft.item.crafting.Ingredient@207e756f, net.minecraft.item.crafting.Ingredient@207e756f, net.minecraft.item.crafting.Ingredient@207e756f, net.minecraft.item.crafting.Ingredient@207e756f, net.minecraft.item.crafting.Ingredient@207e756f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.thebetweenlands.mossy_betweenstone_brick_stairs@0 new recipe: RecipeStage{tier='two', recipe=4xtile.thebetweenlands.mossy_betweenstone_brick_stairs@0:[net.minecraft.item.crafting.Ingredient@5974aafd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5974aafd, net.minecraft.item.crafting.Ingredient@5974aafd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5974aafd, net.minecraft.item.crafting.Ingredient@5974aafd, net.minecraft.item.crafting.Ingredient@5974aafd]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.thebetweenlands.mossy_betweenstone_brick_slab@0 new recipe: RecipeStage{tier='two', recipe=6xtile.thebetweenlands.mossy_betweenstone_brick_slab@0:[net.minecraft.item.crafting.Ingredient@365e6cbb, net.minecraft.item.crafting.Ingredient@365e6cbb, net.minecraft.item.crafting.Ingredient@365e6cbb]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.thebetweenlands.moss_bed_item@0 new recipe: RecipeStage{tier='two', recipe=1xitem.thebetweenlands.moss_bed_item@0:[net.minecraft.item.crafting.Ingredient@1d863a14, net.minecraft.item.crafting.Ingredient@1d863a14, net.minecraft.item.crafting.Ingredient@1d863a14, net.minecraft.item.crafting.Ingredient@3f0a8e9c, net.minecraft.item.crafting.Ingredient@3f0a8e9c, net.minecraft.item.crafting.Ingredient@3f0a8e9c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.thebetweenlands.mortar@0 new recipe: RecipeStage{tier='two', recipe=1xtile.thebetweenlands.mortar@0:[net.minecraft.item.crafting.Ingredient@5dad271, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5dad271, net.minecraft.item.crafting.Ingredient@5dad271, net.minecraft.item.crafting.Ingredient@5dad271, net.minecraft.item.crafting.Ingredient@5dad271, net.minecraft.item.crafting.Ingredient@4047825a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4047825a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.thebetweenlands.mire_scramble@0 new recipe: RecipeStage{tier='two', recipe=1xitem.thebetweenlands.mire_scramble@0:[net.minecraft.item.crafting.Ingredient@15d2c916, net.minecraft.item.crafting.Ingredient@185de9c7, net.minecraft.item.crafting.Ingredient@2cb2467d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.thebetweenlands.mire_coral_block@0 new recipe: RecipeStage{tier='two', recipe=4xtile.thebetweenlands.mire_coral_block@0:[net.minecraft.item.crafting.Ingredient@51a5692b, net.minecraft.item.crafting.Ingredient@51a5692b, net.minecraft.item.crafting.Ingredient@51a5692b, net.minecraft.item.crafting.Ingredient@51a5692b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.thebetweenlands.middle_fruit_jello@0 new recipe: RecipeStage{tier='two', recipe=1xitem.thebetweenlands.middle_fruit_jello@0:[net.minecraft.item.crafting.Ingredient@5a99176f, net.minecraft.item.crafting.Ingredient@3af8cb16]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.thebetweenlands.lurker_skin_shield@0 new recipe: RecipeStage{tier='two', recipe=1xitem.thebetweenlands.lurker_skin_shield@0:[net.minecraft.item.crafting.Ingredient@17b940c8, net.minecraft.item.crafting.Ingredient@a434fd2, net.minecraft.item.crafting.Ingredient@17b940c8, net.minecraft.item.crafting.Ingredient@17b940c8, net.minecraft.item.crafting.Ingredient@17b940c8, net.minecraft.item.crafting.Ingredient@17b940c8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@17b940c8, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.thebetweenlands.lurker_skin_pouch@0 new recipe: RecipeStage{tier='two', recipe=1xitem.thebetweenlands.lurker_skin_pouch@0:[net.minecraft.item.crafting.Ingredient@3d3401fd, net.minecraft.item.crafting.Ingredient@3d3401fd, net.minecraft.item.crafting.Ingredient@3d3401fd, net.minecraft.item.crafting.Ingredient@57bdb0f7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@57bdb0f7, net.minecraft.item.crafting.Ingredient@57bdb0f7, net.minecraft.item.crafting.Ingredient@57bdb0f7, net.minecraft.item.crafting.Ingredient@57bdb0f7]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.thebetweenlands.lurker_skin_leggings@0 new recipe: RecipeStage{tier='two', recipe=1xitem.thebetweenlands.lurker_skin_leggings@0:[net.minecraft.item.crafting.Ingredient@525cfd65, net.minecraft.item.crafting.Ingredient@525cfd65, net.minecraft.item.crafting.Ingredient@525cfd65, net.minecraft.item.crafting.Ingredient@525cfd65, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@525cfd65, net.minecraft.item.crafting.Ingredient@525cfd65, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@525cfd65]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.thebetweenlands.lurker_skin_helmet@0 new recipe: RecipeStage{tier='two', recipe=1xitem.thebetweenlands.lurker_skin_helmet@0:[net.minecraft.item.crafting.Ingredient@160058be, net.minecraft.item.crafting.Ingredient@160058be, net.minecraft.item.crafting.Ingredient@160058be, net.minecraft.item.crafting.Ingredient@160058be, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@160058be]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.thebetweenlands.lurker_skin_chestplate@0 new recipe: RecipeStage{tier='two', recipe=1xitem.thebetweenlands.lurker_skin_chestplate@0:[net.minecraft.item.crafting.Ingredient@5b5d0d25, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5b5d0d25, net.minecraft.item.crafting.Ingredient@5b5d0d25, net.minecraft.item.crafting.Ingredient@5b5d0d25, net.minecraft.item.crafting.Ingredient@5b5d0d25, net.minecraft.item.crafting.Ingredient@5b5d0d25, net.minecraft.item.crafting.Ingredient@5b5d0d25, net.minecraft.item.crafting.Ingredient@5b5d0d25]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.thebetweenlands.lurker_skin_boots@0 new recipe: RecipeStage{tier='two', recipe=1xitem.thebetweenlands.lurker_skin_boots@0:[net.minecraft.item.crafting.Ingredient@7cd1bd50, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7cd1bd50, net.minecraft.item.crafting.Ingredient@7cd1bd50, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7cd1bd50]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.thebetweenlands.living_weedwood_shield@0 new recipe: RecipeStage{tier='two', recipe=1xitem.thebetweenlands.living_weedwood_shield@0:[net.minecraft.item.crafting.Ingredient@606db804, net.minecraft.item.crafting.Ingredient@5903f439]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.thebetweenlands.limestone_wall@0 new recipe: RecipeStage{tier='two', recipe=6xtile.thebetweenlands.limestone_wall@0:[net.minecraft.item.crafting.Ingredient@60a992a4, net.minecraft.item.crafting.Ingredient@60a992a4, net.minecraft.item.crafting.Ingredient@60a992a4, net.minecraft.item.crafting.Ingredient@60a992a4, net.minecraft.item.crafting.Ingredient@60a992a4, net.minecraft.item.crafting.Ingredient@60a992a4]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.thebetweenlands.limestone_tiles@0 new recipe: RecipeStage{tier='two', recipe=4xtile.thebetweenlands.limestone_tiles@0:[net.minecraft.item.crafting.Ingredient@66ffec37, net.minecraft.item.crafting.Ingredient@66ffec37, net.minecraft.item.crafting.Ingredient@66ffec37, net.minecraft.item.crafting.Ingredient@66ffec37]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.thebetweenlands.limestone_stairs@0 new recipe: RecipeStage{tier='two', recipe=4xtile.thebetweenlands.limestone_stairs@0:[net.minecraft.item.crafting.Ingredient@56872843, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@56872843, net.minecraft.item.crafting.Ingredient@56872843, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@56872843, net.minecraft.item.crafting.Ingredient@56872843, net.minecraft.item.crafting.Ingredient@56872843]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.thebetweenlands.limestone_slab@0 new recipe: RecipeStage{tier='two', recipe=6xtile.thebetweenlands.limestone_slab@0:[net.minecraft.item.crafting.Ingredient@49191a2b, net.minecraft.item.crafting.Ingredient@49191a2b, net.minecraft.item.crafting.Ingredient@49191a2b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xtile.thebetweenlands.limestone_pillar@0 new recipe: RecipeStage{tier='two', recipe=2xtile.thebetweenlands.limestone_pillar@0:[net.minecraft.item.crafting.Ingredient@507b91ae, net.minecraft.item.crafting.Ingredient@507b91ae]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.thebetweenlands.limestone_chiseled@0 new recipe: RecipeStage{tier='two', recipe=1xtile.thebetweenlands.limestone_chiseled@0:[net.minecraft.item.crafting.Ingredient@e9572a7, net.minecraft.item.crafting.Ingredient@e9572a7]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.thebetweenlands.limestone_bricks@0 new recipe: RecipeStage{tier='two', recipe=4xtile.thebetweenlands.limestone_bricks@0:[net.minecraft.item.crafting.Ingredient@593a7a7e, net.minecraft.item.crafting.Ingredient@593a7a7e, net.minecraft.item.crafting.Ingredient@593a7a7e, net.minecraft.item.crafting.Ingredient@593a7a7e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.thebetweenlands.limestone_brick_wall@0 new recipe: RecipeStage{tier='two', recipe=6xtile.thebetweenlands.limestone_brick_wall@0:[net.minecraft.item.crafting.Ingredient@147e7afb, net.minecraft.item.crafting.Ingredient@147e7afb, net.minecraft.item.crafting.Ingredient@147e7afb, net.minecraft.item.crafting.Ingredient@147e7afb, net.minecraft.item.crafting.Ingredient@147e7afb, net.minecraft.item.crafting.Ingredient@147e7afb]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.thebetweenlands.limestone_brick_stairs@0 new recipe: RecipeStage{tier='two', recipe=4xtile.thebetweenlands.limestone_brick_stairs@0:[net.minecraft.item.crafting.Ingredient@3697009c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3697009c, net.minecraft.item.crafting.Ingredient@3697009c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3697009c, net.minecraft.item.crafting.Ingredient@3697009c, net.minecraft.item.crafting.Ingredient@3697009c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.thebetweenlands.limestone_brick_slab@0 new recipe: RecipeStage{tier='two', recipe=6xtile.thebetweenlands.limestone_brick_slab@0:[net.minecraft.item.crafting.Ingredient@76d34ecd, net.minecraft.item.crafting.Ingredient@76d34ecd, net.minecraft.item.crafting.Ingredient@76d34ecd]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.thebetweenlands.jam_donut@0 new recipe: RecipeStage{tier='two', recipe=1xitem.thebetweenlands.jam_donut@0:[net.minecraft.item.crafting.Ingredient@b5d6f21, net.minecraft.item.crafting.Ingredient@39ead786]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.thebetweenlands.item_shelf@0 new recipe: RecipeStage{tier='two', recipe=3xtile.thebetweenlands.item_shelf@0:[net.minecraft.item.crafting.Ingredient@2af9f488, net.minecraft.item.crafting.Ingredient@2af9f488, net.minecraft.item.crafting.Ingredient@2af9f488, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2af9f488, net.minecraft.item.crafting.Ingredient@2af9f488, net.minecraft.item.crafting.Ingredient@2af9f488]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.thebetweenlands.infuser@0 new recipe: RecipeStage{tier='two', recipe=1xtile.thebetweenlands.infuser@0:[net.minecraft.item.crafting.Ingredient@655d5242, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@655d5242, net.minecraft.item.crafting.Ingredient@655d5242, net.minecraft.item.crafting.Ingredient@469cd3cf, net.minecraft.item.crafting.Ingredient@655d5242, net.minecraft.item.crafting.Ingredient@4775576f, net.minecraft.item.crafting.Ingredient@655d5242, net.minecraft.item.crafting.Ingredient@4775576f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.thebetweenlands.items_misc@46 new recipe: RecipeStage{tier='two', recipe=1xitem.thebetweenlands.items_misc@46:[net.minecraft.item.crafting.Ingredient@28271634, net.minecraft.item.crafting.Ingredient@744fadf2, net.minecraft.item.crafting.Ingredient@23ee3f15, net.minecraft.item.crafting.Ingredient@41760ef3]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.thebetweenlands.manual_hl@0 new recipe: RecipeStage{tier='two', recipe=1xitem.thebetweenlands.manual_hl@0:[net.minecraft.item.crafting.Ingredient@7bed2d01, net.minecraft.item.crafting.Ingredient@7bed2d01, net.minecraft.item.crafting.Ingredient@7bed2d01, net.minecraft.item.crafting.Ingredient@2bffbeed, net.minecraft.item.crafting.Ingredient@2bffbeed, net.minecraft.item.crafting.Ingredient@2bffbeed, net.minecraft.item.crafting.Ingredient@7bed2d01, net.minecraft.item.crafting.Ingredient@7bed2d01, net.minecraft.item.crafting.Ingredient@7bed2d01]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xtile.thebetweenlands.hearthgrove_plank_trapdoor@0 new recipe: RecipeStage{tier='two', recipe=2xtile.thebetweenlands.hearthgrove_plank_trapdoor@0:[net.minecraft.item.crafting.Ingredient@60b85b7, net.minecraft.item.crafting.Ingredient@60b85b7, net.minecraft.item.crafting.Ingredient@60b85b7, net.minecraft.item.crafting.Ingredient@60b85b7, net.minecraft.item.crafting.Ingredient@60b85b7, net.minecraft.item.crafting.Ingredient@60b85b7]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.thebetweenlands.hearthgrove_plank_stairs@0 new recipe: RecipeStage{tier='two', recipe=4xtile.thebetweenlands.hearthgrove_plank_stairs@0:[net.minecraft.item.crafting.Ingredient@30ea67aa, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@30ea67aa, net.minecraft.item.crafting.Ingredient@30ea67aa, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@30ea67aa, net.minecraft.item.crafting.Ingredient@30ea67aa, net.minecraft.item.crafting.Ingredient@30ea67aa]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.thebetweenlands.hearthgrove_plank_slab@0 new recipe: RecipeStage{tier='two', recipe=6xtile.thebetweenlands.hearthgrove_plank_slab@0:[net.minecraft.item.crafting.Ingredient@2c3cf33d, net.minecraft.item.crafting.Ingredient@2c3cf33d, net.minecraft.item.crafting.Ingredient@2c3cf33d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.thebetweenlands.hearthgrove_plank_fence_gate@0 new recipe: RecipeStage{tier='two', recipe=1xtile.thebetweenlands.hearthgrove_plank_fence_gate@0:[net.minecraft.item.crafting.Ingredient@294e8eb2, net.minecraft.item.crafting.Ingredient@74af251e, net.minecraft.item.crafting.Ingredient@294e8eb2, net.minecraft.item.crafting.Ingredient@294e8eb2, net.minecraft.item.crafting.Ingredient@74af251e, net.minecraft.item.crafting.Ingredient@294e8eb2]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.thebetweenlands.hearthgrove_plank_fence@0 new recipe: RecipeStage{tier='two', recipe=3xtile.thebetweenlands.hearthgrove_plank_fence@0:[net.minecraft.item.crafting.Ingredient@3be2e8e4, net.minecraft.item.crafting.Ingredient@198924a, net.minecraft.item.crafting.Ingredient@3be2e8e4, net.minecraft.item.crafting.Ingredient@3be2e8e4, net.minecraft.item.crafting.Ingredient@198924a, net.minecraft.item.crafting.Ingredient@3be2e8e4]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xitem.thebetweenlands.hearthgrove_plank_door_item@0 new recipe: RecipeStage{tier='two', recipe=3xitem.thebetweenlands.hearthgrove_plank_door_item@0:[net.minecraft.item.crafting.Ingredient@3ed27e9a, net.minecraft.item.crafting.Ingredient@3ed27e9a, net.minecraft.item.crafting.Ingredient@3ed27e9a, net.minecraft.item.crafting.Ingredient@3ed27e9a, net.minecraft.item.crafting.Ingredient@3ed27e9a, net.minecraft.item.crafting.Ingredient@3ed27e9a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.thebetweenlands.green_middle_gem_block@0 new recipe: RecipeStage{tier='two', recipe=1xtile.thebetweenlands.green_middle_gem_block@0:[net.minecraft.item.crafting.Ingredient@58aa2d67, net.minecraft.item.crafting.Ingredient@58aa2d67, net.minecraft.item.crafting.Ingredient@58aa2d67, net.minecraft.item.crafting.Ingredient@58aa2d67, net.minecraft.item.crafting.Ingredient@58aa2d67, net.minecraft.item.crafting.Ingredient@58aa2d67, net.minecraft.item.crafting.Ingredient@58aa2d67, net.minecraft.item.crafting.Ingredient@58aa2d67, net.minecraft.item.crafting.Ingredient@58aa2d67]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.thebetweenlands.green_middle_gem@0 new recipe: RecipeStage{tier='two', recipe=9xitem.thebetweenlands.green_middle_gem@0:[net.minecraft.item.crafting.Ingredient@791fe62b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.thebetweenlands.grappling_hook@0 new recipe: RecipeStage{tier='two', recipe=1xitem.thebetweenlands.grappling_hook@0:[net.minecraft.item.crafting.Ingredient@732b687b, net.minecraft.item.crafting.Ingredient@392c6ca, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@392c6ca, net.minecraft.item.crafting.Ingredient@732b687b, net.minecraft.item.crafting.Ingredient@392c6ca, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@392c6ca, net.minecraft.item.crafting.Ingredient@402b6c4e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xtile.thebetweenlands.giant_root_plank_trapdoor@0 new recipe: RecipeStage{tier='two', recipe=2xtile.thebetweenlands.giant_root_plank_trapdoor@0:[net.minecraft.item.crafting.Ingredient@2bb70c6c, net.minecraft.item.crafting.Ingredient@2bb70c6c, net.minecraft.item.crafting.Ingredient@2bb70c6c, net.minecraft.item.crafting.Ingredient@2bb70c6c, net.minecraft.item.crafting.Ingredient@2bb70c6c, net.minecraft.item.crafting.Ingredient@2bb70c6c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.thebetweenlands.giant_root_plank_stairs@0 new recipe: RecipeStage{tier='two', recipe=4xtile.thebetweenlands.giant_root_plank_stairs@0:[net.minecraft.item.crafting.Ingredient@61e2b584, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@61e2b584, net.minecraft.item.crafting.Ingredient@61e2b584, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@61e2b584, net.minecraft.item.crafting.Ingredient@61e2b584, net.minecraft.item.crafting.Ingredient@61e2b584]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.thebetweenlands.giant_root_plank_slab@0 new recipe: RecipeStage{tier='two', recipe=6xtile.thebetweenlands.giant_root_plank_slab@0:[net.minecraft.item.crafting.Ingredient@4302df96, net.minecraft.item.crafting.Ingredient@4302df96, net.minecraft.item.crafting.Ingredient@4302df96]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.thebetweenlands.giant_root_plank_fence_gate@0 new recipe: RecipeStage{tier='two', recipe=1xtile.thebetweenlands.giant_root_plank_fence_gate@0:[net.minecraft.item.crafting.Ingredient@670e713f, net.minecraft.item.crafting.Ingredient@64f9e8a8, net.minecraft.item.crafting.Ingredient@670e713f, net.minecraft.item.crafting.Ingredient@670e713f, net.minecraft.item.crafting.Ingredient@64f9e8a8, net.minecraft.item.crafting.Ingredient@670e713f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.thebetweenlands.giant_root_plank_fence@0 new recipe: RecipeStage{tier='two', recipe=3xtile.thebetweenlands.giant_root_plank_fence@0:[net.minecraft.item.crafting.Ingredient@2aada0b1, net.minecraft.item.crafting.Ingredient@4d39fa61, net.minecraft.item.crafting.Ingredient@2aada0b1, net.minecraft.item.crafting.Ingredient@2aada0b1, net.minecraft.item.crafting.Ingredient@4d39fa61, net.minecraft.item.crafting.Ingredient@2aada0b1]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xitem.thebetweenlands.giant_root_plank_door_item@0 new recipe: RecipeStage{tier='two', recipe=3xitem.thebetweenlands.giant_root_plank_door_item@0:[net.minecraft.item.crafting.Ingredient@63b2b7a9, net.minecraft.item.crafting.Ingredient@63b2b7a9, net.minecraft.item.crafting.Ingredient@63b2b7a9, net.minecraft.item.crafting.Ingredient@63b2b7a9, net.minecraft.item.crafting.Ingredient@63b2b7a9, net.minecraft.item.crafting.Ingredient@63b2b7a9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.thebetweenlands.gerts_donut@0 new recipe: RecipeStage{tier='two', recipe=1xitem.thebetweenlands.gerts_donut@0:[net.minecraft.item.crafting.Ingredient@1ed6edf6, net.minecraft.item.crafting.Ingredient@95f2fcf, net.minecraft.item.crafting.Ingredient@39375102]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.thebetweenlands.gecko_cage@0 new recipe: RecipeStage{tier='two', recipe=1xtile.thebetweenlands.gecko_cage@0:[net.minecraft.item.crafting.Ingredient@73f03372, net.minecraft.item.crafting.Ingredient@309f8db9, net.minecraft.item.crafting.Ingredient@73f03372, net.minecraft.item.crafting.Ingredient@5dc21624, net.minecraft.item.crafting.Ingredient@5dc21624, net.minecraft.item.crafting.Ingredient@5dc21624, net.minecraft.item.crafting.Ingredient@73f03372, net.minecraft.item.crafting.Ingredient@309f8db9, net.minecraft.item.crafting.Ingredient@73f03372]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.thebetweenlands.gallery_frame_very_large@0 new recipe: RecipeStage{tier='two', recipe=1xitem.thebetweenlands.gallery_frame_very_large@0:[net.minecraft.item.crafting.Ingredient@3818f16f, net.minecraft.item.crafting.Ingredient@3818f16f, net.minecraft.item.crafting.Ingredient@3818f16f, net.minecraft.item.crafting.Ingredient@3818f16f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.thebetweenlands.gallery_frame_small@0 new recipe: RecipeStage{tier='two', recipe=1xitem.thebetweenlands.gallery_frame_small@0:[net.minecraft.item.crafting.Ingredient@3b6cb4ef, net.minecraft.item.crafting.Ingredient@3b6cb4ef, net.minecraft.item.crafting.Ingredient@3b6cb4ef, net.minecraft.item.crafting.Ingredient@3b6cb4ef, net.minecraft.item.crafting.Ingredient@4853f623, net.minecraft.item.crafting.Ingredient@3b6cb4ef, net.minecraft.item.crafting.Ingredient@3b6cb4ef, net.minecraft.item.crafting.Ingredient@3b6cb4ef, net.minecraft.item.crafting.Ingredient@3b6cb4ef]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.thebetweenlands.gallery_frame_large@0 new recipe: RecipeStage{tier='two', recipe=1xitem.thebetweenlands.gallery_frame_large@0:[net.minecraft.item.crafting.Ingredient@1922dfa, net.minecraft.item.crafting.Ingredient@1922dfa, net.minecraft.item.crafting.Ingredient@1922dfa, net.minecraft.item.crafting.Ingredient@1922dfa]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.thebetweenlands.items_misc@49 new recipe: RecipeStage{tier='two', recipe=1xitem.thebetweenlands.items_misc@49:[net.minecraft.item.crafting.Ingredient@1568b573, net.minecraft.item.crafting.Ingredient@5f1283bd, net.minecraft.item.crafting.Ingredient@2667c74a, net.minecraft.item.crafting.Ingredient@ee46d47]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.thebetweenlands.dentrothyst_vial@2 new recipe: RecipeStage{tier='two', recipe=1xitem.thebetweenlands.dentrothyst_vial@2:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4256307f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@20d5ff1a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@20d5ff1a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@20d5ff1a, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.thebetweenlands.dentrothyst_vial@0 new recipe: RecipeStage{tier='two', recipe=1xitem.thebetweenlands.dentrothyst_vial@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4ba33251, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@8e22938, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@8e22938, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@8e22938, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.thebetweenlands.dentrothyst_shield_orange_polished@0 new recipe: RecipeStage{tier='two', recipe=1xitem.thebetweenlands.dentrothyst_shield_orange_polished@0:[net.minecraft.item.crafting.Ingredient@1faa7313, net.minecraft.item.crafting.Ingredient@44ce0f1a, net.minecraft.item.crafting.Ingredient@1faa7313, net.minecraft.item.crafting.Ingredient@1faa7313, net.minecraft.item.crafting.Ingredient@1faa7313, net.minecraft.item.crafting.Ingredient@1faa7313, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1faa7313, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.thebetweenlands.dentrothyst_shield_orange@0 new recipe: RecipeStage{tier='two', recipe=1xitem.thebetweenlands.dentrothyst_shield_orange@0:[net.minecraft.item.crafting.Ingredient@3749ef69, net.minecraft.item.crafting.Ingredient@5d79be40, net.minecraft.item.crafting.Ingredient@3749ef69, net.minecraft.item.crafting.Ingredient@3749ef69, net.minecraft.item.crafting.Ingredient@3749ef69, net.minecraft.item.crafting.Ingredient@3749ef69, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3749ef69, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.thebetweenlands.dentrothyst_shield_green_polished@0 new recipe: RecipeStage{tier='two', recipe=1xitem.thebetweenlands.dentrothyst_shield_green_polished@0:[net.minecraft.item.crafting.Ingredient@fecc37b, net.minecraft.item.crafting.Ingredient@4ef770c4, net.minecraft.item.crafting.Ingredient@fecc37b, net.minecraft.item.crafting.Ingredient@fecc37b, net.minecraft.item.crafting.Ingredient@fecc37b, net.minecraft.item.crafting.Ingredient@fecc37b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@fecc37b, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.thebetweenlands.dentrothyst_shield_green@0 new recipe: RecipeStage{tier='two', recipe=1xitem.thebetweenlands.dentrothyst_shield_green@0:[net.minecraft.item.crafting.Ingredient@7e42e3e1, net.minecraft.item.crafting.Ingredient@1ad7f777, net.minecraft.item.crafting.Ingredient@7e42e3e1, net.minecraft.item.crafting.Ingredient@7e42e3e1, net.minecraft.item.crafting.Ingredient@7e42e3e1, net.minecraft.item.crafting.Ingredient@7e42e3e1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7e42e3e1, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 16xtile.thebetweenlands.polished_dentrothyst_pane@1 new recipe: RecipeStage{tier='two', recipe=16xtile.thebetweenlands.polished_dentrothyst_pane@1:[net.minecraft.item.crafting.Ingredient@482bcc8c, net.minecraft.item.crafting.Ingredient@482bcc8c, net.minecraft.item.crafting.Ingredient@482bcc8c, net.minecraft.item.crafting.Ingredient@482bcc8c, net.minecraft.item.crafting.Ingredient@482bcc8c, net.minecraft.item.crafting.Ingredient@482bcc8c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 16xtile.thebetweenlands.polished_dentrothyst_pane@0 new recipe: RecipeStage{tier='two', recipe=16xtile.thebetweenlands.polished_dentrothyst_pane@0:[net.minecraft.item.crafting.Ingredient@6ab7327, net.minecraft.item.crafting.Ingredient@6ab7327, net.minecraft.item.crafting.Ingredient@6ab7327, net.minecraft.item.crafting.Ingredient@6ab7327, net.minecraft.item.crafting.Ingredient@6ab7327, net.minecraft.item.crafting.Ingredient@6ab7327]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.thebetweenlands.dentrothyst@1 new recipe: RecipeStage{tier='two', recipe=1xtile.thebetweenlands.dentrothyst@1:[net.minecraft.item.crafting.Ingredient@4e1fbe9a, net.minecraft.item.crafting.Ingredient@4e1fbe9a, net.minecraft.item.crafting.Ingredient@4e1fbe9a, net.minecraft.item.crafting.Ingredient@4e1fbe9a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.thebetweenlands.dentrothyst@0 new recipe: RecipeStage{tier='two', recipe=1xtile.thebetweenlands.dentrothyst@0:[net.minecraft.item.crafting.Ingredient@39bb01c8, net.minecraft.item.crafting.Ingredient@39bb01c8, net.minecraft.item.crafting.Ingredient@39bb01c8, net.minecraft.item.crafting.Ingredient@39bb01c8]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.thebetweenlands.deep_water_coral_block@0 new recipe: RecipeStage{tier='two', recipe=4xtile.thebetweenlands.deep_water_coral_block@0:[net.minecraft.item.crafting.Ingredient@34ff57b8, net.minecraft.item.crafting.Ingredient@34ff57b8, net.minecraft.item.crafting.Ingredient@34ff57b8, net.minecraft.item.crafting.Ingredient@34ff57b8]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.thebetweenlands.crimson_middle_gem_block@0 new recipe: RecipeStage{tier='two', recipe=1xtile.thebetweenlands.crimson_middle_gem_block@0:[net.minecraft.item.crafting.Ingredient@61d6b333, net.minecraft.item.crafting.Ingredient@61d6b333, net.minecraft.item.crafting.Ingredient@61d6b333, net.minecraft.item.crafting.Ingredient@61d6b333, net.minecraft.item.crafting.Ingredient@61d6b333, net.minecraft.item.crafting.Ingredient@61d6b333, net.minecraft.item.crafting.Ingredient@61d6b333, net.minecraft.item.crafting.Ingredient@61d6b333, net.minecraft.item.crafting.Ingredient@61d6b333]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.thebetweenlands.crimson_middle_gem@0 new recipe: RecipeStage{tier='two', recipe=9xitem.thebetweenlands.crimson_middle_gem@0:[net.minecraft.item.crafting.Ingredient@4dce7183]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.thebetweenlands.cragrock_wall@0 new recipe: RecipeStage{tier='two', recipe=6xtile.thebetweenlands.cragrock_wall@0:[net.minecraft.item.crafting.Ingredient@7d67b73a, net.minecraft.item.crafting.Ingredient@7d67b73a, net.minecraft.item.crafting.Ingredient@7d67b73a, net.minecraft.item.crafting.Ingredient@7d67b73a, net.minecraft.item.crafting.Ingredient@7d67b73a, net.minecraft.item.crafting.Ingredient@7d67b73a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.thebetweenlands.cragrock_tiles@0 new recipe: RecipeStage{tier='two', recipe=4xtile.thebetweenlands.cragrock_tiles@0:[net.minecraft.item.crafting.Ingredient@61e9a650, net.minecraft.item.crafting.Ingredient@61e9a650, net.minecraft.item.crafting.Ingredient@61e9a650, net.minecraft.item.crafting.Ingredient@61e9a650]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.thebetweenlands.cragrock_stairs@0 new recipe: RecipeStage{tier='two', recipe=4xtile.thebetweenlands.cragrock_stairs@0:[net.minecraft.item.crafting.Ingredient@38934c5b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@38934c5b, net.minecraft.item.crafting.Ingredient@38934c5b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@38934c5b, net.minecraft.item.crafting.Ingredient@38934c5b, net.minecraft.item.crafting.Ingredient@38934c5b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.thebetweenlands.cragrock_slab@0 new recipe: RecipeStage{tier='two', recipe=6xtile.thebetweenlands.cragrock_slab@0:[net.minecraft.item.crafting.Ingredient@7d05b8d0, net.minecraft.item.crafting.Ingredient@7d05b8d0, net.minecraft.item.crafting.Ingredient@7d05b8d0]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xtile.thebetweenlands.cragrock_pillar@0 new recipe: RecipeStage{tier='two', recipe=2xtile.thebetweenlands.cragrock_pillar@0:[net.minecraft.item.crafting.Ingredient@a5ff23d, net.minecraft.item.crafting.Ingredient@a5ff23d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.thebetweenlands.cragrock_chiseled@0 new recipe: RecipeStage{tier='two', recipe=1xtile.thebetweenlands.cragrock_chiseled@0:[net.minecraft.item.crafting.Ingredient@36c3ae4a, net.minecraft.item.crafting.Ingredient@36c3ae4a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.thebetweenlands.cragrock_bricks@0 new recipe: RecipeStage{tier='two', recipe=4xtile.thebetweenlands.cragrock_bricks@0:[net.minecraft.item.crafting.Ingredient@69c377a3, net.minecraft.item.crafting.Ingredient@69c377a3, net.minecraft.item.crafting.Ingredient@69c377a3, net.minecraft.item.crafting.Ingredient@69c377a3]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.thebetweenlands.cragrock_brick_wall@0 new recipe: RecipeStage{tier='two', recipe=6xtile.thebetweenlands.cragrock_brick_wall@0:[net.minecraft.item.crafting.Ingredient@67517ce4, net.minecraft.item.crafting.Ingredient@67517ce4, net.minecraft.item.crafting.Ingredient@67517ce4, net.minecraft.item.crafting.Ingredient@67517ce4, net.minecraft.item.crafting.Ingredient@67517ce4, net.minecraft.item.crafting.Ingredient@67517ce4]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.thebetweenlands.cragrock_brick_stairs@0 new recipe: RecipeStage{tier='two', recipe=4xtile.thebetweenlands.cragrock_brick_stairs@0:[net.minecraft.item.crafting.Ingredient@50ed3736, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@50ed3736, net.minecraft.item.crafting.Ingredient@50ed3736, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@50ed3736, net.minecraft.item.crafting.Ingredient@50ed3736, net.minecraft.item.crafting.Ingredient@50ed3736]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.thebetweenlands.cragrock_brick_slab@0 new recipe: RecipeStage{tier='two', recipe=6xtile.thebetweenlands.cragrock_brick_slab@0:[net.minecraft.item.crafting.Ingredient@2bf204ec, net.minecraft.item.crafting.Ingredient@2bf204ec, net.minecraft.item.crafting.Ingredient@2bf204ec]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.thebetweenlands.cracked_betweenstone_brick_wall@0 new recipe: RecipeStage{tier='two', recipe=6xtile.thebetweenlands.cracked_betweenstone_brick_wall@0:[net.minecraft.item.crafting.Ingredient@6f721c, net.minecraft.item.crafting.Ingredient@6f721c, net.minecraft.item.crafting.Ingredient@6f721c, net.minecraft.item.crafting.Ingredient@6f721c, net.minecraft.item.crafting.Ingredient@6f721c, net.minecraft.item.crafting.Ingredient@6f721c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.thebetweenlands.cracked_betweenstone_brick_stairs@0 new recipe: RecipeStage{tier='two', recipe=4xtile.thebetweenlands.cracked_betweenstone_brick_stairs@0:[net.minecraft.item.crafting.Ingredient@57f96676, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@57f96676, net.minecraft.item.crafting.Ingredient@57f96676, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@57f96676, net.minecraft.item.crafting.Ingredient@57f96676, net.minecraft.item.crafting.Ingredient@57f96676]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.thebetweenlands.cracked_betweenstone_brick_slab@0 new recipe: RecipeStage{tier='two', recipe=6xtile.thebetweenlands.cracked_betweenstone_brick_slab@0:[net.minecraft.item.crafting.Ingredient@7cae318a, net.minecraft.item.crafting.Ingredient@7cae318a, net.minecraft.item.crafting.Ingredient@7cae318a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xitem.thebetweenlands.crab_stick@0 new recipe: RecipeStage{tier='two', recipe=3xitem.thebetweenlands.crab_stick@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@678c965f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@678c965f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@678c965f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.thebetweenlands.compost_block@0 new recipe: RecipeStage{tier='two', recipe=1xtile.thebetweenlands.compost_block@0:[net.minecraft.item.crafting.Ingredient@6a4adfe7, net.minecraft.item.crafting.Ingredient@6a4adfe7, net.minecraft.item.crafting.Ingredient@6a4adfe7, net.minecraft.item.crafting.Ingredient@6a4adfe7, net.minecraft.item.crafting.Ingredient@6a4adfe7, net.minecraft.item.crafting.Ingredient@6a4adfe7, net.minecraft.item.crafting.Ingredient@6a4adfe7, net.minecraft.item.crafting.Ingredient@6a4adfe7, net.minecraft.item.crafting.Ingredient@6a4adfe7]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.thebetweenlands.compost_bin@0 new recipe: RecipeStage{tier='two', recipe=1xtile.thebetweenlands.compost_bin@0:[net.minecraft.item.crafting.Ingredient@12068015, net.minecraft.item.crafting.Ingredient@155b420b, net.minecraft.item.crafting.Ingredient@12068015, net.minecraft.item.crafting.Ingredient@155b420b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@155b420b, net.minecraft.item.crafting.Ingredient@155b420b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@155b420b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.thebetweenlands.items_misc@2 new recipe: RecipeStage{tier='two', recipe=9xitem.thebetweenlands.items_misc@2:[net.minecraft.item.crafting.Ingredient@7063bce]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.thebetweenlands.compacted_mud_slope@0 new recipe: RecipeStage{tier='two', recipe=4xtile.thebetweenlands.compacted_mud_slope@0:[net.minecraft.item.crafting.Ingredient@e5be9e9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@e5be9e9, net.minecraft.item.crafting.Ingredient@e5be9e9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@e5be9e9, net.minecraft.item.crafting.Ingredient@e5be9e9, net.minecraft.item.crafting.Ingredient@e5be9e9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.thebetweenlands.compacted_mud_slab@0 new recipe: RecipeStage{tier='two', recipe=6xtile.thebetweenlands.compacted_mud_slab@0:[net.minecraft.item.crafting.Ingredient@4c2a9f9, net.minecraft.item.crafting.Ingredient@4c2a9f9, net.minecraft.item.crafting.Ingredient@4c2a9f9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.thebetweenlands.compacted_mud@0 new recipe: RecipeStage{tier='two', recipe=1xtile.thebetweenlands.compacted_mud@0:[net.minecraft.item.crafting.Ingredient@4eb21428, net.minecraft.item.crafting.Ingredient@4eb21428, net.minecraft.item.crafting.Ingredient@4eb21428, net.minecraft.item.crafting.Ingredient@4eb21428]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xtile.thebetweenlands.coarse_swamp_dirt@0 new recipe: RecipeStage{tier='two', recipe=2xtile.thebetweenlands.coarse_swamp_dirt@0:[net.minecraft.item.crafting.Ingredient@30c3210c, net.minecraft.item.crafting.Ingredient@75c2a101]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.thebetweenlands.weedwood_barrel@0 new recipe: RecipeStage{tier='two', recipe=1xtile.thebetweenlands.weedwood_barrel@0:[net.minecraft.item.crafting.Ingredient@73677247]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.thebetweenlands.syrmorite_barrel@0 new recipe: RecipeStage{tier='two', recipe=1xtile.thebetweenlands.syrmorite_barrel@0:[net.minecraft.item.crafting.Ingredient@2cf78aa3]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.thebetweenlands.censer@0 new recipe: RecipeStage{tier='two', recipe=1xtile.thebetweenlands.censer@0:[net.minecraft.item.crafting.Ingredient@22b30554, net.minecraft.item.crafting.Ingredient@22b30554, net.minecraft.item.crafting.Ingredient@22b30554, net.minecraft.item.crafting.Ingredient@22b30554, net.minecraft.item.crafting.Ingredient@55a65ecd, net.minecraft.item.crafting.Ingredient@22b30554, net.minecraft.item.crafting.Ingredient@6b247105, net.minecraft.item.crafting.Ingredient@6b247105, net.minecraft.item.crafting.Ingredient@6b247105]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 16xitem.thebetweenlands.caving_rope@0 new recipe: RecipeStage{tier='two', recipe=16xitem.thebetweenlands.caving_rope@0:[net.minecraft.item.crafting.Ingredient@4577d66f, net.minecraft.item.crafting.Ingredient@4577d66f, net.minecraft.item.crafting.Ingredient@4577d66f, net.minecraft.item.crafting.Ingredient@4577d66f, net.minecraft.item.crafting.Ingredient@2ee5a099, net.minecraft.item.crafting.Ingredient@4577d66f, net.minecraft.item.crafting.Ingredient@4577d66f, net.minecraft.item.crafting.Ingredient@4577d66f, net.minecraft.item.crafting.Ingredient@4577d66f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.thebetweenlands.mud_bricks_carved@0 new recipe: RecipeStage{tier='two', recipe=1xtile.thebetweenlands.mud_bricks_carved@0:[net.minecraft.item.crafting.Ingredient@103c096b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.thebetweenlands.mud_bricks_carved@0 new recipe: RecipeStage{tier='two', recipe=4xtile.thebetweenlands.mud_bricks_carved@0:[net.minecraft.item.crafting.Ingredient@6ba3894, net.minecraft.item.crafting.Ingredient@6ba3894, net.minecraft.item.crafting.Ingredient@6ba3894, net.minecraft.item.crafting.Ingredient@6766131, net.minecraft.item.crafting.Ingredient@6766131, net.minecraft.item.crafting.Ingredient@6766131, net.minecraft.item.crafting.Ingredient@6ba3894, net.minecraft.item.crafting.Ingredient@6ba3894, net.minecraft.item.crafting.Ingredient@6ba3894]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.thebetweenlands.bulb_capped_mushroom_cap@0 new recipe: RecipeStage{tier='two', recipe=4xtile.thebetweenlands.bulb_capped_mushroom_cap@0:[net.minecraft.item.crafting.Ingredient@7aafb3d4, net.minecraft.item.crafting.Ingredient@7aafb3d4, net.minecraft.item.crafting.Ingredient@7aafb3d4, net.minecraft.item.crafting.Ingredient@7aafb3d4]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.thebetweenlands.bone_sword@0 new recipe: RecipeStage{tier='two', recipe=1xitem.thebetweenlands.bone_sword@0:[net.minecraft.item.crafting.Ingredient@1547eb3c, net.minecraft.item.crafting.Ingredient@1547eb3c, net.minecraft.item.crafting.Ingredient@5b244c3e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.thebetweenlands.bone_shovel@0 new recipe: RecipeStage{tier='two', recipe=1xitem.thebetweenlands.bone_shovel@0:[net.minecraft.item.crafting.Ingredient@4b8d8c21, net.minecraft.item.crafting.Ingredient@66c54a78, net.minecraft.item.crafting.Ingredient@66c54a78]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.thebetweenlands.bone_shield@0 new recipe: RecipeStage{tier='two', recipe=1xitem.thebetweenlands.bone_shield@0:[net.minecraft.item.crafting.Ingredient@7db173c, net.minecraft.item.crafting.Ingredient@3e7faa60, net.minecraft.item.crafting.Ingredient@7db173c, net.minecraft.item.crafting.Ingredient@7db173c, net.minecraft.item.crafting.Ingredient@7db173c, net.minecraft.item.crafting.Ingredient@7db173c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7db173c, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.thebetweenlands.bone_pickaxe@0 new recipe: RecipeStage{tier='two', recipe=1xitem.thebetweenlands.bone_pickaxe@0:[net.minecraft.item.crafting.Ingredient@5eb3c256, net.minecraft.item.crafting.Ingredient@5eb3c256, net.minecraft.item.crafting.Ingredient@5eb3c256, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6e53f526, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6e53f526, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.thebetweenlands.bone_leggings@0 new recipe: RecipeStage{tier='two', recipe=1xitem.thebetweenlands.bone_leggings@0:[net.minecraft.item.crafting.Ingredient@6c5b7c40, net.minecraft.item.crafting.Ingredient@6c5b7c40, net.minecraft.item.crafting.Ingredient@6c5b7c40, net.minecraft.item.crafting.Ingredient@6c5b7c40, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6c5b7c40, net.minecraft.item.crafting.Ingredient@6c5b7c40, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6c5b7c40]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.thebetweenlands.bone_helmet@0 new recipe: RecipeStage{tier='two', recipe=1xitem.thebetweenlands.bone_helmet@0:[net.minecraft.item.crafting.Ingredient@6fdbe1b3, net.minecraft.item.crafting.Ingredient@6fdbe1b3, net.minecraft.item.crafting.Ingredient@6fdbe1b3, net.minecraft.item.crafting.Ingredient@6fdbe1b3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6fdbe1b3]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.thebetweenlands.bone_chestplate@0 new recipe: RecipeStage{tier='two', recipe=1xitem.thebetweenlands.bone_chestplate@0:[net.minecraft.item.crafting.Ingredient@5e0dbd98, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5e0dbd98, net.minecraft.item.crafting.Ingredient@5e0dbd98, net.minecraft.item.crafting.Ingredient@5e0dbd98, net.minecraft.item.crafting.Ingredient@5e0dbd98, net.minecraft.item.crafting.Ingredient@5e0dbd98, net.minecraft.item.crafting.Ingredient@5e0dbd98, net.minecraft.item.crafting.Ingredient@5e0dbd98]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.thebetweenlands.bone_boots@0 new recipe: RecipeStage{tier='two', recipe=1xitem.thebetweenlands.bone_boots@0:[net.minecraft.item.crafting.Ingredient@46884c00, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@46884c00, net.minecraft.item.crafting.Ingredient@46884c00, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@46884c00]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.thebetweenlands.bone_axe@0 new recipe: RecipeStage{tier='two', recipe=1xitem.thebetweenlands.bone_axe@0:[net.minecraft.item.crafting.Ingredient@714cda3b, net.minecraft.item.crafting.Ingredient@714cda3b, net.minecraft.item.crafting.Ingredient@714cda3b, net.minecraft.item.crafting.Ingredient@5b8c0cfe, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5b8c0cfe]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.thebetweenlands.betweenstone_wall@0 new recipe: RecipeStage{tier='two', recipe=6xtile.thebetweenlands.betweenstone_wall@0:[net.minecraft.item.crafting.Ingredient@847cd1d, net.minecraft.item.crafting.Ingredient@847cd1d, net.minecraft.item.crafting.Ingredient@847cd1d, net.minecraft.item.crafting.Ingredient@847cd1d, net.minecraft.item.crafting.Ingredient@847cd1d, net.minecraft.item.crafting.Ingredient@847cd1d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.thebetweenlands.betweenstone_tiles@0 new recipe: RecipeStage{tier='two', recipe=4xtile.thebetweenlands.betweenstone_tiles@0:[net.minecraft.item.crafting.Ingredient@4320a2b8, net.minecraft.item.crafting.Ingredient@4320a2b8, net.minecraft.item.crafting.Ingredient@4320a2b8, net.minecraft.item.crafting.Ingredient@4320a2b8]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.thebetweenlands.betweenstone_stairs@0 new recipe: RecipeStage{tier='two', recipe=4xtile.thebetweenlands.betweenstone_stairs@0:[net.minecraft.item.crafting.Ingredient@1dfde3ef, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1dfde3ef, net.minecraft.item.crafting.Ingredient@1dfde3ef, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1dfde3ef, net.minecraft.item.crafting.Ingredient@1dfde3ef, net.minecraft.item.crafting.Ingredient@1dfde3ef]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.thebetweenlands.betweenstone_slab@0 new recipe: RecipeStage{tier='two', recipe=6xtile.thebetweenlands.betweenstone_slab@0:[net.minecraft.item.crafting.Ingredient@383771ac, net.minecraft.item.crafting.Ingredient@383771ac, net.minecraft.item.crafting.Ingredient@383771ac]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.thebetweenlands.betweenstone_pressure_plate@0 new recipe: RecipeStage{tier='two', recipe=1xtile.thebetweenlands.betweenstone_pressure_plate@0:[net.minecraft.item.crafting.Ingredient@788b19a9, net.minecraft.item.crafting.Ingredient@788b19a9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xtile.thebetweenlands.betweenstone_pillar@0 new recipe: RecipeStage{tier='two', recipe=2xtile.thebetweenlands.betweenstone_pillar@0:[net.minecraft.item.crafting.Ingredient@1a7f5017, net.minecraft.item.crafting.Ingredient@1a7f5017]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.thebetweenlands.betweenstone_chiseled@0 new recipe: RecipeStage{tier='two', recipe=1xtile.thebetweenlands.betweenstone_chiseled@0:[net.minecraft.item.crafting.Ingredient@1d571705, net.minecraft.item.crafting.Ingredient@1d571705]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.thebetweenlands.betweenstone_button@0 new recipe: RecipeStage{tier='two', recipe=1xtile.thebetweenlands.betweenstone_button@0:[net.minecraft.item.crafting.Ingredient@461a6d15]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.thebetweenlands.betweenstone_bricks@0 new recipe: RecipeStage{tier='two', recipe=4xtile.thebetweenlands.betweenstone_bricks@0:[net.minecraft.item.crafting.Ingredient@67920106, net.minecraft.item.crafting.Ingredient@67920106, net.minecraft.item.crafting.Ingredient@67920106, net.minecraft.item.crafting.Ingredient@67920106]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.thebetweenlands.betweenstone_brick_wall@0 new recipe: RecipeStage{tier='two', recipe=6xtile.thebetweenlands.betweenstone_brick_wall@0:[net.minecraft.item.crafting.Ingredient@524d39b8, net.minecraft.item.crafting.Ingredient@524d39b8, net.minecraft.item.crafting.Ingredient@524d39b8, net.minecraft.item.crafting.Ingredient@524d39b8, net.minecraft.item.crafting.Ingredient@524d39b8, net.minecraft.item.crafting.Ingredient@524d39b8]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.thebetweenlands.betweenstone_brick_stairs@0 new recipe: RecipeStage{tier='two', recipe=4xtile.thebetweenlands.betweenstone_brick_stairs@0:[net.minecraft.item.crafting.Ingredient@5392b4c4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5392b4c4, net.minecraft.item.crafting.Ingredient@5392b4c4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5392b4c4, net.minecraft.item.crafting.Ingredient@5392b4c4, net.minecraft.item.crafting.Ingredient@5392b4c4]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.thebetweenlands.betweenstone_brick_slab@0 new recipe: RecipeStage{tier='two', recipe=6xtile.thebetweenlands.betweenstone_brick_slab@0:[net.minecraft.item.crafting.Ingredient@f82659e, net.minecraft.item.crafting.Ingredient@f82659e, net.minecraft.item.crafting.Ingredient@f82659e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.thebetweenlands.aqua_middle_gem_block@0 new recipe: RecipeStage{tier='two', recipe=1xtile.thebetweenlands.aqua_middle_gem_block@0:[net.minecraft.item.crafting.Ingredient@2d36fb46, net.minecraft.item.crafting.Ingredient@2d36fb46, net.minecraft.item.crafting.Ingredient@2d36fb46, net.minecraft.item.crafting.Ingredient@2d36fb46, net.minecraft.item.crafting.Ingredient@2d36fb46, net.minecraft.item.crafting.Ingredient@2d36fb46, net.minecraft.item.crafting.Ingredient@2d36fb46, net.minecraft.item.crafting.Ingredient@2d36fb46, net.minecraft.item.crafting.Ingredient@2d36fb46]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.thebetweenlands.aqua_middle_gem@0 new recipe: RecipeStage{tier='two', recipe=9xitem.thebetweenlands.aqua_middle_gem@0:[net.minecraft.item.crafting.Ingredient@6c831a47]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.thebetweenlands.animator@0 new recipe: RecipeStage{tier='two', recipe=1xtile.thebetweenlands.animator@0:[net.minecraft.item.crafting.Ingredient@4961aaf5, net.minecraft.item.crafting.Ingredient@4961aaf5, net.minecraft.item.crafting.Ingredient@4961aaf5, net.minecraft.item.crafting.Ingredient@7ffaa09, net.minecraft.item.crafting.Ingredient@50399f33, net.minecraft.item.crafting.Ingredient@7ffaa09, net.minecraft.item.crafting.Ingredient@4b973e12, net.minecraft.item.crafting.Ingredient@4b973e12, net.minecraft.item.crafting.Ingredient@4b973e12]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xitem.thebetweenlands.angler_tooth_arrow@0 new recipe: RecipeStage{tier='two', recipe=4xitem.thebetweenlands.angler_tooth_arrow@0:[net.minecraft.item.crafting.Ingredient@1bf95283, net.minecraft.item.crafting.Ingredient@3c2713d0, net.minecraft.item.crafting.Ingredient@4b9c179b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.thebetweenlands.amulet@0 new recipe: RecipeStage{tier='two', recipe=1xitem.thebetweenlands.amulet@0:[net.minecraft.item.crafting.Ingredient@1401f7ac, net.minecraft.item.crafting.Ingredient@1401f7ac, net.minecraft.item.crafting.Ingredient@1401f7ac, net.minecraft.item.crafting.Ingredient@1401f7ac, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1401f7ac, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3847ae6c, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.thebetweenlands.amate_paper_pane_1@0 new recipe: RecipeStage{tier='two', recipe=1xtile.thebetweenlands.amate_paper_pane_1@0:[net.minecraft.item.crafting.Ingredient@67029d78]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.thebetweenlands.amate_paper_pane_3@0 new recipe: RecipeStage{tier='two', recipe=1xtile.thebetweenlands.amate_paper_pane_3@0:[net.minecraft.item.crafting.Ingredient@c28f408]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.thebetweenlands.amate_paper_pane_2@0 new recipe: RecipeStage{tier='two', recipe=1xtile.thebetweenlands.amate_paper_pane_2@0:[net.minecraft.item.crafting.Ingredient@1d306c7c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.thebetweenlands.amate_paper_pane_1@0 new recipe: RecipeStage{tier='two', recipe=1xtile.thebetweenlands.amate_paper_pane_1@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2a124f76, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2a124f76, net.minecraft.item.crafting.Ingredient@38058055, net.minecraft.item.crafting.Ingredient@2a124f76, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2a124f76, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.thebetweenlands.items_misc@32 new recipe: RecipeStage{tier='two', recipe=9xitem.thebetweenlands.items_misc@32:[net.minecraft.item.crafting.Ingredient@242d6d16, net.minecraft.item.crafting.Ingredient@242d6d16, net.minecraft.item.crafting.Ingredient@242d6d16]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.thebetweenlands.empty_amate_map@0 new recipe: RecipeStage{tier='two', recipe=1xitem.thebetweenlands.empty_amate_map@0:[net.minecraft.item.crafting.Ingredient@59e471be, net.minecraft.item.crafting.Ingredient@59e471be, net.minecraft.item.crafting.Ingredient@59e471be, net.minecraft.item.crafting.Ingredient@59e471be, net.minecraft.item.crafting.Ingredient@4236c4ae, net.minecraft.item.crafting.Ingredient@59e471be, net.minecraft.item.crafting.Ingredient@59e471be, net.minecraft.item.crafting.Ingredient@59e471be, net.minecraft.item.crafting.Ingredient@59e471be]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.thebetweenlands.empty_amate_map@0 new recipe: RecipeStage{tier='two', recipe=1xitem.thebetweenlands.empty_amate_map@0:[net.minecraft.item.crafting.Ingredient@77bc9901, net.minecraft.item.crafting.Ingredient@77bc9901, net.minecraft.item.crafting.Ingredient@77bc9901, net.minecraft.item.crafting.Ingredient@77bc9901, net.minecraft.item.crafting.Ingredient@3d7b68e2, net.minecraft.item.crafting.Ingredient@77bc9901, net.minecraft.item.crafting.Ingredient@77bc9901, net.minecraft.item.crafting.Ingredient@77bc9901, net.minecraft.item.crafting.Ingredient@77bc9901]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.thebetweenlands.empty_amate_map@0 new recipe: RecipeStage{tier='two', recipe=1xitem.thebetweenlands.empty_amate_map@0:[net.minecraft.item.crafting.Ingredient@2d88b0b2, net.minecraft.item.crafting.Ingredient@2d88b0b2, net.minecraft.item.crafting.Ingredient@2d88b0b2, net.minecraft.item.crafting.Ingredient@2d88b0b2, net.minecraft.item.crafting.Ingredient@13dfc954, net.minecraft.item.crafting.Ingredient@2d88b0b2, net.minecraft.item.crafting.Ingredient@2d88b0b2, net.minecraft.item.crafting.Ingredient@2d88b0b2, net.minecraft.item.crafting.Ingredient@2d88b0b2]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.thebetweenlands.alembic@0 new recipe: RecipeStage{tier='two', recipe=1xtile.thebetweenlands.alembic@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3afdc634, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7f264ca0, net.minecraft.item.crafting.Ingredient@402d5571, net.minecraft.item.crafting.Ingredient@3ed127f5, net.minecraft.item.crafting.Ingredient@3afdc634, net.minecraft.item.crafting.Ingredient@3ed127f5]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.primal.ore_salt@2 new recipe: RecipeStage{tier='zero', recipe=1xtile.primal.ore_salt@2:[net.minecraftforge.oredict.OreIngredient@3a6c2c6, net.minecraftforge.oredict.OreIngredient@3a6c2c6, net.minecraftforge.oredict.OreIngredient@3a6c2c6, net.minecraftforge.oredict.OreIngredient@3a6c2c6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.primal.ore_salt@1 new recipe: RecipeStage{tier='zero', recipe=1xtile.primal.ore_salt@1:[net.minecraftforge.oredict.OreIngredient@2c5691b8, net.minecraftforge.oredict.OreIngredient@2c5691b8, net.minecraftforge.oredict.OreIngredient@2c5691b8, net.minecraftforge.oredict.OreIngredient@2c5691b8]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.primal.ore_salt@1 new recipe: RecipeStage{tier='three', recipe=1xtile.primal.ore_salt@1:[net.minecraftforge.oredict.OreIngredient@2c5691b8, net.minecraftforge.oredict.OreIngredient@2c5691b8, net.minecraftforge.oredict.OreIngredient@2c5691b8, net.minecraftforge.oredict.OreIngredient@2c5691b8]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xblock.rangedpumps:pump@0 new recipe: RecipeStage{tier='five', recipe=1xblock.rangedpumps:pump@0:[net.minecraft.item.crafting.Ingredient@6643bd28, net.minecraft.item.crafting.Ingredient@27724e80, net.minecraft.item.crafting.Ingredient@6643bd28, net.minecraft.item.crafting.Ingredient@141503b8, net.minecraft.item.crafting.Ingredient@76665410, net.minecraft.item.crafting.Ingredient@db70d09, net.minecraft.item.crafting.Ingredient@6643bd28, net.minecraft.item.crafting.Ingredient@27724e80, net.minecraft.item.crafting.Ingredient@6643bd28]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.network_monitor@0 new recipe: RecipeStage{tier='five', recipe=1xitem.network_monitor@0:[net.minecraft.item.crafting.Ingredient@3fbf89d9, net.minecraftforge.oredict.OreIngredient@11d0d4f4, net.minecraft.item.crafting.Ingredient@3fbf89d9, net.minecraft.item.crafting.Ingredient@561f1fc2, net.minecraft.item.crafting.Ingredient@3fbf89d9, net.minecraft.item.crafting.Ingredient@561f1fc2, net.minecraft.item.crafting.Ingredient@3fbf89d9, net.minecraftforge.oredict.OreIngredient@11d0d4f4, net.minecraft.item.crafting.Ingredient@3fbf89d9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.rftools.storage_terminal@0 new recipe: RecipeStage{tier='five', recipe=1xtile.rftools.storage_terminal@0:[net.minecraft.item.crafting.Ingredient@47d3f7f1, net.minecraft.item.crafting.Ingredient@118e4a77, net.minecraft.item.crafting.Ingredient@f976b57, net.minecraft.item.crafting.Ingredient@118e4a77, net.minecraft.item.crafting.Ingredient@5e014ef7, net.minecraft.item.crafting.Ingredient@118e4a77, net.minecraft.item.crafting.Ingredient@f976b57, net.minecraft.item.crafting.Ingredient@118e4a77, net.minecraft.item.crafting.Ingredient@47d3f7f1]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.rftools.rf_monitor@0 new recipe: RecipeStage{tier='five', recipe=1xtile.rftools.rf_monitor@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@29fc7595, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5d0fb18, net.minecraft.item.crafting.Ingredient@79a7ebc1, net.minecraft.item.crafting.Ingredient@5d0fb18, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@29fc7595, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.rftools.remote_storage@0 new recipe: RecipeStage{tier='five', recipe=1xtile.rftools.remote_storage@0:[net.minecraft.item.crafting.Ingredient@66ca79ba, net.minecraftforge.oredict.OreIngredient@7c56ca51, net.minecraft.item.crafting.Ingredient@66ca79ba, net.minecraft.item.crafting.Ingredient@3531fc72, net.minecraft.item.crafting.Ingredient@62014aa2, net.minecraft.item.crafting.Ingredient@3531fc72, net.minecraft.item.crafting.Ingredient@66ca79ba, net.minecraft.item.crafting.Ingredient@3531fc72, net.minecraft.item.crafting.Ingredient@66ca79ba]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.rftools.composer@0 new recipe: RecipeStage{tier='five', recipe=1xtile.rftools.composer@0:[net.minecraft.item.crafting.Ingredient@4f2913bf, net.minecraft.item.crafting.Ingredient@58103cae, net.minecraft.item.crafting.Ingredient@4f2913bf, net.minecraft.item.crafting.Ingredient@58103cae, net.minecraft.item.crafting.Ingredient@77378afb, net.minecraft.item.crafting.Ingredient@58103cae, net.minecraft.item.crafting.Ingredient@4f2913bf, net.minecraft.item.crafting.Ingredient@58103cae, net.minecraft.item.crafting.Ingredient@4f2913bf]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.rftools.ender_monitor@0 new recipe: RecipeStage{tier='five', recipe=1xtile.rftools.ender_monitor@0:[net.minecraft.item.crafting.Ingredient@6dd43d2f, net.minecraft.item.crafting.Ingredient@2e83fb8c, net.minecraft.item.crafting.Ingredient@6dd43d2f, net.minecraft.item.crafting.Ingredient@12a38d29, net.minecraft.item.crafting.Ingredient@70781399, net.minecraft.item.crafting.Ingredient@12a38d29, net.minecraft.item.crafting.Ingredient@6dd43d2f, net.minecraft.item.crafting.Ingredient@12a38d29, net.minecraft.item.crafting.Ingredient@6dd43d2f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.modifier_module@0 new recipe: RecipeStage{tier='five', recipe=1xitem.modifier_module@0:[net.minecraft.item.crafting.Ingredient@437bbcac, net.minecraft.item.crafting.Ingredient@1bb9907a, net.minecraft.item.crafting.Ingredient@6d8c68db, net.minecraft.item.crafting.Ingredient@6d8c68db, net.minecraft.item.crafting.Ingredient@1bb9907a, net.minecraft.item.crafting.Ingredient@6d8c68db, net.minecraft.item.crafting.Ingredient@6d8c68db, net.minecraft.item.crafting.Ingredient@1bb9907a, net.minecraft.item.crafting.Ingredient@437bbcac]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.rftools.item_filter@0 new recipe: RecipeStage{tier='five', recipe=1xtile.rftools.item_filter@0:[net.minecraft.item.crafting.Ingredient@60f34fc5, net.minecraftforge.oredict.OreIngredient@29ac77c4, net.minecraft.item.crafting.Ingredient@60f34fc5, net.minecraft.item.crafting.Ingredient@1528c342, net.minecraft.item.crafting.Ingredient@7caf0efe, net.minecraft.item.crafting.Ingredient@1528c342, net.minecraft.item.crafting.Ingredient@60f34fc5, net.minecraft.item.crafting.Ingredient@4d4312b5, net.minecraft.item.crafting.Ingredient@60f34fc5]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.rftools.crafter3@0 new recipe: RecipeStage{tier='five', recipe=1xtile.rftools.crafter3@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@432c8fd4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1bbd7569, net.minecraft.item.crafting.Ingredient@5ef54417, net.minecraft.item.crafting.Ingredient@1bbd7569, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@432c8fd4, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.rftools.crafter1@0 new recipe: RecipeStage{tier='five', recipe=1xtile.rftools.crafter1@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@a7d0786, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@36584e6f, net.minecraft.item.crafting.Ingredient@58088d7b, net.minecraft.item.crafting.Ingredient@36584e6f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@a7d0786, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.rftools.powercell@0 new recipe: RecipeStage{tier='five', recipe=1xtile.rftools.powercell@0:[net.minecraft.item.crafting.Ingredient@7ddd55b7, net.minecraft.item.crafting.Ingredient@71938467, net.minecraft.item.crafting.Ingredient@7ddd55b7, net.minecraft.item.crafting.Ingredient@7ad2a8a8, net.minecraft.item.crafting.Ingredient@14d9cf42, net.minecraft.item.crafting.Ingredient@7ad2a8a8, net.minecraft.item.crafting.Ingredient@7ddd55b7, net.minecraft.item.crafting.Ingredient@3be426f, net.minecraft.item.crafting.Ingredient@7ddd55b7]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.rftools.invchecker_block@0 new recipe: RecipeStage{tier='five', recipe=1xtile.rftools.invchecker_block@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4b9a9c9d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3d5944c5, net.minecraft.item.crafting.Ingredient@5e7fb732, net.minecraft.item.crafting.Ingredient@3d5944c5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@381cf1c9, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.rftools_shape_manual@0 new recipe: RecipeStage{tier='five', recipe=1xitem.rftools_shape_manual@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5d364bec, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4a3e711f, net.minecraft.item.crafting.Ingredient@5ea77a13, net.minecraft.item.crafting.Ingredient@4a3e711f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4a3e711f, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.rftools.projector@0 new recipe: RecipeStage{tier='five', recipe=1xtile.rftools.projector@0:[net.minecraft.item.crafting.Ingredient@3c470866, net.minecraft.item.crafting.Ingredient@1bf12b25, net.minecraft.item.crafting.Ingredient@3c470866, net.minecraft.item.crafting.Ingredient@4d5adf69, net.minecraft.item.crafting.Ingredient@4688d1e6, net.minecraft.item.crafting.Ingredient@4d5adf69, net.minecraft.item.crafting.Ingredient@3c470866, net.minecraft.item.crafting.Ingredient@5baa1e6a, net.minecraft.item.crafting.Ingredient@3c470866]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.button_module@0 new recipe: RecipeStage{tier='five', recipe=1xitem.button_module@0:[net.minecraft.item.crafting.Ingredient@4b8f9590]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.shape_card@4 new recipe: RecipeStage{tier='five', recipe=1xitem.shape_card@4:[net.minecraft.item.crafting.Ingredient@33aa0d6b, net.minecraft.item.crafting.Ingredient@33aa0d6b, net.minecraft.item.crafting.Ingredient@33aa0d6b, net.minecraft.item.crafting.Ingredient@33aa0d6b, net.minecraft.item.crafting.Ingredient@31101981, net.minecraft.item.crafting.Ingredient@33aa0d6b, net.minecraft.item.crafting.Ingredient@33aa0d6b, net.minecraft.item.crafting.Ingredient@33aa0d6b, net.minecraft.item.crafting.Ingredient@33aa0d6b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.dump_module@0 new recipe: RecipeStage{tier='five', recipe=1xitem.dump_module@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@263cfea5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5319be5c, net.minecraft.item.crafting.Ingredient@67f58d0f, net.minecraft.item.crafting.Ingredient@5319be5c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1080ad68, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.infused_diamond@0 new recipe: RecipeStage{tier='five', recipe=1xitem.infused_diamond@0:[net.minecraft.item.crafting.Ingredient@662052fe, net.minecraft.item.crafting.Ingredient@662052fe, net.minecraft.item.crafting.Ingredient@662052fe, net.minecraft.item.crafting.Ingredient@662052fe, net.minecraft.item.crafting.Ingredient@1eff4565, net.minecraft.item.crafting.Ingredient@662052fe, net.minecraft.item.crafting.Ingredient@662052fe, net.minecraft.item.crafting.Ingredient@662052fe, net.minecraft.item.crafting.Ingredient@662052fe]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.syringe@0 new recipe: RecipeStage{tier='five', recipe=1xitem.syringe@0:[net.minecraft.item.crafting.Ingredient@2ebe52c2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2ebe52c2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1f820b14]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.rftools.block_protector@0 new recipe: RecipeStage{tier='five', recipe=1xtile.rftools.block_protector@0:[net.minecraft.item.crafting.Ingredient@56799e6f, net.minecraft.item.crafting.Ingredient@1052a64, net.minecraft.item.crafting.Ingredient@56799e6f, net.minecraft.item.crafting.Ingredient@1052a64, net.minecraft.item.crafting.Ingredient@25ab13c3, net.minecraft.item.crafting.Ingredient@1052a64, net.minecraft.item.crafting.Ingredient@56799e6f, net.minecraft.item.crafting.Ingredient@1052a64, net.minecraft.item.crafting.Ingredient@56799e6f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.storage_control_module@0 new recipe: RecipeStage{tier='five', recipe=1xitem.storage_control_module@0:[net.minecraft.item.crafting.Ingredient@39917f37]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.storage_module@1 new recipe: RecipeStage{tier='five', recipe=1xitem.storage_module@1:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@530f01e9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@633ace5d, net.minecraft.item.crafting.Ingredient@748772d, net.minecraft.item.crafting.Ingredient@633ace5d, net.minecraft.item.crafting.Ingredient@188f8334, net.minecraft.item.crafting.Ingredient@59cda0f3, net.minecraft.item.crafting.Ingredient@188f8334]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.rftools.redstone_receiver_block@0 new recipe: RecipeStage{tier='five', recipe=1xtile.rftools.redstone_receiver_block@0:[net.minecraft.item.crafting.Ingredient@69d55c2f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.rftools.builder@0 new recipe: RecipeStage{tier='five', recipe=1xtile.rftools.builder@0:[net.minecraft.item.crafting.Ingredient@78234e6d, net.minecraft.item.crafting.Ingredient@6f7259d2, net.minecraft.item.crafting.Ingredient@78234e6d, net.minecraft.item.crafting.Ingredient@73f391fe, net.minecraft.item.crafting.Ingredient@7b5d50e6, net.minecraft.item.crafting.Ingredient@73f391fe, net.minecraft.item.crafting.Ingredient@78234e6d, net.minecraft.item.crafting.Ingredient@73f391fe, net.minecraft.item.crafting.Ingredient@78234e6d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.generic_module@0 new recipe: RecipeStage{tier='five', recipe=1xitem.generic_module@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1af6f6f5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7ccee97b, net.minecraft.item.crafting.Ingredient@6b130a84, net.minecraft.item.crafting.Ingredient@7ccee97b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1af6f6f5, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.powercell_card@0 new recipe: RecipeStage{tier='five', recipe=1xitem.powercell_card@0:[net.minecraft.item.crafting.Ingredient@68196ac3, net.minecraft.item.crafting.Ingredient@12a70291, net.minecraft.item.crafting.Ingredient@68196ac3, net.minecraft.item.crafting.Ingredient@12a70291, net.minecraft.item.crafting.Ingredient@5ff17965, net.minecraft.item.crafting.Ingredient@12a70291, net.minecraft.item.crafting.Ingredient@68196ac3, net.minecraft.item.crafting.Ingredient@12a70291, net.minecraft.item.crafting.Ingredient@68196ac3]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.powercell_card@0 new recipe: RecipeStage{tier='five', recipe=1xitem.powercell_card@0:[net.minecraft.item.crafting.Ingredient@4bf72fa1]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.rftools.relay@0 new recipe: RecipeStage{tier='five', recipe=1xtile.rftools.relay@0:[net.minecraft.item.crafting.Ingredient@6e9feb50, net.minecraft.item.crafting.Ingredient@fa2166a, net.minecraft.item.crafting.Ingredient@6e9feb50, net.minecraft.item.crafting.Ingredient@6e9feb50, net.minecraft.item.crafting.Ingredient@b00dd3e, net.minecraft.item.crafting.Ingredient@6e9feb50, net.minecraft.item.crafting.Ingredient@6e9feb50, net.minecraft.item.crafting.Ingredient@fa2166a, net.minecraft.item.crafting.Ingredient@6e9feb50]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.rftools.redstone_transmitter_block@0 new recipe: RecipeStage{tier='five', recipe=1xtile.rftools.redstone_transmitter_block@0:[net.minecraft.item.crafting.Ingredient@20ee9351]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.rftools.elevator@0 new recipe: RecipeStage{tier='five', recipe=1xtile.rftools.elevator@0:[net.minecraft.item.crafting.Ingredient@66d5c72d, net.minecraft.item.crafting.Ingredient@569500ad, net.minecraft.item.crafting.Ingredient@66d5c72d, net.minecraft.item.crafting.Ingredient@66d5c72d, net.minecraft.item.crafting.Ingredient@490e68a0, net.minecraft.item.crafting.Ingredient@66d5c72d, net.minecraft.item.crafting.Ingredient@66d5c72d, net.minecraft.item.crafting.Ingredient@2471f2e1, net.minecraft.item.crafting.Ingredient@66d5c72d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.rftools.remote_scanner@0 new recipe: RecipeStage{tier='five', recipe=1xtile.rftools.remote_scanner@0:[net.minecraft.item.crafting.Ingredient@6e78faed, net.minecraft.item.crafting.Ingredient@6e78faed, net.minecraft.item.crafting.Ingredient@6e78faed, net.minecraft.item.crafting.Ingredient@6e78faed, net.minecraft.item.crafting.Ingredient@3e92670b, net.minecraft.item.crafting.Ingredient@6e78faed, net.minecraft.item.crafting.Ingredient@6e78faed, net.minecraft.item.crafting.Ingredient@6e78faed, net.minecraft.item.crafting.Ingredient@6e78faed]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.rftools.pearl_injector@0 new recipe: RecipeStage{tier='five', recipe=1xtile.rftools.pearl_injector@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@239edfdd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3318ef3c, net.minecraft.item.crafting.Ingredient@3bdcc134, net.minecraft.item.crafting.Ingredient@3318ef3c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5ee8ba13, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.rftools.matter_booster@0 new recipe: RecipeStage{tier='five', recipe=1xtile.rftools.matter_booster@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5cd75b6f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5cd75b6f, net.minecraft.item.crafting.Ingredient@5e5f82d1, net.minecraft.item.crafting.Ingredient@5cd75b6f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5cd75b6f, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.rftools.scanner@0 new recipe: RecipeStage{tier='five', recipe=1xtile.rftools.scanner@0:[net.minecraft.item.crafting.Ingredient@5052d1e7, net.minecraft.item.crafting.Ingredient@2df88001, net.minecraft.item.crafting.Ingredient@5052d1e7, net.minecraft.item.crafting.Ingredient@67a8f7dc, net.minecraft.item.crafting.Ingredient@55ce13af, net.minecraft.item.crafting.Ingredient@67a8f7dc, net.minecraft.item.crafting.Ingredient@5052d1e7, net.minecraft.item.crafting.Ingredient@19356c3a, net.minecraft.item.crafting.Ingredient@5052d1e7]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.rftools.shield_template_block@1 new recipe: RecipeStage{tier='five', recipe=1xtile.rftools.shield_template_block@1:[net.minecraft.item.crafting.Ingredient@7f8462f2]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.storage_module_tablet@1 new recipe: RecipeStage{tier='five', recipe=1xitem.storage_module_tablet@1:[net.minecraft.item.crafting.Ingredient@91e0944, net.minecraft.item.crafting.Ingredient@512ae195]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.filter_module@0 new recipe: RecipeStage{tier='five', recipe=1xitem.filter_module@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@31276887, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@78643c17, net.minecraft.item.crafting.Ingredient@5850062b, net.minecraft.item.crafting.Ingredient@78643c17, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@51f4dc01, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.shape_card@10 new recipe: RecipeStage{tier='five', recipe=1xitem.shape_card@10:[net.minecraft.item.crafting.Ingredient@243ec56e, net.minecraft.item.crafting.Ingredient@15d3e070, net.minecraft.item.crafting.Ingredient@243ec56e, net.minecraft.item.crafting.Ingredient@56110c02, net.minecraft.item.crafting.Ingredient@456a61b, net.minecraft.item.crafting.Ingredient@56110c02, net.minecraft.item.crafting.Ingredient@243ec56e, net.minecraft.item.crafting.Ingredient@1579888b, net.minecraft.item.crafting.Ingredient@243ec56e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.fluidplus_module@0 new recipe: RecipeStage{tier='five', recipe=1xitem.fluidplus_module@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@389084b5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@56c62538, net.minecraft.item.crafting.Ingredient@466eb5c9, net.minecraft.item.crafting.Ingredient@56c62538, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@389084b5, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.rftools.analog_block@0 new recipe: RecipeStage{tier='five', recipe=1xtile.rftools.analog_block@0:[net.minecraft.item.crafting.Ingredient@1b81745e, net.minecraft.item.crafting.Ingredient@6bc770bd, net.minecraft.item.crafting.Ingredient@76da91df]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.smartwrench@0 new recipe: RecipeStage{tier='five', recipe=1xitem.smartwrench@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4d952596, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@52105416, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@52105416, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.peaceful_module@0 new recipe: RecipeStage{tier='five', recipe=1xitem.peaceful_module@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@40482ce6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6f404e7e, net.minecraft.item.crafting.Ingredient@312fca22, net.minecraft.item.crafting.Ingredient@6f404e7e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6204d674, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.rftools.level_emitter@0 new recipe: RecipeStage{tier='five', recipe=1xtile.rftools.level_emitter@0:[net.minecraft.item.crafting.Ingredient@44343da6, net.minecraft.item.crafting.Ingredient@3b706e31, net.minecraft.item.crafting.Ingredient@2bd40c18, net.minecraft.item.crafting.Ingredient@fdd32ce, net.minecraft.item.crafting.Ingredient@6ae1f79e, net.minecraft.item.crafting.Ingredient@fdd32ce, net.minecraft.item.crafting.Ingredient@2bd40c18, net.minecraft.item.crafting.Ingredient@fdd32ce, net.minecraft.item.crafting.Ingredient@44343da6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.rftools.screen@0 new recipe: RecipeStage{tier='five', recipe=1xtile.rftools.screen@0:[net.minecraft.item.crafting.Ingredient@5af2304a, net.minecraft.item.crafting.Ingredient@5af2304a, net.minecraft.item.crafting.Ingredient@5af2304a, net.minecraft.item.crafting.Ingredient@5af2304a, net.minecraft.item.crafting.Ingredient@2a29839b, net.minecraft.item.crafting.Ingredient@5af2304a, net.minecraft.item.crafting.Ingredient@4850aeb4, net.minecraft.item.crafting.Ingredient@4850aeb4, net.minecraft.item.crafting.Ingredient@4850aeb4]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.storage_module_tablet@1 new recipe: RecipeStage{tier='five', recipe=1xitem.storage_module_tablet@1:[net.minecraft.item.crafting.Ingredient@26e6dce8, net.minecraft.item.crafting.Ingredient@54b4a8bd]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.shape_card@5 new recipe: RecipeStage{tier='five', recipe=1xitem.shape_card@5:[net.minecraft.item.crafting.Ingredient@39910032, net.minecraft.item.crafting.Ingredient@39910032, net.minecraft.item.crafting.Ingredient@39910032, net.minecraft.item.crafting.Ingredient@39910032, net.minecraft.item.crafting.Ingredient@40d6df9a, net.minecraft.item.crafting.Ingredient@39910032, net.minecraft.item.crafting.Ingredient@39910032, net.minecraft.item.crafting.Ingredient@39910032, net.minecraft.item.crafting.Ingredient@39910032]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.rftools.security_manager@0 new recipe: RecipeStage{tier='five', recipe=1xtile.rftools.security_manager@0:[net.minecraft.item.crafting.Ingredient@1b15736e, net.minecraft.item.crafting.Ingredient@4af3d9ba, net.minecraft.item.crafting.Ingredient@1b15736e, net.minecraft.item.crafting.Ingredient@4af3d9ba, net.minecraft.item.crafting.Ingredient@6d47186d, net.minecraft.item.crafting.Ingredient@4af3d9ba, net.minecraft.item.crafting.Ingredient@1b15736e, net.minecraftforge.oredict.OreIngredient@548610ff, net.minecraft.item.crafting.Ingredient@1b15736e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.storage_module_tablet@0 new recipe: RecipeStage{tier='five', recipe=1xitem.storage_module_tablet@0:[net.minecraft.item.crafting.Ingredient@2ce105b5, net.minecraft.item.crafting.Ingredient@739ce31c, net.minecraft.item.crafting.Ingredient@2ce105b5, net.minecraft.item.crafting.Ingredient@298ac057, net.minecraft.item.crafting.Ingredient@3827a333, net.minecraft.item.crafting.Ingredient@298ac057, net.minecraft.item.crafting.Ingredient@2ce105b5, net.minecraft.item.crafting.Ingredient@298ac057, net.minecraft.item.crafting.Ingredient@2ce105b5]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.rftools_manual@0 new recipe: RecipeStage{tier='five', recipe=1xitem.rftools_manual@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@665504b0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@665504b0, net.minecraft.item.crafting.Ingredient@1f5f7656, net.minecraft.item.crafting.Ingredient@665504b0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@665504b0, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.rftools.booster@0 new recipe: RecipeStage{tier='five', recipe=1xtile.rftools.booster@0:[net.minecraft.item.crafting.Ingredient@ae4f6e8, net.minecraft.item.crafting.Ingredient@25861480, net.minecraft.item.crafting.Ingredient@ae4f6e8, net.minecraft.item.crafting.Ingredient@5693272e, net.minecraft.item.crafting.Ingredient@7b2a1fa5, net.minecraft.item.crafting.Ingredient@6e9d34e2, net.minecraft.item.crafting.Ingredient@ae4f6e8, net.minecraft.item.crafting.Ingredient@5734d171, net.minecraft.item.crafting.Ingredient@ae4f6e8]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.rftools.machine_infuser@0 new recipe: RecipeStage{tier='five', recipe=1xtile.rftools.machine_infuser@0:[net.minecraft.item.crafting.Ingredient@9a42120, net.minecraft.item.crafting.Ingredient@44be1c18, net.minecraft.item.crafting.Ingredient@9a42120, net.minecraft.item.crafting.Ingredient@2bdfbdfb, net.minecraft.item.crafting.Ingredient@45d2cffa, net.minecraft.item.crafting.Ingredient@2bdfbdfb, net.minecraft.item.crafting.Ingredient@9a42120, net.minecraft.item.crafting.Ingredient@44be1c18, net.minecraft.item.crafting.Ingredient@9a42120]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.infused_enderpearl@0 new recipe: RecipeStage{tier='five', recipe=1xitem.infused_enderpearl@0:[net.minecraft.item.crafting.Ingredient@5c253a15, net.minecraft.item.crafting.Ingredient@5c253a15, net.minecraft.item.crafting.Ingredient@5c253a15, net.minecraft.item.crafting.Ingredient@5c253a15, net.minecraft.item.crafting.Ingredient@6f02d060, net.minecraft.item.crafting.Ingredient@5c253a15, net.minecraft.item.crafting.Ingredient@5c253a15, net.minecraft.item.crafting.Ingredient@5c253a15, net.minecraft.item.crafting.Ingredient@5c253a15]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.storage_module_tablet@2 new recipe: RecipeStage{tier='five', recipe=1xitem.storage_module_tablet@2:[net.minecraft.item.crafting.Ingredient@70d7bae, net.minecraft.item.crafting.Ingredient@771fbb88]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.shape_card@2 new recipe: RecipeStage{tier='five', recipe=1xitem.shape_card@2:[net.minecraft.item.crafting.Ingredient@672bd8b7, net.minecraft.item.crafting.Ingredient@672bd8b7, net.minecraft.item.crafting.Ingredient@672bd8b7, net.minecraft.item.crafting.Ingredient@672bd8b7, net.minecraft.item.crafting.Ingredient@23af0e11, net.minecraft.item.crafting.Ingredient@672bd8b7, net.minecraft.item.crafting.Ingredient@672bd8b7, net.minecraft.item.crafting.Ingredient@672bd8b7, net.minecraft.item.crafting.Ingredient@672bd8b7]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.shape_card@6 new recipe: RecipeStage{tier='five', recipe=1xitem.shape_card@6:[net.minecraft.item.crafting.Ingredient@4b969b5d, net.minecraft.item.crafting.Ingredient@4b969b5d, net.minecraft.item.crafting.Ingredient@4b969b5d, net.minecraft.item.crafting.Ingredient@4b969b5d, net.minecraft.item.crafting.Ingredient@2b68d9ee, net.minecraft.item.crafting.Ingredient@4b969b5d, net.minecraft.item.crafting.Ingredient@4b969b5d, net.minecraft.item.crafting.Ingredient@4b969b5d, net.minecraft.item.crafting.Ingredient@4b969b5d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.shape_card@7 new recipe: RecipeStage{tier='five', recipe=1xitem.shape_card@7:[net.minecraft.item.crafting.Ingredient@3c1c0c0e, net.minecraft.item.crafting.Ingredient@3c1c0c0e, net.minecraft.item.crafting.Ingredient@3c1c0c0e, net.minecraft.item.crafting.Ingredient@3c1c0c0e, net.minecraft.item.crafting.Ingredient@2de0ed41, net.minecraft.item.crafting.Ingredient@3c1c0c0e, net.minecraft.item.crafting.Ingredient@3c1c0c0e, net.minecraft.item.crafting.Ingredient@3c1c0c0e, net.minecraft.item.crafting.Ingredient@3c1c0c0e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.shape_card@3 new recipe: RecipeStage{tier='five', recipe=1xitem.shape_card@3:[net.minecraft.item.crafting.Ingredient@3d62c735, net.minecraft.item.crafting.Ingredient@7856bd7e, net.minecraft.item.crafting.Ingredient@3d62c735, net.minecraft.item.crafting.Ingredient@26f1cb5c, net.minecraft.item.crafting.Ingredient@7ac5d1ff, net.minecraft.item.crafting.Ingredient@26f1cb5c, net.minecraft.item.crafting.Ingredient@3d62c735, net.minecraft.item.crafting.Ingredient@26f1cb5c, net.minecraft.item.crafting.Ingredient@3d62c735]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.machineinformation_module@0 new recipe: RecipeStage{tier='five', recipe=1xitem.machineinformation_module@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@543d36f7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6058fae7, net.minecraft.item.crafting.Ingredient@5406401e, net.minecraft.item.crafting.Ingredient@6058fae7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1e448603, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.energy_module@0 new recipe: RecipeStage{tier='five', recipe=1xitem.energy_module@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@12b75632, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@12b75632, net.minecraft.item.crafting.Ingredient@5f931b9c, net.minecraft.item.crafting.Ingredient@12b75632, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@11270810, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.rftools.shield_block1@0 new recipe: RecipeStage{tier='five', recipe=1xtile.rftools.shield_block1@0:[net.minecraft.item.crafting.Ingredient@c74df91, net.minecraft.item.crafting.Ingredient@394a90a6, net.minecraft.item.crafting.Ingredient@c74df91, net.minecraft.item.crafting.Ingredient@5217659b, net.minecraft.item.crafting.Ingredient@679af0eb, net.minecraft.item.crafting.Ingredient@5217659b, net.minecraft.item.crafting.Ingredient@e486a3e, net.minecraft.item.crafting.Ingredient@e486a3e, net.minecraft.item.crafting.Ingredient@e486a3e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.counter_module@0 new recipe: RecipeStage{tier='five', recipe=1xitem.counter_module@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@832c5f7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@34b1f7b8, net.minecraft.item.crafting.Ingredient@5a5c03ba, net.minecraft.item.crafting.Ingredient@34b1f7b8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@74f2053, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.shape_card@3 new recipe: RecipeStage{tier='five', recipe=1xitem.shape_card@3:[net.minecraft.item.crafting.Ingredient@3ba03b9b, net.minecraft.item.crafting.Ingredient@3ba03b9b, net.minecraft.item.crafting.Ingredient@3ba03b9b, net.minecraft.item.crafting.Ingredient@3ba03b9b, net.minecraft.item.crafting.Ingredient@3681f52, net.minecraft.item.crafting.Ingredient@3ba03b9b, net.minecraft.item.crafting.Ingredient@3ba03b9b, net.minecraft.item.crafting.Ingredient@3ba03b9b, net.minecraft.item.crafting.Ingredient@3ba03b9b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.rftools.coalgenerator@0 new recipe: RecipeStage{tier='five', recipe=1xtile.rftools.coalgenerator@0:[net.minecraft.item.crafting.Ingredient@7fe2e29f, net.minecraft.item.crafting.Ingredient@45a0658e, net.minecraft.item.crafting.Ingredient@7fe2e29f, net.minecraft.item.crafting.Ingredient@7fe2e29f, net.minecraft.item.crafting.Ingredient@6843c43f, net.minecraft.item.crafting.Ingredient@7fe2e29f, net.minecraft.item.crafting.Ingredient@7fe2e29f, net.minecraft.item.crafting.Ingredient@45a0658e, net.minecraft.item.crafting.Ingredient@7fe2e29f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.counterplus_module@0 new recipe: RecipeStage{tier='five', recipe=1xitem.counterplus_module@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1355de0d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@778150e0, net.minecraft.item.crafting.Ingredient@cfb2e2d, net.minecraft.item.crafting.Ingredient@778150e0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1355de0d, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.rftools.timer_block@0 new recipe: RecipeStage{tier='five', recipe=1xtile.rftools.timer_block@0:[net.minecraft.item.crafting.Ingredient@708a3dd1, net.minecraft.item.crafting.Ingredient@2051cf9f, net.minecraft.item.crafting.Ingredient@708a3dd1, net.minecraft.item.crafting.Ingredient@d17b0b0, net.minecraft.item.crafting.Ingredient@7e0a9f7, net.minecraft.item.crafting.Ingredient@d17b0b0, net.minecraft.item.crafting.Ingredient@708a3dd1, net.minecraft.item.crafting.Ingredient@d17b0b0, net.minecraft.item.crafting.Ingredient@708a3dd1]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.rftools.screen_controller@0 new recipe: RecipeStage{tier='five', recipe=1xtile.rftools.screen_controller@0:[net.minecraft.item.crafting.Ingredient@3a296c71, net.minecraft.item.crafting.Ingredient@12d927b9, net.minecraft.item.crafting.Ingredient@3a296c71, net.minecraft.item.crafting.Ingredient@37421d5b, net.minecraft.item.crafting.Ingredient@cef635e, net.minecraft.item.crafting.Ingredient@37421d5b, net.minecraft.item.crafting.Ingredient@3a296c71, net.minecraft.item.crafting.Ingredient@37421d5b, net.minecraft.item.crafting.Ingredient@3a296c71]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.shape_card@4 new recipe: RecipeStage{tier='five', recipe=1xitem.shape_card@4:[net.minecraft.item.crafting.Ingredient@685089fe, net.minecraft.item.crafting.Ingredient@17f9fc0a, net.minecraft.item.crafting.Ingredient@685089fe, net.minecraft.item.crafting.Ingredient@340cf614, net.minecraft.item.crafting.Ingredient@7c790b4b, net.minecraft.item.crafting.Ingredient@1f9e8eb0, net.minecraft.item.crafting.Ingredient@685089fe, net.minecraft.item.crafting.Ingredient@7b0a95ec, net.minecraft.item.crafting.Ingredient@685089fe]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.rftools.space_chamber_controller@0 new recipe: RecipeStage{tier='five', recipe=1xtile.rftools.space_chamber_controller@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@74b0441a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6cca65cb, net.minecraft.item.crafting.Ingredient@1192deb2, net.minecraft.item.crafting.Ingredient@6cca65cb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@74b0441a, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.rftools.powercell_advanced@0 new recipe: RecipeStage{tier='five', recipe=1xtile.rftools.powercell_advanced@0:[net.minecraft.item.crafting.Ingredient@6fd4476f, net.minecraft.item.crafting.Ingredient@379129a, net.minecraft.item.crafting.Ingredient@6fd4476f, net.minecraft.item.crafting.Ingredient@379129a, net.minecraft.item.crafting.Ingredient@e809a58, net.minecraft.item.crafting.Ingredient@379129a, net.minecraft.item.crafting.Ingredient@6fd4476f, net.minecraft.item.crafting.Ingredient@379129a, net.minecraft.item.crafting.Ingredient@6fd4476f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.storage_module@0 new recipe: RecipeStage{tier='five', recipe=1xitem.storage_module@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1281488f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@69ee10fb, net.minecraft.item.crafting.Ingredient@58106c6c, net.minecraft.item.crafting.Ingredient@69ee10fb, net.minecraft.item.crafting.Ingredient@493f1e14, net.minecraft.item.crafting.Ingredient@13406a3d, net.minecraft.item.crafting.Ingredient@493f1e14]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.advanced_charged_porter@0 new recipe: RecipeStage{tier='five', recipe=1xitem.advanced_charged_porter@0:[net.minecraft.item.crafting.Ingredient@1214d511, net.minecraft.item.crafting.Ingredient@55640cfe, net.minecraft.item.crafting.Ingredient@1214d511, net.minecraft.item.crafting.Ingredient@55640cfe, net.minecraft.item.crafting.Ingredient@65dbe156, net.minecraft.item.crafting.Ingredient@55640cfe, net.minecraft.item.crafting.Ingredient@1214d511, net.minecraft.item.crafting.Ingredient@55640cfe, net.minecraft.item.crafting.Ingredient@1214d511]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.shape_card@9 new recipe: RecipeStage{tier='five', recipe=1xitem.shape_card@9:[net.minecraft.item.crafting.Ingredient@324451e5, net.minecraft.item.crafting.Ingredient@324451e5, net.minecraft.item.crafting.Ingredient@324451e5, net.minecraft.item.crafting.Ingredient@324451e5, net.minecraft.item.crafting.Ingredient@75135f8d, net.minecraft.item.crafting.Ingredient@324451e5, net.minecraft.item.crafting.Ingredient@324451e5, net.minecraft.item.crafting.Ingredient@324451e5, net.minecraft.item.crafting.Ingredient@324451e5]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.rftools.crafter2@0 new recipe: RecipeStage{tier='five', recipe=1xtile.rftools.crafter2@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6b779cd0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4879ea3c, net.minecraft.item.crafting.Ingredient@4866b935, net.minecraft.item.crafting.Ingredient@4879ea3c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6b779cd0, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.rftools.liquid_monitor@0 new recipe: RecipeStage{tier='five', recipe=1xtile.rftools.liquid_monitor@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@39281df5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@bf98bd0, net.minecraft.item.crafting.Ingredient@759fc3a2, net.minecraft.item.crafting.Ingredient@bf98bd0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@39281df5, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.energyplus_module@0 new recipe: RecipeStage{tier='five', recipe=1xitem.energyplus_module@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6f959706, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@25f92873, net.minecraft.item.crafting.Ingredient@2d8bfdf7, net.minecraft.item.crafting.Ingredient@25f92873, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6f959706, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.rftools.sequencer_block@0 new recipe: RecipeStage{tier='five', recipe=1xtile.rftools.sequencer_block@0:[net.minecraft.item.crafting.Ingredient@726c70ea, net.minecraft.item.crafting.Ingredient@4bdd7f66, net.minecraft.item.crafting.Ingredient@726c70ea, net.minecraft.item.crafting.Ingredient@4bdd7f66, net.minecraft.item.crafting.Ingredient@454f24c2, net.minecraft.item.crafting.Ingredient@4bdd7f66, net.minecraft.item.crafting.Ingredient@726c70ea, net.minecraft.item.crafting.Ingredient@4bdd7f66, net.minecraft.item.crafting.Ingredient@726c70ea]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.redstone_module@0 new recipe: RecipeStage{tier='five', recipe=1xitem.redstone_module@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5db081bc, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1ac44cad, net.minecraft.item.crafting.Ingredient@73237ace, net.minecraft.item.crafting.Ingredient@1ac44cad, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@607995ad, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.clock_module@0 new recipe: RecipeStage{tier='five', recipe=1xitem.clock_module@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3baf0b0b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@563bf921, net.minecraft.item.crafting.Ingredient@350e3ac6, net.minecraft.item.crafting.Ingredient@563bf921, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4a94a92c, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.shape_card@1 new recipe: RecipeStage{tier='five', recipe=1xitem.shape_card@1:[net.minecraftforge.oredict.OreIngredient@546f522e, net.minecraft.item.crafting.Ingredient@41f2d783, net.minecraftforge.oredict.OreIngredient@546f522e, net.minecraft.item.crafting.Ingredient@41f2d783, net.minecraft.item.crafting.Ingredient@2bb9a2bd, net.minecraft.item.crafting.Ingredient@41f2d783, net.minecraftforge.oredict.OreIngredient@546f522e, net.minecraft.item.crafting.Ingredient@41f2d783, net.minecraftforge.oredict.OreIngredient@546f522e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.elevator_button_module@0 new recipe: RecipeStage{tier='five', recipe=1xitem.elevator_button_module@0:[net.minecraft.item.crafting.Ingredient@10edfeaa, net.minecraft.item.crafting.Ingredient@10edfeaa, net.minecraft.item.crafting.Ingredient@10edfeaa, net.minecraft.item.crafting.Ingredient@3852946a, net.minecraft.item.crafting.Ingredient@d22a7f0, net.minecraft.item.crafting.Ingredient@3852946a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@16235db5, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.rftools.matter_beamer@0 new recipe: RecipeStage{tier='five', recipe=1xtile.rftools.matter_beamer@0:[net.minecraft.item.crafting.Ingredient@4adf3faa, net.minecraft.item.crafting.Ingredient@17620558, net.minecraft.item.crafting.Ingredient@4adf3faa, net.minecraft.item.crafting.Ingredient@17620558, net.minecraft.item.crafting.Ingredient@57fbda35, net.minecraft.item.crafting.Ingredient@17620558, net.minecraft.item.crafting.Ingredient@4adf3faa, net.minecraft.item.crafting.Ingredient@17620558, net.minecraft.item.crafting.Ingredient@4adf3faa]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.space_chamber_card@0 new recipe: RecipeStage{tier='five', recipe=1xitem.space_chamber_card@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6b1c2f1d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@68275e1e, net.minecraft.item.crafting.Ingredient@51345330, net.minecraft.item.crafting.Ingredient@68275e1e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6b1c2f1d, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.rftools.powercell@0 new recipe: RecipeStage{tier='five', recipe=1xtile.rftools.powercell@0:[net.minecraft.item.crafting.Ingredient@3b97eb7d, net.minecraft.item.crafting.Ingredient@42b6e85a, net.minecraft.item.crafting.Ingredient@3b97eb7d, net.minecraft.item.crafting.Ingredient@39d21f16, net.minecraft.item.crafting.Ingredient@42d72e12, net.minecraft.item.crafting.Ingredient@39d21f16, net.minecraft.item.crafting.Ingredient@3b97eb7d, net.minecraft.item.crafting.Ingredient@461ff9af, net.minecraft.item.crafting.Ingredient@3b97eb7d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.rftools.logic_block@0 new recipe: RecipeStage{tier='five', recipe=1xtile.rftools.logic_block@0:[net.minecraft.item.crafting.Ingredient@5ce22f56, net.minecraft.item.crafting.Ingredient@12e75400, net.minecraft.item.crafting.Ingredient@5ce22f56, net.minecraft.item.crafting.Ingredient@12e75400, net.minecraft.item.crafting.Ingredient@2790be9f, net.minecraft.item.crafting.Ingredient@12e75400, net.minecraft.item.crafting.Ingredient@5ce22f56, net.minecraft.item.crafting.Ingredient@12e75400, net.minecraft.item.crafting.Ingredient@5ce22f56]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.storage_control_module@0 new recipe: RecipeStage{tier='five', recipe=1xitem.storage_control_module@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@536bd666, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3614e3de, net.minecraft.item.crafting.Ingredient@51a7292d, net.minecraft.item.crafting.Ingredient@3614e3de, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@13e7638, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.storage_module@6 new recipe: RecipeStage{tier='five', recipe=1xitem.storage_module@6:[net.minecraft.item.crafting.Ingredient@52ee1d43, net.minecraftforge.oredict.OreIngredient@4cf887c2, net.minecraft.item.crafting.Ingredient@52ee1d43, net.minecraft.item.crafting.Ingredient@11e70e46, net.minecraft.item.crafting.Ingredient@280a0114, net.minecraft.item.crafting.Ingredient@11e70e46, net.minecraft.item.crafting.Ingredient@57929b1b, net.minecraft.item.crafting.Ingredient@7659f1a7, net.minecraft.item.crafting.Ingredient@57929b1b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.rftools.shield_template_block@2 new recipe: RecipeStage{tier='five', recipe=1xtile.rftools.shield_template_block@2:[net.minecraft.item.crafting.Ingredient@53a44df4]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.computer_module@0 new recipe: RecipeStage{tier='five', recipe=1xitem.computer_module@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6eeff121, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6c5bb501, net.minecraft.item.crafting.Ingredient@7f9ab8f8, net.minecraft.item.crafting.Ingredient@6c5bb501, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7a61c0cb, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.rftools.sensor_block@0 new recipe: RecipeStage{tier='five', recipe=1xtile.rftools.sensor_block@0:[net.minecraft.item.crafting.Ingredient@6a87b7c4, net.minecraft.item.crafting.Ingredient@857e396, net.minecraft.item.crafting.Ingredient@6a87b7c4, net.minecraft.item.crafting.Ingredient@14bb759, net.minecraft.item.crafting.Ingredient@25c9cc5d, net.minecraft.item.crafting.Ingredient@14bb759, net.minecraft.item.crafting.Ingredient@6a87b7c4, net.minecraft.item.crafting.Ingredient@857e396, net.minecraft.item.crafting.Ingredient@6a87b7c4]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.rftools.wire_block@0 new recipe: RecipeStage{tier='five', recipe=1xtile.rftools.wire_block@0:[net.minecraft.item.crafting.Ingredient@72366afc, net.minecraft.item.crafting.Ingredient@293ff02e, net.minecraft.item.crafting.Ingredient@72366afc]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.orphaning_card@0 new recipe: RecipeStage{tier='five', recipe=1xitem.orphaning_card@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@59e60a79, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2efab0e8, net.minecraft.item.crafting.Ingredient@68cc5c96, net.minecraft.item.crafting.Ingredient@2efab0e8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1c874976, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.rftools.dialing_device@0 new recipe: RecipeStage{tier='five', recipe=1xtile.rftools.dialing_device@0:[net.minecraft.item.crafting.Ingredient@565e5e26, net.minecraft.item.crafting.Ingredient@565e5e26, net.minecraft.item.crafting.Ingredient@565e5e26, net.minecraft.item.crafting.Ingredient@2b252699, net.minecraft.item.crafting.Ingredient@193195a1, net.minecraft.item.crafting.Ingredient@2b252699, net.minecraft.item.crafting.Ingredient@565e5e26, net.minecraft.item.crafting.Ingredient@565e5e26, net.minecraft.item.crafting.Ingredient@565e5e26]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.rftools.redstone_transmitter_block@0 new recipe: RecipeStage{tier='five', recipe=1xtile.rftools.redstone_transmitter_block@0:[net.minecraft.item.crafting.Ingredient@12eac6a3, net.minecraft.item.crafting.Ingredient@356a019d, net.minecraft.item.crafting.Ingredient@12eac6a3, net.minecraft.item.crafting.Ingredient@68308474, net.minecraft.item.crafting.Ingredient@71f10ede, net.minecraft.item.crafting.Ingredient@68308474, net.minecraft.item.crafting.Ingredient@12eac6a3, net.minecraft.item.crafting.Ingredient@6c01c436, net.minecraft.item.crafting.Ingredient@12eac6a3]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.shape_card@8 new recipe: RecipeStage{tier='five', recipe=1xitem.shape_card@8:[net.minecraft.item.crafting.Ingredient@27aa97ac, net.minecraft.item.crafting.Ingredient@320c63e8, net.minecraft.item.crafting.Ingredient@27aa97ac, net.minecraft.item.crafting.Ingredient@380ad108, net.minecraft.item.crafting.Ingredient@4b6e2652, net.minecraft.item.crafting.Ingredient@380ad108, net.minecraft.item.crafting.Ingredient@27aa97ac, net.minecraft.item.crafting.Ingredient@322d92b8, net.minecraft.item.crafting.Ingredient@27aa97ac]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.rftools.shield_template_block@0 new recipe: RecipeStage{tier='five', recipe=1xtile.rftools.shield_template_block@0:[net.minecraft.item.crafting.Ingredient@104002fb]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.rftools.space_chamber@0 new recipe: RecipeStage{tier='five', recipe=1xtile.rftools.space_chamber@0:[net.minecraftforge.oredict.OreIngredient@55b97e73, net.minecraft.item.crafting.Ingredient@7494c065, net.minecraftforge.oredict.OreIngredient@55b97e73, net.minecraft.item.crafting.Ingredient@7494c065, net.minecraft.item.crafting.Ingredient@3deb79f3, net.minecraft.item.crafting.Ingredient@7494c065, net.minecraftforge.oredict.OreIngredient@55b97e73, net.minecraft.item.crafting.Ingredient@7494c065, net.minecraftforge.oredict.OreIngredient@55b97e73]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.rftools.shield_block3@0 new recipe: RecipeStage{tier='five', recipe=1xtile.rftools.shield_block3@0:[net.minecraft.item.crafting.Ingredient@691b0f08, net.minecraft.item.crafting.Ingredient@6a454500, net.minecraft.item.crafting.Ingredient@691b0f08, net.minecraft.item.crafting.Ingredient@6a454500, net.minecraft.item.crafting.Ingredient@1098a2c0, net.minecraft.item.crafting.Ingredient@6a454500, net.minecraft.item.crafting.Ingredient@691b0f08, net.minecraft.item.crafting.Ingredient@6a454500, net.minecraft.item.crafting.Ingredient@691b0f08]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.inventory_module@0 new recipe: RecipeStage{tier='five', recipe=1xitem.inventory_module@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@553afdce, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@757bcf3f, net.minecraft.item.crafting.Ingredient@7207520f, net.minecraft.item.crafting.Ingredient@757bcf3f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5b21581c, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.rftools.spawner@0 new recipe: RecipeStage{tier='five', recipe=1xtile.rftools.spawner@0:[net.minecraft.item.crafting.Ingredient@6859f2be, net.minecraft.item.crafting.Ingredient@58fd2191, net.minecraft.item.crafting.Ingredient@6859f2be, net.minecraft.item.crafting.Ingredient@11e024f8, net.minecraft.item.crafting.Ingredient@382175a, net.minecraft.item.crafting.Ingredient@24e9cd7b, net.minecraft.item.crafting.Ingredient@6859f2be, net.minecraft.item.crafting.Ingredient@4217dffa, net.minecraft.item.crafting.Ingredient@6859f2be]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.rftools.environmental_controller@0 new recipe: RecipeStage{tier='five', recipe=1xtile.rftools.environmental_controller@0:[net.minecraft.item.crafting.Ingredient@29ac56f, net.minecraft.item.crafting.Ingredient@5bd60bca, net.minecraft.item.crafting.Ingredient@29ac56f, net.minecraft.item.crafting.Ingredient@6877449b, net.minecraft.item.crafting.Ingredient@2424a919, net.minecraft.item.crafting.Ingredient@4fc77370, net.minecraft.item.crafting.Ingredient@29ac56f, net.minecraft.item.crafting.Ingredient@6198e002, net.minecraft.item.crafting.Ingredient@29ac56f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.dimensional_shard@0 new recipe: RecipeStage{tier='five', recipe=8xitem.dimensional_shard@0:[net.minecraft.item.crafting.Ingredient@c5a637f, net.minecraft.item.crafting.Ingredient@38901a73, net.minecraft.item.crafting.Ingredient@3b873506, net.minecraft.item.crafting.Ingredient@7f4327ac, net.minecraft.item.crafting.Ingredient@10b264db, net.minecraft.item.crafting.Ingredient@20dde953, net.minecraft.item.crafting.Ingredient@408e8e01, net.minecraft.item.crafting.Ingredient@3cd4f2af, net.minecraft.item.crafting.Ingredient@47b8e9b5]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.rftools.modular_storage@0 new recipe: RecipeStage{tier='five', recipe=1xtile.rftools.modular_storage@0:[net.minecraft.item.crafting.Ingredient@704a50b, net.minecraftforge.oredict.OreIngredient@6404eb17, net.minecraft.item.crafting.Ingredient@704a50b, net.minecraft.item.crafting.Ingredient@6c20b41d, net.minecraft.item.crafting.Ingredient@207edc71, net.minecraft.item.crafting.Ingredient@6c20b41d, net.minecraft.item.crafting.Ingredient@704a50b, net.minecraft.item.crafting.Ingredient@6c20b41d, net.minecraft.item.crafting.Ingredient@704a50b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.rftools.storage_scanner@0 new recipe: RecipeStage{tier='five', recipe=1xtile.rftools.storage_scanner@0:[net.minecraft.item.crafting.Ingredient@17c03342, net.minecraft.item.crafting.Ingredient@6d2722d, net.minecraft.item.crafting.Ingredient@17c03342, net.minecraft.item.crafting.Ingredient@2a05b0a2, net.minecraft.item.crafting.Ingredient@dc1d166, net.minecraft.item.crafting.Ingredient@2a05b0a2, net.minecraft.item.crafting.Ingredient@17c03342, net.minecraft.item.crafting.Ingredient@6d2722d, net.minecraft.item.crafting.Ingredient@17c03342]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.rftools.redstone_receiver_block@0 new recipe: RecipeStage{tier='five', recipe=1xtile.rftools.redstone_receiver_block@0:[net.minecraft.item.crafting.Ingredient@186db5e, net.minecraft.item.crafting.Ingredient@180350e7, net.minecraft.item.crafting.Ingredient@186db5e, net.minecraft.item.crafting.Ingredient@3f2ffa71, net.minecraft.item.crafting.Ingredient@2f68227f, net.minecraft.item.crafting.Ingredient@3f2ffa71, net.minecraft.item.crafting.Ingredient@186db5e, net.minecraft.item.crafting.Ingredient@61a4b253, net.minecraft.item.crafting.Ingredient@186db5e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.storage_module@2 new recipe: RecipeStage{tier='five', recipe=1xitem.storage_module@2:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@54ea7dd0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6542eef2, net.minecraft.item.crafting.Ingredient@614fb973, net.minecraft.item.crafting.Ingredient@6542eef2, net.minecraft.item.crafting.Ingredient@705e9aeb, net.minecraft.item.crafting.Ingredient@2685a6c1, net.minecraft.item.crafting.Ingredient@705e9aeb]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.rftools.shield_template_block@3 new recipe: RecipeStage{tier='five', recipe=1xtile.rftools.shield_template_block@3:[net.minecraft.item.crafting.Ingredient@42e7416d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.storage_module_tablet@1 new recipe: RecipeStage{tier='five', recipe=1xitem.storage_module_tablet@1:[net.minecraft.item.crafting.Ingredient@37e941f, net.minecraft.item.crafting.Ingredient@2b4601ce]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.storage_module_tablet@1 new recipe: RecipeStage{tier='five', recipe=1xitem.storage_module_tablet@1:[net.minecraft.item.crafting.Ingredient@572539e2, net.minecraft.item.crafting.Ingredient@2b6a2bf3]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.rftools.digit_block@0 new recipe: RecipeStage{tier='five', recipe=1xtile.rftools.digit_block@0:[net.minecraft.item.crafting.Ingredient@53c47ce3, net.minecraft.item.crafting.Ingredient@53c47ce3, net.minecraft.item.crafting.Ingredient@53c47ce3, net.minecraft.item.crafting.Ingredient@158a0d98, net.minecraft.item.crafting.Ingredient@48b04615, net.minecraft.item.crafting.Ingredient@158a0d98, net.minecraft.item.crafting.Ingredient@53c47ce3, net.minecraft.item.crafting.Ingredient@53c47ce3, net.minecraft.item.crafting.Ingredient@53c47ce3]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.rftools.shield_block2@0 new recipe: RecipeStage{tier='five', recipe=1xtile.rftools.shield_block2@0:[net.minecraft.item.crafting.Ingredient@743da0e6, net.minecraft.item.crafting.Ingredient@42e151c1, net.minecraft.item.crafting.Ingredient@743da0e6, net.minecraft.item.crafting.Ingredient@42e151c1, net.minecraft.item.crafting.Ingredient@2893568a, net.minecraft.item.crafting.Ingredient@42e151c1, net.minecraft.item.crafting.Ingredient@743da0e6, net.minecraft.item.crafting.Ingredient@42e151c1, net.minecraft.item.crafting.Ingredient@743da0e6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.rftools.powercell_simple@0 new recipe: RecipeStage{tier='five', recipe=1xtile.rftools.powercell_simple@0:[net.minecraft.item.crafting.Ingredient@4b3b9af9, net.minecraft.item.crafting.Ingredient@4f67fa1c, net.minecraft.item.crafting.Ingredient@4b3b9af9, net.minecraft.item.crafting.Ingredient@32b40e6f, net.minecraft.item.crafting.Ingredient@43e7db84, net.minecraft.item.crafting.Ingredient@32b40e6f, net.minecraft.item.crafting.Ingredient@4b3b9af9, net.minecraft.item.crafting.Ingredient@4f67fa1c, net.minecraft.item.crafting.Ingredient@4b3b9af9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.rftools.shield_block4@0 new recipe: RecipeStage{tier='five', recipe=1xtile.rftools.shield_block4@0:[net.minecraft.item.crafting.Ingredient@4bc8b5a8, net.minecraft.item.crafting.Ingredient@74fe41b1, net.minecraft.item.crafting.Ingredient@7c09af67, net.minecraft.item.crafting.Ingredient@74fe41b1, net.minecraft.item.crafting.Ingredient@312d9aeb, net.minecraft.item.crafting.Ingredient@74fe41b1, net.minecraft.item.crafting.Ingredient@7c09af67, net.minecraft.item.crafting.Ingredient@74fe41b1, net.minecraft.item.crafting.Ingredient@4bc8b5a8]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.rftools.destination_analyzer@0 new recipe: RecipeStage{tier='five', recipe=1xtile.rftools.destination_analyzer@0:[net.minecraft.item.crafting.Ingredient@5a7a50a9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5a7a50a9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5557ec04, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5a7a50a9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5a7a50a9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.rftools.shield_template_block@0 new recipe: RecipeStage{tier='five', recipe=8xtile.rftools.shield_template_block@0:[net.minecraft.item.crafting.Ingredient@175786e2, net.minecraft.item.crafting.Ingredient@175786e2, net.minecraft.item.crafting.Ingredient@175786e2, net.minecraftforge.oredict.OreIngredient@216e4fc6, net.minecraft.item.crafting.Ingredient@38b41c97, net.minecraftforge.oredict.OreIngredient@216e4fc6, net.minecraft.item.crafting.Ingredient@175786e2, net.minecraft.item.crafting.Ingredient@175786e2, net.minecraft.item.crafting.Ingredient@175786e2]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.fluid_module@0 new recipe: RecipeStage{tier='five', recipe=1xitem.fluid_module@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@29b69908, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5d87cdd9, net.minecraft.item.crafting.Ingredient@2c4b665, net.minecraft.item.crafting.Ingredient@5d87cdd9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5de4a16b, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.storage_module@0 new recipe: RecipeStage{tier='five', recipe=1xitem.storage_module@0:[net.minecraft.item.crafting.Ingredient@236a1dcc]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.security_card@0 new recipe: RecipeStage{tier='five', recipe=1xitem.security_card@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@56a00aab, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7111bd62, net.minecraft.item.crafting.Ingredient@4154f382, net.minecraft.item.crafting.Ingredient@7111bd62, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@43531758, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.text_module@0 new recipe: RecipeStage{tier='five', recipe=1xitem.text_module@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@566d17f8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7a8e2fff, net.minecraft.item.crafting.Ingredient@313fda08, net.minecraft.item.crafting.Ingredient@7a8e2fff, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@18017cab, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.rftools.endergenic@0 new recipe: RecipeStage{tier='five', recipe=1xtile.rftools.endergenic@0:[net.minecraft.item.crafting.Ingredient@587e49b1, net.minecraft.item.crafting.Ingredient@2e0a865, net.minecraft.item.crafting.Ingredient@587e49b1, net.minecraft.item.crafting.Ingredient@2e0a865, net.minecraft.item.crafting.Ingredient@49f40067, net.minecraft.item.crafting.Ingredient@2e0a865, net.minecraft.item.crafting.Ingredient@587e49b1, net.minecraft.item.crafting.Ingredient@2e0a865, net.minecraft.item.crafting.Ingredient@587e49b1]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.rftools.simple_dialer@0 new recipe: RecipeStage{tier='five', recipe=1xtile.rftools.simple_dialer@0:[net.minecraft.item.crafting.Ingredient@208de1e3, net.minecraft.item.crafting.Ingredient@3344297b, net.minecraft.item.crafting.Ingredient@208de1e3, net.minecraft.item.crafting.Ingredient@45865ba9, net.minecraft.item.crafting.Ingredient@2cf19324, net.minecraft.item.crafting.Ingredient@45865ba9, net.minecraft.item.crafting.Ingredient@208de1e3, net.minecraft.item.crafting.Ingredient@3344297b, net.minecraft.item.crafting.Ingredient@208de1e3]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.rftools.counter_block@0 new recipe: RecipeStage{tier='five', recipe=1xtile.rftools.counter_block@0:[net.minecraft.item.crafting.Ingredient@371d8b0c, net.minecraft.item.crafting.Ingredient@22102a10, net.minecraft.item.crafting.Ingredient@371d8b0c, net.minecraft.item.crafting.Ingredient@5bb28268, net.minecraft.item.crafting.Ingredient@3d46f6c0, net.minecraft.item.crafting.Ingredient@5bb28268, net.minecraft.item.crafting.Ingredient@26c58285, net.minecraft.item.crafting.Ingredient@5bb28268, net.minecraft.item.crafting.Ingredient@26c58285]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.button_module@0 new recipe: RecipeStage{tier='five', recipe=1xitem.button_module@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3cfe2339, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2fd80e, net.minecraft.item.crafting.Ingredient@18f4c59b, net.minecraft.item.crafting.Ingredient@2fd80e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@36e2a842, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.shape_card@8 new recipe: RecipeStage{tier='five', recipe=1xitem.shape_card@8:[net.minecraft.item.crafting.Ingredient@362a55f4, net.minecraft.item.crafting.Ingredient@362a55f4, net.minecraft.item.crafting.Ingredient@362a55f4, net.minecraft.item.crafting.Ingredient@362a55f4, net.minecraft.item.crafting.Ingredient@7c0cb69b, net.minecraft.item.crafting.Ingredient@362a55f4, net.minecraft.item.crafting.Ingredient@362a55f4, net.minecraft.item.crafting.Ingredient@362a55f4, net.minecraft.item.crafting.Ingredient@362a55f4]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.charged_porter@0 new recipe: RecipeStage{tier='five', recipe=1xitem.charged_porter@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@fad50ad, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@fad50ad, net.minecraft.item.crafting.Ingredient@1c58efde, net.minecraft.item.crafting.Ingredient@fad50ad, net.minecraft.item.crafting.Ingredient@2cbb811b, net.minecraft.item.crafting.Ingredient@fad50ad, net.minecraft.item.crafting.Ingredient@2cbb811b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.rftools.locator@0 new recipe: RecipeStage{tier='five', recipe=1xtile.rftools.locator@0:[net.minecraft.item.crafting.Ingredient@73709cfc, net.minecraft.item.crafting.Ingredient@1cd04b2c, net.minecraft.item.crafting.Ingredient@73709cfc, net.minecraft.item.crafting.Ingredient@56bd25c6, net.minecraft.item.crafting.Ingredient@3a394293, net.minecraft.item.crafting.Ingredient@56bd25c6, net.minecraft.item.crafting.Ingredient@5bc24841, net.minecraft.item.crafting.Ingredient@2e316b36, net.minecraft.item.crafting.Ingredient@5bc24841]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.oredict_module@0 new recipe: RecipeStage{tier='five', recipe=1xitem.oredict_module@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@475af12c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4f7c9b9b, net.minecraft.item.crafting.Ingredient@3f2bd517, net.minecraft.item.crafting.Ingredient@4f7c9b9b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1cbf77a0, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.shape_card@0 new recipe: RecipeStage{tier='five', recipe=1xitem.shape_card@0:[net.minecraft.item.crafting.Ingredient@2e4f13b, net.minecraft.item.crafting.Ingredient@76ddd9a1, net.minecraft.item.crafting.Ingredient@2e4f13b, net.minecraft.item.crafting.Ingredient@2fbe89cd, net.minecraft.item.crafting.Ingredient@25114340, net.minecraft.item.crafting.Ingredient@2fbe89cd, net.minecraft.item.crafting.Ingredient@2e4f13b, net.minecraft.item.crafting.Ingredient@76ddd9a1, net.minecraft.item.crafting.Ingredient@2e4f13b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.inventoryplus_module@0 new recipe: RecipeStage{tier='five', recipe=1xitem.inventoryplus_module@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6cde98a5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2450d05d, net.minecraft.item.crafting.Ingredient@6f7f0aaa, net.minecraft.item.crafting.Ingredient@2450d05d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6cde98a5, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.shape_card@2 new recipe: RecipeStage{tier='five', recipe=1xitem.shape_card@2:[net.minecraft.item.crafting.Ingredient@69e61868, net.minecraft.item.crafting.Ingredient@1cc85a91, net.minecraft.item.crafting.Ingredient@69e61868, net.minecraft.item.crafting.Ingredient@1fab1e69, net.minecraft.item.crafting.Ingredient@46d760ac, net.minecraft.item.crafting.Ingredient@1fab1e69, net.minecraft.item.crafting.Ingredient@69e61868, net.minecraft.item.crafting.Ingredient@605b1495, net.minecraft.item.crafting.Ingredient@69e61868]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.rftoolscontrol.cpu_core_1000@0 new recipe: RecipeStage{tier='five', recipe=1xitem.rftoolscontrol.cpu_core_1000@0:[net.minecraft.item.crafting.Ingredient@1a62226e, net.minecraft.item.crafting.Ingredient@2f731b19, net.minecraft.item.crafting.Ingredient@1a62226e, net.minecraft.item.crafting.Ingredient@1826eaef, net.minecraft.item.crafting.Ingredient@1082e164, net.minecraft.item.crafting.Ingredient@1826eaef, net.minecraft.item.crafting.Ingredient@1a62226e, net.minecraft.item.crafting.Ingredient@2f731b19, net.minecraft.item.crafting.Ingredient@1a62226e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.rftoolscontrol.cpu_core_500@0 new recipe: RecipeStage{tier='five', recipe=1xitem.rftoolscontrol.cpu_core_500@0:[net.minecraft.item.crafting.Ingredient@5913ef90, net.minecraftforge.oredict.OreIngredient@50218c9c, net.minecraft.item.crafting.Ingredient@5913ef90, net.minecraft.item.crafting.Ingredient@43405de, net.minecraft.item.crafting.Ingredient@122e9a9, net.minecraft.item.crafting.Ingredient@43405de, net.minecraft.item.crafting.Ingredient@5913ef90, net.minecraftforge.oredict.OreIngredient@50218c9c, net.minecraft.item.crafting.Ingredient@5913ef90]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.rftoolscontrol.interaction_module@0 new recipe: RecipeStage{tier='five', recipe=1xitem.rftoolscontrol.interaction_module@0:[net.minecraft.item.crafting.Ingredient@27501984, net.minecraft.item.crafting.Ingredient@79194d45, net.minecraft.item.crafting.Ingredient@27501984, net.minecraft.item.crafting.Ingredient@2955ee81, net.minecraft.item.crafting.Ingredient@7fbe8501, net.minecraft.item.crafting.Ingredient@2955ee81, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6cb9f43b, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.rftoolscontrol.programmer@0 new recipe: RecipeStage{tier='five', recipe=1xtile.rftoolscontrol.programmer@0:[net.minecraft.item.crafting.Ingredient@395309c3, net.minecraft.item.crafting.Ingredient@32e04723, net.minecraft.item.crafting.Ingredient@395309c3, net.minecraft.item.crafting.Ingredient@43e30b18, net.minecraft.item.crafting.Ingredient@159fda3, net.minecraft.item.crafting.Ingredient@43e30b18, net.minecraft.item.crafting.Ingredient@395309c3, net.minecraft.item.crafting.Ingredient@32e04723, net.minecraft.item.crafting.Ingredient@395309c3]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.rftoolscontrol.console_module@0 new recipe: RecipeStage{tier='five', recipe=1xitem.rftoolscontrol.console_module@0:[net.minecraft.item.crafting.Ingredient@51649d3, net.minecraft.item.crafting.Ingredient@52a2b3f1, net.minecraft.item.crafting.Ingredient@51649d3, net.minecraft.item.crafting.Ingredient@1353df6f, net.minecraft.item.crafting.Ingredient@654d30a7, net.minecraft.item.crafting.Ingredient@1353df6f, net.minecraft.item.crafting.Ingredient@51649d3, net.minecraft.item.crafting.Ingredient@79ea8e75, net.minecraft.item.crafting.Ingredient@51649d3]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.rftoolscontrol.advanced_network_card@0 new recipe: RecipeStage{tier='five', recipe=1xitem.rftoolscontrol.advanced_network_card@0:[net.minecraft.item.crafting.Ingredient@e624f02, net.minecraft.item.crafting.Ingredient@64c2eb5, net.minecraft.item.crafting.Ingredient@e624f02, net.minecraft.item.crafting.Ingredient@273dab1b, net.minecraft.item.crafting.Ingredient@30233042, net.minecraft.item.crafting.Ingredient@273dab1b, net.minecraft.item.crafting.Ingredient@e624f02, net.minecraft.item.crafting.Ingredient@64c2eb5, net.minecraft.item.crafting.Ingredient@e624f02]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 16xitem.rftoolscontrol.token@0 new recipe: RecipeStage{tier='five', recipe=16xitem.rftoolscontrol.token@0:[net.minecraft.item.crafting.Ingredient@285c425d, net.minecraft.item.crafting.Ingredient@285c425d, net.minecraft.item.crafting.Ingredient@285c425d, net.minecraft.item.crafting.Ingredient@285c425d, net.minecraft.item.crafting.Ingredient@2fe641e6, net.minecraft.item.crafting.Ingredient@285c425d, net.minecraft.item.crafting.Ingredient@285c425d, net.minecraft.item.crafting.Ingredient@285c425d, net.minecraft.item.crafting.Ingredient@285c425d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.rftoolscontrol.card_base@0 new recipe: RecipeStage{tier='five', recipe=1xitem.rftoolscontrol.card_base@0:[net.minecraft.item.crafting.Ingredient@47ca3f4, net.minecraft.item.crafting.Ingredient@47ca3f4, net.minecraft.item.crafting.Ingredient@47ca3f4, net.minecraftforge.oredict.OreIngredient@6ac550b0, net.minecraftforge.oredict.OreIngredient@6ac550b0, net.minecraftforge.oredict.OreIngredient@6ac550b0, net.minecraftforge.oredict.OreIngredient@10f19f4e, net.minecraftforge.oredict.OreIngredient@10f19f4e, net.minecraftforge.oredict.OreIngredient@10f19f4e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.rftoolscontrol.tank@0 new recipe: RecipeStage{tier='five', recipe=1xtile.rftoolscontrol.tank@0:[net.minecraft.item.crafting.Ingredient@10343c5b, net.minecraft.item.crafting.Ingredient@43245e98, net.minecraft.item.crafting.Ingredient@43245e98, net.minecraft.item.crafting.Ingredient@43245e98, net.minecraft.item.crafting.Ingredient@549ac1e8, net.minecraft.item.crafting.Ingredient@549ac1e8, net.minecraft.item.crafting.Ingredient@43245e98, net.minecraft.item.crafting.Ingredient@549ac1e8, net.minecraft.item.crafting.Ingredient@549ac1e8]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.rftoolscontrol.network_identifier@0 new recipe: RecipeStage{tier='five', recipe=1xitem.rftoolscontrol.network_identifier@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7ce375b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5984e45a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@63bbdfa0, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.rftoolscontrol.crafting_card@0 new recipe: RecipeStage{tier='five', recipe=8xitem.rftoolscontrol.crafting_card@0:[net.minecraft.item.crafting.Ingredient@59765d06, net.minecraft.item.crafting.Ingredient@b84e057, net.minecraft.item.crafting.Ingredient@384b2701, net.minecraft.item.crafting.Ingredient@59765d06]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.rftoolscontrol.processor@0 new recipe: RecipeStage{tier='five', recipe=1xtile.rftoolscontrol.processor@0:[net.minecraft.item.crafting.Ingredient@b665405, net.minecraft.item.crafting.Ingredient@4fa518d4, net.minecraft.item.crafting.Ingredient@b665405, net.minecraft.item.crafting.Ingredient@656e21d7, net.minecraft.item.crafting.Ingredient@1fccdaf4, net.minecraft.item.crafting.Ingredient@656e21d7, net.minecraft.item.crafting.Ingredient@b665405, net.minecraft.item.crafting.Ingredient@4fa518d4, net.minecraft.item.crafting.Ingredient@b665405]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.rftoolscontrol.cpu_core_2000@0 new recipe: RecipeStage{tier='five', recipe=1xitem.rftoolscontrol.cpu_core_2000@0:[net.minecraft.item.crafting.Ingredient@2ca128fe, net.minecraft.item.crafting.Ingredient@14426c01, net.minecraft.item.crafting.Ingredient@2ca128fe, net.minecraft.item.crafting.Ingredient@14426c01, net.minecraft.item.crafting.Ingredient@1f54277b, net.minecraft.item.crafting.Ingredient@14426c01, net.minecraft.item.crafting.Ingredient@2ca128fe, net.minecraft.item.crafting.Ingredient@14426c01, net.minecraft.item.crafting.Ingredient@2ca128fe]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.rftoolscontrol.graphics_card@0 new recipe: RecipeStage{tier='five', recipe=1xitem.rftoolscontrol.graphics_card@0:[net.minecraft.item.crafting.Ingredient@4cf19871, net.minecraft.item.crafting.Ingredient@70afb2e5, net.minecraft.item.crafting.Ingredient@4cf19871, net.minecraft.item.crafting.Ingredient@2f86bf8f, net.minecraft.item.crafting.Ingredient@423a8567, net.minecraft.item.crafting.Ingredient@2f86bf8f, net.minecraft.item.crafting.Ingredient@4cf19871, net.minecraft.item.crafting.Ingredient@248b74f, net.minecraft.item.crafting.Ingredient@4cf19871]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.rftoolscontrol.ram_chip@0 new recipe: RecipeStage{tier='five', recipe=1xitem.rftoolscontrol.ram_chip@0:[net.minecraft.item.crafting.Ingredient@d8da923, net.minecraft.item.crafting.Ingredient@d8da923, net.minecraft.item.crafting.Ingredient@d8da923, net.minecraft.item.crafting.Ingredient@4dd00b0, net.minecraft.item.crafting.Ingredient@2403e677, net.minecraft.item.crafting.Ingredient@4dd00b0, net.minecraft.item.crafting.Ingredient@d8da923, net.minecraft.item.crafting.Ingredient@d8da923, net.minecraft.item.crafting.Ingredient@d8da923]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.rftoolscontrol.vectorart_module@0 new recipe: RecipeStage{tier='five', recipe=1xitem.rftoolscontrol.vectorart_module@0:[net.minecraft.item.crafting.Ingredient@5474bc02, net.minecraft.item.crafting.Ingredient@bbc781c, net.minecraft.item.crafting.Ingredient@5474bc02, net.minecraft.item.crafting.Ingredient@48f85903, net.minecraft.item.crafting.Ingredient@7ad941c5, net.minecraft.item.crafting.Ingredient@48f85903, net.minecraft.item.crafting.Ingredient@5474bc02, net.minecraft.item.crafting.Ingredient@1aac1572, net.minecraft.item.crafting.Ingredient@5474bc02]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.rftoolscontrol.program_card@0 new recipe: RecipeStage{tier='five', recipe=1xitem.rftoolscontrol.program_card@0:[net.minecraft.item.crafting.Ingredient@52ede41d, net.minecraft.item.crafting.Ingredient@52ede41d, net.minecraft.item.crafting.Ingredient@3b993c53, net.minecraft.item.crafting.Ingredient@52ede41d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.rftoolscontrol.node@0 new recipe: RecipeStage{tier='five', recipe=1xtile.rftoolscontrol.node@0:[net.minecraft.item.crafting.Ingredient@7685d047, net.minecraft.item.crafting.Ingredient@605ef755, net.minecraft.item.crafting.Ingredient@7685d047, net.minecraft.item.crafting.Ingredient@7685d047, net.minecraft.item.crafting.Ingredient@4db2f1bf, net.minecraft.item.crafting.Ingredient@7685d047, net.minecraft.item.crafting.Ingredient@7685d047, net.minecraft.item.crafting.Ingredient@3b955d6e, net.minecraft.item.crafting.Ingredient@7685d047]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.rftoolscontrol.rftoolscontrol_manual@0 new recipe: RecipeStage{tier='five', recipe=1xitem.rftoolscontrol.rftoolscontrol_manual@0:[net.minecraft.item.crafting.Ingredient@4914c03c, net.minecraft.item.crafting.Ingredient@4914c03c, net.minecraft.item.crafting.Ingredient@4914c03c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7822b5af, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.rftoolscontrol.craftingstation@0 new recipe: RecipeStage{tier='five', recipe=1xtile.rftoolscontrol.craftingstation@0:[net.minecraft.item.crafting.Ingredient@753405c7, net.minecraft.item.crafting.Ingredient@709f9982, net.minecraft.item.crafting.Ingredient@753405c7, net.minecraft.item.crafting.Ingredient@38e67f89, net.minecraft.item.crafting.Ingredient@4b2af7fa, net.minecraft.item.crafting.Ingredient@38e67f89, net.minecraft.item.crafting.Ingredient@753405c7, net.minecraft.item.crafting.Ingredient@709f9982, net.minecraft.item.crafting.Ingredient@753405c7]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.rftoolscontrol.variable_module@0 new recipe: RecipeStage{tier='five', recipe=1xitem.rftoolscontrol.variable_module@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2939a05d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5a28591, net.minecraft.item.crafting.Ingredient@69f1416f, net.minecraft.item.crafting.Ingredient@5a28591, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6b1dd035, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.rftoolscontrol.network_card@0 new recipe: RecipeStage{tier='five', recipe=1xitem.rftoolscontrol.network_card@0:[net.minecraft.item.crafting.Ingredient@74afb069, net.minecraft.item.crafting.Ingredient@3038b13d, net.minecraft.item.crafting.Ingredient@74afb069, net.minecraftforge.oredict.OreIngredient@7ab19845, net.minecraft.item.crafting.Ingredient@6b8ab6e4, net.minecraftforge.oredict.OreIngredient@7ab19845, net.minecraft.item.crafting.Ingredient@74afb069, net.minecraft.item.crafting.Ingredient@74afb069, net.minecraft.item.crafting.Ingredient@74afb069]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.rftoolscontrol.workbench@0 new recipe: RecipeStage{tier='five', recipe=1xtile.rftoolscontrol.workbench@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@39c74d0b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@78d6255c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5fede2ee, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.scannable.module_ore_rare@0 new recipe: RecipeStage{tier='five', recipe=1xitem.scannable.module_ore_rare@0:[net.minecraft.item.crafting.Ingredient@11d5c254, net.minecraftforge.oredict.OreIngredient@4bac9730]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.scannable.module_block@0 new recipe: RecipeStage{tier='five', recipe=1xitem.scannable.module_block@0:[net.minecraft.item.crafting.Ingredient@55c0341c, net.minecraftforge.oredict.OreIngredient@7b8aed95]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.scannable.module_animal@0 new recipe: RecipeStage{tier='five', recipe=1xitem.scannable.module_animal@0:[net.minecraft.item.crafting.Ingredient@7c9ced17, net.minecraftforge.oredict.OreIngredient@2077a3ee]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.scannable.module_monster@0 new recipe: RecipeStage{tier='five', recipe=1xitem.scannable.module_monster@0:[net.minecraft.item.crafting.Ingredient@36a9d9a0, net.minecraftforge.oredict.OreIngredient@27caad26]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.scannable.scanner@0 new recipe: RecipeStage{tier='five', recipe=1xitem.scannable.scanner@0:[net.minecraftforge.oredict.OreIngredient@2ae7ad4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2ae7ad4, net.minecraft.item.crafting.Ingredient@457377c4, net.minecraftforge.oredict.OreIngredient@52b7f221, net.minecraft.item.crafting.Ingredient@457377c4, net.minecraftforge.oredict.OreIngredient@58119e5d, net.minecraftforge.oredict.OreIngredient@29182751, net.minecraftforge.oredict.OreIngredient@58119e5d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.scannable.module_entity@0 new recipe: RecipeStage{tier='five', recipe=1xitem.scannable.module_entity@0:[net.minecraft.item.crafting.Ingredient@49985475, net.minecraft.item.crafting.Ingredient@803362f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.scannable.module_blank@0 new recipe: RecipeStage{tier='five', recipe=1xitem.scannable.module_blank@0:[net.minecraftforge.oredict.OreIngredient@aa7b7a, net.minecraftforge.oredict.OreIngredient@aa7b7a, net.minecraftforge.oredict.OreIngredient@aa7b7a, net.minecraft.item.crafting.Ingredient@34726337, net.minecraftforge.oredict.OreIngredient@6494a22c, net.minecraft.item.crafting.Ingredient@34726337, net.minecraft.item.crafting.Ingredient@34726337, net.minecraftforge.oredict.OreIngredient@3969db41, net.minecraft.item.crafting.Ingredient@34726337]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.scannable.module_fluid@0 new recipe: RecipeStage{tier='five', recipe=1xitem.scannable.module_fluid@0:[net.minecraft.item.crafting.Ingredient@7b87945c, net.minecraft.item.crafting.Ingredient@49cb9b7f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.scannable.module_range@0 new recipe: RecipeStage{tier='five', recipe=1xitem.scannable.module_range@0:[net.minecraft.item.crafting.Ingredient@6ff36abf, net.minecraftforge.oredict.OreIngredient@3c48b545]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.scannable.module_ore_common@0 new recipe: RecipeStage{tier='five', recipe=1xitem.scannable.module_ore_common@0:[net.minecraft.item.crafting.Ingredient@df6c3d3, net.minecraft.item.crafting.Ingredient@2a3f7094]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.simplegenerators.turbine_upgradable@0 new recipe: RecipeStage{tier='four', recipe=1xtile.simplegenerators.turbine_upgradable@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3922ba5a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3922ba5a, net.minecraft.item.crafting.Ingredient@1929352a, net.minecraft.item.crafting.Ingredient@3922ba5a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3922ba5a, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.simplegenerators.turbine_simple@0 new recipe: RecipeStage{tier='four', recipe=1xtile.simplegenerators.turbine_simple@0:[net.minecraftforge.oredict.OreIngredient@1c1b7384, net.minecraft.item.crafting.Ingredient@4cd0cae7, net.minecraftforge.oredict.OreIngredient@1c1b7384, net.minecraftforge.oredict.OreIngredient@14a87d92, net.minecraft.item.crafting.Ingredient@1b9d4ab4, net.minecraftforge.oredict.OreIngredient@14a87d92, net.minecraftforge.oredict.OreIngredient@1c1b7384, net.minecraftforge.oredict.OreIngredient@5c5d9d10, net.minecraftforge.oredict.OreIngredient@1c1b7384]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.simplegenerators.soul_upgradable@0 new recipe: RecipeStage{tier='four', recipe=1xtile.simplegenerators.soul_upgradable@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5753d417, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5753d417, net.minecraft.item.crafting.Ingredient@29f0f81a, net.minecraft.item.crafting.Ingredient@5753d417, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5753d417, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.simplegenerators.soul_simple@0 new recipe: RecipeStage{tier='four', recipe=1xtile.simplegenerators.soul_simple@0:[net.minecraftforge.oredict.OreIngredient@277b6585, net.minecraftforge.oredict.OreIngredient@15c974f4, net.minecraftforge.oredict.OreIngredient@277b6585, net.minecraft.item.crafting.Ingredient@2a919edd, net.minecraft.item.crafting.Ingredient@4b08a4ee, net.minecraft.item.crafting.Ingredient@2a919edd, net.minecraftforge.oredict.OreIngredient@277b6585, net.minecraftforge.oredict.OreIngredient@37a3b747, net.minecraftforge.oredict.OreIngredient@277b6585]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.simplegenerators.nether_upgradable@0 new recipe: RecipeStage{tier='four', recipe=1xtile.simplegenerators.nether_upgradable@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7339755e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7339755e, net.minecraft.item.crafting.Ingredient@1b48e410, net.minecraft.item.crafting.Ingredient@7339755e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7339755e, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.simplegenerators.nether_simple@0 new recipe: RecipeStage{tier='four', recipe=1xtile.simplegenerators.nether_simple@0:[net.minecraft.item.crafting.Ingredient@659516b3, net.minecraft.item.crafting.Ingredient@f6a7a03, net.minecraft.item.crafting.Ingredient@659516b3, net.minecraft.item.crafting.Ingredient@f6a7a03, net.minecraft.item.crafting.Ingredient@5e8d9aa3, net.minecraft.item.crafting.Ingredient@f6a7a03, net.minecraft.item.crafting.Ingredient@659516b3, net.minecraftforge.oredict.OreIngredient@734002de, net.minecraft.item.crafting.Ingredient@659516b3]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.simplegenerators.geothermal_upgradable@0 new recipe: RecipeStage{tier='four', recipe=1xtile.simplegenerators.geothermal_upgradable@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@177f4a2b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@177f4a2b, net.minecraft.item.crafting.Ingredient@14d39a23, net.minecraft.item.crafting.Ingredient@177f4a2b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@177f4a2b, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.simplegenerators.geothermal_simple@0 new recipe: RecipeStage{tier='four', recipe=1xtile.simplegenerators.geothermal_simple@0:[net.minecraftforge.oredict.OreIngredient@1204b45b, net.minecraft.item.crafting.Ingredient@7ad4dc4, net.minecraftforge.oredict.OreIngredient@1204b45b, net.minecraft.item.crafting.Ingredient@1831c7ea, net.minecraft.item.crafting.Ingredient@5b897821, net.minecraft.item.crafting.Ingredient@1831c7ea, net.minecraftforge.oredict.OreIngredient@1204b45b, net.minecraftforge.oredict.OreIngredient@6c98a967, net.minecraftforge.oredict.OreIngredient@1204b45b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.simplegenerators.fluid_combustion_upgradable@0 new recipe: RecipeStage{tier='four', recipe=1xtile.simplegenerators.fluid_combustion_upgradable@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@79d90c1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@79d90c1, net.minecraft.item.crafting.Ingredient@4e056310, net.minecraft.item.crafting.Ingredient@79d90c1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@79d90c1, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.simplegenerators.fluid_combustion_simple@0 new recipe: RecipeStage{tier='four', recipe=1xtile.simplegenerators.fluid_combustion_simple@0:[net.minecraftforge.oredict.OreIngredient@46397e65, net.minecraft.item.crafting.Ingredient@7973e3b, net.minecraftforge.oredict.OreIngredient@46397e65, net.minecraftforge.oredict.OreIngredient@479d7b26, net.minecraft.item.crafting.Ingredient@25f23e90, net.minecraftforge.oredict.OreIngredient@479d7b26, net.minecraftforge.oredict.OreIngredient@46397e65, net.minecraftforge.oredict.OreIngredient@28b5b61d, net.minecraftforge.oredict.OreIngredient@46397e65]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.simplegenerators.ender_upgradable@0 new recipe: RecipeStage{tier='four', recipe=1xtile.simplegenerators.ender_upgradable@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@608d6ce7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@608d6ce7, net.minecraft.item.crafting.Ingredient@5553ae73, net.minecraft.item.crafting.Ingredient@608d6ce7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@608d6ce7, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.simplegenerators.ender_simple@0 new recipe: RecipeStage{tier='four', recipe=1xtile.simplegenerators.ender_simple@0:[net.minecraftforge.oredict.OreIngredient@1f6a0445, net.minecraftforge.oredict.OreIngredient@24bfbd6e, net.minecraftforge.oredict.OreIngredient@1f6a0445, net.minecraftforge.oredict.OreIngredient@24bfbd6e, net.minecraft.item.crafting.Ingredient@65b02212, net.minecraftforge.oredict.OreIngredient@24bfbd6e, net.minecraftforge.oredict.OreIngredient@1f6a0445, net.minecraftforge.oredict.OreIngredient@2cb16653, net.minecraftforge.oredict.OreIngredient@1f6a0445]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.simplegenerators.culinary_upgradable@0 new recipe: RecipeStage{tier='four', recipe=1xtile.simplegenerators.culinary_upgradable@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@485e00b7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@485e00b7, net.minecraft.item.crafting.Ingredient@6e2c488f, net.minecraft.item.crafting.Ingredient@485e00b7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@485e00b7, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.simplegenerators.culinary_simple@0 new recipe: RecipeStage{tier='four', recipe=1xtile.simplegenerators.culinary_simple@0:[net.minecraftforge.oredict.OreIngredient@69bd22d3, net.minecraft.item.crafting.Ingredient@48a1ea5e, net.minecraftforge.oredict.OreIngredient@69bd22d3, net.minecraft.item.crafting.Ingredient@4155eec5, net.minecraft.item.crafting.Ingredient@667314eb, net.minecraft.item.crafting.Ingredient@66d8194c, net.minecraftforge.oredict.OreIngredient@69bd22d3, net.minecraftforge.oredict.OreIngredient@216cecd3, net.minecraftforge.oredict.OreIngredient@69bd22d3]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.simplegenerators.combustion_upgradable@0 new recipe: RecipeStage{tier='four', recipe=1xtile.simplegenerators.combustion_upgradable@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5ef2e376, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5ef2e376, net.minecraft.item.crafting.Ingredient@13232025, net.minecraft.item.crafting.Ingredient@5ef2e376, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5ef2e376, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.simplegenerators.combustion_simple@0 new recipe: RecipeStage{tier='four', recipe=1xtile.simplegenerators.combustion_simple@0:[net.minecraftforge.oredict.OreIngredient@688c81a5, net.minecraftforge.oredict.OreIngredient@18941c74, net.minecraftforge.oredict.OreIngredient@688c81a5, net.minecraftforge.oredict.OreIngredient@18941c74, net.minecraft.item.crafting.Ingredient@131cdcde, net.minecraftforge.oredict.OreIngredient@18941c74, net.minecraftforge.oredict.OreIngredient@688c81a5, net.minecraftforge.oredict.OreIngredient@538d080f, net.minecraftforge.oredict.OreIngredient@688c81a5]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.storagenetwork:remote@0 new recipe: RecipeStage{tier='four', recipe=1xitem.storagenetwork:remote@0:[net.minecraft.item.crafting.Ingredient@4c73c2c5, net.minecraft.item.crafting.Ingredient@3f2c48a9, net.minecraft.item.crafting.Ingredient@4c73c2c5, net.minecraft.item.crafting.Ingredient@3f2c48a9, net.minecraft.item.crafting.Ingredient@6c2439b3, net.minecraft.item.crafting.Ingredient@3f2c48a9, net.minecraft.item.crafting.Ingredient@72c45604, net.minecraft.item.crafting.Ingredient@3f2c48a9, net.minecraft.item.crafting.Ingredient@72c45604]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.storagenetwork:process_kabel@0 new recipe: RecipeStage{tier='four', recipe=4xtile.storagenetwork:process_kabel@0:[net.minecraft.item.crafting.Ingredient@4e169176, net.minecraft.item.crafting.Ingredient@60c7eb12, net.minecraft.item.crafting.Ingredient@4e169176, net.minecraft.item.crafting.Ingredient@60c7eb12, net.minecraft.item.crafting.Ingredient@fe31819, net.minecraft.item.crafting.Ingredient@60c7eb12, net.minecraft.item.crafting.Ingredient@4e169176, net.minecraft.item.crafting.Ingredient@60c7eb12, net.minecraft.item.crafting.Ingredient@4e169176]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.storagenetwork:controller@0 new recipe: RecipeStage{tier='four', recipe=1xtile.storagenetwork:controller@0:[net.minecraft.item.crafting.Ingredient@71e017d7, net.minecraft.item.crafting.Ingredient@895afca, net.minecraft.item.crafting.Ingredient@71e017d7, net.minecraft.item.crafting.Ingredient@895afca, net.minecraft.item.crafting.Ingredient@735a9841, net.minecraft.item.crafting.Ingredient@895afca, net.minecraft.item.crafting.Ingredient@71e017d7, net.minecraft.item.crafting.Ingredient@895afca, net.minecraft.item.crafting.Ingredient@71e017d7]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.SC2:upgrade@18 new recipe: RecipeStage{tier='three', recipe=1xtile.SC2:upgrade@18:[net.minecraft.item.crafting.Ingredient@294ffb5, net.minecraft.item.crafting.Ingredient@1070c84b, net.minecraft.item.crafting.Ingredient@294ffb5, net.minecraft.item.crafting.Ingredient@2b4fe380, net.minecraft.item.crafting.Ingredient@42d9dbc2, net.minecraft.item.crafting.Ingredient@2b4fe380, net.minecraftforge.oredict.OreIngredient@447760a6, net.minecraft.item.crafting.Ingredient@1cfb164c, net.minecraftforge.oredict.OreIngredient@447760a6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.SC2:upgrade@15 new recipe: RecipeStage{tier='three', recipe=1xtile.SC2:upgrade@15:[net.minecraftforge.oredict.OreIngredient@3fad574e, net.minecraft.item.crafting.Ingredient@772d04e8, net.minecraftforge.oredict.OreIngredient@3fad574e, net.minecraft.item.crafting.Ingredient@772d04e8, net.minecraft.item.crafting.Ingredient@76852d84, net.minecraft.item.crafting.Ingredient@772d04e8, net.minecraftforge.oredict.OreIngredient@3fad574e, net.minecraft.item.crafting.Ingredient@360a3a9e, net.minecraftforge.oredict.OreIngredient@3fad574e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.SC2:upgrade@2 new recipe: RecipeStage{tier='three', recipe=1xtile.SC2:upgrade@2:[net.minecraft.item.crafting.Ingredient@65135fce, net.minecraft.item.crafting.Ingredient@2983fffe, net.minecraft.item.crafting.Ingredient@65135fce, net.minecraft.item.crafting.Ingredient@2983fffe, net.minecraft.item.crafting.Ingredient@5d837655, net.minecraft.item.crafting.Ingredient@2983fffe, net.minecraft.item.crafting.Ingredient@78f249bf, net.minecraft.item.crafting.Ingredient@3e05a92a, net.minecraft.item.crafting.Ingredient@78f249bf]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.SC2:upgrade@8 new recipe: RecipeStage{tier='three', recipe=1xtile.SC2:upgrade@8:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@36ca9a18, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6b26d9ae, net.minecraftforge.oredict.OreIngredient@745af3ba, net.minecraft.item.crafting.Ingredient@6b26d9ae, net.minecraft.item.crafting.Ingredient@e57b15f, net.minecraft.item.crafting.Ingredient@52418d7, net.minecraft.item.crafting.Ingredient@e57b15f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.SC2:upgrade@3 new recipe: RecipeStage{tier='three', recipe=1xtile.SC2:upgrade@3:[net.minecraft.item.crafting.Ingredient@3c49a45f, net.minecraft.item.crafting.Ingredient@1d4fb880, net.minecraft.item.crafting.Ingredient@3c49a45f, net.minecraft.item.crafting.Ingredient@53a69e0e, net.minecraft.item.crafting.Ingredient@1d4fb880, net.minecraft.item.crafting.Ingredient@53a69e0e, net.minecraft.item.crafting.Ingredient@1d4fb880, net.minecraft.item.crafting.Ingredient@3dee8fce, net.minecraft.item.crafting.Ingredient@1d4fb880]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.SC2:upgrade@0 new recipe: RecipeStage{tier='three', recipe=1xtile.SC2:upgrade@0:[net.minecraft.item.crafting.Ingredient@658fa827, net.minecraft.item.crafting.Ingredient@658fa827, net.minecraft.item.crafting.Ingredient@658fa827, net.minecraft.item.crafting.Ingredient@658fa827, net.minecraftforge.oredict.OreIngredient@271cee8, net.minecraft.item.crafting.Ingredient@658fa827, net.minecraft.item.crafting.Ingredient@658fa827, net.minecraft.item.crafting.Ingredient@5df52fd0, net.minecraft.item.crafting.Ingredient@658fa827]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.SC2:unknownmodule@37 new recipe: RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@37:[net.minecraftforge.oredict.OreIngredient@55fbc43a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@55fbc43a, net.minecraftforge.oredict.OreIngredient@55fbc43a, net.minecraftforge.oredict.OreIngredient@55fbc43a, net.minecraftforge.oredict.OreIngredient@55fbc43a, net.minecraft.item.crafting.Ingredient@6e04dd52, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6e04dd52]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.SC2:unknownmodule@13 new recipe: RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@13:[net.minecraft.item.crafting.Ingredient@38e06419, net.minecraft.item.crafting.Ingredient@38e06419, net.minecraft.item.crafting.Ingredient@38e06419, net.minecraft.item.crafting.Ingredient@38e06419, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@38e06419, net.minecraft.item.crafting.Ingredient@38e06419, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.SC2:unknownmodule@7 new recipe: RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@7:[net.minecraft.item.crafting.Ingredient@68ed4381, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@68ed4381, net.minecraft.item.crafting.Ingredient@1b6180b3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1b6180b3, net.minecraft.item.crafting.Ingredient@1b6180b3, net.minecraft.item.crafting.Ingredient@1b6180b3, net.minecraft.item.crafting.Ingredient@1b6180b3]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.SC2:unknownmodule@65 new recipe: RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@65:[net.minecraft.item.crafting.Ingredient@1cad1787, net.minecraft.item.crafting.Ingredient@1cad1787, net.minecraft.item.crafting.Ingredient@1cad1787, net.minecraft.item.crafting.Ingredient@2c938c6a, net.minecraft.item.crafting.Ingredient@3f4f27a5, net.minecraft.item.crafting.Ingredient@2c938c6a, net.minecraft.item.crafting.Ingredient@1cad1787, net.minecraft.item.crafting.Ingredient@1cad1787, net.minecraft.item.crafting.Ingredient@1cad1787]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.SC2:unknownmodule@3 new recipe: RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@3:[net.minecraft.item.crafting.Ingredient@7576acf8, net.minecraft.item.crafting.Ingredient@7576acf8, net.minecraft.item.crafting.Ingredient@7576acf8, net.minecraft.item.crafting.Ingredient@1bf9333, net.minecraft.item.crafting.Ingredient@30288f5d, net.minecraft.item.crafting.Ingredient@1bf9333, net.minecraft.item.crafting.Ingredient@7576acf8, net.minecraft.item.crafting.Ingredient@7576acf8, net.minecraft.item.crafting.Ingredient@7576acf8]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.SC2:unknownmodule@69 new recipe: RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@69:[net.minecraft.item.crafting.Ingredient@5f9ebc9d, net.minecraft.item.crafting.Ingredient@5f9ebc9d, net.minecraft.item.crafting.Ingredient@5f9ebc9d, net.minecraftforge.oredict.OreIngredient@45ca330f, net.minecraft.item.crafting.Ingredient@6e8ac56f, net.minecraftforge.oredict.OreIngredient@45ca330f, net.minecraft.item.crafting.Ingredient@196418a9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@196418a9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.SC2:unknownmodule@38 new recipe: RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@38:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@c0ff297, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@51d1055, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@51d1055]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.SC2:unknownmodule@38 new recipe: RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@38:[net.minecraft.item.crafting.Ingredient@3c5042e1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3c5042e1, net.minecraft.item.crafting.Ingredient@3c5042e1, net.minecraft.item.crafting.Ingredient@3c5042e1, net.minecraft.item.crafting.Ingredient@3c5042e1, net.minecraft.item.crafting.Ingredient@421a2e37, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@421a2e37]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.SC2:unknownmodule@1 new recipe: RecipeStage{tier='four', recipe=1xitem.SC2:unknownmodule@1:[net.minecraft.item.crafting.Ingredient@e33a5ce, net.minecraft.item.crafting.Ingredient@78a6f042, net.minecraft.item.crafting.Ingredient@e33a5ce, net.minecraft.item.crafting.Ingredient@78a6f042, net.minecraft.item.crafting.Ingredient@5a6ae67e, net.minecraft.item.crafting.Ingredient@78a6f042, net.minecraft.item.crafting.Ingredient@576fd024, net.minecraft.item.crafting.Ingredient@78a6f042, net.minecraft.item.crafting.Ingredient@576fd024]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.SC2:unknownmodule@64 new recipe: RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@64:[net.minecraft.item.crafting.Ingredient@5a5560ca, net.minecraft.item.crafting.Ingredient@655d7266, net.minecraft.item.crafting.Ingredient@5a5560ca, net.minecraft.item.crafting.Ingredient@4e7a7864, net.minecraft.item.crafting.Ingredient@676d1cb1, net.minecraft.item.crafting.Ingredient@4e7a7864, net.minecraft.item.crafting.Ingredient@5a5560ca, net.minecraft.item.crafting.Ingredient@655d7266, net.minecraft.item.crafting.Ingredient@5a5560ca]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.SC2:unknownmodule@2 new recipe: RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@2:[net.minecraft.item.crafting.Ingredient@3052e19e, net.minecraft.item.crafting.Ingredient@a2c018a, net.minecraft.item.crafting.Ingredient@3052e19e, net.minecraft.item.crafting.Ingredient@f6782fb, net.minecraft.item.crafting.Ingredient@6dccf9c3, net.minecraft.item.crafting.Ingredient@f6782fb, net.minecraft.item.crafting.Ingredient@3052e19e, net.minecraft.item.crafting.Ingredient@a2c018a, net.minecraft.item.crafting.Ingredient@3052e19e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.SC2:unknownmodule@28 new recipe: RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@28:[net.minecraft.item.crafting.Ingredient@2aaca2b8, net.minecraft.item.crafting.Ingredient@2aaca2b8, net.minecraft.item.crafting.Ingredient@2aaca2b8, net.minecraft.item.crafting.Ingredient@2aaca2b8, net.minecraft.item.crafting.Ingredient@193417a2, net.minecraft.item.crafting.Ingredient@2aaca2b8, net.minecraft.item.crafting.Ingredient@2aaca2b8, net.minecraft.item.crafting.Ingredient@2aaca2b8, net.minecraft.item.crafting.Ingredient@2aaca2b8]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.SC2:unknownmodule@25 new recipe: RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@25:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7f669995, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7f669995, net.minecraftforge.oredict.OreIngredient@313623b3, net.minecraftforge.oredict.OreIngredient@7f669995]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.SC2:unknownmodule@39 new recipe: RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@39:[net.minecraft.item.crafting.Ingredient@913d63e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@913d63e, net.minecraft.item.crafting.Ingredient@913d63e, net.minecraft.item.crafting.Ingredient@913d63e, net.minecraft.item.crafting.Ingredient@913d63e, net.minecraft.item.crafting.Ingredient@5c5e8776, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5c5e8776]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.SC2:unknownmodule@10 new recipe: RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@10:[net.minecraftforge.oredict.OreIngredient@ab77c36, net.minecraftforge.oredict.OreIngredient@ab77c36, net.minecraftforge.oredict.OreIngredient@ab77c36, net.minecraft.item.crafting.Ingredient@517a8f44, net.minecraft.item.crafting.Ingredient@3f93bb0d, net.minecraft.item.crafting.Ingredient@517a8f44, net.minecraftforge.oredict.OreIngredient@ab77c36, net.minecraftforge.oredict.OreIngredient@ab77c36, net.minecraftforge.oredict.OreIngredient@ab77c36]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.SC2:unknownmodule@51 new recipe: RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@51:[net.minecraft.item.crafting.Ingredient@69634e8c, net.minecraft.item.crafting.Ingredient@1f84f3e0]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.SC2:unknownmodule@53 new recipe: RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@53:[net.minecraftforge.oredict.OreIngredient@690604ff, net.minecraft.item.crafting.Ingredient@5e6dd8a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.SC2:unknownmodule@77 new recipe: RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@77:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@65220be0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@c84602a, net.minecraft.item.crafting.Ingredient@6e2357ce, net.minecraft.item.crafting.Ingredient@c84602a, net.minecraft.item.crafting.Ingredient@6e2357ce, net.minecraft.item.crafting.Ingredient@71bcb23d, net.minecraft.item.crafting.Ingredient@6e2357ce]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.SC2:unknownmodule@83 new recipe: RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@83:[net.minecraft.item.crafting.Ingredient@57ac0e95, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@57ac0e95, net.minecraft.item.crafting.Ingredient@64e6296e, net.minecraft.item.crafting.Ingredient@49db5646, net.minecraft.item.crafting.Ingredient@64e6296e, net.minecraftforge.oredict.OreIngredient@3e4188f7, net.minecraft.item.crafting.Ingredient@2d0b4cdd, net.minecraftforge.oredict.OreIngredient@3e4188f7]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.SC2:unknownmodule@73 new recipe: RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@73:[net.minecraft.item.crafting.Ingredient@a02f94c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@a02f94c, net.minecraft.item.crafting.Ingredient@a02f94c, net.minecraft.item.crafting.Ingredient@464cbe11, net.minecraft.item.crafting.Ingredient@a02f94c, net.minecraft.item.crafting.Ingredient@b7a6abd, net.minecraft.item.crafting.Ingredient@b7a6abd, net.minecraft.item.crafting.Ingredient@b7a6abd]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.SC2:unknownmodule@40 new recipe: RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@40:[net.minecraft.item.crafting.Ingredient@626edead, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@626edead, net.minecraft.item.crafting.Ingredient@626edead, net.minecraft.item.crafting.Ingredient@49099d58, net.minecraft.item.crafting.Ingredient@626edead, net.minecraftforge.oredict.OreIngredient@7e7de73d, net.minecraft.item.crafting.Ingredient@7901589, net.minecraftforge.oredict.OreIngredient@7e7de73d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.SC2:unknownmodule@33 new recipe: RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@33:[net.minecraft.item.crafting.Ingredient@5f9911e3, net.minecraft.item.crafting.Ingredient@dadb993, net.minecraft.item.crafting.Ingredient@5f9911e3, net.minecraft.item.crafting.Ingredient@205d5dbb, net.minecraft.item.crafting.Ingredient@15135515, net.minecraft.item.crafting.Ingredient@205d5dbb, net.minecraft.item.crafting.Ingredient@5f9911e3, net.minecraft.item.crafting.Ingredient@dadb993, net.minecraft.item.crafting.Ingredient@5f9911e3]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.SC2:unknownmodule@62 new recipe: RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@62:[net.minecraft.item.crafting.Ingredient@12137fd5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@12137fd5, net.minecraft.item.crafting.Ingredient@12137fd5, net.minecraft.item.crafting.Ingredient@12137fd5, net.minecraft.item.crafting.Ingredient@12137fd5, net.minecraft.item.crafting.Ingredient@47a8855b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@47a8855b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.SC2:unknownmodule@71 new recipe: RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@71:[net.minecraft.item.crafting.Ingredient@55ffe4af, net.minecraft.item.crafting.Ingredient@52036cd8, net.minecraft.item.crafting.Ingredient@55ffe4af, net.minecraft.item.crafting.Ingredient@55ffe4af, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@55ffe4af, net.minecraft.item.crafting.Ingredient@55ffe4af, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@55ffe4af]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.SC2:unknownmodule@11 new recipe: RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@11:[net.minecraft.item.crafting.Ingredient@223698de, net.minecraft.item.crafting.Ingredient@223698de, net.minecraft.item.crafting.Ingredient@223698de, net.minecraft.item.crafting.Ingredient@1973ef4f, net.minecraft.item.crafting.Ingredient@48371e9, net.minecraft.item.crafting.Ingredient@1973ef4f, net.minecraft.item.crafting.Ingredient@223698de, net.minecraft.item.crafting.Ingredient@223698de, net.minecraft.item.crafting.Ingredient@223698de]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.SC2:unknownmodule@36 new recipe: RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@36:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2b5472e5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2b5472e5, net.minecraft.item.crafting.Ingredient@31689175, net.minecraft.item.crafting.Ingredient@2b5472e5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@65e13e12, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.SC2:unknownmodule@63 new recipe: RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@63:[net.minecraft.item.crafting.Ingredient@2f53e185, net.minecraft.item.crafting.Ingredient@2f53e185, net.minecraft.item.crafting.Ingredient@2f53e185, net.minecraft.item.crafting.Ingredient@2f53e185, net.minecraft.item.crafting.Ingredient@9baf42b, net.minecraft.item.crafting.Ingredient@2f53e185, net.minecraft.item.crafting.Ingredient@2f53e185, net.minecraft.item.crafting.Ingredient@2f53e185, net.minecraft.item.crafting.Ingredient@2f53e185]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.SC2:unknownmodule@5 new recipe: RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@5:[net.minecraft.item.crafting.Ingredient@66dab231, net.minecraft.item.crafting.Ingredient@66dab231, net.minecraft.item.crafting.Ingredient@66dab231, net.minecraft.item.crafting.Ingredient@66dab231, net.minecraft.item.crafting.Ingredient@5c9eaa07, net.minecraft.item.crafting.Ingredient@66dab231, net.minecraft.item.crafting.Ingredient@66dab231, net.minecraft.item.crafting.Ingredient@66dab231, net.minecraft.item.crafting.Ingredient@66dab231]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.SC2:unknownmodule@68 new recipe: RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@68:[net.minecraft.item.crafting.Ingredient@74954c8b, net.minecraft.item.crafting.Ingredient@74954c8b, net.minecraft.item.crafting.Ingredient@74954c8b, net.minecraftforge.oredict.OreIngredient@41fb7884, net.minecraft.item.crafting.Ingredient@38be3ae6, net.minecraftforge.oredict.OreIngredient@41fb7884, net.minecraft.item.crafting.Ingredient@74954c8b, net.minecraft.item.crafting.Ingredient@74954c8b, net.minecraft.item.crafting.Ingredient@74954c8b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.SC2:unknownmodule@16 new recipe: RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@16:[net.minecraft.item.crafting.Ingredient@63cb352, net.minecraft.item.crafting.Ingredient@27952016, net.minecraft.item.crafting.Ingredient@63cb352, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3f15bbd6, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.SC2:unknownmodule@81 new recipe: RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@81:[net.minecraft.item.crafting.Ingredient@361c53e3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@361c53e3, net.minecraft.item.crafting.Ingredient@361c53e3, net.minecraft.item.crafting.Ingredient@361c53e3, net.minecraft.item.crafting.Ingredient@361c53e3, net.minecraft.item.crafting.Ingredient@e5ef080, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@e5ef080]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.SC2:unknownmodule@67 new recipe: RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@67:[net.minecraft.item.crafting.Ingredient@466f058c, net.minecraft.item.crafting.Ingredient@78c383a8, net.minecraft.item.crafting.Ingredient@466f058c, net.minecraft.item.crafting.Ingredient@466f058c, net.minecraft.item.crafting.Ingredient@517c4c17, net.minecraft.item.crafting.Ingredient@466f058c, net.minecraft.item.crafting.Ingredient@78c383a8, net.minecraft.item.crafting.Ingredient@78c383a8, net.minecraft.item.crafting.Ingredient@78c383a8]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.SC2:unknownmodule@4 new recipe: RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@4:[net.minecraft.item.crafting.Ingredient@1e756541, net.minecraft.item.crafting.Ingredient@4d04d5f, net.minecraft.item.crafting.Ingredient@1e756541, net.minecraft.item.crafting.Ingredient@1e756541, net.minecraft.item.crafting.Ingredient@491fb377, net.minecraft.item.crafting.Ingredient@1e756541, net.minecraft.item.crafting.Ingredient@4d04d5f, net.minecraft.item.crafting.Ingredient@4d04d5f, net.minecraft.item.crafting.Ingredient@4d04d5f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.SC2:unknownmodule@34 new recipe: RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@34:[net.minecraft.item.crafting.Ingredient@2c3fa907, net.minecraftforge.oredict.OreIngredient@5c0019d3, net.minecraft.item.crafting.Ingredient@2c3fa907, net.minecraft.item.crafting.Ingredient@66f1be55, net.minecraft.item.crafting.Ingredient@1a259f3e, net.minecraft.item.crafting.Ingredient@66f1be55, net.minecraft.item.crafting.Ingredient@2c3fa907, net.minecraftforge.oredict.OreIngredient@5c0019d3, net.minecraft.item.crafting.Ingredient@2c3fa907]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.SC2:unknownmodule@6 new recipe: RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@6:[net.minecraft.item.crafting.Ingredient@58c505b1, net.minecraft.item.crafting.Ingredient@58c505b1, net.minecraft.item.crafting.Ingredient@58c505b1, net.minecraft.item.crafting.Ingredient@3bbde003, net.minecraft.item.crafting.Ingredient@5362cfbe, net.minecraft.item.crafting.Ingredient@3bbde003, net.minecraft.item.crafting.Ingredient@3647bd7a, net.minecraft.item.crafting.Ingredient@78d67a74, net.minecraft.item.crafting.Ingredient@3647bd7a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.SC2:unknownmodule@82 new recipe: RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@82:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7141dde8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@66a3b425, net.minecraft.item.crafting.Ingredient@43589815, net.minecraft.item.crafting.Ingredient@66a3b425, net.minecraft.item.crafting.Ingredient@68da0c5a, net.minecraft.item.crafting.Ingredient@323576e7, net.minecraft.item.crafting.Ingredient@68da0c5a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.SC2:unknownmodule@31 new recipe: RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@31:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@39ff21cb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@39ff21cb, net.minecraft.item.crafting.Ingredient@30d84020, net.minecraft.item.crafting.Ingredient@39ff21cb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@39ff21cb, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.SC2:unknownmodule@75 new recipe: RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@75:[net.minecraft.item.crafting.Ingredient@5391124d, net.minecraft.item.crafting.Ingredient@5391124d, net.minecraft.item.crafting.Ingredient@5391124d, net.minecraft.item.crafting.Ingredient@7d74c3b0, net.minecraft.item.crafting.Ingredient@19119854, net.minecraft.item.crafting.Ingredient@7d74c3b0, net.minecraft.item.crafting.Ingredient@19119854, net.minecraft.item.crafting.Ingredient@24d3b2f3, net.minecraft.item.crafting.Ingredient@19119854]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.SC2:unknownmodule@32 new recipe: RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@32:[net.minecraftforge.oredict.OreIngredient@51250046, net.minecraft.item.crafting.Ingredient@49c41ab5, net.minecraftforge.oredict.OreIngredient@51250046, net.minecraft.item.crafting.Ingredient@49c41ab5, net.minecraftforge.oredict.OreIngredient@2855a4a7, net.minecraft.item.crafting.Ingredient@49c41ab5, net.minecraftforge.oredict.OreIngredient@51250046, net.minecraft.item.crafting.Ingredient@49c41ab5, net.minecraftforge.oredict.OreIngredient@51250046]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.SC2:unknownmodule@24 new recipe: RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@24:[net.minecraftforge.oredict.OreIngredient@1c75fc38, net.minecraft.item.crafting.Ingredient@194fcd0b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.SC2:unknownmodule@21 new recipe: RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@21:[net.minecraft.item.crafting.Ingredient@26fffde0, net.minecraft.item.crafting.Ingredient@1d836ce9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.SC2:unknownmodule@58 new recipe: RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@58:[net.minecraft.item.crafting.Ingredient@3df791ae, net.minecraft.item.crafting.Ingredient@2a39c4c0]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.SC2:unknownmodule@56 new recipe: RecipeStage{tier='four', recipe=1xitem.SC2:unknownmodule@56:[net.minecraft.item.crafting.Ingredient@5cd00c95, net.minecraft.item.crafting.Ingredient@49c63bbf, net.minecraft.item.crafting.Ingredient@5cd00c95, net.minecraft.item.crafting.Ingredient@634bb191, net.minecraft.item.crafting.Ingredient@773fdbf0, net.minecraft.item.crafting.Ingredient@634bb191, net.minecraft.item.crafting.Ingredient@3d16cc84, net.minecraft.item.crafting.Ingredient@49c63bbf, net.minecraft.item.crafting.Ingredient@3d16cc84]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.SC2:unknownmodule@41 new recipe: RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@41:[net.minecraft.item.crafting.Ingredient@6f5dcc81, net.minecraft.item.crafting.Ingredient@b02785e, net.minecraft.item.crafting.Ingredient@2805aba3, net.minecraft.item.crafting.Ingredient@4e548247, net.minecraft.item.crafting.Ingredient@4fec76ff, net.minecraft.item.crafting.Ingredient@4e548247, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4e548247, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.SC2:unknownmodule@30 new recipe: RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@30:[net.minecraft.item.crafting.Ingredient@6056f5ae, net.minecraft.item.crafting.Ingredient@7b390f81, net.minecraft.item.crafting.Ingredient@6056f5ae, net.minecraft.item.crafting.Ingredient@6056f5ae, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6056f5ae, net.minecraft.item.crafting.Ingredient@6056f5ae, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6056f5ae]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.SC2:unknownmodule@26 new recipe: RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@26:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@65e81069, net.minecraft.item.crafting.Ingredient@38b6eff8, net.minecraft.item.crafting.Ingredient@24e23dcf, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@162e370c, net.minecraft.item.crafting.Ingredient@38b6eff8, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.SC2:unknownmodule@66 new recipe: RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@66:[net.minecraft.item.crafting.Ingredient@245b0207, net.minecraft.item.crafting.Ingredient@245b0207, net.minecraft.item.crafting.Ingredient@245b0207, net.minecraft.item.crafting.Ingredient@245b0207, net.minecraft.item.crafting.Ingredient@30ca3ce4, net.minecraft.item.crafting.Ingredient@245b0207, net.minecraft.item.crafting.Ingredient@245b0207, net.minecraft.item.crafting.Ingredient@245b0207, net.minecraft.item.crafting.Ingredient@245b0207]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.SC2:unknownmodule@70 new recipe: RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@70:[net.minecraft.item.crafting.Ingredient@72a76d6f, net.minecraft.item.crafting.Ingredient@72a76d6f, net.minecraft.item.crafting.Ingredient@72a76d6f, net.minecraft.item.crafting.Ingredient@3c2bfca, net.minecraft.item.crafting.Ingredient@d81305c, net.minecraft.item.crafting.Ingredient@3c2bfca, net.minecraft.item.crafting.Ingredient@44543398, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@44543398]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.SC2:unknownmodule@29 new recipe: RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@29:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@b19a24d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1a93cd3c, net.minecraft.item.crafting.Ingredient@7dadada5, net.minecraft.item.crafting.Ingredient@7a79ee25, net.minecraft.item.crafting.Ingredient@7e0736f4, net.minecraft.item.crafting.Ingredient@7a79ee25]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.SC2:unknownmodule@27 new recipe: RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@27:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7b3049c3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@490b8eb6, net.minecraft.item.crafting.Ingredient@6e8d69c3, net.minecraft.item.crafting.Ingredient@490b8eb6, net.minecraft.item.crafting.Ingredient@300cb725, net.minecraft.item.crafting.Ingredient@300cb725, net.minecraft.item.crafting.Ingredient@56e80171]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.SC2:unknowncomponent@0 new recipe: RecipeStage{tier='three', recipe=1xitem.SC2:unknowncomponent@0:[net.minecraftforge.oredict.OreIngredient@68cf1747, net.minecraftforge.oredict.OreIngredient@68cf1747, net.minecraftforge.oredict.OreIngredient@68cf1747, net.minecraftforge.oredict.OreIngredient@68cf1747, net.minecraftforge.oredict.OreIngredient@45756106, net.minecraftforge.oredict.OreIngredient@68cf1747, net.minecraftforge.oredict.OreIngredient@68cf1747, net.minecraftforge.oredict.OreIngredient@68cf1747, net.minecraftforge.oredict.OreIngredient@68cf1747]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.SC2:unknowncomponent@14 new recipe: RecipeStage{tier='three', recipe=1xitem.SC2:unknowncomponent@14:[net.minecraft.item.crafting.Ingredient@3c844190, net.minecraftforge.oredict.OreIngredient@2469605d, net.minecraft.item.crafting.Ingredient@3c844190, net.minecraftforge.oredict.OreIngredient@2469605d, net.minecraft.item.crafting.Ingredient@3c844190, net.minecraftforge.oredict.OreIngredient@2469605d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2469605d, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.SC2:unknowncomponent@29 new recipe: RecipeStage{tier='three', recipe=1xitem.SC2:unknowncomponent@29:[net.minecraftforge.oredict.OreIngredient@67ad0ae4, net.minecraftforge.oredict.OreIngredient@67ad0ae4, net.minecraftforge.oredict.OreIngredient@67ad0ae4]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.SC2:unknowncomponent@13 new recipe: RecipeStage{tier='three', recipe=1xitem.SC2:unknowncomponent@13:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@12b082b0, net.minecraft.item.crafting.Ingredient@3a736ae, net.minecraft.item.crafting.Ingredient@245c4125, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@e8b80cf, net.minecraft.item.crafting.Ingredient@3a736ae, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.SC2:unknowncomponent@44 new recipe: RecipeStage{tier='four', recipe=1xitem.SC2:unknowncomponent@44:[net.minecraft.item.crafting.Ingredient@1c8be399, net.minecraft.item.crafting.Ingredient@644e2d60, net.minecraft.item.crafting.Ingredient@51390d16, net.minecraft.item.crafting.Ingredient@1c8be399]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.SC2:unknowncomponent@23 new recipe: RecipeStage{tier='three', recipe=1xitem.SC2:unknowncomponent@23:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2a09e2d2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2a09e2d2, net.minecraft.item.crafting.Ingredient@71735146, net.minecraft.item.crafting.Ingredient@2a09e2d2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2a09e2d2, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.SC2:unknowncomponent@2 new recipe: RecipeStage{tier='three', recipe=1xitem.SC2:unknowncomponent@2:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5d673b32, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5bd762e4, net.minecraftforge.oredict.OreIngredient@5bd762e4, net.minecraftforge.oredict.OreIngredient@5bd762e4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5d673b32, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.SC2:unknowncomponent@24 new recipe: RecipeStage{tier='three', recipe=1xitem.SC2:unknowncomponent@24:[net.minecraftforge.oredict.OreIngredient@5ff88bb9, net.minecraftforge.oredict.OreIngredient@5ff88bb9, net.minecraftforge.oredict.OreIngredient@5ff88bb9, net.minecraft.item.crafting.Ingredient@4414419, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.SC2:unknowncomponent@64 new recipe: RecipeStage{tier='three', recipe=1xitem.SC2:unknowncomponent@64:[net.minecraft.item.crafting.Ingredient@33e2e2f7, net.minecraft.item.crafting.Ingredient@219150a6, net.minecraft.item.crafting.Ingredient@33e2e2f7, net.minecraft.item.crafting.Ingredient@711e95f8, net.minecraft.item.crafting.Ingredient@711e95f8, net.minecraft.item.crafting.Ingredient@711e95f8, net.minecraft.item.crafting.Ingredient@219150a6, net.minecraft.item.crafting.Ingredient@711e95f8, net.minecraft.item.crafting.Ingredient@219150a6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.SC2:unknowncomponent@62 new recipe: RecipeStage{tier='three', recipe=1xitem.SC2:unknowncomponent@62:[net.minecraft.item.crafting.Ingredient@5ab1fa7b, net.minecraft.item.crafting.Ingredient@5ab1fa7b, net.minecraft.item.crafting.Ingredient@5ab1fa7b, net.minecraft.item.crafting.Ingredient@5ab1fa7b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.SC2:unknowncomponent@48 new recipe: RecipeStage{tier='three', recipe=1xitem.SC2:unknowncomponent@48:[net.minecraft.item.crafting.Ingredient@23dc88b9, net.minecraft.item.crafting.Ingredient@23dc88b9, net.minecraft.item.crafting.Ingredient@23dc88b9, net.minecraft.item.crafting.Ingredient@23dc88b9, net.minecraft.item.crafting.Ingredient@23dc88b9, net.minecraft.item.crafting.Ingredient@23dc88b9, net.minecraft.item.crafting.Ingredient@23dc88b9, net.minecraft.item.crafting.Ingredient@23dc88b9, net.minecraft.item.crafting.Ingredient@23dc88b9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.SC2:unknowncomponent@35 new recipe: RecipeStage{tier='three', recipe=1xitem.SC2:unknowncomponent@35:[net.minecraft.item.crafting.Ingredient@2ea1624d, net.minecraft.item.crafting.Ingredient@2ea1624d, net.minecraft.item.crafting.Ingredient@2ea1624d, net.minecraft.item.crafting.Ingredient@2ea1624d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.SC2:unknowncomponent@38 new recipe: RecipeStage{tier='three', recipe=1xitem.SC2:unknowncomponent@38:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@746ca251, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@746ca251, net.minecraft.item.crafting.Ingredient@2dbb01e6, net.minecraft.item.crafting.Ingredient@746ca251, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@746ca251, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.SC2:unknowncomponent@31 new recipe: RecipeStage{tier='three', recipe=1xitem.SC2:unknowncomponent@31:[net.minecraft.item.crafting.Ingredient@24495b86, net.minecraft.item.crafting.Ingredient@24495b86, net.minecraft.item.crafting.Ingredient@24495b86, net.minecraft.item.crafting.Ingredient@24495b86]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.SC2:unknowncomponent@1 new recipe: RecipeStage{tier='three', recipe=1xitem.SC2:unknowncomponent@1:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4dfe175d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4dfe175d, net.minecraft.item.crafting.Ingredient@1592e070, net.minecraftforge.oredict.OreIngredient@4dfe175d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4dfe175d, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.SC2:unknowncomponent@63 new recipe: RecipeStage{tier='three', recipe=1xitem.SC2:unknowncomponent@63:[net.minecraft.item.crafting.Ingredient@76b93cb, net.minecraft.item.crafting.Ingredient@76b93cb, net.minecraft.item.crafting.Ingredient@76b93cb, net.minecraft.item.crafting.Ingredient@76b93cb, net.minecraft.item.crafting.Ingredient@76b93cb, net.minecraft.item.crafting.Ingredient@76b93cb, net.minecraft.item.crafting.Ingredient@76b93cb, net.minecraft.item.crafting.Ingredient@76b93cb, net.minecraft.item.crafting.Ingredient@76b93cb]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.SC2:unknowncomponent@36 new recipe: RecipeStage{tier='three', recipe=1xitem.SC2:unknowncomponent@36:[net.minecraft.item.crafting.Ingredient@e698e63, net.minecraft.item.crafting.Ingredient@e698e63, net.minecraft.item.crafting.Ingredient@e698e63, net.minecraft.item.crafting.Ingredient@e698e63, net.minecraft.item.crafting.Ingredient@e698e63, net.minecraft.item.crafting.Ingredient@e698e63, net.minecraft.item.crafting.Ingredient@e698e63, net.minecraft.item.crafting.Ingredient@e698e63, net.minecraft.item.crafting.Ingredient@e698e63]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.SC2:unknowncomponent@32 new recipe: RecipeStage{tier='three', recipe=1xitem.SC2:unknowncomponent@32:[net.minecraft.item.crafting.Ingredient@43141b54, net.minecraft.item.crafting.Ingredient@43141b54, net.minecraft.item.crafting.Ingredient@43141b54, net.minecraft.item.crafting.Ingredient@43141b54, net.minecraft.item.crafting.Ingredient@43141b54, net.minecraft.item.crafting.Ingredient@43141b54, net.minecraft.item.crafting.Ingredient@43141b54, net.minecraft.item.crafting.Ingredient@43141b54, net.minecraft.item.crafting.Ingredient@43141b54]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.SC2:unknowncomponent@80 new recipe: RecipeStage{tier='three', recipe=1xitem.SC2:unknowncomponent@80:[net.minecraft.item.crafting.Ingredient@7a2689ac, net.minecraft.item.crafting.Ingredient@7a2689ac, net.minecraft.item.crafting.Ingredient@7147e58a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.SC2:unknowncomponent@20 new recipe: RecipeStage{tier='three', recipe=1xitem.SC2:unknowncomponent@20:[net.minecraft.item.crafting.Ingredient@508d347a, net.minecraft.item.crafting.Ingredient@6a5f389f, net.minecraft.item.crafting.Ingredient@508d347a, net.minecraft.item.crafting.Ingredient@6a5f389f, net.minecraft.item.crafting.Ingredient@508d347a, net.minecraft.item.crafting.Ingredient@6a5f389f, net.minecraft.item.crafting.Ingredient@508d347a, net.minecraft.item.crafting.Ingredient@6a5f389f, net.minecraft.item.crafting.Ingredient@508d347a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.SC2:unknowncomponent@3 new recipe: RecipeStage{tier='three', recipe=1xitem.SC2:unknowncomponent@3:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@c99ad8a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1acc6869, net.minecraftforge.oredict.OreIngredient@1acc6869, net.minecraftforge.oredict.OreIngredient@1acc6869, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@c99ad8a, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.SC2:unknowncomponent@5 new recipe: RecipeStage{tier='three', recipe=1xitem.SC2:unknowncomponent@5:[net.minecraftforge.oredict.OreIngredient@3c1ef819, net.minecraft.item.crafting.Ingredient@399f5a4b, net.minecraftforge.oredict.OreIngredient@3c1ef819, net.minecraftforge.oredict.OreIngredient@3c1ef819, net.minecraft.item.crafting.Ingredient@2449e108, net.minecraftforge.oredict.OreIngredient@3c1ef819, net.minecraftforge.oredict.OreIngredient@3c1ef819, net.minecraftforge.oredict.OreIngredient@3c1ef819, net.minecraftforge.oredict.OreIngredient@3c1ef819]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.SC2:unknowncomponent@82 new recipe: RecipeStage{tier='three', recipe=1xitem.SC2:unknowncomponent@82:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3ecbbb12, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3ecbbb12, net.minecraft.item.crafting.Ingredient@34f35f9f, net.minecraft.item.crafting.Ingredient@3ecbbb12, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3ecbbb12, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.SC2:unknowncomponent@81 new recipe: RecipeStage{tier='three', recipe=1xitem.SC2:unknowncomponent@81:[net.minecraft.item.crafting.Ingredient@24bf9cab, net.minecraft.item.crafting.Ingredient@24bf9cab, net.minecraft.item.crafting.Ingredient@48715145]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.SC2:unknowncomponent@45 new recipe: RecipeStage{tier='three', recipe=1xitem.SC2:unknowncomponent@45:[net.minecraft.item.crafting.Ingredient@14d78293, net.minecraft.item.crafting.Ingredient@16af6c91, net.minecraft.item.crafting.Ingredient@14d78293, net.minecraft.item.crafting.Ingredient@37192ceb, net.minecraft.item.crafting.Ingredient@38620ced, net.minecraft.item.crafting.Ingredient@37192ceb, net.minecraft.item.crafting.Ingredient@14d78293, net.minecraft.item.crafting.Ingredient@16af6c91, net.minecraft.item.crafting.Ingredient@14d78293]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.SC2:unknowncomponent@6 new recipe: RecipeStage{tier='three', recipe=1xitem.SC2:unknowncomponent@6:[net.minecraft.item.crafting.Ingredient@4730b3b, net.minecraftforge.oredict.OreIngredient@417ff488, net.minecraftforge.oredict.OreIngredient@417ff488]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.SC2:unknowncomponent@37 new recipe: RecipeStage{tier='three', recipe=1xitem.SC2:unknowncomponent@37:[net.minecraft.item.crafting.Ingredient@15c7d02d, net.minecraft.item.crafting.Ingredient@109288d7]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.SC2:unknowncomponent@37 new recipe: RecipeStage{tier='three', recipe=1xitem.SC2:unknowncomponent@37:[net.minecraft.item.crafting.Ingredient@2fc1ba3e, net.minecraft.item.crafting.Ingredient@15ec4c99]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.SC2:unknowncomponent@40 new recipe: RecipeStage{tier='three', recipe=1xitem.SC2:unknowncomponent@40:[net.minecraft.item.crafting.Ingredient@81ff069, net.minecraft.item.crafting.Ingredient@3851f9ee, net.minecraft.item.crafting.Ingredient@81ff069, net.minecraft.item.crafting.Ingredient@3851f9ee, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3851f9ee, net.minecraft.item.crafting.Ingredient@81ff069, net.minecraft.item.crafting.Ingredient@3851f9ee, net.minecraft.item.crafting.Ingredient@81ff069]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.SC2:unknowncomponent@41 new recipe: RecipeStage{tier='three', recipe=1xitem.SC2:unknowncomponent@41:[net.minecraft.item.crafting.Ingredient@171cbebf, net.minecraft.item.crafting.Ingredient@7eeb6fad, net.minecraft.item.crafting.Ingredient@171cbebf, net.minecraft.item.crafting.Ingredient@5d490e13, net.minecraft.item.crafting.Ingredient@5d490e13, net.minecraft.item.crafting.Ingredient@5d490e13, net.minecraft.item.crafting.Ingredient@7eeb6fad, net.minecraft.item.crafting.Ingredient@5d490e13, net.minecraft.item.crafting.Ingredient@7eeb6fad]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.SC2:unknowncomponent@4 new recipe: RecipeStage{tier='three', recipe=1xitem.SC2:unknowncomponent@4:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6edf00c5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@14ec932e, net.minecraftforge.oredict.OreIngredient@14ec932e, net.minecraftforge.oredict.OreIngredient@14ec932e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6edf00c5, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.SC2:unknowncomponent@84 new recipe: RecipeStage{tier='three', recipe=1xitem.SC2:unknowncomponent@84:[net.minecraft.item.crafting.Ingredient@5f1c774e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5f1c774e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@14875be6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5f1c774e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5f1c774e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.SC2:BlockActivator@0 new recipe: RecipeStage{tier='three', recipe=1xtile.SC2:BlockActivator@0:[net.minecraftforge.oredict.OreIngredient@7a064ba4, net.minecraft.item.crafting.Ingredient@7c4441f5, net.minecraftforge.oredict.OreIngredient@1d54c8c1, net.minecraftforge.oredict.OreIngredient@21c68c2b, net.minecraft.item.crafting.Ingredient@345777b0, net.minecraftforge.oredict.OreIngredient@21c68c2b, net.minecraft.item.crafting.Ingredient@476d9c7c, net.minecraft.item.crafting.Ingredient@52dfe76e, net.minecraft.item.crafting.Ingredient@476d9c7c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.SC2:BlockJunction@0 new recipe: RecipeStage{tier='three', recipe=1xtile.SC2:BlockJunction@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2adfe7bf, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2adfe7bf, net.minecraft.item.crafting.Ingredient@1bac03a7, net.minecraft.item.crafting.Ingredient@2adfe7bf, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2adfe7bf, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.SC2:BlockDetector@4 new recipe: RecipeStage{tier='three', recipe=1xtile.SC2:BlockDetector@4:[net.minecraft.item.crafting.Ingredient@2e1fc57, net.minecraft.item.crafting.Ingredient@2e1fc57, net.minecraft.item.crafting.Ingredient@2e1fc57, net.minecraft.item.crafting.Ingredient@2e1fc57, net.minecraft.item.crafting.Ingredient@4f97eaf6, net.minecraft.item.crafting.Ingredient@2e1fc57, net.minecraft.item.crafting.Ingredient@2e1fc57, net.minecraft.item.crafting.Ingredient@2e1fc57, net.minecraft.item.crafting.Ingredient@2e1fc57]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.SC2:BlockCargoManager@0 new recipe: RecipeStage{tier='three', recipe=1xtile.SC2:BlockCargoManager@0:[net.minecraft.item.crafting.Ingredient@438f734c, net.minecraft.item.crafting.Ingredient@734da16a, net.minecraft.item.crafting.Ingredient@438f734c, net.minecraft.item.crafting.Ingredient@734da16a, net.minecraft.item.crafting.Ingredient@31524439, net.minecraft.item.crafting.Ingredient@734da16a, net.minecraft.item.crafting.Ingredient@438f734c, net.minecraft.item.crafting.Ingredient@734da16a, net.minecraft.item.crafting.Ingredient@438f734c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.storagedrawers.upgradeVoid@0 new recipe: RecipeStage{tier='three', recipe=1xitem.storagedrawers.upgradeVoid@0:[net.minecraft.item.crafting.Ingredient@6ec2fc8c, net.minecraft.item.crafting.Ingredient@6ec2fc8c, net.minecraft.item.crafting.Ingredient@6ec2fc8c, net.minecraft.item.crafting.Ingredient@6ec2fc8c, net.minecraft.item.crafting.Ingredient@103b1650, net.minecraft.item.crafting.Ingredient@6ec2fc8c, net.minecraft.item.crafting.Ingredient@6ec2fc8c, net.minecraft.item.crafting.Ingredient@6ec2fc8c, net.minecraft.item.crafting.Ingredient@6ec2fc8c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.storagedrawers.upgradeStorage@1 new recipe: RecipeStage{tier='two', recipe=1xitem.storagedrawers.upgradeStorage@1:[net.minecraftforge.oredict.OreIngredient@25c9e3cf, net.minecraftforge.oredict.OreIngredient@25c9e3cf, net.minecraftforge.oredict.OreIngredient@25c9e3cf, net.minecraft.item.crafting.Ingredient@43a76d00, net.minecraft.item.crafting.Ingredient@79791ec8, net.minecraft.item.crafting.Ingredient@43a76d00, net.minecraftforge.oredict.OreIngredient@25c9e3cf, net.minecraftforge.oredict.OreIngredient@25c9e3cf, net.minecraftforge.oredict.OreIngredient@25c9e3cf]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.storagedrawers.upgradeStatus@1 new recipe: RecipeStage{tier='three', recipe=1xitem.storagedrawers.upgradeStatus@1:[net.minecraft.item.crafting.Ingredient@79a9bcd, net.minecraftforge.oredict.OreIngredient@706e4bea, net.minecraft.item.crafting.Ingredient@79a9bcd, net.minecraftforge.oredict.OreIngredient@706e4bea, net.minecraft.item.crafting.Ingredient@6deefb7e, net.minecraftforge.oredict.OreIngredient@706e4bea, net.minecraft.item.crafting.Ingredient@3d0d0c84, net.minecraftforge.oredict.OreIngredient@706e4bea, net.minecraft.item.crafting.Ingredient@3d0d0c84]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.storagedrawers.upgradeStatus@0 new recipe: RecipeStage{tier='three', recipe=1xitem.storagedrawers.upgradeStatus@0:[net.minecraft.item.crafting.Ingredient@72e46988, net.minecraftforge.oredict.OreIngredient@7359079d, net.minecraft.item.crafting.Ingredient@72e46988, net.minecraftforge.oredict.OreIngredient@7359079d, net.minecraft.item.crafting.Ingredient@457e0381, net.minecraftforge.oredict.OreIngredient@7359079d, net.minecraft.item.crafting.Ingredient@1d7644fd, net.minecraftforge.oredict.OreIngredient@7359079d, net.minecraft.item.crafting.Ingredient@1d7644fd]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.storagedrawers.upgradeRedstone@2 new recipe: RecipeStage{tier='three', recipe=1xitem.storagedrawers.upgradeRedstone@2:[net.minecraftforge.oredict.OreIngredient@35f08e1d, net.minecraftforge.oredict.OreIngredient@35f08e1d, net.minecraftforge.oredict.OreIngredient@35f08e1d, net.minecraftforge.oredict.OreIngredient@35f08e1d, net.minecraft.item.crafting.Ingredient@28e7ad94, net.minecraftforge.oredict.OreIngredient@35f08e1d, net.minecraft.item.crafting.Ingredient@4fa0c39e, net.minecraft.item.crafting.Ingredient@4fa0c39e, net.minecraft.item.crafting.Ingredient@4fa0c39e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.storagedrawers.upgradeRedstone@1 new recipe: RecipeStage{tier='three', recipe=1xitem.storagedrawers.upgradeRedstone@1:[net.minecraft.item.crafting.Ingredient@77b4eb26, net.minecraft.item.crafting.Ingredient@77b4eb26, net.minecraft.item.crafting.Ingredient@77b4eb26, net.minecraftforge.oredict.OreIngredient@7a19a8fd, net.minecraft.item.crafting.Ingredient@44324037, net.minecraftforge.oredict.OreIngredient@7a19a8fd, net.minecraftforge.oredict.OreIngredient@7a19a8fd, net.minecraftforge.oredict.OreIngredient@7a19a8fd, net.minecraftforge.oredict.OreIngredient@7a19a8fd]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.storagedrawers.upgradeRedstone@0 new recipe: RecipeStage{tier='three', recipe=1xitem.storagedrawers.upgradeRedstone@0:[net.minecraft.item.crafting.Ingredient@4f5ca15e, net.minecraftforge.oredict.OreIngredient@234e2be1, net.minecraft.item.crafting.Ingredient@4f5ca15e, net.minecraftforge.oredict.OreIngredient@234e2be1, net.minecraft.item.crafting.Ingredient@5c3f340d, net.minecraftforge.oredict.OreIngredient@234e2be1, net.minecraft.item.crafting.Ingredient@4f5ca15e, net.minecraftforge.oredict.OreIngredient@234e2be1, net.minecraft.item.crafting.Ingredient@4f5ca15e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.storagedrawers.upgradeOneStack@0 new recipe: RecipeStage{tier='two', recipe=1xitem.storagedrawers.upgradeOneStack@0:[net.minecraftforge.oredict.OreIngredient@2bcfbb2d, net.minecraftforge.oredict.OreIngredient@2bcfbb2d, net.minecraftforge.oredict.OreIngredient@2bcfbb2d, net.minecraft.item.crafting.Ingredient@f903b8d, net.minecraft.item.crafting.Ingredient@6027f859, net.minecraft.item.crafting.Ingredient@f903b8d, net.minecraftforge.oredict.OreIngredient@2bcfbb2d, net.minecraftforge.oredict.OreIngredient@2bcfbb2d, net.minecraftforge.oredict.OreIngredient@2bcfbb2d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.storagedrawers.upgradeConversion@0 new recipe: RecipeStage{tier='two', recipe=1xitem.storagedrawers.upgradeConversion@0:[net.minecraft.item.crafting.Ingredient@5684ace3, net.minecraftforge.oredict.OreIngredient@42823330, net.minecraft.item.crafting.Ingredient@5684ace3, net.minecraftforge.oredict.OreIngredient@42823330, net.minecraft.item.crafting.Ingredient@12780efc, net.minecraftforge.oredict.OreIngredient@42823330, net.minecraft.item.crafting.Ingredient@5684ace3, net.minecraftforge.oredict.OreIngredient@42823330, net.minecraft.item.crafting.Ingredient@5684ace3]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.storagedrawers.tape@0 new recipe: RecipeStage{tier='two', recipe=1xitem.storagedrawers.tape@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3a30176a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5a131daa, net.minecraft.item.crafting.Ingredient@5a131daa, net.minecraft.item.crafting.Ingredient@5a131daa]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.storagedrawers.quantifyKey@0 new recipe: RecipeStage{tier='two', recipe=1xitem.storagedrawers.quantifyKey@0:[net.minecraft.item.crafting.Ingredient@53decec4, net.minecraft.item.crafting.Ingredient@69b5439b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.storagedrawers.personalKey@0 new recipe: RecipeStage{tier='two', recipe=1xitem.storagedrawers.personalKey@0:[net.minecraft.item.crafting.Ingredient@3b1d3ffc, net.minecraft.item.crafting.Ingredient@767a53dd]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.storagedrawers.drawerKey@0 new recipe: RecipeStage{tier='two', recipe=1xitem.storagedrawers.drawerKey@0:[net.minecraftforge.oredict.OreIngredient@4f243e5f, net.minecraftforge.oredict.OreIngredient@13502492, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@13502492, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@82de602]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.storagedrawers.shroudKey@0 new recipe: RecipeStage{tier='two', recipe=1xitem.storagedrawers.shroudKey@0:[net.minecraft.item.crafting.Ingredient@5bc7048d, net.minecraft.item.crafting.Ingredient@2d1d5f6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.storagedrawers.keyButton@3 new recipe: RecipeStage{tier='three', recipe=1xtile.storagedrawers.keyButton@3:[net.minecraft.item.crafting.Ingredient@494eb75c, net.minecraft.item.crafting.Ingredient@1698a4ec]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.storagedrawers.keyButton@2 new recipe: RecipeStage{tier='three', recipe=1xtile.storagedrawers.keyButton@2:[net.minecraft.item.crafting.Ingredient@1e82813b, net.minecraft.item.crafting.Ingredient@67ea98a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.storagedrawers.keyButton@0 new recipe: RecipeStage{tier='three', recipe=1xtile.storagedrawers.keyButton@0:[net.minecraft.item.crafting.Ingredient@666ddd3, net.minecraft.item.crafting.Ingredient@3e5df3a0]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.storagedrawers.keyButton@1 new recipe: RecipeStage{tier='three', recipe=1xtile.storagedrawers.keyButton@1:[net.minecraft.item.crafting.Ingredient@5b1d8221, net.minecraft.item.crafting.Ingredient@59d895b5]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.storagedrawers.framingTable@0 new recipe: RecipeStage{tier='two', recipe=1xtile.storagedrawers.framingTable@0:[net.minecraftforge.oredict.OreIngredient@513fa54, net.minecraftforge.oredict.OreIngredient@513fa54, net.minecraftforge.oredict.OreIngredient@513fa54, net.minecraftforge.oredict.OreIngredient@513fa54, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@513fa54]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.storagedrawers.customTrim@0 new recipe: RecipeStage{tier='two', recipe=4xtile.storagedrawers.customTrim@0:[net.minecraftforge.oredict.OreIngredient@1b32d661, net.minecraftforge.oredict.OreIngredient@248c605d, net.minecraftforge.oredict.OreIngredient@1b32d661, net.minecraftforge.oredict.OreIngredient@248c605d, net.minecraftforge.oredict.OreIngredient@1b32d661, net.minecraftforge.oredict.OreIngredient@248c605d, net.minecraftforge.oredict.OreIngredient@1b32d661, net.minecraftforge.oredict.OreIngredient@248c605d, net.minecraftforge.oredict.OreIngredient@1b32d661]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.storagedrawers.customDrawers@4 new recipe: RecipeStage{tier='two', recipe=4xtile.storagedrawers.customDrawers@4:[net.minecraftforge.oredict.OreIngredient@35b1e64, net.minecraftforge.oredict.OreIngredient@129cd4dc, net.minecraftforge.oredict.OreIngredient@35b1e64, net.minecraftforge.oredict.OreIngredient@129cd4dc, net.minecraftforge.oredict.OreIngredient@17bc92a1, net.minecraftforge.oredict.OreIngredient@129cd4dc, net.minecraftforge.oredict.OreIngredient@35b1e64, net.minecraftforge.oredict.OreIngredient@129cd4dc, net.minecraftforge.oredict.OreIngredient@35b1e64]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xtile.storagedrawers.customDrawers@3 new recipe: RecipeStage{tier='two', recipe=2xtile.storagedrawers.customDrawers@3:[net.minecraftforge.oredict.OreIngredient@44f3fcfe, net.minecraftforge.oredict.OreIngredient@40d69706, net.minecraftforge.oredict.OreIngredient@44f3fcfe, net.minecraftforge.oredict.OreIngredient@44f3fcfe, net.minecraftforge.oredict.OreIngredient@7a090ac4, net.minecraftforge.oredict.OreIngredient@44f3fcfe, net.minecraftforge.oredict.OreIngredient@44f3fcfe, net.minecraftforge.oredict.OreIngredient@40d69706, net.minecraftforge.oredict.OreIngredient@44f3fcfe]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.storagedrawers.customDrawers@2 new recipe: RecipeStage{tier='two', recipe=4xtile.storagedrawers.customDrawers@2:[net.minecraftforge.oredict.OreIngredient@624fe997, net.minecraftforge.oredict.OreIngredient@4138b561, net.minecraftforge.oredict.OreIngredient@624fe997, net.minecraftforge.oredict.OreIngredient@4138b561, net.minecraftforge.oredict.OreIngredient@1d045943, net.minecraftforge.oredict.OreIngredient@4138b561, net.minecraftforge.oredict.OreIngredient@624fe997, net.minecraftforge.oredict.OreIngredient@4138b561, net.minecraftforge.oredict.OreIngredient@624fe997]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xtile.storagedrawers.customDrawers@1 new recipe: RecipeStage{tier='two', recipe=2xtile.storagedrawers.customDrawers@1:[net.minecraftforge.oredict.OreIngredient@62602215, net.minecraftforge.oredict.OreIngredient@5ff849d9, net.minecraftforge.oredict.OreIngredient@62602215, net.minecraftforge.oredict.OreIngredient@62602215, net.minecraftforge.oredict.OreIngredient@60890be7, net.minecraftforge.oredict.OreIngredient@62602215, net.minecraftforge.oredict.OreIngredient@62602215, net.minecraftforge.oredict.OreIngredient@5ff849d9, net.minecraftforge.oredict.OreIngredient@62602215]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.storagedrawers.customDrawers@0 new recipe: RecipeStage{tier='two', recipe=1xtile.storagedrawers.customDrawers@0:[net.minecraftforge.oredict.OreIngredient@5b5fdf7, net.minecraftforge.oredict.OreIngredient@5b5fdf7, net.minecraftforge.oredict.OreIngredient@5b5fdf7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@48dfb8a6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5b5fdf7, net.minecraftforge.oredict.OreIngredient@5b5fdf7, net.minecraftforge.oredict.OreIngredient@5b5fdf7]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.sound_muffler_bauble@0 new recipe: RecipeStage{tier='two', recipe=1xitem.sound_muffler_bauble@0:[net.minecraft.item.crafting.Ingredient@2ee15830]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.sound_muffler_bauble@0 new recipe: RecipeStage{tier='two', recipe=1xitem.sound_muffler_bauble@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@41c09d9d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@41c09d9d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@41c09d9d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2d3b7e06, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xtile.spruceFenceGate@0 new recipe: RecipeStage{tier='one', recipe=2xtile.spruceFenceGate@0:[net.minecraft.item.crafting.Ingredient@63339bb]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.tallgates.tall_gate@1 new recipe: RecipeStage{tier='one', recipe=1xitem.tallgates.tall_gate@1:[net.minecraft.item.crafting.Ingredient@45cd05d3, net.minecraft.item.crafting.Ingredient@45cd05d3]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xtile.fenceGate@0 new recipe: RecipeStage{tier='one', recipe=2xtile.fenceGate@0:[net.minecraft.item.crafting.Ingredient@42eededa]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.tallgates.tall_gate@0 new recipe: RecipeStage{tier='one', recipe=1xitem.tallgates.tall_gate@0:[net.minecraft.item.crafting.Ingredient@aa0534d, net.minecraft.item.crafting.Ingredient@aa0534d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xtile.jungleFenceGate@0 new recipe: RecipeStage{tier='one', recipe=2xtile.jungleFenceGate@0:[net.minecraft.item.crafting.Ingredient@251a9bd1]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.tallgates.tall_gate@3 new recipe: RecipeStage{tier='one', recipe=1xitem.tallgates.tall_gate@3:[net.minecraft.item.crafting.Ingredient@7b90e71, net.minecraft.item.crafting.Ingredient@7b90e71]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xtile.darkOakFenceGate@0 new recipe: RecipeStage{tier='one', recipe=2xtile.darkOakFenceGate@0:[net.minecraft.item.crafting.Ingredient@5883897a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.tallgates.tall_gate@4 new recipe: RecipeStage{tier='one', recipe=1xitem.tallgates.tall_gate@4:[net.minecraft.item.crafting.Ingredient@7b692fe4, net.minecraft.item.crafting.Ingredient@7b692fe4]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xtile.birchFenceGate@0 new recipe: RecipeStage{tier='one', recipe=2xtile.birchFenceGate@0:[net.minecraft.item.crafting.Ingredient@6336f4fc]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.tallgates.tall_gate@2 new recipe: RecipeStage{tier='one', recipe=1xitem.tallgates.tall_gate@2:[net.minecraft.item.crafting.Ingredient@5bce648e, net.minecraft.item.crafting.Ingredient@5bce648e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xtile.acaciaFenceGate@0 new recipe: RecipeStage{tier='one', recipe=2xtile.acaciaFenceGate@0:[net.minecraft.item.crafting.Ingredient@7301ab18]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.tallgates.tall_gate@5 new recipe: RecipeStage{tier='one', recipe=1xitem.tallgates.tall_gate@5:[net.minecraft.item.crafting.Ingredient@194fba32, net.minecraft.item.crafting.Ingredient@194fba32]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.tcomplement.materials@0 new recipe: RecipeStage{tier='two', recipe=1xitem.tcomplement.materials@0:[net.minecraft.item.crafting.Ingredient@75fbec0d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@75fbec0d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@75fbec0d, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.tcomplement.porcelain_tank@2 new recipe: RecipeStage{tier='two', recipe=1xtile.tcomplement.porcelain_tank@2:[net.minecraft.item.crafting.Ingredient@2d97492, net.minecraftforge.oredict.OreIngredient@4bef4a6a, net.minecraft.item.crafting.Ingredient@2d97492, net.minecraft.item.crafting.Ingredient@2d97492, net.minecraftforge.oredict.OreIngredient@4bef4a6a, net.minecraft.item.crafting.Ingredient@2d97492, net.minecraft.item.crafting.Ingredient@2d97492, net.minecraftforge.oredict.OreIngredient@4bef4a6a, net.minecraft.item.crafting.Ingredient@2d97492]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.tcomplement.porcelain_tank@0 new recipe: RecipeStage{tier='two', recipe=1xtile.tcomplement.porcelain_tank@0:[net.minecraft.item.crafting.Ingredient@2d97492, net.minecraft.item.crafting.Ingredient@2d97492, net.minecraft.item.crafting.Ingredient@2d97492, net.minecraft.item.crafting.Ingredient@2d97492, net.minecraftforge.oredict.OreIngredient@2d02858, net.minecraft.item.crafting.Ingredient@2d97492, net.minecraft.item.crafting.Ingredient@2d97492, net.minecraft.item.crafting.Ingredient@2d97492, net.minecraft.item.crafting.Ingredient@2d97492]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.tcomplement.porcelain_tank@1 new recipe: RecipeStage{tier='two', recipe=1xtile.tcomplement.porcelain_tank@1:[net.minecraft.item.crafting.Ingredient@2d97492, net.minecraftforge.oredict.OreIngredient@1f60746, net.minecraft.item.crafting.Ingredient@2d97492, net.minecraftforge.oredict.OreIngredient@1f60746, net.minecraftforge.oredict.OreIngredient@1f60746, net.minecraftforge.oredict.OreIngredient@1f60746, net.minecraft.item.crafting.Ingredient@2d97492, net.minecraftforge.oredict.OreIngredient@1f60746, net.minecraft.item.crafting.Ingredient@2d97492]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.tcomplement.porcelain_alloy_tank@0 new recipe: RecipeStage{tier='two', recipe=1xtile.tcomplement.porcelain_alloy_tank@0:[net.minecraft.item.crafting.Ingredient@1bd250f, net.minecraft.item.crafting.Ingredient@72e2701d, net.minecraft.item.crafting.Ingredient@1bd250f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.tcomplement.alloy_tank@0 new recipe: RecipeStage{tier='two', recipe=1xtile.tcomplement.alloy_tank@0:[net.minecraft.item.crafting.Ingredient@3ee848e7, net.minecraft.item.crafting.Ingredient@509820fc, net.minecraft.item.crafting.Ingredient@3ee848e7]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.tcomplement.materials@6 new recipe: RecipeStage{tier='five', recipe=1xitem.tcomplement.materials@6:[net.minecraftforge.oredict.OreIngredient@577f84, net.minecraftforge.oredict.OreIngredient@61aebb56, net.minecraftforge.oredict.OreIngredient@577f84]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.tcomplement.porcelain_casting@0 new recipe: RecipeStage{tier='zero', recipe=1xtile.tcomplement.porcelain_casting@0:[net.minecraft.item.crafting.Ingredient@2d97492, net.minecraft.item.crafting.Ingredient@2d97492, net.minecraft.item.crafting.Ingredient@2d97492, net.minecraft.item.crafting.Ingredient@2d97492, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2d97492, net.minecraft.item.crafting.Ingredient@2d97492, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2d97492]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.tcomplement.manyullyn_leggings@0 new recipe: RecipeStage{tier='four', recipe=1xitem.tcomplement.manyullyn_leggings@0:[net.minecraftforge.oredict.OreIngredient@54ce6f1e, net.minecraftforge.oredict.OreIngredient@54ce6f1e, net.minecraftforge.oredict.OreIngredient@54ce6f1e, net.minecraftforge.oredict.OreIngredient@54ce6f1e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@54ce6f1e, net.minecraftforge.oredict.OreIngredient@54ce6f1e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@54ce6f1e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.tcomplement.manyullyn_helmet@0 new recipe: RecipeStage{tier='four', recipe=1xitem.tcomplement.manyullyn_helmet@0:[net.minecraftforge.oredict.OreIngredient@63b0fb58, net.minecraftforge.oredict.OreIngredient@63b0fb58, net.minecraftforge.oredict.OreIngredient@63b0fb58, net.minecraftforge.oredict.OreIngredient@63b0fb58, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@63b0fb58]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.tcomplement.manyullyn_chestplate@0 new recipe: RecipeStage{tier='four', recipe=1xitem.tcomplement.manyullyn_chestplate@0:[net.minecraftforge.oredict.OreIngredient@3a3afc18, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3a3afc18, net.minecraftforge.oredict.OreIngredient@3a3afc18, net.minecraftforge.oredict.OreIngredient@3a3afc18, net.minecraftforge.oredict.OreIngredient@3a3afc18, net.minecraftforge.oredict.OreIngredient@3a3afc18, net.minecraftforge.oredict.OreIngredient@3a3afc18, net.minecraftforge.oredict.OreIngredient@3a3afc18]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.tcomplement.manyullyn_boots@0 new recipe: RecipeStage{tier='four', recipe=1xitem.tcomplement.manyullyn_boots@0:[net.minecraftforge.oredict.OreIngredient@3d92effd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3d92effd, net.minecraftforge.oredict.OreIngredient@3d92effd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3d92effd]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.tcomplement.knightslime_leggings@0 new recipe: RecipeStage{tier='four', recipe=1xitem.tcomplement.knightslime_leggings@0:[net.minecraftforge.oredict.OreIngredient@52762ab3, net.minecraftforge.oredict.OreIngredient@52762ab3, net.minecraftforge.oredict.OreIngredient@52762ab3, net.minecraftforge.oredict.OreIngredient@52762ab3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@52762ab3, net.minecraftforge.oredict.OreIngredient@52762ab3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@52762ab3]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.tcomplement.knightslime_helmet@0 new recipe: RecipeStage{tier='four', recipe=1xitem.tcomplement.knightslime_helmet@0:[net.minecraftforge.oredict.OreIngredient@15492b2e, net.minecraftforge.oredict.OreIngredient@15492b2e, net.minecraftforge.oredict.OreIngredient@15492b2e, net.minecraftforge.oredict.OreIngredient@15492b2e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@15492b2e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.tcomplement.knightslime_chestplate@0 new recipe: RecipeStage{tier='four', recipe=1xitem.tcomplement.knightslime_chestplate@0:[net.minecraftforge.oredict.OreIngredient@2bb6f9ac, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2bb6f9ac, net.minecraftforge.oredict.OreIngredient@2bb6f9ac, net.minecraftforge.oredict.OreIngredient@2bb6f9ac, net.minecraftforge.oredict.OreIngredient@2bb6f9ac, net.minecraftforge.oredict.OreIngredient@2bb6f9ac, net.minecraftforge.oredict.OreIngredient@2bb6f9ac, net.minecraftforge.oredict.OreIngredient@2bb6f9ac]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.tcomplement.knightslime_boots@0 new recipe: RecipeStage{tier='four', recipe=1xitem.tcomplement.knightslime_boots@0:[net.minecraftforge.oredict.OreIngredient@26018b0b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@26018b0b, net.minecraftforge.oredict.OreIngredient@26018b0b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@26018b0b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xitem.translocators.part@0 new recipe: RecipeStage{tier='five', recipe=2xitem.translocators.part@0:[net.minecraftforge.oredict.OreIngredient@506cbb14, net.minecraftforge.oredict.OreIngredient@26745427, net.minecraftforge.oredict.OreIngredient@506cbb14, net.minecraftforge.oredict.OreIngredient@6879e16b, net.minecraft.item.crafting.Ingredient@4418c71a, net.minecraftforge.oredict.OreIngredient@6879e16b, net.minecraftforge.oredict.OreIngredient@506cbb14, net.minecraftforge.oredict.OreIngredient@71997096, net.minecraftforge.oredict.OreIngredient@506cbb14]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xitem.translocators.part@1 new recipe: RecipeStage{tier='five', recipe=2xitem.translocators.part@1:[net.minecraftforge.oredict.OreIngredient@6a98f89a, net.minecraftforge.oredict.OreIngredient@59dc2580, net.minecraftforge.oredict.OreIngredient@6a98f89a, net.minecraftforge.oredict.OreIngredient@636f1d04, net.minecraft.item.crafting.Ingredient@4a073745, net.minecraftforge.oredict.OreIngredient@636f1d04, net.minecraftforge.oredict.OreIngredient@6a98f89a, net.minecraftforge.oredict.OreIngredient@67f64ab7, net.minecraftforge.oredict.OreIngredient@6a98f89a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xitem.vc:upgrades/item_upgrade_airship_frame@0 new recipe: RecipeStage{tier='three', recipe=4xitem.vc:upgrades/item_upgrade_airship_frame@0:[net.minecraft.item.crafting.Ingredient@278e6c34, net.minecraft.item.crafting.Ingredient@278e6c34, net.minecraft.item.crafting.Ingredient@278e6c34, net.minecraft.item.crafting.Ingredient@5cb6eeea, net.minecraft.item.crafting.Ingredient@4b5defb6, net.minecraft.item.crafting.Ingredient@5cb6eeea, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6016cc0f, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xitem.vc:upgrades/item_upgrade_airship_engine@0 new recipe: RecipeStage{tier='three', recipe=4xitem.vc:upgrades/item_upgrade_airship_engine@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@560b1595, net.minecraft.item.crafting.Ingredient@6fecd55b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@9b64ef0, net.minecraft.item.crafting.Ingredient@560b1595, net.minecraft.item.crafting.Ingredient@66ac969, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xitem.vc:upgrades/item_upgrade_airship_core@0 new recipe: RecipeStage{tier='three', recipe=4xitem.vc:upgrades/item_upgrade_airship_core@0:[net.minecraft.item.crafting.Ingredient@8675881, net.minecraft.item.crafting.Ingredient@25a51c25, net.minecraft.item.crafting.Ingredient@8675881, net.minecraft.item.crafting.Ingredient@48d24fa1, net.minecraft.item.crafting.Ingredient@6d582c33, net.minecraft.item.crafting.Ingredient@48d24fa1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@48d24fa1, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xitem.vc:upgrades/item_upgrade_airship_balloon@0 new recipe: RecipeStage{tier='three', recipe=4xitem.vc:upgrades/item_upgrade_airship_balloon@0:[net.minecraft.item.crafting.Ingredient@6f7490ca, net.minecraft.item.crafting.Ingredient@6f7490ca, net.minecraft.item.crafting.Ingredient@6f7490ca, net.minecraft.item.crafting.Ingredient@7501074a, net.minecraft.item.crafting.Ingredient@1ea69c59, net.minecraft.item.crafting.Ingredient@7501074a, net.minecraft.item.crafting.Ingredient@6f7490ca, net.minecraft.item.crafting.Ingredient@65b6d6c9, net.minecraft.item.crafting.Ingredient@6f7490ca]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xitem.vc:item_viesoline_pellets@0 new recipe: RecipeStage{tier='three', recipe=2xitem.vc:item_viesoline_pellets@0:[net.minecraft.item.crafting.Ingredient@31444587, net.minecraft.item.crafting.Ingredient@172a92d3]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.vc:item_dismounter_player@0 new recipe: RecipeStage{tier='three', recipe=1xitem.vc:item_dismounter_player@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@36366c13, net.minecraft.item.crafting.Ingredient@36366c13, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4329f867, net.minecraft.item.crafting.Ingredient@36366c13, net.minecraft.item.crafting.Ingredient@177ef8da, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.vc:item_dismounter_normal@0 new recipe: RecipeStage{tier='three', recipe=1xitem.vc:item_dismounter_normal@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6e47dcc7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3f14f6b6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@761c274d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xitem.vc:item_bomb@0 new recipe: RecipeStage{tier='three', recipe=4xitem.vc:item_bomb@0:[net.minecraft.item.crafting.Ingredient@383bf68a, net.minecraft.item.crafting.Ingredient@39a168cb, net.minecraft.item.crafting.Ingredient@383bf68a, net.minecraft.item.crafting.Ingredient@47684d60, net.minecraft.item.crafting.Ingredient@47684d60, net.minecraft.item.crafting.Ingredient@47684d60]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.vc:item_airship_frame@0 new recipe: RecipeStage{tier='three', recipe=1xitem.vc:item_airship_frame@0:[net.minecraft.item.crafting.Ingredient@383e56a7, net.minecraft.item.crafting.Ingredient@1b330ec, net.minecraft.item.crafting.Ingredient@383e56a7, net.minecraft.item.crafting.Ingredient@1b330ec, net.minecraft.item.crafting.Ingredient@71829c96, net.minecraft.item.crafting.Ingredient@1b330ec, net.minecraft.item.crafting.Ingredient@383e56a7, net.minecraft.item.crafting.Ingredient@1b330ec, net.minecraft.item.crafting.Ingredient@383e56a7]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.vc:item_guidebook_main@0 new recipe: RecipeStage{tier='three', recipe=1xitem.vc:item_guidebook_main@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@740d8f1b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@740d8f1b, net.minecraft.item.crafting.Ingredient@7875d29d, net.minecraft.item.crafting.Ingredient@740d8f1b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@740d8f1b, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.vc:airship_workbench@0 new recipe: RecipeStage{tier='three', recipe=1xtile.vc:airship_workbench@0:[net.minecraft.item.crafting.Ingredient@7636454, net.minecraft.item.crafting.Ingredient@ea674ed]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.vc:airships/item_airship@0 new recipe: RecipeStage{tier='three', recipe=1xitem.vc:airships/item_airship@0:[net.minecraft.item.crafting.Ingredient@12500f5c, net.minecraft.item.crafting.Ingredient@41eba75b, net.minecraft.item.crafting.Ingredient@12500f5c, net.minecraft.item.crafting.Ingredient@4fa49384, net.minecraft.item.crafting.Ingredient@470c9e75, net.minecraft.item.crafting.Ingredient@4fa49384, net.minecraft.item.crafting.Ingredient@12500f5c, net.minecraft.item.crafting.Ingredient@310cd03e, net.minecraft.item.crafting.Ingredient@12500f5c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.xnet.netcable@3 new recipe: RecipeStage{tier='five', recipe=1xtile.xnet.netcable@3:[net.minecraft.item.crafting.Ingredient@7465349, net.minecraftforge.oredict.OreIngredient@758705f1]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.xnet.connector@4 new recipe: RecipeStage{tier='five', recipe=1xtile.xnet.connector@4:[net.minecraft.item.crafting.Ingredient@384d34ab, net.minecraft.item.crafting.Ingredient@384d34ab, net.minecraft.item.crafting.Ingredient@384d34ab, net.minecraft.item.crafting.Ingredient@5a1f8aa1, net.minecraft.item.crafting.Ingredient@1411414a, net.minecraft.item.crafting.Ingredient@5a1f8aa1, net.minecraft.item.crafting.Ingredient@384d34ab, net.minecraft.item.crafting.Ingredient@384d34ab, net.minecraft.item.crafting.Ingredient@384d34ab]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 32xtile.xnet.netcable@4 new recipe: RecipeStage{tier='five', recipe=32xtile.xnet.netcable@4:[net.minecraft.item.crafting.Ingredient@55b4f9ff, net.minecraft.item.crafting.Ingredient@4827c979, net.minecraft.item.crafting.Ingredient@55b4f9ff, net.minecraft.item.crafting.Ingredient@4827c979, net.minecraft.item.crafting.Ingredient@5584ac6a, net.minecraft.item.crafting.Ingredient@4827c979, net.minecraft.item.crafting.Ingredient@55b4f9ff, net.minecraft.item.crafting.Ingredient@4827c979, net.minecraft.item.crafting.Ingredient@55b4f9ff]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.xnet.connector@2 new recipe: RecipeStage{tier='five', recipe=1xtile.xnet.connector@2:[net.minecraft.item.crafting.Ingredient@612d32a1, net.minecraftforge.oredict.OreIngredient@3dca0f4b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.xnet.netcable@1 new recipe: RecipeStage{tier='five', recipe=1xtile.xnet.netcable@1:[net.minecraft.item.crafting.Ingredient@775b3059, net.minecraftforge.oredict.OreIngredient@770cb086]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.xnet.redstone_proxy_upd@0 new recipe: RecipeStage{tier='five', recipe=1xtile.xnet.redstone_proxy_upd@0:[net.minecraft.item.crafting.Ingredient@2d66fcc2, net.minecraft.item.crafting.Ingredient@50ac710b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.xnet.wireless_router@0 new recipe: RecipeStage{tier='five', recipe=1xtile.xnet.wireless_router@0:[net.minecraft.item.crafting.Ingredient@edaef63, net.minecraft.item.crafting.Ingredient@4761e1a9, net.minecraft.item.crafting.Ingredient@edaef63, net.minecraft.item.crafting.Ingredient@3620358, net.minecraft.item.crafting.Ingredient@2245956a, net.minecraft.item.crafting.Ingredient@3620358, net.minecraft.item.crafting.Ingredient@edaef63, net.minecraft.item.crafting.Ingredient@3620358, net.minecraft.item.crafting.Ingredient@edaef63]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 16xtile.xnet.netcable@0 new recipe: RecipeStage{tier='five', recipe=16xtile.xnet.netcable@0:[net.minecraft.item.crafting.Ingredient@558d0112, net.minecraft.item.crafting.Ingredient@60109eeb, net.minecraft.item.crafting.Ingredient@558d0112, net.minecraft.item.crafting.Ingredient@60109eeb, net.minecraft.item.crafting.Ingredient@6f82b24e, net.minecraft.item.crafting.Ingredient@60109eeb, net.minecraft.item.crafting.Ingredient@558d0112, net.minecraft.item.crafting.Ingredient@60109eeb, net.minecraft.item.crafting.Ingredient@558d0112]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.xnet.antenna_dish@0 new recipe: RecipeStage{tier='five', recipe=1xtile.xnet.antenna_dish@0:[net.minecraft.item.crafting.Ingredient@48e704c9, net.minecraft.item.crafting.Ingredient@48e704c9, net.minecraft.item.crafting.Ingredient@48e704c9, net.minecraft.item.crafting.Ingredient@48e704c9, net.minecraft.item.crafting.Ingredient@14445bc6, net.minecraft.item.crafting.Ingredient@48e704c9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@357b8af2, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.xnet.connector@0 new recipe: RecipeStage{tier='five', recipe=1xtile.xnet.connector@0:[net.minecraftforge.oredict.OreIngredient@29868011, net.minecraftforge.oredict.OreIngredient@786fa2d7, net.minecraftforge.oredict.OreIngredient@29868011, net.minecraft.item.crafting.Ingredient@46f2a019, net.minecraft.item.crafting.Ingredient@3a3a13fa, net.minecraft.item.crafting.Ingredient@46f2a019, net.minecraftforge.oredict.OreIngredient@29868011, net.minecraft.item.crafting.Ingredient@46f2a019, net.minecraftforge.oredict.OreIngredient@29868011]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.xnet.netcable@2 new recipe: RecipeStage{tier='five', recipe=1xtile.xnet.netcable@2:[net.minecraft.item.crafting.Ingredient@80f86b0, net.minecraftforge.oredict.OreIngredient@4a90457e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.xnet.connector@3 new recipe: RecipeStage{tier='five', recipe=1xtile.xnet.connector@3:[net.minecraft.item.crafting.Ingredient@67e1fbac, net.minecraftforge.oredict.OreIngredient@71419ae2]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.xnet.antenna@0 new recipe: RecipeStage{tier='five', recipe=1xtile.xnet.antenna@0:[net.minecraft.item.crafting.Ingredient@3ad4e881, net.minecraft.item.crafting.Ingredient@69d3e5e7, net.minecraft.item.crafting.Ingredient@3ad4e881, net.minecraft.item.crafting.Ingredient@3ad4e881, net.minecraft.item.crafting.Ingredient@69d3e5e7, net.minecraft.item.crafting.Ingredient@3ad4e881, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@69d3e5e7, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.xnet.xnet_manual@0 new recipe: RecipeStage{tier='five', recipe=1xitem.xnet.xnet_manual@0:[net.minecraft.item.crafting.Ingredient@442dbb98, net.minecraft.item.crafting.Ingredient@127377d4, net.minecraft.item.crafting.Ingredient@442dbb98, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1c4e503f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@442dbb98, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@442dbb98]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.xnet.connector@0 new recipe: RecipeStage{tier='five', recipe=1xtile.xnet.connector@0:[net.minecraft.item.crafting.Ingredient@ca9bb3e, net.minecraftforge.oredict.OreIngredient@6c934145]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.xnet.antenna_base@0 new recipe: RecipeStage{tier='five', recipe=1xtile.xnet.antenna_base@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@20c85e01, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@20c85e01, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@20c85e01, net.minecraft.item.crafting.Ingredient@36f32d9b, net.minecraft.item.crafting.Ingredient@20c85e01]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.xnet.netcable@0 new recipe: RecipeStage{tier='five', recipe=1xtile.xnet.netcable@0:[net.minecraft.item.crafting.Ingredient@79125ad1, net.minecraftforge.oredict.OreIngredient@298da7b4]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.xnet.redstone_proxy@0 new recipe: RecipeStage{tier='five', recipe=1xtile.xnet.redstone_proxy@0:[net.minecraft.item.crafting.Ingredient@2aad362e, net.minecraft.item.crafting.Ingredient@2aad362e, net.minecraft.item.crafting.Ingredient@2aad362e, net.minecraft.item.crafting.Ingredient@2aad362e, net.minecraft.item.crafting.Ingredient@283d0862, net.minecraft.item.crafting.Ingredient@2aad362e, net.minecraft.item.crafting.Ingredient@2aad362e, net.minecraft.item.crafting.Ingredient@2aad362e, net.minecraft.item.crafting.Ingredient@2aad362e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.xnet.connector@1 new recipe: RecipeStage{tier='five', recipe=1xtile.xnet.connector@1:[net.minecraft.item.crafting.Ingredient@38d54efa, net.minecraftforge.oredict.OreIngredient@4a7c1c22]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.xnet.connector_upgrade@0 new recipe: RecipeStage{tier='five', recipe=1xitem.xnet.connector_upgrade@0:[net.minecraft.item.crafting.Ingredient@1cf4c8e7, net.minecraft.item.crafting.Ingredient@10d8aa48, net.minecraft.item.crafting.Ingredient@23ec0ab4, net.minecraft.item.crafting.Ingredient@dcd551b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 16xtile.xnet.facade@0 new recipe: RecipeStage{tier='five', recipe=16xtile.xnet.facade@0:[net.minecraft.item.crafting.Ingredient@5bf666fa, net.minecraft.item.crafting.Ingredient@7e8f4939, net.minecraft.item.crafting.Ingredient@5bf666fa, net.minecraft.item.crafting.Ingredient@7e8f4939, net.minecraft.item.crafting.Ingredient@2be03984, net.minecraft.item.crafting.Ingredient@7e8f4939, net.minecraft.item.crafting.Ingredient@5bf666fa, net.minecraft.item.crafting.Ingredient@7e8f4939, net.minecraft.item.crafting.Ingredient@5bf666fa]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.chisel.antiblock@15 new recipe: RecipeStage{tier='two', recipe=8xtile.chisel.antiblock@15:[net.minecraftforge.oredict.OreIngredient@4d0d6f0a, net.minecraftforge.oredict.OreIngredient@4d0d6f0a, net.minecraftforge.oredict.OreIngredient@4d0d6f0a, net.minecraftforge.oredict.OreIngredient@4d0d6f0a, net.minecraftforge.oredict.OreIngredient@33c9ab87, net.minecraftforge.oredict.OreIngredient@4d0d6f0a, net.minecraftforge.oredict.OreIngredient@4d0d6f0a, net.minecraftforge.oredict.OreIngredient@4d0d6f0a, net.minecraftforge.oredict.OreIngredient@4d0d6f0a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.chisel.autochisel@0 new recipe: RecipeStage{tier='three', recipe=1xtile.chisel.autochisel@0:[net.minecraftforge.oredict.OreIngredient@7c68ac2c, net.minecraftforge.oredict.OreIngredient@7c68ac2c, net.minecraftforge.oredict.OreIngredient@7c68ac2c, net.minecraftforge.oredict.OreIngredient@7c68ac2c, net.minecraftforge.oredict.OreIngredient@5a3bf994, net.minecraftforge.oredict.OreIngredient@7c68ac2c, net.minecraftforge.oredict.OreIngredient@24d0e4c7, net.minecraftforge.oredict.OreIngredient@24d0e4c7, net.minecraftforge.oredict.OreIngredient@24d0e4c7]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.chisel.bookshelf_spruce@0 new recipe: RecipeStage{tier='two', recipe=1xtile.chisel.bookshelf_spruce@0:[net.minecraft.item.crafting.Ingredient@3255a2e5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3255a2e5, net.minecraft.item.crafting.Ingredient@37a71a62, net.minecraft.item.crafting.Ingredient@37a71a62, net.minecraft.item.crafting.Ingredient@37a71a62, net.minecraft.item.crafting.Ingredient@3255a2e5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3255a2e5]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.chisel.bookshelf_birch@0 new recipe: RecipeStage{tier='two', recipe=1xtile.chisel.bookshelf_birch@0:[net.minecraft.item.crafting.Ingredient@34844cd4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@34844cd4, net.minecraft.item.crafting.Ingredient@2bd9922b, net.minecraft.item.crafting.Ingredient@2bd9922b, net.minecraft.item.crafting.Ingredient@2bd9922b, net.minecraft.item.crafting.Ingredient@34844cd4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@34844cd4]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.chisel.bookshelf_jungle@0 new recipe: RecipeStage{tier='two', recipe=1xtile.chisel.bookshelf_jungle@0:[net.minecraft.item.crafting.Ingredient@2161f57f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2161f57f, net.minecraft.item.crafting.Ingredient@3715ff6b, net.minecraft.item.crafting.Ingredient@3715ff6b, net.minecraft.item.crafting.Ingredient@3715ff6b, net.minecraft.item.crafting.Ingredient@2161f57f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2161f57f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.chisel.bookshelf_acacia@0 new recipe: RecipeStage{tier='two', recipe=1xtile.chisel.bookshelf_acacia@0:[net.minecraft.item.crafting.Ingredient@63e2a36e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@63e2a36e, net.minecraft.item.crafting.Ingredient@4d067860, net.minecraft.item.crafting.Ingredient@4d067860, net.minecraft.item.crafting.Ingredient@4d067860, net.minecraft.item.crafting.Ingredient@63e2a36e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@63e2a36e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.chisel.bookshelf_darkoak@0 new recipe: RecipeStage{tier='two', recipe=1xtile.chisel.bookshelf_darkoak@0:[net.minecraft.item.crafting.Ingredient@569278f1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@569278f1, net.minecraft.item.crafting.Ingredient@209d489e, net.minecraft.item.crafting.Ingredient@209d489e, net.minecraft.item.crafting.Ingredient@209d489e, net.minecraft.item.crafting.Ingredient@569278f1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@569278f1]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.chisel.brownstone@0 new recipe: RecipeStage{tier='one', recipe=4xtile.chisel.brownstone@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@541de80, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@541de80, net.minecraft.item.crafting.Ingredient@6c82ade4, net.minecraftforge.oredict.OreIngredient@541de80, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@541de80, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.chisel.chisel_diamond@0 new recipe: RecipeStage{tier='five', recipe=1xitem.chisel.chisel_diamond@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@46b2f8ae, net.minecraftforge.oredict.OreIngredient@7a96ae80, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.chisel.chisel_hitech@0 new recipe: RecipeStage{tier='five', recipe=1xitem.chisel.chisel_hitech@0:[net.minecraft.item.crafting.Ingredient@7e825a5c, net.minecraftforge.oredict.OreIngredient@2f24aaaa, net.minecraftforge.oredict.OreIngredient@6009f360]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.chisel.offsettool@0 new recipe: RecipeStage{tier='one', recipe=1xitem.chisel.offsettool@0:[net.minecraftforge.oredict.OreIngredient@63a689c0, net.minecraft.item.crafting.Ingredient@46e0725c, net.minecraftforge.oredict.OreIngredient@4c1be1d0, net.minecraftforge.oredict.OreIngredient@63a689c0]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.chisel.offsettool@0 new recipe: RecipeStage{tier='two', recipe=1xitem.chisel.offsettool@0:[net.minecraftforge.oredict.OreIngredient@63a689c0, net.minecraft.item.crafting.Ingredient@46e0725c, net.minecraftforge.oredict.OreIngredient@4c1be1d0, net.minecraftforge.oredict.OreIngredient@63a689c0]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 32xtile.chisel.factory@0 new recipe: RecipeStage{tier='three', recipe=32xtile.chisel.factory@0:[net.minecraft.item.crafting.Ingredient@6219bd47, net.minecraft.item.crafting.Ingredient@380ed481, net.minecraft.item.crafting.Ingredient@6219bd47, net.minecraft.item.crafting.Ingredient@380ed481, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@380ed481, net.minecraft.item.crafting.Ingredient@6219bd47, net.minecraft.item.crafting.Ingredient@380ed481, net.minecraft.item.crafting.Ingredient@6219bd47]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.chisel.futura@0 new recipe: RecipeStage{tier='three', recipe=8xtile.chisel.futura@0:[net.minecraftforge.oredict.OreIngredient@6ff97f53, net.minecraftforge.oredict.OreIngredient@6ff97f53, net.minecraftforge.oredict.OreIngredient@6ff97f53, net.minecraftforge.oredict.OreIngredient@6ff97f53, net.minecraftforge.oredict.OreIngredient@211d14f1, net.minecraftforge.oredict.OreIngredient@6ff97f53, net.minecraftforge.oredict.OreIngredient@6ff97f53, net.minecraftforge.oredict.OreIngredient@6ff97f53, net.minecraftforge.oredict.OreIngredient@6ff97f53]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.chisel.laboratory@0 new recipe: RecipeStage{tier='three', recipe=8xtile.chisel.laboratory@0:[net.minecraft.item.crafting.Ingredient@68ff846, net.minecraft.item.crafting.Ingredient@68ff846, net.minecraft.item.crafting.Ingredient@68ff846, net.minecraft.item.crafting.Ingredient@68ff846, net.minecraft.item.crafting.Ingredient@6e492af3, net.minecraft.item.crafting.Ingredient@68ff846, net.minecraft.item.crafting.Ingredient@68ff846, net.minecraft.item.crafting.Ingredient@68ff846, net.minecraft.item.crafting.Ingredient@68ff846]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.chisel.lavastone@0 new recipe: RecipeStage{tier='two', recipe=8xtile.chisel.lavastone@0:[net.minecraft.item.crafting.Ingredient@4bd7070e, net.minecraft.item.crafting.Ingredient@4bd7070e, net.minecraft.item.crafting.Ingredient@4bd7070e, net.minecraft.item.crafting.Ingredient@4bd7070e, net.minecraft.item.crafting.Ingredient@32e38bfa, net.minecraft.item.crafting.Ingredient@4bd7070e, net.minecraft.item.crafting.Ingredient@4bd7070e, net.minecraft.item.crafting.Ingredient@4bd7070e, net.minecraft.item.crafting.Ingredient@4bd7070e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 32xtile.chisel.tyrian@0 new recipe: RecipeStage{tier='three', recipe=32xtile.chisel.tyrian@0:[net.minecraft.item.crafting.Ingredient@4bb5caf2, net.minecraft.item.crafting.Ingredient@4bb5caf2, net.minecraft.item.crafting.Ingredient@4bb5caf2, net.minecraft.item.crafting.Ingredient@4bb5caf2, net.minecraft.item.crafting.Ingredient@39eaf62, net.minecraft.item.crafting.Ingredient@4bb5caf2, net.minecraft.item.crafting.Ingredient@4bb5caf2, net.minecraft.item.crafting.Ingredient@4bb5caf2, net.minecraft.item.crafting.Ingredient@4bb5caf2]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 16xtile.chisel.voidstone@0 new recipe: RecipeStage{tier='three', recipe=16xtile.chisel.voidstone@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6b457f50, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@ec2ca90, net.minecraft.item.crafting.Ingredient@ec2ca90, net.minecraft.item.crafting.Ingredient@ec2ca90, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6b457f50, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 48xtile.chisel.voidstone@0 new recipe: RecipeStage{tier='three', recipe=48xtile.chisel.voidstone@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@569c2739, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@569c2739, net.minecraft.item.crafting.Ingredient@1663755a, net.minecraft.item.crafting.Ingredient@569c2739, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@569c2739, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.chisel.waterstone@0 new recipe: RecipeStage{tier='two', recipe=8xtile.chisel.waterstone@0:[net.minecraft.item.crafting.Ingredient@3a3b9c5e, net.minecraft.item.crafting.Ingredient@3a3b9c5e, net.minecraft.item.crafting.Ingredient@3a3b9c5e, net.minecraft.item.crafting.Ingredient@3a3b9c5e, net.minecraft.item.crafting.Ingredient@377fe7e6, net.minecraft.item.crafting.Ingredient@3a3b9c5e, net.minecraft.item.crafting.Ingredient@3a3b9c5e, net.minecraft.item.crafting.Ingredient@3a3b9c5e, net.minecraft.item.crafting.Ingredient@3a3b9c5e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.tconstruct.toolforge@0 new recipe: RecipeStage{tier='two', recipe=1xtile.tconstruct.toolforge@0:[net.minecraft.item.crafting.Ingredient@3e222ec3, net.minecraft.item.crafting.Ingredient@3e222ec3, net.minecraft.item.crafting.Ingredient@3e222ec3, net.minecraftforge.oredict.OreIngredient@64ea0e79, net.minecraft.item.crafting.Ingredient@515b74f7, net.minecraftforge.oredict.OreIngredient@64ea0e79, net.minecraftforge.oredict.OreIngredient@64ea0e79, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@64ea0e79]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.tconstruct.toolforge@0 new recipe: RecipeStage{tier='two', recipe=1xtile.tconstruct.toolforge@0:[net.minecraft.item.crafting.Ingredient@5f8cfc81, net.minecraft.item.crafting.Ingredient@5f8cfc81, net.minecraft.item.crafting.Ingredient@5f8cfc81, net.minecraftforge.oredict.OreIngredient@55fac74b, net.minecraft.item.crafting.Ingredient@479352b4, net.minecraftforge.oredict.OreIngredient@55fac74b, net.minecraftforge.oredict.OreIngredient@55fac74b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@55fac74b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.tconstruct.toolforge@0 new recipe: RecipeStage{tier='two', recipe=1xtile.tconstruct.toolforge@0:[net.minecraft.item.crafting.Ingredient@1ab52349, net.minecraft.item.crafting.Ingredient@1ab52349, net.minecraft.item.crafting.Ingredient@1ab52349, net.minecraftforge.oredict.OreIngredient@476ec459, net.minecraft.item.crafting.Ingredient@51e122a1, net.minecraftforge.oredict.OreIngredient@476ec459, net.minecraftforge.oredict.OreIngredient@476ec459, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@476ec459]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.tconstruct.toolforge@0 new recipe: RecipeStage{tier='four', recipe=1xtile.tconstruct.toolforge@0:[net.minecraft.item.crafting.Ingredient@792146dd, net.minecraft.item.crafting.Ingredient@792146dd, net.minecraft.item.crafting.Ingredient@792146dd, net.minecraftforge.oredict.OreIngredient@210d8772, net.minecraft.item.crafting.Ingredient@5c166986, net.minecraftforge.oredict.OreIngredient@210d8772, net.minecraftforge.oredict.OreIngredient@210d8772, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@210d8772]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.tconstruct.toolforge@0 new recipe: RecipeStage{tier='three', recipe=1xtile.tconstruct.toolforge@0:[net.minecraft.item.crafting.Ingredient@4a0153ea, net.minecraft.item.crafting.Ingredient@4a0153ea, net.minecraft.item.crafting.Ingredient@4a0153ea, net.minecraftforge.oredict.OreIngredient@25345975, net.minecraft.item.crafting.Ingredient@2704ba86, net.minecraftforge.oredict.OreIngredient@25345975, net.minecraftforge.oredict.OreIngredient@25345975, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@25345975]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.tconstruct.toolforge@0 new recipe: RecipeStage{tier='three', recipe=1xtile.tconstruct.toolforge@0:[net.minecraft.item.crafting.Ingredient@349fbe02, net.minecraft.item.crafting.Ingredient@349fbe02, net.minecraft.item.crafting.Ingredient@349fbe02, net.minecraftforge.oredict.OreIngredient@364de29d, net.minecraft.item.crafting.Ingredient@c6573a5, net.minecraftforge.oredict.OreIngredient@364de29d, net.minecraftforge.oredict.OreIngredient@364de29d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@364de29d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.tconstruct.toolforge@0 new recipe: RecipeStage{tier='four', recipe=1xtile.tconstruct.toolforge@0:[net.minecraft.item.crafting.Ingredient@129d5faa, net.minecraft.item.crafting.Ingredient@129d5faa, net.minecraft.item.crafting.Ingredient@129d5faa, net.minecraftforge.oredict.OreIngredient@3542fe07, net.minecraft.item.crafting.Ingredient@69809af6, net.minecraftforge.oredict.OreIngredient@3542fe07, net.minecraftforge.oredict.OreIngredient@3542fe07, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3542fe07]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.tconstruct.toolforge@0 new recipe: RecipeStage{tier='four', recipe=1xtile.tconstruct.toolforge@0:[net.minecraft.item.crafting.Ingredient@109c518a, net.minecraft.item.crafting.Ingredient@109c518a, net.minecraft.item.crafting.Ingredient@109c518a, net.minecraftforge.oredict.OreIngredient@7da62e45, net.minecraft.item.crafting.Ingredient@15f5a7b1, net.minecraftforge.oredict.OreIngredient@7da62e45, net.minecraftforge.oredict.OreIngredient@7da62e45, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7da62e45]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.tconstruct.toolforge@0 new recipe: RecipeStage{tier='four', recipe=1xtile.tconstruct.toolforge@0:[net.minecraft.item.crafting.Ingredient@78c81fe2, net.minecraft.item.crafting.Ingredient@78c81fe2, net.minecraft.item.crafting.Ingredient@78c81fe2, net.minecraftforge.oredict.OreIngredient@40b8e765, net.minecraft.item.crafting.Ingredient@10c93c76, net.minecraftforge.oredict.OreIngredient@40b8e765, net.minecraftforge.oredict.OreIngredient@40b8e765, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@40b8e765]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.tconstruct.toolforge@0 new recipe: RecipeStage{tier='two', recipe=1xtile.tconstruct.toolforge@0:[net.minecraft.item.crafting.Ingredient@1df94791, net.minecraft.item.crafting.Ingredient@1df94791, net.minecraft.item.crafting.Ingredient@1df94791, net.minecraftforge.oredict.OreIngredient@440af2d4, net.minecraft.item.crafting.Ingredient@776db28e, net.minecraftforge.oredict.OreIngredient@440af2d4, net.minecraftforge.oredict.OreIngredient@440af2d4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@440af2d4]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.tconstruct.toolforge@0 new recipe: RecipeStage{tier='two', recipe=1xtile.tconstruct.toolforge@0:[net.minecraft.item.crafting.Ingredient@413ce405, net.minecraft.item.crafting.Ingredient@413ce405, net.minecraft.item.crafting.Ingredient@413ce405, net.minecraftforge.oredict.OreIngredient@5bdfc76e, net.minecraft.item.crafting.Ingredient@5723fe68, net.minecraftforge.oredict.OreIngredient@5bdfc76e, net.minecraftforge.oredict.OreIngredient@5bdfc76e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5bdfc76e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.tconstruct.toolforge@0 new recipe: RecipeStage{tier='three', recipe=1xtile.tconstruct.toolforge@0:[net.minecraft.item.crafting.Ingredient@1fa6de16, net.minecraft.item.crafting.Ingredient@1fa6de16, net.minecraft.item.crafting.Ingredient@1fa6de16, net.minecraftforge.oredict.OreIngredient@573eb334, net.minecraft.item.crafting.Ingredient@215b7b43, net.minecraftforge.oredict.OreIngredient@573eb334, net.minecraftforge.oredict.OreIngredient@573eb334, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@573eb334]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.tconstruct.toolforge@0 new recipe: RecipeStage{tier='two', recipe=1xtile.tconstruct.toolforge@0:[net.minecraft.item.crafting.Ingredient@2c144709, net.minecraft.item.crafting.Ingredient@2c144709, net.minecraft.item.crafting.Ingredient@2c144709, net.minecraftforge.oredict.OreIngredient@56efa0ab, net.minecraft.item.crafting.Ingredient@723b109, net.minecraftforge.oredict.OreIngredient@56efa0ab, net.minecraftforge.oredict.OreIngredient@56efa0ab, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@56efa0ab]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.tconstruct.toolforge@0 new recipe: RecipeStage{tier='three', recipe=1xtile.tconstruct.toolforge@0:[net.minecraft.item.crafting.Ingredient@23470502, net.minecraft.item.crafting.Ingredient@23470502, net.minecraft.item.crafting.Ingredient@23470502, net.minecraftforge.oredict.OreIngredient@3976539a, net.minecraft.item.crafting.Ingredient@1ed9710a, net.minecraftforge.oredict.OreIngredient@3976539a, net.minecraftforge.oredict.OreIngredient@3976539a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3976539a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.tconstruct.toolforge@0 new recipe: RecipeStage{tier='three', recipe=1xtile.tconstruct.toolforge@0:[net.minecraft.item.crafting.Ingredient@364048ee, net.minecraft.item.crafting.Ingredient@364048ee, net.minecraft.item.crafting.Ingredient@364048ee, net.minecraftforge.oredict.OreIngredient@63c43e0d, net.minecraft.item.crafting.Ingredient@6f591bd3, net.minecraftforge.oredict.OreIngredient@63c43e0d, net.minecraftforge.oredict.OreIngredient@63c43e0d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@63c43e0d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.tconstruct.toolforge@0 new recipe: RecipeStage{tier='two', recipe=1xtile.tconstruct.toolforge@0:[net.minecraft.item.crafting.Ingredient@2d3be04e, net.minecraft.item.crafting.Ingredient@2d3be04e, net.minecraft.item.crafting.Ingredient@2d3be04e, net.minecraftforge.oredict.OreIngredient@a1bf1b9, net.minecraft.item.crafting.Ingredient@2491472c, net.minecraftforge.oredict.OreIngredient@a1bf1b9, net.minecraftforge.oredict.OreIngredient@a1bf1b9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@a1bf1b9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.tconstruct.toolforge@0 new recipe: RecipeStage{tier='two', recipe=1xtile.tconstruct.toolforge@0:[net.minecraft.item.crafting.Ingredient@1bc75bf7, net.minecraft.item.crafting.Ingredient@1bc75bf7, net.minecraft.item.crafting.Ingredient@1bc75bf7, net.minecraftforge.oredict.OreIngredient@730a92ca, net.minecraft.item.crafting.Ingredient@68a2159c, net.minecraftforge.oredict.OreIngredient@730a92ca, net.minecraftforge.oredict.OreIngredient@730a92ca, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@730a92ca]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.tconstruct.toolforge@0 new recipe: RecipeStage{tier='three', recipe=1xtile.tconstruct.toolforge@0:[net.minecraft.item.crafting.Ingredient@5f21b8d7, net.minecraft.item.crafting.Ingredient@5f21b8d7, net.minecraft.item.crafting.Ingredient@5f21b8d7, net.minecraftforge.oredict.OreIngredient@2757585a, net.minecraft.item.crafting.Ingredient@66fa5925, net.minecraftforge.oredict.OreIngredient@2757585a, net.minecraftforge.oredict.OreIngredient@2757585a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2757585a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.tconstruct.toolforge@0 new recipe: RecipeStage{tier='three', recipe=1xtile.tconstruct.toolforge@0:[net.minecraft.item.crafting.Ingredient@41196304, net.minecraft.item.crafting.Ingredient@41196304, net.minecraft.item.crafting.Ingredient@41196304, net.minecraftforge.oredict.OreIngredient@624332f0, net.minecraft.item.crafting.Ingredient@81acb90, net.minecraftforge.oredict.OreIngredient@624332f0, net.minecraftforge.oredict.OreIngredient@624332f0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@624332f0]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.tconstruct.toolforge@0 new recipe: RecipeStage{tier='two', recipe=1xtile.tconstruct.toolforge@0:[net.minecraft.item.crafting.Ingredient@1bb1e31, net.minecraft.item.crafting.Ingredient@1bb1e31, net.minecraft.item.crafting.Ingredient@1bb1e31, net.minecraftforge.oredict.OreIngredient@5f2303dd, net.minecraft.item.crafting.Ingredient@56ee5fdf, net.minecraftforge.oredict.OreIngredient@5f2303dd, net.minecraftforge.oredict.OreIngredient@5f2303dd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5f2303dd]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.tconstruct.toolforge@0 new recipe: RecipeStage{tier='two', recipe=1xtile.tconstruct.toolforge@0:[net.minecraft.item.crafting.Ingredient@11f3966f, net.minecraft.item.crafting.Ingredient@11f3966f, net.minecraft.item.crafting.Ingredient@11f3966f, net.minecraftforge.oredict.OreIngredient@35c72329, net.minecraft.item.crafting.Ingredient@6e38763a, net.minecraftforge.oredict.OreIngredient@35c72329, net.minecraftforge.oredict.OreIngredient@35c72329, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@35c72329]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.tconstruct.toolforge@0 new recipe: RecipeStage{tier='two', recipe=1xtile.tconstruct.toolforge@0:[net.minecraft.item.crafting.Ingredient@73e6b605, net.minecraft.item.crafting.Ingredient@73e6b605, net.minecraft.item.crafting.Ingredient@73e6b605, net.minecraftforge.oredict.OreIngredient@5e4297e5, net.minecraft.item.crafting.Ingredient@6167c216, net.minecraftforge.oredict.OreIngredient@5e4297e5, net.minecraftforge.oredict.OreIngredient@5e4297e5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5e4297e5]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.tconstruct.toolforge@0 new recipe: RecipeStage{tier='three', recipe=1xtile.tconstruct.toolforge@0:[net.minecraft.item.crafting.Ingredient@324e199c, net.minecraft.item.crafting.Ingredient@324e199c, net.minecraft.item.crafting.Ingredient@324e199c, net.minecraftforge.oredict.OreIngredient@6d660ab1, net.minecraft.item.crafting.Ingredient@1fa141e1, net.minecraftforge.oredict.OreIngredient@6d660ab1, net.minecraftforge.oredict.OreIngredient@6d660ab1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6d660ab1]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.animalium.bear_claw_paxel@0 new recipe: RecipeStage{tier='zero', recipe=1xitem.animalium.bear_claw_paxel@0:[net.minecraft.item.crafting.Ingredient@20775fdd, net.minecraft.item.crafting.Ingredient@20775fdd, net.minecraft.item.crafting.Ingredient@20775fdd, net.minecraft.item.crafting.Ingredient@20775fdd, net.minecraftforge.oredict.OreIngredient@35da8479, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@20775fdd, net.minecraftforge.oredict.OreIngredient@35da8479, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.immersiveengineering.speedloader@0 new recipe: RecipeStage{tier='three', recipe=1xitem.immersiveengineering.speedloader@0:[net.minecraft.item.crafting.Ingredient@75578f72, net.minecraft.item.crafting.Ingredient@75578f72, net.minecraft.item.crafting.Ingredient@75578f72, net.minecraft.item.crafting.Ingredient@75578f72, net.minecraft.item.crafting.Ingredient@27952b4c, net.minecraft.item.crafting.Ingredient@75578f72, net.minecraft.item.crafting.Ingredient@75578f72, net.minecraft.item.crafting.Ingredient@75578f72, net.minecraft.item.crafting.Ingredient@75578f72]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.immersiveengineering.powerpack@0 new recipe: RecipeStage{tier='three', recipe=1xitem.immersiveengineering.powerpack@0:[]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.immersiveengineering.bullet@2 new recipe: RecipeStage{tier='three', recipe=1xitem.immersiveengineering.bullet@2:[]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.immersiveengineering.bullet@2 new recipe: RecipeStage{tier='three', recipe=1xitem.immersiveengineering.bullet@2:[]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.elytra@0 new recipe: RecipeStage{tier='four', recipe=1xitem.elytra@0:[net.minecraft.item.crafting.Ingredient@4b86b303, net.minecraft.item.crafting.Ingredient@280ff56f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.fireworks@0 new recipe: RecipeStage{tier='two', recipe=1xitem.fireworks@0:[net.minecraft.item.crafting.Ingredient@2cd125e3, net.minecraft.item.crafting.Ingredient@523195d1]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xtile.polished_stone@0 new recipe: RecipeStage{tier='one', recipe=2xtile.polished_stone@0:[net.minecraft.item.crafting.Ingredient@6b06cbe4, net.minecraft.item.crafting.Ingredient@6b06cbe4, net.minecraft.item.crafting.Ingredient@6b06cbe4, net.minecraft.item.crafting.Ingredient@6b06cbe4]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.stone_wall@0 new recipe: RecipeStage{tier='zero', recipe=6xtile.stone_wall@0:[net.minecraft.item.crafting.Ingredient@3a1456c3, net.minecraft.item.crafting.Ingredient@3a1456c3, net.minecraft.item.crafting.Ingredient@3a1456c3, net.minecraft.item.crafting.Ingredient@3a1456c3, net.minecraft.item.crafting.Ingredient@3a1456c3, net.minecraft.item.crafting.Ingredient@3a1456c3]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.stone_granite_wall@0 new recipe: RecipeStage{tier='zero', recipe=6xtile.stone_granite_wall@0:[net.minecraft.item.crafting.Ingredient@4ed4a27b, net.minecraft.item.crafting.Ingredient@4ed4a27b, net.minecraft.item.crafting.Ingredient@4ed4a27b, net.minecraft.item.crafting.Ingredient@4ed4a27b, net.minecraft.item.crafting.Ingredient@4ed4a27b, net.minecraft.item.crafting.Ingredient@4ed4a27b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.stone_diorite_wall@0 new recipe: RecipeStage{tier='zero', recipe=6xtile.stone_diorite_wall@0:[net.minecraft.item.crafting.Ingredient@2bdf6d8b, net.minecraft.item.crafting.Ingredient@2bdf6d8b, net.minecraft.item.crafting.Ingredient@2bdf6d8b, net.minecraft.item.crafting.Ingredient@2bdf6d8b, net.minecraft.item.crafting.Ingredient@2bdf6d8b, net.minecraft.item.crafting.Ingredient@2bdf6d8b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.stone_andesite_wall@0 new recipe: RecipeStage{tier='zero', recipe=6xtile.stone_andesite_wall@0:[net.minecraft.item.crafting.Ingredient@7e90c028, net.minecraft.item.crafting.Ingredient@7e90c028, net.minecraft.item.crafting.Ingredient@7e90c028, net.minecraft.item.crafting.Ingredient@7e90c028, net.minecraft.item.crafting.Ingredient@7e90c028, net.minecraft.item.crafting.Ingredient@7e90c028]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.sandstone_wall@0 new recipe: RecipeStage{tier='zero', recipe=6xtile.sandstone_wall@0:[net.minecraft.item.crafting.Ingredient@15fba1c1, net.minecraft.item.crafting.Ingredient@15fba1c1, net.minecraft.item.crafting.Ingredient@15fba1c1, net.minecraft.item.crafting.Ingredient@15fba1c1, net.minecraft.item.crafting.Ingredient@15fba1c1, net.minecraft.item.crafting.Ingredient@15fba1c1]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.red_sandstone_wall@0 new recipe: RecipeStage{tier='zero', recipe=6xtile.red_sandstone_wall@0:[net.minecraft.item.crafting.Ingredient@27f99121, net.minecraft.item.crafting.Ingredient@27f99121, net.minecraft.item.crafting.Ingredient@27f99121, net.minecraft.item.crafting.Ingredient@27f99121, net.minecraft.item.crafting.Ingredient@27f99121, net.minecraft.item.crafting.Ingredient@27f99121]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.stonebrick_wall@0 new recipe: RecipeStage{tier='two', recipe=6xtile.stonebrick_wall@0:[net.minecraft.item.crafting.Ingredient@357f8203, net.minecraft.item.crafting.Ingredient@357f8203, net.minecraft.item.crafting.Ingredient@357f8203, net.minecraft.item.crafting.Ingredient@357f8203, net.minecraft.item.crafting.Ingredient@357f8203, net.minecraft.item.crafting.Ingredient@357f8203]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.brick_wall@0 new recipe: RecipeStage{tier='two', recipe=6xtile.brick_wall@0:[net.minecraft.item.crafting.Ingredient@46d9ba6b, net.minecraft.item.crafting.Ingredient@46d9ba6b, net.minecraft.item.crafting.Ingredient@46d9ba6b, net.minecraft.item.crafting.Ingredient@46d9ba6b, net.minecraft.item.crafting.Ingredient@46d9ba6b, net.minecraft.item.crafting.Ingredient@46d9ba6b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.quartz_wall@0 new recipe: RecipeStage{tier='three', recipe=6xtile.quartz_wall@0:[net.minecraft.item.crafting.Ingredient@452db367, net.minecraft.item.crafting.Ingredient@452db367, net.minecraft.item.crafting.Ingredient@452db367, net.minecraft.item.crafting.Ingredient@452db367, net.minecraft.item.crafting.Ingredient@452db367, net.minecraft.item.crafting.Ingredient@452db367]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.prismarine_rough_wall@0 new recipe: RecipeStage{tier='zero', recipe=6xtile.prismarine_rough_wall@0:[net.minecraft.item.crafting.Ingredient@392b5d3b, net.minecraft.item.crafting.Ingredient@392b5d3b, net.minecraft.item.crafting.Ingredient@392b5d3b, net.minecraft.item.crafting.Ingredient@392b5d3b, net.minecraft.item.crafting.Ingredient@392b5d3b, net.minecraft.item.crafting.Ingredient@392b5d3b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.purpur_block_wall@0 new recipe: RecipeStage{tier='four', recipe=6xtile.purpur_block_wall@0:[net.minecraft.item.crafting.Ingredient@7eee8e4a, net.minecraft.item.crafting.Ingredient@7eee8e4a, net.minecraft.item.crafting.Ingredient@7eee8e4a, net.minecraft.item.crafting.Ingredient@7eee8e4a, net.minecraft.item.crafting.Ingredient@7eee8e4a, net.minecraft.item.crafting.Ingredient@7eee8e4a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.end_bricks_wall@0 new recipe: RecipeStage{tier='four', recipe=6xtile.end_bricks_wall@0:[net.minecraft.item.crafting.Ingredient@64d7af16, net.minecraft.item.crafting.Ingredient@64d7af16, net.minecraft.item.crafting.Ingredient@64d7af16, net.minecraft.item.crafting.Ingredient@64d7af16, net.minecraft.item.crafting.Ingredient@64d7af16, net.minecraft.item.crafting.Ingredient@64d7af16]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.hardened_clay_tiles_stairs@0 new recipe: RecipeStage{tier='one', recipe=4xtile.hardened_clay_tiles_stairs@0:[net.minecraft.item.crafting.Ingredient@3ee582db, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3ee582db, net.minecraft.item.crafting.Ingredient@3ee582db, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3ee582db, net.minecraft.item.crafting.Ingredient@3ee582db, net.minecraft.item.crafting.Ingredient@3ee582db]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.hardened_clay_tiles_slab@0 new recipe: RecipeStage{tier='one', recipe=6xtile.hardened_clay_tiles_slab@0:[net.minecraft.item.crafting.Ingredient@65b548fa, net.minecraft.item.crafting.Ingredient@65b548fa, net.minecraft.item.crafting.Ingredient@65b548fa]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.hardened_clay_tiles@0 new recipe: RecipeStage{tier='one', recipe=4xtile.hardened_clay_tiles@0:[net.minecraft.item.crafting.Ingredient@abc0bb5, net.minecraft.item.crafting.Ingredient@abc0bb5, net.minecraft.item.crafting.Ingredient@abc0bb5, net.minecraft.item.crafting.Ingredient@abc0bb5]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.stained_clay_tiles_white_stairs@0 new recipe: RecipeStage{tier='one', recipe=4xtile.stained_clay_tiles_white_stairs@0:[net.minecraft.item.crafting.Ingredient@48bff471, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@48bff471, net.minecraft.item.crafting.Ingredient@48bff471, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@48bff471, net.minecraft.item.crafting.Ingredient@48bff471, net.minecraft.item.crafting.Ingredient@48bff471]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.stained_clay_tiles_orange_stairs@0 new recipe: RecipeStage{tier='one', recipe=4xtile.stained_clay_tiles_orange_stairs@0:[net.minecraft.item.crafting.Ingredient@6d7ce130, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6d7ce130, net.minecraft.item.crafting.Ingredient@6d7ce130, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6d7ce130, net.minecraft.item.crafting.Ingredient@6d7ce130, net.minecraft.item.crafting.Ingredient@6d7ce130]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.stained_clay_tiles_magenta_stairs@0 new recipe: RecipeStage{tier='one', recipe=4xtile.stained_clay_tiles_magenta_stairs@0:[net.minecraft.item.crafting.Ingredient@38e8e4ba, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@38e8e4ba, net.minecraft.item.crafting.Ingredient@38e8e4ba, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@38e8e4ba, net.minecraft.item.crafting.Ingredient@38e8e4ba, net.minecraft.item.crafting.Ingredient@38e8e4ba]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.stained_clay_tiles_light_blue_stairs@0 new recipe: RecipeStage{tier='one', recipe=4xtile.stained_clay_tiles_light_blue_stairs@0:[net.minecraft.item.crafting.Ingredient@79bd8945, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@79bd8945, net.minecraft.item.crafting.Ingredient@79bd8945, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@79bd8945, net.minecraft.item.crafting.Ingredient@79bd8945, net.minecraft.item.crafting.Ingredient@79bd8945]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.stained_clay_tiles_yellow_stairs@0 new recipe: RecipeStage{tier='one', recipe=4xtile.stained_clay_tiles_yellow_stairs@0:[net.minecraft.item.crafting.Ingredient@4ddf3c4d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4ddf3c4d, net.minecraft.item.crafting.Ingredient@4ddf3c4d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4ddf3c4d, net.minecraft.item.crafting.Ingredient@4ddf3c4d, net.minecraft.item.crafting.Ingredient@4ddf3c4d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.stained_clay_tiles_lime_stairs@0 new recipe: RecipeStage{tier='one', recipe=4xtile.stained_clay_tiles_lime_stairs@0:[net.minecraft.item.crafting.Ingredient@7ec54d3c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7ec54d3c, net.minecraft.item.crafting.Ingredient@7ec54d3c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7ec54d3c, net.minecraft.item.crafting.Ingredient@7ec54d3c, net.minecraft.item.crafting.Ingredient@7ec54d3c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.stained_clay_tiles_pink_stairs@0 new recipe: RecipeStage{tier='one', recipe=4xtile.stained_clay_tiles_pink_stairs@0:[net.minecraft.item.crafting.Ingredient@58f057af, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@58f057af, net.minecraft.item.crafting.Ingredient@58f057af, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@58f057af, net.minecraft.item.crafting.Ingredient@58f057af, net.minecraft.item.crafting.Ingredient@58f057af]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.stained_clay_tiles_gray_stairs@0 new recipe: RecipeStage{tier='one', recipe=4xtile.stained_clay_tiles_gray_stairs@0:[net.minecraft.item.crafting.Ingredient@d62acf0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@d62acf0, net.minecraft.item.crafting.Ingredient@d62acf0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@d62acf0, net.minecraft.item.crafting.Ingredient@d62acf0, net.minecraft.item.crafting.Ingredient@d62acf0]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.stained_clay_tiles_silver_stairs@0 new recipe: RecipeStage{tier='one', recipe=4xtile.stained_clay_tiles_silver_stairs@0:[net.minecraft.item.crafting.Ingredient@3aadca9f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3aadca9f, net.minecraft.item.crafting.Ingredient@3aadca9f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3aadca9f, net.minecraft.item.crafting.Ingredient@3aadca9f, net.minecraft.item.crafting.Ingredient@3aadca9f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.stained_clay_tiles_cyan_stairs@0 new recipe: RecipeStage{tier='one', recipe=4xtile.stained_clay_tiles_cyan_stairs@0:[net.minecraft.item.crafting.Ingredient@11184e05, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@11184e05, net.minecraft.item.crafting.Ingredient@11184e05, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@11184e05, net.minecraft.item.crafting.Ingredient@11184e05, net.minecraft.item.crafting.Ingredient@11184e05]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.stained_clay_tiles_purple_stairs@0 new recipe: RecipeStage{tier='one', recipe=4xtile.stained_clay_tiles_purple_stairs@0:[net.minecraft.item.crafting.Ingredient@2d2a6c80, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2d2a6c80, net.minecraft.item.crafting.Ingredient@2d2a6c80, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2d2a6c80, net.minecraft.item.crafting.Ingredient@2d2a6c80, net.minecraft.item.crafting.Ingredient@2d2a6c80]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.stained_clay_tiles_blue_stairs@0 new recipe: RecipeStage{tier='one', recipe=4xtile.stained_clay_tiles_blue_stairs@0:[net.minecraft.item.crafting.Ingredient@714c5462, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@714c5462, net.minecraft.item.crafting.Ingredient@714c5462, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@714c5462, net.minecraft.item.crafting.Ingredient@714c5462, net.minecraft.item.crafting.Ingredient@714c5462]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.stained_clay_tiles_brown_stairs@0 new recipe: RecipeStage{tier='one', recipe=4xtile.stained_clay_tiles_brown_stairs@0:[net.minecraft.item.crafting.Ingredient@603f3373, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@603f3373, net.minecraft.item.crafting.Ingredient@603f3373, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@603f3373, net.minecraft.item.crafting.Ingredient@603f3373, net.minecraft.item.crafting.Ingredient@603f3373]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.stained_clay_tiles_green_stairs@0 new recipe: RecipeStage{tier='one', recipe=4xtile.stained_clay_tiles_green_stairs@0:[net.minecraft.item.crafting.Ingredient@7170b52b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7170b52b, net.minecraft.item.crafting.Ingredient@7170b52b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7170b52b, net.minecraft.item.crafting.Ingredient@7170b52b, net.minecraft.item.crafting.Ingredient@7170b52b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.stained_clay_tiles_red_stairs@0 new recipe: RecipeStage{tier='one', recipe=4xtile.stained_clay_tiles_red_stairs@0:[net.minecraft.item.crafting.Ingredient@2f635f3c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2f635f3c, net.minecraft.item.crafting.Ingredient@2f635f3c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2f635f3c, net.minecraft.item.crafting.Ingredient@2f635f3c, net.minecraft.item.crafting.Ingredient@2f635f3c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.stained_clay_tiles_black_stairs@0 new recipe: RecipeStage{tier='one', recipe=4xtile.stained_clay_tiles_black_stairs@0:[net.minecraft.item.crafting.Ingredient@431ab2e4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@431ab2e4, net.minecraft.item.crafting.Ingredient@431ab2e4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@431ab2e4, net.minecraft.item.crafting.Ingredient@431ab2e4, net.minecraft.item.crafting.Ingredient@431ab2e4]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.stained_clay_tiles_white_slab@0 new recipe: RecipeStage{tier='one', recipe=6xtile.stained_clay_tiles_white_slab@0:[net.minecraft.item.crafting.Ingredient@fae936f, net.minecraft.item.crafting.Ingredient@fae936f, net.minecraft.item.crafting.Ingredient@fae936f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.stained_clay_tiles_orange_slab@0 new recipe: RecipeStage{tier='one', recipe=6xtile.stained_clay_tiles_orange_slab@0:[net.minecraft.item.crafting.Ingredient@40e606ae, net.minecraft.item.crafting.Ingredient@40e606ae, net.minecraft.item.crafting.Ingredient@40e606ae]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.stained_clay_tiles_magenta_slab@0 new recipe: RecipeStage{tier='one', recipe=6xtile.stained_clay_tiles_magenta_slab@0:[net.minecraft.item.crafting.Ingredient@74f09e62, net.minecraft.item.crafting.Ingredient@74f09e62, net.minecraft.item.crafting.Ingredient@74f09e62]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.stained_clay_tiles_light_blue_slab@0 new recipe: RecipeStage{tier='one', recipe=6xtile.stained_clay_tiles_light_blue_slab@0:[net.minecraft.item.crafting.Ingredient@255cf886, net.minecraft.item.crafting.Ingredient@255cf886, net.minecraft.item.crafting.Ingredient@255cf886]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.stained_clay_tiles_yellow_slab@0 new recipe: RecipeStage{tier='one', recipe=6xtile.stained_clay_tiles_yellow_slab@0:[net.minecraft.item.crafting.Ingredient@4d58bbdf, net.minecraft.item.crafting.Ingredient@4d58bbdf, net.minecraft.item.crafting.Ingredient@4d58bbdf]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.stained_clay_tiles_lime_slab@0 new recipe: RecipeStage{tier='one', recipe=6xtile.stained_clay_tiles_lime_slab@0:[net.minecraft.item.crafting.Ingredient@52d5c5ec, net.minecraft.item.crafting.Ingredient@52d5c5ec, net.minecraft.item.crafting.Ingredient@52d5c5ec]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.stained_clay_tiles_pink_slab@0 new recipe: RecipeStage{tier='one', recipe=6xtile.stained_clay_tiles_pink_slab@0:[net.minecraft.item.crafting.Ingredient@760a100d, net.minecraft.item.crafting.Ingredient@760a100d, net.minecraft.item.crafting.Ingredient@760a100d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.stained_clay_tiles_gray_slab@0 new recipe: RecipeStage{tier='one', recipe=6xtile.stained_clay_tiles_gray_slab@0:[net.minecraft.item.crafting.Ingredient@c2f1d4f, net.minecraft.item.crafting.Ingredient@c2f1d4f, net.minecraft.item.crafting.Ingredient@c2f1d4f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.stained_clay_tiles_silver_slab@0 new recipe: RecipeStage{tier='one', recipe=6xtile.stained_clay_tiles_silver_slab@0:[net.minecraft.item.crafting.Ingredient@528019fd, net.minecraft.item.crafting.Ingredient@528019fd, net.minecraft.item.crafting.Ingredient@528019fd]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.stained_clay_tiles_cyan_slab@0 new recipe: RecipeStage{tier='one', recipe=6xtile.stained_clay_tiles_cyan_slab@0:[net.minecraft.item.crafting.Ingredient@6975d8f2, net.minecraft.item.crafting.Ingredient@6975d8f2, net.minecraft.item.crafting.Ingredient@6975d8f2]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.stained_clay_tiles_purple_slab@0 new recipe: RecipeStage{tier='one', recipe=6xtile.stained_clay_tiles_purple_slab@0:[net.minecraft.item.crafting.Ingredient@473855ac, net.minecraft.item.crafting.Ingredient@473855ac, net.minecraft.item.crafting.Ingredient@473855ac]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.stained_clay_tiles_blue_slab@0 new recipe: RecipeStage{tier='one', recipe=6xtile.stained_clay_tiles_blue_slab@0:[net.minecraft.item.crafting.Ingredient@5be6fb24, net.minecraft.item.crafting.Ingredient@5be6fb24, net.minecraft.item.crafting.Ingredient@5be6fb24]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.stained_clay_tiles_brown_slab@0 new recipe: RecipeStage{tier='one', recipe=6xtile.stained_clay_tiles_brown_slab@0:[net.minecraft.item.crafting.Ingredient@5edddafc, net.minecraft.item.crafting.Ingredient@5edddafc, net.minecraft.item.crafting.Ingredient@5edddafc]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.stained_clay_tiles_green_slab@0 new recipe: RecipeStage{tier='one', recipe=6xtile.stained_clay_tiles_green_slab@0:[net.minecraft.item.crafting.Ingredient@5ca093aa, net.minecraft.item.crafting.Ingredient@5ca093aa, net.minecraft.item.crafting.Ingredient@5ca093aa]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.stained_clay_tiles_red_slab@0 new recipe: RecipeStage{tier='one', recipe=6xtile.stained_clay_tiles_red_slab@0:[net.minecraft.item.crafting.Ingredient@7188844d, net.minecraft.item.crafting.Ingredient@7188844d, net.minecraft.item.crafting.Ingredient@7188844d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.stained_clay_tiles_black_slab@0 new recipe: RecipeStage{tier='one', recipe=6xtile.stained_clay_tiles_black_slab@0:[net.minecraft.item.crafting.Ingredient@2a8042b9, net.minecraft.item.crafting.Ingredient@2a8042b9, net.minecraft.item.crafting.Ingredient@2a8042b9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.stained_clay_tiles@0 new recipe: RecipeStage{tier='one', recipe=4xtile.stained_clay_tiles@0:[net.minecraft.item.crafting.Ingredient@4d094fa8, net.minecraft.item.crafting.Ingredient@4d094fa8, net.minecraft.item.crafting.Ingredient@4d094fa8, net.minecraft.item.crafting.Ingredient@4d094fa8]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.stained_clay_tiles@0 new recipe: RecipeStage{tier='one', recipe=8xtile.stained_clay_tiles@0:[net.minecraft.item.crafting.Ingredient@2d90483d, net.minecraft.item.crafting.Ingredient@2d90483d, net.minecraft.item.crafting.Ingredient@2d90483d, net.minecraft.item.crafting.Ingredient@2d90483d, net.minecraftforge.oredict.OreIngredient@7d6d4729, net.minecraft.item.crafting.Ingredient@2d90483d, net.minecraft.item.crafting.Ingredient@2d90483d, net.minecraft.item.crafting.Ingredient@2d90483d, net.minecraft.item.crafting.Ingredient@2d90483d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.stained_clay_tiles@1 new recipe: RecipeStage{tier='one', recipe=4xtile.stained_clay_tiles@1:[net.minecraft.item.crafting.Ingredient@e8d8263, net.minecraft.item.crafting.Ingredient@e8d8263, net.minecraft.item.crafting.Ingredient@e8d8263, net.minecraft.item.crafting.Ingredient@e8d8263]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.stained_clay_tiles@1 new recipe: RecipeStage{tier='one', recipe=8xtile.stained_clay_tiles@1:[net.minecraft.item.crafting.Ingredient@3d6bc0e2, net.minecraft.item.crafting.Ingredient@3d6bc0e2, net.minecraft.item.crafting.Ingredient@3d6bc0e2, net.minecraft.item.crafting.Ingredient@3d6bc0e2, net.minecraftforge.oredict.OreIngredient@1295a6d2, net.minecraft.item.crafting.Ingredient@3d6bc0e2, net.minecraft.item.crafting.Ingredient@3d6bc0e2, net.minecraft.item.crafting.Ingredient@3d6bc0e2, net.minecraft.item.crafting.Ingredient@3d6bc0e2]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.stained_clay_tiles@2 new recipe: RecipeStage{tier='one', recipe=4xtile.stained_clay_tiles@2:[net.minecraft.item.crafting.Ingredient@556efa6, net.minecraft.item.crafting.Ingredient@556efa6, net.minecraft.item.crafting.Ingredient@556efa6, net.minecraft.item.crafting.Ingredient@556efa6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.stained_clay_tiles@2 new recipe: RecipeStage{tier='one', recipe=8xtile.stained_clay_tiles@2:[net.minecraft.item.crafting.Ingredient@672aebf5, net.minecraft.item.crafting.Ingredient@672aebf5, net.minecraft.item.crafting.Ingredient@672aebf5, net.minecraft.item.crafting.Ingredient@672aebf5, net.minecraftforge.oredict.OreIngredient@4a54b22, net.minecraft.item.crafting.Ingredient@672aebf5, net.minecraft.item.crafting.Ingredient@672aebf5, net.minecraft.item.crafting.Ingredient@672aebf5, net.minecraft.item.crafting.Ingredient@672aebf5]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.stained_clay_tiles@3 new recipe: RecipeStage{tier='one', recipe=4xtile.stained_clay_tiles@3:[net.minecraft.item.crafting.Ingredient@3b39de52, net.minecraft.item.crafting.Ingredient@3b39de52, net.minecraft.item.crafting.Ingredient@3b39de52, net.minecraft.item.crafting.Ingredient@3b39de52]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.stained_clay_tiles@3 new recipe: RecipeStage{tier='one', recipe=8xtile.stained_clay_tiles@3:[net.minecraft.item.crafting.Ingredient@9a02d4c, net.minecraft.item.crafting.Ingredient@9a02d4c, net.minecraft.item.crafting.Ingredient@9a02d4c, net.minecraft.item.crafting.Ingredient@9a02d4c, net.minecraftforge.oredict.OreIngredient@39650ace, net.minecraft.item.crafting.Ingredient@9a02d4c, net.minecraft.item.crafting.Ingredient@9a02d4c, net.minecraft.item.crafting.Ingredient@9a02d4c, net.minecraft.item.crafting.Ingredient@9a02d4c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.stained_clay_tiles@4 new recipe: RecipeStage{tier='one', recipe=4xtile.stained_clay_tiles@4:[net.minecraft.item.crafting.Ingredient@17b7aa9b, net.minecraft.item.crafting.Ingredient@17b7aa9b, net.minecraft.item.crafting.Ingredient@17b7aa9b, net.minecraft.item.crafting.Ingredient@17b7aa9b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.stained_clay_tiles@4 new recipe: RecipeStage{tier='one', recipe=8xtile.stained_clay_tiles@4:[net.minecraft.item.crafting.Ingredient@62892d71, net.minecraft.item.crafting.Ingredient@62892d71, net.minecraft.item.crafting.Ingredient@62892d71, net.minecraft.item.crafting.Ingredient@62892d71, net.minecraftforge.oredict.OreIngredient@6acbb621, net.minecraft.item.crafting.Ingredient@62892d71, net.minecraft.item.crafting.Ingredient@62892d71, net.minecraft.item.crafting.Ingredient@62892d71, net.minecraft.item.crafting.Ingredient@62892d71]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.stained_clay_tiles@5 new recipe: RecipeStage{tier='one', recipe=4xtile.stained_clay_tiles@5:[net.minecraft.item.crafting.Ingredient@7be9f2cc, net.minecraft.item.crafting.Ingredient@7be9f2cc, net.minecraft.item.crafting.Ingredient@7be9f2cc, net.minecraft.item.crafting.Ingredient@7be9f2cc]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.stained_clay_tiles@5 new recipe: RecipeStage{tier='one', recipe=8xtile.stained_clay_tiles@5:[net.minecraft.item.crafting.Ingredient@51a06c58, net.minecraft.item.crafting.Ingredient@51a06c58, net.minecraft.item.crafting.Ingredient@51a06c58, net.minecraft.item.crafting.Ingredient@51a06c58, net.minecraftforge.oredict.OreIngredient@7ae931b8, net.minecraft.item.crafting.Ingredient@51a06c58, net.minecraft.item.crafting.Ingredient@51a06c58, net.minecraft.item.crafting.Ingredient@51a06c58, net.minecraft.item.crafting.Ingredient@51a06c58]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.stained_clay_tiles@6 new recipe: RecipeStage{tier='one', recipe=4xtile.stained_clay_tiles@6:[net.minecraft.item.crafting.Ingredient@4da4fa7a, net.minecraft.item.crafting.Ingredient@4da4fa7a, net.minecraft.item.crafting.Ingredient@4da4fa7a, net.minecraft.item.crafting.Ingredient@4da4fa7a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.stained_clay_tiles@6 new recipe: RecipeStage{tier='one', recipe=8xtile.stained_clay_tiles@6:[net.minecraft.item.crafting.Ingredient@79ef1e90, net.minecraft.item.crafting.Ingredient@79ef1e90, net.minecraft.item.crafting.Ingredient@79ef1e90, net.minecraft.item.crafting.Ingredient@79ef1e90, net.minecraftforge.oredict.OreIngredient@2bff7f59, net.minecraft.item.crafting.Ingredient@79ef1e90, net.minecraft.item.crafting.Ingredient@79ef1e90, net.minecraft.item.crafting.Ingredient@79ef1e90, net.minecraft.item.crafting.Ingredient@79ef1e90]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.stained_clay_tiles@7 new recipe: RecipeStage{tier='one', recipe=4xtile.stained_clay_tiles@7:[net.minecraft.item.crafting.Ingredient@18a8ff6f, net.minecraft.item.crafting.Ingredient@18a8ff6f, net.minecraft.item.crafting.Ingredient@18a8ff6f, net.minecraft.item.crafting.Ingredient@18a8ff6f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.stained_clay_tiles@7 new recipe: RecipeStage{tier='one', recipe=8xtile.stained_clay_tiles@7:[net.minecraft.item.crafting.Ingredient@72b5b12a, net.minecraft.item.crafting.Ingredient@72b5b12a, net.minecraft.item.crafting.Ingredient@72b5b12a, net.minecraft.item.crafting.Ingredient@72b5b12a, net.minecraftforge.oredict.OreIngredient@73af2a72, net.minecraft.item.crafting.Ingredient@72b5b12a, net.minecraft.item.crafting.Ingredient@72b5b12a, net.minecraft.item.crafting.Ingredient@72b5b12a, net.minecraft.item.crafting.Ingredient@72b5b12a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.stained_clay_tiles@8 new recipe: RecipeStage{tier='one', recipe=4xtile.stained_clay_tiles@8:[net.minecraft.item.crafting.Ingredient@23fa86e9, net.minecraft.item.crafting.Ingredient@23fa86e9, net.minecraft.item.crafting.Ingredient@23fa86e9, net.minecraft.item.crafting.Ingredient@23fa86e9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.stained_clay_tiles@8 new recipe: RecipeStage{tier='one', recipe=8xtile.stained_clay_tiles@8:[net.minecraft.item.crafting.Ingredient@7c76467e, net.minecraft.item.crafting.Ingredient@7c76467e, net.minecraft.item.crafting.Ingredient@7c76467e, net.minecraft.item.crafting.Ingredient@7c76467e, net.minecraftforge.oredict.OreIngredient@2315943b, net.minecraft.item.crafting.Ingredient@7c76467e, net.minecraft.item.crafting.Ingredient@7c76467e, net.minecraft.item.crafting.Ingredient@7c76467e, net.minecraft.item.crafting.Ingredient@7c76467e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.stained_clay_tiles@9 new recipe: RecipeStage{tier='one', recipe=4xtile.stained_clay_tiles@9:[net.minecraft.item.crafting.Ingredient@2963d691, net.minecraft.item.crafting.Ingredient@2963d691, net.minecraft.item.crafting.Ingredient@2963d691, net.minecraft.item.crafting.Ingredient@2963d691]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.stained_clay_tiles@9 new recipe: RecipeStage{tier='one', recipe=8xtile.stained_clay_tiles@9:[net.minecraft.item.crafting.Ingredient@5ed9c09a, net.minecraft.item.crafting.Ingredient@5ed9c09a, net.minecraft.item.crafting.Ingredient@5ed9c09a, net.minecraft.item.crafting.Ingredient@5ed9c09a, net.minecraftforge.oredict.OreIngredient@10522889, net.minecraft.item.crafting.Ingredient@5ed9c09a, net.minecraft.item.crafting.Ingredient@5ed9c09a, net.minecraft.item.crafting.Ingredient@5ed9c09a, net.minecraft.item.crafting.Ingredient@5ed9c09a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.stained_clay_tiles@10 new recipe: RecipeStage{tier='one', recipe=4xtile.stained_clay_tiles@10:[net.minecraft.item.crafting.Ingredient@1f69d2f4, net.minecraft.item.crafting.Ingredient@1f69d2f4, net.minecraft.item.crafting.Ingredient@1f69d2f4, net.minecraft.item.crafting.Ingredient@1f69d2f4]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.stained_clay_tiles@10 new recipe: RecipeStage{tier='one', recipe=8xtile.stained_clay_tiles@10:[net.minecraft.item.crafting.Ingredient@280948d6, net.minecraft.item.crafting.Ingredient@280948d6, net.minecraft.item.crafting.Ingredient@280948d6, net.minecraft.item.crafting.Ingredient@280948d6, net.minecraftforge.oredict.OreIngredient@38c4805d, net.minecraft.item.crafting.Ingredient@280948d6, net.minecraft.item.crafting.Ingredient@280948d6, net.minecraft.item.crafting.Ingredient@280948d6, net.minecraft.item.crafting.Ingredient@280948d6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.stained_clay_tiles@11 new recipe: RecipeStage{tier='one', recipe=4xtile.stained_clay_tiles@11:[net.minecraft.item.crafting.Ingredient@3953f1ac, net.minecraft.item.crafting.Ingredient@3953f1ac, net.minecraft.item.crafting.Ingredient@3953f1ac, net.minecraft.item.crafting.Ingredient@3953f1ac]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.stained_clay_tiles@11 new recipe: RecipeStage{tier='one', recipe=8xtile.stained_clay_tiles@11:[net.minecraft.item.crafting.Ingredient@687c6a00, net.minecraft.item.crafting.Ingredient@687c6a00, net.minecraft.item.crafting.Ingredient@687c6a00, net.minecraft.item.crafting.Ingredient@687c6a00, net.minecraftforge.oredict.OreIngredient@a51d021, net.minecraft.item.crafting.Ingredient@687c6a00, net.minecraft.item.crafting.Ingredient@687c6a00, net.minecraft.item.crafting.Ingredient@687c6a00, net.minecraft.item.crafting.Ingredient@687c6a00]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.stained_clay_tiles@12 new recipe: RecipeStage{tier='one', recipe=4xtile.stained_clay_tiles@12:[net.minecraft.item.crafting.Ingredient@168b7f5e, net.minecraft.item.crafting.Ingredient@168b7f5e, net.minecraft.item.crafting.Ingredient@168b7f5e, net.minecraft.item.crafting.Ingredient@168b7f5e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.stained_clay_tiles@12 new recipe: RecipeStage{tier='one', recipe=8xtile.stained_clay_tiles@12:[net.minecraft.item.crafting.Ingredient@307332b2, net.minecraft.item.crafting.Ingredient@307332b2, net.minecraft.item.crafting.Ingredient@307332b2, net.minecraft.item.crafting.Ingredient@307332b2, net.minecraftforge.oredict.OreIngredient@3bd472d6, net.minecraft.item.crafting.Ingredient@307332b2, net.minecraft.item.crafting.Ingredient@307332b2, net.minecraft.item.crafting.Ingredient@307332b2, net.minecraft.item.crafting.Ingredient@307332b2]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.stained_clay_tiles@13 new recipe: RecipeStage{tier='one', recipe=4xtile.stained_clay_tiles@13:[net.minecraft.item.crafting.Ingredient@3f806d55, net.minecraft.item.crafting.Ingredient@3f806d55, net.minecraft.item.crafting.Ingredient@3f806d55, net.minecraft.item.crafting.Ingredient@3f806d55]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.stained_clay_tiles@13 new recipe: RecipeStage{tier='one', recipe=8xtile.stained_clay_tiles@13:[net.minecraft.item.crafting.Ingredient@72bc9474, net.minecraft.item.crafting.Ingredient@72bc9474, net.minecraft.item.crafting.Ingredient@72bc9474, net.minecraft.item.crafting.Ingredient@72bc9474, net.minecraftforge.oredict.OreIngredient@5bf3de33, net.minecraft.item.crafting.Ingredient@72bc9474, net.minecraft.item.crafting.Ingredient@72bc9474, net.minecraft.item.crafting.Ingredient@72bc9474, net.minecraft.item.crafting.Ingredient@72bc9474]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.stained_clay_tiles@14 new recipe: RecipeStage{tier='one', recipe=4xtile.stained_clay_tiles@14:[net.minecraft.item.crafting.Ingredient@43a94559, net.minecraft.item.crafting.Ingredient@43a94559, net.minecraft.item.crafting.Ingredient@43a94559, net.minecraft.item.crafting.Ingredient@43a94559]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.stained_clay_tiles@14 new recipe: RecipeStage{tier='one', recipe=8xtile.stained_clay_tiles@14:[net.minecraft.item.crafting.Ingredient@7f7f72bc, net.minecraft.item.crafting.Ingredient@7f7f72bc, net.minecraft.item.crafting.Ingredient@7f7f72bc, net.minecraft.item.crafting.Ingredient@7f7f72bc, net.minecraftforge.oredict.OreIngredient@69f64613, net.minecraft.item.crafting.Ingredient@7f7f72bc, net.minecraft.item.crafting.Ingredient@7f7f72bc, net.minecraft.item.crafting.Ingredient@7f7f72bc, net.minecraft.item.crafting.Ingredient@7f7f72bc]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.stained_clay_tiles@15 new recipe: RecipeStage{tier='one', recipe=4xtile.stained_clay_tiles@15:[net.minecraft.item.crafting.Ingredient@2cb10f58, net.minecraft.item.crafting.Ingredient@2cb10f58, net.minecraft.item.crafting.Ingredient@2cb10f58, net.minecraft.item.crafting.Ingredient@2cb10f58]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.stained_clay_tiles@15 new recipe: RecipeStage{tier='one', recipe=8xtile.stained_clay_tiles@15:[net.minecraft.item.crafting.Ingredient@25bb041a, net.minecraft.item.crafting.Ingredient@25bb041a, net.minecraft.item.crafting.Ingredient@25bb041a, net.minecraft.item.crafting.Ingredient@25bb041a, net.minecraftforge.oredict.OreIngredient@21556883, net.minecraft.item.crafting.Ingredient@25bb041a, net.minecraft.item.crafting.Ingredient@25bb041a, net.minecraft.item.crafting.Ingredient@25bb041a, net.minecraft.item.crafting.Ingredient@25bb041a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.sturdy_stone@0 new recipe: RecipeStage{tier='one', recipe=4xtile.sturdy_stone@0:[net.minecraftforge.oredict.OreIngredient@29da4e3b, net.minecraftforge.oredict.OreIngredient@10887420, net.minecraftforge.oredict.OreIngredient@29da4e3b, net.minecraftforge.oredict.OreIngredient@10887420, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@10887420, net.minecraftforge.oredict.OreIngredient@29da4e3b, net.minecraftforge.oredict.OreIngredient@10887420, net.minecraftforge.oredict.OreIngredient@29da4e3b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.sturdy_stone@0 new recipe: RecipeStage{tier='one', recipe=4xtile.sturdy_stone@0:[net.minecraftforge.oredict.OreIngredient@5f812a99, net.minecraftforge.oredict.OreIngredient@75378334, net.minecraftforge.oredict.OreIngredient@5f812a99, net.minecraftforge.oredict.OreIngredient@75378334, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@75378334, net.minecraftforge.oredict.OreIngredient@5f812a99, net.minecraftforge.oredict.OreIngredient@75378334, net.minecraftforge.oredict.OreIngredient@5f812a99]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.stone_stairs@0 new recipe: RecipeStage{tier='one', recipe=4xtile.stone_stairs@0:[net.minecraft.item.crafting.Ingredient@3e4c46f8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3e4c46f8, net.minecraft.item.crafting.Ingredient@3e4c46f8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3e4c46f8, net.minecraft.item.crafting.Ingredient@3e4c46f8, net.minecraft.item.crafting.Ingredient@3e4c46f8]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.stone_granite_stairs@0 new recipe: RecipeStage{tier='one', recipe=4xtile.stone_granite_stairs@0:[net.minecraft.item.crafting.Ingredient@69fa6eae, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@69fa6eae, net.minecraft.item.crafting.Ingredient@69fa6eae, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@69fa6eae, net.minecraft.item.crafting.Ingredient@69fa6eae, net.minecraft.item.crafting.Ingredient@69fa6eae]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.stone_granite_slab@0 new recipe: RecipeStage{tier='zero', recipe=6xtile.stone_granite_slab@0:[net.minecraft.item.crafting.Ingredient@1ad1d9e1, net.minecraft.item.crafting.Ingredient@1ad1d9e1, net.minecraft.item.crafting.Ingredient@1ad1d9e1]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.stone_diorite_stairs@0 new recipe: RecipeStage{tier='one', recipe=4xtile.stone_diorite_stairs@0:[net.minecraft.item.crafting.Ingredient@3164369a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3164369a, net.minecraft.item.crafting.Ingredient@3164369a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3164369a, net.minecraft.item.crafting.Ingredient@3164369a, net.minecraft.item.crafting.Ingredient@3164369a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.stone_diorite_slab@0 new recipe: RecipeStage{tier='zero', recipe=6xtile.stone_diorite_slab@0:[net.minecraft.item.crafting.Ingredient@131813e4, net.minecraft.item.crafting.Ingredient@131813e4, net.minecraft.item.crafting.Ingredient@131813e4]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.stone_andesite_stairs@0 new recipe: RecipeStage{tier='one', recipe=4xtile.stone_andesite_stairs@0:[net.minecraft.item.crafting.Ingredient@6ac96910, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6ac96910, net.minecraft.item.crafting.Ingredient@6ac96910, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6ac96910, net.minecraft.item.crafting.Ingredient@6ac96910, net.minecraft.item.crafting.Ingredient@6ac96910]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.stone_andesite_slab@0 new recipe: RecipeStage{tier='zero', recipe=6xtile.stone_andesite_slab@0:[net.minecraft.item.crafting.Ingredient@3a46134d, net.minecraft.item.crafting.Ingredient@3a46134d, net.minecraft.item.crafting.Ingredient@3a46134d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.end_bricks_stairs@0 new recipe: RecipeStage{tier='four', recipe=4xtile.end_bricks_stairs@0:[net.minecraft.item.crafting.Ingredient@181ea004, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@181ea004, net.minecraft.item.crafting.Ingredient@181ea004, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@181ea004, net.minecraft.item.crafting.Ingredient@181ea004, net.minecraft.item.crafting.Ingredient@181ea004]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.end_bricks_slab@0 new recipe: RecipeStage{tier='four', recipe=6xtile.end_bricks_slab@0:[net.minecraft.item.crafting.Ingredient@1e62cb5d, net.minecraft.item.crafting.Ingredient@1e62cb5d, net.minecraft.item.crafting.Ingredient@1e62cb5d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.prismarine_bricks_stairs@0 new recipe: RecipeStage{tier='one', recipe=4xtile.prismarine_bricks_stairs@0:[net.minecraft.item.crafting.Ingredient@5f5d313f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5f5d313f, net.minecraft.item.crafting.Ingredient@5f5d313f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5f5d313f, net.minecraft.item.crafting.Ingredient@5f5d313f, net.minecraft.item.crafting.Ingredient@5f5d313f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.prismarine_bricks_slab@0 new recipe: RecipeStage{tier='zero', recipe=6xtile.prismarine_bricks_slab@0:[net.minecraft.item.crafting.Ingredient@ed37be4, net.minecraft.item.crafting.Ingredient@ed37be4, net.minecraft.item.crafting.Ingredient@ed37be4]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.prismarine_dark_stairs@0 new recipe: RecipeStage{tier='one', recipe=4xtile.prismarine_dark_stairs@0:[net.minecraft.item.crafting.Ingredient@2c0bcc63, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2c0bcc63, net.minecraft.item.crafting.Ingredient@2c0bcc63, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2c0bcc63, net.minecraft.item.crafting.Ingredient@2c0bcc63, net.minecraft.item.crafting.Ingredient@2c0bcc63]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.prismarine_dark_slab@0 new recipe: RecipeStage{tier='zero', recipe=6xtile.prismarine_dark_slab@0:[net.minecraft.item.crafting.Ingredient@4a0b30ab, net.minecraft.item.crafting.Ingredient@4a0b30ab, net.minecraft.item.crafting.Ingredient@4a0b30ab]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.red_nether_brick_stairs@0 new recipe: RecipeStage{tier='three', recipe=4xtile.red_nether_brick_stairs@0:[net.minecraft.item.crafting.Ingredient@57c6f27e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@57c6f27e, net.minecraft.item.crafting.Ingredient@57c6f27e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@57c6f27e, net.minecraft.item.crafting.Ingredient@57c6f27e, net.minecraft.item.crafting.Ingredient@57c6f27e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.red_nether_brick_slab@0 new recipe: RecipeStage{tier='three', recipe=6xtile.red_nether_brick_slab@0:[net.minecraft.item.crafting.Ingredient@3f78361c, net.minecraft.item.crafting.Ingredient@3f78361c, net.minecraft.item.crafting.Ingredient@3f78361c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.charred_nether_bricks@0 new recipe: RecipeStage{tier='three', recipe=3xtile.charred_nether_bricks@0:[net.minecraft.item.crafting.Ingredient@32218874, net.minecraft.item.crafting.Ingredient@349c8868, net.minecraft.item.crafting.Ingredient@5338ba64, net.minecraft.item.crafting.Ingredient@2326b150]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.charred_nether_brick_stairs@0 new recipe: RecipeStage{tier='three', recipe=4xtile.charred_nether_brick_stairs@0:[net.minecraft.item.crafting.Ingredient@4d321537, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4d321537, net.minecraft.item.crafting.Ingredient@4d321537, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4d321537, net.minecraft.item.crafting.Ingredient@4d321537, net.minecraft.item.crafting.Ingredient@4d321537]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.charred_nether_brick_slab@0 new recipe: RecipeStage{tier='three', recipe=6xtile.charred_nether_brick_slab@0:[net.minecraft.item.crafting.Ingredient@265acac0, net.minecraft.item.crafting.Ingredient@265acac0, net.minecraft.item.crafting.Ingredient@265acac0]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.stone_granite_bricks_stairs@0 new recipe: RecipeStage{tier='one', recipe=4xtile.stone_granite_bricks_stairs@0:[net.minecraft.item.crafting.Ingredient@4c0821fe, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4c0821fe, net.minecraft.item.crafting.Ingredient@4c0821fe, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4c0821fe, net.minecraft.item.crafting.Ingredient@4c0821fe, net.minecraft.item.crafting.Ingredient@4c0821fe]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.stone_granite_bricks_slab@0 new recipe: RecipeStage{tier='one', recipe=6xtile.stone_granite_bricks_slab@0:[net.minecraft.item.crafting.Ingredient@386faac0, net.minecraft.item.crafting.Ingredient@386faac0, net.minecraft.item.crafting.Ingredient@386faac0]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.stone_diorite_bricks_stairs@0 new recipe: RecipeStage{tier='one', recipe=4xtile.stone_diorite_bricks_stairs@0:[net.minecraft.item.crafting.Ingredient@688801e2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@688801e2, net.minecraft.item.crafting.Ingredient@688801e2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@688801e2, net.minecraft.item.crafting.Ingredient@688801e2, net.minecraft.item.crafting.Ingredient@688801e2]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.stone_diorite_bricks_slab@0 new recipe: RecipeStage{tier='one', recipe=6xtile.stone_diorite_bricks_slab@0:[net.minecraft.item.crafting.Ingredient@495f8a92, net.minecraft.item.crafting.Ingredient@495f8a92, net.minecraft.item.crafting.Ingredient@495f8a92]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.stone_andesite_bricks_stairs@0 new recipe: RecipeStage{tier='one', recipe=4xtile.stone_andesite_bricks_stairs@0:[net.minecraft.item.crafting.Ingredient@68fcf4b8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@68fcf4b8, net.minecraft.item.crafting.Ingredient@68fcf4b8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@68fcf4b8, net.minecraft.item.crafting.Ingredient@68fcf4b8, net.minecraft.item.crafting.Ingredient@68fcf4b8]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.stone_andesite_bricks_slab@0 new recipe: RecipeStage{tier='one', recipe=6xtile.stone_andesite_bricks_slab@0:[net.minecraft.item.crafting.Ingredient@6c227e53, net.minecraft.item.crafting.Ingredient@6c227e53, net.minecraft.item.crafting.Ingredient@6c227e53]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.stone_granite_bricks_wall@0 new recipe: RecipeStage{tier='one', recipe=6xtile.stone_granite_bricks_wall@0:[net.minecraft.item.crafting.Ingredient@2639f583, net.minecraft.item.crafting.Ingredient@2639f583, net.minecraft.item.crafting.Ingredient@2639f583, net.minecraft.item.crafting.Ingredient@2639f583, net.minecraft.item.crafting.Ingredient@2639f583, net.minecraft.item.crafting.Ingredient@2639f583]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.stone_diorite_bricks_wall@0 new recipe: RecipeStage{tier='one', recipe=6xtile.stone_diorite_bricks_wall@0:[net.minecraft.item.crafting.Ingredient@1b3c91ca, net.minecraft.item.crafting.Ingredient@1b3c91ca, net.minecraft.item.crafting.Ingredient@1b3c91ca, net.minecraft.item.crafting.Ingredient@1b3c91ca, net.minecraft.item.crafting.Ingredient@1b3c91ca, net.minecraft.item.crafting.Ingredient@1b3c91ca]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.stone_andesite_bricks_wall@0 new recipe: RecipeStage{tier='one', recipe=6xtile.stone_andesite_bricks_wall@0:[net.minecraft.item.crafting.Ingredient@22c8ed83, net.minecraft.item.crafting.Ingredient@22c8ed83, net.minecraft.item.crafting.Ingredient@22c8ed83, net.minecraft.item.crafting.Ingredient@22c8ed83, net.minecraft.item.crafting.Ingredient@22c8ed83, net.minecraft.item.crafting.Ingredient@22c8ed83]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.midori_block_stairs@0 new recipe: RecipeStage{tier='one', recipe=4xtile.midori_block_stairs@0:[net.minecraft.item.crafting.Ingredient@79bed898, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@79bed898, net.minecraft.item.crafting.Ingredient@79bed898, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@79bed898, net.minecraft.item.crafting.Ingredient@79bed898, net.minecraft.item.crafting.Ingredient@79bed898]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.midori_block_slab@0 new recipe: RecipeStage{tier='one', recipe=6xtile.midori_block_slab@0:[net.minecraft.item.crafting.Ingredient@4388887c, net.minecraft.item.crafting.Ingredient@4388887c, net.minecraft.item.crafting.Ingredient@4388887c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.midori_block_wall@0 new recipe: RecipeStage{tier='one', recipe=6xtile.midori_block_wall@0:[net.minecraft.item.crafting.Ingredient@5665c71a, net.minecraft.item.crafting.Ingredient@5665c71a, net.minecraft.item.crafting.Ingredient@5665c71a, net.minecraft.item.crafting.Ingredient@5665c71a, net.minecraft.item.crafting.Ingredient@5665c71a, net.minecraft.item.crafting.Ingredient@5665c71a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.midori_pillar@0 new recipe: RecipeStage{tier='one', recipe=1xtile.midori_pillar@0:[net.minecraft.item.crafting.Ingredient@6bb5806d, net.minecraft.item.crafting.Ingredient@6bb5806d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.magma_bricks_stairs@0 new recipe: RecipeStage{tier='three', recipe=4xtile.magma_bricks_stairs@0:[net.minecraft.item.crafting.Ingredient@dcff4d4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@dcff4d4, net.minecraft.item.crafting.Ingredient@dcff4d4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@dcff4d4, net.minecraft.item.crafting.Ingredient@dcff4d4, net.minecraft.item.crafting.Ingredient@dcff4d4]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.magma_bricks_slab@0 new recipe: RecipeStage{tier='three', recipe=6xtile.magma_bricks_slab@0:[net.minecraft.item.crafting.Ingredient@40a8c322, net.minecraft.item.crafting.Ingredient@40a8c322, net.minecraft.item.crafting.Ingredient@40a8c322]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.magma_bricks@0 new recipe: RecipeStage{tier='three', recipe=4xtile.magma_bricks@0:[net.minecraft.item.crafting.Ingredient@3e724a84, net.minecraft.item.crafting.Ingredient@6b6e971e, net.minecraft.item.crafting.Ingredient@dcda669, net.minecraft.item.crafting.Ingredient@bfac521]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.duskbound_block_stairs@0 new recipe: RecipeStage{tier='four', recipe=4xtile.duskbound_block_stairs@0:[net.minecraft.item.crafting.Ingredient@5c3776a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5c3776a, net.minecraft.item.crafting.Ingredient@5c3776a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5c3776a, net.minecraft.item.crafting.Ingredient@5c3776a, net.minecraft.item.crafting.Ingredient@5c3776a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.duskbound_block_slab@0 new recipe: RecipeStage{tier='four', recipe=6xtile.duskbound_block_slab@0:[net.minecraft.item.crafting.Ingredient@49ba9409, net.minecraft.item.crafting.Ingredient@49ba9409, net.minecraft.item.crafting.Ingredient@49ba9409]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.duskbound_block_wall@0 new recipe: RecipeStage{tier='four', recipe=6xtile.duskbound_block_wall@0:[net.minecraft.item.crafting.Ingredient@a42b26a, net.minecraft.item.crafting.Ingredient@a42b26a, net.minecraft.item.crafting.Ingredient@a42b26a, net.minecraft.item.crafting.Ingredient@a42b26a, net.minecraft.item.crafting.Ingredient@a42b26a, net.minecraft.item.crafting.Ingredient@a42b26a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 16xtile.duskbound_block@0 new recipe: RecipeStage{tier='four', recipe=16xtile.duskbound_block@0:[net.minecraft.item.crafting.Ingredient@17c565f7, net.minecraft.item.crafting.Ingredient@17c565f7, net.minecraft.item.crafting.Ingredient@17c565f7, net.minecraft.item.crafting.Ingredient@17c565f7, net.minecraft.item.crafting.Ingredient@7f18b9e0, net.minecraft.item.crafting.Ingredient@17c565f7, net.minecraft.item.crafting.Ingredient@17c565f7, net.minecraft.item.crafting.Ingredient@17c565f7, net.minecraft.item.crafting.Ingredient@17c565f7]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.duskbound_lantern@0 new recipe: RecipeStage{tier='four', recipe=4xtile.duskbound_lantern@0:[net.minecraft.item.crafting.Ingredient@4739a40, net.minecraft.item.crafting.Ingredient@4739a40, net.minecraft.item.crafting.Ingredient@4739a40, net.minecraft.item.crafting.Ingredient@4739a40, net.minecraft.item.crafting.Ingredient@1b3da946, net.minecraft.item.crafting.Ingredient@4739a40, net.minecraft.item.crafting.Ingredient@4739a40, net.minecraft.item.crafting.Ingredient@4739a40, net.minecraft.item.crafting.Ingredient@4739a40]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.soul_sandstone@0 new recipe: RecipeStage{tier='three', recipe=1xtile.soul_sandstone@0:[net.minecraft.item.crafting.Ingredient@230e3f90, net.minecraft.item.crafting.Ingredient@230e3f90, net.minecraft.item.crafting.Ingredient@230e3f90, net.minecraft.item.crafting.Ingredient@230e3f90]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.soul_sandstone@2 new recipe: RecipeStage{tier='three', recipe=4xtile.soul_sandstone@2:[net.minecraft.item.crafting.Ingredient@7888ab3f, net.minecraft.item.crafting.Ingredient@7888ab3f, net.minecraft.item.crafting.Ingredient@7888ab3f, net.minecraft.item.crafting.Ingredient@7888ab3f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.soul_sandstone_slab@0 new recipe: RecipeStage{tier='three', recipe=6xtile.soul_sandstone_slab@0:[net.minecraft.item.crafting.Ingredient@6761a3c, net.minecraft.item.crafting.Ingredient@6761a3c, net.minecraft.item.crafting.Ingredient@6761a3c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.soul_sandstone@1 new recipe: RecipeStage{tier='three', recipe=1xtile.soul_sandstone@1:[net.minecraft.item.crafting.Ingredient@14e7611d, net.minecraft.item.crafting.Ingredient@14e7611d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.turf@0 new recipe: RecipeStage{tier='zero', recipe=1xtile.turf@0:[net.minecraft.item.crafting.Ingredient@6b4787f, net.minecraft.item.crafting.Ingredient@6b4787f, net.minecraft.item.crafting.Ingredient@6b4787f, net.minecraft.item.crafting.Ingredient@6b4787f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.turf_stairs@0 new recipe: RecipeStage{tier='zero', recipe=4xtile.turf_stairs@0:[net.minecraft.item.crafting.Ingredient@fd42642, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@fd42642, net.minecraft.item.crafting.Ingredient@fd42642, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@fd42642, net.minecraft.item.crafting.Ingredient@fd42642, net.minecraft.item.crafting.Ingredient@fd42642]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.turf_slab@0 new recipe: RecipeStage{tier='zero', recipe=6xtile.turf_slab@0:[net.minecraft.item.crafting.Ingredient@6676fcfc, net.minecraft.item.crafting.Ingredient@6676fcfc, net.minecraft.item.crafting.Ingredient@6676fcfc]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.polished_netherrack_bricks_stairs@0 new recipe: RecipeStage{tier='one', recipe=4xtile.polished_netherrack_bricks_stairs@0:[net.minecraft.item.crafting.Ingredient@331a5037, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@331a5037, net.minecraft.item.crafting.Ingredient@331a5037, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@331a5037, net.minecraft.item.crafting.Ingredient@331a5037, net.minecraft.item.crafting.Ingredient@331a5037]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.polished_netherrack_bricks_slab@0 new recipe: RecipeStage{tier='one', recipe=6xtile.polished_netherrack_bricks_slab@0:[net.minecraft.item.crafting.Ingredient@9deb915, net.minecraft.item.crafting.Ingredient@9deb915, net.minecraft.item.crafting.Ingredient@9deb915]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.polished_netherrack_bricks_wall@0 new recipe: RecipeStage{tier='one', recipe=6xtile.polished_netherrack_bricks_wall@0:[net.minecraft.item.crafting.Ingredient@5433d773, net.minecraft.item.crafting.Ingredient@5433d773, net.minecraft.item.crafting.Ingredient@5433d773, net.minecraft.item.crafting.Ingredient@5433d773, net.minecraft.item.crafting.Ingredient@5433d773, net.minecraft.item.crafting.Ingredient@5433d773]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.polished_netherrack@0 new recipe: RecipeStage{tier='three', recipe=1xtile.polished_netherrack@0:[net.minecraft.item.crafting.Ingredient@2859daf1, net.minecraft.item.crafting.Ingredient@2859daf1, net.minecraft.item.crafting.Ingredient@2859daf1, net.minecraft.item.crafting.Ingredient@2859daf1]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.polished_netherrack@1 new recipe: RecipeStage{tier='one', recipe=4xtile.polished_netherrack@1:[net.minecraft.item.crafting.Ingredient@5d417002, net.minecraft.item.crafting.Ingredient@5d417002, net.minecraft.item.crafting.Ingredient@5d417002, net.minecraft.item.crafting.Ingredient@5d417002]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.stainedGlass@0 new recipe: RecipeStage{tier='two', recipe=1xtile.stainedGlass@0:[net.minecraft.item.crafting.Ingredient@14e285c8, net.minecraft.item.crafting.Ingredient@14e285c8, net.minecraft.item.crafting.Ingredient@14e285c8, net.minecraft.item.crafting.Ingredient@14e285c8]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.stainedGlass@1 new recipe: RecipeStage{tier='two', recipe=1xtile.stainedGlass@1:[net.minecraft.item.crafting.Ingredient@5647d13f, net.minecraft.item.crafting.Ingredient@5647d13f, net.minecraft.item.crafting.Ingredient@5647d13f, net.minecraft.item.crafting.Ingredient@5647d13f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.stainedGlass@2 new recipe: RecipeStage{tier='two', recipe=1xtile.stainedGlass@2:[net.minecraft.item.crafting.Ingredient@29bae312, net.minecraft.item.crafting.Ingredient@29bae312, net.minecraft.item.crafting.Ingredient@29bae312, net.minecraft.item.crafting.Ingredient@29bae312]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.stainedGlass@3 new recipe: RecipeStage{tier='two', recipe=1xtile.stainedGlass@3:[net.minecraft.item.crafting.Ingredient@756698c4, net.minecraft.item.crafting.Ingredient@756698c4, net.minecraft.item.crafting.Ingredient@756698c4, net.minecraft.item.crafting.Ingredient@756698c4]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.stainedGlass@4 new recipe: RecipeStage{tier='two', recipe=1xtile.stainedGlass@4:[net.minecraft.item.crafting.Ingredient@75aa8f65, net.minecraft.item.crafting.Ingredient@75aa8f65, net.minecraft.item.crafting.Ingredient@75aa8f65, net.minecraft.item.crafting.Ingredient@75aa8f65]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.stainedGlass@5 new recipe: RecipeStage{tier='two', recipe=1xtile.stainedGlass@5:[net.minecraft.item.crafting.Ingredient@1d0c76c6, net.minecraft.item.crafting.Ingredient@1d0c76c6, net.minecraft.item.crafting.Ingredient@1d0c76c6, net.minecraft.item.crafting.Ingredient@1d0c76c6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.stainedGlass@6 new recipe: RecipeStage{tier='two', recipe=1xtile.stainedGlass@6:[net.minecraft.item.crafting.Ingredient@63d0b406, net.minecraft.item.crafting.Ingredient@63d0b406, net.minecraft.item.crafting.Ingredient@63d0b406, net.minecraft.item.crafting.Ingredient@63d0b406]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.stainedGlass@7 new recipe: RecipeStage{tier='two', recipe=1xtile.stainedGlass@7:[net.minecraft.item.crafting.Ingredient@22b1b000, net.minecraft.item.crafting.Ingredient@22b1b000, net.minecraft.item.crafting.Ingredient@22b1b000, net.minecraft.item.crafting.Ingredient@22b1b000]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.stainedGlass@8 new recipe: RecipeStage{tier='two', recipe=1xtile.stainedGlass@8:[net.minecraft.item.crafting.Ingredient@3c1c294, net.minecraft.item.crafting.Ingredient@3c1c294, net.minecraft.item.crafting.Ingredient@3c1c294, net.minecraft.item.crafting.Ingredient@3c1c294]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.stainedGlass@9 new recipe: RecipeStage{tier='two', recipe=1xtile.stainedGlass@9:[net.minecraft.item.crafting.Ingredient@7d852e6c, net.minecraft.item.crafting.Ingredient@7d852e6c, net.minecraft.item.crafting.Ingredient@7d852e6c, net.minecraft.item.crafting.Ingredient@7d852e6c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.stainedGlass@10 new recipe: RecipeStage{tier='two', recipe=1xtile.stainedGlass@10:[net.minecraft.item.crafting.Ingredient@1b93d55e, net.minecraft.item.crafting.Ingredient@1b93d55e, net.minecraft.item.crafting.Ingredient@1b93d55e, net.minecraft.item.crafting.Ingredient@1b93d55e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.stainedGlass@11 new recipe: RecipeStage{tier='two', recipe=1xtile.stainedGlass@11:[net.minecraft.item.crafting.Ingredient@340d579c, net.minecraft.item.crafting.Ingredient@340d579c, net.minecraft.item.crafting.Ingredient@340d579c, net.minecraft.item.crafting.Ingredient@340d579c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.stainedGlass@12 new recipe: RecipeStage{tier='two', recipe=1xtile.stainedGlass@12:[net.minecraft.item.crafting.Ingredient@3955f6eb, net.minecraft.item.crafting.Ingredient@3955f6eb, net.minecraft.item.crafting.Ingredient@3955f6eb, net.minecraft.item.crafting.Ingredient@3955f6eb]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.stainedGlass@13 new recipe: RecipeStage{tier='two', recipe=1xtile.stainedGlass@13:[net.minecraft.item.crafting.Ingredient@6df749e3, net.minecraft.item.crafting.Ingredient@6df749e3, net.minecraft.item.crafting.Ingredient@6df749e3, net.minecraft.item.crafting.Ingredient@6df749e3]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.stainedGlass@14 new recipe: RecipeStage{tier='two', recipe=1xtile.stainedGlass@14:[net.minecraft.item.crafting.Ingredient@684b5826, net.minecraft.item.crafting.Ingredient@684b5826, net.minecraft.item.crafting.Ingredient@684b5826, net.minecraft.item.crafting.Ingredient@684b5826]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.stainedGlass@15 new recipe: RecipeStage{tier='two', recipe=1xtile.stainedGlass@15:[net.minecraft.item.crafting.Ingredient@36244304, net.minecraft.item.crafting.Ingredient@36244304, net.minecraft.item.crafting.Ingredient@36244304, net.minecraft.item.crafting.Ingredient@36244304]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.iron_button@0 new recipe: RecipeStage{tier='two', recipe=1xtile.iron_button@0:[net.minecraft.item.crafting.Ingredient@138fed1e, net.minecraftforge.oredict.OreIngredient@4b6a2aca]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.iron_button@0 new recipe: RecipeStage{tier='two', recipe=1xtile.iron_button@0:[net.minecraftforge.oredict.OreIngredient@48ba128b, net.minecraftforge.oredict.OreIngredient@5880fbca]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.gold_button@0 new recipe: RecipeStage{tier='two', recipe=1xtile.gold_button@0:[net.minecraft.item.crafting.Ingredient@369b3bec, net.minecraftforge.oredict.OreIngredient@691ac85e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.gold_button@0 new recipe: RecipeStage{tier='two', recipe=1xtile.gold_button@0:[net.minecraftforge.oredict.OreIngredient@52bda76, net.minecraftforge.oredict.OreIngredient@4195aa31]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.iron_rod@0 new recipe: RecipeStage{tier='four', recipe=1xtile.iron_rod@0:[net.minecraftforge.oredict.OreIngredient@30346177, net.minecraftforge.oredict.OreIngredient@30346177, net.minecraft.item.crafting.Ingredient@30beb274]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.rain_detector@0 new recipe: RecipeStage{tier='four', recipe=1xtile.rain_detector@0:[net.minecraft.item.crafting.Ingredient@35356f70, net.minecraft.item.crafting.Ingredient@35356f70, net.minecraft.item.crafting.Ingredient@35356f70, net.minecraftforge.oredict.OreIngredient@1dab289e, net.minecraftforge.oredict.OreIngredient@1dab289e, net.minecraftforge.oredict.OreIngredient@1dab289e, net.minecraft.item.crafting.Ingredient@600190ef, net.minecraft.item.crafting.Ingredient@600190ef, net.minecraft.item.crafting.Ingredient@600190ef]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.paper_wall@0 new recipe: RecipeStage{tier='two', recipe=6xtile.paper_wall@0:[net.minecraft.item.crafting.Ingredient@3ddfa325, net.minecraft.item.crafting.Ingredient@3ddfa325, net.minecraft.item.crafting.Ingredient@3ddfa325, net.minecraft.item.crafting.Ingredient@232ed016, net.minecraft.item.crafting.Ingredient@232ed016, net.minecraft.item.crafting.Ingredient@232ed016, net.minecraft.item.crafting.Ingredient@3ddfa325, net.minecraft.item.crafting.Ingredient@3ddfa325, net.minecraft.item.crafting.Ingredient@3ddfa325]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.paper_wall_big@0 new recipe: RecipeStage{tier='disabled', recipe=4xtile.paper_wall_big@0:[net.minecraft.item.crafting.Ingredient@7803661b, net.minecraft.item.crafting.Ingredient@7803661b, net.minecraft.item.crafting.Ingredient@7803661b, net.minecraft.item.crafting.Ingredient@7803661b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 16xtile.iron_ladder@0 new recipe: RecipeStage{tier='two', recipe=16xtile.iron_ladder@0:[net.minecraftforge.oredict.OreIngredient@3a6d350b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3a6d350b, net.minecraftforge.oredict.OreIngredient@3a6d350b, net.minecraftforge.oredict.OreIngredient@3a6d350b, net.minecraftforge.oredict.OreIngredient@3a6d350b, net.minecraftforge.oredict.OreIngredient@3a6d350b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3a6d350b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.blaze_lantern@0 new recipe: RecipeStage{tier='three', recipe=1xtile.blaze_lantern@0:[net.minecraft.item.crafting.Ingredient@566f7179, net.minecraft.item.crafting.Ingredient@2578b479, net.minecraft.item.crafting.Ingredient@566f7179, net.minecraft.item.crafting.Ingredient@2578b479, net.minecraft.item.crafting.Ingredient@2578b479, net.minecraft.item.crafting.Ingredient@2578b479, net.minecraft.item.crafting.Ingredient@566f7179, net.minecraft.item.crafting.Ingredient@2578b479, net.minecraft.item.crafting.Ingredient@566f7179]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xtile.nether_brick_fence_gate@0 new recipe: RecipeStage{tier='one', recipe=2xtile.nether_brick_fence_gate@0:[net.minecraft.item.crafting.Ingredient@4ac2e8af, net.minecraft.item.crafting.Ingredient@33575e64, net.minecraft.item.crafting.Ingredient@4ac2e8af, net.minecraft.item.crafting.Ingredient@4ac2e8af, net.minecraft.item.crafting.Ingredient@33575e64, net.minecraft.item.crafting.Ingredient@4ac2e8af]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xitem.glass_item_frame@0 new recipe: RecipeStage{tier='two', recipe=2xitem.glass_item_frame@0:[net.minecraft.item.crafting.Ingredient@57d239b6, net.minecraft.item.crafting.Ingredient@57d239b6, net.minecraft.item.crafting.Ingredient@57d239b6, net.minecraft.item.crafting.Ingredient@57d239b6, net.minecraft.item.crafting.Ingredient@47ae0b2, net.minecraft.item.crafting.Ingredient@57d239b6, net.minecraft.item.crafting.Ingredient@57d239b6, net.minecraft.item.crafting.Ingredient@57d239b6, net.minecraft.item.crafting.Ingredient@57d239b6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.biotite_slab@0 new recipe: RecipeStage{tier='four', recipe=6xtile.biotite_slab@0:[net.minecraft.item.crafting.Ingredient@383ed381, net.minecraft.item.crafting.Ingredient@383ed381, net.minecraft.item.crafting.Ingredient@383ed381]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.biotite_stairs@0 new recipe: RecipeStage{tier='four', recipe=4xtile.biotite_stairs@0:[net.minecraft.item.crafting.Ingredient@308320e6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@308320e6, net.minecraft.item.crafting.Ingredient@308320e6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@308320e6, net.minecraft.item.crafting.Ingredient@308320e6, net.minecraft.item.crafting.Ingredient@308320e6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.biotite_wall@0 new recipe: RecipeStage{tier='four', recipe=6xtile.biotite_wall@0:[net.minecraft.item.crafting.Ingredient@61770b, net.minecraft.item.crafting.Ingredient@61770b, net.minecraft.item.crafting.Ingredient@61770b, net.minecraft.item.crafting.Ingredient@61770b, net.minecraft.item.crafting.Ingredient@61770b, net.minecraft.item.crafting.Ingredient@61770b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.biotite_block@0 new recipe: RecipeStage{tier='four', recipe=1xtile.biotite_block@0:[net.minecraft.item.crafting.Ingredient@29ccf3f1, net.minecraft.item.crafting.Ingredient@29ccf3f1, net.minecraft.item.crafting.Ingredient@29ccf3f1, net.minecraft.item.crafting.Ingredient@29ccf3f1]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xtile.biotite_block@1 new recipe: RecipeStage{tier='four', recipe=2xtile.biotite_block@1:[net.minecraft.item.crafting.Ingredient@2d5a4b5b, net.minecraft.item.crafting.Ingredient@2d5a4b5b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xtile.biotite_block@2 new recipe: RecipeStage{tier='four', recipe=2xtile.biotite_block@2:[net.minecraft.item.crafting.Ingredient@710199c1, net.minecraft.item.crafting.Ingredient@710199c1]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.arrow_ender@0 new recipe: RecipeStage{tier='four', recipe=1xitem.arrow_ender@0:[net.minecraft.item.crafting.Ingredient@11922ccb, net.minecraft.item.crafting.Ingredient@34e329d5]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.arrow_explosive@0 new recipe: RecipeStage{tier='two', recipe=1xitem.arrow_explosive@0:[net.minecraft.item.crafting.Ingredient@3b5be0c1, net.minecraft.item.crafting.Ingredient@476ec1a7, net.minecraft.item.crafting.Ingredient@1fb6a8b8]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.world_stone_bricks@0 new recipe: RecipeStage{tier='one', recipe=4xtile.world_stone_bricks@0:[net.minecraft.item.crafting.Ingredient@4b19f146, net.minecraft.item.crafting.Ingredient@4b19f146, net.minecraft.item.crafting.Ingredient@4b19f146, net.minecraft.item.crafting.Ingredient@4b19f146]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.world_stone_carved@0 new recipe: RecipeStage{tier='one', recipe=1xtile.world_stone_carved@0:[net.minecraft.item.crafting.Ingredient@550fbc25, net.minecraft.item.crafting.Ingredient@550fbc25]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.world_stone_bricks@1 new recipe: RecipeStage{tier='one', recipe=4xtile.world_stone_bricks@1:[net.minecraft.item.crafting.Ingredient@4739f5e6, net.minecraft.item.crafting.Ingredient@4739f5e6, net.minecraft.item.crafting.Ingredient@4739f5e6, net.minecraft.item.crafting.Ingredient@4739f5e6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.world_stone_carved@1 new recipe: RecipeStage{tier='one', recipe=1xtile.world_stone_carved@1:[net.minecraft.item.crafting.Ingredient@63f29c83, net.minecraft.item.crafting.Ingredient@63f29c83]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.world_stone_bricks@2 new recipe: RecipeStage{tier='one', recipe=4xtile.world_stone_bricks@2:[net.minecraft.item.crafting.Ingredient@6765c27a, net.minecraft.item.crafting.Ingredient@6765c27a, net.minecraft.item.crafting.Ingredient@6765c27a, net.minecraft.item.crafting.Ingredient@6765c27a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.world_stone_carved@2 new recipe: RecipeStage{tier='one', recipe=1xtile.world_stone_carved@2:[net.minecraft.item.crafting.Ingredient@4f23b427, net.minecraft.item.crafting.Ingredient@4f23b427]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.redstone_randomizer@0 new recipe: RecipeStage{tier='four', recipe=1xtile.redstone_randomizer@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@35b54c4f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@35b54c4f, net.minecraft.item.crafting.Ingredient@6c7c1c51, net.minecraft.item.crafting.Ingredient@35b54c4f, net.minecraftforge.oredict.OreIngredient@61d9ceca, net.minecraftforge.oredict.OreIngredient@61d9ceca, net.minecraftforge.oredict.OreIngredient@61d9ceca]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ender_watcher@0 new recipe: RecipeStage{tier='four', recipe=1xtile.ender_watcher@0:[net.minecraft.item.crafting.Ingredient@50a074e, net.minecraft.item.crafting.Ingredient@1a42f77d, net.minecraft.item.crafting.Ingredient@50a074e, net.minecraft.item.crafting.Ingredient@1a42f77d, net.minecraft.item.crafting.Ingredient@9980d2a, net.minecraft.item.crafting.Ingredient@1a42f77d, net.minecraft.item.crafting.Ingredient@50a074e, net.minecraft.item.crafting.Ingredient@1a42f77d, net.minecraft.item.crafting.Ingredient@50a074e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.spruce_trapdoor@0 new recipe: RecipeStage{tier='one', recipe=6xtile.spruce_trapdoor@0:[net.minecraft.item.crafting.Ingredient@2d036514, net.minecraft.item.crafting.Ingredient@2d036514, net.minecraft.item.crafting.Ingredient@2d036514, net.minecraft.item.crafting.Ingredient@2d036514, net.minecraft.item.crafting.Ingredient@2d036514, net.minecraft.item.crafting.Ingredient@2d036514]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.birch_trapdoor@0 new recipe: RecipeStage{tier='one', recipe=6xtile.birch_trapdoor@0:[net.minecraft.item.crafting.Ingredient@667bb822, net.minecraft.item.crafting.Ingredient@667bb822, net.minecraft.item.crafting.Ingredient@667bb822, net.minecraft.item.crafting.Ingredient@667bb822, net.minecraft.item.crafting.Ingredient@667bb822, net.minecraft.item.crafting.Ingredient@667bb822]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.jungle_trapdoor@0 new recipe: RecipeStage{tier='one', recipe=6xtile.jungle_trapdoor@0:[net.minecraft.item.crafting.Ingredient@6febe4fc, net.minecraft.item.crafting.Ingredient@6febe4fc, net.minecraft.item.crafting.Ingredient@6febe4fc, net.minecraft.item.crafting.Ingredient@6febe4fc, net.minecraft.item.crafting.Ingredient@6febe4fc, net.minecraft.item.crafting.Ingredient@6febe4fc]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.acacia_trapdoor@0 new recipe: RecipeStage{tier='one', recipe=6xtile.acacia_trapdoor@0:[net.minecraft.item.crafting.Ingredient@6ce8deab, net.minecraft.item.crafting.Ingredient@6ce8deab, net.minecraft.item.crafting.Ingredient@6ce8deab, net.minecraft.item.crafting.Ingredient@6ce8deab, net.minecraft.item.crafting.Ingredient@6ce8deab, net.minecraft.item.crafting.Ingredient@6ce8deab]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.dark_oak_trapdoor@0 new recipe: RecipeStage{tier='one', recipe=6xtile.dark_oak_trapdoor@0:[net.minecraft.item.crafting.Ingredient@5af53de7, net.minecraft.item.crafting.Ingredient@5af53de7, net.minecraft.item.crafting.Ingredient@5af53de7, net.minecraft.item.crafting.Ingredient@5af53de7, net.minecraft.item.crafting.Ingredient@5af53de7, net.minecraft.item.crafting.Ingredient@5af53de7]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.oak_trapdoor@0 new recipe: RecipeStage{tier='one', recipe=6xtile.oak_trapdoor@0:[thebetweenlands.common.recipe.ShapelessOverrideDummyRecipe$OverrideIngredient@116919a, thebetweenlands.common.recipe.ShapelessOverrideDummyRecipe$OverrideIngredient@4e3c8fcf, thebetweenlands.common.recipe.ShapelessOverrideDummyRecipe$OverrideIngredient@a2a1daa, thebetweenlands.common.recipe.ShapelessOverrideDummyRecipe$OverrideIngredient@5daee7f7, thebetweenlands.common.recipe.ShapelessOverrideDummyRecipe$OverrideIngredient@68813799, thebetweenlands.common.recipe.ShapelessOverrideDummyRecipe$OverrideIngredient@42e99fb1]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.elder_prismarine@1 new recipe: RecipeStage{tier='zero', recipe=4xtile.elder_prismarine@1:[net.minecraftforge.oredict.OreIngredient@856616c, net.minecraftforge.oredict.OreIngredient@856616c, net.minecraftforge.oredict.OreIngredient@856616c, net.minecraftforge.oredict.OreIngredient@856616c, net.minecraftforge.oredict.OreIngredient@856616c, net.minecraftforge.oredict.OreIngredient@856616c, net.minecraftforge.oredict.OreIngredient@856616c, net.minecraftforge.oredict.OreIngredient@856616c, net.minecraftforge.oredict.OreIngredient@856616c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.elder_prismarine@2 new recipe: RecipeStage{tier='zero', recipe=1xtile.elder_prismarine@2:[net.minecraftforge.oredict.OreIngredient@48c399e9, net.minecraftforge.oredict.OreIngredient@48c399e9, net.minecraftforge.oredict.OreIngredient@48c399e9, net.minecraftforge.oredict.OreIngredient@48c399e9, net.minecraftforge.oredict.OreIngredient@5e5ad7dc, net.minecraftforge.oredict.OreIngredient@48c399e9, net.minecraftforge.oredict.OreIngredient@48c399e9, net.minecraftforge.oredict.OreIngredient@48c399e9, net.minecraftforge.oredict.OreIngredient@48c399e9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.elder_sea_lantern@0 new recipe: RecipeStage{tier='zero', recipe=1xtile.elder_sea_lantern@0:[net.minecraftforge.oredict.OreIngredient@5eea5557, net.minecraft.item.crafting.Ingredient@658c12e7]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.soul_powder@0 new recipe: RecipeStage{tier='three', recipe=1xitem.soul_powder@0:[net.minecraft.item.crafting.Ingredient@31457e05, net.minecraft.item.crafting.Ingredient@454adfb1, net.minecraft.item.crafting.Ingredient@31caa58d, net.minecraft.item.crafting.Ingredient@cc6ea0b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.AtlasBook@0 new recipe: RecipeStage{tier='two', recipe=1xitem.AtlasBook@0:[net.minecraft.item.crafting.Ingredient@1d290729, net.minecraft.item.crafting.Ingredient@46c5f4b4, net.minecraft.item.crafting.Ingredient@1d290729, net.minecraft.item.crafting.Ingredient@f67e2a7, net.minecraft.item.crafting.Ingredient@1eae1a99, net.minecraft.item.crafting.Ingredient@f67e2a7, net.minecraft.item.crafting.Ingredient@1d290729, net.minecraft.item.crafting.Ingredient@46c5f4b4, net.minecraft.item.crafting.Ingredient@1d290729]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.AtlasBook@0 new recipe: RecipeStage{tier='two', recipe=1xitem.AtlasBook@0:[net.minecraft.item.crafting.Ingredient@22e26ba7, net.minecraft.item.crafting.Ingredient@7cb46d99, net.minecraft.item.crafting.Ingredient@22e26ba7, net.minecraft.item.crafting.Ingredient@12a0c786, net.minecraft.item.crafting.Ingredient@6d7f2e33, net.minecraft.item.crafting.Ingredient@12a0c786, net.minecraft.item.crafting.Ingredient@22e26ba7, net.minecraft.item.crafting.Ingredient@7cb46d99, net.minecraft.item.crafting.Ingredient@22e26ba7]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.bloodmagic.soulGem.@4 new recipe: RecipeStage{tier='three', recipe=1xitem.bloodmagic.soulGem.@4:[net.minecraft.item.crafting.Ingredient@7dc1053f, net.minecraft.item.crafting.Ingredient@16198076]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.bloodmagic.soulGem.@4 new recipe: RecipeStage{tier='three', recipe=1xitem.bloodmagic.soulGem.@4:[net.minecraft.item.crafting.Ingredient@1458724b, net.minecraft.item.crafting.Ingredient@61c56502]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.bloodmagic.soulGem.@4 new recipe: RecipeStage{tier='three', recipe=1xitem.bloodmagic.soulGem.@4:[net.minecraft.item.crafting.Ingredient@4f6fdbc, net.minecraft.item.crafting.Ingredient@53eb0d43]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.bloodmagic.soulGem.@4 new recipe: RecipeStage{tier='three', recipe=1xitem.bloodmagic.soulGem.@4:[net.minecraft.item.crafting.Ingredient@8c3a1bf, net.minecraft.item.crafting.Ingredient@3beba606]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.bloodmagic.soulGem.@4 new recipe: RecipeStage{tier='three', recipe=1xitem.bloodmagic.soulGem.@4:[net.minecraft.item.crafting.Ingredient@4daa52bf, net.minecraft.item.crafting.Ingredient@5871ccec]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsWood@0 new recipe: RecipeStage{tier='three', recipe=8xitem.PipeItemsWood@0:[net.minecraftforge.oredict.OreIngredient@325aa52e, net.minecraftforge.oredict.OreIngredient@2019fef0, net.minecraftforge.oredict.OreIngredient@70531bca]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsWood@1 new recipe: RecipeStage{tier='three', recipe=8xitem.PipeItemsWood@1:[net.minecraftforge.oredict.OreIngredient@fa10296, net.minecraftforge.oredict.OreIngredient@8454995, net.minecraftforge.oredict.OreIngredient@67c4d5e3]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsWood@2 new recipe: RecipeStage{tier='three', recipe=8xitem.PipeItemsWood@2:[net.minecraftforge.oredict.OreIngredient@4a4c590c, net.minecraftforge.oredict.OreIngredient@294d1f73, net.minecraftforge.oredict.OreIngredient@b66e66b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsWood@3 new recipe: RecipeStage{tier='three', recipe=8xitem.PipeItemsWood@3:[net.minecraftforge.oredict.OreIngredient@3e1c1841, net.minecraftforge.oredict.OreIngredient@4382d5fd, net.minecraftforge.oredict.OreIngredient@2f5e457]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsWood@4 new recipe: RecipeStage{tier='three', recipe=8xitem.PipeItemsWood@4:[net.minecraftforge.oredict.OreIngredient@e9c335a, net.minecraftforge.oredict.OreIngredient@761ebd3e, net.minecraftforge.oredict.OreIngredient@23e6b982]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsWood@5 new recipe: RecipeStage{tier='three', recipe=8xitem.PipeItemsWood@5:[net.minecraftforge.oredict.OreIngredient@2ee45dda, net.minecraftforge.oredict.OreIngredient@3b2c7655, net.minecraftforge.oredict.OreIngredient@3858db2d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsWood@6 new recipe: RecipeStage{tier='three', recipe=8xitem.PipeItemsWood@6:[net.minecraftforge.oredict.OreIngredient@1b895b64, net.minecraftforge.oredict.OreIngredient@3db026ae, net.minecraftforge.oredict.OreIngredient@65767a8b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsWood@7 new recipe: RecipeStage{tier='three', recipe=8xitem.PipeItemsWood@7:[net.minecraftforge.oredict.OreIngredient@523358f, net.minecraftforge.oredict.OreIngredient@6f6e6c00, net.minecraftforge.oredict.OreIngredient@53d7a582]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsWood@8 new recipe: RecipeStage{tier='three', recipe=8xitem.PipeItemsWood@8:[net.minecraftforge.oredict.OreIngredient@27398278, net.minecraftforge.oredict.OreIngredient@553ea3f1, net.minecraftforge.oredict.OreIngredient@49acc8a8]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsWood@9 new recipe: RecipeStage{tier='three', recipe=8xitem.PipeItemsWood@9:[net.minecraftforge.oredict.OreIngredient@5782ed94, net.minecraftforge.oredict.OreIngredient@58458396, net.minecraftforge.oredict.OreIngredient@78449644]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsWood@10 new recipe: RecipeStage{tier='three', recipe=8xitem.PipeItemsWood@10:[net.minecraftforge.oredict.OreIngredient@3819c4d5, net.minecraftforge.oredict.OreIngredient@109ef507, net.minecraftforge.oredict.OreIngredient@64338324]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsWood@11 new recipe: RecipeStage{tier='three', recipe=8xitem.PipeItemsWood@11:[net.minecraftforge.oredict.OreIngredient@25e371ea, net.minecraftforge.oredict.OreIngredient@3a600cad, net.minecraftforge.oredict.OreIngredient@5db1ecd1]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsWood@12 new recipe: RecipeStage{tier='three', recipe=8xitem.PipeItemsWood@12:[net.minecraftforge.oredict.OreIngredient@6dbb285, net.minecraftforge.oredict.OreIngredient@6e616aa9, net.minecraftforge.oredict.OreIngredient@545e11eb]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsWood@13 new recipe: RecipeStage{tier='three', recipe=8xitem.PipeItemsWood@13:[net.minecraftforge.oredict.OreIngredient@42c9fa8e, net.minecraftforge.oredict.OreIngredient@3ed7039, net.minecraftforge.oredict.OreIngredient@663c7a75]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsWood@14 new recipe: RecipeStage{tier='three', recipe=8xitem.PipeItemsWood@14:[net.minecraftforge.oredict.OreIngredient@7e35bdf2, net.minecraftforge.oredict.OreIngredient@13db5469, net.minecraftforge.oredict.OreIngredient@7bdf9f93]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsWood@15 new recipe: RecipeStage{tier='three', recipe=8xitem.PipeItemsWood@15:[net.minecraftforge.oredict.OreIngredient@1a891d5b, net.minecraftforge.oredict.OreIngredient@549c5d5e, net.minecraftforge.oredict.OreIngredient@1dad2a9e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsWood@16 new recipe: RecipeStage{tier='three', recipe=8xitem.PipeItemsWood@16:[net.minecraftforge.oredict.OreIngredient@487eac7d, net.minecraftforge.oredict.OreIngredient@a334a4b, net.minecraftforge.oredict.OreIngredient@3c739636]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsCobblestone@0 new recipe: RecipeStage{tier='three', recipe=8xitem.PipeItemsCobblestone@0:[net.minecraftforge.oredict.OreIngredient@55f3444d, net.minecraftforge.oredict.OreIngredient@6560c708, net.minecraftforge.oredict.OreIngredient@7591aae3]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsCobblestone@1 new recipe: RecipeStage{tier='three', recipe=8xitem.PipeItemsCobblestone@1:[net.minecraftforge.oredict.OreIngredient@5ade1473, net.minecraftforge.oredict.OreIngredient@415bb0ba, net.minecraftforge.oredict.OreIngredient@22606b79]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsCobblestone@2 new recipe: RecipeStage{tier='three', recipe=8xitem.PipeItemsCobblestone@2:[net.minecraftforge.oredict.OreIngredient@7903e515, net.minecraftforge.oredict.OreIngredient@445bc736, net.minecraftforge.oredict.OreIngredient@581972ef]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsCobblestone@3 new recipe: RecipeStage{tier='three', recipe=8xitem.PipeItemsCobblestone@3:[net.minecraftforge.oredict.OreIngredient@51c5810a, net.minecraftforge.oredict.OreIngredient@58a002cd, net.minecraftforge.oredict.OreIngredient@42d81fd7]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsCobblestone@4 new recipe: RecipeStage{tier='three', recipe=8xitem.PipeItemsCobblestone@4:[net.minecraftforge.oredict.OreIngredient@5565ec42, net.minecraftforge.oredict.OreIngredient@f2fa1c1, net.minecraftforge.oredict.OreIngredient@57c1679e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsCobblestone@5 new recipe: RecipeStage{tier='three', recipe=8xitem.PipeItemsCobblestone@5:[net.minecraftforge.oredict.OreIngredient@722c5e7e, net.minecraftforge.oredict.OreIngredient@5cdea79b, net.minecraftforge.oredict.OreIngredient@2e0d2a32]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsCobblestone@6 new recipe: RecipeStage{tier='three', recipe=8xitem.PipeItemsCobblestone@6:[net.minecraftforge.oredict.OreIngredient@4963c5db, net.minecraftforge.oredict.OreIngredient@27b3b654, net.minecraftforge.oredict.OreIngredient@e782a7f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsCobblestone@7 new recipe: RecipeStage{tier='three', recipe=8xitem.PipeItemsCobblestone@7:[net.minecraftforge.oredict.OreIngredient@4c407bfe, net.minecraftforge.oredict.OreIngredient@391f8ced, net.minecraftforge.oredict.OreIngredient@3a49bdb]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsCobblestone@8 new recipe: RecipeStage{tier='three', recipe=8xitem.PipeItemsCobblestone@8:[net.minecraftforge.oredict.OreIngredient@3c9da931, net.minecraftforge.oredict.OreIngredient@5efd084b, net.minecraftforge.oredict.OreIngredient@1bc0973a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsCobblestone@9 new recipe: RecipeStage{tier='three', recipe=8xitem.PipeItemsCobblestone@9:[net.minecraftforge.oredict.OreIngredient@11b271e4, net.minecraftforge.oredict.OreIngredient@38dda36e, net.minecraftforge.oredict.OreIngredient@ed44daf]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsCobblestone@10 new recipe: RecipeStage{tier='three', recipe=8xitem.PipeItemsCobblestone@10:[net.minecraftforge.oredict.OreIngredient@464e1c30, net.minecraftforge.oredict.OreIngredient@3fc89095, net.minecraftforge.oredict.OreIngredient@6a5b9863]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsCobblestone@11 new recipe: RecipeStage{tier='three', recipe=8xitem.PipeItemsCobblestone@11:[net.minecraftforge.oredict.OreIngredient@46afab6d, net.minecraftforge.oredict.OreIngredient@bb6c1f6, net.minecraftforge.oredict.OreIngredient@7001ab5b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsCobblestone@12 new recipe: RecipeStage{tier='three', recipe=8xitem.PipeItemsCobblestone@12:[net.minecraftforge.oredict.OreIngredient@74bd40a9, net.minecraftforge.oredict.OreIngredient@341fbfb2, net.minecraftforge.oredict.OreIngredient@91b7616]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsCobblestone@13 new recipe: RecipeStage{tier='three', recipe=8xitem.PipeItemsCobblestone@13:[net.minecraftforge.oredict.OreIngredient@7660a7c7, net.minecraftforge.oredict.OreIngredient@6db21dc5, net.minecraftforge.oredict.OreIngredient@2419c4db]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsCobblestone@14 new recipe: RecipeStage{tier='three', recipe=8xitem.PipeItemsCobblestone@14:[net.minecraftforge.oredict.OreIngredient@46d22800, net.minecraftforge.oredict.OreIngredient@51a66f7d, net.minecraftforge.oredict.OreIngredient@2c87131d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsCobblestone@15 new recipe: RecipeStage{tier='three', recipe=8xitem.PipeItemsCobblestone@15:[net.minecraftforge.oredict.OreIngredient@4c291b3c, net.minecraftforge.oredict.OreIngredient@3a9db7b1, net.minecraftforge.oredict.OreIngredient@58a2e65f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsCobblestone@16 new recipe: RecipeStage{tier='three', recipe=8xitem.PipeItemsCobblestone@16:[net.minecraftforge.oredict.OreIngredient@40682635, net.minecraftforge.oredict.OreIngredient@58c0be01, net.minecraftforge.oredict.OreIngredient@fb7b079]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsStone@0 new recipe: RecipeStage{tier='three', recipe=8xitem.PipeItemsStone@0:[net.minecraftforge.oredict.OreIngredient@7c8ae7d4, net.minecraftforge.oredict.OreIngredient@13612b22, net.minecraftforge.oredict.OreIngredient@4e8cb444]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsStone@1 new recipe: RecipeStage{tier='three', recipe=8xitem.PipeItemsStone@1:[net.minecraftforge.oredict.OreIngredient@543e7eeb, net.minecraftforge.oredict.OreIngredient@6599d252, net.minecraftforge.oredict.OreIngredient@7fbbcebc]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsStone@2 new recipe: RecipeStage{tier='three', recipe=8xitem.PipeItemsStone@2:[net.minecraftforge.oredict.OreIngredient@31b1e419, net.minecraftforge.oredict.OreIngredient@3b7e49a6, net.minecraftforge.oredict.OreIngredient@105e12bd]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsStone@3 new recipe: RecipeStage{tier='three', recipe=8xitem.PipeItemsStone@3:[net.minecraftforge.oredict.OreIngredient@6ba80f22, net.minecraftforge.oredict.OreIngredient@427978af, net.minecraftforge.oredict.OreIngredient@b033310]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsStone@4 new recipe: RecipeStage{tier='three', recipe=8xitem.PipeItemsStone@4:[net.minecraftforge.oredict.OreIngredient@1297930, net.minecraftforge.oredict.OreIngredient@1a95ef6d, net.minecraftforge.oredict.OreIngredient@13a051b6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsStone@5 new recipe: RecipeStage{tier='three', recipe=8xitem.PipeItemsStone@5:[net.minecraftforge.oredict.OreIngredient@67c9ab07, net.minecraftforge.oredict.OreIngredient@432e0c9d, net.minecraftforge.oredict.OreIngredient@76f56ba9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsStone@6 new recipe: RecipeStage{tier='three', recipe=8xitem.PipeItemsStone@6:[net.minecraftforge.oredict.OreIngredient@597d77d1, net.minecraftforge.oredict.OreIngredient@3771498c, net.minecraftforge.oredict.OreIngredient@408f774]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsStone@7 new recipe: RecipeStage{tier='three', recipe=8xitem.PipeItemsStone@7:[net.minecraftforge.oredict.OreIngredient@455ff107, net.minecraftforge.oredict.OreIngredient@3b2f19ef, net.minecraftforge.oredict.OreIngredient@62f1d8f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsStone@8 new recipe: RecipeStage{tier='three', recipe=8xitem.PipeItemsStone@8:[net.minecraftforge.oredict.OreIngredient@731478, net.minecraftforge.oredict.OreIngredient@3d6d2cdb, net.minecraftforge.oredict.OreIngredient@7e4ea29c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsStone@9 new recipe: RecipeStage{tier='three', recipe=8xitem.PipeItemsStone@9:[net.minecraftforge.oredict.OreIngredient@6f1ee570, net.minecraftforge.oredict.OreIngredient@309003eb, net.minecraftforge.oredict.OreIngredient@644ff04d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsStone@10 new recipe: RecipeStage{tier='three', recipe=8xitem.PipeItemsStone@10:[net.minecraftforge.oredict.OreIngredient@68523b0a, net.minecraftforge.oredict.OreIngredient@433bb915, net.minecraftforge.oredict.OreIngredient@738473d5]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsStone@11 new recipe: RecipeStage{tier='three', recipe=8xitem.PipeItemsStone@11:[net.minecraftforge.oredict.OreIngredient@3194fb7a, net.minecraftforge.oredict.OreIngredient@7fb3c269, net.minecraftforge.oredict.OreIngredient@615e3c46]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsStone@12 new recipe: RecipeStage{tier='three', recipe=8xitem.PipeItemsStone@12:[net.minecraftforge.oredict.OreIngredient@19e5fc95, net.minecraftforge.oredict.OreIngredient@68886429, net.minecraftforge.oredict.OreIngredient@9494fe3]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsStone@13 new recipe: RecipeStage{tier='three', recipe=8xitem.PipeItemsStone@13:[net.minecraftforge.oredict.OreIngredient@35a1d839, net.minecraftforge.oredict.OreIngredient@5d5634e6, net.minecraftforge.oredict.OreIngredient@76d4bf39]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsStone@14 new recipe: RecipeStage{tier='three', recipe=8xitem.PipeItemsStone@14:[net.minecraftforge.oredict.OreIngredient@51407571, net.minecraftforge.oredict.OreIngredient@6ea3c0a2, net.minecraftforge.oredict.OreIngredient@2be3517]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsStone@15 new recipe: RecipeStage{tier='three', recipe=8xitem.PipeItemsStone@15:[net.minecraftforge.oredict.OreIngredient@e73cba8, net.minecraftforge.oredict.OreIngredient@dc0383c, net.minecraftforge.oredict.OreIngredient@7d9651fc]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsStone@16 new recipe: RecipeStage{tier='three', recipe=8xitem.PipeItemsStone@16:[net.minecraftforge.oredict.OreIngredient@178b5d42, net.minecraftforge.oredict.OreIngredient@54d02501, net.minecraftforge.oredict.OreIngredient@58ddf7fe]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsQuartz@0 new recipe: RecipeStage{tier='three', recipe=8xitem.PipeItemsQuartz@0:[net.minecraftforge.oredict.OreIngredient@31a5ad52, net.minecraftforge.oredict.OreIngredient@535d0b7d, net.minecraftforge.oredict.OreIngredient@670ce9f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsQuartz@1 new recipe: RecipeStage{tier='three', recipe=8xitem.PipeItemsQuartz@1:[net.minecraftforge.oredict.OreIngredient@7f41ee29, net.minecraftforge.oredict.OreIngredient@44f8391e, net.minecraftforge.oredict.OreIngredient@7f45d368]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsQuartz@2 new recipe: RecipeStage{tier='three', recipe=8xitem.PipeItemsQuartz@2:[net.minecraftforge.oredict.OreIngredient@47581269, net.minecraftforge.oredict.OreIngredient@13e2ac74, net.minecraftforge.oredict.OreIngredient@16d75779]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsQuartz@3 new recipe: RecipeStage{tier='three', recipe=8xitem.PipeItemsQuartz@3:[net.minecraftforge.oredict.OreIngredient@67558197, net.minecraftforge.oredict.OreIngredient@4d12ea91, net.minecraftforge.oredict.OreIngredient@4b957e9b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsQuartz@4 new recipe: RecipeStage{tier='three', recipe=8xitem.PipeItemsQuartz@4:[net.minecraftforge.oredict.OreIngredient@2ed4c7a6, net.minecraftforge.oredict.OreIngredient@14c92868, net.minecraftforge.oredict.OreIngredient@4ed50541]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsQuartz@5 new recipe: RecipeStage{tier='three', recipe=8xitem.PipeItemsQuartz@5:[net.minecraftforge.oredict.OreIngredient@4ce30c2b, net.minecraftforge.oredict.OreIngredient@772d00a4, net.minecraftforge.oredict.OreIngredient@2afaf7fb]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsQuartz@6 new recipe: RecipeStage{tier='three', recipe=8xitem.PipeItemsQuartz@6:[net.minecraftforge.oredict.OreIngredient@77fa43eb, net.minecraftforge.oredict.OreIngredient@15752e1c, net.minecraftforge.oredict.OreIngredient@ac227c0]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsQuartz@7 new recipe: RecipeStage{tier='three', recipe=8xitem.PipeItemsQuartz@7:[net.minecraftforge.oredict.OreIngredient@77d162f8, net.minecraftforge.oredict.OreIngredient@500f71b1, net.minecraftforge.oredict.OreIngredient@6c36b7e5]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsQuartz@8 new recipe: RecipeStage{tier='three', recipe=8xitem.PipeItemsQuartz@8:[net.minecraftforge.oredict.OreIngredient@72c8eb38, net.minecraftforge.oredict.OreIngredient@319d20, net.minecraftforge.oredict.OreIngredient@2b98e31b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsQuartz@9 new recipe: RecipeStage{tier='three', recipe=8xitem.PipeItemsQuartz@9:[net.minecraftforge.oredict.OreIngredient@2f08dda2, net.minecraftforge.oredict.OreIngredient@4f303eb2, net.minecraftforge.oredict.OreIngredient@43646363]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsQuartz@10 new recipe: RecipeStage{tier='three', recipe=8xitem.PipeItemsQuartz@10:[net.minecraftforge.oredict.OreIngredient@5fce56d3, net.minecraftforge.oredict.OreIngredient@715a25c4, net.minecraftforge.oredict.OreIngredient@3f514932]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsQuartz@11 new recipe: RecipeStage{tier='three', recipe=8xitem.PipeItemsQuartz@11:[net.minecraftforge.oredict.OreIngredient@792b4ed1, net.minecraftforge.oredict.OreIngredient@6cd2e84e, net.minecraftforge.oredict.OreIngredient@4c86901f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsQuartz@12 new recipe: RecipeStage{tier='three', recipe=8xitem.PipeItemsQuartz@12:[net.minecraftforge.oredict.OreIngredient@6ce36119, net.minecraftforge.oredict.OreIngredient@6ff608b7, net.minecraftforge.oredict.OreIngredient@149d02f2]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsQuartz@13 new recipe: RecipeStage{tier='three', recipe=8xitem.PipeItemsQuartz@13:[net.minecraftforge.oredict.OreIngredient@3848c765, net.minecraftforge.oredict.OreIngredient@1bd2c38c, net.minecraftforge.oredict.OreIngredient@443ec80c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsQuartz@14 new recipe: RecipeStage{tier='three', recipe=8xitem.PipeItemsQuartz@14:[net.minecraftforge.oredict.OreIngredient@e0183a6, net.minecraftforge.oredict.OreIngredient@318e2e74, net.minecraftforge.oredict.OreIngredient@3ccd44c2]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsQuartz@15 new recipe: RecipeStage{tier='three', recipe=8xitem.PipeItemsQuartz@15:[net.minecraftforge.oredict.OreIngredient@23057fa7, net.minecraftforge.oredict.OreIngredient@3585b91c, net.minecraftforge.oredict.OreIngredient@75b8c451]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsQuartz@16 new recipe: RecipeStage{tier='three', recipe=8xitem.PipeItemsQuartz@16:[net.minecraftforge.oredict.OreIngredient@42b57a49, net.minecraftforge.oredict.OreIngredient@6949ae74, net.minecraftforge.oredict.OreIngredient@719cb402]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsIron@0 new recipe: RecipeStage{tier='three', recipe=8xitem.PipeItemsIron@0:[net.minecraftforge.oredict.OreIngredient@640191b2, net.minecraftforge.oredict.OreIngredient@54372ffb, net.minecraftforge.oredict.OreIngredient@70a90594]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsIron@1 new recipe: RecipeStage{tier='three', recipe=8xitem.PipeItemsIron@1:[net.minecraftforge.oredict.OreIngredient@4f840dcf, net.minecraftforge.oredict.OreIngredient@1a1c85f5, net.minecraftforge.oredict.OreIngredient@77b9240e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsIron@2 new recipe: RecipeStage{tier='three', recipe=8xitem.PipeItemsIron@2:[net.minecraftforge.oredict.OreIngredient@56fe5eb7, net.minecraftforge.oredict.OreIngredient@16948ae1, net.minecraftforge.oredict.OreIngredient@68599932]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsIron@3 new recipe: RecipeStage{tier='three', recipe=8xitem.PipeItemsIron@3:[net.minecraftforge.oredict.OreIngredient@5596e7b1, net.minecraftforge.oredict.OreIngredient@43532b6f, net.minecraftforge.oredict.OreIngredient@71a26438]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsIron@4 new recipe: RecipeStage{tier='three', recipe=8xitem.PipeItemsIron@4:[net.minecraftforge.oredict.OreIngredient@183cdb7e, net.minecraftforge.oredict.OreIngredient@200fab82, net.minecraftforge.oredict.OreIngredient@7addefe5]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsIron@5 new recipe: RecipeStage{tier='three', recipe=8xitem.PipeItemsIron@5:[net.minecraftforge.oredict.OreIngredient@c366f8d, net.minecraftforge.oredict.OreIngredient@448fe020, net.minecraftforge.oredict.OreIngredient@19810b29]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsIron@6 new recipe: RecipeStage{tier='three', recipe=8xitem.PipeItemsIron@6:[net.minecraftforge.oredict.OreIngredient@74b6aa1b, net.minecraftforge.oredict.OreIngredient@5eca5d88, net.minecraftforge.oredict.OreIngredient@657f2fe7]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsIron@7 new recipe: RecipeStage{tier='three', recipe=8xitem.PipeItemsIron@7:[net.minecraftforge.oredict.OreIngredient@4b0dd1b2, net.minecraftforge.oredict.OreIngredient@5bbbfe54, net.minecraftforge.oredict.OreIngredient@5711df23]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsIron@8 new recipe: RecipeStage{tier='three', recipe=8xitem.PipeItemsIron@8:[net.minecraftforge.oredict.OreIngredient@26480e17, net.minecraftforge.oredict.OreIngredient@7b343dcf, net.minecraftforge.oredict.OreIngredient@7ff9253a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsIron@9 new recipe: RecipeStage{tier='three', recipe=8xitem.PipeItemsIron@9:[net.minecraftforge.oredict.OreIngredient@7016a8df, net.minecraftforge.oredict.OreIngredient@1cf00456, net.minecraftforge.oredict.OreIngredient@46708312]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsIron@10 new recipe: RecipeStage{tier='three', recipe=8xitem.PipeItemsIron@10:[net.minecraftforge.oredict.OreIngredient@e5fff15, net.minecraftforge.oredict.OreIngredient@50bbeab3, net.minecraftforge.oredict.OreIngredient@4c7585df]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsIron@11 new recipe: RecipeStage{tier='three', recipe=8xitem.PipeItemsIron@11:[net.minecraftforge.oredict.OreIngredient@3d8c0a60, net.minecraftforge.oredict.OreIngredient@5256ac14, net.minecraftforge.oredict.OreIngredient@5d372b73]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsIron@12 new recipe: RecipeStage{tier='three', recipe=8xitem.PipeItemsIron@12:[net.minecraftforge.oredict.OreIngredient@14089697, net.minecraftforge.oredict.OreIngredient@17d17fce, net.minecraftforge.oredict.OreIngredient@70004bd6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsIron@13 new recipe: RecipeStage{tier='three', recipe=8xitem.PipeItemsIron@13:[net.minecraftforge.oredict.OreIngredient@5cfa18e9, net.minecraftforge.oredict.OreIngredient@32e59340, net.minecraftforge.oredict.OreIngredient@2ed6a65b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsIron@14 new recipe: RecipeStage{tier='three', recipe=8xitem.PipeItemsIron@14:[net.minecraftforge.oredict.OreIngredient@6243a3e, net.minecraftforge.oredict.OreIngredient@33a4fb7, net.minecraftforge.oredict.OreIngredient@1ddbb0df]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsIron@15 new recipe: RecipeStage{tier='three', recipe=8xitem.PipeItemsIron@15:[net.minecraftforge.oredict.OreIngredient@46b39e8, net.minecraftforge.oredict.OreIngredient@15e0943c, net.minecraftforge.oredict.OreIngredient@44763cf2]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsIron@16 new recipe: RecipeStage{tier='three', recipe=8xitem.PipeItemsIron@16:[net.minecraftforge.oredict.OreIngredient@2358a474, net.minecraftforge.oredict.OreIngredient@47eca2de, net.minecraftforge.oredict.OreIngredient@56bc9d41]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsGold@0 new recipe: RecipeStage{tier='four', recipe=8xitem.PipeItemsGold@0:[net.minecraftforge.oredict.OreIngredient@5494bd5d, net.minecraftforge.oredict.OreIngredient@44a8c059, net.minecraftforge.oredict.OreIngredient@6670741b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsGold@1 new recipe: RecipeStage{tier='four', recipe=8xitem.PipeItemsGold@1:[net.minecraftforge.oredict.OreIngredient@4971ea03, net.minecraftforge.oredict.OreIngredient@2eec3853, net.minecraftforge.oredict.OreIngredient@2cc48f9a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsGold@2 new recipe: RecipeStage{tier='four', recipe=8xitem.PipeItemsGold@2:[net.minecraftforge.oredict.OreIngredient@268b5a10, net.minecraftforge.oredict.OreIngredient@61da2220, net.minecraftforge.oredict.OreIngredient@2ebba904]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsGold@3 new recipe: RecipeStage{tier='four', recipe=8xitem.PipeItemsGold@3:[net.minecraftforge.oredict.OreIngredient@19ba85fb, net.minecraftforge.oredict.OreIngredient@5ac10814, net.minecraftforge.oredict.OreIngredient@6abafc41]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsGold@4 new recipe: RecipeStage{tier='four', recipe=8xitem.PipeItemsGold@4:[net.minecraftforge.oredict.OreIngredient@1a4d9012, net.minecraftforge.oredict.OreIngredient@75fb12b7, net.minecraftforge.oredict.OreIngredient@27282fee]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsGold@5 new recipe: RecipeStage{tier='four', recipe=8xitem.PipeItemsGold@5:[net.minecraftforge.oredict.OreIngredient@7ebaa5be, net.minecraftforge.oredict.OreIngredient@354875c4, net.minecraftforge.oredict.OreIngredient@180bb2d8]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsGold@6 new recipe: RecipeStage{tier='four', recipe=8xitem.PipeItemsGold@6:[net.minecraftforge.oredict.OreIngredient@1d3bf263, net.minecraftforge.oredict.OreIngredient@2e73a6e3, net.minecraftforge.oredict.OreIngredient@58e31e6e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsGold@7 new recipe: RecipeStage{tier='four', recipe=8xitem.PipeItemsGold@7:[net.minecraftforge.oredict.OreIngredient@63232623, net.minecraftforge.oredict.OreIngredient@1084aa74, net.minecraftforge.oredict.OreIngredient@23734447]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsGold@8 new recipe: RecipeStage{tier='four', recipe=8xitem.PipeItemsGold@8:[net.minecraftforge.oredict.OreIngredient@4bbed6, net.minecraftforge.oredict.OreIngredient@cc149be, net.minecraftforge.oredict.OreIngredient@392383e4]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsGold@9 new recipe: RecipeStage{tier='four', recipe=8xitem.PipeItemsGold@9:[net.minecraftforge.oredict.OreIngredient@3788dc59, net.minecraftforge.oredict.OreIngredient@141b62aa, net.minecraftforge.oredict.OreIngredient@121145ef]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsGold@10 new recipe: RecipeStage{tier='four', recipe=8xitem.PipeItemsGold@10:[net.minecraftforge.oredict.OreIngredient@4cd7e593, net.minecraftforge.oredict.OreIngredient@1b30d9dd, net.minecraftforge.oredict.OreIngredient@54f1ffdb]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsGold@11 new recipe: RecipeStage{tier='four', recipe=8xitem.PipeItemsGold@11:[net.minecraftforge.oredict.OreIngredient@31ce5fce, net.minecraftforge.oredict.OreIngredient@77f9b3b4, net.minecraftforge.oredict.OreIngredient@6a9a610b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsGold@12 new recipe: RecipeStage{tier='four', recipe=8xitem.PipeItemsGold@12:[net.minecraftforge.oredict.OreIngredient@40b37e2b, net.minecraftforge.oredict.OreIngredient@43c6a58b, net.minecraftforge.oredict.OreIngredient@7918dd0f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsGold@13 new recipe: RecipeStage{tier='four', recipe=8xitem.PipeItemsGold@13:[net.minecraftforge.oredict.OreIngredient@18127d4c, net.minecraftforge.oredict.OreIngredient@51412879, net.minecraftforge.oredict.OreIngredient@275d3be4]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsGold@14 new recipe: RecipeStage{tier='four', recipe=8xitem.PipeItemsGold@14:[net.minecraftforge.oredict.OreIngredient@41ab5dea, net.minecraftforge.oredict.OreIngredient@573d3f45, net.minecraftforge.oredict.OreIngredient@fe7dc20]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsGold@15 new recipe: RecipeStage{tier='four', recipe=8xitem.PipeItemsGold@15:[net.minecraftforge.oredict.OreIngredient@43ba0198, net.minecraftforge.oredict.OreIngredient@4c740d10, net.minecraftforge.oredict.OreIngredient@728dd313]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsGold@16 new recipe: RecipeStage{tier='four', recipe=8xitem.PipeItemsGold@16:[net.minecraftforge.oredict.OreIngredient@2d5d51b0, net.minecraftforge.oredict.OreIngredient@5da49df4, net.minecraftforge.oredict.OreIngredient@31540a43]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsClay@0 new recipe: RecipeStage{tier='three', recipe=8xitem.PipeItemsClay@0:[net.minecraft.item.crafting.Ingredient@653d6343, net.minecraftforge.oredict.OreIngredient@d1813e9, net.minecraft.item.crafting.Ingredient@74aa7bb5]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsClay@1 new recipe: RecipeStage{tier='three', recipe=8xitem.PipeItemsClay@1:[net.minecraft.item.crafting.Ingredient@72d986d5, net.minecraftforge.oredict.OreIngredient@1843eafb, net.minecraft.item.crafting.Ingredient@55092ce8]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsClay@2 new recipe: RecipeStage{tier='three', recipe=8xitem.PipeItemsClay@2:[net.minecraft.item.crafting.Ingredient@5c33a2fa, net.minecraftforge.oredict.OreIngredient@47d29529, net.minecraft.item.crafting.Ingredient@40c1bbf8]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsClay@3 new recipe: RecipeStage{tier='three', recipe=8xitem.PipeItemsClay@3:[net.minecraft.item.crafting.Ingredient@77ded2c6, net.minecraftforge.oredict.OreIngredient@6925181b, net.minecraft.item.crafting.Ingredient@3a8db9be]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsClay@4 new recipe: RecipeStage{tier='three', recipe=8xitem.PipeItemsClay@4:[net.minecraft.item.crafting.Ingredient@2a94aa4, net.minecraftforge.oredict.OreIngredient@149a6c6a, net.minecraft.item.crafting.Ingredient@55be5306]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsClay@5 new recipe: RecipeStage{tier='three', recipe=8xitem.PipeItemsClay@5:[net.minecraft.item.crafting.Ingredient@58cd1d44, net.minecraftforge.oredict.OreIngredient@38f29997, net.minecraft.item.crafting.Ingredient@7fcc4338]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsClay@6 new recipe: RecipeStage{tier='three', recipe=8xitem.PipeItemsClay@6:[net.minecraft.item.crafting.Ingredient@540c0cd7, net.minecraftforge.oredict.OreIngredient@65d65673, net.minecraft.item.crafting.Ingredient@494450ed]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsClay@7 new recipe: RecipeStage{tier='three', recipe=8xitem.PipeItemsClay@7:[net.minecraft.item.crafting.Ingredient@6d7ea751, net.minecraftforge.oredict.OreIngredient@51e4ea5c, net.minecraft.item.crafting.Ingredient@656512b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsClay@8 new recipe: RecipeStage{tier='three', recipe=8xitem.PipeItemsClay@8:[net.minecraft.item.crafting.Ingredient@13d2f8ab, net.minecraftforge.oredict.OreIngredient@51f99442, net.minecraft.item.crafting.Ingredient@27393cf3]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsClay@9 new recipe: RecipeStage{tier='three', recipe=8xitem.PipeItemsClay@9:[net.minecraft.item.crafting.Ingredient@2a0e8533, net.minecraftforge.oredict.OreIngredient@59f82d74, net.minecraft.item.crafting.Ingredient@44beea25]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsClay@10 new recipe: RecipeStage{tier='three', recipe=8xitem.PipeItemsClay@10:[net.minecraft.item.crafting.Ingredient@4064c2b2, net.minecraftforge.oredict.OreIngredient@6b33f7d7, net.minecraft.item.crafting.Ingredient@73b8e759]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsClay@11 new recipe: RecipeStage{tier='three', recipe=8xitem.PipeItemsClay@11:[net.minecraft.item.crafting.Ingredient@7c928edd, net.minecraftforge.oredict.OreIngredient@3cddf7b5, net.minecraft.item.crafting.Ingredient@48a42c39]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsClay@12 new recipe: RecipeStage{tier='three', recipe=8xitem.PipeItemsClay@12:[net.minecraft.item.crafting.Ingredient@6310435d, net.minecraftforge.oredict.OreIngredient@598f404f, net.minecraft.item.crafting.Ingredient@a3c7ee2]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsClay@13 new recipe: RecipeStage{tier='three', recipe=8xitem.PipeItemsClay@13:[net.minecraft.item.crafting.Ingredient@55110c6a, net.minecraftforge.oredict.OreIngredient@1f1d01b5, net.minecraft.item.crafting.Ingredient@3c33a344]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsClay@14 new recipe: RecipeStage{tier='three', recipe=8xitem.PipeItemsClay@14:[net.minecraft.item.crafting.Ingredient@2371229b, net.minecraftforge.oredict.OreIngredient@759e3561, net.minecraft.item.crafting.Ingredient@2798c32]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsClay@15 new recipe: RecipeStage{tier='three', recipe=8xitem.PipeItemsClay@15:[net.minecraft.item.crafting.Ingredient@511a4d1c, net.minecraftforge.oredict.OreIngredient@1bfd58b4, net.minecraft.item.crafting.Ingredient@1fcc4311]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsClay@16 new recipe: RecipeStage{tier='three', recipe=8xitem.PipeItemsClay@16:[net.minecraft.item.crafting.Ingredient@4de4c54a, net.minecraftforge.oredict.OreIngredient@41840579, net.minecraft.item.crafting.Ingredient@30cdd32c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsSandstone@0 new recipe: RecipeStage{tier='three', recipe=8xitem.PipeItemsSandstone@0:[net.minecraft.item.crafting.Ingredient@4c4b9599, net.minecraftforge.oredict.OreIngredient@738f0b63, net.minecraft.item.crafting.Ingredient@12c16b8f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsSandstone@1 new recipe: RecipeStage{tier='three', recipe=8xitem.PipeItemsSandstone@1:[net.minecraft.item.crafting.Ingredient@32129223, net.minecraftforge.oredict.OreIngredient@20c9d8ff, net.minecraft.item.crafting.Ingredient@2b960afd]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsSandstone@2 new recipe: RecipeStage{tier='three', recipe=8xitem.PipeItemsSandstone@2:[net.minecraft.item.crafting.Ingredient@d67a4e8, net.minecraftforge.oredict.OreIngredient@78ddaa53, net.minecraft.item.crafting.Ingredient@16bd865b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsSandstone@3 new recipe: RecipeStage{tier='three', recipe=8xitem.PipeItemsSandstone@3:[net.minecraft.item.crafting.Ingredient@7610ead1, net.minecraftforge.oredict.OreIngredient@197f99fb, net.minecraft.item.crafting.Ingredient@c653516]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsSandstone@4 new recipe: RecipeStage{tier='three', recipe=8xitem.PipeItemsSandstone@4:[net.minecraft.item.crafting.Ingredient@2cdc2b15, net.minecraftforge.oredict.OreIngredient@6ce18691, net.minecraft.item.crafting.Ingredient@9b4761d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsSandstone@5 new recipe: RecipeStage{tier='three', recipe=8xitem.PipeItemsSandstone@5:[net.minecraft.item.crafting.Ingredient@246696f9, net.minecraftforge.oredict.OreIngredient@6efdc2b0, net.minecraft.item.crafting.Ingredient@ec818f6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsSandstone@6 new recipe: RecipeStage{tier='three', recipe=8xitem.PipeItemsSandstone@6:[net.minecraft.item.crafting.Ingredient@6be4ceba, net.minecraftforge.oredict.OreIngredient@254dcade, net.minecraft.item.crafting.Ingredient@25a57498]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsSandstone@7 new recipe: RecipeStage{tier='three', recipe=8xitem.PipeItemsSandstone@7:[net.minecraft.item.crafting.Ingredient@39969f25, net.minecraftforge.oredict.OreIngredient@7cc91a3c, net.minecraft.item.crafting.Ingredient@37192d3b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsSandstone@8 new recipe: RecipeStage{tier='three', recipe=8xitem.PipeItemsSandstone@8:[net.minecraft.item.crafting.Ingredient@5535a2fb, net.minecraftforge.oredict.OreIngredient@1f17ca32, net.minecraft.item.crafting.Ingredient@2b3b2d93]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsSandstone@9 new recipe: RecipeStage{tier='three', recipe=8xitem.PipeItemsSandstone@9:[net.minecraft.item.crafting.Ingredient@472bb4e, net.minecraftforge.oredict.OreIngredient@57305b54, net.minecraft.item.crafting.Ingredient@76d749e6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsSandstone@10 new recipe: RecipeStage{tier='three', recipe=8xitem.PipeItemsSandstone@10:[net.minecraft.item.crafting.Ingredient@7d78c9c9, net.minecraftforge.oredict.OreIngredient@64932073, net.minecraft.item.crafting.Ingredient@312c37f9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsSandstone@11 new recipe: RecipeStage{tier='three', recipe=8xitem.PipeItemsSandstone@11:[net.minecraft.item.crafting.Ingredient@3e00e3cb, net.minecraftforge.oredict.OreIngredient@13aead1e, net.minecraft.item.crafting.Ingredient@6ec3980d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsSandstone@12 new recipe: RecipeStage{tier='three', recipe=8xitem.PipeItemsSandstone@12:[net.minecraft.item.crafting.Ingredient@45ca6de0, net.minecraftforge.oredict.OreIngredient@519b1b00, net.minecraft.item.crafting.Ingredient@373b96a4]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsSandstone@13 new recipe: RecipeStage{tier='three', recipe=8xitem.PipeItemsSandstone@13:[net.minecraft.item.crafting.Ingredient@556f2be7, net.minecraftforge.oredict.OreIngredient@37c04692, net.minecraft.item.crafting.Ingredient@3e8a1958]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsSandstone@14 new recipe: RecipeStage{tier='three', recipe=8xitem.PipeItemsSandstone@14:[net.minecraft.item.crafting.Ingredient@3ffc9690, net.minecraftforge.oredict.OreIngredient@64132090, net.minecraft.item.crafting.Ingredient@51d218ee]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsSandstone@15 new recipe: RecipeStage{tier='three', recipe=8xitem.PipeItemsSandstone@15:[net.minecraft.item.crafting.Ingredient@294ed3a0, net.minecraftforge.oredict.OreIngredient@1570113c, net.minecraft.item.crafting.Ingredient@681aab0f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsSandstone@16 new recipe: RecipeStage{tier='three', recipe=8xitem.PipeItemsSandstone@16:[net.minecraft.item.crafting.Ingredient@5424af12, net.minecraftforge.oredict.OreIngredient@7cb721bc, net.minecraft.item.crafting.Ingredient@69db244a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsVoid@1 new recipe: RecipeStage{tier='three', recipe=8xitem.PipeItemsVoid@1:[net.minecraft.item.crafting.Ingredient@2c26517c, net.minecraftforge.oredict.OreIngredient@12cf50df, net.minecraftforge.oredict.OreIngredient@73fc7946]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsVoid@2 new recipe: RecipeStage{tier='three', recipe=8xitem.PipeItemsVoid@2:[net.minecraft.item.crafting.Ingredient@18173290, net.minecraftforge.oredict.OreIngredient@6010aeec, net.minecraftforge.oredict.OreIngredient@8315e9d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsVoid@3 new recipe: RecipeStage{tier='three', recipe=8xitem.PipeItemsVoid@3:[net.minecraft.item.crafting.Ingredient@66c52d5f, net.minecraftforge.oredict.OreIngredient@100f70e, net.minecraftforge.oredict.OreIngredient@640242ac]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsVoid@4 new recipe: RecipeStage{tier='three', recipe=8xitem.PipeItemsVoid@4:[net.minecraft.item.crafting.Ingredient@31dc5d6e, net.minecraftforge.oredict.OreIngredient@410349b5, net.minecraftforge.oredict.OreIngredient@473d7edb]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsVoid@5 new recipe: RecipeStage{tier='three', recipe=8xitem.PipeItemsVoid@5:[net.minecraft.item.crafting.Ingredient@d050d99, net.minecraftforge.oredict.OreIngredient@7af7da3c, net.minecraftforge.oredict.OreIngredient@21626144]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsVoid@6 new recipe: RecipeStage{tier='three', recipe=8xitem.PipeItemsVoid@6:[net.minecraft.item.crafting.Ingredient@96c5100, net.minecraftforge.oredict.OreIngredient@7f547258, net.minecraftforge.oredict.OreIngredient@3bb67928]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsVoid@7 new recipe: RecipeStage{tier='three', recipe=8xitem.PipeItemsVoid@7:[net.minecraft.item.crafting.Ingredient@3f161c90, net.minecraftforge.oredict.OreIngredient@6b7b2f65, net.minecraftforge.oredict.OreIngredient@37615d63]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsVoid@8 new recipe: RecipeStage{tier='three', recipe=8xitem.PipeItemsVoid@8:[net.minecraft.item.crafting.Ingredient@7d1ce22b, net.minecraftforge.oredict.OreIngredient@72992dd9, net.minecraftforge.oredict.OreIngredient@40ab32ae]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsVoid@9 new recipe: RecipeStage{tier='three', recipe=8xitem.PipeItemsVoid@9:[net.minecraft.item.crafting.Ingredient@16823d38, net.minecraftforge.oredict.OreIngredient@34e940dc, net.minecraftforge.oredict.OreIngredient@f255304]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsVoid@10 new recipe: RecipeStage{tier='three', recipe=8xitem.PipeItemsVoid@10:[net.minecraft.item.crafting.Ingredient@1369dd6c, net.minecraftforge.oredict.OreIngredient@486058d4, net.minecraftforge.oredict.OreIngredient@36f10176]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsVoid@11 new recipe: RecipeStage{tier='three', recipe=8xitem.PipeItemsVoid@11:[net.minecraft.item.crafting.Ingredient@2bcd2d63, net.minecraftforge.oredict.OreIngredient@5f653f50, net.minecraftforge.oredict.OreIngredient@150963dd]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsVoid@12 new recipe: RecipeStage{tier='three', recipe=8xitem.PipeItemsVoid@12:[net.minecraft.item.crafting.Ingredient@7b165db8, net.minecraftforge.oredict.OreIngredient@5336eac8, net.minecraftforge.oredict.OreIngredient@255fde8c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsVoid@13 new recipe: RecipeStage{tier='three', recipe=8xitem.PipeItemsVoid@13:[net.minecraft.item.crafting.Ingredient@3597ec86, net.minecraftforge.oredict.OreIngredient@ae338a8, net.minecraftforge.oredict.OreIngredient@6e67ff06]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsVoid@14 new recipe: RecipeStage{tier='three', recipe=8xitem.PipeItemsVoid@14:[net.minecraft.item.crafting.Ingredient@50c6ac63, net.minecraftforge.oredict.OreIngredient@12bda843, net.minecraftforge.oredict.OreIngredient@108f6b2]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsVoid@15 new recipe: RecipeStage{tier='three', recipe=8xitem.PipeItemsVoid@15:[net.minecraft.item.crafting.Ingredient@512729d9, net.minecraftforge.oredict.OreIngredient@685cb521, net.minecraftforge.oredict.OreIngredient@17dce829]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsVoid@16 new recipe: RecipeStage{tier='three', recipe=8xitem.PipeItemsVoid@16:[net.minecraft.item.crafting.Ingredient@dc30196, net.minecraftforge.oredict.OreIngredient@70d67a9e, net.minecraftforge.oredict.OreIngredient@7d2e2da7]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsObsidian@0 new recipe: RecipeStage{tier='four', recipe=8xitem.PipeItemsObsidian@0:[net.minecraft.item.crafting.Ingredient@1497d529, net.minecraftforge.oredict.OreIngredient@5b191a16, net.minecraft.item.crafting.Ingredient@18588109]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsObsidian@1 new recipe: RecipeStage{tier='four', recipe=8xitem.PipeItemsObsidian@1:[net.minecraft.item.crafting.Ingredient@1d75b309, net.minecraftforge.oredict.OreIngredient@52a342f4, net.minecraft.item.crafting.Ingredient@41793967]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsObsidian@2 new recipe: RecipeStage{tier='four', recipe=8xitem.PipeItemsObsidian@2:[net.minecraft.item.crafting.Ingredient@5d121eb4, net.minecraftforge.oredict.OreIngredient@1dd4fad3, net.minecraft.item.crafting.Ingredient@55a8b670]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsObsidian@3 new recipe: RecipeStage{tier='four', recipe=8xitem.PipeItemsObsidian@3:[net.minecraft.item.crafting.Ingredient@458b3c75, net.minecraftforge.oredict.OreIngredient@6fb86393, net.minecraft.item.crafting.Ingredient@55000982]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsObsidian@4 new recipe: RecipeStage{tier='four', recipe=8xitem.PipeItemsObsidian@4:[net.minecraft.item.crafting.Ingredient@704da1c5, net.minecraftforge.oredict.OreIngredient@9dca195, net.minecraft.item.crafting.Ingredient@2554ea57]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsObsidian@5 new recipe: RecipeStage{tier='four', recipe=8xitem.PipeItemsObsidian@5:[net.minecraft.item.crafting.Ingredient@32988b71, net.minecraftforge.oredict.OreIngredient@5c2006a8, net.minecraft.item.crafting.Ingredient@309cc927]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsObsidian@6 new recipe: RecipeStage{tier='four', recipe=8xitem.PipeItemsObsidian@6:[net.minecraft.item.crafting.Ingredient@37e8494c, net.minecraftforge.oredict.OreIngredient@3da234a4, net.minecraft.item.crafting.Ingredient@616b7b67]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsObsidian@7 new recipe: RecipeStage{tier='four', recipe=8xitem.PipeItemsObsidian@7:[net.minecraft.item.crafting.Ingredient@650d5652, net.minecraftforge.oredict.OreIngredient@732ca187, net.minecraft.item.crafting.Ingredient@5f07b9d7]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsObsidian@8 new recipe: RecipeStage{tier='four', recipe=8xitem.PipeItemsObsidian@8:[net.minecraft.item.crafting.Ingredient@3a795cdc, net.minecraftforge.oredict.OreIngredient@4ee42141, net.minecraft.item.crafting.Ingredient@58d29345]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsObsidian@9 new recipe: RecipeStage{tier='four', recipe=8xitem.PipeItemsObsidian@9:[net.minecraft.item.crafting.Ingredient@42a1f07e, net.minecraftforge.oredict.OreIngredient@61a4dd78, net.minecraft.item.crafting.Ingredient@e250bd4]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsObsidian@10 new recipe: RecipeStage{tier='four', recipe=8xitem.PipeItemsObsidian@10:[net.minecraft.item.crafting.Ingredient@68ebfe38, net.minecraftforge.oredict.OreIngredient@9be68f9, net.minecraft.item.crafting.Ingredient@4e36235a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsObsidian@11 new recipe: RecipeStage{tier='four', recipe=8xitem.PipeItemsObsidian@11:[net.minecraft.item.crafting.Ingredient@3dd36709, net.minecraftforge.oredict.OreIngredient@3883ee13, net.minecraft.item.crafting.Ingredient@4280bf1a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsObsidian@12 new recipe: RecipeStage{tier='four', recipe=8xitem.PipeItemsObsidian@12:[net.minecraft.item.crafting.Ingredient@66da1ba5, net.minecraftforge.oredict.OreIngredient@6b18152, net.minecraft.item.crafting.Ingredient@21e5100b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsObsidian@13 new recipe: RecipeStage{tier='four', recipe=8xitem.PipeItemsObsidian@13:[net.minecraft.item.crafting.Ingredient@4e55ded0, net.minecraftforge.oredict.OreIngredient@4d8848ed, net.minecraft.item.crafting.Ingredient@47b9ea59]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsObsidian@14 new recipe: RecipeStage{tier='four', recipe=8xitem.PipeItemsObsidian@14:[net.minecraft.item.crafting.Ingredient@725ac56e, net.minecraftforge.oredict.OreIngredient@7579f2d4, net.minecraft.item.crafting.Ingredient@7a39025e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsObsidian@15 new recipe: RecipeStage{tier='four', recipe=8xitem.PipeItemsObsidian@15:[net.minecraft.item.crafting.Ingredient@a3bc36c, net.minecraftforge.oredict.OreIngredient@277a105, net.minecraft.item.crafting.Ingredient@38221b87]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsObsidian@16 new recipe: RecipeStage{tier='four', recipe=8xitem.PipeItemsObsidian@16:[net.minecraft.item.crafting.Ingredient@8200636, net.minecraftforge.oredict.OreIngredient@1fb62804, net.minecraft.item.crafting.Ingredient@20f6ca96]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsDiamond@0 new recipe: RecipeStage{tier='five', recipe=8xitem.PipeItemsDiamond@0:[net.minecraft.item.crafting.Ingredient@6f70a17a, net.minecraftforge.oredict.OreIngredient@571c854c, net.minecraft.item.crafting.Ingredient@79c46478]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsLapis@0 new recipe: RecipeStage{tier='four', recipe=8xitem.PipeItemsLapis@0:[net.minecraft.item.crafting.Ingredient@2d9a3f5b, net.minecraftforge.oredict.OreIngredient@556cc14d, net.minecraft.item.crafting.Ingredient@36c70a22]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsLapis@1 new recipe: RecipeStage{tier='four', recipe=8xitem.PipeItemsLapis@1:[net.minecraft.item.crafting.Ingredient@1cd38a37, net.minecraftforge.oredict.OreIngredient@219ed828, net.minecraft.item.crafting.Ingredient@12cb0595]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsLapis@2 new recipe: RecipeStage{tier='four', recipe=8xitem.PipeItemsLapis@2:[net.minecraft.item.crafting.Ingredient@39473935, net.minecraftforge.oredict.OreIngredient@2462adf8, net.minecraft.item.crafting.Ingredient@736a7425]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsLapis@3 new recipe: RecipeStage{tier='four', recipe=8xitem.PipeItemsLapis@3:[net.minecraft.item.crafting.Ingredient@31cc4bbe, net.minecraftforge.oredict.OreIngredient@201ba85f, net.minecraft.item.crafting.Ingredient@11a7dafe]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsLapis@4 new recipe: RecipeStage{tier='four', recipe=8xitem.PipeItemsLapis@4:[net.minecraft.item.crafting.Ingredient@502997d4, net.minecraftforge.oredict.OreIngredient@252d1f4, net.minecraft.item.crafting.Ingredient@7ff6c705]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsLapis@5 new recipe: RecipeStage{tier='four', recipe=8xitem.PipeItemsLapis@5:[net.minecraft.item.crafting.Ingredient@4081a1ad, net.minecraftforge.oredict.OreIngredient@1d4f25f2, net.minecraft.item.crafting.Ingredient@9068857]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsLapis@6 new recipe: RecipeStage{tier='four', recipe=8xitem.PipeItemsLapis@6:[net.minecraft.item.crafting.Ingredient@5cde4fa1, net.minecraftforge.oredict.OreIngredient@523e92e, net.minecraft.item.crafting.Ingredient@61a7205d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsLapis@7 new recipe: RecipeStage{tier='four', recipe=8xitem.PipeItemsLapis@7:[net.minecraft.item.crafting.Ingredient@421ff030, net.minecraftforge.oredict.OreIngredient@12751d, net.minecraft.item.crafting.Ingredient@1a6295e6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsLapis@8 new recipe: RecipeStage{tier='four', recipe=8xitem.PipeItemsLapis@8:[net.minecraft.item.crafting.Ingredient@4195e5b4, net.minecraftforge.oredict.OreIngredient@5c7fbbbf, net.minecraft.item.crafting.Ingredient@4fd695c5]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsLapis@9 new recipe: RecipeStage{tier='four', recipe=8xitem.PipeItemsLapis@9:[net.minecraft.item.crafting.Ingredient@7ef0deb3, net.minecraftforge.oredict.OreIngredient@2470e547, net.minecraft.item.crafting.Ingredient@5730415]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsLapis@10 new recipe: RecipeStage{tier='four', recipe=8xitem.PipeItemsLapis@10:[net.minecraft.item.crafting.Ingredient@7d001fd4, net.minecraftforge.oredict.OreIngredient@43b7744e, net.minecraft.item.crafting.Ingredient@60ceefcd]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsLapis@11 new recipe: RecipeStage{tier='four', recipe=8xitem.PipeItemsLapis@11:[net.minecraft.item.crafting.Ingredient@51429d69, net.minecraftforge.oredict.OreIngredient@3e08a98d, net.minecraft.item.crafting.Ingredient@4665a00b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsLapis@12 new recipe: RecipeStage{tier='four', recipe=8xitem.PipeItemsLapis@12:[net.minecraft.item.crafting.Ingredient@59cbd5e7, net.minecraftforge.oredict.OreIngredient@49fad029, net.minecraft.item.crafting.Ingredient@3245532d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsLapis@13 new recipe: RecipeStage{tier='four', recipe=8xitem.PipeItemsLapis@13:[net.minecraft.item.crafting.Ingredient@6f49fe94, net.minecraftforge.oredict.OreIngredient@68e9f92b, net.minecraft.item.crafting.Ingredient@778d046b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsLapis@14 new recipe: RecipeStage{tier='four', recipe=8xitem.PipeItemsLapis@14:[net.minecraft.item.crafting.Ingredient@73b14120, net.minecraftforge.oredict.OreIngredient@4b07217b, net.minecraft.item.crafting.Ingredient@6c80bd61]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsLapis@15 new recipe: RecipeStage{tier='four', recipe=8xitem.PipeItemsLapis@15:[net.minecraft.item.crafting.Ingredient@498e61e, net.minecraftforge.oredict.OreIngredient@1f64d078, net.minecraft.item.crafting.Ingredient@6d1a3859]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsLapis@16 new recipe: RecipeStage{tier='four', recipe=8xitem.PipeItemsLapis@16:[net.minecraft.item.crafting.Ingredient@69e59729, net.minecraftforge.oredict.OreIngredient@6c5f4f74, net.minecraft.item.crafting.Ingredient@5501b2bc]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsDaizuli@0 new recipe: RecipeStage{tier='five', recipe=8xitem.PipeItemsDaizuli@0:[net.minecraft.item.crafting.Ingredient@72f00638, net.minecraftforge.oredict.OreIngredient@3c0e0054, net.minecraft.item.crafting.Ingredient@2a3cce88]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsWoodenDiamond@0 new recipe: RecipeStage{tier='five', recipe=8xitem.PipeItemsWoodenDiamond@0:[net.minecraftforge.oredict.OreIngredient@49e18998, net.minecraftforge.oredict.OreIngredient@2b51d2e1, net.minecraft.item.crafting.Ingredient@2b440837]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsWoodenDiamond@1 new recipe: RecipeStage{tier='five', recipe=8xitem.PipeItemsWoodenDiamond@1:[net.minecraftforge.oredict.OreIngredient@30f8988a, net.minecraftforge.oredict.OreIngredient@1e952047, net.minecraft.item.crafting.Ingredient@3b762b12]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsWoodenDiamond@2 new recipe: RecipeStage{tier='five', recipe=8xitem.PipeItemsWoodenDiamond@2:[net.minecraftforge.oredict.OreIngredient@1c2cf788, net.minecraftforge.oredict.OreIngredient@21a8ec3a, net.minecraft.item.crafting.Ingredient@160871a4]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsWoodenDiamond@3 new recipe: RecipeStage{tier='five', recipe=8xitem.PipeItemsWoodenDiamond@3:[net.minecraftforge.oredict.OreIngredient@1219ee76, net.minecraftforge.oredict.OreIngredient@2166d52f, net.minecraft.item.crafting.Ingredient@474938c0]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsWoodenDiamond@4 new recipe: RecipeStage{tier='five', recipe=8xitem.PipeItemsWoodenDiamond@4:[net.minecraftforge.oredict.OreIngredient@37fd379, net.minecraftforge.oredict.OreIngredient@1aa617c3, net.minecraft.item.crafting.Ingredient@d7e74ee]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsWoodenDiamond@5 new recipe: RecipeStage{tier='five', recipe=8xitem.PipeItemsWoodenDiamond@5:[net.minecraftforge.oredict.OreIngredient@7e8aebb3, net.minecraftforge.oredict.OreIngredient@2a9f3e51, net.minecraft.item.crafting.Ingredient@ad3988]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsWoodenDiamond@6 new recipe: RecipeStage{tier='five', recipe=8xitem.PipeItemsWoodenDiamond@6:[net.minecraftforge.oredict.OreIngredient@184cb3cb, net.minecraftforge.oredict.OreIngredient@22fa6dec, net.minecraft.item.crafting.Ingredient@71c4a833]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsWoodenDiamond@7 new recipe: RecipeStage{tier='five', recipe=8xitem.PipeItemsWoodenDiamond@7:[net.minecraftforge.oredict.OreIngredient@7ecf823b, net.minecraftforge.oredict.OreIngredient@5b7ab553, net.minecraft.item.crafting.Ingredient@2a9e38e1]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsWoodenDiamond@8 new recipe: RecipeStage{tier='five', recipe=8xitem.PipeItemsWoodenDiamond@8:[net.minecraftforge.oredict.OreIngredient@5f1b8991, net.minecraftforge.oredict.OreIngredient@ac7165e, net.minecraft.item.crafting.Ingredient@419fba3]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsWoodenDiamond@9 new recipe: RecipeStage{tier='five', recipe=8xitem.PipeItemsWoodenDiamond@9:[net.minecraftforge.oredict.OreIngredient@6c037f62, net.minecraftforge.oredict.OreIngredient@154bc2eb, net.minecraft.item.crafting.Ingredient@278c55a2]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsWoodenDiamond@10 new recipe: RecipeStage{tier='five', recipe=8xitem.PipeItemsWoodenDiamond@10:[net.minecraftforge.oredict.OreIngredient@3465dcce, net.minecraftforge.oredict.OreIngredient@3a9676f4, net.minecraft.item.crafting.Ingredient@7101bea5]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsWoodenDiamond@11 new recipe: RecipeStage{tier='five', recipe=8xitem.PipeItemsWoodenDiamond@11:[net.minecraftforge.oredict.OreIngredient@31e91fa7, net.minecraftforge.oredict.OreIngredient@44498527, net.minecraft.item.crafting.Ingredient@4d616ba9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsWoodenDiamond@12 new recipe: RecipeStage{tier='five', recipe=8xitem.PipeItemsWoodenDiamond@12:[net.minecraftforge.oredict.OreIngredient@17d3933f, net.minecraftforge.oredict.OreIngredient@59c149f0, net.minecraft.item.crafting.Ingredient@51298e4f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsWoodenDiamond@13 new recipe: RecipeStage{tier='five', recipe=8xitem.PipeItemsWoodenDiamond@13:[net.minecraftforge.oredict.OreIngredient@49cec3d8, net.minecraftforge.oredict.OreIngredient@7d53ae0, net.minecraft.item.crafting.Ingredient@54087758]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsWoodenDiamond@14 new recipe: RecipeStage{tier='five', recipe=8xitem.PipeItemsWoodenDiamond@14:[net.minecraftforge.oredict.OreIngredient@5de35d8, net.minecraftforge.oredict.OreIngredient@3cd70a19, net.minecraft.item.crafting.Ingredient@127b208c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsWoodenDiamond@15 new recipe: RecipeStage{tier='five', recipe=8xitem.PipeItemsWoodenDiamond@15:[net.minecraftforge.oredict.OreIngredient@7ddd6b89, net.minecraftforge.oredict.OreIngredient@32ea18f8, net.minecraft.item.crafting.Ingredient@36e94bfe]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsWoodenDiamond@16 new recipe: RecipeStage{tier='five', recipe=8xitem.PipeItemsWoodenDiamond@16:[net.minecraftforge.oredict.OreIngredient@621e9006, net.minecraftforge.oredict.OreIngredient@7c1b77ea, net.minecraft.item.crafting.Ingredient@1e549100]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsStripes@0 new recipe: RecipeStage{tier='four', recipe=8xitem.PipeItemsStripes@0:[net.minecraftforge.oredict.OreIngredient@5746f20f, net.minecraftforge.oredict.OreIngredient@4a233b0f, net.minecraftforge.oredict.OreIngredient@6da0b576]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsStripes@0 new recipe: RecipeStage{tier='three', recipe=8xitem.PipeItemsStripes@0:[net.minecraftforge.oredict.OreIngredient@5746f20f, net.minecraftforge.oredict.OreIngredient@4a233b0f, net.minecraftforge.oredict.OreIngredient@6da0b576]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsStripes@1 new recipe: RecipeStage{tier='four', recipe=8xitem.PipeItemsStripes@1:[net.minecraftforge.oredict.OreIngredient@1dc84f35, net.minecraftforge.oredict.OreIngredient@2603f406, net.minecraftforge.oredict.OreIngredient@75ab52ff]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsStripes@1 new recipe: RecipeStage{tier='three', recipe=8xitem.PipeItemsStripes@1:[net.minecraftforge.oredict.OreIngredient@1dc84f35, net.minecraftforge.oredict.OreIngredient@2603f406, net.minecraftforge.oredict.OreIngredient@75ab52ff]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsStripes@2 new recipe: RecipeStage{tier='four', recipe=8xitem.PipeItemsStripes@2:[net.minecraftforge.oredict.OreIngredient@747e499d, net.minecraftforge.oredict.OreIngredient@62f7adf8, net.minecraftforge.oredict.OreIngredient@5bedd147]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsStripes@2 new recipe: RecipeStage{tier='three', recipe=8xitem.PipeItemsStripes@2:[net.minecraftforge.oredict.OreIngredient@747e499d, net.minecraftforge.oredict.OreIngredient@62f7adf8, net.minecraftforge.oredict.OreIngredient@5bedd147]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsStripes@3 new recipe: RecipeStage{tier='four', recipe=8xitem.PipeItemsStripes@3:[net.minecraftforge.oredict.OreIngredient@4f2918e6, net.minecraftforge.oredict.OreIngredient@25bc7567, net.minecraftforge.oredict.OreIngredient@7afb8fad]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsStripes@3 new recipe: RecipeStage{tier='three', recipe=8xitem.PipeItemsStripes@3:[net.minecraftforge.oredict.OreIngredient@4f2918e6, net.minecraftforge.oredict.OreIngredient@25bc7567, net.minecraftforge.oredict.OreIngredient@7afb8fad]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsStripes@4 new recipe: RecipeStage{tier='four', recipe=8xitem.PipeItemsStripes@4:[net.minecraftforge.oredict.OreIngredient@7fae72f, net.minecraftforge.oredict.OreIngredient@678bc88b, net.minecraftforge.oredict.OreIngredient@21da969a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsStripes@4 new recipe: RecipeStage{tier='three', recipe=8xitem.PipeItemsStripes@4:[net.minecraftforge.oredict.OreIngredient@7fae72f, net.minecraftforge.oredict.OreIngredient@678bc88b, net.minecraftforge.oredict.OreIngredient@21da969a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsStripes@5 new recipe: RecipeStage{tier='four', recipe=8xitem.PipeItemsStripes@5:[net.minecraftforge.oredict.OreIngredient@2e1da251, net.minecraftforge.oredict.OreIngredient@6270cb25, net.minecraftforge.oredict.OreIngredient@5b869f4e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsStripes@5 new recipe: RecipeStage{tier='three', recipe=8xitem.PipeItemsStripes@5:[net.minecraftforge.oredict.OreIngredient@2e1da251, net.minecraftforge.oredict.OreIngredient@6270cb25, net.minecraftforge.oredict.OreIngredient@5b869f4e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsStripes@6 new recipe: RecipeStage{tier='four', recipe=8xitem.PipeItemsStripes@6:[net.minecraftforge.oredict.OreIngredient@2832192e, net.minecraftforge.oredict.OreIngredient@23ec4dab, net.minecraftforge.oredict.OreIngredient@47219f89]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsStripes@6 new recipe: RecipeStage{tier='three', recipe=8xitem.PipeItemsStripes@6:[net.minecraftforge.oredict.OreIngredient@2832192e, net.minecraftforge.oredict.OreIngredient@23ec4dab, net.minecraftforge.oredict.OreIngredient@47219f89]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsStripes@7 new recipe: RecipeStage{tier='four', recipe=8xitem.PipeItemsStripes@7:[net.minecraftforge.oredict.OreIngredient@1425a6a, net.minecraftforge.oredict.OreIngredient@b94dde8, net.minecraftforge.oredict.OreIngredient@4a54501c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsStripes@7 new recipe: RecipeStage{tier='three', recipe=8xitem.PipeItemsStripes@7:[net.minecraftforge.oredict.OreIngredient@1425a6a, net.minecraftforge.oredict.OreIngredient@b94dde8, net.minecraftforge.oredict.OreIngredient@4a54501c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsStripes@8 new recipe: RecipeStage{tier='four', recipe=8xitem.PipeItemsStripes@8:[net.minecraftforge.oredict.OreIngredient@2fd89e4b, net.minecraftforge.oredict.OreIngredient@6a321185, net.minecraftforge.oredict.OreIngredient@4764ef1c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsStripes@8 new recipe: RecipeStage{tier='three', recipe=8xitem.PipeItemsStripes@8:[net.minecraftforge.oredict.OreIngredient@2fd89e4b, net.minecraftforge.oredict.OreIngredient@6a321185, net.minecraftforge.oredict.OreIngredient@4764ef1c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsStripes@9 new recipe: RecipeStage{tier='four', recipe=8xitem.PipeItemsStripes@9:[net.minecraftforge.oredict.OreIngredient@6dd02d2e, net.minecraftforge.oredict.OreIngredient@77e8a59e, net.minecraftforge.oredict.OreIngredient@d2c2387]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsStripes@9 new recipe: RecipeStage{tier='three', recipe=8xitem.PipeItemsStripes@9:[net.minecraftforge.oredict.OreIngredient@6dd02d2e, net.minecraftforge.oredict.OreIngredient@77e8a59e, net.minecraftforge.oredict.OreIngredient@d2c2387]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsStripes@10 new recipe: RecipeStage{tier='four', recipe=8xitem.PipeItemsStripes@10:[net.minecraftforge.oredict.OreIngredient@132f03c7, net.minecraftforge.oredict.OreIngredient@4d85b41b, net.minecraftforge.oredict.OreIngredient@7f732a3e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsStripes@10 new recipe: RecipeStage{tier='three', recipe=8xitem.PipeItemsStripes@10:[net.minecraftforge.oredict.OreIngredient@132f03c7, net.minecraftforge.oredict.OreIngredient@4d85b41b, net.minecraftforge.oredict.OreIngredient@7f732a3e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsStripes@11 new recipe: RecipeStage{tier='four', recipe=8xitem.PipeItemsStripes@11:[net.minecraftforge.oredict.OreIngredient@ecfa31e, net.minecraftforge.oredict.OreIngredient@84e0e55, net.minecraftforge.oredict.OreIngredient@680b4a23]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsStripes@11 new recipe: RecipeStage{tier='three', recipe=8xitem.PipeItemsStripes@11:[net.minecraftforge.oredict.OreIngredient@ecfa31e, net.minecraftforge.oredict.OreIngredient@84e0e55, net.minecraftforge.oredict.OreIngredient@680b4a23]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsStripes@12 new recipe: RecipeStage{tier='four', recipe=8xitem.PipeItemsStripes@12:[net.minecraftforge.oredict.OreIngredient@331d8973, net.minecraftforge.oredict.OreIngredient@79311dbc, net.minecraftforge.oredict.OreIngredient@1759761]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsStripes@12 new recipe: RecipeStage{tier='three', recipe=8xitem.PipeItemsStripes@12:[net.minecraftforge.oredict.OreIngredient@331d8973, net.minecraftforge.oredict.OreIngredient@79311dbc, net.minecraftforge.oredict.OreIngredient@1759761]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsStripes@13 new recipe: RecipeStage{tier='four', recipe=8xitem.PipeItemsStripes@13:[net.minecraftforge.oredict.OreIngredient@2ea09639, net.minecraftforge.oredict.OreIngredient@72eee33a, net.minecraftforge.oredict.OreIngredient@343c213]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsStripes@13 new recipe: RecipeStage{tier='three', recipe=8xitem.PipeItemsStripes@13:[net.minecraftforge.oredict.OreIngredient@2ea09639, net.minecraftforge.oredict.OreIngredient@72eee33a, net.minecraftforge.oredict.OreIngredient@343c213]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsStripes@14 new recipe: RecipeStage{tier='four', recipe=8xitem.PipeItemsStripes@14:[net.minecraftforge.oredict.OreIngredient@67b85671, net.minecraftforge.oredict.OreIngredient@7f049898, net.minecraftforge.oredict.OreIngredient@7af653cf]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsStripes@14 new recipe: RecipeStage{tier='three', recipe=8xitem.PipeItemsStripes@14:[net.minecraftforge.oredict.OreIngredient@67b85671, net.minecraftforge.oredict.OreIngredient@7f049898, net.minecraftforge.oredict.OreIngredient@7af653cf]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsStripes@15 new recipe: RecipeStage{tier='four', recipe=8xitem.PipeItemsStripes@15:[net.minecraftforge.oredict.OreIngredient@ff9611b, net.minecraftforge.oredict.OreIngredient@1cc2a32b, net.minecraftforge.oredict.OreIngredient@47593300]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsStripes@15 new recipe: RecipeStage{tier='three', recipe=8xitem.PipeItemsStripes@15:[net.minecraftforge.oredict.OreIngredient@ff9611b, net.minecraftforge.oredict.OreIngredient@1cc2a32b, net.minecraftforge.oredict.OreIngredient@47593300]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsStripes@16 new recipe: RecipeStage{tier='four', recipe=8xitem.PipeItemsStripes@16:[net.minecraftforge.oredict.OreIngredient@4f3860df, net.minecraftforge.oredict.OreIngredient@48a5a3f5, net.minecraftforge.oredict.OreIngredient@41778b0b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsStripes@16 new recipe: RecipeStage{tier='three', recipe=8xitem.PipeItemsStripes@16:[net.minecraftforge.oredict.OreIngredient@4f3860df, net.minecraftforge.oredict.OreIngredient@48a5a3f5, net.minecraftforge.oredict.OreIngredient@41778b0b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsWoodenDiamond@0 new recipe: RecipeStage{tier='five', recipe=1xitem.PipeItemsWoodenDiamond@0:[net.minecraft.item.crafting.Ingredient@263005b3]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsEmzuli@0 new recipe: RecipeStage{tier='five', recipe=1xitem.PipeItemsEmzuli@0:[net.minecraft.item.crafting.Ingredient@3e3d572f, net.minecraft.item.crafting.Ingredient@135f14a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsWoodenDiamond@1 new recipe: RecipeStage{tier='five', recipe=1xitem.PipeItemsWoodenDiamond@1:[net.minecraft.item.crafting.Ingredient@6bcd7f8b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsWoodenDiamond@2 new recipe: RecipeStage{tier='five', recipe=1xitem.PipeItemsWoodenDiamond@2:[net.minecraft.item.crafting.Ingredient@146e2ae9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsWoodenDiamond@3 new recipe: RecipeStage{tier='five', recipe=1xitem.PipeItemsWoodenDiamond@3:[net.minecraft.item.crafting.Ingredient@7cff4eca]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsWoodenDiamond@4 new recipe: RecipeStage{tier='five', recipe=1xitem.PipeItemsWoodenDiamond@4:[net.minecraft.item.crafting.Ingredient@7ece5b4a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsWoodenDiamond@5 new recipe: RecipeStage{tier='five', recipe=1xitem.PipeItemsWoodenDiamond@5:[net.minecraft.item.crafting.Ingredient@8e6c035]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsWoodenDiamond@6 new recipe: RecipeStage{tier='five', recipe=1xitem.PipeItemsWoodenDiamond@6:[net.minecraft.item.crafting.Ingredient@2316b643]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsWoodenDiamond@7 new recipe: RecipeStage{tier='five', recipe=1xitem.PipeItemsWoodenDiamond@7:[net.minecraft.item.crafting.Ingredient@295a54a0]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsWoodenDiamond@8 new recipe: RecipeStage{tier='five', recipe=1xitem.PipeItemsWoodenDiamond@8:[net.minecraft.item.crafting.Ingredient@5d4006be]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsWoodenDiamond@9 new recipe: RecipeStage{tier='five', recipe=1xitem.PipeItemsWoodenDiamond@9:[net.minecraft.item.crafting.Ingredient@a2cc4d8]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsWoodenDiamond@10 new recipe: RecipeStage{tier='five', recipe=1xitem.PipeItemsWoodenDiamond@10:[net.minecraft.item.crafting.Ingredient@5027bd37]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsWoodenDiamond@11 new recipe: RecipeStage{tier='five', recipe=1xitem.PipeItemsWoodenDiamond@11:[net.minecraft.item.crafting.Ingredient@754868ef]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsWoodenDiamond@12 new recipe: RecipeStage{tier='five', recipe=1xitem.PipeItemsWoodenDiamond@12:[net.minecraft.item.crafting.Ingredient@676063be]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsWoodenDiamond@13 new recipe: RecipeStage{tier='five', recipe=1xitem.PipeItemsWoodenDiamond@13:[net.minecraft.item.crafting.Ingredient@52a1b1b5]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsWoodenDiamond@14 new recipe: RecipeStage{tier='five', recipe=1xitem.PipeItemsWoodenDiamond@14:[net.minecraft.item.crafting.Ingredient@2acaa2a5]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsWoodenDiamond@15 new recipe: RecipeStage{tier='five', recipe=1xitem.PipeItemsWoodenDiamond@15:[net.minecraft.item.crafting.Ingredient@2d100452]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsWoodenDiamond@16 new recipe: RecipeStage{tier='five', recipe=1xitem.PipeItemsWoodenDiamond@16:[net.minecraft.item.crafting.Ingredient@34bfe32f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsWood@0 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsWood@0:[net.minecraft.item.crafting.Ingredient@71167dfa]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeFluidsWood@0 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeFluidsWood@0:[net.minecraft.item.crafting.Ingredient@3eeba194, net.minecraft.item.crafting.Ingredient@3f1c67f0]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsWood@1 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsWood@1:[net.minecraft.item.crafting.Ingredient@7703d82a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeFluidsWood@1 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeFluidsWood@1:[net.minecraft.item.crafting.Ingredient@48f8f6d8, net.minecraft.item.crafting.Ingredient@cb9ee87]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsWood@2 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsWood@2:[net.minecraft.item.crafting.Ingredient@48bae487]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeFluidsWood@2 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeFluidsWood@2:[net.minecraft.item.crafting.Ingredient@47586d0, net.minecraft.item.crafting.Ingredient@74ba8cc9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsWood@3 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsWood@3:[net.minecraft.item.crafting.Ingredient@70f06869]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeFluidsWood@3 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeFluidsWood@3:[net.minecraft.item.crafting.Ingredient@78e730bf, net.minecraft.item.crafting.Ingredient@4d69fc4e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsWood@4 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsWood@4:[net.minecraft.item.crafting.Ingredient@3f2edce5]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeFluidsWood@4 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeFluidsWood@4:[net.minecraft.item.crafting.Ingredient@7c046964, net.minecraft.item.crafting.Ingredient@9ed5c78]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsWood@5 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsWood@5:[net.minecraft.item.crafting.Ingredient@55fea7e7]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeFluidsWood@5 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeFluidsWood@5:[net.minecraft.item.crafting.Ingredient@690328dc, net.minecraft.item.crafting.Ingredient@42478a68]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsWood@6 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsWood@6:[net.minecraft.item.crafting.Ingredient@1d6c766a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeFluidsWood@6 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeFluidsWood@6:[net.minecraft.item.crafting.Ingredient@13332bda, net.minecraft.item.crafting.Ingredient@472371f8]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsWood@7 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsWood@7:[net.minecraft.item.crafting.Ingredient@1bbf78d3]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeFluidsWood@7 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeFluidsWood@7:[net.minecraft.item.crafting.Ingredient@4da8e2e7, net.minecraft.item.crafting.Ingredient@60056b02]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsWood@8 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsWood@8:[net.minecraft.item.crafting.Ingredient@567e9f62]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeFluidsWood@8 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeFluidsWood@8:[net.minecraft.item.crafting.Ingredient@17dddd70, net.minecraft.item.crafting.Ingredient@70d754cc]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsWood@9 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsWood@9:[net.minecraft.item.crafting.Ingredient@513cf585]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeFluidsWood@9 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeFluidsWood@9:[net.minecraft.item.crafting.Ingredient@62c8d479, net.minecraft.item.crafting.Ingredient@32e9a193]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsWood@10 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsWood@10:[net.minecraft.item.crafting.Ingredient@302c416c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeFluidsWood@10 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeFluidsWood@10:[net.minecraft.item.crafting.Ingredient@6b79ee2a, net.minecraft.item.crafting.Ingredient@10193299]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsWood@11 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsWood@11:[net.minecraft.item.crafting.Ingredient@4f020dc6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeFluidsWood@11 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeFluidsWood@11:[net.minecraft.item.crafting.Ingredient@327ad8a4, net.minecraft.item.crafting.Ingredient@11839aa2]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsWood@12 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsWood@12:[net.minecraft.item.crafting.Ingredient@5095592f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeFluidsWood@12 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeFluidsWood@12:[net.minecraft.item.crafting.Ingredient@3995ded0, net.minecraft.item.crafting.Ingredient@71a6230a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsWood@13 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsWood@13:[net.minecraft.item.crafting.Ingredient@4f29b02d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeFluidsWood@13 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeFluidsWood@13:[net.minecraft.item.crafting.Ingredient@18235224, net.minecraft.item.crafting.Ingredient@112b90c0]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsWood@14 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsWood@14:[net.minecraft.item.crafting.Ingredient@274aab92]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeFluidsWood@14 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeFluidsWood@14:[net.minecraft.item.crafting.Ingredient@681a46d2, net.minecraft.item.crafting.Ingredient@749738b3]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsWood@15 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsWood@15:[net.minecraft.item.crafting.Ingredient@70069f7c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeFluidsWood@15 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeFluidsWood@15:[net.minecraft.item.crafting.Ingredient@78f9029, net.minecraft.item.crafting.Ingredient@193e740b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsWood@16 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsWood@16:[net.minecraft.item.crafting.Ingredient@14051e4c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeFluidsWood@16 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeFluidsWood@16:[net.minecraft.item.crafting.Ingredient@50465e4, net.minecraft.item.crafting.Ingredient@674846f6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsCobblestone@0 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsCobblestone@0:[net.minecraft.item.crafting.Ingredient@324b4b42]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeFluidsCobblestone@0 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeFluidsCobblestone@0:[net.minecraft.item.crafting.Ingredient@319cb832, net.minecraft.item.crafting.Ingredient@74439f87]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsCobblestone@1 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsCobblestone@1:[net.minecraft.item.crafting.Ingredient@39447048]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeFluidsCobblestone@1 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeFluidsCobblestone@1:[net.minecraft.item.crafting.Ingredient@51a17f3, net.minecraft.item.crafting.Ingredient@4f321e3d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsCobblestone@2 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsCobblestone@2:[net.minecraft.item.crafting.Ingredient@50b567b6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeFluidsCobblestone@2 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeFluidsCobblestone@2:[net.minecraft.item.crafting.Ingredient@5ad972bf, net.minecraft.item.crafting.Ingredient@7818e3ae]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsCobblestone@3 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsCobblestone@3:[net.minecraft.item.crafting.Ingredient@2cbfffda]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeFluidsCobblestone@3 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeFluidsCobblestone@3:[net.minecraft.item.crafting.Ingredient@258adf9, net.minecraft.item.crafting.Ingredient@5c730bad]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsCobblestone@4 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsCobblestone@4:[net.minecraft.item.crafting.Ingredient@234c02ae]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeFluidsCobblestone@4 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeFluidsCobblestone@4:[net.minecraft.item.crafting.Ingredient@20560502, net.minecraft.item.crafting.Ingredient@2445d800]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsCobblestone@5 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsCobblestone@5:[net.minecraft.item.crafting.Ingredient@61c7e968]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeFluidsCobblestone@5 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeFluidsCobblestone@5:[net.minecraft.item.crafting.Ingredient@7ba6ddaa, net.minecraft.item.crafting.Ingredient@63db70cd]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsCobblestone@6 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsCobblestone@6:[net.minecraft.item.crafting.Ingredient@6fb327]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeFluidsCobblestone@6 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeFluidsCobblestone@6:[net.minecraft.item.crafting.Ingredient@750c3975, net.minecraft.item.crafting.Ingredient@2b91452]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsCobblestone@7 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsCobblestone@7:[net.minecraft.item.crafting.Ingredient@79753a5f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeFluidsCobblestone@7 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeFluidsCobblestone@7:[net.minecraft.item.crafting.Ingredient@2777e1e7, net.minecraft.item.crafting.Ingredient@4be4ab91]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsCobblestone@8 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsCobblestone@8:[net.minecraft.item.crafting.Ingredient@45f7a55c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeFluidsCobblestone@8 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeFluidsCobblestone@8:[net.minecraft.item.crafting.Ingredient@33418ccc, net.minecraft.item.crafting.Ingredient@36ec6583]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsCobblestone@9 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsCobblestone@9:[net.minecraft.item.crafting.Ingredient@2b5dffae]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeFluidsCobblestone@9 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeFluidsCobblestone@9:[net.minecraft.item.crafting.Ingredient@41d09e83, net.minecraft.item.crafting.Ingredient@4042562d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsCobblestone@10 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsCobblestone@10:[net.minecraft.item.crafting.Ingredient@39d1327c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeFluidsCobblestone@10 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeFluidsCobblestone@10:[net.minecraft.item.crafting.Ingredient@2e1145d6, net.minecraft.item.crafting.Ingredient@19083f51]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsCobblestone@11 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsCobblestone@11:[net.minecraft.item.crafting.Ingredient@51883c2d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeFluidsCobblestone@11 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeFluidsCobblestone@11:[net.minecraft.item.crafting.Ingredient@2db9b76b, net.minecraft.item.crafting.Ingredient@5159724e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsCobblestone@12 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsCobblestone@12:[net.minecraft.item.crafting.Ingredient@2bb83b03]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeFluidsCobblestone@12 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeFluidsCobblestone@12:[net.minecraft.item.crafting.Ingredient@510b13c7, net.minecraft.item.crafting.Ingredient@1240244f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsCobblestone@13 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsCobblestone@13:[net.minecraft.item.crafting.Ingredient@65126c9d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeFluidsCobblestone@13 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeFluidsCobblestone@13:[net.minecraft.item.crafting.Ingredient@7f7fed51, net.minecraft.item.crafting.Ingredient@5437ccd4]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsCobblestone@14 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsCobblestone@14:[net.minecraft.item.crafting.Ingredient@38559e88]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeFluidsCobblestone@14 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeFluidsCobblestone@14:[net.minecraft.item.crafting.Ingredient@527bc316, net.minecraft.item.crafting.Ingredient@4975207e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsCobblestone@15 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsCobblestone@15:[net.minecraft.item.crafting.Ingredient@62f21941]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeFluidsCobblestone@15 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeFluidsCobblestone@15:[net.minecraft.item.crafting.Ingredient@e0bae07, net.minecraft.item.crafting.Ingredient@5124a9a6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsCobblestone@16 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsCobblestone@16:[net.minecraft.item.crafting.Ingredient@25defd00]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeFluidsCobblestone@16 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeFluidsCobblestone@16:[net.minecraft.item.crafting.Ingredient@2ebfadb, net.minecraft.item.crafting.Ingredient@5584d85e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsStone@0 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsStone@0:[net.minecraft.item.crafting.Ingredient@41711a91]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeFluidsStone@0 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeFluidsStone@0:[net.minecraft.item.crafting.Ingredient@6f2470a2, net.minecraft.item.crafting.Ingredient@680b44c4]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsStone@1 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsStone@1:[net.minecraft.item.crafting.Ingredient@3588ac91]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeFluidsStone@1 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeFluidsStone@1:[net.minecraft.item.crafting.Ingredient@4bfa2d6e, net.minecraft.item.crafting.Ingredient@51f17b89]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsStone@2 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsStone@2:[net.minecraft.item.crafting.Ingredient@7305fcb6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeFluidsStone@2 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeFluidsStone@2:[net.minecraft.item.crafting.Ingredient@33f92d6e, net.minecraft.item.crafting.Ingredient@7f10a7aa]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsStone@3 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsStone@3:[net.minecraft.item.crafting.Ingredient@3b4def34]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeFluidsStone@3 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeFluidsStone@3:[net.minecraft.item.crafting.Ingredient@3b72f507, net.minecraft.item.crafting.Ingredient@78b87f4f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsStone@4 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsStone@4:[net.minecraft.item.crafting.Ingredient@442ec781]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeFluidsStone@4 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeFluidsStone@4:[net.minecraft.item.crafting.Ingredient@5321909d, net.minecraft.item.crafting.Ingredient@3f4c18c9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsStone@5 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsStone@5:[net.minecraft.item.crafting.Ingredient@23dc75a5]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeFluidsStone@5 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeFluidsStone@5:[net.minecraft.item.crafting.Ingredient@23736936, net.minecraft.item.crafting.Ingredient@4867a084]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsStone@6 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsStone@6:[net.minecraft.item.crafting.Ingredient@4158a725]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeFluidsStone@6 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeFluidsStone@6:[net.minecraft.item.crafting.Ingredient@cccb0de, net.minecraft.item.crafting.Ingredient@300dd932]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsStone@7 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsStone@7:[net.minecraft.item.crafting.Ingredient@1f7edea1]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeFluidsStone@7 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeFluidsStone@7:[net.minecraft.item.crafting.Ingredient@28474470, net.minecraft.item.crafting.Ingredient@5dd6dc18]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsStone@8 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsStone@8:[net.minecraft.item.crafting.Ingredient@2c4f28c4]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeFluidsStone@8 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeFluidsStone@8:[net.minecraft.item.crafting.Ingredient@5564a03a, net.minecraft.item.crafting.Ingredient@45967a71]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsStone@9 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsStone@9:[net.minecraft.item.crafting.Ingredient@626e62aa]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeFluidsStone@9 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeFluidsStone@9:[net.minecraft.item.crafting.Ingredient@64c8ce61, net.minecraft.item.crafting.Ingredient@27d99bfc]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsStone@10 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsStone@10:[net.minecraft.item.crafting.Ingredient@7f5ce5f7]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeFluidsStone@10 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeFluidsStone@10:[net.minecraft.item.crafting.Ingredient@3628e184, net.minecraft.item.crafting.Ingredient@1e874ef0]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsStone@11 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsStone@11:[net.minecraft.item.crafting.Ingredient@77e5c4b3]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeFluidsStone@11 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeFluidsStone@11:[net.minecraft.item.crafting.Ingredient@226411e2, net.minecraft.item.crafting.Ingredient@47f1c617]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsStone@12 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsStone@12:[net.minecraft.item.crafting.Ingredient@19a766be]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeFluidsStone@12 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeFluidsStone@12:[net.minecraft.item.crafting.Ingredient@52462379, net.minecraft.item.crafting.Ingredient@ee2b345]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsStone@13 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsStone@13:[net.minecraft.item.crafting.Ingredient@4308c195]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeFluidsStone@13 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeFluidsStone@13:[net.minecraft.item.crafting.Ingredient@3b5588ae, net.minecraft.item.crafting.Ingredient@20bc65b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsStone@14 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsStone@14:[net.minecraft.item.crafting.Ingredient@1454a92e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeFluidsStone@14 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeFluidsStone@14:[net.minecraft.item.crafting.Ingredient@5fb674cd, net.minecraft.item.crafting.Ingredient@db1a146]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsStone@15 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsStone@15:[net.minecraft.item.crafting.Ingredient@25c86ca5]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeFluidsStone@15 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeFluidsStone@15:[net.minecraft.item.crafting.Ingredient@490f472c, net.minecraft.item.crafting.Ingredient@1e65bf46]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsStone@16 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsStone@16:[net.minecraft.item.crafting.Ingredient@12d6c4bf]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeFluidsStone@16 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeFluidsStone@16:[net.minecraft.item.crafting.Ingredient@12ffc31d, net.minecraft.item.crafting.Ingredient@18f04934]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsQuartz@0 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsQuartz@0:[net.minecraft.item.crafting.Ingredient@3745974]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeFluidsQuartz@0 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeFluidsQuartz@0:[net.minecraft.item.crafting.Ingredient@75dcc80e, net.minecraft.item.crafting.Ingredient@75d691d1]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsQuartz@1 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsQuartz@1:[net.minecraft.item.crafting.Ingredient@470d60a6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeFluidsQuartz@1 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeFluidsQuartz@1:[net.minecraft.item.crafting.Ingredient@151b07a9, net.minecraft.item.crafting.Ingredient@78efb05]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsQuartz@2 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsQuartz@2:[net.minecraft.item.crafting.Ingredient@6d098742]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeFluidsQuartz@2 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeFluidsQuartz@2:[net.minecraft.item.crafting.Ingredient@504462df, net.minecraft.item.crafting.Ingredient@2e886966]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsQuartz@3 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsQuartz@3:[net.minecraft.item.crafting.Ingredient@38d7785f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeFluidsQuartz@3 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeFluidsQuartz@3:[net.minecraft.item.crafting.Ingredient@26582441, net.minecraft.item.crafting.Ingredient@7f582130]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsQuartz@4 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsQuartz@4:[net.minecraft.item.crafting.Ingredient@27e5d2a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeFluidsQuartz@4 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeFluidsQuartz@4:[net.minecraft.item.crafting.Ingredient@5b8ce725, net.minecraft.item.crafting.Ingredient@5213f1db]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsQuartz@5 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsQuartz@5:[net.minecraft.item.crafting.Ingredient@5fb205b3]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeFluidsQuartz@5 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeFluidsQuartz@5:[net.minecraft.item.crafting.Ingredient@2e6bcc3a, net.minecraft.item.crafting.Ingredient@2f13b1d8]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsQuartz@6 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsQuartz@6:[net.minecraft.item.crafting.Ingredient@586538bf]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeFluidsQuartz@6 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeFluidsQuartz@6:[net.minecraft.item.crafting.Ingredient@1ab0dc2f, net.minecraft.item.crafting.Ingredient@67be3a7b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsQuartz@7 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsQuartz@7:[net.minecraft.item.crafting.Ingredient@478d6a26]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeFluidsQuartz@7 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeFluidsQuartz@7:[net.minecraft.item.crafting.Ingredient@4d3b03ad, net.minecraft.item.crafting.Ingredient@218f8c27]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsQuartz@8 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsQuartz@8:[net.minecraft.item.crafting.Ingredient@52da02ee]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeFluidsQuartz@8 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeFluidsQuartz@8:[net.minecraft.item.crafting.Ingredient@1a5a070d, net.minecraft.item.crafting.Ingredient@6fa34662]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsQuartz@9 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsQuartz@9:[net.minecraft.item.crafting.Ingredient@60237619]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeFluidsQuartz@9 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeFluidsQuartz@9:[net.minecraft.item.crafting.Ingredient@5feea41a, net.minecraft.item.crafting.Ingredient@5528c759]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsQuartz@10 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsQuartz@10:[net.minecraft.item.crafting.Ingredient@5f81da73]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeFluidsQuartz@10 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeFluidsQuartz@10:[net.minecraft.item.crafting.Ingredient@66646807, net.minecraft.item.crafting.Ingredient@4f8f8eb8]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsQuartz@11 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsQuartz@11:[net.minecraft.item.crafting.Ingredient@40e82d47]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeFluidsQuartz@11 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeFluidsQuartz@11:[net.minecraft.item.crafting.Ingredient@3640e54a, net.minecraft.item.crafting.Ingredient@4c0d93ad]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsQuartz@12 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsQuartz@12:[net.minecraft.item.crafting.Ingredient@240bcfb]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeFluidsQuartz@12 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeFluidsQuartz@12:[net.minecraft.item.crafting.Ingredient@13ab1e69, net.minecraft.item.crafting.Ingredient@2e73048f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsQuartz@13 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsQuartz@13:[net.minecraft.item.crafting.Ingredient@41bac5ab]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeFluidsQuartz@13 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeFluidsQuartz@13:[net.minecraft.item.crafting.Ingredient@3c48f915, net.minecraft.item.crafting.Ingredient@b3a1960]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsQuartz@14 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsQuartz@14:[net.minecraft.item.crafting.Ingredient@584a6ece]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeFluidsQuartz@14 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeFluidsQuartz@14:[net.minecraft.item.crafting.Ingredient@781b588c, net.minecraft.item.crafting.Ingredient@34fc6634]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsQuartz@15 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsQuartz@15:[net.minecraft.item.crafting.Ingredient@11f07cad]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeFluidsQuartz@15 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeFluidsQuartz@15:[net.minecraft.item.crafting.Ingredient@649794b4, net.minecraft.item.crafting.Ingredient@12acad7]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsQuartz@16 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsQuartz@16:[net.minecraft.item.crafting.Ingredient@4c36bcb8]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeFluidsQuartz@16 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeFluidsQuartz@16:[net.minecraft.item.crafting.Ingredient@43f7af80, net.minecraft.item.crafting.Ingredient@3efdc326]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsIron@0 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsIron@0:[net.minecraft.item.crafting.Ingredient@3667f13a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeFluidsIron@0 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeFluidsIron@0:[net.minecraft.item.crafting.Ingredient@18a6dd0e, net.minecraft.item.crafting.Ingredient@6454d3b4]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsIron@1 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsIron@1:[net.minecraft.item.crafting.Ingredient@33618a51]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeFluidsIron@1 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeFluidsIron@1:[net.minecraft.item.crafting.Ingredient@5f0ac6e9, net.minecraft.item.crafting.Ingredient@2acd5705]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsIron@2 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsIron@2:[net.minecraft.item.crafting.Ingredient@32a83b6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeFluidsIron@2 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeFluidsIron@2:[net.minecraft.item.crafting.Ingredient@4a2b3b8d, net.minecraft.item.crafting.Ingredient@54ec60dc]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsIron@3 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsIron@3:[net.minecraft.item.crafting.Ingredient@786ce591]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeFluidsIron@3 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeFluidsIron@3:[net.minecraft.item.crafting.Ingredient@5cd5397f, net.minecraft.item.crafting.Ingredient@3c4f066f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsIron@4 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsIron@4:[net.minecraft.item.crafting.Ingredient@a438c64]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeFluidsIron@4 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeFluidsIron@4:[net.minecraft.item.crafting.Ingredient@3b104f76, net.minecraft.item.crafting.Ingredient@19c2d4e2]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsIron@5 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsIron@5:[net.minecraft.item.crafting.Ingredient@3275a4bc]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeFluidsIron@5 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeFluidsIron@5:[net.minecraft.item.crafting.Ingredient@44d8629, net.minecraft.item.crafting.Ingredient@29ccf169]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsIron@6 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsIron@6:[net.minecraft.item.crafting.Ingredient@4a50cfd]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeFluidsIron@6 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeFluidsIron@6:[net.minecraft.item.crafting.Ingredient@22b84dc8, net.minecraft.item.crafting.Ingredient@b17ef97]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsIron@7 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsIron@7:[net.minecraft.item.crafting.Ingredient@465d4753]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeFluidsIron@7 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeFluidsIron@7:[net.minecraft.item.crafting.Ingredient@1234bc50, net.minecraft.item.crafting.Ingredient@7b632842]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsIron@8 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsIron@8:[net.minecraft.item.crafting.Ingredient@2d9b3076]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeFluidsIron@8 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeFluidsIron@8:[net.minecraft.item.crafting.Ingredient@78b9c59c, net.minecraft.item.crafting.Ingredient@6b7f80b6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsIron@9 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsIron@9:[net.minecraft.item.crafting.Ingredient@535896e3]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeFluidsIron@9 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeFluidsIron@9:[net.minecraft.item.crafting.Ingredient@72967a18, net.minecraft.item.crafting.Ingredient@75aba308]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsIron@10 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsIron@10:[net.minecraft.item.crafting.Ingredient@5ef56e1f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeFluidsIron@10 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeFluidsIron@10:[net.minecraft.item.crafting.Ingredient@3769da66, net.minecraft.item.crafting.Ingredient@4ba0b507]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsIron@11 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsIron@11:[net.minecraft.item.crafting.Ingredient@356280c2]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeFluidsIron@11 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeFluidsIron@11:[net.minecraft.item.crafting.Ingredient@2675afc, net.minecraft.item.crafting.Ingredient@39f30a25]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsIron@12 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsIron@12:[net.minecraft.item.crafting.Ingredient@5ae22a7b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeFluidsIron@12 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeFluidsIron@12:[net.minecraft.item.crafting.Ingredient@43e9b73b, net.minecraft.item.crafting.Ingredient@6c3a72be]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsIron@13 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsIron@13:[net.minecraft.item.crafting.Ingredient@14c2aa0a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeFluidsIron@13 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeFluidsIron@13:[net.minecraft.item.crafting.Ingredient@250cb9a9, net.minecraft.item.crafting.Ingredient@30fb414]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsIron@14 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsIron@14:[net.minecraft.item.crafting.Ingredient@7c4059b7]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeFluidsIron@14 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeFluidsIron@14:[net.minecraft.item.crafting.Ingredient@4290daff, net.minecraft.item.crafting.Ingredient@260cdecc]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsIron@15 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsIron@15:[net.minecraft.item.crafting.Ingredient@6f3a117d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeFluidsIron@15 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeFluidsIron@15:[net.minecraft.item.crafting.Ingredient@6b033852, net.minecraft.item.crafting.Ingredient@4eeb8617]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsIron@16 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsIron@16:[net.minecraft.item.crafting.Ingredient@1176eb74]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeFluidsIron@16 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeFluidsIron@16:[net.minecraft.item.crafting.Ingredient@710c69f1, net.minecraft.item.crafting.Ingredient@2e0c8f29]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsGold@0 new recipe: RecipeStage{tier='four', recipe=1xitem.PipeItemsGold@0:[net.minecraft.item.crafting.Ingredient@4708bde7]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeFluidsGold@0 new recipe: RecipeStage{tier='four', recipe=1xitem.PipeFluidsGold@0:[net.minecraft.item.crafting.Ingredient@1f66af53, net.minecraft.item.crafting.Ingredient@2830093c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsGold@1 new recipe: RecipeStage{tier='four', recipe=1xitem.PipeItemsGold@1:[net.minecraft.item.crafting.Ingredient@3729adb3]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeFluidsGold@1 new recipe: RecipeStage{tier='four', recipe=1xitem.PipeFluidsGold@1:[net.minecraft.item.crafting.Ingredient@354e0354, net.minecraft.item.crafting.Ingredient@34689c0b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsGold@2 new recipe: RecipeStage{tier='four', recipe=1xitem.PipeItemsGold@2:[net.minecraft.item.crafting.Ingredient@2f29ece8]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeFluidsGold@2 new recipe: RecipeStage{tier='four', recipe=1xitem.PipeFluidsGold@2:[net.minecraft.item.crafting.Ingredient@1ac04f62, net.minecraft.item.crafting.Ingredient@6337a9c1]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsGold@3 new recipe: RecipeStage{tier='four', recipe=1xitem.PipeItemsGold@3:[net.minecraft.item.crafting.Ingredient@29fc46b4]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeFluidsGold@3 new recipe: RecipeStage{tier='four', recipe=1xitem.PipeFluidsGold@3:[net.minecraft.item.crafting.Ingredient@6f7869ed, net.minecraft.item.crafting.Ingredient@26979dbe]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsGold@4 new recipe: RecipeStage{tier='four', recipe=1xitem.PipeItemsGold@4:[net.minecraft.item.crafting.Ingredient@213b5e2d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeFluidsGold@4 new recipe: RecipeStage{tier='four', recipe=1xitem.PipeFluidsGold@4:[net.minecraft.item.crafting.Ingredient@17406a81, net.minecraft.item.crafting.Ingredient@57241a11]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsGold@5 new recipe: RecipeStage{tier='four', recipe=1xitem.PipeItemsGold@5:[net.minecraft.item.crafting.Ingredient@22dce2d6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeFluidsGold@5 new recipe: RecipeStage{tier='four', recipe=1xitem.PipeFluidsGold@5:[net.minecraft.item.crafting.Ingredient@415fe026, net.minecraft.item.crafting.Ingredient@422e066f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsGold@6 new recipe: RecipeStage{tier='four', recipe=1xitem.PipeItemsGold@6:[net.minecraft.item.crafting.Ingredient@552c39c4]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeFluidsGold@6 new recipe: RecipeStage{tier='four', recipe=1xitem.PipeFluidsGold@6:[net.minecraft.item.crafting.Ingredient@59e3d3ef, net.minecraft.item.crafting.Ingredient@52fcaa8b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsGold@7 new recipe: RecipeStage{tier='four', recipe=1xitem.PipeItemsGold@7:[net.minecraft.item.crafting.Ingredient@6884f25e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeFluidsGold@7 new recipe: RecipeStage{tier='four', recipe=1xitem.PipeFluidsGold@7:[net.minecraft.item.crafting.Ingredient@18206794, net.minecraft.item.crafting.Ingredient@2ce6858a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsGold@8 new recipe: RecipeStage{tier='four', recipe=1xitem.PipeItemsGold@8:[net.minecraft.item.crafting.Ingredient@35969f4f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeFluidsGold@8 new recipe: RecipeStage{tier='four', recipe=1xitem.PipeFluidsGold@8:[net.minecraft.item.crafting.Ingredient@36435823, net.minecraft.item.crafting.Ingredient@29c18765]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsGold@9 new recipe: RecipeStage{tier='four', recipe=1xitem.PipeItemsGold@9:[net.minecraft.item.crafting.Ingredient@c0caa6c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeFluidsGold@9 new recipe: RecipeStage{tier='four', recipe=1xitem.PipeFluidsGold@9:[net.minecraft.item.crafting.Ingredient@5fd3850, net.minecraft.item.crafting.Ingredient@4d566aab]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsGold@10 new recipe: RecipeStage{tier='four', recipe=1xitem.PipeItemsGold@10:[net.minecraft.item.crafting.Ingredient@173d85bc]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeFluidsGold@10 new recipe: RecipeStage{tier='four', recipe=1xitem.PipeFluidsGold@10:[net.minecraft.item.crafting.Ingredient@5132e57, net.minecraft.item.crafting.Ingredient@26e5b59c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsGold@11 new recipe: RecipeStage{tier='four', recipe=1xitem.PipeItemsGold@11:[net.minecraft.item.crafting.Ingredient@566eac13]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeFluidsGold@11 new recipe: RecipeStage{tier='four', recipe=1xitem.PipeFluidsGold@11:[net.minecraft.item.crafting.Ingredient@41515484, net.minecraft.item.crafting.Ingredient@6ad0fa2b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsGold@12 new recipe: RecipeStage{tier='four', recipe=1xitem.PipeItemsGold@12:[net.minecraft.item.crafting.Ingredient@1936f6df]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeFluidsGold@12 new recipe: RecipeStage{tier='four', recipe=1xitem.PipeFluidsGold@12:[net.minecraft.item.crafting.Ingredient@3fe4ddd1, net.minecraft.item.crafting.Ingredient@18d43016]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsGold@13 new recipe: RecipeStage{tier='four', recipe=1xitem.PipeItemsGold@13:[net.minecraft.item.crafting.Ingredient@27433f37]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeFluidsGold@13 new recipe: RecipeStage{tier='four', recipe=1xitem.PipeFluidsGold@13:[net.minecraft.item.crafting.Ingredient@73da717, net.minecraft.item.crafting.Ingredient@644a7678]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsGold@14 new recipe: RecipeStage{tier='four', recipe=1xitem.PipeItemsGold@14:[net.minecraft.item.crafting.Ingredient@678182ff]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeFluidsGold@14 new recipe: RecipeStage{tier='four', recipe=1xitem.PipeFluidsGold@14:[net.minecraft.item.crafting.Ingredient@3a20da74, net.minecraft.item.crafting.Ingredient@12fce63e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsGold@15 new recipe: RecipeStage{tier='four', recipe=1xitem.PipeItemsGold@15:[net.minecraft.item.crafting.Ingredient@36e56f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeFluidsGold@15 new recipe: RecipeStage{tier='four', recipe=1xitem.PipeFluidsGold@15:[net.minecraft.item.crafting.Ingredient@4941b0d0, net.minecraft.item.crafting.Ingredient@38765724]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsGold@16 new recipe: RecipeStage{tier='four', recipe=1xitem.PipeItemsGold@16:[net.minecraft.item.crafting.Ingredient@78318f10]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeFluidsGold@16 new recipe: RecipeStage{tier='four', recipe=1xitem.PipeFluidsGold@16:[net.minecraft.item.crafting.Ingredient@3677d823, net.minecraft.item.crafting.Ingredient@5f441425]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsClay@0 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsClay@0:[net.minecraft.item.crafting.Ingredient@45b069c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeFluidsClay@0 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeFluidsClay@0:[net.minecraft.item.crafting.Ingredient@737fb861, net.minecraft.item.crafting.Ingredient@1229d805]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsClay@1 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsClay@1:[net.minecraft.item.crafting.Ingredient@69df78cd]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeFluidsClay@1 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeFluidsClay@1:[net.minecraft.item.crafting.Ingredient@3bd87c2f, net.minecraft.item.crafting.Ingredient@27c77bfd]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsClay@2 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsClay@2:[net.minecraft.item.crafting.Ingredient@39648517]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeFluidsClay@2 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeFluidsClay@2:[net.minecraft.item.crafting.Ingredient@5d213c5a, net.minecraft.item.crafting.Ingredient@b0dfb90]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsClay@3 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsClay@3:[net.minecraft.item.crafting.Ingredient@7aed6b3f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeFluidsClay@3 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeFluidsClay@3:[net.minecraft.item.crafting.Ingredient@4acfe4f0, net.minecraft.item.crafting.Ingredient@383fbc21]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsClay@4 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsClay@4:[net.minecraft.item.crafting.Ingredient@55425686]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeFluidsClay@4 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeFluidsClay@4:[net.minecraft.item.crafting.Ingredient@2504b63c, net.minecraft.item.crafting.Ingredient@588790ca]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsClay@5 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsClay@5:[net.minecraft.item.crafting.Ingredient@1b21266]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeFluidsClay@5 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeFluidsClay@5:[net.minecraft.item.crafting.Ingredient@65623010, net.minecraft.item.crafting.Ingredient@4aa2985d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsClay@6 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsClay@6:[net.minecraft.item.crafting.Ingredient@6522a634]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeFluidsClay@6 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeFluidsClay@6:[net.minecraft.item.crafting.Ingredient@4f0afa3b, net.minecraft.item.crafting.Ingredient@c5096d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsClay@7 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsClay@7:[net.minecraft.item.crafting.Ingredient@46e51f1b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeFluidsClay@7 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeFluidsClay@7:[net.minecraft.item.crafting.Ingredient@76000a16, net.minecraft.item.crafting.Ingredient@360474a5]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsClay@8 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsClay@8:[net.minecraft.item.crafting.Ingredient@31ce6d77]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeFluidsClay@8 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeFluidsClay@8:[net.minecraft.item.crafting.Ingredient@525c74e6, net.minecraft.item.crafting.Ingredient@378bac74]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsClay@9 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsClay@9:[net.minecraft.item.crafting.Ingredient@7688a2f9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeFluidsClay@9 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeFluidsClay@9:[net.minecraft.item.crafting.Ingredient@2d40ef0a, net.minecraft.item.crafting.Ingredient@3eeea567]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsClay@10 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsClay@10:[net.minecraft.item.crafting.Ingredient@5acb4b48]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeFluidsClay@10 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeFluidsClay@10:[net.minecraft.item.crafting.Ingredient@3b578155, net.minecraft.item.crafting.Ingredient@24b3f219]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsClay@11 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsClay@11:[net.minecraft.item.crafting.Ingredient@1a78eb0b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeFluidsClay@11 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeFluidsClay@11:[net.minecraft.item.crafting.Ingredient@26ba96af, net.minecraft.item.crafting.Ingredient@11c94aa8]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsClay@12 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsClay@12:[net.minecraft.item.crafting.Ingredient@457e5dcb]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeFluidsClay@12 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeFluidsClay@12:[net.minecraft.item.crafting.Ingredient@6cc43477, net.minecraft.item.crafting.Ingredient@6434745]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsClay@13 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsClay@13:[net.minecraft.item.crafting.Ingredient@1b6cfad6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeFluidsClay@13 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeFluidsClay@13:[net.minecraft.item.crafting.Ingredient@4a231eb2, net.minecraft.item.crafting.Ingredient@5d422b6f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsClay@14 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsClay@14:[net.minecraft.item.crafting.Ingredient@47b61239]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeFluidsClay@14 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeFluidsClay@14:[net.minecraft.item.crafting.Ingredient@59e71a79, net.minecraft.item.crafting.Ingredient@5ee69f16]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsClay@15 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsClay@15:[net.minecraft.item.crafting.Ingredient@2e148326]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeFluidsClay@15 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeFluidsClay@15:[net.minecraft.item.crafting.Ingredient@25b5589e, net.minecraft.item.crafting.Ingredient@3fd00230]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsClay@16 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsClay@16:[net.minecraft.item.crafting.Ingredient@7150f6a2]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeFluidsClay@16 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeFluidsClay@16:[net.minecraft.item.crafting.Ingredient@41d06dc9, net.minecraft.item.crafting.Ingredient@49553bff]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsSandstone@0 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsSandstone@0:[net.minecraft.item.crafting.Ingredient@306ad416]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeFluidsSandstone@0 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeFluidsSandstone@0:[net.minecraft.item.crafting.Ingredient@12fc1e89, net.minecraft.item.crafting.Ingredient@1cb8efee]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsSandstone@1 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsSandstone@1:[net.minecraft.item.crafting.Ingredient@3a0de54f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeFluidsSandstone@1 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeFluidsSandstone@1:[net.minecraft.item.crafting.Ingredient@13ebedae, net.minecraft.item.crafting.Ingredient@4b3771d2]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsSandstone@2 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsSandstone@2:[net.minecraft.item.crafting.Ingredient@6ba1e44b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeFluidsSandstone@2 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeFluidsSandstone@2:[net.minecraft.item.crafting.Ingredient@5722bec2, net.minecraft.item.crafting.Ingredient@674410a2]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsSandstone@3 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsSandstone@3:[net.minecraft.item.crafting.Ingredient@7b20ca57]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeFluidsSandstone@3 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeFluidsSandstone@3:[net.minecraft.item.crafting.Ingredient@7e3069db, net.minecraft.item.crafting.Ingredient@6494837b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsSandstone@4 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsSandstone@4:[net.minecraft.item.crafting.Ingredient@155b07e7]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeFluidsSandstone@4 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeFluidsSandstone@4:[net.minecraft.item.crafting.Ingredient@2817031d, net.minecraft.item.crafting.Ingredient@6d379c2c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsSandstone@5 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsSandstone@5:[net.minecraft.item.crafting.Ingredient@eb92d9d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeFluidsSandstone@5 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeFluidsSandstone@5:[net.minecraft.item.crafting.Ingredient@4f21f1a8, net.minecraft.item.crafting.Ingredient@19bbfe44]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsSandstone@6 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsSandstone@6:[net.minecraft.item.crafting.Ingredient@76e23d6a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeFluidsSandstone@6 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeFluidsSandstone@6:[net.minecraft.item.crafting.Ingredient@7001afe4, net.minecraft.item.crafting.Ingredient@6150547a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsSandstone@7 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsSandstone@7:[net.minecraft.item.crafting.Ingredient@41029169]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeFluidsSandstone@7 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeFluidsSandstone@7:[net.minecraft.item.crafting.Ingredient@5f11185c, net.minecraft.item.crafting.Ingredient@283a4b6d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsSandstone@8 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsSandstone@8:[net.minecraft.item.crafting.Ingredient@4a11a93c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeFluidsSandstone@8 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeFluidsSandstone@8:[net.minecraft.item.crafting.Ingredient@670eda36, net.minecraft.item.crafting.Ingredient@2a5318d3]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsSandstone@9 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsSandstone@9:[net.minecraft.item.crafting.Ingredient@5c3681d4]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeFluidsSandstone@9 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeFluidsSandstone@9:[net.minecraft.item.crafting.Ingredient@7fdf23e2, net.minecraft.item.crafting.Ingredient@72f96b99]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsSandstone@10 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsSandstone@10:[net.minecraft.item.crafting.Ingredient@1625a037]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeFluidsSandstone@10 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeFluidsSandstone@10:[net.minecraft.item.crafting.Ingredient@297f4514, net.minecraft.item.crafting.Ingredient@7866ecec]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsSandstone@11 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsSandstone@11:[net.minecraft.item.crafting.Ingredient@49197cc3]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeFluidsSandstone@11 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeFluidsSandstone@11:[net.minecraft.item.crafting.Ingredient@55d35922, net.minecraft.item.crafting.Ingredient@58d973f0]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsSandstone@12 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsSandstone@12:[net.minecraft.item.crafting.Ingredient@2ef59246]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeFluidsSandstone@12 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeFluidsSandstone@12:[net.minecraft.item.crafting.Ingredient@72756dd4, net.minecraft.item.crafting.Ingredient@f365e45]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsSandstone@13 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsSandstone@13:[net.minecraft.item.crafting.Ingredient@6a33d052]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeFluidsSandstone@13 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeFluidsSandstone@13:[net.minecraft.item.crafting.Ingredient@e08bf50, net.minecraft.item.crafting.Ingredient@1f180d74]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsSandstone@14 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsSandstone@14:[net.minecraft.item.crafting.Ingredient@50cfa880]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeFluidsSandstone@14 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeFluidsSandstone@14:[net.minecraft.item.crafting.Ingredient@44daa251, net.minecraft.item.crafting.Ingredient@407f4c88]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsSandstone@15 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsSandstone@15:[net.minecraft.item.crafting.Ingredient@45f8bc3d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeFluidsSandstone@15 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeFluidsSandstone@15:[net.minecraft.item.crafting.Ingredient@6e805be9, net.minecraft.item.crafting.Ingredient@48c2bd99]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsSandstone@16 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsSandstone@16:[net.minecraft.item.crafting.Ingredient@1613e884]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeFluidsSandstone@16 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeFluidsSandstone@16:[net.minecraft.item.crafting.Ingredient@27d3f214, net.minecraft.item.crafting.Ingredient@3050cbaf]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeFluidsVoid@0 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeFluidsVoid@0:[net.minecraft.item.crafting.Ingredient@48242e67, net.minecraft.item.crafting.Ingredient@3f6b490]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsVoid@1 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsVoid@1:[net.minecraft.item.crafting.Ingredient@63214605]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeFluidsVoid@1 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeFluidsVoid@1:[net.minecraft.item.crafting.Ingredient@3cfb7ce7, net.minecraft.item.crafting.Ingredient@52eea795]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsVoid@2 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsVoid@2:[net.minecraft.item.crafting.Ingredient@49a3194a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeFluidsVoid@2 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeFluidsVoid@2:[net.minecraft.item.crafting.Ingredient@9ad808c, net.minecraft.item.crafting.Ingredient@423d8d0]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsVoid@3 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsVoid@3:[net.minecraft.item.crafting.Ingredient@39694c89]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeFluidsVoid@3 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeFluidsVoid@3:[net.minecraft.item.crafting.Ingredient@465aa4c4, net.minecraft.item.crafting.Ingredient@4c09b508]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsVoid@4 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsVoid@4:[net.minecraft.item.crafting.Ingredient@4b304360]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeFluidsVoid@4 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeFluidsVoid@4:[net.minecraft.item.crafting.Ingredient@597fedb0, net.minecraft.item.crafting.Ingredient@5b22ac1e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsVoid@5 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsVoid@5:[net.minecraft.item.crafting.Ingredient@37a892c5]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeFluidsVoid@5 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeFluidsVoid@5:[net.minecraft.item.crafting.Ingredient@5f90f79c, net.minecraft.item.crafting.Ingredient@4bbe4130]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsVoid@6 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsVoid@6:[net.minecraft.item.crafting.Ingredient@4ec68b48]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeFluidsVoid@6 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeFluidsVoid@6:[net.minecraft.item.crafting.Ingredient@2fbcdd2c, net.minecraft.item.crafting.Ingredient@988c6ff]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsVoid@7 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsVoid@7:[net.minecraft.item.crafting.Ingredient@7097055a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeFluidsVoid@7 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeFluidsVoid@7:[net.minecraft.item.crafting.Ingredient@76fb6529, net.minecraft.item.crafting.Ingredient@7110ef53]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsVoid@8 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsVoid@8:[net.minecraft.item.crafting.Ingredient@5f16a020]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeFluidsVoid@8 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeFluidsVoid@8:[net.minecraft.item.crafting.Ingredient@47557af, net.minecraft.item.crafting.Ingredient@11ca04b6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsVoid@9 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsVoid@9:[net.minecraft.item.crafting.Ingredient@434005cb]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeFluidsVoid@9 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeFluidsVoid@9:[net.minecraft.item.crafting.Ingredient@2c08bc95, net.minecraft.item.crafting.Ingredient@6af1cfd2]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsVoid@10 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsVoid@10:[net.minecraft.item.crafting.Ingredient@7371f1f0]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeFluidsVoid@10 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeFluidsVoid@10:[net.minecraft.item.crafting.Ingredient@7e9fd4cc, net.minecraft.item.crafting.Ingredient@3005be24]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsVoid@11 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsVoid@11:[net.minecraft.item.crafting.Ingredient@76711dc5]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeFluidsVoid@11 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeFluidsVoid@11:[net.minecraft.item.crafting.Ingredient@6ba1fa00, net.minecraft.item.crafting.Ingredient@1eee52ce]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsVoid@12 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsVoid@12:[net.minecraft.item.crafting.Ingredient@52065a87]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeFluidsVoid@12 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeFluidsVoid@12:[net.minecraft.item.crafting.Ingredient@5a878713, net.minecraft.item.crafting.Ingredient@4548bf53]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsVoid@13 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsVoid@13:[net.minecraft.item.crafting.Ingredient@d98faae]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeFluidsVoid@13 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeFluidsVoid@13:[net.minecraft.item.crafting.Ingredient@6bf3d31d, net.minecraft.item.crafting.Ingredient@1ec47393]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsVoid@14 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsVoid@14:[net.minecraft.item.crafting.Ingredient@35bb6725]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeFluidsVoid@14 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeFluidsVoid@14:[net.minecraft.item.crafting.Ingredient@7d409ac8, net.minecraft.item.crafting.Ingredient@3471b2c0]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsVoid@15 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsVoid@15:[net.minecraft.item.crafting.Ingredient@335c5b42]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeFluidsVoid@15 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeFluidsVoid@15:[net.minecraft.item.crafting.Ingredient@736d5d0f, net.minecraft.item.crafting.Ingredient@4288de1f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsVoid@16 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsVoid@16:[net.minecraft.item.crafting.Ingredient@41377ace]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeFluidsVoid@16 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeFluidsVoid@16:[net.minecraft.item.crafting.Ingredient@5cd787ee, net.minecraft.item.crafting.Ingredient@37b9ba10]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsDiamond@0 new recipe: RecipeStage{tier='five', recipe=1xitem.PipeItemsDiamond@0:[net.minecraft.item.crafting.Ingredient@4b193197]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeFluidsDiamond@0 new recipe: RecipeStage{tier='five', recipe=1xitem.PipeFluidsDiamond@0:[net.minecraft.item.crafting.Ingredient@518271b5, net.minecraft.item.crafting.Ingredient@e463ff9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsWoodenDiamond@0 new recipe: RecipeStage{tier='five', recipe=1xitem.PipeItemsWoodenDiamond@0:[net.minecraft.item.crafting.Ingredient@51b24570]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeFluidsWoodenDiamond@0 new recipe: RecipeStage{tier='five', recipe=1xitem.PipeFluidsWoodenDiamond@0:[net.minecraft.item.crafting.Ingredient@fd53eb, net.minecraft.item.crafting.Ingredient@1ba864d6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsWoodenDiamond@1 new recipe: RecipeStage{tier='five', recipe=1xitem.PipeItemsWoodenDiamond@1:[net.minecraft.item.crafting.Ingredient@4af5fcd8]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsWoodenDiamond@2 new recipe: RecipeStage{tier='five', recipe=1xitem.PipeItemsWoodenDiamond@2:[net.minecraft.item.crafting.Ingredient@18eced73]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsWoodenDiamond@3 new recipe: RecipeStage{tier='five', recipe=1xitem.PipeItemsWoodenDiamond@3:[net.minecraft.item.crafting.Ingredient@3958708a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsWoodenDiamond@4 new recipe: RecipeStage{tier='five', recipe=1xitem.PipeItemsWoodenDiamond@4:[net.minecraft.item.crafting.Ingredient@696c8ad5]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsWoodenDiamond@5 new recipe: RecipeStage{tier='five', recipe=1xitem.PipeItemsWoodenDiamond@5:[net.minecraft.item.crafting.Ingredient@445d5c17]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsWoodenDiamond@6 new recipe: RecipeStage{tier='five', recipe=1xitem.PipeItemsWoodenDiamond@6:[net.minecraft.item.crafting.Ingredient@6e11804b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsWoodenDiamond@7 new recipe: RecipeStage{tier='five', recipe=1xitem.PipeItemsWoodenDiamond@7:[net.minecraft.item.crafting.Ingredient@37edf747]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsWoodenDiamond@8 new recipe: RecipeStage{tier='five', recipe=1xitem.PipeItemsWoodenDiamond@8:[net.minecraft.item.crafting.Ingredient@187dedfd]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsWoodenDiamond@9 new recipe: RecipeStage{tier='five', recipe=1xitem.PipeItemsWoodenDiamond@9:[net.minecraft.item.crafting.Ingredient@6bcc897]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsWoodenDiamond@10 new recipe: RecipeStage{tier='five', recipe=1xitem.PipeItemsWoodenDiamond@10:[net.minecraft.item.crafting.Ingredient@2a70c47f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsWoodenDiamond@11 new recipe: RecipeStage{tier='five', recipe=1xitem.PipeItemsWoodenDiamond@11:[net.minecraft.item.crafting.Ingredient@78a7a2c7]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsWoodenDiamond@12 new recipe: RecipeStage{tier='five', recipe=1xitem.PipeItemsWoodenDiamond@12:[net.minecraft.item.crafting.Ingredient@6187afc3]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsWoodenDiamond@13 new recipe: RecipeStage{tier='five', recipe=1xitem.PipeItemsWoodenDiamond@13:[net.minecraft.item.crafting.Ingredient@229c8afe]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsWoodenDiamond@14 new recipe: RecipeStage{tier='five', recipe=1xitem.PipeItemsWoodenDiamond@14:[net.minecraft.item.crafting.Ingredient@71dda003]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsWoodenDiamond@15 new recipe: RecipeStage{tier='five', recipe=1xitem.PipeItemsWoodenDiamond@15:[net.minecraft.item.crafting.Ingredient@4f5c9ded]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsWoodenDiamond@16 new recipe: RecipeStage{tier='five', recipe=1xitem.PipeItemsWoodenDiamond@16:[net.minecraft.item.crafting.Ingredient@64e417ca]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsWood@0 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsWood@0:[net.minecraft.item.crafting.Ingredient@919c2cd]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipePowerWood@0 new recipe: RecipeStage{tier='four', recipe=1xitem.PipePowerWood@0:[net.minecraft.item.crafting.Ingredient@212d868f, net.minecraftforge.oredict.OreIngredient@85be73f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsWood@1 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsWood@1:[net.minecraft.item.crafting.Ingredient@67c3e129]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipePowerWood@1 new recipe: RecipeStage{tier='four', recipe=1xitem.PipePowerWood@1:[net.minecraft.item.crafting.Ingredient@7d2272d2, net.minecraftforge.oredict.OreIngredient@28fe2ffe]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsWood@2 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsWood@2:[net.minecraft.item.crafting.Ingredient@429c0bc2]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipePowerWood@2 new recipe: RecipeStage{tier='four', recipe=1xitem.PipePowerWood@2:[net.minecraft.item.crafting.Ingredient@751e0e08, net.minecraftforge.oredict.OreIngredient@472bc68b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsWood@3 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsWood@3:[net.minecraft.item.crafting.Ingredient@7b3e3de2]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipePowerWood@3 new recipe: RecipeStage{tier='four', recipe=1xitem.PipePowerWood@3:[net.minecraft.item.crafting.Ingredient@67538c0c, net.minecraftforge.oredict.OreIngredient@5a18c9ee]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsWood@4 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsWood@4:[net.minecraft.item.crafting.Ingredient@6566da3]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipePowerWood@4 new recipe: RecipeStage{tier='four', recipe=1xitem.PipePowerWood@4:[net.minecraft.item.crafting.Ingredient@61d5436d, net.minecraftforge.oredict.OreIngredient@28ac510b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsWood@5 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsWood@5:[net.minecraft.item.crafting.Ingredient@1520f91f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipePowerWood@5 new recipe: RecipeStage{tier='four', recipe=1xitem.PipePowerWood@5:[net.minecraft.item.crafting.Ingredient@144b382b, net.minecraftforge.oredict.OreIngredient@19321420]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsWood@6 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsWood@6:[net.minecraft.item.crafting.Ingredient@7dec5b6a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipePowerWood@6 new recipe: RecipeStage{tier='four', recipe=1xitem.PipePowerWood@6:[net.minecraft.item.crafting.Ingredient@39312fbd, net.minecraftforge.oredict.OreIngredient@7545bead]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsWood@7 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsWood@7:[net.minecraft.item.crafting.Ingredient@75f00eb]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipePowerWood@7 new recipe: RecipeStage{tier='four', recipe=1xitem.PipePowerWood@7:[net.minecraft.item.crafting.Ingredient@6fcbfbf5, net.minecraftforge.oredict.OreIngredient@69c344d4]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsWood@8 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsWood@8:[net.minecraft.item.crafting.Ingredient@3d37f8b2]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipePowerWood@8 new recipe: RecipeStage{tier='four', recipe=1xitem.PipePowerWood@8:[net.minecraft.item.crafting.Ingredient@7e85b820, net.minecraftforge.oredict.OreIngredient@4a1f281e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsWood@9 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsWood@9:[net.minecraft.item.crafting.Ingredient@58295c10]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipePowerWood@9 new recipe: RecipeStage{tier='four', recipe=1xitem.PipePowerWood@9:[net.minecraft.item.crafting.Ingredient@38522d2c, net.minecraftforge.oredict.OreIngredient@d549a32]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsWood@10 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsWood@10:[net.minecraft.item.crafting.Ingredient@6193aceb]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipePowerWood@10 new recipe: RecipeStage{tier='four', recipe=1xitem.PipePowerWood@10:[net.minecraft.item.crafting.Ingredient@612d5090, net.minecraftforge.oredict.OreIngredient@2b39fdf]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsWood@11 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsWood@11:[net.minecraft.item.crafting.Ingredient@38c9a2ef]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipePowerWood@11 new recipe: RecipeStage{tier='four', recipe=1xitem.PipePowerWood@11:[net.minecraft.item.crafting.Ingredient@2db8f063, net.minecraftforge.oredict.OreIngredient@fdd9d6d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsWood@12 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsWood@12:[net.minecraft.item.crafting.Ingredient@1715f537]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipePowerWood@12 new recipe: RecipeStage{tier='four', recipe=1xitem.PipePowerWood@12:[net.minecraft.item.crafting.Ingredient@1e11f87e, net.minecraftforge.oredict.OreIngredient@506c489f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsWood@13 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsWood@13:[net.minecraft.item.crafting.Ingredient@34529c6f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipePowerWood@13 new recipe: RecipeStage{tier='four', recipe=1xitem.PipePowerWood@13:[net.minecraft.item.crafting.Ingredient@170bcc1e, net.minecraftforge.oredict.OreIngredient@3a51dae4]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsWood@14 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsWood@14:[net.minecraft.item.crafting.Ingredient@357a5626]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipePowerWood@14 new recipe: RecipeStage{tier='four', recipe=1xitem.PipePowerWood@14:[net.minecraft.item.crafting.Ingredient@48ea642e, net.minecraftforge.oredict.OreIngredient@5675dcb6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsWood@15 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsWood@15:[net.minecraft.item.crafting.Ingredient@d0057e7]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipePowerWood@15 new recipe: RecipeStage{tier='four', recipe=1xitem.PipePowerWood@15:[net.minecraft.item.crafting.Ingredient@6e38676d, net.minecraftforge.oredict.OreIngredient@14c2c129]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsWood@16 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsWood@16:[net.minecraft.item.crafting.Ingredient@9fbea4b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipePowerWood@16 new recipe: RecipeStage{tier='four', recipe=1xitem.PipePowerWood@16:[net.minecraft.item.crafting.Ingredient@261ca12c, net.minecraftforge.oredict.OreIngredient@2d7c150d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsCobblestone@0 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsCobblestone@0:[net.minecraft.item.crafting.Ingredient@7065ae7a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipePowerCobblestone@0 new recipe: RecipeStage{tier='four', recipe=1xitem.PipePowerCobblestone@0:[net.minecraft.item.crafting.Ingredient@7eaacb9d, net.minecraftforge.oredict.OreIngredient@1d104ec0]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsCobblestone@1 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsCobblestone@1:[net.minecraft.item.crafting.Ingredient@6864965a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipePowerCobblestone@1 new recipe: RecipeStage{tier='four', recipe=1xitem.PipePowerCobblestone@1:[net.minecraft.item.crafting.Ingredient@5fc36e71, net.minecraftforge.oredict.OreIngredient@462a80ea]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsCobblestone@2 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsCobblestone@2:[net.minecraft.item.crafting.Ingredient@186f5a83]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipePowerCobblestone@2 new recipe: RecipeStage{tier='four', recipe=1xitem.PipePowerCobblestone@2:[net.minecraft.item.crafting.Ingredient@4ea4e9a0, net.minecraftforge.oredict.OreIngredient@445f01d7]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsCobblestone@3 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsCobblestone@3:[net.minecraft.item.crafting.Ingredient@22e15093]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipePowerCobblestone@3 new recipe: RecipeStage{tier='four', recipe=1xitem.PipePowerCobblestone@3:[net.minecraft.item.crafting.Ingredient@770cb584, net.minecraftforge.oredict.OreIngredient@661f21f0]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsCobblestone@4 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsCobblestone@4:[net.minecraft.item.crafting.Ingredient@f56a840]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipePowerCobblestone@4 new recipe: RecipeStage{tier='four', recipe=1xitem.PipePowerCobblestone@4:[net.minecraft.item.crafting.Ingredient@2eb3e46, net.minecraftforge.oredict.OreIngredient@58602fb3]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsCobblestone@5 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsCobblestone@5:[net.minecraft.item.crafting.Ingredient@5bf641f1]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipePowerCobblestone@5 new recipe: RecipeStage{tier='four', recipe=1xitem.PipePowerCobblestone@5:[net.minecraft.item.crafting.Ingredient@59f0f7d5, net.minecraftforge.oredict.OreIngredient@4f6ad09c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsCobblestone@6 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsCobblestone@6:[net.minecraft.item.crafting.Ingredient@482c224]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipePowerCobblestone@6 new recipe: RecipeStage{tier='four', recipe=1xitem.PipePowerCobblestone@6:[net.minecraft.item.crafting.Ingredient@436516d0, net.minecraftforge.oredict.OreIngredient@32240f44]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsCobblestone@7 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsCobblestone@7:[net.minecraft.item.crafting.Ingredient@6ce254cf]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipePowerCobblestone@7 new recipe: RecipeStage{tier='four', recipe=1xitem.PipePowerCobblestone@7:[net.minecraft.item.crafting.Ingredient@15967d85, net.minecraftforge.oredict.OreIngredient@1efec4b9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsCobblestone@8 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsCobblestone@8:[net.minecraft.item.crafting.Ingredient@37a92d3c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipePowerCobblestone@8 new recipe: RecipeStage{tier='four', recipe=1xitem.PipePowerCobblestone@8:[net.minecraft.item.crafting.Ingredient@79c6d192, net.minecraftforge.oredict.OreIngredient@3c3bf1a8]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsCobblestone@9 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsCobblestone@9:[net.minecraft.item.crafting.Ingredient@7be9ea5b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipePowerCobblestone@9 new recipe: RecipeStage{tier='four', recipe=1xitem.PipePowerCobblestone@9:[net.minecraft.item.crafting.Ingredient@57b9ff61, net.minecraftforge.oredict.OreIngredient@3a8f2553]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsCobblestone@10 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsCobblestone@10:[net.minecraft.item.crafting.Ingredient@5dc8f718]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipePowerCobblestone@10 new recipe: RecipeStage{tier='four', recipe=1xitem.PipePowerCobblestone@10:[net.minecraft.item.crafting.Ingredient@674596b, net.minecraftforge.oredict.OreIngredient@d24e13d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsCobblestone@11 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsCobblestone@11:[net.minecraft.item.crafting.Ingredient@40c20f99]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipePowerCobblestone@11 new recipe: RecipeStage{tier='four', recipe=1xitem.PipePowerCobblestone@11:[net.minecraft.item.crafting.Ingredient@4ede9154, net.minecraftforge.oredict.OreIngredient@2ccffc3e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsCobblestone@12 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsCobblestone@12:[net.minecraft.item.crafting.Ingredient@551ef877]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipePowerCobblestone@12 new recipe: RecipeStage{tier='four', recipe=1xitem.PipePowerCobblestone@12:[net.minecraft.item.crafting.Ingredient@3c8db86d, net.minecraftforge.oredict.OreIngredient@4cdb515d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsCobblestone@13 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsCobblestone@13:[net.minecraft.item.crafting.Ingredient@5820a8b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipePowerCobblestone@13 new recipe: RecipeStage{tier='four', recipe=1xitem.PipePowerCobblestone@13:[net.minecraft.item.crafting.Ingredient@42da66e1, net.minecraftforge.oredict.OreIngredient@a99a806]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsCobblestone@14 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsCobblestone@14:[net.minecraft.item.crafting.Ingredient@27db3345]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipePowerCobblestone@14 new recipe: RecipeStage{tier='four', recipe=1xitem.PipePowerCobblestone@14:[net.minecraft.item.crafting.Ingredient@7139e37b, net.minecraftforge.oredict.OreIngredient@3fc1068d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsCobblestone@15 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsCobblestone@15:[net.minecraft.item.crafting.Ingredient@4a73f909]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipePowerCobblestone@15 new recipe: RecipeStage{tier='four', recipe=1xitem.PipePowerCobblestone@15:[net.minecraft.item.crafting.Ingredient@432d6c79, net.minecraftforge.oredict.OreIngredient@70b95034]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsCobblestone@16 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsCobblestone@16:[net.minecraft.item.crafting.Ingredient@2efb36f7]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipePowerCobblestone@16 new recipe: RecipeStage{tier='four', recipe=1xitem.PipePowerCobblestone@16:[net.minecraft.item.crafting.Ingredient@3c9f01f2, net.minecraftforge.oredict.OreIngredient@23f3f976]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsStone@0 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsStone@0:[net.minecraft.item.crafting.Ingredient@3cf2867c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipePowerStone@0 new recipe: RecipeStage{tier='four', recipe=1xitem.PipePowerStone@0:[net.minecraft.item.crafting.Ingredient@4422eeaa, net.minecraftforge.oredict.OreIngredient@5104f2e8]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsStone@1 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsStone@1:[net.minecraft.item.crafting.Ingredient@3583eaf6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipePowerStone@1 new recipe: RecipeStage{tier='four', recipe=1xitem.PipePowerStone@1:[net.minecraft.item.crafting.Ingredient@10e238c8, net.minecraftforge.oredict.OreIngredient@3e2f6c9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsStone@2 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsStone@2:[net.minecraft.item.crafting.Ingredient@77efc5fd]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipePowerStone@2 new recipe: RecipeStage{tier='four', recipe=1xitem.PipePowerStone@2:[net.minecraft.item.crafting.Ingredient@628a630e, net.minecraftforge.oredict.OreIngredient@289c93e6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsStone@3 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsStone@3:[net.minecraft.item.crafting.Ingredient@3009fa8]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipePowerStone@3 new recipe: RecipeStage{tier='four', recipe=1xitem.PipePowerStone@3:[net.minecraft.item.crafting.Ingredient@7e6cb8c4, net.minecraftforge.oredict.OreIngredient@746a687f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsStone@4 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsStone@4:[net.minecraft.item.crafting.Ingredient@596f2994]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipePowerStone@4 new recipe: RecipeStage{tier='four', recipe=1xitem.PipePowerStone@4:[net.minecraft.item.crafting.Ingredient@6550a151, net.minecraftforge.oredict.OreIngredient@14156502]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsStone@5 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsStone@5:[net.minecraft.item.crafting.Ingredient@67d2ac2]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipePowerStone@5 new recipe: RecipeStage{tier='four', recipe=1xitem.PipePowerStone@5:[net.minecraft.item.crafting.Ingredient@59c50dda, net.minecraftforge.oredict.OreIngredient@5b3d594a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsStone@6 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsStone@6:[net.minecraft.item.crafting.Ingredient@6829a8ce]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipePowerStone@6 new recipe: RecipeStage{tier='four', recipe=1xitem.PipePowerStone@6:[net.minecraft.item.crafting.Ingredient@28353ea1, net.minecraftforge.oredict.OreIngredient@56ac3799]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsStone@7 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsStone@7:[net.minecraft.item.crafting.Ingredient@740cda59]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipePowerStone@7 new recipe: RecipeStage{tier='four', recipe=1xitem.PipePowerStone@7:[net.minecraft.item.crafting.Ingredient@426ad380, net.minecraftforge.oredict.OreIngredient@59925cd]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsStone@8 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsStone@8:[net.minecraft.item.crafting.Ingredient@b96eeca]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipePowerStone@8 new recipe: RecipeStage{tier='four', recipe=1xitem.PipePowerStone@8:[net.minecraft.item.crafting.Ingredient@530f2395, net.minecraftforge.oredict.OreIngredient@6babf490]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsStone@9 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsStone@9:[net.minecraft.item.crafting.Ingredient@6e6d8c16]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipePowerStone@9 new recipe: RecipeStage{tier='four', recipe=1xitem.PipePowerStone@9:[net.minecraft.item.crafting.Ingredient@706f7abb, net.minecraftforge.oredict.OreIngredient@1ace0018]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsStone@10 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsStone@10:[net.minecraft.item.crafting.Ingredient@7cbf1a87]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipePowerStone@10 new recipe: RecipeStage{tier='four', recipe=1xitem.PipePowerStone@10:[net.minecraft.item.crafting.Ingredient@1d2a0d30, net.minecraftforge.oredict.OreIngredient@c69a684]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsStone@11 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsStone@11:[net.minecraft.item.crafting.Ingredient@f675cf0]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipePowerStone@11 new recipe: RecipeStage{tier='four', recipe=1xitem.PipePowerStone@11:[net.minecraft.item.crafting.Ingredient@3f540ee, net.minecraftforge.oredict.OreIngredient@3cb93da2]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsStone@12 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsStone@12:[net.minecraft.item.crafting.Ingredient@7f60802]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipePowerStone@12 new recipe: RecipeStage{tier='four', recipe=1xitem.PipePowerStone@12:[net.minecraft.item.crafting.Ingredient@5b8cb668, net.minecraftforge.oredict.OreIngredient@31da3fae]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsStone@13 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsStone@13:[net.minecraft.item.crafting.Ingredient@46e721ac]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipePowerStone@13 new recipe: RecipeStage{tier='four', recipe=1xitem.PipePowerStone@13:[net.minecraft.item.crafting.Ingredient@18219703, net.minecraftforge.oredict.OreIngredient@421c9c77]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsStone@14 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsStone@14:[net.minecraft.item.crafting.Ingredient@7227c916]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipePowerStone@14 new recipe: RecipeStage{tier='four', recipe=1xitem.PipePowerStone@14:[net.minecraft.item.crafting.Ingredient@40731648, net.minecraftforge.oredict.OreIngredient@34708e68]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsStone@15 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsStone@15:[net.minecraft.item.crafting.Ingredient@48c7947c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipePowerStone@15 new recipe: RecipeStage{tier='four', recipe=1xitem.PipePowerStone@15:[net.minecraft.item.crafting.Ingredient@206dc5d7, net.minecraftforge.oredict.OreIngredient@442ea095]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsStone@16 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsStone@16:[net.minecraft.item.crafting.Ingredient@50d369bf]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipePowerStone@16 new recipe: RecipeStage{tier='four', recipe=1xitem.PipePowerStone@16:[net.minecraft.item.crafting.Ingredient@2f457c49, net.minecraftforge.oredict.OreIngredient@6a7e7fd1]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsQuartz@0 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsQuartz@0:[net.minecraft.item.crafting.Ingredient@4df17abf]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipePowerQuartz@0 new recipe: RecipeStage{tier='four', recipe=1xitem.PipePowerQuartz@0:[net.minecraft.item.crafting.Ingredient@504b8e60, net.minecraftforge.oredict.OreIngredient@2a772f34]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsQuartz@1 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsQuartz@1:[net.minecraft.item.crafting.Ingredient@329ac0a9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipePowerQuartz@1 new recipe: RecipeStage{tier='four', recipe=1xitem.PipePowerQuartz@1:[net.minecraft.item.crafting.Ingredient@2d33f67a, net.minecraftforge.oredict.OreIngredient@6d84302f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsQuartz@2 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsQuartz@2:[net.minecraft.item.crafting.Ingredient@441c4545]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipePowerQuartz@2 new recipe: RecipeStage{tier='four', recipe=1xitem.PipePowerQuartz@2:[net.minecraft.item.crafting.Ingredient@3ae7b838, net.minecraftforge.oredict.OreIngredient@4a3ddf10]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsQuartz@3 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsQuartz@3:[net.minecraft.item.crafting.Ingredient@6d5ed94b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipePowerQuartz@3 new recipe: RecipeStage{tier='four', recipe=1xitem.PipePowerQuartz@3:[net.minecraft.item.crafting.Ingredient@4e1e1da0, net.minecraftforge.oredict.OreIngredient@4e58b769]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsQuartz@4 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsQuartz@4:[net.minecraft.item.crafting.Ingredient@43eb11e8]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipePowerQuartz@4 new recipe: RecipeStage{tier='four', recipe=1xitem.PipePowerQuartz@4:[net.minecraft.item.crafting.Ingredient@764ee41a, net.minecraftforge.oredict.OreIngredient@1e2a1d50]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsQuartz@5 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsQuartz@5:[net.minecraft.item.crafting.Ingredient@4f800319]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipePowerQuartz@5 new recipe: RecipeStage{tier='four', recipe=1xitem.PipePowerQuartz@5:[net.minecraft.item.crafting.Ingredient@6114c7, net.minecraftforge.oredict.OreIngredient@2cc1d3bc]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsQuartz@6 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsQuartz@6:[net.minecraft.item.crafting.Ingredient@57cb883b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipePowerQuartz@6 new recipe: RecipeStage{tier='four', recipe=1xitem.PipePowerQuartz@6:[net.minecraft.item.crafting.Ingredient@7d7a1d56, net.minecraftforge.oredict.OreIngredient@2a940e2a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsQuartz@7 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsQuartz@7:[net.minecraft.item.crafting.Ingredient@5d243939]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipePowerQuartz@7 new recipe: RecipeStage{tier='four', recipe=1xitem.PipePowerQuartz@7:[net.minecraft.item.crafting.Ingredient@7af6aa11, net.minecraftforge.oredict.OreIngredient@75e4f105]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsQuartz@8 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsQuartz@8:[net.minecraft.item.crafting.Ingredient@312fbf06]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipePowerQuartz@8 new recipe: RecipeStage{tier='four', recipe=1xitem.PipePowerQuartz@8:[net.minecraft.item.crafting.Ingredient@2c788714, net.minecraftforge.oredict.OreIngredient@ab01791]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsQuartz@9 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsQuartz@9:[net.minecraft.item.crafting.Ingredient@9ca5526]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipePowerQuartz@9 new recipe: RecipeStage{tier='four', recipe=1xitem.PipePowerQuartz@9:[net.minecraft.item.crafting.Ingredient@6be4bc0e, net.minecraftforge.oredict.OreIngredient@77a15602]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsQuartz@10 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsQuartz@10:[net.minecraft.item.crafting.Ingredient@5c92f359]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipePowerQuartz@10 new recipe: RecipeStage{tier='four', recipe=1xitem.PipePowerQuartz@10:[net.minecraft.item.crafting.Ingredient@6f346516, net.minecraftforge.oredict.OreIngredient@9be72a3]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsQuartz@11 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsQuartz@11:[net.minecraft.item.crafting.Ingredient@11f678c8]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipePowerQuartz@11 new recipe: RecipeStage{tier='four', recipe=1xitem.PipePowerQuartz@11:[net.minecraft.item.crafting.Ingredient@27f7f948, net.minecraftforge.oredict.OreIngredient@fa5f7a0]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsQuartz@12 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsQuartz@12:[net.minecraft.item.crafting.Ingredient@45e04f2c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipePowerQuartz@12 new recipe: RecipeStage{tier='four', recipe=1xitem.PipePowerQuartz@12:[net.minecraft.item.crafting.Ingredient@7dfd278e, net.minecraftforge.oredict.OreIngredient@6f2da44b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsQuartz@13 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsQuartz@13:[net.minecraft.item.crafting.Ingredient@5bde8f19]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipePowerQuartz@13 new recipe: RecipeStage{tier='four', recipe=1xitem.PipePowerQuartz@13:[net.minecraft.item.crafting.Ingredient@4d06e8ed, net.minecraftforge.oredict.OreIngredient@7db81897]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsQuartz@14 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsQuartz@14:[net.minecraft.item.crafting.Ingredient@4538b859]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipePowerQuartz@14 new recipe: RecipeStage{tier='four', recipe=1xitem.PipePowerQuartz@14:[net.minecraft.item.crafting.Ingredient@2c2aa44, net.minecraftforge.oredict.OreIngredient@5f9dae64]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsQuartz@15 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsQuartz@15:[net.minecraft.item.crafting.Ingredient@7bccd238]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipePowerQuartz@15 new recipe: RecipeStage{tier='four', recipe=1xitem.PipePowerQuartz@15:[net.minecraft.item.crafting.Ingredient@5e17aaec, net.minecraftforge.oredict.OreIngredient@386b644f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsQuartz@16 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsQuartz@16:[net.minecraft.item.crafting.Ingredient@17ee60fd]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipePowerQuartz@16 new recipe: RecipeStage{tier='four', recipe=1xitem.PipePowerQuartz@16:[net.minecraft.item.crafting.Ingredient@1767a3fc, net.minecraftforge.oredict.OreIngredient@6b531514]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsGold@0 new recipe: RecipeStage{tier='four', recipe=1xitem.PipeItemsGold@0:[net.minecraft.item.crafting.Ingredient@1449ac0e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipePowerGold@0 new recipe: RecipeStage{tier='four', recipe=1xitem.PipePowerGold@0:[net.minecraft.item.crafting.Ingredient@4d93cc4a, net.minecraftforge.oredict.OreIngredient@3179e2d2]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsGold@1 new recipe: RecipeStage{tier='four', recipe=1xitem.PipeItemsGold@1:[net.minecraft.item.crafting.Ingredient@ad9fb43]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipePowerGold@1 new recipe: RecipeStage{tier='four', recipe=1xitem.PipePowerGold@1:[net.minecraft.item.crafting.Ingredient@27ea8141, net.minecraftforge.oredict.OreIngredient@74afcfa]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsGold@2 new recipe: RecipeStage{tier='four', recipe=1xitem.PipeItemsGold@2:[net.minecraft.item.crafting.Ingredient@47cc26cb]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipePowerGold@2 new recipe: RecipeStage{tier='four', recipe=1xitem.PipePowerGold@2:[net.minecraft.item.crafting.Ingredient@6422d0b7, net.minecraftforge.oredict.OreIngredient@46e92104]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsGold@3 new recipe: RecipeStage{tier='four', recipe=1xitem.PipeItemsGold@3:[net.minecraft.item.crafting.Ingredient@2e9bd607]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipePowerGold@3 new recipe: RecipeStage{tier='four', recipe=1xitem.PipePowerGold@3:[net.minecraft.item.crafting.Ingredient@5320e797, net.minecraftforge.oredict.OreIngredient@1eb36e52]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsGold@4 new recipe: RecipeStage{tier='four', recipe=1xitem.PipeItemsGold@4:[net.minecraft.item.crafting.Ingredient@42eadfef]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipePowerGold@4 new recipe: RecipeStage{tier='four', recipe=1xitem.PipePowerGold@4:[net.minecraft.item.crafting.Ingredient@1366b912, net.minecraftforge.oredict.OreIngredient@38e650d3]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsGold@5 new recipe: RecipeStage{tier='four', recipe=1xitem.PipeItemsGold@5:[net.minecraft.item.crafting.Ingredient@2ee42525]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipePowerGold@5 new recipe: RecipeStage{tier='four', recipe=1xitem.PipePowerGold@5:[net.minecraft.item.crafting.Ingredient@2860ed4, net.minecraftforge.oredict.OreIngredient@115e98ce]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsGold@6 new recipe: RecipeStage{tier='four', recipe=1xitem.PipeItemsGold@6:[net.minecraft.item.crafting.Ingredient@73a3bc6b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipePowerGold@6 new recipe: RecipeStage{tier='four', recipe=1xitem.PipePowerGold@6:[net.minecraft.item.crafting.Ingredient@249c847f, net.minecraftforge.oredict.OreIngredient@582af813]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsGold@7 new recipe: RecipeStage{tier='four', recipe=1xitem.PipeItemsGold@7:[net.minecraft.item.crafting.Ingredient@784817f8]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipePowerGold@7 new recipe: RecipeStage{tier='four', recipe=1xitem.PipePowerGold@7:[net.minecraft.item.crafting.Ingredient@37524687, net.minecraftforge.oredict.OreIngredient@23fef77b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsGold@8 new recipe: RecipeStage{tier='four', recipe=1xitem.PipeItemsGold@8:[net.minecraft.item.crafting.Ingredient@1ddf73f4]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipePowerGold@8 new recipe: RecipeStage{tier='four', recipe=1xitem.PipePowerGold@8:[net.minecraft.item.crafting.Ingredient@6c0d15e1, net.minecraftforge.oredict.OreIngredient@7930abd0]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsGold@9 new recipe: RecipeStage{tier='four', recipe=1xitem.PipeItemsGold@9:[net.minecraft.item.crafting.Ingredient@4414254d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipePowerGold@9 new recipe: RecipeStage{tier='four', recipe=1xitem.PipePowerGold@9:[net.minecraft.item.crafting.Ingredient@3c20dfde, net.minecraftforge.oredict.OreIngredient@1226cf34]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsGold@10 new recipe: RecipeStage{tier='four', recipe=1xitem.PipeItemsGold@10:[net.minecraft.item.crafting.Ingredient@238a09b6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipePowerGold@10 new recipe: RecipeStage{tier='four', recipe=1xitem.PipePowerGold@10:[net.minecraft.item.crafting.Ingredient@3d95cf40, net.minecraftforge.oredict.OreIngredient@2781e8ac]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsGold@11 new recipe: RecipeStage{tier='four', recipe=1xitem.PipeItemsGold@11:[net.minecraft.item.crafting.Ingredient@3a54dbaf]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipePowerGold@11 new recipe: RecipeStage{tier='four', recipe=1xitem.PipePowerGold@11:[net.minecraft.item.crafting.Ingredient@1c4a56b, net.minecraftforge.oredict.OreIngredient@799b980a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsGold@12 new recipe: RecipeStage{tier='four', recipe=1xitem.PipeItemsGold@12:[net.minecraft.item.crafting.Ingredient@babc642]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipePowerGold@12 new recipe: RecipeStage{tier='four', recipe=1xitem.PipePowerGold@12:[net.minecraft.item.crafting.Ingredient@a9e539f, net.minecraftforge.oredict.OreIngredient@1a69b0fc]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsGold@13 new recipe: RecipeStage{tier='four', recipe=1xitem.PipeItemsGold@13:[net.minecraft.item.crafting.Ingredient@66c1e5ad]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipePowerGold@13 new recipe: RecipeStage{tier='four', recipe=1xitem.PipePowerGold@13:[net.minecraft.item.crafting.Ingredient@4982ed2a, net.minecraftforge.oredict.OreIngredient@29a6f4eb]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsGold@14 new recipe: RecipeStage{tier='four', recipe=1xitem.PipeItemsGold@14:[net.minecraft.item.crafting.Ingredient@4de69f2]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipePowerGold@14 new recipe: RecipeStage{tier='four', recipe=1xitem.PipePowerGold@14:[net.minecraft.item.crafting.Ingredient@44f499f4, net.minecraftforge.oredict.OreIngredient@180c4ded]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsGold@15 new recipe: RecipeStage{tier='four', recipe=1xitem.PipeItemsGold@15:[net.minecraft.item.crafting.Ingredient@6c7de03b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipePowerGold@15 new recipe: RecipeStage{tier='four', recipe=1xitem.PipePowerGold@15:[net.minecraft.item.crafting.Ingredient@76bfb825, net.minecraftforge.oredict.OreIngredient@485c750b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsGold@16 new recipe: RecipeStage{tier='four', recipe=1xitem.PipeItemsGold@16:[net.minecraft.item.crafting.Ingredient@70455b29]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipePowerGold@16 new recipe: RecipeStage{tier='four', recipe=1xitem.PipePowerGold@16:[net.minecraft.item.crafting.Ingredient@50ef7dc4, net.minecraftforge.oredict.OreIngredient@25eb4fa]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsSandstone@0 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsSandstone@0:[net.minecraft.item.crafting.Ingredient@268a4717]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipePowerSandstone@0 new recipe: RecipeStage{tier='four', recipe=1xitem.PipePowerSandstone@0:[net.minecraft.item.crafting.Ingredient@7aae8375, net.minecraftforge.oredict.OreIngredient@6373bbc8]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsSandstone@1 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsSandstone@1:[net.minecraft.item.crafting.Ingredient@1ae24500]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipePowerSandstone@1 new recipe: RecipeStage{tier='four', recipe=1xitem.PipePowerSandstone@1:[net.minecraft.item.crafting.Ingredient@6a8a9caa, net.minecraftforge.oredict.OreIngredient@52557c3f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsSandstone@2 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsSandstone@2:[net.minecraft.item.crafting.Ingredient@d423a8]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipePowerSandstone@2 new recipe: RecipeStage{tier='four', recipe=1xitem.PipePowerSandstone@2:[net.minecraft.item.crafting.Ingredient@4748b7bf, net.minecraftforge.oredict.OreIngredient@22f3180f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsSandstone@3 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsSandstone@3:[net.minecraft.item.crafting.Ingredient@118a851d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipePowerSandstone@3 new recipe: RecipeStage{tier='four', recipe=1xitem.PipePowerSandstone@3:[net.minecraft.item.crafting.Ingredient@29f47ccc, net.minecraftforge.oredict.OreIngredient@7785301e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsSandstone@4 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsSandstone@4:[net.minecraft.item.crafting.Ingredient@480b39d3]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipePowerSandstone@4 new recipe: RecipeStage{tier='four', recipe=1xitem.PipePowerSandstone@4:[net.minecraft.item.crafting.Ingredient@1cc8f39e, net.minecraftforge.oredict.OreIngredient@39038f88]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsSandstone@5 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsSandstone@5:[net.minecraft.item.crafting.Ingredient@736fa4ec]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipePowerSandstone@5 new recipe: RecipeStage{tier='four', recipe=1xitem.PipePowerSandstone@5:[net.minecraft.item.crafting.Ingredient@dba4857, net.minecraftforge.oredict.OreIngredient@1a9cc416]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsSandstone@6 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsSandstone@6:[net.minecraft.item.crafting.Ingredient@3b7ddcf7]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipePowerSandstone@6 new recipe: RecipeStage{tier='four', recipe=1xitem.PipePowerSandstone@6:[net.minecraft.item.crafting.Ingredient@189a17c6, net.minecraftforge.oredict.OreIngredient@5edda69b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsSandstone@7 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsSandstone@7:[net.minecraft.item.crafting.Ingredient@39632ab5]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipePowerSandstone@7 new recipe: RecipeStage{tier='four', recipe=1xitem.PipePowerSandstone@7:[net.minecraft.item.crafting.Ingredient@4255b7bc, net.minecraftforge.oredict.OreIngredient@5b4068ee]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsSandstone@8 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsSandstone@8:[net.minecraft.item.crafting.Ingredient@73224a4d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipePowerSandstone@8 new recipe: RecipeStage{tier='four', recipe=1xitem.PipePowerSandstone@8:[net.minecraft.item.crafting.Ingredient@447ae7a0, net.minecraftforge.oredict.OreIngredient@95ccbd1]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsSandstone@9 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsSandstone@9:[net.minecraft.item.crafting.Ingredient@5b8585b5]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipePowerSandstone@9 new recipe: RecipeStage{tier='four', recipe=1xitem.PipePowerSandstone@9:[net.minecraft.item.crafting.Ingredient@27bc761a, net.minecraftforge.oredict.OreIngredient@23314b48]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsSandstone@10 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsSandstone@10:[net.minecraft.item.crafting.Ingredient@158adb97]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipePowerSandstone@10 new recipe: RecipeStage{tier='four', recipe=1xitem.PipePowerSandstone@10:[net.minecraft.item.crafting.Ingredient@780009f1, net.minecraftforge.oredict.OreIngredient@5a99572d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsSandstone@11 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsSandstone@11:[net.minecraft.item.crafting.Ingredient@5b109782]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipePowerSandstone@11 new recipe: RecipeStage{tier='four', recipe=1xitem.PipePowerSandstone@11:[net.minecraft.item.crafting.Ingredient@331749e6, net.minecraftforge.oredict.OreIngredient@49ada627]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsSandstone@12 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsSandstone@12:[net.minecraft.item.crafting.Ingredient@f74f78e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipePowerSandstone@12 new recipe: RecipeStage{tier='four', recipe=1xitem.PipePowerSandstone@12:[net.minecraft.item.crafting.Ingredient@221dc592, net.minecraftforge.oredict.OreIngredient@408103fa]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsSandstone@13 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsSandstone@13:[net.minecraft.item.crafting.Ingredient@40d3ec2f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipePowerSandstone@13 new recipe: RecipeStage{tier='four', recipe=1xitem.PipePowerSandstone@13:[net.minecraft.item.crafting.Ingredient@44f8dc5e, net.minecraftforge.oredict.OreIngredient@26dcde7e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsSandstone@14 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsSandstone@14:[net.minecraft.item.crafting.Ingredient@160daca]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipePowerSandstone@14 new recipe: RecipeStage{tier='four', recipe=1xitem.PipePowerSandstone@14:[net.minecraft.item.crafting.Ingredient@4317edab, net.minecraftforge.oredict.OreIngredient@353038cb]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsSandstone@15 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsSandstone@15:[net.minecraft.item.crafting.Ingredient@76d9d4a5]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipePowerSandstone@15 new recipe: RecipeStage{tier='four', recipe=1xitem.PipePowerSandstone@15:[net.minecraft.item.crafting.Ingredient@3e9d8290, net.minecraftforge.oredict.OreIngredient@437ff04]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsSandstone@16 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsSandstone@16:[net.minecraft.item.crafting.Ingredient@4ef58930]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipePowerSandstone@16 new recipe: RecipeStage{tier='four', recipe=1xitem.PipePowerSandstone@16:[net.minecraft.item.crafting.Ingredient@275a0832, net.minecraftforge.oredict.OreIngredient@70b6b5]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.tar@0 new recipe: RecipeStage{tier='four', recipe=8xtile.tar@0:[net.minecraft.item.crafting.Ingredient@20755c04, net.minecraft.item.crafting.Ingredient@20755c04, net.minecraft.item.crafting.Ingredient@20755c04, net.minecraft.item.crafting.Ingredient@20755c04, net.minecraft.item.crafting.Ingredient@374fc9a7, net.minecraft.item.crafting.Ingredient@20755c04, net.minecraft.item.crafting.Ingredient@20755c04, net.minecraft.item.crafting.Ingredient@20755c04, net.minecraft.item.crafting.Ingredient@20755c04]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.tar@0 new recipe: RecipeStage{tier='four', recipe=8xtile.tar@0:[net.minecraft.item.crafting.Ingredient@da002b9, net.minecraft.item.crafting.Ingredient@da002b9, net.minecraft.item.crafting.Ingredient@da002b9, net.minecraft.item.crafting.Ingredient@da002b9, net.minecraft.item.crafting.Ingredient@73fea75, net.minecraft.item.crafting.Ingredient@da002b9, net.minecraft.item.crafting.Ingredient@da002b9, net.minecraft.item.crafting.Ingredient@da002b9, net.minecraft.item.crafting.Ingredient@da002b9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.tar@0 new recipe: RecipeStage{tier='four', recipe=8xtile.tar@0:[net.minecraft.item.crafting.Ingredient@1872e3a7, net.minecraft.item.crafting.Ingredient@1872e3a7, net.minecraft.item.crafting.Ingredient@1872e3a7, net.minecraft.item.crafting.Ingredient@1872e3a7, net.minecraft.item.crafting.Ingredient@15ca8fda, net.minecraft.item.crafting.Ingredient@1872e3a7, net.minecraft.item.crafting.Ingredient@1872e3a7, net.minecraft.item.crafting.Ingredient@1872e3a7, net.minecraft.item.crafting.Ingredient@1872e3a7]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.tar_slab@0 new recipe: RecipeStage{tier='four', recipe=6xtile.tar_slab@0:[net.minecraft.item.crafting.Ingredient@30a3d02, net.minecraft.item.crafting.Ingredient@30a3d02, net.minecraft.item.crafting.Ingredient@30a3d02]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.tar_slope@0 new recipe: RecipeStage{tier='four', recipe=6xtile.tar_slope@0:[net.minecraft.item.crafting.Ingredient@4d1f6317, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4d1f6317, net.minecraft.item.crafting.Ingredient@4d1f6317, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4d1f6317, net.minecraft.item.crafting.Ingredient@4d1f6317, net.minecraft.item.crafting.Ingredient@4d1f6317]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.tar_slope_flat_lower@0 new recipe: RecipeStage{tier='four', recipe=4xtile.tar_slope_flat_lower@0:[net.minecraft.item.crafting.Ingredient@7736874, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7736874, net.minecraft.item.crafting.Ingredient@7736874, net.minecraft.item.crafting.Ingredient@7736874]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.tar_slope_flat_upper@0 new recipe: RecipeStage{tier='four', recipe=4xtile.tar_slope_flat_upper@0:[net.minecraft.item.crafting.Ingredient@69b86cc9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@69b86cc9, net.minecraft.item.crafting.Ingredient@69b86cc9, net.minecraft.item.crafting.Ingredient@69b86cc9, net.minecraft.item.crafting.Ingredient@69b86cc9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.painter@0 new recipe: RecipeStage{tier='four', recipe=1xitem.painter@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2fb4de6e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3d7004af, net.minecraft.item.crafting.Ingredient@2fb4de6e, net.minecraft.item.crafting.Ingredient@3d7004af, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.tank@0 new recipe: RecipeStage{tier='four', recipe=1xtile.tank@0:[net.minecraft.item.crafting.Ingredient@685054a7, net.minecraft.item.crafting.Ingredient@73f21ff8, net.minecraft.item.crafting.Ingredient@685054a7, net.minecraft.item.crafting.Ingredient@73f21ff8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@73f21ff8, net.minecraft.item.crafting.Ingredient@685054a7, net.minecraft.item.crafting.Ingredient@73f21ff8, net.minecraft.item.crafting.Ingredient@685054a7]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.car_tank@0 new recipe: RecipeStage{tier='four', recipe=1xitem.car_tank@0:[net.minecraft.item.crafting.Ingredient@75be70b5, net.minecraft.item.crafting.Ingredient@75be70b5, net.minecraft.item.crafting.Ingredient@75be70b5, net.minecraft.item.crafting.Ingredient@75be70b5, net.minecraft.item.crafting.Ingredient@16d0a048, net.minecraft.item.crafting.Ingredient@75be70b5, net.minecraft.item.crafting.Ingredient@75be70b5, net.minecraft.item.crafting.Ingredient@75be70b5, net.minecraft.item.crafting.Ingredient@75be70b5]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.windshield@0 new recipe: RecipeStage{tier='four', recipe=1xitem.windshield@0:[net.minecraft.item.crafting.Ingredient@4a5bfb00, net.minecraft.item.crafting.Ingredient@4a5bfb00, net.minecraft.item.crafting.Ingredient@4a5bfb00, net.minecraft.item.crafting.Ingredient@4a5bfb00, net.minecraft.item.crafting.Ingredient@4a5bfb00, net.minecraft.item.crafting.Ingredient@4a5bfb00]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.car_seat@0 new recipe: RecipeStage{tier='four', recipe=1xitem.car_seat@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4fa8133f, net.minecraft.item.crafting.Ingredient@5fa738ad, net.minecraft.item.crafting.Ingredient@4fa8133f, net.minecraft.item.crafting.Ingredient@4fa8133f, net.minecraft.item.crafting.Ingredient@5fa738ad, net.minecraft.item.crafting.Ingredient@5fa738ad, net.minecraft.item.crafting.Ingredient@5fa738ad, net.minecraft.item.crafting.Ingredient@5fa738ad]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.engine_3_cylinder@0 new recipe: RecipeStage{tier='four', recipe=1xitem.engine_3_cylinder@0:[net.minecraft.item.crafting.Ingredient@552c3c5d, net.minecraft.item.crafting.Ingredient@552c3c5d, net.minecraft.item.crafting.Ingredient@552c3c5d, net.minecraft.item.crafting.Ingredient@33a81405, net.minecraft.item.crafting.Ingredient@33a81405, net.minecraft.item.crafting.Ingredient@33a81405, net.minecraft.item.crafting.Ingredient@3c96c8a4, net.minecraft.item.crafting.Ingredient@3c96c8a4, net.minecraft.item.crafting.Ingredient@3c96c8a4]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.engine_6_cylinder@0 new recipe: RecipeStage{tier='four', recipe=1xitem.engine_6_cylinder@0:[net.minecraft.item.crafting.Ingredient@216a02c6, net.minecraft.item.crafting.Ingredient@216a02c6, net.minecraft.item.crafting.Ingredient@216a02c6, net.minecraft.item.crafting.Ingredient@521132d2, net.minecraft.item.crafting.Ingredient@216a02c6, net.minecraft.item.crafting.Ingredient@521132d2, net.minecraft.item.crafting.Ingredient@216a02c6, net.minecraft.item.crafting.Ingredient@216a02c6, net.minecraft.item.crafting.Ingredient@216a02c6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.wheel@0 new recipe: RecipeStage{tier='four', recipe=1xitem.wheel@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4d1a3d5a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4d1a3d5a, net.minecraft.item.crafting.Ingredient@3c176a0d, net.minecraft.item.crafting.Ingredient@4d1a3d5a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4d1a3d5a, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.container@0 new recipe: RecipeStage{tier='four', recipe=1xitem.container@0:[net.minecraft.item.crafting.Ingredient@59988ad6, net.minecraft.item.crafting.Ingredient@9c4b465, net.minecraft.item.crafting.Ingredient@59988ad6, net.minecraft.item.crafting.Ingredient@9c4b465, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@9c4b465, net.minecraft.item.crafting.Ingredient@59988ad6, net.minecraft.item.crafting.Ingredient@9c4b465, net.minecraft.item.crafting.Ingredient@59988ad6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.control_unit@0 new recipe: RecipeStage{tier='four', recipe=1xitem.control_unit@0:[net.minecraft.item.crafting.Ingredient@c4a63d5, net.minecraft.item.crafting.Ingredient@119996b0, net.minecraft.item.crafting.Ingredient@c4a63d5, net.minecraft.item.crafting.Ingredient@119996b0, net.minecraft.item.crafting.Ingredient@3dd26f7a, net.minecraft.item.crafting.Ingredient@119996b0, net.minecraft.item.crafting.Ingredient@c4a63d5, net.minecraft.item.crafting.Ingredient@119996b0, net.minecraft.item.crafting.Ingredient@c4a63d5]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.car_body_part_wood@0 new recipe: RecipeStage{tier='four', recipe=1xitem.car_body_part_wood@0:[net.minecraft.item.crafting.Ingredient@2c1f34c7, net.minecraft.item.crafting.Ingredient@73b25172, net.minecraft.item.crafting.Ingredient@2c1f34c7, net.minecraft.item.crafting.Ingredient@2c1f34c7, net.minecraft.item.crafting.Ingredient@73b25172, net.minecraft.item.crafting.Ingredient@2c1f34c7]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.car_body_part_wood@1 new recipe: RecipeStage{tier='four', recipe=1xitem.car_body_part_wood@1:[net.minecraft.item.crafting.Ingredient@51f6926d, net.minecraft.item.crafting.Ingredient@41a2d98, net.minecraft.item.crafting.Ingredient@51f6926d, net.minecraft.item.crafting.Ingredient@51f6926d, net.minecraft.item.crafting.Ingredient@41a2d98, net.minecraft.item.crafting.Ingredient@51f6926d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.car_body_part_wood@2 new recipe: RecipeStage{tier='four', recipe=1xitem.car_body_part_wood@2:[net.minecraft.item.crafting.Ingredient@23131655, net.minecraft.item.crafting.Ingredient@46938da0, net.minecraft.item.crafting.Ingredient@23131655, net.minecraft.item.crafting.Ingredient@23131655, net.minecraft.item.crafting.Ingredient@46938da0, net.minecraft.item.crafting.Ingredient@23131655]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.car_body_part_wood@3 new recipe: RecipeStage{tier='four', recipe=1xitem.car_body_part_wood@3:[net.minecraft.item.crafting.Ingredient@60ac765c, net.minecraft.item.crafting.Ingredient@5bb665a2, net.minecraft.item.crafting.Ingredient@60ac765c, net.minecraft.item.crafting.Ingredient@60ac765c, net.minecraft.item.crafting.Ingredient@5bb665a2, net.minecraft.item.crafting.Ingredient@60ac765c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.car_body_part_wood@4 new recipe: RecipeStage{tier='four', recipe=1xitem.car_body_part_wood@4:[net.minecraft.item.crafting.Ingredient@12c16bea, net.minecraft.item.crafting.Ingredient@11dce178, net.minecraft.item.crafting.Ingredient@12c16bea, net.minecraft.item.crafting.Ingredient@12c16bea, net.minecraft.item.crafting.Ingredient@11dce178, net.minecraft.item.crafting.Ingredient@12c16bea]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.car_body_part_wood@5 new recipe: RecipeStage{tier='four', recipe=1xitem.car_body_part_wood@5:[net.minecraft.item.crafting.Ingredient@6843ba8d, net.minecraft.item.crafting.Ingredient@71c41254, net.minecraft.item.crafting.Ingredient@6843ba8d, net.minecraft.item.crafting.Ingredient@6843ba8d, net.minecraft.item.crafting.Ingredient@71c41254, net.minecraft.item.crafting.Ingredient@6843ba8d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 32xtile.crash_barrier@0 new recipe: RecipeStage{tier='four', recipe=32xtile.crash_barrier@0:[net.minecraft.item.crafting.Ingredient@6a714f0, net.minecraft.item.crafting.Ingredient@6a714f0, net.minecraft.item.crafting.Ingredient@6a714f0, net.minecraft.item.crafting.Ingredient@6a714f0, net.minecraft.item.crafting.Ingredient@6a714f0, net.minecraft.item.crafting.Ingredient@6a714f0, net.minecraft.item.crafting.Ingredient@6a714f0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6a714f0]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.fuelstation@0 new recipe: RecipeStage{tier='four', recipe=1xtile.fuelstation@0:[net.minecraft.item.crafting.Ingredient@2242bbf5, net.minecraft.item.crafting.Ingredient@a5e59ca, net.minecraft.item.crafting.Ingredient@2242bbf5, net.minecraft.item.crafting.Ingredient@2242bbf5, net.minecraft.item.crafting.Ingredient@34e0cce5, net.minecraft.item.crafting.Ingredient@2242bbf5, net.minecraft.item.crafting.Ingredient@5a5d8ed3, net.minecraft.item.crafting.Ingredient@6d770d9b, net.minecraft.item.crafting.Ingredient@5a5d8ed3]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.blastfurnace@0 new recipe: RecipeStage{tier='four', recipe=1xtile.blastfurnace@0:[net.minecraft.item.crafting.Ingredient@10006b1c, net.minecraft.item.crafting.Ingredient@10006b1c, net.minecraft.item.crafting.Ingredient@10006b1c, net.minecraft.item.crafting.Ingredient@10006b1c, net.minecraft.item.crafting.Ingredient@45ceb752, net.minecraft.item.crafting.Ingredient@10006b1c, net.minecraft.item.crafting.Ingredient@10006b1c, net.minecraft.item.crafting.Ingredient@10006b1c, net.minecraft.item.crafting.Ingredient@10006b1c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.oilmill@0 new recipe: RecipeStage{tier='four', recipe=1xtile.oilmill@0:[net.minecraft.item.crafting.Ingredient@790e0fdb, net.minecraft.item.crafting.Ingredient@790e0fdb, net.minecraft.item.crafting.Ingredient@790e0fdb, net.minecraft.item.crafting.Ingredient@790e0fdb, net.minecraft.item.crafting.Ingredient@6ac5c36d, net.minecraft.item.crafting.Ingredient@790e0fdb, net.minecraft.item.crafting.Ingredient@790e0fdb, net.minecraft.item.crafting.Ingredient@790e0fdb, net.minecraft.item.crafting.Ingredient@790e0fdb]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.backmix_reactor@0 new recipe: RecipeStage{tier='four', recipe=1xtile.backmix_reactor@0:[net.minecraft.item.crafting.Ingredient@35aca6cc, net.minecraft.item.crafting.Ingredient@78cf6539, net.minecraft.item.crafting.Ingredient@35aca6cc, net.minecraft.item.crafting.Ingredient@35aca6cc, net.minecraft.item.crafting.Ingredient@3c551775, net.minecraft.item.crafting.Ingredient@35aca6cc, net.minecraft.item.crafting.Ingredient@35aca6cc, net.minecraft.item.crafting.Ingredient@35aca6cc, net.minecraft.item.crafting.Ingredient@35aca6cc]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.split_tank@0 new recipe: RecipeStage{tier='four', recipe=1xtile.split_tank@0:[net.minecraft.item.crafting.Ingredient@7eb8c529, net.minecraft.item.crafting.Ingredient@7eb8c529, net.minecraft.item.crafting.Ingredient@7eb8c529, net.minecraft.item.crafting.Ingredient@6927cdf8, net.minecraft.item.crafting.Ingredient@6ac28b34, net.minecraft.item.crafting.Ingredient@6927cdf8, net.minecraft.item.crafting.Ingredient@6927cdf8, net.minecraft.item.crafting.Ingredient@6ac28b34, net.minecraft.item.crafting.Ingredient@6927cdf8]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.generator@0 new recipe: RecipeStage{tier='four', recipe=1xtile.generator@0:[net.minecraft.item.crafting.Ingredient@6b21a780, net.minecraft.item.crafting.Ingredient@54cfceb1, net.minecraft.item.crafting.Ingredient@6b21a780, net.minecraft.item.crafting.Ingredient@6b21a780, net.minecraft.item.crafting.Ingredient@42db5db6, net.minecraft.item.crafting.Ingredient@6b21a780, net.minecraft.item.crafting.Ingredient@6b21a780, net.minecraft.item.crafting.Ingredient@15c40afb, net.minecraft.item.crafting.Ingredient@6b21a780]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.car_workshop_outter@0 new recipe: RecipeStage{tier='four', recipe=1xtile.car_workshop_outter@0:[net.minecraft.item.crafting.Ingredient@7122960, net.minecraft.item.crafting.Ingredient@7122960, net.minecraft.item.crafting.Ingredient@7122960, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7122960, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7122960, net.minecraft.item.crafting.Ingredient@7122960, net.minecraft.item.crafting.Ingredient@7122960]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.car_workshop@0 new recipe: RecipeStage{tier='four', recipe=1xtile.car_workshop@0:[net.minecraft.item.crafting.Ingredient@35ac0dc9, net.minecraft.item.crafting.Ingredient@35ac0dc9, net.minecraft.item.crafting.Ingredient@35ac0dc9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2479c975, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@35ac0dc9, net.minecraft.item.crafting.Ingredient@35ac0dc9, net.minecraft.item.crafting.Ingredient@35ac0dc9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.canister@0 new recipe: RecipeStage{tier='four', recipe=1xitem.canister@0:[net.minecraft.item.crafting.Ingredient@33ab73a, net.minecraft.item.crafting.Ingredient@33ab73a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@33ab73a, net.minecraft.item.crafting.Ingredient@9fc603b, net.minecraft.item.crafting.Ingredient@33ab73a, net.minecraft.item.crafting.Ingredient@33ab73a, net.minecraft.item.crafting.Ingredient@33ab73a, net.minecraft.item.crafting.Ingredient@33ab73a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.repair_kit@0 new recipe: RecipeStage{tier='four', recipe=1xitem.repair_kit@0:[net.minecraft.item.crafting.Ingredient@6145f934, net.minecraft.item.crafting.Ingredient@6145f934, net.minecraft.item.crafting.Ingredient@6145f934, net.minecraft.item.crafting.Ingredient@5d075230, net.minecraft.item.crafting.Ingredient@37900141, net.minecraft.item.crafting.Ingredient@4e70284b, net.minecraft.item.crafting.Ingredient@6145f934, net.minecraft.item.crafting.Ingredient@6145f934, net.minecraft.item.crafting.Ingredient@6145f934]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 16xitem.cable_insulator@0 new recipe: RecipeStage{tier='four', recipe=16xitem.cable_insulator@0:[net.minecraft.item.crafting.Ingredient@811cf2f, net.minecraft.item.crafting.Ingredient@811cf2f, net.minecraft.item.crafting.Ingredient@811cf2f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.cable@0 new recipe: RecipeStage{tier='four', recipe=8xtile.cable@0:[net.minecraft.item.crafting.Ingredient@651d7d69, net.minecraft.item.crafting.Ingredient@651d7d69, net.minecraft.item.crafting.Ingredient@651d7d69, net.minecraft.item.crafting.Ingredient@61e66bbe, net.minecraft.item.crafting.Ingredient@61e66bbe, net.minecraft.item.crafting.Ingredient@61e66bbe, net.minecraft.item.crafting.Ingredient@651d7d69, net.minecraft.item.crafting.Ingredient@651d7d69, net.minecraft.item.crafting.Ingredient@651d7d69]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.fluid_extractor@0 new recipe: RecipeStage{tier='four', recipe=4xtile.fluid_extractor@0:[net.minecraft.item.crafting.Ingredient@5e90cefc, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5e90cefc, net.minecraft.item.crafting.Ingredient@50e81672, net.minecraft.item.crafting.Ingredient@50e81672, net.minecraft.item.crafting.Ingredient@5e90cefc, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 16xtile.fluid_pipe@0 new recipe: RecipeStage{tier='four', recipe=16xtile.fluid_pipe@0:[net.minecraft.item.crafting.Ingredient@206b9c78, net.minecraft.item.crafting.Ingredient@206b9c78, net.minecraft.item.crafting.Ingredient@206b9c78, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@206b9c78, net.minecraft.item.crafting.Ingredient@206b9c78, net.minecraft.item.crafting.Ingredient@206b9c78]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.crank@0 new recipe: RecipeStage{tier='four', recipe=1xtile.crank@0:[net.minecraft.item.crafting.Ingredient@689f8349, net.minecraft.item.crafting.Ingredient@689f8349, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@689f8349]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.dynamo@0 new recipe: RecipeStage{tier='four', recipe=1xtile.dynamo@0:[net.minecraft.item.crafting.Ingredient@1f03d936, net.minecraft.item.crafting.Ingredient@45807a08, net.minecraft.item.crafting.Ingredient@1f03d936, net.minecraft.item.crafting.Ingredient@1f03d936, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1f03d936, net.minecraft.item.crafting.Ingredient@1f03d936, net.minecraft.item.crafting.Ingredient@1f03d936, net.minecraft.item.crafting.Ingredient@1f03d936]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.conarm.armorforge@0 new recipe: RecipeStage{tier='two', recipe=1xtile.conarm.armorforge@0:[net.minecraft.item.crafting.Ingredient@7afb2e51, net.minecraft.item.crafting.Ingredient@7afb2e51, net.minecraft.item.crafting.Ingredient@7afb2e51, net.minecraftforge.oredict.OreIngredient@7d5b48ab, net.minecraft.item.crafting.Ingredient@2d6413a1, net.minecraftforge.oredict.OreIngredient@7d5b48ab, net.minecraftforge.oredict.OreIngredient@7d5b48ab, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7d5b48ab]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.conarm.armorforge@0 new recipe: RecipeStage{tier='two', recipe=1xtile.conarm.armorforge@0:[net.minecraft.item.crafting.Ingredient@1b6aa4e4, net.minecraft.item.crafting.Ingredient@1b6aa4e4, net.minecraft.item.crafting.Ingredient@1b6aa4e4, net.minecraftforge.oredict.OreIngredient@169e5533, net.minecraft.item.crafting.Ingredient@453a5954, net.minecraftforge.oredict.OreIngredient@169e5533, net.minecraftforge.oredict.OreIngredient@169e5533, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@169e5533]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.conarm.armorforge@0 new recipe: RecipeStage{tier='two', recipe=1xtile.conarm.armorforge@0:[net.minecraft.item.crafting.Ingredient@4ef643fd, net.minecraft.item.crafting.Ingredient@4ef643fd, net.minecraft.item.crafting.Ingredient@4ef643fd, net.minecraftforge.oredict.OreIngredient@5991438e, net.minecraft.item.crafting.Ingredient@e2dc2fe, net.minecraftforge.oredict.OreIngredient@5991438e, net.minecraftforge.oredict.OreIngredient@5991438e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5991438e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.conarm.armorforge@0 new recipe: RecipeStage{tier='four', recipe=1xtile.conarm.armorforge@0:[net.minecraft.item.crafting.Ingredient@26a66301, net.minecraft.item.crafting.Ingredient@26a66301, net.minecraft.item.crafting.Ingredient@26a66301, net.minecraftforge.oredict.OreIngredient@46fc7f19, net.minecraft.item.crafting.Ingredient@23f7c96e, net.minecraftforge.oredict.OreIngredient@46fc7f19, net.minecraftforge.oredict.OreIngredient@46fc7f19, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@46fc7f19]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.conarm.armorforge@0 new recipe: RecipeStage{tier='three', recipe=1xtile.conarm.armorforge@0:[net.minecraft.item.crafting.Ingredient@20ae9239, net.minecraft.item.crafting.Ingredient@20ae9239, net.minecraft.item.crafting.Ingredient@20ae9239, net.minecraftforge.oredict.OreIngredient@3d0f93fb, net.minecraft.item.crafting.Ingredient@a2e2424, net.minecraftforge.oredict.OreIngredient@3d0f93fb, net.minecraftforge.oredict.OreIngredient@3d0f93fb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3d0f93fb]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.conarm.armorforge@0 new recipe: RecipeStage{tier='three', recipe=1xtile.conarm.armorforge@0:[net.minecraft.item.crafting.Ingredient@636e1608, net.minecraft.item.crafting.Ingredient@636e1608, net.minecraft.item.crafting.Ingredient@636e1608, net.minecraftforge.oredict.OreIngredient@189a0145, net.minecraft.item.crafting.Ingredient@4b0fd612, net.minecraftforge.oredict.OreIngredient@189a0145, net.minecraftforge.oredict.OreIngredient@189a0145, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@189a0145]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.conarm.armorforge@0 new recipe: RecipeStage{tier='four', recipe=1xtile.conarm.armorforge@0:[net.minecraft.item.crafting.Ingredient@4c362d66, net.minecraft.item.crafting.Ingredient@4c362d66, net.minecraft.item.crafting.Ingredient@4c362d66, net.minecraftforge.oredict.OreIngredient@79bcddb4, net.minecraft.item.crafting.Ingredient@76e16658, net.minecraftforge.oredict.OreIngredient@79bcddb4, net.minecraftforge.oredict.OreIngredient@79bcddb4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@79bcddb4]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.conarm.armorforge@0 new recipe: RecipeStage{tier='four', recipe=1xtile.conarm.armorforge@0:[net.minecraft.item.crafting.Ingredient@6435edb9, net.minecraft.item.crafting.Ingredient@6435edb9, net.minecraft.item.crafting.Ingredient@6435edb9, net.minecraftforge.oredict.OreIngredient@199b84c1, net.minecraft.item.crafting.Ingredient@436f5f2b, net.minecraftforge.oredict.OreIngredient@199b84c1, net.minecraftforge.oredict.OreIngredient@199b84c1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@199b84c1]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.conarm.armorforge@0 new recipe: RecipeStage{tier='four', recipe=1xtile.conarm.armorforge@0:[net.minecraft.item.crafting.Ingredient@68aa3f4c, net.minecraft.item.crafting.Ingredient@68aa3f4c, net.minecraft.item.crafting.Ingredient@68aa3f4c, net.minecraftforge.oredict.OreIngredient@5185a375, net.minecraft.item.crafting.Ingredient@3c7ead38, net.minecraftforge.oredict.OreIngredient@5185a375, net.minecraftforge.oredict.OreIngredient@5185a375, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5185a375]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.conarm.armorforge@0 new recipe: RecipeStage{tier='two', recipe=1xtile.conarm.armorforge@0:[net.minecraft.item.crafting.Ingredient@44c77b0f, net.minecraft.item.crafting.Ingredient@44c77b0f, net.minecraft.item.crafting.Ingredient@44c77b0f, net.minecraftforge.oredict.OreIngredient@d9919c2, net.minecraft.item.crafting.Ingredient@6b0168a0, net.minecraftforge.oredict.OreIngredient@d9919c2, net.minecraftforge.oredict.OreIngredient@d9919c2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@d9919c2]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.conarm.armorforge@0 new recipe: RecipeStage{tier='two', recipe=1xtile.conarm.armorforge@0:[net.minecraft.item.crafting.Ingredient@460a075f, net.minecraft.item.crafting.Ingredient@460a075f, net.minecraft.item.crafting.Ingredient@460a075f, net.minecraftforge.oredict.OreIngredient@26ae2356, net.minecraft.item.crafting.Ingredient@18bb669d, net.minecraftforge.oredict.OreIngredient@26ae2356, net.minecraftforge.oredict.OreIngredient@26ae2356, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@26ae2356]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.conarm.armorforge@0 new recipe: RecipeStage{tier='three', recipe=1xtile.conarm.armorforge@0:[net.minecraft.item.crafting.Ingredient@18e8a93d, net.minecraft.item.crafting.Ingredient@18e8a93d, net.minecraft.item.crafting.Ingredient@18e8a93d, net.minecraftforge.oredict.OreIngredient@5b24bb33, net.minecraft.item.crafting.Ingredient@68a6b268, net.minecraftforge.oredict.OreIngredient@5b24bb33, net.minecraftforge.oredict.OreIngredient@5b24bb33, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5b24bb33]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.conarm.armorforge@0 new recipe: RecipeStage{tier='two', recipe=1xtile.conarm.armorforge@0:[net.minecraft.item.crafting.Ingredient@5879f679, net.minecraft.item.crafting.Ingredient@5879f679, net.minecraft.item.crafting.Ingredient@5879f679, net.minecraftforge.oredict.OreIngredient@5912aec, net.minecraft.item.crafting.Ingredient@48c7b2e7, net.minecraftforge.oredict.OreIngredient@5912aec, net.minecraftforge.oredict.OreIngredient@5912aec, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5912aec]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.conarm.armorforge@0 new recipe: RecipeStage{tier='three', recipe=1xtile.conarm.armorforge@0:[net.minecraft.item.crafting.Ingredient@24b8d25f, net.minecraft.item.crafting.Ingredient@24b8d25f, net.minecraft.item.crafting.Ingredient@24b8d25f, net.minecraftforge.oredict.OreIngredient@511d1ca5, net.minecraft.item.crafting.Ingredient@1332fb43, net.minecraftforge.oredict.OreIngredient@511d1ca5, net.minecraftforge.oredict.OreIngredient@511d1ca5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@511d1ca5]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.conarm.armorforge@0 new recipe: RecipeStage{tier='three', recipe=1xtile.conarm.armorforge@0:[net.minecraft.item.crafting.Ingredient@72ac770c, net.minecraft.item.crafting.Ingredient@72ac770c, net.minecraft.item.crafting.Ingredient@72ac770c, net.minecraftforge.oredict.OreIngredient@76c072f9, net.minecraft.item.crafting.Ingredient@725ccb3f, net.minecraftforge.oredict.OreIngredient@76c072f9, net.minecraftforge.oredict.OreIngredient@76c072f9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@76c072f9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.conarm.armorforge@0 new recipe: RecipeStage{tier='two', recipe=1xtile.conarm.armorforge@0:[net.minecraft.item.crafting.Ingredient@30a7714e, net.minecraft.item.crafting.Ingredient@30a7714e, net.minecraft.item.crafting.Ingredient@30a7714e, net.minecraftforge.oredict.OreIngredient@24364156, net.minecraft.item.crafting.Ingredient@740f91cb, net.minecraftforge.oredict.OreIngredient@24364156, net.minecraftforge.oredict.OreIngredient@24364156, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@24364156]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.conarm.armorforge@0 new recipe: RecipeStage{tier='two', recipe=1xtile.conarm.armorforge@0:[net.minecraft.item.crafting.Ingredient@70ab7339, net.minecraft.item.crafting.Ingredient@70ab7339, net.minecraft.item.crafting.Ingredient@70ab7339, net.minecraftforge.oredict.OreIngredient@42d7acb7, net.minecraft.item.crafting.Ingredient@75c034cf, net.minecraftforge.oredict.OreIngredient@42d7acb7, net.minecraftforge.oredict.OreIngredient@42d7acb7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@42d7acb7]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.conarm.armorforge@0 new recipe: RecipeStage{tier='three', recipe=1xtile.conarm.armorforge@0:[net.minecraft.item.crafting.Ingredient@5d115254, net.minecraft.item.crafting.Ingredient@5d115254, net.minecraft.item.crafting.Ingredient@5d115254, net.minecraftforge.oredict.OreIngredient@29836375, net.minecraft.item.crafting.Ingredient@ba4bb1b, net.minecraftforge.oredict.OreIngredient@29836375, net.minecraftforge.oredict.OreIngredient@29836375, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@29836375]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.conarm.armorforge@0 new recipe: RecipeStage{tier='five', recipe=1xtile.conarm.armorforge@0:[net.minecraft.item.crafting.Ingredient@2bc64b21, net.minecraft.item.crafting.Ingredient@2bc64b21, net.minecraft.item.crafting.Ingredient@2bc64b21, net.minecraftforge.oredict.OreIngredient@5145121, net.minecraft.item.crafting.Ingredient@83f9c3b, net.minecraftforge.oredict.OreIngredient@5145121, net.minecraftforge.oredict.OreIngredient@5145121, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5145121]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.conarm.armorforge@0 new recipe: RecipeStage{tier='three', recipe=1xtile.conarm.armorforge@0:[net.minecraft.item.crafting.Ingredient@4fcbbc2f, net.minecraft.item.crafting.Ingredient@4fcbbc2f, net.minecraft.item.crafting.Ingredient@4fcbbc2f, net.minecraftforge.oredict.OreIngredient@3be12fa9, net.minecraft.item.crafting.Ingredient@77e2785f, net.minecraftforge.oredict.OreIngredient@3be12fa9, net.minecraftforge.oredict.OreIngredient@3be12fa9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3be12fa9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.conarm.armorforge@0 new recipe: RecipeStage{tier='two', recipe=1xtile.conarm.armorforge@0:[net.minecraft.item.crafting.Ingredient@34cc0725, net.minecraft.item.crafting.Ingredient@34cc0725, net.minecraft.item.crafting.Ingredient@34cc0725, net.minecraftforge.oredict.OreIngredient@5088a163, net.minecraft.item.crafting.Ingredient@1494db1d, net.minecraftforge.oredict.OreIngredient@5088a163, net.minecraftforge.oredict.OreIngredient@5088a163, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5088a163]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.conarm.armorforge@0 new recipe: RecipeStage{tier='two', recipe=1xtile.conarm.armorforge@0:[net.minecraft.item.crafting.Ingredient@44b1e4a8, net.minecraft.item.crafting.Ingredient@44b1e4a8, net.minecraft.item.crafting.Ingredient@44b1e4a8, net.minecraftforge.oredict.OreIngredient@764f8310, net.minecraft.item.crafting.Ingredient@430b125b, net.minecraftforge.oredict.OreIngredient@764f8310, net.minecraftforge.oredict.OreIngredient@764f8310, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@764f8310]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.conarm.armorforge@0 new recipe: RecipeStage{tier='two', recipe=1xtile.conarm.armorforge@0:[net.minecraft.item.crafting.Ingredient@6d63167c, net.minecraft.item.crafting.Ingredient@6d63167c, net.minecraft.item.crafting.Ingredient@6d63167c, net.minecraftforge.oredict.OreIngredient@76614841, net.minecraft.item.crafting.Ingredient@517fd42e, net.minecraftforge.oredict.OreIngredient@76614841, net.minecraftforge.oredict.OreIngredient@76614841, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@76614841]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.conarm.armorforge@0 new recipe: RecipeStage{tier='three', recipe=1xtile.conarm.armorforge@0:[net.minecraft.item.crafting.Ingredient@4ddac1b8, net.minecraft.item.crafting.Ingredient@4ddac1b8, net.minecraft.item.crafting.Ingredient@4ddac1b8, net.minecraftforge.oredict.OreIngredient@622ba289, net.minecraft.item.crafting.Ingredient@229ff8f9, net.minecraftforge.oredict.OreIngredient@622ba289, net.minecraftforge.oredict.OreIngredient@622ba289, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@622ba289]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.conarm.travel_night@0 new recipe: RecipeStage{tier='three', recipe=1xitem.conarm.travel_night@0:[net.minecraft.item.crafting.Ingredient@31b2d449, net.minecraft.item.crafting.Ingredient@2821086f, net.minecraft.item.crafting.Ingredient@d5fd282, net.minecraft.item.crafting.Ingredient@f73c03b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.conarm.travel_sneak@0 new recipe: RecipeStage{tier='three', recipe=1xitem.conarm.travel_sneak@0:[net.minecraft.item.crafting.Ingredient@7bbe5257, net.minecraft.item.crafting.Ingredient@6a5d3703, net.minecraft.item.crafting.Ingredient@607b4b05, net.minecraft.item.crafting.Ingredient@5a9763ff, net.minecraft.item.crafting.Ingredient@5332be10]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.darkutils.trap.move@0 new recipe: RecipeStage{tier='two', recipe=8xtile.darkutils.trap.move@0:[net.minecraftforge.oredict.OreIngredient@15fbd528, net.minecraftforge.oredict.OreIngredient@31b526d6, net.minecraftforge.oredict.OreIngredient@15fbd528, net.minecraftforge.oredict.OreIngredient@1035e490, net.minecraft.item.crafting.Ingredient@637dedf, net.minecraftforge.oredict.OreIngredient@1035e490]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.darkutils.trap.move.fast@0 new recipe: RecipeStage{tier='three', recipe=8xtile.darkutils.trap.move.fast@0:[net.minecraft.item.crafting.Ingredient@d60c2d7, net.minecraft.item.crafting.Ingredient@d60c2d7, net.minecraft.item.crafting.Ingredient@d60c2d7, net.minecraft.item.crafting.Ingredient@d60c2d7, net.minecraft.item.crafting.Ingredient@32ceb68f, net.minecraft.item.crafting.Ingredient@d60c2d7, net.minecraft.item.crafting.Ingredient@d60c2d7, net.minecraft.item.crafting.Ingredient@d60c2d7, net.minecraft.item.crafting.Ingredient@d60c2d7]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.darkutils.trap.move.hyper@0 new recipe: RecipeStage{tier='three', recipe=8xtile.darkutils.trap.move.hyper@0:[net.minecraft.item.crafting.Ingredient@a37472f, net.minecraft.item.crafting.Ingredient@a37472f, net.minecraft.item.crafting.Ingredient@a37472f, net.minecraft.item.crafting.Ingredient@a37472f, net.minecraft.item.crafting.Ingredient@41ae91d4, net.minecraft.item.crafting.Ingredient@a37472f, net.minecraft.item.crafting.Ingredient@a37472f, net.minecraft.item.crafting.Ingredient@a37472f, net.minecraft.item.crafting.Ingredient@a37472f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.observer@0 new recipe: RecipeStage{tier='three', recipe=1xtile.observer@0:[net.minecraft.item.crafting.Ingredient@4ad3954c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.darkutils.trap.tile@0 new recipe: RecipeStage{tier='four', recipe=1xtile.darkutils.trap.tile@0:[net.minecraftforge.oredict.OreIngredient@d6e2857, net.minecraft.item.crafting.Ingredient@3d5008ea, net.minecraftforge.oredict.OreIngredient@d6e2857]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.darkutils.trap.tile@1 new recipe: RecipeStage{tier='four', recipe=1xtile.darkutils.trap.tile@1:[net.minecraftforge.oredict.OreIngredient@8450ea5, net.minecraft.item.crafting.Ingredient@5eea9314, net.minecraftforge.oredict.OreIngredient@8450ea5]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.darkutils.trap.tile@2 new recipe: RecipeStage{tier='four', recipe=1xtile.darkutils.trap.tile@2:[net.minecraftforge.oredict.OreIngredient@223a240e, net.minecraft.item.crafting.Ingredient@1f107ffb, net.minecraftforge.oredict.OreIngredient@223a240e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.darkutils.trap.tile@3 new recipe: RecipeStage{tier='three', recipe=1xtile.darkutils.trap.tile@3:[net.minecraftforge.oredict.OreIngredient@3f807a9a, net.minecraft.item.crafting.Ingredient@35f83c4d, net.minecraftforge.oredict.OreIngredient@3f807a9a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.darkutils.trap.tile@4 new recipe: RecipeStage{tier='four', recipe=1xtile.darkutils.trap.tile@4:[net.minecraftforge.oredict.OreIngredient@469174a8, net.minecraft.item.crafting.Ingredient@5a623426, net.minecraftforge.oredict.OreIngredient@469174a8]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.darkutils.trap.tile@5 new recipe: RecipeStage{tier='three', recipe=1xtile.darkutils.trap.tile@5:[net.minecraftforge.oredict.OreIngredient@660ac15a, net.minecraft.item.crafting.Ingredient@12e48382, net.minecraftforge.oredict.OreIngredient@660ac15a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.darkutils.trap.tile@6 new recipe: RecipeStage{tier='four', recipe=1xtile.darkutils.trap.tile@6:[net.minecraftforge.oredict.OreIngredient@5f1d9142, net.minecraft.item.crafting.Ingredient@14955d83, net.minecraftforge.oredict.OreIngredient@5f1d9142]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.darkutils.trap.tile@7 new recipe: RecipeStage{tier='four', recipe=1xtile.darkutils.trap.tile@7:[net.minecraftforge.oredict.OreIngredient@24a54e5a, net.minecraft.item.crafting.Ingredient@12eb21df, net.minecraftforge.oredict.OreIngredient@24a54e5a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.darkutils.trap.anchor@0 new recipe: RecipeStage{tier='three', recipe=1xtile.darkutils.trap.anchor@0:[net.minecraftforge.oredict.OreIngredient@21cf2541, net.minecraftforge.oredict.OreIngredient@1f081dbe, net.minecraftforge.oredict.OreIngredient@21cf2541, net.minecraftforge.oredict.OreIngredient@1f081dbe, net.minecraftforge.oredict.OreIngredient@1f081dbe, net.minecraftforge.oredict.OreIngredient@1f081dbe, net.minecraftforge.oredict.OreIngredient@21cf2541, net.minecraftforge.oredict.OreIngredient@1f081dbe, net.minecraftforge.oredict.OreIngredient@21cf2541]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.darkutils.sneaky@0 new recipe: RecipeStage{tier='two', recipe=8xtile.darkutils.sneaky@0:[net.minecraftforge.oredict.OreIngredient@11d1479b, net.minecraftforge.oredict.OreIngredient@11d1479b, net.minecraftforge.oredict.OreIngredient@11d1479b, net.minecraftforge.oredict.OreIngredient@11d1479b, net.minecraft.item.crafting.Ingredient@5aff69a7, net.minecraftforge.oredict.OreIngredient@11d1479b, net.minecraftforge.oredict.OreIngredient@11d1479b, net.minecraftforge.oredict.OreIngredient@11d1479b, net.minecraftforge.oredict.OreIngredient@11d1479b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.darkutils.sneaky.lever@0 new recipe: RecipeStage{tier='two', recipe=1xtile.darkutils.sneaky.lever@0:[net.minecraft.item.crafting.Ingredient@242aa94, net.minecraft.item.crafting.Ingredient@5d78a28f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.darkutils.sneaky.ghost@0 new recipe: RecipeStage{tier='two', recipe=1xtile.darkutils.sneaky.ghost@0:[net.minecraft.item.crafting.Ingredient@468ecb24, net.minecraft.item.crafting.Ingredient@679d3003]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.darkutils.sneaky.torch@0 new recipe: RecipeStage{tier='two', recipe=1xtile.darkutils.sneaky.torch@0:[net.minecraft.item.crafting.Ingredient@709c206e, net.minecraft.item.crafting.Ingredient@68e89828]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.darkutils.sneaky.obsidian@0 new recipe: RecipeStage{tier='two', recipe=1xtile.darkutils.sneaky.obsidian@0:[net.minecraft.item.crafting.Ingredient@588fa9fa, net.minecraft.item.crafting.Ingredient@561c87c0]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.darkutils.sneaky.plate@0 new recipe: RecipeStage{tier='two', recipe=1xtile.darkutils.sneaky.plate@0:[net.minecraft.item.crafting.Ingredient@4712423d, net.minecraft.item.crafting.Ingredient@6b17ab2f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.darkutils.sneaky.button@0 new recipe: RecipeStage{tier='four', recipe=1xtile.darkutils.sneaky.button@0:[net.minecraft.item.crafting.Ingredient@29b4154c, net.minecraft.item.crafting.Ingredient@7fac9d86]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 32xtile.darkutils.pearl.block@0 new recipe: RecipeStage{tier='four', recipe=32xtile.darkutils.pearl.block@0:[net.minecraft.item.crafting.Ingredient@217ef1c2, net.minecraft.item.crafting.Ingredient@217ef1c2, net.minecraft.item.crafting.Ingredient@217ef1c2, net.minecraft.item.crafting.Ingredient@217ef1c2, net.minecraftforge.oredict.OreIngredient@486f9631, net.minecraft.item.crafting.Ingredient@217ef1c2, net.minecraft.item.crafting.Ingredient@217ef1c2, net.minecraft.item.crafting.Ingredient@217ef1c2, net.minecraft.item.crafting.Ingredient@217ef1c2]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.darkutils.pearl.block@1 new recipe: RecipeStage{tier='four', recipe=4xtile.darkutils.pearl.block@1:[net.minecraft.item.crafting.Ingredient@4178e405, net.minecraft.item.crafting.Ingredient@4178e405, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4178e405, net.minecraft.item.crafting.Ingredient@4178e405, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.darkutils.pearl.block@2 new recipe: RecipeStage{tier='four', recipe=4xtile.darkutils.pearl.block@2:[net.minecraft.item.crafting.Ingredient@5aa31101, net.minecraft.item.crafting.Ingredient@5aa31101, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5aa31101, net.minecraft.item.crafting.Ingredient@5aa31101, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.darkutils.pearl.block@3 new recipe: RecipeStage{tier='four', recipe=4xtile.darkutils.pearl.block@3:[net.minecraft.item.crafting.Ingredient@c850b76, net.minecraft.item.crafting.Ingredient@c850b76, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@c850b76, net.minecraft.item.crafting.Ingredient@c850b76, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.darkutils.pearl.block@0 new recipe: RecipeStage{tier='four', recipe=4xtile.darkutils.pearl.block@0:[net.minecraft.item.crafting.Ingredient@38efdac9, net.minecraft.item.crafting.Ingredient@38efdac9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@38efdac9, net.minecraft.item.crafting.Ingredient@38efdac9, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.darkutils.timer@0 new recipe: RecipeStage{tier='three', recipe=1xtile.darkutils.timer@0:[net.minecraftforge.oredict.OreIngredient@3eb1491d, net.minecraft.item.crafting.Ingredient@7cd87cd3, net.minecraftforge.oredict.OreIngredient@3eb1491d, net.minecraft.item.crafting.Ingredient@7cd87cd3, net.minecraft.item.crafting.Ingredient@58a21685, net.minecraft.item.crafting.Ingredient@7cd87cd3, net.minecraftforge.oredict.OreIngredient@3eb1491d, net.minecraft.item.crafting.Ingredient@7cd87cd3, net.minecraftforge.oredict.OreIngredient@3eb1491d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.darkutils.monolith@0 new recipe: RecipeStage{tier='four', recipe=1xtile.darkutils.monolith@0:[net.minecraftforge.oredict.OreIngredient@1edda6ca, net.minecraftforge.oredict.OreIngredient@1edda6ca, net.minecraftforge.oredict.OreIngredient@1edda6ca, net.minecraftforge.oredict.OreIngredient@1edda6ca, net.minecraft.item.crafting.Ingredient@151132c8, net.minecraftforge.oredict.OreIngredient@1edda6ca, net.minecraftforge.oredict.OreIngredient@2a90edad, net.minecraftforge.oredict.OreIngredient@2a90edad, net.minecraftforge.oredict.OreIngredient@2a90edad]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.darkutils.monolith@1 new recipe: RecipeStage{tier='four', recipe=1xtile.darkutils.monolith@1:[net.minecraftforge.oredict.OreIngredient@5dcf08d1, net.minecraftforge.oredict.OreIngredient@5dcf08d1, net.minecraftforge.oredict.OreIngredient@5dcf08d1, net.minecraftforge.oredict.OreIngredient@5dcf08d1, net.minecraft.item.crafting.Ingredient@30763b6, net.minecraftforge.oredict.OreIngredient@5dcf08d1, net.minecraftforge.oredict.OreIngredient@2e571e54, net.minecraftforge.oredict.OreIngredient@2e571e54, net.minecraftforge.oredict.OreIngredient@2e571e54]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.darkutils.filter@0 new recipe: RecipeStage{tier='three', recipe=4xtile.darkutils.filter@0:[net.minecraftforge.oredict.OreIngredient@1f9c866c, net.minecraftforge.oredict.OreIngredient@3a309cce, net.minecraftforge.oredict.OreIngredient@1f9c866c, net.minecraftforge.oredict.OreIngredient@3a309cce, net.minecraft.item.crafting.Ingredient@2c039062, net.minecraftforge.oredict.OreIngredient@3a309cce, net.minecraftforge.oredict.OreIngredient@1f9c866c, net.minecraftforge.oredict.OreIngredient@3a309cce, net.minecraftforge.oredict.OreIngredient@1f9c866c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.darkutils.filter.inverted@0 new recipe: RecipeStage{tier='three', recipe=1xtile.darkutils.filter.inverted@0:[net.minecraft.item.crafting.Ingredient@14a15c87]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.darkutils.filter@0 new recipe: RecipeStage{tier='three', recipe=1xtile.darkutils.filter@0:[net.minecraft.item.crafting.Ingredient@6f750799]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.darkutils.filter@1 new recipe: RecipeStage{tier='three', recipe=4xtile.darkutils.filter@1:[net.minecraftforge.oredict.OreIngredient@519d2055, net.minecraftforge.oredict.OreIngredient@612d3a84, net.minecraftforge.oredict.OreIngredient@519d2055, net.minecraftforge.oredict.OreIngredient@612d3a84, net.minecraftforge.oredict.OreIngredient@7ff60742, net.minecraftforge.oredict.OreIngredient@612d3a84, net.minecraftforge.oredict.OreIngredient@519d2055, net.minecraftforge.oredict.OreIngredient@612d3a84, net.minecraftforge.oredict.OreIngredient@519d2055]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.darkutils.filter.inverted@1 new recipe: RecipeStage{tier='three', recipe=1xtile.darkutils.filter.inverted@1:[net.minecraft.item.crafting.Ingredient@38f88eea]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.darkutils.filter@1 new recipe: RecipeStage{tier='three', recipe=1xtile.darkutils.filter@1:[net.minecraft.item.crafting.Ingredient@5f9e28]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.darkutils.filter@2 new recipe: RecipeStage{tier='three', recipe=4xtile.darkutils.filter@2:[net.minecraftforge.oredict.OreIngredient@82e7dbd, net.minecraftforge.oredict.OreIngredient@472db7ed, net.minecraftforge.oredict.OreIngredient@82e7dbd, net.minecraftforge.oredict.OreIngredient@472db7ed, net.minecraft.item.crafting.Ingredient@3b5eee3c, net.minecraftforge.oredict.OreIngredient@472db7ed, net.minecraftforge.oredict.OreIngredient@82e7dbd, net.minecraftforge.oredict.OreIngredient@472db7ed, net.minecraftforge.oredict.OreIngredient@82e7dbd]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.darkutils.filter.inverted@2 new recipe: RecipeStage{tier='three', recipe=1xtile.darkutils.filter.inverted@2:[net.minecraft.item.crafting.Ingredient@470c89a1]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.darkutils.filter@2 new recipe: RecipeStage{tier='three', recipe=1xtile.darkutils.filter@2:[net.minecraft.item.crafting.Ingredient@3c34d768]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.darkutils.filter@3 new recipe: RecipeStage{tier='three', recipe=4xtile.darkutils.filter@3:[net.minecraftforge.oredict.OreIngredient@168c8ddc, net.minecraftforge.oredict.OreIngredient@5aefbe3f, net.minecraftforge.oredict.OreIngredient@168c8ddc, net.minecraftforge.oredict.OreIngredient@5aefbe3f, net.minecraft.item.crafting.Ingredient@798d6542, net.minecraftforge.oredict.OreIngredient@5aefbe3f, net.minecraftforge.oredict.OreIngredient@168c8ddc, net.minecraftforge.oredict.OreIngredient@5aefbe3f, net.minecraftforge.oredict.OreIngredient@168c8ddc]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.darkutils.filter.inverted@3 new recipe: RecipeStage{tier='three', recipe=1xtile.darkutils.filter.inverted@3:[net.minecraft.item.crafting.Ingredient@6318628c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.darkutils.filter@3 new recipe: RecipeStage{tier='three', recipe=1xtile.darkutils.filter@3:[net.minecraft.item.crafting.Ingredient@1108f15e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.darkutils.filter@4 new recipe: RecipeStage{tier='three', recipe=4xtile.darkutils.filter@4:[net.minecraftforge.oredict.OreIngredient@36b1ab06, net.minecraftforge.oredict.OreIngredient@24846fe7, net.minecraftforge.oredict.OreIngredient@36b1ab06, net.minecraftforge.oredict.OreIngredient@24846fe7, net.minecraftforge.oredict.OreIngredient@4a865f9, net.minecraftforge.oredict.OreIngredient@24846fe7, net.minecraftforge.oredict.OreIngredient@36b1ab06, net.minecraftforge.oredict.OreIngredient@24846fe7, net.minecraftforge.oredict.OreIngredient@36b1ab06]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.darkutils.filter.inverted@4 new recipe: RecipeStage{tier='three', recipe=1xtile.darkutils.filter.inverted@4:[net.minecraft.item.crafting.Ingredient@527ce633]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.darkutils.filter@4 new recipe: RecipeStage{tier='three', recipe=1xtile.darkutils.filter@4:[net.minecraft.item.crafting.Ingredient@69ae9ee1]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.darkutils.filter@5 new recipe: RecipeStage{tier='three', recipe=4xtile.darkutils.filter@5:[net.minecraftforge.oredict.OreIngredient@6e523f64, net.minecraftforge.oredict.OreIngredient@299218fa, net.minecraftforge.oredict.OreIngredient@6e523f64, net.minecraftforge.oredict.OreIngredient@299218fa, net.minecraft.item.crafting.Ingredient@1c6a2e85, net.minecraftforge.oredict.OreIngredient@299218fa, net.minecraftforge.oredict.OreIngredient@6e523f64, net.minecraftforge.oredict.OreIngredient@299218fa, net.minecraftforge.oredict.OreIngredient@6e523f64]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.darkutils.filter.inverted@5 new recipe: RecipeStage{tier='three', recipe=1xtile.darkutils.filter.inverted@5:[net.minecraft.item.crafting.Ingredient@12ef27f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.darkutils.filter@5 new recipe: RecipeStage{tier='three', recipe=1xtile.darkutils.filter@5:[net.minecraft.item.crafting.Ingredient@7e785421]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.darkutils.filter@6 new recipe: RecipeStage{tier='three', recipe=4xtile.darkutils.filter@6:[net.minecraftforge.oredict.OreIngredient@4794c6dc, net.minecraftforge.oredict.OreIngredient@a47c6ad, net.minecraftforge.oredict.OreIngredient@4794c6dc, net.minecraftforge.oredict.OreIngredient@a47c6ad, net.minecraftforge.oredict.OreIngredient@7c0c7090, net.minecraftforge.oredict.OreIngredient@a47c6ad, net.minecraftforge.oredict.OreIngredient@4794c6dc, net.minecraftforge.oredict.OreIngredient@a47c6ad, net.minecraftforge.oredict.OreIngredient@4794c6dc]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.darkutils.filter.inverted@6 new recipe: RecipeStage{tier='three', recipe=1xtile.darkutils.filter.inverted@6:[net.minecraft.item.crafting.Ingredient@4069ea6c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.darkutils.filter@6 new recipe: RecipeStage{tier='three', recipe=1xtile.darkutils.filter@6:[net.minecraft.item.crafting.Ingredient@21aa669b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.darkutils.filter@7 new recipe: RecipeStage{tier='three', recipe=4xtile.darkutils.filter@7:[net.minecraftforge.oredict.OreIngredient@15ecbead, net.minecraftforge.oredict.OreIngredient@afbc470, net.minecraftforge.oredict.OreIngredient@15ecbead, net.minecraftforge.oredict.OreIngredient@afbc470, net.minecraft.item.crafting.Ingredient@5ce65c9, net.minecraftforge.oredict.OreIngredient@afbc470, net.minecraftforge.oredict.OreIngredient@15ecbead, net.minecraftforge.oredict.OreIngredient@afbc470, net.minecraftforge.oredict.OreIngredient@15ecbead]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.darkutils.filter.inverted@7 new recipe: RecipeStage{tier='three', recipe=1xtile.darkutils.filter.inverted@7:[net.minecraft.item.crafting.Ingredient@77225555]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.darkutils.filter@7 new recipe: RecipeStage{tier='three', recipe=1xtile.darkutils.filter@7:[net.minecraft.item.crafting.Ingredient@74b84ca]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.darkutils.filter@8 new recipe: RecipeStage{tier='three', recipe=4xtile.darkutils.filter@8:[net.minecraftforge.oredict.OreIngredient@53c70817, net.minecraftforge.oredict.OreIngredient@25d1df8b, net.minecraftforge.oredict.OreIngredient@53c70817, net.minecraftforge.oredict.OreIngredient@25d1df8b, net.minecraft.item.crafting.Ingredient@40bcae99, net.minecraftforge.oredict.OreIngredient@25d1df8b, net.minecraftforge.oredict.OreIngredient@53c70817, net.minecraftforge.oredict.OreIngredient@25d1df8b, net.minecraftforge.oredict.OreIngredient@53c70817]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.darkutils.filter.inverted@8 new recipe: RecipeStage{tier='three', recipe=1xtile.darkutils.filter.inverted@8:[net.minecraft.item.crafting.Ingredient@1b0a0f90]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.darkutils.filter@8 new recipe: RecipeStage{tier='three', recipe=1xtile.darkutils.filter@8:[net.minecraft.item.crafting.Ingredient@70663b56]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.darkutils.filter@9 new recipe: RecipeStage{tier='three', recipe=4xtile.darkutils.filter@9:[net.minecraftforge.oredict.OreIngredient@5be08f56, net.minecraftforge.oredict.OreIngredient@7e0d2ad5, net.minecraftforge.oredict.OreIngredient@5be08f56, net.minecraftforge.oredict.OreIngredient@7e0d2ad5, net.minecraft.item.crafting.Ingredient@3530dc0b, net.minecraftforge.oredict.OreIngredient@7e0d2ad5, net.minecraftforge.oredict.OreIngredient@5be08f56, net.minecraftforge.oredict.OreIngredient@7e0d2ad5, net.minecraftforge.oredict.OreIngredient@5be08f56]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.darkutils.filter.inverted@9 new recipe: RecipeStage{tier='three', recipe=1xtile.darkutils.filter.inverted@9:[net.minecraft.item.crafting.Ingredient@744ded70]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.darkutils.filter@9 new recipe: RecipeStage{tier='three', recipe=1xtile.darkutils.filter@9:[net.minecraft.item.crafting.Ingredient@2b885690]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.darkutils.filter@10 new recipe: RecipeStage{tier='three', recipe=4xtile.darkutils.filter@10:[net.minecraftforge.oredict.OreIngredient@3cc49ab6, net.minecraftforge.oredict.OreIngredient@fa7d9a1, net.minecraftforge.oredict.OreIngredient@3cc49ab6, net.minecraftforge.oredict.OreIngredient@fa7d9a1, net.minecraftforge.oredict.OreIngredient@141a9348, net.minecraftforge.oredict.OreIngredient@fa7d9a1, net.minecraftforge.oredict.OreIngredient@3cc49ab6, net.minecraftforge.oredict.OreIngredient@fa7d9a1, net.minecraftforge.oredict.OreIngredient@3cc49ab6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.darkutils.filter.inverted@10 new recipe: RecipeStage{tier='three', recipe=1xtile.darkutils.filter.inverted@10:[net.minecraft.item.crafting.Ingredient@7dcf6b8d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.darkutils.filter@10 new recipe: RecipeStage{tier='three', recipe=1xtile.darkutils.filter@10:[net.minecraft.item.crafting.Ingredient@65465fa8]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.darkutils.lore.tag@0 new recipe: RecipeStage{tier='two', recipe=1xitem.darkutils.lore.tag@0:[net.minecraft.item.crafting.Ingredient@7ec12b2f, net.minecraftforge.oredict.OreIngredient@7ee836e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7ee836e, net.minecraftforge.oredict.OreIngredient@54ee8b35, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@358704b6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.darkutils.lore.tag@1 new recipe: RecipeStage{tier='two', recipe=1xitem.darkutils.lore.tag@1:[net.minecraft.item.crafting.Ingredient@4268d97a, net.minecraftforge.oredict.OreIngredient@31eec7aa, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@31eec7aa, net.minecraftforge.oredict.OreIngredient@11f94581, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1cd651bc]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.darkutils.lore.tag@2 new recipe: RecipeStage{tier='two', recipe=1xitem.darkutils.lore.tag@2:[net.minecraft.item.crafting.Ingredient@18f1e855, net.minecraftforge.oredict.OreIngredient@5fe5af76, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5fe5af76, net.minecraftforge.oredict.OreIngredient@4eb2c46, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2a9ec6d6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.darkutils.lore.tag@3 new recipe: RecipeStage{tier='two', recipe=1xitem.darkutils.lore.tag@3:[net.minecraft.item.crafting.Ingredient@3dba3090, net.minecraftforge.oredict.OreIngredient@4fd6a64e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4fd6a64e, net.minecraftforge.oredict.OreIngredient@12023aee, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4e76e60e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.darkutils.lore.tag@4 new recipe: RecipeStage{tier='two', recipe=1xitem.darkutils.lore.tag@4:[net.minecraft.item.crafting.Ingredient@222471e0, net.minecraftforge.oredict.OreIngredient@583a573c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@583a573c, net.minecraftforge.oredict.OreIngredient@5becc39f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@22d3187a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.darkutils.lore.tag@5 new recipe: RecipeStage{tier='two', recipe=1xitem.darkutils.lore.tag@5:[net.minecraft.item.crafting.Ingredient@23f9c6b1, net.minecraftforge.oredict.OreIngredient@29f0e645, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@29f0e645, net.minecraftforge.oredict.OreIngredient@143d28df, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2e97f2ea]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.darkutils.lore.tag@6 new recipe: RecipeStage{tier='two', recipe=1xitem.darkutils.lore.tag@6:[net.minecraft.item.crafting.Ingredient@433665c7, net.minecraftforge.oredict.OreIngredient@6d5a712a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6d5a712a, net.minecraftforge.oredict.OreIngredient@10dcd78e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1cd67dd]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.darkutils.lore.tag@7 new recipe: RecipeStage{tier='two', recipe=1xitem.darkutils.lore.tag@7:[net.minecraft.item.crafting.Ingredient@71a5327e, net.minecraftforge.oredict.OreIngredient@4fc8de41, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4fc8de41, net.minecraftforge.oredict.OreIngredient@39de1091, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@53c76bf8]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.darkutils.lore.tag@8 new recipe: RecipeStage{tier='two', recipe=1xitem.darkutils.lore.tag@8:[net.minecraft.item.crafting.Ingredient@b29853c, net.minecraftforge.oredict.OreIngredient@21a68ce, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@21a68ce, net.minecraftforge.oredict.OreIngredient@4b89aa84, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@23f980a6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.darkutils.lore.tag@9 new recipe: RecipeStage{tier='two', recipe=1xitem.darkutils.lore.tag@9:[net.minecraft.item.crafting.Ingredient@64bee180, net.minecraftforge.oredict.OreIngredient@3533a9c1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3533a9c1, net.minecraftforge.oredict.OreIngredient@3368e869, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5c7ba212]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.darkutils.lore.tag@10 new recipe: RecipeStage{tier='two', recipe=1xitem.darkutils.lore.tag@10:[net.minecraft.item.crafting.Ingredient@4f5aeafc, net.minecraftforge.oredict.OreIngredient@670f3f77, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@670f3f77, net.minecraftforge.oredict.OreIngredient@1350b85f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@123ae315]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.darkutils.lore.tag@11 new recipe: RecipeStage{tier='two', recipe=1xitem.darkutils.lore.tag@11:[net.minecraft.item.crafting.Ingredient@aafe6a4, net.minecraftforge.oredict.OreIngredient@14458401, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@14458401, net.minecraftforge.oredict.OreIngredient@2414496, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@47a62d80]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.darkutils.lore.tag@12 new recipe: RecipeStage{tier='two', recipe=1xitem.darkutils.lore.tag@12:[net.minecraft.item.crafting.Ingredient@32c96916, net.minecraftforge.oredict.OreIngredient@a1486c2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@a1486c2, net.minecraftforge.oredict.OreIngredient@27906e2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7445f100]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.darkutils.lore.tag@13 new recipe: RecipeStage{tier='two', recipe=1xitem.darkutils.lore.tag@13:[net.minecraft.item.crafting.Ingredient@dbda747, net.minecraftforge.oredict.OreIngredient@23b112a4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@23b112a4, net.minecraftforge.oredict.OreIngredient@69b54e26, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@32237fe1]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.darkutils.lore.tag@14 new recipe: RecipeStage{tier='two', recipe=1xitem.darkutils.lore.tag@14:[net.minecraft.item.crafting.Ingredient@5244617d, net.minecraftforge.oredict.OreIngredient@79cb6da3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@79cb6da3, net.minecraftforge.oredict.OreIngredient@3accd8c2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1339640d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.darkutils.lore.tag@15 new recipe: RecipeStage{tier='two', recipe=1xitem.darkutils.lore.tag@15:[net.minecraft.item.crafting.Ingredient@6287b09e, net.minecraftforge.oredict.OreIngredient@40036f18, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@40036f18, net.minecraftforge.oredict.OreIngredient@1cd5a512, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4494a389]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.darkutils.grate@0 new recipe: RecipeStage{tier='three', recipe=1xtile.darkutils.grate@0:[net.minecraftforge.oredict.OreIngredient@1bc8f8c5, net.minecraft.item.crafting.Ingredient@40e83f0b, net.minecraft.item.crafting.Ingredient@7124ef31]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.darkutils.fake.tnt@0 new recipe: RecipeStage{tier='three', recipe=1xtile.darkutils.fake.tnt@0:[net.minecraftforge.oredict.OreIngredient@10cd9277, net.minecraft.item.crafting.Ingredient@4c1f5e7b, net.minecraftforge.oredict.OreIngredient@10cd9277, net.minecraft.item.crafting.Ingredient@4c1f5e7b, net.minecraftforge.oredict.OreIngredient@10cd9277, net.minecraft.item.crafting.Ingredient@4c1f5e7b, net.minecraftforge.oredict.OreIngredient@10cd9277, net.minecraft.item.crafting.Ingredient@4c1f5e7b, net.minecraftforge.oredict.OreIngredient@10cd9277]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.darkutils.ender.tether@0 new recipe: RecipeStage{tier='three', recipe=1xtile.darkutils.ender.tether@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4d8e2094, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1b050373, net.minecraft.item.crafting.Ingredient@67a7744e, net.minecraftforge.oredict.OreIngredient@1b050373]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.darkutils.ender.hopper@0 new recipe: RecipeStage{tier='three', recipe=1xtile.darkutils.ender.hopper@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@51fd0247, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6dcb026c, net.minecraft.item.crafting.Ingredient@5ee69a3d, net.minecraftforge.oredict.OreIngredient@6dcb026c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.darkutils.ender.pearl.hopper@0 new recipe: RecipeStage{tier='four', recipe=1xtile.darkutils.ender.pearl.hopper@0:[net.minecraftforge.oredict.OreIngredient@23f80ab, net.minecraftforge.oredict.OreIngredient@23f80ab, net.minecraftforge.oredict.OreIngredient@23f80ab, net.minecraftforge.oredict.OreIngredient@23f80ab, net.minecraft.item.crafting.Ingredient@3b695591, net.minecraftforge.oredict.OreIngredient@23f80ab, net.minecraftforge.oredict.OreIngredient@23f80ab, net.minecraftforge.oredict.OreIngredient@23f80ab, net.minecraftforge.oredict.OreIngredient@23f80ab]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xitem.darkutils.material@0 new recipe: RecipeStage{tier='three', recipe=3xitem.darkutils.material@0:[net.minecraft.item.crafting.Ingredient@1b54212f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.darkutils.material@2 new recipe: RecipeStage{tier='three', recipe=1xitem.darkutils.material@2:[net.minecraft.item.crafting.Ingredient@7481e923, net.minecraftforge.oredict.OreIngredient@799e0b42]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.darkutils.material@1 new recipe: RecipeStage{tier='three', recipe=1xitem.darkutils.material@1:[net.minecraft.item.crafting.Ingredient@50d95da2, net.minecraftforge.oredict.OreIngredient@6abe43cf]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.darkutils.material@3 new recipe: RecipeStage{tier='three', recipe=8xitem.darkutils.material@3:[net.minecraft.item.crafting.Ingredient@118d674a, net.minecraft.item.crafting.Ingredient@118d674a, net.minecraft.item.crafting.Ingredient@118d674a, net.minecraft.item.crafting.Ingredient@118d674a, net.minecraft.item.crafting.Ingredient@1840ba22, net.minecraft.item.crafting.Ingredient@118d674a, net.minecraft.item.crafting.Ingredient@118d674a, net.minecraft.item.crafting.Ingredient@118d674a, net.minecraft.item.crafting.Ingredient@118d674a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 5xtile.hellsand@0 new recipe: RecipeStage{tier='three', recipe=5xtile.hellsand@0:[net.minecraftforge.oredict.OreIngredient@26ec0c5, net.minecraft.item.crafting.Ingredient@1ad65b7c, net.minecraftforge.oredict.OreIngredient@26ec0c5, net.minecraft.item.crafting.Ingredient@1ad65b7c, net.minecraftforge.oredict.OreIngredient@26ec0c5, net.minecraft.item.crafting.Ingredient@1ad65b7c, net.minecraftforge.oredict.OreIngredient@26ec0c5, net.minecraft.item.crafting.Ingredient@1ad65b7c, net.minecraftforge.oredict.OreIngredient@26ec0c5]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.darkutils.wither.block@0 new recipe: RecipeStage{tier='three', recipe=1xtile.darkutils.wither.block@0:[net.minecraft.item.crafting.Ingredient@601bd85b, net.minecraft.item.crafting.Ingredient@601bd85b, net.minecraft.item.crafting.Ingredient@601bd85b, net.minecraft.item.crafting.Ingredient@601bd85b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xitem.darkutils.material@0 new recipe: RecipeStage{tier='three', recipe=4xitem.darkutils.material@0:[net.minecraft.item.crafting.Ingredient@7d97efd0]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.darkutils.wither.block@1 new recipe: RecipeStage{tier='three', recipe=4xtile.darkutils.wither.block@1:[net.minecraft.item.crafting.Ingredient@98b604f, net.minecraft.item.crafting.Ingredient@98b604f, net.minecraft.item.crafting.Ingredient@98b604f, net.minecraft.item.crafting.Ingredient@98b604f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.darkutils.wither.block@2 new recipe: RecipeStage{tier='three', recipe=4xtile.darkutils.wither.block@2:[net.minecraft.item.crafting.Ingredient@212ed7b9, net.minecraft.item.crafting.Ingredient@212ed7b9, net.minecraft.item.crafting.Ingredient@212ed7b9, net.minecraft.item.crafting.Ingredient@212ed7b9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.darkutils.wither.block@3 new recipe: RecipeStage{tier='three', recipe=4xtile.darkutils.wither.block@3:[net.minecraft.item.crafting.Ingredient@1f491ac7, net.minecraft.item.crafting.Ingredient@1f491ac7, net.minecraft.item.crafting.Ingredient@1f491ac7, net.minecraft.item.crafting.Ingredient@1f491ac7]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.darkutils.wither.block@4 new recipe: RecipeStage{tier='three', recipe=4xtile.darkutils.wither.block@4:[net.minecraft.item.crafting.Ingredient@5d629f91, net.minecraft.item.crafting.Ingredient@5d629f91, net.minecraft.item.crafting.Ingredient@5d629f91, net.minecraft.item.crafting.Ingredient@5d629f91]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.darkutils.wither.block@5 new recipe: RecipeStage{tier='three', recipe=4xtile.darkutils.wither.block@5:[net.minecraft.item.crafting.Ingredient@fb9156a, net.minecraft.item.crafting.Ingredient@fb9156a, net.minecraft.item.crafting.Ingredient@fb9156a, net.minecraft.item.crafting.Ingredient@fb9156a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.darkutils.wither.block@0 new recipe: RecipeStage{tier='three', recipe=4xtile.darkutils.wither.block@0:[net.minecraft.item.crafting.Ingredient@58fd883b, net.minecraft.item.crafting.Ingredient@58fd883b, net.minecraft.item.crafting.Ingredient@58fd883b, net.minecraft.item.crafting.Ingredient@58fd883b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.darkutils.charm.agression@0 new recipe: RecipeStage{tier='three', recipe=1xitem.darkutils.charm.agression@0:[net.minecraftforge.oredict.OreIngredient@7e9d918b, net.minecraftforge.oredict.OreIngredient@3347f42a, net.minecraftforge.oredict.OreIngredient@7e9d918b, net.minecraftforge.oredict.OreIngredient@3347f42a, net.minecraft.item.crafting.Ingredient@77eb0413, net.minecraftforge.oredict.OreIngredient@3347f42a, net.minecraft.item.crafting.Ingredient@4368f810, net.minecraftforge.oredict.OreIngredient@3347f42a, net.minecraft.item.crafting.Ingredient@4368f810]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.darkutils.focus.sash@0 new recipe: RecipeStage{tier='three', recipe=1xitem.darkutils.focus.sash@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@51eb283f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5d81708c, net.minecraft.item.crafting.Ingredient@72e52cb3, net.minecraft.item.crafting.Ingredient@7649e287, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7e6b86a1, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.darkutils.focus.sash@0 new recipe: RecipeStage{tier='two', recipe=1xitem.darkutils.focus.sash@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@51eb283f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5d81708c, net.minecraft.item.crafting.Ingredient@72e52cb3, net.minecraft.item.crafting.Ingredient@7649e287, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7e6b86a1, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.darkutils.charm.gluttony@0 new recipe: RecipeStage{tier='one', recipe=1xitem.darkutils.charm.gluttony@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@28389cf0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7363adf0, net.minecraft.item.crafting.Ingredient@4a8734c1, net.minecraftforge.oredict.OreIngredient@7363adf0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7363adf0, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.darkutils.charm.null@0 new recipe: RecipeStage{tier='three', recipe=1xitem.darkutils.charm.null@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@68fbedbe, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4c8234d, net.minecraftforge.oredict.OreIngredient@6a2a1209, net.minecraftforge.oredict.OreIngredient@197802b1]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.darkutils.charm.null@0 new recipe: RecipeStage{tier='two', recipe=1xitem.darkutils.charm.null@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@68fbedbe, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4c8234d, net.minecraftforge.oredict.OreIngredient@6a2a1209, net.minecraftforge.oredict.OreIngredient@197802b1]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.darkutils.charm.portal@0 new recipe: RecipeStage{tier='two', recipe=1xitem.darkutils.charm.portal@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2e598a3d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6b4e06f0, net.minecraft.item.crafting.Ingredient@51ceebca, net.minecraftforge.oredict.OreIngredient@6b4e06f0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6b4e06f0, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.darkutils.charm.portal@0 new recipe: RecipeStage{tier='two', recipe=1xitem.darkutils.charm.portal@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@87a06c8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6a107d98, net.minecraft.item.crafting.Ingredient@71729fac, net.minecraftforge.oredict.OreIngredient@6a107d98, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6a107d98, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.darkutils.charm.sleep@0 new recipe: RecipeStage{tier='one', recipe=1xitem.darkutils.charm.sleep@0:[net.minecraftforge.oredict.OreIngredient@57c4aaf3, net.minecraftforge.oredict.OreIngredient@fd0ba85, net.minecraftforge.oredict.OreIngredient@57c4aaf3, net.minecraftforge.oredict.OreIngredient@fd0ba85, net.minecraftforge.oredict.OreIngredient@6645ea5a, net.minecraftforge.oredict.OreIngredient@fd0ba85, net.minecraftforge.oredict.OreIngredient@57c4aaf3, net.minecraftforge.oredict.OreIngredient@fd0ba85, net.minecraftforge.oredict.OreIngredient@57c4aaf3]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.darkutils.anti.slime@0 new recipe: RecipeStage{tier='four', recipe=1xtile.darkutils.anti.slime@0:[net.minecraftforge.oredict.OreIngredient@3af86c1, net.minecraft.item.crafting.Ingredient@71ce3775, net.minecraftforge.oredict.OreIngredient@3af86c1, net.minecraft.item.crafting.Ingredient@71ce3775, net.minecraft.item.crafting.Ingredient@7bc0af5b, net.minecraft.item.crafting.Ingredient@71ce3775, net.minecraftforge.oredict.OreIngredient@3af86c1, net.minecraft.item.crafting.Ingredient@71ce3775, net.minecraftforge.oredict.OreIngredient@3af86c1]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xtile.null@0 new recipe: RecipeStage{tier='four', recipe=2xtile.null@0:[net.minecraft.item.crafting.Ingredient@4259c0bc, net.minecraft.item.crafting.Ingredient@7caa8c4a, net.minecraft.item.crafting.Ingredient@4259c0bc, net.minecraft.item.crafting.Ingredient@7cb57dd1, net.minecraft.item.crafting.Ingredient@6d85a9f9, net.minecraft.item.crafting.Ingredient@7cb57dd1, net.minecraft.item.crafting.Ingredient@7cb57dd1, net.minecraft.item.crafting.Ingredient@6155d8d5, net.minecraft.item.crafting.Ingredient@7cb57dd1]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xtile.null@0 new recipe: RecipeStage{tier='four', recipe=2xtile.null@0:[net.minecraft.item.crafting.Ingredient@5eb3c0d9, net.minecraft.item.crafting.Ingredient@5eb3c0d9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xtile.null@0 new recipe: RecipeStage{tier='four', recipe=2xtile.null@0:[net.minecraft.item.crafting.Ingredient@6c1d97ee, net.minecraft.item.crafting.Ingredient@6c1d97ee]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xtile.null@0 new recipe: RecipeStage{tier='four', recipe=2xtile.null@0:[net.minecraft.item.crafting.Ingredient@79c01554, net.minecraft.item.crafting.Ingredient@79c01554]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xtile.null@0 new recipe: RecipeStage{tier='four', recipe=2xtile.null@0:[net.minecraft.item.crafting.Ingredient@11a00f87, net.minecraft.item.crafting.Ingredient@11a00f87]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xitem.huntingdim.biome.changer@0 new recipe: RecipeStage{tier='one', recipe=4xitem.huntingdim.biome.changer@0:[net.minecraftforge.oredict.OreIngredient@1fe7f058, net.minecraftforge.oredict.OreIngredient@1fe7f058, net.minecraftforge.oredict.OreIngredient@1fe7f058, net.minecraftforge.oredict.OreIngredient@1fe7f058, net.minecraft.item.crafting.Ingredient@8b0d279, net.minecraftforge.oredict.OreIngredient@1fe7f058, net.minecraftforge.oredict.OreIngredient@1fe7f058, net.minecraftforge.oredict.OreIngredient@1fe7f058, net.minecraftforge.oredict.OreIngredient@1fe7f058]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xitem.huntingdim.biome.changer@0 new recipe: RecipeStage{tier='one', recipe=4xitem.huntingdim.biome.changer@0:[net.minecraftforge.oredict.OreIngredient@560044c1, net.minecraftforge.oredict.OreIngredient@560044c1, net.minecraftforge.oredict.OreIngredient@560044c1, net.minecraftforge.oredict.OreIngredient@560044c1, net.minecraft.item.crafting.Ingredient@4f67ea92, net.minecraftforge.oredict.OreIngredient@560044c1, net.minecraftforge.oredict.OreIngredient@560044c1, net.minecraftforge.oredict.OreIngredient@560044c1, net.minecraftforge.oredict.OreIngredient@560044c1]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xitem.huntingdim.biome.changer@0 new recipe: RecipeStage{tier='one', recipe=4xitem.huntingdim.biome.changer@0:[net.minecraftforge.oredict.OreIngredient@6fa2b616, net.minecraftforge.oredict.OreIngredient@6fa2b616, net.minecraftforge.oredict.OreIngredient@6fa2b616, net.minecraftforge.oredict.OreIngredient@6fa2b616, net.minecraft.item.crafting.Ingredient@610f9281, net.minecraftforge.oredict.OreIngredient@6fa2b616, net.minecraftforge.oredict.OreIngredient@6fa2b616, net.minecraftforge.oredict.OreIngredient@6fa2b616, net.minecraftforge.oredict.OreIngredient@6fa2b616]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.huntingdim.biome.changer@0 new recipe: RecipeStage{tier='one', recipe=1xitem.huntingdim.biome.changer@0:[net.minecraftforge.oredict.OreIngredient@35fdf42d, net.minecraftforge.oredict.OreIngredient@35fdf42d, net.minecraftforge.oredict.OreIngredient@35fdf42d, net.minecraftforge.oredict.OreIngredient@35fdf42d, net.minecraft.item.crafting.Ingredient@45beab7a, net.minecraftforge.oredict.OreIngredient@35fdf42d, net.minecraftforge.oredict.OreIngredient@35fdf42d, net.minecraftforge.oredict.OreIngredient@35fdf42d, net.minecraftforge.oredict.OreIngredient@35fdf42d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.huntingdim.biome.changer@0 new recipe: RecipeStage{tier='one', recipe=1xitem.huntingdim.biome.changer@0:[net.minecraftforge.oredict.OreIngredient@3f56a7dd, net.minecraftforge.oredict.OreIngredient@3f56a7dd, net.minecraftforge.oredict.OreIngredient@3f56a7dd, net.minecraftforge.oredict.OreIngredient@3f56a7dd, net.minecraft.item.crafting.Ingredient@22d0a12c, net.minecraftforge.oredict.OreIngredient@3f56a7dd, net.minecraftforge.oredict.OreIngredient@3f56a7dd, net.minecraftforge.oredict.OreIngredient@3f56a7dd, net.minecraftforge.oredict.OreIngredient@3f56a7dd]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.huntingdim.biome.changer@0 new recipe: RecipeStage{tier='one', recipe=1xitem.huntingdim.biome.changer@0:[net.minecraft.item.crafting.Ingredient@78d665c7, net.minecraft.item.crafting.Ingredient@78d665c7, net.minecraft.item.crafting.Ingredient@78d665c7, net.minecraft.item.crafting.Ingredient@78d665c7, net.minecraft.item.crafting.Ingredient@4803f4dc, net.minecraft.item.crafting.Ingredient@78d665c7, net.minecraft.item.crafting.Ingredient@78d665c7, net.minecraft.item.crafting.Ingredient@78d665c7, net.minecraft.item.crafting.Ingredient@78d665c7]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.huntingdim.biome.changer@0 new recipe: RecipeStage{tier='one', recipe=1xitem.huntingdim.biome.changer@0:[net.minecraftforge.oredict.OreIngredient@42e1da4e, net.minecraftforge.oredict.OreIngredient@42e1da4e, net.minecraftforge.oredict.OreIngredient@42e1da4e, net.minecraftforge.oredict.OreIngredient@42e1da4e, net.minecraft.item.crafting.Ingredient@659fdaff, net.minecraftforge.oredict.OreIngredient@42e1da4e, net.minecraftforge.oredict.OreIngredient@42e1da4e, net.minecraftforge.oredict.OreIngredient@42e1da4e, net.minecraftforge.oredict.OreIngredient@42e1da4e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.huntingdim.biome.changer@0 new recipe: RecipeStage{tier='one', recipe=1xitem.huntingdim.biome.changer@0:[net.minecraftforge.oredict.OreIngredient@2eac73d6, net.minecraftforge.oredict.OreIngredient@2eac73d6, net.minecraftforge.oredict.OreIngredient@2eac73d6, net.minecraftforge.oredict.OreIngredient@2eac73d6, net.minecraft.item.crafting.Ingredient@795ed7cb, net.minecraftforge.oredict.OreIngredient@2eac73d6, net.minecraftforge.oredict.OreIngredient@2eac73d6, net.minecraftforge.oredict.OreIngredient@2eac73d6, net.minecraftforge.oredict.OreIngredient@2eac73d6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.huntingdim.biome.changer@0 new recipe: RecipeStage{tier='one', recipe=1xitem.huntingdim.biome.changer@0:[net.minecraft.item.crafting.Ingredient@35a15104, net.minecraft.item.crafting.Ingredient@35a15104, net.minecraft.item.crafting.Ingredient@35a15104, net.minecraft.item.crafting.Ingredient@35a15104, net.minecraft.item.crafting.Ingredient@2e723d6d, net.minecraft.item.crafting.Ingredient@35a15104, net.minecraft.item.crafting.Ingredient@35a15104, net.minecraft.item.crafting.Ingredient@35a15104, net.minecraft.item.crafting.Ingredient@35a15104]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.huntingdim.biome.changer@0 new recipe: RecipeStage{tier='one', recipe=1xitem.huntingdim.biome.changer@0:[net.minecraft.item.crafting.Ingredient@638dd9b6, net.minecraft.item.crafting.Ingredient@638dd9b6, net.minecraft.item.crafting.Ingredient@638dd9b6, net.minecraft.item.crafting.Ingredient@638dd9b6, net.minecraft.item.crafting.Ingredient@6c62ba83, net.minecraft.item.crafting.Ingredient@638dd9b6, net.minecraft.item.crafting.Ingredient@638dd9b6, net.minecraft.item.crafting.Ingredient@638dd9b6, net.minecraft.item.crafting.Ingredient@638dd9b6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.huntingdim.biome.changer@0 new recipe: RecipeStage{tier='one', recipe=1xitem.huntingdim.biome.changer@0:[net.minecraft.item.crafting.Ingredient@5374ef7a, net.minecraft.item.crafting.Ingredient@5374ef7a, net.minecraft.item.crafting.Ingredient@5374ef7a, net.minecraft.item.crafting.Ingredient@5374ef7a, net.minecraft.item.crafting.Ingredient@6cd2292c, net.minecraft.item.crafting.Ingredient@5374ef7a, net.minecraft.item.crafting.Ingredient@5374ef7a, net.minecraft.item.crafting.Ingredient@5374ef7a, net.minecraft.item.crafting.Ingredient@5374ef7a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.huntingdim.biome.changer@0 new recipe: RecipeStage{tier='one', recipe=1xitem.huntingdim.biome.changer@0:[net.minecraft.item.crafting.Ingredient@619f0d69, net.minecraft.item.crafting.Ingredient@619f0d69, net.minecraft.item.crafting.Ingredient@619f0d69, net.minecraft.item.crafting.Ingredient@619f0d69, net.minecraft.item.crafting.Ingredient@1850157b, net.minecraft.item.crafting.Ingredient@619f0d69, net.minecraft.item.crafting.Ingredient@619f0d69, net.minecraft.item.crafting.Ingredient@619f0d69, net.minecraft.item.crafting.Ingredient@619f0d69]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.blocks.integrateddynamics.crystalized_menril_brick@0 new recipe: RecipeStage{tier='four', recipe=4xtile.blocks.integrateddynamics.crystalized_menril_brick@0:[net.minecraft.item.crafting.Ingredient@2c2a925b, net.minecraft.item.crafting.Ingredient@2165d879, net.minecraft.item.crafting.Ingredient@58d2512c, net.minecraft.item.crafting.Ingredient@580dc663]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.blocks.integrateddynamics.crystalized_menril_block@0 new recipe: RecipeStage{tier='four', recipe=1xtile.blocks.integrateddynamics.crystalized_menril_block@0:[net.minecraft.item.crafting.Ingredient@5de4c9c9, net.minecraft.item.crafting.Ingredient@73dec5ce, net.minecraft.item.crafting.Ingredient@301ed8c8, net.minecraft.item.crafting.Ingredient@3e6ba9fb, net.minecraft.item.crafting.Ingredient@453a957e, net.minecraft.item.crafting.Ingredient@40cfd8a2, net.minecraft.item.crafting.Ingredient@65190eb, net.minecraft.item.crafting.Ingredient@6596c5ab, net.minecraft.item.crafting.Ingredient@74962d02]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.blocks.integrateddynamics.drying_basin@0 new recipe: RecipeStage{tier='four', recipe=1xtile.blocks.integrateddynamics.drying_basin@0:[org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@562d19f9, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@bdd8ff7, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@3ca05a9f, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@19d6e647, net.minecraft.item.crafting.Ingredient$1@7e2c8622, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@270ad655, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@404f4774, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@7e058940, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@504fac19]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.blocks.integrateddynamics.squeezer@0 new recipe: RecipeStage{tier='four', recipe=1xtile.blocks.integrateddynamics.squeezer@0:[org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@64d7607f, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@76425366, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@2a6a9e01, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@4a4ead96, net.minecraft.item.crafting.Ingredient$1@7e2c8622, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@1545e838, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@71f84095, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@f9c523d, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@30816c45]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.blocks.integrateddynamics.cable@0 new recipe: RecipeStage{tier='four', recipe=3xtile.blocks.integrateddynamics.cable@0:[net.minecraft.item.crafting.Ingredient@6fc84e45, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@1fb52097, net.minecraft.item.crafting.Ingredient@246573a5, net.minecraft.item.crafting.Ingredient@77b8aa3c, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@5a2f68e8, net.minecraft.item.crafting.Ingredient@6c285aa2, net.minecraft.item.crafting.Ingredient@63dff4d9, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@51045bd4, net.minecraft.item.crafting.Ingredient@70cd1134]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.blocks.integrateddynamics.cable@0 new recipe: RecipeStage{tier='four', recipe=3xtile.blocks.integrateddynamics.cable@0:[net.minecraft.item.crafting.Ingredient@298e3c3c, net.minecraft.item.crafting.Ingredient@27d6158, net.minecraft.item.crafting.Ingredient@1f2c430a, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@38a5392b, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@60129ddf, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@90c4724, net.minecraft.item.crafting.Ingredient@7445611c, net.minecraft.item.crafting.Ingredient@65b862de, net.minecraft.item.crafting.Ingredient@11b0e7d3]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.items.integrateddynamics.wrench@0 new recipe: RecipeStage{tier='four', recipe=1xitem.items.integrateddynamics.wrench@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1a307bdb, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@5ca973bf, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7d188c5b, net.minecraft.item.crafting.Ingredient@d6e10aa, net.minecraft.item.crafting.Ingredient@14995c7f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 24xitem.items.integrateddynamics.variable@0 new recipe: RecipeStage{tier='four', recipe=24xitem.items.integrateddynamics.variable@0:[net.minecraft.item.crafting.Ingredient@4dab33e3, net.minecraft.item.crafting.Ingredient@39db7139, net.minecraft.item.crafting.Ingredient@590dadc, net.minecraft.item.crafting.Ingredient@413605e0, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@5516120e, net.minecraft.item.crafting.Ingredient@3726f32c, net.minecraft.item.crafting.Ingredient@3463892e, net.minecraft.item.crafting.Ingredient@458b9347, net.minecraft.item.crafting.Ingredient@20e86f9a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.items.integrateddynamics.labeller@0 new recipe: RecipeStage{tier='four', recipe=1xitem.items.integrateddynamics.labeller@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@722a121d, net.minecraft.item.crafting.Ingredient@68dee5e7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4ca882a1, net.minecraft.item.crafting.Ingredient@34552d04, net.minecraft.item.crafting.Ingredient@164d7b69, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 32xitem.items.integrateddynamics.facade@0 new recipe: RecipeStage{tier='four', recipe=32xitem.items.integrateddynamics.facade@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@61dde562, net.minecraft.item.crafting.Ingredient$1@7e2c8622, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@72c1e346, net.minecraft.item.crafting.Ingredient@40f9ac50, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@6e7c3c42, net.minecraft.item.crafting.Ingredient$1@7e2c8622, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@6004221a, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.blocks.integrateddynamics.variablestore@0 new recipe: RecipeStage{tier='four', recipe=1xtile.blocks.integrateddynamics.variablestore@0:[net.minecraft.item.crafting.Ingredient@5ef0d723, net.minecraft.item.crafting.Ingredient@526a942c, net.minecraft.item.crafting.Ingredient@66f8920c, net.minecraft.item.crafting.Ingredient@50fa6026, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@86becd5, net.minecraft.item.crafting.Ingredient@e26c200, net.minecraft.item.crafting.Ingredient@2cec593a, net.minecraft.item.crafting.Ingredient@2f94e7d1, net.minecraft.item.crafting.Ingredient@784eabb2]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.blocks.integrateddynamics.proxy@0 new recipe: RecipeStage{tier='four', recipe=1xtile.blocks.integrateddynamics.proxy@0:[net.minecraft.item.crafting.Ingredient@1b2002b0, net.minecraft.item.crafting.Ingredient@45c78931, net.minecraft.item.crafting.Ingredient@7b95b8ff, net.minecraft.item.crafting.Ingredient@45f601ec, net.minecraft.item.crafting.Ingredient@5ed8ae60, net.minecraft.item.crafting.Ingredient@272f3a8b, net.minecraft.item.crafting.Ingredient@712b3cd1, net.minecraft.item.crafting.Ingredient@4a7ba79, net.minecraft.item.crafting.Ingredient@1f17af23]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.blocks.integrateddynamics.delay@0 new recipe: RecipeStage{tier='four', recipe=1xtile.blocks.integrateddynamics.delay@0:[net.minecraft.item.crafting.Ingredient@72d69ccd, net.minecraft.item.crafting.Ingredient@221decda, net.minecraft.item.crafting.Ingredient@71ba00fe, net.minecraft.item.crafting.Ingredient@73d8e19c, net.minecraft.item.crafting.Ingredient@352e2bde, net.minecraft.item.crafting.Ingredient@78187a9d, net.minecraft.item.crafting.Ingredient@59842890, net.minecraft.item.crafting.Ingredient@6de4e63d, net.minecraft.item.crafting.Ingredient@29504084]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.blocks.integrateddynamics.materializer@0 new recipe: RecipeStage{tier='four', recipe=1xtile.blocks.integrateddynamics.materializer@0:[net.minecraft.item.crafting.Ingredient@b7f9749, net.minecraft.item.crafting.Ingredient@212f6f84, net.minecraft.item.crafting.Ingredient@30af7375, net.minecraft.item.crafting.Ingredient@15b78702, net.minecraft.item.crafting.Ingredient@62859f22, net.minecraft.item.crafting.Ingredient@380c9fb9, net.minecraft.item.crafting.Ingredient@73737716, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@5a5561ed, net.minecraft.item.crafting.Ingredient@14e7890a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xitem.items.integrateddynamics.variable_transformer@0 new recipe: RecipeStage{tier='four', recipe=4xitem.items.integrateddynamics.variable_transformer@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@79c503b2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@60fdd01f, net.minecraft.item.crafting.Ingredient@938c888, net.minecraft.item.crafting.Ingredient@4bc2d6c1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1acb8498, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xitem.items.integrateddynamics.variable_transformer@1 new recipe: RecipeStage{tier='four', recipe=4xitem.items.integrateddynamics.variable_transformer@1:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@400b3e17, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@12f67b82, net.minecraft.item.crafting.Ingredient@105c6d91, net.minecraft.item.crafting.Ingredient@24408e8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1ba67531, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.items.integrateddynamics.part_audio_reader_item@0 new recipe: RecipeStage{tier='four', recipe=1xitem.items.integrateddynamics.part_audio_reader_item@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@436858a5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@102b0733, net.minecraft.item.crafting.Ingredient@2ed7da36, net.minecraft.item.crafting.Ingredient@38b69f5b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@399a5598, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.items.integrateddynamics.part_block_reader_item@0 new recipe: RecipeStage{tier='four', recipe=1xitem.items.integrateddynamics.part_block_reader_item@0:[org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@64b04ea, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@71044bc3, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@256dcda5, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@7d711f5f, net.minecraft.item.crafting.Ingredient@23c3284f, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@70ca35a7, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@3b01cefe, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@4e7fa526, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@74446df6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.items.integrateddynamics.part_entity_reader_item@0 new recipe: RecipeStage{tier='four', recipe=1xitem.items.integrateddynamics.part_entity_reader_item@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4d86850, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@41d11db6, net.minecraft.item.crafting.Ingredient@2b277253, net.minecraft.item.crafting.Ingredient@5c541fc4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1b8966f6, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.items.integrateddynamics.part_extradimensional_reader_item@0 new recipe: RecipeStage{tier='four', recipe=1xitem.items.integrateddynamics.part_extradimensional_reader_item@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6ee1533b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@5b0c826f, net.minecraft.item.crafting.Ingredient@5451aa85, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@13ff3529, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7763d4e6, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.items.integrateddynamics.part_fluid_reader_item@0 new recipe: RecipeStage{tier='four', recipe=1xitem.items.integrateddynamics.part_fluid_reader_item@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@128ea791, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@43605d98, net.minecraft.item.crafting.Ingredient@2f9ff7d5, net.minecraft.item.crafting.Ingredient@489ca6e1]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.items.integrateddynamics.part_inventory_reader_item@0 new recipe: RecipeStage{tier='four', recipe=1xitem.items.integrateddynamics.part_inventory_reader_item@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@13f3477b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@754edc1b, net.minecraft.item.crafting.Ingredient@3ab0d534, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@2efe1d9d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.items.integrateddynamics.part_machine_reader_item@0 new recipe: RecipeStage{tier='four', recipe=1xitem.items.integrateddynamics.part_machine_reader_item@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@46fb7de3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@1b64c8f5, net.minecraft.item.crafting.Ingredient@28cfd2d6, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@c104d33, net.minecraft.item.crafting.Ingredient$1@7e2c8622, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@11193d37, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.items.integrateddynamics.part_network_reader_item@0 new recipe: RecipeStage{tier='four', recipe=1xitem.items.integrateddynamics.part_network_reader_item@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2c579a2f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3ba39850, net.minecraft.item.crafting.Ingredient@306f8fb, net.minecraft.item.crafting.Ingredient@8faeef8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@186c8b2a, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.items.integrateddynamics.part_redstone_reader_item@0 new recipe: RecipeStage{tier='four', recipe=1xitem.items.integrateddynamics.part_redstone_reader_item@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@2844419c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@408d6c72, net.minecraft.item.crafting.Ingredient@331b1ead, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@a00ffe7]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.items.integrateddynamics.part_world_reader_item@0 new recipe: RecipeStage{tier='four', recipe=1xitem.items.integrateddynamics.part_world_reader_item@0:[org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@4d70b887, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@5d9e9874, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@4e22c93e, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@1ab1b76d, net.minecraft.item.crafting.Ingredient@524d803c, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@7b39ef39, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@238ab259, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@3417739a, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@a655944]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.items.integrateddynamics.part_audio_writer_item@0 new recipe: RecipeStage{tier='four', recipe=1xitem.items.integrateddynamics.part_audio_writer_item@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@67f4a503, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@50aa5f64, net.minecraft.item.crafting.Ingredient@62301fe4, net.minecraft.item.crafting.Ingredient@7e09d590, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3c97bbef, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.items.integrateddynamics.part_effect_writer_item@0 new recipe: RecipeStage{tier='four', recipe=1xitem.items.integrateddynamics.part_effect_writer_item@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6d35088e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@777860ec, net.minecraft.item.crafting.Ingredient@60ad71ab, net.minecraft.item.crafting.Ingredient@68a896e5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2d9c8206, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.items.integrateddynamics.part_entity_writer_item@0 new recipe: RecipeStage{tier='four', recipe=1xitem.items.integrateddynamics.part_entity_writer_item@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@770a6888, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@51b94310, net.minecraft.item.crafting.Ingredient@242748bc, net.minecraft.item.crafting.Ingredient@6023f5b4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@44c99f10, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.items.integrateddynamics.part_machine_writer_item@0 new recipe: RecipeStage{tier='four', recipe=1xitem.items.integrateddynamics.part_machine_writer_item@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3647dea0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@765e3407, net.minecraft.item.crafting.Ingredient@4ecca4d8, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@7400f16, net.minecraft.item.crafting.Ingredient$1@7e2c8622, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@ffa6380, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.items.integrateddynamics.part_inventory_writer_item@0 new recipe: RecipeStage{tier='four', recipe=1xitem.items.integrateddynamics.part_inventory_writer_item@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@78c71d65, net.minecraft.item.crafting.Ingredient$1@7e2c8622, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@6c53b239, net.minecraft.item.crafting.Ingredient@5f5ccc24, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@17899e82]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.items.integrateddynamics.part_redstone_writer_item@0 new recipe: RecipeStage{tier='four', recipe=1xitem.items.integrateddynamics.part_redstone_writer_item@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@44f40268, net.minecraft.item.crafting.Ingredient$1@7e2c8622, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@3f43cb48, net.minecraft.item.crafting.Ingredient@28be616b, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@2070b0f0]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.items.integrateddynamics.part_static_light_panel_item@0 new recipe: RecipeStage{tier='four', recipe=1xitem.items.integrateddynamics.part_static_light_panel_item@0:[net.minecraft.item.crafting.Ingredient@1bf7db76, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4756146d, net.minecraft.item.crafting.Ingredient@7ef858cd, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@6890a26b, net.minecraft.item.crafting.Ingredient@4d19e864, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.items.integrateddynamics.part_dynamic_light_panel_item@0 new recipe: RecipeStage{tier='four', recipe=1xitem.items.integrateddynamics.part_dynamic_light_panel_item@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@69af97e8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@8930fc3, net.minecraft.item.crafting.Ingredient@454c3d08, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@16295b43, net.minecraft.item.crafting.Ingredient$1@7e2c8622, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@32c8eb9, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.items.integrateddynamics.part_display_panel_item@0 new recipe: RecipeStage{tier='four', recipe=1xitem.items.integrateddynamics.part_display_panel_item@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@c400b6d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@14a95fc9, net.minecraft.item.crafting.Ingredient@2e3a634c, net.minecraft.item.crafting.Ingredient@3590b607, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3987c8bb, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.blocks.integrateddynamics.menril_door@0 new recipe: RecipeStage{tier='four', recipe=3xtile.blocks.integrateddynamics.menril_door@0:[net.minecraft.item.crafting.Ingredient@2d86dacb, net.minecraft.item.crafting.Ingredient@3e619c09, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@39b2a756, net.minecraft.item.crafting.Ingredient@baa4715, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@10619429, net.minecraft.item.crafting.Ingredient@22d2d3f8, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.blocks.integrateddynamics.menril_planks_stairs@0 new recipe: RecipeStage{tier='four', recipe=4xtile.blocks.integrateddynamics.menril_planks_stairs@0:[net.minecraft.item.crafting.Ingredient@7f986542, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@43159b12, net.minecraft.item.crafting.Ingredient@7d30042b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3f05e6c2, net.minecraft.item.crafting.Ingredient@30b2615, net.minecraft.item.crafting.Ingredient@6c29f06d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.blocks.integrateddynamics.crystalized_menril_block_stairs@0 new recipe: RecipeStage{tier='four', recipe=4xtile.blocks.integrateddynamics.crystalized_menril_block_stairs@0:[net.minecraft.item.crafting.Ingredient@788efba1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4473fd67, net.minecraft.item.crafting.Ingredient@761bc085, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1368ba10, net.minecraft.item.crafting.Ingredient@1c34182f, net.minecraft.item.crafting.Ingredient@47f7460b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.blocks.integrateddynamics.crystalized_menril_brick_stairs@0 new recipe: RecipeStage{tier='four', recipe=4xtile.blocks.integrateddynamics.crystalized_menril_brick_stairs@0:[net.minecraft.item.crafting.Ingredient@78dd7d89, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@12bb9773, net.minecraft.item.crafting.Ingredient@5aefff88, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@62118651, net.minecraft.item.crafting.Ingredient@71339eaf, net.minecraft.item.crafting.Ingredient@3ffd8ff5]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.blocks.integrateddynamics.crystalized_chorus_brick@0 new recipe: RecipeStage{tier='four', recipe=4xtile.blocks.integrateddynamics.crystalized_chorus_brick@0:[net.minecraft.item.crafting.Ingredient@4afc9205, net.minecraft.item.crafting.Ingredient@9553dab, net.minecraft.item.crafting.Ingredient@4d46b9e8, net.minecraft.item.crafting.Ingredient@3d3c0e96]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.blocks.integrateddynamics.crystalized_chorus_block@0 new recipe: RecipeStage{tier='four', recipe=1xtile.blocks.integrateddynamics.crystalized_chorus_block@0:[net.minecraft.item.crafting.Ingredient@16829918, net.minecraft.item.crafting.Ingredient@73e5a6f9, net.minecraft.item.crafting.Ingredient@7001b752, net.minecraft.item.crafting.Ingredient@547a66, net.minecraft.item.crafting.Ingredient@21c692d, net.minecraft.item.crafting.Ingredient@5c10d5f9, net.minecraft.item.crafting.Ingredient@2156520e, net.minecraft.item.crafting.Ingredient@2729b08, net.minecraft.item.crafting.Ingredient@63c6df6a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.blocks.integrateddynamics.crystalized_chorus_block_stairs@0 new recipe: RecipeStage{tier='four', recipe=4xtile.blocks.integrateddynamics.crystalized_chorus_block_stairs@0:[net.minecraft.item.crafting.Ingredient@69a2531f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4b2c231c, net.minecraft.item.crafting.Ingredient@55d3b9e5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3e4134d2, net.minecraft.item.crafting.Ingredient@4580a2ae, net.minecraft.item.crafting.Ingredient@6f1e4dc1]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.blocks.integrateddynamics.crystalized_chorus_brick_stairs@0 new recipe: RecipeStage{tier='four', recipe=4xtile.blocks.integrateddynamics.crystalized_chorus_brick_stairs@0:[net.minecraft.item.crafting.Ingredient@4d22e03b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3c73b4b4, net.minecraft.item.crafting.Ingredient@787bbd31, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5667ef67, net.minecraft.item.crafting.Ingredient@c1efea8, net.minecraft.item.crafting.Ingredient@2d693d8b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xitem.items.integrateddynamics.logic_director@0 new recipe: RecipeStage{tier='four', recipe=4xitem.items.integrateddynamics.logic_director@0:[net.minecraft.item.crafting.Ingredient@7edaff13, net.minecraft.item.crafting.Ingredient@201d875, net.minecraft.item.crafting.Ingredient@39bdd2a1, net.minecraft.item.crafting.Ingredient@7b21c770, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@522a9d60, net.minecraft.item.crafting.Ingredient@5e643520, net.minecraft.item.crafting.Ingredient@99bcc97, net.minecraft.item.crafting.Ingredient@7c748093, net.minecraft.item.crafting.Ingredient@7a33d3e0]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.items.integrateddynamics.part_connector_mono_directional_item@0 new recipe: RecipeStage{tier='four', recipe=1xitem.items.integrateddynamics.part_connector_mono_directional_item@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6e49a34d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@62e1269b, net.minecraft.item.crafting.Ingredient@7d28c388, net.minecraft.item.crafting.Ingredient@794409ae, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5a349e00, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xitem.items.integrateddynamics.part_connector_omni_directional_item@0 new recipe: RecipeStage{tier='four', recipe=2xitem.items.integrateddynamics.part_connector_omni_directional_item@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2d6f3e6a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@49706642, net.minecraft.item.crafting.Ingredient@6b2fd532, net.minecraft.item.crafting.Ingredient@13f6f747, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@473e073d, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xitem.items.integrateddynamics.part_connector_omni_directional_item@0 new recipe: RecipeStage{tier='four', recipe=3xitem.items.integrateddynamics.part_connector_omni_directional_item@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@bfd86f8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@37a82522, net.minecraft.item.crafting.Ingredient@f35ee9, net.minecraft.item.crafting.Ingredient@57a4af35, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3089297f, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.blocks.integrateddynamics.mechanical_drying_basin@0 new recipe: RecipeStage{tier='four', recipe=1xtile.blocks.integrateddynamics.mechanical_drying_basin@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@84dabdf, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@601f09bc, net.minecraft.item.crafting.Ingredient@40f7bb01, net.minecraft.item.crafting.Ingredient@18c5e0d6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@7db3a342, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.items.integrateddynamics.crystalized_menril_chunk@0 new recipe: RecipeStage{tier='four', recipe=9xitem.items.integrateddynamics.crystalized_menril_chunk@0:[net.minecraft.item.crafting.Ingredient@5404b996]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.blocks.integrateddynamics.logic_programmer@0 new recipe: RecipeStage{tier='four', recipe=1xtile.blocks.integrateddynamics.logic_programmer@0:[net.minecraft.item.crafting.Ingredient@10f8305b, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@20f15b38]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.items.integrateddynamics.portable_logic_programmer@0 new recipe: RecipeStage{tier='four', recipe=1xitem.items.integrateddynamics.portable_logic_programmer@0:[net.minecraft.item.crafting.Ingredient@40cf9ae3]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.blocks.integrateddynamics.logic_programmer@0 new recipe: RecipeStage{tier='four', recipe=1xtile.blocks.integrateddynamics.logic_programmer@0:[net.minecraft.item.crafting.Ingredient@10e016fe]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.blocks.integrateddynamics.coal_generator@0 new recipe: RecipeStage{tier='four', recipe=1xtile.blocks.integrateddynamics.coal_generator@0:[net.minecraft.item.crafting.Ingredient@351787e2, net.minecraft.item.crafting.Ingredient@285e3a8c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.blocks.integrateddynamics.menril_torch@0 new recipe: RecipeStage{tier='four', recipe=4xtile.blocks.integrateddynamics.menril_torch@0:[org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@51c55dee, net.minecraft.item.crafting.Ingredient@7e0674b8]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.blocks.integrateddynamics.menril_torch_stone@0 new recipe: RecipeStage{tier='four', recipe=4xtile.blocks.integrateddynamics.menril_torch_stone@0:[org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@4c6610fb, net.minecraft.item.crafting.Ingredient@1bc01471]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.blocks.integrateddynamics.menril_torch_stone@0 new recipe: RecipeStage{tier='four', recipe=4xtile.blocks.integrateddynamics.menril_torch_stone@0:[org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@fc3162e, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@2c6814e5, net.minecraft.item.crafting.Ingredient@726b0b5c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.blocks.integrateddynamics.menril_torch_stone@0 new recipe: RecipeStage{tier='four', recipe=4xtile.blocks.integrateddynamics.menril_torch_stone@0:[org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@681c0884, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@58956356, net.minecraft.item.crafting.Ingredient@57dd63e6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.items.integrateddynamics.on_the_dynamics_of_integration@0 new recipe: RecipeStage{tier='four', recipe=1xitem.items.integrateddynamics.on_the_dynamics_of_integration@0:[net.minecraft.item.crafting.Ingredient@6ca7c9b1, net.minecraft.item.crafting.Ingredient@6cab4796, net.minecraft.item.crafting.Ingredient@6752c207]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.items.integrateddynamics.crystalized_chorus_chunk@0 new recipe: RecipeStage{tier='four', recipe=9xitem.items.integrateddynamics.crystalized_chorus_chunk@0:[net.minecraft.item.crafting.Ingredient@68abc740]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xitem.items.integrateddynamics.part_connector_omni_directional_item@0 new recipe: RecipeStage{tier='four', recipe=2xitem.items.integrateddynamics.part_connector_omni_directional_item@0:[net.minecraft.item.crafting.Ingredient@13a7caf6, net.minecraft.item.crafting.Ingredient@d6ed32e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.items.integrateddynamics.facade@0 new recipe: RecipeStage{tier='four', recipe=1xitem.items.integrateddynamics.facade@0:[net.minecraft.item.crafting.Ingredient@41b06eec, org.cyclops.integrateddynamics.recipe.ItemFacadeRecipe$BlocksIngredient@75311971]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.items.integrateddynamics.variable@0 new recipe: RecipeStage{tier='four', recipe=1xitem.items.integrateddynamics.variable@0:[net.minecraft.item.crafting.Ingredient@25495f5f, net.minecraft.item.crafting.Ingredient@b5b4551]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.items.integrateddynamics.variable@0 new recipe: RecipeStage{tier='four', recipe=1xitem.items.integrateddynamics.variable@0:[net.minecraft.item.crafting.Ingredient@5cb4d3d2]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.items.integrateddynamics.part_redstone_reader_item@0 new recipe: RecipeStage{tier='four', recipe=1xitem.items.integrateddynamics.part_redstone_reader_item@0:[net.minecraft.item.crafting.Ingredient@62c8665d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.blocks.integrateddynamics.proxy@0 new recipe: RecipeStage{tier='four', recipe=1xtile.blocks.integrateddynamics.proxy@0:[net.minecraft.item.crafting.Ingredient@76253653]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.blocks.integrateddynamics.delay@0 new recipe: RecipeStage{tier='four', recipe=1xtile.blocks.integrateddynamics.delay@0:[net.minecraft.item.crafting.Ingredient@2206fdbf]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ij.strap@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ij.strap@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6311e285, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3ba4c4c9, net.minecraft.item.crafting.Ingredient@3ba4c4c9, net.minecraft.item.crafting.Ingredient@3ba4c4c9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6311e285, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ij.jetpack@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ij.jetpack@0:[net.minecraftforge.oredict.OreIngredient@1b377d78, net.minecraft.item.crafting.Ingredient@507101e5, net.minecraftforge.oredict.OreIngredient@1b377d78, net.minecraftforge.oredict.OreIngredient@1b377d78, net.minecraft.item.crafting.Ingredient@57e7ee67, net.minecraftforge.oredict.OreIngredient@1b377d78, net.minecraft.item.crafting.Ingredient@49510b4e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@49510b4e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ij.thruster@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ij.thruster@0:[net.minecraftforge.oredict.OreIngredient@779b955e, net.minecraft.item.crafting.Ingredient@3651eb98, net.minecraftforge.oredict.OreIngredient@779b955e, net.minecraft.item.crafting.Ingredient@3651eb98, net.minecraft.item.crafting.Ingredient@6ef7aa9e, net.minecraft.item.crafting.Ingredient@3651eb98, net.minecraftforge.oredict.OreIngredient@779b955e, net.minecraft.item.crafting.Ingredient@68be5f1, net.minecraftforge.oredict.OreIngredient@779b955e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ij.cell@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ij.cell@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3e91cb9b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4755794a, net.minecraft.item.crafting.Ingredient@1e28a83c, net.minecraftforge.oredict.OreIngredient@4755794a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3e91cb9b, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ij.jetpack@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ij.jetpack@0:[net.minecraftforge.oredict.OreIngredient@40d7900e, net.minecraft.item.crafting.Ingredient@2711847c, net.minecraftforge.oredict.OreIngredient@40d7900e, net.minecraftforge.oredict.OreIngredient@40d7900e, net.minecraftforge.oredict.OreIngredient@75e4adb9, net.minecraftforge.oredict.OreIngredient@40d7900e, net.minecraft.item.crafting.Ingredient@7a89ef2d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7a89ef2d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ij.thruster@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ij.thruster@0:[net.minecraftforge.oredict.OreIngredient@3c0a7268, net.minecraft.item.crafting.Ingredient@179333f1, net.minecraftforge.oredict.OreIngredient@3c0a7268, net.minecraft.item.crafting.Ingredient@179333f1, net.minecraft.item.crafting.Ingredient@47cadddf, net.minecraft.item.crafting.Ingredient@179333f1, net.minecraftforge.oredict.OreIngredient@3c0a7268, net.minecraft.item.crafting.Ingredient@36d3f191, net.minecraftforge.oredict.OreIngredient@3c0a7268]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ij.capacitor@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ij.capacitor@0:[net.minecraftforge.oredict.OreIngredient@59a54c11, net.minecraft.item.crafting.Ingredient@5727f06f, net.minecraftforge.oredict.OreIngredient@59a54c11, net.minecraftforge.oredict.OreIngredient@59a54c11, net.minecraft.item.crafting.Ingredient@5727f06f, net.minecraftforge.oredict.OreIngredient@59a54c11, net.minecraftforge.oredict.OreIngredient@59a54c11, net.minecraft.item.crafting.Ingredient@5727f06f, net.minecraftforge.oredict.OreIngredient@59a54c11]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ij.cell@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ij.cell@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1c52c962, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4692eb71, net.minecraft.item.crafting.Ingredient@6fe4c54b, net.minecraftforge.oredict.OreIngredient@4692eb71, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1c52c962, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ij.jetpack@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ij.jetpack@0:[net.minecraftforge.oredict.OreIngredient@653f6490, net.minecraft.item.crafting.Ingredient@1670bdf1, net.minecraftforge.oredict.OreIngredient@653f6490, net.minecraftforge.oredict.OreIngredient@653f6490, net.minecraftforge.oredict.OreIngredient@66542b2c, net.minecraftforge.oredict.OreIngredient@653f6490, net.minecraft.item.crafting.Ingredient@72ba480b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@72ba480b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ij.thruster@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ij.thruster@0:[net.minecraftforge.oredict.OreIngredient@7851c892, net.minecraft.item.crafting.Ingredient@588b3d83, net.minecraftforge.oredict.OreIngredient@7851c892, net.minecraft.item.crafting.Ingredient@588b3d83, net.minecraft.item.crafting.Ingredient@4b078c56, net.minecraft.item.crafting.Ingredient@588b3d83, net.minecraftforge.oredict.OreIngredient@7851c892, net.minecraft.item.crafting.Ingredient@c4dd351, net.minecraftforge.oredict.OreIngredient@7851c892]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ij.capacitor@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ij.capacitor@0:[net.minecraftforge.oredict.OreIngredient@7a2e8f12, net.minecraft.item.crafting.Ingredient@7bc8d2f1, net.minecraftforge.oredict.OreIngredient@7a2e8f12, net.minecraftforge.oredict.OreIngredient@7a2e8f12, net.minecraft.item.crafting.Ingredient@7bc8d2f1, net.minecraftforge.oredict.OreIngredient@7a2e8f12, net.minecraftforge.oredict.OreIngredient@7a2e8f12, net.minecraft.item.crafting.Ingredient@7bc8d2f1, net.minecraftforge.oredict.OreIngredient@7a2e8f12]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ij.cell@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ij.cell@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@60b75da3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@c5a84e2, net.minecraft.item.crafting.Ingredient@6e6f1963, net.minecraftforge.oredict.OreIngredient@c5a84e2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@60b75da3, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.mob_grinding_utils.absorption_hopper@0 new recipe: RecipeStage{tier='four', recipe=1xtile.mob_grinding_utils.absorption_hopper@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@121a616f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@77cac69a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@77cac69a, net.minecraft.item.crafting.Ingredient@4f5d4dbd, net.minecraftforge.oredict.OreIngredient@77cac69a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.mob_grinding_utils.absorption_upgrade@0 new recipe: RecipeStage{tier='four', recipe=1xitem.mob_grinding_utils.absorption_upgrade@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7ee82fad, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7ee82fad, net.minecraftforge.oredict.OreIngredient@1ee7d76d, net.minecraftforge.oredict.OreIngredient@7ee82fad, net.minecraftforge.oredict.OreIngredient@3f383806, net.minecraftforge.oredict.OreIngredient@7ee82fad, net.minecraftforge.oredict.OreIngredient@3f383806]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.mob_grinding_utils.spikes@0 new recipe: RecipeStage{tier='four', recipe=1xtile.mob_grinding_utils.spikes@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3bf241a9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3bf241a9, net.minecraftforge.oredict.OreIngredient@4d8943d, net.minecraft.item.crafting.Ingredient@3bf241a9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.mob_grinding_utils.tank@0 new recipe: RecipeStage{tier='four', recipe=1xtile.mob_grinding_utils.tank@0:[net.minecraftforge.oredict.OreIngredient@7ade74a8, net.minecraftforge.oredict.OreIngredient@5aa29821, net.minecraftforge.oredict.OreIngredient@7ade74a8, net.minecraftforge.oredict.OreIngredient@5aa29821, net.minecraftforge.oredict.OreIngredient@5aa29821, net.minecraftforge.oredict.OreIngredient@5aa29821, net.minecraftforge.oredict.OreIngredient@7ade74a8, net.minecraftforge.oredict.OreIngredient@5aa29821, net.minecraftforge.oredict.OreIngredient@7ade74a8]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.mob_grinding_utils.xp_tap@0 new recipe: RecipeStage{tier='four', recipe=1xtile.mob_grinding_utils.xp_tap@0:[net.minecraftforge.oredict.OreIngredient@2498ca63, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7c7ada34, net.minecraftforge.oredict.OreIngredient@7c7ada34, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7c7ada34, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.mob_grinding_utils.fan@0 new recipe: RecipeStage{tier='four', recipe=1xtile.mob_grinding_utils.fan@0:[net.minecraft.item.crafting.Ingredient@3fbe9deb, net.minecraftforge.oredict.OreIngredient@5dd10cfe, net.minecraft.item.crafting.Ingredient@3fbe9deb, net.minecraftforge.oredict.OreIngredient@5dd10cfe, net.minecraftforge.oredict.OreIngredient@3ff80ef5, net.minecraftforge.oredict.OreIngredient@5dd10cfe, net.minecraft.item.crafting.Ingredient@3fbe9deb, net.minecraftforge.oredict.OreIngredient@5dd10cfe, net.minecraft.item.crafting.Ingredient@3fbe9deb]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.mob_grinding_utils.fan_upgrade@0 new recipe: RecipeStage{tier='four', recipe=1xitem.mob_grinding_utils.fan_upgrade@0:[net.minecraftforge.oredict.OreIngredient@1579d844, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1579d844, net.minecraftforge.oredict.OreIngredient@5ee34ec5, net.minecraftforge.oredict.OreIngredient@5ee34ec5, net.minecraftforge.oredict.OreIngredient@5ee34ec5, net.minecraftforge.oredict.OreIngredient@1579d844, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1579d844]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.mob_grinding_utils.fan_upgrade@1 new recipe: RecipeStage{tier='four', recipe=1xitem.mob_grinding_utils.fan_upgrade@1:[net.minecraftforge.oredict.OreIngredient@b001f1b, net.minecraftforge.oredict.OreIngredient@74702728, net.minecraftforge.oredict.OreIngredient@b001f1b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@74702728, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@b001f1b, net.minecraftforge.oredict.OreIngredient@74702728, net.minecraftforge.oredict.OreIngredient@b001f1b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.mob_grinding_utils.fan_upgrade@2 new recipe: RecipeStage{tier='four', recipe=1xitem.mob_grinding_utils.fan_upgrade@2:[net.minecraftforge.oredict.OreIngredient@6b418c5b, net.minecraftforge.oredict.OreIngredient@2f106a1a, net.minecraftforge.oredict.OreIngredient@6b418c5b, net.minecraftforge.oredict.OreIngredient@2f106a1a, net.minecraftforge.oredict.OreIngredient@6032beef, net.minecraftforge.oredict.OreIngredient@2f106a1a, net.minecraftforge.oredict.OreIngredient@6b418c5b, net.minecraftforge.oredict.OreIngredient@2f106a1a, net.minecraftforge.oredict.OreIngredient@6b418c5b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.mob_grinding_utils.wither_muffler@0 new recipe: RecipeStage{tier='four', recipe=1xtile.mob_grinding_utils.wither_muffler@0:[net.minecraft.item.crafting.Ingredient@5ea60484, net.minecraft.item.crafting.Ingredient@5ea60484, net.minecraft.item.crafting.Ingredient@5ea60484, net.minecraft.item.crafting.Ingredient@5ea60484, net.minecraft.item.crafting.Ingredient@2b160c79, net.minecraft.item.crafting.Ingredient@5ea60484, net.minecraft.item.crafting.Ingredient@5ea60484, net.minecraft.item.crafting.Ingredient@5ea60484, net.minecraft.item.crafting.Ingredient@5ea60484]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.mob_grinding_utils.dragon_muffler@0 new recipe: RecipeStage{tier='four', recipe=1xtile.mob_grinding_utils.dragon_muffler@0:[net.minecraft.item.crafting.Ingredient@4a9c5e01, net.minecraft.item.crafting.Ingredient@4a9c5e01, net.minecraft.item.crafting.Ingredient@4a9c5e01, net.minecraft.item.crafting.Ingredient@4a9c5e01, net.minecraft.item.crafting.Ingredient@60f1dc29, net.minecraft.item.crafting.Ingredient@4a9c5e01, net.minecraft.item.crafting.Ingredient@4a9c5e01, net.minecraft.item.crafting.Ingredient@4a9c5e01, net.minecraft.item.crafting.Ingredient@4a9c5e01]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.mob_grinding_utils.saw_upgrade@0 new recipe: RecipeStage{tier='four', recipe=1xitem.mob_grinding_utils.saw_upgrade@0:[net.minecraftforge.oredict.OreIngredient@3d4a5c8c, net.minecraft.item.crafting.Ingredient@3f8ff2cb, net.minecraftforge.oredict.OreIngredient@3d4a5c8c, net.minecraft.item.crafting.Ingredient@3f8ff2cb, net.minecraftforge.oredict.OreIngredient@27b6f194, net.minecraft.item.crafting.Ingredient@3f8ff2cb, net.minecraftforge.oredict.OreIngredient@3d4a5c8c, net.minecraft.item.crafting.Ingredient@3f8ff2cb, net.minecraftforge.oredict.OreIngredient@3d4a5c8c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.mob_grinding_utils.saw_upgrade@1 new recipe: RecipeStage{tier='four', recipe=1xitem.mob_grinding_utils.saw_upgrade@1:[net.minecraftforge.oredict.OreIngredient@39ac3991, net.minecraftforge.oredict.OreIngredient@566dac14, net.minecraftforge.oredict.OreIngredient@39ac3991, net.minecraftforge.oredict.OreIngredient@566dac14, net.minecraftforge.oredict.OreIngredient@16b415b8, net.minecraftforge.oredict.OreIngredient@566dac14, net.minecraftforge.oredict.OreIngredient@39ac3991, net.minecraftforge.oredict.OreIngredient@566dac14, net.minecraftforge.oredict.OreIngredient@39ac3991]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.mob_grinding_utils.saw_upgrade@2 new recipe: RecipeStage{tier='four', recipe=1xitem.mob_grinding_utils.saw_upgrade@2:[net.minecraftforge.oredict.OreIngredient@61e6cab, net.minecraft.item.crafting.Ingredient@5e26bd48, net.minecraftforge.oredict.OreIngredient@61e6cab, net.minecraft.item.crafting.Ingredient@5e26bd48, net.minecraftforge.oredict.OreIngredient@6510b794, net.minecraft.item.crafting.Ingredient@5e26bd48, net.minecraftforge.oredict.OreIngredient@61e6cab, net.minecraft.item.crafting.Ingredient@5e26bd48, net.minecraftforge.oredict.OreIngredient@61e6cab]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.mob_grinding_utils.saw_upgrade@3 new recipe: RecipeStage{tier='four', recipe=1xitem.mob_grinding_utils.saw_upgrade@3:[net.minecraftforge.oredict.OreIngredient@533f775b, net.minecraft.item.crafting.Ingredient@26b132a3, net.minecraftforge.oredict.OreIngredient@533f775b, net.minecraft.item.crafting.Ingredient@26b132a3, net.minecraftforge.oredict.OreIngredient@4d1617c0, net.minecraft.item.crafting.Ingredient@26b132a3, net.minecraftforge.oredict.OreIngredient@533f775b, net.minecraft.item.crafting.Ingredient@26b132a3, net.minecraftforge.oredict.OreIngredient@533f775b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.mob_grinding_utils.saw_upgrade@4 new recipe: RecipeStage{tier='four', recipe=1xitem.mob_grinding_utils.saw_upgrade@4:[net.minecraftforge.oredict.OreIngredient@2d5ab5e1, net.minecraft.item.crafting.Ingredient@5779abe, net.minecraftforge.oredict.OreIngredient@2d5ab5e1, net.minecraft.item.crafting.Ingredient@5779abe, net.minecraftforge.oredict.OreIngredient@2a7c8499, net.minecraft.item.crafting.Ingredient@5779abe, net.minecraftforge.oredict.OreIngredient@2d5ab5e1, net.minecraft.item.crafting.Ingredient@5779abe, net.minecraftforge.oredict.OreIngredient@2d5ab5e1]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.mob_grinding_utils.saw_upgrade@5 new recipe: RecipeStage{tier='four', recipe=1xitem.mob_grinding_utils.saw_upgrade@5:[net.minecraftforge.oredict.OreIngredient@57a92e01, net.minecraft.item.crafting.Ingredient@2fa47ca8, net.minecraftforge.oredict.OreIngredient@57a92e01, net.minecraft.item.crafting.Ingredient@163fb188, net.minecraftforge.oredict.OreIngredient@5829a79a, net.minecraft.item.crafting.Ingredient@163fb188, net.minecraftforge.oredict.OreIngredient@57a92e01, net.minecraft.item.crafting.Ingredient@2fa47ca8, net.minecraftforge.oredict.OreIngredient@57a92e01]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xitem.simplyarrows.arrow.bone@0 new recipe: RecipeStage{tier='baykok', recipe=6xitem.simplyarrows.arrow.bone@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@76584a53, net.minecraftforge.oredict.OreIngredient@462e99b0, net.minecraftforge.oredict.OreIngredient@70db70fb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4dce593d, net.minecraftforge.oredict.OreIngredient@462e99b0, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xitem.simplyarrows.arrow.flint@0 new recipe: RecipeStage{tier='baykok', recipe=6xitem.simplyarrows.arrow.flint@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@79f09805, net.minecraftforge.oredict.OreIngredient@4ba17d92, net.minecraftforge.oredict.OreIngredient@605680b5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5fee2a33, net.minecraftforge.oredict.OreIngredient@4ba17d92, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.storagedrawers.trim@0 new recipe: RecipeStage{tier='two', recipe=4xtile.storagedrawers.trim@0:[net.minecraftforge.oredict.OreIngredient@7def3b81, net.minecraft.item.crafting.Ingredient@55833f41, net.minecraftforge.oredict.OreIngredient@7def3b81, net.minecraft.item.crafting.Ingredient@55833f41, net.minecraft.item.crafting.Ingredient@55833f41, net.minecraft.item.crafting.Ingredient@55833f41, net.minecraftforge.oredict.OreIngredient@7def3b81, net.minecraft.item.crafting.Ingredient@55833f41, net.minecraftforge.oredict.OreIngredient@7def3b81]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.storagedrawers.trim@1 new recipe: RecipeStage{tier='two', recipe=4xtile.storagedrawers.trim@1:[net.minecraftforge.oredict.OreIngredient@eb151ae, net.minecraft.item.crafting.Ingredient@1d22c130, net.minecraftforge.oredict.OreIngredient@eb151ae, net.minecraft.item.crafting.Ingredient@1d22c130, net.minecraft.item.crafting.Ingredient@1d22c130, net.minecraft.item.crafting.Ingredient@1d22c130, net.minecraftforge.oredict.OreIngredient@eb151ae, net.minecraft.item.crafting.Ingredient@1d22c130, net.minecraftforge.oredict.OreIngredient@eb151ae]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.storagedrawers.trim@2 new recipe: RecipeStage{tier='two', recipe=4xtile.storagedrawers.trim@2:[net.minecraftforge.oredict.OreIngredient@3c43b182, net.minecraft.item.crafting.Ingredient@7a92083d, net.minecraftforge.oredict.OreIngredient@3c43b182, net.minecraft.item.crafting.Ingredient@7a92083d, net.minecraft.item.crafting.Ingredient@7a92083d, net.minecraft.item.crafting.Ingredient@7a92083d, net.minecraftforge.oredict.OreIngredient@3c43b182, net.minecraft.item.crafting.Ingredient@7a92083d, net.minecraftforge.oredict.OreIngredient@3c43b182]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.storagedrawers.trim@3 new recipe: RecipeStage{tier='two', recipe=4xtile.storagedrawers.trim@3:[net.minecraftforge.oredict.OreIngredient@749d0d41, net.minecraft.item.crafting.Ingredient@6194daa2, net.minecraftforge.oredict.OreIngredient@749d0d41, net.minecraft.item.crafting.Ingredient@6194daa2, net.minecraft.item.crafting.Ingredient@6194daa2, net.minecraft.item.crafting.Ingredient@6194daa2, net.minecraftforge.oredict.OreIngredient@749d0d41, net.minecraft.item.crafting.Ingredient@6194daa2, net.minecraftforge.oredict.OreIngredient@749d0d41]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.storagedrawers.trim@4 new recipe: RecipeStage{tier='two', recipe=4xtile.storagedrawers.trim@4:[net.minecraftforge.oredict.OreIngredient@be8234f, net.minecraft.item.crafting.Ingredient@25762dfb, net.minecraftforge.oredict.OreIngredient@be8234f, net.minecraft.item.crafting.Ingredient@25762dfb, net.minecraft.item.crafting.Ingredient@25762dfb, net.minecraft.item.crafting.Ingredient@25762dfb, net.minecraftforge.oredict.OreIngredient@be8234f, net.minecraft.item.crafting.Ingredient@25762dfb, net.minecraftforge.oredict.OreIngredient@be8234f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.storagedrawers.trim@5 new recipe: RecipeStage{tier='two', recipe=4xtile.storagedrawers.trim@5:[net.minecraftforge.oredict.OreIngredient@423aff9, net.minecraft.item.crafting.Ingredient@347c56c, net.minecraftforge.oredict.OreIngredient@423aff9, net.minecraft.item.crafting.Ingredient@347c56c, net.minecraft.item.crafting.Ingredient@347c56c, net.minecraft.item.crafting.Ingredient@347c56c, net.minecraftforge.oredict.OreIngredient@423aff9, net.minecraft.item.crafting.Ingredient@347c56c, net.minecraftforge.oredict.OreIngredient@423aff9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.odb@0 new recipe: RecipeStage{tier='two', recipe=1xtile.odb@0:[net.minecraft.item.crafting.Ingredient@273265b1, net.minecraft.item.crafting.Ingredient@2e2cb0c, net.minecraft.item.crafting.Ingredient@2e2cb0c, net.minecraft.item.crafting.Ingredient@3dd56c6f, net.minecraft.item.crafting.Ingredient@97e9989, net.minecraft.item.crafting.Ingredient@2e2cb0c, net.minecraft.item.crafting.Ingredient@1b3a9db3, net.minecraft.item.crafting.Ingredient@2e2cb0c, net.minecraft.item.crafting.Ingredient@2e2cb0c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.odb@0 new recipe: RecipeStage{tier='two', recipe=1xtile.odb@0:[net.minecraft.item.crafting.Ingredient@5bb1f8ce, net.minecraft.item.crafting.Ingredient@55720878, net.minecraft.item.crafting.Ingredient@55720878, net.minecraft.item.crafting.Ingredient@36053606, net.minecraft.item.crafting.Ingredient@62a6cf80, net.minecraft.item.crafting.Ingredient@55720878, net.minecraft.item.crafting.Ingredient@3d693631, net.minecraft.item.crafting.Ingredient@55720878, net.minecraft.item.crafting.Ingredient@55720878]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.transmutator@0 new recipe: RecipeStage{tier='three', recipe=1xtile.transmutator@0:[net.minecraft.item.crafting.Ingredient@53fe4e3a, net.minecraft.item.crafting.Ingredient@53fe4e3a, net.minecraft.item.crafting.Ingredient@53fe4e3a, net.minecraft.item.crafting.Ingredient@53fe4e3a, net.minecraft.item.crafting.Ingredient@4c54f745, net.minecraft.item.crafting.Ingredient@53fe4e3a, net.minecraft.item.crafting.Ingredient@185aeb80, net.minecraft.item.crafting.Ingredient@5b39b5bd, net.minecraft.item.crafting.Ingredient@185aeb80]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.materializer@0 new recipe: RecipeStage{tier='two', recipe=1xtile.materializer@0:[net.minecraft.item.crafting.Ingredient@111281a6, net.minecraft.item.crafting.Ingredient@111281a6, net.minecraft.item.crafting.Ingredient@111281a6, net.minecraft.item.crafting.Ingredient@111281a6, net.minecraft.item.crafting.Ingredient@5e5b7eef, net.minecraft.item.crafting.Ingredient@111281a6, net.minecraft.item.crafting.Ingredient@48d9acc4, net.minecraft.item.crafting.Ingredient@ff216ee, net.minecraft.item.crafting.Ingredient@48d9acc4]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_engineer_goggles_advanced@0 new recipe: RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_engineer_goggles_advanced@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4baae457, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4500b96d, net.minecraft.item.crafting.Ingredient@7cc62, net.minecraft.item.crafting.Ingredient@4500b96d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_engineer_goggles@0 new recipe: RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_engineer_goggles@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2694267b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@680c6cc8, net.minecraftforge.oredict.OreIngredient@1cde9bed, net.minecraft.item.crafting.Ingredient@680c6cc8]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xitem.actuallyadditions.item_laser_upgrade_invisibility@0 new recipe: RecipeStage{tier='five', recipe=4xitem.actuallyadditions.item_laser_upgrade_invisibility@0:[net.minecraftforge.oredict.OreIngredient@70125557, net.minecraftforge.oredict.OreIngredient@70125557, net.minecraftforge.oredict.OreIngredient@70125557, net.minecraft.item.crafting.Ingredient@773212d0, net.minecraft.item.crafting.Ingredient@7c535ad2, net.minecraft.item.crafting.Ingredient@773212d0, net.minecraftforge.oredict.OreIngredient@70125557, net.minecraftforge.oredict.OreIngredient@70125557, net.minecraftforge.oredict.OreIngredient@70125557]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xitem.actuallyadditions.item_laser_upgrade_range@0 new recipe: RecipeStage{tier='five', recipe=2xitem.actuallyadditions.item_laser_upgrade_range@0:[net.minecraft.item.crafting.Ingredient@7660e06b, net.minecraft.item.crafting.Ingredient@7660e06b, net.minecraft.item.crafting.Ingredient@1123c8e5, net.minecraft.item.crafting.Ingredient@14baa746, net.minecraft.item.crafting.Ingredient@1123c8e5, net.minecraft.item.crafting.Ingredient@14baa746, net.minecraft.item.crafting.Ingredient@1123c8e5, net.minecraft.item.crafting.Ingredient@7660e06b, net.minecraft.item.crafting.Ingredient@7660e06b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_filling_wand@0 new recipe: RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_filling_wand@0:[net.minecraft.item.crafting.Ingredient@774085d9, net.minecraft.item.crafting.Ingredient@36818ce0, net.minecraft.item.crafting.Ingredient@774085d9, net.minecraft.item.crafting.Ingredient@4878cd04, net.minecraft.item.crafting.Ingredient@471341e3, net.minecraft.item.crafting.Ingredient@4878cd04, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3be5e79f, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_bag@0 new recipe: RecipeStage{tier='four', recipe=1xitem.actuallyadditions.item_bag@0:[net.minecraft.item.crafting.Ingredient@1b99a8f, net.minecraft.item.crafting.Ingredient@5c78df02, net.minecraft.item.crafting.Ingredient@1b99a8f, net.minecraft.item.crafting.Ingredient@1b99a8f, net.minecraftforge.oredict.OreIngredient@52e63964, net.minecraft.item.crafting.Ingredient@1b99a8f, net.minecraft.item.crafting.Ingredient@5c78df02, net.minecraft.item.crafting.Ingredient@46abf5b8, net.minecraft.item.crafting.Ingredient@5c78df02]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_void_bag@0 new recipe: RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_void_bag@0:[net.minecraft.item.crafting.Ingredient@b0b6200, net.minecraft.item.crafting.Ingredient@11912cac, net.minecraft.item.crafting.Ingredient@72df1ae3, net.minecraft.item.crafting.Ingredient@6b402735]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_misc@18 new recipe: RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_misc@18:[net.minecraftforge.oredict.OreIngredient@3b0b433f, net.minecraftforge.oredict.OreIngredient@3b0b433f, net.minecraftforge.oredict.OreIngredient@3b0b433f, net.minecraftforge.oredict.OreIngredient@3b0b433f, net.minecraft.item.crafting.Ingredient@2367ecbe, net.minecraftforge.oredict.OreIngredient@3b0b433f, net.minecraftforge.oredict.OreIngredient@3b0b433f, net.minecraftforge.oredict.OreIngredient@3b0b433f, net.minecraftforge.oredict.OreIngredient@3b0b433f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_booklet@0 new recipe: RecipeStage{tier='four', recipe=1xitem.actuallyadditions.item_booklet@0:[net.minecraft.item.crafting.Ingredient@437601b5, net.minecraft.item.crafting.Ingredient@2285a05f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_phantom_connector@0 new recipe: RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_phantom_connector@0:[net.minecraft.item.crafting.Ingredient@38e93337]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_spawner_changer@0 new recipe: RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_spawner_changer@0:[net.minecraft.item.crafting.Ingredient@4b61e636]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_chest_to_crate_upgrade@0 new recipe: RecipeStage{tier='four', recipe=1xitem.actuallyadditions.item_chest_to_crate_upgrade@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@27c424bf, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@27c424bf, net.minecraft.item.crafting.Ingredient@4469205d, net.minecraftforge.oredict.OreIngredient@27c424bf, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@27c424bf, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_small_to_medium_crate_upgrade@0 new recipe: RecipeStage{tier='four', recipe=1xitem.actuallyadditions.item_small_to_medium_crate_upgrade@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1251d743, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1251d743, net.minecraft.item.crafting.Ingredient@56c5dbfb, net.minecraftforge.oredict.OreIngredient@1251d743, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1251d743, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_medium_to_large_crate_upgrade@0 new recipe: RecipeStage{tier='four', recipe=1xitem.actuallyadditions.item_medium_to_large_crate_upgrade@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@19d04819, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@19d04819, net.minecraft.item.crafting.Ingredient@1f37669c, net.minecraftforge.oredict.OreIngredient@19d04819, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@19d04819, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_disenchanting_lens@0 new recipe: RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_disenchanting_lens@0:[net.minecraft.item.crafting.Ingredient@61b242db, net.minecraft.item.crafting.Ingredient@7d457a61, net.minecraft.item.crafting.Ingredient@5962e0d3, net.minecraft.item.crafting.Ingredient@42e9eb66, net.minecraft.item.crafting.Ingredient@313ecd7a, net.minecraft.item.crafting.Ingredient@677e3f4e, net.minecraft.item.crafting.Ingredient@29d42f0a, net.minecraft.item.crafting.Ingredient@24eb538d, net.minecraft.item.crafting.Ingredient@63f91f77]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_mining_lens@0 new recipe: RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_mining_lens@0:[net.minecraftforge.oredict.OreIngredient@75ebd809, net.minecraftforge.oredict.OreIngredient@7d4f15c1, net.minecraftforge.oredict.OreIngredient@34646de, net.minecraftforge.oredict.OreIngredient@28eff366, net.minecraft.item.crafting.Ingredient@36f4de2, net.minecraft.item.crafting.Ingredient@60ba153, net.minecraftforge.oredict.OreIngredient@37ca67fa, net.minecraftforge.oredict.OreIngredient@60e9c6a6, net.minecraftforge.oredict.OreIngredient@19108704]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_more_damage_lens@0 new recipe: RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_more_damage_lens@0:[net.minecraft.item.crafting.Ingredient@424abc4c, net.minecraft.item.crafting.Ingredient@265bf648, net.minecraft.item.crafting.Ingredient@829c8d3]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_filter@0 new recipe: RecipeStage{tier='four', recipe=1xitem.actuallyadditions.item_filter@0:[net.minecraft.item.crafting.Ingredient@159c4675, net.minecraft.item.crafting.Ingredient@159c4675, net.minecraft.item.crafting.Ingredient@159c4675, net.minecraft.item.crafting.Ingredient@159c4675, net.minecraft.item.crafting.Ingredient@2232056, net.minecraft.item.crafting.Ingredient@159c4675, net.minecraft.item.crafting.Ingredient@159c4675, net.minecraft.item.crafting.Ingredient@159c4675, net.minecraft.item.crafting.Ingredient@159c4675]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_crate_keeper@0 new recipe: RecipeStage{tier='four', recipe=1xitem.actuallyadditions.item_crate_keeper@0:[net.minecraftforge.oredict.OreIngredient@3d9a4f19, net.minecraftforge.oredict.OreIngredient@7bb36fec, net.minecraftforge.oredict.OreIngredient@3d9a4f19, net.minecraftforge.oredict.OreIngredient@7bb36fec, net.minecraft.item.crafting.Ingredient@4a421931, net.minecraftforge.oredict.OreIngredient@7bb36fec, net.minecraftforge.oredict.OreIngredient@3d9a4f19, net.minecraftforge.oredict.OreIngredient@7bb36fec, net.minecraftforge.oredict.OreIngredient@3d9a4f19]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_spawner_changer@0 new recipe: RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_spawner_changer@0:[net.minecraft.item.crafting.Ingredient@51f8b1bf, net.minecraft.item.crafting.Ingredient@31547863, net.minecraft.item.crafting.Ingredient@51f8b1bf, net.minecraft.item.crafting.Ingredient@31547863, net.minecraft.item.crafting.Ingredient@5ed91bd7, net.minecraft.item.crafting.Ingredient@31547863, net.minecraft.item.crafting.Ingredient@51f8b1bf, net.minecraft.item.crafting.Ingredient@31547863, net.minecraft.item.crafting.Ingredient@51f8b1bf]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_leaf_blower@0 new recipe: RecipeStage{tier='four', recipe=1xitem.actuallyadditions.item_leaf_blower@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@12c9b9cb, net.minecraft.item.crafting.Ingredient@644e20cd, net.minecraft.item.crafting.Ingredient@7a7a0fc1, net.minecraft.item.crafting.Ingredient@644e20cd, net.minecraft.item.crafting.Ingredient@30cced01]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_tele_staff@0 new recipe: RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_tele_staff@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@463325c9, net.minecraft.item.crafting.Ingredient@1781c561, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@9bce86e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@9bce86e, net.minecraft.item.crafting.Ingredient@6096f5bc, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_suction_ring@0 new recipe: RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_suction_ring@0:[net.minecraft.item.crafting.Ingredient@3784efc1, net.minecraft.item.crafting.Ingredient@769282d, net.minecraft.item.crafting.Ingredient@6e03d671, net.minecraft.item.crafting.Ingredient@769282d, net.minecraft.item.crafting.Ingredient@17cd4032, net.minecraft.item.crafting.Ingredient@769282d, net.minecraft.item.crafting.Ingredient@6e03d671, net.minecraft.item.crafting.Ingredient@769282d, net.minecraft.item.crafting.Ingredient@3784efc1]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_growth_ring@0 new recipe: RecipeStage{tier='four', recipe=1xitem.actuallyadditions.item_growth_ring@0:[net.minecraft.item.crafting.Ingredient@7a75fed, net.minecraft.item.crafting.Ingredient@49412774, net.minecraft.item.crafting.Ingredient@7a75fed, net.minecraft.item.crafting.Ingredient@49412774, net.minecraft.item.crafting.Ingredient@3981c073, net.minecraft.item.crafting.Ingredient@49412774, net.minecraft.item.crafting.Ingredient@7a75fed, net.minecraft.item.crafting.Ingredient@49412774, net.minecraft.item.crafting.Ingredient@7a75fed]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_water_removal_ring@0 new recipe: RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_water_removal_ring@0:[net.minecraft.item.crafting.Ingredient@4430dba1, net.minecraft.item.crafting.Ingredient@79d5bcfd, net.minecraft.item.crafting.Ingredient@4430dba1, net.minecraft.item.crafting.Ingredient@79d5bcfd, net.minecraft.item.crafting.Ingredient@39ef5e34, net.minecraft.item.crafting.Ingredient@79d5bcfd, net.minecraft.item.crafting.Ingredient@4430dba1, net.minecraft.item.crafting.Ingredient@79d5bcfd, net.minecraft.item.crafting.Ingredient@4430dba1]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_misc@14 new recipe: RecipeStage{tier='four', recipe=1xitem.actuallyadditions.item_misc@14:[net.minecraftforge.oredict.OreIngredient@6b0ff06e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6b0ff06e, net.minecraftforge.oredict.OreIngredient@6b0ff06e, net.minecraftforge.oredict.OreIngredient@39d29bd, net.minecraftforge.oredict.OreIngredient@6b0ff06e, net.minecraftforge.oredict.OreIngredient@6b0ff06e, net.minecraftforge.oredict.OreIngredient@6b0ff06e, net.minecraftforge.oredict.OreIngredient@6b0ff06e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_leaf_blower_advanced@0 new recipe: RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_leaf_blower_advanced@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@53571513, net.minecraft.item.crafting.Ingredient@396d0e05, net.minecraft.item.crafting.Ingredient@addaa90, net.minecraft.item.crafting.Ingredient@396d0e05, net.minecraft.item.crafting.Ingredient@35254d7e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_phantom_connector@0 new recipe: RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_phantom_connector@0:[net.minecraft.item.crafting.Ingredient@5e312944, net.minecraft.item.crafting.Ingredient@ffd19a1, net.minecraft.item.crafting.Ingredient@ffd19a1, net.minecraft.item.crafting.Ingredient@5e312944, net.minecraftforge.oredict.OreIngredient@6893abe4, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_player_probe@0 new recipe: RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_player_probe@0:[net.minecraft.item.crafting.Ingredient@77425535, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@77425535, net.minecraft.item.crafting.Ingredient@77425535, net.minecraft.item.crafting.Ingredient@328053a5, net.minecraft.item.crafting.Ingredient@77425535, net.minecraft.item.crafting.Ingredient@20ee3990, net.minecraft.item.crafting.Ingredient@47b91c3d, net.minecraft.item.crafting.Ingredient@20ee3990]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_knife@0 new recipe: RecipeStage{tier='three', recipe=1xitem.actuallyadditions.item_knife@0:[net.minecraft.item.crafting.Ingredient@92a6ef3, net.minecraft.item.crafting.Ingredient@39871908]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_rice_seed@0 new recipe: RecipeStage{tier='zero', recipe=1xitem.actuallyadditions.item_rice_seed@0:[net.minecraft.item.crafting.Ingredient@2e3004b4]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_canola_seed@0 new recipe: RecipeStage{tier='zero', recipe=1xitem.actuallyadditions.item_canola_seed@0:[net.minecraft.item.crafting.Ingredient@2f7e1723]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_misc@6 new recipe: RecipeStage{tier='four', recipe=1xitem.actuallyadditions.item_misc@6:[net.minecraftforge.oredict.OreIngredient@5798d443, net.minecraftforge.oredict.OreIngredient@1eef7030, net.minecraftforge.oredict.OreIngredient@5798d443, net.minecraftforge.oredict.OreIngredient@1eef7030, net.minecraftforge.oredict.OreIngredient@79237fa0, net.minecraftforge.oredict.OreIngredient@1eef7030, net.minecraftforge.oredict.OreIngredient@5798d443, net.minecraftforge.oredict.OreIngredient@1eef7030, net.minecraftforge.oredict.OreIngredient@5798d443]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_potion_ring@0 new recipe: RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_potion_ring@0:[net.minecraft.item.crafting.Ingredient@263bb8a8, net.minecraft.item.crafting.Ingredient@43b032af, net.minecraft.item.crafting.Ingredient@529bcc56, net.minecraft.item.crafting.Ingredient@302767da, net.minecraft.item.crafting.Ingredient@4ba2678e, net.minecraft.item.crafting.Ingredient@945011f, net.minecraft.item.crafting.Ingredient@530951d, net.minecraft.item.crafting.Ingredient@e223bd6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_potion_ring_advanced@0 new recipe: RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_potion_ring_advanced@0:[net.minecraft.item.crafting.Ingredient@56e4b38b, net.minecraft.item.crafting.Ingredient@77080db1]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_potion_ring@1 new recipe: RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_potion_ring@1:[net.minecraft.item.crafting.Ingredient@7611f630, net.minecraft.item.crafting.Ingredient@69f28faf, net.minecraft.item.crafting.Ingredient@1af911f1, net.minecraft.item.crafting.Ingredient@2d2bf29a, net.minecraft.item.crafting.Ingredient@54723179, net.minecraft.item.crafting.Ingredient@290043af, net.minecraft.item.crafting.Ingredient@7ba4b9e7, net.minecraft.item.crafting.Ingredient@9e92b2b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_potion_ring_advanced@1 new recipe: RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_potion_ring_advanced@1:[net.minecraft.item.crafting.Ingredient@4cd53a96, net.minecraft.item.crafting.Ingredient@67631598]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_potion_ring@2 new recipe: RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_potion_ring@2:[net.minecraft.item.crafting.Ingredient@3956e312, net.minecraft.item.crafting.Ingredient@79263760, net.minecraft.item.crafting.Ingredient@1cc2b358, net.minecraft.item.crafting.Ingredient@63f2ba8d, net.minecraft.item.crafting.Ingredient@6db28b92, net.minecraft.item.crafting.Ingredient@25672c73, net.minecraft.item.crafting.Ingredient@2cb603f4, net.minecraft.item.crafting.Ingredient@5a66e23d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_potion_ring_advanced@2 new recipe: RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_potion_ring_advanced@2:[net.minecraft.item.crafting.Ingredient@23711cf8, net.minecraft.item.crafting.Ingredient@3f69b851]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_potion_ring@3 new recipe: RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_potion_ring@3:[net.minecraft.item.crafting.Ingredient@23dca5eb, net.minecraft.item.crafting.Ingredient@4ec6cca7, net.minecraft.item.crafting.Ingredient@657b9f5b, net.minecraft.item.crafting.Ingredient@17221895, net.minecraft.item.crafting.Ingredient@51971467, net.minecraft.item.crafting.Ingredient@29cc4906, net.minecraft.item.crafting.Ingredient@10749a23, net.minecraft.item.crafting.Ingredient@1795de08]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_potion_ring_advanced@3 new recipe: RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_potion_ring_advanced@3:[net.minecraft.item.crafting.Ingredient@7e48d4b1, net.minecraft.item.crafting.Ingredient@35072607]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_potion_ring@4 new recipe: RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_potion_ring@4:[net.minecraft.item.crafting.Ingredient@1961706, net.minecraft.item.crafting.Ingredient@38cafca2, net.minecraft.item.crafting.Ingredient@1f5a56, net.minecraft.item.crafting.Ingredient@ca4634c, net.minecraft.item.crafting.Ingredient@3dbb6bf9, net.minecraft.item.crafting.Ingredient@527baf00, net.minecraft.item.crafting.Ingredient@28cc92f3, net.minecraft.item.crafting.Ingredient@75d3aa5]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_potion_ring_advanced@4 new recipe: RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_potion_ring_advanced@4:[net.minecraft.item.crafting.Ingredient@615f6d14, net.minecraft.item.crafting.Ingredient@6e53cd90]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_potion_ring@5 new recipe: RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_potion_ring@5:[net.minecraft.item.crafting.Ingredient@22c491a3, net.minecraft.item.crafting.Ingredient@4c221f4c, net.minecraft.item.crafting.Ingredient@568ffc11, net.minecraft.item.crafting.Ingredient@2640841d, net.minecraft.item.crafting.Ingredient@208f50ff, net.minecraft.item.crafting.Ingredient@7c8bf3dd, net.minecraft.item.crafting.Ingredient@55cdf729, net.minecraft.item.crafting.Ingredient@770fe1e1]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_potion_ring_advanced@5 new recipe: RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_potion_ring_advanced@5:[net.minecraft.item.crafting.Ingredient@2d5d4f57, net.minecraft.item.crafting.Ingredient@eeb443a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_potion_ring@6 new recipe: RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_potion_ring@6:[net.minecraft.item.crafting.Ingredient@34259e71, net.minecraft.item.crafting.Ingredient@3c2d71fd, net.minecraft.item.crafting.Ingredient@7bcda6d8, net.minecraft.item.crafting.Ingredient@2fd3e70f, net.minecraft.item.crafting.Ingredient@371d2292, net.minecraft.item.crafting.Ingredient@60e81f15, net.minecraft.item.crafting.Ingredient@76858eb6, net.minecraft.item.crafting.Ingredient@46dee4f6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_potion_ring_advanced@6 new recipe: RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_potion_ring_advanced@6:[net.minecraft.item.crafting.Ingredient@1809570d, net.minecraft.item.crafting.Ingredient@3839e3ae]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_potion_ring@7 new recipe: RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_potion_ring@7:[net.minecraft.item.crafting.Ingredient@62133a21, net.minecraft.item.crafting.Ingredient@535b9bc1, net.minecraft.item.crafting.Ingredient@1380f98, net.minecraft.item.crafting.Ingredient@766bb882, net.minecraft.item.crafting.Ingredient@d52465c, net.minecraft.item.crafting.Ingredient@2d841a4, net.minecraft.item.crafting.Ingredient@435ddaa8, net.minecraft.item.crafting.Ingredient@68d9d5e9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_potion_ring_advanced@7 new recipe: RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_potion_ring_advanced@7:[net.minecraft.item.crafting.Ingredient@77a61e08, net.minecraft.item.crafting.Ingredient@3733a439]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_potion_ring@8 new recipe: RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_potion_ring@8:[net.minecraft.item.crafting.Ingredient@1a16b0ed, net.minecraft.item.crafting.Ingredient@3cc648db, net.minecraft.item.crafting.Ingredient@7bd74715, net.minecraft.item.crafting.Ingredient@516f363a, net.minecraft.item.crafting.Ingredient@7ed16522, net.minecraft.item.crafting.Ingredient@705f6ab3, net.minecraft.item.crafting.Ingredient@31717442, net.minecraft.item.crafting.Ingredient@19074ab0]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_potion_ring_advanced@8 new recipe: RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_potion_ring_advanced@8:[net.minecraft.item.crafting.Ingredient@6c8ad4c7, net.minecraft.item.crafting.Ingredient@678b3117]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_potion_ring@9 new recipe: RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_potion_ring@9:[net.minecraft.item.crafting.Ingredient@5de29ac0, net.minecraft.item.crafting.Ingredient@7e130906, net.minecraft.item.crafting.Ingredient@4485d6ef, net.minecraft.item.crafting.Ingredient@7a3854e1, net.minecraft.item.crafting.Ingredient@3345e5fc, net.minecraft.item.crafting.Ingredient@557891ab, net.minecraft.item.crafting.Ingredient@3f201745, net.minecraft.item.crafting.Ingredient@787c31c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_potion_ring_advanced@9 new recipe: RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_potion_ring_advanced@9:[net.minecraft.item.crafting.Ingredient@1b71bc15, net.minecraft.item.crafting.Ingredient@a958319]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.actuallyadditions.block_fluid_placer@0 new recipe: RecipeStage{tier='five', recipe=1xtile.actuallyadditions.block_fluid_placer@0:[net.minecraft.item.crafting.Ingredient@db65d11]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.actuallyadditions.block_fluid_collector@0 new recipe: RecipeStage{tier='five', recipe=1xtile.actuallyadditions.block_fluid_collector@0:[net.minecraft.item.crafting.Ingredient@2e327f3d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.actuallyadditions.block_battery_box@0 new recipe: RecipeStage{tier='four', recipe=1xtile.actuallyadditions.block_battery_box@0:[net.minecraft.item.crafting.Ingredient@5e118efa, net.minecraft.item.crafting.Ingredient@63e7d992, net.minecraft.item.crafting.Ingredient@3561286b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.actuallyadditions.block_empowerer@0 new recipe: RecipeStage{tier='five', recipe=1xtile.actuallyadditions.block_empowerer@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@67e48603, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@77b637de, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@14b21b90, net.minecraft.item.crafting.Ingredient@19be6f06, net.minecraft.item.crafting.Ingredient@14b21b90]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xtile.actuallyadditions.block_tiny_torch@0 new recipe: RecipeStage{tier='one', recipe=2xtile.actuallyadditions.block_tiny_torch@0:[net.minecraft.item.crafting.Ingredient@5a2926ac, net.minecraftforge.oredict.OreIngredient@1c67e2f0]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xtile.actuallyadditions.block_tiny_torch@0 new recipe: RecipeStage{tier='one', recipe=2xtile.actuallyadditions.block_tiny_torch@0:[net.minecraft.item.crafting.Ingredient@188d1477, net.minecraftforge.oredict.OreIngredient@72a19e3f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.actuallyadditions.block_firework_box@0 new recipe: RecipeStage{tier='five', recipe=1xtile.actuallyadditions.block_firework_box@0:[net.minecraft.item.crafting.Ingredient@5f6e6acd, de.ellpeck.actuallyadditions.mod.crafting.BlockCrafting$FireworkIngredient@7710fcc3, net.minecraft.item.crafting.Ingredient@5f6e6acd, net.minecraft.item.crafting.Ingredient@78310f19, net.minecraft.item.crafting.Ingredient@21f3acd5, net.minecraft.item.crafting.Ingredient@78310f19, net.minecraft.item.crafting.Ingredient@51f5aacc, net.minecraft.item.crafting.Ingredient@51f5aacc, net.minecraft.item.crafting.Ingredient@51f5aacc]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.actuallyadditions.block_shock_suppressor@0 new recipe: RecipeStage{tier='five', recipe=1xtile.actuallyadditions.block_shock_suppressor@0:[net.minecraft.item.crafting.Ingredient@dd80b4f, net.minecraft.item.crafting.Ingredient@7d619a3d, net.minecraft.item.crafting.Ingredient@dd80b4f, net.minecraft.item.crafting.Ingredient@7d619a3d, net.minecraft.item.crafting.Ingredient@31719b25, net.minecraft.item.crafting.Ingredient@7d619a3d, net.minecraft.item.crafting.Ingredient@dd80b4f, net.minecraft.item.crafting.Ingredient@7d619a3d, net.minecraft.item.crafting.Ingredient@dd80b4f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.actuallyadditions.block_display_stand@0 new recipe: RecipeStage{tier='five', recipe=1xtile.actuallyadditions.block_display_stand@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4d2ef40d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3c6f2fe7, net.minecraft.item.crafting.Ingredient@3c6f2fe7, net.minecraft.item.crafting.Ingredient@3c6f2fe7, net.minecraft.item.crafting.Ingredient@7120d956, net.minecraft.item.crafting.Ingredient@7120d956, net.minecraft.item.crafting.Ingredient@7120d956]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.actuallyadditions.block_miner@0 new recipe: RecipeStage{tier='five', recipe=1xtile.actuallyadditions.block_miner@0:[net.minecraft.item.crafting.Ingredient@7601c7f3, net.minecraftforge.oredict.OreIngredient@4c35dce4, net.minecraft.item.crafting.Ingredient@7601c7f3, net.minecraftforge.oredict.OreIngredient@4c35dce4, net.minecraft.item.crafting.Ingredient@3354dec3, net.minecraftforge.oredict.OreIngredient@4c35dce4, net.minecraft.item.crafting.Ingredient@7601c7f3, net.minecraft.item.crafting.Ingredient@44494b96, net.minecraft.item.crafting.Ingredient@7601c7f3]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.actuallyadditions.block_quartz_wall@0 new recipe: RecipeStage{tier='four', recipe=6xtile.actuallyadditions.block_quartz_wall@0:[net.minecraft.item.crafting.Ingredient@26796d07, net.minecraft.item.crafting.Ingredient@26796d07, net.minecraft.item.crafting.Ingredient@26796d07, net.minecraft.item.crafting.Ingredient@26796d07, net.minecraft.item.crafting.Ingredient@26796d07, net.minecraft.item.crafting.Ingredient@26796d07]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.actuallyadditions.block_quartz_slab@0 new recipe: RecipeStage{tier='four', recipe=6xtile.actuallyadditions.block_quartz_slab@0:[net.minecraft.item.crafting.Ingredient@5ebf1864, net.minecraft.item.crafting.Ingredient@5ebf1864, net.minecraft.item.crafting.Ingredient@5ebf1864]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.actuallyadditions.block_quartz_stair@0 new recipe: RecipeStage{tier='four', recipe=6xtile.actuallyadditions.block_quartz_stair@0:[net.minecraft.item.crafting.Ingredient@4b0877b6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4b0877b6, net.minecraft.item.crafting.Ingredient@4b0877b6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4b0877b6, net.minecraft.item.crafting.Ingredient@4b0877b6, net.minecraft.item.crafting.Ingredient@4b0877b6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.actuallyadditions.block_pillar_quartz_wall@0 new recipe: RecipeStage{tier='four', recipe=6xtile.actuallyadditions.block_pillar_quartz_wall@0:[net.minecraft.item.crafting.Ingredient@451390ba, net.minecraft.item.crafting.Ingredient@451390ba, net.minecraft.item.crafting.Ingredient@451390ba, net.minecraft.item.crafting.Ingredient@451390ba, net.minecraft.item.crafting.Ingredient@451390ba, net.minecraft.item.crafting.Ingredient@451390ba]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.actuallyadditions.block_pillar_quartz_slab@0 new recipe: RecipeStage{tier='four', recipe=6xtile.actuallyadditions.block_pillar_quartz_slab@0:[net.minecraft.item.crafting.Ingredient@286fdc4a, net.minecraft.item.crafting.Ingredient@286fdc4a, net.minecraft.item.crafting.Ingredient@286fdc4a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.actuallyadditions.block_pillar_quartz_stair@0 new recipe: RecipeStage{tier='four', recipe=6xtile.actuallyadditions.block_pillar_quartz_stair@0:[net.minecraft.item.crafting.Ingredient@eb59d1b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@eb59d1b, net.minecraft.item.crafting.Ingredient@eb59d1b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@eb59d1b, net.minecraft.item.crafting.Ingredient@eb59d1b, net.minecraft.item.crafting.Ingredient@eb59d1b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.actuallyadditions.block_chiseled_quartz_wall@0 new recipe: RecipeStage{tier='four', recipe=6xtile.actuallyadditions.block_chiseled_quartz_wall@0:[net.minecraft.item.crafting.Ingredient@608febc, net.minecraft.item.crafting.Ingredient@608febc, net.minecraft.item.crafting.Ingredient@608febc, net.minecraft.item.crafting.Ingredient@608febc, net.minecraft.item.crafting.Ingredient@608febc, net.minecraft.item.crafting.Ingredient@608febc]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.actuallyadditions.block_chiseled_quartz_slab@0 new recipe: RecipeStage{tier='four', recipe=6xtile.actuallyadditions.block_chiseled_quartz_slab@0:[net.minecraft.item.crafting.Ingredient@5f473887, net.minecraft.item.crafting.Ingredient@5f473887, net.minecraft.item.crafting.Ingredient@5f473887]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.actuallyadditions.block_chiseled_quartz_stair@0 new recipe: RecipeStage{tier='four', recipe=6xtile.actuallyadditions.block_chiseled_quartz_stair@0:[net.minecraft.item.crafting.Ingredient@99c32a9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@99c32a9, net.minecraft.item.crafting.Ingredient@99c32a9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@99c32a9, net.minecraft.item.crafting.Ingredient@99c32a9, net.minecraft.item.crafting.Ingredient@99c32a9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.actuallyadditions.block_testifi_bucks_white_fence@0 new recipe: RecipeStage{tier='five', recipe=6xtile.actuallyadditions.block_testifi_bucks_white_fence@0:[net.minecraft.item.crafting.Ingredient@2be32bc4, net.minecraft.item.crafting.Ingredient@2be32bc4, net.minecraft.item.crafting.Ingredient@2be32bc4, net.minecraft.item.crafting.Ingredient@2be32bc4, net.minecraft.item.crafting.Ingredient@2be32bc4, net.minecraft.item.crafting.Ingredient@2be32bc4]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.actuallyadditions.block_testifi_bucks_white_slab@0 new recipe: RecipeStage{tier='five', recipe=6xtile.actuallyadditions.block_testifi_bucks_white_slab@0:[net.minecraft.item.crafting.Ingredient@6adfcd1a, net.minecraft.item.crafting.Ingredient@6adfcd1a, net.minecraft.item.crafting.Ingredient@6adfcd1a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.actuallyadditions.block_testifi_bucks_white_stairs@0 new recipe: RecipeStage{tier='five', recipe=6xtile.actuallyadditions.block_testifi_bucks_white_stairs@0:[net.minecraft.item.crafting.Ingredient@c3a53c6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@c3a53c6, net.minecraft.item.crafting.Ingredient@c3a53c6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@c3a53c6, net.minecraft.item.crafting.Ingredient@c3a53c6, net.minecraft.item.crafting.Ingredient@c3a53c6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.actuallyadditions.block_testifi_bucks_green_fence@0 new recipe: RecipeStage{tier='five', recipe=6xtile.actuallyadditions.block_testifi_bucks_green_fence@0:[net.minecraft.item.crafting.Ingredient@64db3192, net.minecraft.item.crafting.Ingredient@64db3192, net.minecraft.item.crafting.Ingredient@64db3192, net.minecraft.item.crafting.Ingredient@64db3192, net.minecraft.item.crafting.Ingredient@64db3192, net.minecraft.item.crafting.Ingredient@64db3192]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.actuallyadditions.block_testifi_bucks_green_slab@0 new recipe: RecipeStage{tier='five', recipe=6xtile.actuallyadditions.block_testifi_bucks_green_slab@0:[net.minecraft.item.crafting.Ingredient@56548bc6, net.minecraft.item.crafting.Ingredient@56548bc6, net.minecraft.item.crafting.Ingredient@56548bc6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.actuallyadditions.block_testifi_bucks_green_stairs@0 new recipe: RecipeStage{tier='five', recipe=6xtile.actuallyadditions.block_testifi_bucks_green_stairs@0:[net.minecraft.item.crafting.Ingredient@42f72b0b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@42f72b0b, net.minecraft.item.crafting.Ingredient@42f72b0b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@42f72b0b, net.minecraft.item.crafting.Ingredient@42f72b0b, net.minecraft.item.crafting.Ingredient@42f72b0b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.actuallyadditions.block_laser_relay@0 new recipe: RecipeStage{tier='five', recipe=4xtile.actuallyadditions.block_laser_relay@0:[net.minecraft.item.crafting.Ingredient@5b123985, net.minecraft.item.crafting.Ingredient@284b6218, net.minecraft.item.crafting.Ingredient@5b123985, net.minecraft.item.crafting.Ingredient@42e64ea4, net.minecraft.item.crafting.Ingredient@6cf75557, net.minecraft.item.crafting.Ingredient@42e64ea4, net.minecraft.item.crafting.Ingredient@5b123985, net.minecraft.item.crafting.Ingredient@284b6218, net.minecraft.item.crafting.Ingredient@5b123985]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.actuallyadditions.block_laser_relay_advanced@0 new recipe: RecipeStage{tier='five', recipe=1xtile.actuallyadditions.block_laser_relay_advanced@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1f5fb173, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@25288a7f, net.minecraft.item.crafting.Ingredient@55cb7d0c, net.minecraft.item.crafting.Ingredient@25288a7f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1f5fb173, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.actuallyadditions.block_laser_relay_extreme@0 new recipe: RecipeStage{tier='five', recipe=1xtile.actuallyadditions.block_laser_relay_extreme@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@73233e60, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1f38e16d, net.minecraft.item.crafting.Ingredient@1115cd5e, net.minecraft.item.crafting.Ingredient@1f38e16d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@73233e60, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.actuallyadditions.block_laser_relay_item_whitelist@0 new recipe: RecipeStage{tier='five', recipe=1xtile.actuallyadditions.block_laser_relay_item_whitelist@0:[net.minecraft.item.crafting.Ingredient@7e22fb87, net.minecraft.item.crafting.Ingredient@14980a1d, net.minecraft.item.crafting.Ingredient@2bd85aed, net.minecraft.item.crafting.Ingredient@73b3f572]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.actuallyadditions.block_item_viewer@0 new recipe: RecipeStage{tier='five', recipe=1xtile.actuallyadditions.block_item_viewer@0:[net.minecraft.item.crafting.Ingredient@4e38ffeb, net.minecraft.item.crafting.Ingredient@1aa4d640, net.minecraft.item.crafting.Ingredient@4e38ffeb, net.minecraft.item.crafting.Ingredient@275ecbf3, net.minecraftforge.oredict.OreIngredient@4b2ab20f, net.minecraft.item.crafting.Ingredient@275ecbf3, net.minecraft.item.crafting.Ingredient@4e38ffeb, net.minecraft.item.crafting.Ingredient@1aa4d640, net.minecraft.item.crafting.Ingredient@4e38ffeb]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.actuallyadditions.block_item_viewer_hopping@0 new recipe: RecipeStage{tier='four', recipe=1xtile.actuallyadditions.block_item_viewer_hopping@0:[net.minecraft.item.crafting.Ingredient@77007bfc, net.minecraft.item.crafting.Ingredient@7e4e1550]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.actuallyadditions.block_ranged_collector@0 new recipe: RecipeStage{tier='five', recipe=1xtile.actuallyadditions.block_ranged_collector@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4bfb1638, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2f9e5839, net.minecraft.item.crafting.Ingredient@313a2d0f, net.minecraft.item.crafting.Ingredient@2f9e5839, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@45916f4f, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.actuallyadditions.block_xp_solidifier@0 new recipe: RecipeStage{tier='five', recipe=1xtile.actuallyadditions.block_xp_solidifier@0:[net.minecraft.item.crafting.Ingredient@12c1b943, net.minecraft.item.crafting.Ingredient@12c1b943, net.minecraft.item.crafting.Ingredient@12c1b943, net.minecraft.item.crafting.Ingredient@40018e6, net.minecraft.item.crafting.Ingredient@7cd0df38, net.minecraft.item.crafting.Ingredient@40018e6, net.minecraft.item.crafting.Ingredient@12c1b943, net.minecraft.item.crafting.Ingredient@12c1b943, net.minecraft.item.crafting.Ingredient@12c1b943]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.actuallyadditions.block_misc@4 new recipe: RecipeStage{tier='four', recipe=1xtile.actuallyadditions.block_misc@4:[net.minecraftforge.oredict.OreIngredient@70e8c2f5, net.minecraftforge.oredict.OreIngredient@1db239ff, net.minecraftforge.oredict.OreIngredient@70e8c2f5, net.minecraftforge.oredict.OreIngredient@1db239ff, net.minecraftforge.oredict.OreIngredient@abbeacf, net.minecraftforge.oredict.OreIngredient@1db239ff, net.minecraftforge.oredict.OreIngredient@70e8c2f5, net.minecraftforge.oredict.OreIngredient@1db239ff, net.minecraftforge.oredict.OreIngredient@70e8c2f5]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.actuallyadditions.block_phantom_booster@0 new recipe: RecipeStage{tier='five', recipe=1xtile.actuallyadditions.block_phantom_booster@0:[net.minecraft.item.crafting.Ingredient@37d11632, net.minecraft.item.crafting.Ingredient@24c45367, net.minecraft.item.crafting.Ingredient@37d11632, net.minecraft.item.crafting.Ingredient@24c45367, net.minecraft.item.crafting.Ingredient@1c516fae, net.minecraft.item.crafting.Ingredient@24c45367, net.minecraft.item.crafting.Ingredient@37d11632, net.minecraft.item.crafting.Ingredient@24c45367, net.minecraft.item.crafting.Ingredient@37d11632]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.actuallyadditions.block_energizer@0 new recipe: RecipeStage{tier='five', recipe=1xtile.actuallyadditions.block_energizer@0:[net.minecraft.item.crafting.Ingredient@716bac4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@716bac4, net.minecraft.item.crafting.Ingredient@673bc16e, net.minecraft.item.crafting.Ingredient@4816c328, net.minecraft.item.crafting.Ingredient@673bc16e, net.minecraft.item.crafting.Ingredient@716bac4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@716bac4]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.actuallyadditions.block_enervator@0 new recipe: RecipeStage{tier='five', recipe=1xtile.actuallyadditions.block_enervator@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@29e3cf23, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1b118041, net.minecraft.item.crafting.Ingredient@229812fc, net.minecraft.item.crafting.Ingredient@1b118041, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@29e3cf23, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.actuallyadditions.block_lava_factory_controller@0 new recipe: RecipeStage{tier='five', recipe=1xtile.actuallyadditions.block_lava_factory_controller@0:[net.minecraft.item.crafting.Ingredient@6bc4dc6d, net.minecraft.item.crafting.Ingredient@5ce99a04, net.minecraft.item.crafting.Ingredient@6bc4dc6d, net.minecraft.item.crafting.Ingredient@7cc05adc, net.minecraft.item.crafting.Ingredient@6bc4dc6d, net.minecraft.item.crafting.Ingredient@7cc05adc, net.minecraft.item.crafting.Ingredient@1e2db84a, net.minecraft.item.crafting.Ingredient@1e2db84a, net.minecraft.item.crafting.Ingredient@1e2db84a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 32xtile.actuallyadditions.block_misc@7 new recipe: RecipeStage{tier='four', recipe=32xtile.actuallyadditions.block_misc@7:[net.minecraft.item.crafting.Ingredient@43eeaa28, net.minecraft.item.crafting.Ingredient@e043831, net.minecraft.item.crafting.Ingredient@43eeaa28]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.actuallyadditions.block_phantomface@0 new recipe: RecipeStage{tier='five', recipe=1xtile.actuallyadditions.block_phantomface@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@9bfd116, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7889bf83, net.minecraft.item.crafting.Ingredient@48559b1c, net.minecraft.item.crafting.Ingredient@7889bf83, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@126e059b, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.actuallyadditions.block_player_interface@0 new recipe: RecipeStage{tier='five', recipe=1xtile.actuallyadditions.block_player_interface@0:[net.minecraft.item.crafting.Ingredient@c9c6c92, net.minecraft.item.crafting.Ingredient@a5519e7, net.minecraft.item.crafting.Ingredient@c9c6c92, net.minecraft.item.crafting.Ingredient@7d154032, net.minecraft.item.crafting.Ingredient@c9c6c92, net.minecraft.item.crafting.Ingredient@7d154032, net.minecraft.item.crafting.Ingredient@c9c6c92, net.minecraft.item.crafting.Ingredient@68f587eb, net.minecraft.item.crafting.Ingredient@c9c6c92]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.actuallyadditions.block_phantom_placer@0 new recipe: RecipeStage{tier='five', recipe=1xtile.actuallyadditions.block_phantom_placer@0:[net.minecraft.item.crafting.Ingredient@5b5fa9e3, net.minecraft.item.crafting.Ingredient@7967094e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.actuallyadditions.block_phantom_breaker@0 new recipe: RecipeStage{tier='five', recipe=1xtile.actuallyadditions.block_phantom_breaker@0:[net.minecraft.item.crafting.Ingredient@3de91356, net.minecraft.item.crafting.Ingredient@52fe1085]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.actuallyadditions.block_phantom_energyface@0 new recipe: RecipeStage{tier='five', recipe=1xtile.actuallyadditions.block_phantom_energyface@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@74c8ab88, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@74c8ab88, net.minecraft.item.crafting.Ingredient@35a4e126, net.minecraft.item.crafting.Ingredient@74c8ab88, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@74c8ab88, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.actuallyadditions.block_phantom_redstoneface@0 new recipe: RecipeStage{tier='five', recipe=1xtile.actuallyadditions.block_phantom_redstoneface@0:[net.minecraft.item.crafting.Ingredient@62fa7dce, net.minecraft.item.crafting.Ingredient@40a22767, net.minecraft.item.crafting.Ingredient@62fa7dce, net.minecraft.item.crafting.Ingredient@40a22767, net.minecraft.item.crafting.Ingredient@53df1ef2, net.minecraft.item.crafting.Ingredient@40a22767, net.minecraft.item.crafting.Ingredient@62fa7dce, net.minecraft.item.crafting.Ingredient@40a22767, net.minecraft.item.crafting.Ingredient@62fa7dce]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.actuallyadditions.block_phantom_liquiface@0 new recipe: RecipeStage{tier='five', recipe=1xtile.actuallyadditions.block_phantom_liquiface@0:[net.minecraft.item.crafting.Ingredient@41e0687e, net.minecraft.item.crafting.Ingredient@10a8f63a, net.minecraft.item.crafting.Ingredient@41e0687e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.actuallyadditions.block_fluid_placer@0 new recipe: RecipeStage{tier='five', recipe=1xtile.actuallyadditions.block_fluid_placer@0:[net.minecraft.item.crafting.Ingredient@218dedec, net.minecraft.item.crafting.Ingredient@a0e4fa1, net.minecraft.item.crafting.Ingredient@218dedec]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.actuallyadditions.block_fluid_collector@0 new recipe: RecipeStage{tier='five', recipe=1xtile.actuallyadditions.block_fluid_collector@0:[net.minecraft.item.crafting.Ingredient@486f6506, net.minecraft.item.crafting.Ingredient@1f215317, net.minecraft.item.crafting.Ingredient@486f6506]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.actuallyadditions.block_leaf_generator@0 new recipe: RecipeStage{tier='five', recipe=1xtile.actuallyadditions.block_leaf_generator@0:[net.minecraft.item.crafting.Ingredient@69ed01d0, net.minecraft.item.crafting.Ingredient@68f84ba6, net.minecraft.item.crafting.Ingredient@69ed01d0, net.minecraft.item.crafting.Ingredient@1784b0da, net.minecraftforge.oredict.OreIngredient@6e940093, net.minecraft.item.crafting.Ingredient@1784b0da, net.minecraft.item.crafting.Ingredient@69ed01d0, net.minecraft.item.crafting.Ingredient@6f767f10, net.minecraft.item.crafting.Ingredient@69ed01d0]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.actuallyadditions.block_misc@6 new recipe: RecipeStage{tier='four', recipe=1xtile.actuallyadditions.block_misc@6:[net.minecraft.item.crafting.Ingredient@5d460044, net.minecraft.item.crafting.Ingredient@5d460044, net.minecraft.item.crafting.Ingredient@5d460044, net.minecraft.item.crafting.Ingredient@5d460044]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xitem.enderPearl@0 new recipe: RecipeStage{tier='two', recipe=4xitem.enderPearl@0:[net.minecraft.item.crafting.Ingredient@77c9c531]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.actuallyadditions.block_misc@2 new recipe: RecipeStage{tier='one', recipe=1xtile.actuallyadditions.block_misc@2:[net.minecraft.item.crafting.Ingredient@3917d3c3, net.minecraft.item.crafting.Ingredient@3917d3c3, net.minecraft.item.crafting.Ingredient@3917d3c3, net.minecraft.item.crafting.Ingredient@3917d3c3]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.actuallyadditions.block_fishing_net@0 new recipe: RecipeStage{tier='five', recipe=1xtile.actuallyadditions.block_fishing_net@0:[net.minecraft.item.crafting.Ingredient@86ccdd2, net.minecraft.item.crafting.Ingredient@86ccdd2, net.minecraft.item.crafting.Ingredient@86ccdd2, net.minecraft.item.crafting.Ingredient@86ccdd2, net.minecraft.item.crafting.Ingredient@65c5b50e, net.minecraft.item.crafting.Ingredient@86ccdd2, net.minecraft.item.crafting.Ingredient@86ccdd2, net.minecraft.item.crafting.Ingredient@86ccdd2, net.minecraft.item.crafting.Ingredient@86ccdd2]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.actuallyadditions.block_item_repairer@0 new recipe: RecipeStage{tier='five', recipe=1xtile.actuallyadditions.block_item_repairer@0:[net.minecraft.item.crafting.Ingredient@313561a3, net.minecraft.item.crafting.Ingredient@36bb358d, net.minecraft.item.crafting.Ingredient@313561a3, net.minecraft.item.crafting.Ingredient@7e1e8b91, net.minecraft.item.crafting.Ingredient@1072dbdd, net.minecraft.item.crafting.Ingredient@7e1e8b91, net.minecraft.item.crafting.Ingredient@313561a3, net.minecraft.item.crafting.Ingredient@36bb358d, net.minecraft.item.crafting.Ingredient@313561a3]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.actuallyadditions.block_misc@0 new recipe: RecipeStage{tier='one', recipe=1xtile.actuallyadditions.block_misc@0:[net.minecraft.item.crafting.Ingredient@4dcc60f9, net.minecraft.item.crafting.Ingredient@4dcc60f9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xtile.actuallyadditions.block_misc@1 new recipe: RecipeStage{tier='one', recipe=2xtile.actuallyadditions.block_misc@1:[net.minecraft.item.crafting.Ingredient@7152594, net.minecraft.item.crafting.Ingredient@7152594]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.actuallyadditions.block_giant_chest@0 new recipe: RecipeStage{tier='four', recipe=1xtile.actuallyadditions.block_giant_chest@0:[net.minecraftforge.oredict.OreIngredient@49125598, net.minecraftforge.oredict.OreIngredient@3f74d5d7, net.minecraftforge.oredict.OreIngredient@49125598, net.minecraftforge.oredict.OreIngredient@3f74d5d7, net.minecraft.item.crafting.Ingredient@6bc3b6c6, net.minecraftforge.oredict.OreIngredient@3f74d5d7, net.minecraftforge.oredict.OreIngredient@49125598, net.minecraftforge.oredict.OreIngredient@3f74d5d7, net.minecraftforge.oredict.OreIngredient@49125598]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.actuallyadditions.block_placer@0 new recipe: RecipeStage{tier='five', recipe=1xtile.actuallyadditions.block_placer@0:[net.minecraftforge.oredict.OreIngredient@65dead56, net.minecraftforge.oredict.OreIngredient@65dead56, net.minecraftforge.oredict.OreIngredient@65dead56, net.minecraftforge.oredict.OreIngredient@65dead56, net.minecraft.item.crafting.Ingredient@3e102532, net.minecraft.item.crafting.Ingredient@15b7c9d4, net.minecraftforge.oredict.OreIngredient@65dead56, net.minecraftforge.oredict.OreIngredient@65dead56, net.minecraftforge.oredict.OreIngredient@65dead56]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.actuallyadditions.block_dropper@0 new recipe: RecipeStage{tier='five', recipe=1xtile.actuallyadditions.block_dropper@0:[net.minecraftforge.oredict.OreIngredient@1027589f, net.minecraft.item.crafting.Ingredient@7523af4, net.minecraftforge.oredict.OreIngredient@1027589f, net.minecraftforge.oredict.OreIngredient@1027589f, net.minecraft.item.crafting.Ingredient@320a8464, net.minecraft.item.crafting.Ingredient@1b5d9b1b, net.minecraftforge.oredict.OreIngredient@1027589f, net.minecraft.item.crafting.Ingredient@7523af4, net.minecraftforge.oredict.OreIngredient@1027589f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.actuallyadditions.block_colored_lamp@0 new recipe: RecipeStage{tier='five', recipe=6xtile.actuallyadditions.block_colored_lamp@0:[net.minecraftforge.oredict.OreIngredient@2707d588, net.minecraft.item.crafting.Ingredient@d4e871e, net.minecraftforge.oredict.OreIngredient@2707d588, net.minecraftforge.oredict.OreIngredient@41c85ca8, net.minecraft.item.crafting.Ingredient@36ba82c9, net.minecraftforge.oredict.OreIngredient@41c85ca8, net.minecraftforge.oredict.OreIngredient@2707d588, net.minecraft.item.crafting.Ingredient@d4e871e, net.minecraftforge.oredict.OreIngredient@2707d588]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.actuallyadditions.block_colored_lamp@1 new recipe: RecipeStage{tier='five', recipe=6xtile.actuallyadditions.block_colored_lamp@1:[net.minecraftforge.oredict.OreIngredient@5687a28c, net.minecraft.item.crafting.Ingredient@4f358577, net.minecraftforge.oredict.OreIngredient@5687a28c, net.minecraftforge.oredict.OreIngredient@552989e8, net.minecraft.item.crafting.Ingredient@3767e54e, net.minecraftforge.oredict.OreIngredient@552989e8, net.minecraftforge.oredict.OreIngredient@5687a28c, net.minecraft.item.crafting.Ingredient@4f358577, net.minecraftforge.oredict.OreIngredient@5687a28c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.actuallyadditions.block_colored_lamp@2 new recipe: RecipeStage{tier='five', recipe=6xtile.actuallyadditions.block_colored_lamp@2:[net.minecraftforge.oredict.OreIngredient@3f629b25, net.minecraft.item.crafting.Ingredient@541ad0e8, net.minecraftforge.oredict.OreIngredient@3f629b25, net.minecraftforge.oredict.OreIngredient@261d33e8, net.minecraft.item.crafting.Ingredient@2ed8eff0, net.minecraftforge.oredict.OreIngredient@261d33e8, net.minecraftforge.oredict.OreIngredient@3f629b25, net.minecraft.item.crafting.Ingredient@541ad0e8, net.minecraftforge.oredict.OreIngredient@3f629b25]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.actuallyadditions.block_colored_lamp@3 new recipe: RecipeStage{tier='five', recipe=6xtile.actuallyadditions.block_colored_lamp@3:[net.minecraftforge.oredict.OreIngredient@7d7ea4d, net.minecraft.item.crafting.Ingredient@2c47f753, net.minecraftforge.oredict.OreIngredient@7d7ea4d, net.minecraftforge.oredict.OreIngredient@489a0b2c, net.minecraft.item.crafting.Ingredient@2154caa0, net.minecraftforge.oredict.OreIngredient@489a0b2c, net.minecraftforge.oredict.OreIngredient@7d7ea4d, net.minecraft.item.crafting.Ingredient@2c47f753, net.minecraftforge.oredict.OreIngredient@7d7ea4d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.actuallyadditions.block_colored_lamp@4 new recipe: RecipeStage{tier='five', recipe=6xtile.actuallyadditions.block_colored_lamp@4:[net.minecraftforge.oredict.OreIngredient@a874d3e, net.minecraft.item.crafting.Ingredient@323a5cb6, net.minecraftforge.oredict.OreIngredient@a874d3e, net.minecraftforge.oredict.OreIngredient@12dcf429, net.minecraft.item.crafting.Ingredient@155a3d18, net.minecraftforge.oredict.OreIngredient@12dcf429, net.minecraftforge.oredict.OreIngredient@a874d3e, net.minecraft.item.crafting.Ingredient@323a5cb6, net.minecraftforge.oredict.OreIngredient@a874d3e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.actuallyadditions.block_colored_lamp@5 new recipe: RecipeStage{tier='five', recipe=6xtile.actuallyadditions.block_colored_lamp@5:[net.minecraftforge.oredict.OreIngredient@45bb51d6, net.minecraft.item.crafting.Ingredient@75e51ce9, net.minecraftforge.oredict.OreIngredient@45bb51d6, net.minecraftforge.oredict.OreIngredient@303398f4, net.minecraft.item.crafting.Ingredient@74c5c117, net.minecraftforge.oredict.OreIngredient@303398f4, net.minecraftforge.oredict.OreIngredient@45bb51d6, net.minecraft.item.crafting.Ingredient@75e51ce9, net.minecraftforge.oredict.OreIngredient@45bb51d6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.actuallyadditions.block_colored_lamp@6 new recipe: RecipeStage{tier='five', recipe=6xtile.actuallyadditions.block_colored_lamp@6:[net.minecraftforge.oredict.OreIngredient@36b05826, net.minecraft.item.crafting.Ingredient@291a8932, net.minecraftforge.oredict.OreIngredient@36b05826, net.minecraftforge.oredict.OreIngredient@1a68823c, net.minecraft.item.crafting.Ingredient@407f251f, net.minecraftforge.oredict.OreIngredient@1a68823c, net.minecraftforge.oredict.OreIngredient@36b05826, net.minecraft.item.crafting.Ingredient@291a8932, net.minecraftforge.oredict.OreIngredient@36b05826]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.actuallyadditions.block_colored_lamp@7 new recipe: RecipeStage{tier='five', recipe=6xtile.actuallyadditions.block_colored_lamp@7:[net.minecraftforge.oredict.OreIngredient@99469cf, net.minecraft.item.crafting.Ingredient@3dd1673b, net.minecraftforge.oredict.OreIngredient@99469cf, net.minecraftforge.oredict.OreIngredient@573363a3, net.minecraft.item.crafting.Ingredient@6edde387, net.minecraftforge.oredict.OreIngredient@573363a3, net.minecraftforge.oredict.OreIngredient@99469cf, net.minecraft.item.crafting.Ingredient@3dd1673b, net.minecraftforge.oredict.OreIngredient@99469cf]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.actuallyadditions.block_colored_lamp@8 new recipe: RecipeStage{tier='five', recipe=6xtile.actuallyadditions.block_colored_lamp@8:[net.minecraftforge.oredict.OreIngredient@72f37906, net.minecraft.item.crafting.Ingredient@5803a9d8, net.minecraftforge.oredict.OreIngredient@72f37906, net.minecraftforge.oredict.OreIngredient@3e113280, net.minecraft.item.crafting.Ingredient@3fd12f1e, net.minecraftforge.oredict.OreIngredient@3e113280, net.minecraftforge.oredict.OreIngredient@72f37906, net.minecraft.item.crafting.Ingredient@5803a9d8, net.minecraftforge.oredict.OreIngredient@72f37906]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.actuallyadditions.block_colored_lamp@9 new recipe: RecipeStage{tier='five', recipe=6xtile.actuallyadditions.block_colored_lamp@9:[net.minecraftforge.oredict.OreIngredient@130b6151, net.minecraft.item.crafting.Ingredient@7a590c55, net.minecraftforge.oredict.OreIngredient@130b6151, net.minecraftforge.oredict.OreIngredient@2439c482, net.minecraft.item.crafting.Ingredient@1226b6c4, net.minecraftforge.oredict.OreIngredient@2439c482, net.minecraftforge.oredict.OreIngredient@130b6151, net.minecraft.item.crafting.Ingredient@7a590c55, net.minecraftforge.oredict.OreIngredient@130b6151]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.actuallyadditions.block_colored_lamp@10 new recipe: RecipeStage{tier='five', recipe=6xtile.actuallyadditions.block_colored_lamp@10:[net.minecraftforge.oredict.OreIngredient@68e6c7cc, net.minecraft.item.crafting.Ingredient@202f3b71, net.minecraftforge.oredict.OreIngredient@68e6c7cc, net.minecraftforge.oredict.OreIngredient@2110386, net.minecraft.item.crafting.Ingredient@25261596, net.minecraftforge.oredict.OreIngredient@2110386, net.minecraftforge.oredict.OreIngredient@68e6c7cc, net.minecraft.item.crafting.Ingredient@202f3b71, net.minecraftforge.oredict.OreIngredient@68e6c7cc]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.actuallyadditions.block_colored_lamp@11 new recipe: RecipeStage{tier='five', recipe=6xtile.actuallyadditions.block_colored_lamp@11:[net.minecraftforge.oredict.OreIngredient@228d361a, net.minecraft.item.crafting.Ingredient@7c0b56f0, net.minecraftforge.oredict.OreIngredient@228d361a, net.minecraftforge.oredict.OreIngredient@288a1cfe, net.minecraft.item.crafting.Ingredient@3d1526dc, net.minecraftforge.oredict.OreIngredient@288a1cfe, net.minecraftforge.oredict.OreIngredient@228d361a, net.minecraft.item.crafting.Ingredient@7c0b56f0, net.minecraftforge.oredict.OreIngredient@228d361a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.actuallyadditions.block_colored_lamp@12 new recipe: RecipeStage{tier='five', recipe=6xtile.actuallyadditions.block_colored_lamp@12:[net.minecraftforge.oredict.OreIngredient@50f983c5, net.minecraft.item.crafting.Ingredient@1b0f5b58, net.minecraftforge.oredict.OreIngredient@50f983c5, net.minecraftforge.oredict.OreIngredient@286c18c8, net.minecraft.item.crafting.Ingredient@3c5bf8df, net.minecraftforge.oredict.OreIngredient@286c18c8, net.minecraftforge.oredict.OreIngredient@50f983c5, net.minecraft.item.crafting.Ingredient@1b0f5b58, net.minecraftforge.oredict.OreIngredient@50f983c5]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.actuallyadditions.block_colored_lamp@13 new recipe: RecipeStage{tier='five', recipe=6xtile.actuallyadditions.block_colored_lamp@13:[net.minecraftforge.oredict.OreIngredient@4114f644, net.minecraft.item.crafting.Ingredient@5defb197, net.minecraftforge.oredict.OreIngredient@4114f644, net.minecraftforge.oredict.OreIngredient@9f60cf6, net.minecraft.item.crafting.Ingredient@6a889017, net.minecraftforge.oredict.OreIngredient@9f60cf6, net.minecraftforge.oredict.OreIngredient@4114f644, net.minecraft.item.crafting.Ingredient@5defb197, net.minecraftforge.oredict.OreIngredient@4114f644]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.actuallyadditions.block_colored_lamp@14 new recipe: RecipeStage{tier='five', recipe=6xtile.actuallyadditions.block_colored_lamp@14:[net.minecraftforge.oredict.OreIngredient@2c8b8e13, net.minecraft.item.crafting.Ingredient@4acbe7d8, net.minecraftforge.oredict.OreIngredient@2c8b8e13, net.minecraftforge.oredict.OreIngredient@15a3a6c8, net.minecraft.item.crafting.Ingredient@3b059443, net.minecraftforge.oredict.OreIngredient@15a3a6c8, net.minecraftforge.oredict.OreIngredient@2c8b8e13, net.minecraft.item.crafting.Ingredient@4acbe7d8, net.minecraftforge.oredict.OreIngredient@2c8b8e13]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.actuallyadditions.block_colored_lamp@15 new recipe: RecipeStage{tier='five', recipe=6xtile.actuallyadditions.block_colored_lamp@15:[net.minecraftforge.oredict.OreIngredient@5eeeb915, net.minecraft.item.crafting.Ingredient@2e6541dc, net.minecraftforge.oredict.OreIngredient@5eeeb915, net.minecraftforge.oredict.OreIngredient@56f3d1e6, net.minecraft.item.crafting.Ingredient@4143f0f7, net.minecraftforge.oredict.OreIngredient@56f3d1e6, net.minecraftforge.oredict.OreIngredient@5eeeb915, net.minecraft.item.crafting.Ingredient@2e6541dc, net.minecraftforge.oredict.OreIngredient@5eeeb915]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.actuallyadditions.block_lamp_powerer@0 new recipe: RecipeStage{tier='five', recipe=4xtile.actuallyadditions.block_lamp_powerer@0:[net.minecraft.item.crafting.Ingredient@45ac32a2, net.minecraft.item.crafting.Ingredient@45ac32a2, net.minecraft.item.crafting.Ingredient@45ac32a2, net.minecraft.item.crafting.Ingredient@45ac32a2, net.minecraft.item.crafting.Ingredient@6e211d13, net.minecraft.item.crafting.Ingredient@45ac32a2, net.minecraft.item.crafting.Ingredient@45ac32a2, net.minecraft.item.crafting.Ingredient@45ac32a2, net.minecraft.item.crafting.Ingredient@45ac32a2]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.actuallyadditions.block_crystal@0 new recipe: RecipeStage{tier='five', recipe=1xtile.actuallyadditions.block_crystal@0:[net.minecraft.item.crafting.Ingredient@30eefefb, net.minecraft.item.crafting.Ingredient@30eefefb, net.minecraft.item.crafting.Ingredient@30eefefb, net.minecraft.item.crafting.Ingredient@30eefefb, net.minecraft.item.crafting.Ingredient@30eefefb, net.minecraft.item.crafting.Ingredient@30eefefb, net.minecraft.item.crafting.Ingredient@30eefefb, net.minecraft.item.crafting.Ingredient@30eefefb, net.minecraft.item.crafting.Ingredient@30eefefb]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.actuallyadditions.item_crystal@0 new recipe: RecipeStage{tier='five', recipe=9xitem.actuallyadditions.item_crystal@0:[net.minecraft.item.crafting.Ingredient@7c39022b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.actuallyadditions.block_crystal_empowered@0 new recipe: RecipeStage{tier='five', recipe=1xtile.actuallyadditions.block_crystal_empowered@0:[net.minecraft.item.crafting.Ingredient@2c651702, net.minecraft.item.crafting.Ingredient@2c651702, net.minecraft.item.crafting.Ingredient@2c651702, net.minecraft.item.crafting.Ingredient@2c651702, net.minecraft.item.crafting.Ingredient@2c651702, net.minecraft.item.crafting.Ingredient@2c651702, net.minecraft.item.crafting.Ingredient@2c651702, net.minecraft.item.crafting.Ingredient@2c651702, net.minecraft.item.crafting.Ingredient@2c651702]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.actuallyadditions.item_crystal_empowered@0 new recipe: RecipeStage{tier='five', recipe=9xitem.actuallyadditions.item_crystal_empowered@0:[net.minecraft.item.crafting.Ingredient@79c1449b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_crystal@0 new recipe: RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_crystal@0:[net.minecraft.item.crafting.Ingredient@3e1f647e, net.minecraft.item.crafting.Ingredient@3e1f647e, net.minecraft.item.crafting.Ingredient@3e1f647e, net.minecraft.item.crafting.Ingredient@3e1f647e, net.minecraft.item.crafting.Ingredient@3e1f647e, net.minecraft.item.crafting.Ingredient@3e1f647e, net.minecraft.item.crafting.Ingredient@3e1f647e, net.minecraft.item.crafting.Ingredient@3e1f647e, net.minecraft.item.crafting.Ingredient@3e1f647e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.actuallyadditions.item_crystal_shard@0 new recipe: RecipeStage{tier='five', recipe=9xitem.actuallyadditions.item_crystal_shard@0:[net.minecraft.item.crafting.Ingredient@a8311cc]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.actuallyadditions.block_crystal@1 new recipe: RecipeStage{tier='five', recipe=1xtile.actuallyadditions.block_crystal@1:[net.minecraft.item.crafting.Ingredient@edada99, net.minecraft.item.crafting.Ingredient@edada99, net.minecraft.item.crafting.Ingredient@edada99, net.minecraft.item.crafting.Ingredient@edada99, net.minecraft.item.crafting.Ingredient@edada99, net.minecraft.item.crafting.Ingredient@edada99, net.minecraft.item.crafting.Ingredient@edada99, net.minecraft.item.crafting.Ingredient@edada99, net.minecraft.item.crafting.Ingredient@edada99]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.actuallyadditions.item_crystal@1 new recipe: RecipeStage{tier='five', recipe=9xitem.actuallyadditions.item_crystal@1:[net.minecraft.item.crafting.Ingredient@7dcca245]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.actuallyadditions.block_crystal_empowered@1 new recipe: RecipeStage{tier='five', recipe=1xtile.actuallyadditions.block_crystal_empowered@1:[net.minecraft.item.crafting.Ingredient@38351516, net.minecraft.item.crafting.Ingredient@38351516, net.minecraft.item.crafting.Ingredient@38351516, net.minecraft.item.crafting.Ingredient@38351516, net.minecraft.item.crafting.Ingredient@38351516, net.minecraft.item.crafting.Ingredient@38351516, net.minecraft.item.crafting.Ingredient@38351516, net.minecraft.item.crafting.Ingredient@38351516, net.minecraft.item.crafting.Ingredient@38351516]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.actuallyadditions.item_crystal_empowered@1 new recipe: RecipeStage{tier='five', recipe=9xitem.actuallyadditions.item_crystal_empowered@1:[net.minecraft.item.crafting.Ingredient@2aaa6ead]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_crystal@1 new recipe: RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_crystal@1:[net.minecraft.item.crafting.Ingredient@727c6773, net.minecraft.item.crafting.Ingredient@727c6773, net.minecraft.item.crafting.Ingredient@727c6773, net.minecraft.item.crafting.Ingredient@727c6773, net.minecraft.item.crafting.Ingredient@727c6773, net.minecraft.item.crafting.Ingredient@727c6773, net.minecraft.item.crafting.Ingredient@727c6773, net.minecraft.item.crafting.Ingredient@727c6773, net.minecraft.item.crafting.Ingredient@727c6773]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.actuallyadditions.item_crystal_shard@1 new recipe: RecipeStage{tier='five', recipe=9xitem.actuallyadditions.item_crystal_shard@1:[net.minecraft.item.crafting.Ingredient@6a3a3df3]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.actuallyadditions.block_crystal@2 new recipe: RecipeStage{tier='five', recipe=1xtile.actuallyadditions.block_crystal@2:[net.minecraft.item.crafting.Ingredient@7a371807, net.minecraft.item.crafting.Ingredient@7a371807, net.minecraft.item.crafting.Ingredient@7a371807, net.minecraft.item.crafting.Ingredient@7a371807, net.minecraft.item.crafting.Ingredient@7a371807, net.minecraft.item.crafting.Ingredient@7a371807, net.minecraft.item.crafting.Ingredient@7a371807, net.minecraft.item.crafting.Ingredient@7a371807, net.minecraft.item.crafting.Ingredient@7a371807]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.actuallyadditions.item_crystal@2 new recipe: RecipeStage{tier='five', recipe=9xitem.actuallyadditions.item_crystal@2:[net.minecraft.item.crafting.Ingredient@311ceea]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.actuallyadditions.block_crystal_empowered@2 new recipe: RecipeStage{tier='five', recipe=1xtile.actuallyadditions.block_crystal_empowered@2:[net.minecraft.item.crafting.Ingredient@12c76604, net.minecraft.item.crafting.Ingredient@12c76604, net.minecraft.item.crafting.Ingredient@12c76604, net.minecraft.item.crafting.Ingredient@12c76604, net.minecraft.item.crafting.Ingredient@12c76604, net.minecraft.item.crafting.Ingredient@12c76604, net.minecraft.item.crafting.Ingredient@12c76604, net.minecraft.item.crafting.Ingredient@12c76604, net.minecraft.item.crafting.Ingredient@12c76604]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.actuallyadditions.item_crystal_empowered@2 new recipe: RecipeStage{tier='five', recipe=9xitem.actuallyadditions.item_crystal_empowered@2:[net.minecraft.item.crafting.Ingredient@2929140a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_crystal@2 new recipe: RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_crystal@2:[net.minecraft.item.crafting.Ingredient@6b1cc608, net.minecraft.item.crafting.Ingredient@6b1cc608, net.minecraft.item.crafting.Ingredient@6b1cc608, net.minecraft.item.crafting.Ingredient@6b1cc608, net.minecraft.item.crafting.Ingredient@6b1cc608, net.minecraft.item.crafting.Ingredient@6b1cc608, net.minecraft.item.crafting.Ingredient@6b1cc608, net.minecraft.item.crafting.Ingredient@6b1cc608, net.minecraft.item.crafting.Ingredient@6b1cc608]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.actuallyadditions.item_crystal_shard@2 new recipe: RecipeStage{tier='five', recipe=9xitem.actuallyadditions.item_crystal_shard@2:[net.minecraft.item.crafting.Ingredient@6677231f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.actuallyadditions.block_crystal@3 new recipe: RecipeStage{tier='five', recipe=1xtile.actuallyadditions.block_crystal@3:[net.minecraft.item.crafting.Ingredient@4fa98e93, net.minecraft.item.crafting.Ingredient@4fa98e93, net.minecraft.item.crafting.Ingredient@4fa98e93, net.minecraft.item.crafting.Ingredient@4fa98e93, net.minecraft.item.crafting.Ingredient@4fa98e93, net.minecraft.item.crafting.Ingredient@4fa98e93, net.minecraft.item.crafting.Ingredient@4fa98e93, net.minecraft.item.crafting.Ingredient@4fa98e93, net.minecraft.item.crafting.Ingredient@4fa98e93]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.actuallyadditions.item_crystal@3 new recipe: RecipeStage{tier='five', recipe=9xitem.actuallyadditions.item_crystal@3:[net.minecraft.item.crafting.Ingredient@2e415a28]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.actuallyadditions.block_crystal_empowered@3 new recipe: RecipeStage{tier='five', recipe=1xtile.actuallyadditions.block_crystal_empowered@3:[net.minecraft.item.crafting.Ingredient@2360e56e, net.minecraft.item.crafting.Ingredient@2360e56e, net.minecraft.item.crafting.Ingredient@2360e56e, net.minecraft.item.crafting.Ingredient@2360e56e, net.minecraft.item.crafting.Ingredient@2360e56e, net.minecraft.item.crafting.Ingredient@2360e56e, net.minecraft.item.crafting.Ingredient@2360e56e, net.minecraft.item.crafting.Ingredient@2360e56e, net.minecraft.item.crafting.Ingredient@2360e56e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.actuallyadditions.item_crystal_empowered@3 new recipe: RecipeStage{tier='five', recipe=9xitem.actuallyadditions.item_crystal_empowered@3:[net.minecraft.item.crafting.Ingredient@7c5045c6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_crystal@3 new recipe: RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_crystal@3:[net.minecraft.item.crafting.Ingredient@7f0e91c9, net.minecraft.item.crafting.Ingredient@7f0e91c9, net.minecraft.item.crafting.Ingredient@7f0e91c9, net.minecraft.item.crafting.Ingredient@7f0e91c9, net.minecraft.item.crafting.Ingredient@7f0e91c9, net.minecraft.item.crafting.Ingredient@7f0e91c9, net.minecraft.item.crafting.Ingredient@7f0e91c9, net.minecraft.item.crafting.Ingredient@7f0e91c9, net.minecraft.item.crafting.Ingredient@7f0e91c9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.actuallyadditions.item_crystal_shard@3 new recipe: RecipeStage{tier='five', recipe=9xitem.actuallyadditions.item_crystal_shard@3:[net.minecraft.item.crafting.Ingredient@5b3a141a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.actuallyadditions.block_crystal@4 new recipe: RecipeStage{tier='five', recipe=1xtile.actuallyadditions.block_crystal@4:[net.minecraft.item.crafting.Ingredient@7fd5d186, net.minecraft.item.crafting.Ingredient@7fd5d186, net.minecraft.item.crafting.Ingredient@7fd5d186, net.minecraft.item.crafting.Ingredient@7fd5d186, net.minecraft.item.crafting.Ingredient@7fd5d186, net.minecraft.item.crafting.Ingredient@7fd5d186, net.minecraft.item.crafting.Ingredient@7fd5d186, net.minecraft.item.crafting.Ingredient@7fd5d186, net.minecraft.item.crafting.Ingredient@7fd5d186]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.actuallyadditions.item_crystal@4 new recipe: RecipeStage{tier='five', recipe=9xitem.actuallyadditions.item_crystal@4:[net.minecraft.item.crafting.Ingredient@1d5d5cf]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.actuallyadditions.block_crystal_empowered@4 new recipe: RecipeStage{tier='five', recipe=1xtile.actuallyadditions.block_crystal_empowered@4:[net.minecraft.item.crafting.Ingredient@a5e8ce5, net.minecraft.item.crafting.Ingredient@a5e8ce5, net.minecraft.item.crafting.Ingredient@a5e8ce5, net.minecraft.item.crafting.Ingredient@a5e8ce5, net.minecraft.item.crafting.Ingredient@a5e8ce5, net.minecraft.item.crafting.Ingredient@a5e8ce5, net.minecraft.item.crafting.Ingredient@a5e8ce5, net.minecraft.item.crafting.Ingredient@a5e8ce5, net.minecraft.item.crafting.Ingredient@a5e8ce5]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.actuallyadditions.item_crystal_empowered@4 new recipe: RecipeStage{tier='five', recipe=9xitem.actuallyadditions.item_crystal_empowered@4:[net.minecraft.item.crafting.Ingredient@1cfd370]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_crystal@4 new recipe: RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_crystal@4:[net.minecraft.item.crafting.Ingredient@50476b2e, net.minecraft.item.crafting.Ingredient@50476b2e, net.minecraft.item.crafting.Ingredient@50476b2e, net.minecraft.item.crafting.Ingredient@50476b2e, net.minecraft.item.crafting.Ingredient@50476b2e, net.minecraft.item.crafting.Ingredient@50476b2e, net.minecraft.item.crafting.Ingredient@50476b2e, net.minecraft.item.crafting.Ingredient@50476b2e, net.minecraft.item.crafting.Ingredient@50476b2e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.actuallyadditions.item_crystal_shard@4 new recipe: RecipeStage{tier='five', recipe=9xitem.actuallyadditions.item_crystal_shard@4:[net.minecraft.item.crafting.Ingredient@7f93a744]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.actuallyadditions.block_crystal@5 new recipe: RecipeStage{tier='five', recipe=1xtile.actuallyadditions.block_crystal@5:[net.minecraft.item.crafting.Ingredient@15435f7, net.minecraft.item.crafting.Ingredient@15435f7, net.minecraft.item.crafting.Ingredient@15435f7, net.minecraft.item.crafting.Ingredient@15435f7, net.minecraft.item.crafting.Ingredient@15435f7, net.minecraft.item.crafting.Ingredient@15435f7, net.minecraft.item.crafting.Ingredient@15435f7, net.minecraft.item.crafting.Ingredient@15435f7, net.minecraft.item.crafting.Ingredient@15435f7]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.actuallyadditions.item_crystal@5 new recipe: RecipeStage{tier='five', recipe=9xitem.actuallyadditions.item_crystal@5:[net.minecraft.item.crafting.Ingredient@7e7f22fe]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.actuallyadditions.block_crystal_empowered@5 new recipe: RecipeStage{tier='five', recipe=1xtile.actuallyadditions.block_crystal_empowered@5:[net.minecraft.item.crafting.Ingredient@158a3804, net.minecraft.item.crafting.Ingredient@158a3804, net.minecraft.item.crafting.Ingredient@158a3804, net.minecraft.item.crafting.Ingredient@158a3804, net.minecraft.item.crafting.Ingredient@158a3804, net.minecraft.item.crafting.Ingredient@158a3804, net.minecraft.item.crafting.Ingredient@158a3804, net.minecraft.item.crafting.Ingredient@158a3804, net.minecraft.item.crafting.Ingredient@158a3804]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.actuallyadditions.item_crystal_empowered@5 new recipe: RecipeStage{tier='five', recipe=9xitem.actuallyadditions.item_crystal_empowered@5:[net.minecraft.item.crafting.Ingredient@77c11476]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_crystal@5 new recipe: RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_crystal@5:[net.minecraft.item.crafting.Ingredient@571a7cf4, net.minecraft.item.crafting.Ingredient@571a7cf4, net.minecraft.item.crafting.Ingredient@571a7cf4, net.minecraft.item.crafting.Ingredient@571a7cf4, net.minecraft.item.crafting.Ingredient@571a7cf4, net.minecraft.item.crafting.Ingredient@571a7cf4, net.minecraft.item.crafting.Ingredient@571a7cf4, net.minecraft.item.crafting.Ingredient@571a7cf4, net.minecraft.item.crafting.Ingredient@571a7cf4]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.actuallyadditions.item_crystal_shard@5 new recipe: RecipeStage{tier='five', recipe=9xitem.actuallyadditions.item_crystal_shard@5:[net.minecraft.item.crafting.Ingredient@5075dc3b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_misc@0 new recipe: RecipeStage{tier='three', recipe=1xitem.actuallyadditions.item_misc@0:[net.minecraft.item.crafting.Ingredient@dbfb8f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@dbfb8f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@dbfb8f, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_misc@3 new recipe: RecipeStage{tier='three', recipe=1xitem.actuallyadditions.item_misc@3:[net.minecraftforge.oredict.OreIngredient@1431e9d8, net.minecraft.item.crafting.Ingredient@2af590b3]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_misc@2 new recipe: RecipeStage{tier='three', recipe=1xitem.actuallyadditions.item_misc@2:[net.minecraftforge.oredict.OreIngredient@4c5d1697, net.minecraftforge.oredict.OreIngredient@4c5d1697, net.minecraft.item.crafting.Ingredient@13859b10]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_misc@19 new recipe: RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_misc@19:[net.minecraft.item.crafting.Ingredient@8e1df91, net.minecraft.item.crafting.Ingredient@e17b636, net.minecraft.item.crafting.Ingredient@2a5af0cd, net.minecraft.item.crafting.Ingredient@15b8a38d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xitem.actuallyadditions.item_food@20 new recipe: RecipeStage{tier='three', recipe=3xitem.actuallyadditions.item_food@20:[net.minecraft.item.crafting.Ingredient@137af9d7, net.minecraft.item.crafting.Ingredient@790a9c24]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_food@13 new recipe: RecipeStage{tier='three', recipe=1xitem.actuallyadditions.item_food@13:[net.minecraft.item.crafting.Ingredient@137af9d7, net.minecraft.item.crafting.Ingredient@4defedb0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@56fc2cc, net.minecraft.item.crafting.Ingredient@1d189919, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4defedb0, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_food@11 new recipe: RecipeStage{tier='three', recipe=1xitem.actuallyadditions.item_food@11:[net.minecraft.item.crafting.Ingredient@137af9d7, net.minecraft.item.crafting.Ingredient@b5840c0, net.minecraft.item.crafting.Ingredient@5251cbc2, net.minecraft.item.crafting.Ingredient@ff6aacd, net.minecraft.item.crafting.Ingredient@3e38f110, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5251cbc2, net.minecraft.item.crafting.Ingredient@b5840c0, net.minecraft.item.crafting.Ingredient@5251cbc2]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xitem.actuallyadditions.item_food@5 new recipe: RecipeStage{tier='three', recipe=2xitem.actuallyadditions.item_food@5:[net.minecraft.item.crafting.Ingredient@62eb32ce, net.minecraft.item.crafting.Ingredient@137af9d7]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_food@4 new recipe: RecipeStage{tier='three', recipe=1xitem.actuallyadditions.item_food@4:[net.minecraft.item.crafting.Ingredient@11664763, net.minecraft.item.crafting.Ingredient@11664763, net.minecraft.item.crafting.Ingredient@11664763, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2bfc2013, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_food@3 new recipe: RecipeStage{tier='three', recipe=1xitem.actuallyadditions.item_food@3:[net.minecraft.item.crafting.Ingredient@19dff861, net.minecraft.item.crafting.Ingredient@68af842e, net.minecraft.item.crafting.Ingredient@19dff861, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@53e9b6b7, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_food@0 new recipe: RecipeStage{tier='three', recipe=1xitem.actuallyadditions.item_food@0:[net.minecraft.item.crafting.Ingredient@3aa1e966, net.minecraft.item.crafting.Ingredient@2e3b84e8]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_food@1 new recipe: RecipeStage{tier='three', recipe=1xitem.actuallyadditions.item_food@1:[net.minecraft.item.crafting.Ingredient@3079c396, net.minecraft.item.crafting.Ingredient@56033908]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_food@2 new recipe: RecipeStage{tier='three', recipe=1xitem.actuallyadditions.item_food@2:[net.minecraft.item.crafting.Ingredient@635c1077, net.minecraftforge.oredict.OreIngredient@1132c430, net.minecraft.item.crafting.Ingredient@137af9d7]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_food@6 new recipe: RecipeStage{tier='three', recipe=1xitem.actuallyadditions.item_food@6:[net.minecraft.item.crafting.Ingredient@6f29d0f3, net.minecraft.item.crafting.Ingredient@6f29d0f3, net.minecraft.item.crafting.Ingredient@6f29d0f3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@202d6f67, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_food@7 new recipe: RecipeStage{tier='three', recipe=1xitem.actuallyadditions.item_food@7:[net.minecraftforge.oredict.OreIngredient@23710cbd, net.minecraft.item.crafting.Ingredient@137af9d7]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xitem.actuallyadditions.item_food@9 new recipe: RecipeStage{tier='three', recipe=3xitem.actuallyadditions.item_food@9:[net.minecraft.item.crafting.Ingredient@24e55fa7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@24e55fa7, net.minecraft.item.crafting.Ingredient@24e55fa7, net.minecraft.item.crafting.Ingredient@56aad80, net.minecraft.item.crafting.Ingredient@24e55fa7, net.minecraft.item.crafting.Ingredient@24e55fa7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@24e55fa7]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xitem.actuallyadditions.item_food@10 new recipe: RecipeStage{tier='three', recipe=2xitem.actuallyadditions.item_food@10:[net.minecraft.item.crafting.Ingredient@6f2f2c9f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_food@19 new recipe: RecipeStage{tier='three', recipe=1xitem.actuallyadditions.item_food@19:[net.minecraft.item.crafting.Ingredient@755c6637, net.minecraft.item.crafting.Ingredient@aaecd91]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_pickaxe_emerald@0 new recipe: RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_pickaxe_emerald@0:[net.minecraft.item.crafting.Ingredient@58d085c5, net.minecraft.item.crafting.Ingredient@58d085c5, net.minecraft.item.crafting.Ingredient@58d085c5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3dba81aa, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3dba81aa, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_sword_emerald@0 new recipe: RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_sword_emerald@0:[net.minecraft.item.crafting.Ingredient@222901a1, net.minecraft.item.crafting.Ingredient@222901a1, net.minecraft.item.crafting.Ingredient@76a7291e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_axe_emerald@0 new recipe: RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_axe_emerald@0:[net.minecraft.item.crafting.Ingredient@2a8564a2, net.minecraft.item.crafting.Ingredient@2a8564a2, net.minecraft.item.crafting.Ingredient@2a8564a2, net.minecraft.item.crafting.Ingredient@435b0789, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@435b0789]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_shovel_emerald@0 new recipe: RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_shovel_emerald@0:[net.minecraft.item.crafting.Ingredient@2915224a, net.minecraft.item.crafting.Ingredient@663511af, net.minecraft.item.crafting.Ingredient@663511af]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_hoe_emerald@0 new recipe: RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_hoe_emerald@0:[net.minecraft.item.crafting.Ingredient@6794d9bf, net.minecraft.item.crafting.Ingredient@6794d9bf, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7c68ed8b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7c68ed8b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_helm_emerald@0 new recipe: RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_helm_emerald@0:[net.minecraft.item.crafting.Ingredient@7cef973e, net.minecraft.item.crafting.Ingredient@7cef973e, net.minecraft.item.crafting.Ingredient@7cef973e, net.minecraft.item.crafting.Ingredient@7cef973e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7cef973e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_chest_emerald@0 new recipe: RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_chest_emerald@0:[net.minecraft.item.crafting.Ingredient@32195965, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@32195965, net.minecraft.item.crafting.Ingredient@32195965, net.minecraft.item.crafting.Ingredient@32195965, net.minecraft.item.crafting.Ingredient@32195965, net.minecraft.item.crafting.Ingredient@32195965, net.minecraft.item.crafting.Ingredient@32195965, net.minecraft.item.crafting.Ingredient@32195965]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_pants_emerald@0 new recipe: RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_pants_emerald@0:[net.minecraft.item.crafting.Ingredient@730137b8, net.minecraft.item.crafting.Ingredient@730137b8, net.minecraft.item.crafting.Ingredient@730137b8, net.minecraft.item.crafting.Ingredient@730137b8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@730137b8, net.minecraft.item.crafting.Ingredient@730137b8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@730137b8]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_boots_emerald@0 new recipe: RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_boots_emerald@0:[net.minecraft.item.crafting.Ingredient@483e98e6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@483e98e6, net.minecraft.item.crafting.Ingredient@483e98e6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@483e98e6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_pickaxe_quartz@0 new recipe: RecipeStage{tier='one', recipe=1xitem.actuallyadditions.item_pickaxe_quartz@0:[net.minecraft.item.crafting.Ingredient@48e8b0b8, net.minecraft.item.crafting.Ingredient@48e8b0b8, net.minecraft.item.crafting.Ingredient@48e8b0b8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@30421ab1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@30421ab1, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_sword_quartz@0 new recipe: RecipeStage{tier='one', recipe=1xitem.actuallyadditions.item_sword_quartz@0:[net.minecraft.item.crafting.Ingredient@4a0457f6, net.minecraft.item.crafting.Ingredient@4a0457f6, net.minecraft.item.crafting.Ingredient@76c11ff8]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_axe_quartz@0 new recipe: RecipeStage{tier='one', recipe=1xitem.actuallyadditions.item_axe_quartz@0:[net.minecraft.item.crafting.Ingredient@7ba11ce8, net.minecraft.item.crafting.Ingredient@7ba11ce8, net.minecraft.item.crafting.Ingredient@7ba11ce8, net.minecraft.item.crafting.Ingredient@5b1606bf, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5b1606bf]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_shovel_quartz@0 new recipe: RecipeStage{tier='one', recipe=1xitem.actuallyadditions.item_shovel_quartz@0:[net.minecraft.item.crafting.Ingredient@334541cc, net.minecraft.item.crafting.Ingredient@4d85a683, net.minecraft.item.crafting.Ingredient@4d85a683]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_hoe_quartz@0 new recipe: RecipeStage{tier='one', recipe=1xitem.actuallyadditions.item_hoe_quartz@0:[net.minecraft.item.crafting.Ingredient@3e30a587, net.minecraft.item.crafting.Ingredient@3e30a587, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@55787f00, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@55787f00]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_helm_quartz@0 new recipe: RecipeStage{tier='one', recipe=1xitem.actuallyadditions.item_helm_quartz@0:[net.minecraft.item.crafting.Ingredient@4c2a1f42, net.minecraft.item.crafting.Ingredient@4c2a1f42, net.minecraft.item.crafting.Ingredient@4c2a1f42, net.minecraft.item.crafting.Ingredient@4c2a1f42, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4c2a1f42]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_chest_quartz@0 new recipe: RecipeStage{tier='one', recipe=1xitem.actuallyadditions.item_chest_quartz@0:[net.minecraft.item.crafting.Ingredient@2c7b19fa, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2c7b19fa, net.minecraft.item.crafting.Ingredient@2c7b19fa, net.minecraft.item.crafting.Ingredient@2c7b19fa, net.minecraft.item.crafting.Ingredient@2c7b19fa, net.minecraft.item.crafting.Ingredient@2c7b19fa, net.minecraft.item.crafting.Ingredient@2c7b19fa, net.minecraft.item.crafting.Ingredient@2c7b19fa]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_pants_quartz@0 new recipe: RecipeStage{tier='one', recipe=1xitem.actuallyadditions.item_pants_quartz@0:[net.minecraft.item.crafting.Ingredient@17dc8d6f, net.minecraft.item.crafting.Ingredient@17dc8d6f, net.minecraft.item.crafting.Ingredient@17dc8d6f, net.minecraft.item.crafting.Ingredient@17dc8d6f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@17dc8d6f, net.minecraft.item.crafting.Ingredient@17dc8d6f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@17dc8d6f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_boots_quartz@0 new recipe: RecipeStage{tier='one', recipe=1xitem.actuallyadditions.item_boots_quartz@0:[net.minecraft.item.crafting.Ingredient@1ca70eb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1ca70eb, net.minecraft.item.crafting.Ingredient@1ca70eb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1ca70eb]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_pickaxe_obsidian@0 new recipe: RecipeStage{tier='three', recipe=1xitem.actuallyadditions.item_pickaxe_obsidian@0:[net.minecraft.item.crafting.Ingredient@1d06bf9f, net.minecraft.item.crafting.Ingredient@1d06bf9f, net.minecraft.item.crafting.Ingredient@1d06bf9f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@69c6d10c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@69c6d10c, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_sword_obsidian@0 new recipe: RecipeStage{tier='three', recipe=1xitem.actuallyadditions.item_sword_obsidian@0:[net.minecraft.item.crafting.Ingredient@1a828eae, net.minecraft.item.crafting.Ingredient@1a828eae, net.minecraft.item.crafting.Ingredient@481de83d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_axe_obsidian@0 new recipe: RecipeStage{tier='three', recipe=1xitem.actuallyadditions.item_axe_obsidian@0:[net.minecraft.item.crafting.Ingredient@604f4ce6, net.minecraft.item.crafting.Ingredient@604f4ce6, net.minecraft.item.crafting.Ingredient@604f4ce6, net.minecraft.item.crafting.Ingredient@3fdebf52, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3fdebf52]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_shovel_obsidian@0 new recipe: RecipeStage{tier='three', recipe=1xitem.actuallyadditions.item_shovel_obsidian@0:[net.minecraft.item.crafting.Ingredient@3127a1f9, net.minecraft.item.crafting.Ingredient@165cebe0, net.minecraft.item.crafting.Ingredient@165cebe0]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_hoe_obsidian@0 new recipe: RecipeStage{tier='three', recipe=1xitem.actuallyadditions.item_hoe_obsidian@0:[net.minecraft.item.crafting.Ingredient@c6eadb1, net.minecraft.item.crafting.Ingredient@c6eadb1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4600b741, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4600b741]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_helm_obsidian@0 new recipe: RecipeStage{tier='three', recipe=1xitem.actuallyadditions.item_helm_obsidian@0:[net.minecraft.item.crafting.Ingredient@4aa4ee11, net.minecraft.item.crafting.Ingredient@4aa4ee11, net.minecraft.item.crafting.Ingredient@4aa4ee11, net.minecraft.item.crafting.Ingredient@4aa4ee11, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4aa4ee11]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_chest_obsidian@0 new recipe: RecipeStage{tier='three', recipe=1xitem.actuallyadditions.item_chest_obsidian@0:[net.minecraft.item.crafting.Ingredient@3bd60f4e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3bd60f4e, net.minecraft.item.crafting.Ingredient@3bd60f4e, net.minecraft.item.crafting.Ingredient@3bd60f4e, net.minecraft.item.crafting.Ingredient@3bd60f4e, net.minecraft.item.crafting.Ingredient@3bd60f4e, net.minecraft.item.crafting.Ingredient@3bd60f4e, net.minecraft.item.crafting.Ingredient@3bd60f4e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_pants_obsidian@0 new recipe: RecipeStage{tier='three', recipe=1xitem.actuallyadditions.item_pants_obsidian@0:[net.minecraft.item.crafting.Ingredient@422c2ea0, net.minecraft.item.crafting.Ingredient@422c2ea0, net.minecraft.item.crafting.Ingredient@422c2ea0, net.minecraft.item.crafting.Ingredient@422c2ea0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@422c2ea0, net.minecraft.item.crafting.Ingredient@422c2ea0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@422c2ea0]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_boots_obsidian@0 new recipe: RecipeStage{tier='three', recipe=1xitem.actuallyadditions.item_boots_obsidian@0:[net.minecraft.item.crafting.Ingredient@155331b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@155331b, net.minecraft.item.crafting.Ingredient@155331b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@155331b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_pickaxe_crystal_red@0 new recipe: RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_pickaxe_crystal_red@0:[net.minecraft.item.crafting.Ingredient@6cec8146, net.minecraft.item.crafting.Ingredient@6cec8146, net.minecraft.item.crafting.Ingredient@6cec8146, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@67cb5fea, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@67cb5fea, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_sword_crystal_red@0 new recipe: RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_sword_crystal_red@0:[net.minecraft.item.crafting.Ingredient@4431349d, net.minecraft.item.crafting.Ingredient@4431349d, net.minecraft.item.crafting.Ingredient@6c541aeb]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_axe_crystal_red@0 new recipe: RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_axe_crystal_red@0:[net.minecraft.item.crafting.Ingredient@64ba5096, net.minecraft.item.crafting.Ingredient@64ba5096, net.minecraft.item.crafting.Ingredient@64ba5096, net.minecraft.item.crafting.Ingredient@593377e4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@593377e4]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_shovel_crystal_red@0 new recipe: RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_shovel_crystal_red@0:[net.minecraft.item.crafting.Ingredient@146b3583, net.minecraft.item.crafting.Ingredient@58a4e6a7, net.minecraft.item.crafting.Ingredient@58a4e6a7]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_hoe_crystal_red@0 new recipe: RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_hoe_crystal_red@0:[net.minecraft.item.crafting.Ingredient@6eac23c5, net.minecraft.item.crafting.Ingredient@6eac23c5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2ce2e5a3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2ce2e5a3]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_helm_crystal_red@0 new recipe: RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_helm_crystal_red@0:[net.minecraft.item.crafting.Ingredient@61e80a91, net.minecraft.item.crafting.Ingredient@61e80a91, net.minecraft.item.crafting.Ingredient@61e80a91, net.minecraft.item.crafting.Ingredient@61e80a91, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@61e80a91]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_chest_crystal_red@0 new recipe: RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_chest_crystal_red@0:[net.minecraft.item.crafting.Ingredient@1e8659d5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1e8659d5, net.minecraft.item.crafting.Ingredient@1e8659d5, net.minecraft.item.crafting.Ingredient@1e8659d5, net.minecraft.item.crafting.Ingredient@1e8659d5, net.minecraft.item.crafting.Ingredient@1e8659d5, net.minecraft.item.crafting.Ingredient@1e8659d5, net.minecraft.item.crafting.Ingredient@1e8659d5]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_pants_crystal_red@0 new recipe: RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_pants_crystal_red@0:[net.minecraft.item.crafting.Ingredient@11bbe3cb, net.minecraft.item.crafting.Ingredient@11bbe3cb, net.minecraft.item.crafting.Ingredient@11bbe3cb, net.minecraft.item.crafting.Ingredient@11bbe3cb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@11bbe3cb, net.minecraft.item.crafting.Ingredient@11bbe3cb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@11bbe3cb]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_boots_crystal_red@0 new recipe: RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_boots_crystal_red@0:[net.minecraft.item.crafting.Ingredient@2a4fc3a2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2a4fc3a2, net.minecraft.item.crafting.Ingredient@2a4fc3a2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2a4fc3a2]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_pickaxe_crystal_green@0 new recipe: RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_pickaxe_crystal_green@0:[net.minecraft.item.crafting.Ingredient@b52e8f8, net.minecraft.item.crafting.Ingredient@b52e8f8, net.minecraft.item.crafting.Ingredient@b52e8f8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@273650b6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@273650b6, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_sword_crystal_green@0 new recipe: RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_sword_crystal_green@0:[net.minecraft.item.crafting.Ingredient@69dd4a20, net.minecraft.item.crafting.Ingredient@69dd4a20, net.minecraft.item.crafting.Ingredient@3d5bc66a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_axe_crystal_green@0 new recipe: RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_axe_crystal_green@0:[net.minecraft.item.crafting.Ingredient@21d2ec11, net.minecraft.item.crafting.Ingredient@21d2ec11, net.minecraft.item.crafting.Ingredient@21d2ec11, net.minecraft.item.crafting.Ingredient@34f4bb7d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@34f4bb7d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_shovel_crystal_green@0 new recipe: RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_shovel_crystal_green@0:[net.minecraft.item.crafting.Ingredient@37fb6b89, net.minecraft.item.crafting.Ingredient@54f0938a, net.minecraft.item.crafting.Ingredient@54f0938a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_hoe_crystal_green@0 new recipe: RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_hoe_crystal_green@0:[net.minecraft.item.crafting.Ingredient@62f44f61, net.minecraft.item.crafting.Ingredient@62f44f61, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@73ca2f11, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@73ca2f11]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_helm_crystal_green@0 new recipe: RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_helm_crystal_green@0:[net.minecraft.item.crafting.Ingredient@1f81b5c2, net.minecraft.item.crafting.Ingredient@1f81b5c2, net.minecraft.item.crafting.Ingredient@1f81b5c2, net.minecraft.item.crafting.Ingredient@1f81b5c2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1f81b5c2]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_chest_crystal_green@0 new recipe: RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_chest_crystal_green@0:[net.minecraft.item.crafting.Ingredient@4f3d197b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4f3d197b, net.minecraft.item.crafting.Ingredient@4f3d197b, net.minecraft.item.crafting.Ingredient@4f3d197b, net.minecraft.item.crafting.Ingredient@4f3d197b, net.minecraft.item.crafting.Ingredient@4f3d197b, net.minecraft.item.crafting.Ingredient@4f3d197b, net.minecraft.item.crafting.Ingredient@4f3d197b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_pants_crystal_green@0 new recipe: RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_pants_crystal_green@0:[net.minecraft.item.crafting.Ingredient@ff2c8ba, net.minecraft.item.crafting.Ingredient@ff2c8ba, net.minecraft.item.crafting.Ingredient@ff2c8ba, net.minecraft.item.crafting.Ingredient@ff2c8ba, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@ff2c8ba, net.minecraft.item.crafting.Ingredient@ff2c8ba, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@ff2c8ba]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_boots_crystal_green@0 new recipe: RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_boots_crystal_green@0:[net.minecraft.item.crafting.Ingredient@2de2ccf2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2de2ccf2, net.minecraft.item.crafting.Ingredient@2de2ccf2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2de2ccf2]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_pickaxe_crystal_white@0 new recipe: RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_pickaxe_crystal_white@0:[net.minecraft.item.crafting.Ingredient@3fdf4329, net.minecraft.item.crafting.Ingredient@3fdf4329, net.minecraft.item.crafting.Ingredient@3fdf4329, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@180e7368, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@180e7368, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_sword_crystal_white@0 new recipe: RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_sword_crystal_white@0:[net.minecraft.item.crafting.Ingredient@1a0dfcb, net.minecraft.item.crafting.Ingredient@1a0dfcb, net.minecraft.item.crafting.Ingredient@3a1e0651]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_axe_crystal_white@0 new recipe: RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_axe_crystal_white@0:[net.minecraft.item.crafting.Ingredient@7f1dcc30, net.minecraft.item.crafting.Ingredient@7f1dcc30, net.minecraft.item.crafting.Ingredient@7f1dcc30, net.minecraft.item.crafting.Ingredient@14e37588, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@14e37588]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_shovel_crystal_white@0 new recipe: RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_shovel_crystal_white@0:[net.minecraft.item.crafting.Ingredient@13babe58, net.minecraft.item.crafting.Ingredient@595c0ef0, net.minecraft.item.crafting.Ingredient@595c0ef0]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_hoe_crystal_white@0 new recipe: RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_hoe_crystal_white@0:[net.minecraft.item.crafting.Ingredient@483135a7, net.minecraft.item.crafting.Ingredient@483135a7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@47f1461c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@47f1461c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_helm_crystal_white@0 new recipe: RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_helm_crystal_white@0:[net.minecraft.item.crafting.Ingredient@1ff68c4, net.minecraft.item.crafting.Ingredient@1ff68c4, net.minecraft.item.crafting.Ingredient@1ff68c4, net.minecraft.item.crafting.Ingredient@1ff68c4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1ff68c4]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_chest_crystal_white@0 new recipe: RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_chest_crystal_white@0:[net.minecraft.item.crafting.Ingredient@386ddd85, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@386ddd85, net.minecraft.item.crafting.Ingredient@386ddd85, net.minecraft.item.crafting.Ingredient@386ddd85, net.minecraft.item.crafting.Ingredient@386ddd85, net.minecraft.item.crafting.Ingredient@386ddd85, net.minecraft.item.crafting.Ingredient@386ddd85, net.minecraft.item.crafting.Ingredient@386ddd85]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_pants_crystal_white@0 new recipe: RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_pants_crystal_white@0:[net.minecraft.item.crafting.Ingredient@79304b22, net.minecraft.item.crafting.Ingredient@79304b22, net.minecraft.item.crafting.Ingredient@79304b22, net.minecraft.item.crafting.Ingredient@79304b22, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@79304b22, net.minecraft.item.crafting.Ingredient@79304b22, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@79304b22]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_boots_crystal_white@0 new recipe: RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_boots_crystal_white@0:[net.minecraft.item.crafting.Ingredient@34bc33be, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@34bc33be, net.minecraft.item.crafting.Ingredient@34bc33be, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@34bc33be]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_pickaxe_crystal_light_blue@0 new recipe: RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_pickaxe_crystal_light_blue@0:[net.minecraft.item.crafting.Ingredient@4e7fd4a5, net.minecraft.item.crafting.Ingredient@4e7fd4a5, net.minecraft.item.crafting.Ingredient@4e7fd4a5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@18a8b91a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@18a8b91a, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_sword_crystal_light_blue@0 new recipe: RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_sword_crystal_light_blue@0:[net.minecraft.item.crafting.Ingredient@63ba9876, net.minecraft.item.crafting.Ingredient@63ba9876, net.minecraft.item.crafting.Ingredient@36ce667c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_axe_crystal_light_blue@0 new recipe: RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_axe_crystal_light_blue@0:[net.minecraft.item.crafting.Ingredient@62456fc, net.minecraft.item.crafting.Ingredient@62456fc, net.minecraft.item.crafting.Ingredient@62456fc, net.minecraft.item.crafting.Ingredient@5b994f4b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5b994f4b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_shovel_crystal_light_blue@0 new recipe: RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_shovel_crystal_light_blue@0:[net.minecraft.item.crafting.Ingredient@6cd71566, net.minecraft.item.crafting.Ingredient@29ef6306, net.minecraft.item.crafting.Ingredient@29ef6306]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_hoe_crystal_light_blue@0 new recipe: RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_hoe_crystal_light_blue@0:[net.minecraft.item.crafting.Ingredient@dd85371, net.minecraft.item.crafting.Ingredient@dd85371, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1caaa696, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1caaa696]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_helm_crystal_light_blue@0 new recipe: RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_helm_crystal_light_blue@0:[net.minecraft.item.crafting.Ingredient@4802ec40, net.minecraft.item.crafting.Ingredient@4802ec40, net.minecraft.item.crafting.Ingredient@4802ec40, net.minecraft.item.crafting.Ingredient@4802ec40, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4802ec40]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_chest_crystal_light_blue@0 new recipe: RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_chest_crystal_light_blue@0:[net.minecraft.item.crafting.Ingredient@1a274115, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1a274115, net.minecraft.item.crafting.Ingredient@1a274115, net.minecraft.item.crafting.Ingredient@1a274115, net.minecraft.item.crafting.Ingredient@1a274115, net.minecraft.item.crafting.Ingredient@1a274115, net.minecraft.item.crafting.Ingredient@1a274115, net.minecraft.item.crafting.Ingredient@1a274115]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_pants_crystal_light_blue@0 new recipe: RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_pants_crystal_light_blue@0:[net.minecraft.item.crafting.Ingredient@55abcafb, net.minecraft.item.crafting.Ingredient@55abcafb, net.minecraft.item.crafting.Ingredient@55abcafb, net.minecraft.item.crafting.Ingredient@55abcafb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@55abcafb, net.minecraft.item.crafting.Ingredient@55abcafb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@55abcafb]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_boots_crystal_light_blue@0 new recipe: RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_boots_crystal_light_blue@0:[net.minecraft.item.crafting.Ingredient@1cfc48ce, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1cfc48ce, net.minecraft.item.crafting.Ingredient@1cfc48ce, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1cfc48ce]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_pickaxe_crystal_blue@0 new recipe: RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_pickaxe_crystal_blue@0:[net.minecraft.item.crafting.Ingredient@43c3d7fd, net.minecraft.item.crafting.Ingredient@43c3d7fd, net.minecraft.item.crafting.Ingredient@43c3d7fd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@634c0979, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@634c0979, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_sword_crystal_blue@0 new recipe: RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_sword_crystal_blue@0:[net.minecraft.item.crafting.Ingredient@68bbebf9, net.minecraft.item.crafting.Ingredient@68bbebf9, net.minecraft.item.crafting.Ingredient@167f6418]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_axe_crystal_blue@0 new recipe: RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_axe_crystal_blue@0:[net.minecraft.item.crafting.Ingredient@4bde2515, net.minecraft.item.crafting.Ingredient@4bde2515, net.minecraft.item.crafting.Ingredient@4bde2515, net.minecraft.item.crafting.Ingredient@48dafad6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@48dafad6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_shovel_crystal_blue@0 new recipe: RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_shovel_crystal_blue@0:[net.minecraft.item.crafting.Ingredient@7f892417, net.minecraft.item.crafting.Ingredient@123bd05a, net.minecraft.item.crafting.Ingredient@123bd05a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_hoe_crystal_blue@0 new recipe: RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_hoe_crystal_blue@0:[net.minecraft.item.crafting.Ingredient@28f7b985, net.minecraft.item.crafting.Ingredient@28f7b985, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@37e4ea07, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@37e4ea07]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_helm_crystal_blue@0 new recipe: RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_helm_crystal_blue@0:[net.minecraft.item.crafting.Ingredient@17bc970, net.minecraft.item.crafting.Ingredient@17bc970, net.minecraft.item.crafting.Ingredient@17bc970, net.minecraft.item.crafting.Ingredient@17bc970, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@17bc970]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_chest_crystal_blue@0 new recipe: RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_chest_crystal_blue@0:[net.minecraft.item.crafting.Ingredient@4d8e6005, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4d8e6005, net.minecraft.item.crafting.Ingredient@4d8e6005, net.minecraft.item.crafting.Ingredient@4d8e6005, net.minecraft.item.crafting.Ingredient@4d8e6005, net.minecraft.item.crafting.Ingredient@4d8e6005, net.minecraft.item.crafting.Ingredient@4d8e6005, net.minecraft.item.crafting.Ingredient@4d8e6005]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_pants_crystal_blue@0 new recipe: RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_pants_crystal_blue@0:[net.minecraft.item.crafting.Ingredient@58a0d3a0, net.minecraft.item.crafting.Ingredient@58a0d3a0, net.minecraft.item.crafting.Ingredient@58a0d3a0, net.minecraft.item.crafting.Ingredient@58a0d3a0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@58a0d3a0, net.minecraft.item.crafting.Ingredient@58a0d3a0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@58a0d3a0]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_boots_crystal_blue@0 new recipe: RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_boots_crystal_blue@0:[net.minecraft.item.crafting.Ingredient@4884ae61, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4884ae61, net.minecraft.item.crafting.Ingredient@4884ae61, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4884ae61]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_pickaxe_crystal_black@0 new recipe: RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_pickaxe_crystal_black@0:[net.minecraft.item.crafting.Ingredient@17ebde48, net.minecraft.item.crafting.Ingredient@17ebde48, net.minecraft.item.crafting.Ingredient@17ebde48, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@29db1af8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@29db1af8, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_sword_crystal_black@0 new recipe: RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_sword_crystal_black@0:[net.minecraft.item.crafting.Ingredient@7738e1b0, net.minecraft.item.crafting.Ingredient@7738e1b0, net.minecraft.item.crafting.Ingredient@1aa2be90]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_axe_crystal_black@0 new recipe: RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_axe_crystal_black@0:[net.minecraft.item.crafting.Ingredient@53f23a12, net.minecraft.item.crafting.Ingredient@53f23a12, net.minecraft.item.crafting.Ingredient@53f23a12, net.minecraft.item.crafting.Ingredient@228fe64e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@228fe64e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_shovel_crystal_black@0 new recipe: RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_shovel_crystal_black@0:[net.minecraft.item.crafting.Ingredient@120ab6ce, net.minecraft.item.crafting.Ingredient@1d53cc21, net.minecraft.item.crafting.Ingredient@1d53cc21]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_hoe_crystal_black@0 new recipe: RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_hoe_crystal_black@0:[net.minecraft.item.crafting.Ingredient@5fb35733, net.minecraft.item.crafting.Ingredient@5fb35733, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@253771d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@253771d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_helm_crystal_black@0 new recipe: RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_helm_crystal_black@0:[net.minecraft.item.crafting.Ingredient@45280d5f, net.minecraft.item.crafting.Ingredient@45280d5f, net.minecraft.item.crafting.Ingredient@45280d5f, net.minecraft.item.crafting.Ingredient@45280d5f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@45280d5f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_chest_crystal_black@0 new recipe: RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_chest_crystal_black@0:[net.minecraft.item.crafting.Ingredient@4619e31f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4619e31f, net.minecraft.item.crafting.Ingredient@4619e31f, net.minecraft.item.crafting.Ingredient@4619e31f, net.minecraft.item.crafting.Ingredient@4619e31f, net.minecraft.item.crafting.Ingredient@4619e31f, net.minecraft.item.crafting.Ingredient@4619e31f, net.minecraft.item.crafting.Ingredient@4619e31f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_pants_crystal_black@0 new recipe: RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_pants_crystal_black@0:[net.minecraft.item.crafting.Ingredient@3d63e20, net.minecraft.item.crafting.Ingredient@3d63e20, net.minecraft.item.crafting.Ingredient@3d63e20, net.minecraft.item.crafting.Ingredient@3d63e20, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3d63e20, net.minecraft.item.crafting.Ingredient@3d63e20, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3d63e20]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_boots_crystal_black@0 new recipe: RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_boots_crystal_black@0:[net.minecraft.item.crafting.Ingredient@1aa44ad8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1aa44ad8, net.minecraft.item.crafting.Ingredient@1aa44ad8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1aa44ad8]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.diamond_paxel@0 new recipe: RecipeStage{tier='five', recipe=1xitem.actuallyadditions.diamond_paxel@0:[net.minecraft.item.crafting.Ingredient@308fe5ea, net.minecraft.item.crafting.Ingredient@7233253e, net.minecraft.item.crafting.Ingredient@18c0f9c0, net.minecraft.item.crafting.Ingredient@3bc56653, net.minecraft.item.crafting.Ingredient@742a6474]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.emerald_paxel@0 new recipe: RecipeStage{tier='five', recipe=1xitem.actuallyadditions.emerald_paxel@0:[net.minecraft.item.crafting.Ingredient@1f5bb51a, net.minecraft.item.crafting.Ingredient@ca51c8, net.minecraft.item.crafting.Ingredient@10ad587c, net.minecraft.item.crafting.Ingredient@370387d9, net.minecraft.item.crafting.Ingredient@75b21746]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.obsidian_paxel@0 new recipe: RecipeStage{tier='three', recipe=1xitem.actuallyadditions.obsidian_paxel@0:[net.minecraft.item.crafting.Ingredient@27a44c29, net.minecraft.item.crafting.Ingredient@5d309e19, net.minecraft.item.crafting.Ingredient@7626f729, net.minecraft.item.crafting.Ingredient@13cbc68c, net.minecraft.item.crafting.Ingredient@160b05d8]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.quartz_paxel@0 new recipe: RecipeStage{tier='one', recipe=1xitem.actuallyadditions.quartz_paxel@0:[net.minecraft.item.crafting.Ingredient@4f929156, net.minecraft.item.crafting.Ingredient@eccb832, net.minecraft.item.crafting.Ingredient@437ef0c1, net.minecraft.item.crafting.Ingredient@d1508b3, net.minecraft.item.crafting.Ingredient@56d62066]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_paxel_crystal_red@0 new recipe: RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_paxel_crystal_red@0:[net.minecraft.item.crafting.Ingredient@3d300fa6, net.minecraft.item.crafting.Ingredient@9fc1839, net.minecraft.item.crafting.Ingredient@2c89c925, net.minecraft.item.crafting.Ingredient@4bbb19c2, net.minecraft.item.crafting.Ingredient@76cb622c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_paxel_crystal_green@0 new recipe: RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_paxel_crystal_green@0:[net.minecraft.item.crafting.Ingredient@1f9f811c, net.minecraft.item.crafting.Ingredient@7dbda32b, net.minecraft.item.crafting.Ingredient@6e5bc057, net.minecraft.item.crafting.Ingredient@43ac15b2, net.minecraft.item.crafting.Ingredient@20d8ebba]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_paxel_crystal_blue@0 new recipe: RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_paxel_crystal_blue@0:[net.minecraft.item.crafting.Ingredient@306ca071, net.minecraft.item.crafting.Ingredient@859753, net.minecraft.item.crafting.Ingredient@23a71374, net.minecraft.item.crafting.Ingredient@4445a981, net.minecraft.item.crafting.Ingredient@11ffe650]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_paxel_crystal_light_blue@0 new recipe: RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_paxel_crystal_light_blue@0:[net.minecraft.item.crafting.Ingredient@3decc433, net.minecraft.item.crafting.Ingredient@26cb5c49, net.minecraft.item.crafting.Ingredient@4fabe0b0, net.minecraft.item.crafting.Ingredient@21085273, net.minecraft.item.crafting.Ingredient@7a1ed73d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_paxel_crystal_black@0 new recipe: RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_paxel_crystal_black@0:[net.minecraft.item.crafting.Ingredient@6cbe523, net.minecraft.item.crafting.Ingredient@16f53b2a, net.minecraft.item.crafting.Ingredient@758d684d, net.minecraft.item.crafting.Ingredient@79a6eefe, net.minecraft.item.crafting.Ingredient@209dfe14]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_paxel_crystal_white@0 new recipe: RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_paxel_crystal_white@0:[net.minecraft.item.crafting.Ingredient@1f0ead46, net.minecraft.item.crafting.Ingredient@15f61ea, net.minecraft.item.crafting.Ingredient@4fc0be21, net.minecraft.item.crafting.Ingredient@e29493, net.minecraft.item.crafting.Ingredient@6aec7d54]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_suction_ring@0 new recipe: RecipeStage{tier='four', recipe=1xitem.actuallyadditions.item_suction_ring@0:[net.minecraft.item.crafting.Ingredient@4f81b9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_suction_ring@0 new recipe: RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_suction_ring@0:[net.minecraft.item.crafting.Ingredient@4f81b9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_suction_ring@0 new recipe: RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_suction_ring@0:[net.minecraft.item.crafting.Ingredient@2141331]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_battery@0 new recipe: RecipeStage{tier='four', recipe=1xitem.actuallyadditions.item_battery@0:[net.minecraft.item.crafting.Ingredient@73f5cb9a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_battery_double@0 new recipe: RecipeStage{tier='four', recipe=1xitem.actuallyadditions.item_battery_double@0:[net.minecraft.item.crafting.Ingredient@244c4fc5]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_battery_triple@0 new recipe: RecipeStage{tier='four', recipe=1xitem.actuallyadditions.item_battery_triple@0:[net.minecraft.item.crafting.Ingredient@282ee92c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_battery_quadruple@0 new recipe: RecipeStage{tier='four', recipe=1xitem.actuallyadditions.item_battery_quadruple@0:[net.minecraft.item.crafting.Ingredient@7268507a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_battery_quintuple@0 new recipe: RecipeStage{tier='four', recipe=1xitem.actuallyadditions.item_battery_quintuple@0:[net.minecraft.item.crafting.Ingredient@a05bd46]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_potion_ring_advanced@0 new recipe: RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_potion_ring_advanced@0:[net.minecraft.item.crafting.Ingredient@5c97465f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_potion_ring_advanced@0 new recipe: RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_potion_ring_advanced@0:[net.minecraft.item.crafting.Ingredient@4cc97abc]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_potion_ring_advanced@1 new recipe: RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_potion_ring_advanced@1:[net.minecraft.item.crafting.Ingredient@2e0a11e6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_potion_ring_advanced@1 new recipe: RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_potion_ring_advanced@1:[net.minecraft.item.crafting.Ingredient@5c2b02b7]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_potion_ring_advanced@2 new recipe: RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_potion_ring_advanced@2:[net.minecraft.item.crafting.Ingredient@22018407]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_potion_ring_advanced@2 new recipe: RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_potion_ring_advanced@2:[net.minecraft.item.crafting.Ingredient@79ab6338]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_potion_ring_advanced@3 new recipe: RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_potion_ring_advanced@3:[net.minecraft.item.crafting.Ingredient@5a899c2a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_potion_ring_advanced@3 new recipe: RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_potion_ring_advanced@3:[net.minecraft.item.crafting.Ingredient@a3e96a2]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_potion_ring_advanced@4 new recipe: RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_potion_ring_advanced@4:[net.minecraft.item.crafting.Ingredient@587a4345]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_potion_ring_advanced@4 new recipe: RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_potion_ring_advanced@4:[net.minecraft.item.crafting.Ingredient@7a6c9823]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_potion_ring_advanced@5 new recipe: RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_potion_ring_advanced@5:[net.minecraft.item.crafting.Ingredient@19981fbb]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_potion_ring_advanced@5 new recipe: RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_potion_ring_advanced@5:[net.minecraft.item.crafting.Ingredient@4f56abb6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_potion_ring_advanced@6 new recipe: RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_potion_ring_advanced@6:[net.minecraft.item.crafting.Ingredient@15ac9287]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_potion_ring_advanced@6 new recipe: RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_potion_ring_advanced@6:[net.minecraft.item.crafting.Ingredient@12a4cdf8]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_potion_ring_advanced@7 new recipe: RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_potion_ring_advanced@7:[net.minecraft.item.crafting.Ingredient@2efbecef]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_potion_ring_advanced@7 new recipe: RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_potion_ring_advanced@7:[net.minecraft.item.crafting.Ingredient@5c95cd2f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_potion_ring_advanced@8 new recipe: RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_potion_ring_advanced@8:[net.minecraft.item.crafting.Ingredient@612f122f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_potion_ring_advanced@8 new recipe: RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_potion_ring_advanced@8:[net.minecraft.item.crafting.Ingredient@2bc53ec0]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_potion_ring_advanced@9 new recipe: RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_potion_ring_advanced@9:[net.minecraft.item.crafting.Ingredient@32629231]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_potion_ring_advanced@9 new recipe: RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_potion_ring_advanced@9:[net.minecraft.item.crafting.Ingredient@32f9d30d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 16xtile.decorated@5 new recipe: RecipeStage{tier='four', recipe=16xtile.decorated@5:[net.minecraft.item.crafting.Ingredient@6389d17e, net.minecraft.item.crafting.Ingredient@6389d17e, net.minecraft.item.crafting.Ingredient@6389d17e, net.minecraft.item.crafting.Ingredient@6389d17e, net.minecraft.item.crafting.Ingredient@15f0c4b2, net.minecraft.item.crafting.Ingredient@6389d17e, net.minecraft.item.crafting.Ingredient@6389d17e, net.minecraft.item.crafting.Ingredient@6389d17e, net.minecraft.item.crafting.Ingredient@6389d17e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xitem.yellowDust@0 new recipe: RecipeStage{tier='three', recipe=4xitem.yellowDust@0:[net.minecraft.item.crafting.Ingredient@5fb55c13]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xitem.netherquartz@0 new recipe: RecipeStage{tier='three', recipe=4xitem.netherquartz@0:[net.minecraft.item.crafting.Ingredient@693bbc74]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xitem.snowball@0 new recipe: RecipeStage{tier='tutorial', recipe=4xitem.snowball@0:[net.minecraft.item.crafting.Ingredient@31ace5c2]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.dispenser@0 new recipe: RecipeStage{tier='three', recipe=1xtile.dispenser@0:[net.minecraft.item.crafting.Ingredient@d3528de, net.minecraft.item.crafting.Ingredient@d3528de, net.minecraft.item.crafting.Ingredient@d3528de, net.minecraft.item.crafting.Ingredient@d3528de, net.minecraft.item.crafting.Ingredient@5406a4a9, net.minecraft.item.crafting.Ingredient@d3528de, net.minecraft.item.crafting.Ingredient@d3528de, net.minecraft.item.crafting.Ingredient@5f6fe7b6, net.minecraft.item.crafting.Ingredient@d3528de]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.diode@0 new recipe: RecipeStage{tier='three', recipe=1xitem.diode@0:[net.minecraft.item.crafting.Ingredient@64f8b224, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@64f8b224, net.minecraft.item.crafting.Ingredient@53a6dc6, net.minecraft.item.crafting.Ingredient@64f8b224, net.minecraft.item.crafting.Ingredient@53a6dc6, net.minecraft.item.crafting.Ingredient@216dd2ed, net.minecraft.item.crafting.Ingredient@216dd2ed, net.minecraft.item.crafting.Ingredient@216dd2ed]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.minecartChest@0 new recipe: RecipeStage{tier='three', recipe=1xitem.minecartChest@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@440abb5a, net.minecraft.item.crafting.Ingredient@b3fe38c, net.minecraft.item.crafting.Ingredient@440abb5a, net.minecraft.item.crafting.Ingredient@440abb5a, net.minecraft.item.crafting.Ingredient@440abb5a, net.minecraft.item.crafting.Ingredient@440abb5a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.minecartTnt@0 new recipe: RecipeStage{tier='three', recipe=1xitem.minecartTnt@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5d3deb70, net.minecraft.item.crafting.Ingredient@7cf51b61, net.minecraft.item.crafting.Ingredient@5d3deb70, net.minecraft.item.crafting.Ingredient@5d3deb70, net.minecraft.item.crafting.Ingredient@5d3deb70, net.minecraft.item.crafting.Ingredient@5d3deb70]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.minecartHopper@0 new recipe: RecipeStage{tier='three', recipe=1xitem.minecartHopper@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6db4bfce, net.minecraft.item.crafting.Ingredient@19631277, net.minecraft.item.crafting.Ingredient@6db4bfce, net.minecraft.item.crafting.Ingredient@6db4bfce, net.minecraft.item.crafting.Ingredient@6db4bfce, net.minecraft.item.crafting.Ingredient@6db4bfce]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.minecartFurnace@0 new recipe: RecipeStage{tier='three', recipe=1xitem.minecartFurnace@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2bb70c40, net.minecraft.item.crafting.Ingredient@7fcd3444, net.minecraft.item.crafting.Ingredient@2bb70c40, net.minecraft.item.crafting.Ingredient@2bb70c40, net.minecraft.item.crafting.Ingredient@2bb70c40, net.minecraft.item.crafting.Ingredient@2bb70c40]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.appleGold@1 new recipe: RecipeStage{tier='two', recipe=1xitem.appleGold@1:[net.minecraft.item.crafting.Ingredient@374fbebc, net.minecraft.item.crafting.Ingredient@374fbebc, net.minecraft.item.crafting.Ingredient@374fbebc, net.minecraft.item.crafting.Ingredient@374fbebc, net.minecraft.item.crafting.Ingredient@363ef288, net.minecraft.item.crafting.Ingredient@374fbebc, net.minecraft.item.crafting.Ingredient@374fbebc, net.minecraft.item.crafting.Ingredient@374fbebc, net.minecraft.item.crafting.Ingredient@374fbebc]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.melon@0 new recipe: RecipeStage{tier='tutorial', recipe=9xitem.melon@0:[net.minecraft.item.crafting.Ingredient@25782d03]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.netherStalkSeeds@0 new recipe: RecipeStage{tier='three', recipe=9xitem.netherStalkSeeds@0:[net.minecraft.item.crafting.Ingredient@330142fc]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.crystallized_obsidian@0 new recipe: RecipeStage{tier='five', recipe=1xitem.crystallized_obsidian@0:[net.minecraftforge.oredict.OreIngredient@780856c0, net.minecraft.item.crafting.Ingredient@31e02f06, net.minecraftforge.oredict.OreIngredient@780856c0, net.minecraftforge.oredict.OreIngredient@280ad54b, net.minecraftforge.oredict.OreIngredient@59371a96, net.minecraftforge.oredict.OreIngredient@280ad54b, net.minecraftforge.oredict.OreIngredient@780856c0, net.minecraft.item.crafting.Ingredient@31e02f06, net.minecraftforge.oredict.OreIngredient@780856c0]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.gold_minecart@0 new recipe: RecipeStage{tier='three', recipe=1xitem.gold_minecart@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3d34ac5c, net.minecraft.item.crafting.Ingredient@64ac0c5c, net.minecraftforge.oredict.OreIngredient@3d34ac5c, net.minecraftforge.oredict.OreIngredient@3d34ac5c, net.minecraftforge.oredict.OreIngredient@3d34ac5c, net.minecraftforge.oredict.OreIngredient@3d34ac5c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.gold_furnace_minecart@0 new recipe: RecipeStage{tier='three', recipe=1xitem.gold_furnace_minecart@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@285ef123, net.minecraft.item.crafting.Ingredient@5133c7f7, net.minecraftforge.oredict.OreIngredient@285ef123, net.minecraftforge.oredict.OreIngredient@285ef123, net.minecraftforge.oredict.OreIngredient@285ef123, net.minecraftforge.oredict.OreIngredient@285ef123]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.stone_minecart@0 new recipe: RecipeStage{tier='three', recipe=1xitem.stone_minecart@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3affb25b, net.minecraft.item.crafting.Ingredient@7ddc47d7, net.minecraftforge.oredict.OreIngredient@3affb25b, net.minecraftforge.oredict.OreIngredient@3affb25b, net.minecraftforge.oredict.OreIngredient@3affb25b, net.minecraftforge.oredict.OreIngredient@3affb25b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.dropper_minecart@0 new recipe: RecipeStage{tier='three', recipe=1xitem.dropper_minecart@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@26ca6053, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1c1132c5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.turret_minecart@0 new recipe: RecipeStage{tier='three', recipe=1xitem.turret_minecart@0:[net.minecraft.item.crafting.Ingredient@3096b605, net.minecraft.item.crafting.Ingredient@62da3cc4, net.minecraft.item.crafting.Ingredient@3096b605, net.minecraftforge.oredict.OreIngredient@14cde931, net.minecraft.item.crafting.Ingredient@210a20d2, net.minecraftforge.oredict.OreIngredient@14cde931, net.minecraftforge.oredict.OreIngredient@14cde931, net.minecraftforge.oredict.OreIngredient@14cde931, net.minecraftforge.oredict.OreIngredient@14cde931]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.purple_boots@0 new recipe: RecipeStage{tier='five', recipe=1xitem.purple_boots@0:[net.minecraftforge.oredict.OreIngredient@4c878c7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4c878c7, net.minecraftforge.oredict.OreIngredient@4c878c7, net.minecraftforge.oredict.OreIngredient@4c878c7, net.minecraftforge.oredict.OreIngredient@4c878c7]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.purple_leggings@0 new recipe: RecipeStage{tier='five', recipe=1xitem.purple_leggings@0:[net.minecraftforge.oredict.OreIngredient@11aee691, net.minecraftforge.oredict.OreIngredient@11aee691, net.minecraftforge.oredict.OreIngredient@11aee691, net.minecraftforge.oredict.OreIngredient@11aee691, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@11aee691, net.minecraftforge.oredict.OreIngredient@11aee691, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@11aee691]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.purple_chestplate@0 new recipe: RecipeStage{tier='five', recipe=1xitem.purple_chestplate@0:[net.minecraftforge.oredict.OreIngredient@28b86560, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@28b86560, net.minecraftforge.oredict.OreIngredient@28b86560, net.minecraftforge.oredict.OreIngredient@28b86560, net.minecraftforge.oredict.OreIngredient@28b86560, net.minecraftforge.oredict.OreIngredient@28b86560, net.minecraftforge.oredict.OreIngredient@28b86560, net.minecraftforge.oredict.OreIngredient@28b86560]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.purple_helmet@0 new recipe: RecipeStage{tier='five', recipe=1xitem.purple_helmet@0:[net.minecraftforge.oredict.OreIngredient@4607ca2, net.minecraftforge.oredict.OreIngredient@4607ca2, net.minecraftforge.oredict.OreIngredient@4607ca2, net.minecraftforge.oredict.OreIngredient@4607ca2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4607ca2]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.crystal_pickaxe@0 new recipe: RecipeStage{tier='five', recipe=1xitem.crystal_pickaxe@0:[net.minecraftforge.oredict.OreIngredient@9bf3984, net.minecraftforge.oredict.OreIngredient@9bf3984, net.minecraftforge.oredict.OreIngredient@9bf3984, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@f05e0c9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@f05e0c9, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.crystal_axe@0 new recipe: RecipeStage{tier='five', recipe=1xitem.crystal_axe@0:[net.minecraftforge.oredict.OreIngredient@5482dbb5, net.minecraftforge.oredict.OreIngredient@5482dbb5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5482dbb5, net.minecraftforge.oredict.OreIngredient@2401bbb8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2401bbb8, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.crystal_axe@0 new recipe: RecipeStage{tier='five', recipe=1xitem.crystal_axe@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4220459, net.minecraftforge.oredict.OreIngredient@4220459, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@34d2e40a, net.minecraftforge.oredict.OreIngredient@4220459, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@34d2e40a, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.crystal_spade@0 new recipe: RecipeStage{tier='five', recipe=1xitem.crystal_spade@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5fba674c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4b2ea02e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4b2ea02e, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.crystal_hoe@0 new recipe: RecipeStage{tier='five', recipe=1xitem.crystal_hoe@0:[net.minecraftforge.oredict.OreIngredient@604ab1d2, net.minecraftforge.oredict.OreIngredient@604ab1d2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6c463a90, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6c463a90, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.crystal_hoe@0 new recipe: RecipeStage{tier='five', recipe=1xitem.crystal_hoe@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@52d7d8e6, net.minecraftforge.oredict.OreIngredient@52d7d8e6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@45c0851e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@45c0851e, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.crystal_sword@0 new recipe: RecipeStage{tier='five', recipe=1xitem.crystal_sword@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4182a3d8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4182a3d8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2d7e4e79, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.glowing_helmet@0 new recipe: RecipeStage{tier='four', recipe=1xitem.glowing_helmet@0:[net.minecraftforge.oredict.OreIngredient@24f11198, net.minecraftforge.oredict.OreIngredient@7039fabd, net.minecraftforge.oredict.OreIngredient@24f11198, net.minecraftforge.oredict.OreIngredient@7039fabd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7039fabd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.sword_weakness@0 new recipe: RecipeStage{tier='five', recipe=1xitem.sword_weakness@0:[net.minecraft.item.crafting.Ingredient@5ee70d3a, net.minecraftforge.oredict.OreIngredient@3f290cdb, net.minecraft.item.crafting.Ingredient@5ee70d3a, net.minecraftforge.oredict.OreIngredient@389feeb9, net.minecraftforge.oredict.OreIngredient@3f290cdb, net.minecraftforge.oredict.OreIngredient@389feeb9, net.minecraft.item.crafting.Ingredient@5931cffa, net.minecraftforge.oredict.OreIngredient@68304adb, net.minecraft.item.crafting.Ingredient@5931cffa]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.sword_slowness@0 new recipe: RecipeStage{tier='five', recipe=1xitem.sword_slowness@0:[net.minecraft.item.crafting.Ingredient@3ecd4f67, net.minecraftforge.oredict.OreIngredient@54c1bcf7, net.minecraft.item.crafting.Ingredient@3ecd4f67, net.minecraftforge.oredict.OreIngredient@4975cd46, net.minecraftforge.oredict.OreIngredient@54c1bcf7, net.minecraftforge.oredict.OreIngredient@4975cd46, net.minecraft.item.crafting.Ingredient@2f1d9b42, net.minecraftforge.oredict.OreIngredient@17c5faa6, net.minecraft.item.crafting.Ingredient@2f1d9b42]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.sword_ender@0 new recipe: RecipeStage{tier='five', recipe=1xitem.sword_ender@0:[net.minecraft.item.crafting.Ingredient@7d20e39a, net.minecraftforge.oredict.OreIngredient@45882652, net.minecraft.item.crafting.Ingredient@7d20e39a, net.minecraftforge.oredict.OreIngredient@245fd5e2, net.minecraftforge.oredict.OreIngredient@45882652, net.minecraftforge.oredict.OreIngredient@245fd5e2, net.minecraft.item.crafting.Ingredient@70bd0ae5, net.minecraftforge.oredict.OreIngredient@5d7ae624, net.minecraft.item.crafting.Ingredient@70bd0ae5]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.sandstone_pickaxe@0 new recipe: RecipeStage{tier='one', recipe=1xitem.sandstone_pickaxe@0:[net.minecraftforge.oredict.OreIngredient@7d16d7ff, net.minecraftforge.oredict.OreIngredient@7d16d7ff, net.minecraftforge.oredict.OreIngredient@7d16d7ff, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@79a8c4b9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@79a8c4b9, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.sandstone_axe@0 new recipe: RecipeStage{tier='one', recipe=1xitem.sandstone_axe@0:[net.minecraftforge.oredict.OreIngredient@72fdf517, net.minecraftforge.oredict.OreIngredient@72fdf517, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@72fdf517, net.minecraftforge.oredict.OreIngredient@391f6d98, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@391f6d98, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.sandstone_axe@0 new recipe: RecipeStage{tier='one', recipe=1xitem.sandstone_axe@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@62dfb0e, net.minecraftforge.oredict.OreIngredient@62dfb0e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3fce0783, net.minecraftforge.oredict.OreIngredient@62dfb0e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3fce0783, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.sandstone_spade@0 new recipe: RecipeStage{tier='one', recipe=1xitem.sandstone_spade@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@60b7c245, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@92bb0d6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@92bb0d6, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.sandstone_hoe@0 new recipe: RecipeStage{tier='one', recipe=1xitem.sandstone_hoe@0:[net.minecraftforge.oredict.OreIngredient@54c30b85, net.minecraftforge.oredict.OreIngredient@54c30b85, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@ab84eb2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@ab84eb2, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.sandstone_hoe@0 new recipe: RecipeStage{tier='one', recipe=1xitem.sandstone_hoe@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5e41f233, net.minecraftforge.oredict.OreIngredient@5e41f233, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2ac0b8b0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2ac0b8b0, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.sandstone_sword@0 new recipe: RecipeStage{tier='one', recipe=1xitem.sandstone_sword@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2e961ee0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2e961ee0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7f97a16b, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.chest_sack_empty@0 new recipe: RecipeStage{tier='three', recipe=1xitem.chest_sack_empty@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@9817ef1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5277b0d9, net.minecraftforge.oredict.OreIngredient@72de66d8, net.minecraftforge.oredict.OreIngredient@5277b0d9, net.minecraftforge.oredict.OreIngredient@5277b0d9, net.minecraftforge.oredict.OreIngredient@5277b0d9, net.minecraftforge.oredict.OreIngredient@5277b0d9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.chest_sack_empty@0 new recipe: RecipeStage{tier='three', recipe=1xitem.chest_sack_empty@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@13073bd3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7d70f1ff, net.minecraft.item.crafting.Ingredient@12ee67f0, net.minecraftforge.oredict.OreIngredient@7d70f1ff, net.minecraftforge.oredict.OreIngredient@7d70f1ff, net.minecraftforge.oredict.OreIngredient@7d70f1ff, net.minecraftforge.oredict.OreIngredient@7d70f1ff]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ender_pearl_reuse@0 new recipe: RecipeStage{tier='four', recipe=1xitem.ender_pearl_reuse@0:[net.minecraft.item.crafting.Ingredient@59b54376, net.minecraftforge.oredict.OreIngredient@67839f3a, net.minecraft.item.crafting.Ingredient@59b54376, net.minecraftforge.oredict.OreIngredient@67839f3a, net.minecraftforge.oredict.OreIngredient@4adf607, net.minecraftforge.oredict.OreIngredient@67839f3a, net.minecraft.item.crafting.Ingredient@59b54376, net.minecraftforge.oredict.OreIngredient@67839f3a, net.minecraft.item.crafting.Ingredient@59b54376]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ender_pearl_mounted@0 new recipe: RecipeStage{tier='four', recipe=1xitem.ender_pearl_mounted@0:[net.minecraft.item.crafting.Ingredient@7212ed0a, net.minecraftforge.oredict.OreIngredient@913d63d, net.minecraft.item.crafting.Ingredient@7212ed0a, net.minecraftforge.oredict.OreIngredient@913d63d, net.minecraftforge.oredict.OreIngredient@62e504d6, net.minecraftforge.oredict.OreIngredient@913d63d, net.minecraft.item.crafting.Ingredient@7212ed0a, net.minecraftforge.oredict.OreIngredient@913d63d, net.minecraft.item.crafting.Ingredient@7212ed0a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.tool_harvest_weeds@0 new recipe: RecipeStage{tier='one', recipe=1xitem.tool_harvest_weeds@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1d23e143, net.minecraft.item.crafting.Ingredient@3c08276e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3d577f0f, net.minecraftforge.oredict.OreIngredient@1d23e143, net.minecraft.item.crafting.Ingredient@3d577f0f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.tool_harvest_crops@0 new recipe: RecipeStage{tier='three', recipe=1xitem.tool_harvest_crops@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2a56a931, net.minecraft.item.crafting.Ingredient@5718d842, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@287d6c84, net.minecraftforge.oredict.OreIngredient@2a56a931, net.minecraft.item.crafting.Ingredient@287d6c84, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.tool_harvest_leaves@0 new recipe: RecipeStage{tier='one', recipe=1xitem.tool_harvest_leaves@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3149e25, net.minecraft.item.crafting.Ingredient@12df9ccd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1c14b3b7, net.minecraftforge.oredict.OreIngredient@3149e25, net.minecraft.item.crafting.Ingredient@1c14b3b7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.tool_swap@0 new recipe: RecipeStage{tier='three', recipe=1xitem.tool_swap@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6ed6523a, net.minecraftforge.oredict.OreIngredient@77d24683, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@77d24683, net.minecraftforge.oredict.OreIngredient@6ed6523a, net.minecraftforge.oredict.OreIngredient@2718feaf, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.tool_swap_match@0 new recipe: RecipeStage{tier='five', recipe=1xitem.tool_swap_match@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6c044bfb, net.minecraftforge.oredict.OreIngredient@987f216, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@987f216, net.minecraftforge.oredict.OreIngredient@6c044bfb, net.minecraftforge.oredict.OreIngredient@301f83c3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.horse_upgrade_type@0 new recipe: RecipeStage{tier='five', recipe=1xitem.horse_upgrade_type@0:[net.minecraft.item.crafting.Ingredient@588c5600, net.minecraft.item.crafting.Ingredient@43992efd]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.horse_upgrade_variant@0 new recipe: RecipeStage{tier='two', recipe=1xitem.horse_upgrade_variant@0:[net.minecraft.item.crafting.Ingredient@789b9d51, net.minecraft.item.crafting.Ingredient@12942a10]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.horse_upgrade_health@0 new recipe: RecipeStage{tier='five', recipe=1xitem.horse_upgrade_health@0:[net.minecraft.item.crafting.Ingredient@28925214, net.minecraft.item.crafting.Ingredient@22766f3d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.horse_upgrade_speed@0 new recipe: RecipeStage{tier='three', recipe=1xitem.horse_upgrade_speed@0:[net.minecraft.item.crafting.Ingredient@6231f37, net.minecraft.item.crafting.Ingredient@35d46149]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.horse_upgrade_jump@0 new recipe: RecipeStage{tier='three', recipe=1xitem.horse_upgrade_jump@0:[net.minecraft.item.crafting.Ingredient@fec8715, net.minecraft.item.crafting.Ingredient@1ef21e52]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.heart_food@0 new recipe: RecipeStage{tier='five', recipe=1xitem.heart_food@0:[net.minecraft.item.crafting.Ingredient@167e876a, net.minecraft.item.crafting.Ingredient@7d417e9f, net.minecraft.item.crafting.Ingredient@734fefeb, net.minecraftforge.oredict.OreIngredient@40ca570e, net.minecraft.item.crafting.Ingredient@226dcdaa, net.minecraftforge.oredict.OreIngredient@542eeafe, net.minecraft.item.crafting.Ingredient@58926727, net.minecraft.item.crafting.Ingredient@4af2291c, net.minecraft.item.crafting.Ingredient@63ead75]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ender_blaze@0 new recipe: RecipeStage{tier='three', recipe=1xitem.ender_blaze@0:[net.minecraftforge.oredict.OreIngredient@676c3c2a, net.minecraftforge.oredict.OreIngredient@5de72427, net.minecraftforge.oredict.OreIngredient@676c3c2a, net.minecraftforge.oredict.OreIngredient@676c3c2a, net.minecraftforge.oredict.OreIngredient@a930d50, net.minecraftforge.oredict.OreIngredient@676c3c2a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@a930d50, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.card_location@0 new recipe: RecipeStage{tier='four', recipe=1xitem.card_location@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@fe55b7a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7e8fddf4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@38ce5f92, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.soulstone@0 new recipe: RecipeStage{tier='five', recipe=1xitem.soulstone@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2fe8dab5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7df430a9, net.minecraftforge.oredict.OreIngredient@72278698, net.minecraft.item.crafting.Ingredient@13f06d61, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5d2d2ac1, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.password_remote@0 new recipe: RecipeStage{tier='five', recipe=1xitem.password_remote@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@78f363c4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7c3fbe23, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@33e3374c, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.tool_elevate@0 new recipe: RecipeStage{tier='five', recipe=1xitem.tool_elevate@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1c360570, net.minecraft.item.crafting.Ingredient@36c51db3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7fb8a871, net.minecraftforge.oredict.OreIngredient@1c360570, net.minecraft.item.crafting.Ingredient@7e77cf03, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.tool_rotate@0 new recipe: RecipeStage{tier='two', recipe=1xitem.tool_rotate@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@76313bc9, net.minecraft.item.crafting.Ingredient@36fefddb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4c70e916, net.minecraft.item.crafting.Ingredient@76313bc9, net.minecraftforge.oredict.OreIngredient@4c70e916, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.evoker_fang@0 new recipe: RecipeStage{tier='five', recipe=1xitem.evoker_fang@0:[net.minecraft.item.crafting.Ingredient@5dbbe04a, net.minecraft.item.crafting.Ingredient@28093c04, net.minecraft.item.crafting.Ingredient@69d804c1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2ab220ff, net.minecraft.item.crafting.Ingredient@28093c04, net.minecraft.item.crafting.Ingredient@16489ab2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5dbbe04a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.water_spreader@0 new recipe: RecipeStage{tier='five', recipe=1xitem.water_spreader@0:[net.minecraft.item.crafting.Ingredient@512a4fd3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@512a4fd3, net.minecraftforge.oredict.OreIngredient@baccbcd, net.minecraft.item.crafting.Ingredient@512a4fd3, net.minecraftforge.oredict.OreIngredient@baccbcd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3022b0ee, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ender_eye_orb@0 new recipe: RecipeStage{tier='four', recipe=1xitem.ender_eye_orb@0:[net.minecraft.item.crafting.Ingredient@1ed49d83, net.minecraft.item.crafting.Ingredient@1ed49d83, net.minecraft.item.crafting.Ingredient@1ed49d83, net.minecraft.item.crafting.Ingredient@1ed49d83, net.minecraftforge.oredict.OreIngredient@1d830d5d, net.minecraft.item.crafting.Ingredient@1ed49d83, net.minecraft.item.crafting.Ingredient@1ed49d83, net.minecraft.item.crafting.Ingredient@1ed49d83, net.minecraft.item.crafting.Ingredient@1ed49d83]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.glove_climb@0 new recipe: RecipeStage{tier='two', recipe=1xitem.glove_climb@0:[net.minecraftforge.oredict.OreIngredient@498ca8bd, net.minecraftforge.oredict.OreIngredient@498ca8bd, net.minecraftforge.oredict.OreIngredient@184a398c, net.minecraftforge.oredict.OreIngredient@498ca8bd, net.minecraftforge.oredict.OreIngredient@669c9e9f, net.minecraftforge.oredict.OreIngredient@184a398c, net.minecraftforge.oredict.OreIngredient@184a398c, net.minecraftforge.oredict.OreIngredient@184a398c, net.minecraftforge.oredict.OreIngredient@7d4995f4]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.tool_torch_launcher@0 new recipe: RecipeStage{tier='two', recipe=1xitem.tool_torch_launcher@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@578662c, net.minecraftforge.oredict.OreIngredient@792787a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@792787a, net.minecraftforge.oredict.OreIngredient@578662c, net.minecraftforge.oredict.OreIngredient@4edda75d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.water_freezer@0 new recipe: RecipeStage{tier='two', recipe=1xitem.water_freezer@0:[net.minecraft.item.crafting.Ingredient@7a0699d, net.minecraftforge.oredict.OreIngredient@41af2643, net.minecraft.item.crafting.Ingredient@7a0699d, net.minecraft.item.crafting.Ingredient@76ae651b, net.minecraftforge.oredict.OreIngredient@41af2643, net.minecraft.item.crafting.Ingredient@76ae651b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@556ad7a4, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.fire_killer@0 new recipe: RecipeStage{tier='three', recipe=1xitem.fire_killer@0:[net.minecraft.item.crafting.Ingredient@4ae3abe7, net.minecraft.item.crafting.Ingredient@724616d2, net.minecraft.item.crafting.Ingredient@4ae3abe7, net.minecraftforge.oredict.OreIngredient@49b792e8, net.minecraft.item.crafting.Ingredient@724616d2, net.minecraftforge.oredict.OreIngredient@49b792e8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4cb4a078, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.tool_mount@0 new recipe: RecipeStage{tier='two', recipe=1xitem.tool_mount@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@45e6da86, net.minecraftforge.oredict.OreIngredient@4b76cd34, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4b76cd34, net.minecraft.item.crafting.Ingredient@45e6da86, net.minecraftforge.oredict.OreIngredient@7d25369f, net.minecraftforge.oredict.OreIngredient@7d25369f, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.book_ender@0 new recipe: RecipeStage{tier='five', recipe=1xitem.book_ender@0:[net.minecraftforge.oredict.OreIngredient@49b66ad4, net.minecraftforge.oredict.OreIngredient@37a37541, net.minecraftforge.oredict.OreIngredient@49b66ad4, net.minecraftforge.oredict.OreIngredient@49b66ad4, net.minecraft.item.crafting.Ingredient@dc68d9, net.minecraftforge.oredict.OreIngredient@49b66ad4, net.minecraftforge.oredict.OreIngredient@49b66ad4, net.minecraftforge.oredict.OreIngredient@49b66ad4, net.minecraftforge.oredict.OreIngredient@49b66ad4]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.carbon_paper@0 new recipe: RecipeStage{tier='three', recipe=1xitem.carbon_paper@0:[net.minecraft.item.crafting.Ingredient@1458636f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.carbon_paper@0 new recipe: RecipeStage{tier='three', recipe=8xitem.carbon_paper@0:[net.minecraftforge.oredict.OreIngredient@5b043145, net.minecraftforge.oredict.OreIngredient@5b043145, net.minecraftforge.oredict.OreIngredient@5b043145, net.minecraftforge.oredict.OreIngredient@5b043145, net.minecraft.item.crafting.Ingredient@77214b9d, net.minecraftforge.oredict.OreIngredient@5b043145, net.minecraftforge.oredict.OreIngredient@5b043145, net.minecraftforge.oredict.OreIngredient@5b043145, net.minecraftforge.oredict.OreIngredient@5b043145]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.tool_spelunker@0 new recipe: RecipeStage{tier='two', recipe=1xitem.tool_spelunker@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@700b8d87, net.minecraftforge.oredict.OreIngredient@d0b5db8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@271fd110, net.minecraft.item.crafting.Ingredient@700b8d87, net.minecraftforge.oredict.OreIngredient@271fd110, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ender_dungeon@0 new recipe: RecipeStage{tier='three', recipe=1xitem.ender_dungeon@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2eb103fb, net.minecraftforge.oredict.OreIngredient@2fac41f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@77ffcb45, net.minecraft.item.crafting.Ingredient@2eb103fb, net.minecraftforge.oredict.OreIngredient@77ffcb45, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ender_lightning@0 new recipe: RecipeStage{tier='three', recipe=1xitem.ender_lightning@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2e6164b8, net.minecraft.item.crafting.Ingredient@45469d84, net.minecraftforge.oredict.OreIngredient@7aef8dc6, net.minecraftforge.oredict.OreIngredient@5c67f36a, net.minecraftforge.oredict.OreIngredient@2e6164b8, net.minecraftforge.oredict.OreIngredient@26d9d696, net.minecraftforge.oredict.OreIngredient@7aef8dc6, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.cyclic_wand_build@0 new recipe: RecipeStage{tier='five', recipe=1xitem.cyclic_wand_build@0:[net.minecraft.item.crafting.Ingredient@313b5553, net.minecraftforge.oredict.OreIngredient@66a04133, net.minecraft.item.crafting.Ingredient@313b5553, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7ffe50fa, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@ea55617, net.minecraftforge.oredict.OreIngredient@7ffe50fa, net.minecraftforge.oredict.OreIngredient@ea55617]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.tool_warp_home@0 new recipe: RecipeStage{tier='five', recipe=1xitem.tool_warp_home@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@27d782c1, net.minecraftforge.oredict.OreIngredient@600859ba, net.minecraftforge.oredict.OreIngredient@72ea7546, net.minecraftforge.oredict.OreIngredient@72ea7546, net.minecraftforge.oredict.OreIngredient@27d782c1, net.minecraft.item.crafting.Ingredient@7f583c7b, net.minecraftforge.oredict.OreIngredient@72ea7546, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.tool_warp_spawn@0 new recipe: RecipeStage{tier='five', recipe=1xitem.tool_warp_spawn@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@46652f4f, net.minecraftforge.oredict.OreIngredient@46652f4f, net.minecraftforge.oredict.OreIngredient@67042280, net.minecraftforge.oredict.OreIngredient@67042280, net.minecraftforge.oredict.OreIngredient@46652f4f, net.minecraftforge.oredict.OreIngredient@590171ff, net.minecraftforge.oredict.OreIngredient@67042280, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.tool_push@0 new recipe: RecipeStage{tier='three', recipe=1xitem.tool_push@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@56c3b84f, net.minecraft.item.crafting.Ingredient@49fa5e1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@109598ff, net.minecraftforge.oredict.OreIngredient@56c3b84f, net.minecraft.item.crafting.Ingredient@109598ff, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.tool_spawn_inspect@0 new recipe: RecipeStage{tier='two', recipe=1xitem.tool_spawn_inspect@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@165ce458, net.minecraftforge.oredict.OreIngredient@a689db3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@17daae27, net.minecraft.item.crafting.Ingredient@165ce458, net.minecraft.item.crafting.Ingredient@17daae27, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.wand_hypno@0 new recipe: RecipeStage{tier='three', recipe=1xitem.wand_hypno@0:[net.minecraftforge.oredict.OreIngredient@5a419262, net.minecraft.item.crafting.Ingredient@1e97dc28, net.minecraftforge.oredict.OreIngredient@5a419262, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@43a10869, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5169607d, net.minecraft.item.crafting.Ingredient@15255a2d, net.minecraftforge.oredict.OreIngredient@5169607d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ender_wool@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ender_wool@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@511be65a, net.minecraft.item.crafting.Ingredient@3078dd68, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3078dd68, net.minecraft.item.crafting.Ingredient@511be65a, net.minecraft.item.crafting.Ingredient@107cdecf, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.magic_net@0 new recipe: RecipeStage{tier='five', recipe=1xitem.magic_net@0:[net.minecraftforge.oredict.OreIngredient@3dec2ef3, net.minecraft.item.crafting.Ingredient@2e461e63, net.minecraftforge.oredict.OreIngredient@3dec2ef3, net.minecraft.item.crafting.Ingredient@706483cb, net.minecraftforge.oredict.OreIngredient@2afc6e4e, net.minecraft.item.crafting.Ingredient@706483cb, net.minecraftforge.oredict.OreIngredient@3dec2ef3, net.minecraft.item.crafting.Ingredient@2e461e63, net.minecraftforge.oredict.OreIngredient@3dec2ef3]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.apple_emerald@0 new recipe: RecipeStage{tier='five', recipe=1xitem.apple_emerald@0:[net.minecraftforge.oredict.OreIngredient@39a30d97, net.minecraft.item.crafting.Ingredient@2788a9c6, net.minecraftforge.oredict.OreIngredient@7bcf8072, net.minecraftforge.oredict.OreIngredient@2f613e1b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xitem.corrupted_chorus@0 new recipe: RecipeStage{tier='four', recipe=3xitem.corrupted_chorus@0:[net.minecraft.item.crafting.Ingredient@6cab0f4b, net.minecraft.item.crafting.Ingredient@6be0cebc, net.minecraft.item.crafting.Ingredient@6cab0f4b, net.minecraft.item.crafting.Ingredient@6cab0f4b, net.minecraft.item.crafting.Ingredient@6be0cebc, net.minecraft.item.crafting.Ingredient@6cab0f4b, net.minecraft.item.crafting.Ingredient@6cab0f4b, net.minecraft.item.crafting.Ingredient@6be0cebc, net.minecraft.item.crafting.Ingredient@6cab0f4b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ender_snow@0 new recipe: RecipeStage{tier='three', recipe=1xitem.ender_snow@0:[net.minecraft.item.crafting.Ingredient@603f7ea9, net.minecraftforge.oredict.OreIngredient@1039d8cf, net.minecraft.item.crafting.Ingredient@603f7ea9, net.minecraft.item.crafting.Ingredient@603f7ea9, net.minecraftforge.oredict.OreIngredient@3b9dc86e, net.minecraft.item.crafting.Ingredient@603f7ea9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@84df042, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ender_water@0 new recipe: RecipeStage{tier='three', recipe=1xitem.ender_water@0:[net.minecraftforge.oredict.OreIngredient@18b63fb9, net.minecraftforge.oredict.OreIngredient@18b63fb9, net.minecraftforge.oredict.OreIngredient@18b63fb9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4dbd40d8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@131c0dd4, net.minecraft.item.crafting.Ingredient@4dbd40d8, net.minecraft.item.crafting.Ingredient@131c0dd4]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.wand_missile@0 new recipe: RecipeStage{tier='five', recipe=1xitem.wand_missile@0:[net.minecraftforge.oredict.OreIngredient@b445735, net.minecraft.item.crafting.Ingredient@3a4cf3c8, net.minecraftforge.oredict.OreIngredient@b445735, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@67250137, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@519aaacd, net.minecraftforge.oredict.OreIngredient@67250137, net.minecraftforge.oredict.OreIngredient@519aaacd]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.charm_boat@0 new recipe: RecipeStage{tier='five', recipe=1xitem.charm_boat@0:[net.minecraftforge.oredict.OreIngredient@175b5537, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@56bbe436, net.minecraftforge.oredict.OreIngredient@431e3270, net.minecraftforge.oredict.OreIngredient@5f54c0a8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@431e3270, net.minecraftforge.oredict.OreIngredient@431e3270, net.minecraftforge.oredict.OreIngredient@175b5537]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.charm_speed@0 new recipe: RecipeStage{tier='five', recipe=1xitem.charm_speed@0:[net.minecraftforge.oredict.OreIngredient@380568a5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@73f1faff, net.minecraftforge.oredict.OreIngredient@23418e25, net.minecraftforge.oredict.OreIngredient@5c6956b2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@23418e25, net.minecraftforge.oredict.OreIngredient@23418e25, net.minecraftforge.oredict.OreIngredient@380568a5]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.tool_mount_inverse@0 new recipe: RecipeStage{tier='four', recipe=1xitem.tool_mount_inverse@0:[net.minecraftforge.oredict.OreIngredient@18bf8f23, net.minecraft.item.crafting.Ingredient@4178817a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4178817a, net.minecraftforge.oredict.OreIngredient@18bf8f23, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@152dad9, net.minecraftforge.oredict.OreIngredient@152dad9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.apple_lapis@0 new recipe: RecipeStage{tier='two', recipe=1xitem.apple_lapis@0:[net.minecraft.item.crafting.Ingredient@55a14e90, net.minecraftforge.oredict.OreIngredient@5057660f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.inventory_food@0 new recipe: RecipeStage{tier='five', recipe=1xitem.inventory_food@0:[net.minecraftforge.oredict.OreIngredient@786e3ee4, net.minecraft.item.crafting.Ingredient@69ceaa7f, net.minecraft.item.crafting.Ingredient@c3d51a2, net.minecraft.item.crafting.Ingredient@19682f5d, net.minecraft.item.crafting.Ingredient@1078bb8a, net.minecraft.item.crafting.Ingredient@cf976a8, net.minecraftforge.oredict.OreIngredient@6aaf86d4, net.minecraftforge.oredict.OreIngredient@32654e1b, net.minecraftforge.oredict.OreIngredient@67140736]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.crafting_food@0 new recipe: RecipeStage{tier='five', recipe=1xitem.crafting_food@0:[net.minecraftforge.oredict.OreIngredient@3690daab, net.minecraft.item.crafting.Ingredient@2e9d4ff4, net.minecraft.item.crafting.Ingredient@69f7c0a6, net.minecraft.item.crafting.Ingredient@32b979e3, net.minecraft.item.crafting.Ingredient@2ccb89d, net.minecraft.item.crafting.Ingredient@466ab5df, net.minecraftforge.oredict.OreIngredient@11cfbf44, net.minecraftforge.oredict.OreIngredient@6840aaff, net.minecraftforge.oredict.OreIngredient@f2fef3a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.fluid_drain@0 new recipe: RecipeStage{tier='four', recipe=1xtile.fluid_drain@0:[net.minecraft.item.crafting.Ingredient@78152185, net.minecraft.item.crafting.Ingredient@243916c9, net.minecraft.item.crafting.Ingredient@78152185, net.minecraft.item.crafting.Ingredient@3c6c0388, net.minecraftforge.oredict.OreIngredient@63a8d63f, net.minecraft.item.crafting.Ingredient@3c6c0388, net.minecraft.item.crafting.Ingredient@15d23f53, net.minecraft.item.crafting.Ingredient@15d23f53, net.minecraft.item.crafting.Ingredient@15d23f53]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.plate_launch_med@0 new recipe: RecipeStage{tier='two', recipe=6xtile.plate_launch_med@0:[net.minecraftforge.oredict.OreIngredient@11d03027, net.minecraftforge.oredict.OreIngredient@11d03027, net.minecraftforge.oredict.OreIngredient@11d03027, net.minecraft.item.crafting.Ingredient@7fb966fc, net.minecraft.item.crafting.Ingredient@7fb966fc, net.minecraft.item.crafting.Ingredient@7fb966fc, net.minecraft.item.crafting.Ingredient@1e3dc3ab, net.minecraft.item.crafting.Ingredient@1e3dc3ab, net.minecraft.item.crafting.Ingredient@1e3dc3ab]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 12xtile.plate_launch_small@0 new recipe: RecipeStage{tier='one', recipe=12xtile.plate_launch_small@0:[net.minecraftforge.oredict.OreIngredient@19a77955, net.minecraftforge.oredict.OreIngredient@19a77955, net.minecraftforge.oredict.OreIngredient@19a77955, net.minecraft.item.crafting.Ingredient@2d9d721b, net.minecraft.item.crafting.Ingredient@2d9d721b, net.minecraft.item.crafting.Ingredient@2d9d721b, net.minecraft.item.crafting.Ingredient@5dcddc98, net.minecraft.item.crafting.Ingredient@5dcddc98, net.minecraft.item.crafting.Ingredient@5dcddc98]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.plate_launch_large@0 new recipe: RecipeStage{tier='one', recipe=6xtile.plate_launch_large@0:[net.minecraftforge.oredict.OreIngredient@47d61ac1, net.minecraftforge.oredict.OreIngredient@47d61ac1, net.minecraftforge.oredict.OreIngredient@47d61ac1, net.minecraft.item.crafting.Ingredient@19db58a, net.minecraft.item.crafting.Ingredient@19db58a, net.minecraft.item.crafting.Ingredient@19db58a, net.minecraft.item.crafting.Ingredient@3207803d, net.minecraft.item.crafting.Ingredient@3207803d, net.minecraft.item.crafting.Ingredient@3207803d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.plate_launch_extra@0 new recipe: RecipeStage{tier='three', recipe=1xtile.plate_launch_extra@0:[net.minecraft.item.crafting.Ingredient@6d96530e, net.minecraft.item.crafting.Ingredient@6d96530e, net.minecraft.item.crafting.Ingredient@6d96530e, net.minecraftforge.oredict.OreIngredient@14b9ad3, net.minecraftforge.oredict.OreIngredient@14b9ad3, net.minecraftforge.oredict.OreIngredient@14b9ad3, net.minecraftforge.oredict.OreIngredient@fc3f4af, net.minecraftforge.oredict.OreIngredient@fc3f4af, net.minecraftforge.oredict.OreIngredient@fc3f4af]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.wireless_transmitter@0 new recipe: RecipeStage{tier='four', recipe=1xtile.wireless_transmitter@0:[net.minecraftforge.oredict.OreIngredient@40f764d5, net.minecraftforge.oredict.OreIngredient@1d37e31a, net.minecraftforge.oredict.OreIngredient@40f764d5, net.minecraftforge.oredict.OreIngredient@1d37e31a, net.minecraft.item.crafting.Ingredient@dc11a9f, net.minecraftforge.oredict.OreIngredient@1d37e31a, net.minecraftforge.oredict.OreIngredient@40f764d5, net.minecraftforge.oredict.OreIngredient@1d37e31a, net.minecraftforge.oredict.OreIngredient@40f764d5]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.wireless_receiver@0 new recipe: RecipeStage{tier='four', recipe=1xtile.wireless_receiver@0:[net.minecraftforge.oredict.OreIngredient@5bb05e0b, net.minecraftforge.oredict.OreIngredient@79bd5954, net.minecraftforge.oredict.OreIngredient@5bb05e0b, net.minecraftforge.oredict.OreIngredient@79bd5954, net.minecraft.item.crafting.Ingredient@7cadb11e, net.minecraftforge.oredict.OreIngredient@79bd5954, net.minecraftforge.oredict.OreIngredient@5bb05e0b, net.minecraftforge.oredict.OreIngredient@79bd5954, net.minecraftforge.oredict.OreIngredient@5bb05e0b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xtile.spikes_iron@0 new recipe: RecipeStage{tier='two', recipe=2xtile.spikes_iron@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@57648487, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@57648487, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@57648487, net.minecraft.item.crafting.Ingredient@440010c6, net.minecraft.item.crafting.Ingredient@440010c6, net.minecraft.item.crafting.Ingredient@440010c6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xtile.spikes_diamond@0 new recipe: RecipeStage{tier='five', recipe=2xtile.spikes_diamond@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@35337a11, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@35337a11, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@35337a11, net.minecraftforge.oredict.OreIngredient@4680808c, net.minecraftforge.oredict.OreIngredient@4680808c, net.minecraftforge.oredict.OreIngredient@4680808c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 16xtile.block_fragile@0 new recipe: RecipeStage{tier='two', recipe=16xtile.block_fragile@0:[net.minecraftforge.oredict.OreIngredient@74e04e5f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@74e04e5f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@74e04e5f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@74e04e5f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@74e04e5f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 16xtile.block_fragile_auto@0 new recipe: RecipeStage{tier='two', recipe=16xtile.block_fragile_auto@0:[net.minecraftforge.oredict.OreIngredient@18eb2e19, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@18eb2e19, net.minecraftforge.oredict.OreIngredient@18eb2e19, net.minecraftforge.oredict.OreIngredient@bcfe450, net.minecraftforge.oredict.OreIngredient@18eb2e19, net.minecraftforge.oredict.OreIngredient@18eb2e19, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@18eb2e19]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 16xtile.block_fragile_weak@0 new recipe: RecipeStage{tier='two', recipe=16xtile.block_fragile_weak@0:[net.minecraftforge.oredict.OreIngredient@4d3f3b14, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4d3f3b14, net.minecraftforge.oredict.OreIngredient@4d3f3b14, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4d3f3b14, net.minecraftforge.oredict.OreIngredient@4d3f3b14, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4d3f3b14]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.item_pipe_sort@0 new recipe: RecipeStage{tier='four', recipe=4xtile.item_pipe_sort@0:[net.minecraftforge.oredict.OreIngredient@5b7a2cea, net.minecraft.item.crafting.Ingredient@787cd7f4, net.minecraftforge.oredict.OreIngredient@5b7a2cea, net.minecraft.item.crafting.Ingredient@4990768c, net.minecraftforge.oredict.OreIngredient@6f295b0a, net.minecraft.item.crafting.Ingredient@4990768c, net.minecraftforge.oredict.OreIngredient@5b7a2cea, net.minecraft.item.crafting.Ingredient@787cd7f4, net.minecraftforge.oredict.OreIngredient@5b7a2cea]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.item_pipe@0 new recipe: RecipeStage{tier='four', recipe=8xtile.item_pipe@0:[net.minecraft.item.crafting.Ingredient@5d5ab052, net.minecraftforge.oredict.OreIngredient@780e41f8, net.minecraft.item.crafting.Ingredient@5d5ab052, net.minecraftforge.oredict.OreIngredient@780e41f8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@780e41f8, net.minecraft.item.crafting.Ingredient@5d5ab052, net.minecraftforge.oredict.OreIngredient@780e41f8, net.minecraft.item.crafting.Ingredient@5d5ab052]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.item_pump@0 new recipe: RecipeStage{tier='four', recipe=1xtile.item_pump@0:[net.minecraftforge.oredict.OreIngredient@39d342a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@39d342a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@916b420, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@39d342a, net.minecraft.item.crafting.Ingredient@bcddd21, net.minecraftforge.oredict.OreIngredient@39d342a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.energy_pipe@0 new recipe: RecipeStage{tier='four', recipe=8xtile.energy_pipe@0:[net.minecraft.item.crafting.Ingredient@5d65b4f5, net.minecraftforge.oredict.OreIngredient@37b3e717, net.minecraft.item.crafting.Ingredient@5d65b4f5, net.minecraftforge.oredict.OreIngredient@37b3e717, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@37b3e717, net.minecraft.item.crafting.Ingredient@5d65b4f5, net.minecraftforge.oredict.OreIngredient@37b3e717, net.minecraft.item.crafting.Ingredient@5d65b4f5]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.energy_pump@0 new recipe: RecipeStage{tier='four', recipe=1xtile.energy_pump@0:[net.minecraftforge.oredict.OreIngredient@6124f126, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6124f126, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4987294a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6124f126, net.minecraft.item.crafting.Ingredient@11962dfd, net.minecraftforge.oredict.OreIngredient@6124f126]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.fluid_pipe@0 new recipe: RecipeStage{tier='four', recipe=8xtile.fluid_pipe@0:[net.minecraft.item.crafting.Ingredient@2539edc1, net.minecraftforge.oredict.OreIngredient@63d29581, net.minecraft.item.crafting.Ingredient@2539edc1, net.minecraftforge.oredict.OreIngredient@63d29581, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@63d29581, net.minecraft.item.crafting.Ingredient@2539edc1, net.minecraftforge.oredict.OreIngredient@63d29581, net.minecraft.item.crafting.Ingredient@2539edc1]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.fluid_pump@0 new recipe: RecipeStage{tier='four', recipe=1xtile.fluid_pump@0:[net.minecraftforge.oredict.OreIngredient@7abb1cbd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7abb1cbd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@db2e0f6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7abb1cbd, net.minecraft.item.crafting.Ingredient@1086bc89, net.minecraftforge.oredict.OreIngredient@7abb1cbd]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.bundled_pipe@0 new recipe: RecipeStage{tier='four', recipe=8xtile.bundled_pipe@0:[net.minecraft.item.crafting.Ingredient@421e9773, net.minecraftforge.oredict.OreIngredient@60622579, net.minecraft.item.crafting.Ingredient@421e9773, net.minecraftforge.oredict.OreIngredient@60622579, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@60622579, net.minecraft.item.crafting.Ingredient@421e9773, net.minecraftforge.oredict.OreIngredient@60622579, net.minecraft.item.crafting.Ingredient@421e9773]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.block_library@0 new recipe: RecipeStage{tier='four', recipe=4xtile.block_library@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@640a528, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@12ffd8e0, net.minecraft.item.crafting.Ingredient@6347701c, net.minecraft.item.crafting.Ingredient@12ffd8e0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@640a528, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.block_library_ctrl@0 new recipe: RecipeStage{tier='four', recipe=1xtile.block_library_ctrl@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@412a4b9d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@412a4b9d, net.minecraftforge.oredict.OreIngredient@2d7ebe0a, net.minecraft.item.crafting.Ingredient@412a4b9d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@412a4b9d, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.plate_vector@0 new recipe: RecipeStage{tier='four', recipe=6xtile.plate_vector@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6e38549f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@157694bc, net.minecraftforge.oredict.OreIngredient@3f179b92, net.minecraftforge.oredict.OreIngredient@157694bc, net.minecraft.item.crafting.Ingredient@5d4eb6, net.minecraft.item.crafting.Ingredient@5d4eb6, net.minecraft.item.crafting.Ingredient@5d4eb6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.builder_pattern@0 new recipe: RecipeStage{tier='five', recipe=1xtile.builder_pattern@0:[net.minecraftforge.oredict.OreIngredient@4fb605ee, net.minecraft.item.crafting.Ingredient@4c8227e0, net.minecraftforge.oredict.OreIngredient@4fb605ee, net.minecraftforge.oredict.OreIngredient@26c0f838, net.minecraft.item.crafting.Ingredient@a70ccd3, net.minecraftforge.oredict.OreIngredient@26c0f838, net.minecraftforge.oredict.OreIngredient@4fb605ee, net.minecraft.item.crafting.Ingredient@12569d63, net.minecraftforge.oredict.OreIngredient@4fb605ee]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.magnet_block@0 new recipe: RecipeStage{tier='four', recipe=1xtile.magnet_block@0:[net.minecraftforge.oredict.OreIngredient@620c7a4d, net.minecraftforge.oredict.OreIngredient@44175eea, net.minecraftforge.oredict.OreIngredient@620c7a4d, net.minecraftforge.oredict.OreIngredient@44175eea, net.minecraftforge.oredict.OreIngredient@3b71baf3, net.minecraftforge.oredict.OreIngredient@44175eea, net.minecraftforge.oredict.OreIngredient@620c7a4d, net.minecraftforge.oredict.OreIngredient@44175eea, net.minecraftforge.oredict.OreIngredient@620c7a4d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.magnet_anti_block@0 new recipe: RecipeStage{tier='five', recipe=1xtile.magnet_anti_block@0:[net.minecraftforge.oredict.OreIngredient@1bd154e0, net.minecraftforge.oredict.OreIngredient@2d41d34b, net.minecraftforge.oredict.OreIngredient@1bd154e0, net.minecraftforge.oredict.OreIngredient@2d41d34b, net.minecraftforge.oredict.OreIngredient@65cfa6bd, net.minecraftforge.oredict.OreIngredient@2d41d34b, net.minecraftforge.oredict.OreIngredient@1bd154e0, net.minecraftforge.oredict.OreIngredient@2d41d34b, net.minecraftforge.oredict.OreIngredient@1bd154e0]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.block_vacuum@0 new recipe: RecipeStage{tier='four', recipe=1xtile.block_vacuum@0:[net.minecraftforge.oredict.OreIngredient@60785e8e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@60785e8e, net.minecraft.item.crafting.Ingredient@4380163e, net.minecraftforge.oredict.OreIngredient@52673ec6, net.minecraft.item.crafting.Ingredient@4380163e, net.minecraft.item.crafting.Ingredient@600e7cf, net.minecraft.item.crafting.Ingredient@600e7cf, net.minecraft.item.crafting.Ingredient@600e7cf]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.beacon_potion@0 new recipe: RecipeStage{tier='five', recipe=1xtile.beacon_potion@0:[net.minecraft.item.crafting.Ingredient@ca615c1, net.minecraft.item.crafting.Ingredient@ca615c1, net.minecraft.item.crafting.Ingredient@ca615c1, net.minecraft.item.crafting.Ingredient@ca615c1, net.minecraft.item.crafting.Ingredient@d99a505, net.minecraft.item.crafting.Ingredient@ca615c1, net.minecraftforge.oredict.OreIngredient@2e08a2a0, net.minecraftforge.oredict.OreIngredient@2e08a2a0, net.minecraftforge.oredict.OreIngredient@2e08a2a0]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xtile.apple@0 new recipe: RecipeStage{tier='one', recipe=2xtile.apple@0:[net.minecraft.item.crafting.Ingredient@7acbdef4, net.minecraftforge.oredict.OreIngredient@55c183cb, net.minecraftforge.oredict.OreIngredient@55c183cb, net.minecraft.item.crafting.Ingredient@7acbdef4]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.beacon_redstone@0 new recipe: RecipeStage{tier='three', recipe=1xtile.beacon_redstone@0:[net.minecraftforge.oredict.OreIngredient@7dcab3de, net.minecraftforge.oredict.OreIngredient@7dcab3de, net.minecraftforge.oredict.OreIngredient@7dcab3de, net.minecraftforge.oredict.OreIngredient@7dcab3de, net.minecraftforge.oredict.OreIngredient@24cca357, net.minecraftforge.oredict.OreIngredient@7dcab3de, net.minecraftforge.oredict.OreIngredient@d4f1c7, net.minecraftforge.oredict.OreIngredient@d4f1c7, net.minecraftforge.oredict.OreIngredient@d4f1c7]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.block_hydrator@0 new recipe: RecipeStage{tier='three', recipe=1xtile.block_hydrator@0:[net.minecraft.item.crafting.Ingredient@7f53538c, net.minecraft.item.crafting.Ingredient@1a47ed49, net.minecraft.item.crafting.Ingredient@7f53538c, net.minecraft.item.crafting.Ingredient@5fd744c1, net.minecraftforge.oredict.OreIngredient@2a85ba7, net.minecraft.item.crafting.Ingredient@5fd744c1, net.minecraft.item.crafting.Ingredient@34eaea2a, net.minecraft.item.crafting.Ingredient@34eaea2a, net.minecraft.item.crafting.Ingredient@34eaea2a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.melter@0 new recipe: RecipeStage{tier='three', recipe=1xtile.melter@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@19d5998c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@46ef96bb, net.minecraftforge.oredict.OreIngredient@413c477f, net.minecraft.item.crafting.Ingredient@46ef96bb, net.minecraftforge.oredict.OreIngredient@6968dcc5, net.minecraftforge.oredict.OreIngredient@6968dcc5, net.minecraftforge.oredict.OreIngredient@6968dcc5]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.solidifier@0 new recipe: RecipeStage{tier='three', recipe=1xtile.solidifier@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4bc86544, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6cb9d079, net.minecraftforge.oredict.OreIngredient@39e46863, net.minecraft.item.crafting.Ingredient@6cb9d079, net.minecraftforge.oredict.OreIngredient@5ead9ddb, net.minecraftforge.oredict.OreIngredient@5ead9ddb, net.minecraftforge.oredict.OreIngredient@5ead9ddb]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.block_anvil@0 new recipe: RecipeStage{tier='five', recipe=1xtile.block_anvil@0:[net.minecraftforge.oredict.OreIngredient@223fb371, net.minecraftforge.oredict.OreIngredient@223fb371, net.minecraftforge.oredict.OreIngredient@223fb371, net.minecraftforge.oredict.OreIngredient@5b2155e8, net.minecraft.item.crafting.Ingredient@497626ad, net.minecraftforge.oredict.OreIngredient@5b2155e8, net.minecraftforge.oredict.OreIngredient@419c999f, net.minecraftforge.oredict.OreIngredient@419c999f, net.minecraftforge.oredict.OreIngredient@419c999f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.block_enchanter@0 new recipe: RecipeStage{tier='five', recipe=1xtile.block_enchanter@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@76c6affc, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@edad3a6, net.minecraftforge.oredict.OreIngredient@36e5a51f, net.minecraftforge.oredict.OreIngredient@edad3a6, net.minecraftforge.oredict.OreIngredient@36e5a51f, net.minecraftforge.oredict.OreIngredient@36e5a51f, net.minecraftforge.oredict.OreIngredient@36e5a51f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.exp_pylon@0 new recipe: RecipeStage{tier='four', recipe=1xtile.exp_pylon@0:[net.minecraftforge.oredict.OreIngredient@687f55db, net.minecraft.item.crafting.Ingredient@30e0fc91, net.minecraftforge.oredict.OreIngredient@687f55db, net.minecraftforge.oredict.OreIngredient@2d05acc7, net.minecraft.item.crafting.Ingredient@3f46f531, net.minecraftforge.oredict.OreIngredient@2d05acc7, net.minecraftforge.oredict.OreIngredient@8f5923c, net.minecraftforge.oredict.OreIngredient@2bb67acf, net.minecraftforge.oredict.OreIngredient@8f5923c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.builder_block@0 new recipe: RecipeStage{tier='three', recipe=1xtile.builder_block@0:[net.minecraftforge.oredict.OreIngredient@43b49d4c, net.minecraft.item.crafting.Ingredient@3cc981b3, net.minecraftforge.oredict.OreIngredient@43b49d4c, net.minecraft.item.crafting.Ingredient@180994fc, net.minecraft.item.crafting.Ingredient@239fa27b, net.minecraft.item.crafting.Ingredient@180994fc, net.minecraftforge.oredict.OreIngredient@106e14bd, net.minecraftforge.oredict.OreIngredient@106e14bd, net.minecraftforge.oredict.OreIngredient@106e14bd]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.password_block@0 new recipe: RecipeStage{tier='three', recipe=1xtile.password_block@0:[net.minecraft.item.crafting.Ingredient@50e01e34, net.minecraft.item.crafting.Ingredient@50e01e34, net.minecraft.item.crafting.Ingredient@50e01e34, net.minecraft.item.crafting.Ingredient@31da090, net.minecraft.item.crafting.Ingredient@4edad570, net.minecraft.item.crafting.Ingredient@31da090, net.minecraft.item.crafting.Ingredient@50e01e34, net.minecraft.item.crafting.Ingredient@50e01e34, net.minecraft.item.crafting.Ingredient@50e01e34]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.block_user@0 new recipe: RecipeStage{tier='four', recipe=1xtile.block_user@0:[net.minecraftforge.oredict.OreIngredient@1328431b, net.minecraft.item.crafting.Ingredient@b417656, net.minecraftforge.oredict.OreIngredient@1328431b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@19063fd0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@65b64350, net.minecraftforge.oredict.OreIngredient@65b64350, net.minecraftforge.oredict.OreIngredient@65b64350]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.trash@0 new recipe: RecipeStage{tier='two', recipe=1xtile.trash@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4e0e7f3c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1fefdd7d, net.minecraftforge.oredict.OreIngredient@373f89ef, net.minecraftforge.oredict.OreIngredient@1fefdd7d, net.minecraftforge.oredict.OreIngredient@1fefdd7d, net.minecraftforge.oredict.OreIngredient@1fefdd7d, net.minecraftforge.oredict.OreIngredient@1fefdd7d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.block_screen@0 new recipe: RecipeStage{tier='four', recipe=1xtile.block_screen@0:[net.minecraftforge.oredict.OreIngredient@6a9b6d92, net.minecraft.item.crafting.Ingredient@7effba19, net.minecraftforge.oredict.OreIngredient@6a9b6d92, net.minecraftforge.oredict.OreIngredient@6a9b6d92, net.minecraftforge.oredict.OreIngredient@6a9b6d92, net.minecraftforge.oredict.OreIngredient@6a9b6d92, net.minecraft.item.crafting.Ingredient@7d70a253, net.minecraft.item.crafting.Ingredient@36f62d4f, net.minecraft.item.crafting.Ingredient@7d70a253]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.screen_target@0 new recipe: RecipeStage{tier='four', recipe=1xtile.screen_target@0:[net.minecraftforge.oredict.OreIngredient@480135cb, net.minecraft.item.crafting.Ingredient@4f9ae522, net.minecraftforge.oredict.OreIngredient@480135cb, net.minecraftforge.oredict.OreIngredient@480135cb, net.minecraftforge.oredict.OreIngredient@480135cb, net.minecraftforge.oredict.OreIngredient@480135cb, net.minecraft.item.crafting.Ingredient@295aea67, net.minecraft.item.crafting.Ingredient@301b74a2, net.minecraft.item.crafting.Ingredient@295aea67]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.block_soundproofing@0 new recipe: RecipeStage{tier='two', recipe=8xtile.block_soundproofing@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@709f6d03, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@709f6d03, net.minecraft.item.crafting.Ingredient@1b4aa9d6, net.minecraftforge.oredict.OreIngredient@709f6d03, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@709f6d03, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.auto_crafter@0 new recipe: RecipeStage{tier='five', recipe=1xtile.auto_crafter@0:[net.minecraftforge.oredict.OreIngredient@2e3b0523, net.minecraftforge.oredict.OreIngredient@12b1b83b, net.minecraftforge.oredict.OreIngredient@2e3b0523, net.minecraft.item.crafting.Ingredient@1c8a3f91, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@52403816, net.minecraftforge.oredict.OreIngredient@2e3b0523, net.minecraft.item.crafting.Ingredient@59bca157, net.minecraftforge.oredict.OreIngredient@2e3b0523]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.fan@0 new recipe: RecipeStage{tier='four', recipe=1xtile.fan@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@374f4e6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@374f4e6, net.minecraft.item.crafting.Ingredient@1ce0fdf3, net.minecraftforge.oredict.OreIngredient@374f4e6, net.minecraftforge.oredict.OreIngredient@d28952d, net.minecraftforge.oredict.OreIngredient@374f4e6, net.minecraftforge.oredict.OreIngredient@d28952d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.block_disenchanter@0 new recipe: RecipeStage{tier='five', recipe=1xtile.block_disenchanter@0:[net.minecraft.item.crafting.Ingredient@282e7bd1, net.minecraft.item.crafting.Ingredient@5739fce9, net.minecraft.item.crafting.Ingredient@282e7bd1, net.minecraftforge.oredict.OreIngredient@ff15ba7, net.minecraft.item.crafting.Ingredient@545a497b, net.minecraftforge.oredict.OreIngredient@ff15ba7, net.minecraftforge.oredict.OreIngredient@4c1c39ad, net.minecraftforge.oredict.OreIngredient@1abad5a0, net.minecraftforge.oredict.OreIngredient@4c1c39ad]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.block_storeempty@0 new recipe: RecipeStage{tier='four', recipe=1xtile.block_storeempty@0:[net.minecraftforge.oredict.OreIngredient@282cbb9d, net.minecraftforge.oredict.OreIngredient@439739ad, net.minecraftforge.oredict.OreIngredient@282cbb9d, net.minecraftforge.oredict.OreIngredient@439739ad, net.minecraftforge.oredict.OreIngredient@2b40f413, net.minecraftforge.oredict.OreIngredient@439739ad, net.minecraftforge.oredict.OreIngredient@282cbb9d, net.minecraftforge.oredict.OreIngredient@439739ad, net.minecraftforge.oredict.OreIngredient@282cbb9d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.dropper_exact@0 new recipe: RecipeStage{tier='four', recipe=1xtile.dropper_exact@0:[net.minecraftforge.oredict.OreIngredient@605b9145, net.minecraftforge.oredict.OreIngredient@605b9145, net.minecraftforge.oredict.OreIngredient@605b9145, net.minecraftforge.oredict.OreIngredient@605b9145, net.minecraft.item.crafting.Ingredient@2d663e80, net.minecraftforge.oredict.OreIngredient@605b9145, net.minecraftforge.oredict.OreIngredient@605b9145, net.minecraftforge.oredict.OreIngredient@605b9145, net.minecraftforge.oredict.OreIngredient@605b9145]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.fluid_placer@0 new recipe: RecipeStage{tier='four', recipe=1xtile.fluid_placer@0:[net.minecraftforge.oredict.OreIngredient@1f6d3048, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1f6d3048, net.minecraft.item.crafting.Ingredient@3639f1b, net.minecraftforge.oredict.OreIngredient@23004cd4, net.minecraft.item.crafting.Ingredient@65c5ef07, net.minecraftforge.oredict.OreIngredient@1f6d3048, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1f6d3048]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.itemilluminationwand@0 new recipe: RecipeStage{tier='two', recipe=1xitem.itemilluminationwand@0:[]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.blockblackmarble@0 new recipe: RecipeStage{tier='two', recipe=8xtile.blockblackmarble@0:[net.minecraftforge.oredict.OreIngredient@977f38, net.minecraftforge.oredict.OreIngredient@5d4e6658, net.minecraftforge.oredict.OreIngredient@6b239097, net.minecraftforge.oredict.OreIngredient@73e293bc, net.minecraftforge.common.crafting.CompoundIngredient@66e59faf, net.minecraftforge.oredict.OreIngredient@11b50ccc, net.minecraftforge.oredict.OreIngredient@762d0235, net.minecraftforge.oredict.OreIngredient@40a2dd3, net.minecraftforge.oredict.OreIngredient@4ed8c21a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.blockblackmarble@3 new recipe: RecipeStage{tier='two', recipe=3xtile.blockblackmarble@3:[net.minecraftforge.common.crafting.CompoundIngredient@6910fc08, net.minecraftforge.common.crafting.CompoundIngredient@34e1edd0, net.minecraftforge.common.crafting.CompoundIngredient@3e8ac0f7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.blockblackmarble@1 new recipe: RecipeStage{tier='two', recipe=4xtile.blockblackmarble@1:[net.minecraftforge.common.crafting.CompoundIngredient@3028d7e4, net.minecraftforge.common.crafting.CompoundIngredient@2c1f94be, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.common.crafting.CompoundIngredient@3029b0b9, net.minecraftforge.common.crafting.CompoundIngredient@77e352a0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.blockblackmarble@4 new recipe: RecipeStage{tier='two', recipe=4xtile.blockblackmarble@4:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.common.crafting.CompoundIngredient@ab94d43, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.common.crafting.CompoundIngredient@3f64440e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.common.crafting.CompoundIngredient@607df67c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.common.crafting.CompoundIngredient@5647d22d, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 5xtile.blockblackmarble@5 new recipe: RecipeStage{tier='two', recipe=5xtile.blockblackmarble@5:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.common.crafting.CompoundIngredient@189f3ff5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.common.crafting.CompoundIngredient@4eda0ac2, net.minecraftforge.common.crafting.CompoundIngredient@4fced183, net.minecraftforge.common.crafting.CompoundIngredient@54291dd6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.common.crafting.CompoundIngredient@3ad3a937, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.blockblackmarble@6 new recipe: RecipeStage{tier='two', recipe=3xtile.blockblackmarble@6:[net.minecraftforge.common.crafting.CompoundIngredient@30373298, net.minecraftforge.common.crafting.CompoundIngredient@55f06b0b, net.minecraftforge.common.crafting.CompoundIngredient@1293997b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xtile.blockblackmarble@2 new recipe: RecipeStage{tier='two', recipe=2xtile.blockblackmarble@2:[net.minecraftforge.common.crafting.CompoundIngredient@59cef14d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.common.crafting.CompoundIngredient@2afeb4c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.blockmarble@3 new recipe: RecipeStage{tier='one', recipe=3xtile.blockmarble@3:[net.minecraftforge.common.crafting.CompoundIngredient@20a538f4, net.minecraftforge.common.crafting.CompoundIngredient@1e080305, net.minecraftforge.common.crafting.CompoundIngredient@667ab39f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.blockmarble@1 new recipe: RecipeStage{tier='one', recipe=4xtile.blockmarble@1:[net.minecraftforge.oredict.OreIngredient@697c383, net.minecraftforge.oredict.OreIngredient@58d9e87f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3d8d9e39, net.minecraftforge.oredict.OreIngredient@ed8245c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.blockmarble@4 new recipe: RecipeStage{tier='one', recipe=4xtile.blockmarble@4:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.common.crafting.CompoundIngredient@21e6f97d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.common.crafting.CompoundIngredient@3f7ef7bf, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.common.crafting.CompoundIngredient@44ed8e34, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.common.crafting.CompoundIngredient@22ba02c6, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 5xtile.blockmarble@5 new recipe: RecipeStage{tier='one', recipe=5xtile.blockmarble@5:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.common.crafting.CompoundIngredient@6dff1288, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.common.crafting.CompoundIngredient@7bed7b06, net.minecraftforge.common.crafting.CompoundIngredient@7681bb85, net.minecraftforge.common.crafting.CompoundIngredient@70a70618, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.common.crafting.CompoundIngredient@14105b52, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.blockmarble@6 new recipe: RecipeStage{tier='one', recipe=3xtile.blockmarble@6:[net.minecraftforge.common.crafting.CompoundIngredient@2f1cf8ef, net.minecraftforge.common.crafting.CompoundIngredient@62e819a9, net.minecraftforge.common.crafting.CompoundIngredient@50eccd20, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xtile.blockmarble@2 new recipe: RecipeStage{tier='one', recipe=2xtile.blockmarble@2:[net.minecraftforge.common.crafting.CompoundIngredient@26be84c2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.common.crafting.CompoundIngredient@743c90fc, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.blockmarblestairs@0 new recipe: RecipeStage{tier='one', recipe=4xtile.blockmarblestairs@0:[net.minecraftforge.common.crafting.CompoundIngredient@6d812161, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.common.crafting.CompoundIngredient@419b307b, net.minecraftforge.common.crafting.CompoundIngredient@430e58f8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.common.crafting.CompoundIngredient@de6750e, net.minecraftforge.common.crafting.CompoundIngredient@1c24a5ba, net.minecraftforge.common.crafting.CompoundIngredient@32a3ab0]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.blockmarbleslab@0 new recipe: RecipeStage{tier='one', recipe=6xtile.blockmarbleslab@0:[net.minecraftforge.common.crafting.CompoundIngredient@7087f1b4, net.minecraftforge.common.crafting.CompoundIngredient@4cae3588, net.minecraftforge.common.crafting.CompoundIngredient@768b0960, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.blockinfusedwood@1 new recipe: RecipeStage{tier='two', recipe=4xtile.blockinfusedwood@1:[net.minecraftforge.common.crafting.CompoundIngredient@6372eb43]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.blockinfusedwood@3 new recipe: RecipeStage{tier='two', recipe=3xtile.blockinfusedwood@3:[net.minecraftforge.common.crafting.CompoundIngredient@21bf1802, net.minecraftforge.common.crafting.CompoundIngredient@350e90e8, net.minecraftforge.common.crafting.CompoundIngredient@6e24a7bd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.blockinfusedwood@2 new recipe: RecipeStage{tier='two', recipe=3xtile.blockinfusedwood@2:[net.minecraftforge.common.crafting.CompoundIngredient@7cf6fe47, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.common.crafting.CompoundIngredient@16b5f22e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.common.crafting.CompoundIngredient@158a7189, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.blockinfusedwood@4 new recipe: RecipeStage{tier='two', recipe=4xtile.blockinfusedwood@4:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.common.crafting.CompoundIngredient@4cebe8f5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.common.crafting.CompoundIngredient@795b62d3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.common.crafting.CompoundIngredient@2d529f8f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.common.crafting.CompoundIngredient@6a172149, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.betterbuilderswands.wandunbreakable@12 new recipe: RecipeStage{tier='four', recipe=1xitem.betterbuilderswands.wandunbreakable@12:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1b4313c7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@71367ee2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@71367ee2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.betterbuilderswands.wandunbreakable@13 new recipe: RecipeStage{tier='four', recipe=1xitem.betterbuilderswands.wandunbreakable@13:[net.minecraft.item.crafting.Ingredient@670b03f6, net.minecraft.item.crafting.Ingredient@2588b09b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.betterbuilderswands.wandunbreakable@14 new recipe: RecipeStage{tier='four', recipe=1xitem.betterbuilderswands.wandunbreakable@14:[net.minecraft.item.crafting.Ingredient@6f04ee8, net.minecraft.item.crafting.Ingredient@395bf973]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.refinedstorage:upgrade@7 new recipe: RecipeStage{tier='five', recipe=1xitem.refinedstorage:upgrade@7:[net.minecraft.item.crafting.Ingredient@43cbc761, net.minecraft.item.crafting.Ingredient@439fa30e, net.minecraft.item.crafting.Ingredient@52df3d55, net.minecraft.item.crafting.Ingredient@57fd8e9, net.minecraft.item.crafting.Ingredient@1812e7e8, net.minecraft.item.crafting.Ingredient@26aba037, net.minecraft.item.crafting.Ingredient@d351422, net.minecraft.item.crafting.Ingredient@76763dfd, net.minecraft.item.crafting.Ingredient@7954a97c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.refinedstorage:upgrade@8 new recipe: RecipeStage{tier='five', recipe=1xitem.refinedstorage:upgrade@8:[net.minecraft.item.crafting.Ingredient@60eaccd1, net.minecraft.item.crafting.Ingredient@3ca986f9, net.minecraft.item.crafting.Ingredient@16a57bd9, net.minecraft.item.crafting.Ingredient@1532917e, net.minecraft.item.crafting.Ingredient@23084b4d, net.minecraft.item.crafting.Ingredient@53669f9b, net.minecraft.item.crafting.Ingredient@6ea04d9d, net.minecraft.item.crafting.Ingredient@6f189856, net.minecraft.item.crafting.Ingredient@e2be4db]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.refinedstorage:upgrade@9 new recipe: RecipeStage{tier='five', recipe=1xitem.refinedstorage:upgrade@9:[net.minecraft.item.crafting.Ingredient@5f64cd0, net.minecraft.item.crafting.Ingredient@2e87ae10, net.minecraft.item.crafting.Ingredient@7fdb9a27, net.minecraft.item.crafting.Ingredient@27132d36, net.minecraft.item.crafting.Ingredient@10b475c8, net.minecraft.item.crafting.Ingredient@350aee0, net.minecraft.item.crafting.Ingredient@20f9060f, net.minecraft.item.crafting.Ingredient@1e3df5bb, net.minecraft.item.crafting.Ingredient@2d94d981]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.refinedstorage:upgrade@6 new recipe: RecipeStage{tier='five', recipe=1xitem.refinedstorage:upgrade@6:[net.minecraft.item.crafting.Ingredient@4394f76a, net.minecraft.item.crafting.Ingredient@32f5428e, net.minecraft.item.crafting.Ingredient@39a6dd80, net.minecraft.item.crafting.Ingredient@38397964, net.minecraft.item.crafting.Ingredient@5cf2f6ae, net.minecraft.item.crafting.Ingredient@440b3e8c, net.minecraft.item.crafting.Ingredient@4bceb150, net.minecraft.item.crafting.Ingredient@38cf1314, net.minecraft.item.crafting.Ingredient@73c3c525]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.crafting@6 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.crafting@6:[net.minecraft.item.crafting.Ingredient@413a6e43, net.minecraft.item.crafting.Ingredient@4a6f869b, net.minecraft.item.crafting.Ingredient@562a7b63, net.minecraft.item.crafting.Ingredient@7e9d5638]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.crafting@8 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.crafting@8:[net.minecraft.item.crafting.Ingredient@3d57bef9, net.minecraft.item.crafting.Ingredient@44f42c9f, net.minecraft.item.crafting.Ingredient@19e469a7, net.minecraft.item.crafting.Ingredient@30cc219a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.crafting@9 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.crafting@9:[net.minecraft.item.crafting.Ingredient@5599a35a, net.minecraft.item.crafting.Ingredient@6f0a411f, net.minecraft.item.crafting.Ingredient@3e1b6d95, net.minecraft.item.crafting.Ingredient@69a80fdb]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.crafting@14 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.crafting@14:[net.minecraft.item.crafting.Ingredient@291eec86, net.minecraft.item.crafting.Ingredient@e1e8a9, net.minecraft.item.crafting.Ingredient@291eec86, net.minecraft.item.crafting.Ingredient@e1e8a9, net.minecraftforge.oredict.OreIngredient@4c8c4747, net.minecraft.item.crafting.Ingredient@e1e8a9, net.minecraft.item.crafting.Ingredient@291eec86, net.minecraft.item.crafting.Ingredient@e1e8a9, net.minecraft.item.crafting.Ingredient@291eec86]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.record@0 new recipe: RecipeStage{tier='three', recipe=1xitem.record@0:[net.minecraft.item.crafting.Ingredient@40b25355, net.minecraftforge.oredict.OreIngredient@1e16fd19, net.minecraft.item.crafting.Ingredient@11bdead2, net.minecraft.item.crafting.Ingredient@2b90281a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.record@0 new recipe: RecipeStage{tier='three', recipe=1xitem.record@0:[net.minecraft.item.crafting.Ingredient@50bd2ac7, net.minecraftforge.oredict.OreIngredient@2e28a178, net.minecraft.item.crafting.Ingredient@4529c5f, net.minecraft.item.crafting.Ingredient@2a60cedd]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.record@0 new recipe: RecipeStage{tier='three', recipe=1xitem.record@0:[net.minecraft.item.crafting.Ingredient@787a722b, net.minecraftforge.oredict.OreIngredient@685aa91f, net.minecraft.item.crafting.Ingredient@44e084ef, net.minecraft.item.crafting.Ingredient@46422e35]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.record@0 new recipe: RecipeStage{tier='three', recipe=1xitem.record@0:[net.minecraft.item.crafting.Ingredient@502db912, net.minecraftforge.oredict.OreIngredient@10aa9804, net.minecraft.item.crafting.Ingredient@47ce3fa2, net.minecraft.item.crafting.Ingredient@3d091da0]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.record@0 new recipe: RecipeStage{tier='three', recipe=1xitem.record@0:[net.minecraft.item.crafting.Ingredient@44ff148c, net.minecraftforge.oredict.OreIngredient@727a009e, net.minecraft.item.crafting.Ingredient@7ebe76c, net.minecraft.item.crafting.Ingredient@90511ad]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.record@0 new recipe: RecipeStage{tier='three', recipe=1xitem.record@0:[net.minecraft.item.crafting.Ingredient@17bea7a7, net.minecraftforge.oredict.OreIngredient@4fb6f2bb, net.minecraft.item.crafting.Ingredient@6e9f1a99, net.minecraft.item.crafting.Ingredient@4a2209b8]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.record@0 new recipe: RecipeStage{tier='three', recipe=1xitem.record@0:[net.minecraft.item.crafting.Ingredient@5018005d, net.minecraftforge.oredict.OreIngredient@46c58315, net.minecraft.item.crafting.Ingredient@1cf02dbc, net.minecraft.item.crafting.Ingredient@2ce5b7da]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.record@0 new recipe: RecipeStage{tier='three', recipe=1xitem.record@0:[net.minecraft.item.crafting.Ingredient@5658b150, net.minecraftforge.oredict.OreIngredient@4b58fbea, net.minecraft.item.crafting.Ingredient@4a82ce3c, net.minecraft.item.crafting.Ingredient@c2c7757]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.record@0 new recipe: RecipeStage{tier='three', recipe=1xitem.record@0:[net.minecraft.item.crafting.Ingredient@13e6ba0f, net.minecraftforge.oredict.OreIngredient@4fc97561, net.minecraft.item.crafting.Ingredient@20302500, net.minecraft.item.crafting.Ingredient@53036cb8]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.record@0 new recipe: RecipeStage{tier='three', recipe=1xitem.record@0:[net.minecraft.item.crafting.Ingredient@71f593bb, net.minecraftforge.oredict.OreIngredient@504cb0a0, net.minecraft.item.crafting.Ingredient@186270bd, net.minecraft.item.crafting.Ingredient@71084a9e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.record@0 new recipe: RecipeStage{tier='three', recipe=1xitem.record@0:[net.minecraft.item.crafting.Ingredient@19c11bd8, net.minecraftforge.oredict.OreIngredient@122d67c5, net.minecraft.item.crafting.Ingredient@214283a4, net.minecraft.item.crafting.Ingredient@66829fdc]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.record@0 new recipe: RecipeStage{tier='three', recipe=1xitem.record@0:[net.minecraft.item.crafting.Ingredient@ee60574, net.minecraftforge.oredict.OreIngredient@3b8ce8af, net.minecraft.item.crafting.Ingredient@4902fc7d, net.minecraft.item.crafting.Ingredient@5c237e6d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xitem.ma.crafting@15 new recipe: RecipeStage{tier='five', recipe=4xitem.ma.crafting@15:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3e45584d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3e45584d, net.minecraft.item.crafting.Ingredient@60fabaec, net.minecraft.item.crafting.Ingredient@3e45584d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3e45584d, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.inferium_apple@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.inferium_apple@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@45369080, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@45369080, net.minecraft.item.crafting.Ingredient@51253f5b, net.minecraft.item.crafting.Ingredient@45369080, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@45369080, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.prudentium_apple@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.prudentium_apple@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@28980766, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@28980766, net.minecraft.item.crafting.Ingredient@595b2065, net.minecraft.item.crafting.Ingredient@28980766, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@28980766, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.intermedium_apple@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.intermedium_apple@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2b59b20e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2b59b20e, net.minecraft.item.crafting.Ingredient@43123334, net.minecraft.item.crafting.Ingredient@2b59b20e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2b59b20e, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.superium_apple@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.superium_apple@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2689333, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2689333, net.minecraft.item.crafting.Ingredient@64c798b2, net.minecraft.item.crafting.Ingredient@2689333, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2689333, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.supremium_apple@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.supremium_apple@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@269dbad6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@269dbad6, net.minecraft.item.crafting.Ingredient@602a443d, net.minecraft.item.crafting.Ingredient@269dbad6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@269dbad6, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.watering_can@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.watering_can@0:[net.minecraft.item.crafting.Ingredient@7ac85be5, net.minecraft.item.crafting.Ingredient@31481560, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7ac85be5, net.minecraft.item.crafting.Ingredient@371a4d8, net.minecraft.item.crafting.Ingredient@7ac85be5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7ac85be5, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.watering_can@1 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.watering_can@1:[net.minecraft.item.crafting.Ingredient@180e1c5, net.minecraft.item.crafting.Ingredient@70921780, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@180e1c5, net.minecraft.item.crafting.Ingredient@7ecb3a2e, net.minecraft.item.crafting.Ingredient@180e1c5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@180e1c5, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.watering_can@2 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.watering_can@2:[net.minecraft.item.crafting.Ingredient@3dba7b49, net.minecraft.item.crafting.Ingredient@5df45569, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3dba7b49, net.minecraft.item.crafting.Ingredient@7a491eb3, net.minecraft.item.crafting.Ingredient@3dba7b49, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3dba7b49, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.watering_can@3 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.watering_can@3:[net.minecraft.item.crafting.Ingredient@3e061091, net.minecraft.item.crafting.Ingredient@41265525, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3e061091, net.minecraft.item.crafting.Ingredient@73a86734, net.minecraft.item.crafting.Ingredient@3e061091, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3e061091, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.watering_can@4 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.watering_can@4:[net.minecraft.item.crafting.Ingredient@6f712184, net.minecraft.item.crafting.Ingredient@1c8dde32, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6f712184, net.minecraft.item.crafting.Ingredient@2c2c8b50, net.minecraft.item.crafting.Ingredient@6f712184, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6f712184, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.crafting@16 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.crafting@16:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@427f01d9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@427f01d9, net.minecraft.item.crafting.Ingredient@30713bea, net.minecraft.item.crafting.Ingredient@427f01d9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@427f01d9, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.crafting@17 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.crafting@17:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7f628c1f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7f628c1f, net.minecraft.item.crafting.Ingredient@45a92be3, net.minecraft.item.crafting.Ingredient@7f628c1f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7f628c1f, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.crafting@18 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.crafting@18:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7ef60b47, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7ef60b47, net.minecraft.item.crafting.Ingredient@151f62f2, net.minecraft.item.crafting.Ingredient@7ef60b47, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7ef60b47, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.crafting@19 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.crafting@19:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@12667034, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@12667034, net.minecraft.item.crafting.Ingredient@5c84ed0c, net.minecraft.item.crafting.Ingredient@12667034, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@12667034, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.crafting@20 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.crafting@20:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@69f6efc, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@69f6efc, net.minecraft.item.crafting.Ingredient@275949cb, net.minecraft.item.crafting.Ingredient@69f6efc, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@69f6efc, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.crafting@21 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.crafting@21:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7eea5d58, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7eea5d58, net.minecraft.item.crafting.Ingredient@37f34f7, net.minecraft.item.crafting.Ingredient@7eea5d58, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7eea5d58, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.crafting@22 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.crafting@22:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@43832017, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@43832017, net.minecraft.item.crafting.Ingredient@6fafa5a2, net.minecraft.item.crafting.Ingredient@43832017, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@43832017, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.crafting@23 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.crafting@23:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@525d5bfd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@525d5bfd, net.minecraft.item.crafting.Ingredient@8044a39, net.minecraft.item.crafting.Ingredient@525d5bfd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@525d5bfd, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.crafting@24 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.crafting@24:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@60820fcc, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@60820fcc, net.minecraft.item.crafting.Ingredient@58b83292, net.minecraft.item.crafting.Ingredient@60820fcc, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@60820fcc, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.crafting@32 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.crafting@32:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4b8b9944, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4b8b9944, net.minecraftforge.oredict.OreIngredient@3b071396, net.minecraft.item.crafting.Ingredient@4b8b9944, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4b8b9944, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.crafting@33 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.crafting@33:[net.minecraft.item.crafting.Ingredient@6fc926b0, net.minecraft.item.crafting.Ingredient@781fc3b4, net.minecraft.item.crafting.Ingredient@7b07f482]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.crafting@34 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.crafting@34:[net.minecraft.item.crafting.Ingredient@6b0f7622, net.minecraft.item.crafting.Ingredient@6d8b1a94, net.minecraft.item.crafting.Ingredient@29ec4043]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.crafting@35 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.crafting@35:[net.minecraft.item.crafting.Ingredient@5ddfa8cf, net.minecraft.item.crafting.Ingredient@6835465a, net.minecraft.item.crafting.Ingredient@2390ed47]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.crafting@36 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.crafting@36:[net.minecraft.item.crafting.Ingredient@45d755e3, net.minecraft.item.crafting.Ingredient@792dc95, net.minecraft.item.crafting.Ingredient@234ce3f5]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.crafting@37 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.crafting@37:[net.minecraft.item.crafting.Ingredient@4932a0ad, net.minecraft.item.crafting.Ingredient@5855bb6a, net.minecraft.item.crafting.Ingredient@1cc2b8de]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.crafting@32 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.crafting@32:[net.minecraft.item.crafting.Ingredient@266ee33b, net.minecraft.item.crafting.Ingredient@266ee33b, net.minecraft.item.crafting.Ingredient@266ee33b, net.minecraft.item.crafting.Ingredient@266ee33b, net.minecraft.item.crafting.Ingredient@266ee33b, net.minecraft.item.crafting.Ingredient@266ee33b, net.minecraft.item.crafting.Ingredient@266ee33b, net.minecraft.item.crafting.Ingredient@266ee33b, net.minecraft.item.crafting.Ingredient@266ee33b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.crafting@33 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.crafting@33:[net.minecraft.item.crafting.Ingredient@25fb4151, net.minecraft.item.crafting.Ingredient@25fb4151, net.minecraft.item.crafting.Ingredient@25fb4151, net.minecraft.item.crafting.Ingredient@25fb4151, net.minecraft.item.crafting.Ingredient@25fb4151, net.minecraft.item.crafting.Ingredient@25fb4151, net.minecraft.item.crafting.Ingredient@25fb4151, net.minecraft.item.crafting.Ingredient@25fb4151, net.minecraft.item.crafting.Ingredient@25fb4151]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.crafting@34 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.crafting@34:[net.minecraft.item.crafting.Ingredient@46de98f2, net.minecraft.item.crafting.Ingredient@46de98f2, net.minecraft.item.crafting.Ingredient@46de98f2, net.minecraft.item.crafting.Ingredient@46de98f2, net.minecraft.item.crafting.Ingredient@46de98f2, net.minecraft.item.crafting.Ingredient@46de98f2, net.minecraft.item.crafting.Ingredient@46de98f2, net.minecraft.item.crafting.Ingredient@46de98f2, net.minecraft.item.crafting.Ingredient@46de98f2]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.crafting@35 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.crafting@35:[net.minecraft.item.crafting.Ingredient@5dda5cd0, net.minecraft.item.crafting.Ingredient@5dda5cd0, net.minecraft.item.crafting.Ingredient@5dda5cd0, net.minecraft.item.crafting.Ingredient@5dda5cd0, net.minecraft.item.crafting.Ingredient@5dda5cd0, net.minecraft.item.crafting.Ingredient@5dda5cd0, net.minecraft.item.crafting.Ingredient@5dda5cd0, net.minecraft.item.crafting.Ingredient@5dda5cd0, net.minecraft.item.crafting.Ingredient@5dda5cd0]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.crafting@36 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.crafting@36:[net.minecraft.item.crafting.Ingredient@3ee8a1aa, net.minecraft.item.crafting.Ingredient@3ee8a1aa, net.minecraft.item.crafting.Ingredient@3ee8a1aa, net.minecraft.item.crafting.Ingredient@3ee8a1aa, net.minecraft.item.crafting.Ingredient@3ee8a1aa, net.minecraft.item.crafting.Ingredient@3ee8a1aa, net.minecraft.item.crafting.Ingredient@3ee8a1aa, net.minecraft.item.crafting.Ingredient@3ee8a1aa, net.minecraft.item.crafting.Ingredient@3ee8a1aa]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.crafting@37 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.crafting@37:[net.minecraft.item.crafting.Ingredient@308e756e, net.minecraft.item.crafting.Ingredient@308e756e, net.minecraft.item.crafting.Ingredient@308e756e, net.minecraft.item.crafting.Ingredient@308e756e, net.minecraft.item.crafting.Ingredient@308e756e, net.minecraft.item.crafting.Ingredient@308e756e, net.minecraft.item.crafting.Ingredient@308e756e, net.minecraft.item.crafting.Ingredient@308e756e, net.minecraft.item.crafting.Ingredient@308e756e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.crafting@38 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.crafting@38:[net.minecraft.item.crafting.Ingredient@5a4cdfa7, net.minecraft.item.crafting.Ingredient@5a4cdfa7, net.minecraft.item.crafting.Ingredient@5a4cdfa7, net.minecraft.item.crafting.Ingredient@5a4cdfa7, net.minecraft.item.crafting.Ingredient@5a4cdfa7, net.minecraft.item.crafting.Ingredient@5a4cdfa7, net.minecraft.item.crafting.Ingredient@5a4cdfa7, net.minecraft.item.crafting.Ingredient@5a4cdfa7, net.minecraft.item.crafting.Ingredient@5a4cdfa7]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.ma.soulstone@0 new recipe: RecipeStage{tier='three', recipe=8xtile.ma.soulstone@0:[net.minecraftforge.oredict.OreIngredient@4ad0f61c, net.minecraft.item.crafting.Ingredient@7d4bacef, net.minecraftforge.oredict.OreIngredient@4ad0f61c, net.minecraft.item.crafting.Ingredient@7d4bacef, net.minecraftforge.oredict.OreIngredient@4ad0f61c, net.minecraft.item.crafting.Ingredient@7d4bacef, net.minecraftforge.oredict.OreIngredient@4ad0f61c, net.minecraft.item.crafting.Ingredient@7d4bacef, net.minecraftforge.oredict.OreIngredient@4ad0f61c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xtile.ma.soulstone@2 new recipe: RecipeStage{tier='three', recipe=2xtile.ma.soulstone@2:[net.minecraft.item.crafting.Ingredient@13d4a934, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@13d4a934, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.ma.soulstone@3 new recipe: RecipeStage{tier='three', recipe=4xtile.ma.soulstone@3:[net.minecraft.item.crafting.Ingredient@329ba22a, net.minecraft.item.crafting.Ingredient@329ba22a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@329ba22a, net.minecraft.item.crafting.Ingredient@329ba22a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ma.soulstone@5 new recipe: RecipeStage{tier='three', recipe=1xtile.ma.soulstone@5:[net.minecraft.item.crafting.Ingredient@1f8af422, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1f8af422, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xtile.ma.soulstone@6 new recipe: RecipeStage{tier='three', recipe=2xtile.ma.soulstone@6:[net.minecraft.item.crafting.Ingredient@75a940c2, net.minecraft.item.crafting.Ingredient@75a940c2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@75a940c2, net.minecraft.item.crafting.Ingredient@75a940c2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.ma.soulstone_slab@0 new recipe: RecipeStage{tier='three', recipe=6xtile.ma.soulstone_slab@0:[net.minecraft.item.crafting.Ingredient@313e4c57, net.minecraft.item.crafting.Ingredient@313e4c57, net.minecraft.item.crafting.Ingredient@313e4c57, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.ma.cobbled_soulstone_slab@0 new recipe: RecipeStage{tier='three', recipe=6xtile.ma.cobbled_soulstone_slab@0:[net.minecraft.item.crafting.Ingredient@4b0f1afd, net.minecraft.item.crafting.Ingredient@4b0f1afd, net.minecraft.item.crafting.Ingredient@4b0f1afd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.ma.soulstone_brick_slab@0 new recipe: RecipeStage{tier='three', recipe=6xtile.ma.soulstone_brick_slab@0:[net.minecraft.item.crafting.Ingredient@1d3dc48d, net.minecraft.item.crafting.Ingredient@1d3dc48d, net.minecraft.item.crafting.Ingredient@1d3dc48d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.ma.cobbled_soulstone_stairs@0 new recipe: RecipeStage{tier='three', recipe=4xtile.ma.cobbled_soulstone_stairs@0:[net.minecraft.item.crafting.Ingredient@259d349c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@259d349c, net.minecraft.item.crafting.Ingredient@259d349c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@259d349c, net.minecraft.item.crafting.Ingredient@259d349c, net.minecraft.item.crafting.Ingredient@259d349c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.ma.soulstone_brick_stairs@0 new recipe: RecipeStage{tier='three', recipe=4xtile.ma.soulstone_brick_stairs@0:[net.minecraft.item.crafting.Ingredient@1b27a2ca, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1b27a2ca, net.minecraft.item.crafting.Ingredient@1b27a2ca, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1b27a2ca, net.minecraft.item.crafting.Ingredient@1b27a2ca, net.minecraft.item.crafting.Ingredient@1b27a2ca]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.ma.cobbled_soulstone_wall@0 new recipe: RecipeStage{tier='three', recipe=6xtile.ma.cobbled_soulstone_wall@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7160bb7d, net.minecraft.item.crafting.Ingredient@7160bb7d, net.minecraft.item.crafting.Ingredient@7160bb7d, net.minecraft.item.crafting.Ingredient@7160bb7d, net.minecraft.item.crafting.Ingredient@7160bb7d, net.minecraft.item.crafting.Ingredient@7160bb7d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.ma.soulstone_brick_wall@0 new recipe: RecipeStage{tier='three', recipe=6xtile.ma.soulstone_brick_wall@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@57ede83e, net.minecraft.item.crafting.Ingredient@57ede83e, net.minecraft.item.crafting.Ingredient@57ede83e, net.minecraft.item.crafting.Ingredient@57ede83e, net.minecraft.item.crafting.Ingredient@57ede83e, net.minecraft.item.crafting.Ingredient@57ede83e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.ma.soul_glass@0 new recipe: RecipeStage{tier='five', recipe=8xtile.ma.soul_glass@0:[net.minecraftforge.oredict.OreIngredient@34ace21f, net.minecraft.item.crafting.Ingredient@145fcace, net.minecraftforge.oredict.OreIngredient@34ace21f, net.minecraft.item.crafting.Ingredient@145fcace, net.minecraftforge.oredict.OreIngredient@34ace21f, net.minecraft.item.crafting.Ingredient@145fcace, net.minecraftforge.oredict.OreIngredient@34ace21f, net.minecraft.item.crafting.Ingredient@145fcace, net.minecraftforge.oredict.OreIngredient@34ace21f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 16xtile.ma.soul_glass_pane@0 new recipe: RecipeStage{tier='five', recipe=16xtile.ma.soul_glass_pane@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7461612d, net.minecraft.item.crafting.Ingredient@7461612d, net.minecraft.item.crafting.Ingredient@7461612d, net.minecraft.item.crafting.Ingredient@7461612d, net.minecraft.item.crafting.Ingredient@7461612d, net.minecraft.item.crafting.Ingredient@7461612d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.crafting@29 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.crafting@29:[net.minecraft.item.crafting.Ingredient@45a5ddf9, net.minecraft.item.crafting.Ingredient@14376f00, net.minecraft.item.crafting.Ingredient@45a5ddf9, net.minecraft.item.crafting.Ingredient@14376f00, net.minecraft.item.crafting.Ingredient@45a5ddf9, net.minecraft.item.crafting.Ingredient@14376f00, net.minecraft.item.crafting.Ingredient@45a5ddf9, net.minecraft.item.crafting.Ingredient@14376f00, net.minecraft.item.crafting.Ingredient@45a5ddf9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.soulium_dagger@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.soulium_dagger@0:[net.minecraft.item.crafting.Ingredient@1d4c0c78, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1d4c0c78, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@76ed503d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.ma.crafting@39 new recipe: RecipeStage{tier='five', recipe=9xitem.ma.crafting@39:[net.minecraft.item.crafting.Ingredient@360cd60]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.ma.crafting@40 new recipe: RecipeStage{tier='five', recipe=9xitem.ma.crafting@40:[net.minecraft.item.crafting.Ingredient@62c2f5fb]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.ma.crafting@41 new recipe: RecipeStage{tier='five', recipe=9xitem.ma.crafting@41:[net.minecraft.item.crafting.Ingredient@55875a86]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.ma.crafting@42 new recipe: RecipeStage{tier='five', recipe=9xitem.ma.crafting@42:[net.minecraft.item.crafting.Ingredient@4fb7aef3]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.ma.crafting@43 new recipe: RecipeStage{tier='five', recipe=9xitem.ma.crafting@43:[net.minecraft.item.crafting.Ingredient@3c2f6af7]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.ma.crafting@44 new recipe: RecipeStage{tier='five', recipe=9xitem.ma.crafting@44:[net.minecraft.item.crafting.Ingredient@bbc191f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.crafting@48 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.crafting@48:[net.minecraft.item.crafting.Ingredient@608ac69d, net.minecraft.item.crafting.Ingredient@48872e5d, net.minecraft.item.crafting.Ingredient@608ac69d, net.minecraft.item.crafting.Ingredient@48872e5d, net.minecraft.item.crafting.Ingredient@48872e5d, net.minecraft.item.crafting.Ingredient@48872e5d, net.minecraft.item.crafting.Ingredient@608ac69d, net.minecraft.item.crafting.Ingredient@48872e5d, net.minecraft.item.crafting.Ingredient@608ac69d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.crafting@50 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.crafting@50:[net.minecraft.item.crafting.Ingredient@4d309612, net.minecraft.item.crafting.Ingredient@3cb4bc2f, net.minecraft.item.crafting.Ingredient@4d309612, net.minecraft.item.crafting.Ingredient@7ee0da, net.minecraft.item.crafting.Ingredient@7bb819d6, net.minecraft.item.crafting.Ingredient@7ee0da, net.minecraft.item.crafting.Ingredient@4d309612, net.minecraft.item.crafting.Ingredient@7ee0da, net.minecraft.item.crafting.Ingredient@4d309612]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.crafting@51 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.crafting@51:[net.minecraft.item.crafting.Ingredient@6bb6216c, net.minecraft.item.crafting.Ingredient@1c3964f0, net.minecraft.item.crafting.Ingredient@6bb6216c, net.minecraft.item.crafting.Ingredient@3e55d6b2, net.minecraft.item.crafting.Ingredient@72fabed8, net.minecraft.item.crafting.Ingredient@3e55d6b2, net.minecraft.item.crafting.Ingredient@6bb6216c, net.minecraft.item.crafting.Ingredient@3e55d6b2, net.minecraft.item.crafting.Ingredient@6bb6216c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.crafting@52 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.crafting@52:[net.minecraft.item.crafting.Ingredient@14d0beab, net.minecraft.item.crafting.Ingredient@4a01ac5, net.minecraft.item.crafting.Ingredient@14d0beab, net.minecraft.item.crafting.Ingredient@682cb9dc, net.minecraft.item.crafting.Ingredient@43994ccc, net.minecraft.item.crafting.Ingredient@682cb9dc, net.minecraft.item.crafting.Ingredient@14d0beab, net.minecraft.item.crafting.Ingredient@682cb9dc, net.minecraft.item.crafting.Ingredient@14d0beab]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.crafting@53 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.crafting@53:[net.minecraft.item.crafting.Ingredient@741ce2b5, net.minecraft.item.crafting.Ingredient@797357b3, net.minecraft.item.crafting.Ingredient@741ce2b5, net.minecraft.item.crafting.Ingredient@4b22141b, net.minecraft.item.crafting.Ingredient@70eeb85f, net.minecraft.item.crafting.Ingredient@4b22141b, net.minecraft.item.crafting.Ingredient@741ce2b5, net.minecraft.item.crafting.Ingredient@4b22141b, net.minecraft.item.crafting.Ingredient@741ce2b5]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.crafting@54 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.crafting@54:[net.minecraft.item.crafting.Ingredient@3ebc2190, net.minecraft.item.crafting.Ingredient@65656890, net.minecraft.item.crafting.Ingredient@3ebc2190, net.minecraft.item.crafting.Ingredient@70f0152d, net.minecraft.item.crafting.Ingredient@5d112b4e, net.minecraft.item.crafting.Ingredient@70f0152d, net.minecraft.item.crafting.Ingredient@3ebc2190, net.minecraft.item.crafting.Ingredient@70f0152d, net.minecraft.item.crafting.Ingredient@3ebc2190]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xitem.expBottle@0 new recipe: RecipeStage{tier='zero', recipe=4xitem.expBottle@0:[net.minecraft.item.crafting.Ingredient@7b000e9a, net.minecraft.item.crafting.Ingredient@356fd882, net.minecraft.item.crafting.Ingredient@4546ea7f, net.minecraft.item.crafting.Ingredient@19ac6fda]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.chunk@1 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.chunk@1:[net.minecraft.item.crafting.Ingredient@2943b9a5, net.minecraft.item.crafting.Ingredient@5ba4abe0, net.minecraft.item.crafting.Ingredient@218ccdf1]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.chunk@2 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.chunk@2:[net.minecraft.item.crafting.Ingredient@695cc57d, net.minecraft.item.crafting.Ingredient@17d9981d, net.minecraft.item.crafting.Ingredient@50fd3c52]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.chunk@3 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.chunk@3:[net.minecraft.item.crafting.Ingredient@3487fb7e, net.minecraft.item.crafting.Ingredient@6f458483, net.minecraft.item.crafting.Ingredient@56633a95]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.chunk@4 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.chunk@4:[net.minecraft.item.crafting.Ingredient@1b3f96de, net.minecraft.item.crafting.Ingredient@581d68a6, net.minecraft.item.crafting.Ingredient@17e546a2]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.chunk@6 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.chunk@6:[net.minecraft.item.crafting.Ingredient@2628a51b, net.minecraft.item.crafting.Ingredient@2628a51b, net.minecraft.item.crafting.Ingredient@2628a51b, net.minecraft.item.crafting.Ingredient@2628a51b, net.minecraft.item.crafting.Ingredient@15c3a120, net.minecraft.item.crafting.Ingredient@2628a51b, net.minecraft.item.crafting.Ingredient@2628a51b, net.minecraft.item.crafting.Ingredient@2628a51b, net.minecraft.item.crafting.Ingredient@2628a51b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.chunk@7 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.chunk@7:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@302ee263, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@302ee263, net.minecraft.item.crafting.Ingredient@6972245f, net.minecraft.item.crafting.Ingredient@302ee263, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@302ee263, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.chunk@8 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.chunk@8:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2e8bee6e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1163edcf, net.minecraft.item.crafting.Ingredient@4d8a2f8d, net.minecraft.item.crafting.Ingredient@1163edcf, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2e8bee6e, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.chunk@9 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.chunk@9:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7faf04be, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6345ba81, net.minecraft.item.crafting.Ingredient@4cee6e10, net.minecraft.item.crafting.Ingredient@6345ba81, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7faf04be, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.chunk@10 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.chunk@10:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@10139a4e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@10139a4e, net.minecraft.item.crafting.Ingredient@2f32e8b2, net.minecraft.item.crafting.Ingredient@10139a4e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@10139a4e, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.chunk@11 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.chunk@11:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4f35929b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4f35929b, net.minecraft.item.crafting.Ingredient@777a94b7, net.minecraft.item.crafting.Ingredient@4f35929b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4f35929b, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.chunk@12 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.chunk@12:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@39d6ce0e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1aaa2aaf, net.minecraft.item.crafting.Ingredient@45a60cec, net.minecraft.item.crafting.Ingredient@1aaa2aaf, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@39d6ce0e, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.chunk@13 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.chunk@13:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@f14a4ff, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@f14a4ff, net.minecraft.item.crafting.Ingredient@5cee26b4, net.minecraft.item.crafting.Ingredient@f14a4ff, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@f14a4ff, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.chunk@14 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.chunk@14:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1873644b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@35053a77, net.minecraft.item.crafting.Ingredient@771838cc, net.minecraft.item.crafting.Ingredient@35053a77, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1873644b, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.chunk@15 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.chunk@15:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@ae53d57, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3c8dba9f, net.minecraft.item.crafting.Ingredient@41a819cd, net.minecraft.item.crafting.Ingredient@3c8dba9f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@ae53d57, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.chunk@16 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.chunk@16:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5e953326, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5ff22f48, net.minecraft.item.crafting.Ingredient@7ed0e13c, net.minecraft.item.crafting.Ingredient@5ff22f48, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5e953326, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.chunk@17 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.chunk@17:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@21de34fa, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@21de34fa, net.minecraft.item.crafting.Ingredient@58fee8fc, net.minecraft.item.crafting.Ingredient@21de34fa, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@21de34fa, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.chunk@18 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.chunk@18:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@87400a0, net.minecraft.item.crafting.Ingredient@daad03a, net.minecraft.item.crafting.Ingredient@87400a0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.chunk@19 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.chunk@19:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@39593bac, net.minecraft.item.crafting.Ingredient@62a907bd, net.minecraft.item.crafting.Ingredient@39593bac, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.chunk@20 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.chunk@20:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4d0ef4e9, net.minecraft.item.crafting.Ingredient@67b0961a, net.minecraft.item.crafting.Ingredient@4d0ef4e9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.tier1_inferium_seeds@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.tier1_inferium_seeds@0:[net.minecraft.item.crafting.Ingredient@3e700b6c, net.minecraft.item.crafting.Ingredient@3e700b6c, net.minecraft.item.crafting.Ingredient@3e700b6c, net.minecraft.item.crafting.Ingredient@3e700b6c, net.minecraft.item.crafting.Ingredient@2ebdc4fb, net.minecraft.item.crafting.Ingredient@3e700b6c, net.minecraft.item.crafting.Ingredient@3e700b6c, net.minecraft.item.crafting.Ingredient@3e700b6c, net.minecraft.item.crafting.Ingredient@3e700b6c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.tier2_inferium_seeds@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.tier2_inferium_seeds@0:[net.minecraft.item.crafting.Ingredient@c41a75c, net.minecraft.item.crafting.Ingredient@c41a75c, net.minecraft.item.crafting.Ingredient@c41a75c, net.minecraft.item.crafting.Ingredient@c41a75c, net.minecraft.item.crafting.Ingredient@3254e6d3, net.minecraft.item.crafting.Ingredient@c41a75c, net.minecraft.item.crafting.Ingredient@c41a75c, net.minecraft.item.crafting.Ingredient@c41a75c, net.minecraft.item.crafting.Ingredient@c41a75c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.tier3_inferium_seeds@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.tier3_inferium_seeds@0:[net.minecraft.item.crafting.Ingredient@37918d6c, net.minecraft.item.crafting.Ingredient@37918d6c, net.minecraft.item.crafting.Ingredient@37918d6c, net.minecraft.item.crafting.Ingredient@37918d6c, net.minecraft.item.crafting.Ingredient@36eba785, net.minecraft.item.crafting.Ingredient@37918d6c, net.minecraft.item.crafting.Ingredient@37918d6c, net.minecraft.item.crafting.Ingredient@37918d6c, net.minecraft.item.crafting.Ingredient@37918d6c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.tier4_inferium_seeds@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.tier4_inferium_seeds@0:[net.minecraft.item.crafting.Ingredient@22a0027e, net.minecraft.item.crafting.Ingredient@22a0027e, net.minecraft.item.crafting.Ingredient@22a0027e, net.minecraft.item.crafting.Ingredient@22a0027e, net.minecraft.item.crafting.Ingredient@196101ab, net.minecraft.item.crafting.Ingredient@22a0027e, net.minecraft.item.crafting.Ingredient@22a0027e, net.minecraft.item.crafting.Ingredient@22a0027e, net.minecraft.item.crafting.Ingredient@22a0027e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.tier5_inferium_seeds@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.tier5_inferium_seeds@0:[net.minecraft.item.crafting.Ingredient@34e83236, net.minecraft.item.crafting.Ingredient@34e83236, net.minecraft.item.crafting.Ingredient@34e83236, net.minecraft.item.crafting.Ingredient@34e83236, net.minecraft.item.crafting.Ingredient@16f96527, net.minecraft.item.crafting.Ingredient@34e83236, net.minecraft.item.crafting.Ingredient@34e83236, net.minecraft.item.crafting.Ingredient@34e83236, net.minecraft.item.crafting.Ingredient@34e83236]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.stone_seeds@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.stone_seeds@0:[net.minecraft.item.crafting.Ingredient@3714013a, net.minecraft.item.crafting.Ingredient@1f956945, net.minecraft.item.crafting.Ingredient@3714013a, net.minecraft.item.crafting.Ingredient@1f956945, net.minecraft.item.crafting.Ingredient@6a199103, net.minecraft.item.crafting.Ingredient@1f956945, net.minecraft.item.crafting.Ingredient@3714013a, net.minecraft.item.crafting.Ingredient@1f956945, net.minecraft.item.crafting.Ingredient@3714013a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.dirt_seeds@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.dirt_seeds@0:[net.minecraft.item.crafting.Ingredient@1773cd27, net.minecraft.item.crafting.Ingredient@264e1d90, net.minecraft.item.crafting.Ingredient@1773cd27, net.minecraft.item.crafting.Ingredient@264e1d90, net.minecraft.item.crafting.Ingredient@f901d3, net.minecraft.item.crafting.Ingredient@264e1d90, net.minecraft.item.crafting.Ingredient@1773cd27, net.minecraft.item.crafting.Ingredient@264e1d90, net.minecraft.item.crafting.Ingredient@1773cd27]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.nature_seeds@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.nature_seeds@0:[net.minecraft.item.crafting.Ingredient@3ebec7b6, net.minecraft.item.crafting.Ingredient@7f925f29, net.minecraft.item.crafting.Ingredient@3ebec7b6, net.minecraft.item.crafting.Ingredient@7f925f29, net.minecraft.item.crafting.Ingredient@37ad3e91, net.minecraft.item.crafting.Ingredient@7f925f29, net.minecraft.item.crafting.Ingredient@3ebec7b6, net.minecraft.item.crafting.Ingredient@7f925f29, net.minecraft.item.crafting.Ingredient@3ebec7b6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.wood_seeds@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.wood_seeds@0:[net.minecraftforge.oredict.OreIngredient@5f20d3d9, net.minecraft.item.crafting.Ingredient@496cd3ef, net.minecraftforge.oredict.OreIngredient@5f20d3d9, net.minecraft.item.crafting.Ingredient@496cd3ef, net.minecraft.item.crafting.Ingredient@17eb35e5, net.minecraft.item.crafting.Ingredient@496cd3ef, net.minecraftforge.oredict.OreIngredient@5f20d3d9, net.minecraft.item.crafting.Ingredient@496cd3ef, net.minecraftforge.oredict.OreIngredient@5f20d3d9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.water_seeds@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.water_seeds@0:[net.minecraft.item.crafting.Ingredient@16d09bd9, net.minecraft.item.crafting.Ingredient@13d7e32, net.minecraft.item.crafting.Ingredient@16d09bd9, net.minecraft.item.crafting.Ingredient@13d7e32, net.minecraft.item.crafting.Ingredient@4fb727ed, net.minecraft.item.crafting.Ingredient@13d7e32, net.minecraft.item.crafting.Ingredient@16d09bd9, net.minecraft.item.crafting.Ingredient@13d7e32, net.minecraft.item.crafting.Ingredient@16d09bd9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.ice_seeds@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.ice_seeds@0:[net.minecraft.item.crafting.Ingredient@3f4fa6d0, net.minecraft.item.crafting.Ingredient@5b2d3227, net.minecraft.item.crafting.Ingredient@3f4fa6d0, net.minecraft.item.crafting.Ingredient@5b2d3227, net.minecraft.item.crafting.Ingredient@2dd3eee0, net.minecraft.item.crafting.Ingredient@5b2d3227, net.minecraft.item.crafting.Ingredient@3f4fa6d0, net.minecraft.item.crafting.Ingredient@5b2d3227, net.minecraft.item.crafting.Ingredient@3f4fa6d0]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.fire_seeds@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.fire_seeds@0:[net.minecraft.item.crafting.Ingredient@14387571, net.minecraft.item.crafting.Ingredient@649566db, net.minecraft.item.crafting.Ingredient@14387571, net.minecraft.item.crafting.Ingredient@649566db, net.minecraft.item.crafting.Ingredient@56033047, net.minecraft.item.crafting.Ingredient@649566db, net.minecraft.item.crafting.Ingredient@14387571, net.minecraft.item.crafting.Ingredient@649566db, net.minecraft.item.crafting.Ingredient@14387571]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.dye_seeds@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.dye_seeds@0:[net.minecraft.item.crafting.Ingredient@4b9c3ff1, net.minecraft.item.crafting.Ingredient@5316c1db, net.minecraft.item.crafting.Ingredient@4b9c3ff1, net.minecraft.item.crafting.Ingredient@5316c1db, net.minecraft.item.crafting.Ingredient@1c5842f6, net.minecraft.item.crafting.Ingredient@5316c1db, net.minecraft.item.crafting.Ingredient@4b9c3ff1, net.minecraft.item.crafting.Ingredient@5316c1db, net.minecraft.item.crafting.Ingredient@4b9c3ff1]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.nether_seeds@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.nether_seeds@0:[net.minecraft.item.crafting.Ingredient@10f0911c, net.minecraft.item.crafting.Ingredient@64a8f39c, net.minecraft.item.crafting.Ingredient@10f0911c, net.minecraft.item.crafting.Ingredient@64a8f39c, net.minecraft.item.crafting.Ingredient@3ab9520d, net.minecraft.item.crafting.Ingredient@64a8f39c, net.minecraft.item.crafting.Ingredient@10f0911c, net.minecraft.item.crafting.Ingredient@64a8f39c, net.minecraft.item.crafting.Ingredient@10f0911c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.coal_seeds@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.coal_seeds@0:[net.minecraft.item.crafting.Ingredient@793a2329, net.minecraft.item.crafting.Ingredient@1d0f3778, net.minecraft.item.crafting.Ingredient@793a2329, net.minecraft.item.crafting.Ingredient@1d0f3778, net.minecraft.item.crafting.Ingredient@6d5637ee, net.minecraft.item.crafting.Ingredient@1d0f3778, net.minecraft.item.crafting.Ingredient@793a2329, net.minecraft.item.crafting.Ingredient@1d0f3778, net.minecraft.item.crafting.Ingredient@793a2329]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.iron_seeds@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.iron_seeds@0:[net.minecraftforge.oredict.OreIngredient@170b8413, net.minecraft.item.crafting.Ingredient@63b5696e, net.minecraftforge.oredict.OreIngredient@170b8413, net.minecraft.item.crafting.Ingredient@63b5696e, net.minecraft.item.crafting.Ingredient@3f00dbb1, net.minecraft.item.crafting.Ingredient@63b5696e, net.minecraftforge.oredict.OreIngredient@170b8413, net.minecraft.item.crafting.Ingredient@63b5696e, net.minecraftforge.oredict.OreIngredient@170b8413]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.nether_quartz_seeds@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.nether_quartz_seeds@0:[net.minecraft.item.crafting.Ingredient@3a2bfa9, net.minecraft.item.crafting.Ingredient@71261168, net.minecraft.item.crafting.Ingredient@3a2bfa9, net.minecraft.item.crafting.Ingredient@71261168, net.minecraft.item.crafting.Ingredient@484281ae, net.minecraft.item.crafting.Ingredient@71261168, net.minecraft.item.crafting.Ingredient@3a2bfa9, net.minecraft.item.crafting.Ingredient@71261168, net.minecraft.item.crafting.Ingredient@3a2bfa9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.glowstone_seeds@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.glowstone_seeds@0:[net.minecraft.item.crafting.Ingredient@36b34963, net.minecraft.item.crafting.Ingredient@7c6954e0, net.minecraft.item.crafting.Ingredient@36b34963, net.minecraft.item.crafting.Ingredient@7c6954e0, net.minecraft.item.crafting.Ingredient@207ae532, net.minecraft.item.crafting.Ingredient@7c6954e0, net.minecraft.item.crafting.Ingredient@36b34963, net.minecraft.item.crafting.Ingredient@7c6954e0, net.minecraft.item.crafting.Ingredient@36b34963]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.redstone_seeds@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.redstone_seeds@0:[net.minecraft.item.crafting.Ingredient@4b55d955, net.minecraft.item.crafting.Ingredient@102548d4, net.minecraft.item.crafting.Ingredient@4b55d955, net.minecraft.item.crafting.Ingredient@102548d4, net.minecraft.item.crafting.Ingredient@67816c97, net.minecraft.item.crafting.Ingredient@102548d4, net.minecraft.item.crafting.Ingredient@4b55d955, net.minecraft.item.crafting.Ingredient@102548d4, net.minecraft.item.crafting.Ingredient@4b55d955]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.obsidian_seeds@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.obsidian_seeds@0:[net.minecraft.item.crafting.Ingredient@305fef2e, net.minecraft.item.crafting.Ingredient@39ac2dc8, net.minecraft.item.crafting.Ingredient@305fef2e, net.minecraft.item.crafting.Ingredient@39ac2dc8, net.minecraft.item.crafting.Ingredient@55a51bbe, net.minecraft.item.crafting.Ingredient@39ac2dc8, net.minecraft.item.crafting.Ingredient@305fef2e, net.minecraft.item.crafting.Ingredient@39ac2dc8, net.minecraft.item.crafting.Ingredient@305fef2e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.gold_seeds@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.gold_seeds@0:[net.minecraftforge.oredict.OreIngredient@7446576e, net.minecraft.item.crafting.Ingredient@46aa623a, net.minecraftforge.oredict.OreIngredient@7446576e, net.minecraft.item.crafting.Ingredient@46aa623a, net.minecraft.item.crafting.Ingredient@3b2ff9ba, net.minecraft.item.crafting.Ingredient@46aa623a, net.minecraftforge.oredict.OreIngredient@7446576e, net.minecraft.item.crafting.Ingredient@46aa623a, net.minecraftforge.oredict.OreIngredient@7446576e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.lapis_lazuli_seeds@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.lapis_lazuli_seeds@0:[net.minecraft.item.crafting.Ingredient@7b2f00fc, net.minecraft.item.crafting.Ingredient@793209a2, net.minecraft.item.crafting.Ingredient@7b2f00fc, net.minecraft.item.crafting.Ingredient@793209a2, net.minecraft.item.crafting.Ingredient@3d14cd17, net.minecraft.item.crafting.Ingredient@793209a2, net.minecraft.item.crafting.Ingredient@7b2f00fc, net.minecraft.item.crafting.Ingredient@793209a2, net.minecraft.item.crafting.Ingredient@7b2f00fc]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.experience_seeds@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.experience_seeds@0:[net.minecraft.item.crafting.Ingredient@68881a6, net.minecraft.item.crafting.Ingredient@1ec443b4, net.minecraft.item.crafting.Ingredient@68881a6, net.minecraft.item.crafting.Ingredient@1ec443b4, net.minecraft.item.crafting.Ingredient@5a3490e, net.minecraft.item.crafting.Ingredient@1ec443b4, net.minecraft.item.crafting.Ingredient@68881a6, net.minecraft.item.crafting.Ingredient@1ec443b4, net.minecraft.item.crafting.Ingredient@68881a6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.end_seeds@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.end_seeds@0:[net.minecraft.item.crafting.Ingredient@1b5cc04, net.minecraft.item.crafting.Ingredient@5c8629da, net.minecraft.item.crafting.Ingredient@1b5cc04, net.minecraft.item.crafting.Ingredient@5c8629da, net.minecraft.item.crafting.Ingredient@4372f07d, net.minecraft.item.crafting.Ingredient@5c8629da, net.minecraft.item.crafting.Ingredient@1b5cc04, net.minecraft.item.crafting.Ingredient@5c8629da, net.minecraft.item.crafting.Ingredient@1b5cc04]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.diamond_seeds@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.diamond_seeds@0:[net.minecraft.item.crafting.Ingredient@6fa8b0a4, net.minecraft.item.crafting.Ingredient@14f77aad, net.minecraft.item.crafting.Ingredient@6fa8b0a4, net.minecraft.item.crafting.Ingredient@14f77aad, net.minecraft.item.crafting.Ingredient@40d29156, net.minecraft.item.crafting.Ingredient@14f77aad, net.minecraft.item.crafting.Ingredient@6fa8b0a4, net.minecraft.item.crafting.Ingredient@14f77aad, net.minecraft.item.crafting.Ingredient@6fa8b0a4]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.emerald_seeds@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.emerald_seeds@0:[net.minecraft.item.crafting.Ingredient@55b2406a, net.minecraft.item.crafting.Ingredient@2bb98ea8, net.minecraft.item.crafting.Ingredient@55b2406a, net.minecraft.item.crafting.Ingredient@2bb98ea8, net.minecraft.item.crafting.Ingredient@7fb5f2a8, net.minecraft.item.crafting.Ingredient@2bb98ea8, net.minecraft.item.crafting.Ingredient@55b2406a, net.minecraft.item.crafting.Ingredient@2bb98ea8, net.minecraft.item.crafting.Ingredient@55b2406a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.zombie_seeds@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.zombie_seeds@0:[net.minecraft.item.crafting.Ingredient@47e09e9, net.minecraft.item.crafting.Ingredient@13f82097, net.minecraft.item.crafting.Ingredient@47e09e9, net.minecraft.item.crafting.Ingredient@13f82097, net.minecraft.item.crafting.Ingredient@4308a0f2, net.minecraft.item.crafting.Ingredient@13f82097, net.minecraft.item.crafting.Ingredient@47e09e9, net.minecraft.item.crafting.Ingredient@13f82097, net.minecraft.item.crafting.Ingredient@47e09e9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.pig_seeds@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.pig_seeds@0:[net.minecraft.item.crafting.Ingredient@49c1fbf9, net.minecraft.item.crafting.Ingredient@3b8db452, net.minecraft.item.crafting.Ingredient@49c1fbf9, net.minecraft.item.crafting.Ingredient@3b8db452, net.minecraft.item.crafting.Ingredient@3d848ce1, net.minecraft.item.crafting.Ingredient@3b8db452, net.minecraft.item.crafting.Ingredient@49c1fbf9, net.minecraft.item.crafting.Ingredient@3b8db452, net.minecraft.item.crafting.Ingredient@49c1fbf9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.chicken_seeds@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.chicken_seeds@0:[net.minecraft.item.crafting.Ingredient@37a56a84, net.minecraft.item.crafting.Ingredient@68072314, net.minecraft.item.crafting.Ingredient@37a56a84, net.minecraft.item.crafting.Ingredient@68072314, net.minecraft.item.crafting.Ingredient@71fd4971, net.minecraft.item.crafting.Ingredient@68072314, net.minecraft.item.crafting.Ingredient@37a56a84, net.minecraft.item.crafting.Ingredient@68072314, net.minecraft.item.crafting.Ingredient@37a56a84]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.cow_seeds@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.cow_seeds@0:[net.minecraft.item.crafting.Ingredient@2ee7741b, net.minecraft.item.crafting.Ingredient@2927ab00, net.minecraft.item.crafting.Ingredient@2ee7741b, net.minecraft.item.crafting.Ingredient@2927ab00, net.minecraft.item.crafting.Ingredient@320ac994, net.minecraft.item.crafting.Ingredient@2927ab00, net.minecraft.item.crafting.Ingredient@2ee7741b, net.minecraft.item.crafting.Ingredient@2927ab00, net.minecraft.item.crafting.Ingredient@2ee7741b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.sheep_seeds@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.sheep_seeds@0:[net.minecraft.item.crafting.Ingredient@7ae0ab2f, net.minecraft.item.crafting.Ingredient@b9063e1, net.minecraft.item.crafting.Ingredient@7ae0ab2f, net.minecraft.item.crafting.Ingredient@b9063e1, net.minecraft.item.crafting.Ingredient@6fb24d6e, net.minecraft.item.crafting.Ingredient@b9063e1, net.minecraft.item.crafting.Ingredient@7ae0ab2f, net.minecraft.item.crafting.Ingredient@b9063e1, net.minecraft.item.crafting.Ingredient@7ae0ab2f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.slime_seeds@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.slime_seeds@0:[net.minecraft.item.crafting.Ingredient@321904c4, net.minecraft.item.crafting.Ingredient@30fb95cf, net.minecraft.item.crafting.Ingredient@321904c4, net.minecraft.item.crafting.Ingredient@30fb95cf, net.minecraft.item.crafting.Ingredient@4ddf6783, net.minecraft.item.crafting.Ingredient@30fb95cf, net.minecraft.item.crafting.Ingredient@321904c4, net.minecraft.item.crafting.Ingredient@30fb95cf, net.minecraft.item.crafting.Ingredient@321904c4]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.skeleton_seeds@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.skeleton_seeds@0:[net.minecraft.item.crafting.Ingredient@4925debe, net.minecraft.item.crafting.Ingredient@5b54f68, net.minecraft.item.crafting.Ingredient@4925debe, net.minecraft.item.crafting.Ingredient@5b54f68, net.minecraft.item.crafting.Ingredient@33e0c322, net.minecraft.item.crafting.Ingredient@5b54f68, net.minecraft.item.crafting.Ingredient@4925debe, net.minecraft.item.crafting.Ingredient@5b54f68, net.minecraft.item.crafting.Ingredient@4925debe]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.creeper_seeds@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.creeper_seeds@0:[net.minecraft.item.crafting.Ingredient@3a6e3182, net.minecraft.item.crafting.Ingredient@6895e35a, net.minecraft.item.crafting.Ingredient@3a6e3182, net.minecraft.item.crafting.Ingredient@6895e35a, net.minecraft.item.crafting.Ingredient@5d59c4b9, net.minecraft.item.crafting.Ingredient@6895e35a, net.minecraft.item.crafting.Ingredient@3a6e3182, net.minecraft.item.crafting.Ingredient@6895e35a, net.minecraft.item.crafting.Ingredient@3a6e3182]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.spider_seeds@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.spider_seeds@0:[net.minecraft.item.crafting.Ingredient@4324a039, net.minecraft.item.crafting.Ingredient@1be20152, net.minecraft.item.crafting.Ingredient@4324a039, net.minecraft.item.crafting.Ingredient@1be20152, net.minecraft.item.crafting.Ingredient@80d629b, net.minecraft.item.crafting.Ingredient@1be20152, net.minecraft.item.crafting.Ingredient@4324a039, net.minecraft.item.crafting.Ingredient@1be20152, net.minecraft.item.crafting.Ingredient@4324a039]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.rabbit_seeds@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.rabbit_seeds@0:[net.minecraft.item.crafting.Ingredient@44e8e3af, net.minecraft.item.crafting.Ingredient@415101b0, net.minecraft.item.crafting.Ingredient@44e8e3af, net.minecraft.item.crafting.Ingredient@415101b0, net.minecraft.item.crafting.Ingredient@222baabb, net.minecraft.item.crafting.Ingredient@415101b0, net.minecraft.item.crafting.Ingredient@44e8e3af, net.minecraft.item.crafting.Ingredient@415101b0, net.minecraft.item.crafting.Ingredient@44e8e3af]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.guardian_seeds@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.guardian_seeds@0:[net.minecraft.item.crafting.Ingredient@2868aa53, net.minecraft.item.crafting.Ingredient@541fc74e, net.minecraft.item.crafting.Ingredient@2868aa53, net.minecraft.item.crafting.Ingredient@541fc74e, net.minecraft.item.crafting.Ingredient@2b1ec104, net.minecraft.item.crafting.Ingredient@541fc74e, net.minecraft.item.crafting.Ingredient@2868aa53, net.minecraft.item.crafting.Ingredient@541fc74e, net.minecraft.item.crafting.Ingredient@2868aa53]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.blaze_seeds@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.blaze_seeds@0:[net.minecraft.item.crafting.Ingredient@7ff27881, net.minecraft.item.crafting.Ingredient@4fee9cbc, net.minecraft.item.crafting.Ingredient@7ff27881, net.minecraft.item.crafting.Ingredient@4fee9cbc, net.minecraft.item.crafting.Ingredient@122572a4, net.minecraft.item.crafting.Ingredient@4fee9cbc, net.minecraft.item.crafting.Ingredient@7ff27881, net.minecraft.item.crafting.Ingredient@4fee9cbc, net.minecraft.item.crafting.Ingredient@7ff27881]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.ghast_seeds@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.ghast_seeds@0:[net.minecraft.item.crafting.Ingredient@7c8a9d77, net.minecraft.item.crafting.Ingredient@29593e41, net.minecraft.item.crafting.Ingredient@7c8a9d77, net.minecraft.item.crafting.Ingredient@29593e41, net.minecraft.item.crafting.Ingredient@10d0d99c, net.minecraft.item.crafting.Ingredient@29593e41, net.minecraft.item.crafting.Ingredient@7c8a9d77, net.minecraft.item.crafting.Ingredient@29593e41, net.minecraft.item.crafting.Ingredient@7c8a9d77]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.enderman_seeds@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.enderman_seeds@0:[net.minecraft.item.crafting.Ingredient@7aede45c, net.minecraft.item.crafting.Ingredient@442e977a, net.minecraft.item.crafting.Ingredient@7aede45c, net.minecraft.item.crafting.Ingredient@442e977a, net.minecraft.item.crafting.Ingredient@52a4ba5a, net.minecraft.item.crafting.Ingredient@442e977a, net.minecraft.item.crafting.Ingredient@7aede45c, net.minecraft.item.crafting.Ingredient@442e977a, net.minecraft.item.crafting.Ingredient@7aede45c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.wither_skeleton_seeds@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.wither_skeleton_seeds@0:[net.minecraft.item.crafting.Ingredient@248e69ed, net.minecraft.item.crafting.Ingredient@4655a075, net.minecraft.item.crafting.Ingredient@248e69ed, net.minecraft.item.crafting.Ingredient@4655a075, net.minecraft.item.crafting.Ingredient@31d4b48f, net.minecraft.item.crafting.Ingredient@4655a075, net.minecraft.item.crafting.Ingredient@248e69ed, net.minecraft.item.crafting.Ingredient@4655a075, net.minecraft.item.crafting.Ingredient@248e69ed]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.silicon_seeds@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.silicon_seeds@0:[net.minecraftforge.oredict.OreIngredient@79208f55, net.minecraft.item.crafting.Ingredient@3ad2f176, net.minecraftforge.oredict.OreIngredient@79208f55, net.minecraft.item.crafting.Ingredient@3ad2f176, net.minecraft.item.crafting.Ingredient@2eb64a6f, net.minecraft.item.crafting.Ingredient@3ad2f176, net.minecraftforge.oredict.OreIngredient@79208f55, net.minecraft.item.crafting.Ingredient@3ad2f176, net.minecraftforge.oredict.OreIngredient@79208f55]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.sulfur_seeds@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.sulfur_seeds@0:[net.minecraftforge.oredict.OreIngredient@19e078ec, net.minecraft.item.crafting.Ingredient@78bec14c, net.minecraftforge.oredict.OreIngredient@19e078ec, net.minecraft.item.crafting.Ingredient@78bec14c, net.minecraft.item.crafting.Ingredient@64c71906, net.minecraft.item.crafting.Ingredient@78bec14c, net.minecraftforge.oredict.OreIngredient@19e078ec, net.minecraft.item.crafting.Ingredient@78bec14c, net.minecraftforge.oredict.OreIngredient@19e078ec]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.aluminum_seeds@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.aluminum_seeds@0:[net.minecraftforge.oredict.OreIngredient@526378bb, net.minecraft.item.crafting.Ingredient@140d7afa, net.minecraftforge.oredict.OreIngredient@526378bb, net.minecraft.item.crafting.Ingredient@140d7afa, net.minecraft.item.crafting.Ingredient@48de4e54, net.minecraft.item.crafting.Ingredient@140d7afa, net.minecraftforge.oredict.OreIngredient@526378bb, net.minecraft.item.crafting.Ingredient@140d7afa, net.minecraftforge.oredict.OreIngredient@526378bb]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.copper_seeds@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.copper_seeds@0:[net.minecraftforge.oredict.OreIngredient@7fcbfe83, net.minecraft.item.crafting.Ingredient@cb2ad60, net.minecraftforge.oredict.OreIngredient@7fcbfe83, net.minecraft.item.crafting.Ingredient@cb2ad60, net.minecraft.item.crafting.Ingredient@36a4fe4c, net.minecraft.item.crafting.Ingredient@cb2ad60, net.minecraftforge.oredict.OreIngredient@7fcbfe83, net.minecraft.item.crafting.Ingredient@cb2ad60, net.minecraftforge.oredict.OreIngredient@7fcbfe83]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.saltpeter_seeds@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.saltpeter_seeds@0:[net.minecraftforge.oredict.OreIngredient@1a134ee8, net.minecraft.item.crafting.Ingredient@2bcb5d77, net.minecraftforge.oredict.OreIngredient@1a134ee8, net.minecraft.item.crafting.Ingredient@2bcb5d77, net.minecraft.item.crafting.Ingredient@3a8c90dc, net.minecraft.item.crafting.Ingredient@2bcb5d77, net.minecraftforge.oredict.OreIngredient@1a134ee8, net.minecraft.item.crafting.Ingredient@2bcb5d77, net.minecraftforge.oredict.OreIngredient@1a134ee8]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.tin_seeds@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.tin_seeds@0:[net.minecraftforge.oredict.OreIngredient@5e6d1e95, net.minecraft.item.crafting.Ingredient@5d0515, net.minecraftforge.oredict.OreIngredient@5e6d1e95, net.minecraft.item.crafting.Ingredient@5d0515, net.minecraft.item.crafting.Ingredient@5e096fb2, net.minecraft.item.crafting.Ingredient@5d0515, net.minecraftforge.oredict.OreIngredient@5e6d1e95, net.minecraft.item.crafting.Ingredient@5d0515, net.minecraftforge.oredict.OreIngredient@5e6d1e95]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.bronze_seeds@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.bronze_seeds@0:[net.minecraftforge.oredict.OreIngredient@2d0755a, net.minecraft.item.crafting.Ingredient@211ec388, net.minecraftforge.oredict.OreIngredient@2d0755a, net.minecraft.item.crafting.Ingredient@211ec388, net.minecraft.item.crafting.Ingredient@34ff4ce6, net.minecraft.item.crafting.Ingredient@211ec388, net.minecraftforge.oredict.OreIngredient@2d0755a, net.minecraft.item.crafting.Ingredient@211ec388, net.minecraftforge.oredict.OreIngredient@2d0755a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.silver_seeds@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.silver_seeds@0:[net.minecraftforge.oredict.OreIngredient@4beacd54, net.minecraft.item.crafting.Ingredient@4c7ffeb, net.minecraftforge.oredict.OreIngredient@4beacd54, net.minecraft.item.crafting.Ingredient@4c7ffeb, net.minecraft.item.crafting.Ingredient@4a110be9, net.minecraft.item.crafting.Ingredient@4c7ffeb, net.minecraftforge.oredict.OreIngredient@4beacd54, net.minecraft.item.crafting.Ingredient@4c7ffeb, net.minecraftforge.oredict.OreIngredient@4beacd54]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.lead_seeds@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.lead_seeds@0:[net.minecraftforge.oredict.OreIngredient@6f8e7022, net.minecraft.item.crafting.Ingredient@301f98f0, net.minecraftforge.oredict.OreIngredient@6f8e7022, net.minecraft.item.crafting.Ingredient@301f98f0, net.minecraft.item.crafting.Ingredient@72139359, net.minecraft.item.crafting.Ingredient@301f98f0, net.minecraftforge.oredict.OreIngredient@6f8e7022, net.minecraft.item.crafting.Ingredient@301f98f0, net.minecraftforge.oredict.OreIngredient@6f8e7022]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.steel_seeds@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.steel_seeds@0:[net.minecraftforge.oredict.OreIngredient@3aaf598f, net.minecraft.item.crafting.Ingredient@48dbf903, net.minecraftforge.oredict.OreIngredient@3aaf598f, net.minecraft.item.crafting.Ingredient@48dbf903, net.minecraft.item.crafting.Ingredient@26bc321a, net.minecraft.item.crafting.Ingredient@48dbf903, net.minecraftforge.oredict.OreIngredient@3aaf598f, net.minecraft.item.crafting.Ingredient@48dbf903, net.minecraftforge.oredict.OreIngredient@3aaf598f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.nickel_seeds@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.nickel_seeds@0:[net.minecraftforge.oredict.OreIngredient@571a9db2, net.minecraft.item.crafting.Ingredient@50d20919, net.minecraftforge.oredict.OreIngredient@571a9db2, net.minecraft.item.crafting.Ingredient@50d20919, net.minecraft.item.crafting.Ingredient@1739cdfb, net.minecraft.item.crafting.Ingredient@50d20919, net.minecraftforge.oredict.OreIngredient@571a9db2, net.minecraft.item.crafting.Ingredient@50d20919, net.minecraftforge.oredict.OreIngredient@571a9db2]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.constantan_seeds@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.constantan_seeds@0:[net.minecraftforge.oredict.OreIngredient@3d05dff7, net.minecraft.item.crafting.Ingredient@67fe6d87, net.minecraftforge.oredict.OreIngredient@3d05dff7, net.minecraft.item.crafting.Ingredient@67fe6d87, net.minecraft.item.crafting.Ingredient@3ef13296, net.minecraft.item.crafting.Ingredient@67fe6d87, net.minecraftforge.oredict.OreIngredient@3d05dff7, net.minecraft.item.crafting.Ingredient@67fe6d87, net.minecraftforge.oredict.OreIngredient@3d05dff7]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.electrum_seeds@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.electrum_seeds@0:[net.minecraftforge.oredict.OreIngredient@b8f3f4c, net.minecraft.item.crafting.Ingredient@2fb44322, net.minecraftforge.oredict.OreIngredient@b8f3f4c, net.minecraft.item.crafting.Ingredient@2fb44322, net.minecraft.item.crafting.Ingredient@18e6b1c0, net.minecraft.item.crafting.Ingredient@2fb44322, net.minecraftforge.oredict.OreIngredient@b8f3f4c, net.minecraft.item.crafting.Ingredient@2fb44322, net.minecraftforge.oredict.OreIngredient@b8f3f4c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.titanium_seeds@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.titanium_seeds@0:[net.minecraftforge.oredict.OreIngredient@766cafa2, net.minecraft.item.crafting.Ingredient@29ae4978, net.minecraftforge.oredict.OreIngredient@766cafa2, net.minecraft.item.crafting.Ingredient@29ae4978, net.minecraft.item.crafting.Ingredient@46b953c, net.minecraft.item.crafting.Ingredient@29ae4978, net.minecraftforge.oredict.OreIngredient@766cafa2, net.minecraft.item.crafting.Ingredient@29ae4978, net.minecraftforge.oredict.OreIngredient@766cafa2]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.uranium_seeds@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.uranium_seeds@0:[net.minecraftforge.oredict.OreIngredient@3789aa47, net.minecraft.item.crafting.Ingredient@7c11a810, net.minecraftforge.oredict.OreIngredient@3789aa47, net.minecraft.item.crafting.Ingredient@7c11a810, net.minecraft.item.crafting.Ingredient@240b00db, net.minecraft.item.crafting.Ingredient@7c11a810, net.minecraftforge.oredict.OreIngredient@3789aa47, net.minecraft.item.crafting.Ingredient@7c11a810, net.minecraftforge.oredict.OreIngredient@3789aa47]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.platinum_seeds@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.platinum_seeds@0:[net.minecraftforge.oredict.OreIngredient@190f047d, net.minecraft.item.crafting.Ingredient@1f5f9725, net.minecraftforge.oredict.OreIngredient@190f047d, net.minecraft.item.crafting.Ingredient@1f5f9725, net.minecraft.item.crafting.Ingredient@632e41cd, net.minecraft.item.crafting.Ingredient@1f5f9725, net.minecraftforge.oredict.OreIngredient@190f047d, net.minecraft.item.crafting.Ingredient@1f5f9725, net.minecraftforge.oredict.OreIngredient@190f047d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.aluminum_brass_seeds@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.aluminum_brass_seeds@0:[net.minecraft.item.crafting.Ingredient@1b06962b, net.minecraft.item.crafting.Ingredient@6bfa5d78, net.minecraft.item.crafting.Ingredient@1b06962b, net.minecraft.item.crafting.Ingredient@6bfa5d78, net.minecraft.item.crafting.Ingredient@7acb49e3, net.minecraft.item.crafting.Ingredient@6bfa5d78, net.minecraft.item.crafting.Ingredient@1b06962b, net.minecraft.item.crafting.Ingredient@6bfa5d78, net.minecraft.item.crafting.Ingredient@1b06962b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.knightslime_seeds@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.knightslime_seeds@0:[net.minecraft.item.crafting.Ingredient@5db28189, net.minecraft.item.crafting.Ingredient@520e39da, net.minecraft.item.crafting.Ingredient@5db28189, net.minecraft.item.crafting.Ingredient@520e39da, net.minecraft.item.crafting.Ingredient@722af629, net.minecraft.item.crafting.Ingredient@520e39da, net.minecraft.item.crafting.Ingredient@5db28189, net.minecraft.item.crafting.Ingredient@520e39da, net.minecraft.item.crafting.Ingredient@5db28189]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.ardite_seeds@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.ardite_seeds@0:[net.minecraft.item.crafting.Ingredient@4ca2f126, net.minecraft.item.crafting.Ingredient@206ba746, net.minecraft.item.crafting.Ingredient@4ca2f126, net.minecraft.item.crafting.Ingredient@206ba746, net.minecraft.item.crafting.Ingredient@5d586dc, net.minecraft.item.crafting.Ingredient@206ba746, net.minecraft.item.crafting.Ingredient@4ca2f126, net.minecraft.item.crafting.Ingredient@206ba746, net.minecraft.item.crafting.Ingredient@4ca2f126]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.cobalt_seeds@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.cobalt_seeds@0:[net.minecraft.item.crafting.Ingredient@40b934e, net.minecraft.item.crafting.Ingredient@76b1e93a, net.minecraft.item.crafting.Ingredient@40b934e, net.minecraft.item.crafting.Ingredient@76b1e93a, net.minecraft.item.crafting.Ingredient@5ffb6256, net.minecraft.item.crafting.Ingredient@76b1e93a, net.minecraft.item.crafting.Ingredient@40b934e, net.minecraft.item.crafting.Ingredient@76b1e93a, net.minecraft.item.crafting.Ingredient@40b934e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.manyullyn_seeds@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.manyullyn_seeds@0:[net.minecraft.item.crafting.Ingredient@432500ce, net.minecraft.item.crafting.Ingredient@1f01497a, net.minecraft.item.crafting.Ingredient@432500ce, net.minecraft.item.crafting.Ingredient@1f01497a, net.minecraft.item.crafting.Ingredient@1bec711e, net.minecraft.item.crafting.Ingredient@1f01497a, net.minecraft.item.crafting.Ingredient@432500ce, net.minecraft.item.crafting.Ingredient@1f01497a, net.minecraft.item.crafting.Ingredient@432500ce]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.osmium_seeds@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.osmium_seeds@0:[net.minecraftforge.oredict.OreIngredient@27698fa2, net.minecraft.item.crafting.Ingredient@343d3680, net.minecraftforge.oredict.OreIngredient@27698fa2, net.minecraft.item.crafting.Ingredient@343d3680, net.minecraft.item.crafting.Ingredient@4c21c598, net.minecraft.item.crafting.Ingredient@343d3680, net.minecraftforge.oredict.OreIngredient@27698fa2, net.minecraft.item.crafting.Ingredient@343d3680, net.minecraftforge.oredict.OreIngredient@27698fa2]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.glowstone_ingot_seeds@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.glowstone_ingot_seeds@0:[net.minecraftforge.oredict.OreIngredient@65d3dce0, net.minecraft.item.crafting.Ingredient@4ce34719, net.minecraftforge.oredict.OreIngredient@65d3dce0, net.minecraft.item.crafting.Ingredient@4ce34719, net.minecraft.item.crafting.Ingredient@e2c4618, net.minecraft.item.crafting.Ingredient@4ce34719, net.minecraftforge.oredict.OreIngredient@65d3dce0, net.minecraft.item.crafting.Ingredient@4ce34719, net.minecraftforge.oredict.OreIngredient@65d3dce0]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.refined_obsidian_seeds@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.refined_obsidian_seeds@0:[net.minecraftforge.oredict.OreIngredient@a2ca3b8, net.minecraft.item.crafting.Ingredient@1d13cc84, net.minecraftforge.oredict.OreIngredient@a2ca3b8, net.minecraft.item.crafting.Ingredient@1d13cc84, net.minecraft.item.crafting.Ingredient@71e345b8, net.minecraft.item.crafting.Ingredient@1d13cc84, net.minecraftforge.oredict.OreIngredient@a2ca3b8, net.minecraft.item.crafting.Ingredient@1d13cc84, net.minecraftforge.oredict.OreIngredient@a2ca3b8]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.marble_seeds@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.marble_seeds@0:[net.minecraft.item.crafting.Ingredient@3289375f, net.minecraft.item.crafting.Ingredient@36f223cd, net.minecraft.item.crafting.Ingredient@3289375f, net.minecraft.item.crafting.Ingredient@36f223cd, net.minecraft.item.crafting.Ingredient@5d577e2e, net.minecraft.item.crafting.Ingredient@36f223cd, net.minecraft.item.crafting.Ingredient@3289375f, net.minecraft.item.crafting.Ingredient@36f223cd, net.minecraft.item.crafting.Ingredient@3289375f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.limestone_seeds@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.limestone_seeds@0:[net.minecraft.item.crafting.Ingredient@8bc28ac, net.minecraft.item.crafting.Ingredient@153470c4, net.minecraft.item.crafting.Ingredient@8bc28ac, net.minecraft.item.crafting.Ingredient@153470c4, net.minecraft.item.crafting.Ingredient@73f4ca42, net.minecraft.item.crafting.Ingredient@153470c4, net.minecraft.item.crafting.Ingredient@8bc28ac, net.minecraft.item.crafting.Ingredient@153470c4, net.minecraft.item.crafting.Ingredient@8bc28ac]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.basalt_seeds@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.basalt_seeds@0:[net.minecraft.item.crafting.Ingredient@4ee0da59, net.minecraft.item.crafting.Ingredient@72831d9b, net.minecraft.item.crafting.Ingredient@4ee0da59, net.minecraft.item.crafting.Ingredient@72831d9b, net.minecraft.item.crafting.Ingredient@27707f53, net.minecraft.item.crafting.Ingredient@72831d9b, net.minecraft.item.crafting.Ingredient@4ee0da59, net.minecraft.item.crafting.Ingredient@72831d9b, net.minecraft.item.crafting.Ingredient@4ee0da59]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.steeleaf_seeds@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.steeleaf_seeds@0:[net.minecraftforge.oredict.OreIngredient@33f18205, net.minecraft.item.crafting.Ingredient@5fa5cb6f, net.minecraftforge.oredict.OreIngredient@33f18205, net.minecraft.item.crafting.Ingredient@5fa5cb6f, net.minecraft.item.crafting.Ingredient@7b0bbd2f, net.minecraft.item.crafting.Ingredient@5fa5cb6f, net.minecraftforge.oredict.OreIngredient@33f18205, net.minecraft.item.crafting.Ingredient@5fa5cb6f, net.minecraftforge.oredict.OreIngredient@33f18205]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.ironwood_seeds@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.ironwood_seeds@0:[net.minecraftforge.oredict.OreIngredient@6dce62cb, net.minecraft.item.crafting.Ingredient@74d41a46, net.minecraftforge.oredict.OreIngredient@6dce62cb, net.minecraft.item.crafting.Ingredient@74d41a46, net.minecraft.item.crafting.Ingredient@52902336, net.minecraft.item.crafting.Ingredient@74d41a46, net.minecraftforge.oredict.OreIngredient@6dce62cb, net.minecraft.item.crafting.Ingredient@74d41a46, net.minecraftforge.oredict.OreIngredient@6dce62cb]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.knightmetal_seeds@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.knightmetal_seeds@0:[net.minecraftforge.oredict.OreIngredient@2b3d8a11, net.minecraft.item.crafting.Ingredient@6621682e, net.minecraftforge.oredict.OreIngredient@2b3d8a11, net.minecraft.item.crafting.Ingredient@6621682e, net.minecraft.item.crafting.Ingredient@357b7e4f, net.minecraft.item.crafting.Ingredient@6621682e, net.minecraftforge.oredict.OreIngredient@2b3d8a11, net.minecraft.item.crafting.Ingredient@6621682e, net.minecraftforge.oredict.OreIngredient@2b3d8a11]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.fiery_ingot_seeds@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.fiery_ingot_seeds@0:[net.minecraftforge.oredict.OreIngredient@47b64b96, net.minecraft.item.crafting.Ingredient@6efba610, net.minecraftforge.oredict.OreIngredient@47b64b96, net.minecraft.item.crafting.Ingredient@6efba610, net.minecraft.item.crafting.Ingredient@1c3486, net.minecraft.item.crafting.Ingredient@6efba610, net.minecraftforge.oredict.OreIngredient@47b64b96, net.minecraft.item.crafting.Ingredient@6efba610, net.minecraftforge.oredict.OreIngredient@47b64b96]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.meteoric_iron_seeds@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.meteoric_iron_seeds@0:[net.minecraftforge.oredict.OreIngredient@55398b94, net.minecraft.item.crafting.Ingredient@41ff2a40, net.minecraftforge.oredict.OreIngredient@55398b94, net.minecraft.item.crafting.Ingredient@41ff2a40, net.minecraft.item.crafting.Ingredient@20269efd, net.minecraft.item.crafting.Ingredient@41ff2a40, net.minecraftforge.oredict.OreIngredient@55398b94, net.minecraft.item.crafting.Ingredient@41ff2a40, net.minecraftforge.oredict.OreIngredient@55398b94]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.desh_seeds@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.desh_seeds@0:[net.minecraftforge.oredict.OreIngredient@2c97d99d, net.minecraft.item.crafting.Ingredient@212e3231, net.minecraftforge.oredict.OreIngredient@2c97d99d, net.minecraft.item.crafting.Ingredient@212e3231, net.minecraft.item.crafting.Ingredient@35eb919f, net.minecraft.item.crafting.Ingredient@212e3231, net.minecraftforge.oredict.OreIngredient@2c97d99d, net.minecraft.item.crafting.Ingredient@212e3231, net.minecraftforge.oredict.OreIngredient@2c97d99d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.sulfur_seeds@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.sulfur_seeds@0:[net.minecraft.item.crafting.Ingredient@43f3f3de, net.minecraft.item.crafting.Ingredient@38349aa5, net.minecraft.item.crafting.Ingredient@43f3f3de, net.minecraft.item.crafting.Ingredient@38349aa5, net.minecraft.item.crafting.Ingredient@513a9355, net.minecraft.item.crafting.Ingredient@38349aa5, net.minecraft.item.crafting.Ingredient@43f3f3de, net.minecraft.item.crafting.Ingredient@38349aa5, net.minecraft.item.crafting.Ingredient@43f3f3de]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.black_quartz_seeds@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.black_quartz_seeds@0:[net.minecraftforge.oredict.OreIngredient@3264234e, net.minecraft.item.crafting.Ingredient@6b70c659, net.minecraftforge.oredict.OreIngredient@3264234e, net.minecraft.item.crafting.Ingredient@6b70c659, net.minecraft.item.crafting.Ingredient@6e554059, net.minecraft.item.crafting.Ingredient@6b70c659, net.minecraftforge.oredict.OreIngredient@3264234e, net.minecraft.item.crafting.Ingredient@6b70c659, net.minecraftforge.oredict.OreIngredient@3264234e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.menril_seeds@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.menril_seeds@0:[net.minecraft.item.crafting.Ingredient@137eb572, net.minecraft.item.crafting.Ingredient@44805f2c, net.minecraft.item.crafting.Ingredient@137eb572, net.minecraft.item.crafting.Ingredient@44805f2c, net.minecraft.item.crafting.Ingredient@13886d, net.minecraft.item.crafting.Ingredient@44805f2c, net.minecraft.item.crafting.Ingredient@137eb572, net.minecraft.item.crafting.Ingredient@44805f2c, net.minecraft.item.crafting.Ingredient@137eb572]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.marble_seeds@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.marble_seeds@0:[net.minecraft.item.crafting.Ingredient@7ef2c133, net.minecraft.item.crafting.Ingredient@40d8260, net.minecraft.item.crafting.Ingredient@7ef2c133, net.minecraft.item.crafting.Ingredient@40d8260, net.minecraft.item.crafting.Ingredient@1841226c, net.minecraft.item.crafting.Ingredient@40d8260, net.minecraft.item.crafting.Ingredient@7ef2c133, net.minecraft.item.crafting.Ingredient@40d8260, net.minecraft.item.crafting.Ingredient@7ef2c133]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.aquamarine_seeds@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.aquamarine_seeds@0:[net.minecraft.item.crafting.Ingredient@3bd3507c, net.minecraft.item.crafting.Ingredient@4283f000, net.minecraft.item.crafting.Ingredient@3bd3507c, net.minecraft.item.crafting.Ingredient@4283f000, net.minecraft.item.crafting.Ingredient@5340e87e, net.minecraft.item.crafting.Ingredient@4283f000, net.minecraft.item.crafting.Ingredient@3bd3507c, net.minecraft.item.crafting.Ingredient@4283f000, net.minecraft.item.crafting.Ingredient@3bd3507c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.starmetal_seeds@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.starmetal_seeds@0:[net.minecraft.item.crafting.Ingredient@1292e33e, net.minecraft.item.crafting.Ingredient@6734020e, net.minecraft.item.crafting.Ingredient@1292e33e, net.minecraft.item.crafting.Ingredient@6734020e, net.minecraft.item.crafting.Ingredient@33e3058e, net.minecraft.item.crafting.Ingredient@6734020e, net.minecraft.item.crafting.Ingredient@1292e33e, net.minecraft.item.crafting.Ingredient@6734020e, net.minecraft.item.crafting.Ingredient@1292e33e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.rock_crystal_seeds@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.rock_crystal_seeds@0:[net.minecraft.item.crafting.Ingredient@16a9ae93, net.minecraft.item.crafting.Ingredient@38438939, net.minecraft.item.crafting.Ingredient@16a9ae93, net.minecraft.item.crafting.Ingredient@38438939, net.minecraft.item.crafting.Ingredient@13a724ca, net.minecraft.item.crafting.Ingredient@38438939, net.minecraft.item.crafting.Ingredient@16a9ae93, net.minecraft.item.crafting.Ingredient@38438939, net.minecraft.item.crafting.Ingredient@16a9ae93]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.ender_biotite_seeds@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.ender_biotite_seeds@0:[net.minecraftforge.oredict.OreIngredient@3a761ce7, net.minecraft.item.crafting.Ingredient@4bdb17b9, net.minecraftforge.oredict.OreIngredient@3a761ce7, net.minecraft.item.crafting.Ingredient@4bdb17b9, net.minecraft.item.crafting.Ingredient@61f0eb7c, net.minecraft.item.crafting.Ingredient@4bdb17b9, net.minecraftforge.oredict.OreIngredient@3a761ce7, net.minecraft.item.crafting.Ingredient@4bdb17b9, net.minecraftforge.oredict.OreIngredient@3a761ce7]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.slate_seeds@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.slate_seeds@0:[net.minecraft.item.crafting.Ingredient@ecf15d, net.minecraft.item.crafting.Ingredient@6cbae830, net.minecraft.item.crafting.Ingredient@ecf15d, net.minecraft.item.crafting.Ingredient@6cbae830, net.minecraft.item.crafting.Ingredient@a7745d0, net.minecraft.item.crafting.Ingredient@6cbae830, net.minecraft.item.crafting.Ingredient@ecf15d, net.minecraft.item.crafting.Ingredient@6cbae830, net.minecraft.item.crafting.Ingredient@ecf15d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.compressed_iron_seeds@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.compressed_iron_seeds@0:[net.minecraftforge.oredict.OreIngredient@69fb0bf7, net.minecraft.item.crafting.Ingredient@3e13febb, net.minecraftforge.oredict.OreIngredient@69fb0bf7, net.minecraft.item.crafting.Ingredient@3e13febb, net.minecraft.item.crafting.Ingredient@efa656c, net.minecraft.item.crafting.Ingredient@3e13febb, net.minecraftforge.oredict.OreIngredient@69fb0bf7, net.minecraft.item.crafting.Ingredient@3e13febb, net.minecraftforge.oredict.OreIngredient@69fb0bf7]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.sky_stone_seeds@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.sky_stone_seeds@0:[net.minecraft.item.crafting.Ingredient@3a028c5e, net.minecraft.item.crafting.Ingredient@561b44c2, net.minecraft.item.crafting.Ingredient@3a028c5e, net.minecraft.item.crafting.Ingredient@561b44c2, net.minecraft.item.crafting.Ingredient@b979a68, net.minecraft.item.crafting.Ingredient@561b44c2, net.minecraft.item.crafting.Ingredient@3a028c5e, net.minecraft.item.crafting.Ingredient@561b44c2, net.minecraft.item.crafting.Ingredient@3a028c5e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.certus_quartz_seeds@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.certus_quartz_seeds@0:[net.minecraftforge.oredict.OreIngredient@3c94c05b, net.minecraft.item.crafting.Ingredient@25295435, net.minecraftforge.oredict.OreIngredient@3c94c05b, net.minecraft.item.crafting.Ingredient@25295435, net.minecraft.item.crafting.Ingredient@12dade22, net.minecraft.item.crafting.Ingredient@25295435, net.minecraftforge.oredict.OreIngredient@3c94c05b, net.minecraft.item.crafting.Ingredient@25295435, net.minecraftforge.oredict.OreIngredient@3c94c05b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.fluix_seeds@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.fluix_seeds@0:[net.minecraftforge.oredict.OreIngredient@65a43e9e, net.minecraft.item.crafting.Ingredient@3b474dac, net.minecraftforge.oredict.OreIngredient@65a43e9e, net.minecraft.item.crafting.Ingredient@3b474dac, net.minecraft.item.crafting.Ingredient@7fa8af28, net.minecraft.item.crafting.Ingredient@3b474dac, net.minecraftforge.oredict.OreIngredient@65a43e9e, net.minecraft.item.crafting.Ingredient@3b474dac, net.minecraftforge.oredict.OreIngredient@65a43e9e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.quartz_enriched_iron_seeds@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.quartz_enriched_iron_seeds@0:[net.minecraft.item.crafting.Ingredient@4f1a80b2, net.minecraft.item.crafting.Ingredient@31653768, net.minecraft.item.crafting.Ingredient@4f1a80b2, net.minecraft.item.crafting.Ingredient@31653768, net.minecraft.item.crafting.Ingredient@b0e1f83, net.minecraft.item.crafting.Ingredient@31653768, net.minecraft.item.crafting.Ingredient@4f1a80b2, net.minecraft.item.crafting.Ingredient@31653768, net.minecraft.item.crafting.Ingredient@4f1a80b2]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.gear@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.gear@0:[net.minecraft.item.crafting.Ingredient@6d6d9904, net.minecraft.item.crafting.Ingredient@76e99b0b, net.minecraft.item.crafting.Ingredient@6d6d9904, net.minecraft.item.crafting.Ingredient@6e67fd2f, net.minecraft.item.crafting.Ingredient@16e46e5c, net.minecraft.item.crafting.Ingredient@6e67fd2f, net.minecraft.item.crafting.Ingredient@6d6d9904, net.minecraft.item.crafting.Ingredient@6e67fd2f, net.minecraft.item.crafting.Ingredient@6d6d9904]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.gear@1 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.gear@1:[net.minecraft.item.crafting.Ingredient@60eb0670, net.minecraft.item.crafting.Ingredient@313411c7, net.minecraft.item.crafting.Ingredient@60eb0670, net.minecraft.item.crafting.Ingredient@4dcde2b0, net.minecraft.item.crafting.Ingredient@5a60fff4, net.minecraft.item.crafting.Ingredient@4dcde2b0, net.minecraft.item.crafting.Ingredient@60eb0670, net.minecraft.item.crafting.Ingredient@4dcde2b0, net.minecraft.item.crafting.Ingredient@60eb0670]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.gear@2 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.gear@2:[net.minecraft.item.crafting.Ingredient@39c4e1b6, net.minecraft.item.crafting.Ingredient@1bbe5c5c, net.minecraft.item.crafting.Ingredient@39c4e1b6, net.minecraft.item.crafting.Ingredient@7285b6a2, net.minecraft.item.crafting.Ingredient@286f7755, net.minecraft.item.crafting.Ingredient@7285b6a2, net.minecraft.item.crafting.Ingredient@39c4e1b6, net.minecraft.item.crafting.Ingredient@7285b6a2, net.minecraft.item.crafting.Ingredient@39c4e1b6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.gear@3 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.gear@3:[net.minecraft.item.crafting.Ingredient@56e1c9a5, net.minecraft.item.crafting.Ingredient@98e557d, net.minecraft.item.crafting.Ingredient@56e1c9a5, net.minecraft.item.crafting.Ingredient@3522b646, net.minecraft.item.crafting.Ingredient@3fd42ebf, net.minecraft.item.crafting.Ingredient@3522b646, net.minecraft.item.crafting.Ingredient@56e1c9a5, net.minecraft.item.crafting.Ingredient@3522b646, net.minecraft.item.crafting.Ingredient@56e1c9a5]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.gear@4 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.gear@4:[net.minecraft.item.crafting.Ingredient@8b71911, net.minecraft.item.crafting.Ingredient@28071ec7, net.minecraft.item.crafting.Ingredient@8b71911, net.minecraft.item.crafting.Ingredient@6d63b5d3, net.minecraft.item.crafting.Ingredient@73e99fac, net.minecraft.item.crafting.Ingredient@6d63b5d3, net.minecraft.item.crafting.Ingredient@8b71911, net.minecraft.item.crafting.Ingredient@6d63b5d3, net.minecraft.item.crafting.Ingredient@8b71911]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.gear@5 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.gear@5:[net.minecraft.item.crafting.Ingredient@72e67c44, net.minecraft.item.crafting.Ingredient@2db82e6, net.minecraft.item.crafting.Ingredient@72e67c44, net.minecraft.item.crafting.Ingredient@121a70b2, net.minecraft.item.crafting.Ingredient@6287a7f5, net.minecraft.item.crafting.Ingredient@121a70b2, net.minecraft.item.crafting.Ingredient@72e67c44, net.minecraft.item.crafting.Ingredient@121a70b2, net.minecraft.item.crafting.Ingredient@72e67c44]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.gear@6 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.gear@6:[net.minecraft.item.crafting.Ingredient@522afb7f, net.minecraft.item.crafting.Ingredient@13748e68, net.minecraft.item.crafting.Ingredient@522afb7f, net.minecraft.item.crafting.Ingredient@3002d490, net.minecraft.item.crafting.Ingredient@c3894ac, net.minecraft.item.crafting.Ingredient@3002d490, net.minecraft.item.crafting.Ingredient@522afb7f, net.minecraft.item.crafting.Ingredient@3002d490, net.minecraft.item.crafting.Ingredient@522afb7f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.gear@7 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.gear@7:[net.minecraft.item.crafting.Ingredient@4a1380ac, net.minecraft.item.crafting.Ingredient@6c937b2a, net.minecraft.item.crafting.Ingredient@4a1380ac, net.minecraft.item.crafting.Ingredient@295f848b, net.minecraft.item.crafting.Ingredient@7d2346ae, net.minecraft.item.crafting.Ingredient@295f848b, net.minecraft.item.crafting.Ingredient@4a1380ac, net.minecraft.item.crafting.Ingredient@295f848b, net.minecraft.item.crafting.Ingredient@4a1380ac]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.gear@8 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.gear@8:[net.minecraft.item.crafting.Ingredient@6f533cad, net.minecraft.item.crafting.Ingredient@3a7d8610, net.minecraft.item.crafting.Ingredient@6f533cad, net.minecraft.item.crafting.Ingredient@1614716, net.minecraft.item.crafting.Ingredient@18ee5eb1, net.minecraft.item.crafting.Ingredient@1614716, net.minecraft.item.crafting.Ingredient@6f533cad, net.minecraft.item.crafting.Ingredient@1614716, net.minecraft.item.crafting.Ingredient@6f533cad]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.gear@9 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.gear@9:[net.minecraft.item.crafting.Ingredient@4bcb2d6a, net.minecraft.item.crafting.Ingredient@40998af2, net.minecraft.item.crafting.Ingredient@4bcb2d6a, net.minecraft.item.crafting.Ingredient@2f34a2de, net.minecraft.item.crafting.Ingredient@1dd065c6, net.minecraft.item.crafting.Ingredient@2f34a2de, net.minecraft.item.crafting.Ingredient@4bcb2d6a, net.minecraft.item.crafting.Ingredient@2f34a2de, net.minecraft.item.crafting.Ingredient@4bcb2d6a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.inferium_sword@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.inferium_sword@0:[net.minecraft.item.crafting.Ingredient@23e6c796, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2fa41702, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@258c727a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.inferium_pickaxe@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.inferium_pickaxe@0:[net.minecraft.item.crafting.Ingredient@21633850, net.minecraft.item.crafting.Ingredient@2ef02779, net.minecraft.item.crafting.Ingredient@21633850, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@68298f7f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@68298f7f, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.inferium_shovel@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.inferium_shovel@0:[net.minecraft.item.crafting.Ingredient@d51a0c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2f313e80, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2f313e80, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.inferium_axe@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.inferium_axe@0:[net.minecraft.item.crafting.Ingredient@53741887, net.minecraft.item.crafting.Ingredient@53741887, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7bd96d9f, net.minecraft.item.crafting.Ingredient@5dba895a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5dba895a, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.inferium_hoe@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.inferium_hoe@0:[net.minecraft.item.crafting.Ingredient@1d7ec58d, net.minecraft.item.crafting.Ingredient@2dfbf628, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@24824a94, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@24824a94, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.inferium_shears@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.inferium_shears@0:[net.minecraft.item.crafting.Ingredient@4bc56fe6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@39fd8a00, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.inferium_bow@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.inferium_bow@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4b832637, net.minecraft.item.crafting.Ingredient@7e21f80f, net.minecraft.item.crafting.Ingredient@2bd9dafe, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7e21f80f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4b832637, net.minecraft.item.crafting.Ingredient@7e21f80f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.inferium_sickle@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.inferium_sickle@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4e346600, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2bdf5b12, net.minecraft.item.crafting.Ingredient@5a4f3fe6, net.minecraft.item.crafting.Ingredient@4e346600, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.inferium_scythe@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.inferium_scythe@0:[net.minecraft.item.crafting.Ingredient@9850626, net.minecraft.item.crafting.Ingredient@5853dbcf, net.minecraft.item.crafting.Ingredient@7bc06f2c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7bc06f2c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7bc06f2c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.inferium_fishing_rod@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.inferium_fishing_rod@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5d784784, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1b336247, net.minecraft.item.crafting.Ingredient@63f2c702, net.minecraft.item.crafting.Ingredient@5d784784, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@63f2c702]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.prudentium_sword@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.prudentium_sword@0:[net.minecraft.item.crafting.Ingredient@6e0659af, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6e273f72, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1b983f63, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.prudentium_pickaxe@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.prudentium_pickaxe@0:[net.minecraft.item.crafting.Ingredient@5d6b740a, net.minecraft.item.crafting.Ingredient@a601c7a, net.minecraft.item.crafting.Ingredient@5d6b740a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@50595972, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@50595972, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.prudentium_shovel@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.prudentium_shovel@0:[net.minecraft.item.crafting.Ingredient@3378e59c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@39f1ac45, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@39f1ac45, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.prudentium_axe@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.prudentium_axe@0:[net.minecraft.item.crafting.Ingredient@3e318d17, net.minecraft.item.crafting.Ingredient@3e318d17, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4a91cb48, net.minecraft.item.crafting.Ingredient@7eb6d5db, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7eb6d5db, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.prudentium_hoe@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.prudentium_hoe@0:[net.minecraft.item.crafting.Ingredient@20ce3b4b, net.minecraft.item.crafting.Ingredient@64c16f91, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2c9176df, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2c9176df, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.prudentium_shears@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.prudentium_shears@0:[net.minecraft.item.crafting.Ingredient@45603761, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2ab265bb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.prudentium_bow@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.prudentium_bow@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@33bf517d, net.minecraft.item.crafting.Ingredient@4e069fb6, net.minecraft.item.crafting.Ingredient@7720b354, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4e069fb6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@33bf517d, net.minecraft.item.crafting.Ingredient@4e069fb6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.prudentium_sickle@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.prudentium_sickle@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1c9f478b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6e57ed5f, net.minecraft.item.crafting.Ingredient@1456340c, net.minecraft.item.crafting.Ingredient@1c9f478b, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.prudentium_scythe@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.prudentium_scythe@0:[net.minecraft.item.crafting.Ingredient@3135bdd7, net.minecraft.item.crafting.Ingredient@60d983bb, net.minecraft.item.crafting.Ingredient@450a2df8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@450a2df8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@450a2df8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.prudentium_fishing_rod@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.prudentium_fishing_rod@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@e37a71b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@225f293d, net.minecraft.item.crafting.Ingredient@362ea563, net.minecraft.item.crafting.Ingredient@e37a71b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@362ea563]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.intermedium_sword@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.intermedium_sword@0:[net.minecraft.item.crafting.Ingredient@14afa874, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4f627d1d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@c24dc2f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.intermedium_pickaxe@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.intermedium_pickaxe@0:[net.minecraft.item.crafting.Ingredient@5c6c9744, net.minecraft.item.crafting.Ingredient@3a8341, net.minecraft.item.crafting.Ingredient@5c6c9744, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2a55f2cd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2a55f2cd, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.intermedium_shovel@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.intermedium_shovel@0:[net.minecraft.item.crafting.Ingredient@6c808421, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@38f4227b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@38f4227b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.intermedium_axe@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.intermedium_axe@0:[net.minecraft.item.crafting.Ingredient@1e8568cc, net.minecraft.item.crafting.Ingredient@1e8568cc, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@764c56b1, net.minecraft.item.crafting.Ingredient@6f3255f9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6f3255f9, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.intermedium_hoe@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.intermedium_hoe@0:[net.minecraft.item.crafting.Ingredient@7439242c, net.minecraft.item.crafting.Ingredient@60541dc4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1d3411aa, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1d3411aa, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.intermedium_shears@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.intermedium_shears@0:[net.minecraft.item.crafting.Ingredient@1e5ed425, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5e244017, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.intermedium_bow@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.intermedium_bow@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1c45a9e2, net.minecraft.item.crafting.Ingredient@88a7bc6, net.minecraft.item.crafting.Ingredient@74d2a9b3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@88a7bc6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1c45a9e2, net.minecraft.item.crafting.Ingredient@88a7bc6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.intermedium_sickle@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.intermedium_sickle@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5fee8e1d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3e902b62, net.minecraft.item.crafting.Ingredient@659f233d, net.minecraft.item.crafting.Ingredient@5fee8e1d, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.intermedium_scythe@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.intermedium_scythe@0:[net.minecraft.item.crafting.Ingredient@9bc42f8, net.minecraft.item.crafting.Ingredient@3648b396, net.minecraft.item.crafting.Ingredient@2ad2f8a9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2ad2f8a9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2ad2f8a9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.intermedium_fishing_rod@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.intermedium_fishing_rod@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2e028d4d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5da54f18, net.minecraft.item.crafting.Ingredient@600ff3b5, net.minecraft.item.crafting.Ingredient@2e028d4d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@600ff3b5]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.superium_sword@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.superium_sword@0:[net.minecraft.item.crafting.Ingredient@aab06d8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7d81451a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@620c8344, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.superium_pickaxe@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.superium_pickaxe@0:[net.minecraft.item.crafting.Ingredient@4cada0cd, net.minecraft.item.crafting.Ingredient@3b7395d7, net.minecraft.item.crafting.Ingredient@4cada0cd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3d63275e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3d63275e, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.superium_shovel@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.superium_shovel@0:[net.minecraft.item.crafting.Ingredient@15c267e1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@32b885a3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@32b885a3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.superium_axe@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.superium_axe@0:[net.minecraft.item.crafting.Ingredient@62eaaeb2, net.minecraft.item.crafting.Ingredient@62eaaeb2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@64912061, net.minecraft.item.crafting.Ingredient@12f224cd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@12f224cd, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.superium_hoe@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.superium_hoe@0:[net.minecraft.item.crafting.Ingredient@1b4ac90b, net.minecraft.item.crafting.Ingredient@7635702b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@75e2f66c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@75e2f66c, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.superium_shears@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.superium_shears@0:[net.minecraft.item.crafting.Ingredient@798dd3e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5a7141ce, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.superium_bow@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.superium_bow@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@48dac52b, net.minecraft.item.crafting.Ingredient@59c5cff1, net.minecraft.item.crafting.Ingredient@96a9023, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@59c5cff1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@48dac52b, net.minecraft.item.crafting.Ingredient@59c5cff1]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.superium_sickle@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.superium_sickle@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6bad40e0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@369b2e3e, net.minecraft.item.crafting.Ingredient@4156c55b, net.minecraft.item.crafting.Ingredient@6bad40e0, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.superium_scythe@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.superium_scythe@0:[net.minecraft.item.crafting.Ingredient@344e36c3, net.minecraft.item.crafting.Ingredient@5bcb04aa, net.minecraft.item.crafting.Ingredient@2cc06e95, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2cc06e95, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2cc06e95, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.superium_fishing_rod@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.superium_fishing_rod@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7255aae0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@71b81e54, net.minecraft.item.crafting.Ingredient@5e236230, net.minecraft.item.crafting.Ingredient@7255aae0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5e236230]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.supremium_sword@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.supremium_sword@0:[net.minecraft.item.crafting.Ingredient@75b501f9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@444eeba5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@13933fe, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.supremium_pickaxe@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.supremium_pickaxe@0:[net.minecraft.item.crafting.Ingredient@33be1e80, net.minecraft.item.crafting.Ingredient@9ec891, net.minecraft.item.crafting.Ingredient@33be1e80, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@48f0adbf, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@48f0adbf, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.supremium_shovel@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.supremium_shovel@0:[net.minecraft.item.crafting.Ingredient@2e860f5d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@58aa805c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@58aa805c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.supremium_axe@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.supremium_axe@0:[net.minecraft.item.crafting.Ingredient@2d1bb28, net.minecraft.item.crafting.Ingredient@2d1bb28, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1cb3a0c8, net.minecraft.item.crafting.Ingredient@10177b62, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@10177b62, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.supremium_hoe@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.supremium_hoe@0:[net.minecraft.item.crafting.Ingredient@5830acbd, net.minecraft.item.crafting.Ingredient@5984e293, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@72635eaa, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@72635eaa, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.supremium_shears@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.supremium_shears@0:[net.minecraft.item.crafting.Ingredient@429ddce0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3cf33e5a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.supremium_bow@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.supremium_bow@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@65decf8c, net.minecraft.item.crafting.Ingredient@6c2c939e, net.minecraft.item.crafting.Ingredient@4908750b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6c2c939e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@65decf8c, net.minecraft.item.crafting.Ingredient@6c2c939e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.supremium_sickle@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.supremium_sickle@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@46a22e4b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4c08abb9, net.minecraft.item.crafting.Ingredient@44b071c5, net.minecraft.item.crafting.Ingredient@46a22e4b, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.supremium_scythe@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.supremium_scythe@0:[net.minecraft.item.crafting.Ingredient@5fa6ead9, net.minecraft.item.crafting.Ingredient@56fac7f7, net.minecraft.item.crafting.Ingredient@1103bab4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1103bab4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1103bab4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.supremium_fishing_rod@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.supremium_fishing_rod@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7b57ebbb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7b925e59, net.minecraft.item.crafting.Ingredient@77489d85, net.minecraft.item.crafting.Ingredient@7b57ebbb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@77489d85]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.crafting@50 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.crafting@50:[net.minecraft.item.crafting.Ingredient@597acc18, net.minecraft.item.crafting.Ingredient@30f331f8]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.crafting@51 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.crafting@51:[net.minecraft.item.crafting.Ingredient@39db754a, net.minecraft.item.crafting.Ingredient@364e7465]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.crafting@52 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.crafting@52:[net.minecraft.item.crafting.Ingredient@3d6ba816, net.minecraft.item.crafting.Ingredient@5f78ebd4]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.crafting@53 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.crafting@53:[net.minecraft.item.crafting.Ingredient@5af6632a, net.minecraft.item.crafting.Ingredient@3a3d5b7a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.crafting@54 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.crafting@54:[net.minecraft.item.crafting.Ingredient@3ac3bcb1, net.minecraft.item.crafting.Ingredient@53c577f0]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.gear@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.gear@0:[net.minecraft.item.crafting.Ingredient@38c62f84, net.minecraft.item.crafting.Ingredient@1f472a19]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.gear@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.gear@0:[net.minecraft.item.crafting.Ingredient@7c2e80bf, net.minecraft.item.crafting.Ingredient@751d2ab1]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.gear@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.gear@0:[net.minecraft.item.crafting.Ingredient@1904ad6e, net.minecraft.item.crafting.Ingredient@11a7fd89]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.gear@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.gear@0:[net.minecraft.item.crafting.Ingredient@38e53e70, net.minecraft.item.crafting.Ingredient@4b68bdf]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.gear@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.gear@0:[net.minecraft.item.crafting.Ingredient@3f984be4, net.minecraft.item.crafting.Ingredient@2e9fe4d9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.gear@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.gear@0:[net.minecraft.item.crafting.Ingredient@2f0e4cd6, net.minecraft.item.crafting.Ingredient@5234f5b8]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.gear@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.gear@0:[net.minecraft.item.crafting.Ingredient@26eb228c, net.minecraft.item.crafting.Ingredient@7b5eb27b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.gear@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.gear@0:[net.minecraft.item.crafting.Ingredient@6e5e3e62, net.minecraft.item.crafting.Ingredient@11de8e67]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.gear@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.gear@0:[net.minecraft.item.crafting.Ingredient@1bdffda, net.minecraft.item.crafting.Ingredient@1e8f6ca1]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.gear@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.gear@0:[net.minecraft.item.crafting.Ingredient@d766fd7, net.minecraft.item.crafting.Ingredient@635b028c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.gear@1 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.gear@1:[net.minecraft.item.crafting.Ingredient@46769e25, net.minecraft.item.crafting.Ingredient@78c059eb]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.gear@1 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.gear@1:[net.minecraft.item.crafting.Ingredient@614326c9, net.minecraft.item.crafting.Ingredient@13b61b72]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.gear@1 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.gear@1:[net.minecraft.item.crafting.Ingredient@94f6558, net.minecraft.item.crafting.Ingredient@71427fd6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.gear@1 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.gear@1:[net.minecraft.item.crafting.Ingredient@238196df, net.minecraft.item.crafting.Ingredient@51964252]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.gear@1 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.gear@1:[net.minecraft.item.crafting.Ingredient@5caa6b8, net.minecraft.item.crafting.Ingredient@2a52ffb0]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.gear@1 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.gear@1:[net.minecraft.item.crafting.Ingredient@3b5455d6, net.minecraft.item.crafting.Ingredient@6bfbcb62]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.gear@1 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.gear@1:[net.minecraft.item.crafting.Ingredient@325b2609, net.minecraft.item.crafting.Ingredient@2b383f71]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.gear@1 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.gear@1:[net.minecraft.item.crafting.Ingredient@ec0b3e, net.minecraft.item.crafting.Ingredient@6b6c0e44]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.gear@1 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.gear@1:[net.minecraft.item.crafting.Ingredient@7511fe51, net.minecraft.item.crafting.Ingredient@15c4ae36]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.gear@1 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.gear@1:[net.minecraft.item.crafting.Ingredient@34016ade, net.minecraft.item.crafting.Ingredient@4e98e979]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.gear@2 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.gear@2:[net.minecraft.item.crafting.Ingredient@6c39ce19, net.minecraft.item.crafting.Ingredient@53d11eda]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.gear@2 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.gear@2:[net.minecraft.item.crafting.Ingredient@4edee770, net.minecraft.item.crafting.Ingredient@6cb5b1b4]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.gear@2 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.gear@2:[net.minecraft.item.crafting.Ingredient@32705901, net.minecraft.item.crafting.Ingredient@bacdd58]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.gear@2 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.gear@2:[net.minecraft.item.crafting.Ingredient@37c86911, net.minecraft.item.crafting.Ingredient@7c086b8]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.gear@2 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.gear@2:[net.minecraft.item.crafting.Ingredient@f771c65, net.minecraft.item.crafting.Ingredient@7b837c7b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.gear@2 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.gear@2:[net.minecraft.item.crafting.Ingredient@4cc2b90b, net.minecraft.item.crafting.Ingredient@7be110c2]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.gear@2 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.gear@2:[net.minecraft.item.crafting.Ingredient@4d454280, net.minecraft.item.crafting.Ingredient@1416b0c2]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.gear@2 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.gear@2:[net.minecraft.item.crafting.Ingredient@72adb0d0, net.minecraft.item.crafting.Ingredient@151bbd47]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.gear@2 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.gear@2:[net.minecraft.item.crafting.Ingredient@4575f244, net.minecraft.item.crafting.Ingredient@5ac1e10a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.gear@2 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.gear@2:[net.minecraft.item.crafting.Ingredient@724ee5f6, net.minecraft.item.crafting.Ingredient@1843de29]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.gear@3 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.gear@3:[net.minecraft.item.crafting.Ingredient@1b053eaf, net.minecraft.item.crafting.Ingredient@1e61196c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.gear@3 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.gear@3:[net.minecraft.item.crafting.Ingredient@2816bbea, net.minecraft.item.crafting.Ingredient@1a541801]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.gear@3 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.gear@3:[net.minecraft.item.crafting.Ingredient@3dfc2a1a, net.minecraft.item.crafting.Ingredient@20280fa4]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.gear@3 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.gear@3:[net.minecraft.item.crafting.Ingredient@50e68e96, net.minecraft.item.crafting.Ingredient@c96d26a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.gear@3 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.gear@3:[net.minecraft.item.crafting.Ingredient@4276d058, net.minecraft.item.crafting.Ingredient@268074be]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.gear@3 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.gear@3:[net.minecraft.item.crafting.Ingredient@6d26bd43, net.minecraft.item.crafting.Ingredient@192644af]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.gear@3 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.gear@3:[net.minecraft.item.crafting.Ingredient@5fc62574, net.minecraft.item.crafting.Ingredient@7d2576a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.gear@3 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.gear@3:[net.minecraft.item.crafting.Ingredient@27e21043, net.minecraft.item.crafting.Ingredient@49e17c4e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.gear@3 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.gear@3:[net.minecraft.item.crafting.Ingredient@2358caef, net.minecraft.item.crafting.Ingredient@140fb6cf]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.gear@3 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.gear@3:[net.minecraft.item.crafting.Ingredient@623f1739, net.minecraft.item.crafting.Ingredient@755b623]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.gear@4 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.gear@4:[net.minecraft.item.crafting.Ingredient@4db081cf, net.minecraft.item.crafting.Ingredient@572cd19f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.gear@4 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.gear@4:[net.minecraft.item.crafting.Ingredient@3d298412, net.minecraft.item.crafting.Ingredient@745ec481]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.gear@4 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.gear@4:[net.minecraft.item.crafting.Ingredient@2ccb0fdb, net.minecraft.item.crafting.Ingredient@5db30744]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.gear@4 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.gear@4:[net.minecraft.item.crafting.Ingredient@60265049, net.minecraft.item.crafting.Ingredient@14673e41]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.gear@4 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.gear@4:[net.minecraft.item.crafting.Ingredient@53b75476, net.minecraft.item.crafting.Ingredient@141e251]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.gear@4 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.gear@4:[net.minecraft.item.crafting.Ingredient@214a18dd, net.minecraft.item.crafting.Ingredient@48b7ec66]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.gear@4 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.gear@4:[net.minecraft.item.crafting.Ingredient@20fd94a9, net.minecraft.item.crafting.Ingredient@5100fc9b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.gear@4 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.gear@4:[net.minecraft.item.crafting.Ingredient@36bbe60a, net.minecraft.item.crafting.Ingredient@7aaf64a8]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.gear@4 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.gear@4:[net.minecraft.item.crafting.Ingredient@15f78b36, net.minecraft.item.crafting.Ingredient@7c95b434]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.gear@4 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.gear@4:[net.minecraft.item.crafting.Ingredient@3c986670, net.minecraft.item.crafting.Ingredient@159fe4ee]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.charm@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.charm@0:[net.minecraft.item.crafting.Ingredient@49c0ac9d, net.minecraft.item.crafting.Ingredient@49c0ac9d, net.minecraft.item.crafting.Ingredient@49c0ac9d, net.minecraft.item.crafting.Ingredient@49c0ac9d, net.minecraft.item.crafting.Ingredient@3614e833, net.minecraft.item.crafting.Ingredient@49c0ac9d, net.minecraft.item.crafting.Ingredient@49c0ac9d, net.minecraft.item.crafting.Ingredient@49c0ac9d, net.minecraft.item.crafting.Ingredient@49c0ac9d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.charm@1 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.charm@1:[net.minecraft.item.crafting.Ingredient@1331f257, net.minecraft.item.crafting.Ingredient@4e1d3e50, net.minecraft.item.crafting.Ingredient@1331f257, net.minecraft.item.crafting.Ingredient@4e1d3e50, net.minecraft.item.crafting.Ingredient@2f5d74a, net.minecraft.item.crafting.Ingredient@4e1d3e50, net.minecraft.item.crafting.Ingredient@1331f257, net.minecraft.item.crafting.Ingredient@4e1d3e50, net.minecraft.item.crafting.Ingredient@1331f257]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.charm@2 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.charm@2:[net.minecraft.item.crafting.Ingredient@6e9d42b3, net.minecraft.item.crafting.Ingredient@5ec176ff, net.minecraft.item.crafting.Ingredient@6e9d42b3, net.minecraft.item.crafting.Ingredient@5ec176ff, net.minecraft.item.crafting.Ingredient@7222a5ea, net.minecraft.item.crafting.Ingredient@5ec176ff, net.minecraft.item.crafting.Ingredient@6e9d42b3, net.minecraft.item.crafting.Ingredient@5ec176ff, net.minecraft.item.crafting.Ingredient@6e9d42b3]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.charm@3 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.charm@3:[net.minecraft.item.crafting.Ingredient@68a0fa4e, net.minecraft.item.crafting.Ingredient@bc65cd5, net.minecraft.item.crafting.Ingredient@68a0fa4e, net.minecraft.item.crafting.Ingredient@bc65cd5, net.minecraft.item.crafting.Ingredient@6cacb5b2, net.minecraft.item.crafting.Ingredient@bc65cd5, net.minecraft.item.crafting.Ingredient@68a0fa4e, net.minecraft.item.crafting.Ingredient@bc65cd5, net.minecraft.item.crafting.Ingredient@68a0fa4e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.charm@4 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.charm@4:[net.minecraft.item.crafting.Ingredient@44c11ce7, net.minecraft.item.crafting.Ingredient@2254d185, net.minecraft.item.crafting.Ingredient@44c11ce7, net.minecraft.item.crafting.Ingredient@2254d185, net.minecraft.item.crafting.Ingredient@2bdce158, net.minecraft.item.crafting.Ingredient@2254d185, net.minecraft.item.crafting.Ingredient@44c11ce7, net.minecraft.item.crafting.Ingredient@2254d185, net.minecraft.item.crafting.Ingredient@44c11ce7]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.charm@5 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.charm@5:[net.minecraft.item.crafting.Ingredient@33e5cae0, net.minecraft.item.crafting.Ingredient@339526d9, net.minecraft.item.crafting.Ingredient@33e5cae0, net.minecraft.item.crafting.Ingredient@339526d9, net.minecraft.item.crafting.Ingredient@7f8fd7d2, net.minecraft.item.crafting.Ingredient@339526d9, net.minecraft.item.crafting.Ingredient@33e5cae0, net.minecraft.item.crafting.Ingredient@339526d9, net.minecraft.item.crafting.Ingredient@33e5cae0]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.charm@6 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.charm@6:[net.minecraft.item.crafting.Ingredient@4a7fb494, net.minecraft.item.crafting.Ingredient@56e0aa1d, net.minecraft.item.crafting.Ingredient@4a7fb494, net.minecraft.item.crafting.Ingredient@56e0aa1d, net.minecraft.item.crafting.Ingredient@5750d654, net.minecraft.item.crafting.Ingredient@56e0aa1d, net.minecraft.item.crafting.Ingredient@4a7fb494, net.minecraft.item.crafting.Ingredient@56e0aa1d, net.minecraft.item.crafting.Ingredient@4a7fb494]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.charm@7 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.charm@7:[net.minecraft.item.crafting.Ingredient@7c6c4dfd, net.minecraft.item.crafting.Ingredient@1ab31c69, net.minecraft.item.crafting.Ingredient@7c6c4dfd, net.minecraft.item.crafting.Ingredient@1ab31c69, net.minecraft.item.crafting.Ingredient@4b008b1d, net.minecraft.item.crafting.Ingredient@1ab31c69, net.minecraft.item.crafting.Ingredient@7c6c4dfd, net.minecraft.item.crafting.Ingredient@1ab31c69, net.minecraft.item.crafting.Ingredient@7c6c4dfd]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.charm@8 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.charm@8:[net.minecraft.item.crafting.Ingredient@6192abcb, net.minecraft.item.crafting.Ingredient@30183f0f, net.minecraft.item.crafting.Ingredient@6192abcb, net.minecraft.item.crafting.Ingredient@30183f0f, net.minecraft.item.crafting.Ingredient@7f0f1272, net.minecraft.item.crafting.Ingredient@30183f0f, net.minecraft.item.crafting.Ingredient@6192abcb, net.minecraft.item.crafting.Ingredient@30183f0f, net.minecraft.item.crafting.Ingredient@6192abcb]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.charm@9 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.charm@9:[net.minecraft.item.crafting.Ingredient@6275ce, net.minecraft.item.crafting.Ingredient@734144e5, net.minecraft.item.crafting.Ingredient@6275ce, net.minecraft.item.crafting.Ingredient@734144e5, net.minecraft.item.crafting.Ingredient@745a547d, net.minecraft.item.crafting.Ingredient@734144e5, net.minecraft.item.crafting.Ingredient@6275ce, net.minecraft.item.crafting.Ingredient@734144e5, net.minecraft.item.crafting.Ingredient@6275ce]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.charm@10 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.charm@10:[net.minecraft.item.crafting.Ingredient@49377393, net.minecraft.item.crafting.Ingredient@7c37fb42, net.minecraft.item.crafting.Ingredient@49377393, net.minecraft.item.crafting.Ingredient@7c37fb42, net.minecraft.item.crafting.Ingredient@5ae8a105, net.minecraft.item.crafting.Ingredient@7c37fb42, net.minecraft.item.crafting.Ingredient@49377393, net.minecraft.item.crafting.Ingredient@7c37fb42, net.minecraft.item.crafting.Ingredient@49377393]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.charm@11 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.charm@11:[net.minecraft.item.crafting.Ingredient@25dee582, net.minecraft.item.crafting.Ingredient@4878df99, net.minecraft.item.crafting.Ingredient@25dee582, net.minecraft.item.crafting.Ingredient@4878df99, net.minecraft.item.crafting.Ingredient@5707bf1a, net.minecraft.item.crafting.Ingredient@4878df99, net.minecraft.item.crafting.Ingredient@25dee582, net.minecraft.item.crafting.Ingredient@4878df99, net.minecraft.item.crafting.Ingredient@25dee582]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.charm@12 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.charm@12:[net.minecraft.item.crafting.Ingredient@2ec8773b, net.minecraft.item.crafting.Ingredient@167dfd7b, net.minecraft.item.crafting.Ingredient@2ec8773b, net.minecraft.item.crafting.Ingredient@167dfd7b, net.minecraft.item.crafting.Ingredient@7c687fc1, net.minecraft.item.crafting.Ingredient@167dfd7b, net.minecraft.item.crafting.Ingredient@2ec8773b, net.minecraft.item.crafting.Ingredient@167dfd7b, net.minecraft.item.crafting.Ingredient@2ec8773b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.charm@13 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.charm@13:[net.minecraft.item.crafting.Ingredient@2629458b, net.minecraft.item.crafting.Ingredient@749c7d5c, net.minecraft.item.crafting.Ingredient@2629458b, net.minecraft.item.crafting.Ingredient@749c7d5c, net.minecraft.item.crafting.Ingredient@4b358279, net.minecraft.item.crafting.Ingredient@749c7d5c, net.minecraft.item.crafting.Ingredient@2629458b, net.minecraft.item.crafting.Ingredient@749c7d5c, net.minecraft.item.crafting.Ingredient@2629458b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.charm@14 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.charm@14:[net.minecraft.item.crafting.Ingredient@297de567, net.minecraft.item.crafting.Ingredient@22d59d2a, net.minecraft.item.crafting.Ingredient@3fddde9d, net.minecraft.item.crafting.Ingredient@22d59d2a, net.minecraft.item.crafting.Ingredient@4594e543, net.minecraft.item.crafting.Ingredient@22d59d2a, net.minecraft.item.crafting.Ingredient@3fddde9d, net.minecraft.item.crafting.Ingredient@22d59d2a, net.minecraft.item.crafting.Ingredient@297de567]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.charm@15 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.charm@15:[net.minecraft.item.crafting.Ingredient@445be1c1, net.minecraft.item.crafting.Ingredient@53336d02, net.minecraft.item.crafting.Ingredient@cb862eb, net.minecraft.item.crafting.Ingredient@53336d02, net.minecraft.item.crafting.Ingredient@15a3ecde, net.minecraft.item.crafting.Ingredient@53336d02, net.minecraft.item.crafting.Ingredient@cb862eb, net.minecraft.item.crafting.Ingredient@53336d02, net.minecraft.item.crafting.Ingredient@445be1c1]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.charm@16 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.charm@16:[net.minecraft.item.crafting.Ingredient@1acabec4, net.minecraft.item.crafting.Ingredient@4e648444, net.minecraft.item.crafting.Ingredient@457e3c3, net.minecraft.item.crafting.Ingredient@4e648444, net.minecraft.item.crafting.Ingredient@55aa31a0, net.minecraft.item.crafting.Ingredient@4e648444, net.minecraft.item.crafting.Ingredient@457e3c3, net.minecraft.item.crafting.Ingredient@4e648444, net.minecraft.item.crafting.Ingredient@1acabec4]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.charm@17 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.charm@17:[net.minecraft.item.crafting.Ingredient@1ed9037b, net.minecraft.item.crafting.Ingredient@6ad81af7, net.minecraft.item.crafting.Ingredient@2819af50, net.minecraft.item.crafting.Ingredient@6ad81af7, net.minecraft.item.crafting.Ingredient@25abb5f6, net.minecraft.item.crafting.Ingredient@6ad81af7, net.minecraft.item.crafting.Ingredient@2819af50, net.minecraft.item.crafting.Ingredient@6ad81af7, net.minecraft.item.crafting.Ingredient@1ed9037b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.charm@18 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.charm@18:[net.minecraft.item.crafting.Ingredient@495259bf, net.minecraft.item.crafting.Ingredient@7ac016a2, net.minecraft.item.crafting.Ingredient@2bb4f3a4, net.minecraft.item.crafting.Ingredient@7ac016a2, net.minecraft.item.crafting.Ingredient@2cd4105a, net.minecraft.item.crafting.Ingredient@7ac016a2, net.minecraft.item.crafting.Ingredient@2bb4f3a4, net.minecraft.item.crafting.Ingredient@7ac016a2, net.minecraft.item.crafting.Ingredient@495259bf]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.charm@19 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.charm@19:[net.minecraft.item.crafting.Ingredient@a00c6da, net.minecraft.item.crafting.Ingredient@5de109cb, net.minecraft.item.crafting.Ingredient@71d62c9, net.minecraft.item.crafting.Ingredient@5de109cb, net.minecraft.item.crafting.Ingredient@6252c69, net.minecraft.item.crafting.Ingredient@5de109cb, net.minecraft.item.crafting.Ingredient@71d62c9, net.minecraft.item.crafting.Ingredient@5de109cb, net.minecraft.item.crafting.Ingredient@a00c6da]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.charm@20 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.charm@20:[net.minecraft.item.crafting.Ingredient@1dd3b449, net.minecraft.item.crafting.Ingredient@7d8ea4f1, net.minecraft.item.crafting.Ingredient@73bf295f, net.minecraft.item.crafting.Ingredient@7d8ea4f1, net.minecraft.item.crafting.Ingredient@71348b8c, net.minecraft.item.crafting.Ingredient@7d8ea4f1, net.minecraft.item.crafting.Ingredient@73bf295f, net.minecraft.item.crafting.Ingredient@7d8ea4f1, net.minecraft.item.crafting.Ingredient@1dd3b449]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.gear@15 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.gear@15:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2e232ef1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2e232ef1, net.minecraft.item.crafting.Ingredient@2ed2b680, net.minecraft.item.crafting.Ingredient@2e232ef1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2e232ef1, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.gear@16 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.gear@16:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2aaa00be, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2aaa00be, net.minecraft.item.crafting.Ingredient@1d49f7bc, net.minecraft.item.crafting.Ingredient@2aaa00be, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2aaa00be, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.gear@17 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.gear@17:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6e4f9412, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6e4f9412, net.minecraft.item.crafting.Ingredient@149ac695, net.minecraft.item.crafting.Ingredient@6e4f9412, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6e4f9412, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.gear@18 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.gear@18:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@410e2675, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@410e2675, net.minecraft.item.crafting.Ingredient@53f3c542, net.minecraft.item.crafting.Ingredient@410e2675, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@410e2675, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.gear@19 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.gear@19:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3639d316, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3639d316, net.minecraft.item.crafting.Ingredient@634762a, net.minecraft.item.crafting.Ingredient@3639d316, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3639d316, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 12xitem.ma.inferium_arrow@0 new recipe: RecipeStage{tier='five', recipe=12xitem.ma.inferium_arrow@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@22a8b5ef, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5a7173cf, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7fd1db8d, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 12xitem.ma.prudentium_arrow@0 new recipe: RecipeStage{tier='five', recipe=12xitem.ma.prudentium_arrow@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@508ad961, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1b437b4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@704899bc, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 12xitem.ma.intermedium_arrow@0 new recipe: RecipeStage{tier='five', recipe=12xitem.ma.intermedium_arrow@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@112fa7b3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@31063bb5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5b7c150, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 12xitem.ma.superium_arrow@0 new recipe: RecipeStage{tier='five', recipe=12xitem.ma.superium_arrow@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3f5864a5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3f832b68, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@485d089, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 12xitem.ma.supremium_arrow@0 new recipe: RecipeStage{tier='five', recipe=12xitem.ma.supremium_arrow@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1959fa2d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3fa74a05, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@150cd4e0, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.inferium_helmet@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.inferium_helmet@0:[net.minecraft.item.crafting.Ingredient@60128667, net.minecraft.item.crafting.Ingredient@65e01f02, net.minecraft.item.crafting.Ingredient@60128667, net.minecraft.item.crafting.Ingredient@60128667, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@60128667, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.inferium_chestplate@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.inferium_chestplate@0:[net.minecraft.item.crafting.Ingredient@4476604e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4476604e, net.minecraft.item.crafting.Ingredient@4476604e, net.minecraft.item.crafting.Ingredient@30a3f719, net.minecraft.item.crafting.Ingredient@4476604e, net.minecraft.item.crafting.Ingredient@4476604e, net.minecraft.item.crafting.Ingredient@4476604e, net.minecraft.item.crafting.Ingredient@4476604e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.inferium_leggings@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.inferium_leggings@0:[net.minecraft.item.crafting.Ingredient@570c0d, net.minecraft.item.crafting.Ingredient@77d47859, net.minecraft.item.crafting.Ingredient@570c0d, net.minecraft.item.crafting.Ingredient@570c0d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@570c0d, net.minecraft.item.crafting.Ingredient@570c0d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@570c0d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.inferium_boots@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.inferium_boots@0:[net.minecraft.item.crafting.Ingredient@7a2cd17f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7a2cd17f, net.minecraft.item.crafting.Ingredient@7a2cd17f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@42239d53, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.prudentium_helmet@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.prudentium_helmet@0:[net.minecraft.item.crafting.Ingredient@4ccfafdd, net.minecraft.item.crafting.Ingredient@50f43812, net.minecraft.item.crafting.Ingredient@4ccfafdd, net.minecraft.item.crafting.Ingredient@4ccfafdd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4ccfafdd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.prudentium_chestplate@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.prudentium_chestplate@0:[net.minecraft.item.crafting.Ingredient@1102c2ab, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1102c2ab, net.minecraft.item.crafting.Ingredient@1102c2ab, net.minecraft.item.crafting.Ingredient@20022611, net.minecraft.item.crafting.Ingredient@1102c2ab, net.minecraft.item.crafting.Ingredient@1102c2ab, net.minecraft.item.crafting.Ingredient@1102c2ab, net.minecraft.item.crafting.Ingredient@1102c2ab]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.prudentium_leggings@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.prudentium_leggings@0:[net.minecraft.item.crafting.Ingredient@40479be7, net.minecraft.item.crafting.Ingredient@47d71ede, net.minecraft.item.crafting.Ingredient@40479be7, net.minecraft.item.crafting.Ingredient@40479be7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@40479be7, net.minecraft.item.crafting.Ingredient@40479be7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@40479be7]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.prudentium_boots@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.prudentium_boots@0:[net.minecraft.item.crafting.Ingredient@1a0a500c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1a0a500c, net.minecraft.item.crafting.Ingredient@1a0a500c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@66ee6809, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.intermedium_helmet@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.intermedium_helmet@0:[net.minecraft.item.crafting.Ingredient@4be2ea0b, net.minecraft.item.crafting.Ingredient@320594b, net.minecraft.item.crafting.Ingredient@4be2ea0b, net.minecraft.item.crafting.Ingredient@4be2ea0b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4be2ea0b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.intermedium_chestplate@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.intermedium_chestplate@0:[net.minecraft.item.crafting.Ingredient@ae8b1ba, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@ae8b1ba, net.minecraft.item.crafting.Ingredient@ae8b1ba, net.minecraft.item.crafting.Ingredient@5606a05e, net.minecraft.item.crafting.Ingredient@ae8b1ba, net.minecraft.item.crafting.Ingredient@ae8b1ba, net.minecraft.item.crafting.Ingredient@ae8b1ba, net.minecraft.item.crafting.Ingredient@ae8b1ba]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.intermedium_leggings@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.intermedium_leggings@0:[net.minecraft.item.crafting.Ingredient@1f068fc8, net.minecraft.item.crafting.Ingredient@50ac88f3, net.minecraft.item.crafting.Ingredient@1f068fc8, net.minecraft.item.crafting.Ingredient@1f068fc8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1f068fc8, net.minecraft.item.crafting.Ingredient@1f068fc8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1f068fc8]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.intermedium_boots@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.intermedium_boots@0:[net.minecraft.item.crafting.Ingredient@e9552a4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@e9552a4, net.minecraft.item.crafting.Ingredient@e9552a4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@25c6f471, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.superium_helmet@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.superium_helmet@0:[net.minecraft.item.crafting.Ingredient@7c88e377, net.minecraft.item.crafting.Ingredient@58ac9e30, net.minecraft.item.crafting.Ingredient@7c88e377, net.minecraft.item.crafting.Ingredient@7c88e377, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7c88e377, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.superium_chestplate@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.superium_chestplate@0:[net.minecraft.item.crafting.Ingredient@13c29e02, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@13c29e02, net.minecraft.item.crafting.Ingredient@13c29e02, net.minecraft.item.crafting.Ingredient@286a5456, net.minecraft.item.crafting.Ingredient@13c29e02, net.minecraft.item.crafting.Ingredient@13c29e02, net.minecraft.item.crafting.Ingredient@13c29e02, net.minecraft.item.crafting.Ingredient@13c29e02]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.superium_leggings@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.superium_leggings@0:[net.minecraft.item.crafting.Ingredient@227e610, net.minecraft.item.crafting.Ingredient@5125ad8, net.minecraft.item.crafting.Ingredient@227e610, net.minecraft.item.crafting.Ingredient@227e610, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@227e610, net.minecraft.item.crafting.Ingredient@227e610, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@227e610]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.superium_boots@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.superium_boots@0:[net.minecraft.item.crafting.Ingredient@33745bf3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@33745bf3, net.minecraft.item.crafting.Ingredient@33745bf3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@e5e2ceb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.supremium_helmet@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.supremium_helmet@0:[net.minecraft.item.crafting.Ingredient@656740bd, net.minecraft.item.crafting.Ingredient@745d3421, net.minecraft.item.crafting.Ingredient@656740bd, net.minecraft.item.crafting.Ingredient@656740bd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@656740bd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.supremium_chestplate@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.supremium_chestplate@0:[net.minecraft.item.crafting.Ingredient@79ff9347, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@79ff9347, net.minecraft.item.crafting.Ingredient@79ff9347, net.minecraft.item.crafting.Ingredient@2642566d, net.minecraft.item.crafting.Ingredient@79ff9347, net.minecraft.item.crafting.Ingredient@79ff9347, net.minecraft.item.crafting.Ingredient@79ff9347, net.minecraft.item.crafting.Ingredient@79ff9347]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.supremium_leggings@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.supremium_leggings@0:[net.minecraft.item.crafting.Ingredient@6b517836, net.minecraft.item.crafting.Ingredient@6eb1bbb0, net.minecraft.item.crafting.Ingredient@6b517836, net.minecraft.item.crafting.Ingredient@6b517836, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6b517836, net.minecraft.item.crafting.Ingredient@6b517836, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6b517836]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.gear@5 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.gear@5:[net.minecraft.item.crafting.Ingredient@7de66cd, net.minecraft.item.crafting.Ingredient@52daa939]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.gear@5 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.gear@5:[net.minecraft.item.crafting.Ingredient@4bed0d79, net.minecraft.item.crafting.Ingredient@3ff1e2c7]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.gear@5 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.gear@5:[net.minecraft.item.crafting.Ingredient@6a4adcb4, net.minecraft.item.crafting.Ingredient@49ef8241]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.gear@5 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.gear@5:[net.minecraft.item.crafting.Ingredient@69f66828, net.minecraft.item.crafting.Ingredient@55e5a6de]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.gear@6 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.gear@6:[net.minecraft.item.crafting.Ingredient@5c9a6273, net.minecraft.item.crafting.Ingredient@677e6e0]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.gear@6 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.gear@6:[net.minecraft.item.crafting.Ingredient@70228f47, net.minecraft.item.crafting.Ingredient@7fa4f2ca]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.gear@6 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.gear@6:[net.minecraft.item.crafting.Ingredient@5b815106, net.minecraft.item.crafting.Ingredient@3fbdb586]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.gear@6 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.gear@6:[net.minecraft.item.crafting.Ingredient@4b7fb140, net.minecraft.item.crafting.Ingredient@1a27c048]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.gear@7 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.gear@7:[net.minecraft.item.crafting.Ingredient@16fd63e0, net.minecraft.item.crafting.Ingredient@203e35ce]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.gear@7 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.gear@7:[net.minecraft.item.crafting.Ingredient@6e0967a6, net.minecraft.item.crafting.Ingredient@1396ebe4]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.gear@7 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.gear@7:[net.minecraft.item.crafting.Ingredient@3a3027da, net.minecraft.item.crafting.Ingredient@1f21536d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.gear@7 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.gear@7:[net.minecraft.item.crafting.Ingredient@40002606, net.minecraft.item.crafting.Ingredient@7b35c72b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.gear@8 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.gear@8:[net.minecraft.item.crafting.Ingredient@371a7f0c, net.minecraft.item.crafting.Ingredient@76eb5fff]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.gear@8 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.gear@8:[net.minecraft.item.crafting.Ingredient@1fdc957a, net.minecraft.item.crafting.Ingredient@7bda6b92]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.gear@8 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.gear@8:[net.minecraft.item.crafting.Ingredient@627189a9, net.minecraft.item.crafting.Ingredient@19fdb7d8]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.gear@8 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.gear@8:[net.minecraft.item.crafting.Ingredient@704ddf5a, net.minecraft.item.crafting.Ingredient@1e9f3c3b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.gear@9 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.gear@9:[net.minecraft.item.crafting.Ingredient@45183035, net.minecraft.item.crafting.Ingredient@5b3180c3]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.gear@9 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.gear@9:[net.minecraft.item.crafting.Ingredient@1670c79b, net.minecraft.item.crafting.Ingredient@126dc4f8]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.gear@9 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.gear@9:[net.minecraft.item.crafting.Ingredient@39d213e4, net.minecraft.item.crafting.Ingredient@290e575a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.gear@9 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.gear@9:[net.minecraft.item.crafting.Ingredient@7bd4cdd7, net.minecraft.item.crafting.Ingredient@52b0bc7a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 32xtile.stonebrick@0 new recipe: RecipeStage{tier='tutorial', recipe=32xtile.stonebrick@0:[net.minecraft.item.crafting.Ingredient@2851ab78, net.minecraft.item.crafting.Ingredient@2851ab78, net.minecraft.item.crafting.Ingredient@2851ab78, net.minecraft.item.crafting.Ingredient@2851ab78, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2851ab78, net.minecraft.item.crafting.Ingredient@2851ab78, net.minecraft.item.crafting.Ingredient@2851ab78, net.minecraft.item.crafting.Ingredient@2851ab78]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 32xtile.stone@0 new recipe: RecipeStage{tier='tutorial', recipe=32xtile.stone@0:[net.minecraft.item.crafting.Ingredient@21467064, net.minecraft.item.crafting.Ingredient@21467064, net.minecraft.item.crafting.Ingredient@21467064, net.minecraft.item.crafting.Ingredient@21467064, net.minecraft.item.crafting.Ingredient@21467064, net.minecraft.item.crafting.Ingredient@21467064, net.minecraft.item.crafting.Ingredient@21467064, net.minecraft.item.crafting.Ingredient@21467064, net.minecraft.item.crafting.Ingredient@21467064]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 16xtile.stone@1 new recipe: RecipeStage{tier='tutorial', recipe=16xtile.stone@1:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7d3146c3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7d3146c3, net.minecraft.item.crafting.Ingredient@1eee187d, net.minecraft.item.crafting.Ingredient@7d3146c3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7d3146c3, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 16xtile.stone@3 new recipe: RecipeStage{tier='tutorial', recipe=16xtile.stone@3:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@52189e44, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2568c374, net.minecraft.item.crafting.Ingredient@2568c374, net.minecraft.item.crafting.Ingredient@2568c374, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2568c374, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 16xtile.stone@5 new recipe: RecipeStage{tier='tutorial', recipe=16xtile.stone@5:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7c562dbb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1f463226, net.minecraft.item.crafting.Ingredient@7c562dbb, net.minecraft.item.crafting.Ingredient@7c562dbb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7c562dbb, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 12xtile.stonebricksmooth@2 new recipe: RecipeStage{tier='two', recipe=12xtile.stonebricksmooth@2:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6fcbfa80, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6fcbfa80, net.minecraftforge.oredict.OreIngredient@223d2937, net.minecraft.item.crafting.Ingredient@6fcbfa80, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6fcbfa80, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 12xtile.stonebricksmooth@3 new recipe: RecipeStage{tier='two', recipe=12xtile.stonebricksmooth@3:[net.minecraft.item.crafting.Ingredient@568d2f3d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@568d2f3d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6622c096, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@568d2f3d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@568d2f3d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 24xtile.dirt@0 new recipe: RecipeStage{tier='tutorial', recipe=24xtile.dirt@0:[net.minecraft.item.crafting.Ingredient@d3bd2f6, net.minecraft.item.crafting.Ingredient@d3bd2f6, net.minecraft.item.crafting.Ingredient@d3bd2f6, net.minecraft.item.crafting.Ingredient@d3bd2f6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@d3bd2f6, net.minecraft.item.crafting.Ingredient@d3bd2f6, net.minecraft.item.crafting.Ingredient@d3bd2f6, net.minecraft.item.crafting.Ingredient@d3bd2f6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 12xtile.grass@0 new recipe: RecipeStage{tier='zero', recipe=12xtile.grass@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6b0fc32d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6b0fc32d, net.minecraft.item.crafting.Ingredient@4a061692, net.minecraft.item.crafting.Ingredient@6b0fc32d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6b0fc32d, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 16xtile.dirt@1 new recipe: RecipeStage{tier='tutorial', recipe=16xtile.dirt@1:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7356cc02, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7356cc02, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7356cc02, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.dirt@2 new recipe: RecipeStage{tier='tutorial', recipe=8xtile.dirt@2:[net.minecraft.item.crafting.Ingredient@1c1d4730, net.minecraft.item.crafting.Ingredient@1c1d4730, net.minecraft.item.crafting.Ingredient@1c1d4730, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 16xtile.gravel@0 new recipe: RecipeStage{tier='tutorial', recipe=16xtile.gravel@0:[net.minecraft.item.crafting.Ingredient@e4a35ad, net.minecraft.item.crafting.Ingredient@432d8185, net.minecraft.item.crafting.Ingredient@432d8185, net.minecraft.item.crafting.Ingredient@e4a35ad]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 16xtile.mycel@0 new recipe: RecipeStage{tier='zero', recipe=16xtile.mycel@0:[net.minecraft.item.crafting.Ingredient@6fcb3fa4, net.minecraft.item.crafting.Ingredient@6fcb3fa4, net.minecraft.item.crafting.Ingredient@6fcb3fa4, net.minecraft.item.crafting.Ingredient@30f3934a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@30f3934a, net.minecraft.item.crafting.Ingredient@30f3934a, net.minecraft.item.crafting.Ingredient@30f3934a, net.minecraft.item.crafting.Ingredient@30f3934a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 16xtile.vine@0 new recipe: RecipeStage{tier='zero', recipe=16xtile.vine@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@e244fac, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@e244fac, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@e244fac, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 16xtile.cactus@0 new recipe: RecipeStage{tier='tutorial', recipe=16xtile.cactus@0:[net.minecraft.item.crafting.Ingredient@1461c916, net.minecraft.item.crafting.Ingredient@1461c916, net.minecraft.item.crafting.Ingredient@1461c916, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1461c916, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1461c916, net.minecraft.item.crafting.Ingredient@1461c916, net.minecraft.item.crafting.Ingredient@1461c916]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 16xitem.reeds@0 new recipe: RecipeStage{tier='zero', recipe=16xitem.reeds@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@55ef9679, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@55ef9679, net.minecraft.item.crafting.Ingredient@55ef9679, net.minecraft.item.crafting.Ingredient@55ef9679, net.minecraft.item.crafting.Ingredient@55ef9679, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@55ef9679]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 16xtile.pumpkin@0 new recipe: RecipeStage{tier='tutorial', recipe=16xtile.pumpkin@0:[net.minecraft.item.crafting.Ingredient@6237e9a6, net.minecraft.item.crafting.Ingredient@6237e9a6, net.minecraft.item.crafting.Ingredient@6237e9a6, net.minecraft.item.crafting.Ingredient@6237e9a6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6237e9a6, net.minecraft.item.crafting.Ingredient@6237e9a6, net.minecraft.item.crafting.Ingredient@6237e9a6, net.minecraft.item.crafting.Ingredient@6237e9a6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.melon@0 new recipe: RecipeStage{tier='tutorial', recipe=8xtile.melon@0:[net.minecraft.item.crafting.Ingredient@65883db6, net.minecraft.item.crafting.Ingredient@65883db6, net.minecraft.item.crafting.Ingredient@65883db6, net.minecraft.item.crafting.Ingredient@65883db6, net.minecraft.item.crafting.Ingredient@65883db6, net.minecraft.item.crafting.Ingredient@65883db6, net.minecraft.item.crafting.Ingredient@65883db6, net.minecraft.item.crafting.Ingredient@65883db6, net.minecraft.item.crafting.Ingredient@65883db6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 12xitem.wheat@0 new recipe: RecipeStage{tier='tutorial', recipe=12xitem.wheat@0:[net.minecraft.item.crafting.Ingredient@654059d3, net.minecraft.item.crafting.Ingredient@654059d3, net.minecraft.item.crafting.Ingredient@654059d3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 12xitem.potato@0 new recipe: RecipeStage{tier='tutorial', recipe=12xitem.potato@0:[net.minecraft.item.crafting.Ingredient@64e9ae1d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@64e9ae1d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@64e9ae1d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.potatoPoisonous@0 new recipe: RecipeStage{tier='tutorial', recipe=1xitem.potatoPoisonous@0:[net.minecraft.item.crafting.Ingredient@6d68947, net.minecraft.item.crafting.Ingredient@40d1633, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 12xitem.carrots@0 new recipe: RecipeStage{tier='tutorial', recipe=12xitem.carrots@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6ee9b0da, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6ee9b0da, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6ee9b0da]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 12xitem.beetroot@0 new recipe: RecipeStage{tier='tutorial', recipe=12xitem.beetroot@0:[net.minecraft.item.crafting.Ingredient@3097a20b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3097a20b, net.minecraft.item.crafting.Ingredient@3097a20b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.waterlily@0 new recipe: RecipeStage{tier='tutorial', recipe=8xtile.waterlily@0:[net.minecraft.item.crafting.Ingredient@e1608b8, net.minecraft.item.crafting.Ingredient@e1608b8, net.minecraft.item.crafting.Ingredient@e1608b8, net.minecraft.item.crafting.Ingredient@e1608b8, net.minecraft.item.crafting.Ingredient@e1608b8, net.minecraft.item.crafting.Ingredient@e1608b8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@e1608b8, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.mushroom@0 new recipe: RecipeStage{tier='zero', recipe=8xtile.mushroom@0:[net.minecraft.item.crafting.Ingredient@ec9f658, net.minecraft.item.crafting.Ingredient@2ee115f4, net.minecraft.item.crafting.Ingredient@ec9f658, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.mushroom@0 new recipe: RecipeStage{tier='zero', recipe=8xtile.mushroom@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@435c5efb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2661bfe, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@435c5efb, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 16xtile.stoneMoss@0 new recipe: RecipeStage{tier='zero', recipe=16xtile.stoneMoss@0:[net.minecraft.item.crafting.Ingredient@616f324a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@616f324a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4065131a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@616f324a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@616f324a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 16xtile.stonebricksmooth@1 new recipe: RecipeStage{tier='two', recipe=16xtile.stonebricksmooth@1:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@21b436d5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@21b436d5, net.minecraft.item.crafting.Ingredient@3951bdcb, net.minecraft.item.crafting.Ingredient@21b436d5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@21b436d5, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.apple@0 new recipe: RecipeStage{tier='tutorial', recipe=8xitem.apple@0:[net.minecraft.item.crafting.Ingredient@51e2f952, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@51e2f952, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@51e2f952]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 12xtile.tallgrass@1 new recipe: RecipeStage{tier='zero', recipe=12xtile.tallgrass@1:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@656b3f37, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@656b3f37, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@656b3f37, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 16xtile.log@0 new recipe: RecipeStage{tier='tutorial', recipe=16xtile.log@0:[net.minecraft.item.crafting.Ingredient@5615c1d2, net.minecraft.item.crafting.Ingredient@5615c1d2, net.minecraft.item.crafting.Ingredient@5615c1d2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 16xtile.log@1 new recipe: RecipeStage{tier='tutorial', recipe=16xtile.log@1:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@38f08049, net.minecraft.item.crafting.Ingredient@38f08049, net.minecraft.item.crafting.Ingredient@38f08049, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 16xtile.log@2 new recipe: RecipeStage{tier='tutorial', recipe=16xtile.log@2:[net.minecraft.item.crafting.Ingredient@c338d9a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@c338d9a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@c338d9a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 16xtile.log@3 new recipe: RecipeStage{tier='tutorial', recipe=16xtile.log@3:[net.minecraft.item.crafting.Ingredient@40f8d9fc, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@40f8d9fc, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@40f8d9fc, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 16xtile.log@0 new recipe: RecipeStage{tier='tutorial', recipe=16xtile.log@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@22d98824, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@22d98824, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@22d98824, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 16xtile.log@1 new recipe: RecipeStage{tier='tutorial', recipe=16xtile.log@1:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6f727acd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6f727acd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6f727acd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.sapling@0 new recipe: RecipeStage{tier='tutorial', recipe=4xtile.sapling@0:[net.minecraft.item.crafting.Ingredient@7f12d2a, net.minecraft.item.crafting.Ingredient@75894e0d, net.minecraft.item.crafting.Ingredient@7f12d2a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.sapling@1 new recipe: RecipeStage{tier='tutorial', recipe=4xtile.sapling@1:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@580344ff, net.minecraft.item.crafting.Ingredient@5615aaa8, net.minecraft.item.crafting.Ingredient@580344ff, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.sapling@2 new recipe: RecipeStage{tier='tutorial', recipe=4xtile.sapling@2:[net.minecraft.item.crafting.Ingredient@6f377ef6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2d51fb53, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6f377ef6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.sapling@3 new recipe: RecipeStage{tier='tutorial', recipe=4xtile.sapling@3:[net.minecraft.item.crafting.Ingredient@24b11050, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@70251afe, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@24b11050, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.sapling@4 new recipe: RecipeStage{tier='tutorial', recipe=4xtile.sapling@4:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@564725bc, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7ad89cb4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@564725bc, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.sapling@5 new recipe: RecipeStage{tier='tutorial', recipe=4xtile.sapling@5:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@172d49d3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@78a8e44f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@172d49d3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 24xitem.clay@0 new recipe: RecipeStage{tier='tutorial', recipe=24xitem.clay@0:[net.minecraft.item.crafting.Ingredient@2b7fb626, net.minecraft.item.crafting.Ingredient@5fde1282, net.minecraft.item.crafting.Ingredient@5fde1282, net.minecraft.item.crafting.Ingredient@2b7fb626]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 12xtile.snow@0 new recipe: RecipeStage{tier='tutorial', recipe=12xtile.snow@0:[net.minecraft.item.crafting.Ingredient@48c73459, net.minecraft.item.crafting.Ingredient@48c73459, net.minecraft.item.crafting.Ingredient@48c73459, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.ice@0 new recipe: RecipeStage{tier='zero', recipe=8xtile.ice@0:[net.minecraft.item.crafting.Ingredient@313a2eba, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@313a2eba, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@313a2eba, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@313a2eba, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@313a2eba]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 12xtile.icePacked@0 new recipe: RecipeStage{tier='zero', recipe=12xtile.icePacked@0:[net.minecraft.item.crafting.Ingredient@2d1fec89, net.minecraft.item.crafting.Ingredient@2d1fec89, net.minecraft.item.crafting.Ingredient@2d1fec89, net.minecraft.item.crafting.Ingredient@2d1fec89]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.bucketLava@0 new recipe: RecipeStage{tier='zero', recipe=1xitem.bucketLava@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@28a55cf3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@28a55cf3, net.minecraft.item.crafting.Ingredient@2f5c214c, net.minecraft.item.crafting.Ingredient@28a55cf3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@28a55cf3, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 16xtile.sand@0 new recipe: RecipeStage{tier='tutorial', recipe=16xtile.sand@0:[net.minecraft.item.crafting.Ingredient@62451fd6, net.minecraft.item.crafting.Ingredient@600595a9, net.minecraft.item.crafting.Ingredient@600595a9, net.minecraft.item.crafting.Ingredient@62451fd6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 16xtile.sand@1 new recipe: RecipeStage{tier='tutorial', recipe=16xtile.sand@1:[net.minecraft.item.crafting.Ingredient@369702a3, net.minecraft.item.crafting.Ingredient@7c661956, net.minecraft.item.crafting.Ingredient@7c661956, net.minecraft.item.crafting.Ingredient@369702a3]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 32xtile.hellrock@0 new recipe: RecipeStage{tier='three', recipe=32xtile.hellrock@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4eb7c7c1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4eb7c7c1, net.minecraft.item.crafting.Ingredient@4eb7c7c1, net.minecraft.item.crafting.Ingredient@4eb7c7c1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4eb7c7c1, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 20xtile.hellsand@0 new recipe: RecipeStage{tier='three', recipe=20xtile.hellsand@0:[net.minecraft.item.crafting.Ingredient@5169098d, net.minecraft.item.crafting.Ingredient@5169098d, net.minecraft.item.crafting.Ingredient@5169098d, net.minecraft.item.crafting.Ingredient@5169098d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5169098d, net.minecraft.item.crafting.Ingredient@5169098d, net.minecraft.item.crafting.Ingredient@5169098d, net.minecraft.item.crafting.Ingredient@5169098d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 24xtile.netherBrick@0 new recipe: RecipeStage{tier='three', recipe=24xtile.netherBrick@0:[net.minecraft.item.crafting.Ingredient@648f9ed8, net.minecraft.item.crafting.Ingredient@648f9ed8, net.minecraft.item.crafting.Ingredient@648f9ed8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@648f9ed8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 12xitem.netherStalkSeeds@0 new recipe: RecipeStage{tier='three', recipe=12xitem.netherStalkSeeds@0:[net.minecraft.item.crafting.Ingredient@581180aa, net.minecraft.item.crafting.Ingredient@7a97357a, net.minecraft.item.crafting.Ingredient@581180aa, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 12xitem.netherquartz@0 new recipe: RecipeStage{tier='three', recipe=12xitem.netherquartz@0:[net.minecraft.item.crafting.Ingredient@795d0ed4, net.minecraft.item.crafting.Ingredient@795d0ed4, net.minecraft.item.crafting.Ingredient@795d0ed4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@795d0ed4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@795d0ed4, net.minecraft.item.crafting.Ingredient@795d0ed4, net.minecraft.item.crafting.Ingredient@795d0ed4]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 16xitem.yellowDust@0 new recipe: RecipeStage{tier='three', recipe=16xitem.yellowDust@0:[net.minecraft.item.crafting.Ingredient@44cac2fb, net.minecraft.item.crafting.Ingredient@44cac2fb, net.minecraft.item.crafting.Ingredient@44cac2fb, net.minecraft.item.crafting.Ingredient@44cac2fb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@44cac2fb, net.minecraft.item.crafting.Ingredient@44cac2fb, net.minecraft.item.crafting.Ingredient@44cac2fb, net.minecraft.item.crafting.Ingredient@44cac2fb]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 16xitem.redstone@0 new recipe: RecipeStage{tier='two', recipe=16xitem.redstone@0:[net.minecraft.item.crafting.Ingredient@529baa41, net.minecraft.item.crafting.Ingredient@529baa41, net.minecraft.item.crafting.Ingredient@529baa41, net.minecraft.item.crafting.Ingredient@529baa41, net.minecraft.item.crafting.Ingredient@529baa41, net.minecraft.item.crafting.Ingredient@529baa41, net.minecraft.item.crafting.Ingredient@529baa41, net.minecraft.item.crafting.Ingredient@529baa41, net.minecraft.item.crafting.Ingredient@529baa41]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 12xtile.obsidian@0 new recipe: RecipeStage{tier='three', recipe=12xtile.obsidian@0:[net.minecraft.item.crafting.Ingredient@709b384b, net.minecraft.item.crafting.Ingredient@709b384b, net.minecraft.item.crafting.Ingredient@709b384b, net.minecraft.item.crafting.Ingredient@709b384b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@709b384b, net.minecraft.item.crafting.Ingredient@709b384b, net.minecraft.item.crafting.Ingredient@709b384b, net.minecraft.item.crafting.Ingredient@709b384b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 12xitem.dyePowder@4 new recipe: RecipeStage{tier='two', recipe=12xitem.dyePowder@4:[net.minecraft.item.crafting.Ingredient@59f2877b, net.minecraft.item.crafting.Ingredient@59f2877b, net.minecraft.item.crafting.Ingredient@59f2877b, net.minecraft.item.crafting.Ingredient@59f2877b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@59f2877b, net.minecraft.item.crafting.Ingredient@59f2877b, net.minecraft.item.crafting.Ingredient@59f2877b, net.minecraft.item.crafting.Ingredient@59f2877b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 24xtile.whiteStone@0 new recipe: RecipeStage{tier='four', recipe=24xtile.whiteStone@0:[net.minecraft.item.crafting.Ingredient@656d955b, net.minecraft.item.crafting.Ingredient@656d955b, net.minecraft.item.crafting.Ingredient@656d955b, net.minecraft.item.crafting.Ingredient@656d955b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@656d955b, net.minecraft.item.crafting.Ingredient@656d955b, net.minecraft.item.crafting.Ingredient@656d955b, net.minecraft.item.crafting.Ingredient@656d955b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.purpurBlock@0 new recipe: RecipeStage{tier='four', recipe=8xtile.purpurBlock@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4d0cbfa3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4d0cbfa3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4d0cbfa3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4d0cbfa3, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 12xitem.chorusFruit@0 new recipe: RecipeStage{tier='four', recipe=12xitem.chorusFruit@0:[net.minecraft.item.crafting.Ingredient@4fbbd86b, net.minecraft.item.crafting.Ingredient@e3e9c93, net.minecraft.item.crafting.Ingredient@4fbbd86b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.ma.xp_droplet@0 new recipe: RecipeStage{tier='five', recipe=8xitem.ma.xp_droplet@0:[net.minecraft.item.crafting.Ingredient@4aab3ded, net.minecraft.item.crafting.Ingredient@4aab3ded, net.minecraft.item.crafting.Ingredient@4aab3ded, net.minecraft.item.crafting.Ingredient@4aab3ded, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4aab3ded, net.minecraft.item.crafting.Ingredient@4aab3ded, net.minecraft.item.crafting.Ingredient@4aab3ded, net.minecraft.item.crafting.Ingredient@4aab3ded]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.emerald@0 new recipe: RecipeStage{tier='five', recipe=1xitem.emerald@0:[net.minecraft.item.crafting.Ingredient@2a107d1b, net.minecraft.item.crafting.Ingredient@2a107d1b, net.minecraft.item.crafting.Ingredient@2a107d1b, net.minecraft.item.crafting.Ingredient@2a107d1b, net.minecraft.item.crafting.Ingredient@2a107d1b, net.minecraft.item.crafting.Ingredient@2a107d1b, net.minecraft.item.crafting.Ingredient@2a107d1b, net.minecraft.item.crafting.Ingredient@2a107d1b, net.minecraft.item.crafting.Ingredient@2a107d1b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 12xitem.rottenFlesh@0 new recipe: RecipeStage{tier='zero', recipe=12xitem.rottenFlesh@0:[net.minecraft.item.crafting.Ingredient@56e356f4, net.minecraft.item.crafting.Ingredient@56e356f4, net.minecraft.item.crafting.Ingredient@56e356f4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.skull@2 new recipe: RecipeStage{tier='zero', recipe=1xitem.skull@2:[net.minecraft.item.crafting.Ingredient@7dab2331, net.minecraft.item.crafting.Ingredient@7dab2331, net.minecraft.item.crafting.Ingredient@7dab2331, net.minecraft.item.crafting.Ingredient@7dab2331, net.minecraft.item.crafting.Ingredient@72bbdfb6, net.minecraft.item.crafting.Ingredient@7dab2331, net.minecraft.item.crafting.Ingredient@7dab2331, net.minecraft.item.crafting.Ingredient@7dab2331, net.minecraft.item.crafting.Ingredient@7dab2331]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xitem.porkchopRaw@0 new recipe: RecipeStage{tier='tutorial', recipe=4xitem.porkchopRaw@0:[net.minecraft.item.crafting.Ingredient@397e5a43, net.minecraft.item.crafting.Ingredient@397e5a43, net.minecraft.item.crafting.Ingredient@397e5a43, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xitem.chickenRaw@0 new recipe: RecipeStage{tier='tutorial', recipe=4xitem.chickenRaw@0:[net.minecraft.item.crafting.Ingredient@31827e82, net.minecraft.item.crafting.Ingredient@31827e82, net.minecraft.item.crafting.Ingredient@31827e82, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.feather@0 new recipe: RecipeStage{tier='tutorial', recipe=8xitem.feather@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5f7c53a8, net.minecraft.item.crafting.Ingredient@5f7c53a8, net.minecraft.item.crafting.Ingredient@5f7c53a8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.egg@0 new recipe: RecipeStage{tier='tutorial', recipe=8xitem.egg@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@22386ba4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@22386ba4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@22386ba4, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xitem.beefRaw@0 new recipe: RecipeStage{tier='tutorial', recipe=4xitem.beefRaw@0:[net.minecraft.item.crafting.Ingredient@56cf8d7f, net.minecraft.item.crafting.Ingredient@56cf8d7f, net.minecraft.item.crafting.Ingredient@56cf8d7f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.milk@0 new recipe: RecipeStage{tier='three', recipe=1xitem.milk@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@e26091c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@e26091c, net.minecraft.item.crafting.Ingredient@6a49698a, net.minecraft.item.crafting.Ingredient@e26091c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@e26091c, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xitem.muttonRaw@0 new recipe: RecipeStage{tier='tutorial', recipe=4xitem.muttonRaw@0:[net.minecraft.item.crafting.Ingredient@2c0eca5e, net.minecraft.item.crafting.Ingredient@2c0eca5e, net.minecraft.item.crafting.Ingredient@2c0eca5e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.slimeball@0 new recipe: RecipeStage{tier='zero', recipe=8xitem.slimeball@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@254ad0de, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@254ad0de, net.minecraft.item.crafting.Ingredient@254ad0de, net.minecraft.item.crafting.Ingredient@254ad0de, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@254ad0de, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.bone@0 new recipe: RecipeStage{tier='tutorial', recipe=8xitem.bone@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4cbaa908, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4cbaa908, net.minecraft.item.crafting.Ingredient@4cbaa908, net.minecraft.item.crafting.Ingredient@4cbaa908, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4cbaa908, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.skull@0 new recipe: RecipeStage{tier='zero', recipe=1xitem.skull@0:[net.minecraft.item.crafting.Ingredient@4d072a50, net.minecraft.item.crafting.Ingredient@4d072a50, net.minecraft.item.crafting.Ingredient@4d072a50, net.minecraft.item.crafting.Ingredient@4d072a50, net.minecraft.item.crafting.Ingredient@5887d484, net.minecraft.item.crafting.Ingredient@4d072a50, net.minecraft.item.crafting.Ingredient@4d072a50, net.minecraft.item.crafting.Ingredient@4d072a50, net.minecraft.item.crafting.Ingredient@4d072a50]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.skull@4 new recipe: RecipeStage{tier='zero', recipe=1xitem.skull@4:[net.minecraft.item.crafting.Ingredient@383cd9b, net.minecraft.item.crafting.Ingredient@383cd9b, net.minecraft.item.crafting.Ingredient@383cd9b, net.minecraft.item.crafting.Ingredient@383cd9b, net.minecraft.item.crafting.Ingredient@24eb7ee2, net.minecraft.item.crafting.Ingredient@383cd9b, net.minecraft.item.crafting.Ingredient@383cd9b, net.minecraft.item.crafting.Ingredient@383cd9b, net.minecraft.item.crafting.Ingredient@383cd9b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xitem.spiderEye@0 new recipe: RecipeStage{tier='zero', recipe=3xitem.spiderEye@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3d4e7297, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3d4e7297, net.minecraft.item.crafting.Ingredient@3d4e7297, net.minecraft.item.crafting.Ingredient@3d4e7297, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3d4e7297, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xitem.rabbitRaw@0 new recipe: RecipeStage{tier='tutorial', recipe=4xitem.rabbitRaw@0:[net.minecraft.item.crafting.Ingredient@63e96f2c, net.minecraft.item.crafting.Ingredient@63e96f2c, net.minecraft.item.crafting.Ingredient@63e96f2c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xitem.rabbitFoot@0 new recipe: RecipeStage{tier='zero', recipe=3xitem.rabbitFoot@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@738ed1f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@738ed1f, net.minecraft.item.crafting.Ingredient@738ed1f, net.minecraft.item.crafting.Ingredient@738ed1f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@738ed1f, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.rabbitHide@0 new recipe: RecipeStage{tier='zero', recipe=8xitem.rabbitHide@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@16600475, net.minecraft.item.crafting.Ingredient@16600475, net.minecraft.item.crafting.Ingredient@16600475, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xitem.fish@0 new recipe: RecipeStage{tier='tutorial', recipe=4xitem.fish@0:[net.minecraft.item.crafting.Ingredient@78d10700, net.minecraft.item.crafting.Ingredient@78d10700, net.minecraft.item.crafting.Ingredient@78d10700, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 12xitem.prismarineShard@0 new recipe: RecipeStage{tier='zero', recipe=12xitem.prismarineShard@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@14c2bfe8, net.minecraft.item.crafting.Ingredient@14c2bfe8, net.minecraft.item.crafting.Ingredient@14c2bfe8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 16xitem.prismarineCrystals@0 new recipe: RecipeStage{tier='zero', recipe=16xitem.prismarineCrystals@0:[net.minecraft.item.crafting.Ingredient@5680eb63, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5680eb63, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5680eb63, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5680eb63]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xitem.blazeRod@0 new recipe: RecipeStage{tier='three', recipe=3xitem.blazeRod@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6f90e2da, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6f90e2da, net.minecraft.item.crafting.Ingredient@6f90e2da, net.minecraft.item.crafting.Ingredient@6f90e2da, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6f90e2da, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xitem.ghastTear@0 new recipe: RecipeStage{tier='two', recipe=2xitem.ghastTear@0:[net.minecraft.item.crafting.Ingredient@50607a1b, net.minecraft.item.crafting.Ingredient@50607a1b, net.minecraft.item.crafting.Ingredient@50607a1b, net.minecraft.item.crafting.Ingredient@50607a1b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@50607a1b, net.minecraft.item.crafting.Ingredient@50607a1b, net.minecraft.item.crafting.Ingredient@50607a1b, net.minecraft.item.crafting.Ingredient@50607a1b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xitem.enderPearl@0 new recipe: RecipeStage{tier='two', recipe=4xitem.enderPearl@0:[net.minecraft.item.crafting.Ingredient@374566ef, net.minecraft.item.crafting.Ingredient@374566ef, net.minecraft.item.crafting.Ingredient@374566ef, net.minecraft.item.crafting.Ingredient@374566ef, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@374566ef, net.minecraft.item.crafting.Ingredient@374566ef, net.minecraft.item.crafting.Ingredient@374566ef, net.minecraft.item.crafting.Ingredient@374566ef]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.skull@1 new recipe: RecipeStage{tier='three', recipe=1xitem.skull@1:[net.minecraft.item.crafting.Ingredient@370a63f7, net.minecraft.item.crafting.Ingredient@370a63f7, net.minecraft.item.crafting.Ingredient@370a63f7, net.minecraft.item.crafting.Ingredient@370a63f7, net.minecraft.item.crafting.Ingredient@366fd8bd, net.minecraft.item.crafting.Ingredient@370a63f7, net.minecraft.item.crafting.Ingredient@370a63f7, net.minecraft.item.crafting.Ingredient@370a63f7, net.minecraft.item.crafting.Ingredient@370a63f7]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.immersiveengineering.material@25 new recipe: RecipeStage{tier='one', recipe=8xitem.immersiveengineering.material@25:[net.minecraft.item.crafting.Ingredient@26fcd581, net.minecraft.item.crafting.Ingredient@26fcd581, net.minecraft.item.crafting.Ingredient@26fcd581, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 5xitem.immersiveengineering.material@24 new recipe: RecipeStage{tier='three', recipe=5xitem.immersiveengineering.material@24:[net.minecraft.item.crafting.Ingredient@477d4031, net.minecraft.item.crafting.Ingredient@477d4031, net.minecraft.item.crafting.Ingredient@477d4031, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xitem.Ingot@3 new recipe: RecipeStage{tier='five', recipe=3xitem.Ingot@3:[net.minecraft.item.crafting.Ingredient@7a7386aa, net.minecraft.item.crafting.Ingredient@7a7386aa, net.minecraft.item.crafting.Ingredient@7a7386aa, net.minecraft.item.crafting.Ingredient@7a7386aa, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7a7386aa, net.minecraft.item.crafting.Ingredient@7a7386aa, net.minecraft.item.crafting.Ingredient@7a7386aa, net.minecraft.item.crafting.Ingredient@7a7386aa]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xitem.Ingot@0 new recipe: RecipeStage{tier='five', recipe=2xitem.Ingot@0:[net.minecraft.item.crafting.Ingredient@1318c95e, net.minecraft.item.crafting.Ingredient@1318c95e, net.minecraft.item.crafting.Ingredient@1318c95e, net.minecraft.item.crafting.Ingredient@1318c95e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1318c95e, net.minecraft.item.crafting.Ingredient@1318c95e, net.minecraft.item.crafting.Ingredient@1318c95e, net.minecraft.item.crafting.Ingredient@1318c95e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 24xtile.chisel.marble@7 new recipe: RecipeStage{tier='tutorial', recipe=24xtile.chisel.marble@7:[net.minecraft.item.crafting.Ingredient@6b8af0ca, net.minecraft.item.crafting.Ingredient@6b8af0ca, net.minecraft.item.crafting.Ingredient@6b8af0ca, net.minecraft.item.crafting.Ingredient@6b8af0ca, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6b8af0ca, net.minecraft.item.crafting.Ingredient@6b8af0ca, net.minecraft.item.crafting.Ingredient@6b8af0ca, net.minecraft.item.crafting.Ingredient@6b8af0ca]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 24xtile.chisel.limestone@7 new recipe: RecipeStage{tier='tutorial', recipe=24xtile.chisel.limestone@7:[net.minecraft.item.crafting.Ingredient@60c2e384, net.minecraft.item.crafting.Ingredient@60c2e384, net.minecraft.item.crafting.Ingredient@60c2e384, net.minecraft.item.crafting.Ingredient@60c2e384, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@60c2e384, net.minecraft.item.crafting.Ingredient@60c2e384, net.minecraft.item.crafting.Ingredient@60c2e384, net.minecraft.item.crafting.Ingredient@60c2e384]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 16xtile.chisel.basalt@7 new recipe: RecipeStage{tier='tutorial', recipe=16xtile.chisel.basalt@7:[net.minecraft.item.crafting.Ingredient@28e1f5b, net.minecraft.item.crafting.Ingredient@28e1f5b, net.minecraft.item.crafting.Ingredient@28e1f5b, net.minecraft.item.crafting.Ingredient@28e1f5b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@28e1f5b, net.minecraft.item.crafting.Ingredient@28e1f5b, net.minecraft.item.crafting.Ingredient@28e1f5b, net.minecraft.item.crafting.Ingredient@28e1f5b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 5xitem.twilightforest.ironwoodIngot@0 new recipe: RecipeStage{tier='two', recipe=5xitem.twilightforest.ironwoodIngot@0:[net.minecraft.item.crafting.Ingredient@55dd5730, net.minecraft.item.crafting.Ingredient@55dd5730, net.minecraft.item.crafting.Ingredient@55dd5730, net.minecraft.item.crafting.Ingredient@55dd5730, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@55dd5730, net.minecraft.item.crafting.Ingredient@55dd5730, net.minecraft.item.crafting.Ingredient@55dd5730, net.minecraft.item.crafting.Ingredient@55dd5730]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xitem.twilightforest.knightMetal@0 new recipe: RecipeStage{tier='two', recipe=4xitem.twilightforest.knightMetal@0:[net.minecraft.item.crafting.Ingredient@6aba0a8c, net.minecraft.item.crafting.Ingredient@6aba0a8c, net.minecraft.item.crafting.Ingredient@6aba0a8c, net.minecraft.item.crafting.Ingredient@6aba0a8c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6aba0a8c, net.minecraft.item.crafting.Ingredient@6aba0a8c, net.minecraft.item.crafting.Ingredient@6aba0a8c, net.minecraft.item.crafting.Ingredient@6aba0a8c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xitem.item_basic_mars@2 new recipe: RecipeStage{tier='five', recipe=2xitem.item_basic_mars@2:[net.minecraft.item.crafting.Ingredient@362835cf, net.minecraft.item.crafting.Ingredient@362835cf, net.minecraft.item.crafting.Ingredient@362835cf, net.minecraft.item.crafting.Ingredient@362835cf, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@362835cf, net.minecraft.item.crafting.Ingredient@362835cf, net.minecraft.item.crafting.Ingredient@362835cf, net.minecraft.item.crafting.Ingredient@362835cf]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.thebetweenlands.items_misc@18 new recipe: RecipeStage{tier='two', recipe=8xitem.thebetweenlands.items_misc@18:[net.minecraft.item.crafting.Ingredient@28abdc2f, net.minecraft.item.crafting.Ingredient@28abdc2f, net.minecraft.item.crafting.Ingredient@28abdc2f, net.minecraft.item.crafting.Ingredient@28abdc2f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@28abdc2f, net.minecraft.item.crafting.Ingredient@28abdc2f, net.minecraft.item.crafting.Ingredient@28abdc2f, net.minecraft.item.crafting.Ingredient@28abdc2f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 16xtile.blocks.integrateddynamics.menril_log@0 new recipe: RecipeStage{tier='four', recipe=16xtile.blocks.integrateddynamics.menril_log@0:[net.minecraft.item.crafting.Ingredient@1d8b799a, net.minecraft.item.crafting.Ingredient@1d8b799a, net.minecraft.item.crafting.Ingredient@1d8b799a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.blocks.integrateddynamics.menril_sapling@0 new recipe: RecipeStage{tier='four', recipe=4xtile.blocks.integrateddynamics.menril_sapling@0:[net.minecraft.item.crafting.Ingredient@6416a502, net.minecraft.item.crafting.Ingredient@33a5ff55, net.minecraft.item.crafting.Ingredient@6416a502, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 12xitem.items.integrateddynamics.menril_berries@0 new recipe: RecipeStage{tier='four', recipe=12xitem.items.integrateddynamics.menril_berries@0:[net.minecraft.item.crafting.Ingredient@723824de, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@723824de, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@723824de]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 16xtile.blockmarble@0 new recipe: RecipeStage{tier='one', recipe=16xtile.blockmarble@0:[net.minecraft.item.crafting.Ingredient@3f94bd56, net.minecraft.item.crafting.Ingredient@3f94bd56, net.minecraft.item.crafting.Ingredient@3f94bd56, net.minecraft.item.crafting.Ingredient@3f94bd56, net.minecraft.item.crafting.Ingredient@6adda131, net.minecraft.item.crafting.Ingredient@3f94bd56, net.minecraft.item.crafting.Ingredient@3f94bd56, net.minecraft.item.crafting.Ingredient@3f94bd56, net.minecraft.item.crafting.Ingredient@3f94bd56]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.itemcraftingcomponent@0 new recipe: RecipeStage{tier='one', recipe=8xitem.itemcraftingcomponent@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4730f2b1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4730f2b1, net.minecraft.item.crafting.Ingredient@4730f2b1, net.minecraft.item.crafting.Ingredient@4730f2b1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4730f2b1, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xitem.itemcraftingcomponent@1 new recipe: RecipeStage{tier='two', recipe=3xitem.itemcraftingcomponent@1:[net.minecraft.item.crafting.Ingredient@5a076fae, net.minecraft.item.crafting.Ingredient@5a076fae, net.minecraft.item.crafting.Ingredient@5a076fae, net.minecraft.item.crafting.Ingredient@5a076fae, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5a076fae, net.minecraft.item.crafting.Ingredient@5a076fae, net.minecraft.item.crafting.Ingredient@5a076fae, net.minecraft.item.crafting.Ingredient@5a076fae]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.blockcustomore@0 new recipe: RecipeStage{tier='two', recipe=1xtile.blockcustomore@0:[net.minecraft.item.crafting.Ingredient@407b8e30, net.minecraft.item.crafting.Ingredient@407b8e30, net.minecraft.item.crafting.Ingredient@407b8e30, net.minecraft.item.crafting.Ingredient@407b8e30, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@407b8e30, net.minecraft.item.crafting.Ingredient@407b8e30, net.minecraft.item.crafting.Ingredient@407b8e30, net.minecraft.item.crafting.Ingredient@407b8e30]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.biotite@0 new recipe: RecipeStage{tier='four', recipe=8xitem.biotite@0:[net.minecraft.item.crafting.Ingredient@58059158, net.minecraft.item.crafting.Ingredient@58059158, net.minecraft.item.crafting.Ingredient@58059158, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@58059158, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@58059158, net.minecraft.item.crafting.Ingredient@58059158, net.minecraft.item.crafting.Ingredient@58059158]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 24xtile.rustic.slate@0 new recipe: RecipeStage{tier='tutorial', recipe=24xtile.rustic.slate@0:[net.minecraft.item.crafting.Ingredient@36f00b53, net.minecraft.item.crafting.Ingredient@36f00b53, net.minecraft.item.crafting.Ingredient@36f00b53, net.minecraft.item.crafting.Ingredient@36f00b53, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@36f00b53, net.minecraft.item.crafting.Ingredient@36f00b53, net.minecraft.item.crafting.Ingredient@36f00b53, net.minecraft.item.crafting.Ingredient@36f00b53]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 16xtile.appliedenergistics2.sky_stone_block@0 new recipe: RecipeStage{tier='five', recipe=16xtile.appliedenergistics2.sky_stone_block@0:[net.minecraft.item.crafting.Ingredient@207460cc, net.minecraft.item.crafting.Ingredient@207460cc, net.minecraft.item.crafting.Ingredient@207460cc, net.minecraft.item.crafting.Ingredient@207460cc, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@207460cc, net.minecraft.item.crafting.Ingredient@207460cc, net.minecraft.item.crafting.Ingredient@207460cc, net.minecraft.item.crafting.Ingredient@207460cc]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xitem.appliedenergistics2.material@0 new recipe: RecipeStage{tier='four', recipe=6xitem.appliedenergistics2.material@0:[net.minecraft.item.crafting.Ingredient@a2da35b, net.minecraft.item.crafting.Ingredient@a2da35b, net.minecraft.item.crafting.Ingredient@a2da35b, net.minecraft.item.crafting.Ingredient@a2da35b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@a2da35b, net.minecraft.item.crafting.Ingredient@a2da35b, net.minecraft.item.crafting.Ingredient@a2da35b, net.minecraft.item.crafting.Ingredient@a2da35b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.appliedenergistics2.material@13 new recipe: RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.material@13:[net.minecraft.item.crafting.Ingredient@719bdb71, net.minecraft.item.crafting.Ingredient@719bdb71, net.minecraft.item.crafting.Ingredient@719bdb71, net.minecraft.item.crafting.Ingredient@719bdb71, net.minecraft.item.crafting.Ingredient@5d3ebe89, net.minecraft.item.crafting.Ingredient@719bdb71, net.minecraft.item.crafting.Ingredient@719bdb71, net.minecraft.item.crafting.Ingredient@719bdb71, net.minecraft.item.crafting.Ingredient@719bdb71]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.appliedenergistics2.material@14 new recipe: RecipeStage{tier='four', recipe=1xitem.appliedenergistics2.material@14:[net.minecraft.item.crafting.Ingredient@1e7ae5ac, net.minecraft.item.crafting.Ingredient@1e7ae5ac, net.minecraft.item.crafting.Ingredient@1e7ae5ac, net.minecraft.item.crafting.Ingredient@1e7ae5ac, net.minecraftforge.oredict.OreIngredient@3618df10, net.minecraft.item.crafting.Ingredient@1e7ae5ac, net.minecraft.item.crafting.Ingredient@1e7ae5ac, net.minecraft.item.crafting.Ingredient@1e7ae5ac, net.minecraft.item.crafting.Ingredient@1e7ae5ac]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.appliedenergistics2.material@15 new recipe: RecipeStage{tier='four', recipe=1xitem.appliedenergistics2.material@15:[net.minecraft.item.crafting.Ingredient@b4f5abc, net.minecraft.item.crafting.Ingredient@b4f5abc, net.minecraft.item.crafting.Ingredient@b4f5abc, net.minecraft.item.crafting.Ingredient@b4f5abc, net.minecraftforge.oredict.OreIngredient@7b5fea98, net.minecraft.item.crafting.Ingredient@b4f5abc, net.minecraft.item.crafting.Ingredient@b4f5abc, net.minecraft.item.crafting.Ingredient@b4f5abc, net.minecraft.item.crafting.Ingredient@b4f5abc]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.appliedenergistics2.material@19 new recipe: RecipeStage{tier='four', recipe=1xitem.appliedenergistics2.material@19:[net.minecraft.item.crafting.Ingredient@58ff6926, net.minecraft.item.crafting.Ingredient@58ff6926, net.minecraft.item.crafting.Ingredient@58ff6926, net.minecraft.item.crafting.Ingredient@58ff6926, net.minecraftforge.oredict.OreIngredient@5c70531a, net.minecraft.item.crafting.Ingredient@58ff6926, net.minecraft.item.crafting.Ingredient@58ff6926, net.minecraft.item.crafting.Ingredient@58ff6926, net.minecraft.item.crafting.Ingredient@58ff6926]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xitem.appliedenergistics2.material@7 new recipe: RecipeStage{tier='four', recipe=6xitem.appliedenergistics2.material@7:[net.minecraft.item.crafting.Ingredient@6744b088, net.minecraft.item.crafting.Ingredient@6744b088, net.minecraft.item.crafting.Ingredient@6744b088, net.minecraft.item.crafting.Ingredient@6744b088, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6744b088, net.minecraft.item.crafting.Ingredient@6744b088, net.minecraft.item.crafting.Ingredient@6744b088, net.minecraft.item.crafting.Ingredient@6744b088]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.rustic.stone_pillar@0 new recipe: RecipeStage{tier='one', recipe=6xtile.rustic.stone_pillar@0:[net.minecraft.item.crafting.Ingredient@69b71e5, net.minecraft.item.crafting.Ingredient@69b71e5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@69b71e5, net.minecraft.item.crafting.Ingredient@69b71e5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@69b71e5, net.minecraft.item.crafting.Ingredient@69b71e5, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.rustic.andesite_pillar@0 new recipe: RecipeStage{tier='one', recipe=6xtile.rustic.andesite_pillar@0:[net.minecraft.item.crafting.Ingredient@3f844633, net.minecraft.item.crafting.Ingredient@3f844633, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3f844633, net.minecraft.item.crafting.Ingredient@3f844633, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3f844633, net.minecraft.item.crafting.Ingredient@3f844633, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.rustic.diorite_pillar@0 new recipe: RecipeStage{tier='one', recipe=6xtile.rustic.diorite_pillar@0:[net.minecraft.item.crafting.Ingredient@3db9f0c3, net.minecraft.item.crafting.Ingredient@3db9f0c3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3db9f0c3, net.minecraft.item.crafting.Ingredient@3db9f0c3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3db9f0c3, net.minecraft.item.crafting.Ingredient@3db9f0c3, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.rustic.granite_pillar@0 new recipe: RecipeStage{tier='one', recipe=6xtile.rustic.granite_pillar@0:[net.minecraft.item.crafting.Ingredient@346264a9, net.minecraft.item.crafting.Ingredient@346264a9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@346264a9, net.minecraft.item.crafting.Ingredient@346264a9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@346264a9, net.minecraft.item.crafting.Ingredient@346264a9, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.rustic.slate_pillar@0 new recipe: RecipeStage{tier='one', recipe=6xtile.rustic.slate_pillar@0:[net.minecraft.item.crafting.Ingredient@23b1edf9, net.minecraft.item.crafting.Ingredient@23b1edf9, net.minecraft.item.crafting.Ingredient@23b1edf9, net.minecraft.item.crafting.Ingredient@23b1edf9, net.minecraft.item.crafting.Ingredient@23b1edf9, net.minecraft.item.crafting.Ingredient@23b1edf9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.rustic.slate_roof@0 new recipe: RecipeStage{tier='one', recipe=4xtile.rustic.slate_roof@0:[net.minecraft.item.crafting.Ingredient@7d31f25f, net.minecraft.item.crafting.Ingredient@7d31f25f, net.minecraft.item.crafting.Ingredient@7d31f25f, net.minecraft.item.crafting.Ingredient@7d31f25f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.rustic.stairs_slate_roof@0 new recipe: RecipeStage{tier='one', recipe=4xtile.rustic.stairs_slate_roof@0:[net.minecraft.item.crafting.Ingredient@6108bc3f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6108bc3f, net.minecraft.item.crafting.Ingredient@6108bc3f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6108bc3f, net.minecraft.item.crafting.Ingredient@6108bc3f, net.minecraft.item.crafting.Ingredient@6108bc3f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.rustic.slate_roof_slab@0 new recipe: RecipeStage{tier='one', recipe=6xtile.rustic.slate_roof_slab@0:[net.minecraft.item.crafting.Ingredient@45ca58ba, net.minecraft.item.crafting.Ingredient@45ca58ba, net.minecraft.item.crafting.Ingredient@45ca58ba]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.rustic.stairs_slate_brick@0 new recipe: RecipeStage{tier='one', recipe=4xtile.rustic.stairs_slate_brick@0:[net.minecraft.item.crafting.Ingredient@7e10c0d1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7e10c0d1, net.minecraft.item.crafting.Ingredient@7e10c0d1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7e10c0d1, net.minecraft.item.crafting.Ingredient@7e10c0d1, net.minecraft.item.crafting.Ingredient@7e10c0d1]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.rustic.slate_brick_slab@0 new recipe: RecipeStage{tier='one', recipe=6xtile.rustic.slate_brick_slab@0:[net.minecraft.item.crafting.Ingredient@1436ef1, net.minecraft.item.crafting.Ingredient@1436ef1, net.minecraft.item.crafting.Ingredient@1436ef1]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.rustic.slate_tile@0 new recipe: RecipeStage{tier='one', recipe=1xtile.rustic.slate_tile@0:[net.minecraft.item.crafting.Ingredient@48f6225c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.rustic.slate_tile@0 new recipe: RecipeStage{tier='one', recipe=1xtile.rustic.slate_tile@0:[net.minecraft.item.crafting.Ingredient@1b92c141]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.rustic.slate_brick@0 new recipe: RecipeStage{tier='one', recipe=4xtile.rustic.slate_brick@0:[net.minecraft.item.crafting.Ingredient@11b2fd24, net.minecraft.item.crafting.Ingredient@11b2fd24, net.minecraft.item.crafting.Ingredient@11b2fd24, net.minecraft.item.crafting.Ingredient@11b2fd24]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.rustic.slate_chiseled@0 new recipe: RecipeStage{tier='one', recipe=4xtile.rustic.slate_chiseled@0:[net.minecraft.item.crafting.Ingredient@7d618cee, net.minecraft.item.crafting.Ingredient@7d618cee, net.minecraft.item.crafting.Ingredient@7d618cee, net.minecraft.item.crafting.Ingredient@7d618cee]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.rustic.clay_wall@0 new recipe: RecipeStage{tier='one', recipe=8xtile.rustic.clay_wall@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6d30bcd7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6d30bcd7, net.minecraft.item.crafting.Ingredient@3b09dd8a, net.minecraftforge.oredict.OreIngredient@6d30bcd7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6d30bcd7, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.rustic.clay_wall_cross@0 new recipe: RecipeStage{tier='one', recipe=1xtile.rustic.clay_wall_cross@0:[net.minecraftforge.oredict.OreIngredient@482b51da, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@482b51da, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@20958a0c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@482b51da, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@482b51da]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.rustic.clay_wall_diag@0 new recipe: RecipeStage{tier='one', recipe=1xtile.rustic.clay_wall_diag@0:[net.minecraftforge.oredict.OreIngredient@6ec7fda8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7c70d42b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6ec7fda8]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.rustic.chair_acacia@0 new recipe: RecipeStage{tier='one', recipe=4xtile.rustic.chair_acacia@0:[net.minecraft.item.crafting.Ingredient@a76f173, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@a76f173, net.minecraft.item.crafting.Ingredient@a76f173, net.minecraft.item.crafting.Ingredient@a76f173, net.minecraft.item.crafting.Ingredient@5b0d7728, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5b0d7728]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.rustic.chair_big_oak@0 new recipe: RecipeStage{tier='one', recipe=4xtile.rustic.chair_big_oak@0:[net.minecraft.item.crafting.Ingredient@1e824265, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1e824265, net.minecraft.item.crafting.Ingredient@1e824265, net.minecraft.item.crafting.Ingredient@1e824265, net.minecraft.item.crafting.Ingredient@2342d5af, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2342d5af]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.rustic.chair_birch@0 new recipe: RecipeStage{tier='one', recipe=4xtile.rustic.chair_birch@0:[net.minecraft.item.crafting.Ingredient@3ffa81f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3ffa81f, net.minecraft.item.crafting.Ingredient@3ffa81f, net.minecraft.item.crafting.Ingredient@3ffa81f, net.minecraft.item.crafting.Ingredient@f62436f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@f62436f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.rustic.chair_jungle@0 new recipe: RecipeStage{tier='one', recipe=4xtile.rustic.chair_jungle@0:[net.minecraft.item.crafting.Ingredient@1bc9459c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1bc9459c, net.minecraft.item.crafting.Ingredient@1bc9459c, net.minecraft.item.crafting.Ingredient@1bc9459c, net.minecraft.item.crafting.Ingredient@6508a9aa, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6508a9aa]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.rustic.chair_oak@0 new recipe: RecipeStage{tier='one', recipe=4xtile.rustic.chair_oak@0:[net.minecraft.item.crafting.Ingredient@2aadcdb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2aadcdb, net.minecraft.item.crafting.Ingredient@2aadcdb, net.minecraft.item.crafting.Ingredient@2aadcdb, net.minecraft.item.crafting.Ingredient@531e8cb7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@531e8cb7]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.rustic.chair_spruce@0 new recipe: RecipeStage{tier='one', recipe=4xtile.rustic.chair_spruce@0:[net.minecraft.item.crafting.Ingredient@6c32fda8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6c32fda8, net.minecraft.item.crafting.Ingredient@6c32fda8, net.minecraft.item.crafting.Ingredient@6c32fda8, net.minecraft.item.crafting.Ingredient@38aab8f1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@38aab8f1]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.rustic.chair_olive@0 new recipe: RecipeStage{tier='one', recipe=4xtile.rustic.chair_olive@0:[net.minecraft.item.crafting.Ingredient@35f3ce0c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@35f3ce0c, net.minecraft.item.crafting.Ingredient@35f3ce0c, net.minecraft.item.crafting.Ingredient@35f3ce0c, net.minecraft.item.crafting.Ingredient@4ed7baa7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4ed7baa7]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.rustic.chair_ironwood@0 new recipe: RecipeStage{tier='one', recipe=4xtile.rustic.chair_ironwood@0:[net.minecraft.item.crafting.Ingredient@b8ad769, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@b8ad769, net.minecraft.item.crafting.Ingredient@b8ad769, net.minecraft.item.crafting.Ingredient@b8ad769, net.minecraft.item.crafting.Ingredient@2022ebba, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2022ebba]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xtile.rustic.table_acacia@0 new recipe: RecipeStage{tier='one', recipe=2xtile.rustic.table_acacia@0:[net.minecraft.item.crafting.Ingredient@4fed5953, net.minecraft.item.crafting.Ingredient@4fed5953, net.minecraft.item.crafting.Ingredient@4fed5953, net.minecraft.item.crafting.Ingredient@1201fe58, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1201fe58]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xtile.rustic.table_big_oak@0 new recipe: RecipeStage{tier='one', recipe=2xtile.rustic.table_big_oak@0:[net.minecraft.item.crafting.Ingredient@6d2e241c, net.minecraft.item.crafting.Ingredient@6d2e241c, net.minecraft.item.crafting.Ingredient@6d2e241c, net.minecraft.item.crafting.Ingredient@482cdf2b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@482cdf2b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xtile.rustic.table_birch@0 new recipe: RecipeStage{tier='one', recipe=2xtile.rustic.table_birch@0:[net.minecraft.item.crafting.Ingredient@3da7ec19, net.minecraft.item.crafting.Ingredient@3da7ec19, net.minecraft.item.crafting.Ingredient@3da7ec19, net.minecraft.item.crafting.Ingredient@21352175, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@21352175]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xtile.rustic.table_jungle@0 new recipe: RecipeStage{tier='one', recipe=2xtile.rustic.table_jungle@0:[net.minecraft.item.crafting.Ingredient@4a133515, net.minecraft.item.crafting.Ingredient@4a133515, net.minecraft.item.crafting.Ingredient@4a133515, net.minecraft.item.crafting.Ingredient@48d6df6a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@48d6df6a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xtile.rustic.table_oak@0 new recipe: RecipeStage{tier='one', recipe=2xtile.rustic.table_oak@0:[net.minecraft.item.crafting.Ingredient@3ced87f0, net.minecraft.item.crafting.Ingredient@3ced87f0, net.minecraft.item.crafting.Ingredient@3ced87f0, net.minecraft.item.crafting.Ingredient@6f85a6e5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6f85a6e5]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xtile.rustic.table_spruce@0 new recipe: RecipeStage{tier='one', recipe=2xtile.rustic.table_spruce@0:[net.minecraft.item.crafting.Ingredient@52f9f657, net.minecraft.item.crafting.Ingredient@52f9f657, net.minecraft.item.crafting.Ingredient@52f9f657, net.minecraft.item.crafting.Ingredient@27b29ff, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@27b29ff]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xtile.rustic.table_olive@0 new recipe: RecipeStage{tier='one', recipe=2xtile.rustic.table_olive@0:[net.minecraft.item.crafting.Ingredient@61330db3, net.minecraft.item.crafting.Ingredient@61330db3, net.minecraft.item.crafting.Ingredient@61330db3, net.minecraft.item.crafting.Ingredient@7ce5048c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7ce5048c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xtile.rustic.table_ironwood@0 new recipe: RecipeStage{tier='one', recipe=2xtile.rustic.table_ironwood@0:[net.minecraft.item.crafting.Ingredient@3f3792c9, net.minecraft.item.crafting.Ingredient@3f3792c9, net.minecraft.item.crafting.Ingredient@3f3792c9, net.minecraft.item.crafting.Ingredient@46904e09, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@46904e09]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 16xtile.rustic.iron_lattice@0 new recipe: RecipeStage{tier='two', recipe=16xtile.rustic.iron_lattice@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@620e0453, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@620e0453, net.minecraft.item.crafting.Ingredient@620e0453, net.minecraft.item.crafting.Ingredient@620e0453, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@620e0453, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.rustic.cabinet@0 new recipe: RecipeStage{tier='one', recipe=1xtile.rustic.cabinet@0:[]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.rustic.liquid_barrel@0 new recipe: RecipeStage{tier='two', recipe=1xtile.rustic.liquid_barrel@0:[net.minecraft.item.crafting.Ingredient@5a71ef10]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.thebetweenlands.lurker_skin_pouch@0 new recipe: RecipeStage{tier='two', recipe=1xitem.thebetweenlands.lurker_skin_pouch@0:[]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.thebetweenlands.grappling_hook@0 new recipe: RecipeStage{tier='two', recipe=1xitem.thebetweenlands.grappling_hook@0:[]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.witherskelefix.blade@0 new recipe: RecipeStage{tier='three', recipe=1xitem.witherskelefix.blade@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, shadows.placebo.util.RecipeHelper$CachedIngredient@fbc9b5, shadows.placebo.util.RecipeHelper$CachedIngredient@6fb599ad, shadows.placebo.util.RecipeHelper$CachedIngredient@fbc9b5, shadows.placebo.util.RecipeHelper$CachedIngredient@6fb599ad, shadows.placebo.util.RecipeHelper$CachedIngredient@fbc9b5, shadows.placebo.util.RecipeHelper$CachedOreIngredient@d08b5eb, shadows.placebo.util.RecipeHelper$CachedIngredient@fbc9b5, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.witherskelefix.blade2@0 new recipe: RecipeStage{tier='three', recipe=1xitem.witherskelefix.blade2@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, shadows.placebo.util.RecipeHelper$CachedIngredient@1987a275, shadows.placebo.util.RecipeHelper$CachedIngredient@6fb599ad, shadows.placebo.util.RecipeHelper$CachedIngredient@1987a275, shadows.placebo.util.RecipeHelper$CachedIngredient@6fb599ad, shadows.placebo.util.RecipeHelper$CachedIngredient@1987a275, shadows.placebo.util.RecipeHelper$CachedOreIngredient@d08b5eb, shadows.placebo.util.RecipeHelper$CachedIngredient@1987a275, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.skull@1 new recipe: RecipeStage{tier='three', recipe=1xitem.skull@1:[net.minecraft.item.crafting.Ingredient@52a30014, net.minecraft.item.crafting.Ingredient@52a30014, net.minecraft.item.crafting.Ingredient@52a30014, net.minecraft.item.crafting.Ingredient@52a30014, net.minecraft.item.crafting.Ingredient@52a30014, net.minecraft.item.crafting.Ingredient@52a30014, net.minecraft.item.crafting.Ingredient@52a30014, net.minecraft.item.crafting.Ingredient@52a30014, net.minecraft.item.crafting.Ingredient@52a30014]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.bag@0 new recipe: RecipeStage{tier='one', recipe=1xitem.bag@0:[net.minecraft.item.crafting.Ingredient@2c681aef, net.minecraft.item.crafting.Ingredient@2c681aef, net.minecraft.item.crafting.Ingredient@2c681aef, net.minecraft.item.crafting.Ingredient@2c681aef, net.minecraft.item.crafting.Ingredient@6a9f4b1, net.minecraft.item.crafting.Ingredient@2c681aef, net.minecraft.item.crafting.Ingredient@2c681aef, net.minecraft.item.crafting.Ingredient@2c681aef, net.minecraft.item.crafting.Ingredient@2c681aef]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.seeds@0 new recipe: RecipeStage{tier='zero', recipe=8xitem.seeds@0:[net.minecraft.item.crafting.Ingredient@2f7d45a8]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.bag@1 new recipe: RecipeStage{tier='one', recipe=1xitem.bag@1:[net.minecraft.item.crafting.Ingredient@a6be572, net.minecraft.item.crafting.Ingredient@a6be572, net.minecraft.item.crafting.Ingredient@a6be572, net.minecraft.item.crafting.Ingredient@a6be572, net.minecraft.item.crafting.Ingredient@18995a, net.minecraft.item.crafting.Ingredient@a6be572, net.minecraft.item.crafting.Ingredient@a6be572, net.minecraft.item.crafting.Ingredient@a6be572, net.minecraft.item.crafting.Ingredient@a6be572]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.bwm:hemp@0 new recipe: RecipeStage{tier='zero', recipe=8xtile.bwm:hemp@0:[net.minecraft.item.crafting.Ingredient@72fa5942]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.bag@2 new recipe: RecipeStage{tier='one', recipe=1xitem.bag@2:[net.minecraft.item.crafting.Ingredient@63f9ede4, net.minecraft.item.crafting.Ingredient@63f9ede4, net.minecraft.item.crafting.Ingredient@63f9ede4, net.minecraft.item.crafting.Ingredient@63f9ede4, net.minecraft.item.crafting.Ingredient@48b8e713, net.minecraft.item.crafting.Ingredient@63f9ede4, net.minecraft.item.crafting.Ingredient@63f9ede4, net.minecraft.item.crafting.Ingredient@63f9ede4, net.minecraft.item.crafting.Ingredient@63f9ede4]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.seeds_melon@0 new recipe: RecipeStage{tier='zero', recipe=8xitem.seeds_melon@0:[net.minecraft.item.crafting.Ingredient@348b47a2]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.bag@3 new recipe: RecipeStage{tier='one', recipe=1xitem.bag@3:[net.minecraft.item.crafting.Ingredient@17bee670, net.minecraft.item.crafting.Ingredient@17bee670, net.minecraft.item.crafting.Ingredient@17bee670, net.minecraft.item.crafting.Ingredient@17bee670, net.minecraft.item.crafting.Ingredient@3b821b77, net.minecraft.item.crafting.Ingredient@17bee670, net.minecraft.item.crafting.Ingredient@17bee670, net.minecraft.item.crafting.Ingredient@17bee670, net.minecraft.item.crafting.Ingredient@17bee670]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.seeds_pumpkin@0 new recipe: RecipeStage{tier='zero', recipe=8xitem.seeds_pumpkin@0:[net.minecraft.item.crafting.Ingredient@45ab5c89]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.bag@4 new recipe: RecipeStage{tier='one', recipe=1xitem.bag@4:[net.minecraft.item.crafting.Ingredient@eb44156, net.minecraft.item.crafting.Ingredient@eb44156, net.minecraft.item.crafting.Ingredient@eb44156, net.minecraft.item.crafting.Ingredient@eb44156, net.minecraft.item.crafting.Ingredient@c83980f, net.minecraft.item.crafting.Ingredient@eb44156, net.minecraft.item.crafting.Ingredient@eb44156, net.minecraft.item.crafting.Ingredient@eb44156, net.minecraft.item.crafting.Ingredient@eb44156]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.beetroot_seeds@0 new recipe: RecipeStage{tier='zero', recipe=8xitem.beetroot_seeds@0:[net.minecraft.item.crafting.Ingredient@37c90bd]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.bag@5 new recipe: RecipeStage{tier='one', recipe=1xitem.bag@5:[net.minecraft.item.crafting.Ingredient@3fbd7967, net.minecraft.item.crafting.Ingredient@3fbd7967, net.minecraft.item.crafting.Ingredient@3fbd7967, net.minecraft.item.crafting.Ingredient@3fbd7967, net.minecraft.item.crafting.Ingredient@32f36f40, net.minecraft.item.crafting.Ingredient@3fbd7967, net.minecraft.item.crafting.Ingredient@3fbd7967, net.minecraft.item.crafting.Ingredient@3fbd7967, net.minecraft.item.crafting.Ingredient@3fbd7967]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.bag@6 new recipe: RecipeStage{tier='one', recipe=1xitem.bag@6:[net.minecraft.item.crafting.Ingredient@71a35bf9, net.minecraft.item.crafting.Ingredient@71a35bf9, net.minecraft.item.crafting.Ingredient@71a35bf9, net.minecraft.item.crafting.Ingredient@71a35bf9, net.minecraft.item.crafting.Ingredient@4bb24e36, net.minecraft.item.crafting.Ingredient@71a35bf9, net.minecraft.item.crafting.Ingredient@71a35bf9, net.minecraft.item.crafting.Ingredient@71a35bf9, net.minecraft.item.crafting.Ingredient@71a35bf9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.bag@6 new recipe: RecipeStage{tier='three', recipe=1xitem.bag@6:[net.minecraft.item.crafting.Ingredient@71a35bf9, net.minecraft.item.crafting.Ingredient@71a35bf9, net.minecraft.item.crafting.Ingredient@71a35bf9, net.minecraft.item.crafting.Ingredient@71a35bf9, net.minecraft.item.crafting.Ingredient@4bb24e36, net.minecraft.item.crafting.Ingredient@71a35bf9, net.minecraft.item.crafting.Ingredient@71a35bf9, net.minecraft.item.crafting.Ingredient@71a35bf9, net.minecraft.item.crafting.Ingredient@71a35bf9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.redstone@0 new recipe: RecipeStage{tier='two', recipe=8xitem.redstone@0:[net.minecraft.item.crafting.Ingredient@e60ff26]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.bag@7 new recipe: RecipeStage{tier='one', recipe=1xitem.bag@7:[net.minecraft.item.crafting.Ingredient@3c6d30f6, net.minecraft.item.crafting.Ingredient@3c6d30f6, net.minecraft.item.crafting.Ingredient@3c6d30f6, net.minecraft.item.crafting.Ingredient@3c6d30f6, net.minecraft.item.crafting.Ingredient@719cfe8a, net.minecraft.item.crafting.Ingredient@3c6d30f6, net.minecraft.item.crafting.Ingredient@3c6d30f6, net.minecraft.item.crafting.Ingredient@3c6d30f6, net.minecraft.item.crafting.Ingredient@3c6d30f6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.bag@7 new recipe: RecipeStage{tier='three', recipe=1xitem.bag@7:[net.minecraft.item.crafting.Ingredient@3c6d30f6, net.minecraft.item.crafting.Ingredient@3c6d30f6, net.minecraft.item.crafting.Ingredient@3c6d30f6, net.minecraft.item.crafting.Ingredient@3c6d30f6, net.minecraft.item.crafting.Ingredient@719cfe8a, net.minecraft.item.crafting.Ingredient@3c6d30f6, net.minecraft.item.crafting.Ingredient@3c6d30f6, net.minecraft.item.crafting.Ingredient@3c6d30f6, net.minecraft.item.crafting.Ingredient@3c6d30f6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.yellowDust@0 new recipe: RecipeStage{tier='three', recipe=8xitem.yellowDust@0:[net.minecraft.item.crafting.Ingredient@252ac3c0]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.bag@8 new recipe: RecipeStage{tier='one', recipe=1xitem.bag@8:[net.minecraft.item.crafting.Ingredient@666b7535, net.minecraft.item.crafting.Ingredient@666b7535, net.minecraft.item.crafting.Ingredient@666b7535, net.minecraft.item.crafting.Ingredient@666b7535, net.minecraft.item.crafting.Ingredient@7b48f19e, net.minecraft.item.crafting.Ingredient@666b7535, net.minecraft.item.crafting.Ingredient@666b7535, net.minecraft.item.crafting.Ingredient@666b7535, net.minecraft.item.crafting.Ingredient@666b7535]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.bag@9 new recipe: RecipeStage{tier='one', recipe=1xitem.bag@9:[net.minecraft.item.crafting.Ingredient@54281d1b, net.minecraft.item.crafting.Ingredient@54281d1b, net.minecraft.item.crafting.Ingredient@54281d1b, net.minecraft.item.crafting.Ingredient@54281d1b, net.minecraft.item.crafting.Ingredient@2418eed3, net.minecraft.item.crafting.Ingredient@54281d1b, net.minecraft.item.crafting.Ingredient@54281d1b, net.minecraft.item.crafting.Ingredient@54281d1b, net.minecraft.item.crafting.Ingredient@54281d1b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.bag@11 new recipe: RecipeStage{tier='one', recipe=1xitem.bag@11:[net.minecraft.item.crafting.Ingredient@7a57049a, net.minecraft.item.crafting.Ingredient@7a57049a, net.minecraft.item.crafting.Ingredient@7a57049a, net.minecraft.item.crafting.Ingredient@7a57049a, net.minecraft.item.crafting.Ingredient@7cf23b92, net.minecraft.item.crafting.Ingredient@7a57049a, net.minecraft.item.crafting.Ingredient@7a57049a, net.minecraft.item.crafting.Ingredient@7a57049a, net.minecraft.item.crafting.Ingredient@7a57049a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.bag@11 new recipe: RecipeStage{tier='three', recipe=1xitem.bag@11:[net.minecraft.item.crafting.Ingredient@7a57049a, net.minecraft.item.crafting.Ingredient@7a57049a, net.minecraft.item.crafting.Ingredient@7a57049a, net.minecraft.item.crafting.Ingredient@7a57049a, net.minecraft.item.crafting.Ingredient@7cf23b92, net.minecraft.item.crafting.Ingredient@7a57049a, net.minecraft.item.crafting.Ingredient@7a57049a, net.minecraft.item.crafting.Ingredient@7a57049a, net.minecraft.item.crafting.Ingredient@7a57049a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.bwm:material@25 new recipe: RecipeStage{tier='four', recipe=8xitem.bwm:material@25:[net.minecraft.item.crafting.Ingredient@171b56e4]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.bag@12 new recipe: RecipeStage{tier='one', recipe=1xitem.bag@12:[net.minecraft.item.crafting.Ingredient@38696cc5, net.minecraft.item.crafting.Ingredient@38696cc5, net.minecraft.item.crafting.Ingredient@38696cc5, net.minecraft.item.crafting.Ingredient@38696cc5, net.minecraft.item.crafting.Ingredient@781547eb, net.minecraft.item.crafting.Ingredient@38696cc5, net.minecraft.item.crafting.Ingredient@38696cc5, net.minecraft.item.crafting.Ingredient@38696cc5, net.minecraft.item.crafting.Ingredient@38696cc5]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.bag@12 new recipe: RecipeStage{tier='three', recipe=1xitem.bag@12:[net.minecraft.item.crafting.Ingredient@38696cc5, net.minecraft.item.crafting.Ingredient@38696cc5, net.minecraft.item.crafting.Ingredient@38696cc5, net.minecraft.item.crafting.Ingredient@38696cc5, net.minecraft.item.crafting.Ingredient@781547eb, net.minecraft.item.crafting.Ingredient@38696cc5, net.minecraft.item.crafting.Ingredient@38696cc5, net.minecraft.item.crafting.Ingredient@38696cc5, net.minecraft.item.crafting.Ingredient@38696cc5]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.bwm:material@26 new recipe: RecipeStage{tier='zero', recipe=8xitem.bwm:material@26:[net.minecraft.item.crafting.Ingredient@37468f27]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.bag@13 new recipe: RecipeStage{tier='one', recipe=1xitem.bag@13:[net.minecraft.item.crafting.Ingredient@16c2ef2d, net.minecraft.item.crafting.Ingredient@16c2ef2d, net.minecraft.item.crafting.Ingredient@16c2ef2d, net.minecraft.item.crafting.Ingredient@16c2ef2d, net.minecraft.item.crafting.Ingredient@73450d4, net.minecraft.item.crafting.Ingredient@16c2ef2d, net.minecraft.item.crafting.Ingredient@16c2ef2d, net.minecraft.item.crafting.Ingredient@16c2ef2d, net.minecraft.item.crafting.Ingredient@16c2ef2d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.bwm:material@22 new recipe: RecipeStage{tier='one', recipe=8xitem.bwm:material@22:[net.minecraft.item.crafting.Ingredient@163242df]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.bag@14 new recipe: RecipeStage{tier='one', recipe=1xitem.bag@14:[net.minecraft.item.crafting.Ingredient@329f3c66, net.minecraft.item.crafting.Ingredient@329f3c66, net.minecraft.item.crafting.Ingredient@329f3c66, net.minecraft.item.crafting.Ingredient@329f3c66, net.minecraft.item.crafting.Ingredient@7010af5f, net.minecraft.item.crafting.Ingredient@329f3c66, net.minecraft.item.crafting.Ingredient@329f3c66, net.minecraft.item.crafting.Ingredient@329f3c66, net.minecraft.item.crafting.Ingredient@329f3c66]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.bag@14 new recipe: RecipeStage{tier='three', recipe=1xitem.bag@14:[net.minecraft.item.crafting.Ingredient@329f3c66, net.minecraft.item.crafting.Ingredient@329f3c66, net.minecraft.item.crafting.Ingredient@329f3c66, net.minecraft.item.crafting.Ingredient@329f3c66, net.minecraft.item.crafting.Ingredient@7010af5f, net.minecraft.item.crafting.Ingredient@329f3c66, net.minecraft.item.crafting.Ingredient@329f3c66, net.minecraft.item.crafting.Ingredient@329f3c66, net.minecraft.item.crafting.Ingredient@329f3c66]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.bwm:material@23 new recipe: RecipeStage{tier='three', recipe=8xitem.bwm:material@23:[net.minecraft.item.crafting.Ingredient@2089a8f9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.bag@15 new recipe: RecipeStage{tier='one', recipe=1xitem.bag@15:[net.minecraft.item.crafting.Ingredient@1e21ecfd, net.minecraft.item.crafting.Ingredient@1e21ecfd, net.minecraft.item.crafting.Ingredient@1e21ecfd, net.minecraft.item.crafting.Ingredient@1e21ecfd, net.minecraft.item.crafting.Ingredient@6b1d59fe, net.minecraft.item.crafting.Ingredient@1e21ecfd, net.minecraft.item.crafting.Ingredient@1e21ecfd, net.minecraft.item.crafting.Ingredient@1e21ecfd, net.minecraft.item.crafting.Ingredient@1e21ecfd]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.bag@15 new recipe: RecipeStage{tier='three', recipe=1xitem.bag@15:[net.minecraft.item.crafting.Ingredient@1e21ecfd, net.minecraft.item.crafting.Ingredient@1e21ecfd, net.minecraft.item.crafting.Ingredient@1e21ecfd, net.minecraft.item.crafting.Ingredient@1e21ecfd, net.minecraft.item.crafting.Ingredient@6b1d59fe, net.minecraft.item.crafting.Ingredient@1e21ecfd, net.minecraft.item.crafting.Ingredient@1e21ecfd, net.minecraft.item.crafting.Ingredient@1e21ecfd, net.minecraft.item.crafting.Ingredient@1e21ecfd]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.bwm:material@21 new recipe: RecipeStage{tier='one', recipe=8xitem.bwm:material@21:[net.minecraft.item.crafting.Ingredient@1bf9ec9d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.bag@16 new recipe: RecipeStage{tier='one', recipe=1xitem.bag@16:[net.minecraft.item.crafting.Ingredient@bfdd719, net.minecraft.item.crafting.Ingredient@bfdd719, net.minecraft.item.crafting.Ingredient@bfdd719, net.minecraft.item.crafting.Ingredient@bfdd719, net.minecraft.item.crafting.Ingredient@7a62e2b8, net.minecraft.item.crafting.Ingredient@bfdd719, net.minecraft.item.crafting.Ingredient@bfdd719, net.minecraft.item.crafting.Ingredient@bfdd719, net.minecraft.item.crafting.Ingredient@bfdd719]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.bag@16 new recipe: RecipeStage{tier='three', recipe=1xitem.bag@16:[net.minecraft.item.crafting.Ingredient@bfdd719, net.minecraft.item.crafting.Ingredient@bfdd719, net.minecraft.item.crafting.Ingredient@bfdd719, net.minecraft.item.crafting.Ingredient@bfdd719, net.minecraft.item.crafting.Ingredient@7a62e2b8, net.minecraft.item.crafting.Ingredient@bfdd719, net.minecraft.item.crafting.Ingredient@bfdd719, net.minecraft.item.crafting.Ingredient@bfdd719, net.minecraft.item.crafting.Ingredient@bfdd719]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.bwm:material@16 new recipe: RecipeStage{tier='three', recipe=8xitem.bwm:material@16:[net.minecraft.item.crafting.Ingredient@511252c6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.bag@17 new recipe: RecipeStage{tier='zero', recipe=1xitem.bag@17:[net.minecraft.item.crafting.Ingredient@59a841ee, net.minecraft.item.crafting.Ingredient@59a841ee, net.minecraft.item.crafting.Ingredient@59a841ee, net.minecraft.item.crafting.Ingredient@59a841ee, net.minecraft.item.crafting.Ingredient@2cd55eaa, net.minecraft.item.crafting.Ingredient@59a841ee, net.minecraft.item.crafting.Ingredient@59a841ee, net.minecraft.item.crafting.Ingredient@59a841ee, net.minecraft.item.crafting.Ingredient@59a841ee]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.bag@17 new recipe: RecipeStage{tier='one', recipe=1xitem.bag@17:[net.minecraft.item.crafting.Ingredient@59a841ee, net.minecraft.item.crafting.Ingredient@59a841ee, net.minecraft.item.crafting.Ingredient@59a841ee, net.minecraft.item.crafting.Ingredient@59a841ee, net.minecraft.item.crafting.Ingredient@2cd55eaa, net.minecraft.item.crafting.Ingredient@59a841ee, net.minecraft.item.crafting.Ingredient@59a841ee, net.minecraft.item.crafting.Ingredient@59a841ee, net.minecraft.item.crafting.Ingredient@59a841ee]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.bwm:kibble@0 new recipe: RecipeStage{tier='one', recipe=8xitem.bwm:kibble@0:[net.minecraft.item.crafting.Ingredient@4b939796]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.crate@0 new recipe: RecipeStage{tier='one', recipe=1xitem.crate@0:[net.minecraft.item.crafting.Ingredient@56892c9a, net.minecraft.item.crafting.Ingredient@56892c9a, net.minecraft.item.crafting.Ingredient@56892c9a, net.minecraft.item.crafting.Ingredient@56892c9a, net.minecraft.item.crafting.Ingredient@2c8dc5c2, net.minecraft.item.crafting.Ingredient@56892c9a, net.minecraft.item.crafting.Ingredient@56892c9a, net.minecraft.item.crafting.Ingredient@56892c9a, net.minecraft.item.crafting.Ingredient@56892c9a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.porkchopCooked@0 new recipe: RecipeStage{tier='tutorial', recipe=8xitem.porkchopCooked@0:[net.minecraft.item.crafting.Ingredient@53b3e967]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.crate@1 new recipe: RecipeStage{tier='one', recipe=1xitem.crate@1:[net.minecraft.item.crafting.Ingredient@ef8e7d7, net.minecraft.item.crafting.Ingredient@ef8e7d7, net.minecraft.item.crafting.Ingredient@ef8e7d7, net.minecraft.item.crafting.Ingredient@ef8e7d7, net.minecraft.item.crafting.Ingredient@33d862af, net.minecraft.item.crafting.Ingredient@ef8e7d7, net.minecraft.item.crafting.Ingredient@ef8e7d7, net.minecraft.item.crafting.Ingredient@ef8e7d7, net.minecraft.item.crafting.Ingredient@ef8e7d7]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.porkchopRaw@0 new recipe: RecipeStage{tier='tutorial', recipe=8xitem.porkchopRaw@0:[net.minecraft.item.crafting.Ingredient@3c4e07f6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.crate@4 new recipe: RecipeStage{tier='one', recipe=1xitem.crate@4:[net.minecraft.item.crafting.Ingredient@636d6d5, net.minecraft.item.crafting.Ingredient@636d6d5, net.minecraft.item.crafting.Ingredient@636d6d5, net.minecraft.item.crafting.Ingredient@636d6d5, net.minecraft.item.crafting.Ingredient@7f4169c5, net.minecraft.item.crafting.Ingredient@636d6d5, net.minecraft.item.crafting.Ingredient@636d6d5, net.minecraft.item.crafting.Ingredient@636d6d5, net.minecraft.item.crafting.Ingredient@636d6d5]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.beefCooked@0 new recipe: RecipeStage{tier='tutorial', recipe=8xitem.beefCooked@0:[net.minecraft.item.crafting.Ingredient@a8a6ab8]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.crate@5 new recipe: RecipeStage{tier='one', recipe=1xitem.crate@5:[net.minecraft.item.crafting.Ingredient@6300b169, net.minecraft.item.crafting.Ingredient@6300b169, net.minecraft.item.crafting.Ingredient@6300b169, net.minecraft.item.crafting.Ingredient@6300b169, net.minecraft.item.crafting.Ingredient@d7ea8ce, net.minecraft.item.crafting.Ingredient@6300b169, net.minecraft.item.crafting.Ingredient@6300b169, net.minecraft.item.crafting.Ingredient@6300b169, net.minecraft.item.crafting.Ingredient@6300b169]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.beefRaw@0 new recipe: RecipeStage{tier='tutorial', recipe=8xitem.beefRaw@0:[net.minecraft.item.crafting.Ingredient@4108d537]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.crate@2 new recipe: RecipeStage{tier='one', recipe=1xitem.crate@2:[net.minecraft.item.crafting.Ingredient@4b4a3713, net.minecraft.item.crafting.Ingredient@4b4a3713, net.minecraft.item.crafting.Ingredient@4b4a3713, net.minecraft.item.crafting.Ingredient@4b4a3713, net.minecraft.item.crafting.Ingredient@41d9a873, net.minecraft.item.crafting.Ingredient@4b4a3713, net.minecraft.item.crafting.Ingredient@4b4a3713, net.minecraft.item.crafting.Ingredient@4b4a3713, net.minecraft.item.crafting.Ingredient@4b4a3713]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.chickenCooked@0 new recipe: RecipeStage{tier='tutorial', recipe=8xitem.chickenCooked@0:[net.minecraft.item.crafting.Ingredient@1f03db93]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.crate@3 new recipe: RecipeStage{tier='one', recipe=1xitem.crate@3:[net.minecraft.item.crafting.Ingredient@2f7e4018, net.minecraft.item.crafting.Ingredient@2f7e4018, net.minecraft.item.crafting.Ingredient@2f7e4018, net.minecraft.item.crafting.Ingredient@2f7e4018, net.minecraft.item.crafting.Ingredient@76e2fdd5, net.minecraft.item.crafting.Ingredient@2f7e4018, net.minecraft.item.crafting.Ingredient@2f7e4018, net.minecraft.item.crafting.Ingredient@2f7e4018, net.minecraft.item.crafting.Ingredient@2f7e4018]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.chickenRaw@0 new recipe: RecipeStage{tier='tutorial', recipe=8xitem.chickenRaw@0:[net.minecraft.item.crafting.Ingredient@3e4603fa]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.crate@6 new recipe: RecipeStage{tier='one', recipe=1xitem.crate@6:[net.minecraft.item.crafting.Ingredient@28798bdc, net.minecraft.item.crafting.Ingredient@28798bdc, net.minecraft.item.crafting.Ingredient@28798bdc, net.minecraft.item.crafting.Ingredient@28798bdc, net.minecraft.item.crafting.Ingredient@648594d3, net.minecraft.item.crafting.Ingredient@28798bdc, net.minecraft.item.crafting.Ingredient@28798bdc, net.minecraft.item.crafting.Ingredient@28798bdc, net.minecraft.item.crafting.Ingredient@28798bdc]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.muttonCooked@0 new recipe: RecipeStage{tier='tutorial', recipe=8xitem.muttonCooked@0:[net.minecraft.item.crafting.Ingredient@75e1f359]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.crate@7 new recipe: RecipeStage{tier='one', recipe=1xitem.crate@7:[net.minecraft.item.crafting.Ingredient@3f461e3, net.minecraft.item.crafting.Ingredient@3f461e3, net.minecraft.item.crafting.Ingredient@3f461e3, net.minecraft.item.crafting.Ingredient@3f461e3, net.minecraft.item.crafting.Ingredient@7d8e8ee, net.minecraft.item.crafting.Ingredient@3f461e3, net.minecraft.item.crafting.Ingredient@3f461e3, net.minecraft.item.crafting.Ingredient@3f461e3, net.minecraft.item.crafting.Ingredient@3f461e3]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.muttonRaw@0 new recipe: RecipeStage{tier='tutorial', recipe=8xitem.muttonRaw@0:[net.minecraft.item.crafting.Ingredient@4231445d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.crate@8 new recipe: RecipeStage{tier='one', recipe=1xitem.crate@8:[net.minecraft.item.crafting.Ingredient@70165bbc, net.minecraft.item.crafting.Ingredient@70165bbc, net.minecraft.item.crafting.Ingredient@70165bbc, net.minecraft.item.crafting.Ingredient@70165bbc, net.minecraft.item.crafting.Ingredient@44bc1de9, net.minecraft.item.crafting.Ingredient@70165bbc, net.minecraft.item.crafting.Ingredient@70165bbc, net.minecraft.item.crafting.Ingredient@70165bbc, net.minecraft.item.crafting.Ingredient@70165bbc]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.rabbitCooked@0 new recipe: RecipeStage{tier='tutorial', recipe=8xitem.rabbitCooked@0:[net.minecraft.item.crafting.Ingredient@1f288543]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.crate@9 new recipe: RecipeStage{tier='one', recipe=1xitem.crate@9:[net.minecraft.item.crafting.Ingredient@2ae90bba, net.minecraft.item.crafting.Ingredient@2ae90bba, net.minecraft.item.crafting.Ingredient@2ae90bba, net.minecraft.item.crafting.Ingredient@2ae90bba, net.minecraft.item.crafting.Ingredient@78afe4a8, net.minecraft.item.crafting.Ingredient@2ae90bba, net.minecraft.item.crafting.Ingredient@2ae90bba, net.minecraft.item.crafting.Ingredient@2ae90bba, net.minecraft.item.crafting.Ingredient@2ae90bba]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.rabbitRaw@0 new recipe: RecipeStage{tier='tutorial', recipe=8xitem.rabbitRaw@0:[net.minecraft.item.crafting.Ingredient@437d2d22]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.crate@10 new recipe: RecipeStage{tier='one', recipe=1xitem.crate@10:[net.minecraft.item.crafting.Ingredient@688fddd4, net.minecraft.item.crafting.Ingredient@688fddd4, net.minecraft.item.crafting.Ingredient@688fddd4, net.minecraft.item.crafting.Ingredient@688fddd4, net.minecraft.item.crafting.Ingredient@130e80c3, net.minecraft.item.crafting.Ingredient@688fddd4, net.minecraft.item.crafting.Ingredient@688fddd4, net.minecraft.item.crafting.Ingredient@688fddd4, net.minecraft.item.crafting.Ingredient@688fddd4]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.egg@0 new recipe: RecipeStage{tier='tutorial', recipe=8xitem.egg@0:[net.minecraft.item.crafting.Ingredient@4ba5ad21]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.crate@11 new recipe: RecipeStage{tier='one', recipe=1xitem.crate@11:[net.minecraft.item.crafting.Ingredient@31a00944, net.minecraft.item.crafting.Ingredient@31a00944, net.minecraft.item.crafting.Ingredient@31a00944, net.minecraft.item.crafting.Ingredient@31a00944, net.minecraft.item.crafting.Ingredient@797dc2c4, net.minecraft.item.crafting.Ingredient@31a00944, net.minecraft.item.crafting.Ingredient@31a00944, net.minecraft.item.crafting.Ingredient@31a00944, net.minecraft.item.crafting.Ingredient@31a00944]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.slimeball@0 new recipe: RecipeStage{tier='zero', recipe=8xitem.slimeball@0:[net.minecraft.item.crafting.Ingredient@2e540fbf]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.crate@12 new recipe: RecipeStage{tier='one', recipe=1xitem.crate@12:[net.minecraft.item.crafting.Ingredient@75b54a1d, net.minecraft.item.crafting.Ingredient@75b54a1d, net.minecraft.item.crafting.Ingredient@75b54a1d, net.minecraft.item.crafting.Ingredient@75b54a1d, net.minecraft.item.crafting.Ingredient@14130aba, net.minecraft.item.crafting.Ingredient@75b54a1d, net.minecraft.item.crafting.Ingredient@75b54a1d, net.minecraft.item.crafting.Ingredient@75b54a1d, net.minecraft.item.crafting.Ingredient@75b54a1d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.crate@12 new recipe: RecipeStage{tier='two', recipe=1xitem.crate@12:[net.minecraft.item.crafting.Ingredient@75b54a1d, net.minecraft.item.crafting.Ingredient@75b54a1d, net.minecraft.item.crafting.Ingredient@75b54a1d, net.minecraft.item.crafting.Ingredient@75b54a1d, net.minecraft.item.crafting.Ingredient@14130aba, net.minecraft.item.crafting.Ingredient@75b54a1d, net.minecraft.item.crafting.Ingredient@75b54a1d, net.minecraft.item.crafting.Ingredient@75b54a1d, net.minecraft.item.crafting.Ingredient@75b54a1d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.enderPearl@0 new recipe: RecipeStage{tier='two', recipe=8xitem.enderPearl@0:[net.minecraft.item.crafting.Ingredient@69c83695]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.crate@13 new recipe: RecipeStage{tier='one', recipe=1xitem.crate@13:[net.minecraft.item.crafting.Ingredient@7696284b, net.minecraft.item.crafting.Ingredient@7696284b, net.minecraft.item.crafting.Ingredient@7696284b, net.minecraft.item.crafting.Ingredient@7696284b, net.minecraft.item.crafting.Ingredient@53a1407e, net.minecraft.item.crafting.Ingredient@7696284b, net.minecraft.item.crafting.Ingredient@7696284b, net.minecraft.item.crafting.Ingredient@7696284b, net.minecraft.item.crafting.Ingredient@7696284b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.cactus@0 new recipe: RecipeStage{tier='tutorial', recipe=8xtile.cactus@0:[net.minecraft.item.crafting.Ingredient@665793ea]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.crate@14 new recipe: RecipeStage{tier='one', recipe=1xitem.crate@14:[net.minecraft.item.crafting.Ingredient@2153bfb, net.minecraft.item.crafting.Ingredient@2153bfb, net.minecraft.item.crafting.Ingredient@2153bfb, net.minecraft.item.crafting.Ingredient@2153bfb, net.minecraft.item.crafting.Ingredient@209d451, net.minecraft.item.crafting.Ingredient@2153bfb, net.minecraft.item.crafting.Ingredient@2153bfb, net.minecraft.item.crafting.Ingredient@2153bfb, net.minecraft.item.crafting.Ingredient@2153bfb]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.congealed@4 new recipe: RecipeStage{tier='zero', recipe=1xitem.congealed@4:[net.minecraft.item.crafting.Ingredient@27683e11, net.minecraft.item.crafting.Ingredient@27683e11, net.minecraft.item.crafting.Ingredient@27683e11, net.minecraft.item.crafting.Ingredient@27683e11, net.minecraft.item.crafting.Ingredient@621b7ae4, net.minecraft.item.crafting.Ingredient@27683e11, net.minecraft.item.crafting.Ingredient@27683e11, net.minecraft.item.crafting.Ingredient@27683e11, net.minecraft.item.crafting.Ingredient@27683e11]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.mushroom@0 new recipe: RecipeStage{tier='zero', recipe=8xtile.mushroom@0:[net.minecraft.item.crafting.Ingredient@56c04cb]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.congealed@3 new recipe: RecipeStage{tier='zero', recipe=1xitem.congealed@3:[net.minecraft.item.crafting.Ingredient@24c8af6a, net.minecraft.item.crafting.Ingredient@24c8af6a, net.minecraft.item.crafting.Ingredient@24c8af6a, net.minecraft.item.crafting.Ingredient@24c8af6a, net.minecraft.item.crafting.Ingredient@71420c89, net.minecraft.item.crafting.Ingredient@24c8af6a, net.minecraft.item.crafting.Ingredient@24c8af6a, net.minecraft.item.crafting.Ingredient@24c8af6a, net.minecraft.item.crafting.Ingredient@24c8af6a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.mushroom@0 new recipe: RecipeStage{tier='zero', recipe=8xtile.mushroom@0:[net.minecraft.item.crafting.Ingredient@1d380df4]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.congealed@0 new recipe: RecipeStage{tier='zero', recipe=1xitem.congealed@0:[net.minecraft.item.crafting.Ingredient@5b4388b1, net.minecraft.item.crafting.Ingredient@5b4388b1, net.minecraft.item.crafting.Ingredient@5b4388b1, net.minecraft.item.crafting.Ingredient@5b4388b1, net.minecraft.item.crafting.Ingredient@763425ad, net.minecraft.item.crafting.Ingredient@5b4388b1, net.minecraft.item.crafting.Ingredient@5b4388b1, net.minecraft.item.crafting.Ingredient@5b4388b1, net.minecraft.item.crafting.Ingredient@5b4388b1]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.bone@0 new recipe: RecipeStage{tier='tutorial', recipe=8xitem.bone@0:[net.minecraft.item.crafting.Ingredient@4c28195e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.congealed@1 new recipe: RecipeStage{tier='zero', recipe=1xitem.congealed@1:[net.minecraft.item.crafting.Ingredient@48380b6d, net.minecraft.item.crafting.Ingredient@48380b6d, net.minecraft.item.crafting.Ingredient@48380b6d, net.minecraft.item.crafting.Ingredient@48380b6d, net.minecraft.item.crafting.Ingredient@279bcd42, net.minecraft.item.crafting.Ingredient@48380b6d, net.minecraft.item.crafting.Ingredient@48380b6d, net.minecraft.item.crafting.Ingredient@48380b6d, net.minecraft.item.crafting.Ingredient@48380b6d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.rottenFlesh@0 new recipe: RecipeStage{tier='zero', recipe=8xitem.rottenFlesh@0:[net.minecraft.item.crafting.Ingredient@2c85c3a9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.congealed@2 new recipe: RecipeStage{tier='zero', recipe=1xitem.congealed@2:[net.minecraft.item.crafting.Ingredient@64403bd5, net.minecraft.item.crafting.Ingredient@64403bd5, net.minecraft.item.crafting.Ingredient@64403bd5, net.minecraft.item.crafting.Ingredient@64403bd5, net.minecraft.item.crafting.Ingredient@68285205, net.minecraft.item.crafting.Ingredient@64403bd5, net.minecraft.item.crafting.Ingredient@64403bd5, net.minecraft.item.crafting.Ingredient@64403bd5, net.minecraft.item.crafting.Ingredient@64403bd5]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.spiderEye@0 new recipe: RecipeStage{tier='zero', recipe=8xitem.spiderEye@0:[net.minecraft.item.crafting.Ingredient@574cd0c4]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.congealed@5 new recipe: RecipeStage{tier='three', recipe=1xitem.congealed@5:[net.minecraft.item.crafting.Ingredient@5d6e4674, net.minecraft.item.crafting.Ingredient@5d6e4674, net.minecraft.item.crafting.Ingredient@5d6e4674, net.minecraft.item.crafting.Ingredient@5d6e4674, net.minecraft.item.crafting.Ingredient@5fb5ec47, net.minecraft.item.crafting.Ingredient@5d6e4674, net.minecraft.item.crafting.Ingredient@5d6e4674, net.minecraft.item.crafting.Ingredient@5d6e4674, net.minecraft.item.crafting.Ingredient@5d6e4674]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.netherStalkSeeds@0 new recipe: RecipeStage{tier='three', recipe=8xitem.netherStalkSeeds@0:[net.minecraft.item.crafting.Ingredient@53474089]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.bolt@0 new recipe: RecipeStage{tier='one', recipe=1xitem.bolt@0:[net.minecraftforge.oredict.OreIngredient@7d3b2d1e, net.minecraftforge.oredict.OreIngredient@7d3b2d1e, net.minecraftforge.oredict.OreIngredient@7d3b2d1e, net.minecraftforge.oredict.OreIngredient@7d3b2d1e, net.minecraft.item.crafting.Ingredient@552f1a6d, net.minecraftforge.oredict.OreIngredient@7d3b2d1e, net.minecraftforge.oredict.OreIngredient@7d3b2d1e, net.minecraftforge.oredict.OreIngredient@7d3b2d1e, net.minecraftforge.oredict.OreIngredient@7d3b2d1e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.bwm:material@4 new recipe: RecipeStage{tier='zero', recipe=8xitem.bwm:material@4:[net.minecraft.item.crafting.Ingredient@6cf65900]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.vine@0 new recipe: RecipeStage{tier='zero', recipe=8xtile.vine@0:[net.minecraft.item.crafting.Ingredient@3c4f461]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.bolt@2 new recipe: RecipeStage{tier='two', recipe=1xitem.bolt@2:[net.minecraftforge.oredict.OreIngredient@54bd17a1, net.minecraftforge.oredict.OreIngredient@54bd17a1, net.minecraftforge.oredict.OreIngredient@54bd17a1, net.minecraftforge.oredict.OreIngredient@54bd17a1, net.minecraft.item.crafting.Ingredient@41cb2967, net.minecraftforge.oredict.OreIngredient@54bd17a1, net.minecraftforge.oredict.OreIngredient@54bd17a1, net.minecraftforge.oredict.OreIngredient@54bd17a1, net.minecraftforge.oredict.OreIngredient@54bd17a1]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.bundle@0 new recipe: RecipeStage{tier='zero', recipe=1xitem.bundle@0:[net.minecraft.item.crafting.Ingredient@c371009, net.minecraft.item.crafting.Ingredient@c371009, net.minecraft.item.crafting.Ingredient@c371009, net.minecraft.item.crafting.Ingredient@c371009, net.minecraft.item.crafting.Ingredient@750e0ff8, net.minecraft.item.crafting.Ingredient@c371009, net.minecraft.item.crafting.Ingredient@c371009, net.minecraft.item.crafting.Ingredient@c371009, net.minecraft.item.crafting.Ingredient@c371009]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.feather@0 new recipe: RecipeStage{tier='tutorial', recipe=8xitem.feather@0:[net.minecraft.item.crafting.Ingredient@54c8ce66]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.bundle@2 new recipe: RecipeStage{tier='three', recipe=1xitem.bundle@2:[net.minecraft.item.crafting.Ingredient@65bf8980, net.minecraft.item.crafting.Ingredient@65bf8980, net.minecraft.item.crafting.Ingredient@65bf8980, net.minecraft.item.crafting.Ingredient@65bf8980, net.minecraft.item.crafting.Ingredient@2e2bde0e, net.minecraft.item.crafting.Ingredient@65bf8980, net.minecraft.item.crafting.Ingredient@65bf8980, net.minecraft.item.crafting.Ingredient@65bf8980, net.minecraft.item.crafting.Ingredient@65bf8980]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.blazeRod@0 new recipe: RecipeStage{tier='three', recipe=8xitem.blazeRod@0:[net.minecraft.item.crafting.Ingredient@5ad5436]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.bundle@1 new recipe: RecipeStage{tier='two', recipe=1xitem.bundle@1:[net.minecraft.item.crafting.Ingredient@6cec58a2, net.minecraft.item.crafting.Ingredient@6cec58a2, net.minecraft.item.crafting.Ingredient@6cec58a2, net.minecraft.item.crafting.Ingredient@6cec58a2, net.minecraft.item.crafting.Ingredient@44b4336a, net.minecraft.item.crafting.Ingredient@6cec58a2, net.minecraft.item.crafting.Ingredient@6cec58a2, net.minecraft.item.crafting.Ingredient@6cec58a2, net.minecraft.item.crafting.Ingredient@6cec58a2]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.bundle@3 new recipe: RecipeStage{tier='zero', recipe=1xitem.bundle@3:[net.minecraft.item.crafting.Ingredient@65ac2797, net.minecraft.item.crafting.Ingredient@65ac2797, net.minecraft.item.crafting.Ingredient@65ac2797, net.minecraft.item.crafting.Ingredient@65ac2797, net.minecraft.item.crafting.Ingredient@7077d6bf, net.minecraft.item.crafting.Ingredient@65ac2797, net.minecraft.item.crafting.Ingredient@65ac2797, net.minecraft.item.crafting.Ingredient@65ac2797, net.minecraft.item.crafting.Ingredient@65ac2797]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.sapling@0 new recipe: RecipeStage{tier='tutorial', recipe=8xtile.sapling@0:[net.minecraft.item.crafting.Ingredient@45e4803e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.bundle@4 new recipe: RecipeStage{tier='zero', recipe=1xitem.bundle@4:[net.minecraft.item.crafting.Ingredient@ffc6335, net.minecraft.item.crafting.Ingredient@ffc6335, net.minecraft.item.crafting.Ingredient@ffc6335, net.minecraft.item.crafting.Ingredient@ffc6335, net.minecraft.item.crafting.Ingredient@13f568df, net.minecraft.item.crafting.Ingredient@ffc6335, net.minecraft.item.crafting.Ingredient@ffc6335, net.minecraft.item.crafting.Ingredient@ffc6335, net.minecraft.item.crafting.Ingredient@ffc6335]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.sapling@2 new recipe: RecipeStage{tier='tutorial', recipe=8xtile.sapling@2:[net.minecraft.item.crafting.Ingredient@37f86afc]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.bundle@5 new recipe: RecipeStage{tier='zero', recipe=1xitem.bundle@5:[net.minecraft.item.crafting.Ingredient@63fa7acc, net.minecraft.item.crafting.Ingredient@63fa7acc, net.minecraft.item.crafting.Ingredient@63fa7acc, net.minecraft.item.crafting.Ingredient@63fa7acc, net.minecraft.item.crafting.Ingredient@1e896fdb, net.minecraft.item.crafting.Ingredient@63fa7acc, net.minecraft.item.crafting.Ingredient@63fa7acc, net.minecraft.item.crafting.Ingredient@63fa7acc, net.minecraft.item.crafting.Ingredient@63fa7acc]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.sapling@1 new recipe: RecipeStage{tier='tutorial', recipe=8xtile.sapling@1:[net.minecraft.item.crafting.Ingredient@3be59871]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.bundle@6 new recipe: RecipeStage{tier='zero', recipe=1xitem.bundle@6:[net.minecraft.item.crafting.Ingredient@5e5be8c8, net.minecraft.item.crafting.Ingredient@5e5be8c8, net.minecraft.item.crafting.Ingredient@5e5be8c8, net.minecraft.item.crafting.Ingredient@5e5be8c8, net.minecraft.item.crafting.Ingredient@26ba43d6, net.minecraft.item.crafting.Ingredient@5e5be8c8, net.minecraft.item.crafting.Ingredient@5e5be8c8, net.minecraft.item.crafting.Ingredient@5e5be8c8, net.minecraft.item.crafting.Ingredient@5e5be8c8]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.sapling@3 new recipe: RecipeStage{tier='tutorial', recipe=8xtile.sapling@3:[net.minecraft.item.crafting.Ingredient@777a31fb]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.bundle@7 new recipe: RecipeStage{tier='zero', recipe=1xitem.bundle@7:[net.minecraft.item.crafting.Ingredient@236d39d, net.minecraft.item.crafting.Ingredient@236d39d, net.minecraft.item.crafting.Ingredient@236d39d, net.minecraft.item.crafting.Ingredient@236d39d, net.minecraft.item.crafting.Ingredient@685c22ca, net.minecraft.item.crafting.Ingredient@236d39d, net.minecraft.item.crafting.Ingredient@236d39d, net.minecraft.item.crafting.Ingredient@236d39d, net.minecraft.item.crafting.Ingredient@236d39d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.sapling@4 new recipe: RecipeStage{tier='tutorial', recipe=8xtile.sapling@4:[net.minecraft.item.crafting.Ingredient@cf8b54c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.bundle@8 new recipe: RecipeStage{tier='zero', recipe=1xitem.bundle@8:[net.minecraft.item.crafting.Ingredient@31a50ad1, net.minecraft.item.crafting.Ingredient@31a50ad1, net.minecraft.item.crafting.Ingredient@31a50ad1, net.minecraft.item.crafting.Ingredient@31a50ad1, net.minecraft.item.crafting.Ingredient@683368d, net.minecraft.item.crafting.Ingredient@31a50ad1, net.minecraft.item.crafting.Ingredient@31a50ad1, net.minecraft.item.crafting.Ingredient@31a50ad1, net.minecraft.item.crafting.Ingredient@31a50ad1]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.sapling@5 new recipe: RecipeStage{tier='tutorial', recipe=8xtile.sapling@5:[net.minecraft.item.crafting.Ingredient@465ce8df]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.rebornstorage:storagecell@0 new recipe: RecipeStage{tier='five', recipe=1xitem.rebornstorage:storagecell@0:[net.minecraftforge.oredict.OreIngredient@60b6f084, net.minecraft.item.crafting.Ingredient@180822d7, net.minecraftforge.oredict.OreIngredient@60b6f084, net.minecraft.item.crafting.Ingredient@180822d7, net.minecraft.item.crafting.Ingredient@41d45bff, net.minecraft.item.crafting.Ingredient@180822d7, net.minecraft.item.crafting.Ingredient@1d560f6d, net.minecraft.item.crafting.Ingredient@1d560f6d, net.minecraft.item.crafting.Ingredient@1d560f6d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.rebornstorage:storagecell@0 new recipe: RecipeStage{tier='five', recipe=1xitem.rebornstorage:storagecell@0:[net.minecraft.item.crafting.Ingredient@4ff6370a, net.minecraft.item.crafting.Ingredient@627674fe]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.rebornstorage:storagecell@1 new recipe: RecipeStage{tier='five', recipe=1xitem.rebornstorage:storagecell@1:[net.minecraftforge.oredict.OreIngredient@1a38c477, net.minecraft.item.crafting.Ingredient@6488fe5d, net.minecraftforge.oredict.OreIngredient@1a38c477, net.minecraft.item.crafting.Ingredient@6488fe5d, net.minecraft.item.crafting.Ingredient@4266985b, net.minecraft.item.crafting.Ingredient@6488fe5d, net.minecraft.item.crafting.Ingredient@3508a7b6, net.minecraft.item.crafting.Ingredient@3508a7b6, net.minecraft.item.crafting.Ingredient@3508a7b6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.rebornstorage:storagecell@1 new recipe: RecipeStage{tier='five', recipe=1xitem.rebornstorage:storagecell@1:[net.minecraft.item.crafting.Ingredient@3d789893, net.minecraft.item.crafting.Ingredient@4d3dad9d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.rebornstorage:storagecell@2 new recipe: RecipeStage{tier='five', recipe=1xitem.rebornstorage:storagecell@2:[net.minecraftforge.oredict.OreIngredient@2ae74957, net.minecraft.item.crafting.Ingredient@5322e098, net.minecraftforge.oredict.OreIngredient@2ae74957, net.minecraft.item.crafting.Ingredient@5322e098, net.minecraft.item.crafting.Ingredient@32fc4637, net.minecraft.item.crafting.Ingredient@5322e098, net.minecraft.item.crafting.Ingredient@7353ee24, net.minecraft.item.crafting.Ingredient@7353ee24, net.minecraft.item.crafting.Ingredient@7353ee24]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.rebornstorage:storagecell@2 new recipe: RecipeStage{tier='five', recipe=1xitem.rebornstorage:storagecell@2:[net.minecraft.item.crafting.Ingredient@66230e2e, net.minecraft.item.crafting.Ingredient@a6dfe00]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.rebornstorage:storagecell@3 new recipe: RecipeStage{tier='five', recipe=1xitem.rebornstorage:storagecell@3:[net.minecraftforge.oredict.OreIngredient@707d1c68, net.minecraft.item.crafting.Ingredient@ed12e37, net.minecraftforge.oredict.OreIngredient@707d1c68, net.minecraft.item.crafting.Ingredient@ed12e37, net.minecraft.item.crafting.Ingredient@37e1b91e, net.minecraft.item.crafting.Ingredient@ed12e37, net.minecraft.item.crafting.Ingredient@6ba94c13, net.minecraft.item.crafting.Ingredient@6ba94c13, net.minecraft.item.crafting.Ingredient@6ba94c13]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.rebornstorage:storagecell@3 new recipe: RecipeStage{tier='five', recipe=1xitem.rebornstorage:storagecell@3:[net.minecraft.item.crafting.Ingredient@28404e9b, net.minecraft.item.crafting.Ingredient@9285654]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.rebornstorage.storagecellfluid@0 new recipe: RecipeStage{tier='five', recipe=1xitem.rebornstorage.storagecellfluid@0:[net.minecraftforge.oredict.OreIngredient@2726f55a, net.minecraft.item.crafting.Ingredient@d3843b3, net.minecraftforge.oredict.OreIngredient@2726f55a, net.minecraft.item.crafting.Ingredient@d3843b3, net.minecraft.item.crafting.Ingredient@2c01a34a, net.minecraft.item.crafting.Ingredient@d3843b3, net.minecraft.item.crafting.Ingredient@46693eb6, net.minecraft.item.crafting.Ingredient@46693eb6, net.minecraft.item.crafting.Ingredient@46693eb6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.rebornstorage.storagecellfluid@0 new recipe: RecipeStage{tier='five', recipe=1xitem.rebornstorage.storagecellfluid@0:[net.minecraft.item.crafting.Ingredient@7377e65e, net.minecraft.item.crafting.Ingredient@7ce4fa08]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.rebornstorage.storagecellfluid@1 new recipe: RecipeStage{tier='five', recipe=1xitem.rebornstorage.storagecellfluid@1:[net.minecraftforge.oredict.OreIngredient@96a5184, net.minecraft.item.crafting.Ingredient@45e303e1, net.minecraftforge.oredict.OreIngredient@96a5184, net.minecraft.item.crafting.Ingredient@45e303e1, net.minecraft.item.crafting.Ingredient@33164466, net.minecraft.item.crafting.Ingredient@45e303e1, net.minecraft.item.crafting.Ingredient@1e8c95ef, net.minecraft.item.crafting.Ingredient@1e8c95ef, net.minecraft.item.crafting.Ingredient@1e8c95ef]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.rebornstorage.storagecellfluid@1 new recipe: RecipeStage{tier='five', recipe=1xitem.rebornstorage.storagecellfluid@1:[net.minecraft.item.crafting.Ingredient@358a2f0e, net.minecraft.item.crafting.Ingredient@4f53e7bd]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.rebornstorage.storagecellfluid@2 new recipe: RecipeStage{tier='five', recipe=1xitem.rebornstorage.storagecellfluid@2:[net.minecraftforge.oredict.OreIngredient@78556f35, net.minecraft.item.crafting.Ingredient@1cc3cd6e, net.minecraftforge.oredict.OreIngredient@78556f35, net.minecraft.item.crafting.Ingredient@1cc3cd6e, net.minecraft.item.crafting.Ingredient@3f93ac09, net.minecraft.item.crafting.Ingredient@1cc3cd6e, net.minecraft.item.crafting.Ingredient@4cfdaf44, net.minecraft.item.crafting.Ingredient@4cfdaf44, net.minecraft.item.crafting.Ingredient@4cfdaf44]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.rebornstorage.storagecellfluid@2 new recipe: RecipeStage{tier='five', recipe=1xitem.rebornstorage.storagecellfluid@2:[net.minecraft.item.crafting.Ingredient@6ec64857, net.minecraft.item.crafting.Ingredient@4fe04d44]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.rebornstorage.storagecellfluid@3 new recipe: RecipeStage{tier='five', recipe=1xitem.rebornstorage.storagecellfluid@3:[net.minecraftforge.oredict.OreIngredient@63d3aae2, net.minecraft.item.crafting.Ingredient@3f0bc23f, net.minecraftforge.oredict.OreIngredient@63d3aae2, net.minecraft.item.crafting.Ingredient@3f0bc23f, net.minecraft.item.crafting.Ingredient@1500fc00, net.minecraft.item.crafting.Ingredient@3f0bc23f, net.minecraft.item.crafting.Ingredient@724c32f7, net.minecraft.item.crafting.Ingredient@724c32f7, net.minecraft.item.crafting.Ingredient@724c32f7]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.rebornstorage.storagecellfluid@3 new recipe: RecipeStage{tier='five', recipe=1xitem.rebornstorage.storagecellfluid@3:[net.minecraft.item.crafting.Ingredient@a01ed82, net.minecraft.item.crafting.Ingredient@19c9adbf]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.oxygen_tank_heavy_full@0 new recipe: RecipeStage{tier='five', recipe=1xitem.oxygen_tank_heavy_full@0:[net.minecraft.item.crafting.Ingredient@6fdc5d9c, net.minecraft.item.crafting.Ingredient@45190eec]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.oxygen_tank_med_full@0 new recipe: RecipeStage{tier='five', recipe=1xitem.oxygen_tank_med_full@0:[net.minecraft.item.crafting.Ingredient@29a865fb, net.minecraft.item.crafting.Ingredient@48a48b6e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.oxygen_tank_light_full@0 new recipe: RecipeStage{tier='four', recipe=1xitem.oxygen_tank_light_full@0:[net.minecraft.item.crafting.Ingredient@1aa824f8, net.minecraft.item.crafting.Ingredient@2249a83c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.module@0 new recipe: RecipeStage{tier='four', recipe=1xitem.module@0:[net.minecraft.item.crafting.Ingredient@609ed278]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.module@1 new recipe: RecipeStage{tier='four', recipe=1xitem.module@1:[net.minecraft.item.crafting.Ingredient@11448d4d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.module@2 new recipe: RecipeStage{tier='four', recipe=1xitem.module@2:[net.minecraft.item.crafting.Ingredient@4e3801a4]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.module@3 new recipe: RecipeStage{tier='four', recipe=1xitem.module@3:[net.minecraft.item.crafting.Ingredient@916ec4]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.module@4 new recipe: RecipeStage{tier='four', recipe=1xitem.module@4:[net.minecraft.item.crafting.Ingredient@1e6fd3cf]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.module@5 new recipe: RecipeStage{tier='four', recipe=1xitem.module@5:[net.minecraft.item.crafting.Ingredient@757729dd]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.module@6 new recipe: RecipeStage{tier='four', recipe=1xitem.module@6:[net.minecraft.item.crafting.Ingredient@23ae5ef5]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.module@7 new recipe: RecipeStage{tier='four', recipe=1xitem.module@7:[net.minecraft.item.crafting.Ingredient@4d1efa8a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.module@8 new recipe: RecipeStage{tier='four', recipe=1xitem.module@8:[net.minecraft.item.crafting.Ingredient@27f5a63f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.module@9 new recipe: RecipeStage{tier='four', recipe=1xitem.module@9:[net.minecraft.item.crafting.Ingredient@44a269da]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.module@10 new recipe: RecipeStage{tier='four', recipe=1xitem.module@10:[net.minecraft.item.crafting.Ingredient@50b03d0c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.module@11 new recipe: RecipeStage{tier='four', recipe=1xitem.module@11:[net.minecraft.item.crafting.Ingredient@69061018]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.module@12 new recipe: RecipeStage{tier='four', recipe=1xitem.module@12:[net.minecraft.item.crafting.Ingredient@173fa321]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.module@14 new recipe: RecipeStage{tier='four', recipe=1xitem.module@14:[net.minecraft.item.crafting.Ingredient@3e0abbc]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.module@15 new recipe: RecipeStage{tier='four', recipe=1xitem.module@15:[net.minecraft.item.crafting.Ingredient@2069d49a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.module@16 new recipe: RecipeStage{tier='four', recipe=1xitem.module@16:[net.minecraft.item.crafting.Ingredient@2e2ee442]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.module@17 new recipe: RecipeStage{tier='four', recipe=1xitem.module@17:[net.minecraft.item.crafting.Ingredient@2326bc1f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.indlog.fluid_pipe@3 new recipe: RecipeStage{tier='four', recipe=4xtile.indlog.fluid_pipe@3:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6a92b3ed, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6a92b3ed, net.minecraftforge.oredict.OreIngredient@40f8f158, net.minecraft.item.crafting.Ingredient@6a92b3ed, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6a92b3ed, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.indlog.fluid_pipe@4 new recipe: RecipeStage{tier='four', recipe=4xtile.indlog.fluid_pipe@4:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@d7f8040, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@d7f8040, net.minecraftforge.oredict.OreIngredient@728d57d9, net.minecraft.item.crafting.Ingredient@d7f8040, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@d7f8040, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.indlog.item_pipe@3 new recipe: RecipeStage{tier='four', recipe=4xtile.indlog.item_pipe@3:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@78ca9ddc, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@78ca9ddc, net.minecraftforge.oredict.OreIngredient@513dac94, net.minecraft.item.crafting.Ingredient@78ca9ddc, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@78ca9ddc, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.indlog.item_pipe@4 new recipe: RecipeStage{tier='four', recipe=4xtile.indlog.item_pipe@4:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7e35a573, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7e35a573, net.minecraftforge.oredict.OreIngredient@523de314, net.minecraft.item.crafting.Ingredient@7e35a573, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7e35a573, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.indlog.auto_craft@0 new recipe: RecipeStage{tier='four', recipe=1xtile.indlog.auto_craft@0:[net.minecraftforge.oredict.OreIngredient@73b6b0dd, net.minecraftforge.oredict.OreIngredient@672767f, net.minecraftforge.oredict.OreIngredient@73b6b0dd, net.minecraftforge.oredict.OreIngredient@672767f, net.minecraft.item.crafting.Ingredient@5be437fb, net.minecraftforge.oredict.OreIngredient@672767f, net.minecraftforge.oredict.OreIngredient@73b6b0dd, net.minecraft.item.crafting.Ingredient@36daf75b, net.minecraftforge.oredict.OreIngredient@73b6b0dd]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.indlog.trash@0 new recipe: RecipeStage{tier='four', recipe=1xtile.indlog.trash@0:[net.minecraftforge.oredict.OreIngredient@24e78c71, net.minecraftforge.oredict.OreIngredient@24e78c71, net.minecraftforge.oredict.OreIngredient@24e78c71, net.minecraft.item.crafting.Ingredient@77c2d0ee, net.minecraft.item.crafting.Ingredient@173e6cf7, net.minecraft.item.crafting.Ingredient@53783770, net.minecraftforge.oredict.OreIngredient@24e78c71, net.minecraftforge.oredict.OreIngredient@24e78c71, net.minecraftforge.oredict.OreIngredient@24e78c71]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.indlog.fluid_intake@0 new recipe: RecipeStage{tier='four', recipe=1xtile.indlog.fluid_intake@0:[net.minecraftforge.oredict.OreIngredient@1923b6d8, net.minecraft.item.crafting.Ingredient@568d2de4, net.minecraftforge.oredict.OreIngredient@1923b6d8, net.minecraftforge.oredict.OreIngredient@1923b6d8, net.minecraft.item.crafting.Ingredient@4d1ba777, net.minecraftforge.oredict.OreIngredient@1923b6d8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@79bddbc5, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.indlog.fluid_outlet@0 new recipe: RecipeStage{tier='four', recipe=1xtile.indlog.fluid_outlet@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@593fb375, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@42f1c700, net.minecraft.item.crafting.Ingredient@45b57a48, net.minecraftforge.oredict.OreIngredient@42f1c700, net.minecraftforge.oredict.OreIngredient@42f1c700, net.minecraft.item.crafting.Ingredient@5241f036, net.minecraftforge.oredict.OreIngredient@42f1c700]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.indlog.drop_interface@0 new recipe: RecipeStage{tier='four', recipe=1xtile.indlog.drop_interface@0:[net.minecraftforge.oredict.OreIngredient@48272444, net.minecraftforge.oredict.OreIngredient@48272444, net.minecraftforge.oredict.OreIngredient@48272444, net.minecraft.item.crafting.Ingredient@26ae6032, net.minecraft.item.crafting.Ingredient@22edb89, net.minecraft.item.crafting.Ingredient@42e0db57, net.minecraftforge.oredict.OreIngredient@48272444, net.minecraftforge.oredict.OreIngredient@48272444, net.minecraftforge.oredict.OreIngredient@48272444]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.indlog.entity_interface@0 new recipe: RecipeStage{tier='four', recipe=1xtile.indlog.entity_interface@0:[net.minecraftforge.oredict.OreIngredient@66ee9beb, net.minecraft.item.crafting.Ingredient@1268f62c, net.minecraftforge.oredict.OreIngredient@66ee9beb, net.minecraftforge.oredict.OreIngredient@66ee9beb, net.minecraft.item.crafting.Ingredient@5696ad55, net.minecraftforge.oredict.OreIngredient@66ee9beb]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.indlog.block_placer@0 new recipe: RecipeStage{tier='four', recipe=1xtile.indlog.block_placer@0:[net.minecraftforge.oredict.OreIngredient@5126d11e, net.minecraft.item.crafting.Ingredient@4aa9480, net.minecraftforge.oredict.OreIngredient@5126d11e, net.minecraft.item.crafting.Ingredient@67356d45, net.minecraft.item.crafting.Ingredient@d00a56e, net.minecraft.item.crafting.Ingredient@67356d45, net.minecraftforge.oredict.OreIngredient@5126d11e, net.minecraft.item.crafting.Ingredient@4aa9480, net.minecraftforge.oredict.OreIngredient@5126d11e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.indlog.portable_craft@0 new recipe: RecipeStage{tier='four', recipe=1xitem.indlog.portable_craft@0:[net.minecraft.item.crafting.Ingredient@3a97bcbc, net.minecraft.item.crafting.Ingredient@7e274195, net.minecraft.item.crafting.Ingredient@7604a1ee, net.minecraftforge.oredict.OreIngredient@5d926b03, net.minecraftforge.oredict.OreIngredient@5a675e51, net.minecraftforge.oredict.OreIngredient@5d926b03]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.indlog.fluid_filter@0 new recipe: RecipeStage{tier='four', recipe=1xitem.indlog.fluid_filter@0:[net.minecraft.item.crafting.Ingredient@13ce0aec, net.minecraft.item.crafting.Ingredient@12090c40, net.minecraft.item.crafting.Ingredient@39b596a6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.indlog.item_filter@0 new recipe: RecipeStage{tier='four', recipe=1xitem.indlog.item_filter@0:[net.minecraft.item.crafting.Ingredient@7b1b1559, net.minecraft.item.crafting.Ingredient@21aa6d76, net.minecraft.item.crafting.Ingredient@343fcf43]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.indlog.amount_filter@0 new recipe: RecipeStage{tier='four', recipe=1xitem.indlog.amount_filter@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@20e987a3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@751312, net.minecraft.item.crafting.Ingredient@72c60fb7, net.minecraft.item.crafting.Ingredient@38c9937b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.indlog.property_filter@0 new recipe: RecipeStage{tier='four', recipe=1xitem.indlog.property_filter@0:[net.minecraft.item.crafting.Ingredient@4a55f03a, net.minecraft.item.crafting.Ingredient@3e73f040, net.minecraft.item.crafting.Ingredient@52cbacb2]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.indlog.name_filter@0 new recipe: RecipeStage{tier='four', recipe=1xitem.indlog.name_filter@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@44402118, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@585015f7, net.minecraft.item.crafting.Ingredient@79801f4d, net.minecraft.item.crafting.Ingredient@76a182f3]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xitem.indlog.fluid_filter@0 new recipe: RecipeStage{tier='four', recipe=2xitem.indlog.fluid_filter@0:[net.minecraft.item.crafting.Ingredient@6564657c, net.minecraft.item.crafting.Ingredient@6564657c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xitem.indlog.item_filter@0 new recipe: RecipeStage{tier='four', recipe=2xitem.indlog.item_filter@0:[net.minecraft.item.crafting.Ingredient@7dbb7680, net.minecraft.item.crafting.Ingredient@7dbb7680]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xitem.indlog.amount_filter@0 new recipe: RecipeStage{tier='four', recipe=2xitem.indlog.amount_filter@0:[net.minecraft.item.crafting.Ingredient@626ab88c, net.minecraft.item.crafting.Ingredient@626ab88c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xitem.indlog.property_filter@0 new recipe: RecipeStage{tier='four', recipe=2xitem.indlog.property_filter@0:[net.minecraft.item.crafting.Ingredient@35eec42d, net.minecraft.item.crafting.Ingredient@35eec42d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xitem.indlog.name_filter@0 new recipe: RecipeStage{tier='four', recipe=2xitem.indlog.name_filter@0:[net.minecraft.item.crafting.Ingredient@2c7548a4, net.minecraft.item.crafting.Ingredient@2c7548a4]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.indlog.fluid_filter@0 new recipe: RecipeStage{tier='four', recipe=1xitem.indlog.fluid_filter@0:[net.minecraft.item.crafting.Ingredient@416d3373]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.indlog.item_filter@0 new recipe: RecipeStage{tier='four', recipe=1xitem.indlog.item_filter@0:[net.minecraft.item.crafting.Ingredient@3d21b1b8]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.indlog.amount_filter@0 new recipe: RecipeStage{tier='four', recipe=1xitem.indlog.amount_filter@0:[net.minecraft.item.crafting.Ingredient@1d1329f3]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.indlog.property_filter@0 new recipe: RecipeStage{tier='four', recipe=1xitem.indlog.property_filter@0:[net.minecraft.item.crafting.Ingredient@296cdd6e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.indlog.name_filter@0 new recipe: RecipeStage{tier='four', recipe=1xitem.indlog.name_filter@0:[net.minecraft.item.crafting.Ingredient@73b3801c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 16xitem.advgenerators.iron_tubing@0 new recipe: RecipeStage{tier='four', recipe=16xitem.advgenerators.iron_tubing@0:[net.minecraft.item.crafting.Ingredient@19a7c83a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7969da78, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@19a7c83a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 16xitem.advgenerators.iron_wiring@0 new recipe: RecipeStage{tier='four', recipe=16xitem.advgenerators.iron_wiring@0:[net.minecraft.item.crafting.Ingredient@4eacb01d, net.minecraft.item.crafting.Ingredient@696d47ea, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@696d47ea, net.minecraftforge.oredict.OreIngredient@5e60eaa5, net.minecraft.item.crafting.Ingredient@696d47ea, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@696d47ea, net.minecraft.item.crafting.Ingredient@4eacb01d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 32xitem.advgenerators.upgrade_kit@0 new recipe: RecipeStage{tier='four', recipe=32xitem.advgenerators.upgrade_kit@0:[net.minecraft.item.crafting.Ingredient@6a2ef98, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6a2ef98, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5f3aab1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5f3aab1, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.advgenerators.pressure_valve@0 new recipe: RecipeStage{tier='four', recipe=1xitem.advgenerators.pressure_valve@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5d48c654, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4c872c4a, net.minecraft.item.crafting.Ingredient@4c872c4a, net.minecraft.item.crafting.Ingredient@4c872c4a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5d48c654, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xitem.advgenerators.iron_frame@0 new recipe: RecipeStage{tier='four', recipe=2xitem.advgenerators.iron_frame@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@726b52ab, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@726b52ab, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@726b52ab, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@726b52ab, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.advgenerators.power_io@0 new recipe: RecipeStage{tier='four', recipe=1xitem.advgenerators.power_io@0:[net.minecraft.item.crafting.Ingredient@59fdbbc3, net.minecraft.item.crafting.Ingredient@43ce585a, net.minecraft.item.crafting.Ingredient@59fdbbc3, net.minecraft.item.crafting.Ingredient@59fdbbc3, net.minecraft.item.crafting.Ingredient@59066a34, net.minecraft.item.crafting.Ingredient@59fdbbc3, net.minecraft.item.crafting.Ingredient@59fdbbc3, net.minecraft.item.crafting.Ingredient@43ce585a, net.minecraft.item.crafting.Ingredient@59fdbbc3]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.advgenerators.controller@0 new recipe: RecipeStage{tier='four', recipe=1xitem.advgenerators.controller@0:[net.minecraft.item.crafting.Ingredient@ac0e2a6, net.minecraft.item.crafting.Ingredient@3bfd672c, net.minecraft.item.crafting.Ingredient@ac0e2a6, net.minecraft.item.crafting.Ingredient@3bfd672c, net.minecraft.item.crafting.Ingredient@5140fdad, net.minecraft.item.crafting.Ingredient@3bfd672c, net.minecraft.item.crafting.Ingredient@ac0e2a6, net.minecraft.item.crafting.Ingredient@3bfd672c, net.minecraft.item.crafting.Ingredient@ac0e2a6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.advgenerators.fluid_input@0 new recipe: RecipeStage{tier='four', recipe=1xtile.advgenerators.fluid_input@0:[net.minecraft.item.crafting.Ingredient@59e290ef, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@59e290ef, net.minecraft.item.crafting.Ingredient@9f658f8, net.minecraft.item.crafting.Ingredient@59e290ef, net.minecraft.item.crafting.Ingredient@9f658f8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5f8d71fe, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.advgenerators.fluid_output_select@0 new recipe: RecipeStage{tier='four', recipe=1xtile.advgenerators.fluid_output_select@0:[net.minecraft.item.crafting.Ingredient@12f74392, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@12f74392, net.minecraft.item.crafting.Ingredient@29fdf8ac, net.minecraft.item.crafting.Ingredient@1dcb6eec, net.minecraft.item.crafting.Ingredient@29fdf8ac, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1dcb6eec, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.advgenerators.fuel_tank@0 new recipe: RecipeStage{tier='four', recipe=1xtile.advgenerators.fuel_tank@0:[net.minecraft.item.crafting.Ingredient@145d834c, net.minecraft.item.crafting.Ingredient@522331f3, net.minecraft.item.crafting.Ingredient@145d834c, net.minecraft.item.crafting.Ingredient@522331f3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@522331f3, net.minecraft.item.crafting.Ingredient@145d834c, net.minecraft.item.crafting.Ingredient@14599955, net.minecraft.item.crafting.Ingredient@145d834c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.advgenerators.item_output@0 new recipe: RecipeStage{tier='four', recipe=1xtile.advgenerators.item_output@0:[net.minecraft.item.crafting.Ingredient@25d5920e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@25d5920e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6eb293ee, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@25d5920e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@25d5920e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.advgenerators.item_input@0 new recipe: RecipeStage{tier='four', recipe=1xtile.advgenerators.item_input@0:[net.minecraft.item.crafting.Ingredient@3af7f542, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3af7f542, net.minecraft.item.crafting.Ingredient@333b55f0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@333b55f0, net.minecraft.item.crafting.Ingredient@3af7f542, net.minecraft.item.crafting.Ingredient@333b55f0, net.minecraft.item.crafting.Ingredient@3af7f542]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.advgenerators.sensor@0 new recipe: RecipeStage{tier='four', recipe=1xtile.advgenerators.sensor@0:[net.minecraft.item.crafting.Ingredient@3608c327, net.minecraft.item.crafting.Ingredient@33d07d41, net.minecraft.item.crafting.Ingredient@3608c327, net.minecraft.item.crafting.Ingredient@33d07d41, net.minecraft.item.crafting.Ingredient@5a2d2a1e, net.minecraft.item.crafting.Ingredient@33d07d41, net.minecraft.item.crafting.Ingredient@3608c327, net.minecraft.item.crafting.Ingredient@33d07d41, net.minecraft.item.crafting.Ingredient@3608c327]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.advgenerators.control@0 new recipe: RecipeStage{tier='four', recipe=1xtile.advgenerators.control@0:[net.minecraft.item.crafting.Ingredient@7e188b0, net.minecraft.item.crafting.Ingredient@37ebc778, net.minecraft.item.crafting.Ingredient@7e188b0, net.minecraft.item.crafting.Ingredient@4256641, net.minecraft.item.crafting.Ingredient@4256641, net.minecraft.item.crafting.Ingredient@4256641, net.minecraft.item.crafting.Ingredient@7e188b0, net.minecraft.item.crafting.Ingredient@37ebc778, net.minecraft.item.crafting.Ingredient@7e188b0]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.advgenerators.forge_output@0 new recipe: RecipeStage{tier='four', recipe=1xtile.advgenerators.forge_output@0:[net.minecraft.item.crafting.Ingredient@4b57fc73, net.minecraft.item.crafting.Ingredient@12a36467, net.minecraft.item.crafting.Ingredient@4b57fc73, net.minecraft.item.crafting.Ingredient@7b1aac7b, net.minecraft.item.crafting.Ingredient@3d1b0f1c, net.minecraft.item.crafting.Ingredient@7b1aac7b, net.minecraft.item.crafting.Ingredient@4b57fc73, net.minecraft.item.crafting.Ingredient@6500fddc, net.minecraft.item.crafting.Ingredient@4b57fc73]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.advgenerators.rf_output@0 new recipe: RecipeStage{tier='four', recipe=1xtile.advgenerators.rf_output@0:[net.minecraft.item.crafting.Ingredient@60e6e395, net.minecraft.item.crafting.Ingredient@45544aa0, net.minecraft.item.crafting.Ingredient@60e6e395, net.minecraft.item.crafting.Ingredient@27d8bd9a, net.minecraft.item.crafting.Ingredient@3114921d, net.minecraft.item.crafting.Ingredient@27d8bd9a, net.minecraft.item.crafting.Ingredient@60e6e395, net.minecraft.item.crafting.Ingredient@230aa24, net.minecraft.item.crafting.Ingredient@60e6e395]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.advgenerators.gas_input@0 new recipe: RecipeStage{tier='four', recipe=1xtile.advgenerators.gas_input@0:[net.minecraftforge.oredict.OreIngredient@12914ae4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@12914ae4, net.minecraft.item.crafting.Ingredient@15f7b318, net.minecraft.item.crafting.Ingredient@425a1078, net.minecraft.item.crafting.Ingredient@15f7b318, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@40fb97ec, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.advgenerators.turbine_controller@0 new recipe: RecipeStage{tier='four', recipe=1xtile.advgenerators.turbine_controller@0:[net.minecraft.item.crafting.Ingredient@70622412, net.minecraft.item.crafting.Ingredient@62a923b6, net.minecraft.item.crafting.Ingredient@70622412, net.minecraft.item.crafting.Ingredient@7e719cf8, net.minecraft.item.crafting.Ingredient@fbee690, net.minecraft.item.crafting.Ingredient@7e719cf8, net.minecraft.item.crafting.Ingredient@70622412, net.minecraft.item.crafting.Ingredient@62a923b6, net.minecraft.item.crafting.Ingredient@70622412]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.advgenerators.steam_turbine_controller@0 new recipe: RecipeStage{tier='four', recipe=1xtile.advgenerators.steam_turbine_controller@0:[net.minecraft.item.crafting.Ingredient@45023b37, net.minecraft.item.crafting.Ingredient@37e6e933, net.minecraft.item.crafting.Ingredient@45023b37, net.minecraft.item.crafting.Ingredient@4f141339, net.minecraft.item.crafting.Ingredient@4f141339, net.minecraft.item.crafting.Ingredient@4f141339, net.minecraft.item.crafting.Ingredient@45023b37, net.minecraft.item.crafting.Ingredient@49819013, net.minecraft.item.crafting.Ingredient@45023b37]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.advgenerators.efficiency_upgrade_tier1@0 new recipe: RecipeStage{tier='four', recipe=1xtile.advgenerators.efficiency_upgrade_tier1@0:[net.minecraft.item.crafting.Ingredient@1da10c64, net.minecraft.item.crafting.Ingredient@5cee336f, net.minecraft.item.crafting.Ingredient@1da10c64, net.minecraft.item.crafting.Ingredient@72434932, net.minecraft.item.crafting.Ingredient@37875e61, net.minecraft.item.crafting.Ingredient@49b9d6ba, net.minecraft.item.crafting.Ingredient@1da10c64, net.minecraft.item.crafting.Ingredient@5cee336f, net.minecraft.item.crafting.Ingredient@1da10c64]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.advgenerators.efficiency_upgrade_tier2@0 new recipe: RecipeStage{tier='four', recipe=1xtile.advgenerators.efficiency_upgrade_tier2@0:[net.minecraft.item.crafting.Ingredient@2c223a7a, net.minecraft.item.crafting.Ingredient@17a01da, net.minecraft.item.crafting.Ingredient@2c223a7a, net.minecraft.item.crafting.Ingredient@6710b49, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6710b49, net.minecraft.item.crafting.Ingredient@2c223a7a, net.minecraft.item.crafting.Ingredient@7f309fcd, net.minecraft.item.crafting.Ingredient@2c223a7a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.advgenerators.advanced_pressure_valve@0 new recipe: RecipeStage{tier='four', recipe=1xitem.advgenerators.advanced_pressure_valve@0:[net.minecraft.item.crafting.Ingredient@5d9d216e, net.minecraftforge.oredict.OreIngredient@3cd8827, net.minecraft.item.crafting.Ingredient@5d9d216e, net.minecraftforge.oredict.OreIngredient@3cd8827, net.minecraft.item.crafting.Ingredient@1a1f5239, net.minecraftforge.oredict.OreIngredient@3cd8827, net.minecraft.item.crafting.Ingredient@5d9d216e, net.minecraftforge.oredict.OreIngredient@3cd8827, net.minecraft.item.crafting.Ingredient@5d9d216e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.advgenerators.exchanger_controller@0 new recipe: RecipeStage{tier='four', recipe=1xtile.advgenerators.exchanger_controller@0:[net.minecraft.item.crafting.Ingredient@499b3db7, net.minecraft.item.crafting.Ingredient@11f606de, net.minecraft.item.crafting.Ingredient@499b3db7, net.minecraft.item.crafting.Ingredient@18b8e37c, net.minecraft.item.crafting.Ingredient@6cbf3873, net.minecraft.item.crafting.Ingredient@18b8e37c, net.minecraft.item.crafting.Ingredient@499b3db7, net.minecraft.item.crafting.Ingredient@18b8e37c, net.minecraft.item.crafting.Ingredient@499b3db7]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.advgenerators.heat_exchanger@0 new recipe: RecipeStage{tier='four', recipe=1xtile.advgenerators.heat_exchanger@0:[net.minecraft.item.crafting.Ingredient@5d38ff65, net.minecraft.item.crafting.Ingredient@2c444bd, net.minecraft.item.crafting.Ingredient@5d38ff65, net.minecraft.item.crafting.Ingredient@2c444bd, net.minecraft.item.crafting.Ingredient@2c444bd, net.minecraft.item.crafting.Ingredient@2c444bd, net.minecraft.item.crafting.Ingredient@5d38ff65, net.minecraft.item.crafting.Ingredient@2c444bd, net.minecraft.item.crafting.Ingredient@5d38ff65]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.advgenerators.syngas_controller@0 new recipe: RecipeStage{tier='four', recipe=1xtile.advgenerators.syngas_controller@0:[net.minecraft.item.crafting.Ingredient@575e3471, net.minecraft.item.crafting.Ingredient@ba739b4, net.minecraft.item.crafting.Ingredient@575e3471, net.minecraft.item.crafting.Ingredient@58f8299e, net.minecraft.item.crafting.Ingredient@474bf60e, net.minecraft.item.crafting.Ingredient@58f8299e, net.minecraft.item.crafting.Ingredient@575e3471, net.minecraft.item.crafting.Ingredient@7ea3634c, net.minecraft.item.crafting.Ingredient@575e3471]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.advgenerators.mixing_chamber@0 new recipe: RecipeStage{tier='four', recipe=1xtile.advgenerators.mixing_chamber@0:[net.minecraft.item.crafting.Ingredient@5418fbb2, net.minecraft.item.crafting.Ingredient@4d358c76, net.minecraft.item.crafting.Ingredient@5418fbb2, net.minecraft.item.crafting.Ingredient@28693f9f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@28693f9f, net.minecraft.item.crafting.Ingredient@5418fbb2, net.minecraft.item.crafting.Ingredient@4d358c76, net.minecraft.item.crafting.Ingredient@5418fbb2]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.advgenerators.heating_chamber@0 new recipe: RecipeStage{tier='four', recipe=1xtile.advgenerators.heating_chamber@0:[net.minecraft.item.crafting.Ingredient@2b29a2c6, net.minecraft.item.crafting.Ingredient@4a9ecde9, net.minecraft.item.crafting.Ingredient@2b29a2c6, net.minecraft.item.crafting.Ingredient@2bea86e2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2bea86e2, net.minecraft.item.crafting.Ingredient@2b29a2c6, net.minecraft.item.crafting.Ingredient@2bea86e2, net.minecraft.item.crafting.Ingredient@2b29a2c6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xitem.advgenerators.turbine_blade_iron@0 new recipe: RecipeStage{tier='four', recipe=4xitem.advgenerators.turbine_blade_iron@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@50b32296, net.minecraftforge.oredict.OreIngredient@50b32296, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@50b32296, net.minecraftforge.oredict.OreIngredient@50b32296, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@50b32296]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.advgenerators.turbine_rotor_iron@0 new recipe: RecipeStage{tier='four', recipe=1xitem.advgenerators.turbine_rotor_iron@0:[net.minecraft.item.crafting.Ingredient@676ba78c, net.minecraft.item.crafting.Ingredient@676ba78c, net.minecraft.item.crafting.Ingredient@676ba78c, net.minecraft.item.crafting.Ingredient@676ba78c, net.minecraftforge.oredict.OreIngredient@4aab2b2e, net.minecraft.item.crafting.Ingredient@676ba78c, net.minecraft.item.crafting.Ingredient@676ba78c, net.minecraft.item.crafting.Ingredient@676ba78c, net.minecraft.item.crafting.Ingredient@676ba78c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.advgenerators.turbine_iron@0 new recipe: RecipeStage{tier='four', recipe=1xtile.advgenerators.turbine_iron@0:[net.minecraft.item.crafting.Ingredient@5bd2367, net.minecraft.item.crafting.Ingredient@3f50a39b, net.minecraft.item.crafting.Ingredient@5bd2367, net.minecraft.item.crafting.Ingredient@2cb10d04, net.minecraft.item.crafting.Ingredient@7641902, net.minecraft.item.crafting.Ingredient@2cb10d04, net.minecraft.item.crafting.Ingredient@5bd2367, net.minecraft.item.crafting.Ingredient@3f50a39b, net.minecraft.item.crafting.Ingredient@5bd2367]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.advgenerators.turbine_rotor_gold@0 new recipe: RecipeStage{tier='four', recipe=1xitem.advgenerators.turbine_rotor_gold@0:[net.minecraft.item.crafting.Ingredient@51af15af, net.minecraftforge.oredict.OreIngredient@12816bb5]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.advgenerators.turbine_rotor_iron@0 new recipe: RecipeStage{tier='four', recipe=1xitem.advgenerators.turbine_rotor_iron@0:[net.minecraft.item.crafting.Ingredient@1a18ad3c, net.minecraft.item.crafting.Ingredient@3333d1bd]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.advgenerators.turbine_gold@0 new recipe: RecipeStage{tier='four', recipe=1xtile.advgenerators.turbine_gold@0:[net.minecraft.item.crafting.Ingredient@1a1f6a46, net.minecraft.item.crafting.Ingredient@45314574, net.minecraft.item.crafting.Ingredient@1a1f6a46, net.minecraft.item.crafting.Ingredient@68a2da56, net.minecraft.item.crafting.Ingredient@748dc45f, net.minecraft.item.crafting.Ingredient@68a2da56, net.minecraft.item.crafting.Ingredient@1a1f6a46, net.minecraft.item.crafting.Ingredient@45314574, net.minecraft.item.crafting.Ingredient@1a1f6a46]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.advgenerators.turbine_kit_gold@0 new recipe: RecipeStage{tier='four', recipe=1xitem.advgenerators.turbine_kit_gold@0:[net.minecraft.item.crafting.Ingredient@5af420f7, net.minecraft.item.crafting.Ingredient@247a3195]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xitem.advgenerators.turbine_blade_manyullyn@0 new recipe: RecipeStage{tier='four', recipe=4xitem.advgenerators.turbine_blade_manyullyn@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@259ba33f, net.minecraftforge.oredict.OreIngredient@259ba33f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@259ba33f, net.minecraftforge.oredict.OreIngredient@259ba33f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@259ba33f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.advgenerators.turbine_rotor_manyullyn@0 new recipe: RecipeStage{tier='four', recipe=1xitem.advgenerators.turbine_rotor_manyullyn@0:[net.minecraft.item.crafting.Ingredient@2b10b83d, net.minecraft.item.crafting.Ingredient@2b10b83d, net.minecraft.item.crafting.Ingredient@2b10b83d, net.minecraft.item.crafting.Ingredient@2b10b83d, net.minecraftforge.oredict.OreIngredient@68afbf58, net.minecraft.item.crafting.Ingredient@2b10b83d, net.minecraft.item.crafting.Ingredient@2b10b83d, net.minecraft.item.crafting.Ingredient@2b10b83d, net.minecraft.item.crafting.Ingredient@2b10b83d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.advgenerators.turbine_manyullyn@0 new recipe: RecipeStage{tier='four', recipe=1xtile.advgenerators.turbine_manyullyn@0:[net.minecraft.item.crafting.Ingredient@50e1d904, net.minecraft.item.crafting.Ingredient@7e9e5275, net.minecraft.item.crafting.Ingredient@50e1d904, net.minecraft.item.crafting.Ingredient@6b5e6781, net.minecraft.item.crafting.Ingredient@50e9d5f0, net.minecraft.item.crafting.Ingredient@6b5e6781, net.minecraft.item.crafting.Ingredient@50e1d904, net.minecraft.item.crafting.Ingredient@7e9e5275, net.minecraft.item.crafting.Ingredient@50e1d904]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.advgenerators.turbine_kit_manyullyn@0 new recipe: RecipeStage{tier='four', recipe=1xitem.advgenerators.turbine_kit_manyullyn@0:[net.minecraft.item.crafting.Ingredient@29ff94c, net.minecraft.item.crafting.Ingredient@1a65f4f1]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.advgenerators.power_capacitor_redstone@0 new recipe: RecipeStage{tier='four', recipe=1xtile.advgenerators.power_capacitor_redstone@0:[net.minecraft.item.crafting.Ingredient@32fae0ed, net.minecraft.item.crafting.Ingredient@590c4f9e, net.minecraft.item.crafting.Ingredient@32fae0ed, net.minecraft.item.crafting.Ingredient@590c4f9e, net.minecraft.item.crafting.Ingredient@f178432, net.minecraft.item.crafting.Ingredient@590c4f9e, net.minecraft.item.crafting.Ingredient@32fae0ed, net.minecraft.item.crafting.Ingredient@590c4f9e, net.minecraft.item.crafting.Ingredient@32fae0ed]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.advgenerators.power_capacitor_advanced@0 new recipe: RecipeStage{tier='four', recipe=1xtile.advgenerators.power_capacitor_advanced@0:[net.minecraft.item.crafting.Ingredient@71bd3a2, net.minecraft.item.crafting.Ingredient@3c501c60, net.minecraft.item.crafting.Ingredient@71bd3a2, net.minecraft.item.crafting.Ingredient@3c501c60, net.minecraft.item.crafting.Ingredient@fd539cc, net.minecraft.item.crafting.Ingredient@3c501c60, net.minecraft.item.crafting.Ingredient@71bd3a2, net.minecraft.item.crafting.Ingredient@3c501c60, net.minecraft.item.crafting.Ingredient@71bd3a2]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.advgenerators.capacitor_kit_advanced@0 new recipe: RecipeStage{tier='four', recipe=1xitem.advgenerators.capacitor_kit_advanced@0:[net.minecraft.item.crafting.Ingredient@29a2364d, net.minecraft.item.crafting.Ingredient@15ad8c05, net.minecraft.item.crafting.Ingredient@29a2364d, net.minecraft.item.crafting.Ingredient@15ad8c05, net.minecraft.item.crafting.Ingredient@3390cc25, net.minecraft.item.crafting.Ingredient@15ad8c05, net.minecraft.item.crafting.Ingredient@29a2364d, net.minecraft.item.crafting.Ingredient@15ad8c05, net.minecraft.item.crafting.Ingredient@29a2364d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.advgenerators.power_capacitor_dense@0 new recipe: RecipeStage{tier='four', recipe=1xtile.advgenerators.power_capacitor_dense@0:[net.minecraft.item.crafting.Ingredient@10b76091, net.minecraft.item.crafting.Ingredient@69030b26, net.minecraft.item.crafting.Ingredient@10b76091, net.minecraft.item.crafting.Ingredient@69030b26, net.minecraft.item.crafting.Ingredient@5c4713c7, net.minecraft.item.crafting.Ingredient@69030b26, net.minecraft.item.crafting.Ingredient@10b76091, net.minecraft.item.crafting.Ingredient@69030b26, net.minecraft.item.crafting.Ingredient@10b76091]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.advgenerators.capacitor_kit_dense@0 new recipe: RecipeStage{tier='four', recipe=1xitem.advgenerators.capacitor_kit_dense@0:[net.minecraft.item.crafting.Ingredient@26cdb23e, net.minecraft.item.crafting.Ingredient@57e6d7fa, net.minecraft.item.crafting.Ingredient@26cdb23e, net.minecraft.item.crafting.Ingredient@57e6d7fa, net.minecraft.item.crafting.Ingredient@33db2fea, net.minecraft.item.crafting.Ingredient@57e6d7fa, net.minecraft.item.crafting.Ingredient@26cdb23e, net.minecraft.item.crafting.Ingredient@57e6d7fa, net.minecraft.item.crafting.Ingredient@26cdb23e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ma.special@0 new recipe: RecipeStage{tier='five', recipe=1xtile.ma.special@0:[net.minecraft.item.crafting.Ingredient@1910f6a0, net.minecraft.item.crafting.Ingredient@55362265, net.minecraft.item.crafting.Ingredient@1910f6a0, net.minecraft.item.crafting.Ingredient@1b0c4721, net.minecraftforge.oredict.OreIngredient@3ebf429e, net.minecraft.item.crafting.Ingredient@1b0c4721, net.minecraft.item.crafting.Ingredient@1910f6a0, net.minecraft.item.crafting.Ingredient@55362265, net.minecraft.item.crafting.Ingredient@1910f6a0]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ma.special@1 new recipe: RecipeStage{tier='five', recipe=1xtile.ma.special@1:[net.minecraft.item.crafting.Ingredient@61f628df, net.minecraft.item.crafting.Ingredient@25192dcd, net.minecraft.item.crafting.Ingredient@61f628df, net.minecraft.item.crafting.Ingredient@25192dcd, net.minecraftforge.oredict.OreIngredient@5cd54300, net.minecraft.item.crafting.Ingredient@25192dcd, net.minecraft.item.crafting.Ingredient@61f628df, net.minecraft.item.crafting.Ingredient@25192dcd, net.minecraft.item.crafting.Ingredient@61f628df]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.insanium@2 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.insanium@2:[net.minecraft.item.crafting.Ingredient@31878c18, net.minecraft.item.crafting.Ingredient@5d9ca8a0, net.minecraft.item.crafting.Ingredient@2ba73d50]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.nether_star_seeds@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.nether_star_seeds@0:[net.minecraft.item.crafting.Ingredient@524bc529, net.minecraft.item.crafting.Ingredient@78f543d0, net.minecraft.item.crafting.Ingredient@524bc529, net.minecraft.item.crafting.Ingredient@78f543d0, net.minecraft.item.crafting.Ingredient@40143dc6, net.minecraft.item.crafting.Ingredient@78f543d0, net.minecraft.item.crafting.Ingredient@524bc529, net.minecraft.item.crafting.Ingredient@78f543d0, net.minecraft.item.crafting.Ingredient@524bc529]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.dragon_egg_seeds@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.dragon_egg_seeds@0:[net.minecraft.item.crafting.Ingredient@6723884b, net.minecraft.item.crafting.Ingredient@a568c07, net.minecraft.item.crafting.Ingredient@6723884b, net.minecraft.item.crafting.Ingredient@a568c07, net.minecraft.item.crafting.Ingredient@6b4d6a86, net.minecraft.item.crafting.Ingredient@a568c07, net.minecraft.item.crafting.Ingredient@6723884b, net.minecraft.item.crafting.Ingredient@a568c07, net.minecraft.item.crafting.Ingredient@6723884b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.stuff@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.stuff@0:[net.minecraft.item.crafting.Ingredient@7c197e20, net.minecraft.item.crafting.Ingredient@7c197e20, net.minecraft.item.crafting.Ingredient@7c197e20, net.minecraft.item.crafting.Ingredient@7c197e20, net.minecraft.item.crafting.Ingredient@7c197e20, net.minecraft.item.crafting.Ingredient@7c197e20, net.minecraft.item.crafting.Ingredient@7c197e20, net.minecraft.item.crafting.Ingredient@7c197e20, net.minecraft.item.crafting.Ingredient@7c197e20]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.stuff@2 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.stuff@2:[net.minecraft.item.crafting.Ingredient@71a8c64, net.minecraft.item.crafting.Ingredient@71a8c64, net.minecraft.item.crafting.Ingredient@71a8c64, net.minecraft.item.crafting.Ingredient@71a8c64, net.minecraft.item.crafting.Ingredient@71a8c64, net.minecraft.item.crafting.Ingredient@71a8c64, net.minecraft.item.crafting.Ingredient@71a8c64, net.minecraft.item.crafting.Ingredient@71a8c64, net.minecraft.item.crafting.Ingredient@71a8c64]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.charm@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.charm@0:[net.minecraft.item.crafting.Ingredient@1d963ae5, net.minecraft.item.crafting.Ingredient@18176ae7, net.minecraft.item.crafting.Ingredient@56ca61b2, net.minecraft.item.crafting.Ingredient@18176ae7, net.minecraft.item.crafting.Ingredient@14bb9701, net.minecraft.item.crafting.Ingredient@18176ae7, net.minecraft.item.crafting.Ingredient@56ca61b2, net.minecraft.item.crafting.Ingredient@18176ae7, net.minecraft.item.crafting.Ingredient@1d963ae5]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.nex:soulGlass@0 new recipe: RecipeStage{tier='three', recipe=1xtile.nex:soulGlass@0:[net.minecraft.item.crafting.Ingredient@7bfabc14]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.polished_netherrack@0 new recipe: RecipeStage{tier='three', recipe=1xtile.polished_netherrack@0:[net.minecraft.item.crafting.Ingredient@5818de60]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.soul_sandstone@0 new recipe: RecipeStage{tier='three', recipe=1xtile.soul_sandstone@0:[net.minecraft.item.crafting.Ingredient@37bb09a2]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.primal.storage_crate@1 new recipe: RecipeStage{tier='one', recipe=1xtile.primal.storage_crate@1:[net.minecraftforge.oredict.OreIngredient@36b87f54, net.minecraftforge.oredict.OreIngredient@467ef425, net.minecraftforge.oredict.OreIngredient@36b87f54, net.minecraftforge.oredict.OreIngredient@467ef425, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@467ef425, net.minecraftforge.oredict.OreIngredient@36b87f54, net.minecraftforge.oredict.OreIngredient@467ef425, net.minecraftforge.oredict.OreIngredient@36b87f54]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.primal.storage_crate@2 new recipe: RecipeStage{tier='one', recipe=1xtile.primal.storage_crate@2:[net.minecraftforge.oredict.OreIngredient@1bcdda07, net.minecraftforge.oredict.OreIngredient@2a23dcba, net.minecraftforge.oredict.OreIngredient@1bcdda07, net.minecraftforge.oredict.OreIngredient@2a23dcba, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2a23dcba, net.minecraftforge.oredict.OreIngredient@1bcdda07, net.minecraftforge.oredict.OreIngredient@2a23dcba, net.minecraftforge.oredict.OreIngredient@1bcdda07]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.primal.storage_crate@3 new recipe: RecipeStage{tier='one', recipe=1xtile.primal.storage_crate@3:[net.minecraftforge.oredict.OreIngredient@1aad743a, net.minecraftforge.oredict.OreIngredient@2e5fbb47, net.minecraftforge.oredict.OreIngredient@1aad743a, net.minecraftforge.oredict.OreIngredient@2e5fbb47, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2e5fbb47, net.minecraftforge.oredict.OreIngredient@1aad743a, net.minecraftforge.oredict.OreIngredient@2e5fbb47, net.minecraftforge.oredict.OreIngredient@1aad743a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.primal.storage_crate@4 new recipe: RecipeStage{tier='one', recipe=1xtile.primal.storage_crate@4:[net.minecraftforge.oredict.OreIngredient@f2a8db, net.minecraftforge.oredict.OreIngredient@53a4b46b, net.minecraftforge.oredict.OreIngredient@f2a8db, net.minecraftforge.oredict.OreIngredient@53a4b46b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@53a4b46b, net.minecraftforge.oredict.OreIngredient@f2a8db, net.minecraftforge.oredict.OreIngredient@53a4b46b, net.minecraftforge.oredict.OreIngredient@f2a8db]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.primal.storage_crate@5 new recipe: RecipeStage{tier='one', recipe=1xtile.primal.storage_crate@5:[net.minecraftforge.oredict.OreIngredient@44bcbaf6, net.minecraftforge.oredict.OreIngredient@324d5738, net.minecraftforge.oredict.OreIngredient@44bcbaf6, net.minecraftforge.oredict.OreIngredient@324d5738, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@324d5738, net.minecraftforge.oredict.OreIngredient@44bcbaf6, net.minecraftforge.oredict.OreIngredient@324d5738, net.minecraftforge.oredict.OreIngredient@44bcbaf6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.primal.storage_crate@6 new recipe: RecipeStage{tier='one', recipe=1xtile.primal.storage_crate@6:[net.minecraftforge.oredict.OreIngredient@b551d6, net.minecraftforge.oredict.OreIngredient@5819397a, net.minecraftforge.oredict.OreIngredient@b551d6, net.minecraftforge.oredict.OreIngredient@5819397a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5819397a, net.minecraftforge.oredict.OreIngredient@b551d6, net.minecraftforge.oredict.OreIngredient@5819397a, net.minecraftforge.oredict.OreIngredient@b551d6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.primal.storage_crate@7 new recipe: RecipeStage{tier='one', recipe=1xtile.primal.storage_crate@7:[net.minecraftforge.oredict.OreIngredient@aad8111, net.minecraftforge.oredict.OreIngredient@1beea9ff, net.minecraftforge.oredict.OreIngredient@aad8111, net.minecraftforge.oredict.OreIngredient@1beea9ff, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1beea9ff, net.minecraftforge.oredict.OreIngredient@aad8111, net.minecraftforge.oredict.OreIngredient@1beea9ff, net.minecraftforge.oredict.OreIngredient@aad8111]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.primal.storage_crate@8 new recipe: RecipeStage{tier='one', recipe=1xtile.primal.storage_crate@8:[net.minecraftforge.oredict.OreIngredient@16d51f25, net.minecraftforge.oredict.OreIngredient@789ae098, net.minecraftforge.oredict.OreIngredient@16d51f25, net.minecraftforge.oredict.OreIngredient@789ae098, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@789ae098, net.minecraftforge.oredict.OreIngredient@16d51f25, net.minecraftforge.oredict.OreIngredient@789ae098, net.minecraftforge.oredict.OreIngredient@16d51f25]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.primal.storage_crate@9 new recipe: RecipeStage{tier='one', recipe=1xtile.primal.storage_crate@9:[net.minecraftforge.oredict.OreIngredient@1d8a3abb, net.minecraftforge.oredict.OreIngredient@32bb9254, net.minecraftforge.oredict.OreIngredient@1d8a3abb, net.minecraftforge.oredict.OreIngredient@32bb9254, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@32bb9254, net.minecraftforge.oredict.OreIngredient@1d8a3abb, net.minecraftforge.oredict.OreIngredient@32bb9254, net.minecraftforge.oredict.OreIngredient@1d8a3abb]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xtile.primal.barrel@1 new recipe: RecipeStage{tier='zero', recipe=2xtile.primal.barrel@1:[net.minecraftforge.oredict.OreIngredient@44900de2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@44900de2, net.minecraftforge.oredict.OreIngredient@44900de2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@44900de2, net.minecraftforge.oredict.OreIngredient@44900de2, net.minecraftforge.oredict.OreIngredient@44900de2, net.minecraftforge.oredict.OreIngredient@44900de2]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xtile.primal.barrel@2 new recipe: RecipeStage{tier='zero', recipe=2xtile.primal.barrel@2:[net.minecraftforge.oredict.OreIngredient@654d814e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@654d814e, net.minecraftforge.oredict.OreIngredient@654d814e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@654d814e, net.minecraftforge.oredict.OreIngredient@654d814e, net.minecraftforge.oredict.OreIngredient@654d814e, net.minecraftforge.oredict.OreIngredient@654d814e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xtile.primal.barrel@3 new recipe: RecipeStage{tier='zero', recipe=2xtile.primal.barrel@3:[net.minecraftforge.oredict.OreIngredient@346d8650, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@346d8650, net.minecraftforge.oredict.OreIngredient@346d8650, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@346d8650, net.minecraftforge.oredict.OreIngredient@346d8650, net.minecraftforge.oredict.OreIngredient@346d8650, net.minecraftforge.oredict.OreIngredient@346d8650]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xtile.primal.barrel@4 new recipe: RecipeStage{tier='zero', recipe=2xtile.primal.barrel@4:[net.minecraftforge.oredict.OreIngredient@485087e4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@485087e4, net.minecraftforge.oredict.OreIngredient@485087e4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@485087e4, net.minecraftforge.oredict.OreIngredient@485087e4, net.minecraftforge.oredict.OreIngredient@485087e4, net.minecraftforge.oredict.OreIngredient@485087e4]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xtile.primal.barrel@5 new recipe: RecipeStage{tier='zero', recipe=2xtile.primal.barrel@5:[net.minecraftforge.oredict.OreIngredient@5397073d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5397073d, net.minecraftforge.oredict.OreIngredient@5397073d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5397073d, net.minecraftforge.oredict.OreIngredient@5397073d, net.minecraftforge.oredict.OreIngredient@5397073d, net.minecraftforge.oredict.OreIngredient@5397073d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xtile.primal.barrel@6 new recipe: RecipeStage{tier='zero', recipe=2xtile.primal.barrel@6:[net.minecraftforge.oredict.OreIngredient@2f51f573, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2f51f573, net.minecraftforge.oredict.OreIngredient@2f51f573, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2f51f573, net.minecraftforge.oredict.OreIngredient@2f51f573, net.minecraftforge.oredict.OreIngredient@2f51f573, net.minecraftforge.oredict.OreIngredient@2f51f573]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xtile.primal.barrel@7 new recipe: RecipeStage{tier='zero', recipe=2xtile.primal.barrel@7:[net.minecraftforge.oredict.OreIngredient@4d75da03, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4d75da03, net.minecraftforge.oredict.OreIngredient@4d75da03, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4d75da03, net.minecraftforge.oredict.OreIngredient@4d75da03, net.minecraftforge.oredict.OreIngredient@4d75da03, net.minecraftforge.oredict.OreIngredient@4d75da03]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xtile.primal.barrel@8 new recipe: RecipeStage{tier='zero', recipe=2xtile.primal.barrel@8:[net.minecraftforge.oredict.OreIngredient@1f256ac3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1f256ac3, net.minecraftforge.oredict.OreIngredient@1f256ac3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1f256ac3, net.minecraftforge.oredict.OreIngredient@1f256ac3, net.minecraftforge.oredict.OreIngredient@1f256ac3, net.minecraftforge.oredict.OreIngredient@1f256ac3]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xtile.primal.barrel@9 new recipe: RecipeStage{tier='zero', recipe=2xtile.primal.barrel@9:[net.minecraftforge.oredict.OreIngredient@5e89f6ff, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5e89f6ff, net.minecraftforge.oredict.OreIngredient@5e89f6ff, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5e89f6ff, net.minecraftforge.oredict.OreIngredient@5e89f6ff, net.minecraftforge.oredict.OreIngredient@5e89f6ff, net.minecraftforge.oredict.OreIngredient@5e89f6ff]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.primal.logs_stacked@1 new recipe: RecipeStage{tier='zero', recipe=1xtile.primal.logs_stacked@1:[net.minecraftforge.oredict.OreIngredient@76edfc92, net.minecraftforge.oredict.OreIngredient@76edfc92, net.minecraftforge.oredict.OreIngredient@76edfc92, net.minecraftforge.oredict.OreIngredient@76edfc92, net.minecraftforge.oredict.OreIngredient@76edfc92, net.minecraftforge.oredict.OreIngredient@76edfc92, net.minecraftforge.oredict.OreIngredient@76edfc92, net.minecraftforge.oredict.OreIngredient@76edfc92, net.minecraftforge.oredict.OreIngredient@76edfc92]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.primal.logs_stacked@2 new recipe: RecipeStage{tier='zero', recipe=1xtile.primal.logs_stacked@2:[net.minecraftforge.oredict.OreIngredient@9003d4f, net.minecraftforge.oredict.OreIngredient@9003d4f, net.minecraftforge.oredict.OreIngredient@9003d4f, net.minecraftforge.oredict.OreIngredient@9003d4f, net.minecraftforge.oredict.OreIngredient@9003d4f, net.minecraftforge.oredict.OreIngredient@9003d4f, net.minecraftforge.oredict.OreIngredient@9003d4f, net.minecraftforge.oredict.OreIngredient@9003d4f, net.minecraftforge.oredict.OreIngredient@9003d4f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.primal.logs_stacked@3 new recipe: RecipeStage{tier='zero', recipe=1xtile.primal.logs_stacked@3:[net.minecraftforge.oredict.OreIngredient@74ee4f60, net.minecraftforge.oredict.OreIngredient@74ee4f60, net.minecraftforge.oredict.OreIngredient@74ee4f60, net.minecraftforge.oredict.OreIngredient@74ee4f60, net.minecraftforge.oredict.OreIngredient@74ee4f60, net.minecraftforge.oredict.OreIngredient@74ee4f60, net.minecraftforge.oredict.OreIngredient@74ee4f60, net.minecraftforge.oredict.OreIngredient@74ee4f60, net.minecraftforge.oredict.OreIngredient@74ee4f60]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.primal.logs_stacked@4 new recipe: RecipeStage{tier='zero', recipe=1xtile.primal.logs_stacked@4:[net.minecraftforge.oredict.OreIngredient@4cc0660e, net.minecraftforge.oredict.OreIngredient@4cc0660e, net.minecraftforge.oredict.OreIngredient@4cc0660e, net.minecraftforge.oredict.OreIngredient@4cc0660e, net.minecraftforge.oredict.OreIngredient@4cc0660e, net.minecraftforge.oredict.OreIngredient@4cc0660e, net.minecraftforge.oredict.OreIngredient@4cc0660e, net.minecraftforge.oredict.OreIngredient@4cc0660e, net.minecraftforge.oredict.OreIngredient@4cc0660e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.primal.logs_stacked@5 new recipe: RecipeStage{tier='zero', recipe=1xtile.primal.logs_stacked@5:[net.minecraftforge.oredict.OreIngredient@618465ad, net.minecraftforge.oredict.OreIngredient@618465ad, net.minecraftforge.oredict.OreIngredient@618465ad, net.minecraftforge.oredict.OreIngredient@618465ad, net.minecraftforge.oredict.OreIngredient@618465ad, net.minecraftforge.oredict.OreIngredient@618465ad, net.minecraftforge.oredict.OreIngredient@618465ad, net.minecraftforge.oredict.OreIngredient@618465ad, net.minecraftforge.oredict.OreIngredient@618465ad]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.primal.logs_stacked@6 new recipe: RecipeStage{tier='zero', recipe=1xtile.primal.logs_stacked@6:[net.minecraftforge.oredict.OreIngredient@33aa3d66, net.minecraftforge.oredict.OreIngredient@33aa3d66, net.minecraftforge.oredict.OreIngredient@33aa3d66, net.minecraftforge.oredict.OreIngredient@33aa3d66, net.minecraftforge.oredict.OreIngredient@33aa3d66, net.minecraftforge.oredict.OreIngredient@33aa3d66, net.minecraftforge.oredict.OreIngredient@33aa3d66, net.minecraftforge.oredict.OreIngredient@33aa3d66, net.minecraftforge.oredict.OreIngredient@33aa3d66]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.primal.logs_stacked@7 new recipe: RecipeStage{tier='zero', recipe=1xtile.primal.logs_stacked@7:[net.minecraftforge.oredict.OreIngredient@b8bdf08, net.minecraftforge.oredict.OreIngredient@b8bdf08, net.minecraftforge.oredict.OreIngredient@b8bdf08, net.minecraftforge.oredict.OreIngredient@b8bdf08, net.minecraftforge.oredict.OreIngredient@b8bdf08, net.minecraftforge.oredict.OreIngredient@b8bdf08, net.minecraftforge.oredict.OreIngredient@b8bdf08, net.minecraftforge.oredict.OreIngredient@b8bdf08, net.minecraftforge.oredict.OreIngredient@b8bdf08]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xitem.sugar@0 new recipe: RecipeStage{tier='zero', recipe=2xitem.sugar@0:[net.minecraftforge.oredict.OreIngredient@5f1b75eb, net.minecraft.item.crafting.Ingredient@524d7635, net.minecraft.item.crafting.Ingredient@6ea59d09]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.primal.metalblock@3 new recipe: RecipeStage{tier='three', recipe=1xtile.primal.metalblock@3:[net.minecraftforge.oredict.OreIngredient@70cb7bcb, net.minecraftforge.oredict.OreIngredient@70cb7bcb, net.minecraftforge.oredict.OreIngredient@70cb7bcb, net.minecraftforge.oredict.OreIngredient@70cb7bcb, net.minecraftforge.oredict.OreIngredient@70cb7bcb, net.minecraftforge.oredict.OreIngredient@70cb7bcb, net.minecraftforge.oredict.OreIngredient@70cb7bcb, net.minecraftforge.oredict.OreIngredient@70cb7bcb, net.minecraftforge.oredict.OreIngredient@70cb7bcb]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.stonebrick@0 new recipe: RecipeStage{tier='tutorial', recipe=1xtile.stonebrick@0:[net.minecraft.item.crafting.Ingredient@68d74063, net.minecraft.item.crafting.Ingredient@68d74063, net.minecraft.item.crafting.Ingredient@68d74063, net.minecraft.item.crafting.Ingredient@68d74063]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.stone@5 new recipe: RecipeStage{tier='tutorial', recipe=1xtile.stone@5:[net.minecraftforge.oredict.OreIngredient@341ef706, net.minecraftforge.oredict.OreIngredient@341ef706, net.minecraftforge.oredict.OreIngredient@341ef706, net.minecraftforge.oredict.OreIngredient@341ef706]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.stone@3 new recipe: RecipeStage{tier='tutorial', recipe=1xtile.stone@3:[net.minecraftforge.oredict.OreIngredient@359fac89, net.minecraftforge.oredict.OreIngredient@359fac89, net.minecraftforge.oredict.OreIngredient@359fac89, net.minecraftforge.oredict.OreIngredient@359fac89]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.stone@1 new recipe: RecipeStage{tier='tutorial', recipe=1xtile.stone@1:[net.minecraftforge.oredict.OreIngredient@393d943c, net.minecraftforge.oredict.OreIngredient@393d943c, net.minecraftforge.oredict.OreIngredient@393d943c, net.minecraftforge.oredict.OreIngredient@393d943c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.whiteStone@0 new recipe: RecipeStage{tier='four', recipe=1xtile.whiteStone@0:[net.minecraftforge.oredict.OreIngredient@5fdb417e, net.minecraftforge.oredict.OreIngredient@5fdb417e, net.minecraftforge.oredict.OreIngredient@5fdb417e, net.minecraftforge.oredict.OreIngredient@5fdb417e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.hellrock@0 new recipe: RecipeStage{tier='three', recipe=1xtile.hellrock@0:[net.minecraftforge.oredict.OreIngredient@7d5e13d4, net.minecraftforge.oredict.OreIngredient@7d5e13d4, net.minecraftforge.oredict.OreIngredient@7d5e13d4, net.minecraftforge.oredict.OreIngredient@7d5e13d4]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xtile.stonebrick@0 new recipe: RecipeStage{tier='tutorial', recipe=2xtile.stonebrick@0:[net.minecraftforge.oredict.OreIngredient@3663e7ea, net.minecraftforge.oredict.OreIngredient@3663e7ea, net.minecraftforge.oredict.OreIngredient@3663e7ea, net.minecraftforge.oredict.OreIngredient@3663e7ea, net.minecraftforge.oredict.OreIngredient@11d216a5, net.minecraftforge.oredict.OreIngredient@3663e7ea, net.minecraftforge.oredict.OreIngredient@3663e7ea, net.minecraftforge.oredict.OreIngredient@3663e7ea, net.minecraftforge.oredict.OreIngredient@3663e7ea]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.hellrock@0 new recipe: RecipeStage{tier='three', recipe=4xtile.hellrock@0:[net.minecraft.item.crafting.Ingredient@898bd5c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.primal.fence@3 new recipe: RecipeStage{tier='one', recipe=6xtile.primal.fence@3:[net.minecraft.item.crafting.Ingredient@53eef788, net.minecraftforge.oredict.OreIngredient@d4f463b, net.minecraft.item.crafting.Ingredient@53eef788, net.minecraft.item.crafting.Ingredient@53eef788, net.minecraftforge.oredict.OreIngredient@d4f463b, net.minecraft.item.crafting.Ingredient@53eef788]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.primal.fence@2 new recipe: RecipeStage{tier='one', recipe=6xtile.primal.fence@2:[net.minecraft.item.crafting.Ingredient@4ac80149, net.minecraftforge.oredict.OreIngredient@6ebefd2f, net.minecraft.item.crafting.Ingredient@4ac80149, net.minecraft.item.crafting.Ingredient@4ac80149, net.minecraftforge.oredict.OreIngredient@6ebefd2f, net.minecraft.item.crafting.Ingredient@4ac80149]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.primal.fence@1 new recipe: RecipeStage{tier='one', recipe=6xtile.primal.fence@1:[net.minecraft.item.crafting.Ingredient@b655c85, net.minecraftforge.oredict.OreIngredient@12dd6e9, net.minecraft.item.crafting.Ingredient@b655c85, net.minecraft.item.crafting.Ingredient@b655c85, net.minecraftforge.oredict.OreIngredient@12dd6e9, net.minecraft.item.crafting.Ingredient@b655c85]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.litpumpkin@0 new recipe: RecipeStage{tier='one', recipe=1xtile.litpumpkin@0:[net.minecraft.item.crafting.Ingredient@5a753d7, net.minecraft.item.crafting.Ingredient@596d0c40]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.litpumpkin@0 new recipe: RecipeStage{tier='one', recipe=1xtile.litpumpkin@0:[net.minecraft.item.crafting.Ingredient@4802805f, net.minecraft.item.crafting.Ingredient@77844b63]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.litpumpkin@0 new recipe: RecipeStage{tier='one', recipe=1xtile.litpumpkin@0:[net.minecraft.item.crafting.Ingredient@489c786a, net.minecraft.item.crafting.Ingredient@1440195e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.tripWireSource@0 new recipe: RecipeStage{tier='two', recipe=1xtile.tripWireSource@0:[net.minecraftforge.oredict.OreIngredient@14aa9d7, net.minecraftforge.oredict.OreIngredient@1caa729, net.minecraftforge.oredict.OreIngredient@3dfb55e9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.flintAndSteel@0 new recipe: RecipeStage{tier='two', recipe=1xitem.flintAndSteel@0:[net.minecraftforge.oredict.OreIngredient@2a2ccfc, net.minecraftforge.oredict.OreIngredient@5685d06e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xitem.seeds@0 new recipe: RecipeStage{tier='zero', recipe=2xitem.seeds@0:[net.minecraft.item.crafting.Ingredient@7e3335c2, net.minecraftforge.oredict.OreIngredient@35a3a4ad]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.grassPath@0 new recipe: RecipeStage{tier='zero', recipe=1xtile.grassPath@0:[net.minecraftforge.oredict.OreIngredient@2d693f00, net.minecraft.item.crafting.Ingredient@11cda9f2]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.primal.corypha_stalk@1 new recipe: RecipeStage{tier='three', recipe=1xtile.primal.corypha_stalk@1:[net.minecraftforge.oredict.OreIngredient@7e99cef3, net.minecraft.item.crafting.Ingredient@222b0c29]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xitem.FramingSheet@0 new recipe: RecipeStage{tier='two', recipe=2xitem.FramingSheet@0:[net.minecraftforge.oredict.OreIngredient@573be751, net.minecraftforge.oredict.OreIngredient@553ac4e0]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xitem.FramingBoard@0 new recipe: RecipeStage{tier='two', recipe=2xitem.FramingBoard@0:[net.minecraft.item.crafting.Ingredient@2d9fdf91, net.minecraftforge.oredict.OreIngredient@2e010375]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:FurniturePaneler@0 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:FurniturePaneler@0:[net.minecraftforge.oredict.OreIngredient@264d5450, net.minecraftforge.oredict.OreIngredient@71e580, net.minecraftforge.oredict.OreIngredient@264d5450, net.minecraftforge.oredict.OreIngredient@757d645f, net.minecraftforge.oredict.OreIngredient@757d645f, net.minecraftforge.oredict.OreIngredient@757d645f, net.minecraftforge.oredict.OreIngredient@65db18a8, net.minecraftforge.oredict.OreIngredient@65db18a8, net.minecraftforge.oredict.OreIngredient@65db18a8]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:FurniturePaneler@1 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:FurniturePaneler@1:[net.minecraftforge.oredict.OreIngredient@386b4da5, net.minecraftforge.oredict.OreIngredient@26aa8ab3, net.minecraftforge.oredict.OreIngredient@386b4da5, net.minecraftforge.oredict.OreIngredient@5481c58, net.minecraftforge.oredict.OreIngredient@5481c58, net.minecraftforge.oredict.OreIngredient@5481c58, net.minecraftforge.oredict.OreIngredient@2285ea8b, net.minecraftforge.oredict.OreIngredient@2285ea8b, net.minecraftforge.oredict.OreIngredient@2285ea8b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:FurniturePaneler@2 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:FurniturePaneler@2:[net.minecraftforge.oredict.OreIngredient@77831a62, net.minecraftforge.oredict.OreIngredient@32ec6abb, net.minecraftforge.oredict.OreIngredient@77831a62, net.minecraftforge.oredict.OreIngredient@7adf67ab, net.minecraftforge.oredict.OreIngredient@7adf67ab, net.minecraftforge.oredict.OreIngredient@7adf67ab, net.minecraftforge.oredict.OreIngredient@6adc3849, net.minecraftforge.oredict.OreIngredient@6adc3849, net.minecraftforge.oredict.OreIngredient@6adc3849]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:FurniturePaneler@3 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:FurniturePaneler@3:[net.minecraftforge.oredict.OreIngredient@55e8b410, net.minecraftforge.oredict.OreIngredient@548b6315, net.minecraftforge.oredict.OreIngredient@55e8b410, net.minecraftforge.oredict.OreIngredient@5efdc094, net.minecraftforge.oredict.OreIngredient@5efdc094, net.minecraftforge.oredict.OreIngredient@5efdc094, net.minecraftforge.oredict.OreIngredient@44a369a6, net.minecraftforge.oredict.OreIngredient@44a369a6, net.minecraftforge.oredict.OreIngredient@44a369a6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:FurniturePaneler@4 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:FurniturePaneler@4:[net.minecraftforge.oredict.OreIngredient@6b2ede27, net.minecraftforge.oredict.OreIngredient@5be74caf, net.minecraftforge.oredict.OreIngredient@6b2ede27, net.minecraftforge.oredict.OreIngredient@341f64bd, net.minecraftforge.oredict.OreIngredient@341f64bd, net.minecraftforge.oredict.OreIngredient@341f64bd, net.minecraftforge.oredict.OreIngredient@65d4b9b, net.minecraftforge.oredict.OreIngredient@65d4b9b, net.minecraftforge.oredict.OreIngredient@65d4b9b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:FurniturePaneler@5 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:FurniturePaneler@5:[net.minecraftforge.oredict.OreIngredient@35096183, net.minecraftforge.oredict.OreIngredient@7a7cc8fd, net.minecraftforge.oredict.OreIngredient@35096183, net.minecraftforge.oredict.OreIngredient@5964e52a, net.minecraftforge.oredict.OreIngredient@5964e52a, net.minecraftforge.oredict.OreIngredient@5964e52a, net.minecraftforge.oredict.OreIngredient@49a49b78, net.minecraftforge.oredict.OreIngredient@49a49b78, net.minecraftforge.oredict.OreIngredient@49a49b78]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:FurniturePaneler@6 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:FurniturePaneler@6:[net.minecraftforge.oredict.OreIngredient@55cb022b, net.minecraftforge.oredict.OreIngredient@2b78ffdb, net.minecraftforge.oredict.OreIngredient@55cb022b, net.minecraft.item.crafting.Ingredient@38593cb1, net.minecraft.item.crafting.Ingredient@38593cb1, net.minecraft.item.crafting.Ingredient@38593cb1, net.minecraft.item.crafting.Ingredient@71df653a, net.minecraft.item.crafting.Ingredient@71df653a, net.minecraft.item.crafting.Ingredient@71df653a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xitem.FramingSheet@0 new recipe: RecipeStage{tier='two', recipe=3xitem.FramingSheet@0:[net.minecraftforge.oredict.OreIngredient@2caf014, net.minecraftforge.oredict.OreIngredient@21b858c2]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xitem.FramingBoard@0 new recipe: RecipeStage{tier='two', recipe=2xitem.FramingBoard@0:[net.minecraft.item.crafting.Ingredient@2f279cde, net.minecraftforge.oredict.OreIngredient@4c3ab3d3]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:FurniturePaneler@0 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:FurniturePaneler@0:[net.minecraftforge.oredict.OreIngredient@4b17ffe3, net.minecraftforge.oredict.OreIngredient@52aa7a4e, net.minecraftforge.oredict.OreIngredient@4b17ffe3, net.minecraftforge.oredict.OreIngredient@58455b33, net.minecraftforge.oredict.OreIngredient@58455b33, net.minecraftforge.oredict.OreIngredient@58455b33, net.minecraftforge.oredict.OreIngredient@66d80026, net.minecraftforge.oredict.OreIngredient@66d80026, net.minecraftforge.oredict.OreIngredient@66d80026]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:FurniturePaneler@1 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:FurniturePaneler@1:[net.minecraftforge.oredict.OreIngredient@61d330ce, net.minecraftforge.oredict.OreIngredient@13bd7d49, net.minecraftforge.oredict.OreIngredient@61d330ce, net.minecraftforge.oredict.OreIngredient@47acd5e2, net.minecraftforge.oredict.OreIngredient@47acd5e2, net.minecraftforge.oredict.OreIngredient@47acd5e2, net.minecraftforge.oredict.OreIngredient@2b942f18, net.minecraftforge.oredict.OreIngredient@2b942f18, net.minecraftforge.oredict.OreIngredient@2b942f18]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:FurniturePaneler@2 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:FurniturePaneler@2:[net.minecraftforge.oredict.OreIngredient@ab494aa, net.minecraftforge.oredict.OreIngredient@2b1657ef, net.minecraftforge.oredict.OreIngredient@ab494aa, net.minecraftforge.oredict.OreIngredient@52860b, net.minecraftforge.oredict.OreIngredient@52860b, net.minecraftforge.oredict.OreIngredient@52860b, net.minecraftforge.oredict.OreIngredient@92005ff, net.minecraftforge.oredict.OreIngredient@92005ff, net.minecraftforge.oredict.OreIngredient@92005ff]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:FurniturePaneler@3 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:FurniturePaneler@3:[net.minecraftforge.oredict.OreIngredient@2a59fe67, net.minecraftforge.oredict.OreIngredient@3e2f4577, net.minecraftforge.oredict.OreIngredient@2a59fe67, net.minecraftforge.oredict.OreIngredient@23df092e, net.minecraftforge.oredict.OreIngredient@23df092e, net.minecraftforge.oredict.OreIngredient@23df092e, net.minecraftforge.oredict.OreIngredient@37cbd704, net.minecraftforge.oredict.OreIngredient@37cbd704, net.minecraftforge.oredict.OreIngredient@37cbd704]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:FurniturePaneler@4 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:FurniturePaneler@4:[net.minecraftforge.oredict.OreIngredient@4d09b728, net.minecraftforge.oredict.OreIngredient@16c44aa7, net.minecraftforge.oredict.OreIngredient@4d09b728, net.minecraftforge.oredict.OreIngredient@24132a7a, net.minecraftforge.oredict.OreIngredient@24132a7a, net.minecraftforge.oredict.OreIngredient@24132a7a, net.minecraftforge.oredict.OreIngredient@ef1661f, net.minecraftforge.oredict.OreIngredient@ef1661f, net.minecraftforge.oredict.OreIngredient@ef1661f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:FurniturePaneler@5 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:FurniturePaneler@5:[net.minecraftforge.oredict.OreIngredient@799794d, net.minecraftforge.oredict.OreIngredient@3ae4d491, net.minecraftforge.oredict.OreIngredient@799794d, net.minecraftforge.oredict.OreIngredient@25d363f, net.minecraftforge.oredict.OreIngredient@25d363f, net.minecraftforge.oredict.OreIngredient@25d363f, net.minecraftforge.oredict.OreIngredient@1cb76654, net.minecraftforge.oredict.OreIngredient@1cb76654, net.minecraftforge.oredict.OreIngredient@1cb76654]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:FurniturePaneler@6 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:FurniturePaneler@6:[net.minecraftforge.oredict.OreIngredient@27f31021, net.minecraftforge.oredict.OreIngredient@4c742b5e, net.minecraftforge.oredict.OreIngredient@27f31021, net.minecraft.item.crafting.Ingredient@d1474d, net.minecraft.item.crafting.Ingredient@d1474d, net.minecraft.item.crafting.Ingredient@d1474d, net.minecraft.item.crafting.Ingredient@5ba9e559, net.minecraft.item.crafting.Ingredient@5ba9e559, net.minecraft.item.crafting.Ingredient@5ba9e559]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xtile.stoneSlab@6 new recipe: RecipeStage{tier='three', recipe=2xtile.stoneSlab@6:[net.minecraftforge.oredict.OreIngredient@1b2c9272, net.minecraft.item.crafting.Ingredient@47c5e12e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xtile.purpurSlab@0 new recipe: RecipeStage{tier='four', recipe=2xtile.purpurSlab@0:[net.minecraftforge.oredict.OreIngredient@778786c3, net.minecraft.item.crafting.Ingredient@7fb551a9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xitem.FramingSheet@0 new recipe: RecipeStage{tier='two', recipe=4xitem.FramingSheet@0:[net.minecraftforge.oredict.OreIngredient@7e94bd5f, net.minecraftforge.oredict.OreIngredient@d2edc0f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xitem.FramingBoard@0 new recipe: RecipeStage{tier='two', recipe=2xitem.FramingBoard@0:[net.minecraft.item.crafting.Ingredient@3cd19874, net.minecraftforge.oredict.OreIngredient@4764ea33]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:FurniturePaneler@0 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:FurniturePaneler@0:[net.minecraftforge.oredict.OreIngredient@3739e4bd, net.minecraftforge.oredict.OreIngredient@57eca901, net.minecraftforge.oredict.OreIngredient@3739e4bd, net.minecraftforge.oredict.OreIngredient@71bd816, net.minecraftforge.oredict.OreIngredient@71bd816, net.minecraftforge.oredict.OreIngredient@71bd816, net.minecraftforge.oredict.OreIngredient@450a8f15, net.minecraftforge.oredict.OreIngredient@450a8f15, net.minecraftforge.oredict.OreIngredient@450a8f15]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:FurniturePaneler@1 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:FurniturePaneler@1:[net.minecraftforge.oredict.OreIngredient@567a3ed7, net.minecraftforge.oredict.OreIngredient@ff89c56, net.minecraftforge.oredict.OreIngredient@567a3ed7, net.minecraftforge.oredict.OreIngredient@4799712a, net.minecraftforge.oredict.OreIngredient@4799712a, net.minecraftforge.oredict.OreIngredient@4799712a, net.minecraftforge.oredict.OreIngredient@548647ff, net.minecraftforge.oredict.OreIngredient@548647ff, net.minecraftforge.oredict.OreIngredient@548647ff]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:FurniturePaneler@2 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:FurniturePaneler@2:[net.minecraftforge.oredict.OreIngredient@14c040be, net.minecraftforge.oredict.OreIngredient@185c72be, net.minecraftforge.oredict.OreIngredient@14c040be, net.minecraftforge.oredict.OreIngredient@721f5466, net.minecraftforge.oredict.OreIngredient@721f5466, net.minecraftforge.oredict.OreIngredient@721f5466, net.minecraftforge.oredict.OreIngredient@56b496e3, net.minecraftforge.oredict.OreIngredient@56b496e3, net.minecraftforge.oredict.OreIngredient@56b496e3]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:FurniturePaneler@3 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:FurniturePaneler@3:[net.minecraftforge.oredict.OreIngredient@336168cf, net.minecraftforge.oredict.OreIngredient@3bd5b7b7, net.minecraftforge.oredict.OreIngredient@336168cf, net.minecraftforge.oredict.OreIngredient@4190e3ce, net.minecraftforge.oredict.OreIngredient@4190e3ce, net.minecraftforge.oredict.OreIngredient@4190e3ce, net.minecraftforge.oredict.OreIngredient@5a355a6a, net.minecraftforge.oredict.OreIngredient@5a355a6a, net.minecraftforge.oredict.OreIngredient@5a355a6a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:FurniturePaneler@4 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:FurniturePaneler@4:[net.minecraftforge.oredict.OreIngredient@321c1b15, net.minecraftforge.oredict.OreIngredient@74d418d2, net.minecraftforge.oredict.OreIngredient@321c1b15, net.minecraftforge.oredict.OreIngredient@420ae136, net.minecraftforge.oredict.OreIngredient@420ae136, net.minecraftforge.oredict.OreIngredient@420ae136, net.minecraftforge.oredict.OreIngredient@57e00075, net.minecraftforge.oredict.OreIngredient@57e00075, net.minecraftforge.oredict.OreIngredient@57e00075]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:FurniturePaneler@5 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:FurniturePaneler@5:[net.minecraftforge.oredict.OreIngredient@4426af40, net.minecraftforge.oredict.OreIngredient@5130e701, net.minecraftforge.oredict.OreIngredient@4426af40, net.minecraftforge.oredict.OreIngredient@1312fc19, net.minecraftforge.oredict.OreIngredient@1312fc19, net.minecraftforge.oredict.OreIngredient@1312fc19, net.minecraftforge.oredict.OreIngredient@240546b0, net.minecraftforge.oredict.OreIngredient@240546b0, net.minecraftforge.oredict.OreIngredient@240546b0]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:FurniturePaneler@6 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:FurniturePaneler@6:[net.minecraftforge.oredict.OreIngredient@7809e29, net.minecraftforge.oredict.OreIngredient@3f6587a, net.minecraftforge.oredict.OreIngredient@7809e29, net.minecraft.item.crafting.Ingredient@93e78af, net.minecraft.item.crafting.Ingredient@93e78af, net.minecraft.item.crafting.Ingredient@93e78af, net.minecraft.item.crafting.Ingredient@26e4c913, net.minecraft.item.crafting.Ingredient@26e4c913, net.minecraft.item.crafting.Ingredient@26e4c913]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xtile.stoneSlab@6 new recipe: RecipeStage{tier='three', recipe=2xtile.stoneSlab@6:[net.minecraftforge.oredict.OreIngredient@213ef0a4, net.minecraft.item.crafting.Ingredient@49f74e72]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xtile.purpurSlab@0 new recipe: RecipeStage{tier='four', recipe=2xtile.purpurSlab@0:[net.minecraftforge.oredict.OreIngredient@6e8e8e68, net.minecraft.item.crafting.Ingredient@56aad341]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xitem.netherquartz@0 new recipe: RecipeStage{tier='three', recipe=4xitem.netherquartz@0:[net.minecraftforge.oredict.OreIngredient@50994478, net.minecraft.item.crafting.Ingredient@5fe2a122]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.hellsand@0 new recipe: RecipeStage{tier='three', recipe=4xtile.hellsand@0:[net.minecraftforge.oredict.OreIngredient@796ab7bd, net.minecraft.item.crafting.Ingredient@6f197c99]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xitem.yellowDust@0 new recipe: RecipeStage{tier='three', recipe=4xitem.yellowDust@0:[net.minecraftforge.oredict.OreIngredient@53ae24c6, net.minecraft.item.crafting.Ingredient@7fd5b651]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.sand@0 new recipe: RecipeStage{tier='tutorial', recipe=4xtile.sand@0:[net.minecraftforge.oredict.OreIngredient@5b203149, net.minecraft.item.crafting.Ingredient@790ab6ff]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.sand@1 new recipe: RecipeStage{tier='tutorial', recipe=4xtile.sand@1:[net.minecraftforge.oredict.OreIngredient@170bbd80, net.minecraft.item.crafting.Ingredient@4d7b7c51]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xitem.netherquartz@0 new recipe: RecipeStage{tier='three', recipe=4xitem.netherquartz@0:[net.minecraftforge.oredict.OreIngredient@41e608f5, net.minecraft.item.crafting.Ingredient@5db7e5fa]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.hellsand@0 new recipe: RecipeStage{tier='three', recipe=4xtile.hellsand@0:[net.minecraftforge.oredict.OreIngredient@17f4cce8, net.minecraft.item.crafting.Ingredient@145459f4]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xitem.yellowDust@0 new recipe: RecipeStage{tier='three', recipe=4xitem.yellowDust@0:[net.minecraftforge.oredict.OreIngredient@66607b9c, net.minecraft.item.crafting.Ingredient@57c26834]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.sand@0 new recipe: RecipeStage{tier='tutorial', recipe=4xtile.sand@0:[net.minecraftforge.oredict.OreIngredient@53f236ef, net.minecraft.item.crafting.Ingredient@362b0b96]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.sand@1 new recipe: RecipeStage{tier='tutorial', recipe=4xtile.sand@1:[net.minecraftforge.oredict.OreIngredient@6b9c293b, net.minecraft.item.crafting.Ingredient@299b3fe9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xitem.netherquartz@0 new recipe: RecipeStage{tier='three', recipe=4xitem.netherquartz@0:[net.minecraftforge.oredict.OreIngredient@6a33ab9e, net.minecraft.item.crafting.Ingredient@d7a85d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.hellsand@0 new recipe: RecipeStage{tier='three', recipe=4xtile.hellsand@0:[net.minecraftforge.oredict.OreIngredient@c0ce68b, net.minecraft.item.crafting.Ingredient@1bc183c4]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xitem.yellowDust@0 new recipe: RecipeStage{tier='three', recipe=4xitem.yellowDust@0:[net.minecraftforge.oredict.OreIngredient@43aba476, net.minecraft.item.crafting.Ingredient@28782a36]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.sand@0 new recipe: RecipeStage{tier='tutorial', recipe=4xtile.sand@0:[net.minecraftforge.oredict.OreIngredient@312c6de0, net.minecraft.item.crafting.Ingredient@2fbae7a7]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.sand@1 new recipe: RecipeStage{tier='tutorial', recipe=4xtile.sand@1:[net.minecraftforge.oredict.OreIngredient@7b6dc0ce, net.minecraft.item.crafting.Ingredient@29fce12e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.peace_essence@0 new recipe: RecipeStage{tier='five', recipe=1xitem.peace_essence@0:[net.minecraft.item.crafting.Ingredient@3344a283, net.minecraft.item.crafting.Ingredient@16629c7, net.minecraft.item.crafting.Ingredient@192809b6, net.minecraft.item.crafting.Ingredient@1bfd7553, net.minecraft.item.crafting.Ingredient@d3b8c15, net.minecraft.item.crafting.Ingredient@3da3b464, net.minecraft.item.crafting.Ingredient@649f7fdf, net.minecraft.item.crafting.Ingredient@14b8d9f2, net.minecraft.item.crafting.Ingredient@4532b454]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.featherfalling_module@0 new recipe: RecipeStage{tier='five', recipe=1xitem.featherfalling_module@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@28c9f30e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@78896257, net.minecraft.item.crafting.Ingredient@c2f877c, net.minecraft.item.crafting.Ingredient@10c86f83, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@777eaf17, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.regeneration_module@0 new recipe: RecipeStage{tier='five', recipe=1xitem.regeneration_module@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@34b29bf4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@67d55e96, net.minecraft.item.crafting.Ingredient@6551536c, net.minecraft.item.crafting.Ingredient@1677c2fb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@36ba86fa, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.speed_module@0 new recipe: RecipeStage{tier='five', recipe=1xitem.speed_module@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@14f3b970, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3cbbd10f, net.minecraft.item.crafting.Ingredient@5ed41d34, net.minecraft.item.crafting.Ingredient@17b15d5c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1e804ee3, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.haste_module@0 new recipe: RecipeStage{tier='five', recipe=1xitem.haste_module@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2125886, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1f54be25, net.minecraft.item.crafting.Ingredient@33f1c7a, net.minecraft.item.crafting.Ingredient@71a08ee7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@61e62e3d, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.saturation_module@0 new recipe: RecipeStage{tier='five', recipe=1xitem.saturation_module@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@205e1a7b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@557c6f21, net.minecraft.item.crafting.Ingredient@5bb3475, net.minecraft.item.crafting.Ingredient@16dcc1f1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@46018c93, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.flight_module@0 new recipe: RecipeStage{tier='five', recipe=1xitem.flight_module@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2c767cea, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5c55e3dc, net.minecraft.item.crafting.Ingredient@167a89d1, net.minecraft.item.crafting.Ingredient@719f5745, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6e91f4b0, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.waterbreathing_module@0 new recipe: RecipeStage{tier='five', recipe=1xitem.waterbreathing_module@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5fdf87d8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@54f1d619, net.minecraft.item.crafting.Ingredient@35249c43, net.minecraft.item.crafting.Ingredient@6550f703, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@46124d36, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.nightvision_module@0 new recipe: RecipeStage{tier='five', recipe=1xitem.nightvision_module@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@dde4ba5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6f544df2, net.minecraft.item.crafting.Ingredient@3bfbc6d3, net.minecraft.item.crafting.Ingredient@6f710ddd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@100de0f5, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.regenerationplus_module@0 new recipe: RecipeStage{tier='five', recipe=1xitem.regenerationplus_module@0:[net.minecraft.item.crafting.Ingredient@38538ce9, net.minecraft.item.crafting.Ingredient@5fab71db, net.minecraft.item.crafting.Ingredient@205e2893, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.speedplus_module@0 new recipe: RecipeStage{tier='five', recipe=1xitem.speedplus_module@0:[net.minecraft.item.crafting.Ingredient@1165912, net.minecraft.item.crafting.Ingredient@5b7d542, net.minecraft.item.crafting.Ingredient@547c6fd7, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.hasteplus_module@0 new recipe: RecipeStage{tier='five', recipe=1xitem.hasteplus_module@0:[net.minecraft.item.crafting.Ingredient@77ebc559, net.minecraft.item.crafting.Ingredient@4ccd1323, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.saturationplus_module@0 new recipe: RecipeStage{tier='five', recipe=1xitem.saturationplus_module@0:[net.minecraft.item.crafting.Ingredient@95c5c9d, net.minecraft.item.crafting.Ingredient@20b491e2, net.minecraft.item.crafting.Ingredient@4c4cadc, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.featherfallingplus_module@0 new recipe: RecipeStage{tier='five', recipe=1xitem.featherfallingplus_module@0:[net.minecraft.item.crafting.Ingredient@52afdbf7, net.minecraft.item.crafting.Ingredient@56107bc1, net.minecraft.item.crafting.Ingredient@74a0c9f5, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.glowing_module@0 new recipe: RecipeStage{tier='five', recipe=1xitem.glowing_module@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7d862ac, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@52c3dfe5, net.minecraft.item.crafting.Ingredient@205e4b29, net.minecraft.item.crafting.Ingredient@28f0ddde, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6cf9176e, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.luck_module@0 new recipe: RecipeStage{tier='five', recipe=1xitem.luck_module@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@725cc1c8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5cecfc70, net.minecraft.item.crafting.Ingredient@788ac2e4, net.minecraft.item.crafting.Ingredient@16e202cf, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@224c35a, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.blindness_module@0 new recipe: RecipeStage{tier='five', recipe=1xitem.blindness_module@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@17a3d826, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@11d15467, net.minecraft.item.crafting.Ingredient@35cb6b14, net.minecraft.item.crafting.Ingredient@9e74d9f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@8cd66d, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.weakness_module@0 new recipe: RecipeStage{tier='five', recipe=1xitem.weakness_module@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@759893d4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@46a0a34d, net.minecraft.item.crafting.Ingredient@20793a4a, net.minecraft.item.crafting.Ingredient@15ea7852, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@245d5f08, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.poison_module@0 new recipe: RecipeStage{tier='five', recipe=1xitem.poison_module@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@e66f7c1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@488836b7, net.minecraft.item.crafting.Ingredient@6e395b1, net.minecraft.item.crafting.Ingredient@4051e36a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@79b0dc5e, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.slowness_module@0 new recipe: RecipeStage{tier='five', recipe=1xitem.slowness_module@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6a502dfd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2555d96e, net.minecraft.item.crafting.Ingredient@5a78a3b6, net.minecraft.item.crafting.Ingredient@9add650, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@62792d5d, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.noteleport_module@0 new recipe: RecipeStage{tier='five', recipe=1xitem.noteleport_module@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@76967d5d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@11ee2a89, net.minecraft.item.crafting.Ingredient@3ad6ee2c, net.minecraft.item.crafting.Ingredient@33850d0d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@76bcf2b5, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.waterstrainer.strainer_survivalist@0 new recipe: RecipeStage{tier='zero', recipe=1xitem.waterstrainer.strainer_survivalist@0:[net.minecraftforge.oredict.OreIngredient@3b0b13f4, net.minecraftforge.oredict.OreIngredient@3b0b13f4, net.minecraftforge.oredict.OreIngredient@3b0b13f4, net.minecraftforge.oredict.OreIngredient@3b0b13f4, net.minecraft.item.crafting.Ingredient@4d11f0fe, net.minecraftforge.oredict.OreIngredient@3b0b13f4, net.minecraftforge.oredict.OreIngredient@3b0b13f4, net.minecraftforge.oredict.OreIngredient@3b0b13f4, net.minecraftforge.oredict.OreIngredient@3b0b13f4]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.waterstrainer.strainer_survivalist_solid@0 new recipe: RecipeStage{tier='two', recipe=1xitem.waterstrainer.strainer_survivalist_solid@0:[net.minecraftforge.oredict.OreIngredient@dc3cff5, net.minecraft.item.crafting.Ingredient@6eb4f90a, net.minecraftforge.oredict.OreIngredient@dc3cff5, net.minecraft.item.crafting.Ingredient@6eb4f90a, net.minecraft.item.crafting.Ingredient@2c606222, net.minecraft.item.crafting.Ingredient@6eb4f90a, net.minecraftforge.oredict.OreIngredient@dc3cff5, net.minecraft.item.crafting.Ingredient@6eb4f90a, net.minecraftforge.oredict.OreIngredient@dc3cff5]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.waterstrainer.strainer_survivalist_reinforced@0 new recipe: RecipeStage{tier='five', recipe=1xitem.waterstrainer.strainer_survivalist_reinforced@0:[net.minecraftforge.oredict.OreIngredient@2954b5fd, net.minecraftforge.oredict.OreIngredient@60e17574, net.minecraftforge.oredict.OreIngredient@2954b5fd, net.minecraftforge.oredict.OreIngredient@60e17574, net.minecraft.item.crafting.Ingredient@4fbf7a38, net.minecraftforge.oredict.OreIngredient@60e17574, net.minecraftforge.oredict.OreIngredient@2954b5fd, net.minecraftforge.oredict.OreIngredient@60e17574, net.minecraftforge.oredict.OreIngredient@2954b5fd]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.waterstrainer.strainer_survivalist_dense@0 new recipe: RecipeStage{tier='zero', recipe=1xitem.waterstrainer.strainer_survivalist_dense@0:[net.minecraftforge.oredict.OreIngredient@229b9beb, net.minecraftforge.oredict.OreIngredient@229b9beb, net.minecraftforge.oredict.OreIngredient@229b9beb, net.minecraftforge.oredict.OreIngredient@229b9beb, net.minecraft.item.crafting.Ingredient@49ba1019, net.minecraftforge.oredict.OreIngredient@229b9beb, net.minecraftforge.oredict.OreIngredient@229b9beb, net.minecraftforge.oredict.OreIngredient@229b9beb, net.minecraftforge.oredict.OreIngredient@229b9beb]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.waterstrainer.strainer_survivalist_dense_solid@0 new recipe: RecipeStage{tier='two', recipe=1xitem.waterstrainer.strainer_survivalist_dense_solid@0:[net.minecraftforge.oredict.OreIngredient@3287e29e, net.minecraft.item.crafting.Ingredient@4cbd73e6, net.minecraftforge.oredict.OreIngredient@3287e29e, net.minecraft.item.crafting.Ingredient@4cbd73e6, net.minecraft.item.crafting.Ingredient@559e88b0, net.minecraft.item.crafting.Ingredient@4cbd73e6, net.minecraftforge.oredict.OreIngredient@3287e29e, net.minecraft.item.crafting.Ingredient@4cbd73e6, net.minecraftforge.oredict.OreIngredient@3287e29e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.waterstrainer.strainer_survivalist_dense_reinforced@0 new recipe: RecipeStage{tier='five', recipe=1xitem.waterstrainer.strainer_survivalist_dense_reinforced@0:[net.minecraftforge.oredict.OreIngredient@23763653, net.minecraftforge.oredict.OreIngredient@4735398, net.minecraftforge.oredict.OreIngredient@23763653, net.minecraftforge.oredict.OreIngredient@4735398, net.minecraft.item.crafting.Ingredient@258980ae, net.minecraftforge.oredict.OreIngredient@4735398, net.minecraftforge.oredict.OreIngredient@23763653, net.minecraftforge.oredict.OreIngredient@4735398, net.minecraftforge.oredict.OreIngredient@23763653]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.null@0 new recipe: RecipeStage{tier='zero', recipe=1xitem.null@0:[net.minecraftforge.oredict.OreIngredient@5c4cbd01, net.minecraftforge.oredict.OreIngredient@5c4cbd01, net.minecraftforge.oredict.OreIngredient@5c4cbd01]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xitem.null@1 new recipe: RecipeStage{tier='zero', recipe=2xitem.null@1:[net.minecraftforge.oredict.OreIngredient@2bd8ae9a, net.minecraftforge.oredict.OreIngredient@2bd8ae9a, net.minecraftforge.oredict.OreIngredient@2bd8ae9a, net.minecraftforge.oredict.OreIngredient@2bd8ae9a, net.minecraftforge.oredict.OreIngredient@2bd8ae9a, net.minecraftforge.oredict.OreIngredient@2bd8ae9a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.waterstrainer.strainer_fisherman@0 new recipe: RecipeStage{tier='zero', recipe=1xitem.waterstrainer.strainer_fisherman@0:[net.minecraftforge.oredict.OreIngredient@a36e129, net.minecraftforge.oredict.OreIngredient@a36e129, net.minecraftforge.oredict.OreIngredient@a36e129, net.minecraftforge.oredict.OreIngredient@a36e129, net.minecraft.item.crafting.Ingredient@26734b3e, net.minecraftforge.oredict.OreIngredient@a36e129, net.minecraftforge.oredict.OreIngredient@a36e129, net.minecraftforge.oredict.OreIngredient@a36e129, net.minecraftforge.oredict.OreIngredient@a36e129]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.waterstrainer.efficiency_meter@0 new recipe: RecipeStage{tier='two', recipe=1xitem.waterstrainer.efficiency_meter@0:[net.minecraftforge.oredict.OreIngredient@63417b7d, net.minecraftforge.oredict.OreIngredient@3a34ecf3, net.minecraftforge.oredict.OreIngredient@6ecbc3a5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@60ac71b8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@8de6443, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.contenttweaker.material_part@5 new recipe: RecipeStage{tier='one', recipe=1xitem.contenttweaker.material_part@5:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@62753be7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@118a9d12, net.minecraft.item.crafting.Ingredient@4bfb4728, net.minecraftforge.oredict.OreIngredient@16438945, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5da22269, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.contenttweaker.material_part@25 new recipe: RecipeStage{tier='one', recipe=1xitem.contenttweaker.material_part@25:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@188546c2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@95680fd, net.minecraft.item.crafting.Ingredient@3552933, net.minecraftforge.oredict.OreIngredient@4fa8f25a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7d291e3b, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.contenttweaker.material_part@0 new recipe: RecipeStage{tier='one', recipe=1xitem.contenttweaker.material_part@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@40c5280b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6a739d91, net.minecraft.item.crafting.Ingredient@624188a7, net.minecraftforge.oredict.OreIngredient@57ac9a12, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3ec0659c, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.necronomicon@0 new recipe: RecipeStage{tier='one', recipe=1xitem.necronomicon@0:[net.minecraft.item.crafting.Ingredient@2fb5de89, net.minecraft.item.crafting.Ingredient@136473e8, net.minecraft.item.crafting.Ingredient@672472a1, net.minecraft.item.crafting.Ingredient@255e5ae3, net.minecraft.item.crafting.Ingredient@241e9957, net.minecraft.item.crafting.Ingredient@1455450f, net.minecraft.item.crafting.Ingredient@50208c5e, net.minecraft.item.crafting.Ingredient@7fe5dfb, net.minecraft.item.crafting.Ingredient@577ab872]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.dltslab1@0 new recipe: RecipeStage{tier='zero', recipe=3xtile.dltslab1@0:[net.minecraft.item.crafting.Ingredient@69b9e2af, net.minecraft.item.crafting.Ingredient@3d2fd1ba, net.minecraft.item.crafting.Ingredient@484b5261]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ritualcharm@0 new recipe: RecipeStage{tier='one', recipe=1xitem.ritualcharm@0:[net.minecraftforge.oredict.OreIngredient@4af0da32, net.minecraftforge.oredict.OreIngredient@6cfaf559, net.minecraftforge.oredict.OreIngredient@2f9b5b7d, net.minecraftforge.oredict.OreIngredient@3dd1ccb5, net.minecraftforge.oredict.OreIngredient@71bca077, net.minecraftforge.oredict.OreIngredient@4a57c324, net.minecraftforge.oredict.OreIngredient@3f6229a0, net.minecraftforge.oredict.OreIngredient@c65ee9d, net.minecraftforge.oredict.OreIngredient@184e487e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.statue@2 new recipe: RecipeStage{tier='one', recipe=1xtile.statue@2:[net.minecraft.item.crafting.Ingredient@6c74f6b0, net.minecraft.item.crafting.Ingredient@42f5edb7, net.minecraftforge.oredict.OreIngredient@61c7f272, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.statue@5 new recipe: RecipeStage{tier='one', recipe=1xtile.statue@5:[net.minecraft.item.crafting.Ingredient@b204b8c, net.minecraft.item.crafting.Ingredient@40aaed2e, net.minecraftforge.oredict.OreIngredient@2ddf38d9, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.statue@2 new recipe: RecipeStage{tier='one', recipe=1xtile.statue@2:[net.minecraft.item.crafting.Ingredient@73d50b72, net.minecraft.item.crafting.Ingredient@7a2052af, net.minecraft.item.crafting.Ingredient@6d741358, net.minecraft.item.crafting.Ingredient@39b9f7df, net.minecraft.item.crafting.Ingredient@62ecf501, net.minecraft.item.crafting.Ingredient@1aa166d9, net.minecraft.item.crafting.Ingredient@57824806, net.minecraft.item.crafting.Ingredient@21f34a26, net.minecraft.item.crafting.Ingredient@24b2f7e4]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.statue@5 new recipe: RecipeStage{tier='one', recipe=1xtile.statue@5:[net.minecraft.item.crafting.Ingredient@35b4ca05, net.minecraft.item.crafting.Ingredient@703366cd, net.minecraft.item.crafting.Ingredient@4b2aa097, net.minecraft.item.crafting.Ingredient@789473c1, net.minecraft.item.crafting.Ingredient@6b636a34, net.minecraft.item.crafting.Ingredient@d7c9b, net.minecraft.item.crafting.Ingredient@1e3d5a15, net.minecraft.item.crafting.Ingredient@456c3868, net.minecraft.item.crafting.Ingredient@35aed83b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.statue@0 new recipe: RecipeStage{tier='one', recipe=1xtile.statue@0:[net.minecraft.item.crafting.Ingredient@5eac93b1, net.minecraft.item.crafting.Ingredient@2a359783, net.minecraftforge.oredict.OreIngredient@e3e55d5, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.statue@1 new recipe: RecipeStage{tier='one', recipe=1xtile.statue@1:[net.minecraft.item.crafting.Ingredient@4d123b29, net.minecraft.item.crafting.Ingredient@77991821, net.minecraftforge.oredict.OreIngredient@711600de, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.statue@6 new recipe: RecipeStage{tier='one', recipe=1xtile.statue@6:[net.minecraft.item.crafting.Ingredient@d7a73d4, net.minecraft.item.crafting.Ingredient@516dca21, net.minecraftforge.oredict.OreIngredient@6e0a983d, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.statue@0 new recipe: RecipeStage{tier='one', recipe=1xtile.statue@0:[net.minecraft.item.crafting.Ingredient@2f5b65d2, net.minecraft.item.crafting.Ingredient@7161473e, net.minecraft.item.crafting.Ingredient@4ee2b7f1, net.minecraft.item.crafting.Ingredient@74931560, net.minecraft.item.crafting.Ingredient@929bd5, net.minecraft.item.crafting.Ingredient@7bb1744e, net.minecraft.item.crafting.Ingredient@203719f6, net.minecraft.item.crafting.Ingredient@4ce32085, net.minecraft.item.crafting.Ingredient@583b56ff]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.statue@1 new recipe: RecipeStage{tier='one', recipe=1xtile.statue@1:[net.minecraft.item.crafting.Ingredient@28d85ab2, net.minecraft.item.crafting.Ingredient@30380ef6, net.minecraft.item.crafting.Ingredient@658ae77c, net.minecraft.item.crafting.Ingredient@6704c99c, net.minecraft.item.crafting.Ingredient@de30204, net.minecraft.item.crafting.Ingredient@7d5ce2f0, net.minecraft.item.crafting.Ingredient@4fdf5b20, net.minecraft.item.crafting.Ingredient@ed6336e, net.minecraft.item.crafting.Ingredient@1bb0e392]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.statue@6 new recipe: RecipeStage{tier='one', recipe=1xtile.statue@6:[net.minecraft.item.crafting.Ingredient@161d976, net.minecraft.item.crafting.Ingredient@34d28421, net.minecraft.item.crafting.Ingredient@b209c96, net.minecraft.item.crafting.Ingredient@17904213, net.minecraft.item.crafting.Ingredient@183583fe, net.minecraft.item.crafting.Ingredient@38e6ff55, net.minecraft.item.crafting.Ingredient@372d10f3, net.minecraft.item.crafting.Ingredient@22384cdf, net.minecraft.item.crafting.Ingredient@16a60115]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.gatewaykey@0 new recipe: RecipeStage{tier='two', recipe=1xitem.gatewaykey@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@19b548c3, net.minecraft.item.crafting.Ingredient@4640698e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@267e8b2d, net.minecraft.item.crafting.Ingredient@f6885e, net.minecraft.item.crafting.Ingredient@33b62bd3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.statue@4 new recipe: RecipeStage{tier='one', recipe=1xtile.statue@4:[net.minecraft.item.crafting.Ingredient@76ff2832, net.minecraft.item.crafting.Ingredient@240af223, net.minecraftforge.oredict.OreIngredient@100a3a84, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.statue@4 new recipe: RecipeStage{tier='one', recipe=1xtile.statue@4:[net.minecraft.item.crafting.Ingredient@12e073e5, net.minecraft.item.crafting.Ingredient@1d516733, net.minecraft.item.crafting.Ingredient@6eb90550, net.minecraft.item.crafting.Ingredient@2fa6dc19, net.minecraft.item.crafting.Ingredient@3e48fd53, net.minecraft.item.crafting.Ingredient@28367d56, net.minecraft.item.crafting.Ingredient@e837e85, net.minecraft.item.crafting.Ingredient@17dc3d58, net.minecraft.item.crafting.Ingredient@6e87e895]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.statue@3 new recipe: RecipeStage{tier='one', recipe=1xtile.statue@3:[net.minecraft.item.crafting.Ingredient@7540f4de, net.minecraft.item.crafting.Ingredient@60a2dba5, net.minecraftforge.oredict.OreIngredient@16e20c14, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.statue@3 new recipe: RecipeStage{tier='one', recipe=1xtile.statue@3:[net.minecraft.item.crafting.Ingredient@47709d1d, net.minecraft.item.crafting.Ingredient@35e46729, net.minecraft.item.crafting.Ingredient@436dfdc3, net.minecraft.item.crafting.Ingredient@4569db16, net.minecraft.item.crafting.Ingredient@6b22ed3, net.minecraft.item.crafting.Ingredient@10f9cc03, net.minecraft.item.crafting.Ingredient@3c56a83a, net.minecraft.item.crafting.Ingredient@376c75cd, net.minecraft.item.crafting.Ingredient@20bf1145]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.corflesh@0 new recipe: RecipeStage{tier='zero', recipe=1xitem.corflesh@0:[crafttweaker.mc1120.item.VanillaIngredient@4b4e927d, net.minecraftforge.oredict.OreIngredient@38bcdce1]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_battery@0 new recipe: RecipeStage{tier='four', recipe=1xitem.actuallyadditions.item_battery@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@76e145f5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5793d5bf, net.minecraft.item.crafting.Ingredient@1e12fb8b, net.minecraftforge.oredict.OreIngredient@58de6d12, net.minecraftforge.oredict.OreIngredient@24ec5511, net.minecraftforge.oredict.OreIngredient@6d1b421e, net.minecraftforge.oredict.OreIngredient@645c3295]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_laser_wrench@0 new recipe: RecipeStage{tier='four', recipe=1xitem.actuallyadditions.item_laser_wrench@0:[net.minecraft.item.crafting.Ingredient@4fc175f1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_misc@7 new recipe: RecipeStage{tier='four', recipe=1xitem.actuallyadditions.item_misc@7:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@9c3e5c5, net.minecraft.item.crafting.Ingredient@3eff5d51, net.minecraft.item.crafting.Ingredient@3bb20881, net.minecraftforge.oredict.OreIngredient@7f988cfb, net.minecraft.item.crafting.Ingredient@6963b300, net.minecraft.item.crafting.Ingredient@2db26ea8, net.minecraft.item.crafting.Ingredient@66f9d9f, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.actuallyadditions.block_coffee_machine@0 new recipe: RecipeStage{tier='four', recipe=1xtile.actuallyadditions.block_coffee_machine@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3dab36fd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@49a479fb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@77dd8949, net.minecraftforge.oredict.OreIngredient@d246148, net.minecraft.item.crafting.Ingredient@695ca2cf]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.actuallyadditions.block_coal_generator@0 new recipe: RecipeStage{tier='four', recipe=1xtile.actuallyadditions.block_coal_generator@0:[net.minecraft.item.crafting.Ingredient@3dd65be, net.minecraft.item.crafting.Ingredient@18d1234d, net.minecraft.item.crafting.Ingredient@36d12f3e, net.minecraft.item.crafting.Ingredient@3a17b9f1, net.minecraft.item.crafting.Ingredient@528fcb98, net.minecraft.item.crafting.Ingredient@43d551cf, net.minecraft.item.crafting.Ingredient@7cc22e54, net.minecraft.item.crafting.Ingredient@7b1dd80c, net.minecraft.item.crafting.Ingredient@57621ffc]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_battery_triple@0 new recipe: RecipeStage{tier='four', recipe=1xitem.actuallyadditions.item_battery_triple@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3ed067f6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@538d4ef6, net.minecraft.item.crafting.Ingredient@46452133, net.minecraftforge.oredict.OreIngredient@19f4bf8, net.minecraftforge.oredict.OreIngredient@3c4d73ea, net.minecraftforge.oredict.OreIngredient@58e706b, net.minecraftforge.oredict.OreIngredient@6aad8550]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_food@8 new recipe: RecipeStage{tier='three', recipe=1xitem.actuallyadditions.item_food@8:[crafttweaker.mc1120.item.VanillaIngredient@1196c376, crafttweaker.mc1120.item.VanillaIngredient@4613208d, crafttweaker.mc1120.item.VanillaIngredient@30681d0c, net.minecraft.item.crafting.Ingredient@36e98954, net.minecraft.item.crafting.Ingredient@1143618c, net.minecraft.item.crafting.Ingredient@4e0b2c61, net.minecraft.item.crafting.Ingredient@3e7bc8d1, net.minecraft.item.crafting.Ingredient@44224563, net.minecraft.item.crafting.Ingredient@4ee7136a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_drill_upgrade_fortune@0 new recipe: RecipeStage{tier='four', recipe=1xitem.actuallyadditions.item_drill_upgrade_fortune@0:[net.minecraft.item.crafting.Ingredient@591856f3, net.minecraft.item.crafting.Ingredient@39c53041, net.minecraft.item.crafting.Ingredient@6f1a6347, net.minecraft.item.crafting.Ingredient@1910418d, crafttweaker.api.minecraft.CraftTweakerMC$1@2a43392, net.minecraft.item.crafting.Ingredient@12f35cbf, net.minecraft.item.crafting.Ingredient@2ecf15fd, net.minecraft.item.crafting.Ingredient@35c83580, net.minecraft.item.crafting.Ingredient@1653b808]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_misc@8 new recipe: RecipeStage{tier='four', recipe=1xitem.actuallyadditions.item_misc@8:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3773b2c7, net.minecraft.item.crafting.Ingredient@410e6f30, net.minecraft.item.crafting.Ingredient@55512a17, net.minecraftforge.oredict.OreIngredient@37ada009, net.minecraft.item.crafting.Ingredient@1d62d9b1, net.minecraft.item.crafting.Ingredient@2fa752c2, net.minecraft.item.crafting.Ingredient@73fac4b3, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_misc@12 new recipe: RecipeStage{tier='zero', recipe=1xitem.actuallyadditions.item_misc@12:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@298d8f2d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@22a964fc, crafttweaker.api.minecraft.CraftTweakerMC$1@378d1329, net.minecraft.item.crafting.Ingredient@12f79637, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@57c697a3, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_misc@12 new recipe: RecipeStage{tier='zero', recipe=1xitem.actuallyadditions.item_misc@12:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3e219723, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@616adf95, crafttweaker.mc1120.item.VanillaIngredient@4f02bba1, net.minecraft.item.crafting.Ingredient@2c1a466d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1eb05442, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_misc@1 new recipe: RecipeStage{tier='zero', recipe=1xitem.actuallyadditions.item_misc@1:[net.minecraftforge.oredict.OreIngredient@2911b676, net.minecraftforge.oredict.OreIngredient@7394df46, net.minecraftforge.oredict.OreIngredient@d43d677, net.minecraftforge.oredict.OreIngredient@11cd91d9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_battery_quadruple@0 new recipe: RecipeStage{tier='four', recipe=1xitem.actuallyadditions.item_battery_quadruple@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@35cb3790, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6070a080, net.minecraft.item.crafting.Ingredient@73133297, net.minecraftforge.oredict.OreIngredient@e2d3675, net.minecraftforge.oredict.OreIngredient@62b6e797, net.minecraftforge.oredict.OreIngredient@7273fe1, net.minecraftforge.oredict.OreIngredient@6dca2218]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.actuallyadditions.block_misc@9 new recipe: RecipeStage{tier='four', recipe=1xtile.actuallyadditions.block_misc@9:[net.minecraftforge.oredict.OreIngredient@ab33f4a, net.minecraft.item.crafting.Ingredient@5fecebd4, net.minecraftforge.oredict.OreIngredient@618a1fff, net.minecraft.item.crafting.Ingredient@5dec2b34, net.minecraft.item.crafting.Ingredient@4e3616ac, net.minecraft.item.crafting.Ingredient@763ce6f5, net.minecraftforge.oredict.OreIngredient@47786a2a, net.minecraft.item.crafting.Ingredient@7b714c7a, net.minecraftforge.oredict.OreIngredient@50cb6ce]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_drill_upgrade_fortune_ii@0 new recipe: RecipeStage{tier='four', recipe=1xitem.actuallyadditions.item_drill_upgrade_fortune_ii@0:[net.minecraft.item.crafting.Ingredient@1416e3d4, net.minecraftforge.oredict.OreIngredient@103be246, net.minecraft.item.crafting.Ingredient@61d87ea7, net.minecraftforge.oredict.OreIngredient@1820e94, crafttweaker.api.minecraft.CraftTweakerMC$1@22a95533, net.minecraftforge.oredict.OreIngredient@6dcfbaf2, net.minecraft.item.crafting.Ingredient@4f40ccaa, net.minecraftforge.oredict.OreIngredient@5e279d78, net.minecraft.item.crafting.Ingredient@36cf4b42]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.actuallyadditions.block_fermenting_barrel@0 new recipe: RecipeStage{tier='four', recipe=1xtile.actuallyadditions.block_fermenting_barrel@0:[net.minecraftforge.oredict.OreIngredient@26477f43, net.minecraftforge.oredict.OreIngredient@6f2bd2bd, net.minecraftforge.oredict.OreIngredient@d055e7d, net.minecraftforge.oredict.OreIngredient@41dc91c4, net.minecraft.item.crafting.Ingredient@5cfc43db, net.minecraftforge.oredict.OreIngredient@6df3dcc3, net.minecraftforge.oredict.OreIngredient@4a2291b6, net.minecraft.item.crafting.Ingredient@6fd57b87, net.minecraftforge.oredict.OreIngredient@51091f3d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.actuallyadditions.block_feeder@0 new recipe: RecipeStage{tier='four', recipe=1xtile.actuallyadditions.block_feeder@0:[net.minecraftforge.oredict.OreIngredient@22efd41b, net.minecraft.item.crafting.Ingredient@7c1e5ed1, net.minecraftforge.oredict.OreIngredient@38531b96, net.minecraft.item.crafting.Ingredient@213a1b56, net.minecraft.item.crafting.Ingredient@7d294c66, net.minecraft.item.crafting.Ingredient@734f6dc4, net.minecraftforge.oredict.OreIngredient@53604790, net.minecraftforge.oredict.OreIngredient@22f11601, net.minecraftforge.oredict.OreIngredient@150c3445]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_drill_upgrade_five_by_five@0 new recipe: RecipeStage{tier='four', recipe=1xitem.actuallyadditions.item_drill_upgrade_five_by_five@0:[net.minecraftforge.oredict.OreIngredient@1d255a6d, net.minecraft.item.crafting.Ingredient@4ca8c29e, net.minecraftforge.oredict.OreIngredient@66c38414, net.minecraft.item.crafting.Ingredient@12192a95, net.minecraft.item.crafting.Ingredient@25d8fc89, net.minecraft.item.crafting.Ingredient@2fee669e, net.minecraftforge.oredict.OreIngredient@55f7a453, net.minecraft.item.crafting.Ingredient@ee171fa, net.minecraftforge.oredict.OreIngredient@6cbfe81b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.actuallyadditions.block_farmer@0 new recipe: RecipeStage{tier='four', recipe=1xtile.actuallyadditions.block_farmer@0:[net.minecraftforge.oredict.OreIngredient@3039b984, net.minecraft.item.crafting.Ingredient@588446ec, net.minecraftforge.oredict.OreIngredient@5d6f92a7, net.minecraftforge.oredict.OreIngredient@4e835621, net.minecraft.item.crafting.Ingredient@330b33ec, net.minecraftforge.oredict.OreIngredient@4942a047, net.minecraftforge.oredict.OreIngredient@6899e962, net.minecraft.item.crafting.Ingredient@3cff980e, net.minecraftforge.oredict.OreIngredient@5601482e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.actuallyadditions.block_canola_press@0 new recipe: RecipeStage{tier='four', recipe=1xtile.actuallyadditions.block_canola_press@0:[net.minecraft.item.crafting.Ingredient@a9d8a31, net.minecraftforge.oredict.OreIngredient@2d68a0f9, net.minecraft.item.crafting.Ingredient@6d1772b2, net.minecraft.item.crafting.Ingredient@318b0706, net.minecraft.item.crafting.Ingredient@57a1df04, net.minecraft.item.crafting.Ingredient@3fa6d261, net.minecraft.item.crafting.Ingredient@69f2b5c5, net.minecraft.item.crafting.Ingredient@a82cca, net.minecraft.item.crafting.Ingredient@59a88a24]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_battery_quintuple@0 new recipe: RecipeStage{tier='four', recipe=1xitem.actuallyadditions.item_battery_quintuple@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@50946eaa, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2cb4a5e0, net.minecraft.item.crafting.Ingredient@6d3b12c0, net.minecraftforge.oredict.OreIngredient@70df4ce9, net.minecraftforge.oredict.OreIngredient@3cd9d66, net.minecraftforge.oredict.OreIngredient@adfb35a, net.minecraftforge.oredict.OreIngredient@3fc70dd3]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_drill@3 new recipe: RecipeStage{tier='four', recipe=1xitem.actuallyadditions.item_drill@3:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@35f5a6c6, net.minecraft.item.crafting.Ingredient@5a3c2bb3, net.minecraft.item.crafting.Ingredient@2d8e16cd, net.minecraft.item.crafting.Ingredient@2aa02f3a, net.minecraft.item.crafting.Ingredient@32fb6f3e, net.minecraft.item.crafting.Ingredient@9a1bb61, net.minecraft.item.crafting.Ingredient@54c4fce6, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.actuallyadditions.block_compost@0 new recipe: RecipeStage{tier='zero', recipe=1xtile.actuallyadditions.block_compost@0:[net.minecraft.item.crafting.Ingredient@7fb6d0bb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@16ddd2ec, net.minecraft.item.crafting.Ingredient@12a319e5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@61f3f49b, net.minecraft.item.crafting.Ingredient@2889c316, net.minecraft.item.crafting.Ingredient@503b3e59, net.minecraft.item.crafting.Ingredient@5a5d798a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.actuallyadditions.block_giant_chest_large@0 new recipe: RecipeStage{tier='four', recipe=1xtile.actuallyadditions.block_giant_chest_large@0:[net.minecraftforge.oredict.OreIngredient@24f41976, net.minecraft.item.crafting.Ingredient@4203ff8d, net.minecraftforge.oredict.OreIngredient@4bc3c862, net.minecraftforge.oredict.OreIngredient@7a6379b9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7ed8e02a, net.minecraftforge.oredict.OreIngredient@237a97eb, net.minecraft.item.crafting.Ingredient@76afdb3e, net.minecraftforge.oredict.OreIngredient@1760dae3]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_drill_upgrade_speed_ii@0 new recipe: RecipeStage{tier='four', recipe=1xitem.actuallyadditions.item_drill_upgrade_speed_ii@0:[net.minecraftforge.oredict.OreIngredient@2e80a195, net.minecraft.item.crafting.Ingredient@5932be61, net.minecraftforge.oredict.OreIngredient@51ccf852, net.minecraft.item.crafting.Ingredient@40ea874a, net.minecraft.item.crafting.Ingredient@6bcd1acb, net.minecraft.item.crafting.Ingredient@27406065, net.minecraftforge.oredict.OreIngredient@117802b7, net.minecraft.item.crafting.Ingredient@53c0705, net.minecraftforge.oredict.OreIngredient@6244e2b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.assembly_drill@0 new recipe: RecipeStage{tier='four', recipe=1xtile.assembly_drill@0:[net.minecraft.item.crafting.Ingredient@224355c2, net.minecraft.item.crafting.Ingredient@73ff9687, net.minecraft.item.crafting.Ingredient@169eb3d2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@326ff23c, net.minecraftforge.oredict.OreIngredient@a3a4cf6, net.minecraft.item.crafting.Ingredient@5fea898, net.minecraftforge.oredict.OreIngredient@661d9bd6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.actuallyadditions.block_grinder@0 new recipe: RecipeStage{tier='four', recipe=1xtile.actuallyadditions.block_grinder@0:[net.minecraftforge.oredict.OreIngredient@2b2e7b3b, net.minecraft.item.crafting.Ingredient@73abcf54, net.minecraftforge.oredict.OreIngredient@36113d1, net.minecraft.item.crafting.Ingredient@928fb40, net.minecraft.item.crafting.Ingredient@5107befd, net.minecraft.item.crafting.Ingredient@7cfb0ae6, net.minecraftforge.oredict.OreIngredient@770f6133, net.minecraft.item.crafting.Ingredient@39336669, net.minecraftforge.oredict.OreIngredient@55afd7e4]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.actuallyadditions.block_grinder_double@0 new recipe: RecipeStage{tier='four', recipe=1xtile.actuallyadditions.block_grinder_double@0:[net.minecraftforge.oredict.OreIngredient@71a75b8d, net.minecraftforge.oredict.OreIngredient@7dadaa73, net.minecraftforge.oredict.OreIngredient@5f8f8b81, net.minecraft.item.crafting.Ingredient@74346763, net.minecraft.item.crafting.Ingredient@3f04315b, net.minecraft.item.crafting.Ingredient@2feaeafa, net.minecraftforge.oredict.OreIngredient@c1aaf05, net.minecraftforge.oredict.OreIngredient@5b42ce9a, net.minecraftforge.oredict.OreIngredient@4552b240]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.actuallyadditions.block_misc@8 new recipe: RecipeStage{tier='four', recipe=1xtile.actuallyadditions.block_misc@8:[net.minecraft.item.crafting.Ingredient@3d173d2a, net.minecraftforge.oredict.OreIngredient@642ccf0a, net.minecraft.item.crafting.Ingredient@29d7fb0b, net.minecraftforge.oredict.OreIngredient@79c78cc3, net.minecraft.item.crafting.Ingredient@7d3d00bc, net.minecraftforge.oredict.OreIngredient@7febd48e, net.minecraft.item.crafting.Ingredient@697277db, net.minecraftforge.oredict.OreIngredient@2c165fa2, net.minecraft.item.crafting.Ingredient@393b827c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.actuallyadditions.block_furnace_solar@0 new recipe: RecipeStage{tier='four', recipe=1xtile.actuallyadditions.block_furnace_solar@0:[net.minecraft.item.crafting.Ingredient@18556e71, net.minecraft.item.crafting.Ingredient@62e30e0f, net.minecraft.item.crafting.Ingredient@7c96a6be, net.minecraft.item.crafting.Ingredient@195bf332, net.minecraft.item.crafting.Ingredient@2ace308e, net.minecraft.item.crafting.Ingredient@5027c0ae, net.minecraft.item.crafting.Ingredient@19cd2f42, net.minecraft.item.crafting.Ingredient@5fc99d2a, net.minecraft.item.crafting.Ingredient@4589c1d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_battery_double@0 new recipe: RecipeStage{tier='four', recipe=1xitem.actuallyadditions.item_battery_double@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6a941e88, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1ad39ba7, net.minecraft.item.crafting.Ingredient@9e0651a, net.minecraftforge.oredict.OreIngredient@4918b84f, net.minecraftforge.oredict.OreIngredient@3b29fba, net.minecraftforge.oredict.OreIngredient@5ba32c8, net.minecraftforge.oredict.OreIngredient@ff84fd0]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_drill_upgrade_silk_touch@0 new recipe: RecipeStage{tier='four', recipe=1xitem.actuallyadditions.item_drill_upgrade_silk_touch@0:[net.minecraft.item.crafting.Ingredient@32e44a0, net.minecraftforge.oredict.OreIngredient@14f65430, net.minecraft.item.crafting.Ingredient@400e0814, net.minecraftforge.oredict.OreIngredient@dc5590a, net.minecraft.item.crafting.Ingredient@7c3f0756, net.minecraftforge.oredict.OreIngredient@5ace8b35, net.minecraft.item.crafting.Ingredient@6a3076d0, net.minecraftforge.oredict.OreIngredient@4d9a7f95, net.minecraft.item.crafting.Ingredient@491bd4c7]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_drill_upgrade_three_by_three@0 new recipe: RecipeStage{tier='four', recipe=1xitem.actuallyadditions.item_drill_upgrade_three_by_three@0:[net.minecraftforge.oredict.OreIngredient@672269f2, net.minecraft.item.crafting.Ingredient@e4d0530, net.minecraftforge.oredict.OreIngredient@1035b5bb, net.minecraftforge.oredict.OreIngredient@71fe696, net.minecraft.item.crafting.Ingredient@7386627e, net.minecraftforge.oredict.OreIngredient@15848dbb, net.minecraftforge.oredict.OreIngredient@28a17add, net.minecraft.item.crafting.Ingredient@50f21209, net.minecraftforge.oredict.OreIngredient@10270ffb]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_food@14 new recipe: RecipeStage{tier='three', recipe=1xitem.actuallyadditions.item_food@14:[net.minecraft.item.crafting.Ingredient@21ffa111, net.minecraft.item.crafting.Ingredient@22b5061, net.minecraft.item.crafting.Ingredient@42096877, net.minecraft.item.crafting.Ingredient@6af9ef1a, net.minecraft.item.crafting.Ingredient@36522c7d, net.minecraft.item.crafting.Ingredient@6ea2ca8e, net.minecraft.item.crafting.Ingredient@67e14dfd, net.minecraft.item.crafting.Ingredient@4245ef24, net.minecraft.item.crafting.Ingredient@655302d5]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.actuallyadditions.block_heat_collector@0 new recipe: RecipeStage{tier='four', recipe=1xtile.actuallyadditions.block_heat_collector@0:[net.minecraft.item.crafting.Ingredient@1d5d524b, net.minecraft.item.crafting.Ingredient@703e7ab8, net.minecraft.item.crafting.Ingredient@1def9754, net.minecraft.item.crafting.Ingredient@60d77b96, net.minecraftforge.oredict.OreIngredient@17efb2cd, net.minecraft.item.crafting.Ingredient@1407f132, net.minecraft.item.crafting.Ingredient@753381d1, net.minecraft.item.crafting.Ingredient@2ee35f2a, net.minecraft.item.crafting.Ingredient@4470f9e1]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.actuallyadditions.block_bio_reactor@0 new recipe: RecipeStage{tier='four', recipe=1xtile.actuallyadditions.block_bio_reactor@0:[net.minecraftforge.oredict.OreIngredient@6f550e3c, net.minecraft.item.crafting.Ingredient@601370e, net.minecraftforge.oredict.OreIngredient@322f22eb, net.minecraftforge.oredict.OreIngredient@71d36abe, net.minecraftforge.oredict.OreIngredient@3630ae56, net.minecraftforge.oredict.OreIngredient@398646d9, net.minecraftforge.oredict.OreIngredient@72f51378, net.minecraft.item.crafting.Ingredient@18991102, net.minecraftforge.oredict.OreIngredient@2be84e59]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.actuallyadditions.block_fishing_net@0 new recipe: RecipeStage{tier='five', recipe=1xtile.actuallyadditions.block_fishing_net@0:[net.minecraft.item.crafting.Ingredient@20d37573, net.minecraft.item.crafting.Ingredient@7ae7dcc2, net.minecraft.item.crafting.Ingredient@2a26d39d, net.minecraft.item.crafting.Ingredient@43d5ca06, crafttweaker.api.minecraft.CraftTweakerMC$1@789657e2, net.minecraft.item.crafting.Ingredient@3c5395fe, net.minecraft.item.crafting.Ingredient@20f503d2, net.minecraft.item.crafting.Ingredient@4d9d6830, net.minecraft.item.crafting.Ingredient@77e0f26]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.actuallyadditions.block_breaker@0 new recipe: RecipeStage{tier='four', recipe=1xtile.actuallyadditions.block_breaker@0:[net.minecraft.item.crafting.Ingredient@27a28652, net.minecraft.item.crafting.Ingredient@2f41eae7, net.minecraft.item.crafting.Ingredient@93bcbd7, net.minecraft.item.crafting.Ingredient@7e4bf2e9, net.minecraft.item.crafting.Ingredient@4d687b64, net.minecraft.item.crafting.Ingredient@6ddea6fc, net.minecraft.item.crafting.Ingredient@3a6cbde3, net.minecraft.item.crafting.Ingredient@1b91ccfd, net.minecraft.item.crafting.Ingredient@15ac37b0]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.actuallyadditions.block_smiley_cloud@0 new recipe: RecipeStage{tier='four', recipe=1xtile.actuallyadditions.block_smiley_cloud@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@ddd9abf, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5281ad42, crafttweaker.mc1120.item.VanillaIngredient@476275cb, net.minecraft.item.crafting.Ingredient@3307db20, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@526eb79d, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.actuallyadditions.block_smiley_cloud@0 new recipe: RecipeStage{tier='two', recipe=1xtile.actuallyadditions.block_smiley_cloud@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@ddd9abf, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5281ad42, crafttweaker.mc1120.item.VanillaIngredient@476275cb, net.minecraft.item.crafting.Ingredient@3307db20, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@526eb79d, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_misc@16 new recipe: RecipeStage{tier='four', recipe=1xitem.actuallyadditions.item_misc@16:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@ddaeb2f, net.minecraft.item.crafting.Ingredient@59420b72, net.minecraft.item.crafting.Ingredient@549105a1, net.minecraft.item.crafting.Ingredient@736482f1, net.minecraft.item.crafting.Ingredient@293d9c21, net.minecraft.item.crafting.Ingredient@606d0bef, net.minecraft.item.crafting.Ingredient@3c0da64e, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xitem.actuallyadditions.item_food@12 new recipe: RecipeStage{tier='three', recipe=3xitem.actuallyadditions.item_food@12:[net.minecraft.item.crafting.Ingredient@6b29d834, net.minecraft.item.crafting.Ingredient@2eb09de4]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.actuallyadditions.block_oil_generator@0 new recipe: RecipeStage{tier='four', recipe=1xtile.actuallyadditions.block_oil_generator@0:[net.minecraft.item.crafting.Ingredient@260ad9ae, net.minecraft.item.crafting.Ingredient@776424f7, net.minecraft.item.crafting.Ingredient@52a9aa57, net.minecraft.item.crafting.Ingredient@785c525b, net.minecraft.item.crafting.Ingredient@86b3357, net.minecraft.item.crafting.Ingredient@5efefd31, net.minecraft.item.crafting.Ingredient@419a1fab, net.minecraft.item.crafting.Ingredient@5bce4349, net.minecraft.item.crafting.Ingredient@aee32ec]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.actuallyadditions.block_giant_chest_medium@0 new recipe: RecipeStage{tier='four', recipe=1xtile.actuallyadditions.block_giant_chest_medium@0:[net.minecraftforge.oredict.OreIngredient@235041f5, net.minecraft.item.crafting.Ingredient@32266573, net.minecraftforge.oredict.OreIngredient@1bdbbc75, net.minecraftforge.oredict.OreIngredient@605994b0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@41a73ea7, net.minecraftforge.oredict.OreIngredient@40abc61d, net.minecraft.item.crafting.Ingredient@655e269, net.minecraftforge.oredict.OreIngredient@2a851a07]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.actuallyadditions.block_furnace_double@0 new recipe: RecipeStage{tier='four', recipe=1xtile.actuallyadditions.block_furnace_double@0:[net.minecraftforge.oredict.OreIngredient@52af5bf6, net.minecraft.item.crafting.Ingredient@4c2af490, net.minecraftforge.oredict.OreIngredient@654501d6, net.minecraft.item.crafting.Ingredient@67926a5b, net.minecraft.item.crafting.Ingredient@4f4afdb4, net.minecraft.item.crafting.Ingredient@545f1eb9, net.minecraftforge.oredict.OreIngredient@19d9ee55, net.minecraft.item.crafting.Ingredient@6ded8f87, net.minecraftforge.oredict.OreIngredient@75d278d3]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_drill_upgrade_speed@0 new recipe: RecipeStage{tier='four', recipe=1xitem.actuallyadditions.item_drill_upgrade_speed@0:[net.minecraftforge.oredict.OreIngredient@59d41a06, net.minecraft.item.crafting.Ingredient@f29fc2f, net.minecraftforge.oredict.OreIngredient@eb9dbfa, net.minecraft.item.crafting.Ingredient@68cb2e1e, net.minecraftforge.oredict.OreIngredient@11360d2b, net.minecraft.item.crafting.Ingredient@51be53a6, net.minecraftforge.oredict.OreIngredient@11182460, net.minecraft.item.crafting.Ingredient@20924383, net.minecraftforge.oredict.OreIngredient@1ec4def]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_drill_upgrade_speed_iii@0 new recipe: RecipeStage{tier='four', recipe=1xitem.actuallyadditions.item_drill_upgrade_speed_iii@0:[net.minecraftforge.oredict.OreIngredient@22ec0d17, net.minecraft.item.crafting.Ingredient@7207160e, net.minecraftforge.oredict.OreIngredient@403bdd96, net.minecraft.item.crafting.Ingredient@23db634b, net.minecraft.item.crafting.Ingredient@611d5692, net.minecraft.item.crafting.Ingredient@2b608bd9, net.minecraftforge.oredict.OreIngredient@3529244e, net.minecraft.item.crafting.Ingredient@4d10d89b, net.minecraftforge.oredict.OreIngredient@4632ae6d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_drill_upgrade_block_placing@0 new recipe: RecipeStage{tier='four', recipe=1xitem.actuallyadditions.item_drill_upgrade_block_placing@0:[net.minecraft.item.crafting.Ingredient@69a3db31, net.minecraft.item.crafting.Ingredient@15d4991f, net.minecraft.item.crafting.Ingredient@5e4b5f3e, net.minecraftforge.oredict.OreIngredient@dd9c35c, net.minecraft.item.crafting.Ingredient@7a54eb85, net.minecraftforge.oredict.OreIngredient@4b7989b1, net.minecraft.item.crafting.Ingredient@4f4f8d4f, net.minecraft.item.crafting.Ingredient@c4f64d9, net.minecraft.item.crafting.Ingredient@511abe16]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xtile.actuallyadditions.block_greenhouse_glass@0 new recipe: RecipeStage{tier='four', recipe=2xtile.actuallyadditions.block_greenhouse_glass@0:[net.minecraft.item.crafting.Ingredient@56299185, net.minecraftforge.oredict.OreIngredient@653f5bfa, net.minecraft.item.crafting.Ingredient@12a18228, net.minecraftforge.oredict.OreIngredient@164f6464, net.minecraft.item.crafting.Ingredient@c707a91, net.minecraftforge.oredict.OreIngredient@138f006e, net.minecraft.item.crafting.Ingredient@d2160f5, net.minecraftforge.oredict.OreIngredient@60205971, net.minecraft.item.crafting.Ingredient@6f8b1316]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.actuallyadditions.block_directional_breaker@0 new recipe: RecipeStage{tier='four', recipe=1xtile.actuallyadditions.block_directional_breaker@0:[net.minecraft.item.crafting.Ingredient@4ecf2f9, net.minecraft.item.crafting.Ingredient@24c1c59, net.minecraft.item.crafting.Ingredient@604536b0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@57e18a0d, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_coffee_seed@0 new recipe: RecipeStage{tier='zero', recipe=1xitem.actuallyadditions.item_coffee_seed@0:[net.minecraft.item.crafting.Ingredient@34f9d132]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_misc@9 new recipe: RecipeStage{tier='zero', recipe=1xitem.actuallyadditions.item_misc@9:[net.minecraft.item.crafting.Ingredient@56b5bd20, net.minecraftforge.oredict.OreIngredient@1f0cf1f0, crafttweaker.mc1120.item.VanillaIngredient@4466a1fe]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_misc@9 new recipe: RecipeStage{tier='zero', recipe=1xitem.actuallyadditions.item_misc@9:[net.minecraft.item.crafting.Ingredient@3e6c8801, net.minecraftforge.oredict.OreIngredient@45cb7e51, crafttweaker.mc1120.item.VanillaIngredient@3d308469]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_misc@9 new recipe: RecipeStage{tier='zero', recipe=1xitem.actuallyadditions.item_misc@9:[net.minecraft.item.crafting.Ingredient@4ca8bb60, net.minecraftforge.oredict.OreIngredient@165e0e74, crafttweaker.api.minecraft.CraftTweakerMC$1@879c318]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_booklet@0 new recipe: RecipeStage{tier='four', recipe=1xitem.actuallyadditions.item_booklet@0:[net.minecraft.item.crafting.Ingredient@31d31db2, net.minecraft.item.crafting.Ingredient@3829c353]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.actuallyadditions.item_drill@32767 new recipe: RecipeStage{tier='four', recipe=1xitem.actuallyadditions.item_drill@32767:[crafttweaker.mc1120.item.VanillaIngredient@4717e05e, crafttweaker.mc1120.item.VanillaIngredient@b051117]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.animalium.dog_boots@0 new recipe: RecipeStage{tier='zero', recipe=1xitem.animalium.dog_boots@0:[net.minecraft.item.crafting.Ingredient@3a83d15a, net.minecraft.item.crafting.Ingredient@1f078918, net.minecraft.item.crafting.Ingredient@67ea8fb6, net.minecraft.item.crafting.Ingredient@44c4b7f5, net.minecraft.item.crafting.Ingredient@6069b736, net.minecraft.item.crafting.Ingredient@4305ad6a, net.minecraftforge.oredict.OreIngredient@70211d83, net.minecraft.item.crafting.Ingredient@113b776d, net.minecraftforge.oredict.OreIngredient@3c46a27b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.emptyAntiqueAtlas@0 new recipe: RecipeStage{tier='tutorial', recipe=1xitem.emptyAntiqueAtlas@0:[net.minecraft.item.crafting.Ingredient@52c62664, net.minecraft.item.crafting.Ingredient@2a73e4ba, net.minecraft.item.crafting.Ingredient@60397e86, net.minecraft.item.crafting.Ingredient@69e54d80, net.minecraft.item.crafting.Ingredient@a73b3de, net.minecraft.item.crafting.Ingredient@3f90d01e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.appliedenergistics2.interface@0 new recipe: RecipeStage{tier='four', recipe=1xtile.appliedenergistics2.interface@0:[net.minecraft.item.crafting.Ingredient@14764424, net.minecraft.item.crafting.Ingredient@57bc9267, net.minecraft.item.crafting.Ingredient@40c6260d, net.minecraft.item.crafting.Ingredient@79ef1e2b, net.minecraft.item.crafting.Ingredient@5f9e2256, net.minecraft.item.crafting.Ingredient@6c82ac68, net.minecraft.item.crafting.Ingredient@1d0519bb, net.minecraft.item.crafting.Ingredient@1c1a4276, net.minecraft.item.crafting.Ingredient@32385f31]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.appliedenergistics2.crank@0 new recipe: RecipeStage{tier='two', recipe=1xtile.appliedenergistics2.crank@0:[net.minecraft.item.crafting.Ingredient@4ba044f2, net.minecraft.item.crafting.Ingredient@7e5d54fc, net.minecraft.item.crafting.Ingredient@309ab0b3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@402ba046, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@965fb65]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.appliedenergistics2.part@180 new recipe: RecipeStage{tier='four', recipe=1xitem.appliedenergistics2.part@180:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1d8ba401, net.minecraft.item.crafting.Ingredient@7871802b, net.minecraft.item.crafting.Ingredient@654536f3, net.minecraft.item.crafting.Ingredient@435d57ed, net.minecraft.item.crafting.Ingredient@336482b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@77b2e0be, net.minecraft.item.crafting.Ingredient@3b0ca215]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.appliedenergistics2.part@360 new recipe: RecipeStage{tier='four', recipe=1xitem.appliedenergistics2.part@360:[net.minecraft.item.crafting.Ingredient@12c768a6, net.minecraft.item.crafting.Ingredient@23011dc5, net.minecraft.item.crafting.Ingredient@43d6be0b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.appliedenergistics2.grindstone@0 new recipe: RecipeStage{tier='two', recipe=1xtile.appliedenergistics2.grindstone@0:[net.minecraft.item.crafting.Ingredient@1d14a06e, net.minecraft.item.crafting.Ingredient@343f6932, net.minecraft.item.crafting.Ingredient@1ffbb545, net.minecraft.item.crafting.Ingredient@692b7657, net.minecraft.item.crafting.Ingredient@5104accc, net.minecraft.item.crafting.Ingredient@1ebd3927, net.minecraft.item.crafting.Ingredient@5c2ef628, net.minecraft.item.crafting.Ingredient@6e05ba34, net.minecraft.item.crafting.Ingredient@1a9319f4]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.appliedenergistics2.part@380 new recipe: RecipeStage{tier='four', recipe=1xitem.appliedenergistics2.part@380:[net.minecraft.item.crafting.Ingredient@6d107f80, net.minecraft.item.crafting.Ingredient@46245bbc, net.minecraft.item.crafting.Ingredient@5b38d56, net.minecraft.item.crafting.Ingredient@7ed78ad]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.astikorcarts:plowcart@0 new recipe: RecipeStage{tier='zero', recipe=1xitem.astikorcarts:plowcart@0:[net.minecraft.item.crafting.Ingredient@69effbaf, net.minecraft.item.crafting.Ingredient@df2b495, net.minecraft.item.crafting.Ingredient@14324140, net.minecraft.item.crafting.Ingredient@78f66b7b, net.minecraft.item.crafting.Ingredient@6ed2d549, net.minecraft.item.crafting.Ingredient@769c921a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.astikorcarts:cargocart@0 new recipe: RecipeStage{tier='zero', recipe=1xitem.astikorcarts:cargocart@0:[net.minecraftforge.oredict.OreIngredient@70a2e5c8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3bc4f514, net.minecraft.item.crafting.Ingredient@434407b8, net.minecraftforge.oredict.OreIngredient@51da4188, net.minecraft.item.crafting.Ingredient@363172de, net.minecraft.item.crafting.Ingredient@2ac15d59, net.minecraftforge.oredict.OreIngredient@49dbe67e, net.minecraft.item.crafting.Ingredient@4a0e38cc]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.astikorcarts:mobcart@0 new recipe: RecipeStage{tier='zero', recipe=1xitem.astikorcarts:mobcart@0:[net.minecraftforge.oredict.OreIngredient@779414d1, net.minecraftforge.oredict.OreIngredient@579fa4ef, net.minecraftforge.oredict.OreIngredient@41e15074, net.minecraft.item.crafting.Ingredient@7a12d8dc, net.minecraftforge.oredict.OreIngredient@2df769d3, net.minecraft.item.crafting.Ingredient@7e5085e, net.minecraft.item.crafting.Ingredient@4c4c8a26, net.minecraftforge.oredict.OreIngredient@20f46f4b, net.minecraft.item.crafting.Ingredient@36db2377]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.astikorcarts:wheel@0 new recipe: RecipeStage{tier='zero', recipe=1xitem.astikorcarts:wheel@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@19d36a0a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@31e6ceac, net.minecraftforge.oredict.OreIngredient@32eb71ec, net.minecraft.item.crafting.Ingredient@5d443c5d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5f459ec5, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.itemskyresonator@0 new recipe: RecipeStage{tier='two', recipe=1xitem.itemskyresonator@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@58d1a82f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@315cd6c8, crafttweaker.mc1120.item.VanillaIngredient@4d06b26a, net.minecraftforge.oredict.OreIngredient@3ec6beb9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6b83f99e, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.itemcraftingcomponent@5 new recipe: RecipeStage{tier='one', recipe=1xitem.itemcraftingcomponent@5:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3c3e98b0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@44d3f8bf, net.minecraft.item.crafting.Ingredient@4feba5ea, net.minecraft.item.crafting.Ingredient@3b50fa80, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@73e31e42, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.itemjournal@0 new recipe: RecipeStage{tier='one', recipe=1xitem.itemjournal@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@28ae0681, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3af8328b, net.minecraft.item.crafting.Ingredient@6c05bae, net.minecraft.item.crafting.Ingredient@6dba443a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3578dd02, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.itemwand@0 new recipe: RecipeStage{tier='two', recipe=1xitem.itemwand@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4e6fdd4c, net.minecraft.item.crafting.Ingredient@4a76e204, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7552e4e4, net.minecraft.item.crafting.Ingredient@631a781, net.minecraftforge.oredict.OreIngredient@36849fb6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.itemcraftingcomponent@5 new recipe: RecipeStage{tier='one', recipe=1xitem.itemcraftingcomponent@5:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4b1f3da0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@290895e3, net.minecraft.item.crafting.Ingredient@228e22ec, net.minecraft.item.crafting.Ingredient@30e57024, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@225b9a5, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.itemjournal@0 new recipe: RecipeStage{tier='one', recipe=1xitem.itemjournal@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6f6f938f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3ca555cc, net.minecraft.item.crafting.Ingredient@27da762c, net.minecraft.item.crafting.Ingredient@81d1be3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1b7d1284, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.betterbuilderswands.wandunrestricted@0 new recipe: RecipeStage{tier='three', recipe=1xitem.betterbuilderswands.wandunrestricted@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@de02f12, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@79ff4394, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@195d9d4b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.betterbuilderswands.wandadvanced@0 new recipe: RecipeStage{tier='two', recipe=1xitem.betterbuilderswands.wandadvanced@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6a4755d6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@66537f33, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@65b3638e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.betterbuilderswands.wandunbreakable@0 new recipe: RecipeStage{tier='four', recipe=1xitem.betterbuilderswands.wandunbreakable@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@10710db6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@40c8138b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3d1f4646, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.betterbuilderswands.wandbasic@0 new recipe: RecipeStage{tier='one', recipe=1xitem.betterbuilderswands.wandbasic@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@43ceed78, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5bca540a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5b1e50b3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.aqueduct@2 new recipe: RecipeStage{tier='one', recipe=3xtile.aqueduct@2:[net.minecraft.item.crafting.Ingredient@1c7400e0, net.minecraft.item.crafting.Ingredient@28658b3b, net.minecraft.item.crafting.Ingredient@2186f039, net.minecraft.item.crafting.Ingredient@8b4a772, net.minecraft.item.crafting.Ingredient@347bc584, net.minecraft.item.crafting.Ingredient@30c3ac63]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.bolt@6 new recipe: RecipeStage{tier='one', recipe=1xitem.bolt@6:[net.minecraft.item.crafting.Ingredient@26d2857a, net.minecraft.item.crafting.Ingredient@b7029e5, net.minecraft.item.crafting.Ingredient@61cd8aea, net.minecraft.item.crafting.Ingredient@4cc09204, net.minecraft.item.crafting.Ingredient@7e0b27b3, net.minecraft.item.crafting.Ingredient@743e0696, net.minecraft.item.crafting.Ingredient@79a95821, net.minecraft.item.crafting.Ingredient@3131a5a2, net.minecraft.item.crafting.Ingredient@16a02a88]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.spindle@0 new recipe: RecipeStage{tier='one', recipe=1xtile.spindle@0:[net.minecraft.item.crafting.Ingredient@12ae847c, net.minecraft.item.crafting.Ingredient@2175ae58, net.minecraft.item.crafting.Ingredient@1dd50361]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.aqueduct@10 new recipe: RecipeStage{tier='one', recipe=3xtile.aqueduct@10:[net.minecraft.item.crafting.Ingredient@ab68e39, net.minecraft.item.crafting.Ingredient@6cdd6677, net.minecraft.item.crafting.Ingredient@605612da, net.minecraft.item.crafting.Ingredient@55addbba, net.minecraft.item.crafting.Ingredient@6bd45070, net.minecraft.item.crafting.Ingredient@6c3d7da3]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.aqueduct@6 new recipe: RecipeStage{tier='one', recipe=3xtile.aqueduct@6:[net.minecraft.item.crafting.Ingredient@3c2d623c, net.minecraft.item.crafting.Ingredient@7661e08, net.minecraft.item.crafting.Ingredient@4e789944, net.minecraft.item.crafting.Ingredient@49af254d, net.minecraft.item.crafting.Ingredient@1ec492c6, net.minecraft.item.crafting.Ingredient@29655948]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.aqueduct@1 new recipe: RecipeStage{tier='one', recipe=3xtile.aqueduct@1:[net.minecraft.item.crafting.Ingredient@235d5799, net.minecraft.item.crafting.Ingredient@13e88bf2, net.minecraft.item.crafting.Ingredient@298069eb, net.minecraft.item.crafting.Ingredient@2a2cca8a, net.minecraft.item.crafting.Ingredient@6384a1c9, net.minecraft.item.crafting.Ingredient@34e41150]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.aqueduct@7 new recipe: RecipeStage{tier='one', recipe=3xtile.aqueduct@7:[net.minecraft.item.crafting.Ingredient@1e81e916, net.minecraft.item.crafting.Ingredient@523518d6, net.minecraft.item.crafting.Ingredient@147971b0, net.minecraft.item.crafting.Ingredient@39cfe, net.minecraft.item.crafting.Ingredient@115b1cb1, net.minecraft.item.crafting.Ingredient@6b5245e4]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.redstone_emitter@0 new recipe: RecipeStage{tier='two', recipe=1xtile.redstone_emitter@0:[crafttweaker.mc1120.item.VanillaIngredient@34f95dcf, crafttweaker.mc1120.item.VanillaIngredient@2881c3c2, crafttweaker.mc1120.item.VanillaIngredient@61f6ecf7, net.minecraft.item.crafting.Ingredient@18f2e848, net.minecraft.item.crafting.Ingredient@669bc9bc, net.minecraft.item.crafting.Ingredient@4022997e, crafttweaker.mc1120.item.VanillaIngredient@16e544d9, crafttweaker.mc1120.item.VanillaIngredient@195a4ee5, crafttweaker.mc1120.item.VanillaIngredient@21b4a25b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.aqueduct@0 new recipe: RecipeStage{tier='two', recipe=3xtile.aqueduct@0:[net.minecraft.item.crafting.Ingredient@2ec9a918, net.minecraft.item.crafting.Ingredient@1e5d33b1, net.minecraft.item.crafting.Ingredient@77b3f53d, net.minecraft.item.crafting.Ingredient@3ee3fbf2, net.minecraft.item.crafting.Ingredient@5d01145f, net.minecraft.item.crafting.Ingredient@2a3664f5]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.loom@0 new recipe: RecipeStage{tier='one', recipe=1xtile.loom@0:[net.minecraftforge.oredict.OreIngredient@42c47693, net.minecraftforge.oredict.OreIngredient@63d92952, net.minecraftforge.oredict.OreIngredient@362f6a9a, net.minecraftforge.oredict.OreIngredient@2f27b166, net.minecraft.item.crafting.Ingredient@4e362aff, net.minecraftforge.oredict.OreIngredient@640f09d2, net.minecraftforge.oredict.OreIngredient@2939d473, net.minecraftforge.oredict.OreIngredient@3b87ecb3, net.minecraftforge.oredict.OreIngredient@441948ee]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.bolt@1 new recipe: RecipeStage{tier='one', recipe=1xitem.bolt@1:[net.minecraft.item.crafting.Ingredient@58c49826, net.minecraft.item.crafting.Ingredient@3f395501, net.minecraft.item.crafting.Ingredient@3b5fd421, net.minecraft.item.crafting.Ingredient@358fb59c, net.minecraft.item.crafting.Ingredient@49760ea3, net.minecraft.item.crafting.Ingredient@3c92cbd1, net.minecraft.item.crafting.Ingredient@79a9eebe, net.minecraft.item.crafting.Ingredient@31428742, net.minecraft.item.crafting.Ingredient@48b894df]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.aqueduct@8 new recipe: RecipeStage{tier='one', recipe=3xtile.aqueduct@8:[net.minecraft.item.crafting.Ingredient@62de025a, net.minecraft.item.crafting.Ingredient@54b4cca1, net.minecraft.item.crafting.Ingredient@71e939e2, net.minecraft.item.crafting.Ingredient@7dfb556c, net.minecraft.item.crafting.Ingredient@6fa5545b, net.minecraft.item.crafting.Ingredient@1d064cca]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.aqueduct@3 new recipe: RecipeStage{tier='one', recipe=3xtile.aqueduct@3:[net.minecraft.item.crafting.Ingredient@259840a1, net.minecraft.item.crafting.Ingredient@2ef314b, net.minecraft.item.crafting.Ingredient@47adaac1, net.minecraft.item.crafting.Ingredient@68e2cee2, net.minecraft.item.crafting.Ingredient@f180617, net.minecraft.item.crafting.Ingredient@74861bd6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.aqueduct@5 new recipe: RecipeStage{tier='one', recipe=3xtile.aqueduct@5:[net.minecraft.item.crafting.Ingredient@5ed74c25, net.minecraft.item.crafting.Ingredient@20bc1cc3, net.minecraft.item.crafting.Ingredient@6fdb8e7d, net.minecraft.item.crafting.Ingredient@2bc770fb, net.minecraft.item.crafting.Ingredient@4f15a7c2, net.minecraft.item.crafting.Ingredient@f8ff0e7]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.aqueduct@9 new recipe: RecipeStage{tier='one', recipe=3xtile.aqueduct@9:[net.minecraft.item.crafting.Ingredient@3c942f0d, net.minecraft.item.crafting.Ingredient@2cc4c0cc, net.minecraft.item.crafting.Ingredient@4e0d5921, net.minecraft.item.crafting.Ingredient@3ef580cf, net.minecraft.item.crafting.Ingredient@23842c5b, net.minecraft.item.crafting.Ingredient@294c5a47]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.aqueduct@4 new recipe: RecipeStage{tier='one', recipe=3xtile.aqueduct@4:[net.minecraft.item.crafting.Ingredient@d2cda1e, net.minecraft.item.crafting.Ingredient@1f4dd08c, net.minecraft.item.crafting.Ingredient@1d29d1ca, net.minecraft.item.crafting.Ingredient@567c2e4a, net.minecraft.item.crafting.Ingredient@3debe2b1, net.minecraft.item.crafting.Ingredient@4cd38c30]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.wool@0 new recipe: RecipeStage{tier='zero', recipe=1xitem.wool@0:[net.minecraft.item.crafting.Ingredient@1f27a3e1, net.minecraft.item.crafting.Ingredient@281ed031, net.minecraft.item.crafting.Ingredient@4a0241e9, net.minecraft.item.crafting.Ingredient@1a60e695]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.japanmat@8 new recipe: RecipeStage{tier='one', recipe=1xitem.japanmat@8:[crafttweaker.api.minecraft.CraftTweakerMC$1@387a7693, net.minecraft.item.crafting.Ingredient@663bb6f5]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.bwm:ender_spectacles@0 new recipe: RecipeStage{tier='two', recipe=1xitem.bwm:ender_spectacles@0:[net.minecraft.item.crafting.Ingredient@3eeeaed2, net.minecraftforge.oredict.OreIngredient@23a7b3d4, net.minecraft.item.crafting.Ingredient@488297dd]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.bwm:metal_chime@3 new recipe: RecipeStage{tier='two', recipe=1xtile.bwm:metal_chime@3:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@73351c26, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@38e6a4ac, net.minecraft.item.crafting.Ingredient@26c19977, net.minecraftforge.oredict.OreIngredient@7a21ce0d, net.minecraft.item.crafting.Ingredient@21ae3943, crafttweaker.api.minecraft.CraftTweakerMC$1@2ce03a1e, net.minecraft.item.crafting.Ingredient@64004d4]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.bwm:shaft@0 new recipe: RecipeStage{tier='zero', recipe=1xtile.bwm:shaft@0:[net.minecraft.item.crafting.Ingredient@7265f3b7, net.minecraft.item.crafting.Ingredient@2251b899, net.minecraft.item.crafting.Ingredient@fcc4607, net.minecraft.item.crafting.Ingredient@9ac958e, net.minecraft.item.crafting.Ingredient@54093747, net.minecraft.item.crafting.Ingredient@7b33c82f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.bwm:saw@0 new recipe: RecipeStage{tier='one', recipe=1xtile.bwm:saw@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@16224530, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7bcfb29f, net.minecraft.item.crafting.Ingredient@66e101ae, net.minecraftforge.oredict.OreIngredient@376dfed, net.minecraftforge.oredict.OreIngredient@7f91176, net.minecraftforge.oredict.OreIngredient@1a4105c, net.minecraftforge.oredict.OreIngredient@6fa69db7]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.bwm:anchor@0 new recipe: RecipeStage{tier='one', recipe=1xtile.bwm:anchor@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, crafttweaker.api.minecraft.CraftTweakerMC$1@5a9aae19, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@15a7669d, net.minecraftforge.oredict.OreIngredient@3420a285, net.minecraftforge.oredict.OreIngredient@6f30ca93]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.bwm:wicker@0 new recipe: RecipeStage{tier='zero', recipe=1xtile.bwm:wicker@0:[net.minecraft.item.crafting.Ingredient@60d54b0a, net.minecraft.item.crafting.Ingredient@4ee85a03, net.minecraft.item.crafting.Ingredient@7fedfdd1, net.minecraft.item.crafting.Ingredient@1660d4ed]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.bwm:metal_chime@4 new recipe: RecipeStage{tier='two', recipe=1xtile.bwm:metal_chime@4:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5c274030, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@509321f5, net.minecraft.item.crafting.Ingredient@40005d43, net.minecraftforge.oredict.OreIngredient@50d73e12, net.minecraft.item.crafting.Ingredient@3617c2f8, crafttweaker.api.minecraft.CraftTweakerMC$1@7f42d146, net.minecraft.item.crafting.Ingredient@3d6a61a8]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.bwm:material@0 new recipe: RecipeStage{tier='zero', recipe=1xitem.bwm:material@0:[net.minecraft.item.crafting.Ingredient@5424efb9, net.minecraft.item.crafting.Ingredient@5cace7c7, net.minecraft.item.crafting.Ingredient@358dd5f5, net.minecraft.item.crafting.Ingredient@5b8495cd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@28aee023, net.minecraft.item.crafting.Ingredient@1387a82e, net.minecraft.item.crafting.Ingredient@48fee5d6, net.minecraft.item.crafting.Ingredient@37ab2bf9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.bwm:single_machine@0 new recipe: RecipeStage{tier='zero', recipe=1xtile.bwm:single_machine@0:[net.minecraft.item.crafting.Ingredient@685b6ad7, net.minecraft.item.crafting.Ingredient@4633692a, net.minecraft.item.crafting.Ingredient@79dce46f, net.minecraft.item.crafting.Ingredient@17c6fc4e, net.minecraft.item.crafting.Ingredient@24f831b3, net.minecraft.item.crafting.Ingredient@795f663f, net.minecraft.item.crafting.Ingredient@673e0ae7, net.minecraft.item.crafting.Ingredient@47babec2, net.minecraft.item.crafting.Ingredient@22aa6a2f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.bwm:material@9 new recipe: RecipeStage{tier='zero', recipe=1xitem.bwm:material@9:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@20469edb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3738d106, net.minecraftforge.oredict.OreIngredient@25e6258d, net.minecraftforge.oredict.OreIngredient@546cc80c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4048341c, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.bwm:bamboo_chime@4 new recipe: RecipeStage{tier='one', recipe=1xtile.bwm:bamboo_chime@4:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@31897df2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2557ec03, net.minecraft.item.crafting.Ingredient@17497c0d, net.minecraftforge.oredict.OreIngredient@1620522c, net.minecraftforge.oredict.OreIngredient@6cbcdbf7, crafttweaker.api.minecraft.CraftTweakerMC$1@76910597, net.minecraftforge.oredict.OreIngredient@2ae4a65c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.bwm:metal_chime@1 new recipe: RecipeStage{tier='two', recipe=1xtile.bwm:metal_chime@1:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3e41201e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@34282742, net.minecraft.item.crafting.Ingredient@4aeb21ed, net.minecraftforge.oredict.OreIngredient@4532b8aa, net.minecraft.item.crafting.Ingredient@724421c2, crafttweaker.api.minecraft.CraftTweakerMC$1@7230aff, net.minecraft.item.crafting.Ingredient@14d4a7bf]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.bwm:material@8 new recipe: RecipeStage{tier='three', recipe=1xitem.bwm:material@8:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@44f3ba67, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@17ead90a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@8814dfa, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.bwm:single_machine@1 new recipe: RecipeStage{tier='one', recipe=1xtile.bwm:single_machine@1:[net.minecraftforge.oredict.OreIngredient@39d9ea0a, net.minecraftforge.oredict.OreIngredient@60a04fd4, net.minecraftforge.oredict.OreIngredient@2143e843, net.minecraftforge.oredict.OreIngredient@232f8f0c, net.minecraft.item.crafting.Ingredient@5550b8d9, net.minecraftforge.oredict.OreIngredient@37ec9348, net.minecraftforge.oredict.OreIngredient@9537406, net.minecraftforge.oredict.OreIngredient@565bcdcf, net.minecraftforge.oredict.OreIngredient@69d21ad]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.bwm:axle_generator@1 new recipe: RecipeStage{tier='one', recipe=1xitem.bwm:axle_generator@1:[net.minecraft.item.crafting.Ingredient@553884e5, net.minecraft.item.crafting.Ingredient@47592900, net.minecraft.item.crafting.Ingredient@4fe4a191, net.minecraft.item.crafting.Ingredient@209b6189, net.minecraftforge.oredict.OreIngredient@3195d6d3, net.minecraft.item.crafting.Ingredient@3f0ae8c8, net.minecraft.item.crafting.Ingredient@55083e91, net.minecraft.item.crafting.Ingredient@2e648a90, net.minecraft.item.crafting.Ingredient@31d8f2c1]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.bwm:bamboo_chime@5 new recipe: RecipeStage{tier='one', recipe=1xtile.bwm:bamboo_chime@5:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@597c109a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4d944192, net.minecraft.item.crafting.Ingredient@472e62ba, net.minecraftforge.oredict.OreIngredient@3196de64, net.minecraftforge.oredict.OreIngredient@857f00c, crafttweaker.api.minecraft.CraftTweakerMC$1@67a0a845, net.minecraftforge.oredict.OreIngredient@53af3db9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.bwm:metal_chime@2 new recipe: RecipeStage{tier='two', recipe=1xtile.bwm:metal_chime@2:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@54cdbc56, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@632de153, net.minecraft.item.crafting.Ingredient@12d9ff3, net.minecraftforge.oredict.OreIngredient@2bc5289a, net.minecraft.item.crafting.Ingredient@12531eb8, crafttweaker.api.minecraft.CraftTweakerMC$1@1ef842d8, net.minecraft.item.crafting.Ingredient@734784f3]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.bwm:breeding_harness@0 new recipe: RecipeStage{tier='zero', recipe=1xitem.bwm:breeding_harness@0:[net.minecraftforge.oredict.OreIngredient@7144e3f9, net.minecraft.item.crafting.Ingredient@7b6895b7, net.minecraftforge.oredict.OreIngredient@27dae680, net.minecraft.item.crafting.Ingredient@68758e94, net.minecraft.item.crafting.Ingredient@3e78f348, net.minecraft.item.crafting.Ingredient@1021c1d, net.minecraftforge.oredict.OreIngredient@719c045b, net.minecraft.item.crafting.Ingredient@355935d2, net.minecraftforge.oredict.OreIngredient@4c426282]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.bwm:single_machine@3 new recipe: RecipeStage{tier='one', recipe=1xtile.bwm:single_machine@3:[crafttweaker.mc1120.item.VanillaIngredient@5d316de3, crafttweaker.mc1120.item.VanillaIngredient@4c9e04c2, crafttweaker.mc1120.item.VanillaIngredient@30955f26, net.minecraft.item.crafting.Ingredient@6f1c6dc4, net.minecraftforge.oredict.OreIngredient@39944bb1, net.minecraft.item.crafting.Ingredient@590f055, net.minecraft.item.crafting.Ingredient@1fe6f3ae, net.minecraft.item.crafting.Ingredient@1318cfdb, net.minecraft.item.crafting.Ingredient@8cad7ca]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.bwm:wooden_axle@0 new recipe: RecipeStage{tier='one', recipe=1xtile.bwm:wooden_axle@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@a5a8cde, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@220975b8, net.minecraft.item.crafting.Ingredient@773a0035, net.minecraft.item.crafting.Ingredient@2990fd9f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7772a80f, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.bwm:wooden_gearbox@0 new recipe: RecipeStage{tier='one', recipe=1xtile.bwm:wooden_gearbox@0:[net.minecraftforge.oredict.OreIngredient@1ebfb7ec, net.minecraft.item.crafting.Ingredient@392327a6, net.minecraftforge.oredict.OreIngredient@17714918, net.minecraftforge.oredict.OreIngredient@75a1b929, net.minecraft.item.crafting.Ingredient@164260a6, net.minecraftforge.oredict.OreIngredient@36fc7bdf, net.minecraftforge.oredict.OreIngredient@2bd8cd91, net.minecraft.item.crafting.Ingredient@53c85132, net.minecraftforge.oredict.OreIngredient@560a4cbd]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.bwm:wooden_gearbox@0 new recipe: RecipeStage{tier='one', recipe=1xtile.bwm:wooden_gearbox@0:[net.minecraft.item.crafting.Ingredient@3fdf720, net.minecraft.item.crafting.Ingredient@6ea4068b, net.minecraft.item.crafting.Ingredient@7ff49bac]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.bwm:material@36 new recipe: RecipeStage{tier='two', recipe=1xitem.bwm:material@36:[net.minecraftforge.oredict.OreIngredient@7b1f4f4b, net.minecraftforge.oredict.OreIngredient@17b7f3ff, crafttweaker.mc1120.item.VanillaIngredient@59e92fdc]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.bwm:metal_chime@0 new recipe: RecipeStage{tier='two', recipe=1xtile.bwm:metal_chime@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@29bf6b6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@37f84b9, net.minecraft.item.crafting.Ingredient@2b7fb722, net.minecraftforge.oredict.OreIngredient@3bf8fa5e, net.minecraft.item.crafting.Ingredient@660b85d1, crafttweaker.api.minecraft.CraftTweakerMC$1@192e9fe5, net.minecraft.item.crafting.Ingredient@4fbefd45]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.bwm:bamboo_chime@3 new recipe: RecipeStage{tier='one', recipe=1xtile.bwm:bamboo_chime@3:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@33e8d4e6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@9f7fa47, net.minecraft.item.crafting.Ingredient@644b9d2b, net.minecraftforge.oredict.OreIngredient@5ca71032, net.minecraftforge.oredict.OreIngredient@299da0a4, crafttweaker.api.minecraft.CraftTweakerMC$1@1f0e5212, net.minecraftforge.oredict.OreIngredient@2794361d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.bwm:bamboo_chime@2 new recipe: RecipeStage{tier='one', recipe=1xtile.bwm:bamboo_chime@2:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4356945d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@78a9413, net.minecraft.item.crafting.Ingredient@6a79d832, net.minecraftforge.oredict.OreIngredient@6cdb3fbe, net.minecraftforge.oredict.OreIngredient@1b58ba04, crafttweaker.api.minecraft.CraftTweakerMC$1@48a19f70, net.minecraftforge.oredict.OreIngredient@6c3d761e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.bwm:aesthetic@12 new recipe: RecipeStage{tier='two', recipe=1xtile.bwm:aesthetic@12:[net.minecraft.item.crafting.Ingredient@59ae82e8, net.minecraft.item.crafting.Ingredient@7f89b43, net.minecraft.item.crafting.Ingredient@4366ced3, net.minecraft.item.crafting.Ingredient@44eccd27]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.bwm:metal_chime@5 new recipe: RecipeStage{tier='two', recipe=1xtile.bwm:metal_chime@5:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6978be90, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2a19127f, net.minecraft.item.crafting.Ingredient@5f7c51b9, net.minecraftforge.oredict.OreIngredient@7ddb2a84, net.minecraft.item.crafting.Ingredient@51fb9791, crafttweaker.api.minecraft.CraftTweakerMC$1@3393ed3b, net.minecraft.item.crafting.Ingredient@edf8369]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.bwm:material@10 new recipe: RecipeStage{tier='one', recipe=1xitem.bwm:material@10:[net.minecraftforge.oredict.OreIngredient@2af4173c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@27be4aec, net.minecraftforge.oredict.OreIngredient@be88115, net.minecraftforge.oredict.OreIngredient@795e9fca, net.minecraftforge.oredict.OreIngredient@73993a2a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.bwm:rope@0 new recipe: RecipeStage{tier='one', recipe=1xtile.bwm:rope@0:[net.minecraft.item.crafting.Ingredient@26a5f79f, net.minecraft.item.crafting.Ingredient@698a2a77, net.minecraft.item.crafting.Ingredient@64274843, net.minecraft.item.crafting.Ingredient@5ed56687, net.minecraft.item.crafting.Ingredient@57456bcd, net.minecraft.item.crafting.Ingredient@6fa42ac0]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.bwm:bellows@0 new recipe: RecipeStage{tier='one', recipe=1xtile.bwm:bellows@0:[crafttweaker.mc1120.item.VanillaIngredient@319f1227, crafttweaker.mc1120.item.VanillaIngredient@440babcd, crafttweaker.mc1120.item.VanillaIngredient@386cbb82, net.minecraftforge.oredict.OreIngredient@76d06465, net.minecraftforge.oredict.OreIngredient@3f174eb2, net.minecraftforge.oredict.OreIngredient@265bcf5e, net.minecraftforge.oredict.OreIngredient@7bb6c0bc, net.minecraftforge.oredict.OreIngredient@eb060e3, net.minecraftforge.oredict.OreIngredient@bd7dd59]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.bwm:bamboo_chime@1 new recipe: RecipeStage{tier='one', recipe=1xtile.bwm:bamboo_chime@1:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@738ec242, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3e705faf, net.minecraft.item.crafting.Ingredient@334a97fa, net.minecraftforge.oredict.OreIngredient@6c2a9df, net.minecraftforge.oredict.OreIngredient@35be797, crafttweaker.api.minecraft.CraftTweakerMC$1@3f6a4d74, net.minecraftforge.oredict.OreIngredient@5878e824]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.bwm:material@24 new recipe: RecipeStage{tier='one', recipe=1xitem.bwm:material@24:[net.minecraftforge.oredict.OreIngredient@4be73ea5, net.minecraftforge.oredict.OreIngredient@175c0f11, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7ab0f163, net.minecraftforge.oredict.OreIngredient@65160fd9, net.minecraftforge.oredict.OreIngredient@177617c8, net.minecraftforge.oredict.OreIngredient@6025a6b0, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.bwm:material@24 new recipe: RecipeStage{tier='one', recipe=1xitem.bwm:material@24:[net.minecraftforge.oredict.OreIngredient@1de3683e, net.minecraftforge.oredict.OreIngredient@48dec49c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6f315218, net.minecraftforge.oredict.OreIngredient@22ec6968, net.minecraftforge.oredict.OreIngredient@24484793, net.minecraftforge.oredict.OreIngredient@1a0c8da2, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.bwm:material@24 new recipe: RecipeStage{tier='one', recipe=1xitem.bwm:material@24:[net.minecraftforge.oredict.OreIngredient@7f48bd69, net.minecraftforge.oredict.OreIngredient@3e2e2cc1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@58bc8048, net.minecraftforge.oredict.OreIngredient@26a36760, net.minecraftforge.oredict.OreIngredient@1cba2528, net.minecraftforge.oredict.OreIngredient@53bd4a5a, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.bwm:bamboo_chime@0 new recipe: RecipeStage{tier='one', recipe=1xtile.bwm:bamboo_chime@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6f3f3ea5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@521acc45, net.minecraft.item.crafting.Ingredient@1f44204b, net.minecraftforge.oredict.OreIngredient@26125663, net.minecraftforge.oredict.OreIngredient@304e9e12, crafttweaker.api.minecraft.CraftTweakerMC$1@343204ba, net.minecraftforge.oredict.OreIngredient@a4a3c0f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.bwm:material@34 new recipe: RecipeStage{tier='three', recipe=1xitem.bwm:material@34:[net.minecraft.item.crafting.Ingredient@3edfd26b, net.minecraftforge.oredict.OreIngredient@7a2565ac]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.bwm:manual@0 new recipe: RecipeStage{tier='zero', recipe=1xitem.bwm:manual@0:[net.minecraft.item.crafting.Ingredient@5e96a986, net.minecraft.item.crafting.Ingredient@5675c1f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xtile.bwm:rope@0 new recipe: RecipeStage{tier='one', recipe=9xtile.bwm:rope@0:[net.minecraft.item.crafting.Ingredient@45eb8a52]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.bwm:wooden_axle@0 new recipe: RecipeStage{tier='one', recipe=1xtile.bwm:wooden_axle@0:[crafttweaker.mc1120.item.VanillaIngredient@14b28f46, net.minecraft.item.crafting.Ingredient@7f03cecf, crafttweaker.mc1120.item.VanillaIngredient@403be294]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.bwm:wooden_gearbox@0 new recipe: RecipeStage{tier='one', recipe=1xtile.bwm:wooden_gearbox@0:[crafttweaker.mc1120.item.VanillaIngredient@599b59db, net.minecraft.item.crafting.Ingredient@59d33511, crafttweaker.mc1120.item.VanillaIngredient@38c7fd52, net.minecraftforge.oredict.OreIngredient@27f7979c, net.minecraft.item.crafting.Ingredient@24a14738, net.minecraftforge.oredict.OreIngredient@641a8500, crafttweaker.mc1120.item.VanillaIngredient@6330d9bc, net.minecraft.item.crafting.Ingredient@78e0f931, crafttweaker.mc1120.item.VanillaIngredient@5656e992]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.bwm:material@0 new recipe: RecipeStage{tier='zero', recipe=1xitem.bwm:material@0:[net.minecraft.item.crafting.Ingredient@665454dd, net.minecraftforge.oredict.OreIngredient@3cc9c92, net.minecraft.item.crafting.Ingredient@7c9ac4ab, net.minecraftforge.oredict.OreIngredient@1d61a8d3, net.minecraft.item.crafting.Ingredient@5957f51e, net.minecraftforge.oredict.OreIngredient@3e18daaa, net.minecraft.item.crafting.Ingredient@140dfe5e, net.minecraftforge.oredict.OreIngredient@4bafb3c, net.minecraft.item.crafting.Ingredient@62a301b0]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.bwm:single_machine@1 new recipe: RecipeStage{tier='one', recipe=1xtile.bwm:single_machine@1:[net.minecraftforge.oredict.OreIngredient@1a965ac4, net.minecraftforge.oredict.OreIngredient@6192a8c6, net.minecraftforge.oredict.OreIngredient@3222ccd3, net.minecraftforge.oredict.OreIngredient@4876e5a6, net.minecraft.item.crafting.Ingredient@609ec616, net.minecraftforge.oredict.OreIngredient@143e865b, net.minecraftforge.oredict.OreIngredient@305e945b, net.minecraftforge.oredict.OreIngredient@4f7a1c23, net.minecraftforge.oredict.OreIngredient@5942cdac]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:Shelf@1 new recipe: RecipeStage{tier='one', recipe=1xtile.BiblioCraft:Shelf@1:[crafttweaker.api.minecraft.CraftTweakerMC$1@2cf21258, crafttweaker.api.minecraft.CraftTweakerMC$1@5b0e0ff3, crafttweaker.api.minecraft.CraftTweakerMC$1@67ab88e2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2e2159cf, net.minecraft.item.crafting.Ingredient$1@7e2c8622, crafttweaker.api.minecraft.CraftTweakerMC$1@127dee81, crafttweaker.api.minecraft.CraftTweakerMC$1@39270aaa, crafttweaker.api.minecraft.CraftTweakerMC$1@2f079f4]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:Shelf@2 new recipe: RecipeStage{tier='one', recipe=1xtile.BiblioCraft:Shelf@2:[crafttweaker.api.minecraft.CraftTweakerMC$1@263bb744, crafttweaker.api.minecraft.CraftTweakerMC$1@5bcf5ce4, crafttweaker.api.minecraft.CraftTweakerMC$1@5abc6f6d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5b029217, net.minecraft.item.crafting.Ingredient$1@7e2c8622, crafttweaker.api.minecraft.CraftTweakerMC$1@20788fa4, crafttweaker.api.minecraft.CraftTweakerMC$1@1f1cf33, crafttweaker.api.minecraft.CraftTweakerMC$1@380f0f67]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:Shelf@4 new recipe: RecipeStage{tier='one', recipe=1xtile.BiblioCraft:Shelf@4:[crafttweaker.api.minecraft.CraftTweakerMC$1@77d2b05b, crafttweaker.api.minecraft.CraftTweakerMC$1@13b314aa, crafttweaker.api.minecraft.CraftTweakerMC$1@1cb4c9b8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5c80997e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, crafttweaker.api.minecraft.CraftTweakerMC$1@3e32badd, crafttweaker.api.minecraft.CraftTweakerMC$1@35afeff5, crafttweaker.api.minecraft.CraftTweakerMC$1@f6c09f1]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.BiblioGlasses@1 new recipe: RecipeStage{tier='three', recipe=1xitem.BiblioGlasses@1:[net.minecraft.item.crafting.Ingredient@57ff3a0b, net.minecraftforge.oredict.OreIngredient@7cb0867b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:Shelf@0 new recipe: RecipeStage{tier='one', recipe=1xtile.BiblioCraft:Shelf@0:[crafttweaker.api.minecraft.CraftTweakerMC$1@36aa0e5f, crafttweaker.api.minecraft.CraftTweakerMC$1@5966aafa, crafttweaker.api.minecraft.CraftTweakerMC$1@77e7fcbf, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@f1c2f66, net.minecraft.item.crafting.Ingredient$1@7e2c8622, crafttweaker.api.minecraft.CraftTweakerMC$1@69a2002c, crafttweaker.api.minecraft.CraftTweakerMC$1@57f4698, crafttweaker.api.minecraft.CraftTweakerMC$1@4d35508c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:Shelf@3 new recipe: RecipeStage{tier='one', recipe=1xtile.BiblioCraft:Shelf@3:[crafttweaker.api.minecraft.CraftTweakerMC$1@23bc3153, crafttweaker.api.minecraft.CraftTweakerMC$1@5a66f668, crafttweaker.api.minecraft.CraftTweakerMC$1@2552303a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4284b52c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, crafttweaker.api.minecraft.CraftTweakerMC$1@702286, crafttweaker.api.minecraft.CraftTweakerMC$1@6dc85156, crafttweaker.api.minecraft.CraftTweakerMC$1@59af7f35]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:Shelf@5 new recipe: RecipeStage{tier='one', recipe=1xtile.BiblioCraft:Shelf@5:[crafttweaker.api.minecraft.CraftTweakerMC$1@3ee58cf9, crafttweaker.api.minecraft.CraftTweakerMC$1@3f80fdb1, crafttweaker.api.minecraft.CraftTweakerMC$1@106d59f6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3219ca19, net.minecraft.item.crafting.Ingredient$1@7e2c8622, crafttweaker.api.minecraft.CraftTweakerMC$1@20891ae7, crafttweaker.api.minecraft.CraftTweakerMC$1@18dc1632, crafttweaker.api.minecraft.CraftTweakerMC$1@62844e36]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PlumbLine@0 new recipe: RecipeStage{tier='one', recipe=1xitem.PlumbLine@0:[net.minecraft.item.crafting.Ingredient@1eb1097d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7607766e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@e12831a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.StockroomCatalog@0 new recipe: RecipeStage{tier='two', recipe=1xitem.StockroomCatalog@0:[net.minecraft.item.crafting.Ingredient@4ea79910, net.minecraftforge.oredict.OreIngredient@58cb9b58, net.minecraft.item.crafting.Ingredient@15b22229, net.minecraft.item.crafting.Ingredient@fa269d6, net.minecraft.item.crafting.Ingredient@7d3f0e2b, net.minecraft.item.crafting.Ingredient@792a4b8f, net.minecraft.item.crafting.Ingredient@7d8d8de9, net.minecraft.item.crafting.Ingredient@61fdb757, net.minecraft.item.crafting.Ingredient@6436b315]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.tape@0 new recipe: RecipeStage{tier='three', recipe=1xitem.tape@0:[net.minecraft.item.crafting.Ingredient@4f6bfa2f, net.minecraft.item.crafting.Ingredient@5e98d4ee, net.minecraft.item.crafting.Ingredient@52d39765, net.minecraft.item.crafting.Ingredient@3ac2831, net.minecraftforge.oredict.OreIngredient@130600e9, net.minecraft.item.crafting.Ingredient@ba189c3, net.minecraft.item.crafting.Ingredient@45075f6d, net.minecraft.item.crafting.Ingredient@27080a5c, net.minecraft.item.crafting.Ingredient@4aa471c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:LanternGold@7 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:LanternGold@7:[net.minecraft.item.crafting.Ingredient@34229db, net.minecraft.item.crafting.Ingredient@7c41f2e9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:LampIron@11 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:LampIron@11:[net.minecraft.item.crafting.Ingredient@1b7c4dd7, net.minecraft.item.crafting.Ingredient@4d387b03]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:Typewriter@11 new recipe: RecipeStage{tier='three', recipe=1xtile.BiblioCraft:Typewriter@11:[net.minecraft.item.crafting.Ingredient@5fa69f8e, net.minecraft.item.crafting.Ingredient@2c03f829]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:LanternIron@12 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:LanternIron@12:[net.minecraft.item.crafting.Ingredient@55e81a8b, net.minecraft.item.crafting.Ingredient@5b068356]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:LampGold@12 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:LampGold@12:[net.minecraft.item.crafting.Ingredient@30372d57, net.minecraft.item.crafting.Ingredient@3c649c8]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:SwordPedestal@4 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:SwordPedestal@4:[net.minecraft.item.crafting.Ingredient@166f2779, net.minecraft.item.crafting.Ingredient@799c0ad1]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:SwordPedestal@13 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:SwordPedestal@13:[net.minecraft.item.crafting.Ingredient@70c8dd20, net.minecraft.item.crafting.Ingredient@41f142f8]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:LampIron@2 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:LampIron@2:[net.minecraft.item.crafting.Ingredient@2ecaf150, net.minecraft.item.crafting.Ingredient@3719bcda]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:LanternIron@3 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:LanternIron@3:[net.minecraft.item.crafting.Ingredient@18e46c4, net.minecraft.item.crafting.Ingredient@4aa3328f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:LampGold@3 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:LampGold@3:[net.minecraft.item.crafting.Ingredient@339a0afa, net.minecraft.item.crafting.Ingredient@499f9f3f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:LanternGold@14 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:LanternGold@14:[net.minecraft.item.crafting.Ingredient@3ad458ae, net.minecraft.item.crafting.Ingredient@69b02231]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:Typewriter@4 new recipe: RecipeStage{tier='three', recipe=1xtile.BiblioCraft:Typewriter@4:[net.minecraft.item.crafting.Ingredient@a9e3827, net.minecraft.item.crafting.Ingredient@3fcd282c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:LanternGold@5 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:LanternGold@5:[net.minecraft.item.crafting.Ingredient@27440653, net.minecraft.item.crafting.Ingredient@4f0d0920]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:LampIron@9 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:LampIron@9:[net.minecraft.item.crafting.Ingredient@34294fe6, net.minecraft.item.crafting.Ingredient@62739d07]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:Typewriter@9 new recipe: RecipeStage{tier='three', recipe=1xtile.BiblioCraft:Typewriter@9:[net.minecraft.item.crafting.Ingredient@65027984, net.minecraft.item.crafting.Ingredient@42e1380d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:Typewriter@13 new recipe: RecipeStage{tier='three', recipe=1xtile.BiblioCraft:Typewriter@13:[net.minecraft.item.crafting.Ingredient@3c4909c8, net.minecraft.item.crafting.Ingredient@422c30e3]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:SwordPedestal@15 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:SwordPedestal@15:[net.minecraft.item.crafting.Ingredient@3494bf7b, net.minecraft.item.crafting.Ingredient@7f7ed8b4]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:Typewriter@2 new recipe: RecipeStage{tier='three', recipe=1xtile.BiblioCraft:Typewriter@2:[net.minecraft.item.crafting.Ingredient@b0d99da, net.minecraft.item.crafting.Ingredient@28051b70]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:Typewriter@0 new recipe: RecipeStage{tier='three', recipe=1xtile.BiblioCraft:Typewriter@0:[net.minecraft.item.crafting.Ingredient@397b066c, net.minecraft.item.crafting.Ingredient@3049d28f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:SwordPedestal@6 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:SwordPedestal@6:[net.minecraft.item.crafting.Ingredient@57ed5e15, net.minecraft.item.crafting.Ingredient@57b31103]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:LanternIron@10 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:LanternIron@10:[net.minecraft.item.crafting.Ingredient@369a25ff, net.minecraft.item.crafting.Ingredient@48394409]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:LampGold@10 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:LampGold@10:[net.minecraft.item.crafting.Ingredient@7519b6ed, net.minecraft.item.crafting.Ingredient@3a6d9a44]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:LanternGold@11 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:LanternGold@11:[net.minecraft.item.crafting.Ingredient@5dbfe52b, net.minecraft.item.crafting.Ingredient@5fa4eb99]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:LampIron@15 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:LampIron@15:[net.minecraft.item.crafting.Ingredient@6732805e, net.minecraft.item.crafting.Ingredient@315b9946]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:Typewriter@7 new recipe: RecipeStage{tier='three', recipe=1xtile.BiblioCraft:Typewriter@7:[net.minecraft.item.crafting.Ingredient@13efb4fb, net.minecraft.item.crafting.Ingredient@6bef6d3c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:LampGold@0 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:LampGold@0:[net.minecraft.item.crafting.Ingredient@18ac306f, net.minecraft.item.crafting.Ingredient@75d01b95]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:LampGold@8 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:LampGold@8:[net.minecraft.item.crafting.Ingredient@1bf631b8, net.minecraft.item.crafting.Ingredient@be03977]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:LanternGold@2 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:LanternGold@2:[net.minecraft.item.crafting.Ingredient@72364f2c, net.minecraft.item.crafting.Ingredient@7cffe4c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:LampIron@0 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:LampIron@0:[net.minecraft.item.crafting.Ingredient@2d1e64fc, net.minecraft.item.crafting.Ingredient@27bfcba9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:LanternIron@7 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:LanternIron@7:[net.minecraft.item.crafting.Ingredient@6730bf5d, net.minecraft.item.crafting.Ingredient@1ff51069]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:LanternIron@1 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:LanternIron@1:[net.minecraft.item.crafting.Ingredient@4112beef, net.minecraft.item.crafting.Ingredient@18a9d7e7]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:SwordPedestal@9 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:SwordPedestal@9:[net.minecraft.item.crafting.Ingredient@7a8149f8, net.minecraft.item.crafting.Ingredient@4dc07899]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:LampIron@6 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:LampIron@6:[net.minecraft.item.crafting.Ingredient@19f14208, net.minecraft.item.crafting.Ingredient@4fb1b83e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:Typewriter@14 new recipe: RecipeStage{tier='three', recipe=1xtile.BiblioCraft:Typewriter@14:[net.minecraft.item.crafting.Ingredient@3f8ff6b9, net.minecraft.item.crafting.Ingredient@71455561]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:LanternGold@9 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:LanternGold@9:[net.minecraft.item.crafting.Ingredient@6237b843, net.minecraft.item.crafting.Ingredient@20859c73]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:LanternGold@13 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:LanternGold@13:[net.minecraft.item.crafting.Ingredient@607f9ce4, net.minecraft.item.crafting.Ingredient@3bca33d7]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:LampIron@13 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:LampIron@13:[net.minecraft.item.crafting.Ingredient@6460714d, net.minecraft.item.crafting.Ingredient@680a0fb6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:Typewriter@5 new recipe: RecipeStage{tier='three', recipe=1xtile.BiblioCraft:Typewriter@5:[net.minecraft.item.crafting.Ingredient@748e36ef, net.minecraft.item.crafting.Ingredient@1e30f722]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:SwordPedestal@2 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:SwordPedestal@2:[net.minecraft.item.crafting.Ingredient@793d07b0, net.minecraft.item.crafting.Ingredient@41f2d09e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:LanternIron@14 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:LanternIron@14:[net.minecraft.item.crafting.Ingredient@444eaf01, net.minecraft.item.crafting.Ingredient@5d5ed94d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:LampGold@6 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:LampGold@6:[net.minecraft.item.crafting.Ingredient@4c4f55d1, net.minecraft.item.crafting.Ingredient@1bee0ae6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:LanternGold@0 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:LanternGold@0:[net.minecraft.item.crafting.Ingredient@2a69883d, net.minecraft.item.crafting.Ingredient@156a88c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:LanternIron@5 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:LanternIron@5:[net.minecraft.item.crafting.Ingredient@378184aa, net.minecraft.item.crafting.Ingredient@5cd31186]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:LampGold@15 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:LampGold@15:[net.minecraft.item.crafting.Ingredient@3a9d5241, net.minecraft.item.crafting.Ingredient@ebb8f56]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:LampIron@4 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:LampIron@4:[net.minecraft.item.crafting.Ingredient@35a4feff, net.minecraft.item.crafting.Ingredient@713f96ec]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:SwordPedestal@0 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:SwordPedestal@0:[net.minecraft.item.crafting.Ingredient@21e0cdd0, net.minecraft.item.crafting.Ingredient@73f32785]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:SwordPedestal@11 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:SwordPedestal@11:[net.minecraft.item.crafting.Ingredient@61327c02, net.minecraft.item.crafting.Ingredient@6c371e3e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:LanternGold@15 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:LanternGold@15:[net.minecraft.item.crafting.Ingredient@4b1ed025, net.minecraft.item.crafting.Ingredient@213b09cc]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:LampIron@3 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:LampIron@3:[net.minecraft.item.crafting.Ingredient@539bb385, net.minecraft.item.crafting.Ingredient@7899126]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:Typewriter@3 new recipe: RecipeStage{tier='three', recipe=1xtile.BiblioCraft:Typewriter@3:[net.minecraft.item.crafting.Ingredient@3a2be60a, net.minecraft.item.crafting.Ingredient@43a7edea]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:LanternIron@4 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:LanternIron@4:[net.minecraft.item.crafting.Ingredient@4d2e7980, net.minecraft.item.crafting.Ingredient@6e5c1a2]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:LampGold@4 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:LampGold@4:[net.minecraft.item.crafting.Ingredient@631b6cc2, net.minecraft.item.crafting.Ingredient@1faf05f6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:SwordPedestal@12 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:SwordPedestal@12:[net.minecraft.item.crafting.Ingredient@21f38dfa, net.minecraft.item.crafting.Ingredient@933b0b7]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:SwordPedestal@5 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:SwordPedestal@5:[net.minecraft.item.crafting.Ingredient@3176b02f, net.minecraft.item.crafting.Ingredient@56118342]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:LampIron@10 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:LampIron@10:[net.minecraft.item.crafting.Ingredient@6b305827, net.minecraft.item.crafting.Ingredient@7f12ebfe]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:LanternGold@8 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:LanternGold@8:[net.minecraft.item.crafting.Ingredient@7b61cbfb, net.minecraft.item.crafting.Ingredient@21305c46]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:LanternIron@13 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:LanternIron@13:[net.minecraft.item.crafting.Ingredient@4828c927, net.minecraft.item.crafting.Ingredient@200d86c7]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:LampGold@13 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:LampGold@13:[net.minecraft.item.crafting.Ingredient@5546bf2e, net.minecraft.item.crafting.Ingredient@76371bac]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:LampIron@12 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:LampIron@12:[net.minecraft.item.crafting.Ingredient@78d885bc, net.minecraft.item.crafting.Ingredient@342f1fde]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:SwordPedestal@3 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:SwordPedestal@3:[net.minecraft.item.crafting.Ingredient@547069ba, net.minecraft.item.crafting.Ingredient@1a54e2e3]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:LampGold@2 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:LampGold@2:[net.minecraft.item.crafting.Ingredient@269d7170, net.minecraft.item.crafting.Ingredient@6a004b92]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:SwordPedestal@14 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:SwordPedestal@14:[net.minecraft.item.crafting.Ingredient@3d6ac2d1, net.minecraft.item.crafting.Ingredient@947c65]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:Typewriter@1 new recipe: RecipeStage{tier='three', recipe=1xtile.BiblioCraft:Typewriter@1:[net.minecraft.item.crafting.Ingredient@4d4f8bf6, net.minecraft.item.crafting.Ingredient@257b0516]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:SwordPedestal@7 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:SwordPedestal@7:[net.minecraft.item.crafting.Ingredient@4e6c3722, net.minecraft.item.crafting.Ingredient@6d381dde]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:Typewriter@10 new recipe: RecipeStage{tier='three', recipe=1xtile.BiblioCraft:Typewriter@10:[net.minecraft.item.crafting.Ingredient@5c193bb4, net.minecraft.item.crafting.Ingredient@21b7d694]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:LanternGold@4 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:LanternGold@4:[net.minecraft.item.crafting.Ingredient@e4d30a7, net.minecraft.item.crafting.Ingredient@23361a5d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:LanternGold@6 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:LanternGold@6:[net.minecraft.item.crafting.Ingredient@36674114, net.minecraft.item.crafting.Ingredient@297b223a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:LanternIron@9 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:LanternIron@9:[net.minecraft.item.crafting.Ingredient@4e54f7ba, net.minecraft.item.crafting.Ingredient@5d23e8df]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:LanternIron@11 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:LanternIron@11:[net.minecraft.item.crafting.Ingredient@51c07d8e, net.minecraft.item.crafting.Ingredient@21daef7e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:LampGold@9 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:LampGold@9:[net.minecraft.item.crafting.Ingredient@48da25d8, net.minecraft.item.crafting.Ingredient@a7d490c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:LampGold@11 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:LampGold@11:[net.minecraft.item.crafting.Ingredient@580369c0, net.minecraft.item.crafting.Ingredient@2e54dca1]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:LampIron@8 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:LampIron@8:[net.minecraft.item.crafting.Ingredient@37b9d856, net.minecraft.item.crafting.Ingredient@576cd284]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:Typewriter@12 new recipe: RecipeStage{tier='three', recipe=1xtile.BiblioCraft:Typewriter@12:[net.minecraft.item.crafting.Ingredient@1462fcc0, net.minecraft.item.crafting.Ingredient@1cdb9b39]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:LanternGold@3 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:LanternGold@3:[net.minecraft.item.crafting.Ingredient@65d98b9c, net.minecraft.item.crafting.Ingredient@54108d51]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:LampIron@7 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:LampIron@7:[net.minecraft.item.crafting.Ingredient@5797ffef, net.minecraft.item.crafting.Ingredient@1755a477]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:Typewriter@15 new recipe: RecipeStage{tier='three', recipe=1xtile.BiblioCraft:Typewriter@15:[net.minecraft.item.crafting.Ingredient@3e79586a, net.minecraft.item.crafting.Ingredient@6ed320f1]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:LanternIron@0 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:LanternIron@0:[net.minecraft.item.crafting.Ingredient@653d243, net.minecraft.item.crafting.Ingredient@3c1fb8e2]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:LanternIron@8 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:LanternIron@8:[net.minecraft.item.crafting.Ingredient@48510d03, net.minecraft.item.crafting.Ingredient@3ff26850]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:LanternGold@12 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:LanternGold@12:[net.minecraft.item.crafting.Ingredient@27ab7427, net.minecraft.item.crafting.Ingredient@66b20098]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:LampGold@1 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:LampGold@1:[net.minecraft.item.crafting.Ingredient@26cb3058, net.minecraft.item.crafting.Ingredient@a577c39]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:LampGold@7 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:LampGold@7:[net.minecraft.item.crafting.Ingredient@76212b18, net.minecraft.item.crafting.Ingredient@e14384]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:Typewriter@8 new recipe: RecipeStage{tier='three', recipe=1xtile.BiblioCraft:Typewriter@8:[net.minecraft.item.crafting.Ingredient@7f57ea30, net.minecraft.item.crafting.Ingredient@4ed0e757]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:SwordPedestal@8 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:SwordPedestal@8:[net.minecraft.item.crafting.Ingredient@31567c7e, net.minecraft.item.crafting.Ingredient@3b21f4b3]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:LanternIron@2 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:LanternIron@2:[net.minecraft.item.crafting.Ingredient@7be79f8d, net.minecraft.item.crafting.Ingredient@32c435f9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:LanternGold@1 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:LanternGold@1:[net.minecraft.item.crafting.Ingredient@30730a53, net.minecraft.item.crafting.Ingredient@4c3e482]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:LampIron@1 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:LampIron@1:[net.minecraft.item.crafting.Ingredient@431f0860, net.minecraft.item.crafting.Ingredient@50678607]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:LampIron@5 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:LampIron@5:[net.minecraft.item.crafting.Ingredient@78ee2fca, net.minecraft.item.crafting.Ingredient@631233a1]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:SwordPedestal@10 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:SwordPedestal@10:[net.minecraft.item.crafting.Ingredient@58756bab, net.minecraft.item.crafting.Ingredient@34ce891c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:LanternIron@6 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:LanternIron@6:[net.minecraft.item.crafting.Ingredient@3d577030, net.minecraft.item.crafting.Ingredient@4f2ad300]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:LampGold@14 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:LampGold@14:[net.minecraft.item.crafting.Ingredient@3cf1c17d, net.minecraft.item.crafting.Ingredient@7cb73996]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:LanternGold@10 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:LanternGold@10:[net.minecraft.item.crafting.Ingredient@7a6710c0, net.minecraft.item.crafting.Ingredient@63cc7e5f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:LanternIron@15 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:LanternIron@15:[net.minecraft.item.crafting.Ingredient@5104a172, net.minecraft.item.crafting.Ingredient@14ba594d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:LampGold@5 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:LampGold@5:[net.minecraft.item.crafting.Ingredient@5619ba0a, net.minecraft.item.crafting.Ingredient@56271810]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:SwordPedestal@1 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:SwordPedestal@1:[net.minecraft.item.crafting.Ingredient@225c3c97, net.minecraft.item.crafting.Ingredient@646a69a0]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:LampIron@14 new recipe: RecipeStage{tier='two', recipe=1xtile.BiblioCraft:LampIron@14:[net.minecraft.item.crafting.Ingredient@7fb856cd, net.minecraft.item.crafting.Ingredient@11b136b2]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.BiblioCraft:Typewriter@6 new recipe: RecipeStage{tier='three', recipe=1xtile.BiblioCraft:Typewriter@6:[net.minecraft.item.crafting.Ingredient@524a0897, net.minecraft.item.crafting.Ingredient@65da4c17]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.bloodmagic.soulForge@0 new recipe: RecipeStage{tier='one', recipe=1xtile.bloodmagic.soulForge@0:[net.minecraftforge.oredict.OreIngredient@8dd9e44, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1560ab7, net.minecraft.item.crafting.Ingredient@553811ff, net.minecraftforge.oredict.OreIngredient@519536f6, net.minecraft.item.crafting.Ingredient@355ebd3e, net.minecraft.item.crafting.Ingredient@46c0a90, net.minecraftforge.oredict.OreIngredient@114e540b, net.minecraft.item.crafting.Ingredient@6914e252]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.bloodmagic.lavaCrystal@0 new recipe: RecipeStage{tier='two', recipe=1xitem.bloodmagic.lavaCrystal@0:[net.minecraftforge.oredict.OreIngredient@29630503, crafttweaker.mc1120.item.VanillaIngredient@4d3fb235, net.minecraftforge.oredict.OreIngredient@2e325995, crafttweaker.mc1120.item.VanillaIngredient@607a3873, net.minecraft.item.crafting.Ingredient@51007262, crafttweaker.mc1120.item.VanillaIngredient@611edc6d, net.minecraft.item.crafting.Ingredient@5ddcdf2a, net.minecraftforge.oredict.OreIngredient@6c54cd42, net.minecraft.item.crafting.Ingredient@3e1531c8]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.bloodmagic.rune.@4 new recipe: RecipeStage{tier='one', recipe=1xtile.bloodmagic.rune.@4:[net.minecraft.item.crafting.Ingredient@297f6fd3, net.minecraft.item.crafting.Ingredient@12e1c059, net.minecraft.item.crafting.Ingredient@5815319a, net.minecraftforge.oredict.OreIngredient@4f99d021, net.minecraft.item.crafting.Ingredient@1d4a2ff6, net.minecraftforge.oredict.OreIngredient@135d70e, net.minecraft.item.crafting.Ingredient@705daf53, net.minecraft.item.crafting.Ingredient@71c471a1, net.minecraft.item.crafting.Ingredient@3d3dd5f0]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.bloodmagic.sacrificial_dagger@0 new recipe: RecipeStage{tier='one', recipe=1xitem.bloodmagic.sacrificial_dagger@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@121fe8fe, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@f25fad9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5d3ecbe5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.bloodmagic.experienceTome@0 new recipe: RecipeStage{tier='two', recipe=1xitem.bloodmagic.experienceTome@0:[net.minecraft.item.crafting.Ingredient@eff07e7, net.minecraftforge.oredict.OreIngredient@634a46de, net.minecraft.item.crafting.Ingredient@43999b5c, net.minecraft.item.crafting.Ingredient@68530129, net.minecraft.item.crafting.Ingredient@1e65f3fb, net.minecraft.item.crafting.Ingredient@2fa82a5f, net.minecraftforge.oredict.OreIngredient@20e4178d, net.minecraft.item.crafting.Ingredient@504e00f1, net.minecraftforge.oredict.OreIngredient@6105cb28]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.bloodmagic.ritualDiviner@0 new recipe: RecipeStage{tier='three', recipe=1xitem.bloodmagic.ritualDiviner@0:[net.minecraftforge.oredict.OreIngredient@f91ef85, net.minecraft.item.crafting.Ingredient@fc9c985, net.minecraftforge.oredict.OreIngredient@2f200905, net.minecraft.item.crafting.Ingredient@6033cb42, net.minecraftforge.oredict.OreIngredient@605efd06, net.minecraft.item.crafting.Ingredient@219a9569, net.minecraftforge.oredict.OreIngredient@e5dd87e, net.minecraft.item.crafting.Ingredient@704a7b2c, net.minecraftforge.oredict.OreIngredient@676b1eee]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xitem.bloodmagic.soulSnare.@0 new recipe: RecipeStage{tier='one', recipe=4xitem.bloodmagic.soulSnare.@0:[net.minecraft.item.crafting.Ingredient@12affeb7, net.minecraftforge.oredict.OreIngredient@72515ab4, net.minecraft.item.crafting.Ingredient@5161ccc9, net.minecraftforge.oredict.OreIngredient@6ec23465, net.minecraft.item.crafting.Ingredient@375254c, net.minecraftforge.oredict.OreIngredient@7b894b6c, net.minecraft.item.crafting.Ingredient@24d1d750, net.minecraftforge.oredict.OreIngredient@5bcfbeb3, net.minecraft.item.crafting.Ingredient@71babfc3]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.bloodmagic.@2 new recipe: RecipeStage{tier='three', recipe=1xtile.bloodmagic.@2:[net.minecraft.item.crafting.Ingredient@40d958b3, net.minecraft.item.crafting.Ingredient@6a986caf, net.minecraft.item.crafting.Ingredient@4c047d69, net.minecraft.item.crafting.Ingredient@6864878d, net.minecraft.item.crafting.Ingredient@62f246f2, net.minecraft.item.crafting.Ingredient@4ba6a317, net.minecraft.item.crafting.Ingredient@24a6603f, net.minecraft.item.crafting.Ingredient@6832d3c9, net.minecraft.item.crafting.Ingredient@1807ddeb]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.bloodmagic.rune.@3 new recipe: RecipeStage{tier='one', recipe=1xtile.bloodmagic.rune.@3:[net.minecraft.item.crafting.Ingredient@66477be7, net.minecraft.item.crafting.Ingredient@71f75888, net.minecraft.item.crafting.Ingredient@f2571e4, net.minecraftforge.oredict.OreIngredient@29eb0d6e, net.minecraft.item.crafting.Ingredient@74aec3f7, net.minecraftforge.oredict.OreIngredient@3fd6e6f2, net.minecraft.item.crafting.Ingredient@1bd81abd, net.minecraft.item.crafting.Ingredient@6aa9f4d5, net.minecraft.item.crafting.Ingredient@681a330c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.bloodmagic.altar@0 new recipe: RecipeStage{tier='one', recipe=1xtile.bloodmagic.altar@0:[net.minecraft.item.crafting.Ingredient@6073a98b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3b254aca, net.minecraft.item.crafting.Ingredient@1e0f0e27, net.minecraft.item.crafting.Ingredient@2734ccb9, net.minecraft.item.crafting.Ingredient@5a760625, net.minecraftforge.oredict.OreIngredient@4b9464bb, net.minecraft.item.crafting.Ingredient@2d0c35d8, net.minecraftforge.oredict.OreIngredient@2cdc65c4]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.bloodmagic.ritualDiviner@1 new recipe: RecipeStage{tier='three', recipe=1xitem.bloodmagic.ritualDiviner@1:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@46711954, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2ea81c9d, net.minecraft.item.crafting.Ingredient@62464e65, net.minecraft.item.crafting.Ingredient@2dfbf5ac, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@638ef2fe, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.bloodmagic.bound.sword@0 new recipe: RecipeStage{tier='three', recipe=1xitem.bloodmagic.bound.sword@0:[net.minecraft.item.crafting.Ingredient@dac56e6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.bloodmagic.bound.shovel@0 new recipe: RecipeStage{tier='three', recipe=1xitem.bloodmagic.bound.shovel@0:[net.minecraft.item.crafting.Ingredient@5dc91450]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.bloodmagic.bound.pickaxe@0 new recipe: RecipeStage{tier='three', recipe=1xitem.bloodmagic.bound.pickaxe@0:[net.minecraft.item.crafting.Ingredient@2f6dccd0]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.bloodmagic.bound.axe@0 new recipe: RecipeStage{tier='three', recipe=1xitem.bloodmagic.bound.axe@0:[net.minecraft.item.crafting.Ingredient@3be0d2c1]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.engineBlock@0 new recipe: RecipeStage{tier='three', recipe=1xtile.engineBlock@0:[net.minecraftforge.oredict.OreIngredient@5414b83d, net.minecraftforge.oredict.OreIngredient@41ea4d7b, net.minecraftforge.oredict.OreIngredient@a012da, net.minecraftforge.oredict.OreIngredient@3d6baed5, net.minecraftforge.oredict.OreIngredient@4c4f2c15, net.minecraftforge.oredict.OreIngredient@5f5d2172, net.minecraft.item.crafting.Ingredient@5febde81, net.minecraft.item.crafting.Ingredient@3f96deaf, net.minecraft.item.crafting.Ingredient@a0c62cc]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.list@0 new recipe: RecipeStage{tier='four', recipe=1xitem.list@0:[net.minecraft.item.crafting.Ingredient@3cec844e, net.minecraft.item.crafting.Ingredient@3d725a84, net.minecraft.item.crafting.Ingredient@34189823, net.minecraft.item.crafting.Ingredient@5d6b866e, net.minecraftforge.oredict.OreIngredient@57db779, net.minecraft.item.crafting.Ingredient@2a747b28, net.minecraft.item.crafting.Ingredient@5a5d27c5, net.minecraft.item.crafting.Ingredient@5b049216, net.minecraft.item.crafting.Ingredient@33aa3070]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.PipeItemsVoid@0 new recipe: RecipeStage{tier='three', recipe=1xitem.PipeItemsVoid@0:[net.minecraft.item.crafting.Ingredient@3a8eb016]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.markerBlock@0 new recipe: RecipeStage{tier='four', recipe=1xtile.markerBlock@0:[net.minecraftforge.oredict.OreIngredient@9dedb8d, net.minecraft.item.crafting.Ingredient@76b56c82]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.filteredBufferBlock@0 new recipe: RecipeStage{tier='four', recipe=1xtile.filteredBufferBlock@0:[net.minecraftforge.oredict.OreIngredient@147eeb94, net.minecraft.item.crafting.Ingredient@5b3fe70d, net.minecraftforge.oredict.OreIngredient@24c25d54, net.minecraftforge.oredict.OreIngredient@794ee432, net.minecraft.item.crafting.Ingredient@1a8f92c4, net.minecraftforge.oredict.OreIngredient@3e2c1917, net.minecraftforge.oredict.OreIngredient@8b2db7b, net.minecraft.item.crafting.Ingredient@653c12b, net.minecraftforge.oredict.OreIngredient@602c7a97]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.PipeItemsVoid@0 new recipe: RecipeStage{tier='three', recipe=8xitem.PipeItemsVoid@0:[net.minecraftforge.oredict.OreIngredient@3e162324, net.minecraftforge.oredict.OreIngredient@20e14e9e, net.minecraft.item.crafting.Ingredient@38a39930]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.pathMarkerBlock@0 new recipe: RecipeStage{tier='four', recipe=1xtile.pathMarkerBlock@0:[net.minecraftforge.oredict.OreIngredient@3bd8b471, net.minecraft.item.crafting.Ingredient@3458bf2d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.quarryBlock@0 new recipe: RecipeStage{tier='four', recipe=1xtile.quarryBlock@0:[net.minecraftforge.oredict.OreIngredient@1e678286, net.minecraft.item.crafting.Ingredient@3aa9f263, net.minecraftforge.oredict.OreIngredient@442ca27b, net.minecraftforge.oredict.OreIngredient@35fcdc04, net.minecraft.item.crafting.Ingredient@17ad1b8f, net.minecraftforge.oredict.OreIngredient@6262c9f3, net.minecraftforge.oredict.OreIngredient@437c90be, net.minecraft.item.crafting.Ingredient@10b36829, net.minecraftforge.oredict.OreIngredient@6fbd78d3]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.pulsar@0 new recipe: RecipeStage{tier='four', recipe=1xitem.pulsar@0:[net.minecraft.item.crafting.Ingredient@1b640986, net.minecraft.item.crafting.Ingredient@3cba8334]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.wrench@0 new recipe: RecipeStage{tier='four', recipe=1xitem.wrench@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@37c346aa, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@333cdb61, net.minecraftforge.oredict.OreIngredient@8afdcb9, net.minecraftforge.oredict.OreIngredient@60645dbb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.axle@0 new recipe: RecipeStage{tier='four', recipe=1xitem.axle@0:[net.minecraft.item.crafting.Ingredient@4dbfb10b, net.minecraftforge.oredict.OreIngredient@180d8c0e, net.minecraft.item.crafting.Ingredient@6e31d1a2]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.painter_yellow@0 new recipe: RecipeStage{tier='four', recipe=1xitem.painter_yellow@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2cfad05a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1c7d0b27, net.minecraftforge.oredict.OreIngredient@6864895a, net.minecraftforge.oredict.OreIngredient@838e935, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.sign_post@0 new recipe: RecipeStage{tier='four', recipe=1xtile.sign_post@0:[net.minecraftforge.oredict.OreIngredient@72ba9068, net.minecraftforge.oredict.OreIngredient@6ea992b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.engine_piston@0 new recipe: RecipeStage{tier='four', recipe=1xitem.engine_piston@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4a08fef5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5b6c7c0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@23a93ece, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.hammer@0 new recipe: RecipeStage{tier='four', recipe=1xitem.hammer@0:[net.minecraftforge.oredict.OreIngredient@7158c851, net.minecraftforge.oredict.OreIngredient@7caa6fd9, net.minecraftforge.oredict.OreIngredient@4f112f4b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@25a43729, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1209798c, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.sign@0 new recipe: RecipeStage{tier='four', recipe=3xtile.sign@0:[net.minecraftforge.oredict.OreIngredient@3df208b3, net.minecraftforge.oredict.OreIngredient@7b5f1331, net.minecraftforge.oredict.OreIngredient@7fc66e0c, net.minecraftforge.oredict.OreIngredient@265abd61, net.minecraftforge.oredict.OreIngredient@b409e89, net.minecraftforge.oredict.OreIngredient@885d24b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@447f7b59, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.screw_driver@0 new recipe: RecipeStage{tier='four', recipe=1xitem.screw_driver@0:[net.minecraftforge.oredict.OreIngredient@373d6702, net.minecraftforge.oredict.OreIngredient@380603ba, net.minecraftforge.oredict.OreIngredient@1eb7897b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.battery@0 new recipe: RecipeStage{tier='four', recipe=1xitem.battery@0:[net.minecraftforge.oredict.OreIngredient@212d9c47, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7df4ea17, net.minecraftforge.oredict.OreIngredient@75673dc0, net.minecraftforge.oredict.OreIngredient@57399e46, net.minecraftforge.oredict.OreIngredient@1abbef42, net.minecraftforge.oredict.OreIngredient@40450a50, net.minecraftforge.oredict.OreIngredient@c80a6a5, net.minecraftforge.oredict.OreIngredient@1750d2dd]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.number_plate@0 new recipe: RecipeStage{tier='four', recipe=1xitem.number_plate@0:[net.minecraftforge.oredict.OreIngredient@52d4fe8a, net.minecraftforge.oredict.OreIngredient@3a2b790a, net.minecraftforge.oredict.OreIngredient@33174564, net.minecraftforge.oredict.OreIngredient@22c0afe1, net.minecraftforge.oredict.OreIngredient@5795359d, net.minecraftforge.oredict.OreIngredient@3617e54c, net.minecraftforge.oredict.OreIngredient@3f22aa8f, net.minecraftforge.oredict.OreIngredient@183aa52d, net.minecraftforge.oredict.OreIngredient@667d426a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.chisel.temple@0 new recipe: RecipeStage{tier='one', recipe=8xtile.chisel.temple@0:[net.minecraft.item.crafting.Ingredient@6f49f66c, net.minecraft.item.crafting.Ingredient@45955fd8, net.minecraft.item.crafting.Ingredient@84b998a, net.minecraft.item.crafting.Ingredient@4a9e4fb, net.minecraftforge.oredict.OreIngredient@24739894, net.minecraft.item.crafting.Ingredient@4b77785d, net.minecraft.item.crafting.Ingredient@1fa42f70, net.minecraft.item.crafting.Ingredient@54e18e43, net.minecraft.item.crafting.Ingredient@6c6e0b73]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.chisel.chisel_iron@0 new recipe: RecipeStage{tier='one', recipe=1xitem.chisel.chisel_iron@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1cab2333, net.minecraftforge.oredict.OreIngredient@22ca5079, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.chisel.chisel_iron@0 new recipe: RecipeStage{tier='one', recipe=1xitem.chisel.chisel_iron@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7a0141f5, net.minecraftforge.oredict.OreIngredient@6628f855, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.mod.chiselsandbits.mirrorprint@0 new recipe: RecipeStage{tier='one', recipe=1xitem.mod.chiselsandbits.mirrorprint@0:[crafttweaker.mc1120.item.VanillaIngredient@23dfed18, net.minecraftforge.oredict.OreIngredient@53662882, net.minecraft.item.crafting.Ingredient@2398c5f2, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.mod.chiselsandbits.mirrorprint@0 new recipe: RecipeStage{tier='one', recipe=1xitem.mod.chiselsandbits.mirrorprint@0:[crafttweaker.mc1120.item.VanillaIngredient@2d36b84, net.minecraftforge.oredict.OreIngredient@5e38f1eb, net.minecraft.item.crafting.Ingredient@3c78e096, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.mod.chiselsandbits.chisel_iron@0 new recipe: RecipeStage{tier='one', recipe=1xitem.mod.chiselsandbits.chisel_iron@0:[net.minecraftforge.oredict.OreIngredient@59aa05be, net.minecraft.item.crafting.Ingredient@40bcca44]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.mod.chiselsandbits.positiveprint@0 new recipe: RecipeStage{tier='one', recipe=1xitem.mod.chiselsandbits.positiveprint@0:[crafttweaker.mc1120.item.VanillaIngredient@5992cc11, net.minecraftforge.oredict.OreIngredient@2215ebe5, net.minecraft.item.crafting.Ingredient@2b9b8dec, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.mod.chiselsandbits.positiveprint@0 new recipe: RecipeStage{tier='one', recipe=1xitem.mod.chiselsandbits.positiveprint@0:[crafttweaker.mc1120.item.VanillaIngredient@d539c31, net.minecraftforge.oredict.OreIngredient@426e3bce, net.minecraft.item.crafting.Ingredient@4f29baa5, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.mod.chiselsandbits.bittank@0 new recipe: RecipeStage{tier='one', recipe=1xtile.mod.chiselsandbits.bittank@0:[net.minecraft.item.crafting.Ingredient@38aaaa41, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@29090b71, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1a8af5d5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@187498b3]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.mod.chiselsandbits.bit_bag@0 new recipe: RecipeStage{tier='one', recipe=1xitem.mod.chiselsandbits.bit_bag@0:[net.minecraft.item.crafting.Ingredient@75e1c15e, net.minecraft.item.crafting.Ingredient@14d21e10, net.minecraft.item.crafting.Ingredient@59bb6502, net.minecraft.item.crafting.Ingredient@65b6df86, net.minecraft.item.crafting.Ingredient@1e26195f, net.minecraft.item.crafting.Ingredient@1a80b615, net.minecraft.item.crafting.Ingredient@18915332, net.minecraft.item.crafting.Ingredient@4b88e549, net.minecraft.item.crafting.Ingredient@65caf186]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.mod.chiselsandbits.negativeprint@0 new recipe: RecipeStage{tier='one', recipe=1xitem.mod.chiselsandbits.negativeprint@0:[crafttweaker.mc1120.item.VanillaIngredient@7ae5d334, net.minecraftforge.oredict.OreIngredient@68ff1799, net.minecraft.item.crafting.Ingredient@64d11562, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.mod.chiselsandbits.negativeprint@0 new recipe: RecipeStage{tier='one', recipe=1xitem.mod.chiselsandbits.negativeprint@0:[crafttweaker.mc1120.item.VanillaIngredient@56a58ebf, net.minecraftforge.oredict.OreIngredient@28d9b2c, net.minecraft.item.crafting.Ingredient@125e173b, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.mod.chiselsandbits.mirrorprint@0 new recipe: RecipeStage{tier='one', recipe=1xitem.mod.chiselsandbits.mirrorprint@0:[net.minecraft.item.crafting.Ingredient@7e486a17]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.mod.chiselsandbits.positiveprint@0 new recipe: RecipeStage{tier='one', recipe=1xitem.mod.chiselsandbits.positiveprint@0:[net.minecraft.item.crafting.Ingredient@462c317]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.mod.chiselsandbits.negativeprint@0 new recipe: RecipeStage{tier='one', recipe=1xitem.mod.chiselsandbits.negativeprint@0:[net.minecraft.item.crafting.Ingredient@6ad87c4c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.contenttweaker.bronze_legs@0 new recipe: RecipeStage{tier='one', recipe=1xitem.contenttweaker.bronze_legs@0:[net.minecraftforge.oredict.OreIngredient@8dd59e3, net.minecraftforge.oredict.OreIngredient@35f8823d, net.minecraftforge.oredict.OreIngredient@271095ee, net.minecraftforge.oredict.OreIngredient@e83b75c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6cf3f52e, net.minecraftforge.oredict.OreIngredient@1d6b6be7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3e772241]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.contenttweaker.bronze_head@0 new recipe: RecipeStage{tier='one', recipe=1xitem.contenttweaker.bronze_head@0:[net.minecraftforge.oredict.OreIngredient@2ddd4b84, net.minecraftforge.oredict.OreIngredient@5ef48194, net.minecraftforge.oredict.OreIngredient@1806fdfe, net.minecraftforge.oredict.OreIngredient@1fe4b195, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@58224886]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.contenttweaker.copper_feet@0 new recipe: RecipeStage{tier='one', recipe=1xitem.contenttweaker.copper_feet@0:[net.minecraftforge.oredict.OreIngredient@22a08a37, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@d667a90, net.minecraftforge.oredict.OreIngredient@37b41ab0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7d1802b8]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.contenttweaker.copper_chest@0 new recipe: RecipeStage{tier='one', recipe=1xitem.contenttweaker.copper_chest@0:[net.minecraftforge.oredict.OreIngredient@5b4fde1e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@65439d1d, net.minecraftforge.oredict.OreIngredient@72b57a9f, net.minecraftforge.oredict.OreIngredient@4f85bbb3, net.minecraftforge.oredict.OreIngredient@6a1f2373, net.minecraftforge.oredict.OreIngredient@134df058, net.minecraftforge.oredict.OreIngredient@4af5012c, net.minecraftforge.oredict.OreIngredient@28cf73e2]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.contenttweaker.copper_head@0 new recipe: RecipeStage{tier='one', recipe=1xitem.contenttweaker.copper_head@0:[net.minecraftforge.oredict.OreIngredient@3b58c933, net.minecraftforge.oredict.OreIngredient@476b2130, net.minecraftforge.oredict.OreIngredient@2575b490, net.minecraftforge.oredict.OreIngredient@767693bf, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@b1acd13]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.contenttweaker.bronze_feet@0 new recipe: RecipeStage{tier='one', recipe=1xitem.contenttweaker.bronze_feet@0:[net.minecraftforge.oredict.OreIngredient@15661fe1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1dbfe8e9, net.minecraftforge.oredict.OreIngredient@5f167b8a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@239472e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.contenttweaker.bronze_chest@0 new recipe: RecipeStage{tier='one', recipe=1xitem.contenttweaker.bronze_chest@0:[net.minecraftforge.oredict.OreIngredient@2705d99f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@459f8536, net.minecraftforge.oredict.OreIngredient@29396c24, net.minecraftforge.oredict.OreIngredient@61715e1a, net.minecraftforge.oredict.OreIngredient@68b1ba8a, net.minecraftforge.oredict.OreIngredient@51be349f, net.minecraftforge.oredict.OreIngredient@33043ac0, net.minecraftforge.oredict.OreIngredient@586e3334]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.contenttweaker.copper_legs@0 new recipe: RecipeStage{tier='one', recipe=1xitem.contenttweaker.copper_legs@0:[net.minecraftforge.oredict.OreIngredient@3deea759, net.minecraftforge.oredict.OreIngredient@1dd476b7, net.minecraftforge.oredict.OreIngredient@f149df7, net.minecraftforge.oredict.OreIngredient@264af8b2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6ed6574d, net.minecraftforge.oredict.OreIngredient@5009e5ee, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7b59313d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.cookingforblockheads:preservation_chamber@0 new recipe: RecipeStage{tier='four', recipe=1xitem.cookingforblockheads:preservation_chamber@0:[net.minecraftforge.oredict.OreIngredient@a27c98c, net.minecraftforge.oredict.OreIngredient@56179bba, net.minecraftforge.oredict.OreIngredient@492e2203, net.minecraftforge.oredict.OreIngredient@7bcc22c2, net.minecraft.item.crafting.Ingredient@4f93ef9e, net.minecraftforge.oredict.OreIngredient@25b3679d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.cookingforblockheads:toaster@0 new recipe: RecipeStage{tier='four', recipe=1xtile.cookingforblockheads:toaster@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1db57712, net.minecraftforge.oredict.OreIngredient@7758c54, net.minecraft.item.crafting.Ingredient@574a6c3b, net.minecraftforge.oredict.OreIngredient@69fb66c0, net.minecraftforge.oredict.OreIngredient@5fc0810a, crafttweaker.mc1120.item.VanillaIngredient@74fcb18a, net.minecraftforge.oredict.OreIngredient@70d3209a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.cookingforblockheads:milk_jar@0 new recipe: RecipeStage{tier='four', recipe=1xtile.cookingforblockheads:milk_jar@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@42ac8526, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@193f84a8, net.minecraft.item.crafting.Ingredient@8de06e4, net.minecraftforge.oredict.OreIngredient@61e02095, net.minecraftforge.oredict.OreIngredient@47c30c3a, net.minecraftforge.oredict.OreIngredient@22bcdaae, net.minecraftforge.oredict.OreIngredient@5aad113b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 12xtile.cookingforblockheads:kitchen_floor@0 new recipe: RecipeStage{tier='four', recipe=12xtile.cookingforblockheads:kitchen_floor@0:[net.minecraft.item.crafting.Ingredient@3aa96673, net.minecraft.item.crafting.Ingredient@65541fc0, net.minecraft.item.crafting.Ingredient@21f9d06e, net.minecraft.item.crafting.Ingredient@136f29a3]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.cookingforblockheads:tool_rack@0 new recipe: RecipeStage{tier='four', recipe=1xtile.cookingforblockheads:tool_rack@0:[net.minecraftforge.oredict.OreIngredient@62844f43, net.minecraftforge.oredict.OreIngredient@27ebf6cc, net.minecraftforge.oredict.OreIngredient@48fe38ff, net.minecraftforge.oredict.OreIngredient@22b63272, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@62088f30]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.cookingforblockheads:oven@0 new recipe: RecipeStage{tier='four', recipe=1xtile.cookingforblockheads:oven@0:[net.minecraftforge.oredict.OreIngredient@1aad582b, net.minecraftforge.oredict.OreIngredient@23ada241, net.minecraftforge.oredict.OreIngredient@309b21e4, net.minecraftforge.oredict.OreIngredient@164c59c8, net.minecraft.item.crafting.Ingredient@6650272a, net.minecraftforge.oredict.OreIngredient@28a12e0b, net.minecraftforge.oredict.OreIngredient@41dcaefa, net.minecraftforge.oredict.OreIngredient@35aa3d10, net.minecraftforge.oredict.OreIngredient@52a435f8]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.cookingforblockheads:sink@0 new recipe: RecipeStage{tier='four', recipe=1xtile.cookingforblockheads:sink@0:[net.minecraftforge.oredict.OreIngredient@73d488d1, net.minecraftforge.oredict.OreIngredient@57db532f, net.minecraftforge.oredict.OreIngredient@337db679, net.minecraft.item.crafting.Ingredient@40854e1b, crafttweaker.mc1120.item.VanillaIngredient@17c0c4da, net.minecraft.item.crafting.Ingredient@1a8faf26, net.minecraft.item.crafting.Ingredient@449f1c70, net.minecraft.item.crafting.Ingredient@2e80676e, net.minecraft.item.crafting.Ingredient@3f779070]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.cookingforblockheads:heating_unit@0 new recipe: RecipeStage{tier='four', recipe=1xitem.cookingforblockheads:heating_unit@0:[net.minecraft.item.crafting.Ingredient@58e6fe27, net.minecraft.item.crafting.Ingredient@64a615d7, net.minecraft.item.crafting.Ingredient@4930b53a, net.minecraftforge.oredict.OreIngredient@4a47587c, net.minecraft.item.crafting.Ingredient@253f90d5, net.minecraftforge.oredict.OreIngredient@71632108]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.null@2 new recipe: RecipeStage{tier='four', recipe=1xitem.null@2:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3d36c37b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4d42f819, net.minecraft.item.crafting.Ingredient@14a2605c, net.minecraftforge.oredict.OreIngredient@7c2178a1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@77874145, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.tool_auto_torch@0 new recipe: RecipeStage{tier='three', recipe=1xitem.tool_auto_torch@0:[net.minecraftforge.oredict.OreIngredient@2ddfed9c, net.minecraft.item.crafting.Ingredient@2af8c8fb, net.minecraftforge.oredict.OreIngredient@5d6b4975, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@102bb6f4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@424a0a60, net.minecraft.item.crafting.Ingredient@2e99bdc2, net.minecraftforge.oredict.OreIngredient@293e6985]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.charm_fire@0 new recipe: RecipeStage{tier='three', recipe=1xitem.charm_fire@0:[net.minecraft.item.crafting.Ingredient@64efe640, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7664f9b7, net.minecraftforge.oredict.OreIngredient@15703d14, net.minecraft.item.crafting.Ingredient@4fd81c7e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@541e2e23, net.minecraftforge.oredict.OreIngredient@566cc56, net.minecraft.item.crafting.Ingredient@11ead973]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.harvester_block@0 new recipe: RecipeStage{tier='five', recipe=1xtile.harvester_block@0:[net.minecraft.item.crafting.Ingredient@1e5e1cdc, net.minecraft.item.crafting.Ingredient@3b944602, net.minecraft.item.crafting.Ingredient@823295a, net.minecraftforge.oredict.OreIngredient@4fc5486c, net.minecraft.item.crafting.Ingredient@219315b4, net.minecraftforge.oredict.OreIngredient@382ee3d2, net.minecraft.item.crafting.Ingredient@29567474, net.minecraft.item.crafting.Ingredient@4c35df1a, net.minecraft.item.crafting.Ingredient@75b24d9d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.charm_water@0 new recipe: RecipeStage{tier='three', recipe=1xitem.charm_water@0:[net.minecraft.item.crafting.Ingredient@3acd008a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@20a22673, net.minecraftforge.oredict.OreIngredient@420df072, net.minecraft.item.crafting.Ingredient@2534930b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@77af0e77, net.minecraftforge.oredict.OreIngredient@468f2f4f, net.minecraft.item.crafting.Ingredient@6bacd98c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.placer_block@0 new recipe: RecipeStage{tier='three', recipe=1xtile.placer_block@0:[net.minecraft.item.crafting.Ingredient@6a81b339, net.minecraft.item.crafting.Ingredient@6552c4a8, net.minecraft.item.crafting.Ingredient@5a187a1a, net.minecraftforge.oredict.OreIngredient@5775a86c, net.minecraftforge.oredict.OreIngredient@308ac1c0, net.minecraftforge.oredict.OreIngredient@438e24fd, net.minecraft.item.crafting.Ingredient@5adf5e3c, net.minecraftforge.oredict.OreIngredient@2013abc3, net.minecraft.item.crafting.Ingredient@4671fac0]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.tool_harvest_leaves@0 new recipe: RecipeStage{tier='one', recipe=1xitem.tool_harvest_leaves@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@746a973f, net.minecraft.item.crafting.Ingredient@54e41930, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6994eddc, net.minecraft.item.crafting.Ingredient@20fabdd4, net.minecraft.item.crafting.Ingredient@89159b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.charm_antidote@0 new recipe: RecipeStage{tier='three', recipe=1xitem.charm_antidote@0:[net.minecraft.item.crafting.Ingredient@74d0a123, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3ae45868, net.minecraftforge.oredict.OreIngredient@4f8546fd, net.minecraft.item.crafting.Ingredient@7e8b75b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@76c0c73c, net.minecraftforge.oredict.OreIngredient@6e7ff694, net.minecraft.item.crafting.Ingredient@b28f708]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.tool_launcher@0 new recipe: RecipeStage{tier='three', recipe=1xitem.tool_launcher@0:[net.minecraft.item.crafting.Ingredient@49b8cb59, net.minecraftforge.oredict.OreIngredient@39310c75, net.minecraft.item.crafting.Ingredient@28eb8691, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6437b433, net.minecraftforge.oredict.OreIngredient@6bda49ef, net.minecraftforge.oredict.OreIngredient@5ab9a245, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2e92688d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.sprinkler@0 new recipe: RecipeStage{tier='three', recipe=1xtile.sprinkler@0:[crafttweaker.api.minecraft.CraftTweakerMC$1@775dd740, net.minecraft.item.crafting.Ingredient@4ef17d75, crafttweaker.api.minecraft.CraftTweakerMC$1@594d5564, net.minecraftforge.oredict.OreIngredient@642688c0, net.minecraft.item.crafting.Ingredient@7d58a4d3, net.minecraftforge.oredict.OreIngredient@388764d8, net.minecraftforge.oredict.OreIngredient@b52e0d9, net.minecraftforge.oredict.OreIngredient@5be219fb, net.minecraftforge.oredict.OreIngredient@63245068]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.block_fragile@0 new recipe: RecipeStage{tier='two', recipe=1xtile.block_fragile@0:[net.minecraft.item.crafting.Ingredient@60064970, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7c4e3981, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3728da32, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@764e6baf, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2451f1df]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.charm_void@0 new recipe: RecipeStage{tier='four', recipe=1xitem.charm_void@0:[net.minecraft.item.crafting.Ingredient@29de56e5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5856f0a6, net.minecraftforge.oredict.OreIngredient@5dc0eb10, net.minecraft.item.crafting.Ingredient@7634367e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2d062f23, net.minecraftforge.oredict.OreIngredient@42ba39e5, net.minecraft.item.crafting.Ingredient@1878c2c9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.block_forester@0 new recipe: RecipeStage{tier='five', recipe=1xtile.block_forester@0:[net.minecraft.item.crafting.Ingredient@4f28807e, net.minecraft.item.crafting.Ingredient@534bd18f, net.minecraft.item.crafting.Ingredient@40adaf12, net.minecraftforge.oredict.OreIngredient@1e1d4344, net.minecraft.item.crafting.Ingredient@15bd0b89, net.minecraftforge.oredict.OreIngredient@18f76718, net.minecraft.item.crafting.Ingredient@350f9e2b, net.minecraft.item.crafting.Ingredient@417cecad, net.minecraft.item.crafting.Ingredient@3c605648]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.entity_detector@0 new recipe: RecipeStage{tier='three', recipe=1xtile.entity_detector@0:[net.minecraft.item.crafting.Ingredient@1f8c397b, net.minecraftforge.oredict.OreIngredient@56bb0267, net.minecraft.item.crafting.Ingredient@70848599, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4e685fd7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3051e080, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3ef764d7]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.ender_torch@0 new recipe: RecipeStage{tier='one', recipe=8xitem.ender_torch@0:[net.minecraftforge.oredict.OreIngredient@6a8b96dd, net.minecraftforge.oredict.OreIngredient@6691eabc, net.minecraftforge.oredict.OreIngredient@59fb430e, net.minecraftforge.oredict.OreIngredient@5c2f553a, net.minecraft.item.crafting.Ingredient@6a240d1c, net.minecraftforge.oredict.OreIngredient@389deee, net.minecraftforge.oredict.OreIngredient@691ea2, net.minecraftforge.oredict.OreIngredient@26490d10, net.minecraftforge.oredict.OreIngredient@6ccfa828]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.charm_wing@0 new recipe: RecipeStage{tier='three', recipe=1xitem.charm_wing@0:[net.minecraft.item.crafting.Ingredient@217c65f1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6928f372, net.minecraftforge.oredict.OreIngredient@76742ca, net.minecraft.item.crafting.Ingredient@167834e6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@54e98835, net.minecraftforge.oredict.OreIngredient@7af442b9, net.minecraft.item.crafting.Ingredient@47382e3f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.block_fragile_auto@0 new recipe: RecipeStage{tier='two', recipe=1xtile.block_fragile_auto@0:[net.minecraft.item.crafting.Ingredient@1030ed3a, net.minecraft.item.crafting.Ingredient@8006729]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.sleeping_mat@0 new recipe: RecipeStage{tier='tutorial', recipe=1xitem.sleeping_mat@0:[net.minecraft.item.crafting.Ingredient@50391d1a, net.minecraft.item.crafting.Ingredient@567688f4, net.minecraft.item.crafting.Ingredient@41b8e63d, net.minecraft.item.crafting.Ingredient@4a0ae80c, net.minecraft.item.crafting.Ingredient@5243fd9a, net.minecraft.item.crafting.Ingredient@3090fe0e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.clock@0 new recipe: RecipeStage{tier='three', recipe=1xtile.clock@0:[net.minecraftforge.oredict.OreIngredient@361f7f2f, net.minecraftforge.oredict.OreIngredient@2b48bb68, net.minecraftforge.oredict.OreIngredient@662a3cb6, net.minecraftforge.oredict.OreIngredient@51fdcef3, net.minecraft.item.crafting.Ingredient@1cd625e4, net.minecraftforge.oredict.OreIngredient@722b5eed, net.minecraftforge.oredict.OreIngredient@45530392, net.minecraftforge.oredict.OreIngredient@7a66d79d, net.minecraftforge.oredict.OreIngredient@57b23430]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.darkutils.slime.dyed@0 new recipe: RecipeStage{tier='one', recipe=8xtile.darkutils.slime.dyed@0:[net.minecraftforge.oredict.OreIngredient@7fc6c41d, net.minecraftforge.oredict.OreIngredient@225417e4, net.minecraftforge.oredict.OreIngredient@6e42e60c, net.minecraftforge.oredict.OreIngredient@28174c40, net.minecraftforge.oredict.OreIngredient@61b88373, net.minecraftforge.oredict.OreIngredient@63515397, net.minecraftforge.oredict.OreIngredient@1a5aab77, net.minecraftforge.oredict.OreIngredient@8bd9130, net.minecraftforge.oredict.OreIngredient@2dbb384f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.darkutils.slime.dyed@1 new recipe: RecipeStage{tier='one', recipe=8xtile.darkutils.slime.dyed@1:[net.minecraftforge.oredict.OreIngredient@449f1b84, net.minecraftforge.oredict.OreIngredient@b511173, net.minecraftforge.oredict.OreIngredient@6f013538, net.minecraftforge.oredict.OreIngredient@1b8c01d7, net.minecraftforge.oredict.OreIngredient@27f36a19, net.minecraftforge.oredict.OreIngredient@24aa2d1d, net.minecraftforge.oredict.OreIngredient@42647445, net.minecraftforge.oredict.OreIngredient@391d4767, net.minecraftforge.oredict.OreIngredient@58251ff]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.darkutils.slime.dyed@2 new recipe: RecipeStage{tier='one', recipe=8xtile.darkutils.slime.dyed@2:[net.minecraftforge.oredict.OreIngredient@70354697, net.minecraftforge.oredict.OreIngredient@1192c288, net.minecraftforge.oredict.OreIngredient@42e789a2, net.minecraftforge.oredict.OreIngredient@557d35a8, net.minecraftforge.oredict.OreIngredient@f26c06e, net.minecraftforge.oredict.OreIngredient@8a7c580, net.minecraftforge.oredict.OreIngredient@76f3f7af, net.minecraftforge.oredict.OreIngredient@4a9f4cac, net.minecraftforge.oredict.OreIngredient@7383d021]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.darkutils.slime.dyed@3 new recipe: RecipeStage{tier='one', recipe=8xtile.darkutils.slime.dyed@3:[net.minecraftforge.oredict.OreIngredient@453e9014, net.minecraftforge.oredict.OreIngredient@2c195993, net.minecraftforge.oredict.OreIngredient@1c538a90, net.minecraftforge.oredict.OreIngredient@713c43e3, net.minecraftforge.oredict.OreIngredient@4033d3e0, net.minecraftforge.oredict.OreIngredient@2600cfb4, net.minecraftforge.oredict.OreIngredient@2607d6ee, net.minecraftforge.oredict.OreIngredient@3537ba96, net.minecraftforge.oredict.OreIngredient@6b45d303]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.darkutils.slime.dyed@4 new recipe: RecipeStage{tier='one', recipe=8xtile.darkutils.slime.dyed@4:[net.minecraftforge.oredict.OreIngredient@4b98ccb0, net.minecraftforge.oredict.OreIngredient@53b0c38b, net.minecraftforge.oredict.OreIngredient@5b5b2061, net.minecraftforge.oredict.OreIngredient@1ec33dc2, net.minecraftforge.oredict.OreIngredient@13338fe6, net.minecraftforge.oredict.OreIngredient@464aba90, net.minecraftforge.oredict.OreIngredient@4490d210, net.minecraftforge.oredict.OreIngredient@43bada6d, net.minecraftforge.oredict.OreIngredient@4c792143]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.darkutils.slime.dyed@5 new recipe: RecipeStage{tier='one', recipe=8xtile.darkutils.slime.dyed@5:[net.minecraftforge.oredict.OreIngredient@5f749c66, net.minecraftforge.oredict.OreIngredient@1db6c5ca, net.minecraftforge.oredict.OreIngredient@84a0da3, net.minecraftforge.oredict.OreIngredient@d3c46d0, net.minecraftforge.oredict.OreIngredient@76507cbd, net.minecraftforge.oredict.OreIngredient@5de36f28, net.minecraftforge.oredict.OreIngredient@59c4622, net.minecraftforge.oredict.OreIngredient@6a799a87, net.minecraftforge.oredict.OreIngredient@1fb9b6e1]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.darkutils.slime.dyed@6 new recipe: RecipeStage{tier='one', recipe=8xtile.darkutils.slime.dyed@6:[net.minecraftforge.oredict.OreIngredient@59e50011, net.minecraftforge.oredict.OreIngredient@3e2fe059, net.minecraftforge.oredict.OreIngredient@1824f8b9, net.minecraftforge.oredict.OreIngredient@4af84be2, net.minecraftforge.oredict.OreIngredient@3bec3f24, net.minecraftforge.oredict.OreIngredient@7a003d28, net.minecraftforge.oredict.OreIngredient@45def3e1, net.minecraftforge.oredict.OreIngredient@4d7117e3, net.minecraftforge.oredict.OreIngredient@173e0476]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.darkutils.slime.dyed@7 new recipe: RecipeStage{tier='one', recipe=8xtile.darkutils.slime.dyed@7:[net.minecraftforge.oredict.OreIngredient@6c2c82c4, net.minecraftforge.oredict.OreIngredient@5e5f355b, net.minecraftforge.oredict.OreIngredient@1bd4ff7c, net.minecraftforge.oredict.OreIngredient@7cae55c4, net.minecraftforge.oredict.OreIngredient@749cc237, net.minecraftforge.oredict.OreIngredient@53ced412, net.minecraftforge.oredict.OreIngredient@6f5dfe08, net.minecraftforge.oredict.OreIngredient@61538652, net.minecraftforge.oredict.OreIngredient@734c7d35]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.darkutils.slime.dyed@8 new recipe: RecipeStage{tier='one', recipe=8xtile.darkutils.slime.dyed@8:[net.minecraftforge.oredict.OreIngredient@5687490a, net.minecraftforge.oredict.OreIngredient@56aa506c, net.minecraftforge.oredict.OreIngredient@2b363dfd, net.minecraftforge.oredict.OreIngredient@3b03487b, net.minecraftforge.oredict.OreIngredient@57a08908, net.minecraftforge.oredict.OreIngredient@530d8aa0, net.minecraftforge.oredict.OreIngredient@494e8ce9, net.minecraftforge.oredict.OreIngredient@68af452b, net.minecraftforge.oredict.OreIngredient@3b9469ff]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.darkutils.slime.dyed@9 new recipe: RecipeStage{tier='one', recipe=8xtile.darkutils.slime.dyed@9:[net.minecraftforge.oredict.OreIngredient@4f3aca7, net.minecraftforge.oredict.OreIngredient@39675114, net.minecraftforge.oredict.OreIngredient@2bf3cd0e, net.minecraftforge.oredict.OreIngredient@3330821e, net.minecraftforge.oredict.OreIngredient@2abf864b, net.minecraftforge.oredict.OreIngredient@29539df9, net.minecraftforge.oredict.OreIngredient@1c7dbe60, net.minecraftforge.oredict.OreIngredient@2beaff83, net.minecraftforge.oredict.OreIngredient@7db1a96b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.darkutils.slime.dyed@10 new recipe: RecipeStage{tier='one', recipe=8xtile.darkutils.slime.dyed@10:[net.minecraftforge.oredict.OreIngredient@48b85f71, net.minecraftforge.oredict.OreIngredient@394766b8, net.minecraftforge.oredict.OreIngredient@452d90f4, net.minecraftforge.oredict.OreIngredient@35a793cb, net.minecraftforge.oredict.OreIngredient@3f6e01d9, net.minecraftforge.oredict.OreIngredient@3d1ec22a, net.minecraftforge.oredict.OreIngredient@149d4f4d, net.minecraftforge.oredict.OreIngredient@1dadafde, net.minecraftforge.oredict.OreIngredient@5202157b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.darkutils.slime.dyed@11 new recipe: RecipeStage{tier='one', recipe=8xtile.darkutils.slime.dyed@11:[net.minecraftforge.oredict.OreIngredient@19468283, net.minecraftforge.oredict.OreIngredient@67df41c1, net.minecraftforge.oredict.OreIngredient@17fcc1bb, net.minecraftforge.oredict.OreIngredient@5517b7f2, net.minecraftforge.oredict.OreIngredient@78686549, net.minecraftforge.oredict.OreIngredient@6524e2cc, net.minecraftforge.oredict.OreIngredient@14a406ca, net.minecraftforge.oredict.OreIngredient@7c648b8b, net.minecraftforge.oredict.OreIngredient@479deb63]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.darkutils.slime.dyed@12 new recipe: RecipeStage{tier='one', recipe=8xtile.darkutils.slime.dyed@12:[net.minecraftforge.oredict.OreIngredient@5ed43de, net.minecraftforge.oredict.OreIngredient@314b97ff, net.minecraftforge.oredict.OreIngredient@692b6a8e, net.minecraftforge.oredict.OreIngredient@41c5423b, net.minecraftforge.oredict.OreIngredient@2ed91a6e, net.minecraftforge.oredict.OreIngredient@43c08425, net.minecraftforge.oredict.OreIngredient@710df9c9, net.minecraftforge.oredict.OreIngredient@1a32b949, net.minecraftforge.oredict.OreIngredient@7cdeca0b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.darkutils.slime.dyed@13 new recipe: RecipeStage{tier='one', recipe=8xtile.darkutils.slime.dyed@13:[net.minecraftforge.oredict.OreIngredient@3bf88819, net.minecraftforge.oredict.OreIngredient@2525ed1e, net.minecraftforge.oredict.OreIngredient@2ad2f002, net.minecraftforge.oredict.OreIngredient@20d6f9c1, net.minecraftforge.oredict.OreIngredient@5f110582, net.minecraftforge.oredict.OreIngredient@55d65e63, net.minecraftforge.oredict.OreIngredient@68b9f63b, net.minecraftforge.oredict.OreIngredient@7f36021c, net.minecraftforge.oredict.OreIngredient@28dc256d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.darkutils.slime.dyed@14 new recipe: RecipeStage{tier='one', recipe=8xtile.darkutils.slime.dyed@14:[net.minecraftforge.oredict.OreIngredient@4f9e5353, net.minecraftforge.oredict.OreIngredient@68b16cb5, net.minecraftforge.oredict.OreIngredient@2758b55d, net.minecraftforge.oredict.OreIngredient@6ee60b96, net.minecraftforge.oredict.OreIngredient@53dfc9d2, net.minecraftforge.oredict.OreIngredient@3068d3d8, net.minecraftforge.oredict.OreIngredient@52787ad5, net.minecraftforge.oredict.OreIngredient@c9c61b7, net.minecraftforge.oredict.OreIngredient@21a0b8af]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.darkutils.slime.dyed@15 new recipe: RecipeStage{tier='one', recipe=8xtile.darkutils.slime.dyed@15:[net.minecraftforge.oredict.OreIngredient@57205950, net.minecraftforge.oredict.OreIngredient@469f2fb3, net.minecraftforge.oredict.OreIngredient@29616f0e, net.minecraftforge.oredict.OreIngredient@d20cf4d, net.minecraftforge.oredict.OreIngredient@589ffd60, net.minecraftforge.oredict.OreIngredient@67c2a377, net.minecraftforge.oredict.OreIngredient@45f9b99e, net.minecraftforge.oredict.OreIngredient@4ea85ccb, net.minecraftforge.oredict.OreIngredient@697bcc83]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.death_compass.death_compass@0 new recipe: RecipeStage{tier='tutorial', recipe=1xitem.death_compass.death_compass@0:[crafttweaker.api.minecraft.CraftTweakerMC$1@1b5003c0]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.sewer_pipe@0 new recipe: RecipeStage{tier='one', recipe=1xtile.sewer_pipe@0:[net.minecraft.item.crafting.Ingredient@136d6c7d, net.minecraftforge.oredict.OreIngredient@1faf34df, net.minecraftforge.oredict.OreIngredient@2807fc7d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.dung_pipe@0 new recipe: RecipeStage{tier='one', recipe=1xtile.dung_pipe@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3352a4be, net.minecraftforge.oredict.OreIngredient@4ba4382d, net.minecraftforge.oredict.OreIngredient@2dcbf44a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3ab8019a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1ce93527, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.enderutilities.endercapacitor@1 new recipe: RecipeStage{tier='four', recipe=1xitem.enderutilities.endercapacitor@1:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@76e613c7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4fdc0f5, net.minecraftforge.oredict.OreIngredient@7e33b521, net.minecraft.item.crafting.Ingredient@2ba6e7cd, net.minecraftforge.oredict.OreIngredient@6d18b155, net.minecraft.item.crafting.Ingredient@7883e6b, net.minecraftforge.oredict.OreIngredient@64710906]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.enderutilities.enderpart@11 new recipe: RecipeStage{tier='four', recipe=1xitem.enderutilities.enderpart@11:[net.minecraftforge.oredict.OreIngredient@78f502ca, net.minecraft.item.crafting.Ingredient@504f9698, net.minecraftforge.oredict.OreIngredient@16f2919c, net.minecraft.item.crafting.Ingredient@7aa7937d, net.minecraftforge.oredict.OreIngredient@2a142db1, net.minecraft.item.crafting.Ingredient@643853d, net.minecraftforge.oredict.OreIngredient@4bf9a18, net.minecraft.item.crafting.Ingredient@42c5dd89, net.minecraftforge.oredict.OreIngredient@493709c5]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.enderutilities.endercapacitor@2 new recipe: RecipeStage{tier='four', recipe=1xitem.enderutilities.endercapacitor@2:[net.minecraftforge.oredict.OreIngredient@53c717b3, net.minecraft.item.crafting.Ingredient@2b502889, net.minecraftforge.oredict.OreIngredient@471581ff, net.minecraft.item.crafting.Ingredient@361dc1f9, net.minecraftforge.oredict.OreIngredient@5d0c2206, net.minecraft.item.crafting.Ingredient@77324d4e, net.minecraftforge.oredict.OreIngredient@1c43302e, net.minecraft.item.crafting.Ingredient@44093856, net.minecraftforge.oredict.OreIngredient@78a92ec3]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.enderutilities.enderpart@12 new recipe: RecipeStage{tier='four', recipe=1xitem.enderutilities.enderpart@12:[net.minecraftforge.oredict.OreIngredient@1d9444a5, net.minecraft.item.crafting.Ingredient@18d3c579, net.minecraftforge.oredict.OreIngredient@159595bd, net.minecraft.item.crafting.Ingredient@247b7efa, net.minecraftforge.oredict.OreIngredient@1b75a7bc, net.minecraft.item.crafting.Ingredient@1d8b41a6, net.minecraftforge.oredict.OreIngredient@240a17d7, net.minecraft.item.crafting.Ingredient@5b793102, net.minecraftforge.oredict.OreIngredient@6d072596]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ec.material@16 new recipe: RecipeStage{tier='four', recipe=1xitem.ec.material@16:[net.minecraft.item.crafting.Ingredient@2a46cfe1, net.minecraft.item.crafting.Ingredient@5e86d1d1, net.minecraftforge.oredict.OreIngredient@4c650a22, net.minecraftforge.oredict.OreIngredient@189abdad]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ec.material@14 new recipe: RecipeStage{tier='two', recipe=1xitem.ec.material@14:[net.minecraftforge.oredict.OreIngredient@4bf5098, net.minecraftforge.oredict.OreIngredient@6cdf1187, net.minecraft.item.crafting.Ingredient@88f2224, net.minecraft.item.crafting.Ingredient@45b5914d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ec.material@10 new recipe: RecipeStage{tier='four', recipe=1xitem.ec.material@10:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3bf022f3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2fb74f23, net.minecraft.item.crafting.Ingredient@5ed8c6f3, net.minecraft.item.crafting.Ingredient@378e0b9c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@d535024, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ec.table_basic@0 new recipe: RecipeStage{tier='two', recipe=1xtile.ec.table_basic@0:[net.minecraft.item.crafting.Ingredient@1888c8fa, net.minecraft.item.crafting.Ingredient@ff7a46, net.minecraft.item.crafting.Ingredient@476a532e, net.minecraft.item.crafting.Ingredient@502fe997, net.minecraftforge.oredict.OreIngredient@ebe3470, net.minecraft.item.crafting.Ingredient@75e852ab, net.minecraft.item.crafting.Ingredient@608e8c1b, net.minecraft.item.crafting.Ingredient@4fc2a2cc, net.minecraft.item.crafting.Ingredient@302012f0]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ec.table_elite@0 new recipe: RecipeStage{tier='four', recipe=1xtile.ec.table_elite@0:[net.minecraft.item.crafting.Ingredient@76a6355, net.minecraft.item.crafting.Ingredient@1310d9f7, net.minecraft.item.crafting.Ingredient@491edd9b, net.minecraftforge.oredict.OreIngredient@7999f1da, net.minecraft.item.crafting.Ingredient@2dbd4577, net.minecraftforge.oredict.OreIngredient@3877fe56, net.minecraft.item.crafting.Ingredient@73a0ec6, net.minecraft.item.crafting.Ingredient@319b28da, net.minecraft.item.crafting.Ingredient@76ca4563]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ec.ender_crafter@0 new recipe: RecipeStage{tier='four', recipe=1xtile.ec.ender_crafter@0:[net.minecraft.item.crafting.Ingredient@71c890a2, net.minecraft.item.crafting.Ingredient@26d3ec63, net.minecraft.item.crafting.Ingredient@4ee6cd9b, net.minecraft.item.crafting.Ingredient@6aa36879, net.minecraft.item.crafting.Ingredient@5fdba80f, net.minecraft.item.crafting.Ingredient@66d2e763, net.minecraft.item.crafting.Ingredient@1ea06437, net.minecraft.item.crafting.Ingredient@6f31273a, net.minecraft.item.crafting.Ingredient@6d286103]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ec.ender_alternator@0 new recipe: RecipeStage{tier='four', recipe=1xtile.ec.ender_alternator@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1cb06a3a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@12c2447, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@67c2cbaf, net.minecraft.item.crafting.Ingredient@494c9e2d, net.minecraft.item.crafting.Ingredient@56b2dc84]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ec.material@15 new recipe: RecipeStage{tier='three', recipe=1xitem.ec.material@15:[net.minecraftforge.oredict.OreIngredient@365cd409, net.minecraftforge.oredict.OreIngredient@47b2fede, net.minecraftforge.oredict.OreIngredient@6aa2bdf3, net.minecraft.item.crafting.Ingredient@2ab40adf]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xitem.ec.material@7 new recipe: RecipeStage{tier='three', recipe=2xitem.ec.material@7:[net.minecraft.item.crafting.Ingredient@7a987f1c, net.minecraft.item.crafting.Ingredient@2a0c3a9f, net.minecraft.item.crafting.Ingredient@55be4708, net.minecraft.item.crafting.Ingredient@5f565d92]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ec.material@14 new recipe: RecipeStage{tier='two', recipe=1xitem.ec.material@14:[net.minecraftforge.oredict.OreIngredient@668fa9fb, net.minecraftforge.oredict.OreIngredient@2d9caf77, net.minecraftforge.oredict.OreIngredient@abd2bcb, net.minecraft.item.crafting.Ingredient@67ea4dc3]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.tier1_pressure_layer@0 new recipe: RecipeStage{tier='four', recipe=1xitem.tier1_pressure_layer@0:[net.minecraft.item.crafting.Ingredient@7cb1f0b4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@349e1f42, net.minecraft.item.crafting.Ingredient@571e8969, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@62af521c, net.minecraft.item.crafting.Ingredient@11e83aad, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@554853dd]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.tier1_radiation_layer@0 new recipe: RecipeStage{tier='four', recipe=1xitem.tier1_radiation_layer@0:[net.minecraftforge.oredict.OreIngredient@76bedddc, net.minecraft.item.crafting.Ingredient@6e995ea5, net.minecraftforge.oredict.OreIngredient@3ef43c89, net.minecraftforge.oredict.OreIngredient@29b55631, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@29652ee6, net.minecraftforge.oredict.OreIngredient@dad3119, net.minecraft.item.crafting.Ingredient@12224451, net.minecraftforge.oredict.OreIngredient@11259cfa]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.tier1_un_prepared_space_suit_legings@0 new recipe: RecipeStage{tier='four', recipe=1xitem.tier1_un_prepared_space_suit_legings@0:[net.minecraftforge.oredict.OreIngredient@11379226, net.minecraft.item.crafting.Ingredient@75f64ce0, net.minecraftforge.oredict.OreIngredient@75f69ec3, net.minecraftforge.oredict.OreIngredient@48090ecb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6502134e, net.minecraftforge.oredict.OreIngredient@22d4c242, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6395405d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.tier2_space_suit_gravity_boots@0 new recipe: RecipeStage{tier='five', recipe=1xitem.tier2_space_suit_gravity_boots@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@636a65b2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@168782f2, net.minecraft.item.crafting.Ingredient@12c584b2, net.minecraft.item.crafting.Ingredient@5b9bb91f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6b6c102b, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.tier3_space_suit_helmet@0 new recipe: RecipeStage{tier='five', recipe=1xitem.tier3_space_suit_helmet@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@41569fa6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7f88732a, net.minecraft.item.crafting.Ingredient@79dd7e85, net.minecraft.item.crafting.Ingredient@723bc4dd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7e5de93, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.tier4_space_suit_chest@0 new recipe: RecipeStage{tier='five', recipe=1xitem.tier4_space_suit_chest@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3b48fc66, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@297384dc, net.minecraft.item.crafting.Ingredient@542b003, net.minecraft.item.crafting.Ingredient@2cfae77e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@502d954b, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.tier2_space_suit_helmet@0 new recipe: RecipeStage{tier='five', recipe=1xitem.tier2_space_suit_helmet@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@65cdbef6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@751fd8e4, net.minecraft.item.crafting.Ingredient@ea5002e, net.minecraft.item.crafting.Ingredient@329e4b7c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3aac69d7, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.advanced_fuel_loader@0 new recipe: RecipeStage{tier='five', recipe=1xtile.advanced_fuel_loader@0:[net.minecraftforge.oredict.OreIngredient@31ff5e9e, net.minecraftforge.oredict.OreIngredient@177d8cff, net.minecraftforge.oredict.OreIngredient@57f8e0c7, net.minecraftforge.oredict.OreIngredient@ec3d93e, net.minecraft.item.crafting.Ingredient@45036dd6, net.minecraftforge.oredict.OreIngredient@3ee20bfd, net.minecraft.item.crafting.Ingredient@2e8c3a3e, net.minecraft.item.crafting.Ingredient@3e161cf8, net.minecraft.item.crafting.Ingredient@6025bb31]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.fire_bomb@0 new recipe: RecipeStage{tier='five', recipe=1xtile.fire_bomb@0:[net.minecraftforge.oredict.OreIngredient@4e36f92b, net.minecraft.item.crafting.Ingredient@1246719, net.minecraftforge.oredict.OreIngredient@fdb4a19, net.minecraftforge.oredict.OreIngredient@42ea84e0, net.minecraft.item.crafting.Ingredient@3becc237, net.minecraftforge.oredict.OreIngredient@19d276fc, net.minecraftforge.oredict.OreIngredient@4c8c7c5d, net.minecraft.item.crafting.Ingredient@5ad72ca8, net.minecraftforge.oredict.OreIngredient@777a0bf]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.tier4_space_suit_boots@0 new recipe: RecipeStage{tier='five', recipe=1xitem.tier4_space_suit_boots@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@d98533b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2259b841, net.minecraft.item.crafting.Ingredient@410862ce, net.minecraft.item.crafting.Ingredient@7bc05008, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@348ed5c0, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.tier3_space_suit_legings@0 new recipe: RecipeStage{tier='five', recipe=1xitem.tier3_space_suit_legings@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5bfaf8a0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5966ef03, net.minecraft.item.crafting.Ingredient@205fb437, net.minecraft.item.crafting.Ingredient@623d4529, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6e0e8e36, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.tier3_space_suit_boots@0 new recipe: RecipeStage{tier='five', recipe=1xitem.tier3_space_suit_boots@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7e6a03, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5d5d9837, net.minecraft.item.crafting.Ingredient@55c19ab8, net.minecraft.item.crafting.Ingredient@4fa4d108, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3c79848d, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.tier4_space_suit_helmet@0 new recipe: RecipeStage{tier='five', recipe=1xitem.tier4_space_suit_helmet@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@dd42f15, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5499704d, net.minecraft.item.crafting.Ingredient@3ddcd747, net.minecraft.item.crafting.Ingredient@4df1719d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@617143b1, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.tier2_space_suit_chest@0 new recipe: RecipeStage{tier='five', recipe=1xitem.tier2_space_suit_chest@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7e755cca, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2548caac, net.minecraft.item.crafting.Ingredient@63733a01, net.minecraft.item.crafting.Ingredient@8748115, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5cb30fdd, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.tier1_space_suit_gravity_boots@0 new recipe: RecipeStage{tier='five', recipe=1xitem.tier1_space_suit_gravity_boots@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3f4da34d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@45943597, net.minecraft.item.crafting.Ingredient@69c46819, net.minecraft.item.crafting.Ingredient@2d4d4f1b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7f48d634, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.tier4_space_suit_legings@0 new recipe: RecipeStage{tier='five', recipe=1xitem.tier4_space_suit_legings@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1b946cc7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@515a5b0c, net.minecraft.item.crafting.Ingredient@1628e3ab, net.minecraft.item.crafting.Ingredient@2fe87e2c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1722cd42, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.tier1_un_prepared_space_suit_helmet@0 new recipe: RecipeStage{tier='four', recipe=1xitem.tier1_un_prepared_space_suit_helmet@0:[net.minecraftforge.oredict.OreIngredient@14a36691, net.minecraft.item.crafting.Ingredient@4547fa15, net.minecraftforge.oredict.OreIngredient@29b2f58f, net.minecraftforge.oredict.OreIngredient@287b7526, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@27630956]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.tier1_un_prepared_space_suit_chest@0 new recipe: RecipeStage{tier='four', recipe=1xitem.tier1_un_prepared_space_suit_chest@0:[net.minecraftforge.oredict.OreIngredient@5d8ed8fd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@63ae504e, net.minecraftforge.oredict.OreIngredient@108fdb58, net.minecraft.item.crafting.Ingredient@2f1949a6, net.minecraftforge.oredict.OreIngredient@4fb2588, net.minecraftforge.oredict.OreIngredient@15462979, net.minecraftforge.oredict.OreIngredient@7b7d7592, net.minecraftforge.oredict.OreIngredient@1e4c4722]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.tier3_space_suit_chest@0 new recipe: RecipeStage{tier='five', recipe=1xitem.tier3_space_suit_chest@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4346e606, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@67ef02f6, net.minecraft.item.crafting.Ingredient@772e2a7c, net.minecraft.item.crafting.Ingredient@ba716ec, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7fa5b748, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.tier1_un_prepared_space_suit_boots@0 new recipe: RecipeStage{tier='four', recipe=1xitem.tier1_un_prepared_space_suit_boots@0:[net.minecraft.item.crafting.Ingredient@60c2f2f8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@66395956, net.minecraftforge.oredict.OreIngredient@551a330b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@757d117]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.tier3_space_suit_gravity_boots@0 new recipe: RecipeStage{tier='five', recipe=1xitem.tier3_space_suit_gravity_boots@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@70f5b637, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5caab296, net.minecraft.item.crafting.Ingredient@58ac5063, net.minecraft.item.crafting.Ingredient@61cafd08, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3cd3bb08, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.tier2_space_suit_legings@0 new recipe: RecipeStage{tier='five', recipe=1xitem.tier2_space_suit_legings@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@35e48006, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@f71e191, net.minecraft.item.crafting.Ingredient@39656fca, net.minecraft.item.crafting.Ingredient@18cf8815, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@93adfba, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.nuclear_bomb@0 new recipe: RecipeStage{tier='five', recipe=1xtile.nuclear_bomb@0:[net.minecraft.item.crafting.Ingredient@947ca65, net.minecraftforge.oredict.OreIngredient@1bceefb8, net.minecraft.item.crafting.Ingredient@7f2553f4, net.minecraftforge.oredict.OreIngredient@203d84a5, net.minecraftforge.oredict.OreIngredient@171e7625, net.minecraftforge.oredict.OreIngredient@7b41e851, net.minecraft.item.crafting.Ingredient@2e2ebe3e, net.minecraftforge.oredict.OreIngredient@62fa0ff2, net.minecraft.item.crafting.Ingredient@6b1e2d6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.tier4_space_suit_gravity_boots@0 new recipe: RecipeStage{tier='five', recipe=1xitem.tier4_space_suit_gravity_boots@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@72468131, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@29c20e09, net.minecraft.item.crafting.Ingredient@1b75015c, net.minecraft.item.crafting.Ingredient@125be7b6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@54d2a3c5, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.tier2_space_suit_boots@0 new recipe: RecipeStage{tier='five', recipe=1xitem.tier2_space_suit_boots@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6dd94d10, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5e95de16, net.minecraft.item.crafting.Ingredient@133ee425, net.minecraft.item.crafting.Ingredient@52b3b10c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@75a5d787, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.tier1_space_suit_helmet@0 new recipe: RecipeStage{tier='four', recipe=1xitem.tier1_space_suit_helmet@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@530d24b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@614b1104, net.minecraft.item.crafting.Ingredient@2e3fe7f0, net.minecraft.item.crafting.Ingredient@757d045f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@76dc3231, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.tier1_space_suit_boots@0 new recipe: RecipeStage{tier='four', recipe=1xitem.tier1_space_suit_boots@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4fa6dedf, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1ef7b0bc, net.minecraft.item.crafting.Ingredient@3b510c1, net.minecraft.item.crafting.Ingredient@14efe73c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6dc69358, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.tier1_space_suit_legings@0 new recipe: RecipeStage{tier='four', recipe=1xitem.tier1_space_suit_legings@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4e17bc0c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@658f8e17, net.minecraft.item.crafting.Ingredient@e32539d, net.minecraft.item.crafting.Ingredient@57375d50, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@24b37c66, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.tier1_space_suit_chest@0 new recipe: RecipeStage{tier='four', recipe=1xitem.tier1_space_suit_chest@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3d55b1d1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2167a35d, net.minecraft.item.crafting.Ingredient@4c57b7fc, net.minecraft.item.crafting.Ingredient@73b8a25c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@63f35ec3, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.farmingforblockheads:market@0 new recipe: RecipeStage{tier='one', recipe=1xtile.farmingforblockheads:market@0:[net.minecraftforge.oredict.OreIngredient@7f1264ab, net.minecraft.item.crafting.Ingredient@e0bc4e2, net.minecraftforge.oredict.OreIngredient@38972d3d, net.minecraftforge.oredict.OreIngredient@416b69aa, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2d307a10, net.minecraftforge.oredict.OreIngredient@7d4c9780, net.minecraftforge.oredict.OreIngredient@7c33b3d1, net.minecraftforge.oredict.OreIngredient@668fa3c4]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 7xtile.block_dye_glass@13 new recipe: RecipeStage{tier='two', recipe=7xtile.block_dye_glass@13:[net.minecraft.item.crafting.Ingredient@4841a5ff, net.minecraft.item.crafting.Ingredient@5128dbe0, net.minecraft.item.crafting.Ingredient@3064472f, net.minecraft.item.crafting.Ingredient@2b6e4364, net.minecraft.item.crafting.Ingredient@6ec575ab, net.minecraft.item.crafting.Ingredient@79254448, net.minecraft.item.crafting.Ingredient@6bea397c, net.minecraft.item.crafting.Ingredient@32c62206, net.minecraft.item.crafting.Ingredient@776b61d8]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.block_dye_glass@3 new recipe: RecipeStage{tier='two', recipe=8xtile.block_dye_glass@3:[net.minecraft.item.crafting.Ingredient@24bf7c79, net.minecraft.item.crafting.Ingredient@1ea4804b, net.minecraft.item.crafting.Ingredient@1d71478b, net.minecraft.item.crafting.Ingredient@31b8805c, net.minecraft.item.crafting.Ingredient@6e3b7ea6, net.minecraft.item.crafting.Ingredient@54a70df2, net.minecraft.item.crafting.Ingredient@437d55f2, net.minecraft.item.crafting.Ingredient@36b297a1, net.minecraft.item.crafting.Ingredient@3c9019f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.block_dye_glass@10 new recipe: RecipeStage{tier='two', recipe=8xtile.block_dye_glass@10:[net.minecraft.item.crafting.Ingredient@6f6d5489, net.minecraft.item.crafting.Ingredient@46964e53, net.minecraft.item.crafting.Ingredient@64bbd6bf, net.minecraft.item.crafting.Ingredient@2f35e64e, net.minecraft.item.crafting.Ingredient@2af9363d, net.minecraft.item.crafting.Ingredient@5ee901e7, net.minecraft.item.crafting.Ingredient@645d3aab, net.minecraft.item.crafting.Ingredient@64daa7f8, net.minecraft.item.crafting.Ingredient@7712d80]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.block_dye_glass@14 new recipe: RecipeStage{tier='two', recipe=8xtile.block_dye_glass@14:[net.minecraft.item.crafting.Ingredient@1101f2b0, net.minecraft.item.crafting.Ingredient@1c040a59, net.minecraft.item.crafting.Ingredient@2dd08b46, net.minecraft.item.crafting.Ingredient@2343be51, net.minecraft.item.crafting.Ingredient@3d494cfb, net.minecraft.item.crafting.Ingredient@123dfc9, net.minecraft.item.crafting.Ingredient@2800ee10, net.minecraft.item.crafting.Ingredient@160f7c77, net.minecraft.item.crafting.Ingredient@6156c4d9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 7xtile.block_dye_glass@2 new recipe: RecipeStage{tier='two', recipe=7xtile.block_dye_glass@2:[net.minecraft.item.crafting.Ingredient@7e9482ad, net.minecraft.item.crafting.Ingredient@514b9301, net.minecraft.item.crafting.Ingredient@3ccaa19b, net.minecraft.item.crafting.Ingredient@6b6dcad7, net.minecraft.item.crafting.Ingredient@3136acfd, net.minecraft.item.crafting.Ingredient@3c68f241, net.minecraft.item.crafting.Ingredient@55474a2e, net.minecraft.item.crafting.Ingredient@50791923, net.minecraft.item.crafting.Ingredient@542c1695]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 7xtile.block_dye_glass@6 new recipe: RecipeStage{tier='two', recipe=7xtile.block_dye_glass@6:[net.minecraft.item.crafting.Ingredient@2fad0cab, net.minecraft.item.crafting.Ingredient@4054354a, net.minecraft.item.crafting.Ingredient@58fc8c62, net.minecraft.item.crafting.Ingredient@6cd0a156, net.minecraft.item.crafting.Ingredient@2bdf2033, net.minecraft.item.crafting.Ingredient@4ac0be67, net.minecraft.item.crafting.Ingredient@76e3a4c1, net.minecraft.item.crafting.Ingredient@1f50615a, net.minecraft.item.crafting.Ingredient@4d5c043b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.block_dye_glass@4 new recipe: RecipeStage{tier='two', recipe=8xtile.block_dye_glass@4:[net.minecraft.item.crafting.Ingredient@2a0a871, net.minecraft.item.crafting.Ingredient@690ec148, net.minecraft.item.crafting.Ingredient@75c82782, net.minecraft.item.crafting.Ingredient@589898dc, net.minecraft.item.crafting.Ingredient@5f7c409e, net.minecraft.item.crafting.Ingredient@4067deb8, net.minecraft.item.crafting.Ingredient@74270501, net.minecraft.item.crafting.Ingredient@68652d21, net.minecraft.item.crafting.Ingredient@5520e803]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.block_dye_glass@15 new recipe: RecipeStage{tier='two', recipe=8xtile.block_dye_glass@15:[net.minecraft.item.crafting.Ingredient@2b4c6e01, net.minecraft.item.crafting.Ingredient@670f7964, net.minecraft.item.crafting.Ingredient@26424c81, net.minecraft.item.crafting.Ingredient@7470c8ba, net.minecraft.item.crafting.Ingredient@3c848c53, net.minecraft.item.crafting.Ingredient@20dc16fe, net.minecraft.item.crafting.Ingredient@144e6020, net.minecraft.item.crafting.Ingredient@66094f0b, net.minecraft.item.crafting.Ingredient@7ef7b18d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.block_dye_glass@1 new recipe: RecipeStage{tier='two', recipe=8xtile.block_dye_glass@1:[net.minecraft.item.crafting.Ingredient@3edc334b, net.minecraft.item.crafting.Ingredient@59f41bd0, net.minecraft.item.crafting.Ingredient@75a976f2, net.minecraft.item.crafting.Ingredient@3611da13, net.minecraft.item.crafting.Ingredient@6988e1f1, net.minecraft.item.crafting.Ingredient@105b5d8b, net.minecraft.item.crafting.Ingredient@2e7bb794, net.minecraft.item.crafting.Ingredient@1682210a, net.minecraft.item.crafting.Ingredient@382bdd42]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.block_dye_glass@5 new recipe: RecipeStage{tier='two', recipe=8xtile.block_dye_glass@5:[net.minecraft.item.crafting.Ingredient@72d678c9, net.minecraft.item.crafting.Ingredient@162b610, net.minecraft.item.crafting.Ingredient@66f5d47, net.minecraft.item.crafting.Ingredient@60485105, net.minecraft.item.crafting.Ingredient@21196df5, net.minecraft.item.crafting.Ingredient@355f9df0, net.minecraft.item.crafting.Ingredient@49a67b79, net.minecraft.item.crafting.Ingredient@6bc4cb31, net.minecraft.item.crafting.Ingredient@1d86579]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 7xtile.block_dye_glass@11 new recipe: RecipeStage{tier='two', recipe=7xtile.block_dye_glass@11:[net.minecraft.item.crafting.Ingredient@48a1d8af, net.minecraft.item.crafting.Ingredient@32a61f71, net.minecraft.item.crafting.Ingredient@7ff6c757, net.minecraft.item.crafting.Ingredient@3d47867d, net.minecraft.item.crafting.Ingredient@7b6555da, net.minecraft.item.crafting.Ingredient@793a8050, net.minecraft.item.crafting.Ingredient@30bf2c5f, net.minecraft.item.crafting.Ingredient@314a205b, net.minecraft.item.crafting.Ingredient@6050682d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.block_dye_glass@0 new recipe: RecipeStage{tier='two', recipe=8xtile.block_dye_glass@0:[net.minecraft.item.crafting.Ingredient@4d454c77, net.minecraft.item.crafting.Ingredient@4d15c54, net.minecraft.item.crafting.Ingredient@64f9fc6d, net.minecraft.item.crafting.Ingredient@78bf1df, net.minecraft.item.crafting.Ingredient@604a33ad, net.minecraft.item.crafting.Ingredient@6e77f00c, net.minecraft.item.crafting.Ingredient@4546733b, net.minecraft.item.crafting.Ingredient@1d9b7745, net.minecraft.item.crafting.Ingredient@2c7de800]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.block_dye_glass@8 new recipe: RecipeStage{tier='two', recipe=8xtile.block_dye_glass@8:[net.minecraft.item.crafting.Ingredient@7d5b9a13, net.minecraft.item.crafting.Ingredient@bf2e128, net.minecraft.item.crafting.Ingredient@4d959e4c, net.minecraft.item.crafting.Ingredient@eeb4216, net.minecraft.item.crafting.Ingredient@2fc1cada, net.minecraft.item.crafting.Ingredient@33a685ab, net.minecraft.item.crafting.Ingredient@52201a6d, net.minecraft.item.crafting.Ingredient@68f09cd, net.minecraft.item.crafting.Ingredient@27b994dc]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 7xtile.block_dye_glass@9 new recipe: RecipeStage{tier='two', recipe=7xtile.block_dye_glass@9:[net.minecraft.item.crafting.Ingredient@2035c65d, net.minecraft.item.crafting.Ingredient@72144344, net.minecraft.item.crafting.Ingredient@c2bfdaa, net.minecraft.item.crafting.Ingredient@67df9787, net.minecraft.item.crafting.Ingredient@6956a20f, net.minecraft.item.crafting.Ingredient@3908c202, net.minecraft.item.crafting.Ingredient@6a9dae24, net.minecraft.item.crafting.Ingredient@71e56f5f, net.minecraft.item.crafting.Ingredient@2d7ffdb6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.block_dye_glass@7 new recipe: RecipeStage{tier='two', recipe=8xtile.block_dye_glass@7:[net.minecraft.item.crafting.Ingredient@521822c9, net.minecraft.item.crafting.Ingredient@55735a20, net.minecraft.item.crafting.Ingredient@fb65846, net.minecraft.item.crafting.Ingredient@5d76864b, net.minecraft.item.crafting.Ingredient@4e6be946, net.minecraft.item.crafting.Ingredient@10618f1, net.minecraft.item.crafting.Ingredient@3ccf14ff, net.minecraft.item.crafting.Ingredient@556289f3, net.minecraft.item.crafting.Ingredient@44526bc0]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.block_dye_glass@12 new recipe: RecipeStage{tier='two', recipe=8xtile.block_dye_glass@12:[net.minecraft.item.crafting.Ingredient@7522222b, net.minecraft.item.crafting.Ingredient@310ea89c, net.minecraft.item.crafting.Ingredient@70e2925f, net.minecraft.item.crafting.Ingredient@27b9ebe8, net.minecraft.item.crafting.Ingredient@43eeb64e, net.minecraft.item.crafting.Ingredient@7e0ace7, net.minecraft.item.crafting.Ingredient@6374a62e, net.minecraft.item.crafting.Ingredient@bfae703, net.minecraft.item.crafting.Ingredient@3d107cf4]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.machine.0@12 new recipe: RecipeStage{tier='four', recipe=1xtile.machine.0@12:[net.minecraftforge.oredict.OreIngredient@3f157825, net.minecraft.item.crafting.Ingredient@7996ec3f, net.minecraftforge.oredict.OreIngredient@2588cef1, net.minecraftforge.oredict.OreIngredient@1b41e168, net.minecraft.item.crafting.Ingredient@f016675, net.minecraftforge.oredict.OreIngredient@41b894be, net.minecraft.item.crafting.Ingredient@2224353e, net.minecraft.item.crafting.Ingredient@367acab3, net.minecraft.item.crafting.Ingredient@32cc20c7]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.geothermal_generator@0 new recipe: RecipeStage{tier='five', recipe=1xtile.geothermal_generator@0:[net.minecraft.item.crafting.Ingredient@37d45f44, net.minecraft.item.crafting.Ingredient@34da1145, net.minecraft.item.crafting.Ingredient@54957a3f, net.minecraft.item.crafting.Ingredient@70cb272, net.minecraft.item.crafting.Ingredient@12b7f3a8, net.minecraft.item.crafting.Ingredient@76839882, net.minecraft.item.crafting.Ingredient@9b850ef, net.minecraftforge.oredict.OreIngredient@6bc5ec88, net.minecraft.item.crafting.Ingredient@464268eb]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.atomic_battery@0 new recipe: RecipeStage{tier='five', recipe=1xitem.atomic_battery@0:[net.minecraftforge.oredict.OreIngredient@2c6faf29, net.minecraftforge.oredict.OreIngredient@679bbd63, net.minecraftforge.oredict.OreIngredient@23feacb4, net.minecraftforge.oredict.OreIngredient@76ae9d10, net.minecraft.item.crafting.Ingredient@27e9620b, net.minecraftforge.oredict.OreIngredient@1da3b330, net.minecraftforge.oredict.OreIngredient@4bee273c, net.minecraftforge.oredict.OreIngredient@49aa654c, net.minecraftforge.oredict.OreIngredient@253fbf48]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.machine2.0@8 new recipe: RecipeStage{tier='five', recipe=1xtile.machine2.0@8:[net.minecraftforge.oredict.OreIngredient@2505a2ec, net.minecraftforge.oredict.OreIngredient@1f68a6b7, net.minecraftforge.oredict.OreIngredient@5722013, net.minecraftforge.oredict.OreIngredient@5def0a0a, net.minecraftforge.oredict.OreIngredient@5575c199, net.minecraftforge.oredict.OreIngredient@f72889e, net.minecraftforge.oredict.OreIngredient@1b1443db, net.minecraftforge.oredict.OreIngredient@3e0ea5e9, net.minecraftforge.oredict.OreIngredient@458cc2b8]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.electric_parts@0 new recipe: RecipeStage{tier='five', recipe=1xitem.electric_parts@0:[net.minecraftforge.oredict.OreIngredient@5e2184ef, net.minecraft.item.crafting.Ingredient@67920e6b, net.minecraftforge.oredict.OreIngredient@2c78ce9d, net.minecraft.item.crafting.Ingredient@fc240a8, net.minecraftforge.oredict.OreIngredient@5d16ab43, net.minecraft.item.crafting.Ingredient@2a0017dc, net.minecraftforge.oredict.OreIngredient@40662827, net.minecraft.item.crafting.Ingredient@5d3cf783, net.minecraftforge.oredict.OreIngredient@359803d4]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.air_fan@0 new recipe: RecipeStage{tier='four', recipe=1xitem.air_fan@0:[net.minecraft.item.crafting.Ingredient@1f8c5c4c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6e5a688a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@54601a2d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@219335d6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5c806394]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.emergency_kit@0 new recipe: RecipeStage{tier='five', recipe=1xitem.emergency_kit@0:[net.minecraft.item.crafting.Ingredient@61a34eb6, net.minecraft.item.crafting.Ingredient@354681dd, net.minecraft.item.crafting.Ingredient@dc33f26, net.minecraft.item.crafting.Ingredient@520071c9, net.minecraft.item.crafting.Ingredient@29ad43c1, net.minecraft.item.crafting.Ingredient@28e47740, net.minecraft.item.crafting.Ingredient@3c4a5775, crafttweaker.api.minecraft.CraftTweakerMC$1@6d15e70c, crafttweaker.api.minecraft.CraftTweakerMC$1@2e650224]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.fuel_loader@0 new recipe: RecipeStage{tier='four', recipe=1xtile.fuel_loader@0:[net.minecraft.item.crafting.Ingredient@25b02edf, net.minecraft.item.crafting.Ingredient@4b2f34e3, net.minecraft.item.crafting.Ingredient@940870d, net.minecraft.item.crafting.Ingredient@f32c023, net.minecraft.item.crafting.Ingredient@2bd0c1cc, net.minecraft.item.crafting.Ingredient@19ea7079, net.minecraft.item.crafting.Ingredient@141fe4a6, net.minecraft.item.crafting.Ingredient@d351dde, net.minecraft.item.crafting.Ingredient@20c67315]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.electric_parts@1 new recipe: RecipeStage{tier='five', recipe=1xitem.electric_parts@1:[net.minecraftforge.oredict.OreIngredient@6ae5b6cc, net.minecraftforge.oredict.OreIngredient@1b445e2, net.minecraftforge.oredict.OreIngredient@244a63e7, net.minecraftforge.oredict.OreIngredient@3787f2a0, net.minecraftforge.oredict.OreIngredient@7013714a, net.minecraftforge.oredict.OreIngredient@53aba1ff, net.minecraftforge.oredict.OreIngredient@2409b536, net.minecraftforge.oredict.OreIngredient@2c1351e5, net.minecraftforge.oredict.OreIngredient@47e1ec0c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 16xitem.carbon_fragments@0 new recipe: RecipeStage{tier='five', recipe=16xitem.carbon_fragments@0:[net.minecraft.item.crafting.Ingredient@49cb1956, net.minecraft.item.crafting.Ingredient@2002a55c, net.minecraft.item.crafting.Ingredient@162854c0, net.minecraft.item.crafting.Ingredient@5ee15b85]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 32xitem.carbon_fragments@0 new recipe: RecipeStage{tier='five', recipe=32xitem.carbon_fragments@0:[net.minecraft.item.crafting.Ingredient@4f71f8a6, net.minecraft.item.crafting.Ingredient@7aec8c51, net.minecraft.item.crafting.Ingredient@2e365998, net.minecraft.item.crafting.Ingredient@7a5f12a8]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.prelaunch_checklist@0 new recipe: RecipeStage{tier='five', recipe=1xitem.prelaunch_checklist@0:[net.minecraft.item.crafting.Ingredient@3aab618d, net.minecraft.item.crafting.Ingredient@243bec8d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.parachute@0 new recipe: RecipeStage{tier='four', recipe=1xitem.parachute@0:[net.minecraft.item.crafting.Ingredient@385d8b0b, net.minecraftforge.oredict.OreIngredient@3a1504fa]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.parachute@1 new recipe: RecipeStage{tier='four', recipe=1xitem.parachute@1:[net.minecraft.item.crafting.Ingredient@5bd3ad3c, net.minecraftforge.oredict.OreIngredient@20777d4f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.parachute@2 new recipe: RecipeStage{tier='four', recipe=1xitem.parachute@2:[net.minecraft.item.crafting.Ingredient@7426bf99, net.minecraftforge.oredict.OreIngredient@66864733]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.parachute@3 new recipe: RecipeStage{tier='four', recipe=1xitem.parachute@3:[net.minecraft.item.crafting.Ingredient@20fabc92, net.minecraftforge.oredict.OreIngredient@3b7c30c7]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.parachute@4 new recipe: RecipeStage{tier='four', recipe=1xitem.parachute@4:[net.minecraft.item.crafting.Ingredient@7a678a46, net.minecraftforge.oredict.OreIngredient@2e8ce5e6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.parachute@5 new recipe: RecipeStage{tier='four', recipe=1xitem.parachute@5:[net.minecraft.item.crafting.Ingredient@5be7d289, net.minecraftforge.oredict.OreIngredient@1472b3a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.parachute@6 new recipe: RecipeStage{tier='four', recipe=1xitem.parachute@6:[net.minecraft.item.crafting.Ingredient@4734a4ee, net.minecraftforge.oredict.OreIngredient@ededa3b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.parachute@7 new recipe: RecipeStage{tier='four', recipe=1xitem.parachute@7:[net.minecraft.item.crafting.Ingredient@6bc832f3, net.minecraftforge.oredict.OreIngredient@53eeda4b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.parachute@8 new recipe: RecipeStage{tier='four', recipe=1xitem.parachute@8:[net.minecraft.item.crafting.Ingredient@311f170c, net.minecraftforge.oredict.OreIngredient@49e80c16]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.parachute@9 new recipe: RecipeStage{tier='four', recipe=1xitem.parachute@9:[net.minecraft.item.crafting.Ingredient@639df072, net.minecraftforge.oredict.OreIngredient@468442c8]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.parachute@10 new recipe: RecipeStage{tier='four', recipe=1xitem.parachute@10:[net.minecraft.item.crafting.Ingredient@f6a9a63, net.minecraftforge.oredict.OreIngredient@6ebaf24]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.parachute@11 new recipe: RecipeStage{tier='four', recipe=1xitem.parachute@11:[net.minecraft.item.crafting.Ingredient@a79d1eb, net.minecraftforge.oredict.OreIngredient@6e8f506e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.parachute@12 new recipe: RecipeStage{tier='four', recipe=1xitem.parachute@12:[net.minecraft.item.crafting.Ingredient@356d765e, net.minecraftforge.oredict.OreIngredient@6ea47d58]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.parachute@13 new recipe: RecipeStage{tier='four', recipe=1xitem.parachute@13:[net.minecraft.item.crafting.Ingredient@2a161fee, net.minecraftforge.oredict.OreIngredient@3e8e26e2]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.parachute@14 new recipe: RecipeStage{tier='four', recipe=1xitem.parachute@14:[net.minecraft.item.crafting.Ingredient@608f78eb, net.minecraftforge.oredict.OreIngredient@2d0c971f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.parachute@15 new recipe: RecipeStage{tier='four', recipe=1xitem.parachute@15:[net.minecraft.item.crafting.Ingredient@37ff143f, net.minecraftforge.oredict.OreIngredient@78099d14]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.geolosys.field_manual@0 new recipe: RecipeStage{tier='one', recipe=1xitem.geolosys.field_manual@0:[net.minecraft.item.crafting.Ingredient@760116ce, net.minecraft.item.crafting.Ingredient@27b4e6c6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.guideapi.book.bloodmagic.guide@0 new recipe: RecipeStage{tier='one', recipe=1xitem.guideapi.book.bloodmagic.guide@0:[net.minecraft.item.crafting.Ingredient@6cca754f, net.minecraftforge.oredict.OreIngredient@531f7c9d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.guideapi.book.cyclicmagic.guide@0 new recipe: RecipeStage{tier='one', recipe=1xitem.guideapi.book.cyclicmagic.guide@0:[net.minecraft.item.crafting.Ingredient@2d56b756, net.minecraft.item.crafting.Ingredient@2d54e6ec]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.huntingdim.frame@0 new recipe: RecipeStage{tier='one', recipe=4xtile.huntingdim.frame@0:[net.minecraftforge.oredict.OreIngredient@70cb32b6, net.minecraftforge.oredict.OreIngredient@50441ef7, net.minecraftforge.oredict.OreIngredient@114d70c4, net.minecraftforge.oredict.OreIngredient@3811c553, net.minecraft.item.crafting.Ingredient@11660e65, net.minecraftforge.oredict.OreIngredient@61250918, net.minecraftforge.oredict.OreIngredient@1b949ea8, net.minecraftforge.oredict.OreIngredient@2d99fbd4, net.minecraftforge.oredict.OreIngredient@c2dcd24]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.immcraft.cupboard@0 new recipe: RecipeStage{tier='zero', recipe=1xtile.immcraft.cupboard@0:[net.minecraftforge.oredict.OreIngredient@551b5675, net.minecraftforge.oredict.OreIngredient@65d6d231, net.minecraftforge.oredict.OreIngredient@497aad4b, net.minecraftforge.oredict.OreIngredient@7ed79197, net.minecraftforge.oredict.OreIngredient@71f0d8c6, net.minecraftforge.oredict.OreIngredient@2264cb93, net.minecraftforge.oredict.OreIngredient@3ee83a61, net.minecraft.item.crafting.Ingredient@7cf14f02, net.minecraftforge.oredict.OreIngredient@b309eb2]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.immcraft.shelf@0 new recipe: RecipeStage{tier='zero', recipe=1xtile.immcraft.shelf@0:[net.minecraftforge.oredict.OreIngredient@f8ce414, net.minecraft.item.crafting.Ingredient@70c8ecb6, net.minecraftforge.oredict.OreIngredient@6b734f2, net.minecraftforge.oredict.OreIngredient@97def98, net.minecraftforge.oredict.OreIngredient@61b916e7, net.minecraftforge.oredict.OreIngredient@5623fb3a, net.minecraftforge.oredict.OreIngredient@690c55a8, net.minecraftforge.oredict.OreIngredient@f6b663e, net.minecraftforge.oredict.OreIngredient@264c571a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.immcraft.chest@0 new recipe: RecipeStage{tier='tutorial', recipe=1xtile.immcraft.chest@0:[net.minecraftforge.oredict.OreIngredient@6f7f92c2, net.minecraftforge.oredict.OreIngredient@64552b90, net.minecraftforge.oredict.OreIngredient@30dbfbb2, net.minecraftforge.oredict.OreIngredient@74eb8e34, net.minecraft.item.crafting.Ingredient@6791fbe9, net.minecraftforge.oredict.OreIngredient@2ad55520, net.minecraftforge.oredict.OreIngredient@453c3da3, net.minecraftforge.oredict.OreIngredient@6d0e911e, net.minecraftforge.oredict.OreIngredient@5a861e5]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.immcraft.bookshelf@0 new recipe: RecipeStage{tier='zero', recipe=1xtile.immcraft.bookshelf@0:[net.minecraftforge.oredict.OreIngredient@5545825, net.minecraft.item.crafting.Ingredient@21a1ac09, net.minecraftforge.oredict.OreIngredient@383e4f42, net.minecraftforge.oredict.OreIngredient@7e5fa6e9, net.minecraft.item.crafting.Ingredient@596d5c77, net.minecraftforge.oredict.OreIngredient@758072b7, net.minecraftforge.oredict.OreIngredient@3f0e671a, net.minecraftforge.oredict.OreIngredient@3c65f6fc, net.minecraftforge.oredict.OreIngredient@fd88be3]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.immersiveengineering.tool@1 new recipe: RecipeStage{tier='three', recipe=1xitem.immersiveengineering.tool@1:[net.minecraftforge.oredict.OreIngredient@79bb4565, crafttweaker.api.minecraft.CraftTweakerMC$1@3541dbff, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@260019bd]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.immersiveengineering.stone_decoration@1 new recipe: RecipeStage{tier='three', recipe=3xtile.immersiveengineering.stone_decoration@1:[net.minecraft.item.crafting.Ingredient@6dcc190d, net.minecraft.item.crafting.Ingredient@4e7ff9bc, net.minecraft.item.crafting.Ingredient@75da5daf, net.minecraft.item.crafting.Ingredient@53b17f58, net.minecraft.item.crafting.Ingredient@5e380052, net.minecraft.item.crafting.Ingredient@6fbbb030, net.minecraft.item.crafting.Ingredient@48abbf4d, net.minecraft.item.crafting.Ingredient@103852bf, net.minecraft.item.crafting.Ingredient@e1cfa7a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.immersiveengineering.blueprint@0 new recipe: RecipeStage{tier='three', recipe=1xitem.immersiveengineering.blueprint@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3c14f1b9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@29d070a1, net.minecraftforge.oredict.OreIngredient@7baf628e, net.minecraftforge.oredict.OreIngredient@128988ab, net.minecraft.item.crafting.Ingredient@98b3a7a, net.minecraft.item.crafting.Ingredient@23f41692, net.minecraft.item.crafting.Ingredient@234fbb70]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.immersiveengineering.metal_decoration0@3 new recipe: RecipeStage{tier='three', recipe=1xtile.immersiveengineering.metal_decoration0@3:[net.minecraftforge.oredict.OreIngredient@7d5da362, net.minecraftforge.oredict.OreIngredient@2d550e59, net.minecraftforge.oredict.OreIngredient@2e96dde7, net.minecraftforge.oredict.OreIngredient@705c777e, net.minecraft.item.crafting.Ingredient@600a8ca4, net.minecraftforge.oredict.OreIngredient@6528613a, net.minecraftforge.oredict.OreIngredient@7dc9f19d, net.minecraftforge.oredict.OreIngredient@6ebd8edd, net.minecraftforge.oredict.OreIngredient@5ae64002]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.immersiveengineering.metal_device0@5 new recipe: RecipeStage{tier='four', recipe=1xtile.immersiveengineering.metal_device0@5:[net.minecraft.item.crafting.Ingredient@7ce1dbd5, net.minecraft.item.crafting.Ingredient@4e1688cd, net.minecraft.item.crafting.Ingredient@4c5f3cb4, net.minecraftforge.oredict.OreIngredient@24d1836d, net.minecraft.item.crafting.Ingredient@569ccb51, net.minecraftforge.oredict.OreIngredient@2cb671af, net.minecraft.item.crafting.Ingredient@19b95211, net.minecraft.item.crafting.Ingredient@31db60a0, net.minecraft.item.crafting.Ingredient@1ade389]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.immersiveengineering.stone_decoration@1 new recipe: RecipeStage{tier='three', recipe=1xtile.immersiveengineering.stone_decoration@1:[net.minecraft.item.crafting.Ingredient@1e09c11a, net.minecraft.item.crafting.Ingredient@4d733110]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.immersiveengineering.tool@0 new recipe: RecipeStage{tier='one', recipe=1xitem.immersiveengineering.tool@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2747867e, net.minecraft.item.crafting.Ingredient@491888b4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1949919c, net.minecraftforge.oredict.OreIngredient@4d66d814, net.minecraft.item.crafting.Ingredient@5689c3b0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.immersiveengineering.metal_device0@2 new recipe: RecipeStage{tier='three', recipe=1xtile.immersiveengineering.metal_device0@2:[net.minecraft.item.crafting.Ingredient@5b59bcfd]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.immersiveengineering.material@20 new recipe: RecipeStage{tier='three', recipe=1xitem.immersiveengineering.material@20:[net.minecraft.item.crafting.Ingredient@ec9137b, net.minecraftforge.oredict.OreIngredient@7594dcce]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.immersiveengineering.material@21 new recipe: RecipeStage{tier='three', recipe=1xitem.immersiveengineering.material@21:[net.minecraft.item.crafting.Ingredient@6d18058f, net.minecraftforge.oredict.OreIngredient@7bb0e285]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.immersiveengineering.material@23 new recipe: RecipeStage{tier='three', recipe=1xitem.immersiveengineering.material@23:[net.minecraft.item.crafting.Ingredient@3d247443, net.minecraftforge.oredict.OreIngredient@6e85bd85]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.immersiveengineering.metal_device0@0 new recipe: RecipeStage{tier='three', recipe=1xtile.immersiveengineering.metal_device0@0:[net.minecraft.item.crafting.Ingredient@431cf9a7]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.immersiveengineering.metal_device0@1 new recipe: RecipeStage{tier='three', recipe=1xtile.immersiveengineering.metal_device0@1:[net.minecraft.item.crafting.Ingredient@3f448f8b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.immersiveengineering.material@22 new recipe: RecipeStage{tier='three', recipe=1xitem.immersiveengineering.material@22:[net.minecraft.item.crafting.Ingredient@215c624c, net.minecraftforge.oredict.OreIngredient@62768a77]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.blank_upgrade@0 new recipe: RecipeStage{tier='zero', recipe=1xitem.blank_upgrade@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4683865f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5da071d3, net.minecraftforge.oredict.OreIngredient@1fac2629, net.minecraft.item.crafting.Ingredient@49df2299, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@13b4f483, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.upgrade@2 new recipe: RecipeStage{tier='two', recipe=1xitem.upgrade@2:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4d4431cf, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3327db20, net.minecraft.item.crafting.Ingredient@3dcfc37, net.minecraftforge.oredict.OreIngredient@37780023, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5b5e954a, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.upgrade@0 new recipe: RecipeStage{tier='zero', recipe=1xitem.upgrade@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@56adbbda, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3274c87c, net.minecraft.item.crafting.Ingredient@457abf09, net.minecraftforge.oredict.OreIngredient@6a219629, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@516983dc, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.upgrade@3 new recipe: RecipeStage{tier='two', recipe=1xitem.upgrade@3:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@454a96a5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@55d8ebf2, net.minecraft.item.crafting.Ingredient@332eafbe, net.minecraftforge.oredict.OreIngredient@2e44bd64, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3faaf9b7, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.backpack@0 new recipe: RecipeStage{tier='zero', recipe=1xitem.backpack@0:[net.minecraft.item.crafting.Ingredient@2dbf02cb, net.minecraft.item.crafting.Ingredient@6baa1b9d, net.minecraft.item.crafting.Ingredient@600e3411, net.minecraft.item.crafting.Ingredient@8010ee6, net.minecraft.item.crafting.Ingredient@5dfdec77, net.minecraft.item.crafting.Ingredient@663072a6, net.minecraft.item.crafting.Ingredient@770f6ccd, net.minecraft.item.crafting.Ingredient@77f93af4, net.minecraft.item.crafting.Ingredient@4555fe28]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.upgrade@1 new recipe: RecipeStage{tier='zero', recipe=1xitem.upgrade@1:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@20151166, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2cf068ad, net.minecraft.item.crafting.Ingredient@1260d95d, net.minecraft.item.crafting.Ingredient@782ed187, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@70b861c5, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.upgrade@4 new recipe: RecipeStage{tier='five', recipe=1xitem.upgrade@4:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5fa2da7f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4b9c5ae7, net.minecraft.item.crafting.Ingredient@453018fa, net.minecraft.item.crafting.Ingredient@7635efd0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3f8da24b, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.backpack@0 new recipe: RecipeStage{tier='zero', recipe=1xitem.backpack@0:[crafttweaker.mc1120.item.VanillaIngredient@166f8c3f, net.minecraft.item.crafting.Ingredient@535da1c0]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.backpack@0 new recipe: RecipeStage{tier='zero', recipe=1xitem.backpack@0:[crafttweaker.mc1120.item.VanillaIngredient@a4f8f14, net.minecraft.item.crafting.Ingredient@5882ebec]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.backpack@0 new recipe: RecipeStage{tier='zero', recipe=1xitem.backpack@0:[crafttweaker.mc1120.item.VanillaIngredient@32669ab7, net.minecraft.item.crafting.Ingredient@c8b7e9a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.backpack@0 new recipe: RecipeStage{tier='zero', recipe=1xitem.backpack@0:[crafttweaker.mc1120.item.VanillaIngredient@7aca6730, net.minecraft.item.crafting.Ingredient@35583e0e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.backpack@0 new recipe: RecipeStage{tier='zero', recipe=1xitem.backpack@0:[crafttweaker.mc1120.item.VanillaIngredient@336da930, net.minecraft.item.crafting.Ingredient@64456e69]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.backpack@0 new recipe: RecipeStage{tier='zero', recipe=1xitem.backpack@0:[crafttweaker.mc1120.item.VanillaIngredient@4d9f6636, net.minecraft.item.crafting.Ingredient@39c399c5]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.backpack@0 new recipe: RecipeStage{tier='zero', recipe=1xitem.backpack@0:[crafttweaker.mc1120.item.VanillaIngredient@673993e4, net.minecraft.item.crafting.Ingredient@28c09f4c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.backpack@0 new recipe: RecipeStage{tier='zero', recipe=1xitem.backpack@0:[crafttweaker.mc1120.item.VanillaIngredient@1e58e2b4, net.minecraft.item.crafting.Ingredient@3b705d0b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.backpack@0 new recipe: RecipeStage{tier='zero', recipe=1xitem.backpack@0:[crafttweaker.mc1120.item.VanillaIngredient@10fd4f32, net.minecraft.item.crafting.Ingredient@3ceb889e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.backpack@0 new recipe: RecipeStage{tier='zero', recipe=1xitem.backpack@0:[crafttweaker.mc1120.item.VanillaIngredient@657f80f5, net.minecraft.item.crafting.Ingredient@5c5e0154]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.backpack@0 new recipe: RecipeStage{tier='zero', recipe=1xitem.backpack@0:[crafttweaker.mc1120.item.VanillaIngredient@26205132, net.minecraft.item.crafting.Ingredient@46ef9210]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.backpack@0 new recipe: RecipeStage{tier='zero', recipe=1xitem.backpack@0:[crafttweaker.mc1120.item.VanillaIngredient@5f8eda10, net.minecraft.item.crafting.Ingredient@73763414]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.backpack@0 new recipe: RecipeStage{tier='zero', recipe=1xitem.backpack@0:[crafttweaker.mc1120.item.VanillaIngredient@577b5289, net.minecraft.item.crafting.Ingredient@6dbe2564]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.backpack@0 new recipe: RecipeStage{tier='zero', recipe=1xitem.backpack@0:[crafttweaker.mc1120.item.VanillaIngredient@44492c99, net.minecraft.item.crafting.Ingredient@65d7690]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.backpack@0 new recipe: RecipeStage{tier='zero', recipe=1xitem.backpack@0:[crafttweaker.mc1120.item.VanillaIngredient@bbf83c8, net.minecraft.item.crafting.Ingredient@17b612de]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.backpack@0 new recipe: RecipeStage{tier='zero', recipe=1xitem.backpack@0:[crafttweaker.mc1120.item.VanillaIngredient@1a16c955, net.minecraft.item.crafting.Ingredient@7712d571]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.indlog.tank@3 new recipe: RecipeStage{tier='four', recipe=1xtile.indlog.tank@3:[net.minecraftforge.oredict.OreIngredient@44a998, net.minecraftforge.oredict.OreIngredient@27436bac, net.minecraftforge.oredict.OreIngredient@bb35270, net.minecraftforge.oredict.OreIngredient@6a6ba72a, net.minecraft.item.crafting.Ingredient@4f46db96, net.minecraftforge.oredict.OreIngredient@7364d7d9, net.minecraftforge.oredict.OreIngredient@62553b17, net.minecraftforge.oredict.OreIngredient@55b08280, net.minecraftforge.oredict.OreIngredient@2cd379cb]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.indlog.tank@3 new recipe: RecipeStage{tier='four', recipe=1xtile.indlog.tank@3:[net.minecraft.item.crafting.Ingredient@79dca997, net.minecraft.item.crafting.Ingredient@321aa838, net.minecraft.item.crafting.Ingredient@636f8879, net.minecraft.item.crafting.Ingredient@5445a8fe, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@484933f0, net.minecraft.item.crafting.Ingredient@2ff509a9, net.minecraft.item.crafting.Ingredient@3046706e, net.minecraft.item.crafting.Ingredient@49bd2cc0]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.indlog.tank@7 new recipe: RecipeStage{tier='four', recipe=1xtile.indlog.tank@7:[net.minecraft.item.crafting.Ingredient@486a50b4, net.minecraft.item.crafting.Ingredient@4fd5b051, net.minecraft.item.crafting.Ingredient@4c136cc5, net.minecraft.item.crafting.Ingredient@6ce882ab, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@769d8072, net.minecraft.item.crafting.Ingredient@14a8e1c8, net.minecraft.item.crafting.Ingredient@438ad2dc, net.minecraft.item.crafting.Ingredient@6bdffddc]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.indlog.item_pipe@0 new recipe: RecipeStage{tier='four', recipe=8xtile.indlog.item_pipe@0:[net.minecraft.item.crafting.Ingredient@71db6ec5, net.minecraft.item.crafting.Ingredient@222e6797, net.minecraft.item.crafting.Ingredient@37274d3c, net.minecraft.item.crafting.Ingredient@23026719, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@90588fa, net.minecraft.item.crafting.Ingredient@58465492, net.minecraft.item.crafting.Ingredient@5505ac0b, net.minecraft.item.crafting.Ingredient@650f231d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.indlog.inv_connector@0 new recipe: RecipeStage{tier='four', recipe=1xtile.indlog.inv_connector@0:[net.minecraft.item.crafting.Ingredient@40e8251e, net.minecraft.item.crafting.Ingredient@2ae00b55, net.minecraft.item.crafting.Ingredient@527d8ff6, net.minecraftforge.oredict.OreIngredient@4ef6596f, net.minecraft.item.crafting.Ingredient@4f37557a, net.minecraftforge.oredict.OreIngredient@6527556a, net.minecraft.item.crafting.Ingredient@5b9b6407, net.minecraft.item.crafting.Ingredient@27da633a, net.minecraft.item.crafting.Ingredient@52336e3e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.indlog.fluid_pipe@1 new recipe: RecipeStage{tier='four', recipe=4xtile.indlog.fluid_pipe@1:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@de0fd17, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@d5b0bf0, net.minecraft.item.crafting.Ingredient@79ec6ad2, net.minecraft.item.crafting.Ingredient@30e7a94f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3a65f201, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.indlog.tank@2 new recipe: RecipeStage{tier='four', recipe=1xtile.indlog.tank@2:[net.minecraft.item.crafting.Ingredient@6f347a36, net.minecraft.item.crafting.Ingredient@751437f8, net.minecraft.item.crafting.Ingredient@783455c4, net.minecraft.item.crafting.Ingredient@6dd45539, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@21fd777f, net.minecraft.item.crafting.Ingredient@75023f4f, net.minecraft.item.crafting.Ingredient@2f42ce5e, net.minecraft.item.crafting.Ingredient@60f02b12]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.indlog.fluid_pipe@2 new recipe: RecipeStage{tier='four', recipe=4xtile.indlog.fluid_pipe@2:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2afcfefc, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4ee054ab, net.minecraft.item.crafting.Ingredient@77e95317, net.minecraft.item.crafting.Ingredient@16204e43, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5b665965, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.indlog.tank@0 new recipe: RecipeStage{tier='four', recipe=1xtile.indlog.tank@0:[net.minecraftforge.oredict.OreIngredient@176f1bae, net.minecraftforge.oredict.OreIngredient@2a2383bf, net.minecraftforge.oredict.OreIngredient@3e6582ee, net.minecraftforge.oredict.OreIngredient@57a15936, net.minecraft.item.crafting.Ingredient@387c8a07, net.minecraftforge.oredict.OreIngredient@e74c8cc, net.minecraftforge.oredict.OreIngredient@1c14491e, net.minecraftforge.oredict.OreIngredient@4121cb43, net.minecraftforge.oredict.OreIngredient@1dd15dd2]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 12xtile.indlog.warp_pipe@0 new recipe: RecipeStage{tier='four', recipe=12xtile.indlog.warp_pipe@0:[net.minecraft.item.crafting.Ingredient@354bd40c, net.minecraft.item.crafting.Ingredient@ba93702, net.minecraft.item.crafting.Ingredient@449d8ee7, net.minecraft.item.crafting.Ingredient@53b5646b, net.minecraft.item.crafting.Ingredient@383521a5, net.minecraft.item.crafting.Ingredient@7ae60086, net.minecraft.item.crafting.Ingredient@5224538b, net.minecraft.item.crafting.Ingredient@2acaf398, net.minecraft.item.crafting.Ingredient@3be3c76d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.indlog.tank@6 new recipe: RecipeStage{tier='four', recipe=1xtile.indlog.tank@6:[net.minecraft.item.crafting.Ingredient@714b12a7, net.minecraft.item.crafting.Ingredient@183af0e, net.minecraft.item.crafting.Ingredient@7ca8ca95, net.minecraft.item.crafting.Ingredient@5955b2c2, net.minecraft.item.crafting.Ingredient@70a24d65, net.minecraft.item.crafting.Ingredient@6c4567a0, net.minecraft.item.crafting.Ingredient@5683f4df, net.minecraft.item.crafting.Ingredient@22b49f6f, net.minecraft.item.crafting.Ingredient@401f2739]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.indlog.tank@1 new recipe: RecipeStage{tier='four', recipe=1xtile.indlog.tank@1:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@72020fd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4e4c19ca, net.minecraftforge.oredict.OreIngredient@4805a88b, net.minecraftforge.oredict.OreIngredient@711a785d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@77bb894b, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.indlog.tank@1 new recipe: RecipeStage{tier='four', recipe=1xtile.indlog.tank@1:[net.minecraft.item.crafting.Ingredient@59974c3f, net.minecraft.item.crafting.Ingredient@3c33e676, net.minecraft.item.crafting.Ingredient@1ec9a93d, net.minecraft.item.crafting.Ingredient@35938a7e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5606de47, net.minecraft.item.crafting.Ingredient@75a592a7, net.minecraft.item.crafting.Ingredient@26765d6f, net.minecraft.item.crafting.Ingredient@f9fe3a5]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.indlog.tank@5 new recipe: RecipeStage{tier='four', recipe=1xtile.indlog.tank@5:[net.minecraftforge.oredict.OreIngredient@6f8bf0f7, net.minecraftforge.oredict.OreIngredient@36e2770b, net.minecraftforge.oredict.OreIngredient@22ebd99d, net.minecraftforge.oredict.OreIngredient@529994ae, net.minecraft.item.crafting.Ingredient@6225ca42, net.minecraftforge.oredict.OreIngredient@47dab322, net.minecraftforge.oredict.OreIngredient@3b81bd75, net.minecraftforge.oredict.OreIngredient@25a3724f, net.minecraftforge.oredict.OreIngredient@6998cb63]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.indlog.buffer@5 new recipe: RecipeStage{tier='four', recipe=1xtile.indlog.buffer@5:[net.minecraftforge.oredict.OreIngredient@7bc936d1, net.minecraftforge.oredict.OreIngredient@4d1556c8, net.minecraftforge.oredict.OreIngredient@739a642f, net.minecraftforge.oredict.OreIngredient@5c766aec, net.minecraft.item.crafting.Ingredient@6ebbb00d, net.minecraftforge.oredict.OreIngredient@9ff0804, net.minecraftforge.oredict.OreIngredient@2964be08, net.minecraftforge.oredict.OreIngredient@462a80c2, net.minecraftforge.oredict.OreIngredient@75a27bd2]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.indlog.buffer@9 new recipe: RecipeStage{tier='four', recipe=1xtile.indlog.buffer@9:[net.minecraftforge.oredict.OreIngredient@46ce24a, net.minecraftforge.oredict.OreIngredient@8748831, net.minecraftforge.oredict.OreIngredient@1aca256d, net.minecraftforge.oredict.OreIngredient@7cd0b10d, net.minecraft.item.crafting.Ingredient@1fcd726f, net.minecraftforge.oredict.OreIngredient@33d444a7, net.minecraftforge.oredict.OreIngredient@787eeefd, net.minecraftforge.oredict.OreIngredient@1df6026, net.minecraftforge.oredict.OreIngredient@75f52478]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.indlog.buffer@13 new recipe: RecipeStage{tier='four', recipe=1xtile.indlog.buffer@13:[net.minecraft.item.crafting.Ingredient@6495b71d, net.minecraftforge.oredict.OreIngredient@6b13b474, net.minecraft.item.crafting.Ingredient@11b72760, net.minecraftforge.oredict.OreIngredient@4d3d07ca, net.minecraft.item.crafting.Ingredient@4d96c2f, net.minecraftforge.oredict.OreIngredient@721fc8d4, net.minecraftforge.oredict.OreIngredient@5abb6dd0, net.minecraftforge.oredict.OreIngredient@7f9d321a, net.minecraftforge.oredict.OreIngredient@30ea91d2]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.indlog.buffer@1 new recipe: RecipeStage{tier='four', recipe=1xtile.indlog.buffer@1:[crafttweaker.mc1120.item.VanillaIngredient@3c3fb673, net.minecraft.item.crafting.Ingredient@3d6b89c9, crafttweaker.mc1120.item.VanillaIngredient@2bf0719c, net.minecraft.item.crafting.Ingredient@4f701131, net.minecraft.item.crafting.Ingredient@e3daa82, net.minecraft.item.crafting.Ingredient@6ff94f4d, crafttweaker.mc1120.item.VanillaIngredient@472dbfbf, net.minecraft.item.crafting.Ingredient@89bd7f2, crafttweaker.mc1120.item.VanillaIngredient@6b1105d9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.indlog.item_pipe@2 new recipe: RecipeStage{tier='four', recipe=4xtile.indlog.item_pipe@2:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4eb7bcd1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@644d32ff, net.minecraft.item.crafting.Ingredient@32bf4dc3, net.minecraft.item.crafting.Ingredient@51e3b980, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@22c1d659, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.indlog.tank@4 new recipe: RecipeStage{tier='four', recipe=1xtile.indlog.tank@4:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2f96c234, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@678f5350, net.minecraft.item.crafting.Ingredient@2becc998, net.minecraft.item.crafting.Ingredient@7b3a1a2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1e2d4402, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.indlog.tank@8 new recipe: RecipeStage{tier='four', recipe=1xtile.indlog.tank@8:[net.minecraft.item.crafting.Ingredient@3258144, net.minecraft.item.crafting.Ingredient@4ec828b1, net.minecraft.item.crafting.Ingredient@54ec2e7b, net.minecraft.item.crafting.Ingredient@20956db0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@f95f747, net.minecraft.item.crafting.Ingredient@17cba4, net.minecraft.item.crafting.Ingredient@353db22b, net.minecraft.item.crafting.Ingredient@3ecea1d1]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.indlog.tank@8 new recipe: RecipeStage{tier='disabled', recipe=1xtile.indlog.tank@8:[net.minecraft.item.crafting.Ingredient@3258144, net.minecraft.item.crafting.Ingredient@4ec828b1, net.minecraft.item.crafting.Ingredient@54ec2e7b, net.minecraft.item.crafting.Ingredient@20956db0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@f95f747, net.minecraft.item.crafting.Ingredient@17cba4, net.minecraft.item.crafting.Ingredient@353db22b, net.minecraft.item.crafting.Ingredient@3ecea1d1]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.indlog.fluid_pipe@0 new recipe: RecipeStage{tier='four', recipe=8xtile.indlog.fluid_pipe@0:[net.minecraft.item.crafting.Ingredient@1ec14680, net.minecraft.item.crafting.Ingredient@20b5e417, net.minecraft.item.crafting.Ingredient@78c1a6c0, net.minecraft.item.crafting.Ingredient@334a5020, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@27abf58f, net.minecraft.item.crafting.Ingredient@28b12831, net.minecraft.item.crafting.Ingredient@5db37c41, net.minecraft.item.crafting.Ingredient@3c99fc87]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.indlog.item_pipe@1 new recipe: RecipeStage{tier='four', recipe=4xtile.indlog.item_pipe@1:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@44667116, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6537390b, net.minecraft.item.crafting.Ingredient@23201098, net.minecraft.item.crafting.Ingredient@50aeadbf, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@27b7987d, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.indlog.remote_inv@0 new recipe: RecipeStage{tier='four', recipe=1xitem.indlog.remote_inv@0:[net.minecraft.item.crafting.Ingredient@7b9402e1, net.minecraft.item.crafting.Ingredient@581369db, net.minecraft.item.crafting.Ingredient@7d75e433, net.minecraft.item.crafting.Ingredient@669aef90, net.minecraft.item.crafting.Ingredient@3d427aa8, net.minecraft.item.crafting.Ingredient@7e5c816a, net.minecraft.item.crafting.Ingredient@2cdab6ee, net.minecraft.item.crafting.Ingredient@1d0d3a8a, net.minecraft.item.crafting.Ingredient@333494b9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xtile.indlog.buffer@13 new recipe: RecipeStage{tier='four', recipe=2xtile.indlog.buffer@13:[net.minecraft.item.crafting.Ingredient@29790464]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xtile.indlog.buffer@9 new recipe: RecipeStage{tier='four', recipe=2xtile.indlog.buffer@9:[net.minecraft.item.crafting.Ingredient@50edba63]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xtile.indlog.buffer@5 new recipe: RecipeStage{tier='four', recipe=2xtile.indlog.buffer@5:[net.minecraft.item.crafting.Ingredient@2440039e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xtile.indlog.buffer@1 new recipe: RecipeStage{tier='four', recipe=2xtile.indlog.buffer@1:[net.minecraft.item.crafting.Ingredient@33c6caf3]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.indlog.buffer@15 new recipe: RecipeStage{tier='four', recipe=1xtile.indlog.buffer@15:[net.minecraft.item.crafting.Ingredient@52fdb2cb, net.minecraft.item.crafting.Ingredient@6ffe2455]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xtile.indlog.buffer@10 new recipe: RecipeStage{tier='four', recipe=2xtile.indlog.buffer@10:[net.minecraft.item.crafting.Ingredient@4b8686c7]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.indlog.buffer@7 new recipe: RecipeStage{tier='four', recipe=1xtile.indlog.buffer@7:[net.minecraft.item.crafting.Ingredient@4e124c16, net.minecraft.item.crafting.Ingredient@71c6c4f5]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xtile.indlog.buffer@2 new recipe: RecipeStage{tier='four', recipe=2xtile.indlog.buffer@2:[net.minecraft.item.crafting.Ingredient@6f848a14]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xtile.indlog.buffer@8 new recipe: RecipeStage{tier='four', recipe=2xtile.indlog.buffer@8:[net.minecraft.item.crafting.Ingredient@104b899d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xtile.indlog.buffer@4 new recipe: RecipeStage{tier='four', recipe=2xtile.indlog.buffer@4:[net.minecraft.item.crafting.Ingredient@4ce5057e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xtile.indlog.buffer@14 new recipe: RecipeStage{tier='four', recipe=2xtile.indlog.buffer@14:[net.minecraft.item.crafting.Ingredient@bc3917b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.indlog.buffer@11 new recipe: RecipeStage{tier='four', recipe=1xtile.indlog.buffer@11:[net.minecraft.item.crafting.Ingredient@405c6e3d, net.minecraft.item.crafting.Ingredient@c1700ca]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.indlog.buffer@6 new recipe: RecipeStage{tier='four', recipe=1xtile.indlog.buffer@6:[net.minecraft.item.crafting.Ingredient@683d3ac3, net.minecraft.item.crafting.Ingredient@7f6226f6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.indlog.buffer@13 new recipe: RecipeStage{tier='four', recipe=1xtile.indlog.buffer@13:[net.minecraft.item.crafting.Ingredient@5cec92a1, net.minecraft.item.crafting.Ingredient@6849d8a6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.indlog.buffer@9 new recipe: RecipeStage{tier='four', recipe=1xtile.indlog.buffer@9:[net.minecraft.item.crafting.Ingredient@69a30c4e, net.minecraft.item.crafting.Ingredient@718d21a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.indlog.buffer@5 new recipe: RecipeStage{tier='four', recipe=1xtile.indlog.buffer@5:[net.minecraft.item.crafting.Ingredient@3f5931c2, net.minecraft.item.crafting.Ingredient@19735267]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.indlog.buffer@1 new recipe: RecipeStage{tier='four', recipe=1xtile.indlog.buffer@1:[net.minecraft.item.crafting.Ingredient@6843fc7b, net.minecraft.item.crafting.Ingredient@290a7b6b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.indlog.buffer@10 new recipe: RecipeStage{tier='four', recipe=1xtile.indlog.buffer@10:[net.minecraft.item.crafting.Ingredient@5f2b98a9, net.minecraft.item.crafting.Ingredient@5cc81941]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.indlog.buffer@2 new recipe: RecipeStage{tier='four', recipe=1xtile.indlog.buffer@2:[net.minecraft.item.crafting.Ingredient@2b1f9687, net.minecraft.item.crafting.Ingredient@513461ac]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xtile.indlog.buffer@12 new recipe: RecipeStage{tier='four', recipe=2xtile.indlog.buffer@12:[net.minecraft.item.crafting.Ingredient@52d945f3]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xtile.indlog.buffer@0 new recipe: RecipeStage{tier='four', recipe=2xtile.indlog.buffer@0:[net.minecraft.item.crafting.Ingredient@4ec74cf8]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.indlog.buffer@14 new recipe: RecipeStage{tier='four', recipe=1xtile.indlog.buffer@14:[net.minecraft.item.crafting.Ingredient@19bb5009, net.minecraft.item.crafting.Ingredient@6bf06b93]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xtile.indlog.buffer@6 new recipe: RecipeStage{tier='four', recipe=2xtile.indlog.buffer@6:[net.minecraft.item.crafting.Ingredient@731e4dc3]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.indlog.buffer@3 new recipe: RecipeStage{tier='four', recipe=1xtile.indlog.buffer@3:[net.minecraft.item.crafting.Ingredient@74a6fd4, net.minecraft.item.crafting.Ingredient@44b25c2c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.industrialforegoing.mob_duplicator@0 new recipe: RecipeStage{tier='four', recipe=1xtile.industrialforegoing.mob_duplicator@0:[net.minecraft.item.crafting.Ingredient@2cf60bda, net.minecraft.item.crafting.Ingredient@2d073bd2, net.minecraft.item.crafting.Ingredient@79e7c569, net.minecraft.item.crafting.Ingredient@2f62b545, net.minecraft.item.crafting.Ingredient@33d6c3a8, net.minecraft.item.crafting.Ingredient@271bb7ab, net.minecraftforge.oredict.OreIngredient@6010f2ac, net.minecraft.item.crafting.Ingredient@5ae2bb76, net.minecraftforge.oredict.OreIngredient@5face801]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.industrialforegoing.conveyor@8 new recipe: RecipeStage{tier='three', recipe=1xtile.industrialforegoing.conveyor@8:[net.minecraft.item.crafting.Ingredient@25f0aab0, net.minecraft.item.crafting.Ingredient@4212a930, net.minecraft.item.crafting.Ingredient@de4830f, net.minecraft.item.crafting.Ingredient@35308e52, net.minecraftforge.oredict.OreIngredient@15b5076e, net.minecraft.item.crafting.Ingredient@42b977c1, net.minecraft.item.crafting.Ingredient@6b6c7862, net.minecraft.item.crafting.Ingredient@5a9f2943, net.minecraft.item.crafting.Ingredient@67accb09]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.industrialforegoing.enchantment_invoker@0 new recipe: RecipeStage{tier='four', recipe=1xtile.industrialforegoing.enchantment_invoker@0:[net.minecraft.item.crafting.Ingredient@6e22bf42, net.minecraft.item.crafting.Ingredient@6685658c, net.minecraft.item.crafting.Ingredient@45739d2e, net.minecraftforge.oredict.OreIngredient@4486f20a, net.minecraft.item.crafting.Ingredient@3fa59d77, net.minecraftforge.oredict.OreIngredient@72c1360a, net.minecraft.item.crafting.Ingredient@2b025f91, net.minecraft.item.crafting.Ingredient@58e7fe59, net.minecraft.item.crafting.Ingredient@4bba9e17]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.industrialforegoing.enchantment_refiner@0 new recipe: RecipeStage{tier='four', recipe=1xtile.industrialforegoing.enchantment_refiner@0:[net.minecraft.item.crafting.Ingredient@3030800c, net.minecraft.item.crafting.Ingredient@977bf4c, net.minecraft.item.crafting.Ingredient@6e059d0d, net.minecraft.item.crafting.Ingredient@71d0fcfc, net.minecraft.item.crafting.Ingredient@45d4322a, net.minecraft.item.crafting.Ingredient@71ed7803, net.minecraft.item.crafting.Ingredient@33426ec6, net.minecraftforge.oredict.OreIngredient@4503434e, net.minecraft.item.crafting.Ingredient@21226ca6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.industrialforegoing.range_addon@9 new recipe: RecipeStage{tier='four', recipe=1xitem.industrialforegoing.range_addon@9:[net.minecraftforge.oredict.OreIngredient@3b1525e1, net.minecraft.item.crafting.Ingredient@1b01481b, net.minecraftforge.oredict.OreIngredient@44476106, net.minecraftforge.oredict.OreIngredient@76327274, net.minecraftforge.oredict.OreIngredient@649a6b7e, net.minecraftforge.oredict.OreIngredient@75caa666, net.minecraftforge.oredict.OreIngredient@afaa688, net.minecraft.item.crafting.Ingredient@6fbec471, net.minecraftforge.oredict.OreIngredient@58489363]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.industrialforegoing.range_addon@11 new recipe: RecipeStage{tier='four', recipe=1xitem.industrialforegoing.range_addon@11:[net.minecraftforge.oredict.OreIngredient@7811f79a, net.minecraft.item.crafting.Ingredient@2780c0f6, net.minecraftforge.oredict.OreIngredient@3e84053b, net.minecraftforge.oredict.OreIngredient@224b5a03, net.minecraftforge.oredict.OreIngredient@5591d4f7, net.minecraftforge.oredict.OreIngredient@74b729c3, net.minecraftforge.oredict.OreIngredient@6a0447b3, net.minecraft.item.crafting.Ingredient@12e783b2, net.minecraftforge.oredict.OreIngredient@490acb75]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.industrialforegoing.villager_trade_exchanger@0 new recipe: RecipeStage{tier='four', recipe=1xtile.industrialforegoing.villager_trade_exchanger@0:[net.minecraft.item.crafting.Ingredient@4be0aa6, net.minecraftforge.oredict.OreIngredient@4c4fec5d, net.minecraft.item.crafting.Ingredient@621b1c75, net.minecraftforge.oredict.OreIngredient@7d552220, net.minecraft.item.crafting.Ingredient@94afc16, net.minecraftforge.oredict.OreIngredient@3ad4c466, net.minecraft.item.crafting.Ingredient@968ffd, net.minecraftforge.oredict.OreIngredient@5406f9ed, net.minecraft.item.crafting.Ingredient@a721537]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.industrialforegoing.conveyor@3 new recipe: RecipeStage{tier='three', recipe=1xtile.industrialforegoing.conveyor@3:[net.minecraft.item.crafting.Ingredient@161907eb, net.minecraft.item.crafting.Ingredient@22c48bb2, net.minecraft.item.crafting.Ingredient@416ed796, net.minecraft.item.crafting.Ingredient@5bafa921, net.minecraftforge.oredict.OreIngredient@557dbe0, net.minecraft.item.crafting.Ingredient@3c849e3, net.minecraft.item.crafting.Ingredient@342dec6b, net.minecraft.item.crafting.Ingredient@12edbd6e, net.minecraft.item.crafting.Ingredient@295efc08]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.industrialforegoing.black_hole_controller_reworked@0 new recipe: RecipeStage{tier='five', recipe=1xtile.industrialforegoing.black_hole_controller_reworked@0:[net.minecraft.item.crafting.Ingredient@68183f91, net.minecraftforge.oredict.OreIngredient@338dc84d, net.minecraft.item.crafting.Ingredient@4c74159f, net.minecraft.item.crafting.Ingredient@12941ea5, net.minecraft.item.crafting.Ingredient@3bd94fd1, net.minecraft.item.crafting.Ingredient@66cb3747, net.minecraft.item.crafting.Ingredient@aff0eec, net.minecraft.item.crafting.Ingredient@382c4820, net.minecraft.item.crafting.Ingredient@49fa2f33]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.industrialforegoing.animal_independence_selector@0 new recipe: RecipeStage{tier='four', recipe=1xtile.industrialforegoing.animal_independence_selector@0:[net.minecraft.item.crafting.Ingredient@76b45844, net.minecraftforge.oredict.OreIngredient@44eb010, net.minecraft.item.crafting.Ingredient@5e7995f1, net.minecraftforge.oredict.OreIngredient@4662aaba, net.minecraft.item.crafting.Ingredient@12c0bc4a, net.minecraftforge.oredict.OreIngredient@637f4032, net.minecraftforge.oredict.OreIngredient@713b87b1, net.minecraftforge.oredict.OreIngredient@22dfd456, net.minecraftforge.oredict.OreIngredient@35ea1eab]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.industrialforegoing.range_addon@10 new recipe: RecipeStage{tier='four', recipe=1xitem.industrialforegoing.range_addon@10:[net.minecraft.item.crafting.Ingredient@2c0db6f4, net.minecraft.item.crafting.Ingredient@126aacb, net.minecraft.item.crafting.Ingredient@5d87a3dd, net.minecraft.item.crafting.Ingredient@38fdf180, net.minecraftforge.oredict.OreIngredient@79865a7d, net.minecraft.item.crafting.Ingredient@4d42c774, net.minecraft.item.crafting.Ingredient@2dbb1c4a, net.minecraft.item.crafting.Ingredient@7a1d998c, net.minecraft.item.crafting.Ingredient@31836100]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.industrialforegoing.enchantment_extractor@0 new recipe: RecipeStage{tier='four', recipe=1xtile.industrialforegoing.enchantment_extractor@0:[net.minecraft.item.crafting.Ingredient@6aa17923, net.minecraft.item.crafting.Ingredient@1f0d6171, net.minecraft.item.crafting.Ingredient@9ca5ae5, net.minecraft.item.crafting.Ingredient@236ba1bd, net.minecraft.item.crafting.Ingredient@4262bc92, net.minecraft.item.crafting.Ingredient@36904b46, net.minecraftforge.oredict.OreIngredient@6d562203, net.minecraftforge.oredict.OreIngredient@13ce105d, net.minecraftforge.oredict.OreIngredient@449fb89a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.industrialforegoing.energy_field_provider@0 new recipe: RecipeStage{tier='four', recipe=1xtile.industrialforegoing.energy_field_provider@0:[net.minecraftforge.oredict.OreIngredient@70e11134, net.minecraft.item.crafting.Ingredient@2cfb6311, net.minecraftforge.oredict.OreIngredient@4fd4d22b, net.minecraftforge.oredict.OreIngredient@76b6e823, net.minecraft.item.crafting.Ingredient@ea63f70, net.minecraftforge.oredict.OreIngredient@79b2365e, net.minecraft.item.crafting.Ingredient@101ee6c9, net.minecraftforge.oredict.OreIngredient@5128e319, net.minecraft.item.crafting.Ingredient@6e4a1bf3]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.industrialforegoing.petrified_fuel_generator@0 new recipe: RecipeStage{tier='four', recipe=1xtile.industrialforegoing.petrified_fuel_generator@0:[net.minecraft.item.crafting.Ingredient@622c0a2, net.minecraftforge.oredict.OreIngredient@61ed5601, net.minecraft.item.crafting.Ingredient@774b410e, net.minecraftforge.oredict.OreIngredient@49604997, net.minecraft.item.crafting.Ingredient@59d7b7c9, net.minecraftforge.oredict.OreIngredient@5281afac, net.minecraft.item.crafting.Ingredient@7f6fc7c3, net.minecraft.item.crafting.Ingredient@34081548, net.minecraft.item.crafting.Ingredient@500585ff]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.infoaccessories.info.accessory@6 new recipe: RecipeStage{tier='two', recipe=1xitem.infoaccessories.info.accessory@6:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@f26bc9c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@e762364, net.minecraft.item.crafting.Ingredient@7aa0c5b7, net.minecraft.item.crafting.Ingredient@6f68d61, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3c8e037f, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.infoaccessories.info.accessory@2 new recipe: RecipeStage{tier='two', recipe=1xitem.infoaccessories.info.accessory@2:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3dc6a89, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7fad9a38, net.minecraft.item.crafting.Ingredient@4d029d29, net.minecraft.item.crafting.Ingredient@1dbea0d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@61b3509d, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.infoaccessories.info.accessory@4 new recipe: RecipeStage{tier='two', recipe=1xitem.infoaccessories.info.accessory@4:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@725c7ac9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2b6e5a7e, net.minecraft.item.crafting.Ingredient@75bb569c, net.minecraft.item.crafting.Ingredient@e77d70e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1fec7e3b, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.infoaccessories.info.accessory@5 new recipe: RecipeStage{tier='two', recipe=1xitem.infoaccessories.info.accessory@5:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@46087a12, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@69a8dbf9, net.minecraft.item.crafting.Ingredient@5957be65, net.minecraft.item.crafting.Ingredient@25b60ed2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@20eb289c, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.infoaccessories.info.accessory@1 new recipe: RecipeStage{tier='two', recipe=1xitem.infoaccessories.info.accessory@1:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@fb3486b, net.minecraft.item.crafting.Ingredient@6bf37b6e, net.minecraftforge.oredict.OreIngredient@7e26385c, net.minecraft.item.crafting.Ingredient@7f040cc, net.minecraftforge.oredict.OreIngredient@1295b049]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.infoaccessories.info.accessory@0 new recipe: RecipeStage{tier='two', recipe=1xitem.infoaccessories.info.accessory@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@62cd917e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2de6a1a3, net.minecraft.item.crafting.Ingredient@281562f3, net.minecraft.item.crafting.Ingredient@17bd9840, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@19f5bda8, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.blocks.integrateddynamics.mechanical_squeezer@0 new recipe: RecipeStage{tier='four', recipe=1xtile.blocks.integrateddynamics.mechanical_squeezer@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@186ec8c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@28704b5, net.minecraft.item.crafting.Ingredient@7903f33d, net.minecraft.item.crafting.Ingredient@4daf1948, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7bfb6efd, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ironbackpacks.backpack@0 new recipe: RecipeStage{tier='two', recipe=1xitem.ironbackpacks.backpack@0:[net.minecraftforge.oredict.OreIngredient@320af366, net.minecraft.item.crafting.Ingredient@401ef736, net.minecraftforge.oredict.OreIngredient@769758d7, net.minecraftforge.oredict.OreIngredient@5ff76ed0, crafttweaker.mc1120.item.VanillaIngredient@3a03278b, net.minecraftforge.oredict.OreIngredient@d13d0ba, net.minecraftforge.oredict.OreIngredient@418e602f, net.minecraftforge.oredict.OreIngredient@256b1720, net.minecraftforge.oredict.OreIngredient@6f74379]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ironbackpacks.backpack@0 new recipe: RecipeStage{tier='two', recipe=1xitem.ironbackpacks.backpack@0:[net.minecraftforge.oredict.OreIngredient@6f354137, net.minecraft.item.crafting.Ingredient@512e1ceb, net.minecraftforge.oredict.OreIngredient@7a6d158a, net.minecraftforge.oredict.OreIngredient@7a0e1d66, crafttweaker.mc1120.item.VanillaIngredient@3f77c7e9, net.minecraftforge.oredict.OreIngredient@1e9f5da8, net.minecraftforge.oredict.OreIngredient@ccccab4, net.minecraftforge.oredict.OreIngredient@6a30366, net.minecraftforge.oredict.OreIngredient@7ead4d4]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ironbackpacks.backpack@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ironbackpacks.backpack@0:[net.minecraft.item.crafting.Ingredient@14aeda77, net.minecraft.item.crafting.Ingredient@10d6a2dc, net.minecraft.item.crafting.Ingredient@5d7cd42c, net.minecraft.item.crafting.Ingredient@160a1d90, crafttweaker.mc1120.item.VanillaIngredient@74151044, net.minecraft.item.crafting.Ingredient@51708c58, net.minecraft.item.crafting.Ingredient@6a96efee, net.minecraft.item.crafting.Ingredient@2cb699b1, net.minecraft.item.crafting.Ingredient@707d2b53]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ironbackpacks.backpack@0 new recipe: RecipeStage{tier='two', recipe=1xitem.ironbackpacks.backpack@0:[net.minecraft.item.crafting.Ingredient@25ba6b48, net.minecraft.item.crafting.Ingredient@788e198e, net.minecraft.item.crafting.Ingredient@60ed6c3f, net.minecraft.item.crafting.Ingredient@79d3e4c2, net.minecraft.item.crafting.Ingredient@fc5309b, net.minecraft.item.crafting.Ingredient@70f1a84, net.minecraft.item.crafting.Ingredient@c0812ce, net.minecraft.item.crafting.Ingredient@6a9b1279, net.minecraft.item.crafting.Ingredient@4cfcb659]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.IronChest@6 new recipe: RecipeStage{tier='three', recipe=1xtile.IronChest@6:[net.minecraft.item.crafting.Ingredient@33d85e78, net.minecraft.item.crafting.Ingredient@7f0ab4af, net.minecraft.item.crafting.Ingredient@4db079ed, net.minecraft.item.crafting.Ingredient@6457407c, net.minecraft.item.crafting.Ingredient@150de910, net.minecraft.item.crafting.Ingredient@3f0898d2, net.minecraft.item.crafting.Ingredient@71b9f1cf, net.minecraft.item.crafting.Ingredient@2fb31b24, net.minecraft.item.crafting.Ingredient@550c22ab]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.IronChest@5 new recipe: RecipeStage{tier='five', recipe=1xtile.IronChest@5:[net.minecraftforge.oredict.OreIngredient@2eb9eed0, net.minecraftforge.oredict.OreIngredient@10b05541, net.minecraftforge.oredict.OreIngredient@27ed0648, net.minecraft.item.crafting.Ingredient@13c06164, net.minecraft.item.crafting.Ingredient@72eec2a2, net.minecraft.item.crafting.Ingredient@60669be3, net.minecraftforge.oredict.OreIngredient@2ff60ee1, net.minecraftforge.oredict.OreIngredient@3f2d813a, net.minecraftforge.oredict.OreIngredient@3b52afaf]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ironchest.chest.diamond_crystal@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ironchest.chest.diamond_crystal@0:[net.minecraftforge.oredict.OreIngredient@6fbf82a5, net.minecraftforge.oredict.OreIngredient@70a118b5, net.minecraftforge.oredict.OreIngredient@23d663ca, net.minecraft.item.crafting.Ingredient@dd79fc8, net.minecraft.item.crafting.Ingredient@1e6e9e7d, net.minecraft.item.crafting.Ingredient@667249b5, net.minecraftforge.oredict.OreIngredient@762abe82, net.minecraftforge.oredict.OreIngredient@47b25650, net.minecraftforge.oredict.OreIngredient@2d45b5ad]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ironchest.chest.diamond_obsidian@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ironchest.chest.diamond_obsidian@0:[net.minecraft.item.crafting.Ingredient@598e6e51, net.minecraft.item.crafting.Ingredient@7af3054c, net.minecraft.item.crafting.Ingredient@2f26dc94, net.minecraft.item.crafting.Ingredient@2fcefc00, net.minecraft.item.crafting.Ingredient@598f34e, net.minecraft.item.crafting.Ingredient@67a34fd4, net.minecraft.item.crafting.Ingredient@7ef8edc8, net.minecraft.item.crafting.Ingredient@260e30eb, net.minecraft.item.crafting.Ingredient@64cea5e7]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ironchest.chest.wood_copper@0 new recipe: RecipeStage{tier='one', recipe=1xitem.ironchest.chest.wood_copper@0:[net.minecraftforge.oredict.OreIngredient@19ee9b45, net.minecraftforge.oredict.OreIngredient@20c1b31d, net.minecraftforge.oredict.OreIngredient@779f5686, net.minecraftforge.oredict.OreIngredient@666f340f, net.minecraftforge.oredict.OreIngredient@bb6af34, net.minecraftforge.oredict.OreIngredient@26c2ac04, net.minecraftforge.oredict.OreIngredient@2be4e53c, net.minecraftforge.oredict.OreIngredient@34b46303, net.minecraftforge.oredict.OreIngredient@ac5b5ae]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ironchest.chest.copper_iron@0 new recipe: RecipeStage{tier='two', recipe=1xitem.ironchest.chest.copper_iron@0:[net.minecraftforge.oredict.OreIngredient@39549a7e, net.minecraftforge.oredict.OreIngredient@3595556d, net.minecraftforge.oredict.OreIngredient@222e84a7, net.minecraftforge.oredict.OreIngredient@5612d89, net.minecraftforge.oredict.OreIngredient@187bc031, net.minecraftforge.oredict.OreIngredient@7dad06e, net.minecraftforge.oredict.OreIngredient@5187678e, net.minecraftforge.oredict.OreIngredient@5d860552, net.minecraftforge.oredict.OreIngredient@1bba3c9b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.IronChest@1 new recipe: RecipeStage{tier='two', recipe=1xtile.IronChest@1:[net.minecraftforge.oredict.OreIngredient@4a32c622, net.minecraftforge.oredict.OreIngredient@20e373fd, net.minecraftforge.oredict.OreIngredient@4d225e26, net.minecraftforge.oredict.OreIngredient@7b6fdfd, net.minecraft.item.crafting.Ingredient@5be928ff, net.minecraftforge.oredict.OreIngredient@602ec4e4, net.minecraftforge.oredict.OreIngredient@3f2265a9, net.minecraftforge.oredict.OreIngredient@fcb2ea5, net.minecraftforge.oredict.OreIngredient@1d774173]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.IronChest@2 new recipe: RecipeStage{tier='five', recipe=1xtile.IronChest@2:[net.minecraft.item.crafting.Ingredient@be8bfdd, net.minecraft.item.crafting.Ingredient@27cb9c24, net.minecraft.item.crafting.Ingredient@71a3207e, net.minecraft.item.crafting.Ingredient@56f89be0, net.minecraft.item.crafting.Ingredient@18a0c0b5, net.minecraft.item.crafting.Ingredient@63f14539, net.minecraft.item.crafting.Ingredient@bb929e9, net.minecraft.item.crafting.Ingredient@198c94e5, net.minecraft.item.crafting.Ingredient@7b75a09]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.IronChest@7 new recipe: RecipeStage{tier='one', recipe=1xtile.IronChest@7:[net.minecraft.item.crafting.Ingredient@6e061f4b, net.minecraft.item.crafting.Ingredient@2c329503, net.minecraft.item.crafting.Ingredient@516407dc, net.minecraft.item.crafting.Ingredient@6c3e78eb, net.minecraft.item.crafting.Ingredient@321cce60, net.minecraft.item.crafting.Ingredient@a3ecfad, net.minecraft.item.crafting.Ingredient@7b1573d1, net.minecraft.item.crafting.Ingredient@6473a578, net.minecraft.item.crafting.Ingredient@30481858]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ironchest.chest.copper_silver@0 new recipe: RecipeStage{tier='two', recipe=1xitem.ironchest.chest.copper_silver@0:[net.minecraftforge.oredict.OreIngredient@4cf7ea5b, net.minecraftforge.oredict.OreIngredient@1cac93ef, net.minecraftforge.oredict.OreIngredient@658dbd67, net.minecraftforge.oredict.OreIngredient@15f7f356, net.minecraftforge.oredict.OreIngredient@66a16681, net.minecraftforge.oredict.OreIngredient@1e6aa251, net.minecraftforge.oredict.OreIngredient@1684427e, net.minecraftforge.oredict.OreIngredient@3c437ebb, net.minecraftforge.oredict.OreIngredient@513b82dc]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ironchest.chest.iron_gold@0 new recipe: RecipeStage{tier='two', recipe=1xitem.ironchest.chest.iron_gold@0:[net.minecraftforge.oredict.OreIngredient@1a08ca80, net.minecraftforge.oredict.OreIngredient@2e2bfc0d, net.minecraftforge.oredict.OreIngredient@9bae9d5, net.minecraftforge.oredict.OreIngredient@49aa75c, net.minecraftforge.oredict.OreIngredient@581a3185, net.minecraftforge.oredict.OreIngredient@29a0751f, net.minecraftforge.oredict.OreIngredient@778ad5bf, net.minecraftforge.oredict.OreIngredient@26fb3c55, net.minecraftforge.oredict.OreIngredient@2f64a716]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ironchest.chest.silver_gold@0 new recipe: RecipeStage{tier='two', recipe=1xitem.ironchest.chest.silver_gold@0:[net.minecraftforge.oredict.OreIngredient@5c63768, net.minecraftforge.oredict.OreIngredient@24c03d42, net.minecraftforge.oredict.OreIngredient@5ba6b41b, net.minecraftforge.oredict.OreIngredient@5170f46e, net.minecraftforge.oredict.OreIngredient@6539e45f, net.minecraftforge.oredict.OreIngredient@4036ff97, net.minecraftforge.oredict.OreIngredient@2e5e8de6, net.minecraftforge.oredict.OreIngredient@78dbcfc7, net.minecraftforge.oredict.OreIngredient@52ead79f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.IronChest@3 new recipe: RecipeStage{tier='one', recipe=1xtile.IronChest@3:[net.minecraftforge.oredict.OreIngredient@25574012, net.minecraftforge.oredict.OreIngredient@7f3cd8e3, net.minecraftforge.oredict.OreIngredient@59bf9534, net.minecraftforge.oredict.OreIngredient@5d6df7b3, net.minecraft.item.crafting.Ingredient@42257bdc, net.minecraftforge.oredict.OreIngredient@5bc748bb, net.minecraftforge.oredict.OreIngredient@7ef460c2, net.minecraftforge.oredict.OreIngredient@4c16d0c0, net.minecraftforge.oredict.OreIngredient@2584b905]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ironchest.chest.gold_diamond@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ironchest.chest.gold_diamond@0:[net.minecraft.item.crafting.Ingredient@4467af9e, net.minecraft.item.crafting.Ingredient@194825a0, net.minecraft.item.crafting.Ingredient@63227699, net.minecraft.item.crafting.Ingredient@636ea769, net.minecraftforge.oredict.OreIngredient@1a0cefc5, net.minecraft.item.crafting.Ingredient@42b1ac01, net.minecraft.item.crafting.Ingredient@32579c70, net.minecraft.item.crafting.Ingredient@241430bc, net.minecraft.item.crafting.Ingredient@591b913c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.IronChest@0 new recipe: RecipeStage{tier='two', recipe=1xtile.IronChest@0:[net.minecraftforge.oredict.OreIngredient@1685ffba, net.minecraftforge.oredict.OreIngredient@183f4506, net.minecraftforge.oredict.OreIngredient@1dab176d, net.minecraftforge.oredict.OreIngredient@183ce795, net.minecraft.item.crafting.Ingredient@21fda307, net.minecraftforge.oredict.OreIngredient@4388c54b, net.minecraftforge.oredict.OreIngredient@65da228, net.minecraftforge.oredict.OreIngredient@7922fd39, net.minecraftforge.oredict.OreIngredient@350b9c81]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.IronChest@4 new recipe: RecipeStage{tier='two', recipe=1xtile.IronChest@4:[net.minecraftforge.oredict.OreIngredient@30aca5f6, net.minecraftforge.oredict.OreIngredient@5b8b0d29, net.minecraftforge.oredict.OreIngredient@35aef854, net.minecraftforge.oredict.OreIngredient@5c2895f4, net.minecraft.item.crafting.Ingredient@9fe1892, net.minecraftforge.oredict.OreIngredient@a1faec1, net.minecraftforge.oredict.OreIngredient@48b18b8e, net.minecraftforge.oredict.OreIngredient@50ae3059, net.minecraftforge.oredict.OreIngredient@29ed9856]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ironchest.chest.wood_iron@0 new recipe: RecipeStage{tier='two', recipe=1xitem.ironchest.chest.wood_iron@0:[net.minecraftforge.oredict.OreIngredient@5ef3420c, net.minecraftforge.oredict.OreIngredient@1ada4fa7, net.minecraftforge.oredict.OreIngredient@3b57985d, net.minecraftforge.oredict.OreIngredient@7ebd8849, net.minecraftforge.oredict.OreIngredient@3a1a46b0, net.minecraftforge.oredict.OreIngredient@72759123, net.minecraftforge.oredict.OreIngredient@75e76a40, net.minecraftforge.oredict.OreIngredient@678a4b75, net.minecraftforge.oredict.OreIngredient@f4daef2]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ij.capacitor@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ij.capacitor@0:[net.minecraft.item.crafting.Ingredient@51efcab1, net.minecraft.item.crafting.Ingredient@1f940fa6, net.minecraft.item.crafting.Ingredient@2a703ec2, net.minecraftforge.oredict.OreIngredient@48a83f40, net.minecraft.item.crafting.Ingredient@67bddea6, net.minecraftforge.oredict.OreIngredient@58eb04c8, net.minecraft.item.crafting.Ingredient@73c6b739, net.minecraftforge.oredict.OreIngredient@7a1dd43e, net.minecraft.item.crafting.Ingredient@73dc6d35]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ij.advanced_coil@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ij.advanced_coil@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7391eac2, net.minecraftforge.oredict.OreIngredient@35a8f4f6, net.minecraft.item.crafting.Ingredient@21007a59, net.minecraftforge.oredict.OreIngredient@31251e89, net.minecraft.item.crafting.Ingredient@4d9e2595, net.minecraftforge.oredict.OreIngredient@3f636794, net.minecraft.item.crafting.Ingredient@1d131093, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ij.basic_coil@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ij.basic_coil@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4db94ee, net.minecraftforge.oredict.OreIngredient@38d5ab6d, net.minecraft.item.crafting.Ingredient@1c2e2424, net.minecraftforge.oredict.OreIngredient@193c38ba, net.minecraft.item.crafting.Ingredient@4198b397, net.minecraftforge.oredict.OreIngredient@5403f60a, net.minecraft.item.crafting.Ingredient@3961f7aa, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.BasicBlock@7 new recipe: RecipeStage{tier='five', recipe=4xtile.BasicBlock@7:[net.minecraft.item.crafting.Ingredient@41e0e1d4, net.minecraft.item.crafting.Ingredient@4560e674, net.minecraft.item.crafting.Ingredient@e98eb74, net.minecraft.item.crafting.Ingredient@387281aa, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7eda3931, net.minecraftforge.oredict.OreIngredient@3c4b33d8, net.minecraft.item.crafting.Ingredient@75c1bc6e, net.minecraftforge.oredict.OreIngredient@59921cad]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.MachineBlock2@11 new recipe: RecipeStage{tier='creative_unused', recipe=1xtile.MachineBlock2@11:[crafttweaker.mc1120.item.VanillaIngredient@76aeb51f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.MachineBlock2@11 new recipe: RecipeStage{tier='five', recipe=1xtile.MachineBlock2@11:[crafttweaker.mc1120.item.VanillaIngredient@76aeb51f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.MachineBlock2@11 new recipe: RecipeStage{tier='creative', recipe=1xtile.MachineBlock2@11:[crafttweaker.mc1120.item.VanillaIngredient@76aeb51f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.woodSlab@3 new recipe: RecipeStage{tier='zero', recipe=3xtile.woodSlab@3:[net.minecraft.item.crafting.Ingredient@131e9de1, net.minecraft.item.crafting.Ingredient@6b447120, net.minecraft.item.crafting.Ingredient@22fa7f91]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.cloth@12 new recipe: RecipeStage{tier='two', recipe=1xtile.cloth@12:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@21ff209c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@46e950d7, net.minecraft.item.crafting.Ingredient@e6ce45b, net.minecraft.item.crafting.Ingredient@7f1b14f0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@27b8204f, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.bookshelf@0 new recipe: RecipeStage{tier='two', recipe=1xtile.bookshelf@0:[net.minecraft.item.crafting.Ingredient@2bdba387, net.minecraft.item.crafting.Ingredient@42fcd49b, net.minecraft.item.crafting.Ingredient@65e7f4a0, net.minecraft.item.crafting.Ingredient@3bb0a0b, net.minecraft.item.crafting.Ingredient@758a5660, net.minecraft.item.crafting.Ingredient@51761c46, net.minecraft.item.crafting.Ingredient@beea03c, net.minecraft.item.crafting.Ingredient@50de0818, net.minecraft.item.crafting.Ingredient@77406d35]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.bed@8 new recipe: RecipeStage{tier='two', recipe=1xitem.bed@8:[net.minecraft.item.crafting.Ingredient@1635cbb7, net.minecraft.item.crafting.Ingredient@6824660d, net.minecraft.item.crafting.Ingredient@481a2dd9, net.minecraftforge.oredict.OreIngredient@3cc7c82a, net.minecraftforge.oredict.OreIngredient@417c476, net.minecraftforge.oredict.OreIngredient@4fc8def7]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.cloth@3 new recipe: RecipeStage{tier='two', recipe=1xtile.cloth@3:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@56255632, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@54214244, net.minecraft.item.crafting.Ingredient@6eaf18c2, net.minecraft.item.crafting.Ingredient@67194c86, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1bf10291, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.stoneSlab@4 new recipe: RecipeStage{tier='one', recipe=3xtile.stoneSlab@4:[net.minecraft.item.crafting.Ingredient@451c40c9, net.minecraft.item.crafting.Ingredient@536329a0, net.minecraft.item.crafting.Ingredient@7e332236]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.boat.spruce@0 new recipe: RecipeStage{tier='two', recipe=1xitem.boat.spruce@0:[crafttweaker.mc1120.item.VanillaIngredient@6dc542eb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, crafttweaker.mc1120.item.VanillaIngredient@4a785d92, crafttweaker.mc1120.item.VanillaIngredient@1c4354, crafttweaker.mc1120.item.VanillaIngredient@67d9e3f3, crafttweaker.mc1120.item.VanillaIngredient@204c27f9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.bed@13 new recipe: RecipeStage{tier='two', recipe=1xitem.bed@13:[net.minecraft.item.crafting.Ingredient@28d07aaf, net.minecraft.item.crafting.Ingredient@4ab49a02, net.minecraft.item.crafting.Ingredient@62da2edc, net.minecraftforge.oredict.OreIngredient@23e8ae91, net.minecraftforge.oredict.OreIngredient@846bd41, net.minecraftforge.oredict.OreIngredient@66cc52c1]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xitem.skull@1 new recipe: RecipeStage{tier='three', recipe=3xitem.skull@1:[net.minecraft.item.crafting.Ingredient@55532c0a, net.minecraft.item.crafting.Ingredient@33298c17, net.minecraft.item.crafting.Ingredient@eb89386, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.swordIron@0 new recipe: RecipeStage{tier='two', recipe=1xitem.swordIron@0:[net.minecraftforge.oredict.OreIngredient@a6692ca, net.minecraftforge.oredict.OreIngredient@4619ccf0, net.minecraftforge.oredict.OreIngredient@392fa910]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.enchantmentTable@0 new recipe: RecipeStage{tier='three', recipe=1xtile.enchantmentTable@0:[net.minecraft.item.crafting.Ingredient@73c13910, net.minecraft.item.crafting.Ingredient@4d8f0560, net.minecraft.item.crafting.Ingredient@45f92e6d, net.minecraft.item.crafting.Ingredient@15a78eb, net.minecraftforge.oredict.OreIngredient@7b29c869, net.minecraft.item.crafting.Ingredient@4e386669, net.minecraft.item.crafting.Ingredient@42beb385, net.minecraft.item.crafting.Ingredient@10f11619, net.minecraft.item.crafting.Ingredient@25aefeee]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.stoneSlab2@0 new recipe: RecipeStage{tier='zero', recipe=3xtile.stoneSlab2@0:[net.minecraft.item.crafting.Ingredient@28a8df1c, net.minecraft.item.crafting.Ingredient@1fbd6317, net.minecraft.item.crafting.Ingredient@764ff27]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.helmetGold@0 new recipe: RecipeStage{tier='two', recipe=1xitem.helmetGold@0:[net.minecraftforge.oredict.OreIngredient@556f38ab, net.minecraftforge.oredict.OreIngredient@3b514d25, net.minecraftforge.oredict.OreIngredient@4f002483, net.minecraftforge.oredict.OreIngredient@6f3d7783, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@433ba0af]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.nameTag@0 new recipe: RecipeStage{tier='two', recipe=1xitem.nameTag@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7232f588, net.minecraft.item.crafting.Ingredient@3c58e371, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@38dd0a16, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.boat.oak@0 new recipe: RecipeStage{tier='two', recipe=1xitem.boat.oak@0:[crafttweaker.mc1120.item.VanillaIngredient@267deb7a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, crafttweaker.mc1120.item.VanillaIngredient@4306d488, crafttweaker.mc1120.item.VanillaIngredient@38bef4f2, crafttweaker.mc1120.item.VanillaIngredient@68e3d449, crafttweaker.mc1120.item.VanillaIngredient@218cc414]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.enderChest@0 new recipe: RecipeStage{tier='four', recipe=1xtile.enderChest@0:[net.minecraft.item.crafting.Ingredient@545bf639, net.minecraft.item.crafting.Ingredient@1b0d8124, net.minecraft.item.crafting.Ingredient@6d3a5f90, net.minecraft.item.crafting.Ingredient@2ad19a47, net.minecraft.item.crafting.Ingredient@21b04b1a, net.minecraft.item.crafting.Ingredient@56c3faa9, net.minecraft.item.crafting.Ingredient@69baf93e, net.minecraft.item.crafting.Ingredient@4f1f55ec, net.minecraft.item.crafting.Ingredient@6cd43f8e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.enderChest@0 new recipe: RecipeStage{tier='three', recipe=1xtile.enderChest@0:[net.minecraft.item.crafting.Ingredient@545bf639, net.minecraft.item.crafting.Ingredient@1b0d8124, net.minecraft.item.crafting.Ingredient@6d3a5f90, net.minecraft.item.crafting.Ingredient@2ad19a47, net.minecraft.item.crafting.Ingredient@21b04b1a, net.minecraft.item.crafting.Ingredient@56c3faa9, net.minecraft.item.crafting.Ingredient@69baf93e, net.minecraft.item.crafting.Ingredient@4f1f55ec, net.minecraft.item.crafting.Ingredient@6cd43f8e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.enderChest@0 new recipe: RecipeStage{tier='four', recipe=1xtile.enderChest@0:[net.minecraft.item.crafting.Ingredient@250b860f, net.minecraft.item.crafting.Ingredient@1bc6f899, net.minecraft.item.crafting.Ingredient@2e436e38, net.minecraft.item.crafting.Ingredient@63261c31, net.minecraft.item.crafting.Ingredient@1a64c5a4, net.minecraft.item.crafting.Ingredient@36cae441, net.minecraft.item.crafting.Ingredient@34d7e0e, net.minecraft.item.crafting.Ingredient@50593dc2, net.minecraft.item.crafting.Ingredient@6cac9b88]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.enderChest@0 new recipe: RecipeStage{tier='three', recipe=1xtile.enderChest@0:[net.minecraft.item.crafting.Ingredient@250b860f, net.minecraft.item.crafting.Ingredient@1bc6f899, net.minecraft.item.crafting.Ingredient@2e436e38, net.minecraft.item.crafting.Ingredient@63261c31, net.minecraft.item.crafting.Ingredient@1a64c5a4, net.minecraft.item.crafting.Ingredient@36cae441, net.minecraft.item.crafting.Ingredient@34d7e0e, net.minecraft.item.crafting.Ingredient@50593dc2, net.minecraft.item.crafting.Ingredient@6cac9b88]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.cloth@7 new recipe: RecipeStage{tier='two', recipe=1xtile.cloth@7:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@d2582b0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@65702014, net.minecraft.item.crafting.Ingredient@7c5eb655, net.minecraft.item.crafting.Ingredient@74a6028d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@55373eab, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.stoneSlab@0 new recipe: RecipeStage{tier='zero', recipe=3xtile.stoneSlab@0:[net.minecraft.item.crafting.Ingredient@31a3d499, net.minecraft.item.crafting.Ingredient@384620e6, net.minecraft.item.crafting.Ingredient@7cb0ff09]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.bed@3 new recipe: RecipeStage{tier='two', recipe=1xitem.bed@3:[net.minecraft.item.crafting.Ingredient@101e5452, net.minecraft.item.crafting.Ingredient@3f364dd4, net.minecraft.item.crafting.Ingredient@367e1bc4, net.minecraftforge.oredict.OreIngredient@4dcde2b5, net.minecraftforge.oredict.OreIngredient@2f93839a, net.minecraftforge.oredict.OreIngredient@22463351]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.stoneSlab@5 new recipe: RecipeStage{tier='two', recipe=3xtile.stoneSlab@5:[net.minecraft.item.crafting.Ingredient@6420bce6, net.minecraft.item.crafting.Ingredient@465a229d, net.minecraft.item.crafting.Ingredient@7566e69f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.rail@0 new recipe: RecipeStage{tier='three', recipe=8xtile.rail@0:[net.minecraftforge.oredict.OreIngredient@66298fd9, net.minecraftforge.oredict.OreIngredient@78fd876, net.minecraftforge.oredict.OreIngredient@10d64cd0, net.minecraftforge.oredict.OreIngredient@52c6124b, net.minecraftforge.oredict.OreIngredient@783b188d, net.minecraftforge.oredict.OreIngredient@18e3394, net.minecraftforge.oredict.OreIngredient@231c5fb9, net.minecraftforge.oredict.OreIngredient@41aa55db, net.minecraftforge.oredict.OreIngredient@61f5d213]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.cloth@2 new recipe: RecipeStage{tier='two', recipe=1xtile.cloth@2:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@11174f2a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@50b73b26, net.minecraft.item.crafting.Ingredient@43a0b866, net.minecraft.item.crafting.Ingredient@c8a9f4b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@274fefef, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.boat.dark_oak@0 new recipe: RecipeStage{tier='two', recipe=1xitem.boat.dark_oak@0:[crafttweaker.mc1120.item.VanillaIngredient@4ec89e2b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, crafttweaker.mc1120.item.VanillaIngredient@8ed7c1c, crafttweaker.mc1120.item.VanillaIngredient@50c5ca8d, crafttweaker.mc1120.item.VanillaIngredient@82d67ed, crafttweaker.mc1120.item.VanillaIngredient@21e8905]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.woodSlab@2 new recipe: RecipeStage{tier='zero', recipe=3xtile.woodSlab@2:[net.minecraft.item.crafting.Ingredient@617008c6, net.minecraft.item.crafting.Ingredient@1f9f27c7, net.minecraft.item.crafting.Ingredient@7c6e29d6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.cloth@11 new recipe: RecipeStage{tier='two', recipe=1xtile.cloth@11:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@a4ed1ff, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6b19de48, net.minecraft.item.crafting.Ingredient@dde6df3, net.minecraft.item.crafting.Ingredient@f3d507, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7c4e3dcf, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.pistonBase@0 new recipe: RecipeStage{tier='two', recipe=1xtile.pistonBase@0:[crafttweaker.mc1120.item.VanillaIngredient@59004790, crafttweaker.mc1120.item.VanillaIngredient@274f18b6, crafttweaker.mc1120.item.VanillaIngredient@398aaab5, net.minecraft.item.crafting.Ingredient@3427580e, net.minecraftforge.oredict.OreIngredient@6fc0b5dd, net.minecraft.item.crafting.Ingredient@30159a3b, net.minecraft.item.crafting.Ingredient@5c26418e, net.minecraft.item.crafting.Ingredient@524f952c, net.minecraft.item.crafting.Ingredient@384bace5]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.bed@7 new recipe: RecipeStage{tier='two', recipe=1xitem.bed@7:[net.minecraft.item.crafting.Ingredient@24132d95, net.minecraft.item.crafting.Ingredient@4ad722a8, net.minecraft.item.crafting.Ingredient@641f382b, net.minecraftforge.oredict.OreIngredient@1569cc9, net.minecraftforge.oredict.OreIngredient@3c1466f3, net.minecraftforge.oredict.OreIngredient@4f25c1bb]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.bootsCloth@0 new recipe: RecipeStage{tier='zero', recipe=1xitem.bootsCloth@0:[net.minecraft.item.crafting.Ingredient@52666614, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@67630845, net.minecraft.item.crafting.Ingredient@78dfc9a4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1916f71d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.boat.birch@0 new recipe: RecipeStage{tier='two', recipe=1xitem.boat.birch@0:[crafttweaker.mc1120.item.VanillaIngredient@782174ed, net.minecraft.item.crafting.Ingredient$1@7e2c8622, crafttweaker.mc1120.item.VanillaIngredient@7ff6a8c, crafttweaker.mc1120.item.VanillaIngredient@1eb113e, crafttweaker.mc1120.item.VanillaIngredient@2f6bb001, crafttweaker.mc1120.item.VanillaIngredient@5c1e3f1d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.bed@14 new recipe: RecipeStage{tier='two', recipe=1xitem.bed@14:[net.minecraft.item.crafting.Ingredient@20499518, net.minecraft.item.crafting.Ingredient@79f202ce, net.minecraft.item.crafting.Ingredient@beb5e49, net.minecraftforge.oredict.OreIngredient@26a07efe, net.minecraftforge.oredict.OreIngredient@4aadce67, net.minecraftforge.oredict.OreIngredient@23a0418e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.stoneSlab@1 new recipe: RecipeStage{tier='zero', recipe=3xtile.stoneSlab@1:[net.minecraft.item.crafting.Ingredient@72684aa5, net.minecraft.item.crafting.Ingredient@571a8d98, net.minecraft.item.crafting.Ingredient@7360bfea]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.cloth@6 new recipe: RecipeStage{tier='two', recipe=1xtile.cloth@6:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@52ed2c39, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@626079a3, net.minecraft.item.crafting.Ingredient@61155e3a, net.minecraft.item.crafting.Ingredient@17fc321d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2c4b483f, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.chest@0 new recipe: RecipeStage{tier='one', recipe=1xtile.chest@0:[net.minecraftforge.oredict.OreIngredient@4d079174, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6a8f260, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@70b24472, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@64ef0eb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@77b35d67]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.chest@0 new recipe: RecipeStage{tier='one', recipe=1xtile.chest@0:[net.minecraftforge.oredict.OreIngredient@36c98a03, net.minecraftforge.oredict.OreIngredient@54bad97c, net.minecraftforge.oredict.OreIngredient@2582b2a8, net.minecraftforge.oredict.OreIngredient@48b79b1a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@32d4899d, net.minecraftforge.oredict.OreIngredient@3027c782, net.minecraftforge.oredict.OreIngredient@8034dc, net.minecraftforge.oredict.OreIngredient@749b109d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.chest@0 new recipe: RecipeStage{tier='one', recipe=1xtile.chest@0:[crafttweaker.mc1120.item.VanillaIngredient@6295e7f2, crafttweaker.mc1120.item.VanillaIngredient@6c0037f5, crafttweaker.mc1120.item.VanillaIngredient@6d27c87d, crafttweaker.mc1120.item.VanillaIngredient@419422bc, net.minecraft.item.crafting.Ingredient$1@7e2c8622, crafttweaker.mc1120.item.VanillaIngredient@c73e70b, crafttweaker.mc1120.item.VanillaIngredient@61a1d6ef, crafttweaker.mc1120.item.VanillaIngredient@32968e86, crafttweaker.mc1120.item.VanillaIngredient@5277dbaa]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.cloth@15 new recipe: RecipeStage{tier='two', recipe=1xtile.cloth@15:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@412f3550, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2ed69534, net.minecraft.item.crafting.Ingredient@2832ccd6, net.minecraft.item.crafting.Ingredient@44f4e8f1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7cc9d08a, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.frame@0 new recipe: RecipeStage{tier='one', recipe=1xitem.frame@0:[crafttweaker.mc1120.item.VanillaIngredient@662c8512, crafttweaker.mc1120.item.VanillaIngredient@58c6a17d, crafttweaker.mc1120.item.VanillaIngredient@3b9669f4, crafttweaker.mc1120.item.VanillaIngredient@969a38c, net.minecraftforge.oredict.OreIngredient@b6fa3a6, crafttweaker.mc1120.item.VanillaIngredient@664f36ff, crafttweaker.mc1120.item.VanillaIngredient@6e1e2a0b, crafttweaker.mc1120.item.VanillaIngredient@2aaf8187, crafttweaker.mc1120.item.VanillaIngredient@5c2b65e7]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.leggingsDiamond@0 new recipe: RecipeStage{tier='five', recipe=1xitem.leggingsDiamond@0:[net.minecraft.item.crafting.Ingredient@43cc4853, net.minecraft.item.crafting.Ingredient@5c9d6c53, net.minecraft.item.crafting.Ingredient@a686dfe, net.minecraft.item.crafting.Ingredient@deb2509, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2cc47a37, net.minecraft.item.crafting.Ingredient@1b0c6408, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@52c2ed0a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 16xtile.fenceIron@0 new recipe: RecipeStage{tier='two', recipe=16xtile.fenceIron@0:[net.minecraftforge.oredict.OreIngredient@6554936, net.minecraftforge.oredict.OreIngredient@9cf9e09, net.minecraftforge.oredict.OreIngredient@711b871c, net.minecraftforge.oredict.OreIngredient@34f49e88, net.minecraftforge.oredict.OreIngredient@18447dd9, net.minecraftforge.oredict.OreIngredient@6d8e870e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.chestplateCloth@0 new recipe: RecipeStage{tier='zero', recipe=1xitem.chestplateCloth@0:[net.minecraft.item.crafting.Ingredient@4000cec4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@50900892, net.minecraft.item.crafting.Ingredient@6b811dec, net.minecraft.item.crafting.Ingredient@722e4165, net.minecraft.item.crafting.Ingredient@349ec70a, net.minecraft.item.crafting.Ingredient@649a8d93, net.minecraft.item.crafting.Ingredient@7178291, net.minecraft.item.crafting.Ingredient@7b2ce7f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.cake@0 new recipe: RecipeStage{tier='three', recipe=1xitem.cake@0:[crafttweaker.mc1120.item.VanillaIngredient@45d6ef14, crafttweaker.mc1120.item.VanillaIngredient@75100428, crafttweaker.mc1120.item.VanillaIngredient@4ea80311, net.minecraft.item.crafting.Ingredient@5f78ed8d, net.minecraft.item.crafting.Ingredient@2d241739, net.minecraft.item.crafting.Ingredient@58e067f1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@56de4777, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.boat.jungle@0 new recipe: RecipeStage{tier='two', recipe=1xitem.boat.jungle@0:[crafttweaker.mc1120.item.VanillaIngredient@4ed2dca4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, crafttweaker.mc1120.item.VanillaIngredient@43429798, crafttweaker.mc1120.item.VanillaIngredient@1846afee, crafttweaker.mc1120.item.VanillaIngredient@3c07a66e, crafttweaker.mc1120.item.VanillaIngredient@64e86ab6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.emptyMap@0 new recipe: RecipeStage{tier='two', recipe=1xitem.emptyMap@0:[net.minecraftforge.oredict.OreIngredient@3341dfe4, net.minecraftforge.oredict.OreIngredient@1ed52fbd, net.minecraftforge.oredict.OreIngredient@1fe0cedf, net.minecraftforge.oredict.OreIngredient@38faaa4f, net.minecraft.item.crafting.Ingredient@5f9fc4b, net.minecraftforge.oredict.OreIngredient@32e6938e, net.minecraftforge.oredict.OreIngredient@2b69253b, net.minecraftforge.oredict.OreIngredient@46ac4acb, net.minecraftforge.oredict.OreIngredient@c7dedf1]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.bed@10 new recipe: RecipeStage{tier='two', recipe=1xitem.bed@10:[net.minecraft.item.crafting.Ingredient@a817513, net.minecraft.item.crafting.Ingredient@6823d985, net.minecraft.item.crafting.Ingredient@4c7d3c58, net.minecraftforge.oredict.OreIngredient@2f8c5243, net.minecraftforge.oredict.OreIngredient@2e24934c, net.minecraftforge.oredict.OreIngredient@58bd98fc]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.cloth@1 new recipe: RecipeStage{tier='two', recipe=1xtile.cloth@1:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7d07e04f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3054abe6, net.minecraft.item.crafting.Ingredient@3a60f053, net.minecraft.item.crafting.Ingredient@e2ef59b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4ce96989, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.helmetDiamond@0 new recipe: RecipeStage{tier='five', recipe=1xitem.helmetDiamond@0:[net.minecraft.item.crafting.Ingredient@59f7e069, net.minecraft.item.crafting.Ingredient@6428716c, net.minecraft.item.crafting.Ingredient@1dd3c25f, net.minecraft.item.crafting.Ingredient@1af1554d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7c630ad2]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.bed@2 new recipe: RecipeStage{tier='two', recipe=1xitem.bed@2:[net.minecraft.item.crafting.Ingredient@5b67b723, net.minecraft.item.crafting.Ingredient@58a5572a, net.minecraft.item.crafting.Ingredient@486e2a4e, net.minecraftforge.oredict.OreIngredient@2c3f8c0b, net.minecraftforge.oredict.OreIngredient@4a07f800, net.minecraftforge.oredict.OreIngredient@38e9fa6d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.shovelGold@0 new recipe: RecipeStage{tier='two', recipe=1xitem.shovelGold@0:[net.minecraftforge.oredict.OreIngredient@1ec9b64, net.minecraftforge.oredict.OreIngredient@51631086, net.minecraftforge.oredict.OreIngredient@24513552]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xtile.detectorRail@0 new recipe: RecipeStage{tier='three', recipe=2xtile.detectorRail@0:[net.minecraftforge.oredict.OreIngredient@531c9927, net.minecraft.item.crafting.Ingredient@364e1f9b, net.minecraftforge.oredict.OreIngredient@7f60def4, net.minecraftforge.oredict.OreIngredient@52369fef, net.minecraft.item.crafting.Ingredient@6554e12f, net.minecraftforge.oredict.OreIngredient@23a088d9, net.minecraftforge.oredict.OreIngredient@5ace7527, net.minecraft.item.crafting.Ingredient@3ce15076, net.minecraftforge.oredict.OreIngredient@7efe835c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.woodSlab@1 new recipe: RecipeStage{tier='zero', recipe=3xtile.woodSlab@1:[net.minecraft.item.crafting.Ingredient@59bf3a1a, net.minecraft.item.crafting.Ingredient@70f11b47, net.minecraft.item.crafting.Ingredient@462597cf]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.hopper@0 new recipe: RecipeStage{tier='two', recipe=1xtile.hopper@0:[net.minecraftforge.oredict.OreIngredient@4ccb0834, net.minecraft.item.crafting.Ingredient@6c04945d, net.minecraftforge.oredict.OreIngredient@14d791b9, net.minecraftforge.oredict.OreIngredient@7ea6f703, net.minecraftforge.oredict.OreIngredient@6ab8da4b, net.minecraftforge.oredict.OreIngredient@22561d3d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@a240a97, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.cloth@10 new recipe: RecipeStage{tier='two', recipe=1xtile.cloth@10:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4373ea3f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6f351a98, net.minecraft.item.crafting.Ingredient@7d984db6, net.minecraft.item.crafting.Ingredient@57429020, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@b3caae5, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.bootsDiamond@0 new recipe: RecipeStage{tier='five', recipe=1xitem.bootsDiamond@0:[net.minecraft.item.crafting.Ingredient@4c9a90c0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@73509118, net.minecraft.item.crafting.Ingredient@30d0ccc2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5e5523bf]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.compass@0 new recipe: RecipeStage{tier='two', recipe=1xitem.compass@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@46d1b425, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@31fe35b6, crafttweaker.api.minecraft.CraftTweakerMC$1@7fe4997, net.minecraftforge.oredict.OreIngredient@70c1da0c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3b7a38ad, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.shovelIron@0 new recipe: RecipeStage{tier='two', recipe=1xitem.shovelIron@0:[net.minecraftforge.oredict.OreIngredient@7b69f9f1, net.minecraftforge.oredict.OreIngredient@e2ea5fa, net.minecraftforge.oredict.OreIngredient@70410f89]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.bed@6 new recipe: RecipeStage{tier='two', recipe=1xitem.bed@6:[net.minecraft.item.crafting.Ingredient@1a94ee7c, net.minecraft.item.crafting.Ingredient@2e863aae, net.minecraft.item.crafting.Ingredient@55fc5bf1, net.minecraftforge.oredict.OreIngredient@2db93b80, net.minecraftforge.oredict.OreIngredient@10e3c745, net.minecraftforge.oredict.OreIngredient@f2fdcbd]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.web@0 new recipe: RecipeStage{tier='zero', recipe=1xtile.web@0:[net.minecraftforge.oredict.OreIngredient@383b3d7a, net.minecraft.item.crafting.Ingredient@5c3a74c6, net.minecraftforge.oredict.OreIngredient@52ed59eb, net.minecraft.item.crafting.Ingredient@23d6bd3f, net.minecraft.item.crafting.Ingredient@426784d2, net.minecraft.item.crafting.Ingredient@4df4541c, net.minecraftforge.oredict.OreIngredient@756e7e48, net.minecraft.item.crafting.Ingredient@63c71a9f, net.minecraftforge.oredict.OreIngredient@1df84321]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.bed@15 new recipe: RecipeStage{tier='two', recipe=1xitem.bed@15:[net.minecraft.item.crafting.Ingredient@7243a036, net.minecraft.item.crafting.Ingredient@74591c08, net.minecraft.item.crafting.Ingredient@2f11e3fe, net.minecraftforge.oredict.OreIngredient@702f4c76, net.minecraftforge.oredict.OreIngredient@1f820055, net.minecraftforge.oredict.OreIngredient@2387e6f1]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.weightedPlate_light@0 new recipe: RecipeStage{tier='two', recipe=1xtile.weightedPlate_light@0:[net.minecraftforge.oredict.OreIngredient@329ef6c, net.minecraftforge.oredict.OreIngredient@9ef5f83]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.leggingsCloth@0 new recipe: RecipeStage{tier='zero', recipe=1xitem.leggingsCloth@0:[net.minecraft.item.crafting.Ingredient@6606643, net.minecraft.item.crafting.Ingredient@1a4ca810, net.minecraft.item.crafting.Ingredient@565276ba, net.minecraft.item.crafting.Ingredient@25b228b4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2065103f, net.minecraft.item.crafting.Ingredient@5f16300b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1a347af5]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.hoeIron@0 new recipe: RecipeStage{tier='two', recipe=1xitem.hoeIron@0:[net.minecraftforge.oredict.OreIngredient@2ef7168f, net.minecraftforge.oredict.OreIngredient@261b0f86, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4863e526, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@71b9dd0d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.pickaxeIron@0 new recipe: RecipeStage{tier='two', recipe=1xitem.pickaxeIron@0:[net.minecraftforge.oredict.OreIngredient@67ecfedb, net.minecraftforge.oredict.OreIngredient@19f5aa9f, net.minecraftforge.oredict.OreIngredient@4ee83652, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7106db37, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@711cf9ea, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.swordStone@0 new recipe: RecipeStage{tier='zero', recipe=1xitem.swordStone@0:[net.minecraft.item.crafting.Ingredient@45091404, net.minecraft.item.crafting.Ingredient@4a5ce051, net.minecraftforge.oredict.OreIngredient@d44554e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.hatchetGold@0 new recipe: RecipeStage{tier='two', recipe=1xitem.hatchetGold@0:[net.minecraftforge.oredict.OreIngredient@1b813ea5, net.minecraftforge.oredict.OreIngredient@1625b0e5, net.minecraftforge.oredict.OreIngredient@3bd69418, net.minecraftforge.oredict.OreIngredient@14975809, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6712828]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.woodSlab@5 new recipe: RecipeStage{tier='zero', recipe=3xtile.woodSlab@5:[net.minecraft.item.crafting.Ingredient@3d68129b, net.minecraft.item.crafting.Ingredient@3291277a, net.minecraft.item.crafting.Ingredient@1ce86631]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.furnace@0 new recipe: RecipeStage{tier='one', recipe=1xtile.furnace@0:[net.minecraftforge.oredict.OreIngredient@13573dec, net.minecraftforge.oredict.OreIngredient@6e5619d7, net.minecraftforge.oredict.OreIngredient@55474990, net.minecraftforge.oredict.OreIngredient@ac164e7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2053900e, net.minecraftforge.oredict.OreIngredient@7e15bd72, net.minecraftforge.oredict.OreIngredient@11f170e9, net.minecraftforge.oredict.OreIngredient@1096d86c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.bed@1 new recipe: RecipeStage{tier='two', recipe=1xitem.bed@1:[net.minecraft.item.crafting.Ingredient@2c79e990, net.minecraft.item.crafting.Ingredient@7f543f40, net.minecraft.item.crafting.Ingredient@65386e7b, net.minecraftforge.oredict.OreIngredient@43cb9f08, net.minecraftforge.oredict.OreIngredient@201dcb88, net.minecraftforge.oredict.OreIngredient@7eed4ef4]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.cloth@14 new recipe: RecipeStage{tier='two', recipe=1xtile.cloth@14:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5880ace4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@47ac5b23, net.minecraft.item.crafting.Ingredient@9a389d5, net.minecraft.item.crafting.Ingredient@1dadecfb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@40978426, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.pickaxeGold@0 new recipe: RecipeStage{tier='two', recipe=1xitem.pickaxeGold@0:[net.minecraftforge.oredict.OreIngredient@6547aa54, net.minecraftforge.oredict.OreIngredient@703f6a08, net.minecraftforge.oredict.OreIngredient@2878ac0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7e4d9802, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@26009895, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.hatchetIron@0 new recipe: RecipeStage{tier='two', recipe=1xitem.hatchetIron@0:[net.minecraftforge.oredict.OreIngredient@2d64c977, net.minecraftforge.oredict.OreIngredient@130b8791, net.minecraftforge.oredict.OreIngredient@114807a, net.minecraftforge.oredict.OreIngredient@237264fd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@28d63e95]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.saddle@0 new recipe: RecipeStage{tier='zero', recipe=1xitem.saddle@0:[net.minecraft.item.crafting.Ingredient@67ae1311, net.minecraft.item.crafting.Ingredient@429c48ce, net.minecraft.item.crafting.Ingredient@727989ec, net.minecraft.item.crafting.Ingredient@6b4233a0, net.minecraft.item.crafting.Ingredient@7ce39342, net.minecraft.item.crafting.Ingredient@5c196e28]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.chestplateGold@0 new recipe: RecipeStage{tier='two', recipe=1xitem.chestplateGold@0:[net.minecraftforge.oredict.OreIngredient@6291aaae, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@18344a6f, net.minecraftforge.oredict.OreIngredient@78adb3a8, net.minecraftforge.oredict.OreIngredient@6fd2eabb, net.minecraftforge.oredict.OreIngredient@f9e935, net.minecraftforge.oredict.OreIngredient@3a24bc77, net.minecraftforge.oredict.OreIngredient@2f816868, net.minecraftforge.oredict.OreIngredient@577ed811]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.cloth@5 new recipe: RecipeStage{tier='two', recipe=1xtile.cloth@5:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1801238a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@759f3f9, net.minecraft.item.crafting.Ingredient@23bf1952, net.minecraft.item.crafting.Ingredient@2a0f364, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@132c8dc9, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.helmetIron@0 new recipe: RecipeStage{tier='two', recipe=1xitem.helmetIron@0:[net.minecraftforge.oredict.OreIngredient@5b22726e, net.minecraftforge.oredict.OreIngredient@8c95d1, net.minecraftforge.oredict.OreIngredient@5327d77, net.minecraftforge.oredict.OreIngredient@7207eadd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3a7e47f1]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.boat.acacia@0 new recipe: RecipeStage{tier='two', recipe=1xitem.boat.acacia@0:[crafttweaker.mc1120.item.VanillaIngredient@5e387f72, net.minecraft.item.crafting.Ingredient$1@7e2c8622, crafttweaker.mc1120.item.VanillaIngredient@48f76807, crafttweaker.mc1120.item.VanillaIngredient@56b32c6, crafttweaker.mc1120.item.VanillaIngredient@4de2ac55, crafttweaker.mc1120.item.VanillaIngredient@50bc8974]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.bed@11 new recipe: RecipeStage{tier='two', recipe=1xitem.bed@11:[net.minecraft.item.crafting.Ingredient@23f87434, net.minecraft.item.crafting.Ingredient@7fd98f8f, net.minecraft.item.crafting.Ingredient@27011425, net.minecraftforge.oredict.OreIngredient@13c2de98, net.minecraftforge.oredict.OreIngredient@737b4100, net.minecraftforge.oredict.OreIngredient@40ed1d17]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.stoneSlab@7 new recipe: RecipeStage{tier='zero', recipe=3xtile.stoneSlab@7:[net.minecraft.item.crafting.Ingredient@6fe28913, net.minecraft.item.crafting.Ingredient@6a51bc69, net.minecraft.item.crafting.Ingredient@438b8362]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.chestplateDiamond@0 new recipe: RecipeStage{tier='five', recipe=1xitem.chestplateDiamond@0:[net.minecraft.item.crafting.Ingredient@6ba63ba1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@10f79dd7, net.minecraft.item.crafting.Ingredient@77a2d954, net.minecraft.item.crafting.Ingredient@68adc451, net.minecraft.item.crafting.Ingredient@320c81d6, net.minecraft.item.crafting.Ingredient@1eb9ab65, net.minecraft.item.crafting.Ingredient@7f30b99f, net.minecraft.item.crafting.Ingredient@79b96564]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.cloth@9 new recipe: RecipeStage{tier='two', recipe=1xtile.cloth@9:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2f6d49b4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7c5c2dbf, net.minecraft.item.crafting.Ingredient@6da8fea, net.minecraft.item.crafting.Ingredient@347a4810, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@711f97c2, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.clock@0 new recipe: RecipeStage{tier='two', recipe=1xitem.clock@0:[net.minecraft.item.crafting.Ingredient@6c336d8b, net.minecraftforge.oredict.OreIngredient@3ec40a38, net.minecraft.item.crafting.Ingredient@5898ef38, net.minecraftforge.oredict.OreIngredient@5534d26e, net.minecraft.item.crafting.Ingredient@221ca276, net.minecraftforge.oredict.OreIngredient@3c17e9c7, net.minecraft.item.crafting.Ingredient@23e92052, net.minecraftforge.oredict.OreIngredient@503d21e3, net.minecraft.item.crafting.Ingredient@17753680]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.leggingsIron@0 new recipe: RecipeStage{tier='two', recipe=1xitem.leggingsIron@0:[net.minecraftforge.oredict.OreIngredient@14afbc78, net.minecraftforge.oredict.OreIngredient@7e2ef50f, net.minecraftforge.oredict.OreIngredient@47a5e110, net.minecraftforge.oredict.OreIngredient@79da1e52, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@107f316d, net.minecraftforge.oredict.OreIngredient@197038e0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@71b5e7bf]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.bed@5 new recipe: RecipeStage{tier='two', recipe=1xitem.bed@5:[net.minecraft.item.crafting.Ingredient@58b45f55, net.minecraft.item.crafting.Ingredient@31a9e977, net.minecraft.item.crafting.Ingredient@2906609a, net.minecraftforge.oredict.OreIngredient@77d0f21a, net.minecraftforge.oredict.OreIngredient@de44542, net.minecraftforge.oredict.OreIngredient@7378f7d8]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.chestplateIron@0 new recipe: RecipeStage{tier='two', recipe=1xitem.chestplateIron@0:[net.minecraftforge.oredict.OreIngredient@69604b9d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@19d02489, net.minecraftforge.oredict.OreIngredient@3631aca4, net.minecraftforge.oredict.OreIngredient@2434b8d, net.minecraftforge.oredict.OreIngredient@6914d4fb, net.minecraftforge.oredict.OreIngredient@71f8413c, net.minecraftforge.oredict.OreIngredient@4a97972b, net.minecraftforge.oredict.OreIngredient@5290a2d7]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.woodSlab@0 new recipe: RecipeStage{tier='zero', recipe=3xtile.woodSlab@0:[net.minecraft.item.crafting.Ingredient@1dec1772, net.minecraft.item.crafting.Ingredient@2eae5452, net.minecraft.item.crafting.Ingredient@5876b063]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.hoeGold@0 new recipe: RecipeStage{tier='two', recipe=1xitem.hoeGold@0:[net.minecraftforge.oredict.OreIngredient@f2737a0, net.minecraftforge.oredict.OreIngredient@728de6b1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2edd3076, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@43457866]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.cloth@0 new recipe: RecipeStage{tier='two', recipe=1xtile.cloth@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@75e9cd99, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@68cc05fb, net.minecraft.item.crafting.Ingredient@2fd5d614, net.minecraft.item.crafting.Ingredient@47bb1dc0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7c8585ab, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.swordGold@0 new recipe: RecipeStage{tier='two', recipe=1xitem.swordGold@0:[net.minecraftforge.oredict.OreIngredient@746eb41d, net.minecraftforge.oredict.OreIngredient@758aa9f2, net.minecraftforge.oredict.OreIngredient@6ac0ff9e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.stoneSlab@3 new recipe: RecipeStage{tier='zero', recipe=3xtile.stoneSlab@3:[net.minecraft.item.crafting.Ingredient@3a3897b0, net.minecraft.item.crafting.Ingredient@3bf712b6, net.minecraft.item.crafting.Ingredient@1b92f903]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.brick@0 new recipe: RecipeStage{tier='one', recipe=1xtile.brick@0:[net.minecraft.item.crafting.Ingredient@7643c9e0, net.minecraft.item.crafting.Ingredient@8b8458f, net.minecraft.item.crafting.Ingredient@bd9948c, net.minecraft.item.crafting.Ingredient@70f3e15]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.cloth@4 new recipe: RecipeStage{tier='two', recipe=1xtile.cloth@4:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6febfbdd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@25354f92, net.minecraft.item.crafting.Ingredient@620fd24c, net.minecraft.item.crafting.Ingredient@1c8ea78e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2c0b92d1, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.woodSlab@4 new recipe: RecipeStage{tier='zero', recipe=3xtile.woodSlab@4:[net.minecraft.item.crafting.Ingredient@234d011d, net.minecraft.item.crafting.Ingredient@3f4c2a8a, net.minecraft.item.crafting.Ingredient@5617583a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.workbench@0 new recipe: RecipeStage{tier='one', recipe=1xtile.workbench@0:[net.minecraftforge.oredict.OreIngredient@26fad533, net.minecraftforge.oredict.OreIngredient@6df47d18, net.minecraftforge.oredict.OreIngredient@33321256, net.minecraftforge.oredict.OreIngredient@5f085a82]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.cloth@13 new recipe: RecipeStage{tier='two', recipe=1xtile.cloth@13:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2fab4f1d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6179fb4d, net.minecraft.item.crafting.Ingredient@42faf596, net.minecraft.item.crafting.Ingredient@5f3b6b01, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2a1d145c, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.weightedPlate_heavy@0 new recipe: RecipeStage{tier='two', recipe=1xtile.weightedPlate_heavy@0:[net.minecraftforge.oredict.OreIngredient@41031c1, net.minecraftforge.oredict.OreIngredient@11d32290]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xitem.glassBottle@0 new recipe: RecipeStage{tier='two', recipe=3xitem.glassBottle@0:[net.minecraftforge.oredict.OreIngredient@153430c8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@57c979c6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@52d2d4c7, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.leggingsGold@0 new recipe: RecipeStage{tier='two', recipe=1xitem.leggingsGold@0:[net.minecraftforge.oredict.OreIngredient@5a1dabaf, net.minecraftforge.oredict.OreIngredient@6e1b7254, net.minecraftforge.oredict.OreIngredient@72003118, net.minecraftforge.oredict.OreIngredient@3630a773, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@14732c9, net.minecraftforge.oredict.OreIngredient@347b6967, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@47800601]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.bed@9 new recipe: RecipeStage{tier='two', recipe=1xitem.bed@9:[net.minecraft.item.crafting.Ingredient@74382abd, net.minecraft.item.crafting.Ingredient@4cd18f89, net.minecraft.item.crafting.Ingredient@238ee725, net.minecraftforge.oredict.OreIngredient@64f95d5b, net.minecraftforge.oredict.OreIngredient@5121eebb, net.minecraftforge.oredict.OreIngredient@114c8ed1]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.bootsGold@0 new recipe: RecipeStage{tier='two', recipe=1xitem.bootsGold@0:[net.minecraftforge.oredict.OreIngredient@45afe412, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6b926a79, net.minecraftforge.oredict.OreIngredient@35981586, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@40573fe2]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.bowl@0 new recipe: RecipeStage{tier='zero', recipe=1xitem.bowl@0:[net.minecraft.item.crafting.Ingredient@7a62cc8e, net.minecraftforge.oredict.OreIngredient@2dbb019]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.bowl@0 new recipe: RecipeStage{tier='zero', recipe=1xitem.bowl@0:[net.minecraft.item.crafting.Ingredient@779ab1e1, net.minecraftforge.oredict.OreIngredient@ecb28df]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.bowl@0 new recipe: RecipeStage{tier='zero', recipe=1xitem.bowl@0:[net.minecraft.item.crafting.Ingredient@62219334, net.minecraftforge.oredict.OreIngredient@3d25ac11]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.bowl@0 new recipe: RecipeStage{tier='zero', recipe=1xitem.bowl@0:[net.minecraft.item.crafting.Ingredient@1f1217ed, net.minecraftforge.oredict.OreIngredient@48c85900]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.bowl@0 new recipe: RecipeStage{tier='zero', recipe=1xitem.bowl@0:[net.minecraft.item.crafting.Ingredient@269ecb1e, net.minecraftforge.oredict.OreIngredient@364baef8]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.bowl@0 new recipe: RecipeStage{tier='zero', recipe=1xitem.bowl@0:[net.minecraft.item.crafting.Ingredient@39e96aa3, net.minecraftforge.oredict.OreIngredient@336324c7]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.bowl@0 new recipe: RecipeStage{tier='zero', recipe=1xitem.bowl@0:[net.minecraft.item.crafting.Ingredient@6375df8e, net.minecraftforge.oredict.OreIngredient@8a29176]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.bed@0 new recipe: RecipeStage{tier='two', recipe=1xitem.bed@0:[net.minecraft.item.crafting.Ingredient@7aec5eb3, net.minecraft.item.crafting.Ingredient@50831835, net.minecraft.item.crafting.Ingredient@1d472404, net.minecraftforge.oredict.OreIngredient@1723ffb, net.minecraftforge.oredict.OreIngredient@19f3f0a0, net.minecraftforge.oredict.OreIngredient@5179011b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.bed@12 new recipe: RecipeStage{tier='two', recipe=1xitem.bed@12:[net.minecraft.item.crafting.Ingredient@75ba7834, net.minecraft.item.crafting.Ingredient@65271c9f, net.minecraft.item.crafting.Ingredient@63d7966b, net.minecraftforge.oredict.OreIngredient@7abf22d3, net.minecraftforge.oredict.OreIngredient@5c629e68, net.minecraftforge.oredict.OreIngredient@1fcb29f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.helmetCloth@0 new recipe: RecipeStage{tier='zero', recipe=1xitem.helmetCloth@0:[net.minecraft.item.crafting.Ingredient@5ec71805, net.minecraft.item.crafting.Ingredient@5d6d00b4, net.minecraft.item.crafting.Ingredient@15b444af, net.minecraft.item.crafting.Ingredient@713864cc, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@17594dde]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.bed@4 new recipe: RecipeStage{tier='two', recipe=1xitem.bed@4:[net.minecraft.item.crafting.Ingredient@22049721, net.minecraft.item.crafting.Ingredient@15222ef2, net.minecraft.item.crafting.Ingredient@270e369e, net.minecraftforge.oredict.OreIngredient@7a64b81c, net.minecraftforge.oredict.OreIngredient@7c5f95ee, net.minecraftforge.oredict.OreIngredient@780e6129]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.cobbleWall@0 new recipe: RecipeStage{tier='zero', recipe=1xtile.cobbleWall@0:[net.minecraft.item.crafting.Ingredient@2ee20270, net.minecraft.item.crafting.Ingredient@7119ebe8, net.minecraft.item.crafting.Ingredient@71e9e0c0, net.minecraft.item.crafting.Ingredient@7a65d0fd, net.minecraft.item.crafting.Ingredient@442aac43, net.minecraft.item.crafting.Ingredient@7a525985]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.ladder@0 new recipe: RecipeStage{tier='one', recipe=3xtile.ladder@0:[net.minecraftforge.oredict.OreIngredient@440349ef, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@10b59baa, net.minecraftforge.oredict.OreIngredient@16c654b, net.minecraftforge.oredict.OreIngredient@699a9a92, net.minecraftforge.oredict.OreIngredient@3788fa7f, net.minecraftforge.oredict.OreIngredient@b5c4fef, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@69f835f2]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.bootsIron@0 new recipe: RecipeStage{tier='two', recipe=1xitem.bootsIron@0:[net.minecraftforge.oredict.OreIngredient@548b6c55, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@24202fb9, net.minecraftforge.oredict.OreIngredient@4dea3fe5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6595d40f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.cloth@8 new recipe: RecipeStage{tier='two', recipe=1xtile.cloth@8:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6af3e52c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4f8b522c, net.minecraft.item.crafting.Ingredient@5302592f, net.minecraft.item.crafting.Ingredient@187cdaec, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6d53964a, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xtile.activatorRail@0 new recipe: RecipeStage{tier='three', recipe=2xtile.activatorRail@0:[net.minecraftforge.oredict.OreIngredient@785cb3fe, net.minecraftforge.oredict.OreIngredient@395656fb, net.minecraftforge.oredict.OreIngredient@47835087, net.minecraftforge.oredict.OreIngredient@36936ffb, net.minecraft.item.crafting.Ingredient@2bcde994, net.minecraftforge.oredict.OreIngredient@20279398, net.minecraftforge.oredict.OreIngredient@7dfde873, net.minecraftforge.oredict.OreIngredient@50bcbc80, net.minecraftforge.oredict.OreIngredient@14f96e4a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.goldenRail@0 new recipe: RecipeStage{tier='three', recipe=4xtile.goldenRail@0:[net.minecraftforge.oredict.OreIngredient@8de841e, net.minecraft.item.crafting.Ingredient@1af25b06, net.minecraftforge.oredict.OreIngredient@2f9fbc64, net.minecraftforge.oredict.OreIngredient@70cb0ce3, net.minecraftforge.oredict.OreIngredient@c499890, net.minecraftforge.oredict.OreIngredient@4ebc874, net.minecraftforge.oredict.OreIngredient@56452811, net.minecraft.item.crafting.Ingredient@7e418a2e, net.minecraftforge.oredict.OreIngredient@3e0c106e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xitem.arrow@0 new recipe: RecipeStage{tier='two', recipe=4xitem.arrow@0:[net.minecraft.item.crafting.Ingredient@64fec7b3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1b047e9d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@69669729]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xitem.arrow@0 new recipe: RecipeStage{tier='two', recipe=4xitem.arrow@0:[net.minecraft.item.crafting.Ingredient@3737750b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@25e6ff01, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1d2e8db6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.leash@0 new recipe: RecipeStage{tier='zero', recipe=1xitem.leash@0:[net.minecraft.item.crafting.Ingredient@40ac9ee5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4c3f34d6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5eb3c4a7]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.writingBook@0 new recipe: RecipeStage{tier='two', recipe=1xitem.writingBook@0:[net.minecraft.item.crafting.Ingredient@3719b1fa, net.minecraft.item.crafting.Ingredient@13e64a4a, net.minecraft.item.crafting.Ingredient@264a5564]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.hopper@0 new recipe: RecipeStage{tier='two', recipe=1xtile.hopper@0:[net.minecraft.item.crafting.Ingredient@661c3bf6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.flint@0 new recipe: RecipeStage{tier='tutorial', recipe=1xitem.flint@0:[net.minecraft.item.crafting.Ingredient@1cf0d0ae, net.minecraft.item.crafting.Ingredient@3d656d60]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.flint@0 new recipe: RecipeStage{tier='tutorial', recipe=1xitem.flint@0:[net.minecraft.item.crafting.Ingredient@49f0eedd, net.minecraft.item.crafting.Ingredient@4e34bf9e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.string@0 new recipe: RecipeStage{tier='zero', recipe=8xitem.string@0:[net.minecraft.item.crafting.Ingredient@545b7356]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.farmland@0 new recipe: RecipeStage{tier='zero', recipe=1xtile.farmland@0:[net.minecraft.item.crafting.Ingredient@42c30ad0, net.minecraft.item.crafting.Ingredient@c0b8253]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.sulphur@0 new recipe: RecipeStage{tier='zero', recipe=1xitem.sulphur@0:[net.minecraft.item.crafting.Ingredient@67a80403, net.minecraftforge.oredict.OreIngredient@68660a63, net.minecraftforge.oredict.OreIngredient@32a91835]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.book@0 new recipe: RecipeStage{tier='two', recipe=1xitem.book@0:[net.minecraft.item.crafting.Ingredient@62e01d29, net.minecraft.item.crafting.Ingredient@454f856a, net.minecraft.item.crafting.Ingredient@1d22aab2, net.minecraft.item.crafting.Ingredient@67307193]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.flint@0 new recipe: RecipeStage{tier='tutorial', recipe=9xitem.flint@0:[net.minecraft.item.crafting.Ingredient@55b2109]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.string@0 new recipe: RecipeStage{tier='zero', recipe=1xitem.string@0:[net.minecraftforge.oredict.OreIngredient@3c06901d, net.minecraftforge.oredict.OreIngredient@3479da15, net.minecraftforge.oredict.OreIngredient@502189e0, net.minecraftforge.oredict.OreIngredient@caea984]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xtile.torch@0 new recipe: RecipeStage{tier='one', recipe=2xtile.torch@0:[net.minecraft.item.crafting.Ingredient@4205674, net.minecraftforge.oredict.OreIngredient@7e738d97, net.minecraftforge.oredict.OreIngredient@22c17530]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xtile.torch@0 new recipe: RecipeStage{tier='one', recipe=2xtile.torch@0:[net.minecraft.item.crafting.Ingredient@5b5a1a65, net.minecraftforge.oredict.OreIngredient@5dcf748c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xitem.string@0 new recipe: RecipeStage{tier='zero', recipe=4xitem.string@0:[net.minecraft.item.crafting.Ingredient@3fb25597, crafttweaker.mc1120.item.VanillaIngredient@16f3cfa4]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xitem.string@0 new recipe: RecipeStage{tier='zero', recipe=4xitem.string@0:[net.minecraft.item.crafting.Ingredient@1df1762d, net.minecraftforge.oredict.OreIngredient@3bbc1a0b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.arrow@0 new recipe: RecipeStage{tier='two', recipe=8xitem.arrow@0:[net.minecraft.item.crafting.Ingredient@160ffe06]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.pt.dye_powder@1 new recipe: RecipeStage{tier='zero', recipe=1xitem.pt.dye_powder@1:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1e099d8c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@85fd07e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5368ef3c, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.pt.dye_powder@9 new recipe: RecipeStage{tier='zero', recipe=1xitem.pt.dye_powder@9:[net.minecraft.item.crafting.Ingredient@3afec499, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@68c9cbb7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1e633af0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.pt.dye_powder@5 new recipe: RecipeStage{tier='zero', recipe=1xitem.pt.dye_powder@5:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@ae6270f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4670e0c6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@60c21fcc, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.jukebox@0 new recipe: RecipeStage{tier='three', recipe=1xtile.jukebox@0:[net.minecraftforge.oredict.OreIngredient@67710d9e, net.minecraftforge.oredict.OreIngredient@5c149020, net.minecraftforge.oredict.OreIngredient@1d233db4, net.minecraftforge.oredict.OreIngredient@6def7da3, net.minecraft.item.crafting.Ingredient@29d807d, net.minecraftforge.oredict.OreIngredient@7af0959e, net.minecraftforge.oredict.OreIngredient@7e3ac9e9, net.minecraftforge.oredict.OreIngredient@68aea1e8, net.minecraftforge.oredict.OreIngredient@65e4ae8]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.pt.dye_powder@8 new recipe: RecipeStage{tier='zero', recipe=1xitem.pt.dye_powder@8:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@78fc63d8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@502198af, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4d1dc2a2, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.pt.dye_powder@2 new recipe: RecipeStage{tier='zero', recipe=1xitem.pt.dye_powder@2:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3960c8e3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@22198eb4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7e219eb8]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.pt.dye_powder@15 new recipe: RecipeStage{tier='zero', recipe=1xitem.pt.dye_powder@15:[net.minecraft.item.crafting.Ingredient@5d8a4b0c, net.minecraft.item.crafting.Ingredient@6292a78e, net.minecraft.item.crafting.Ingredient@c90f946, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.pt.dye_powder@7 new recipe: RecipeStage{tier='zero', recipe=1xitem.pt.dye_powder@7:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7e366232, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@716b84d3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6b2f3a7]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.pt.dye_powder@3 new recipe: RecipeStage{tier='zero', recipe=1xitem.pt.dye_powder@3:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@de360fe, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4089b482, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6de9ed5c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.pt.dye_powder@14 new recipe: RecipeStage{tier='zero', recipe=1xitem.pt.dye_powder@14:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7c57048d, net.minecraft.item.crafting.Ingredient@6aa56f69, net.minecraft.item.crafting.Ingredient@6785fb1b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.pt.dye_powder@6 new recipe: RecipeStage{tier='zero', recipe=1xitem.pt.dye_powder@6:[net.minecraft.item.crafting.Ingredient@452469ba, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1136eff, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@400c8793]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.pistonBase@0 new recipe: RecipeStage{tier='two', recipe=1xtile.pistonBase@0:[crafttweaker.mc1120.item.VanillaIngredient@899f1aa, crafttweaker.mc1120.item.VanillaIngredient@6e1630ba, crafttweaker.mc1120.item.VanillaIngredient@7468cf11, net.minecraft.item.crafting.Ingredient@507cee10, net.minecraftforge.oredict.OreIngredient@172f5114, net.minecraft.item.crafting.Ingredient@486320ab, net.minecraft.item.crafting.Ingredient@7a416ef1, net.minecraft.item.crafting.Ingredient@4dfa13c7, net.minecraft.item.crafting.Ingredient@20304c9d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.pt.dye_powder@4 new recipe: RecipeStage{tier='zero', recipe=1xitem.pt.dye_powder@4:[net.minecraft.item.crafting.Ingredient@71875648, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@40986f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1db9d78b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.pt.dye_powder@10 new recipe: RecipeStage{tier='zero', recipe=1xitem.pt.dye_powder@10:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3f4f3405, net.minecraft.item.crafting.Ingredient@74b110b2, net.minecraft.item.crafting.Ingredient@70366dab]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.torch@0 new recipe: RecipeStage{tier='one', recipe=4xtile.torch@0:[net.minecraft.item.crafting.Ingredient@2360f9a9, net.minecraft.item.crafting.Ingredient@65c91edc, net.minecraftforge.oredict.OreIngredient@1981b657]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.elytra@0 new recipe: RecipeStage{tier='four', recipe=1xitem.elytra@0:[crafttweaker.mc1120.item.VanillaIngredient@5a99cbf9, crafttweaker.mc1120.item.VanillaIngredient@7e90ccb2]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.mob_grinding_utils.saw@0 new recipe: RecipeStage{tier='four', recipe=1xtile.mob_grinding_utils.saw@0:[net.minecraft.item.crafting.Ingredient@53020242, net.minecraft.item.crafting.Ingredient@47a5257b, net.minecraft.item.crafting.Ingredient@5377e875, net.minecraft.item.crafting.Ingredient@2b7a4bf5, net.minecraft.item.crafting.Ingredient@68a95cca, net.minecraft.item.crafting.Ingredient@6492259, net.minecraft.item.crafting.Ingredient@6a9156a5, net.minecraftforge.oredict.OreIngredient@13cd8de1, net.minecraft.item.crafting.Ingredient@31a0dc5e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.mob_grinding_utils.tank_sink@0 new recipe: RecipeStage{tier='four', recipe=1xtile.mob_grinding_utils.tank_sink@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7eb47bd9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1ef03ed4, net.minecraft.item.crafting.Ingredient@61ad0a6e, net.minecraft.item.crafting.Ingredient@56586829, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@b6fab88, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.mob_grinding_utils.tank@0 new recipe: RecipeStage{tier='four', recipe=1xtile.mob_grinding_utils.tank@0:[net.minecraft.item.crafting.Ingredient@147622af]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.mob_grinding_utils.tank_sink@0 new recipe: RecipeStage{tier='four', recipe=1xtile.mob_grinding_utils.tank_sink@0:[net.minecraft.item.crafting.Ingredient@1d81b435]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.modularmachinery.blockoutputbus@1 new recipe: RecipeStage{tier='three', recipe=1xtile.modularmachinery.blockoutputbus@1:[net.minecraftforge.oredict.OreIngredient@88d9e8c, net.minecraft.item.crafting.Ingredient@7e4857fe, net.minecraftforge.oredict.OreIngredient@5b0e61c2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4bbe568a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2f23c88f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@13e89d32]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.modularmachinery.blockcontroller@0 new recipe: RecipeStage{tier='three', recipe=1xtile.modularmachinery.blockcontroller@0:[net.minecraftforge.oredict.OreIngredient@3bc0eefc, net.minecraft.item.crafting.Ingredient@2f3e508, net.minecraftforge.oredict.OreIngredient@33a53269, net.minecraftforge.oredict.OreIngredient@64f33822, net.minecraft.item.crafting.Ingredient@58788d4e, net.minecraftforge.oredict.OreIngredient@453ef8ec, net.minecraftforge.oredict.OreIngredient@5f12ac58, net.minecraft.item.crafting.Ingredient@22ddadb0, net.minecraftforge.oredict.OreIngredient@3e534658]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xtile.modularmachinery.blockcasing@0 new recipe: RecipeStage{tier='three', recipe=2xtile.modularmachinery.blockcasing@0:[net.minecraftforge.oredict.OreIngredient@c9830e6, net.minecraftforge.oredict.OreIngredient@46a23d41, net.minecraftforge.oredict.OreIngredient@9ddb808, net.minecraftforge.oredict.OreIngredient@2d985eed, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@60ca44b8, net.minecraftforge.oredict.OreIngredient@375535d5, net.minecraftforge.oredict.OreIngredient@53acc6cf, net.minecraftforge.oredict.OreIngredient@3c2c9561]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.modularmachinery.blockcasing@3 new recipe: RecipeStage{tier='three', recipe=4xtile.modularmachinery.blockcasing@3:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@ef1e9d8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@10149e4e, net.minecraft.item.crafting.Ingredient@25bba83d, net.minecraftforge.oredict.OreIngredient@7de4a676, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7c5a3f3b, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.modularmachinery.blockenergyinputhatch@0 new recipe: RecipeStage{tier='three', recipe=1xtile.modularmachinery.blockenergyinputhatch@0:[net.minecraftforge.oredict.OreIngredient@48883810, net.minecraft.item.crafting.Ingredient@300a8b7c, net.minecraftforge.oredict.OreIngredient@68854c1d, net.minecraft.item.crafting.Ingredient@458b05d1, net.minecraft.item.crafting.Ingredient@4ccaedc8, net.minecraft.item.crafting.Ingredient@28ffce46, net.minecraftforge.oredict.OreIngredient@6a589ae0, net.minecraft.item.crafting.Ingredient@7760aff7, net.minecraftforge.oredict.OreIngredient@6c5fa87e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.modularmachinery.blockfluidinputhatch@0 new recipe: RecipeStage{tier='three', recipe=1xtile.modularmachinery.blockfluidinputhatch@0:[net.minecraftforge.oredict.OreIngredient@3a84c64d, net.minecraft.item.crafting.Ingredient@1425c467, net.minecraftforge.oredict.OreIngredient@6648de03, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@774586ec, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6b6f80e7, net.minecraft.item.crafting.Ingredient@51d37711, net.minecraftforge.oredict.OreIngredient@71cb13ee]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.modularmachinery.blockenergyinputhatch@2 new recipe: RecipeStage{tier='four', recipe=1xtile.modularmachinery.blockenergyinputhatch@2:[net.minecraft.item.crafting.Ingredient@2a6289dd, net.minecraft.item.crafting.Ingredient@3d1d4cce, net.minecraft.item.crafting.Ingredient@773ccf83, net.minecraftforge.oredict.OreIngredient@5e41e6e9, net.minecraft.item.crafting.Ingredient@60d3b09d, net.minecraftforge.oredict.OreIngredient@37fffb75, net.minecraft.item.crafting.Ingredient@26ae6ade, net.minecraftforge.oredict.OreIngredient@7709b64c, net.minecraft.item.crafting.Ingredient@aa3a768]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.modularmachinery.blockcasing@3 new recipe: RecipeStage{tier='three', recipe=8xtile.modularmachinery.blockcasing@3:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@424fd11a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@17e2ab17, net.minecraft.item.crafting.Ingredient@2de3d471, net.minecraftforge.oredict.OreIngredient@3a6cae42, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6176f14, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xtile.modularmachinery.blockcasing@5 new recipe: RecipeStage{tier='three', recipe=2xtile.modularmachinery.blockcasing@5:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@42fd6d2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@375cca7a, net.minecraft.item.crafting.Ingredient@681d6c6d, net.minecraft.item.crafting.Ingredient@554fc1b5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2fac1488, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.modularmachinery.blockinputbus@1 new recipe: RecipeStage{tier='three', recipe=1xtile.modularmachinery.blockinputbus@1:[net.minecraftforge.oredict.OreIngredient@7e72041d, net.minecraft.item.crafting.Ingredient@7d8f61ba, net.minecraftforge.oredict.OreIngredient@56e645d7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@19a113d7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@779dae12, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@711993ea]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.modularmachinery.blockcasing@3 new recipe: RecipeStage{tier='three', recipe=1xtile.modularmachinery.blockcasing@3:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@15b5a8e3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@49b3e29, net.minecraft.item.crafting.Ingredient@1eeced96, net.minecraftforge.oredict.OreIngredient@23d7bb62, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1b9dfd4b, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.modularmachinery.blockenergyinputhatch@3 new recipe: RecipeStage{tier='four', recipe=1xtile.modularmachinery.blockenergyinputhatch@3:[net.minecraft.item.crafting.Ingredient@462af267, net.minecraft.item.crafting.Ingredient@3f532769, net.minecraft.item.crafting.Ingredient@21c1974a, net.minecraft.item.crafting.Ingredient@55c2419c, net.minecraftforge.oredict.OreIngredient@446a3889, net.minecraft.item.crafting.Ingredient@62243702, net.minecraft.item.crafting.Ingredient@4f7287cb, net.minecraft.item.crafting.Ingredient@8fbe118, net.minecraft.item.crafting.Ingredient@1d403efe]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xtile.modularmachinery.blockcasing@1 new recipe: RecipeStage{tier='three', recipe=2xtile.modularmachinery.blockcasing@1:[net.minecraftforge.oredict.OreIngredient@5e9f8673, net.minecraft.item.crafting.Ingredient@5081eb4, net.minecraftforge.oredict.OreIngredient@522cdc2c, net.minecraft.item.crafting.Ingredient@4e87af59, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6c8914e4, net.minecraftforge.oredict.OreIngredient@29b14a7f, net.minecraft.item.crafting.Ingredient@1d483ed9, net.minecraftforge.oredict.OreIngredient@6ec6a74e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.modularmachinery.itemblueprint@0 new recipe: RecipeStage{tier='five', recipe=1xitem.modularmachinery.itemblueprint@0:[net.minecraft.item.crafting.Ingredient@4a4cb046, net.minecraft.item.crafting.Ingredient@690df9c2, net.minecraftforge.oredict.OreIngredient@35efbccc]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.modularmachinery.itemblueprint@0 new recipe: RecipeStage{tier='three', recipe=1xitem.modularmachinery.itemblueprint@0:[net.minecraft.item.crafting.Ingredient@6e4891e8, net.minecraft.item.crafting.Ingredient@4129d2e7, net.minecraftforge.oredict.OreIngredient@47ece0e9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.modularmachinery.itemblueprint@0 new recipe: RecipeStage{tier='three', recipe=1xitem.modularmachinery.itemblueprint@0:[net.minecraft.item.crafting.Ingredient@fad2d04, net.minecraft.item.crafting.Ingredient@25402ac8, net.minecraftforge.oredict.OreIngredient@2a716a6d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.modularmachinery.itemblueprint@0 new recipe: RecipeStage{tier='five', recipe=1xitem.modularmachinery.itemblueprint@0:[net.minecraft.item.crafting.Ingredient@a3a2c62, net.minecraft.item.crafting.Ingredient@6c19f52c, net.minecraftforge.oredict.OreIngredient@48ab840d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.modularmachinery.itemblueprint@0 new recipe: RecipeStage{tier='three', recipe=1xitem.modularmachinery.itemblueprint@0:[net.minecraft.item.crafting.Ingredient@6928bd77, net.minecraft.item.crafting.Ingredient@322ad50c, net.minecraftforge.oredict.OreIngredient@1139f6f0]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.modularmachinery.itemblueprint@0 new recipe: RecipeStage{tier='three', recipe=1xitem.modularmachinery.itemblueprint@0:[net.minecraft.item.crafting.Ingredient@5268336, net.minecraft.item.crafting.Ingredient@29c945e0, net.minecraft.item.crafting.Ingredient@4d2f7760, net.minecraftforge.oredict.OreIngredient@13ff8643]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.modularmachinery.itemblueprint@0 new recipe: RecipeStage{tier='four', recipe=1xitem.modularmachinery.itemblueprint@0:[net.minecraft.item.crafting.Ingredient@22f18839, net.minecraft.item.crafting.Ingredient@41742fc2, net.minecraft.item.crafting.Ingredient@77d6c4fb, net.minecraft.item.crafting.Ingredient@18f499dc, net.minecraftforge.oredict.OreIngredient@36ea7abb]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.modularmachinery.itemblueprint@0 new recipe: RecipeStage{tier='five', recipe=1xitem.modularmachinery.itemblueprint@0:[net.minecraft.item.crafting.Ingredient@5600499b, net.minecraft.item.crafting.Ingredient@1730bebc]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.modularmachinery.itemblueprint@0 new recipe: RecipeStage{tier='four', recipe=1xitem.modularmachinery.itemblueprint@0:[net.minecraft.item.crafting.Ingredient@2b36ffff, net.minecraft.item.crafting.Ingredient@4e6c6780, net.minecraft.item.crafting.Ingredient@1af4b347, net.minecraftforge.oredict.OreIngredient@8a33bfb]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.modularmachinery.itemblueprint@0 new recipe: RecipeStage{tier='five', recipe=1xitem.modularmachinery.itemblueprint@0:[net.minecraft.item.crafting.Ingredient@14f6f417, net.minecraft.item.crafting.Ingredient@398bd16e, net.minecraft.item.crafting.Ingredient@6da2393]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.modularmachinery.itemblueprint@0 new recipe: RecipeStage{tier='five', recipe=1xitem.modularmachinery.itemblueprint@0:[net.minecraft.item.crafting.Ingredient@17b7ac50, net.minecraft.item.crafting.Ingredient@34c2a4fd, net.minecraft.item.crafting.Ingredient@532513aa, net.minecraft.item.crafting.Ingredient@4b464e6, net.minecraft.item.crafting.Ingredient@2e4b9d0c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.modularmachinery.itemblueprint@0 new recipe: RecipeStage{tier='four', recipe=1xitem.modularmachinery.itemblueprint@0:[net.minecraft.item.crafting.Ingredient@f0f3174, net.minecraft.item.crafting.Ingredient@74ccdb7c, net.minecraft.item.crafting.Ingredient@53f80257, net.minecraft.item.crafting.Ingredient@212956d9, net.minecraftforge.oredict.OreIngredient@575b4719]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.modularmachinery.itemblueprint@0 new recipe: RecipeStage{tier='four', recipe=1xitem.modularmachinery.itemblueprint@0:[net.minecraft.item.crafting.Ingredient@45de71b5, net.minecraft.item.crafting.Ingredient@56a729e3, net.minecraftforge.oredict.OreIngredient@3d533270]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.modularmachinery.itemblueprint@0 new recipe: RecipeStage{tier='three', recipe=1xitem.modularmachinery.itemblueprint@0:[net.minecraft.item.crafting.Ingredient@303dc94c, net.minecraft.item.crafting.Ingredient@6d85527, net.minecraftforge.oredict.OreIngredient@69df8c2e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.modularmachinery.itemblueprint@0 new recipe: RecipeStage{tier='four', recipe=1xitem.modularmachinery.itemblueprint@0:[net.minecraft.item.crafting.Ingredient@4d3be3d7, net.minecraft.item.crafting.Ingredient@13122495, net.minecraft.item.crafting.Ingredient@57a72abd, net.minecraftforge.oredict.OreIngredient@420c629b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.modularmachinery.itemblueprint@0 new recipe: RecipeStage{tier='three', recipe=1xitem.modularmachinery.itemblueprint@0:[net.minecraft.item.crafting.Ingredient@503b1456, net.minecraft.item.crafting.Ingredient@520fa448, net.minecraftforge.oredict.OreIngredient@3c939e76]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.modularmachinery.itemblueprint@0 new recipe: RecipeStage{tier='five', recipe=1xitem.modularmachinery.itemblueprint@0:[net.minecraft.item.crafting.Ingredient@1daa3bc5, net.minecraft.item.crafting.Ingredient@15bb0582, net.minecraft.item.crafting.Ingredient@3ab9de99, net.minecraft.item.crafting.Ingredient@1a798796, net.minecraft.item.crafting.Ingredient@5641e30f, net.minecraft.item.crafting.Ingredient@1b9b6b50, net.minecraft.item.crafting.Ingredient@6fa233ac]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.modularmachinery.itemblueprint@0 new recipe: RecipeStage{tier='five', recipe=1xitem.modularmachinery.itemblueprint@0:[net.minecraft.item.crafting.Ingredient@39314cf9, net.minecraft.item.crafting.Ingredient@6031994b, net.minecraft.item.crafting.Ingredient@2030aff6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.modularmachinery.itemblueprint@0 new recipe: RecipeStage{tier='four', recipe=1xitem.modularmachinery.itemblueprint@0:[net.minecraft.item.crafting.Ingredient@5e71c70f, net.minecraft.item.crafting.Ingredient@6d141ebc, net.minecraftforge.oredict.OreIngredient@1832994]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.modularmachinery.itemblueprint@0 new recipe: RecipeStage{tier='three', recipe=1xitem.modularmachinery.itemblueprint@0:[net.minecraft.item.crafting.Ingredient@2469794d, net.minecraft.item.crafting.Ingredient@74f09b70, net.minecraftforge.oredict.OreIngredient@39dc8aac]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.upgrade@4 new recipe: RecipeStage{tier='four', recipe=8xitem.upgrade@4:[net.minecraftforge.oredict.OreIngredient@210bdb8a, net.minecraft.item.crafting.Ingredient@4e477df7, net.minecraftforge.oredict.OreIngredient@3e9c4454, net.minecraftforge.oredict.OreIngredient@634830c1, net.minecraft.item.crafting.Ingredient@1c6070a9, net.minecraftforge.oredict.OreIngredient@69bd1e17]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.module@13 new recipe: RecipeStage{tier='four', recipe=1xitem.module@13:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@355f4990, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1733b9c2, net.minecraft.item.crafting.Ingredient@8c976b5, net.minecraft.item.crafting.Ingredient@9058c1d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@46d95764, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.filter@0 new recipe: RecipeStage{tier='four', recipe=1xitem.filter@0:[net.minecraftforge.oredict.OreIngredient@4c2e1bd4, net.minecraftforge.oredict.OreIngredient@f91a03a, net.minecraftforge.oredict.OreIngredient@2ad1a0b1, net.minecraft.item.crafting.Ingredient@26bfb0f8, net.minecraftforge.oredict.OreIngredient@1af3ff40, net.minecraft.item.crafting.Ingredient@18e10c54, net.minecraftforge.oredict.OreIngredient@3f92f3d1, net.minecraftforge.oredict.OreIngredient@6471acab, net.minecraftforge.oredict.OreIngredient@617d569a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.item_router@0 new recipe: RecipeStage{tier='four', recipe=4xtile.item_router@0:[net.minecraftforge.oredict.OreIngredient@71ee754d, net.minecraft.item.crafting.Ingredient@59ca0cda, net.minecraftforge.oredict.OreIngredient@3037e7bc, net.minecraft.item.crafting.Ingredient@3b75bea6, net.minecraft.item.crafting.Ingredient@3933e098, net.minecraft.item.crafting.Ingredient@309697b8, net.minecraftforge.oredict.OreIngredient@3f939c11, net.minecraft.item.crafting.Ingredient@298595cb, net.minecraftforge.oredict.OreIngredient@f149743]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xitem.augment_core@0 new recipe: RecipeStage{tier='four', recipe=4xitem.augment_core@0:[net.minecraft.item.crafting.Ingredient@bbbea4e, net.minecraft.item.crafting.Ingredient@286b9c3c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xitem.blank_module@0 new recipe: RecipeStage{tier='four', recipe=6xitem.blank_module@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2dc57f37, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6c04b43, net.minecraft.item.crafting.Ingredient@527d384f, net.minecraft.item.crafting.Ingredient@2683c440, net.minecraftforge.oredict.OreIngredient@20393b60, net.minecraftforge.oredict.OreIngredient@24a7e677, net.minecraftforge.oredict.OreIngredient@1fa30dec]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.upgrade@5 new recipe: RecipeStage{tier='four', recipe=8xitem.upgrade@5:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@273a6b9c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4eb1b620, net.minecraft.item.crafting.Ingredient@55be75df, net.minecraftforge.oredict.OreIngredient@5275cee9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xitem.blank_upgrade@0 new recipe: RecipeStage{tier='four', recipe=4xitem.blank_upgrade@0:[net.minecraft.item.crafting.Ingredient@26e739b0, net.minecraft.item.crafting.Ingredient@65248bfa, net.minecraftforge.oredict.OreIngredient@43120a0c, net.minecraft.item.crafting.Ingredient@3f6c9601, net.minecraft.item.crafting.Ingredient@205912e5, net.minecraftforge.oredict.OreIngredient@61e3264f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@32f20215, net.minecraftforge.oredict.OreIngredient@69f546d4]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ma.ultimate_furnace@0 new recipe: RecipeStage{tier='five', recipe=1xtile.ma.ultimate_furnace@0:[net.minecraft.item.crafting.Ingredient@153af35, net.minecraft.item.crafting.Ingredient@79fa300e, net.minecraft.item.crafting.Ingredient@5bba678e, net.minecraft.item.crafting.Ingredient@183a49cb, net.minecraft.item.crafting.Ingredient@40c67fe, net.minecraft.item.crafting.Ingredient@2c5e5d31, net.minecraft.item.crafting.Ingredient@2450c923, net.minecraft.item.crafting.Ingredient@6eeeb873, net.minecraft.item.crafting.Ingredient@9ba11c7]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.supremium_boots@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.supremium_boots@0:[net.minecraft.item.crafting.Ingredient@57d37214, net.minecraft.item.crafting.Ingredient@75e8a01c, net.minecraft.item.crafting.Ingredient@6edeb3f2, net.minecraft.item.crafting.Ingredient@3733b3c7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7b3c24e7]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.crafting@7 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.crafting@7:[net.minecraftforge.oredict.OreIngredient@4b6483dc, net.minecraftforge.oredict.OreIngredient@503ef861, net.minecraftforge.oredict.OreIngredient@7a39c42a, net.minecraftforge.oredict.OreIngredient@60b8cc96]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xitem.ingotGold@0 new recipe: RecipeStage{tier='two', recipe=4xitem.ingotGold@0:[net.minecraft.item.crafting.Ingredient@f2dc93e, net.minecraft.item.crafting.Ingredient@28f7c54a, net.minecraft.item.crafting.Ingredient@1c5b4cea, net.minecraft.item.crafting.Ingredient@3aa1ff8b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5ba4b5d8, net.minecraft.item.crafting.Ingredient@4defe673, net.minecraft.item.crafting.Ingredient@b95cf38, net.minecraft.item.crafting.Ingredient@3e7d3466]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xitem.tconstruct.ingots@0 new recipe: RecipeStage{tier='three', recipe=3xitem.tconstruct.ingots@0:[net.minecraft.item.crafting.Ingredient@40895c04, net.minecraft.item.crafting.Ingredient@7267f618, net.minecraft.item.crafting.Ingredient@572e1b63, net.minecraft.item.crafting.Ingredient@a7dbe4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@ac4de88, net.minecraft.item.crafting.Ingredient@475e2efe, net.minecraft.item.crafting.Ingredient@600cc075, net.minecraft.item.crafting.Ingredient@5eca4f6b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xitem.Ingot@2 new recipe: RecipeStage{tier='one', recipe=4xitem.Ingot@2:[net.minecraft.item.crafting.Ingredient@7256faa4, net.minecraft.item.crafting.Ingredient@444903ce, net.minecraft.item.crafting.Ingredient@42406c5a, net.minecraft.item.crafting.Ingredient@4e7dc26e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@b3b82df, net.minecraft.item.crafting.Ingredient@760a705, net.minecraft.item.crafting.Ingredient@4603390f, net.minecraft.item.crafting.Ingredient@664ded13]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xitem.immersiveengineering.metal@6 new recipe: RecipeStage{tier='three', recipe=4xitem.immersiveengineering.metal@6:[net.minecraft.item.crafting.Ingredient@31b7b67f, net.minecraft.item.crafting.Ingredient@33ed77c3, net.minecraft.item.crafting.Ingredient@6c79ebf0, net.minecraft.item.crafting.Ingredient@6555a619, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@695df082, net.minecraft.item.crafting.Ingredient@31d6d105, net.minecraft.item.crafting.Ingredient@12d39aa4, net.minecraft.item.crafting.Ingredient@5afe9389]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xitem.tconstruct.ingots@3 new recipe: RecipeStage{tier='four', recipe=4xitem.tconstruct.ingots@3:[net.minecraft.item.crafting.Ingredient@5c21a1b4, net.minecraft.item.crafting.Ingredient@5bf80dcc, net.minecraft.item.crafting.Ingredient@5570aaad, net.minecraft.item.crafting.Ingredient@7bbc1951, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2ac12b93, net.minecraft.item.crafting.Ingredient@314cc56a, net.minecraft.item.crafting.Ingredient@61b9342c, net.minecraft.item.crafting.Ingredient@7ad4dfdb]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.basic_item@2 new recipe: RecipeStage{tier='four', recipe=8xitem.basic_item@2:[net.minecraft.item.crafting.Ingredient@59eafea1, net.minecraft.item.crafting.Ingredient@e5a1763, net.minecraft.item.crafting.Ingredient@26ea5ad0]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xitem.item_basic_moon@0 new recipe: RecipeStage{tier='five', recipe=3xitem.item_basic_moon@0:[net.minecraft.item.crafting.Ingredient@7a1c63d1, net.minecraft.item.crafting.Ingredient@748d85c5, net.minecraft.item.crafting.Ingredient@2ab27538, net.minecraft.item.crafting.Ingredient@5e7a9664, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@47e16491, net.minecraft.item.crafting.Ingredient@5fda6205, net.minecraft.item.crafting.Ingredient@6678d773, net.minecraft.item.crafting.Ingredient@6cbba46e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xitem.immersiveengineering.metal@7 new recipe: RecipeStage{tier='three', recipe=4xitem.immersiveengineering.metal@7:[net.minecraft.item.crafting.Ingredient@20328084, net.minecraft.item.crafting.Ingredient@2cf404cd, net.minecraft.item.crafting.Ingredient@c978d6f, net.minecraft.item.crafting.Ingredient@3dbed047, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@93c41d4, net.minecraft.item.crafting.Ingredient@562ee52, net.minecraft.item.crafting.Ingredient@35aee764, net.minecraft.item.crafting.Ingredient@7e59357e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.diamond@0 new recipe: RecipeStage{tier='five', recipe=1xitem.diamond@0:[net.minecraft.item.crafting.Ingredient@1500f980, net.minecraft.item.crafting.Ingredient@702850c, net.minecraft.item.crafting.Ingredient@45d5c74f, net.minecraft.item.crafting.Ingredient@7210e84e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@604ec375, net.minecraft.item.crafting.Ingredient@73f70095, net.minecraft.item.crafting.Ingredient@18734e1b, net.minecraft.item.crafting.Ingredient@6d5497c3]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xitem.contenttweaker.material_part@37 new recipe: RecipeStage{tier='three', recipe=2xitem.contenttweaker.material_part@37:[net.minecraft.item.crafting.Ingredient@7b17b477, net.minecraft.item.crafting.Ingredient@30aff028, net.minecraft.item.crafting.Ingredient@32ae73b0, net.minecraft.item.crafting.Ingredient@7b0d00a9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3dffa7b3, net.minecraft.item.crafting.Ingredient@721e2e94, net.minecraft.item.crafting.Ingredient@33ece094, net.minecraft.item.crafting.Ingredient@2077b608]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.immersiveengineering.metal@1 new recipe: RecipeStage{tier='three', recipe=8xitem.immersiveengineering.metal@1:[net.minecraft.item.crafting.Ingredient@60f54f8a, net.minecraft.item.crafting.Ingredient@631ca78e, net.minecraft.item.crafting.Ingredient@37201339, net.minecraft.item.crafting.Ingredient@2a7a2423, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6039a7f9, net.minecraft.item.crafting.Ingredient@661f5ca7, net.minecraft.item.crafting.Ingredient@51913286, net.minecraft.item.crafting.Ingredient@2ab15fab]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xitem.ingotIron@0 new recipe: RecipeStage{tier='two', recipe=6xitem.ingotIron@0:[net.minecraft.item.crafting.Ingredient@71a336b, net.minecraft.item.crafting.Ingredient@1b7cbd4b, net.minecraft.item.crafting.Ingredient@43a1b9a0, net.minecraft.item.crafting.Ingredient@634dea78, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@359a0c11, net.minecraft.item.crafting.Ingredient@4bf2790c, net.minecraft.item.crafting.Ingredient@550b56b, net.minecraft.item.crafting.Ingredient@9428193]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xitem.tconstruct.ingots@5 new recipe: RecipeStage{tier='three', recipe=6xitem.tconstruct.ingots@5:[net.minecraft.item.crafting.Ingredient@6c5dfe2e, net.minecraft.item.crafting.Ingredient@343fc0b0, net.minecraft.item.crafting.Ingredient@3444c0b1, net.minecraft.item.crafting.Ingredient@291791b3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2ab8b631, net.minecraft.item.crafting.Ingredient@60c8c996, net.minecraft.item.crafting.Ingredient@729bcc76, net.minecraft.item.crafting.Ingredient@6794519f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xitem.tconstruct.ingots@2 new recipe: RecipeStage{tier='four', recipe=2xitem.tconstruct.ingots@2:[net.minecraft.item.crafting.Ingredient@8727a62, net.minecraft.item.crafting.Ingredient@2ed08683, net.minecraft.item.crafting.Ingredient@2840753, net.minecraft.item.crafting.Ingredient@47d9a635, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5ce375c6, net.minecraft.item.crafting.Ingredient@76ad0447, net.minecraft.item.crafting.Ingredient@54b13b5e, net.minecraft.item.crafting.Ingredient@5e53d7f3]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.refinedstorage:quartz_enriched_iron@0 new recipe: RecipeStage{tier='four', recipe=8xitem.refinedstorage:quartz_enriched_iron@0:[net.minecraft.item.crafting.Ingredient@1959d4ba, net.minecraft.item.crafting.Ingredient@74864ea, net.minecraft.item.crafting.Ingredient@5afed496, net.minecraft.item.crafting.Ingredient@1ad27c75, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4df99791, net.minecraft.item.crafting.Ingredient@952c5f0, net.minecraft.item.crafting.Ingredient@25a4ea28, net.minecraft.item.crafting.Ingredient@2c9c0b3d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xitem.item_basic_asteroids@0 new recipe: RecipeStage{tier='five', recipe=2xitem.item_basic_asteroids@0:[net.minecraft.item.crafting.Ingredient@2d585420, net.minecraft.item.crafting.Ingredient@323a793e, net.minecraft.item.crafting.Ingredient@30cd30fb, net.minecraft.item.crafting.Ingredient@7cc4003c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1352a2d0, net.minecraft.item.crafting.Ingredient@72c0da0d, net.minecraft.item.crafting.Ingredient@2b537646, net.minecraft.item.crafting.Ingredient@77ca46f0]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xitem.Ingot@6 new recipe: RecipeStage{tier='one', recipe=4xitem.Ingot@6:[net.minecraft.item.crafting.Ingredient@71083efb, net.minecraft.item.crafting.Ingredient@56c9265, net.minecraft.item.crafting.Ingredient@35bd35c8, net.minecraft.item.crafting.Ingredient@10e50849, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@202a0348, net.minecraft.item.crafting.Ingredient@41b45292, net.minecraft.item.crafting.Ingredient@1d7b2c19, net.minecraft.item.crafting.Ingredient@2564c8bf]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xitem.immersiveengineering.metal@8 new recipe: RecipeStage{tier='three', recipe=3xitem.immersiveengineering.metal@8:[net.minecraft.item.crafting.Ingredient@55a4af18, net.minecraft.item.crafting.Ingredient@36e747fc, net.minecraft.item.crafting.Ingredient@7238bedd, net.minecraft.item.crafting.Ingredient@719ab115, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1360c51, net.minecraft.item.crafting.Ingredient@de2732c, net.minecraft.item.crafting.Ingredient@3a1bea1b, net.minecraft.item.crafting.Ingredient@1eade654]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xitem.immersiveengineering.metal@5 new recipe: RecipeStage{tier='four', recipe=2xitem.immersiveengineering.metal@5:[net.minecraft.item.crafting.Ingredient@2f482554, net.minecraft.item.crafting.Ingredient@312d4882, net.minecraft.item.crafting.Ingredient@5483378e, net.minecraft.item.crafting.Ingredient@25edf40c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4be11760, net.minecraft.item.crafting.Ingredient@10d32fc6, net.minecraft.item.crafting.Ingredient@5d215515, net.minecraft.item.crafting.Ingredient@17269729]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xitem.sulphur@0 new recipe: RecipeStage{tier='zero', recipe=6xitem.sulphur@0:[net.minecraft.item.crafting.Ingredient@543fc8ba, net.minecraft.item.crafting.Ingredient@5d1b60e4, net.minecraft.item.crafting.Ingredient@a451faf, net.minecraft.item.crafting.Ingredient@29794e11, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@329299c, net.minecraft.item.crafting.Ingredient@5b3755d, net.minecraft.item.crafting.Ingredient@27a9ba23, net.minecraft.item.crafting.Ingredient@44437101]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 5xitem.twilightforest.steeleafIngot@0 new recipe: RecipeStage{tier='two', recipe=5xitem.twilightforest.steeleafIngot@0:[net.minecraft.item.crafting.Ingredient@e6cc5dc, net.minecraft.item.crafting.Ingredient@106b50d1, net.minecraft.item.crafting.Ingredient@7a79985d, net.minecraft.item.crafting.Ingredient@256d356a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4dc7563e, net.minecraft.item.crafting.Ingredient@7e07a8f, net.minecraft.item.crafting.Ingredient@316db15e, net.minecraft.item.crafting.Ingredient@7de7147c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xitem.immersiveengineering.metal@2 new recipe: RecipeStage{tier='three', recipe=4xitem.immersiveengineering.metal@2:[net.minecraft.item.crafting.Ingredient@a66cb58, net.minecraft.item.crafting.Ingredient@e56ec99, net.minecraft.item.crafting.Ingredient@52ed5b4c, net.minecraft.item.crafting.Ingredient@17ecf199, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2b6cd437, net.minecraft.item.crafting.Ingredient@1267c7e7, net.minecraft.item.crafting.Ingredient@2ae8c9dc, net.minecraft.item.crafting.Ingredient@5a788521]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xitem.actuallyadditions.item_misc@5 new recipe: RecipeStage{tier='one', recipe=2xitem.actuallyadditions.item_misc@5:[net.minecraft.item.crafting.Ingredient@17f82f35, net.minecraft.item.crafting.Ingredient@3b8c8ad2, net.minecraft.item.crafting.Ingredient@57c60256]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xitem.immersiveengineering.metal@0 new recipe: RecipeStage{tier='one', recipe=6xitem.immersiveengineering.metal@0:[net.minecraft.item.crafting.Ingredient@4909c402, net.minecraft.item.crafting.Ingredient@1f5ecb91, net.minecraft.item.crafting.Ingredient@40db18b2, net.minecraft.item.crafting.Ingredient@27e8664d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@20c69f66, net.minecraft.item.crafting.Ingredient@49addaac, net.minecraft.item.crafting.Ingredient@51ab45a3, net.minecraft.item.crafting.Ingredient@35159bd5]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xitem.ingot_iron_compressed@0 new recipe: RecipeStage{tier='four', recipe=6xitem.ingot_iron_compressed@0:[net.minecraft.item.crafting.Ingredient@213c0fbe, net.minecraft.item.crafting.Ingredient@663c98f, net.minecraft.item.crafting.Ingredient@dee12bd, net.minecraft.item.crafting.Ingredient@14bcebe6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@553c4730, net.minecraft.item.crafting.Ingredient@4d0bd3a9, net.minecraft.item.crafting.Ingredient@300d5b4f, net.minecraft.item.crafting.Ingredient@439d6573]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xitem.immersiveengineering.metal@3 new recipe: RecipeStage{tier='three', recipe=4xitem.immersiveengineering.metal@3:[net.minecraft.item.crafting.Ingredient@742faff7, net.minecraft.item.crafting.Ingredient@67aabc40, net.minecraft.item.crafting.Ingredient@3d2754d9, net.minecraft.item.crafting.Ingredient@153908f3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1ce04db4, net.minecraft.item.crafting.Ingredient@2e1aaad4, net.minecraft.item.crafting.Ingredient@291cb252, net.minecraft.item.crafting.Ingredient@74bf4912]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xitem.Ingot@1 new recipe: RecipeStage{tier='five', recipe=4xitem.Ingot@1:[net.minecraft.item.crafting.Ingredient@6aac27dc, net.minecraft.item.crafting.Ingredient@111b7c57, net.minecraft.item.crafting.Ingredient@5dd9d204, net.minecraft.item.crafting.Ingredient@53a0f774, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@58b9b81b, net.minecraft.item.crafting.Ingredient@128a8e9f, net.minecraft.item.crafting.Ingredient@1502738, net.minecraft.item.crafting.Ingredient@559f6b31]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 12xitem.coal@0 new recipe: RecipeStage{tier='zero', recipe=12xitem.coal@0:[net.minecraft.item.crafting.Ingredient@407368f9, net.minecraft.item.crafting.Ingredient@64be81e, net.minecraft.item.crafting.Ingredient@6a27608, net.minecraft.item.crafting.Ingredient@284a530e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@73a5c25e, net.minecraft.item.crafting.Ingredient@2a77cf2c, net.minecraft.item.crafting.Ingredient@3f70ee5c, net.minecraft.item.crafting.Ingredient@45d8189f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xitem.tconstruct.ingots@1 new recipe: RecipeStage{tier='four', recipe=3xitem.tconstruct.ingots@1:[net.minecraft.item.crafting.Ingredient@18b29548, net.minecraft.item.crafting.Ingredient@c2827dd, net.minecraft.item.crafting.Ingredient@34922a0a, net.minecraft.item.crafting.Ingredient@310bc0e7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3d1f0b5b, net.minecraft.item.crafting.Ingredient@7044d5ea, net.minecraft.item.crafting.Ingredient@55a36392, net.minecraft.item.crafting.Ingredient@3ac09d39]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xitem.twilightforest.fieryIngot@0 new recipe: RecipeStage{tier='two', recipe=3xitem.twilightforest.fieryIngot@0:[net.minecraft.item.crafting.Ingredient@7f400ce9, net.minecraft.item.crafting.Ingredient@29fd7d6e, net.minecraft.item.crafting.Ingredient@670c2430, net.minecraft.item.crafting.Ingredient@591b44bd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@26c33c33, net.minecraft.item.crafting.Ingredient@64972388, net.minecraft.item.crafting.Ingredient@623ca68e, net.minecraft.item.crafting.Ingredient@610128d8]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xitem.immersiveengineering.metal@4 new recipe: RecipeStage{tier='three', recipe=4xitem.immersiveengineering.metal@4:[net.minecraft.item.crafting.Ingredient@5e1cb26f, net.minecraft.item.crafting.Ingredient@34a4147, net.minecraft.item.crafting.Ingredient@4459f76, net.minecraft.item.crafting.Ingredient@6cea30ce, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@575e68f6, net.minecraft.item.crafting.Ingredient@64f4b23, net.minecraft.item.crafting.Ingredient@2ed9cab3, net.minecraft.item.crafting.Ingredient@1308f3e6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.natura.darkwood_fence@0 new recipe: RecipeStage{tier='one', recipe=3xtile.natura.darkwood_fence@0:[net.minecraft.item.crafting.Ingredient@373530a9, net.minecraft.item.crafting.Ingredient@4bdf733f, net.minecraft.item.crafting.Ingredient@2b33b4a5, net.minecraft.item.crafting.Ingredient@7ff0f5e6, net.minecraft.item.crafting.Ingredient@61de22c9, net.minecraft.item.crafting.Ingredient@51a8e346]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xitem.natura.overworld_doors@2 new recipe: RecipeStage{tier='one', recipe=3xitem.natura.overworld_doors@2:[net.minecraft.item.crafting.Ingredient@6708e34a, net.minecraft.item.crafting.Ingredient@1f2f7588, net.minecraft.item.crafting.Ingredient@f77d4ce, net.minecraft.item.crafting.Ingredient@19d3a4b5, net.minecraft.item.crafting.Ingredient@39e11676, net.minecraft.item.crafting.Ingredient@5d06b7f7]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.natura.colored_grass@0 new recipe: RecipeStage{tier='one', recipe=1xtile.natura.colored_grass@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6ce6d93d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@68143e18, net.minecraft.item.crafting.Ingredient@59f7d7ca, net.minecraftforge.oredict.OreIngredient@31a66a0c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6b536234, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.natura.overworld_bookshelves@5 new recipe: RecipeStage{tier='two', recipe=1xtile.natura.overworld_bookshelves@5:[net.minecraft.item.crafting.Ingredient@22fe75b8, net.minecraft.item.crafting.Ingredient@4550bfaa, net.minecraft.item.crafting.Ingredient@47245b06, net.minecraft.item.crafting.Ingredient@3796d314, net.minecraft.item.crafting.Ingredient@661423eb, net.minecraft.item.crafting.Ingredient@26f96d6c, net.minecraft.item.crafting.Ingredient@4360fede, net.minecraft.item.crafting.Ingredient@426f8bd5, net.minecraft.item.crafting.Ingredient@5a3f308]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.natura.colored_grass_slab@1 new recipe: RecipeStage{tier='one', recipe=3xtile.natura.colored_grass_slab@1:[net.minecraft.item.crafting.Ingredient@68dc7cdd, net.minecraft.item.crafting.Ingredient@2c0ee916, net.minecraft.item.crafting.Ingredient@1201fe61]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.natura.fusewood_fence@0 new recipe: RecipeStage{tier='one', recipe=3xtile.natura.fusewood_fence@0:[net.minecraft.item.crafting.Ingredient@8a0749a, net.minecraft.item.crafting.Ingredient@311cbc7, net.minecraft.item.crafting.Ingredient@580cd4ea, net.minecraft.item.crafting.Ingredient@45e3db7c, net.minecraft.item.crafting.Ingredient@4e6c73fe, net.minecraft.item.crafting.Ingredient@43aed607]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.natura.nether_slab@0 new recipe: RecipeStage{tier='three', recipe=3xtile.natura.nether_slab@0:[net.minecraft.item.crafting.Ingredient@7d3bf11c, net.minecraft.item.crafting.Ingredient@2658fdfc, net.minecraft.item.crafting.Ingredient@b06894a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xitem.natura.overworld_doors@0 new recipe: RecipeStage{tier='one', recipe=3xitem.natura.overworld_doors@0:[net.minecraft.item.crafting.Ingredient@3e2d68c3, net.minecraft.item.crafting.Ingredient@1c3cdd0b, net.minecraft.item.crafting.Ingredient@7d6a746d, net.minecraft.item.crafting.Ingredient@4299fe53, net.minecraft.item.crafting.Ingredient@1727edb3, net.minecraft.item.crafting.Ingredient@6d09aed9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.natura.nether_bookshelves@0 new recipe: RecipeStage{tier='three', recipe=1xtile.natura.nether_bookshelves@0:[net.minecraft.item.crafting.Ingredient@436e7609, net.minecraft.item.crafting.Ingredient@4e886351, net.minecraft.item.crafting.Ingredient@666a5546, net.minecraft.item.crafting.Ingredient@46355034, net.minecraft.item.crafting.Ingredient@765ba8c5, net.minecraft.item.crafting.Ingredient@7bc4dfb4, net.minecraft.item.crafting.Ingredient@4fb075ef, net.minecraft.item.crafting.Ingredient@236828dd, net.minecraft.item.crafting.Ingredient@8dea1f5]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.natura.hopseed_fence_gate@0 new recipe: RecipeStage{tier='one', recipe=1xtile.natura.hopseed_fence_gate@0:[net.minecraft.item.crafting.Ingredient@55bae625, net.minecraft.item.crafting.Ingredient@19e9fe70, net.minecraft.item.crafting.Ingredient@7b251350, net.minecraft.item.crafting.Ingredient@609d4c8, net.minecraft.item.crafting.Ingredient@40091e2, net.minecraft.item.crafting.Ingredient@524ce56c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.natura.silverbell_fence@0 new recipe: RecipeStage{tier='one', recipe=3xtile.natura.silverbell_fence@0:[net.minecraft.item.crafting.Ingredient@120d3e6, net.minecraft.item.crafting.Ingredient@49c7e89e, net.minecraft.item.crafting.Ingredient@49c8efc5, net.minecraft.item.crafting.Ingredient@7c1a1415, net.minecraft.item.crafting.Ingredient@7ba24793, net.minecraft.item.crafting.Ingredient@d57d361]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.natura.overworld_slab@0 new recipe: RecipeStage{tier='zero', recipe=3xtile.natura.overworld_slab@0:[net.minecraft.item.crafting.Ingredient@36fa3c9, net.minecraft.item.crafting.Ingredient@2f79b50d, net.minecraft.item.crafting.Ingredient@468ef1ae]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.natura.overworld_bookshelves@7 new recipe: RecipeStage{tier='two', recipe=1xtile.natura.overworld_bookshelves@7:[net.minecraft.item.crafting.Ingredient@75f1eec5, net.minecraft.item.crafting.Ingredient@b7e6a59, net.minecraft.item.crafting.Ingredient@694d67e6, net.minecraft.item.crafting.Ingredient@587ff8e0, net.minecraft.item.crafting.Ingredient@2282a2ec, net.minecraft.item.crafting.Ingredient@5a563847, net.minecraft.item.crafting.Ingredient@58a616bc, net.minecraft.item.crafting.Ingredient@7f394db0, net.minecraft.item.crafting.Ingredient@481b0579]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.natura.tiger_fence@0 new recipe: RecipeStage{tier='one', recipe=3xtile.natura.tiger_fence@0:[net.minecraft.item.crafting.Ingredient@2364983d, net.minecraft.item.crafting.Ingredient@4b9f691b, net.minecraft.item.crafting.Ingredient@7efef915, net.minecraft.item.crafting.Ingredient@6e5e0b7e, net.minecraft.item.crafting.Ingredient@697cc3f8, net.minecraft.item.crafting.Ingredient@591ba87d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.natura.overworld_bookshelves@8 new recipe: RecipeStage{tier='two', recipe=1xtile.natura.overworld_bookshelves@8:[net.minecraft.item.crafting.Ingredient@50a4d41a, net.minecraft.item.crafting.Ingredient@4ebf208b, net.minecraft.item.crafting.Ingredient@415349a7, net.minecraft.item.crafting.Ingredient@450f49b0, net.minecraft.item.crafting.Ingredient@337d510f, net.minecraft.item.crafting.Ingredient@4718493, net.minecraft.item.crafting.Ingredient@5f34ebcb, net.minecraft.item.crafting.Ingredient@60c96b54, net.minecraft.item.crafting.Ingredient@3965ab6b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.natura.willow_fence_gate@0 new recipe: RecipeStage{tier='one', recipe=1xtile.natura.willow_fence_gate@0:[net.minecraft.item.crafting.Ingredient@31b8f5c8, net.minecraft.item.crafting.Ingredient@492a2a87, net.minecraft.item.crafting.Ingredient@62126b3d, net.minecraft.item.crafting.Ingredient@76b8aae7, net.minecraft.item.crafting.Ingredient@58174d, net.minecraft.item.crafting.Ingredient@18be7bd3]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.natura.overworld_slab2@2 new recipe: RecipeStage{tier='zero', recipe=3xtile.natura.overworld_slab2@2:[net.minecraft.item.crafting.Ingredient@6904a07a, net.minecraft.item.crafting.Ingredient@5ad8d02f, net.minecraft.item.crafting.Ingredient@1afa4646]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.natura.overworld_slab@1 new recipe: RecipeStage{tier='zero', recipe=3xtile.natura.overworld_slab@1:[net.minecraft.item.crafting.Ingredient@71f1d629, net.minecraft.item.crafting.Ingredient@3dbabf1d, net.minecraft.item.crafting.Ingredient@217f592d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.natura.nether_bookshelves@3 new recipe: RecipeStage{tier='three', recipe=1xtile.natura.nether_bookshelves@3:[net.minecraft.item.crafting.Ingredient@69ffe332, net.minecraft.item.crafting.Ingredient@16c030ba, net.minecraft.item.crafting.Ingredient@7eea2728, net.minecraft.item.crafting.Ingredient@2587afe9, net.minecraft.item.crafting.Ingredient@33f72e18, net.minecraft.item.crafting.Ingredient@24a58d3c, net.minecraft.item.crafting.Ingredient@b593de7, net.minecraft.item.crafting.Ingredient@13392382, net.minecraft.item.crafting.Ingredient@19345813]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.natura.ghostwood_fence@0 new recipe: RecipeStage{tier='one', recipe=3xtile.natura.ghostwood_fence@0:[net.minecraft.item.crafting.Ingredient@11f0fa64, net.minecraft.item.crafting.Ingredient@53844bb8, net.minecraft.item.crafting.Ingredient@9fb4779, net.minecraft.item.crafting.Ingredient@32b46295, net.minecraft.item.crafting.Ingredient@24019d7d, net.minecraft.item.crafting.Ingredient@5529dbce]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.natura.maple_fence@0 new recipe: RecipeStage{tier='one', recipe=3xtile.natura.maple_fence@0:[net.minecraft.item.crafting.Ingredient@6ba9e9d, net.minecraft.item.crafting.Ingredient@178bf415, net.minecraft.item.crafting.Ingredient@3fc979ec, net.minecraft.item.crafting.Ingredient@24252270, net.minecraft.item.crafting.Ingredient@76b91e1f, net.minecraft.item.crafting.Ingredient@3e5a7781]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.natura.nether_bookshelves@1 new recipe: RecipeStage{tier='three', recipe=1xtile.natura.nether_bookshelves@1:[net.minecraft.item.crafting.Ingredient@4a286fbf, net.minecraft.item.crafting.Ingredient@4713f228, net.minecraft.item.crafting.Ingredient@79645533, net.minecraft.item.crafting.Ingredient@146fc3e1, net.minecraft.item.crafting.Ingredient@1d331344, net.minecraft.item.crafting.Ingredient@45693078, net.minecraft.item.crafting.Ingredient@1eff382b, net.minecraft.item.crafting.Ingredient@746580de, net.minecraft.item.crafting.Ingredient@71c90425]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.natura.darkwood_fence_gate@0 new recipe: RecipeStage{tier='one', recipe=1xtile.natura.darkwood_fence_gate@0:[net.minecraft.item.crafting.Ingredient@7d2f0094, net.minecraft.item.crafting.Ingredient@1af6417a, net.minecraft.item.crafting.Ingredient@424d518a, net.minecraft.item.crafting.Ingredient@7b1c8dca, net.minecraft.item.crafting.Ingredient@7eb2099d, net.minecraft.item.crafting.Ingredient@56e77aa0]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xitem.natura.nether_doors@1 new recipe: RecipeStage{tier='one', recipe=3xitem.natura.nether_doors@1:[net.minecraft.item.crafting.Ingredient@7e8eb0f7, net.minecraft.item.crafting.Ingredient@61630031, net.minecraft.item.crafting.Ingredient@ff31361, net.minecraft.item.crafting.Ingredient@62ac5a45, net.minecraft.item.crafting.Ingredient@692e57ef, net.minecraft.item.crafting.Ingredient@1035a073]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.natura.overworld_bookshelves@0 new recipe: RecipeStage{tier='two', recipe=1xtile.natura.overworld_bookshelves@0:[net.minecraft.item.crafting.Ingredient@7cac10f, net.minecraft.item.crafting.Ingredient@7b4cdc1, net.minecraft.item.crafting.Ingredient@1cbe73f7, net.minecraft.item.crafting.Ingredient@21b56e2b, net.minecraft.item.crafting.Ingredient@702601ab, net.minecraft.item.crafting.Ingredient@515d00ab, net.minecraft.item.crafting.Ingredient@3e13e0bc, net.minecraft.item.crafting.Ingredient@34dd1563, net.minecraft.item.crafting.Ingredient@7436610a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.natura.nether_slab@2 new recipe: RecipeStage{tier='three', recipe=3xtile.natura.nether_slab@2:[net.minecraft.item.crafting.Ingredient@4dd77f7f, net.minecraft.item.crafting.Ingredient@6c606079, net.minecraft.item.crafting.Ingredient@30ca069b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.natura.overworld_bookshelves@2 new recipe: RecipeStage{tier='two', recipe=1xtile.natura.overworld_bookshelves@2:[net.minecraft.item.crafting.Ingredient@77b30fb9, net.minecraft.item.crafting.Ingredient@169aab7, net.minecraft.item.crafting.Ingredient@6ee5714b, net.minecraft.item.crafting.Ingredient@e7b5cd2, net.minecraft.item.crafting.Ingredient@615a5463, net.minecraft.item.crafting.Ingredient@2daa66ed, net.minecraft.item.crafting.Ingredient@6880253a, net.minecraft.item.crafting.Ingredient@3cc97934, net.minecraft.item.crafting.Ingredient@f03db82]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.natura.eucalyptus_fence_gate@0 new recipe: RecipeStage{tier='one', recipe=1xtile.natura.eucalyptus_fence_gate@0:[net.minecraft.item.crafting.Ingredient@71e05981, net.minecraft.item.crafting.Ingredient@18201b72, net.minecraft.item.crafting.Ingredient@6fd7d19b, net.minecraft.item.crafting.Ingredient@7e99c828, net.minecraft.item.crafting.Ingredient@d46aa2b, net.minecraft.item.crafting.Ingredient@1525db7a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.natura.overworld_slab@3 new recipe: RecipeStage{tier='zero', recipe=3xtile.natura.overworld_slab@3:[net.minecraft.item.crafting.Ingredient@44af9b4c, net.minecraft.item.crafting.Ingredient@7447c379, net.minecraft.item.crafting.Ingredient@4c682828]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.natura.amaranth_fence_gate@0 new recipe: RecipeStage{tier='one', recipe=1xtile.natura.amaranth_fence_gate@0:[net.minecraft.item.crafting.Ingredient@772dd4d4, net.minecraft.item.crafting.Ingredient@4f604486, net.minecraft.item.crafting.Ingredient@5760a18, net.minecraft.item.crafting.Ingredient@8525bf6, net.minecraft.item.crafting.Ingredient@1140b55c, net.minecraft.item.crafting.Ingredient@5cc98786]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xitem.natura.overworld_doors@3 new recipe: RecipeStage{tier='one', recipe=3xitem.natura.overworld_doors@3:[net.minecraft.item.crafting.Ingredient@69da70cd, net.minecraft.item.crafting.Ingredient@734d0beb, net.minecraft.item.crafting.Ingredient@67b3aa8b, net.minecraft.item.crafting.Ingredient@77d6f44c, net.minecraft.item.crafting.Ingredient@4db0be63, net.minecraft.item.crafting.Ingredient@5639f66d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.natura.amaranth_fence@0 new recipe: RecipeStage{tier='one', recipe=3xtile.natura.amaranth_fence@0:[net.minecraft.item.crafting.Ingredient@2ca4f9d3, net.minecraft.item.crafting.Ingredient@6c100c9f, net.minecraft.item.crafting.Ingredient@249be4d8, net.minecraft.item.crafting.Ingredient@3d08e4b8, net.minecraft.item.crafting.Ingredient@36e9f8ab, net.minecraft.item.crafting.Ingredient@5a717e1d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.natura.overworld_slab2@0 new recipe: RecipeStage{tier='zero', recipe=3xtile.natura.overworld_slab2@0:[net.minecraft.item.crafting.Ingredient@21b7fcaf, net.minecraft.item.crafting.Ingredient@5b60e105, net.minecraft.item.crafting.Ingredient@22356662]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.natura.maple_fence_gate@0 new recipe: RecipeStage{tier='one', recipe=1xtile.natura.maple_fence_gate@0:[net.minecraft.item.crafting.Ingredient@73e575af, net.minecraft.item.crafting.Ingredient@6da9adf8, net.minecraft.item.crafting.Ingredient@319d0181, net.minecraft.item.crafting.Ingredient@381277a6, net.minecraft.item.crafting.Ingredient@60022506, net.minecraft.item.crafting.Ingredient@40e49293]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.natura.overworld_slab@4 new recipe: RecipeStage{tier='zero', recipe=3xtile.natura.overworld_slab@4:[net.minecraft.item.crafting.Ingredient@19ac1207, net.minecraft.item.crafting.Ingredient@3228f9d3, net.minecraft.item.crafting.Ingredient@43f3c085]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.natura.sakura_fence@0 new recipe: RecipeStage{tier='one', recipe=3xtile.natura.sakura_fence@0:[net.minecraft.item.crafting.Ingredient@2767a262, net.minecraft.item.crafting.Ingredient@5e22b0a3, net.minecraft.item.crafting.Ingredient@2bb13cd5, net.minecraft.item.crafting.Ingredient@761b26ce, net.minecraft.item.crafting.Ingredient@6c75eedd, net.minecraft.item.crafting.Ingredient@2799ec58]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.natura.overworld_bookshelves@4 new recipe: RecipeStage{tier='two', recipe=1xtile.natura.overworld_bookshelves@4:[net.minecraft.item.crafting.Ingredient@56c2bea, net.minecraft.item.crafting.Ingredient@2aee40df, net.minecraft.item.crafting.Ingredient@692e4059, net.minecraft.item.crafting.Ingredient@13d8a08, net.minecraft.item.crafting.Ingredient@65eac2be, net.minecraft.item.crafting.Ingredient@3d5a8e64, net.minecraft.item.crafting.Ingredient@26ed3d1e, net.minecraft.item.crafting.Ingredient@4b6d9e01, net.minecraft.item.crafting.Ingredient@78214ae0]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.natura.colored_grass_slab@0 new recipe: RecipeStage{tier='one', recipe=3xtile.natura.colored_grass_slab@0:[net.minecraft.item.crafting.Ingredient@1161c22e, net.minecraft.item.crafting.Ingredient@5e2b08d1, net.minecraft.item.crafting.Ingredient@79110883]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.natura.colored_grass_slab@2 new recipe: RecipeStage{tier='one', recipe=3xtile.natura.colored_grass_slab@2:[net.minecraft.item.crafting.Ingredient@b152b0b, net.minecraft.item.crafting.Ingredient@147af8f5, net.minecraft.item.crafting.Ingredient@1211072b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xitem.natura.overworld_doors@1 new recipe: RecipeStage{tier='one', recipe=3xitem.natura.overworld_doors@1:[net.minecraft.item.crafting.Ingredient@633550fa, net.minecraft.item.crafting.Ingredient@415a72e4, net.minecraft.item.crafting.Ingredient@2a4876a, net.minecraft.item.crafting.Ingredient@1896e04a, net.minecraft.item.crafting.Ingredient@516dc122, net.minecraft.item.crafting.Ingredient@43b244b9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.natura.fusewood_fence_gate@0 new recipe: RecipeStage{tier='one', recipe=1xtile.natura.fusewood_fence_gate@0:[net.minecraft.item.crafting.Ingredient@658b1472, net.minecraft.item.crafting.Ingredient@4a303c39, net.minecraft.item.crafting.Ingredient@75eb808c, net.minecraft.item.crafting.Ingredient@242d8504, net.minecraft.item.crafting.Ingredient@19383d77, net.minecraft.item.crafting.Ingredient@52220b9d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.natura.redwood_fence_gate@0 new recipe: RecipeStage{tier='one', recipe=1xtile.natura.redwood_fence_gate@0:[net.minecraft.item.crafting.Ingredient@7b640eb5, net.minecraft.item.crafting.Ingredient@33a9b178, net.minecraft.item.crafting.Ingredient@6b22e1ff, net.minecraft.item.crafting.Ingredient@291e71e5, net.minecraft.item.crafting.Ingredient@72d4c3d5, net.minecraft.item.crafting.Ingredient@c888e86]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.natura.overworld_bookshelves@6 new recipe: RecipeStage{tier='two', recipe=1xtile.natura.overworld_bookshelves@6:[net.minecraft.item.crafting.Ingredient@70d9abf1, net.minecraft.item.crafting.Ingredient@2a927d56, net.minecraft.item.crafting.Ingredient@7e0cd9ba, net.minecraft.item.crafting.Ingredient@36389443, net.minecraft.item.crafting.Ingredient@b832756, net.minecraft.item.crafting.Ingredient@324283bd, net.minecraft.item.crafting.Ingredient@2a9b4d46, net.minecraft.item.crafting.Ingredient@58735eda, net.minecraft.item.crafting.Ingredient@4a587b15]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.natura.nether_slab@1 new recipe: RecipeStage{tier='three', recipe=3xtile.natura.nether_slab@1:[net.minecraft.item.crafting.Ingredient@6c215688, net.minecraft.item.crafting.Ingredient@1c20c737, net.minecraft.item.crafting.Ingredient@5e67cfe7]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.natura.tiger_fence_gate@0 new recipe: RecipeStage{tier='one', recipe=1xtile.natura.tiger_fence_gate@0:[net.minecraft.item.crafting.Ingredient@57ee87ed, net.minecraft.item.crafting.Ingredient@319d1e8e, net.minecraft.item.crafting.Ingredient@2b9e7ef5, net.minecraft.item.crafting.Ingredient@4b669496, net.minecraft.item.crafting.Ingredient@6814b3f8, net.minecraft.item.crafting.Ingredient@31a4b91a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.natura.ghostwood_fence_gate@0 new recipe: RecipeStage{tier='one', recipe=1xtile.natura.ghostwood_fence_gate@0:[net.minecraft.item.crafting.Ingredient@6915100d, net.minecraft.item.crafting.Ingredient@1628fb9d, net.minecraft.item.crafting.Ingredient@5b6e11d3, net.minecraft.item.crafting.Ingredient@4f961fcd, net.minecraft.item.crafting.Ingredient@ec2eb4a, net.minecraft.item.crafting.Ingredient@5fe70d1c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.natura.nether_bookshelves@2 new recipe: RecipeStage{tier='three', recipe=1xtile.natura.nether_bookshelves@2:[net.minecraft.item.crafting.Ingredient@742c7fba, net.minecraft.item.crafting.Ingredient@b3b7e85, net.minecraft.item.crafting.Ingredient@12ba4c13, net.minecraft.item.crafting.Ingredient@75d23cb5, net.minecraft.item.crafting.Ingredient@62944c1a, net.minecraft.item.crafting.Ingredient@320bc99b, net.minecraft.item.crafting.Ingredient@7291d11d, net.minecraft.item.crafting.Ingredient@16426c6e, net.minecraft.item.crafting.Ingredient@56f60620]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.natura.silverbell_fence_gate@0 new recipe: RecipeStage{tier='one', recipe=1xtile.natura.silverbell_fence_gate@0:[net.minecraft.item.crafting.Ingredient@3a5d5a74, net.minecraft.item.crafting.Ingredient@46386d1b, net.minecraft.item.crafting.Ingredient@431c48ae, net.minecraft.item.crafting.Ingredient@253d91eb, net.minecraft.item.crafting.Ingredient@75e3e1c2, net.minecraft.item.crafting.Ingredient@70b60ad0]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.natura.nether_slab@3 new recipe: RecipeStage{tier='three', recipe=3xtile.natura.nether_slab@3:[net.minecraft.item.crafting.Ingredient@51ce6550, net.minecraft.item.crafting.Ingredient@18b5144b, net.minecraft.item.crafting.Ingredient@72321b6e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.natura.overworld_slab2@1 new recipe: RecipeStage{tier='zero', recipe=3xtile.natura.overworld_slab2@1:[net.minecraft.item.crafting.Ingredient@32126f72, net.minecraft.item.crafting.Ingredient@10d46885, net.minecraft.item.crafting.Ingredient@20f33198]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.natura.bloodwood_fence@0 new recipe: RecipeStage{tier='one', recipe=3xtile.natura.bloodwood_fence@0:[net.minecraft.item.crafting.Ingredient@4278b783, net.minecraft.item.crafting.Ingredient@63b02941, net.minecraft.item.crafting.Ingredient@5093e5f2, net.minecraft.item.crafting.Ingredient@69556189, net.minecraft.item.crafting.Ingredient@6e16178f, net.minecraft.item.crafting.Ingredient@c8ec12d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.natura.overworld_slab2@3 new recipe: RecipeStage{tier='zero', recipe=3xtile.natura.overworld_slab2@3:[net.minecraft.item.crafting.Ingredient@43fd093b, net.minecraft.item.crafting.Ingredient@1e661e4, net.minecraft.item.crafting.Ingredient@5f92b438]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xitem.natura.nether_doors@0 new recipe: RecipeStage{tier='one', recipe=3xitem.natura.nether_doors@0:[net.minecraft.item.crafting.Ingredient@256f914e, net.minecraft.item.crafting.Ingredient@ef0f009, net.minecraft.item.crafting.Ingredient@3cab5972, net.minecraft.item.crafting.Ingredient@765209ab, net.minecraft.item.crafting.Ingredient@2fee03ce, net.minecraft.item.crafting.Ingredient@2617ce82]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.natura.overworld_slab@2 new recipe: RecipeStage{tier='zero', recipe=3xtile.natura.overworld_slab@2:[net.minecraft.item.crafting.Ingredient@409173fb, net.minecraft.item.crafting.Ingredient@26683513, net.minecraft.item.crafting.Ingredient@79c7a263]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.natura.bloodwood_fence_gate@0 new recipe: RecipeStage{tier='one', recipe=1xtile.natura.bloodwood_fence_gate@0:[net.minecraft.item.crafting.Ingredient@61bc0007, net.minecraft.item.crafting.Ingredient@2a79b960, net.minecraft.item.crafting.Ingredient@4d5ed191, net.minecraft.item.crafting.Ingredient@94ea6e3, net.minecraft.item.crafting.Ingredient@8f323f5, net.minecraft.item.crafting.Ingredient@6fa62932]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.natura.redwood_fence@0 new recipe: RecipeStage{tier='one', recipe=3xtile.natura.redwood_fence@0:[net.minecraft.item.crafting.Ingredient@544fbf0e, net.minecraft.item.crafting.Ingredient@284a62da, net.minecraft.item.crafting.Ingredient@393710ad, net.minecraft.item.crafting.Ingredient@67064100, net.minecraft.item.crafting.Ingredient@4e182521, net.minecraft.item.crafting.Ingredient@35bfc28a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.natura.hopseed_fence@0 new recipe: RecipeStage{tier='one', recipe=3xtile.natura.hopseed_fence@0:[net.minecraft.item.crafting.Ingredient@348c1ee8, net.minecraft.item.crafting.Ingredient@61575738, net.minecraft.item.crafting.Ingredient@6ee9571e, net.minecraft.item.crafting.Ingredient@250963db, net.minecraft.item.crafting.Ingredient@712642cc, net.minecraft.item.crafting.Ingredient@2a933547]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.natura.willow_fence@0 new recipe: RecipeStage{tier='one', recipe=3xtile.natura.willow_fence@0:[net.minecraft.item.crafting.Ingredient@ee6c6ac, net.minecraft.item.crafting.Ingredient@609f6b10, net.minecraft.item.crafting.Ingredient@23ec75ed, net.minecraft.item.crafting.Ingredient@106645da, net.minecraft.item.crafting.Ingredient@288d22dc, net.minecraft.item.crafting.Ingredient@33d11b36]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.natura.overworld_bookshelves@1 new recipe: RecipeStage{tier='two', recipe=1xtile.natura.overworld_bookshelves@1:[net.minecraft.item.crafting.Ingredient@73d243bc, net.minecraft.item.crafting.Ingredient@51389089, net.minecraft.item.crafting.Ingredient@1062d3b0, net.minecraft.item.crafting.Ingredient@2bd17221, net.minecraft.item.crafting.Ingredient@4aff0b44, net.minecraft.item.crafting.Ingredient@5f56664a, net.minecraft.item.crafting.Ingredient@59afc143, net.minecraft.item.crafting.Ingredient@79cff02d, net.minecraft.item.crafting.Ingredient@4bd8717b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.natura.netherrack_furnace@0 new recipe: RecipeStage{tier='three', recipe=1xtile.natura.netherrack_furnace@0:[net.minecraft.item.crafting.Ingredient@27503a7c, net.minecraft.item.crafting.Ingredient@d2420c, net.minecraft.item.crafting.Ingredient@69a94a3, net.minecraft.item.crafting.Ingredient@ec16ea2, net.minecraft.item.crafting.Ingredient@28e436dc, net.minecraft.item.crafting.Ingredient@3ab4c3ee, net.minecraft.item.crafting.Ingredient@68597797, net.minecraft.item.crafting.Ingredient@6de8a040, net.minecraft.item.crafting.Ingredient@643339f7]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.natura.overworld_bookshelves@3 new recipe: RecipeStage{tier='two', recipe=1xtile.natura.overworld_bookshelves@3:[net.minecraft.item.crafting.Ingredient@78042d2c, net.minecraft.item.crafting.Ingredient@5bc21874, net.minecraft.item.crafting.Ingredient@738049ec, net.minecraft.item.crafting.Ingredient@e813aea, net.minecraft.item.crafting.Ingredient@57350b5b, net.minecraft.item.crafting.Ingredient@1cffb871, net.minecraft.item.crafting.Ingredient@6d414d2b, net.minecraft.item.crafting.Ingredient@6a906c03, net.minecraft.item.crafting.Ingredient@1500ddd9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.natura.eucalyptus_fence@0 new recipe: RecipeStage{tier='one', recipe=3xtile.natura.eucalyptus_fence@0:[net.minecraft.item.crafting.Ingredient@745dc338, net.minecraft.item.crafting.Ingredient@1392e08d, net.minecraft.item.crafting.Ingredient@7a8b6688, net.minecraft.item.crafting.Ingredient@69f68215, net.minecraft.item.crafting.Ingredient@73a8c810, net.minecraft.item.crafting.Ingredient@77bad860]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xitem.natura.overworld_doors@4 new recipe: RecipeStage{tier='one', recipe=3xitem.natura.overworld_doors@4:[net.minecraft.item.crafting.Ingredient@56a45f39, net.minecraft.item.crafting.Ingredient@b9f99d2, net.minecraft.item.crafting.Ingredient@3e4228f9, net.minecraft.item.crafting.Ingredient@1f1a9e89, net.minecraft.item.crafting.Ingredient@6b3347c4, net.minecraft.item.crafting.Ingredient@1c150279]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.natura.sakura_fence_gate@0 new recipe: RecipeStage{tier='one', recipe=1xtile.natura.sakura_fence_gate@0:[net.minecraft.item.crafting.Ingredient@33bff4e2, net.minecraft.item.crafting.Ingredient@781acaca, net.minecraft.item.crafting.Ingredient@966af6a, net.minecraft.item.crafting.Ingredient@3d5462f5, net.minecraft.item.crafting.Ingredient@71809959, net.minecraft.item.crafting.Ingredient@5f625139]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.natura.colored_grass_stairs_topiary@0 new recipe: RecipeStage{tier='two', recipe=1xtile.natura.colored_grass_stairs_topiary@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6343b840, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7d9e3d17, net.minecraft.item.crafting.Ingredient@82139ac, net.minecraft.item.crafting.Ingredient@45874a08, net.minecraft.item.crafting.Ingredient@3b787b40, net.minecraft.item.crafting.Ingredient@37028fbd]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.natura.nether_stairs_ghostwood@0 new recipe: RecipeStage{tier='three', recipe=4xtile.natura.nether_stairs_ghostwood@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@36ef3ca8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4947e777, net.minecraft.item.crafting.Ingredient@311d3764, net.minecraft.item.crafting.Ingredient@1241399d, net.minecraft.item.crafting.Ingredient@5d045d01, net.minecraft.item.crafting.Ingredient@2b0e6589]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.natura.overworld_stairs_amaranth@0 new recipe: RecipeStage{tier='two', recipe=4xtile.natura.overworld_stairs_amaranth@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@73f0c19b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@68e683a9, net.minecraft.item.crafting.Ingredient@17f537e1, net.minecraft.item.crafting.Ingredient@4f0f2abb, net.minecraft.item.crafting.Ingredient@3a86c6d8, net.minecraft.item.crafting.Ingredient@6621f1ea]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.natura.overworld_stairs_redwood@0 new recipe: RecipeStage{tier='two', recipe=4xtile.natura.overworld_stairs_redwood@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@585588f0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6e392bb3, net.minecraft.item.crafting.Ingredient@628590aa, net.minecraft.item.crafting.Ingredient@b4293b1, net.minecraft.item.crafting.Ingredient@7fa48821, net.minecraft.item.crafting.Ingredient@586740d5]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.natura.overworld_stairs_willow@0 new recipe: RecipeStage{tier='two', recipe=4xtile.natura.overworld_stairs_willow@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@16298bb3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@9e94ddc, net.minecraft.item.crafting.Ingredient@52d72940, net.minecraft.item.crafting.Ingredient@30d4ba27, net.minecraft.item.crafting.Ingredient@6afacb9d, net.minecraft.item.crafting.Ingredient@293efcb3]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.natura.colored_grass_stairs_autumnal@0 new recipe: RecipeStage{tier='two', recipe=1xtile.natura.colored_grass_stairs_autumnal@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@42c85dfd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@57d8c201, net.minecraft.item.crafting.Ingredient@6b425d44, net.minecraft.item.crafting.Ingredient@35c7fffb, net.minecraft.item.crafting.Ingredient@35607b0b, net.minecraft.item.crafting.Ingredient@24b97f6c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.natura.overworld_stairs_silverbell@0 new recipe: RecipeStage{tier='two', recipe=4xtile.natura.overworld_stairs_silverbell@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5de8aec2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@575aaaa3, net.minecraft.item.crafting.Ingredient@61d43b60, net.minecraft.item.crafting.Ingredient@e796a29, net.minecraft.item.crafting.Ingredient@167f5b9a, net.minecraft.item.crafting.Ingredient@14f2e444]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.natura.overworld_stairs_sakura@0 new recipe: RecipeStage{tier='two', recipe=4xtile.natura.overworld_stairs_sakura@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@543dc281, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1150c20d, net.minecraft.item.crafting.Ingredient@7d1fe836, net.minecraft.item.crafting.Ingredient@7ecce315, net.minecraft.item.crafting.Ingredient@445f1f87, net.minecraft.item.crafting.Ingredient@5388fdab]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.natura.nether_stairs_fusewood@0 new recipe: RecipeStage{tier='three', recipe=4xtile.natura.nether_stairs_fusewood@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@51d4e1b4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@489964d0, net.minecraft.item.crafting.Ingredient@7486e963, net.minecraft.item.crafting.Ingredient@607737fd, net.minecraft.item.crafting.Ingredient@16d8a306, net.minecraft.item.crafting.Ingredient@15e4fae9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.natura.overworld_stairs_maple@0 new recipe: RecipeStage{tier='two', recipe=4xtile.natura.overworld_stairs_maple@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@56ead4c7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@ffbc938, net.minecraft.item.crafting.Ingredient@5ce88b52, net.minecraft.item.crafting.Ingredient@6e690194, net.minecraft.item.crafting.Ingredient@6e25bc72, net.minecraft.item.crafting.Ingredient@3fc61a87]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.natura.colored_grass_stairs_bluegrass@0 new recipe: RecipeStage{tier='two', recipe=1xtile.natura.colored_grass_stairs_bluegrass@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@276ca436, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1af74ee, net.minecraft.item.crafting.Ingredient@42aa9e85, net.minecraft.item.crafting.Ingredient@4d37b675, net.minecraft.item.crafting.Ingredient@fb8e6f1, net.minecraft.item.crafting.Ingredient@75cafbec]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.natura.nether_stairs_darkwood@0 new recipe: RecipeStage{tier='three', recipe=4xtile.natura.nether_stairs_darkwood@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@63020d66, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@13769b6d, net.minecraft.item.crafting.Ingredient@5bb1689c, net.minecraft.item.crafting.Ingredient@7906fd9d, net.minecraft.item.crafting.Ingredient@a1ca6e6, net.minecraft.item.crafting.Ingredient@2d96f93b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.natura.overworld_stairs_eucalyptus@0 new recipe: RecipeStage{tier='two', recipe=4xtile.natura.overworld_stairs_eucalyptus@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7d33819d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@339771b3, net.minecraft.item.crafting.Ingredient@5c53cab1, net.minecraft.item.crafting.Ingredient@4696af21, net.minecraft.item.crafting.Ingredient@2748f107, net.minecraft.item.crafting.Ingredient@2fda16b4]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.natura.nether_stairs_bloodwood@0 new recipe: RecipeStage{tier='three', recipe=4xtile.natura.nether_stairs_bloodwood@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6d9e57bc, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1e821289, net.minecraft.item.crafting.Ingredient@7ea20897, net.minecraft.item.crafting.Ingredient@132de41, net.minecraft.item.crafting.Ingredient@1e8e5a6c, net.minecraft.item.crafting.Ingredient@1016156e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.natura.overworld_stairs_hopseed@0 new recipe: RecipeStage{tier='two', recipe=4xtile.natura.overworld_stairs_hopseed@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7e9e514b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6949580f, net.minecraft.item.crafting.Ingredient@5782270, net.minecraft.item.crafting.Ingredient@25e5ead4, net.minecraft.item.crafting.Ingredient@29fde32a, net.minecraft.item.crafting.Ingredient@ad75f3a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.natura.overworld_stairs_tiger@0 new recipe: RecipeStage{tier='two', recipe=4xtile.natura.overworld_stairs_tiger@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4ef897b2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@44c167f3, net.minecraft.item.crafting.Ingredient@26328f2, net.minecraft.item.crafting.Ingredient@32fd990b, net.minecraft.item.crafting.Ingredient@3832dde1, net.minecraft.item.crafting.Ingredient@7703cbeb]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.natura.colored_grass@1 new recipe: RecipeStage{tier='one', recipe=1xtile.natura.colored_grass@1:[net.minecraft.item.crafting.Ingredient@6cbc5941, net.minecraft.item.crafting.Ingredient@3257b01c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.natura.colored_grass@2 new recipe: RecipeStage{tier='one', recipe=1xtile.natura.colored_grass@2:[net.minecraft.item.crafting.Ingredient@1ca4be62, net.minecraftforge.oredict.OreIngredient@7591728e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.naturescompass.NaturesCompass@0 new recipe: RecipeStage{tier='zero', recipe=1xitem.naturescompass.NaturesCompass@0:[net.minecraftforge.oredict.OreIngredient@7be95b2c, net.minecraftforge.oredict.OreIngredient@74b1d31d, net.minecraftforge.oredict.OreIngredient@4ddf3447, net.minecraftforge.oredict.OreIngredient@33242a70, net.minecraft.item.crafting.Ingredient@2252703, net.minecraftforge.oredict.OreIngredient@78763561, net.minecraftforge.oredict.OreIngredient@4c3f4b24, net.minecraftforge.oredict.OreIngredient@5e5a9f79, net.minecraftforge.oredict.OreIngredient@756cb68e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 25xitem.oeintegration.excavatemodifier@0 new recipe: RecipeStage{tier='three', recipe=25xitem.oeintegration.excavatemodifier@0:[net.minecraft.item.crafting.Ingredient@3c78587f, net.minecraftforge.oredict.OreIngredient@aa842bf, net.minecraft.item.crafting.Ingredient@83b5c4, net.minecraftforge.oredict.OreIngredient@104bbb9c, net.minecraft.item.crafting.Ingredient@6e8eb24a, net.minecraftforge.oredict.OreIngredient@267ba89e, net.minecraft.item.crafting.Ingredient@3bcb0400, net.minecraftforge.oredict.OreIngredient@7691cfbe, net.minecraft.item.crafting.Ingredient@6d162fc4]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.energy_extractor@0 new recipe: RecipeStage{tier='five', recipe=1xtile.energy_extractor@0:[net.minecraft.item.crafting.Ingredient@165245a0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@75daa86e, net.minecraftforge.oredict.OreIngredient@d4e7554, net.minecraftforge.oredict.OreIngredient@51fa1336, net.minecraftforge.oredict.OreIngredient@550133ec, net.minecraft.item.crafting.Ingredient@753878fa, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@ba257dc]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.hyper_item_receiver@0 new recipe: RecipeStage{tier='five', recipe=1xtile.hyper_item_receiver@0:[net.minecraft.item.crafting.Ingredient@ac0863d, net.minecraft.item.crafting.Ingredient@56025ada, net.minecraft.item.crafting.Ingredient@60cb1748, net.minecraft.item.crafting.Ingredient@794ea03a, net.minecraft.item.crafting.Ingredient@77313040, net.minecraft.item.crafting.Ingredient@332170f6, net.minecraft.item.crafting.Ingredient@be8508d, net.minecraft.item.crafting.Ingredient@7ab7eba, net.minecraft.item.crafting.Ingredient@7966ed3f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.infinite_barrel@0 new recipe: RecipeStage{tier='five', recipe=1xtile.infinite_barrel@0:[net.minecraft.item.crafting.Ingredient@41f89425, crafttweaker.api.minecraft.CraftTweakerMC$1@85dd8af, net.minecraft.item.crafting.Ingredient@54df29b0, crafttweaker.api.minecraft.CraftTweakerMC$1@1a1e2901, net.minecraft.item.crafting.Ingredient@1f42cfdb, crafttweaker.api.minecraft.CraftTweakerMC$1@793cf43c, net.minecraft.item.crafting.Ingredient@5483d002, crafttweaker.api.minecraft.CraftTweakerMC$1@3f3ebdb2, net.minecraft.item.crafting.Ingredient@360b9199]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.hyper_fluid_receiver@0 new recipe: RecipeStage{tier='five', recipe=1xtile.hyper_fluid_receiver@0:[net.minecraft.item.crafting.Ingredient@28881e70, net.minecraft.item.crafting.Ingredient@6241d8a3, net.minecraft.item.crafting.Ingredient@28583a74, net.minecraft.item.crafting.Ingredient@42b5e1bf, net.minecraft.item.crafting.Ingredient@2aa60c07, net.minecraft.item.crafting.Ingredient@46ce4d30, net.minecraft.item.crafting.Ingredient@2fac4407, net.minecraft.item.crafting.Ingredient@42f9e054, net.minecraft.item.crafting.Ingredient@58250a38]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.infinite_water_source@0 new recipe: RecipeStage{tier='five', recipe=1xtile.infinite_water_source@0:[net.minecraft.item.crafting.Ingredient@6c367bc1, net.minecraft.item.crafting.Ingredient@21f7863c, net.minecraft.item.crafting.Ingredient@2c013916, net.minecraft.item.crafting.Ingredient@5c858264, net.minecraft.item.crafting.Ingredient@3b20246, net.minecraft.item.crafting.Ingredient@1ee9a26a, net.minecraft.item.crafting.Ingredient@3b05f128, net.minecraft.item.crafting.Ingredient@4b63d28e, net.minecraft.item.crafting.Ingredient@58504996]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.player_interface@0 new recipe: RecipeStage{tier='five', recipe=1xtile.player_interface@0:[net.minecraft.item.crafting.Ingredient@b795a04, net.minecraft.item.crafting.Ingredient@1f6166f2, net.minecraft.item.crafting.Ingredient@4ac32032]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.multi_tool@0 new recipe: RecipeStage{tier='five', recipe=1xitem.multi_tool@0:[net.minecraft.item.crafting.Ingredient@1085dc05, net.minecraft.item.crafting.Ingredient@51ed1d6b, net.minecraft.item.crafting.Ingredient@452fb752, net.minecraft.item.crafting.Ingredient@163edd75, net.minecraft.item.crafting.Ingredient@28e54e43, net.minecraft.item.crafting.Ingredient@11da1871, net.minecraft.item.crafting.Ingredient@29f7b83f, net.minecraft.item.crafting.Ingredient@49c21d01, net.minecraft.item.crafting.Ingredient@4bd7c52c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.hyper_energy_sender@0 new recipe: RecipeStage{tier='five', recipe=1xtile.hyper_energy_sender@0:[net.minecraft.item.crafting.Ingredient@a8f45b7, net.minecraft.item.crafting.Ingredient@1e2d3299, net.minecraft.item.crafting.Ingredient@47de1e48, net.minecraftforge.oredict.OreIngredient@32d54d3a, net.minecraft.item.crafting.Ingredient@4207042a, net.minecraftforge.oredict.OreIngredient@35495f09, net.minecraftforge.oredict.OreIngredient@2d22bb6, net.minecraftforge.oredict.OreIngredient@1a761a4b, net.minecraftforge.oredict.OreIngredient@60aa7b7b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.hyper_item_sender@0 new recipe: RecipeStage{tier='five', recipe=1xtile.hyper_item_sender@0:[net.minecraft.item.crafting.Ingredient@1f64d170, net.minecraft.item.crafting.Ingredient@cf8c6b1, net.minecraft.item.crafting.Ingredient@26762127, net.minecraft.item.crafting.Ingredient@1534f731, net.minecraft.item.crafting.Ingredient@2ce24bb6, net.minecraft.item.crafting.Ingredient@66e5cdd5, net.minecraft.item.crafting.Ingredient@710db737, net.minecraft.item.crafting.Ingredient@43324b58, net.minecraft.item.crafting.Ingredient@7db31773]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.item_interface@0 new recipe: RecipeStage{tier='five', recipe=1xtile.item_interface@0:[net.minecraft.item.crafting.Ingredient@35f0e675, net.minecraft.item.crafting.Ingredient@29585bf3, net.minecraft.item.crafting.Ingredient@7861bd0b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.hyper_fluid_sender@0 new recipe: RecipeStage{tier='five', recipe=1xtile.hyper_fluid_sender@0:[net.minecraft.item.crafting.Ingredient@1d0c35fb, net.minecraft.item.crafting.Ingredient@2f7dbb61, net.minecraft.item.crafting.Ingredient@4411eabe, net.minecraft.item.crafting.Ingredient@31ed8ed2, net.minecraft.item.crafting.Ingredient@4d32c6f9, net.minecraft.item.crafting.Ingredient@fd6da8d, net.minecraft.item.crafting.Ingredient@445985d3, net.minecraft.item.crafting.Ingredient@199f1894, net.minecraft.item.crafting.Ingredient@42410050]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.hyper_energy_receiver@0 new recipe: RecipeStage{tier='five', recipe=1xtile.hyper_energy_receiver@0:[net.minecraftforge.oredict.OreIngredient@7bfab827, net.minecraftforge.oredict.OreIngredient@7385cd96, net.minecraftforge.oredict.OreIngredient@12bf30ca, net.minecraftforge.oredict.OreIngredient@58b6e14d, net.minecraft.item.crafting.Ingredient@76a341fc, net.minecraftforge.oredict.OreIngredient@2b97cbc3, net.minecraft.item.crafting.Ingredient@40c5971b, net.minecraft.item.crafting.Ingredient@2f16aac7, net.minecraft.item.crafting.Ingredient@4356a278]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.infinite_capacitor@0 new recipe: RecipeStage{tier='five', recipe=1xtile.infinite_capacitor@0:[net.minecraft.item.crafting.Ingredient@560aa002, crafttweaker.api.minecraft.CraftTweakerMC$1@3a1b9897, net.minecraft.item.crafting.Ingredient@20c14d81, crafttweaker.api.minecraft.CraftTweakerMC$1@56f27e83, net.minecraft.item.crafting.Ingredient@55fbdeef, crafttweaker.api.minecraft.CraftTweakerMC$1@33c23be7, net.minecraft.item.crafting.Ingredient@19c5d55b, crafttweaker.api.minecraft.CraftTweakerMC$1@5c86a686, net.minecraft.item.crafting.Ingredient@5781175f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.linking_card@0 new recipe: RecipeStage{tier='five', recipe=1xitem.linking_card@0:[net.minecraft.item.crafting.Ingredient@75be134b, net.minecraft.item.crafting.Ingredient@42666faa, net.minecraft.item.crafting.Ingredient@2b3d43f6, net.minecraft.item.crafting.Ingredient@74d98221, net.minecraft.item.crafting.Ingredient@71f8e3ba, net.minecraft.item.crafting.Ingredient@92c910, net.minecraft.item.crafting.Ingredient@41f11807, net.minecraft.item.crafting.Ingredient@79815292, net.minecraft.item.crafting.Ingredient@4fd29b2b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.infinite_tank@0 new recipe: RecipeStage{tier='five', recipe=1xtile.infinite_tank@0:[net.minecraft.item.crafting.Ingredient@599e0188, crafttweaker.api.minecraft.CraftTweakerMC$1@10660b9c, net.minecraft.item.crafting.Ingredient@6380dec0, crafttweaker.api.minecraft.CraftTweakerMC$1@38500a58, net.minecraft.item.crafting.Ingredient@11ebde9b, crafttweaker.api.minecraft.CraftTweakerMC$1@31f10dd1, net.minecraft.item.crafting.Ingredient@5462a3f1, crafttweaker.api.minecraft.CraftTweakerMC$1@6cd871ef, net.minecraft.item.crafting.Ingredient@238865e9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.pt.copper_hoe@0 new recipe: RecipeStage{tier='one', recipe=1xitem.pt.copper_hoe@0:[net.minecraftforge.oredict.OreIngredient@1aae7bcc, net.minecraftforge.oredict.OreIngredient@5b123e43, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@74ea6bc7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@142dff9e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.pt.watering_can@0 new recipe: RecipeStage{tier='two', recipe=1xitem.pt.watering_can@0:[net.minecraftforge.oredict.OreIngredient@7db486cc, net.minecraft.item.crafting.Ingredient@379e4f1f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@108dbe78, net.minecraft.item.crafting.Ingredient@6ba762f8, net.minecraftforge.oredict.OreIngredient@32fc1ba6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@775f4c51, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.pt.bronze_hoe@0 new recipe: RecipeStage{tier='one', recipe=1xitem.pt.bronze_hoe@0:[net.minecraftforge.oredict.OreIngredient@a5c42bc, net.minecraftforge.oredict.OreIngredient@5a3c51ad, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@8cf4067, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@57fb8eb]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.pt.copper_axe@0 new recipe: RecipeStage{tier='one', recipe=1xitem.pt.copper_axe@0:[net.minecraftforge.oredict.OreIngredient@6dde435a, net.minecraftforge.oredict.OreIngredient@5557c675, net.minecraftforge.oredict.OreIngredient@27e978c0, net.minecraft.item.crafting.Ingredient@5f292436, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4072781a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.pt.bronze_sword@0 new recipe: RecipeStage{tier='one', recipe=1xitem.pt.bronze_sword@0:[net.minecraftforge.oredict.OreIngredient@2bfd6a0f, net.minecraftforge.oredict.OreIngredient@47be38c8, net.minecraft.item.crafting.Ingredient@51a0ac9d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.pt.bronze_shovel@0 new recipe: RecipeStage{tier='one', recipe=1xitem.pt.bronze_shovel@0:[net.minecraftforge.oredict.OreIngredient@241bc1b, net.minecraft.item.crafting.Ingredient@422c034e, net.minecraft.item.crafting.Ingredient@74e21bbb]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.pt.bronze_pickaxe@0 new recipe: RecipeStage{tier='one', recipe=1xitem.pt.bronze_pickaxe@0:[net.minecraftforge.oredict.OreIngredient@207295fe, net.minecraftforge.oredict.OreIngredient@2fdc548f, net.minecraftforge.oredict.OreIngredient@d481449, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6913f998, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5d7a5c21, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.pt.bronze_axe@0 new recipe: RecipeStage{tier='one', recipe=1xitem.pt.bronze_axe@0:[net.minecraftforge.oredict.OreIngredient@10cf032d, net.minecraftforge.oredict.OreIngredient@5de8a721, net.minecraftforge.oredict.OreIngredient@2b414a3d, net.minecraft.item.crafting.Ingredient@24558020, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4c6b29ec]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.pt.copper_pickaxe@0 new recipe: RecipeStage{tier='one', recipe=1xitem.pt.copper_pickaxe@0:[net.minecraftforge.oredict.OreIngredient@54a25eef, net.minecraftforge.oredict.OreIngredient@7593e6e4, net.minecraftforge.oredict.OreIngredient@7dcf3cf6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@68fe5eea, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2eed203c, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.pt.copper_sword@0 new recipe: RecipeStage{tier='one', recipe=1xitem.pt.copper_sword@0:[net.minecraftforge.oredict.OreIngredient@44a347c3, net.minecraftforge.oredict.OreIngredient@408ffb2d, net.minecraft.item.crafting.Ingredient@5a1ce4d8]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.pt.copper_shovel@0 new recipe: RecipeStage{tier='one', recipe=1xitem.pt.copper_shovel@0:[net.minecraftforge.oredict.OreIngredient@1db7c367, net.minecraft.item.crafting.Ingredient@43f4024d, net.minecraft.item.crafting.Ingredient@7c1ddf8d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.pt.grass_fiber_mesh@0 new recipe: RecipeStage{tier='tutorial', recipe=1xitem.pt.grass_fiber_mesh@0:[net.minecraft.item.crafting.Ingredient@419acef2, net.minecraft.item.crafting.Ingredient@6295815d, net.minecraft.item.crafting.Ingredient@1100128, net.minecraft.item.crafting.Ingredient@13635730]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.pt.coal_piece@1 new recipe: RecipeStage{tier='zero', recipe=8xitem.pt.coal_piece@1:[net.minecraft.item.crafting.Ingredient@499f6f0]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xitem.pt.dye_powder@3 new recipe: RecipeStage{tier='zero', recipe=2xitem.pt.dye_powder@3:[net.minecraft.item.crafting.Ingredient@4ac81057, net.minecraft.item.crafting.Ingredient@4b504167]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xitem.pt.dye_powder@7 new recipe: RecipeStage{tier='zero', recipe=2xitem.pt.dye_powder@7:[net.minecraft.item.crafting.Ingredient@420355ea, net.minecraft.item.crafting.Ingredient@966052c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.pt.coal_piece@0 new recipe: RecipeStage{tier='one', recipe=8xitem.pt.coal_piece@0:[net.minecraft.item.crafting.Ingredient@326e6ff]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xitem.pt.dye_powder@6 new recipe: RecipeStage{tier='zero', recipe=2xitem.pt.dye_powder@6:[net.minecraft.item.crafting.Ingredient@4a34c485, net.minecraft.item.crafting.Ingredient@12c0642c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xitem.pt.dye_powder@2 new recipe: RecipeStage{tier='zero', recipe=3xitem.pt.dye_powder@2:[net.minecraft.item.crafting.Ingredient@2bb64c3d, net.minecraft.item.crafting.Ingredient@1f9346aa, net.minecraft.item.crafting.Ingredient@736fb931]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xitem.pt.dye_powder@8 new recipe: RecipeStage{tier='zero', recipe=3xitem.pt.dye_powder@8:[net.minecraft.item.crafting.Ingredient@629f4274, net.minecraft.item.crafting.Ingredient@7bd12dbe, net.minecraft.item.crafting.Ingredient@7ef29278]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xitem.pt.dye_powder@12 new recipe: RecipeStage{tier='zero', recipe=3xitem.pt.dye_powder@12:[net.minecraft.item.crafting.Ingredient@70da1aa6, net.minecraft.item.crafting.Ingredient@684e7a2b, net.minecraft.item.crafting.Ingredient@1a001641]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xitem.pt.dye_powder@10 new recipe: RecipeStage{tier='zero', recipe=2xitem.pt.dye_powder@10:[net.minecraft.item.crafting.Ingredient@700b362b, net.minecraft.item.crafting.Ingredient@50a40da6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xitem.pt.dye_powder@1 new recipe: RecipeStage{tier='zero', recipe=2xitem.pt.dye_powder@1:[net.minecraft.item.crafting.Ingredient@4b20babb, net.minecraft.item.crafting.Ingredient@51081f80]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xitem.pt.dye_powder@5 new recipe: RecipeStage{tier='zero', recipe=2xitem.pt.dye_powder@5:[net.minecraft.item.crafting.Ingredient@781bd1e4, net.minecraft.item.crafting.Ingredient@8a22a7c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xitem.pt.dye_powder@9 new recipe: RecipeStage{tier='zero', recipe=2xitem.pt.dye_powder@9:[net.minecraft.item.crafting.Ingredient@4619bcb1, net.minecraft.item.crafting.Ingredient@577c5fed]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xitem.pt.dye_powder@2 new recipe: RecipeStage{tier='zero', recipe=4xitem.pt.dye_powder@2:[net.minecraft.item.crafting.Ingredient@714e2017, net.minecraft.item.crafting.Ingredient@68a61588, net.minecraft.item.crafting.Ingredient@63d1d019, net.minecraft.item.crafting.Ingredient@566778b9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xitem.pt.dye_powder@12 new recipe: RecipeStage{tier='zero', recipe=2xitem.pt.dye_powder@12:[net.minecraft.item.crafting.Ingredient@5629b4fa, net.minecraft.item.crafting.Ingredient@e7bf1e2]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xitem.pt.dye_powder@2 new recipe: RecipeStage{tier='zero', recipe=2xitem.pt.dye_powder@2:[net.minecraft.item.crafting.Ingredient@6347a92c, net.minecraft.item.crafting.Ingredient@e08a74d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.programming_puzzle@15 new recipe: RecipeStage{tier='four', recipe=8xitem.programming_puzzle@15:[net.minecraft.item.crafting.Ingredient@151d4c12, net.minecraft.item.crafting.Ingredient@44b84bb2, net.minecraft.item.crafting.Ingredient@1a6894c0, net.minecraft.item.crafting.Ingredient@51116a0f, net.minecraft.item.crafting.Ingredient@2e13c1e3, net.minecraft.item.crafting.Ingredient@28f0fa48, net.minecraft.item.crafting.Ingredient@7660a502, net.minecraft.item.crafting.Ingredient@2cfbf8d3, net.minecraft.item.crafting.Ingredient@1c572876]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.flux_compressor@0 new recipe: RecipeStage{tier='four', recipe=1xtile.flux_compressor@0:[net.minecraft.item.crafting.Ingredient@33dab30e, net.minecraftforge.oredict.OreIngredient@40e158c2, net.minecraft.item.crafting.Ingredient@33af1d6d, net.minecraft.item.crafting.Ingredient@161e87f6, net.minecraft.item.crafting.Ingredient@703a04f8, net.minecraft.item.crafting.Ingredient@3ad76575, net.minecraft.item.crafting.Ingredient@71584337, net.minecraft.item.crafting.Ingredient@139b5bdd, net.minecraft.item.crafting.Ingredient@33269092]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.programming_puzzle@4 new recipe: RecipeStage{tier='four', recipe=8xitem.programming_puzzle@4:[net.minecraft.item.crafting.Ingredient@32dba74e, net.minecraft.item.crafting.Ingredient@1291bd9, net.minecraft.item.crafting.Ingredient@4825fd92, net.minecraft.item.crafting.Ingredient@4f804604, net.minecraft.item.crafting.Ingredient@208e696d, net.minecraft.item.crafting.Ingredient@69b04976, net.minecraft.item.crafting.Ingredient@e9ef0bf, net.minecraft.item.crafting.Ingredient@43e3270e, net.minecraft.item.crafting.Ingredient@1075fb1e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.programming_puzzle@12 new recipe: RecipeStage{tier='four', recipe=8xitem.programming_puzzle@12:[net.minecraft.item.crafting.Ingredient@7be5eb9f, net.minecraft.item.crafting.Ingredient@207e754, net.minecraft.item.crafting.Ingredient@58066b4d, net.minecraft.item.crafting.Ingredient@6794d658, net.minecraft.item.crafting.Ingredient@33f96026, net.minecraft.item.crafting.Ingredient@ef91c4a, net.minecraft.item.crafting.Ingredient@654e42db, net.minecraft.item.crafting.Ingredient@24296e3c, net.minecraft.item.crafting.Ingredient@5c29d2cf]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.pressure_chamber_wall@0 new recipe: RecipeStage{tier='four', recipe=8xtile.pressure_chamber_wall@0:[net.minecraft.item.crafting.Ingredient@1af48e4c, net.minecraft.item.crafting.Ingredient@d3b5f53, net.minecraft.item.crafting.Ingredient@628c8846, net.minecraft.item.crafting.Ingredient@70218172, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4e99f7d4, net.minecraft.item.crafting.Ingredient@198fe893, net.minecraft.item.crafting.Ingredient@1fc79d5c, net.minecraft.item.crafting.Ingredient@6311b5c7]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.pressure_chamber_glass@0 new recipe: RecipeStage{tier='four', recipe=8xtile.pressure_chamber_glass@0:[net.minecraft.item.crafting.Ingredient@6237c926, net.minecraft.item.crafting.Ingredient@49a7e83, net.minecraft.item.crafting.Ingredient@27142e31, net.minecraft.item.crafting.Ingredient@49450899, net.minecraftforge.oredict.OreIngredient@15e7866e, net.minecraft.item.crafting.Ingredient@425e9c37, net.minecraft.item.crafting.Ingredient@443d57eb, net.minecraft.item.crafting.Ingredient@255d9e35, net.minecraft.item.crafting.Ingredient@c20b806]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.programming_puzzle@6 new recipe: RecipeStage{tier='four', recipe=8xitem.programming_puzzle@6:[net.minecraft.item.crafting.Ingredient@3a293291, net.minecraft.item.crafting.Ingredient@1405b830, net.minecraft.item.crafting.Ingredient@5d6030b3, net.minecraft.item.crafting.Ingredient@54095391, net.minecraft.item.crafting.Ingredient@27c74e3b, net.minecraft.item.crafting.Ingredient@1ebaa6cb, net.minecraft.item.crafting.Ingredient@4203e807, net.minecraft.item.crafting.Ingredient@5c08ae0d, net.minecraft.item.crafting.Ingredient@41239521]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.programming_puzzle@10 new recipe: RecipeStage{tier='four', recipe=8xitem.programming_puzzle@10:[net.minecraft.item.crafting.Ingredient@a64ef30, net.minecraft.item.crafting.Ingredient@577a6dab, net.minecraft.item.crafting.Ingredient@4e9bc98f, net.minecraft.item.crafting.Ingredient@134cd7e0, net.minecraft.item.crafting.Ingredient@3efca7d6, net.minecraft.item.crafting.Ingredient@3aef9297, net.minecraft.item.crafting.Ingredient@2aa8e3f4, net.minecraft.item.crafting.Ingredient@5f2ec296, net.minecraft.item.crafting.Ingredient@4b71cb2]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.programming_puzzle@5 new recipe: RecipeStage{tier='four', recipe=8xitem.programming_puzzle@5:[net.minecraft.item.crafting.Ingredient@420a4d99, net.minecraft.item.crafting.Ingredient@2fd0a16f, net.minecraft.item.crafting.Ingredient@6c3fc71, net.minecraft.item.crafting.Ingredient@3a2d3297, net.minecraft.item.crafting.Ingredient@2adbd6ce, net.minecraft.item.crafting.Ingredient@2ac123, net.minecraft.item.crafting.Ingredient@19938523, net.minecraft.item.crafting.Ingredient@4a79b50c, net.minecraft.item.crafting.Ingredient@3e60772b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.programming_puzzle@11 new recipe: RecipeStage{tier='four', recipe=8xitem.programming_puzzle@11:[net.minecraft.item.crafting.Ingredient@68958a1d, net.minecraft.item.crafting.Ingredient@6daab0b1, net.minecraft.item.crafting.Ingredient@6afcb9dd, net.minecraft.item.crafting.Ingredient@57185286, net.minecraft.item.crafting.Ingredient@1399ef1a, net.minecraft.item.crafting.Ingredient@2b8eeae0, net.minecraft.item.crafting.Ingredient@24b39c1d, net.minecraft.item.crafting.Ingredient@312a666f, net.minecraft.item.crafting.Ingredient@6d97ae6f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.armor_upgrade@0 new recipe: RecipeStage{tier='four', recipe=1xitem.armor_upgrade@0:[net.minecraft.item.crafting.Ingredient@319280d7, net.minecraftforge.oredict.OreIngredient@9f9a18c, net.minecraft.item.crafting.Ingredient@6b02a7c2, net.minecraftforge.oredict.OreIngredient@3bb6881b, net.minecraftforge.oredict.OreIngredient@1e873382, net.minecraftforge.oredict.OreIngredient@5ab6041f, net.minecraft.item.crafting.Ingredient@2474943c, net.minecraftforge.oredict.OreIngredient@2b8d36f9, net.minecraft.item.crafting.Ingredient@cb10b29]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xitem.crop_support@0 new recipe: RecipeStage{tier='four', recipe=2xitem.crop_support@0:[net.minecraftforge.oredict.OreIngredient@664d605c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6618cddd, net.minecraftforge.oredict.OreIngredient@24601519, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@200caaff, net.minecraftforge.oredict.OreIngredient@2d4e6122, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@d183773]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.pneumatic_dynamo@0 new recipe: RecipeStage{tier='four', recipe=1xtile.pneumatic_dynamo@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@29742314, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6c6a3f97, net.minecraftforge.oredict.OreIngredient@32731449, net.minecraftforge.oredict.OreIngredient@7e1c0edb, net.minecraftforge.oredict.OreIngredient@7678ee8f, net.minecraft.item.crafting.Ingredient@4b53f150, net.minecraftforge.oredict.OreIngredient@61a8652f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.programming_puzzle@1 new recipe: RecipeStage{tier='four', recipe=8xitem.programming_puzzle@1:[net.minecraft.item.crafting.Ingredient@7f5cc517, net.minecraft.item.crafting.Ingredient@4ee150e5, net.minecraft.item.crafting.Ingredient@1a6ce118, net.minecraft.item.crafting.Ingredient@384f6e67, net.minecraft.item.crafting.Ingredient@21a26004, net.minecraft.item.crafting.Ingredient@65006aad, net.minecraft.item.crafting.Ingredient@18992334, net.minecraft.item.crafting.Ingredient@5be65a16, net.minecraft.item.crafting.Ingredient@69f6a32e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.programming_puzzle@9 new recipe: RecipeStage{tier='four', recipe=8xitem.programming_puzzle@9:[net.minecraft.item.crafting.Ingredient@fc5f9bf, net.minecraft.item.crafting.Ingredient@5e14fbf0, net.minecraft.item.crafting.Ingredient@37cb2cce, net.minecraft.item.crafting.Ingredient@6bf806ca, net.minecraft.item.crafting.Ingredient@4bd0020b, net.minecraft.item.crafting.Ingredient@32e2bbfa, net.minecraft.item.crafting.Ingredient@5ca15c34, net.minecraft.item.crafting.Ingredient@77c4cf3c, net.minecraft.item.crafting.Ingredient@3ccf4b95]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.assembly_laser@0 new recipe: RecipeStage{tier='four', recipe=1xtile.assembly_laser@0:[net.minecraft.item.crafting.Ingredient@1b551a9d, net.minecraft.item.crafting.Ingredient@4d43b53f, net.minecraft.item.crafting.Ingredient@1c2f3e84, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5afa4d77, net.minecraftforge.oredict.OreIngredient@69483547, net.minecraft.item.crafting.Ingredient@39729f1c, net.minecraftforge.oredict.OreIngredient@5ccc4da8]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.programming_puzzle@2 new recipe: RecipeStage{tier='four', recipe=8xitem.programming_puzzle@2:[net.minecraft.item.crafting.Ingredient@54d532b3, net.minecraft.item.crafting.Ingredient@7c1fd763, net.minecraft.item.crafting.Ingredient@51b82d83, net.minecraft.item.crafting.Ingredient@6fa78b11, net.minecraft.item.crafting.Ingredient@121a7cfc, net.minecraft.item.crafting.Ingredient@103c1513, net.minecraft.item.crafting.Ingredient@78e6a2, net.minecraft.item.crafting.Ingredient@53541abf, net.minecraft.item.crafting.Ingredient@126861b5]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.programming_puzzle@14 new recipe: RecipeStage{tier='four', recipe=8xitem.programming_puzzle@14:[net.minecraft.item.crafting.Ingredient@628c7a66, net.minecraft.item.crafting.Ingredient@2506cd63, net.minecraft.item.crafting.Ingredient@56f4ba9e, net.minecraft.item.crafting.Ingredient@7c00c3c, net.minecraft.item.crafting.Ingredient@69e09e8, net.minecraft.item.crafting.Ingredient@1560a18d, net.minecraft.item.crafting.Ingredient@6633c9f5, net.minecraft.item.crafting.Ingredient@611588e3, net.minecraft.item.crafting.Ingredient@17b20c60]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.pcb_blueprint@0 new recipe: RecipeStage{tier='four', recipe=1xitem.pcb_blueprint@0:[net.minecraft.item.crafting.Ingredient@7cebbd2, net.minecraft.item.crafting.Ingredient@7f4ab6bf, net.minecraft.item.crafting.Ingredient@32557b25, net.minecraft.item.crafting.Ingredient@3583a003, net.minecraft.item.crafting.Ingredient@47619d4a, net.minecraft.item.crafting.Ingredient@6db43457, net.minecraft.item.crafting.Ingredient@74a1f697, net.minecraft.item.crafting.Ingredient@5c0ac3b8, net.minecraft.item.crafting.Ingredient@174a8ebe]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.gps_tool@0 new recipe: RecipeStage{tier='four', recipe=1xitem.gps_tool@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5b10068c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@207e4637, net.minecraftforge.oredict.OreIngredient@2a634683, net.minecraft.item.crafting.Ingredient@699f120f, net.minecraft.item.crafting.Ingredient@32e05dd6, net.minecraftforge.oredict.OreIngredient@60fdea43, net.minecraft.item.crafting.Ingredient@501aef81]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.programming_puzzle@3 new recipe: RecipeStage{tier='four', recipe=8xitem.programming_puzzle@3:[net.minecraft.item.crafting.Ingredient@418490e7, net.minecraft.item.crafting.Ingredient@71ba7bec, net.minecraft.item.crafting.Ingredient@7e9a286a, net.minecraft.item.crafting.Ingredient@79fbb6df, net.minecraft.item.crafting.Ingredient@1c9d02af, net.minecraft.item.crafting.Ingredient@3e5a6fcb, net.minecraft.item.crafting.Ingredient@11acc912, net.minecraft.item.crafting.Ingredient@35c5c8b6, net.minecraft.item.crafting.Ingredient@41393cdb]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.programming_puzzle@8 new recipe: RecipeStage{tier='four', recipe=8xitem.programming_puzzle@8:[net.minecraft.item.crafting.Ingredient@2cf02700, net.minecraft.item.crafting.Ingredient@5b638fd5, net.minecraft.item.crafting.Ingredient@40f86c77, net.minecraft.item.crafting.Ingredient@48af4f57, net.minecraft.item.crafting.Ingredient@654aa965, net.minecraft.item.crafting.Ingredient@22909f3e, net.minecraft.item.crafting.Ingredient@2108c4cf, net.minecraft.item.crafting.Ingredient@13eff24e, net.minecraft.item.crafting.Ingredient@23de60d7]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.printed_circuit_board@0 new recipe: RecipeStage{tier='four', recipe=1xitem.printed_circuit_board@0:[net.minecraft.item.crafting.Ingredient@59172fd, net.minecraft.item.crafting.Ingredient@6258f03c, net.minecraft.item.crafting.Ingredient@ec903bb, net.minecraft.item.crafting.Ingredient@5e41126d, net.minecraft.item.crafting.Ingredient@504995c2, net.minecraft.item.crafting.Ingredient@753546e7, net.minecraft.item.crafting.Ingredient@33274721, net.minecraft.item.crafting.Ingredient@6523f952, net.minecraft.item.crafting.Ingredient@795897b1]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.poweradapters.mj@0 new recipe: RecipeStage{tier='four', recipe=1xtile.poweradapters.mj@0:[net.minecraft.item.crafting.Ingredient@2685f403, net.minecraft.item.crafting.Ingredient@2f12a1bd, net.minecraft.item.crafting.Ingredient@55813464, net.minecraft.item.crafting.Ingredient@6859d47a, net.minecraft.item.crafting.Ingredient@6175009e, net.minecraft.item.crafting.Ingredient@5b504a44, net.minecraft.item.crafting.Ingredient@7ae675e, net.minecraft.item.crafting.Ingredient@217299d5, net.minecraft.item.crafting.Ingredient@684a1c95]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.primal.storage_crate@3 new recipe: RecipeStage{tier='one', recipe=1xtile.primal.storage_crate@3:[net.minecraft.item.crafting.Ingredient@311179b2, net.minecraft.item.crafting.Ingredient@45f17c59, net.minecraft.item.crafting.Ingredient@70f8f903, net.minecraft.item.crafting.Ingredient@486efd3d, net.minecraft.item.crafting.Ingredient@7208d16b, net.minecraft.item.crafting.Ingredient@3cd578c7, net.minecraft.item.crafting.Ingredient@bd2bebf, net.minecraft.item.crafting.Ingredient@34ea3ded, net.minecraft.item.crafting.Ingredient@5d3192]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.primal.barrel@5 new recipe: RecipeStage{tier='zero', recipe=1xtile.primal.barrel@5:[net.minecraft.item.crafting.Ingredient@1759621e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@960010c, net.minecraft.item.crafting.Ingredient@6c005098, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5382d2b, net.minecraft.item.crafting.Ingredient@59ade600, net.minecraft.item.crafting.Ingredient@50cce458, net.minecraft.item.crafting.Ingredient@3e26fa49]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.primal.barrel_acacia_lid@0 new recipe: RecipeStage{tier='zero', recipe=1xitem.primal.barrel_acacia_lid@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7a33d9d3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4c98ad73, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7b416e9c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@72bc270f, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xitem.primal.thatching_wet@0 new recipe: RecipeStage{tier='zero', recipe=4xitem.primal.thatching_wet@0:[net.minecraftforge.oredict.OreIngredient@16a595ca, net.minecraftforge.oredict.OreIngredient@1fdf4158, net.minecraftforge.oredict.OreIngredient@6f9af9b1, net.minecraftforge.oredict.OreIngredient@7c8d2f12]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.primal.emerald_workblade@0 new recipe: RecipeStage{tier='five', recipe=1xitem.primal.emerald_workblade@0:[net.minecraft.item.crafting.Ingredient@463cfe8c, net.minecraft.item.crafting.Ingredient@230ca292, net.minecraft.item.crafting.Ingredient@1be39033, net.minecraft.item.crafting.Ingredient@e83d9e2, net.minecraft.item.crafting.Ingredient@2fea9e20, net.minecraft.item.crafting.Ingredient@6934b17d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6e51c660, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.primal.slab_yew@0 new recipe: RecipeStage{tier='zero', recipe=3xtile.primal.slab_yew@0:[net.minecraft.item.crafting.Ingredient@7e8d5e81, net.minecraft.item.crafting.Ingredient@5edd4ee, net.minecraft.item.crafting.Ingredient@491e3277]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.primal.slat_lacquer@0 new recipe: RecipeStage{tier='zero', recipe=3xtile.primal.slat_lacquer@0:[net.minecraft.item.crafting.Ingredient@291c9ff2, net.minecraft.item.crafting.Ingredient@3d71b506, net.minecraft.item.crafting.Ingredient@56505ce2, net.minecraft.item.crafting.Ingredient@6e6551d5, net.minecraft.item.crafting.Ingredient@234ba0e4, net.minecraft.item.crafting.Ingredient@1322f80e, net.minecraft.item.crafting.Ingredient@474111c4, net.minecraft.item.crafting.Ingredient@36e0b00, net.minecraft.item.crafting.Ingredient@7d5cd709]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.primal.flint_hoe@0 new recipe: RecipeStage{tier='one', recipe=1xitem.primal.flint_hoe@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@793aa224, net.minecraft.item.crafting.Ingredient@36ba53f6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@457f682a, net.minecraftforge.oredict.OreIngredient@5e800b13, net.minecraft.item.crafting.Ingredient@7207b965, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.primal.barrel@7 new recipe: RecipeStage{tier='zero', recipe=1xtile.primal.barrel@7:[net.minecraft.item.crafting.Ingredient@16c67130, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@28c665fa, net.minecraft.item.crafting.Ingredient@76c03b62, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3943684e, net.minecraft.item.crafting.Ingredient@1ca9d1a7, net.minecraft.item.crafting.Ingredient@7db9e7d, net.minecraft.item.crafting.Ingredient@70b7aecf]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.primal.iron_workblade@0 new recipe: RecipeStage{tier='two', recipe=1xitem.primal.iron_workblade@0:[net.minecraftforge.oredict.OreIngredient@5294b98f, net.minecraft.item.crafting.Ingredient@627e93, net.minecraftforge.oredict.OreIngredient@5b913094, net.minecraftforge.oredict.OreIngredient@169d2cff, net.minecraft.item.crafting.Ingredient@6132a762, net.minecraftforge.oredict.OreIngredient@7237db31, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@20f04073, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.primal.storage_crate@5 new recipe: RecipeStage{tier='one', recipe=1xtile.primal.storage_crate@5:[net.minecraft.item.crafting.Ingredient@5f756a46, net.minecraft.item.crafting.Ingredient@2b88df7d, net.minecraft.item.crafting.Ingredient@672a776e, net.minecraft.item.crafting.Ingredient@457b4020, net.minecraft.item.crafting.Ingredient@31a83593, net.minecraft.item.crafting.Ingredient@5c3667ec, net.minecraft.item.crafting.Ingredient@6813fa03, net.minecraft.item.crafting.Ingredient@77f6dd61, net.minecraft.item.crafting.Ingredient@7027aa1]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.primal.barrel_birch_lid@0 new recipe: RecipeStage{tier='zero', recipe=1xitem.primal.barrel_birch_lid@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@68e464aa, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1f504857, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5e8c8309, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4acf3d0b, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.primal.barrel@9 new recipe: RecipeStage{tier='zero', recipe=1xtile.primal.barrel@9:[net.minecraft.item.crafting.Ingredient@145c1cc, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1cca2343, net.minecraft.item.crafting.Ingredient@26e46f18, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@15f029aa, net.minecraft.item.crafting.Ingredient@3a94c179, net.minecraft.item.crafting.Ingredient@77892d53, net.minecraft.item.crafting.Ingredient@72100015]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.primal.barrel_spruce_lid@0 new recipe: RecipeStage{tier='zero', recipe=1xitem.primal.barrel_spruce_lid@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6639da84, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7a3a4033, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@44670992, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3605b9a3, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.primal.armor_wolf_feet@0 new recipe: RecipeStage{tier='zero', recipe=1xitem.primal.armor_wolf_feet@0:[net.minecraft.item.crafting.Ingredient@1e40a81d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3653583e, net.minecraft.item.crafting.Ingredient@4a04fcff, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@51d78cbd]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.primal.slat_acacia@0 new recipe: RecipeStage{tier='zero', recipe=3xtile.primal.slat_acacia@0:[net.minecraft.item.crafting.Ingredient@4a4cd6da, net.minecraft.item.crafting.Ingredient@66f2e505, net.minecraft.item.crafting.Ingredient@bfc0e20, net.minecraft.item.crafting.Ingredient@6623c986, net.minecraft.item.crafting.Ingredient@4af5299e, net.minecraft.item.crafting.Ingredient@3bde2708, net.minecraft.item.crafting.Ingredient@5038a35d, net.minecraft.item.crafting.Ingredient@28af3f25, net.minecraft.item.crafting.Ingredient@4b754a77]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.primal.barrel@0 new recipe: RecipeStage{tier='zero', recipe=1xtile.primal.barrel@0:[net.minecraft.item.crafting.Ingredient@159d276, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@14eebb4b, net.minecraft.item.crafting.Ingredient@4569e8e4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@242e34cc, net.minecraft.item.crafting.Ingredient@6b2b985d, net.minecraft.item.crafting.Ingredient@afe5290, net.minecraft.item.crafting.Ingredient@dab5e3]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.primal.armor_wolf_body@0 new recipe: RecipeStage{tier='zero', recipe=1xitem.primal.armor_wolf_body@0:[net.minecraft.item.crafting.Ingredient@55076960, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6259faed, net.minecraft.item.crafting.Ingredient@1acb5ee4, net.minecraft.item.crafting.Ingredient@4f6b85f3, net.minecraft.item.crafting.Ingredient@2149b917, net.minecraft.item.crafting.Ingredient@ceab141, net.minecraft.item.crafting.Ingredient@4c96e246, net.minecraft.item.crafting.Ingredient@5f41a23a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.primal.storage_crate@8 new recipe: RecipeStage{tier='one', recipe=1xtile.primal.storage_crate@8:[net.minecraft.item.crafting.Ingredient@332c29c4, net.minecraft.item.crafting.Ingredient@6a95e659, net.minecraft.item.crafting.Ingredient@116abd9f, net.minecraft.item.crafting.Ingredient@43689dfa, net.minecraft.item.crafting.Ingredient@11d8fe5a, net.minecraft.item.crafting.Ingredient@54ba6516, net.minecraft.item.crafting.Ingredient@1078ac5b, net.minecraft.item.crafting.Ingredient@17f864e3, net.minecraft.item.crafting.Ingredient@41846268]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.primal.flint_workblade@0 new recipe: RecipeStage{tier='tutorial', recipe=1xitem.primal.flint_workblade@0:[net.minecraft.item.crafting.Ingredient@46912d9b, net.minecraftforge.oredict.OreIngredient@135e5b66, net.minecraft.item.crafting.Ingredient@4755fa92, net.minecraft.item.crafting.Ingredient@25a05732, net.minecraft.item.crafting.Ingredient@6a124be8, net.minecraft.item.crafting.Ingredient@b76b8a7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@639f5231, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.primal.slat_spruce@0 new recipe: RecipeStage{tier='zero', recipe=3xtile.primal.slat_spruce@0:[net.minecraft.item.crafting.Ingredient@442180b7, net.minecraft.item.crafting.Ingredient@3c14ded0, net.minecraft.item.crafting.Ingredient@219fa75, net.minecraft.item.crafting.Ingredient@1b8e2edd, net.minecraft.item.crafting.Ingredient@53622123, net.minecraft.item.crafting.Ingredient@499a97c1, net.minecraft.item.crafting.Ingredient@49d06d5, net.minecraft.item.crafting.Ingredient@6e8f285d, net.minecraft.item.crafting.Ingredient@2ca67796]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.primal.barrel_jungle_lid@0 new recipe: RecipeStage{tier='zero', recipe=1xitem.primal.barrel_jungle_lid@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@311fc95c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5dd8da04, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4a02cc22, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@55070833, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.primal.flint_axe@0 new recipe: RecipeStage{tier='zero', recipe=1xitem.primal.flint_axe@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1a1d6ee6, net.minecraft.item.crafting.Ingredient@10e8f5b, net.minecraftforge.oredict.OreIngredient@5db12084, net.minecraft.item.crafting.Ingredient@301afd91, net.minecraft.item.crafting.Ingredient@4101df2a, net.minecraft.item.crafting.Ingredient@3480e406, net.minecraftforge.oredict.OreIngredient@60e15712, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.primal.storage_crate@1 new recipe: RecipeStage{tier='one', recipe=1xtile.primal.storage_crate@1:[net.minecraft.item.crafting.Ingredient@770c8ea, net.minecraft.item.crafting.Ingredient@4847afa1, net.minecraft.item.crafting.Ingredient@7bd4d27b, net.minecraft.item.crafting.Ingredient@116743d4, net.minecraft.item.crafting.Ingredient@1051fe8a, net.minecraft.item.crafting.Ingredient@651e7186, net.minecraft.item.crafting.Ingredient@38842054, net.minecraft.item.crafting.Ingredient@1356bd73, net.minecraft.item.crafting.Ingredient@ceca43d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.primal.flint_hatchet@0 new recipe: RecipeStage{tier='tutorial', recipe=1xitem.primal.flint_hatchet@0:[net.minecraftforge.oredict.OreIngredient@1a686667, net.minecraft.item.crafting.Ingredient@3f773fe, net.minecraft.item.crafting.Ingredient@256cfbd6, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.primal.barrel@2 new recipe: RecipeStage{tier='zero', recipe=1xtile.primal.barrel@2:[net.minecraft.item.crafting.Ingredient@4c486e0a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@15ca62ba, net.minecraft.item.crafting.Ingredient@2d9a9b7e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6fea7750, net.minecraft.item.crafting.Ingredient@60dd7c99, net.minecraft.item.crafting.Ingredient@26c41d8a, net.minecraft.item.crafting.Ingredient@5ffc2347]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.primal.barrel@4 new recipe: RecipeStage{tier='zero', recipe=1xtile.primal.barrel@4:[net.minecraft.item.crafting.Ingredient@63909f1f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@68220e40, net.minecraft.item.crafting.Ingredient@6e8c6683, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5054860e, net.minecraft.item.crafting.Ingredient@375b937c, net.minecraft.item.crafting.Ingredient@4f73dbd9, net.minecraft.item.crafting.Ingredient@424604ca]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.primal.leather_cordage@0 new recipe: RecipeStage{tier='zero', recipe=1xitem.primal.leather_cordage@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@36569e7a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5dfd2bbf, net.minecraft.item.crafting.Ingredient@c019eca, net.minecraft.item.crafting.Ingredient@7e13abd4]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.primal.barrel_ironwood_lid@0 new recipe: RecipeStage{tier='zero', recipe=1xitem.primal.barrel_ironwood_lid@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7c344f22, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@482023c8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@48d713c8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2b795c0d, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.primal.barrel_lacquer_lid@0 new recipe: RecipeStage{tier='zero', recipe=1xitem.primal.barrel_lacquer_lid@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@756a5b1f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3c1d1819, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4ca41501, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2d5cb1ac, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.primal.slat_jungle@0 new recipe: RecipeStage{tier='zero', recipe=3xtile.primal.slat_jungle@0:[net.minecraft.item.crafting.Ingredient@a49a5bb, net.minecraft.item.crafting.Ingredient@5ec0b93b, net.minecraft.item.crafting.Ingredient@32a0b3ff, net.minecraft.item.crafting.Ingredient@7ab9a5d6, net.minecraft.item.crafting.Ingredient@3d1ab347, net.minecraft.item.crafting.Ingredient@66c8ccbe, net.minecraft.item.crafting.Ingredient@5140b4d3, net.minecraft.item.crafting.Ingredient@66602c38, net.minecraft.item.crafting.Ingredient@e882b38]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.primal.barrel_dark_oak_lid@0 new recipe: RecipeStage{tier='zero', recipe=1xitem.primal.barrel_dark_oak_lid@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2e05bb6b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7a377454, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1d5186c6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@52cfafbf, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.primal.flint_shears@0 new recipe: RecipeStage{tier='zero', recipe=1xitem.primal.flint_shears@0:[net.minecraft.item.crafting.Ingredient@5112886e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@10c6d3cc, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1b010a4, net.minecraft.item.crafting.Ingredient@2eade57a, net.minecraft.item.crafting.Ingredient@6bb94939]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.primal.slat_birch@0 new recipe: RecipeStage{tier='zero', recipe=3xtile.primal.slat_birch@0:[net.minecraft.item.crafting.Ingredient@4d47af31, net.minecraft.item.crafting.Ingredient@4c73b30d, net.minecraft.item.crafting.Ingredient@db419cc, net.minecraft.item.crafting.Ingredient@2ce579c2, net.minecraft.item.crafting.Ingredient@5c2b6548, net.minecraft.item.crafting.Ingredient@d914e1b, net.minecraft.item.crafting.Ingredient@20c65c1c, net.minecraft.item.crafting.Ingredient@27ea0aaf, net.minecraft.item.crafting.Ingredient@206c3a3f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.primal.barrel@6 new recipe: RecipeStage{tier='zero', recipe=1xtile.primal.barrel@6:[net.minecraft.item.crafting.Ingredient@278a49bf, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@353ed7ee, net.minecraft.item.crafting.Ingredient@42760c94, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@38a7b27, net.minecraft.item.crafting.Ingredient@76380d58, net.minecraft.item.crafting.Ingredient@35fa25d6, net.minecraft.item.crafting.Ingredient@471a9d51]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.primal.barrel_yew_lid@0 new recipe: RecipeStage{tier='zero', recipe=1xitem.primal.barrel_yew_lid@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@171995d6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@21fd18a0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@45cd5ddc, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@562ea021, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.primal.mud_wet@0 new recipe: RecipeStage{tier='zero', recipe=1xtile.primal.mud_wet@0:[net.minecraft.item.crafting.Ingredient@dc22817, net.minecraft.item.crafting.Ingredient@44331917, net.minecraft.item.crafting.Ingredient@6bbf8ff0, net.minecraft.item.crafting.Ingredient@4833150e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.primal.storage_crate@2 new recipe: RecipeStage{tier='one', recipe=1xtile.primal.storage_crate@2:[net.minecraft.item.crafting.Ingredient@542d0e8f, net.minecraft.item.crafting.Ingredient@80a4ebc, net.minecraft.item.crafting.Ingredient@1fdd8042, net.minecraft.item.crafting.Ingredient@4f967dd2, net.minecraft.item.crafting.Ingredient@73734bd9, net.minecraft.item.crafting.Ingredient@295694a5, net.minecraft.item.crafting.Ingredient@5a7ade5d, net.minecraft.item.crafting.Ingredient@267e502d, net.minecraft.item.crafting.Ingredient@4fbaeab8]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.primal.slat_corypha@0 new recipe: RecipeStage{tier='zero', recipe=3xtile.primal.slat_corypha@0:[net.minecraft.item.crafting.Ingredient@52d4ac56, net.minecraft.item.crafting.Ingredient@5e500867, net.minecraft.item.crafting.Ingredient@afbd4b8, net.minecraft.item.crafting.Ingredient@128c0075, net.minecraft.item.crafting.Ingredient@654da86e, net.minecraft.item.crafting.Ingredient@3b008790, net.minecraft.item.crafting.Ingredient@6f0aca5c, net.minecraft.item.crafting.Ingredient@1df7e060, net.minecraft.item.crafting.Ingredient@15f13568]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.primal.storage_crate@6 new recipe: RecipeStage{tier='one', recipe=1xtile.primal.storage_crate@6:[net.minecraft.item.crafting.Ingredient@2af20c41, net.minecraft.item.crafting.Ingredient@13937b69, net.minecraft.item.crafting.Ingredient@31c56d9b, net.minecraft.item.crafting.Ingredient@2d0354be, net.minecraft.item.crafting.Ingredient@1729c55b, net.minecraft.item.crafting.Ingredient@1fe9ace4, net.minecraft.item.crafting.Ingredient@5dab337, net.minecraft.item.crafting.Ingredient@324ba196, net.minecraft.item.crafting.Ingredient@6b91a999]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.primal.barrel@8 new recipe: RecipeStage{tier='zero', recipe=1xtile.primal.barrel@8:[net.minecraft.item.crafting.Ingredient@394da683, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@695ee996, net.minecraft.item.crafting.Ingredient@6f6b23a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@60cd1e1c, net.minecraft.item.crafting.Ingredient@34e0d538, net.minecraft.item.crafting.Ingredient@2a6c986b, net.minecraft.item.crafting.Ingredient@1938887e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.primal.storage_crate@4 new recipe: RecipeStage{tier='one', recipe=1xtile.primal.storage_crate@4:[net.minecraft.item.crafting.Ingredient@110d58bb, net.minecraft.item.crafting.Ingredient@237616b7, net.minecraft.item.crafting.Ingredient@6d176d72, net.minecraft.item.crafting.Ingredient@303163d6, net.minecraft.item.crafting.Ingredient@4b022deb, net.minecraft.item.crafting.Ingredient@58d25992, net.minecraft.item.crafting.Ingredient@e78c307, net.minecraft.item.crafting.Ingredient@35ec3ecd, net.minecraft.item.crafting.Ingredient@6f5b30ee]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.primal.barrel_oak_lid@0 new recipe: RecipeStage{tier='zero', recipe=1xitem.primal.barrel_oak_lid@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@250fea5e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6da77503, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3969242c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@f03bfaf, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.primal.barrel_corypha_lid@0 new recipe: RecipeStage{tier='zero', recipe=1xitem.primal.barrel_corypha_lid@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5504e90b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3dd91c5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@73e59dd6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6189aac2, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.primal.storage_crate@7 new recipe: RecipeStage{tier='one', recipe=1xtile.primal.storage_crate@7:[net.minecraft.item.crafting.Ingredient@13374b49, net.minecraft.item.crafting.Ingredient@7c8ba353, net.minecraft.item.crafting.Ingredient@23df9a39, net.minecraft.item.crafting.Ingredient@faceb3a, net.minecraft.item.crafting.Ingredient@26688485, net.minecraft.item.crafting.Ingredient@7583a20, net.minecraft.item.crafting.Ingredient@580966a0, net.minecraft.item.crafting.Ingredient@3094a3a0, net.minecraft.item.crafting.Ingredient@523a459b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.primal.barrel@1 new recipe: RecipeStage{tier='zero', recipe=1xtile.primal.barrel@1:[net.minecraft.item.crafting.Ingredient@1475ecc6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@75ab48e, net.minecraft.item.crafting.Ingredient@12469e66, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@12500728, net.minecraft.item.crafting.Ingredient@29f8da78, net.minecraft.item.crafting.Ingredient@7bd4e50d, net.minecraft.item.crafting.Ingredient@5dc7e1bf]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.primal.flint_saw@0 new recipe: RecipeStage{tier='zero', recipe=1xitem.primal.flint_saw@0:[net.minecraftforge.oredict.OreIngredient@4fbcc468, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2078fcfd, net.minecraft.item.crafting.Ingredient@7cd89972, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1e70554f, net.minecraft.item.crafting.Ingredient@37465d6d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.primal.diamond_workblade@0 new recipe: RecipeStage{tier='five', recipe=1xitem.primal.diamond_workblade@0:[net.minecraft.item.crafting.Ingredient@50bed06c, net.minecraft.item.crafting.Ingredient@6895c000, net.minecraft.item.crafting.Ingredient@74533a70, net.minecraft.item.crafting.Ingredient@71fbaca2, net.minecraft.item.crafting.Ingredient@57602f41, net.minecraft.item.crafting.Ingredient@1133606d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7c5e5881, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.primal.slat_oak@0 new recipe: RecipeStage{tier='zero', recipe=3xtile.primal.slat_oak@0:[net.minecraft.item.crafting.Ingredient@506c6514, net.minecraft.item.crafting.Ingredient@6a0527f, net.minecraft.item.crafting.Ingredient@c1a7ace, net.minecraft.item.crafting.Ingredient@28eb19c, net.minecraft.item.crafting.Ingredient@31f9301c, net.minecraft.item.crafting.Ingredient@354eaff6, net.minecraft.item.crafting.Ingredient@6a5d7f9b, net.minecraft.item.crafting.Ingredient@1d28211d, net.minecraft.item.crafting.Ingredient@65a98b74]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.primal.flint_shovel@0 new recipe: RecipeStage{tier='zero', recipe=1xitem.primal.flint_shovel@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2558b928, net.minecraft.item.crafting.Ingredient@2478bbbf, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@780446e4, net.minecraftforge.oredict.OreIngredient@515f80bb, net.minecraft.item.crafting.Ingredient@312ee241, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.primal.armor_wolf_legs@0 new recipe: RecipeStage{tier='zero', recipe=1xitem.primal.armor_wolf_legs@0:[net.minecraft.item.crafting.Ingredient@50ea1298, net.minecraft.item.crafting.Ingredient@a035d07, net.minecraft.item.crafting.Ingredient@27f45ea4, net.minecraft.item.crafting.Ingredient@610e9cf1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@61f03c9a, net.minecraft.item.crafting.Ingredient@710baec6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@740fcf3d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.primal.thatch@0 new recipe: RecipeStage{tier='zero', recipe=1xtile.primal.thatch@0:[net.minecraft.item.crafting.Ingredient@61f32c59, net.minecraft.item.crafting.Ingredient@187c811]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.primal.armor_wolf_head@0 new recipe: RecipeStage{tier='zero', recipe=1xitem.primal.armor_wolf_head@0:[net.minecraft.item.crafting.Ingredient@2d563b79, net.minecraft.item.crafting.Ingredient@27aa6fc9, net.minecraft.item.crafting.Ingredient@5f430e81, net.minecraft.item.crafting.Ingredient@603b9238, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7c2ae0b5]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.primal.slat_ironwood@0 new recipe: RecipeStage{tier='zero', recipe=3xtile.primal.slat_ironwood@0:[net.minecraft.item.crafting.Ingredient@80a0cde, net.minecraft.item.crafting.Ingredient@4ffa3c58, net.minecraft.item.crafting.Ingredient@73ecddcd, net.minecraft.item.crafting.Ingredient@5868b44d, net.minecraft.item.crafting.Ingredient@5c3f62, net.minecraft.item.crafting.Ingredient@1e5acbcd, net.minecraft.item.crafting.Ingredient@b4d6f7e, net.minecraft.item.crafting.Ingredient@161a6886, net.minecraft.item.crafting.Ingredient@77dce208]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.primal.slat_bigoak@0 new recipe: RecipeStage{tier='zero', recipe=3xtile.primal.slat_bigoak@0:[net.minecraft.item.crafting.Ingredient@3f904b9d, net.minecraft.item.crafting.Ingredient@5f46e58e, net.minecraft.item.crafting.Ingredient@1addf8b8, net.minecraft.item.crafting.Ingredient@a819549, net.minecraft.item.crafting.Ingredient@37f0eb27, net.minecraft.item.crafting.Ingredient@5f7212c2, net.minecraft.item.crafting.Ingredient@2a9f29ac, net.minecraft.item.crafting.Ingredient@2c32da6b, net.minecraft.item.crafting.Ingredient@1c2bb519]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.primal.storage_crate@9 new recipe: RecipeStage{tier='one', recipe=1xtile.primal.storage_crate@9:[net.minecraft.item.crafting.Ingredient@5380505c, net.minecraft.item.crafting.Ingredient@81c1c9, net.minecraft.item.crafting.Ingredient@3a5ab230, net.minecraft.item.crafting.Ingredient@7b985b1f, net.minecraft.item.crafting.Ingredient@2acbf680, net.minecraft.item.crafting.Ingredient@24cae599, net.minecraft.item.crafting.Ingredient@4b6e1802, net.minecraft.item.crafting.Ingredient@7217f2d3, net.minecraft.item.crafting.Ingredient@79d75e7]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.primal.thatch_wet@0 new recipe: RecipeStage{tier='zero', recipe=1xtile.primal.thatch_wet@0:[net.minecraft.item.crafting.Ingredient@7408aea0, net.minecraft.item.crafting.Ingredient@4f9d162b, net.minecraft.item.crafting.Ingredient@2d1e461, net.minecraft.item.crafting.Ingredient@6e8f9b91]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.primal.storage_crate@0 new recipe: RecipeStage{tier='one', recipe=1xtile.primal.storage_crate@0:[net.minecraft.item.crafting.Ingredient@5f43454e, net.minecraft.item.crafting.Ingredient@78483cc3, net.minecraft.item.crafting.Ingredient@75373d47, net.minecraft.item.crafting.Ingredient@67767363, net.minecraft.item.crafting.Ingredient@22da23f6, net.minecraft.item.crafting.Ingredient@1bcdbd4a, net.minecraft.item.crafting.Ingredient@57dc6671, net.minecraft.item.crafting.Ingredient@3e5fa82, net.minecraft.item.crafting.Ingredient@7053ac9b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.primal.flint_pickaxe@0 new recipe: RecipeStage{tier='tutorial', recipe=1xitem.primal.flint_pickaxe@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6026836, net.minecraftforge.oredict.OreIngredient@32d96969, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1ec4b45a, net.minecraft.item.crafting.Ingredient@731ef46d, net.minecraft.item.crafting.Ingredient@664871e0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.primal.barrel@3 new recipe: RecipeStage{tier='zero', recipe=1xtile.primal.barrel@3:[net.minecraft.item.crafting.Ingredient@1f23de61, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@247edfbb, net.minecraft.item.crafting.Ingredient@20c7fac5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5a5484c, net.minecraft.item.crafting.Ingredient@4745e4f, net.minecraft.item.crafting.Ingredient@5625ca7d, net.minecraft.item.crafting.Ingredient@492b03ae]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.primal.hide_tanned@0 new recipe: RecipeStage{tier='zero', recipe=1xitem.primal.hide_tanned@0:[crafttweaker.api.minecraft.CraftTweakerMC$1@6663c5ef, net.minecraft.item.crafting.Ingredient@40c3794a, net.minecraft.item.crafting.Ingredient@38cd350d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xitem.primal.hide_raw@0 new recipe: RecipeStage{tier='zero', recipe=2xitem.primal.hide_raw@0:[net.minecraftforge.oredict.OreIngredient@29ea67c9, net.minecraft.item.crafting.Ingredient@515e83a6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xitem.primal.hide_raw@0 new recipe: RecipeStage{tier='zero', recipe=2xitem.primal.hide_raw@0:[net.minecraftforge.oredict.OreIngredient@a8ca9ee, net.minecraftforge.oredict.OreIngredient@5b3880ef]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xitem.primal.hide_raw@0 new recipe: RecipeStage{tier='zero', recipe=2xitem.primal.hide_raw@0:[net.minecraftforge.oredict.OreIngredient@2116706e, net.minecraftforge.oredict.OreIngredient@4f09459]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xitem.primal.hide_raw@0 new recipe: RecipeStage{tier='zero', recipe=2xitem.primal.hide_raw@0:[net.minecraftforge.oredict.OreIngredient@6bdc8ef0, net.minecraftforge.oredict.OreIngredient@747c549c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xitem.primal.hide_raw@0 new recipe: RecipeStage{tier='zero', recipe=2xitem.primal.hide_raw@0:[net.minecraftforge.oredict.OreIngredient@66fbcf7d, net.minecraft.item.crafting.Ingredient@6629cda7]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.primal.corn_seeds@0 new recipe: RecipeStage{tier='zero', recipe=1xitem.primal.corn_seeds@0:[net.minecraft.item.crafting.Ingredient@698d749c, net.minecraftforge.oredict.OreIngredient@7fc30585]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xitem.primal.plant_fiber_pulp@0 new recipe: RecipeStage{tier='two', recipe=3xitem.primal.plant_fiber_pulp@0:[net.minecraft.item.crafting.Ingredient@47fbad27, net.minecraft.item.crafting.Ingredient@6f17048a, crafttweaker.mc1120.item.VanillaIngredient@6dbcb460]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xitem.primal.plant_fiber_pulp@0 new recipe: RecipeStage{tier='two', recipe=3xitem.primal.plant_fiber_pulp@0:[net.minecraft.item.crafting.Ingredient@a346b7f, net.minecraft.item.crafting.Ingredient@10bc7d8b, crafttweaker.api.minecraft.CraftTweakerMC$1@47580842]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.primal.logs_stacked@3 new recipe: RecipeStage{tier='zero', recipe=1xtile.primal.logs_stacked@3:[net.minecraft.item.crafting.Ingredient@4f4fab7d, net.minecraft.item.crafting.Ingredient@66095e78]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.primal.logs_stacked@4 new recipe: RecipeStage{tier='zero', recipe=1xtile.primal.logs_stacked@4:[net.minecraft.item.crafting.Ingredient@152a2717, net.minecraft.item.crafting.Ingredient@12b727e8]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.primal.mud_clump@0 new recipe: RecipeStage{tier='zero', recipe=1xitem.primal.mud_clump@0:[net.minecraft.item.crafting.Ingredient@20916280, net.minecraft.item.crafting.Ingredient@c471274, crafttweaker.mc1120.item.VanillaIngredient@48118e74]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.primal.mud_clump@0 new recipe: RecipeStage{tier='zero', recipe=1xitem.primal.mud_clump@0:[net.minecraft.item.crafting.Ingredient@63b278f9, net.minecraft.item.crafting.Ingredient@481c836d, crafttweaker.mc1120.item.VanillaIngredient@7c7cfca8]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.primal.mud_clump@0 new recipe: RecipeStage{tier='zero', recipe=1xitem.primal.mud_clump@0:[net.minecraft.item.crafting.Ingredient@385abf7d, net.minecraft.item.crafting.Ingredient@485f7d3f, crafttweaker.api.minecraft.CraftTweakerMC$1@647498b2]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.primal.hide_raw@0 new recipe: RecipeStage{tier='zero', recipe=1xitem.primal.hide_raw@0:[net.minecraftforge.oredict.OreIngredient@7f76b128, net.minecraft.item.crafting.Ingredient@123a58ec, net.minecraft.item.crafting.Ingredient@213f6911, net.minecraft.item.crafting.Ingredient@614ec48c, net.minecraft.item.crafting.Ingredient@2bfbc67c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.primal.plant_cloth@0 new recipe: RecipeStage{tier='zero', recipe=1xitem.primal.plant_cloth@0:[net.minecraftforge.oredict.OreIngredient@6bc606d7, net.minecraftforge.oredict.OreIngredient@31eb8d5f, net.minecraftforge.oredict.OreIngredient@2696554a, net.minecraftforge.oredict.OreIngredient@53abafc2, net.minecraftforge.oredict.OreIngredient@880ebde, net.minecraftforge.oredict.OreIngredient@65ec0ee4, net.minecraftforge.oredict.OreIngredient@71c43b16, net.minecraftforge.oredict.OreIngredient@7f1f5f53, net.minecraftforge.oredict.OreIngredient@704e9575]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.primal.bark_ironwood@0 new recipe: RecipeStage{tier='zero', recipe=1xitem.primal.bark_ironwood@0:[crafttweaker.mc1120.item.VanillaIngredient@75d03eb6, net.minecraftforge.oredict.OreIngredient@259cb791]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.primal.bark_ironwood@0 new recipe: RecipeStage{tier='zero', recipe=1xitem.primal.bark_ironwood@0:[crafttweaker.mc1120.item.VanillaIngredient@20fc81b6, net.minecraftforge.oredict.OreIngredient@249d5de1]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.primal.bark_bigoak@0 new recipe: RecipeStage{tier='zero', recipe=1xitem.primal.bark_bigoak@0:[crafttweaker.mc1120.item.VanillaIngredient@50cce24a, net.minecraftforge.oredict.OreIngredient@10ace7fd]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.primal.bark_birch@0 new recipe: RecipeStage{tier='zero', recipe=1xitem.primal.bark_birch@0:[crafttweaker.mc1120.item.VanillaIngredient@5499356f, net.minecraftforge.oredict.OreIngredient@1aa51848]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.primal.leather_strip@0 new recipe: RecipeStage{tier='zero', recipe=9xitem.primal.leather_strip@0:[net.minecraft.item.crafting.Ingredient@2dcc77e4, net.minecraftforge.oredict.OreIngredient@5aa8feaf]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.primal.bark_acacia@0 new recipe: RecipeStage{tier='zero', recipe=1xitem.primal.bark_acacia@0:[crafttweaker.mc1120.item.VanillaIngredient@47078ad8, net.minecraftforge.oredict.OreIngredient@7552ad28]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xitem.primal.hide_raw@0 new recipe: RecipeStage{tier='zero', recipe=4xitem.primal.hide_raw@0:[net.minecraftforge.oredict.OreIngredient@3bef9731, net.minecraftforge.oredict.OreIngredient@26af4b65]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.primal.logs_stacked@7 new recipe: RecipeStage{tier='zero', recipe=1xtile.primal.logs_stacked@7:[net.minecraft.item.crafting.Ingredient@5d055422, net.minecraft.item.crafting.Ingredient@3d5e9947]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.primal.bark_spruce@0 new recipe: RecipeStage{tier='zero', recipe=1xitem.primal.bark_spruce@0:[crafttweaker.mc1120.item.VanillaIngredient@7a4fc7c2, net.minecraftforge.oredict.OreIngredient@26e74f8d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.primal.bark_oak@0 new recipe: RecipeStage{tier='zero', recipe=1xitem.primal.bark_oak@0:[crafttweaker.mc1120.item.VanillaIngredient@51b4bb37, net.minecraftforge.oredict.OreIngredient@186984e7]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.primal.hide_salted@0 new recipe: RecipeStage{tier='zero', recipe=1xitem.primal.hide_salted@0:[net.minecraft.item.crafting.Ingredient@1c9c21ff, net.minecraftforge.oredict.OreIngredient@9b8ec6, crafttweaker.api.minecraft.CraftTweakerMC$1@7402e0e1]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.primal.plant_cordage@0 new recipe: RecipeStage{tier='tutorial', recipe=1xitem.primal.plant_cordage@0:[net.minecraft.item.crafting.Ingredient@20180c3a, net.minecraft.item.crafting.Ingredient@5df6521f, net.minecraft.item.crafting.Ingredient@1c71ad9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.primal.logs_stacked@6 new recipe: RecipeStage{tier='zero', recipe=1xtile.primal.logs_stacked@6:[net.minecraft.item.crafting.Ingredient@6221f7e8, net.minecraft.item.crafting.Ingredient@2384e4a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.primal.logs_stacked@0 new recipe: RecipeStage{tier='zero', recipe=1xtile.primal.logs_stacked@0:[net.minecraft.item.crafting.Ingredient@6d3192b8, net.minecraft.item.crafting.Ingredient@54194c15]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.primal.logs_stacked@5 new recipe: RecipeStage{tier='zero', recipe=1xtile.primal.logs_stacked@5:[net.minecraft.item.crafting.Ingredient@396a7fc9, net.minecraft.item.crafting.Ingredient@79602cb0]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xitem.primal.hide_raw@0 new recipe: RecipeStage{tier='zero', recipe=3xitem.primal.hide_raw@0:[net.minecraftforge.oredict.OreIngredient@18a5d576, net.minecraft.item.crafting.Ingredient@6c24b93]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xitem.primal.hide_raw@0 new recipe: RecipeStage{tier='zero', recipe=3xitem.primal.hide_raw@0:[net.minecraftforge.oredict.OreIngredient@6c3ce8b5, net.minecraftforge.oredict.OreIngredient@14414c2e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xitem.primal.hide_raw@0 new recipe: RecipeStage{tier='zero', recipe=3xitem.primal.hide_raw@0:[net.minecraftforge.oredict.OreIngredient@227925b5, net.minecraft.item.crafting.Ingredient@36f36cba]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.primal.logs_stacked@1 new recipe: RecipeStage{tier='zero', recipe=1xtile.primal.logs_stacked@1:[net.minecraft.item.crafting.Ingredient@3d015391, net.minecraft.item.crafting.Ingredient@233f5823]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.primal.bark_yew@0 new recipe: RecipeStage{tier='zero', recipe=1xitem.primal.bark_yew@0:[crafttweaker.mc1120.item.VanillaIngredient@4880957c, net.minecraftforge.oredict.OreIngredient@65bbb66a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.primal.bark_jungle@0 new recipe: RecipeStage{tier='zero', recipe=1xitem.primal.bark_jungle@0:[crafttweaker.mc1120.item.VanillaIngredient@5291ec97, net.minecraftforge.oredict.OreIngredient@b3658a6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xitem.primal.hide_raw@0 new recipe: RecipeStage{tier='zero', recipe=6xitem.primal.hide_raw@0:[net.minecraftforge.oredict.OreIngredient@475107c9, net.minecraft.item.crafting.Ingredient@7f61e1af]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.primal.logs_stacked@2 new recipe: RecipeStage{tier='zero', recipe=1xtile.primal.logs_stacked@2:[net.minecraft.item.crafting.Ingredient@22494f80, net.minecraft.item.crafting.Ingredient@1b03c007]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.primal.nether_cordage@0 new recipe: RecipeStage{tier='three', recipe=1xitem.primal.nether_cordage@0:[net.minecraft.item.crafting.Ingredient@54a3e3e1, net.minecraft.item.crafting.Ingredient@24bf0c43, net.minecraft.item.crafting.Ingredient@4c62621b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.primal.schist_blue_stone@2 new recipe: RecipeStage{tier='zero', recipe=1xtile.primal.schist_blue_stone@2:[net.minecraft.item.crafting.Ingredient@49649068, net.minecraft.item.crafting.Ingredient@213ce4e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.primal.schist_blue_stone@3 new recipe: RecipeStage{tier='zero', recipe=1xtile.primal.schist_blue_stone@3:[net.minecraft.item.crafting.Ingredient@5e92175b, net.minecraft.item.crafting.Ingredient@1bfc428, net.minecraft.item.crafting.Ingredient@6c35e3a7, net.minecraft.item.crafting.Ingredient@704821d1]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.primal.schist_blue_stone@7 new recipe: RecipeStage{tier='two', recipe=6xtile.primal.schist_blue_stone@7:[net.minecraft.item.crafting.Ingredient@3e2ed84c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@41cfd525, net.minecraft.item.crafting.Ingredient@2a43e60, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3353c14c, net.minecraft.item.crafting.Ingredient@7b7793d2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@44ae1764]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.primal.wall@5 new recipe: RecipeStage{tier='zero', recipe=6xtile.primal.wall@5:[net.minecraft.item.crafting.Ingredient@675a76af, net.minecraft.item.crafting.Ingredient@4aae92a9, net.minecraft.item.crafting.Ingredient@d00712d, net.minecraft.item.crafting.Ingredient@392152de, net.minecraft.item.crafting.Ingredient@dfab45b, net.minecraft.item.crafting.Ingredient@33ff5497]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.primal.blue_stone@2 new recipe: RecipeStage{tier='zero', recipe=1xtile.primal.blue_stone@2:[net.minecraft.item.crafting.Ingredient@3d78c2dc, net.minecraft.item.crafting.Ingredient@efcd00f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.primal.blue_stone@3 new recipe: RecipeStage{tier='zero', recipe=1xtile.primal.blue_stone@3:[net.minecraft.item.crafting.Ingredient@567ce5e7, net.minecraft.item.crafting.Ingredient@1fee4853, net.minecraft.item.crafting.Ingredient@647b0750, net.minecraft.item.crafting.Ingredient@cefcf78]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.primal.blue_stone@7 new recipe: RecipeStage{tier='two', recipe=6xtile.primal.blue_stone@7:[net.minecraft.item.crafting.Ingredient@3d8d40df, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@504c3bed, net.minecraft.item.crafting.Ingredient@6c31f733, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1ed761c2, net.minecraft.item.crafting.Ingredient@490b517f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@78a998e0]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.primal.wall@2 new recipe: RecipeStage{tier='zero', recipe=6xtile.primal.wall@2:[net.minecraft.item.crafting.Ingredient@1bc270a9, net.minecraft.item.crafting.Ingredient@3ebecb62, net.minecraft.item.crafting.Ingredient@2d2de563, net.minecraft.item.crafting.Ingredient@197716be, net.minecraft.item.crafting.Ingredient@11b86a01, net.minecraft.item.crafting.Ingredient@5995468f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.primal.soul_stone@2 new recipe: RecipeStage{tier='three', recipe=1xtile.primal.soul_stone@2:[net.minecraft.item.crafting.Ingredient@1bd1b623, net.minecraft.item.crafting.Ingredient@3ab29101]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.primal.soul_stone@3 new recipe: RecipeStage{tier='three', recipe=1xtile.primal.soul_stone@3:[net.minecraft.item.crafting.Ingredient@68080c34, net.minecraft.item.crafting.Ingredient@1b5a8e84, net.minecraft.item.crafting.Ingredient@dac4362, net.minecraft.item.crafting.Ingredient@23b8f14f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.primal.soul_stone@7 new recipe: RecipeStage{tier='three', recipe=6xtile.primal.soul_stone@7:[net.minecraft.item.crafting.Ingredient@b7920a0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4498a1e5, net.minecraft.item.crafting.Ingredient@2bc05d47, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4f96e3f9, net.minecraft.item.crafting.Ingredient@d28b68b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@cbeb942]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.primal.wall@12 new recipe: RecipeStage{tier='four', recipe=6xtile.primal.wall@12:[net.minecraft.item.crafting.Ingredient@25bde7f7, net.minecraft.item.crafting.Ingredient@5dcc5192, net.minecraft.item.crafting.Ingredient@1598284e, net.minecraft.item.crafting.Ingredient@6c95e716, net.minecraft.item.crafting.Ingredient@265d272c, net.minecraft.item.crafting.Ingredient@1922b2b4]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.primal.carbonate_stone@2 new recipe: RecipeStage{tier='zero', recipe=1xtile.primal.carbonate_stone@2:[net.minecraft.item.crafting.Ingredient@4dac2386, net.minecraft.item.crafting.Ingredient@e42c072]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.primal.carbonate_stone@3 new recipe: RecipeStage{tier='zero', recipe=1xtile.primal.carbonate_stone@3:[net.minecraft.item.crafting.Ingredient@4169f2d1, net.minecraft.item.crafting.Ingredient@4d524f5a, net.minecraft.item.crafting.Ingredient@614ee565, net.minecraft.item.crafting.Ingredient@7997e86e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.primal.carbonate_stone@7 new recipe: RecipeStage{tier='two', recipe=6xtile.primal.carbonate_stone@7:[net.minecraft.item.crafting.Ingredient@77e662f7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2811cbce, net.minecraft.item.crafting.Ingredient@3ee26664, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@78f03d4e, net.minecraft.item.crafting.Ingredient@3cc5197d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1a2cfa90]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.primal.wall@9 new recipe: RecipeStage{tier='zero', recipe=6xtile.primal.wall@9:[net.minecraft.item.crafting.Ingredient@37506ef7, net.minecraft.item.crafting.Ingredient@4eb32f1e, net.minecraft.item.crafting.Ingredient@5a29d944, net.minecraft.item.crafting.Ingredient@27ac40eb, net.minecraft.item.crafting.Ingredient@13bfa53f, net.minecraft.item.crafting.Ingredient@44a3a389]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.primal.ferro_stone@2 new recipe: RecipeStage{tier='zero', recipe=1xtile.primal.ferro_stone@2:[net.minecraft.item.crafting.Ingredient@50d4b1a0, net.minecraft.item.crafting.Ingredient@15ba1849]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.primal.ferro_stone@3 new recipe: RecipeStage{tier='zero', recipe=1xtile.primal.ferro_stone@3:[net.minecraft.item.crafting.Ingredient@7b42d19c, net.minecraft.item.crafting.Ingredient@22a48a96, net.minecraft.item.crafting.Ingredient@578866d3, net.minecraft.item.crafting.Ingredient@1235443b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.primal.ferro_stone@7 new recipe: RecipeStage{tier='two', recipe=6xtile.primal.ferro_stone@7:[net.minecraft.item.crafting.Ingredient@7f96a9d0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@79607c8e, net.minecraft.item.crafting.Ingredient@6dca238f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@55e6b691, net.minecraft.item.crafting.Ingredient@1f745dd4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@650ac6b8]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.primal.wall@8 new recipe: RecipeStage{tier='zero', recipe=6xtile.primal.wall@8:[net.minecraft.item.crafting.Ingredient@596047cd, net.minecraft.item.crafting.Ingredient@39d2304e, net.minecraft.item.crafting.Ingredient@475505d, net.minecraft.item.crafting.Ingredient@3779696d, net.minecraft.item.crafting.Ingredient@6cfc1e60, net.minecraft.item.crafting.Ingredient@440413f1]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.primal.terracotta_block@2 new recipe: RecipeStage{tier='zero', recipe=1xtile.primal.terracotta_block@2:[net.minecraft.item.crafting.Ingredient@6a5d5494, net.minecraft.item.crafting.Ingredient@16937ab3]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.primal.terracotta_block@3 new recipe: RecipeStage{tier='zero', recipe=1xtile.primal.terracotta_block@3:[net.minecraft.item.crafting.Ingredient@1a90691f, net.minecraft.item.crafting.Ingredient@7e6f6a27, net.minecraft.item.crafting.Ingredient@7e96688a, net.minecraft.item.crafting.Ingredient@735dc309]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.primal.terracotta_block@7 new recipe: RecipeStage{tier='zero', recipe=6xtile.primal.terracotta_block@7:[net.minecraft.item.crafting.Ingredient@6a1c94ec, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6f27f5da, net.minecraft.item.crafting.Ingredient@2238128c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3f60c849, net.minecraft.item.crafting.Ingredient@315590bd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@618c3a68]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.primal.wall@14 new recipe: RecipeStage{tier='zero', recipe=6xtile.primal.wall@14:[net.minecraft.item.crafting.Ingredient@342e8a7, net.minecraft.item.crafting.Ingredient@3ad94a06, net.minecraft.item.crafting.Ingredient@2794f598, net.minecraft.item.crafting.Ingredient@27cbd478, net.minecraft.item.crafting.Ingredient@33d807f6, net.minecraft.item.crafting.Ingredient@4321f2f1]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.primal.ortho_stone@2 new recipe: RecipeStage{tier='zero', recipe=1xtile.primal.ortho_stone@2:[net.minecraft.item.crafting.Ingredient@4399f738, net.minecraft.item.crafting.Ingredient@3a889327]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.primal.ortho_stone@3 new recipe: RecipeStage{tier='zero', recipe=1xtile.primal.ortho_stone@3:[net.minecraft.item.crafting.Ingredient@499cd437, net.minecraft.item.crafting.Ingredient@566118f, net.minecraft.item.crafting.Ingredient@94a062c, net.minecraft.item.crafting.Ingredient@77a5bd89]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.primal.ortho_stone@7 new recipe: RecipeStage{tier='two', recipe=6xtile.primal.ortho_stone@7:[net.minecraft.item.crafting.Ingredient@5837f226, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6de87ac6, net.minecraft.item.crafting.Ingredient@34ca6a31, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6e59d0d4, net.minecraft.item.crafting.Ingredient@918a9fb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2708dc54]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.primal.wall@3 new recipe: RecipeStage{tier='zero', recipe=6xtile.primal.wall@3:[net.minecraft.item.crafting.Ingredient@40f4a166, net.minecraft.item.crafting.Ingredient@600b06dc, net.minecraft.item.crafting.Ingredient@2c902c57, net.minecraft.item.crafting.Ingredient@4d1bafed, net.minecraft.item.crafting.Ingredient@2801d8b9, net.minecraft.item.crafting.Ingredient@10040683]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.primal.sarsen_stone@2 new recipe: RecipeStage{tier='zero', recipe=1xtile.primal.sarsen_stone@2:[net.minecraft.item.crafting.Ingredient@3ddb6240, net.minecraft.item.crafting.Ingredient@2dafc6d1]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.primal.sarsen_stone@3 new recipe: RecipeStage{tier='zero', recipe=1xtile.primal.sarsen_stone@3:[net.minecraft.item.crafting.Ingredient@b4d17cd, net.minecraft.item.crafting.Ingredient@3b4d3839, net.minecraft.item.crafting.Ingredient@5d629472, net.minecraft.item.crafting.Ingredient@ea85841]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.primal.sarsen_stone@7 new recipe: RecipeStage{tier='two', recipe=6xtile.primal.sarsen_stone@7:[net.minecraft.item.crafting.Ingredient@6d38c526, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3fe6a448, net.minecraft.item.crafting.Ingredient@76ee76c2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3a48420e, net.minecraft.item.crafting.Ingredient@1172b194, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1b3c8316]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.primal.wall@1 new recipe: RecipeStage{tier='zero', recipe=6xtile.primal.wall@1:[net.minecraft.item.crafting.Ingredient@1e61bed5, net.minecraft.item.crafting.Ingredient@66c1d725, net.minecraft.item.crafting.Ingredient@623b2478, net.minecraft.item.crafting.Ingredient@1de02f1a, net.minecraft.item.crafting.Ingredient@e64ad65, net.minecraft.item.crafting.Ingredient@66f42b73]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.primal.common_stone@2 new recipe: RecipeStage{tier='zero', recipe=1xtile.primal.common_stone@2:[net.minecraft.item.crafting.Ingredient@5dd7cb31, net.minecraft.item.crafting.Ingredient@4153b76e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.primal.common_stone@3 new recipe: RecipeStage{tier='zero', recipe=1xtile.primal.common_stone@3:[net.minecraft.item.crafting.Ingredient@6a7725a4, net.minecraft.item.crafting.Ingredient@2d9f242a, net.minecraft.item.crafting.Ingredient@4e72fceb, net.minecraft.item.crafting.Ingredient@12c6ca8c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.primal.common_stone@7 new recipe: RecipeStage{tier='two', recipe=6xtile.primal.common_stone@7:[net.minecraft.item.crafting.Ingredient@41cf8775, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@15255512, net.minecraft.item.crafting.Ingredient@4ce976f9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@68df5742, net.minecraft.item.crafting.Ingredient@55968103, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6aa4d366]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.primal.wall@0 new recipe: RecipeStage{tier='zero', recipe=6xtile.primal.wall@0:[net.minecraft.item.crafting.Ingredient@6d7d3e75, net.minecraft.item.crafting.Ingredient@7f8a01df, net.minecraft.item.crafting.Ingredient@1e7509b4, net.minecraft.item.crafting.Ingredient@5206d6ff, net.minecraft.item.crafting.Ingredient@568cc45c, net.minecraft.item.crafting.Ingredient@7927b3ab]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.primal.ciniscotta_block@2 new recipe: RecipeStage{tier='three', recipe=1xtile.primal.ciniscotta_block@2:[net.minecraft.item.crafting.Ingredient@4fa92d92, net.minecraft.item.crafting.Ingredient@2b7cabb6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.primal.ciniscotta_block@3 new recipe: RecipeStage{tier='three', recipe=1xtile.primal.ciniscotta_block@3:[net.minecraft.item.crafting.Ingredient@1be234a1, net.minecraft.item.crafting.Ingredient@5f1c769d, net.minecraft.item.crafting.Ingredient@595f1551, net.minecraft.item.crafting.Ingredient@173024d7]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.primal.ciniscotta_block@7 new recipe: RecipeStage{tier='three', recipe=6xtile.primal.ciniscotta_block@7:[net.minecraft.item.crafting.Ingredient@1dfd5dac, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@21697810, net.minecraft.item.crafting.Ingredient@3d04f1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@16bd8ebd, net.minecraft.item.crafting.Ingredient@61dab1fb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@b99fc28]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.primal.porphyry_stone@2 new recipe: RecipeStage{tier='zero', recipe=1xtile.primal.porphyry_stone@2:[net.minecraft.item.crafting.Ingredient@636b6b26, net.minecraft.item.crafting.Ingredient@19d9d990]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.primal.porphyry_stone@3 new recipe: RecipeStage{tier='zero', recipe=1xtile.primal.porphyry_stone@3:[net.minecraft.item.crafting.Ingredient@2db8f639, net.minecraft.item.crafting.Ingredient@6904271a, net.minecraft.item.crafting.Ingredient@518e4347, net.minecraft.item.crafting.Ingredient@6cc15bf]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.primal.porphyry_stone@7 new recipe: RecipeStage{tier='zero', recipe=6xtile.primal.porphyry_stone@7:[net.minecraft.item.crafting.Ingredient@6caf3261, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@24dbe419, net.minecraft.item.crafting.Ingredient@7ec1fbe, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@616b9311, net.minecraft.item.crafting.Ingredient@74c28967, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@f4250ca]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.primal.schist_green_stone@2 new recipe: RecipeStage{tier='zero', recipe=1xtile.primal.schist_green_stone@2:[net.minecraft.item.crafting.Ingredient@6834af73, net.minecraft.item.crafting.Ingredient@557a4a7f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.primal.schist_green_stone@3 new recipe: RecipeStage{tier='zero', recipe=1xtile.primal.schist_green_stone@3:[net.minecraft.item.crafting.Ingredient@35936806, net.minecraft.item.crafting.Ingredient@284aba7e, net.minecraft.item.crafting.Ingredient@65c8d733, net.minecraft.item.crafting.Ingredient@62e64047]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.primal.schist_green_stone@7 new recipe: RecipeStage{tier='two', recipe=6xtile.primal.schist_green_stone@7:[net.minecraft.item.crafting.Ingredient@4c1bc745, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@317f1df2, net.minecraft.item.crafting.Ingredient@122d35a1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4299bbdb, net.minecraft.item.crafting.Ingredient@502a6d22, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@19f37a58]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.primal.wall@4 new recipe: RecipeStage{tier='zero', recipe=6xtile.primal.wall@4:[net.minecraft.item.crafting.Ingredient@6288c4fa, net.minecraft.item.crafting.Ingredient@6dc0fc13, net.minecraft.item.crafting.Ingredient@6e80dff4, net.minecraft.item.crafting.Ingredient@6c2359c6, net.minecraft.item.crafting.Ingredient@4828efac, net.minecraft.item.crafting.Ingredient@22e2b2de]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.primal.nether_stone@2 new recipe: RecipeStage{tier='three', recipe=1xtile.primal.nether_stone@2:[net.minecraft.item.crafting.Ingredient@4a75b609, net.minecraft.item.crafting.Ingredient@3cee2be8]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.primal.nether_stone@3 new recipe: RecipeStage{tier='three', recipe=1xtile.primal.nether_stone@3:[net.minecraft.item.crafting.Ingredient@3334e656, net.minecraft.item.crafting.Ingredient@477d6ac, net.minecraft.item.crafting.Ingredient@63d5edd5, net.minecraft.item.crafting.Ingredient@2ea93b2c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.primal.nether_stone@7 new recipe: RecipeStage{tier='three', recipe=6xtile.primal.nether_stone@7:[net.minecraft.item.crafting.Ingredient@3a3b7ef9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@430da4, net.minecraft.item.crafting.Ingredient@4c34e33c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2ba3c1cd, net.minecraft.item.crafting.Ingredient@4a8eaef6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5238a42e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.primal.wall@10 new recipe: RecipeStage{tier='zero', recipe=6xtile.primal.wall@10:[net.minecraft.item.crafting.Ingredient@39fe9056, net.minecraft.item.crafting.Ingredient@ce6930d, net.minecraft.item.crafting.Ingredient@33206579, net.minecraft.item.crafting.Ingredient@242ebee7, net.minecraft.item.crafting.Ingredient@699ff614, net.minecraft.item.crafting.Ingredient@51597ed1]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.primal.mud_dried@2 new recipe: RecipeStage{tier='zero', recipe=1xtile.primal.mud_dried@2:[net.minecraft.item.crafting.Ingredient@61e2c22e, net.minecraft.item.crafting.Ingredient@30ea9173]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.primal.mud_dried@3 new recipe: RecipeStage{tier='zero', recipe=1xtile.primal.mud_dried@3:[net.minecraft.item.crafting.Ingredient@2653fe2c, net.minecraft.item.crafting.Ingredient@3ce6a3c1, net.minecraft.item.crafting.Ingredient@4b62e5c1, net.minecraft.item.crafting.Ingredient@2fe784d7]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.primal.mud_dried@7 new recipe: RecipeStage{tier='zero', recipe=6xtile.primal.mud_dried@7:[net.minecraft.item.crafting.Ingredient@16fcad99, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1f0dfc2c, net.minecraft.item.crafting.Ingredient@431d5ee1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@504fab69, net.minecraft.item.crafting.Ingredient@232c449c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@53b03049]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.primal.nether_earth@2 new recipe: RecipeStage{tier='three', recipe=1xtile.primal.nether_earth@2:[net.minecraft.item.crafting.Ingredient@7af38688, net.minecraft.item.crafting.Ingredient@574a6e5c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.primal.nether_earth@3 new recipe: RecipeStage{tier='three', recipe=1xtile.primal.nether_earth@3:[net.minecraft.item.crafting.Ingredient@1603c88d, net.minecraft.item.crafting.Ingredient@44e3807c, net.minecraft.item.crafting.Ingredient@224299ae, net.minecraft.item.crafting.Ingredient@267e3b34]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.primal.nether_earth@7 new recipe: RecipeStage{tier='three', recipe=6xtile.primal.nether_earth@7:[net.minecraft.item.crafting.Ingredient@2e31c8d6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@76095d0c, net.minecraft.item.crafting.Ingredient@4030358a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@17c01123, net.minecraft.item.crafting.Ingredient@37970c75, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@b4ac6b6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.primal.eroded_end_stone@2 new recipe: RecipeStage{tier='four', recipe=1xtile.primal.eroded_end_stone@2:[net.minecraft.item.crafting.Ingredient@4a972e30, net.minecraft.item.crafting.Ingredient@5d497748]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.primal.eroded_end_stone@3 new recipe: RecipeStage{tier='four', recipe=1xtile.primal.eroded_end_stone@3:[net.minecraft.item.crafting.Ingredient@52b22c30, net.minecraft.item.crafting.Ingredient@f102fa6, net.minecraft.item.crafting.Ingredient@7c8576da, net.minecraft.item.crafting.Ingredient@6a60ad35]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.primal.eroded_end_stone@7 new recipe: RecipeStage{tier='four', recipe=6xtile.primal.eroded_end_stone@7:[net.minecraft.item.crafting.Ingredient@2970cfe5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2713b872, net.minecraft.item.crafting.Ingredient@70f729ec, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1f113bc2, net.minecraft.item.crafting.Ingredient@30b1d022, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@adb3e6e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.primal.wall@11 new recipe: RecipeStage{tier='three', recipe=6xtile.primal.wall@11:[net.minecraft.item.crafting.Ingredient@432ace90, net.minecraft.item.crafting.Ingredient@5573221c, net.minecraft.item.crafting.Ingredient@6b7dc850, net.minecraft.item.crafting.Ingredient@3886b31f, net.minecraft.item.crafting.Ingredient@2dcda4d1, net.minecraft.item.crafting.Ingredient@61e200b6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.primal.purpurite_stone@2 new recipe: RecipeStage{tier='four', recipe=1xtile.primal.purpurite_stone@2:[net.minecraft.item.crafting.Ingredient@64d87b92, net.minecraft.item.crafting.Ingredient@69cb225d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.primal.purpurite_stone@3 new recipe: RecipeStage{tier='four', recipe=1xtile.primal.purpurite_stone@3:[net.minecraft.item.crafting.Ingredient@2960e899, net.minecraft.item.crafting.Ingredient@58f6bab3, net.minecraft.item.crafting.Ingredient@7f555ed4, net.minecraft.item.crafting.Ingredient@4fbc52a9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.primal.purpurite_stone@7 new recipe: RecipeStage{tier='four', recipe=6xtile.primal.purpurite_stone@7:[net.minecraft.item.crafting.Ingredient@61b64fe7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@c785240, net.minecraft.item.crafting.Ingredient@598e0ee5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@748a3667, net.minecraft.item.crafting.Ingredient@27108666, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@69343a96]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.primal.purpurite_stone@7 new recipe: RecipeStage{tier='two', recipe=6xtile.primal.purpurite_stone@7:[net.minecraft.item.crafting.Ingredient@61b64fe7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@c785240, net.minecraft.item.crafting.Ingredient@598e0ee5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@748a3667, net.minecraft.item.crafting.Ingredient@27108666, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@69343a96]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.primal.wall@7 new recipe: RecipeStage{tier='four', recipe=6xtile.primal.wall@7:[net.minecraft.item.crafting.Ingredient@40e4f873, net.minecraft.item.crafting.Ingredient@65f8d706, net.minecraft.item.crafting.Ingredient@46785e69, net.minecraft.item.crafting.Ingredient@ed03cba, net.minecraft.item.crafting.Ingredient@69107a73, net.minecraft.item.crafting.Ingredient@4a73c0b0]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.primal.desiccated_stone@2 new recipe: RecipeStage{tier='three', recipe=1xtile.primal.desiccated_stone@2:[net.minecraft.item.crafting.Ingredient@4e7c4481, net.minecraft.item.crafting.Ingredient@41c69418]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.primal.desiccated_stone@3 new recipe: RecipeStage{tier='three', recipe=1xtile.primal.desiccated_stone@3:[net.minecraft.item.crafting.Ingredient@2b6fadb1, net.minecraft.item.crafting.Ingredient@7f4d8e2c, net.minecraft.item.crafting.Ingredient@53b98508, net.minecraft.item.crafting.Ingredient@262abd33]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.primal.desiccated_stone@7 new recipe: RecipeStage{tier='two', recipe=6xtile.primal.desiccated_stone@7:[net.minecraft.item.crafting.Ingredient@70fe8e62, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@635152bf, net.minecraft.item.crafting.Ingredient@7c5f1a18, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@f6ff385, net.minecraft.item.crafting.Ingredient@b66f194, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@62cb9eed]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.primal.scoria_stone@2 new recipe: RecipeStage{tier='three', recipe=1xtile.primal.scoria_stone@2:[net.minecraft.item.crafting.Ingredient@66c0c776, net.minecraft.item.crafting.Ingredient@16c3f3f0]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.primal.scoria_stone@3 new recipe: RecipeStage{tier='three', recipe=1xtile.primal.scoria_stone@3:[net.minecraft.item.crafting.Ingredient@2a154aed, net.minecraft.item.crafting.Ingredient@141785b4, net.minecraft.item.crafting.Ingredient@740c0b37, net.minecraft.item.crafting.Ingredient@7d593a35]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.primal.scoria_stone@7 new recipe: RecipeStage{tier='two', recipe=6xtile.primal.scoria_stone@7:[net.minecraft.item.crafting.Ingredient@7d9b4551, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@55095573, net.minecraft.item.crafting.Ingredient@41c8a956, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7574bbc8, net.minecraft.item.crafting.Ingredient@5262c9fa, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4d5fbc08]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.primal.wall@6 new recipe: RecipeStage{tier='zero', recipe=6xtile.primal.wall@6:[net.minecraft.item.crafting.Ingredient@49d92eec, net.minecraft.item.crafting.Ingredient@19a376e4, net.minecraft.item.crafting.Ingredient@5d4a5133, net.minecraft.item.crafting.Ingredient@6d45196e, net.minecraft.item.crafting.Ingredient@6d6be464, net.minecraft.item.crafting.Ingredient@6ffdab7b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.primal.night_stone@2 new recipe: RecipeStage{tier='zero', recipe=1xtile.primal.night_stone@2:[net.minecraft.item.crafting.Ingredient@6031bc7e, net.minecraft.item.crafting.Ingredient@257a477f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.primal.night_stone@3 new recipe: RecipeStage{tier='zero', recipe=1xtile.primal.night_stone@3:[net.minecraft.item.crafting.Ingredient@1700cf70, net.minecraft.item.crafting.Ingredient@15a41898, net.minecraft.item.crafting.Ingredient@781b841e, net.minecraft.item.crafting.Ingredient@fad75dd]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.primal.night_stone@7 new recipe: RecipeStage{tier='two', recipe=6xtile.primal.night_stone@7:[net.minecraft.item.crafting.Ingredient@1ec75017, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2b92fb8f, net.minecraft.item.crafting.Ingredient@f0da197, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6bea3e36, net.minecraft.item.crafting.Ingredient@4f098cb4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@737b4859]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.primal.terra_block@0 new recipe: RecipeStage{tier='zero', recipe=1xtile.primal.terra_block@0:[net.minecraft.item.crafting.Ingredient@11185eb8, net.minecraft.item.crafting.Ingredient@2bb9c923, net.minecraft.item.crafting.Ingredient@28d69ccc, net.minecraft.item.crafting.Ingredient@146300f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.primal.terra_brick_wet@0 new recipe: RecipeStage{tier='zero', recipe=1xitem.primal.terra_brick_wet@0:[net.minecraft.item.crafting.Ingredient@52784301]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.primal.terracotta_block@0 new recipe: RecipeStage{tier='zero', recipe=1xtile.primal.terracotta_block@0:[net.minecraft.item.crafting.Ingredient@237ef554, net.minecraft.item.crafting.Ingredient@261709ff, net.minecraft.item.crafting.Ingredient@400477a8, net.minecraft.item.crafting.Ingredient@7f808a82]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.primal.cinis_block@0 new recipe: RecipeStage{tier='three', recipe=1xtile.primal.cinis_block@0:[net.minecraft.item.crafting.Ingredient@2b800473, net.minecraft.item.crafting.Ingredient@3546b80d, net.minecraft.item.crafting.Ingredient@569c303a, net.minecraft.item.crafting.Ingredient@2d3374f1]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.primal.cinis_brick_wet@0 new recipe: RecipeStage{tier='three', recipe=1xitem.primal.cinis_brick_wet@0:[net.minecraft.item.crafting.Ingredient@63b4eb8]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.primal.ciniscotta_block@0 new recipe: RecipeStage{tier='three', recipe=1xtile.primal.ciniscotta_block@0:[net.minecraft.item.crafting.Ingredient@6bd08a2, net.minecraft.item.crafting.Ingredient@3117e5af, net.minecraft.item.crafting.Ingredient@7358b80, net.minecraft.item.crafting.Ingredient@5b275b50]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.primal_chest_advanced@0 new recipe: RecipeStage{tier='zero', recipe=1xtile.primal_chest_advanced@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@35b1a08e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3b05110a, net.minecraft.item.crafting.Ingredient@1047f461, net.minecraftforge.oredict.OreIngredient@715bd0e2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@49d6ab97, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.primal_chest@0 new recipe: RecipeStage{tier='zero', recipe=1xtile.primal_chest@0:[net.minecraft.item.crafting.Ingredient@5a487ee6, net.minecraftforge.oredict.OreIngredient@75837d32, net.minecraft.item.crafting.Ingredient@5a707fa0, net.minecraftforge.oredict.OreIngredient@2686fd6a, net.minecraft.item.crafting.Ingredient@3fa01812, net.minecraftforge.oredict.OreIngredient@51249839, net.minecraft.item.crafting.Ingredient@8f070c2, net.minecraftforge.oredict.OreIngredient@190ca11b, net.minecraft.item.crafting.Ingredient@26534aa0]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.primal_tech.flint_edged_disc@0 new recipe: RecipeStage{tier='one', recipe=1xitem.primal_tech.flint_edged_disc@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5343fb03, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@583ef7c9, net.minecraftforge.oredict.OreIngredient@244691ac, net.minecraft.item.crafting.Ingredient@18fcc9ce, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@54abb231, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.primal_tech.bone_sword@0 new recipe: RecipeStage{tier='zero', recipe=1xitem.primal_tech.bone_sword@0:[net.minecraft.item.crafting.Ingredient@7b0497d2, net.minecraft.item.crafting.Ingredient@6b5fb2ef, net.minecraft.item.crafting.Ingredient@1513b4f3]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.primal_tech.charcoal_hopper@0 new recipe: RecipeStage{tier='zero', recipe=1xtile.primal_tech.charcoal_hopper@0:[net.minecraft.item.crafting.Ingredient@1ca0a65a, net.minecraft.item.crafting.Ingredient@43c5181b, net.minecraft.item.crafting.Ingredient@559b0246, net.minecraft.item.crafting.Ingredient@5d27902a, net.minecraft.item.crafting.Ingredient@44ac7fa2, net.minecraft.item.crafting.Ingredient@2f42b2ec, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@22461c70, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.primal_tech.work_stump_upgraded@0 new recipe: RecipeStage{tier='zero', recipe=1xtile.primal_tech.work_stump_upgraded@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@43817ed2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@64f7486f, net.minecraft.item.crafting.Ingredient@5e9843cf, net.minecraft.item.crafting.Ingredient@4c2f61f0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@410e149, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.primal_tech.work_stump_upgraded@0 new recipe: RecipeStage{tier='zero', recipe=1xtile.primal_tech.work_stump_upgraded@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5a7a7594, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@46e0c32f, net.minecraft.item.crafting.Ingredient@71770ae2, net.minecraft.item.crafting.Ingredient@726ea72c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7b31ba20, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.primal_tech.work_stump_upgraded@0 new recipe: RecipeStage{tier='zero', recipe=1xtile.primal_tech.work_stump_upgraded@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3b88f7d2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@72e1ca5b, net.minecraft.item.crafting.Ingredient@753154ec, net.minecraft.item.crafting.Ingredient@32710d0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, crafttweaker.mc1120.item.VanillaIngredient@7f6d4101, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.primal_tech.fibre_torch@0 new recipe: RecipeStage{tier='tutorial', recipe=1xtile.primal_tech.fibre_torch@0:[net.minecraftforge.oredict.OreIngredient@3a2efa5, net.minecraft.item.crafting.Ingredient@7c4b4d09]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.primal_tech.stone_grill@0 new recipe: RecipeStage{tier='zero', recipe=1xtile.primal_tech.stone_grill@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@47d173c0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@52a15772, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@466a4544, net.minecraft.item.crafting.Ingredient@606f6b85, net.minecraft.item.crafting.Ingredient@2cec5b3b, net.minecraft.item.crafting.Ingredient@74ae9313]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.primal_tech.fluid_bladder@0 new recipe: RecipeStage{tier='zero', recipe=1xitem.primal_tech.fluid_bladder@0:[net.minecraftforge.oredict.OreIngredient@60faa8a7, net.minecraft.item.crafting.Ingredient@7bd2c47e, net.minecraftforge.oredict.OreIngredient@35296dbc, net.minecraft.item.crafting.Ingredient@359f5601, net.minecraft.item.crafting.Ingredient@156f85, net.minecraft.item.crafting.Ingredient@6d89bacd]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.primal_tech.bone_shears@0 new recipe: RecipeStage{tier='zero', recipe=1xitem.primal_tech.bone_shears@0:[net.minecraft.item.crafting.Ingredient@13b36e4d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5cd30d64, net.minecraft.item.crafting.Ingredient@7791383c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.primal_tech.bone_shovel@0 new recipe: RecipeStage{tier='zero', recipe=1xitem.primal_tech.bone_shovel@0:[net.minecraft.item.crafting.Ingredient@576eabd1, net.minecraft.item.crafting.Ingredient@5fa76677, net.minecraft.item.crafting.Ingredient@1b5bf8ca]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.primal_tech.stone_mallet@0 new recipe: RecipeStage{tier='one', recipe=1xitem.primal_tech.stone_mallet@0:[net.minecraft.item.crafting.Ingredient@65757345, net.minecraft.item.crafting.Ingredient@47676c19]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.primal_tech.stone_anvil@0 new recipe: RecipeStage{tier='one', recipe=1xtile.primal_tech.stone_anvil@0:[net.minecraft.item.crafting.Ingredient@23972e5c, net.minecraft.item.crafting.Ingredient@67ce1f4c, net.minecraft.item.crafting.Ingredient@29efb7ab, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5594112b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4feb300b, net.minecraft.item.crafting.Ingredient@584862c5, net.minecraft.item.crafting.Ingredient@c4ed488]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.primal_tech.clay_kiln@0 new recipe: RecipeStage{tier='zero', recipe=1xtile.primal_tech.clay_kiln@0:[net.minecraft.item.crafting.Ingredient@79a68163, net.minecraft.item.crafting.Ingredient@6f5b9d34, net.minecraft.item.crafting.Ingredient@741e8450, net.minecraft.item.crafting.Ingredient@e8ef4cf, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@43eec1e4, net.minecraft.item.crafting.Ingredient@70ef5690, net.minecraftforge.oredict.OreIngredient@705360d9, net.minecraft.item.crafting.Ingredient@902da90]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.primal_tech.wooden_hopper@0 new recipe: RecipeStage{tier='zero', recipe=1xtile.primal_tech.wooden_hopper@0:[net.minecraftforge.oredict.OreIngredient@3c56cbb5, net.minecraft.item.crafting.Ingredient@36074179, net.minecraftforge.oredict.OreIngredient@5d39bac8, net.minecraftforge.oredict.OreIngredient@42703da5, net.minecraft.item.crafting.Ingredient@48f14d3d, net.minecraftforge.oredict.OreIngredient@44f1c1d3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@548edc7f, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.primal_tech.leaf_bed@0 new recipe: RecipeStage{tier='one', recipe=1xitem.primal_tech.leaf_bed@0:[net.minecraftforge.oredict.OreIngredient@17504e5e, net.minecraftforge.oredict.OreIngredient@550a612c, net.minecraftforge.oredict.OreIngredient@1f3fcd07, net.minecraft.item.crafting.Ingredient@3df097bb, net.minecraft.item.crafting.Ingredient@28c70ce5, net.minecraft.item.crafting.Ingredient@2ec20bd0]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.primal_tech.stone_club@0 new recipe: RecipeStage{tier='tutorial', recipe=1xitem.primal_tech.stone_club@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4ff4acfa, net.minecraft.item.crafting.Ingredient@7600a7f0, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.primal_tech.stick_bundle@0 new recipe: RecipeStage{tier='zero', recipe=1xtile.primal_tech.stick_bundle@0:[net.minecraft.item.crafting.Ingredient@66b03df1, net.minecraftforge.oredict.OreIngredient@5812367c, net.minecraft.item.crafting.Ingredient@326bc2f8, net.minecraft.item.crafting.Ingredient@41a7dc62, net.minecraft.item.crafting.Ingredient@269f2e12, net.minecraft.item.crafting.Ingredient@6f774d6b, net.minecraft.item.crafting.Ingredient@3672e7f, net.minecraftforge.oredict.OreIngredient@7cdcb6bd, net.minecraft.item.crafting.Ingredient@236ce88a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.primal_tech.wooden_basin@0 new recipe: RecipeStage{tier='one', recipe=1xtile.primal_tech.wooden_basin@0:[net.minecraftforge.oredict.OreIngredient@7625e599, net.minecraft.item.crafting.Ingredient@4c8b29f4, net.minecraftforge.oredict.OreIngredient@557b0786, net.minecraftforge.oredict.OreIngredient@11179d1b, net.minecraftforge.oredict.OreIngredient@4847bb8d, net.minecraftforge.oredict.OreIngredient@5d16fff8, net.minecraft.item.crafting.Ingredient@50dc94eb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7d8e24ae]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.primal_tech.bone_pickaxe@0 new recipe: RecipeStage{tier='zero', recipe=1xitem.primal_tech.bone_pickaxe@0:[net.minecraft.item.crafting.Ingredient@8607341, net.minecraft.item.crafting.Ingredient@62e3b48a, net.minecraft.item.crafting.Ingredient@562c1ff1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5a0beace, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@517a70b5, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.primal_tech.bone_axe@0 new recipe: RecipeStage{tier='zero', recipe=1xitem.primal_tech.bone_axe@0:[net.minecraft.item.crafting.Ingredient@2ec2d9f4, net.minecraft.item.crafting.Ingredient@1827884a, net.minecraft.item.crafting.Ingredient@1dff5c1a, net.minecraft.item.crafting.Ingredient@1f8278c8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@27371fb5]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.primal_tech.work_stump@0 new recipe: RecipeStage{tier='tutorial', recipe=1xtile.primal_tech.work_stump@0:[net.minecraft.item.crafting.Ingredient@3f6a6c1, net.minecraftforge.oredict.OreIngredient@640e2529]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.primal_tech.wood_club@0 new recipe: RecipeStage{tier='tutorial', recipe=1xitem.primal_tech.wood_club@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@68c65558, net.minecraft.item.crafting.Ingredient@77933542, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.primal_tech.bone_club@0 new recipe: RecipeStage{tier='tutorial', recipe=1xitem.primal_tech.bone_club@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@416555df, net.minecraft.item.crafting.Ingredient@545717b7, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.primal_tech.rock@0 new recipe: RecipeStage{tier='tutorial', recipe=1xitem.primal_tech.rock@0:[net.minecraft.item.crafting.Ingredient@ee1e4f0]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.primal_tech.charcoal_hopper@0 new recipe: RecipeStage{tier='zero', recipe=1xtile.primal_tech.charcoal_hopper@0:[net.minecraft.item.crafting.Ingredient@6036e94b, net.minecraft.item.crafting.Ingredient@b96833f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.primal_tech.charcoal_hopper@0 new recipe: RecipeStage{tier='zero', recipe=1xtile.primal_tech.charcoal_hopper@0:[net.minecraft.item.crafting.Ingredient@6790c755, net.minecraft.item.crafting.Ingredient@66d77933]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.primal_tech.fire_sticks@0 new recipe: RecipeStage{tier='tutorial', recipe=1xitem.primal_tech.fire_sticks@0:[net.minecraft.item.crafting.Ingredient@317cb813, net.minecraft.item.crafting.Ingredient@e4c5a78]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.unfired_clay_bowl@0 new recipe: RecipeStage{tier='zero', recipe=1xitem.unfired_clay_bowl@0:[net.minecraft.item.crafting.Ingredient@6f879e8b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@32446ca9, net.minecraft.item.crafting.Ingredient@66ace6d2, net.minecraft.item.crafting.Ingredient@a5fffe5, net.minecraft.item.crafting.Ingredient@597f5be3]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.spear@0 new recipe: RecipeStage{tier='tutorial', recipe=1xitem.spear@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@48cf4541, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@49d4a0fc, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3c01cef4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.fire_pit_unlit@0 new recipe: RecipeStage{tier='tutorial', recipe=1xtile.fire_pit_unlit@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1f823ad4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2d558128, net.minecraftforge.oredict.OreIngredient@41ea073e, net.minecraft.item.crafting.Ingredient@732e0799, net.minecraftforge.oredict.OreIngredient@7df4c7b2, net.minecraftforge.oredict.OreIngredient@7ca945e5, net.minecraftforge.oredict.OreIngredient@6deb7eb9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.tomahawk@0 new recipe: RecipeStage{tier='tutorial', recipe=1xitem.tomahawk@0:[net.minecraftforge.oredict.OreIngredient@6efaae52, net.minecraft.item.crafting.Ingredient@35683d68, net.minecraft.item.crafting.Ingredient@358d04d, net.minecraft.item.crafting.Ingredient@35706829]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.blank_teleporter@0 new recipe: RecipeStage{tier='one', recipe=1xtile.blank_teleporter@0:[net.minecraftforge.oredict.OreIngredient@e43c8eb, net.minecraft.item.crafting.Ingredient@7ab43736, net.minecraftforge.oredict.OreIngredient@3f2b5a95, net.minecraftforge.oredict.OreIngredient@92c4c79, net.minecraftforge.oredict.OreIngredient@1938d927, net.minecraftforge.oredict.OreIngredient@42ee50b1, net.minecraft.item.crafting.Ingredient@2774458b, crafttweaker.api.minecraft.CraftTweakerMC$1@4c509a98, net.minecraft.item.crafting.Ingredient@137e93d4]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.stone_hammer@0 new recipe: RecipeStage{tier='tutorial', recipe=1xitem.stone_hammer@0:[net.minecraftforge.oredict.OreIngredient@23a522d2, net.minecraftforge.oredict.OreIngredient@26f87330, net.minecraft.item.crafting.Ingredient@6e34b92d, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.spear@0 new recipe: RecipeStage{tier='tutorial', recipe=1xitem.spear@0:[net.minecraft.item.crafting.Ingredient@933770c, net.minecraft.item.crafting.Ingredient@30a774a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.spear@0 new recipe: RecipeStage{tier='tutorial', recipe=1xitem.spear@0:[net.minecraft.item.crafting.Ingredient@660ef5e8, net.minecraft.item.crafting.Ingredient@2db8c5d5]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.prospector_high@0 new recipe: RecipeStage{tier='four', recipe=1xitem.prospector_high@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3fa14c79, net.minecraftforge.oredict.OreIngredient@6fc1dce0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7ef1d545, net.minecraft.item.crafting.Ingredient@150c2123, net.minecraft.item.crafting.Ingredient@20fb657f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.prospector_lowest@0 new recipe: RecipeStage{tier='one', recipe=1xitem.prospector_lowest@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@413c9b5c, net.minecraftforge.oredict.OreIngredient@319725c3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@45e61feb, net.minecraft.item.crafting.Ingredient@3ecd5ab5, net.minecraftforge.oredict.OreIngredient@1b0ed04b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.prospector_best@0 new recipe: RecipeStage{tier='five', recipe=1xitem.prospector_best@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@133f47d4, net.minecraftforge.oredict.OreIngredient@66531b1f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@329ffd92, net.minecraft.item.crafting.Ingredient@5ffeef02, net.minecraft.item.crafting.Ingredient@361602ce, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.prospector_low@0 new recipe: RecipeStage{tier='two', recipe=1xitem.prospector_low@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@48637cf0, net.minecraftforge.oredict.OreIngredient@55d6b03, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2d731255, net.minecraft.item.crafting.Ingredient@2b757547, net.minecraftforge.oredict.OreIngredient@78a21825, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.prospector_med@0 new recipe: RecipeStage{tier='three', recipe=1xitem.prospector_med@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@16497141, net.minecraftforge.oredict.OreIngredient@239d2867, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2342be1e, net.minecraft.item.crafting.Ingredient@4bc9e963, net.minecraft.item.crafting.Ingredient@16574a22, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.quantumstorage.quantum_bag@0 new recipe: RecipeStage{tier='five', recipe=1xitem.quantumstorage.quantum_bag@0:[net.minecraftforge.oredict.OreIngredient@5c43969f, net.minecraft.item.crafting.Ingredient@6ac76147, net.minecraftforge.oredict.OreIngredient@6ec11f8d, net.minecraftforge.oredict.OreIngredient@42eb5e2d, net.minecraft.item.crafting.Ingredient@25cdf81, net.minecraftforge.oredict.OreIngredient@53c05bd4, net.minecraftforge.oredict.OreIngredient@351b0b56, net.minecraftforge.oredict.OreIngredient@2d9921ee, net.minecraftforge.oredict.OreIngredient@495d430b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.quantumstorage.quantum_storage_unit@0 new recipe: RecipeStage{tier='five', recipe=1xtile.quantumstorage.quantum_storage_unit@0:[net.minecraftforge.oredict.OreIngredient@1892bf0f, net.minecraftforge.oredict.OreIngredient@753e46f0, net.minecraftforge.oredict.OreIngredient@11cc9fe8, net.minecraftforge.oredict.OreIngredient@32aad3c1, net.minecraft.item.crafting.Ingredient@3f4d685c, net.minecraftforge.oredict.OreIngredient@3843a083, net.minecraftforge.oredict.OreIngredient@4d854bbc, net.minecraftforge.oredict.OreIngredient@2955bd16, net.minecraftforge.oredict.OreIngredient@7d0e3fe8]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.trowel@0 new recipe: RecipeStage{tier='one', recipe=1xitem.trowel@0:[net.minecraftforge.oredict.OreIngredient@586ccf72, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3f53b768, net.minecraftforge.oredict.OreIngredient@3b6a1099]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.rebornstorage.storagepart@0 new recipe: RecipeStage{tier='five', recipe=1xitem.rebornstorage.storagepart@0:[net.minecraft.item.crafting.Ingredient@37979963, net.minecraft.item.crafting.Ingredient@9bed7bc, net.minecraft.item.crafting.Ingredient@2b74c914, net.minecraft.item.crafting.Ingredient@40f1fa3b, net.minecraft.item.crafting.Ingredient@4b262fc7, net.minecraft.item.crafting.Ingredient@34da0228, net.minecraft.item.crafting.Ingredient@396b51ce, net.minecraft.item.crafting.Ingredient@768444fa, net.minecraft.item.crafting.Ingredient@c2605fa]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.rebornstorage.storagepart@4 new recipe: RecipeStage{tier='five', recipe=1xitem.rebornstorage.storagepart@4:[net.minecraft.item.crafting.Ingredient@68099d14, net.minecraft.item.crafting.Ingredient@b0f54fa, net.minecraft.item.crafting.Ingredient@5ff872f5, net.minecraft.item.crafting.Ingredient@634db525, net.minecraft.item.crafting.Ingredient@47886565, net.minecraft.item.crafting.Ingredient@36d141ea, net.minecraft.item.crafting.Ingredient@2aa2e21f, net.minecraft.item.crafting.Ingredient@24488ef3, net.minecraft.item.crafting.Ingredient@20ef7452]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.rebornstorage.multicrafter@3 new recipe: RecipeStage{tier='five', recipe=1xtile.rebornstorage.multicrafter@3:[net.minecraft.item.crafting.Ingredient@1c0dafb4, net.minecraft.item.crafting.Ingredient@21021430, net.minecraft.item.crafting.Ingredient@41dd39f5, net.minecraft.item.crafting.Ingredient@1a4b8878, net.minecraft.item.crafting.Ingredient@6bcaf48a, net.minecraft.item.crafting.Ingredient@5a58de57, net.minecraft.item.crafting.Ingredient@72624678, net.minecraft.item.crafting.Ingredient@342c1804, net.minecraft.item.crafting.Ingredient@8fec4af]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.rebornstorage.multicrafter@0 new recipe: RecipeStage{tier='five', recipe=1xtile.rebornstorage.multicrafter@0:[net.minecraft.item.crafting.Ingredient@14480981, net.minecraftforge.oredict.OreIngredient@74f9dcf6, net.minecraft.item.crafting.Ingredient@20c11655, net.minecraftforge.oredict.OreIngredient@5ee4755e, net.minecraft.item.crafting.Ingredient@ab46b02, net.minecraftforge.oredict.OreIngredient@309008ce, net.minecraft.item.crafting.Ingredient@18cbd337, net.minecraftforge.oredict.OreIngredient@65780bf5, net.minecraft.item.crafting.Ingredient@4cbd9023]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.rebornstorage.multicrafter@4 new recipe: RecipeStage{tier='five', recipe=1xtile.rebornstorage.multicrafter@4:[net.minecraft.item.crafting.Ingredient@7c5b3702, net.minecraft.item.crafting.Ingredient@3acf01d5, net.minecraft.item.crafting.Ingredient@1f4d92da, net.minecraft.item.crafting.Ingredient@3fd12598, net.minecraft.item.crafting.Ingredient@1a97f647, net.minecraft.item.crafting.Ingredient@58949d69, net.minecraft.item.crafting.Ingredient@2b3c1fe3, net.minecraft.item.crafting.Ingredient@1df712f9, net.minecraft.item.crafting.Ingredient@3877eace]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.rebornstorage.storagepart@3 new recipe: RecipeStage{tier='five', recipe=1xitem.rebornstorage.storagepart@3:[net.minecraft.item.crafting.Ingredient@4474477c, net.minecraft.item.crafting.Ingredient@ffc8b16, net.minecraft.item.crafting.Ingredient@2ab930ca, net.minecraft.item.crafting.Ingredient@2d1f8ec9, net.minecraft.item.crafting.Ingredient@4bb673b1, net.minecraft.item.crafting.Ingredient@20f9e5ea, net.minecraft.item.crafting.Ingredient@4325ae5f, net.minecraft.item.crafting.Ingredient@121d0934, net.minecraft.item.crafting.Ingredient@6acedb3d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.rebornstorage.storagepart@2 new recipe: RecipeStage{tier='five', recipe=1xitem.rebornstorage.storagepart@2:[net.minecraft.item.crafting.Ingredient@577a53b, net.minecraft.item.crafting.Ingredient@6b4eb49c, net.minecraft.item.crafting.Ingredient@11e05468, net.minecraft.item.crafting.Ingredient@d6b725a, net.minecraft.item.crafting.Ingredient@350d40b1, net.minecraft.item.crafting.Ingredient@2b79e8d8, net.minecraft.item.crafting.Ingredient@3829bacb, net.minecraft.item.crafting.Ingredient@6e06e636, net.minecraft.item.crafting.Ingredient@31d13b8f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.rebornstorage.storagepart@6 new recipe: RecipeStage{tier='five', recipe=1xitem.rebornstorage.storagepart@6:[net.minecraft.item.crafting.Ingredient@550a2a45, net.minecraft.item.crafting.Ingredient@20802dcd, net.minecraft.item.crafting.Ingredient@796e58bd, net.minecraft.item.crafting.Ingredient@41db195c, net.minecraft.item.crafting.Ingredient@45075b20, net.minecraft.item.crafting.Ingredient@6448f808, net.minecraft.item.crafting.Ingredient@6fe8ff8c, net.minecraft.item.crafting.Ingredient@76e00ad4, net.minecraft.item.crafting.Ingredient@9419173]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.rebornstorage.multicrafter@1 new recipe: RecipeStage{tier='five', recipe=1xtile.rebornstorage.multicrafter@1:[net.minecraft.item.crafting.Ingredient@2a6ab0eb, net.minecraft.item.crafting.Ingredient@2d63eb5, net.minecraft.item.crafting.Ingredient@74963291, net.minecraft.item.crafting.Ingredient@71d9ff79, net.minecraft.item.crafting.Ingredient@e4be441, net.minecraft.item.crafting.Ingredient@3d5b40ab, net.minecraft.item.crafting.Ingredient@789cef2b, net.minecraft.item.crafting.Ingredient@4680f576, net.minecraft.item.crafting.Ingredient@1738780b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.rebornstorage.storagepart@5 new recipe: RecipeStage{tier='five', recipe=1xitem.rebornstorage.storagepart@5:[net.minecraft.item.crafting.Ingredient@70012c5f, net.minecraft.item.crafting.Ingredient@6f7b60c3, net.minecraft.item.crafting.Ingredient@2e11031f, net.minecraft.item.crafting.Ingredient@7abddef6, net.minecraft.item.crafting.Ingredient@327662a, net.minecraft.item.crafting.Ingredient@37ee73f5, net.minecraft.item.crafting.Ingredient@114187ec, net.minecraft.item.crafting.Ingredient@59fb15c, net.minecraft.item.crafting.Ingredient@3d3191f3]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.rebornstorage.multicrafter@2 new recipe: RecipeStage{tier='five', recipe=1xtile.rebornstorage.multicrafter@2:[net.minecraft.item.crafting.Ingredient@79042c7b, net.minecraft.item.crafting.Ingredient@64e7aa50, net.minecraft.item.crafting.Ingredient@1c0ae2c1, net.minecraft.item.crafting.Ingredient@2d8546ba, net.minecraft.item.crafting.Ingredient@753ac085, net.minecraft.item.crafting.Ingredient@2cd65158, net.minecraft.item.crafting.Ingredient@6701a2e9, net.minecraft.item.crafting.Ingredient@60369825, net.minecraft.item.crafting.Ingredient@43ab424e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.rebornstorage.storagepart@7 new recipe: RecipeStage{tier='five', recipe=1xitem.rebornstorage.storagepart@7:[net.minecraft.item.crafting.Ingredient@5d6997f2, net.minecraft.item.crafting.Ingredient@3795605c, net.minecraft.item.crafting.Ingredient@63b6313b, net.minecraft.item.crafting.Ingredient@7a96b631, net.minecraft.item.crafting.Ingredient@6b517896, net.minecraft.item.crafting.Ingredient@77da7220, net.minecraft.item.crafting.Ingredient@2537ba09, net.minecraft.item.crafting.Ingredient@6a5fa7a0, net.minecraft.item.crafting.Ingredient@aaaf7b5]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.rebornstorage.storagepart@1 new recipe: RecipeStage{tier='five', recipe=1xitem.rebornstorage.storagepart@1:[net.minecraft.item.crafting.Ingredient@2ec5cfb2, net.minecraft.item.crafting.Ingredient@36badf91, net.minecraft.item.crafting.Ingredient@214f0c41, net.minecraft.item.crafting.Ingredient@7c054082, net.minecraft.item.crafting.Ingredient@7cbda8ef, net.minecraft.item.crafting.Ingredient@1c9bb6be, net.minecraft.item.crafting.Ingredient@45ef9c68, net.minecraft.item.crafting.Ingredient@13b8c507, net.minecraft.item.crafting.Ingredient@2d3ed4f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xblock.refinedstorage:interface@0 new recipe: RecipeStage{tier='five', recipe=1xblock.refinedstorage:interface@0:[net.minecraft.item.crafting.Ingredient@433c95ed, net.minecraft.item.crafting.Ingredient@7a094d3e, net.minecraft.item.crafting.Ingredient@2f4c2f85, net.minecraft.item.crafting.Ingredient@32e816b6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@15dc6efb, net.minecraft.item.crafting.Ingredient@258cb1c3, net.minecraft.item.crafting.Ingredient@6b7282f0, net.minecraft.item.crafting.Ingredient@19dd648e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.refinedstorage:wireless_crafting_monitor@0 new recipe: RecipeStage{tier='five', recipe=1xitem.refinedstorage:wireless_crafting_monitor@0:[net.minecraft.item.crafting.Ingredient@6f807af8, net.minecraft.item.crafting.Ingredient@2fc2cc62, net.minecraft.item.crafting.Ingredient@50d8be68, net.minecraft.item.crafting.Ingredient@22d349e9, net.minecraft.item.crafting.Ingredient@4e68a0f1, net.minecraft.item.crafting.Ingredient@7770c482, net.minecraft.item.crafting.Ingredient@624e1ffa, net.minecraftforge.oredict.OreIngredient@5a6a8e5b, net.minecraft.item.crafting.Ingredient@518ed2cf]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xblock.refinedstorage:exporter@0 new recipe: RecipeStage{tier='five', recipe=1xblock.refinedstorage:exporter@0:[net.minecraft.item.crafting.Ingredient@202b58a8, net.minecraft.item.crafting.Ingredient@32883298, net.minecraft.item.crafting.Ingredient@3c1e6ac4, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xblock.refinedstorage:network_transmitter@0 new recipe: RecipeStage{tier='five', recipe=1xblock.refinedstorage:network_transmitter@0:[net.minecraft.item.crafting.Ingredient@1b21df22, net.minecraft.item.crafting.Ingredient@61352af6, net.minecraft.item.crafting.Ingredient@12dad8ba, net.minecraft.item.crafting.Ingredient@5d5dd86f, net.minecraft.item.crafting.Ingredient@4890d429, net.minecraft.item.crafting.Ingredient@ba3557, net.minecraftforge.oredict.OreIngredient@446132f2, net.minecraftforge.oredict.OreIngredient@77cc04b1, net.minecraftforge.oredict.OreIngredient@39b3a7fd]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.refinedstorage:fluid_storage_part@2 new recipe: RecipeStage{tier='five', recipe=1xitem.refinedstorage:fluid_storage_part@2:[net.minecraftforge.oredict.OreIngredient@68f23d11, net.minecraft.item.crafting.Ingredient@2549645f, net.minecraftforge.oredict.OreIngredient@32b705cb, net.minecraft.item.crafting.Ingredient@169fc02f, net.minecraft.item.crafting.Ingredient@6f7c7d58, net.minecraft.item.crafting.Ingredient@1798774, net.minecraftforge.oredict.OreIngredient@b6a43cd, net.minecraft.item.crafting.Ingredient@639c7437, net.minecraftforge.oredict.OreIngredient@6f8643a1]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xblock.refinedstorage:disk_drive@0 new recipe: RecipeStage{tier='five', recipe=1xblock.refinedstorage:disk_drive@0:[net.minecraft.item.crafting.Ingredient@22092b02, net.minecraftforge.oredict.OreIngredient@7ba460a5, net.minecraft.item.crafting.Ingredient@7b999e2a, net.minecraft.item.crafting.Ingredient@265f41b3, net.minecraft.item.crafting.Ingredient@4de52f41, net.minecraft.item.crafting.Ingredient@151cdf10, net.minecraft.item.crafting.Ingredient@22c36b57, net.minecraftforge.oredict.OreIngredient@7e4de465, net.minecraft.item.crafting.Ingredient@1a3643ca]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xblock.refinedstorage:destructor@0 new recipe: RecipeStage{tier='five', recipe=1xblock.refinedstorage:destructor@0:[net.minecraft.item.crafting.Ingredient@69a1fbc3, net.minecraft.item.crafting.Ingredient@5001bc73, net.minecraft.item.crafting.Ingredient@41fe14da, net.minecraft.item.crafting.Ingredient@697e373c, net.minecraft.item.crafting.Ingredient@f67a633, net.minecraft.item.crafting.Ingredient@52d86188, net.minecraft.item.crafting.Ingredient@63b1f7cd, net.minecraftforge.oredict.OreIngredient@7beeeb50, net.minecraft.item.crafting.Ingredient@498a9c20]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.refinedstorage:fluid_storage_part@1 new recipe: RecipeStage{tier='five', recipe=1xitem.refinedstorage:fluid_storage_part@1:[net.minecraftforge.oredict.OreIngredient@58cf70b8, net.minecraft.item.crafting.Ingredient@342cebf3, net.minecraftforge.oredict.OreIngredient@3814224d, net.minecraft.item.crafting.Ingredient@25e2d2f3, net.minecraft.item.crafting.Ingredient@68b3c47, net.minecraft.item.crafting.Ingredient@552b2c16, net.minecraftforge.oredict.OreIngredient@4cb46ab4, net.minecraft.item.crafting.Ingredient@7f724c9b, net.minecraftforge.oredict.OreIngredient@20c42e36]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xblock.refinedstorage:grid@0 new recipe: RecipeStage{tier='four', recipe=1xblock.refinedstorage:grid@0:[net.minecraft.item.crafting.Ingredient@2c83eda4, net.minecraft.item.crafting.Ingredient@430dd34a, net.minecraft.item.crafting.Ingredient@2ef64924, net.minecraft.item.crafting.Ingredient@2fc26752, net.minecraft.item.crafting.Ingredient@1c9f51c3, net.minecraft.item.crafting.Ingredient@31a54699, net.minecraft.item.crafting.Ingredient@2d8686e0, net.minecraft.item.crafting.Ingredient@11c28cf5, net.minecraft.item.crafting.Ingredient@7735c647]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xblock.refinedstorage:grid@1 new recipe: RecipeStage{tier='four', recipe=1xblock.refinedstorage:grid@1:[net.minecraft.item.crafting.Ingredient@6c3fd7b6, net.minecraft.item.crafting.Ingredient@7597fd57, net.minecraft.item.crafting.Ingredient@70b76234]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.refinedstorage:security_card@0 new recipe: RecipeStage{tier='four', recipe=1xitem.refinedstorage:security_card@0:[net.minecraft.item.crafting.Ingredient@2969959b, net.minecraft.item.crafting.Ingredient@3bf96567, net.minecraft.item.crafting.Ingredient@71ce4a0a, net.minecraft.item.crafting.Ingredient@3aa330c5, net.minecraftforge.oredict.OreIngredient@5f83bf47, net.minecraft.item.crafting.Ingredient@2f212b8d, net.minecraft.item.crafting.Ingredient@2c3cba79, net.minecraft.item.crafting.Ingredient@f3a8223, net.minecraft.item.crafting.Ingredient@4d817d04]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xblock.refinedstorage:crafter@0 new recipe: RecipeStage{tier='five', recipe=1xblock.refinedstorage:crafter@0:[net.minecraft.item.crafting.Ingredient@6b5a5a7a, net.minecraft.item.crafting.Ingredient@227cca1a, net.minecraft.item.crafting.Ingredient@798c6fec, net.minecraftforge.oredict.OreIngredient@3f235484, net.minecraft.item.crafting.Ingredient@6134090, net.minecraftforge.oredict.OreIngredient@427b7652, net.minecraft.item.crafting.Ingredient@589282fe, net.minecraft.item.crafting.Ingredient@7db07a1c, net.minecraft.item.crafting.Ingredient@613bb2fa]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xblock.refinedstorage:importer@0 new recipe: RecipeStage{tier='five', recipe=1xblock.refinedstorage:importer@0:[net.minecraft.item.crafting.Ingredient@786b9169, net.minecraft.item.crafting.Ingredient@342279e8, net.minecraft.item.crafting.Ingredient@4a3c85ea, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.refinedstorage:wireless_grid@0 new recipe: RecipeStage{tier='five', recipe=1xitem.refinedstorage:wireless_grid@0:[net.minecraft.item.crafting.Ingredient@762c4235, net.minecraft.item.crafting.Ingredient@52686540, net.minecraft.item.crafting.Ingredient@75a2bbdc, net.minecraft.item.crafting.Ingredient@5b1f7357, net.minecraft.item.crafting.Ingredient@4fb6bfeb, net.minecraft.item.crafting.Ingredient@5ee59138, net.minecraft.item.crafting.Ingredient@3ef9bd63, net.minecraftforge.oredict.OreIngredient@1e5cf420, net.minecraft.item.crafting.Ingredient@64ef59e7]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xblock.refinedstorage:crafter_manager@0 new recipe: RecipeStage{tier='five', recipe=1xblock.refinedstorage:crafter_manager@0:[net.minecraft.item.crafting.Ingredient@16f17813, net.minecraft.item.crafting.Ingredient@6510dd0b, net.minecraftforge.oredict.OreIngredient@1c14d87d, net.minecraft.item.crafting.Ingredient@2aa8a79, net.minecraft.item.crafting.Ingredient@1f865bdf, net.minecraftforge.oredict.OreIngredient@7c9d25a1, net.minecraft.item.crafting.Ingredient@4670dd7f, net.minecraft.item.crafting.Ingredient@10df7e8a, net.minecraftforge.oredict.OreIngredient@3daa97ed]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.refinedstorage:storage_part@1 new recipe: RecipeStage{tier='five', recipe=1xitem.refinedstorage:storage_part@1:[net.minecraftforge.oredict.OreIngredient@280f1dd4, net.minecraft.item.crafting.Ingredient@68d4b68f, net.minecraftforge.oredict.OreIngredient@394ae31, net.minecraft.item.crafting.Ingredient@6a685451, net.minecraft.item.crafting.Ingredient@3a590575, net.minecraft.item.crafting.Ingredient@7774bc7f, net.minecraftforge.oredict.OreIngredient@51b76186, net.minecraft.item.crafting.Ingredient@79556d3d, net.minecraftforge.oredict.OreIngredient@b55adcf]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xblock.refinedstorage:constructor@0 new recipe: RecipeStage{tier='five', recipe=1xblock.refinedstorage:constructor@0:[net.minecraft.item.crafting.Ingredient@59906f9e, net.minecraft.item.crafting.Ingredient@33419e7b, net.minecraft.item.crafting.Ingredient@612f31ab, net.minecraft.item.crafting.Ingredient@4732c394, net.minecraft.item.crafting.Ingredient@1d84a873, net.minecraft.item.crafting.Ingredient@22894ffe, net.minecraft.item.crafting.Ingredient@3ab3806d, net.minecraftforge.oredict.OreIngredient@6bccdacc, net.minecraft.item.crafting.Ingredient@53b330f6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.refinedstorage:storage_part@2 new recipe: RecipeStage{tier='five', recipe=1xitem.refinedstorage:storage_part@2:[net.minecraftforge.oredict.OreIngredient@3b2d73c1, net.minecraft.item.crafting.Ingredient@1dbb2c21, net.minecraftforge.oredict.OreIngredient@102c8fe0, net.minecraft.item.crafting.Ingredient@5ad22993, net.minecraft.item.crafting.Ingredient@a31ea73, net.minecraft.item.crafting.Ingredient@4e2f1530, net.minecraftforge.oredict.OreIngredient@3a88d09a, net.minecraft.item.crafting.Ingredient@71ddf8e9, net.minecraftforge.oredict.OreIngredient@743af6d3]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xblock.refinedstorage:reader@0 new recipe: RecipeStage{tier='five', recipe=1xblock.refinedstorage:reader@0:[net.minecraft.item.crafting.Ingredient@420aebf1, net.minecraft.item.crafting.Ingredient@3e7aff2a, net.minecraft.item.crafting.Ingredient@207e42bc, net.minecraft.item.crafting.Ingredient@351b40e, net.minecraft.item.crafting.Ingredient@169182f6, net.minecraft.item.crafting.Ingredient@7f7bbca1, net.minecraft.item.crafting.Ingredient@2d426a50, net.minecraftforge.oredict.OreIngredient@233d4a32, net.minecraft.item.crafting.Ingredient@39a1fa91]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xblock.refinedstorage:detector@0 new recipe: RecipeStage{tier='five', recipe=1xblock.refinedstorage:detector@0:[net.minecraft.item.crafting.Ingredient@1b1dd7b0, net.minecraft.item.crafting.Ingredient@25b32e69, net.minecraft.item.crafting.Ingredient@6c168c37, net.minecraft.item.crafting.Ingredient@5a558656, net.minecraft.item.crafting.Ingredient@2f007afb, net.minecraft.item.crafting.Ingredient@13fcc914, net.minecraft.item.crafting.Ingredient@4b539868, net.minecraftforge.oredict.OreIngredient@3dc2c062, net.minecraft.item.crafting.Ingredient@11b9a283]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 12xblock.refinedstorage:cable@0 new recipe: RecipeStage{tier='four', recipe=12xblock.refinedstorage:cable@0:[net.minecraft.item.crafting.Ingredient@64787dc9, net.minecraft.item.crafting.Ingredient@333f39f6, net.minecraft.item.crafting.Ingredient@18553e23, net.minecraftforge.oredict.OreIngredient@44242a10, net.minecraft.item.crafting.Ingredient@63159168, net.minecraftforge.oredict.OreIngredient@29afe475, net.minecraft.item.crafting.Ingredient@18ba6345, net.minecraft.item.crafting.Ingredient@7d2baee8, net.minecraft.item.crafting.Ingredient@327aeef4]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.refinedstorage:wrench@0 new recipe: RecipeStage{tier='four', recipe=1xitem.refinedstorage:wrench@0:[net.minecraft.item.crafting.Ingredient@64a03882, net.minecraft.item.crafting.Ingredient@2f4bcf18, net.minecraft.item.crafting.Ingredient@f3768f7, net.minecraft.item.crafting.Ingredient@6a5f3aab, net.minecraft.item.crafting.Ingredient@fde6b4a, net.minecraft.item.crafting.Ingredient@7e1c56a6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4a58e942, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xblock.refinedstorage:external_storage@0 new recipe: RecipeStage{tier='four', recipe=1xblock.refinedstorage:external_storage@0:[net.minecraft.item.crafting.Ingredient@59c118c0, net.minecraft.item.crafting.Ingredient@25b9bc89, net.minecraft.item.crafting.Ingredient@390c77fe, net.minecraftforge.oredict.OreIngredient@34139b64, net.minecraft.item.crafting.Ingredient@65c5823e, net.minecraftforge.oredict.OreIngredient@d7037fb, net.minecraft.item.crafting.Ingredient@5799022c, net.minecraft.item.crafting.Ingredient@7ff97b00, net.minecraft.item.crafting.Ingredient@36e4c2b3]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.refinedstorage:storage_part@3 new recipe: RecipeStage{tier='five', recipe=1xitem.refinedstorage:storage_part@3:[net.minecraftforge.oredict.OreIngredient@3aa7e47b, net.minecraft.item.crafting.Ingredient@25b01961, net.minecraftforge.oredict.OreIngredient@11a547ac, net.minecraft.item.crafting.Ingredient@144ee71, net.minecraft.item.crafting.Ingredient@445561e, net.minecraft.item.crafting.Ingredient@219b2ce6, net.minecraftforge.oredict.OreIngredient@1a38975e, net.minecraft.item.crafting.Ingredient@3c29c50e, net.minecraftforge.oredict.OreIngredient@12729133]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.refinedstorage:network_card@0 new recipe: RecipeStage{tier='four', recipe=1xitem.refinedstorage:network_card@0:[net.minecraft.item.crafting.Ingredient@6a766387, net.minecraft.item.crafting.Ingredient@342a8bf0, net.minecraft.item.crafting.Ingredient@465929ce, net.minecraft.item.crafting.Ingredient@40a4c33f, net.minecraftforge.oredict.OreIngredient@1917eaf7, net.minecraft.item.crafting.Ingredient@7982972e, net.minecraft.item.crafting.Ingredient@769ac689, net.minecraft.item.crafting.Ingredient@10c15e5e, net.minecraft.item.crafting.Ingredient@36274ee3]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xblock.refinedstorage:network_receiver@0 new recipe: RecipeStage{tier='five', recipe=1xblock.refinedstorage:network_receiver@0:[net.minecraftforge.oredict.OreIngredient@5bf184ee, net.minecraftforge.oredict.OreIngredient@7b7faf97, net.minecraftforge.oredict.OreIngredient@61563d08, net.minecraft.item.crafting.Ingredient@6d8a3797, net.minecraft.item.crafting.Ingredient@3a8b083c, net.minecraft.item.crafting.Ingredient@3c0e1bed, net.minecraft.item.crafting.Ingredient@6c60cf19, net.minecraft.item.crafting.Ingredient@50ea7b8d, net.minecraft.item.crafting.Ingredient@32424344]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xblock.refinedstorage:storage_monitor@0 new recipe: RecipeStage{tier='five', recipe=1xblock.refinedstorage:storage_monitor@0:[net.minecraftforge.oredict.OreIngredient@7e5ff792, net.minecraft.item.crafting.Ingredient@142de747, net.minecraftforge.oredict.OreIngredient@1798c05c, net.minecraft.item.crafting.Ingredient@3760e988, net.minecraft.item.crafting.Ingredient@36026b91, net.minecraftforge.oredict.OreIngredient@4d6eb5c9, net.minecraftforge.oredict.OreIngredient@1ca51618, net.minecraft.item.crafting.Ingredient@2cb980ad, net.minecraftforge.oredict.OreIngredient@9422848]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xblock.refinedstorage:writer@0 new recipe: RecipeStage{tier='five', recipe=1xblock.refinedstorage:writer@0:[net.minecraft.item.crafting.Ingredient@313a1454, net.minecraft.item.crafting.Ingredient@59bc1bd, net.minecraft.item.crafting.Ingredient@6547954b, net.minecraft.item.crafting.Ingredient@7d5ff1c3, net.minecraft.item.crafting.Ingredient@1ca6d288, net.minecraft.item.crafting.Ingredient@47eb6e88, net.minecraft.item.crafting.Ingredient@1e5f56f3, net.minecraftforge.oredict.OreIngredient@1c0c7d12, net.minecraft.item.crafting.Ingredient@3614de89]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.refinedstorage:wireless_fluid_grid@0 new recipe: RecipeStage{tier='five', recipe=1xitem.refinedstorage:wireless_fluid_grid@0:[net.minecraft.item.crafting.Ingredient@2a1769ed, net.minecraft.item.crafting.Ingredient@4e9b5a92, net.minecraft.item.crafting.Ingredient@31004abe, net.minecraft.item.crafting.Ingredient@21702a81, net.minecraft.item.crafting.Ingredient@30397743, net.minecraft.item.crafting.Ingredient@2462f41c, net.minecraft.item.crafting.Ingredient@17841f94, net.minecraftforge.oredict.OreIngredient@37000bc7, net.minecraft.item.crafting.Ingredient@4c78e10b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xblock.refinedstorage:controller@0 new recipe: RecipeStage{tier='four', recipe=1xblock.refinedstorage:controller@0:[net.minecraft.item.crafting.Ingredient@7f892e8c, net.minecraft.item.crafting.Ingredient@4846f656, net.minecraft.item.crafting.Ingredient@7f2f92aa, net.minecraftforge.oredict.OreIngredient@745454fd, net.minecraft.item.crafting.Ingredient@421fe9b5, net.minecraftforge.oredict.OreIngredient@3d9443e6, net.minecraft.item.crafting.Ingredient@3e2d2c3c, net.minecraftforge.oredict.OreIngredient@680874b8, net.minecraft.item.crafting.Ingredient@55676a4d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xblock.refinedstorage:wireless_transmitter@0 new recipe: RecipeStage{tier='five', recipe=1xblock.refinedstorage:wireless_transmitter@0:[net.minecraft.item.crafting.Ingredient@4af39874, net.minecraft.item.crafting.Ingredient@1d6811da, net.minecraft.item.crafting.Ingredient@36ee1b7b, net.minecraft.item.crafting.Ingredient@58b53ae9, net.minecraft.item.crafting.Ingredient@e5329b3, net.minecraft.item.crafting.Ingredient@53680f62, net.minecraft.item.crafting.Ingredient@159be3b7, net.minecraftforge.oredict.OreIngredient@6488f19f, net.minecraft.item.crafting.Ingredient@7301520c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xblock.refinedstorage:crafting_monitor@0 new recipe: RecipeStage{tier='five', recipe=1xblock.refinedstorage:crafting_monitor@0:[net.minecraftforge.oredict.OreIngredient@60814011, net.minecraft.item.crafting.Ingredient@2acd91ed, net.minecraftforge.oredict.OreIngredient@9ea8922, net.minecraft.item.crafting.Ingredient@70823b21, net.minecraft.item.crafting.Ingredient@1a697ce8, net.minecraftforge.oredict.OreIngredient@5cedc4b1, net.minecraftforge.oredict.OreIngredient@193e597, net.minecraft.item.crafting.Ingredient@60a98db7, net.minecraftforge.oredict.OreIngredient@31763376]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.refinedstorage:upgrade@0 new recipe: RecipeStage{tier='five', recipe=1xitem.refinedstorage:upgrade@0:[net.minecraft.item.crafting.Ingredient@30cb1a5, net.minecraftforge.oredict.OreIngredient@1d2d430e, net.minecraft.item.crafting.Ingredient@31c5b129, net.minecraft.item.crafting.Ingredient@31a8d9e4, net.minecraftforge.oredict.OreIngredient@57cfd7ed, net.minecraft.item.crafting.Ingredient@208ddb29, net.minecraft.item.crafting.Ingredient@3cdd6ae8, net.minecraftforge.oredict.OreIngredient@4b4df36e, net.minecraft.item.crafting.Ingredient@62142555]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.refinedstorage:fluid_storage_part@3 new recipe: RecipeStage{tier='five', recipe=1xitem.refinedstorage:fluid_storage_part@3:[net.minecraftforge.oredict.OreIngredient@2c0efead, net.minecraft.item.crafting.Ingredient@7b534bee, net.minecraftforge.oredict.OreIngredient@5f211169, net.minecraft.item.crafting.Ingredient@1c5cb955, net.minecraft.item.crafting.Ingredient@477cc7e5, net.minecraft.item.crafting.Ingredient@2691f8df, net.minecraftforge.oredict.OreIngredient@71ec1f3d, net.minecraft.item.crafting.Ingredient@8039644, net.minecraftforge.oredict.OreIngredient@29e13b4e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xblock.refinedstorage:disk_manipulator@0 new recipe: RecipeStage{tier='five', recipe=1xblock.refinedstorage:disk_manipulator@0:[net.minecraft.item.crafting.Ingredient@9f79ad, net.minecraft.item.crafting.Ingredient@119b8b74, net.minecraft.item.crafting.Ingredient@53e9eb5, net.minecraft.item.crafting.Ingredient@25a5fe17, net.minecraft.item.crafting.Ingredient@5e8cb91f, net.minecraft.item.crafting.Ingredient@13015991, net.minecraft.item.crafting.Ingredient@62bba672, net.minecraft.item.crafting.Ingredient@68e4b974, net.minecraft.item.crafting.Ingredient@539bb136]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.refinedstorageaddons:wireless_crafting_grid@0 new recipe: RecipeStage{tier='five', recipe=1xitem.refinedstorageaddons:wireless_crafting_grid@0:[net.minecraft.item.crafting.Ingredient@4a4fa705, net.minecraft.item.crafting.Ingredient@75781008, net.minecraft.item.crafting.Ingredient@381a38ca, net.minecraft.item.crafting.Ingredient@36863cfe, net.minecraft.item.crafting.Ingredient@1c6c2a4, net.minecraft.item.crafting.Ingredient@340b6ac4, net.minecraft.item.crafting.Ingredient@5dbed8e7, net.minecraftforge.oredict.OreIngredient@5ad87e62, net.minecraft.item.crafting.Ingredient@6d3c447f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.rftools.matter_receiver@0 new recipe: RecipeStage{tier='five', recipe=1xtile.rftools.matter_receiver@0:[net.minecraftforge.oredict.OreIngredient@20e5e56, net.minecraftforge.oredict.OreIngredient@29dcc710, net.minecraftforge.oredict.OreIngredient@306e9727, net.minecraft.item.crafting.Ingredient@3ffe32e9, net.minecraft.item.crafting.Ingredient@4f7237ae, net.minecraft.item.crafting.Ingredient@d98d17, net.minecraft.item.crafting.Ingredient@444ae584, net.minecraft.item.crafting.Ingredient@a6dee9e, net.minecraft.item.crafting.Ingredient@54fc773a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.rftools.machine_frame@0 new recipe: RecipeStage{tier='five', recipe=1xtile.rftools.machine_frame@0:[net.minecraftforge.oredict.OreIngredient@1801e987, net.minecraft.item.crafting.Ingredient@bf459c6, net.minecraftforge.oredict.OreIngredient@6e085f38, net.minecraft.item.crafting.Ingredient@597aa064, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4ea0271d, net.minecraftforge.oredict.OreIngredient@67337d66, net.minecraft.item.crafting.Ingredient@4b6e0f27, net.minecraftforge.oredict.OreIngredient@471bffae]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.rftools.matter_transmitter@0 new recipe: RecipeStage{tier='five', recipe=1xtile.rftools.matter_transmitter@0:[net.minecraft.item.crafting.Ingredient@8cca09f, net.minecraft.item.crafting.Ingredient@746834ad, net.minecraft.item.crafting.Ingredient@4f441a30, net.minecraft.item.crafting.Ingredient@573a7af9, net.minecraft.item.crafting.Ingredient@3a9ff0d9, net.minecraft.item.crafting.Ingredient@f67767b, net.minecraftforge.oredict.OreIngredient@609d683d, net.minecraftforge.oredict.OreIngredient@64742b65, net.minecraftforge.oredict.OreIngredient@2128160a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.rftools.machine_base@0 new recipe: RecipeStage{tier='five', recipe=1xtile.rftools.machine_base@0:[net.minecraft.item.crafting.Ingredient@154878fa, net.minecraftforge.oredict.OreIngredient@1e9f26ee, net.minecraft.item.crafting.Ingredient@5bf5095b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.rustic.ironwood_slab@0 new recipe: RecipeStage{tier='zero', recipe=3xtile.rustic.ironwood_slab@0:[net.minecraft.item.crafting.Ingredient@3a8cdc69, net.minecraft.item.crafting.Ingredient@6c55ec6a, net.minecraft.item.crafting.Ingredient@b1a0f58]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.rustic.olive_slab@0 new recipe: RecipeStage{tier='zero', recipe=3xtile.rustic.olive_slab@0:[net.minecraft.item.crafting.Ingredient@785660b1, net.minecraft.item.crafting.Ingredient@24e58446, net.minecraft.item.crafting.Ingredient@67900a0c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.rustic.crushing_tub@0 new recipe: RecipeStage{tier='one', recipe=1xtile.rustic.crushing_tub@0:[net.minecraftforge.oredict.OreIngredient@3c2ba969, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@773305b5, net.minecraftforge.oredict.OreIngredient@7ffc68a1, net.minecraftforge.oredict.OreIngredient@18dbdd38, net.minecraftforge.oredict.OreIngredient@795a5fab]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.glassBottle@0 new recipe: RecipeStage{tier='two', recipe=1xitem.glassBottle@0:[crafttweaker.mc1120.item.VanillaIngredient@162bf398]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.rustic.painted_wood_black@0 new recipe: RecipeStage{tier='zero', recipe=8xtile.rustic.painted_wood_black@0:[net.minecraftforge.oredict.OreIngredient@a8e389c, net.minecraftforge.oredict.OreIngredient@4c7a06e8, net.minecraftforge.oredict.OreIngredient@67f6afcb, net.minecraftforge.oredict.OreIngredient@2e88279e, net.minecraftforge.oredict.OreIngredient@5539a00b, net.minecraftforge.oredict.OreIngredient@49e8a102, net.minecraftforge.oredict.OreIngredient@1bb2c703, net.minecraftforge.oredict.OreIngredient@74e9a73c, net.minecraftforge.oredict.OreIngredient@6c487852]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.rustic.painted_wood_red@0 new recipe: RecipeStage{tier='zero', recipe=8xtile.rustic.painted_wood_red@0:[net.minecraftforge.oredict.OreIngredient@60242468, net.minecraftforge.oredict.OreIngredient@6d236db0, net.minecraftforge.oredict.OreIngredient@544af76f, net.minecraftforge.oredict.OreIngredient@7bef8f5c, net.minecraftforge.oredict.OreIngredient@3a29f32d, net.minecraftforge.oredict.OreIngredient@4c115735, net.minecraftforge.oredict.OreIngredient@4f632057, net.minecraftforge.oredict.OreIngredient@4871c388, net.minecraftforge.oredict.OreIngredient@3db4e130]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.rustic.painted_wood_green@0 new recipe: RecipeStage{tier='zero', recipe=8xtile.rustic.painted_wood_green@0:[net.minecraftforge.oredict.OreIngredient@7bdab14c, net.minecraftforge.oredict.OreIngredient@2d6d57f8, net.minecraftforge.oredict.OreIngredient@6bc6bc5e, net.minecraftforge.oredict.OreIngredient@71e17d77, net.minecraftforge.oredict.OreIngredient@5f9ff2d6, net.minecraftforge.oredict.OreIngredient@180abc4a, net.minecraftforge.oredict.OreIngredient@46f0d759, net.minecraftforge.oredict.OreIngredient@3c800035, net.minecraftforge.oredict.OreIngredient@1c295c31]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.rustic.painted_wood_brown@0 new recipe: RecipeStage{tier='zero', recipe=8xtile.rustic.painted_wood_brown@0:[net.minecraftforge.oredict.OreIngredient@518c5b12, net.minecraftforge.oredict.OreIngredient@11860465, net.minecraftforge.oredict.OreIngredient@2dbb2fc8, net.minecraftforge.oredict.OreIngredient@7b25269a, net.minecraftforge.oredict.OreIngredient@4842a627, net.minecraftforge.oredict.OreIngredient@69c63666, net.minecraftforge.oredict.OreIngredient@1d7781f9, net.minecraftforge.oredict.OreIngredient@4fb4753b, net.minecraftforge.oredict.OreIngredient@121a9174]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.rustic.painted_wood_blue@0 new recipe: RecipeStage{tier='zero', recipe=8xtile.rustic.painted_wood_blue@0:[net.minecraftforge.oredict.OreIngredient@4ab7f057, net.minecraftforge.oredict.OreIngredient@6beec8b1, net.minecraftforge.oredict.OreIngredient@71f755a, net.minecraftforge.oredict.OreIngredient@41c8c5fc, net.minecraftforge.oredict.OreIngredient@3408a0da, net.minecraftforge.oredict.OreIngredient@29be4daa, net.minecraftforge.oredict.OreIngredient@55775862, net.minecraftforge.oredict.OreIngredient@52179015, net.minecraftforge.oredict.OreIngredient@2368f4fd]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.rustic.painted_wood_purple@0 new recipe: RecipeStage{tier='zero', recipe=8xtile.rustic.painted_wood_purple@0:[net.minecraftforge.oredict.OreIngredient@78602e27, net.minecraftforge.oredict.OreIngredient@173bdd01, net.minecraftforge.oredict.OreIngredient@79c260cb, net.minecraftforge.oredict.OreIngredient@1de9ac12, net.minecraftforge.oredict.OreIngredient@6481a89e, net.minecraftforge.oredict.OreIngredient@2d1ba2da, net.minecraftforge.oredict.OreIngredient@47355b8a, net.minecraftforge.oredict.OreIngredient@17ecf642, net.minecraftforge.oredict.OreIngredient@7e407979]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.rustic.painted_wood_cyan@0 new recipe: RecipeStage{tier='zero', recipe=8xtile.rustic.painted_wood_cyan@0:[net.minecraftforge.oredict.OreIngredient@ebd1919, net.minecraftforge.oredict.OreIngredient@6339fa4f, net.minecraftforge.oredict.OreIngredient@13974e8c, net.minecraftforge.oredict.OreIngredient@6ee16636, net.minecraftforge.oredict.OreIngredient@872cf22, net.minecraftforge.oredict.OreIngredient@2435b7e1, net.minecraftforge.oredict.OreIngredient@dff7ec5, net.minecraftforge.oredict.OreIngredient@684a799a, net.minecraftforge.oredict.OreIngredient@765fa06e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.rustic.painted_wood_silver@0 new recipe: RecipeStage{tier='zero', recipe=8xtile.rustic.painted_wood_silver@0:[net.minecraftforge.oredict.OreIngredient@7f5c9bfb, net.minecraftforge.oredict.OreIngredient@9a3db83, net.minecraftforge.oredict.OreIngredient@321ef584, net.minecraftforge.oredict.OreIngredient@39c97f79, net.minecraftforge.oredict.OreIngredient@2251a8f8, net.minecraftforge.oredict.OreIngredient@353900f2, net.minecraftforge.oredict.OreIngredient@704e7104, net.minecraftforge.oredict.OreIngredient@28efac3, net.minecraftforge.oredict.OreIngredient@2db79402]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.rustic.painted_wood_gray@0 new recipe: RecipeStage{tier='zero', recipe=8xtile.rustic.painted_wood_gray@0:[net.minecraftforge.oredict.OreIngredient@50f42fd6, net.minecraftforge.oredict.OreIngredient@5331a29d, net.minecraftforge.oredict.OreIngredient@269c02da, net.minecraftforge.oredict.OreIngredient@379a958f, net.minecraftforge.oredict.OreIngredient@46618635, net.minecraftforge.oredict.OreIngredient@181ae12e, net.minecraftforge.oredict.OreIngredient@5e56ba25, net.minecraftforge.oredict.OreIngredient@3d837a8d, net.minecraftforge.oredict.OreIngredient@77990326]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.rustic.painted_wood_pink@0 new recipe: RecipeStage{tier='zero', recipe=8xtile.rustic.painted_wood_pink@0:[net.minecraftforge.oredict.OreIngredient@38458f6a, net.minecraftforge.oredict.OreIngredient@53a98dd5, net.minecraftforge.oredict.OreIngredient@75d8d23f, net.minecraftforge.oredict.OreIngredient@4ae77f91, net.minecraftforge.oredict.OreIngredient@5e4d9778, net.minecraftforge.oredict.OreIngredient@41156e41, net.minecraftforge.oredict.OreIngredient@726f0576, net.minecraftforge.oredict.OreIngredient@305e75d, net.minecraftforge.oredict.OreIngredient@31414612]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.rustic.painted_wood_lime@0 new recipe: RecipeStage{tier='zero', recipe=8xtile.rustic.painted_wood_lime@0:[net.minecraftforge.oredict.OreIngredient@5bcc511d, net.minecraftforge.oredict.OreIngredient@5182aba7, net.minecraftforge.oredict.OreIngredient@7d9191c5, net.minecraftforge.oredict.OreIngredient@465b39b3, net.minecraftforge.oredict.OreIngredient@7f26dcdc, net.minecraftforge.oredict.OreIngredient@3bbd8f0c, net.minecraftforge.oredict.OreIngredient@4a533e07, net.minecraftforge.oredict.OreIngredient@55da005f, net.minecraftforge.oredict.OreIngredient@1cd3f604]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.rustic.painted_wood_yellow@0 new recipe: RecipeStage{tier='zero', recipe=8xtile.rustic.painted_wood_yellow@0:[net.minecraftforge.oredict.OreIngredient@4b41cf7d, net.minecraftforge.oredict.OreIngredient@18317314, net.minecraftforge.oredict.OreIngredient@1d6c50b5, net.minecraftforge.oredict.OreIngredient@1e0cf6ca, net.minecraftforge.oredict.OreIngredient@5bf3f851, net.minecraftforge.oredict.OreIngredient@48c989e8, net.minecraftforge.oredict.OreIngredient@37df81bc, net.minecraftforge.oredict.OreIngredient@4e9c9b2b, net.minecraftforge.oredict.OreIngredient@a69c3d9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.rustic.painted_wood_light_blue@0 new recipe: RecipeStage{tier='zero', recipe=8xtile.rustic.painted_wood_light_blue@0:[net.minecraftforge.oredict.OreIngredient@e6b8db5, net.minecraftforge.oredict.OreIngredient@45722fa5, net.minecraftforge.oredict.OreIngredient@6f1da1e3, net.minecraftforge.oredict.OreIngredient@2b2ed0d2, net.minecraftforge.oredict.OreIngredient@79faf627, net.minecraftforge.oredict.OreIngredient@2d21e1ba, net.minecraftforge.oredict.OreIngredient@2fb14f44, net.minecraftforge.oredict.OreIngredient@7244b220, net.minecraftforge.oredict.OreIngredient@5c212981]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.rustic.painted_wood_magenta@0 new recipe: RecipeStage{tier='zero', recipe=8xtile.rustic.painted_wood_magenta@0:[net.minecraftforge.oredict.OreIngredient@7e2f2f8e, net.minecraftforge.oredict.OreIngredient@5bc19460, net.minecraftforge.oredict.OreIngredient@cc3e88a, net.minecraftforge.oredict.OreIngredient@597ba5b2, net.minecraftforge.oredict.OreIngredient@5eafb24c, net.minecraftforge.oredict.OreIngredient@91a4f6d, net.minecraftforge.oredict.OreIngredient@1a8e617c, net.minecraftforge.oredict.OreIngredient@1edc11aa, net.minecraftforge.oredict.OreIngredient@3dc2edef]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.rustic.painted_wood_orange@0 new recipe: RecipeStage{tier='zero', recipe=8xtile.rustic.painted_wood_orange@0:[net.minecraftforge.oredict.OreIngredient@66f8bc1d, net.minecraftforge.oredict.OreIngredient@f94a43f, net.minecraftforge.oredict.OreIngredient@71bbb526, net.minecraftforge.oredict.OreIngredient@5bbc836b, net.minecraftforge.oredict.OreIngredient@7887d455, net.minecraftforge.oredict.OreIngredient@52982226, net.minecraftforge.oredict.OreIngredient@7e26bfd6, net.minecraftforge.oredict.OreIngredient@41bedca2, net.minecraftforge.oredict.OreIngredient@75d9dbc]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.rustic.painted_wood_white@0 new recipe: RecipeStage{tier='zero', recipe=8xtile.rustic.painted_wood_white@0:[net.minecraftforge.oredict.OreIngredient@14470663, net.minecraftforge.oredict.OreIngredient@5f54c332, net.minecraftforge.oredict.OreIngredient@68385fb6, net.minecraftforge.oredict.OreIngredient@3639f70, net.minecraftforge.oredict.OreIngredient@2fbbe561, net.minecraftforge.oredict.OreIngredient@560ffef7, net.minecraftforge.oredict.OreIngredient@7c60ce6f, net.minecraftforge.oredict.OreIngredient@6367468c, net.minecraftforge.oredict.OreIngredient@1307276c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.spartanshields:shield_basic_stone@0 new recipe: RecipeStage{tier='zero', recipe=1xitem.spartanshields:shield_basic_stone@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3a569bbd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@403f292e, net.minecraft.item.crafting.Ingredient@19b54483, net.minecraft.item.crafting.Ingredient@33a33c9e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3d26c224, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.spartanshields:shield_basic_wood@0 new recipe: RecipeStage{tier='zero', recipe=1xitem.spartanshields:shield_basic_wood@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@469eaf7, net.minecraftforge.oredict.OreIngredient@374b27a5, net.minecraftforge.oredict.OreIngredient@1d26ba1e, net.minecraftforge.oredict.OreIngredient@161a7c7c, net.minecraftforge.oredict.OreIngredient@5d6f021a, net.minecraftforge.oredict.OreIngredient@33f7601d, net.minecraftforge.oredict.OreIngredient@1ba9da37, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.spartanshields:shield_basic_diamond@0 new recipe: RecipeStage{tier='five', recipe=1xitem.spartanshields:shield_basic_diamond@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5e15aca2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7bcf1aa8, net.minecraft.item.crafting.Ingredient@73b06a44, net.minecraft.item.crafting.Ingredient@261d6e67, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@551ea6ba, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.spartanshields:shield_riot_rftools@0 new recipe: RecipeStage{tier='five', recipe=1xitem.spartanshields:shield_riot_rftools@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5607eceb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@26954e25, net.minecraft.item.crafting.Ingredient@6b3672c6, net.minecraft.item.crafting.Ingredient@4bbd326c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@22b4ef44, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.SC2:unknownmodule@18 new recipe: RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@18:[net.minecraft.item.crafting.Ingredient@2edc6951, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@76249e0e, net.minecraft.item.crafting.Ingredient@54a8fcf4, net.minecraft.item.crafting.Ingredient@51e3f7ea, net.minecraft.item.crafting.Ingredient@1c389a66, net.minecraft.item.crafting.Ingredient@4e3eb301, net.minecraft.item.crafting.Ingredient@5d62a96e, net.minecraft.item.crafting.Ingredient@13f0598f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.SC2:upgrade@6 new recipe: RecipeStage{tier='three', recipe=1xtile.SC2:upgrade@6:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4b430a3d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@705e0eef, net.minecraft.item.crafting.Ingredient@383ff053, net.minecraft.item.crafting.Ingredient@2912eafa, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7ad31f07, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.SC2:unknowncomponent@15 new recipe: RecipeStage{tier='three', recipe=1xitem.SC2:unknowncomponent@15:[net.minecraftforge.oredict.OreIngredient@7a7a5fc4, net.minecraftforge.oredict.OreIngredient@3d0085b0, net.minecraft.item.crafting.Ingredient@3fbedd0]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.SC2:BlockDetector@0 new recipe: RecipeStage{tier='three', recipe=1xtile.SC2:BlockDetector@0:[net.minecraft.item.crafting.Ingredient@61b2e18f, net.minecraft.item.crafting.Ingredient@499e1602]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xitem.SC2:unknowncomponent@65 new recipe: RecipeStage{tier='three', recipe=2xitem.SC2:unknowncomponent@65:[net.minecraftforge.oredict.OreIngredient@700a2784, net.minecraftforge.oredict.OreIngredient@2c43d138, net.minecraftforge.oredict.OreIngredient@5a0be3a6, net.minecraftforge.oredict.OreIngredient@631cc0e3, net.minecraftforge.oredict.OreIngredient@420bfd03, net.minecraftforge.oredict.OreIngredient@70732e6b, net.minecraftforge.oredict.OreIngredient@7560f510, net.minecraftforge.oredict.OreIngredient@70fe2887, net.minecraftforge.oredict.OreIngredient@6d00207e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.SC2:upgrade@13 new recipe: RecipeStage{tier='three', recipe=1xtile.SC2:upgrade@13:[net.minecraft.item.crafting.Ingredient@4695bc3, net.minecraft.item.crafting.Ingredient@7653e62b, net.minecraft.item.crafting.Ingredient@77685276, net.minecraft.item.crafting.Ingredient@1b078f35, net.minecraft.item.crafting.Ingredient@55fe78d5, net.minecraft.item.crafting.Ingredient@3cf5aeff, net.minecraft.item.crafting.Ingredient@93bb0f5, net.minecraft.item.crafting.Ingredient@2e62e8c0, net.minecraft.item.crafting.Ingredient@8fc0509]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xtile.SC2:BlockAdvDetector@0 new recipe: RecipeStage{tier='three', recipe=2xtile.SC2:BlockAdvDetector@0:[net.minecraftforge.oredict.OreIngredient@19efc0bf, net.minecraft.item.crafting.Ingredient@4d87676f, net.minecraftforge.oredict.OreIngredient@749ab2f7, net.minecraftforge.oredict.OreIngredient@1c263520, net.minecraft.item.crafting.Ingredient@7babf423, net.minecraftforge.oredict.OreIngredient@de14826, net.minecraftforge.oredict.OreIngredient@2ccd4e67, net.minecraft.item.crafting.Ingredient@1eff1eb, net.minecraftforge.oredict.OreIngredient@25410719]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.SC2:unknownmodule@9 new recipe: RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@9:[net.minecraftforge.oredict.OreIngredient@22e6dbef, net.minecraftforge.oredict.OreIngredient@641e17a2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1a80d263, net.minecraftforge.oredict.OreIngredient@37d477e5, net.minecraft.item.crafting.Ingredient@23f9fb53, net.minecraftforge.oredict.OreIngredient@37ce4b89, net.minecraftforge.oredict.OreIngredient@2b4194d9, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.SC2:unknownmodule@57 new recipe: RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@57:[net.minecraft.item.crafting.Ingredient@3f3eb50b, net.minecraft.item.crafting.Ingredient@5371e2dc, net.minecraft.item.crafting.Ingredient@16a66938, net.minecraft.item.crafting.Ingredient@31e6c069, net.minecraft.item.crafting.Ingredient@7b3abdb3, net.minecraft.item.crafting.Ingredient@2701d70a, net.minecraft.item.crafting.Ingredient@24b957b, net.minecraft.item.crafting.Ingredient@5a9e8d3, net.minecraft.item.crafting.Ingredient@2bd00af0]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xitem.SC2:unknowncomponent@83 new recipe: RecipeStage{tier='three', recipe=4xitem.SC2:unknowncomponent@83:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, crafttweaker.api.minecraft.CraftTweakerMC$1@2403107, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5c7e9c79, net.minecraftforge.oredict.OreIngredient@165b1855, net.minecraftforge.oredict.OreIngredient@3d7717e4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3ebcc144, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.SC2:unknownmodule@89 new recipe: RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@89:[net.minecraft.item.crafting.Ingredient@16091fbe, net.minecraft.item.crafting.Ingredient@585e249a, net.minecraft.item.crafting.Ingredient@5d93d042, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@57d8c55, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5b5797ab, net.minecraftforge.oredict.OreIngredient@728402af, net.minecraft.item.crafting.Ingredient@3156dd7d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.SC2:unknownmodule@20 new recipe: RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@20:[net.minecraft.item.crafting.Ingredient@58a0f026, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3f2dde56, net.minecraft.item.crafting.Ingredient@6dee3266, net.minecraft.item.crafting.Ingredient@6a54b793, net.minecraft.item.crafting.Ingredient@352a5b3f, net.minecraft.item.crafting.Ingredient@64a4eca2, net.minecraft.item.crafting.Ingredient@78c59f52, net.minecraft.item.crafting.Ingredient@37e257f6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.SC2:unknownmodule@84 new recipe: RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@84:[net.minecraftforge.oredict.OreIngredient@50761196, net.minecraftforge.oredict.OreIngredient@13f436c6, net.minecraftforge.oredict.OreIngredient@479f14e5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6267b607, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2fde17c, net.minecraftforge.oredict.OreIngredient@308da5e3, net.minecraft.item.crafting.Ingredient@f8aa72b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.SC2:unknownmodule@84 new recipe: RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@84:[net.minecraftforge.oredict.OreIngredient@5002ff53, net.minecraftforge.oredict.OreIngredient@3d19022e, net.minecraftforge.oredict.OreIngredient@60e60ad3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3a0f5a1b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7db0d26e, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.SC2:unknowncomponent@17 new recipe: RecipeStage{tier='three', recipe=1xitem.SC2:unknowncomponent@17:[net.minecraftforge.oredict.OreIngredient@8cdb784, net.minecraftforge.oredict.OreIngredient@58ad84dc, net.minecraftforge.oredict.OreIngredient@18b2d250, net.minecraftforge.oredict.OreIngredient@63ea408a, net.minecraft.item.crafting.Ingredient@67ebae4, net.minecraftforge.oredict.OreIngredient@32c15593, net.minecraftforge.oredict.OreIngredient@3cef21c9, net.minecraftforge.oredict.OreIngredient@db0d8ce, net.minecraftforge.oredict.OreIngredient@7eeafa06]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xitem.SC2:unknowncomponent@42 new recipe: RecipeStage{tier='three', recipe=2xitem.SC2:unknowncomponent@42:[net.minecraftforge.oredict.OreIngredient@46bf5585, net.minecraftforge.oredict.OreIngredient@31bd5f2, net.minecraftforge.oredict.OreIngredient@8660bf7, net.minecraftforge.oredict.OreIngredient@2175fa37, net.minecraftforge.oredict.OreIngredient@1dda90e1, net.minecraftforge.oredict.OreIngredient@40b372ed, net.minecraftforge.oredict.OreIngredient@78b2f0bf, net.minecraftforge.oredict.OreIngredient@769819dc, net.minecraftforge.oredict.OreIngredient@3f8cc276]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.SC2:unknownmodule@43 new recipe: RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@43:[net.minecraftforge.oredict.OreIngredient@6473eb70, net.minecraftforge.oredict.OreIngredient@babd849, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3dcb6619, net.minecraftforge.oredict.OreIngredient@648d9ca4, net.minecraft.item.crafting.Ingredient@1f5ed32e, net.minecraftforge.oredict.OreIngredient@4ae2391c, net.minecraftforge.oredict.OreIngredient@2cff65f7, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.SC2:BlockDistributor@0 new recipe: RecipeStage{tier='three', recipe=1xtile.SC2:BlockDistributor@0:[net.minecraft.item.crafting.Ingredient@249fa470, net.minecraft.item.crafting.Ingredient@4d31d46e, net.minecraft.item.crafting.Ingredient@16403e0d, net.minecraft.item.crafting.Ingredient@41c721ef, net.minecraft.item.crafting.Ingredient@1822a183, net.minecraft.item.crafting.Ingredient@5bf3844d, net.minecraft.item.crafting.Ingredient@4cd47968, net.minecraft.item.crafting.Ingredient@34e4e144, net.minecraft.item.crafting.Ingredient@394760e2]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.SC2:unknownmodule@14 new recipe: RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@14:[net.minecraftforge.oredict.OreIngredient@7ed15a6b, net.minecraftforge.oredict.OreIngredient@112173e0, net.minecraftforge.oredict.OreIngredient@25c4e41, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1e7e98, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@74e87ef2, net.minecraftforge.oredict.OreIngredient@6eccadfc, net.minecraft.item.crafting.Ingredient@e02c822]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.SC2:unknowncomponent@11 new recipe: RecipeStage{tier='three', recipe=1xitem.SC2:unknowncomponent@11:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7d1b8dc4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4ab3737b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@411b849c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.SC2:unknownmodule@93 new recipe: RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@93:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@59c00745, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7814d414, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@296d48c6, net.minecraft.item.crafting.Ingredient@344f0613, net.minecraft.item.crafting.Ingredient@6decc5f0]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 32xitem.SC2:unknowncomponent@61 new recipe: RecipeStage{tier='three', recipe=32xitem.SC2:unknowncomponent@61:[net.minecraft.item.crafting.Ingredient@3306182d, net.minecraft.item.crafting.Ingredient@70ee5df3, net.minecraft.item.crafting.Ingredient@3c5db263, net.minecraft.item.crafting.Ingredient@3715235d, net.minecraft.item.crafting.Ingredient@345192e2, net.minecraft.item.crafting.Ingredient@3652405e, net.minecraft.item.crafting.Ingredient@67cd325d, net.minecraft.item.crafting.Ingredient@795cea32, net.minecraft.item.crafting.Ingredient@41a2a179]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.SC2:unknownmodule@23 new recipe: RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@23:[net.minecraftforge.oredict.OreIngredient@65d649a3, net.minecraft.item.crafting.Ingredient@6b07c09e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.SC2:upgrade@11 new recipe: RecipeStage{tier='three', recipe=1xtile.SC2:upgrade@11:[net.minecraftforge.oredict.OreIngredient@7594aab6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@21696414, net.minecraft.item.crafting.Ingredient@7625aacb, net.minecraft.item.crafting.Ingredient@23f387a1, net.minecraft.item.crafting.Ingredient@73e25873, net.minecraftforge.oredict.OreIngredient@19c1cbdf, net.minecraft.item.crafting.Ingredient@426959de, net.minecraftforge.oredict.OreIngredient@7d1810bd]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.SC2:unknownmodule@45 new recipe: RecipeStage{tier='four', recipe=1xitem.SC2:unknownmodule@45:[net.minecraft.item.crafting.Ingredient@1cd8eead, net.minecraftforge.oredict.OreIngredient@bd041da, net.minecraft.item.crafting.Ingredient@37f5ed7, net.minecraftforge.oredict.OreIngredient@3edf2bfd, net.minecraft.item.crafting.Ingredient@65a9170d, net.minecraftforge.oredict.OreIngredient@6c7e54f3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@158e364d, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.SC2:unknowncomponent@26 new recipe: RecipeStage{tier='three', recipe=1xitem.SC2:unknowncomponent@26:[net.minecraftforge.oredict.OreIngredient@524977c2, net.minecraft.item.crafting.Ingredient@7f7513f9, net.minecraftforge.oredict.OreIngredient@61320928, net.minecraft.item.crafting.Ingredient@56a771d, net.minecraft.item.crafting.Ingredient@1c84f715, net.minecraft.item.crafting.Ingredient@4bb9d5a7, net.minecraft.item.crafting.Ingredient@3ab3eeb1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6cb7a465]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.SC2:unknowncomponent@59 new recipe: RecipeStage{tier='three', recipe=1xitem.SC2:unknowncomponent@59:[net.minecraftforge.oredict.OreIngredient@5730dab9, net.minecraftforge.oredict.OreIngredient@52a12915, net.minecraftforge.oredict.OreIngredient@77c29396, net.minecraftforge.oredict.OreIngredient@26078587, net.minecraft.item.crafting.Ingredient@773376ec, net.minecraftforge.oredict.OreIngredient@2c01009e, net.minecraftforge.oredict.OreIngredient@4f3c78ab, net.minecraft.item.crafting.Ingredient@550de776, net.minecraftforge.oredict.OreIngredient@39e57f2d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.SC2:upgrade@17 new recipe: RecipeStage{tier='three', recipe=1xtile.SC2:upgrade@17:[net.minecraftforge.oredict.OreIngredient@1dc48d7f, net.minecraft.item.crafting.Ingredient@3191574c, net.minecraftforge.oredict.OreIngredient@b9d205f, net.minecraft.item.crafting.Ingredient@19933a16, net.minecraft.item.crafting.Ingredient@2005f32e, net.minecraft.item.crafting.Ingredient@1b15fb55, net.minecraftforge.oredict.OreIngredient@79e8afb0, net.minecraft.item.crafting.Ingredient@79ab7911, net.minecraftforge.oredict.OreIngredient@76b87989]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.SC2:unknownmodule@78 new recipe: RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@78:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4243eb58, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7e6a598f, net.minecraft.item.crafting.Ingredient@5cabd4a2, net.minecraftforge.oredict.OreIngredient@696a9a8f, net.minecraft.item.crafting.Ingredient@342eb5d1, net.minecraftforge.oredict.OreIngredient@182424fa, net.minecraft.item.crafting.Ingredient@1a28ed98]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.SC2:upgrade@4 new recipe: RecipeStage{tier='three', recipe=1xtile.SC2:upgrade@4:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, crafttweaker.api.minecraft.CraftTweakerMC$1@272bb2b0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@666a1bb9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5f50e07a, net.minecraft.item.crafting.Ingredient@2498225, net.minecraftforge.oredict.OreIngredient@780d0eee]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.SC2:upgrade@4 new recipe: RecipeStage{tier='three', recipe=1xtile.SC2:upgrade@4:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, crafttweaker.api.minecraft.CraftTweakerMC$1@4e8c7585, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@16070f1e, net.minecraft.item.crafting.Ingredient@5811ff51, net.minecraftforge.oredict.OreIngredient@48fbf0c3, net.minecraftforge.oredict.OreIngredient@65769404, net.minecraft.item.crafting.Ingredient@4b27184b, net.minecraftforge.oredict.OreIngredient@1c1b8d09]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.SC2:upgrade@4 new recipe: RecipeStage{tier='three', recipe=1xtile.SC2:upgrade@4:[net.minecraft.item.crafting.Ingredient@b710ba1, crafttweaker.api.minecraft.CraftTweakerMC$1@5a76787f, net.minecraft.item.crafting.Ingredient@29e0d63a, net.minecraftforge.oredict.OreIngredient@69d365ca, net.minecraft.item.crafting.Ingredient@6afc4752, net.minecraftforge.oredict.OreIngredient@3a07ff2, net.minecraftforge.oredict.OreIngredient@2cde38ba, net.minecraft.item.crafting.Ingredient@5ed1e5de, net.minecraftforge.oredict.OreIngredient@569fff81]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.SC2:upgrade@4 new recipe: RecipeStage{tier='three', recipe=1xtile.SC2:upgrade@4:[net.minecraft.item.crafting.Ingredient@5640554f, crafttweaker.api.minecraft.CraftTweakerMC$1@b06acd5, net.minecraft.item.crafting.Ingredient@5a28477e, net.minecraftforge.oredict.OreIngredient@7362c84d, net.minecraft.item.crafting.Ingredient@27dc1143, net.minecraftforge.oredict.OreIngredient@19826169, net.minecraftforge.oredict.OreIngredient@109d690, net.minecraft.item.crafting.Ingredient@64cc565c, net.minecraftforge.oredict.OreIngredient@23dd158f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.SC2:upgrade@4 new recipe: RecipeStage{tier='three', recipe=1xtile.SC2:upgrade@4:[net.minecraft.item.crafting.Ingredient@29dea1b4, crafttweaker.api.minecraft.CraftTweakerMC$1@662c4f49, net.minecraft.item.crafting.Ingredient@60d48b66, net.minecraftforge.oredict.OreIngredient@2bee8b9e, net.minecraft.item.crafting.Ingredient@77e14c56, net.minecraftforge.oredict.OreIngredient@73b313e4, net.minecraftforge.oredict.OreIngredient@3778294f, net.minecraft.item.crafting.Ingredient@6815e645, net.minecraftforge.oredict.OreIngredient@15eb84ed]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.SC2:unknownmodule@80 new recipe: RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@80:[net.minecraft.item.crafting.Ingredient@7e2c8987, net.minecraft.item.crafting.Ingredient@8e8e55c, net.minecraft.item.crafting.Ingredient@4f881dca, net.minecraft.item.crafting.Ingredient@68d243a, net.minecraftforge.oredict.OreIngredient@1cf7f5dd, net.minecraft.item.crafting.Ingredient@53fa311a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5c1300e2, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.SC2:unknownmodule@80 new recipe: RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@80:[net.minecraftforge.oredict.OreIngredient@33d053ae, net.minecraftforge.oredict.OreIngredient@102a1114, net.minecraftforge.oredict.OreIngredient@125a90ea, net.minecraftforge.oredict.OreIngredient@568a8653, net.minecraftforge.oredict.OreIngredient@6776e20f, net.minecraftforge.oredict.OreIngredient@2714ed44, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@618ff48c, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 12xitem.SC2:unknowncomponent@43 new recipe: RecipeStage{tier='three', recipe=12xitem.SC2:unknowncomponent@43:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@63355ef0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3303ae03, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@33fd1bea, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.SC2:unknownmodule@49 new recipe: RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@49:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2dc8b28d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@64c3bb1a, net.minecraftforge.oredict.OreIngredient@4a9e7237, net.minecraft.item.crafting.Ingredient@11e712c5, net.minecraftforge.oredict.OreIngredient@795396ae, net.minecraft.item.crafting.Ingredient@31f9f5, net.minecraftforge.oredict.OreIngredient@39872c0e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.SC2:unknownmodule@91 new recipe: RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@91:[net.minecraftforge.oredict.OreIngredient@10df60c1, net.minecraft.item.crafting.Ingredient@755c6292, net.minecraftforge.oredict.OreIngredient@7aadc39d, net.minecraftforge.oredict.OreIngredient@7a4a779a, net.minecraft.item.crafting.Ingredient@1178c97a, net.minecraftforge.oredict.OreIngredient@7a66135, net.minecraftforge.oredict.OreIngredient@1303fb77, net.minecraft.item.crafting.Ingredient@3adca82a, net.minecraftforge.oredict.OreIngredient@6db88512]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.SC2:BlockDetector@2 new recipe: RecipeStage{tier='three', recipe=1xtile.SC2:BlockDetector@2:[net.minecraftforge.oredict.OreIngredient@5923ee59, net.minecraftforge.oredict.OreIngredient@55f77e49, net.minecraftforge.oredict.OreIngredient@ab51125, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@238c8574, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@659bf67a, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.SC2:unknowncomponent@33 new recipe: RecipeStage{tier='three', recipe=8xitem.SC2:unknowncomponent@33:[net.minecraftforge.oredict.OreIngredient@b70c9b6, net.minecraftforge.oredict.OreIngredient@296eddc4]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.SC2:unknownmodule@42 new recipe: RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@42:[net.minecraftforge.oredict.OreIngredient@6e8e4ab8, net.minecraftforge.oredict.OreIngredient@541c5935, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@592c1779, net.minecraftforge.oredict.OreIngredient@6736165, net.minecraft.item.crafting.Ingredient@1a342099, net.minecraftforge.oredict.OreIngredient@2c57071b, net.minecraftforge.oredict.OreIngredient@15f95a37, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.SC2:BlockDetector@1 new recipe: RecipeStage{tier='three', recipe=1xtile.SC2:BlockDetector@1:[net.minecraft.item.crafting.Ingredient@89c79a4, net.minecraft.item.crafting.Ingredient@3317b0c6, net.minecraft.item.crafting.Ingredient@276c0660, net.minecraftforge.oredict.OreIngredient@781bc858, net.minecraft.item.crafting.Ingredient@1321cfa6, net.minecraftforge.oredict.OreIngredient@1d3edc84, net.minecraft.item.crafting.Ingredient@5a269645, net.minecraft.item.crafting.Ingredient@7cd9dc51, net.minecraft.item.crafting.Ingredient@61987093]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.SC2:unknowncomponent@39 new recipe: RecipeStage{tier='three', recipe=1xitem.SC2:unknowncomponent@39:[net.minecraft.item.crafting.Ingredient@a295ad8, net.minecraft.item.crafting.Ingredient@64537166, net.minecraft.item.crafting.Ingredient@56da02e9, net.minecraft.item.crafting.Ingredient@7464fc49, net.minecraft.item.crafting.Ingredient@34db8787, net.minecraft.item.crafting.Ingredient@4b7c083b, net.minecraft.item.crafting.Ingredient@4d3796f7, net.minecraft.item.crafting.Ingredient@1e62adac, net.minecraft.item.crafting.Ingredient@76ede658]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.SC2:upgrade@5 new recipe: RecipeStage{tier='three', recipe=1xtile.SC2:upgrade@5:[net.minecraftforge.oredict.OreIngredient@5dfb156e, crafttweaker.api.minecraft.CraftTweakerMC$1@2c8aa008, net.minecraftforge.oredict.OreIngredient@270e67f8, net.minecraftforge.oredict.OreIngredient@3e488a67, net.minecraft.item.crafting.Ingredient@3b1db8a5, net.minecraftforge.oredict.OreIngredient@42eed52e, net.minecraftforge.oredict.OreIngredient@160b4b2c, net.minecraft.item.crafting.Ingredient@6c6af038, net.minecraftforge.oredict.OreIngredient@3a64a580]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.SC2:unknownmodule@19 new recipe: RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@19:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@e174047, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@42893882, net.minecraft.item.crafting.Ingredient@79d9fbdb, net.minecraft.item.crafting.Ingredient@668e19c5, net.minecraft.item.crafting.Ingredient@522f782b, net.minecraft.item.crafting.Ingredient@59e907c4, net.minecraft.item.crafting.Ingredient@6f582801]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.SC2:upgrade@7 new recipe: RecipeStage{tier='three', recipe=1xtile.SC2:upgrade@7:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@790e441e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@50499534, net.minecraft.item.crafting.Ingredient@418f6fde, net.minecraft.item.crafting.Ingredient@6fb95fce, net.minecraftforge.oredict.OreIngredient@641cc893, net.minecraft.item.crafting.Ingredient@78e00111, net.minecraftforge.oredict.OreIngredient@422b704c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.SC2:unknownmodule@99 new recipe: RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@99:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@67c900e8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@659304d2, net.minecraftforge.oredict.OreIngredient@1d8369f8, net.minecraftforge.oredict.OreIngredient@4b3c314, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2b524d2a, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.SC2:unknowncomponent@16 new recipe: RecipeStage{tier='three', recipe=1xitem.SC2:unknowncomponent@16:[net.minecraft.item.crafting.Ingredient@561a6906, net.minecraftforge.oredict.OreIngredient@50501694, net.minecraft.item.crafting.Ingredient@4a61d4e9, net.minecraft.item.crafting.Ingredient@73e3eb92, net.minecraftforge.oredict.OreIngredient@76b4eeb1, net.minecraft.item.crafting.Ingredient@2680b245, net.minecraft.item.crafting.Ingredient@6282fce0, net.minecraftforge.oredict.OreIngredient@e513459, net.minecraft.item.crafting.Ingredient@5f419244]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.SC2:unknownmodule@12 new recipe: RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@12:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7cf00173, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@9e097f1, net.minecraft.item.crafting.Ingredient@e949968, net.minecraft.item.crafting.Ingredient@5d94e94c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@21938014, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.SC2:unknownmodule@44 new recipe: RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@44:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2cc1d4c8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6b447e1, net.minecraft.item.crafting.Ingredient@7c9000f2, net.minecraftforge.oredict.OreIngredient@413ebc54, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@63fb472f, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.SC2:unknownmodule@95 new recipe: RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@95:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@47549ffe, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3b3f8076, net.minecraftforge.oredict.OreIngredient@f574759, net.minecraft.item.crafting.Ingredient@36acaba3, net.minecraft.item.crafting.Ingredient@556479e7, net.minecraft.item.crafting.Ingredient@129f6f0d, net.minecraft.item.crafting.Ingredient@27c78f88]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.SC2:unknowncomponent@28 new recipe: RecipeStage{tier='three', recipe=1xitem.SC2:unknowncomponent@28:[net.minecraft.item.crafting.Ingredient@74e5c960, net.minecraft.item.crafting.Ingredient@2b83d5a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 32xitem.SC2:unknowncomponent@30 new recipe: RecipeStage{tier='three', recipe=32xitem.SC2:unknowncomponent@30:[net.minecraftforge.oredict.OreIngredient@6bb6dd07, net.minecraftforge.oredict.OreIngredient@7016b436, net.minecraftforge.oredict.OreIngredient@2a62cd9d, net.minecraftforge.oredict.OreIngredient@69f37766, net.minecraftforge.oredict.OreIngredient@34f0d1ba, net.minecraftforge.oredict.OreIngredient@71027416, net.minecraftforge.oredict.OreIngredient@4d30418e, net.minecraftforge.oredict.OreIngredient@3f0a5709, net.minecraftforge.oredict.OreIngredient@d453c53]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.SC2:unknowncomponent@60 new recipe: RecipeStage{tier='three', recipe=8xitem.SC2:unknowncomponent@60:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6f054b29, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@20764b76, net.minecraft.item.crafting.Ingredient@4d29e26e, net.minecraftforge.oredict.OreIngredient@692af83c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2c33aa33, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.SC2:upgrade@19 new recipe: RecipeStage{tier='four', recipe=1xtile.SC2:upgrade@19:[net.minecraft.item.crafting.Ingredient@3e8c7938, net.minecraft.item.crafting.Ingredient@3c34c615, net.minecraft.item.crafting.Ingredient@2e132b7, net.minecraftforge.oredict.OreIngredient@333262ea, net.minecraft.item.crafting.Ingredient@6eaa880d, net.minecraftforge.oredict.OreIngredient@7434efa3, net.minecraft.item.crafting.Ingredient@7f4b0f18, net.minecraft.item.crafting.Ingredient@5f4e0729, net.minecraft.item.crafting.Ingredient@659e162d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.SC2:BlockCartAssembler@0 new recipe: RecipeStage{tier='three', recipe=1xtile.SC2:BlockCartAssembler@0:[net.minecraft.item.crafting.Ingredient@3684b4ca, net.minecraft.item.crafting.Ingredient@11105ecd, net.minecraft.item.crafting.Ingredient@3ec86489, net.minecraft.item.crafting.Ingredient@2bf22203, net.minecraft.item.crafting.Ingredient@3843f153, net.minecraft.item.crafting.Ingredient@2b3626a0, net.minecraftforge.oredict.OreIngredient@5627f363, net.minecraft.item.crafting.Ingredient@6cff219e, net.minecraftforge.oredict.OreIngredient@4b118c3b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.SC2:unknowncomponent@18 new recipe: RecipeStage{tier='three', recipe=1xitem.SC2:unknowncomponent@18:[net.minecraft.item.crafting.Ingredient@5108a0df, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@38ddfd76, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2dbbd822, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6a0ce9fa, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7e16b23c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.SC2:upgrade@9 new recipe: RecipeStage{tier='three', recipe=1xtile.SC2:upgrade@9:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@29f7c6c5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5afe6111, net.minecraft.item.crafting.Ingredient@57b0008d, net.minecraft.item.crafting.Ingredient@1cfccf15, net.minecraftforge.oredict.OreIngredient@b2ae3a1, net.minecraft.item.crafting.Ingredient@22f5fd3c, net.minecraftforge.oredict.OreIngredient@75162587]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.SC2:unknownmodule@86 new recipe: RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@86:[net.minecraft.item.crafting.Ingredient@f68c857, net.minecraft.item.crafting.Ingredient@530305f0, net.minecraft.item.crafting.Ingredient@5e921eb1, net.minecraft.item.crafting.Ingredient@1a6c32f9, net.minecraft.item.crafting.Ingredient@538f7b93, net.minecraft.item.crafting.Ingredient@1868d897, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@56c13abd, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.SC2:unknownmodule@22 new recipe: RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@22:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2dc13166, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5ba94ae, net.minecraft.item.crafting.Ingredient@5bc848ee, net.minecraft.item.crafting.Ingredient@48385f8]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.SC2:upgrade@10 new recipe: RecipeStage{tier='three', recipe=1xtile.SC2:upgrade@10:[net.minecraftforge.oredict.OreIngredient@206dce0f, net.minecraft.item.crafting.Ingredient@71232148, net.minecraftforge.oredict.OreIngredient@68b588ba, net.minecraft.item.crafting.Ingredient@70017c11, net.minecraftforge.oredict.OreIngredient@3ed2c9a8, net.minecraft.item.crafting.Ingredient@5613865b, net.minecraftforge.oredict.OreIngredient@12a7347b, net.minecraft.item.crafting.Ingredient@69bd33ca, net.minecraftforge.oredict.OreIngredient@418a28dc]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.SC2:unknowncomponent@27 new recipe: RecipeStage{tier='three', recipe=1xitem.SC2:unknowncomponent@27:[net.minecraftforge.oredict.OreIngredient@be14fe8, net.minecraft.item.crafting.Ingredient@204eb603, net.minecraftforge.oredict.OreIngredient@20edf2a3, net.minecraftforge.oredict.OreIngredient@30b1e2aa, net.minecraft.item.crafting.Ingredient@31ae755b, net.minecraftforge.oredict.OreIngredient@640533c3, net.minecraftforge.oredict.OreIngredient@2bb2bd0a, net.minecraftforge.oredict.OreIngredient@14a9ae64, net.minecraftforge.oredict.OreIngredient@566f1507]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.SC2:unknowncomponent@58 new recipe: RecipeStage{tier='four', recipe=1xitem.SC2:unknowncomponent@58:[net.minecraft.item.crafting.Ingredient@1b39af22, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@25dd0ba2, net.minecraftforge.oredict.OreIngredient@7cde5bf3, net.minecraft.item.crafting.Ingredient@5237ae42, net.minecraftforge.oredict.OreIngredient@4214b99, net.minecraft.item.crafting.Ingredient@496cc0a4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@47630bb9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.SC2:unknownmodule@101 new recipe: RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@101:[net.minecraft.item.crafting.Ingredient@2849f8a9, net.minecraft.item.crafting.Ingredient@26ba03ba]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.SC2:unknownmodule@85 new recipe: RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@85:[net.minecraft.item.crafting.Ingredient@9fc9e29, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@569d726c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@317654a6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@47a736e1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2ac7f5ea]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.SC2:unknowncomponent@34 new recipe: RecipeStage{tier='three', recipe=8xitem.SC2:unknowncomponent@34:[net.minecraft.item.crafting.Ingredient@17f4fccc, net.minecraft.item.crafting.Ingredient@142459f0, net.minecraft.item.crafting.Ingredient@6aca65ab, net.minecraft.item.crafting.Ingredient@7f37a5bd, net.minecraftforge.oredict.OreIngredient@4f15340b, net.minecraft.item.crafting.Ingredient@79481fc0, net.minecraft.item.crafting.Ingredient@4096ca7f, net.minecraft.item.crafting.Ingredient@2ce959d, net.minecraft.item.crafting.Ingredient@641d4ca3]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.SC2:unknownmodule@94 new recipe: RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@94:[net.minecraft.item.crafting.Ingredient@5d92e9ff, net.minecraft.item.crafting.Ingredient@2ba11500, net.minecraft.item.crafting.Ingredient@5db51f94, net.minecraftforge.oredict.OreIngredient@534328d5, net.minecraft.item.crafting.Ingredient@1954ee53, net.minecraftforge.oredict.OreIngredient@3afee16c, net.minecraft.item.crafting.Ingredient@4fc21018, net.minecraft.item.crafting.Ingredient@58d9cb5, net.minecraft.item.crafting.Ingredient@3b95cc21]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.SC2:unknowncomponent@10 new recipe: RecipeStage{tier='three', recipe=1xitem.SC2:unknowncomponent@10:[net.minecraftforge.oredict.OreIngredient@76adbfbe, net.minecraftforge.oredict.OreIngredient@29b033a3, net.minecraftforge.oredict.OreIngredient@40b17a14, net.minecraft.item.crafting.Ingredient@55d052e7, net.minecraft.item.crafting.Ingredient@4e1b47ac, net.minecraft.item.crafting.Ingredient@661e58e7, net.minecraft.item.crafting.Ingredient@2d34ffea, net.minecraft.item.crafting.Ingredient@7aa4c7c1, net.minecraft.item.crafting.Ingredient@6e96c91e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.SC2:upgrade@1 new recipe: RecipeStage{tier='three', recipe=1xtile.SC2:upgrade@1:[net.minecraftforge.oredict.OreIngredient@7a5b7d4b, net.minecraft.item.crafting.Ingredient@709a1645, net.minecraftforge.oredict.OreIngredient@2c5c4d58, net.minecraft.item.crafting.Ingredient@745aaff4, net.minecraftforge.oredict.OreIngredient@554a2511, net.minecraft.item.crafting.Ingredient@75c239c3, net.minecraftforge.oredict.OreIngredient@3b3a9cae, net.minecraft.item.crafting.Ingredient@1a3eb132, net.minecraftforge.oredict.OreIngredient@1e587dc9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.SC2:unknownmodule@8 new recipe: RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@8:[net.minecraftforge.oredict.OreIngredient@7ab053e0, net.minecraftforge.oredict.OreIngredient@15807ff4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7ad8eb57, net.minecraftforge.oredict.OreIngredient@27b377f0, net.minecraft.item.crafting.Ingredient@5fe40fb5, net.minecraftforge.oredict.OreIngredient@498da462, net.minecraftforge.oredict.OreIngredient@74327c57, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.SC2:upgrade@12 new recipe: RecipeStage{tier='three', recipe=1xtile.SC2:upgrade@12:[net.minecraft.item.crafting.Ingredient@488289d6, net.minecraft.item.crafting.Ingredient@3764aed4, net.minecraft.item.crafting.Ingredient@13eea2ee, net.minecraft.item.crafting.Ingredient@74d9a400, net.minecraftforge.oredict.OreIngredient@28c95f74, net.minecraft.item.crafting.Ingredient@3a4956b7, net.minecraftforge.oredict.OreIngredient@5c567ac2, net.minecraft.item.crafting.Ingredient@65163cec, net.minecraftforge.oredict.OreIngredient@7c6fdc5]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.SC2:unknownmodule@79 new recipe: RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@79:[net.minecraft.item.crafting.Ingredient@774aff64, net.minecraft.item.crafting.Ingredient@18a50b25, net.minecraft.item.crafting.Ingredient@4c80b581, net.minecraft.item.crafting.Ingredient@7c184101, net.minecraftforge.oredict.OreIngredient@5c093039, net.minecraft.item.crafting.Ingredient@6c45e4be, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2520680a, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.SC2:unknownmodule@79 new recipe: RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@79:[net.minecraftforge.oredict.OreIngredient@1b0e25e6, net.minecraftforge.oredict.OreIngredient@e934646, net.minecraftforge.oredict.OreIngredient@4d30233e, net.minecraftforge.oredict.OreIngredient@6bf672aa, net.minecraftforge.oredict.OreIngredient@13d5b27, net.minecraftforge.oredict.OreIngredient@15888c30, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@596d746c, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.SC2:upgrade@16 new recipe: RecipeStage{tier='three', recipe=1xtile.SC2:upgrade@16:[net.minecraft.item.crafting.Ingredient@1562ec9, net.minecraftforge.oredict.OreIngredient@6a59b9a7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3be151d0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@99d8cd4, net.minecraft.item.crafting.Ingredient@398ddb48]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.SC2:BlockDetector@3 new recipe: RecipeStage{tier='three', recipe=1xtile.SC2:BlockDetector@3:[net.minecraft.item.crafting.Ingredient@1ebed95f, net.minecraft.item.crafting.Ingredient@2fe06489, net.minecraft.item.crafting.Ingredient@4a7eb68d, net.minecraft.item.crafting.Ingredient@1dfe7311, net.minecraft.item.crafting.Ingredient@756235d0, net.minecraft.item.crafting.Ingredient@598ad3d9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@66ffccbb, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.SC2:unknowncomponent@25 new recipe: RecipeStage{tier='three', recipe=1xitem.SC2:unknowncomponent@25:[net.minecraft.item.crafting.Ingredient@8f74d8e, net.minecraft.item.crafting.Ingredient@6c5f25f5, net.minecraft.item.crafting.Ingredient@634437bc, net.minecraft.item.crafting.Ingredient@7bc6a57b, net.minecraftforge.oredict.OreIngredient@496f1cb0, net.minecraft.item.crafting.Ingredient@5c0af8e5, net.minecraft.item.crafting.Ingredient@1e31cd0f, net.minecraft.item.crafting.Ingredient@50125ecf, net.minecraft.item.crafting.Ingredient@612952e1]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.SC2:unknownmodule@15 new recipe: RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@15:[net.minecraft.item.crafting.Ingredient@6a6f43f1, net.minecraft.item.crafting.Ingredient@7aa6b206, net.minecraft.item.crafting.Ingredient@38007fbb, net.minecraft.item.crafting.Ingredient@13959c00, net.minecraft.item.crafting.Ingredient@3752548, net.minecraft.item.crafting.Ingredient@4c0c81a2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@77cac23f, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.SC2:BlockLiquidManager@0 new recipe: RecipeStage{tier='three', recipe=1xtile.SC2:BlockLiquidManager@0:[net.minecraft.item.crafting.Ingredient@4800355a, net.minecraftforge.oredict.OreIngredient@62750677, net.minecraft.item.crafting.Ingredient@4adc9a0a, net.minecraftforge.oredict.OreIngredient@6ba66254, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2245209f, net.minecraft.item.crafting.Ingredient@68c9dc1e, net.minecraftforge.oredict.OreIngredient@46eb07c7, net.minecraft.item.crafting.Ingredient@1e07698c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.SC2:unknownmodule@59 new recipe: RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@59:[net.minecraftforge.oredict.OreIngredient@154de30b, net.minecraft.item.crafting.Ingredient@33c2f490, net.minecraftforge.oredict.OreIngredient@2d891810, net.minecraft.item.crafting.Ingredient@8674f24, net.minecraft.item.crafting.Ingredient@72c8a098, net.minecraft.item.crafting.Ingredient@568aac25, net.minecraft.item.crafting.Ingredient@3326677c, net.minecraft.item.crafting.Ingredient@10a1053, net.minecraft.item.crafting.Ingredient@3671bc8a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.SC2:unknownmodule@0 new recipe: RecipeStage{tier='two', recipe=1xitem.SC2:unknownmodule@0:[net.minecraft.item.crafting.Ingredient@3519c5e5, net.minecraft.item.crafting.Ingredient@350459bd, net.minecraft.item.crafting.Ingredient@64dd5fc6, net.minecraftforge.oredict.OreIngredient@5f732a3b, net.minecraft.item.crafting.Ingredient@24befadd, net.minecraftforge.oredict.OreIngredient@33609646, net.minecraftforge.oredict.OreIngredient@3dcdcc83, net.minecraftforge.oredict.OreIngredient@7b291bf3, net.minecraftforge.oredict.OreIngredient@28127e59]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.storagedrawers.upgradeStorage@2 new recipe: RecipeStage{tier='three', recipe=1xitem.storagedrawers.upgradeStorage@2:[net.minecraft.item.crafting.Ingredient@1f771fbb, net.minecraft.item.crafting.Ingredient@4c8d6102, net.minecraft.item.crafting.Ingredient@7fc81de3, net.minecraftforge.oredict.OreIngredient@441354f5, net.minecraft.item.crafting.Ingredient@633e010b, net.minecraftforge.oredict.OreIngredient@449cf91f, net.minecraft.item.crafting.Ingredient@7b04d36a, net.minecraft.item.crafting.Ingredient@25ee8403, net.minecraft.item.crafting.Ingredient@364bffec]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.storagedrawers.controllerSlave@0 new recipe: RecipeStage{tier='three', recipe=1xtile.storagedrawers.controllerSlave@0:[net.minecraftforge.oredict.OreIngredient@15bcac3b, net.minecraftforge.oredict.OreIngredient@48fea265, net.minecraftforge.oredict.OreIngredient@19e1f9e5, net.minecraftforge.oredict.OreIngredient@703cc1aa, net.minecraftforge.oredict.OreIngredient@9176e2, net.minecraftforge.oredict.OreIngredient@3dc1011f, net.minecraftforge.oredict.OreIngredient@2b79f993, net.minecraft.item.crafting.Ingredient@3d5e4cc7, net.minecraftforge.oredict.OreIngredient@36731be8]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.storagedrawers.controller@0 new recipe: RecipeStage{tier='three', recipe=1xtile.storagedrawers.controller@0:[net.minecraftforge.oredict.OreIngredient@38f3dc0, net.minecraft.item.crafting.Ingredient@675ef943, net.minecraftforge.oredict.OreIngredient@2829a91b, net.minecraft.item.crafting.Ingredient@6ab4bad, net.minecraftforge.oredict.OreIngredient@7c300785, net.minecraft.item.crafting.Ingredient@6cb47da1, net.minecraftforge.oredict.OreIngredient@930605d, net.minecraft.item.crafting.Ingredient@551aa4f5, net.minecraftforge.oredict.OreIngredient@29ea8dfc]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.storagedrawers.compDrawers@0 new recipe: RecipeStage{tier='three', recipe=1xtile.storagedrawers.compDrawers@0:[net.minecraftforge.oredict.OreIngredient@667cb415, net.minecraftforge.oredict.OreIngredient@6c44020f, net.minecraftforge.oredict.OreIngredient@6cf93e7e, net.minecraft.item.crafting.Ingredient@1181cb70, net.minecraftforge.oredict.OreIngredient@12de0949, net.minecraft.item.crafting.Ingredient@5ec63567, net.minecraftforge.oredict.OreIngredient@7be9ea0f, net.minecraft.item.crafting.Ingredient@642c6449, net.minecraftforge.oredict.OreIngredient@6daadc4]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.storagedrawers.upgradeStorage@4 new recipe: RecipeStage{tier='five', recipe=1xitem.storagedrawers.upgradeStorage@4:[net.minecraft.item.crafting.Ingredient@6958dd75, net.minecraft.item.crafting.Ingredient@5d55fbc3, net.minecraft.item.crafting.Ingredient@5adcc20c, net.minecraft.item.crafting.Ingredient@93bf01e, net.minecraft.item.crafting.Ingredient@26273739, net.minecraft.item.crafting.Ingredient@54de4bdd, net.minecraft.item.crafting.Ingredient@68ae3fe8, net.minecraft.item.crafting.Ingredient@3ec389e3, net.minecraft.item.crafting.Ingredient@21c2fffd]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.storagedrawers.upgradeStorage@3 new recipe: RecipeStage{tier='five', recipe=1xitem.storagedrawers.upgradeStorage@3:[net.minecraft.item.crafting.Ingredient@764d8bb, net.minecraft.item.crafting.Ingredient@1e2cf6c0, net.minecraft.item.crafting.Ingredient@3c02e877, net.minecraft.item.crafting.Ingredient@a09d51d, net.minecraft.item.crafting.Ingredient@2b8965e7, net.minecraft.item.crafting.Ingredient@526a1ca0, net.minecraft.item.crafting.Ingredient@798017ca, net.minecraft.item.crafting.Ingredient@3de584da, net.minecraft.item.crafting.Ingredient@5da368dc]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.storagedrawers.upgradeTemplate@0 new recipe: RecipeStage{tier='two', recipe=1xitem.storagedrawers.upgradeTemplate@0:[net.minecraft.item.crafting.Ingredient@5faef0d4, net.minecraft.item.crafting.Ingredient@26e992ac, net.minecraft.item.crafting.Ingredient@37bb11ff, net.minecraft.item.crafting.Ingredient@71187a5c, net.minecraftforge.oredict.OreIngredient@59980cfb, net.minecraft.item.crafting.Ingredient@330e9996, net.minecraft.item.crafting.Ingredient@5cd542e1, net.minecraft.item.crafting.Ingredient@6ead09bd, net.minecraft.item.crafting.Ingredient@774b2f47]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.storagedrawers.upgradeStorage@0 new recipe: RecipeStage{tier='two', recipe=1xitem.storagedrawers.upgradeStorage@0:[net.minecraft.item.crafting.Ingredient@30ceca11, net.minecraft.item.crafting.Ingredient@467a44a3, net.minecraft.item.crafting.Ingredient@409c4d30, net.minecraft.item.crafting.Ingredient@6e836373, net.minecraft.item.crafting.Ingredient@285bb2f0, net.minecraft.item.crafting.Ingredient@3c90b404, net.minecraft.item.crafting.Ingredient@1ec79b6b, net.minecraft.item.crafting.Ingredient@6b2afb3b, net.minecraft.item.crafting.Ingredient@1e13089c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.storagedrawers.controller@0 new recipe: RecipeStage{tier='three', recipe=1xtile.storagedrawers.controller@0:[net.minecraftforge.oredict.OreIngredient@271abfce, net.minecraftforge.oredict.OreIngredient@5247485, net.minecraftforge.oredict.OreIngredient@39ebb439, net.minecraft.item.crafting.Ingredient@3fba1c70, net.minecraftforge.oredict.OreIngredient@4d2c2086, net.minecraft.item.crafting.Ingredient@6b0ae5fa, net.minecraftforge.oredict.OreIngredient@fa4dede, net.minecraftforge.oredict.OreIngredient@60920ac6, net.minecraftforge.oredict.OreIngredient@4c162e42]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.storagedrawers.compDrawers@0 new recipe: RecipeStage{tier='three', recipe=1xtile.storagedrawers.compDrawers@0:[net.minecraftforge.oredict.OreIngredient@700f370f, net.minecraftforge.oredict.OreIngredient@59f445fe, net.minecraftforge.oredict.OreIngredient@2940a03c, net.minecraft.item.crafting.Ingredient@54d9ef68, net.minecraftforge.oredict.OreIngredient@5d671db3, net.minecraft.item.crafting.Ingredient@26c77854, net.minecraftforge.oredict.OreIngredient@a2a7df0, net.minecraftforge.oredict.OreIngredient@11136172, net.minecraftforge.oredict.OreIngredient@74fc6c66]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.storagenetwork:request@0 new recipe: RecipeStage{tier='four', recipe=1xtile.storagenetwork:request@0:[net.minecraftforge.oredict.OreIngredient@69e4bf75, net.minecraft.item.crafting.Ingredient@30f88a44, net.minecraftforge.oredict.OreIngredient@3a6a75d8, net.minecraft.item.crafting.Ingredient@2d62b1af, net.minecraft.item.crafting.Ingredient@6131ac61, net.minecraft.item.crafting.Ingredient@15efb0a9, net.minecraftforge.oredict.OreIngredient@7c42d379, net.minecraft.item.crafting.Ingredient@4415ea97, net.minecraftforge.oredict.OreIngredient@282b14d0]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.storagenetwork:storage_kabel@0 new recipe: RecipeStage{tier='four', recipe=4xtile.storagenetwork:storage_kabel@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@422c3bbe, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4992e31b, net.minecraft.item.crafting.Ingredient@4083eb1c, net.minecraft.item.crafting.Ingredient@24c45a81, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@796646c, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.storagenetwork:ex_kabel@0 new recipe: RecipeStage{tier='four', recipe=4xtile.storagenetwork:ex_kabel@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5942c5be, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6460e81, net.minecraft.item.crafting.Ingredient@504c9a, net.minecraft.item.crafting.Ingredient@34d1fdf8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7b71a1e9, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.storagenetwork:im_kabel@0 new recipe: RecipeStage{tier='four', recipe=4xtile.storagenetwork:im_kabel@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4d758a00, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4fc33ba8, net.minecraft.item.crafting.Ingredient@74463195, net.minecraft.item.crafting.Ingredient@24eb81d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@630a07de, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.storagenetwork:master@0 new recipe: RecipeStage{tier='four', recipe=1xtile.storagenetwork:master@0:[net.minecraftforge.oredict.OreIngredient@35427e6c, net.minecraft.item.crafting.Ingredient@704d3bc8, net.minecraftforge.oredict.OreIngredient@734eb8c, net.minecraft.item.crafting.Ingredient@34b33843, net.minecraft.item.crafting.Ingredient@12a491a7, net.minecraft.item.crafting.Ingredient@b2e6b40, net.minecraftforge.oredict.OreIngredient@2b669922, net.minecraft.item.crafting.Ingredient@6badd2d, net.minecraftforge.oredict.OreIngredient@30255df4]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.storagenetwork:kabel@0 new recipe: RecipeStage{tier='four', recipe=8xtile.storagenetwork:kabel@0:[net.minecraftforge.oredict.OreIngredient@31922c4, net.minecraft.item.crafting.Ingredient@50e8e75e, net.minecraftforge.oredict.OreIngredient@18edb037]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xitem.storagenetwork:upgrade@0 new recipe: RecipeStage{tier='four', recipe=4xitem.storagenetwork:upgrade@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3e0c14c0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@74491ec7, net.minecraft.item.crafting.Ingredient@638cd507, net.minecraftforge.oredict.OreIngredient@1615bd49, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@48e1115f, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.sound_muffler@0 new recipe: RecipeStage{tier='two', recipe=1xtile.sound_muffler@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@746291a2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@714346c4, net.minecraft.item.crafting.Ingredient@4a875250, net.minecraft.item.crafting.Ingredient@a2cc9b6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6a23a6d0, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.tcomplement.porcelain_melter@0 new recipe: RecipeStage{tier='zero', recipe=1xtile.tcomplement.porcelain_melter@0:[net.minecraft.item.crafting.Ingredient@1bda836, net.minecraft.item.crafting.Ingredient@71586f83, net.minecraft.item.crafting.Ingredient@1d556967, net.minecraft.item.crafting.Ingredient@6ab7493b, net.minecraft.item.crafting.Ingredient@6a7a043, net.minecraft.item.crafting.Ingredient@34b1e363, net.minecraft.item.crafting.Ingredient@299bac3, net.minecraft.item.crafting.Ingredient@52b7c53a, net.minecraft.item.crafting.Ingredient@69a9d297]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.tcomplement.porcelain_melter@8 new recipe: RecipeStage{tier='zero', recipe=1xtile.tcomplement.porcelain_melter@8:[net.minecraft.item.crafting.Ingredient@52389e3a, net.minecraft.item.crafting.Ingredient@1d38691c, net.minecraft.item.crafting.Ingredient@714af194, net.minecraft.item.crafting.Ingredient@56d0a840, net.minecraft.item.crafting.Ingredient@400f35ee, net.minecraft.item.crafting.Ingredient@1e21d47a, net.minecraft.item.crafting.Ingredient@38c1507b, net.minecraft.item.crafting.Ingredient@6b007d8b, net.minecraft.item.crafting.Ingredient@52198540]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.tcomplement.porcelain_casting@1 new recipe: RecipeStage{tier='zero', recipe=1xtile.tcomplement.porcelain_casting@1:[net.minecraft.item.crafting.Ingredient@420b097d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@70fbdbcf, net.minecraft.item.crafting.Ingredient@18ff1c7e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@652b9a4, net.minecraft.item.crafting.Ingredient@1c8818f2, net.minecraft.item.crafting.Ingredient@32038d0f, net.minecraft.item.crafting.Ingredient@527f7bdd]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.tcomplement.porcelain_tank@0 new recipe: RecipeStage{tier='two', recipe=1xtile.tcomplement.porcelain_tank@0:[net.minecraft.item.crafting.Ingredient@417377af, net.minecraft.item.crafting.Ingredient@1de0a8fb, net.minecraft.item.crafting.Ingredient@33a535bd, net.minecraft.item.crafting.Ingredient@1aad0187, net.minecraft.item.crafting.Ingredient@4039d372, net.minecraft.item.crafting.Ingredient@58861cfe, net.minecraft.item.crafting.Ingredient@4294d28e, net.minecraft.item.crafting.Ingredient@30c75262, net.minecraft.item.crafting.Ingredient@3e6bb54b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.tcomplement.melter@8 new recipe: RecipeStage{tier='zero', recipe=1xtile.tcomplement.melter@8:[net.minecraft.item.crafting.Ingredient@56e23f94, net.minecraft.item.crafting.Ingredient@32868764, net.minecraft.item.crafting.Ingredient@38d88714, net.minecraft.item.crafting.Ingredient@5b7abca9, net.minecraft.item.crafting.Ingredient@1ca326cd, net.minecraft.item.crafting.Ingredient@1a983f9a, net.minecraft.item.crafting.Ingredient@6604ebfa, net.minecraft.item.crafting.Ingredient@68959c67, net.minecraft.item.crafting.Ingredient@6d055af6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.tcomplement.melter@0 new recipe: RecipeStage{tier='zero', recipe=1xtile.tcomplement.melter@0:[net.minecraft.item.crafting.Ingredient@363acc23, net.minecraft.item.crafting.Ingredient@77a0ba25, net.minecraft.item.crafting.Ingredient@33926612, net.minecraft.item.crafting.Ingredient@7487587c, net.minecraft.item.crafting.Ingredient@14bcc91b, net.minecraft.item.crafting.Ingredient@66bf383b, net.minecraft.item.crafting.Ingredient@46bd7008, net.minecraft.item.crafting.Ingredient@837841b, net.minecraft.item.crafting.Ingredient@7ab17017]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.tcomplement.porcelain_melter@0 new recipe: RecipeStage{tier='zero', recipe=1xtile.tcomplement.porcelain_melter@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@65d0f19a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4840e018, net.minecraft.item.crafting.Ingredient@7c63a257, net.minecraft.item.crafting.Ingredient@d235404, net.minecraft.item.crafting.Ingredient@6f1d281b, net.minecraft.item.crafting.Ingredient@201245c0, net.minecraft.item.crafting.Ingredient@41022a8f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.tcomplement.porcelain_melter@8 new recipe: RecipeStage{tier='zero', recipe=1xtile.tcomplement.porcelain_melter@8:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5696d5df, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@504d72e6, net.minecraft.item.crafting.Ingredient@62c3116a, net.minecraft.item.crafting.Ingredient@32c519ef, net.minecraft.item.crafting.Ingredient@521d0a45, net.minecraft.item.crafting.Ingredient@697c88a2, net.minecraft.item.crafting.Ingredient@134e8ca6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.tcomplement.melter@8 new recipe: RecipeStage{tier='zero', recipe=1xtile.tcomplement.melter@8:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@95ee541, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@332b890d, net.minecraft.item.crafting.Ingredient@3e9f2e52, net.minecraft.item.crafting.Ingredient@59d3ae9b, net.minecraft.item.crafting.Ingredient@27592c0d, net.minecraft.item.crafting.Ingredient@4855aa0a, net.minecraft.item.crafting.Ingredient@ffff0ec]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.tcomplement.melter@0 new recipe: RecipeStage{tier='zero', recipe=1xtile.tcomplement.melter@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4b1c20fe, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@25cb54d4, net.minecraft.item.crafting.Ingredient@402bbf9d, net.minecraft.item.crafting.Ingredient@30a35fe4, net.minecraft.item.crafting.Ingredient@1a1282de, net.minecraft.item.crafting.Ingredient@658018bc, net.minecraft.item.crafting.Ingredient@784a84c6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xitem.tconstruct.edible@4 new recipe: RecipeStage{tier='three', recipe=4xitem.tconstruct.edible@4:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@52bcb854, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5c36c4af, crafttweaker.mc1120.item.VanillaIngredient@3996626d, net.minecraft.item.crafting.Ingredient@1556bd2d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@229fc9cb, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.tconstruct.seared_furnace_controller@0 new recipe: RecipeStage{tier='two', recipe=1xtile.tconstruct.seared_furnace_controller@0:[net.minecraft.item.crafting.Ingredient@48e6628b, net.minecraft.item.crafting.Ingredient@42e9e4f0, net.minecraft.item.crafting.Ingredient@62769655, net.minecraft.item.crafting.Ingredient@3e7bca41, net.minecraft.item.crafting.Ingredient@45f2053f, net.minecraft.item.crafting.Ingredient@48b1a715, net.minecraft.item.crafting.Ingredient@1e234468, net.minecraft.item.crafting.Ingredient@7eeabc2f, net.minecraft.item.crafting.Ingredient@2be49530]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.tconstruct.firewood_slab@1 new recipe: RecipeStage{tier='three', recipe=3xtile.tconstruct.firewood_slab@1:[net.minecraft.item.crafting.Ingredient@6e280656, net.minecraft.item.crafting.Ingredient@6aac1fff, net.minecraft.item.crafting.Ingredient@418cdd41]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.tconstruct.piggybackpack@0 new recipe: RecipeStage{tier='two', recipe=1xitem.tconstruct.piggybackpack@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4e4e8d55, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@60fa387c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6aa3807b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4de23ebb, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.tconstruct.tinker_tank_controller@0 new recipe: RecipeStage{tier='two', recipe=1xtile.tconstruct.tinker_tank_controller@0:[net.minecraft.item.crafting.Ingredient@777c3677, net.minecraft.item.crafting.Ingredient@46f4c93c, net.minecraft.item.crafting.Ingredient@302239c1, net.minecraft.item.crafting.Ingredient@6c69ce98, net.minecraft.item.crafting.Ingredient@7ab082ec, net.minecraft.item.crafting.Ingredient@1aed19af, net.minecraft.item.crafting.Ingredient@3b20d702, net.minecraft.item.crafting.Ingredient@191fd3f0, net.minecraft.item.crafting.Ingredient@674685dd]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.tconstruct.seared_tank@0 new recipe: RecipeStage{tier='two', recipe=1xtile.tconstruct.seared_tank@0:[net.minecraft.item.crafting.Ingredient@1594c8fb, net.minecraft.item.crafting.Ingredient@28b1858c, net.minecraft.item.crafting.Ingredient@4f565339, net.minecraft.item.crafting.Ingredient@1c6d5f63, net.minecraft.item.crafting.Ingredient@2f8d9f05, net.minecraft.item.crafting.Ingredient@bb4e29d, net.minecraft.item.crafting.Ingredient@7686a749, net.minecraft.item.crafting.Ingredient@6678bd, net.minecraft.item.crafting.Ingredient@4350ba03]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.tconstruct.firewood_slab@0 new recipe: RecipeStage{tier='one', recipe=3xtile.tconstruct.firewood_slab@0:[net.minecraft.item.crafting.Ingredient@6fdc18fe, net.minecraft.item.crafting.Ingredient@2c2346a3, net.minecraft.item.crafting.Ingredient@1fb3700a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.tconstruct.smeltery_controller@0 new recipe: RecipeStage{tier='two', recipe=1xtile.tconstruct.smeltery_controller@0:[net.minecraft.item.crafting.Ingredient@59f5515d, net.minecraft.item.crafting.Ingredient@5661b975, net.minecraft.item.crafting.Ingredient@6041fb44, net.minecraft.item.crafting.Ingredient@64f6e466, net.minecraft.item.crafting.Ingredient@17fa3e1c, net.minecraft.item.crafting.Ingredient@4c0b9787, net.minecraft.item.crafting.Ingredient@23ffce99, net.minecraft.item.crafting.Ingredient@7079db54, net.minecraft.item.crafting.Ingredient@36351199]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.tconstruct.materials@16 new recipe: RecipeStage{tier='three', recipe=1xitem.tconstruct.materials@16:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@26121f77, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7bc4962a, net.minecraft.item.crafting.Ingredient@4559417d, net.minecraft.item.crafting.Ingredient@5bfe2996, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6da16c39, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.tconstruct.materials@16 new recipe: RecipeStage{tier='three', recipe=1xitem.tconstruct.materials@16:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@328bc261, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3d562fe4, net.minecraft.item.crafting.Ingredient@174e0341, net.minecraft.item.crafting.Ingredient@71687535, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1d1c29b3, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.tconstruct.materials@16 new recipe: RecipeStage{tier='three', recipe=1xitem.tconstruct.materials@16:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@11b91cfb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@760a4186, net.minecraft.item.crafting.Ingredient@44f943af, net.minecraft.item.crafting.Ingredient@38d4bb32, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@61533617, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.tconstruct.wood_rail@0 new recipe: RecipeStage{tier='three', recipe=8xtile.tconstruct.wood_rail@0:[net.minecraftforge.oredict.OreIngredient@45f14dca, net.minecraftforge.oredict.OreIngredient@4b1b8ae0, net.minecraftforge.oredict.OreIngredient@560bb59a, net.minecraftforge.oredict.OreIngredient@2e10c2c2, net.minecraftforge.oredict.OreIngredient@61c045d7, net.minecraftforge.oredict.OreIngredient@769b8f85, net.minecraftforge.oredict.OreIngredient@7db743a9, net.minecraftforge.oredict.OreIngredient@5519880f, net.minecraftforge.oredict.OreIngredient@36949186]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xitem.tconstruct.edible@2 new recipe: RecipeStage{tier='three', recipe=4xitem.tconstruct.edible@2:[net.minecraft.item.crafting.Ingredient@1cd9d776]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xitem.tconstruct.edible@4 new recipe: RecipeStage{tier='three', recipe=4xitem.tconstruct.edible@4:[net.minecraft.item.crafting.Ingredient@5b34654f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xtile.tconstruct.stone_torch@0 new recipe: RecipeStage{tier='one', recipe=2xtile.tconstruct.stone_torch@0:[net.minecraft.item.crafting.Ingredient@42f4d7d6, net.minecraftforge.oredict.OreIngredient@507e66af, net.minecraft.item.crafting.Ingredient@24e79b1]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xtile.tconstruct.stone_torch@0 new recipe: RecipeStage{tier='two', recipe=2xtile.tconstruct.stone_torch@0:[net.minecraft.item.crafting.Ingredient@42f4d7d6, net.minecraftforge.oredict.OreIngredient@507e66af, net.minecraft.item.crafting.Ingredient@24e79b1]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xitem.tconstruct.edible@1 new recipe: RecipeStage{tier='three', recipe=4xitem.tconstruct.edible@1:[net.minecraft.item.crafting.Ingredient@7a286aaa]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.tconstruct.book@0 new recipe: RecipeStage{tier='one', recipe=1xitem.tconstruct.book@0:[net.minecraft.item.crafting.Ingredient@1e86585e, net.minecraftforge.oredict.OreIngredient@3dee0e3f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.tconstruct.materials@16 new recipe: RecipeStage{tier='three', recipe=9xitem.tconstruct.materials@16:[net.minecraft.item.crafting.Ingredient@4c9c7bc2]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.tconstruct.seared_furnace_controller@0 new recipe: RecipeStage{tier='two', recipe=1xtile.tconstruct.seared_furnace_controller@0:[net.minecraft.item.crafting.Ingredient@755825c1, net.minecraft.item.crafting.Ingredient@5930c79c, net.minecraft.item.crafting.Ingredient@14e2a573, net.minecraft.item.crafting.Ingredient@3b8f8e46, net.minecraft.item.crafting.Ingredient@f4dd2db, net.minecraft.item.crafting.Ingredient@509ee889, net.minecraft.item.crafting.Ingredient@515616d4, net.minecraft.item.crafting.Ingredient@16ec5f06, net.minecraft.item.crafting.Ingredient@77d68c0a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.tconstruct.tinker_tank_controller@0 new recipe: RecipeStage{tier='two', recipe=1xtile.tconstruct.tinker_tank_controller@0:[net.minecraft.item.crafting.Ingredient@50abe8d9, net.minecraft.item.crafting.Ingredient@31aab4ae, net.minecraft.item.crafting.Ingredient@45cad9f2, net.minecraft.item.crafting.Ingredient@63fab9d, net.minecraft.item.crafting.Ingredient@9dd76a3, net.minecraft.item.crafting.Ingredient@6d36acf2, net.minecraft.item.crafting.Ingredient@7ea0edef, net.minecraft.item.crafting.Ingredient@5b8d2e5, net.minecraft.item.crafting.Ingredient@67b2c49f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.tconstruct.smeltery_controller@0 new recipe: RecipeStage{tier='two', recipe=1xtile.tconstruct.smeltery_controller@0:[net.minecraft.item.crafting.Ingredient@3f3bb5a7, net.minecraft.item.crafting.Ingredient@460de83a, net.minecraft.item.crafting.Ingredient@56125e4, net.minecraft.item.crafting.Ingredient@74869feb, net.minecraft.item.crafting.Ingredient@16f29a51, net.minecraft.item.crafting.Ingredient@3f17ec8d, net.minecraft.item.crafting.Ingredient@33d5b08e, net.minecraft.item.crafting.Ingredient@736c08d8, net.minecraft.item.crafting.Ingredient@71ce24f6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.totemic:totem_whittling_knife@0 new recipe: RecipeStage{tier='zero', recipe=1xitem.totemic:totem_whittling_knife@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@63ee7e15, net.minecraft.item.crafting.Ingredient@1ef4bf6d, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.totemic:totemic_staff@0 new recipe: RecipeStage{tier='zero', recipe=1xitem.totemic:totemic_staff@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3ff43847, net.minecraft.item.crafting.Ingredient@55c16f1c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@454fbd67, net.minecraft.item.crafting.Ingredient@7e7b6d74, net.minecraft.item.crafting.Ingredient@605354fc, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.totemic:tipi@0 new recipe: RecipeStage{tier='zero', recipe=1xtile.totemic:tipi@0:[net.minecraft.item.crafting.Ingredient@3e346e65, net.minecraft.item.crafting.Ingredient@6a85841, net.minecraft.item.crafting.Ingredient@231d952d, net.minecraft.item.crafting.Ingredient@5913d106, net.minecraft.item.crafting.Ingredient@4449cb07, net.minecraft.item.crafting.Ingredient@e7e99f, net.minecraft.item.crafting.Ingredient@4f9ca053, net.minecraft.item.crafting.Ingredient@840c347, net.minecraft.item.crafting.Ingredient@2db30bb]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.totemic:jingle_dress@0 new recipe: RecipeStage{tier='zero', recipe=1xitem.totemic:jingle_dress@0:[net.minecraft.item.crafting.Ingredient@3d4f8a6e, net.minecraft.item.crafting.Ingredient@17fb2bac, net.minecraft.item.crafting.Ingredient@192f88ef, net.minecraft.item.crafting.Ingredient@42aa2d99, net.minecraft.item.crafting.Ingredient@3f7c358, net.minecraft.item.crafting.Ingredient@4d9f2ec1]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.totemic:cedar_fence_gate@0 new recipe: RecipeStage{tier='one', recipe=1xtile.totemic:cedar_fence_gate@0:[net.minecraft.item.crafting.Ingredient@2812af6d, net.minecraft.item.crafting.Ingredient@3bc78913, net.minecraft.item.crafting.Ingredient@6976030, net.minecraft.item.crafting.Ingredient@324abf05, net.minecraft.item.crafting.Ingredient@f9e07e6, net.minecraft.item.crafting.Ingredient@8169817]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.totemic:cedar_slab@0 new recipe: RecipeStage{tier='zero', recipe=3xtile.totemic:cedar_slab@0:[net.minecraft.item.crafting.Ingredient@35bdefc5, net.minecraft.item.crafting.Ingredient@52e8cce0, net.minecraft.item.crafting.Ingredient@2db6406c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.totemic:cedar_fence@0 new recipe: RecipeStage{tier='one', recipe=3xtile.totemic:cedar_fence@0:[net.minecraft.item.crafting.Ingredient@11dcb3ed, net.minecraft.item.crafting.Ingredient@4bc5a5d4, net.minecraft.item.crafting.Ingredient@5fdeef80, net.minecraft.item.crafting.Ingredient@40f46137, net.minecraft.item.crafting.Ingredient@34c3f11f, net.minecraft.item.crafting.Ingredient@524e1956]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.totemic:drum@0 new recipe: RecipeStage{tier='zero', recipe=1xtile.totemic:drum@0:[net.minecraftforge.oredict.OreIngredient@7ac45e70, net.minecraft.item.crafting.Ingredient@19da75c6, net.minecraftforge.oredict.OreIngredient@32ba24eb, net.minecraftforge.oredict.OreIngredient@101c1f43, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4873e4ee, net.minecraftforge.oredict.OreIngredient@24dcc63, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@61b33dbd]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.totemic:cedar_stairs@0 new recipe: RecipeStage{tier='one', recipe=4xtile.totemic:cedar_stairs@0:[net.minecraft.item.crafting.Ingredient@1125c0cf, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@46261291, net.minecraft.item.crafting.Ingredient@2ae4f0e2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@52c27ed6, net.minecraft.item.crafting.Ingredient@6d5eeff9, net.minecraft.item.crafting.Ingredient@1b1ada59]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.totemic:eagle_bone_whistle@0 new recipe: RecipeStage{tier='zero', recipe=1xitem.totemic:eagle_bone_whistle@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@16745a38, net.minecraft.item.crafting.Ingredient@5701a2ee, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.totemic:wind_chime@0 new recipe: RecipeStage{tier='zero', recipe=1xtile.totemic:wind_chime@0:[net.minecraft.item.crafting.Ingredient@4d3aaed0, net.minecraft.item.crafting.Ingredient@3f7d3c, net.minecraft.item.crafting.Ingredient@342e5299, net.minecraft.item.crafting.Ingredient@6e629020, net.minecraft.item.crafting.Ingredient@76b6ff12, net.minecraft.item.crafting.Ingredient@d1baa65, net.minecraft.item.crafting.Ingredient@4be79bc5, net.minecraft.item.crafting.Ingredient@317ef109, net.minecraft.item.crafting.Ingredient@7071c65b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.totemic:flute@0 new recipe: RecipeStage{tier='zero', recipe=1xitem.totemic:flute@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@206912b2, net.minecraft.item.crafting.Ingredient@57a78cc9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1117c98d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6f2a96ea, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.null@1 new recipe: RecipeStage{tier='zero', recipe=1xitem.null@1:[net.minecraft.item.crafting.Ingredient@73ee53f, net.minecraft.item.crafting.Ingredient@6c94f0d5, net.minecraft.item.crafting.Ingredient@4360176b, net.minecraft.item.crafting.Ingredient@78c6442b, net.minecraft.item.crafting.Ingredient@8a14111, net.minecraft.item.crafting.Ingredient@43f80a88]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.totemic:totem_torch@0 new recipe: RecipeStage{tier='zero', recipe=1xtile.totemic:totem_torch@0:[net.minecraft.item.crafting.Ingredient@6096d3, net.minecraft.item.crafting.Ingredient@4acd6de8, net.minecraft.item.crafting.Ingredient@48660469]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.totemic:rattle@0 new recipe: RecipeStage{tier='zero', recipe=1xitem.totemic:rattle@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4b49eba7, net.minecraft.item.crafting.Ingredient@4f9b2a13, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.totemic:totempedia@0 new recipe: RecipeStage{tier='zero', recipe=1xitem.totemic:totempedia@0:[net.minecraftforge.oredict.OreIngredient@6e18bc25, net.minecraft.item.crafting.Ingredient@1625a8c3]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.traverse:blue_rock_cobblestone_slab@0 new recipe: RecipeStage{tier='zero', recipe=3xtile.traverse:blue_rock_cobblestone_slab@0:[net.minecraft.item.crafting.Ingredient@12b57d73, net.minecraft.item.crafting.Ingredient@4680684, net.minecraft.item.crafting.Ingredient@2fba6bb8]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.traverse:blue_rock_slab@0 new recipe: RecipeStage{tier='zero', recipe=3xtile.traverse:blue_rock_slab@0:[net.minecraft.item.crafting.Ingredient@1462bd3c, net.minecraft.item.crafting.Ingredient@2d851426, net.minecraft.item.crafting.Ingredient@699d6b34]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xtile.traverse:fir_slab@0 new recipe: RecipeStage{tier='zero', recipe=3xtile.traverse:fir_slab@0:[net.minecraft.item.crafting.Ingredient@15862a14, net.minecraft.item.crafting.Ingredient@148ceec5, net.minecraft.item.crafting.Ingredient@11adec56]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.twilightforest.fieryPick@0 new recipe: RecipeStage{tier='two', recipe=1xitem.twilightforest.fieryPick@0:[net.minecraftforge.oredict.OreIngredient@13ebe19c, net.minecraftforge.oredict.OreIngredient@3799af7f, net.minecraftforge.oredict.OreIngredient@4410958f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3aa10e07, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@768aefce, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.twilightforest.UncraftingTable@0 new recipe: RecipeStage{tier='two', recipe=1xtile.twilightforest.UncraftingTable@0:[net.minecraft.item.crafting.Ingredient@5f589efb, net.minecraft.item.crafting.Ingredient@4175dadb, net.minecraft.item.crafting.Ingredient@7d81a61e, net.minecraft.item.crafting.Ingredient@6c4e4577, net.minecraft.item.crafting.Ingredient@777ab143, net.minecraft.item.crafting.Ingredient@18b61e75, net.minecraft.item.crafting.Ingredient@6877fa2b, net.minecraft.item.crafting.Ingredient@768c6faf, net.minecraft.item.crafting.Ingredient@54de2894]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.twilightforest.Roots@1 new recipe: RecipeStage{tier='two', recipe=1xtile.twilightforest.Roots@1:[net.minecraft.item.crafting.Ingredient@7c33d1cc, net.minecraft.item.crafting.Ingredient@2b42cac3, net.minecraft.item.crafting.Ingredient@3e262913, net.minecraft.item.crafting.Ingredient@1b192ccb, net.minecraft.item.crafting.Ingredient@79c623d5, net.minecraft.item.crafting.Ingredient@44efeafc, net.minecraft.item.crafting.Ingredient@4b0e3dc3, net.minecraft.item.crafting.Ingredient@19a32f1d, net.minecraft.item.crafting.Ingredient@51337f77]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.twilightforest.liveRoot@0 new recipe: RecipeStage{tier='two', recipe=9xitem.twilightforest.liveRoot@0:[net.minecraft.item.crafting.Ingredient@6ab0c7a7]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.twilightforest.CastleDoor@0 new recipe: RecipeStage{tier='two', recipe=1xtile.twilightforest.CastleDoor@0:[net.minecraft.item.crafting.Ingredient@50ea0f17, net.minecraftforge.oredict.OreIngredient@503109d0]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.twilightforest.CastleDoor@1 new recipe: RecipeStage{tier='two', recipe=1xtile.twilightforest.CastleDoor@1:[net.minecraft.item.crafting.Ingredient@1a331c66, net.minecraftforge.oredict.OreIngredient@76526d78]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.twilightforest.CastleDoor@3 new recipe: RecipeStage{tier='two', recipe=1xtile.twilightforest.CastleDoor@3:[net.minecraft.item.crafting.Ingredient@76405612, net.minecraftforge.oredict.OreIngredient@2e67ae83]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.twilightforest.magicMapFocus@0 new recipe: RecipeStage{tier='two', recipe=1xitem.twilightforest.magicMapFocus@0:[net.minecraft.item.crafting.Ingredient@2c355705, net.minecraft.item.crafting.Ingredient@4969d656, net.minecraft.item.crafting.Ingredient@3dedf9af]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.twilightforest.fieryIngot@0 new recipe: RecipeStage{tier='two', recipe=1xitem.twilightforest.fieryIngot@0:[net.minecraftforge.oredict.OreIngredient@2eed4b27, net.minecraftforge.oredict.OreIngredient@2866ac80]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.twilightforest.CastleDoor@2 new recipe: RecipeStage{tier='two', recipe=1xtile.twilightforest.CastleDoor@2:[net.minecraft.item.crafting.Ingredient@2f3a04bc, net.minecraftforge.oredict.OreIngredient@7dc8a075]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.uppers.upper@0 new recipe: RecipeStage{tier='two', recipe=1xtile.uppers.upper@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@39b87898, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2427d183, net.minecraftforge.oredict.OreIngredient@5bc73e5f, net.minecraftforge.oredict.OreIngredient@63b4f65a, net.minecraftforge.oredict.OreIngredient@19322e0c, net.minecraft.item.crafting.Ingredient@3034f60, net.minecraftforge.oredict.OreIngredient@6154ac99]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.uppers.upper@0 new recipe: RecipeStage{tier='two', recipe=1xtile.uppers.upper@0:[net.minecraft.item.crafting.Ingredient@251690cf]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.valkyrielib.guide@0 new recipe: RecipeStage{tier='five', recipe=1xitem.valkyrielib.guide@0:[net.minecraft.item.crafting.Ingredient@2ddc882f, net.minecraft.item.crafting.Ingredient@343dbabb]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.vc:modules/item_module_type@0 new recipe: RecipeStage{tier='three', recipe=1xitem.vc:modules/item_module_type@0:[net.minecraftforge.oredict.OreIngredient@7b6351a3, net.minecraftforge.oredict.OreIngredient@74f0f836, net.minecraftforge.oredict.OreIngredient@18019900, net.minecraftforge.oredict.OreIngredient@6d7a52ad, net.minecraft.item.crafting.Ingredient@cf5f8e8, net.minecraftforge.oredict.OreIngredient@7fb78008, net.minecraftforge.oredict.OreIngredient@6beadf67, net.minecraftforge.oredict.OreIngredient@54ba178d, net.minecraftforge.oredict.OreIngredient@772b974a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.vc:item_logic_chip@0 new recipe: RecipeStage{tier='three', recipe=1xitem.vc:item_logic_chip@0:[net.minecraftforge.oredict.OreIngredient@22289b36, net.minecraftforge.oredict.OreIngredient@530ce2a4, net.minecraftforge.oredict.OreIngredient@6e1890db, net.minecraftforge.oredict.OreIngredient@2352b390, net.minecraftforge.oredict.OreIngredient@45c57de7, net.minecraftforge.oredict.OreIngredient@7168be39]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.waterstrainer.bait_pot@0 new recipe: RecipeStage{tier='one', recipe=1xitem.waterstrainer.bait_pot@0:[net.minecraft.item.crafting.Ingredient@87dd482, net.minecraft.item.crafting.Ingredient@63b690ea]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.waterstrainer.strainer_base@0 new recipe: RecipeStage{tier='zero', recipe=1xtile.waterstrainer.strainer_base@0:[net.minecraft.item.crafting.Ingredient@695a6fa4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3498a1f7, net.minecraftforge.oredict.OreIngredient@5227aa22, net.minecraft.item.crafting.Ingredient@541414c, net.minecraftforge.oredict.OreIngredient@3fdc390f, net.minecraftforge.oredict.OreIngredient@4e3ab01a, net.minecraft.item.crafting.Ingredient@21a37545, net.minecraftforge.oredict.OreIngredient@2e670b1c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.waterstrainer.garden_trowel@0 new recipe: RecipeStage{tier='zero', recipe=1xitem.waterstrainer.garden_trowel@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@70ad5b9e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6b8c9ff1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@513fc698, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.waterstrainer.strainer_base@0 new recipe: RecipeStage{tier='zero', recipe=1xtile.waterstrainer.strainer_base@0:[net.minecraft.item.crafting.Ingredient@47160848, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5dfdca9f, net.minecraftforge.oredict.OreIngredient@5281a5c6, net.minecraft.item.crafting.Ingredient@7da5a208, net.minecraftforge.oredict.OreIngredient@a86b1bc, net.minecraftforge.oredict.OreIngredient@399c2b41, net.minecraft.item.crafting.Ingredient@666c0621, net.minecraftforge.oredict.OreIngredient@36894d06]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.weirdinggadget:weirding_gadget@0 new recipe: RecipeStage{tier='two', recipe=1xtile.weirdinggadget:weirding_gadget@0:[net.minecraftforge.oredict.OreIngredient@9bd013a, net.minecraftforge.oredict.OreIngredient@5123f56f, net.minecraftforge.oredict.OreIngredient@57f8bc64, net.minecraftforge.oredict.OreIngredient@2be52ae0, net.minecraft.item.crafting.Ingredient@4a305a77, net.minecraftforge.oredict.OreIngredient@47646d3, net.minecraftforge.oredict.OreIngredient@16ffc1a5, net.minecraftforge.oredict.OreIngredient@14cf4bb0, net.minecraftforge.oredict.OreIngredient@5c6448bc]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.wopper.wopper@0 new recipe: RecipeStage{tier='zero', recipe=1xtile.wopper.wopper@0:[net.minecraftforge.oredict.OreIngredient@6a92dd3d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@208db23, net.minecraftforge.oredict.OreIngredient@6cf49219, net.minecraft.item.crafting.Ingredient@12ab0693, net.minecraftforge.oredict.OreIngredient@6eac5ace, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2ab955fb, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.wopper.wopper@0 new recipe: RecipeStage{tier='zero', recipe=1xtile.wopper.wopper@0:[net.minecraftforge.oredict.OreIngredient@62956eef, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@28c063b0, net.minecraftforge.oredict.OreIngredient@2436264c, net.minecraft.item.crafting.Ingredient@44c0b9bc, net.minecraftforge.oredict.OreIngredient@deb55dd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@269d6a33, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.xnet.router@0 new recipe: RecipeStage{tier='five', recipe=1xtile.xnet.router@0:[net.minecraftforge.oredict.OreIngredient@330c3cea, net.minecraft.item.crafting.Ingredient@72c06e6e, net.minecraftforge.oredict.OreIngredient@25d28856, net.minecraft.item.crafting.Ingredient@6853a22d, net.minecraft.item.crafting.Ingredient@3aea38a1, net.minecraft.item.crafting.Ingredient@4ba8828c, net.minecraftforge.oredict.OreIngredient@7a092397, net.minecraft.item.crafting.Ingredient@f3ea431, net.minecraftforge.oredict.OreIngredient@64faba47]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.xnet.controller@0 new recipe: RecipeStage{tier='five', recipe=1xtile.xnet.controller@0:[net.minecraftforge.oredict.OreIngredient@6b49f8b6, net.minecraft.item.crafting.Ingredient@586f6bd3, net.minecraftforge.oredict.OreIngredient@228a43c3, net.minecraftforge.oredict.OreIngredient@1393ed57, net.minecraft.item.crafting.Ingredient@37bb2bdb, net.minecraftforge.oredict.OreIngredient@1429ff0c, net.minecraftforge.oredict.OreIngredient@64cd3211, net.minecraft.item.crafting.Ingredient@68b8928a, net.minecraftforge.oredict.OreIngredient@63399b5]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.yoyos.book@0 new recipe: RecipeStage{tier='two', recipe=1xitem.yoyos.book@0:[net.minecraft.item.crafting.Ingredient@5db9c7e0, crafttweaker.api.minecraft.CraftTweakerMC$1@50e93bfc]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.cloth@1 new recipe: RecipeStage{tier='two', recipe=8xtile.cloth@1:[net.minecraftforge.oredict.OreIngredient@d565a1, net.minecraftforge.oredict.OreIngredient@3459c0b6, net.minecraftforge.oredict.OreIngredient@2b6416fa, net.minecraftforge.oredict.OreIngredient@f15bf01, net.minecraftforge.oredict.OreIngredient@24462b2f, net.minecraftforge.oredict.OreIngredient@5e601361, net.minecraftforge.oredict.OreIngredient@55b81d91, net.minecraftforge.oredict.OreIngredient@77f75d90, net.minecraftforge.oredict.OreIngredient@627d1f12]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.cloth@5 new recipe: RecipeStage{tier='two', recipe=8xtile.cloth@5:[net.minecraftforge.oredict.OreIngredient@6e40f0c2, net.minecraftforge.oredict.OreIngredient@15fa77f6, net.minecraftforge.oredict.OreIngredient@752e2484, net.minecraftforge.oredict.OreIngredient@6e4c1531, net.minecraftforge.oredict.OreIngredient@7633eda, net.minecraftforge.oredict.OreIngredient@41e0ac07, net.minecraftforge.oredict.OreIngredient@456eaabb, net.minecraftforge.oredict.OreIngredient@4b85caba, net.minecraftforge.oredict.OreIngredient@558ea8fe]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.cloth@9 new recipe: RecipeStage{tier='two', recipe=8xtile.cloth@9:[net.minecraftforge.oredict.OreIngredient@6b2fd6c3, net.minecraftforge.oredict.OreIngredient@626f4860, net.minecraftforge.oredict.OreIngredient@6a26a10c, net.minecraftforge.oredict.OreIngredient@7dffdfc5, net.minecraftforge.oredict.OreIngredient@68738777, net.minecraftforge.oredict.OreIngredient@70c7ee51, net.minecraftforge.oredict.OreIngredient@2f361f84, net.minecraftforge.oredict.OreIngredient@2cb4ec50, net.minecraftforge.oredict.OreIngredient@58088e8e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.cloth@13 new recipe: RecipeStage{tier='two', recipe=8xtile.cloth@13:[net.minecraftforge.oredict.OreIngredient@38db2989, net.minecraftforge.oredict.OreIngredient@32b07a9b, net.minecraftforge.oredict.OreIngredient@41362666, net.minecraftforge.oredict.OreIngredient@64679991, net.minecraftforge.oredict.OreIngredient@51163f5, net.minecraftforge.oredict.OreIngredient@3444b56e, net.minecraftforge.oredict.OreIngredient@4431b096, net.minecraftforge.oredict.OreIngredient@1cc21290, net.minecraftforge.oredict.OreIngredient@12c2c436]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.cloth@8 new recipe: RecipeStage{tier='two', recipe=8xtile.cloth@8:[net.minecraftforge.oredict.OreIngredient@3fd0c512, net.minecraftforge.oredict.OreIngredient@10b3373d, net.minecraftforge.oredict.OreIngredient@1763da68, net.minecraftforge.oredict.OreIngredient@77ba9c20, net.minecraftforge.oredict.OreIngredient@4e7b2f90, net.minecraftforge.oredict.OreIngredient@4778e3bd, net.minecraftforge.oredict.OreIngredient@4e41d1a0, net.minecraftforge.oredict.OreIngredient@6d391fd4, net.minecraftforge.oredict.OreIngredient@7a29ba4c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.cloth@12 new recipe: RecipeStage{tier='two', recipe=8xtile.cloth@12:[net.minecraftforge.oredict.OreIngredient@4efb1597, net.minecraftforge.oredict.OreIngredient@125ace76, net.minecraftforge.oredict.OreIngredient@7c900c37, net.minecraftforge.oredict.OreIngredient@776b24f5, net.minecraftforge.oredict.OreIngredient@61aac022, net.minecraftforge.oredict.OreIngredient@25c79b1f, net.minecraftforge.oredict.OreIngredient@594ada24, net.minecraftforge.oredict.OreIngredient@77a81174, net.minecraftforge.oredict.OreIngredient@40347473]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.cloth@2 new recipe: RecipeStage{tier='two', recipe=8xtile.cloth@2:[net.minecraftforge.oredict.OreIngredient@1f1b9826, net.minecraftforge.oredict.OreIngredient@99afad9, net.minecraftforge.oredict.OreIngredient@335ef123, net.minecraftforge.oredict.OreIngredient@229a1c2b, net.minecraftforge.oredict.OreIngredient@61037af6, net.minecraftforge.oredict.OreIngredient@3f11183d, net.minecraftforge.oredict.OreIngredient@7b823115, net.minecraftforge.oredict.OreIngredient@98b110a, net.minecraftforge.oredict.OreIngredient@73a51e07]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.cloth@3 new recipe: RecipeStage{tier='two', recipe=8xtile.cloth@3:[net.minecraftforge.oredict.OreIngredient@10dc5d8f, net.minecraftforge.oredict.OreIngredient@54bfc887, net.minecraftforge.oredict.OreIngredient@3df3c883, net.minecraftforge.oredict.OreIngredient@14b15e38, net.minecraftforge.oredict.OreIngredient@66f35904, net.minecraftforge.oredict.OreIngredient@4ca24ead, net.minecraftforge.oredict.OreIngredient@6f36206a, net.minecraftforge.oredict.OreIngredient@7168f32a, net.minecraftforge.oredict.OreIngredient@d2fbf7a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.cloth@7 new recipe: RecipeStage{tier='two', recipe=8xtile.cloth@7:[net.minecraftforge.oredict.OreIngredient@53a64f54, net.minecraftforge.oredict.OreIngredient@d4d003a, net.minecraftforge.oredict.OreIngredient@3b8a431a, net.minecraftforge.oredict.OreIngredient@4b2eef7e, net.minecraftforge.oredict.OreIngredient@2a93c5a0, net.minecraftforge.oredict.OreIngredient@4f3a4c18, net.minecraftforge.oredict.OreIngredient@26414476, net.minecraftforge.oredict.OreIngredient@1aa81adf, net.minecraftforge.oredict.OreIngredient@2e2262ef]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.cloth@11 new recipe: RecipeStage{tier='two', recipe=8xtile.cloth@11:[net.minecraftforge.oredict.OreIngredient@5001e624, net.minecraftforge.oredict.OreIngredient@3dc3dfa0, net.minecraftforge.oredict.OreIngredient@3408a589, net.minecraftforge.oredict.OreIngredient@62e1b40e, net.minecraftforge.oredict.OreIngredient@3d8e5eb0, net.minecraftforge.oredict.OreIngredient@1e13a87e, net.minecraftforge.oredict.OreIngredient@6f4662d8, net.minecraftforge.oredict.OreIngredient@e8eafa, net.minecraftforge.oredict.OreIngredient@4f5c5f89]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.cloth@15 new recipe: RecipeStage{tier='two', recipe=8xtile.cloth@15:[net.minecraftforge.oredict.OreIngredient@13de09b0, net.minecraftforge.oredict.OreIngredient@1eb3f0c9, net.minecraftforge.oredict.OreIngredient@5e97048b, net.minecraftforge.oredict.OreIngredient@d0e4356, net.minecraftforge.oredict.OreIngredient@6efe48ce, net.minecraftforge.oredict.OreIngredient@6f4ad860, net.minecraftforge.oredict.OreIngredient@99f3a5e, net.minecraftforge.oredict.OreIngredient@7674dcc8, net.minecraftforge.oredict.OreIngredient@6ad042f0]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.cloth@6 new recipe: RecipeStage{tier='two', recipe=8xtile.cloth@6:[net.minecraftforge.oredict.OreIngredient@51e10c1f, net.minecraftforge.oredict.OreIngredient@5c3223ed, net.minecraftforge.oredict.OreIngredient@4c59546e, net.minecraftforge.oredict.OreIngredient@83868ce, net.minecraftforge.oredict.OreIngredient@51e01c22, net.minecraftforge.oredict.OreIngredient@1c8070b8, net.minecraftforge.oredict.OreIngredient@1afcad62, net.minecraftforge.oredict.OreIngredient@5149d8eb, net.minecraftforge.oredict.OreIngredient@19dfec]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.cloth@14 new recipe: RecipeStage{tier='two', recipe=8xtile.cloth@14:[net.minecraftforge.oredict.OreIngredient@516f5a15, net.minecraftforge.oredict.OreIngredient@3f645ed4, net.minecraftforge.oredict.OreIngredient@1f73e208, net.minecraftforge.oredict.OreIngredient@11629aaf, net.minecraftforge.oredict.OreIngredient@3af6d564, net.minecraftforge.oredict.OreIngredient@2779be10, net.minecraftforge.oredict.OreIngredient@279a7b55, net.minecraftforge.oredict.OreIngredient@22283aeb, net.minecraftforge.oredict.OreIngredient@2ef9863f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.cloth@0 new recipe: RecipeStage{tier='two', recipe=8xtile.cloth@0:[net.minecraftforge.oredict.OreIngredient@6fee508d, net.minecraftforge.oredict.OreIngredient@4cee172, net.minecraftforge.oredict.OreIngredient@48beb17b, net.minecraftforge.oredict.OreIngredient@4ee56f7a, net.minecraftforge.oredict.OreIngredient@53922413, net.minecraftforge.oredict.OreIngredient@20248a62, net.minecraftforge.oredict.OreIngredient@1dacc274, net.minecraftforge.oredict.OreIngredient@78d7e004, net.minecraftforge.oredict.OreIngredient@3a27f1b1]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.cloth@4 new recipe: RecipeStage{tier='two', recipe=8xtile.cloth@4:[net.minecraftforge.oredict.OreIngredient@4987f3fd, net.minecraftforge.oredict.OreIngredient@edf7c26, net.minecraftforge.oredict.OreIngredient@54b9dea7, net.minecraftforge.oredict.OreIngredient@21921d35, net.minecraftforge.oredict.OreIngredient@57fc0ae1, net.minecraftforge.oredict.OreIngredient@22376274, net.minecraftforge.oredict.OreIngredient@3861cc73, net.minecraftforge.oredict.OreIngredient@92b05ff, net.minecraftforge.oredict.OreIngredient@3eb7ad39]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.cloth@10 new recipe: RecipeStage{tier='two', recipe=8xtile.cloth@10:[net.minecraftforge.oredict.OreIngredient@1ad029c4, net.minecraftforge.oredict.OreIngredient@4df83654, net.minecraftforge.oredict.OreIngredient@537622fb, net.minecraftforge.oredict.OreIngredient@2dddf18a, net.minecraftforge.oredict.OreIngredient@365873fc, net.minecraftforge.oredict.OreIngredient@3a1eb9f5, net.minecraftforge.oredict.OreIngredient@581d35b7, net.minecraftforge.oredict.OreIngredient@1a0ede9f, net.minecraftforge.oredict.OreIngredient@6fbc99b1]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xtile.stonebrick@0 new recipe: RecipeStage{tier='tutorial', recipe=9xtile.stonebrick@0:[net.minecraft.item.crafting.Ingredient@49b6b5d1]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xtile.compressed_cobblestone@0 new recipe: RecipeStage{tier='five', recipe=9xtile.compressed_cobblestone@0:[net.minecraft.item.crafting.Ingredient@4c2f933a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xtile.compressed_cobblestone@1 new recipe: RecipeStage{tier='five', recipe=9xtile.compressed_cobblestone@1:[net.minecraft.item.crafting.Ingredient@d2bced]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xtile.compressed_cobblestone@2 new recipe: RecipeStage{tier='five', recipe=9xtile.compressed_cobblestone@2:[net.minecraft.item.crafting.Ingredient@58496aa8]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xtile.compressed_cobblestone@3 new recipe: RecipeStage{tier='five', recipe=9xtile.compressed_cobblestone@3:[net.minecraft.item.crafting.Ingredient@242d544d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xtile.compressed_cobblestone@4 new recipe: RecipeStage{tier='five', recipe=9xtile.compressed_cobblestone@4:[net.minecraft.item.crafting.Ingredient@14abb5b1]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xtile.compressed_cobblestone@5 new recipe: RecipeStage{tier='five', recipe=9xtile.compressed_cobblestone@5:[net.minecraft.item.crafting.Ingredient@10b461d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xtile.compressed_cobblestone@6 new recipe: RecipeStage{tier='five', recipe=9xtile.compressed_cobblestone@6:[net.minecraft.item.crafting.Ingredient@128470be]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xtile.compressed_cobblestone@7 new recipe: RecipeStage{tier='five', recipe=9xtile.compressed_cobblestone@7:[net.minecraft.item.crafting.Ingredient@5cc5d19f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xtile.compressed_cobblestone@8 new recipe: RecipeStage{tier='five', recipe=9xtile.compressed_cobblestone@8:[net.minecraft.item.crafting.Ingredient@150ae18b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xtile.compressed_cobblestone@9 new recipe: RecipeStage{tier='five', recipe=9xtile.compressed_cobblestone@9:[net.minecraft.item.crafting.Ingredient@4e6a6699]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xtile.compressed_cobblestone@10 new recipe: RecipeStage{tier='five', recipe=9xtile.compressed_cobblestone@10:[net.minecraft.item.crafting.Ingredient@7fdafe6a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xtile.compressed_cobblestone@11 new recipe: RecipeStage{tier='five', recipe=9xtile.compressed_cobblestone@11:[net.minecraft.item.crafting.Ingredient@de19127]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xtile.compressed_cobblestone@12 new recipe: RecipeStage{tier='five', recipe=9xtile.compressed_cobblestone@12:[net.minecraft.item.crafting.Ingredient@4f252fa9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xtile.compressed_cobblestone@13 new recipe: RecipeStage{tier='five', recipe=9xtile.compressed_cobblestone@13:[net.minecraft.item.crafting.Ingredient@52e6c67a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xtile.compressed_cobblestone@14 new recipe: RecipeStage{tier='five', recipe=9xtile.compressed_cobblestone@14:[net.minecraft.item.crafting.Ingredient@7a674be2]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xtile.obsidian@0 new recipe: RecipeStage{tier='three', recipe=9xtile.obsidian@0:[net.minecraft.item.crafting.Ingredient@7b0e9520]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xtile.compressed_obsidian@0 new recipe: RecipeStage{tier='five', recipe=9xtile.compressed_obsidian@0:[net.minecraft.item.crafting.Ingredient@1db0b58f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xtile.compressed_obsidian@1 new recipe: RecipeStage{tier='five', recipe=9xtile.compressed_obsidian@1:[net.minecraft.item.crafting.Ingredient@79017555]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xtile.compressed_obsidian@2 new recipe: RecipeStage{tier='five', recipe=9xtile.compressed_obsidian@2:[net.minecraft.item.crafting.Ingredient@39f919cc]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xtile.compressed_obsidian@3 new recipe: RecipeStage{tier='five', recipe=9xtile.compressed_obsidian@3:[net.minecraft.item.crafting.Ingredient@36d13c46]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xtile.compressed_obsidian@4 new recipe: RecipeStage{tier='five', recipe=9xtile.compressed_obsidian@4:[net.minecraft.item.crafting.Ingredient@2e55ebde]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xtile.compressed_obsidian@5 new recipe: RecipeStage{tier='five', recipe=9xtile.compressed_obsidian@5:[net.minecraft.item.crafting.Ingredient@5c8c889c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xtile.compressed_obsidian@6 new recipe: RecipeStage{tier='five', recipe=9xtile.compressed_obsidian@6:[net.minecraft.item.crafting.Ingredient@2dcaddb8]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xtile.compressed_obsidian@7 new recipe: RecipeStage{tier='five', recipe=9xtile.compressed_obsidian@7:[net.minecraft.item.crafting.Ingredient@1246f74b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xtile.compressed_obsidian@8 new recipe: RecipeStage{tier='five', recipe=9xtile.compressed_obsidian@8:[net.minecraft.item.crafting.Ingredient@134ce5c6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xtile.compressed_obsidian@9 new recipe: RecipeStage{tier='five', recipe=9xtile.compressed_obsidian@9:[net.minecraft.item.crafting.Ingredient@2b3c475b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xtile.compressed_obsidian@10 new recipe: RecipeStage{tier='five', recipe=9xtile.compressed_obsidian@10:[net.minecraft.item.crafting.Ingredient@50e06899]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xtile.compressed_obsidian@11 new recipe: RecipeStage{tier='five', recipe=9xtile.compressed_obsidian@11:[net.minecraft.item.crafting.Ingredient@75393161]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xtile.compressed_obsidian@12 new recipe: RecipeStage{tier='five', recipe=9xtile.compressed_obsidian@12:[net.minecraft.item.crafting.Ingredient@12f88d5]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xtile.compressed_obsidian@13 new recipe: RecipeStage{tier='five', recipe=9xtile.compressed_obsidian@13:[net.minecraft.item.crafting.Ingredient@48601134]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xtile.compressed_obsidian@14 new recipe: RecipeStage{tier='five', recipe=9xtile.compressed_obsidian@14:[net.minecraft.item.crafting.Ingredient@1b971c01]} +[POSTINITIALIZATION][SERVER][INFO] Setting the stages for recipes based on regex, 2 +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.ma.soulstone_brick_stairs@0 new recipe: RecipeStage{tier='three', recipe=4xtile.ma.soulstone_brick_stairs@0:[net.minecraft.item.crafting.Ingredient@1b27a2ca, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1b27a2ca, net.minecraft.item.crafting.Ingredient@1b27a2ca, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1b27a2ca, net.minecraft.item.crafting.Ingredient@1b27a2ca, net.minecraft.item.crafting.Ingredient@1b27a2ca]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.ma.soulstone_brick_stairs@0 new recipe: RecipeStage{tier='three', recipe=4xtile.ma.soulstone_brick_stairs@0:[net.minecraft.item.crafting.Ingredient@1b27a2ca, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1b27a2ca, net.minecraft.item.crafting.Ingredient@1b27a2ca, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1b27a2ca, net.minecraft.item.crafting.Ingredient@1b27a2ca, net.minecraft.item.crafting.Ingredient@1b27a2ca]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.ma.soulstone_brick_wall@0 new recipe: RecipeStage{tier='three', recipe=6xtile.ma.soulstone_brick_wall@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@57ede83e, net.minecraft.item.crafting.Ingredient@57ede83e, net.minecraft.item.crafting.Ingredient@57ede83e, net.minecraft.item.crafting.Ingredient@57ede83e, net.minecraft.item.crafting.Ingredient@57ede83e, net.minecraft.item.crafting.Ingredient@57ede83e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.ma.soulstone_brick_wall@0 new recipe: RecipeStage{tier='three', recipe=6xtile.ma.soulstone_brick_wall@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@57ede83e, net.minecraft.item.crafting.Ingredient@57ede83e, net.minecraft.item.crafting.Ingredient@57ede83e, net.minecraft.item.crafting.Ingredient@57ede83e, net.minecraft.item.crafting.Ingredient@57ede83e, net.minecraft.item.crafting.Ingredient@57ede83e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.ma.soulstone_slab@0 new recipe: RecipeStage{tier='three', recipe=6xtile.ma.soulstone_slab@0:[net.minecraft.item.crafting.Ingredient@313e4c57, net.minecraft.item.crafting.Ingredient@313e4c57, net.minecraft.item.crafting.Ingredient@313e4c57, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.ma.soulstone_slab@0 new recipe: RecipeStage{tier='three', recipe=6xtile.ma.soulstone_slab@0:[net.minecraft.item.crafting.Ingredient@313e4c57, net.minecraft.item.crafting.Ingredient@313e4c57, net.minecraft.item.crafting.Ingredient@313e4c57, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.ma.cobbled_soulstone_wall@0 new recipe: RecipeStage{tier='three', recipe=6xtile.ma.cobbled_soulstone_wall@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7160bb7d, net.minecraft.item.crafting.Ingredient@7160bb7d, net.minecraft.item.crafting.Ingredient@7160bb7d, net.minecraft.item.crafting.Ingredient@7160bb7d, net.minecraft.item.crafting.Ingredient@7160bb7d, net.minecraft.item.crafting.Ingredient@7160bb7d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.ma.cobbled_soulstone_wall@0 new recipe: RecipeStage{tier='three', recipe=6xtile.ma.cobbled_soulstone_wall@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7160bb7d, net.minecraft.item.crafting.Ingredient@7160bb7d, net.minecraft.item.crafting.Ingredient@7160bb7d, net.minecraft.item.crafting.Ingredient@7160bb7d, net.minecraft.item.crafting.Ingredient@7160bb7d, net.minecraft.item.crafting.Ingredient@7160bb7d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.slimeball@0 new recipe: RecipeStage{tier='five', recipe=1xitem.slimeball@0:[net.minecraft.item.crafting.Ingredient@4d7da90d, net.minecraft.item.crafting.Ingredient@74fd2349, net.minecraft.item.crafting.Ingredient@4d7da90d, net.minecraft.item.crafting.Ingredient@74fd2349, net.minecraft.item.crafting.Ingredient@5dc1592d, net.minecraft.item.crafting.Ingredient@74fd2349, net.minecraft.item.crafting.Ingredient@4d7da90d, net.minecraft.item.crafting.Ingredient@74fd2349, net.minecraft.item.crafting.Ingredient@4d7da90d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xtile.ma.soulstone@2 new recipe: RecipeStage{tier='three', recipe=2xtile.ma.soulstone@2:[net.minecraft.item.crafting.Ingredient@13d4a934, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@13d4a934, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xtile.ma.soulstone@2 new recipe: RecipeStage{tier='three', recipe=2xtile.ma.soulstone@2:[net.minecraft.item.crafting.Ingredient@13d4a934, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@13d4a934, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.ma.cobbled_soulstone_slab@0 new recipe: RecipeStage{tier='three', recipe=6xtile.ma.cobbled_soulstone_slab@0:[net.minecraft.item.crafting.Ingredient@4b0f1afd, net.minecraft.item.crafting.Ingredient@4b0f1afd, net.minecraft.item.crafting.Ingredient@4b0f1afd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.ma.cobbled_soulstone_slab@0 new recipe: RecipeStage{tier='three', recipe=6xtile.ma.cobbled_soulstone_slab@0:[net.minecraft.item.crafting.Ingredient@4b0f1afd, net.minecraft.item.crafting.Ingredient@4b0f1afd, net.minecraft.item.crafting.Ingredient@4b0f1afd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.ma.soulstone_brick_slab@0 new recipe: RecipeStage{tier='three', recipe=6xtile.ma.soulstone_brick_slab@0:[net.minecraft.item.crafting.Ingredient@1d3dc48d, net.minecraft.item.crafting.Ingredient@1d3dc48d, net.minecraft.item.crafting.Ingredient@1d3dc48d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xtile.ma.soulstone_brick_slab@0 new recipe: RecipeStage{tier='three', recipe=6xtile.ma.soulstone_brick_slab@0:[net.minecraft.item.crafting.Ingredient@1d3dc48d, net.minecraft.item.crafting.Ingredient@1d3dc48d, net.minecraft.item.crafting.Ingredient@1d3dc48d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.ma.cobbled_soulstone_stairs@0 new recipe: RecipeStage{tier='three', recipe=4xtile.ma.cobbled_soulstone_stairs@0:[net.minecraft.item.crafting.Ingredient@259d349c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@259d349c, net.minecraft.item.crafting.Ingredient@259d349c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@259d349c, net.minecraft.item.crafting.Ingredient@259d349c, net.minecraft.item.crafting.Ingredient@259d349c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.ma.cobbled_soulstone_stairs@0 new recipe: RecipeStage{tier='three', recipe=4xtile.ma.cobbled_soulstone_stairs@0:[net.minecraft.item.crafting.Ingredient@259d349c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@259d349c, net.minecraft.item.crafting.Ingredient@259d349c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@259d349c, net.minecraft.item.crafting.Ingredient@259d349c, net.minecraft.item.crafting.Ingredient@259d349c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ma.soulstone@5 new recipe: RecipeStage{tier='three', recipe=1xtile.ma.soulstone@5:[net.minecraft.item.crafting.Ingredient@1f8af422, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1f8af422, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ma.soulstone@5 new recipe: RecipeStage{tier='three', recipe=1xtile.ma.soulstone@5:[net.minecraft.item.crafting.Ingredient@1f8af422, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1f8af422, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xtile.ma.soulstone@6 new recipe: RecipeStage{tier='three', recipe=2xtile.ma.soulstone@6:[net.minecraft.item.crafting.Ingredient@75a940c2, net.minecraft.item.crafting.Ingredient@75a940c2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@75a940c2, net.minecraft.item.crafting.Ingredient@75a940c2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xtile.ma.soulstone@6 new recipe: RecipeStage{tier='three', recipe=2xtile.ma.soulstone@6:[net.minecraft.item.crafting.Ingredient@75a940c2, net.minecraft.item.crafting.Ingredient@75a940c2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@75a940c2, net.minecraft.item.crafting.Ingredient@75a940c2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.ma.soulstone@0 new recipe: RecipeStage{tier='three', recipe=8xtile.ma.soulstone@0:[net.minecraftforge.oredict.OreIngredient@4ad0f61c, net.minecraft.item.crafting.Ingredient@7d4bacef, net.minecraftforge.oredict.OreIngredient@4ad0f61c, net.minecraft.item.crafting.Ingredient@7d4bacef, net.minecraftforge.oredict.OreIngredient@4ad0f61c, net.minecraft.item.crafting.Ingredient@7d4bacef, net.minecraftforge.oredict.OreIngredient@4ad0f61c, net.minecraft.item.crafting.Ingredient@7d4bacef, net.minecraftforge.oredict.OreIngredient@4ad0f61c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.ma.soulstone@0 new recipe: RecipeStage{tier='three', recipe=8xtile.ma.soulstone@0:[net.minecraftforge.oredict.OreIngredient@4ad0f61c, net.minecraft.item.crafting.Ingredient@7d4bacef, net.minecraftforge.oredict.OreIngredient@4ad0f61c, net.minecraft.item.crafting.Ingredient@7d4bacef, net.minecraftforge.oredict.OreIngredient@4ad0f61c, net.minecraft.item.crafting.Ingredient@7d4bacef, net.minecraftforge.oredict.OreIngredient@4ad0f61c, net.minecraft.item.crafting.Ingredient@7d4bacef, net.minecraftforge.oredict.OreIngredient@4ad0f61c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.ma.soulstone@3 new recipe: RecipeStage{tier='three', recipe=4xtile.ma.soulstone@3:[net.minecraft.item.crafting.Ingredient@329ba22a, net.minecraft.item.crafting.Ingredient@329ba22a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@329ba22a, net.minecraft.item.crafting.Ingredient@329ba22a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.ma.soulstone@3 new recipe: RecipeStage{tier='three', recipe=4xtile.ma.soulstone@3:[net.minecraft.item.crafting.Ingredient@329ba22a, net.minecraft.item.crafting.Ingredient@329ba22a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@329ba22a, net.minecraft.item.crafting.Ingredient@329ba22a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Setting the stages for recipes based on regex, 10 +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.primal_tech.charcoal_hopper@0 new recipe: RecipeStage{tier='one', recipe=1xtile.primal_tech.charcoal_hopper@0:[net.minecraft.item.crafting.Ingredient@6790c755, net.minecraft.item.crafting.Ingredient@66d77933]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.skull@4 new recipe: RecipeStage{tier='five', recipe=1xitem.skull@4:[net.minecraft.item.crafting.Ingredient@383cd9b, net.minecraft.item.crafting.Ingredient@383cd9b, net.minecraft.item.crafting.Ingredient@383cd9b, net.minecraft.item.crafting.Ingredient@383cd9b, net.minecraft.item.crafting.Ingredient@24eb7ee2, net.minecraft.item.crafting.Ingredient@383cd9b, net.minecraft.item.crafting.Ingredient@383cd9b, net.minecraft.item.crafting.Ingredient@383cd9b, net.minecraft.item.crafting.Ingredient@383cd9b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.crafting@22 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.crafting@22:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@43832017, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@43832017, net.minecraft.item.crafting.Ingredient@6fafa5a2, net.minecraft.item.crafting.Ingredient@43832017, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@43832017, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.watering_can@1 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.watering_can@1:[net.minecraft.item.crafting.Ingredient@180e1c5, net.minecraft.item.crafting.Ingredient@70921780, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@180e1c5, net.minecraft.item.crafting.Ingredient@7ecb3a2e, net.minecraft.item.crafting.Ingredient@180e1c5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@180e1c5, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.ma.coal@2 new recipe: RecipeStage{tier='five', recipe=9xitem.ma.coal@2:[net.minecraft.item.crafting.Ingredient@53bcf5bd]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xitem.rabbitFoot@0 new recipe: RecipeStage{tier='five', recipe=3xitem.rabbitFoot@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@738ed1f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@738ed1f, net.minecraft.item.crafting.Ingredient@738ed1f, net.minecraft.item.crafting.Ingredient@738ed1f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@738ed1f, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.tcomplement.porcelain_melter@8 new recipe: RecipeStage{tier='one', recipe=1xtile.tcomplement.porcelain_melter@8:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5696d5df, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@504d72e6, net.minecraft.item.crafting.Ingredient@62c3116a, net.minecraft.item.crafting.Ingredient@32c519ef, net.minecraft.item.crafting.Ingredient@521d0a45, net.minecraft.item.crafting.Ingredient@697c88a2, net.minecraft.item.crafting.Ingredient@134e8ca6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.gear@3 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.gear@3:[net.minecraft.item.crafting.Ingredient@3dfc2a1a, net.minecraft.item.crafting.Ingredient@20280fa4]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.charm@13 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.charm@13:[net.minecraft.item.crafting.Ingredient@2629458b, net.minecraft.item.crafting.Ingredient@749c7d5c, net.minecraft.item.crafting.Ingredient@2629458b, net.minecraft.item.crafting.Ingredient@749c7d5c, net.minecraft.item.crafting.Ingredient@4b358279, net.minecraft.item.crafting.Ingredient@749c7d5c, net.minecraft.item.crafting.Ingredient@2629458b, net.minecraft.item.crafting.Ingredient@749c7d5c, net.minecraft.item.crafting.Ingredient@2629458b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.inferium_boots@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.inferium_boots@0:[net.minecraft.item.crafting.Ingredient@7a2cd17f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7a2cd17f, net.minecraft.item.crafting.Ingredient@7a2cd17f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@42239d53, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.gear@3 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.gear@3:[net.minecraft.item.crafting.Ingredient@50e68e96, net.minecraft.item.crafting.Ingredient@c96d26a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.gear@6 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.gear@6:[net.minecraft.item.crafting.Ingredient@5b815106, net.minecraft.item.crafting.Ingredient@3fbdb586]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.storagedrawers.compDrawers@0 new recipe: RecipeStage{tier='four', recipe=1xtile.storagedrawers.compDrawers@0:[net.minecraftforge.oredict.OreIngredient@700f370f, net.minecraftforge.oredict.OreIngredient@59f445fe, net.minecraftforge.oredict.OreIngredient@2940a03c, net.minecraft.item.crafting.Ingredient@54d9ef68, net.minecraftforge.oredict.OreIngredient@5d671db3, net.minecraft.item.crafting.Ingredient@26c77854, net.minecraftforge.oredict.OreIngredient@a2a7df0, net.minecraftforge.oredict.OreIngredient@11136172, net.minecraftforge.oredict.OreIngredient@74fc6c66]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.primal_tech.charcoal_hopper@0 new recipe: RecipeStage{tier='two', recipe=1xtile.primal_tech.charcoal_hopper@0:[net.minecraft.item.crafting.Ingredient@6036e94b, net.minecraft.item.crafting.Ingredient@b96833f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.gear@1 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.gear@1:[net.minecraft.item.crafting.Ingredient@34016ade, net.minecraft.item.crafting.Ingredient@4e98e979]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ma.storage@0 new recipe: RecipeStage{tier='five', recipe=1xtile.ma.storage@0:[net.minecraft.item.crafting.Ingredient@342a6f7c, net.minecraft.item.crafting.Ingredient@342a6f7c, net.minecraft.item.crafting.Ingredient@342a6f7c, net.minecraft.item.crafting.Ingredient@342a6f7c, net.minecraft.item.crafting.Ingredient@342a6f7c, net.minecraft.item.crafting.Ingredient@342a6f7c, net.minecraft.item.crafting.Ingredient@342a6f7c, net.minecraft.item.crafting.Ingredient@342a6f7c, net.minecraft.item.crafting.Ingredient@342a6f7c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.crafting@14 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.crafting@14:[net.minecraft.item.crafting.Ingredient@291eec86, net.minecraft.item.crafting.Ingredient@e1e8a9, net.minecraft.item.crafting.Ingredient@291eec86, net.minecraft.item.crafting.Ingredient@e1e8a9, net.minecraftforge.oredict.OreIngredient@4c8c4747, net.minecraft.item.crafting.Ingredient@e1e8a9, net.minecraft.item.crafting.Ingredient@291eec86, net.minecraft.item.crafting.Ingredient@e1e8a9, net.minecraft.item.crafting.Ingredient@291eec86]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.gear@2 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.gear@2:[net.minecraft.item.crafting.Ingredient@32705901, net.minecraft.item.crafting.Ingredient@bacdd58]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.platinum_seeds@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.platinum_seeds@0:[net.minecraftforge.oredict.OreIngredient@190f047d, net.minecraft.item.crafting.Ingredient@1f5f9725, net.minecraftforge.oredict.OreIngredient@190f047d, net.minecraft.item.crafting.Ingredient@1f5f9725, net.minecraft.item.crafting.Ingredient@632e41cd, net.minecraft.item.crafting.Ingredient@1f5f9725, net.minecraftforge.oredict.OreIngredient@190f047d, net.minecraft.item.crafting.Ingredient@1f5f9725, net.minecraftforge.oredict.OreIngredient@190f047d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.ironwood_seeds@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.ironwood_seeds@0:[net.minecraftforge.oredict.OreIngredient@6dce62cb, net.minecraft.item.crafting.Ingredient@74d41a46, net.minecraftforge.oredict.OreIngredient@6dce62cb, net.minecraft.item.crafting.Ingredient@74d41a46, net.minecraft.item.crafting.Ingredient@52902336, net.minecraft.item.crafting.Ingredient@74d41a46, net.minecraftforge.oredict.OreIngredient@6dce62cb, net.minecraft.item.crafting.Ingredient@74d41a46, net.minecraftforge.oredict.OreIngredient@6dce62cb]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 16xtile.blocks.integrateddynamics.menril_log@0 new recipe: RecipeStage{tier='five', recipe=16xtile.blocks.integrateddynamics.menril_log@0:[net.minecraft.item.crafting.Ingredient@1d8b799a, net.minecraft.item.crafting.Ingredient@1d8b799a, net.minecraft.item.crafting.Ingredient@1d8b799a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ma.witherproof_block@0 new recipe: RecipeStage{tier='five', recipe=1xtile.ma.witherproof_block@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@115df22, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@115df22, net.minecraft.item.crafting.Ingredient@1e405672, net.minecraft.item.crafting.Ingredient@115df22, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@115df22, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.manyullyn_seeds@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.manyullyn_seeds@0:[net.minecraft.item.crafting.Ingredient@432500ce, net.minecraft.item.crafting.Ingredient@1f01497a, net.minecraft.item.crafting.Ingredient@432500ce, net.minecraft.item.crafting.Ingredient@1f01497a, net.minecraft.item.crafting.Ingredient@1bec711e, net.minecraft.item.crafting.Ingredient@1f01497a, net.minecraft.item.crafting.Ingredient@432500ce, net.minecraft.item.crafting.Ingredient@1f01497a, net.minecraft.item.crafting.Ingredient@432500ce]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.bone@0 new recipe: RecipeStage{tier='five', recipe=8xitem.bone@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4cbaa908, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4cbaa908, net.minecraft.item.crafting.Ingredient@4cbaa908, net.minecraft.item.crafting.Ingredient@4cbaa908, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4cbaa908, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.gear@3 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.gear@3:[net.minecraft.item.crafting.Ingredient@27e21043, net.minecraft.item.crafting.Ingredient@49e17c4e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.dragonEgg@0 new recipe: RecipeStage{tier='five', recipe=1xtile.dragonEgg@0:[net.minecraft.item.crafting.Ingredient@756dc5ba, net.minecraft.item.crafting.Ingredient@7b6deb4b, net.minecraft.item.crafting.Ingredient@303247f8]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ma.ingot_storage@5 new recipe: RecipeStage{tier='five', recipe=1xtile.ma.ingot_storage@5:[net.minecraft.item.crafting.Ingredient@154f3f93, net.minecraft.item.crafting.Ingredient@154f3f93, net.minecraft.item.crafting.Ingredient@154f3f93, net.minecraft.item.crafting.Ingredient@154f3f93, net.minecraft.item.crafting.Ingredient@154f3f93, net.minecraft.item.crafting.Ingredient@154f3f93, net.minecraft.item.crafting.Ingredient@154f3f93, net.minecraft.item.crafting.Ingredient@154f3f93, net.minecraft.item.crafting.Ingredient@154f3f93]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.superium_chestplate@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.superium_chestplate@0:[net.minecraft.item.crafting.Ingredient@13c29e02, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@13c29e02, net.minecraft.item.crafting.Ingredient@13c29e02, net.minecraft.item.crafting.Ingredient@286a5456, net.minecraft.item.crafting.Ingredient@13c29e02, net.minecraft.item.crafting.Ingredient@13c29e02, net.minecraft.item.crafting.Ingredient@13c29e02, net.minecraft.item.crafting.Ingredient@13c29e02]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.prudentium_bow@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.prudentium_bow@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@33bf517d, net.minecraft.item.crafting.Ingredient@4e069fb6, net.minecraft.item.crafting.Ingredient@7720b354, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4e069fb6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@33bf517d, net.minecraft.item.crafting.Ingredient@4e069fb6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 12xitem.coal@0 new recipe: RecipeStage{tier='five', recipe=12xitem.coal@0:[net.minecraft.item.crafting.Ingredient@407368f9, net.minecraft.item.crafting.Ingredient@64be81e, net.minecraft.item.crafting.Ingredient@6a27608, net.minecraft.item.crafting.Ingredient@284a530e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@73a5c25e, net.minecraft.item.crafting.Ingredient@2a77cf2c, net.minecraft.item.crafting.Ingredient@3f70ee5c, net.minecraft.item.crafting.Ingredient@45d8189f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.chunk@8 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.chunk@8:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2e8bee6e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1163edcf, net.minecraft.item.crafting.Ingredient@4d8a2f8d, net.minecraft.item.crafting.Ingredient@1163edcf, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2e8bee6e, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.supremium_chestplate@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.supremium_chestplate@0:[net.minecraft.item.crafting.Ingredient@79ff9347, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@79ff9347, net.minecraft.item.crafting.Ingredient@79ff9347, net.minecraft.item.crafting.Ingredient@2642566d, net.minecraft.item.crafting.Ingredient@79ff9347, net.minecraft.item.crafting.Ingredient@79ff9347, net.minecraft.item.crafting.Ingredient@79ff9347, net.minecraft.item.crafting.Ingredient@79ff9347]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.soulium_dagger@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.soulium_dagger@0:[net.minecraft.item.crafting.Ingredient@1d4c0c78, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1d4c0c78, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@76ed503d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.supremium_shears@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.supremium_shears@0:[net.minecraft.item.crafting.Ingredient@429ddce0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3cf33e5a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ma.ingot_storage@0 new recipe: RecipeStage{tier='five', recipe=1xtile.ma.ingot_storage@0:[net.minecraft.item.crafting.Ingredient@3300f53d, net.minecraft.item.crafting.Ingredient@3300f53d, net.minecraft.item.crafting.Ingredient@3300f53d, net.minecraft.item.crafting.Ingredient@3300f53d, net.minecraft.item.crafting.Ingredient@3300f53d, net.minecraft.item.crafting.Ingredient@3300f53d, net.minecraft.item.crafting.Ingredient@3300f53d, net.minecraft.item.crafting.Ingredient@3300f53d, net.minecraft.item.crafting.Ingredient@3300f53d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.intermedium_helmet@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.intermedium_helmet@0:[net.minecraft.item.crafting.Ingredient@4be2ea0b, net.minecraft.item.crafting.Ingredient@320594b, net.minecraft.item.crafting.Ingredient@4be2ea0b, net.minecraft.item.crafting.Ingredient@4be2ea0b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4be2ea0b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.diamond_seeds@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.diamond_seeds@0:[net.minecraft.item.crafting.Ingredient@6fa8b0a4, net.minecraft.item.crafting.Ingredient@14f77aad, net.minecraft.item.crafting.Ingredient@6fa8b0a4, net.minecraft.item.crafting.Ingredient@14f77aad, net.minecraft.item.crafting.Ingredient@40d29156, net.minecraft.item.crafting.Ingredient@14f77aad, net.minecraft.item.crafting.Ingredient@6fa8b0a4, net.minecraft.item.crafting.Ingredient@14f77aad, net.minecraft.item.crafting.Ingredient@6fa8b0a4]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.inferium_shears@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.inferium_shears@0:[net.minecraft.item.crafting.Ingredient@4bc56fe6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@39fd8a00, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.prudentium_leggings@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.prudentium_leggings@0:[net.minecraft.item.crafting.Ingredient@40479be7, net.minecraft.item.crafting.Ingredient@47d71ede, net.minecraft.item.crafting.Ingredient@40479be7, net.minecraft.item.crafting.Ingredient@40479be7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@40479be7, net.minecraft.item.crafting.Ingredient@40479be7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@40479be7]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.record@0 new recipe: RecipeStage{tier='five', recipe=1xitem.record@0:[net.minecraft.item.crafting.Ingredient@ee60574, net.minecraftforge.oredict.OreIngredient@3b8ce8af, net.minecraft.item.crafting.Ingredient@4902fc7d, net.minecraft.item.crafting.Ingredient@5c237e6d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.sapling@3 new recipe: RecipeStage{tier='five', recipe=4xtile.sapling@3:[net.minecraft.item.crafting.Ingredient@24b11050, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@70251afe, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@24b11050, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.supremium_sickle@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.supremium_sickle@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@46a22e4b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4c08abb9, net.minecraft.item.crafting.Ingredient@44b071c5, net.minecraft.item.crafting.Ingredient@46a22e4b, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.tier4_inferium_seeds@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.tier4_inferium_seeds@0:[net.minecraft.item.crafting.Ingredient@22a0027e, net.minecraft.item.crafting.Ingredient@22a0027e, net.minecraft.item.crafting.Ingredient@22a0027e, net.minecraft.item.crafting.Ingredient@22a0027e, net.minecraft.item.crafting.Ingredient@196101ab, net.minecraft.item.crafting.Ingredient@22a0027e, net.minecraft.item.crafting.Ingredient@22a0027e, net.minecraft.item.crafting.Ingredient@22a0027e, net.minecraft.item.crafting.Ingredient@22a0027e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.experience_seeds@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.experience_seeds@0:[net.minecraft.item.crafting.Ingredient@68881a6, net.minecraft.item.crafting.Ingredient@1ec443b4, net.minecraft.item.crafting.Ingredient@68881a6, net.minecraft.item.crafting.Ingredient@1ec443b4, net.minecraft.item.crafting.Ingredient@5a3490e, net.minecraft.item.crafting.Ingredient@1ec443b4, net.minecraft.item.crafting.Ingredient@68881a6, net.minecraft.item.crafting.Ingredient@1ec443b4, net.minecraft.item.crafting.Ingredient@68881a6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.lead_seeds@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.lead_seeds@0:[net.minecraftforge.oredict.OreIngredient@6f8e7022, net.minecraft.item.crafting.Ingredient@301f98f0, net.minecraftforge.oredict.OreIngredient@6f8e7022, net.minecraft.item.crafting.Ingredient@301f98f0, net.minecraft.item.crafting.Ingredient@72139359, net.minecraft.item.crafting.Ingredient@301f98f0, net.minecraftforge.oredict.OreIngredient@6f8e7022, net.minecraft.item.crafting.Ingredient@301f98f0, net.minecraftforge.oredict.OreIngredient@6f8e7022]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.aluminum_seeds@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.aluminum_seeds@0:[net.minecraftforge.oredict.OreIngredient@526378bb, net.minecraft.item.crafting.Ingredient@140d7afa, net.minecraftforge.oredict.OreIngredient@526378bb, net.minecraft.item.crafting.Ingredient@140d7afa, net.minecraft.item.crafting.Ingredient@48de4e54, net.minecraft.item.crafting.Ingredient@140d7afa, net.minecraftforge.oredict.OreIngredient@526378bb, net.minecraft.item.crafting.Ingredient@140d7afa, net.minecraftforge.oredict.OreIngredient@526378bb]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.crafting@6 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.crafting@6:[net.minecraft.item.crafting.Ingredient@413a6e43, net.minecraft.item.crafting.Ingredient@4a6f869b, net.minecraft.item.crafting.Ingredient@562a7b63, net.minecraft.item.crafting.Ingredient@7e9d5638]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.insanium@2 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.insanium@2:[net.minecraft.item.crafting.Ingredient@24e22095, net.minecraft.item.crafting.Ingredient@24e22095, net.minecraft.item.crafting.Ingredient@24e22095, net.minecraft.item.crafting.Ingredient@24e22095, net.minecraft.item.crafting.Ingredient@24e22095, net.minecraft.item.crafting.Ingredient@24e22095, net.minecraft.item.crafting.Ingredient@24e22095, net.minecraft.item.crafting.Ingredient@24e22095, net.minecraft.item.crafting.Ingredient@24e22095]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.prudentium_scythe@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.prudentium_scythe@0:[net.minecraft.item.crafting.Ingredient@3135bdd7, net.minecraft.item.crafting.Ingredient@60d983bb, net.minecraft.item.crafting.Ingredient@450a2df8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@450a2df8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@450a2df8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.gear@3 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.gear@3:[net.minecraft.item.crafting.Ingredient@623f1739, net.minecraft.item.crafting.Ingredient@755b623]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.crafting@18 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.crafting@18:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7ef60b47, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7ef60b47, net.minecraft.item.crafting.Ingredient@151f62f2, net.minecraft.item.crafting.Ingredient@7ef60b47, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7ef60b47, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 16xitem.prismarineCrystals@0 new recipe: RecipeStage{tier='five', recipe=16xitem.prismarineCrystals@0:[net.minecraft.item.crafting.Ingredient@5680eb63, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5680eb63, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5680eb63, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5680eb63]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.record@0 new recipe: RecipeStage{tier='five', recipe=1xitem.record@0:[net.minecraft.item.crafting.Ingredient@13e6ba0f, net.minecraftforge.oredict.OreIngredient@4fc97561, net.minecraft.item.crafting.Ingredient@20302500, net.minecraft.item.crafting.Ingredient@53036cb8]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.gear@4 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.gear@4:[net.minecraft.item.crafting.Ingredient@3d298412, net.minecraft.item.crafting.Ingredient@745ec481]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.superium_hoe@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.superium_hoe@0:[net.minecraft.item.crafting.Ingredient@1b4ac90b, net.minecraft.item.crafting.Ingredient@7635702b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@75e2f66c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@75e2f66c, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.tconstruct.smeltery_controller@0 new recipe: RecipeStage{tier='three', recipe=1xtile.tconstruct.smeltery_controller@0:[net.minecraft.item.crafting.Ingredient@3f3bb5a7, net.minecraft.item.crafting.Ingredient@460de83a, net.minecraft.item.crafting.Ingredient@56125e4, net.minecraft.item.crafting.Ingredient@74869feb, net.minecraft.item.crafting.Ingredient@16f29a51, net.minecraft.item.crafting.Ingredient@3f17ec8d, net.minecraft.item.crafting.Ingredient@33d5b08e, net.minecraft.item.crafting.Ingredient@736c08d8, net.minecraft.item.crafting.Ingredient@71ce24f6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.charm@8 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.charm@8:[net.minecraft.item.crafting.Ingredient@6192abcb, net.minecraft.item.crafting.Ingredient@30183f0f, net.minecraft.item.crafting.Ingredient@6192abcb, net.minecraft.item.crafting.Ingredient@30183f0f, net.minecraft.item.crafting.Ingredient@7f0f1272, net.minecraft.item.crafting.Ingredient@30183f0f, net.minecraft.item.crafting.Ingredient@6192abcb, net.minecraft.item.crafting.Ingredient@30183f0f, net.minecraft.item.crafting.Ingredient@6192abcb]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.waterstrainer.strainer_base@0 new recipe: RecipeStage{tier='one', recipe=1xtile.waterstrainer.strainer_base@0:[net.minecraft.item.crafting.Ingredient@47160848, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5dfdca9f, net.minecraftforge.oredict.OreIngredient@5281a5c6, net.minecraft.item.crafting.Ingredient@7da5a208, net.minecraftforge.oredict.OreIngredient@a86b1bc, net.minecraftforge.oredict.OreIngredient@399c2b41, net.minecraft.item.crafting.Ingredient@666c0621, net.minecraftforge.oredict.OreIngredient@36894d06]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 12xitem.beetroot@0 new recipe: RecipeStage{tier='five', recipe=12xitem.beetroot@0:[net.minecraft.item.crafting.Ingredient@3097a20b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3097a20b, net.minecraft.item.crafting.Ingredient@3097a20b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 16xtile.log@2 new recipe: RecipeStage{tier='five', recipe=16xtile.log@2:[net.minecraft.item.crafting.Ingredient@c338d9a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@c338d9a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@c338d9a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ma.ultimate_reprocessor@0 new recipe: RecipeStage{tier='five', recipe=1xtile.ma.ultimate_reprocessor@0:[net.minecraft.item.crafting.Ingredient@43ce757b, net.minecraft.item.crafting.Ingredient@548e4258, net.minecraft.item.crafting.Ingredient@43ce757b, net.minecraft.item.crafting.Ingredient@2965b255, net.minecraft.item.crafting.Ingredient@2db10ea6, net.minecraft.item.crafting.Ingredient@2965b255, net.minecraft.item.crafting.Ingredient@43ce757b, net.minecraft.item.crafting.Ingredient@2965b255, net.minecraft.item.crafting.Ingredient@43ce757b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.charm@1 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.charm@1:[net.minecraft.item.crafting.Ingredient@1331f257, net.minecraft.item.crafting.Ingredient@4e1d3e50, net.minecraft.item.crafting.Ingredient@1331f257, net.minecraft.item.crafting.Ingredient@4e1d3e50, net.minecraft.item.crafting.Ingredient@2f5d74a, net.minecraft.item.crafting.Ingredient@4e1d3e50, net.minecraft.item.crafting.Ingredient@1331f257, net.minecraft.item.crafting.Ingredient@4e1d3e50, net.minecraft.item.crafting.Ingredient@1331f257]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.inferium_scythe@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.inferium_scythe@0:[net.minecraft.item.crafting.Ingredient@9850626, net.minecraft.item.crafting.Ingredient@5853dbcf, net.minecraft.item.crafting.Ingredient@7bc06f2c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7bc06f2c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7bc06f2c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.charm@10 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.charm@10:[net.minecraft.item.crafting.Ingredient@49377393, net.minecraft.item.crafting.Ingredient@7c37fb42, net.minecraft.item.crafting.Ingredient@49377393, net.minecraft.item.crafting.Ingredient@7c37fb42, net.minecraft.item.crafting.Ingredient@5ae8a105, net.minecraft.item.crafting.Ingredient@7c37fb42, net.minecraft.item.crafting.Ingredient@49377393, net.minecraft.item.crafting.Ingredient@7c37fb42, net.minecraft.item.crafting.Ingredient@49377393]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.tier2_inferium_seeds@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.tier2_inferium_seeds@0:[net.minecraft.item.crafting.Ingredient@c41a75c, net.minecraft.item.crafting.Ingredient@c41a75c, net.minecraft.item.crafting.Ingredient@c41a75c, net.minecraft.item.crafting.Ingredient@c41a75c, net.minecraft.item.crafting.Ingredient@3254e6d3, net.minecraft.item.crafting.Ingredient@c41a75c, net.minecraft.item.crafting.Ingredient@c41a75c, net.minecraft.item.crafting.Ingredient@c41a75c, net.minecraft.item.crafting.Ingredient@c41a75c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xitem.Ingot@0 new recipe: RecipeStage{tier='five', recipe=2xitem.Ingot@0:[net.minecraft.item.crafting.Ingredient@1318c95e, net.minecraft.item.crafting.Ingredient@1318c95e, net.minecraft.item.crafting.Ingredient@1318c95e, net.minecraft.item.crafting.Ingredient@1318c95e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1318c95e, net.minecraft.item.crafting.Ingredient@1318c95e, net.minecraft.item.crafting.Ingredient@1318c95e, net.minecraft.item.crafting.Ingredient@1318c95e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.ma.crafting@42 new recipe: RecipeStage{tier='five', recipe=9xitem.ma.crafting@42:[net.minecraft.item.crafting.Ingredient@4fb7aef3]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xitem.ma.crafting@2 new recipe: RecipeStage{tier='five', recipe=4xitem.ma.crafting@2:[net.minecraft.item.crafting.Ingredient@6c327fdc]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.crafting@51 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.crafting@51:[net.minecraft.item.crafting.Ingredient@6bb6216c, net.minecraft.item.crafting.Ingredient@1c3964f0, net.minecraft.item.crafting.Ingredient@6bb6216c, net.minecraft.item.crafting.Ingredient@3e55d6b2, net.minecraft.item.crafting.Ingredient@72fabed8, net.minecraft.item.crafting.Ingredient@3e55d6b2, net.minecraft.item.crafting.Ingredient@6bb6216c, net.minecraft.item.crafting.Ingredient@3e55d6b2, net.minecraft.item.crafting.Ingredient@6bb6216c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.ma.crafting@36 new recipe: RecipeStage{tier='five', recipe=9xitem.ma.crafting@36:[net.minecraft.item.crafting.Ingredient@27065f32]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.watering_can@2 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.watering_can@2:[net.minecraft.item.crafting.Ingredient@3dba7b49, net.minecraft.item.crafting.Ingredient@5df45569, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3dba7b49, net.minecraft.item.crafting.Ingredient@7a491eb3, net.minecraft.item.crafting.Ingredient@3dba7b49, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3dba7b49, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.supremium_bow@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.supremium_bow@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@65decf8c, net.minecraft.item.crafting.Ingredient@6c2c939e, net.minecraft.item.crafting.Ingredient@4908750b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6c2c939e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@65decf8c, net.minecraft.item.crafting.Ingredient@6c2c939e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.nether_seeds@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.nether_seeds@0:[net.minecraft.item.crafting.Ingredient@10f0911c, net.minecraft.item.crafting.Ingredient@64a8f39c, net.minecraft.item.crafting.Ingredient@10f0911c, net.minecraft.item.crafting.Ingredient@64a8f39c, net.minecraft.item.crafting.Ingredient@3ab9520d, net.minecraft.item.crafting.Ingredient@64a8f39c, net.minecraft.item.crafting.Ingredient@10f0911c, net.minecraft.item.crafting.Ingredient@64a8f39c, net.minecraft.item.crafting.Ingredient@10f0911c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.gear@9 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.gear@9:[net.minecraft.item.crafting.Ingredient@45183035, net.minecraft.item.crafting.Ingredient@5b3180c3]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 16xitem.yellowDust@0 new recipe: RecipeStage{tier='five', recipe=16xitem.yellowDust@0:[net.minecraft.item.crafting.Ingredient@44cac2fb, net.minecraft.item.crafting.Ingredient@44cac2fb, net.minecraft.item.crafting.Ingredient@44cac2fb, net.minecraft.item.crafting.Ingredient@44cac2fb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@44cac2fb, net.minecraft.item.crafting.Ingredient@44cac2fb, net.minecraft.item.crafting.Ingredient@44cac2fb, net.minecraft.item.crafting.Ingredient@44cac2fb]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.ma.crafting@40 new recipe: RecipeStage{tier='five', recipe=9xitem.ma.crafting@40:[net.minecraft.item.crafting.Ingredient@62c2f5fb]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.rabbit_seeds@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.rabbit_seeds@0:[net.minecraft.item.crafting.Ingredient@44e8e3af, net.minecraft.item.crafting.Ingredient@415101b0, net.minecraft.item.crafting.Ingredient@44e8e3af, net.minecraft.item.crafting.Ingredient@415101b0, net.minecraft.item.crafting.Ingredient@222baabb, net.minecraft.item.crafting.Ingredient@415101b0, net.minecraft.item.crafting.Ingredient@44e8e3af, net.minecraft.item.crafting.Ingredient@415101b0, net.minecraft.item.crafting.Ingredient@44e8e3af]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ma.storage@2 new recipe: RecipeStage{tier='five', recipe=1xtile.ma.storage@2:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@77e8a1a0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@77e8a1a0, net.minecraft.item.crafting.Ingredient@4db29433, net.minecraft.item.crafting.Ingredient@77e8a1a0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@77e8a1a0, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.charm@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.charm@0:[net.minecraft.item.crafting.Ingredient@49c0ac9d, net.minecraft.item.crafting.Ingredient@49c0ac9d, net.minecraft.item.crafting.Ingredient@49c0ac9d, net.minecraft.item.crafting.Ingredient@49c0ac9d, net.minecraft.item.crafting.Ingredient@3614e833, net.minecraft.item.crafting.Ingredient@49c0ac9d, net.minecraft.item.crafting.Ingredient@49c0ac9d, net.minecraft.item.crafting.Ingredient@49c0ac9d, net.minecraft.item.crafting.Ingredient@49c0ac9d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.prudentium_fishing_rod@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.prudentium_fishing_rod@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@e37a71b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@225f293d, net.minecraft.item.crafting.Ingredient@362ea563, net.minecraft.item.crafting.Ingredient@e37a71b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@362ea563]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xitem.immersiveengineering.metal@6 new recipe: RecipeStage{tier='five', recipe=4xitem.immersiveengineering.metal@6:[net.minecraft.item.crafting.Ingredient@31b7b67f, net.minecraft.item.crafting.Ingredient@33ed77c3, net.minecraft.item.crafting.Ingredient@6c79ebf0, net.minecraft.item.crafting.Ingredient@6555a619, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@695df082, net.minecraft.item.crafting.Ingredient@31d6d105, net.minecraft.item.crafting.Ingredient@12d39aa4, net.minecraft.item.crafting.Ingredient@5afe9389]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.superium_helmet@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.superium_helmet@0:[net.minecraft.item.crafting.Ingredient@7c88e377, net.minecraft.item.crafting.Ingredient@58ac9e30, net.minecraft.item.crafting.Ingredient@7c88e377, net.minecraft.item.crafting.Ingredient@7c88e377, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7c88e377, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.gear@2 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.gear@2:[net.minecraft.item.crafting.Ingredient@4575f244, net.minecraft.item.crafting.Ingredient@5ac1e10a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.pt.dye_powder@7 new recipe: RecipeStage{tier='five', recipe=1xitem.pt.dye_powder@7:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7e366232, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@716b84d3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6b2f3a7]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.crafting@3 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.crafting@3:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@686f2362, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@686f2362, net.minecraft.item.crafting.Ingredient@54f7d6c9, net.minecraft.item.crafting.Ingredient@686f2362, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@686f2362, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.ma.crafting@4 new recipe: RecipeStage{tier='five', recipe=9xitem.ma.crafting@4:[net.minecraft.item.crafting.Ingredient@4c4f08e5]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.coal@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.coal@0:[net.minecraft.item.crafting.Ingredient@6a19c202, net.minecraft.item.crafting.Ingredient@287bcb43, net.minecraft.item.crafting.Ingredient@15808750]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.inferium_shovel@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.inferium_shovel@0:[net.minecraft.item.crafting.Ingredient@d51a0c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2f313e80, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2f313e80, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.constantan_seeds@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.constantan_seeds@0:[net.minecraftforge.oredict.OreIngredient@3d05dff7, net.minecraft.item.crafting.Ingredient@67fe6d87, net.minecraftforge.oredict.OreIngredient@3d05dff7, net.minecraft.item.crafting.Ingredient@67fe6d87, net.minecraft.item.crafting.Ingredient@3ef13296, net.minecraft.item.crafting.Ingredient@67fe6d87, net.minecraftforge.oredict.OreIngredient@3d05dff7, net.minecraft.item.crafting.Ingredient@67fe6d87, net.minecraftforge.oredict.OreIngredient@3d05dff7]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.torch@0 new recipe: RecipeStage{tier='three', recipe=4xtile.torch@0:[net.minecraft.item.crafting.Ingredient@2360f9a9, net.minecraft.item.crafting.Ingredient@65c91edc, net.minecraftforge.oredict.OreIngredient@1981b657]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.emerald@0 new recipe: RecipeStage{tier='five', recipe=1xitem.emerald@0:[net.minecraft.item.crafting.Ingredient@2a107d1b, net.minecraft.item.crafting.Ingredient@2a107d1b, net.minecraft.item.crafting.Ingredient@2a107d1b, net.minecraft.item.crafting.Ingredient@2a107d1b, net.minecraft.item.crafting.Ingredient@2a107d1b, net.minecraft.item.crafting.Ingredient@2a107d1b, net.minecraft.item.crafting.Ingredient@2a107d1b, net.minecraft.item.crafting.Ingredient@2a107d1b, net.minecraft.item.crafting.Ingredient@2a107d1b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.gear@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.gear@0:[net.minecraft.item.crafting.Ingredient@38c62f84, net.minecraft.item.crafting.Ingredient@1f472a19]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 16xtile.vine@0 new recipe: RecipeStage{tier='five', recipe=16xtile.vine@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@e244fac, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@e244fac, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@e244fac, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.tin_seeds@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.tin_seeds@0:[net.minecraftforge.oredict.OreIngredient@5e6d1e95, net.minecraft.item.crafting.Ingredient@5d0515, net.minecraftforge.oredict.OreIngredient@5e6d1e95, net.minecraft.item.crafting.Ingredient@5d0515, net.minecraft.item.crafting.Ingredient@5e096fb2, net.minecraft.item.crafting.Ingredient@5d0515, net.minecraftforge.oredict.OreIngredient@5e6d1e95, net.minecraft.item.crafting.Ingredient@5d0515, net.minecraftforge.oredict.OreIngredient@5e6d1e95]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.intermedium_sword@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.intermedium_sword@0:[net.minecraft.item.crafting.Ingredient@14afa874, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4f627d1d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@c24dc2f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.appliedenergistics2.material@15 new recipe: RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.material@15:[net.minecraft.item.crafting.Ingredient@b4f5abc, net.minecraft.item.crafting.Ingredient@b4f5abc, net.minecraft.item.crafting.Ingredient@b4f5abc, net.minecraft.item.crafting.Ingredient@b4f5abc, net.minecraftforge.oredict.OreIngredient@7b5fea98, net.minecraft.item.crafting.Ingredient@b4f5abc, net.minecraft.item.crafting.Ingredient@b4f5abc, net.minecraft.item.crafting.Ingredient@b4f5abc, net.minecraft.item.crafting.Ingredient@b4f5abc]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 32xtile.stone@0 new recipe: RecipeStage{tier='five', recipe=32xtile.stone@0:[net.minecraft.item.crafting.Ingredient@21467064, net.minecraft.item.crafting.Ingredient@21467064, net.minecraft.item.crafting.Ingredient@21467064, net.minecraft.item.crafting.Ingredient@21467064, net.minecraft.item.crafting.Ingredient@21467064, net.minecraft.item.crafting.Ingredient@21467064, net.minecraft.item.crafting.Ingredient@21467064, net.minecraft.item.crafting.Ingredient@21467064, net.minecraft.item.crafting.Ingredient@21467064]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.enderman_seeds@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.enderman_seeds@0:[net.minecraft.item.crafting.Ingredient@7aede45c, net.minecraft.item.crafting.Ingredient@442e977a, net.minecraft.item.crafting.Ingredient@7aede45c, net.minecraft.item.crafting.Ingredient@442e977a, net.minecraft.item.crafting.Ingredient@52a4ba5a, net.minecraft.item.crafting.Ingredient@442e977a, net.minecraft.item.crafting.Ingredient@7aede45c, net.minecraft.item.crafting.Ingredient@442e977a, net.minecraft.item.crafting.Ingredient@7aede45c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xitem.Ingot@1 new recipe: RecipeStage{tier='five', recipe=4xitem.Ingot@1:[net.minecraft.item.crafting.Ingredient@6aac27dc, net.minecraft.item.crafting.Ingredient@111b7c57, net.minecraft.item.crafting.Ingredient@5dd9d204, net.minecraft.item.crafting.Ingredient@53a0f774, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@58b9b81b, net.minecraft.item.crafting.Ingredient@128a8e9f, net.minecraft.item.crafting.Ingredient@1502738, net.minecraft.item.crafting.Ingredient@559f6b31]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xitem.tconstruct.ingots@1 new recipe: RecipeStage{tier='five', recipe=3xitem.tconstruct.ingots@1:[net.minecraft.item.crafting.Ingredient@18b29548, net.minecraft.item.crafting.Ingredient@c2827dd, net.minecraft.item.crafting.Ingredient@34922a0a, net.minecraft.item.crafting.Ingredient@310bc0e7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3d1f0b5b, net.minecraft.item.crafting.Ingredient@7044d5ea, net.minecraft.item.crafting.Ingredient@55a36392, net.minecraft.item.crafting.Ingredient@3ac09d39]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.wood_seeds@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.wood_seeds@0:[net.minecraftforge.oredict.OreIngredient@5f20d3d9, net.minecraft.item.crafting.Ingredient@496cd3ef, net.minecraftforge.oredict.OreIngredient@5f20d3d9, net.minecraft.item.crafting.Ingredient@496cd3ef, net.minecraft.item.crafting.Ingredient@17eb35e5, net.minecraft.item.crafting.Ingredient@496cd3ef, net.minecraftforge.oredict.OreIngredient@5f20d3d9, net.minecraft.item.crafting.Ingredient@496cd3ef, net.minecraftforge.oredict.OreIngredient@5f20d3d9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.ma.insanium@5 new recipe: RecipeStage{tier='five', recipe=9xitem.ma.insanium@5:[net.minecraft.item.crafting.Ingredient@839a8b7]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.gear@6 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.gear@6:[net.minecraft.item.crafting.Ingredient@522afb7f, net.minecraft.item.crafting.Ingredient@13748e68, net.minecraft.item.crafting.Ingredient@522afb7f, net.minecraft.item.crafting.Ingredient@3002d490, net.minecraft.item.crafting.Ingredient@c3894ac, net.minecraft.item.crafting.Ingredient@3002d490, net.minecraft.item.crafting.Ingredient@522afb7f, net.minecraft.item.crafting.Ingredient@3002d490, net.minecraft.item.crafting.Ingredient@522afb7f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.gear@4 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.gear@4:[net.minecraft.item.crafting.Ingredient@2ccb0fdb, net.minecraft.item.crafting.Ingredient@5db30744]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.mushroom@0 new recipe: RecipeStage{tier='five', recipe=8xtile.mushroom@0:[net.minecraft.item.crafting.Ingredient@ec9f658, net.minecraft.item.crafting.Ingredient@2ee115f4, net.minecraft.item.crafting.Ingredient@ec9f658, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.gear@2 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.gear@2:[net.minecraft.item.crafting.Ingredient@f771c65, net.minecraft.item.crafting.Ingredient@7b837c7b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.supremium_hoe@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.supremium_hoe@0:[net.minecraft.item.crafting.Ingredient@5830acbd, net.minecraft.item.crafting.Ingredient@5984e293, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@72635eaa, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@72635eaa, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xitem.blazeRod@0 new recipe: RecipeStage{tier='five', recipe=3xitem.blazeRod@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6f90e2da, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6f90e2da, net.minecraft.item.crafting.Ingredient@6f90e2da, net.minecraft.item.crafting.Ingredient@6f90e2da, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6f90e2da, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.titanium_seeds@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.titanium_seeds@0:[net.minecraftforge.oredict.OreIngredient@766cafa2, net.minecraft.item.crafting.Ingredient@29ae4978, net.minecraftforge.oredict.OreIngredient@766cafa2, net.minecraft.item.crafting.Ingredient@29ae4978, net.minecraft.item.crafting.Ingredient@46b953c, net.minecraft.item.crafting.Ingredient@29ae4978, net.minecraftforge.oredict.OreIngredient@766cafa2, net.minecraft.item.crafting.Ingredient@29ae4978, net.minecraftforge.oredict.OreIngredient@766cafa2]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xitem.ma.crafting@4 new recipe: RecipeStage{tier='five', recipe=4xitem.ma.crafting@4:[net.minecraft.item.crafting.Ingredient@fdc0ac3]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.wopper.wopper@0 new recipe: RecipeStage{tier='one', recipe=1xtile.wopper.wopper@0:[net.minecraftforge.oredict.OreIngredient@62956eef, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@28c063b0, net.minecraftforge.oredict.OreIngredient@2436264c, net.minecraft.item.crafting.Ingredient@44c0b9bc, net.minecraftforge.oredict.OreIngredient@deb55dd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@269d6a33, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.supremium_sword@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.supremium_sword@0:[net.minecraft.item.crafting.Ingredient@75b501f9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@444eeba5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@13933fe, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.intermedium_apple@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.intermedium_apple@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2b59b20e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2b59b20e, net.minecraft.item.crafting.Ingredient@43123334, net.minecraft.item.crafting.Ingredient@2b59b20e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2b59b20e, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 16xtile.pumpkin@0 new recipe: RecipeStage{tier='five', recipe=16xtile.pumpkin@0:[net.minecraft.item.crafting.Ingredient@6237e9a6, net.minecraft.item.crafting.Ingredient@6237e9a6, net.minecraft.item.crafting.Ingredient@6237e9a6, net.minecraft.item.crafting.Ingredient@6237e9a6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6237e9a6, net.minecraft.item.crafting.Ingredient@6237e9a6, net.minecraft.item.crafting.Ingredient@6237e9a6, net.minecraft.item.crafting.Ingredient@6237e9a6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.coal_seeds@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.coal_seeds@0:[net.minecraft.item.crafting.Ingredient@793a2329, net.minecraft.item.crafting.Ingredient@1d0f3778, net.minecraft.item.crafting.Ingredient@793a2329, net.minecraft.item.crafting.Ingredient@1d0f3778, net.minecraft.item.crafting.Ingredient@6d5637ee, net.minecraft.item.crafting.Ingredient@1d0f3778, net.minecraft.item.crafting.Ingredient@793a2329, net.minecraft.item.crafting.Ingredient@1d0f3778, net.minecraft.item.crafting.Ingredient@793a2329]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.expBottle@0 new recipe: RecipeStage{tier='five', recipe=1xitem.expBottle@0:[net.minecraft.item.crafting.Ingredient@4be8f192, net.minecraft.item.crafting.Ingredient@6a86d3a5]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ma.ingot_storage@1 new recipe: RecipeStage{tier='five', recipe=1xtile.ma.ingot_storage@1:[net.minecraft.item.crafting.Ingredient@e340e1f, net.minecraft.item.crafting.Ingredient@e340e1f, net.minecraft.item.crafting.Ingredient@e340e1f, net.minecraft.item.crafting.Ingredient@e340e1f, net.minecraft.item.crafting.Ingredient@e340e1f, net.minecraft.item.crafting.Ingredient@e340e1f, net.minecraft.item.crafting.Ingredient@e340e1f, net.minecraft.item.crafting.Ingredient@e340e1f, net.minecraft.item.crafting.Ingredient@e340e1f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.gear@7 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.gear@7:[net.minecraft.item.crafting.Ingredient@3a3027da, net.minecraft.item.crafting.Ingredient@1f21536d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.prudentium_axe@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.prudentium_axe@0:[net.minecraft.item.crafting.Ingredient@3e318d17, net.minecraft.item.crafting.Ingredient@3e318d17, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4a91cb48, net.minecraft.item.crafting.Ingredient@7eb6d5db, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7eb6d5db, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.slimeball@0 new recipe: RecipeStage{tier='five', recipe=8xitem.slimeball@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@254ad0de, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@254ad0de, net.minecraft.item.crafting.Ingredient@254ad0de, net.minecraft.item.crafting.Ingredient@254ad0de, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@254ad0de, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.contenttweaker.material_part@5 new recipe: RecipeStage{tier='one', recipe=1xitem.contenttweaker.material_part@5:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@62753be7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@118a9d12, net.minecraft.item.crafting.Ingredient@4bfb4728, net.minecraftforge.oredict.OreIngredient@16438945, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5da22269, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.chunk@10 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.chunk@10:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@10139a4e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@10139a4e, net.minecraft.item.crafting.Ingredient@2f32e8b2, net.minecraft.item.crafting.Ingredient@10139a4e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@10139a4e, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.gear@6 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.gear@6:[net.minecraft.item.crafting.Ingredient@5c9a6273, net.minecraft.item.crafting.Ingredient@677e6e0]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.gear@8 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.gear@8:[net.minecraft.item.crafting.Ingredient@627189a9, net.minecraft.item.crafting.Ingredient@19fdb7d8]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.superium_pickaxe@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.superium_pickaxe@0:[net.minecraft.item.crafting.Ingredient@4cada0cd, net.minecraft.item.crafting.Ingredient@3b7395d7, net.minecraft.item.crafting.Ingredient@4cada0cd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3d63275e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3d63275e, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.prudentium_boots@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.prudentium_boots@0:[net.minecraft.item.crafting.Ingredient@1a0a500c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1a0a500c, net.minecraft.item.crafting.Ingredient@1a0a500c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@66ee6809, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 16xtile.stone@5 new recipe: RecipeStage{tier='five', recipe=16xtile.stone@5:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7c562dbb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1f463226, net.minecraft.item.crafting.Ingredient@7c562dbb, net.minecraft.item.crafting.Ingredient@7c562dbb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7c562dbb, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.gear@19 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.gear@19:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3639d316, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3639d316, net.minecraft.item.crafting.Ingredient@634762a, net.minecraft.item.crafting.Ingredient@3639d316, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3639d316, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.ma.crafting@44 new recipe: RecipeStage{tier='five', recipe=9xitem.ma.crafting@44:[net.minecraft.item.crafting.Ingredient@bbc191f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.SC2:unknownmodule@0 new recipe: RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@0:[net.minecraft.item.crafting.Ingredient@3519c5e5, net.minecraft.item.crafting.Ingredient@350459bd, net.minecraft.item.crafting.Ingredient@64dd5fc6, net.minecraftforge.oredict.OreIngredient@5f732a3b, net.minecraft.item.crafting.Ingredient@24befadd, net.minecraftforge.oredict.OreIngredient@33609646, net.minecraftforge.oredict.OreIngredient@3dcdcc83, net.minecraftforge.oredict.OreIngredient@7b291bf3, net.minecraftforge.oredict.OreIngredient@28127e59]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xitem.chickenRaw@0 new recipe: RecipeStage{tier='five', recipe=4xitem.chickenRaw@0:[net.minecraft.item.crafting.Ingredient@31827e82, net.minecraft.item.crafting.Ingredient@31827e82, net.minecraft.item.crafting.Ingredient@31827e82, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 12xitem.carrots@0 new recipe: RecipeStage{tier='five', recipe=12xitem.carrots@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6ee9b0da, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6ee9b0da, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6ee9b0da]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.crafting@32 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.crafting@32:[net.minecraft.item.crafting.Ingredient@266ee33b, net.minecraft.item.crafting.Ingredient@266ee33b, net.minecraft.item.crafting.Ingredient@266ee33b, net.minecraft.item.crafting.Ingredient@266ee33b, net.minecraft.item.crafting.Ingredient@266ee33b, net.minecraft.item.crafting.Ingredient@266ee33b, net.minecraft.item.crafting.Ingredient@266ee33b, net.minecraft.item.crafting.Ingredient@266ee33b, net.minecraft.item.crafting.Ingredient@266ee33b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.desh_seeds@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.desh_seeds@0:[net.minecraftforge.oredict.OreIngredient@2c97d99d, net.minecraft.item.crafting.Ingredient@212e3231, net.minecraftforge.oredict.OreIngredient@2c97d99d, net.minecraft.item.crafting.Ingredient@212e3231, net.minecraft.item.crafting.Ingredient@35eb919f, net.minecraft.item.crafting.Ingredient@212e3231, net.minecraftforge.oredict.OreIngredient@2c97d99d, net.minecraft.item.crafting.Ingredient@212e3231, net.minecraftforge.oredict.OreIngredient@2c97d99d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.charm@19 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.charm@19:[net.minecraft.item.crafting.Ingredient@a00c6da, net.minecraft.item.crafting.Ingredient@5de109cb, net.minecraft.item.crafting.Ingredient@71d62c9, net.minecraft.item.crafting.Ingredient@5de109cb, net.minecraft.item.crafting.Ingredient@6252c69, net.minecraft.item.crafting.Ingredient@5de109cb, net.minecraft.item.crafting.Ingredient@71d62c9, net.minecraft.item.crafting.Ingredient@5de109cb, net.minecraft.item.crafting.Ingredient@a00c6da]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.gear@2 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.gear@2:[net.minecraft.item.crafting.Ingredient@4cc2b90b, net.minecraft.item.crafting.Ingredient@7be110c2]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.chunk@20 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.chunk@20:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4d0ef4e9, net.minecraft.item.crafting.Ingredient@67b0961a, net.minecraft.item.crafting.Ingredient@4d0ef4e9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.charm@11 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.charm@11:[net.minecraft.item.crafting.Ingredient@25dee582, net.minecraft.item.crafting.Ingredient@4878df99, net.minecraft.item.crafting.Ingredient@25dee582, net.minecraft.item.crafting.Ingredient@4878df99, net.minecraft.item.crafting.Ingredient@5707bf1a, net.minecraft.item.crafting.Ingredient@4878df99, net.minecraft.item.crafting.Ingredient@25dee582, net.minecraft.item.crafting.Ingredient@4878df99, net.minecraft.item.crafting.Ingredient@25dee582]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.record@0 new recipe: RecipeStage{tier='five', recipe=1xitem.record@0:[net.minecraft.item.crafting.Ingredient@19c11bd8, net.minecraftforge.oredict.OreIngredient@122d67c5, net.minecraft.item.crafting.Ingredient@214283a4, net.minecraft.item.crafting.Ingredient@66829fdc]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.blocks.integrateddynamics.menril_sapling@0 new recipe: RecipeStage{tier='five', recipe=4xtile.blocks.integrateddynamics.menril_sapling@0:[net.minecraft.item.crafting.Ingredient@6416a502, net.minecraft.item.crafting.Ingredient@33a5ff55, net.minecraft.item.crafting.Ingredient@6416a502, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.sapling@0 new recipe: RecipeStage{tier='five', recipe=4xtile.sapling@0:[net.minecraft.item.crafting.Ingredient@7f12d2a, net.minecraft.item.crafting.Ingredient@75894e0d, net.minecraft.item.crafting.Ingredient@7f12d2a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.stone_seeds@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.stone_seeds@0:[net.minecraft.item.crafting.Ingredient@3714013a, net.minecraft.item.crafting.Ingredient@1f956945, net.minecraft.item.crafting.Ingredient@3714013a, net.minecraft.item.crafting.Ingredient@1f956945, net.minecraft.item.crafting.Ingredient@6a199103, net.minecraft.item.crafting.Ingredient@1f956945, net.minecraft.item.crafting.Ingredient@3714013a, net.minecraft.item.crafting.Ingredient@1f956945, net.minecraft.item.crafting.Ingredient@3714013a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.cobalt_seeds@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.cobalt_seeds@0:[net.minecraft.item.crafting.Ingredient@40b934e, net.minecraft.item.crafting.Ingredient@76b1e93a, net.minecraft.item.crafting.Ingredient@40b934e, net.minecraft.item.crafting.Ingredient@76b1e93a, net.minecraft.item.crafting.Ingredient@5ffb6256, net.minecraft.item.crafting.Ingredient@76b1e93a, net.minecraft.item.crafting.Ingredient@40b934e, net.minecraft.item.crafting.Ingredient@76b1e93a, net.minecraft.item.crafting.Ingredient@40b934e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.chunk@9 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.chunk@9:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7faf04be, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6345ba81, net.minecraft.item.crafting.Ingredient@4cee6e10, net.minecraft.item.crafting.Ingredient@6345ba81, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7faf04be, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xitem.tconstruct.ingots@5 new recipe: RecipeStage{tier='five', recipe=6xitem.tconstruct.ingots@5:[net.minecraft.item.crafting.Ingredient@6c5dfe2e, net.minecraft.item.crafting.Ingredient@343fc0b0, net.minecraft.item.crafting.Ingredient@3444c0b1, net.minecraft.item.crafting.Ingredient@291791b3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2ab8b631, net.minecraft.item.crafting.Ingredient@60c8c996, net.minecraft.item.crafting.Ingredient@729bcc76, net.minecraft.item.crafting.Ingredient@6794519f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.egg@0 new recipe: RecipeStage{tier='five', recipe=8xitem.egg@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@22386ba4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@22386ba4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@22386ba4, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.tier1_space_suit_legings@0 new recipe: RecipeStage{tier='four', recipe=1xitem.tier1_space_suit_legings@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4e17bc0c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@658f8e17, net.minecraft.item.crafting.Ingredient@e32539d, net.minecraft.item.crafting.Ingredient@57375d50, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@24b37c66, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.superium_leggings@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.superium_leggings@0:[net.minecraft.item.crafting.Ingredient@227e610, net.minecraft.item.crafting.Ingredient@5125ad8, net.minecraft.item.crafting.Ingredient@227e610, net.minecraft.item.crafting.Ingredient@227e610, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@227e610, net.minecraft.item.crafting.Ingredient@227e610, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@227e610]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.crafting@2 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.crafting@2:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5742316c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5742316c, net.minecraft.item.crafting.Ingredient@54f7d6c9, net.minecraft.item.crafting.Ingredient@5742316c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5742316c, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 12xitem.ma.intermedium_arrow@0 new recipe: RecipeStage{tier='five', recipe=12xitem.ma.intermedium_arrow@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@112fa7b3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@31063bb5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5b7c150, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xitem.immersiveengineering.metal@3 new recipe: RecipeStage{tier='five', recipe=4xitem.immersiveengineering.metal@3:[net.minecraft.item.crafting.Ingredient@742faff7, net.minecraft.item.crafting.Ingredient@67aabc40, net.minecraft.item.crafting.Ingredient@3d2754d9, net.minecraft.item.crafting.Ingredient@153908f3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1ce04db4, net.minecraft.item.crafting.Ingredient@2e1aaad4, net.minecraft.item.crafting.Ingredient@291cb252, net.minecraft.item.crafting.Ingredient@74bf4912]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.apple@0 new recipe: RecipeStage{tier='five', recipe=8xitem.apple@0:[net.minecraft.item.crafting.Ingredient@51e2f952, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@51e2f952, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@51e2f952]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.fire_seeds@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.fire_seeds@0:[net.minecraft.item.crafting.Ingredient@14387571, net.minecraft.item.crafting.Ingredient@649566db, net.minecraft.item.crafting.Ingredient@14387571, net.minecraft.item.crafting.Ingredient@649566db, net.minecraft.item.crafting.Ingredient@56033047, net.minecraft.item.crafting.Ingredient@649566db, net.minecraft.item.crafting.Ingredient@14387571, net.minecraft.item.crafting.Ingredient@649566db, net.minecraft.item.crafting.Ingredient@14387571]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.pt.dye_powder@14 new recipe: RecipeStage{tier='five', recipe=1xitem.pt.dye_powder@14:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7c57048d, net.minecraft.item.crafting.Ingredient@6aa56f69, net.minecraft.item.crafting.Ingredient@6785fb1b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.intermedium_sickle@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.intermedium_sickle@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5fee8e1d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3e902b62, net.minecraft.item.crafting.Ingredient@659f233d, net.minecraft.item.crafting.Ingredient@5fee8e1d, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 16xtile.log@0 new recipe: RecipeStage{tier='five', recipe=16xtile.log@0:[net.minecraft.item.crafting.Ingredient@5615c1d2, net.minecraft.item.crafting.Ingredient@5615c1d2, net.minecraft.item.crafting.Ingredient@5615c1d2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.chunk@6 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.chunk@6:[net.minecraft.item.crafting.Ingredient@2628a51b, net.minecraft.item.crafting.Ingredient@2628a51b, net.minecraft.item.crafting.Ingredient@2628a51b, net.minecraft.item.crafting.Ingredient@2628a51b, net.minecraft.item.crafting.Ingredient@15c3a120, net.minecraft.item.crafting.Ingredient@2628a51b, net.minecraft.item.crafting.Ingredient@2628a51b, net.minecraft.item.crafting.Ingredient@2628a51b, net.minecraft.item.crafting.Ingredient@2628a51b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.chunk@17 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.chunk@17:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@21de34fa, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@21de34fa, net.minecraft.item.crafting.Ingredient@58fee8fc, net.minecraft.item.crafting.Ingredient@21de34fa, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@21de34fa, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.crafting@32 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.crafting@32:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4b8b9944, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4b8b9944, net.minecraftforge.oredict.OreIngredient@3b071396, net.minecraft.item.crafting.Ingredient@4b8b9944, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4b8b9944, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.itemcraftingcomponent@5 new recipe: RecipeStage{tier='two', recipe=1xitem.itemcraftingcomponent@5:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4b1f3da0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@290895e3, net.minecraft.item.crafting.Ingredient@228e22ec, net.minecraft.item.crafting.Ingredient@30e57024, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@225b9a5, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ma.supremium_furnace@0 new recipe: RecipeStage{tier='five', recipe=1xtile.ma.supremium_furnace@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6a5f9e58, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6a5f9e58, net.minecraft.item.crafting.Ingredient@7fb851f5, net.minecraft.item.crafting.Ingredient@6a5f9e58, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@30929780, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.thebetweenlands.items_misc@18 new recipe: RecipeStage{tier='five', recipe=8xitem.thebetweenlands.items_misc@18:[net.minecraft.item.crafting.Ingredient@28abdc2f, net.minecraft.item.crafting.Ingredient@28abdc2f, net.minecraft.item.crafting.Ingredient@28abdc2f, net.minecraft.item.crafting.Ingredient@28abdc2f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@28abdc2f, net.minecraft.item.crafting.Ingredient@28abdc2f, net.minecraft.item.crafting.Ingredient@28abdc2f, net.minecraft.item.crafting.Ingredient@28abdc2f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.ma.insanium@0 new recipe: RecipeStage{tier='five', recipe=9xitem.ma.insanium@0:[net.minecraft.item.crafting.Ingredient@137068c3]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.crafting@19 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.crafting@19:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@12667034, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@12667034, net.minecraft.item.crafting.Ingredient@5c84ed0c, net.minecraft.item.crafting.Ingredient@12667034, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@12667034, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xitem.tconstruct.pattern@0 new recipe: RecipeStage{tier='two', recipe=4xitem.tconstruct.pattern@0:[net.minecraftforge.oredict.OreIngredient@71bdddc6, crafttweaker.mc1120.item.VanillaIngredient@6f7242bf, crafttweaker.mc1120.item.VanillaIngredient@7ccbbd41, net.minecraftforge.oredict.OreIngredient@7c22cfba]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.inferium_paxel@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.inferium_paxel@0:[net.minecraft.item.crafting.Ingredient@67a2e0da, net.minecraft.item.crafting.Ingredient@4082787c, net.minecraft.item.crafting.Ingredient@72d92e86, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@372dbcfd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@372dbcfd, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.gear@1 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.gear@1:[net.minecraft.item.crafting.Ingredient@614326c9, net.minecraft.item.crafting.Ingredient@13b61b72]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ma.inferium_furnace@0 new recipe: RecipeStage{tier='five', recipe=1xtile.ma.inferium_furnace@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@640cee03, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@640cee03, net.minecraft.item.crafting.Ingredient@17709a5a, net.minecraft.item.crafting.Ingredient@640cee03, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6c8b1d2a, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xitem.appliedenergistics2.material@0 new recipe: RecipeStage{tier='five', recipe=6xitem.appliedenergistics2.material@0:[net.minecraft.item.crafting.Ingredient@a2da35b, net.minecraft.item.crafting.Ingredient@a2da35b, net.minecraft.item.crafting.Ingredient@a2da35b, net.minecraft.item.crafting.Ingredient@a2da35b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@a2da35b, net.minecraft.item.crafting.Ingredient@a2da35b, net.minecraft.item.crafting.Ingredient@a2da35b, net.minecraft.item.crafting.Ingredient@a2da35b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.iron_seeds@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.iron_seeds@0:[net.minecraftforge.oredict.OreIngredient@170b8413, net.minecraft.item.crafting.Ingredient@63b5696e, net.minecraftforge.oredict.OreIngredient@170b8413, net.minecraft.item.crafting.Ingredient@63b5696e, net.minecraft.item.crafting.Ingredient@3f00dbb1, net.minecraft.item.crafting.Ingredient@63b5696e, net.minecraftforge.oredict.OreIngredient@170b8413, net.minecraft.item.crafting.Ingredient@63b5696e, net.minecraftforge.oredict.OreIngredient@170b8413]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.spider_seeds@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.spider_seeds@0:[net.minecraft.item.crafting.Ingredient@4324a039, net.minecraft.item.crafting.Ingredient@1be20152, net.minecraft.item.crafting.Ingredient@4324a039, net.minecraft.item.crafting.Ingredient@1be20152, net.minecraft.item.crafting.Ingredient@80d629b, net.minecraft.item.crafting.Ingredient@1be20152, net.minecraft.item.crafting.Ingredient@4324a039, net.minecraft.item.crafting.Ingredient@1be20152, net.minecraft.item.crafting.Ingredient@4324a039]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 16xtile.stoneMoss@0 new recipe: RecipeStage{tier='five', recipe=16xtile.stoneMoss@0:[net.minecraft.item.crafting.Ingredient@616f324a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@616f324a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4065131a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@616f324a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@616f324a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.gear@3 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.gear@3:[net.minecraft.item.crafting.Ingredient@4276d058, net.minecraft.item.crafting.Ingredient@268074be]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.skull@0 new recipe: RecipeStage{tier='five', recipe=1xitem.skull@0:[net.minecraft.item.crafting.Ingredient@4d072a50, net.minecraft.item.crafting.Ingredient@4d072a50, net.minecraft.item.crafting.Ingredient@4d072a50, net.minecraft.item.crafting.Ingredient@4d072a50, net.minecraft.item.crafting.Ingredient@5887d484, net.minecraft.item.crafting.Ingredient@4d072a50, net.minecraft.item.crafting.Ingredient@4d072a50, net.minecraft.item.crafting.Ingredient@4d072a50, net.minecraft.item.crafting.Ingredient@4d072a50]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.intermedium_shovel@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.intermedium_shovel@0:[net.minecraft.item.crafting.Ingredient@6c808421, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@38f4227b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@38f4227b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ma.storage@2 new recipe: RecipeStage{tier='five', recipe=1xtile.ma.storage@2:[net.minecraft.item.crafting.Ingredient@2052ced, net.minecraft.item.crafting.Ingredient@2052ced, net.minecraft.item.crafting.Ingredient@2052ced, net.minecraft.item.crafting.Ingredient@2052ced, net.minecraft.item.crafting.Ingredient@2052ced, net.minecraft.item.crafting.Ingredient@2052ced, net.minecraft.item.crafting.Ingredient@2052ced, net.minecraft.item.crafting.Ingredient@2052ced, net.minecraft.item.crafting.Ingredient@2052ced]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 24xtile.netherBrick@0 new recipe: RecipeStage{tier='five', recipe=24xtile.netherBrick@0:[net.minecraft.item.crafting.Ingredient@648f9ed8, net.minecraft.item.crafting.Ingredient@648f9ed8, net.minecraft.item.crafting.Ingredient@648f9ed8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@648f9ed8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.intermedium_bow@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.intermedium_bow@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1c45a9e2, net.minecraft.item.crafting.Ingredient@88a7bc6, net.minecraft.item.crafting.Ingredient@74d2a9b3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@88a7bc6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1c45a9e2, net.minecraft.item.crafting.Ingredient@88a7bc6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.inferium_bow@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.inferium_bow@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4b832637, net.minecraft.item.crafting.Ingredient@7e21f80f, net.minecraft.item.crafting.Ingredient@2bd9dafe, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7e21f80f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4b832637, net.minecraft.item.crafting.Ingredient@7e21f80f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.ma.coal@4 new recipe: RecipeStage{tier='five', recipe=9xitem.ma.coal@4:[net.minecraft.item.crafting.Ingredient@52a8edba]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ma.prudentium_furnace@0 new recipe: RecipeStage{tier='five', recipe=1xtile.ma.prudentium_furnace@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@59208b8e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@59208b8e, net.minecraft.item.crafting.Ingredient@6fcc6205, net.minecraft.item.crafting.Ingredient@59208b8e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7580b88d, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.ma.crafting@39 new recipe: RecipeStage{tier='five', recipe=9xitem.ma.crafting@39:[net.minecraft.item.crafting.Ingredient@360cd60]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.dragon_egg_seeds@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.dragon_egg_seeds@0:[net.minecraft.item.crafting.Ingredient@6723884b, net.minecraft.item.crafting.Ingredient@a568c07, net.minecraft.item.crafting.Ingredient@6723884b, net.minecraft.item.crafting.Ingredient@a568c07, net.minecraft.item.crafting.Ingredient@6b4d6a86, net.minecraft.item.crafting.Ingredient@a568c07, net.minecraft.item.crafting.Ingredient@6723884b, net.minecraft.item.crafting.Ingredient@a568c07, net.minecraft.item.crafting.Ingredient@6723884b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.crafting@50 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.crafting@50:[net.minecraft.item.crafting.Ingredient@597acc18, net.minecraft.item.crafting.Ingredient@30f331f8]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.sapling@5 new recipe: RecipeStage{tier='five', recipe=4xtile.sapling@5:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@172d49d3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@78a8e44f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@172d49d3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.intermedium_paxel@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.intermedium_paxel@0:[net.minecraft.item.crafting.Ingredient@15f1f293, net.minecraft.item.crafting.Ingredient@3bd46568, net.minecraft.item.crafting.Ingredient@17098fc9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@58985049, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@58985049, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.pt.dye_powder@2 new recipe: RecipeStage{tier='five', recipe=1xitem.pt.dye_powder@2:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3960c8e3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@22198eb4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7e219eb8]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xitem.expBottle@0 new recipe: RecipeStage{tier='five', recipe=4xitem.expBottle@0:[net.minecraft.item.crafting.Ingredient@7b000e9a, net.minecraft.item.crafting.Ingredient@356fd882, net.minecraft.item.crafting.Ingredient@4546ea7f, net.minecraft.item.crafting.Ingredient@19ac6fda]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.ma.crafting@43 new recipe: RecipeStage{tier='five', recipe=9xitem.ma.crafting@43:[net.minecraft.item.crafting.Ingredient@3c2f6af7]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.gear@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.gear@0:[net.minecraft.item.crafting.Ingredient@6d6d9904, net.minecraft.item.crafting.Ingredient@76e99b0b, net.minecraft.item.crafting.Ingredient@6d6d9904, net.minecraft.item.crafting.Ingredient@6e67fd2f, net.minecraft.item.crafting.Ingredient@16e46e5c, net.minecraft.item.crafting.Ingredient@6e67fd2f, net.minecraft.item.crafting.Ingredient@6d6d9904, net.minecraft.item.crafting.Ingredient@6e67fd2f, net.minecraft.item.crafting.Ingredient@6d6d9904]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.record@0 new recipe: RecipeStage{tier='five', recipe=1xitem.record@0:[net.minecraft.item.crafting.Ingredient@40b25355, net.minecraftforge.oredict.OreIngredient@1e16fd19, net.minecraft.item.crafting.Ingredient@11bdead2, net.minecraft.item.crafting.Ingredient@2b90281a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.water_seeds@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.water_seeds@0:[net.minecraft.item.crafting.Ingredient@16d09bd9, net.minecraft.item.crafting.Ingredient@13d7e32, net.minecraft.item.crafting.Ingredient@16d09bd9, net.minecraft.item.crafting.Ingredient@13d7e32, net.minecraft.item.crafting.Ingredient@4fb727ed, net.minecraft.item.crafting.Ingredient@13d7e32, net.minecraft.item.crafting.Ingredient@16d09bd9, net.minecraft.item.crafting.Ingredient@13d7e32, net.minecraft.item.crafting.Ingredient@16d09bd9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.charm@17 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.charm@17:[net.minecraft.item.crafting.Ingredient@1ed9037b, net.minecraft.item.crafting.Ingredient@6ad81af7, net.minecraft.item.crafting.Ingredient@2819af50, net.minecraft.item.crafting.Ingredient@6ad81af7, net.minecraft.item.crafting.Ingredient@25abb5f6, net.minecraft.item.crafting.Ingredient@6ad81af7, net.minecraft.item.crafting.Ingredient@2819af50, net.minecraft.item.crafting.Ingredient@6ad81af7, net.minecraft.item.crafting.Ingredient@1ed9037b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 16xitem.reeds@0 new recipe: RecipeStage{tier='five', recipe=16xitem.reeds@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@55ef9679, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@55ef9679, net.minecraft.item.crafting.Ingredient@55ef9679, net.minecraft.item.crafting.Ingredient@55ef9679, net.minecraft.item.crafting.Ingredient@55ef9679, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@55ef9679]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.ardite_seeds@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.ardite_seeds@0:[net.minecraft.item.crafting.Ingredient@4ca2f126, net.minecraft.item.crafting.Ingredient@206ba746, net.minecraft.item.crafting.Ingredient@4ca2f126, net.minecraft.item.crafting.Ingredient@206ba746, net.minecraft.item.crafting.Ingredient@5d586dc, net.minecraft.item.crafting.Ingredient@206ba746, net.minecraft.item.crafting.Ingredient@4ca2f126, net.minecraft.item.crafting.Ingredient@206ba746, net.minecraft.item.crafting.Ingredient@4ca2f126]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ma.special@1 new recipe: RecipeStage{tier='five', recipe=1xtile.ma.special@1:[net.minecraft.item.crafting.Ingredient@61f628df, net.minecraft.item.crafting.Ingredient@25192dcd, net.minecraft.item.crafting.Ingredient@61f628df, net.minecraft.item.crafting.Ingredient@25192dcd, net.minecraftforge.oredict.OreIngredient@5cd54300, net.minecraft.item.crafting.Ingredient@25192dcd, net.minecraft.item.crafting.Ingredient@61f628df, net.minecraft.item.crafting.Ingredient@25192dcd, net.minecraft.item.crafting.Ingredient@61f628df]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xitem.immersiveengineering.metal@7 new recipe: RecipeStage{tier='five', recipe=4xitem.immersiveengineering.metal@7:[net.minecraft.item.crafting.Ingredient@20328084, net.minecraft.item.crafting.Ingredient@2cf404cd, net.minecraft.item.crafting.Ingredient@c978d6f, net.minecraft.item.crafting.Ingredient@3dbed047, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@93c41d4, net.minecraft.item.crafting.Ingredient@562ee52, net.minecraft.item.crafting.Ingredient@35aee764, net.minecraft.item.crafting.Ingredient@7e59357e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.lapis_lazuli_seeds@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.lapis_lazuli_seeds@0:[net.minecraft.item.crafting.Ingredient@7b2f00fc, net.minecraft.item.crafting.Ingredient@793209a2, net.minecraft.item.crafting.Ingredient@7b2f00fc, net.minecraft.item.crafting.Ingredient@793209a2, net.minecraft.item.crafting.Ingredient@3d14cd17, net.minecraft.item.crafting.Ingredient@793209a2, net.minecraft.item.crafting.Ingredient@7b2f00fc, net.minecraft.item.crafting.Ingredient@793209a2, net.minecraft.item.crafting.Ingredient@7b2f00fc]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.coal@4 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.coal@4:[net.minecraft.item.crafting.Ingredient@347163b, net.minecraft.item.crafting.Ingredient@6bf39e1f, net.minecraft.item.crafting.Ingredient@4a211e0e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.silver_seeds@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.silver_seeds@0:[net.minecraftforge.oredict.OreIngredient@4beacd54, net.minecraft.item.crafting.Ingredient@4c7ffeb, net.minecraftforge.oredict.OreIngredient@4beacd54, net.minecraft.item.crafting.Ingredient@4c7ffeb, net.minecraft.item.crafting.Ingredient@4a110be9, net.minecraft.item.crafting.Ingredient@4c7ffeb, net.minecraftforge.oredict.OreIngredient@4beacd54, net.minecraft.item.crafting.Ingredient@4c7ffeb, net.minecraftforge.oredict.OreIngredient@4beacd54]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.crafting@53 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.crafting@53:[net.minecraft.item.crafting.Ingredient@741ce2b5, net.minecraft.item.crafting.Ingredient@797357b3, net.minecraft.item.crafting.Ingredient@741ce2b5, net.minecraft.item.crafting.Ingredient@4b22141b, net.minecraft.item.crafting.Ingredient@70eeb85f, net.minecraft.item.crafting.Ingredient@4b22141b, net.minecraft.item.crafting.Ingredient@741ce2b5, net.minecraft.item.crafting.Ingredient@4b22141b, net.minecraft.item.crafting.Ingredient@741ce2b5]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xitem.enderPearl@0 new recipe: RecipeStage{tier='five', recipe=4xitem.enderPearl@0:[net.minecraft.item.crafting.Ingredient@374566ef, net.minecraft.item.crafting.Ingredient@374566ef, net.minecraft.item.crafting.Ingredient@374566ef, net.minecraft.item.crafting.Ingredient@374566ef, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@374566ef, net.minecraft.item.crafting.Ingredient@374566ef, net.minecraft.item.crafting.Ingredient@374566ef, net.minecraft.item.crafting.Ingredient@374566ef]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.gear@5 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.gear@5:[net.minecraft.item.crafting.Ingredient@4bed0d79, net.minecraft.item.crafting.Ingredient@3ff1e2c7]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.jukebox@0 new recipe: RecipeStage{tier='three', recipe=1xtile.jukebox@0:[net.minecraftforge.oredict.OreIngredient@67710d9e, net.minecraftforge.oredict.OreIngredient@5c149020, net.minecraftforge.oredict.OreIngredient@1d233db4, net.minecraftforge.oredict.OreIngredient@6def7da3, net.minecraft.item.crafting.Ingredient@29d807d, net.minecraftforge.oredict.OreIngredient@7af0959e, net.minecraftforge.oredict.OreIngredient@7e3ac9e9, net.minecraftforge.oredict.OreIngredient@68aea1e8, net.minecraftforge.oredict.OreIngredient@65e4ae8]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.tier3_inferium_seeds@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.tier3_inferium_seeds@0:[net.minecraft.item.crafting.Ingredient@37918d6c, net.minecraft.item.crafting.Ingredient@37918d6c, net.minecraft.item.crafting.Ingredient@37918d6c, net.minecraft.item.crafting.Ingredient@37918d6c, net.minecraft.item.crafting.Ingredient@36eba785, net.minecraft.item.crafting.Ingredient@37918d6c, net.minecraft.item.crafting.Ingredient@37918d6c, net.minecraft.item.crafting.Ingredient@37918d6c, net.minecraft.item.crafting.Ingredient@37918d6c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xitem.twilightforest.fieryIngot@0 new recipe: RecipeStage{tier='five', recipe=3xitem.twilightforest.fieryIngot@0:[net.minecraft.item.crafting.Ingredient@7f400ce9, net.minecraft.item.crafting.Ingredient@29fd7d6e, net.minecraft.item.crafting.Ingredient@670c2430, net.minecraft.item.crafting.Ingredient@591b44bd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@26c33c33, net.minecraft.item.crafting.Ingredient@64972388, net.minecraft.item.crafting.Ingredient@623ca68e, net.minecraft.item.crafting.Ingredient@610128d8]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.gear@17 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.gear@17:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6e4f9412, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6e4f9412, net.minecraft.item.crafting.Ingredient@149ac695, net.minecraft.item.crafting.Ingredient@6e4f9412, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6e4f9412, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.ender_biotite_seeds@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.ender_biotite_seeds@0:[net.minecraftforge.oredict.OreIngredient@3a761ce7, net.minecraft.item.crafting.Ingredient@4bdb17b9, net.minecraftforge.oredict.OreIngredient@3a761ce7, net.minecraft.item.crafting.Ingredient@4bdb17b9, net.minecraft.item.crafting.Ingredient@61f0eb7c, net.minecraft.item.crafting.Ingredient@4bdb17b9, net.minecraftforge.oredict.OreIngredient@3a761ce7, net.minecraft.item.crafting.Ingredient@4bdb17b9, net.minecraftforge.oredict.OreIngredient@3a761ce7]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ma.intermedium_reprocessor@0 new recipe: RecipeStage{tier='five', recipe=1xtile.ma.intermedium_reprocessor@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@43395464, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@43395464, net.minecraft.item.crafting.Ingredient@6feb165d, net.minecraft.item.crafting.Ingredient@43395464, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1be52a86, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.gear@2 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.gear@2:[net.minecraft.item.crafting.Ingredient@37c86911, net.minecraft.item.crafting.Ingredient@7c086b8]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.dye_seeds@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.dye_seeds@0:[net.minecraft.item.crafting.Ingredient@4b9c3ff1, net.minecraft.item.crafting.Ingredient@5316c1db, net.minecraft.item.crafting.Ingredient@4b9c3ff1, net.minecraft.item.crafting.Ingredient@5316c1db, net.minecraft.item.crafting.Ingredient@1c5842f6, net.minecraft.item.crafting.Ingredient@5316c1db, net.minecraft.item.crafting.Ingredient@4b9c3ff1, net.minecraft.item.crafting.Ingredient@5316c1db, net.minecraft.item.crafting.Ingredient@4b9c3ff1]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.nether_quartz_seeds@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.nether_quartz_seeds@0:[net.minecraft.item.crafting.Ingredient@3a2bfa9, net.minecraft.item.crafting.Ingredient@71261168, net.minecraft.item.crafting.Ingredient@3a2bfa9, net.minecraft.item.crafting.Ingredient@71261168, net.minecraft.item.crafting.Ingredient@484281ae, net.minecraft.item.crafting.Ingredient@71261168, net.minecraft.item.crafting.Ingredient@3a2bfa9, net.minecraft.item.crafting.Ingredient@71261168, net.minecraft.item.crafting.Ingredient@3a2bfa9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 32xtile.hellrock@0 new recipe: RecipeStage{tier='five', recipe=32xtile.hellrock@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4eb7c7c1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4eb7c7c1, net.minecraft.item.crafting.Ingredient@4eb7c7c1, net.minecraft.item.crafting.Ingredient@4eb7c7c1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4eb7c7c1, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.gear@1 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.gear@1:[net.minecraft.item.crafting.Ingredient@46769e25, net.minecraft.item.crafting.Ingredient@78c059eb]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.aquamarine_seeds@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.aquamarine_seeds@0:[net.minecraft.item.crafting.Ingredient@3bd3507c, net.minecraft.item.crafting.Ingredient@4283f000, net.minecraft.item.crafting.Ingredient@3bd3507c, net.minecraft.item.crafting.Ingredient@4283f000, net.minecraft.item.crafting.Ingredient@5340e87e, net.minecraft.item.crafting.Ingredient@4283f000, net.minecraft.item.crafting.Ingredient@3bd3507c, net.minecraft.item.crafting.Ingredient@4283f000, net.minecraft.item.crafting.Ingredient@3bd3507c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.bwm:single_machine@1 new recipe: RecipeStage{tier='three', recipe=1xtile.bwm:single_machine@1:[net.minecraftforge.oredict.OreIngredient@1a965ac4, net.minecraftforge.oredict.OreIngredient@6192a8c6, net.minecraftforge.oredict.OreIngredient@3222ccd3, net.minecraftforge.oredict.OreIngredient@4876e5a6, net.minecraft.item.crafting.Ingredient@609ec616, net.minecraftforge.oredict.OreIngredient@143e865b, net.minecraftforge.oredict.OreIngredient@305e945b, net.minecraftforge.oredict.OreIngredient@4f7a1c23, net.minecraftforge.oredict.OreIngredient@5942cdac]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.tcomplement.melter@8 new recipe: RecipeStage{tier='one', recipe=1xtile.tcomplement.melter@8:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@95ee541, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@332b890d, net.minecraft.item.crafting.Ingredient@3e9f2e52, net.minecraft.item.crafting.Ingredient@59d3ae9b, net.minecraft.item.crafting.Ingredient@27592c0d, net.minecraft.item.crafting.Ingredient@4855aa0a, net.minecraft.item.crafting.Ingredient@ffff0ec]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xitem.ingotIron@0 new recipe: RecipeStage{tier='five', recipe=6xitem.ingotIron@0:[net.minecraft.item.crafting.Ingredient@71a336b, net.minecraft.item.crafting.Ingredient@1b7cbd4b, net.minecraft.item.crafting.Ingredient@43a1b9a0, net.minecraft.item.crafting.Ingredient@634dea78, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@359a0c11, net.minecraft.item.crafting.Ingredient@4bf2790c, net.minecraft.item.crafting.Ingredient@550b56b, net.minecraft.item.crafting.Ingredient@9428193]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.basalt_seeds@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.basalt_seeds@0:[net.minecraft.item.crafting.Ingredient@4ee0da59, net.minecraft.item.crafting.Ingredient@72831d9b, net.minecraft.item.crafting.Ingredient@4ee0da59, net.minecraft.item.crafting.Ingredient@72831d9b, net.minecraft.item.crafting.Ingredient@27707f53, net.minecraft.item.crafting.Ingredient@72831d9b, net.minecraft.item.crafting.Ingredient@4ee0da59, net.minecraft.item.crafting.Ingredient@72831d9b, net.minecraft.item.crafting.Ingredient@4ee0da59]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.bronze_seeds@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.bronze_seeds@0:[net.minecraftforge.oredict.OreIngredient@2d0755a, net.minecraft.item.crafting.Ingredient@211ec388, net.minecraftforge.oredict.OreIngredient@2d0755a, net.minecraft.item.crafting.Ingredient@211ec388, net.minecraft.item.crafting.Ingredient@34ff4ce6, net.minecraft.item.crafting.Ingredient@211ec388, net.minecraftforge.oredict.OreIngredient@2d0755a, net.minecraft.item.crafting.Ingredient@211ec388, net.minecraftforge.oredict.OreIngredient@2d0755a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.crafting@36 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.crafting@36:[net.minecraft.item.crafting.Ingredient@45d755e3, net.minecraft.item.crafting.Ingredient@792dc95, net.minecraft.item.crafting.Ingredient@234ce3f5]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.silicon_seeds@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.silicon_seeds@0:[net.minecraftforge.oredict.OreIngredient@79208f55, net.minecraft.item.crafting.Ingredient@3ad2f176, net.minecraftforge.oredict.OreIngredient@79208f55, net.minecraft.item.crafting.Ingredient@3ad2f176, net.minecraft.item.crafting.Ingredient@2eb64a6f, net.minecraft.item.crafting.Ingredient@3ad2f176, net.minecraftforge.oredict.OreIngredient@79208f55, net.minecraft.item.crafting.Ingredient@3ad2f176, net.minecraftforge.oredict.OreIngredient@79208f55]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ma.tinkering_table@4 new recipe: RecipeStage{tier='five', recipe=1xtile.ma.tinkering_table@4:[net.minecraft.item.crafting.Ingredient@363d4234, net.minecraft.item.crafting.Ingredient@363d4234, net.minecraft.item.crafting.Ingredient@363d4234, net.minecraft.item.crafting.Ingredient@2f378a7a, net.minecraftforge.oredict.OreIngredient@7ee95eb5, net.minecraft.item.crafting.Ingredient@2f378a7a, net.minecraft.item.crafting.Ingredient@2f378a7a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2f378a7a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.inferium_pickaxe@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.inferium_pickaxe@0:[net.minecraft.item.crafting.Ingredient@21633850, net.minecraft.item.crafting.Ingredient@2ef02779, net.minecraft.item.crafting.Ingredient@21633850, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@68298f7f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@68298f7f, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.purpurBlock@0 new recipe: RecipeStage{tier='five', recipe=8xtile.purpurBlock@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4d0cbfa3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4d0cbfa3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4d0cbfa3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4d0cbfa3, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.gear@1 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.gear@1:[net.minecraft.item.crafting.Ingredient@ec0b3e, net.minecraft.item.crafting.Ingredient@6b6c0e44]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.supremium_pickaxe@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.supremium_pickaxe@0:[net.minecraft.item.crafting.Ingredient@33be1e80, net.minecraft.item.crafting.Ingredient@9ec891, net.minecraft.item.crafting.Ingredient@33be1e80, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@48f0adbf, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@48f0adbf, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.glowstone_ingot_seeds@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.glowstone_ingot_seeds@0:[net.minecraftforge.oredict.OreIngredient@65d3dce0, net.minecraft.item.crafting.Ingredient@4ce34719, net.minecraftforge.oredict.OreIngredient@65d3dce0, net.minecraft.item.crafting.Ingredient@4ce34719, net.minecraft.item.crafting.Ingredient@e2c4618, net.minecraft.item.crafting.Ingredient@4ce34719, net.minecraftforge.oredict.OreIngredient@65d3dce0, net.minecraft.item.crafting.Ingredient@4ce34719, net.minecraftforge.oredict.OreIngredient@65d3dce0]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.superium_axe@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.superium_axe@0:[net.minecraft.item.crafting.Ingredient@62eaaeb2, net.minecraft.item.crafting.Ingredient@62eaaeb2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@64912061, net.minecraft.item.crafting.Ingredient@12f224cd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@12f224cd, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xitem.contenttweaker.material_part@37 new recipe: RecipeStage{tier='five', recipe=2xitem.contenttweaker.material_part@37:[net.minecraft.item.crafting.Ingredient@7b17b477, net.minecraft.item.crafting.Ingredient@30aff028, net.minecraft.item.crafting.Ingredient@32ae73b0, net.minecraft.item.crafting.Ingredient@7b0d00a9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3dffa7b3, net.minecraft.item.crafting.Ingredient@721e2e94, net.minecraft.item.crafting.Ingredient@33ece094, net.minecraft.item.crafting.Ingredient@2077b608]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.tcomplement.porcelain_melter@0 new recipe: RecipeStage{tier='one', recipe=1xtile.tcomplement.porcelain_melter@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@65d0f19a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4840e018, net.minecraft.item.crafting.Ingredient@7c63a257, net.minecraft.item.crafting.Ingredient@d235404, net.minecraft.item.crafting.Ingredient@6f1d281b, net.minecraft.item.crafting.Ingredient@201245c0, net.minecraft.item.crafting.Ingredient@41022a8f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.skull@1 new recipe: RecipeStage{tier='five', recipe=1xitem.skull@1:[net.minecraft.item.crafting.Ingredient@370a63f7, net.minecraft.item.crafting.Ingredient@370a63f7, net.minecraft.item.crafting.Ingredient@370a63f7, net.minecraft.item.crafting.Ingredient@370a63f7, net.minecraft.item.crafting.Ingredient@366fd8bd, net.minecraft.item.crafting.Ingredient@370a63f7, net.minecraft.item.crafting.Ingredient@370a63f7, net.minecraft.item.crafting.Ingredient@370a63f7, net.minecraft.item.crafting.Ingredient@370a63f7]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.gold_seeds@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.gold_seeds@0:[net.minecraftforge.oredict.OreIngredient@7446576e, net.minecraft.item.crafting.Ingredient@46aa623a, net.minecraftforge.oredict.OreIngredient@7446576e, net.minecraft.item.crafting.Ingredient@46aa623a, net.minecraft.item.crafting.Ingredient@3b2ff9ba, net.minecraft.item.crafting.Ingredient@46aa623a, net.minecraftforge.oredict.OreIngredient@7446576e, net.minecraft.item.crafting.Ingredient@46aa623a, net.minecraftforge.oredict.OreIngredient@7446576e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 12xitem.ma.prudentium_arrow@0 new recipe: RecipeStage{tier='five', recipe=12xitem.ma.prudentium_arrow@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@508ad961, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1b437b4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@704899bc, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.gear@7 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.gear@7:[net.minecraft.item.crafting.Ingredient@4a1380ac, net.minecraft.item.crafting.Ingredient@6c937b2a, net.minecraft.item.crafting.Ingredient@4a1380ac, net.minecraft.item.crafting.Ingredient@295f848b, net.minecraft.item.crafting.Ingredient@7d2346ae, net.minecraft.item.crafting.Ingredient@295f848b, net.minecraft.item.crafting.Ingredient@4a1380ac, net.minecraft.item.crafting.Ingredient@295f848b, net.minecraft.item.crafting.Ingredient@4a1380ac]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.gear@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.gear@0:[net.minecraft.item.crafting.Ingredient@26eb228c, net.minecraft.item.crafting.Ingredient@7b5eb27b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.chicken_seeds@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.chicken_seeds@0:[net.minecraft.item.crafting.Ingredient@37a56a84, net.minecraft.item.crafting.Ingredient@68072314, net.minecraft.item.crafting.Ingredient@37a56a84, net.minecraft.item.crafting.Ingredient@68072314, net.minecraft.item.crafting.Ingredient@71fd4971, net.minecraft.item.crafting.Ingredient@68072314, net.minecraft.item.crafting.Ingredient@37a56a84, net.minecraft.item.crafting.Ingredient@68072314, net.minecraft.item.crafting.Ingredient@37a56a84]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.ma.coal@0 new recipe: RecipeStage{tier='five', recipe=9xitem.ma.coal@0:[net.minecraft.item.crafting.Ingredient@47b0c528]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.crafting@35 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.crafting@35:[net.minecraft.item.crafting.Ingredient@5dda5cd0, net.minecraft.item.crafting.Ingredient@5dda5cd0, net.minecraft.item.crafting.Ingredient@5dda5cd0, net.minecraft.item.crafting.Ingredient@5dda5cd0, net.minecraft.item.crafting.Ingredient@5dda5cd0, net.minecraft.item.crafting.Ingredient@5dda5cd0, net.minecraft.item.crafting.Ingredient@5dda5cd0, net.minecraft.item.crafting.Ingredient@5dda5cd0, net.minecraft.item.crafting.Ingredient@5dda5cd0]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.coal@3 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.coal@3:[net.minecraft.item.crafting.Ingredient@336d94f3, net.minecraft.item.crafting.Ingredient@5d700247, net.minecraft.item.crafting.Ingredient@1899f91c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.gear@4 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.gear@4:[net.minecraft.item.crafting.Ingredient@15f78b36, net.minecraft.item.crafting.Ingredient@7c95b434]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.gear@3 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.gear@3:[net.minecraft.item.crafting.Ingredient@5fc62574, net.minecraft.item.crafting.Ingredient@7d2576a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ma.coal_block@3 new recipe: RecipeStage{tier='five', recipe=1xtile.ma.coal_block@3:[net.minecraft.item.crafting.Ingredient@1a2771f9, net.minecraft.item.crafting.Ingredient@1a2771f9, net.minecraft.item.crafting.Ingredient@1a2771f9, net.minecraft.item.crafting.Ingredient@1a2771f9, net.minecraft.item.crafting.Ingredient@1a2771f9, net.minecraft.item.crafting.Ingredient@1a2771f9, net.minecraft.item.crafting.Ingredient@1a2771f9, net.minecraft.item.crafting.Ingredient@1a2771f9, net.minecraft.item.crafting.Ingredient@1a2771f9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.ma.crafting@2 new recipe: RecipeStage{tier='five', recipe=9xitem.ma.crafting@2:[net.minecraft.item.crafting.Ingredient@531b3409]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.mushroom@0 new recipe: RecipeStage{tier='five', recipe=8xtile.mushroom@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@435c5efb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2661bfe, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@435c5efb, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.superium_sword@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.superium_sword@0:[net.minecraft.item.crafting.Ingredient@aab06d8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7d81451a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@620c8344, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.charm@5 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.charm@5:[net.minecraft.item.crafting.Ingredient@33e5cae0, net.minecraft.item.crafting.Ingredient@339526d9, net.minecraft.item.crafting.Ingredient@33e5cae0, net.minecraft.item.crafting.Ingredient@339526d9, net.minecraft.item.crafting.Ingredient@7f8fd7d2, net.minecraft.item.crafting.Ingredient@339526d9, net.minecraft.item.crafting.Ingredient@33e5cae0, net.minecraft.item.crafting.Ingredient@339526d9, net.minecraft.item.crafting.Ingredient@33e5cae0]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.milk@0 new recipe: RecipeStage{tier='five', recipe=1xitem.milk@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@e26091c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@e26091c, net.minecraft.item.crafting.Ingredient@6a49698a, net.minecraft.item.crafting.Ingredient@e26091c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@e26091c, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.sapling@1 new recipe: RecipeStage{tier='five', recipe=4xtile.sapling@1:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@580344ff, net.minecraft.item.crafting.Ingredient@5615aaa8, net.minecraft.item.crafting.Ingredient@580344ff, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.chisel.chisel_iron@0 new recipe: RecipeStage{tier='two', recipe=1xitem.chisel.chisel_iron@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1cab2333, net.minecraftforge.oredict.OreIngredient@22ca5079, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xitem.fish@0 new recipe: RecipeStage{tier='five', recipe=4xitem.fish@0:[net.minecraft.item.crafting.Ingredient@78d10700, net.minecraft.item.crafting.Ingredient@78d10700, net.minecraft.item.crafting.Ingredient@78d10700, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.waterlily@0 new recipe: RecipeStage{tier='five', recipe=8xtile.waterlily@0:[net.minecraft.item.crafting.Ingredient@e1608b8, net.minecraft.item.crafting.Ingredient@e1608b8, net.minecraft.item.crafting.Ingredient@e1608b8, net.minecraft.item.crafting.Ingredient@e1608b8, net.minecraft.item.crafting.Ingredient@e1608b8, net.minecraft.item.crafting.Ingredient@e1608b8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@e1608b8, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.ice_seeds@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.ice_seeds@0:[net.minecraft.item.crafting.Ingredient@3f4fa6d0, net.minecraft.item.crafting.Ingredient@5b2d3227, net.minecraft.item.crafting.Ingredient@3f4fa6d0, net.minecraft.item.crafting.Ingredient@5b2d3227, net.minecraft.item.crafting.Ingredient@2dd3eee0, net.minecraft.item.crafting.Ingredient@5b2d3227, net.minecraft.item.crafting.Ingredient@3f4fa6d0, net.minecraft.item.crafting.Ingredient@5b2d3227, net.minecraft.item.crafting.Ingredient@3f4fa6d0]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.netherStar@0 new recipe: RecipeStage{tier='five', recipe=1xitem.netherStar@0:[net.minecraft.item.crafting.Ingredient@79b5914a, net.minecraft.item.crafting.Ingredient@224a95da, net.minecraft.item.crafting.Ingredient@223e1b82]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.charm@15 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.charm@15:[net.minecraft.item.crafting.Ingredient@445be1c1, net.minecraft.item.crafting.Ingredient@53336d02, net.minecraft.item.crafting.Ingredient@cb862eb, net.minecraft.item.crafting.Ingredient@53336d02, net.minecraft.item.crafting.Ingredient@15a3ecde, net.minecraft.item.crafting.Ingredient@53336d02, net.minecraft.item.crafting.Ingredient@cb862eb, net.minecraft.item.crafting.Ingredient@53336d02, net.minecraft.item.crafting.Ingredient@445be1c1]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.record@0 new recipe: RecipeStage{tier='five', recipe=1xitem.record@0:[net.minecraft.item.crafting.Ingredient@17bea7a7, net.minecraftforge.oredict.OreIngredient@4fb6f2bb, net.minecraft.item.crafting.Ingredient@6e9f1a99, net.minecraft.item.crafting.Ingredient@4a2209b8]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ma.storage@2 new recipe: RecipeStage{tier='five', recipe=1xtile.ma.storage@2:[net.minecraft.item.crafting.Ingredient@31509e0a, net.minecraft.item.crafting.Ingredient@31509e0a, net.minecraft.item.crafting.Ingredient@31509e0a, net.minecraft.item.crafting.Ingredient@31509e0a, net.minecraft.item.crafting.Ingredient@31509e0a, net.minecraft.item.crafting.Ingredient@31509e0a, net.minecraft.item.crafting.Ingredient@31509e0a, net.minecraft.item.crafting.Ingredient@31509e0a, net.minecraft.item.crafting.Ingredient@31509e0a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.insanium@1 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.insanium@1:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4e5466f8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4e5466f8, net.minecraft.item.crafting.Ingredient@7ad2a5d9, net.minecraft.item.crafting.Ingredient@4e5466f8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4e5466f8, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.nickel_seeds@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.nickel_seeds@0:[net.minecraftforge.oredict.OreIngredient@571a9db2, net.minecraft.item.crafting.Ingredient@50d20919, net.minecraftforge.oredict.OreIngredient@571a9db2, net.minecraft.item.crafting.Ingredient@50d20919, net.minecraft.item.crafting.Ingredient@1739cdfb, net.minecraft.item.crafting.Ingredient@50d20919, net.minecraftforge.oredict.OreIngredient@571a9db2, net.minecraft.item.crafting.Ingredient@50d20919, net.minecraftforge.oredict.OreIngredient@571a9db2]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xitem.spiderEye@0 new recipe: RecipeStage{tier='five', recipe=3xitem.spiderEye@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3d4e7297, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3d4e7297, net.minecraft.item.crafting.Ingredient@3d4e7297, net.minecraft.item.crafting.Ingredient@3d4e7297, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3d4e7297, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xitem.tconstruct.ingots@2 new recipe: RecipeStage{tier='five', recipe=2xitem.tconstruct.ingots@2:[net.minecraft.item.crafting.Ingredient@8727a62, net.minecraft.item.crafting.Ingredient@2ed08683, net.minecraft.item.crafting.Ingredient@2840753, net.minecraft.item.crafting.Ingredient@47d9a635, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5ce375c6, net.minecraft.item.crafting.Ingredient@76ad0447, net.minecraft.item.crafting.Ingredient@54b13b5e, net.minecraft.item.crafting.Ingredient@5e53d7f3]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xitem.beefRaw@0 new recipe: RecipeStage{tier='five', recipe=4xitem.beefRaw@0:[net.minecraft.item.crafting.Ingredient@56cf8d7f, net.minecraft.item.crafting.Ingredient@56cf8d7f, net.minecraft.item.crafting.Ingredient@56cf8d7f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.dirt@2 new recipe: RecipeStage{tier='five', recipe=8xtile.dirt@2:[net.minecraft.item.crafting.Ingredient@1c1d4730, net.minecraft.item.crafting.Ingredient@1c1d4730, net.minecraft.item.crafting.Ingredient@1c1d4730, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xitem.immersiveengineering.metal@0 new recipe: RecipeStage{tier='five', recipe=6xitem.immersiveengineering.metal@0:[net.minecraft.item.crafting.Ingredient@4909c402, net.minecraft.item.crafting.Ingredient@1f5ecb91, net.minecraft.item.crafting.Ingredient@40db18b2, net.minecraft.item.crafting.Ingredient@27e8664d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@20c69f66, net.minecraft.item.crafting.Ingredient@49addaac, net.minecraft.item.crafting.Ingredient@51ab45a3, net.minecraft.item.crafting.Ingredient@35159bd5]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.gear@1 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.gear@1:[net.minecraft.item.crafting.Ingredient@5caa6b8, net.minecraft.item.crafting.Ingredient@2a52ffb0]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.black_quartz_seeds@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.black_quartz_seeds@0:[net.minecraftforge.oredict.OreIngredient@3264234e, net.minecraft.item.crafting.Ingredient@6b70c659, net.minecraftforge.oredict.OreIngredient@3264234e, net.minecraft.item.crafting.Ingredient@6b70c659, net.minecraft.item.crafting.Ingredient@6e554059, net.minecraft.item.crafting.Ingredient@6b70c659, net.minecraftforge.oredict.OreIngredient@3264234e, net.minecraft.item.crafting.Ingredient@6b70c659, net.minecraftforge.oredict.OreIngredient@3264234e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.ma.coal@1 new recipe: RecipeStage{tier='five', recipe=9xitem.ma.coal@1:[net.minecraft.item.crafting.Ingredient@40ffade]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.insanium@4 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.insanium@4:[net.minecraft.item.crafting.Ingredient@61e43f59, net.minecraft.item.crafting.Ingredient@33f1c688, net.minecraft.item.crafting.Ingredient@2a3d38d6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.corflesh@0 new recipe: RecipeStage{tier='one', recipe=1xitem.corflesh@0:[crafttweaker.mc1120.item.VanillaIngredient@4b4e927d, net.minecraftforge.oredict.OreIngredient@38bcdce1]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.charm@18 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.charm@18:[net.minecraft.item.crafting.Ingredient@495259bf, net.minecraft.item.crafting.Ingredient@7ac016a2, net.minecraft.item.crafting.Ingredient@2bb4f3a4, net.minecraft.item.crafting.Ingredient@7ac016a2, net.minecraft.item.crafting.Ingredient@2cd4105a, net.minecraft.item.crafting.Ingredient@7ac016a2, net.minecraft.item.crafting.Ingredient@2bb4f3a4, net.minecraft.item.crafting.Ingredient@7ac016a2, net.minecraft.item.crafting.Ingredient@495259bf]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.supremium_axe@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.supremium_axe@0:[net.minecraft.item.crafting.Ingredient@2d1bb28, net.minecraft.item.crafting.Ingredient@2d1bb28, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1cb3a0c8, net.minecraft.item.crafting.Ingredient@10177b62, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@10177b62, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.crafting@8 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.crafting@8:[net.minecraft.item.crafting.Ingredient@3d57bef9, net.minecraft.item.crafting.Ingredient@44f42c9f, net.minecraft.item.crafting.Ingredient@19e469a7, net.minecraft.item.crafting.Ingredient@30cc219a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.rabbitHide@0 new recipe: RecipeStage{tier='five', recipe=8xitem.rabbitHide@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@16600475, net.minecraft.item.crafting.Ingredient@16600475, net.minecraft.item.crafting.Ingredient@16600475, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.superium_paxel@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.superium_paxel@0:[net.minecraft.item.crafting.Ingredient@717b18d1, net.minecraft.item.crafting.Ingredient@52989db3, net.minecraft.item.crafting.Ingredient@74d3480d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7a361de3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7a361de3, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 12xitem.rottenFlesh@0 new recipe: RecipeStage{tier='five', recipe=12xitem.rottenFlesh@0:[net.minecraft.item.crafting.Ingredient@56e356f4, net.minecraft.item.crafting.Ingredient@56e356f4, net.minecraft.item.crafting.Ingredient@56e356f4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.prudentium_chestplate@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.prudentium_chestplate@0:[net.minecraft.item.crafting.Ingredient@1102c2ab, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1102c2ab, net.minecraft.item.crafting.Ingredient@1102c2ab, net.minecraft.item.crafting.Ingredient@20022611, net.minecraft.item.crafting.Ingredient@1102c2ab, net.minecraft.item.crafting.Ingredient@1102c2ab, net.minecraft.item.crafting.Ingredient@1102c2ab, net.minecraft.item.crafting.Ingredient@1102c2ab]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.copper_seeds@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.copper_seeds@0:[net.minecraftforge.oredict.OreIngredient@7fcbfe83, net.minecraft.item.crafting.Ingredient@cb2ad60, net.minecraftforge.oredict.OreIngredient@7fcbfe83, net.minecraft.item.crafting.Ingredient@cb2ad60, net.minecraft.item.crafting.Ingredient@36a4fe4c, net.minecraft.item.crafting.Ingredient@cb2ad60, net.minecraftforge.oredict.OreIngredient@7fcbfe83, net.minecraft.item.crafting.Ingredient@cb2ad60, net.minecraftforge.oredict.OreIngredient@7fcbfe83]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.gear@1 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.gear@1:[net.minecraft.item.crafting.Ingredient@7511fe51, net.minecraft.item.crafting.Ingredient@15c4ae36]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.appliedenergistics2.material@13 new recipe: RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.material@13:[net.minecraft.item.crafting.Ingredient@719bdb71, net.minecraft.item.crafting.Ingredient@719bdb71, net.minecraft.item.crafting.Ingredient@719bdb71, net.minecraft.item.crafting.Ingredient@719bdb71, net.minecraft.item.crafting.Ingredient@5d3ebe89, net.minecraft.item.crafting.Ingredient@719bdb71, net.minecraft.item.crafting.Ingredient@719bdb71, net.minecraft.item.crafting.Ingredient@719bdb71, net.minecraft.item.crafting.Ingredient@719bdb71]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 16xtile.mycel@0 new recipe: RecipeStage{tier='five', recipe=16xtile.mycel@0:[net.minecraft.item.crafting.Ingredient@6fcb3fa4, net.minecraft.item.crafting.Ingredient@6fcb3fa4, net.minecraft.item.crafting.Ingredient@6fcb3fa4, net.minecraft.item.crafting.Ingredient@30f3934a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@30f3934a, net.minecraft.item.crafting.Ingredient@30f3934a, net.minecraft.item.crafting.Ingredient@30f3934a, net.minecraft.item.crafting.Ingredient@30f3934a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.crafting@1 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.crafting@1:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1a738735, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1a738735, net.minecraft.item.crafting.Ingredient@54f7d6c9, net.minecraft.item.crafting.Ingredient@1a738735, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1a738735, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.insanium@5 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.insanium@5:[net.minecraft.item.crafting.Ingredient@d6d4887, net.minecraft.item.crafting.Ingredient@7a3f2654, net.minecraft.item.crafting.Ingredient@68d4b57]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.wither_skeleton_seeds@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.wither_skeleton_seeds@0:[net.minecraft.item.crafting.Ingredient@248e69ed, net.minecraft.item.crafting.Ingredient@4655a075, net.minecraft.item.crafting.Ingredient@248e69ed, net.minecraft.item.crafting.Ingredient@4655a075, net.minecraft.item.crafting.Ingredient@31d4b48f, net.minecraft.item.crafting.Ingredient@4655a075, net.minecraft.item.crafting.Ingredient@248e69ed, net.minecraft.item.crafting.Ingredient@4655a075, net.minecraft.item.crafting.Ingredient@248e69ed]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.end_seeds@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.end_seeds@0:[net.minecraft.item.crafting.Ingredient@1b5cc04, net.minecraft.item.crafting.Ingredient@5c8629da, net.minecraft.item.crafting.Ingredient@1b5cc04, net.minecraft.item.crafting.Ingredient@5c8629da, net.minecraft.item.crafting.Ingredient@4372f07d, net.minecraft.item.crafting.Ingredient@5c8629da, net.minecraft.item.crafting.Ingredient@1b5cc04, net.minecraft.item.crafting.Ingredient@5c8629da, net.minecraft.item.crafting.Ingredient@1b5cc04]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.itemcraftingcomponent@0 new recipe: RecipeStage{tier='five', recipe=8xitem.itemcraftingcomponent@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4730f2b1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4730f2b1, net.minecraft.item.crafting.Ingredient@4730f2b1, net.minecraft.item.crafting.Ingredient@4730f2b1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4730f2b1, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.tier1_space_suit_helmet@0 new recipe: RecipeStage{tier='four', recipe=1xitem.tier1_space_suit_helmet@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@530d24b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@614b1104, net.minecraft.item.crafting.Ingredient@2e3fe7f0, net.minecraft.item.crafting.Ingredient@757d045f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@76dc3231, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.chunk@2 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.chunk@2:[net.minecraft.item.crafting.Ingredient@695cc57d, net.minecraft.item.crafting.Ingredient@17d9981d, net.minecraft.item.crafting.Ingredient@50fd3c52]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.sulfur_seeds@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.sulfur_seeds@0:[net.minecraft.item.crafting.Ingredient@43f3f3de, net.minecraft.item.crafting.Ingredient@38349aa5, net.minecraft.item.crafting.Ingredient@43f3f3de, net.minecraft.item.crafting.Ingredient@38349aa5, net.minecraft.item.crafting.Ingredient@513a9355, net.minecraft.item.crafting.Ingredient@38349aa5, net.minecraft.item.crafting.Ingredient@43f3f3de, net.minecraft.item.crafting.Ingredient@38349aa5, net.minecraft.item.crafting.Ingredient@43f3f3de]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.appliedenergistics2.material@19 new recipe: RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.material@19:[net.minecraft.item.crafting.Ingredient@58ff6926, net.minecraft.item.crafting.Ingredient@58ff6926, net.minecraft.item.crafting.Ingredient@58ff6926, net.minecraft.item.crafting.Ingredient@58ff6926, net.minecraftforge.oredict.OreIngredient@5c70531a, net.minecraft.item.crafting.Ingredient@58ff6926, net.minecraft.item.crafting.Ingredient@58ff6926, net.minecraft.item.crafting.Ingredient@58ff6926, net.minecraft.item.crafting.Ingredient@58ff6926]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.gear@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.gear@0:[net.minecraft.item.crafting.Ingredient@7c2e80bf, net.minecraft.item.crafting.Ingredient@751d2ab1]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 12xitem.chorusFruit@0 new recipe: RecipeStage{tier='five', recipe=12xitem.chorusFruit@0:[net.minecraft.item.crafting.Ingredient@4fbbd86b, net.minecraft.item.crafting.Ingredient@e3e9c93, net.minecraft.item.crafting.Ingredient@4fbbd86b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.ma.crafting@38 new recipe: RecipeStage{tier='five', recipe=9xitem.ma.crafting@38:[net.minecraft.item.crafting.Ingredient@1007c74c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ma.storage@1 new recipe: RecipeStage{tier='five', recipe=1xtile.ma.storage@1:[net.minecraft.item.crafting.Ingredient@50d89a62, net.minecraft.item.crafting.Ingredient@50d89a62, net.minecraft.item.crafting.Ingredient@50d89a62, net.minecraft.item.crafting.Ingredient@50d89a62, net.minecraft.item.crafting.Ingredient@50d89a62, net.minecraft.item.crafting.Ingredient@50d89a62, net.minecraft.item.crafting.Ingredient@50d89a62, net.minecraft.item.crafting.Ingredient@50d89a62, net.minecraft.item.crafting.Ingredient@50d89a62]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.gear@2 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.gear@2:[net.minecraft.item.crafting.Ingredient@4edee770, net.minecraft.item.crafting.Ingredient@6cb5b1b4]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ma.storage@1 new recipe: RecipeStage{tier='five', recipe=1xtile.ma.storage@1:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@18b3bde0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@18b3bde0, net.minecraft.item.crafting.Ingredient@1ff4c4df, net.minecraft.item.crafting.Ingredient@18b3bde0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@18b3bde0, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.tier5_inferium_seeds@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.tier5_inferium_seeds@0:[net.minecraft.item.crafting.Ingredient@34e83236, net.minecraft.item.crafting.Ingredient@34e83236, net.minecraft.item.crafting.Ingredient@34e83236, net.minecraft.item.crafting.Ingredient@34e83236, net.minecraft.item.crafting.Ingredient@16f96527, net.minecraft.item.crafting.Ingredient@34e83236, net.minecraft.item.crafting.Ingredient@34e83236, net.minecraft.item.crafting.Ingredient@34e83236, net.minecraft.item.crafting.Ingredient@34e83236]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.ma.crafting@37 new recipe: RecipeStage{tier='five', recipe=9xitem.ma.crafting@37:[net.minecraft.item.crafting.Ingredient@490b32b0]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ma.storage@0 new recipe: RecipeStage{tier='five', recipe=1xtile.ma.storage@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@56e2678f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@56e2678f, net.minecraft.item.crafting.Ingredient@68ddcfb9, net.minecraft.item.crafting.Ingredient@56e2678f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@56e2678f, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.knightmetal_seeds@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.knightmetal_seeds@0:[net.minecraftforge.oredict.OreIngredient@2b3d8a11, net.minecraft.item.crafting.Ingredient@6621682e, net.minecraftforge.oredict.OreIngredient@2b3d8a11, net.minecraft.item.crafting.Ingredient@6621682e, net.minecraft.item.crafting.Ingredient@357b7e4f, net.minecraft.item.crafting.Ingredient@6621682e, net.minecraftforge.oredict.OreIngredient@2b3d8a11, net.minecraft.item.crafting.Ingredient@6621682e, net.minecraftforge.oredict.OreIngredient@2b3d8a11]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.charm@6 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.charm@6:[net.minecraft.item.crafting.Ingredient@4a7fb494, net.minecraft.item.crafting.Ingredient@56e0aa1d, net.minecraft.item.crafting.Ingredient@4a7fb494, net.minecraft.item.crafting.Ingredient@56e0aa1d, net.minecraft.item.crafting.Ingredient@5750d654, net.minecraft.item.crafting.Ingredient@56e0aa1d, net.minecraft.item.crafting.Ingredient@4a7fb494, net.minecraft.item.crafting.Ingredient@56e0aa1d, net.minecraft.item.crafting.Ingredient@4a7fb494]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.gear@1 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.gear@1:[net.minecraft.item.crafting.Ingredient@60eb0670, net.minecraft.item.crafting.Ingredient@313411c7, net.minecraft.item.crafting.Ingredient@60eb0670, net.minecraft.item.crafting.Ingredient@4dcde2b0, net.minecraft.item.crafting.Ingredient@5a60fff4, net.minecraft.item.crafting.Ingredient@4dcde2b0, net.minecraft.item.crafting.Ingredient@60eb0670, net.minecraft.item.crafting.Ingredient@4dcde2b0, net.minecraft.item.crafting.Ingredient@60eb0670]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 12xtile.stonebricksmooth@3 new recipe: RecipeStage{tier='five', recipe=12xtile.stonebricksmooth@3:[net.minecraft.item.crafting.Ingredient@568d2f3d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@568d2f3d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6622c096, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@568d2f3d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@568d2f3d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.record@0 new recipe: RecipeStage{tier='five', recipe=1xitem.record@0:[net.minecraft.item.crafting.Ingredient@787a722b, net.minecraftforge.oredict.OreIngredient@685aa91f, net.minecraft.item.crafting.Ingredient@44e084ef, net.minecraft.item.crafting.Ingredient@46422e35]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.record@0 new recipe: RecipeStage{tier='five', recipe=1xitem.record@0:[net.minecraft.item.crafting.Ingredient@50bd2ac7, net.minecraftforge.oredict.OreIngredient@2e28a178, net.minecraft.item.crafting.Ingredient@4529c5f, net.minecraft.item.crafting.Ingredient@2a60cedd]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.crafting@34 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.crafting@34:[net.minecraft.item.crafting.Ingredient@46de98f2, net.minecraft.item.crafting.Ingredient@46de98f2, net.minecraft.item.crafting.Ingredient@46de98f2, net.minecraft.item.crafting.Ingredient@46de98f2, net.minecraft.item.crafting.Ingredient@46de98f2, net.minecraft.item.crafting.Ingredient@46de98f2, net.minecraft.item.crafting.Ingredient@46de98f2, net.minecraft.item.crafting.Ingredient@46de98f2, net.minecraft.item.crafting.Ingredient@46de98f2]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.quartz_enriched_iron_seeds@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.quartz_enriched_iron_seeds@0:[net.minecraft.item.crafting.Ingredient@4f1a80b2, net.minecraft.item.crafting.Ingredient@31653768, net.minecraft.item.crafting.Ingredient@4f1a80b2, net.minecraft.item.crafting.Ingredient@31653768, net.minecraft.item.crafting.Ingredient@b0e1f83, net.minecraft.item.crafting.Ingredient@31653768, net.minecraft.item.crafting.Ingredient@4f1a80b2, net.minecraft.item.crafting.Ingredient@31653768, net.minecraft.item.crafting.Ingredient@4f1a80b2]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.charm@4 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.charm@4:[net.minecraft.item.crafting.Ingredient@44c11ce7, net.minecraft.item.crafting.Ingredient@2254d185, net.minecraft.item.crafting.Ingredient@44c11ce7, net.minecraft.item.crafting.Ingredient@2254d185, net.minecraft.item.crafting.Ingredient@2bdce158, net.minecraft.item.crafting.Ingredient@2254d185, net.minecraft.item.crafting.Ingredient@44c11ce7, net.minecraft.item.crafting.Ingredient@2254d185, net.minecraft.item.crafting.Ingredient@44c11ce7]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.inferium_apple@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.inferium_apple@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@45369080, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@45369080, net.minecraft.item.crafting.Ingredient@51253f5b, net.minecraft.item.crafting.Ingredient@45369080, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@45369080, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ma.coal_block@1 new recipe: RecipeStage{tier='five', recipe=1xtile.ma.coal_block@1:[net.minecraft.item.crafting.Ingredient@2741124, net.minecraft.item.crafting.Ingredient@2741124, net.minecraft.item.crafting.Ingredient@2741124, net.minecraft.item.crafting.Ingredient@2741124, net.minecraft.item.crafting.Ingredient@2741124, net.minecraft.item.crafting.Ingredient@2741124, net.minecraft.item.crafting.Ingredient@2741124, net.minecraft.item.crafting.Ingredient@2741124, net.minecraft.item.crafting.Ingredient@2741124]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.intermedium_hoe@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.intermedium_hoe@0:[net.minecraft.item.crafting.Ingredient@7439242c, net.minecraft.item.crafting.Ingredient@60541dc4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1d3411aa, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1d3411aa, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.ma.crafting@1 new recipe: RecipeStage{tier='five', recipe=9xitem.ma.crafting@1:[net.minecraft.item.crafting.Ingredient@7aca014b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.crafting@21 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.crafting@21:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7eea5d58, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7eea5d58, net.minecraft.item.crafting.Ingredient@37f34f7, net.minecraft.item.crafting.Ingredient@7eea5d58, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7eea5d58, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.chunk@12 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.chunk@12:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@39d6ce0e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1aaa2aaf, net.minecraft.item.crafting.Ingredient@45a60cec, net.minecraft.item.crafting.Ingredient@1aaa2aaf, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@39d6ce0e, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ma.ingot_storage@6 new recipe: RecipeStage{tier='five', recipe=1xtile.ma.ingot_storage@6:[net.minecraft.item.crafting.Ingredient@76549e77, net.minecraft.item.crafting.Ingredient@76549e77, net.minecraft.item.crafting.Ingredient@76549e77, net.minecraft.item.crafting.Ingredient@76549e77, net.minecraft.item.crafting.Ingredient@76549e77, net.minecraft.item.crafting.Ingredient@76549e77, net.minecraft.item.crafting.Ingredient@76549e77, net.minecraft.item.crafting.Ingredient@76549e77, net.minecraft.item.crafting.Ingredient@76549e77]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.superium_shovel@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.superium_shovel@0:[net.minecraft.item.crafting.Ingredient@15c267e1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@32b885a3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@32b885a3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xitem.ingot_iron_compressed@0 new recipe: RecipeStage{tier='five', recipe=6xitem.ingot_iron_compressed@0:[net.minecraft.item.crafting.Ingredient@213c0fbe, net.minecraft.item.crafting.Ingredient@663c98f, net.minecraft.item.crafting.Ingredient@dee12bd, net.minecraft.item.crafting.Ingredient@14bcebe6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@553c4730, net.minecraft.item.crafting.Ingredient@4d0bd3a9, net.minecraft.item.crafting.Ingredient@300d5b4f, net.minecraft.item.crafting.Ingredient@439d6573]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.intermedium_axe@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.intermedium_axe@0:[net.minecraft.item.crafting.Ingredient@1e8568cc, net.minecraft.item.crafting.Ingredient@1e8568cc, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@764c56b1, net.minecraft.item.crafting.Ingredient@6f3255f9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6f3255f9, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.gear@5 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.gear@5:[net.minecraft.item.crafting.Ingredient@72e67c44, net.minecraft.item.crafting.Ingredient@2db82e6, net.minecraft.item.crafting.Ingredient@72e67c44, net.minecraft.item.crafting.Ingredient@121a70b2, net.minecraft.item.crafting.Ingredient@6287a7f5, net.minecraft.item.crafting.Ingredient@121a70b2, net.minecraft.item.crafting.Ingredient@72e67c44, net.minecraft.item.crafting.Ingredient@121a70b2, net.minecraft.item.crafting.Ingredient@72e67c44]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.watering_can@3 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.watering_can@3:[net.minecraft.item.crafting.Ingredient@3e061091, net.minecraft.item.crafting.Ingredient@41265525, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3e061091, net.minecraft.item.crafting.Ingredient@73a86734, net.minecraft.item.crafting.Ingredient@3e061091, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3e061091, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.osmium_seeds@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.osmium_seeds@0:[net.minecraftforge.oredict.OreIngredient@27698fa2, net.minecraft.item.crafting.Ingredient@343d3680, net.minecraftforge.oredict.OreIngredient@27698fa2, net.minecraft.item.crafting.Ingredient@343d3680, net.minecraft.item.crafting.Ingredient@4c21c598, net.minecraft.item.crafting.Ingredient@343d3680, net.minecraftforge.oredict.OreIngredient@27698fa2, net.minecraft.item.crafting.Ingredient@343d3680, net.minecraftforge.oredict.OreIngredient@27698fa2]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.gear@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.gear@0:[net.minecraft.item.crafting.Ingredient@1bdffda, net.minecraft.item.crafting.Ingredient@1e8f6ca1]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.ghast_seeds@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.ghast_seeds@0:[net.minecraft.item.crafting.Ingredient@7c8a9d77, net.minecraft.item.crafting.Ingredient@29593e41, net.minecraft.item.crafting.Ingredient@7c8a9d77, net.minecraft.item.crafting.Ingredient@29593e41, net.minecraft.item.crafting.Ingredient@10d0d99c, net.minecraft.item.crafting.Ingredient@29593e41, net.minecraft.item.crafting.Ingredient@7c8a9d77, net.minecraft.item.crafting.Ingredient@29593e41, net.minecraft.item.crafting.Ingredient@7c8a9d77]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.gear@15 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.gear@15:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2e232ef1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2e232ef1, net.minecraft.item.crafting.Ingredient@2ed2b680, net.minecraft.item.crafting.Ingredient@2e232ef1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2e232ef1, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.immersiveengineering.material@25 new recipe: RecipeStage{tier='five', recipe=8xitem.immersiveengineering.material@25:[net.minecraft.item.crafting.Ingredient@26fcd581, net.minecraft.item.crafting.Ingredient@26fcd581, net.minecraft.item.crafting.Ingredient@26fcd581, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.ma.crafting@33 new recipe: RecipeStage{tier='five', recipe=9xitem.ma.crafting@33:[net.minecraft.item.crafting.Ingredient@672e76fe]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.gear@3 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.gear@3:[net.minecraft.item.crafting.Ingredient@2358caef, net.minecraft.item.crafting.Ingredient@140fb6cf]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.crafting@33 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.crafting@33:[net.minecraft.item.crafting.Ingredient@6fc926b0, net.minecraft.item.crafting.Ingredient@781fc3b4, net.minecraft.item.crafting.Ingredient@7b07f482]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 12xitem.potato@0 new recipe: RecipeStage{tier='five', recipe=12xitem.potato@0:[net.minecraft.item.crafting.Ingredient@64e9ae1d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@64e9ae1d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@64e9ae1d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.ma.crafting@3 new recipe: RecipeStage{tier='five', recipe=9xitem.ma.crafting@3:[net.minecraft.item.crafting.Ingredient@4341ed0b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.gear@3 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.gear@3:[net.minecraft.item.crafting.Ingredient@2816bbea, net.minecraft.item.crafting.Ingredient@1a541801]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.crafting@54 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.crafting@54:[net.minecraft.item.crafting.Ingredient@3ac3bcb1, net.minecraft.item.crafting.Ingredient@53c577f0]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.storagedrawers.controller@0 new recipe: RecipeStage{tier='four', recipe=1xtile.storagedrawers.controller@0:[net.minecraftforge.oredict.OreIngredient@271abfce, net.minecraftforge.oredict.OreIngredient@5247485, net.minecraftforge.oredict.OreIngredient@39ebb439, net.minecraft.item.crafting.Ingredient@3fba1c70, net.minecraftforge.oredict.OreIngredient@4d2c2086, net.minecraft.item.crafting.Ingredient@6b0ae5fa, net.minecraftforge.oredict.OreIngredient@fa4dede, net.minecraftforge.oredict.OreIngredient@60920ac6, net.minecraftforge.oredict.OreIngredient@4c162e42]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ma.storage@1 new recipe: RecipeStage{tier='five', recipe=1xtile.ma.storage@1:[net.minecraft.item.crafting.Ingredient@4c77da40, net.minecraft.item.crafting.Ingredient@4c77da40, net.minecraft.item.crafting.Ingredient@4c77da40, net.minecraft.item.crafting.Ingredient@4c77da40, net.minecraft.item.crafting.Ingredient@4c77da40, net.minecraft.item.crafting.Ingredient@4c77da40, net.minecraft.item.crafting.Ingredient@4c77da40, net.minecraft.item.crafting.Ingredient@4c77da40, net.minecraft.item.crafting.Ingredient@4c77da40]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 5xitem.twilightforest.ironwoodIngot@0 new recipe: RecipeStage{tier='five', recipe=5xitem.twilightforest.ironwoodIngot@0:[net.minecraft.item.crafting.Ingredient@55dd5730, net.minecraft.item.crafting.Ingredient@55dd5730, net.minecraft.item.crafting.Ingredient@55dd5730, net.minecraft.item.crafting.Ingredient@55dd5730, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@55dd5730, net.minecraft.item.crafting.Ingredient@55dd5730, net.minecraft.item.crafting.Ingredient@55dd5730, net.minecraft.item.crafting.Ingredient@55dd5730]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.cow_seeds@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.cow_seeds@0:[net.minecraft.item.crafting.Ingredient@2ee7741b, net.minecraft.item.crafting.Ingredient@2927ab00, net.minecraft.item.crafting.Ingredient@2ee7741b, net.minecraft.item.crafting.Ingredient@2927ab00, net.minecraft.item.crafting.Ingredient@320ac994, net.minecraft.item.crafting.Ingredient@2927ab00, net.minecraft.item.crafting.Ingredient@2ee7741b, net.minecraft.item.crafting.Ingredient@2927ab00, net.minecraft.item.crafting.Ingredient@2ee7741b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.sheep_seeds@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.sheep_seeds@0:[net.minecraft.item.crafting.Ingredient@7ae0ab2f, net.minecraft.item.crafting.Ingredient@b9063e1, net.minecraft.item.crafting.Ingredient@7ae0ab2f, net.minecraft.item.crafting.Ingredient@b9063e1, net.minecraft.item.crafting.Ingredient@6fb24d6e, net.minecraft.item.crafting.Ingredient@b9063e1, net.minecraft.item.crafting.Ingredient@7ae0ab2f, net.minecraft.item.crafting.Ingredient@b9063e1, net.minecraft.item.crafting.Ingredient@7ae0ab2f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.stuff@2 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.stuff@2:[net.minecraft.item.crafting.Ingredient@71a8c64, net.minecraft.item.crafting.Ingredient@71a8c64, net.minecraft.item.crafting.Ingredient@71a8c64, net.minecraft.item.crafting.Ingredient@71a8c64, net.minecraft.item.crafting.Ingredient@71a8c64, net.minecraft.item.crafting.Ingredient@71a8c64, net.minecraft.item.crafting.Ingredient@71a8c64, net.minecraft.item.crafting.Ingredient@71a8c64, net.minecraft.item.crafting.Ingredient@71a8c64]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 16xtile.chisel.basalt@7 new recipe: RecipeStage{tier='five', recipe=16xtile.chisel.basalt@7:[net.minecraft.item.crafting.Ingredient@28e1f5b, net.minecraft.item.crafting.Ingredient@28e1f5b, net.minecraft.item.crafting.Ingredient@28e1f5b, net.minecraft.item.crafting.Ingredient@28e1f5b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@28e1f5b, net.minecraft.item.crafting.Ingredient@28e1f5b, net.minecraft.item.crafting.Ingredient@28e1f5b, net.minecraft.item.crafting.Ingredient@28e1f5b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.record@0 new recipe: RecipeStage{tier='five', recipe=1xitem.record@0:[net.minecraft.item.crafting.Ingredient@5018005d, net.minecraftforge.oredict.OreIngredient@46c58315, net.minecraft.item.crafting.Ingredient@1cf02dbc, net.minecraft.item.crafting.Ingredient@2ce5b7da]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.gear@1 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.gear@1:[net.minecraft.item.crafting.Ingredient@3b5455d6, net.minecraft.item.crafting.Ingredient@6bfbcb62]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.gear@9 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.gear@9:[net.minecraft.item.crafting.Ingredient@1670c79b, net.minecraft.item.crafting.Ingredient@126dc4f8]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.superium_scythe@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.superium_scythe@0:[net.minecraft.item.crafting.Ingredient@344e36c3, net.minecraft.item.crafting.Ingredient@5bcb04aa, net.minecraft.item.crafting.Ingredient@2cc06e95, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2cc06e95, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2cc06e95, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 12xitem.dyePowder@4 new recipe: RecipeStage{tier='five', recipe=12xitem.dyePowder@4:[net.minecraft.item.crafting.Ingredient@59f2877b, net.minecraft.item.crafting.Ingredient@59f2877b, net.minecraft.item.crafting.Ingredient@59f2877b, net.minecraft.item.crafting.Ingredient@59f2877b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@59f2877b, net.minecraft.item.crafting.Ingredient@59f2877b, net.minecraft.item.crafting.Ingredient@59f2877b, net.minecraft.item.crafting.Ingredient@59f2877b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.gear@4 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.gear@4:[net.minecraft.item.crafting.Ingredient@60265049, net.minecraft.item.crafting.Ingredient@14673e41]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.superium_boots@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.superium_boots@0:[net.minecraft.item.crafting.Ingredient@33745bf3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@33745bf3, net.minecraft.item.crafting.Ingredient@33745bf3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@e5e2ceb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.supremium_fishing_rod@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.supremium_fishing_rod@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7b57ebbb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7b925e59, net.minecraft.item.crafting.Ingredient@77489d85, net.minecraft.item.crafting.Ingredient@7b57ebbb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@77489d85]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.gear@6 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.gear@6:[net.minecraft.item.crafting.Ingredient@70228f47, net.minecraft.item.crafting.Ingredient@7fa4f2ca]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.melon@0 new recipe: RecipeStage{tier='five', recipe=8xtile.melon@0:[net.minecraft.item.crafting.Ingredient@65883db6, net.minecraft.item.crafting.Ingredient@65883db6, net.minecraft.item.crafting.Ingredient@65883db6, net.minecraft.item.crafting.Ingredient@65883db6, net.minecraft.item.crafting.Ingredient@65883db6, net.minecraft.item.crafting.Ingredient@65883db6, net.minecraft.item.crafting.Ingredient@65883db6, net.minecraft.item.crafting.Ingredient@65883db6, net.minecraft.item.crafting.Ingredient@65883db6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 16xtile.ma.soul_glass_pane@0 new recipe: RecipeStage{tier='five', recipe=16xtile.ma.soul_glass_pane@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7461612d, net.minecraft.item.crafting.Ingredient@7461612d, net.minecraft.item.crafting.Ingredient@7461612d, net.minecraft.item.crafting.Ingredient@7461612d, net.minecraft.item.crafting.Ingredient@7461612d, net.minecraft.item.crafting.Ingredient@7461612d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.ma.crafting@35 new recipe: RecipeStage{tier='five', recipe=9xitem.ma.crafting@35:[net.minecraft.item.crafting.Ingredient@535042d1]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.crafting@23 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.crafting@23:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@525d5bfd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@525d5bfd, net.minecraft.item.crafting.Ingredient@8044a39, net.minecraft.item.crafting.Ingredient@525d5bfd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@525d5bfd, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.saltpeter_seeds@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.saltpeter_seeds@0:[net.minecraftforge.oredict.OreIngredient@1a134ee8, net.minecraft.item.crafting.Ingredient@2bcb5d77, net.minecraftforge.oredict.OreIngredient@1a134ee8, net.minecraft.item.crafting.Ingredient@2bcb5d77, net.minecraft.item.crafting.Ingredient@3a8c90dc, net.minecraft.item.crafting.Ingredient@2bcb5d77, net.minecraftforge.oredict.OreIngredient@1a134ee8, net.minecraft.item.crafting.Ingredient@2bcb5d77, net.minecraftforge.oredict.OreIngredient@1a134ee8]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.intermedium_pickaxe@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.intermedium_pickaxe@0:[net.minecraft.item.crafting.Ingredient@5c6c9744, net.minecraft.item.crafting.Ingredient@3a8341, net.minecraft.item.crafting.Ingredient@5c6c9744, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2a55f2cd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2a55f2cd, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.gear@7 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.gear@7:[net.minecraft.item.crafting.Ingredient@40002606, net.minecraft.item.crafting.Ingredient@7b35c72b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.nature_seeds@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.nature_seeds@0:[net.minecraft.item.crafting.Ingredient@3ebec7b6, net.minecraft.item.crafting.Ingredient@7f925f29, net.minecraft.item.crafting.Ingredient@3ebec7b6, net.minecraft.item.crafting.Ingredient@7f925f29, net.minecraft.item.crafting.Ingredient@37ad3e91, net.minecraft.item.crafting.Ingredient@7f925f29, net.minecraft.item.crafting.Ingredient@3ebec7b6, net.minecraft.item.crafting.Ingredient@7f925f29, net.minecraft.item.crafting.Ingredient@3ebec7b6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.inferium_sword@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.inferium_sword@0:[net.minecraft.item.crafting.Ingredient@23e6c796, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2fa41702, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@258c727a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ma.ingot_storage@4 new recipe: RecipeStage{tier='five', recipe=1xtile.ma.ingot_storage@4:[net.minecraft.item.crafting.Ingredient@3c27f2d4, net.minecraft.item.crafting.Ingredient@3c27f2d4, net.minecraft.item.crafting.Ingredient@3c27f2d4, net.minecraft.item.crafting.Ingredient@3c27f2d4, net.minecraft.item.crafting.Ingredient@3c27f2d4, net.minecraft.item.crafting.Ingredient@3c27f2d4, net.minecraft.item.crafting.Ingredient@3c27f2d4, net.minecraft.item.crafting.Ingredient@3c27f2d4, net.minecraft.item.crafting.Ingredient@3c27f2d4]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.crafting@48 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.crafting@48:[net.minecraft.item.crafting.Ingredient@608ac69d, net.minecraft.item.crafting.Ingredient@48872e5d, net.minecraft.item.crafting.Ingredient@608ac69d, net.minecraft.item.crafting.Ingredient@48872e5d, net.minecraft.item.crafting.Ingredient@48872e5d, net.minecraft.item.crafting.Ingredient@48872e5d, net.minecraft.item.crafting.Ingredient@608ac69d, net.minecraft.item.crafting.Ingredient@48872e5d, net.minecraft.item.crafting.Ingredient@608ac69d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 16xtile.stone@1 new recipe: RecipeStage{tier='five', recipe=16xtile.stone@1:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7d3146c3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7d3146c3, net.minecraft.item.crafting.Ingredient@1eee187d, net.minecraft.item.crafting.Ingredient@7d3146c3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7d3146c3, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.knightslime_seeds@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.knightslime_seeds@0:[net.minecraft.item.crafting.Ingredient@5db28189, net.minecraft.item.crafting.Ingredient@520e39da, net.minecraft.item.crafting.Ingredient@5db28189, net.minecraft.item.crafting.Ingredient@520e39da, net.minecraft.item.crafting.Ingredient@722af629, net.minecraft.item.crafting.Ingredient@520e39da, net.minecraft.item.crafting.Ingredient@5db28189, net.minecraft.item.crafting.Ingredient@520e39da, net.minecraft.item.crafting.Ingredient@5db28189]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.gear@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.gear@0:[net.minecraft.item.crafting.Ingredient@6e5e3e62, net.minecraft.item.crafting.Ingredient@11de8e67]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.primal.nether_cordage@0 new recipe: RecipeStage{tier='three', recipe=1xitem.primal.nether_cordage@0:[net.minecraft.item.crafting.Ingredient@54a3e3e1, net.minecraft.item.crafting.Ingredient@24bf0c43, net.minecraft.item.crafting.Ingredient@4c62621b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.charm@9 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.charm@9:[net.minecraft.item.crafting.Ingredient@6275ce, net.minecraft.item.crafting.Ingredient@734144e5, net.minecraft.item.crafting.Ingredient@6275ce, net.minecraft.item.crafting.Ingredient@734144e5, net.minecraft.item.crafting.Ingredient@745a547d, net.minecraft.item.crafting.Ingredient@734144e5, net.minecraft.item.crafting.Ingredient@6275ce, net.minecraft.item.crafting.Ingredient@734144e5, net.minecraft.item.crafting.Ingredient@6275ce]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.chunk@3 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.chunk@3:[net.minecraft.item.crafting.Ingredient@3487fb7e, net.minecraft.item.crafting.Ingredient@6f458483, net.minecraft.item.crafting.Ingredient@56633a95]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.bwm:wooden_axle@0 new recipe: RecipeStage{tier='two', recipe=1xtile.bwm:wooden_axle@0:[crafttweaker.mc1120.item.VanillaIngredient@14b28f46, net.minecraft.item.crafting.Ingredient@7f03cecf, crafttweaker.mc1120.item.VanillaIngredient@403be294]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.supremium_scythe@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.supremium_scythe@0:[net.minecraft.item.crafting.Ingredient@5fa6ead9, net.minecraft.item.crafting.Ingredient@56fac7f7, net.minecraft.item.crafting.Ingredient@1103bab4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1103bab4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1103bab4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.crafting@34 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.crafting@34:[net.minecraft.item.crafting.Ingredient@6b0f7622, net.minecraft.item.crafting.Ingredient@6d8b1a94, net.minecraft.item.crafting.Ingredient@29ec4043]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 32xtile.stonebrick@0 new recipe: RecipeStage{tier='five', recipe=32xtile.stonebrick@0:[net.minecraft.item.crafting.Ingredient@2851ab78, net.minecraft.item.crafting.Ingredient@2851ab78, net.minecraft.item.crafting.Ingredient@2851ab78, net.minecraft.item.crafting.Ingredient@2851ab78, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2851ab78, net.minecraft.item.crafting.Ingredient@2851ab78, net.minecraft.item.crafting.Ingredient@2851ab78, net.minecraft.item.crafting.Ingredient@2851ab78]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 16xtile.log@0 new recipe: RecipeStage{tier='five', recipe=16xtile.log@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@22d98824, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@22d98824, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@22d98824, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 24xtile.rustic.slate@0 new recipe: RecipeStage{tier='five', recipe=24xtile.rustic.slate@0:[net.minecraft.item.crafting.Ingredient@36f00b53, net.minecraft.item.crafting.Ingredient@36f00b53, net.minecraft.item.crafting.Ingredient@36f00b53, net.minecraft.item.crafting.Ingredient@36f00b53, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@36f00b53, net.minecraft.item.crafting.Ingredient@36f00b53, net.minecraft.item.crafting.Ingredient@36f00b53, net.minecraft.item.crafting.Ingredient@36f00b53]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.sky_stone_seeds@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.sky_stone_seeds@0:[net.minecraft.item.crafting.Ingredient@3a028c5e, net.minecraft.item.crafting.Ingredient@561b44c2, net.minecraft.item.crafting.Ingredient@3a028c5e, net.minecraft.item.crafting.Ingredient@561b44c2, net.minecraft.item.crafting.Ingredient@b979a68, net.minecraft.item.crafting.Ingredient@561b44c2, net.minecraft.item.crafting.Ingredient@3a028c5e, net.minecraft.item.crafting.Ingredient@561b44c2, net.minecraft.item.crafting.Ingredient@3a028c5e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.gear@4 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.gear@4:[net.minecraft.item.crafting.Ingredient@20fd94a9, net.minecraft.item.crafting.Ingredient@5100fc9b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.supremium_helmet@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.supremium_helmet@0:[net.minecraft.item.crafting.Ingredient@656740bd, net.minecraft.item.crafting.Ingredient@745d3421, net.minecraft.item.crafting.Ingredient@656740bd, net.minecraft.item.crafting.Ingredient@656740bd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@656740bd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.tier1_inferium_seeds@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.tier1_inferium_seeds@0:[net.minecraft.item.crafting.Ingredient@3e700b6c, net.minecraft.item.crafting.Ingredient@3e700b6c, net.minecraft.item.crafting.Ingredient@3e700b6c, net.minecraft.item.crafting.Ingredient@3e700b6c, net.minecraft.item.crafting.Ingredient@2ebdc4fb, net.minecraft.item.crafting.Ingredient@3e700b6c, net.minecraft.item.crafting.Ingredient@3e700b6c, net.minecraft.item.crafting.Ingredient@3e700b6c, net.minecraft.item.crafting.Ingredient@3e700b6c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.gear@8 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.gear@8:[net.minecraft.item.crafting.Ingredient@371a7f0c, net.minecraft.item.crafting.Ingredient@76eb5fff]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xitem.immersiveengineering.metal@8 new recipe: RecipeStage{tier='five', recipe=3xitem.immersiveengineering.metal@8:[net.minecraft.item.crafting.Ingredient@55a4af18, net.minecraft.item.crafting.Ingredient@36e747fc, net.minecraft.item.crafting.Ingredient@7238bedd, net.minecraft.item.crafting.Ingredient@719ab115, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1360c51, net.minecraft.item.crafting.Ingredient@de2732c, net.minecraft.item.crafting.Ingredient@3a1bea1b, net.minecraft.item.crafting.Ingredient@1eade654]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.gear@5 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.gear@5:[net.minecraft.item.crafting.Ingredient@6a4adcb4, net.minecraft.item.crafting.Ingredient@49ef8241]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xitem.ma.crafting@0 new recipe: RecipeStage{tier='five', recipe=4xitem.ma.crafting@0:[net.minecraft.item.crafting.Ingredient@cf242df]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.stuff@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.stuff@0:[net.minecraft.item.crafting.Ingredient@7c197e20, net.minecraft.item.crafting.Ingredient@7c197e20, net.minecraft.item.crafting.Ingredient@7c197e20, net.minecraft.item.crafting.Ingredient@7c197e20, net.minecraft.item.crafting.Ingredient@7c197e20, net.minecraft.item.crafting.Ingredient@7c197e20, net.minecraft.item.crafting.Ingredient@7c197e20, net.minecraft.item.crafting.Ingredient@7c197e20, net.minecraft.item.crafting.Ingredient@7c197e20]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.record@0 new recipe: RecipeStage{tier='five', recipe=1xitem.record@0:[net.minecraft.item.crafting.Ingredient@502db912, net.minecraftforge.oredict.OreIngredient@10aa9804, net.minecraft.item.crafting.Ingredient@47ce3fa2, net.minecraft.item.crafting.Ingredient@3d091da0]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.coal@1 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.coal@1:[net.minecraft.item.crafting.Ingredient@545be27a, net.minecraft.item.crafting.Ingredient@5202ff0d, net.minecraft.item.crafting.Ingredient@56524ce]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 16xtile.gravel@0 new recipe: RecipeStage{tier='five', recipe=16xtile.gravel@0:[net.minecraft.item.crafting.Ingredient@e4a35ad, net.minecraft.item.crafting.Ingredient@432d8185, net.minecraft.item.crafting.Ingredient@432d8185, net.minecraft.item.crafting.Ingredient@e4a35ad]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 16xtile.log@1 new recipe: RecipeStage{tier='five', recipe=16xtile.log@1:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@38f08049, net.minecraft.item.crafting.Ingredient@38f08049, net.minecraft.item.crafting.Ingredient@38f08049, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.slime_seeds@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.slime_seeds@0:[net.minecraft.item.crafting.Ingredient@321904c4, net.minecraft.item.crafting.Ingredient@30fb95cf, net.minecraft.item.crafting.Ingredient@321904c4, net.minecraft.item.crafting.Ingredient@30fb95cf, net.minecraft.item.crafting.Ingredient@4ddf6783, net.minecraft.item.crafting.Ingredient@30fb95cf, net.minecraft.item.crafting.Ingredient@321904c4, net.minecraft.item.crafting.Ingredient@30fb95cf, net.minecraft.item.crafting.Ingredient@321904c4]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.gear@1 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.gear@1:[net.minecraft.item.crafting.Ingredient@238196df, net.minecraft.item.crafting.Ingredient@51964252]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.chunk@1 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.chunk@1:[net.minecraft.item.crafting.Ingredient@2943b9a5, net.minecraft.item.crafting.Ingredient@5ba4abe0, net.minecraft.item.crafting.Ingredient@218ccdf1]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.supremium_leggings@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.supremium_leggings@0:[net.minecraft.item.crafting.Ingredient@6b517836, net.minecraft.item.crafting.Ingredient@6eb1bbb0, net.minecraft.item.crafting.Ingredient@6b517836, net.minecraft.item.crafting.Ingredient@6b517836, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6b517836, net.minecraft.item.crafting.Ingredient@6b517836, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6b517836]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xitem.Ingot@3 new recipe: RecipeStage{tier='five', recipe=3xitem.Ingot@3:[net.minecraft.item.crafting.Ingredient@7a7386aa, net.minecraft.item.crafting.Ingredient@7a7386aa, net.minecraft.item.crafting.Ingredient@7a7386aa, net.minecraft.item.crafting.Ingredient@7a7386aa, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7a7386aa, net.minecraft.item.crafting.Ingredient@7a7386aa, net.minecraft.item.crafting.Ingredient@7a7386aa, net.minecraft.item.crafting.Ingredient@7a7386aa]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 16xtile.stonebricksmooth@1 new recipe: RecipeStage{tier='five', recipe=16xtile.stonebricksmooth@1:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@21b436d5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@21b436d5, net.minecraft.item.crafting.Ingredient@3951bdcb, net.minecraft.item.crafting.Ingredient@21b436d5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@21b436d5, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.ma.soul_glass@0 new recipe: RecipeStage{tier='five', recipe=8xtile.ma.soul_glass@0:[net.minecraftforge.oredict.OreIngredient@34ace21f, net.minecraft.item.crafting.Ingredient@145fcace, net.minecraftforge.oredict.OreIngredient@34ace21f, net.minecraft.item.crafting.Ingredient@145fcace, net.minecraftforge.oredict.OreIngredient@34ace21f, net.minecraft.item.crafting.Ingredient@145fcace, net.minecraftforge.oredict.OreIngredient@34ace21f, net.minecraft.item.crafting.Ingredient@145fcace, net.minecraftforge.oredict.OreIngredient@34ace21f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.starmetal_seeds@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.starmetal_seeds@0:[net.minecraft.item.crafting.Ingredient@1292e33e, net.minecraft.item.crafting.Ingredient@6734020e, net.minecraft.item.crafting.Ingredient@1292e33e, net.minecraft.item.crafting.Ingredient@6734020e, net.minecraft.item.crafting.Ingredient@33e3058e, net.minecraft.item.crafting.Ingredient@6734020e, net.minecraft.item.crafting.Ingredient@1292e33e, net.minecraft.item.crafting.Ingredient@6734020e, net.minecraft.item.crafting.Ingredient@1292e33e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.tcomplement.melter@0 new recipe: RecipeStage{tier='one', recipe=1xtile.tcomplement.melter@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4b1c20fe, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@25cb54d4, net.minecraft.item.crafting.Ingredient@402bbf9d, net.minecraft.item.crafting.Ingredient@30a35fe4, net.minecraft.item.crafting.Ingredient@1a1282de, net.minecraft.item.crafting.Ingredient@658018bc, net.minecraft.item.crafting.Ingredient@784a84c6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ma.storage@4 new recipe: RecipeStage{tier='five', recipe=1xtile.ma.storage@4:[net.minecraft.item.crafting.Ingredient@6020797e, net.minecraft.item.crafting.Ingredient@6020797e, net.minecraft.item.crafting.Ingredient@6020797e, net.minecraft.item.crafting.Ingredient@6020797e, net.minecraft.item.crafting.Ingredient@6020797e, net.minecraft.item.crafting.Ingredient@6020797e, net.minecraft.item.crafting.Ingredient@6020797e, net.minecraft.item.crafting.Ingredient@6020797e, net.minecraft.item.crafting.Ingredient@6020797e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.blaze_seeds@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.blaze_seeds@0:[net.minecraft.item.crafting.Ingredient@7ff27881, net.minecraft.item.crafting.Ingredient@4fee9cbc, net.minecraft.item.crafting.Ingredient@7ff27881, net.minecraft.item.crafting.Ingredient@4fee9cbc, net.minecraft.item.crafting.Ingredient@122572a4, net.minecraft.item.crafting.Ingredient@4fee9cbc, net.minecraft.item.crafting.Ingredient@7ff27881, net.minecraft.item.crafting.Ingredient@4fee9cbc, net.minecraft.item.crafting.Ingredient@7ff27881]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.infusion_crystal@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.infusion_crystal@0:[net.minecraft.item.crafting.Ingredient@5853f24a, net.minecraft.item.crafting.Ingredient@2cd50df0, net.minecraft.item.crafting.Ingredient@5853f24a, net.minecraft.item.crafting.Ingredient@2cd50df0, net.minecraftforge.oredict.OreIngredient@5098b36b, net.minecraft.item.crafting.Ingredient@2cd50df0, net.minecraft.item.crafting.Ingredient@5853f24a, net.minecraft.item.crafting.Ingredient@2cd50df0, net.minecraft.item.crafting.Ingredient@5853f24a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xitem.item_basic_mars@2 new recipe: RecipeStage{tier='five', recipe=2xitem.item_basic_mars@2:[net.minecraft.item.crafting.Ingredient@362835cf, net.minecraft.item.crafting.Ingredient@362835cf, net.minecraft.item.crafting.Ingredient@362835cf, net.minecraft.item.crafting.Ingredient@362835cf, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@362835cf, net.minecraft.item.crafting.Ingredient@362835cf, net.minecraft.item.crafting.Ingredient@362835cf, net.minecraft.item.crafting.Ingredient@362835cf]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.superium_fishing_rod@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.superium_fishing_rod@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7255aae0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@71b81e54, net.minecraft.item.crafting.Ingredient@5e236230, net.minecraft.item.crafting.Ingredient@7255aae0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5e236230]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 16xtile.dirt@1 new recipe: RecipeStage{tier='five', recipe=16xtile.dirt@1:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7356cc02, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7356cc02, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7356cc02, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 24xtile.chisel.limestone@7 new recipe: RecipeStage{tier='five', recipe=24xtile.chisel.limestone@7:[net.minecraft.item.crafting.Ingredient@60c2e384, net.minecraft.item.crafting.Ingredient@60c2e384, net.minecraft.item.crafting.Ingredient@60c2e384, net.minecraft.item.crafting.Ingredient@60c2e384, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@60c2e384, net.minecraft.item.crafting.Ingredient@60c2e384, net.minecraft.item.crafting.Ingredient@60c2e384, net.minecraft.item.crafting.Ingredient@60c2e384]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.crafting@35 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.crafting@35:[net.minecraft.item.crafting.Ingredient@5ddfa8cf, net.minecraft.item.crafting.Ingredient@6835465a, net.minecraft.item.crafting.Ingredient@2390ed47]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.gear@7 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.gear@7:[net.minecraft.item.crafting.Ingredient@6e0967a6, net.minecraft.item.crafting.Ingredient@1396ebe4]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.emptyAntiqueAtlas@0 new recipe: RecipeStage{tier='one', recipe=1xitem.emptyAntiqueAtlas@0:[net.minecraft.item.crafting.Ingredient@52c62664, net.minecraft.item.crafting.Ingredient@2a73e4ba, net.minecraft.item.crafting.Ingredient@60397e86, net.minecraft.item.crafting.Ingredient@69e54d80, net.minecraft.item.crafting.Ingredient@a73b3de, net.minecraft.item.crafting.Ingredient@3f90d01e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.gear@2 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.gear@2:[net.minecraft.item.crafting.Ingredient@724ee5f6, net.minecraft.item.crafting.Ingredient@1843de29]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xitem.ma.crafting@3 new recipe: RecipeStage{tier='five', recipe=4xitem.ma.crafting@3:[net.minecraft.item.crafting.Ingredient@53d943de]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.gear@4 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.gear@4:[net.minecraft.item.crafting.Ingredient@36bbe60a, net.minecraft.item.crafting.Ingredient@7aaf64a8]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 20xtile.hellsand@0 new recipe: RecipeStage{tier='five', recipe=20xtile.hellsand@0:[net.minecraft.item.crafting.Ingredient@5169098d, net.minecraft.item.crafting.Ingredient@5169098d, net.minecraft.item.crafting.Ingredient@5169098d, net.minecraft.item.crafting.Ingredient@5169098d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5169098d, net.minecraft.item.crafting.Ingredient@5169098d, net.minecraft.item.crafting.Ingredient@5169098d, net.minecraft.item.crafting.Ingredient@5169098d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.ma.crafting@41 new recipe: RecipeStage{tier='five', recipe=9xitem.ma.crafting@41:[net.minecraft.item.crafting.Ingredient@55875a86]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.gear@4 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.gear@4:[net.minecraft.item.crafting.Ingredient@53b75476, net.minecraft.item.crafting.Ingredient@141e251]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.crafting@20 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.crafting@20:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@69f6efc, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@69f6efc, net.minecraft.item.crafting.Ingredient@275949cb, net.minecraft.item.crafting.Ingredient@69f6efc, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@69f6efc, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.prudentium_shears@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.prudentium_shears@0:[net.minecraft.item.crafting.Ingredient@45603761, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2ab265bb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.gear@8 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.gear@8:[net.minecraft.item.crafting.Ingredient@704ddf5a, net.minecraft.item.crafting.Ingredient@1e9f3c3b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.prudentium_apple@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.prudentium_apple@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@28980766, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@28980766, net.minecraft.item.crafting.Ingredient@595b2065, net.minecraft.item.crafting.Ingredient@28980766, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@28980766, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 16xtile.sand@1 new recipe: RecipeStage{tier='five', recipe=16xtile.sand@1:[net.minecraft.item.crafting.Ingredient@369702a3, net.minecraft.item.crafting.Ingredient@7c661956, net.minecraft.item.crafting.Ingredient@7c661956, net.minecraft.item.crafting.Ingredient@369702a3]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.itemjournal@0 new recipe: RecipeStage{tier='two', recipe=1xitem.itemjournal@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6f6f938f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3ca555cc, net.minecraft.item.crafting.Ingredient@27da762c, net.minecraft.item.crafting.Ingredient@81d1be3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1b7d1284, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.supremium_shovel@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.supremium_shovel@0:[net.minecraft.item.crafting.Ingredient@2e860f5d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@58aa805c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@58aa805c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ma.ingot_storage@2 new recipe: RecipeStage{tier='five', recipe=1xtile.ma.ingot_storage@2:[net.minecraft.item.crafting.Ingredient@4c0b887f, net.minecraft.item.crafting.Ingredient@4c0b887f, net.minecraft.item.crafting.Ingredient@4c0b887f, net.minecraft.item.crafting.Ingredient@4c0b887f, net.minecraft.item.crafting.Ingredient@4c0b887f, net.minecraft.item.crafting.Ingredient@4c0b887f, net.minecraft.item.crafting.Ingredient@4c0b887f, net.minecraft.item.crafting.Ingredient@4c0b887f, net.minecraft.item.crafting.Ingredient@4c0b887f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.pt.dye_powder@6 new recipe: RecipeStage{tier='five', recipe=1xitem.pt.dye_powder@6:[net.minecraft.item.crafting.Ingredient@452469ba, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1136eff, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@400c8793]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.inferium_helmet@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.inferium_helmet@0:[net.minecraft.item.crafting.Ingredient@60128667, net.minecraft.item.crafting.Ingredient@65e01f02, net.minecraft.item.crafting.Ingredient@60128667, net.minecraft.item.crafting.Ingredient@60128667, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@60128667, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.chunk@11 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.chunk@11:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4f35929b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4f35929b, net.minecraft.item.crafting.Ingredient@777a94b7, net.minecraft.item.crafting.Ingredient@4f35929b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4f35929b, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.chisel.chisel_iron@0 new recipe: RecipeStage{tier='one', recipe=1xitem.chisel.chisel_iron@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7a0141f5, net.minecraftforge.oredict.OreIngredient@6628f855, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.crafting@29 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.crafting@29:[net.minecraft.item.crafting.Ingredient@45a5ddf9, net.minecraft.item.crafting.Ingredient@14376f00, net.minecraft.item.crafting.Ingredient@45a5ddf9, net.minecraft.item.crafting.Ingredient@14376f00, net.minecraft.item.crafting.Ingredient@45a5ddf9, net.minecraft.item.crafting.Ingredient@14376f00, net.minecraft.item.crafting.Ingredient@45a5ddf9, net.minecraft.item.crafting.Ingredient@14376f00, net.minecraft.item.crafting.Ingredient@45a5ddf9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.crafting@24 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.crafting@24:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@60820fcc, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@60820fcc, net.minecraft.item.crafting.Ingredient@58b83292, net.minecraft.item.crafting.Ingredient@60820fcc, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@60820fcc, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.tconstruct.tinker_tank_controller@0 new recipe: RecipeStage{tier='three', recipe=1xtile.tconstruct.tinker_tank_controller@0:[net.minecraft.item.crafting.Ingredient@50abe8d9, net.minecraft.item.crafting.Ingredient@31aab4ae, net.minecraft.item.crafting.Ingredient@45cad9f2, net.minecraft.item.crafting.Ingredient@63fab9d, net.minecraft.item.crafting.Ingredient@9dd76a3, net.minecraft.item.crafting.Ingredient@6d36acf2, net.minecraft.item.crafting.Ingredient@7ea0edef, net.minecraft.item.crafting.Ingredient@5b8d2e5, net.minecraft.item.crafting.Ingredient@67b2c49f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.pig_seeds@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.pig_seeds@0:[net.minecraft.item.crafting.Ingredient@49c1fbf9, net.minecraft.item.crafting.Ingredient@3b8db452, net.minecraft.item.crafting.Ingredient@49c1fbf9, net.minecraft.item.crafting.Ingredient@3b8db452, net.minecraft.item.crafting.Ingredient@3d848ce1, net.minecraft.item.crafting.Ingredient@3b8db452, net.minecraft.item.crafting.Ingredient@49c1fbf9, net.minecraft.item.crafting.Ingredient@3b8db452, net.minecraft.item.crafting.Ingredient@49c1fbf9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ma.storage@4 new recipe: RecipeStage{tier='five', recipe=1xtile.ma.storage@4:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@753f0f3c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@753f0f3c, net.minecraft.item.crafting.Ingredient@62add8b8, net.minecraft.item.crafting.Ingredient@753f0f3c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@753f0f3c, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.prudentium_sword@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.prudentium_sword@0:[net.minecraft.item.crafting.Ingredient@6e0659af, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6e273f72, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1b983f63, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.bwm:wooden_gearbox@0 new recipe: RecipeStage{tier='two', recipe=1xtile.bwm:wooden_gearbox@0:[crafttweaker.mc1120.item.VanillaIngredient@599b59db, net.minecraft.item.crafting.Ingredient@59d33511, crafttweaker.mc1120.item.VanillaIngredient@38c7fd52, net.minecraftforge.oredict.OreIngredient@27f7979c, net.minecraft.item.crafting.Ingredient@24a14738, net.minecraftforge.oredict.OreIngredient@641a8500, crafttweaker.mc1120.item.VanillaIngredient@6330d9bc, net.minecraft.item.crafting.Ingredient@78e0f931, crafttweaker.mc1120.item.VanillaIngredient@5656e992]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.crafting@53 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.crafting@53:[net.minecraft.item.crafting.Ingredient@5af6632a, net.minecraft.item.crafting.Ingredient@3a3d5b7a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xitem.actuallyadditions.item_misc@5 new recipe: RecipeStage{tier='five', recipe=2xitem.actuallyadditions.item_misc@5:[net.minecraft.item.crafting.Ingredient@17f82f35, net.minecraft.item.crafting.Ingredient@3b8c8ad2, net.minecraft.item.crafting.Ingredient@57c60256]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 12xitem.prismarineShard@0 new recipe: RecipeStage{tier='five', recipe=12xitem.prismarineShard@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@14c2bfe8, net.minecraft.item.crafting.Ingredient@14c2bfe8, net.minecraft.item.crafting.Ingredient@14c2bfe8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.sulfur_seeds@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.sulfur_seeds@0:[net.minecraftforge.oredict.OreIngredient@19e078ec, net.minecraft.item.crafting.Ingredient@78bec14c, net.minecraftforge.oredict.OreIngredient@19e078ec, net.minecraft.item.crafting.Ingredient@78bec14c, net.minecraft.item.crafting.Ingredient@64c71906, net.minecraft.item.crafting.Ingredient@78bec14c, net.minecraftforge.oredict.OreIngredient@19e078ec, net.minecraft.item.crafting.Ingredient@78bec14c, net.minecraftforge.oredict.OreIngredient@19e078ec]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 16xtile.sand@0 new recipe: RecipeStage{tier='five', recipe=16xtile.sand@0:[net.minecraft.item.crafting.Ingredient@62451fd6, net.minecraft.item.crafting.Ingredient@600595a9, net.minecraft.item.crafting.Ingredient@600595a9, net.minecraft.item.crafting.Ingredient@62451fd6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.gear@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.gear@0:[net.minecraft.item.crafting.Ingredient@3f984be4, net.minecraft.item.crafting.Ingredient@2e9fe4d9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ma.tinkering_table@0 new recipe: RecipeStage{tier='five', recipe=1xtile.ma.tinkering_table@0:[net.minecraft.item.crafting.Ingredient@4f322ed4, net.minecraft.item.crafting.Ingredient@4f322ed4, net.minecraft.item.crafting.Ingredient@4f322ed4, net.minecraft.item.crafting.Ingredient@3bc6091a, net.minecraftforge.oredict.OreIngredient@3258896e, net.minecraft.item.crafting.Ingredient@3bc6091a, net.minecraft.item.crafting.Ingredient@3bc6091a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3bc6091a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.fluix_seeds@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.fluix_seeds@0:[net.minecraftforge.oredict.OreIngredient@65a43e9e, net.minecraft.item.crafting.Ingredient@3b474dac, net.minecraftforge.oredict.OreIngredient@65a43e9e, net.minecraft.item.crafting.Ingredient@3b474dac, net.minecraft.item.crafting.Ingredient@7fa8af28, net.minecraft.item.crafting.Ingredient@3b474dac, net.minecraftforge.oredict.OreIngredient@65a43e9e, net.minecraft.item.crafting.Ingredient@3b474dac, net.minecraftforge.oredict.OreIngredient@65a43e9e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.chunk@14 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.chunk@14:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1873644b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@35053a77, net.minecraft.item.crafting.Ingredient@771838cc, net.minecraft.item.crafting.Ingredient@35053a77, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1873644b, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xitem.itemcraftingcomponent@1 new recipe: RecipeStage{tier='five', recipe=3xitem.itemcraftingcomponent@1:[net.minecraft.item.crafting.Ingredient@5a076fae, net.minecraft.item.crafting.Ingredient@5a076fae, net.minecraft.item.crafting.Ingredient@5a076fae, net.minecraft.item.crafting.Ingredient@5a076fae, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5a076fae, net.minecraft.item.crafting.Ingredient@5a076fae, net.minecraft.item.crafting.Ingredient@5a076fae, net.minecraft.item.crafting.Ingredient@5a076fae]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 24xtile.chisel.marble@7 new recipe: RecipeStage{tier='five', recipe=24xtile.chisel.marble@7:[net.minecraft.item.crafting.Ingredient@6b8af0ca, net.minecraft.item.crafting.Ingredient@6b8af0ca, net.minecraft.item.crafting.Ingredient@6b8af0ca, net.minecraft.item.crafting.Ingredient@6b8af0ca, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6b8af0ca, net.minecraft.item.crafting.Ingredient@6b8af0ca, net.minecraft.item.crafting.Ingredient@6b8af0ca, net.minecraft.item.crafting.Ingredient@6b8af0ca]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ma.seed_reprocessor@0 new recipe: RecipeStage{tier='five', recipe=1xtile.ma.seed_reprocessor@0:[net.minecraftforge.oredict.OreIngredient@4a8d408b, net.minecraft.item.crafting.Ingredient@698bc910, net.minecraftforge.oredict.OreIngredient@4a8d408b, net.minecraftforge.oredict.OreIngredient@4a8d408b, net.minecraft.item.crafting.Ingredient@6d354d36, net.minecraftforge.oredict.OreIngredient@4a8d408b, net.minecraftforge.oredict.OreIngredient@4a8d408b, net.minecraft.item.crafting.Ingredient@1864cef5, net.minecraftforge.oredict.OreIngredient@4a8d408b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.basic_item@2 new recipe: RecipeStage{tier='five', recipe=8xitem.basic_item@2:[net.minecraft.item.crafting.Ingredient@59eafea1, net.minecraft.item.crafting.Ingredient@e5a1763, net.minecraft.item.crafting.Ingredient@26ea5ad0]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.marble_seeds@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.marble_seeds@0:[net.minecraft.item.crafting.Ingredient@3289375f, net.minecraft.item.crafting.Ingredient@36f223cd, net.minecraft.item.crafting.Ingredient@3289375f, net.minecraft.item.crafting.Ingredient@36f223cd, net.minecraft.item.crafting.Ingredient@5d577e2e, net.minecraft.item.crafting.Ingredient@36f223cd, net.minecraft.item.crafting.Ingredient@3289375f, net.minecraft.item.crafting.Ingredient@36f223cd, net.minecraft.item.crafting.Ingredient@3289375f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.charm@20 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.charm@20:[net.minecraft.item.crafting.Ingredient@1dd3b449, net.minecraft.item.crafting.Ingredient@7d8ea4f1, net.minecraft.item.crafting.Ingredient@73bf295f, net.minecraft.item.crafting.Ingredient@7d8ea4f1, net.minecraft.item.crafting.Ingredient@71348b8c, net.minecraft.item.crafting.Ingredient@7d8ea4f1, net.minecraft.item.crafting.Ingredient@73bf295f, net.minecraft.item.crafting.Ingredient@7d8ea4f1, net.minecraft.item.crafting.Ingredient@1dd3b449]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.skull@2 new recipe: RecipeStage{tier='five', recipe=1xitem.skull@2:[net.minecraft.item.crafting.Ingredient@7dab2331, net.minecraft.item.crafting.Ingredient@7dab2331, net.minecraft.item.crafting.Ingredient@7dab2331, net.minecraft.item.crafting.Ingredient@7dab2331, net.minecraft.item.crafting.Ingredient@72bbdfb6, net.minecraft.item.crafting.Ingredient@7dab2331, net.minecraft.item.crafting.Ingredient@7dab2331, net.minecraft.item.crafting.Ingredient@7dab2331, net.minecraft.item.crafting.Ingredient@7dab2331]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xitem.twilightforest.knightMetal@0 new recipe: RecipeStage{tier='five', recipe=4xitem.twilightforest.knightMetal@0:[net.minecraft.item.crafting.Ingredient@6aba0a8c, net.minecraft.item.crafting.Ingredient@6aba0a8c, net.minecraft.item.crafting.Ingredient@6aba0a8c, net.minecraft.item.crafting.Ingredient@6aba0a8c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6aba0a8c, net.minecraft.item.crafting.Ingredient@6aba0a8c, net.minecraft.item.crafting.Ingredient@6aba0a8c, net.minecraft.item.crafting.Ingredient@6aba0a8c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.bwm:material@0 new recipe: RecipeStage{tier='one', recipe=1xitem.bwm:material@0:[net.minecraft.item.crafting.Ingredient@665454dd, net.minecraftforge.oredict.OreIngredient@3cc9c92, net.minecraft.item.crafting.Ingredient@7c9ac4ab, net.minecraftforge.oredict.OreIngredient@1d61a8d3, net.minecraft.item.crafting.Ingredient@5957f51e, net.minecraftforge.oredict.OreIngredient@3e18daaa, net.minecraft.item.crafting.Ingredient@140dfe5e, net.minecraftforge.oredict.OreIngredient@4bafb3c, net.minecraft.item.crafting.Ingredient@62a301b0]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.record@0 new recipe: RecipeStage{tier='five', recipe=1xitem.record@0:[net.minecraft.item.crafting.Ingredient@5658b150, net.minecraftforge.oredict.OreIngredient@4b58fbea, net.minecraft.item.crafting.Ingredient@4a82ce3c, net.minecraft.item.crafting.Ingredient@c2c7757]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ma.superium_reprocessor@0 new recipe: RecipeStage{tier='five', recipe=1xtile.ma.superium_reprocessor@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1c086bd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1c086bd, net.minecraft.item.crafting.Ingredient@f2b7a53, net.minecraft.item.crafting.Ingredient@1c086bd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@50792a84, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.crafting@37 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.crafting@37:[net.minecraft.item.crafting.Ingredient@4932a0ad, net.minecraft.item.crafting.Ingredient@5855bb6a, net.minecraft.item.crafting.Ingredient@1cc2b8de]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 12xtile.grass@0 new recipe: RecipeStage{tier='five', recipe=12xtile.grass@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6b0fc32d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6b0fc32d, net.minecraft.item.crafting.Ingredient@4a061692, net.minecraft.item.crafting.Ingredient@6b0fc32d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6b0fc32d, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 12xitem.netherquartz@0 new recipe: RecipeStage{tier='five', recipe=12xitem.netherquartz@0:[net.minecraft.item.crafting.Ingredient@795d0ed4, net.minecraft.item.crafting.Ingredient@795d0ed4, net.minecraft.item.crafting.Ingredient@795d0ed4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@795d0ed4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@795d0ed4, net.minecraft.item.crafting.Ingredient@795d0ed4, net.minecraft.item.crafting.Ingredient@795d0ed4]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.master_infusion_crystal@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.master_infusion_crystal@0:[net.minecraft.item.crafting.Ingredient@19ebd6c0, net.minecraft.item.crafting.Ingredient@112e637a, net.minecraft.item.crafting.Ingredient@19ebd6c0, net.minecraft.item.crafting.Ingredient@112e637a, net.minecraftforge.oredict.OreIngredient@27cd87b5, net.minecraft.item.crafting.Ingredient@112e637a, net.minecraft.item.crafting.Ingredient@19ebd6c0, net.minecraft.item.crafting.Ingredient@112e637a, net.minecraft.item.crafting.Ingredient@19ebd6c0]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.superium_apple@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.superium_apple@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2689333, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2689333, net.minecraft.item.crafting.Ingredient@64c798b2, net.minecraft.item.crafting.Ingredient@2689333, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2689333, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.gear@1 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.gear@1:[net.minecraft.item.crafting.Ingredient@325b2609, net.minecraft.item.crafting.Ingredient@2b383f71]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.charm@12 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.charm@12:[net.minecraft.item.crafting.Ingredient@2ec8773b, net.minecraft.item.crafting.Ingredient@167dfd7b, net.minecraft.item.crafting.Ingredient@2ec8773b, net.minecraft.item.crafting.Ingredient@167dfd7b, net.minecraft.item.crafting.Ingredient@7c687fc1, net.minecraft.item.crafting.Ingredient@167dfd7b, net.minecraft.item.crafting.Ingredient@2ec8773b, net.minecraft.item.crafting.Ingredient@167dfd7b, net.minecraft.item.crafting.Ingredient@2ec8773b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.crafting@37 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.crafting@37:[net.minecraft.item.crafting.Ingredient@308e756e, net.minecraft.item.crafting.Ingredient@308e756e, net.minecraft.item.crafting.Ingredient@308e756e, net.minecraft.item.crafting.Ingredient@308e756e, net.minecraft.item.crafting.Ingredient@308e756e, net.minecraft.item.crafting.Ingredient@308e756e, net.minecraft.item.crafting.Ingredient@308e756e, net.minecraft.item.crafting.Ingredient@308e756e, net.minecraft.item.crafting.Ingredient@308e756e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xitem.sulphur@0 new recipe: RecipeStage{tier='five', recipe=6xitem.sulphur@0:[net.minecraft.item.crafting.Ingredient@543fc8ba, net.minecraft.item.crafting.Ingredient@5d1b60e4, net.minecraft.item.crafting.Ingredient@a451faf, net.minecraft.item.crafting.Ingredient@29794e11, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@329299c, net.minecraft.item.crafting.Ingredient@5b3755d, net.minecraft.item.crafting.Ingredient@27a9ba23, net.minecraft.item.crafting.Ingredient@44437101]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 5xitem.twilightforest.steeleafIngot@0 new recipe: RecipeStage{tier='five', recipe=5xitem.twilightforest.steeleafIngot@0:[net.minecraft.item.crafting.Ingredient@e6cc5dc, net.minecraft.item.crafting.Ingredient@106b50d1, net.minecraft.item.crafting.Ingredient@7a79985d, net.minecraft.item.crafting.Ingredient@256d356a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4dc7563e, net.minecraft.item.crafting.Ingredient@7e07a8f, net.minecraft.item.crafting.Ingredient@316db15e, net.minecraft.item.crafting.Ingredient@7de7147c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ma.witherproof_glass@0 new recipe: RecipeStage{tier='five', recipe=1xtile.ma.witherproof_glass@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7bb7fe18, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7bb7fe18, net.minecraft.item.crafting.Ingredient@5612d3d1, net.minecraft.item.crafting.Ingredient@7bb7fe18, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7bb7fe18, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 16xtile.stone@3 new recipe: RecipeStage{tier='five', recipe=16xtile.stone@3:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@52189e44, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2568c374, net.minecraft.item.crafting.Ingredient@2568c374, net.minecraft.item.crafting.Ingredient@2568c374, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2568c374, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 12xitem.items.integrateddynamics.menril_berries@0 new recipe: RecipeStage{tier='five', recipe=12xitem.items.integrateddynamics.menril_berries@0:[net.minecraft.item.crafting.Ingredient@723824de, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@723824de, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@723824de]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.chunk@7 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.chunk@7:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@302ee263, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@302ee263, net.minecraft.item.crafting.Ingredient@6972245f, net.minecraft.item.crafting.Ingredient@302ee263, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@302ee263, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 16xtile.log@1 new recipe: RecipeStage{tier='five', recipe=16xtile.log@1:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6f727acd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6f727acd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6f727acd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.gear@8 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.gear@8:[net.minecraft.item.crafting.Ingredient@1fdc957a, net.minecraft.item.crafting.Ingredient@7bda6b92]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.supremium_paxel@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.supremium_paxel@0:[net.minecraft.item.crafting.Ingredient@5fda6432, net.minecraft.item.crafting.Ingredient@5309f6cc, net.minecraft.item.crafting.Ingredient@37c125a1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@486bfd4d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@486bfd4d, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.gear@4 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.gear@4:[net.minecraft.item.crafting.Ingredient@214a18dd, net.minecraft.item.crafting.Ingredient@48b7ec66]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.pt.dye_powder@3 new recipe: RecipeStage{tier='five', recipe=1xitem.pt.dye_powder@3:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@de360fe, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4089b482, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6de9ed5c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 12xtile.tallgrass@1 new recipe: RecipeStage{tier='five', recipe=12xtile.tallgrass@1:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@656b3f37, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@656b3f37, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@656b3f37, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ec.material@14 new recipe: RecipeStage{tier='three', recipe=1xitem.ec.material@14:[net.minecraftforge.oredict.OreIngredient@668fa9fb, net.minecraftforge.oredict.OreIngredient@2d9caf77, net.minecraftforge.oredict.OreIngredient@abd2bcb, net.minecraft.item.crafting.Ingredient@67ea4dc3]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.crafting@52 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.crafting@52:[net.minecraft.item.crafting.Ingredient@3d6ba816, net.minecraft.item.crafting.Ingredient@5f78ebd4]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 5xitem.immersiveengineering.material@24 new recipe: RecipeStage{tier='five', recipe=5xitem.immersiveengineering.material@24:[net.minecraft.item.crafting.Ingredient@477d4031, net.minecraft.item.crafting.Ingredient@477d4031, net.minecraft.item.crafting.Ingredient@477d4031, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.watering_can@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.watering_can@0:[net.minecraft.item.crafting.Ingredient@7ac85be5, net.minecraft.item.crafting.Ingredient@31481560, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7ac85be5, net.minecraft.item.crafting.Ingredient@371a4d8, net.minecraft.item.crafting.Ingredient@7ac85be5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7ac85be5, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 24xitem.clay@0 new recipe: RecipeStage{tier='five', recipe=24xitem.clay@0:[net.minecraft.item.crafting.Ingredient@2b7fb626, net.minecraft.item.crafting.Ingredient@5fde1282, net.minecraft.item.crafting.Ingredient@5fde1282, net.minecraft.item.crafting.Ingredient@2b7fb626]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.dirt_seeds@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.dirt_seeds@0:[net.minecraft.item.crafting.Ingredient@1773cd27, net.minecraft.item.crafting.Ingredient@264e1d90, net.minecraft.item.crafting.Ingredient@1773cd27, net.minecraft.item.crafting.Ingredient@264e1d90, net.minecraft.item.crafting.Ingredient@f901d3, net.minecraft.item.crafting.Ingredient@264e1d90, net.minecraft.item.crafting.Ingredient@1773cd27, net.minecraft.item.crafting.Ingredient@264e1d90, net.minecraft.item.crafting.Ingredient@1773cd27]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.aluminum_brass_seeds@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.aluminum_brass_seeds@0:[net.minecraft.item.crafting.Ingredient@1b06962b, net.minecraft.item.crafting.Ingredient@6bfa5d78, net.minecraft.item.crafting.Ingredient@1b06962b, net.minecraft.item.crafting.Ingredient@6bfa5d78, net.minecraft.item.crafting.Ingredient@7acb49e3, net.minecraft.item.crafting.Ingredient@6bfa5d78, net.minecraft.item.crafting.Ingredient@1b06962b, net.minecraft.item.crafting.Ingredient@6bfa5d78, net.minecraft.item.crafting.Ingredient@1b06962b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.slate_seeds@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.slate_seeds@0:[net.minecraft.item.crafting.Ingredient@ecf15d, net.minecraft.item.crafting.Ingredient@6cbae830, net.minecraft.item.crafting.Ingredient@ecf15d, net.minecraft.item.crafting.Ingredient@6cbae830, net.minecraft.item.crafting.Ingredient@a7745d0, net.minecraft.item.crafting.Ingredient@6cbae830, net.minecraft.item.crafting.Ingredient@ecf15d, net.minecraft.item.crafting.Ingredient@6cbae830, net.minecraft.item.crafting.Ingredient@ecf15d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xitem.ma.crafting@15 new recipe: RecipeStage{tier='five', recipe=4xitem.ma.crafting@15:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3e45584d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3e45584d, net.minecraft.item.crafting.Ingredient@60fabaec, net.minecraft.item.crafting.Ingredient@3e45584d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3e45584d, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ma.coal_block@4 new recipe: RecipeStage{tier='five', recipe=1xtile.ma.coal_block@4:[net.minecraft.item.crafting.Ingredient@4dc063e7, net.minecraft.item.crafting.Ingredient@4dc063e7, net.minecraft.item.crafting.Ingredient@4dc063e7, net.minecraft.item.crafting.Ingredient@4dc063e7, net.minecraft.item.crafting.Ingredient@4dc063e7, net.minecraft.item.crafting.Ingredient@4dc063e7, net.minecraft.item.crafting.Ingredient@4dc063e7, net.minecraft.item.crafting.Ingredient@4dc063e7, net.minecraft.item.crafting.Ingredient@4dc063e7]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.menril_seeds@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.menril_seeds@0:[net.minecraft.item.crafting.Ingredient@137eb572, net.minecraft.item.crafting.Ingredient@44805f2c, net.minecraft.item.crafting.Ingredient@137eb572, net.minecraft.item.crafting.Ingredient@44805f2c, net.minecraft.item.crafting.Ingredient@13886d, net.minecraft.item.crafting.Ingredient@44805f2c, net.minecraft.item.crafting.Ingredient@137eb572, net.minecraft.item.crafting.Ingredient@44805f2c, net.minecraft.item.crafting.Ingredient@137eb572]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.compressed_iron_seeds@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.compressed_iron_seeds@0:[net.minecraftforge.oredict.OreIngredient@69fb0bf7, net.minecraft.item.crafting.Ingredient@3e13febb, net.minecraftforge.oredict.OreIngredient@69fb0bf7, net.minecraft.item.crafting.Ingredient@3e13febb, net.minecraft.item.crafting.Ingredient@efa656c, net.minecraft.item.crafting.Ingredient@3e13febb, net.minecraftforge.oredict.OreIngredient@69fb0bf7, net.minecraft.item.crafting.Ingredient@3e13febb, net.minecraftforge.oredict.OreIngredient@69fb0bf7]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.marble_seeds@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.marble_seeds@0:[net.minecraft.item.crafting.Ingredient@7ef2c133, net.minecraft.item.crafting.Ingredient@40d8260, net.minecraft.item.crafting.Ingredient@7ef2c133, net.minecraft.item.crafting.Ingredient@40d8260, net.minecraft.item.crafting.Ingredient@1841226c, net.minecraft.item.crafting.Ingredient@40d8260, net.minecraft.item.crafting.Ingredient@7ef2c133, net.minecraft.item.crafting.Ingredient@40d8260, net.minecraft.item.crafting.Ingredient@7ef2c133]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ma.growth_accelerator@0 new recipe: RecipeStage{tier='five', recipe=1xtile.ma.growth_accelerator@0:[net.minecraftforge.oredict.OreIngredient@778ae50c, net.minecraft.item.crafting.Ingredient@18f4d30e, net.minecraftforge.oredict.OreIngredient@778ae50c, net.minecraft.item.crafting.Ingredient@18f4d30e, net.minecraftforge.oredict.OreIngredient@3d073abd, net.minecraft.item.crafting.Ingredient@18f4d30e, net.minecraftforge.oredict.OreIngredient@778ae50c, net.minecraft.item.crafting.Ingredient@18f4d30e, net.minecraftforge.oredict.OreIngredient@778ae50c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.contenttweaker.material_part@0 new recipe: RecipeStage{tier='one', recipe=1xitem.contenttweaker.material_part@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@40c5280b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6a739d91, net.minecraft.item.crafting.Ingredient@624188a7, net.minecraftforge.oredict.OreIngredient@57ac9a12, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3ec0659c, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.crafting@50 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.crafting@50:[net.minecraft.item.crafting.Ingredient@4d309612, net.minecraft.item.crafting.Ingredient@3cb4bc2f, net.minecraft.item.crafting.Ingredient@4d309612, net.minecraft.item.crafting.Ingredient@7ee0da, net.minecraft.item.crafting.Ingredient@7bb819d6, net.minecraft.item.crafting.Ingredient@7ee0da, net.minecraft.item.crafting.Ingredient@4d309612, net.minecraft.item.crafting.Ingredient@7ee0da, net.minecraft.item.crafting.Ingredient@4d309612]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.gear@9 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.gear@9:[net.minecraft.item.crafting.Ingredient@39d213e4, net.minecraft.item.crafting.Ingredient@290e575a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ma.storage@0 new recipe: RecipeStage{tier='five', recipe=1xtile.ma.storage@0:[net.minecraft.item.crafting.Ingredient@1f502e04, net.minecraft.item.crafting.Ingredient@1f502e04, net.minecraft.item.crafting.Ingredient@1f502e04, net.minecraft.item.crafting.Ingredient@1f502e04, net.minecraft.item.crafting.Ingredient@1f502e04, net.minecraft.item.crafting.Ingredient@1f502e04, net.minecraft.item.crafting.Ingredient@1f502e04, net.minecraft.item.crafting.Ingredient@1f502e04, net.minecraft.item.crafting.Ingredient@1f502e04]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.superium_shears@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.superium_shears@0:[net.minecraft.item.crafting.Ingredient@798dd3e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5a7141ce, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.gear@9 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.gear@9:[net.minecraft.item.crafting.Ingredient@7bd4cdd7, net.minecraft.item.crafting.Ingredient@52b0bc7a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.redstone_seeds@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.redstone_seeds@0:[net.minecraft.item.crafting.Ingredient@4b55d955, net.minecraft.item.crafting.Ingredient@102548d4, net.minecraft.item.crafting.Ingredient@4b55d955, net.minecraft.item.crafting.Ingredient@102548d4, net.minecraft.item.crafting.Ingredient@67816c97, net.minecraft.item.crafting.Ingredient@102548d4, net.minecraft.item.crafting.Ingredient@4b55d955, net.minecraft.item.crafting.Ingredient@102548d4, net.minecraft.item.crafting.Ingredient@4b55d955]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.crafting@36 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.crafting@36:[net.minecraft.item.crafting.Ingredient@3ee8a1aa, net.minecraft.item.crafting.Ingredient@3ee8a1aa, net.minecraft.item.crafting.Ingredient@3ee8a1aa, net.minecraft.item.crafting.Ingredient@3ee8a1aa, net.minecraft.item.crafting.Ingredient@3ee8a1aa, net.minecraft.item.crafting.Ingredient@3ee8a1aa, net.minecraft.item.crafting.Ingredient@3ee8a1aa, net.minecraft.item.crafting.Ingredient@3ee8a1aa, net.minecraft.item.crafting.Ingredient@3ee8a1aa]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 12xtile.snow@0 new recipe: RecipeStage{tier='five', recipe=12xtile.snow@0:[net.minecraft.item.crafting.Ingredient@48c73459, net.minecraft.item.crafting.Ingredient@48c73459, net.minecraft.item.crafting.Ingredient@48c73459, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.ma.crafting@5 new recipe: RecipeStage{tier='five', recipe=9xitem.ma.crafting@5:[net.minecraft.item.crafting.Ingredient@1b0b331b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.ma.insanium@2 new recipe: RecipeStage{tier='five', recipe=9xitem.ma.insanium@2:[net.minecraft.item.crafting.Ingredient@3ed38a59]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.pt.dye_powder@5 new recipe: RecipeStage{tier='five', recipe=1xitem.pt.dye_powder@5:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@ae6270f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4670e0c6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@60c21fcc, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 12xitem.ma.supremium_arrow@0 new recipe: RecipeStage{tier='five', recipe=12xitem.ma.supremium_arrow@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1959fa2d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3fa74a05, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@150cd4e0, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ma.storage@5 new recipe: RecipeStage{tier='five', recipe=1xtile.ma.storage@5:[net.minecraft.item.crafting.Ingredient@732b4948, net.minecraft.item.crafting.Ingredient@732b4948, net.minecraft.item.crafting.Ingredient@732b4948, net.minecraft.item.crafting.Ingredient@732b4948, net.minecraft.item.crafting.Ingredient@732b4948, net.minecraft.item.crafting.Ingredient@732b4948, net.minecraft.item.crafting.Ingredient@732b4948, net.minecraft.item.crafting.Ingredient@732b4948, net.minecraft.item.crafting.Ingredient@732b4948]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.gear@1 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.gear@1:[net.minecraft.item.crafting.Ingredient@94f6558, net.minecraft.item.crafting.Ingredient@71427fd6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.chunk@16 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.chunk@16:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5e953326, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5ff22f48, net.minecraft.item.crafting.Ingredient@7ed0e13c, net.minecraft.item.crafting.Ingredient@5ff22f48, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5e953326, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.gear@2 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.gear@2:[net.minecraft.item.crafting.Ingredient@72adb0d0, net.minecraft.item.crafting.Ingredient@151bbd47]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.potatoPoisonous@0 new recipe: RecipeStage{tier='five', recipe=1xitem.potatoPoisonous@0:[net.minecraft.item.crafting.Ingredient@6d68947, net.minecraft.item.crafting.Ingredient@40d1633, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 12xitem.netherStalkSeeds@0 new recipe: RecipeStage{tier='five', recipe=12xitem.netherStalkSeeds@0:[net.minecraft.item.crafting.Ingredient@581180aa, net.minecraft.item.crafting.Ingredient@7a97357a, net.minecraft.item.crafting.Ingredient@581180aa, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.tier1_space_suit_boots@0 new recipe: RecipeStage{tier='four', recipe=1xitem.tier1_space_suit_boots@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4fa6dedf, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1ef7b0bc, net.minecraft.item.crafting.Ingredient@3b510c1, net.minecraft.item.crafting.Ingredient@14efe73c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6dc69358, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.crafting@9 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.crafting@9:[net.minecraft.item.crafting.Ingredient@5599a35a, net.minecraft.item.crafting.Ingredient@6f0a411f, net.minecraft.item.crafting.Ingredient@3e1b6d95, net.minecraft.item.crafting.Ingredient@69a80fdb]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ma.storage@3 new recipe: RecipeStage{tier='five', recipe=1xtile.ma.storage@3:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1b5d4a54, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1b5d4a54, net.minecraft.item.crafting.Ingredient@4420cf26, net.minecraft.item.crafting.Ingredient@1b5d4a54, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1b5d4a54, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.refinedstorage:quartz_enriched_iron@0 new recipe: RecipeStage{tier='five', recipe=8xitem.refinedstorage:quartz_enriched_iron@0:[net.minecraft.item.crafting.Ingredient@1959d4ba, net.minecraft.item.crafting.Ingredient@74864ea, net.minecraft.item.crafting.Ingredient@5afed496, net.minecraft.item.crafting.Ingredient@1ad27c75, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4df99791, net.minecraft.item.crafting.Ingredient@952c5f0, net.minecraft.item.crafting.Ingredient@25a4ea28, net.minecraft.item.crafting.Ingredient@2c9c0b3d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xitem.immersiveengineering.metal@4 new recipe: RecipeStage{tier='five', recipe=4xitem.immersiveengineering.metal@4:[net.minecraft.item.crafting.Ingredient@5e1cb26f, net.minecraft.item.crafting.Ingredient@34a4147, net.minecraft.item.crafting.Ingredient@4459f76, net.minecraft.item.crafting.Ingredient@6cea30ce, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@575e68f6, net.minecraft.item.crafting.Ingredient@64f4b23, net.minecraft.item.crafting.Ingredient@2ed9cab3, net.minecraft.item.crafting.Ingredient@1308f3e6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.gear@16 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.gear@16:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2aaa00be, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2aaa00be, net.minecraft.item.crafting.Ingredient@1d49f7bc, net.minecraft.item.crafting.Ingredient@2aaa00be, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2aaa00be, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.gear@8 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.gear@8:[net.minecraft.item.crafting.Ingredient@6f533cad, net.minecraft.item.crafting.Ingredient@3a7d8610, net.minecraft.item.crafting.Ingredient@6f533cad, net.minecraft.item.crafting.Ingredient@1614716, net.minecraft.item.crafting.Ingredient@18ee5eb1, net.minecraft.item.crafting.Ingredient@1614716, net.minecraft.item.crafting.Ingredient@6f533cad, net.minecraft.item.crafting.Ingredient@1614716, net.minecraft.item.crafting.Ingredient@6f533cad]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.glowstone_seeds@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.glowstone_seeds@0:[net.minecraft.item.crafting.Ingredient@36b34963, net.minecraft.item.crafting.Ingredient@7c6954e0, net.minecraft.item.crafting.Ingredient@36b34963, net.minecraft.item.crafting.Ingredient@7c6954e0, net.minecraft.item.crafting.Ingredient@207ae532, net.minecraft.item.crafting.Ingredient@7c6954e0, net.minecraft.item.crafting.Ingredient@36b34963, net.minecraft.item.crafting.Ingredient@7c6954e0, net.minecraft.item.crafting.Ingredient@36b34963]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.rock_crystal_seeds@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.rock_crystal_seeds@0:[net.minecraft.item.crafting.Ingredient@16a9ae93, net.minecraft.item.crafting.Ingredient@38438939, net.minecraft.item.crafting.Ingredient@16a9ae93, net.minecraft.item.crafting.Ingredient@38438939, net.minecraft.item.crafting.Ingredient@13a724ca, net.minecraft.item.crafting.Ingredient@38438939, net.minecraft.item.crafting.Ingredient@16a9ae93, net.minecraft.item.crafting.Ingredient@38438939, net.minecraft.item.crafting.Ingredient@16a9ae93]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.superium_bow@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.superium_bow@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@48dac52b, net.minecraft.item.crafting.Ingredient@59c5cff1, net.minecraft.item.crafting.Ingredient@96a9023, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@59c5cff1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@48dac52b, net.minecraft.item.crafting.Ingredient@59c5cff1]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.gear@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.gear@0:[net.minecraft.item.crafting.Ingredient@1904ad6e, net.minecraft.item.crafting.Ingredient@11a7fd89]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.biotite@0 new recipe: RecipeStage{tier='five', recipe=8xitem.biotite@0:[net.minecraft.item.crafting.Ingredient@58059158, net.minecraft.item.crafting.Ingredient@58059158, net.minecraft.item.crafting.Ingredient@58059158, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@58059158, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@58059158, net.minecraft.item.crafting.Ingredient@58059158, net.minecraft.item.crafting.Ingredient@58059158]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.gear@4 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.gear@4:[net.minecraft.item.crafting.Ingredient@3c986670, net.minecraft.item.crafting.Ingredient@159fe4ee]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.crafting@17 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.crafting@17:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7f628c1f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7f628c1f, net.minecraft.item.crafting.Ingredient@45a92be3, net.minecraft.item.crafting.Ingredient@7f628c1f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7f628c1f, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.skeleton_seeds@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.skeleton_seeds@0:[net.minecraft.item.crafting.Ingredient@4925debe, net.minecraft.item.crafting.Ingredient@5b54f68, net.minecraft.item.crafting.Ingredient@4925debe, net.minecraft.item.crafting.Ingredient@5b54f68, net.minecraft.item.crafting.Ingredient@33e0c322, net.minecraft.item.crafting.Ingredient@5b54f68, net.minecraft.item.crafting.Ingredient@4925debe, net.minecraft.item.crafting.Ingredient@5b54f68, net.minecraft.item.crafting.Ingredient@4925debe]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xitem.ma.crafting@1 new recipe: RecipeStage{tier='five', recipe=4xitem.ma.crafting@1:[net.minecraft.item.crafting.Ingredient@54a26d81]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.intermedium_fishing_rod@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.intermedium_fishing_rod@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2e028d4d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5da54f18, net.minecraft.item.crafting.Ingredient@600ff3b5, net.minecraft.item.crafting.Ingredient@2e028d4d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@600ff3b5]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.superium_sickle@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.superium_sickle@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6bad40e0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@369b2e3e, net.minecraft.item.crafting.Ingredient@4156c55b, net.minecraft.item.crafting.Ingredient@6bad40e0, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.supremium_apple@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.supremium_apple@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@269dbad6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@269dbad6, net.minecraft.item.crafting.Ingredient@602a443d, net.minecraft.item.crafting.Ingredient@269dbad6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@269dbad6, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.gear@6 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.gear@6:[net.minecraft.item.crafting.Ingredient@4b7fb140, net.minecraft.item.crafting.Ingredient@1a27c048]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xitem.tconstruct.ingots@3 new recipe: RecipeStage{tier='five', recipe=4xitem.tconstruct.ingots@3:[net.minecraft.item.crafting.Ingredient@5c21a1b4, net.minecraft.item.crafting.Ingredient@5bf80dcc, net.minecraft.item.crafting.Ingredient@5570aaad, net.minecraft.item.crafting.Ingredient@7bbc1951, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2ac12b93, net.minecraft.item.crafting.Ingredient@314cc56a, net.minecraft.item.crafting.Ingredient@61b9342c, net.minecraft.item.crafting.Ingredient@7ad4dfdb]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.limestone_seeds@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.limestone_seeds@0:[net.minecraft.item.crafting.Ingredient@8bc28ac, net.minecraft.item.crafting.Ingredient@153470c4, net.minecraft.item.crafting.Ingredient@8bc28ac, net.minecraft.item.crafting.Ingredient@153470c4, net.minecraft.item.crafting.Ingredient@73f4ca42, net.minecraft.item.crafting.Ingredient@153470c4, net.minecraft.item.crafting.Ingredient@8bc28ac, net.minecraft.item.crafting.Ingredient@153470c4, net.minecraft.item.crafting.Ingredient@8bc28ac]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.uranium_seeds@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.uranium_seeds@0:[net.minecraftforge.oredict.OreIngredient@3789aa47, net.minecraft.item.crafting.Ingredient@7c11a810, net.minecraftforge.oredict.OreIngredient@3789aa47, net.minecraft.item.crafting.Ingredient@7c11a810, net.minecraft.item.crafting.Ingredient@240b00db, net.minecraft.item.crafting.Ingredient@7c11a810, net.minecraftforge.oredict.OreIngredient@3789aa47, net.minecraft.item.crafting.Ingredient@7c11a810, net.minecraftforge.oredict.OreIngredient@3789aa47]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 12xitem.wheat@0 new recipe: RecipeStage{tier='five', recipe=12xitem.wheat@0:[net.minecraft.item.crafting.Ingredient@654059d3, net.minecraft.item.crafting.Ingredient@654059d3, net.minecraft.item.crafting.Ingredient@654059d3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 24xtile.whiteStone@0 new recipe: RecipeStage{tier='five', recipe=24xtile.whiteStone@0:[net.minecraft.item.crafting.Ingredient@656d955b, net.minecraft.item.crafting.Ingredient@656d955b, net.minecraft.item.crafting.Ingredient@656d955b, net.minecraft.item.crafting.Ingredient@656d955b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@656d955b, net.minecraft.item.crafting.Ingredient@656d955b, net.minecraft.item.crafting.Ingredient@656d955b, net.minecraft.item.crafting.Ingredient@656d955b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.prudentium_pickaxe@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.prudentium_pickaxe@0:[net.minecraft.item.crafting.Ingredient@5d6b740a, net.minecraft.item.crafting.Ingredient@a601c7a, net.minecraft.item.crafting.Ingredient@5d6b740a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@50595972, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@50595972, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.creeper_seeds@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.creeper_seeds@0:[net.minecraft.item.crafting.Ingredient@3a6e3182, net.minecraft.item.crafting.Ingredient@6895e35a, net.minecraft.item.crafting.Ingredient@3a6e3182, net.minecraft.item.crafting.Ingredient@6895e35a, net.minecraft.item.crafting.Ingredient@5d59c4b9, net.minecraft.item.crafting.Ingredient@6895e35a, net.minecraft.item.crafting.Ingredient@3a6e3182, net.minecraft.item.crafting.Ingredient@6895e35a, net.minecraft.item.crafting.Ingredient@3a6e3182]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.prudentium_paxel@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.prudentium_paxel@0:[net.minecraft.item.crafting.Ingredient@612f3722, net.minecraft.item.crafting.Ingredient@233069ec, net.minecraft.item.crafting.Ingredient@6c976059, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2092d20e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2092d20e, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.steel_seeds@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.steel_seeds@0:[net.minecraftforge.oredict.OreIngredient@3aaf598f, net.minecraft.item.crafting.Ingredient@48dbf903, net.minecraftforge.oredict.OreIngredient@3aaf598f, net.minecraft.item.crafting.Ingredient@48dbf903, net.minecraft.item.crafting.Ingredient@26bc321a, net.minecraft.item.crafting.Ingredient@48dbf903, net.minecraftforge.oredict.OreIngredient@3aaf598f, net.minecraft.item.crafting.Ingredient@48dbf903, net.minecraftforge.oredict.OreIngredient@3aaf598f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.pt.dye_powder@4 new recipe: RecipeStage{tier='five', recipe=1xitem.pt.dye_powder@4:[net.minecraft.item.crafting.Ingredient@71875648, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@40986f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1db9d78b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.gear@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.gear@0:[net.minecraft.item.crafting.Ingredient@38e53e70, net.minecraft.item.crafting.Ingredient@4b68bdf]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.tconstruct.seared_furnace_controller@0 new recipe: RecipeStage{tier='three', recipe=1xtile.tconstruct.seared_furnace_controller@0:[net.minecraft.item.crafting.Ingredient@755825c1, net.minecraft.item.crafting.Ingredient@5930c79c, net.minecraft.item.crafting.Ingredient@14e2a573, net.minecraft.item.crafting.Ingredient@3b8f8e46, net.minecraft.item.crafting.Ingredient@f4dd2db, net.minecraft.item.crafting.Ingredient@509ee889, net.minecraft.item.crafting.Ingredient@515616d4, net.minecraft.item.crafting.Ingredient@16ec5f06, net.minecraft.item.crafting.Ingredient@77d68c0a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.electrum_seeds@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.electrum_seeds@0:[net.minecraftforge.oredict.OreIngredient@b8f3f4c, net.minecraft.item.crafting.Ingredient@2fb44322, net.minecraftforge.oredict.OreIngredient@b8f3f4c, net.minecraft.item.crafting.Ingredient@2fb44322, net.minecraft.item.crafting.Ingredient@18e6b1c0, net.minecraft.item.crafting.Ingredient@2fb44322, net.minecraftforge.oredict.OreIngredient@b8f3f4c, net.minecraft.item.crafting.Ingredient@2fb44322, net.minecraftforge.oredict.OreIngredient@b8f3f4c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.intermedium_chestplate@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.intermedium_chestplate@0:[net.minecraft.item.crafting.Ingredient@ae8b1ba, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@ae8b1ba, net.minecraft.item.crafting.Ingredient@ae8b1ba, net.minecraft.item.crafting.Ingredient@5606a05e, net.minecraft.item.crafting.Ingredient@ae8b1ba, net.minecraft.item.crafting.Ingredient@ae8b1ba, net.minecraft.item.crafting.Ingredient@ae8b1ba, net.minecraft.item.crafting.Ingredient@ae8b1ba]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.gear@2 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.gear@2:[net.minecraft.item.crafting.Ingredient@6c39ce19, net.minecraft.item.crafting.Ingredient@53d11eda]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.gear@3 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.gear@3:[net.minecraft.item.crafting.Ingredient@6d26bd43, net.minecraft.item.crafting.Ingredient@192644af]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.sapling@4 new recipe: RecipeStage{tier='five', recipe=4xtile.sapling@4:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@564725bc, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7ad89cb4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@564725bc, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xitem.rabbitRaw@0 new recipe: RecipeStage{tier='five', recipe=4xitem.rabbitRaw@0:[net.minecraft.item.crafting.Ingredient@63e96f2c, net.minecraft.item.crafting.Ingredient@63e96f2c, net.minecraft.item.crafting.Ingredient@63e96f2c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.crafting@33 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.crafting@33:[net.minecraft.item.crafting.Ingredient@25fb4151, net.minecraft.item.crafting.Ingredient@25fb4151, net.minecraft.item.crafting.Ingredient@25fb4151, net.minecraft.item.crafting.Ingredient@25fb4151, net.minecraft.item.crafting.Ingredient@25fb4151, net.minecraft.item.crafting.Ingredient@25fb4151, net.minecraft.item.crafting.Ingredient@25fb4151, net.minecraft.item.crafting.Ingredient@25fb4151, net.minecraft.item.crafting.Ingredient@25fb4151]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xtile.ice@0 new recipe: RecipeStage{tier='five', recipe=8xtile.ice@0:[net.minecraft.item.crafting.Ingredient@313a2eba, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@313a2eba, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@313a2eba, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@313a2eba, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@313a2eba]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xitem.immersiveengineering.metal@2 new recipe: RecipeStage{tier='five', recipe=4xitem.immersiveengineering.metal@2:[net.minecraft.item.crafting.Ingredient@a66cb58, net.minecraft.item.crafting.Ingredient@e56ec99, net.minecraft.item.crafting.Ingredient@52ed5b4c, net.minecraft.item.crafting.Ingredient@17ecf199, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2b6cd437, net.minecraft.item.crafting.Ingredient@1267c7e7, net.minecraft.item.crafting.Ingredient@2ae8c9dc, net.minecraft.item.crafting.Ingredient@5a788521]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xitem.immersiveengineering.metal@5 new recipe: RecipeStage{tier='five', recipe=2xitem.immersiveengineering.metal@5:[net.minecraft.item.crafting.Ingredient@2f482554, net.minecraft.item.crafting.Ingredient@312d4882, net.minecraft.item.crafting.Ingredient@5483378e, net.minecraft.item.crafting.Ingredient@25edf40c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4be11760, net.minecraft.item.crafting.Ingredient@10d32fc6, net.minecraft.item.crafting.Ingredient@5d215515, net.minecraft.item.crafting.Ingredient@17269729]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.intermedium_shears@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.intermedium_shears@0:[net.minecraft.item.crafting.Ingredient@1e5ed425, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5e244017, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ma.supremium_reprocessor@0 new recipe: RecipeStage{tier='five', recipe=1xtile.ma.supremium_reprocessor@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@63f39125, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@63f39125, net.minecraft.item.crafting.Ingredient@5b90ae3c, net.minecraft.item.crafting.Ingredient@63f39125, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@78153a3c, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.prudentium_shovel@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.prudentium_shovel@0:[net.minecraft.item.crafting.Ingredient@3378e59c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@39f1ac45, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@39f1ac45, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.intermedium_scythe@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.intermedium_scythe@0:[net.minecraft.item.crafting.Ingredient@9bc42f8, net.minecraft.item.crafting.Ingredient@3648b396, net.minecraft.item.crafting.Ingredient@2ad2f8a9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2ad2f8a9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2ad2f8a9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ma.tinkering_table@1 new recipe: RecipeStage{tier='five', recipe=1xtile.ma.tinkering_table@1:[net.minecraft.item.crafting.Ingredient@24669e32, net.minecraft.item.crafting.Ingredient@24669e32, net.minecraft.item.crafting.Ingredient@24669e32, net.minecraft.item.crafting.Ingredient@3e946e32, net.minecraftforge.oredict.OreIngredient@17b034f6, net.minecraft.item.crafting.Ingredient@3e946e32, net.minecraft.item.crafting.Ingredient@3e946e32, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3e946e32]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xitem.item_basic_asteroids@0 new recipe: RecipeStage{tier='five', recipe=2xitem.item_basic_asteroids@0:[net.minecraft.item.crafting.Ingredient@2d585420, net.minecraft.item.crafting.Ingredient@323a793e, net.minecraft.item.crafting.Ingredient@30cd30fb, net.minecraft.item.crafting.Ingredient@7cc4003c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1352a2d0, net.minecraft.item.crafting.Ingredient@72c0da0d, net.minecraft.item.crafting.Ingredient@2b537646, net.minecraft.item.crafting.Ingredient@77ca46f0]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 16xtile.appliedenergistics2.sky_stone_block@0 new recipe: RecipeStage{tier='five', recipe=16xtile.appliedenergistics2.sky_stone_block@0:[net.minecraft.item.crafting.Ingredient@207460cc, net.minecraft.item.crafting.Ingredient@207460cc, net.minecraft.item.crafting.Ingredient@207460cc, net.minecraft.item.crafting.Ingredient@207460cc, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@207460cc, net.minecraft.item.crafting.Ingredient@207460cc, net.minecraft.item.crafting.Ingredient@207460cc, net.minecraft.item.crafting.Ingredient@207460cc]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.prudentium_helmet@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.prudentium_helmet@0:[net.minecraft.item.crafting.Ingredient@4ccfafdd, net.minecraft.item.crafting.Ingredient@50f43812, net.minecraft.item.crafting.Ingredient@4ccfafdd, net.minecraft.item.crafting.Ingredient@4ccfafdd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4ccfafdd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.intermedium_boots@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.intermedium_boots@0:[net.minecraft.item.crafting.Ingredient@e9552a4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@e9552a4, net.minecraft.item.crafting.Ingredient@e9552a4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@25c6f471, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.chunk@13 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.chunk@13:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@f14a4ff, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@f14a4ff, net.minecraft.item.crafting.Ingredient@5cee26b4, net.minecraft.item.crafting.Ingredient@f14a4ff, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@f14a4ff, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 2xitem.ghastTear@0 new recipe: RecipeStage{tier='five', recipe=2xitem.ghastTear@0:[net.minecraft.item.crafting.Ingredient@50607a1b, net.minecraft.item.crafting.Ingredient@50607a1b, net.minecraft.item.crafting.Ingredient@50607a1b, net.minecraft.item.crafting.Ingredient@50607a1b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@50607a1b, net.minecraft.item.crafting.Ingredient@50607a1b, net.minecraft.item.crafting.Ingredient@50607a1b, net.minecraft.item.crafting.Ingredient@50607a1b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.crafting@16 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.crafting@16:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@427f01d9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@427f01d9, net.minecraft.item.crafting.Ingredient@30713bea, net.minecraft.item.crafting.Ingredient@427f01d9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@427f01d9, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.crafting@4 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.crafting@4:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@118b409, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@118b409, net.minecraft.item.crafting.Ingredient@54f7d6c9, net.minecraft.item.crafting.Ingredient@118b409, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@118b409, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.watering_can@4 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.watering_can@4:[net.minecraft.item.crafting.Ingredient@6f712184, net.minecraft.item.crafting.Ingredient@1c8dde32, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6f712184, net.minecraft.item.crafting.Ingredient@2c2c8b50, net.minecraft.item.crafting.Ingredient@6f712184, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6f712184, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ma.inferium_reprocessor@0 new recipe: RecipeStage{tier='five', recipe=1xtile.ma.inferium_reprocessor@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@646a12f6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@646a12f6, net.minecraft.item.crafting.Ingredient@2b689816, net.minecraft.item.crafting.Ingredient@646a12f6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@727773e7, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.inferium_chestplate@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.inferium_chestplate@0:[net.minecraft.item.crafting.Ingredient@4476604e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4476604e, net.minecraft.item.crafting.Ingredient@4476604e, net.minecraft.item.crafting.Ingredient@30a3f719, net.minecraft.item.crafting.Ingredient@4476604e, net.minecraft.item.crafting.Ingredient@4476604e, net.minecraft.item.crafting.Ingredient@4476604e, net.minecraft.item.crafting.Ingredient@4476604e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.refined_obsidian_seeds@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.refined_obsidian_seeds@0:[net.minecraftforge.oredict.OreIngredient@a2ca3b8, net.minecraft.item.crafting.Ingredient@1d13cc84, net.minecraftforge.oredict.OreIngredient@a2ca3b8, net.minecraft.item.crafting.Ingredient@1d13cc84, net.minecraft.item.crafting.Ingredient@71e345b8, net.minecraft.item.crafting.Ingredient@1d13cc84, net.minecraftforge.oredict.OreIngredient@a2ca3b8, net.minecraft.item.crafting.Ingredient@1d13cc84, net.minecraftforge.oredict.OreIngredient@a2ca3b8]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xitem.item_basic_moon@0 new recipe: RecipeStage{tier='five', recipe=3xitem.item_basic_moon@0:[net.minecraft.item.crafting.Ingredient@7a1c63d1, net.minecraft.item.crafting.Ingredient@748d85c5, net.minecraft.item.crafting.Ingredient@2ab27538, net.minecraft.item.crafting.Ingredient@5e7a9664, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@47e16491, net.minecraft.item.crafting.Ingredient@5fda6205, net.minecraft.item.crafting.Ingredient@6678d773, net.minecraft.item.crafting.Ingredient@6cbba46e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.pt.dye_powder@8 new recipe: RecipeStage{tier='five', recipe=1xitem.pt.dye_powder@8:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@78fc63d8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@502198af, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4d1dc2a2, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.gear@5 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.gear@5:[net.minecraft.item.crafting.Ingredient@7de66cd, net.minecraft.item.crafting.Ingredient@52daa939]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.guardian_seeds@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.guardian_seeds@0:[net.minecraft.item.crafting.Ingredient@2868aa53, net.minecraft.item.crafting.Ingredient@541fc74e, net.minecraft.item.crafting.Ingredient@2868aa53, net.minecraft.item.crafting.Ingredient@541fc74e, net.minecraft.item.crafting.Ingredient@2b1ec104, net.minecraft.item.crafting.Ingredient@541fc74e, net.minecraft.item.crafting.Ingredient@2868aa53, net.minecraft.item.crafting.Ingredient@541fc74e, net.minecraft.item.crafting.Ingredient@2868aa53]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.charm@3 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.charm@3:[net.minecraft.item.crafting.Ingredient@68a0fa4e, net.minecraft.item.crafting.Ingredient@bc65cd5, net.minecraft.item.crafting.Ingredient@68a0fa4e, net.minecraft.item.crafting.Ingredient@bc65cd5, net.minecraft.item.crafting.Ingredient@6cacb5b2, net.minecraft.item.crafting.Ingredient@bc65cd5, net.minecraft.item.crafting.Ingredient@68a0fa4e, net.minecraft.item.crafting.Ingredient@bc65cd5, net.minecraft.item.crafting.Ingredient@68a0fa4e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.meteoric_iron_seeds@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.meteoric_iron_seeds@0:[net.minecraftforge.oredict.OreIngredient@55398b94, net.minecraft.item.crafting.Ingredient@41ff2a40, net.minecraftforge.oredict.OreIngredient@55398b94, net.minecraft.item.crafting.Ingredient@41ff2a40, net.minecraft.item.crafting.Ingredient@20269efd, net.minecraft.item.crafting.Ingredient@41ff2a40, net.minecraftforge.oredict.OreIngredient@55398b94, net.minecraft.item.crafting.Ingredient@41ff2a40, net.minecraftforge.oredict.OreIngredient@55398b94]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 6xitem.appliedenergistics2.material@7 new recipe: RecipeStage{tier='five', recipe=6xitem.appliedenergistics2.material@7:[net.minecraft.item.crafting.Ingredient@6744b088, net.minecraft.item.crafting.Ingredient@6744b088, net.minecraft.item.crafting.Ingredient@6744b088, net.minecraft.item.crafting.Ingredient@6744b088, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6744b088, net.minecraft.item.crafting.Ingredient@6744b088, net.minecraft.item.crafting.Ingredient@6744b088, net.minecraft.item.crafting.Ingredient@6744b088]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ma.tinkering_table@2 new recipe: RecipeStage{tier='five', recipe=1xtile.ma.tinkering_table@2:[net.minecraft.item.crafting.Ingredient@19b45b7e, net.minecraft.item.crafting.Ingredient@19b45b7e, net.minecraft.item.crafting.Ingredient@19b45b7e, net.minecraft.item.crafting.Ingredient@a92171a, net.minecraftforge.oredict.OreIngredient@7ac98592, net.minecraft.item.crafting.Ingredient@a92171a, net.minecraft.item.crafting.Ingredient@a92171a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@a92171a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.crafting@51 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.crafting@51:[net.minecraft.item.crafting.Ingredient@39db754a, net.minecraft.item.crafting.Ingredient@364e7465]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.contenttweaker.material_part@25 new recipe: RecipeStage{tier='one', recipe=1xitem.contenttweaker.material_part@25:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@188546c2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@95680fd, net.minecraft.item.crafting.Ingredient@3552933, net.minecraftforge.oredict.OreIngredient@4fa8f25a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7d291e3b, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.fiery_ingot_seeds@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.fiery_ingot_seeds@0:[net.minecraftforge.oredict.OreIngredient@47b64b96, net.minecraft.item.crafting.Ingredient@6efba610, net.minecraftforge.oredict.OreIngredient@47b64b96, net.minecraft.item.crafting.Ingredient@6efba610, net.minecraft.item.crafting.Ingredient@1c3486, net.minecraft.item.crafting.Ingredient@6efba610, net.minecraftforge.oredict.OreIngredient@47b64b96, net.minecraft.item.crafting.Ingredient@6efba610, net.minecraftforge.oredict.OreIngredient@47b64b96]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.crafting@54 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.crafting@54:[net.minecraft.item.crafting.Ingredient@3ebc2190, net.minecraft.item.crafting.Ingredient@65656890, net.minecraft.item.crafting.Ingredient@3ebc2190, net.minecraft.item.crafting.Ingredient@70f0152d, net.minecraft.item.crafting.Ingredient@5d112b4e, net.minecraft.item.crafting.Ingredient@70f0152d, net.minecraft.item.crafting.Ingredient@3ebc2190, net.minecraft.item.crafting.Ingredient@70f0152d, net.minecraft.item.crafting.Ingredient@3ebc2190]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.gear@2 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.gear@2:[net.minecraft.item.crafting.Ingredient@39c4e1b6, net.minecraft.item.crafting.Ingredient@1bbe5c5c, net.minecraft.item.crafting.Ingredient@39c4e1b6, net.minecraft.item.crafting.Ingredient@7285b6a2, net.minecraft.item.crafting.Ingredient@286f7755, net.minecraft.item.crafting.Ingredient@7285b6a2, net.minecraft.item.crafting.Ingredient@39c4e1b6, net.minecraft.item.crafting.Ingredient@7285b6a2, net.minecraft.item.crafting.Ingredient@39c4e1b6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 16xtile.log@3 new recipe: RecipeStage{tier='five', recipe=16xtile.log@3:[net.minecraft.item.crafting.Ingredient@40f8d9fc, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@40f8d9fc, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@40f8d9fc, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.emerald_seeds@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.emerald_seeds@0:[net.minecraft.item.crafting.Ingredient@55b2406a, net.minecraft.item.crafting.Ingredient@2bb98ea8, net.minecraft.item.crafting.Ingredient@55b2406a, net.minecraft.item.crafting.Ingredient@2bb98ea8, net.minecraft.item.crafting.Ingredient@7fb5f2a8, net.minecraft.item.crafting.Ingredient@2bb98ea8, net.minecraft.item.crafting.Ingredient@55b2406a, net.minecraft.item.crafting.Ingredient@2bb98ea8, net.minecraft.item.crafting.Ingredient@55b2406a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.charm@2 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.charm@2:[net.minecraft.item.crafting.Ingredient@6e9d42b3, net.minecraft.item.crafting.Ingredient@5ec176ff, net.minecraft.item.crafting.Ingredient@6e9d42b3, net.minecraft.item.crafting.Ingredient@5ec176ff, net.minecraft.item.crafting.Ingredient@7222a5ea, net.minecraft.item.crafting.Ingredient@5ec176ff, net.minecraft.item.crafting.Ingredient@6e9d42b3, net.minecraft.item.crafting.Ingredient@5ec176ff, net.minecraft.item.crafting.Ingredient@6e9d42b3]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xitem.ingotGold@0 new recipe: RecipeStage{tier='five', recipe=4xitem.ingotGold@0:[net.minecraft.item.crafting.Ingredient@f2dc93e, net.minecraft.item.crafting.Ingredient@28f7c54a, net.minecraft.item.crafting.Ingredient@1c5b4cea, net.minecraft.item.crafting.Ingredient@3aa1ff8b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5ba4b5d8, net.minecraft.item.crafting.Ingredient@4defe673, net.minecraft.item.crafting.Ingredient@b95cf38, net.minecraft.item.crafting.Ingredient@3e7d3466]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.immersiveengineering.metal@1 new recipe: RecipeStage{tier='five', recipe=8xitem.immersiveengineering.metal@1:[net.minecraft.item.crafting.Ingredient@60f54f8a, net.minecraft.item.crafting.Ingredient@631ca78e, net.minecraft.item.crafting.Ingredient@37201339, net.minecraft.item.crafting.Ingredient@2a7a2423, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6039a7f9, net.minecraft.item.crafting.Ingredient@661f5ca7, net.minecraft.item.crafting.Ingredient@51913286, net.minecraft.item.crafting.Ingredient@2ab15fab]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.pt.dye_powder@1 new recipe: RecipeStage{tier='five', recipe=1xitem.pt.dye_powder@1:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1e099d8c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@85fd07e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5368ef3c, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ma.ingot_storage@3 new recipe: RecipeStage{tier='five', recipe=1xtile.ma.ingot_storage@3:[net.minecraft.item.crafting.Ingredient@a9b8f5d, net.minecraft.item.crafting.Ingredient@a9b8f5d, net.minecraft.item.crafting.Ingredient@a9b8f5d, net.minecraft.item.crafting.Ingredient@a9b8f5d, net.minecraft.item.crafting.Ingredient@a9b8f5d, net.minecraft.item.crafting.Ingredient@a9b8f5d, net.minecraft.item.crafting.Ingredient@a9b8f5d, net.minecraft.item.crafting.Ingredient@a9b8f5d, net.minecraft.item.crafting.Ingredient@a9b8f5d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ma.storage@3 new recipe: RecipeStage{tier='five', recipe=1xtile.ma.storage@3:[net.minecraft.item.crafting.Ingredient@290333da, net.minecraft.item.crafting.Ingredient@290333da, net.minecraft.item.crafting.Ingredient@290333da, net.minecraft.item.crafting.Ingredient@290333da, net.minecraft.item.crafting.Ingredient@290333da, net.minecraft.item.crafting.Ingredient@290333da, net.minecraft.item.crafting.Ingredient@290333da, net.minecraft.item.crafting.Ingredient@290333da, net.minecraft.item.crafting.Ingredient@290333da]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.inferium_leggings@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.inferium_leggings@0:[net.minecraft.item.crafting.Ingredient@570c0d, net.minecraft.item.crafting.Ingredient@77d47859, net.minecraft.item.crafting.Ingredient@570c0d, net.minecraft.item.crafting.Ingredient@570c0d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@570c0d, net.minecraft.item.crafting.Ingredient@570c0d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@570c0d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.coal@2 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.coal@2:[net.minecraft.item.crafting.Ingredient@57991c91, net.minecraft.item.crafting.Ingredient@6b283827, net.minecraft.item.crafting.Ingredient@5abbc1c7]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.gear@3 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.gear@3:[net.minecraft.item.crafting.Ingredient@56e1c9a5, net.minecraft.item.crafting.Ingredient@98e557d, net.minecraft.item.crafting.Ingredient@56e1c9a5, net.minecraft.item.crafting.Ingredient@3522b646, net.minecraft.item.crafting.Ingredient@3fd42ebf, net.minecraft.item.crafting.Ingredient@3522b646, net.minecraft.item.crafting.Ingredient@56e1c9a5, net.minecraft.item.crafting.Ingredient@3522b646, net.minecraft.item.crafting.Ingredient@56e1c9a5]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xitem.Ingot@6 new recipe: RecipeStage{tier='five', recipe=4xitem.Ingot@6:[net.minecraft.item.crafting.Ingredient@71083efb, net.minecraft.item.crafting.Ingredient@56c9265, net.minecraft.item.crafting.Ingredient@35bd35c8, net.minecraft.item.crafting.Ingredient@10e50849, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@202a0348, net.minecraft.item.crafting.Ingredient@41b45292, net.minecraft.item.crafting.Ingredient@1d7b2c19, net.minecraft.item.crafting.Ingredient@2564c8bf]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.feather@0 new recipe: RecipeStage{tier='five', recipe=8xitem.feather@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5f7c53a8, net.minecraft.item.crafting.Ingredient@5f7c53a8, net.minecraft.item.crafting.Ingredient@5f7c53a8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xitem.Ingot@2 new recipe: RecipeStage{tier='five', recipe=4xitem.Ingot@2:[net.minecraft.item.crafting.Ingredient@7256faa4, net.minecraft.item.crafting.Ingredient@444903ce, net.minecraft.item.crafting.Ingredient@42406c5a, net.minecraft.item.crafting.Ingredient@4e7dc26e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@b3b82df, net.minecraft.item.crafting.Ingredient@760a705, net.minecraft.item.crafting.Ingredient@4603390f, net.minecraft.item.crafting.Ingredient@664ded13]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.gear@5 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.gear@5:[net.minecraft.item.crafting.Ingredient@69f66828, net.minecraft.item.crafting.Ingredient@55e5a6de]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.chunk@19 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.chunk@19:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@39593bac, net.minecraft.item.crafting.Ingredient@62a907bd, net.minecraft.item.crafting.Ingredient@39593bac, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.ma.crafting@34 new recipe: RecipeStage{tier='five', recipe=9xitem.ma.crafting@34:[net.minecraft.item.crafting.Ingredient@8453a3c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.charm@16 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.charm@16:[net.minecraft.item.crafting.Ingredient@1acabec4, net.minecraft.item.crafting.Ingredient@4e648444, net.minecraft.item.crafting.Ingredient@457e3c3, net.minecraft.item.crafting.Ingredient@4e648444, net.minecraft.item.crafting.Ingredient@55aa31a0, net.minecraft.item.crafting.Ingredient@4e648444, net.minecraft.item.crafting.Ingredient@457e3c3, net.minecraft.item.crafting.Ingredient@4e648444, net.minecraft.item.crafting.Ingredient@1acabec4]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.charm@7 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.charm@7:[net.minecraft.item.crafting.Ingredient@7c6c4dfd, net.minecraft.item.crafting.Ingredient@1ab31c69, net.minecraft.item.crafting.Ingredient@7c6c4dfd, net.minecraft.item.crafting.Ingredient@1ab31c69, net.minecraft.item.crafting.Ingredient@4b008b1d, net.minecraft.item.crafting.Ingredient@1ab31c69, net.minecraft.item.crafting.Ingredient@7c6c4dfd, net.minecraft.item.crafting.Ingredient@1ab31c69, net.minecraft.item.crafting.Ingredient@7c6c4dfd]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 16xitem.redstone@0 new recipe: RecipeStage{tier='five', recipe=16xitem.redstone@0:[net.minecraft.item.crafting.Ingredient@529baa41, net.minecraft.item.crafting.Ingredient@529baa41, net.minecraft.item.crafting.Ingredient@529baa41, net.minecraft.item.crafting.Ingredient@529baa41, net.minecraft.item.crafting.Ingredient@529baa41, net.minecraft.item.crafting.Ingredient@529baa41, net.minecraft.item.crafting.Ingredient@529baa41, net.minecraft.item.crafting.Ingredient@529baa41, net.minecraft.item.crafting.Ingredient@529baa41]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.gear@9 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.gear@9:[net.minecraft.item.crafting.Ingredient@4bcb2d6a, net.minecraft.item.crafting.Ingredient@40998af2, net.minecraft.item.crafting.Ingredient@4bcb2d6a, net.minecraft.item.crafting.Ingredient@2f34a2de, net.minecraft.item.crafting.Ingredient@1dd065c6, net.minecraft.item.crafting.Ingredient@2f34a2de, net.minecraft.item.crafting.Ingredient@4bcb2d6a, net.minecraft.item.crafting.Ingredient@2f34a2de, net.minecraft.item.crafting.Ingredient@4bcb2d6a]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.nether_star_seeds@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.nether_star_seeds@0:[net.minecraft.item.crafting.Ingredient@524bc529, net.minecraft.item.crafting.Ingredient@78f543d0, net.minecraft.item.crafting.Ingredient@524bc529, net.minecraft.item.crafting.Ingredient@78f543d0, net.minecraft.item.crafting.Ingredient@40143dc6, net.minecraft.item.crafting.Ingredient@78f543d0, net.minecraft.item.crafting.Ingredient@524bc529, net.minecraft.item.crafting.Ingredient@78f543d0, net.minecraft.item.crafting.Ingredient@524bc529]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 24xtile.dirt@0 new recipe: RecipeStage{tier='five', recipe=24xtile.dirt@0:[net.minecraft.item.crafting.Ingredient@d3bd2f6, net.minecraft.item.crafting.Ingredient@d3bd2f6, net.minecraft.item.crafting.Ingredient@d3bd2f6, net.minecraft.item.crafting.Ingredient@d3bd2f6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@d3bd2f6, net.minecraft.item.crafting.Ingredient@d3bd2f6, net.minecraft.item.crafting.Ingredient@d3bd2f6, net.minecraft.item.crafting.Ingredient@d3bd2f6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.chunk@18 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.chunk@18:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@87400a0, net.minecraft.item.crafting.Ingredient@daad03a, net.minecraft.item.crafting.Ingredient@87400a0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ma.superium_furnace@0 new recipe: RecipeStage{tier='five', recipe=1xtile.ma.superium_furnace@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@773ca93f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@773ca93f, net.minecraft.item.crafting.Ingredient@58fa8f77, net.minecraft.item.crafting.Ingredient@773ca93f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@515ce063, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.tier6_inferium_seeds@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.tier6_inferium_seeds@0:[net.minecraft.item.crafting.Ingredient@103862bb, net.minecraft.item.crafting.Ingredient@103862bb, net.minecraft.item.crafting.Ingredient@103862bb, net.minecraft.item.crafting.Ingredient@103862bb, net.minecraft.item.crafting.Ingredient@b4c565b, net.minecraft.item.crafting.Ingredient@103862bb, net.minecraft.item.crafting.Ingredient@103862bb, net.minecraft.item.crafting.Ingredient@103862bb, net.minecraft.item.crafting.Ingredient@103862bb]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.certus_quartz_seeds@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.certus_quartz_seeds@0:[net.minecraftforge.oredict.OreIngredient@3c94c05b, net.minecraft.item.crafting.Ingredient@25295435, net.minecraftforge.oredict.OreIngredient@3c94c05b, net.minecraft.item.crafting.Ingredient@25295435, net.minecraft.item.crafting.Ingredient@12dade22, net.minecraft.item.crafting.Ingredient@25295435, net.minecraftforge.oredict.OreIngredient@3c94c05b, net.minecraft.item.crafting.Ingredient@25295435, net.minecraftforge.oredict.OreIngredient@3c94c05b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.steeleaf_seeds@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.steeleaf_seeds@0:[net.minecraftforge.oredict.OreIngredient@33f18205, net.minecraft.item.crafting.Ingredient@5fa5cb6f, net.minecraftforge.oredict.OreIngredient@33f18205, net.minecraft.item.crafting.Ingredient@5fa5cb6f, net.minecraft.item.crafting.Ingredient@7b0bbd2f, net.minecraft.item.crafting.Ingredient@5fa5cb6f, net.minecraftforge.oredict.OreIngredient@33f18205, net.minecraft.item.crafting.Ingredient@5fa5cb6f, net.minecraftforge.oredict.OreIngredient@33f18205]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ma.tinkering_table@3 new recipe: RecipeStage{tier='five', recipe=1xtile.ma.tinkering_table@3:[net.minecraft.item.crafting.Ingredient@e527b11, net.minecraft.item.crafting.Ingredient@e527b11, net.minecraft.item.crafting.Ingredient@e527b11, net.minecraft.item.crafting.Ingredient@5c8a0183, net.minecraftforge.oredict.OreIngredient@4ad65d20, net.minecraft.item.crafting.Ingredient@5c8a0183, net.minecraft.item.crafting.Ingredient@5c8a0183, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5c8a0183]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.sapling@2 new recipe: RecipeStage{tier='five', recipe=4xtile.sapling@2:[net.minecraft.item.crafting.Ingredient@6f377ef6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2d51fb53, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6f377ef6]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.inferium_sickle@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.inferium_sickle@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4e346600, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2bdf5b12, net.minecraft.item.crafting.Ingredient@5a4f3fe6, net.minecraft.item.crafting.Ingredient@4e346600, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.inferium_axe@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.inferium_axe@0:[net.minecraft.item.crafting.Ingredient@53741887, net.minecraft.item.crafting.Ingredient@53741887, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7bd96d9f, net.minecraft.item.crafting.Ingredient@5dba895a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5dba895a, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.tier1_space_suit_chest@0 new recipe: RecipeStage{tier='four', recipe=1xitem.tier1_space_suit_chest@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3d55b1d1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2167a35d, net.minecraft.item.crafting.Ingredient@4c57b7fc, net.minecraft.item.crafting.Ingredient@73b8a25c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@63f35ec3, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.gear@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.gear@0:[net.minecraft.item.crafting.Ingredient@2f0e4cd6, net.minecraft.item.crafting.Ingredient@5234f5b8]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 12xtile.obsidian@0 new recipe: RecipeStage{tier='five', recipe=12xtile.obsidian@0:[net.minecraft.item.crafting.Ingredient@709b384b, net.minecraft.item.crafting.Ingredient@709b384b, net.minecraft.item.crafting.Ingredient@709b384b, net.minecraft.item.crafting.Ingredient@709b384b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@709b384b, net.minecraft.item.crafting.Ingredient@709b384b, net.minecraft.item.crafting.Ingredient@709b384b, net.minecraft.item.crafting.Ingredient@709b384b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.pistonBase@0 new recipe: RecipeStage{tier='three', recipe=1xtile.pistonBase@0:[crafttweaker.mc1120.item.VanillaIngredient@899f1aa, crafttweaker.mc1120.item.VanillaIngredient@6e1630ba, crafttweaker.mc1120.item.VanillaIngredient@7468cf11, net.minecraft.item.crafting.Ingredient@507cee10, net.minecraftforge.oredict.OreIngredient@172f5114, net.minecraft.item.crafting.Ingredient@486320ab, net.minecraft.item.crafting.Ingredient@7a416ef1, net.minecraft.item.crafting.Ingredient@4dfa13c7, net.minecraft.item.crafting.Ingredient@20304c9d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.gear@18 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.gear@18:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@410e2675, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@410e2675, net.minecraft.item.crafting.Ingredient@53f3c542, net.minecraft.item.crafting.Ingredient@410e2675, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@410e2675, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.gear@4 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.gear@4:[net.minecraft.item.crafting.Ingredient@4db081cf, net.minecraft.item.crafting.Ingredient@572cd19f]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ma.coal_block@2 new recipe: RecipeStage{tier='five', recipe=1xtile.ma.coal_block@2:[net.minecraft.item.crafting.Ingredient@156392ca, net.minecraft.item.crafting.Ingredient@156392ca, net.minecraft.item.crafting.Ingredient@156392ca, net.minecraft.item.crafting.Ingredient@156392ca, net.minecraft.item.crafting.Ingredient@156392ca, net.minecraft.item.crafting.Ingredient@156392ca, net.minecraft.item.crafting.Ingredient@156392ca, net.minecraft.item.crafting.Ingredient@156392ca, net.minecraft.item.crafting.Ingredient@156392ca]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.ma.coal@3 new recipe: RecipeStage{tier='five', recipe=9xitem.ma.coal@3:[net.minecraft.item.crafting.Ingredient@14fc1fba]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.pt.dye_powder@10 new recipe: RecipeStage{tier='five', recipe=1xitem.pt.dye_powder@10:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3f4f3405, net.minecraft.item.crafting.Ingredient@74b110b2, net.minecraft.item.crafting.Ingredient@70366dab]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 12xtile.stonebricksmooth@2 new recipe: RecipeStage{tier='five', recipe=12xtile.stonebricksmooth@2:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6fcbfa80, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6fcbfa80, net.minecraftforge.oredict.OreIngredient@223d2937, net.minecraft.item.crafting.Ingredient@6fcbfa80, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6fcbfa80, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.prudentium_hoe@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.prudentium_hoe@0:[net.minecraft.item.crafting.Ingredient@20ce3b4b, net.minecraft.item.crafting.Ingredient@64c16f91, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2c9176df, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2c9176df, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.chunk@15 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.chunk@15:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@ae53d57, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3c8dba9f, net.minecraft.item.crafting.Ingredient@41a819cd, net.minecraft.item.crafting.Ingredient@3c8dba9f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@ae53d57, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.blockcustomore@0 new recipe: RecipeStage{tier='five', recipe=1xtile.blockcustomore@0:[net.minecraft.item.crafting.Ingredient@407b8e30, net.minecraft.item.crafting.Ingredient@407b8e30, net.minecraft.item.crafting.Ingredient@407b8e30, net.minecraft.item.crafting.Ingredient@407b8e30, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@407b8e30, net.minecraft.item.crafting.Ingredient@407b8e30, net.minecraft.item.crafting.Ingredient@407b8e30, net.minecraft.item.crafting.Ingredient@407b8e30]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 3xitem.tconstruct.ingots@0 new recipe: RecipeStage{tier='five', recipe=3xitem.tconstruct.ingots@0:[net.minecraft.item.crafting.Ingredient@40895c04, net.minecraft.item.crafting.Ingredient@7267f618, net.minecraft.item.crafting.Ingredient@572e1b63, net.minecraft.item.crafting.Ingredient@a7dbe4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@ac4de88, net.minecraft.item.crafting.Ingredient@475e2efe, net.minecraft.item.crafting.Ingredient@600cc075, net.minecraft.item.crafting.Ingredient@5eca4f6b]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.crafting@38 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.crafting@38:[net.minecraft.item.crafting.Ingredient@5a4cdfa7, net.minecraft.item.crafting.Ingredient@5a4cdfa7, net.minecraft.item.crafting.Ingredient@5a4cdfa7, net.minecraft.item.crafting.Ingredient@5a4cdfa7, net.minecraft.item.crafting.Ingredient@5a4cdfa7, net.minecraft.item.crafting.Ingredient@5a4cdfa7, net.minecraft.item.crafting.Ingredient@5a4cdfa7, net.minecraft.item.crafting.Ingredient@5a4cdfa7, net.minecraft.item.crafting.Ingredient@5a4cdfa7]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.record@0 new recipe: RecipeStage{tier='five', recipe=1xitem.record@0:[net.minecraft.item.crafting.Ingredient@71f593bb, net.minecraftforge.oredict.OreIngredient@504cb0a0, net.minecraft.item.crafting.Ingredient@186270bd, net.minecraft.item.crafting.Ingredient@71084a9e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.gear@2 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.gear@2:[net.minecraft.item.crafting.Ingredient@4d454280, net.minecraft.item.crafting.Ingredient@1416b0c2]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.chunk@4 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.chunk@4:[net.minecraft.item.crafting.Ingredient@1b3f96de, net.minecraft.item.crafting.Ingredient@581d68a6, net.minecraft.item.crafting.Ingredient@17e546a2]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 8xitem.ma.xp_droplet@0 new recipe: RecipeStage{tier='five', recipe=8xitem.ma.xp_droplet@0:[net.minecraft.item.crafting.Ingredient@4aab3ded, net.minecraft.item.crafting.Ingredient@4aab3ded, net.minecraft.item.crafting.Ingredient@4aab3ded, net.minecraft.item.crafting.Ingredient@4aab3ded, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4aab3ded, net.minecraft.item.crafting.Ingredient@4aab3ded, net.minecraft.item.crafting.Ingredient@4aab3ded, net.minecraft.item.crafting.Ingredient@4aab3ded]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.obsidian_seeds@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.obsidian_seeds@0:[net.minecraft.item.crafting.Ingredient@305fef2e, net.minecraft.item.crafting.Ingredient@39ac2dc8, net.minecraft.item.crafting.Ingredient@305fef2e, net.minecraft.item.crafting.Ingredient@39ac2dc8, net.minecraft.item.crafting.Ingredient@55a51bbe, net.minecraft.item.crafting.Ingredient@39ac2dc8, net.minecraft.item.crafting.Ingredient@305fef2e, net.minecraft.item.crafting.Ingredient@39ac2dc8, net.minecraft.item.crafting.Ingredient@305fef2e]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.diamond@0 new recipe: RecipeStage{tier='five', recipe=1xitem.diamond@0:[net.minecraft.item.crafting.Ingredient@1500f980, net.minecraft.item.crafting.Ingredient@702850c, net.minecraft.item.crafting.Ingredient@45d5c74f, net.minecraft.item.crafting.Ingredient@7210e84e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@604ec375, net.minecraft.item.crafting.Ingredient@73f70095, net.minecraft.item.crafting.Ingredient@18734e1b, net.minecraft.item.crafting.Ingredient@6d5497c3]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.crafting@52 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.crafting@52:[net.minecraft.item.crafting.Ingredient@14d0beab, net.minecraft.item.crafting.Ingredient@4a01ac5, net.minecraft.item.crafting.Ingredient@14d0beab, net.minecraft.item.crafting.Ingredient@682cb9dc, net.minecraft.item.crafting.Ingredient@43994ccc, net.minecraft.item.crafting.Ingredient@682cb9dc, net.minecraft.item.crafting.Ingredient@14d0beab, net.minecraft.item.crafting.Ingredient@682cb9dc, net.minecraft.item.crafting.Ingredient@14d0beab]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 12xitem.ma.inferium_arrow@0 new recipe: RecipeStage{tier='five', recipe=12xitem.ma.inferium_arrow@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@22a8b5ef, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5a7173cf, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7fd1db8d, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.charm@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.charm@0:[net.minecraft.item.crafting.Ingredient@1d963ae5, net.minecraft.item.crafting.Ingredient@18176ae7, net.minecraft.item.crafting.Ingredient@56ca61b2, net.minecraft.item.crafting.Ingredient@18176ae7, net.minecraft.item.crafting.Ingredient@14bb9701, net.minecraft.item.crafting.Ingredient@18176ae7, net.minecraft.item.crafting.Ingredient@56ca61b2, net.minecraft.item.crafting.Ingredient@18176ae7, net.minecraft.item.crafting.Ingredient@1d963ae5]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.inferium_hoe@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.inferium_hoe@0:[net.minecraft.item.crafting.Ingredient@1d7ec58d, net.minecraft.item.crafting.Ingredient@2dfbf628, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@24824a94, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@24824a94, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.gear@4 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.gear@4:[net.minecraft.item.crafting.Ingredient@8b71911, net.minecraft.item.crafting.Ingredient@28071ec7, net.minecraft.item.crafting.Ingredient@8b71911, net.minecraft.item.crafting.Ingredient@6d63b5d3, net.minecraft.item.crafting.Ingredient@73e99fac, net.minecraft.item.crafting.Ingredient@6d63b5d3, net.minecraft.item.crafting.Ingredient@8b71911, net.minecraft.item.crafting.Ingredient@6d63b5d3, net.minecraft.item.crafting.Ingredient@8b71911]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.inferium_fishing_rod@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.inferium_fishing_rod@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5d784784, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1b336247, net.minecraft.item.crafting.Ingredient@63f2c702, net.minecraft.item.crafting.Ingredient@5d784784, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@63f2c702]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ma.intermedium_furnace@0 new recipe: RecipeStage{tier='five', recipe=1xtile.ma.intermedium_furnace@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@33710196, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@33710196, net.minecraft.item.crafting.Ingredient@21f78131, net.minecraft.item.crafting.Ingredient@33710196, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2e3afd33, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 12xitem.ma.superium_arrow@0 new recipe: RecipeStage{tier='five', recipe=12xitem.ma.superium_arrow@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3f5864a5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3f832b68, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@485d089, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ma.tinkering_table@0 new recipe: RecipeStage{tier='five', recipe=1xtile.ma.tinkering_table@0:[net.minecraft.item.crafting.Ingredient@1bac2f98, net.minecraft.item.crafting.Ingredient@1bac2f98, net.minecraft.item.crafting.Ingredient@1bac2f98, net.minecraft.item.crafting.Ingredient@63963202, net.minecraftforge.oredict.OreIngredient@3dfd8dd4, net.minecraft.item.crafting.Ingredient@63963202, net.minecraft.item.crafting.Ingredient@63963202, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@63963202]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.insanium@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.insanium@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5578e69d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5578e69d, net.minecraft.item.crafting.Ingredient@3cc4cf3f, net.minecraft.item.crafting.Ingredient@5578e69d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5578e69d, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.intermedium_leggings@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.intermedium_leggings@0:[net.minecraft.item.crafting.Ingredient@1f068fc8, net.minecraft.item.crafting.Ingredient@50ac88f3, net.minecraft.item.crafting.Ingredient@1f068fc8, net.minecraft.item.crafting.Ingredient@1f068fc8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1f068fc8, net.minecraft.item.crafting.Ingredient@1f068fc8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1f068fc8]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.gear@3 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.gear@3:[net.minecraft.item.crafting.Ingredient@1b053eaf, net.minecraft.item.crafting.Ingredient@1e61196c]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.insanium@2 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.insanium@2:[net.minecraft.item.crafting.Ingredient@31878c18, net.minecraft.item.crafting.Ingredient@5d9ca8a0, net.minecraft.item.crafting.Ingredient@2ba73d50]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.ma.crafting@32 new recipe: RecipeStage{tier='five', recipe=9xitem.ma.crafting@32:[net.minecraft.item.crafting.Ingredient@71fb8656]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 16xtile.cactus@0 new recipe: RecipeStage{tier='five', recipe=16xtile.cactus@0:[net.minecraft.item.crafting.Ingredient@1461c916, net.minecraft.item.crafting.Ingredient@1461c916, net.minecraft.item.crafting.Ingredient@1461c916, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1461c916, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1461c916, net.minecraft.item.crafting.Ingredient@1461c916, net.minecraft.item.crafting.Ingredient@1461c916]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xitem.porkchopRaw@0 new recipe: RecipeStage{tier='five', recipe=4xitem.porkchopRaw@0:[net.minecraft.item.crafting.Ingredient@397e5a43, net.minecraft.item.crafting.Ingredient@397e5a43, net.minecraft.item.crafting.Ingredient@397e5a43, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.pt.dye_powder@9 new recipe: RecipeStage{tier='five', recipe=1xitem.pt.dye_powder@9:[net.minecraft.item.crafting.Ingredient@3afec499, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@68c9cbb7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1e633af0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.charm@14 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.charm@14:[net.minecraft.item.crafting.Ingredient@297de567, net.minecraft.item.crafting.Ingredient@22d59d2a, net.minecraft.item.crafting.Ingredient@3fddde9d, net.minecraft.item.crafting.Ingredient@22d59d2a, net.minecraft.item.crafting.Ingredient@4594e543, net.minecraft.item.crafting.Ingredient@22d59d2a, net.minecraft.item.crafting.Ingredient@3fddde9d, net.minecraft.item.crafting.Ingredient@22d59d2a, net.minecraft.item.crafting.Ingredient@297de567]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.zombie_seeds@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.zombie_seeds@0:[net.minecraft.item.crafting.Ingredient@47e09e9, net.minecraft.item.crafting.Ingredient@13f82097, net.minecraft.item.crafting.Ingredient@47e09e9, net.minecraft.item.crafting.Ingredient@13f82097, net.minecraft.item.crafting.Ingredient@4308a0f2, net.minecraft.item.crafting.Ingredient@13f82097, net.minecraft.item.crafting.Ingredient@47e09e9, net.minecraft.item.crafting.Ingredient@13f82097, net.minecraft.item.crafting.Ingredient@47e09e9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.core_remover@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.core_remover@0:[net.minecraftforge.oredict.OreIngredient@125faad2, net.minecraftforge.oredict.OreIngredient@5c1b95b8, net.minecraftforge.oredict.OreIngredient@125faad2, net.minecraftforge.oredict.OreIngredient@5c1b95b8, net.minecraftforge.oredict.OreIngredient@1c5c4717, net.minecraftforge.oredict.OreIngredient@5c1b95b8, net.minecraftforge.oredict.OreIngredient@125faad2, net.minecraftforge.oredict.OreIngredient@5c1b95b8, net.minecraftforge.oredict.OreIngredient@125faad2]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.bucketLava@0 new recipe: RecipeStage{tier='five', recipe=1xitem.bucketLava@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@28a55cf3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@28a55cf3, net.minecraft.item.crafting.Ingredient@2f5c214c, net.minecraft.item.crafting.Ingredient@28a55cf3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@28a55cf3, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xtile.ma.mystical_machine_frame@0 new recipe: RecipeStage{tier='five', recipe=4xtile.ma.mystical_machine_frame@0:[net.minecraftforge.oredict.OreIngredient@3853ef5d, net.minecraft.item.crafting.Ingredient@65296311, net.minecraftforge.oredict.OreIngredient@3853ef5d, net.minecraft.item.crafting.Ingredient@65296311, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@65296311, net.minecraftforge.oredict.OreIngredient@3853ef5d, net.minecraft.item.crafting.Ingredient@65296311, net.minecraftforge.oredict.OreIngredient@3853ef5d]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ma.coal_block@0 new recipe: RecipeStage{tier='five', recipe=1xtile.ma.coal_block@0:[net.minecraft.item.crafting.Ingredient@56b070f9, net.minecraft.item.crafting.Ingredient@56b070f9, net.minecraft.item.crafting.Ingredient@56b070f9, net.minecraft.item.crafting.Ingredient@56b070f9, net.minecraft.item.crafting.Ingredient@56b070f9, net.minecraft.item.crafting.Ingredient@56b070f9, net.minecraft.item.crafting.Ingredient@56b070f9, net.minecraft.item.crafting.Ingredient@56b070f9, net.minecraft.item.crafting.Ingredient@56b070f9]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.record@0 new recipe: RecipeStage{tier='five', recipe=1xitem.record@0:[net.minecraft.item.crafting.Ingredient@44ff148c, net.minecraftforge.oredict.OreIngredient@727a009e, net.minecraft.item.crafting.Ingredient@7ebe76c, net.minecraft.item.crafting.Ingredient@90511ad]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 12xtile.icePacked@0 new recipe: RecipeStage{tier='five', recipe=12xtile.icePacked@0:[net.minecraft.item.crafting.Ingredient@2d1fec89, net.minecraft.item.crafting.Ingredient@2d1fec89, net.minecraft.item.crafting.Ingredient@2d1fec89, net.minecraft.item.crafting.Ingredient@2d1fec89]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.gear@7 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.gear@7:[net.minecraft.item.crafting.Ingredient@16fd63e0, net.minecraft.item.crafting.Ingredient@203e35ce]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ma.prudentium_reprocessor@0 new recipe: RecipeStage{tier='five', recipe=1xtile.ma.prudentium_reprocessor@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@64abd5b1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@64abd5b1, net.minecraft.item.crafting.Ingredient@5b3c1c09, net.minecraft.item.crafting.Ingredient@64abd5b1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@652816ce, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.prudentium_sickle@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.prudentium_sickle@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1c9f478b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6e57ed5f, net.minecraft.item.crafting.Ingredient@1456340c, net.minecraft.item.crafting.Ingredient@1c9f478b, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.appliedenergistics2.material@14 new recipe: RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.material@14:[net.minecraft.item.crafting.Ingredient@1e7ae5ac, net.minecraft.item.crafting.Ingredient@1e7ae5ac, net.minecraft.item.crafting.Ingredient@1e7ae5ac, net.minecraft.item.crafting.Ingredient@1e7ae5ac, net.minecraftforge.oredict.OreIngredient@3618df10, net.minecraft.item.crafting.Ingredient@1e7ae5ac, net.minecraft.item.crafting.Ingredient@1e7ae5ac, net.minecraft.item.crafting.Ingredient@1e7ae5ac, net.minecraft.item.crafting.Ingredient@1e7ae5ac]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.pt.dye_powder@15 new recipe: RecipeStage{tier='five', recipe=1xitem.pt.dye_powder@15:[net.minecraft.item.crafting.Ingredient@5d8a4b0c, net.minecraft.item.crafting.Ingredient@6292a78e, net.minecraft.item.crafting.Ingredient@c90f946, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 4xitem.muttonRaw@0 new recipe: RecipeStage{tier='five', recipe=4xitem.muttonRaw@0:[net.minecraft.item.crafting.Ingredient@2c0eca5e, net.minecraft.item.crafting.Ingredient@2c0eca5e, net.minecraft.item.crafting.Ingredient@2c0eca5e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xtile.ma.special@0 new recipe: RecipeStage{tier='five', recipe=1xtile.ma.special@0:[net.minecraft.item.crafting.Ingredient@1910f6a0, net.minecraft.item.crafting.Ingredient@55362265, net.minecraft.item.crafting.Ingredient@1910f6a0, net.minecraft.item.crafting.Ingredient@1b0c4721, net.minecraftforge.oredict.OreIngredient@3ebf429e, net.minecraft.item.crafting.Ingredient@1b0c4721, net.minecraft.item.crafting.Ingredient@1910f6a0, net.minecraft.item.crafting.Ingredient@55362265, net.minecraft.item.crafting.Ingredient@1910f6a0]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 9xitem.ma.crafting@0 new recipe: RecipeStage{tier='five', recipe=9xitem.ma.crafting@0:[net.minecraft.item.crafting.Ingredient@37bc5954]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 16xtile.blockmarble@0 new recipe: RecipeStage{tier='five', recipe=16xtile.blockmarble@0:[net.minecraft.item.crafting.Ingredient@3f94bd56, net.minecraft.item.crafting.Ingredient@3f94bd56, net.minecraft.item.crafting.Ingredient@3f94bd56, net.minecraft.item.crafting.Ingredient@3f94bd56, net.minecraft.item.crafting.Ingredient@6adda131, net.minecraft.item.crafting.Ingredient@3f94bd56, net.minecraft.item.crafting.Ingredient@3f94bd56, net.minecraft.item.crafting.Ingredient@3f94bd56, net.minecraft.item.crafting.Ingredient@3f94bd56]} +[POSTINITIALIZATION][SERVER][INFO] Replacing recipe: 1xitem.ma.gear@0 new recipe: RecipeStage{tier='five', recipe=1xitem.ma.gear@0:[net.minecraft.item.crafting.Ingredient@d766fd7, net.minecraft.item.crafting.Ingredient@635b028c]} +[POSTINITIALIZATION][SERVER][INFO] Removing Crystallization recipe with input: Cobalt Ore +[POSTINITIALIZATION][SERVER][INFO] Removing Crystallization recipe with input: Aluminum Cluster +[POSTINITIALIZATION][SERVER][INFO] Removing Crystallization recipe with input: Bauxite Ore +[POSTINITIALIZATION][SERVER][INFO] Removing Crystallization recipe with input: Aluminum Ore +[POSTINITIALIZATION][SERVER][INFO] Removing Crystallization recipe with input: Aluminum Ore +[POSTINITIALIZATION][SERVER][INFO] Removing Crystallization recipe with input: Aluminum Ore +[POSTINITIALIZATION][SERVER][INFO] Removing Crystallization recipe with input: Gold Ore +[POSTINITIALIZATION][SERVER][INFO] Removing Crystallization recipe with input: Gold Cluster +[POSTINITIALIZATION][SERVER][INFO] Removing Crystallization recipe with input: Abyssal Gold Ore +[POSTINITIALIZATION][SERVER][INFO] Removing Crystallization recipe with input: Gold Ore +[POSTINITIALIZATION][SERVER][INFO] Removing Crystallization recipe with input: Platinum Cluster +[POSTINITIALIZATION][SERVER][INFO] Removing Crystallization recipe with input: Tin Cluster +[POSTINITIALIZATION][SERVER][INFO] Removing Crystallization recipe with input: Tin Ore +[POSTINITIALIZATION][SERVER][INFO] Removing Crystallization recipe with input: Tin Ore +[POSTINITIALIZATION][SERVER][INFO] Removing Crystallization recipe with input: Tin Ore +[POSTINITIALIZATION][SERVER][INFO] Removing Crystallization recipe with input: Mercury Tin Ore +[POSTINITIALIZATION][SERVER][INFO] Removing Crystallization recipe with input: Ceres Tin Ore +[POSTINITIALIZATION][SERVER][INFO] Removing Crystallization recipe with input: Jupiter Tin Ore +[POSTINITIALIZATION][SERVER][INFO] Removing Crystallization recipe with input: Saturn Tin Ore +[POSTINITIALIZATION][SERVER][INFO] Removing Crystallization recipe with input: Neptune Tin Ore +[POSTINITIALIZATION][SERVER][INFO] Removing Crystallization recipe with input: Pluto Tin Ore +[POSTINITIALIZATION][SERVER][INFO] Removing Crystallization recipe with input: Eris Tin Ore +[POSTINITIALIZATION][SERVER][INFO] Removing Crystallization recipe with input: Callisto Tin Ore +[POSTINITIALIZATION][SERVER][INFO] Removing Crystallization recipe with input: Deimos Tin Ore +[POSTINITIALIZATION][SERVER][INFO] Removing Crystallization recipe with input: Europa Tin Ore +[POSTINITIALIZATION][SERVER][INFO] Removing Crystallization recipe with input: Ganymede Tin Ore +[POSTINITIALIZATION][SERVER][INFO] Removing Crystallization recipe with input: Io Tin Ore +[POSTINITIALIZATION][SERVER][INFO] Removing Crystallization recipe with input: Phobos Tin Ore +[POSTINITIALIZATION][SERVER][INFO] Removing Crystallization recipe with input: Rhea Tin Ore +[POSTINITIALIZATION][SERVER][INFO] Removing Crystallization recipe with input: Titan Tin Ore +[POSTINITIALIZATION][SERVER][INFO] Removing Crystallization recipe with input: Triton Tin Ore +[POSTINITIALIZATION][SERVER][INFO] Removing Crystallization recipe with input: Oberon Tin Ore +[POSTINITIALIZATION][SERVER][INFO] Removing Crystallization recipe with input: Iapetus Tin Ore +[POSTINITIALIZATION][SERVER][INFO] Removing Crystallization recipe with input: Titania Tin Ore +[POSTINITIALIZATION][SERVER][INFO] Removing Crystallization recipe with input: Kepler 22b Tin Ore +[POSTINITIALIZATION][SERVER][INFO] Removing Crystallization recipe with input: Abyssal Tin Ore +[POSTINITIALIZATION][SERVER][INFO] Removing Crystallization recipe with input: Tin Ore +[POSTINITIALIZATION][SERVER][INFO] Removing Crystallization recipe with input: Tin Ore +[POSTINITIALIZATION][SERVER][INFO] Removing Crystallization recipe with input: Copper Cluster +[POSTINITIALIZATION][SERVER][INFO] Removing Crystallization recipe with input: Copper Ore +[POSTINITIALIZATION][SERVER][INFO] Removing Crystallization recipe with input: Copper Ore +[POSTINITIALIZATION][SERVER][INFO] Removing Crystallization recipe with input: Copper Ore +[POSTINITIALIZATION][SERVER][INFO] Removing Crystallization recipe with input: Copper Ore +[POSTINITIALIZATION][SERVER][INFO] Removing Crystallization recipe with input: Mercury Copper Ore +[POSTINITIALIZATION][SERVER][INFO] Removing Crystallization recipe with input: Ceres Copper Ore +[POSTINITIALIZATION][SERVER][INFO] Removing Crystallization recipe with input: Jupiter Copper Ore +[POSTINITIALIZATION][SERVER][INFO] Removing Crystallization recipe with input: Saturn Copper Ore +[POSTINITIALIZATION][SERVER][INFO] Removing Crystallization recipe with input: Neptune Copper Ore +[POSTINITIALIZATION][SERVER][INFO] Removing Crystallization recipe with input: Pluto Copper Ore +[POSTINITIALIZATION][SERVER][INFO] Removing Crystallization recipe with input: Eris Copper Ore +[POSTINITIALIZATION][SERVER][INFO] Removing Crystallization recipe with input: Callisto Copper Ore +[POSTINITIALIZATION][SERVER][INFO] Removing Crystallization recipe with input: Deimos Copper Ore +[POSTINITIALIZATION][SERVER][INFO] Removing Crystallization recipe with input: Europa Copper Ore +[POSTINITIALIZATION][SERVER][INFO] Removing Crystallization recipe with input: Ganymede Copper Ore +[POSTINITIALIZATION][SERVER][INFO] Removing Crystallization recipe with input: Io Copper Ore +[POSTINITIALIZATION][SERVER][INFO] Removing Crystallization recipe with input: Phobos Copper Ore +[POSTINITIALIZATION][SERVER][INFO] Removing Crystallization recipe with input: Rhea Copper Ore +[POSTINITIALIZATION][SERVER][INFO] Removing Crystallization recipe with input: Titan Copper Ore +[POSTINITIALIZATION][SERVER][INFO] Removing Crystallization recipe with input: Triton Copper Ore +[POSTINITIALIZATION][SERVER][INFO] Removing Crystallization recipe with input: Oberon Copper Ore +[POSTINITIALIZATION][SERVER][INFO] Removing Crystallization recipe with input: Iapetus Copper Ore +[POSTINITIALIZATION][SERVER][INFO] Removing Crystallization recipe with input: Titania Copper Ore +[POSTINITIALIZATION][SERVER][INFO] Removing Crystallization recipe with input: Kepler 22b Copper Ore +[POSTINITIALIZATION][SERVER][INFO] Removing Crystallization recipe with input: Abyssal Copper Ore +[POSTINITIALIZATION][SERVER][INFO] Removing Crystallization recipe with input: Copper Ore +[POSTINITIALIZATION][SERVER][INFO] Removing Crystallization recipe with input: Copper Ore +[POSTINITIALIZATION][SERVER][INFO] Removing Crystallization recipe with input: Ardite Ore +[POSTINITIALIZATION][SERVER][INFO] Removing Crystallization recipe with input: Neptune Zinc Ore +[POSTINITIALIZATION][SERVER][INFO] Removing Crystallization recipe with input: Nickel Cluster +[POSTINITIALIZATION][SERVER][INFO] Removing Crystallization recipe with input: Nickel Ore +[POSTINITIALIZATION][SERVER][INFO] Removing Crystallization recipe with input: Jupiter Nickel Ore +[POSTINITIALIZATION][SERVER][INFO] Removing Crystallization recipe with input: Osmium Cluster +[POSTINITIALIZATION][SERVER][INFO] Removing Crystallization recipe with input: Osmium Ore +[POSTINITIALIZATION][SERVER][INFO] Removing Crystallization recipe with input: Lead Cluster +[POSTINITIALIZATION][SERVER][INFO] Removing Crystallization recipe with input: Lead Ore +[POSTINITIALIZATION][SERVER][INFO] Removing Crystallization recipe with input: Galena Ore +[POSTINITIALIZATION][SERVER][INFO] Removing Crystallization recipe with input: Iron Ore +[POSTINITIALIZATION][SERVER][INFO] Removing Crystallization recipe with input: Iron Cluster +[POSTINITIALIZATION][SERVER][INFO] Removing Crystallization recipe with input: Mercury Iron Ore +[POSTINITIALIZATION][SERVER][INFO] Removing Crystallization recipe with input: Ceres Iron Ore +[POSTINITIALIZATION][SERVER][INFO] Removing Crystallization recipe with input: Jupiter Iron Ore +[POSTINITIALIZATION][SERVER][INFO] Removing Crystallization recipe with input: Saturn Iron Ore +[POSTINITIALIZATION][SERVER][INFO] Removing Crystallization recipe with input: Neptune Iron Ore +[POSTINITIALIZATION][SERVER][INFO] Removing Crystallization recipe with input: Pluto Iron Ore +[POSTINITIALIZATION][SERVER][INFO] Removing Crystallization recipe with input: Eris Iron Ore +[POSTINITIALIZATION][SERVER][INFO] Removing Crystallization recipe with input: Callisto Iron Ore +[POSTINITIALIZATION][SERVER][INFO] Removing Crystallization recipe with input: Deimos Iron Ore +[POSTINITIALIZATION][SERVER][INFO] Removing Crystallization recipe with input: Europa Iron Ore +[POSTINITIALIZATION][SERVER][INFO] Removing Crystallization recipe with input: Ganymede Iron Ore +[POSTINITIALIZATION][SERVER][INFO] Removing Crystallization recipe with input: Io Iron Ore +[POSTINITIALIZATION][SERVER][INFO] Removing Crystallization recipe with input: Phobos Iron Ore +[POSTINITIALIZATION][SERVER][INFO] Removing Crystallization recipe with input: Rhea Iron Ore +[POSTINITIALIZATION][SERVER][INFO] Removing Crystallization recipe with input: Titan Iron Ore +[POSTINITIALIZATION][SERVER][INFO] Removing Crystallization recipe with input: Triton Iron Ore +[POSTINITIALIZATION][SERVER][INFO] Removing Crystallization recipe with input: Oberon Iron Ore +[POSTINITIALIZATION][SERVER][INFO] Removing Crystallization recipe with input: Iapetus Iron Ore +[POSTINITIALIZATION][SERVER][INFO] Removing Crystallization recipe with input: Titania Iron Ore +[POSTINITIALIZATION][SERVER][INFO] Removing Crystallization recipe with input: Kepler 22b Iron Ore +[POSTINITIALIZATION][SERVER][INFO] Removing Crystallization recipe with input: Abyssal Iron Ore +[POSTINITIALIZATION][SERVER][INFO] Removing Crystallization recipe with input: Iron Ore +[POSTINITIALIZATION][SERVER][INFO] Removing Crystallization recipe with input: Iron Ore +[POSTINITIALIZATION][SERVER][INFO] Removing Crystallization recipe with input: Silver Cluster +[POSTINITIALIZATION][SERVER][INFO] Removing Crystallization recipe with input: Silver Ore +[POSTINITIALIZATION][SERVER][INFO] Removing Crystallization recipe with input: Uranium Cluster +[POSTINITIALIZATION][SERVER][INFO] Removing Crystallization recipe with input: Uranium Ore +[POSTINITIALIZATION][SERVER][INFO] Removing Crystallization recipe with input: Ceres Uranium Ore +[POSTINITIALIZATION][SERVER][INFO] Removing Crystallization recipe with input: Raw Meteoric Iron +[POSTINITIALIZATION][SERVER][INFO] Removing Crystallization recipe with input: Fallen Meteor +[POSTINITIALIZATION][SERVER][INFO] Removing Materialization recipes for Elytra +[POSTINITIALIZATION][SERVER][INFO] Adding Crystallization recipe for Crystallized Carbon +[POSTINITIALIZATION][SERVER][INFO] Removing Transmutation recipe with input: Crystallized Iron Shard +[POSTINITIALIZATION][SERVER][INFO] Removing Transmutation recipe with input: Nether Brick +[POSTINITIALIZATION][SERVER][INFO] Ritual ascraftingtable has been added to stage one +[POSTINITIALIZATION][SERVER][INFO] Ritual constellationpaper has been added to stage two +[POSTINITIALIZATION][SERVER][INFO] Ritual transmutationGem has been added to stage two +[POSTINITIALIZATION][SERVER][INFO] Ritual oblivionCatalyst has been added to stage two +[POSTINITIALIZATION][SERVER][INFO] Adding Necronomicon Infusion Ritual for Beneath Teleporter +[POSTINITIALIZATION][SERVER][INFO] Adding Necronomicon Infusion Ritual for Luminous Crafting Table +[POSTINITIALIZATION][SERVER][INFO] Adding Necronomicon Infusion Ritual for Constellation Paper +[POSTINITIALIZATION][SERVER][INFO] Adding Necronomicon Summoning Ritual for minecraft:parrot +[POSTINITIALIZATION][SERVER][INFO] Adding Necronomicon Summoning Ritual for playerbosses:player_boss +[POSTINITIALIZATION][SERVER][INFO] Adding Necronomicon Infusion Ritual for Syringe +[POSTINITIALIZATION][SERVER][INFO] Modifying property Offerings of ritual transmutationGem with value [Ljava.lang.Object;@5c5e6bea +[POSTINITIALIZATION][SERVER][INFO] Modifying property Altar Sacrifice of ritual oblivionCatalyst with value 1xitem.enderPearl@0 +[POSTINITIALIZATION][SERVER][INFO] Modifying property Offerings of ritual oblivionCatalyst with value [Ljava.lang.Object;@468196a3 +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][INFO] Removing 2 Mekanism Crusher Recipe(s) for , +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][INFO] Removing 1 Mekanism Crusher Recipe(s) for +[POSTINITIALIZATION][SERVER][INFO] Removing 1 Mekanism Smelter Recipe(s) for +[POSTINITIALIZATION][SERVER][INFO] Removing 1 Mekanism Enrichment Chamber Recipe(s) for +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][INFO] Removing 1 Mekanism Enrichment Chamber Recipe(s) for +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][INFO] Removing 1 Mekanism Enrichment Chamber Recipe(s) for +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][INFO] Removing 1 Mekanism Chemical Injection Chamber Recipe(s) for +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][INFO] Removing 1 Mekanism Enrichment Chamber Recipe(s) for +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][INFO] Removing 1 Mekanism Enrichment Chamber Recipe(s) for +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][INFO] Removing 1 Mekanism Enrichment Chamber Recipe(s) for +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][INFO] Removing 1 Mekanism Crusher Recipe(s) for +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][INFO] Removing 1 Mekanism Enrichment Chamber Recipe(s) for +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][INFO] Removing 1 Mekanism Smelter Recipe(s) for +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][INFO] Removing 3 Mekanism Crusher Recipe(s) for , , +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][INFO] Removing 1 Mekanism Metallurgic Infuser Recipe(s) for +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][INFO] Removing 3 Mekanism Enrichment Chamber Recipe(s) for * 2, * 2, * 2 +[POSTINITIALIZATION][SERVER][INFO] Removing 3 Mekanism Crusher Recipe(s) for , , +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][INFO] Removing 1 Mekanism Enrichment Chamber Recipe(s) for +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][INFO] Removing 1 Mekanism Crusher Recipe(s) for +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][INFO] Removing 4 Mekanism Enrichment Chamber Recipe(s) for * 2, * 2, * 2, * 2 +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][INFO] Removing 3 Mekanism Crusher Recipe(s) for , , +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][INFO] Removing 1 Mekanism Enrichment Chamber Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][INFO] Removing 1 Mekanism Enrichment Chamber Recipe(s) for +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][INFO] Removing 25 Mekanism Enrichment Chamber Recipe(s) for * 2, * 2, * 2, * 2, * 2, * 2, * 2, * 2, * 2, * 2, * 2, * 2, * 2, * 2, * 2, * 2, * 2, * 2, * 2, * 2, * 2, * 2, * 2, * 2, * 2 +[POSTINITIALIZATION][SERVER][INFO] Removing 4 Mekanism Crusher Recipe(s) for , , , +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][INFO] Removing 1 Mekanism Enrichment Chamber Recipe(s) for +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][INFO] Removing 5 Mekanism Crusher Recipe(s) for , , , , +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][INFO] Removing 26 Mekanism Enrichment Chamber Recipe(s) for * 2, * 2, * 2, * 2, * 2, * 2, * 2, * 2, * 2, * 2, * 2, * 2, * 2, * 2, * 2, * 2, * 2, * 2, * 2, * 2, * 2, * 2, * 2, * 2, * 2, * 2 +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][INFO] Removing 3 Mekanism Enrichment Chamber Recipe(s) for * 2, * 2, * 2 +[POSTINITIALIZATION][SERVER][INFO] Removing 3 Mekanism Crusher Recipe(s) for , , +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][INFO] Removing 1 Mekanism Enrichment Chamber Recipe(s) for +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][INFO] Removing 2 Mekanism Enrichment Chamber Recipe(s) for * 2, * 2 +[POSTINITIALIZATION][SERVER][INFO] Removing 1 Mekanism Crusher Recipe(s) for +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][INFO] Removing 1 Mekanism Enrichment Chamber Recipe(s) for +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][INFO] Removing 3 Mekanism Crusher Recipe(s) for , , +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][INFO] Removing 2 Mekanism Enrichment Chamber Recipe(s) for * 2, * 2 +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][INFO] Removing 1 Mekanism Crusher Recipe(s) for +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][INFO] Removing 1 Mekanism Enrichment Chamber Recipe(s) for +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][INFO] Removing 1 Mekanism Crusher Recipe(s) for +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][INFO] Removing 24 Mekanism Enrichment Chamber Recipe(s) for * 2, * 2, * 2, * 2, * 2, * 2, * 2, * 2, * 2, * 2, * 2, * 2, * 2, * 2, * 2, * 2, * 2, * 2, * 2, * 2, * 2, * 2, * 2, * 2 +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][INFO] Removing 1 Mekanism Enrichment Chamber Recipe(s) for +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][INFO] Removing 2 Mekanism Crusher Recipe(s) for , +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][INFO] Removing 2 Mekanism Enrichment Chamber Recipe(s) for * 2, * 2 +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][INFO] Removing 3 Mekanism Enrichment Chamber Recipe(s) for * 2, * 2, * 2 +[POSTINITIALIZATION][SERVER][INFO] Removing 2 Mekanism Crusher Recipe(s) for , +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Crystallizer recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Chemical Injection Chamber recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Combiner recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Crusher recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Enrichment Chamber recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Metallurgic Infuser recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Compressor recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Purification recipe found for output: ''. Command ignored! +[POSTINITIALIZATION][SERVER][INFO] Removing 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][INFO] Removing 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Removing 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Removing 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Removing 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Removing 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][INFO] Removing 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Removing 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Removing 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][INFO] Removing 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Removing 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Removing 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][INFO] Removing 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][INFO] Removing 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Removing 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Removing 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Removing 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Removing 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][INFO] Removing 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][INFO] Removing 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Removing 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Removing 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Removing 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Removing 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][INFO] Removing 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][INFO] Removing 16 Mekanism Sawmill Recipe(s) for * 6, * 6, * 6, * 6, * 6, * 6, * 6, * 6, * 6, * 6, * 6, * 6, * 6, * 6, * 6, * 6 +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][INFO] Removing 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Removing 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][INFO] Removing 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Removing 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Removing 16 Mekanism Sawmill Recipe(s) for * 6, * 6, * 6, * 6, * 6, * 6, * 6, * 6, * 6, * 6, * 6, * 6, * 6, * 6, * 6, * 6 +[POSTINITIALIZATION][SERVER][INFO] Removing 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][INFO] Removing 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Removing 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][INFO] Removing 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Removing 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Removing 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][INFO] Removing 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][INFO] Removing 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Removing 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][INFO] Removing 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Removing 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Removing 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Removing 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Removing 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Removing 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Removing 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Removing 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Removing 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Removing 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Removing 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Removing 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Removing 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Removing 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Removing 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Removing 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Removing 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Removing 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Removing 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Removing 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Removing 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Removing 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Removing 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Removing 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Removing 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Removing 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Removing 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Removing 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Removing 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Removing 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Removing 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Removing 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Removing 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Removing 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Removing 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Removing 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Removing 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Removing 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Removing 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Removing 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Removing 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Removing 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][INFO] Removing 3 Mekanism Combiner Recipe(s) for , , +[POSTINITIALIZATION][SERVER][INFO] Removing 2 Mekanism Combiner Recipe(s) for , +[POSTINITIALIZATION][SERVER][INFO] Removing 3 Mekanism Combiner Recipe(s) for , , +[POSTINITIALIZATION][SERVER][INFO] Removing 3 Mekanism Combiner Recipe(s) for , , +[POSTINITIALIZATION][SERVER][INFO] Removing 3 Mekanism Combiner Recipe(s) for , , +[POSTINITIALIZATION][SERVER][INFO] Removing 2 Mekanism Combiner Recipe(s) for , +[POSTINITIALIZATION][SERVER][INFO] Removing 2 Mekanism Combiner Recipe(s) for , +[POSTINITIALIZATION][SERVER][INFO] Removing 1 Mekanism Combiner Recipe(s) for +[POSTINITIALIZATION][SERVER][INFO] Removing 1 Mekanism Combiner Recipe(s) for +[POSTINITIALIZATION][SERVER][INFO] Removing 6 Mekanism Combiner Recipe(s) for , , , , , +[POSTINITIALIZATION][SERVER][INFO] Removing 6 Mekanism Combiner Recipe(s) for , , , , , +[POSTINITIALIZATION][SERVER][INFO] Removing 1 Mekanism Combiner Recipe(s) for +[POSTINITIALIZATION][SERVER][INFO] Removing 2 Mekanism Combiner Recipe(s) for , +[POSTINITIALIZATION][SERVER][INFO] Removing 1 Mekanism Combiner Recipe(s) for +[POSTINITIALIZATION][SERVER][INFO] Removing 1 Mekanism Combiner Recipe(s) for +[POSTINITIALIZATION][SERVER][INFO] Removing 1 Mekanism Combiner Recipe(s) for +[POSTINITIALIZATION][SERVER][INFO] Removing 1 Mekanism Enrichment Chamber Recipe(s) for * 4 +[POSTINITIALIZATION][SERVER][INFO] Removing 1 Mekanism Enrichment Chamber Recipe(s) for +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Smelter recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][INFO] Removing 15 Mekanism Sawmill Recipe(s) for * 6, * 6, * 6, * 6, * 6, * 6, * 6, * 6, * 6, * 6, * 6, * 6, * 6, * 6, * 6 +[POSTINITIALIZATION][SERVER][INFO] Removing 2 Mekanism Sawmill Recipe(s) for * 6, * 6 +[POSTINITIALIZATION][SERVER][INFO] Removing 15 Mekanism Sawmill Recipe(s) for * 6, * 6, * 6, * 6, * 6, * 6, * 6, * 6, * 6, * 6, * 6, * 6, * 6, * 6, * 6 +[POSTINITIALIZATION][SERVER][INFO] Removing 15 Mekanism Sawmill Recipe(s) for * 6, * 6, * 6, * 6, * 6, * 6, * 6, * 6, * 6, * 6, * 6, * 6, * 6, * 6, * 6 +[POSTINITIALIZATION][SERVER][INFO] Removing 15 Mekanism Sawmill Recipe(s) for * 6, * 6, * 6, * 6, * 6, * 6, * 6, * 6, * 6, * 6, * 6, * 6, * 6, * 6, * 6 +[POSTINITIALIZATION][SERVER][INFO] Removing 15 Mekanism Sawmill Recipe(s) for * 6, * 6, * 6, * 6, * 6, * 6, * 6, * 6, * 6, * 6, * 6, * 6, * 6, * 6, * 6 +[POSTINITIALIZATION][SERVER][INFO] Removing 15 Mekanism Sawmill Recipe(s) for * 6, * 6, * 6, * 6, * 6, * 6, * 6, * 6, * 6, * 6, * 6, * 6, * 6, * 6, * 6 +[POSTINITIALIZATION][SERVER][INFO] Removing 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Removing 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Removing 32 Mekanism Sawmill Recipe(s) for * 6, * 6, * 6, * 6, * 6, * 6, * 6, * 6, * 6, * 6, * 6, * 6, * 6, * 6, * 6, * 6, * 6, * 6, * 6, * 6, * 6, * 6, * 6, * 6, * 6, * 6, * 6, * 6, * 6, * 6, * 6, * 6 +[POSTINITIALIZATION][SERVER][INFO] Removing 14 Mekanism Sawmill Recipe(s) for * 6, * 6, * 6, * 6, * 6, * 6, * 6, * 6, * 6, * 6, * 6, * 6, * 6, * 6 +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][WARNING] No Mekanism Sawmill recipe found for input: ''. Command ignored! +[POSTINITIALIZATION][SERVER][INFO] Removing 12 Mekanism Sawmill Recipe(s) for * 3, * 3, * 3, * 3, * 3, * 3, * 3, * 3, * 3, * 3, * 3, * 3 +[POSTINITIALIZATION][SERVER][INFO] Removing 1 Mekanism Sawmill Recipe(s) for * 8 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Smelter Recipe(s) for +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Smelter Recipe(s) for +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Smelter Recipe(s) for +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Smelter Recipe(s) for +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Enrichment Chamber Recipe(s) for +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Enrichment Chamber Recipe(s) for +[POSTINITIALIZATION][SERVER][INFO] Overwritten Mekanism Enrichment Chamber Recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Smelter Recipe(s) for +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Smelter Recipe(s) for +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Enrichment Chamber Recipe(s) for +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Enrichment Chamber Recipe(s) for +[POSTINITIALIZATION][SERVER][INFO] Overwritten Mekanism Enrichment Chamber Recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Smelter Recipe(s) for +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Enrichment Chamber Recipe(s) for +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Enrichment Chamber Recipe(s) for +[POSTINITIALIZATION][SERVER][INFO] Overwritten Mekanism Enrichment Chamber Recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Smelter Recipe(s) for +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Smelter Recipe(s) for +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Smelter Recipe(s) for +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Smelter Recipe(s) for +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Smelter Recipe(s) for +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Smelter Recipe(s) for +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Enrichment Chamber Recipe(s) for +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Enrichment Chamber Recipe(s) for +[POSTINITIALIZATION][SERVER][INFO] Overwritten Mekanism Enrichment Chamber Recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Smelter Recipe(s) for +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Smelter Recipe(s) for +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Smelter Recipe(s) for +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Enrichment Chamber Recipe(s) for +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Enrichment Chamber Recipe(s) for +[POSTINITIALIZATION][SERVER][INFO] Overwritten Mekanism Enrichment Chamber Recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Smelter Recipe(s) for +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Smelter Recipe(s) for +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Smelter Recipe(s) for +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Enrichment Chamber Recipe(s) for +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Enrichment Chamber Recipe(s) for +[POSTINITIALIZATION][SERVER][INFO] Overwritten Mekanism Enrichment Chamber Recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Smelter Recipe(s) for +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Enrichment Chamber Recipe(s) for +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Enrichment Chamber Recipe(s) for +[POSTINITIALIZATION][SERVER][INFO] Overwritten Mekanism Enrichment Chamber Recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Smelter Recipe(s) for +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Smelter Recipe(s) for +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Smelter Recipe(s) for +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Enrichment Chamber Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Overwritten Mekanism Crusher Recipe for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Overwritten Mekanism Crusher Recipe for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Chemical Injection Chamber Recipe(s) for +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Enrichment Chamber Recipe(s) for * 4 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Metallurgic Infuser Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Metallurgic Infuser Recipe(s) for +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Metallurgic Infuser Recipe(s) for +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Metallurgic Infuser Recipe(s) for +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 4 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for +[POSTINITIALIZATION][SERVER][INFO] Overwritten Mekanism Crusher Recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 9 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Overwritten Mekanism Crusher Recipe for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 2 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Crusher Recipe(s) for * 3 +[POSTINITIALIZATION][SERVER][INFO] Adding 6 Mekanism Sawmill Recipe(s) for * 6, * 6, * 6, * 6, * 6, * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 9 Mekanism Sawmill Recipe(s) for * 6, * 6, * 6, * 6, * 6, * 6, * 6, * 6, * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 4 Mekanism Sawmill Recipe(s) for * 6, * 6, * 6, * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 5 Mekanism Sawmill Recipe(s) for * 6, * 6, * 6, * 6, * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Overwritten Mekanism Sawmill Recipe for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Overwritten Mekanism Sawmill Recipe for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Overwritten Mekanism Sawmill Recipe for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Overwritten Mekanism Sawmill Recipe for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Overwritten Mekanism Sawmill Recipe for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Overwritten Mekanism Sawmill Recipe for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Overwritten Mekanism Sawmill Recipe for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Overwritten Mekanism Sawmill Recipe for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Overwritten Mekanism Sawmill Recipe for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Overwritten Mekanism Sawmill Recipe for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 2 Mekanism Sawmill Recipe(s) for * 6, * 6 +[POSTINITIALIZATION][SERVER][INFO] Overwritten Mekanism Sawmill Recipe for * 6 +[POSTINITIALIZATION][SERVER][INFO] Overwritten Mekanism Sawmill Recipe for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Overwritten Mekanism Sawmill Recipe for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 6 +[POSTINITIALIZATION][SERVER][INFO] Overwritten Mekanism Sawmill Recipe for * 6 +[POSTINITIALIZATION][SERVER][INFO] Adding 28 Mekanism Sawmill Recipe(s) for * 3, * 3, * 3, * 3, * 3, * 3, * 3, * 3, * 3, * 3, * 3, * 3, * 3, * 3, * 3, * 3, * 3, * 3, * 3, * 3, * 3, * 3, * 3, * 3, * 3, * 3, * 3, * 3 +[POSTINITIALIZATION][SERVER][INFO] Adding 13 Mekanism Sawmill Recipe(s) for , , , , , , , , , , , , +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for +[POSTINITIALIZATION][SERVER][INFO] Overwritten Mekanism Sawmill Recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for +[POSTINITIALIZATION][SERVER][INFO] Overwritten Mekanism Sawmill Recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for +[POSTINITIALIZATION][SERVER][INFO] Overwritten Mekanism Sawmill Recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Sawmill Recipe(s) for * 8 +[POSTINITIALIZATION][SERVER][INFO] Adding 1 Mekanism Reaction Recipe(s) for [nothing, * 20] +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Wooden Gear +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Wooden Gear +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for item.woodenGearItem.name +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for item.woodenGearItem.name +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for item.stoneGearItem.name +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for item.stoneGearItem.name +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Diamond Gear +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Diamond Gear +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for item.diamondGearItem.name +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for item.diamondGearItem.name +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Barley Flour +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Barley Flour +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Wheat Flour +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Wheat Flour +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Silicon +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Silicon +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Silicon +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Silicon +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Bloodwood Sticks +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Darkwood Sticks +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Fusewood Sticks +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Amaranth Sticks +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Maple Sticks +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Eucalyptus Sticks +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Ghostwood Sticks +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Willow Sticks +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Sakura Sticks +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Tiger Sticks +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Redwood Sticks +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Silverbell Sticks +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Hopseed Sticks +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for item.natura.sticks.name +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Blue Sticks +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Blue Sticks +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Red Sticks +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Red Sticks +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Purple Sticks +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Purple Sticks +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Yellow Sticks +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Yellow Sticks +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Green Sticks +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Green Sticks +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Brown Sticks +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Brown Sticks +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Ironwood Stick +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Ironwood Stick +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Yew Stick +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Yew Stick +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Corphyry Stick +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Corphyry Stick +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Weedwood Stick +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Weedwood Stick +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Maple Sticks +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Maple Sticks +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Silverbell Sticks +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Silverbell Sticks +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Amaranth Sticks +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Amaranth Sticks +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Tiger Sticks +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Tiger Sticks +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Willow Sticks +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Willow Sticks +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Eucalyptus Sticks +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Eucalyptus Sticks +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Hopseed Sticks +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Hopseed Sticks +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Sakura Sticks +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Sakura Sticks +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Redwood Sticks +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Redwood Sticks +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Ghostwood Sticks +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Ghostwood Sticks +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Darkwood Sticks +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Darkwood Sticks +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Fusewood Sticks +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Fusewood Sticks +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Bloodwood Sticks +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Bloodwood Sticks +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Crushed Coal +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Crushed Coal +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Coal Sand +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Coal Sand +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Sawdust +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Sawdust +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Sawdust +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Sawdust +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Crushed Diamond +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Crushed Diamond +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Sulfur Dust +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Sulfur Dust +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Sulfur +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Sulfur +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Sulfur +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Sulfur +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Block of Charcoal +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Block of Charcoal +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Block of Charcoal +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Block of Charcoal +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Block of Charcoal +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Block of Charcoal +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Block of Charcoal +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Block of Charcoal +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Block of Charcoal +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Block of Charcoal +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Block of Charcoal +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Block of Charcoal +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Block of Charcoal +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Block of Charcoal +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Block of Charcoal +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Block of Charcoal +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Block of Charcoal +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Block of Charcoal +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Block of Charcoal +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Block of Charcoal +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Block of Charcoal +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Block of Charcoal +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Block of Charcoal +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Block of Charcoal +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Block of Charcoal +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Block of Charcoal +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Block of Charcoal +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Block of Charcoal +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Block of Charcoal +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Block of Charcoal +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Block of Charcoal +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Block of Charcoal +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Block of Charcoal +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Block of Charcoal +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Block of Charcoal +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Block of Charcoal +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Block of Charcoal +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Block of Charcoal +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Block of Charcoal +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Block of Charcoal +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Block of Charcoal +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Block of Charcoal +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Block of Charcoal +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Block of Charcoal +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Block of Charcoal +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Block of Charcoal +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Block of Charcoal +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Block of Charcoal +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Block of Charcoal +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Block of Charcoal +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Block of Charcoal +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Block of Charcoal +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Block of Charcoal +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Block of Charcoal +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Block of Charcoal +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Block of Charcoal +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Block of Charcoal +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Block of Charcoal +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Block of Charcoal +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Block of Charcoal +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Block of Charcoal +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Block of Charcoal +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Block of Charcoal +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Block of Charcoal +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Block of Charcoal +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Block of Charcoal +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Block of Charcoal +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Block of Charcoal +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Charcoal Block +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Charcoal Block +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Block of Charcoal +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Block of Charcoal +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Diamond Nugget +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Diamond Nugget +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Diamond Nugget +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Diamond Nugget +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Crushed Emerald +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Crushed Emerald +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Steel Nugget +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Steel Nugget +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Steel Nugget +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Steel Nugget +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Steel Block +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Steel Block +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Steel Block +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Steel Block +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Steel Plate +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Steel Plate +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Tamahagane Plate +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Tamahagane Plate +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Steel Ingot +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Steel Ingot +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Steel Ingot +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Steel Ingot +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Steel Dust +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Steel Dust +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Black Iron Nugget +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Black Iron Nugget +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Titanium Ingot +[POSTINITIALIZATION][SERVER][INFO] Adding Grinder Entry for Titanium Ingot +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Cobalt Ingot +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Cobalt Ore +[POSTINITIALIZATION][SERVER][INFO] Adding Grinder Entry for Cobalt Ore +[POSTINITIALIZATION][SERVER][INFO] Adding Grinder Entry for Cobalt Ingot +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Knightslime Nugget +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Knightslime Nugget +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Aluminium Nugget +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Aluminium Nugget +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Aluminum Nugget +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Aluminum Nugget +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Aluminum Block +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Aluminum Block +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Aluminum Block +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Aluminum Block +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Aluminum Plate +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Aluminum Plate +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Aluminum Ingot +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Aluminum Ingot +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Aluminum Ingot +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Aluminum Ingot +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Aluminum Dust +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Aluminum Dust +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Aluminum Dust +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Aluminum Dust +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Aluminium Ingot +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Aluminum Cluster +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Bauxite Ore +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Aluminum Ore +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Aluminum Ore +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Aluminum Ore +[POSTINITIALIZATION][SERVER][INFO] Adding Grinder Entry for Aluminum Cluster +[POSTINITIALIZATION][SERVER][INFO] Adding Grinder Entry for Bauxite Ore +[POSTINITIALIZATION][SERVER][INFO] Adding Grinder Entry for Aluminum Ore +[POSTINITIALIZATION][SERVER][INFO] Adding Grinder Entry for Aluminum Ore +[POSTINITIALIZATION][SERVER][INFO] Adding Grinder Entry for Aluminum Ore +[POSTINITIALIZATION][SERVER][INFO] Adding Grinder Entry for Aluminium Ingot +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Crystallized Gold +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Crystallized Gold +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Block of Gold +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Block of Gold +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Block of Gold +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Block of Gold +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Block of Gold +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Block of Gold +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Block of Gold +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Block of Gold +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Block of Gold +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Block of Gold +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Block of Gold +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Block of Gold +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Block of Gold +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Block of Gold +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Gold Plate +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Gold Plate +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Gold Dust +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Gold Dust +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Gold Dust +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Gold Dust +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Gold Dust +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Gold Dust +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Crushed Gold +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Crushed Gold +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Gold Sand +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Gold Sand +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Gold Gear +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Gold Gear +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for item.goldGearItem.name +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for item.goldGearItem.name +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Gold Ingot +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Gold Ore +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Gold Cluster +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Abyssal Gold Ore +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Gold Ore +[POSTINITIALIZATION][SERVER][INFO] Adding Grinder Entry for Gold Ore +[POSTINITIALIZATION][SERVER][INFO] Adding Grinder Entry for Gold Cluster +[POSTINITIALIZATION][SERVER][INFO] Adding Grinder Entry for Abyssal Gold Ore +[POSTINITIALIZATION][SERVER][INFO] Adding Grinder Entry for Gold Ore +[POSTINITIALIZATION][SERVER][INFO] Adding Grinder Entry for Gold Ingot +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Platinum Block +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Platinum Block +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Platinum Plate +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Platinum Plate +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Platinum Ingot +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Platinum Ingot +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Platinum Dust +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Platinum Dust +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Platinum Ingot +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Platinum Cluster +[POSTINITIALIZATION][SERVER][INFO] Adding Grinder Entry for Platinum Cluster +[POSTINITIALIZATION][SERVER][INFO] Adding Grinder Entry for Platinum Ingot +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Pigiron Nugget +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Pigiron Nugget +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Tin Nugget +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Tin Nugget +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Tin Nugget +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Tin Nugget +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Crystallized Tin +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Crystallized Tin +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Block of Tin +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Block of Tin +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Tin Block +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Tin Block +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Tin Plate +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Tin Plate +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Tin Ingot +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Tin Ingot +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Tin Ingot +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Tin Ingot +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Tin Ingot +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Tin Ingot +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Tin Dust +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Tin Dust +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Tin Ingot +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Tin Cluster +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Tin Ore +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Tin Ore +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Tin Ore +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Mercury Tin Ore +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Ceres Tin Ore +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Jupiter Tin Ore +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Saturn Tin Ore +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Neptune Tin Ore +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Pluto Tin Ore +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Eris Tin Ore +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Callisto Tin Ore +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Deimos Tin Ore +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Europa Tin Ore +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Ganymede Tin Ore +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Io Tin Ore +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Phobos Tin Ore +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Rhea Tin Ore +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Titan Tin Ore +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Triton Tin Ore +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Oberon Tin Ore +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Iapetus Tin Ore +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Titania Tin Ore +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Kepler 22b Tin Ore +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Abyssal Tin Ore +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Tin Ore +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Tin Ore +[POSTINITIALIZATION][SERVER][INFO] Adding Grinder Entry for Tin Cluster +[POSTINITIALIZATION][SERVER][INFO] Adding Grinder Entry for Tin Ore +[POSTINITIALIZATION][SERVER][INFO] Adding Grinder Entry for Tin Ore +[POSTINITIALIZATION][SERVER][INFO] Adding Grinder Entry for Tin Ore +[POSTINITIALIZATION][SERVER][INFO] Adding Grinder Entry for Mercury Tin Ore +[POSTINITIALIZATION][SERVER][INFO] Adding Grinder Entry for Ceres Tin Ore +[POSTINITIALIZATION][SERVER][INFO] Adding Grinder Entry for Jupiter Tin Ore +[POSTINITIALIZATION][SERVER][INFO] Adding Grinder Entry for Saturn Tin Ore +[POSTINITIALIZATION][SERVER][INFO] Adding Grinder Entry for Neptune Tin Ore +[POSTINITIALIZATION][SERVER][INFO] Adding Grinder Entry for Pluto Tin Ore +[POSTINITIALIZATION][SERVER][INFO] Adding Grinder Entry for Eris Tin Ore +[POSTINITIALIZATION][SERVER][INFO] Adding Grinder Entry for Callisto Tin Ore +[POSTINITIALIZATION][SERVER][INFO] Adding Grinder Entry for Deimos Tin Ore +[POSTINITIALIZATION][SERVER][INFO] Adding Grinder Entry for Europa Tin Ore +[POSTINITIALIZATION][SERVER][INFO] Adding Grinder Entry for Ganymede Tin Ore +[POSTINITIALIZATION][SERVER][INFO] Adding Grinder Entry for Io Tin Ore +[POSTINITIALIZATION][SERVER][INFO] Adding Grinder Entry for Phobos Tin Ore +[POSTINITIALIZATION][SERVER][INFO] Adding Grinder Entry for Rhea Tin Ore +[POSTINITIALIZATION][SERVER][INFO] Adding Grinder Entry for Titan Tin Ore +[POSTINITIALIZATION][SERVER][INFO] Adding Grinder Entry for Triton Tin Ore +[POSTINITIALIZATION][SERVER][INFO] Adding Grinder Entry for Oberon Tin Ore +[POSTINITIALIZATION][SERVER][INFO] Adding Grinder Entry for Iapetus Tin Ore +[POSTINITIALIZATION][SERVER][INFO] Adding Grinder Entry for Titania Tin Ore +[POSTINITIALIZATION][SERVER][INFO] Adding Grinder Entry for Kepler 22b Tin Ore +[POSTINITIALIZATION][SERVER][INFO] Adding Grinder Entry for Abyssal Tin Ore +[POSTINITIALIZATION][SERVER][INFO] Adding Grinder Entry for Tin Ore +[POSTINITIALIZATION][SERVER][INFO] Adding Grinder Entry for Tin Ore +[POSTINITIALIZATION][SERVER][INFO] Adding Grinder Entry for Tin Ingot +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Copper Nugget +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Copper Nugget +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Copper Nugget +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Copper Nugget +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Copper Nugget +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Copper Nugget +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Crystallized Copper +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Crystallized Copper +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Copper Block +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Copper Block +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Copper Block +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Copper Block +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Copper Block +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Copper Block +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Copper Plate +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Copper Plate +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Copper Plate +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Copper Plate +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Copper Ingot +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Copper Ingot +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Copper Ingot +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Copper Ingot +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Copper Ingot +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Copper Ingot +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Copper Ingot +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Copper Ingot +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Copper Dust +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Copper Dust +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Copper Dust +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Copper Dust +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Copper Ingot +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Copper Cluster +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Copper Ore +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Copper Ore +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Copper Ore +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Copper Ore +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Mercury Copper Ore +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Ceres Copper Ore +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Jupiter Copper Ore +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Saturn Copper Ore +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Neptune Copper Ore +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Pluto Copper Ore +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Eris Copper Ore +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Callisto Copper Ore +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Deimos Copper Ore +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Europa Copper Ore +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Ganymede Copper Ore +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Io Copper Ore +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Phobos Copper Ore +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Rhea Copper Ore +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Titan Copper Ore +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Triton Copper Ore +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Oberon Copper Ore +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Iapetus Copper Ore +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Titania Copper Ore +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Kepler 22b Copper Ore +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Abyssal Copper Ore +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Copper Ore +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Copper Ore +[POSTINITIALIZATION][SERVER][INFO] Adding Grinder Entry for Copper Cluster +[POSTINITIALIZATION][SERVER][INFO] Adding Grinder Entry for Copper Ore +[POSTINITIALIZATION][SERVER][INFO] Adding Grinder Entry for Copper Ore +[POSTINITIALIZATION][SERVER][INFO] Adding Grinder Entry for Copper Ore +[POSTINITIALIZATION][SERVER][INFO] Adding Grinder Entry for Copper Ore +[POSTINITIALIZATION][SERVER][INFO] Adding Grinder Entry for Mercury Copper Ore +[POSTINITIALIZATION][SERVER][INFO] Adding Grinder Entry for Ceres Copper Ore +[POSTINITIALIZATION][SERVER][INFO] Adding Grinder Entry for Jupiter Copper Ore +[POSTINITIALIZATION][SERVER][INFO] Adding Grinder Entry for Saturn Copper Ore +[POSTINITIALIZATION][SERVER][INFO] Adding Grinder Entry for Neptune Copper Ore +[POSTINITIALIZATION][SERVER][INFO] Adding Grinder Entry for Pluto Copper Ore +[POSTINITIALIZATION][SERVER][INFO] Adding Grinder Entry for Eris Copper Ore +[POSTINITIALIZATION][SERVER][INFO] Adding Grinder Entry for Callisto Copper Ore +[POSTINITIALIZATION][SERVER][INFO] Adding Grinder Entry for Deimos Copper Ore +[POSTINITIALIZATION][SERVER][INFO] Adding Grinder Entry for Europa Copper Ore +[POSTINITIALIZATION][SERVER][INFO] Adding Grinder Entry for Ganymede Copper Ore +[POSTINITIALIZATION][SERVER][INFO] Adding Grinder Entry for Io Copper Ore +[POSTINITIALIZATION][SERVER][INFO] Adding Grinder Entry for Phobos Copper Ore +[POSTINITIALIZATION][SERVER][INFO] Adding Grinder Entry for Rhea Copper Ore +[POSTINITIALIZATION][SERVER][INFO] Adding Grinder Entry for Titan Copper Ore +[POSTINITIALIZATION][SERVER][INFO] Adding Grinder Entry for Triton Copper Ore +[POSTINITIALIZATION][SERVER][INFO] Adding Grinder Entry for Oberon Copper Ore +[POSTINITIALIZATION][SERVER][INFO] Adding Grinder Entry for Iapetus Copper Ore +[POSTINITIALIZATION][SERVER][INFO] Adding Grinder Entry for Titania Copper Ore +[POSTINITIALIZATION][SERVER][INFO] Adding Grinder Entry for Kepler 22b Copper Ore +[POSTINITIALIZATION][SERVER][INFO] Adding Grinder Entry for Abyssal Copper Ore +[POSTINITIALIZATION][SERVER][INFO] Adding Grinder Entry for Copper Ore +[POSTINITIALIZATION][SERVER][INFO] Adding Grinder Entry for Copper Ore +[POSTINITIALIZATION][SERVER][INFO] Adding Grinder Entry for Copper Ingot +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Ardite Ingot +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Ardite Ore +[POSTINITIALIZATION][SERVER][INFO] Adding Grinder Entry for Ardite Ore +[POSTINITIALIZATION][SERVER][INFO] Adding Grinder Entry for Ardite Ingot +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Zinc Nugget +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Zinc Nugget +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Zinc Block +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Zinc Block +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Zinc Plate +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Zinc Plate +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Zinc Ingot +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Zinc Ingot +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Zinc Ingot +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Neptune Zinc Ore +[POSTINITIALIZATION][SERVER][INFO] Adding Grinder Entry for Neptune Zinc Ore +[POSTINITIALIZATION][SERVER][INFO] Adding Grinder Entry for Zinc Ingot +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Nickel Nugget +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Nickel Nugget +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Block of Nickel +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Block of Nickel +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Nickel Block +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Nickel Block +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Nickel Plate +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Nickel Plate +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Nickel Ingot +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Nickel Ingot +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Nickel Ingot +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Nickel Ingot +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Nickel Dust +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Nickel Dust +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Nickel Ingot +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Nickel Cluster +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Nickel Ore +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Jupiter Nickel Ore +[POSTINITIALIZATION][SERVER][INFO] Adding Grinder Entry for Nickel Cluster +[POSTINITIALIZATION][SERVER][INFO] Adding Grinder Entry for Nickel Ore +[POSTINITIALIZATION][SERVER][INFO] Adding Grinder Entry for Jupiter Nickel Ore +[POSTINITIALIZATION][SERVER][INFO] Adding Grinder Entry for Nickel Ingot +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Compressed Iron Gear +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Compressed Iron Gear +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Osmium Ingot +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Osmium Cluster +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Osmium Ore +[POSTINITIALIZATION][SERVER][INFO] Adding Grinder Entry for Osmium Cluster +[POSTINITIALIZATION][SERVER][INFO] Adding Grinder Entry for Osmium Ore +[POSTINITIALIZATION][SERVER][INFO] Adding Grinder Entry for Osmium Ingot +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Lead Nugget +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Lead Nugget +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Lead Block +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Lead Block +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Lead Plate +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Lead Plate +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Lead Plate +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Lead Plate +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Lead Ingot +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Lead Ingot +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Lead Ingot +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Lead Ingot +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Lead Ingot +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Lead Ingot +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Lead Dust +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Lead Dust +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Lead Dust +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Lead Dust +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Lead Ingot +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Lead Cluster +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Lead Ore +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Galena Ore +[POSTINITIALIZATION][SERVER][INFO] Adding Grinder Entry for Lead Cluster +[POSTINITIALIZATION][SERVER][INFO] Adding Grinder Entry for Lead Ore +[POSTINITIALIZATION][SERVER][INFO] Adding Grinder Entry for Galena Ore +[POSTINITIALIZATION][SERVER][INFO] Adding Grinder Entry for Lead Ingot +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Bronze Nugget +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Bronze Nugget +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Bronze Nugget +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Bronze Nugget +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Bronze Block +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Bronze Block +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Bronze Plate +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Bronze Plate +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Bronze Ingot +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Bronze Ingot +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Bronze Dust +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Bronze Dust +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Iron Nugget +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Iron Nugget +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Crystallized Iron +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Crystallized Iron +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Iron Stick +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Iron Stick +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Block of Iron +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Block of Iron +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Block of Iron +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Block of Iron +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Block of Iron +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Block of Iron +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Block of Iron +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Block of Iron +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Block of Iron +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Block of Iron +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Block of Iron +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Block of Iron +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Block of Iron +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Block of Iron +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Iron Plate +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Iron Plate +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Iron Dust +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Iron Dust +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Iron Dust +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Iron Dust +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Iron Dust +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Iron Dust +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Crushed Iron +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Crushed Iron +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Iron Sand +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Iron Sand +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Iron Gear +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Iron Gear +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for item.ironGearItem.name +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for item.ironGearItem.name +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Iron Ingot +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Iron Ore +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Iron Cluster +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Mercury Iron Ore +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Ceres Iron Ore +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Jupiter Iron Ore +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Saturn Iron Ore +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Neptune Iron Ore +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Pluto Iron Ore +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Eris Iron Ore +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Callisto Iron Ore +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Deimos Iron Ore +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Europa Iron Ore +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Ganymede Iron Ore +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Io Iron Ore +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Phobos Iron Ore +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Rhea Iron Ore +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Titan Iron Ore +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Triton Iron Ore +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Oberon Iron Ore +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Iapetus Iron Ore +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Titania Iron Ore +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Kepler 22b Iron Ore +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Abyssal Iron Ore +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Iron Ore +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Iron Ore +[POSTINITIALIZATION][SERVER][INFO] Adding Grinder Entry for Iron Ore +[POSTINITIALIZATION][SERVER][INFO] Adding Grinder Entry for Iron Cluster +[POSTINITIALIZATION][SERVER][INFO] Adding Grinder Entry for Mercury Iron Ore +[POSTINITIALIZATION][SERVER][INFO] Adding Grinder Entry for Ceres Iron Ore +[POSTINITIALIZATION][SERVER][INFO] Adding Grinder Entry for Jupiter Iron Ore +[POSTINITIALIZATION][SERVER][INFO] Adding Grinder Entry for Saturn Iron Ore +[POSTINITIALIZATION][SERVER][INFO] Adding Grinder Entry for Neptune Iron Ore +[POSTINITIALIZATION][SERVER][INFO] Adding Grinder Entry for Pluto Iron Ore +[POSTINITIALIZATION][SERVER][INFO] Adding Grinder Entry for Eris Iron Ore +[POSTINITIALIZATION][SERVER][INFO] Adding Grinder Entry for Callisto Iron Ore +[POSTINITIALIZATION][SERVER][INFO] Adding Grinder Entry for Deimos Iron Ore +[POSTINITIALIZATION][SERVER][INFO] Adding Grinder Entry for Europa Iron Ore +[POSTINITIALIZATION][SERVER][INFO] Adding Grinder Entry for Ganymede Iron Ore +[POSTINITIALIZATION][SERVER][INFO] Adding Grinder Entry for Io Iron Ore +[POSTINITIALIZATION][SERVER][INFO] Adding Grinder Entry for Phobos Iron Ore +[POSTINITIALIZATION][SERVER][INFO] Adding Grinder Entry for Rhea Iron Ore +[POSTINITIALIZATION][SERVER][INFO] Adding Grinder Entry for Titan Iron Ore +[POSTINITIALIZATION][SERVER][INFO] Adding Grinder Entry for Triton Iron Ore +[POSTINITIALIZATION][SERVER][INFO] Adding Grinder Entry for Oberon Iron Ore +[POSTINITIALIZATION][SERVER][INFO] Adding Grinder Entry for Iapetus Iron Ore +[POSTINITIALIZATION][SERVER][INFO] Adding Grinder Entry for Titania Iron Ore +[POSTINITIALIZATION][SERVER][INFO] Adding Grinder Entry for Kepler 22b Iron Ore +[POSTINITIALIZATION][SERVER][INFO] Adding Grinder Entry for Abyssal Iron Ore +[POSTINITIALIZATION][SERVER][INFO] Adding Grinder Entry for Iron Ore +[POSTINITIALIZATION][SERVER][INFO] Adding Grinder Entry for Iron Ore +[POSTINITIALIZATION][SERVER][INFO] Adding Grinder Entry for Iron Ingot +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Silver Nugget +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Silver Nugget +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Silver Block +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Silver Block +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Silver Plate +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Silver Plate +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Silver Plate +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Silver Plate +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Silver Ingot +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Silver Ingot +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Silver Dust +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Silver Dust +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Silver Dust +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Silver Dust +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Silver Ingot +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Silver Cluster +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Silver Ore +[POSTINITIALIZATION][SERVER][INFO] Adding Grinder Entry for Silver Cluster +[POSTINITIALIZATION][SERVER][INFO] Adding Grinder Entry for Silver Ore +[POSTINITIALIZATION][SERVER][INFO] Adding Grinder Entry for Silver Ingot +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Uranium Nugget +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Uranium Nugget +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Block of Uranium +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Block of Uranium +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Uranium Ingot +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Uranium Ingot +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Uranium Ingot +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Uranium Cluster +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Uranium Ore +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Ceres Uranium Ore +[POSTINITIALIZATION][SERVER][INFO] Adding Grinder Entry for Uranium Cluster +[POSTINITIALIZATION][SERVER][INFO] Adding Grinder Entry for Uranium Ore +[POSTINITIALIZATION][SERVER][INFO] Adding Grinder Entry for Ceres Uranium Ore +[POSTINITIALIZATION][SERVER][INFO] Adding Grinder Entry for Uranium Ingot +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Meteoric Iron Ingot +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Raw Meteoric Iron +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Fallen Meteor +[POSTINITIALIZATION][SERVER][INFO] Adding Grinder Entry for Raw Meteoric Iron +[POSTINITIALIZATION][SERVER][INFO] Adding Grinder Entry for Fallen Meteor +[POSTINITIALIZATION][SERVER][INFO] Adding Grinder Entry for Meteoric Iron Ingot +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Vanadium Dust +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Vanadium Dust +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Vanadium Ingot +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Vanadium Ingot +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Vanadium Nugget +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Vanadium Nugget +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Vanadium Plate +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Vanadium Plate +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Brass Block +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Brass Block +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Brass Dust +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Brass Dust +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Brass Ingot +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Brass Ingot +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Brass Nugget +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Brass Nugget +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Brass Plate +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Brass Plate +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Wootz Steel Block +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Wootz Steel Block +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Wootz Steel Dust +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Wootz Steel Dust +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Wootz Steel Ingot +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Wootz Steel Ingot +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Wootz Steel Nugget +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Wootz Steel Nugget +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Wootz Plate +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Wootz Plate +[POSTINITIALIZATION][SERVER][INFO] Removing Grinder Entry for Ilmenite Ore +[POSTINITIALIZATION][SERVER][INFO] Removing Inscriber Entry for Printed Silicon +[POSTINITIALIZATION][SERVER][INFO] Adding Inscriber Entry for Printed Silicon +[POSTINITIALIZATION][SERVER][INFO] Adding Inscriber Entry for Printed Engineering Circuit +[POSTINITIALIZATION][SERVER][INFO] Adding Inscriber Entry for Fluid Interface +[POSTINITIALIZATION][SERVER][INFO] Adding Inscriber Entry for Pattern Grid +[POSTINITIALIZATION][SERVER][INFO] Adding Inscriber Entry for Fluid Grid +[POSTINITIALIZATION][SERVER][INFO] Adding Inscriber Entry for 1k Storage Block +[POSTINITIALIZATION][SERVER][INFO] Adding Inscriber Entry for 4k Storage Block +[POSTINITIALIZATION][SERVER][INFO] Adding Inscriber Entry for 16k Storage Block +[POSTINITIALIZATION][SERVER][INFO] Adding Inscriber Entry for 64k Storage Block +[POSTINITIALIZATION][SERVER][INFO] Adding Inscriber Entry for 64k Fluid Storage Block +[POSTINITIALIZATION][SERVER][INFO] Adding Inscriber Entry for 256k Fluid Storage Block +[POSTINITIALIZATION][SERVER][INFO] Adding Inscriber Entry for 1024k Fluid Storage Block +[POSTINITIALIZATION][SERVER][INFO] Adding Inscriber Entry for 4096k Fluid Storage Block +[POSTINITIALIZATION][SERVER][INFO] Adding Inscriber Entry for Range Upgrade +[POSTINITIALIZATION][SERVER][INFO] Adding Inscriber Entry for Speed Upgrade +[POSTINITIALIZATION][SERVER][INFO] Adding Inscriber Entry for Crafting Upgrade +[POSTINITIALIZATION][SERVER][INFO] Adding Inscriber Entry for Crafting Upgrade +[POSTINITIALIZATION][SERVER][INFO] Adding Inscriber Entry for Crafting Upgrade +[POSTINITIALIZATION][SERVER][INFO] Adding Inscriber Entry for Crafting Upgrade +[POSTINITIALIZATION][SERVER][INFO] Adding Inscriber Entry for Crafting Upgrade +[POSTINITIALIZATION][SERVER][INFO] Adding Inscriber Entry for Crafting Upgrade +[POSTINITIALIZATION][SERVER][INFO] Adding Inscriber Entry for Silk Touch Upgrade +[POSTINITIALIZATION][SERVER][INFO] Adding Inscriber Entry for Fortune Upgrade +[POSTINITIALIZATION][SERVER][INFO] Adding Inscriber Entry for Fortune Upgrade +[POSTINITIALIZATION][SERVER][INFO] Adding Inscriber Entry for Fortune Upgrade +[POSTINITIALIZATION][SERVER][INFO] Adding Grinder Entry for Death Compass +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding chopping recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding chopping recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding chopping recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding chopping recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding chopping recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding chopping recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding chopping recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding chopping recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding chopping recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding chopping recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding chopping recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding chopping recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding chopping recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding chopping recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding chopping recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding chopping recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding chopping recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding chopping recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding chopping recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding chopping recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding chopping recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding chopping recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding chopping recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding chopping recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding chopping recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding chopping recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding chopping recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding chopping recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding chopping recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding chopping recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding chopping recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding chopping recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding chopping recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding chopping recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding chopping recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding chopping recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding chopping recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding chopping recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding chopping recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding chopping recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding chopping recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding chopping recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding chopping recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding chopping recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding chopping recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding chopping recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding chopping recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding chopping recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding chopping recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding chopping recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding chopping recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding chopping recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding chopping recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding chopping recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding chopping recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding chopping recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding chopping recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding chopping recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding chopping recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding chopping recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding chopping recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding chopping recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding chopping recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding chopping recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding chopping recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding chopping recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding chopping recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding chopping recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding chopping recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding chopping recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding chopping recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding chopping recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding chopping recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding chopping recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding chopping recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding chopping recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding chopping recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding chopping recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding chopping recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding chopping recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding chopping recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding chopping recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding chopping recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding chopping recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding chopping recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding chopping recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding chopping recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding chopping recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding chopping recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding chopping recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding chopping recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding chopping recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding chopping recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding chopping recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding chopping recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding chopping recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding chopping recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding chopping recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding chopping recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding chopping recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding chopping recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding chopping recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding chopping recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding chopping recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding chopping recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding chopping recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding chopping recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding chopping recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding chopping recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding chopping recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding chopping recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding chopping recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding chopping recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding chopping recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding chopping recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding chopping recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding chopping recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding chopping recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding chopping recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding chopping recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding chopping recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding chopping recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding chopping recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding chopping recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding chopping recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding chopping recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding chopping recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding chopping recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding chopping recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding chopping recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding chopping recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding chopping recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding chopping recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding chopping recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for .withTag({}) +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding grindstone recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding press recipe for * 9 +[POSTINITIALIZATION][SERVER][INFO] Adding press recipe for * 9 +[POSTINITIALIZATION][SERVER][INFO] Adding press recipe for * 4 +[POSTINITIALIZATION][SERVER][INFO] Adding press recipe for * 4 +[POSTINITIALIZATION][SERVER][INFO] Adding press recipe for * 9 +[POSTINITIALIZATION][SERVER][INFO] Adding press recipe for * 4 +[POSTINITIALIZATION][SERVER][INFO] Adding press recipe for * 9 +[POSTINITIALIZATION][SERVER][INFO] Adding press recipe for * 9 +[POSTINITIALIZATION][SERVER][INFO] Adding press recipe for * 9 +[POSTINITIALIZATION][SERVER][INFO] Adding press recipe for * 9 +[POSTINITIALIZATION][SERVER][INFO] Adding press recipe for * 4 +[POSTINITIALIZATION][SERVER][INFO] Adding press recipe for * 4 +[POSTINITIALIZATION][SERVER][INFO] Adding press recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding press recipe for * 8 +[POSTINITIALIZATION][SERVER][INFO] Adding press recipe for * 9 +[POSTINITIALIZATION][SERVER][INFO] Adding press recipe for * 4 +[POSTINITIALIZATION][SERVER][INFO] Adding press recipe for * 8 +[POSTINITIALIZATION][SERVER][INFO] Adding press recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding press recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding press recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding press recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding press recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding press recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding press recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding press recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding press recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding press recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding press recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding press recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding press recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding press recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding press recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding press recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding press recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding press recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding press recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding press recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding press recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding press recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding press recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding press recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding press recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding press recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding press recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding press recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding chopping recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding chopping recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding chopping recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding chopping recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding chopping recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding chopping recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding chopping recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding chopping recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding chopping recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding chopping recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding chopping recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding chopping recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding chopping recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding chopping recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding chopping recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding chopping recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding chopping recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding chopping recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding chopping recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding chopping recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding chopping recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding chopping recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding chopping recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding chopping recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding chopping recipe for +[POSTINITIALIZATION][SERVER][INFO] Adding chopping recipe for +[POSTINITIALIZATION][SERVER][INFO] Removing all 5 PneumaticCraft Thermopneumatic Processing Plant recipe(s) +[POSTINITIALIZATION][SERVER][INFO] Removing all 3 PneumaticCraft Refinery recipe(s) +[POSTINITIALIZATION][SERVER][INFO] Removing all fuel values. +[POSTINITIALIZATION][SERVER][INFO] Removing PneumaticCraft Assembly (Drill) Recipe(s) for +[POSTINITIALIZATION][SERVER][INFO] Found 1 PneumaticCraft Assembly (Drill) Recipe(s) for . +[POSTINITIALIZATION][SERVER][INFO] Removing PneumaticCraft Pressure Chamber Recipe(s) for +[POSTINITIALIZATION][SERVER][WARNING] No PneumaticCraft Pressure Chamber Recipe found for []. Command ignored! +[POSTINITIALIZATION][SERVER][INFO] Registering fuel value 1500000 for fluid gasoline. +[POSTINITIALIZATION][SERVER][INFO] Registering fuel value 1100000 for fluid kerosene. +[POSTINITIALIZATION][SERVER][INFO] Registering fuel value 700000 for fluid diesel. +[POSTINITIALIZATION][SERVER][INFO] Adding 1 PneumaticCraft Assembly (Drill) recipe(s) +[POSTINITIALIZATION][SERVER][INFO] Adding 1 PneumaticCraft Assembly (Drill) recipe(s) +[POSTINITIALIZATION][SERVER][INFO] Adding 1 PneumaticCraft Assembly (Drill) recipe(s) +[POSTINITIALIZATION][SERVER][INFO] Adding 1 PneumaticCraft Assembly (Drill) recipe(s) +[POSTINITIALIZATION][SERVER][INFO] Adding 1 PneumaticCraft Pressure Chamber recipe(s) +[AVAILABLE][SERVER][INFO] Removing chisel group called: blockCharcoal +[AVAILABLE][SERVER][INFO] Removing chisel group called: blockSteel +[AVAILABLE][SERVER][INFO] Removing 0 Crusher Recipe(s) for Unknown item +[AVAILABLE][SERVER][INFO] Removing chisel group called: blockCobalt +[AVAILABLE][SERVER][INFO] Removing 0 Crusher Recipe(s) for Unknown item +[AVAILABLE][SERVER][INFO] Removing AlchemyTable recipe for: [1xtile.tconstruct.ore@0,1xitem.bloodmagic.cutting_fluid@0] +[AVAILABLE][SERVER][INFO] Removing chisel group called: blockAluminum +[AVAILABLE][SERVER][INFO] Removing 0 Crusher Recipe(s) for Unknown item +[AVAILABLE][SERVER][INFO] Removing AlchemyTable recipe for: [1xitem.geolosys.cluster@6,1xitem.bloodmagic.cutting_fluid@0] +[AVAILABLE][SERVER][INFO] Removing AlchemyTable recipe for: [1xtile.immersiveengineering.ore@1,1xitem.bloodmagic.cutting_fluid@0] +[AVAILABLE][SERVER][INFO] Removing AlchemyTable recipe for: [1xtile.basic_block_core.0@7,1xitem.bloodmagic.cutting_fluid@0] +[AVAILABLE][SERVER][INFO] Removing AlchemyTable recipe for: [1xtile.asteroids_block.0@3,1xitem.bloodmagic.cutting_fluid@0] +[AVAILABLE][SERVER][INFO] Removing AlchemyTable recipe for: [1xtile.venus.0@6,1xitem.bloodmagic.cutting_fluid@0] +[AVAILABLE][SERVER][INFO] Removing chisel group called: blockGold +[AVAILABLE][SERVER][INFO] Removing 0 Crusher Recipe(s) for Unknown item +[AVAILABLE][SERVER][INFO] Removing AlchemyTable recipe for: [1xtile.oreGold@0,1xitem.bloodmagic.cutting_fluid@0] +[AVAILABLE][SERVER][INFO] Removing AlchemyTable recipe for: [1xitem.geolosys.cluster@1,1xitem.bloodmagic.cutting_fluid@0] +[AVAILABLE][SERVER][INFO] Removing AlchemyTable recipe for: [1xtile.abygolore@0,1xitem.bloodmagic.cutting_fluid@0] +[AVAILABLE][SERVER][INFO] Removing AlchemyTable recipe for: [1xtile.contenttweaker.sub_block_holder_0@7,1xitem.bloodmagic.cutting_fluid@0] +[AVAILABLE][SERVER][INFO] Removing chisel group called: blockPlatinum +[AVAILABLE][SERVER][INFO] Removing 0 Crusher Recipe(s) for Unknown item +[AVAILABLE][SERVER][INFO] Removing AlchemyTable recipe for: [1xitem.geolosys.cluster@8,1xitem.bloodmagic.cutting_fluid@0] +[AVAILABLE][SERVER][INFO] Removing chisel group called: blockTin +[AVAILABLE][SERVER][INFO] Removing 0 Crusher Recipe(s) for Unknown item +[AVAILABLE][SERVER][INFO] Removing AlchemyTable recipe for: [1xitem.geolosys.cluster@3,1xitem.bloodmagic.cutting_fluid@0] +[AVAILABLE][SERVER][INFO] Removing AlchemyTable recipe for: [1xtile.OreBlock@2,1xitem.bloodmagic.cutting_fluid@0] +[AVAILABLE][SERVER][INFO] Removing AlchemyTable recipe for: [1xtile.basic_block_core.0@6,1xitem.bloodmagic.cutting_fluid@0] +[AVAILABLE][SERVER][INFO] Removing AlchemyTable recipe for: [1xtile.basic_block_moon.0@1,1xitem.bloodmagic.cutting_fluid@0] +[AVAILABLE][SERVER][INFO] Removing AlchemyTable recipe for: [1xtile.mercury.0@4,1xitem.bloodmagic.cutting_fluid@0] +[AVAILABLE][SERVER][INFO] Removing AlchemyTable recipe for: [1xtile.ceres.0@4,1xitem.bloodmagic.cutting_fluid@0] +[AVAILABLE][SERVER][INFO] Removing AlchemyTable recipe for: [1xtile.jupiter.0@4,1xitem.bloodmagic.cutting_fluid@0] +[AVAILABLE][SERVER][INFO] Removing AlchemyTable recipe for: [1xtile.saturn.0@4,1xitem.bloodmagic.cutting_fluid@0] +[AVAILABLE][SERVER][INFO] Removing AlchemyTable recipe for: [1xtile.neptune.0@4,1xitem.bloodmagic.cutting_fluid@0] +[AVAILABLE][SERVER][INFO] Removing AlchemyTable recipe for: [1xtile.pluto.0@4,1xitem.bloodmagic.cutting_fluid@0] +[AVAILABLE][SERVER][INFO] Removing AlchemyTable recipe for: [1xtile.eris.0@4,1xitem.bloodmagic.cutting_fluid@0] +[AVAILABLE][SERVER][INFO] Removing AlchemyTable recipe for: [1xtile.callisto.0@4,1xitem.bloodmagic.cutting_fluid@0] +[AVAILABLE][SERVER][INFO] Removing AlchemyTable recipe for: [1xtile.deimos.0@4,1xitem.bloodmagic.cutting_fluid@0] +[AVAILABLE][SERVER][INFO] Removing AlchemyTable recipe for: [1xtile.europa.0@4,1xitem.bloodmagic.cutting_fluid@0] +[AVAILABLE][SERVER][INFO] Removing AlchemyTable recipe for: [1xtile.ganymede.0@4,1xitem.bloodmagic.cutting_fluid@0] +[AVAILABLE][SERVER][INFO] Removing AlchemyTable recipe for: [1xtile.io.0@4,1xitem.bloodmagic.cutting_fluid@0] +[AVAILABLE][SERVER][INFO] Removing AlchemyTable recipe for: [1xtile.phobos.0@4,1xitem.bloodmagic.cutting_fluid@0] +[AVAILABLE][SERVER][INFO] Removing AlchemyTable recipe for: [1xtile.rhea.0@4,1xitem.bloodmagic.cutting_fluid@0] +[AVAILABLE][SERVER][INFO] Removing AlchemyTable recipe for: [1xtile.titan.0@4,1xitem.bloodmagic.cutting_fluid@0] +[AVAILABLE][SERVER][INFO] Removing AlchemyTable recipe for: [1xtile.triton.0@4,1xitem.bloodmagic.cutting_fluid@0] +[AVAILABLE][SERVER][INFO] Removing AlchemyTable recipe for: [1xtile.oberon.0@4,1xitem.bloodmagic.cutting_fluid@0] +[AVAILABLE][SERVER][INFO] Removing AlchemyTable recipe for: [1xtile.iapetus.0@4,1xitem.bloodmagic.cutting_fluid@0] +[AVAILABLE][SERVER][INFO] Removing AlchemyTable recipe for: [1xtile.titania.0@4,1xitem.bloodmagic.cutting_fluid@0] +[AVAILABLE][SERVER][INFO] Removing AlchemyTable recipe for: [1xtile.kepler22b.0@3,1xitem.bloodmagic.cutting_fluid@0] +[AVAILABLE][SERVER][INFO] Removing AlchemyTable recipe for: [1xtile.abytinore@0,1xitem.bloodmagic.cutting_fluid@0] +[AVAILABLE][SERVER][INFO] Removing AlchemyTable recipe for: [1xtile.mars.0@1,1xitem.bloodmagic.cutting_fluid@0] +[AVAILABLE][SERVER][INFO] Removing AlchemyTable recipe for: [1xtile.venus.0@11,1xitem.bloodmagic.cutting_fluid@0] +[AVAILABLE][SERVER][INFO] Removing chisel group called: blockCopper +[AVAILABLE][SERVER][INFO] Removing 0 Crusher Recipe(s) for Unknown item +[AVAILABLE][SERVER][INFO] Removing AlchemyTable recipe for: [1xitem.geolosys.cluster@2,1xitem.bloodmagic.cutting_fluid@0] +[AVAILABLE][SERVER][INFO] Removing AlchemyTable recipe for: [1xtile.immersiveengineering.ore@0,1xitem.bloodmagic.cutting_fluid@0] +[AVAILABLE][SERVER][INFO] Removing AlchemyTable recipe for: [1xtile.OreBlock@1,1xitem.bloodmagic.cutting_fluid@0] +[AVAILABLE][SERVER][INFO] Removing AlchemyTable recipe for: [1xtile.basic_block_core.0@5,1xitem.bloodmagic.cutting_fluid@0] +[AVAILABLE][SERVER][INFO] Removing AlchemyTable recipe for: [1xtile.basic_block_moon.0@0,1xitem.bloodmagic.cutting_fluid@0] +[AVAILABLE][SERVER][INFO] Removing AlchemyTable recipe for: [1xtile.mercury.0@5,1xitem.bloodmagic.cutting_fluid@0] +[AVAILABLE][SERVER][INFO] Removing AlchemyTable recipe for: [1xtile.ceres.0@5,1xitem.bloodmagic.cutting_fluid@0] +[AVAILABLE][SERVER][INFO] Removing AlchemyTable recipe for: [1xtile.jupiter.0@5,1xitem.bloodmagic.cutting_fluid@0] +[AVAILABLE][SERVER][INFO] Removing AlchemyTable recipe for: [1xtile.saturn.0@5,1xitem.bloodmagic.cutting_fluid@0] +[AVAILABLE][SERVER][INFO] Removing AlchemyTable recipe for: [1xtile.neptune.0@5,1xitem.bloodmagic.cutting_fluid@0] +[AVAILABLE][SERVER][INFO] Removing AlchemyTable recipe for: [1xtile.pluto.0@5,1xitem.bloodmagic.cutting_fluid@0] +[AVAILABLE][SERVER][INFO] Removing AlchemyTable recipe for: [1xtile.eris.0@5,1xitem.bloodmagic.cutting_fluid@0] +[AVAILABLE][SERVER][INFO] Removing AlchemyTable recipe for: [1xtile.callisto.0@5,1xitem.bloodmagic.cutting_fluid@0] +[AVAILABLE][SERVER][INFO] Removing AlchemyTable recipe for: [1xtile.deimos.0@5,1xitem.bloodmagic.cutting_fluid@0] +[AVAILABLE][SERVER][INFO] Removing AlchemyTable recipe for: [1xtile.europa.0@5,1xitem.bloodmagic.cutting_fluid@0] +[AVAILABLE][SERVER][INFO] Removing AlchemyTable recipe for: [1xtile.ganymede.0@5,1xitem.bloodmagic.cutting_fluid@0] +[AVAILABLE][SERVER][INFO] Removing AlchemyTable recipe for: [1xtile.io.0@5,1xitem.bloodmagic.cutting_fluid@0] +[AVAILABLE][SERVER][INFO] Removing AlchemyTable recipe for: [1xtile.phobos.0@5,1xitem.bloodmagic.cutting_fluid@0] +[AVAILABLE][SERVER][INFO] Removing AlchemyTable recipe for: [1xtile.rhea.0@5,1xitem.bloodmagic.cutting_fluid@0] +[AVAILABLE][SERVER][INFO] Removing AlchemyTable recipe for: [1xtile.titan.0@5,1xitem.bloodmagic.cutting_fluid@0] +[AVAILABLE][SERVER][INFO] Removing AlchemyTable recipe for: [1xtile.triton.0@5,1xitem.bloodmagic.cutting_fluid@0] +[AVAILABLE][SERVER][INFO] Removing AlchemyTable recipe for: [1xtile.oberon.0@5,1xitem.bloodmagic.cutting_fluid@0] +[AVAILABLE][SERVER][INFO] Removing AlchemyTable recipe for: [1xtile.iapetus.0@5,1xitem.bloodmagic.cutting_fluid@0] +[AVAILABLE][SERVER][INFO] Removing AlchemyTable recipe for: [1xtile.titania.0@5,1xitem.bloodmagic.cutting_fluid@0] +[AVAILABLE][SERVER][INFO] Removing AlchemyTable recipe for: [1xtile.kepler22b.0@4,1xitem.bloodmagic.cutting_fluid@0] +[AVAILABLE][SERVER][INFO] Removing AlchemyTable recipe for: [1xtile.abycopore@0,1xitem.bloodmagic.cutting_fluid@0] +[AVAILABLE][SERVER][INFO] Removing AlchemyTable recipe for: [1xtile.mars.0@0,1xitem.bloodmagic.cutting_fluid@0] +[AVAILABLE][SERVER][INFO] Removing AlchemyTable recipe for: [1xtile.venus.0@7,1xitem.bloodmagic.cutting_fluid@0] +[AVAILABLE][SERVER][INFO] Removing 0 Crusher Recipe(s) for Unknown item +[AVAILABLE][SERVER][INFO] Removing AlchemyTable recipe for: [1xtile.tconstruct.ore@1,1xitem.bloodmagic.cutting_fluid@0] +[AVAILABLE][SERVER][INFO] Removing 0 Crusher Recipe(s) for Unknown item +[AVAILABLE][SERVER][INFO] Removing AlchemyTable recipe for: [1xtile.neptune.0@6,1xitem.bloodmagic.cutting_fluid@0] +[AVAILABLE][SERVER][INFO] Removing chisel group called: blockElectrum +[AVAILABLE][SERVER][INFO] Removing chisel group called: blockNickel +[AVAILABLE][SERVER][INFO] Removing 0 Crusher Recipe(s) for Unknown item +[AVAILABLE][SERVER][INFO] Removing AlchemyTable recipe for: [1xitem.geolosys.cluster@7,1xitem.bloodmagic.cutting_fluid@0] +[AVAILABLE][SERVER][INFO] Removing AlchemyTable recipe for: [1xtile.immersiveengineering.ore@4,1xitem.bloodmagic.cutting_fluid@0] +[AVAILABLE][SERVER][INFO] Removing AlchemyTable recipe for: [1xtile.jupiter.0@7,1xitem.bloodmagic.cutting_fluid@0] +[AVAILABLE][SERVER][INFO] Removing 0 Crusher Recipe(s) for Unknown item +[AVAILABLE][SERVER][INFO] Removing AlchemyTable recipe for: [1xitem.geolosys.cluster@12,1xitem.bloodmagic.cutting_fluid@0] +[AVAILABLE][SERVER][INFO] Removing AlchemyTable recipe for: [1xtile.OreBlock@0,1xitem.bloodmagic.cutting_fluid@0] +[AVAILABLE][SERVER][INFO] Removing chisel group called: blockLead +[AVAILABLE][SERVER][INFO] Removing 0 Crusher Recipe(s) for Unknown item +[AVAILABLE][SERVER][INFO] Removing AlchemyTable recipe for: [1xitem.geolosys.cluster@5,1xitem.bloodmagic.cutting_fluid@0] +[AVAILABLE][SERVER][INFO] Removing AlchemyTable recipe for: [1xtile.immersiveengineering.ore@2,1xitem.bloodmagic.cutting_fluid@0] +[AVAILABLE][SERVER][INFO] Removing AlchemyTable recipe for: [1xtile.venus.0@8,1xitem.bloodmagic.cutting_fluid@0] +[AVAILABLE][SERVER][INFO] Removing chisel group called: blockBronze +[AVAILABLE][SERVER][INFO] Removing chisel group called: blockIron +[AVAILABLE][SERVER][INFO] Removing 0 Crusher Recipe(s) for Unknown item +[AVAILABLE][SERVER][INFO] Removing AlchemyTable recipe for: [1xtile.oreIron@0,1xitem.bloodmagic.cutting_fluid@0] +[AVAILABLE][SERVER][INFO] Removing AlchemyTable recipe for: [1xitem.geolosys.cluster@0,1xitem.bloodmagic.cutting_fluid@0] +[AVAILABLE][SERVER][INFO] Removing AlchemyTable recipe for: [1xtile.mercury.0@3,1xitem.bloodmagic.cutting_fluid@0] +[AVAILABLE][SERVER][INFO] Removing AlchemyTable recipe for: [1xtile.ceres.0@3,1xitem.bloodmagic.cutting_fluid@0] +[AVAILABLE][SERVER][INFO] Removing AlchemyTable recipe for: [1xtile.jupiter.0@3,1xitem.bloodmagic.cutting_fluid@0] +[AVAILABLE][SERVER][INFO] Removing AlchemyTable recipe for: [1xtile.saturn.0@3,1xitem.bloodmagic.cutting_fluid@0] +[AVAILABLE][SERVER][INFO] Removing AlchemyTable recipe for: [1xtile.neptune.0@3,1xitem.bloodmagic.cutting_fluid@0] +[AVAILABLE][SERVER][INFO] Removing AlchemyTable recipe for: [1xtile.pluto.0@3,1xitem.bloodmagic.cutting_fluid@0] +[AVAILABLE][SERVER][INFO] Removing AlchemyTable recipe for: [1xtile.eris.0@3,1xitem.bloodmagic.cutting_fluid@0] +[AVAILABLE][SERVER][INFO] Removing AlchemyTable recipe for: [1xtile.callisto.0@3,1xitem.bloodmagic.cutting_fluid@0] +[AVAILABLE][SERVER][INFO] Removing AlchemyTable recipe for: [1xtile.deimos.0@3,1xitem.bloodmagic.cutting_fluid@0] +[AVAILABLE][SERVER][INFO] Removing AlchemyTable recipe for: [1xtile.europa.0@3,1xitem.bloodmagic.cutting_fluid@0] +[AVAILABLE][SERVER][INFO] Removing AlchemyTable recipe for: [1xtile.ganymede.0@3,1xitem.bloodmagic.cutting_fluid@0] +[AVAILABLE][SERVER][INFO] Removing AlchemyTable recipe for: [1xtile.io.0@3,1xitem.bloodmagic.cutting_fluid@0] +[AVAILABLE][SERVER][INFO] Removing AlchemyTable recipe for: [1xtile.phobos.0@3,1xitem.bloodmagic.cutting_fluid@0] +[AVAILABLE][SERVER][INFO] Removing AlchemyTable recipe for: [1xtile.rhea.0@3,1xitem.bloodmagic.cutting_fluid@0] +[AVAILABLE][SERVER][INFO] Removing AlchemyTable recipe for: [1xtile.titan.0@3,1xitem.bloodmagic.cutting_fluid@0] +[AVAILABLE][SERVER][INFO] Removing AlchemyTable recipe for: [1xtile.triton.0@3,1xitem.bloodmagic.cutting_fluid@0] +[AVAILABLE][SERVER][INFO] Removing AlchemyTable recipe for: [1xtile.oberon.0@3,1xitem.bloodmagic.cutting_fluid@0] +[AVAILABLE][SERVER][INFO] Removing AlchemyTable recipe for: [1xtile.iapetus.0@3,1xitem.bloodmagic.cutting_fluid@0] +[AVAILABLE][SERVER][INFO] Removing AlchemyTable recipe for: [1xtile.titania.0@3,1xitem.bloodmagic.cutting_fluid@0] +[AVAILABLE][SERVER][INFO] Removing AlchemyTable recipe for: [1xtile.kepler22b.0@2,1xitem.bloodmagic.cutting_fluid@0] +[AVAILABLE][SERVER][INFO] Removing AlchemyTable recipe for: [1xtile.abyiroore@0,1xitem.bloodmagic.cutting_fluid@0] +[AVAILABLE][SERVER][INFO] Removing AlchemyTable recipe for: [1xtile.contenttweaker.sub_block_holder_0@10,1xitem.bloodmagic.cutting_fluid@0] +[AVAILABLE][SERVER][INFO] Removing AlchemyTable recipe for: [1xtile.mars.0@3,1xitem.bloodmagic.cutting_fluid@0] +[AVAILABLE][SERVER][INFO] Removing chisel group called: blockSilver +[AVAILABLE][SERVER][INFO] Removing 0 Crusher Recipe(s) for Unknown item +[AVAILABLE][SERVER][INFO] Removing AlchemyTable recipe for: [1xitem.geolosys.cluster@4,1xitem.bloodmagic.cutting_fluid@0] +[AVAILABLE][SERVER][INFO] Removing AlchemyTable recipe for: [1xtile.immersiveengineering.ore@3,1xitem.bloodmagic.cutting_fluid@0] +[AVAILABLE][SERVER][INFO] Removing 0 Crusher Recipe(s) for Unknown item +[AVAILABLE][SERVER][INFO] Removing AlchemyTable recipe for: [1xitem.geolosys.cluster@9,1xitem.bloodmagic.cutting_fluid@0] +[AVAILABLE][SERVER][INFO] Removing AlchemyTable recipe for: [1xtile.immersiveengineering.ore@5,1xitem.bloodmagic.cutting_fluid@0] +[AVAILABLE][SERVER][INFO] Removing AlchemyTable recipe for: [1xtile.ceres.0@6,1xitem.bloodmagic.cutting_fluid@0] +[AVAILABLE][SERVER][INFO] Removing 0 Crusher Recipe(s) for Unknown item +[AVAILABLE][SERVER][INFO] Removing AlchemyTable recipe for: [1xitem.meteoric_iron_raw@0,1xitem.bloodmagic.cutting_fluid@0] +[AVAILABLE][SERVER][INFO] Removing AlchemyTable recipe for: [1xtile.fallen_meteor@0,1xitem.bloodmagic.cutting_fluid@0] +[AVAILABLE][SERVER][INFO] Removing 0 Crusher Recipe(s) for Unknown item +[AVAILABLE][SERVER][INFO] Removing 0 Crusher Recipe(s) for Unknown item +[AVAILABLE][SERVER][INFO] Removing 0 Crusher Recipe(s) for Unknown item +[AVAILABLE][SERVER][INFO] Removing 0 Crusher Recipe(s) for Unknown item +[AVAILABLE][SERVER][INFO] Removing 0 Crusher Recipe(s) for Unknown item +[AVAILABLE][SERVER][INFO] Removing 0 Crusher Recipe(s) for Unknown item +[AVAILABLE][SERVER][INFO] Removing 0 Crusher Recipe(s) for Unknown item +[AVAILABLE][SERVER][INFO] Removing 0 Crusher Recipe(s) for Unknown item +[AVAILABLE][SERVER][INFO] Removing 0 Crusher Recipe(s) for Unknown item +[AVAILABLE][SERVER][INFO] Removing 0 Crusher Recipe(s) for Unknown item +[AVAILABLE][SERVER][INFO] Removing 0 Crusher Recipe(s) for Unknown item +[AVAILABLE][SERVER][INFO] Removing 0 Crusher Recipe(s) for Unknown item +[AVAILABLE][SERVER][INFO] Removing 0 Crusher Recipe(s) for Unknown item +[AVAILABLE][SERVER][INFO] Removing 0 Crusher Recipe(s) for Unknown item +[AVAILABLE][SERVER][INFO] Removing 0 Crusher Recipe(s) for Unknown item +[AVAILABLE][SERVER][INFO] Removing 0 Crusher Recipe(s) for Unknown item +[AVAILABLE][SERVER][INFO] Removing 0 Crusher Recipe(s) for Unknown item +[AVAILABLE][SERVER][INFO] Altering Kiln Recipe(s) for Kiln - Flour +[AVAILABLE][SERVER][INFO] Successfully removed all recipes with Kiln - Flour as input +[AVAILABLE][SERVER][INFO] Altering Mill Recipe(s) for Mill - Cut Leather (Scoured) +[AVAILABLE][SERVER][INFO] Successfully removed all recipes for Mill - Cut Leather (Scoured) +[AVAILABLE][SERVER][INFO] Altering Mill Recipe(s) for Mill - Flour +[AVAILABLE][SERVER][INFO] Successfully removed all recipes for Mill - Flour +[AVAILABLE][SERVER][INFO] Altering Mill Recipe(s) for Mill - Dandelion Yellow +[AVAILABLE][SERVER][INFO] Successfully removed all recipes for Mill - Dandelion Yellow +[AVAILABLE][SERVER][INFO] Altering Mill Recipe(s) for Mill - Light Blue Dye +[AVAILABLE][SERVER][INFO] Successfully removed all recipes for Mill - Light Blue Dye +[AVAILABLE][SERVER][INFO] Altering Mill Recipe(s) for Mill - Magenta Dye +[AVAILABLE][SERVER][INFO] Successfully removed all recipes for Mill - Magenta Dye +[AVAILABLE][SERVER][INFO] Altering Mill Recipe(s) for Mill - Orange Dye +[AVAILABLE][SERVER][INFO] Successfully removed all recipes for Mill - Orange Dye +[AVAILABLE][SERVER][INFO] Altering Mill Recipe(s) for Mill - Rose Red +[AVAILABLE][SERVER][INFO] Successfully removed all recipes for Mill - Rose Red +[AVAILABLE][SERVER][INFO] Altering Mill Recipe(s) for Mill - Cocoa Beans +[AVAILABLE][SERVER][WARNING] No recipes were removed for output Mill - Cocoa Beans +[AVAILABLE][SERVER][INFO] Altering Mill Recipe(s) for Mill - Light Gray Dye +[AVAILABLE][SERVER][INFO] Successfully removed all recipes for Mill - Light Gray Dye +[AVAILABLE][SERVER][INFO] Altering Mill Recipe(s) for Mill - Pink Dye +[AVAILABLE][SERVER][INFO] Successfully removed all recipes for Mill - Pink Dye +[AVAILABLE][SERVER][INFO] Altering Mill Recipe(s) for Mill - String,Rose Red +[AVAILABLE][SERVER][INFO] Successfully removed all recipes for Mill - String,Rose Red +[AVAILABLE][SERVER][INFO] Altering Cauldron Recipe(s) for Cauldron - Fertilizer +[AVAILABLE][SERVER][INFO] Successfully removed all recipes for Cauldron - Fertilizer +[AVAILABLE][SERVER][INFO] Altering Cauldron Recipe(s) for Cauldron - Nethercoal +[AVAILABLE][SERVER][INFO] Successfully removed all recipes for Cauldron - Nethercoal +[AVAILABLE][SERVER][INFO] Altering Cauldron Recipe(s) for Cauldron - Glue +[AVAILABLE][SERVER][INFO] Successfully removed all recipes for Cauldron - Glue +[AVAILABLE][SERVER][INFO] Altering Cauldron Recipe(s) for Cauldron - Glue +[AVAILABLE][SERVER][INFO] Successfully removed all recipes for Cauldron - Glue +[AVAILABLE][SERVER][INFO] Altering Cauldron Recipe(s) for Cauldron - Glue +[AVAILABLE][SERVER][INFO] Successfully removed all recipes for Cauldron - Glue +[AVAILABLE][SERVER][INFO] Altering Cauldron Recipe(s) for Cauldron - Glue +[AVAILABLE][SERVER][INFO] Successfully removed all recipes for Cauldron - Glue +[AVAILABLE][SERVER][INFO] Altering Cauldron Recipe(s) for Cauldron - Tanned Leather +[AVAILABLE][SERVER][INFO] Successfully removed all recipes for Cauldron - Tanned Leather +[AVAILABLE][SERVER][INFO] Altering Cauldron Recipe(s) for Cauldron - Tallow +[AVAILABLE][SERVER][INFO] Successfully removed all recipes for Cauldron - Tallow +[AVAILABLE][SERVER][INFO] Altering Cauldron Recipe(s) for Cauldron - Cut Leather (Tanned) +[AVAILABLE][SERVER][INFO] Successfully removed all recipes for Cauldron - Cut Leather (Tanned) +[AVAILABLE][SERVER][INFO] Altering Cauldron Recipe(s) for Cauldron - Potash +[AVAILABLE][SERVER][INFO] Successfully removed all recipes for Cauldron - Potash +[AVAILABLE][SERVER][INFO] Altering Cauldron Recipe(s) for Cauldron - Potash +[AVAILABLE][SERVER][INFO] Successfully removed all recipes for Cauldron - Potash +[AVAILABLE][SERVER][INFO] Altering Cauldron Recipe(s) for Cauldron - Block of Dung +[AVAILABLE][SERVER][INFO] Successfully removed all recipes for Cauldron - Block of Dung +[AVAILABLE][SERVER][INFO] Altering Cauldron Recipe(s) for Cauldron - Alicio Sapling +[AVAILABLE][SERVER][INFO] Successfully removed all recipes for Cauldron - Alicio Sapling +[AVAILABLE][SERVER][INFO] Altering Crucible Recipe(s) for Crucible - Glass Chunk +[AVAILABLE][SERVER][INFO] Successfully removed all recipes for Crucible - Glass Chunk +[AVAILABLE][SERVER][INFO] Altering Crucible Recipe(s) for Crucible - Glass Chunk +[AVAILABLE][SERVER][INFO] Successfully removed all recipes for Crucible - Glass Chunk +[AVAILABLE][SERVER][INFO] Altering Crucible Recipe(s) for Crucible - Glass +[AVAILABLE][SERVER][INFO] Successfully removed all recipes for Crucible - Glass +[AVAILABLE][SERVER][INFO] Altering Crucible Recipe(s) for Crucible - Iron Ingot +[AVAILABLE][SERVER][INFO] Successfully removed all recipes for Crucible - Iron Ingot +[AVAILABLE][SERVER][INFO] Altering Saw Recipe(s) for Saw - Wooden Gear +[AVAILABLE][SERVER][INFO] Successfully removed all recipes for Saw - Wooden Gear +[AVAILABLE][SERVER][INFO] Altering Saw Recipe(s) for Saw - Oak Wood Planks Siding,Leather Belt,Wooden Gear,Iron Ingot +[AVAILABLE][SERVER][INFO] Successfully removed all recipes for Saw - Oak Wood Planks Siding,Leather Belt,Wooden Gear,Iron Ingot +[AVAILABLE][SERVER][INFO] Altering Saw Recipe(s) for Saw - Cut Leather (Tanned),Leather Belt,Wooden Gear,Oak Wood Planks Siding +[AVAILABLE][SERVER][INFO] Successfully removed all recipes for Saw - Cut Leather (Tanned),Leather Belt,Wooden Gear,Oak Wood Planks Siding +[AVAILABLE][SERVER][INFO] Altering Saw Recipe(s) for Saw - Oak Wood Planks Siding,Wooden Gear,Redstone Latch +[AVAILABLE][SERVER][INFO] Successfully removed all recipes for Saw - Oak Wood Planks Siding,Wooden Gear,Redstone Latch +[AVAILABLE][SERVER][INFO] Altering Saw Recipe(s) for Saw - Oak Wood Planks Siding,Iron Ingot,Wooden Gear,Redstone Latch +[AVAILABLE][SERVER][INFO] Successfully removed all recipes for Saw - Oak Wood Planks Siding,Iron Ingot,Wooden Gear,Redstone Latch +[AVAILABLE][SERVER][INFO] Altering Saw Recipe(s) for Saw - Oak Wood Planks Moulding,Wooden Gear,Wooden Pressure Plate +[AVAILABLE][SERVER][INFO] Successfully removed all recipes for Saw - Oak Wood Planks Moulding,Wooden Gear,Wooden Pressure Plate +[AVAILABLE][SERVER][INFO] Altering Saw Recipe(s) for Saw - Oak Wood Planks Moulding,Diamond +[AVAILABLE][SERVER][WARNING] No recipes were removed for output Saw - Oak Wood Planks Moulding,Diamond +[AVAILABLE][SERVER][INFO] Altering Saw Recipe(s) for Saw - Oak Wood Planks Siding,Diamond +[AVAILABLE][SERVER][INFO] Successfully removed all recipes for Saw - Oak Wood Planks Siding,Diamond +[AVAILABLE][SERVER][INFO] Removing AlchemyArray recipe for: 1xitem.redstone@0 and 1xitem.bloodmagic.slate@3 +[AVAILABLE][SERVER][INFO] Removing AlchemyArray recipe for: 1xitem.bloodmagic.baseComponent@8 and 1xitem.swordDiamond@0 +[AVAILABLE][SERVER][INFO] Removing AlchemyArray recipe for: 1xitem.bloodmagic.baseComponent@8 and 1xitem.pickaxeDiamond@0 +[AVAILABLE][SERVER][INFO] Removing AlchemyArray recipe for: 1xitem.bloodmagic.baseComponent@8 and 1xitem.hatchetDiamond@0 +[AVAILABLE][SERVER][INFO] Removing AlchemyArray recipe for: 1xitem.bloodmagic.baseComponent@8 and 1xitem.shovelDiamond@0 +[AVAILABLE][SERVER][INFO] Removing AlchemyArray recipe for: 1xitem.bloodmagic.baseComponent@11 and 1xitem.bloodmagic.slate@1 +[AVAILABLE][SERVER][INFO] Removing AlchemyArray recipe for: 1xitem.bloodmagic.baseComponent@27 and 1xitem.bloodmagic.slate@1 +[AVAILABLE][SERVER][INFO] Removing AlchemyTable recipe for: [1xitem.wheat@0,1xitem.sugar@0] +[AVAILABLE][SERVER][INFO] Removing Blood Altar recipe for: 1xitem.bloodmagic.orb@0 +[AVAILABLE][SERVER][INFO] Removing Blood Altar recipe for: 1xitem.bloodmagic.orb@0 +[AVAILABLE][SERVER][INFO] Removing Blood Altar recipe for: 1xitem.bloodmagic.sanguineBook@0 +[AVAILABLE][SERVER][INFO] Removing Blood Altar recipe for: 1xitem.bloodmagic.daggerOfSacrifice@0 +[AVAILABLE][SERVER][INFO] Removing TartaricForge recipe for: [1xitem.redstone@0,1xitem.pt.dye_powder@0,1xitem.sulphur@0,1xitem.coal@32767] +[AVAILABLE][SERVER][INFO] Removing TartaricForge recipe for: [1xtile.lightgem@0,1xtile.torch@0,1xitem.redstone@0,1xitem.redstone@0] +[AVAILABLE][SERVER][INFO] Removing TartaricForge recipe for: [1xtile.ice@0,1xitem.snowball@0,1xitem.snowball@0,1xitem.redstone@0] +[AVAILABLE][SERVER][INFO] Removing TartaricForge recipe for: [1xtile.bloodmagic.teleposer@0,1xitem.diamond@0,1xitem.enderPearl@0,1xtile.obsidian@0] +[AVAILABLE][SERVER][INFO] Removing TartaricForge recipe for: [1xtile.blockIron@0,1xitem.diamond@0,1xitem.bloodmagic.slate@2] +[AVAILABLE][SERVER][INFO] Removing TartaricForge recipe for: [1xitem.chestplateDiamond@0,1xitem.bloodmagic.soulGem.@1,1xtile.blockIron@0,1xtile.obsidian@0] +[AVAILABLE][SERVER][INFO] Removing TartaricForge recipe for: [1xitem.ghastTear@0,1xitem.feather@0,1xitem.feather@0] +[AVAILABLE][SERVER][INFO] Removing TartaricForge recipe for: [1xtile.bloodmagic.soulForge@0,1xtile.stone@0,1xitem.dyePowder@4,1xtile.glass@0] +[AVAILABLE][SERVER][INFO] Removing TartaricForge recipe for: [1xitem.bloodmagic.soulGem.@0,1xitem.diamond@0,1xtile.blockRedstone@0,1xtile.blockLapis@0] +[AVAILABLE][SERVER][INFO] Removing TartaricForge recipe for: [1xitem.bloodmagic.soulGem.@1,1xitem.diamond@0,1xtile.blockGold@0,1xitem.bloodmagic.slate@2] +[AVAILABLE][SERVER][INFO] Removing TartaricForge recipe for: [1xitem.stick@0,1xitem.bloodmagic.slate@1,1xitem.dyePowder@4,1xitem.dyePowder@4] +[AVAILABLE][SERVER][INFO] Removing TartaricForge recipe for: [1xitem.cauldron@0,1xtile.stone@0,1xitem.dyePowder@4,1xitem.diamond@0] +[AVAILABLE][SERVER][INFO] Removing TartaricForge recipe for: [1xtile.glass@0,1xtile.stone@0,1xitem.bloodmagic.slate@0] +[AVAILABLE][SERVER][INFO] Removing TartaricForge recipe for: [1xitem.redstone@0,1xitem.ingotGold@0,1xtile.glass@0,1xitem.pt.dye_powder@11] +[AVAILABLE][SERVER][INFO] Removing chisel group called: ironpane +[AVAILABLE][SERVER][INFO] Adding chisel group called: vg_blockcharcoal +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blockcharcoal and item: 1xtile.charcoal_block@0 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blockcharcoal and item: 1xtile.chisel.block_charcoal@0 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blockcharcoal and item: 1xtile.chisel.block_charcoal@1 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blockcharcoal and item: 1xtile.chisel.block_charcoal@2 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blockcharcoal and item: 1xtile.chisel.block_charcoal@3 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blockcharcoal and item: 1xtile.chisel.block_charcoal@4 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blockcharcoal and item: 1xtile.chisel.block_charcoal@5 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blockcharcoal and item: 1xtile.chisel.block_charcoal@6 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blockcharcoal and item: 1xtile.chisel.block_charcoal@7 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blockcharcoal and item: 1xtile.chisel.block_charcoal@8 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blockcharcoal and item: 1xtile.chisel.block_charcoal@9 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blockcharcoal and item: 1xtile.chisel.block_charcoal@10 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blockcharcoal and item: 1xtile.chisel.block_charcoal@11 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blockcharcoal and item: 1xtile.chisel.block_charcoal@12 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blockcharcoal and item: 1xtile.chisel.block_charcoal@13 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blockcharcoal and item: 1xtile.chisel.block_charcoal@14 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blockcharcoal and item: 1xtile.chisel.block_charcoal@15 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blockcharcoal and item: 1xtile.chisel.block_charcoal@0 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blockcharcoal and item: 1xtile.chisel.block_charcoal@1 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blockcharcoal and item: 1xtile.chisel.block_charcoal@2 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blockcharcoal and item: 1xtile.chisel.block_charcoal@3 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blockcharcoal and item: 1xtile.chisel.block_charcoal@4 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blockcharcoal and item: 1xtile.chisel.block_charcoal@5 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blockcharcoal and item: 1xtile.chisel.block_charcoal@6 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blockcharcoal and item: 1xtile.chisel.block_charcoal@7 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blockcharcoal and item: 1xtile.chisel.block_charcoal@8 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blockcharcoal and item: 1xtile.chisel.block_charcoal@9 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blockcharcoal and item: 1xtile.chisel.block_charcoal@10 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blockcharcoal and item: 1xtile.chisel.block_charcoal@11 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blockcharcoal and item: 1xtile.chisel.block_charcoal@12 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blockcharcoal and item: 1xtile.chisel.block_charcoal@13 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blockcharcoal and item: 1xtile.chisel.block_charcoal@14 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blockcharcoal and item: 1xtile.chisel.block_charcoal@15 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blockcharcoal and item: 1xtile.chisel.block_charcoal@0 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blockcharcoal and item: 1xtile.chisel.block_charcoal@1 +[AVAILABLE][SERVER][INFO] Altering Melting Recipe(s) for * 72 +[AVAILABLE][SERVER][INFO] Altering Melting Recipe(s) for * 144 +[AVAILABLE][SERVER][INFO] Altering Casting Recipe(s) for +[AVAILABLE][SERVER][INFO] Altering Melting Recipe(s) for * 144 +[AVAILABLE][SERVER][INFO] Altering Casting Recipe(s) for +[AVAILABLE][SERVER][INFO] Altering Melting Recipe(s) for * 576 +[AVAILABLE][SERVER][INFO] Altering Casting Recipe(s) for +[AVAILABLE][SERVER][INFO] Altering Melting Recipe(s) for * 16 +[AVAILABLE][SERVER][INFO] Altering Casting Recipe(s) for +[AVAILABLE][SERVER][INFO] Altering Melting Recipe(s) for * 72 +[AVAILABLE][SERVER][INFO] Adding chisel group called: vg_blocksteel +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blocksteel and item: 1xtile.immersiveengineering.storage@8 +[AVAILABLE][SERVER][INFO] Altering Melting Recipe(s) for * 1296 +[AVAILABLE][SERVER][INFO] Altering Casting Recipe(s) for +[AVAILABLE][SERVER][INFO] Altering Melting Recipe(s) for * 144 +[AVAILABLE][SERVER][INFO] Altering Casting Recipe(s) for +[AVAILABLE][SERVER][INFO] Altering Melting Recipe(s) for * 144 +[AVAILABLE][SERVER][INFO] Altering Casting Recipe(s) for +[AVAILABLE][SERVER][INFO] Altering Melting Recipe(s) for * 576 +[AVAILABLE][SERVER][INFO] Altering Casting Recipe(s) for +[AVAILABLE][SERVER][INFO] Altering Melting Recipe(s) for * 72 +[AVAILABLE][SERVER][INFO] Altering Melting Recipe(s) for * 1296 +[AVAILABLE][SERVER][INFO] Altering Casting Recipe(s) for +[AVAILABLE][SERVER][INFO] Altering Melting Recipe(s) for * 144 +[AVAILABLE][SERVER][INFO] Altering Casting Recipe(s) for +[AVAILABLE][SERVER][INFO] Altering Melting Recipe(s) for * 144 +[AVAILABLE][SERVER][INFO] Altering Casting Recipe(s) for +[AVAILABLE][SERVER][INFO] Altering Melting Recipe(s) for * 576 +[AVAILABLE][SERVER][INFO] Altering Casting Recipe(s) for +[AVAILABLE][SERVER][INFO] Altering Melting Recipe(s) for * 1296 +[AVAILABLE][SERVER][INFO] Altering Casting Recipe(s) for +[AVAILABLE][SERVER][INFO] Altering Melting Recipe(s) for * 144 +[AVAILABLE][SERVER][INFO] Altering Casting Recipe(s) for +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@3373d918" +[AVAILABLE][SERVER][INFO] Altering Melting Recipe(s) for * 72 +[AVAILABLE][SERVER][INFO] Altering Melting Recipe(s) for * 1296 +[AVAILABLE][SERVER][INFO] Altering Casting Recipe(s) for +[AVAILABLE][SERVER][INFO] Altering Melting Recipe(s) for * 144 +[AVAILABLE][SERVER][INFO] Altering Casting Recipe(s) for +[AVAILABLE][SERVER][INFO] Altering Melting Recipe(s) for * 144 +[AVAILABLE][SERVER][INFO] Altering Casting Recipe(s) for +[AVAILABLE][SERVER][INFO] Altering Melting Recipe(s) for * 576 +[AVAILABLE][SERVER][INFO] Altering Casting Recipe(s) for +[AVAILABLE][SERVER][INFO] Altering Melting Recipe(s) for * 16 +[AVAILABLE][SERVER][INFO] Altering Casting Recipe(s) for +[AVAILABLE][SERVER][INFO] Altering Melting Recipe(s) for * 72 +[AVAILABLE][SERVER][INFO] Adding chisel group called: vg_blockcobalt +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blockcobalt and item: 1xtile.tconstruct.metal@0 +[AVAILABLE][SERVER][INFO] Altering Melting Recipe(s) for * 1296 +[AVAILABLE][SERVER][INFO] Altering Casting Recipe(s) for +[AVAILABLE][SERVER][INFO] Altering Melting Recipe(s) for * 144 +[AVAILABLE][SERVER][INFO] Altering Casting Recipe(s) for +[AVAILABLE][SERVER][INFO] Altering Melting Recipe(s) for * 144 +[AVAILABLE][SERVER][INFO] Altering Casting Recipe(s) for +[AVAILABLE][SERVER][INFO] Altering Melting Recipe(s) for * 576 +[AVAILABLE][SERVER][INFO] Altering Casting Recipe(s) for +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@1496574" +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@222fad07" +[AVAILABLE][SERVER][INFO] Altering Melting Recipe(s) for * 1296 +[AVAILABLE][SERVER][INFO] Altering Casting Recipe(s) for +[AVAILABLE][SERVER][INFO] Altering Melting Recipe(s) for * 144 +[AVAILABLE][SERVER][INFO] Altering Casting Recipe(s) for +[AVAILABLE][SERVER][INFO] Altering Melting Recipe(s) for * 72 +[AVAILABLE][SERVER][INFO] Altering Melting Recipe(s) for * 1296 +[AVAILABLE][SERVER][INFO] Altering Casting Recipe(s) for +[AVAILABLE][SERVER][INFO] Altering Melting Recipe(s) for * 144 +[AVAILABLE][SERVER][INFO] Altering Casting Recipe(s) for +[AVAILABLE][SERVER][INFO] Altering Melting Recipe(s) for * 144 +[AVAILABLE][SERVER][INFO] Altering Casting Recipe(s) for +[AVAILABLE][SERVER][INFO] Altering Melting Recipe(s) for * 576 +[AVAILABLE][SERVER][INFO] Altering Casting Recipe(s) for +[AVAILABLE][SERVER][INFO] Altering Melting Recipe(s) for * 72 +[AVAILABLE][SERVER][INFO] Adding chisel group called: vg_blockaluminum +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blockaluminum and item: 1xtile.immersiveengineering.storage@1 +[AVAILABLE][SERVER][INFO] Altering Melting Recipe(s) for * 1296 +[AVAILABLE][SERVER][INFO] Altering Casting Recipe(s) for +[AVAILABLE][SERVER][INFO] Altering Melting Recipe(s) for * 144 +[AVAILABLE][SERVER][INFO] Altering Casting Recipe(s) for +[AVAILABLE][SERVER][INFO] Altering Melting Recipe(s) for * 144 +[AVAILABLE][SERVER][INFO] Altering Casting Recipe(s) for +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@24d3c096" +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@34429715" +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@c35dedc" +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@208193c4" +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@7732208a" +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@2d843c77" +[AVAILABLE][SERVER][INFO] Altering Melting Recipe(s) for * 16 +[AVAILABLE][SERVER][INFO] Altering Casting Recipe(s) for +[AVAILABLE][SERVER][INFO] Altering Melting Recipe(s) for * 1296 +[AVAILABLE][SERVER][INFO] Altering Casting Recipe(s) for +[AVAILABLE][SERVER][INFO] Altering Melting Recipe(s) for * 144 +[AVAILABLE][SERVER][INFO] Altering Casting Recipe(s) for +[AVAILABLE][SERVER][INFO] Altering Melting Recipe(s) for * 16 +[AVAILABLE][SERVER][INFO] Altering Casting Recipe(s) for +[AVAILABLE][SERVER][INFO] Altering Melting Recipe(s) for * 72 +[AVAILABLE][SERVER][INFO] Adding chisel group called: vg_blockgold +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blockgold and item: 1xtile.blockGold@0 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blockgold and item: 1xtile.chisel.blockGold@0 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blockgold and item: 1xtile.chisel.blockGold@1 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blockgold and item: 1xtile.chisel.blockGold@2 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blockgold and item: 1xtile.chisel.blockGold@3 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blockgold and item: 1xtile.chisel.blockGold@4 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blockgold and item: 1xtile.chisel.blockGold@5 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blockgold and item: 1xtile.chisel.blockGold@6 +[AVAILABLE][SERVER][INFO] Altering Melting Recipe(s) for * 1296 +[AVAILABLE][SERVER][INFO] Altering Casting Recipe(s) for +[AVAILABLE][SERVER][INFO] Altering Melting Recipe(s) for * 144 +[AVAILABLE][SERVER][INFO] Altering Casting Recipe(s) for +[AVAILABLE][SERVER][INFO] Altering Melting Recipe(s) for * 144 +[AVAILABLE][SERVER][INFO] Altering Casting Recipe(s) for +[AVAILABLE][SERVER][INFO] Altering Melting Recipe(s) for * 576 +[AVAILABLE][SERVER][INFO] Altering Casting Recipe(s) for +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@4eceda05" +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@2a365e6a" +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@53b1dfe2" +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@62fa68bd" +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@30cc0613" +[AVAILABLE][SERVER][INFO] Altering Melting Recipe(s) for * 72 +[AVAILABLE][SERVER][INFO] Adding chisel group called: vg_blockplatinum +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blockplatinum and item: 1xtile.contenttweaker.sub_block_holder_0@1 +[AVAILABLE][SERVER][INFO] Altering Melting Recipe(s) for * 1296 +[AVAILABLE][SERVER][INFO] Altering Casting Recipe(s) for +[AVAILABLE][SERVER][INFO] Altering Melting Recipe(s) for * 144 +[AVAILABLE][SERVER][INFO] Altering Casting Recipe(s) for +[AVAILABLE][SERVER][INFO] Altering Melting Recipe(s) for * 144 +[AVAILABLE][SERVER][INFO] Altering Casting Recipe(s) for +[AVAILABLE][SERVER][INFO] Altering Melting Recipe(s) for * 576 +[AVAILABLE][SERVER][INFO] Altering Casting Recipe(s) for +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@51726fd6" +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@1e07cc4" +[AVAILABLE][SERVER][INFO] Altering Melting Recipe(s) for * 16 +[AVAILABLE][SERVER][INFO] Altering Casting Recipe(s) for +[AVAILABLE][SERVER][INFO] Altering Melting Recipe(s) for * 1296 +[AVAILABLE][SERVER][INFO] Altering Casting Recipe(s) for +[AVAILABLE][SERVER][INFO] Altering Melting Recipe(s) for * 144 +[AVAILABLE][SERVER][INFO] Altering Casting Recipe(s) for +[AVAILABLE][SERVER][INFO] Altering Melting Recipe(s) for * 1296 +[AVAILABLE][SERVER][INFO] Altering Casting Recipe(s) for +[AVAILABLE][SERVER][INFO] Altering Melting Recipe(s) for * 144 +[AVAILABLE][SERVER][INFO] Altering Casting Recipe(s) for +[AVAILABLE][SERVER][INFO] Altering Melting Recipe(s) for * 72 +[AVAILABLE][SERVER][INFO] Adding chisel group called: vg_blocktin +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blocktin and item: 1xtile.BasicBlock@13 +[AVAILABLE][SERVER][INFO] Altering Melting Recipe(s) for * 1296 +[AVAILABLE][SERVER][INFO] Altering Casting Recipe(s) for +[AVAILABLE][SERVER][INFO] Altering Melting Recipe(s) for * 144 +[AVAILABLE][SERVER][INFO] Altering Casting Recipe(s) for +[AVAILABLE][SERVER][INFO] Altering Melting Recipe(s) for * 144 +[AVAILABLE][SERVER][INFO] Altering Casting Recipe(s) for +[AVAILABLE][SERVER][INFO] Altering Melting Recipe(s) for * 576 +[AVAILABLE][SERVER][INFO] Altering Casting Recipe(s) for +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@7acb8332" +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@576ed549" +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@31a442d0" +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@52ac3a91" +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@5246d928" +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@5995b9b9" +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@41edde0d" +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@2c703a54" +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@10b759a1" +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@518ce4c" +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@3ff26874" +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@6b474696" +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@4076d53e" +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@4dddc1f9" +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@a26879e" +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@4ff6704b" +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@76cad007" +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@5ba54e9d" +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@46bb8e83" +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@7849a397" +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@da723d3" +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@7fc57df3" +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@4fff649d" +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@7896b120" +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@24aff411" +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@6a7c173" +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@48ae195c" +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@280fc7d3" +[AVAILABLE][SERVER][INFO] Altering Melting Recipe(s) for * 72 +[AVAILABLE][SERVER][INFO] Adding chisel group called: vg_blockcopper +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blockcopper and item: 1xtile.immersiveengineering.storage@0 +[AVAILABLE][SERVER][INFO] Altering Melting Recipe(s) for * 1296 +[AVAILABLE][SERVER][INFO] Altering Casting Recipe(s) for +[AVAILABLE][SERVER][INFO] Altering Melting Recipe(s) for * 144 +[AVAILABLE][SERVER][INFO] Altering Casting Recipe(s) for +[AVAILABLE][SERVER][INFO] Altering Melting Recipe(s) for * 144 +[AVAILABLE][SERVER][INFO] Altering Casting Recipe(s) for +[AVAILABLE][SERVER][INFO] Altering Melting Recipe(s) for * 576 +[AVAILABLE][SERVER][INFO] Altering Casting Recipe(s) for +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@270af367" +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@248cfe7a" +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@54fb1a6f" +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@16167cd9" +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@6cfcd499" +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@4dbee439" +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@638412c4" +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@6c1543db" +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@741276bf" +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@636ea66b" +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@2945948e" +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@3054d5f" +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@65a4ae7e" +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@2eada1ca" +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@ba79b82" +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@142e64fa" +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@68475868" +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@292032a3" +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@79e31ab2" +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@6b3b5b71" +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@d43fcab" +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@49252f0f" +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@15238d82" +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@2daf7e74" +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@1fbe2089" +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@17144a64" +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@28eb40c1" +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@2ab7caff" +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@10e595ec" +[AVAILABLE][SERVER][INFO] Altering Melting Recipe(s) for * 72 +[AVAILABLE][SERVER][INFO] Altering Melting Recipe(s) for * 1296 +[AVAILABLE][SERVER][INFO] Altering Casting Recipe(s) for +[AVAILABLE][SERVER][INFO] Altering Melting Recipe(s) for * 144 +[AVAILABLE][SERVER][INFO] Altering Casting Recipe(s) for +[AVAILABLE][SERVER][INFO] Altering Melting Recipe(s) for * 144 +[AVAILABLE][SERVER][INFO] Altering Casting Recipe(s) for +[AVAILABLE][SERVER][INFO] Altering Melting Recipe(s) for * 576 +[AVAILABLE][SERVER][INFO] Altering Casting Recipe(s) for +[AVAILABLE][SERVER][INFO] Altering Melting Recipe(s) for * 72 +[AVAILABLE][SERVER][INFO] Altering Melting Recipe(s) for * 1296 +[AVAILABLE][SERVER][INFO] Altering Casting Recipe(s) for +[AVAILABLE][SERVER][INFO] Altering Melting Recipe(s) for * 144 +[AVAILABLE][SERVER][INFO] Altering Casting Recipe(s) for +[AVAILABLE][SERVER][INFO] Altering Melting Recipe(s) for * 144 +[AVAILABLE][SERVER][INFO] Altering Casting Recipe(s) for +[AVAILABLE][SERVER][INFO] Altering Melting Recipe(s) for * 576 +[AVAILABLE][SERVER][INFO] Altering Casting Recipe(s) for +[AVAILABLE][SERVER][INFO] Altering Melting Recipe(s) for * 16 +[AVAILABLE][SERVER][INFO] Altering Casting Recipe(s) for +[AVAILABLE][SERVER][INFO] Altering Melting Recipe(s) for * 1296 +[AVAILABLE][SERVER][INFO] Altering Casting Recipe(s) for +[AVAILABLE][SERVER][INFO] Altering Melting Recipe(s) for * 144 +[AVAILABLE][SERVER][INFO] Altering Casting Recipe(s) for +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@2a46f30" +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@5e86bfde" +[AVAILABLE][SERVER][INFO] Altering Melting Recipe(s) for * 16 +[AVAILABLE][SERVER][INFO] Altering Casting Recipe(s) for +[AVAILABLE][SERVER][INFO] Altering Melting Recipe(s) for * 1296 +[AVAILABLE][SERVER][INFO] Altering Casting Recipe(s) for +[AVAILABLE][SERVER][INFO] Altering Melting Recipe(s) for * 144 +[AVAILABLE][SERVER][INFO] Altering Casting Recipe(s) for +[AVAILABLE][SERVER][INFO] Altering Melting Recipe(s) for * 1296 +[AVAILABLE][SERVER][INFO] Altering Casting Recipe(s) for +[AVAILABLE][SERVER][INFO] Altering Melting Recipe(s) for * 144 +[AVAILABLE][SERVER][INFO] Altering Casting Recipe(s) for +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@1bdcde1f" +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@70273072" +[AVAILABLE][SERVER][INFO] Altering Melting Recipe(s) for * 16 +[AVAILABLE][SERVER][INFO] Altering Casting Recipe(s) for +[AVAILABLE][SERVER][INFO] Adding chisel group called: vg_blockelectrum +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blockelectrum and item: 1xtile.immersiveengineering.storage@7 +[AVAILABLE][SERVER][INFO] Altering Melting Recipe(s) for * 1296 +[AVAILABLE][SERVER][INFO] Altering Casting Recipe(s) for +[AVAILABLE][SERVER][INFO] Altering Melting Recipe(s) for * 144 +[AVAILABLE][SERVER][INFO] Altering Casting Recipe(s) for +[AVAILABLE][SERVER][INFO] Altering Melting Recipe(s) for * 144 +[AVAILABLE][SERVER][INFO] Altering Casting Recipe(s) for +[AVAILABLE][SERVER][INFO] Altering Melting Recipe(s) for * 16 +[AVAILABLE][SERVER][INFO] Altering Casting Recipe(s) for +[AVAILABLE][SERVER][INFO] Adding chisel group called: vg_blocknickel +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blocknickel and item: 1xtile.immersiveengineering.storage@4 +[AVAILABLE][SERVER][INFO] Altering Melting Recipe(s) for * 1296 +[AVAILABLE][SERVER][INFO] Altering Casting Recipe(s) for +[AVAILABLE][SERVER][INFO] Altering Melting Recipe(s) for * 144 +[AVAILABLE][SERVER][INFO] Altering Casting Recipe(s) for +[AVAILABLE][SERVER][INFO] Altering Melting Recipe(s) for * 144 +[AVAILABLE][SERVER][INFO] Altering Casting Recipe(s) for +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@714c50a6" +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@29183921" +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@4d0429d0" +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@43b0e840" +[AVAILABLE][SERVER][INFO] Altering Melting Recipe(s) for * 72 +[AVAILABLE][SERVER][INFO] Altering Melting Recipe(s) for * 1296 +[AVAILABLE][SERVER][INFO] Altering Casting Recipe(s) for +[AVAILABLE][SERVER][INFO] Altering Melting Recipe(s) for * 144 +[AVAILABLE][SERVER][INFO] Altering Casting Recipe(s) for +[AVAILABLE][SERVER][INFO] Altering Melting Recipe(s) for * 144 +[AVAILABLE][SERVER][INFO] Altering Casting Recipe(s) for +[AVAILABLE][SERVER][INFO] Altering Melting Recipe(s) for * 576 +[AVAILABLE][SERVER][INFO] Altering Casting Recipe(s) for +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@6df84fe" +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@567ab623" +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@34275e6d" +[AVAILABLE][SERVER][INFO] Altering Melting Recipe(s) for * 16 +[AVAILABLE][SERVER][INFO] Altering Casting Recipe(s) for +[AVAILABLE][SERVER][INFO] Altering Melting Recipe(s) for * 1296 +[AVAILABLE][SERVER][INFO] Altering Casting Recipe(s) for +[AVAILABLE][SERVER][INFO] Altering Melting Recipe(s) for * 144 +[AVAILABLE][SERVER][INFO] Altering Casting Recipe(s) for +[AVAILABLE][SERVER][INFO] Altering Melting Recipe(s) for * 144 +[AVAILABLE][SERVER][INFO] Altering Casting Recipe(s) for +[AVAILABLE][SERVER][INFO] Altering Melting Recipe(s) for * 16 +[AVAILABLE][SERVER][INFO] Altering Casting Recipe(s) for +[AVAILABLE][SERVER][INFO] Altering Melting Recipe(s) for * 72 +[AVAILABLE][SERVER][INFO] Adding chisel group called: vg_blocklead +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blocklead and item: 1xtile.immersiveengineering.storage@2 +[AVAILABLE][SERVER][INFO] Altering Melting Recipe(s) for * 1296 +[AVAILABLE][SERVER][INFO] Altering Casting Recipe(s) for +[AVAILABLE][SERVER][INFO] Altering Melting Recipe(s) for * 144 +[AVAILABLE][SERVER][INFO] Altering Casting Recipe(s) for +[AVAILABLE][SERVER][INFO] Altering Melting Recipe(s) for * 144 +[AVAILABLE][SERVER][INFO] Altering Casting Recipe(s) for +[AVAILABLE][SERVER][INFO] Altering Melting Recipe(s) for * 576 +[AVAILABLE][SERVER][INFO] Altering Casting Recipe(s) for +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@4fbbf02b" +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@46777e1a" +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@4ac77297" +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@589d2f0c" +[AVAILABLE][SERVER][INFO] Altering Melting Recipe(s) for * 72 +[AVAILABLE][SERVER][INFO] Adding chisel group called: vg_blockbronze +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blockbronze and item: 1xtile.BasicBlock@1 +[AVAILABLE][SERVER][INFO] Altering Melting Recipe(s) for * 1296 +[AVAILABLE][SERVER][INFO] Altering Casting Recipe(s) for +[AVAILABLE][SERVER][INFO] Altering Melting Recipe(s) for * 144 +[AVAILABLE][SERVER][INFO] Altering Casting Recipe(s) for +[AVAILABLE][SERVER][INFO] Altering Melting Recipe(s) for * 144 +[AVAILABLE][SERVER][INFO] Altering Casting Recipe(s) for +[AVAILABLE][SERVER][INFO] Altering Melting Recipe(s) for * 576 +[AVAILABLE][SERVER][INFO] Altering Casting Recipe(s) for +[AVAILABLE][SERVER][INFO] Altering Melting Recipe(s) for * 16 +[AVAILABLE][SERVER][INFO] Altering Casting Recipe(s) for +[AVAILABLE][SERVER][INFO] Altering Melting Recipe(s) for * 1296 +[AVAILABLE][SERVER][INFO] Altering Casting Recipe(s) for +[AVAILABLE][SERVER][INFO] Altering Melting Recipe(s) for * 144 +[AVAILABLE][SERVER][INFO] Altering Casting Recipe(s) for +[AVAILABLE][SERVER][INFO] Altering Melting Recipe(s) for * 16 +[AVAILABLE][SERVER][INFO] Altering Casting Recipe(s) for +[AVAILABLE][SERVER][INFO] Altering Melting Recipe(s) for * 1296 +[AVAILABLE][SERVER][INFO] Altering Casting Recipe(s) for +[AVAILABLE][SERVER][INFO] Altering Melting Recipe(s) for * 144 +[AVAILABLE][SERVER][INFO] Altering Casting Recipe(s) for +[AVAILABLE][SERVER][INFO] Altering Melting Recipe(s) for * 72 +[AVAILABLE][SERVER][INFO] Altering Melting Recipe(s) for * 1296 +[AVAILABLE][SERVER][INFO] Altering Casting Recipe(s) for +[AVAILABLE][SERVER][INFO] Altering Melting Recipe(s) for * 144 +[AVAILABLE][SERVER][INFO] Altering Casting Recipe(s) for +[AVAILABLE][SERVER][INFO] Altering Melting Recipe(s) for * 144 +[AVAILABLE][SERVER][INFO] Altering Casting Recipe(s) for +[AVAILABLE][SERVER][INFO] Altering Melting Recipe(s) for * 576 +[AVAILABLE][SERVER][INFO] Altering Casting Recipe(s) for +[AVAILABLE][SERVER][INFO] Altering Melting Recipe(s) for * 16 +[AVAILABLE][SERVER][INFO] Altering Casting Recipe(s) for +[AVAILABLE][SERVER][INFO] Altering Melting Recipe(s) for * 72 +[AVAILABLE][SERVER][INFO] Adding chisel group called: vg_blockiron +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blockiron and item: 1xtile.blockIron@0 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blockiron and item: 1xtile.chisel.blockIron@0 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blockiron and item: 1xtile.chisel.blockIron@1 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blockiron and item: 1xtile.chisel.blockIron@2 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blockiron and item: 1xtile.chisel.blockIron@3 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blockiron and item: 1xtile.chisel.blockIron@4 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blockiron and item: 1xtile.chisel.blockIron@5 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blockiron and item: 1xtile.chisel.blockIron@6 +[AVAILABLE][SERVER][INFO] Altering Melting Recipe(s) for * 1296 +[AVAILABLE][SERVER][INFO] Altering Casting Recipe(s) for +[AVAILABLE][SERVER][INFO] Altering Melting Recipe(s) for * 144 +[AVAILABLE][SERVER][INFO] Altering Casting Recipe(s) for +[AVAILABLE][SERVER][INFO] Altering Melting Recipe(s) for * 144 +[AVAILABLE][SERVER][INFO] Altering Casting Recipe(s) for +[AVAILABLE][SERVER][INFO] Altering Melting Recipe(s) for * 576 +[AVAILABLE][SERVER][INFO] Altering Casting Recipe(s) for +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@193873e5" +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@5b6d128d" +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@18b112c3" +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@3adfd8b4" +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@fb04ab4" +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@680ba8a7" +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@41e40ce8" +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@76b7afbc" +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@3ba40a83" +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@508661ef" +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@27340d2c" +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@60c6a222" +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@2441ccf6" +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@1318a636" +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@45b5e624" +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@31b6918" +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@4be47588" +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@64187d3f" +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@7c58752e" +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@7b3d66fe" +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@100fcaac" +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@43422d8" +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@4c3c0fa5" +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@895981b" +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@41cace26" +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@7e8bfdc9" +[AVAILABLE][SERVER][INFO] Altering Melting Recipe(s) for * 16 +[AVAILABLE][SERVER][INFO] Altering Casting Recipe(s) for +[AVAILABLE][SERVER][INFO] Altering Melting Recipe(s) for * 72 +[AVAILABLE][SERVER][INFO] Adding chisel group called: vg_blocksilver +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blocksilver and item: 1xtile.immersiveengineering.storage@3 +[AVAILABLE][SERVER][INFO] Altering Melting Recipe(s) for * 1296 +[AVAILABLE][SERVER][INFO] Altering Casting Recipe(s) for +[AVAILABLE][SERVER][INFO] Altering Melting Recipe(s) for * 144 +[AVAILABLE][SERVER][INFO] Altering Casting Recipe(s) for +[AVAILABLE][SERVER][INFO] Altering Melting Recipe(s) for * 144 +[AVAILABLE][SERVER][INFO] Altering Casting Recipe(s) for +[AVAILABLE][SERVER][INFO] Altering Melting Recipe(s) for * 576 +[AVAILABLE][SERVER][INFO] Altering Casting Recipe(s) for +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@27fd56b0" +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@377f205e" +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@3c95b700" +[AVAILABLE][SERVER][INFO] Altering Melting Recipe(s) for * 1296 +[AVAILABLE][SERVER][INFO] Altering Casting Recipe(s) for +[AVAILABLE][SERVER][INFO] Altering Melting Recipe(s) for * 144 +[AVAILABLE][SERVER][INFO] Altering Casting Recipe(s) for +[AVAILABLE][SERVER][INFO] Altering Melting Recipe(s) for * 144 +[AVAILABLE][SERVER][INFO] Altering Casting Recipe(s) for +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@8076105" +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@2c186958" +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@428c8cb8" +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@527c7d08" +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@5d4ad100" +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@207b2ea9" +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@37ae5dab" +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@2abfdb7a" +[AVAILABLE][SERVER][INFO] Altering Melting Recipe(s) for * 144 +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@248d9970" +[AVAILABLE][SERVER][INFO] Adding chisel group called: schist_blue_stone +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: schist_blue_stone and item: 1xtile.primal.schist_blue_stone@1 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: schist_blue_stone and item: 1xtile.primal.schist_blue_stone@5 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: schist_blue_stone and item: 1xtile.primal.schist_blue_stone@6 +[AVAILABLE][SERVER][INFO] Adding chisel group called: blue_stone +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: blue_stone and item: 1xtile.primal.blue_stone@1 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: blue_stone and item: 1xtile.primal.blue_stone@5 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: blue_stone and item: 1xtile.primal.blue_stone@6 +[AVAILABLE][SERVER][INFO] Adding chisel group called: soul_stone +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: soul_stone and item: 1xtile.primal.soul_stone@1 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: soul_stone and item: 1xtile.primal.soul_stone@5 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: soul_stone and item: 1xtile.primal.soul_stone@6 +[AVAILABLE][SERVER][INFO] Adding chisel group called: carbonate_stone +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: carbonate_stone and item: 1xtile.primal.carbonate_stone@1 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: carbonate_stone and item: 1xtile.primal.carbonate_stone@5 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: carbonate_stone and item: 1xtile.primal.carbonate_stone@6 +[AVAILABLE][SERVER][INFO] Adding chisel group called: ferro_stone +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: ferro_stone and item: 1xtile.primal.ferro_stone@1 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: ferro_stone and item: 1xtile.primal.ferro_stone@5 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: ferro_stone and item: 1xtile.primal.ferro_stone@6 +[AVAILABLE][SERVER][INFO] Adding chisel group called: terracotta_block +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: terracotta_block and item: 1xtile.primal.terracotta_block@1 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: terracotta_block and item: 1xtile.primal.terracotta_block@5 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: terracotta_block and item: 1xtile.primal.terracotta_block@6 +[AVAILABLE][SERVER][INFO] Adding chisel group called: ortho_stone +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: ortho_stone and item: 1xtile.primal.ortho_stone@1 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: ortho_stone and item: 1xtile.primal.ortho_stone@5 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: ortho_stone and item: 1xtile.primal.ortho_stone@6 +[AVAILABLE][SERVER][INFO] Adding chisel group called: sarsen_stone +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: sarsen_stone and item: 1xtile.primal.sarsen_stone@1 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: sarsen_stone and item: 1xtile.primal.sarsen_stone@5 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: sarsen_stone and item: 1xtile.primal.sarsen_stone@6 +[AVAILABLE][SERVER][INFO] Adding chisel group called: common_stone +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: common_stone and item: 1xtile.primal.common_stone@1 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: common_stone and item: 1xtile.primal.common_stone@5 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: common_stone and item: 1xtile.primal.common_stone@6 +[AVAILABLE][SERVER][INFO] Adding chisel group called: ciniscotta_block +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: ciniscotta_block and item: 1xtile.primal.ciniscotta_block@1 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: ciniscotta_block and item: 1xtile.primal.ciniscotta_block@5 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: ciniscotta_block and item: 1xtile.primal.ciniscotta_block@6 +[AVAILABLE][SERVER][INFO] Adding chisel group called: porphyry_stone +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: porphyry_stone and item: 1xtile.primal.porphyry_stone@1 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: porphyry_stone and item: 1xtile.primal.porphyry_stone@5 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: porphyry_stone and item: 1xtile.primal.porphyry_stone@6 +[AVAILABLE][SERVER][INFO] Adding chisel group called: schist_green_stone +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: schist_green_stone and item: 1xtile.primal.schist_green_stone@1 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: schist_green_stone and item: 1xtile.primal.schist_green_stone@5 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: schist_green_stone and item: 1xtile.primal.schist_green_stone@6 +[AVAILABLE][SERVER][INFO] Adding chisel group called: nether_stone +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: nether_stone and item: 1xtile.primal.nether_stone@1 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: nether_stone and item: 1xtile.primal.nether_stone@5 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: nether_stone and item: 1xtile.primal.nether_stone@6 +[AVAILABLE][SERVER][INFO] Adding chisel group called: mud_dried +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: mud_dried and item: 1xtile.primal.mud_dried@1 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: mud_dried and item: 1xtile.primal.mud_dried@5 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: mud_dried and item: 1xtile.primal.mud_dried@6 +[AVAILABLE][SERVER][INFO] Adding chisel group called: nether_earth +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: nether_earth and item: 1xtile.primal.nether_earth@1 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: nether_earth and item: 1xtile.primal.nether_earth@5 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: nether_earth and item: 1xtile.primal.nether_earth@6 +[AVAILABLE][SERVER][INFO] Adding chisel group called: eroded_end_stone +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: eroded_end_stone and item: 1xtile.primal.eroded_end_stone@1 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: eroded_end_stone and item: 1xtile.primal.eroded_end_stone@5 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: eroded_end_stone and item: 1xtile.primal.eroded_end_stone@6 +[AVAILABLE][SERVER][INFO] Adding chisel group called: purpurite_stone +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: purpurite_stone and item: 1xtile.primal.purpurite_stone@1 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: purpurite_stone and item: 1xtile.primal.purpurite_stone@5 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: purpurite_stone and item: 1xtile.primal.purpurite_stone@6 +[AVAILABLE][SERVER][INFO] Adding chisel group called: desiccated_stone +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: desiccated_stone and item: 1xtile.primal.desiccated_stone@1 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: desiccated_stone and item: 1xtile.primal.desiccated_stone@5 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: desiccated_stone and item: 1xtile.primal.desiccated_stone@6 +[AVAILABLE][SERVER][INFO] Adding chisel group called: scoria_stone +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: scoria_stone and item: 1xtile.primal.scoria_stone@1 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: scoria_stone and item: 1xtile.primal.scoria_stone@5 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: scoria_stone and item: 1xtile.primal.scoria_stone@6 +[AVAILABLE][SERVER][INFO] Adding chisel group called: night_stone +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: night_stone and item: 1xtile.primal.night_stone@1 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: night_stone and item: 1xtile.primal.night_stone@5 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: night_stone and item: 1xtile.primal.night_stone@6 +[AVAILABLE][SERVER][INFO] Altering Drying Recipe(s) for +[AVAILABLE][SERVER][INFO] Altering Drying Recipe(s) for +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@7ce9cfa9" +[AVAILABLE][SERVER][INFO] Adding 1 Mill Recipe(s) for Orange Dye Powder +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@641903e" +[AVAILABLE][SERVER][INFO] Adding 1 Mill Recipe(s) for Orange Dye Powder +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@4d46babe" +[AVAILABLE][SERVER][INFO] Adding 1 Mill Recipe(s) for Orange Dye Powder +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@c12650" +[AVAILABLE][SERVER][INFO] Adding 1 Mill Recipe(s) for Orange Dye Powder +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@7785991e" +[AVAILABLE][SERVER][INFO] Adding 1 Mill Recipe(s) for Orange Dye Powder +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@53b38c53" +[AVAILABLE][SERVER][INFO] Adding 1 Mill Recipe(s) for Orange Dye Powder +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@650bd614" +[AVAILABLE][SERVER][INFO] Adding 1 Mill Recipe(s) for Orange Dye Powder +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@51611842" +[AVAILABLE][SERVER][INFO] Adding 1 Mill Recipe(s) for Orange Dye Powder +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@5b434cf3" +[AVAILABLE][SERVER][INFO] Adding 1 Mill Recipe(s) for Orange Dye Powder +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@47d5298f" +[AVAILABLE][SERVER][INFO] Adding 1 Mill Recipe(s) for Orange Dye Powder +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@bf79412" +[AVAILABLE][SERVER][INFO] Adding 1 Mill Recipe(s) for Orange Dye Powder +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@3995a7e5" +[AVAILABLE][SERVER][INFO] Adding 1 Mill Recipe(s) for Orange Dye Powder +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@5da117ec" +[AVAILABLE][SERVER][INFO] Adding 1 Mill Recipe(s) for Orange Dye Powder +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@7b2a1383" +[AVAILABLE][SERVER][INFO] Adding 1 Mill Recipe(s) for Orange Dye Powder +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@5f922029" +[AVAILABLE][SERVER][INFO] Adding 1 Mill Recipe(s) for Orange Dye Powder +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@7738746b" +[AVAILABLE][SERVER][INFO] Adding 1 Mill Recipe(s) for Orange Dye Powder +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@661ee5eb" +[AVAILABLE][SERVER][INFO] Adding 1 Mill Recipe(s) for Orange Dye Powder +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@7386660d" +[AVAILABLE][SERVER][INFO] Adding 1 Mill Recipe(s) for Orange Dye Powder +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@37adac2" +[AVAILABLE][SERVER][INFO] Adding 1 Mill Recipe(s) for Orange Dye Powder +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@48dd2209" +[AVAILABLE][SERVER][INFO] Adding 1 Mill Recipe(s) for Orange Dye Powder +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@592d07e8" +[AVAILABLE][SERVER][INFO] Adding 1 Mill Recipe(s) for Orange Dye Powder +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@14d41d90" +[AVAILABLE][SERVER][INFO] Adding 1 Mill Recipe(s) for Orange Dye Powder +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@3c58e327" +[AVAILABLE][SERVER][INFO] Adding 1 Mill Recipe(s) for Lime Dye Powder +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@114ab6dc" +[AVAILABLE][SERVER][INFO] Adding 1 Mill Recipe(s) for Cyan Dye Powder +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@641dba9c" +[AVAILABLE][SERVER][INFO] Adding 1 Mill Recipe(s) for Cyan Dye Powder +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@177256b8" +[AVAILABLE][SERVER][INFO] Adding 1 Mill Recipe(s) for Green Dye Powder +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@1f9a88da" +[AVAILABLE][SERVER][INFO] Adding 1 Mill Recipe(s) for Green Dye Powder +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@7cbaa3f7" +[AVAILABLE][SERVER][INFO] Adding 1 Mill Recipe(s) for Green Dye Powder +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@697da79d" +[AVAILABLE][SERVER][INFO] Adding 1 Mill Recipe(s) for Green Dye Powder +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@3fbad764" +[AVAILABLE][SERVER][INFO] Adding 1 Mill Recipe(s) for Green Dye Powder +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@47e1df7c" +[AVAILABLE][SERVER][INFO] Adding 1 Mill Recipe(s) for Green Dye Powder +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@3f05ace7" +[AVAILABLE][SERVER][INFO] Adding 1 Mill Recipe(s) for Green Dye Powder +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@71ebd610" +[AVAILABLE][SERVER][INFO] Adding 1 Mill Recipe(s) for Green Dye Powder +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@3598c544" +[AVAILABLE][SERVER][INFO] Adding 1 Mill Recipe(s) for Green Dye Powder +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@684c55bc" +[AVAILABLE][SERVER][INFO] Adding 1 Mill Recipe(s) for Green Dye Powder +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@3bcfcc5" +[AVAILABLE][SERVER][INFO] Adding 1 Mill Recipe(s) for Light Gray Dye Powder +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@42fd0bff" +[AVAILABLE][SERVER][INFO] Adding 1 Mill Recipe(s) for Light Gray Dye Powder +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@7ca9a96e" +[AVAILABLE][SERVER][INFO] Adding 1 Mill Recipe(s) for Light Gray Dye Powder +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@1507497c" +[AVAILABLE][SERVER][INFO] Adding 1 Mill Recipe(s) for Light Gray Dye Powder +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@7a4cdbbf" +[AVAILABLE][SERVER][INFO] Adding 1 Mill Recipe(s) for Brown Dye Powder +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@286e84d6" +[AVAILABLE][SERVER][INFO] Adding 1 Mill Recipe(s) for Brown Dye Powder +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@2ce5805" +[AVAILABLE][SERVER][INFO] Adding 1 Mill Recipe(s) for Brown Dye Powder +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@610ae5c5" +[AVAILABLE][SERVER][INFO] Adding 1 Mill Recipe(s) for Brown Dye Powder +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@1be64fa9" +[AVAILABLE][SERVER][INFO] Adding 1 Mill Recipe(s) for Brown Dye Powder +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@274400bf" +[AVAILABLE][SERVER][INFO] Adding 1 Mill Recipe(s) for Brown Dye Powder +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@55412791" +[AVAILABLE][SERVER][INFO] Adding 1 Mill Recipe(s) for Brown Dye Powder +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@59321009" +[AVAILABLE][SERVER][INFO] Adding 1 Mill Recipe(s) for Magenta Dye Powder +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@2c69559" +[AVAILABLE][SERVER][INFO] Adding 1 Mill Recipe(s) for Magenta Dye Powder +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@58fab7e3" +[AVAILABLE][SERVER][INFO] Adding 1 Mill Recipe(s) for Magenta Dye Powder +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@2b22e43a" +[AVAILABLE][SERVER][INFO] Adding 1 Mill Recipe(s) for Magenta Dye Powder +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@3fbf27d0" +[AVAILABLE][SERVER][INFO] Adding 1 Mill Recipe(s) for Magenta Dye Powder +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@45d0c95f" +[AVAILABLE][SERVER][INFO] Adding 1 Mill Recipe(s) for Magenta Dye Powder +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@544b0ded" +[AVAILABLE][SERVER][INFO] Adding 1 Mill Recipe(s) for Magenta Dye Powder +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@474877ca" +[AVAILABLE][SERVER][INFO] Adding 1 Mill Recipe(s) for Magenta Dye Powder +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@49052f14" +[AVAILABLE][SERVER][INFO] Adding 1 Mill Recipe(s) for Magenta Dye Powder +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@4b3df54f" +[AVAILABLE][SERVER][INFO] Adding 1 Mill Recipe(s) for Magenta Dye Powder +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@1e99fee5" +[AVAILABLE][SERVER][INFO] Adding 1 Mill Recipe(s) for Magenta Dye Powder +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@172036fa" +[AVAILABLE][SERVER][INFO] Adding 1 Mill Recipe(s) for Magenta Dye Powder +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@444230be" +[AVAILABLE][SERVER][INFO] Adding 1 Mill Recipe(s) for Light Blue Dye Powder +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@247e80ea" +[AVAILABLE][SERVER][INFO] Adding 1 Mill Recipe(s) for Light Blue Dye Powder +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@32c15543" +[AVAILABLE][SERVER][INFO] Adding 1 Mill Recipe(s) for Light Blue Dye Powder +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@7de4810b" +[AVAILABLE][SERVER][INFO] Adding 1 Mill Recipe(s) for Light Blue Dye Powder +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@5dd61ecc" +[AVAILABLE][SERVER][INFO] Adding 1 Mill Recipe(s) for Light Blue Dye Powder +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@432353ab" +[AVAILABLE][SERVER][INFO] Adding 1 Mill Recipe(s) for Light Blue Dye Powder +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@2daa4bd" +[AVAILABLE][SERVER][INFO] Adding 1 Mill Recipe(s) for Light Blue Dye Powder +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@1d1b5147" +[AVAILABLE][SERVER][INFO] Adding 1 Mill Recipe(s) for Light Blue Dye Powder +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@4d307819" +[AVAILABLE][SERVER][INFO] Adding 1 Mill Recipe(s) for Light Blue Dye Powder +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@1d8cf98a" +[AVAILABLE][SERVER][INFO] Adding 1 Mill Recipe(s) for Light Blue Dye Powder +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@7166b833" +[AVAILABLE][SERVER][INFO] Adding 1 Mill Recipe(s) for Light Blue Dye Powder +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@33e5b1bf" +[AVAILABLE][SERVER][INFO] Adding 1 Mill Recipe(s) for Blue Dye Powder +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@780789cd" +[AVAILABLE][SERVER][INFO] Adding 1 Mill Recipe(s) for Blue Dye Powder +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@18552a60" +[AVAILABLE][SERVER][INFO] Adding 1 Mill Recipe(s) for Blue Dye Powder +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@26e0ea20" +[AVAILABLE][SERVER][INFO] Adding 1 Mill Recipe(s) for Blue Dye Powder +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@6164c0b4" +[AVAILABLE][SERVER][INFO] Adding 1 Mill Recipe(s) for Blue Dye Powder +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@bfdc9eb" +[AVAILABLE][SERVER][INFO] Adding 1 Mill Recipe(s) for Blue Dye Powder +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@3c0600f7" +[AVAILABLE][SERVER][INFO] Adding 1 Mill Recipe(s) for Blue Dye Powder +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@6f4baab3" +[AVAILABLE][SERVER][INFO] Adding 1 Mill Recipe(s) for Blue Dye Powder +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@6f544179" +[AVAILABLE][SERVER][INFO] Adding 1 Mill Recipe(s) for Blue Dye Powder +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@dabae" +[AVAILABLE][SERVER][INFO] Adding 1 Mill Recipe(s) for Blue Dye Powder +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@3659a8e4" +[AVAILABLE][SERVER][INFO] Adding 1 Mill Recipe(s) for Blue Dye Powder +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@7526c65a" +[AVAILABLE][SERVER][INFO] Adding 1 Mill Recipe(s) for Blue Dye Powder +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@27741439" +[AVAILABLE][SERVER][INFO] Adding 1 Mill Recipe(s) for Blue Dye Powder +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@3f1f75fa" +[AVAILABLE][SERVER][INFO] Adding 1 Mill Recipe(s) for Blue Dye Powder +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@33cbdc98" +[AVAILABLE][SERVER][INFO] Adding 1 Mill Recipe(s) for Blue Dye Powder +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@4c8f5e44" +[AVAILABLE][SERVER][INFO] Adding 1 Mill Recipe(s) for Black Dye Powder +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@7af69f1e" +[AVAILABLE][SERVER][INFO] Adding 1 Mill Recipe(s) for Black Dye Powder +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@4ff84309" +[AVAILABLE][SERVER][INFO] Adding 1 Mill Recipe(s) for Black Dye Powder +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@53600e12" +[AVAILABLE][SERVER][INFO] Adding 1 Mill Recipe(s) for Pink Dye Powder +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@1bb09294" +[AVAILABLE][SERVER][INFO] Adding 1 Mill Recipe(s) for Pink Dye Powder +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@8a0e7c2" +[AVAILABLE][SERVER][INFO] Adding 1 Mill Recipe(s) for Pink Dye Powder +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@34f406ec" +[AVAILABLE][SERVER][INFO] Adding 1 Mill Recipe(s) for Pink Dye Powder +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@2c85624a" +[AVAILABLE][SERVER][INFO] Adding 1 Mill Recipe(s) for Pink Dye Powder +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@7332e424" +[AVAILABLE][SERVER][INFO] Adding 1 Mill Recipe(s) for Pink Dye Powder +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@1f3eb4f2" +[AVAILABLE][SERVER][INFO] Adding 1 Mill Recipe(s) for Pink Dye Powder +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@2119da08" +[AVAILABLE][SERVER][INFO] Adding 1 Mill Recipe(s) for Pink Dye Powder +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@47852d85" +[AVAILABLE][SERVER][INFO] Adding 1 Mill Recipe(s) for Pink Dye Powder +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@6867ee25" +[AVAILABLE][SERVER][INFO] Adding 1 Mill Recipe(s) for Pink Dye Powder +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@71a14444" +[AVAILABLE][SERVER][INFO] Adding 1 Mill Recipe(s) for Pink Dye Powder +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@2b998c47" +[AVAILABLE][SERVER][INFO] Adding 1 Mill Recipe(s) for Pink Dye Powder +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@8d3de3a" +[AVAILABLE][SERVER][INFO] Adding 1 Mill Recipe(s) for Pink Dye Powder +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@782abd63" +[AVAILABLE][SERVER][INFO] Adding 1 Mill Recipe(s) for Pink Dye Powder +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@63c88dc0" +[AVAILABLE][SERVER][INFO] Adding 1 Mill Recipe(s) for Pink Dye Powder +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@f5f4035" +[AVAILABLE][SERVER][INFO] Adding 1 Mill Recipe(s) for Pink Dye Powder +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@15d769c" +[AVAILABLE][SERVER][INFO] Adding 1 Mill Recipe(s) for Pink Dye Powder +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@2d72c9a6" +[AVAILABLE][SERVER][INFO] Adding 1 Mill Recipe(s) for Pink Dye Powder +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@13c3d3b5" +[AVAILABLE][SERVER][INFO] Adding 1 Mill Recipe(s) for Pink Dye Powder +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@1f036ae7" +[AVAILABLE][SERVER][INFO] Adding 1 Mill Recipe(s) for Red Dye Powder +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@31521712" +[AVAILABLE][SERVER][INFO] Adding 1 Mill Recipe(s) for Red Dye Powder +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@22173010" +[AVAILABLE][SERVER][INFO] Adding 1 Mill Recipe(s) for Red Dye Powder +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@42553d37" +[AVAILABLE][SERVER][INFO] Adding 1 Mill Recipe(s) for Red Dye Powder +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@263180e3" +[AVAILABLE][SERVER][INFO] Adding 1 Mill Recipe(s) for Red Dye Powder +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@37ab1821" +[AVAILABLE][SERVER][INFO] Adding 1 Mill Recipe(s) for Red Dye Powder +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@7d6de14e" +[AVAILABLE][SERVER][INFO] Adding 1 Mill Recipe(s) for Red Dye Powder +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@7a13bf48" +[AVAILABLE][SERVER][INFO] Adding 1 Mill Recipe(s) for Red Dye Powder +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@5f023794" +[AVAILABLE][SERVER][INFO] Adding 1 Mill Recipe(s) for Red Dye Powder +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@2cbe10cf" +[AVAILABLE][SERVER][INFO] Adding 1 Mill Recipe(s) for Red Dye Powder +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@69861db8" +[AVAILABLE][SERVER][INFO] Adding 1 Mill Recipe(s) for Red Dye Powder +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@7382d0c4" +[AVAILABLE][SERVER][INFO] Adding 1 Mill Recipe(s) for Red Dye Powder +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@4792657c" +[AVAILABLE][SERVER][INFO] Adding 1 Mill Recipe(s) for Red Dye Powder +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@27407c96" +[AVAILABLE][SERVER][INFO] Adding 1 Mill Recipe(s) for Red Dye Powder +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@2634f5c2" +[AVAILABLE][SERVER][INFO] Adding 1 Mill Recipe(s) for Red Dye Powder +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@3fc50f33" +[AVAILABLE][SERVER][INFO] Adding 1 Mill Recipe(s) for Red Dye Powder +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@24f95387" +[AVAILABLE][SERVER][INFO] Adding 1 Mill Recipe(s) for Red Dye Powder +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@449a34ce" +[AVAILABLE][SERVER][INFO] Adding 1 Mill Recipe(s) for White Dye Powder +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@31988870" +[AVAILABLE][SERVER][INFO] Adding 1 Mill Recipe(s) for White Dye Powder +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@23f6d58c" +[AVAILABLE][SERVER][INFO] Adding 1 Mill Recipe(s) for White Dye Powder +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@3ab8e8a6" +[AVAILABLE][SERVER][INFO] Adding 1 Mill Recipe(s) for White Dye Powder +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@658c70ec" +[AVAILABLE][SERVER][INFO] Adding 1 Mill Recipe(s) for White Dye Powder +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@5acd63d2" +[AVAILABLE][SERVER][INFO] Adding 1 Mill Recipe(s) for White Dye Powder +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@7a946443" +[AVAILABLE][SERVER][INFO] Adding 1 Mill Recipe(s) for White Dye Powder +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@49b45ff5" +[AVAILABLE][SERVER][INFO] Adding 1 Mill Recipe(s) for White Dye Powder +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@3ed40b0d" +[AVAILABLE][SERVER][INFO] Adding 1 Mill Recipe(s) for Yellow Dye Powder +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@7af1d3f" +[AVAILABLE][SERVER][INFO] Adding 1 Mill Recipe(s) for Yellow Dye Powder +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@5e11be86" +[AVAILABLE][SERVER][INFO] Adding 1 Mill Recipe(s) for Yellow Dye Powder +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@8fd5846" +[AVAILABLE][SERVER][INFO] Adding 1 Mill Recipe(s) for Yellow Dye Powder +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@5e62e4cb" +[AVAILABLE][SERVER][INFO] Adding 1 Mill Recipe(s) for Yellow Dye Powder +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@36c0241a" +[AVAILABLE][SERVER][INFO] Adding 1 Mill Recipe(s) for Yellow Dye Powder +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@266c3e7a" +[AVAILABLE][SERVER][INFO] Adding 1 Mill Recipe(s) for Yellow Dye Powder +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@2c308bd9" +[AVAILABLE][SERVER][INFO] Adding 1 Mill Recipe(s) for Yellow Dye Powder +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@31fcc0c3" +[AVAILABLE][SERVER][INFO] Adding 1 Mill Recipe(s) for Yellow Dye Powder +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@5c684b91" +[AVAILABLE][SERVER][INFO] Adding 1 Mill Recipe(s) for Yellow Dye Powder +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@7610b9e3" +[AVAILABLE][SERVER][INFO] Adding 1 Mill Recipe(s) for Yellow Dye Powder +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@5ffcb63b" +[AVAILABLE][SERVER][INFO] Adding 1 Mill Recipe(s) for Yellow Dye Powder +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@20bb71de" +[AVAILABLE][SERVER][INFO] Adding 1 Mill Recipe(s) for Yellow Dye Powder +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@3fcb9d9d" +[AVAILABLE][SERVER][INFO] Adding 1 Mill Recipe(s) for Yellow Dye Powder +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@5b1d6a5b" +[AVAILABLE][SERVER][INFO] Adding 1 Mill Recipe(s) for Yellow Dye Powder +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@42169dcf" +[AVAILABLE][SERVER][INFO] Adding 1 Mill Recipe(s) for Yellow Dye Powder +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@57fb74a1" +[AVAILABLE][SERVER][INFO] Adding 1 Mill Recipe(s) for Yellow Dye Powder +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@67540972" +[AVAILABLE][SERVER][INFO] Adding 1 Mill Recipe(s) for Yellow Dye Powder +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@270a4c59" +[AVAILABLE][SERVER][INFO] Adding 1 Mill Recipe(s) for Purple Dye Powder +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@433646eb" +[AVAILABLE][SERVER][INFO] Adding 1 Mill Recipe(s) for Purple Dye Powder +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@48596193" +[AVAILABLE][SERVER][INFO] Adding 1 Mill Recipe(s) for Purple Dye Powder +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@5eb5ef1" +[AVAILABLE][SERVER][INFO] Adding 1 Mill Recipe(s) for Purple Dye Powder +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@79727889" +[AVAILABLE][SERVER][INFO] Adding 1 Mill Recipe(s) for Purple Dye Powder +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@54ce88a8" +[AVAILABLE][SERVER][INFO] Adding 1 Mill Recipe(s) for Purple Dye Powder +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@78c06f3e" +[AVAILABLE][SERVER][INFO] Adding 1 Mill Recipe(s) for Purple Dye Powder +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@443e60f5" +[AVAILABLE][SERVER][INFO] Adding 1 Mill Recipe(s) for Purple Dye Powder +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@5643f9cd" +[AVAILABLE][SERVER][INFO] Adding 1 Mill Recipe(s) for Purple Dye Powder +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@6312f11d" +[AVAILABLE][SERVER][INFO] Adding 1 Mill Recipe(s) for Purple Dye Powder +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@49638615" +[AVAILABLE][SERVER][INFO] Adding 1 Mill Recipe(s) for Purple Dye Powder +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@18208cbe" +[AVAILABLE][SERVER][INFO] Adding 1 Mill Recipe(s) for Purple Dye Powder +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@45e74824" +[AVAILABLE][SERVER][INFO] Adding 1 Mill Recipe(s) for Purple Dye Powder +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@4491bd87" +[AVAILABLE][SERVER][INFO] Adding 1 Mill Recipe(s) for Purple Dye Powder +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@7269ffd" +[AVAILABLE][SERVER][INFO] Adding 1 Mill Recipe(s) for Purple Dye Powder +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@12c4e886" +[AVAILABLE][SERVER][INFO] Adding 1 Mill Recipe(s) for Purple Dye Powder +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@82c1c3a" +[AVAILABLE][SERVER][INFO] Adding 1 Mill Recipe(s) for Purple Dye Powder +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@5807bd82" +[AVAILABLE][SERVER][INFO] Adding 1 Mill Recipe(s) for Purple Dye Powder +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@1c296968" +[AVAILABLE][SERVER][INFO] Adding 1 Mill Recipe(s) for Purple Dye Powder +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@25770de4" +[AVAILABLE][SERVER][INFO] Adding 1 Mill Recipe(s) for Purple Dye Powder +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@37b155e5" +[AVAILABLE][SERVER][INFO] Adding 1 Mill Recipe(s) for Purple Dye Powder +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@61e335b9" +[AVAILABLE][SERVER][INFO] Adding 1 Mill Recipe(s) for Purple Dye Powder +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@2e6af69e" +[AVAILABLE][SERVER][INFO] Adding 1 Mill Recipe(s) for Purple Dye Powder +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@27ca0b5" +[AVAILABLE][SERVER][INFO] Adding 1 Mill Recipe(s) for Purple Dye Powder +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@50fd7b03" +[AVAILABLE][SERVER][INFO] Adding 1 Mill Recipe(s) for Purple Dye Powder +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@42a2bbb9" +[AVAILABLE][SERVER][INFO] Adding 1 Mill Recipe(s) for Purple Dye Powder +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Dreadlands Wood Planks,Sawdust +[AVAILABLE][SERVER][INFO] Adding 1 Kiln Recipe(s) for Low Grade Charcoal +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Kepler 22b Purple Wooden Planks,Sawdust +[AVAILABLE][SERVER][INFO] Adding 1 Kiln Recipe(s) for Low Grade Charcoal +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Hopseed Planks,Sawdust +[AVAILABLE][SERVER][INFO] Adding 1 Kiln Recipe(s) for Low Grade Charcoal +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Sakura Planks,Sawdust +[AVAILABLE][SERVER][INFO] Adding 1 Kiln Recipe(s) for Low Grade Charcoal +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Mulberry Wood Planks,Sawdust +[AVAILABLE][SERVER][INFO] Adding 1 Kiln Recipe(s) for Low Grade Charcoal +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Darkwood Planks,Sawdust +[AVAILABLE][SERVER][INFO] Adding 1 Kiln Recipe(s) for Low Grade Charcoal +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Oak Wood Planks,Sawdust +[AVAILABLE][SERVER][INFO] Adding 1 Kiln Recipe(s) for Low Grade Charcoal +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Oak Wood Planks,Sawdust +[AVAILABLE][SERVER][INFO] Adding 1 Kiln Recipe(s) for Low Grade Charcoal +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Oak Wood Planks,Sawdust +[AVAILABLE][SERVER][INFO] Adding 1 Kiln Recipe(s) for Low Grade Charcoal +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Eucalyptus Planks,Sawdust +[AVAILABLE][SERVER][INFO] Adding 1 Kiln Recipe(s) for Low Grade Charcoal +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Maple Planks,Sawdust +[AVAILABLE][SERVER][INFO] Adding 1 Kiln Recipe(s) for Low Grade Charcoal +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Kepler 22b Yellow Wooden Planks,Sawdust +[AVAILABLE][SERVER][INFO] Adding 1 Kiln Recipe(s) for Low Grade Charcoal +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Hearthgrove Planks,Sawdust +[AVAILABLE][SERVER][INFO] Adding 1 Kiln Recipe(s) for Low Grade Charcoal +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Hearthgrove Planks,Sawdust +[AVAILABLE][SERVER][INFO] Adding 1 Kiln Recipe(s) for Low Grade Charcoal +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Darklands Oak Wood Planks,Sawdust +[AVAILABLE][SERVER][INFO] Adding 1 Kiln Recipe(s) for Low Grade Charcoal +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Darklands Oak Wood Planks,Sawdust +[AVAILABLE][SERVER][INFO] Adding 1 Kiln Recipe(s) for Low Grade Charcoal +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Spruce Wood Planks,Sawdust +[AVAILABLE][SERVER][INFO] Adding 1 Kiln Recipe(s) for Low Grade Charcoal +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Spruce Wood Planks,Sawdust +[AVAILABLE][SERVER][INFO] Adding 1 Kiln Recipe(s) for Low Grade Charcoal +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Spruce Wood Planks,Sawdust +[AVAILABLE][SERVER][INFO] Adding 1 Kiln Recipe(s) for Low Grade Charcoal +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Spruce Wood Planks,Sawdust +[AVAILABLE][SERVER][INFO] Adding 1 Kiln Recipe(s) for Low Grade Charcoal +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Spruce Wood Planks,Sawdust +[AVAILABLE][SERVER][INFO] Adding 1 Kiln Recipe(s) for Low Grade Charcoal +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Spruce Wood Planks,Sawdust +[AVAILABLE][SERVER][INFO] Adding 1 Kiln Recipe(s) for Low Grade Charcoal +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Giant Root Planks,Sawdust +[AVAILABLE][SERVER][INFO] Adding 1 Kiln Recipe(s) for Low Grade Charcoal +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Bloodwood Planks,Sawdust +[AVAILABLE][SERVER][INFO] Adding 1 Kiln Recipe(s) for Low Grade Charcoal +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Bloodwood Planks,Sawdust +[AVAILABLE][SERVER][INFO] Adding 1 Kiln Recipe(s) for Low Grade Charcoal +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Kepler 22b Red Wooden Planks,Sawdust +[AVAILABLE][SERVER][INFO] Adding 1 Kiln Recipe(s) for Low Grade Charcoal +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Birch Wood Planks,Sawdust +[AVAILABLE][SERVER][INFO] Adding 1 Kiln Recipe(s) for Low Grade Charcoal +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Birch Wood Planks,Sawdust +[AVAILABLE][SERVER][INFO] Adding 1 Kiln Recipe(s) for Low Grade Charcoal +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Birch Wood Planks,Sawdust +[AVAILABLE][SERVER][INFO] Adding 1 Kiln Recipe(s) for Low Grade Charcoal +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Birch Wood Planks,Sawdust +[AVAILABLE][SERVER][INFO] Adding 1 Kiln Recipe(s) for Low Grade Charcoal +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Birch Wood Planks,Sawdust +[AVAILABLE][SERVER][INFO] Adding 1 Kiln Recipe(s) for Low Grade Charcoal +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Birch Wood Planks,Sawdust +[AVAILABLE][SERVER][INFO] Adding 1 Kiln Recipe(s) for Low Grade Charcoal +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Redwood Planks,Sawdust +[AVAILABLE][SERVER][INFO] Adding 1 Kiln Recipe(s) for Low Grade Charcoal +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Nibbletwig Planks,Sawdust +[AVAILABLE][SERVER][INFO] Adding 1 Kiln Recipe(s) for Low Grade Charcoal +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Nibbletwig Planks,Sawdust +[AVAILABLE][SERVER][INFO] Adding 1 Kiln Recipe(s) for Low Grade Charcoal +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Fusewood Planks,Sawdust +[AVAILABLE][SERVER][INFO] Adding 1 Kiln Recipe(s) for Low Grade Charcoal +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Kepler 22b Blue Wooden Planks,Sawdust +[AVAILABLE][SERVER][INFO] Adding 1 Kiln Recipe(s) for Low Grade Charcoal +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Jungle Wood Planks,Sawdust +[AVAILABLE][SERVER][INFO] Adding 1 Kiln Recipe(s) for Low Grade Charcoal +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Jungle Wood Planks,Sawdust +[AVAILABLE][SERVER][INFO] Adding 1 Kiln Recipe(s) for Low Grade Charcoal +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Jungle Wood Planks,Sawdust +[AVAILABLE][SERVER][INFO] Adding 1 Kiln Recipe(s) for Low Grade Charcoal +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Rubber Tree Planks,Sawdust +[AVAILABLE][SERVER][INFO] Adding 1 Kiln Recipe(s) for Low Grade Charcoal +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Yew Planks,Sawdust +[AVAILABLE][SERVER][INFO] Adding 1 Kiln Recipe(s) for Low Grade Charcoal +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Yew Planks,Sawdust +[AVAILABLE][SERVER][INFO] Adding 1 Kiln Recipe(s) for Low Grade Charcoal +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Olive Wood Planks,Sawdust +[AVAILABLE][SERVER][INFO] Adding 1 Kiln Recipe(s) for Low Grade Charcoal +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Menril Wood Planks,Sawdust +[AVAILABLE][SERVER][INFO] Adding 1 Kiln Recipe(s) for Low Grade Charcoal +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Menril Wood Planks,Sawdust +[AVAILABLE][SERVER][INFO] Adding 1 Kiln Recipe(s) for Low Grade Charcoal +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Weedwood Planks,Sawdust +[AVAILABLE][SERVER][INFO] Adding 1 Kiln Recipe(s) for Low Grade Charcoal +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Weedwood Planks,Sawdust +[AVAILABLE][SERVER][INFO] Adding 1 Kiln Recipe(s) for Low Grade Charcoal +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Weedwood Planks,Sawdust +[AVAILABLE][SERVER][INFO] Adding 1 Kiln Recipe(s) for Low Grade Charcoal +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Acacia Wood Planks,Sawdust +[AVAILABLE][SERVER][INFO] Adding 1 Kiln Recipe(s) for Low Grade Charcoal +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Acacia Wood Planks,Sawdust +[AVAILABLE][SERVER][INFO] Adding 1 Kiln Recipe(s) for Low Grade Charcoal +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Ghostwood Planks,Sawdust +[AVAILABLE][SERVER][INFO] Adding 1 Kiln Recipe(s) for Low Grade Charcoal +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Dark Oak Wood Planks,Sawdust +[AVAILABLE][SERVER][INFO] Adding 1 Kiln Recipe(s) for Low Grade Charcoal +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Dark Oak Wood Planks,Sawdust +[AVAILABLE][SERVER][INFO] Adding 1 Kiln Recipe(s) for Low Grade Charcoal +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Dark Oak Wood Planks,Sawdust +[AVAILABLE][SERVER][INFO] Adding 1 Kiln Recipe(s) for Low Grade Charcoal +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Red Cedar Plank,Sawdust +[AVAILABLE][SERVER][INFO] Adding 1 Kiln Recipe(s) for Low Grade Charcoal +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Red Cedar Plank,Sawdust +[AVAILABLE][SERVER][INFO] Adding 1 Kiln Recipe(s) for Low Grade Charcoal +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Sakura Wood Planks,Sawdust +[AVAILABLE][SERVER][INFO] Adding 1 Kiln Recipe(s) for Low Grade Charcoal +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Silverbell Planks,Sawdust +[AVAILABLE][SERVER][INFO] Adding 1 Kiln Recipe(s) for Low Grade Charcoal +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Willow Planks,Sawdust +[AVAILABLE][SERVER][INFO] Adding 1 Kiln Recipe(s) for Low Grade Charcoal +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Kepler 22b Green Wooden Planks,Sawdust +[AVAILABLE][SERVER][INFO] Adding 1 Kiln Recipe(s) for Low Grade Charcoal +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Ironwood Planks,Sawdust +[AVAILABLE][SERVER][INFO] Adding 1 Kiln Recipe(s) for Low Grade Charcoal +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Ironwood Planks,Sawdust +[AVAILABLE][SERVER][INFO] Adding 1 Kiln Recipe(s) for Low Grade Charcoal +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Amaranth Planks,Sawdust +[AVAILABLE][SERVER][INFO] Adding 1 Kiln Recipe(s) for Low Grade Charcoal +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Tigerwood Planks,Sawdust +[AVAILABLE][SERVER][INFO] Adding 1 Kiln Recipe(s) for Low Grade Charcoal +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Kepler 22b Brown Wooden Planks,Sawdust +[AVAILABLE][SERVER][INFO] Adding 1 Kiln Recipe(s) for Low Grade Charcoal +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Fir Wood Planks,Sawdust +[AVAILABLE][SERVER][INFO] Adding 1 Kiln Recipe(s) for Low Grade Charcoal +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Stick +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Stick +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Stick +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Stick +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Stick +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Stick +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Stick +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Stick +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Stick +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Stick +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Stick +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Stick +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Stick +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Stick +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Stick +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Stick +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Stick +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Stick +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Stick +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Stick +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Thatch Thin Slab +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Stick +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Dark Oak Thin Slab +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Stick +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Jungle Wood Thin Slab +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Stick +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Spruce Wood Thin Slab +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Stick +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Ironwood Thin Slab +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Stick +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Birch Thin Slab +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Stick +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Acacia Thin Slab +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Stick +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Oak Wood Thin Slab +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Stick +[AVAILABLE][SERVER][INFO] Adding 1 Atomic Reconstructor Recipe(s) for +[AVAILABLE][SERVER][INFO] Removing 0 Atomic Reconstructor Recipe(s) for Unknown item +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@9cbbe08" +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@7cc26107" +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@6fa4266d" +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@7133109e" +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@25dcdb4e" +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "net.minecraft.item.crafting.Ingredient@4a795cab" +[AVAILABLE][SERVER][INFO] Adding 1 Crusher Recipe(s) for "crafttweaker.api.minecraft.CraftTweakerMC$1@4a09cc7" +[AVAILABLE][SERVER][INFO] Removing 0 BallOfFur Recipe(s) for Unknown item +[AVAILABLE][SERVER][INFO] Removing 0 BallOfFur Recipe(s) for Unknown item +[AVAILABLE][SERVER][INFO] Removing 0 BallOfFur Recipe(s) for Unknown item +[AVAILABLE][SERVER][INFO] Removing 0 BallOfFur Recipe(s) for Unknown item +[AVAILABLE][SERVER][INFO] Removing 0 BallOfFur Recipe(s) for Unknown item +[AVAILABLE][SERVER][INFO] Adding 1 Empowerer Recipe(s) for * 4 +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Weedwood Stick +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Nibblestick +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Oak Wood Planks Siding,Nether Quartz +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Wooden Gear +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Wooden Gear +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Wooden Gear +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Wooden Gear +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Wooden Gear +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Wooden Gear +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Wooden Gear +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Wooden Gear +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Wooden Gear +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Wooden Gear +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Wooden Gear +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Wooden Gear +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Wooden Gear +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Wooden Gear +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Wooden Gear +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Wooden Gear +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Wooden Gear +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Wooden Gear +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Wooden Gear +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Wooden Gear +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Wooden Gear +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Wooden Gear +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Wooden Gear +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Wooden Gear +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Wooden Gear +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Wooden Gear +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Wooden Gear +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Wooden Gear +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Wooden Gear +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Wooden Gear +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Wooden Gear +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Wooden Gear +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Wooden Gear +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Wooden Gear +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Wooden Gear +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Wooden Gear +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Wooden Gear +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Wooden Gear +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Wooden Gear +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Wooden Gear +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Wooden Gear +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Wooden Gear +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Wooden Gear +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Wooden Gear +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Wooden Gear +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Wooden Gear +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Wooden Gear +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Wooden Gear +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Wooden Gear +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Wooden Gear +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Wooden Gear +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Wooden Gear +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Wooden Gear +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Wooden Gear +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Wooden Gear +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Wooden Gear +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Wooden Gear +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Wooden Gear +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Wooden Gear +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Wooden Gear +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Wooden Gear +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Wooden Gear +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Wooden Gear +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Wooden Gear +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Wooden Gear +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Wooden Gear +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Wooden Gear +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Wooden Gear +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Wooden Gear +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Wooden Gear +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Wooden Gear +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Wooden Gear +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Wooden Gear +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Wooden Gear +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Wooden Gear +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Wooden Gear +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Wooden Gear +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Wooden Gear +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Wooden Gear +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Wooden Gear +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Wooden Gear +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Wooden Gear +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Wooden Gear +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Wooden Gear +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Wooden Gear +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Wooden Gear +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Wooden Gear +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Wooden Gear +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Wooden Gear +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Wooden Gear +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Wooden Gear +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Wooden Gear +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Wooden Gear +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Wooden Gear +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Wooden Gear +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Wooden Gear +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Wooden Gear +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Wooden Gear +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Wooden Gear +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Wooden Gear +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Wooden Gear +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Wooden Gear +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Wooden Gear +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Wooden Gear +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Wooden Gear +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Wooden Gear +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Wooden Gear +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Wooden Gear +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Wooden Gear +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Wooden Gear +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Wooden Gear +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Wooden Gear +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Wooden Gear +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Wooden Gear +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Wooden Gear +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Wooden Gear +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Wooden Gear +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Wooden Gear +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Wooden Gear +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Wooden Gear +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Wooden Gear +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Wooden Gear +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Wooden Gear +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Wooden Gear +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Wooden Gear +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Wooden Gear +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Wooden Gear +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Wooden Gear +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Wooden Gear +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Wooden Gear +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Wooden Gear +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Wooden Gear +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Wooden Gear +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Wooden Gear +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Wooden Gear +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Wooden Gear +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Wooden Gear +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Wooden Gear +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Wooden Gear +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Wooden Gear +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Wooden Gear +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Wooden Gear +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Wooden Gear +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Wooden Gear +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Wooden Gear +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Wooden Gear +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Wooden Gear +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Wooden Gear +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Stick +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Stick +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Stick +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Stick +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Stick +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Stick +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Stick +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Stick +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Stick +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Stick +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Stick +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Stick +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Stick +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Stick +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Stick +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Stick +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Stick +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Stick +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Stick +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Stick +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Stick +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Stick +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Stick +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Stick +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Stick +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Stick +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Stick +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Stick +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Stick +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Stick +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Stick +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Stick +[AVAILABLE][SERVER][INFO] Adding 1 Saw Recipe(s) for Melon +[AVAILABLE][SERVER][INFO] Adding 1 Turntable Recipe(s) for +[AVAILABLE][SERVER][INFO] Adding 1 Turntable Recipe(s) for +[AVAILABLE][SERVER][INFO] Adding 1 Mill Recipe(s) for Rice Flour +[AVAILABLE][SERVER][INFO] Adding 1 Mill Recipe(s) for Flour +[AVAILABLE][SERVER][INFO] Adding 1 Mill Recipe(s) for Flour +[AVAILABLE][SERVER][INFO] Adding 1 Mill Recipe(s) for Unfired Porcelain +[AVAILABLE][SERVER][INFO] Adding 1 Mill Recipe(s) for Grout +[AVAILABLE][SERVER][INFO] Adding 1 Mill Recipe(s) for Crushed Black Quartz +[AVAILABLE][SERVER][INFO] Adding 1 Mill Recipe(s) for Aquamarine +[AVAILABLE][SERVER][INFO] Adding 1 Mill Recipe(s) for Flint +[AVAILABLE][SERVER][INFO] Adding 1 Mill Recipe(s) for Charcoal +[AVAILABLE][SERVER][INFO] Adding 1 Mill Recipe(s) for Charcoal +[AVAILABLE][SERVER][INFO] Adding 1 Mill Recipe(s) for Coal +[AVAILABLE][SERVER][INFO] Adding 1 Mill Recipe(s) for Stone Rod +[AVAILABLE][SERVER][INFO] Adding 1 Mill Recipe(s) for Stardust +[AVAILABLE][SERVER][INFO] Adding 1 Mill Recipe(s) for Nether Quartz Dust +[AVAILABLE][SERVER][INFO] Adding 1 Mill Recipe(s) for Flaked Bone +[AVAILABLE][SERVER][INFO] Adding 1 Mill Recipe(s) for Bone Meal +[AVAILABLE][SERVER][INFO] Adding 1 Mill Recipe(s) for String,Red Dye Powder +[AVAILABLE][SERVER][INFO] Adding 1 Mill Recipe(s) for Ground Resin +[AVAILABLE][SERVER][INFO] Adding 1 Mill Recipe(s) for Ground Resin +[AVAILABLE][SERVER][INFO] Adding 1 Mill Recipe(s) for Ground Resin +[AVAILABLE][SERVER][INFO] Adding 1 Mill Recipe(s) for Ground Resin +[AVAILABLE][SERVER][INFO] Adding 1 Mill Recipe(s) for Ground Resin +[AVAILABLE][SERVER][INFO] Adding 1 Mill Recipe(s) for Ground Resin +[AVAILABLE][SERVER][INFO] Adding 1 Mill Recipe(s) for Ground Resin +[AVAILABLE][SERVER][INFO] Adding 1 Mill Recipe(s) for Ground Resin +[AVAILABLE][SERVER][INFO] Adding 1 Mill Recipe(s) for Ground Resin +[AVAILABLE][SERVER][INFO] Adding 1 Mill Recipe(s) for Ground Resin +[AVAILABLE][SERVER][INFO] Adding 1 Cauldron Recipe(s) for Nethercoal +[AVAILABLE][SERVER][INFO] Adding 1 Cauldron Recipe(s) for Glue +[AVAILABLE][SERVER][INFO] Adding 1 Cauldron Recipe(s) for Glue +[AVAILABLE][SERVER][INFO] Adding 1 Cauldron Recipe(s) for Glue +[AVAILABLE][SERVER][INFO] Adding 1 Cauldron Recipe(s) for Glue +[AVAILABLE][SERVER][INFO] Adding 1 Cauldron Recipe(s) for Glue,Flaked Bone +[AVAILABLE][SERVER][INFO] Adding 1 Cauldron Recipe(s) for Alicio Sapling +[AVAILABLE][SERVER][INFO] Adding 1 Cauldron Recipe(s) for Laxative +[AVAILABLE][SERVER][INFO] Adding 1 Cauldron Recipe(s) for Potash +[AVAILABLE][SERVER][INFO] Adding 1 Cauldron Recipe(s) for Potash +[AVAILABLE][SERVER][INFO] Adding 1 Cauldron Recipe(s) for Potash +[AVAILABLE][SERVER][INFO] Adding 1 Cauldron Recipe(s) for Glue +[AVAILABLE][SERVER][INFO] Adding 1 Cauldron Recipe(s) for Glue +[AVAILABLE][SERVER][INFO] Adding 1 Cauldron Recipe(s) for Glue +[AVAILABLE][SERVER][INFO] Adding 1 Cauldron Recipe(s) for Glue +[AVAILABLE][SERVER][INFO] Adding 1 Cauldron Recipe(s) for Glue +[AVAILABLE][SERVER][INFO] Adding 1 Cauldron Recipe(s) for Glue +[AVAILABLE][SERVER][INFO] Adding 1 Cauldron Recipe(s) for Glue +[AVAILABLE][SERVER][INFO] Adding 1 Cauldron Recipe(s) for Glue +[AVAILABLE][SERVER][INFO] Adding 1 Cauldron Recipe(s) for Glue +[AVAILABLE][SERVER][INFO] Adding 1 Cauldron Recipe(s) for Glue +[AVAILABLE][SERVER][INFO] Adding 1 Cauldron Recipe(s) for Glue +[AVAILABLE][SERVER][INFO] Adding 1 Cauldron Recipe(s) for Glue +[AVAILABLE][SERVER][INFO] Adding 1 Cauldron Recipe(s) for Glue +[AVAILABLE][SERVER][INFO] Adding 1 Cauldron Recipe(s) for Glue +[AVAILABLE][SERVER][INFO] Adding 1 Cauldron Recipe(s) for Glue +[AVAILABLE][SERVER][INFO] Adding 1 Cauldron Recipe(s) for Glue +[AVAILABLE][SERVER][INFO] Adding 1 Cauldron Recipe(s) for Glue +[AVAILABLE][SERVER][INFO] Adding 1 Cauldron Recipe(s) for Glue +[AVAILABLE][SERVER][INFO] Adding 1 Cauldron Recipe(s) for Glue +[AVAILABLE][SERVER][INFO] Adding AlchemyArray Recipe input=1xitem.tweakmat@0, catalyst=1xitem.bloodmagic.slate@0, output=1xitem.bloodmagic.sigil.divination@0, location=null +[AVAILABLE][SERVER][INFO] Adding AlchemyArray Recipe input=1xitem.bloodmagic.baseComponent@8, catalyst=1xitem.swordGold@0, output=1xitem.bloodmagic.bound.sword@0, location=null +[AVAILABLE][SERVER][INFO] Adding AlchemyArray Recipe input=1xitem.bloodmagic.baseComponent@8, catalyst=1xitem.pickaxeGold@0, output=1xitem.bloodmagic.bound.pickaxe@0, location=null +[AVAILABLE][SERVER][INFO] Adding AlchemyArray Recipe input=1xitem.bloodmagic.baseComponent@8, catalyst=1xitem.hatchetGold@0, output=1xitem.bloodmagic.bound.axe@0, location=null +[AVAILABLE][SERVER][INFO] Adding AlchemyArray Recipe input=1xitem.bloodmagic.baseComponent@8, catalyst=1xitem.shovelGold@0, output=1xitem.bloodmagic.bound.shovel@0, location=null +[AVAILABLE][SERVER][INFO] Adding AlchemyArray Recipe input=1xitem.bloodmagic.baseComponent@11, catalyst=1xitem.bloodmagic.slate@1, output=1xitem.bloodmagic.sigil.blood_light@0, location=null +[AVAILABLE][SERVER][INFO] Adding AlchemyArray Recipe input=1xitem.bloodmagic.baseComponent@27, catalyst=1xitem.bloodmagic.slate@1, output=1xitem.bloodmagic.sigil.holding@0, location=null +[AVAILABLE][SERVER][INFO] Adding Blood Altar recipe for: 1xitem.bloodmagic.orb@0 from: net.minecraft.item.crafting.Ingredient@27d089bc minTier: 1, syphon: 5000, consumeRate: 5, drainRate: 5 +[AVAILABLE][SERVER][INFO] Adding Blood Altar recipe for: 1xitem.bloodmagic.orb@0 from: net.minecraft.item.crafting.Ingredient@1df9acdb minTier: 0, syphon: 2000, consumeRate: 2, drainRate: 1 +[AVAILABLE][SERVER][INFO] Adding Blood Altar recipe for: 1xitem.bloodmagic.sanguineBook@0 from: net.minecraft.item.crafting.Ingredient@5372010 minTier: 0, syphon: 1000, consumeRate: 20, drainRate: 0 +[AVAILABLE][SERVER][INFO] Adding Blood Altar recipe for: 1xitem.bloodmagic.daggerOfSacrifice@0 from: net.minecraft.item.crafting.Ingredient@6d1b5563 minTier: 0, syphon: 3000, consumeRate: 5, drainRate: 5 +[AVAILABLE][SERVER][INFO] Adding Blood Altar recipe for: 1xitem.food_step@0 from: net.minecraft.item.crafting.Ingredient@4e25bc15 minTier: 0, syphon: 1500, consumeRate: 5, drainRate: 5 +[AVAILABLE][SERVER][INFO] Adding TartaricForge recipe for: 1xitem.bloodmagic.arcaneAshes@0 from: [1xitem.tweakmat@0,1xitem.sulphur@0,1xitem.pt.dye_powder@0,1xitem.coal@1] minSouls: 0.0, soulDrain: 0.0 +[AVAILABLE][SERVER][INFO] Adding TartaricForge recipe for: 1xitem.bloodmagic.baseComponent@11 from: [1xtile.bwm:candle@32767,1xtile.torch@0,1xitem.tweakmat@0,1xitem.tweakmat@0] minSouls: 200.0, soulDrain: 10.0 +[AVAILABLE][SERVER][INFO] Adding TartaricForge recipe for: 1xitem.bloodmagic.baseComponent@32 from: [1xtile.snow@0,1xitem.snowball@0,1xitem.snowball@0,1xitem.tweakmat@0] minSouls: 80.0, soulDrain: 10.0 +[AVAILABLE][SERVER][INFO] Adding TartaricForge recipe for: 1xitem.bloodmagic.baseComponent@18 from: [1xtile.bloodmagic.teleposer@0,ingotPlatinum,1xitem.enderPearl@0,1xtile.obsidian@0] minSouls: 1500.0, soulDrain: 200.0 +[AVAILABLE][SERVER][INFO] Adding TartaricForge recipe for: 1xtile.bloodmagic.masterRouting@0 from: [blockIron,ingotPlatinum,1xitem.bloodmagic.slate@2] minSouls: 400.0, soulDrain: 200.0 +[AVAILABLE][SERVER][INFO] Adding TartaricForge recipe for: 1xitem.bloodmagic.sentientArmourGem@0 from: [1xitem.chestplateGold@0,1xitem.bloodmagic.soulGem.@1,blockIron,1xtile.obsidian@0] minSouls: 240.0, soulDrain: 150.0 +[AVAILABLE][SERVER][INFO] Adding TartaricForge recipe for: 1xitem.bloodmagic.baseComponent@2 from: [1xitem.ghastTear@0,1xitem.twilightforest.tfFeather@0,1xitem.twilightforest.tfFeather@0,1xitem.elytra@0] minSouls: 128.0, soulDrain: 20.0 +[AVAILABLE][SERVER][INFO] Adding TartaricForge recipe for: 1xtile.bloodmagic.demonCrystallizer@0 from: [1xtile.bloodmagic.soulForge@0,stone,ingotManyullyn,blockGlass] minSouls: 500.0, soulDrain: 100.0 +[AVAILABLE][SERVER][INFO] Adding TartaricForge recipe for: 1xitem.bloodmagic.soulGem.@1 from: [1xitem.bloodmagic.soulGem.@0,1xitem.shadowshard@0,ingotBronze,1xitem.fermentedSpiderEye@0] minSouls: 60.0, soulDrain: 20.0 +[AVAILABLE][SERVER][INFO] Adding TartaricForge recipe for: 1xitem.bloodmagic.soulGem.@2 from: [1xitem.bloodmagic.soulGem.@1,1xitem.shadowgem@0,blockGold,1xitem.bloodmagic.slate@2] minSouls: 240.0, soulDrain: 50.0 +[AVAILABLE][SERVER][INFO] Adding TartaricForge recipe for: 1xitem.bloodmagic.nodeRouter@0 from: [stickWood,1xitem.bloodmagic.slate@1,1xitem.dyePowder@4,1xitem.blazeRod@0] minSouls: 400.0, soulDrain: 5.0 +[AVAILABLE][SERVER][INFO] Adding TartaricForge recipe for: 1xtile.bloodmagic.demonCrucible@0 from: [1xitem.cauldron@0,stone,1xitem.dyePowder@4,ingotPlatinum] minSouls: 400.0, soulDrain: 5.0 +[AVAILABLE][SERVER][INFO] Adding TartaricForge recipe for: 1xitem.bloodmagic.baseComponent@10 from: [blockGlass,1xitem.bloodmagic.slate@0,1xitem.dyePowder@4,ingotSilver] minSouls: 400.0, soulDrain: 10.0 +[AVAILABLE][SERVER][INFO] Adding TartaricForge recipe for: 1xitem.bloodmagic.soulGem.@0 from: [1xitem.tweakmat@0,ingotBronze,1xitem.pt.dye_powder@11,1xitem.shadowfragment@0] minSouls: 1.0, soulDrain: 1.0 +[AVAILABLE][SERVER][INFO] Adding TartaricForge recipe for: 1xitem.itemcraftingcomponent@2 from: [1xitem.ec.material@0,1xitem.itemrockcrystalsimple@0,1xitem.appliedenergistics2.material@46,1xitem.dyePowder@4] minSouls: 100.0, soulDrain: 20.0 +[AVAILABLE][SERVER][INFO] Adding TartaricForge recipe for: 1xitem.bloodmagic.sentientSword@0 from: [1xitem.bloodmagic.soulGem.@0,1xitem.actuallyadditions.item_sword_quartz@0] minSouls: 0.0, soulDrain: 0.0 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: glass and item: 1xtile.tconstruct.clear_glass@0 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: glassdyedwhite and item: 1xtile.tconstruct.clear_stained_glass@0 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: glassdyedorange and item: 1xtile.tconstruct.clear_stained_glass@1 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: glassdyedmagenta and item: 1xtile.tconstruct.clear_stained_glass@2 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: glassdyedlightblue and item: 1xtile.tconstruct.clear_stained_glass@3 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: glassdyedyellow and item: 1xtile.tconstruct.clear_stained_glass@4 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: glassdyedlime and item: 1xtile.tconstruct.clear_stained_glass@5 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: glassdyedpink and item: 1xtile.tconstruct.clear_stained_glass@6 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: glassdyedgray and item: 1xtile.tconstruct.clear_stained_glass@7 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: glassdyedlightgray and item: 1xtile.tconstruct.clear_stained_glass@8 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: glassdyedcyan and item: 1xtile.tconstruct.clear_stained_glass@9 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: glassdyedpurple and item: 1xtile.tconstruct.clear_stained_glass@10 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: glassdyedblue and item: 1xtile.tconstruct.clear_stained_glass@11 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: glassdyedbrown and item: 1xtile.tconstruct.clear_stained_glass@12 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: glassdyedgreen and item: 1xtile.tconstruct.clear_stained_glass@13 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: glassdyedred and item: 1xtile.tconstruct.clear_stained_glass@14 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: glassdyedblack and item: 1xtile.tconstruct.clear_stained_glass@15 +[AVAILABLE][SERVER][INFO] Adding chisel group called: cragrock +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: cragrock and item: 1xtile.thebetweenlands.cragrock_chiseled@0 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: cragrock and item: 1xtile.thebetweenlands.cragrock_bricks@0 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: cragrock and item: 1xtile.thebetweenlands.cragrock_tiles@0 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: cragrock and item: 1xtile.thebetweenlands.smooth_cragrock@0 +[AVAILABLE][SERVER][INFO] Adding chisel group called: betweenstone +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: betweenstone and item: 1xtile.thebetweenlands.betweenstone_bricks@0 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: betweenstone and item: 1xtile.thebetweenlands.betweenstone_bricks_mirage@0 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: betweenstone and item: 1xtile.thebetweenlands.betweenstone_tiles@0 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: betweenstone and item: 1xtile.thebetweenlands.betweenstone_chiseled@0 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: betweenstone and item: 1xtile.thebetweenlands.cracked_betweenstone_bricks@0 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: betweenstone and item: 1xtile.thebetweenlands.cracked_betweenstone_tiles@0 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: betweenstone and item: 1xtile.thebetweenlands.smooth_betweenstone@0 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: betweenstone and item: 1xtile.thebetweenlands.weak_betweenstone_tiles@0 +[AVAILABLE][SERVER][INFO] Adding chisel group called: pitstone +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: pitstone and item: 1xtile.thebetweenlands.pitstone_chiseled@0 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: pitstone and item: 1xtile.thebetweenlands.pitstone_bricks@0 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: pitstone and item: 1xtile.thebetweenlands.pitstone_tiles@0 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: pitstone and item: 1xtile.thebetweenlands.smooth_pitstone@0 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: limestone and item: 1xtile.thebetweenlands.limestone@0 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: limestone and item: 1xtile.thebetweenlands.limestone_chiseled@0 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: limestone and item: 1xtile.thebetweenlands.cracked_limestone_bricks@0 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: limestone and item: 1xtile.thebetweenlands.limestone_bricks@0 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: limestone and item: 1xtile.thebetweenlands.limestone_tiles@0 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: limestone and item: 1xtile.thebetweenlands.polished_limestone@0 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: limestone and item: 1xtile.thebetweenlands.weak_polished_limestone@0 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: basalt and item: 1xtile.nex:basalt@0 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: basalt and item: 1xtile.nex:basalt@1 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: basalt and item: 1xtile.nex:basalt@2 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: basalt and item: 1xtile.nex:basalt@3 +[AVAILABLE][SERVER][INFO] Removing chisel group called: prismarine +[AVAILABLE][SERVER][INFO] Removing chisel group called: prismarine +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blockcobalt and item: 1xtile.chisel.blockCobalt@0 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blockcobalt and item: 1xtile.chisel.blockCobalt@1 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blockcobalt and item: 1xtile.chisel.blockCobalt@2 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blockcobalt and item: 1xtile.chisel.blockCobalt@3 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blockcobalt and item: 1xtile.chisel.blockCobalt@4 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blockcobalt and item: 1xtile.chisel.blockCobalt@5 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blockcobalt and item: 1xtile.chisel.blockCobalt@6 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blocklapis and item: 1xtile.blockLapis@0 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blocklapis and item: 1xtile.chisel.lapis@0 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blocklapis and item: 1xtile.chisel.lapis@1 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blocklapis and item: 1xtile.chisel.lapis@2 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blocklapis and item: 1xtile.chisel.lapis@3 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blocklapis and item: 1xtile.chisel.lapis@4 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blocklapis and item: 1xtile.chisel.lapis@5 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blocklapis and item: 1xtile.chisel.lapis@6 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blocklapis and item: 1xtile.chisel.lapis@7 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blocklapis and item: 1xtile.chisel.lapis@8 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blocknickel and item: 1xtile.chisel.blockNickel@0 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blocknickel and item: 1xtile.chisel.blockNickel@1 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blocknickel and item: 1xtile.chisel.blockNickel@2 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blocknickel and item: 1xtile.chisel.blockNickel@3 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blocknickel and item: 1xtile.chisel.blockNickel@4 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blocknickel and item: 1xtile.chisel.blockNickel@5 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blocknickel and item: 1xtile.chisel.blockNickel@6 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blockaluminum and item: 1xtile.chisel.blockAluminum@0 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blockaluminum and item: 1xtile.chisel.blockAluminum@1 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blockaluminum and item: 1xtile.chisel.blockAluminum@2 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blockaluminum and item: 1xtile.chisel.blockAluminum@3 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blockaluminum and item: 1xtile.chisel.blockAluminum@4 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blockaluminum and item: 1xtile.chisel.blockAluminum@5 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blockaluminum and item: 1xtile.chisel.blockAluminum@6 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blockplatinum and item: 1xtile.chisel.blockPlatinum@0 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blockplatinum and item: 1xtile.chisel.blockPlatinum@1 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blockplatinum and item: 1xtile.chisel.blockPlatinum@2 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blockplatinum and item: 1xtile.chisel.blockPlatinum@3 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blockplatinum and item: 1xtile.chisel.blockPlatinum@4 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blockplatinum and item: 1xtile.chisel.blockPlatinum@5 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blockplatinum and item: 1xtile.chisel.blockPlatinum@6 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blockemerald and item: 1xtile.chisel.emerald@0 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blockemerald and item: 1xtile.chisel.emerald@1 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blockemerald and item: 1xtile.chisel.emerald@2 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blockemerald and item: 1xtile.chisel.emerald@3 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blockemerald and item: 1xtile.chisel.emerald@4 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blockemerald and item: 1xtile.chisel.emerald@5 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blockemerald and item: 1xtile.chisel.emerald@6 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blockemerald and item: 1xtile.chisel.emerald@7 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blockemerald and item: 1xtile.chisel.emerald@8 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blockemerald and item: 1xtile.chisel.emerald@9 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blockemerald and item: 1xtile.chisel.emerald@10 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blockemerald and item: 1xtile.chisel.emerald@11 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blockemerald and item: 1xtile.chisel.emerald@12 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blockemerald and item: 1xtile.chisel.emerald@13 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blockcopper and item: 1xtile.chisel.blockCopper@0 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blockcopper and item: 1xtile.chisel.blockCopper@1 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blockcopper and item: 1xtile.chisel.blockCopper@2 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blockcopper and item: 1xtile.chisel.blockCopper@3 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blockcopper and item: 1xtile.chisel.blockCopper@4 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blockcopper and item: 1xtile.chisel.blockCopper@5 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blockcopper and item: 1xtile.chisel.blockCopper@6 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blockiron and item: 1xtile.chisel.iron@0 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blockiron and item: 1xtile.chisel.iron@1 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blockiron and item: 1xtile.chisel.iron@2 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blockiron and item: 1xtile.chisel.iron@3 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blockiron and item: 1xtile.chisel.iron@4 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blockiron and item: 1xtile.chisel.iron@5 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blockiron and item: 1xtile.chisel.iron@6 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blockiron and item: 1xtile.chisel.iron@7 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blockiron and item: 1xtile.chisel.iron@8 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blockiron and item: 1xtile.chisel.iron@9 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blockiron and item: 1xtile.chisel.iron@10 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blockiron and item: 1xtile.chisel.iron@11 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blockiron and item: 1xtile.chisel.iron@12 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blockiron and item: 1xtile.chisel.iron@13 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blockiron and item: 1xtile.chisel.iron@14 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blockdiamond and item: 1xtile.chisel.diamond@0 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blockdiamond and item: 1xtile.chisel.diamond@1 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blockdiamond and item: 1xtile.chisel.diamond@2 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blockdiamond and item: 1xtile.chisel.diamond@3 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blockdiamond and item: 1xtile.chisel.diamond@4 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blockdiamond and item: 1xtile.chisel.diamond@5 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blockdiamond and item: 1xtile.chisel.diamond@6 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blockdiamond and item: 1xtile.chisel.diamond@7 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blockdiamond and item: 1xtile.chisel.diamond@8 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blockdiamond and item: 1xtile.chisel.diamond@9 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blockdiamond and item: 1xtile.chisel.diamond@10 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blockdiamond and item: 1xtile.chisel.diamond@11 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blocktin and item: 1xtile.chisel.blockTin@0 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blocktin and item: 1xtile.chisel.blockTin@1 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blocktin and item: 1xtile.chisel.blockTin@2 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blocktin and item: 1xtile.chisel.blockTin@3 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blocktin and item: 1xtile.chisel.blockTin@4 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blocktin and item: 1xtile.chisel.blockTin@5 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blocktin and item: 1xtile.chisel.blockTin@6 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blockelectrum and item: 1xtile.chisel.blockElectrum@0 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blockelectrum and item: 1xtile.chisel.blockElectrum@1 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blockelectrum and item: 1xtile.chisel.blockElectrum@2 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blockelectrum and item: 1xtile.chisel.blockElectrum@3 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blockelectrum and item: 1xtile.chisel.blockElectrum@4 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blockelectrum and item: 1xtile.chisel.blockElectrum@5 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blockelectrum and item: 1xtile.chisel.blockElectrum@6 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blocklead and item: 1xtile.chisel.blockLead@0 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blocklead and item: 1xtile.chisel.blockLead@1 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blocklead and item: 1xtile.chisel.blockLead@2 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blocklead and item: 1xtile.chisel.blockLead@3 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blocklead and item: 1xtile.chisel.blockLead@4 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blocklead and item: 1xtile.chisel.blockLead@5 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blocklead and item: 1xtile.chisel.blockLead@6 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blockgold and item: 1xtile.chisel.gold@0 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blockgold and item: 1xtile.chisel.gold@1 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blockgold and item: 1xtile.chisel.gold@2 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blockgold and item: 1xtile.chisel.gold@3 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blockgold and item: 1xtile.chisel.gold@4 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blockgold and item: 1xtile.chisel.gold@5 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blockgold and item: 1xtile.chisel.gold@6 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blockgold and item: 1xtile.chisel.gold@7 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blockgold and item: 1xtile.chisel.gold@8 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blockgold and item: 1xtile.chisel.gold@9 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blockgold and item: 1xtile.chisel.gold@10 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blockgold and item: 1xtile.chisel.gold@11 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blockgold and item: 1xtile.chisel.gold@12 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blockgold and item: 1xtile.chisel.gold@13 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blockgold and item: 1xtile.chisel.gold@14 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blockbronze and item: 1xtile.chisel.blockBronze@0 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blockbronze and item: 1xtile.chisel.blockBronze@1 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blockbronze and item: 1xtile.chisel.blockBronze@2 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blockbronze and item: 1xtile.chisel.blockBronze@3 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blockbronze and item: 1xtile.chisel.blockBronze@4 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blockbronze and item: 1xtile.chisel.blockBronze@5 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blockbronze and item: 1xtile.chisel.blockBronze@6 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blocksilver and item: 1xtile.chisel.blockSilver@0 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blocksilver and item: 1xtile.chisel.blockSilver@1 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blocksilver and item: 1xtile.chisel.blockSilver@2 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blocksilver and item: 1xtile.chisel.blockSilver@3 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blocksilver and item: 1xtile.chisel.blockSilver@4 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blocksilver and item: 1xtile.chisel.blockSilver@5 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blocksilver and item: 1xtile.chisel.blockSilver@6 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blocksteel and item: 1xtile.chisel.blockSteel@0 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blocksteel and item: 1xtile.chisel.blockSteel@1 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blocksteel and item: 1xtile.chisel.blockSteel@2 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blocksteel and item: 1xtile.chisel.blockSteel@3 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blocksteel and item: 1xtile.chisel.blockSteel@4 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blocksteel and item: 1xtile.chisel.blockSteel@5 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blocksteel and item: 1xtile.chisel.blockSteel@6 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blockcoal and item: 1xtile.chisel.block_coal@0 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blockcoal and item: 1xtile.chisel.block_coal@1 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blockcoal and item: 1xtile.chisel.block_coal@2 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blockcoal and item: 1xtile.chisel.block_coal@3 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blockcoal and item: 1xtile.chisel.block_coal@4 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blockcoal and item: 1xtile.chisel.block_coal@5 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blockcoal and item: 1xtile.chisel.block_coal@6 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blockcoal and item: 1xtile.chisel.block_coal@7 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blockcoal and item: 1xtile.chisel.block_coal@8 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blockcoal and item: 1xtile.chisel.block_coal@9 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blockcoal and item: 1xtile.chisel.block_coal@10 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blockcoal and item: 1xtile.chisel.block_coal@11 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blockcoal and item: 1xtile.chisel.block_coal@12 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blockcoal and item: 1xtile.chisel.block_coal@13 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blockcoal and item: 1xtile.chisel.block_coal@14 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blockcoal and item: 1xtile.chisel.block_coal@15 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blockcoal and item: 1xtile.chisel.block_coal@0 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blockcoal and item: 1xtile.chisel.block_coal@1 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blockcoal and item: 1xtile.chisel.block_coal@2 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blockcoal and item: 1xtile.chisel.block_coal@3 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blockcoal and item: 1xtile.chisel.block_coal@4 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blockcoal and item: 1xtile.chisel.block_coal@5 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blockcoal and item: 1xtile.chisel.block_coal@6 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blockcoal and item: 1xtile.chisel.block_coal@7 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blockcoal and item: 1xtile.chisel.block_coal@8 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blockcoal and item: 1xtile.chisel.block_coal@9 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blockcoal and item: 1xtile.chisel.block_coal@10 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blockcoal and item: 1xtile.chisel.block_coal@11 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blockcoal and item: 1xtile.chisel.block_coal@12 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blockcoal and item: 1xtile.chisel.block_coal@13 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blockcoal and item: 1xtile.chisel.block_coal@14 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blockcoal and item: 1xtile.chisel.block_coal@15 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blockcoal and item: 1xtile.chisel.block_coal@0 +[AVAILABLE][SERVER][INFO] Adding chisel variation for group: vg_blockcoal and item: 1xtile.chisel.block_coal@1 +[AVAILABLE][SERVER][INFO] Altering Alloy Recipe(s) for * 288 +[AVAILABLE][SERVER][INFO] Altering Alloy Recipe(s) for * 288 +[AVAILABLE][SERVER][INFO] Altering Alloy Recipe(s) for * 3 +[AVAILABLE][SERVER][INFO] Altering Casting Recipe(s) for +[AVAILABLE][SERVER][INFO] Altering Casting Recipe(s) for +[AVAILABLE][SERVER][INFO] Altering Casting Recipe(s) for +[AVAILABLE][SERVER][INFO] Altering Casting Recipe(s) for +[AVAILABLE][SERVER][INFO] Altering Casting Recipe(s) for +[AVAILABLE][SERVER][INFO] Altering Casting Recipe(s) for +[AVAILABLE][SERVER][INFO] Altering Casting Recipe(s) for +[AVAILABLE][SERVER][INFO] Altering Casting Recipe(s) for +[AVAILABLE][SERVER][INFO] Altering Casting Recipe(s) for +[AVAILABLE][SERVER][INFO] Altering Casting Recipe(s) for +[AVAILABLE][SERVER][INFO] Altering Casting Recipe(s) for +[AVAILABLE][SERVER][INFO] Altering Casting Recipe(s) for +[AVAILABLE][SERVER][INFO] Altering Casting Recipe(s) for +[AVAILABLE][SERVER][INFO] Altering Casting Recipe(s) for +[AVAILABLE][SERVER][INFO] Altering Casting Recipe(s) for +[AVAILABLE][SERVER][INFO] Altering Casting Recipe(s) for +[AVAILABLE][SERVER][INFO] Altering Casting Recipe(s) for +[AVAILABLE][SERVER][INFO] Altering Casting Recipe(s) for +[AVAILABLE][SERVER][INFO] Altering Casting Recipe(s) for +[AVAILABLE][SERVER][INFO] Altering Casting Recipe(s) for +[AVAILABLE][SERVER][INFO] Altering Casting Recipe(s) for +[AVAILABLE][SERVER][INFO] Altering Casting Recipe(s) for +[AVAILABLE][SERVER][INFO] Altering Casting Recipe(s) for +[AVAILABLE][SERVER][INFO] Altering Casting Recipe(s) for +[AVAILABLE][SERVER][INFO] Altering Casting Recipe(s) for +[AVAILABLE][SERVER][INFO] Altering Casting Recipe(s) for +[AVAILABLE][SERVER][INFO] Altering Casting Recipe(s) for +[AVAILABLE][SERVER][INFO] Altering Casting Recipe(s) for +[AVAILABLE][SERVER][INFO] Altering Casting Recipe(s) for +[AVAILABLE][SERVER][INFO] Altering Casting Recipe(s) for +[AVAILABLE][SERVER][INFO] Altering Casting Recipe(s) for +[AVAILABLE][SERVER][INFO] Altering Casting Recipe(s) for +[AVAILABLE][SERVER][INFO] Altering Casting Recipe(s) for +[AVAILABLE][SERVER][INFO] Altering Casting Recipe(s) for +[AVAILABLE][SERVER][INFO] Altering Casting Recipe(s) for +[AVAILABLE][SERVER][INFO] Altering Casting Recipe(s) for +[AVAILABLE][SERVER][INFO] Altering Casting Recipe(s) for +[AVAILABLE][SERVER][INFO] Altering Casting Recipe(s) for +[AVAILABLE][SERVER][INFO] Altering Casting Recipe(s) for +[AVAILABLE][SERVER][INFO] Altering Casting Recipe(s) for +[AVAILABLE][SERVER][INFO] Altering Casting Recipe(s) for +[AVAILABLE][SERVER][INFO] Altering Casting Recipe(s) for +[AVAILABLE][SERVER][INFO] Altering Casting Recipe(s) for +[AVAILABLE][SERVER][INFO] Altering Drying Recipe(s) for +[AVAILABLE][SERVER][INFO] Altering Drying Recipe(s) for +[AVAILABLE][SERVER][INFO] Altering Drying Recipe(s) for +[AVAILABLE][SERVER][INFO] Altering Drying Recipe(s) for +[AVAILABLE][SERVER][INFO] Altering Drying Recipe(s) for +[AVAILABLE][SERVER][INFO] Altering Drying Recipe(s) for +[AVAILABLE][SERVER][INFO] Altering Melting Recipe(s) for * 250 +[AVAILABLE][SERVER][INFO] Altering Melting Recipe(s) for * 144 +[AVAILABLE][SERVER][INFO] Altering Melting Recipe(s) for * 72 +[AVAILABLE][SERVER][INFO] Altering Melting Recipe(s) for * 72 +[AVAILABLE][SERVER][INFO] Altering Melting Recipe(s) for * 288 +[AVAILABLE][SERVER][INFO] Altering Melting Recipe(s) for * 288 +[AVAILABLE][SERVER][INFO] Altering Melting Recipe(s) for * 288 +[AVAILABLE][SERVER][INFO] Altering Melting Recipe(s) for * 288 +[AVAILABLE][SERVER][INFO] Altering Melting Recipe(s) for * 288 +[AVAILABLE][SERVER][INFO] Altering Melting Recipe(s) for * 288 +[AVAILABLE][SERVER][INFO] Altering Melting Recipe(s) for * 288 +[AVAILABLE][SERVER][INFO] Altering Melting Recipe(s) for * 288 +[AVAILABLE][SERVER][INFO] Altering Melting Recipe(s) for * 288 +[AVAILABLE][SERVER][INFO] Altering Melting Recipe(s) for * 216 +[AVAILABLE][SERVER][INFO] Altering Melting Recipe(s) for * 144 +[AVAILABLE][SERVER][INFO] Altering Melting Recipe(s) for * 144 +[AVAILABLE][SERVER][INFO] Altering Melting Recipe(s) for * 144 +[AVAILABLE][SERVER][INFO] Altering Melting Recipe(s) for * 250 +[AVAILABLE][SERVER][INFO] Altering Melting Recipe(s) for * 250 +[AVAILABLE][SERVER][INFO] Altering Melting Recipe(s) for * 375 +[AVAILABLE][SERVER][INFO] Altering Melting Recipe(s) for * 1000 +[AVAILABLE][SERVER][INFO] Altering Melting Recipe(s) for * 1000 +[AVAILABLE][SERVER][INFO] Altering EntityMelting Recipe(s) for +[AVAILABLE][SERVER][INFO] Altering EntityMelting Recipe(s) for +[AVAILABLE][SERVER][INFO] Altering Melting Recipe(s) for * 100 +[AVAILABLE][SERVER][INFO] Altering Melting Recipe(s) for * 400 +[AVAILABLE][SERVER][INFO] Altering Melting Recipe(s) for * 100 +[AVAILABLE][SERVER][INFO] Altering Melting Recipe(s) for * 900 +[AVAILABLE][SERVER][INFO] Altering Melting Recipe(s) for * 100 +[AVAILABLE][SERVER][INFO] Altering Melting Recipe(s) for * 10 +[SERVER_ABOUT_TO_START][SERVER][ERROR] Tried to autostage an item which is not staged: tconstruct:spaghetti +[SERVER_ABOUT_TO_START][SERVER][ERROR] Tried to autostage an item which is not staged: tconstruct:spaghetti +[SERVER_ABOUT_TO_START][SERVER][ERROR] Tried to autostage an item which is not staged: immersiveengineering:blueprint +[SERVER_ABOUT_TO_START][SERVER][ERROR] Tried to autostage an item which is not staged: immersiveengineering:blueprint +[SERVER_ABOUT_TO_START][SERVER][ERROR] Tried to autostage an item which is not staged: tconstruct:spaghetti diff --git a/crash-reports/crash-2025-05-10_16.46.46-server.txt b/crash-reports/crash-2025-05-10_16.46.46-server.txt new file mode 100644 index 0000000..ff25e5c --- /dev/null +++ b/crash-reports/crash-2025-05-10_16.46.46-server.txt @@ -0,0 +1,358 @@ +---- Minecraft Crash Report ---- + +WARNING: coremods are present: + Inventory Tweaks Coremod (InventoryTweaks-1.64+dev.151.jar) + FarseekCoreMod (Farseek-1.12-2.5.jar) + IELoadingPlugin (ImmersiveEngineering-core-0.12-98.jar) + CorePlugin (SmoothFont-mc1.12.2-2.1.2.jar) + MekanismCoremod (Mekanism-1.12.2-9.8.3.390.jar) + MicdoodlePlugin (MicdoodleCore-1.12.2-4.0.2.280.jar) + TheBetweenlandsLoadingPlugin (TheBetweenlands-3.5.10-core.jar) + ForgelinPlugin (Forgelin-1.8.2.jar) + CTMCorePlugin (CTM-MC1.12.2-0.3.3.22.jar) + LoadingPlugin (BetterWithLib-1.12-1.5.jar) + BNBGamingCore (BNBGamingCore-1.12.2-0.12.0.jar) + BetterFoliageLoader (BetterFoliage-MC1.12-2.3.1.jar) + SevPatches (sevpatches-1.9-10.jar) + Do not report to Forge! (If you haven't disabled the FoamFix coremod, try disabling it in the config! Note that this bit of text will still appear.) (foamfix-0.10.10-1.12.2.jar) + RandomPatches (randompatches-1.12.2-1.22.0.0.jar) + JustEnoughIDs Extension Plugin (JustEnoughIDs-1.0.3-55.jar) + LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar) + IvToolkit (IvToolkit-1.3.3-1.12.jar) + CoreMod (Aroma1997Core-1.12.2-2.0.0.2.jar) + Quark Plugin (Quark-r1.5-158.jar) + AstralCore (astralsorcery-1.12.2-1.10.21.jar) +Contact their authors BEFORE contacting forge + +// Uh... Did I do that? + +Time: 5/10/25 4:46 PM +Description: Exception in server tick loop + +Missing Mods: + unknown : need [7.6.0.1,): have missing + +net.minecraftforge.fml.common.MissingModsException: Mod treecapitator (TreeCapitator) requires [bspkrscore@[7.6.0.1,)] + at net.minecraftforge.fml.common.Loader.sortModList(Loader.java:266) + at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:572) + at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:98) + at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:333) + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:125) + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) + at java.lang.Thread.run(Thread.java:750) + + +A detailed walkthrough of the error, its code path and all known details is as follows: +--------------------------------------------------------------------------------------- + +-- System Details -- +Details: + Minecraft Version: 1.12.2 + Operating System: Windows Server 2022 (amd64) version 10.0 + Java Version: 1.8.0_452, Temurin + Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Temurin + Memory: 534814760 bytes (510 MB) / 1073741824 bytes (1024 MB) up to 4294967296 bytes (4096 MB) + JVM Flags: 8 total; -Xms1024M -Xmx4096M -XX:+UseG1GC -XX:+UnlockExperimentalVMOptions -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M + IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0 + FML: MCP 9.42 Powered by Forge 14.23.5.2860 250 mods loaded, 250 mods active + States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored + + | State | ID | Version | Source | Signature | + |:----- |:------------------------ |:------------------------ |:-------------------------------------------------- |:---------------------------------------- | + | L | minecraft | 1.12.2 | minecraft.jar | None | + | L | mcp | 9.42 | minecraft.jar | None | + | L | FML | 8.0.99.99 | forge-1.12.2-14.23.5.2860.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 | + | L | forge | 14.23.5.2860 | forge-1.12.2-14.23.5.2860.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 | + | L | ivtoolkit | 1.3.3-1.12 | minecraft.jar | None | + | L | micdoodlecore | | minecraft.jar | None | + | L | smoothfontcore | mc1.12.2-2.1.2 | minecraft.jar | None | + | L | bnbgamingcore | 0.12.0 | minecraft.jar | None | + | L | foamfixcore | 7.7.4 | minecraft.jar | None | + | L | randompatches | 1.12.2-1.22.0.0 | randompatches-1.12.2-1.22.0.0.jar | None | + | L | treecapitator | 1.43.0 | 1.12treecapitator-client-1.43.0.jar | None | + | L | movillages | 1.5.4 | [1.12]MoVillages-1.5.4.jar | None | + | L | charcoalblock | 1.1 | A Block of Charcoal-1.2.jar | None | + | L | acintegration | 1.11.2 | AbyssalCraft Integration-1.12.2-1.11.2.jar | None | + | L | abyssalcraft | 1.9.19.1 | AbyssalCraft-1.12.2-1.9.19.1.jar | None | + | L | actuallyadditions | 1.12.2-r149 | ActuallyAdditions-1.12.2-r149.jar | None | + | L | actuallybaubles | 1.1 | ActuallyBaubles-1.12-1.1.jar | None | + | L | animalium | 0.3.8 | Animalium-0.3.8.jar | None | + | L | antiqueatlas | 4.5.1 | antiqueatlas-1.12.2-4.5.1.jar | None | + | L | appleskin | 1.0.14 | AppleSkin-mc1.12-1.0.14.jar | None | + | L | appliedenergistics2 | rv6-stable-7 | appliedenergistics2-rv6-stable-7.jar | None | + | L | armoreablemobs | 1.1.2 | armoreablemobs-1.12.2-1.1.8.jar | None | + | L | aroma1997core | 2.0.0.2 | Aroma1997Core-1.12.2-2.0.0.2.jar | None | + | L | aromabackup | 2.1.1.4 | AromaBackup-1.12.2-2.1.1.4.jar | None | + | L | aromabackuprecovery | 2.1.1.4 | AromaBackup-1.12.2-2.1.1.4.jar | None | + | L | astikorcarts | 1.12.2-0.1.2.7 | astikorcarts-1.12.2-0.1.2.7.jar | None | + | L | astralsorcery | 1.10.21 | astralsorcery-1.12.2-1.10.21.jar | None | + | L | autoreglib | 1.3-31 | AutoRegLib-1.3-31.jar | None | + | L | base | 3.13.0 | base-1.12.2-3.13.0.jar | None | + | L | baubles | 1.5.2 | Baubles-1.12-1.5.2.jar | None | + | L | bdlib | 1.14.3.12 | bdlib-1.14.3.12-mc1.12.2.jar | None | + | L | betterwithaddons | 0.50-hotfix | Better With Addons-0.50-hotfix.jar | None | + | L | betterbedrock | 5.1 | BetterBedrock-1.12.2-5.1.11.jar | None | + | L | betterbuilderswands | 0.13.2 | BetterBuildersWands-1.12.2-0.13.2.271+5997513.jar | None | + | L | betterwithlib | ${version} | BetterWithLib-1.12-1.5.jar | None | + | L | betterwithmods | 1.12-2.3.20-1027 | BetterWithMods-1.12-2.3.20-1027.jar | None | + | L | bibliocraft | 2.4.5 | BiblioCraft[v2.4.5][MC1.12.2].jar | None | + | L | bloodmagic | 1.12.2-2.4.1-103 | BloodMagic-1.12.2-2.4.1-103.jar | None | + | L | bnbgaminglib | 2.17.6 | BNBGamingLib-1.12.2-2.17.6.jar | None | + | L | bonsaitrees | 1.1.4 | bonsaitrees-1.1.4-b170.jar | None | + | L | bookshelf | 2.3.581 | Bookshelf-1.12.2-2.3.581.jar | None | + | L | bringbedrockback | 0.0.4 | BringBedrockBack-0.0.4.jar | None | + | L | buildcraftbuilders | 7.99.24.1 | buildcraft-builders-7.99.24.1.jar | None | + | L | buildcraftcore | 7.99.24.1 | buildcraft-core-7.99.24.1.jar | None | + | L | buildcraftlib | 7.99.24.1 | buildcraft-core-7.99.24.1.jar | None | + | L | buildcraftfactory | 7.99.24.1 | buildcraft-factory-7.99.24.1.jar | None | + | L | buildcraftrobotics | 7.99.24.1 | buildcraft-robotics-7.99.24.1.jar | None | + | L | buildcraftsilicon | 7.99.24.1 | buildcraft-silicon-7.99.24.1.jar | None | + | L | buildcrafttransport | 7.99.24.1 | buildcraft-transport-7.99.24.1.jar | None | + | L | buildinggadgets | 2.8.3 | BuildingGadgets-2.8.3.jar | None | + | L | car | 1.2.12 | car-1.12.2-1.2.12.jar | None | + | L | carryon | 1.12.3 | CarryOn MC1.12.2 v1.12.3.jar | None | + | L | cd4017be_lib | 6.4.17 | CD4017BE_lib-1.12.2-6.4.18.jar | None | + | L | ceramics | 1.12-1.3.7 | Ceramics-1.12-1.3.7.jar | None | + | L | chameleon | 1.12-4.1.3 | Chameleon-1.12-4.1.3.jar | None | + | L | chargers | 1.2.0.4 | Chargers-1.12.2-1.2.0.4.jar | None | + | L | chisel | MC1.12.2-0.2.1.35 | Chisel-MC1.12.2-0.2.1.35.jar | None | + | L | chiselsandbits | 14.33 | chiselsandbits-14.33.jar | None | + | L | clumps | 3.1.2 | Clumps-3.1.2.jar | None | + | L | codechickenlib | 3.2.3.358 | CodeChickenLib-1.12.2-3.2.3.358-universal.jar | None | + | L | commoncapabilities | 2.4.1 | CommonCapabilities-1.12.2-2.4.1.jar | None | + | L | compactmachines3 | 3.0.18 | compactmachines3-1.12.2-3.0.18-b278.jar | None | + | L | conarm | 1.2.4 | conarm-1.12.2-1.2.4.jar | None | + | L | contenttweaker | 1.12.2-4.9.1 | ContentTweaker-1.12.2-4.9.1.jar | None | + | L | cookingforblockheads | 6.5.0 | CookingForBlockheads_1.12.2-6.5.0.jar | None | + | L | crafttweaker | 4.1.20 | CraftTweaker2-1.12-4.1.20.574.jar | None | + | L | crafttweakerjei | 2.0.3 | CraftTweaker2-1.12-4.1.20.574.jar | None | + | L | cucumber | 1.1.3 | Cucumber-1.12.2-1.1.3.jar | None | + | L | cyclicmagic | 1.20.3 | Cyclic-1.12.2-1.20.3.jar | None | + | L | cyclopscore | 1.3.0 | CyclopsCore-1.12.2-1.3.0.jar | None | + | L | darkutils | 1.8.230 | DarkUtils-1.12.2-1.8.230.jar | None | + | L | death_compass | 0.0.3 | DeathCompass-0.0.3.jar | None | + | L | despawningspawners | 1.1 | despawningspawners-1.12-1.2.0-2.jar | None | + | L | dimensionalcontrol | 2.13.0 | DimensionalControl-1.12.2-2.13.0.jar | None | + | L | dimstages | 2.0.23 | DimensionStages-1.12.2-2.0.23.jar | None | + | L | dungpipe | 1.0 | Dung Pipe-1.2.jar | None | + | L | elevatorid | 1.4.2 | ElevatorMod-1.12.2-1.4.2.jar | None | + | L | emberroot | 1.3.9 | EmberRootZoo-1.12.2-1.3.10.jar | None | + | L | enderstorage | 2.4.6.137 | EnderStorage-1.12.2-2.4.6.137-universal.jar | None | + | L | enderutilities | 0.7.15 | enderutilities-1.12.2-0.7.15.jar | None | + | L | environmentaltech | 1.12.2-2.0.20.1 | environmentaltech-1.12.2-2.0.20.1.jar | None | + | L | extendedcrafting | 1.5.6 | ExtendedCrafting-1.12.2-1.5.6.jar | None | + | L | extraplanets | 1.12.2-0.7.0 | ExtraPlanets-1.12.2-0.7.0.jar | None | + | L | farmingforblockheads | 3.1.28 | FarmingForBlockheads_1.12.2-3.1.28.jar | None | + | L | farseek | 2.5 | Farseek-1.12-2.5.jar | None | + | L | fastfurnace | 1.3.1 | FastFurnace-1.12.2-1.3.1.jar | None | + | L | fastbench | 1.7.3 | FastWorkbench-1.12.2-1.7.3.jar | None | + | L | fat_cat | 0.0.5 | FatCat-0.0.5.jar | None | + | L | ferdinandsflowers | 1.10.4.1 | Ferdinand's Flowers-1.12.x-1.10.4.1.jar | None | + | L | findme | 1.1.0 | findme-1.12.2-1.1.0-8.jar | None | + | L | foamfix | 0.10.10-1.12.2 | foamfix-0.10.10-1.12.2.jar | None | + | L | forgelin | 1.8.2 | Forgelin-1.8.2.jar | None | + | L | microblockcbe | 2.6.1.81 | ForgeMultipart-1.12.2-2.6.1.81-universal.jar | None | + | L | forgemultipartcbe | 2.6.1.81 | ForgeMultipart-1.12.2-2.6.1.81-universal.jar | None | + | L | minecraftmultipartcbe | 2.6.1.81 | ForgeMultipart-1.12.2-2.6.1.81-universal.jar | None | + | L | galacticraftplanets | 4.0.2.280 | Galacticraft-Planets-1.12.2-4.0.2.280.jar | None | + | L | galacticraftcore | 4.0.2.280 | GalacticraftCore-1.12.2-4.0.2.280.jar | None | + | L | galacticrafttweaker | 1.12.2-1.0.3 | GalacticraftTweaker-1.12.2-1.0.3.jar | None | + | L | gamestages | 2.0.123 | GameStages-1.12.2-2.0.123.jar | None | + | L | advgenerators | 0.9.20.12 | generators-0.9.20.12-mc1.12.2.jar | None | + | L | geolosys | 2.2.6 | Geolosys-1.12.2-2.2.6.jar | None | + | L | gobblecore | 1.12-0.1.6.35 | GobbleCore-1.12-0.1.6.35.jar | None | + | L | guideapi | 1.12-2.1.8-63 | Guide-API-1.12-2.1.8-63.jar | None | + | L | harvest | 1.12-1.2.7-20 | Harvest-1.12-1.2.7-20.jar | None | + | L | horsepower | 2.6.4 | HorsePower-1.12.2-2.6.4.74.jar | None | + | L | huntingdim | 1.0.42 | HuntingDimension-1.12.2-1.0.42.jar | None | + | L | waila | 1.8.26 | Hwyla-1.8.26-B41_1.12.2.jar | None | + | L | igwmod | 1.4.4-15 | IGW-Mod-1.12.2-1.4.4-15-universal.jar | None | + | L | immcraft | 1.6.0 | immcraft-1.12-1.6.0.jar | None | + | L | immersivepetroleum | 1.1.9 | immersivepetroleum-1.12.2-1.1.9.jar | None | + | L | immersivetech | 1.3.10 | immersivetech-1.12-1.3.10.jar | None | + | L | improvedbackpacks | 1.12.2-1.5.0.0 | ImprovedBackpacks-1.12.2-1.5.0.0.jar | None | + | L | incontrol | 3.9.16 | incontrol-1.12-3.9.16.jar | None | + | L | indlog | 1.3.4 | InductiveLogistics-1.12.2-1.3.4.jar | None | + | L | industrialforegoing | 1.12.2-1.12.2 | industrialforegoing-1.12.2-1.12.13-237.jar | None | + | L | infoaccessories | 1.0.11 | InfoAccessories-1.12.2-1.0.11.jar | None | + | L | integrateddynamics | 1.0.14 | IntegratedDynamics-1.12.2-1.0.14.jar | None | + | L | integrateddynamicscompat | 1.0.0 | IntegratedDynamics-1.12.2-1.0.14.jar | None | + | L | inventorytweaks | 1.64+dev.151.822d839 | InventoryTweaks-1.64+dev.151.jar | None | + | L | ironbackpacks | 1.12.2-3.0.8-12 | IronBackpacks-1.12.2-3.0.8-12.jar | None | + | L | ironchest | 1.12.2-7.0.67.844 | ironchest-1.12.2-7.0.72.847.jar | None | + | L | ironjetpacks | 1.1.0 | IronJetpacks-1.12-2-1.1.0.jar | None | + | L | itemstages | 2.0.49 | ItemStages-1.12.2-2.0.49.jar | None | + | L | jei | 4.15.0.283 | jei_1.12.2-4.15.0.283.jar | None | + | L | journeymap | 1.12.2-5.5.4 | journeymap-1.12.2-5.5.4.jar | None | + | L | jarm | 1.1.2 | Just A Raft Mod-1.1.2.jar | None | + | L | jaff | 1.7_for_1.12 | JustAFewFish-1.7_for_1.12.jar | None | + | L | jeid | 1.0.3-55 | JustEnoughIDs-1.0.3-55.jar | None | + | L | kleeslabs | 5.4.12 | KleeSlabs_1.12.2-5.4.12.jar | None | + | L | lex | 1.0.8 | LibEx-1.12.2-1.0.8.jar | None | + | L | lttweaker | 1.1.14 | LootTableTweaker-1.12.2-1.1.14.jar | None | + | L | magma_monsters | 0.3.0 | MagmaMonsters-0.3.0.jar | None | + | L | mantle | 1.12-1.3.3.55 | Mantle-1.12-1.3.3.55.jar | None | + | L | mcjtylib_ng | 3.5.4 | mcjtylib-1.12-3.5.4.jar | None | + | L | mekanism | 1.12.2-9.8.3.390 | Mekanism-1.12.2-9.8.3.390.jar | None | + | L | mekatweaks | 1.0.0-3 | mekatweaks-1.0.0-3.jar | None | + | L | mercurius | 1.0.6 | Mercurius-1.12.2.jar | None | + | L | mjrlegendslib | 1.12.2-1.2.0 | MJRLegendsLib-1.12.2-1.2.0.jar | None | + | L | mobends | 0.24 | mobends-0.24_for_MC-1.12.jar | None | + | L | mob_grinding_utils | 0.3.13 | MobGrindingUtils-0.3.13.jar | None | + | L | mobstages | 2.0.13 | MobStages-1.12.2-2.0.13.jar | None | + | L | modtweaker | 4.0.17 | modtweaker-4.0.17.jar | None | + | L | modularrouters | 1.12.2-3.3.0-33 | modular-routers-1.12.2-3.3.0-33.jar | None | + | L | modularmachinery | 1.9.5 | modularmachinery-1.9.5.jar | None | + | L | morpheus | 1.12.2-3.5.106 | Morpheus-1.12.2-3.5.106.jar | None | + | L | mpbasic | 1.4.7 | mpbasic-1.12.2-1.4.11.jar | None | + | L | mputils | 1.5.6 | MPUtils-1.12.2-1.5.7.jar | None | + | L | mtlib | 3.0.6 | MTLib-3.0.6.jar | None | + | L | multiblockstages | 1.2.0 | multiblockstages-1.2.0.jar | None | + | L | mundaneredstone | 1.1.4 | MundaneRedstone-1.1.4.jar | None | + | L | mystagradcompat | 1.2 | mystagradcompat-1.2.jar | None | + | L | mysticalagradditions | 1.3.2 | MysticalAgradditions-1.12.2-1.3.2.jar | None | + | L | mysticalagriculture | 1.7.5 | MysticalAgriculture-1.12.2-1.7.5.jar | None | + | L | natura | 1.12.2-4.3.2.69 | natura-1.12.2-4.3.2.69.jar | None | + | L | naturescompass | 1.5.1 | NaturesCompass-1.12.2-1.5.1.jar | None | + | L | nex | 2.0.8 | NetherEx-1.12.2-2.0.8.jar | None | + | L | noworldgen5you | 1.0.6 | NoWorldgen5You-1.12.2-1.0.6.jar | None | + | L | nutrition | 4.3.0 | Nutrition-1.12.2-4.3.0.jar | None | + | L | samsocean | 1.0.2 | OceanFloor-1.12.2-1.0.2.jar | None | + | L | oeintegration | 2.3.4 | oeintegration-2.3.4.jar | None | + | L | oreexcavation | 1.4.150 | OreExcavation-1.4.150.jar | None | + | L | orestages | 2.0.37 | OreStages-1.12.2-2.0.37.jar | None | + | L | overloaded | 0.0.59 | Overloaded-1.12.2-0.0.59.jar | None | + | L | pickletweaks | 2.1.3 | PickleTweaks-1.12.2-2.1.3.jar | None | + | L | placebo | 1.6.0 | Placebo-1.12.2-1.6.0.jar | None | + | L | playerbosses | 1.0 | playerbosses-1.12.2-1.1.0.jar | None | + | L | playerskins | 1.0.4 | playerskin-1.12.2-1.0.5.jar | None | + | L | pneumaticcraft | 1.12.2-0.11.1-361 | pneumaticcraft-repressurized-1.12.2-0.11.1-361.jar | None | + | L | poweradapters | 1.0.9 | PowerAdapters-1.12.2-1.0.9.jar | None | + | L | prestige | 1.1.30 | Prestige-1.12.2-1.1.30.jar | None | + | L | primalchests | 1.0.3 | PrimalChests-1.0.3.jar | None | + | L | primal | 0.6.104 | PrimalCore-1.12.2-0.6.104.jar | None | + | L | primal_tech | 0.3.5 | PrimalTech-0.3.5.jar | None | + | L | progressiontweaks | 1.12.2-0.3.40 | ProgressionTweaks-1.12.2-0.3.40.jar | None | + | L | prospectors | 1.0.2 | prospectors-1.0.2.jar | None | + | L | quantumstorage | 4.6.8 | QuantumStorage-1.12-4.6.8.jar | None | + | L | quark | r1.5-158 | Quark-r1.5-158.jar | None | + | L | quickleafdecay | 1.2.4 | QuickLeafDecay-MC1.12.1-1.2.4.jar | None | + | L | rangedpumps | 0.5 | rangedpumps-0.5.jar | None | + | L | realdrops | 1.2.14 | RealisticItemDrops-1.2.14.jar | None | + | L | reborncore | 3.19.5 | RebornCore-1.12.2-3.19.5-universal.jar | None | + | L | rebornstorage | 1.0.0 | RebornStorage-1.12.2-3.3.4.1.jar | None | + | L | recipestages | 1.1.3 | RecipeStages-1.1.3.jar | None | + | L | reccomplex | 1.4.8.2 | RecurrentComplex-1.4.8.2.jar | None | + | L | redstoneflux | 2.1.0 | RedstoneFlux-1.12-2.1.0.6-universal.jar | None | + | L | refinedstorage | 1.6.16 | refinedstorage-1.6.16.jar | None | + | L | refinedstorageaddons | 0.4.5 | refinedstorageaddons-0.4.5.jar | None | + | L | rftools | 7.73 | rftools-1.12-7.73.jar | None | + | L | rftoolscontrol | 2.0.2 | rftoolsctrl-1.12-2.0.2.jar | None | + | L | roadrunner | 1.0.1 | roadrunner-1.0.1.jar | None | + | L | rustic | 1.1.4 | rustic-1.1.4.jar | None | + | L | scannable | 1.6.3.24 | Scannable-MC1.12.2-1.6.3.24.jar | None | + | L | sevpatches | 1.9 | sevpatches-1.9-10.jar | None | + | L | sevtweaks | 0.4.0-1 | SevTweaks-0.4.0-1.jar | None | + | L | sev_tweaks_npc | 0.0.4 | SevTweaksNPC-0.0.4.jar | None | + | L | simpleautorun | 1.12.1-1.2 | simpleautorun-1.12.2-1.2.0.jar | None | + | L | simplegenerators | 1.12.2-2.0.20.2 | simplegenerators-1.12.2-2.0.20.2.jar | None | + | L | storagenetwork | 1.7.11 | SimpleStorageNetwork-1.12.2-1.7.11.jar | None | + | L | simpletomb | 1.12.2-1.0.0 | simpletomb-1.12.2-1.0.0.jar | None | + | L | simplyarrows | 1.0.4 | SimplyArrows-1.12.2-1.0.4.jar | None | + | L | spartanshields | 1.5.4 | SpartanShields-1.12.2-1.5.4.jar | None | + | L | spatialservermod | 1.3 | spatialservermod-1.3.jar | None | + | L | stevescarts | 2.4.32.137 | StevesCarts-1.12.2-2.4.32.137.jar | None | + | L | stg | 1.12.2-1.2.3 | stg-1.12.2-1.2.3.jar | None | + | L | storagedrawers | 5.2.2 | StorageDrawers-1.12.2-5.4.2.jar | None | + | L | streams | 0.4.8 | Streams-1.12-0.4.8.jar | None | + | L | sasit | 1.1.32 | StuffASockInIt-1.12.2-1.1.32.jar | None | + | L | supersoundmuffler | 1.0.2.10 | supersoundmuffler-revived_1.12.2_1.0.2.10.jar | None | + | L | tallgates | 1.0.0 | TallGates-1.12.2-1.0.0.1.jar | None | + | L | tconstruct | 1.12.2-2.12.0.135 | TConstruct-1.12.2-2.12.0.135.jar | None | + | L | teslacorelib | 1.0.15 | tesla-core-lib-1.12.2-1.0.15.jar | None | + | L | teslacorelib_registries | 1.0.15 | tesla-core-lib-1.12.2-1.0.15.jar | None | + | L | beneath | 1.5.1 | The Beneath-1.12.2-1.5.1.jar | None | + | L | thirstybottles | 2.0.1 | ThirstyBottles-1.12.2-2.0.1.jar | None | + | L | timecontrol | 1.12.2-1.0.0.0-beta | timecontrol-1.12.2-1.0.0.0-beta.jar | None | + | L | tcomplement | 1.12.2-0.4.3 | TinkersComplement-1.12.2-0.4.3.jar | None | + | L | tinkerstages | 2.0.17 | TinkerStages-1.12.2-2.0.17.jar | None | + | L | tinkertoolleveling | 1.12.2-1.1.0.DEV.b23e769 | TinkerToolLeveling-1.12.2-1.1.0.jar | None | + | L | togetherforever | 1.0.2 | togetherforever-1.12.2-1.0.12-22.jar | None | + | L | totemic | 1.12.2-0.11.6 | Totemic-1.12.2-0.11.6.jar | None | + | L | tothebatpoles | 1.12.2-1.1.0.1 | tothebatpoles-1.12.2-1.1.0.1.jar | None | + | L | translocators | 2.5.2.81 | Translocators-1.12.2-2.5.2.81-universal.jar | None | + | L | traverse | 1.6.0 | Traverse-1.12.2-1.6.0-69.jar | None | + | L | triumph | 3.19.2 | Triumph-1.12.2-3.19.2.jar | None | + | L | trumpetskeleton | 1.12-1.0.2.1 | trumpetskeleton-1.12-1.0.2.1.jar | None | + | L | tumbleweed | 1.12-0.4.7 | tumbleweed-1.12-0.4.7.jar | None | + | L | twilightforest | 3.8.689 | twilightforest-1.12.2-3.8.689-universal.jar | None | + | L | uppers | 0.0.6 | Uppers-0.0.6.jar | None | + | L | universalmodifiers | 1.12.2-1.0.16.1 | valkyrielib-1.12.2-2.0.20.1.jar | None | + | L | valkyrielib | 1.12.2-2.0.20.1 | valkyrielib-1.12.2-2.0.20.1.jar | None | + | L | vc | 5.9.16 | ViesCraft-1.12.2-5.9.16.jar | None | + | L | vtt | 0.6.4 | VillagerTrades-1.12-0.6.4.jar | None | + | L | waddles | 0.6.0 | Waddles-1.12.2-0.6.0.jar | None | + | L | wailastages | 2.0.23 | WailaStages-1.12.2-2.0.23.jar | None | + | L | walljump | 1.3.2 | walljump-1.12.2-1.3.2.jar | None | + | L | wanionlib | 1.12.2-2.2 | WanionLib-1.12.2-2.2.jar | None | + | L | watercontrolextreme | 1.0.0 | WaterControlExtreme-1.0.2.jar | None | + | L | waterstrainer | 3.2.0 | WaterStrainer-1.12-3.2.0.jar | None | + | L | wawla | 2.6.275 | Wawla-1.12.2-2.6.275.jar | None | + | L | weirdinggadget | 1.0 | weirdinggadget-1.12.2-2.1.16-universal.jar | None | + | L | wildcrops | 1.0.1 | WildCrops-1.12-1.0.1.jar | None | + | L | witherskelefix | 2.6.3 | WitherSkeletonTweaks-1.12.2-2.6.3.jar | None | + | L | wopper | 1.12-r5 | Wopper-1.12-r5.jar | None | + | L | xnet | 1.8.2 | xnet-1.12-1.8.2.jar | None | + | L | ynot | 0.2.4 | YNot-0.2.4.jar | None | + | L | yoyos | 1.12.2-1.3.0.21 | yoyos_1.12.2-1.3.0.21.jar | None | + | L | zenloot | 0.1-1 | zenloot-0.1-1.jar | None | + | L | zenstages | 0.5.0-null | zenstages-0.5.0.jar | None | + | L | immersiveengineering | 0.12-98 | ImmersiveEngineering-0.12-98.jar | None | + | L | thebetweenlands | 3.5.10 | TheBetweenlands-3.5.10-universal.jar | None | + + Loaded coremods (and transformers): +Inventory Tweaks Coremod (InventoryTweaks-1.64+dev.151.jar) + invtweaks.forge.asm.ContainerTransformer +FarseekCoreMod (Farseek-1.12-2.5.jar) + farseek.core.FarseekClassTransformer +IELoadingPlugin (ImmersiveEngineering-core-0.12-98.jar) + blusunrize.immersiveengineering.common.asm.IEClassTransformer +CorePlugin (SmoothFont-mc1.12.2-2.1.2.jar) + bre.smoothfont.asm.Transformer +MekanismCoremod (Mekanism-1.12.2-9.8.3.390.jar) + mekanism.coremod.KeybindingMigrationHelper +MicdoodlePlugin (MicdoodleCore-1.12.2-4.0.2.280.jar) + micdoodle8.mods.miccore.MicdoodleTransformer +TheBetweenlandsLoadingPlugin (TheBetweenlands-3.5.10-core.jar) + thebetweenlands.core.TheBetweenlandsClassTransformer +ForgelinPlugin (Forgelin-1.8.2.jar) + +CTMCorePlugin (CTM-MC1.12.2-0.3.3.22.jar) + team.chisel.ctm.client.asm.CTMTransformer +LoadingPlugin (BetterWithLib-1.12-1.5.jar) + betterwithmods.library.core.ClassTransformer +BNBGamingCore (BNBGamingCore-1.12.2-0.12.0.jar) + com.bloodnbonesgaming.bnbgamingcore.core.BNBGamingCoreClassTransformer +BetterFoliageLoader (BetterFoliage-MC1.12-2.3.1.jar) + mods.betterfoliage.loader.BetterFoliageTransformer +SevPatches (sevpatches-1.9-10.jar) + tv.darkosto.sevpatches.core.SevPatchesTransformer +Do not report to Forge! (If you haven't disabled the FoamFix coremod, try disabling it in the config! Note that this bit of text will still appear.) (foamfix-0.10.10-1.12.2.jar) + pl.asie.foamfix.coremod.FoamFixTransformer +RandomPatches (randompatches-1.12.2-1.22.0.0.jar) + com.therandomlabs.randompatches.core.RPTransformer +JustEnoughIDs Extension Plugin (JustEnoughIDs-1.0.3-55.jar) + org.dimdev.jeid.JEIDTransformer +LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar) + lumien.resourceloader.asm.ClassTransformer +IvToolkit (IvToolkit-1.3.3-1.12.jar) + +CoreMod (Aroma1997Core-1.12.2-2.0.0.2.jar) + +Quark Plugin (Quark-r1.5-158.jar) + vazkii.quark.base.asm.ClassTransformer +AstralCore (astralsorcery-1.12.2-1.10.21.jar) + + Profiler Position: N/A (disabled) + Is Modded: Definitely; Server brand changed to 'fml,forge' + Type: Dedicated Server (map_server.txt) \ No newline at end of file diff --git a/crash-reports/crash-2025-05-12_14.38.36-server.txt b/crash-reports/crash-2025-05-12_14.38.36-server.txt new file mode 100644 index 0000000..d990fa0 --- /dev/null +++ b/crash-reports/crash-2025-05-12_14.38.36-server.txt @@ -0,0 +1,532 @@ +---- Minecraft Crash Report ---- + +WARNING: coremods are present: + Inventory Tweaks Coremod (InventoryTweaks-1.64+dev.151.jar) + FarseekCoreMod (Farseek-1.12-2.5.jar) + IELoadingPlugin (ImmersiveEngineering-core-0.12-98.jar) + CorePlugin (SmoothFont-mc1.12.2-2.1.2.jar) + MekanismCoremod (Mekanism-1.12.2-9.8.3.390.jar) + MicdoodlePlugin (MicdoodleCore-1.12.2-4.0.2.280.jar) + TheBetweenlandsLoadingPlugin (TheBetweenlands-3.5.10-core.jar) + ForgelinPlugin (Forgelin-1.8.2.jar) + CTMCorePlugin (CTM-MC1.12.2-0.3.3.22.jar) + LoadingPlugin (BetterWithLib-1.12-1.5.jar) + BNBGamingCore (BNBGamingCore-1.12.2-0.12.0.jar) + BetterFoliageLoader (BetterFoliage-MC1.12-2.3.1.jar) + SevPatches (sevpatches-1.9-10.jar) + Do not report to Forge! (If you haven't disabled the FoamFix coremod, try disabling it in the config! Note that this bit of text will still appear.) (foamfix-0.10.10-1.12.2.jar) + RandomPatches (randompatches-1.12.2-1.22.0.0.jar) + JustEnoughIDs Extension Plugin (JustEnoughIDs-1.0.3-55.jar) + LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar) + IvToolkit (IvToolkit-1.3.3-1.12.jar) + CoreMod (Aroma1997Core-1.12.2-2.0.0.2.jar) + Quark Plugin (Quark-r1.5-158.jar) + AstralCore (astralsorcery-1.12.2-1.10.21.jar) +Contact their authors BEFORE contacting forge + +// Hey, that tickles! Hehehe! + +Time: 5/12/25 2:38 PM +Description: Exception ticking world + +java.util.ConcurrentModificationException + at java.util.HashMap$HashIterator.remove(HashMap.java:1483) + at net.minecraft.world.gen.ChunkProviderServer.func_73156_b(ChunkProviderServer.java:262) + at net.minecraft.world.WorldServer.func_72835_b(WorldServer.java:207) + at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:756) + at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:397) + at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668) + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526) + at java.lang.Thread.run(Thread.java:750) + + +A detailed walkthrough of the error, its code path and all known details is as follows: +--------------------------------------------------------------------------------------- + +-- Head -- +Thread: Server thread +Stacktrace: + at java.util.HashMap$HashIterator.remove(HashMap.java:1483) + at net.minecraft.world.gen.ChunkProviderServer.func_73156_b(ChunkProviderServer.java:262) + at net.minecraft.world.WorldServer.func_72835_b(WorldServer.java:207) + +-- Affected level -- +Details: + Level name: world + All players: 0 total; [] + Chunk stats: ServerChunkCache: 1652 Drop: 1397 + Level seed: -5152450625673947148 + Level generator: ID 07 - quark_realistic, ver 0. Features enabled: true + Level generator options: + Level spawn location: World: (204,64,252), Chunk: (at 12,4,12 in 12,15; contains blocks 192,0,240 to 207,255,255), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511) + Level time: 5962962 game time, 1640229 day time + Level dimension: 0 + Level storage version: 0x04ABD - Anvil + Level weather: Rain time: 3242 (now: true), thunder time: 105421 (now: false) + Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false +Stacktrace: + at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:756) + at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:397) + at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668) + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526) + at java.lang.Thread.run(Thread.java:750) + +-- System Details -- +Details: + Minecraft Version: 1.12.2 + Operating System: Windows Server 2022 (amd64) version 10.0 + Java Version: 1.8.0_452, Temurin + Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Temurin + Memory: 1379827472 bytes (1315 MB) / 3120562176 bytes (2976 MB) up to 4294967296 bytes (4096 MB) + JVM Flags: 8 total; -Xms1024M -Xmx4096M -XX:+UseG1GC -XX:+UnlockExperimentalVMOptions -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M + IntCache: cache: 0, tcache: 0, allocated: 7, tallocated: 112 + FML: MCP 9.42 Powered by Forge 14.23.5.2860 250 mods loaded, 250 mods active + States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored + + | State | ID | Version | Source | Signature | + |:------ |:------------------------ |:------------------------ |:-------------------------------------------------- |:---------------------------------------- | + | LCHIJA | minecraft | 1.12.2 | minecraft.jar | None | + | LCHIJA | mcp | 9.42 | minecraft.jar | None | + | LCHIJA | FML | 8.0.99.99 | forge-1.12.2-14.23.5.2860.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 | + | LCHIJA | forge | 14.23.5.2860 | forge-1.12.2-14.23.5.2860.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 | + | LCHIJA | ivtoolkit | 1.3.3-1.12 | minecraft.jar | None | + | LCHIJA | micdoodlecore | | minecraft.jar | None | + | LCHIJA | smoothfontcore | mc1.12.2-2.1.2 | minecraft.jar | None | + | LCHIJA | bnbgamingcore | 0.12.0 | minecraft.jar | None | + | LCHIJA | foamfixcore | 7.7.4 | minecraft.jar | None | + | LCHIJA | randompatches | 1.12.2-1.22.0.0 | randompatches-1.12.2-1.22.0.0.jar | None | + | LCHIJA | movillages | 1.5.4 | [1.12]MoVillages-1.5.4.jar | None | + | LCHIJA | charcoalblock | 1.1 | A Block of Charcoal-1.2.jar | None | + | LCHIJA | crafttweaker | 4.1.20 | CraftTweaker2-1.12-4.1.20.574.jar | None | + | LCHIJA | mtlib | 3.0.6 | MTLib-3.0.6.jar | None | + | LCHIJA | modtweaker | 4.0.17 | modtweaker-4.0.17.jar | None | + | LCHIJA | jei | 4.15.0.283 | jei_1.12.2-4.15.0.283.jar | None | + | LCHIJA | abyssalcraft | 1.9.19.1 | AbyssalCraft-1.12.2-1.9.19.1.jar | 220f10d3a93b3ff5fbaa7434cc629d863d6751b9 | + | LCHIJA | chisel | MC1.12.2-0.2.1.35 | Chisel-MC1.12.2-0.2.1.35.jar | None | + | LCHIJA | mantle | 1.12-1.3.3.55 | Mantle-1.12-1.3.3.55.jar | None | + | LCHIJA | twilightforest | 3.8.689 | twilightforest-1.12.2-3.8.689-universal.jar | None | + | LCHIJA | tconstruct | 1.12.2-2.12.0.135 | TConstruct-1.12.2-2.12.0.135.jar | None | + | LCHIJA | acintegration | 1.11.2 | AbyssalCraft Integration-1.12.2-1.11.2.jar | 220f10d3a93b3ff5fbaa7434cc629d863d6751b9 | + | LCHIJA | fastbench | 1.7.3 | FastWorkbench-1.12.2-1.7.3.jar | None | + | LCHIJA | actuallyadditions | 1.12.2-r149 | ActuallyAdditions-1.12.2-r149.jar | None | + | LCHIJA | baubles | 1.5.2 | Baubles-1.12-1.5.2.jar | None | + | LCHIJA | actuallybaubles | 1.1 | ActuallyBaubles-1.12-1.1.jar | None | + | LCHIJA | animalium | 0.3.8 | Animalium-0.3.8.jar | None | + | LCHIJA | antiqueatlas | 4.5.1 | antiqueatlas-1.12.2-4.5.1.jar | e631d7254e451d0360d0148cb21407d5511d45e9 | + | LCHIJA | base | 3.13.0 | base-1.12.2-3.13.0.jar | None | + | LCHIJA | contenttweaker | 1.12.2-4.9.1 | ContentTweaker-1.12.2-4.9.1.jar | None | + | LCHIJA | immersiveengineering | 0.12-98 | ImmersiveEngineering-0.12-98.jar | None | + | LCHIJA | geolosys | 2.2.6 | Geolosys-1.12.2-2.2.6.jar | None | + | LCHIJA | buildcraftlib | 7.99.24.1 | buildcraft-core-7.99.24.1.jar | None | + | LCHIJA | buildcraftcore | 7.99.24.1 | buildcraft-core-7.99.24.1.jar | None | + | LCHIJA | cyclicmagic | 1.20.3 | Cyclic-1.12.2-1.20.3.jar | 0e5cb559be7d03f3fc18b8cba547d663e25f28af | + | LCHIJA | redstoneflux | 2.1.0 | RedstoneFlux-1.12-2.1.0.6-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f | + | LCHIJA | mekanism | 1.12.2-9.8.3.390 | Mekanism-1.12.2-9.8.3.390.jar | None | + | LCHIJA | natura | 1.12.2-4.3.2.69 | natura-1.12.2-4.3.2.69.jar | None | + | LCHIJA | traverse | 1.6.0 | Traverse-1.12.2-1.6.0-69.jar | None | + | LCHIJA | betterwithmods | 1.12-2.3.20-1027 | BetterWithMods-1.12-2.3.20-1027.jar | None | + | LCHIJA | appleskin | 1.0.14 | AppleSkin-mc1.12-1.0.14.jar | None | + | LCHIJA | appliedenergistics2 | rv6-stable-7 | appliedenergistics2-rv6-stable-7.jar | None | + | LCHIJA | armoreablemobs | 1.1.2 | armoreablemobs-1.12.2-1.1.8.jar | None | + | LCHIJA | aroma1997core | 2.0.0.2 | Aroma1997Core-1.12.2-2.0.0.2.jar | dfbfe4c473253d8c5652417689848f650b2cbe32 | + | LCHIJA | aromabackup | 2.1.1.4 | AromaBackup-1.12.2-2.1.1.4.jar | dfbfe4c473253d8c5652417689848f650b2cbe32 | + | LCHIJA | aromabackuprecovery | 2.1.1.4 | AromaBackup-1.12.2-2.1.1.4.jar | dfbfe4c473253d8c5652417689848f650b2cbe32 | + | LCHIJA | astikorcarts | 1.12.2-0.1.2.7 | astikorcarts-1.12.2-0.1.2.7.jar | None | + | LCHIJA | astralsorcery | 1.10.21 | astralsorcery-1.12.2-1.10.21.jar | a0f0b759d895c15ceb3e3bcb5f3c2db7c582edf0 | + | LCHIJA | quark | r1.5-158 | Quark-r1.5-158.jar | None | + | LCHIJA | autoreglib | 1.3-31 | AutoRegLib-1.3-31.jar | None | + | LCHIJA | bdlib | 1.14.3.12 | bdlib-1.14.3.12-mc1.12.2.jar | None | + | LCHIJA | betterwithaddons | 0.50-hotfix | Better With Addons-0.50-hotfix.jar | None | + | LCHIJA | betterbedrock | 5.1 | BetterBedrock-1.12.2-5.1.11.jar | None | + | LCHIJA | betterbuilderswands | 0.13.2 | BetterBuildersWands-1.12.2-0.13.2.271+5997513.jar | None | + | LCHIJA | betterwithlib | ${version} | BetterWithLib-1.12-1.5.jar | None | + | LCHIJA | bibliocraft | 2.4.5 | BiblioCraft[v2.4.5][MC1.12.2].jar | None | + | LCHIJA | waila | 1.8.26 | Hwyla-1.8.26-B41_1.12.2.jar | None | + | LCHIJA | modularrouters | 1.12.2-3.3.0-33 | modular-routers-1.12.2-3.3.0-33.jar | None | + | LCHIJA | guideapi | 1.12-2.1.8-63 | Guide-API-1.12-2.1.8-63.jar | None | + | LCHIJA | bloodmagic | 1.12.2-2.4.1-103 | BloodMagic-1.12.2-2.4.1-103.jar | None | + | LCHIJA | bnbgaminglib | 2.17.6 | BNBGamingLib-1.12.2-2.17.6.jar | None | + | LCHIJA | bonsaitrees | 1.1.4 | bonsaitrees-1.1.4-b170.jar | None | + | LCHIJA | bookshelf | 2.3.581 | Bookshelf-1.12.2-2.3.581.jar | d476d1b22b218a10d845928d1665d45fce301b27 | + | LCHIJA | bringbedrockback | 0.0.4 | BringBedrockBack-0.0.4.jar | None | + | LCHIJA | buildcraftbuilders | 7.99.24.1 | buildcraft-builders-7.99.24.1.jar | None | + | LCHIJA | buildcraftfactory | 7.99.24.1 | buildcraft-factory-7.99.24.1.jar | None | + | LCHIJA | buildcraftrobotics | 7.99.24.1 | buildcraft-robotics-7.99.24.1.jar | None | + | LCHIJA | buildcrafttransport | 7.99.24.1 | buildcraft-transport-7.99.24.1.jar | None | + | LCHIJA | buildcraftsilicon | 7.99.24.1 | buildcraft-silicon-7.99.24.1.jar | None | + | LCHIJA | buildinggadgets | 2.8.3 | BuildingGadgets-2.8.3.jar | None | + | LCHIJA | car | 1.2.12 | car-1.12.2-1.2.12.jar | None | + | LCHIJA | gamestages | 2.0.123 | GameStages-1.12.2-2.0.123.jar | d476d1b22b218a10d845928d1665d45fce301b27 | + | LCHIJA | carryon | 1.12.3 | CarryOn MC1.12.2 v1.12.3.jar | 55e88f24d04398481ae6f1ce76f65fd776f14227 | + | LCHIJA | cd4017be_lib | 6.4.17 | CD4017BE_lib-1.12.2-6.4.18.jar | None | + | LCHIJA | ceramics | 1.12-1.3.7 | Ceramics-1.12-1.3.7.jar | None | + | LCHIJA | chameleon | 1.12-4.1.3 | Chameleon-1.12-4.1.3.jar | None | + | LCHIJA | chargers | 1.2.0.4 | Chargers-1.12.2-1.2.0.4.jar | 58e787c8aafad8b327883f94d4fa544f936d7b01 | + | LCHIJA | chiselsandbits | 14.33 | chiselsandbits-14.33.jar | None | + | LCHIJA | clumps | 3.1.2 | Clumps-3.1.2.jar | None | + | LCHIJA | codechickenlib | 3.2.3.358 | CodeChickenLib-1.12.2-3.2.3.358-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 | + | LCHIJA | cyclopscore | 1.3.0 | CyclopsCore-1.12.2-1.3.0.jar | bd0353b3e8a2810d60dd584e256e364bc3bedd44 | + | LCHIJA | commoncapabilities | 2.4.1 | CommonCapabilities-1.12.2-2.4.1.jar | bd0353b3e8a2810d60dd584e256e364bc3bedd44 | + | LCHIJA | refinedstorage | 1.6.16 | refinedstorage-1.6.16.jar | 57893d5b90a7336e8c63fe1c1e1ce472c3d59578 | + | LCHIJA | compactmachines3 | 3.0.18 | compactmachines3-1.12.2-3.0.18-b278.jar | None | + | LCHIJA | conarm | 1.2.4 | conarm-1.12.2-1.2.4.jar | 5d5b8aee896a4f5ea3f3114784742662a67ad32f | + | LCHIJA | cookingforblockheads | 6.5.0 | CookingForBlockheads_1.12.2-6.5.0.jar | None | + | LCHIJA | crafttweakerjei | 2.0.3 | CraftTweaker2-1.12-4.1.20.574.jar | None | + | LCHIJA | cucumber | 1.1.3 | Cucumber-1.12.2-1.1.3.jar | None | + | LCHIJA | darkutils | 1.8.230 | DarkUtils-1.12.2-1.8.230.jar | d476d1b22b218a10d845928d1665d45fce301b27 | + | LCHIJA | death_compass | 0.0.3 | DeathCompass-0.0.3.jar | None | + | LCHIJA | despawningspawners | 1.1 | despawningspawners-1.12-1.2.0-2.jar | None | + | LCHIJA | dimensionalcontrol | 2.13.0 | DimensionalControl-1.12.2-2.13.0.jar | None | + | LCHIJA | dimstages | 2.0.23 | DimensionStages-1.12.2-2.0.23.jar | d476d1b22b218a10d845928d1665d45fce301b27 | + | LCHIJA | dungpipe | 1.0 | Dung Pipe-1.2.jar | None | + | LCHIJA | elevatorid | 1.4.2 | ElevatorMod-1.12.2-1.4.2.jar | None | + | LCHIJA | emberroot | 1.3.9 | EmberRootZoo-1.12.2-1.3.10.jar | None | + | LCHIJA | enderstorage | 2.4.6.137 | EnderStorage-1.12.2-2.4.6.137-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 | + | LCHIJA | enderutilities | 0.7.15 | enderutilities-1.12.2-0.7.15.jar | 2b03e1423915a189b8094816baa18f239d576dff | + | LCHIJA | valkyrielib | 1.12.2-2.0.20.1 | valkyrielib-1.12.2-2.0.20.1.jar | None | + | LCHIJA | environmentaltech | 1.12.2-2.0.20.1 | environmentaltech-1.12.2-2.0.20.1.jar | None | + | LCHIJA | extendedcrafting | 1.5.6 | ExtendedCrafting-1.12.2-1.5.6.jar | None | + | LCHIJA | galacticraftcore | 4.0.2.280 | GalacticraftCore-1.12.2-4.0.2.280.jar | None | + | LCHIJA | galacticraftplanets | 4.0.2.280 | Galacticraft-Planets-1.12.2-4.0.2.280.jar | None | + | LCHIJA | mjrlegendslib | 1.12.2-1.2.0 | MJRLegendsLib-1.12.2-1.2.0.jar | b02331787272ec3515ebe63ecdeea0d746653468 | + | LCHIJA | extraplanets | 1.12.2-0.7.0 | ExtraPlanets-1.12.2-0.7.0.jar | b02331787272ec3515ebe63ecdeea0d746653468 | + | LCHIJA | farmingforblockheads | 3.1.28 | FarmingForBlockheads_1.12.2-3.1.28.jar | None | + | LCHIJA | farseek | 2.5 | Farseek-1.12-2.5.jar | None | + | LCHIJA | fastfurnace | 1.3.1 | FastFurnace-1.12.2-1.3.1.jar | None | + | LCHIJA | fat_cat | 0.0.5 | FatCat-0.0.5.jar | None | + | LCHIJA | ferdinandsflowers | 1.10.4.1 | Ferdinand's Flowers-1.12.x-1.10.4.1.jar | None | + | LCHIJA | findme | 1.1.0 | findme-1.12.2-1.1.0-8.jar | None | + | LCHIJA | foamfix | 0.10.10-1.12.2 | foamfix-0.10.10-1.12.2.jar | None | + | LCHIJA | forgelin | 1.8.2 | Forgelin-1.8.2.jar | None | + | LCHIJA | forgemultipartcbe | 2.6.1.81 | ForgeMultipart-1.12.2-2.6.1.81-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 | + | LCHIJA | microblockcbe | 2.6.1.81 | ForgeMultipart-1.12.2-2.6.1.81-universal.jar | None | + | LCHIJA | minecraftmultipartcbe | 2.6.1.81 | ForgeMultipart-1.12.2-2.6.1.81-universal.jar | None | + | LCHIJA | galacticrafttweaker | 1.12.2-1.0.3 | GalacticraftTweaker-1.12.2-1.0.3.jar | b02331787272ec3515ebe63ecdeea0d746653468 | + | LCHIJA | advgenerators | 0.9.20.12 | generators-0.9.20.12-mc1.12.2.jar | None | + | LCHIJA | gobblecore | 1.12-0.1.6.35 | GobbleCore-1.12-0.1.6.35.jar | None | + | LCHIJA | harvest | 1.12-1.2.7-20 | Harvest-1.12-1.2.7-20.jar | None | + | LCHIJA | horsepower | 2.6.4 | HorsePower-1.12.2-2.6.4.74.jar | cd7e958342770a8b17c919055da42c24dfefd879 | + | LCHIJA | huntingdim | 1.0.42 | HuntingDimension-1.12.2-1.0.42.jar | d476d1b22b218a10d845928d1665d45fce301b27 | + | LCHIJA | igwmod | 1.4.4-15 | IGW-Mod-1.12.2-1.4.4-15-universal.jar | None | + | LCHIJA | mcjtylib_ng | 3.5.4 | mcjtylib-1.12-3.5.4.jar | None | + | LCHIJA | immcraft | 1.6.0 | immcraft-1.12-1.6.0.jar | None | + | LCHIJA | immersivepetroleum | 1.1.9 | immersivepetroleum-1.12.2-1.1.9.jar | None | + | LCHIJA | immersivetech | 1.3.10 | immersivetech-1.12-1.3.10.jar | None | + | LCHIJA | improvedbackpacks | 1.12.2-1.5.0.0 | ImprovedBackpacks-1.12.2-1.5.0.0.jar | None | + | LCHIJA | incontrol | 3.9.16 | incontrol-1.12-3.9.16.jar | None | + | LCHIJA | indlog | 1.3.4 | InductiveLogistics-1.12.2-1.3.4.jar | None | + | LCHIJA | teslacorelib | 1.0.15 | tesla-core-lib-1.12.2-1.0.15.jar | d476d1b22b218a10d845928d1665d45fce301b27 | + | LCHIJA | industrialforegoing | 1.12.2-1.12.2 | industrialforegoing-1.12.2-1.12.13-237.jar | None | + | LCHIJA | infoaccessories | 1.0.11 | InfoAccessories-1.12.2-1.0.11.jar | d476d1b22b218a10d845928d1665d45fce301b27 | + | LCHIJA | integrateddynamics | 1.0.14 | IntegratedDynamics-1.12.2-1.0.14.jar | bd0353b3e8a2810d60dd584e256e364bc3bedd44 | + | LCHIJA | integrateddynamicscompat | 1.0.0 | IntegratedDynamics-1.12.2-1.0.14.jar | None | + | LCHIJA | inventorytweaks | 1.64+dev.151.822d839 | InventoryTweaks-1.64+dev.151.jar | 55d2cd4f5f0961410bf7b91ef6c6bf00a766dcbe | + | LCHIJA | ironbackpacks | 1.12.2-3.0.8-12 | IronBackpacks-1.12.2-3.0.8-12.jar | None | + | LCHIJA | ironchest | 1.12.2-7.0.67.844 | ironchest-1.12.2-7.0.72.847.jar | None | + | LCHIJA | ironjetpacks | 1.1.0 | IronJetpacks-1.12-2-1.1.0.jar | None | + | LCHIJA | itemstages | 2.0.49 | ItemStages-1.12.2-2.0.49.jar | d476d1b22b218a10d845928d1665d45fce301b27 | + | LCHIJA | journeymap | 1.12.2-5.5.4 | journeymap-1.12.2-5.5.4.jar | None | + | LCHIJA | jarm | 1.1.2 | Just A Raft Mod-1.1.2.jar | None | + | LCHIJA | jaff | 1.7_for_1.12 | JustAFewFish-1.7_for_1.12.jar | None | + | LCHIJA | jeid | 1.0.3-55 | JustEnoughIDs-1.0.3-55.jar | None | + | LCHIJA | kleeslabs | 5.4.12 | KleeSlabs_1.12.2-5.4.12.jar | None | + | LCHIJA | lex | 1.0.8 | LibEx-1.12.2-1.0.8.jar | None | + | LCHIJA | lttweaker | 1.1.14 | LootTableTweaker-1.12.2-1.1.14.jar | d476d1b22b218a10d845928d1665d45fce301b27 | + | LCHIJA | magma_monsters | 0.3.0 | MagmaMonsters-0.3.0.jar | None | + | LCHIJA | mekatweaks | 1.0.0-3 | mekatweaks-1.0.0-3.jar | None | + | LCHIJA | mercurius | 1.0.6 | Mercurius-1.12.2.jar | None | + | LCHIJA | mobends | 0.24 | mobends-0.24_for_MC-1.12.jar | None | + | LCHIJA | mob_grinding_utils | 0.3.13 | MobGrindingUtils-0.3.13.jar | None | + | LCHIJA | mobstages | 2.0.13 | MobStages-1.12.2-2.0.13.jar | d476d1b22b218a10d845928d1665d45fce301b27 | + | LCHIJA | modularmachinery | 1.9.5 | modularmachinery-1.9.5.jar | None | + | LCHIJA | morpheus | 1.12.2-3.5.106 | Morpheus-1.12.2-3.5.106.jar | None | + | LCHIJA | mputils | 1.5.6 | MPUtils-1.12.2-1.5.7.jar | None | + | LCHIJA | mpbasic | 1.4.7 | mpbasic-1.12.2-1.4.11.jar | None | + | LCHIJA | multiblockstages | 1.2.0 | multiblockstages-1.2.0.jar | None | + | LCHIJA | mundaneredstone | 1.1.4 | MundaneRedstone-1.1.4.jar | None | + | LCHIJA | mysticalagriculture | 1.7.5 | MysticalAgriculture-1.12.2-1.7.5.jar | None | + | LCHIJA | mysticalagradditions | 1.3.2 | MysticalAgradditions-1.12.2-1.3.2.jar | None | + | LCHIJA | mystagradcompat | 1.2 | mystagradcompat-1.2.jar | None | + | LCHIJA | naturescompass | 1.5.1 | NaturesCompass-1.12.2-1.5.1.jar | None | + | LCHIJA | nex | 2.0.8 | NetherEx-1.12.2-2.0.8.jar | None | + | LCHIJA | noworldgen5you | 1.0.6 | NoWorldgen5You-1.12.2-1.0.6.jar | d476d1b22b218a10d845928d1665d45fce301b27 | + | LCHIJA | nutrition | 4.3.0 | Nutrition-1.12.2-4.3.0.jar | None | + | LCHIJA | samsocean | 1.0.2 | OceanFloor-1.12.2-1.0.2.jar | None | + | LCHIJA | oreexcavation | 1.4.150 | OreExcavation-1.4.150.jar | None | + | LCHIJA | oeintegration | 2.3.4 | oeintegration-2.3.4.jar | None | + | LCHIJA | orestages | 2.0.37 | OreStages-1.12.2-2.0.37.jar | d476d1b22b218a10d845928d1665d45fce301b27 | + | LCHIJA | overloaded | 0.0.59 | Overloaded-1.12.2-0.0.59.jar | None | + | LCHIJA | pickletweaks | 2.1.3 | PickleTweaks-1.12.2-2.1.3.jar | None | + | LCHIJA | placebo | 1.6.0 | Placebo-1.12.2-1.6.0.jar | None | + | LCHIJA | playerbosses | 1.0 | playerbosses-1.12.2-1.1.0.jar | 1bc8f8dbe770187a854cef35dad0ff40ba441bbe | + | LCHIJA | playerskins | 1.0.4 | playerskin-1.12.2-1.0.5.jar | None | + | LCHIJA | pneumaticcraft | 1.12.2-0.11.1-361 | pneumaticcraft-repressurized-1.12.2-0.11.1-361.jar | None | + | LCHIJA | poweradapters | 1.0.9 | PowerAdapters-1.12.2-1.0.9.jar | d476d1b22b218a10d845928d1665d45fce301b27 | + | LCHIJA | prestige | 1.1.30 | Prestige-1.12.2-1.1.30.jar | d476d1b22b218a10d845928d1665d45fce301b27 | + | LCHIJA | primalchests | 1.0.3 | PrimalChests-1.0.3.jar | None | + | LCHIJA | rustic | 1.1.4 | rustic-1.1.4.jar | None | + | LCHIJA | thebetweenlands | 3.5.10 | TheBetweenlands-3.5.10-universal.jar | 38067d6878811efb38b6a045521cfd80b9b60b38 | + | LCHIJA | primal | 0.6.104 | PrimalCore-1.12.2-0.6.104.jar | 67a0e286dc0d4b502f3c92ac20b953517b52d0a9 | + | LCHIJA | progressiontweaks | 1.12.2-0.3.40 | ProgressionTweaks-1.12.2-0.3.40.jar | None | + | LCHIJA | prospectors | 1.0.2 | prospectors-1.0.2.jar | None | + | LCHIJA | reborncore | 3.19.5 | RebornCore-1.12.2-3.19.5-universal.jar | None | + | LCHIJA | quantumstorage | 4.6.8 | QuantumStorage-1.12-4.6.8.jar | None | + | LCHIJA | quickleafdecay | 1.2.4 | QuickLeafDecay-MC1.12.1-1.2.4.jar | None | + | LCHIJA | rangedpumps | 0.5 | rangedpumps-0.5.jar | None | + | LCHIJA | realdrops | 1.2.14 | RealisticItemDrops-1.2.14.jar | None | + | LCHIJA | rebornstorage | 1.0.0 | RebornStorage-1.12.2-3.3.4.1.jar | None | + | LCHIJA | recipestages | 1.1.3 | RecipeStages-1.1.3.jar | None | + | LCHIJA | reccomplex | 1.4.8.2 | RecurrentComplex-1.4.8.2.jar | None | + | LCHIJA | refinedstorageaddons | 0.4.5 | refinedstorageaddons-0.4.5.jar | None | + | LCHIJA | rftools | 7.73 | rftools-1.12-7.73.jar | None | + | LCHIJA | rftoolscontrol | 2.0.2 | rftoolsctrl-1.12-2.0.2.jar | None | + | LCHIJA | roadrunner | 1.0.1 | roadrunner-1.0.1.jar | None | + | LCHIJA | scannable | 1.6.3.24 | Scannable-MC1.12.2-1.6.3.24.jar | None | + | LCHIJA | sevpatches | 1.9 | sevpatches-1.9-10.jar | None | + | LCHIJA | sevtweaks | 0.4.0-1 | SevTweaks-0.4.0-1.jar | None | + | LCHIJA | sev_tweaks_npc | 0.0.4 | SevTweaksNPC-0.0.4.jar | None | + | LCHIJA | simpleautorun | 1.12.1-1.2 | simpleautorun-1.12.2-1.2.0.jar | None | + | LCHIJA | simplegenerators | 1.12.2-2.0.20.2 | simplegenerators-1.12.2-2.0.20.2.jar | None | + | LCHIJA | storagenetwork | 1.7.11 | SimpleStorageNetwork-1.12.2-1.7.11.jar | 0e5cb559be7d03f3fc18b8cba547d663e25f28af | + | LCHIJA | simpletomb | 1.12.2-1.0.0 | simpletomb-1.12.2-1.0.0.jar | 0e5cb559be7d03f3fc18b8cba547d663e25f28af | + | LCHIJA | simplyarrows | 1.0.4 | SimplyArrows-1.12.2-1.0.4.jar | d476d1b22b218a10d845928d1665d45fce301b27 | + | LCHIJA | spartanshields | 1.5.4 | SpartanShields-1.12.2-1.5.4.jar | None | + | LCHIJA | spatialservermod | 1.3 | spatialservermod-1.3.jar | None | + | LCHIJA | stevescarts | 2.4.32.137 | StevesCarts-1.12.2-2.4.32.137.jar | None | + | LCHIJA | stg | 1.12.2-1.2.3 | stg-1.12.2-1.2.3.jar | None | + | LCHIJA | storagedrawers | 5.2.2 | StorageDrawers-1.12.2-5.4.2.jar | None | + | LCHIJA | streams | 0.4.8 | Streams-1.12-0.4.8.jar | None | + | LCHIJA | sasit | 1.1.32 | StuffASockInIt-1.12.2-1.1.32.jar | d476d1b22b218a10d845928d1665d45fce301b27 | + | LCHIJA | supersoundmuffler | 1.0.2.10 | supersoundmuffler-revived_1.12.2_1.0.2.10.jar | None | + | LCHIJA | tallgates | 1.0.0 | TallGates-1.12.2-1.0.0.1.jar | None | + | LCHIJA | beneath | 1.5.1 | The Beneath-1.12.2-1.5.1.jar | 220f10d3a93b3ff5fbaa7434cc629d863d6751b9 | + | LCHIJA | thirstybottles | 2.0.1 | ThirstyBottles-1.12.2-2.0.1.jar | d476d1b22b218a10d845928d1665d45fce301b27 | + | LCHIJA | timecontrol | 1.12.2-1.0.0.0-beta | timecontrol-1.12.2-1.0.0.0-beta.jar | None | + | LCHIJA | tcomplement | 1.12.2-0.4.3 | TinkersComplement-1.12.2-0.4.3.jar | None | + | LCHIJA | tinkerstages | 2.0.17 | TinkerStages-1.12.2-2.0.17.jar | d476d1b22b218a10d845928d1665d45fce301b27 | + | LCHIJA | tinkertoolleveling | 1.12.2-1.1.0.DEV.b23e769 | TinkerToolLeveling-1.12.2-1.1.0.jar | None | + | LCHIJA | togetherforever | 1.0.2 | togetherforever-1.12.2-1.0.12-22.jar | None | + | LCHIJA | totemic | 1.12.2-0.11.6 | Totemic-1.12.2-0.11.6.jar | 21d11d7bf4d97b465382a1f95428029aac6daaea | + | LCHIJA | tothebatpoles | 1.12.2-1.1.0.1 | tothebatpoles-1.12.2-1.1.0.1.jar | None | + | LCHIJA | translocators | 2.5.2.81 | Translocators-1.12.2-2.5.2.81-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 | + | LCHIJA | treechopper | 1.2.4 | TreeChopper-1.12.2-1.2.4.jar | None | + | LCHIJA | triumph | 3.19.2 | Triumph-1.12.2-3.19.2.jar | None | + | LCHIJA | trumpetskeleton | 1.12-1.0.2.1 | trumpetskeleton-1.12-1.0.2.1.jar | None | + | LCHIJA | tumbleweed | 1.12-0.4.7 | tumbleweed-1.12-0.4.7.jar | None | + | LCHIJA | uppers | 0.0.6 | Uppers-0.0.6.jar | None | + | LCHIJA | universalmodifiers | 1.12.2-1.0.16.1 | valkyrielib-1.12.2-2.0.20.1.jar | None | + | LCHIJA | vc | 5.9.16 | ViesCraft-1.12.2-5.9.16.jar | None | + | LCHIJA | vtt | 0.6.4 | VillagerTrades-1.12-0.6.4.jar | None | + | LCHIJA | waddles | 0.6.0 | Waddles-1.12.2-0.6.0.jar | None | + | LCHIJA | wailastages | 2.0.23 | WailaStages-1.12.2-2.0.23.jar | d476d1b22b218a10d845928d1665d45fce301b27 | + | LCHIJA | walljump | 1.3.2 | walljump-1.12.2-1.3.2.jar | None | + | LCHIJA | wanionlib | 1.12.2-2.2 | WanionLib-1.12.2-2.2.jar | None | + | LCHIJA | watercontrolextreme | 1.0.0 | WaterControlExtreme-1.0.2.jar | None | + | LCHIJA | waterstrainer | 3.2.0 | WaterStrainer-1.12-3.2.0.jar | None | + | LCHIJA | wawla | 2.6.275 | Wawla-1.12.2-2.6.275.jar | d476d1b22b218a10d845928d1665d45fce301b27 | + | LCHIJA | weirdinggadget | 1.0 | weirdinggadget-1.12.2-2.1.16-universal.jar | None | + | LCHIJA | wildcrops | 1.0.1 | WildCrops-1.12-1.0.1.jar | None | + | LCHIJA | witherskelefix | 2.6.3 | WitherSkeletonTweaks-1.12.2-2.6.3.jar | None | + | LCHIJA | wopper | 1.12-r5 | Wopper-1.12-r5.jar | None | + | LCHIJA | xnet | 1.8.2 | xnet-1.12-1.8.2.jar | None | + | LCHIJA | ynot | 0.2.4 | YNot-0.2.4.jar | None | + | LCHIJA | yoyos | 1.12.2-1.3.0.21 | yoyos_1.12.2-1.3.0.21.jar | None | + | LCHIJA | zenstages | 0.5.0-null | zenstages-0.5.0.jar | None | + | LCHIJA | zenloot | 0.1-1 | zenloot-0.1-1.jar | None | + | LCHIJA | primal_tech | 0.3.5 | PrimalTech-0.3.5.jar | None | + | LCHIJA | teslacorelib_registries | 1.0.15 | tesla-core-lib-1.12.2-1.0.15.jar | None | + + Loaded coremods (and transformers): +Inventory Tweaks Coremod (InventoryTweaks-1.64+dev.151.jar) + invtweaks.forge.asm.ContainerTransformer +FarseekCoreMod (Farseek-1.12-2.5.jar) + farseek.core.FarseekClassTransformer +IELoadingPlugin (ImmersiveEngineering-core-0.12-98.jar) + blusunrize.immersiveengineering.common.asm.IEClassTransformer +CorePlugin (SmoothFont-mc1.12.2-2.1.2.jar) + bre.smoothfont.asm.Transformer +MekanismCoremod (Mekanism-1.12.2-9.8.3.390.jar) + mekanism.coremod.KeybindingMigrationHelper +MicdoodlePlugin (MicdoodleCore-1.12.2-4.0.2.280.jar) + micdoodle8.mods.miccore.MicdoodleTransformer +TheBetweenlandsLoadingPlugin (TheBetweenlands-3.5.10-core.jar) + thebetweenlands.core.TheBetweenlandsClassTransformer +ForgelinPlugin (Forgelin-1.8.2.jar) + +CTMCorePlugin (CTM-MC1.12.2-0.3.3.22.jar) + team.chisel.ctm.client.asm.CTMTransformer +LoadingPlugin (BetterWithLib-1.12-1.5.jar) + betterwithmods.library.core.ClassTransformer +BNBGamingCore (BNBGamingCore-1.12.2-0.12.0.jar) + com.bloodnbonesgaming.bnbgamingcore.core.BNBGamingCoreClassTransformer +BetterFoliageLoader (BetterFoliage-MC1.12-2.3.1.jar) + mods.betterfoliage.loader.BetterFoliageTransformer +SevPatches (sevpatches-1.9-10.jar) + tv.darkosto.sevpatches.core.SevPatchesTransformer +Do not report to Forge! (If you haven't disabled the FoamFix coremod, try disabling it in the config! Note that this bit of text will still appear.) (foamfix-0.10.10-1.12.2.jar) + pl.asie.foamfix.coremod.FoamFixTransformer +RandomPatches (randompatches-1.12.2-1.22.0.0.jar) + com.therandomlabs.randompatches.core.RPTransformer +JustEnoughIDs Extension Plugin (JustEnoughIDs-1.0.3-55.jar) + org.dimdev.jeid.JEIDTransformer +LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar) + lumien.resourceloader.asm.ClassTransformer +IvToolkit (IvToolkit-1.3.3-1.12.jar) + +CoreMod (Aroma1997Core-1.12.2-2.0.0.2.jar) + +Quark Plugin (Quark-r1.5-158.jar) + vazkii.quark.base.asm.ClassTransformer +AstralCore (astralsorcery-1.12.2-1.10.21.jar) + + Pulsar/tconstruct loaded Pulses: + - TinkerCommons (Enabled/Forced) + - TinkerWorld (Enabled/Not Forced) + - TinkerTools (Enabled/Not Forced) + - TinkerHarvestTools (Enabled/Forced) + - TinkerMeleeWeapons (Enabled/Forced) + - TinkerRangedWeapons (Enabled/Forced) + - TinkerModifiers (Enabled/Forced) + - TinkerSmeltery (Enabled/Not Forced) + - TinkerGadgets (Enabled/Not Forced) + - TinkerOredict (Enabled/Forced) + - TinkerIntegration (Enabled/Forced) + - TinkerFluids (Enabled/Forced) + - TinkerMaterials (Enabled/Forced) + - TinkerModelRegister (Enabled/Forced) + - chiselIntegration (Enabled/Not Forced) + - chiselsandbitsIntegration (Enabled/Not Forced) + - wailaIntegration (Enabled/Not Forced) + + Pulsar/natura loaded Pulses: + - NaturaCommons (Enabled/Forced) + - NaturaOverworld (Enabled/Not Forced) + - NaturaNether (Enabled/Not Forced) + - NaturaDecorative (Enabled/Not Forced) + - NaturaEntities (Enabled/Not Forced) + - NaturaOredict (Enabled/Forced) + - NaturaWorld (Enabled/Not Forced) + + AE2 Version: stable rv6-stable-7 for Forge 14.23.5.2768 + Pulsar/tcomplement loaded Pulses: + - ModuleCommons (Enabled/Forced) + - ModuleMelter (Enabled/Not Forced) + - ModuleArmor (Enabled/Not Forced) + - CeramicsPlugin (Enabled/Not Forced) + - ChiselPlugin (Enabled/Not Forced) + - ToolLevelingPlugin (Enabled/Not Forced) + - Oredict (Enabled/Forced) + + List of loaded APIs: + * AbyssalCraftAPI (1.29.1) from AbyssalCraft-1.12.2-1.9.19.1.jar + * AbyssalCraftAPI|Biome (1.29.1) from AbyssalCraft-1.12.2-1.9.19.1.jar + * AbyssalCraftAPI|Block (1.29.1) from AbyssalCraft-1.12.2-1.9.19.1.jar + * AbyssalCraftAPI|Caps (1.29.1) from AbyssalCraft-1.12.2-1.9.19.1.jar + * AbyssalCraftAPI|Condition (1.29.1) from AbyssalCraft-1.12.2-1.9.19.1.jar + * AbyssalCraftAPI|Disruption (1.29.1) from AbyssalCraft-1.12.2-1.9.19.1.jar + * AbyssalCraftAPI|Energy (1.29.1) from AbyssalCraft-1.12.2-1.9.19.1.jar + * AbyssalCraftAPI|Entity (1.29.1) from AbyssalCraft-1.12.2-1.9.19.1.jar + * AbyssalCraftAPI|Event (1.29.1) from AbyssalCraft-1.12.2-1.9.19.1.jar + * AbyssalCraftAPI|Integration (1.29.1) from AbyssalCraft-1.12.2-1.9.19.1.jar + * AbyssalCraftAPI|Internal (1.29.1) from AbyssalCraft-1.12.2-1.9.19.1.jar + * AbyssalCraftAPI|Item (1.29.1) from AbyssalCraft-1.12.2-1.9.19.1.jar + * AbyssalCraftAPI|Necronomicon (1.29.1) from AbyssalCraft-1.12.2-1.9.19.1.jar + * AbyssalCraftAPI|Recipe (1.29.1) from AbyssalCraft-1.12.2-1.9.19.1.jar + * AbyssalCraftAPI|Rending (1.29.1) from AbyssalCraft-1.12.2-1.9.19.1.jar + * AbyssalCraftAPI|Ritual (1.29.1) from AbyssalCraft-1.12.2-1.9.19.1.jar + * AbyssalCraftAPI|Spell (1.29.1) from AbyssalCraft-1.12.2-1.9.19.1.jar + * AbyssalCraftAPI|Structure (1.29.1) from AbyssalCraft-1.12.2-1.9.19.1.jar + * actuallyadditionsapi (34) from ActuallyAdditions-1.12.2-r149.jar + * antiqueatlasapi (5.1) from antiqueatlas-1.12.2-4.5.1.jar + * appliedenergistics2|API (rv6) from appliedenergistics2-rv6-stable-7.jar + * Base|API (1.0.0) from base-1.12.2-3.13.0.jar + * Baubles|API (1.4.0.2) from ImprovedBackpacks-1.12.2-1.5.0.0.jar + * betteradvancements|API (0.0.11) from Triumph-1.12.2-3.19.2.jar + * BetterWithModsAPI (Beta 0.6) from BetterWithMods-1.12-2.3.20-1027.jar + * betterwithmodsAPI (1.12-2.3.20-1027) from BetterWithMods-1.12-2.3.20-1027.jar + * BetweenlandsAPI (1.12.9) from TheBetweenlands-3.5.10-universal.jar + * bloodmagic-api (2.0.0) from BloodMagic-1.12.2-2.4.1-103.jar + * buildcraftapi_blocks (1.0) from buildcraft-core-7.99.24.1.jar + * buildcraftapi_boards (2.0) from buildcraft-core-7.99.24.1.jar + * buildcraftapi_core (2.2) from buildcraft-core-7.99.24.1.jar + * buildcraftapi_crops (1.1) from buildcraft-core-7.99.24.1.jar + * buildcraftapi_enums (1.0) from buildcraft-core-7.99.24.1.jar + * buildcraftapi_events (2.0) from buildcraft-core-7.99.24.1.jar + * buildcraftapi_facades (1.1) from buildcraft-core-7.99.24.1.jar + * buildcraftapi_filler (5.0) from buildcraft-core-7.99.24.1.jar + * buildcraftapi_fuels (2.0) from buildcraft-core-7.99.24.1.jar + * buildcraftapi_gates (4.1) from buildcraft-core-7.99.24.1.jar + * buildcraftapi_items (1.1) from buildcraft-core-7.99.24.1.jar + * buildcraftapi_library (2.0) from buildcraft-core-7.99.24.1.jar + * buildcraftapi_lists (1.0) from buildcraft-core-7.99.24.1.jar + * buildcraftapi_power (1.3) from buildcraft-core-7.99.24.1.jar + * buildcraftapi_recipes (3.0) from buildcraft-core-7.99.24.1.jar + * buildcraftapi_robotics (3.0) from buildcraft-core-7.99.24.1.jar + * buildcraftapi_statements (1.1) from buildcraft-core-7.99.24.1.jar + * buildcraftapi_tiles (1.2) from buildcraft-core-7.99.24.1.jar + * buildcraftapi_tools (1.0) from buildcraft-core-7.99.24.1.jar + * buildcraftapi_transport (5.0) from buildcraft-core-7.99.24.1.jar + * Chisel-API (0.0.1) from Chisel-MC1.12.2-0.2.1.35.jar + * ChiselAPI|Carving (0.0.1) from Chisel-MC1.12.2-0.2.1.35.jar + * ChiselsAndBitsAPI (14.25.0) from chiselsandbits-14.33.jar + * commoncapabilities|api (0.0.1) from CommonCapabilities-1.12.2-2.4.1.jar + * ctm-api (0.1.0) from CTM-MC1.12.2-0.3.3.22.jar + * ctm-api-events (0.1.0) from CTM-MC1.12.2-0.3.3.22.jar + * ctm-api-models (0.1.0) from CTM-MC1.12.2-0.3.3.22.jar + * ctm-api-textures (0.1.0) from CTM-MC1.12.2-0.3.3.22.jar + * ctm-api-utils (0.1.0) from CTM-MC1.12.2-0.3.3.22.jar + * farmingforblockheads|api (1.0) from FarmingForBlockheads_1.12.2-3.1.28.jar + * Galacticraft API (1.0) from GalacticraftCore-1.12.2-4.0.2.280.jar + * Guide-API|API (2.0.0) from Guide-API-1.12-2.1.8-63.jar + * ImmersiveEngineering|API (1.0) from ImmersiveEngineering-0.12-98.jar + * ImmersiveEngineering|ImmersiveFluxAPI (1.0) from ImmersiveEngineering-0.12-98.jar + * ImprovedBackpacks|API (1.2.0.3) from ImprovedBackpacks-1.12.2-1.5.0.0.jar + * industrialforegoingapi (5) from industrialforegoing-1.12.2-1.12.13-237.jar + * integrateddynamics|api (0.2.0) from IntegratedDynamics-1.12.2-1.0.14.jar + * journeymap|client-api (1.4) from journeymap-1.12.2-5.5.4.jar + * journeymap|client-api-display (1.4) from journeymap-1.12.2-5.5.4.jar + * journeymap|client-api-event (1.4) from journeymap-1.12.2-5.5.4.jar + * journeymap|client-api-model (1.4) from journeymap-1.12.2-5.5.4.jar + * journeymap|client-api-util (1.4) from journeymap-1.12.2-5.5.4.jar + * JustEnoughItemsAPI (4.13.0) from jei_1.12.2-4.15.0.283.jar + * MekanismAPI|core (9.8.1) from Mekanism-1.12.2-9.8.3.390.jar + * MekanismAPI|energy (9.8.1) from Mekanism-1.12.2-9.8.3.390.jar + * MekanismAPI|gas (9.8.1) from Mekanism-1.12.2-9.8.3.390.jar + * MekanismAPI|infuse (9.8.1) from Mekanism-1.12.2-9.8.3.390.jar + * MekanismAPI|laser (9.8.1) from Mekanism-1.12.2-9.8.3.390.jar + * MekanismAPI|transmitter (9.8.1) from Mekanism-1.12.2-9.8.3.390.jar + * MekanismAPI|util (9.0.0) from Mekanism-1.12.2-9.8.3.390.jar + * MouseTweaks|API (1.0) from MouseTweaks-2.10-mc1.12.2.jar + * PneumaticCraftApi (1.1) from pneumaticcraft-repressurized-1.12.2-0.11.1-361.jar + * QuarkAPI (4) from Quark-r1.5-158.jar + * reborncoreAPI (3.19.5) from RebornCore-1.12.2-3.19.5-universal.jar + * reborncoreAPI|Power (3.19.5) from RebornCore-1.12.2-3.19.5-universal.jar + * reborncoreAPI|Recipe (3.19.5) from RebornCore-1.12.2-3.19.5-universal.jar + * reborncoreAPI|Tile (3.19.5) from RebornCore-1.12.2-3.19.5-universal.jar + * redstonefluxapi (2.1.0) from RedstoneFlux-1.12-2.1.0.6-universal.jar + * stevescartsAPI (${version}) from StevesCarts-1.12.2-2.4.32.137.jar + * stevescartsAPI|FARMS (${version}) from StevesCarts-1.12.2-2.4.32.137.jar + * StorageDrawersAPI (2.1.0) from StorageDrawers-1.12.2-5.4.2.jar + * StorageDrawersAPI|event (2.1.0) from StorageDrawers-1.12.2-5.4.2.jar + * StorageDrawersAPI|registry (2.1.0) from StorageDrawers-1.12.2-5.4.2.jar + * StorageDrawersAPI|render (2.1.0) from StorageDrawers-1.12.2-5.4.2.jar + * StorageDrawersAPI|storage (2.1.0) from StorageDrawers-1.12.2-5.4.2.jar + * StorageDrawersAPI|storage-attribute (2.1.0) from StorageDrawers-1.12.2-5.4.2.jar + * team_reborn|Praescriptum (3.19.5) from RebornCore-1.12.2-3.19.5-universal.jar + * togetherforeverapi (1) from togetherforever-1.12.2-1.0.12-22.jar + * totemic|API (1.12.2-7.1.0) from Totemic-1.12.2-0.11.6.jar + * valkyrielib.api (1.12.2-2.0.10a) from valkyrielib-1.12.2-2.0.20.1.jar + * WailaAPI (1.3) from Hwyla-1.8.26-B41_1.12.2.jar + RebornCore: + Plugin Engine: 0 + RebornCore Version: 3.19.5 + Runtime Debofucsation 1 + Invalid fingerprint detected for RebornCore! + SevTech: Ages: + Version: 3.2.1 + Optifine Installed: False + AE2 Integration: IC2:OFF, RC:OFF, MFR:OFF, Waila:ON, Mekanism:OFF, OpenComputers:OFF, THE_ONE_PROBE:OFF, TESLA:OFF, CRAFTTWEAKER:ON + Profiler Position: N/A (disabled) + Player Count: 0 / 20; [] + Is Modded: Definitely; Server brand changed to 'fml,forge' + Type: Dedicated Server (map_server.txt) \ No newline at end of file diff --git a/crash-reports/crash-2025-05-16_16.54.25-server.txt b/crash-reports/crash-2025-05-16_16.54.25-server.txt new file mode 100644 index 0000000..a16c072 --- /dev/null +++ b/crash-reports/crash-2025-05-16_16.54.25-server.txt @@ -0,0 +1,539 @@ +---- Minecraft Crash Report ---- + +WARNING: coremods are present: + Inventory Tweaks Coremod (InventoryTweaks-1.64+dev.151.jar) + FarseekCoreMod (Farseek-1.12-2.5.jar) + IELoadingPlugin (ImmersiveEngineering-core-0.12-98.jar) + CorePlugin (SmoothFont-mc1.12.2-2.1.2.jar) + MovingWorldCore (movingworld-1.12-6.353-full.jar) + MekanismCoremod (Mekanism-1.12.2-9.8.3.390.jar) + MicdoodlePlugin (MicdoodleCore-1.12.2-4.0.2.280.jar) + TheBetweenlandsLoadingPlugin (TheBetweenlands-3.5.10-core.jar) + ForgelinPlugin (Forgelin-1.8.2.jar) + CTMCorePlugin (CTM-MC1.12.2-0.3.3.22.jar) + LoadingPlugin (BetterWithLib-1.12-1.5.jar) + BNBGamingCore (BNBGamingCore-1.12.2-0.12.0.jar) + BetterFoliageLoader (BetterFoliage-MC1.12-2.3.1.jar) + SevPatches (sevpatches-1.9-10.jar) + Do not report to Forge! (If you haven't disabled the FoamFix coremod, try disabling it in the config! Note that this bit of text will still appear.) (foamfix-0.10.10-1.12.2.jar) + RandomPatches (randompatches-1.12.2-1.22.0.0.jar) + JustEnoughIDs Extension Plugin (JustEnoughIDs-1.0.3-55.jar) + LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar) + IvToolkit (IvToolkit-1.3.3-1.12.jar) + CoreMod (Aroma1997Core-1.12.2-2.0.0.2.jar) + Quark Plugin (Quark-r1.5-158.jar) + AstralCore (astralsorcery-1.12.2-1.10.21.jar) +Contact their authors BEFORE contacting forge + +// Don't do that. + +Time: 5/16/25 4:54 PM +Description: Exception ticking world + +java.util.ConcurrentModificationException + at java.util.HashMap$HashIterator.remove(HashMap.java:1483) + at net.minecraft.world.gen.ChunkProviderServer.func_73156_b(ChunkProviderServer.java:262) + at net.minecraft.world.WorldServer.func_72835_b(WorldServer.java:207) + at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:756) + at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:397) + at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668) + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526) + at java.lang.Thread.run(Thread.java:750) + + +A detailed walkthrough of the error, its code path and all known details is as follows: +--------------------------------------------------------------------------------------- + +-- Head -- +Thread: Server thread +Stacktrace: + at java.util.HashMap$HashIterator.remove(HashMap.java:1483) + at net.minecraft.world.gen.ChunkProviderServer.func_73156_b(ChunkProviderServer.java:262) + at net.minecraft.world.WorldServer.func_72835_b(WorldServer.java:207) + +-- Affected level -- +Details: + Level name: world + All players: 0 total; [] + Chunk stats: ServerChunkCache: 1687 Drop: 1399 + Level seed: 3198557879110234315 + Level generator: ID 07 - quark_realistic, ver 0. Features enabled: true + Level generator options: + Level spawn location: World: (88,64,248), Chunk: (at 8,4,8 in 5,15; contains blocks 80,0,240 to 95,255,255), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511) + Level time: 161329 game time, 71553 day time + Level dimension: 0 + Level storage version: 0x04ABD - Anvil + Level weather: Rain time: 29836 (now: false), thunder time: 12404 (now: false) + Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false +Stacktrace: + at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:756) + at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:397) + at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668) + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526) + at java.lang.Thread.run(Thread.java:750) + +-- System Details -- +Details: + Minecraft Version: 1.12.2 + Operating System: Windows Server 2022 (amd64) version 10.0 + Java Version: 1.8.0_452, Temurin + Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Temurin + Memory: 1185006952 bytes (1130 MB) / 2952790016 bytes (2816 MB) up to 4294967296 bytes (4096 MB) + JVM Flags: 8 total; -Xms1024M -Xmx4096M -XX:+UseG1GC -XX:+UnlockExperimentalVMOptions -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M + IntCache: cache: 0, tcache: 0, allocated: 7, tallocated: 112 + FML: MCP 9.42 Powered by Forge 14.23.5.2860 254 mods loaded, 254 mods active + States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored + + | State | ID | Version | Source | Signature | + |:------ |:-------------------------------------------- |:------------------------ |:-------------------------------------------------- |:---------------------------------------- | + | LCHIJA | minecraft | 1.12.2 | minecraft.jar | None | + | LCHIJA | mcp | 9.42 | minecraft.jar | None | + | LCHIJA | FML | 8.0.99.99 | forge-1.12.2-14.23.5.2860.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 | + | LCHIJA | forge | 14.23.5.2860 | forge-1.12.2-14.23.5.2860.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 | + | LCHIJA | ivtoolkit | 1.3.3-1.12 | minecraft.jar | None | + | LCHIJA | micdoodlecore | | minecraft.jar | None | + | LCHIJA | smoothfontcore | mc1.12.2-2.1.2 | minecraft.jar | None | + | LCHIJA | com.elytradev.movingworld.common.asm.coremod | | minecraft.jar | None | + | LCHIJA | bnbgamingcore | 0.12.0 | minecraft.jar | None | + | LCHIJA | foamfixcore | 7.7.4 | minecraft.jar | None | + | LCHIJA | randompatches | 1.12.2-1.22.0.0 | randompatches-1.12.2-1.22.0.0.jar | None | + | LCHIJA | movillages | 1.5.4 | [1.12]MoVillages-1.5.4.jar | None | + | LCHIJA | charcoalblock | 1.1 | A Block of Charcoal-1.2.jar | None | + | LCHIJA | crafttweaker | 4.1.20 | CraftTweaker2-1.12-4.1.20.574.jar | None | + | LCHIJA | mtlib | 3.0.6 | MTLib-3.0.6.jar | None | + | LCHIJA | modtweaker | 4.0.17 | modtweaker-4.0.17.jar | None | + | LCHIJA | jei | 4.15.0.283 | jei_1.12.2-4.15.0.283.jar | None | + | LCHIJA | abyssalcraft | 1.9.19.1 | AbyssalCraft-1.12.2-1.9.19.1.jar | 220f10d3a93b3ff5fbaa7434cc629d863d6751b9 | + | LCHIJA | chisel | MC1.12.2-0.2.1.35 | Chisel-MC1.12.2-0.2.1.35.jar | None | + | LCHIJA | mantle | 1.12-1.3.3.55 | Mantle-1.12-1.3.3.55.jar | None | + | LCHIJA | twilightforest | 3.8.689 | twilightforest-1.12.2-3.8.689-universal.jar | None | + | LCHIJA | tconstruct | 1.12.2-2.12.0.135 | TConstruct-1.12.2-2.12.0.135.jar | None | + | LCHIJA | acintegration | 1.11.2 | AbyssalCraft Integration-1.12.2-1.11.2.jar | 220f10d3a93b3ff5fbaa7434cc629d863d6751b9 | + | LCHIJA | fastbench | 1.7.3 | FastWorkbench-1.12.2-1.7.3.jar | None | + | LCHIJA | actuallyadditions | 1.12.2-r149 | ActuallyAdditions-1.12.2-r149.jar | None | + | LCHIJA | baubles | 1.5.2 | Baubles-1.12-1.5.2.jar | None | + | LCHIJA | actuallybaubles | 1.1 | ActuallyBaubles-1.12-1.1.jar | None | + | LCHIJA | animalium | 0.3.8 | Animalium-0.3.8.jar | None | + | LCHIJA | antiqueatlas | 4.5.1 | antiqueatlas-1.12.2-4.5.1.jar | e631d7254e451d0360d0148cb21407d5511d45e9 | + | LCHIJA | base | 3.13.0 | base-1.12.2-3.13.0.jar | None | + | LCHIJA | contenttweaker | 1.12.2-4.9.1 | ContentTweaker-1.12.2-4.9.1.jar | None | + | LCHIJA | immersiveengineering | 0.12-98 | ImmersiveEngineering-0.12-98.jar | None | + | LCHIJA | geolosys | 2.2.6 | Geolosys-1.12.2-2.2.6.jar | None | + | LCHIJA | buildcraftlib | 7.99.24.1 | buildcraft-core-7.99.24.1.jar | None | + | LCHIJA | buildcraftcore | 7.99.24.1 | buildcraft-core-7.99.24.1.jar | None | + | LCHIJA | cyclicmagic | 1.20.3 | Cyclic-1.12.2-1.20.3.jar | 0e5cb559be7d03f3fc18b8cba547d663e25f28af | + | LCHIJA | redstoneflux | 2.1.0 | RedstoneFlux-1.12-2.1.0.6-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f | + | LCHIJA | mekanism | 1.12.2-9.8.3.390 | Mekanism-1.12.2-9.8.3.390.jar | None | + | LCHIJA | natura | 1.12.2-4.3.2.69 | natura-1.12.2-4.3.2.69.jar | None | + | LCHIJA | traverse | 1.6.0 | Traverse-1.12.2-1.6.0-69.jar | None | + | LCHIJA | betterwithmods | 1.12-2.3.20-1027 | BetterWithMods-1.12-2.3.20-1027.jar | None | + | LCHIJA | appleskin | 1.0.14 | AppleSkin-mc1.12-1.0.14.jar | None | + | LCHIJA | appliedenergistics2 | rv6-stable-7 | appliedenergistics2-rv6-stable-7.jar | None | + | LCHIJA | armoreablemobs | 1.1.2 | armoreablemobs-1.12.2-1.1.8.jar | None | + | LCHIJA | aroma1997core | 2.0.0.2 | Aroma1997Core-1.12.2-2.0.0.2.jar | dfbfe4c473253d8c5652417689848f650b2cbe32 | + | LCHIJA | aromabackup | 2.1.1.4 | AromaBackup-1.12.2-2.1.1.4.jar | dfbfe4c473253d8c5652417689848f650b2cbe32 | + | LCHIJA | aromabackuprecovery | 2.1.1.4 | AromaBackup-1.12.2-2.1.1.4.jar | dfbfe4c473253d8c5652417689848f650b2cbe32 | + | LCHIJA | astikorcarts | 1.12.2-0.1.2.7 | astikorcarts-1.12.2-0.1.2.7.jar | None | + | LCHIJA | astralsorcery | 1.10.21 | astralsorcery-1.12.2-1.10.21.jar | a0f0b759d895c15ceb3e3bcb5f3c2db7c582edf0 | + | LCHIJA | quark | r1.5-158 | Quark-r1.5-158.jar | None | + | LCHIJA | autoreglib | 1.3-31 | AutoRegLib-1.3-31.jar | None | + | LCHIJA | bdlib | 1.14.3.12 | bdlib-1.14.3.12-mc1.12.2.jar | None | + | LCHIJA | betterwithaddons | 0.50-hotfix | Better With Addons-0.50-hotfix.jar | None | + | LCHIJA | betterbedrock | 5.1 | BetterBedrock-1.12.2-5.1.11.jar | None | + | LCHIJA | betterbuilderswands | 0.13.2 | BetterBuildersWands-1.12.2-0.13.2.271+5997513.jar | None | + | LCHIJA | betterwithlib | ${version} | BetterWithLib-1.12-1.5.jar | None | + | LCHIJA | bibliocraft | 2.4.5 | BiblioCraft[v2.4.5][MC1.12.2].jar | None | + | LCHIJA | waila | 1.8.26 | Hwyla-1.8.26-B41_1.12.2.jar | None | + | LCHIJA | modularrouters | 1.12.2-3.3.0-33 | modular-routers-1.12.2-3.3.0-33.jar | None | + | LCHIJA | guideapi | 1.12-2.1.8-63 | Guide-API-1.12-2.1.8-63.jar | None | + | LCHIJA | bloodmagic | 1.12.2-2.4.1-103 | BloodMagic-1.12.2-2.4.1-103.jar | None | + | LCHIJA | bnbgaminglib | 2.17.6 | BNBGamingLib-1.12.2-2.17.6.jar | None | + | LCHIJA | bonsaitrees | 1.1.4 | bonsaitrees-1.1.4-b170.jar | None | + | LCHIJA | bookshelf | 2.3.581 | Bookshelf-1.12.2-2.3.581.jar | d476d1b22b218a10d845928d1665d45fce301b27 | + | LCHIJA | bringbedrockback | 0.0.4 | BringBedrockBack-0.0.4.jar | None | + | LCHIJA | buildcraftbuilders | 7.99.24.1 | buildcraft-builders-7.99.24.1.jar | None | + | LCHIJA | buildcraftfactory | 7.99.24.1 | buildcraft-factory-7.99.24.1.jar | None | + | LCHIJA | buildcraftrobotics | 7.99.24.1 | buildcraft-robotics-7.99.24.1.jar | None | + | LCHIJA | buildcrafttransport | 7.99.24.1 | buildcraft-transport-7.99.24.1.jar | None | + | LCHIJA | buildcraftsilicon | 7.99.24.1 | buildcraft-silicon-7.99.24.1.jar | None | + | LCHIJA | buildinggadgets | 2.8.3 | BuildingGadgets-2.8.3.jar | None | + | LCHIJA | car | 1.2.12 | car-1.12.2-1.2.12.jar | None | + | LCHIJA | gamestages | 2.0.123 | GameStages-1.12.2-2.0.123.jar | d476d1b22b218a10d845928d1665d45fce301b27 | + | LCHIJA | carryon | 1.12.3 | CarryOn MC1.12.2 v1.12.3.jar | 55e88f24d04398481ae6f1ce76f65fd776f14227 | + | LCHIJA | cd4017be_lib | 6.4.17 | CD4017BE_lib-1.12.2-6.4.18.jar | None | + | LCHIJA | ceramics | 1.12-1.3.7 | Ceramics-1.12-1.3.7.jar | None | + | LCHIJA | chameleon | 1.12-4.1.3 | Chameleon-1.12-4.1.3.jar | None | + | LCHIJA | chargers | 1.2.0.4 | Chargers-1.12.2-1.2.0.4.jar | 58e787c8aafad8b327883f94d4fa544f936d7b01 | + | LCHIJA | chiselsandbits | 14.33 | chiselsandbits-14.33.jar | None | + | LCHIJA | clumps | 3.1.2 | Clumps-3.1.2.jar | None | + | LCHIJA | codechickenlib | 3.2.3.358 | CodeChickenLib-1.12.2-3.2.3.358-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 | + | LCHIJA | cyclopscore | 1.3.0 | CyclopsCore-1.12.2-1.3.0.jar | bd0353b3e8a2810d60dd584e256e364bc3bedd44 | + | LCHIJA | commoncapabilities | 2.4.1 | CommonCapabilities-1.12.2-2.4.1.jar | bd0353b3e8a2810d60dd584e256e364bc3bedd44 | + | LCHIJA | refinedstorage | 1.6.16 | refinedstorage-1.6.16.jar | 57893d5b90a7336e8c63fe1c1e1ce472c3d59578 | + | LCHIJA | compactmachines3 | 3.0.18 | compactmachines3-1.12.2-3.0.18-b278.jar | None | + | LCHIJA | conarm | 1.2.4 | conarm-1.12.2-1.2.4.jar | 5d5b8aee896a4f5ea3f3114784742662a67ad32f | + | LCHIJA | cookingforblockheads | 6.5.0 | CookingForBlockheads_1.12.2-6.5.0.jar | None | + | LCHIJA | crafttweakerjei | 2.0.3 | CraftTweaker2-1.12-4.1.20.574.jar | None | + | LCHIJA | cucumber | 1.1.3 | Cucumber-1.12.2-1.1.3.jar | None | + | LCHIJA | darkutils | 1.8.230 | DarkUtils-1.12.2-1.8.230.jar | d476d1b22b218a10d845928d1665d45fce301b27 | + | LCHIJA | movingworld | 1.12-6.353 | movingworld-1.12-6.353-full.jar | None | + | LCHIJA | davincisvessels | @DVESSELSVER@ | davincisvessels-1.12-6.340-full.jar | None | + | LCHIJA | death_compass | 0.0.3 | DeathCompass-0.0.3.jar | None | + | LCHIJA | despawningspawners | 1.1 | despawningspawners-1.12-1.2.0-2.jar | None | + | LCHIJA | dimensionalcontrol | 2.13.0 | DimensionalControl-1.12.2-2.13.0.jar | None | + | LCHIJA | dimstages | 2.0.23 | DimensionStages-1.12.2-2.0.23.jar | d476d1b22b218a10d845928d1665d45fce301b27 | + | LCHIJA | dungpipe | 1.0 | Dung Pipe-1.2.jar | None | + | LCHIJA | elevatorid | 1.4.2 | ElevatorMod-1.12.2-1.4.2.jar | None | + | LCHIJA | emberroot | 1.3.9 | EmberRootZoo-1.12.2-1.3.10.jar | None | + | LCHIJA | enderstorage | 2.4.6.137 | EnderStorage-1.12.2-2.4.6.137-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 | + | LCHIJA | enderutilities | 0.7.15 | enderutilities-1.12.2-0.7.15.jar | 2b03e1423915a189b8094816baa18f239d576dff | + | LCHIJA | valkyrielib | 1.12.2-2.0.20.1 | valkyrielib-1.12.2-2.0.20.1.jar | None | + | LCHIJA | environmentaltech | 1.12.2-2.0.20.1 | environmentaltech-1.12.2-2.0.20.1.jar | None | + | LCHIJA | extendedcrafting | 1.5.6 | ExtendedCrafting-1.12.2-1.5.6.jar | None | + | LCHIJA | galacticraftcore | 4.0.2.280 | GalacticraftCore-1.12.2-4.0.2.280.jar | None | + | LCHIJA | galacticraftplanets | 4.0.2.280 | Galacticraft-Planets-1.12.2-4.0.2.280.jar | None | + | LCHIJA | mjrlegendslib | 1.12.2-1.2.0 | MJRLegendsLib-1.12.2-1.2.0.jar | b02331787272ec3515ebe63ecdeea0d746653468 | + | LCHIJA | extraplanets | 1.12.2-0.7.0 | ExtraPlanets-1.12.2-0.7.0.jar | b02331787272ec3515ebe63ecdeea0d746653468 | + | LCHIJA | farmingforblockheads | 3.1.28 | FarmingForBlockheads_1.12.2-3.1.28.jar | None | + | LCHIJA | farseek | 2.5 | Farseek-1.12-2.5.jar | None | + | LCHIJA | fastfurnace | 1.3.1 | FastFurnace-1.12.2-1.3.1.jar | None | + | LCHIJA | fat_cat | 0.0.5 | FatCat-0.0.5.jar | None | + | LCHIJA | ferdinandsflowers | 1.10.4.1 | Ferdinand's Flowers-1.12.x-1.10.4.1.jar | None | + | LCHIJA | findme | 1.1.0 | findme-1.12.2-1.1.0-8.jar | None | + | LCHIJA | foamfix | 0.10.10-1.12.2 | foamfix-0.10.10-1.12.2.jar | None | + | LCHIJA | forgelin | 1.8.2 | Forgelin-1.8.2.jar | None | + | LCHIJA | forgemultipartcbe | 2.6.1.81 | ForgeMultipart-1.12.2-2.6.1.81-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 | + | LCHIJA | microblockcbe | 2.6.1.81 | ForgeMultipart-1.12.2-2.6.1.81-universal.jar | None | + | LCHIJA | minecraftmultipartcbe | 2.6.1.81 | ForgeMultipart-1.12.2-2.6.1.81-universal.jar | None | + | LCHIJA | galacticrafttweaker | 1.12.2-1.0.3 | GalacticraftTweaker-1.12.2-1.0.3.jar | b02331787272ec3515ebe63ecdeea0d746653468 | + | LCHIJA | advgenerators | 0.9.20.12 | generators-0.9.20.12-mc1.12.2.jar | None | + | LCHIJA | gobblecore | 1.12-0.1.6.35 | GobbleCore-1.12-0.1.6.35.jar | None | + | LCHIJA | harvest | 1.12-1.2.7-20 | Harvest-1.12-1.2.7-20.jar | None | + | LCHIJA | horsepower | 2.6.4 | HorsePower-1.12.2-2.6.4.74.jar | cd7e958342770a8b17c919055da42c24dfefd879 | + | LCHIJA | huntingdim | 1.0.42 | HuntingDimension-1.12.2-1.0.42.jar | d476d1b22b218a10d845928d1665d45fce301b27 | + | LCHIJA | igwmod | 1.4.4-15 | IGW-Mod-1.12.2-1.4.4-15-universal.jar | None | + | LCHIJA | mcjtylib_ng | 3.5.4 | mcjtylib-1.12-3.5.4.jar | None | + | LCHIJA | immcraft | 1.6.0 | immcraft-1.12-1.6.0.jar | None | + | LCHIJA | immersivepetroleum | 1.1.9 | immersivepetroleum-1.12.2-1.1.9.jar | None | + | LCHIJA | immersivetech | 1.3.10 | immersivetech-1.12-1.3.10.jar | None | + | LCHIJA | improvedbackpacks | 1.12.2-1.5.0.0 | ImprovedBackpacks-1.12.2-1.5.0.0.jar | None | + | LCHIJA | incontrol | 3.9.16 | incontrol-1.12-3.9.16.jar | None | + | LCHIJA | indlog | 1.3.4 | InductiveLogistics-1.12.2-1.3.4.jar | None | + | LCHIJA | teslacorelib | 1.0.15 | tesla-core-lib-1.12.2-1.0.15.jar | d476d1b22b218a10d845928d1665d45fce301b27 | + | LCHIJA | industrialforegoing | 1.12.2-1.12.2 | industrialforegoing-1.12.2-1.12.13-237.jar | None | + | LCHIJA | infoaccessories | 1.0.11 | InfoAccessories-1.12.2-1.0.11.jar | d476d1b22b218a10d845928d1665d45fce301b27 | + | LCHIJA | integrateddynamics | 1.0.14 | IntegratedDynamics-1.12.2-1.0.14.jar | bd0353b3e8a2810d60dd584e256e364bc3bedd44 | + | LCHIJA | integrateddynamicscompat | 1.0.0 | IntegratedDynamics-1.12.2-1.0.14.jar | None | + | LCHIJA | inventorytweaks | 1.64+dev.151.822d839 | InventoryTweaks-1.64+dev.151.jar | 55d2cd4f5f0961410bf7b91ef6c6bf00a766dcbe | + | LCHIJA | ironbackpacks | 1.12.2-3.0.8-12 | IronBackpacks-1.12.2-3.0.8-12.jar | None | + | LCHIJA | ironchest | 1.12.2-7.0.67.844 | ironchest-1.12.2-7.0.72.847.jar | None | + | LCHIJA | ironjetpacks | 1.1.0 | IronJetpacks-1.12-2-1.1.0.jar | None | + | LCHIJA | itemstages | 2.0.49 | ItemStages-1.12.2-2.0.49.jar | d476d1b22b218a10d845928d1665d45fce301b27 | + | LCHIJA | journeymap | 1.12.2-5.5.4 | journeymap-1.12.2-5.5.4.jar | None | + | LCHIJA | jarm | 1.1.2 | Just A Raft Mod-1.1.2.jar | None | + | LCHIJA | jaff | 1.7_for_1.12 | JustAFewFish-1.7_for_1.12.jar | None | + | LCHIJA | jeid | 1.0.3-55 | JustEnoughIDs-1.0.3-55.jar | None | + | LCHIJA | kleeslabs | 5.4.12 | KleeSlabs_1.12.2-5.4.12.jar | None | + | LCHIJA | lex | 1.0.8 | LibEx-1.12.2-1.0.8.jar | None | + | LCHIJA | lttweaker | 1.1.14 | LootTableTweaker-1.12.2-1.1.14.jar | d476d1b22b218a10d845928d1665d45fce301b27 | + | LCHIJA | magma_monsters | 0.3.0 | MagmaMonsters-0.3.0.jar | None | + | LCHIJA | mekatweaks | 1.0.0-3 | mekatweaks-1.0.0-3.jar | None | + | LCHIJA | mercurius | 1.0.6 | Mercurius-1.12.2.jar | None | + | LCHIJA | mobends | 0.24 | mobends-0.24_for_MC-1.12.jar | None | + | LCHIJA | mob_grinding_utils | 0.3.13 | MobGrindingUtils-0.3.13.jar | None | + | LCHIJA | mobstages | 2.0.13 | MobStages-1.12.2-2.0.13.jar | d476d1b22b218a10d845928d1665d45fce301b27 | + | LCHIJA | modularmachinery | 1.9.5 | modularmachinery-1.9.5.jar | None | + | LCHIJA | morpheus | 1.12.2-3.5.106 | Morpheus-1.12.2-3.5.106.jar | None | + | LCHIJA | mputils | 1.5.6 | MPUtils-1.12.2-1.5.7.jar | None | + | LCHIJA | mpbasic | 1.4.7 | mpbasic-1.12.2-1.4.11.jar | None | + | LCHIJA | multiblockstages | 1.2.0 | multiblockstages-1.2.0.jar | None | + | LCHIJA | mundaneredstone | 1.1.4 | MundaneRedstone-1.1.4.jar | None | + | LCHIJA | mysticalagriculture | 1.7.5 | MysticalAgriculture-1.12.2-1.7.5.jar | None | + | LCHIJA | mysticalagradditions | 1.3.2 | MysticalAgradditions-1.12.2-1.3.2.jar | None | + | LCHIJA | mystagradcompat | 1.2 | mystagradcompat-1.2.jar | None | + | LCHIJA | naturescompass | 1.5.1 | NaturesCompass-1.12.2-1.5.1.jar | None | + | LCHIJA | nex | 2.0.8 | NetherEx-1.12.2-2.0.8.jar | None | + | LCHIJA | noworldgen5you | 1.0.6 | NoWorldgen5You-1.12.2-1.0.6.jar | d476d1b22b218a10d845928d1665d45fce301b27 | + | LCHIJA | nutrition | 4.3.0 | Nutrition-1.12.2-4.3.0.jar | None | + | LCHIJA | samsocean | 1.0.2 | OceanFloor-1.12.2-1.0.2.jar | None | + | LCHIJA | oreexcavation | 1.4.150 | OreExcavation-1.4.150.jar | None | + | LCHIJA | oeintegration | 2.3.4 | oeintegration-2.3.4.jar | None | + | LCHIJA | orestages | 2.0.37 | OreStages-1.12.2-2.0.37.jar | d476d1b22b218a10d845928d1665d45fce301b27 | + | LCHIJA | overloaded | 0.0.59 | Overloaded-1.12.2-0.0.59.jar | None | + | LCHIJA | pickletweaks | 2.1.3 | PickleTweaks-1.12.2-2.1.3.jar | None | + | LCHIJA | placebo | 1.6.0 | Placebo-1.12.2-1.6.0.jar | None | + | LCHIJA | playerbosses | 1.0 | playerbosses-1.12.2-1.1.0.jar | 1bc8f8dbe770187a854cef35dad0ff40ba441bbe | + | LCHIJA | playerskins | 1.0.4 | playerskin-1.12.2-1.0.5.jar | None | + | LCHIJA | pneumaticcraft | 1.12.2-0.11.1-361 | pneumaticcraft-repressurized-1.12.2-0.11.1-361.jar | None | + | LCHIJA | poweradapters | 1.0.9 | PowerAdapters-1.12.2-1.0.9.jar | d476d1b22b218a10d845928d1665d45fce301b27 | + | LCHIJA | prestige | 1.1.30 | Prestige-1.12.2-1.1.30.jar | d476d1b22b218a10d845928d1665d45fce301b27 | + | LCHIJA | primalchests | 1.0.3 | PrimalChests-1.0.3.jar | None | + | LCHIJA | rustic | 1.1.4 | rustic-1.1.4.jar | None | + | LCHIJA | thebetweenlands | 3.5.10 | TheBetweenlands-3.5.10-universal.jar | 38067d6878811efb38b6a045521cfd80b9b60b38 | + | LCHIJA | primal | 0.6.104 | PrimalCore-1.12.2-0.6.104.jar | 67a0e286dc0d4b502f3c92ac20b953517b52d0a9 | + | LCHIJA | progressiontweaks | 1.12.2-0.3.40 | ProgressionTweaks-1.12.2-0.3.40.jar | None | + | LCHIJA | prospectors | 1.0.2 | prospectors-1.0.2.jar | None | + | LCHIJA | reborncore | 3.19.5 | RebornCore-1.12.2-3.19.5-universal.jar | None | + | LCHIJA | quantumstorage | 4.6.8 | QuantumStorage-1.12-4.6.8.jar | None | + | LCHIJA | quickleafdecay | 1.2.4 | QuickLeafDecay-MC1.12.1-1.2.4.jar | None | + | LCHIJA | rangedpumps | 0.5 | rangedpumps-0.5.jar | None | + | LCHIJA | realdrops | 1.2.14 | RealisticItemDrops-1.2.14.jar | None | + | LCHIJA | rebornstorage | 1.0.0 | RebornStorage-1.12.2-3.3.4.1.jar | None | + | LCHIJA | recipestages | 1.1.3 | RecipeStages-1.1.3.jar | None | + | LCHIJA | reccomplex | 1.4.8.2 | RecurrentComplex-1.4.8.2.jar | None | + | LCHIJA | refinedstorageaddons | 0.4.5 | refinedstorageaddons-0.4.5.jar | None | + | LCHIJA | rftools | 7.73 | rftools-1.12-7.73.jar | None | + | LCHIJA | rftoolscontrol | 2.0.2 | rftoolsctrl-1.12-2.0.2.jar | None | + | LCHIJA | roadrunner | 1.0.1 | roadrunner-1.0.1.jar | None | + | LCHIJA | scannable | 1.6.3.24 | Scannable-MC1.12.2-1.6.3.24.jar | None | + | LCHIJA | sevpatches | 1.9 | sevpatches-1.9-10.jar | None | + | LCHIJA | sevtweaks | 0.4.0-1 | SevTweaks-0.4.0-1.jar | None | + | LCHIJA | sev_tweaks_npc | 0.0.4 | SevTweaksNPC-0.0.4.jar | None | + | LCHIJA | simpleautorun | 1.12.1-1.2 | simpleautorun-1.12.2-1.2.0.jar | None | + | LCHIJA | simplegenerators | 1.12.2-2.0.20.2 | simplegenerators-1.12.2-2.0.20.2.jar | None | + | LCHIJA | simpleplanes | 3.0.1.7 | simpleplanes-1.12.2-3.0.1.7.jar | None | + | LCHIJA | storagenetwork | 1.7.11 | SimpleStorageNetwork-1.12.2-1.7.11.jar | 0e5cb559be7d03f3fc18b8cba547d663e25f28af | + | LCHIJA | simpletomb | 1.12.2-1.0.0 | simpletomb-1.12.2-1.0.0.jar | 0e5cb559be7d03f3fc18b8cba547d663e25f28af | + | LCHIJA | simplyarrows | 1.0.4 | SimplyArrows-1.12.2-1.0.4.jar | d476d1b22b218a10d845928d1665d45fce301b27 | + | LCHIJA | spartanshields | 1.5.4 | SpartanShields-1.12.2-1.5.4.jar | None | + | LCHIJA | spatialservermod | 1.3 | spatialservermod-1.3.jar | None | + | LCHIJA | stevescarts | 2.4.32.137 | StevesCarts-1.12.2-2.4.32.137.jar | None | + | LCHIJA | stg | 1.12.2-1.2.3 | stg-1.12.2-1.2.3.jar | None | + | LCHIJA | storagedrawers | 5.2.2 | StorageDrawers-1.12.2-5.4.2.jar | None | + | LCHIJA | streams | 0.4.8 | Streams-1.12-0.4.8.jar | None | + | LCHIJA | sasit | 1.1.32 | StuffASockInIt-1.12.2-1.1.32.jar | d476d1b22b218a10d845928d1665d45fce301b27 | + | LCHIJA | supersoundmuffler | 1.0.2.10 | supersoundmuffler-revived_1.12.2_1.0.2.10.jar | None | + | LCHIJA | tallgates | 1.0.0 | TallGates-1.12.2-1.0.0.1.jar | None | + | LCHIJA | beneath | 1.5.1 | The Beneath-1.12.2-1.5.1.jar | 220f10d3a93b3ff5fbaa7434cc629d863d6751b9 | + | LCHIJA | thirstybottles | 2.0.1 | ThirstyBottles-1.12.2-2.0.1.jar | d476d1b22b218a10d845928d1665d45fce301b27 | + | LCHIJA | timecontrol | 1.12.2-1.0.0.0-beta | timecontrol-1.12.2-1.0.0.0-beta.jar | None | + | LCHIJA | tcomplement | 1.12.2-0.4.3 | TinkersComplement-1.12.2-0.4.3.jar | None | + | LCHIJA | tinkerstages | 2.0.17 | TinkerStages-1.12.2-2.0.17.jar | d476d1b22b218a10d845928d1665d45fce301b27 | + | LCHIJA | tinkertoolleveling | 1.12.2-1.1.0.DEV.b23e769 | TinkerToolLeveling-1.12.2-1.1.0.jar | None | + | LCHIJA | togetherforever | 1.0.2 | togetherforever-1.12.2-1.0.12-22.jar | None | + | LCHIJA | totemic | 1.12.2-0.11.6 | Totemic-1.12.2-0.11.6.jar | 21d11d7bf4d97b465382a1f95428029aac6daaea | + | LCHIJA | tothebatpoles | 1.12.2-1.1.0.1 | tothebatpoles-1.12.2-1.1.0.1.jar | None | + | LCHIJA | translocators | 2.5.2.81 | Translocators-1.12.2-2.5.2.81-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 | + | LCHIJA | treechopper | 1.2.4 | TreeChopper-1.12.2-1.2.4.jar | None | + | LCHIJA | triumph | 3.19.2 | Triumph-1.12.2-3.19.2.jar | None | + | LCHIJA | trumpetskeleton | 1.12-1.0.2.1 | trumpetskeleton-1.12-1.0.2.1.jar | None | + | LCHIJA | tumbleweed | 1.12-0.4.7 | tumbleweed-1.12-0.4.7.jar | None | + | LCHIJA | uppers | 0.0.6 | Uppers-0.0.6.jar | None | + | LCHIJA | universalmodifiers | 1.12.2-1.0.16.1 | valkyrielib-1.12.2-2.0.20.1.jar | None | + | LCHIJA | vc | 5.9.16 | ViesCraft-1.12.2-5.9.16.jar | None | + | LCHIJA | vtt | 0.6.4 | VillagerTrades-1.12-0.6.4.jar | None | + | LCHIJA | waddles | 0.6.0 | Waddles-1.12.2-0.6.0.jar | None | + | LCHIJA | wailastages | 2.0.23 | WailaStages-1.12.2-2.0.23.jar | d476d1b22b218a10d845928d1665d45fce301b27 | + | LCHIJA | walljump | 1.3.2 | walljump-1.12.2-1.3.2.jar | None | + | LCHIJA | wanionlib | 1.12.2-2.2 | WanionLib-1.12.2-2.2.jar | None | + | LCHIJA | watercontrolextreme | 1.0.0 | WaterControlExtreme-1.0.2.jar | None | + | LCHIJA | waterstrainer | 3.2.0 | WaterStrainer-1.12-3.2.0.jar | None | + | LCHIJA | wawla | 2.6.275 | Wawla-1.12.2-2.6.275.jar | d476d1b22b218a10d845928d1665d45fce301b27 | + | LCHIJA | weirdinggadget | 1.0 | weirdinggadget-1.12.2-2.1.16-universal.jar | None | + | LCHIJA | wildcrops | 1.0.1 | WildCrops-1.12-1.0.1.jar | None | + | LCHIJA | witherskelefix | 2.6.3 | WitherSkeletonTweaks-1.12.2-2.6.3.jar | None | + | LCHIJA | wopper | 1.12-r5 | Wopper-1.12-r5.jar | None | + | LCHIJA | xnet | 1.8.2 | xnet-1.12-1.8.2.jar | None | + | LCHIJA | ynot | 0.2.4 | YNot-0.2.4.jar | None | + | LCHIJA | yoyos | 1.12.2-1.3.0.21 | yoyos_1.12.2-1.3.0.21.jar | None | + | LCHIJA | zenstages | 0.5.0-null | zenstages-0.5.0.jar | None | + | LCHIJA | zenloot | 0.1-1 | zenloot-0.1-1.jar | None | + | LCHIJA | primal_tech | 0.3.5 | PrimalTech-0.3.5.jar | None | + | LCHIJA | teslacorelib_registries | 1.0.15 | tesla-core-lib-1.12.2-1.0.15.jar | None | + + Loaded coremods (and transformers): +Inventory Tweaks Coremod (InventoryTweaks-1.64+dev.151.jar) + invtweaks.forge.asm.ContainerTransformer +FarseekCoreMod (Farseek-1.12-2.5.jar) + farseek.core.FarseekClassTransformer +IELoadingPlugin (ImmersiveEngineering-core-0.12-98.jar) + blusunrize.immersiveengineering.common.asm.IEClassTransformer +CorePlugin (SmoothFont-mc1.12.2-2.1.2.jar) + bre.smoothfont.asm.Transformer +MovingWorldCore (movingworld-1.12-6.353-full.jar) + +MekanismCoremod (Mekanism-1.12.2-9.8.3.390.jar) + mekanism.coremod.KeybindingMigrationHelper +MicdoodlePlugin (MicdoodleCore-1.12.2-4.0.2.280.jar) + micdoodle8.mods.miccore.MicdoodleTransformer +TheBetweenlandsLoadingPlugin (TheBetweenlands-3.5.10-core.jar) + thebetweenlands.core.TheBetweenlandsClassTransformer +ForgelinPlugin (Forgelin-1.8.2.jar) + +CTMCorePlugin (CTM-MC1.12.2-0.3.3.22.jar) + team.chisel.ctm.client.asm.CTMTransformer +LoadingPlugin (BetterWithLib-1.12-1.5.jar) + betterwithmods.library.core.ClassTransformer +BNBGamingCore (BNBGamingCore-1.12.2-0.12.0.jar) + com.bloodnbonesgaming.bnbgamingcore.core.BNBGamingCoreClassTransformer +BetterFoliageLoader (BetterFoliage-MC1.12-2.3.1.jar) + mods.betterfoliage.loader.BetterFoliageTransformer +SevPatches (sevpatches-1.9-10.jar) + tv.darkosto.sevpatches.core.SevPatchesTransformer +Do not report to Forge! (If you haven't disabled the FoamFix coremod, try disabling it in the config! Note that this bit of text will still appear.) (foamfix-0.10.10-1.12.2.jar) + pl.asie.foamfix.coremod.FoamFixTransformer +RandomPatches (randompatches-1.12.2-1.22.0.0.jar) + com.therandomlabs.randompatches.core.RPTransformer +JustEnoughIDs Extension Plugin (JustEnoughIDs-1.0.3-55.jar) + org.dimdev.jeid.JEIDTransformer +LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar) + lumien.resourceloader.asm.ClassTransformer +IvToolkit (IvToolkit-1.3.3-1.12.jar) + +CoreMod (Aroma1997Core-1.12.2-2.0.0.2.jar) + +Quark Plugin (Quark-r1.5-158.jar) + vazkii.quark.base.asm.ClassTransformer +AstralCore (astralsorcery-1.12.2-1.10.21.jar) + + Pulsar/tconstruct loaded Pulses: + - TinkerCommons (Enabled/Forced) + - TinkerWorld (Enabled/Not Forced) + - TinkerTools (Enabled/Not Forced) + - TinkerHarvestTools (Enabled/Forced) + - TinkerMeleeWeapons (Enabled/Forced) + - TinkerRangedWeapons (Enabled/Forced) + - TinkerModifiers (Enabled/Forced) + - TinkerSmeltery (Enabled/Not Forced) + - TinkerGadgets (Enabled/Not Forced) + - TinkerOredict (Enabled/Forced) + - TinkerIntegration (Enabled/Forced) + - TinkerFluids (Enabled/Forced) + - TinkerMaterials (Enabled/Forced) + - TinkerModelRegister (Enabled/Forced) + - chiselIntegration (Enabled/Not Forced) + - chiselsandbitsIntegration (Enabled/Not Forced) + - wailaIntegration (Enabled/Not Forced) + + Pulsar/natura loaded Pulses: + - NaturaCommons (Enabled/Forced) + - NaturaOverworld (Enabled/Not Forced) + - NaturaNether (Enabled/Not Forced) + - NaturaDecorative (Enabled/Not Forced) + - NaturaEntities (Enabled/Not Forced) + - NaturaOredict (Enabled/Forced) + - NaturaWorld (Enabled/Not Forced) + + AE2 Version: stable rv6-stable-7 for Forge 14.23.5.2768 + Pulsar/tcomplement loaded Pulses: + - ModuleCommons (Enabled/Forced) + - ModuleMelter (Enabled/Not Forced) + - ModuleArmor (Enabled/Not Forced) + - CeramicsPlugin (Enabled/Not Forced) + - ChiselPlugin (Enabled/Not Forced) + - ToolLevelingPlugin (Enabled/Not Forced) + - Oredict (Enabled/Forced) + + List of loaded APIs: + * AbyssalCraftAPI (1.29.1) from AbyssalCraft-1.12.2-1.9.19.1.jar + * AbyssalCraftAPI|Biome (1.29.1) from AbyssalCraft-1.12.2-1.9.19.1.jar + * AbyssalCraftAPI|Block (1.29.1) from AbyssalCraft-1.12.2-1.9.19.1.jar + * AbyssalCraftAPI|Caps (1.29.1) from AbyssalCraft-1.12.2-1.9.19.1.jar + * AbyssalCraftAPI|Condition (1.29.1) from AbyssalCraft-1.12.2-1.9.19.1.jar + * AbyssalCraftAPI|Disruption (1.29.1) from AbyssalCraft-1.12.2-1.9.19.1.jar + * AbyssalCraftAPI|Energy (1.29.1) from AbyssalCraft-1.12.2-1.9.19.1.jar + * AbyssalCraftAPI|Entity (1.29.1) from AbyssalCraft-1.12.2-1.9.19.1.jar + * AbyssalCraftAPI|Event (1.29.1) from AbyssalCraft-1.12.2-1.9.19.1.jar + * AbyssalCraftAPI|Integration (1.29.1) from AbyssalCraft-1.12.2-1.9.19.1.jar + * AbyssalCraftAPI|Internal (1.29.1) from AbyssalCraft-1.12.2-1.9.19.1.jar + * AbyssalCraftAPI|Item (1.29.1) from AbyssalCraft-1.12.2-1.9.19.1.jar + * AbyssalCraftAPI|Necronomicon (1.29.1) from AbyssalCraft-1.12.2-1.9.19.1.jar + * AbyssalCraftAPI|Recipe (1.29.1) from AbyssalCraft-1.12.2-1.9.19.1.jar + * AbyssalCraftAPI|Rending (1.29.1) from AbyssalCraft-1.12.2-1.9.19.1.jar + * AbyssalCraftAPI|Ritual (1.29.1) from AbyssalCraft-1.12.2-1.9.19.1.jar + * AbyssalCraftAPI|Spell (1.29.1) from AbyssalCraft-1.12.2-1.9.19.1.jar + * AbyssalCraftAPI|Structure (1.29.1) from AbyssalCraft-1.12.2-1.9.19.1.jar + * actuallyadditionsapi (34) from ActuallyAdditions-1.12.2-r149.jar + * antiqueatlasapi (5.1) from antiqueatlas-1.12.2-4.5.1.jar + * appliedenergistics2|API (rv6) from appliedenergistics2-rv6-stable-7.jar + * Base|API (1.0.0) from base-1.12.2-3.13.0.jar + * Baubles|API (1.4.0.2) from ImprovedBackpacks-1.12.2-1.5.0.0.jar + * betteradvancements|API (0.1.0.77) from BetterAdvancements-1.12.2-0.1.0.77.jar + * BetterWithModsAPI (Beta 0.6) from AppleSkin-mc1.12-1.0.14.jar + * betterwithmodsAPI (1.12-2.3.20-1027) from BetterWithMods-1.12-2.3.20-1027.jar + * BetweenlandsAPI (1.12.9) from TheBetweenlands-3.5.10-universal.jar + * bloodmagic-api (2.0.0) from BloodMagic-1.12.2-2.4.1-103.jar + * buildcraftapi_blocks (1.0) from buildcraft-core-7.99.24.1.jar + * buildcraftapi_boards (2.0) from buildcraft-core-7.99.24.1.jar + * buildcraftapi_core (2.2) from buildcraft-core-7.99.24.1.jar + * buildcraftapi_crops (1.1) from buildcraft-core-7.99.24.1.jar + * buildcraftapi_enums (1.0) from buildcraft-core-7.99.24.1.jar + * buildcraftapi_events (2.0) from buildcraft-core-7.99.24.1.jar + * buildcraftapi_facades (1.1) from buildcraft-core-7.99.24.1.jar + * buildcraftapi_filler (5.0) from buildcraft-core-7.99.24.1.jar + * buildcraftapi_fuels (2.0) from buildcraft-core-7.99.24.1.jar + * buildcraftapi_gates (4.1) from buildcraft-core-7.99.24.1.jar + * buildcraftapi_items (1.1) from buildcraft-core-7.99.24.1.jar + * buildcraftapi_library (2.0) from buildcraft-core-7.99.24.1.jar + * buildcraftapi_lists (1.0) from buildcraft-core-7.99.24.1.jar + * buildcraftapi_power (1.3) from buildcraft-core-7.99.24.1.jar + * buildcraftapi_recipes (3.0) from buildcraft-core-7.99.24.1.jar + * buildcraftapi_robotics (3.0) from buildcraft-core-7.99.24.1.jar + * buildcraftapi_statements (1.1) from buildcraft-core-7.99.24.1.jar + * buildcraftapi_tiles (1.2) from buildcraft-core-7.99.24.1.jar + * buildcraftapi_tools (1.0) from buildcraft-core-7.99.24.1.jar + * buildcraftapi_transport (5.0) from buildcraft-core-7.99.24.1.jar + * Chisel-API (0.0.1) from Chisel-MC1.12.2-0.2.1.35.jar + * ChiselAPI|Carving (0.0.1) from Chisel-MC1.12.2-0.2.1.35.jar + * ChiselsAndBitsAPI (14.25.0) from chiselsandbits-14.33.jar + * commoncapabilities|api (0.0.1) from CommonCapabilities-1.12.2-2.4.1.jar + * ctm-api (0.1.0) from CTM-MC1.12.2-0.3.3.22.jar + * ctm-api-events (0.1.0) from CTM-MC1.12.2-0.3.3.22.jar + * ctm-api-models (0.1.0) from CTM-MC1.12.2-0.3.3.22.jar + * ctm-api-textures (0.1.0) from CTM-MC1.12.2-0.3.3.22.jar + * ctm-api-utils (0.1.0) from CTM-MC1.12.2-0.3.3.22.jar + * farmingforblockheads|api (1.0) from FarmingForBlockheads_1.12.2-3.1.28.jar + * Galacticraft API (1.1) from GalacticraftCore-1.12.2-4.0.2.280.jar + * Guide-API|API (2.0.0) from Guide-API-1.12-2.1.8-63.jar + * ImmersiveEngineering|API (1.0) from ImmersiveEngineering-0.12-98.jar + * ImmersiveEngineering|ImmersiveFluxAPI (1.0) from ImmersiveEngineering-0.12-98.jar + * ImprovedBackpacks|API (1.2.0.3) from ImprovedBackpacks-1.12.2-1.5.0.0.jar + * industrialforegoingapi (5) from industrialforegoing-1.12.2-1.12.13-237.jar + * integrateddynamics|api (0.2.0) from IntegratedDynamics-1.12.2-1.0.14.jar + * journeymap|client-api (1.4) from journeymap-1.12.2-5.5.4.jar + * journeymap|client-api-display (1.4) from journeymap-1.12.2-5.5.4.jar + * journeymap|client-api-event (1.4) from journeymap-1.12.2-5.5.4.jar + * journeymap|client-api-model (1.4) from journeymap-1.12.2-5.5.4.jar + * journeymap|client-api-util (1.4) from journeymap-1.12.2-5.5.4.jar + * JustEnoughItemsAPI (4.13.0) from jei_1.12.2-4.15.0.283.jar + * MekanismAPI|core (9.8.1) from Mekanism-1.12.2-9.8.3.390.jar + * MekanismAPI|energy (9.8.1) from Mekanism-1.12.2-9.8.3.390.jar + * MekanismAPI|gas (9.8.1) from Mekanism-1.12.2-9.8.3.390.jar + * MekanismAPI|infuse (9.8.1) from Mekanism-1.12.2-9.8.3.390.jar + * MekanismAPI|laser (9.8.1) from Mekanism-1.12.2-9.8.3.390.jar + * MekanismAPI|transmitter (9.8.1) from Mekanism-1.12.2-9.8.3.390.jar + * MekanismAPI|util (9.0.0) from Mekanism-1.12.2-9.8.3.390.jar + * MouseTweaks|API (1.0) from MouseTweaks-2.10-mc1.12.2.jar + * PneumaticCraftApi (1.1) from pneumaticcraft-repressurized-1.12.2-0.11.1-361.jar + * QuarkAPI (4) from Quark-r1.5-158.jar + * reborncoreAPI (3.19.5) from RebornCore-1.12.2-3.19.5-universal.jar + * reborncoreAPI|Power (3.19.5) from RebornCore-1.12.2-3.19.5-universal.jar + * reborncoreAPI|Recipe (3.19.5) from RebornCore-1.12.2-3.19.5-universal.jar + * reborncoreAPI|Tile (3.19.5) from RebornCore-1.12.2-3.19.5-universal.jar + * redstonefluxapi (2.1.0) from RedstoneFlux-1.12-2.1.0.6-universal.jar + * stevescartsAPI (${version}) from StevesCarts-1.12.2-2.4.32.137.jar + * stevescartsAPI|FARMS (${version}) from StevesCarts-1.12.2-2.4.32.137.jar + * StorageDrawersAPI (2.1.0) from StorageDrawers-1.12.2-5.4.2.jar + * StorageDrawersAPI|event (2.1.0) from StorageDrawers-1.12.2-5.4.2.jar + * StorageDrawersAPI|registry (2.1.0) from StorageDrawers-1.12.2-5.4.2.jar + * StorageDrawersAPI|render (2.1.0) from StorageDrawers-1.12.2-5.4.2.jar + * StorageDrawersAPI|storage (2.1.0) from StorageDrawers-1.12.2-5.4.2.jar + * StorageDrawersAPI|storage-attribute (2.1.0) from StorageDrawers-1.12.2-5.4.2.jar + * team_reborn|Praescriptum (3.19.5) from RebornCore-1.12.2-3.19.5-universal.jar + * togetherforeverapi (1) from togetherforever-1.12.2-1.0.12-22.jar + * totemic|API (1.12.2-7.1.0) from Totemic-1.12.2-0.11.6.jar + * valkyrielib.api (1.12.2-2.0.10a) from valkyrielib-1.12.2-2.0.20.1.jar + * WailaAPI (1.3) from Hwyla-1.8.26-B41_1.12.2.jar + RebornCore: + Plugin Engine: 0 + RebornCore Version: 3.19.5 + Runtime Debofucsation 1 + Invalid fingerprint detected for RebornCore! + SevTech: Ages: + Version: 3.2.1 + Optifine Installed: False + AE2 Integration: IC2:OFF, RC:OFF, MFR:OFF, Waila:ON, Mekanism:OFF, OpenComputers:OFF, THE_ONE_PROBE:OFF, TESLA:OFF, CRAFTTWEAKER:ON + Profiler Position: N/A (disabled) + Player Count: 0 / 20; [] + Is Modded: Definitely; Server brand changed to 'fml,forge' + Type: Dedicated Server (map_server.txt) \ No newline at end of file diff --git a/eula.txt b/eula.txt new file mode 100644 index 0000000..3461c79 --- /dev/null +++ b/eula.txt @@ -0,0 +1,3 @@ +#By changing the setting below to TRUE you are indicating your agreement to our EULA (https://account.mojang.com/documents/minecraft_eula). +#Fri May 09 03:19:58 MSK 2025 +eula=true diff --git a/fontfiles/Odin Rounded - Bold Italic.otf b/fontfiles/Odin Rounded - Bold Italic.otf new file mode 100644 index 0000000..30c11c6 Binary files /dev/null and b/fontfiles/Odin Rounded - Bold Italic.otf differ diff --git a/fontfiles/Odin Rounded - Bold.otf b/fontfiles/Odin Rounded - Bold.otf new file mode 100644 index 0000000..7362d0c Binary files /dev/null and b/fontfiles/Odin Rounded - Bold.otf differ diff --git a/fontfiles/Odin Rounded - Light Italic.otf b/fontfiles/Odin Rounded - Light Italic.otf new file mode 100644 index 0000000..d0f654a Binary files /dev/null and b/fontfiles/Odin Rounded - Light Italic.otf differ diff --git a/fontfiles/Odin Rounded - Light.otf b/fontfiles/Odin Rounded - Light.otf new file mode 100644 index 0000000..0d1353f Binary files /dev/null and b/fontfiles/Odin Rounded - Light.otf differ diff --git a/fontfiles/Odin Rounded - Regular Italic.otf b/fontfiles/Odin Rounded - Regular Italic.otf new file mode 100644 index 0000000..b6a0524 Binary files /dev/null and b/fontfiles/Odin Rounded - Regular Italic.otf differ diff --git a/fontfiles/Odin Rounded - Regular.otf b/fontfiles/Odin Rounded - Regular.otf new file mode 100644 index 0000000..ae91f53 Binary files /dev/null and b/fontfiles/Odin Rounded - Regular.otf differ diff --git a/forge-1.12.2-14.23.5.2860-installer.jar b/forge-1.12.2-14.23.5.2860-installer.jar new file mode 100644 index 0000000..98fe2fa Binary files /dev/null and b/forge-1.12.2-14.23.5.2860-installer.jar differ diff --git a/forge-1.12.2-14.23.5.2860-installer.jar.log b/forge-1.12.2-14.23.5.2860-installer.jar.log new file mode 100644 index 0000000..3e54ba9 --- /dev/null +++ b/forge-1.12.2-14.23.5.2860-installer.jar.log @@ -0,0 +1,80 @@ +JVM info: Oracle Corporation - 21.0.5 - 21.0.5+9-LTS-239 +java.net.preferIPv4Stack=true +Found java version 21.0.5 +Target Directory: . +Extracting main jar: + Extracted successfully +Considering minecraft server jar + Downloading library from https://piston-data.mojang.com/v1/objects/886945bfb2b978778c3a0288fd7fab09d315b25f/server.jar + Download completed: Checksum validated. +Downloading libraries +Found 0 additional library directories +Considering library net.minecraftforge:forge:1.12.2-14.23.5.2860 + Extracting library from /maven/net/minecraftforge/forge/1.12.2-14.23.5.2860/forge-1.12.2-14.23.5.2860.jar + Extraction completed: Checksum validated. +Considering library org.ow2.asm:asm-debug-all:5.2 + Downloading library from https://maven.minecraftforge.net/org/ow2/asm/asm-debug-all/5.2/asm-debug-all-5.2.jar + Download completed: Checksum validated. +Considering library net.minecraft:launchwrapper:1.12 + Downloading library from https://libraries.minecraft.net/net/minecraft/launchwrapper/1.12/launchwrapper-1.12.jar + Download completed: Checksum validated. +Considering library org.jline:jline:3.5.1 + Downloading library from https://maven.minecraftforge.net/org/jline/jline/3.5.1/jline-3.5.1.jar + Download completed: Checksum validated. +Considering library com.typesafe.akka:akka-actor_2.11:2.3.3 + Downloading library from https://maven.minecraftforge.net/com/typesafe/akka/akka-actor_2.11/2.3.3/akka-actor_2.11-2.3.3.jar + Download completed: Checksum validated. +Considering library com.typesafe:config:1.2.1 + Downloading library from https://maven.minecraftforge.net/com/typesafe/config/1.2.1/config-1.2.1.jar + Download completed: Checksum validated. +Considering library org.scala-lang:scala-actors-migration_2.11:1.1.0 + Downloading library from https://maven.minecraftforge.net/org/scala-lang/scala-actors-migration_2.11/1.1.0/scala-actors-migration_2.11-1.1.0.jar + Download completed: Checksum validated. +Considering library org.scala-lang:scala-compiler:2.11.1 + Downloading library from https://maven.minecraftforge.net/org/scala-lang/scala-compiler/2.11.1/scala-compiler-2.11.1.jar + Download completed: Checksum validated. +Considering library org.scala-lang.plugins:scala-continuations-library_2.11:1.0.2_mc + Downloading library from https://maven.minecraftforge.net/org/scala-lang/plugins/scala-continuations-library_2.11/1.0.2_mc/scala-continuations-library_2.11-1.0.2_mc.jar + Download completed: Checksum validated. +Considering library org.scala-lang.plugins:scala-continuations-plugin_2.11.1:1.0.2_mc + Downloading library from https://maven.minecraftforge.net/org/scala-lang/plugins/scala-continuations-plugin_2.11.1/1.0.2_mc/scala-continuations-plugin_2.11.1-1.0.2_mc.jar + Download completed: Checksum validated. +Considering library org.scala-lang:scala-library:2.11.1 + Downloading library from https://maven.minecraftforge.net/org/scala-lang/scala-library/2.11.1/scala-library-2.11.1.jar + Download completed: Checksum validated. +Considering library org.scala-lang:scala-parser-combinators_2.11:1.0.1 + Downloading library from https://maven.minecraftforge.net/org/scala-lang/scala-parser-combinators_2.11/1.0.1/scala-parser-combinators_2.11-1.0.1.jar + Download completed: Checksum validated. +Considering library org.scala-lang:scala-reflect:2.11.1 + Downloading library from https://maven.minecraftforge.net/org/scala-lang/scala-reflect/2.11.1/scala-reflect-2.11.1.jar + Download completed: Checksum validated. +Considering library org.scala-lang:scala-swing_2.11:1.0.1 + Downloading library from https://maven.minecraftforge.net/org/scala-lang/scala-swing_2.11/1.0.1/scala-swing_2.11-1.0.1.jar + Download completed: Checksum validated. +Considering library org.scala-lang:scala-xml_2.11:1.0.2 + Downloading library from https://maven.minecraftforge.net/org/scala-lang/scala-xml_2.11/1.0.2/scala-xml_2.11-1.0.2.jar + Download completed: Checksum validated. +Considering library lzma:lzma:0.0.1 + Downloading library from https://libraries.minecraft.net/lzma/lzma/0.0.1/lzma-0.0.1.jar + Download completed: Checksum validated. +Considering library java3d:vecmath:1.5.2 + Downloading library from https://libraries.minecraft.net/java3d/vecmath/1.5.2/vecmath-1.5.2.jar + Download completed: Checksum validated. +Considering library net.sf.trove4j:trove4j:3.0.3 + Downloading library from https://libraries.minecraft.net/net/sf/trove4j/trove4j/3.0.3/trove4j-3.0.3.jar + Download completed: Checksum validated. +Considering library org.apache.maven:maven-artifact:3.5.3 + Downloading library from https://maven.minecraftforge.net/org/apache/maven/maven-artifact/3.5.3/maven-artifact-3.5.3.jar + Download completed: Checksum validated. +Considering library net.sf.jopt-simple:jopt-simple:5.0.3 + Downloading library from https://libraries.minecraft.net/net/sf/jopt-simple/jopt-simple/5.0.3/jopt-simple-5.0.3.jar + Download completed: Checksum validated. +Considering library org.apache.logging.log4j:log4j-api:2.15.0 + Downloading library from https://maven.minecraftforge.net/org/apache/logging/log4j/log4j-api/2.15.0/log4j-api-2.15.0.jar + Download completed: Checksum validated. +Considering library org.apache.logging.log4j:log4j-core:2.15.0 + Downloading library from https://maven.minecraftforge.net/org/apache/logging/log4j/log4j-core/2.15.0/log4j-core-2.15.0.jar + Download completed: Checksum validated. +Building Processors +The server installed successfully +You can delete this installer file now if you wish diff --git a/forge-1.12.2-14.23.5.2860.jar b/forge-1.12.2-14.23.5.2860.jar new file mode 100644 index 0000000..b06cd54 Binary files /dev/null and b/forge-1.12.2-14.23.5.2860.jar differ diff --git a/journeymap/config/5.5/journeymap.core.config b/journeymap/config/5.5/journeymap.core.config new file mode 100644 index 0000000..7bc3af7 --- /dev/null +++ b/journeymap/config/5.5/journeymap.core.config @@ -0,0 +1,63 @@ +// JourneyMap configuration file. Modify at your own risk! +// To use in all worlds, place here: journeymap\config\5.5\ +// For more information, go to: http://journeymap.info/Options_Manager +{ + "logLevel": "INFO", + "autoMapPoll": "2000", + "cacheAnimalsData": "3100", + "cacheMobsData": "3000", + "cachePlayerData": "1000", + "cachePlayersData": "2000", + "cacheVillagersData": "2200", + "announceMod": "false", + "checkUpdates": "false", + "recordCacheStats": "false", + "browserPoll": "2000", + "themeName": "OceanMonument", + "caveIgnoreGlass": "true", + "mapBathymetry": "false", + "mapTopography": "true", + "mapTransparency": "true", + "mapCaveLighting": "true", + "mapAntialiasing": "true", + "mapPlantShadows": "false", + "mapPlants": "false", + "mapCrops": "true", + "mapBlendGrass": "true", + "mapBlendFoliage": "true", + "mapBlendWater": "false", + "mapSurfaceAboveCaves": "true", + "renderDistanceCaveMax": "3", + "renderDistanceSurfaceMax": "3", + "renderDelay": "2", + "revealShape": "Circle", + "alwaysMapCaves": "false", + "alwaysMapSurface": "false", + "tileHighDisplayQuality": "true", + "maxAnimalsData": "32", + "maxMobsData": "32", + "maxPlayersData": "32", + "maxVillagersData": "32", + "hideSneakingEntities": "true", + "radarLateralDistance": "64", + "radarVerticalDistance": "16", + "tileRenderType": "1", + "mappingEnabled": "true", + "renderOverlayEventTypeName": "ALL", + "renderOverlayPreEvent": "true", + "optionsManagerViewed": "5.5.4", + "splashViewed": "5.5.4", + "gridSpecs": { + "day": "Squares,#808080,0.5,-1,-1", + "night": "Squares,#8080ff,0.3,-1,-1", + "underground": "Squares,#808080,0.3,-1,-1" + }, + "colorPassive": "#bbbbbb", + "colorHostile": "#ff0000", + "colorPet": "#0077ff", + "colorVillager": "#88e188", + "colorPlayer": "#ffffff", + "colorSelf": "#0000ff", + "verboseColorPalette": "false", + "configVersion": "5.5.4" +} \ No newline at end of file diff --git a/journeymap/config/5.5/journeymap.fullmap.config b/journeymap/config/5.5/journeymap.fullmap.config new file mode 100644 index 0000000..f1d9631 --- /dev/null +++ b/journeymap/config/5.5/journeymap.fullmap.config @@ -0,0 +1,27 @@ +// JourneyMap configuration file. Modify at your own risk! +// To use in all worlds, place here: journeymap\config\5.5\ +// For more information, go to: http://journeymap.info/Options_Manager +{ + "showKeys": "true", + "playerDisplay": "SmallDots", + "showPlayerHeading": "true", + "mobDisplay": "SmallDots", + "showMobHeading": "true", + "showMobs": "true", + "showAnimals": "true", + "showVillagers": "true", + "showPets": "true", + "showPlayers": "true", + "fontScale": "1", + "showWaypointLabels": "true", + "locationFormatVerbose": "true", + "locationFormat": "xzyv", + "showWaypoints": "true", + "showSelf": "true", + "showGrid": "true", + "showCaves": "true", + "showEntityNames": "true", + "preferredMapType": "day", + "zoomLevel": "0", + "configVersion": "5.5.4" +} \ No newline at end of file diff --git a/journeymap/config/5.5/journeymap.minimap.config b/journeymap/config/5.5/journeymap.minimap.config new file mode 100644 index 0000000..d8831c3 --- /dev/null +++ b/journeymap/config/5.5/journeymap.minimap.config @@ -0,0 +1,43 @@ +// JourneyMap configuration file. Modify at your own risk! +// To use in all worlds, place here: journeymap\config\5.5\ +// For more information, go to: http://journeymap.info/Options_Manager +{ + "enabled": "false", + "shape": "Circle", + "position": "TopRight", + "showDayNight": "true", + "info1Label": "Blank", + "info2Label": "GameTime", + "info3Label": "Location", + "info4Label": "Biome", + "sizePercent": "30", + "frameAlpha": "100", + "terrainAlpha": "100", + "orientation": "North", + "compassFontScale": "1", + "showCompass": "true", + "showReticle": "true", + "reticleOrientation": "Compass", + "active": false, + "playerDisplay": "SmallDots", + "showPlayerHeading": "true", + "mobDisplay": "SmallDots", + "showMobHeading": "true", + "showMobs": "true", + "showAnimals": "true", + "showVillagers": "true", + "showPets": "true", + "showPlayers": "true", + "fontScale": "1", + "showWaypointLabels": "true", + "locationFormatVerbose": "true", + "locationFormat": "xzyv", + "showWaypoints": "true", + "showSelf": "true", + "showGrid": "true", + "showCaves": "true", + "showEntityNames": "true", + "preferredMapType": "day", + "zoomLevel": "0", + "configVersion": "5.5.4" +} \ No newline at end of file diff --git a/journeymap/config/5.5/journeymap.minimap2.config b/journeymap/config/5.5/journeymap.minimap2.config new file mode 100644 index 0000000..37f6146 --- /dev/null +++ b/journeymap/config/5.5/journeymap.minimap2.config @@ -0,0 +1,43 @@ +// JourneyMap configuration file. Modify at your own risk! +// To use in all worlds, place here: journeymap\config\5.5\ +// For more information, go to: http://journeymap.info/Options_Manager +{ + "enabled": "false", + "shape": "Rectangle", + "position": "TopRight", + "showDayNight": "true", + "info1Label": "Blank", + "info2Label": "GameTime", + "info3Label": "Location", + "info4Label": "Biome", + "sizePercent": "30", + "frameAlpha": "100", + "terrainAlpha": "100", + "orientation": "North", + "compassFontScale": "1", + "showCompass": "true", + "showReticle": "true", + "reticleOrientation": "Compass", + "active": true, + "playerDisplay": "SmallDots", + "showPlayerHeading": "true", + "mobDisplay": "SmallDots", + "showMobHeading": "true", + "showMobs": "true", + "showAnimals": "true", + "showVillagers": "true", + "showPets": "true", + "showPlayers": "true", + "fontScale": "1", + "showWaypointLabels": "true", + "locationFormatVerbose": "true", + "locationFormat": "xzyv", + "showWaypoints": "true", + "showSelf": "true", + "showGrid": "true", + "showCaves": "true", + "showEntityNames": "true", + "preferredMapType": "day", + "zoomLevel": "0", + "configVersion": "5.5.4" +} \ No newline at end of file diff --git a/journeymap/config/5.5/journeymap.topo.config b/journeymap/config/5.5/journeymap.topo.config new file mode 100644 index 0000000..2785370 --- /dev/null +++ b/journeymap/config/5.5/journeymap.topo.config @@ -0,0 +1,10 @@ +// JourneyMap configuration file. Modify at your own risk! +// For more information, go to: http://journeymap.info/Topographic +{ + "showContour": "true", + "landContour": "#3F250B", + "waterContour": "#0000dd", + "land": "#010c02,#041105,#071609,#0a1b0c,#0d200f,#102513,#132a16,#162f19,#19341c,#1b3a20,#1e3f23,#214426,#24492a,#274e2d,#2a5330,#2d5834,#375f41,#41674d,#4b6e5a,#557567,#5f7c73,#698480,#738b8d,#7c929a,#8699a6,#90a1b3,#9aa8c0,#a4afcc,#aeb6d9,#b8bee6,#c2c5f2,#ccccff,#cccfff,#ccd2ff,#ccd6ff,#ccd9ff,#ccdcff,#ccdfff,#cce2ff,#cce5ff,#cce9ff,#ccecff,#ccefff,#ccf2ff,#ccf5ff,#ccf9ff,#ccfcff,#ccffff,#cfffff,#d2ffff,#d6ffff,#d9ffff,#dcffff,#dfffff,#e2ffff,#e5ffff,#e9ffff,#ecffff,#efffff,#f2ffff,#f5ffff,#f9ffff,#fcffff,#ffffff", + "water": "#000040,#02024e,#03035d,#05056b,#070779,#080887,#0a0a96,#0b0ba4,#1a1aaa,#2a2aaf,#3939b5,#4848bb,#5757c0,#6767c6,#7676cc,#8585d2,#9494d7,#a4a4dd,#b3b3e3,#c2c2e8,#d1d1ee,#d7d7f0,#ddddf2,#e2e2f4,#e8e8f6,#eeeef9,#f4f4fb,#f9f9ff,#f9f9ff,#f9f9ff,#f9f9ff,#f9f9ff", + "configVersion": "5.5.4" +} \ No newline at end of file diff --git a/journeymap/config/5.5/journeymap.waypoint.config b/journeymap/config/5.5/journeymap.waypoint.config new file mode 100644 index 0000000..2ba3342 --- /dev/null +++ b/journeymap/config/5.5/journeymap.waypoint.config @@ -0,0 +1,20 @@ +// JourneyMap configuration file. Modify at your own risk! +// To use in all worlds, place here: journeymap\config\5.5\ +// For more information, go to: http://journeymap.info/Options_Manager +{ + "managerEnabled": "true", + "beaconEnabled": "true", + "showTexture": "true", + "showStaticBeam": "true", + "showRotatingBeam": "true", + "showName": "true", + "showDistance": "true", + "autoHideLabel": "true", + "boldLabel": "false", + "fontScale": "2", + "textureSmall": "true", + "maxDistance": "0", + "minDistance": "4", + "createDeathpoints": "true", + "configVersion": "5.5.4" +} \ No newline at end of file diff --git a/journeymap/config/5.5/journeymap.webmap.config b/journeymap/config/5.5/journeymap.webmap.config new file mode 100644 index 0000000..8f90de6 --- /dev/null +++ b/journeymap/config/5.5/journeymap.webmap.config @@ -0,0 +1,16 @@ +// JourneyMap configuration file. Modify at your own risk! +// To use in all worlds, place here: journeymap\config\5.5\ +// For more information, go to: http://journeymap.info/Options_Manager +{ + "enabled": "false", + "port": "8080", + "googleMapApiDomain": ".com", + "showWaypoints": "true", + "showSelf": "true", + "showGrid": "true", + "showCaves": "true", + "showEntityNames": "true", + "preferredMapType": "day", + "zoomLevel": "0", + "configVersion": "5.5.4" +} \ No newline at end of file diff --git a/journeymap/icon/theme/default.theme.config b/journeymap/icon/theme/default.theme.config new file mode 100644 index 0000000..b84c195 --- /dev/null +++ b/journeymap/icon/theme/default.theme.config @@ -0,0 +1,5 @@ +{ + "directory": "flat", + "filename": "OceanMonument", + "name": "OceanMonument" +} \ No newline at end of file diff --git a/journeymap/icon/theme/flat/DesertTemple.theme2.json b/journeymap/icon/theme/flat/DesertTemple.theme2.json new file mode 100644 index 0000000..23ca7ad --- /dev/null +++ b/journeymap/icon/theme/flat/DesertTemple.theme2.json @@ -0,0 +1,427 @@ +{ + "schema": 2, + "author": "techbrew", + "name": "DesertTemple", + "directory": "flat", + "container": { + "toolbar": { + "horizontal": { + "useThemeImages": true, + "prefix": "h", + "margin": 4, + "padding": 0, + "begin": { + "width": 0, + "height": 24, + "color": "#361809", + "alpha": 0.8 + }, + "inner": { + "width": 24, + "height": 24, + "color": "#361809", + "alpha": 0.8 + }, + "end": { + "width": 0, + "height": 24, + "color": "#361809", + "alpha": 0.8 + } + }, + "vertical": { + "useThemeImages": true, + "prefix": "v", + "margin": 4, + "padding": 0, + "begin": { + "width": 24, + "height": 0, + "color": "#361809", + "alpha": 0.8 + }, + "inner": { + "width": 24, + "height": 24, + "color": "#361809", + "alpha": 0.8 + }, + "end": { + "width": 24, + "height": 0, + "color": "#361809", + "alpha": 0.8 + } + } + } + }, + "control": { + "button": { + "useThemeImages": true, + "width": 24, + "height": 24, + "prefix": "flat_", + "tooltipOnStyle": "§b", + "tooltipOffStyle": "§7", + "tooltipDisabledStyle": "§8", + "iconOn": { + "color": "#B7521E", + "alpha": 1.0 + }, + "iconOff": { + "color": "#FFFFCD", + "alpha": 1.0 + }, + "iconHoverOn": { + "color": "#aea87e", + "alpha": 1.0 + }, + "iconHoverOff": { + "color": "#aea87e", + "alpha": 1.0 + }, + "iconDisabled": { + "color": "#803915", + "alpha": 1.0 + }, + "buttonOn": { + "color": "#FFFFCD", + "alpha": 1.0 + }, + "buttonOff": { + "color": "#B7521E", + "alpha": 1.0 + }, + "buttonHoverOn": { + "color": "#FFFFCD", + "alpha": 1.0 + }, + "buttonHoverOff": { + "color": "#B7521E", + "alpha": 1.0 + }, + "buttonDisabled": { + "color": "#B7521E", + "alpha": 1.0 + } + }, + "toggle": { + "useThemeImages": true, + "width": 24, + "height": 24, + "prefix": "flat_", + "tooltipOnStyle": "§b", + "tooltipOffStyle": "§7", + "tooltipDisabledStyle": "§8", + "iconOn": { + "color": "#B7521E", + "alpha": 1.0 + }, + "iconOff": { + "color": "#FFFFCD", + "alpha": 1.0 + }, + "iconHoverOn": { + "color": "#aea87e", + "alpha": 1.0 + }, + "iconHoverOff": { + "color": "#aea87e", + "alpha": 1.0 + }, + "iconDisabled": { + "color": "#803915", + "alpha": 1.0 + }, + "buttonOn": { + "color": "#FFFFCD", + "alpha": 1.0 + }, + "buttonOff": { + "color": "#B7521E", + "alpha": 1.0 + }, + "buttonHoverOn": { + "color": "#FFFFCD", + "alpha": 1.0 + }, + "buttonHoverOff": { + "color": "#B7521E", + "alpha": 1.0 + }, + "buttonDisabled": { + "color": "#803915", + "alpha": 1.0 + } + } + }, + "fullscreen": { + "background": { + "color": "#803915", + "alpha": 0.8 + }, + "statusLabel": { + "margin": 0, + "background": { + "color": "#361809", + "alpha": 0.7 + }, + "foreground": { + "color": "#FFFFCD", + "alpha": 1.0 + }, + "highlight": { + "color": "#ffffff", + "alpha": 1.0 + }, + "shadow": false + } + }, + "icon": { + "width": 24, + "height": 24, + "color": "#ffffff", + "alpha": 1.0 + }, + "minimap": { + "circle": { + "rim256": { + "width": 256, + "height": 256, + "color": "#ffffff", + "alpha": 1.0 + }, + "mask256": { + "width": 256, + "height": 256, + "color": "#ffffff", + "alpha": 1.0 + }, + "rim512": { + "width": 512, + "height": 512, + "color": "#ffffff", + "alpha": 1.0 + }, + "mask512": { + "width": 512, + "height": 512, + "color": "#ffffff", + "alpha": 1.0 + }, + "rotates": false, + "margin": 6, + "labelTop": { + "margin": 0, + "background": { + "color": "#361809", + "alpha": 0.7 + }, + "foreground": { + "color": "#FFFFCD", + "alpha": 1.0 + }, + "highlight": { + "color": "#ffffff", + "alpha": 1.0 + }, + "shadow": false + }, + "labelTopInside": false, + "labelBottom": { + "margin": 0, + "background": { + "color": "#361809", + "alpha": 0.7 + }, + "foreground": { + "color": "#FFFFCD", + "alpha": 1.0 + }, + "highlight": { + "color": "#ffffff", + "alpha": 1.0 + }, + "shadow": false + }, + "labelBottomInside": false, + "compassLabel": { + "margin": 0, + "background": { + "color": "#361809", + "alpha": 0.0 + }, + "foreground": { + "color": "#FFFFCD", + "alpha": 1.0 + }, + "highlight": { + "color": "#ffffff", + "alpha": 1.0 + }, + "shadow": false + }, + "compassPoint": { + "width": 16, + "height": 16, + "color": "#803915", + "alpha": 0.5 + }, + "compassPointLabelPad": 0, + "compassPointOffset": -14.0, + "compassShowNorth": true, + "compassShowSouth": true, + "compassShowEast": true, + "compassShowWest": true, + "waypointOffset": 0.0, + "reticle": { + "color": "#B7521E", + "alpha": 0.4 + }, + "reticleHeading": { + "color": "#B7521E", + "alpha": 0.4 + }, + "reticleThickness": 1.25, + "reticleHeadingThickness": 2.25, + "reticleOffsetOuter": 30, + "reticleOffsetInner": 20, + "frame": { + "color": "#803915", + "alpha": 1.0 + }, + "prefix": "flat_" + }, + "square": { + "topLeft": { + "width": 8, + "height": 8, + "color": "#ffffff", + "alpha": 1.0 + }, + "top": { + "width": 1, + "height": 8, + "color": "#ffffff", + "alpha": 1.0 + }, + "topRight": { + "width": 8, + "height": 8, + "color": "#ffffff", + "alpha": 1.0 + }, + "right": { + "width": 8, + "height": 1, + "color": "#ffffff", + "alpha": 1.0 + }, + "bottomRight": { + "width": 8, + "height": 8, + "color": "#ffffff", + "alpha": 1.0 + }, + "bottom": { + "width": 1, + "height": 8, + "color": "#ffffff", + "alpha": 1.0 + }, + "bottomLeft": { + "width": 8, + "height": 8, + "color": "#ffffff", + "alpha": 1.0 + }, + "left": { + "width": 8, + "height": 1, + "color": "#ffffff", + "alpha": 1.0 + }, + "margin": 6, + "labelTop": { + "margin": 0, + "background": { + "color": "#361809", + "alpha": 0.7 + }, + "foreground": { + "color": "#FFFFCD", + "alpha": 1.0 + }, + "highlight": { + "color": "#ffffff", + "alpha": 1.0 + }, + "shadow": false + }, + "labelTopInside": false, + "labelBottom": { + "margin": 0, + "background": { + "color": "#361809", + "alpha": 0.7 + }, + "foreground": { + "color": "#FFFFCD", + "alpha": 1.0 + }, + "highlight": { + "color": "#ffffff", + "alpha": 1.0 + }, + "shadow": false + }, + "labelBottomInside": false, + "compassLabel": { + "margin": 0, + "background": { + "color": "#361809", + "alpha": 0.0 + }, + "foreground": { + "color": "#FFFFCD", + "alpha": 1.0 + }, + "highlight": { + "color": "#ffffff", + "alpha": 1.0 + }, + "shadow": false + }, + "compassPoint": { + "width": 16, + "height": 16, + "color": "#803915", + "alpha": 0.5 + }, + "compassPointLabelPad": 0, + "compassPointOffset": -12.0, + "compassShowNorth": true, + "compassShowSouth": true, + "compassShowEast": true, + "compassShowWest": true, + "waypointOffset": 0.0, + "reticle": { + "color": "#B7521E", + "alpha": 0.4 + }, + "reticleHeading": { + "color": "#B7521E", + "alpha": 0.4 + }, + "reticleThickness": 1.25, + "reticleHeadingThickness": 2.25, + "reticleOffsetOuter": 24, + "reticleOffsetInner": 20, + "frame": { + "color": "#803915", + "alpha": 1.0 + }, + "prefix": "flat_" + } + } +} \ No newline at end of file diff --git a/journeymap/icon/theme/flat/EndCity.theme2.json b/journeymap/icon/theme/flat/EndCity.theme2.json new file mode 100644 index 0000000..ac760c8 --- /dev/null +++ b/journeymap/icon/theme/flat/EndCity.theme2.json @@ -0,0 +1,427 @@ +{ + "schema": 2, + "author": "techbrew", + "name": "EndCity", + "directory": "flat", + "container": { + "toolbar": { + "horizontal": { + "useThemeImages": true, + "prefix": "h", + "margin": 4, + "padding": 0, + "begin": { + "width": 0, + "height": 24, + "color": "#1F1D2D", + "alpha": 0.8 + }, + "inner": { + "width": 24, + "height": 24, + "color": "#1F1D2D", + "alpha": 0.8 + }, + "end": { + "width": 0, + "height": 24, + "color": "#1F1D2D", + "alpha": 0.8 + } + }, + "vertical": { + "useThemeImages": true, + "prefix": "v", + "margin": 4, + "padding": 0, + "begin": { + "width": 24, + "height": 0, + "color": "#1F1D2D", + "alpha": 0.8 + }, + "inner": { + "width": 24, + "height": 24, + "color": "#1F1D2D", + "alpha": 0.8 + }, + "end": { + "width": 24, + "height": 0, + "color": "#1F1D2D", + "alpha": 0.8 + } + } + } + }, + "control": { + "button": { + "useThemeImages": true, + "width": 24, + "height": 24, + "prefix": "flat_", + "tooltipOnStyle": "§b", + "tooltipOffStyle": "§7", + "tooltipDisabledStyle": "§8", + "iconOn": { + "color": "#5A5470", + "alpha": 1.0 + }, + "iconOff": { + "color": "#EAEE9A", + "alpha": 1.0 + }, + "iconHoverOn": { + "color": "#CEB46A", + "alpha": 1.0 + }, + "iconHoverOff": { + "color": "#CEB46A", + "alpha": 1.0 + }, + "iconDisabled": { + "color": "#362744", + "alpha": 1.0 + }, + "buttonOn": { + "color": "#EAEE9A", + "alpha": 1.0 + }, + "buttonOff": { + "color": "#5A5470", + "alpha": 1.0 + }, + "buttonHoverOn": { + "color": "#EAEE9A", + "alpha": 1.0 + }, + "buttonHoverOff": { + "color": "#5A5470", + "alpha": 1.0 + }, + "buttonDisabled": { + "color": "#5A5470", + "alpha": 1.0 + } + }, + "toggle": { + "useThemeImages": true, + "width": 24, + "height": 24, + "prefix": "flat_", + "tooltipOnStyle": "§b", + "tooltipOffStyle": "§7", + "tooltipDisabledStyle": "§8", + "iconOn": { + "color": "#5A5470", + "alpha": 1.0 + }, + "iconOff": { + "color": "#EAEE9A", + "alpha": 1.0 + }, + "iconHoverOn": { + "color": "#CEB46A", + "alpha": 1.0 + }, + "iconHoverOff": { + "color": "#CEB46A", + "alpha": 1.0 + }, + "iconDisabled": { + "color": "#362744", + "alpha": 1.0 + }, + "buttonOn": { + "color": "#EAEE9A", + "alpha": 1.0 + }, + "buttonOff": { + "color": "#5A5470", + "alpha": 1.0 + }, + "buttonHoverOn": { + "color": "#EAEE9A", + "alpha": 1.0 + }, + "buttonHoverOff": { + "color": "#5A5470", + "alpha": 1.0 + }, + "buttonDisabled": { + "color": "#362744", + "alpha": 1.0 + } + } + }, + "fullscreen": { + "background": { + "color": "#362744", + "alpha": 0.8 + }, + "statusLabel": { + "margin": 0, + "background": { + "color": "#1F1D2D", + "alpha": 0.7 + }, + "foreground": { + "color": "#EAEE9A", + "alpha": 1.0 + }, + "highlight": { + "color": "#ffffff", + "alpha": 1.0 + }, + "shadow": false + } + }, + "icon": { + "width": 24, + "height": 24, + "color": "#ffffff", + "alpha": 1.0 + }, + "minimap": { + "circle": { + "rim256": { + "width": 256, + "height": 256, + "color": "#ffffff", + "alpha": 1.0 + }, + "mask256": { + "width": 256, + "height": 256, + "color": "#ffffff", + "alpha": 1.0 + }, + "rim512": { + "width": 512, + "height": 512, + "color": "#ffffff", + "alpha": 1.0 + }, + "mask512": { + "width": 512, + "height": 512, + "color": "#ffffff", + "alpha": 1.0 + }, + "rotates": false, + "margin": 6, + "labelTop": { + "margin": 0, + "background": { + "color": "#1F1D2D", + "alpha": 0.7 + }, + "foreground": { + "color": "#EAEE9A", + "alpha": 1.0 + }, + "highlight": { + "color": "#ffffff", + "alpha": 1.0 + }, + "shadow": false + }, + "labelTopInside": false, + "labelBottom": { + "margin": 0, + "background": { + "color": "#1F1D2D", + "alpha": 0.7 + }, + "foreground": { + "color": "#EAEE9A", + "alpha": 1.0 + }, + "highlight": { + "color": "#ffffff", + "alpha": 1.0 + }, + "shadow": false + }, + "labelBottomInside": false, + "compassLabel": { + "margin": 0, + "background": { + "color": "#1F1D2D", + "alpha": 0.0 + }, + "foreground": { + "color": "#EAEE9A", + "alpha": 1.0 + }, + "highlight": { + "color": "#ffffff", + "alpha": 1.0 + }, + "shadow": false + }, + "compassPoint": { + "width": 16, + "height": 16, + "color": "#362744", + "alpha": 0.5 + }, + "compassPointLabelPad": 0, + "compassPointOffset": -14.0, + "compassShowNorth": true, + "compassShowSouth": true, + "compassShowEast": true, + "compassShowWest": true, + "waypointOffset": 0.0, + "reticle": { + "color": "#5A5470", + "alpha": 0.4 + }, + "reticleHeading": { + "color": "#5A5470", + "alpha": 0.4 + }, + "reticleThickness": 1.25, + "reticleHeadingThickness": 2.25, + "reticleOffsetOuter": 30, + "reticleOffsetInner": 20, + "frame": { + "color": "#362744", + "alpha": 1.0 + }, + "prefix": "flat_" + }, + "square": { + "topLeft": { + "width": 8, + "height": 8, + "color": "#ffffff", + "alpha": 1.0 + }, + "top": { + "width": 1, + "height": 8, + "color": "#ffffff", + "alpha": 1.0 + }, + "topRight": { + "width": 8, + "height": 8, + "color": "#ffffff", + "alpha": 1.0 + }, + "right": { + "width": 8, + "height": 1, + "color": "#ffffff", + "alpha": 1.0 + }, + "bottomRight": { + "width": 8, + "height": 8, + "color": "#ffffff", + "alpha": 1.0 + }, + "bottom": { + "width": 1, + "height": 8, + "color": "#ffffff", + "alpha": 1.0 + }, + "bottomLeft": { + "width": 8, + "height": 8, + "color": "#ffffff", + "alpha": 1.0 + }, + "left": { + "width": 8, + "height": 1, + "color": "#ffffff", + "alpha": 1.0 + }, + "margin": 6, + "labelTop": { + "margin": 0, + "background": { + "color": "#1F1D2D", + "alpha": 0.7 + }, + "foreground": { + "color": "#EAEE9A", + "alpha": 1.0 + }, + "highlight": { + "color": "#ffffff", + "alpha": 1.0 + }, + "shadow": false + }, + "labelTopInside": false, + "labelBottom": { + "margin": 0, + "background": { + "color": "#1F1D2D", + "alpha": 0.7 + }, + "foreground": { + "color": "#EAEE9A", + "alpha": 1.0 + }, + "highlight": { + "color": "#ffffff", + "alpha": 1.0 + }, + "shadow": false + }, + "labelBottomInside": false, + "compassLabel": { + "margin": 0, + "background": { + "color": "#1F1D2D", + "alpha": 0.0 + }, + "foreground": { + "color": "#EAEE9A", + "alpha": 1.0 + }, + "highlight": { + "color": "#ffffff", + "alpha": 1.0 + }, + "shadow": false + }, + "compassPoint": { + "width": 16, + "height": 16, + "color": "#362744", + "alpha": 0.5 + }, + "compassPointLabelPad": 0, + "compassPointOffset": -12.0, + "compassShowNorth": true, + "compassShowSouth": true, + "compassShowEast": true, + "compassShowWest": true, + "waypointOffset": 0.0, + "reticle": { + "color": "#5A5470", + "alpha": 0.4 + }, + "reticleHeading": { + "color": "#5A5470", + "alpha": 0.4 + }, + "reticleThickness": 1.25, + "reticleHeadingThickness": 2.25, + "reticleOffsetOuter": 24, + "reticleOffsetInner": 20, + "frame": { + "color": "#362744", + "alpha": 1.0 + }, + "prefix": "flat_" + } + } +} \ No newline at end of file diff --git a/journeymap/icon/theme/flat/ForestMansion.theme2.json b/journeymap/icon/theme/flat/ForestMansion.theme2.json new file mode 100644 index 0000000..f6c16a8 --- /dev/null +++ b/journeymap/icon/theme/flat/ForestMansion.theme2.json @@ -0,0 +1,427 @@ +{ + "schema": 2, + "author": "techbrew", + "name": "ForestMansion", + "directory": "flat", + "container": { + "toolbar": { + "horizontal": { + "useThemeImages": true, + "prefix": "h", + "margin": 4, + "padding": 0, + "begin": { + "width": 0, + "height": 24, + "color": "#061b06", + "alpha": 0.8 + }, + "inner": { + "width": 24, + "height": 24, + "color": "#061b06", + "alpha": 0.8 + }, + "end": { + "width": 0, + "height": 24, + "color": "#061b06", + "alpha": 0.8 + } + }, + "vertical": { + "useThemeImages": true, + "prefix": "v", + "margin": 4, + "padding": 0, + "begin": { + "width": 24, + "height": 0, + "color": "#061b06", + "alpha": 0.8 + }, + "inner": { + "width": 24, + "height": 24, + "color": "#061b06", + "alpha": 0.8 + }, + "end": { + "width": 24, + "height": 0, + "color": "#061b06", + "alpha": 0.8 + } + } + } + }, + "control": { + "button": { + "useThemeImages": true, + "width": 24, + "height": 24, + "prefix": "flat_", + "tooltipOnStyle": "§b", + "tooltipOffStyle": "§7", + "tooltipDisabledStyle": "§8", + "iconOn": { + "color": "#1b6f1b", + "alpha": 1.0 + }, + "iconOff": { + "color": "#d2e7d2", + "alpha": 1.0 + }, + "iconHoverOn": { + "color": "#7ab97a", + "alpha": 1.0 + }, + "iconHoverOff": { + "color": "#7ab97a", + "alpha": 1.0 + }, + "iconDisabled": { + "color": "#114511", + "alpha": 1.0 + }, + "buttonOn": { + "color": "#d2e7d2", + "alpha": 1.0 + }, + "buttonOff": { + "color": "#1b6f1b", + "alpha": 1.0 + }, + "buttonHoverOn": { + "color": "#d2e7d2", + "alpha": 1.0 + }, + "buttonHoverOff": { + "color": "#1b6f1b", + "alpha": 1.0 + }, + "buttonDisabled": { + "color": "#1b6f1b", + "alpha": 1.0 + } + }, + "toggle": { + "useThemeImages": true, + "width": 24, + "height": 24, + "prefix": "flat_", + "tooltipOnStyle": "§b", + "tooltipOffStyle": "§7", + "tooltipDisabledStyle": "§8", + "iconOn": { + "color": "#1b6f1b", + "alpha": 1.0 + }, + "iconOff": { + "color": "#d2e7d2", + "alpha": 1.0 + }, + "iconHoverOn": { + "color": "#7ab97a", + "alpha": 1.0 + }, + "iconHoverOff": { + "color": "#7ab97a", + "alpha": 1.0 + }, + "iconDisabled": { + "color": "#114511", + "alpha": 1.0 + }, + "buttonOn": { + "color": "#d2e7d2", + "alpha": 1.0 + }, + "buttonOff": { + "color": "#1b6f1b", + "alpha": 1.0 + }, + "buttonHoverOn": { + "color": "#d2e7d2", + "alpha": 1.0 + }, + "buttonHoverOff": { + "color": "#1b6f1b", + "alpha": 1.0 + }, + "buttonDisabled": { + "color": "#114511", + "alpha": 1.0 + } + } + }, + "fullscreen": { + "background": { + "color": "#114511", + "alpha": 0.8 + }, + "statusLabel": { + "margin": 0, + "background": { + "color": "#061b06", + "alpha": 0.7 + }, + "foreground": { + "color": "#d2e7d2", + "alpha": 1.0 + }, + "highlight": { + "color": "#ffffff", + "alpha": 1.0 + }, + "shadow": false + } + }, + "icon": { + "width": 24, + "height": 24, + "color": "#ffffff", + "alpha": 1.0 + }, + "minimap": { + "circle": { + "rim256": { + "width": 256, + "height": 256, + "color": "#ffffff", + "alpha": 1.0 + }, + "mask256": { + "width": 256, + "height": 256, + "color": "#ffffff", + "alpha": 1.0 + }, + "rim512": { + "width": 512, + "height": 512, + "color": "#ffffff", + "alpha": 1.0 + }, + "mask512": { + "width": 512, + "height": 512, + "color": "#ffffff", + "alpha": 1.0 + }, + "rotates": false, + "margin": 6, + "labelTop": { + "margin": 0, + "background": { + "color": "#061b06", + "alpha": 0.7 + }, + "foreground": { + "color": "#d2e7d2", + "alpha": 1.0 + }, + "highlight": { + "color": "#ffffff", + "alpha": 1.0 + }, + "shadow": false + }, + "labelTopInside": false, + "labelBottom": { + "margin": 0, + "background": { + "color": "#061b06", + "alpha": 0.7 + }, + "foreground": { + "color": "#d2e7d2", + "alpha": 1.0 + }, + "highlight": { + "color": "#ffffff", + "alpha": 1.0 + }, + "shadow": false + }, + "labelBottomInside": false, + "compassLabel": { + "margin": 0, + "background": { + "color": "#061b06", + "alpha": 0.0 + }, + "foreground": { + "color": "#d2e7d2", + "alpha": 1.0 + }, + "highlight": { + "color": "#ffffff", + "alpha": 1.0 + }, + "shadow": false + }, + "compassPoint": { + "width": 16, + "height": 16, + "color": "#114511", + "alpha": 0.5 + }, + "compassPointLabelPad": 0, + "compassPointOffset": -14.0, + "compassShowNorth": true, + "compassShowSouth": true, + "compassShowEast": true, + "compassShowWest": true, + "waypointOffset": 0.0, + "reticle": { + "color": "#1b6f1b", + "alpha": 0.4 + }, + "reticleHeading": { + "color": "#1b6f1b", + "alpha": 0.4 + }, + "reticleThickness": 1.25, + "reticleHeadingThickness": 2.25, + "reticleOffsetOuter": 30, + "reticleOffsetInner": 20, + "frame": { + "color": "#114511", + "alpha": 1.0 + }, + "prefix": "flat_" + }, + "square": { + "topLeft": { + "width": 8, + "height": 8, + "color": "#ffffff", + "alpha": 1.0 + }, + "top": { + "width": 1, + "height": 8, + "color": "#ffffff", + "alpha": 1.0 + }, + "topRight": { + "width": 8, + "height": 8, + "color": "#ffffff", + "alpha": 1.0 + }, + "right": { + "width": 8, + "height": 1, + "color": "#ffffff", + "alpha": 1.0 + }, + "bottomRight": { + "width": 8, + "height": 8, + "color": "#ffffff", + "alpha": 1.0 + }, + "bottom": { + "width": 1, + "height": 8, + "color": "#ffffff", + "alpha": 1.0 + }, + "bottomLeft": { + "width": 8, + "height": 8, + "color": "#ffffff", + "alpha": 1.0 + }, + "left": { + "width": 8, + "height": 1, + "color": "#ffffff", + "alpha": 1.0 + }, + "margin": 6, + "labelTop": { + "margin": 0, + "background": { + "color": "#061b06", + "alpha": 0.7 + }, + "foreground": { + "color": "#d2e7d2", + "alpha": 1.0 + }, + "highlight": { + "color": "#ffffff", + "alpha": 1.0 + }, + "shadow": false + }, + "labelTopInside": false, + "labelBottom": { + "margin": 0, + "background": { + "color": "#061b06", + "alpha": 0.7 + }, + "foreground": { + "color": "#d2e7d2", + "alpha": 1.0 + }, + "highlight": { + "color": "#ffffff", + "alpha": 1.0 + }, + "shadow": false + }, + "labelBottomInside": false, + "compassLabel": { + "margin": 0, + "background": { + "color": "#061b06", + "alpha": 0.0 + }, + "foreground": { + "color": "#d2e7d2", + "alpha": 1.0 + }, + "highlight": { + "color": "#ffffff", + "alpha": 1.0 + }, + "shadow": false + }, + "compassPoint": { + "width": 16, + "height": 16, + "color": "#114511", + "alpha": 0.5 + }, + "compassPointLabelPad": 0, + "compassPointOffset": -12.0, + "compassShowNorth": true, + "compassShowSouth": true, + "compassShowEast": true, + "compassShowWest": true, + "waypointOffset": 0.0, + "reticle": { + "color": "#1b6f1b", + "alpha": 0.4 + }, + "reticleHeading": { + "color": "#1b6f1b", + "alpha": 0.4 + }, + "reticleThickness": 1.25, + "reticleHeadingThickness": 2.25, + "reticleOffsetOuter": 24, + "reticleOffsetInner": 20, + "frame": { + "color": "#114511", + "alpha": 1.0 + }, + "prefix": "flat_" + } + } +} \ No newline at end of file diff --git a/journeymap/icon/theme/flat/NetherFortress.theme2.json b/journeymap/icon/theme/flat/NetherFortress.theme2.json new file mode 100644 index 0000000..2e2a800 --- /dev/null +++ b/journeymap/icon/theme/flat/NetherFortress.theme2.json @@ -0,0 +1,427 @@ +{ + "schema": 2, + "author": "techbrew", + "name": "NetherFortress", + "directory": "flat", + "container": { + "toolbar": { + "horizontal": { + "useThemeImages": true, + "prefix": "h", + "margin": 4, + "padding": 0, + "begin": { + "width": 0, + "height": 24, + "color": "#3b0000", + "alpha": 0.8 + }, + "inner": { + "width": 24, + "height": 24, + "color": "#3b0000", + "alpha": 0.8 + }, + "end": { + "width": 0, + "height": 24, + "color": "#3b0000", + "alpha": 0.8 + } + }, + "vertical": { + "useThemeImages": true, + "prefix": "v", + "margin": 4, + "padding": 0, + "begin": { + "width": 24, + "height": 0, + "color": "#3b0000", + "alpha": 0.8 + }, + "inner": { + "width": 24, + "height": 24, + "color": "#3b0000", + "alpha": 0.8 + }, + "end": { + "width": 24, + "height": 0, + "color": "#3b0000", + "alpha": 0.8 + } + } + } + }, + "control": { + "button": { + "useThemeImages": true, + "width": 24, + "height": 24, + "prefix": "flat_", + "tooltipOnStyle": "§b", + "tooltipOffStyle": "§7", + "tooltipDisabledStyle": "§8", + "iconOn": { + "color": "#6f3634", + "alpha": 1.0 + }, + "iconOff": { + "color": "#FFFF00", + "alpha": 1.0 + }, + "iconHoverOn": { + "color": "#D2D200", + "alpha": 1.0 + }, + "iconHoverOff": { + "color": "#D2D200", + "alpha": 1.0 + }, + "iconDisabled": { + "color": "#760000", + "alpha": 1.0 + }, + "buttonOn": { + "color": "#FFFF00", + "alpha": 1.0 + }, + "buttonOff": { + "color": "#6f3634", + "alpha": 1.0 + }, + "buttonHoverOn": { + "color": "#FFFF00", + "alpha": 1.0 + }, + "buttonHoverOff": { + "color": "#6f3634", + "alpha": 1.0 + }, + "buttonDisabled": { + "color": "#6f3634", + "alpha": 1.0 + } + }, + "toggle": { + "useThemeImages": true, + "width": 24, + "height": 24, + "prefix": "flat_", + "tooltipOnStyle": "§b", + "tooltipOffStyle": "§7", + "tooltipDisabledStyle": "§8", + "iconOn": { + "color": "#6f3634", + "alpha": 1.0 + }, + "iconOff": { + "color": "#FFFF00", + "alpha": 1.0 + }, + "iconHoverOn": { + "color": "#D2D200", + "alpha": 1.0 + }, + "iconHoverOff": { + "color": "#D2D200", + "alpha": 1.0 + }, + "iconDisabled": { + "color": "#760000", + "alpha": 1.0 + }, + "buttonOn": { + "color": "#FFFF00", + "alpha": 1.0 + }, + "buttonOff": { + "color": "#6f3634", + "alpha": 1.0 + }, + "buttonHoverOn": { + "color": "#FFFF00", + "alpha": 1.0 + }, + "buttonHoverOff": { + "color": "#6f3634", + "alpha": 1.0 + }, + "buttonDisabled": { + "color": "#760000", + "alpha": 1.0 + } + } + }, + "fullscreen": { + "background": { + "color": "#760000", + "alpha": 0.8 + }, + "statusLabel": { + "margin": 0, + "background": { + "color": "#3b0000", + "alpha": 0.7 + }, + "foreground": { + "color": "#FFFF00", + "alpha": 1.0 + }, + "highlight": { + "color": "#ffffff", + "alpha": 1.0 + }, + "shadow": false + } + }, + "icon": { + "width": 24, + "height": 24, + "color": "#ffffff", + "alpha": 1.0 + }, + "minimap": { + "circle": { + "rim256": { + "width": 256, + "height": 256, + "color": "#ffffff", + "alpha": 1.0 + }, + "mask256": { + "width": 256, + "height": 256, + "color": "#ffffff", + "alpha": 1.0 + }, + "rim512": { + "width": 512, + "height": 512, + "color": "#ffffff", + "alpha": 1.0 + }, + "mask512": { + "width": 512, + "height": 512, + "color": "#ffffff", + "alpha": 1.0 + }, + "rotates": false, + "margin": 6, + "labelTop": { + "margin": 0, + "background": { + "color": "#3b0000", + "alpha": 0.7 + }, + "foreground": { + "color": "#FFFF00", + "alpha": 1.0 + }, + "highlight": { + "color": "#ffffff", + "alpha": 1.0 + }, + "shadow": false + }, + "labelTopInside": false, + "labelBottom": { + "margin": 0, + "background": { + "color": "#3b0000", + "alpha": 0.7 + }, + "foreground": { + "color": "#FFFF00", + "alpha": 1.0 + }, + "highlight": { + "color": "#ffffff", + "alpha": 1.0 + }, + "shadow": false + }, + "labelBottomInside": false, + "compassLabel": { + "margin": 0, + "background": { + "color": "#3b0000", + "alpha": 0.0 + }, + "foreground": { + "color": "#FFFF00", + "alpha": 1.0 + }, + "highlight": { + "color": "#ffffff", + "alpha": 1.0 + }, + "shadow": false + }, + "compassPoint": { + "width": 16, + "height": 16, + "color": "#760000", + "alpha": 0.5 + }, + "compassPointLabelPad": 0, + "compassPointOffset": -14.0, + "compassShowNorth": true, + "compassShowSouth": true, + "compassShowEast": true, + "compassShowWest": true, + "waypointOffset": 0.0, + "reticle": { + "color": "#6f3634", + "alpha": 0.4 + }, + "reticleHeading": { + "color": "#6f3634", + "alpha": 0.4 + }, + "reticleThickness": 1.25, + "reticleHeadingThickness": 2.25, + "reticleOffsetOuter": 30, + "reticleOffsetInner": 20, + "frame": { + "color": "#760000", + "alpha": 1.0 + }, + "prefix": "flat_" + }, + "square": { + "topLeft": { + "width": 8, + "height": 8, + "color": "#ffffff", + "alpha": 1.0 + }, + "top": { + "width": 1, + "height": 8, + "color": "#ffffff", + "alpha": 1.0 + }, + "topRight": { + "width": 8, + "height": 8, + "color": "#ffffff", + "alpha": 1.0 + }, + "right": { + "width": 8, + "height": 1, + "color": "#ffffff", + "alpha": 1.0 + }, + "bottomRight": { + "width": 8, + "height": 8, + "color": "#ffffff", + "alpha": 1.0 + }, + "bottom": { + "width": 1, + "height": 8, + "color": "#ffffff", + "alpha": 1.0 + }, + "bottomLeft": { + "width": 8, + "height": 8, + "color": "#ffffff", + "alpha": 1.0 + }, + "left": { + "width": 8, + "height": 1, + "color": "#ffffff", + "alpha": 1.0 + }, + "margin": 6, + "labelTop": { + "margin": 0, + "background": { + "color": "#3b0000", + "alpha": 0.7 + }, + "foreground": { + "color": "#FFFF00", + "alpha": 1.0 + }, + "highlight": { + "color": "#ffffff", + "alpha": 1.0 + }, + "shadow": false + }, + "labelTopInside": false, + "labelBottom": { + "margin": 0, + "background": { + "color": "#3b0000", + "alpha": 0.7 + }, + "foreground": { + "color": "#FFFF00", + "alpha": 1.0 + }, + "highlight": { + "color": "#ffffff", + "alpha": 1.0 + }, + "shadow": false + }, + "labelBottomInside": false, + "compassLabel": { + "margin": 0, + "background": { + "color": "#3b0000", + "alpha": 0.0 + }, + "foreground": { + "color": "#FFFF00", + "alpha": 1.0 + }, + "highlight": { + "color": "#ffffff", + "alpha": 1.0 + }, + "shadow": false + }, + "compassPoint": { + "width": 16, + "height": 16, + "color": "#760000", + "alpha": 0.5 + }, + "compassPointLabelPad": 0, + "compassPointOffset": -12.0, + "compassShowNorth": true, + "compassShowSouth": true, + "compassShowEast": true, + "compassShowWest": true, + "waypointOffset": 0.0, + "reticle": { + "color": "#6f3634", + "alpha": 0.4 + }, + "reticleHeading": { + "color": "#6f3634", + "alpha": 0.4 + }, + "reticleThickness": 1.25, + "reticleHeadingThickness": 2.25, + "reticleOffsetOuter": 24, + "reticleOffsetInner": 20, + "frame": { + "color": "#760000", + "alpha": 1.0 + }, + "prefix": "flat_" + } + } +} \ No newline at end of file diff --git a/journeymap/icon/theme/flat/OceanMonument.theme2.json b/journeymap/icon/theme/flat/OceanMonument.theme2.json new file mode 100644 index 0000000..fba00b3 --- /dev/null +++ b/journeymap/icon/theme/flat/OceanMonument.theme2.json @@ -0,0 +1,427 @@ +{ + "schema": 2, + "author": "techbrew", + "name": "OceanMonument", + "directory": "flat", + "container": { + "toolbar": { + "horizontal": { + "useThemeImages": true, + "prefix": "h", + "margin": 4, + "padding": 0, + "begin": { + "width": 0, + "height": 24, + "color": "#0e1239", + "alpha": 0.8 + }, + "inner": { + "width": 24, + "height": 24, + "color": "#0e1239", + "alpha": 0.8 + }, + "end": { + "width": 0, + "height": 24, + "color": "#0e1239", + "alpha": 0.8 + } + }, + "vertical": { + "useThemeImages": true, + "prefix": "v", + "margin": 4, + "padding": 0, + "begin": { + "width": 24, + "height": 0, + "color": "#0e1239", + "alpha": 0.8 + }, + "inner": { + "width": 24, + "height": 24, + "color": "#0e1239", + "alpha": 0.8 + }, + "end": { + "width": 24, + "height": 0, + "color": "#0e1239", + "alpha": 0.8 + } + } + } + }, + "control": { + "button": { + "useThemeImages": true, + "width": 24, + "height": 24, + "prefix": "flat_", + "tooltipOnStyle": "§b", + "tooltipOffStyle": "§7", + "tooltipDisabledStyle": "§8", + "iconOn": { + "color": "#303dc1", + "alpha": 1.0 + }, + "iconOff": { + "color": "#dfebec", + "alpha": 1.0 + }, + "iconHoverOn": { + "color": "#afcecf", + "alpha": 1.0 + }, + "iconHoverOff": { + "color": "#afcecf", + "alpha": 1.0 + }, + "iconDisabled": { + "color": "#212a87", + "alpha": 1.0 + }, + "buttonOn": { + "color": "#dfebec", + "alpha": 1.0 + }, + "buttonOff": { + "color": "#303dc1", + "alpha": 1.0 + }, + "buttonHoverOn": { + "color": "#dfebec", + "alpha": 1.0 + }, + "buttonHoverOff": { + "color": "#303dc1", + "alpha": 1.0 + }, + "buttonDisabled": { + "color": "#303dc1", + "alpha": 1.0 + } + }, + "toggle": { + "useThemeImages": true, + "width": 24, + "height": 24, + "prefix": "flat_", + "tooltipOnStyle": "§b", + "tooltipOffStyle": "§7", + "tooltipDisabledStyle": "§8", + "iconOn": { + "color": "#303dc1", + "alpha": 1.0 + }, + "iconOff": { + "color": "#dfebec", + "alpha": 1.0 + }, + "iconHoverOn": { + "color": "#afcecf", + "alpha": 1.0 + }, + "iconHoverOff": { + "color": "#afcecf", + "alpha": 1.0 + }, + "iconDisabled": { + "color": "#555555", + "alpha": 1.0 + }, + "buttonOn": { + "color": "#dfebec", + "alpha": 1.0 + }, + "buttonOff": { + "color": "#303dc1", + "alpha": 1.0 + }, + "buttonHoverOn": { + "color": "#dfebec", + "alpha": 1.0 + }, + "buttonHoverOff": { + "color": "#303dc1", + "alpha": 1.0 + }, + "buttonDisabled": { + "color": "#212a87", + "alpha": 1.0 + } + } + }, + "fullscreen": { + "background": { + "color": "#212a87", + "alpha": 0.8 + }, + "statusLabel": { + "margin": 0, + "background": { + "color": "#0e1239", + "alpha": 0.7 + }, + "foreground": { + "color": "#dfebec", + "alpha": 1.0 + }, + "highlight": { + "color": "#ffffff", + "alpha": 1.0 + }, + "shadow": false + } + }, + "icon": { + "width": 24, + "height": 24, + "color": "#ffffff", + "alpha": 1.0 + }, + "minimap": { + "circle": { + "rim256": { + "width": 256, + "height": 256, + "color": "#ffffff", + "alpha": 1.0 + }, + "mask256": { + "width": 256, + "height": 256, + "color": "#ffffff", + "alpha": 1.0 + }, + "rim512": { + "width": 512, + "height": 512, + "color": "#ffffff", + "alpha": 1.0 + }, + "mask512": { + "width": 512, + "height": 512, + "color": "#ffffff", + "alpha": 1.0 + }, + "rotates": false, + "margin": 6, + "labelTop": { + "margin": 0, + "background": { + "color": "#0e1239", + "alpha": 0.7 + }, + "foreground": { + "color": "#dfebec", + "alpha": 1.0 + }, + "highlight": { + "color": "#ffffff", + "alpha": 1.0 + }, + "shadow": false + }, + "labelTopInside": false, + "labelBottom": { + "margin": 0, + "background": { + "color": "#0e1239", + "alpha": 0.7 + }, + "foreground": { + "color": "#dfebec", + "alpha": 1.0 + }, + "highlight": { + "color": "#ffffff", + "alpha": 1.0 + }, + "shadow": false + }, + "labelBottomInside": false, + "compassLabel": { + "margin": 0, + "background": { + "color": "#0e1239", + "alpha": 0.0 + }, + "foreground": { + "color": "#dfebec", + "alpha": 1.0 + }, + "highlight": { + "color": "#ffffff", + "alpha": 1.0 + }, + "shadow": false + }, + "compassPoint": { + "width": 16, + "height": 16, + "color": "#212a87", + "alpha": 0.5 + }, + "compassPointLabelPad": 0, + "compassPointOffset": -14.0, + "compassShowNorth": true, + "compassShowSouth": true, + "compassShowEast": true, + "compassShowWest": true, + "waypointOffset": 0.0, + "reticle": { + "color": "#303dc1", + "alpha": 0.4 + }, + "reticleHeading": { + "color": "#303dc1", + "alpha": 0.4 + }, + "reticleThickness": 1.25, + "reticleHeadingThickness": 2.25, + "reticleOffsetOuter": 30, + "reticleOffsetInner": 20, + "frame": { + "color": "#212a87", + "alpha": 1.0 + }, + "prefix": "flat_" + }, + "square": { + "topLeft": { + "width": 8, + "height": 8, + "color": "#ffffff", + "alpha": 1.0 + }, + "top": { + "width": 1, + "height": 8, + "color": "#ffffff", + "alpha": 1.0 + }, + "topRight": { + "width": 8, + "height": 8, + "color": "#ffffff", + "alpha": 1.0 + }, + "right": { + "width": 8, + "height": 1, + "color": "#ffffff", + "alpha": 1.0 + }, + "bottomRight": { + "width": 8, + "height": 8, + "color": "#ffffff", + "alpha": 1.0 + }, + "bottom": { + "width": 1, + "height": 8, + "color": "#ffffff", + "alpha": 1.0 + }, + "bottomLeft": { + "width": 8, + "height": 8, + "color": "#ffffff", + "alpha": 1.0 + }, + "left": { + "width": 8, + "height": 1, + "color": "#ffffff", + "alpha": 1.0 + }, + "margin": 6, + "labelTop": { + "margin": 0, + "background": { + "color": "#0e1239", + "alpha": 0.7 + }, + "foreground": { + "color": "#dfebec", + "alpha": 1.0 + }, + "highlight": { + "color": "#ffffff", + "alpha": 1.0 + }, + "shadow": false + }, + "labelTopInside": false, + "labelBottom": { + "margin": 0, + "background": { + "color": "#0e1239", + "alpha": 0.7 + }, + "foreground": { + "color": "#dfebec", + "alpha": 1.0 + }, + "highlight": { + "color": "#ffffff", + "alpha": 1.0 + }, + "shadow": false + }, + "labelBottomInside": false, + "compassLabel": { + "margin": 0, + "background": { + "color": "#0e1239", + "alpha": 0.0 + }, + "foreground": { + "color": "#dfebec", + "alpha": 1.0 + }, + "highlight": { + "color": "#ffffff", + "alpha": 1.0 + }, + "shadow": false + }, + "compassPoint": { + "width": 16, + "height": 16, + "color": "#212a87", + "alpha": 0.5 + }, + "compassPointLabelPad": 0, + "compassPointOffset": -12.0, + "compassShowNorth": true, + "compassShowSouth": true, + "compassShowEast": true, + "compassShowWest": true, + "waypointOffset": 0.0, + "reticle": { + "color": "#303dc1", + "alpha": 0.4 + }, + "reticleHeading": { + "color": "#303dc1", + "alpha": 0.4 + }, + "reticleThickness": 1.25, + "reticleHeadingThickness": 2.25, + "reticleOffsetOuter": 24, + "reticleOffsetInner": 20, + "frame": { + "color": "#212a87", + "alpha": 1.0 + }, + "prefix": "flat_" + } + } +} \ No newline at end of file diff --git a/journeymap/icon/theme/flat/Purist.theme2.json b/journeymap/icon/theme/flat/Purist.theme2.json new file mode 100644 index 0000000..9d28920 --- /dev/null +++ b/journeymap/icon/theme/flat/Purist.theme2.json @@ -0,0 +1,427 @@ +{ + "schema": 2, + "author": "techbrew", + "name": "Purist", + "directory": "flat", + "container": { + "toolbar": { + "horizontal": { + "useThemeImages": true, + "prefix": "h", + "margin": 4, + "padding": 0, + "begin": { + "width": 0, + "height": 20, + "color": "#000000", + "alpha": 0.0 + }, + "inner": { + "width": 20, + "height": 20, + "color": "#000000", + "alpha": 0.0 + }, + "end": { + "width": 0, + "height": 20, + "color": "#000000", + "alpha": 0.0 + } + }, + "vertical": { + "useThemeImages": true, + "prefix": "v", + "margin": 4, + "padding": 0, + "begin": { + "width": 20, + "height": 0, + "color": "#000000", + "alpha": 0.0 + }, + "inner": { + "width": 20, + "height": 20, + "color": "#000000", + "alpha": 0.0 + }, + "end": { + "width": 20, + "height": 0, + "color": "#000000", + "alpha": 0.0 + } + } + } + }, + "control": { + "button": { + "useThemeImages": false, + "width": 20, + "height": 20, + "prefix": "", + "tooltipOnStyle": "§b", + "tooltipOffStyle": "§7", + "tooltipDisabledStyle": "§8", + "iconOn": { + "color": "#aaaaaa", + "alpha": 1.0 + }, + "iconOff": { + "color": "#ffffff", + "alpha": 1.0 + }, + "iconHoverOn": { + "color": "#00ffff", + "alpha": 1.0 + }, + "iconHoverOff": { + "color": "#00ffff", + "alpha": 1.0 + }, + "iconDisabled": { + "color": "#aaaaaa", + "alpha": 1.0 + }, + "buttonOn": { + "color": "#ffffff", + "alpha": 1.0 + }, + "buttonOff": { + "color": "#aaaaaa", + "alpha": 1.0 + }, + "buttonHoverOn": { + "color": "#ffffff", + "alpha": 1.0 + }, + "buttonHoverOff": { + "color": "#aaaaaa", + "alpha": 1.0 + }, + "buttonDisabled": { + "color": "#aaaaaa", + "alpha": 1.0 + } + }, + "toggle": { + "useThemeImages": false, + "width": 20, + "height": 20, + "prefix": "", + "tooltipOnStyle": "§b", + "tooltipOffStyle": "§7", + "tooltipDisabledStyle": "§8", + "iconOn": { + "color": "#ffffff", + "alpha": 1.0 + }, + "iconOff": { + "color": "#aaaaaa", + "alpha": 1.0 + }, + "iconHoverOn": { + "color": "#00ffff", + "alpha": 1.0 + }, + "iconHoverOff": { + "color": "#00ffff", + "alpha": 1.0 + }, + "iconDisabled": { + "color": "#aaaaaa", + "alpha": 1.0 + }, + "buttonOn": { + "color": "#aaaaaa", + "alpha": 1.0 + }, + "buttonOff": { + "color": "#ffffff", + "alpha": 1.0 + }, + "buttonHoverOn": { + "color": "#aaaaaa", + "alpha": 1.0 + }, + "buttonHoverOff": { + "color": "#ffffff", + "alpha": 1.0 + }, + "buttonDisabled": { + "color": "#aaaaaa", + "alpha": 1.0 + } + } + }, + "fullscreen": { + "background": { + "color": "#222222", + "alpha": 0.8 + }, + "statusLabel": { + "margin": 0, + "background": { + "color": "#222222", + "alpha": 0.6 + }, + "foreground": { + "color": "#dddddd", + "alpha": 1.0 + }, + "highlight": { + "color": "#ffffff", + "alpha": 1.0 + }, + "shadow": false + } + }, + "icon": { + "width": 20, + "height": 20, + "color": "#ffffff", + "alpha": 1.0 + }, + "minimap": { + "circle": { + "rim256": { + "width": 256, + "height": 256, + "color": "#ffffff", + "alpha": 1.0 + }, + "mask256": { + "width": 256, + "height": 256, + "color": "#ffffff", + "alpha": 1.0 + }, + "rim512": { + "width": 512, + "height": 512, + "color": "#ffffff", + "alpha": 1.0 + }, + "mask512": { + "width": 512, + "height": 512, + "color": "#ffffff", + "alpha": 1.0 + }, + "rotates": false, + "margin": 6, + "labelTop": { + "margin": 0, + "background": { + "color": "#55555", + "alpha": 0.6 + }, + "foreground": { + "color": "#cccccc", + "alpha": 1.0 + }, + "highlight": { + "color": "#ffffff", + "alpha": 1.0 + }, + "shadow": false + }, + "labelTopInside": false, + "labelBottom": { + "margin": 0, + "background": { + "color": "#55555", + "alpha": 0.6 + }, + "foreground": { + "color": "#cccccc", + "alpha": 1.0 + }, + "highlight": { + "color": "#ffffff", + "alpha": 1.0 + }, + "shadow": false + }, + "labelBottomInside": false, + "compassLabel": { + "margin": 0, + "background": { + "color": "#222222", + "alpha": 0.5 + }, + "foreground": { + "color": "#cccccc", + "alpha": 1.0 + }, + "highlight": { + "color": "#ffffff", + "alpha": 1.0 + }, + "shadow": false + }, + "compassPoint": { + "width": 16, + "height": 16, + "color": "#cccccc", + "alpha": 0.5 + }, + "compassPointLabelPad": 0, + "compassPointOffset": -14.0, + "compassShowNorth": true, + "compassShowSouth": true, + "compassShowEast": true, + "compassShowWest": true, + "waypointOffset": 0.0, + "reticle": { + "color": "#222222", + "alpha": 0.4 + }, + "reticleHeading": { + "color": "#222222", + "alpha": 0.4 + }, + "reticleThickness": 1.25, + "reticleHeadingThickness": 2.25, + "reticleOffsetOuter": 30, + "reticleOffsetInner": 20, + "frame": { + "color": "#cccccc", + "alpha": 1.0 + }, + "prefix": "pur_" + }, + "square": { + "topLeft": { + "width": 8, + "height": 8, + "color": "#ffffff", + "alpha": 1.0 + }, + "top": { + "width": 1, + "height": 8, + "color": "#ffffff", + "alpha": 1.0 + }, + "topRight": { + "width": 8, + "height": 8, + "color": "#ffffff", + "alpha": 1.0 + }, + "right": { + "width": 8, + "height": 1, + "color": "#ffffff", + "alpha": 1.0 + }, + "bottomRight": { + "width": 8, + "height": 8, + "color": "#ffffff", + "alpha": 1.0 + }, + "bottom": { + "width": 1, + "height": 8, + "color": "#ffffff", + "alpha": 1.0 + }, + "bottomLeft": { + "width": 8, + "height": 8, + "color": "#ffffff", + "alpha": 1.0 + }, + "left": { + "width": 8, + "height": 1, + "color": "#ffffff", + "alpha": 1.0 + }, + "margin": 6, + "labelTop": { + "margin": 0, + "background": { + "color": "#55555", + "alpha": 0.6 + }, + "foreground": { + "color": "#cccccc", + "alpha": 1.0 + }, + "highlight": { + "color": "#ffffff", + "alpha": 1.0 + }, + "shadow": false + }, + "labelTopInside": false, + "labelBottom": { + "margin": 0, + "background": { + "color": "#55555", + "alpha": 0.6 + }, + "foreground": { + "color": "#cccccc", + "alpha": 1.0 + }, + "highlight": { + "color": "#ffffff", + "alpha": 1.0 + }, + "shadow": false + }, + "labelBottomInside": false, + "compassLabel": { + "margin": 0, + "background": { + "color": "#222222", + "alpha": 0.5 + }, + "foreground": { + "color": "#cccccc", + "alpha": 1.0 + }, + "highlight": { + "color": "#ffffff", + "alpha": 1.0 + }, + "shadow": false + }, + "compassPoint": { + "width": 16, + "height": 16, + "color": "#cccccc", + "alpha": 0.5 + }, + "compassPointLabelPad": 0, + "compassPointOffset": -12.0, + "compassShowNorth": true, + "compassShowSouth": true, + "compassShowEast": true, + "compassShowWest": true, + "waypointOffset": 0.0, + "reticle": { + "color": "#222222", + "alpha": 0.4 + }, + "reticleHeading": { + "color": "#222222", + "alpha": 0.4 + }, + "reticleThickness": 1.25, + "reticleHeadingThickness": 2.25, + "reticleOffsetOuter": 24, + "reticleOffsetInner": 20, + "frame": { + "color": "#cccccc", + "alpha": 1.0 + }, + "prefix": "pur_" + } + } +} \ No newline at end of file diff --git a/journeymap/icon/theme/flat/Stronghold.theme2.json b/journeymap/icon/theme/flat/Stronghold.theme2.json new file mode 100644 index 0000000..9d09158 --- /dev/null +++ b/journeymap/icon/theme/flat/Stronghold.theme2.json @@ -0,0 +1,427 @@ +{ + "schema": 2, + "author": "techbrew", + "name": "Stronghold", + "directory": "flat", + "container": { + "toolbar": { + "horizontal": { + "useThemeImages": true, + "prefix": "h", + "margin": 4, + "padding": 0, + "begin": { + "width": 0, + "height": 24, + "color": "#0a1d33", + "alpha": 0.8 + }, + "inner": { + "width": 24, + "height": 24, + "color": "#111111", + "alpha": 0.5 + }, + "end": { + "width": 0, + "height": 24, + "color": "#0a1d33", + "alpha": 0.8 + } + }, + "vertical": { + "useThemeImages": true, + "prefix": "v", + "margin": 4, + "padding": 0, + "begin": { + "width": 24, + "height": 0, + "color": "#0a1d33", + "alpha": 0.8 + }, + "inner": { + "width": 24, + "height": 24, + "color": "#111111", + "alpha": 0.5 + }, + "end": { + "width": 24, + "height": 0, + "color": "#0a1d33", + "alpha": 0.8 + } + } + } + }, + "control": { + "button": { + "useThemeImages": true, + "width": 24, + "height": 24, + "prefix": "flat_", + "tooltipOnStyle": "§b", + "tooltipOffStyle": "§7", + "tooltipDisabledStyle": "§8", + "iconOn": { + "color": "#222222", + "alpha": 1.0 + }, + "iconOff": { + "color": "#000000", + "alpha": 1.0 + }, + "iconHoverOn": { + "color": "#cccccc", + "alpha": 1.0 + }, + "iconHoverOff": { + "color": "#cccccc", + "alpha": 1.0 + }, + "iconDisabled": { + "color": "#cccccc", + "alpha": 1.0 + }, + "buttonOn": { + "color": "#000000", + "alpha": 1.0 + }, + "buttonOff": { + "color": "#cccccc", + "alpha": 1.0 + }, + "buttonHoverOn": { + "color": "#000000", + "alpha": 1.0 + }, + "buttonHoverOff": { + "color": "#222222", + "alpha": 1.0 + }, + "buttonDisabled": { + "color": "#111111", + "alpha": 1.0 + } + }, + "toggle": { + "useThemeImages": true, + "width": 24, + "height": 24, + "prefix": "flat_", + "tooltipOnStyle": "§b", + "tooltipOffStyle": "§7", + "tooltipDisabledStyle": "§8", + "iconOn": { + "color": "#cccccc", + "alpha": 1.0 + }, + "iconOff": { + "color": "#555555", + "alpha": 1.0 + }, + "iconHoverOn": { + "color": "#cccccc", + "alpha": 1.0 + }, + "iconHoverOff": { + "color": "#cccccc", + "alpha": 1.0 + }, + "iconDisabled": { + "color": "#111111", + "alpha": 1.0 + }, + "buttonOn": { + "color": "#222222", + "alpha": 1.0 + }, + "buttonOff": { + "color": "#222222", + "alpha": 1.0 + }, + "buttonHoverOn": { + "color": "#000000", + "alpha": 1.0 + }, + "buttonHoverOff": { + "color": "#222222", + "alpha": 1.0 + }, + "buttonDisabled": { + "color": "#111111", + "alpha": 1.0 + } + } + }, + "fullscreen": { + "background": { + "color": "#111111", + "alpha": 0.8 + }, + "statusLabel": { + "margin": 0, + "background": { + "color": "#111111", + "alpha": 0.7 + }, + "foreground": { + "color": "#cccccc", + "alpha": 1.0 + }, + "highlight": { + "color": "#ffffff", + "alpha": 1.0 + }, + "shadow": false + } + }, + "icon": { + "width": 24, + "height": 24, + "color": "#ffffff", + "alpha": 1.0 + }, + "minimap": { + "circle": { + "rim256": { + "width": 256, + "height": 256, + "color": "#ffffff", + "alpha": 1.0 + }, + "mask256": { + "width": 256, + "height": 256, + "color": "#ffffff", + "alpha": 1.0 + }, + "rim512": { + "width": 512, + "height": 512, + "color": "#ffffff", + "alpha": 1.0 + }, + "mask512": { + "width": 512, + "height": 512, + "color": "#ffffff", + "alpha": 1.0 + }, + "rotates": false, + "margin": 6, + "labelTop": { + "margin": 0, + "background": { + "color": "#000000", + "alpha": 0.7 + }, + "foreground": { + "color": "#ffffff", + "alpha": 1.0 + }, + "highlight": { + "color": "#ffffff", + "alpha": 1.0 + }, + "shadow": false + }, + "labelTopInside": false, + "labelBottom": { + "margin": 0, + "background": { + "color": "#000000", + "alpha": 0.7 + }, + "foreground": { + "color": "#ffffff", + "alpha": 1.0 + }, + "highlight": { + "color": "#ffffff", + "alpha": 1.0 + }, + "shadow": false + }, + "labelBottomInside": false, + "compassLabel": { + "margin": 0, + "background": { + "color": "#000000", + "alpha": 0.0 + }, + "foreground": { + "color": "#ffffff", + "alpha": 1.0 + }, + "highlight": { + "color": "#ffffff", + "alpha": 1.0 + }, + "shadow": false + }, + "compassPoint": { + "width": 16, + "height": 16, + "color": "#111111", + "alpha": 0.5 + }, + "compassPointLabelPad": 0, + "compassPointOffset": -14.0, + "compassShowNorth": true, + "compassShowSouth": true, + "compassShowEast": true, + "compassShowWest": true, + "waypointOffset": 0.0, + "reticle": { + "color": "#222222", + "alpha": 0.4 + }, + "reticleHeading": { + "color": "#222222", + "alpha": 0.4 + }, + "reticleThickness": 1.25, + "reticleHeadingThickness": 2.25, + "reticleOffsetOuter": 30, + "reticleOffsetInner": 20, + "frame": { + "color": "#111111", + "alpha": 1.0 + }, + "prefix": "flat_" + }, + "square": { + "topLeft": { + "width": 8, + "height": 8, + "color": "#ffffff", + "alpha": 1.0 + }, + "top": { + "width": 1, + "height": 8, + "color": "#ffffff", + "alpha": 1.0 + }, + "topRight": { + "width": 8, + "height": 8, + "color": "#ffffff", + "alpha": 1.0 + }, + "right": { + "width": 8, + "height": 1, + "color": "#ffffff", + "alpha": 1.0 + }, + "bottomRight": { + "width": 8, + "height": 8, + "color": "#ffffff", + "alpha": 1.0 + }, + "bottom": { + "width": 1, + "height": 8, + "color": "#ffffff", + "alpha": 1.0 + }, + "bottomLeft": { + "width": 8, + "height": 8, + "color": "#ffffff", + "alpha": 1.0 + }, + "left": { + "width": 8, + "height": 1, + "color": "#ffffff", + "alpha": 1.0 + }, + "margin": 6, + "labelTop": { + "margin": 0, + "background": { + "color": "#000000", + "alpha": 0.7 + }, + "foreground": { + "color": "#ffffff", + "alpha": 1.0 + }, + "highlight": { + "color": "#ffffff", + "alpha": 1.0 + }, + "shadow": false + }, + "labelTopInside": false, + "labelBottom": { + "margin": 0, + "background": { + "color": "#000000", + "alpha": 0.7 + }, + "foreground": { + "color": "#ffffff", + "alpha": 1.0 + }, + "highlight": { + "color": "#ffffff", + "alpha": 1.0 + }, + "shadow": false + }, + "labelBottomInside": false, + "compassLabel": { + "margin": 0, + "background": { + "color": "#000000", + "alpha": 0.0 + }, + "foreground": { + "color": "#ffffff", + "alpha": 1.0 + }, + "highlight": { + "color": "#ffffff", + "alpha": 1.0 + }, + "shadow": false + }, + "compassPoint": { + "width": 16, + "height": 16, + "color": "#111111", + "alpha": 0.5 + }, + "compassPointLabelPad": 0, + "compassPointOffset": -12.0, + "compassShowNorth": true, + "compassShowSouth": true, + "compassShowEast": true, + "compassShowWest": true, + "waypointOffset": 0.0, + "reticle": { + "color": "#222222", + "alpha": 0.4 + }, + "reticleHeading": { + "color": "#222222", + "alpha": 0.4 + }, + "reticleThickness": 1.25, + "reticleHeadingThickness": 2.25, + "reticleOffsetOuter": 24, + "reticleOffsetInner": 20, + "frame": { + "color": "#111111", + "alpha": 1.0 + }, + "prefix": "flat_" + } + } +} \ No newline at end of file diff --git a/journeymap/server/5.5/journeymap.server.dim-1.config b/journeymap/server/5.5/journeymap.server.dim-1.config new file mode 100644 index 0000000..8fd3c55 --- /dev/null +++ b/journeymap/server/5.5/journeymap.server.dim-1.config @@ -0,0 +1,22 @@ +// JourneyMap server configuration file. Modify at your own risk! +// To restore the default settings, simply delete this file before starting Minecraft server +// For more information, go to: http://journeymap.info/JourneyMapServer +// +// Dimension -1 Configuration : Overrides the Global Server Configuration for this dimension - sent enable true to override global settings for this dim +{ + "enabled": "false", + "dimension": -1, + "opSurfaceMappingEnabled": "true", + "surfaceMappingEnabled": "true", + "opTopoMappingEnabled": "true", + "topoMappingEnabled": "true", + "opCaveMappingEnabled": "true", + "caveMappingEnabled": "true", + "opRadarEnabled": "true", + "radarEnabled": "true", + "playerRadarEnabled": "true", + "villagerRadarEnabled": "true", + "animalRadarEnabled": "true", + "mobRadarEnabled": "true", + "configVersion": "5.5.4" +} \ No newline at end of file diff --git a/journeymap/server/5.5/journeymap.server.dim0.config b/journeymap/server/5.5/journeymap.server.dim0.config new file mode 100644 index 0000000..7db20f9 --- /dev/null +++ b/journeymap/server/5.5/journeymap.server.dim0.config @@ -0,0 +1,22 @@ +// JourneyMap server configuration file. Modify at your own risk! +// To restore the default settings, simply delete this file before starting Minecraft server +// For more information, go to: http://journeymap.info/JourneyMapServer +// +// Dimension 0 Configuration : Overrides the Global Server Configuration for this dimension - sent enable true to override global settings for this dim +{ + "enabled": "false", + "dimension": 0, + "opSurfaceMappingEnabled": "true", + "surfaceMappingEnabled": "true", + "opTopoMappingEnabled": "true", + "topoMappingEnabled": "true", + "opCaveMappingEnabled": "true", + "caveMappingEnabled": "true", + "opRadarEnabled": "true", + "radarEnabled": "true", + "playerRadarEnabled": "true", + "villagerRadarEnabled": "true", + "animalRadarEnabled": "true", + "mobRadarEnabled": "true", + "configVersion": "5.5.4" +} \ No newline at end of file diff --git a/journeymap/server/5.5/journeymap.server.dim1.config b/journeymap/server/5.5/journeymap.server.dim1.config new file mode 100644 index 0000000..6359887 --- /dev/null +++ b/journeymap/server/5.5/journeymap.server.dim1.config @@ -0,0 +1,22 @@ +// JourneyMap server configuration file. Modify at your own risk! +// To restore the default settings, simply delete this file before starting Minecraft server +// For more information, go to: http://journeymap.info/JourneyMapServer +// +// Dimension 1 Configuration : Overrides the Global Server Configuration for this dimension - sent enable true to override global settings for this dim +{ + "enabled": "false", + "dimension": 1, + "opSurfaceMappingEnabled": "true", + "surfaceMappingEnabled": "true", + "opTopoMappingEnabled": "true", + "topoMappingEnabled": "true", + "opCaveMappingEnabled": "true", + "caveMappingEnabled": "true", + "opRadarEnabled": "true", + "radarEnabled": "true", + "playerRadarEnabled": "true", + "villagerRadarEnabled": "true", + "animalRadarEnabled": "true", + "mobRadarEnabled": "true", + "configVersion": "5.5.4" +} \ No newline at end of file diff --git a/journeymap/server/5.5/journeymap.server.dim10.config b/journeymap/server/5.5/journeymap.server.dim10.config new file mode 100644 index 0000000..8541f77 --- /dev/null +++ b/journeymap/server/5.5/journeymap.server.dim10.config @@ -0,0 +1,22 @@ +// JourneyMap server configuration file. Modify at your own risk! +// To restore the default settings, simply delete this file before starting Minecraft server +// For more information, go to: http://journeymap.info/JourneyMapServer +// +// Dimension 10 Configuration : Overrides the Global Server Configuration for this dimension - sent enable true to override global settings for this dim +{ + "enabled": "false", + "dimension": 10, + "opSurfaceMappingEnabled": "true", + "surfaceMappingEnabled": "true", + "opTopoMappingEnabled": "true", + "topoMappingEnabled": "true", + "opCaveMappingEnabled": "true", + "caveMappingEnabled": "true", + "opRadarEnabled": "true", + "radarEnabled": "true", + "playerRadarEnabled": "true", + "villagerRadarEnabled": "true", + "animalRadarEnabled": "true", + "mobRadarEnabled": "true", + "configVersion": "5.5.4" +} \ No newline at end of file diff --git a/journeymap/server/5.5/journeymap.server.dim144.config b/journeymap/server/5.5/journeymap.server.dim144.config new file mode 100644 index 0000000..61c3ba1 --- /dev/null +++ b/journeymap/server/5.5/journeymap.server.dim144.config @@ -0,0 +1,22 @@ +// JourneyMap server configuration file. Modify at your own risk! +// To restore the default settings, simply delete this file before starting Minecraft server +// For more information, go to: http://journeymap.info/JourneyMapServer +// +// Dimension 144 Configuration : Overrides the Global Server Configuration for this dimension - sent enable true to override global settings for this dim +{ + "enabled": "false", + "dimension": 144, + "opSurfaceMappingEnabled": "true", + "surfaceMappingEnabled": "true", + "opTopoMappingEnabled": "true", + "topoMappingEnabled": "true", + "opCaveMappingEnabled": "true", + "caveMappingEnabled": "true", + "opRadarEnabled": "true", + "radarEnabled": "true", + "playerRadarEnabled": "true", + "villagerRadarEnabled": "true", + "animalRadarEnabled": "true", + "mobRadarEnabled": "true", + "configVersion": "5.5.4" +} \ No newline at end of file diff --git a/journeymap/server/5.5/journeymap.server.dim2.config b/journeymap/server/5.5/journeymap.server.dim2.config new file mode 100644 index 0000000..66f5b33 --- /dev/null +++ b/journeymap/server/5.5/journeymap.server.dim2.config @@ -0,0 +1,22 @@ +// JourneyMap server configuration file. Modify at your own risk! +// To restore the default settings, simply delete this file before starting Minecraft server +// For more information, go to: http://journeymap.info/JourneyMapServer +// +// Dimension 2 Configuration : Overrides the Global Server Configuration for this dimension - sent enable true to override global settings for this dim +{ + "enabled": "false", + "dimension": 2, + "opSurfaceMappingEnabled": "true", + "surfaceMappingEnabled": "true", + "opTopoMappingEnabled": "true", + "topoMappingEnabled": "true", + "opCaveMappingEnabled": "true", + "caveMappingEnabled": "true", + "opRadarEnabled": "true", + "radarEnabled": "true", + "playerRadarEnabled": "true", + "villagerRadarEnabled": "true", + "animalRadarEnabled": "true", + "mobRadarEnabled": "true", + "configVersion": "5.5.4" +} \ No newline at end of file diff --git a/journeymap/server/5.5/journeymap.server.dim20.config b/journeymap/server/5.5/journeymap.server.dim20.config new file mode 100644 index 0000000..2e0413e --- /dev/null +++ b/journeymap/server/5.5/journeymap.server.dim20.config @@ -0,0 +1,22 @@ +// JourneyMap server configuration file. Modify at your own risk! +// To restore the default settings, simply delete this file before starting Minecraft server +// For more information, go to: http://journeymap.info/JourneyMapServer +// +// Dimension 20 Configuration : Overrides the Global Server Configuration for this dimension - sent enable true to override global settings for this dim +{ + "enabled": "false", + "dimension": 20, + "opSurfaceMappingEnabled": "true", + "surfaceMappingEnabled": "true", + "opTopoMappingEnabled": "true", + "topoMappingEnabled": "true", + "opCaveMappingEnabled": "true", + "caveMappingEnabled": "true", + "opRadarEnabled": "true", + "radarEnabled": "true", + "playerRadarEnabled": "true", + "villagerRadarEnabled": "true", + "animalRadarEnabled": "true", + "mobRadarEnabled": "true", + "configVersion": "5.5.4" +} \ No newline at end of file diff --git a/journeymap/server/5.5/journeymap.server.dim28885.config b/journeymap/server/5.5/journeymap.server.dim28885.config new file mode 100644 index 0000000..9d753e3 --- /dev/null +++ b/journeymap/server/5.5/journeymap.server.dim28885.config @@ -0,0 +1,22 @@ +// JourneyMap server configuration file. Modify at your own risk! +// To restore the default settings, simply delete this file before starting Minecraft server +// For more information, go to: http://journeymap.info/JourneyMapServer +// +// Dimension 28885 Configuration : Overrides the Global Server Configuration for this dimension - sent enable true to override global settings for this dim +{ + "enabled": "false", + "dimension": 28885, + "opSurfaceMappingEnabled": "true", + "surfaceMappingEnabled": "true", + "opTopoMappingEnabled": "true", + "topoMappingEnabled": "true", + "opCaveMappingEnabled": "true", + "caveMappingEnabled": "true", + "opRadarEnabled": "true", + "radarEnabled": "true", + "playerRadarEnabled": "true", + "villagerRadarEnabled": "true", + "animalRadarEnabled": "true", + "mobRadarEnabled": "true", + "configVersion": "5.5.4" +} \ No newline at end of file diff --git a/journeymap/server/5.5/journeymap.server.dim50.config b/journeymap/server/5.5/journeymap.server.dim50.config new file mode 100644 index 0000000..32f2645 --- /dev/null +++ b/journeymap/server/5.5/journeymap.server.dim50.config @@ -0,0 +1,22 @@ +// JourneyMap server configuration file. Modify at your own risk! +// To restore the default settings, simply delete this file before starting Minecraft server +// For more information, go to: http://journeymap.info/JourneyMapServer +// +// Dimension 50 Configuration : Overrides the Global Server Configuration for this dimension - sent enable true to override global settings for this dim +{ + "enabled": "false", + "dimension": 50, + "opSurfaceMappingEnabled": "true", + "surfaceMappingEnabled": "true", + "opTopoMappingEnabled": "true", + "topoMappingEnabled": "true", + "opCaveMappingEnabled": "true", + "caveMappingEnabled": "true", + "opRadarEnabled": "true", + "radarEnabled": "true", + "playerRadarEnabled": "true", + "villagerRadarEnabled": "true", + "animalRadarEnabled": "true", + "mobRadarEnabled": "true", + "configVersion": "5.5.4" +} \ No newline at end of file diff --git a/journeymap/server/5.5/journeymap.server.dim51.config b/journeymap/server/5.5/journeymap.server.dim51.config new file mode 100644 index 0000000..e366dd3 --- /dev/null +++ b/journeymap/server/5.5/journeymap.server.dim51.config @@ -0,0 +1,22 @@ +// JourneyMap server configuration file. Modify at your own risk! +// To restore the default settings, simply delete this file before starting Minecraft server +// For more information, go to: http://journeymap.info/JourneyMapServer +// +// Dimension 51 Configuration : Overrides the Global Server Configuration for this dimension - sent enable true to override global settings for this dim +{ + "enabled": "false", + "dimension": 51, + "opSurfaceMappingEnabled": "true", + "surfaceMappingEnabled": "true", + "opTopoMappingEnabled": "true", + "topoMappingEnabled": "true", + "opCaveMappingEnabled": "true", + "caveMappingEnabled": "true", + "opRadarEnabled": "true", + "radarEnabled": "true", + "playerRadarEnabled": "true", + "villagerRadarEnabled": "true", + "animalRadarEnabled": "true", + "mobRadarEnabled": "true", + "configVersion": "5.5.4" +} \ No newline at end of file diff --git a/journeymap/server/5.5/journeymap.server.dim52.config b/journeymap/server/5.5/journeymap.server.dim52.config new file mode 100644 index 0000000..ebe5e35 --- /dev/null +++ b/journeymap/server/5.5/journeymap.server.dim52.config @@ -0,0 +1,22 @@ +// JourneyMap server configuration file. Modify at your own risk! +// To restore the default settings, simply delete this file before starting Minecraft server +// For more information, go to: http://journeymap.info/JourneyMapServer +// +// Dimension 52 Configuration : Overrides the Global Server Configuration for this dimension - sent enable true to override global settings for this dim +{ + "enabled": "false", + "dimension": 52, + "opSurfaceMappingEnabled": "true", + "surfaceMappingEnabled": "true", + "opTopoMappingEnabled": "true", + "topoMappingEnabled": "true", + "opCaveMappingEnabled": "true", + "caveMappingEnabled": "true", + "opRadarEnabled": "true", + "radarEnabled": "true", + "playerRadarEnabled": "true", + "villagerRadarEnabled": "true", + "animalRadarEnabled": "true", + "mobRadarEnabled": "true", + "configVersion": "5.5.4" +} \ No newline at end of file diff --git a/journeymap/server/5.5/journeymap.server.dim53.config b/journeymap/server/5.5/journeymap.server.dim53.config new file mode 100644 index 0000000..8f18c9b --- /dev/null +++ b/journeymap/server/5.5/journeymap.server.dim53.config @@ -0,0 +1,22 @@ +// JourneyMap server configuration file. Modify at your own risk! +// To restore the default settings, simply delete this file before starting Minecraft server +// For more information, go to: http://journeymap.info/JourneyMapServer +// +// Dimension 53 Configuration : Overrides the Global Server Configuration for this dimension - sent enable true to override global settings for this dim +{ + "enabled": "false", + "dimension": 53, + "opSurfaceMappingEnabled": "true", + "surfaceMappingEnabled": "true", + "opTopoMappingEnabled": "true", + "topoMappingEnabled": "true", + "opCaveMappingEnabled": "true", + "caveMappingEnabled": "true", + "opRadarEnabled": "true", + "radarEnabled": "true", + "playerRadarEnabled": "true", + "villagerRadarEnabled": "true", + "animalRadarEnabled": "true", + "mobRadarEnabled": "true", + "configVersion": "5.5.4" +} \ No newline at end of file diff --git a/journeymap/server/5.5/journeymap.server.dim7.config b/journeymap/server/5.5/journeymap.server.dim7.config new file mode 100644 index 0000000..729ae4d --- /dev/null +++ b/journeymap/server/5.5/journeymap.server.dim7.config @@ -0,0 +1,22 @@ +// JourneyMap server configuration file. Modify at your own risk! +// To restore the default settings, simply delete this file before starting Minecraft server +// For more information, go to: http://journeymap.info/JourneyMapServer +// +// Dimension 7 Configuration : Overrides the Global Server Configuration for this dimension - sent enable true to override global settings for this dim +{ + "enabled": "false", + "dimension": 7, + "opSurfaceMappingEnabled": "true", + "surfaceMappingEnabled": "true", + "opTopoMappingEnabled": "true", + "topoMappingEnabled": "true", + "opCaveMappingEnabled": "true", + "caveMappingEnabled": "true", + "opRadarEnabled": "true", + "radarEnabled": "true", + "playerRadarEnabled": "true", + "villagerRadarEnabled": "true", + "animalRadarEnabled": "true", + "mobRadarEnabled": "true", + "configVersion": "5.5.4" +} \ No newline at end of file diff --git a/journeymap/server/5.5/journeymap.server.global.config b/journeymap/server/5.5/journeymap.server.global.config new file mode 100644 index 0000000..cc83fe9 --- /dev/null +++ b/journeymap/server/5.5/journeymap.server.global.config @@ -0,0 +1,22 @@ +// JourneyMap server configuration file. Modify at your own risk! +// To restore the default settings, simply delete this file before starting Minecraft server +// For more information, go to: http://journeymap.info/JourneyMapServer +// +// Global Server Configuration : Applies to all dimensions unless overridden. 'WorldID is Read Only' +{ + "teleportEnabled": "false", + "useWorldId": "false", + "opSurfaceMappingEnabled": "true", + "surfaceMappingEnabled": "true", + "opTopoMappingEnabled": "true", + "topoMappingEnabled": "true", + "opCaveMappingEnabled": "true", + "caveMappingEnabled": "true", + "opRadarEnabled": "true", + "radarEnabled": "true", + "playerRadarEnabled": "true", + "villagerRadarEnabled": "true", + "animalRadarEnabled": "true", + "mobRadarEnabled": "true", + "configVersion": "5.5.4" +} \ No newline at end of file diff --git a/libraries/com/typesafe/akka/akka-actor_2.11/2.3.3/akka-actor_2.11-2.3.3.jar b/libraries/com/typesafe/akka/akka-actor_2.11/2.3.3/akka-actor_2.11-2.3.3.jar new file mode 100644 index 0000000..b3164ef Binary files /dev/null and b/libraries/com/typesafe/akka/akka-actor_2.11/2.3.3/akka-actor_2.11-2.3.3.jar differ diff --git a/libraries/com/typesafe/config/1.2.1/config-1.2.1.jar b/libraries/com/typesafe/config/1.2.1/config-1.2.1.jar new file mode 100644 index 0000000..d2ed5a6 Binary files /dev/null and b/libraries/com/typesafe/config/1.2.1/config-1.2.1.jar differ diff --git a/libraries/java3d/vecmath/1.5.2/vecmath-1.5.2.jar b/libraries/java3d/vecmath/1.5.2/vecmath-1.5.2.jar new file mode 100644 index 0000000..3eda5f9 Binary files /dev/null and b/libraries/java3d/vecmath/1.5.2/vecmath-1.5.2.jar differ diff --git a/libraries/lzma/lzma/0.0.1/lzma-0.0.1.jar b/libraries/lzma/lzma/0.0.1/lzma-0.0.1.jar new file mode 100644 index 0000000..a2572d3 Binary files /dev/null and b/libraries/lzma/lzma/0.0.1/lzma-0.0.1.jar differ diff --git a/libraries/net/minecraft/launchwrapper/1.12/launchwrapper-1.12.jar b/libraries/net/minecraft/launchwrapper/1.12/launchwrapper-1.12.jar new file mode 100644 index 0000000..0823549 Binary files /dev/null and b/libraries/net/minecraft/launchwrapper/1.12/launchwrapper-1.12.jar differ diff --git a/libraries/net/minecraftforge/forge/1.12.2-14.23.5.2860/forge-1.12.2-14.23.5.2860.jar b/libraries/net/minecraftforge/forge/1.12.2-14.23.5.2860/forge-1.12.2-14.23.5.2860.jar new file mode 100644 index 0000000..b06cd54 Binary files /dev/null and b/libraries/net/minecraftforge/forge/1.12.2-14.23.5.2860/forge-1.12.2-14.23.5.2860.jar differ diff --git a/libraries/net/sf/jopt-simple/jopt-simple/5.0.3/jopt-simple-5.0.3.jar b/libraries/net/sf/jopt-simple/jopt-simple/5.0.3/jopt-simple-5.0.3.jar new file mode 100644 index 0000000..39a78d0 Binary files /dev/null and b/libraries/net/sf/jopt-simple/jopt-simple/5.0.3/jopt-simple-5.0.3.jar differ diff --git a/libraries/net/sf/trove4j/trove4j/3.0.3/trove4j-3.0.3.jar b/libraries/net/sf/trove4j/trove4j/3.0.3/trove4j-3.0.3.jar new file mode 100644 index 0000000..cd00f93 Binary files /dev/null and b/libraries/net/sf/trove4j/trove4j/3.0.3/trove4j-3.0.3.jar differ diff --git a/libraries/org/apache/logging/log4j/log4j-api/2.15.0/log4j-api-2.15.0.jar b/libraries/org/apache/logging/log4j/log4j-api/2.15.0/log4j-api-2.15.0.jar new file mode 100644 index 0000000..a662571 Binary files /dev/null and b/libraries/org/apache/logging/log4j/log4j-api/2.15.0/log4j-api-2.15.0.jar differ diff --git a/libraries/org/apache/logging/log4j/log4j-core/2.15.0/log4j-core-2.15.0.jar b/libraries/org/apache/logging/log4j/log4j-core/2.15.0/log4j-core-2.15.0.jar new file mode 100644 index 0000000..f7e14b8 Binary files /dev/null and b/libraries/org/apache/logging/log4j/log4j-core/2.15.0/log4j-core-2.15.0.jar differ diff --git a/libraries/org/apache/maven/maven-artifact/3.5.3/maven-artifact-3.5.3.jar b/libraries/org/apache/maven/maven-artifact/3.5.3/maven-artifact-3.5.3.jar new file mode 100644 index 0000000..c509c33 Binary files /dev/null and b/libraries/org/apache/maven/maven-artifact/3.5.3/maven-artifact-3.5.3.jar differ diff --git a/libraries/org/jline/jline/3.5.1/jline-3.5.1.jar b/libraries/org/jline/jline/3.5.1/jline-3.5.1.jar new file mode 100644 index 0000000..80515ed Binary files /dev/null and b/libraries/org/jline/jline/3.5.1/jline-3.5.1.jar differ diff --git a/libraries/org/ow2/asm/asm-debug-all/5.2/asm-debug-all-5.2.jar b/libraries/org/ow2/asm/asm-debug-all/5.2/asm-debug-all-5.2.jar new file mode 100644 index 0000000..7a78ef5 Binary files /dev/null and b/libraries/org/ow2/asm/asm-debug-all/5.2/asm-debug-all-5.2.jar differ diff --git a/libraries/org/scala-lang/plugins/scala-continuations-library_2.11/1.0.2_mc/scala-continuations-library_2.11-1.0.2_mc.jar b/libraries/org/scala-lang/plugins/scala-continuations-library_2.11/1.0.2_mc/scala-continuations-library_2.11-1.0.2_mc.jar new file mode 100644 index 0000000..4705d49 Binary files /dev/null and b/libraries/org/scala-lang/plugins/scala-continuations-library_2.11/1.0.2_mc/scala-continuations-library_2.11-1.0.2_mc.jar differ diff --git a/libraries/org/scala-lang/plugins/scala-continuations-plugin_2.11.1/1.0.2_mc/scala-continuations-plugin_2.11.1-1.0.2_mc.jar b/libraries/org/scala-lang/plugins/scala-continuations-plugin_2.11.1/1.0.2_mc/scala-continuations-plugin_2.11.1-1.0.2_mc.jar new file mode 100644 index 0000000..4b70d7f Binary files /dev/null and b/libraries/org/scala-lang/plugins/scala-continuations-plugin_2.11.1/1.0.2_mc/scala-continuations-plugin_2.11.1-1.0.2_mc.jar differ diff --git a/libraries/org/scala-lang/scala-actors-migration_2.11/1.1.0/scala-actors-migration_2.11-1.1.0.jar b/libraries/org/scala-lang/scala-actors-migration_2.11/1.1.0/scala-actors-migration_2.11-1.1.0.jar new file mode 100644 index 0000000..7cc6d4c Binary files /dev/null and b/libraries/org/scala-lang/scala-actors-migration_2.11/1.1.0/scala-actors-migration_2.11-1.1.0.jar differ diff --git a/libraries/org/scala-lang/scala-compiler/2.11.1/scala-compiler-2.11.1.jar b/libraries/org/scala-lang/scala-compiler/2.11.1/scala-compiler-2.11.1.jar new file mode 100644 index 0000000..f908649 Binary files /dev/null and b/libraries/org/scala-lang/scala-compiler/2.11.1/scala-compiler-2.11.1.jar differ diff --git a/libraries/org/scala-lang/scala-library/2.11.1/scala-library-2.11.1.jar b/libraries/org/scala-lang/scala-library/2.11.1/scala-library-2.11.1.jar new file mode 100644 index 0000000..4f729dd Binary files /dev/null and b/libraries/org/scala-lang/scala-library/2.11.1/scala-library-2.11.1.jar differ diff --git a/libraries/org/scala-lang/scala-parser-combinators_2.11/1.0.1/scala-parser-combinators_2.11-1.0.1.jar b/libraries/org/scala-lang/scala-parser-combinators_2.11/1.0.1/scala-parser-combinators_2.11-1.0.1.jar new file mode 100644 index 0000000..fd758c8 Binary files /dev/null and b/libraries/org/scala-lang/scala-parser-combinators_2.11/1.0.1/scala-parser-combinators_2.11-1.0.1.jar differ diff --git a/libraries/org/scala-lang/scala-reflect/2.11.1/scala-reflect-2.11.1.jar b/libraries/org/scala-lang/scala-reflect/2.11.1/scala-reflect-2.11.1.jar new file mode 100644 index 0000000..dcde844 Binary files /dev/null and b/libraries/org/scala-lang/scala-reflect/2.11.1/scala-reflect-2.11.1.jar differ diff --git a/libraries/org/scala-lang/scala-swing_2.11/1.0.1/scala-swing_2.11-1.0.1.jar b/libraries/org/scala-lang/scala-swing_2.11/1.0.1/scala-swing_2.11-1.0.1.jar new file mode 100644 index 0000000..47a363e Binary files /dev/null and b/libraries/org/scala-lang/scala-swing_2.11/1.0.1/scala-swing_2.11-1.0.1.jar differ diff --git a/libraries/org/scala-lang/scala-xml_2.11/1.0.2/scala-xml_2.11-1.0.2.jar b/libraries/org/scala-lang/scala-xml_2.11/1.0.2/scala-xml_2.11-1.0.2.jar new file mode 100644 index 0000000..b1cf18d Binary files /dev/null and b/libraries/org/scala-lang/scala-xml_2.11/1.0.2/scala-xml_2.11-1.0.2.jar differ diff --git a/local/local_mercurius.cfg b/local/local_mercurius.cfg new file mode 100644 index 0000000..0b9d21c --- /dev/null +++ b/local/local_mercurius.cfg @@ -0,0 +1,7 @@ +# Configuration file + +general { + S:installID=579ecd1522a38cb2925628322d6731941b5f5026fd3763597c747e8bfc69ec94 +} + + diff --git a/logs/2025-05-09-1.log.gz b/logs/2025-05-09-1.log.gz new file mode 100644 index 0000000..946f9d5 Binary files /dev/null and b/logs/2025-05-09-1.log.gz differ diff --git a/logs/2025-05-09-2.log.gz b/logs/2025-05-09-2.log.gz new file mode 100644 index 0000000..d1d1851 Binary files /dev/null and b/logs/2025-05-09-2.log.gz differ diff --git a/logs/2025-05-09-3.log.gz b/logs/2025-05-09-3.log.gz new file mode 100644 index 0000000..f741af7 Binary files /dev/null and b/logs/2025-05-09-3.log.gz differ diff --git a/logs/2025-05-09-4.log.gz b/logs/2025-05-09-4.log.gz new file mode 100644 index 0000000..205915e Binary files /dev/null and b/logs/2025-05-09-4.log.gz differ diff --git a/logs/2025-05-09-5.log.gz b/logs/2025-05-09-5.log.gz new file mode 100644 index 0000000..d192fe7 Binary files /dev/null and b/logs/2025-05-09-5.log.gz differ diff --git a/logs/2025-05-10-1.log.gz b/logs/2025-05-10-1.log.gz new file mode 100644 index 0000000..52ebf04 Binary files /dev/null and b/logs/2025-05-10-1.log.gz differ diff --git a/logs/2025-05-10-2.log.gz b/logs/2025-05-10-2.log.gz new file mode 100644 index 0000000..edb12d7 Binary files /dev/null and b/logs/2025-05-10-2.log.gz differ diff --git a/logs/2025-05-10-3.log.gz b/logs/2025-05-10-3.log.gz new file mode 100644 index 0000000..924403f Binary files /dev/null and b/logs/2025-05-10-3.log.gz differ diff --git a/logs/2025-05-10-4.log.gz b/logs/2025-05-10-4.log.gz new file mode 100644 index 0000000..3418869 Binary files /dev/null and b/logs/2025-05-10-4.log.gz differ diff --git a/logs/2025-05-10-5.log.gz b/logs/2025-05-10-5.log.gz new file mode 100644 index 0000000..764257d Binary files /dev/null and b/logs/2025-05-10-5.log.gz differ diff --git a/logs/2025-05-10-6.log.gz b/logs/2025-05-10-6.log.gz new file mode 100644 index 0000000..8174160 Binary files /dev/null and b/logs/2025-05-10-6.log.gz differ diff --git a/logs/2025-05-10-7.log.gz b/logs/2025-05-10-7.log.gz new file mode 100644 index 0000000..a0f4248 Binary files /dev/null and b/logs/2025-05-10-7.log.gz differ diff --git a/logs/2025-05-11-1.log.gz b/logs/2025-05-11-1.log.gz new file mode 100644 index 0000000..3533ef6 Binary files /dev/null and b/logs/2025-05-11-1.log.gz differ diff --git a/logs/2025-05-12-1.log.gz b/logs/2025-05-12-1.log.gz new file mode 100644 index 0000000..bb81130 Binary files /dev/null and b/logs/2025-05-12-1.log.gz differ diff --git a/logs/2025-05-12-2.log.gz b/logs/2025-05-12-2.log.gz new file mode 100644 index 0000000..c25c6b6 Binary files /dev/null and b/logs/2025-05-12-2.log.gz differ diff --git a/logs/2025-05-12-3.log.gz b/logs/2025-05-12-3.log.gz new file mode 100644 index 0000000..477cc58 Binary files /dev/null and b/logs/2025-05-12-3.log.gz differ diff --git a/logs/2025-05-12-4.log.gz b/logs/2025-05-12-4.log.gz new file mode 100644 index 0000000..71374bc Binary files /dev/null and b/logs/2025-05-12-4.log.gz differ diff --git a/logs/2025-05-13-1.log.gz b/logs/2025-05-13-1.log.gz new file mode 100644 index 0000000..4010478 Binary files /dev/null and b/logs/2025-05-13-1.log.gz differ diff --git a/logs/2025-05-13-2.log.gz b/logs/2025-05-13-2.log.gz new file mode 100644 index 0000000..bc6b93c Binary files /dev/null and b/logs/2025-05-13-2.log.gz differ diff --git a/logs/2025-05-14-1.log.gz b/logs/2025-05-14-1.log.gz new file mode 100644 index 0000000..2d45ba2 Binary files /dev/null and b/logs/2025-05-14-1.log.gz differ diff --git a/logs/2025-05-14-2.log.gz b/logs/2025-05-14-2.log.gz new file mode 100644 index 0000000..1e01770 Binary files /dev/null and b/logs/2025-05-14-2.log.gz differ diff --git a/logs/2025-05-15-1.log.gz b/logs/2025-05-15-1.log.gz new file mode 100644 index 0000000..6103f70 Binary files /dev/null and b/logs/2025-05-15-1.log.gz differ diff --git a/logs/2025-05-15-2.log.gz b/logs/2025-05-15-2.log.gz new file mode 100644 index 0000000..7216c8b Binary files /dev/null and b/logs/2025-05-15-2.log.gz differ diff --git a/logs/2025-05-16-1.log.gz b/logs/2025-05-16-1.log.gz new file mode 100644 index 0000000..406e4f6 Binary files /dev/null and b/logs/2025-05-16-1.log.gz differ diff --git a/logs/2025-05-16-2.log.gz b/logs/2025-05-16-2.log.gz new file mode 100644 index 0000000..95f2c18 Binary files /dev/null and b/logs/2025-05-16-2.log.gz differ diff --git a/logs/buildcraft/scripts/buildcraft/book.log b/logs/buildcraft/scripts/buildcraft/book.log new file mode 100644 index 0000000..9c742cb --- /dev/null +++ b/logs/buildcraft/scripts/buildcraft/book.log @@ -0,0 +1,22 @@ +Started at: 2025-05-16T16:58:22.788 +############# +# +# Loading +# +############# + +# Found pack: .\mods\buildcraft-core-7.99.24.1.jar + +Found script: buildcraftlib/compat/buildcraft/book.txt + +Found script: buildcraftcore/compat/buildcraft/book.txt + +############# +# +# Executing +# +############# + +Adding buildcraftlib:meta as GuideBook [ buildcraftlib:meta, title = TranslatableComponent{key='buildcraft.guide.book.meta.name', args=[], siblings=[], style=Style{hasParent=false, color=null, bold=null, italic=null, underlined=null, obfuscated=null, clickEvent=null, hoverEvent=null, insertion=null}} ] +Adding buildcraftcore:main as GuideBook [ buildcraftcore:main, title = TranslatableComponent{key='item.buildcraft.guide.name', args=[], siblings=[], style=Style{hasParent=false, color=null, bold=null, italic=null, underlined=null, obfuscated=null, clickEvent=null, hoverEvent=null, insertion=null}} ] +Finished at: 2025-05-16T16:58:22.942, took 155ms diff --git a/logs/debug-1.log.gz b/logs/debug-1.log.gz new file mode 100644 index 0000000..94a2125 Binary files /dev/null and b/logs/debug-1.log.gz differ diff --git a/logs/debug-2.log.gz b/logs/debug-2.log.gz new file mode 100644 index 0000000..5903b2e Binary files /dev/null and b/logs/debug-2.log.gz differ diff --git a/logs/debug-3.log.gz b/logs/debug-3.log.gz new file mode 100644 index 0000000..679c507 Binary files /dev/null and b/logs/debug-3.log.gz differ diff --git a/logs/debug-4.log.gz b/logs/debug-4.log.gz new file mode 100644 index 0000000..a265c20 Binary files /dev/null and b/logs/debug-4.log.gz differ diff --git a/logs/debug-5.log.gz b/logs/debug-5.log.gz new file mode 100644 index 0000000..4fcc617 Binary files /dev/null and b/logs/debug-5.log.gz differ diff --git a/logs/debug.log b/logs/debug.log new file mode 100644 index 0000000..1e4ef4c --- /dev/null +++ b/logs/debug.log @@ -0,0 +1,91098 @@ +[16:57:10] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLServerTweaker +[16:57:10] [main/INFO] [LaunchWrapper]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLServerTweaker +[16:57:10] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLServerTweaker +[16:57:10] [main/DEBUG] [FML]: Injecting tracing printstreams for STDOUT/STDERR. +[16:57:10] [main/INFO] [FML]: Forge Mod Loader version 14.23.5.2860 for Minecraft 1.12.2 loading +[16:57:10] [main/INFO] [FML]: Java is OpenJDK 64-Bit Server VM, version 1.8.0_452, running on Windows Server 2022:amd64:10.0, installed at C:\Program Files\Eclipse Adoptium\jdk-8.0.452.9-hotspot\jre +[16:57:10] [main/DEBUG] [FML]: Java classpath at launch is: +[16:57:10] [main/DEBUG] [FML]: forge-1.12.2-14.23.5.2860.jar +[16:57:10] [main/DEBUG] [FML]: Java library path at launch is: +[16:57:10] [main/DEBUG] [FML]: C:\Program Files\Eclipse Adoptium\jdk-8.0.452.9-hotspot\bin +[16:57:10] [main/DEBUG] [FML]: C:\Windows\Sun\Java\bin +[16:57:10] [main/DEBUG] [FML]: C:\Windows\system32 +[16:57:10] [main/DEBUG] [FML]: C:\Windows +[16:57:10] [main/DEBUG] [FML]: C:\Program Files\Eclipse Adoptium\jdk-8.0.452.9-hotspot\bin +[16:57:10] [main/DEBUG] [FML]: C:\Program Files\Common Files\Oracle\Java\javapath +[16:57:10] [main/DEBUG] [FML]: C:\Program Files (x86)\Common Files\Oracle\Java\java8path +[16:57:10] [main/DEBUG] [FML]: C:\Program Files (x86)\Common Files\Oracle\Java\javapath +[16:57:10] [main/DEBUG] [FML]: C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.6\bin +[16:57:10] [main/DEBUG] [FML]: C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.6\libnvvp +[16:57:10] [main/DEBUG] [FML]: C:\Python312\Scripts\ +[16:57:10] [main/DEBUG] [FML]: C:\Python312\ +[16:57:10] [main/DEBUG] [FML]: C:\Windows\system32 +[16:57:10] [main/DEBUG] [FML]: C:\Windows +[16:57:10] [main/DEBUG] [FML]: C:\Windows\System32\Wbem +[16:57:10] [main/DEBUG] [FML]: C:\Windows\System32\WindowsPowerShell\v1.0\ +[16:57:10] [main/DEBUG] [FML]: C:\Windows\System32\OpenSSH\ +[16:57:10] [main/DEBUG] [FML]: C:\Program Files\PuTTY\ +[16:57:10] [main/DEBUG] [FML]: C:\Program Files\NVIDIA Corporation\NVIDIA NvDLISR +[16:57:10] [main/DEBUG] [FML]: C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common +[16:57:10] [main/DEBUG] [FML]: C:\Program Files\Git\cmd +[16:57:10] [main/DEBUG] [FML]: C:\Program Files\nodejs\ +[16:57:10] [main/DEBUG] [FML]: C:\ProgramData\chocolatey\bin +[16:57:10] [main/DEBUG] [FML]: C:\Program Files\WireGuard\ +[16:57:10] [main/DEBUG] [FML]: C:\Program Files\NVIDIA Corporation\Nsight Compute 2024.3.1\ +[16:57:10] [main/DEBUG] [FML]: C:\Program Files\Docker\Docker\resources\bin +[16:57:10] [main/DEBUG] [FML]: C:\Users\Administrator\AppData\Local\Programs\Python\Python310\Scripts +[16:57:10] [main/DEBUG] [FML]: C:\Users\Administrator\AppData\Local\Programs\Python\Python310\ +[16:57:10] [main/DEBUG] [FML]: C:\Users\Administrator\AppData\Local\Microsoft\WindowsApps +[16:57:10] [main/DEBUG] [FML]: C:\Users\Administrator\AppData\Roaming\npm +[16:57:10] [main/DEBUG] [FML]: C:\Users\Administrator\AppData\Local\Programs\Ollama +[16:57:10] [main/DEBUG] [FML]: C:\Users\Administrator\AppData\Local\GitHubDesktop\bin +[16:57:10] [main/DEBUG] [FML]: . +[16:57:10] [main/DEBUG] [FML]: Determined Minecraft Libraries Root: C:\Users\Administrator\Documents\GitHub\sevtech-server-1.12.2\libraries +[16:57:10] [main/DEBUG] [FML]: Cleaning up mods folder: .\mods +[16:57:10] [main/DEBUG] [FML]: Examining file: A Block of Charcoal-1.2.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: AbyssalCraft Integration-1.12.2-1.11.2.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: AbyssalCraft-1.12.2-1.9.19.1.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: ActuallyAdditions-1.12.2-r149.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: ActuallyBaubles-1.12-1.1.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: Animalium-0.3.8.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: antiqueatlas-1.12.2-4.5.1.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: AppleSkin-mc1.12-1.0.14.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: appliedenergistics2-rv6-stable-7.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: armoreablemobs-1.12.2-1.1.8.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: Aroma1997Core-1.12.2-2.0.0.2.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: AromaBackup-1.12.2-2.1.1.4.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: astikorcarts-1.12.2-0.1.2.7.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: astralsorcery-1.12.2-1.10.21.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: AutoRegLib-1.3-31.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: base-1.12.2-3.13.0.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: Baubles-1.12-1.5.2.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: bdlib-1.14.3.12-mc1.12.2.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: Better With Addons-0.50-hotfix.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: BetterAdvancements-1.12.2-0.1.0.77.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: BetterBedrock-1.12.2-5.1.11.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: BetterBuildersWands-1.12.2-0.13.2.271+5997513.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: BetterFoliage-MC1.12-2.3.1.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: BetterFps-1.4.8.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: BetterWithLib-1.12-1.5.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: BetterWithMods-1.12-2.3.20-1027.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: BiblioCraft[v2.4.5][MC1.12.2].jar +[16:57:10] [main/DEBUG] [FML]: Examining file: BloodMagic-1.12.2-2.4.1-103.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: BNBGamingCore-1.12.2-0.12.0.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: BNBGamingLib-1.12.2-2.17.6.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: bonsaitrees-1.1.4-b170.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: Bookshelf-1.12.2-2.3.581.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: BringBedrockBack-0.0.4.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: buildcraft-builders-7.99.24.1.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: buildcraft-core-7.99.24.1.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: buildcraft-factory-7.99.24.1.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: buildcraft-robotics-7.99.24.1.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: buildcraft-silicon-7.99.24.1.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: buildcraft-transport-7.99.24.1.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: BuildingGadgets-2.8.3.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: car-1.12.2-1.2.12.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: CarryOn MC1.12.2 v1.12.3.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: CD4017BE_lib-1.12.2-6.4.18.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: Ceramics-1.12-1.3.7.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: Chameleon-1.12-4.1.3.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: Chargers-1.12.2-1.2.0.4.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: Chisel-MC1.12.2-0.2.1.35.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: chiselsandbits-14.33.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: ClientTweaks_1.12.2-3.1.11.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: Clumps-3.1.2.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: CodeChickenLib-1.12.2-3.2.3.358-universal.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: ColouredTooltips-1.12.2-1.0.7.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: CommonCapabilities-1.12.2-2.4.1.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: compactmachines3-1.12.2-3.0.18-b278.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: conarm-1.12.2-1.2.4.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: ContentTweaker-1.12.2-4.9.1.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: Controlling-3.0.9.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: CookingForBlockheads_1.12.2-6.5.0.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: CraftTweaker2-1.12-4.1.20.574.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: CTM-MC1.12.2-0.3.3.22.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: Cucumber-1.12.2-1.1.3.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: CustomMainMenu-MC1.12.2-2.0.9.1.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: Cyclic-1.12.2-1.20.3.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: CyclopsCore-1.12.2-1.3.0.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: DarkUtils-1.12.2-1.8.230.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: davincisvessels-1.12-6.340-full.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: DeathCompass-0.0.3.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: DefaultOptions_1.12.2-9.2.8.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: despawningspawners-1.12-1.2.0-2.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: DimensionalControl-1.12.2-2.13.0.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: DimensionStages-1.12.2-2.0.23.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: Dung Pipe-1.2.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: ElevatorMod-1.12.2-1.4.2.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: EmberRootZoo-1.12.2-1.3.10.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: EnchantmentDescriptions-1.12.2-1.1.15.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: EnderStorage-1.12.2-2.4.6.137-universal.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: enderutilities-1.12.2-0.7.15.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: environmentaltech-1.12.2-2.0.20.1.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: ExtendedCrafting-1.12.2-1.5.6.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: ExtraPlanets-1.12.2-0.7.0.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: FancyBlockParticles-1.12.x-2.4.1.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: FarmingForBlockheads_1.12.2-3.1.28.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: Farseek-1.12-2.5.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: FastFurnace-1.12.2-1.3.1.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: FastWorkbench-1.12.2-1.7.3.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: FatCat-0.0.5.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: Ferdinand's Flowers-1.12.x-1.10.4.1.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: findme-1.12.2-1.1.0-8.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: foamfix-0.10.10-1.12.2.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: Forgelin-1.8.2.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: ForgeMultipart-1.12.2-2.6.1.81-universal.jar +[16:57:10] [main/DEBUG] [FML]: Found existing ContainDep extracted to C:\Users\Administrator\Documents\GitHub\sevtech-server-1.12.2\mods\1.12.2\ChickenASM-1.12-1.0.2.7.jar, skipping extraction +[16:57:10] [main/DEBUG] [FML]: Examining file: Galacticraft-Planets-1.12.2-4.0.2.280.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: GalacticraftCore-1.12.2-4.0.2.280.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: GalacticraftTweaker-1.12.2-1.0.3.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: GameStages-1.12.2-2.0.123.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: generators-0.9.20.12-mc1.12.2.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: Geolosys-1.12.2-2.2.6.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: GobbleCore-1.12-0.1.6.35.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: Guide-API-1.12-2.1.8-63.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: Harvest-1.12-1.2.7-20.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: HorsePower-1.12.2-2.6.4.74.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: HuntingDimension-1.12.2-1.0.42.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: Hwyla-1.8.26-B41_1.12.2.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: IGW-Mod-1.12.2-1.4.4-15-universal.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: immcraft-1.12-1.6.0.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: ImmersiveEngineering-0.12-98.jar +[16:57:10] [main/DEBUG] [FML]: Found existing ContainedDep META-INF/libraries/ImmersiveEngineering-0.12-98-core.jar(blusunrize:ImmersiveEngineering-core:0.12-98) from C:\Users\Administrator\Documents\GitHub\sevtech-server-1.12.2\mods\memory_repo\blusunrize\ImmersiveEngineering-core\0.12-98\ImmersiveEngineering-core-0.12-98.jar extracted to .\mods\ImmersiveEngineering-0.12-98.jar, skipping extraction +[16:57:10] [main/DEBUG] [FML]: Examining file: ImmersiveEngineering-core-0.12-98.jar +[16:57:10] [main/DEBUG] [FML]: Making maven link for blusunrize:ImmersiveEngineering:0.12-98 in memory to C:\Users\Administrator\Documents\GitHub\sevtech-server-1.12.2\.\mods\ImmersiveEngineering-0.12-98.jar. +[16:57:10] [main/DEBUG] [FML]: Examining file: immersivepetroleum-1.12.2-1.1.9.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: immersivetech-1.12-1.3.10.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: ImprovedBackpacks-1.12.2-1.5.0.0.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: incontrol-1.12-3.9.16.jar +[16:57:10] [main/DEBUG] [FML]: Found existing ContainedDep META-INF/libraries/mcjtytools-1.12-0.0.21.jar(com.github.mcjty:mcjtytools:0.0.21) from C:\Users\Administrator\Documents\GitHub\sevtech-server-1.12.2\mods\memory_repo\com\github\mcjty\mcjtytools\0.0.21\mcjtytools-0.0.21.jar extracted to .\mods\incontrol-1.12-3.9.16.jar, skipping extraction +[16:57:10] [main/DEBUG] [FML]: Examining file: mcjtytools-0.0.21.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: InductiveLogistics-1.12.2-1.3.4.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: industrialforegoing-1.12.2-1.12.13-237.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: InfoAccessories-1.12.2-1.0.11.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: IntegratedDynamics-1.12.2-1.0.14.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: InventoryTweaks-1.64+dev.151.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: IronBackpacks-1.12.2-3.0.8-12.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: ironchest-1.12.2-7.0.72.847.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: IronJetpacks-1.12-2-1.1.0.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: ItemStages-1.12.2-2.0.49.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: IvToolkit-1.3.3-1.12.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: jei_1.12.2-4.15.0.283.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: journeymap-1.12.2-5.5.4.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: JourneyMapStages-1.12.2-2.0.9.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: Just A Raft Mod-1.1.2.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: JustAFewFish-1.7_for_1.12.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: JustEnoughIDs-1.0.3-55.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: JustEnoughPetroleum-0.1.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: KleeSlabs_1.12.2-5.4.12.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: LibEx-1.12.2-1.0.8.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: LoadingScreens-1.12.2-0.3.1.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: LootTableTweaker-1.12.2-1.1.14.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: MagmaMonsters-0.3.0.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: Mantle-1.12-1.3.3.55.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: mcjtylib-1.12-3.5.4.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: Mekanism-1.12.2-9.8.3.390.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: mekatweaks-1.0.0-3.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: Mercurius-1.12.2.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: MicdoodleCore-1.12.2-4.0.2.280.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: MJRLegendsLib-1.12.2-1.2.0.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: mobends-0.24_for_MC-1.12.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: MobGrindingUtils-0.3.13.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: MobStages-1.12.2-2.0.13.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: modtweaker-4.0.17.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: modular-routers-1.12.2-3.3.0-33.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: modularmachinery-1.9.5.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: moreoverlays-1.15.1-mc1.12.2.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: Morpheus-1.12.2-3.5.106.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: MouseTweaks-2.10-mc1.12.2.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: movingworld-1.12-6.353-full.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: mpbasic-1.12.2-1.4.11.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: MPUtils-1.12.2-1.5.7.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: MTLib-3.0.6.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: multiblockstages-1.2.0.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: MundaneRedstone-1.1.4.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: mystagradcompat-1.2.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: MysticalAgradditions-1.12.2-1.3.2.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: MysticalAgriculture-1.12.2-1.7.5.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: natura-1.12.2-4.3.2.69.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: NaturesCompass-1.12.2-1.5.1.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: Neat 1.4-17.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: NetherEx-1.12.2-2.0.8.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: noRecipeBook_v1.2.2formc1.12.2.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: NoWorldgen5You-1.12.2-1.0.6.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: Nutrition-1.12.2-4.3.0.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: OceanFloor-1.12.2-1.0.2.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: oeintegration-2.3.4.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: OreExcavation-1.4.150.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: OreStages-1.12.2-2.0.37.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: Overloaded-1.12.2-0.0.59.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: PickleTweaks-1.12.2-2.1.3.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: Placebo-1.12.2-1.6.0.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: PlayerAPI-1.12.1-1.0.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: playerbosses-1.12.2-1.1.0.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: playerskin-1.12.2-1.0.5.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: pneumaticcraft-repressurized-1.12.2-0.11.1-361.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: PowerAdapters-1.12.2-1.0.9.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: Prestige-1.12.2-1.1.30.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: PrimalChests-1.0.3.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: PrimalCore-1.12.2-0.6.104.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: PrimalTech-0.3.5.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: ProgressionTweaks-1.12.2-0.3.40.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: ProportionalDestructionParticles-1.12.2-1.2.4.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: prospectors-1.0.2.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: QuantumStorage-1.12-4.6.8.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: Quark-r1.5-158.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: QuickLeafDecay-MC1.12.1-1.2.4.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: randompatches-1.12.2-1.22.0.0.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: rangedpumps-0.5.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: RealisticItemDrops-1.2.14.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: reauth-3.6.0.jar +[16:57:10] [main/DEBUG] [FML]: Making maven link for technicianlp:reauth:3.6.0 in memory to C:\Users\Administrator\Documents\GitHub\sevtech-server-1.12.2\.\mods\reauth-3.6.0.jar. +[16:57:10] [main/DEBUG] [FML]: Examining file: RebornCore-1.12.2-3.19.5-universal.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: RebornStorage-1.12.2-3.3.4.1.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: RecipeStages-1.1.3.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: RecurrentComplex-1.4.8.2.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: RedstoneFlux-1.12-2.1.0.6-universal.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: refinedstorage-1.6.16.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: refinedstorageaddons-0.4.5.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: ResourceLoader-MC1.12.1-1.5.3.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: rftools-1.12-7.73.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: rftoolsctrl-1.12-2.0.2.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: roadrunner-1.0.1.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: rustic-1.1.4.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: Scannable-MC1.12.2-1.6.3.24.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: sevpatches-1.9-10.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: SevTweaks-0.4.0-1.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: SevTweaksNPC-0.0.4.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: simpleautorun-1.12.2-1.2.0.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: simplegenerators-1.12.2-2.0.20.2.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: simpleplanes-1.12.2-3.0.1.7.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: SimpleStorageNetwork-1.12.2-1.7.11.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: simpletomb-1.12.2-1.0.0.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: SimplyArrows-1.12.2-1.0.4.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: SmoothFont-mc1.12.2-2.1.2.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: SpartanShields-1.12.2-1.5.4.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: spatialservermod-1.3.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: StevesCarts-1.12.2-2.4.32.137.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: stg-1.12.2-1.2.3.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: StorageDrawers-1.12.2-5.4.2.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: Streams-1.12-0.4.8.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: StuffASockInIt-1.12.2-1.1.32.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: supersoundmuffler-revived_1.12.2_1.0.2.10.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: TallGates-1.12.2-1.0.0.1.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: TConstruct-1.12.2-2.12.0.135.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: tesla-core-lib-1.12.2-1.0.15.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: The Beneath-1.12.2-1.5.1.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: TheBetweenlands-3.5.10-universal.jar +[16:57:10] [main/DEBUG] [FML]: Found existing ContainedDep TheBetweenlands-3.5.10-core.jar(angrypixel:TheBetweenlands:3.5.10:core) from C:\Users\Administrator\Documents\GitHub\sevtech-server-1.12.2\mods\memory_repo\angrypixel\TheBetweenlands\3.5.10\TheBetweenlands-3.5.10-core.jar extracted to .\mods\TheBetweenlands-3.5.10-universal.jar, skipping extraction +[16:57:10] [main/DEBUG] [FML]: Examining file: TheBetweenlands-3.5.10-core.jar +[16:57:10] [main/DEBUG] [FML]: Making maven link for angrypixel:TheBetweenlands:3.5.10:universal in memory to C:\Users\Administrator\Documents\GitHub\sevtech-server-1.12.2\.\mods\TheBetweenlands-3.5.10-universal.jar. +[16:57:10] [main/DEBUG] [FML]: Examining file: ThirstyBottles-1.12.2-2.0.1.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: timecontrol-1.12.2-1.0.0.0-beta.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: TinkersComplement-1.12.2-0.4.3.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: TinkerStages-1.12.2-2.0.17.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: TinkerToolLeveling-1.12.2-1.1.0.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: TipTheScales-1.12.2-1.0.4.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: Toast Control-1.12.2-1.8.1.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: togetherforever-1.12.2-1.0.12-22.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: Totemic-1.12.2-0.11.6.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: tothebatpoles-1.12.2-1.1.0.1.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: Translocators-1.12.2-2.5.2.81-universal.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: Traverse-1.12.2-1.6.0-69.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: TreeChopper-1.12.2-1.2.4.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: Triumph-1.12.2-3.19.2.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: trumpetskeleton-1.12-1.0.2.1.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: tumbleweed-1.12-0.4.7.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: twilightforest-1.12.2-3.8.689-universal.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: Uppers-0.0.6.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: valkyrielib-1.12.2-2.0.20.1.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: ViesCraft-1.12.2-5.9.16.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: VillagerTrades-1.12-0.6.4.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: Waddles-1.12.2-0.6.0.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: WailaStages-1.12.2-2.0.23.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: walljump-1.12.2-1.3.2.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: WanionLib-1.12.2-2.2.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: WaterControlExtreme-1.0.2.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: WaterStrainer-1.12-3.2.0.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: Wawla-1.12.2-2.6.275.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: weirdinggadget-1.12.2-2.1.16-universal.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: WildCrops-1.12-1.0.1.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: WitherSkeletonTweaks-1.12.2-2.6.3.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: Wopper-1.12-r5.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: xnet-1.12-1.8.2.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: YNot-0.2.4.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: yoyos_1.12.2-1.3.0.21.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: zenloot-0.1-1.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: zenstages-0.5.0.jar +[16:57:10] [main/DEBUG] [FML]: Examining file: [1.12]MoVillages-1.5.4.jar +[16:57:10] [main/DEBUG] [FML]: Cleaning up mods folder: .\mods\1.12.2 +[16:57:10] [main/DEBUG] [FML]: Examining file: ChickenASM-1.12-1.0.2.7.jar +[16:57:10] [main/DEBUG] [FML]: File already proccessed C:\Users\Administrator\Documents\GitHub\sevtech-server-1.12.2\.\mods\memory_repo\blusunrize\ImmersiveEngineering-core\0.12-98\ImmersiveEngineering-core-0.12-98.jar, Skipping +[16:57:10] [main/DEBUG] [FML]: File already proccessed C:\Users\Administrator\Documents\GitHub\sevtech-server-1.12.2\.\mods\ImmersiveEngineering-0.12-98.jar, Skipping +[16:57:10] [main/DEBUG] [FML]: File already proccessed C:\Users\Administrator\Documents\GitHub\sevtech-server-1.12.2\.\mods\memory_repo\com\github\mcjty\mcjtytools\0.0.21\mcjtytools-0.0.21.jar, Skipping +[16:57:10] [main/DEBUG] [FML]: File already proccessed C:\Users\Administrator\Documents\GitHub\sevtech-server-1.12.2\.\mods\reauth-3.6.0.jar, Skipping +[16:57:10] [main/DEBUG] [FML]: File already proccessed C:\Users\Administrator\Documents\GitHub\sevtech-server-1.12.2\.\mods\memory_repo\angrypixel\TheBetweenlands\3.5.10\TheBetweenlands-3.5.10-core.jar, Skipping +[16:57:10] [main/DEBUG] [FML]: File already proccessed C:\Users\Administrator\Documents\GitHub\sevtech-server-1.12.2\.\mods\TheBetweenlands-3.5.10-universal.jar, Skipping +[16:57:10] [main/DEBUG] [FML]: Enabling runtime deobfuscation +[16:57:10] [main/DEBUG] [FML]: Instantiating coremod class FMLCorePlugin +[16:57:10] [main/DEBUG] [FML]: Found signing certificates for coremod FMLCorePlugin (net.minecraftforge.fml.relauncher.FMLCorePlugin) +[16:57:10] [main/DEBUG] [FML]: Found certificate e3c3d50c7c986df74c645c0ac54639741c90a557 +[16:57:10] [main/DEBUG] [FML]: Added access transformer class net.minecraftforge.fml.common.asm.transformers.AccessTransformer to enqueued access transformers +[16:57:10] [main/DEBUG] [FML]: Enqueued coremod FMLCorePlugin +[16:57:10] [main/DEBUG] [FML]: Instantiating coremod class FMLForgePlugin +[16:57:10] [main/DEBUG] [FML]: Found signing certificates for coremod FMLForgePlugin (net.minecraftforge.classloading.FMLForgePlugin) +[16:57:10] [main/DEBUG] [FML]: Found certificate e3c3d50c7c986df74c645c0ac54639741c90a557 +[16:57:10] [main/DEBUG] [FML]: Enqueued coremod FMLForgePlugin +[16:57:10] [main/DEBUG] [FML]: All fundamental core mods are successfully located +[16:57:10] [main/DEBUG] [FML]: Discovering coremods +[16:57:10] [main/INFO] [FML]: Searching C:\Users\Administrator\Documents\GitHub\sevtech-server-1.12.2\.\mods for mods +[16:57:10] [main/DEBUG] [FML]: Adding A Block of Charcoal-1.2.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding AbyssalCraft Integration-1.12.2-1.11.2.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding AbyssalCraft-1.12.2-1.9.19.1.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding ActuallyAdditions-1.12.2-r149.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding ActuallyBaubles-1.12-1.1.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding Animalium-0.3.8.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding antiqueatlas-1.12.2-4.5.1.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding AppleSkin-mc1.12-1.0.14.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding appliedenergistics2-rv6-stable-7.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding armoreablemobs-1.12.2-1.1.8.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding Aroma1997Core-1.12.2-2.0.0.2.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding AromaBackup-1.12.2-2.1.1.4.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding astikorcarts-1.12.2-0.1.2.7.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding astralsorcery-1.12.2-1.10.21.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding AutoRegLib-1.3-31.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding base-1.12.2-3.13.0.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding Baubles-1.12-1.5.2.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding bdlib-1.14.3.12-mc1.12.2.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding Better With Addons-0.50-hotfix.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding BetterAdvancements-1.12.2-0.1.0.77.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding BetterBedrock-1.12.2-5.1.11.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding BetterBuildersWands-1.12.2-0.13.2.271+5997513.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding BetterFoliage-MC1.12-2.3.1.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding BetterFps-1.4.8.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding BetterWithLib-1.12-1.5.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding BetterWithMods-1.12-2.3.20-1027.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding BiblioCraft[v2.4.5][MC1.12.2].jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding BloodMagic-1.12.2-2.4.1-103.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding BNBGamingCore-1.12.2-0.12.0.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding BNBGamingLib-1.12.2-2.17.6.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding bonsaitrees-1.1.4-b170.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding Bookshelf-1.12.2-2.3.581.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding BringBedrockBack-0.0.4.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding buildcraft-builders-7.99.24.1.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding buildcraft-core-7.99.24.1.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding buildcraft-factory-7.99.24.1.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding buildcraft-robotics-7.99.24.1.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding buildcraft-silicon-7.99.24.1.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding buildcraft-transport-7.99.24.1.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding BuildingGadgets-2.8.3.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding car-1.12.2-1.2.12.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding CarryOn MC1.12.2 v1.12.3.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding CD4017BE_lib-1.12.2-6.4.18.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding Ceramics-1.12-1.3.7.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding Chameleon-1.12-4.1.3.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding Chargers-1.12.2-1.2.0.4.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding Chisel-MC1.12.2-0.2.1.35.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding chiselsandbits-14.33.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding ClientTweaks_1.12.2-3.1.11.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding Clumps-3.1.2.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding CodeChickenLib-1.12.2-3.2.3.358-universal.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding ColouredTooltips-1.12.2-1.0.7.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding CommonCapabilities-1.12.2-2.4.1.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding compactmachines3-1.12.2-3.0.18-b278.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding conarm-1.12.2-1.2.4.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding ContentTweaker-1.12.2-4.9.1.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding Controlling-3.0.9.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding CookingForBlockheads_1.12.2-6.5.0.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding CraftTweaker2-1.12-4.1.20.574.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding CTM-MC1.12.2-0.3.3.22.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding Cucumber-1.12.2-1.1.3.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding CustomMainMenu-MC1.12.2-2.0.9.1.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding Cyclic-1.12.2-1.20.3.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding CyclopsCore-1.12.2-1.3.0.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding DarkUtils-1.12.2-1.8.230.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding davincisvessels-1.12-6.340-full.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding DeathCompass-0.0.3.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding DefaultOptions_1.12.2-9.2.8.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding despawningspawners-1.12-1.2.0-2.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding DimensionalControl-1.12.2-2.13.0.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding DimensionStages-1.12.2-2.0.23.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding Dung Pipe-1.2.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding ElevatorMod-1.12.2-1.4.2.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding EmberRootZoo-1.12.2-1.3.10.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding EnchantmentDescriptions-1.12.2-1.1.15.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding EnderStorage-1.12.2-2.4.6.137-universal.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding enderutilities-1.12.2-0.7.15.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding environmentaltech-1.12.2-2.0.20.1.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding ExtendedCrafting-1.12.2-1.5.6.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding ExtraPlanets-1.12.2-0.7.0.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding FancyBlockParticles-1.12.x-2.4.1.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding FarmingForBlockheads_1.12.2-3.1.28.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding Farseek-1.12-2.5.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding FastFurnace-1.12.2-1.3.1.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding FastWorkbench-1.12.2-1.7.3.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding FatCat-0.0.5.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding Ferdinand's Flowers-1.12.x-1.10.4.1.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding findme-1.12.2-1.1.0-8.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding foamfix-0.10.10-1.12.2.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding Forgelin-1.8.2.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding ForgeMultipart-1.12.2-2.6.1.81-universal.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding Galacticraft-Planets-1.12.2-4.0.2.280.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding GalacticraftCore-1.12.2-4.0.2.280.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding GalacticraftTweaker-1.12.2-1.0.3.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding GameStages-1.12.2-2.0.123.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding generators-0.9.20.12-mc1.12.2.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding Geolosys-1.12.2-2.2.6.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding GobbleCore-1.12-0.1.6.35.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding Guide-API-1.12-2.1.8-63.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding Harvest-1.12-1.2.7-20.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding HorsePower-1.12.2-2.6.4.74.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding HuntingDimension-1.12.2-1.0.42.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding Hwyla-1.8.26-B41_1.12.2.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding IGW-Mod-1.12.2-1.4.4-15-universal.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding immcraft-1.12-1.6.0.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding ImmersiveEngineering-0.12-98.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding immersivepetroleum-1.12.2-1.1.9.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding immersivetech-1.12-1.3.10.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding ImprovedBackpacks-1.12.2-1.5.0.0.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding incontrol-1.12-3.9.16.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding InductiveLogistics-1.12.2-1.3.4.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding industrialforegoing-1.12.2-1.12.13-237.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding InfoAccessories-1.12.2-1.0.11.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding IntegratedDynamics-1.12.2-1.0.14.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding InventoryTweaks-1.64+dev.151.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding IronBackpacks-1.12.2-3.0.8-12.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding ironchest-1.12.2-7.0.72.847.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding IronJetpacks-1.12-2-1.1.0.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding ItemStages-1.12.2-2.0.49.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding IvToolkit-1.3.3-1.12.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding jei_1.12.2-4.15.0.283.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding journeymap-1.12.2-5.5.4.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding JourneyMapStages-1.12.2-2.0.9.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding Just A Raft Mod-1.1.2.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding JustAFewFish-1.7_for_1.12.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding JustEnoughIDs-1.0.3-55.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding JustEnoughPetroleum-0.1.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding KleeSlabs_1.12.2-5.4.12.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding LibEx-1.12.2-1.0.8.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding LoadingScreens-1.12.2-0.3.1.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding LootTableTweaker-1.12.2-1.1.14.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding MagmaMonsters-0.3.0.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding Mantle-1.12-1.3.3.55.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding mcjtylib-1.12-3.5.4.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding Mekanism-1.12.2-9.8.3.390.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding mekatweaks-1.0.0-3.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding Mercurius-1.12.2.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding MicdoodleCore-1.12.2-4.0.2.280.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding MJRLegendsLib-1.12.2-1.2.0.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding mobends-0.24_for_MC-1.12.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding MobGrindingUtils-0.3.13.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding MobStages-1.12.2-2.0.13.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding modtweaker-4.0.17.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding modular-routers-1.12.2-3.3.0-33.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding modularmachinery-1.9.5.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding moreoverlays-1.15.1-mc1.12.2.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding Morpheus-1.12.2-3.5.106.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding MouseTweaks-2.10-mc1.12.2.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding movingworld-1.12-6.353-full.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding mpbasic-1.12.2-1.4.11.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding MPUtils-1.12.2-1.5.7.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding MTLib-3.0.6.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding multiblockstages-1.2.0.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding MundaneRedstone-1.1.4.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding mystagradcompat-1.2.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding MysticalAgradditions-1.12.2-1.3.2.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding MysticalAgriculture-1.12.2-1.7.5.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding natura-1.12.2-4.3.2.69.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding NaturesCompass-1.12.2-1.5.1.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding Neat 1.4-17.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding NetherEx-1.12.2-2.0.8.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding noRecipeBook_v1.2.2formc1.12.2.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding NoWorldgen5You-1.12.2-1.0.6.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding Nutrition-1.12.2-4.3.0.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding OceanFloor-1.12.2-1.0.2.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding oeintegration-2.3.4.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding OreExcavation-1.4.150.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding OreStages-1.12.2-2.0.37.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding Overloaded-1.12.2-0.0.59.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding PickleTweaks-1.12.2-2.1.3.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding Placebo-1.12.2-1.6.0.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding PlayerAPI-1.12.1-1.0.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding playerbosses-1.12.2-1.1.0.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding playerskin-1.12.2-1.0.5.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding pneumaticcraft-repressurized-1.12.2-0.11.1-361.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding PowerAdapters-1.12.2-1.0.9.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding Prestige-1.12.2-1.1.30.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding PrimalChests-1.0.3.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding PrimalCore-1.12.2-0.6.104.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding PrimalTech-0.3.5.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding ProgressionTweaks-1.12.2-0.3.40.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding ProportionalDestructionParticles-1.12.2-1.2.4.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding prospectors-1.0.2.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding QuantumStorage-1.12-4.6.8.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding Quark-r1.5-158.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding QuickLeafDecay-MC1.12.1-1.2.4.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding randompatches-1.12.2-1.22.0.0.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding rangedpumps-0.5.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding RealisticItemDrops-1.2.14.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding reauth-3.6.0.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding RebornCore-1.12.2-3.19.5-universal.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding RebornStorage-1.12.2-3.3.4.1.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding RecipeStages-1.1.3.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding RecurrentComplex-1.4.8.2.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding RedstoneFlux-1.12-2.1.0.6-universal.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding refinedstorage-1.6.16.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding refinedstorageaddons-0.4.5.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding ResourceLoader-MC1.12.1-1.5.3.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding rftools-1.12-7.73.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding rftoolsctrl-1.12-2.0.2.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding roadrunner-1.0.1.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding rustic-1.1.4.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding Scannable-MC1.12.2-1.6.3.24.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding sevpatches-1.9-10.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding SevTweaks-0.4.0-1.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding SevTweaksNPC-0.0.4.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding simpleautorun-1.12.2-1.2.0.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding simplegenerators-1.12.2-2.0.20.2.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding simpleplanes-1.12.2-3.0.1.7.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding SimpleStorageNetwork-1.12.2-1.7.11.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding simpletomb-1.12.2-1.0.0.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding SimplyArrows-1.12.2-1.0.4.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding SmoothFont-mc1.12.2-2.1.2.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding SpartanShields-1.12.2-1.5.4.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding spatialservermod-1.3.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding StevesCarts-1.12.2-2.4.32.137.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding stg-1.12.2-1.2.3.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding StorageDrawers-1.12.2-5.4.2.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding Streams-1.12-0.4.8.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding StuffASockInIt-1.12.2-1.1.32.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding supersoundmuffler-revived_1.12.2_1.0.2.10.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding TallGates-1.12.2-1.0.0.1.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding TConstruct-1.12.2-2.12.0.135.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding tesla-core-lib-1.12.2-1.0.15.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding The Beneath-1.12.2-1.5.1.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding TheBetweenlands-3.5.10-universal.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding ThirstyBottles-1.12.2-2.0.1.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding timecontrol-1.12.2-1.0.0.0-beta.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding TinkersComplement-1.12.2-0.4.3.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding TinkerStages-1.12.2-2.0.17.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding TinkerToolLeveling-1.12.2-1.1.0.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding TipTheScales-1.12.2-1.0.4.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding Toast Control-1.12.2-1.8.1.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding togetherforever-1.12.2-1.0.12-22.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding Totemic-1.12.2-0.11.6.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding tothebatpoles-1.12.2-1.1.0.1.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding Translocators-1.12.2-2.5.2.81-universal.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding Traverse-1.12.2-1.6.0-69.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding TreeChopper-1.12.2-1.2.4.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding Triumph-1.12.2-3.19.2.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding trumpetskeleton-1.12-1.0.2.1.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding tumbleweed-1.12-0.4.7.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding twilightforest-1.12.2-3.8.689-universal.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding Uppers-0.0.6.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding valkyrielib-1.12.2-2.0.20.1.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding ViesCraft-1.12.2-5.9.16.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding VillagerTrades-1.12-0.6.4.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding Waddles-1.12.2-0.6.0.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding WailaStages-1.12.2-2.0.23.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding walljump-1.12.2-1.3.2.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding WanionLib-1.12.2-2.2.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding WaterControlExtreme-1.0.2.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding WaterStrainer-1.12-3.2.0.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding Wawla-1.12.2-2.6.275.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding weirdinggadget-1.12.2-2.1.16-universal.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding WildCrops-1.12-1.0.1.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding WitherSkeletonTweaks-1.12.2-2.6.3.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding Wopper-1.12-r5.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding xnet-1.12-1.8.2.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding YNot-0.2.4.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding yoyos_1.12.2-1.3.0.21.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding zenloot-0.1-1.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding zenstages-0.5.0.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Adding [1.12]MoVillages-1.5.4.jar to the mod list +[16:57:10] [main/INFO] [FML]: Searching C:\Users\Administrator\Documents\GitHub\sevtech-server-1.12.2\.\mods\1.12.2 for mods +[16:57:10] [main/DEBUG] [FML]: Adding ChickenASM-1.12-1.0.2.7.jar to the mod list +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy [1.12]MoVillages-1.5.4.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in [1.12]MoVillages-1.5.4.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy A Block of Charcoal-1.2.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in A Block of Charcoal-1.2.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy AbyssalCraft Integration-1.12.2-1.11.2.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in AbyssalCraft Integration-1.12.2-1.11.2.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy AbyssalCraft-1.12.2-1.9.19.1.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in AbyssalCraft-1.12.2-1.9.19.1.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy ActuallyAdditions-1.12.2-r149.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in ActuallyAdditions-1.12.2-r149.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy ActuallyBaubles-1.12-1.1.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in ActuallyBaubles-1.12-1.1.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy Animalium-0.3.8.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in Animalium-0.3.8.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy antiqueatlas-1.12.2-4.5.1.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in antiqueatlas-1.12.2-4.5.1.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy AppleSkin-mc1.12-1.0.14.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in AppleSkin-mc1.12-1.0.14.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy appliedenergistics2-rv6-stable-7.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in appliedenergistics2-rv6-stable-7.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy armoreablemobs-1.12.2-1.1.8.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in armoreablemobs-1.12.2-1.1.8.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy Aroma1997Core-1.12.2-2.0.0.2.jar +[16:57:10] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in Aroma1997Core-1.12.2-2.0.0.2.jar. This is not recommended, @Mods should be in a separate jar from the coremod. +[16:57:10] [main/DEBUG] [FML]: Instantiating coremod class CoreMod +[16:57:10] [main/WARN] [FML]: The coremod aroma1997.core.coremod.CoreMod does not have a MCVersion annotation, it may cause issues with this version of Minecraft +[16:57:10] [main/DEBUG] [FML]: Found signing certificates for coremod CoreMod (aroma1997.core.coremod.CoreMod) +[16:57:10] [main/DEBUG] [FML]: Found certificate dfbfe4c473253d8c5652417689848f650b2cbe32 +[16:57:10] [main/DEBUG] [FML]: Enqueued coremod CoreMod +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy AromaBackup-1.12.2-2.1.1.4.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in AromaBackup-1.12.2-2.1.1.4.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy astikorcarts-1.12.2-0.1.2.7.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in astikorcarts-1.12.2-0.1.2.7.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy astralsorcery-1.12.2-1.10.21.jar +[16:57:10] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in astralsorcery-1.12.2-1.10.21.jar. This is not recommended, @Mods should be in a separate jar from the coremod. +[16:57:10] [main/DEBUG] [FML]: Instantiating coremod class AstralCore +[16:57:10] [main/TRACE] [FML]: coremod named AstralCore is loading +[16:57:10] [main/WARN] [FML]: The coremod hellfirepvp.astralsorcery.core.AstralCore does not have a MCVersion annotation, it may cause issues with this version of Minecraft +[16:57:10] [main/DEBUG] [FML]: Found signing certificates for coremod AstralCore (hellfirepvp.astralsorcery.core.AstralCore) +[16:57:10] [main/DEBUG] [FML]: Found certificate a0f0b759d895c15ceb3e3bcb5f3c2db7c582edf0 +[16:57:10] [main/INFO] [Astral Core]: [AstralCore] Initialized. +[16:57:10] [main/DEBUG] [FML]: Added access transformer class hellfirepvp.astralsorcery.core.AstralTransformer to enqueued access transformers +[16:57:10] [main/DEBUG] [FML]: Enqueued coremod AstralCore +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy AutoRegLib-1.3-31.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in AutoRegLib-1.3-31.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy base-1.12.2-3.13.0.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in base-1.12.2-3.13.0.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy Baubles-1.12-1.5.2.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in Baubles-1.12-1.5.2.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy bdlib-1.14.3.12-mc1.12.2.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in bdlib-1.14.3.12-mc1.12.2.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy Better With Addons-0.50-hotfix.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in Better With Addons-0.50-hotfix.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy BetterAdvancements-1.12.2-0.1.0.77.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in BetterAdvancements-1.12.2-0.1.0.77.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy BetterBedrock-1.12.2-5.1.11.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in BetterBedrock-1.12.2-5.1.11.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy BetterBuildersWands-1.12.2-0.13.2.271+5997513.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in BetterBuildersWands-1.12.2-0.13.2.271+5997513.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy BetterFoliage-MC1.12-2.3.1.jar +[16:57:10] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in BetterFoliage-MC1.12-2.3.1.jar. This is not recommended, @Mods should be in a separate jar from the coremod. +[16:57:10] [main/DEBUG] [FML]: Instantiating coremod class BetterFoliageLoader +[16:57:10] [main/DEBUG] [FML]: The coremod mods.betterfoliage.loader.BetterFoliageLoader requested minecraft version 1.12.2 and minecraft is 1.12.2. It will be loaded. +[16:57:10] [main/WARN] [FML]: The coremod BetterFoliageLoader (mods.betterfoliage.loader.BetterFoliageLoader) is not signed! +[16:57:10] [main/DEBUG] [FML]: Enqueued coremod BetterFoliageLoader +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy BetterFps-1.4.8.jar +[16:57:10] [main/INFO] [FML]: Loading tweaker guichaguri.betterfps.tweaker.BetterFpsTweaker from BetterFps-1.4.8.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy BetterWithLib-1.12-1.5.jar +[16:57:10] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in BetterWithLib-1.12-1.5.jar. This is not recommended, @Mods should be in a separate jar from the coremod. +[16:57:10] [main/DEBUG] [FML]: Instantiating coremod class LoadingPlugin +[16:57:10] [main/DEBUG] [FML]: The coremod betterwithmods.library.core.LoadingPlugin requested minecraft version 1.12.2 and minecraft is 1.12.2. It will be loaded. +[16:57:10] [main/WARN] [FML]: The coremod LoadingPlugin (betterwithmods.library.core.LoadingPlugin) is not signed! +[16:57:10] [main/DEBUG] [FML]: Enqueued coremod LoadingPlugin +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy BetterWithMods-1.12-2.3.20-1027.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in BetterWithMods-1.12-2.3.20-1027.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy BiblioCraft[v2.4.5][MC1.12.2].jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in BiblioCraft[v2.4.5][MC1.12.2].jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy BloodMagic-1.12.2-2.4.1-103.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in BloodMagic-1.12.2-2.4.1-103.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy BNBGamingCore-1.12.2-0.12.0.jar +[16:57:10] [main/TRACE] [FML]: Adding BNBGamingCore-1.12.2-0.12.0.jar to the list of known coremods, it will not be examined again +[16:57:10] [main/DEBUG] [FML]: Instantiating coremod class BNBGamingCorePlugin +[16:57:10] [main/TRACE] [FML]: coremod named BNBGamingCore is loading +[16:57:10] [main/WARN] [FML]: The coremod com.bloodnbonesgaming.bnbgamingcore.core.BNBGamingCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft +[16:57:10] [main/WARN] [FML]: The coremod BNBGamingCore (com.bloodnbonesgaming.bnbgamingcore.core.BNBGamingCorePlugin) is not signed! +[16:57:10] [main/DEBUG] [FML]: Enqueued coremod BNBGamingCore +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy BNBGamingLib-1.12.2-2.17.6.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in BNBGamingLib-1.12.2-2.17.6.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy bonsaitrees-1.1.4-b170.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in bonsaitrees-1.1.4-b170.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy Bookshelf-1.12.2-2.3.581.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in Bookshelf-1.12.2-2.3.581.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy BringBedrockBack-0.0.4.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in BringBedrockBack-0.0.4.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy buildcraft-builders-7.99.24.1.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in buildcraft-builders-7.99.24.1.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy buildcraft-core-7.99.24.1.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in buildcraft-core-7.99.24.1.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy buildcraft-factory-7.99.24.1.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in buildcraft-factory-7.99.24.1.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy buildcraft-robotics-7.99.24.1.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in buildcraft-robotics-7.99.24.1.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy buildcraft-silicon-7.99.24.1.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in buildcraft-silicon-7.99.24.1.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy buildcraft-transport-7.99.24.1.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in buildcraft-transport-7.99.24.1.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy BuildingGadgets-2.8.3.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in BuildingGadgets-2.8.3.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy car-1.12.2-1.2.12.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in car-1.12.2-1.2.12.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy CarryOn MC1.12.2 v1.12.3.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in CarryOn MC1.12.2 v1.12.3.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy CD4017BE_lib-1.12.2-6.4.18.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in CD4017BE_lib-1.12.2-6.4.18.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy Ceramics-1.12-1.3.7.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in Ceramics-1.12-1.3.7.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy Chameleon-1.12-4.1.3.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in Chameleon-1.12-4.1.3.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy Chargers-1.12.2-1.2.0.4.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in Chargers-1.12.2-1.2.0.4.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy ChickenASM-1.12-1.0.2.7.jar +[16:57:10] [main/INFO] [FML]: Loading tweaker codechicken.asm.internal.Tweaker from ChickenASM-1.12-1.0.2.7.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy Chisel-MC1.12.2-0.2.1.35.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in Chisel-MC1.12.2-0.2.1.35.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy chiselsandbits-14.33.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in chiselsandbits-14.33.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy ClientTweaks_1.12.2-3.1.11.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in ClientTweaks_1.12.2-3.1.11.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy Clumps-3.1.2.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in Clumps-3.1.2.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy CodeChickenLib-1.12.2-3.2.3.358-universal.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in CodeChickenLib-1.12.2-3.2.3.358-universal.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy ColouredTooltips-1.12.2-1.0.7.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in ColouredTooltips-1.12.2-1.0.7.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy CommonCapabilities-1.12.2-2.4.1.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in CommonCapabilities-1.12.2-2.4.1.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy compactmachines3-1.12.2-3.0.18-b278.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in compactmachines3-1.12.2-3.0.18-b278.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy conarm-1.12.2-1.2.4.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in conarm-1.12.2-1.2.4.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy ContentTweaker-1.12.2-4.9.1.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in ContentTweaker-1.12.2-4.9.1.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy Controlling-3.0.9.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in Controlling-3.0.9.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy CookingForBlockheads_1.12.2-6.5.0.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in CookingForBlockheads_1.12.2-6.5.0.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy CraftTweaker2-1.12-4.1.20.574.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in CraftTweaker2-1.12-4.1.20.574.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy CTM-MC1.12.2-0.3.3.22.jar +[16:57:10] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in CTM-MC1.12.2-0.3.3.22.jar. This is not recommended, @Mods should be in a separate jar from the coremod. +[16:57:10] [main/DEBUG] [FML]: Instantiating coremod class CTMCorePlugin +[16:57:10] [main/WARN] [FML]: The coremod team.chisel.ctm.client.asm.CTMCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft +[16:57:10] [main/WARN] [FML]: The coremod CTMCorePlugin (team.chisel.ctm.client.asm.CTMCorePlugin) is not signed! +[16:57:10] [main/DEBUG] [FML]: Enqueued coremod CTMCorePlugin +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy Cucumber-1.12.2-1.1.3.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in Cucumber-1.12.2-1.1.3.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy CustomMainMenu-MC1.12.2-2.0.9.1.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in CustomMainMenu-MC1.12.2-2.0.9.1.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy Cyclic-1.12.2-1.20.3.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in Cyclic-1.12.2-1.20.3.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy CyclopsCore-1.12.2-1.3.0.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in CyclopsCore-1.12.2-1.3.0.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy DarkUtils-1.12.2-1.8.230.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in DarkUtils-1.12.2-1.8.230.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy davincisvessels-1.12-6.340-full.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in davincisvessels-1.12-6.340-full.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy DeathCompass-0.0.3.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in DeathCompass-0.0.3.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy DefaultOptions_1.12.2-9.2.8.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in DefaultOptions_1.12.2-9.2.8.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy despawningspawners-1.12-1.2.0-2.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in despawningspawners-1.12-1.2.0-2.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy DimensionalControl-1.12.2-2.13.0.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in DimensionalControl-1.12.2-2.13.0.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy DimensionStages-1.12.2-2.0.23.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in DimensionStages-1.12.2-2.0.23.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy Dung Pipe-1.2.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in Dung Pipe-1.2.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy ElevatorMod-1.12.2-1.4.2.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in ElevatorMod-1.12.2-1.4.2.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy EmberRootZoo-1.12.2-1.3.10.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in EmberRootZoo-1.12.2-1.3.10.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy EnchantmentDescriptions-1.12.2-1.1.15.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in EnchantmentDescriptions-1.12.2-1.1.15.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy EnderStorage-1.12.2-2.4.6.137-universal.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in EnderStorage-1.12.2-2.4.6.137-universal.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy enderutilities-1.12.2-0.7.15.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in enderutilities-1.12.2-0.7.15.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy environmentaltech-1.12.2-2.0.20.1.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in environmentaltech-1.12.2-2.0.20.1.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy ExtendedCrafting-1.12.2-1.5.6.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in ExtendedCrafting-1.12.2-1.5.6.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy ExtraPlanets-1.12.2-0.7.0.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in ExtraPlanets-1.12.2-0.7.0.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy FancyBlockParticles-1.12.x-2.4.1.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in FancyBlockParticles-1.12.x-2.4.1.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy FarmingForBlockheads_1.12.2-3.1.28.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in FarmingForBlockheads_1.12.2-3.1.28.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy Farseek-1.12-2.5.jar +[16:57:10] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in Farseek-1.12-2.5.jar. This is not recommended, @Mods should be in a separate jar from the coremod. +[16:57:10] [main/DEBUG] [FML]: Instantiating coremod class FarseekCoreMod +[16:57:10] [main/WARN] [FML]: The coremod farseek.core.FarseekCoreMod does not have a MCVersion annotation, it may cause issues with this version of Minecraft +[16:57:10] [main/WARN] [FML]: The coremod FarseekCoreMod (farseek.core.FarseekCoreMod) is not signed! +[16:57:10] [main/DEBUG] [FML]: Enqueued coremod FarseekCoreMod +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy FastFurnace-1.12.2-1.3.1.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in FastFurnace-1.12.2-1.3.1.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy FastWorkbench-1.12.2-1.7.3.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in FastWorkbench-1.12.2-1.7.3.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy FatCat-0.0.5.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in FatCat-0.0.5.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy Ferdinand's Flowers-1.12.x-1.10.4.1.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in Ferdinand's Flowers-1.12.x-1.10.4.1.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy findme-1.12.2-1.1.0-8.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in findme-1.12.2-1.1.0-8.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy foamfix-0.10.10-1.12.2.jar +[16:57:10] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in foamfix-0.10.10-1.12.2.jar. This is not recommended, @Mods should be in a separate jar from the coremod. +[16:57:10] [main/DEBUG] [FML]: Instantiating coremod class FoamFixCore +[16:57:10] [main/TRACE] [FML]: coremod named Do not report to Forge! (If you haven't disabled the FoamFix coremod, try disabling it in the config! Note that this bit of text will still appear.) is loading +[16:57:10] [main/WARN] [FML]: The coremod pl.asie.foamfix.coremod.FoamFixCore does not have a MCVersion annotation, it may cause issues with this version of Minecraft +[16:57:10] [main/DEBUG] [FML]: Found signing certificates for coremod Do not report to Forge! (If you haven't disabled the FoamFix coremod, try disabling it in the config! Note that this bit of text will still appear.) (pl.asie.foamfix.coremod.FoamFixCore) +[16:57:10] [main/DEBUG] [FML]: Found certificate 3481f72e377b0a1989bd38e3f07cf4cf0b626475 +[16:57:10] [main/DEBUG] [FML]: Added access transformer class pl.asie.foamfix.coremod.FoamFixAT to enqueued access transformers +[16:57:10] [main/DEBUG] [FML]: Enqueued coremod Do not report to Forge! (If you haven't disabled the FoamFix coremod, try disabling it in the config! Note that this bit of text will still appear.) +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy Forgelin-1.8.2.jar +[16:57:10] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in Forgelin-1.8.2.jar. This is not recommended, @Mods should be in a separate jar from the coremod. +[16:57:10] [main/DEBUG] [FML]: Instantiating coremod class ForgelinPlugin +[16:57:10] [main/WARN] [FML]: The coremod net.shadowfacts.forgelin.preloader.ForgelinPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft +[16:57:10] [main/WARN] [FML]: The coremod ForgelinPlugin (net.shadowfacts.forgelin.preloader.ForgelinPlugin) is not signed! +[16:57:10] [main/DEBUG] [FML]: Enqueued coremod ForgelinPlugin +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy ForgeMultipart-1.12.2-2.6.1.81-universal.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in ForgeMultipart-1.12.2-2.6.1.81-universal.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy Galacticraft-Planets-1.12.2-4.0.2.280.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in Galacticraft-Planets-1.12.2-4.0.2.280.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy GalacticraftCore-1.12.2-4.0.2.280.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in GalacticraftCore-1.12.2-4.0.2.280.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy GalacticraftTweaker-1.12.2-1.0.3.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in GalacticraftTweaker-1.12.2-1.0.3.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy GameStages-1.12.2-2.0.123.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in GameStages-1.12.2-2.0.123.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy generators-0.9.20.12-mc1.12.2.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in generators-0.9.20.12-mc1.12.2.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy Geolosys-1.12.2-2.2.6.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in Geolosys-1.12.2-2.2.6.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy GobbleCore-1.12-0.1.6.35.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in GobbleCore-1.12-0.1.6.35.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy Guide-API-1.12-2.1.8-63.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in Guide-API-1.12-2.1.8-63.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy Harvest-1.12-1.2.7-20.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in Harvest-1.12-1.2.7-20.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy HorsePower-1.12.2-2.6.4.74.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in HorsePower-1.12.2-2.6.4.74.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy HuntingDimension-1.12.2-1.0.42.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in HuntingDimension-1.12.2-1.0.42.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy Hwyla-1.8.26-B41_1.12.2.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in Hwyla-1.8.26-B41_1.12.2.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy IGW-Mod-1.12.2-1.4.4-15-universal.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in IGW-Mod-1.12.2-1.4.4-15-universal.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy immcraft-1.12-1.6.0.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in immcraft-1.12-1.6.0.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy immersivepetroleum-1.12.2-1.1.9.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in immersivepetroleum-1.12.2-1.1.9.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy immersivetech-1.12-1.3.10.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in immersivetech-1.12-1.3.10.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy ImprovedBackpacks-1.12.2-1.5.0.0.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in ImprovedBackpacks-1.12.2-1.5.0.0.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy incontrol-1.12-3.9.16.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in incontrol-1.12-3.9.16.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy InductiveLogistics-1.12.2-1.3.4.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in InductiveLogistics-1.12.2-1.3.4.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy industrialforegoing-1.12.2-1.12.13-237.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in industrialforegoing-1.12.2-1.12.13-237.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy InfoAccessories-1.12.2-1.0.11.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in InfoAccessories-1.12.2-1.0.11.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy IntegratedDynamics-1.12.2-1.0.14.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in IntegratedDynamics-1.12.2-1.0.14.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy InventoryTweaks-1.64+dev.151.jar +[16:57:10] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in InventoryTweaks-1.64+dev.151.jar. This is not recommended, @Mods should be in a separate jar from the coremod. +[16:57:10] [main/DEBUG] [FML]: Instantiating coremod class FMLPlugin +[16:57:10] [main/TRACE] [FML]: coremod named Inventory Tweaks Coremod is loading +[16:57:10] [main/WARN] [FML]: The coremod invtweaks.forge.asm.FMLPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft +[16:57:10] [main/DEBUG] [FML]: Found signing certificates for coremod Inventory Tweaks Coremod (invtweaks.forge.asm.FMLPlugin) +[16:57:10] [main/DEBUG] [FML]: Found certificate 55d2cd4f5f0961410bf7b91ef6c6bf00a766dcbe +[16:57:10] [main/DEBUG] [FML]: Added access transformer class invtweaks.forge.asm.ITAccessTransformer to enqueued access transformers +[16:57:10] [main/DEBUG] [FML]: Enqueued coremod Inventory Tweaks Coremod +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy IronBackpacks-1.12.2-3.0.8-12.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in IronBackpacks-1.12.2-3.0.8-12.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy ironchest-1.12.2-7.0.72.847.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in ironchest-1.12.2-7.0.72.847.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy IronJetpacks-1.12-2-1.1.0.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in IronJetpacks-1.12-2-1.1.0.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy ItemStages-1.12.2-2.0.49.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in ItemStages-1.12.2-2.0.49.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy IvToolkit-1.3.3-1.12.jar +[16:57:10] [main/TRACE] [FML]: Adding IvToolkit-1.3.3-1.12.jar to the list of known coremods, it will not be examined again +[16:57:10] [main/DEBUG] [FML]: Instantiating coremod class IvToolkitLoadingPlugin +[16:57:10] [main/TRACE] [FML]: coremod named IvToolkit is loading +[16:57:10] [main/WARN] [FML]: The coremod ivorius.ivtoolkit.IvToolkitLoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft +[16:57:10] [main/WARN] [FML]: The coremod IvToolkit (ivorius.ivtoolkit.IvToolkitLoadingPlugin) is not signed! +[16:57:10] [main/DEBUG] [FML]: Enqueued coremod IvToolkit +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy jei_1.12.2-4.15.0.283.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in jei_1.12.2-4.15.0.283.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy journeymap-1.12.2-5.5.4.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in journeymap-1.12.2-5.5.4.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy JourneyMapStages-1.12.2-2.0.9.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in JourneyMapStages-1.12.2-2.0.9.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy Just A Raft Mod-1.1.2.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in Just A Raft Mod-1.1.2.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy JustAFewFish-1.7_for_1.12.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in JustAFewFish-1.7_for_1.12.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy JustEnoughIDs-1.0.3-55.jar +[16:57:10] [main/INFO] [FML]: Loading tweaker org.spongepowered.asm.launch.MixinTweaker from JustEnoughIDs-1.0.3-55.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy JustEnoughPetroleum-0.1.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in JustEnoughPetroleum-0.1.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy KleeSlabs_1.12.2-5.4.12.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in KleeSlabs_1.12.2-5.4.12.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy LibEx-1.12.2-1.0.8.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in LibEx-1.12.2-1.0.8.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy LoadingScreens-1.12.2-0.3.1.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in LoadingScreens-1.12.2-0.3.1.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy LootTableTweaker-1.12.2-1.1.14.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in LootTableTweaker-1.12.2-1.1.14.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy MagmaMonsters-0.3.0.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in MagmaMonsters-0.3.0.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy Mantle-1.12-1.3.3.55.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in Mantle-1.12-1.3.3.55.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy mcjtylib-1.12-3.5.4.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in mcjtylib-1.12-3.5.4.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy Mekanism-1.12.2-9.8.3.390.jar +[16:57:10] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in Mekanism-1.12.2-9.8.3.390.jar. This is not recommended, @Mods should be in a separate jar from the coremod. +[16:57:10] [main/DEBUG] [FML]: Instantiating coremod class MekanismCoremod +[16:57:10] [main/WARN] [FML]: The coremod mekanism.coremod.MekanismCoremod does not have a MCVersion annotation, it may cause issues with this version of Minecraft +[16:57:10] [main/WARN] [FML]: The coremod MekanismCoremod (mekanism.coremod.MekanismCoremod) is not signed! +[16:57:10] [main/DEBUG] [FML]: Enqueued coremod MekanismCoremod +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy mekatweaks-1.0.0-3.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in mekatweaks-1.0.0-3.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy Mercurius-1.12.2.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in Mercurius-1.12.2.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy MicdoodleCore-1.12.2-4.0.2.280.jar +[16:57:10] [main/TRACE] [FML]: Adding MicdoodleCore-1.12.2-4.0.2.280.jar to the list of known coremods, it will not be examined again +[16:57:10] [main/DEBUG] [FML]: Instantiating coremod class MicdoodlePlugin +[16:57:10] [main/WARN] [FML]: The coremod micdoodle8.mods.miccore.MicdoodlePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft +[16:57:10] [main/WARN] [FML]: The coremod MicdoodlePlugin (micdoodle8.mods.miccore.MicdoodlePlugin) is not signed! +[16:57:10] [main/DEBUG] [FML]: Added access transformer class micdoodle8.mods.miccore.MicdoodleAccessTransformer to enqueued access transformers +[16:57:10] [main/DEBUG] [FML]: Enqueued coremod MicdoodlePlugin +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy MJRLegendsLib-1.12.2-1.2.0.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in MJRLegendsLib-1.12.2-1.2.0.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy mobends-0.24_for_MC-1.12.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in mobends-0.24_for_MC-1.12.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy MobGrindingUtils-0.3.13.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in MobGrindingUtils-0.3.13.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy MobStages-1.12.2-2.0.13.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in MobStages-1.12.2-2.0.13.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy modtweaker-4.0.17.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in modtweaker-4.0.17.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy modular-routers-1.12.2-3.3.0-33.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in modular-routers-1.12.2-3.3.0-33.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy modularmachinery-1.9.5.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in modularmachinery-1.9.5.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy moreoverlays-1.15.1-mc1.12.2.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in moreoverlays-1.15.1-mc1.12.2.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy Morpheus-1.12.2-3.5.106.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in Morpheus-1.12.2-3.5.106.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy MouseTweaks-2.10-mc1.12.2.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in MouseTweaks-2.10-mc1.12.2.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy movingworld-1.12-6.353-full.jar +[16:57:10] [main/INFO] [FML]: Loading tweaker org.spongepowered.asm.launch.MixinTweaker from movingworld-1.12-6.353-full.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy mpbasic-1.12.2-1.4.11.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in mpbasic-1.12.2-1.4.11.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy MPUtils-1.12.2-1.5.7.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in MPUtils-1.12.2-1.5.7.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy MTLib-3.0.6.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in MTLib-3.0.6.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy multiblockstages-1.2.0.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in multiblockstages-1.2.0.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy MundaneRedstone-1.1.4.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in MundaneRedstone-1.1.4.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy mystagradcompat-1.2.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in mystagradcompat-1.2.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy MysticalAgradditions-1.12.2-1.3.2.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in MysticalAgradditions-1.12.2-1.3.2.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy MysticalAgriculture-1.12.2-1.7.5.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in MysticalAgriculture-1.12.2-1.7.5.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy natura-1.12.2-4.3.2.69.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in natura-1.12.2-4.3.2.69.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy NaturesCompass-1.12.2-1.5.1.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in NaturesCompass-1.12.2-1.5.1.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy Neat 1.4-17.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in Neat 1.4-17.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy NetherEx-1.12.2-2.0.8.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in NetherEx-1.12.2-2.0.8.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy noRecipeBook_v1.2.2formc1.12.2.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in noRecipeBook_v1.2.2formc1.12.2.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy NoWorldgen5You-1.12.2-1.0.6.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in NoWorldgen5You-1.12.2-1.0.6.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy Nutrition-1.12.2-4.3.0.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in Nutrition-1.12.2-4.3.0.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy OceanFloor-1.12.2-1.0.2.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in OceanFloor-1.12.2-1.0.2.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy oeintegration-2.3.4.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in oeintegration-2.3.4.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy OreExcavation-1.4.150.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in OreExcavation-1.4.150.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy OreStages-1.12.2-2.0.37.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in OreStages-1.12.2-2.0.37.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy Overloaded-1.12.2-0.0.59.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in Overloaded-1.12.2-0.0.59.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy PickleTweaks-1.12.2-2.1.3.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in PickleTweaks-1.12.2-2.1.3.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy Placebo-1.12.2-1.6.0.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in Placebo-1.12.2-1.6.0.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy PlayerAPI-1.12.1-1.0.jar +[16:57:10] [main/TRACE] [FML]: Adding PlayerAPI-1.12.1-1.0.jar to the list of known coremods, it will not be examined again +[16:57:10] [main/DEBUG] [FML]: Instantiating coremod class PlayerAPIPlugin +[16:57:10] [main/ERROR] [FML]: The coremod api.player.forge.PlayerAPIPlugin is requesting minecraft version 1.12.1 and minecraft is 1.12.2. It will be ignored. +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy playerbosses-1.12.2-1.1.0.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in playerbosses-1.12.2-1.1.0.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy playerskin-1.12.2-1.0.5.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in playerskin-1.12.2-1.0.5.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy pneumaticcraft-repressurized-1.12.2-0.11.1-361.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in pneumaticcraft-repressurized-1.12.2-0.11.1-361.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy PowerAdapters-1.12.2-1.0.9.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in PowerAdapters-1.12.2-1.0.9.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy Prestige-1.12.2-1.1.30.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in Prestige-1.12.2-1.1.30.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy PrimalChests-1.0.3.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in PrimalChests-1.0.3.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy PrimalCore-1.12.2-0.6.104.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in PrimalCore-1.12.2-0.6.104.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy PrimalTech-0.3.5.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in PrimalTech-0.3.5.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy ProgressionTweaks-1.12.2-0.3.40.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in ProgressionTweaks-1.12.2-0.3.40.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy ProportionalDestructionParticles-1.12.2-1.2.4.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in ProportionalDestructionParticles-1.12.2-1.2.4.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy prospectors-1.0.2.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in prospectors-1.0.2.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy QuantumStorage-1.12-4.6.8.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in QuantumStorage-1.12-4.6.8.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy Quark-r1.5-158.jar +[16:57:10] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in Quark-r1.5-158.jar. This is not recommended, @Mods should be in a separate jar from the coremod. +[16:57:10] [main/DEBUG] [FML]: Instantiating coremod class LoadingPlugin +[16:57:10] [main/TRACE] [FML]: coremod named Quark Plugin is loading +[16:57:10] [main/DEBUG] [FML]: The coremod vazkii.quark.base.asm.LoadingPlugin requested minecraft version 1.12.2 and minecraft is 1.12.2. It will be loaded. +[16:57:10] [main/WARN] [FML]: The coremod Quark Plugin (vazkii.quark.base.asm.LoadingPlugin) is not signed! +[16:57:10] [main/DEBUG] [FML]: Enqueued coremod Quark Plugin +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy QuickLeafDecay-MC1.12.1-1.2.4.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in QuickLeafDecay-MC1.12.1-1.2.4.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy randompatches-1.12.2-1.22.0.0.jar +[16:57:10] [main/TRACE] [FML]: Adding randompatches-1.12.2-1.22.0.0.jar to the list of known coremods, it will not be examined again +[16:57:10] [main/DEBUG] [FML]: Instantiating coremod class RPCore +[16:57:10] [main/TRACE] [FML]: coremod named RandomPatches is loading +[16:57:10] [main/WARN] [FML]: The coremod com.therandomlabs.randompatches.core.RPCore does not have a MCVersion annotation, it may cause issues with this version of Minecraft +[16:57:10] [main/DEBUG] [FML]: Found signing certificates for coremod RandomPatches (com.therandomlabs.randompatches.core.RPCore) +[16:57:10] [main/DEBUG] [FML]: Found certificate 20d08fb3fe9c268a63a75d337fb507464c8aaccd +[16:57:10] [main/DEBUG] [FML]: Enqueued coremod RandomPatches +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy rangedpumps-0.5.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in rangedpumps-0.5.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy RealisticItemDrops-1.2.14.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in RealisticItemDrops-1.2.14.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy RebornCore-1.12.2-3.19.5-universal.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in RebornCore-1.12.2-3.19.5-universal.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy RebornStorage-1.12.2-3.3.4.1.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in RebornStorage-1.12.2-3.3.4.1.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy RecipeStages-1.1.3.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in RecipeStages-1.1.3.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy RecurrentComplex-1.4.8.2.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in RecurrentComplex-1.4.8.2.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy RedstoneFlux-1.12-2.1.0.6-universal.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in RedstoneFlux-1.12-2.1.0.6-universal.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy refinedstorage-1.6.16.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in refinedstorage-1.6.16.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy refinedstorageaddons-0.4.5.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in refinedstorageaddons-0.4.5.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy ResourceLoader-MC1.12.1-1.5.3.jar +[16:57:10] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in ResourceLoader-MC1.12.1-1.5.3.jar. This is not recommended, @Mods should be in a separate jar from the coremod. +[16:57:10] [main/DEBUG] [FML]: Instantiating coremod class LoadingPlugin +[16:57:10] [main/WARN] [FML]: The coremod lumien.resourceloader.asm.LoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft +[16:57:10] [main/DEBUG] [FML]: Found signing certificates for coremod LoadingPlugin (lumien.resourceloader.asm.LoadingPlugin) +[16:57:10] [main/DEBUG] [FML]: Found certificate d72e0dd57935b3e9476212aea0c0df352dd76291 +[16:57:10] [main/DEBUG] [FML]: Enqueued coremod LoadingPlugin +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy rftools-1.12-7.73.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in rftools-1.12-7.73.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy rftoolsctrl-1.12-2.0.2.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in rftoolsctrl-1.12-2.0.2.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy roadrunner-1.0.1.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in roadrunner-1.0.1.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy rustic-1.1.4.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in rustic-1.1.4.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy Scannable-MC1.12.2-1.6.3.24.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in Scannable-MC1.12.2-1.6.3.24.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy sevpatches-1.9-10.jar +[16:57:10] [main/INFO] [FML]: Loading tweaker org.spongepowered.asm.launch.MixinTweaker from sevpatches-1.9-10.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy SevTweaks-0.4.0-1.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in SevTweaks-0.4.0-1.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy SevTweaksNPC-0.0.4.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in SevTweaksNPC-0.0.4.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy simpleautorun-1.12.2-1.2.0.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in simpleautorun-1.12.2-1.2.0.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy simplegenerators-1.12.2-2.0.20.2.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in simplegenerators-1.12.2-2.0.20.2.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy simpleplanes-1.12.2-3.0.1.7.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in simpleplanes-1.12.2-3.0.1.7.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy SimpleStorageNetwork-1.12.2-1.7.11.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in SimpleStorageNetwork-1.12.2-1.7.11.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy simpletomb-1.12.2-1.0.0.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in simpletomb-1.12.2-1.0.0.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy SimplyArrows-1.12.2-1.0.4.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in SimplyArrows-1.12.2-1.0.4.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy SmoothFont-mc1.12.2-2.1.2.jar +[16:57:10] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in SmoothFont-mc1.12.2-2.1.2.jar. This is not recommended, @Mods should be in a separate jar from the coremod. +[16:57:10] [main/DEBUG] [FML]: Instantiating coremod class CorePlugin +[16:57:10] [main/WARN] [FML]: The coremod bre.smoothfont.asm.CorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft +[16:57:10] [main/WARN] [FML]: The coremod CorePlugin (bre.smoothfont.asm.CorePlugin) is not signed! +[16:57:10] [main/DEBUG] [FML]: Enqueued coremod CorePlugin +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy SpartanShields-1.12.2-1.5.4.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in SpartanShields-1.12.2-1.5.4.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy spatialservermod-1.3.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in spatialservermod-1.3.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy StevesCarts-1.12.2-2.4.32.137.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in StevesCarts-1.12.2-2.4.32.137.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy stg-1.12.2-1.2.3.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in stg-1.12.2-1.2.3.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy StorageDrawers-1.12.2-5.4.2.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in StorageDrawers-1.12.2-5.4.2.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy Streams-1.12-0.4.8.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in Streams-1.12-0.4.8.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy StuffASockInIt-1.12.2-1.1.32.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in StuffASockInIt-1.12.2-1.1.32.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy supersoundmuffler-revived_1.12.2_1.0.2.10.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in supersoundmuffler-revived_1.12.2_1.0.2.10.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy TallGates-1.12.2-1.0.0.1.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in TallGates-1.12.2-1.0.0.1.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy TConstruct-1.12.2-2.12.0.135.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in TConstruct-1.12.2-2.12.0.135.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy tesla-core-lib-1.12.2-1.0.15.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in tesla-core-lib-1.12.2-1.0.15.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy The Beneath-1.12.2-1.5.1.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in The Beneath-1.12.2-1.5.1.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy ThirstyBottles-1.12.2-2.0.1.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in ThirstyBottles-1.12.2-2.0.1.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy timecontrol-1.12.2-1.0.0.0-beta.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in timecontrol-1.12.2-1.0.0.0-beta.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy TinkersComplement-1.12.2-0.4.3.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in TinkersComplement-1.12.2-0.4.3.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy TinkerStages-1.12.2-2.0.17.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in TinkerStages-1.12.2-2.0.17.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy TinkerToolLeveling-1.12.2-1.1.0.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in TinkerToolLeveling-1.12.2-1.1.0.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy TipTheScales-1.12.2-1.0.4.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in TipTheScales-1.12.2-1.0.4.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy Toast Control-1.12.2-1.8.1.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in Toast Control-1.12.2-1.8.1.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy togetherforever-1.12.2-1.0.12-22.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in togetherforever-1.12.2-1.0.12-22.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy Totemic-1.12.2-0.11.6.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in Totemic-1.12.2-0.11.6.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy tothebatpoles-1.12.2-1.1.0.1.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in tothebatpoles-1.12.2-1.1.0.1.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy Translocators-1.12.2-2.5.2.81-universal.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in Translocators-1.12.2-2.5.2.81-universal.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy Traverse-1.12.2-1.6.0-69.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in Traverse-1.12.2-1.6.0-69.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy TreeChopper-1.12.2-1.2.4.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in TreeChopper-1.12.2-1.2.4.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy Triumph-1.12.2-3.19.2.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in Triumph-1.12.2-3.19.2.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy trumpetskeleton-1.12-1.0.2.1.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in trumpetskeleton-1.12-1.0.2.1.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy tumbleweed-1.12-0.4.7.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in tumbleweed-1.12-0.4.7.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy twilightforest-1.12.2-3.8.689-universal.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in twilightforest-1.12.2-3.8.689-universal.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy Uppers-0.0.6.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in Uppers-0.0.6.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy valkyrielib-1.12.2-2.0.20.1.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in valkyrielib-1.12.2-2.0.20.1.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy ViesCraft-1.12.2-5.9.16.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in ViesCraft-1.12.2-5.9.16.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy VillagerTrades-1.12-0.6.4.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in VillagerTrades-1.12-0.6.4.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy Waddles-1.12.2-0.6.0.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in Waddles-1.12.2-0.6.0.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy WailaStages-1.12.2-2.0.23.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in WailaStages-1.12.2-2.0.23.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy walljump-1.12.2-1.3.2.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in walljump-1.12.2-1.3.2.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy WanionLib-1.12.2-2.2.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in WanionLib-1.12.2-2.2.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy WaterControlExtreme-1.0.2.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in WaterControlExtreme-1.0.2.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy WaterStrainer-1.12-3.2.0.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in WaterStrainer-1.12-3.2.0.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy Wawla-1.12.2-2.6.275.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in Wawla-1.12.2-2.6.275.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy weirdinggadget-1.12.2-2.1.16-universal.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in weirdinggadget-1.12.2-2.1.16-universal.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy WildCrops-1.12-1.0.1.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in WildCrops-1.12-1.0.1.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy WitherSkeletonTweaks-1.12.2-2.6.3.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in WitherSkeletonTweaks-1.12.2-2.6.3.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy Wopper-1.12-r5.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in Wopper-1.12-r5.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy xnet-1.12-1.8.2.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in xnet-1.12-1.8.2.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy YNot-0.2.4.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in YNot-0.2.4.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy yoyos_1.12.2-1.3.0.21.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in yoyos_1.12.2-1.3.0.21.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy zenloot-0.1-1.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in zenloot-0.1-1.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy zenstages-0.5.0.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in zenstages-0.5.0.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy ImmersiveEngineering-core-0.12-98.jar +[16:57:10] [main/TRACE] [FML]: Adding ImmersiveEngineering-core-0.12-98.jar to the list of known coremods, it will not be examined again +[16:57:10] [main/DEBUG] [FML]: Instantiating coremod class IELoadingPlugin +[16:57:10] [main/WARN] [FML]: The coremod blusunrize.immersiveengineering.common.asm.IELoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft +[16:57:10] [main/WARN] [FML]: The coremod IELoadingPlugin (blusunrize.immersiveengineering.common.asm.IELoadingPlugin) is not signed! +[16:57:10] [main/DEBUG] [FML]: Enqueued coremod IELoadingPlugin +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy ImmersiveEngineering-0.12-98.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in ImmersiveEngineering-0.12-98.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy mcjtytools-0.0.21.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in mcjtytools-0.0.21.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy reauth-3.6.0.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in reauth-3.6.0.jar +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy TheBetweenlands-3.5.10-core.jar +[16:57:10] [main/TRACE] [FML]: Adding TheBetweenlands-3.5.10-core.jar to the list of known coremods, it will not be examined again +[16:57:10] [main/DEBUG] [FML]: Instantiating coremod class TheBetweenlandsLoadingPlugin +[16:57:10] [main/DEBUG] [FML]: The coremod thebetweenlands.core.TheBetweenlandsLoadingPlugin requested minecraft version 1.12.2 and minecraft is 1.12.2. It will be loaded. +[16:57:10] [main/DEBUG] [FML]: Found signing certificates for coremod TheBetweenlandsLoadingPlugin (thebetweenlands.core.TheBetweenlandsLoadingPlugin) +[16:57:10] [main/DEBUG] [FML]: Found certificate 38067d6878811efb38b6a045521cfd80b9b60b38 +[16:57:10] [main/DEBUG] [FML]: Enqueued coremod TheBetweenlandsLoadingPlugin +[16:57:10] [main/DEBUG] [FML]: Examining for coremod candidacy TheBetweenlands-3.5.10-universal.jar +[16:57:10] [main/DEBUG] [FML]: Not found coremod data in TheBetweenlands-3.5.10-universal.jar +[16:57:10] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker +[16:57:10] [main/INFO] [LaunchWrapper]: Loading tweak class name guichaguri.betterfps.tweaker.BetterFpsTweaker +[16:57:10] [main/INFO] [LaunchWrapper]: Loading tweak class name codechicken.asm.internal.Tweaker +[16:57:10] [main/INFO] [LaunchWrapper]: Loading tweak class name org.spongepowered.asm.launch.MixinTweaker +[16:57:10] [main/DEBUG] [mixin]: Mixin bootstrap service org.spongepowered.asm.service.modlauncher.MixinServiceModLauncherBootstrap is not available: ModLauncher is not available +[16:57:10] [main/DEBUG] [mixin]: MixinService [LaunchWrapper] was successfully booted in sun.misc.Launcher$AppClassLoader@232204a1 +[16:57:10] [main/INFO] [mixin]: SpongePowered MIXIN Subsystem Version=0.8 Source=file:/C:/Users/Administrator/Documents/GitHub/sevtech-server-1.12.2/./mods/JustEnoughIDs-1.0.3-55.jar Service=LaunchWrapper Env=SERVER +[16:57:10] [main/DEBUG] [mixin]: Error cleaning class output directory: .mixin.out\class: failed to delete one or more files; see suppressed exceptions for details +[16:57:10] [main/DEBUG] [mixin]: Adding new mixin transformer proxy #1 +[16:57:10] [main/DEBUG] [mixin]: Initialising Mixin Platform Manager +[16:57:10] [main/DEBUG] [mixin]: Adding mixin platform agents for container ContainerHandleURI(file:/C:/Users/Administrator/Documents/GitHub/sevtech-server-1.12.2/./mods/JustEnoughIDs-1.0.3-55.jar) +[16:57:10] [main/DEBUG] [mixin]: Instancing new MixinPlatformAgentFMLLegacy for ContainerHandleURI(file:/C:/Users/Administrator/Documents/GitHub/sevtech-server-1.12.2/./mods/JustEnoughIDs-1.0.3-55.jar) +[16:57:10] [main/DEBUG] [mixin]: ForceLoadAsMod was specified for JustEnoughIDs-1.0.3-55.jar, attempting force-load +[16:57:10] [main/DEBUG] [mixin]: Adding JustEnoughIDs-1.0.3-55.jar to reparseable coremod collection +[16:57:10] [main/DEBUG] [mixin]: JustEnoughIDs-1.0.3-55.jar has core plugin org.dimdev.jeid.JEIDLoadingPlugin. Injecting it into FML for co-initialisation: +[16:57:10] [main/DEBUG] [FML]: Instantiating coremod class JEIDLoadingPlugin +[16:57:10] [main/TRACE] [FML]: coremod named JustEnoughIDs Extension Plugin is loading +[16:57:10] [main/DEBUG] [FML]: The coremod org.dimdev.jeid.JEIDLoadingPlugin requested minecraft version 1.12.2 and minecraft is 1.12.2. It will be loaded. +[16:57:10] [main/WARN] [FML]: The coremod JustEnoughIDs Extension Plugin (org.dimdev.jeid.JEIDLoadingPlugin) is not signed! +[16:57:10] [main/DEBUG] [mixin]: Preparing mixins for MixinEnvironment[PREINIT] +[16:57:10] [main/INFO] [JustEnoughIDs]: Initializing JustEnoughIDs core mixins +[16:57:10] [main/INFO] [mixin]: Compatibility level set to JAVA_8 +[16:57:10] [main/INFO] [JustEnoughIDs]: Initializing JustEnoughIDs initialization mixins +[16:57:10] [main/DEBUG] [FML]: Enqueued coremod JustEnoughIDs Extension Plugin +[16:57:10] [main/DEBUG] [mixin]: MixinPlatformAgentFMLLegacy accepted container ContainerHandleURI(file:/C:/Users/Administrator/Documents/GitHub/sevtech-server-1.12.2/./mods/JustEnoughIDs-1.0.3-55.jar) +[16:57:10] [main/DEBUG] [mixin]: Instancing new MixinPlatformAgentLiteLoaderLegacy for ContainerHandleURI(file:/C:/Users/Administrator/Documents/GitHub/sevtech-server-1.12.2/./mods/JustEnoughIDs-1.0.3-55.jar) +[16:57:10] [main/DEBUG] [mixin]: MixinPlatformAgentLiteLoaderLegacy rejected container ContainerHandleURI(file:/C:/Users/Administrator/Documents/GitHub/sevtech-server-1.12.2/./mods/JustEnoughIDs-1.0.3-55.jar) +[16:57:10] [main/DEBUG] [mixin]: Instancing new MixinPlatformAgentDefault for ContainerHandleURI(file:/C:/Users/Administrator/Documents/GitHub/sevtech-server-1.12.2/./mods/JustEnoughIDs-1.0.3-55.jar) +[16:57:10] [main/DEBUG] [mixin]: MixinPlatformAgentDefault accepted container ContainerHandleURI(file:/C:/Users/Administrator/Documents/GitHub/sevtech-server-1.12.2/./mods/JustEnoughIDs-1.0.3-55.jar) +[16:57:10] [main/DEBUG] [mixin]: Scanning file:/C:/Users/Administrator/Documents/GitHub/sevtech-server-1.12.2/forge-1.12.2-14.23.5.2860.jar for mixin tweaker +[16:57:10] [main/DEBUG] [mixin]: Scanning file:/C:/Users/Administrator/Documents/GitHub/sevtech-server-1.12.2/./mods/Aroma1997Core-1.12.2-2.0.0.2.jar for mixin tweaker +[16:57:10] [main/DEBUG] [mixin]: Scanning file:/C:/Users/Administrator/Documents/GitHub/sevtech-server-1.12.2/./mods/astralsorcery-1.12.2-1.10.21.jar for mixin tweaker +[16:57:10] [main/DEBUG] [mixin]: Scanning file:/C:/Users/Administrator/Documents/GitHub/sevtech-server-1.12.2/./mods/BetterFoliage-MC1.12-2.3.1.jar for mixin tweaker +[16:57:10] [main/DEBUG] [mixin]: Scanning file:/C:/Users/Administrator/Documents/GitHub/sevtech-server-1.12.2/./mods/BetterFps-1.4.8.jar for mixin tweaker +[16:57:10] [main/DEBUG] [mixin]: Scanning file:/C:/Users/Administrator/Documents/GitHub/sevtech-server-1.12.2/./mods/BetterWithLib-1.12-1.5.jar for mixin tweaker +[16:57:10] [main/DEBUG] [mixin]: Scanning file:/C:/Users/Administrator/Documents/GitHub/sevtech-server-1.12.2/./mods/BNBGamingCore-1.12.2-0.12.0.jar for mixin tweaker +[16:57:10] [main/DEBUG] [mixin]: Scanning file:/C:/Users/Administrator/Documents/GitHub/sevtech-server-1.12.2/./mods/1.12.2/ChickenASM-1.12-1.0.2.7.jar for mixin tweaker +[16:57:10] [main/DEBUG] [mixin]: Scanning file:/C:/Users/Administrator/Documents/GitHub/sevtech-server-1.12.2/./mods/CTM-MC1.12.2-0.3.3.22.jar for mixin tweaker +[16:57:10] [main/DEBUG] [mixin]: Scanning file:/C:/Users/Administrator/Documents/GitHub/sevtech-server-1.12.2/./mods/Farseek-1.12-2.5.jar for mixin tweaker +[16:57:10] [main/DEBUG] [mixin]: Scanning file:/C:/Users/Administrator/Documents/GitHub/sevtech-server-1.12.2/./mods/foamfix-0.10.10-1.12.2.jar for mixin tweaker +[16:57:10] [main/DEBUG] [mixin]: Scanning file:/C:/Users/Administrator/Documents/GitHub/sevtech-server-1.12.2/./mods/Forgelin-1.8.2.jar for mixin tweaker +[16:57:10] [main/DEBUG] [mixin]: Scanning file:/C:/Users/Administrator/Documents/GitHub/sevtech-server-1.12.2/./mods/InventoryTweaks-1.64+dev.151.jar for mixin tweaker +[16:57:10] [main/DEBUG] [mixin]: Scanning file:/C:/Users/Administrator/Documents/GitHub/sevtech-server-1.12.2/./mods/IvToolkit-1.3.3-1.12.jar for mixin tweaker +[16:57:10] [main/DEBUG] [mixin]: Scanning file:/C:/Users/Administrator/Documents/GitHub/sevtech-server-1.12.2/./mods/JustEnoughIDs-1.0.3-55.jar for mixin tweaker +[16:57:10] [main/DEBUG] [mixin]: Scanning file:/C:/Users/Administrator/Documents/GitHub/sevtech-server-1.12.2/./mods/Mekanism-1.12.2-9.8.3.390.jar for mixin tweaker +[16:57:10] [main/DEBUG] [mixin]: Scanning file:/C:/Users/Administrator/Documents/GitHub/sevtech-server-1.12.2/./mods/MicdoodleCore-1.12.2-4.0.2.280.jar for mixin tweaker +[16:57:10] [main/DEBUG] [mixin]: Scanning file:/C:/Users/Administrator/Documents/GitHub/sevtech-server-1.12.2/./mods/movingworld-1.12-6.353-full.jar for mixin tweaker +[16:57:10] [main/DEBUG] [mixin]: Scanning file:/C:/Users/Administrator/Documents/GitHub/sevtech-server-1.12.2/./mods/PlayerAPI-1.12.1-1.0.jar for mixin tweaker +[16:57:10] [main/DEBUG] [mixin]: Scanning file:/C:/Users/Administrator/Documents/GitHub/sevtech-server-1.12.2/./mods/Quark-r1.5-158.jar for mixin tweaker +[16:57:10] [main/DEBUG] [mixin]: Scanning file:/C:/Users/Administrator/Documents/GitHub/sevtech-server-1.12.2/./mods/randompatches-1.12.2-1.22.0.0.jar for mixin tweaker +[16:57:10] [main/DEBUG] [mixin]: Scanning file:/C:/Users/Administrator/Documents/GitHub/sevtech-server-1.12.2/./mods/ResourceLoader-MC1.12.1-1.5.3.jar for mixin tweaker +[16:57:10] [main/DEBUG] [mixin]: Scanning file:/C:/Users/Administrator/Documents/GitHub/sevtech-server-1.12.2/./mods/sevpatches-1.9-10.jar for mixin tweaker +[16:57:10] [main/DEBUG] [mixin]: Scanning file:/C:/Users/Administrator/Documents/GitHub/sevtech-server-1.12.2/./mods/SmoothFont-mc1.12.2-2.1.2.jar for mixin tweaker +[16:57:10] [main/DEBUG] [mixin]: Scanning file:/C:/Users/Administrator/Documents/GitHub/sevtech-server-1.12.2/./mods/memory_repo/blusunrize/ImmersiveEngineering-core/0.12-98/ImmersiveEngineering-core-0.12-98.jar for mixin tweaker +[16:57:10] [main/DEBUG] [mixin]: Scanning file:/C:/Users/Administrator/Documents/GitHub/sevtech-server-1.12.2/./mods/memory_repo/angrypixel/TheBetweenlands/3.5.10/TheBetweenlands-3.5.10-core.jar for mixin tweaker +[16:57:10] [main/DEBUG] [mixin]: Adding agents for Mixin Container ContainerHandleURI(file:/C:/Users/Administrator/Documents/GitHub/sevtech-server-1.12.2/./mods/JustEnoughIDs-1.0.3-55.jar) +[16:57:10] [main/DEBUG] [mixin]: Adding agents for Mixin Container ContainerHandleURI(file:/C:/Users/Administrator/Documents/GitHub/sevtech-server-1.12.2/./mods/movingworld-1.12-6.353-full.jar) +[16:57:10] [main/DEBUG] [mixin]: Adding mixin platform agents for container ContainerHandleURI(file:/C:/Users/Administrator/Documents/GitHub/sevtech-server-1.12.2/./mods/movingworld-1.12-6.353-full.jar) +[16:57:10] [main/DEBUG] [mixin]: Instancing new MixinPlatformAgentFMLLegacy for ContainerHandleURI(file:/C:/Users/Administrator/Documents/GitHub/sevtech-server-1.12.2/./mods/movingworld-1.12-6.353-full.jar) +[16:57:10] [main/DEBUG] [mixin]: ForceLoadAsMod was specified for movingworld-1.12-6.353-full.jar, attempting force-load +[16:57:10] [main/DEBUG] [mixin]: Adding movingworld-1.12-6.353-full.jar to reparseable coremod collection +[16:57:10] [main/DEBUG] [mixin]: movingworld-1.12-6.353-full.jar has core plugin com.elytradev.movingworld.common.asm.coremod.MovingWorldCoreMod. Injecting it into FML for co-initialisation: +[16:57:10] [main/DEBUG] [FML]: Instantiating coremod class MovingWorldCoreMod +[16:57:10] [main/TRACE] [FML]: coremod named MovingWorldCore is loading +[16:57:10] [main/WARN] [FML]: The coremod com.elytradev.movingworld.common.asm.coremod.MovingWorldCoreMod does not have a MCVersion annotation, it may cause issues with this version of Minecraft +[16:57:10] [main/WARN] [FML]: The coremod MovingWorldCore (com.elytradev.movingworld.common.asm.coremod.MovingWorldCoreMod) is not signed! +[16:57:10] [main/ERROR] [mixin]: Mixin config mixins.movingworld.json does not specify "minVersion" property +[16:57:10] [main/DEBUG] [FML]: Enqueued coremod MovingWorldCore +[16:57:10] [main/DEBUG] [mixin]: MixinPlatformAgentFMLLegacy accepted container ContainerHandleURI(file:/C:/Users/Administrator/Documents/GitHub/sevtech-server-1.12.2/./mods/movingworld-1.12-6.353-full.jar) +[16:57:10] [main/DEBUG] [mixin]: Instancing new MixinPlatformAgentLiteLoaderLegacy for ContainerHandleURI(file:/C:/Users/Administrator/Documents/GitHub/sevtech-server-1.12.2/./mods/movingworld-1.12-6.353-full.jar) +[16:57:10] [main/DEBUG] [mixin]: MixinPlatformAgentLiteLoaderLegacy rejected container ContainerHandleURI(file:/C:/Users/Administrator/Documents/GitHub/sevtech-server-1.12.2/./mods/movingworld-1.12-6.353-full.jar) +[16:57:10] [main/DEBUG] [mixin]: Instancing new MixinPlatformAgentDefault for ContainerHandleURI(file:/C:/Users/Administrator/Documents/GitHub/sevtech-server-1.12.2/./mods/movingworld-1.12-6.353-full.jar) +[16:57:10] [main/DEBUG] [mixin]: MixinPlatformAgentDefault accepted container ContainerHandleURI(file:/C:/Users/Administrator/Documents/GitHub/sevtech-server-1.12.2/./mods/movingworld-1.12-6.353-full.jar) +[16:57:10] [main/DEBUG] [mixin]: Adding agents for Mixin Container ContainerHandleURI(file:/C:/Users/Administrator/Documents/GitHub/sevtech-server-1.12.2/./mods/sevpatches-1.9-10.jar) +[16:57:10] [main/DEBUG] [mixin]: Adding mixin platform agents for container ContainerHandleURI(file:/C:/Users/Administrator/Documents/GitHub/sevtech-server-1.12.2/./mods/sevpatches-1.9-10.jar) +[16:57:10] [main/DEBUG] [mixin]: Instancing new MixinPlatformAgentFMLLegacy for ContainerHandleURI(file:/C:/Users/Administrator/Documents/GitHub/sevtech-server-1.12.2/./mods/sevpatches-1.9-10.jar) +[16:57:10] [main/DEBUG] [mixin]: ForceLoadAsMod was specified for sevpatches-1.9-10.jar, attempting force-load +[16:57:10] [main/DEBUG] [mixin]: Adding sevpatches-1.9-10.jar to reparseable coremod collection +[16:57:10] [main/DEBUG] [mixin]: sevpatches-1.9-10.jar has core plugin tv.darkosto.sevpatches.core.SevPatchesLoadingPlugin. Injecting it into FML for co-initialisation: +[16:57:10] [main/DEBUG] [FML]: Instantiating coremod class SevPatchesLoadingPlugin +[16:57:10] [main/TRACE] [FML]: coremod named SevPatches is loading +[16:57:10] [main/DEBUG] [FML]: The coremod tv.darkosto.sevpatches.core.SevPatchesLoadingPlugin requested minecraft version 1.12.2 and minecraft is 1.12.2. It will be loaded. +[16:57:10] [main/WARN] [FML]: The coremod SevPatches (tv.darkosto.sevpatches.core.SevPatchesLoadingPlugin) is not signed! +[16:57:10] [main/INFO] [sevpatches_core]: setting up mixin environment +[16:57:10] [main/DEBUG] [FML]: Enqueued coremod SevPatches +[16:57:10] [main/DEBUG] [mixin]: MixinPlatformAgentFMLLegacy accepted container ContainerHandleURI(file:/C:/Users/Administrator/Documents/GitHub/sevtech-server-1.12.2/./mods/sevpatches-1.9-10.jar) +[16:57:10] [main/DEBUG] [mixin]: Instancing new MixinPlatformAgentLiteLoaderLegacy for ContainerHandleURI(file:/C:/Users/Administrator/Documents/GitHub/sevtech-server-1.12.2/./mods/sevpatches-1.9-10.jar) +[16:57:10] [main/DEBUG] [mixin]: MixinPlatformAgentLiteLoaderLegacy rejected container ContainerHandleURI(file:/C:/Users/Administrator/Documents/GitHub/sevtech-server-1.12.2/./mods/sevpatches-1.9-10.jar) +[16:57:10] [main/DEBUG] [mixin]: Instancing new MixinPlatformAgentDefault for ContainerHandleURI(file:/C:/Users/Administrator/Documents/GitHub/sevtech-server-1.12.2/./mods/sevpatches-1.9-10.jar) +[16:57:10] [main/DEBUG] [mixin]: MixinPlatformAgentDefault accepted container ContainerHandleURI(file:/C:/Users/Administrator/Documents/GitHub/sevtech-server-1.12.2/./mods/sevpatches-1.9-10.jar) +[16:57:10] [main/WARN] [LaunchWrapper]: Tweak class name org.spongepowered.asm.launch.MixinTweaker has already been visited -- skipping +[16:57:10] [main/WARN] [LaunchWrapper]: Tweak class name org.spongepowered.asm.launch.MixinTweaker has already been visited -- skipping +[16:57:10] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLDeobfTweaker +[16:57:10] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker +[16:57:10] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker +[16:57:10] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper +[16:57:10] [main/DEBUG] [FML]: Injecting coremod FMLCorePlugin \{net.minecraftforge.fml.relauncher.FMLCorePlugin\} class transformers +[16:57:10] [main/TRACE] [FML]: Registering transformer net.minecraftforge.fml.common.asm.transformers.SideTransformer +[16:57:10] [main/DEBUG] [mixin]: Checking for additional mixins for MixinEnvironment[PREINIT] +[16:57:10] [main/TRACE] [FML]: Registering transformer net.minecraftforge.fml.common.asm.transformers.EventSubscriptionTransformer +[16:57:10] [main/TRACE] [FML]: Registering transformer net.minecraftforge.fml.common.asm.transformers.EventSubscriberTransformer +[16:57:10] [main/TRACE] [FML]: Registering transformer net.minecraftforge.fml.common.asm.transformers.SoundEngineFixTransformer +[16:57:10] [main/DEBUG] [FML]: Injection complete +[16:57:10] [main/DEBUG] [FML]: Running coremod plugin for FMLCorePlugin \{net.minecraftforge.fml.relauncher.FMLCorePlugin\} +[16:57:10] [main/DEBUG] [FML]: Running coremod plugin FMLCorePlugin +[16:57:11] [main/DEBUG] [FML]: Read 1154 binary patches +[16:57:11] [main/DEBUG] [FML]: Loading deobfuscation resource /deobfuscation_data-1.12.2.lzma with 36076 records +[16:57:11] [main/INFO] [FML]: Found valid fingerprint for Minecraft Forge. Certificate fingerprint e3c3d50c7c986df74c645c0ac54639741c90a557 +[16:57:11] [main/DEBUG] [FML]: Coremod plugin class FMLCorePlugin run successfully +[16:57:11] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper +[16:57:11] [main/DEBUG] [FML]: Injecting coremod FMLForgePlugin \{net.minecraftforge.classloading.FMLForgePlugin\} class transformers +[16:57:11] [main/DEBUG] [FML]: Injection complete +[16:57:11] [main/DEBUG] [FML]: Running coremod plugin for FMLForgePlugin \{net.minecraftforge.classloading.FMLForgePlugin\} +[16:57:11] [main/DEBUG] [FML]: Running coremod plugin FMLForgePlugin +[16:57:11] [main/DEBUG] [FML]: Coremod plugin class FMLForgePlugin run successfully +[16:57:11] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper +[16:57:11] [main/DEBUG] [FML]: Injecting coremod CoreMod \{aroma1997.core.coremod.CoreMod\} class transformers +[16:57:11] [main/DEBUG] [FML]: Injection complete +[16:57:11] [main/DEBUG] [FML]: Running coremod plugin for CoreMod \{aroma1997.core.coremod.CoreMod\} +[16:57:11] [main/DEBUG] [FML]: Running coremod plugin CoreMod +[16:57:11] [main/INFO] [Aroma1997Core]: Finished data injection. +[16:57:11] [main/INFO] [Aroma1997Core]: Finished data injection. +[16:57:11] [main/DEBUG] [FML]: Coremod plugin class CoreMod run successfully +[16:57:11] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper +[16:57:11] [main/DEBUG] [FML]: Injecting coremod ForgelinPlugin \{net.shadowfacts.forgelin.preloader.ForgelinPlugin\} class transformers +[16:57:11] [main/DEBUG] [FML]: Injection complete +[16:57:11] [main/DEBUG] [FML]: Running coremod plugin for ForgelinPlugin \{net.shadowfacts.forgelin.preloader.ForgelinPlugin\} +[16:57:11] [main/DEBUG] [FML]: Running coremod plugin ForgelinPlugin +[16:57:11] [main/DEBUG] [FML]: Coremod plugin class ForgelinPlugin run successfully +[16:57:11] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper +[16:57:11] [main/DEBUG] [FML]: Injecting coremod IvToolkit \{ivorius.ivtoolkit.IvToolkitLoadingPlugin\} class transformers +[16:57:11] [main/DEBUG] [FML]: Injection complete +[16:57:11] [main/DEBUG] [FML]: Running coremod plugin for IvToolkit \{ivorius.ivtoolkit.IvToolkitLoadingPlugin\} +[16:57:11] [main/DEBUG] [FML]: Running coremod plugin IvToolkit +[16:57:11] [main/DEBUG] [FML]: Coremod plugin class IvToolkitLoadingPlugin run successfully +[16:57:11] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper +[16:57:11] [main/DEBUG] [FML]: Injecting coremod MicdoodlePlugin \{micdoodle8.mods.miccore.MicdoodlePlugin\} class transformers +[16:57:11] [main/INFO] [STDOUT]: [micdoodle8.mods.miccore.MicdoodlePlugin:getASMTransformerClass:99]: Successfully Registered Transformer +[16:57:11] [main/TRACE] [FML]: Registering transformer micdoodle8.mods.miccore.MicdoodleTransformer +[16:57:11] [main/DEBUG] [FML]: Injection complete +[16:57:11] [main/DEBUG] [FML]: Running coremod plugin for MicdoodlePlugin \{micdoodle8.mods.miccore.MicdoodlePlugin\} +[16:57:11] [main/DEBUG] [FML]: Running coremod plugin MicdoodlePlugin +[16:57:11] [main/INFO] [STDOUT]: [micdoodle8.mods.miccore.MicdoodlePlugin:injectData:292]: [Micdoodle8Core]: Patching game... +[16:57:11] [main/INFO] [STDOUT]: [micdoodle8.mods.miccore.MicdoodlePlugin:injectData:292]: [Micdoodle8Core]: Patching game... +[16:57:11] [main/DEBUG] [FML]: Coremod plugin class MicdoodlePlugin run successfully +[16:57:11] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper +[16:57:11] [main/DEBUG] [FML]: Injecting coremod CorePlugin \{bre.smoothfont.asm.CorePlugin\} class transformers +[16:57:11] [main/TRACE] [FML]: Registering transformer bre.smoothfont.asm.Transformer +[16:57:11] [main/DEBUG] [FML]: Injection complete +[16:57:11] [main/DEBUG] [FML]: Running coremod plugin for CorePlugin \{bre.smoothfont.asm.CorePlugin\} +[16:57:11] [main/DEBUG] [FML]: Running coremod plugin CorePlugin +[16:57:11] [main/DEBUG] [FML]: Coremod plugin class CorePlugin run successfully +[16:57:11] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper +[16:57:11] [main/DEBUG] [FML]: Injecting coremod TheBetweenlandsLoadingPlugin \{thebetweenlands.core.TheBetweenlandsLoadingPlugin\} class transformers +[16:57:11] [main/TRACE] [FML]: Registering transformer thebetweenlands.core.TheBetweenlandsClassTransformer +[16:57:11] [main/DEBUG] [FML]: Injection complete +[16:57:11] [main/DEBUG] [FML]: Running coremod plugin for TheBetweenlandsLoadingPlugin \{thebetweenlands.core.TheBetweenlandsLoadingPlugin\} +[16:57:11] [main/DEBUG] [FML]: Running coremod plugin TheBetweenlandsLoadingPlugin +[16:57:11] [main/DEBUG] [FML]: Coremod plugin class TheBetweenlandsLoadingPlugin run successfully +[16:57:11] [main/INFO] [LaunchWrapper]: Calling tweak class codechicken.asm.internal.Tweaker +[16:57:11] [main/INFO] [STDOUT]: [codechicken.asm.internal.Tweaker:injectIntoClassLoader:30]: false +[16:57:11] [main/INFO] [LaunchWrapper]: Calling tweak class org.spongepowered.asm.launch.MixinTweaker +[16:57:11] [main/DEBUG] [mixin]: Processing prepare() for PlatformAgent[MixinPlatformAgentFMLLegacy:ContainerHandleURI(file:/C:/Users/Administrator/Documents/GitHub/sevtech-server-1.12.2/./mods/JustEnoughIDs-1.0.3-55.jar)] +[16:57:11] [main/DEBUG] [mixin]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleURI(file:/C:/Users/Administrator/Documents/GitHub/sevtech-server-1.12.2/./mods/JustEnoughIDs-1.0.3-55.jar)] +[16:57:11] [main/DEBUG] [mixin]: Processing prepare() for PlatformAgent[MixinPlatformAgentFMLLegacy:ContainerHandleURI(file:/C:/Users/Administrator/Documents/GitHub/sevtech-server-1.12.2/./mods/movingworld-1.12-6.353-full.jar)] +[16:57:11] [main/DEBUG] [mixin]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleURI(file:/C:/Users/Administrator/Documents/GitHub/sevtech-server-1.12.2/./mods/movingworld-1.12-6.353-full.jar)] +[16:57:11] [main/DEBUG] [mixin]: Registering mixin config: mixins.movingworld.json +[16:57:11] [main/DEBUG] [mixin]: Processing prepare() for PlatformAgent[MixinPlatformAgentFMLLegacy:ContainerHandleURI(file:/C:/Users/Administrator/Documents/GitHub/sevtech-server-1.12.2/./mods/sevpatches-1.9-10.jar)] +[16:57:11] [main/DEBUG] [mixin]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleURI(file:/C:/Users/Administrator/Documents/GitHub/sevtech-server-1.12.2/./mods/sevpatches-1.9-10.jar)] +[16:57:11] [main/DEBUG] [mixin]: Processing launch tasks for PlatformAgent[MixinPlatformAgentFMLLegacy:ContainerHandleURI(file:/C:/Users/Administrator/Documents/GitHub/sevtech-server-1.12.2/./mods/JustEnoughIDs-1.0.3-55.jar)] +[16:57:11] [main/DEBUG] [mixin]: Creating FML remapper adapter: org.spongepowered.asm.bridge.RemapperAdapterFML +[16:57:11] [main/INFO] [mixin]: Initialised Mixin FML Remapper Adapter with net.minecraftforge.fml.common.asm.transformers.deobf.FMLDeobfuscatingRemapper@4c176ff1 +[16:57:11] [main/DEBUG] [mixin]: Processing launch tasks for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleURI(file:/C:/Users/Administrator/Documents/GitHub/sevtech-server-1.12.2/./mods/JustEnoughIDs-1.0.3-55.jar)] +[16:57:11] [main/DEBUG] [mixin]: Scanning file:/C:/Users/Administrator/Documents/GitHub/sevtech-server-1.12.2/forge-1.12.2-14.23.5.2860.jar for mixin tweaker +[16:57:11] [main/DEBUG] [mixin]: Scanning file:/C:/Users/Administrator/Documents/GitHub/sevtech-server-1.12.2/./mods/Aroma1997Core-1.12.2-2.0.0.2.jar for mixin tweaker +[16:57:11] [main/DEBUG] [mixin]: Scanning file:/C:/Users/Administrator/Documents/GitHub/sevtech-server-1.12.2/./mods/astralsorcery-1.12.2-1.10.21.jar for mixin tweaker +[16:57:11] [main/DEBUG] [mixin]: Scanning file:/C:/Users/Administrator/Documents/GitHub/sevtech-server-1.12.2/./mods/BetterFoliage-MC1.12-2.3.1.jar for mixin tweaker +[16:57:11] [main/DEBUG] [mixin]: Scanning file:/C:/Users/Administrator/Documents/GitHub/sevtech-server-1.12.2/./mods/BetterFps-1.4.8.jar for mixin tweaker +[16:57:11] [main/DEBUG] [mixin]: Scanning file:/C:/Users/Administrator/Documents/GitHub/sevtech-server-1.12.2/./mods/BetterWithLib-1.12-1.5.jar for mixin tweaker +[16:57:11] [main/DEBUG] [mixin]: Scanning file:/C:/Users/Administrator/Documents/GitHub/sevtech-server-1.12.2/./mods/BNBGamingCore-1.12.2-0.12.0.jar for mixin tweaker +[16:57:11] [main/DEBUG] [mixin]: Scanning file:/C:/Users/Administrator/Documents/GitHub/sevtech-server-1.12.2/./mods/1.12.2/ChickenASM-1.12-1.0.2.7.jar for mixin tweaker +[16:57:11] [main/DEBUG] [mixin]: Scanning file:/C:/Users/Administrator/Documents/GitHub/sevtech-server-1.12.2/./mods/CTM-MC1.12.2-0.3.3.22.jar for mixin tweaker +[16:57:11] [main/DEBUG] [mixin]: Scanning file:/C:/Users/Administrator/Documents/GitHub/sevtech-server-1.12.2/./mods/Farseek-1.12-2.5.jar for mixin tweaker +[16:57:11] [main/DEBUG] [mixin]: Scanning file:/C:/Users/Administrator/Documents/GitHub/sevtech-server-1.12.2/./mods/foamfix-0.10.10-1.12.2.jar for mixin tweaker +[16:57:11] [main/DEBUG] [mixin]: Scanning file:/C:/Users/Administrator/Documents/GitHub/sevtech-server-1.12.2/./mods/Forgelin-1.8.2.jar for mixin tweaker +[16:57:11] [main/DEBUG] [mixin]: Scanning file:/C:/Users/Administrator/Documents/GitHub/sevtech-server-1.12.2/./mods/InventoryTweaks-1.64+dev.151.jar for mixin tweaker +[16:57:11] [main/DEBUG] [mixin]: Scanning file:/C:/Users/Administrator/Documents/GitHub/sevtech-server-1.12.2/./mods/IvToolkit-1.3.3-1.12.jar for mixin tweaker +[16:57:11] [main/DEBUG] [mixin]: Scanning file:/C:/Users/Administrator/Documents/GitHub/sevtech-server-1.12.2/./mods/JustEnoughIDs-1.0.3-55.jar for mixin tweaker +[16:57:11] [main/DEBUG] [mixin]: Scanning file:/C:/Users/Administrator/Documents/GitHub/sevtech-server-1.12.2/./mods/Mekanism-1.12.2-9.8.3.390.jar for mixin tweaker +[16:57:11] [main/DEBUG] [mixin]: Scanning file:/C:/Users/Administrator/Documents/GitHub/sevtech-server-1.12.2/./mods/MicdoodleCore-1.12.2-4.0.2.280.jar for mixin tweaker +[16:57:11] [main/DEBUG] [mixin]: Scanning file:/C:/Users/Administrator/Documents/GitHub/sevtech-server-1.12.2/./mods/movingworld-1.12-6.353-full.jar for mixin tweaker +[16:57:11] [main/DEBUG] [mixin]: Scanning file:/C:/Users/Administrator/Documents/GitHub/sevtech-server-1.12.2/./mods/PlayerAPI-1.12.1-1.0.jar for mixin tweaker +[16:57:11] [main/DEBUG] [mixin]: Scanning file:/C:/Users/Administrator/Documents/GitHub/sevtech-server-1.12.2/./mods/Quark-r1.5-158.jar for mixin tweaker +[16:57:11] [main/DEBUG] [mixin]: Scanning file:/C:/Users/Administrator/Documents/GitHub/sevtech-server-1.12.2/./mods/randompatches-1.12.2-1.22.0.0.jar for mixin tweaker +[16:57:11] [main/DEBUG] [mixin]: Scanning file:/C:/Users/Administrator/Documents/GitHub/sevtech-server-1.12.2/./mods/ResourceLoader-MC1.12.1-1.5.3.jar for mixin tweaker +[16:57:11] [main/DEBUG] [mixin]: Scanning file:/C:/Users/Administrator/Documents/GitHub/sevtech-server-1.12.2/./mods/sevpatches-1.9-10.jar for mixin tweaker +[16:57:11] [main/DEBUG] [mixin]: Scanning file:/C:/Users/Administrator/Documents/GitHub/sevtech-server-1.12.2/./mods/SmoothFont-mc1.12.2-2.1.2.jar for mixin tweaker +[16:57:11] [main/DEBUG] [mixin]: Scanning file:/C:/Users/Administrator/Documents/GitHub/sevtech-server-1.12.2/./mods/memory_repo/blusunrize/ImmersiveEngineering-core/0.12-98/ImmersiveEngineering-core-0.12-98.jar for mixin tweaker +[16:57:11] [main/DEBUG] [mixin]: Scanning file:/C:/Users/Administrator/Documents/GitHub/sevtech-server-1.12.2/./mods/memory_repo/angrypixel/TheBetweenlands/3.5.10/TheBetweenlands-3.5.10-core.jar for mixin tweaker +[16:57:11] [main/DEBUG] [mixin]: Scanning asmgen:/ for mixin tweaker +[16:57:11] [main/DEBUG] [mixin]: Adding agents for Mixin Container ContainerHandleURI(file:/C:/Users/Administrator/Documents/GitHub/sevtech-server-1.12.2/./mods/JustEnoughIDs-1.0.3-55.jar) +[16:57:11] [main/DEBUG] [mixin]: Adding agents for Mixin Container ContainerHandleURI(file:/C:/Users/Administrator/Documents/GitHub/sevtech-server-1.12.2/./mods/movingworld-1.12-6.353-full.jar) +[16:57:11] [main/DEBUG] [mixin]: Adding agents for Mixin Container ContainerHandleURI(file:/C:/Users/Administrator/Documents/GitHub/sevtech-server-1.12.2/./mods/sevpatches-1.9-10.jar) +[16:57:11] [main/DEBUG] [mixin]: inject() running with 3 agents +[16:57:11] [main/DEBUG] [mixin]: Processing inject() for PlatformAgent[MixinPlatformAgentFMLLegacy:ContainerHandleURI(file:/C:/Users/Administrator/Documents/GitHub/sevtech-server-1.12.2/./mods/JustEnoughIDs-1.0.3-55.jar)] +[16:57:11] [main/DEBUG] [mixin]: FML agent is co-initiralising coremod instance JustEnoughIDs Extension Plugin {[]} for ContainerHandleURI(file:/C:/Users/Administrator/Documents/GitHub/sevtech-server-1.12.2/./mods/JustEnoughIDs-1.0.3-55.jar) +[16:57:11] [main/DEBUG] [FML]: Injecting coremod JustEnoughIDs Extension Plugin \{org.dimdev.jeid.JEIDLoadingPlugin\} class transformers +[16:57:11] [main/TRACE] [FML]: Registering transformer org.dimdev.jeid.JEIDTransformer +[16:57:11] [main/DEBUG] [FML]: Injection complete +[16:57:11] [main/DEBUG] [FML]: Running coremod plugin for JustEnoughIDs Extension Plugin \{org.dimdev.jeid.JEIDLoadingPlugin\} +[16:57:11] [main/DEBUG] [FML]: Running coremod plugin JustEnoughIDs Extension Plugin +[16:57:11] [main/DEBUG] [FML]: Coremod plugin class JEIDLoadingPlugin run successfully +[16:57:11] [main/DEBUG] [mixin]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleURI(file:/C:/Users/Administrator/Documents/GitHub/sevtech-server-1.12.2/./mods/JustEnoughIDs-1.0.3-55.jar)] +[16:57:11] [main/DEBUG] [mixin]: Processing inject() for PlatformAgent[MixinPlatformAgentFMLLegacy:ContainerHandleURI(file:/C:/Users/Administrator/Documents/GitHub/sevtech-server-1.12.2/./mods/movingworld-1.12-6.353-full.jar)] +[16:57:11] [main/DEBUG] [mixin]: FML agent is co-initiralising coremod instance MovingWorldCore {[]} for ContainerHandleURI(file:/C:/Users/Administrator/Documents/GitHub/sevtech-server-1.12.2/./mods/movingworld-1.12-6.353-full.jar) +[16:57:11] [main/DEBUG] [FML]: Injecting coremod MovingWorldCore \{com.elytradev.movingworld.common.asm.coremod.MovingWorldCoreMod\} class transformers +[16:57:11] [main/DEBUG] [FML]: Injection complete +[16:57:11] [main/DEBUG] [FML]: Running coremod plugin for MovingWorldCore \{com.elytradev.movingworld.common.asm.coremod.MovingWorldCoreMod\} +[16:57:11] [main/DEBUG] [FML]: Running coremod plugin MovingWorldCore +[16:57:11] [main/DEBUG] [FML]: Coremod plugin class MovingWorldCoreMod run successfully +[16:57:11] [main/DEBUG] [mixin]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleURI(file:/C:/Users/Administrator/Documents/GitHub/sevtech-server-1.12.2/./mods/movingworld-1.12-6.353-full.jar)] +[16:57:11] [main/DEBUG] [mixin]: Processing inject() for PlatformAgent[MixinPlatformAgentFMLLegacy:ContainerHandleURI(file:/C:/Users/Administrator/Documents/GitHub/sevtech-server-1.12.2/./mods/sevpatches-1.9-10.jar)] +[16:57:11] [main/DEBUG] [mixin]: FML agent is co-initiralising coremod instance SevPatches {[]} for ContainerHandleURI(file:/C:/Users/Administrator/Documents/GitHub/sevtech-server-1.12.2/./mods/sevpatches-1.9-10.jar) +[16:57:11] [main/DEBUG] [FML]: Injecting coremod SevPatches \{tv.darkosto.sevpatches.core.SevPatchesLoadingPlugin\} class transformers +[16:57:11] [main/TRACE] [FML]: Registering transformer tv.darkosto.sevpatches.core.SevPatchesTransformer +[16:57:11] [main/DEBUG] [FML]: Injection complete +[16:57:11] [main/DEBUG] [FML]: Running coremod plugin for SevPatches \{tv.darkosto.sevpatches.core.SevPatchesLoadingPlugin\} +[16:57:11] [main/DEBUG] [FML]: Running coremod plugin SevPatches +[16:57:11] [main/DEBUG] [FML]: Coremod plugin class SevPatchesLoadingPlugin run successfully +[16:57:11] [main/DEBUG] [mixin]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleURI(file:/C:/Users/Administrator/Documents/GitHub/sevtech-server-1.12.2/./mods/sevpatches-1.9-10.jar)] +[16:57:11] [main/INFO] [LaunchWrapper]: Calling tweak class guichaguri.betterfps.tweaker.BetterFpsTweaker +[16:57:11] [main/DEBUG] [BetterFps]: Loading Mappings... +[16:57:11] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLDeobfTweaker +[16:57:11] [main/DEBUG] [FML]: Loaded 215 rules from AccessTransformer config file forge_at.cfg +[16:57:11] [main/INFO] [Astral Core]: [AstralTransformer] Loading patches... +[16:57:12] [main/INFO] [Astral Core]: [AstralTransformer] Initialized! Loaded 14 class patches! +[16:57:12] [main/DEBUG] [FML]: Loaded 17 rules from AccessTransformer config file foamfix_runtime_at.cfg +[16:57:12] [main/DEBUG] [FML]: Loaded 12 rules from AccessTransformer config file invtweaks_at.cfg +[16:57:12] [main/DEBUG] [FML]: Loaded 93 rules from AccessTransformer config file micdoodlecore_at.cfg +[16:57:12] [main/DEBUG] [FML]: Loaded 1 rules from AccessTransformer mod jar file .\mods\Scannable-MC1.12.2-1.6.3.24.jar!META-INF/scannable_at.cfg + +[16:57:12] [main/DEBUG] [FML]: Loaded 2 rules from AccessTransformer mod jar file .\mods\IronJetpacks-1.12-2-1.1.0.jar!META-INF/ironjetpacks_at.cfg + +[16:57:12] [main/DEBUG] [FML]: Loaded 7 rules from AccessTransformer mod jar file .\mods\rftools-1.12-7.73.jar!META-INF/rftools_at.cfg + +[16:57:12] [main/DEBUG] [FML]: Loaded 3 rules from AccessTransformer mod jar file .\mods\Better With Addons-0.50-hotfix.jar!META-INF/bwa_at.cfg + +[16:57:12] [main/DEBUG] [FML]: Loaded 2 rules from AccessTransformer mod jar file .\mods\incontrol-1.12-3.9.16.jar!META-INF/incontrol_at.cfg + +[16:57:12] [main/DEBUG] [FML]: Loaded 4 rules from AccessTransformer mod jar file .\mods\Placebo-1.12.2-1.6.0.jar!META-INF/placebo_at.cfg + +[16:57:12] [main/DEBUG] [FML]: Loaded 5 rules from AccessTransformer mod jar file .\mods\TipTheScales-1.12.2-1.0.4.jar!META-INF/tipthescales_at.cfg + +[16:57:12] [main/DEBUG] [FML]: Loaded 2 rules from AccessTransformer mod jar file .\mods\ForgeMultipart-1.12.2-2.6.1.81-universal.jar!META-INF/fmp_at.cfg + +[16:57:12] [main/DEBUG] [FML]: Loaded 23 rules from AccessTransformer mod jar file .\mods\astralsorcery-1.12.2-1.10.21.jar!META-INF/astralsorcery_at.cfg + +[16:57:12] [main/DEBUG] [FML]: Loaded 8 rules from AccessTransformer mod jar file .\mods\Mantle-1.12-1.3.3.55.jar!META-INF/mantle_at.cfg + +[16:57:12] [main/DEBUG] [FML]: Loaded 16 rules from AccessTransformer mod jar file .\mods\BNBGamingLib-1.12.2-2.17.6.jar!META-INF/bnbgaminglib_at.cfg + +[16:57:12] [main/DEBUG] [FML]: Loaded 1 rules from AccessTransformer mod jar file .\mods\randompatches-1.12.2-1.22.0.0.jar!META-INF/randompatches_at.cfg + +[16:57:12] [main/DEBUG] [FML]: Loaded 3 rules from AccessTransformer mod jar file .\mods\Streams-1.12-0.4.8.jar!META-INF/streams_at.cfg + +[16:57:12] [main/DEBUG] [FML]: Loaded 6 rules from AccessTransformer mod jar file .\mods\LoadingScreens-1.12.2-0.3.1.jar!META-INF/loadingscreen_at.cfg + +[16:57:12] [main/DEBUG] [FML]: Loaded 1 rules from AccessTransformer mod jar file .\mods\ResourceLoader-MC1.12.1-1.5.3.jar!META-INF/ResourceLoader_At.cfg + +[16:57:12] [main/DEBUG] [FML]: Loaded 8 rules from AccessTransformer mod jar file .\mods\ClientTweaks_1.12.2-3.1.11.jar!META-INF/clienttweaks_at.cfg + +[16:57:12] [main/DEBUG] [FML]: Loaded 14 rules from AccessTransformer mod jar file .\mods\Mekanism-1.12.2-9.8.3.390.jar!META-INF/mekanism_at.cfg + +[16:57:12] [main/DEBUG] [FML]: Loaded 1 rules from AccessTransformer mod jar file .\mods\journeymap-1.12.2-5.5.4.jar!META-INF/journeymap_at.cfg + +[16:57:12] [main/DEBUG] [FML]: Loaded 46 rules from AccessTransformer mod jar file .\mods\CodeChickenLib-1.12.2-3.2.3.358-universal.jar!META-INF/ccl_at.cfg + +[16:57:12] [main/DEBUG] [FML]: Loaded 12 rules from AccessTransformer mod jar file .\mods\CraftTweaker2-1.12-4.1.20.574.jar!META-INF/crafttweaker_at.cfg + +[16:57:12] [main/DEBUG] [FML]: Loaded 2 rules from AccessTransformer mod jar file .\mods\PickleTweaks-1.12.2-2.1.3.jar!META-INF/pickletweaks_at.cfg + +[16:57:12] [main/DEBUG] [FML]: Loaded 3 rules from AccessTransformer mod jar file .\mods\Wawla-1.12.2-2.6.275.jar!META-INF/wawla_at.cfg + +[16:57:12] [main/DEBUG] [FML]: Loaded 4 rules from AccessTransformer mod jar file .\mods\RebornCore-1.12.2-3.19.5-universal.jar!META-INF/reborncore_at.cfg + +[16:57:12] [main/DEBUG] [FML]: Loaded 8 rules from AccessTransformer mod jar file .\mods\Chisel-MC1.12.2-0.2.1.35.jar!META-INF/chisel_at.cfg + +[16:57:12] [main/DEBUG] [FML]: Loaded 1 rules from AccessTransformer mod jar file .\mods\noRecipeBook_v1.2.2formc1.12.2.jar!META-INF/nrb_at.cfg + +[16:57:12] [main/DEBUG] [FML]: Loaded 50 rules from AccessTransformer mod jar file .\mods\Bookshelf-1.12.2-2.3.581.jar!META-INF/bookshelf_at.cfg + +[16:57:12] [main/DEBUG] [FML]: Loaded 2 rules from AccessTransformer mod jar file .\mods\CyclopsCore-1.12.2-1.3.0.jar!META-INF/cyclopscore_at.cfg + +[16:57:12] [main/DEBUG] [FML]: Loaded 8 rules from AccessTransformer mod jar file .\mods\FastWorkbench-1.12.2-1.7.3.jar!META-INF/fastbench_at.cfg + +[16:57:12] [main/DEBUG] [FML]: Loaded 20 rules from AccessTransformer mod jar file .\mods\twilightforest-1.12.2-3.8.689-universal.jar!META-INF/tf_at.cfg + +[16:57:12] [main/DEBUG] [FML]: Loaded 35 rules from AccessTransformer mod jar file .\mods\TheBetweenlands-3.5.10-universal.jar!META-INF/thebetweenlands_at.cfg + +[16:57:12] [main/DEBUG] [FML]: Loaded 7 rules from AccessTransformer mod jar file .\mods\chiselsandbits-14.33.jar!META-INF/chiselsandbits_at.cfg + +[16:57:12] [main/DEBUG] [FML]: Loaded 2 rules from AccessTransformer mod jar file .\mods\appliedenergistics2-rv6-stable-7.jar!META-INF/appeng_at.cfg + +[16:57:12] [main/DEBUG] [FML]: Loaded 4 rules from AccessTransformer mod jar file .\mods\FarmingForBlockheads_1.12.2-3.1.28.jar!META-INF/farmingforblockheads_at.cfg + +[16:57:12] [main/DEBUG] [FML]: Loaded 9 rules from AccessTransformer mod jar file .\mods\Controlling-3.0.9.jar!META-INF/controlling_at.cfg + +[16:57:12] [main/DEBUG] [FML]: Loaded 23 rules from AccessTransformer mod jar file .\mods\BetterWithMods-1.12-2.3.20-1027.jar!META-INF/bwm_at.cfg + +[16:57:12] [main/DEBUG] [FML]: Loaded 2 rules from AccessTransformer mod jar file .\mods\mcjtylib-1.12-3.5.4.jar!META-INF/mcjtylib_ng_at.cfg + +[16:57:12] [main/DEBUG] [FML]: Loaded 12 rules from AccessTransformer mod jar file .\mods\SmoothFont-mc1.12.2-2.1.2.jar!META-INF/SmoothFont_at.cfg + +[16:57:12] [main/DEBUG] [FML]: Loaded 1 rules from AccessTransformer mod jar file .\mods\FastFurnace-1.12.2-1.3.1.jar!META-INF/fastfurnace_at.cfg + +[16:57:12] [main/DEBUG] [FML]: Loaded 53 rules from AccessTransformer mod jar file .\mods\DimensionalControl-1.12.2-2.13.0.jar!META-INF/dimensionalcontrol_at.cfg + +[16:57:12] [main/DEBUG] [FML]: Loaded 17 rules from AccessTransformer mod jar file .\mods\pneumaticcraft-repressurized-1.12.2-0.11.1-361.jar!META-INF/pneumaticcraft_at.cfg + +[16:57:12] [main/DEBUG] [FML]: Loaded 29 rules from AccessTransformer mod jar file .\mods\ImmersiveEngineering-0.12-98.jar!META-INF/ImmersiveEngineering_at.cfg + +[16:57:12] [main/DEBUG] [FML]: Loaded 2 rules from AccessTransformer mod jar file .\mods\DefaultOptions_1.12.2-9.2.8.jar!META-INF/defaultoptions_at.cfg + +[16:57:12] [main/DEBUG] [FML]: Loaded 12 rules from AccessTransformer mod jar file .\mods\CD4017BE_lib-1.12.2-6.4.18.jar!META-INF/cd4017be_lib_at.cfg + +[16:57:12] [main/DEBUG] [FML]: Loaded 6 rules from AccessTransformer mod jar file .\mods\Farseek-1.12-2.5.jar!META-INF/farseek_at.cfg + +[16:57:12] [main/DEBUG] [FML]: Loaded 13 rules from AccessTransformer mod jar file .\mods\jei_1.12.2-4.15.0.283.jar!META-INF/jei_at.cfg + +[16:57:12] [main/DEBUG] [FML]: Loaded 26 rules from AccessTransformer mod jar file .\mods\Triumph-1.12.2-3.19.2.jar!META-INF/triumph_at.cfg + +[16:57:12] [main/DEBUG] [FML]: Loaded 5 rules from AccessTransformer mod jar file .\mods\CTM-MC1.12.2-0.3.3.22.jar!META-INF/ctm_at.cfg + +[16:57:12] [main/DEBUG] [FML]: Loaded 39 rules from AccessTransformer mod jar file .\mods\TConstruct-1.12.2-2.12.0.135.jar!META-INF/tconstruct_at.cfg + +[16:57:12] [main/DEBUG] [FML]: Loaded 1 rules from AccessTransformer mod jar file .\mods\Totemic-1.12.2-0.11.6.jar!META-INF/totemic_at.cfg + +[16:57:12] [main/DEBUG] [FML]: Loaded 6 rules from AccessTransformer mod jar file .\mods\enderutilities-1.12.2-0.7.15.jar!META-INF/enderutilities_at.cfg + +[16:57:12] [main/DEBUG] [FML]: Loaded 5 rules from AccessTransformer mod jar file .\mods\LootTableTweaker-1.12.2-1.1.14.jar!META-INF/lttweaks_at.cfg + +[16:57:12] [main/DEBUG] [FML]: Loaded 5 rules from AccessTransformer mod jar file .\mods\Toast Control-1.12.2-1.8.1.jar!META-INF/toastcontrol_at.cfg + +[16:57:12] [main/DEBUG] [FML]: Loaded 1 rules from AccessTransformer mod jar file .\mods\ElevatorMod-1.12.2-1.4.2.jar!META-INF/elevator_at.cfg + +[16:57:12] [main/DEBUG] [FML]: Loaded 1 rules from AccessTransformer mod jar file .\mods\JustEnoughIDs-1.0.3-55.jar!META-INF/jeid_at.cfg + +[16:57:12] [main/DEBUG] [FML]: Loaded 1 rules from AccessTransformer mod jar file .\mods\EnderStorage-1.12.2-2.4.6.137-universal.jar!META-INF/es_at.cfg + +[16:57:12] [main/DEBUG] [FML]: Loaded 10 rules from AccessTransformer mod jar file .\mods\BetterFoliage-MC1.12-2.3.1.jar!META-INF/BetterFoliage_at.cfg + +[16:57:12] [main/DEBUG] [FML]: Loaded 2 rules from AccessTransformer mod jar file .\mods\CookingForBlockheads_1.12.2-6.5.0.jar!META-INF/cookingforblockheads_at.cfg + +[16:57:12] [main/DEBUG] [FML]: Loaded 1 rules from AccessTransformer mod jar file .\mods\BetterAdvancements-1.12.2-0.1.0.77.jar!META-INF/betteradvancements_at.cfg + +[16:57:12] [main/DEBUG] [mixin]: Adding new mixin transformer proxy #2 +[16:57:12] [main/DEBUG] [FML]: Validating minecraft +[16:57:12] [main/DEBUG] [mixin]: Preparing mixins for MixinEnvironment[INIT] +[16:57:12] [main/DEBUG] [mixin]: Selecting config mixins.jeid.init.json +[16:57:12] [main/DEBUG] [mixin]: Preparing mixins.jeid.init.json (1) +[16:57:12] [main/DEBUG] [mixin]: Found name transformer: net.minecraftforge.fml.common.asm.transformers.DeobfuscationTransformer +[16:57:12] [main/DEBUG] [mixin]: Rebuilding transformer delegation list: +[16:57:12] [main/DEBUG] [mixin]: Found name transformer: net.minecraftforge.fml.common.asm.transformers.DeobfuscationTransformer +[16:57:12] [main/DEBUG] [mixin]: Adding: net.minecraftforge.fml.common.asm.transformers.PatchingTransformer +[16:57:12] [main/DEBUG] [mixin]: Excluding: org.spongepowered.asm.mixin.transformer.Proxy +[16:57:12] [main/DEBUG] [mixin]: Adding: $wrapper.net.minecraftforge.fml.common.asm.transformers.SideTransformer +[16:57:12] [main/DEBUG] [mixin]: Excluding: $wrapper.net.minecraftforge.fml.common.asm.transformers.EventSubscriptionTransformer +[16:57:12] [main/DEBUG] [mixin]: Adding: $wrapper.net.minecraftforge.fml.common.asm.transformers.EventSubscriberTransformer +[16:57:12] [main/DEBUG] [mixin]: Adding: $wrapper.net.minecraftforge.fml.common.asm.transformers.SoundEngineFixTransformer +[16:57:12] [main/DEBUG] [mixin]: Adding: $wrapper.micdoodle8.mods.miccore.MicdoodleTransformer +[16:57:12] [main/DEBUG] [mixin]: Adding: $wrapper.bre.smoothfont.asm.Transformer +[16:57:12] [main/DEBUG] [mixin]: Adding: $wrapper.thebetweenlands.core.TheBetweenlandsClassTransformer +[16:57:12] [main/DEBUG] [mixin]: Adding: codechicken.asm.internal.SnifferTransformer +[16:57:12] [main/DEBUG] [mixin]: Adding: $wrapper.org.dimdev.jeid.JEIDTransformer +[16:57:12] [main/DEBUG] [mixin]: Adding: $wrapper.tv.darkosto.sevpatches.core.SevPatchesTransformer +[16:57:12] [main/DEBUG] [mixin]: Adding: guichaguri.betterfps.transformers.PatcherTransformer +[16:57:12] [main/DEBUG] [mixin]: Adding: guichaguri.betterfps.transformers.MathTransformer +[16:57:12] [main/DEBUG] [mixin]: Adding: net.minecraftforge.fml.common.asm.transformers.DeobfuscationTransformer +[16:57:12] [main/DEBUG] [mixin]: Adding: net.minecraftforge.fml.common.asm.transformers.AccessTransformer +[16:57:12] [main/DEBUG] [mixin]: Adding: hellfirepvp.astralsorcery.core.AstralTransformer +[16:57:12] [main/DEBUG] [mixin]: Adding: pl.asie.foamfix.coremod.FoamFixAT +[16:57:12] [main/DEBUG] [mixin]: Adding: invtweaks.forge.asm.ITAccessTransformer +[16:57:12] [main/DEBUG] [mixin]: Adding: micdoodle8.mods.miccore.MicdoodleAccessTransformer +[16:57:12] [main/DEBUG] [mixin]: Adding: net.minecraftforge.fml.common.asm.transformers.ModAccessTransformer +[16:57:12] [main/DEBUG] [mixin]: Adding: net.minecraftforge.fml.common.asm.transformers.ItemStackTransformer +[16:57:12] [main/DEBUG] [mixin]: Adding: net.minecraftforge.fml.common.asm.transformers.ItemBlockTransformer +[16:57:12] [main/DEBUG] [mixin]: Adding: net.minecraftforge.fml.common.asm.transformers.ItemBlockSpecialTransformer +[16:57:12] [main/DEBUG] [mixin]: Adding: net.minecraftforge.fml.common.asm.transformers.PotionEffectTransformer +[16:57:12] [main/DEBUG] [mixin]: Excluding: org.spongepowered.asm.mixin.transformer.Proxy +[16:57:12] [main/DEBUG] [mixin]: Transformer delegation list created with 23 entries +[16:57:12] [main/TRACE] [mixin]: Added class metadata for net/minecraftforge/fml/common/Loader to metadata cache +[16:57:12] [main/DEBUG] [mixin]: Registering new injector for @Inject with org.spongepowered.asm.mixin.injection.struct.CallbackInjectionInfo +[16:57:12] [main/DEBUG] [mixin]: Registering new injector for @ModifyArg with org.spongepowered.asm.mixin.injection.struct.ModifyArgInjectionInfo +[16:57:12] [main/DEBUG] [mixin]: Registering new injector for @ModifyArgs with org.spongepowered.asm.mixin.injection.struct.ModifyArgsInjectionInfo +[16:57:12] [main/DEBUG] [mixin]: Registering new injector for @Redirect with org.spongepowered.asm.mixin.injection.struct.RedirectInjectionInfo +[16:57:12] [main/DEBUG] [mixin]: Registering new injector for @ModifyVariable with org.spongepowered.asm.mixin.injection.struct.ModifyVariableInjectionInfo +[16:57:12] [main/DEBUG] [mixin]: Registering new injector for @ModifyConstant with org.spongepowered.asm.mixin.injection.struct.ModifyConstantInjectionInfo +[16:57:12] [main/TRACE] [mixin]: Added class metadata for java/lang/invoke/MethodHandles$Lookup to metadata cache +[16:57:12] [main/DEBUG] [mixin]: Mixing MixinLoader from mixins.jeid.init.json into net.minecraftforge.fml.common.Loader +[16:57:12] [main/DEBUG] [mixin]: Renaming synthetic method lambda$beforeConstructingMods$0(Lnet/minecraft/launchwrapper/IClassTransformer;)Z to mdfa0e03$lambda$beforeConstructingMods$0$0 in mixins.jeid.init.json:MixinLoader +[16:57:12] [main/TRACE] [mixin]: Added class metadata for java/util/List to metadata cache +[16:57:12] [main/TRACE] [mixin]: Added class metadata for java/util/Iterator to metadata cache +[16:57:12] [main/TRACE] [mixin]: Added class metadata for net/minecraftforge/fml/common/ModContainer to metadata cache +[16:57:12] [main/TRACE] [mixin]: Added class metadata for net/minecraftforge/fml/common/ModClassLoader to metadata cache +[16:57:12] [main/TRACE] [mixin]: Added class metadata for java/lang/RuntimeException to metadata cache +[16:57:12] [main/TRACE] [mixin]: Added class metadata for java/lang/Exception to metadata cache +[16:57:12] [main/TRACE] [mixin]: Added class metadata for java/lang/Throwable to metadata cache +[16:57:12] [main/TRACE] [mixin]: Added class metadata for java/io/Serializable to metadata cache +[16:57:12] [main/TRACE] [mixin]: Added class metadata for org/spongepowered/asm/mixin/Mixins to metadata cache +[16:57:12] [main/TRACE] [mixin]: Added class metadata for net/minecraft/launchwrapper/Launch to metadata cache +[16:57:12] [main/TRACE] [mixin]: Added class metadata for net/minecraft/launchwrapper/LaunchClassLoader to metadata cache +[16:57:12] [main/TRACE] [mixin]: Added class metadata for java/util/Collection to metadata cache +[16:57:12] [main/TRACE] [mixin]: Added class metadata for java/util/stream/Stream to metadata cache +[16:57:12] [main/TRACE] [mixin]: Added class metadata for java/util/Optional to metadata cache +[16:57:12] [main/TRACE] [mixin]: Added class metadata for java/lang/Class to metadata cache +[16:57:12] [main/TRACE] [mixin]: Added class metadata for java/lang/reflect/AnnotatedElement to metadata cache +[16:57:12] [main/TRACE] [mixin]: Added class metadata for java/lang/reflect/GenericDeclaration to metadata cache +[16:57:12] [main/TRACE] [mixin]: Added class metadata for java/lang/reflect/Type to metadata cache +[16:57:12] [main/TRACE] [mixin]: Added class metadata for java/lang/reflect/Field to metadata cache +[16:57:12] [main/TRACE] [mixin]: Added class metadata for java/lang/reflect/AccessibleObject to metadata cache +[16:57:12] [main/TRACE] [mixin]: Added class metadata for java/lang/reflect/Method to metadata cache +[16:57:12] [main/TRACE] [mixin]: Added class metadata for java/lang/reflect/Executable to metadata cache +[16:57:12] [main/TRACE] [mixin]: Added class metadata for org/spongepowered/asm/mixin/MixinEnvironment to metadata cache +[16:57:12] [main/TRACE] [mixin]: Added class metadata for org/spongepowered/asm/util/ITokenProvider to metadata cache +[16:57:12] [main/TRACE] [mixin]: Added class metadata for java/net/MalformedURLException to metadata cache +[16:57:12] [main/TRACE] [mixin]: Added class metadata for java/lang/ReflectiveOperationException to metadata cache +[16:57:12] [main/TRACE] [mixin]: Added class metadata for org/spongepowered/asm/mixin/injection/callback/CallbackInfo to metadata cache +[16:57:12] [main/TRACE] [mixin]: Added class metadata for org/spongepowered/asm/mixin/transformer/Proxy to metadata cache +[16:57:12] [main/TRACE] [mixin]: Added class metadata for java/util/function/Predicate to metadata cache +[16:57:12] [main/TRACE] [mixin]: Added class metadata for net/minecraft/launchwrapper/IClassTransformer to metadata cache +[16:57:12] [main/TRACE] [mixin]: Added class metadata for org/spongepowered/asm/mixin/transformer/MixinProcessor to metadata cache +[16:57:12] [main/TRACE] [mixin]: Added class metadata for net/minecraftforge/fml/common/toposort/ModSorter to metadata cache +[16:57:12] [main/TRACE] [mixin]: Added class metadata for com/google/common/collect/ImmutableList to metadata cache +[16:57:12] [main/TRACE] [mixin]: Added class metadata for com/google/common/collect/ImmutableCollection to metadata cache +[16:57:12] [main/TRACE] [mixin]: Added class metadata for java/util/AbstractCollection to metadata cache +[16:57:12] [main/TRACE] [mixin]: Added class metadata for java/io/InputStream to metadata cache +[16:57:12] [main/TRACE] [mixin]: Added class metadata for java/util/Properties to metadata cache +[16:57:12] [main/TRACE] [mixin]: Added class metadata for java/util/Hashtable to metadata cache +[16:57:12] [main/TRACE] [mixin]: Added class metadata for java/util/Dictionary to metadata cache +[16:57:12] [main/DEBUG] [FML]: Minecraft validated, launching... +[16:57:12] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper +[16:57:12] [main/DEBUG] [FML]: Injecting coremod BNBGamingCore \{com.bloodnbonesgaming.bnbgamingcore.core.BNBGamingCorePlugin\} class transformers +[16:57:12] [main/INFO] [BnBGamingCore]: Minecraft version is 1.12.2 and BNBGamingCore accepts versions 1.12, . It will be registered. +[16:57:12] [main/INFO] [BnBGamingCore]: Minecraft version is 1.12.2 and BNBGamingCore accepts versions 1.12, . It will be registered. +[16:57:12] [main/TRACE] [FML]: Registering transformer com.bloodnbonesgaming.bnbgamingcore.core.BNBGamingCoreClassTransformer +[16:57:12] [main/DEBUG] [FML]: Injection complete +[16:57:12] [main/DEBUG] [FML]: Running coremod plugin for BNBGamingCore \{com.bloodnbonesgaming.bnbgamingcore.core.BNBGamingCorePlugin\} +[16:57:12] [main/DEBUG] [FML]: Running coremod plugin BNBGamingCore +[16:57:12] [main/DEBUG] [BnBGamingCore]: Found 291 mods. +[16:57:12] [main/DEBUG] [BnBGamingCore]: Found mod with correct manifest attribute. .\mods\DimensionalControl-1.12.2-2.13.0.jar +[16:57:12] [main/DEBUG] [BnBGamingCore]: Attribute string: MapGenEvent, MapGenStructureEvent, WorldProviderEvent +[16:57:12] [main/DEBUG] [BnBGamingCore]: Found mod with correct manifest attribute. .\mods\Triumph-1.12.2-3.19.2.jar +[16:57:12] [main/DEBUG] [BnBGamingCore]: Attribute string: AdvancementBuildEvent, FunctionReloadEvent$Post, AdvancementCriterionCompletedEvent, AdvancementAboutToLoadEvent, AdvancementSync, GrantCriterionEvent, AdvancementVisibilityEvent, AdvancementCompletionEvent +[16:57:12] [main/DEBUG] [BnBGamingCore]: Disabled ASM module itemRightClickEvent +[16:57:12] [main/DEBUG] [BnBGamingCore]: Disabled ASM module buildDamageSourceList +[16:57:12] [main/DEBUG] [BnBGamingCore]: Disabled ASM module worldServerEvents +[16:57:12] [main/DEBUG] [BnBGamingCore]: Disabled ASM module minecraftServerPostTickEvent +[16:57:12] [main/DEBUG] [BnBGamingCore]: Disabled ASM module hurtCameraEffectEvent +[16:57:12] [main/DEBUG] [BnBGamingCore]: Disabled ASM module mobSpawningEvent +[16:57:12] [main/DEBUG] [BnBGamingCore]: Disabled ASM module transformStructureVillagePiecesVillage +[16:57:12] [main/DEBUG] [FML]: Coremod plugin class BNBGamingCorePlugin run successfully +[16:57:12] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper +[16:57:12] [main/DEBUG] [FML]: Injecting coremod Do not report to Forge! (If you haven't disabled the FoamFix coremod, try disabling it in the config! Note that this bit of text will still appear.) \{pl.asie.foamfix.coremod.FoamFixCore\} class transformers +[16:57:12] [main/TRACE] [FML]: Registering transformer pl.asie.foamfix.coremod.FoamFixTransformer +[16:57:12] [main/DEBUG] [FML]: Injection complete +[16:57:12] [main/DEBUG] [FML]: Running coremod plugin for Do not report to Forge! (If you haven't disabled the FoamFix coremod, try disabling it in the config! Note that this bit of text will still appear.) \{pl.asie.foamfix.coremod.FoamFixCore\} +[16:57:12] [main/DEBUG] [FML]: Running coremod plugin Do not report to Forge! (If you haven't disabled the FoamFix coremod, try disabling it in the config! Note that this bit of text will still appear.) +[16:57:12] [main/DEBUG] [BnBGamingCore]: Caught Exception while attempting to get class extensions for org.spongepowered.mod.SpongeCoremod +[16:57:12] [main/DEBUG] [FML]: Coremod plugin class FoamFixCore run successfully +[16:57:12] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper +[16:57:12] [main/DEBUG] [FML]: Injecting coremod Inventory Tweaks Coremod \{invtweaks.forge.asm.FMLPlugin\} class transformers +[16:57:12] [main/TRACE] [FML]: Registering transformer invtweaks.forge.asm.ContainerTransformer +[16:57:12] [main/DEBUG] [FML]: Injection complete +[16:57:12] [main/DEBUG] [FML]: Running coremod plugin for Inventory Tweaks Coremod \{invtweaks.forge.asm.FMLPlugin\} +[16:57:12] [main/DEBUG] [FML]: Running coremod plugin Inventory Tweaks Coremod +[16:57:12] [main/DEBUG] [FML]: Coremod plugin class FMLPlugin run successfully +[16:57:12] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper +[16:57:12] [main/DEBUG] [FML]: Injecting coremod Quark Plugin \{vazkii.quark.base.asm.LoadingPlugin\} class transformers +[16:57:12] [main/TRACE] [FML]: Registering transformer vazkii.quark.base.asm.ClassTransformer +[16:57:12] [main/DEBUG] [FML]: Injection complete +[16:57:12] [main/DEBUG] [FML]: Running coremod plugin for Quark Plugin \{vazkii.quark.base.asm.LoadingPlugin\} +[16:57:12] [main/DEBUG] [FML]: Running coremod plugin Quark Plugin +[16:57:12] [main/DEBUG] [FML]: Coremod plugin class LoadingPlugin run successfully +[16:57:12] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper +[16:57:12] [main/DEBUG] [FML]: Injecting coremod LoadingPlugin \{lumien.resourceloader.asm.LoadingPlugin\} class transformers +[16:57:12] [main/TRACE] [FML]: Registering transformer lumien.resourceloader.asm.ClassTransformer +[16:57:12] [main/DEBUG] [FML]: Injection complete +[16:57:12] [main/DEBUG] [FML]: Running coremod plugin for LoadingPlugin \{lumien.resourceloader.asm.LoadingPlugin\} +[16:57:12] [main/DEBUG] [FML]: Running coremod plugin LoadingPlugin +[16:57:12] [main/DEBUG] [FML]: Coremod plugin class LoadingPlugin run successfully +[16:57:12] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper +[16:57:12] [main/DEBUG] [FML]: Injecting coremod IELoadingPlugin \{blusunrize.immersiveengineering.common.asm.IELoadingPlugin\} class transformers +[16:57:12] [main/TRACE] [FML]: Registering transformer blusunrize.immersiveengineering.common.asm.IEClassTransformer +[16:57:12] [main/DEBUG] [FML]: Injection complete +[16:57:12] [main/DEBUG] [FML]: Running coremod plugin for IELoadingPlugin \{blusunrize.immersiveengineering.common.asm.IELoadingPlugin\} +[16:57:12] [main/DEBUG] [FML]: Running coremod plugin IELoadingPlugin +[16:57:12] [main/DEBUG] [FML]: Coremod plugin class IELoadingPlugin run successfully +[16:57:12] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper +[16:57:12] [main/DEBUG] [FML]: Injecting coremod AstralCore \{hellfirepvp.astralsorcery.core.AstralCore\} class transformers +[16:57:12] [main/DEBUG] [FML]: Injection complete +[16:57:12] [main/DEBUG] [FML]: Running coremod plugin for AstralCore \{hellfirepvp.astralsorcery.core.AstralCore\} +[16:57:12] [main/DEBUG] [FML]: Running coremod plugin AstralCore +[16:57:12] [main/DEBUG] [FML]: Coremod plugin class AstralCore run successfully +[16:57:12] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper +[16:57:12] [main/DEBUG] [FML]: Injecting coremod FarseekCoreMod \{farseek.core.FarseekCoreMod\} class transformers +[16:57:12] [main/TRACE] [FML]: Registering transformer farseek.core.FarseekClassTransformer +[16:57:12] [main/DEBUG] [FML]: Injection complete +[16:57:12] [main/DEBUG] [FML]: Running coremod plugin for FarseekCoreMod \{farseek.core.FarseekCoreMod\} +[16:57:12] [main/DEBUG] [FML]: Running coremod plugin FarseekCoreMod +[16:57:12] [main/DEBUG] [FML]: Coremod plugin class FarseekCoreMod run successfully +[16:57:12] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper +[16:57:12] [main/DEBUG] [FML]: Injecting coremod BetterFoliageLoader \{mods.betterfoliage.loader.BetterFoliageLoader\} class transformers +[16:57:12] [main/TRACE] [FML]: Registering transformer mods.betterfoliage.loader.BetterFoliageTransformer +[16:57:12] [main/INFO] [net.minecraft]: [farseek] Moving Farseek transformer after Sponge proxy +[16:57:12] [main/INFO] [net.minecraft]: [farseek] Excluding Farseek transformer from Sponge pre-mixin transformations +[16:57:12] [main/WARN] [mixin]: MixinEnvironment::addTransformerExclusion is deprecated! +[16:57:12] [main/INFO] [net.minecraft]: [farseek] Re-enabling transformations on Sponge TrackingUtil +[16:57:12] [main/DEBUG] [BnBGamingCore]: Caught Exception while attempting to get class extensions for optifine.OptiFineClassTransformer +[16:57:12] [main/DEBUG] [FML]: Injection complete +[16:57:12] [main/DEBUG] [FML]: Running coremod plugin for BetterFoliageLoader \{mods.betterfoliage.loader.BetterFoliageLoader\} +[16:57:12] [main/DEBUG] [FML]: Running coremod plugin BetterFoliageLoader +[16:57:12] [main/DEBUG] [FML]: Coremod plugin class BetterFoliageLoader run successfully +[16:57:12] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper +[16:57:12] [main/DEBUG] [FML]: Injecting coremod LoadingPlugin \{betterwithmods.library.core.LoadingPlugin\} class transformers +[16:57:12] [main/TRACE] [FML]: Registering transformer betterwithmods.library.core.ClassTransformer +[16:57:12] [main/DEBUG] [FML]: Injection complete +[16:57:12] [main/DEBUG] [FML]: Running coremod plugin for LoadingPlugin \{betterwithmods.library.core.LoadingPlugin\} +[16:57:12] [main/DEBUG] [FML]: Running coremod plugin LoadingPlugin +[16:57:12] [main/DEBUG] [FML]: Coremod plugin class LoadingPlugin run successfully +[16:57:12] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper +[16:57:12] [main/DEBUG] [FML]: Injecting coremod MekanismCoremod \{mekanism.coremod.MekanismCoremod\} class transformers +[16:57:12] [main/TRACE] [FML]: Registering transformer mekanism.coremod.KeybindingMigrationHelper +[16:57:12] [main/DEBUG] [FML]: Injection complete +[16:57:12] [main/DEBUG] [FML]: Running coremod plugin for MekanismCoremod \{mekanism.coremod.MekanismCoremod\} +[16:57:12] [main/DEBUG] [FML]: Running coremod plugin MekanismCoremod +[16:57:12] [main/DEBUG] [FML]: Coremod plugin class MekanismCoremod run successfully +[16:57:12] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper +[16:57:12] [main/DEBUG] [FML]: Injecting coremod RandomPatches \{com.therandomlabs.randompatches.core.RPCore\} class transformers +[16:57:12] [main/TRACE] [FML]: Registering transformer com.therandomlabs.randompatches.core.RPTransformer +[16:57:12] [main/DEBUG] [BnBGamingCore]: Caught Exception while attempting to get class extensions for net.elnounch.mc.biggerpacketsplz.BiggerBacketsPlzCoreMod +[16:57:12] [main/DEBUG] [BnBGamingCore]: Caught Exception while attempting to get class extensions for org.gr1m.mc.mup.core.MupCore +[16:57:12] [main/DEBUG] [BnBGamingCore]: Caught Exception while attempting to get class extensions for com.github.alexthe666.iceandfire.asm.IceAndFirePlugin +[16:57:12] [main/DEBUG] [BnBGamingCore]: Caught Exception while attempting to get class extensions for com.mumfrey.liteloader.core.LiteLoader +[16:57:12] [main/DEBUG] [BnBGamingCore]: Caught Exception while attempting to get class extensions for com.creativemd.littletiles.LittleTilesCore +[16:57:12] [main/DEBUG] [BnBGamingCore]: Caught Exception while attempting to get class extensions for com.fuzs.particlefixes.ParticleFixes +[16:57:12] [main/DEBUG] [BnBGamingCore]: Caught Exception while attempting to get class extensions for austeretony.rebind.common.core.ReBindCorePlugin +[16:57:12] [main/DEBUG] [BnBGamingCore]: Caught Exception while attempting to get class extensions for com.replaymod.core.ReplayMod +[16:57:12] [main/DEBUG] [BnBGamingCore]: Caught Exception while attempting to get class extensions for quaternary.rebindnarrator.RebindNarrator +[16:57:12] [main/DEBUG] [BnBGamingCore]: Caught Exception while attempting to get class extensions for org.spongepowered.mod.SpongeMod +[16:57:12] [main/DEBUG] [BnBGamingCore]: Caught Exception while attempting to get class extensions for io.github.barteks2x.unridekeybind.core.UnRideKeybindCoremod +[16:57:12] [main/DEBUG] [BnBGamingCore]: Caught Exception while attempting to get class extensions for org.dimdev.vanillafix.VanillaFix +[16:57:12] [main/DEBUG] [FML]: Injection complete +[16:57:12] [main/DEBUG] [FML]: Running coremod plugin for RandomPatches \{com.therandomlabs.randompatches.core.RPCore\} +[16:57:12] [main/DEBUG] [FML]: Running coremod plugin RandomPatches +[16:57:12] [main/DEBUG] [FML]: Coremod plugin class RPCore run successfully +[16:57:12] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper +[16:57:12] [main/DEBUG] [FML]: Injecting coremod CTMCorePlugin \{team.chisel.ctm.client.asm.CTMCorePlugin\} class transformers +[16:57:12] [main/TRACE] [FML]: Registering transformer team.chisel.ctm.client.asm.CTMTransformer +[16:57:12] [main/DEBUG] [FML]: Injection complete +[16:57:12] [main/DEBUG] [FML]: Running coremod plugin for CTMCorePlugin \{team.chisel.ctm.client.asm.CTMCorePlugin\} +[16:57:12] [main/DEBUG] [FML]: Running coremod plugin CTMCorePlugin +[16:57:12] [main/DEBUG] [FML]: Coremod plugin class CTMCorePlugin run successfully +[16:57:12] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.TerminalTweaker +[16:57:12] [main/INFO] [LaunchWrapper]: Loading tweak class name org.spongepowered.asm.mixin.EnvironmentStateTweaker +[16:57:12] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.TerminalTweaker +[16:57:12] [main/INFO] [LaunchWrapper]: Calling tweak class org.spongepowered.asm.mixin.EnvironmentStateTweaker +[16:57:12] [main/DEBUG] [mixin]: Adding new mixin transformer proxy #3 +[16:57:12] [main/DEBUG] [mixin]: Ending MixinEnvironment[INIT], applied 1 mixins +[16:57:12] [main/DEBUG] [mixin]: Preparing mixins for MixinEnvironment[DEFAULT] +[16:57:12] [main/DEBUG] [mixin]: Selecting config mixins.jeid.core.json +[16:57:12] [main/DEBUG] [mixin]: Selecting config mixins.movingworld.json +[16:57:12] [main/WARN] [mixin]: Reference map 'movingworld.mixin.refmap.json' for mixins.movingworld.json could not be read. If this is a development environment you can ignore this message +[16:57:12] [main/DEBUG] [mixin]: Selecting config mixins.sevpatches.json +[16:57:12] [main/DEBUG] [mixin]: Preparing mixins.jeid.core.json (16) +[16:57:12] [main/DEBUG] [mixin]: Rebuilding transformer delegation list: +[16:57:12] [main/DEBUG] [mixin]: Found name transformer: net.minecraftforge.fml.common.asm.transformers.DeobfuscationTransformer +[16:57:12] [main/DEBUG] [mixin]: Adding: net.minecraftforge.fml.common.asm.transformers.PatchingTransformer +[16:57:12] [main/DEBUG] [mixin]: Excluding: org.spongepowered.asm.mixin.transformer.Proxy +[16:57:12] [main/DEBUG] [mixin]: Adding: $wrapper.net.minecraftforge.fml.common.asm.transformers.SideTransformer +[16:57:12] [main/DEBUG] [mixin]: Excluding: $wrapper.net.minecraftforge.fml.common.asm.transformers.EventSubscriptionTransformer +[16:57:12] [main/DEBUG] [mixin]: Adding: $wrapper.net.minecraftforge.fml.common.asm.transformers.EventSubscriberTransformer +[16:57:12] [main/DEBUG] [mixin]: Adding: $wrapper.net.minecraftforge.fml.common.asm.transformers.SoundEngineFixTransformer +[16:57:12] [main/DEBUG] [mixin]: Adding: $wrapper.micdoodle8.mods.miccore.MicdoodleTransformer +[16:57:12] [main/DEBUG] [mixin]: Adding: $wrapper.bre.smoothfont.asm.Transformer +[16:57:12] [main/DEBUG] [mixin]: Adding: $wrapper.thebetweenlands.core.TheBetweenlandsClassTransformer +[16:57:12] [main/DEBUG] [mixin]: Adding: codechicken.asm.internal.SnifferTransformer +[16:57:12] [main/DEBUG] [mixin]: Adding: $wrapper.org.dimdev.jeid.JEIDTransformer +[16:57:12] [main/DEBUG] [mixin]: Adding: $wrapper.tv.darkosto.sevpatches.core.SevPatchesTransformer +[16:57:12] [main/DEBUG] [mixin]: Adding: guichaguri.betterfps.transformers.PatcherTransformer +[16:57:12] [main/DEBUG] [mixin]: Adding: guichaguri.betterfps.transformers.MathTransformer +[16:57:12] [main/DEBUG] [mixin]: Adding: net.minecraftforge.fml.common.asm.transformers.DeobfuscationTransformer +[16:57:12] [main/DEBUG] [mixin]: Adding: net.minecraftforge.fml.common.asm.transformers.AccessTransformer +[16:57:12] [main/DEBUG] [mixin]: Adding: hellfirepvp.astralsorcery.core.AstralTransformer +[16:57:12] [main/DEBUG] [mixin]: Adding: pl.asie.foamfix.coremod.FoamFixAT +[16:57:12] [main/DEBUG] [mixin]: Adding: invtweaks.forge.asm.ITAccessTransformer +[16:57:12] [main/DEBUG] [mixin]: Adding: micdoodle8.mods.miccore.MicdoodleAccessTransformer +[16:57:12] [main/DEBUG] [mixin]: Adding: net.minecraftforge.fml.common.asm.transformers.ModAccessTransformer +[16:57:12] [main/DEBUG] [mixin]: Adding: net.minecraftforge.fml.common.asm.transformers.ItemStackTransformer +[16:57:12] [main/DEBUG] [mixin]: Adding: net.minecraftforge.fml.common.asm.transformers.ItemBlockTransformer +[16:57:12] [main/DEBUG] [mixin]: Adding: net.minecraftforge.fml.common.asm.transformers.ItemBlockSpecialTransformer +[16:57:12] [main/DEBUG] [mixin]: Adding: net.minecraftforge.fml.common.asm.transformers.PotionEffectTransformer +[16:57:12] [main/DEBUG] [mixin]: Excluding: org.spongepowered.asm.mixin.transformer.Proxy +[16:57:12] [main/DEBUG] [mixin]: Adding: $wrapper.com.bloodnbonesgaming.bnbgamingcore.core.BNBGamingCoreClassTransformer +[16:57:12] [main/DEBUG] [mixin]: Adding: $wrapper.pl.asie.foamfix.coremod.FoamFixTransformer +[16:57:12] [main/DEBUG] [mixin]: Adding: $wrapper.invtweaks.forge.asm.ContainerTransformer +[16:57:12] [main/DEBUG] [mixin]: Adding: $wrapper.vazkii.quark.base.asm.ClassTransformer +[16:57:12] [main/DEBUG] [mixin]: Adding: $wrapper.lumien.resourceloader.asm.ClassTransformer +[16:57:12] [main/DEBUG] [mixin]: Adding: $wrapper.blusunrize.immersiveengineering.common.asm.IEClassTransformer +[16:57:12] [main/DEBUG] [mixin]: Excluding: $wrapper.farseek.core.FarseekClassTransformer +[16:57:12] [main/DEBUG] [mixin]: Adding: $wrapper.mods.betterfoliage.loader.BetterFoliageTransformer +[16:57:12] [main/DEBUG] [mixin]: Adding: $wrapper.betterwithmods.library.core.ClassTransformer +[16:57:12] [main/DEBUG] [mixin]: Adding: $wrapper.mekanism.coremod.KeybindingMigrationHelper +[16:57:12] [main/DEBUG] [mixin]: Adding: $wrapper.com.therandomlabs.randompatches.core.RPTransformer +[16:57:12] [main/DEBUG] [mixin]: Adding: $wrapper.team.chisel.ctm.client.asm.CTMTransformer +[16:57:12] [main/DEBUG] [mixin]: Excluding: net.minecraftforge.fml.common.asm.transformers.TerminalTransformer +[16:57:12] [main/DEBUG] [mixin]: Excluding: org.spongepowered.asm.mixin.transformer.Proxy +[16:57:12] [main/DEBUG] [mixin]: Transformer delegation list created with 34 entries +[16:57:12] [main/TRACE] [mixin]: Added class metadata for net/minecraftforge/registries/GameData to metadata cache +[16:57:12] [main/TRACE] [mixin]: Added class metadata for net/minecraft/stats/StatList to metadata cache +[16:57:12] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:111]: Spliced in METHOD: net.minecraft.world.chunk.BlockStateContainer.func_186018_a +[16:57:12] [main/TRACE] [mixin]: Added class metadata for net/minecraft/world/chunk/BlockStateContainer to metadata cache +[16:57:12] [main/TRACE] [mixin]: Added class metadata for net/minecraft/world/chunk/storage/AnvilChunkLoader to metadata cache +[16:57:12] [main/INFO] [BetterFps]: Patching net.minecraft.block.Block... (aow) +[16:57:12] [main/INFO] [mixin]: A re-entrant transformer 'guichaguri.betterfps.transformers.PatcherTransformer' was detected and will no longer process meta class data +[16:57:13] [main/INFO] [STDOUT]: [team.chisel.ctm.client.asm.CTMTransformer:preTransform:230]: Transforming Class [net.minecraft.block.Block], Method [getExtendedState] +[16:57:13] [main/INFO] [STDOUT]: [team.chisel.ctm.client.asm.CTMTransformer:finishTransform:242]: Transforming net.minecraft.block.Block Finished. +[16:57:13] [main/TRACE] [mixin]: Added class metadata for net/minecraft/block/Block to metadata cache +[16:57:13] [main/DEBUG] [mixin]: Rebuilding transformer delegation list: +[16:57:13] [main/DEBUG] [mixin]: Found name transformer: net.minecraftforge.fml.common.asm.transformers.DeobfuscationTransformer +[16:57:13] [main/DEBUG] [mixin]: Adding: net.minecraftforge.fml.common.asm.transformers.PatchingTransformer +[16:57:13] [main/DEBUG] [mixin]: Excluding: org.spongepowered.asm.mixin.transformer.Proxy +[16:57:13] [main/DEBUG] [mixin]: Adding: $wrapper.net.minecraftforge.fml.common.asm.transformers.SideTransformer +[16:57:13] [main/DEBUG] [mixin]: Excluding: $wrapper.net.minecraftforge.fml.common.asm.transformers.EventSubscriptionTransformer +[16:57:13] [main/DEBUG] [mixin]: Adding: $wrapper.net.minecraftforge.fml.common.asm.transformers.EventSubscriberTransformer +[16:57:13] [main/DEBUG] [mixin]: Adding: $wrapper.net.minecraftforge.fml.common.asm.transformers.SoundEngineFixTransformer +[16:57:13] [main/DEBUG] [mixin]: Adding: $wrapper.micdoodle8.mods.miccore.MicdoodleTransformer +[16:57:13] [main/DEBUG] [mixin]: Adding: $wrapper.bre.smoothfont.asm.Transformer +[16:57:13] [main/DEBUG] [mixin]: Adding: $wrapper.thebetweenlands.core.TheBetweenlandsClassTransformer +[16:57:13] [main/DEBUG] [mixin]: Adding: codechicken.asm.internal.SnifferTransformer +[16:57:13] [main/DEBUG] [mixin]: Adding: $wrapper.org.dimdev.jeid.JEIDTransformer +[16:57:13] [main/DEBUG] [mixin]: Adding: $wrapper.tv.darkosto.sevpatches.core.SevPatchesTransformer +[16:57:13] [main/DEBUG] [mixin]: Excluding: guichaguri.betterfps.transformers.PatcherTransformer +[16:57:13] [main/DEBUG] [mixin]: Adding: guichaguri.betterfps.transformers.MathTransformer +[16:57:13] [main/DEBUG] [mixin]: Adding: net.minecraftforge.fml.common.asm.transformers.DeobfuscationTransformer +[16:57:13] [main/DEBUG] [mixin]: Adding: net.minecraftforge.fml.common.asm.transformers.AccessTransformer +[16:57:13] [main/DEBUG] [mixin]: Adding: hellfirepvp.astralsorcery.core.AstralTransformer +[16:57:13] [main/DEBUG] [mixin]: Adding: pl.asie.foamfix.coremod.FoamFixAT +[16:57:13] [main/DEBUG] [mixin]: Adding: invtweaks.forge.asm.ITAccessTransformer +[16:57:13] [main/DEBUG] [mixin]: Adding: micdoodle8.mods.miccore.MicdoodleAccessTransformer +[16:57:13] [main/DEBUG] [mixin]: Adding: net.minecraftforge.fml.common.asm.transformers.ModAccessTransformer +[16:57:13] [main/DEBUG] [mixin]: Adding: net.minecraftforge.fml.common.asm.transformers.ItemStackTransformer +[16:57:13] [main/DEBUG] [mixin]: Adding: net.minecraftforge.fml.common.asm.transformers.ItemBlockTransformer +[16:57:13] [main/DEBUG] [mixin]: Adding: net.minecraftforge.fml.common.asm.transformers.ItemBlockSpecialTransformer +[16:57:13] [main/DEBUG] [mixin]: Adding: net.minecraftforge.fml.common.asm.transformers.PotionEffectTransformer +[16:57:13] [main/DEBUG] [mixin]: Excluding: org.spongepowered.asm.mixin.transformer.Proxy +[16:57:13] [main/DEBUG] [mixin]: Adding: $wrapper.com.bloodnbonesgaming.bnbgamingcore.core.BNBGamingCoreClassTransformer +[16:57:13] [main/DEBUG] [mixin]: Adding: $wrapper.pl.asie.foamfix.coremod.FoamFixTransformer +[16:57:13] [main/DEBUG] [mixin]: Adding: $wrapper.invtweaks.forge.asm.ContainerTransformer +[16:57:13] [main/DEBUG] [mixin]: Adding: $wrapper.vazkii.quark.base.asm.ClassTransformer +[16:57:13] [main/DEBUG] [mixin]: Adding: $wrapper.lumien.resourceloader.asm.ClassTransformer +[16:57:13] [main/DEBUG] [mixin]: Adding: $wrapper.blusunrize.immersiveengineering.common.asm.IEClassTransformer +[16:57:13] [main/DEBUG] [mixin]: Excluding: $wrapper.farseek.core.FarseekClassTransformer +[16:57:13] [main/DEBUG] [mixin]: Adding: $wrapper.mods.betterfoliage.loader.BetterFoliageTransformer +[16:57:13] [main/DEBUG] [mixin]: Adding: $wrapper.betterwithmods.library.core.ClassTransformer +[16:57:13] [main/DEBUG] [mixin]: Adding: $wrapper.mekanism.coremod.KeybindingMigrationHelper +[16:57:13] [main/DEBUG] [mixin]: Adding: $wrapper.com.therandomlabs.randompatches.core.RPTransformer +[16:57:13] [main/DEBUG] [mixin]: Adding: $wrapper.team.chisel.ctm.client.asm.CTMTransformer +[16:57:13] [main/DEBUG] [mixin]: Excluding: net.minecraftforge.fml.common.asm.transformers.TerminalTransformer +[16:57:13] [main/DEBUG] [mixin]: Excluding: org.spongepowered.asm.mixin.transformer.Proxy +[16:57:13] [main/DEBUG] [mixin]: Transformer delegation list created with 33 entries +[16:57:13] [main/INFO] [STDOUT]: [pl.asie.patchy.helpers.ConstructorReplacingTransformer$FFMethodVisitor:visitTypeInsn:73]: Replaced NEW for net/minecraft/util/ClassInheritanceMultiMap to pl/asie/foamfix/coremod/common/FoamyClassInheritanceMultiMap +[16:57:13] [main/INFO] [STDOUT]: [pl.asie.patchy.helpers.ConstructorReplacingTransformer$FFMethodVisitor:visitMethodInsn:85]: Replaced INVOKESPECIAL for net/minecraft/util/ClassInheritanceMultiMap to pl/asie/foamfix/coremod/common/FoamyClassInheritanceMultiMap +[16:57:13] [main/INFO] [mixin]: A re-entrant transformer '$wrapper.pl.asie.foamfix.coremod.FoamFixTransformer' was detected and will no longer process meta class data +[16:57:13] [main/TRACE] [mixin]: Added class metadata for net/minecraft/world/chunk/Chunk to metadata cache +[16:57:13] [main/DEBUG] [mixin]: Rebuilding transformer delegation list: +[16:57:13] [main/DEBUG] [mixin]: Found name transformer: net.minecraftforge.fml.common.asm.transformers.DeobfuscationTransformer +[16:57:13] [main/DEBUG] [mixin]: Adding: net.minecraftforge.fml.common.asm.transformers.PatchingTransformer +[16:57:13] [main/DEBUG] [mixin]: Excluding: org.spongepowered.asm.mixin.transformer.Proxy +[16:57:13] [main/DEBUG] [mixin]: Adding: $wrapper.net.minecraftforge.fml.common.asm.transformers.SideTransformer +[16:57:13] [main/DEBUG] [mixin]: Excluding: $wrapper.net.minecraftforge.fml.common.asm.transformers.EventSubscriptionTransformer +[16:57:13] [main/DEBUG] [mixin]: Adding: $wrapper.net.minecraftforge.fml.common.asm.transformers.EventSubscriberTransformer +[16:57:13] [main/DEBUG] [mixin]: Adding: $wrapper.net.minecraftforge.fml.common.asm.transformers.SoundEngineFixTransformer +[16:57:13] [main/DEBUG] [mixin]: Adding: $wrapper.micdoodle8.mods.miccore.MicdoodleTransformer +[16:57:13] [main/DEBUG] [mixin]: Adding: $wrapper.bre.smoothfont.asm.Transformer +[16:57:13] [main/DEBUG] [mixin]: Adding: $wrapper.thebetweenlands.core.TheBetweenlandsClassTransformer +[16:57:13] [main/DEBUG] [mixin]: Adding: codechicken.asm.internal.SnifferTransformer +[16:57:13] [main/DEBUG] [mixin]: Adding: $wrapper.org.dimdev.jeid.JEIDTransformer +[16:57:13] [main/DEBUG] [mixin]: Adding: $wrapper.tv.darkosto.sevpatches.core.SevPatchesTransformer +[16:57:13] [main/DEBUG] [mixin]: Excluding: guichaguri.betterfps.transformers.PatcherTransformer +[16:57:13] [main/DEBUG] [mixin]: Adding: guichaguri.betterfps.transformers.MathTransformer +[16:57:13] [main/DEBUG] [mixin]: Adding: net.minecraftforge.fml.common.asm.transformers.DeobfuscationTransformer +[16:57:13] [main/DEBUG] [mixin]: Adding: net.minecraftforge.fml.common.asm.transformers.AccessTransformer +[16:57:13] [main/DEBUG] [mixin]: Adding: hellfirepvp.astralsorcery.core.AstralTransformer +[16:57:13] [main/DEBUG] [mixin]: Adding: pl.asie.foamfix.coremod.FoamFixAT +[16:57:13] [main/DEBUG] [mixin]: Adding: invtweaks.forge.asm.ITAccessTransformer +[16:57:13] [main/DEBUG] [mixin]: Adding: micdoodle8.mods.miccore.MicdoodleAccessTransformer +[16:57:13] [main/DEBUG] [mixin]: Adding: net.minecraftforge.fml.common.asm.transformers.ModAccessTransformer +[16:57:13] [main/DEBUG] [mixin]: Adding: net.minecraftforge.fml.common.asm.transformers.ItemStackTransformer +[16:57:13] [main/DEBUG] [mixin]: Adding: net.minecraftforge.fml.common.asm.transformers.ItemBlockTransformer +[16:57:13] [main/DEBUG] [mixin]: Adding: net.minecraftforge.fml.common.asm.transformers.ItemBlockSpecialTransformer +[16:57:13] [main/DEBUG] [mixin]: Adding: net.minecraftforge.fml.common.asm.transformers.PotionEffectTransformer +[16:57:13] [main/DEBUG] [mixin]: Excluding: org.spongepowered.asm.mixin.transformer.Proxy +[16:57:13] [main/DEBUG] [mixin]: Adding: $wrapper.com.bloodnbonesgaming.bnbgamingcore.core.BNBGamingCoreClassTransformer +[16:57:13] [main/DEBUG] [mixin]: Excluding: $wrapper.pl.asie.foamfix.coremod.FoamFixTransformer +[16:57:13] [main/DEBUG] [mixin]: Adding: $wrapper.invtweaks.forge.asm.ContainerTransformer +[16:57:13] [main/DEBUG] [mixin]: Adding: $wrapper.vazkii.quark.base.asm.ClassTransformer +[16:57:13] [main/DEBUG] [mixin]: Adding: $wrapper.lumien.resourceloader.asm.ClassTransformer +[16:57:13] [main/DEBUG] [mixin]: Adding: $wrapper.blusunrize.immersiveengineering.common.asm.IEClassTransformer +[16:57:13] [main/DEBUG] [mixin]: Excluding: $wrapper.farseek.core.FarseekClassTransformer +[16:57:13] [main/DEBUG] [mixin]: Adding: $wrapper.mods.betterfoliage.loader.BetterFoliageTransformer +[16:57:13] [main/DEBUG] [mixin]: Adding: $wrapper.betterwithmods.library.core.ClassTransformer +[16:57:13] [main/DEBUG] [mixin]: Adding: $wrapper.mekanism.coremod.KeybindingMigrationHelper +[16:57:13] [main/DEBUG] [mixin]: Adding: $wrapper.com.therandomlabs.randompatches.core.RPTransformer +[16:57:13] [main/DEBUG] [mixin]: Adding: $wrapper.team.chisel.ctm.client.asm.CTMTransformer +[16:57:13] [main/DEBUG] [mixin]: Excluding: net.minecraftforge.fml.common.asm.transformers.TerminalTransformer +[16:57:13] [main/DEBUG] [mixin]: Excluding: org.spongepowered.asm.mixin.transformer.Proxy +[16:57:13] [main/DEBUG] [mixin]: Transformer delegation list created with 32 entries +[16:57:13] [main/TRACE] [mixin]: Added class metadata for net/minecraft/network/play/server/SPacketChunkData to metadata cache +[16:57:13] [main/TRACE] [mixin]: Added class metadata for net/minecraft/world/gen/layer/GenLayerVoronoiZoom to metadata cache +[16:57:13] [main/TRACE] [mixin]: Added class metadata for net/minecraft/world/chunk/ChunkPrimer to metadata cache +[16:57:13] [main/TRACE] [mixin]: Added class metadata for net/minecraft/world/gen/ChunkProviderServer to metadata cache +[16:57:13] [main/TRACE] [mixin]: Added class metadata for net/minecraft/world/storage/WorldInfo to metadata cache +[16:57:13] [main/INFO] [Astral Core]: [AstralTransformer] Transforming alm : net.minecraft.enchantment.EnchantmentHelper with 1 patches! +[16:57:13] [main/INFO] [Astral Core]: [AstralTransformer] Applied patch PATCHMODIFYENCHANTMENTLEVELS +[16:57:13] [main/TRACE] [mixin]: Added class metadata for net/minecraft/enchantment/EnchantmentHelper to metadata cache +[16:57:13] [main/TRACE] [mixin]: Added class metadata for net/minecraft/item/ItemEnchantedBook to metadata cache +[16:57:13] [main/DEBUG] [mixin]: Preparing mixins.movingworld.json (3) +[16:57:13] [main/TRACE] [mixin]: Added class metadata for net/minecraft/block/properties/PropertyEnum to metadata cache +[16:57:13] [main/TRACE] [mixin]: Added class metadata for net/minecraft/block/properties/PropertyInteger to metadata cache +[16:57:13] [main/TRACE] [mixin]: Added class metadata for net/minecraft/block/BlockSkull to metadata cache +[16:57:13] [main/DEBUG] [mixin]: Preparing mixins.sevpatches.json (1) +[16:57:13] [main/TRACE] [mixin]: Added class metadata for java/util/Map$Entry to metadata cache +[16:57:13] [main/TRACE] [mixin]: Added class metadata for org/spongepowered/asm/mixin/injection/At$Shift to metadata cache +[16:57:13] [main/TRACE] [mixin]: Added class metadata for net/minecraft/enchantment/EnchantmentHelper$IModifier to metadata cache +[16:57:13] [main/TRACE] [mixin]: Added class metadata for net/minecraft/util/EnumFacing$Axis to metadata cache +[16:57:13] [main/TRACE] [mixin]: Added class metadata for net/minecraft/block/BlockLog$EnumAxis to metadata cache +[16:57:13] [main/TRACE] [mixin]: Added class metadata for net/minecraft/block/BlockLever$EnumOrientation to metadata cache +[16:57:13] [main/INFO] [Astral Core]: [AstralTransformer] Transforming amu : net.minecraft.world.World with 2 patches! +[16:57:13] [main/INFO] [Astral Core]: [AstralTransformer] Skipping PATCHSUNBRIGHTNESSWORLDCLIENT as it can't be applied for side SERVER +[16:57:13] [main/INFO] [Astral Core]: [AstralTransformer] Applied patch PATCHSUNBRIGHTNESSWORLDCOMMON +[16:57:13] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:98]: Added INTERFACE: pl/asie/foamfix/coremod/patches/IFoamFixWorldRemovable +[16:57:13] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:135]: Added METHOD: net.minecraft.world.World.foamfix_removeUnloadedEntities +[16:57:13] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.patches.WorldServerRemovalPatch:apply:62]: Patched updateEntities in net/minecraft/world/WorldServer func_72939_s +[16:57:13] [main/INFO] [Quark ASM]: Transforming net.minecraft.world.WorldServer +[16:57:13] [main/INFO] [Quark ASM]: Applying Transformation to method (Names [areAllPlayersAsleep, func_73056_e] Descriptor ()Z) +[16:57:13] [main/INFO] [Quark ASM]: Located Method, patching... +[16:57:13] [main/INFO] [Quark ASM]: Patch result: true +[16:57:13] [main/DEBUG] [randompatches]: Transforming class: net.minecraft.world.WorldServer +[16:57:13] [main/DEBUG] [randompatches]: Patching method: () +[16:57:13] [main/DEBUG] [BnBGamingCore]: Attempting to transform method func_193059_f in class net.minecraft.advancements.FunctionManager +[16:57:13] [main/DEBUG] [BnBGamingCore]: Successfully transformed method func_193059_f in class net.minecraft.advancements.FunctionManager +[16:57:13] [main/INFO] [Astral Core]: [AstralTransformer] Transforming vp : net.minecraft.entity.EntityLivingBase with 4 patches! +[16:57:13] [main/INFO] [Astral Core]: [AstralTransformer] Applied patch PATCHAPPLYPOTIONEFFECTEVENT +[16:57:13] [main/INFO] [Astral Core]: [AstralTransformer] Applied patch PATCHENTITYLIVINGBASEWATERSLOWDOWN +[16:57:13] [main/INFO] [Astral Core]: [AstralTransformer] Applied patch PATCHSETPLAYERATTRIBUTE +[16:57:13] [main/INFO] [Astral Core]: [AstralTransformer] Applied patch PATCHUPDATEELYTRA +[16:57:13] [main/DEBUG] [randompatches]: Transforming class: net.minecraft.entity.EntityLivingBase +[16:57:13] [main/DEBUG] [randompatches]: Patching method: func_110145_l (dismountEntity) +[16:57:13] [main/INFO] [Quark ASM]: Transforming net.minecraft.entity.Entity +[16:57:13] [main/INFO] [Quark ASM]: Applying Transformation to method (Names [move, func_70091_d] Descriptor (Lnet/minecraft/entity/MoverType;DDD)V) +[16:57:13] [main/INFO] [Quark ASM]: Located Method, patching... +[16:57:13] [main/INFO] [Quark ASM]: Located patch target node INVOKEVIRTUAL net/minecraft/entity/Entity.func_184231_a (DZLnet/minecraft/block/state/IBlockState;Lnet/minecraft/util/math/BlockPos;)V +[16:57:13] [main/INFO] [Quark ASM]: Patch result: true +[16:57:13] [main/INFO] [Quark ASM]: Located Method, patching... +[16:57:13] [main/INFO] [Quark ASM]: Located patch target node INVOKEVIRTUAL net/minecraft/entity/Entity.func_145775_I ()V +[16:57:13] [main/INFO] [Quark ASM]: Patch result: true +[16:57:13] [main/DEBUG] [randompatches]: Transforming class: net.minecraft.entity.Entity +[16:57:13] [main/DEBUG] [randompatches]: Patching method: func_189511_e (writeToNBT) +[16:57:13] [main/DEBUG] [randompatches]: Patching method: func_70020_e (readFromNBT) +[16:57:13] [main/DEBUG] [BnBGamingCore]: Attempting to transform method func_192779_a in class net.minecraft.advancements.AdvancementManager +[16:57:13] [main/DEBUG] [BnBGamingCore]: Successfully transformed method func_192779_a in class net.minecraft.advancements.AdvancementManager +[16:57:13] [main/DEBUG] [BnBGamingCore]: Attempting to transform method func_192779_a in class net.minecraft.advancements.AdvancementManager +[16:57:13] [main/DEBUG] [BnBGamingCore]: Successfully transformed method func_192779_a in class net.minecraft.advancements.AdvancementManager +[16:57:13] [main/DEBUG] [BnBGamingCore]: Attempting to transform method func_192781_c in class net.minecraft.advancements.AdvancementManager +[16:57:13] [main/DEBUG] [BnBGamingCore]: Attempting to transform method func_192777_a in class net.minecraft.advancements.AdvancementManager +[16:57:13] [main/DEBUG] [BnBGamingCore]: Successfully transformed method func_192777_a in class net.minecraft.advancements.AdvancementManager +[16:57:13] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.server.MinecraftServer} +[16:57:13] [main/DEBUG] [mixin]: Mixing MixinGameData from mixins.jeid.core.json into net.minecraftforge.registries.GameData +[16:57:13] [main/TRACE] [mixin]: Added class metadata for java/lang/IllegalArgumentException to metadata cache +[16:57:13] [main/TRACE] [mixin]: Added class metadata for java/lang/IllegalAccessException to metadata cache +[16:57:13] [main/TRACE] [mixin]: Added class metadata for java/lang/NoSuchFieldException to metadata cache +[16:57:13] [main/TRACE] [mixin]: Added class metadata for java/lang/SecurityException to metadata cache +[16:57:13] [main/INFO] [BetterFps]: Patching net.minecraft.block.Block... (aow) +[16:57:13] [main/INFO] [STDOUT]: [team.chisel.ctm.client.asm.CTMTransformer:preTransform:230]: Transforming Class [net.minecraft.block.Block], Method [getExtendedState] +[16:57:13] [main/INFO] [STDOUT]: [team.chisel.ctm.client.asm.CTMTransformer:finishTransform:242]: Transforming net.minecraft.block.Block Finished. +[16:57:13] [main/DEBUG] [mixin]: Mixing MixinBlock from mixins.jeid.core.json into net.minecraft.block.Block +[16:57:13] [main/TRACE] [mixin]: Added class metadata for net/minecraftforge/registries/IForgeRegistryEntry$Impl to metadata cache +[16:57:13] [main/TRACE] [mixin]: Added class metadata for net/minecraft/block/state/IBlockState to metadata cache +[16:57:13] [main/TRACE] [mixin]: Added class metadata for net/minecraftforge/registries/IForgeRegistryEntry to metadata cache +[16:57:13] [main/TRACE] [mixin]: Added class metadata for guichaguri/betterfps/api/IBlock to metadata cache +[16:57:13] [main/INFO] [Quark ASM]: Transforming net.minecraft.entity.item.EntityItem +[16:57:13] [main/INFO] [Quark ASM]: Applying Transformation to method (Names [onUpdate, func_70071_h_] Descriptor ()V) +[16:57:13] [main/INFO] [Quark ASM]: Located Method, patching... +[16:57:13] [main/INFO] [Quark ASM]: Patch result: false +[16:57:13] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:111]: Spliced in METHOD: net.minecraft.block.state.BlockStateContainer.createState +[16:57:13] [main/DEBUG] [randompatches]: Transforming class: net.minecraft.block.BlockObserver +[16:57:13] [main/DEBUG] [randompatches]: Patching method: func_176213_c (onBlockAdded) +[16:57:13] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:111]: Spliced in METHOD: net.minecraft.block.properties.PropertyEnum.equals +[16:57:13] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:111]: Spliced in METHOD: net.minecraft.block.properties.PropertyEnum.hashCode +[16:57:13] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:158]: Added FIELD: net.minecraft.block.properties.PropertyEnum.foamfix_hashCode +[16:57:13] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:158]: Added FIELD: net.minecraft.block.properties.PropertyEnum.foamfix_hashCode_calced +[16:57:13] [main/DEBUG] [mixin]: Mixing block.property.MixinPropertyEnum from mixins.movingworld.json into net.minecraft.block.properties.PropertyEnum +[16:57:13] [main/TRACE] [mixin]: Added class metadata for net/minecraft/block/properties/PropertyHelper to metadata cache +[16:57:13] [main/TRACE] [mixin]: Added class metadata for com/elytradev/movingworld/api/rotation/IRotationProperty to metadata cache +[16:57:13] [main/TRACE] [mixin]: Added class metadata for net/minecraft/util/EnumFacing to metadata cache +[16:57:13] [main/TRACE] [mixin]: Added class metadata for java/lang/Enum to metadata cache +[16:57:13] [main/TRACE] [mixin]: Added class metadata for java/lang/Comparable to metadata cache +[16:57:13] [main/TRACE] [mixin]: Added class metadata for net/minecraft/util/IStringSerializable to metadata cache +[16:57:13] [main/TRACE] [mixin]: Added class metadata for net/minecraft/block/properties/IProperty to metadata cache +[16:57:13] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:111]: Spliced in METHOD: net.minecraft.block.properties.PropertyInteger.hashCode +[16:57:13] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:158]: Added FIELD: net.minecraft.block.properties.PropertyInteger.foamfix_hashCode +[16:57:13] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:158]: Added FIELD: net.minecraft.block.properties.PropertyInteger.foamfix_hashCode_calced +[16:57:13] [main/DEBUG] [mixin]: Mixing block.property.MixinPropertyInteger from mixins.movingworld.json into net.minecraft.block.properties.PropertyInteger +[16:57:13] [main/TRACE] [mixin]: Added class metadata for java/lang/Integer to metadata cache +[16:57:13] [main/TRACE] [mixin]: Added class metadata for java/util/Objects to metadata cache +[16:57:13] [main/TRACE] [mixin]: Added class metadata for com/elytradev/movingworld/common/util/RotationHelper to metadata cache +[16:57:13] [main/TRACE] [mixin]: Added class metadata for java/lang/Number to metadata cache +[16:57:13] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:111]: Spliced in METHOD: net.minecraft.block.properties.PropertyBool.equals +[16:57:13] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:111]: Spliced in METHOD: net.minecraft.block.properties.PropertyBool.hashCode +[16:57:13] [main/INFO] [BetterFps]: Patching math utils with "RIVENS_HALF" algorithm +[16:57:13] [main/INFO] [Astral Core]: [AstralTransformer] Transforming aip : net.minecraft.item.ItemStack with 2 patches! +[16:57:13] [main/INFO] [Astral Core]: [AstralTransformer] Skipping PATCHMODIFYENCHANTMENTLEVELSTOOLTIP as it can't be applied for side SERVER +[16:57:13] [main/INFO] [Astral Core]: [AstralTransformer] Skipping PATCHMODIFYENCHANTMENTLEVELSTOOLTIPEVENT as it can't be applied for side SERVER +[16:57:13] [main/DEBUG] [randompatches]: Transforming class: net.minecraft.nbt.NBTTagCompound +[16:57:13] [main/DEBUG] [randompatches]: Patching method: equals (equals) +[16:57:14] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:111]: Spliced in METHOD: net.minecraft.tileentity.TileEntity.func_190559_a +[16:57:14] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:111]: Spliced in METHOD: net.minecraft.block.BlockBed.func_189540_a +[16:57:14] [main/INFO] [Quark ASM]: Transforming net.minecraft.block.BlockPistonBase +[16:57:14] [main/INFO] [Quark ASM]: Applying Transformation to method (Names [canPush, func_185646_a] Descriptor (Lnet/minecraft/block/state/IBlockState;Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/util/EnumFacing;ZLnet/minecraft/util/EnumFacing;)Z) +[16:57:14] [main/INFO] [Quark ASM]: Located Method, patching... +[16:57:14] [main/INFO] [Quark ASM]: Located patch target node INVOKEVIRTUAL net/minecraft/block/Block.hasTileEntity (Lnet/minecraft/block/state/IBlockState;)Z +[16:57:14] [main/INFO] [Quark ASM]: Patch result: true +[16:57:14] [main/INFO] [Quark ASM]: Applying Transformation to method (Names [doMove, func_176319_a] Descriptor (Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/util/EnumFacing;Z)Z) +[16:57:14] [main/INFO] [Quark ASM]: Located Method, patching... +[16:57:14] [main/INFO] [Quark ASM]: Located patch target node INVOKEVIRTUAL net/minecraft/block/state/BlockPistonStructureHelper.func_177253_a ()Z +[16:57:14] [main/INFO] [Quark ASM]: Patch result: true +[16:57:14] [main/INFO] [Quark ASM]: Transforming net.minecraft.tileentity.TileEntityPiston +[16:57:14] [main/INFO] [Quark ASM]: Applying Transformation to method (Names [update, func_73660_a] Descriptor ()V) +[16:57:14] [main/INFO] [Quark ASM]: Located Method, patching... +[16:57:14] [main/INFO] [Quark ASM]: Patch result: true +[16:57:14] [main/INFO] [Quark ASM]: Applying Transformation to method (Names [clearPistonTileEntity, func_145866_f] Descriptor ()V) +[16:57:14] [main/INFO] [Quark ASM]: Located Method, patching... +[16:57:14] [main/INFO] [Quark ASM]: Located patch target node INVOKEVIRTUAL net/minecraft/world/World.func_180501_a (Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/state/IBlockState;I)Z +[16:57:14] [main/INFO] [Quark ASM]: Patch result: true +[16:57:14] [main/INFO] [Quark ASM]: Applying Transformation to method (Names [update, func_73660_a] Descriptor ()V) +[16:57:14] [main/INFO] [Quark ASM]: Located Method, patching... +[16:57:14] [main/INFO] [Quark ASM]: Located patch target node INVOKEVIRTUAL net/minecraft/world/World.func_180501_a (Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/state/IBlockState;I)Z +[16:57:14] [main/INFO] [Quark ASM]: Patch result: true +[16:57:14] [main/DEBUG] [randompatches]: Transforming class: net.minecraft.tileentity.TileEntityPiston +[16:57:14] [main/DEBUG] [randompatches]: Patching method: func_73660_a (update) +[16:57:14] [main/ERROR] [randompatches]: Failed to transform class: net.minecraft.tileentity.TileEntityPiston +java.lang.NullPointerException: null + at org.objectweb.asm.tree.InsnList.insert(InsnList.java:377) ~[asm-debug-all-5.2.jar:5.2] + at com.therandomlabs.randompatches.patch.TileEntityPistonPatch.patchUpdateSignalFix(TileEntityPistonPatch.java:116) ~[TileEntityPistonPatch.class:?] + at com.therandomlabs.randompatches.patch.TileEntityPistonPatch.apply(TileEntityPistonPatch.java:28) ~[TileEntityPistonPatch.class:?] + at com.therandomlabs.randompatches.core.RPTransformer.transform(RPTransformer.java:37) [randompatches-1.12.2-1.22.0.0.jar:?] + at net.minecraftforge.fml.common.asm.ASMTransformerWrapper$TransformerWrapper.transform(ASMTransformerWrapper.java:256) [ASMTransformerWrapper$TransformerWrapper.class:?] + at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:279) [launchwrapper-1.12.jar:?] + at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:176) [launchwrapper-1.12.jar:?] + at java.lang.ClassLoader.loadClass(ClassLoader.java:418) [?:1.8.0_452] + at java.lang.ClassLoader.loadClass(ClassLoader.java:351) [?:1.8.0_452] + at net.minecraft.block.Block.func_149671_p(Block.java:2378) [aow.class:?] + at net.minecraft.init.Bootstrap.func_151354_b(Bootstrap.java:498) [ni.class:?] + at net.minecraft.server.MinecraftServer.main(MinecraftServer.java:1470) [MinecraftServer.class:?] + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_452] + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_452] + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_452] + at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_452] + at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?] + at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?] + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_452] + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_452] + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_452] + at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_452] + at net.minecraftforge.fml.relauncher.ServerLaunchWrapper.run(ServerLaunchWrapper.java:70) [forge-1.12.2-14.23.5.2860.jar:?] + at net.minecraftforge.fml.relauncher.ServerLaunchWrapper.main(ServerLaunchWrapper.java:34) [forge-1.12.2-14.23.5.2860.jar:?] +[16:57:14] [main/INFO] [betterwithlib]: [betterwithlib ASM] Transforming dropEquipment +[16:57:14] [main/INFO] [betterwithlib]: [betterwithlib ASM] Applying Transformation to method (Names [dropEquipment, func_82160_b, a] Descriptor (ZI)V) +[16:57:14] [main/INFO] [betterwithlib]: [betterwithlib ASM] Located Method, patching... +[16:57:14] [main/INFO] [betterwithlib]: [betterwithlib ASM] Located patch target node L0 +[16:57:14] [main/INFO] [betterwithlib]: [betterwithlib ASM] Patch result: true +[16:57:14] [main/INFO] [BetterFps]: Patching net.minecraft.tileentity.TileEntityBeacon... (avh) +[16:57:14] [main/DEBUG] [mixin]: Mixing block.MixinBlockSkull from mixins.movingworld.json into net.minecraft.block.BlockSkull +[16:57:14] [main/TRACE] [mixin]: Added class metadata for net/minecraft/block/BlockContainer to metadata cache +[16:57:14] [main/TRACE] [mixin]: Added class metadata for com/elytradev/movingworld/api/rotation/IRotationBlock to metadata cache +[16:57:14] [main/TRACE] [mixin]: Added class metadata for com/elytradev/movingworld/common/chunk/LocatedBlock to metadata cache +[16:57:14] [main/TRACE] [mixin]: Added class metadata for com/elytradev/movingworld/repackage/com/elytradev/concrete/reflect/accessor/Accessors to metadata cache +[16:57:14] [main/TRACE] [mixin]: Added class metadata for com/elytradev/movingworld/repackage/com/elytradev/concrete/reflect/accessor/Accessor to metadata cache +[16:57:14] [main/TRACE] [mixin]: Added class metadata for net/minecraft/block/ITileEntityProvider to metadata cache +[16:57:14] [main/TRACE] [mixin]: Added class metadata for net/minecraft/tileentity/TileEntitySkull to metadata cache +[16:57:14] [main/TRACE] [mixin]: Added class metadata for net/minecraft/tileentity/TileEntity to metadata cache +[16:57:14] [main/TRACE] [mixin]: Added class metadata for java/lang/String to metadata cache +[16:57:14] [main/INFO] [BetterFps]: Patching net.minecraft.block.BlockHopper... (arl) +[16:57:14] [main/INFO] [STDOUT]: [pl.asie.patchy.helpers.ConstructorReplacingTransformer$FFMethodVisitor:visitTypeInsn:73]: Replaced NEW for net/minecraft/tileentity/TileEntityHopper to pl/asie/foamfix/common/TileEntityFasterHopper +[16:57:14] [main/INFO] [STDOUT]: [pl.asie.patchy.helpers.ConstructorReplacingTransformer$FFMethodVisitor:visitMethodInsn:85]: Replaced INVOKESPECIAL for net/minecraft/tileentity/TileEntityHopper to pl/asie/foamfix/common/TileEntityFasterHopper +[16:57:14] [main/INFO] [BetterFps]: Patching net.minecraft.tileentity.TileEntityHopper... (avw) +[16:57:14] [main/DEBUG] [randompatches]: Transforming class: net.minecraft.item.ItemBucket +[16:57:14] [main/DEBUG] [randompatches]: Patching method: func_180616_a (tryPlaceContainedLiquid) +[16:57:14] [main/DEBUG] [randompatches]: Transforming class: net.minecraft.entity.item.EntityMinecart +[16:57:14] [main/DEBUG] [randompatches]: Patching method: func_180460_a (moveAlongTrack) +[16:57:14] [main/INFO] [Quark ASM]: Transforming net.minecraft.entity.item.EntityBoat +[16:57:14] [main/INFO] [Quark ASM]: Applying Transformation to method (Names [attackEntityFrom, func_70097_a] Descriptor (Lnet/minecraft/util/DamageSource;F)Z) +[16:57:14] [main/INFO] [Quark ASM]: Located Method, patching... +[16:57:14] [main/INFO] [Quark ASM]: Located patch target node INVOKEVIRTUAL net/minecraft/entity/item/EntityBoat.func_145778_a (Lnet/minecraft/item/Item;IF)Lnet/minecraft/entity/item/EntityItem; +[16:57:14] [main/INFO] [Quark ASM]: Patch result: true +[16:57:14] [main/INFO] [Quark ASM]: Applying Transformation to method (Names [onUpdate, func_70071_h_] Descriptor ()V) +[16:57:14] [main/INFO] [Quark ASM]: Located Method, patching... +[16:57:14] [main/INFO] [Quark ASM]: Patch result: true +[16:57:14] [main/DEBUG] [randompatches]: Transforming class: net.minecraft.entity.item.EntityBoat +[16:57:14] [main/DEBUG] [randompatches]: Patching method: func_70071_h_ (onUpdate) +[16:57:14] [main/DEBUG] [mixin]: Mixing MixinItemEnchantedBook from mixins.jeid.core.json into net.minecraft.item.ItemEnchantedBook +[16:57:14] [main/TRACE] [mixin]: Added class metadata for net/minecraft/item/Item to metadata cache +[16:57:14] [main/TRACE] [mixin]: Added class metadata for net/minecraft/nbt/NBTTagList to metadata cache +[16:57:14] [main/DEBUG] [randompatches]: Transforming class: net.minecraft.nbt.NBTTagCompound +[16:57:14] [main/DEBUG] [randompatches]: Patching method: equals (equals) +[16:57:14] [main/TRACE] [mixin]: Added class metadata for net/minecraft/nbt/NBTTagCompound to metadata cache +[16:57:14] [main/TRACE] [mixin]: Added class metadata for net/minecraft/enchantment/Enchantment to metadata cache +[16:57:14] [main/TRACE] [mixin]: Added class metadata for net/minecraft/enchantment/EnchantmentData to metadata cache +[16:57:14] [main/TRACE] [mixin]: Added class metadata for net/minecraft/nbt/NBTBase to metadata cache +[16:57:14] [main/INFO] [Astral Core]: [AstralTransformer] Transforming aip : net.minecraft.item.ItemStack with 2 patches! +[16:57:14] [main/INFO] [Astral Core]: [AstralTransformer] Skipping PATCHMODIFYENCHANTMENTLEVELSTOOLTIP as it can't be applied for side SERVER +[16:57:14] [main/INFO] [Astral Core]: [AstralTransformer] Skipping PATCHMODIFYENCHANTMENTLEVELSTOOLTIPEVENT as it can't be applied for side SERVER +[16:57:14] [main/TRACE] [mixin]: Added class metadata for net/minecraft/item/ItemStack to metadata cache +[16:57:14] [main/INFO] [Quark ASM]: Transforming net.minecraft.item.ItemBanner +[16:57:14] [main/INFO] [Quark ASM]: Applying Transformation to method (Names [appendHoverTextFromTileEntityTag, func_185054_a] Descriptor (Lnet/minecraft/item/ItemStack;Ljava/util/List;)V) +[16:57:14] [main/INFO] [Quark ASM]: Failed to locate the method! +[16:57:14] [main/INFO] [Astral Core]: [AstralTransformer] Transforming wg : net.minecraft.entity.ai.attributes.AbstractAttributeMap with 1 patches! +[16:57:14] [main/INFO] [Astral Core]: [AstralTransformer] Applied patch PATCHADDPLAYERATTRIBUTE +[16:57:14] [main/INFO] [Quark ASM]: Transforming net.minecraft.entity.ai.EntityAITarget +[16:57:14] [main/INFO] [Quark ASM]: Applying Transformation to method (Names [isSuitableTarget, func_179445_a] Descriptor (Lnet/minecraft/entity/EntityLiving;Lnet/minecraft/entity/EntityLivingBase;ZZ)Z) +[16:57:14] [main/INFO] [Quark ASM]: Located Method, patching... +[16:57:14] [main/INFO] [Quark ASM]: Patch result: true +[16:57:14] [main/INFO] [betterwithlib]: [betterwithlib ASM] Transforming setEquipmentBasedOnDifficulty +[16:57:14] [main/INFO] [betterwithlib]: [betterwithlib ASM] Applying Transformation to method (Names [setEquipmentBasedOnDifficulty, func_180481_a, a] Descriptor (Lnet/minecraft/world/DifficultyInstance;)V) +[16:57:14] [main/INFO] [betterwithlib]: [betterwithlib ASM] Located Method, patching... +[16:57:14] [main/INFO] [betterwithlib]: [betterwithlib ASM] Located patch target node L0 +[16:57:14] [main/INFO] [betterwithlib]: [betterwithlib ASM] Patch result: true +[16:57:14] [main/INFO] [betterwithlib]: [betterwithlib ASM] Transforming setEquipmentBasedOnDifficulty +[16:57:14] [main/INFO] [betterwithlib]: [betterwithlib ASM] Applying Transformation to method (Names [setEquipmentBasedOnDifficulty, func_180481_a, a] Descriptor (Lnet/minecraft/world/DifficultyInstance;)V) +[16:57:14] [main/INFO] [betterwithlib]: [betterwithlib ASM] Located Method, patching... +[16:57:14] [main/INFO] [betterwithlib]: [betterwithlib ASM] Located patch target node L0 +[16:57:14] [main/INFO] [betterwithlib]: [betterwithlib ASM] Patch result: true +[16:57:14] [main/INFO] [betterwithlib]: [betterwithlib ASM] Transforming setEquipmentBasedOnDifficulty +[16:57:14] [main/INFO] [betterwithlib]: [betterwithlib ASM] Applying Transformation to method (Names [setEquipmentBasedOnDifficulty, func_180481_a, a] Descriptor (Lnet/minecraft/world/DifficultyInstance;)V) +[16:57:14] [main/INFO] [betterwithlib]: [betterwithlib ASM] Located Method, patching... +[16:57:14] [main/INFO] [betterwithlib]: [betterwithlib ASM] Located patch target node L0 +[16:57:14] [main/INFO] [betterwithlib]: [betterwithlib ASM] Patch result: true +[16:57:14] [main/INFO] [betterwithlib]: [betterwithlib ASM] Transforming setEquipmentBasedOnDifficulty +[16:57:14] [main/INFO] [betterwithlib]: [betterwithlib ASM] Applying Transformation to method (Names [setEquipmentBasedOnDifficulty, func_180481_a, a] Descriptor (Lnet/minecraft/world/DifficultyInstance;)V) +[16:57:14] [main/INFO] [betterwithlib]: [betterwithlib ASM] Located Method, patching... +[16:57:14] [main/INFO] [betterwithlib]: [betterwithlib ASM] Located patch target node L0 +[16:57:14] [main/INFO] [betterwithlib]: [betterwithlib ASM] Patch result: true +[16:57:15] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:98]: Added INTERFACE: pl/asie/foamfix/api/IFoamFixMobSpawnerLogic +[16:57:15] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:111]: Spliced in METHOD: net.minecraft.tileentity.MobSpawnerBaseLogic.func_98279_f +[16:57:15] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:158]: Added FIELD: net.minecraft.tileentity.MobSpawnerBaseLogic.foamfix_activatedCache +[16:57:15] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:158]: Added FIELD: net.minecraft.tileentity.MobSpawnerBaseLogic.foamfix_activatedCachePESize +[16:57:15] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:158]: Added FIELD: net.minecraft.tileentity.MobSpawnerBaseLogic.foamfix_activatedCacheTime +[16:57:15] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:158]: Added FIELD: net.minecraft.tileentity.MobSpawnerBaseLogic.foamfix_forcedCache +[16:57:15] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:158]: Added FIELD: net.minecraft.tileentity.MobSpawnerBaseLogic.foamfix_forcedCacheTime +[16:57:15] [main/INFO] [betterwithlib]: [betterwithlib ASM] Transforming setEquipmentBasedOnDifficulty +[16:57:15] [main/INFO] [betterwithlib]: [betterwithlib ASM] Applying Transformation to method (Names [setEquipmentBasedOnDifficulty, func_180481_a, a] Descriptor (Lnet/minecraft/world/DifficultyInstance;)V) +[16:57:15] [main/INFO] [betterwithlib]: [betterwithlib ASM] Located Method, patching... +[16:57:15] [main/INFO] [betterwithlib]: [betterwithlib ASM] Located patch target node L0 +[16:57:15] [main/INFO] [betterwithlib]: [betterwithlib ASM] Patch result: true +[16:57:15] [main/DEBUG] [mixin]: Mixing MixinStatList from mixins.jeid.core.json into net.minecraft.stats.StatList +[16:57:15] [main/TRACE] [mixin]: Added class metadata for java/util/Map to metadata cache +[16:57:15] [main/TRACE] [mixin]: Added class metadata for net/minecraft/util/registry/RegistryNamespacedDefaultedByKey to metadata cache +[16:57:15] [main/TRACE] [mixin]: Added class metadata for net/minecraft/util/registry/RegistryNamespaced to metadata cache +[16:57:15] [main/TRACE] [mixin]: Added class metadata for net/minecraft/init/Items to metadata cache +[16:57:15] [main/TRACE] [mixin]: Added class metadata for net/minecraftforge/common/capabilities/ICapabilitySerializable to metadata cache +[16:57:15] [main/TRACE] [mixin]: Added class metadata for net/minecraftforge/common/capabilities/ICapabilityProvider to metadata cache +[16:57:15] [main/TRACE] [mixin]: Added class metadata for net/minecraftforge/common/util/INBTSerializable to metadata cache +[16:57:15] [main/TRACE] [mixin]: Added class metadata for net/minecraft/util/text/TextComponentTranslation to metadata cache +[16:57:15] [main/TRACE] [mixin]: Added class metadata for net/minecraft/util/text/TextComponentBase to metadata cache +[16:57:15] [main/TRACE] [mixin]: Added class metadata for net/minecraft/util/text/ITextComponent to metadata cache +[16:57:15] [main/TRACE] [mixin]: Added class metadata for java/lang/Iterable to metadata cache +[16:57:15] [main/TRACE] [mixin]: Added class metadata for net/minecraft/stats/StatCrafting to metadata cache +[16:57:15] [main/TRACE] [mixin]: Added class metadata for net/minecraft/stats/StatBase to metadata cache +[16:57:15] [main/TRACE] [mixin]: Added class metadata for com/google/common/collect/Sets to metadata cache +[16:57:15] [main/TRACE] [mixin]: Added class metadata for net/minecraft/item/crafting/CraftingManager to metadata cache +[16:57:15] [main/TRACE] [mixin]: Added class metadata for net/minecraft/item/crafting/IRecipe to metadata cache +[16:57:15] [main/TRACE] [mixin]: Added class metadata for java/util/Set to metadata cache +[16:57:15] [main/TRACE] [mixin]: Added class metadata for net/minecraft/item/crafting/FurnaceRecipes to metadata cache +[16:57:15] [main/TRACE] [mixin]: Added class metadata for net/minecraft/util/ResourceLocation to metadata cache +[16:57:15] [main/TRACE] [mixin]: Added class metadata for java/util/HashSet to metadata cache +[16:57:15] [main/TRACE] [mixin]: Added class metadata for java/util/AbstractSet to metadata cache +[16:57:15] [main/TRACE] [mixin]: Added class metadata for java/lang/Cloneable to metadata cache +[16:57:15] [main/TRACE] [mixin]: Added class metadata for java/util/ArrayList to metadata cache +[16:57:15] [main/TRACE] [mixin]: Added class metadata for java/util/AbstractList to metadata cache +[16:57:15] [main/TRACE] [mixin]: Added class metadata for java/util/RandomAccess to metadata cache +[16:57:15] [main/TRACE] [mixin]: Added class metadata for java/util/HashMap to metadata cache +[16:57:15] [main/TRACE] [mixin]: Added class metadata for java/util/AbstractMap to metadata cache +[16:57:15] [main/INFO] [Quark ASM]: Transforming net.minecraft.item.crafting.RecipesBanners$RecipeAddPattern +[16:57:15] [main/INFO] [Quark ASM]: Applying Transformation to method (Names [matches, func_77569_a] Descriptor (Lnet/minecraft/inventory/InventoryCrafting;Lnet/minecraft/world/World;)Z) +[16:57:15] [main/INFO] [Quark ASM]: Located Method, patching... +[16:57:15] [main/INFO] [Quark ASM]: Located patch target node INVOKESTATIC net/minecraft/tileentity/TileEntityBanner.func_175113_c (Lnet/minecraft/item/ItemStack;)I +[16:57:15] [main/INFO] [Quark ASM]: Patch result: true +[16:57:15] [main/DEBUG] [FML]: Creating vanilla freeze snapshot +[16:57:15] [main/DEBUG] [FML]: Vanilla freeze snapshot created +[16:57:15] [main/INFO] [BetterFps]: Patching net.minecraft.server.dedicated.DedicatedServer... (nz) +[16:57:15] [main/DEBUG] [mixin]: Mixing MixinWorldInfo from mixins.jeid.core.json into net.minecraft.world.storage.WorldInfo +[16:57:15] [main/INFO] [Quark ASM]: Transforming net.minecraft.inventory.ContainerMerchant +[16:57:15] [main/INFO] [Quark ASM]: Applying Transformation to method (Names [transferStackInSlot, func_82846_b] Descriptor (Lnet/minecraft/entity/player/EntityPlayer;I)Lnet/minecraft/item/ItemStack;) +[16:57:15] [main/INFO] [Quark ASM]: Located Method, patching... +[16:57:15] [main/INFO] [Quark ASM]: Located patch target node INVOKEVIRTUAL net/minecraft/inventory/ContainerMerchant.func_75135_a (Lnet/minecraft/item/ItemStack;IIZ)Z +[16:57:15] [main/INFO] [Quark ASM]: Located patch target node INVOKEVIRTUAL net/minecraft/inventory/ContainerMerchant.func_75135_a (Lnet/minecraft/item/ItemStack;IIZ)Z +[16:57:15] [main/INFO] [Quark ASM]: Located patch target node INVOKEVIRTUAL net/minecraft/inventory/ContainerMerchant.func_75135_a (Lnet/minecraft/item/ItemStack;IIZ)Z +[16:57:15] [main/INFO] [Quark ASM]: Located patch target node INVOKEVIRTUAL net/minecraft/inventory/ContainerMerchant.func_75135_a (Lnet/minecraft/item/ItemStack;IIZ)Z +[16:57:15] [main/INFO] [Quark ASM]: Patch result: true +[16:57:15] [main/DEBUG] [mixin]: Mixing MixinAnvilChunkLoader from mixins.jeid.core.json into net.minecraft.world.chunk.storage.AnvilChunkLoader +[16:57:15] [main/TRACE] [mixin]: Added class metadata for net/minecraft/world/chunk/storage/ExtendedBlockStorage to metadata cache +[16:57:15] [main/TRACE] [mixin]: Added class metadata for org/dimdev/jeid/INewBlockStateContainer to metadata cache +[16:57:15] [main/TRACE] [mixin]: Added class metadata for org/dimdev/jeid/INewChunk to metadata cache +[16:57:15] [main/TRACE] [mixin]: Added class metadata for java/lang/AssertionError to metadata cache +[16:57:15] [main/TRACE] [mixin]: Added class metadata for java/lang/Error to metadata cache +[16:57:15] [main/TRACE] [mixin]: Added class metadata for net/minecraft/world/chunk/storage/IChunkLoader to metadata cache +[16:57:15] [main/TRACE] [mixin]: Added class metadata for net/minecraft/world/storage/IThreadedFileIO to metadata cache +[16:57:15] [main/INFO] [Astral Core]: [AstralTransformer] Transforming amu : net.minecraft.world.World with 2 patches! +[16:57:15] [main/INFO] [Astral Core]: [AstralTransformer] Skipping PATCHSUNBRIGHTNESSWORLDCLIENT as it can't be applied for side SERVER +[16:57:15] [main/INFO] [Astral Core]: [AstralTransformer] Applied patch PATCHSUNBRIGHTNESSWORLDCOMMON +[16:57:15] [main/TRACE] [mixin]: Added class metadata for net/minecraft/world/World to metadata cache +[16:57:15] [main/TRACE] [mixin]: Added class metadata for org/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable to metadata cache +[16:57:15] [main/TRACE] [mixin]: Added class metadata for net/minecraft/world/chunk/NibbleArray to metadata cache +[16:57:15] [main/TRACE] [mixin]: Added class metadata for net/minecraft/util/ClassInheritanceMultiMap to metadata cache +[16:57:15] [main/INFO] [Quark ASM]: Transforming net.minecraft.entity.Entity +[16:57:15] [main/INFO] [Quark ASM]: Applying Transformation to method (Names [move, func_70091_d] Descriptor (Lnet/minecraft/entity/MoverType;DDD)V) +[16:57:15] [main/INFO] [Quark ASM]: Located Method, patching... +[16:57:15] [main/INFO] [Quark ASM]: Located patch target node INVOKEVIRTUAL net/minecraft/entity/Entity.func_184231_a (DZLnet/minecraft/block/state/IBlockState;Lnet/minecraft/util/math/BlockPos;)V +[16:57:15] [main/INFO] [Quark ASM]: Patch result: true +[16:57:15] [main/INFO] [Quark ASM]: Located Method, patching... +[16:57:15] [main/INFO] [Quark ASM]: Located patch target node INVOKEVIRTUAL net/minecraft/entity/Entity.func_145775_I ()V +[16:57:15] [main/INFO] [Quark ASM]: Patch result: true +[16:57:15] [main/DEBUG] [randompatches]: Transforming class: net.minecraft.entity.Entity +[16:57:15] [main/DEBUG] [randompatches]: Patching method: func_189511_e (writeToNBT) +[16:57:15] [main/DEBUG] [randompatches]: Patching method: func_70020_e (readFromNBT) +[16:57:15] [main/TRACE] [mixin]: Added class metadata for net/minecraft/entity/Entity to metadata cache +[16:57:15] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Starting minecraft server version 1.12.2 +[16:57:15] [Server thread/INFO] [FML]: MinecraftForge v14.23.5.2860 Initialized +[16:57:15] [Server thread/INFO] [FML]: Starts to replace vanilla recipe ingredients with ore ingredients. +[16:57:15] [Server thread/INFO] [FML]: Invalid recipe found with multiple oredict ingredients in the same ingredient... +[16:57:15] [Server thread/INFO] [FML]: Replaced 1227 ore ingredients +[16:57:15] [Server thread/DEBUG] [FML]: File C:\Users\Administrator\Documents\GitHub\sevtech-server-1.12.2\config\injectedDependencies.json not found. No dependencies injected +[16:57:15] [Server thread/DEBUG] [FML]: Building injected Mod Containers [net.minecraftforge.fml.common.FMLContainer, net.minecraftforge.common.ForgeModContainer, ivorius.ivtoolkit.IvToolkitCoreContainer, micdoodle8.mods.miccore.MicdoodleModContainer, bre.smoothfont.asm.ModContainer, com.elytradev.movingworld.common.asm.coremod.MovingWorldModContainer, com.bloodnbonesgaming.bnbgamingcore.ModBNBGamingCore, pl.asie.foamfix.coremod.FoamFixCoreContainer, com.therandomlabs.randompatches.core.RPCoreContainer] +[16:57:15] [Server thread/DEBUG] [FML]: Attempting to load mods contained in the minecraft jar file and associated classes +[16:57:15] [Server thread/DEBUG] [FML]: Found a minecraft related file at C:\Users\Administrator\Documents\GitHub\sevtech-server-1.12.2\forge-1.12.2-14.23.5.2860.jar, examining for mod candidates +[16:57:16] [Server thread/TRACE] [FML]: Skipping known library file C:\Users\Administrator\Documents\GitHub\sevtech-server-1.12.2\.\mods\Aroma1997Core-1.12.2-2.0.0.2.jar +[16:57:16] [Server thread/TRACE] [FML]: Skipping known library file C:\Users\Administrator\Documents\GitHub\sevtech-server-1.12.2\.\mods\astralsorcery-1.12.2-1.10.21.jar +[16:57:16] [Server thread/TRACE] [FML]: Skipping known library file C:\Users\Administrator\Documents\GitHub\sevtech-server-1.12.2\.\mods\BetterFoliage-MC1.12-2.3.1.jar +[16:57:16] [Server thread/TRACE] [FML]: Skipping known library file C:\Users\Administrator\Documents\GitHub\sevtech-server-1.12.2\.\mods\BetterFps-1.4.8.jar +[16:57:16] [Server thread/TRACE] [FML]: Skipping known library file C:\Users\Administrator\Documents\GitHub\sevtech-server-1.12.2\.\mods\BetterWithLib-1.12-1.5.jar +[16:57:16] [Server thread/TRACE] [FML]: Skipping known library file C:\Users\Administrator\Documents\GitHub\sevtech-server-1.12.2\.\mods\BNBGamingCore-1.12.2-0.12.0.jar +[16:57:16] [Server thread/TRACE] [FML]: Skipping known library file C:\Users\Administrator\Documents\GitHub\sevtech-server-1.12.2\.\mods\1.12.2\ChickenASM-1.12-1.0.2.7.jar +[16:57:16] [Server thread/TRACE] [FML]: Skipping known library file C:\Users\Administrator\Documents\GitHub\sevtech-server-1.12.2\.\mods\CTM-MC1.12.2-0.3.3.22.jar +[16:57:16] [Server thread/TRACE] [FML]: Skipping known library file C:\Users\Administrator\Documents\GitHub\sevtech-server-1.12.2\.\mods\Farseek-1.12-2.5.jar +[16:57:16] [Server thread/TRACE] [FML]: Skipping known library file C:\Users\Administrator\Documents\GitHub\sevtech-server-1.12.2\.\mods\foamfix-0.10.10-1.12.2.jar +[16:57:16] [Server thread/TRACE] [FML]: Skipping known library file C:\Users\Administrator\Documents\GitHub\sevtech-server-1.12.2\.\mods\Forgelin-1.8.2.jar +[16:57:16] [Server thread/TRACE] [FML]: Skipping known library file C:\Users\Administrator\Documents\GitHub\sevtech-server-1.12.2\.\mods\InventoryTweaks-1.64+dev.151.jar +[16:57:16] [Server thread/TRACE] [FML]: Skipping known library file C:\Users\Administrator\Documents\GitHub\sevtech-server-1.12.2\.\mods\IvToolkit-1.3.3-1.12.jar +[16:57:16] [Server thread/TRACE] [FML]: Skipping known library file C:\Users\Administrator\Documents\GitHub\sevtech-server-1.12.2\.\mods\JustEnoughIDs-1.0.3-55.jar +[16:57:16] [Server thread/TRACE] [FML]: Skipping known library file C:\Users\Administrator\Documents\GitHub\sevtech-server-1.12.2\.\mods\Mekanism-1.12.2-9.8.3.390.jar +[16:57:16] [Server thread/TRACE] [FML]: Skipping known library file C:\Users\Administrator\Documents\GitHub\sevtech-server-1.12.2\.\mods\MicdoodleCore-1.12.2-4.0.2.280.jar +[16:57:16] [Server thread/TRACE] [FML]: Skipping known library file C:\Users\Administrator\Documents\GitHub\sevtech-server-1.12.2\.\mods\movingworld-1.12-6.353-full.jar +[16:57:16] [Server thread/TRACE] [FML]: Skipping known library file C:\Users\Administrator\Documents\GitHub\sevtech-server-1.12.2\.\mods\PlayerAPI-1.12.1-1.0.jar +[16:57:16] [Server thread/TRACE] [FML]: Skipping known library file C:\Users\Administrator\Documents\GitHub\sevtech-server-1.12.2\.\mods\Quark-r1.5-158.jar +[16:57:16] [Server thread/TRACE] [FML]: Skipping known library file C:\Users\Administrator\Documents\GitHub\sevtech-server-1.12.2\.\mods\randompatches-1.12.2-1.22.0.0.jar +[16:57:16] [Server thread/TRACE] [FML]: Skipping known library file C:\Users\Administrator\Documents\GitHub\sevtech-server-1.12.2\.\mods\ResourceLoader-MC1.12.1-1.5.3.jar +[16:57:16] [Server thread/TRACE] [FML]: Skipping known library file C:\Users\Administrator\Documents\GitHub\sevtech-server-1.12.2\.\mods\sevpatches-1.9-10.jar +[16:57:16] [Server thread/TRACE] [FML]: Skipping known library file C:\Users\Administrator\Documents\GitHub\sevtech-server-1.12.2\.\mods\SmoothFont-mc1.12.2-2.1.2.jar +[16:57:16] [Server thread/TRACE] [FML]: Skipping known library file C:\Users\Administrator\Documents\GitHub\sevtech-server-1.12.2\.\mods\memory_repo\blusunrize\ImmersiveEngineering-core\0.12-98\ImmersiveEngineering-core-0.12-98.jar +[16:57:16] [Server thread/TRACE] [FML]: Skipping known library file C:\Users\Administrator\Documents\GitHub\sevtech-server-1.12.2\.\mods\memory_repo\angrypixel\TheBetweenlands\3.5.10\TheBetweenlands-3.5.10-core.jar +[16:57:16] [Server thread/DEBUG] [FML]: Minecraft jar mods loaded successfully +[16:57:16] [Server thread/INFO] [FML]: Searching C:\Users\Administrator\Documents\GitHub\sevtech-server-1.12.2\.\mods for mods +[16:57:16] [Server thread/DEBUG] [FML]: Adding A Block of Charcoal-1.2.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding AbyssalCraft Integration-1.12.2-1.11.2.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding AbyssalCraft-1.12.2-1.9.19.1.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding ActuallyAdditions-1.12.2-r149.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding ActuallyBaubles-1.12-1.1.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding Animalium-0.3.8.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding antiqueatlas-1.12.2-4.5.1.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding AppleSkin-mc1.12-1.0.14.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding appliedenergistics2-rv6-stable-7.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding armoreablemobs-1.12.2-1.1.8.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding Aroma1997Core-1.12.2-2.0.0.2.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding AromaBackup-1.12.2-2.1.1.4.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding astikorcarts-1.12.2-0.1.2.7.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding astralsorcery-1.12.2-1.10.21.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding AutoRegLib-1.3-31.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding base-1.12.2-3.13.0.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding Baubles-1.12-1.5.2.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding bdlib-1.14.3.12-mc1.12.2.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding Better With Addons-0.50-hotfix.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding BetterAdvancements-1.12.2-0.1.0.77.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding BetterBedrock-1.12.2-5.1.11.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding BetterBuildersWands-1.12.2-0.13.2.271+5997513.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding BetterFoliage-MC1.12-2.3.1.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding BetterFps-1.4.8.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding BetterWithLib-1.12-1.5.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding BetterWithMods-1.12-2.3.20-1027.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding BiblioCraft[v2.4.5][MC1.12.2].jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding BloodMagic-1.12.2-2.4.1-103.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding BNBGamingCore-1.12.2-0.12.0.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding BNBGamingLib-1.12.2-2.17.6.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding bonsaitrees-1.1.4-b170.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding Bookshelf-1.12.2-2.3.581.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding BringBedrockBack-0.0.4.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding buildcraft-builders-7.99.24.1.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding buildcraft-core-7.99.24.1.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding buildcraft-factory-7.99.24.1.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding buildcraft-robotics-7.99.24.1.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding buildcraft-silicon-7.99.24.1.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding buildcraft-transport-7.99.24.1.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding BuildingGadgets-2.8.3.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding car-1.12.2-1.2.12.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding CarryOn MC1.12.2 v1.12.3.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding CD4017BE_lib-1.12.2-6.4.18.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding Ceramics-1.12-1.3.7.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding Chameleon-1.12-4.1.3.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding Chargers-1.12.2-1.2.0.4.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding Chisel-MC1.12.2-0.2.1.35.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding chiselsandbits-14.33.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding ClientTweaks_1.12.2-3.1.11.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding Clumps-3.1.2.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding CodeChickenLib-1.12.2-3.2.3.358-universal.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding ColouredTooltips-1.12.2-1.0.7.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding CommonCapabilities-1.12.2-2.4.1.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding compactmachines3-1.12.2-3.0.18-b278.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding conarm-1.12.2-1.2.4.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding ContentTweaker-1.12.2-4.9.1.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding Controlling-3.0.9.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding CookingForBlockheads_1.12.2-6.5.0.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding CraftTweaker2-1.12-4.1.20.574.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding CTM-MC1.12.2-0.3.3.22.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding Cucumber-1.12.2-1.1.3.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding CustomMainMenu-MC1.12.2-2.0.9.1.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding Cyclic-1.12.2-1.20.3.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding CyclopsCore-1.12.2-1.3.0.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding DarkUtils-1.12.2-1.8.230.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding davincisvessels-1.12-6.340-full.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding DeathCompass-0.0.3.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding DefaultOptions_1.12.2-9.2.8.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding despawningspawners-1.12-1.2.0-2.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding DimensionalControl-1.12.2-2.13.0.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding DimensionStages-1.12.2-2.0.23.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding Dung Pipe-1.2.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding ElevatorMod-1.12.2-1.4.2.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding EmberRootZoo-1.12.2-1.3.10.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding EnchantmentDescriptions-1.12.2-1.1.15.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding EnderStorage-1.12.2-2.4.6.137-universal.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding enderutilities-1.12.2-0.7.15.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding environmentaltech-1.12.2-2.0.20.1.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding ExtendedCrafting-1.12.2-1.5.6.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding ExtraPlanets-1.12.2-0.7.0.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding FancyBlockParticles-1.12.x-2.4.1.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding FarmingForBlockheads_1.12.2-3.1.28.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding Farseek-1.12-2.5.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding FastFurnace-1.12.2-1.3.1.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding FastWorkbench-1.12.2-1.7.3.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding FatCat-0.0.5.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding Ferdinand's Flowers-1.12.x-1.10.4.1.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding findme-1.12.2-1.1.0-8.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding foamfix-0.10.10-1.12.2.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding Forgelin-1.8.2.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding ForgeMultipart-1.12.2-2.6.1.81-universal.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding Galacticraft-Planets-1.12.2-4.0.2.280.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding GalacticraftCore-1.12.2-4.0.2.280.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding GalacticraftTweaker-1.12.2-1.0.3.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding GameStages-1.12.2-2.0.123.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding generators-0.9.20.12-mc1.12.2.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding Geolosys-1.12.2-2.2.6.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding GobbleCore-1.12-0.1.6.35.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding Guide-API-1.12-2.1.8-63.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding Harvest-1.12-1.2.7-20.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding HorsePower-1.12.2-2.6.4.74.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding HuntingDimension-1.12.2-1.0.42.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding Hwyla-1.8.26-B41_1.12.2.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding IGW-Mod-1.12.2-1.4.4-15-universal.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding immcraft-1.12-1.6.0.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding ImmersiveEngineering-0.12-98.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding immersivepetroleum-1.12.2-1.1.9.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding immersivetech-1.12-1.3.10.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding ImprovedBackpacks-1.12.2-1.5.0.0.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding incontrol-1.12-3.9.16.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding InductiveLogistics-1.12.2-1.3.4.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding industrialforegoing-1.12.2-1.12.13-237.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding InfoAccessories-1.12.2-1.0.11.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding IntegratedDynamics-1.12.2-1.0.14.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding InventoryTweaks-1.64+dev.151.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding IronBackpacks-1.12.2-3.0.8-12.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding ironchest-1.12.2-7.0.72.847.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding IronJetpacks-1.12-2-1.1.0.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding ItemStages-1.12.2-2.0.49.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding IvToolkit-1.3.3-1.12.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding jei_1.12.2-4.15.0.283.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding journeymap-1.12.2-5.5.4.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding JourneyMapStages-1.12.2-2.0.9.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding Just A Raft Mod-1.1.2.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding JustAFewFish-1.7_for_1.12.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding JustEnoughIDs-1.0.3-55.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding JustEnoughPetroleum-0.1.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding KleeSlabs_1.12.2-5.4.12.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding LibEx-1.12.2-1.0.8.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding LoadingScreens-1.12.2-0.3.1.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding LootTableTweaker-1.12.2-1.1.14.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding MagmaMonsters-0.3.0.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding Mantle-1.12-1.3.3.55.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding mcjtylib-1.12-3.5.4.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding Mekanism-1.12.2-9.8.3.390.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding mekatweaks-1.0.0-3.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding Mercurius-1.12.2.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding MicdoodleCore-1.12.2-4.0.2.280.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding MJRLegendsLib-1.12.2-1.2.0.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding mobends-0.24_for_MC-1.12.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding MobGrindingUtils-0.3.13.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding MobStages-1.12.2-2.0.13.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding modtweaker-4.0.17.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding modular-routers-1.12.2-3.3.0-33.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding modularmachinery-1.9.5.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding moreoverlays-1.15.1-mc1.12.2.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding Morpheus-1.12.2-3.5.106.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding MouseTweaks-2.10-mc1.12.2.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding movingworld-1.12-6.353-full.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding mpbasic-1.12.2-1.4.11.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding MPUtils-1.12.2-1.5.7.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding MTLib-3.0.6.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding multiblockstages-1.2.0.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding MundaneRedstone-1.1.4.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding mystagradcompat-1.2.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding MysticalAgradditions-1.12.2-1.3.2.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding MysticalAgriculture-1.12.2-1.7.5.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding natura-1.12.2-4.3.2.69.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding NaturesCompass-1.12.2-1.5.1.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding Neat 1.4-17.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding NetherEx-1.12.2-2.0.8.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding noRecipeBook_v1.2.2formc1.12.2.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding NoWorldgen5You-1.12.2-1.0.6.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding Nutrition-1.12.2-4.3.0.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding OceanFloor-1.12.2-1.0.2.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding oeintegration-2.3.4.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding OreExcavation-1.4.150.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding OreStages-1.12.2-2.0.37.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding Overloaded-1.12.2-0.0.59.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding PickleTweaks-1.12.2-2.1.3.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding Placebo-1.12.2-1.6.0.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding PlayerAPI-1.12.1-1.0.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding playerbosses-1.12.2-1.1.0.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding playerskin-1.12.2-1.0.5.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding pneumaticcraft-repressurized-1.12.2-0.11.1-361.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding PowerAdapters-1.12.2-1.0.9.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding Prestige-1.12.2-1.1.30.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding PrimalChests-1.0.3.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding PrimalCore-1.12.2-0.6.104.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding PrimalTech-0.3.5.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding ProgressionTweaks-1.12.2-0.3.40.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding ProportionalDestructionParticles-1.12.2-1.2.4.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding prospectors-1.0.2.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding QuantumStorage-1.12-4.6.8.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding Quark-r1.5-158.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding QuickLeafDecay-MC1.12.1-1.2.4.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding randompatches-1.12.2-1.22.0.0.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding rangedpumps-0.5.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding RealisticItemDrops-1.2.14.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding reauth-3.6.0.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding RebornCore-1.12.2-3.19.5-universal.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding RebornStorage-1.12.2-3.3.4.1.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding RecipeStages-1.1.3.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding RecurrentComplex-1.4.8.2.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding RedstoneFlux-1.12-2.1.0.6-universal.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding refinedstorage-1.6.16.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding refinedstorageaddons-0.4.5.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding ResourceLoader-MC1.12.1-1.5.3.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding rftools-1.12-7.73.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding rftoolsctrl-1.12-2.0.2.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding roadrunner-1.0.1.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding rustic-1.1.4.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding Scannable-MC1.12.2-1.6.3.24.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding sevpatches-1.9-10.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding SevTweaks-0.4.0-1.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding SevTweaksNPC-0.0.4.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding simpleautorun-1.12.2-1.2.0.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding simplegenerators-1.12.2-2.0.20.2.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding simpleplanes-1.12.2-3.0.1.7.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding SimpleStorageNetwork-1.12.2-1.7.11.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding simpletomb-1.12.2-1.0.0.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding SimplyArrows-1.12.2-1.0.4.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding SmoothFont-mc1.12.2-2.1.2.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding SpartanShields-1.12.2-1.5.4.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding spatialservermod-1.3.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding StevesCarts-1.12.2-2.4.32.137.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding stg-1.12.2-1.2.3.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding StorageDrawers-1.12.2-5.4.2.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding Streams-1.12-0.4.8.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding StuffASockInIt-1.12.2-1.1.32.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding supersoundmuffler-revived_1.12.2_1.0.2.10.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding TallGates-1.12.2-1.0.0.1.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding TConstruct-1.12.2-2.12.0.135.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding tesla-core-lib-1.12.2-1.0.15.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding The Beneath-1.12.2-1.5.1.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding TheBetweenlands-3.5.10-universal.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding ThirstyBottles-1.12.2-2.0.1.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding timecontrol-1.12.2-1.0.0.0-beta.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding TinkersComplement-1.12.2-0.4.3.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding TinkerStages-1.12.2-2.0.17.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding TinkerToolLeveling-1.12.2-1.1.0.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding TipTheScales-1.12.2-1.0.4.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding Toast Control-1.12.2-1.8.1.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding togetherforever-1.12.2-1.0.12-22.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding Totemic-1.12.2-0.11.6.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding tothebatpoles-1.12.2-1.1.0.1.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding Translocators-1.12.2-2.5.2.81-universal.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding Traverse-1.12.2-1.6.0-69.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding TreeChopper-1.12.2-1.2.4.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding Triumph-1.12.2-3.19.2.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding trumpetskeleton-1.12-1.0.2.1.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding tumbleweed-1.12-0.4.7.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding twilightforest-1.12.2-3.8.689-universal.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding Uppers-0.0.6.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding valkyrielib-1.12.2-2.0.20.1.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding ViesCraft-1.12.2-5.9.16.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding VillagerTrades-1.12-0.6.4.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding Waddles-1.12.2-0.6.0.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding WailaStages-1.12.2-2.0.23.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding walljump-1.12.2-1.3.2.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding WanionLib-1.12.2-2.2.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding WaterControlExtreme-1.0.2.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding WaterStrainer-1.12-3.2.0.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding Wawla-1.12.2-2.6.275.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding weirdinggadget-1.12.2-2.1.16-universal.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding WildCrops-1.12-1.0.1.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding WitherSkeletonTweaks-1.12.2-2.6.3.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding Wopper-1.12-r5.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding xnet-1.12-1.8.2.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding YNot-0.2.4.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding yoyos_1.12.2-1.3.0.21.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding zenloot-0.1-1.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding zenstages-0.5.0.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Adding [1.12]MoVillages-1.5.4.jar to the mod list +[16:57:16] [Server thread/INFO] [FML]: Searching C:\Users\Administrator\Documents\GitHub\sevtech-server-1.12.2\.\mods\1.12.2 for mods +[16:57:16] [Server thread/DEBUG] [FML]: Adding ChickenASM-1.12-1.0.2.7.jar to the mod list +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file [1.12]MoVillages-1.5.4.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file A Block of Charcoal-1.2.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file AbyssalCraft Integration-1.12.2-1.11.2.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file AbyssalCraft-1.12.2-1.9.19.1.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file ActuallyAdditions-1.12.2-r149.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file ActuallyBaubles-1.12-1.1.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file Animalium-0.3.8.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file antiqueatlas-1.12.2-4.5.1.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file AppleSkin-mc1.12-1.0.14.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file appliedenergistics2-rv6-stable-7.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file armoreablemobs-1.12.2-1.1.8.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file Aroma1997Core-1.12.2-2.0.0.2.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file AromaBackup-1.12.2-2.1.1.4.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file astikorcarts-1.12.2-0.1.2.7.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file astralsorcery-1.12.2-1.10.21.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file AutoRegLib-1.3-31.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file base-1.12.2-3.13.0.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file Baubles-1.12-1.5.2.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file bdlib-1.14.3.12-mc1.12.2.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file Better With Addons-0.50-hotfix.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file BetterAdvancements-1.12.2-0.1.0.77.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file BetterBedrock-1.12.2-5.1.11.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file BetterBuildersWands-1.12.2-0.13.2.271+5997513.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file BetterFoliage-MC1.12-2.3.1.jar +[16:57:16] [Server thread/TRACE] [FML]: Skipping already parsed coremod or tweaker BetterFps-1.4.8.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file BetterWithLib-1.12-1.5.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file BetterWithMods-1.12-2.3.20-1027.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file BiblioCraft[v2.4.5][MC1.12.2].jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file BloodMagic-1.12.2-2.4.1-103.jar +[16:57:16] [Server thread/TRACE] [FML]: Skipping already parsed coremod or tweaker BNBGamingCore-1.12.2-0.12.0.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file BNBGamingLib-1.12.2-2.17.6.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file bonsaitrees-1.1.4-b170.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file Bookshelf-1.12.2-2.3.581.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file BringBedrockBack-0.0.4.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file buildcraft-builders-7.99.24.1.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file buildcraft-core-7.99.24.1.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file buildcraft-factory-7.99.24.1.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file buildcraft-robotics-7.99.24.1.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file buildcraft-silicon-7.99.24.1.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file buildcraft-transport-7.99.24.1.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file BuildingGadgets-2.8.3.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file car-1.12.2-1.2.12.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file CarryOn MC1.12.2 v1.12.3.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file CD4017BE_lib-1.12.2-6.4.18.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file Ceramics-1.12-1.3.7.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file Chameleon-1.12-4.1.3.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file Chargers-1.12.2-1.2.0.4.jar +[16:57:16] [Server thread/TRACE] [FML]: Skipping already parsed coremod or tweaker ChickenASM-1.12-1.0.2.7.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file Chisel-MC1.12.2-0.2.1.35.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file chiselsandbits-14.33.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file ClientTweaks_1.12.2-3.1.11.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file Clumps-3.1.2.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file CodeChickenLib-1.12.2-3.2.3.358-universal.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file ColouredTooltips-1.12.2-1.0.7.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file CommonCapabilities-1.12.2-2.4.1.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file compactmachines3-1.12.2-3.0.18-b278.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file conarm-1.12.2-1.2.4.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file ContentTweaker-1.12.2-4.9.1.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file Controlling-3.0.9.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file CookingForBlockheads_1.12.2-6.5.0.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file CraftTweaker2-1.12-4.1.20.574.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file CTM-MC1.12.2-0.3.3.22.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file Cucumber-1.12.2-1.1.3.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file CustomMainMenu-MC1.12.2-2.0.9.1.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file Cyclic-1.12.2-1.20.3.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file CyclopsCore-1.12.2-1.3.0.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file DarkUtils-1.12.2-1.8.230.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file davincisvessels-1.12-6.340-full.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file DeathCompass-0.0.3.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file DefaultOptions_1.12.2-9.2.8.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file despawningspawners-1.12-1.2.0-2.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file DimensionalControl-1.12.2-2.13.0.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file DimensionStages-1.12.2-2.0.23.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file Dung Pipe-1.2.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file ElevatorMod-1.12.2-1.4.2.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file EmberRootZoo-1.12.2-1.3.10.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file EnchantmentDescriptions-1.12.2-1.1.15.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file EnderStorage-1.12.2-2.4.6.137-universal.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file enderutilities-1.12.2-0.7.15.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file environmentaltech-1.12.2-2.0.20.1.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file ExtendedCrafting-1.12.2-1.5.6.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file ExtraPlanets-1.12.2-0.7.0.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file FancyBlockParticles-1.12.x-2.4.1.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file FarmingForBlockheads_1.12.2-3.1.28.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file Farseek-1.12-2.5.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file FastFurnace-1.12.2-1.3.1.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file FastWorkbench-1.12.2-1.7.3.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file FatCat-0.0.5.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file Ferdinand's Flowers-1.12.x-1.10.4.1.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file findme-1.12.2-1.1.0-8.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file foamfix-0.10.10-1.12.2.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file Forgelin-1.8.2.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file ForgeMultipart-1.12.2-2.6.1.81-universal.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file Galacticraft-Planets-1.12.2-4.0.2.280.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file GalacticraftCore-1.12.2-4.0.2.280.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file GalacticraftTweaker-1.12.2-1.0.3.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file GameStages-1.12.2-2.0.123.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file generators-0.9.20.12-mc1.12.2.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file Geolosys-1.12.2-2.2.6.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file GobbleCore-1.12-0.1.6.35.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file Guide-API-1.12-2.1.8-63.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file Harvest-1.12-1.2.7-20.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file HorsePower-1.12.2-2.6.4.74.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file HuntingDimension-1.12.2-1.0.42.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file Hwyla-1.8.26-B41_1.12.2.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file IGW-Mod-1.12.2-1.4.4-15-universal.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file immcraft-1.12-1.6.0.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file immersivepetroleum-1.12.2-1.1.9.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file immersivetech-1.12-1.3.10.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file ImprovedBackpacks-1.12.2-1.5.0.0.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file incontrol-1.12-3.9.16.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file InductiveLogistics-1.12.2-1.3.4.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file industrialforegoing-1.12.2-1.12.13-237.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file InfoAccessories-1.12.2-1.0.11.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file IntegratedDynamics-1.12.2-1.0.14.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file InventoryTweaks-1.64+dev.151.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file IronBackpacks-1.12.2-3.0.8-12.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file ironchest-1.12.2-7.0.72.847.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file IronJetpacks-1.12-2-1.1.0.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file ItemStages-1.12.2-2.0.49.jar +[16:57:16] [Server thread/TRACE] [FML]: Skipping already parsed coremod or tweaker IvToolkit-1.3.3-1.12.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file jei_1.12.2-4.15.0.283.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file journeymap-1.12.2-5.5.4.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file JourneyMapStages-1.12.2-2.0.9.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file Just A Raft Mod-1.1.2.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file JustAFewFish-1.7_for_1.12.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file JustEnoughIDs-1.0.3-55.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file JustEnoughPetroleum-0.1.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file KleeSlabs_1.12.2-5.4.12.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file LibEx-1.12.2-1.0.8.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file LoadingScreens-1.12.2-0.3.1.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file LootTableTweaker-1.12.2-1.1.14.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file MagmaMonsters-0.3.0.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file Mantle-1.12-1.3.3.55.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file mcjtylib-1.12-3.5.4.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file Mekanism-1.12.2-9.8.3.390.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file mekatweaks-1.0.0-3.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file Mercurius-1.12.2.jar +[16:57:16] [Server thread/TRACE] [FML]: Skipping already parsed coremod or tweaker MicdoodleCore-1.12.2-4.0.2.280.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file MJRLegendsLib-1.12.2-1.2.0.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file mobends-0.24_for_MC-1.12.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file MobGrindingUtils-0.3.13.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file MobStages-1.12.2-2.0.13.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file modtweaker-4.0.17.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file modular-routers-1.12.2-3.3.0-33.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file modularmachinery-1.9.5.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file moreoverlays-1.15.1-mc1.12.2.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file Morpheus-1.12.2-3.5.106.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file MouseTweaks-2.10-mc1.12.2.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file movingworld-1.12-6.353-full.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file mpbasic-1.12.2-1.4.11.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file MPUtils-1.12.2-1.5.7.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file MTLib-3.0.6.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file multiblockstages-1.2.0.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file MundaneRedstone-1.1.4.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file mystagradcompat-1.2.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file MysticalAgradditions-1.12.2-1.3.2.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file MysticalAgriculture-1.12.2-1.7.5.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file natura-1.12.2-4.3.2.69.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file NaturesCompass-1.12.2-1.5.1.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file Neat 1.4-17.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file NetherEx-1.12.2-2.0.8.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file noRecipeBook_v1.2.2formc1.12.2.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file NoWorldgen5You-1.12.2-1.0.6.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file Nutrition-1.12.2-4.3.0.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file OceanFloor-1.12.2-1.0.2.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file oeintegration-2.3.4.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file OreExcavation-1.4.150.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file OreStages-1.12.2-2.0.37.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file Overloaded-1.12.2-0.0.59.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file PickleTweaks-1.12.2-2.1.3.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file Placebo-1.12.2-1.6.0.jar +[16:57:16] [Server thread/TRACE] [FML]: Skipping already parsed coremod or tweaker PlayerAPI-1.12.1-1.0.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file playerbosses-1.12.2-1.1.0.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file playerskin-1.12.2-1.0.5.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file pneumaticcraft-repressurized-1.12.2-0.11.1-361.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file PowerAdapters-1.12.2-1.0.9.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file Prestige-1.12.2-1.1.30.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file PrimalChests-1.0.3.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file PrimalCore-1.12.2-0.6.104.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file PrimalTech-0.3.5.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file ProgressionTweaks-1.12.2-0.3.40.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file ProportionalDestructionParticles-1.12.2-1.2.4.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file prospectors-1.0.2.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file QuantumStorage-1.12-4.6.8.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file Quark-r1.5-158.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file QuickLeafDecay-MC1.12.1-1.2.4.jar +[16:57:16] [Server thread/TRACE] [FML]: Skipping already parsed coremod or tweaker randompatches-1.12.2-1.22.0.0.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file rangedpumps-0.5.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file RealisticItemDrops-1.2.14.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file RebornCore-1.12.2-3.19.5-universal.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file RebornStorage-1.12.2-3.3.4.1.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file RecipeStages-1.1.3.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file RecurrentComplex-1.4.8.2.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file RedstoneFlux-1.12-2.1.0.6-universal.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file refinedstorage-1.6.16.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file refinedstorageaddons-0.4.5.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file ResourceLoader-MC1.12.1-1.5.3.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file rftools-1.12-7.73.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file rftoolsctrl-1.12-2.0.2.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file roadrunner-1.0.1.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file rustic-1.1.4.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file Scannable-MC1.12.2-1.6.3.24.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file sevpatches-1.9-10.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file SevTweaks-0.4.0-1.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file SevTweaksNPC-0.0.4.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file simpleautorun-1.12.2-1.2.0.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file simplegenerators-1.12.2-2.0.20.2.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file simpleplanes-1.12.2-3.0.1.7.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file SimpleStorageNetwork-1.12.2-1.7.11.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file simpletomb-1.12.2-1.0.0.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file SimplyArrows-1.12.2-1.0.4.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file SmoothFont-mc1.12.2-2.1.2.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file SpartanShields-1.12.2-1.5.4.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file spatialservermod-1.3.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file StevesCarts-1.12.2-2.4.32.137.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file stg-1.12.2-1.2.3.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file StorageDrawers-1.12.2-5.4.2.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file Streams-1.12-0.4.8.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file StuffASockInIt-1.12.2-1.1.32.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file supersoundmuffler-revived_1.12.2_1.0.2.10.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file TallGates-1.12.2-1.0.0.1.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file TConstruct-1.12.2-2.12.0.135.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file tesla-core-lib-1.12.2-1.0.15.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file The Beneath-1.12.2-1.5.1.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file ThirstyBottles-1.12.2-2.0.1.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file timecontrol-1.12.2-1.0.0.0-beta.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file TinkersComplement-1.12.2-0.4.3.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file TinkerStages-1.12.2-2.0.17.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file TinkerToolLeveling-1.12.2-1.1.0.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file TipTheScales-1.12.2-1.0.4.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file Toast Control-1.12.2-1.8.1.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file togetherforever-1.12.2-1.0.12-22.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file Totemic-1.12.2-0.11.6.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file tothebatpoles-1.12.2-1.1.0.1.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file Translocators-1.12.2-2.5.2.81-universal.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file Traverse-1.12.2-1.6.0-69.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file TreeChopper-1.12.2-1.2.4.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file Triumph-1.12.2-3.19.2.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file trumpetskeleton-1.12-1.0.2.1.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file tumbleweed-1.12-0.4.7.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file twilightforest-1.12.2-3.8.689-universal.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file Uppers-0.0.6.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file valkyrielib-1.12.2-2.0.20.1.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file ViesCraft-1.12.2-5.9.16.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file VillagerTrades-1.12-0.6.4.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file Waddles-1.12.2-0.6.0.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file WailaStages-1.12.2-2.0.23.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file walljump-1.12.2-1.3.2.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file WanionLib-1.12.2-2.2.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file WaterControlExtreme-1.0.2.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file WaterStrainer-1.12-3.2.0.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file Wawla-1.12.2-2.6.275.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file weirdinggadget-1.12.2-2.1.16-universal.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file WildCrops-1.12-1.0.1.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file WitherSkeletonTweaks-1.12.2-2.6.3.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file Wopper-1.12-r5.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file xnet-1.12-1.8.2.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file YNot-0.2.4.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file yoyos_1.12.2-1.3.0.21.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file zenloot-0.1-1.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file zenstages-0.5.0.jar +[16:57:16] [Server thread/TRACE] [FML]: Skipping already parsed coremod or tweaker ImmersiveEngineering-core-0.12-98.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file ImmersiveEngineering-0.12-98.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file mcjtytools-0.0.21.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file reauth-3.6.0.jar +[16:57:16] [Server thread/TRACE] [FML]: Skipping already parsed coremod or tweaker TheBetweenlands-3.5.10-core.jar +[16:57:16] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file TheBetweenlands-3.5.10-universal.jar +[16:57:16] [Server thread/DEBUG] [FML]: Examining file forge-1.12.2-14.23.5.2860.jar for potential mods +[16:57:16] [Server thread/DEBUG] [FML]: The mod container forge-1.12.2-14.23.5.2860.jar appears to be missing an mcmod.info file +[16:57:16] [Server thread/DEBUG] [FML]: Examining file [1.12]MoVillages-1.5.4.jar for potential mods +[16:57:16] [Server thread/TRACE] [FML]: Located mcmod.info file in file [1.12]MoVillages-1.5.4.jar +[16:57:16] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.piggywiggy3.movillages.MoVillages) - loading +[16:57:16] [Server thread/TRACE] [FML]: Parsed dependency info for movillages: Requirements: [] After:[] Before:[] +[16:57:16] [Server thread/DEBUG] [FML]: Examining file A Block of Charcoal-1.2.jar for potential mods +[16:57:16] [Server thread/TRACE] [FML]: Located mcmod.info file in file A Block of Charcoal-1.2.jar +[16:57:16] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.turkey.charcoalBlock.CharcoalBlockCore) - loading +[16:57:16] [Server thread/TRACE] [FML]: Parsed dependency info for charcoalblock: Requirements: [] After:[] Before:[] +[16:57:16] [Server thread/DEBUG] [FML]: Examining file AbyssalCraft Integration-1.12.2-1.11.2.jar for potential mods +[16:57:16] [Server thread/TRACE] [FML]: Located mcmod.info file in file AbyssalCraft Integration-1.12.2-1.11.2.jar +[16:57:16] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.shinoow.acintegration.ACIntegration) - loading +[16:57:16] [Server thread/TRACE] [FML]: Parsed dependency info for acintegration: Requirements: [abyssalcraft@[1.9.19,], forge@[14.23.5.2815,)] After:[forge@[14.23.5.2815,), abyssalcraft@[1.9.19,], tconstruct] Before:[] +[16:57:16] [Server thread/DEBUG] [FML]: Examining file AbyssalCraft-1.12.2-1.9.19.1.jar for potential mods +[16:57:16] [Server thread/TRACE] [FML]: Located mcmod.info file in file AbyssalCraft-1.12.2-1.9.19.1.jar +[16:57:16] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.shinoow.abyssalcraft.AbyssalCraft) - loading +[16:57:16] [Server thread/TRACE] [FML]: Parsed dependency info for abyssalcraft: Requirements: [forge@[14.23.4.2747,)] After:[forge@[14.23.4.2747,), jei@[4.11.0,)] Before:[] +[16:57:16] [Server thread/DEBUG] [FML]: Examining file ActuallyAdditions-1.12.2-r149.jar for potential mods +[16:57:16] [Server thread/TRACE] [FML]: Located mcmod.info file in file ActuallyAdditions-1.12.2-r149.jar +[16:57:16] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (de.ellpeck.actuallyadditions.mod.ActuallyAdditions) - loading +[16:57:16] [Server thread/TRACE] [FML]: Parsed dependency info for actuallyadditions: Requirements: [forge@[14.23.5.2836,)] After:[fastbench@[1.3.2,)] Before:[craftingtweaks] +[16:57:16] [Server thread/DEBUG] [FML]: Examining file ActuallyBaubles-1.12-1.1.jar for potential mods +[16:57:16] [Server thread/TRACE] [FML]: Located mcmod.info file in file ActuallyBaubles-1.12-1.1.jar +[16:57:16] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (me.jacky1356400.actuallybaubles.ActuallyBaubles) - loading +[16:57:16] [Server thread/TRACE] [FML]: Parsed dependency info for actuallybaubles: Requirements: [actuallyadditions, baubles] After:[actuallyadditions, baubles] Before:[] +[16:57:16] [Server thread/DEBUG] [FML]: Examining file Animalium-0.3.8.jar for potential mods +[16:57:16] [Server thread/TRACE] [FML]: Located mcmod.info file in file Animalium-0.3.8.jar +[16:57:16] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (animalium.Animalium) - loading +[16:57:16] [Server thread/ERROR] [FML]: Unable to parse dependency for mod 'animalium' with dependency string 'after:BiomesOPlenty'. The modId 'BiomesOPlenty' must be all lowercase. +[16:57:16] [Server thread/TRACE] [FML]: Parsed dependency info for animalium: Requirements: [] After:[BiomesOPlenty] Before:[] +[16:57:16] [Server thread/DEBUG] [FML]: Examining file antiqueatlas-1.12.2-4.5.1.jar for potential mods +[16:57:16] [Server thread/TRACE] [FML]: Located mcmod.info file in file antiqueatlas-1.12.2-4.5.1.jar +[16:57:16] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (hunternif.mc.atlas.AntiqueAtlasMod) - loading +[16:57:16] [Server thread/TRACE] [FML]: Parsed dependency info for antiqueatlas: Requirements: [] After:[forge@[14.23.2.2611,)] Before:[] +[16:57:16] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (kenkron.antiqueatlasoverlay.AntiqueAtlasOverlayMod) - loading +[16:57:16] [Server thread/INFO] [FML]: Disabling mod antiqueatlasoverlay it is client side only. +[16:57:16] [Server thread/DEBUG] [FML]: Skipping mod kenkron.antiqueatlasoverlay.AntiqueAtlasOverlayMod, container opted to not load. +[16:57:16] [Server thread/DEBUG] [FML]: Examining file AppleSkin-mc1.12-1.0.14.jar for potential mods +[16:57:16] [Server thread/TRACE] [FML]: Located mcmod.info file in file AppleSkin-mc1.12-1.0.14.jar +[16:57:16] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (squeek.appleskin.AppleSkin) - loading +[16:57:16] [Server thread/TRACE] [FML]: Parsed dependency info for appleskin: Requirements: [forge@[14.21.0,)] After:[jei@[4.6.0,), forge@[14.21.0,), applecore@[2.2.0,)] Before:[] +[16:57:16] [Server thread/DEBUG] [FML]: Examining file appliedenergistics2-rv6-stable-7.jar for potential mods +[16:57:16] [Server thread/TRACE] [FML]: Located mcmod.info file in file appliedenergistics2-rv6-stable-7.jar +[16:57:16] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (appeng.core.AppEng) - loading +[16:57:16] [Server thread/TRACE] [FML]: Parsed dependency info for appliedenergistics2: Requirements: [forge@[14.23.5.2768,15.0.0.0)] After:[forge@[14.23.5.2768,15.0.0.0), ctm@[MC1.12.2-0.3.1.16,)] Before:[] +[16:57:16] [Server thread/DEBUG] [FML]: Examining file armoreablemobs-1.12.2-1.1.8.jar for potential mods +[16:57:16] [Server thread/TRACE] [FML]: Located mcmod.info file in file armoreablemobs-1.12.2-1.1.8.jar +[16:57:16] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.buuz135.armoreablemobs.ArmoreableMobs) - loading +[16:57:16] [Server thread/TRACE] [FML]: Parsed dependency info for armoreablemobs: Requirements: [crafttweaker@[1.12-4.0.9,)] After:[crafttweaker@[1.12-4.0.9,)] Before:[] +[16:57:16] [Server thread/DEBUG] [FML]: Examining file Aroma1997Core-1.12.2-2.0.0.2.jar for potential mods +[16:57:16] [Server thread/TRACE] [FML]: Located mcmod.info file in file Aroma1997Core-1.12.2-2.0.0.2.jar +[16:57:16] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (aroma1997.core.Aroma1997Core) - loading +[16:57:16] [Server thread/TRACE] [FML]: Parsed dependency info for aroma1997core: Requirements: [] After:[] Before:[] +[16:57:16] [Server thread/DEBUG] [FML]: Attempting to load the file version.properties from Aroma1997Core-1.12.2-2.0.0.2.jar to locate a version number for mod aroma1997core +[16:57:16] [Server thread/WARN] [FML]: Mod aroma1997core is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 2.0.0.2 +[16:57:16] [Server thread/DEBUG] [FML]: Examining file AromaBackup-1.12.2-2.1.1.4.jar for potential mods +[16:57:16] [Server thread/TRACE] [FML]: Located mcmod.info file in file AromaBackup-1.12.2-2.1.1.4.jar +[16:57:16] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (aroma1997.backup.mc.AromaBackup) - loading +[16:57:16] [Server thread/TRACE] [FML]: Parsed dependency info for aromabackup: Requirements: [aroma1997core] After:[aroma1997core] Before:[] +[16:57:16] [Server thread/DEBUG] [FML]: Attempting to load the file version.properties from AromaBackup-1.12.2-2.1.1.4.jar to locate a version number for mod aromabackup +[16:57:16] [Server thread/WARN] [FML]: Mod aromabackup is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 2.1.1.4 +[16:57:16] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (aroma1997.backup.recovery.AromaBackupRecovery) - loading +[16:57:16] [Server thread/TRACE] [FML]: Parsed dependency info for aromabackuprecovery: Requirements: [aromabackup, aroma1997core] After:[aromabackup, aroma1997core] Before:[] +[16:57:16] [Server thread/DEBUG] [FML]: Attempting to load the file version.properties from AromaBackup-1.12.2-2.1.1.4.jar to locate a version number for mod aromabackuprecovery +[16:57:16] [Server thread/WARN] [FML]: Mod aromabackuprecovery is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 2.1.1.4 +[16:57:16] [Server thread/DEBUG] [FML]: Examining file astikorcarts-1.12.2-0.1.2.7.jar for potential mods +[16:57:16] [Server thread/TRACE] [FML]: Located mcmod.info file in file astikorcarts-1.12.2-0.1.2.7.jar +[16:57:16] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (de.mennomax.astikorcarts.AstikorCarts) - loading +[16:57:16] [Server thread/TRACE] [FML]: Parsed dependency info for astikorcarts: Requirements: [] After:[] Before:[] +[16:57:16] [Server thread/DEBUG] [FML]: Examining file astralsorcery-1.12.2-1.10.21.jar for potential mods +[16:57:16] [Server thread/TRACE] [FML]: Located mcmod.info file in file astralsorcery-1.12.2-1.10.21.jar +[16:57:16] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (hellfirepvp.astralsorcery.AstralSorcery) - loading +[16:57:16] [Server thread/TRACE] [FML]: Parsed dependency info for astralsorcery: Requirements: [baubles, forge@[14.23.5.2781,)] After:[forge@[14.23.5.2781,), baubles, crafttweaker] Before:[] +[16:57:16] [Server thread/DEBUG] [FML]: Examining file AutoRegLib-1.3-31.jar for potential mods +[16:57:16] [Server thread/TRACE] [FML]: Located mcmod.info file in file AutoRegLib-1.3-31.jar +[16:57:16] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (vazkii.arl.AutoRegLib) - loading +[16:57:16] [Server thread/TRACE] [FML]: Parsed dependency info for autoreglib: Requirements: [forge@[14.21.1.2387,)] After:[forge@[14.21.1.2387,)] Before:[] +[16:57:16] [Server thread/DEBUG] [FML]: Examining file base-1.12.2-3.13.0.jar for potential mods +[16:57:16] [Server thread/TRACE] [FML]: Located mcmod.info file in file base-1.12.2-3.13.0.jar +[16:57:16] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.teamacronymcoders.base.Base) - loading +[16:57:16] [Server thread/TRACE] [FML]: Parsed dependency info for base: Requirements: [] After:[crafttweaker, jei] Before:[] +[16:57:16] [Server thread/DEBUG] [FML]: Examining file Baubles-1.12-1.5.2.jar for potential mods +[16:57:16] [Server thread/TRACE] [FML]: Located mcmod.info file in file Baubles-1.12-1.5.2.jar +[16:57:16] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (baubles.common.Baubles) - loading +[16:57:16] [Server thread/TRACE] [FML]: Parsed dependency info for baubles: Requirements: [forge@[14.21.0.2348,)] After:[forge@[14.21.0.2348,)] Before:[] +[16:57:16] [Server thread/DEBUG] [FML]: Examining file bdlib-1.14.3.12-mc1.12.2.jar for potential mods +[16:57:16] [Server thread/TRACE] [FML]: Located mcmod.info file in file bdlib-1.14.3.12-mc1.12.2.jar +[16:57:16] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (net.bdew.lib.BdLib) - loading +[16:57:16] [Server thread/TRACE] [FML]: Parsed dependency info for bdlib: Requirements: [] After:[] Before:[] +[16:57:16] [Server thread/DEBUG] [FML]: Examining file Better With Addons-0.50-hotfix.jar for potential mods +[16:57:16] [Server thread/TRACE] [FML]: Located mcmod.info file in file Better With Addons-0.50-hotfix.jar +[16:57:16] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (betterwithaddons.BetterWithAddons) - loading +[16:57:16] [Server thread/TRACE] [FML]: Parsed dependency info for betterwithaddons: Requirements: [betterwithmods] After:[betterwithmods] Before:[] +[16:57:16] [Server thread/DEBUG] [FML]: Examining file BetterAdvancements-1.12.2-0.1.0.77.jar for potential mods +[16:57:16] [Server thread/TRACE] [FML]: Located mcmod.info file in file BetterAdvancements-1.12.2-0.1.0.77.jar +[16:57:16] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (betteradvancements.BetterAdvancements) - loading +[16:57:16] [Server thread/INFO] [FML]: Disabling mod betteradvancements it is client side only. +[16:57:16] [Server thread/DEBUG] [FML]: Skipping mod betteradvancements.BetterAdvancements, container opted to not load. +[16:57:16] [Server thread/DEBUG] [FML]: Examining file BetterBedrock-1.12.2-5.1.11.jar for potential mods +[16:57:16] [Server thread/TRACE] [FML]: Located mcmod.info file in file BetterBedrock-1.12.2-5.1.11.jar +[16:57:16] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.karjah.betterbedrock.BetterBedrock) - loading +[16:57:16] [Server thread/TRACE] [FML]: Parsed dependency info for betterbedrock: Requirements: [] After:[forge@[14.23.5.2838,)] Before:[] +[16:57:16] [Server thread/DEBUG] [FML]: Examining file BetterBuildersWands-1.12.2-0.13.2.271+5997513.jar for potential mods +[16:57:16] [Server thread/TRACE] [FML]: Located mcmod.info file in file BetterBuildersWands-1.12.2-0.13.2.271+5997513.jar +[16:57:16] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (portablejim.bbw.BetterBuildersWandsMod) - loading +[16:57:16] [Server thread/TRACE] [FML]: Parsed dependency info for betterbuilderswands: Requirements: [] After:[] Before:[] +[16:57:16] [Server thread/DEBUG] [FML]: Attempting to load the file version.properties from BetterBuildersWands-1.12.2-0.13.2.271+5997513.jar to locate a version number for mod betterbuilderswands +[16:57:16] [Server thread/DEBUG] [FML]: Found version null for mod betterbuilderswands in version.properties, using +[16:57:16] [Server thread/WARN] [FML]: Mod betterbuilderswands is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 0.13.2 +[16:57:16] [Server thread/DEBUG] [FML]: Examining file BetterFoliage-MC1.12-2.3.1.jar for potential mods +[16:57:16] [Server thread/TRACE] [FML]: Located mcmod.info file in file BetterFoliage-MC1.12-2.3.1.jar +[16:57:16] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (mods.betterfoliage.BetterFoliageMod) - loading +[16:57:16] [Server thread/TRACE] [FML]: Using custom language adapter net.shadowfacts.forgelin.KotlinAdapter for mods.betterfoliage.BetterFoliageMod (modid: betterfoliage) +[16:57:16] [Server thread/INFO] [FML]: Disabling mod betterfoliage it is client side only. +[16:57:16] [Server thread/DEBUG] [FML]: Skipping mod mods.betterfoliage.BetterFoliageMod, container opted to not load. +[16:57:16] [Server thread/DEBUG] [FML]: Examining file BetterWithLib-1.12-1.5.jar for potential mods +[16:57:16] [Server thread/TRACE] [FML]: Located mcmod.info file in file BetterWithLib-1.12-1.5.jar +[16:57:16] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (betterwithmods.library.core.BWLib) - loading +[16:57:16] [Server thread/TRACE] [FML]: Parsed dependency info for betterwithlib: Requirements: [] After:[] Before:[] +[16:57:16] [Server thread/DEBUG] [FML]: Examining file BetterWithMods-1.12-2.3.20-1027.jar for potential mods +[16:57:16] [Server thread/TRACE] [FML]: Located mcmod.info file in file BetterWithMods-1.12-2.3.20-1027.jar +[16:57:16] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (betterwithmods.BWMod) - loading +[16:57:16] [Server thread/TRACE] [FML]: Parsed dependency info for betterwithmods: Requirements: [] After:[traverse, thaumcraft, natura, mantle, tconstruct, minechem, natura, terrafirmacraft, immersiveengineering, mekanism, thermalexpansion, ctm, geolosys, pvj, techreborn] Before:[survivalist] +[16:57:16] [Server thread/DEBUG] [FML]: Examining file BiblioCraft[v2.4.5][MC1.12.2].jar for potential mods +[16:57:16] [Server thread/TRACE] [FML]: Located mcmod.info file in file BiblioCraft[v2.4.5][MC1.12.2].jar +[16:57:16] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (jds.bibliocraft.BiblioCraft) - loading +[16:57:16] [Server thread/TRACE] [FML]: Parsed dependency info for bibliocraft: Requirements: [] After:[] Before:[] +[16:57:16] [Server thread/DEBUG] [FML]: Examining file BloodMagic-1.12.2-2.4.1-103.jar for potential mods +[16:57:16] [Server thread/TRACE] [FML]: Located mcmod.info file in file BloodMagic-1.12.2-2.4.1-103.jar +[16:57:16] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (WayofTime.bloodmagic.BloodMagic) - loading +[16:57:16] [Server thread/TRACE] [FML]: Parsed dependency info for bloodmagic: Requirements: [guideapi] After:[guideapi] Before:[] +[16:57:16] [Server thread/DEBUG] [FML]: Examining file BNBGamingLib-1.12.2-2.17.6.jar for potential mods +[16:57:16] [Server thread/TRACE] [FML]: Located mcmod.info file in file BNBGamingLib-1.12.2-2.17.6.jar +[16:57:16] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.bloodnbonesgaming.lib.BNBGamingLib) - loading +[16:57:16] [Server thread/TRACE] [FML]: Parsed dependency info for bnbgaminglib: Requirements: [] After:[bnbgamingcore] Before:[] +[16:57:16] [Server thread/DEBUG] [FML]: Examining file bonsaitrees-1.1.4-b170.jar for potential mods +[16:57:16] [Server thread/TRACE] [FML]: Located mcmod.info file in file bonsaitrees-1.1.4-b170.jar +[16:57:16] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (org.dave.bonsaitrees.BonsaiTrees) - loading +[16:57:16] [Server thread/TRACE] [FML]: Parsed dependency info for bonsaitrees: Requirements: [] After:[] Before:[] +[16:57:16] [Server thread/DEBUG] [FML]: Examining file Bookshelf-1.12.2-2.3.581.jar for potential mods +[16:57:16] [Server thread/TRACE] [FML]: Located mcmod.info file in file Bookshelf-1.12.2-2.3.581.jar +[16:57:16] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (net.darkhax.bookshelf.Bookshelf) - loading +[16:57:16] [Server thread/TRACE] [FML]: Parsed dependency info for bookshelf: Requirements: [] After:[] Before:[] +[16:57:16] [Server thread/DEBUG] [FML]: Examining file BringBedrockBack-0.0.4.jar for potential mods +[16:57:16] [Server thread/TRACE] [FML]: Located mcmod.info file in file BringBedrockBack-0.0.4.jar +[16:57:16] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (be.nevoka.projects.bringbedrockback.BringBedrockBack) - loading +[16:57:16] [Server thread/TRACE] [FML]: Parsed dependency info for bringbedrockback: Requirements: [] After:[] Before:[] +[16:57:16] [Server thread/DEBUG] [FML]: Examining file buildcraft-builders-7.99.24.1.jar for potential mods +[16:57:16] [Server thread/TRACE] [FML]: Located mcmod.info file in file buildcraft-builders-7.99.24.1.jar +[16:57:16] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (buildcraft.builders.BCBuilders) - loading +[16:57:16] [Server thread/TRACE] [FML]: Parsed dependency info for buildcraftbuilders: Requirements: [buildcraftcore@[7.99.24.1,7.99.24.1]] After:[buildcraftcore@[7.99.24.1,7.99.24.1]] Before:[] +[16:57:16] [Server thread/DEBUG] [FML]: Examining file buildcraft-core-7.99.24.1.jar for potential mods +[16:57:16] [Server thread/TRACE] [FML]: Located mcmod.info file in file buildcraft-core-7.99.24.1.jar +[16:57:16] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (buildcraft.core.BCCore) - loading +[16:57:16] [Server thread/TRACE] [FML]: Parsed dependency info for buildcraftcore: Requirements: [buildcraftlib@[7.99.24.1,7.99.24.1]] After:[buildcraftlib@[7.99.24.1,7.99.24.1]] Before:[] +[16:57:16] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (buildcraft.lib.BCLib) - loading +[16:57:16] [Server thread/TRACE] [FML]: Parsed dependency info for buildcraftlib: Requirements: [forge@[14.23.0.2544,)] After:[forge@[14.23.0.2544,)] Before:[] +[16:57:16] [Server thread/DEBUG] [FML]: Examining file buildcraft-factory-7.99.24.1.jar for potential mods +[16:57:16] [Server thread/TRACE] [FML]: Located mcmod.info file in file buildcraft-factory-7.99.24.1.jar +[16:57:16] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (buildcraft.factory.BCFactory) - loading +[16:57:16] [Server thread/TRACE] [FML]: Parsed dependency info for buildcraftfactory: Requirements: [buildcraftcore@[7.99.24.1,7.99.24.1]] After:[buildcraftcore@[7.99.24.1,7.99.24.1]] Before:[] +[16:57:16] [Server thread/DEBUG] [FML]: Examining file buildcraft-robotics-7.99.24.1.jar for potential mods +[16:57:16] [Server thread/TRACE] [FML]: Located mcmod.info file in file buildcraft-robotics-7.99.24.1.jar +[16:57:16] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (buildcraft.robotics.BCRobotics) - loading +[16:57:16] [Server thread/TRACE] [FML]: Parsed dependency info for buildcraftrobotics: Requirements: [buildcraftcore@[7.99.24.1,7.99.24.1]] After:[buildcraftcore@[7.99.24.1,7.99.24.1]] Before:[] +[16:57:16] [Server thread/DEBUG] [FML]: Examining file buildcraft-silicon-7.99.24.1.jar for potential mods +[16:57:16] [Server thread/TRACE] [FML]: Located mcmod.info file in file buildcraft-silicon-7.99.24.1.jar +[16:57:16] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (buildcraft.silicon.BCSilicon) - loading +[16:57:16] [Server thread/TRACE] [FML]: Parsed dependency info for buildcraftsilicon: Requirements: [buildcraftcore@[7.99.24.1,7.99.24.1]] After:[buildcraftcore@[7.99.24.1,7.99.24.1], buildcrafttransport] Before:[] +[16:57:16] [Server thread/DEBUG] [FML]: Examining file buildcraft-transport-7.99.24.1.jar for potential mods +[16:57:16] [Server thread/TRACE] [FML]: Located mcmod.info file in file buildcraft-transport-7.99.24.1.jar +[16:57:16] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (buildcraft.transport.BCTransport) - loading +[16:57:16] [Server thread/TRACE] [FML]: Parsed dependency info for buildcrafttransport: Requirements: [buildcraftcore@[7.99.24.1,7.99.24.1]] After:[buildcraftcore@[7.99.24.1,7.99.24.1]] Before:[] +[16:57:16] [Server thread/DEBUG] [FML]: Examining file BuildingGadgets-2.8.3.jar for potential mods +[16:57:16] [Server thread/TRACE] [FML]: Located mcmod.info file in file BuildingGadgets-2.8.3.jar +[16:57:16] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.direwolf20.buildinggadgets.common.BuildingGadgets) - loading +[16:57:16] [Server thread/TRACE] [FML]: Parsed dependency info for buildinggadgets: Requirements: [forge@[14.23.3.2694,)] After:[forge@[14.23.3.2694,)] Before:[] +[16:57:16] [Server thread/DEBUG] [FML]: Examining file car-1.12.2-1.2.12.jar for potential mods +[16:57:16] [Server thread/TRACE] [FML]: Located mcmod.info file in file car-1.12.2-1.2.12.jar +[16:57:16] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (de.maxhenkel.car.Main) - loading +[16:57:16] [Server thread/TRACE] [FML]: Parsed dependency info for car: Requirements: [forge@[14.23.5.2768,)] After:[forge@[14.23.5.2768,), crafttweaker] Before:[] +[16:57:16] [Server thread/DEBUG] [FML]: Examining file CarryOn MC1.12.2 v1.12.3.jar for potential mods +[16:57:16] [Server thread/TRACE] [FML]: Located mcmod.info file in file CarryOn MC1.12.2 v1.12.3.jar +[16:57:16] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (tschipp.carryon.CarryOn) - loading +[16:57:16] [Server thread/TRACE] [FML]: Parsed dependency info for carryon: Requirements: [forge@[13.20.1.2386,)] After:[forge@[13.20.1.2386,), gamestages] Before:[] +[16:57:16] [Server thread/DEBUG] [FML]: Examining file CD4017BE_lib-1.12.2-6.4.18.jar for potential mods +[16:57:16] [Server thread/TRACE] [FML]: Located mcmod.info file in file CD4017BE_lib-1.12.2-6.4.18.jar +[16:57:16] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (cd4017be.lib.Lib) - loading +[16:57:16] [Server thread/TRACE] [FML]: Parsed dependency info for cd4017be_lib: Requirements: [] After:[] Before:[] +[16:57:16] [Server thread/DEBUG] [FML]: Attempting to load the file version.properties from CD4017BE_lib-1.12.2-6.4.18.jar to locate a version number for mod cd4017be_lib +[16:57:16] [Server thread/WARN] [FML]: Mod cd4017be_lib is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 6.4.17 +[16:57:16] [Server thread/DEBUG] [FML]: Examining file Ceramics-1.12-1.3.7.jar for potential mods +[16:57:16] [Server thread/TRACE] [FML]: Located mcmod.info file in file Ceramics-1.12-1.3.7.jar +[16:57:16] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (knightminer.ceramics.Ceramics) - loading +[16:57:16] [Server thread/TRACE] [FML]: Parsed dependency info for ceramics: Requirements: [forge@[14.21.1.2394,)] After:[forge@[14.21.1.2394,), tconstruct] Before:[] +[16:57:16] [Server thread/DEBUG] [FML]: Examining file Chameleon-1.12-4.1.3.jar for potential mods +[16:57:16] [Server thread/TRACE] [FML]: Located mcmod.info file in file Chameleon-1.12-4.1.3.jar +[16:57:16] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.jaquadro.minecraft.chameleon.Chameleon) - loading +[16:57:16] [Server thread/TRACE] [FML]: Using mcmod dependency info for chameleon: [forge] [] [] +[16:57:16] [Server thread/DEBUG] [FML]: Examining file Chargers-1.12.2-1.2.0.4.jar for potential mods +[16:57:16] [Server thread/TRACE] [FML]: Located mcmod.info file in file Chargers-1.12.2-1.2.0.4.jar +[16:57:16] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (se.gory_moon.chargers.ChargersMod) - loading +[16:57:16] [Server thread/TRACE] [FML]: Parsed dependency info for chargers: Requirements: [] After:[] Before:[] +[16:57:16] [Server thread/DEBUG] [FML]: Examining file Chisel-MC1.12.2-0.2.1.35.jar for potential mods +[16:57:16] [Server thread/TRACE] [FML]: Located mcmod.info file in file Chisel-MC1.12.2-0.2.1.35.jar +[16:57:16] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (team.chisel.Chisel) - loading +[16:57:16] [Server thread/TRACE] [FML]: Parsed dependency info for chisel: Requirements: [forge@[14.23.0.2501,)] After:[forge@[14.23.0.2501,)] Before:[] +[16:57:16] [Server thread/DEBUG] [FML]: Examining file chiselsandbits-14.33.jar for potential mods +[16:57:16] [Server thread/TRACE] [FML]: Located mcmod.info file in file chiselsandbits-14.33.jar +[16:57:16] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (mod.chiselsandbits.core.ChiselsAndBits) - loading +[16:57:16] [Server thread/TRACE] [FML]: Parsed dependency info for chiselsandbits: Requirements: [] After:[] Before:[] +[16:57:16] [Server thread/DEBUG] [FML]: Examining file ClientTweaks_1.12.2-3.1.11.jar for potential mods +[16:57:16] [Server thread/TRACE] [FML]: Located mcmod.info file in file ClientTweaks_1.12.2-3.1.11.jar +[16:57:16] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (net.blay09.mods.clienttweaks.ClientTweaks) - loading +[16:57:16] [Server thread/INFO] [FML]: Disabling mod clienttweaks it is client side only. +[16:57:16] [Server thread/DEBUG] [FML]: Skipping mod net.blay09.mods.clienttweaks.ClientTweaks, container opted to not load. +[16:57:16] [Server thread/DEBUG] [FML]: Examining file Clumps-3.1.2.jar for potential mods +[16:57:16] [Server thread/TRACE] [FML]: Located mcmod.info file in file Clumps-3.1.2.jar +[16:57:16] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.blamejared.clumps.Clumps) - loading +[16:57:16] [Server thread/TRACE] [FML]: Parsed dependency info for clumps: Requirements: [] After:[] Before:[] +[16:57:16] [Server thread/DEBUG] [FML]: Examining file CodeChickenLib-1.12.2-3.2.3.358-universal.jar for potential mods +[16:57:16] [Server thread/TRACE] [FML]: Located mcmod.info file in file CodeChickenLib-1.12.2-3.2.3.358-universal.jar +[16:57:16] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (codechicken.lib.CodeChickenLib) - loading +[16:57:16] [Server thread/TRACE] [FML]: Parsed dependency info for codechickenlib: Requirements: [forge@[14.23.4.2718,)] After:[forge@[14.23.4.2718,)] Before:[] +[16:57:16] [Server thread/DEBUG] [FML]: Attempting to load the file version.properties from CodeChickenLib-1.12.2-3.2.3.358-universal.jar to locate a version number for mod codechickenlib +[16:57:16] [Server thread/WARN] [FML]: Mod codechickenlib is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 3.2.3.358 +[16:57:16] [Server thread/DEBUG] [FML]: Examining file ColouredTooltips-1.12.2-1.0.7.jar for potential mods +[16:57:16] [Server thread/TRACE] [FML]: Located mcmod.info file in file ColouredTooltips-1.12.2-1.0.7.jar +[16:57:16] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (net.darkhax.colouredtooltips.ColouredTooltips) - loading +[16:57:16] [Server thread/INFO] [FML]: Disabling mod colouredtooltips it is client side only. +[16:57:16] [Server thread/DEBUG] [FML]: Skipping mod net.darkhax.colouredtooltips.ColouredTooltips, container opted to not load. +[16:57:16] [Server thread/DEBUG] [FML]: Examining file CommonCapabilities-1.12.2-2.4.1.jar for potential mods +[16:57:16] [Server thread/TRACE] [FML]: Located mcmod.info file in file CommonCapabilities-1.12.2-2.4.1.jar +[16:57:16] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (org.cyclops.commoncapabilities.CommonCapabilities) - loading +[16:57:16] [Server thread/TRACE] [FML]: Parsed dependency info for commoncapabilities: Requirements: [forge@[14.23.5.2768,), cyclopscore@[1.3.0,)] After:[forge@[14.23.5.2768,), cyclopscore@[1.3.0,), ic2] Before:[] +[16:57:16] [Server thread/DEBUG] [FML]: Examining file compactmachines3-1.12.2-3.0.18-b278.jar for potential mods +[16:57:16] [Server thread/TRACE] [FML]: Located mcmod.info file in file compactmachines3-1.12.2-3.0.18-b278.jar +[16:57:16] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (org.dave.compactmachines3.CompactMachines3) - loading +[16:57:16] [Server thread/TRACE] [FML]: Parsed dependency info for compactmachines3: Requirements: [] After:[refinedstorage, yunomakegoodmap] Before:[] +[16:57:16] [Server thread/DEBUG] [FML]: Examining file conarm-1.12.2-1.2.4.jar for potential mods +[16:57:16] [Server thread/TRACE] [FML]: Located mcmod.info file in file conarm-1.12.2-1.2.4.jar +[16:57:16] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (c4.conarm.ConstructsArmory) - loading +[16:57:16] [Server thread/TRACE] [FML]: Parsed dependency info for conarm: Requirements: [mantle@[1.12-1.3.1,), tconstruct@[1.12.2-2.10.1.87,), forge@[14.23.4.2745,)] After:[forge@[14.23.4.2745,), mantle@[1.12-1.3.1,), tconstruct@[1.12.2-2.10.1.87,), contenttweaker@(1.12.2-4.7.0,), crafttweaker@[1.12-4.1.9,)] Before:[] +[16:57:16] [Server thread/DEBUG] [FML]: Examining file ContentTweaker-1.12.2-4.9.1.jar for potential mods +[16:57:16] [Server thread/TRACE] [FML]: Located mcmod.info file in file ContentTweaker-1.12.2-4.9.1.jar +[16:57:16] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.teamacronymcoders.contenttweaker.ContentTweaker) - loading +[16:57:16] [Server thread/TRACE] [FML]: Parsed dependency info for contenttweaker: Requirements: [crafttweaker, base@[3.11.0,)] After:[base@[3.11.0,), crafttweaker, chickens, tconstruct] Before:[] +[16:57:16] [Server thread/DEBUG] [FML]: Examining file Controlling-3.0.9.jar for potential mods +[16:57:16] [Server thread/TRACE] [FML]: Located mcmod.info file in file Controlling-3.0.9.jar +[16:57:16] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (us.getfluxed.controlsearch.Control) - loading +[16:57:16] [Server thread/INFO] [FML]: Disabling mod controlling it is client side only. +[16:57:16] [Server thread/DEBUG] [FML]: Skipping mod us.getfluxed.controlsearch.Control, container opted to not load. +[16:57:16] [Server thread/DEBUG] [FML]: Examining file CookingForBlockheads_1.12.2-6.5.0.jar for potential mods +[16:57:16] [Server thread/TRACE] [FML]: Located mcmod.info file in file CookingForBlockheads_1.12.2-6.5.0.jar +[16:57:16] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (net.blay09.mods.cookingforblockheads.CookingForBlockheads) - loading +[16:57:16] [Server thread/TRACE] [FML]: Parsed dependency info for cookingforblockheads: Requirements: [] After:[mousetweaks[2.8,), crafttweaker] Before:[] +[16:57:16] [Server thread/DEBUG] [FML]: Attempting to load the file version.properties from CookingForBlockheads_1.12.2-6.5.0.jar to locate a version number for mod cookingforblockheads +[16:57:16] [Server thread/WARN] [FML]: Mod cookingforblockheads is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 6.5.0 +[16:57:16] [Server thread/DEBUG] [FML]: Examining file CraftTweaker2-1.12-4.1.20.574.jar for potential mods +[16:57:16] [Server thread/TRACE] [FML]: Located mcmod.info file in file CraftTweaker2-1.12-4.1.20.574.jar +[16:57:16] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.blamejared.ctgui.MTRecipe) - loading +[16:57:16] [Server thread/INFO] [FML]: Disabling mod ctgui it is client side only. +[16:57:16] [Server thread/DEBUG] [FML]: Skipping mod com.blamejared.ctgui.MTRecipe, container opted to not load. +[16:57:16] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (crafttweaker.mc1120.CraftTweaker) - loading +[16:57:16] [Server thread/TRACE] [FML]: Parsed dependency info for crafttweaker: Requirements: [] After:[] Before:[] +[16:57:17] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (crafttweaker.mods.jei.JEIMod) - loading +[16:57:17] [Server thread/TRACE] [FML]: Parsed dependency info for crafttweakerjei: Requirements: [] After:[jei@[4.12.0,)] Before:[] +[16:57:17] [Server thread/DEBUG] [FML]: Examining file CTM-MC1.12.2-0.3.3.22.jar for potential mods +[16:57:17] [Server thread/TRACE] [FML]: Located mcmod.info file in file CTM-MC1.12.2-0.3.3.22.jar +[16:57:17] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (team.chisel.ctm.CTM) - loading +[16:57:17] [Server thread/INFO] [FML]: Disabling mod ctm it is client side only. +[16:57:17] [Server thread/DEBUG] [FML]: Skipping mod team.chisel.ctm.CTM, container opted to not load. +[16:57:17] [Server thread/DEBUG] [FML]: Examining file Cucumber-1.12.2-1.1.3.jar for potential mods +[16:57:17] [Server thread/TRACE] [FML]: Located mcmod.info file in file Cucumber-1.12.2-1.1.3.jar +[16:57:17] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.blakebr0.cucumber.Cucumber) - loading +[16:57:17] [Server thread/TRACE] [FML]: Parsed dependency info for cucumber: Requirements: [] After:[] Before:[] +[16:57:17] [Server thread/DEBUG] [FML]: Examining file CustomMainMenu-MC1.12.2-2.0.9.1.jar for potential mods +[16:57:17] [Server thread/TRACE] [FML]: Located mcmod.info file in file CustomMainMenu-MC1.12.2-2.0.9.1.jar +[16:57:17] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (lumien.custommainmenu.CustomMainMenu) - loading +[16:57:17] [Server thread/INFO] [FML]: Disabling mod custommainmenu it is client side only. +[16:57:17] [Server thread/DEBUG] [FML]: Skipping mod lumien.custommainmenu.CustomMainMenu, container opted to not load. +[16:57:17] [Server thread/DEBUG] [FML]: Examining file Cyclic-1.12.2-1.20.3.jar for potential mods +[16:57:17] [Server thread/TRACE] [FML]: Located mcmod.info file in file Cyclic-1.12.2-1.20.3.jar +[16:57:17] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.lothrazar.cyclicmagic.ModCyclic) - loading +[16:57:17] [Server thread/TRACE] [FML]: Parsed dependency info for cyclicmagic: Requirements: [forge@[14.23.4.2705,)] After:[jei, baubles,crafttweaker, fastbench@[1.5.3,)] Before:[guideapi] +[16:57:17] [Server thread/DEBUG] [FML]: Attempting to load the file version.properties from Cyclic-1.12.2-1.20.3.jar to locate a version number for mod cyclicmagic +[16:57:17] [Server thread/WARN] [FML]: Mod cyclicmagic is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.20.3 +[16:57:17] [Server thread/DEBUG] [FML]: Examining file CyclopsCore-1.12.2-1.3.0.jar for potential mods +[16:57:17] [Server thread/TRACE] [FML]: Located mcmod.info file in file CyclopsCore-1.12.2-1.3.0.jar +[16:57:17] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (org.cyclops.cyclopscore.CyclopsCore) - loading +[16:57:17] [Server thread/TRACE] [FML]: Parsed dependency info for cyclopscore: Requirements: [forge@[14.23.5.2768,)] After:[forge@[14.23.5.2768,)] Before:[] +[16:57:17] [Server thread/DEBUG] [FML]: Examining file DarkUtils-1.12.2-1.8.230.jar for potential mods +[16:57:17] [Server thread/TRACE] [FML]: Located mcmod.info file in file DarkUtils-1.12.2-1.8.230.jar +[16:57:17] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (net.darkhax.darkutils.DarkUtils) - loading +[16:57:17] [Server thread/TRACE] [FML]: Parsed dependency info for darkutils: Requirements: [bookshelf@[2.3.573,)] After:[bookshelf@[2.3.573,), waila, jei, baubles] Before:[] +[16:57:17] [Server thread/DEBUG] [FML]: Examining file davincisvessels-1.12-6.340-full.jar for potential mods +[16:57:17] [Server thread/TRACE] [FML]: Located mcmod.info file in file davincisvessels-1.12-6.340-full.jar +[16:57:17] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.elytradev.davincisvessels.DavincisVesselsMod) - loading +[16:57:17] [Server thread/TRACE] [FML]: Parsed dependency info for davincisvessels: Requirements: [movingworld] After:[movingworld] Before:[] +[16:57:17] [Server thread/DEBUG] [FML]: Examining file DeathCompass-0.0.3.jar for potential mods +[16:57:17] [Server thread/TRACE] [FML]: Located mcmod.info file in file DeathCompass-0.0.3.jar +[16:57:17] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (death_compass.DeathCompass) - loading +[16:57:17] [Server thread/TRACE] [FML]: Parsed dependency info for death_compass: Requirements: [] After:[] Before:[] +[16:57:17] [Server thread/DEBUG] [FML]: Examining file DefaultOptions_1.12.2-9.2.8.jar for potential mods +[16:57:17] [Server thread/TRACE] [FML]: Located mcmod.info file in file DefaultOptions_1.12.2-9.2.8.jar +[16:57:17] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (net.blay09.mods.defaultoptions.DefaultOptions) - loading +[16:57:17] [Server thread/INFO] [FML]: Disabling mod defaultoptions it is client side only. +[16:57:17] [Server thread/DEBUG] [FML]: Skipping mod net.blay09.mods.defaultoptions.DefaultOptions, container opted to not load. +[16:57:17] [Server thread/DEBUG] [FML]: Examining file despawningspawners-1.12-1.2.0-2.jar for potential mods +[16:57:17] [Server thread/TRACE] [FML]: Located mcmod.info file in file despawningspawners-1.12-1.2.0-2.jar +[16:57:17] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.buuz135.despawningspawners.DespawningSpawners) - loading +[16:57:17] [Server thread/TRACE] [FML]: Parsed dependency info for despawningspawners: Requirements: [forge@[14.23.1.2596,)] After:[] Before:[] +[16:57:17] [Server thread/DEBUG] [FML]: Examining file DimensionalControl-1.12.2-2.13.0.jar for potential mods +[16:57:17] [Server thread/TRACE] [FML]: Located mcmod.info file in file DimensionalControl-1.12.2-2.13.0.jar +[16:57:17] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.bloodnbonesgaming.dimensionalcontrol.DimensionalControl) - loading +[16:57:17] [Server thread/TRACE] [FML]: Parsed dependency info for dimensionalcontrol: Requirements: [bnbgaminglib@[2.12.0,)] After:[bnbgaminglib@[2.12.0,)] Before:[] +[16:57:17] [Server thread/DEBUG] [FML]: Examining file DimensionStages-1.12.2-2.0.23.jar for potential mods +[16:57:17] [Server thread/TRACE] [FML]: Located mcmod.info file in file DimensionStages-1.12.2-2.0.23.jar +[16:57:17] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (net.darkhax.dimstages.DimensionStages) - loading +[16:57:17] [Server thread/TRACE] [FML]: Parsed dependency info for dimstages: Requirements: [gamestages@[2.0.89,), crafttweaker, bookshelf] After:[bookshelf, gamestages@[2.0.89,), crafttweaker] Before:[] +[16:57:17] [Server thread/DEBUG] [FML]: Examining file Dung Pipe-1.2.jar for potential mods +[16:57:17] [Server thread/TRACE] [FML]: Located mcmod.info file in file Dung Pipe-1.2.jar +[16:57:17] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (dungpipe.DungPipe) - loading +[16:57:17] [Server thread/TRACE] [FML]: Parsed dependency info for dungpipe: Requirements: [] After:[] Before:[] +[16:57:17] [Server thread/DEBUG] [FML]: Examining file ElevatorMod-1.12.2-1.4.2.jar for potential mods +[16:57:17] [Server thread/TRACE] [FML]: Located mcmod.info file in file ElevatorMod-1.12.2-1.4.2.jar +[16:57:17] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (xyz.vsngamer.elevator.ElevatorMod) - loading +[16:57:17] [Server thread/TRACE] [FML]: Parsed dependency info for elevatorid: Requirements: [] After:[] Before:[] +[16:57:17] [Server thread/DEBUG] [FML]: Examining file EmberRootZoo-1.12.2-1.3.10.jar for potential mods +[16:57:17] [Server thread/TRACE] [FML]: Located mcmod.info file in file EmberRootZoo-1.12.2-1.3.10.jar +[16:57:17] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (teamroots.emberroot.EmberRootZoo) - loading +[16:57:17] [Server thread/TRACE] [FML]: Parsed dependency info for emberroot: Requirements: [] After:[] Before:[] +[16:57:17] [Server thread/DEBUG] [FML]: Attempting to load the file version.properties from EmberRootZoo-1.12.2-1.3.10.jar to locate a version number for mod emberroot +[16:57:17] [Server thread/WARN] [FML]: Mod emberroot is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.3.9 +[16:57:17] [Server thread/DEBUG] [FML]: Examining file EnchantmentDescriptions-1.12.2-1.1.15.jar for potential mods +[16:57:17] [Server thread/TRACE] [FML]: Located mcmod.info file in file EnchantmentDescriptions-1.12.2-1.1.15.jar +[16:57:17] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (net.darkhax.enchdesc.EnchantmentDescriptions) - loading +[16:57:17] [Server thread/INFO] [FML]: Disabling mod enchdesc it is client side only. +[16:57:17] [Server thread/DEBUG] [FML]: Skipping mod net.darkhax.enchdesc.EnchantmentDescriptions, container opted to not load. +[16:57:17] [Server thread/DEBUG] [FML]: Examining file EnderStorage-1.12.2-2.4.6.137-universal.jar for potential mods +[16:57:17] [Server thread/TRACE] [FML]: Located mcmod.info file in file EnderStorage-1.12.2-2.4.6.137-universal.jar +[16:57:17] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (codechicken.enderstorage.EnderStorage) - loading +[16:57:17] [Server thread/TRACE] [FML]: Parsed dependency info for enderstorage: Requirements: [codechickenlib@[3.2.3,), forge@[14.23.4,)] After:[forge@[14.23.4,), codechickenlib@[3.2.3,)] Before:[] +[16:57:17] [Server thread/DEBUG] [FML]: Attempting to load the file version.properties from EnderStorage-1.12.2-2.4.6.137-universal.jar to locate a version number for mod enderstorage +[16:57:17] [Server thread/WARN] [FML]: Mod enderstorage is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 2.4.6.137 +[16:57:17] [Server thread/DEBUG] [FML]: Examining file enderutilities-1.12.2-0.7.15.jar for potential mods +[16:57:17] [Server thread/TRACE] [FML]: Located mcmod.info file in file enderutilities-1.12.2-0.7.15.jar +[16:57:17] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (fi.dy.masa.enderutilities.EnderUtilities) - loading +[16:57:17] [Server thread/TRACE] [FML]: Parsed dependency info for enderutilities: Requirements: [forge@[14.23.3.2694,)] After:[forge@[14.23.3.2694,)] Before:[] +[16:57:17] [Server thread/DEBUG] [FML]: Examining file environmentaltech-1.12.2-2.0.20.1.jar for potential mods +[16:57:17] [Server thread/TRACE] [FML]: Located mcmod.info file in file environmentaltech-1.12.2-2.0.20.1.jar +[16:57:17] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.valkyrieofnight.et.ETMod) - loading +[16:57:17] [Server thread/TRACE] [FML]: Parsed dependency info for environmentaltech: Requirements: [valkyrielib@[1.12.2-2.0.20.1,1.12.2-2.0.20.9999)] After:[valkyrielib@[1.12.2-2.0.20.1,1.12.2-2.0.20.9999)] Before:[] +[16:57:17] [Server thread/DEBUG] [FML]: Examining file ExtendedCrafting-1.12.2-1.5.6.jar for potential mods +[16:57:17] [Server thread/TRACE] [FML]: Located mcmod.info file in file ExtendedCrafting-1.12.2-1.5.6.jar +[16:57:17] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.blakebr0.extendedcrafting.ExtendedCrafting) - loading +[16:57:17] [Server thread/TRACE] [FML]: Parsed dependency info for extendedcrafting: Requirements: [cucumber@[1.1.2,)] After:[cucumber@[1.1.2,)] Before:[] +[16:57:17] [Server thread/DEBUG] [FML]: Examining file ExtraPlanets-1.12.2-0.7.0.jar for potential mods +[16:57:17] [Server thread/TRACE] [FML]: Located mcmod.info file in file ExtraPlanets-1.12.2-0.7.0.jar +[16:57:17] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.mjr.extraplanets.ExtraPlanets) - loading +[16:57:17] [Server thread/TRACE] [FML]: Parsed dependency info for extraplanets: Requirements: [forge@[14.23.1.2555,), galacticraftplanets@[4.0.2.255,), mjrlegendslib@[1.12.2-1.2.0,), galacticraftcore@[4.0.2.255,)] After:[forge@[14.23.1.2555,), mjrlegendslib@[1.12.2-1.2.0,), galacticraftcore@[4.0.2.255,), galacticraftplanets@[4.0.2.255,), crafttweaker@[3.0.25.,), powersuits] Before:[planetprogression@[1.12.2-0.3.8,]] +[16:57:17] [Server thread/DEBUG] [FML]: Examining file FancyBlockParticles-1.12.x-2.4.1.jar for potential mods +[16:57:17] [Server thread/TRACE] [FML]: Located mcmod.info file in file FancyBlockParticles-1.12.x-2.4.1.jar +[16:57:17] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.TominoCZ.FBP.FBP) - loading +[16:57:17] [Server thread/INFO] [FML]: Disabling mod fbp it is client side only. +[16:57:17] [Server thread/DEBUG] [FML]: Skipping mod com.TominoCZ.FBP.FBP, container opted to not load. +[16:57:17] [Server thread/DEBUG] [FML]: Examining file FarmingForBlockheads_1.12.2-3.1.28.jar for potential mods +[16:57:17] [Server thread/TRACE] [FML]: Located mcmod.info file in file FarmingForBlockheads_1.12.2-3.1.28.jar +[16:57:17] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (net.blay09.mods.farmingforblockheads.FarmingForBlockheads) - loading +[16:57:17] [Server thread/TRACE] [FML]: Parsed dependency info for farmingforblockheads: Requirements: [] After:[mousetweaks[2.8,), forestry, agricraft] Before:[] +[16:57:17] [Server thread/DEBUG] [FML]: Attempting to load the file version.properties from FarmingForBlockheads_1.12.2-3.1.28.jar to locate a version number for mod farmingforblockheads +[16:57:17] [Server thread/WARN] [FML]: Mod farmingforblockheads is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 3.1.28 +[16:57:17] [Server thread/DEBUG] [FML]: Examining file Farseek-1.12-2.5.jar for potential mods +[16:57:17] [Server thread/TRACE] [FML]: Located mcmod.info file in file Farseek-1.12-2.5.jar +[16:57:17] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (farseek.FarseekMod) - loading +[16:57:17] [Server thread/TRACE] [FML]: Using mcmod dependency info for farseek: [forge@[14.21,)] [forge@[14.21,)] [] +[16:57:17] [Server thread/DEBUG] [FML]: Attempting to load the file version.properties from Farseek-1.12-2.5.jar to locate a version number for mod farseek +[16:57:17] [Server thread/WARN] [FML]: Mod farseek is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 2.5 +[16:57:17] [Server thread/DEBUG] [FML]: Examining file FastFurnace-1.12.2-1.3.1.jar for potential mods +[16:57:17] [Server thread/TRACE] [FML]: Located mcmod.info file in file FastFurnace-1.12.2-1.3.1.jar +[16:57:17] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (shadows.fastfurnace.FastFurnace) - loading +[16:57:17] [Server thread/TRACE] [FML]: Parsed dependency info for fastfurnace: Requirements: [] After:[] Before:[] +[16:57:17] [Server thread/DEBUG] [FML]: Examining file FastWorkbench-1.12.2-1.7.3.jar for potential mods +[16:57:17] [Server thread/TRACE] [FML]: Located mcmod.info file in file FastWorkbench-1.12.2-1.7.3.jar +[16:57:17] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (shadows.fastbench.FastBench) - loading +[16:57:17] [Server thread/TRACE] [FML]: Parsed dependency info for fastbench: Requirements: [] After:[] Before:[] +[16:57:17] [Server thread/DEBUG] [FML]: Examining file FatCat-0.0.5.jar for potential mods +[16:57:17] [Server thread/TRACE] [FML]: Located mcmod.info file in file FatCat-0.0.5.jar +[16:57:17] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (fat_cat.FatCat) - loading +[16:57:17] [Server thread/TRACE] [FML]: Parsed dependency info for fat_cat: Requirements: [] After:[biomesoplenty] Before:[] +[16:57:17] [Server thread/DEBUG] [FML]: Examining file Ferdinand's Flowers-1.12.x-1.10.4.1.jar for potential mods +[16:57:17] [Server thread/TRACE] [FML]: Located mcmod.info file in file Ferdinand's Flowers-1.12.x-1.10.4.1.jar +[16:57:17] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (c0_0ry.ferdinandsflowers.FerdinandsFlowers) - loading +[16:57:17] [Server thread/TRACE] [FML]: Parsed dependency info for ferdinandsflowers: Requirements: [] After:[] Before:[] +[16:57:17] [Server thread/DEBUG] [FML]: Examining file findme-1.12.2-1.1.0-8.jar for potential mods +[16:57:17] [Server thread/TRACE] [FML]: Located mcmod.info file in file findme-1.12.2-1.1.0-8.jar +[16:57:17] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.buuz135.findme.FindMe) - loading +[16:57:17] [Server thread/TRACE] [FML]: Parsed dependency info for findme: Requirements: [jei] After:[] Before:[] +[16:57:17] [Server thread/DEBUG] [FML]: Examining file foamfix-0.10.10-1.12.2.jar for potential mods +[16:57:17] [Server thread/TRACE] [FML]: Located mcmod.info file in file foamfix-0.10.10-1.12.2.jar +[16:57:17] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (pl.asie.foamfix.FoamFix) - loading +[16:57:17] [Server thread/TRACE] [FML]: Parsed dependency info for foamfix: Requirements: [forge@[14.23.3.2673,)] After:[] Before:[] +[16:57:17] [Server thread/DEBUG] [FML]: Examining file Forgelin-1.8.2.jar for potential mods +[16:57:17] [Server thread/TRACE] [FML]: Located mcmod.info file in file Forgelin-1.8.2.jar +[16:57:17] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (net.shadowfacts.forgelin.Forgelin) - loading +[16:57:17] [Server thread/TRACE] [FML]: Using custom language adapter net.shadowfacts.forgelin.KotlinAdapter for net.shadowfacts.forgelin.Forgelin (modid: forgelin) +[16:57:17] [Server thread/TRACE] [FML]: Parsed dependency info for forgelin: Requirements: [] After:[] Before:[] +[16:57:17] [Server thread/DEBUG] [FML]: Examining file ForgeMultipart-1.12.2-2.6.1.81-universal.jar for potential mods +[16:57:17] [Server thread/TRACE] [FML]: Located mcmod.info file in file ForgeMultipart-1.12.2-2.6.1.81-universal.jar +[16:57:17] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (codechicken.microblock.handler.MicroblockMod) - loading +[16:57:17] [Server thread/TRACE] [FML]: Parsed dependency info for microblockcbe: Requirements: [forgemultipartcbe] After:[forgemultipartcbe] Before:[] +[16:57:17] [Server thread/DEBUG] [FML]: Attempting to load the file version.properties from ForgeMultipart-1.12.2-2.6.1.81-universal.jar to locate a version number for mod microblockcbe +[16:57:17] [Server thread/WARN] [FML]: Mod microblockcbe is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 2.6.1.81 +[16:57:17] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (codechicken.multipart.handler.MultipartMod) - loading +[16:57:17] [Server thread/TRACE] [FML]: Parsed dependency info for forgemultipartcbe: Requirements: [codechickenlib@[3.2.2,), forge@[14.23.5.2768,)] After:[codechickenlib@[3.2.2,), forge@[14.23.5.2768,)] Before:[] +[16:57:17] [Server thread/DEBUG] [FML]: Attempting to load the file version.properties from ForgeMultipart-1.12.2-2.6.1.81-universal.jar to locate a version number for mod forgemultipartcbe +[16:57:17] [Server thread/WARN] [FML]: Mod forgemultipartcbe is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 2.6.1.81 +[16:57:17] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (codechicken.multipart.minecraft.MinecraftMultipartMod) - loading +[16:57:17] [Server thread/TRACE] [FML]: Parsed dependency info for minecraftmultipartcbe: Requirements: [] After:[] Before:[] +[16:57:17] [Server thread/DEBUG] [FML]: Attempting to load the file version.properties from ForgeMultipart-1.12.2-2.6.1.81-universal.jar to locate a version number for mod minecraftmultipartcbe +[16:57:17] [Server thread/WARN] [FML]: Mod minecraftmultipartcbe is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 2.6.1.81 +[16:57:17] [Server thread/DEBUG] [FML]: Examining file Galacticraft-Planets-1.12.2-4.0.2.280.jar for potential mods +[16:57:17] [Server thread/DEBUG] [FML]: The mod container Galacticraft-Planets-1.12.2-4.0.2.280.jar appears to be missing an mcmod.info file +[16:57:17] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (micdoodle8.mods.galacticraft.planets.GalacticraftPlanets) - loading +[16:57:17] [Server thread/TRACE] [FML]: Parsed dependency info for galacticraftplanets: Requirements: [galacticraftcore] After:[galacticraftcore] Before:[] +[16:57:17] [Server thread/DEBUG] [FML]: Examining file GalacticraftCore-1.12.2-4.0.2.280.jar for potential mods +[16:57:17] [Server thread/DEBUG] [FML]: The mod container GalacticraftCore-1.12.2-4.0.2.280.jar appears to be missing an mcmod.info file +[16:57:17] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (micdoodle8.mods.galacticraft.core.GalacticraftCore) - loading +[16:57:17] [Server thread/TRACE] [FML]: Parsed dependency info for galacticraftcore: Requirements: [micdoodlecore, forge@[14.23.1.2555,)] After:[forge@[14.23.1.2555,), micdoodlecore, ic2, tconstruct, mantle] Before:[] +[16:57:17] [Server thread/DEBUG] [FML]: Examining file GalacticraftTweaker-1.12.2-1.0.3.jar for potential mods +[16:57:17] [Server thread/TRACE] [FML]: Located mcmod.info file in file GalacticraftTweaker-1.12.2-1.0.3.jar +[16:57:17] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.mjr.galacticrafttweaker.GalacticraftTweaker) - loading +[16:57:17] [Server thread/TRACE] [FML]: Parsed dependency info for galacticrafttweaker: Requirements: [galacticraftcore@[4.0.1.181,), galacticraftplanets@[4.0.1.181,), crafttweaker@[3.0.25.,)] After:[galacticraftcore@[4.0.1.181,), galacticraftplanets@[4.0.1.181,), crafttweaker@[3.0.25.,), extraplanets] Before:[] +[16:57:17] [Server thread/INFO] [FML]: Mod galacticrafttweaker is missing the required element 'name'. Substituting galacticrafttweaker +[16:57:17] [Server thread/DEBUG] [FML]: Examining file GameStages-1.12.2-2.0.123.jar for potential mods +[16:57:17] [Server thread/TRACE] [FML]: Located mcmod.info file in file GameStages-1.12.2-2.0.123.jar +[16:57:17] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (net.darkhax.gamestages.GameStages) - loading +[16:57:17] [Server thread/TRACE] [FML]: Parsed dependency info for gamestages: Requirements: [bookshelf@[2.2.458,)] After:[bookshelf@[2.2.458,)] Before:[] +[16:57:17] [Server thread/DEBUG] [FML]: Examining file generators-0.9.20.12-mc1.12.2.jar for potential mods +[16:57:17] [Server thread/TRACE] [FML]: Located mcmod.info file in file generators-0.9.20.12-mc1.12.2.jar +[16:57:17] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (net.bdew.generators.Generators) - loading +[16:57:17] [Server thread/TRACE] [FML]: Parsed dependency info for advgenerators: Requirements: [bdlib] After:[pressure, tconstruct, ic2, redstoneflux, tesla, thermalfoundation, eng_toolbox, minechem, bdlib] Before:[] +[16:57:17] [Server thread/DEBUG] [FML]: Examining file Geolosys-1.12.2-2.2.6.jar for potential mods +[16:57:17] [Server thread/TRACE] [FML]: Located mcmod.info file in file Geolosys-1.12.2-2.2.6.jar +[16:57:17] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.oitsjustjose.geolosys.Geolosys) - loading +[16:57:17] [Server thread/TRACE] [FML]: Parsed dependency info for geolosys: Requirements: [] After:[immersiveengineering@[0.12,), contenttweaker] Before:[] +[16:57:17] [Server thread/DEBUG] [FML]: Examining file GobbleCore-1.12-0.1.6.35.jar for potential mods +[16:57:17] [Server thread/TRACE] [FML]: Located mcmod.info file in file GobbleCore-1.12-0.1.6.35.jar +[16:57:17] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.theprogrammingturkey.gobblecore.GobbleCore) - loading +[16:57:17] [Server thread/TRACE] [FML]: Parsed dependency info for gobblecore: Requirements: [] After:[] Before:[] +[16:57:17] [Server thread/DEBUG] [FML]: Examining file Guide-API-1.12-2.1.8-63.jar for potential mods +[16:57:17] [Server thread/TRACE] [FML]: Located mcmod.info file in file Guide-API-1.12-2.1.8-63.jar +[16:57:17] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (amerifrance.guideapi.GuideMod) - loading +[16:57:17] [Server thread/TRACE] [FML]: Parsed dependency info for guideapi: Requirements: [] After:[] Before:[] +[16:57:17] [Server thread/DEBUG] [FML]: Examining file Harvest-1.12-1.2.7-20.jar for potential mods +[16:57:17] [Server thread/TRACE] [FML]: Located mcmod.info file in file Harvest-1.12-1.2.7-20.jar +[16:57:17] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (tehnut.harvest.Harvest) - loading +[16:57:17] [Server thread/TRACE] [FML]: Parsed dependency info for harvest: Requirements: [] After:[] Before:[] +[16:57:17] [Server thread/DEBUG] [FML]: Examining file HorsePower-1.12.2-2.6.4.74.jar for potential mods +[16:57:17] [Server thread/TRACE] [FML]: Located mcmod.info file in file HorsePower-1.12.2-2.6.4.74.jar +[16:57:17] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (se.gory_moon.horsepower.HorsePowerMod) - loading +[16:57:17] [Server thread/TRACE] [FML]: Parsed dependency info for horsepower: Requirements: [] After:[crafttweaker, jei, waila, theoneprobe] Before:[] +[16:57:17] [Server thread/DEBUG] [FML]: Examining file HuntingDimension-1.12.2-1.0.42.jar for potential mods +[16:57:17] [Server thread/TRACE] [FML]: Located mcmod.info file in file HuntingDimension-1.12.2-1.0.42.jar +[16:57:17] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (net.darkhax.huntingdim.HuntingDimension) - loading +[16:57:17] [Server thread/TRACE] [FML]: Parsed dependency info for huntingdim: Requirements: [bookshelf@[2.3.561,)] After:[bookshelf@[2.3.561,)] Before:[] +[16:57:17] [Server thread/DEBUG] [FML]: Examining file Hwyla-1.8.26-B41_1.12.2.jar for potential mods +[16:57:17] [Server thread/TRACE] [FML]: Located mcmod.info file in file Hwyla-1.8.26-B41_1.12.2.jar +[16:57:17] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (mcp.mobius.waila.Waila) - loading +[16:57:17] [Server thread/TRACE] [FML]: Parsed dependency info for waila: Requirements: [] After:[] Before:[] +[16:57:17] [Server thread/DEBUG] [FML]: Examining file IGW-Mod-1.12.2-1.4.4-15-universal.jar for potential mods +[16:57:17] [Server thread/TRACE] [FML]: Located mcmod.info file in file IGW-Mod-1.12.2-1.4.4-15-universal.jar +[16:57:17] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (igwmod.IGWMod) - loading +[16:57:17] [Server thread/TRACE] [FML]: Parsed dependency info for igwmod: Requirements: [] After:[] Before:[] +[16:57:17] [Server thread/DEBUG] [FML]: Attempting to load the file version.properties from IGW-Mod-1.12.2-1.4.4-15-universal.jar to locate a version number for mod igwmod +[16:57:17] [Server thread/WARN] [FML]: Mod igwmod is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.4.4-15 +[16:57:17] [Server thread/DEBUG] [FML]: Examining file immcraft-1.12-1.6.0.jar for potential mods +[16:57:17] [Server thread/TRACE] [FML]: Located mcmod.info file in file immcraft-1.12-1.6.0.jar +[16:57:17] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (mcjty.immcraft.ImmersiveCraft) - loading +[16:57:17] [Server thread/TRACE] [FML]: Parsed dependency info for immcraft: Requirements: [mcjtylib_ng@[3.5.0,)] After:[mcjtylib_ng@[3.5.0,), forge@[13.19.0.2176,)] Before:[] +[16:57:17] [Server thread/DEBUG] [FML]: Examining file immersivepetroleum-1.12.2-1.1.9.jar for potential mods +[16:57:17] [Server thread/TRACE] [FML]: Located mcmod.info file in file immersivepetroleum-1.12.2-1.1.9.jar +[16:57:17] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (flaxbeard.immersivepetroleum.ImmersivePetroleum) - loading +[16:57:17] [Server thread/TRACE] [FML]: Parsed dependency info for immersivepetroleum: Requirements: [immersiveengineering@[0.12-80,)] After:[immersiveengineering@[0.12-80,)] Before:[] +[16:57:17] [Server thread/DEBUG] [FML]: Examining file immersivetech-1.12-1.3.10.jar for potential mods +[16:57:17] [Server thread/TRACE] [FML]: Located mcmod.info file in file immersivetech-1.12-1.3.10.jar +[16:57:17] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (ferro2000.immersivetech.ImmersiveTech) - loading +[16:57:17] [Server thread/TRACE] [FML]: Parsed dependency info for immersivetech: Requirements: [forge@[14.23.3.2655,), immersiveengineering] After:[immersiveengineering, forge@[14.23.3.2655,), jei@[4.7,)] Before:[] +[16:57:17] [Server thread/DEBUG] [FML]: Examining file ImprovedBackpacks-1.12.2-1.5.0.0.jar for potential mods +[16:57:17] [Server thread/TRACE] [FML]: Located mcmod.info file in file ImprovedBackpacks-1.12.2-1.5.0.0.jar +[16:57:17] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (ru.poopycoders.improvedbackpacks.ImprovedBackpacks) - loading +[16:57:17] [Server thread/TRACE] [FML]: Parsed dependency info for improvedbackpacks: Requirements: [] After:[] Before:[] +[16:57:17] [Server thread/DEBUG] [FML]: Attempting to load the file version.properties from ImprovedBackpacks-1.12.2-1.5.0.0.jar to locate a version number for mod improvedbackpacks +[16:57:17] [Server thread/WARN] [FML]: Mod improvedbackpacks is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.12.2-1.5.0.0 +[16:57:17] [Server thread/DEBUG] [FML]: Examining file incontrol-1.12-3.9.16.jar for potential mods +[16:57:17] [Server thread/TRACE] [FML]: Located mcmod.info file in file incontrol-1.12-3.9.16.jar +[16:57:17] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (mcjty.incontrol.InControl) - loading +[16:57:17] [Server thread/TRACE] [FML]: Parsed dependency info for incontrol: Requirements: [] After:[forge@[13.19.0.2176,)] Before:[] +[16:57:17] [Server thread/DEBUG] [FML]: Examining file InductiveLogistics-1.12.2-1.3.4.jar for potential mods +[16:57:17] [Server thread/TRACE] [FML]: Located mcmod.info file in file InductiveLogistics-1.12.2-1.3.4.jar +[16:57:17] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (cd4017be.indlog.Main) - loading +[16:57:17] [Server thread/TRACE] [FML]: Using mcmod dependency info for indlog: [cd4017be_lib@[6.4.10,6.5.0)] [cd4017be_lib@[6.4.10,6.5.0)] [] +[16:57:17] [Server thread/DEBUG] [FML]: Attempting to load the file version.properties from InductiveLogistics-1.12.2-1.3.4.jar to locate a version number for mod indlog +[16:57:17] [Server thread/WARN] [FML]: Mod indlog is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.3.4 +[16:57:17] [Server thread/DEBUG] [FML]: Examining file industrialforegoing-1.12.2-1.12.13-237.jar for potential mods +[16:57:17] [Server thread/TRACE] [FML]: Located mcmod.info file in file industrialforegoing-1.12.2-1.12.13-237.jar +[16:57:17] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.buuz135.industrial.IndustrialForegoing) - loading +[16:57:17] [Server thread/TRACE] [FML]: Parsed dependency info for industrialforegoing: Requirements: [forge@[14.23.5.2806,), teslacorelib@[1.0.15,)] After:[forge@[14.23.5.2806,), teslacorelib@[1.0.15,)] Before:[] +[16:57:17] [Server thread/DEBUG] [FML]: Examining file InfoAccessories-1.12.2-1.0.11.jar for potential mods +[16:57:17] [Server thread/TRACE] [FML]: Located mcmod.info file in file InfoAccessories-1.12.2-1.0.11.jar +[16:57:17] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (net.darkhax.infoaccessories.InfoAccessories) - loading +[16:57:17] [Server thread/TRACE] [FML]: Parsed dependency info for infoaccessories: Requirements: [bookshelf@[2.2.462,)] After:[bookshelf@[2.2.462,)] Before:[] +[16:57:17] [Server thread/DEBUG] [FML]: Examining file IntegratedDynamics-1.12.2-1.0.14.jar for potential mods +[16:57:17] [Server thread/TRACE] [FML]: Located mcmod.info file in file IntegratedDynamics-1.12.2-1.0.14.jar +[16:57:17] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (org.cyclops.integrateddynamics.IntegratedDynamics) - loading +[16:57:17] [Server thread/TRACE] [FML]: Parsed dependency info for integrateddynamics: Requirements: [commoncapabilities@[2.3.0,), cyclopscore@[1.1.1,), forge@[14.23.5.2768,)] After:[forge@[14.23.5.2768,), cyclopscore@[1.1.1,), commoncapabilities@[2.3.0,)] Before:[] +[16:57:17] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (org.cyclops.integrateddynamicscompat.IntegratedDynamicsCompat) - loading +[16:57:17] [Server thread/TRACE] [FML]: Parsed dependency info for integrateddynamicscompat: Requirements: [forge@[14.23.5.2768,), integrateddynamics, cyclopscore@[1.0.6,)] After:[forge@[14.23.5.2768,), cyclopscore@[1.0.6,), integrateddynamics] Before:[] +[16:57:17] [Server thread/DEBUG] [FML]: Examining file InventoryTweaks-1.64+dev.151.jar for potential mods +[16:57:17] [Server thread/TRACE] [FML]: Located mcmod.info file in file InventoryTweaks-1.64+dev.151.jar +[16:57:17] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (invtweaks.forge.InvTweaksMod) - loading +[16:57:17] [Server thread/TRACE] [FML]: Parsed dependency info for inventorytweaks: Requirements: [forge@[14.21.0,)] After:[forge@[14.21.0,)] Before:[] +[16:57:17] [Server thread/DEBUG] [FML]: Attempting to load the file version.properties from InventoryTweaks-1.64+dev.151.jar to locate a version number for mod inventorytweaks +[16:57:17] [Server thread/DEBUG] [FML]: Found version 1.64+dev.151.822d839 for mod inventorytweaks in version.properties, using +[16:57:17] [Server thread/DEBUG] [FML]: Examining file IronBackpacks-1.12.2-3.0.8-12.jar for potential mods +[16:57:17] [Server thread/TRACE] [FML]: Located mcmod.info file in file IronBackpacks-1.12.2-3.0.8-12.jar +[16:57:17] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (gr8pefish.ironbackpacks.IronBackpacks) - loading +[16:57:17] [Server thread/TRACE] [FML]: Parsed dependency info for ironbackpacks: Requirements: [] After:[] Before:[] +[16:57:17] [Server thread/DEBUG] [FML]: Examining file ironchest-1.12.2-7.0.72.847.jar for potential mods +[16:57:17] [Server thread/TRACE] [FML]: Located mcmod.info file in file ironchest-1.12.2-7.0.72.847.jar +[16:57:17] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (cpw.mods.ironchest.IronChest) - loading +[16:57:17] [Server thread/TRACE] [FML]: Parsed dependency info for ironchest: Requirements: [forge@[14.21.0.2359,)] After:[forge@[14.21.0.2359,)] Before:[] +[16:57:17] [Server thread/DEBUG] [FML]: Attempting to load the file version.properties from ironchest-1.12.2-7.0.72.847.jar to locate a version number for mod ironchest +[16:57:17] [Server thread/DEBUG] [FML]: Found version null for mod ironchest in version.properties, using +[16:57:17] [Server thread/WARN] [FML]: Mod ironchest is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.12.2-7.0.67.844 +[16:57:17] [Server thread/DEBUG] [FML]: Examining file IronJetpacks-1.12-2-1.1.0.jar for potential mods +[16:57:17] [Server thread/TRACE] [FML]: Located mcmod.info file in file IronJetpacks-1.12-2-1.1.0.jar +[16:57:17] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.blakebr0.ironjetpacks.IronJetpacks) - loading +[16:57:17] [Server thread/TRACE] [FML]: Parsed dependency info for ironjetpacks: Requirements: [cucumber@[1.1.2,)] After:[cucumber@[1.1.2,)] Before:[] +[16:57:17] [Server thread/DEBUG] [FML]: Examining file ItemStages-1.12.2-2.0.49.jar for potential mods +[16:57:17] [Server thread/TRACE] [FML]: Located mcmod.info file in file ItemStages-1.12.2-2.0.49.jar +[16:57:17] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (net.darkhax.itemstages.ItemStages) - loading +[16:57:17] [Server thread/TRACE] [FML]: Parsed dependency info for itemstages: Requirements: [crafttweaker, bookshelf, gamestages@[2.0.114,)] After:[jei@[4.14.4.267,), bookshelf, gamestages@[2.0.114,), crafttweaker] Before:[] +[16:57:17] [Server thread/DEBUG] [FML]: Examining file jei_1.12.2-4.15.0.283.jar for potential mods +[16:57:17] [Server thread/TRACE] [FML]: Located mcmod.info file in file jei_1.12.2-4.15.0.283.jar +[16:57:17] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (mezz.jei.JustEnoughItems) - loading +[16:57:17] [Server thread/TRACE] [FML]: Parsed dependency info for jei: Requirements: [forge@[14.23.5.2816,)] After:[forge@[14.23.5.2816,)] Before:[] +[16:57:17] [Server thread/DEBUG] [FML]: Examining file journeymap-1.12.2-5.5.4.jar for potential mods +[16:57:17] [Server thread/TRACE] [FML]: Located mcmod.info file in file journeymap-1.12.2-5.5.4.jar +[16:57:17] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (journeymap.common.Journeymap) - loading +[16:57:17] [Server thread/TRACE] [FML]: Using mcmod dependency info for journeymap: [] [Forge@[14.23.5.2768,)] [] +[16:57:17] [Server thread/DEBUG] [FML]: Examining file JourneyMapStages-1.12.2-2.0.9.jar for potential mods +[16:57:17] [Server thread/TRACE] [FML]: Located mcmod.info file in file JourneyMapStages-1.12.2-2.0.9.jar +[16:57:17] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (net.darkhax.jmapstages.JMapStages) - loading +[16:57:17] [Server thread/INFO] [FML]: Disabling mod jmapstages it is client side only. +[16:57:17] [Server thread/DEBUG] [FML]: Skipping mod net.darkhax.jmapstages.JMapStages, container opted to not load. +[16:57:17] [Server thread/DEBUG] [FML]: Examining file Just A Raft Mod-1.1.2.jar for potential mods +[16:57:17] [Server thread/TRACE] [FML]: Located mcmod.info file in file Just A Raft Mod-1.1.2.jar +[16:57:17] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.Mrbysco.JustARaftMod.JustARaftMod) - loading +[16:57:17] [Server thread/TRACE] [FML]: Parsed dependency info for jarm: Requirements: [] After:[] Before:[] +[16:57:17] [Server thread/DEBUG] [FML]: Examining file JustAFewFish-1.7_for_1.12.jar for potential mods +[16:57:17] [Server thread/TRACE] [FML]: Located mcmod.info file in file JustAFewFish-1.7_for_1.12.jar +[16:57:17] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.tmtravlr.jaff.JAFFMod) - loading +[16:57:17] [Server thread/TRACE] [FML]: Parsed dependency info for jaff: Requirements: [] After:[] Before:[] +[16:57:17] [Server thread/DEBUG] [FML]: Examining file JustEnoughIDs-1.0.3-55.jar for potential mods +[16:57:17] [Server thread/TRACE] [FML]: Located mcmod.info file in file JustEnoughIDs-1.0.3-55.jar +[16:57:17] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (org.dimdev.jeid.JEID) - loading +[16:57:17] [Server thread/TRACE] [FML]: Parsed dependency info for jeid: Requirements: [] After:[] Before:[] +[16:57:17] [Server thread/DEBUG] [FML]: Attempting to load the file version.properties from JustEnoughIDs-1.0.3-55.jar to locate a version number for mod jeid +[16:57:17] [Server thread/WARN] [FML]: Mod jeid is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.0.3-55 +[16:57:17] [Server thread/DEBUG] [FML]: Examining file JustEnoughPetroleum-0.1.jar for potential mods +[16:57:17] [Server thread/TRACE] [FML]: Located mcmod.info file in file JustEnoughPetroleum-0.1.jar +[16:57:17] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (justenoughpetroleum.JustEnoughPetroleum) - loading +[16:57:17] [Server thread/INFO] [FML]: Disabling mod justenoughpetroleum it is client side only. +[16:57:17] [Server thread/DEBUG] [FML]: Skipping mod justenoughpetroleum.JustEnoughPetroleum, container opted to not load. +[16:57:17] [Server thread/DEBUG] [FML]: Examining file KleeSlabs_1.12.2-5.4.12.jar for potential mods +[16:57:17] [Server thread/TRACE] [FML]: Located mcmod.info file in file KleeSlabs_1.12.2-5.4.12.jar +[16:57:17] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (net.blay09.mods.kleeslabs.KleeSlabs) - loading +[16:57:17] [Server thread/TRACE] [FML]: Parsed dependency info for kleeslabs: Requirements: [] After:[] Before:[] +[16:57:17] [Server thread/DEBUG] [FML]: Attempting to load the file version.properties from KleeSlabs_1.12.2-5.4.12.jar to locate a version number for mod kleeslabs +[16:57:17] [Server thread/WARN] [FML]: Mod kleeslabs is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 5.4.12 +[16:57:17] [Server thread/DEBUG] [FML]: Examining file LibEx-1.12.2-1.0.8.jar for potential mods +[16:57:17] [Server thread/TRACE] [FML]: Located mcmod.info file in file LibEx-1.12.2-1.0.8.jar +[16:57:17] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (lex.LibEx) - loading +[16:57:17] [Server thread/TRACE] [FML]: Parsed dependency info for lex: Requirements: [forge@[1.12.2-14.23.4.2708,)] After:[forge@[1.12.2-14.23.4.2708,)] Before:[] +[16:57:17] [Server thread/DEBUG] [FML]: Examining file LoadingScreens-1.12.2-0.3.1.jar for potential mods +[16:57:17] [Server thread/TRACE] [FML]: Located mcmod.info file in file LoadingScreens-1.12.2-0.3.1.jar +[16:57:17] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.bloodnbonesgaming.loadingscreens.LoadingScreens) - loading +[16:57:17] [Server thread/INFO] [FML]: Disabling mod loadingscreens it is client side only. +[16:57:17] [Server thread/DEBUG] [FML]: Skipping mod com.bloodnbonesgaming.loadingscreens.LoadingScreens, container opted to not load. +[16:57:17] [Server thread/DEBUG] [FML]: Examining file LootTableTweaker-1.12.2-1.1.14.jar for potential mods +[16:57:17] [Server thread/DEBUG] [FML]: The mod container LootTableTweaker-1.12.2-1.1.14.jar appears to be missing an mcmod.info file +[16:57:17] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (net.darkhax.lttweaker.LTTMod) - loading +[16:57:17] [Server thread/TRACE] [FML]: Parsed dependency info for lttweaker: Requirements: [crafttweaker] After:[crafttweaker] Before:[] +[16:57:17] [Server thread/DEBUG] [FML]: Examining file MagmaMonsters-0.3.0.jar for potential mods +[16:57:17] [Server thread/TRACE] [FML]: Located mcmod.info file in file MagmaMonsters-0.3.0.jar +[16:57:17] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (magma_monsters.MagmaMonsters) - loading +[16:57:17] [Server thread/TRACE] [FML]: Parsed dependency info for magma_monsters: Requirements: [] After:[] Before:[] +[16:57:17] [Server thread/DEBUG] [FML]: Examining file Mantle-1.12-1.3.3.55.jar for potential mods +[16:57:17] [Server thread/TRACE] [FML]: Located mcmod.info file in file Mantle-1.12-1.3.3.55.jar +[16:57:17] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (slimeknights.mantle.Mantle) - loading +[16:57:17] [Server thread/TRACE] [FML]: Parsed dependency info for mantle: Requirements: [forge@[14.21.1.2387,)] After:[forge@[14.21.1.2387,)] Before:[] +[16:57:17] [Server thread/DEBUG] [FML]: Examining file mcjtylib-1.12-3.5.4.jar for potential mods +[16:57:17] [Server thread/TRACE] [FML]: Located mcmod.info file in file mcjtylib-1.12-3.5.4.jar +[16:57:17] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (mcjty.lib.McJtyLib) - loading +[16:57:17] [Server thread/TRACE] [FML]: Parsed dependency info for mcjtylib_ng: Requirements: [] After:[forge@[14.23.5.2800,), enderio@[5.0.21,)] Before:[] +[16:57:17] [Server thread/DEBUG] [FML]: Examining file Mekanism-1.12.2-9.8.3.390.jar for potential mods +[16:57:17] [Server thread/TRACE] [FML]: Located mcmod.info file in file Mekanism-1.12.2-9.8.3.390.jar +[16:57:18] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (mekanism.common.Mekanism) - loading +[16:57:18] [Server thread/TRACE] [FML]: Using mcmod dependency info for mekanism: [forge@[14.23.5.2768,)] [forge, redstoneflux, mcmultipart, jei, buildcraftcore, ic2, computercraft, galaticraft api, metallurgy, crafttweaker, cofhcore, cyclicmagic] [] +[16:57:18] [Server thread/DEBUG] [FML]: Examining file mekatweaks-1.0.0-3.jar for potential mods +[16:57:18] [Server thread/TRACE] [FML]: Located mcmod.info file in file mekatweaks-1.0.0-3.jar +[16:57:18] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (net.artdude.mekatweaks.MekaTweaks) - loading +[16:57:18] [Server thread/TRACE] [FML]: Parsed dependency info for mekatweaks: Requirements: [] After:[] Before:[] +[16:57:18] [Server thread/DEBUG] [FML]: Examining file Mercurius-1.12.2.jar for potential mods +[16:57:18] [Server thread/TRACE] [FML]: Located mcmod.info file in file Mercurius-1.12.2.jar +[16:57:18] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (net.minecraftforge.mercurius.StatsMod) - loading +[16:57:18] [Server thread/TRACE] [FML]: Parsed dependency info for mercurius: Requirements: [] After:[] Before:[] +[16:57:18] [Server thread/DEBUG] [FML]: Examining file MJRLegendsLib-1.12.2-1.2.0.jar for potential mods +[16:57:18] [Server thread/TRACE] [FML]: Located mcmod.info file in file MJRLegendsLib-1.12.2-1.2.0.jar +[16:57:18] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.mjr.mjrlegendslib.MJRLegendsLib) - loading +[16:57:18] [Server thread/TRACE] [FML]: Parsed dependency info for mjrlegendslib: Requirements: [forge@[14.23.1.2555,)] After:[forge@[14.23.1.2555,)] Before:[] +[16:57:18] [Server thread/DEBUG] [FML]: Examining file mobends-0.24_for_MC-1.12.jar for potential mods +[16:57:18] [Server thread/TRACE] [FML]: Located mcmod.info file in file mobends-0.24_for_MC-1.12.jar +[16:57:18] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (net.gobbob.mobends.MoBends) - loading +[16:57:18] [Server thread/TRACE] [FML]: Parsed dependency info for mobends: Requirements: [] After:[] Before:[] +[16:57:18] [Server thread/DEBUG] [FML]: Examining file MobGrindingUtils-0.3.13.jar for potential mods +[16:57:18] [Server thread/TRACE] [FML]: Located mcmod.info file in file MobGrindingUtils-0.3.13.jar +[16:57:18] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (mob_grinding_utils.MobGrindingUtils) - loading +[16:57:18] [Server thread/TRACE] [FML]: Parsed dependency info for mob_grinding_utils: Requirements: [] After:[] Before:[] +[16:57:18] [Server thread/DEBUG] [FML]: Examining file MobStages-1.12.2-2.0.13.jar for potential mods +[16:57:18] [Server thread/TRACE] [FML]: Located mcmod.info file in file MobStages-1.12.2-2.0.13.jar +[16:57:18] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (net.darkhax.mobstages.MobStages) - loading +[16:57:18] [Server thread/TRACE] [FML]: Parsed dependency info for mobstages: Requirements: [crafttweaker, bookshelf, gamestages@[2.0.89,)] After:[bookshelf, gamestages@[2.0.89,), crafttweaker] Before:[] +[16:57:18] [Server thread/DEBUG] [FML]: Examining file modtweaker-4.0.17.jar for potential mods +[16:57:18] [Server thread/TRACE] [FML]: Located mcmod.info file in file modtweaker-4.0.17.jar +[16:57:18] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.blamejared.ModTweaker) - loading +[16:57:18] [Server thread/TRACE] [FML]: Parsed dependency info for modtweaker: Requirements: [crafttweaker, mtlib] After:[crafttweaker, mtlib] Before:[jei] +[16:57:18] [Server thread/DEBUG] [FML]: Examining file modular-routers-1.12.2-3.3.0-33.jar for potential mods +[16:57:18] [Server thread/TRACE] [FML]: Located mcmod.info file in file modular-routers-1.12.2-3.3.0-33.jar +[16:57:18] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (me.desht.modularrouters.ModularRouters) - loading +[16:57:18] [Server thread/TRACE] [FML]: Parsed dependency info for modularrouters: Requirements: [forge@[14.23.4.2705,)] After:[waila, theoneprobe, forge@[14.23.4.2705,)] Before:[guideapi@[1.12-2.1.4-56,)] +[16:57:18] [Server thread/DEBUG] [FML]: Examining file modularmachinery-1.9.5.jar for potential mods +[16:57:18] [Server thread/TRACE] [FML]: Located mcmod.info file in file modularmachinery-1.9.5.jar +[16:57:18] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (hellfirepvp.modularmachinery.ModularMachinery) - loading +[16:57:18] [Server thread/TRACE] [FML]: Parsed dependency info for modularmachinery: Requirements: [forge@[14.21.0.2371,)] After:[forge@[14.21.0.2371,), crafttweaker@[4.0.4,), jei@[4.13.1.222,)] Before:[] +[16:57:18] [Server thread/DEBUG] [FML]: Examining file moreoverlays-1.15.1-mc1.12.2.jar for potential mods +[16:57:18] [Server thread/TRACE] [FML]: Located mcmod.info file in file moreoverlays-1.15.1-mc1.12.2.jar +[16:57:18] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (at.feldim2425.moreoverlays.MoreOverlays) - loading +[16:57:18] [Server thread/INFO] [FML]: Disabling mod moreoverlays it is client side only. +[16:57:18] [Server thread/DEBUG] [FML]: Skipping mod at.feldim2425.moreoverlays.MoreOverlays, container opted to not load. +[16:57:18] [Server thread/DEBUG] [FML]: Examining file Morpheus-1.12.2-3.5.106.jar for potential mods +[16:57:18] [Server thread/TRACE] [FML]: Located mcmod.info file in file Morpheus-1.12.2-3.5.106.jar +[16:57:18] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (net.quetzi.morpheus.Morpheus) - loading +[16:57:18] [Server thread/TRACE] [FML]: Parsed dependency info for morpheus: Requirements: [forge@[14.23.5.2808,)] After:[forge@[14.23.5.2808,)] Before:[] +[16:57:18] [Server thread/DEBUG] [FML]: Examining file MouseTweaks-2.10-mc1.12.2.jar for potential mods +[16:57:18] [Server thread/TRACE] [FML]: Located mcmod.info file in file MouseTweaks-2.10-mc1.12.2.jar +[16:57:18] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (yalter.mousetweaks.forge.MouseTweaksForge) - loading +[16:57:18] [Server thread/INFO] [FML]: Disabling mod mousetweaks it is client side only. +[16:57:18] [Server thread/DEBUG] [FML]: Skipping mod yalter.mousetweaks.forge.MouseTweaksForge, container opted to not load. +[16:57:18] [Server thread/DEBUG] [FML]: Examining file movingworld-1.12-6.353-full.jar for potential mods +[16:57:18] [Server thread/TRACE] [FML]: Located mcmod.info file in file movingworld-1.12-6.353-full.jar +[16:57:18] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.elytradev.movingworld.MovingWorldMod) - loading +[16:57:18] [Server thread/TRACE] [FML]: Parsed dependency info for movingworld: Requirements: [] After:[] Before:[] +[16:57:18] [Server thread/DEBUG] [FML]: Examining file mpbasic-1.12.2-1.4.11.jar for potential mods +[16:57:18] [Server thread/TRACE] [FML]: Located mcmod.info file in file mpbasic-1.12.2-1.4.11.jar +[16:57:18] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.gendeathrow.mpbasic.core.MPBasic) - loading +[16:57:18] [Server thread/TRACE] [FML]: Parsed dependency info for mpbasic: Requirements: [mputils@[1.5.6,1.6.0]] After:[mputils@[1.5.6,1.6.0]] Before:[] +[16:57:18] [Server thread/DEBUG] [FML]: Examining file MPUtils-1.12.2-1.5.7.jar for potential mods +[16:57:18] [Server thread/TRACE] [FML]: Located mcmod.info file in file MPUtils-1.12.2-1.5.7.jar +[16:57:18] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.gendeathrow.mputils.core.MPUtils) - loading +[16:57:18] [Server thread/TRACE] [FML]: Parsed dependency info for mputils: Requirements: [] After:[] Before:[mpbasic@[1.4.7,)] +[16:57:18] [Server thread/DEBUG] [FML]: Examining file MTLib-3.0.6.jar for potential mods +[16:57:18] [Server thread/TRACE] [FML]: Located mcmod.info file in file MTLib-3.0.6.jar +[16:57:18] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.blamejared.mtlib.MTLib) - loading +[16:57:18] [Server thread/TRACE] [FML]: Parsed dependency info for mtlib: Requirements: [] After:[] Before:[] +[16:57:18] [Server thread/DEBUG] [FML]: Examining file multiblockstages-1.2.0.jar for potential mods +[16:57:18] [Server thread/TRACE] [FML]: Located mcmod.info file in file multiblockstages-1.2.0.jar +[16:57:18] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.teamacronymcoders.multiblockstages.MultiBlockStages) - loading +[16:57:18] [Server thread/TRACE] [FML]: Parsed dependency info for multiblockstages: Requirements: [gamestages@[2.0.0,)] After:[gamestages@[2.0.0,), immersiveengineering] Before:[] +[16:57:18] [Server thread/DEBUG] [FML]: Examining file MundaneRedstone-1.1.4.jar for potential mods +[16:57:18] [Server thread/TRACE] [FML]: Located mcmod.info file in file MundaneRedstone-1.1.4.jar +[16:57:18] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.svennieke.MundaneRedstone.MundaneRedstone) - loading +[16:57:18] [Server thread/TRACE] [FML]: Parsed dependency info for mundaneredstone: Requirements: [] After:[geolosys] Before:[] +[16:57:18] [Server thread/DEBUG] [FML]: Examining file mystagradcompat-1.2.jar for potential mods +[16:57:18] [Server thread/TRACE] [FML]: Located mcmod.info file in file mystagradcompat-1.2.jar +[16:57:18] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.nicjames2378.MystAgradCompat.Main) - loading +[16:57:18] [Server thread/TRACE] [FML]: Parsed dependency info for mystagradcompat: Requirements: [immersiveengineering, mysticalagradditions] After:[mysticalagradditions, immersiveengineering] Before:[] +[16:57:18] [Server thread/DEBUG] [FML]: Examining file MysticalAgradditions-1.12.2-1.3.2.jar for potential mods +[16:57:18] [Server thread/TRACE] [FML]: Located mcmod.info file in file MysticalAgradditions-1.12.2-1.3.2.jar +[16:57:18] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.blakebr0.mysticalagradditions.MysticalAgradditions) - loading +[16:57:18] [Server thread/TRACE] [FML]: Parsed dependency info for mysticalagradditions: Requirements: [mysticalagriculture@[1.7.5,), cucumber@[1.1.2,)] After:[mysticalagriculture@[1.7.5,), cucumber@[1.1.2,), mantle, tconstruct] Before:[] +[16:57:18] [Server thread/DEBUG] [FML]: Examining file MysticalAgriculture-1.12.2-1.7.5.jar for potential mods +[16:57:18] [Server thread/TRACE] [FML]: Located mcmod.info file in file MysticalAgriculture-1.12.2-1.7.5.jar +[16:57:18] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.blakebr0.mysticalagriculture.MysticalAgriculture) - loading +[16:57:18] [Server thread/TRACE] [FML]: Parsed dependency info for mysticalagriculture: Requirements: [cucumber@[1.1.2,)] After:[cucumber@[1.1.2,)] Before:[] +[16:57:18] [Server thread/DEBUG] [FML]: Examining file natura-1.12.2-4.3.2.69.jar for potential mods +[16:57:18] [Server thread/TRACE] [FML]: Located mcmod.info file in file natura-1.12.2-4.3.2.69.jar +[16:57:18] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.progwml6.natura.Natura) - loading +[16:57:18] [Server thread/TRACE] [FML]: Parsed dependency info for natura: Requirements: [forge@[14.23.3.2673,), mantle@[1.12-1.3.0,)] After:[forge@[14.23.3.2673,), mantle@[1.12-1.3.0,)] Before:[] +[16:57:18] [Server thread/DEBUG] [FML]: Examining file NaturesCompass-1.12.2-1.5.1.jar for potential mods +[16:57:18] [Server thread/TRACE] [FML]: Located mcmod.info file in file NaturesCompass-1.12.2-1.5.1.jar +[16:57:18] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.chaosthedude.naturescompass.NaturesCompass) - loading +[16:57:18] [Server thread/TRACE] [FML]: Parsed dependency info for naturescompass: Requirements: [] After:[] Before:[] +[16:57:18] [Server thread/DEBUG] [FML]: Examining file Neat 1.4-17.jar for potential mods +[16:57:18] [Server thread/TRACE] [FML]: Located mcmod.info file in file Neat 1.4-17.jar +[16:57:18] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (vazkii.neat.Neat) - loading +[16:57:18] [Server thread/INFO] [FML]: Disabling mod neat it is client side only. +[16:57:18] [Server thread/DEBUG] [FML]: Skipping mod vazkii.neat.Neat, container opted to not load. +[16:57:18] [Server thread/DEBUG] [FML]: Examining file NetherEx-1.12.2-2.0.8.jar for potential mods +[16:57:18] [Server thread/TRACE] [FML]: Located mcmod.info file in file NetherEx-1.12.2-2.0.8.jar +[16:57:18] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (nex.NetherEx) - loading +[16:57:18] [Server thread/TRACE] [FML]: Parsed dependency info for nex: Requirements: [lex@[1.0.8,)] After:[lex@[1.0.8,)] Before:[] +[16:57:18] [Server thread/DEBUG] [FML]: Examining file noRecipeBook_v1.2.2formc1.12.2.jar for potential mods +[16:57:18] [Server thread/TRACE] [FML]: Located mcmod.info file in file noRecipeBook_v1.2.2formc1.12.2.jar +[16:57:18] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.luwin.norecipebook.NoRecipeBook) - loading +[16:57:18] [Server thread/INFO] [FML]: Disabling mod norecipebook it is client side only. +[16:57:18] [Server thread/DEBUG] [FML]: Skipping mod com.luwin.norecipebook.NoRecipeBook, container opted to not load. +[16:57:18] [Server thread/DEBUG] [FML]: Examining file NoWorldgen5You-1.12.2-1.0.6.jar for potential mods +[16:57:18] [Server thread/TRACE] [FML]: Located mcmod.info file in file NoWorldgen5You-1.12.2-1.0.6.jar +[16:57:18] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (net.darkhax.noworldgen5you.NoWorldgen5You) - loading +[16:57:18] [Server thread/TRACE] [FML]: Parsed dependency info for noworldgen5you: Requirements: [] After:[] Before:[] +[16:57:18] [Server thread/DEBUG] [FML]: Examining file Nutrition-1.12.2-4.3.0.jar for potential mods +[16:57:18] [Server thread/TRACE] [FML]: Located mcmod.info file in file Nutrition-1.12.2-4.3.0.jar +[16:57:18] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (ca.wescook.nutrition.Nutrition) - loading +[16:57:18] [Server thread/TRACE] [FML]: Parsed dependency info for nutrition: Requirements: [] After:[] Before:[] +[16:57:18] [Server thread/DEBUG] [FML]: Examining file OceanFloor-1.12.2-1.0.2.jar for potential mods +[16:57:18] [Server thread/TRACE] [FML]: Located mcmod.info file in file OceanFloor-1.12.2-1.0.2.jar +[16:57:18] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.lothrazar.samsocean.ModOcean) - loading +[16:57:18] [Server thread/TRACE] [FML]: Parsed dependency info for samsocean: Requirements: [] After:[] Before:[] +[16:57:18] [Server thread/DEBUG] [FML]: Attempting to load the file version.properties from OceanFloor-1.12.2-1.0.2.jar to locate a version number for mod samsocean +[16:57:18] [Server thread/WARN] [FML]: Mod samsocean is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.0.2 +[16:57:18] [Server thread/DEBUG] [FML]: Examining file oeintegration-2.3.4.jar for potential mods +[16:57:18] [Server thread/TRACE] [FML]: Located mcmod.info file in file oeintegration-2.3.4.jar +[16:57:18] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (atm.bloodworkxgaming.oeintegration.OreExcavationIntegration) - loading +[16:57:18] [Server thread/TRACE] [FML]: Parsed dependency info for oeintegration: Requirements: [oreexcavation] After:[oreexcavation] Before:[] +[16:57:18] [Server thread/DEBUG] [FML]: Examining file OreExcavation-1.4.150.jar for potential mods +[16:57:18] [Server thread/TRACE] [FML]: Located mcmod.info file in file OreExcavation-1.4.150.jar +[16:57:18] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (oreexcavation.core.OreExcavation) - loading +[16:57:18] [Server thread/TRACE] [FML]: Using mcmod dependency info for oreexcavation: [] [gamestages] [] +[16:57:18] [Server thread/DEBUG] [FML]: Examining file OreStages-1.12.2-2.0.37.jar for potential mods +[16:57:18] [Server thread/TRACE] [FML]: Located mcmod.info file in file OreStages-1.12.2-2.0.37.jar +[16:57:18] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (net.darkhax.orestages.OreStages) - loading +[16:57:18] [Server thread/TRACE] [FML]: Parsed dependency info for orestages: Requirements: [gamestages@[2.0.89,), bookshelf, crafttweaker] After:[bookshelf, gamestages@[2.0.89,), crafttweaker] Before:[] +[16:57:18] [Server thread/DEBUG] [FML]: Examining file Overloaded-1.12.2-0.0.59.jar for potential mods +[16:57:18] [Server thread/TRACE] [FML]: Located mcmod.info file in file Overloaded-1.12.2-0.0.59.jar +[16:57:18] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.cjm721.overloaded.Overloaded) - loading +[16:57:18] [Server thread/TRACE] [FML]: Parsed dependency info for overloaded: Requirements: [] After:[] Before:[] +[16:57:18] [Server thread/DEBUG] [FML]: Examining file PickleTweaks-1.12.2-2.1.3.jar for potential mods +[16:57:18] [Server thread/TRACE] [FML]: Located mcmod.info file in file PickleTweaks-1.12.2-2.1.3.jar +[16:57:18] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.blakebr0.pickletweaks.PickleTweaks) - loading +[16:57:18] [Server thread/TRACE] [FML]: Parsed dependency info for pickletweaks: Requirements: [cucumber@[1.1.1,)] After:[cucumber@[1.1.1,)] Before:[] +[16:57:18] [Server thread/DEBUG] [FML]: Examining file Placebo-1.12.2-1.6.0.jar for potential mods +[16:57:18] [Server thread/TRACE] [FML]: Located mcmod.info file in file Placebo-1.12.2-1.6.0.jar +[16:57:18] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (shadows.placebo.Placebo) - loading +[16:57:18] [Server thread/TRACE] [FML]: Parsed dependency info for placebo: Requirements: [] After:[] Before:[] +[16:57:18] [Server thread/DEBUG] [FML]: Examining file playerbosses-1.12.2-1.1.0.jar for potential mods +[16:57:18] [Server thread/TRACE] [FML]: Located mcmod.info file in file playerbosses-1.12.2-1.1.0.jar +[16:57:18] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.lothrazar.playerbosses.ModBosses) - loading +[16:57:18] [Server thread/TRACE] [FML]: Parsed dependency info for playerbosses: Requirements: [] After:[] Before:[] +[16:57:18] [Server thread/INFO] [FML]: Mod playerbosses is missing the required element 'name'. Substituting playerbosses +[16:57:18] [Server thread/DEBUG] [FML]: Attempting to load the file version.properties from playerbosses-1.12.2-1.1.0.jar to locate a version number for mod playerbosses +[16:57:18] [Server thread/WARN] [FML]: Mod playerbosses is missing the required element 'version' and no fallback can be found. Substituting '1.0'. +[16:57:18] [Server thread/DEBUG] [FML]: Examining file playerskin-1.12.2-1.0.5.jar for potential mods +[16:57:18] [Server thread/TRACE] [FML]: Located mcmod.info file in file playerskin-1.12.2-1.0.5.jar +[16:57:18] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.gendeathrow.playerskins.core.PlayerSkinsCore) - loading +[16:57:18] [Server thread/ERROR] [FML]: Unable to parse dependency for mod 'playerskins' with dependency string 'after:BiomesOPlenty'. The modId 'BiomesOPlenty' must be all lowercase. +[16:57:18] [Server thread/TRACE] [FML]: Parsed dependency info for playerskins: Requirements: [] After:[BiomesOPlenty] Before:[] +[16:57:18] [Server thread/DEBUG] [FML]: Examining file pneumaticcraft-repressurized-1.12.2-0.11.1-361.jar for potential mods +[16:57:18] [Server thread/TRACE] [FML]: Located mcmod.info file in file pneumaticcraft-repressurized-1.12.2-0.11.1-361.jar +[16:57:18] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (me.desht.pneumaticcraft.PneumaticCraftRepressurized) - loading +[16:57:18] [Server thread/TRACE] [FML]: Parsed dependency info for pneumaticcraft: Requirements: [forge@[14.23.5.2768,)] After:[forge@[14.23.5.2768,), forestry, igwmod@[1.4.2-11,), thaumcraft, computercraft, appliedenergistics2@[rv6,], jei@[4.12.0,)] Before:[] +[16:57:18] [Server thread/DEBUG] [FML]: Examining file PowerAdapters-1.12.2-1.0.9.jar for potential mods +[16:57:18] [Server thread/TRACE] [FML]: Located mcmod.info file in file PowerAdapters-1.12.2-1.0.9.jar +[16:57:18] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.jarhax.poweradapters.PowerAdapters) - loading +[16:57:18] [Server thread/TRACE] [FML]: Parsed dependency info for poweradapters: Requirements: [bookshelf@[2.3.537,)] After:[bookshelf@[2.3.537,)] Before:[] +[16:57:18] [Server thread/DEBUG] [FML]: Examining file Prestige-1.12.2-1.1.30.jar for potential mods +[16:57:18] [Server thread/TRACE] [FML]: Located mcmod.info file in file Prestige-1.12.2-1.1.30.jar +[16:57:18] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.jarhax.prestige.Prestige) - loading +[16:57:18] [Server thread/TRACE] [FML]: Parsed dependency info for prestige: Requirements: [bookshelf@[2.3.523,)] After:[bookshelf@[2.3.523,)] Before:[] +[16:57:18] [Server thread/DEBUG] [FML]: Examining file PrimalChests-1.0.3.jar for potential mods +[16:57:18] [Server thread/TRACE] [FML]: Located mcmod.info file in file PrimalChests-1.0.3.jar +[16:57:18] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.blamejared.primalchests.PrimalChests) - loading +[16:57:18] [Server thread/TRACE] [FML]: Parsed dependency info for primalchests: Requirements: [] After:[] Before:[] +[16:57:18] [Server thread/DEBUG] [FML]: Examining file PrimalCore-1.12.2-0.6.104.jar for potential mods +[16:57:18] [Server thread/TRACE] [FML]: Located mcmod.info file in file PrimalCore-1.12.2-0.6.104.jar +[16:57:18] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (nmd.primal.core.common.PrimalCore) - loading +[16:57:18] [Server thread/TRACE] [FML]: Parsed dependency info for primal: Requirements: [forge@[14.21.1.2400,)] After:[forge@[14.21.1.2400,), thaumcraft, rustic, coralreef, mekanism, toughasnails, toolbox, thermalexpansion, thebetweenlands, biomesoplenty, undergroundbiomes, natura, stellarapi, stellarsky, quark, survivalist, tconstruct, immersiveengineering, techreborn, ic2, roguelike, traverse, combustfish, dynamictrees, waila, grue, nex] Before:[] +[16:57:18] [Server thread/DEBUG] [FML]: Examining file PrimalTech-0.3.5.jar for potential mods +[16:57:18] [Server thread/TRACE] [FML]: Located mcmod.info file in file PrimalTech-0.3.5.jar +[16:57:18] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (primal_tech.PrimalTech) - loading +[16:57:18] [Server thread/TRACE] [FML]: Parsed dependency info for primal_tech: Requirements: [] After:[*] Before:[] +[16:57:18] [Server thread/DEBUG] [FML]: Examining file ProgressionTweaks-1.12.2-0.3.40.jar for potential mods +[16:57:18] [Server thread/TRACE] [FML]: Located mcmod.info file in file ProgressionTweaks-1.12.2-0.3.40.jar +[16:57:18] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.theprogrammingturkey.progressiontweaks.ProgressionCore) - loading +[16:57:18] [Server thread/TRACE] [FML]: Parsed dependency info for progressiontweaks: Requirements: [] After:[gobblecore] Before:[] +[16:57:18] [Server thread/DEBUG] [FML]: Examining file ProportionalDestructionParticles-1.12.2-1.2.4.jar for potential mods +[16:57:18] [Server thread/TRACE] [FML]: Located mcmod.info file in file ProportionalDestructionParticles-1.12.2-1.2.4.jar +[16:57:18] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (phylogeny.proportionaldestructionparticles.ProportionalDestructionParticles) - loading +[16:57:18] [Server thread/INFO] [FML]: Disabling mod pdp it is client side only. +[16:57:18] [Server thread/DEBUG] [FML]: Skipping mod phylogeny.proportionaldestructionparticles.ProportionalDestructionParticles, container opted to not load. +[16:57:18] [Server thread/DEBUG] [FML]: Examining file prospectors-1.0.2.jar for potential mods +[16:57:18] [Server thread/TRACE] [FML]: Located mcmod.info file in file prospectors-1.0.2.jar +[16:57:18] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.lothrazar.prospectors.Prospectors) - loading +[16:57:18] [Server thread/TRACE] [FML]: Parsed dependency info for prospectors: Requirements: [] After:[] Before:[] +[16:57:18] [Server thread/DEBUG] [FML]: Attempting to load the file version.properties from prospectors-1.0.2.jar to locate a version number for mod prospectors +[16:57:18] [Server thread/WARN] [FML]: Mod prospectors is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.0.2 +[16:57:18] [Server thread/DEBUG] [FML]: Examining file QuantumStorage-1.12-4.6.8.jar for potential mods +[16:57:18] [Server thread/TRACE] [FML]: Located mcmod.info file in file QuantumStorage-1.12-4.6.8.jar +[16:57:18] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (QuantumStorage.QuantumStorage) - loading +[16:57:18] [Server thread/TRACE] [FML]: Parsed dependency info for quantumstorage: Requirements: [forge@[14.21.0.2359,), reborncore] After:[forge@[14.21.0.2359,), reborncore] Before:[] +[16:57:18] [Server thread/DEBUG] [FML]: Examining file Quark-r1.5-158.jar for potential mods +[16:57:18] [Server thread/TRACE] [FML]: Located mcmod.info file in file Quark-r1.5-158.jar +[16:57:18] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (vazkii.quark.base.Quark) - loading +[16:57:18] [Server thread/TRACE] [FML]: Parsed dependency info for quark: Requirements: [forge@[14.23.5.2831,), autoreglib@[1.3-28,),[GRADLE.VERSION-GRADLE.BUILD,)] After:[forge@[14.23.5.2831,), jei@[4.6.0,)] Before:[autoreglib@[1.3-28,),[GRADLE.VERSION-GRADLE.BUILD,)] +[16:57:18] [Server thread/DEBUG] [FML]: Examining file QuickLeafDecay-MC1.12.1-1.2.4.jar for potential mods +[16:57:18] [Server thread/TRACE] [FML]: Located mcmod.info file in file QuickLeafDecay-MC1.12.1-1.2.4.jar +[16:57:18] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (lumien.quickleafdecay.QuickLeafDecay) - loading +[16:57:18] [Server thread/TRACE] [FML]: Parsed dependency info for quickleafdecay: Requirements: [] After:[] Before:[] +[16:57:18] [Server thread/DEBUG] [FML]: Examining file rangedpumps-0.5.jar for potential mods +[16:57:18] [Server thread/TRACE] [FML]: Located mcmod.info file in file rangedpumps-0.5.jar +[16:57:18] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.raoulvdberge.rangedpumps.RangedPumps) - loading +[16:57:18] [Server thread/TRACE] [FML]: Parsed dependency info for rangedpumps: Requirements: [] After:[] Before:[] +[16:57:18] [Server thread/DEBUG] [FML]: Examining file RealisticItemDrops-1.2.14.jar for potential mods +[16:57:18] [Server thread/TRACE] [FML]: Located mcmod.info file in file RealisticItemDrops-1.2.14.jar +[16:57:18] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (realdrops.core.RealDrops) - loading +[16:57:18] [Server thread/TRACE] [FML]: Parsed dependency info for realdrops: Requirements: [] After:[] Before:[] +[16:57:18] [Server thread/DEBUG] [FML]: Attempting to load the file version.properties from RealisticItemDrops-1.2.14.jar to locate a version number for mod realdrops +[16:57:18] [Server thread/WARN] [FML]: Mod realdrops is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.2.14 +[16:57:18] [Server thread/DEBUG] [FML]: Examining file RebornCore-1.12.2-3.19.5-universal.jar for potential mods +[16:57:18] [Server thread/TRACE] [FML]: Located mcmod.info file in file RebornCore-1.12.2-3.19.5-universal.jar +[16:57:18] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (reborncore.RebornCore) - loading +[16:57:18] [Server thread/TRACE] [FML]: Parsed dependency info for reborncore: Requirements: [forge@[14.23.5.2796,)] After:[forge@[14.23.5.2796,)] Before:[] +[16:57:18] [Server thread/DEBUG] [FML]: Examining file RebornStorage-1.12.2-3.3.4.1.jar for potential mods +[16:57:18] [Server thread/TRACE] [FML]: Located mcmod.info file in file RebornStorage-1.12.2-3.3.4.1.jar +[16:57:18] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (me.modmuss50.rebornstorage.RebornStorage) - loading +[16:57:18] [Server thread/TRACE] [FML]: Parsed dependency info for rebornstorage: Requirements: [reborncore] After:[reborncore, refinedstorage] Before:[] +[16:57:18] [Server thread/DEBUG] [FML]: Examining file RecipeStages-1.1.3.jar for potential mods +[16:57:18] [Server thread/TRACE] [FML]: Located mcmod.info file in file RecipeStages-1.1.3.jar +[16:57:18] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.blamejared.recipestages.RecipeStages) - loading +[16:57:18] [Server thread/TRACE] [FML]: Parsed dependency info for recipestages: Requirements: [crafttweaker] After:[crafttweaker, gamestages@[2.0.90,)] Before:[] +[16:57:18] [Server thread/DEBUG] [FML]: Examining file RecurrentComplex-1.4.8.2.jar for potential mods +[16:57:18] [Server thread/TRACE] [FML]: Located mcmod.info file in file RecurrentComplex-1.4.8.2.jar +[16:57:18] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (ivorius.reccomplex.RecurrentComplex) - loading +[16:57:18] [Server thread/TRACE] [FML]: Parsed dependency info for reccomplex: Requirements: [ivtoolkit] After:[ivtoolkit] Before:[] +[16:57:18] [Server thread/DEBUG] [FML]: Examining file RedstoneFlux-1.12-2.1.0.6-universal.jar for potential mods +[16:57:18] [Server thread/TRACE] [FML]: Located mcmod.info file in file RedstoneFlux-1.12-2.1.0.6-universal.jar +[16:57:18] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (cofh.redstoneflux.RedstoneFlux) - loading +[16:57:18] [Server thread/TRACE] [FML]: Parsed dependency info for redstoneflux: Requirements: [] After:[] Before:[] +[16:57:18] [Server thread/DEBUG] [FML]: Examining file refinedstorage-1.6.16.jar for potential mods +[16:57:18] [Server thread/TRACE] [FML]: Located mcmod.info file in file refinedstorage-1.6.16.jar +[16:57:18] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.raoulvdberge.refinedstorage.RS) - loading +[16:57:18] [Server thread/TRACE] [FML]: Parsed dependency info for refinedstorage: Requirements: [] After:[forge@[14.23.3.2694,)] Before:[] +[16:57:18] [Server thread/DEBUG] [FML]: Examining file refinedstorageaddons-0.4.5.jar for potential mods +[16:57:18] [Server thread/TRACE] [FML]: Located mcmod.info file in file refinedstorageaddons-0.4.5.jar +[16:57:18] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.raoulvdberge.refinedstorageaddons.RSAddons) - loading +[16:57:18] [Server thread/TRACE] [FML]: Parsed dependency info for refinedstorageaddons: Requirements: [refinedstorage@[1.6.16,)] After:[refinedstorage@[1.6.16,)] Before:[] +[16:57:18] [Server thread/DEBUG] [FML]: Examining file ResourceLoader-MC1.12.1-1.5.3.jar for potential mods +[16:57:18] [Server thread/TRACE] [FML]: Located mcmod.info file in file ResourceLoader-MC1.12.1-1.5.3.jar +[16:57:18] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (lumien.resourceloader.ResourceLoader) - loading +[16:57:18] [Server thread/INFO] [FML]: Disabling mod resourceloader it is client side only. +[16:57:18] [Server thread/DEBUG] [FML]: Skipping mod lumien.resourceloader.ResourceLoader, container opted to not load. +[16:57:18] [Server thread/DEBUG] [FML]: Examining file rftools-1.12-7.73.jar for potential mods +[16:57:18] [Server thread/TRACE] [FML]: Located mcmod.info file in file rftools-1.12-7.73.jar +[16:57:18] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (mcjty.rftools.RFTools) - loading +[16:57:18] [Server thread/TRACE] [FML]: Parsed dependency info for rftools: Requirements: [mcjtylib_ng@[3.5.4,)] After:[mcjtylib_ng@[3.5.4,), forge@[14.22.0.2464,)] Before:[xnet@[1.7.0,)] +[16:57:18] [Server thread/DEBUG] [FML]: Examining file rftoolsctrl-1.12-2.0.2.jar for potential mods +[16:57:18] [Server thread/TRACE] [FML]: Located mcmod.info file in file rftoolsctrl-1.12-2.0.2.jar +[16:57:18] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (mcjty.rftoolscontrol.RFToolsControl) - loading +[16:57:18] [Server thread/TRACE] [FML]: Parsed dependency info for rftoolscontrol: Requirements: [rftools@[7.70,), mcjtylib_ng@[3.5.0,)] After:[mcjtylib_ng@[3.5.0,), rftools@[7.70,), forge@[13.19.0.2176,)] Before:[] +[16:57:18] [Server thread/DEBUG] [FML]: Examining file roadrunner-1.0.1.jar for potential mods +[16:57:18] [Server thread/TRACE] [FML]: Located mcmod.info file in file roadrunner-1.0.1.jar +[16:57:18] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (thretcha.roadrunner.RoadRunnerMod) - loading +[16:57:18] [Server thread/TRACE] [FML]: Parsed dependency info for roadrunner: Requirements: [] After:[] Before:[] +[16:57:18] [Server thread/DEBUG] [FML]: Examining file rustic-1.1.4.jar for potential mods +[16:57:18] [Server thread/TRACE] [FML]: Located mcmod.info file in file rustic-1.1.4.jar +[16:57:18] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (rustic.core.Rustic) - loading +[16:57:18] [Server thread/TRACE] [FML]: Parsed dependency info for rustic: Requirements: [] After:[dynamictrees@[1.12.2-0.9.1e,), dynamictreesbop] Before:[dynamictreestc] +[16:57:18] [Server thread/DEBUG] [FML]: Examining file Scannable-MC1.12.2-1.6.3.24.jar for potential mods +[16:57:18] [Server thread/TRACE] [FML]: Located mcmod.info file in file Scannable-MC1.12.2-1.6.3.24.jar +[16:57:18] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (li.cil.scannable.common.Scannable) - loading +[16:57:18] [Server thread/TRACE] [FML]: Parsed dependency info for scannable: Requirements: [] After:[] Before:[] +[16:57:18] [Server thread/DEBUG] [FML]: Examining file sevpatches-1.9-10.jar for potential mods +[16:57:18] [Server thread/TRACE] [FML]: Located mcmod.info file in file sevpatches-1.9-10.jar +[16:57:18] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (tv.darkosto.sevpatches.SevPatches) - loading +[16:57:18] [Server thread/TRACE] [FML]: Parsed dependency info for sevpatches: Requirements: [] After:[] Before:[] +[16:57:18] [Server thread/DEBUG] [FML]: Attempting to load the file version.properties from sevpatches-1.9-10.jar to locate a version number for mod sevpatches +[16:57:18] [Server thread/WARN] [FML]: Mod sevpatches is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.9 +[16:57:18] [Server thread/DEBUG] [FML]: Examining file SevTweaks-0.4.0-1.jar for potential mods +[16:57:18] [Server thread/TRACE] [FML]: Located mcmod.info file in file SevTweaks-0.4.0-1.jar +[16:57:18] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (tv.darkosto.sevtweaks.SevTweaks) - loading +[16:57:18] [Server thread/TRACE] [FML]: Parsed dependency info for sevtweaks: Requirements: [crafttweaker@[1.12-4.1.8.470,]] After:[crafttweaker@[1.12-4.1.8.470,], gamestages@[2.0.97,], galacticraftplanets@[4.0.1.181,], mekanism@[1.12.2-9.4.13.349,]] Before:[] +[16:57:18] [Server thread/DEBUG] [FML]: Examining file SevTweaksNPC-0.0.4.jar for potential mods +[16:57:18] [Server thread/TRACE] [FML]: Located mcmod.info file in file SevTweaksNPC-0.0.4.jar +[16:57:18] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (sev_tweaks_npc.SevTweaksNPC) - loading +[16:57:18] [Server thread/TRACE] [FML]: Parsed dependency info for sev_tweaks_npc: Requirements: [] After:[] Before:[] +[16:57:18] [Server thread/DEBUG] [FML]: Examining file simpleautorun-1.12.2-1.2.0.jar for potential mods +[16:57:18] [Server thread/TRACE] [FML]: Located mcmod.info file in file simpleautorun-1.12.2-1.2.0.jar +[16:57:18] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (net.mysticdrew.autorun.AutoRun) - loading +[16:57:18] [Server thread/TRACE] [FML]: Parsed dependency info for simpleautorun: Requirements: [] After:[] Before:[] +[16:57:18] [Server thread/DEBUG] [FML]: Examining file simplegenerators-1.12.2-2.0.20.2.jar for potential mods +[16:57:18] [Server thread/TRACE] [FML]: Located mcmod.info file in file simplegenerators-1.12.2-2.0.20.2.jar +[16:57:18] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.valkyrieofnight.sg.SGMod) - loading +[16:57:18] [Server thread/TRACE] [FML]: Parsed dependency info for simplegenerators: Requirements: [valkyrielib@[1.12.2-2.0.20.1,1.12.2-2.0.20.9999)] After:[valkyrielib@[1.12.2-2.0.20.1,1.12.2-2.0.20.9999)] Before:[] +[16:57:18] [Server thread/DEBUG] [FML]: Examining file simpleplanes-1.12.2-3.0.1.7.jar for potential mods +[16:57:18] [Server thread/TRACE] [FML]: Located mcmod.info file in file simpleplanes-1.12.2-3.0.1.7.jar +[16:57:18] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (xyz.przemyk.simpleplanes.SimplePlanesMod) - loading +[16:57:18] [Server thread/TRACE] [FML]: Parsed dependency info for simpleplanes: Requirements: [] After:[] Before:[] +[16:57:18] [Server thread/DEBUG] [FML]: Examining file SimpleStorageNetwork-1.12.2-1.7.11.jar for potential mods +[16:57:18] [Server thread/TRACE] [FML]: Located mcmod.info file in file SimpleStorageNetwork-1.12.2-1.7.11.jar +[16:57:18] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (mrriegel.storagenetwork.StorageNetwork) - loading +[16:57:18] [Server thread/TRACE] [FML]: Parsed dependency info for storagenetwork: Requirements: [] After:[] Before:[] +[16:57:18] [Server thread/DEBUG] [FML]: Examining file simpletomb-1.12.2-1.0.0.jar for potential mods +[16:57:18] [Server thread/TRACE] [FML]: Located mcmod.info file in file simpletomb-1.12.2-1.0.0.jar +[16:57:18] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.lothrazar.simpletomb.ModTomb) - loading +[16:57:18] [Server thread/TRACE] [FML]: Parsed dependency info for simpletomb: Requirements: [] After:[] Before:[] +[16:57:18] [Server thread/DEBUG] [FML]: Attempting to load the file version.properties from simpletomb-1.12.2-1.0.0.jar to locate a version number for mod simpletomb +[16:57:18] [Server thread/WARN] [FML]: Mod simpletomb is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.12.2-1.0.0 +[16:57:18] [Server thread/DEBUG] [FML]: Examining file SimplyArrows-1.12.2-1.0.4.jar for potential mods +[16:57:18] [Server thread/TRACE] [FML]: Located mcmod.info file in file SimplyArrows-1.12.2-1.0.4.jar +[16:57:18] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (net.darkhax.simplyarrows.SimplyArrows) - loading +[16:57:18] [Server thread/TRACE] [FML]: Parsed dependency info for simplyarrows: Requirements: [bookshelf@[2.2.523,)] After:[bookshelf@[2.2.523,)] Before:[] +[16:57:18] [Server thread/DEBUG] [FML]: Examining file SmoothFont-mc1.12.2-2.1.2.jar for potential mods +[16:57:18] [Server thread/TRACE] [FML]: Located mcmod.info file in file SmoothFont-mc1.12.2-2.1.2.jar +[16:57:18] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (bre.smoothfont.mod_SmoothFont) - loading +[16:57:18] [Server thread/INFO] [FML]: Disabling mod smoothfont it is client side only. +[16:57:18] [Server thread/DEBUG] [FML]: Skipping mod bre.smoothfont.mod_SmoothFont, container opted to not load. +[16:57:18] [Server thread/DEBUG] [FML]: Examining file SpartanShields-1.12.2-1.5.4.jar for potential mods +[16:57:18] [Server thread/TRACE] [FML]: Located mcmod.info file in file SpartanShields-1.12.2-1.5.4.jar +[16:57:18] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.oblivioussp.spartanshields.ModSpartanShields) - loading +[16:57:18] [Server thread/TRACE] [FML]: Parsed dependency info for spartanshields: Requirements: [] After:[redstoneflux, enderio, rftools, botania, redstonearsenal, abyssalcraft, betterwithmods, thaumcraft] Before:[] +[16:57:18] [Server thread/DEBUG] [FML]: Examining file spatialservermod-1.3.jar for potential mods +[16:57:18] [Server thread/TRACE] [FML]: Located mcmod.info file in file spatialservermod-1.3.jar +[16:57:18] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (me.dj.spatialserver.SpatialServer) - loading +[16:57:18] [Server thread/TRACE] [FML]: Parsed dependency info for spatialservermod: Requirements: [] After:[] Before:[] +[16:57:18] [Server thread/DEBUG] [FML]: Examining file StevesCarts-1.12.2-2.4.32.137.jar for potential mods +[16:57:18] [Server thread/TRACE] [FML]: Located mcmod.info file in file StevesCarts-1.12.2-2.4.32.137.jar +[16:57:18] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (vswe.stevescarts.StevesCarts) - loading +[16:57:18] [Server thread/TRACE] [FML]: Parsed dependency info for stevescarts: Requirements: [reborncore, forge@[14.21.0.2373,)] After:[reborncore, forge@[14.21.0.2373,)] Before:[] +[16:57:18] [Server thread/DEBUG] [FML]: Examining file stg-1.12.2-1.2.3.jar for potential mods +[16:57:18] [Server thread/TRACE] [FML]: Located mcmod.info file in file stg-1.12.2-1.2.3.jar +[16:57:18] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.exidex.stg.STG) - loading +[16:57:18] [Server thread/TRACE] [FML]: Parsed dependency info for stg: Requirements: [] After:[] Before:[] +[16:57:18] [Server thread/DEBUG] [FML]: Examining file StorageDrawers-1.12.2-5.4.2.jar for potential mods +[16:57:18] [Server thread/TRACE] [FML]: Located mcmod.info file in file StorageDrawers-1.12.2-5.4.2.jar +[16:57:18] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.jaquadro.minecraft.storagedrawers.StorageDrawers) - loading +[16:57:18] [Server thread/TRACE] [FML]: Using mcmod dependency info for storagedrawers: [forge, chameleon] [chameleon] [] +[16:57:18] [Server thread/DEBUG] [FML]: Examining file Streams-1.12-0.4.8.jar for potential mods +[16:57:18] [Server thread/TRACE] [FML]: Located mcmod.info file in file Streams-1.12-0.4.8.jar +[16:57:18] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (streams.StreamsMod) - loading +[16:57:18] [Server thread/TRACE] [FML]: Using mcmod dependency info for streams: [farseek@[2,3)] [farseek@[2,3)] [] +[16:57:18] [Server thread/DEBUG] [FML]: Attempting to load the file version.properties from Streams-1.12-0.4.8.jar to locate a version number for mod streams +[16:57:18] [Server thread/WARN] [FML]: Mod streams is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 0.4.8 +[16:57:18] [Server thread/DEBUG] [FML]: Examining file StuffASockInIt-1.12.2-1.1.32.jar for potential mods +[16:57:18] [Server thread/TRACE] [FML]: Located mcmod.info file in file StuffASockInIt-1.12.2-1.1.32.jar +[16:57:18] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (net.darkhax.sasit.SASIT) - loading +[16:57:18] [Server thread/TRACE] [FML]: Parsed dependency info for sasit: Requirements: [] After:[] Before:[] +[16:57:18] [Server thread/DEBUG] [FML]: Examining file supersoundmuffler-revived_1.12.2_1.0.2.10.jar for potential mods +[16:57:18] [Server thread/TRACE] [FML]: Located mcmod.info file in file supersoundmuffler-revived_1.12.2_1.0.2.10.jar +[16:57:18] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (edgarallen.soundmuffler.SuperSoundMuffler) - loading +[16:57:18] [Server thread/TRACE] [FML]: Parsed dependency info for supersoundmuffler: Requirements: [] After:[baubles, theoneprobe, waila] Before:[] +[16:57:18] [Server thread/DEBUG] [FML]: Examining file TallGates-1.12.2-1.0.0.1.jar for potential mods +[16:57:18] [Server thread/TRACE] [FML]: Located mcmod.info file in file TallGates-1.12.2-1.0.0.1.jar +[16:57:18] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (se.gory_moon.tallgates.TallGatesMod) - loading +[16:57:18] [Server thread/TRACE] [FML]: Parsed dependency info for tallgates: Requirements: [] After:[] Before:[] +[16:57:18] [Server thread/DEBUG] [FML]: Examining file TConstruct-1.12.2-2.12.0.135.jar for potential mods +[16:57:18] [Server thread/TRACE] [FML]: Located mcmod.info file in file TConstruct-1.12.2-2.12.0.135.jar +[16:57:18] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (slimeknights.tconstruct.TConstruct) - loading +[16:57:18] [Server thread/TRACE] [FML]: Parsed dependency info for tconstruct: Requirements: [mantle@[1.12-1.3.3.49,), forge@[14.23.1.2577,)] After:[forge@[14.23.1.2577,), mantle@[1.12-1.3.3.49,), jei@[4.8,), chisel] Before:[taiga@(1.3.0,)] +[16:57:18] [Server thread/DEBUG] [FML]: Examining file tesla-core-lib-1.12.2-1.0.15.jar for potential mods +[16:57:18] [Server thread/TRACE] [FML]: Located mcmod.info file in file tesla-core-lib-1.12.2-1.0.15.jar +[16:57:18] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (net.ndrei.teslacorelib.TeslaCoreLib) - loading +[16:57:18] [Server thread/TRACE] [FML]: Using custom language adapter net.shadowfacts.forgelin.KotlinAdapter for net.ndrei.teslacorelib.TeslaCoreLib (modid: teslacorelib) +[16:57:18] [Server thread/TRACE] [FML]: Parsed dependency info for teslacorelib: Requirements: [forgelin@[1.6.0,), forge@[14.23.3.2655,)] After:[forgelin@[1.6.0,), forge@[14.23.3.2655,), tesla, redstoneflux, buildcraftlib, mekanism] Before:[] +[16:57:18] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (net.ndrei.teslacorelib.TeslaCoreRegistries) - loading +[16:57:18] [Server thread/TRACE] [FML]: Using custom language adapter net.shadowfacts.forgelin.KotlinAdapter for net.ndrei.teslacorelib.TeslaCoreRegistries (modid: teslacorelib_registries) +[16:57:18] [Server thread/TRACE] [FML]: Parsed dependency info for teslacorelib_registries: Requirements: [forge@[14.23.3.2655,), forgelin@[1.6.0,)] After:[forgelin@[1.6.0,), forge@[14.23.3.2655,), *] Before:[] +[16:57:18] [Server thread/DEBUG] [FML]: Examining file The Beneath-1.12.2-1.5.1.jar for potential mods +[16:57:18] [Server thread/TRACE] [FML]: Located mcmod.info file in file The Beneath-1.12.2-1.5.1.jar +[16:57:18] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.shinoow.beneath.Beneath) - loading +[16:57:18] [Server thread/TRACE] [FML]: Parsed dependency info for beneath: Requirements: [forge@[14.23.0.2491,)] After:[forge@[14.23.0.2491,), grue@[1.3.4,)] Before:[] +[16:57:18] [Server thread/DEBUG] [FML]: Examining file ThirstyBottles-1.12.2-2.0.1.jar for potential mods +[16:57:18] [Server thread/TRACE] [FML]: Located mcmod.info file in file ThirstyBottles-1.12.2-2.0.1.jar +[16:57:18] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (net.darkhax.tb.ThirstyBottles) - loading +[16:57:18] [Server thread/TRACE] [FML]: Parsed dependency info for thirstybottles: Requirements: [] After:[] Before:[] +[16:57:18] [Server thread/DEBUG] [FML]: Examining file timecontrol-1.12.2-1.0.0.0-beta.jar for potential mods +[16:57:18] [Server thread/TRACE] [FML]: Located mcmod.info file in file timecontrol-1.12.2-1.0.0.0-beta.jar +[16:57:18] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.unixkitty.timecontrol.TimeControl) - loading +[16:57:18] [Server thread/TRACE] [FML]: Parsed dependency info for timecontrol: Requirements: [] After:[] Before:[] +[16:57:18] [Server thread/DEBUG] [FML]: Examining file TinkersComplement-1.12.2-0.4.3.jar for potential mods +[16:57:18] [Server thread/TRACE] [FML]: Located mcmod.info file in file TinkersComplement-1.12.2-0.4.3.jar +[16:57:18] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (knightminer.tcomplement.TinkersComplement) - loading +[16:57:18] [Server thread/TRACE] [FML]: Parsed dependency info for tcomplement: Requirements: [tconstruct@[1.12.2-2.12.0.135,), forge@[14.23.4.2705,), mantle@[1.12-1.3.3.55,)] After:[forge@[14.23.4.2705,), mantle@[1.12-1.3.3.55,), tconstruct@[1.12.2-2.12.0.135,), chisel@[MC1.12-0.1.0.22,), exnihilocreatio] Before:[] +[16:57:18] [Server thread/DEBUG] [FML]: Examining file TinkerStages-1.12.2-2.0.17.jar for potential mods +[16:57:18] [Server thread/TRACE] [FML]: Located mcmod.info file in file TinkerStages-1.12.2-2.0.17.jar +[16:57:18] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (net.darkhax.tinkerstages.TinkerStages) - loading +[16:57:18] [Server thread/TRACE] [FML]: Parsed dependency info for tinkerstages: Requirements: [tconstruct, bookshelf, crafttweaker, gamestages@[2.0.89,)] After:[tconstruct, bookshelf, gamestages@[2.0.89,), crafttweaker] Before:[] +[16:57:18] [Server thread/DEBUG] [FML]: Examining file TinkerToolLeveling-1.12.2-1.1.0.jar for potential mods +[16:57:18] [Server thread/TRACE] [FML]: Located mcmod.info file in file TinkerToolLeveling-1.12.2-1.1.0.jar +[16:57:18] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (slimeknights.toolleveling.TinkerToolLeveling) - loading +[16:57:18] [Server thread/TRACE] [FML]: Parsed dependency info for tinkertoolleveling: Requirements: [tconstruct@[1.12-2.10,), forge@[14.21.1.2410,), mantle@[1.12-1.3.1.21,)] After:[forge@[14.21.1.2410,), mantle@[1.12-1.3.1.21,), tconstruct@[1.12-2.10,)] Before:[] +[16:57:18] [Server thread/DEBUG] [FML]: Examining file TipTheScales-1.12.2-1.0.4.jar for potential mods +[16:57:18] [Server thread/TRACE] [FML]: Located mcmod.info file in file TipTheScales-1.12.2-1.0.4.jar +[16:57:18] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.blamejared.tipthescales.TipTheScales) - loading +[16:57:18] [Server thread/INFO] [FML]: Disabling mod tipthescales it is client side only. +[16:57:18] [Server thread/DEBUG] [FML]: Skipping mod com.blamejared.tipthescales.TipTheScales, container opted to not load. +[16:57:18] [Server thread/DEBUG] [FML]: Examining file Toast Control-1.12.2-1.8.1.jar for potential mods +[16:57:18] [Server thread/TRACE] [FML]: Located mcmod.info file in file Toast Control-1.12.2-1.8.1.jar +[16:57:18] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (shadows.toaster.ToastControl) - loading +[16:57:18] [Server thread/INFO] [FML]: Disabling mod toastcontrol it is client side only. +[16:57:18] [Server thread/DEBUG] [FML]: Skipping mod shadows.toaster.ToastControl, container opted to not load. +[16:57:18] [Server thread/DEBUG] [FML]: Examining file togetherforever-1.12.2-1.0.12-22.jar for potential mods +[16:57:18] [Server thread/TRACE] [FML]: Located mcmod.info file in file togetherforever-1.12.2-1.0.12-22.jar +[16:57:18] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.buuz135.togetherforever.TogetherForever) - loading +[16:57:18] [Server thread/TRACE] [FML]: Parsed dependency info for togetherforever: Requirements: [forge@[14.23.1.2560,)] After:[gamestages@[2.0.90,), reskillable@[1.9.1,)] Before:[] +[16:57:18] [Server thread/DEBUG] [FML]: Examining file Totemic-1.12.2-0.11.6.jar for potential mods +[16:57:18] [Server thread/TRACE] [FML]: Located mcmod.info file in file Totemic-1.12.2-0.11.6.jar +[16:57:18] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (pokefenn.totemic.Totemic) - loading +[16:57:18] [Server thread/TRACE] [FML]: Parsed dependency info for totemic: Requirements: [forge@[14.23.4.2768,)] After:[forge@[14.23.4.2768,)] Before:[] +[16:57:18] [Server thread/DEBUG] [FML]: Examining file tothebatpoles-1.12.2-1.1.0.1.jar for potential mods +[16:57:18] [Server thread/TRACE] [FML]: Located mcmod.info file in file tothebatpoles-1.12.2-1.1.0.1.jar +[16:57:18] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.seth0067.tothebatpoles.Main) - loading +[16:57:18] [Server thread/TRACE] [FML]: Parsed dependency info for tothebatpoles: Requirements: [] After:[] Before:[] +[16:57:18] [Server thread/DEBUG] [FML]: Examining file Translocators-1.12.2-2.5.2.81-universal.jar for potential mods +[16:57:18] [Server thread/TRACE] [FML]: Located mcmod.info file in file Translocators-1.12.2-2.5.2.81-universal.jar +[16:57:18] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (codechicken.translocators.Translocator) - loading +[16:57:18] [Server thread/TRACE] [FML]: Parsed dependency info for translocators: Requirements: [forgemultipartcbe, codechickenlib@[3.2.3,)] After:[codechickenlib@[3.2.3,), forgemultipartcbe] Before:[] +[16:57:18] [Server thread/DEBUG] [FML]: Attempting to load the file version.properties from Translocators-1.12.2-2.5.2.81-universal.jar to locate a version number for mod translocators +[16:57:18] [Server thread/WARN] [FML]: Mod translocators is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 2.5.2.81 +[16:57:18] [Server thread/DEBUG] [FML]: Examining file Traverse-1.12.2-1.6.0-69.jar for potential mods +[16:57:18] [Server thread/TRACE] [FML]: Located mcmod.info file in file Traverse-1.12.2-1.6.0-69.jar +[16:57:18] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (prospector.traverse.core.TraverseMod) - loading +[16:57:18] [Server thread/TRACE] [FML]: Parsed dependency info for traverse: Requirements: [] After:[] Before:[] +[16:57:18] [Server thread/DEBUG] [FML]: Examining file TreeChopper-1.12.2-1.2.4.jar for potential mods +[16:57:18] [Server thread/TRACE] [FML]: Located mcmod.info file in file TreeChopper-1.12.2-1.2.4.jar +[16:57:18] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (treechopper.core.TreeChopper) - loading +[16:57:18] [Server thread/TRACE] [FML]: Parsed dependency info for treechopper: Requirements: [forge@[14.23.0.2486,)] After:[forge@[14.23.0.2486,)] Before:[] +[16:57:18] [Server thread/DEBUG] [FML]: Examining file Triumph-1.12.2-3.19.2.jar for potential mods +[16:57:18] [Server thread/TRACE] [FML]: Located mcmod.info file in file Triumph-1.12.2-3.19.2.jar +[16:57:18] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.bloodnbonesgaming.triumph.Triumph) - loading +[16:57:18] [Server thread/TRACE] [FML]: Parsed dependency info for triumph: Requirements: [bnbgaminglib@[2.15.0,), bnbgamingcore@[0.10.0,)] After:[bnbgaminglib@[2.15.0,), betteradvancements, bnbgamingcore@[0.10.0,), skillable, immersiveengineering, botania_tweaks, gamestages, totemic] Before:[] +[16:57:18] [Server thread/DEBUG] [FML]: Examining file trumpetskeleton-1.12-1.0.2.1.jar for potential mods +[16:57:18] [Server thread/TRACE] [FML]: Located mcmod.info file in file trumpetskeleton-1.12-1.0.2.1.jar +[16:57:18] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.jamieswhiteshirt.trumpetskeleton.TrumpetSkeleton) - loading +[16:57:18] [Server thread/TRACE] [FML]: Parsed dependency info for trumpetskeleton: Requirements: [forge@[14.21.1.2387,)] After:[forge@[14.21.1.2387,)] Before:[] +[16:57:18] [Server thread/DEBUG] [FML]: Examining file tumbleweed-1.12-0.4.7.jar for potential mods +[16:57:18] [Server thread/TRACE] [FML]: Located mcmod.info file in file tumbleweed-1.12-0.4.7.jar +[16:57:18] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (net.konwboy.tumbleweed.Tumbleweed) - loading +[16:57:18] [Server thread/TRACE] [FML]: Parsed dependency info for tumbleweed: Requirements: [] After:[] Before:[] +[16:57:18] [Server thread/DEBUG] [FML]: Examining file twilightforest-1.12.2-3.8.689-universal.jar for potential mods +[16:57:18] [Server thread/TRACE] [FML]: Located mcmod.info file in file twilightforest-1.12.2-3.8.689-universal.jar +[16:57:18] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (twilightforest.TwilightForestMod) - loading +[16:57:18] [Server thread/TRACE] [FML]: Parsed dependency info for twilightforest: Requirements: [forge@[14.23.3.2655,)] After:[ctm@[MC1.12.2-0.3.2.18,), forge@[14.23.3.2655,), thaumcraft@[6.1.BETA21,)] Before:[immersiveengineering@[0.12-83,), tconstruct] +[16:57:18] [Server thread/DEBUG] [FML]: Examining file Uppers-0.0.6.jar for potential mods +[16:57:18] [Server thread/TRACE] [FML]: Located mcmod.info file in file Uppers-0.0.6.jar +[16:57:18] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (uppers.Uppers) - loading +[16:57:18] [Server thread/TRACE] [FML]: Parsed dependency info for uppers: Requirements: [] After:[] Before:[] +[16:57:18] [Server thread/DEBUG] [FML]: Examining file valkyrielib-1.12.2-2.0.20.1.jar for potential mods +[16:57:18] [Server thread/TRACE] [FML]: Located mcmod.info file in file valkyrielib-1.12.2-2.0.20.1.jar +[16:57:18] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.valkyrieofnight.um.UniversalModifiers) - loading +[16:57:18] [Server thread/TRACE] [FML]: Parsed dependency info for universalmodifiers: Requirements: [] After:[] Before:[] +[16:57:18] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.valkyrieofnight.vliblegacy.ValkyrieLib) - loading +[16:57:18] [Server thread/TRACE] [FML]: Parsed dependency info for valkyrielib: Requirements: [forge@[1.12.2-14.23.5.2768,)] After:[forge@[1.12.2-14.23.5.2768,)] Before:[] +[16:57:18] [Server thread/DEBUG] [FML]: Examining file ViesCraft-1.12.2-5.9.16.jar for potential mods +[16:57:18] [Server thread/TRACE] [FML]: Located mcmod.info file in file ViesCraft-1.12.2-5.9.16.jar +[16:57:18] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.viesis.viescraft.ViesCraft) - loading +[16:57:18] [Server thread/TRACE] [FML]: Parsed dependency info for vc: Requirements: [] After:[] Before:[] +[16:57:18] [Server thread/DEBUG] [FML]: Examining file VillagerTrades-1.12-0.6.4.jar for potential mods +[16:57:18] [Server thread/TRACE] [FML]: Located mcmod.info file in file VillagerTrades-1.12-0.6.4.jar +[16:57:18] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (net.crazysnailboy.mods.villagertrades.VillagerTradesMod) - loading +[16:57:18] [Server thread/TRACE] [FML]: Parsed dependency info for vtt: Requirements: [forge@[14.21.0.2363,)] After:[forge@[14.21.0.2363,)] Before:[] +[16:57:18] [Server thread/DEBUG] [FML]: Examining file Waddles-1.12.2-0.6.0.jar for potential mods +[16:57:18] [Server thread/TRACE] [FML]: Located mcmod.info file in file Waddles-1.12.2-0.6.0.jar +[16:57:18] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.girafi.waddles.Waddles) - loading +[16:57:18] [Server thread/TRACE] [FML]: Parsed dependency info for waddles: Requirements: [forge@[14.23.2.2648,)] After:[forge@[14.23.2.2648,)] Before:[] +[16:57:18] [Server thread/DEBUG] [FML]: Examining file WailaStages-1.12.2-2.0.23.jar for potential mods +[16:57:18] [Server thread/TRACE] [FML]: Located mcmod.info file in file WailaStages-1.12.2-2.0.23.jar +[16:57:18] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.jarhax.wailastages.WailaStages) - loading +[16:57:18] [Server thread/TRACE] [FML]: Parsed dependency info for wailastages: Requirements: [crafttweaker, waila, bookshelf, gamestages@[2.0.89,)] After:[bookshelf, waila, gamestages@[2.0.89,), crafttweaker] Before:[] +[16:57:18] [Server thread/DEBUG] [FML]: Examining file walljump-1.12.2-1.3.2.jar for potential mods +[16:57:18] [Server thread/TRACE] [FML]: Located mcmod.info file in file walljump-1.12.2-1.3.2.jar +[16:57:18] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (genandnic.walljump.WallJump) - loading +[16:57:18] [Server thread/TRACE] [FML]: Parsed dependency info for walljump: Requirements: [] After:[] Before:[] +[16:57:18] [Server thread/DEBUG] [FML]: Examining file WanionLib-1.12.2-2.2.jar for potential mods +[16:57:18] [Server thread/TRACE] [FML]: Located mcmod.info file in file WanionLib-1.12.2-2.2.jar +[16:57:18] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (wanion.lib.WanionLib) - loading +[16:57:18] [Server thread/TRACE] [FML]: Parsed dependency info for wanionlib: Requirements: [] After:[] Before:[] +[16:57:18] [Server thread/DEBUG] [FML]: Examining file WaterControlExtreme-1.0.2.jar for potential mods +[16:57:18] [Server thread/TRACE] [FML]: Located mcmod.info file in file WaterControlExtreme-1.0.2.jar +[16:57:18] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.astro.watercontrolextreme.WaterControlExtreme) - loading +[16:57:18] [Server thread/TRACE] [FML]: Parsed dependency info for watercontrolextreme: Requirements: [] After:[] Before:[] +[16:57:18] [Server thread/DEBUG] [FML]: Examining file WaterStrainer-1.12-3.2.0.jar for potential mods +[16:57:18] [Server thread/TRACE] [FML]: Located mcmod.info file in file WaterStrainer-1.12-3.2.0.jar +[16:57:18] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (mods.waterstrainer.WaterStrainer) - loading +[16:57:18] [Server thread/TRACE] [FML]: Parsed dependency info for waterstrainer: Requirements: [] After:[forge@[14.21.1.2424,)] Before:[] +[16:57:18] [Server thread/DEBUG] [FML]: Examining file Wawla-1.12.2-2.6.275.jar for potential mods +[16:57:18] [Server thread/TRACE] [FML]: Located mcmod.info file in file Wawla-1.12.2-2.6.275.jar +[16:57:18] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (net.darkhax.wawla.Wawla) - loading +[16:57:18] [Server thread/TRACE] [FML]: Parsed dependency info for wawla: Requirements: [] After:[] Before:[] +[16:57:18] [Server thread/DEBUG] [FML]: Examining file weirdinggadget-1.12.2-2.1.16-universal.jar for potential mods +[16:57:18] [Server thread/TRACE] [FML]: Located mcmod.info file in file weirdinggadget-1.12.2-2.1.16-universal.jar +[16:57:18] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.github.atomicblom.weirdinggadget.WeirdingGadgetMod) - loading +[16:57:18] [Server thread/TRACE] [FML]: Parsed dependency info for weirdinggadget: Requirements: [forge@[14.22.0.2447,)] After:[forge@[14.22.0.2447,)] Before:[] +[16:57:18] [Server thread/DEBUG] [FML]: Examining file WildCrops-1.12-1.0.1.jar for potential mods +[16:57:18] [Server thread/TRACE] [FML]: Located mcmod.info file in file WildCrops-1.12-1.0.1.jar +[16:57:18] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (net.flawedlogic.wildcrops.WildCrops) - loading +[16:57:18] [Server thread/TRACE] [FML]: Parsed dependency info for wildcrops: Requirements: [] After:[] Before:[] +[16:57:18] [Server thread/DEBUG] [FML]: Examining file WitherSkeletonTweaks-1.12.2-2.6.3.jar for potential mods +[16:57:18] [Server thread/TRACE] [FML]: Located mcmod.info file in file WitherSkeletonTweaks-1.12.2-2.6.3.jar +[16:57:18] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (shadows.wstweaks.WitherSkeletonTweaks) - loading +[16:57:18] [Server thread/TRACE] [FML]: Parsed dependency info for witherskelefix: Requirements: [placebo@[1.3.0,)] After:[placebo@[1.3.0,)] Before:[] +[16:57:18] [Server thread/DEBUG] [FML]: Examining file Wopper-1.12-r5.jar for potential mods +[16:57:18] [Server thread/TRACE] [FML]: Located mcmod.info file in file Wopper-1.12-r5.jar +[16:57:18] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (de.ellpeck.wopper.Wopper) - loading +[16:57:18] [Server thread/TRACE] [FML]: Parsed dependency info for wopper: Requirements: [] After:[] Before:[] +[16:57:18] [Server thread/DEBUG] [FML]: Examining file xnet-1.12-1.8.2.jar for potential mods +[16:57:18] [Server thread/TRACE] [FML]: Located mcmod.info file in file xnet-1.12-1.8.2.jar +[16:57:18] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (mcjty.xnet.XNet) - loading +[16:57:18] [Server thread/TRACE] [FML]: Parsed dependency info for xnet: Requirements: [mcjtylib_ng@[3.5.0,)] After:[mcjtylib_ng@[3.5.0,), rftools@[7.50,), forge@[13.19.0.2176,)] Before:[] +[16:57:18] [Server thread/DEBUG] [FML]: Examining file YNot-0.2.4.jar for potential mods +[16:57:18] [Server thread/TRACE] [FML]: Located mcmod.info file in file YNot-0.2.4.jar +[16:57:18] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (pl.asie.ynot.YNot) - loading +[16:57:18] [Server thread/TRACE] [FML]: Parsed dependency info for ynot: Requirements: [xnet@[1.8.0,)] After:[xnet@[1.8.0,)] Before:[] +[16:57:18] [Server thread/DEBUG] [FML]: Examining file yoyos_1.12.2-1.3.0.21.jar for potential mods +[16:57:18] [Server thread/TRACE] [FML]: Located mcmod.info file in file yoyos_1.12.2-1.3.0.21.jar +[16:57:18] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.jozufozu.yoyos.Yoyos) - loading +[16:57:18] [Server thread/TRACE] [FML]: Parsed dependency info for yoyos: Requirements: [] After:[tconstruct, plustic, botania] Before:[] +[16:57:18] [Server thread/DEBUG] [FML]: Examining file zenloot-0.1-1.jar for potential mods +[16:57:18] [Server thread/TRACE] [FML]: Located mcmod.info file in file zenloot-0.1-1.jar +[16:57:18] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (uk.bobbytables.zenloot.ZenLootMod) - loading +[16:57:18] [Server thread/TRACE] [FML]: Parsed dependency info for zenloot: Requirements: [crafttweaker] After:[crafttweaker, zenstages] Before:[] +[16:57:18] [Server thread/DEBUG] [FML]: Examining file zenstages-0.5.0.jar for potential mods +[16:57:18] [Server thread/TRACE] [FML]: Located mcmod.info file in file zenstages-0.5.0.jar +[16:57:18] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (uk.artdude.zenstages.ZenStages) - loading +[16:57:18] [Server thread/TRACE] [FML]: Parsed dependency info for zenstages: Requirements: [crafttweaker@[1.12-4.1.8.470,]] After:[crafttweaker@[1.12-4.1.8.470,], itemstages@[2.0.35,], gamestages@[2.0.91,], dimstages@[2.0.20,], tinkerstages@[2.0.15,], mobstages@[2.0.8,], recipestages@[1.1.1,], multiblockstages@[1.1.1,]] Before:[] +[16:57:18] [Server thread/DEBUG] [FML]: Examining file ImmersiveEngineering-0.12-98.jar for potential mods +[16:57:18] [Server thread/TRACE] [FML]: Located mcmod.info file in file ImmersiveEngineering-0.12-98.jar +[16:57:19] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (blusunrize.immersiveengineering.ImmersiveEngineering) - loading +[16:57:19] [Server thread/TRACE] [FML]: Parsed dependency info for immersiveengineering: Requirements: [forge@[14.23.5.2820,)] After:[forge@[14.23.5.2820,), jei@[4.8,), railcraft, tconstruct@[1.12-2.7.1,), theoneprobe@[1.4.4,)] Before:[] +[16:57:19] [Server thread/DEBUG] [FML]: Examining file mcjtytools-0.0.21.jar for potential mods +[16:57:19] [Server thread/DEBUG] [FML]: The mod container mcjtytools-0.0.21.jar appears to be missing an mcmod.info file +[16:57:19] [Server thread/DEBUG] [FML]: Examining file reauth-3.6.0.jar for potential mods +[16:57:19] [Server thread/TRACE] [FML]: Located mcmod.info file in file reauth-3.6.0.jar +[16:57:19] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (technicianlp.reauth.Main) - loading +[16:57:19] [Server thread/INFO] [FML]: Disabling mod reauth it is client side only. +[16:57:19] [Server thread/DEBUG] [FML]: Skipping mod technicianlp.reauth.Main, container opted to not load. +[16:57:19] [Server thread/DEBUG] [FML]: Examining file TheBetweenlands-3.5.10-universal.jar for potential mods +[16:57:19] [Server thread/TRACE] [FML]: Located mcmod.info file in file TheBetweenlands-3.5.10-universal.jar +[16:57:19] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (thebetweenlands.common.TheBetweenlands) - loading +[16:57:19] [Server thread/TRACE] [FML]: Parsed dependency info for thebetweenlands: Requirements: [forge@[14.23.4.2767,)] After:[forge@[14.23.4.2767,), tombmanygraves2api@[1.12-4.1.0,), tombmanygraves@[1.12-4.1.0,), jei@[4.12.0,)] Before:[] +[16:57:19] [Server thread/INFO] [FML]: Forge Mod Loader has identified 254 mods to load +[16:57:19] [Server thread/DEBUG] [FML]: Found API betterwithmods.api (owned by betterwithmods providing BetterWithModsAPI) embedded in appleskin +[16:57:19] [Server thread/DEBUG] [FML]: Found API journeymap.client.api.model (owned by journeymap providing journeymap|client-api-model) embedded in journeymap +[16:57:19] [Server thread/DEBUG] [FML]: Found API com.shinoow.abyssalcraft.api.recipe (owned by abyssalcraft providing AbyssalCraftAPI|Recipe) embedded in abyssalcraft +[16:57:19] [Server thread/DEBUG] [FML]: Found API com.jaquadro.minecraft.storagedrawers.api.render (owned by StorageDrawersAPI providing StorageDrawersAPI|render) embedded in storagedrawers +[16:57:19] [Server thread/DEBUG] [FML]: Found API mcp.mobius.waila.api (owned by Waila providing WailaAPI) embedded in waila +[16:57:19] [Server thread/DEBUG] [FML]: Found API buildcraft.api.transport (owned by buildcraftapi_core providing buildcraftapi_transport) embedded in buildcraftcore +[16:57:19] [Server thread/DEBUG] [FML]: Found API buildcraft.api.transport (owned by buildcraftapi_core providing buildcraftapi_transport) embedded in buildcraftlib +[16:57:19] [Server thread/DEBUG] [FML]: Found API buildcraft.api.tiles (owned by buildcraftapi_core providing buildcraftapi_tiles) embedded in buildcraftcore +[16:57:19] [Server thread/DEBUG] [FML]: Found API buildcraft.api.tiles (owned by buildcraftapi_core providing buildcraftapi_tiles) embedded in buildcraftlib +[16:57:19] [Server thread/DEBUG] [FML]: Found API buildcraft.api.robots (owned by buildcraftapi_core providing buildcraftapi_robotics) embedded in buildcraftcore +[16:57:19] [Server thread/DEBUG] [FML]: Found API buildcraft.api.robots (owned by buildcraftapi_core providing buildcraftapi_robotics) embedded in buildcraftlib +[16:57:19] [Server thread/DEBUG] [FML]: Found API betteradvancements.api (owned by betteradvancements providing betteradvancements|API) embedded in triumph +[16:57:19] [Server thread/DEBUG] [FML]: Found API thebetweenlands.api (owned by thebetweenlands providing BetweenlandsAPI) embedded in thebetweenlands +[16:57:19] [Server thread/DEBUG] [FML]: Found API buildcraft.api.library (owned by buildcraftapi_core providing buildcraftapi_library) embedded in buildcraftcore +[16:57:19] [Server thread/DEBUG] [FML]: Found API buildcraft.api.library (owned by buildcraftapi_core providing buildcraftapi_library) embedded in buildcraftlib +[16:57:19] [Server thread/DEBUG] [FML]: Found API com.shinoow.abyssalcraft.api.spell (owned by abyssalcraft providing AbyssalCraftAPI|Spell) embedded in abyssalcraft +[16:57:19] [Server thread/DEBUG] [FML]: Found API buildcraft.api.crops (owned by buildcraftapi_core providing buildcraftapi_crops) embedded in buildcraftcore +[16:57:19] [Server thread/DEBUG] [FML]: Found API buildcraft.api.crops (owned by buildcraftapi_core providing buildcraftapi_crops) embedded in buildcraftlib +[16:57:19] [Server thread/DEBUG] [FML]: Found API vswe.stevescarts.api.farms (owned by stevescarts providing stevescartsAPI|FARMS) embedded in stevescarts +[16:57:19] [Server thread/DEBUG] [FML]: Found API vswe.stevescarts.api (owned by stevescarts providing stevescartsAPI) embedded in stevescarts +[16:57:19] [Server thread/DEBUG] [FML]: Found API org.cyclops.integrateddynamics.api.block.cable (owned by integrateddynamics providing integrateddynamics|api) embedded in integrateddynamics +[16:57:19] [Server thread/DEBUG] [FML]: Found API org.cyclops.integrateddynamics.api.block.cable (owned by integrateddynamics providing integrateddynamics|api) embedded in integrateddynamicscompat +[16:57:19] [Server thread/DEBUG] [FML]: Found API baubles.api (owned by Baubles providing Baubles|API) embedded in improvedbackpacks +[16:57:19] [Server thread/DEBUG] [FML]: Found API de.ellpeck.actuallyadditions.api (owned by actuallyadditions providing actuallyadditionsapi) embedded in actuallyadditions +[16:57:19] [Server thread/DEBUG] [FML]: Found API baubles.api (owned by Baubles providing Baubles|API) embedded in baubles +[16:57:19] [Server thread/DEBUG] [FML]: Found API com.shinoow.abyssalcraft.api (owned by abyssalcraft providing AbyssalCraftAPI) embedded in abyssalcraft +[16:57:19] [Server thread/DEBUG] [FML]: Found API org.cyclops.integrateddynamics.api.item (owned by integrateddynamics providing integrateddynamics|api) embedded in integrateddynamics +[16:57:19] [Server thread/DEBUG] [FML]: Found API reborncore.api.praescriptum (owned by reborncore providing team_reborn|Praescriptum) embedded in reborncore +[16:57:19] [Server thread/DEBUG] [FML]: Found API journeymap.client.api.display (owned by journeymap providing journeymap|client-api-display) embedded in journeymap +[16:57:19] [Server thread/DEBUG] [FML]: Found API com.shinoow.abyssalcraft.api.ritual (owned by abyssalcraft providing AbyssalCraftAPI|Ritual) embedded in abyssalcraft +[16:57:19] [Server thread/DEBUG] [FML]: Found API com.shinoow.abyssalcraft.api.energy.disruption (owned by abyssalcraft providing AbyssalCraftAPI|Disruption) embedded in abyssalcraft +[16:57:19] [Server thread/DEBUG] [FML]: Found API mekanism.api.energy (owned by mekanism providing MekanismAPI|energy) embedded in mekanism +[16:57:19] [Server thread/DEBUG] [FML]: Found API com.buuz135.industrial.api (owned by industrialforegoing providing industrialforegoingapi) embedded in industrialforegoing +[16:57:19] [Server thread/DEBUG] [FML]: Found API org.cyclops.integrateddynamics.api.evaluate.operator (owned by integrateddynamics providing integrateddynamics|api) embedded in integrateddynamics +[16:57:19] [Server thread/DEBUG] [FML]: Found API org.cyclops.integrateddynamics.api.client.render (owned by integrateddynamics providing integrateddynamics|api) embedded in integrateddynamics +[16:57:19] [Server thread/DEBUG] [FML]: Found API com.jaquadro.minecraft.storagedrawers.api.registry (owned by StorageDrawersAPI providing StorageDrawersAPI|registry) embedded in storagedrawers +[16:57:19] [Server thread/DEBUG] [FML]: Found API com.teamacronymcoders.base.api (owned by Base providing Base|API) embedded in base +[16:57:19] [Server thread/DEBUG] [FML]: Found API me.desht.pneumaticcraft.api (owned by pneumaticcraft providing PneumaticCraftApi) embedded in pneumaticcraft +[16:57:19] [Server thread/DEBUG] [FML]: Found API com.jaquadro.minecraft.storagedrawers.api (owned by StorageDrawers providing StorageDrawersAPI) embedded in storagedrawers +[16:57:19] [Server thread/DEBUG] [FML]: Found API com.buuz135.togetherforever.api (owned by togetherforever providing togetherforeverapi) embedded in togetherforever +[16:57:19] [Server thread/DEBUG] [FML]: Found API micdoodle8.mods.galacticraft.api.event.client (owned by galacticraftcore providing Galacticraft API) embedded in galacticraftcore +[16:57:19] [Server thread/DEBUG] [FML]: Found API micdoodle8.mods.galacticraft.api (owned by galacticraftcore providing Galacticraft API) embedded in galacticraftcore +[16:57:19] [Server thread/DEBUG] [FML]: Found API mekanism.api.util (owned by mekanism providing MekanismAPI|util) embedded in mekanism +[16:57:19] [Server thread/DEBUG] [FML]: Found API buildcraft.api.recipes (owned by buildcraftapi_core providing buildcraftapi_recipes) embedded in buildcraftcore +[16:57:19] [Server thread/DEBUG] [FML]: Found API buildcraft.api.recipes (owned by buildcraftapi_core providing buildcraftapi_recipes) embedded in buildcraftlib +[16:57:19] [Server thread/DEBUG] [FML]: Found API micdoodle8.mods.galacticraft.api.prefab.world.gen (owned by galacticraftcore providing Galacticraft API) embedded in galacticraftcore +[16:57:19] [Server thread/DEBUG] [FML]: Found API com.shinoow.abyssalcraft.api.necronomicon.condition (owned by abyssalcraft providing AbyssalCraftAPI|Condition) embedded in abyssalcraft +[16:57:19] [Server thread/DEBUG] [FML]: Found API org.cyclops.integrateddynamics.api.part.aspect (owned by integrateddynamics providing integrateddynamics|api) embedded in integrateddynamics +[16:57:19] [Server thread/DEBUG] [FML]: Found API journeymap.client.api.util (owned by journeymap providing journeymap|client-api-util) embedded in journeymap +[16:57:19] [Server thread/DEBUG] [FML]: Found API mod.chiselsandbits.api (owned by chiselsandbits providing ChiselsAndBitsAPI) embedded in chiselsandbits +[16:57:19] [Server thread/DEBUG] [FML]: Found API org.cyclops.integrateddynamics.api.part.aspect.property (owned by integrateddynamics providing integrateddynamics|api) embedded in integrateddynamics +[16:57:19] [Server thread/DEBUG] [FML]: Found API org.cyclops.integrateddynamics.api.client (owned by integrateddynamics providing integrateddynamics|api) embedded in integrateddynamics +[16:57:19] [Server thread/DEBUG] [FML]: Found API org.cyclops.integrateddynamics.api.block (owned by integrateddynamics providing integrateddynamics|api) embedded in integrateddynamics +[16:57:19] [Server thread/DEBUG] [FML]: Found API betterwithmods.manual.api (owned by betterwithmods providing betterwithmodsAPI) embedded in betterwithmods +[16:57:19] [Server thread/DEBUG] [FML]: Found API org.cyclops.integrateddynamics.api.path (owned by integrateddynamics providing integrateddynamics|api) embedded in integrateddynamics +[16:57:19] [Server thread/DEBUG] [FML]: Found API buildcraft.api.items (owned by buildcraftapi_core providing buildcraftapi_items) embedded in buildcraftcore +[16:57:19] [Server thread/DEBUG] [FML]: Found API buildcraft.api.items (owned by buildcraftapi_core providing buildcraftapi_items) embedded in buildcraftlib +[16:57:19] [Server thread/DEBUG] [FML]: Found API micdoodle8.mods.galacticraft.api.recipe (owned by galacticraftcore providing Galacticraft API) embedded in galacticraftcore +[16:57:19] [Server thread/DEBUG] [FML]: Found API buildcraft.api.enums (owned by buildcraftapi_core providing buildcraftapi_enums) embedded in buildcraftcore +[16:57:19] [Server thread/DEBUG] [FML]: Found API buildcraft.api.enums (owned by buildcraftapi_core providing buildcraftapi_enums) embedded in buildcraftlib +[16:57:19] [Server thread/DEBUG] [FML]: Found API mekanism.api.infuse (owned by mekanism providing MekanismAPI|infuse) embedded in mekanism +[16:57:19] [Server thread/DEBUG] [FML]: Found API org.cyclops.integrateddynamics.api.evaluate (owned by integrateddynamics providing integrateddynamics|api) embedded in integrateddynamics +[16:57:19] [Server thread/DEBUG] [FML]: Found API pokefenn.totemic.api (owned by totemic providing totemic|API) embedded in totemic +[16:57:19] [Server thread/DEBUG] [FML]: Found API com.shinoow.abyssalcraft.api.integration (owned by abyssalcraft providing AbyssalCraftAPI|Integration) embedded in abyssalcraft +[16:57:19] [Server thread/DEBUG] [FML]: Found API mezz.jei.api (owned by jei providing JustEnoughItemsAPI) embedded in jei +[16:57:19] [Server thread/DEBUG] [FML]: Found API micdoodle8.mods.galacticraft.api.entity (owned by galacticraftcore providing Galacticraft API) embedded in galacticraftcore +[16:57:19] [Server thread/DEBUG] [FML]: Found API journeymap.client.api.event (owned by journeymap providing journeymap|client-api-event) embedded in journeymap +[16:57:19] [Server thread/DEBUG] [FML]: Found API com.shinoow.abyssalcraft.api.internal (owned by abyssalcraft providing AbyssalCraftAPI|Internal) embedded in abyssalcraft +[16:57:19] [Server thread/DEBUG] [FML]: Found API buildcraft.api.blocks (owned by buildcraftapi_core providing buildcraftapi_blocks) embedded in buildcraftcore +[16:57:19] [Server thread/DEBUG] [FML]: Found API buildcraft.api.blocks (owned by buildcraftapi_core providing buildcraftapi_blocks) embedded in buildcraftlib +[16:57:19] [Server thread/DEBUG] [FML]: Found API cofh.redstoneflux (owned by redstoneflux providing redstonefluxapi) embedded in redstoneflux +[16:57:19] [Server thread/DEBUG] [FML]: Found API micdoodle8.mods.galacticraft.api.prefab.entity (owned by galacticraftcore providing Galacticraft API) embedded in galacticraftcore +[16:57:19] [Server thread/DEBUG] [FML]: Found API org.cyclops.integrateddynamics.api.part (owned by integrateddynamics providing integrateddynamics|api) embedded in integrateddynamics +[16:57:19] [Server thread/DEBUG] [FML]: Found API com.jaquadro.minecraft.storagedrawers.api.event (owned by StorageDrawersAPI providing StorageDrawersAPI|event) embedded in storagedrawers +[16:57:19] [Server thread/DEBUG] [FML]: Found API mekanism.api.lasers (owned by mekanism providing MekanismAPI|laser) embedded in mekanism +[16:57:19] [Server thread/DEBUG] [FML]: Found API buildcraft.api.tools (owned by buildcraftapi_core providing buildcraftapi_tools) embedded in buildcraftcore +[16:57:19] [Server thread/DEBUG] [FML]: Found API buildcraft.api.tools (owned by buildcraftapi_core providing buildcraftapi_tools) embedded in buildcraftlib +[16:57:19] [Server thread/DEBUG] [FML]: Found API buildcraft.api.filler (owned by buildcraftapi_core providing buildcraftapi_filler) embedded in buildcraftcore +[16:57:19] [Server thread/DEBUG] [FML]: Found API buildcraft.api.filler (owned by buildcraftapi_core providing buildcraftapi_filler) embedded in buildcraftlib +[16:57:19] [Server thread/DEBUG] [FML]: Found API micdoodle8.mods.galacticraft.api.block (owned by galacticraftcore providing Galacticraft API) embedded in galacticraftcore +[16:57:19] [Server thread/DEBUG] [FML]: Found API micdoodle8.mods.galacticraft.api.transmission (owned by galacticraftcore providing Galacticraft API) embedded in galacticraftcore +[16:57:19] [Server thread/DEBUG] [FML]: Found API com.shinoow.abyssalcraft.api.rending (owned by abyssalcraft providing AbyssalCraftAPI|Rending) embedded in abyssalcraft +[16:57:19] [Server thread/DEBUG] [FML]: Found API buildcraft.api.power (owned by buildcraftapi_core providing buildcraftapi_power) embedded in buildcraftcore +[16:57:19] [Server thread/DEBUG] [FML]: Found API buildcraft.api.power (owned by buildcraftapi_core providing buildcraftapi_power) embedded in buildcraftlib +[16:57:19] [Server thread/DEBUG] [FML]: Found API org.cyclops.integrateddynamics.api.client.render.part (owned by integrateddynamics providing integrateddynamics|api) embedded in integrateddynamics +[16:57:19] [Server thread/DEBUG] [FML]: Found API com.jaquadro.minecraft.storagedrawers.api.storage (owned by StorageDrawersAPI providing StorageDrawersAPI|storage) embedded in storagedrawers +[16:57:19] [Server thread/DEBUG] [FML]: Found API buildcraft.api.core (owned by buildcraftlib providing buildcraftapi_core) embedded in buildcraftcore +[16:57:19] [Server thread/DEBUG] [FML]: Found API buildcraft.api.core (owned by buildcraftlib providing buildcraftapi_core) embedded in buildcraftlib +[16:57:19] [Server thread/DEBUG] [FML]: Found API ru.poopycoders.improvedbackpacks.api (owned by improvedbackpacks providing ImprovedBackpacks|API) embedded in improvedbackpacks +[16:57:19] [Server thread/DEBUG] [FML]: Found API org.cyclops.integrateddynamics.api.logicprogrammer (owned by integrateddynamics providing integrateddynamics|api) embedded in integrateddynamics +[16:57:19] [Server thread/DEBUG] [FML]: Found API com.shinoow.abyssalcraft.api.necronomicon (owned by abyssalcraft providing AbyssalCraftAPI|Necronomicon) embedded in abyssalcraft +[16:57:19] [Server thread/DEBUG] [FML]: Found API com.shinoow.abyssalcraft.api.block (owned by abyssalcraft providing AbyssalCraftAPI|Block) embedded in abyssalcraft +[16:57:19] [Server thread/DEBUG] [FML]: Found API buildcraft.api.boards (owned by buildcraftapi_core providing buildcraftapi_boards) embedded in buildcraftcore +[16:57:19] [Server thread/DEBUG] [FML]: Found API buildcraft.api.boards (owned by buildcraftapi_core providing buildcraftapi_boards) embedded in buildcraftlib +[16:57:19] [Server thread/DEBUG] [FML]: Found API org.cyclops.integrateddynamics.api.evaluate.expression (owned by integrateddynamics providing integrateddynamics|api) embedded in integrateddynamics +[16:57:19] [Server thread/DEBUG] [FML]: Found API org.cyclops.integrateddynamics.api.part.write (owned by integrateddynamics providing integrateddynamics|api) embedded in integrateddynamics +[16:57:19] [Server thread/DEBUG] [FML]: Found API mekanism.api (owned by mekanism providing MekanismAPI|core) embedded in mekanism +[16:57:19] [Server thread/DEBUG] [FML]: Found API team.chisel.api.carving (owned by Chisel providing ChiselAPI|Carving) embedded in chisel +[16:57:19] [Server thread/DEBUG] [FML]: Found API org.cyclops.commoncapabilities.api.capability.work (owned by commoncapabilities providing commoncapabilities|api) embedded in commoncapabilities +[16:57:19] [Server thread/DEBUG] [FML]: Found API buildcraft.api.lists (owned by buildcraftapi_core providing buildcraftapi_lists) embedded in buildcraftcore +[16:57:19] [Server thread/DEBUG] [FML]: Found API buildcraft.api.lists (owned by buildcraftapi_core providing buildcraftapi_lists) embedded in buildcraftlib +[16:57:19] [Server thread/DEBUG] [FML]: Found API com.shinoow.abyssalcraft.api.event (owned by abyssalcraft providing AbyssalCraftAPI|Event) embedded in abyssalcraft +[16:57:19] [Server thread/DEBUG] [FML]: Found API buildcraft.api.events (owned by buildcraftapi_core providing buildcraftapi_events) embedded in buildcraftcore +[16:57:19] [Server thread/DEBUG] [FML]: Found API buildcraft.api.events (owned by buildcraftapi_core providing buildcraftapi_events) embedded in buildcraftlib +[16:57:19] [Server thread/DEBUG] [FML]: Found API mekanism.api.transmitters (owned by mekanism providing MekanismAPI|transmitter) embedded in mekanism +[16:57:19] [Server thread/DEBUG] [FML]: Found API micdoodle8.mods.galacticraft.api.event.oxygen (owned by galacticraftcore providing Galacticraft API) embedded in galacticraftcore +[16:57:19] [Server thread/DEBUG] [FML]: Found API com.shinoow.abyssalcraft.api.energy.structure (owned by abyssalcraft providing AbyssalCraftAPI|Structure) embedded in abyssalcraft +[16:57:19] [Server thread/DEBUG] [FML]: Found API org.cyclops.integrateddynamics.api (owned by integrateddynamics providing integrateddynamics|api) embedded in integrateddynamics +[16:57:19] [Server thread/DEBUG] [FML]: Found API org.cyclops.integrateddynamics.api.network (owned by integrateddynamics providing integrateddynamics|api) embedded in integrateddynamics +[16:57:19] [Server thread/DEBUG] [FML]: Found API mekanism.api.gas (owned by mekanism providing MekanismAPI|gas) embedded in mekanism +[16:57:19] [Server thread/DEBUG] [FML]: Found API com.jaquadro.minecraft.storagedrawers.api.storage.attribute (owned by StorageDrawersAPI providing StorageDrawersAPI|storage-attribute) embedded in storagedrawers +[16:57:19] [Server thread/DEBUG] [FML]: Found API micdoodle8.mods.galacticraft.api.galaxies (owned by galacticraftcore providing Galacticraft API) embedded in galacticraftcore +[16:57:19] [Server thread/DEBUG] [FML]: Found API micdoodle8.mods.galacticraft.api.power (owned by galacticraftcore providing Galacticraft API) embedded in galacticraftcore +[16:57:19] [Server thread/DEBUG] [FML]: Found API com.shinoow.abyssalcraft.api.energy (owned by abyssalcraft providing AbyssalCraftAPI|Energy) embedded in abyssalcraft +[16:57:19] [Server thread/DEBUG] [FML]: Found API WayofTime.bloodmagic.api (owned by bloodmagic providing bloodmagic-api) embedded in bloodmagic +[16:57:19] [Server thread/DEBUG] [FML]: Found API org.cyclops.integrateddynamics.api.part.read (owned by integrateddynamics providing integrateddynamics|api) embedded in integrateddynamics +[16:57:19] [Server thread/DEBUG] [FML]: Found API journeymap.client.api (owned by journeymap providing journeymap|client-api) embedded in journeymap +[16:57:19] [Server thread/DEBUG] [FML]: Found API com.shinoow.abyssalcraft.api.biome (owned by abyssalcraft providing AbyssalCraftAPI|Biome) embedded in abyssalcraft +[16:57:19] [Server thread/DEBUG] [FML]: Found API org.cyclops.integrateddynamics.api.evaluate.variable (owned by integrateddynamics providing integrateddynamics|api) embedded in integrateddynamics +[16:57:19] [Server thread/DEBUG] [FML]: Found API appeng.api (owned by appliedenergistics2 providing appliedenergistics2|API) embedded in appliedenergistics2 +[16:57:19] [Server thread/DEBUG] [FML]: Found API org.cyclops.integrateddynamics.api.client.gui.subgui (owned by integrateddynamics providing integrateddynamics|api) embedded in integrateddynamics +[16:57:19] [Server thread/DEBUG] [FML]: Found API micdoodle8.mods.galacticraft.api.vector (owned by galacticraftcore providing Galacticraft API) embedded in galacticraftcore +[16:57:19] [Server thread/DEBUG] [FML]: Found API micdoodle8.mods.galacticraft.api.tile (owned by galacticraftcore providing Galacticraft API) embedded in galacticraftcore +[16:57:19] [Server thread/DEBUG] [FML]: Found API amerifrance.guideapi.api (owned by guideapi providing Guide-API|API) embedded in guideapi +[16:57:19] [Server thread/DEBUG] [FML]: Found API blusunrize.immersiveengineering.api (owned by ImmersiveEngineering providing ImmersiveEngineering|API) embedded in immersiveengineering +[16:57:19] [Server thread/DEBUG] [FML]: Found API net.blay09.mods.farmingforblockheads.api (owned by farmingforblockheads providing farmingforblockheads|api) embedded in farmingforblockheads +[16:57:19] [Server thread/DEBUG] [FML]: Found API micdoodle8.mods.galacticraft.api.transmission.grid (owned by galacticraftcore providing Galacticraft API) embedded in galacticraftcore +[16:57:19] [Server thread/DEBUG] [FML]: Found API micdoodle8.mods.galacticraft.api.prefab (owned by galacticraftcore providing Galacticraft API) embedded in galacticraftcore +[16:57:19] [Server thread/DEBUG] [FML]: Found API micdoodle8.mods.galacticraft.api.item (owned by galacticraftcore providing Galacticraft API) embedded in galacticraftcore +[16:57:19] [Server thread/DEBUG] [FML]: Found API com.valkyrieofnight.vliblegacy.api (owned by valkyrielib providing valkyrielib.api) embedded in universalmodifiers +[16:57:19] [Server thread/DEBUG] [FML]: Found API com.valkyrieofnight.vliblegacy.api (owned by valkyrielib providing valkyrielib.api) embedded in valkyrielib +[16:57:19] [Server thread/DEBUG] [FML]: Found API org.cyclops.integrateddynamics.api.client.render.valuetype (owned by integrateddynamics providing integrateddynamics|api) embedded in integrateddynamics +[16:57:19] [Server thread/DEBUG] [FML]: Found API reborncore.api (owned by reborncore providing reborncoreAPI) embedded in reborncore +[16:57:19] [Server thread/DEBUG] [FML]: Found API vazkii.quark.api (owned by quark providing QuarkAPI) embedded in quark +[16:57:19] [Server thread/DEBUG] [FML]: Found API reborncore.api.tile (owned by reborncore providing reborncoreAPI|Tile) embedded in reborncore +[16:57:19] [Server thread/DEBUG] [FML]: Found API buildcraft.api.fuels (owned by buildcraftapi_core providing buildcraftapi_fuels) embedded in buildcraftcore +[16:57:19] [Server thread/DEBUG] [FML]: Found API buildcraft.api.fuels (owned by buildcraftapi_core providing buildcraftapi_fuels) embedded in buildcraftlib +[16:57:19] [Server thread/DEBUG] [FML]: Found API buildcraft.api.statements (owned by buildcraftapi_core providing buildcraftapi_statements) embedded in buildcraftcore +[16:57:19] [Server thread/DEBUG] [FML]: Found API buildcraft.api.statements (owned by buildcraftapi_core providing buildcraftapi_statements) embedded in buildcraftlib +[16:57:19] [Server thread/DEBUG] [FML]: Found API buildcraft.api.gates (owned by buildcraftapi_core providing buildcraftapi_gates) embedded in buildcraftcore +[16:57:19] [Server thread/DEBUG] [FML]: Found API buildcraft.api.gates (owned by buildcraftapi_core providing buildcraftapi_gates) embedded in buildcraftlib +[16:57:19] [Server thread/DEBUG] [FML]: Found API com.shinoow.abyssalcraft.api.item (owned by abyssalcraft providing AbyssalCraftAPI|Item) embedded in abyssalcraft +[16:57:19] [Server thread/DEBUG] [FML]: Found API micdoodle8.mods.galacticraft.api.world (owned by galacticraftcore providing Galacticraft API) embedded in galacticraftcore +[16:57:19] [Server thread/DEBUG] [FML]: Found API buildcraft.api.facades (owned by buildcraftapi_core providing buildcraftapi_facades) embedded in buildcraftcore +[16:57:19] [Server thread/DEBUG] [FML]: Found API buildcraft.api.facades (owned by buildcraftapi_core providing buildcraftapi_facades) embedded in buildcraftlib +[16:57:19] [Server thread/DEBUG] [FML]: Found API blusunrize.immersiveengineering.api.energy.immersiveflux (owned by ImmersiveEngineering providing ImmersiveEngineering|ImmersiveFluxAPI) embedded in immersiveengineering +[16:57:19] [Server thread/DEBUG] [FML]: Found API org.cyclops.commoncapabilities.api.capability (owned by commoncapabilities providing commoncapabilities|api) embedded in commoncapabilities +[16:57:19] [Server thread/DEBUG] [FML]: Found API reborncore.api.recipe (owned by reborncore providing reborncoreAPI|Recipe) embedded in reborncore +[16:57:19] [Server thread/DEBUG] [FML]: Found API hunternif.mc.atlas.api (owned by antiqueatlas providing antiqueatlasapi) embedded in antiqueatlas +[16:57:19] [Server thread/DEBUG] [FML]: Found API micdoodle8.mods.galacticraft.api.event.wgen (owned by galacticraftcore providing Galacticraft API) embedded in galacticraftcore +[16:57:19] [Server thread/DEBUG] [FML]: Found API org.cyclops.integrateddynamics.api.network.event (owned by integrateddynamics providing integrateddynamics|api) embedded in integrateddynamics +[16:57:19] [Server thread/DEBUG] [FML]: Found API reborncore.api.power (owned by reborncore providing reborncoreAPI|Power) embedded in reborncore +[16:57:19] [Server thread/DEBUG] [FML]: Found API betterwithmods.api (owned by betterwithmods providing BetterWithModsAPI) embedded in betterwithmods +[16:57:19] [Server thread/DEBUG] [FML]: Found API com.shinoow.abyssalcraft.api.entity (owned by abyssalcraft providing AbyssalCraftAPI|Entity) embedded in abyssalcraft +[16:57:19] [Server thread/DEBUG] [FML]: Found API micdoodle8.mods.galacticraft.api.prefab.core (owned by galacticraftcore providing Galacticraft API) embedded in galacticraftcore +[16:57:19] [Server thread/DEBUG] [FML]: Found API com.shinoow.abyssalcraft.api.necronomicon.condition.caps (owned by abyssalcraft providing AbyssalCraftAPI|Caps) embedded in abyssalcraft +[16:57:19] [Server thread/DEBUG] [FML]: Found API team.chisel.api (owned by chisel providing Chisel-API) embedded in chisel +[16:57:19] [Server thread/DEBUG] [FML]: Found API micdoodle8.mods.galacticraft.api.transmission.tile (owned by galacticraftcore providing Galacticraft API) embedded in galacticraftcore +[16:57:19] [Server thread/TRACE] [FML]: Removing upstream parent StorageDrawers from APIContainer{StorageDrawersAPI|registry:2.1.0} +[16:57:19] [Server thread/DEBUG] [FML]: Creating API container dummy for API StorageDrawersAPI|registry: owner: StorageDrawersAPI, dependents: [storagedrawers] +[16:57:19] [Server thread/TRACE] [FML]: Removing upstream parent StorageDrawers from APIContainer{StorageDrawersAPI|storage:2.1.0} +[16:57:19] [Server thread/DEBUG] [FML]: Creating API container dummy for API StorageDrawersAPI|storage: owner: StorageDrawersAPI, dependents: [storagedrawers] +[16:57:19] [Server thread/TRACE] [FML]: Removing upstream parent buildcraftlib from APIContainer{buildcraftapi_crops:1.1} +[16:57:19] [Server thread/DEBUG] [FML]: Creating API container dummy for API buildcraftapi_crops: owner: buildcraftapi_core, dependents: [buildcraftcore] +[16:57:19] [Server thread/DEBUG] [FML]: Creating API container dummy for API redstonefluxapi: owner: redstoneflux, dependents: [] +[16:57:19] [Server thread/DEBUG] [FML]: Creating API container dummy for API AbyssalCraftAPI|Caps: owner: abyssalcraft, dependents: [] +[16:57:19] [Server thread/DEBUG] [FML]: Creating API container dummy for API WailaAPI: owner: Waila, dependents: [waila] +[16:57:19] [Server thread/TRACE] [FML]: Removing upstream parent buildcraftlib from APIContainer{buildcraftapi_transport:5.0} +[16:57:19] [Server thread/DEBUG] [FML]: Creating API container dummy for API buildcraftapi_transport: owner: buildcraftapi_core, dependents: [buildcraftcore] +[16:57:19] [Server thread/DEBUG] [FML]: Creating API container dummy for API ctm-api-utils: owner: ctm, dependents: [] +[16:57:19] [Server thread/TRACE] [FML]: Removing upstream parent buildcraftlib from APIContainer{buildcraftapi_boards:2.0} +[16:57:19] [Server thread/DEBUG] [FML]: Creating API container dummy for API buildcraftapi_boards: owner: buildcraftapi_core, dependents: [buildcraftcore] +[16:57:19] [Server thread/DEBUG] [FML]: Creating API container dummy for API AbyssalCraftAPI|Recipe: owner: abyssalcraft, dependents: [] +[16:57:19] [Server thread/DEBUG] [FML]: Creating API container dummy for API AbyssalCraftAPI|Rending: owner: abyssalcraft, dependents: [] +[16:57:19] [Server thread/TRACE] [FML]: Removing upstream parent buildcraftlib from APIContainer{buildcraftapi_gates:4.1} +[16:57:19] [Server thread/DEBUG] [FML]: Creating API container dummy for API buildcraftapi_gates: owner: buildcraftapi_core, dependents: [buildcraftcore] +[16:57:19] [Server thread/DEBUG] [FML]: Creating API container dummy for API ImprovedBackpacks|API: owner: improvedbackpacks, dependents: [] +[16:57:19] [Server thread/DEBUG] [FML]: Creating API container dummy for API actuallyadditionsapi: owner: actuallyadditions, dependents: [] +[16:57:19] [Server thread/DEBUG] [FML]: Creating API container dummy for API ctm-api-models: owner: ctm, dependents: [] +[16:57:19] [Server thread/DEBUG] [FML]: Creating API container dummy for API ctm-api-textures: owner: ctm, dependents: [] +[16:57:19] [Server thread/DEBUG] [FML]: Creating API container dummy for API BetterWithModsAPI: owner: betterwithmods, dependents: [appleskin] +[16:57:19] [Server thread/DEBUG] [FML]: Creating API container dummy for API AbyssalCraftAPI|Structure: owner: abyssalcraft, dependents: [] +[16:57:19] [Server thread/DEBUG] [FML]: Creating API container dummy for API AbyssalCraftAPI|Disruption: owner: abyssalcraft, dependents: [] +[16:57:19] [Server thread/DEBUG] [FML]: Creating API container dummy for API Baubles|API: owner: Baubles, dependents: [improvedbackpacks, baubles] +[16:57:19] [Server thread/DEBUG] [FML]: Creating API container dummy for API Base|API: owner: Base, dependents: [base] +[16:57:19] [Server thread/DEBUG] [FML]: Creating API container dummy for API JustEnoughItemsAPI: owner: jei, dependents: [] +[16:57:19] [Server thread/DEBUG] [FML]: Creating API container dummy for API PneumaticCraftApi: owner: pneumaticcraft, dependents: [] +[16:57:19] [Server thread/DEBUG] [FML]: Creating API container dummy for API totemic|API: owner: totemic, dependents: [] +[16:57:19] [Server thread/DEBUG] [FML]: Creating API container dummy for API Chisel-API: owner: chisel, dependents: [] +[16:57:19] [Server thread/TRACE] [FML]: Removing upstream parent buildcraftlib from APIContainer{buildcraftapi_facades:1.1} +[16:57:19] [Server thread/DEBUG] [FML]: Creating API container dummy for API buildcraftapi_facades: owner: buildcraftapi_core, dependents: [buildcraftcore] +[16:57:19] [Server thread/DEBUG] [FML]: Creating API container dummy for API ImmersiveEngineering|ImmersiveFluxAPI: owner: ImmersiveEngineering, dependents: [immersiveengineering] +[16:57:19] [Server thread/TRACE] [FML]: Removing upstream parent buildcraftlib from APIContainer{buildcraftapi_lists:1.0} +[16:57:19] [Server thread/DEBUG] [FML]: Creating API container dummy for API buildcraftapi_lists: owner: buildcraftapi_core, dependents: [buildcraftcore] +[16:57:19] [Server thread/DEBUG] [FML]: Creating API container dummy for API AbyssalCraftAPI|Item: owner: abyssalcraft, dependents: [] +[16:57:19] [Server thread/TRACE] [FML]: Removing upstream parent buildcraftlib from APIContainer{buildcraftapi_events:2.0} +[16:57:19] [Server thread/DEBUG] [FML]: Creating API container dummy for API buildcraftapi_events: owner: buildcraftapi_core, dependents: [buildcraftcore] +[16:57:19] [Server thread/DEBUG] [FML]: Creating API container dummy for API StorageDrawersAPI: owner: StorageDrawers, dependents: [storagedrawers] +[16:57:19] [Server thread/DEBUG] [FML]: Creating API container dummy for API betteradvancements|API: owner: betteradvancements, dependents: [triumph] +[16:57:19] [Server thread/DEBUG] [FML]: Creating API container dummy for API AbyssalCraftAPI: owner: abyssalcraft, dependents: [] +[16:57:19] [Server thread/DEBUG] [FML]: Creating API container dummy for API AbyssalCraftAPI|Biome: owner: abyssalcraft, dependents: [] +[16:57:19] [Server thread/DEBUG] [FML]: Creating API container dummy for API AbyssalCraftAPI|Energy: owner: abyssalcraft, dependents: [] +[16:57:19] [Server thread/DEBUG] [FML]: Creating API container dummy for API appliedenergistics2|API: owner: appliedenergistics2, dependents: [] +[16:57:19] [Server thread/TRACE] [FML]: Removing upstream parent StorageDrawers from APIContainer{StorageDrawersAPI|event:2.1.0} +[16:57:19] [Server thread/DEBUG] [FML]: Creating API container dummy for API StorageDrawersAPI|event: owner: StorageDrawersAPI, dependents: [storagedrawers] +[16:57:19] [Server thread/DEBUG] [FML]: Creating API container dummy for API AbyssalCraftAPI|Block: owner: abyssalcraft, dependents: [] +[16:57:19] [Server thread/DEBUG] [FML]: Creating API container dummy for API journeymap|client-api-display: owner: journeymap, dependents: [] +[16:57:19] [Server thread/DEBUG] [FML]: Creating API container dummy for API antiqueatlasapi: owner: antiqueatlas, dependents: [] +[16:57:19] [Server thread/DEBUG] [FML]: Creating API container dummy for API AbyssalCraftAPI|Condition: owner: abyssalcraft, dependents: [] +[16:57:19] [Server thread/DEBUG] [FML]: Creating API container dummy for API reborncoreAPI|Tile: owner: reborncore, dependents: [] +[16:57:19] [Server thread/DEBUG] [FML]: Creating API container dummy for API betterwithmodsAPI: owner: betterwithmods, dependents: [] +[16:57:19] [Server thread/DEBUG] [FML]: Creating API container dummy for API stevescartsAPI: owner: stevescarts, dependents: [] +[16:57:19] [Server thread/DEBUG] [FML]: Creating API container dummy for API journeymap|client-api-model: owner: journeymap, dependents: [] +[16:57:19] [Server thread/DEBUG] [FML]: Creating API container dummy for API journeymap|client-api-event: owner: journeymap, dependents: [] +[16:57:19] [Server thread/DEBUG] [FML]: Creating API container dummy for API MekanismAPI|core: owner: mekanism, dependents: [] +[16:57:19] [Server thread/TRACE] [FML]: Removing upstream parent buildcraftlib from APIContainer{buildcraftapi_tools:1.0} +[16:57:19] [Server thread/DEBUG] [FML]: Creating API container dummy for API buildcraftapi_tools: owner: buildcraftapi_core, dependents: [buildcraftcore] +[16:57:19] [Server thread/DEBUG] [FML]: Creating API container dummy for API industrialforegoingapi: owner: industrialforegoing, dependents: [] +[16:57:19] [Server thread/TRACE] [FML]: Removing upstream parent buildcraftlib from APIContainer{buildcraftapi_robotics:3.0} +[16:57:19] [Server thread/DEBUG] [FML]: Creating API container dummy for API buildcraftapi_robotics: owner: buildcraftapi_core, dependents: [buildcraftcore] +[16:57:19] [Server thread/DEBUG] [FML]: Creating API container dummy for API AbyssalCraftAPI|Event: owner: abyssalcraft, dependents: [] +[16:57:19] [Server thread/DEBUG] [FML]: Creating API container dummy for API reborncoreAPI: owner: reborncore, dependents: [] +[16:57:19] [Server thread/DEBUG] [FML]: Creating API container dummy for API MekanismAPI|infuse: owner: mekanism, dependents: [] +[16:57:19] [Server thread/DEBUG] [FML]: Creating API container dummy for API commoncapabilities|api: owner: commoncapabilities, dependents: [] +[16:57:19] [Server thread/DEBUG] [FML]: Creating API container dummy for API farmingforblockheads|api: owner: farmingforblockheads, dependents: [] +[16:57:19] [Server thread/TRACE] [FML]: Removing upstream parent buildcraftlib from APIContainer{buildcraftapi_power:1.3} +[16:57:19] [Server thread/DEBUG] [FML]: Creating API container dummy for API buildcraftapi_power: owner: buildcraftapi_core, dependents: [buildcraftcore] +[16:57:19] [Server thread/DEBUG] [FML]: Creating API container dummy for API ChiselAPI|Carving: owner: Chisel, dependents: [chisel] +[16:57:19] [Server thread/DEBUG] [FML]: Creating API container dummy for API stevescartsAPI|FARMS: owner: stevescarts, dependents: [] +[16:57:19] [Server thread/TRACE] [FML]: Removing upstream parent buildcraftlib from APIContainer{buildcraftapi_fuels:2.0} +[16:57:19] [Server thread/DEBUG] [FML]: Creating API container dummy for API buildcraftapi_fuels: owner: buildcraftapi_core, dependents: [buildcraftcore] +[16:57:19] [Server thread/DEBUG] [FML]: Creating API container dummy for API reborncoreAPI|Recipe: owner: reborncore, dependents: [] +[16:57:19] [Server thread/DEBUG] [FML]: Creating API container dummy for API integrateddynamics|api: owner: integrateddynamics, dependents: [integrateddynamicscompat] +[16:57:19] [Server thread/DEBUG] [FML]: Creating API container dummy for API bloodmagic-api: owner: bloodmagic, dependents: [] +[16:57:19] [Server thread/TRACE] [FML]: Removing upstream parent buildcraftlib from APIContainer{buildcraftapi_library:2.0} +[16:57:19] [Server thread/DEBUG] [FML]: Creating API container dummy for API buildcraftapi_library: owner: buildcraftapi_core, dependents: [buildcraftcore] +[16:57:19] [Server thread/TRACE] [FML]: Removing upstream parent buildcraftlib from APIContainer{buildcraftapi_enums:1.0} +[16:57:19] [Server thread/DEBUG] [FML]: Creating API container dummy for API buildcraftapi_enums: owner: buildcraftapi_core, dependents: [buildcraftcore] +[16:57:19] [Server thread/DEBUG] [FML]: Creating API container dummy for API AbyssalCraftAPI|Ritual: owner: abyssalcraft, dependents: [] +[16:57:19] [Server thread/DEBUG] [FML]: Creating API container dummy for API journeymap|client-api: owner: journeymap, dependents: [] +[16:57:19] [Server thread/TRACE] [FML]: Removing upstream parent StorageDrawers from APIContainer{StorageDrawersAPI|render:2.1.0} +[16:57:19] [Server thread/DEBUG] [FML]: Creating API container dummy for API StorageDrawersAPI|render: owner: StorageDrawersAPI, dependents: [storagedrawers] +[16:57:19] [Server thread/DEBUG] [FML]: Creating API container dummy for API team_reborn|Praescriptum: owner: reborncore, dependents: [] +[16:57:19] [Server thread/TRACE] [FML]: Removing upstream parent buildcraftlib from APIContainer{buildcraftapi_items:1.1} +[16:57:19] [Server thread/DEBUG] [FML]: Creating API container dummy for API buildcraftapi_items: owner: buildcraftapi_core, dependents: [buildcraftcore] +[16:57:19] [Server thread/TRACE] [FML]: Removing upstream parent buildcraftlib from APIContainer{buildcraftapi_filler:5.0} +[16:57:19] [Server thread/DEBUG] [FML]: Creating API container dummy for API buildcraftapi_filler: owner: buildcraftapi_core, dependents: [buildcraftcore] +[16:57:19] [Server thread/DEBUG] [FML]: Creating API container dummy for API journeymap|client-api-util: owner: journeymap, dependents: [] +[16:57:19] [Server thread/DEBUG] [FML]: Creating API container dummy for API BetweenlandsAPI: owner: thebetweenlands, dependents: [] +[16:57:19] [Server thread/DEBUG] [FML]: Creating API container dummy for API ChiselsAndBitsAPI: owner: chiselsandbits, dependents: [] +[16:57:19] [Server thread/DEBUG] [FML]: Creating API container dummy for API ImmersiveEngineering|API: owner: ImmersiveEngineering, dependents: [immersiveengineering] +[16:57:19] [Server thread/DEBUG] [FML]: Creating API container dummy for API AbyssalCraftAPI|Integration: owner: abyssalcraft, dependents: [] +[16:57:19] [Server thread/DEBUG] [FML]: Creating API container dummy for API valkyrielib.api: owner: valkyrielib, dependents: [universalmodifiers] +[16:57:19] [Server thread/DEBUG] [FML]: Creating API container dummy for API buildcraftapi_core: owner: buildcraftlib, dependents: [buildcraftcore] +[16:57:19] [Server thread/DEBUG] [FML]: Creating API container dummy for API QuarkAPI: owner: quark, dependents: [] +[16:57:19] [Server thread/TRACE] [FML]: Removing upstream parent buildcraftlib from APIContainer{buildcraftapi_blocks:1.0} +[16:57:19] [Server thread/DEBUG] [FML]: Creating API container dummy for API buildcraftapi_blocks: owner: buildcraftapi_core, dependents: [buildcraftcore] +[16:57:19] [Server thread/DEBUG] [FML]: Creating API container dummy for API Guide-API|API: owner: guideapi, dependents: [] +[16:57:19] [Server thread/DEBUG] [FML]: Creating API container dummy for API togetherforeverapi: owner: togetherforever, dependents: [] +[16:57:19] [Server thread/TRACE] [FML]: Removing upstream parent buildcraftlib from APIContainer{buildcraftapi_recipes:3.0} +[16:57:19] [Server thread/DEBUG] [FML]: Creating API container dummy for API buildcraftapi_recipes: owner: buildcraftapi_core, dependents: [buildcraftcore] +[16:57:19] [Server thread/DEBUG] [FML]: Creating API container dummy for API MekanismAPI|gas: owner: mekanism, dependents: [] +[16:57:19] [Server thread/DEBUG] [FML]: Creating API container dummy for API MouseTweaks|API: owner: mousetweaks, dependents: [] +[16:57:19] [Server thread/TRACE] [FML]: Removing upstream parent buildcraftlib from APIContainer{buildcraftapi_tiles:1.2} +[16:57:19] [Server thread/DEBUG] [FML]: Creating API container dummy for API buildcraftapi_tiles: owner: buildcraftapi_core, dependents: [buildcraftcore] +[16:57:19] [Server thread/DEBUG] [FML]: Creating API container dummy for API AbyssalCraftAPI|Necronomicon: owner: abyssalcraft, dependents: [] +[16:57:19] [Server thread/DEBUG] [FML]: Creating API container dummy for API MekanismAPI|util: owner: mekanism, dependents: [] +[16:57:19] [Server thread/DEBUG] [FML]: Creating API container dummy for API ctm-api-events: owner: ctm, dependents: [] +[16:57:19] [Server thread/DEBUG] [FML]: Creating API container dummy for API Galacticraft API: owner: galacticraftcore, dependents: [] +[16:57:19] [Server thread/DEBUG] [FML]: Creating API container dummy for API MekanismAPI|laser: owner: mekanism, dependents: [] +[16:57:19] [Server thread/DEBUG] [FML]: Creating API container dummy for API MekanismAPI|transmitter: owner: mekanism, dependents: [] +[16:57:19] [Server thread/DEBUG] [FML]: Creating API container dummy for API AbyssalCraftAPI|Internal: owner: abyssalcraft, dependents: [] +[16:57:19] [Server thread/TRACE] [FML]: Removing upstream parent StorageDrawers from APIContainer{StorageDrawersAPI|storage-attribute:2.1.0} +[16:57:19] [Server thread/DEBUG] [FML]: Creating API container dummy for API StorageDrawersAPI|storage-attribute: owner: StorageDrawersAPI, dependents: [storagedrawers] +[16:57:19] [Server thread/DEBUG] [FML]: Creating API container dummy for API AbyssalCraftAPI|Spell: owner: abyssalcraft, dependents: [] +[16:57:19] [Server thread/DEBUG] [FML]: Creating API container dummy for API ctm-api: owner: ctm, dependents: [] +[16:57:19] [Server thread/DEBUG] [FML]: Creating API container dummy for API reborncoreAPI|Power: owner: reborncore, dependents: [] +[16:57:19] [Server thread/DEBUG] [FML]: Creating API container dummy for API AbyssalCraftAPI|Entity: owner: abyssalcraft, dependents: [] +[16:57:19] [Server thread/DEBUG] [FML]: Creating API container dummy for API MekanismAPI|energy: owner: mekanism, dependents: [] +[16:57:19] [Server thread/TRACE] [FML]: Removing upstream parent buildcraftlib from APIContainer{buildcraftapi_statements:1.1} +[16:57:19] [Server thread/DEBUG] [FML]: Creating API container dummy for API buildcraftapi_statements: owner: buildcraftapi_core, dependents: [buildcraftcore] +[16:57:19] [Server thread/TRACE] [FML]: Received a system property request '' +[16:57:19] [Server thread/TRACE] [FML]: System property request managing the state of 0 mods +[16:57:19] [Server thread/DEBUG] [FML]: After merging, found state information for 0 mods +[16:57:19] [Server thread/WARN] [FML]: Missing English translation for FML: assets/fml/lang/en_us.lang +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod movillages +[16:57:19] [Server thread/WARN] [FML]: Missing English translation for movillages: assets/movillages/lang/en_us.lang +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod charcoalblock +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod acintegration +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod abyssalcraft +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod actuallyadditions +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod actuallybaubles +[16:57:19] [Server thread/WARN] [FML]: Missing English translation for actuallybaubles: assets/actuallybaubles/lang/en_us.lang +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod animalium +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod antiqueatlas +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod appleskin +[16:57:19] [Server thread/WARN] [FML]: Missing English translation for appleskin: assets/appleskin/lang/en_us.lang +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod appliedenergistics2 +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod armoreablemobs +[16:57:19] [Server thread/WARN] [FML]: Missing English translation for armoreablemobs: assets/armoreablemobs/lang/en_us.lang +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod aroma1997core +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod aromabackup +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod aromabackuprecovery +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod astikorcarts +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod astralsorcery +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod autoreglib +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod base +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod baubles +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod bdlib +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod betterwithaddons +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod betterbedrock +[16:57:19] [Server thread/WARN] [FML]: Missing English translation for betterbedrock: assets/betterbedrock/lang/en_us.lang +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod betterbuilderswands +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod betterwithlib +[16:57:19] [Server thread/WARN] [FML]: Missing English translation for betterwithlib: assets/betterwithlib/lang/en_us.lang +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod betterwithmods +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod bibliocraft +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod bloodmagic +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod bnbgaminglib +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod bonsaitrees +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod bookshelf +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod bringbedrockback +[16:57:19] [Server thread/WARN] [FML]: Missing English translation for bringbedrockback: assets/bringbedrockback/lang/en_us.lang +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod buildcraftbuilders +[16:57:19] [Server thread/WARN] [FML]: Missing English translation for buildcraftbuilders: assets/buildcraftbuilders/lang/en_us.lang +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod buildcraftcore +[16:57:19] [Server thread/WARN] [FML]: Missing English translation for buildcraftcore: assets/buildcraftcore/lang/en_us.lang +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod buildcraftlib +[16:57:19] [Server thread/WARN] [FML]: Missing English translation for buildcraftlib: assets/buildcraftlib/lang/en_us.lang +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod buildcraftfactory +[16:57:19] [Server thread/WARN] [FML]: Missing English translation for buildcraftfactory: assets/buildcraftfactory/lang/en_us.lang +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod buildcraftrobotics +[16:57:19] [Server thread/WARN] [FML]: Missing English translation for buildcraftrobotics: assets/buildcraftrobotics/lang/en_us.lang +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod buildcraftsilicon +[16:57:19] [Server thread/WARN] [FML]: Missing English translation for buildcraftsilicon: assets/buildcraftsilicon/lang/en_us.lang +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod buildcrafttransport +[16:57:19] [Server thread/WARN] [FML]: Missing English translation for buildcrafttransport: assets/buildcrafttransport/lang/en_us.lang +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod buildinggadgets +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod car +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod carryon +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod cd4017be_lib +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod ceramics +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod chameleon +[16:57:19] [Server thread/WARN] [FML]: Missing English translation for chameleon: assets/chameleon/lang/en_us.lang +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod chargers +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod chisel +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod chiselsandbits +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod clumps +[16:57:19] [Server thread/WARN] [FML]: Missing English translation for clumps: assets/clumps/lang/en_us.lang +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod codechickenlib +[16:57:19] [Server thread/WARN] [FML]: Missing English translation for codechickenlib: assets/codechickenlib/lang/en_us.lang +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod commoncapabilities +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod compactmachines3 +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod conarm +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod contenttweaker +[16:57:19] [Server thread/WARN] [FML]: Missing English translation for contenttweaker: assets/contenttweaker/lang/en_us.lang +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod cookingforblockheads +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod crafttweaker +[16:57:19] [Server thread/WARN] [FML]: Missing English translation for crafttweaker: assets/crafttweaker/lang/en_us.lang +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod crafttweakerjei +[16:57:19] [Server thread/WARN] [FML]: Missing English translation for crafttweakerjei: assets/crafttweakerjei/lang/en_us.lang +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod cucumber +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod cyclicmagic +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod cyclopscore +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod darkutils +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod davincisvessels +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod death_compass +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod despawningspawners +[16:57:19] [Server thread/WARN] [FML]: Missing English translation for despawningspawners: assets/despawningspawners/lang/en_us.lang +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod dimensionalcontrol +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod dimstages +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod dungpipe +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod elevatorid +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod emberroot +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod enderstorage +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod enderutilities +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod environmentaltech +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod extendedcrafting +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod extraplanets +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod farmingforblockheads +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod farseek +[16:57:19] [Server thread/WARN] [FML]: Missing English translation for farseek: assets/farseek/lang/en_us.lang +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod fastfurnace +[16:57:19] [Server thread/WARN] [FML]: Missing English translation for fastfurnace: assets/fastfurnace/lang/en_us.lang +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod fastbench +[16:57:19] [Server thread/WARN] [FML]: Missing English translation for fastbench: assets/fastbench/lang/en_us.lang +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod fat_cat +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod ferdinandsflowers +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod findme +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod foamfix +[16:57:19] [Server thread/WARN] [FML]: Missing English translation for foamfix: assets/foamfix/lang/en_us.lang +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod forgelin +[16:57:19] [Server thread/WARN] [FML]: Missing English translation for forgelin: assets/forgelin/lang/en_us.lang +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod microblockcbe +[16:57:19] [Server thread/WARN] [FML]: Missing English translation for microblockcbe: assets/microblockcbe/lang/en_us.lang +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod forgemultipartcbe +[16:57:19] [Server thread/WARN] [FML]: Missing English translation for forgemultipartcbe: assets/forgemultipartcbe/lang/en_us.lang +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod minecraftmultipartcbe +[16:57:19] [Server thread/WARN] [FML]: Missing English translation for minecraftmultipartcbe: assets/minecraftmultipartcbe/lang/en_us.lang +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod galacticraftplanets +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod galacticraftcore +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod galacticrafttweaker +[16:57:19] [Server thread/WARN] [FML]: Missing English translation for galacticrafttweaker: assets/galacticrafttweaker/lang/en_us.lang +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod gamestages +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod advgenerators +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod geolosys +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod gobblecore +[16:57:19] [Server thread/WARN] [FML]: Missing English translation for gobblecore: assets/gobblecore/lang/en_us.lang +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod guideapi +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod harvest +[16:57:19] [Server thread/WARN] [FML]: Missing English translation for harvest: assets/harvest/lang/en_us.lang +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod horsepower +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod huntingdim +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod waila +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod igwmod +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod immcraft +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod immersivepetroleum +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod immersivetech +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod improvedbackpacks +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod incontrol +[16:57:19] [Server thread/WARN] [FML]: Missing English translation for incontrol: assets/incontrol/lang/en_us.lang +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod indlog +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod industrialforegoing +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod infoaccessories +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod integrateddynamics +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod integrateddynamicscompat +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod inventorytweaks +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod ironbackpacks +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod ironchest +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod ironjetpacks +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod itemstages +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod jei +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod journeymap +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod jarm +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod jaff +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod jeid +[16:57:19] [Server thread/WARN] [FML]: Missing English translation for jeid: assets/jeid/lang/en_us.lang +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod kleeslabs +[16:57:19] [Server thread/WARN] [FML]: Missing English translation for kleeslabs: assets/kleeslabs/lang/en_us.lang +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod lex +[16:57:19] [Server thread/WARN] [FML]: Missing English translation for lex: assets/lex/lang/en_us.lang +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod lttweaker +[16:57:19] [Server thread/WARN] [FML]: Missing English translation for lttweaker: assets/lttweaker/lang/en_us.lang +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod magma_monsters +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod mantle +[16:57:19] [Server thread/WARN] [FML]: Missing English translation for mantle: assets/mantle/lang/en_us.lang +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod mcjtylib_ng +[16:57:19] [Server thread/WARN] [FML]: Missing English translation for mcjtylib_ng: assets/mcjtylib_ng/lang/en_us.lang +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod mekanism +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod mekatweaks +[16:57:19] [Server thread/WARN] [FML]: Missing English translation for mekatweaks: assets/mekatweaks/lang/en_us.lang +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod mercurius +[16:57:19] [Server thread/WARN] [FML]: Missing English translation for mercurius: assets/mercurius/lang/en_us.lang +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod mjrlegendslib +[16:57:19] [Server thread/WARN] [FML]: Missing English translation for mjrlegendslib: assets/mjrlegendslib/lang/en_us.lang +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod mobends +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod mob_grinding_utils +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod mobstages +[16:57:19] [Server thread/WARN] [FML]: Missing English translation for mobstages: assets/mobstages/lang/en_us.lang +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod modtweaker +[16:57:19] [Server thread/WARN] [FML]: Missing English translation for modtweaker: assets/modtweaker/lang/en_us.lang +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod modularrouters +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod modularmachinery +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod morpheus +[16:57:19] [Server thread/WARN] [FML]: Missing English translation for morpheus: assets/morpheus/lang/en_us.lang +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod movingworld +[16:57:19] [Server thread/WARN] [FML]: Missing English translation for movingworld: assets/movingworld/lang/en_us.lang +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod mpbasic +[16:57:19] [Server thread/WARN] [FML]: Missing English translation for mpbasic: assets/mpbasic/lang/en_us.lang +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod mputils +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod mtlib +[16:57:19] [Server thread/WARN] [FML]: Missing English translation for mtlib: assets/mtlib/lang/en_us.lang +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod multiblockstages +[16:57:19] [Server thread/WARN] [FML]: Missing English translation for multiblockstages: assets/multiblockstages/lang/en_us.lang +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod mundaneredstone +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod mystagradcompat +[16:57:19] [Server thread/WARN] [FML]: Missing English translation for mystagradcompat: assets/mystagradcompat/lang/en_us.lang +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod mysticalagradditions +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod mysticalagriculture +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod natura +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod naturescompass +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod nex +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod noworldgen5you +[16:57:19] [Server thread/WARN] [FML]: Missing English translation for noworldgen5you: assets/noworldgen5you/lang/en_us.lang +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod nutrition +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod samsocean +[16:57:19] [Server thread/WARN] [FML]: Missing English translation for samsocean: assets/samsocean/lang/en_us.lang +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod oeintegration +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod oreexcavation +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod orestages +[16:57:19] [Server thread/WARN] [FML]: Missing English translation for orestages: assets/orestages/lang/en_us.lang +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod overloaded +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod pickletweaks +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod placebo +[16:57:19] [Server thread/WARN] [FML]: Missing English translation for placebo: assets/placebo/lang/en_us.lang +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod playerbosses +[16:57:19] [Server thread/WARN] [FML]: Missing English translation for playerbosses: assets/playerbosses/lang/en_us.lang +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod playerskins +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod pneumaticcraft +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod poweradapters +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod prestige +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod primalchests +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod primal +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod primal_tech +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod progressiontweaks +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod prospectors +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod quantumstorage +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod quark +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod quickleafdecay +[16:57:19] [Server thread/WARN] [FML]: Missing English translation for quickleafdecay: assets/quickleafdecay/lang/en_us.lang +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod rangedpumps +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod realdrops +[16:57:19] [Server thread/WARN] [FML]: Missing English translation for realdrops: assets/realdrops/lang/en_us.lang +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod reborncore +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod rebornstorage +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod recipestages +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod reccomplex +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod redstoneflux +[16:57:19] [Server thread/WARN] [FML]: Missing English translation for redstoneflux: assets/redstoneflux/lang/en_us.lang +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod refinedstorage +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod refinedstorageaddons +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod rftools +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod rftoolscontrol +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod roadrunner +[16:57:19] [Server thread/WARN] [FML]: Missing English translation for roadrunner: assets/roadrunner/lang/en_us.lang +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod rustic +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod scannable +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod sevpatches +[16:57:19] [Server thread/WARN] [FML]: Missing English translation for sevpatches: assets/sevpatches/lang/en_us.lang +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod sevtweaks +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod sev_tweaks_npc +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod simpleautorun +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod simplegenerators +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod simpleplanes +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod storagenetwork +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod simpletomb +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod simplyarrows +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod spartanshields +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod spatialservermod +[16:57:19] [Server thread/WARN] [FML]: Missing English translation for spatialservermod: assets/spatialservermod/lang/en_us.lang +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod stevescarts +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod stg +[16:57:19] [Server thread/WARN] [FML]: Missing English translation for stg: assets/stg/lang/en_us.lang +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod storagedrawers +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod streams +[16:57:19] [Server thread/WARN] [FML]: Missing English translation for streams: assets/streams/lang/en_us.lang +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod sasit +[16:57:19] [Server thread/WARN] [FML]: Missing English translation for sasit: assets/sasit/lang/en_us.lang +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod supersoundmuffler +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod tallgates +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod tconstruct +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod teslacorelib +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod teslacorelib_registries +[16:57:19] [Server thread/WARN] [FML]: Missing English translation for teslacorelib_registries: assets/teslacorelib_registries/lang/en_us.lang +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod beneath +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod thirstybottles +[16:57:19] [Server thread/WARN] [FML]: Missing English translation for thirstybottles: assets/thirstybottles/lang/en_us.lang +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod timecontrol +[16:57:19] [Server thread/WARN] [FML]: Missing English translation for timecontrol: assets/timecontrol/lang/en_us.lang +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod tcomplement +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod tinkerstages +[16:57:19] [Server thread/WARN] [FML]: Missing English translation for tinkerstages: assets/tinkerstages/lang/en_us.lang +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod tinkertoolleveling +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod togetherforever +[16:57:19] [Server thread/WARN] [FML]: Missing English translation for togetherforever: assets/togetherforever/lang/en_us.lang +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod totemic +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod tothebatpoles +[16:57:19] [Server thread/WARN] [FML]: Missing English translation for tothebatpoles: assets/tothebatpoles/lang/en_us.lang +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod translocators +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod traverse +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod treechopper +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod triumph +[16:57:19] [Server thread/WARN] [FML]: Missing English translation for triumph: assets/triumph/lang/en_us.lang +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod trumpetskeleton +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod tumbleweed +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod twilightforest +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod uppers +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod universalmodifiers +[16:57:19] [Server thread/WARN] [FML]: Missing English translation for universalmodifiers: assets/universalmodifiers/lang/en_us.lang +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod valkyrielib +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod vc +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod vtt +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod waddles +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod wailastages +[16:57:19] [Server thread/WARN] [FML]: Missing English translation for wailastages: assets/wailastages/lang/en_us.lang +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod walljump +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod wanionlib +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod watercontrolextreme +[16:57:19] [Server thread/WARN] [FML]: Missing English translation for watercontrolextreme: assets/watercontrolextreme/lang/en_us.lang +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod waterstrainer +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod wawla +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod weirdinggadget +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod wildcrops +[16:57:19] [Server thread/WARN] [FML]: Missing English translation for wildcrops: assets/wildcrops/lang/en_us.lang +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod witherskelefix +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod wopper +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod xnet +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod ynot +[16:57:19] [Server thread/WARN] [FML]: Missing English translation for ynot: assets/ynot/lang/en_us.lang +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod yoyos +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod zenloot +[16:57:19] [Server thread/WARN] [FML]: Missing English translation for zenloot: assets/zenloot/lang/en_us.lang +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod zenstages +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod immersiveengineering +[16:57:19] [Server thread/DEBUG] [FML]: Enabling mod thebetweenlands +[16:57:19] [Server thread/TRACE] [FML]: Verifying mod requirements are satisfied +[16:57:19] [Server thread/TRACE] [FML]: All mod requirements are satisfied +[16:57:19] [Server thread/TRACE] [FML]: Sorting mods into an ordered list +[16:57:19] [Server thread/TRACE] [FML]: Mod sorting completed successfully +[16:57:19] [Server thread/DEBUG] [FML]: Mod sorting data +[16:57:19] [Server thread/DEBUG] [FML]: movillages(Mo' Villages:1.5.4): [1.12]MoVillages-1.5.4.jar () +[16:57:19] [Server thread/DEBUG] [FML]: charcoalblock(A Block of Charcoal:1.1): A Block of Charcoal-1.2.jar () +[16:57:19] [Server thread/DEBUG] [FML]: crafttweaker(CraftTweaker2:4.1.20): CraftTweaker2-1.12-4.1.20.574.jar () +[16:57:19] [Server thread/DEBUG] [FML]: mtlib(MTLib:3.0.6): MTLib-3.0.6.jar () +[16:57:19] [Server thread/DEBUG] [FML]: modtweaker(Mod Tweaker:4.0.17): modtweaker-4.0.17.jar (required-after:crafttweaker;required-after:mtlib;before:jei) +[16:57:19] [Server thread/DEBUG] [FML]: jei(Just Enough Items:4.15.0.283): jei_1.12.2-4.15.0.283.jar (required-after:forge@[14.23.5.2816,);) +[16:57:19] [Server thread/DEBUG] [FML]: abyssalcraft(AbyssalCraft:1.9.19.1): AbyssalCraft-1.12.2-1.9.19.1.jar (required-after:forge@[14.23.4.2747,);after:jei@[4.11.0,)) +[16:57:19] [Server thread/DEBUG] [FML]: ChiselAPI|Carving(API: ChiselAPI|Carving:0.0.1): Chisel-MC1.12.2-0.2.1.35.jar () +[16:57:19] [Server thread/DEBUG] [FML]: chisel(Chisel:MC1.12.2-0.2.1.35): Chisel-MC1.12.2-0.2.1.35.jar (required-after:forge@[14.23.0.2501,);required-after-client:ctm@[MC1.12-0.2.3.8,)) +[16:57:19] [Server thread/DEBUG] [FML]: mantle(Mantle:1.12-1.3.3.55): Mantle-1.12-1.3.3.55.jar (required-after:forge@[14.21.1.2387,)) +[16:57:19] [Server thread/DEBUG] [FML]: twilightforest(The Twilight Forest:3.8.689): twilightforest-1.12.2-3.8.689-universal.jar (after:ctm@[MC1.12.2-0.3.2.18,);before:immersiveengineering@[0.12-83,);before:tconstruct;required-after:forge@[14.23.3.2655,);after:thaumcraft@[6.1.BETA21,)) +[16:57:19] [Server thread/DEBUG] [FML]: tconstruct(Tinkers' Construct:1.12.2-2.12.0.135): TConstruct-1.12.2-2.12.0.135.jar (required-after:forge@[14.23.1.2577,);required-after:mantle@[1.12-1.3.3.49,);after:jei@[4.8,);before:taiga@(1.3.0,);after:chisel) +[16:57:19] [Server thread/DEBUG] [FML]: acintegration(AbyssalCraft Integration:1.11.2): AbyssalCraft Integration-1.12.2-1.11.2.jar (required-after:forge@[14.23.5.2815,);required-after:abyssalcraft@[1.9.19,];after:tconstruct) +[16:57:19] [Server thread/DEBUG] [FML]: fastbench(FastWorkbench:1.7.3): FastWorkbench-1.12.2-1.7.3.jar () +[16:57:19] [Server thread/DEBUG] [FML]: actuallyadditions(Actually Additions:1.12.2-r149): ActuallyAdditions-1.12.2-r149.jar (required:forge@[14.23.5.2836,);before:craftingtweaks;after:fastbench@[1.3.2,)) +[16:57:19] [Server thread/DEBUG] [FML]: Baubles|API(API: Baubles|API:1.4.0.2): ImprovedBackpacks-1.12.2-1.5.0.0.jar () +[16:57:19] [Server thread/DEBUG] [FML]: baubles(Baubles:1.5.2): Baubles-1.12-1.5.2.jar (required-after:forge@[14.21.0.2348,);) +[16:57:19] [Server thread/DEBUG] [FML]: actuallybaubles(Actually Baubles:1.1): ActuallyBaubles-1.12-1.1.jar (required-after:actuallyadditions;required-after:baubles;) +[16:57:19] [Server thread/DEBUG] [FML]: animalium(animalium:0.3.8): Animalium-0.3.8.jar (after:BiomesOPlenty) +[16:57:19] [Server thread/DEBUG] [FML]: antiqueatlas(Antique Atlas:4.5.1): antiqueatlas-1.12.2-4.5.1.jar (after:forge@[14.23.2.2611,);) +[16:57:19] [Server thread/DEBUG] [FML]: Base|API(API: Base|API:1.0.0): base-1.12.2-3.13.0.jar () +[16:57:19] [Server thread/DEBUG] [FML]: base(B.A.S.E:3.13.0): base-1.12.2-3.13.0.jar (after:crafttweaker;after:jei) +[16:57:19] [Server thread/DEBUG] [FML]: contenttweaker(ContentTweaker:1.12.2-4.9.1): ContentTweaker-1.12.2-4.9.1.jar (required-after:base@[3.11.0,);required-after:crafttweaker;after:chickens;after:tconstruct) +[16:57:19] [Server thread/DEBUG] [FML]: ImmersiveEngineering|ImmersiveFluxAPI(API: ImmersiveEngineering|ImmersiveFluxAPI:1.0): ImmersiveEngineering-0.12-98.jar () +[16:57:19] [Server thread/DEBUG] [FML]: ImmersiveEngineering|API(API: ImmersiveEngineering|API:1.0): ImmersiveEngineering-0.12-98.jar () +[16:57:19] [Server thread/DEBUG] [FML]: immersiveengineering(Immersive Engineering:0.12-98): ImmersiveEngineering-0.12-98.jar (required-after:forge@[14.23.5.2820,);after:jei@[4.8,);after:railcraft;after:tconstruct@[1.12-2.7.1,);after:theoneprobe@[1.4.4,)) +[16:57:19] [Server thread/DEBUG] [FML]: geolosys(Geolosys:2.2.6): Geolosys-1.12.2-2.2.6.jar (after:immersiveengineering@[0.12,);after:contenttweaker;) +[16:57:19] [Server thread/DEBUG] [FML]: buildcraftlib(BuildCraft Lib:7.99.24.1): buildcraft-core-7.99.24.1.jar (required-after:forge@[14.23.0.2544,)) +[16:57:19] [Server thread/DEBUG] [FML]: buildcraftapi_core(API: buildcraftapi_core:2.2): buildcraft-core-7.99.24.1.jar () +[16:57:19] [Server thread/DEBUG] [FML]: buildcraftapi_crops(API: buildcraftapi_crops:1.1): buildcraft-core-7.99.24.1.jar () +[16:57:19] [Server thread/DEBUG] [FML]: buildcraftapi_transport(API: buildcraftapi_transport:5.0): buildcraft-core-7.99.24.1.jar () +[16:57:19] [Server thread/DEBUG] [FML]: buildcraftapi_boards(API: buildcraftapi_boards:2.0): buildcraft-core-7.99.24.1.jar () +[16:57:19] [Server thread/DEBUG] [FML]: buildcraftapi_gates(API: buildcraftapi_gates:4.1): buildcraft-core-7.99.24.1.jar () +[16:57:19] [Server thread/DEBUG] [FML]: buildcraftapi_facades(API: buildcraftapi_facades:1.1): buildcraft-core-7.99.24.1.jar () +[16:57:19] [Server thread/DEBUG] [FML]: buildcraftapi_lists(API: buildcraftapi_lists:1.0): buildcraft-core-7.99.24.1.jar () +[16:57:19] [Server thread/DEBUG] [FML]: buildcraftapi_events(API: buildcraftapi_events:2.0): buildcraft-core-7.99.24.1.jar () +[16:57:19] [Server thread/DEBUG] [FML]: buildcraftapi_tools(API: buildcraftapi_tools:1.0): buildcraft-core-7.99.24.1.jar () +[16:57:19] [Server thread/DEBUG] [FML]: buildcraftapi_robotics(API: buildcraftapi_robotics:3.0): buildcraft-core-7.99.24.1.jar () +[16:57:19] [Server thread/DEBUG] [FML]: buildcraftapi_power(API: buildcraftapi_power:1.3): buildcraft-core-7.99.24.1.jar () +[16:57:19] [Server thread/DEBUG] [FML]: buildcraftapi_fuels(API: buildcraftapi_fuels:2.0): buildcraft-core-7.99.24.1.jar () +[16:57:19] [Server thread/DEBUG] [FML]: buildcraftapi_library(API: buildcraftapi_library:2.0): buildcraft-core-7.99.24.1.jar () +[16:57:19] [Server thread/DEBUG] [FML]: buildcraftapi_enums(API: buildcraftapi_enums:1.0): buildcraft-core-7.99.24.1.jar () +[16:57:19] [Server thread/DEBUG] [FML]: buildcraftapi_items(API: buildcraftapi_items:1.1): buildcraft-core-7.99.24.1.jar () +[16:57:19] [Server thread/DEBUG] [FML]: buildcraftapi_filler(API: buildcraftapi_filler:5.0): buildcraft-core-7.99.24.1.jar () +[16:57:19] [Server thread/DEBUG] [FML]: buildcraftapi_blocks(API: buildcraftapi_blocks:1.0): buildcraft-core-7.99.24.1.jar () +[16:57:19] [Server thread/DEBUG] [FML]: buildcraftapi_recipes(API: buildcraftapi_recipes:3.0): buildcraft-core-7.99.24.1.jar () +[16:57:19] [Server thread/DEBUG] [FML]: buildcraftapi_tiles(API: buildcraftapi_tiles:1.2): buildcraft-core-7.99.24.1.jar () +[16:57:19] [Server thread/DEBUG] [FML]: buildcraftapi_statements(API: buildcraftapi_statements:1.1): buildcraft-core-7.99.24.1.jar () +[16:57:19] [Server thread/DEBUG] [FML]: buildcraftcore(BuildCraft:7.99.24.1): buildcraft-core-7.99.24.1.jar (required-after:buildcraftlib@[7.99.24.1]) +[16:57:19] [Server thread/DEBUG] [FML]: cyclicmagic(Cyclic:1.20.3): Cyclic-1.12.2-1.20.3.jar (required:forge@[14.23.4.2705,);before:guideapi;after:jei;after:baubles,crafttweaker;after:fastbench@[1.5.3,)) +[16:57:19] [Server thread/DEBUG] [FML]: redstoneflux(Redstone Flux:2.1.0): RedstoneFlux-1.12-2.1.0.6-universal.jar () +[16:57:19] [Server thread/DEBUG] [FML]: mekanism(Mekanism:1.12.2-9.8.3.390): Mekanism-1.12.2-9.8.3.390.jar () +[16:57:19] [Server thread/DEBUG] [FML]: natura(Natura:1.12.2-4.3.2.69): natura-1.12.2-4.3.2.69.jar (required-after:forge@[14.23.3.2673,);required-after:mantle@[1.12-1.3.0,);) +[16:57:19] [Server thread/DEBUG] [FML]: traverse(Traverse:1.6.0): Traverse-1.12.2-1.6.0-69.jar () +[16:57:19] [Server thread/DEBUG] [FML]: betterwithmods(Better With Mods:1.12-2.3.20-1027): BetterWithMods-1.12-2.3.20-1027.jar (before:survivalist;after:traverse;after:thaumcraft;after:natura;after:mantle;after:tconstruct;after:minechem;after:natura;after:terrafirmacraft;after:immersiveengineering;after:mekanism;after:thermalexpansion;after:ctm;after:geolosys;after:pvj;after:techreborn) +[16:57:19] [Server thread/DEBUG] [FML]: BetterWithModsAPI(API: BetterWithModsAPI:Beta 0.6): AppleSkin-mc1.12-1.0.14.jar () +[16:57:19] [Server thread/DEBUG] [FML]: appleskin(AppleSkin:1.0.14): AppleSkin-mc1.12-1.0.14.jar (after:jei@[4.6.0,); required-after:forge@[14.21.0,); after:applecore@[2.2.0,)) +[16:57:19] [Server thread/DEBUG] [FML]: appliedenergistics2(Applied Energistics 2:rv6-stable-7): appliedenergistics2-rv6-stable-7.jar (required-after:forge@[14.23.5.2768,15.0.0.0);after:ctm@[MC1.12.2-0.3.1.16,);) +[16:57:19] [Server thread/DEBUG] [FML]: armoreablemobs(ArmoreableMobs:1.1.2): armoreablemobs-1.12.2-1.1.8.jar (required-after:crafttweaker@[1.12-4.0.9,)) +[16:57:19] [Server thread/DEBUG] [FML]: aroma1997core(Aroma1997Core:2.0.0.2): Aroma1997Core-1.12.2-2.0.0.2.jar () +[16:57:19] [Server thread/DEBUG] [FML]: aromabackup(AromaBackup:2.1.1.4): AromaBackup-1.12.2-2.1.1.4.jar (required-after:aroma1997core) +[16:57:19] [Server thread/DEBUG] [FML]: aromabackuprecovery(AromaBackuprecovery:2.1.1.4): AromaBackup-1.12.2-2.1.1.4.jar (required-after:aromabackup;required-after:aroma1997core) +[16:57:19] [Server thread/DEBUG] [FML]: astikorcarts(AstikorCarts:1.12.2-0.1.2.7): astikorcarts-1.12.2-0.1.2.7.jar () +[16:57:19] [Server thread/DEBUG] [FML]: astralsorcery(Astral Sorcery:1.10.21): astralsorcery-1.12.2-1.10.21.jar (required-after:forge@[14.23.5.2781,);required-after:baubles;after:crafttweaker) +[16:57:19] [Server thread/DEBUG] [FML]: quark(Quark:r1.5-158): Quark-r1.5-158.jar (required-after:forge@[14.23.5.2831,);required-before:autoreglib@[1.3-28,)[GRADLE.VERSION-GRADLE.BUILD,),;after:jei@[4.6.0,);) +[16:57:19] [Server thread/DEBUG] [FML]: autoreglib(AutoRegLib:1.3-31): AutoRegLib-1.3-31.jar (required-after:forge@[14.21.1.2387,)) +[16:57:19] [Server thread/DEBUG] [FML]: bdlib(BD Lib:1.14.3.12): bdlib-1.14.3.12-mc1.12.2.jar () +[16:57:19] [Server thread/DEBUG] [FML]: betterwithaddons(Better with Addons:0.50-hotfix): Better With Addons-0.50-hotfix.jar (required-after:betterwithmods) +[16:57:19] [Server thread/DEBUG] [FML]: betterbedrock(Better Bedrock:5.1): BetterBedrock-1.12.2-5.1.11.jar (after:forge@[14.23.5.2838,)) +[16:57:19] [Server thread/DEBUG] [FML]: betterbuilderswands(Better Builder's Wands:0.13.2): BetterBuildersWands-1.12.2-0.13.2.271+5997513.jar () +[16:57:19] [Server thread/DEBUG] [FML]: betterwithlib(Better With Lib:${version}): BetterWithLib-1.12-1.5.jar () +[16:57:19] [Server thread/DEBUG] [FML]: bibliocraft(BiblioCraft:2.4.5): BiblioCraft[v2.4.5][MC1.12.2].jar () +[16:57:19] [Server thread/DEBUG] [FML]: WailaAPI(API: WailaAPI:1.3): Hwyla-1.8.26-B41_1.12.2.jar () +[16:57:19] [Server thread/DEBUG] [FML]: waila(Waila:1.8.26): Hwyla-1.8.26-B41_1.12.2.jar () +[16:57:19] [Server thread/DEBUG] [FML]: modularrouters(Modular Routers:1.12.2-3.3.0-33): modular-routers-1.12.2-3.3.0-33.jar (after:waila;before:guideapi@[1.12-2.1.4-56,);after:theoneprobe;required-after:forge@[14.23.4.2705,);) +[16:57:19] [Server thread/DEBUG] [FML]: guideapi(Guide-API:1.12-2.1.8-63): Guide-API-1.12-2.1.8-63.jar () +[16:57:19] [Server thread/DEBUG] [FML]: bloodmagic(Blood Magic: Alchemical Wizardry:1.12.2-2.4.1-103): BloodMagic-1.12.2-2.4.1-103.jar (required-after:guideapi;) +[16:57:19] [Server thread/DEBUG] [FML]: bnbgaminglib(BNBGamingLib:2.17.6): BNBGamingLib-1.12.2-2.17.6.jar (after:bnbgamingcore) +[16:57:19] [Server thread/DEBUG] [FML]: bonsaitrees(Bonsai Trees:1.1.4): bonsaitrees-1.1.4-b170.jar () +[16:57:19] [Server thread/DEBUG] [FML]: bookshelf(Bookshelf:2.3.581): Bookshelf-1.12.2-2.3.581.jar () +[16:57:19] [Server thread/DEBUG] [FML]: bringbedrockback(BringBedrockBack:0.0.4): BringBedrockBack-0.0.4.jar () +[16:57:19] [Server thread/DEBUG] [FML]: buildcraftbuilders(BuildCraft Builders:7.99.24.1): buildcraft-builders-7.99.24.1.jar (required-after:buildcraftcore@[7.99.24.1]) +[16:57:19] [Server thread/DEBUG] [FML]: buildcraftfactory(BuildCraft Factory:7.99.24.1): buildcraft-factory-7.99.24.1.jar (required-after:buildcraftcore@[7.99.24.1]) +[16:57:19] [Server thread/DEBUG] [FML]: buildcraftrobotics(BuildCraft Robotics:7.99.24.1): buildcraft-robotics-7.99.24.1.jar (required-after:buildcraftcore@[7.99.24.1]) +[16:57:19] [Server thread/DEBUG] [FML]: buildcrafttransport(BuildCraft Transport:7.99.24.1): buildcraft-transport-7.99.24.1.jar (required-after:buildcraftcore@[7.99.24.1]) +[16:57:19] [Server thread/DEBUG] [FML]: buildcraftsilicon(BuildCraft Silicon:7.99.24.1): buildcraft-silicon-7.99.24.1.jar (required-after:buildcraftcore@[7.99.24.1];after:buildcrafttransport) +[16:57:19] [Server thread/DEBUG] [FML]: buildinggadgets(Building Gadgets:2.8.3): BuildingGadgets-2.8.3.jar (required-after:forge@[14.23.3.2694,)) +[16:57:19] [Server thread/DEBUG] [FML]: car(Ultimate Car Mod:1.2.12): car-1.12.2-1.2.12.jar (required-after:forge@[14.23.5.2768,);after:crafttweaker;) +[16:57:19] [Server thread/DEBUG] [FML]: gamestages(Game Stages:2.0.123): GameStages-1.12.2-2.0.123.jar (required-after:bookshelf@[2.2.458,);) +[16:57:19] [Server thread/DEBUG] [FML]: carryon(Carry On:1.12.3): CarryOn MC1.12.2 v1.12.3.jar (required-after:forge@[13.20.1.2386,);after:gamestages;) +[16:57:19] [Server thread/DEBUG] [FML]: cd4017be_lib(CD4017BE_lib:6.4.17): CD4017BE_lib-1.12.2-6.4.18.jar () +[16:57:19] [Server thread/DEBUG] [FML]: ceramics(Ceramics:1.12-1.3.7): Ceramics-1.12-1.3.7.jar (required-after:forge@[14.21.1.2394,);after:tconstruct) +[16:57:19] [Server thread/DEBUG] [FML]: chameleon(Chameleon:1.12-4.1.3): Chameleon-1.12-4.1.3.jar () +[16:57:19] [Server thread/DEBUG] [FML]: chargers(Chargers:1.2.0.4): Chargers-1.12.2-1.2.0.4.jar () +[16:57:19] [Server thread/DEBUG] [FML]: chiselsandbits(Chisels & Bits:14.33): chiselsandbits-14.33.jar () +[16:57:19] [Server thread/DEBUG] [FML]: clumps(Clumps:3.1.2): Clumps-3.1.2.jar () +[16:57:19] [Server thread/DEBUG] [FML]: codechickenlib(CodeChicken Lib:3.2.3.358): CodeChickenLib-1.12.2-3.2.3.358-universal.jar (required-after:forge@[14.23.4.2718,)) +[16:57:19] [Server thread/DEBUG] [FML]: cyclopscore(Cyclops Core:1.3.0): CyclopsCore-1.12.2-1.3.0.jar (required-after:forge@[14.23.5.2768,);) +[16:57:19] [Server thread/DEBUG] [FML]: commoncapabilities(CommonCapabilities:2.4.1): CommonCapabilities-1.12.2-2.4.1.jar (required-after:forge@[14.23.5.2768,);required-after:cyclopscore@[1.3.0,);after:ic2;) +[16:57:19] [Server thread/DEBUG] [FML]: refinedstorage(Refined Storage:1.6.16): refinedstorage-1.6.16.jar (after:forge@[14.23.3.2694,);) +[16:57:19] [Server thread/DEBUG] [FML]: compactmachines3(Compact Machines 3:3.0.18): compactmachines3-1.12.2-3.0.18-b278.jar (after:refinedstorage;after:yunomakegoodmap) +[16:57:19] [Server thread/DEBUG] [FML]: conarm(Construct's Armory:1.2.4): conarm-1.12.2-1.2.4.jar (required-after:forge@[14.23.4.2745,);required-after:mantle@[1.12-1.3.1,);required-after:tconstruct@[1.12.2-2.10.1.87,);after:contenttweaker@(1.12.2-4.7.0,);after:crafttweaker@[1.12-4.1.9,)) +[16:57:19] [Server thread/DEBUG] [FML]: cookingforblockheads(Cooking for Blockheads:6.5.0): CookingForBlockheads_1.12.2-6.5.0.jar (after:mousetweaks[2.8,);after:crafttweaker) +[16:57:19] [Server thread/DEBUG] [FML]: crafttweakerjei(CraftTweaker JEI Support:2.0.3): CraftTweaker2-1.12-4.1.20.574.jar (after:jei@[4.12.0,);) +[16:57:19] [Server thread/DEBUG] [FML]: cucumber(Cucumber Library:1.1.3): Cucumber-1.12.2-1.1.3.jar () +[16:57:19] [Server thread/DEBUG] [FML]: darkutils(Dark Utilities:1.8.230): DarkUtils-1.12.2-1.8.230.jar (required-after:bookshelf@[2.3.573,);after:waila;after:jei;after:baubles;) +[16:57:19] [Server thread/DEBUG] [FML]: movingworld(Moving World:1.12-6.353): movingworld-1.12-6.353-full.jar () +[16:57:19] [Server thread/DEBUG] [FML]: davincisvessels(Davinci's Vessels:@DVESSELSVER@): davincisvessels-1.12-6.340-full.jar (required-after:movingworld) +[16:57:19] [Server thread/DEBUG] [FML]: death_compass(death_compass:0.0.3): DeathCompass-0.0.3.jar () +[16:57:19] [Server thread/DEBUG] [FML]: despawningspawners(Despawning Spawners:1.1): despawningspawners-1.12-1.2.0-2.jar (required:forge@[14.23.1.2596,);) +[16:57:19] [Server thread/DEBUG] [FML]: dimensionalcontrol(Dimensional Control:2.13.0): DimensionalControl-1.12.2-2.13.0.jar (required-after:bnbgaminglib@[2.12.0,)) +[16:57:19] [Server thread/DEBUG] [FML]: dimstages(Dimension Stages:2.0.23): DimensionStages-1.12.2-2.0.23.jar (required-after:bookshelf;required-after:gamestages@[2.0.89,);required-after:crafttweaker) +[16:57:19] [Server thread/DEBUG] [FML]: dungpipe(Dung Pipe:1.0): Dung Pipe-1.2.jar () +[16:57:19] [Server thread/DEBUG] [FML]: elevatorid(Elevator Mod:1.4.2): ElevatorMod-1.12.2-1.4.2.jar () +[16:57:19] [Server thread/DEBUG] [FML]: emberroot(EmberRoot Zoo:1.3.9): EmberRootZoo-1.12.2-1.3.10.jar () +[16:57:19] [Server thread/DEBUG] [FML]: enderstorage(EnderStorage:2.4.6.137): EnderStorage-1.12.2-2.4.6.137-universal.jar (required-after:forge@[14.23.4,);required-after:codechickenlib@[3.2.3,);) +[16:57:19] [Server thread/DEBUG] [FML]: enderutilities(Ender Utilities:0.7.15): enderutilities-1.12.2-0.7.15.jar (required-after:forge@[14.23.3.2694,);) +[16:57:19] [Server thread/DEBUG] [FML]: valkyrielib(Valkyrie Lib:1.12.2-2.0.20.1): valkyrielib-1.12.2-2.0.20.1.jar (required-after:forge@[1.12.2-14.23.5.2768,);) +[16:57:19] [Server thread/DEBUG] [FML]: environmentaltech(Environmental Tech:1.12.2-2.0.20.1): environmentaltech-1.12.2-2.0.20.1.jar (required-after:valkyrielib@[1.12.2-2.0.20.1,1.12.2-2.0.20.9999);) +[16:57:19] [Server thread/DEBUG] [FML]: extendedcrafting(Extended Crafting:1.5.6): ExtendedCrafting-1.12.2-1.5.6.jar (required-after:cucumber@[1.1.2,)) +[16:57:19] [Server thread/DEBUG] [FML]: galacticraftcore(Galacticraft Core:4.0.2.280): GalacticraftCore-1.12.2-4.0.2.280.jar (required-after:forge@[14.23.1.2555,); required-after:micdoodlecore; after:ic2; after:tconstruct; after:mantle;) +[16:57:19] [Server thread/DEBUG] [FML]: galacticraftplanets(Galacticraft Planets:4.0.2.280): Galacticraft-Planets-1.12.2-4.0.2.280.jar (required-after:galacticraftcore;) +[16:57:19] [Server thread/DEBUG] [FML]: mjrlegendslib(MJRLegendsLib:1.12.2-1.2.0): MJRLegendsLib-1.12.2-1.2.0.jar (required-after:forge@[14.23.1.2555,); ) +[16:57:19] [Server thread/DEBUG] [FML]: extraplanets(Extra Planets:1.12.2-0.7.0): ExtraPlanets-1.12.2-0.7.0.jar (required-after:forge@[14.23.1.2555,);required-after:mjrlegendslib@[1.12.2-1.2.0,); required-after:galacticraftcore@[4.0.2.255,); required-after:galacticraftplanets@[4.0.2.255,); after:crafttweaker@[3.0.25.,); before:planetprogression@[1.12.2-0.3.8,]; after:powersuits;) +[16:57:19] [Server thread/DEBUG] [FML]: farmingforblockheads(Farming for Blockheads:3.1.28): FarmingForBlockheads_1.12.2-3.1.28.jar (after:mousetweaks[2.8,);after:forestry;after:agricraft) +[16:57:19] [Server thread/DEBUG] [FML]: farseek(Farseek:2.5): Farseek-1.12-2.5.jar () +[16:57:19] [Server thread/DEBUG] [FML]: fastfurnace(FastFurnace:1.3.1): FastFurnace-1.12.2-1.3.1.jar () +[16:57:19] [Server thread/DEBUG] [FML]: fat_cat(fat_cat:0.0.5): FatCat-0.0.5.jar (after:biomesoplenty) +[16:57:19] [Server thread/DEBUG] [FML]: ferdinandsflowers(Ferdinand's Flowers:1.10.4.1): Ferdinand's Flowers-1.12.x-1.10.4.1.jar () +[16:57:19] [Server thread/DEBUG] [FML]: findme(FindMe:1.1.0): findme-1.12.2-1.1.0-8.jar (required:jei) +[16:57:19] [Server thread/DEBUG] [FML]: foamfix(FoamFix:0.10.10-1.12.2): foamfix-0.10.10-1.12.2.jar (required:forge@[14.23.3.2673,);) +[16:57:19] [Server thread/DEBUG] [FML]: forgelin(Shadowfacts' Forgelin:1.8.2): Forgelin-1.8.2.jar () +[16:57:19] [Server thread/DEBUG] [FML]: forgemultipartcbe(Forge Multipart CBE:2.6.1.81): ForgeMultipart-1.12.2-2.6.1.81-universal.jar (required-after:codechickenlib@[3.2.2,);required-after:forge@[14.23.5.2768,)) +[16:57:19] [Server thread/DEBUG] [FML]: microblockcbe(Forge Microblocks:2.6.1.81): ForgeMultipart-1.12.2-2.6.1.81-universal.jar (required-after:forgemultipartcbe) +[16:57:19] [Server thread/DEBUG] [FML]: minecraftmultipartcbe(Minecraft Multipart Plugin:2.6.1.81): ForgeMultipart-1.12.2-2.6.1.81-universal.jar () +[16:57:19] [Server thread/DEBUG] [FML]: galacticrafttweaker(galacticrafttweaker:1.12.2-1.0.3): GalacticraftTweaker-1.12.2-1.0.3.jar (required-after:galacticraftcore@[4.0.1.181,); required-after:galacticraftplanets@[4.0.1.181,); required-after:crafttweaker@[3.0.25.,); after:extraplanets;) +[16:57:19] [Server thread/DEBUG] [FML]: advgenerators(Advanced Generators:0.9.20.12): generators-0.9.20.12-mc1.12.2.jar (after:pressure;after:tconstruct;after:ic2;after:redstoneflux;after:tesla;after:thermalfoundation;after:eng_toolbox;after:minechem;required-after:bdlib) +[16:57:19] [Server thread/DEBUG] [FML]: gobblecore(Gobble Core:1.12-0.1.6.35): GobbleCore-1.12-0.1.6.35.jar () +[16:57:19] [Server thread/DEBUG] [FML]: harvest(Harvest:1.12-1.2.7-20): Harvest-1.12-1.2.7-20.jar () +[16:57:19] [Server thread/DEBUG] [FML]: horsepower(Horse Power:2.6.4): HorsePower-1.12.2-2.6.4.74.jar (after:crafttweaker;after:jei;after:waila;after:theoneprobe;) +[16:57:19] [Server thread/DEBUG] [FML]: huntingdim(Hunting Dimension:1.0.42): HuntingDimension-1.12.2-1.0.42.jar (required-after:bookshelf@[2.3.561,)) +[16:57:19] [Server thread/DEBUG] [FML]: igwmod(In-Game wiki Mod:1.4.4-15): IGW-Mod-1.12.2-1.4.4-15-universal.jar () +[16:57:19] [Server thread/DEBUG] [FML]: mcjtylib_ng(McJtyLib:3.5.4): mcjtylib-1.12-3.5.4.jar (after:forge@[14.23.5.2800,);after:enderio@[5.0.21,)) +[16:57:19] [Server thread/DEBUG] [FML]: immcraft(Immersive Craft:1.6.0): immcraft-1.12-1.6.0.jar (required-after:mcjtylib_ng@[3.5.0,);after:forge@[13.19.0.2176,)) +[16:57:19] [Server thread/DEBUG] [FML]: immersivepetroleum(Immersive Petroleum:1.1.9): immersivepetroleum-1.12.2-1.1.9.jar (required-after:immersiveengineering@[0.12-80,);) +[16:57:19] [Server thread/DEBUG] [FML]: immersivetech(Immersive Tech:1.3.10): immersivetech-1.12-1.3.10.jar (required-after:immersiveengineering;required-after:forge@[14.23.3.2655,);after:jei@[4.7,)) +[16:57:19] [Server thread/DEBUG] [FML]: improvedbackpacks(Improved Backpacks:1.12.2-1.5.0.0): ImprovedBackpacks-1.12.2-1.5.0.0.jar () +[16:57:19] [Server thread/DEBUG] [FML]: incontrol(InControl:3.9.16): incontrol-1.12-3.9.16.jar (after:forge@[13.19.0.2176,)) +[16:57:19] [Server thread/DEBUG] [FML]: indlog(Inductive Logistics:1.3.4): InductiveLogistics-1.12.2-1.3.4.jar () +[16:57:19] [Server thread/DEBUG] [FML]: teslacorelib(Tesla Core Lib:1.0.15): tesla-core-lib-1.12.2-1.0.15.jar (required-after:forgelin@[1.6.0,);required-after:forge@[14.23.3.2655,);after:tesla;after:redstoneflux;after:buildcraftlib;after:mekanism) +[16:57:19] [Server thread/DEBUG] [FML]: industrialforegoing(Industrial Foregoing:1.12.2-1.12.2): industrialforegoing-1.12.2-1.12.13-237.jar (required-after:forge@[14.23.5.2806,);required-after:teslacorelib@[1.0.15,);) +[16:57:19] [Server thread/DEBUG] [FML]: infoaccessories(Info Accessories:1.0.11): InfoAccessories-1.12.2-1.0.11.jar (required-after:bookshelf@[2.2.462,);) +[16:57:19] [Server thread/DEBUG] [FML]: integrateddynamics(Integrated Dynamics:1.0.14): IntegratedDynamics-1.12.2-1.0.14.jar (required-after:forge@[14.23.5.2768,);required-after:cyclopscore@[1.1.1,);required-after:commoncapabilities@[2.3.0,);) +[16:57:19] [Server thread/DEBUG] [FML]: integrateddynamics|api(API: integrateddynamics|api:0.2.0): IntegratedDynamics-1.12.2-1.0.14.jar () +[16:57:19] [Server thread/DEBUG] [FML]: integrateddynamicscompat(IntegratedDynamics-Compat:1.0.0): IntegratedDynamics-1.12.2-1.0.14.jar (required-after:forge@[14.23.5.2768,);required-after:cyclopscore@[1.0.6,);required-after:integrateddynamics;) +[16:57:19] [Server thread/DEBUG] [FML]: inventorytweaks(Inventory Tweaks:1.64+dev.151.822d839): InventoryTweaks-1.64+dev.151.jar (required-after:forge@[14.21.0,)) +[16:57:19] [Server thread/DEBUG] [FML]: ironbackpacks(Iron Backpacks:1.12.2-3.0.8-12): IronBackpacks-1.12.2-3.0.8-12.jar () +[16:57:19] [Server thread/DEBUG] [FML]: ironchest(Iron Chest:1.12.2-7.0.67.844): ironchest-1.12.2-7.0.72.847.jar (required-after:forge@[14.21.0.2359,)) +[16:57:19] [Server thread/DEBUG] [FML]: ironjetpacks(Iron Jetpacks:1.1.0): IronJetpacks-1.12-2-1.1.0.jar (required-after:cucumber@[1.1.2,)) +[16:57:19] [Server thread/DEBUG] [FML]: itemstages(Item Stages:2.0.49): ItemStages-1.12.2-2.0.49.jar (after:jei@[4.14.4.267,);required-after:bookshelf;required-after:gamestages@[2.0.114,);required-after:crafttweaker) +[16:57:19] [Server thread/DEBUG] [FML]: journeymap(JourneyMap:1.12.2-5.5.4): journeymap-1.12.2-5.5.4.jar () +[16:57:19] [Server thread/DEBUG] [FML]: jarm(Just A Raft Mod:1.1.2): Just A Raft Mod-1.1.2.jar () +[16:57:19] [Server thread/DEBUG] [FML]: jaff(Just a Few Fish:1.7_for_1.12): JustAFewFish-1.7_for_1.12.jar () +[16:57:19] [Server thread/DEBUG] [FML]: jeid(JustEnoughIDs:1.0.3-55): JustEnoughIDs-1.0.3-55.jar () +[16:57:19] [Server thread/DEBUG] [FML]: kleeslabs(KleeSlabs:5.4.12): KleeSlabs_1.12.2-5.4.12.jar () +[16:57:19] [Server thread/DEBUG] [FML]: lex(LibEx:1.0.8): LibEx-1.12.2-1.0.8.jar (required-after:forge@[1.12.2-14.23.4.2708,);) +[16:57:19] [Server thread/DEBUG] [FML]: lttweaker(Loot Table Tweaker:1.1.14): LootTableTweaker-1.12.2-1.1.14.jar (required-after:crafttweaker) +[16:57:19] [Server thread/DEBUG] [FML]: magma_monsters(magma_monsters:0.3.0): MagmaMonsters-0.3.0.jar () +[16:57:19] [Server thread/DEBUG] [FML]: mekatweaks(MekaTweaks:1.0.0-3): mekatweaks-1.0.0-3.jar () +[16:57:19] [Server thread/DEBUG] [FML]: mercurius(Mercurius:1.0.6): Mercurius-1.12.2.jar () +[16:57:19] [Server thread/DEBUG] [FML]: mobends(Mo' Bends:0.24): mobends-0.24_for_MC-1.12.jar () +[16:57:19] [Server thread/DEBUG] [FML]: mob_grinding_utils(mob_grinding_utils:0.3.13): MobGrindingUtils-0.3.13.jar () +[16:57:19] [Server thread/DEBUG] [FML]: mobstages(Mob Stages:2.0.13): MobStages-1.12.2-2.0.13.jar (required-after:bookshelf;required-after:gamestages@[2.0.89,);required-after:crafttweaker) +[16:57:19] [Server thread/DEBUG] [FML]: modularmachinery(Modular Machinery:1.9.5): modularmachinery-1.9.5.jar (required-after:forge@[14.21.0.2371,);after:crafttweaker@[4.0.4,);after:jei@[4.13.1.222,)) +[16:57:19] [Server thread/DEBUG] [FML]: morpheus(Morpheus:1.12.2-3.5.106): Morpheus-1.12.2-3.5.106.jar (required-after:forge@[14.23.5.2808,);) +[16:57:19] [Server thread/DEBUG] [FML]: mputils(ModPack Utilities:1.5.6): MPUtils-1.12.2-1.5.7.jar (before:mpbasic@[1.4.7,)) +[16:57:19] [Server thread/DEBUG] [FML]: mpbasic(ModPack Basic Tools:1.4.7): mpbasic-1.12.2-1.4.11.jar (required-after:mputils@[1.5.6,1.6.0]) +[16:57:19] [Server thread/DEBUG] [FML]: multiblockstages(Multiblockstages:1.2.0): multiblockstages-1.2.0.jar (required-after:gamestages@[2.0.0,);after:immersiveengineering) +[16:57:19] [Server thread/DEBUG] [FML]: mundaneredstone(Mundane Redstone:1.1.4): MundaneRedstone-1.1.4.jar (after:geolosys) +[16:57:19] [Server thread/DEBUG] [FML]: mysticalagriculture(Mystical Agriculture:1.7.5): MysticalAgriculture-1.12.2-1.7.5.jar (required-after:cucumber@[1.1.2,)) +[16:57:19] [Server thread/DEBUG] [FML]: mysticalagradditions(Mystical Agradditions:1.3.2): MysticalAgradditions-1.12.2-1.3.2.jar (required-after:mysticalagriculture@[1.7.5,);required-after:cucumber@[1.1.2,);after:mantle;after:tconstruct) +[16:57:19] [Server thread/DEBUG] [FML]: mystagradcompat(Mystical Agradditions Compat:1.2): mystagradcompat-1.2.jar (required-after:mysticalagradditions;required-after:immersiveengineering) +[16:57:19] [Server thread/DEBUG] [FML]: naturescompass(Nature's Compass:1.5.1): NaturesCompass-1.12.2-1.5.1.jar () +[16:57:19] [Server thread/DEBUG] [FML]: nex(NetherEx:2.0.8): NetherEx-1.12.2-2.0.8.jar (required-after:lex@[1.0.8,);) +[16:57:19] [Server thread/DEBUG] [FML]: noworldgen5you(No World Gen 5 You:1.0.6): NoWorldgen5You-1.12.2-1.0.6.jar () +[16:57:19] [Server thread/DEBUG] [FML]: nutrition(Nutrition:4.3.0): Nutrition-1.12.2-4.3.0.jar () +[16:57:19] [Server thread/DEBUG] [FML]: samsocean(Ocean Floor Classic:1.0.2): OceanFloor-1.12.2-1.0.2.jar () +[16:57:19] [Server thread/DEBUG] [FML]: oreexcavation(OreExcavation:1.4.150): OreExcavation-1.4.150.jar () +[16:57:19] [Server thread/DEBUG] [FML]: oeintegration(OreExcavation Integration:2.3.4): oeintegration-2.3.4.jar (required-after:oreexcavation) +[16:57:19] [Server thread/DEBUG] [FML]: orestages(Ore Stages:2.0.37): OreStages-1.12.2-2.0.37.jar (required-after:bookshelf;required-after:gamestages@[2.0.89,);required-after:crafttweaker) +[16:57:19] [Server thread/DEBUG] [FML]: overloaded(Overloaded:0.0.59): Overloaded-1.12.2-0.0.59.jar () +[16:57:19] [Server thread/DEBUG] [FML]: pickletweaks(Pickle Tweaks:2.1.3): PickleTweaks-1.12.2-2.1.3.jar (required-after:cucumber@[1.1.1,)) +[16:57:19] [Server thread/DEBUG] [FML]: placebo(Placebo:1.6.0): Placebo-1.12.2-1.6.0.jar () +[16:57:19] [Server thread/DEBUG] [FML]: playerbosses(playerbosses:1.0): playerbosses-1.12.2-1.1.0.jar () +[16:57:19] [Server thread/DEBUG] [FML]: playerskins(Player Skin Mobs:1.0.4): playerskin-1.12.2-1.0.5.jar (after:BiomesOPlenty) +[16:57:19] [Server thread/DEBUG] [FML]: pneumaticcraft(PneumaticCraft: Repressurized:1.12.2-0.11.1-361): pneumaticcraft-repressurized-1.12.2-0.11.1-361.jar (required-after:forge@[14.23.5.2768,);after:forestry;after:igwmod@[1.4.2-11,);after:thaumcraft;after:computercraft;after:appliedenergistics2@[rv6,];after:jei@[4.12.0,)) +[16:57:19] [Server thread/DEBUG] [FML]: poweradapters(Power Adapters:1.0.9): PowerAdapters-1.12.2-1.0.9.jar (required-after:bookshelf@[2.3.537,)) +[16:57:19] [Server thread/DEBUG] [FML]: prestige(Prestige:1.1.30): Prestige-1.12.2-1.1.30.jar (required-after:bookshelf@[2.3.523,)) +[16:57:19] [Server thread/DEBUG] [FML]: primalchests(PrimalChests:1.0.3): PrimalChests-1.0.3.jar () +[16:57:19] [Server thread/DEBUG] [FML]: rustic(Rustic:1.1.4): rustic-1.1.4.jar (after:dynamictrees@[1.12.2-0.9.1e,);after:dynamictreesbop;before:dynamictreestc) +[16:57:19] [Server thread/DEBUG] [FML]: thebetweenlands(The Betweenlands:3.5.10): TheBetweenlands-3.5.10-universal.jar (required-after:forge@[14.23.4.2767,);after:tombmanygraves2api@[1.12-4.1.0,);after:tombmanygraves@[1.12-4.1.0,);after:jei@[4.12.0,)) +[16:57:19] [Server thread/DEBUG] [FML]: primal(PrimalCore:0.6.104): PrimalCore-1.12.2-0.6.104.jar (required-after:forge@[14.21.1.2400,);after:thaumcraft;after:rustic;after:coralreef;after:mekanism;after:toughasnails;after:toolbox;after:thermalexpansion;after:thebetweenlands;after:biomesoplenty;after:undergroundbiomes;after:natura;after:stellarapi;after:stellarsky;after:quark;after:survivalist;after:tconstruct;after:immersiveengineering;after:techreborn;after:ic2;after:roguelike;after:traverse;after:combustfish;after:dynamictrees;after:waila;after:grue;after:nex;) +[16:57:19] [Server thread/DEBUG] [FML]: progressiontweaks(Progression Tweaks:1.12.2-0.3.40): ProgressionTweaks-1.12.2-0.3.40.jar (after:gobblecore) +[16:57:19] [Server thread/DEBUG] [FML]: prospectors(Prospectors:1.0.2): prospectors-1.0.2.jar () +[16:57:19] [Server thread/DEBUG] [FML]: reborncore(Reborn Core:3.19.5): RebornCore-1.12.2-3.19.5-universal.jar (required-after:forge@[14.23.5.2796,);) +[16:57:19] [Server thread/DEBUG] [FML]: quantumstorage(QuantumStorage:4.6.8): QuantumStorage-1.12-4.6.8.jar (required-after:forge@[14.21.0.2359,);required-after:reborncore) +[16:57:19] [Server thread/DEBUG] [FML]: quickleafdecay(Quick Leaf Decay:1.2.4): QuickLeafDecay-MC1.12.1-1.2.4.jar () +[16:57:19] [Server thread/DEBUG] [FML]: rangedpumps(Ranged Pumps:0.5): rangedpumps-0.5.jar () +[16:57:19] [Server thread/DEBUG] [FML]: realdrops(Realistic Item Drops:1.2.14): RealisticItemDrops-1.2.14.jar () +[16:57:19] [Server thread/DEBUG] [FML]: rebornstorage(RebornStorage:1.0.0): RebornStorage-1.12.2-3.3.4.1.jar (required-after:reborncore;after:refinedstorage) +[16:57:19] [Server thread/DEBUG] [FML]: recipestages(RecipeStages:1.1.3): RecipeStages-1.1.3.jar (required-after:crafttweaker;after:gamestages@[2.0.90,)) +[16:57:19] [Server thread/DEBUG] [FML]: reccomplex(Recurrent Complex:1.4.8.2): RecurrentComplex-1.4.8.2.jar (required-after:ivtoolkit) +[16:57:19] [Server thread/DEBUG] [FML]: refinedstorageaddons(Refined Storage Addons:0.4.5): refinedstorageaddons-0.4.5.jar (required-after:refinedstorage@[1.6.16,);) +[16:57:19] [Server thread/DEBUG] [FML]: rftools(RFTools:7.73): rftools-1.12-7.73.jar (required-after:mcjtylib_ng@[3.5.4,);before:xnet@[1.7.0,);after:forge@[14.22.0.2464,)) +[16:57:19] [Server thread/DEBUG] [FML]: rftoolscontrol(RFTools Control:2.0.2): rftoolsctrl-1.12-2.0.2.jar (required-after:mcjtylib_ng@[3.5.0,);required-after:rftools@[7.70,);after:forge@[13.19.0.2176,)) +[16:57:19] [Server thread/DEBUG] [FML]: roadrunner(Road Runner:1.0.1): roadrunner-1.0.1.jar () +[16:57:19] [Server thread/DEBUG] [FML]: scannable(Scannable:1.6.3.24): Scannable-MC1.12.2-1.6.3.24.jar () +[16:57:19] [Server thread/DEBUG] [FML]: sevpatches(SevPatches:1.9): sevpatches-1.9-10.jar () +[16:57:19] [Server thread/DEBUG] [FML]: sevtweaks(SevTweaks:0.4.0-1): SevTweaks-0.4.0-1.jar (required-after:crafttweaker@[1.12-4.1.8.470,];after:gamestages@[2.0.97,];after:galacticraftplanets@[4.0.1.181,];after:mekanism@[1.12.2-9.4.13.349,]) +[16:57:19] [Server thread/DEBUG] [FML]: sev_tweaks_npc(sev_tweaks_npc:0.0.4): SevTweaksNPC-0.0.4.jar () +[16:57:19] [Server thread/DEBUG] [FML]: simpleautorun(SimpleAutoRun:1.12.1-1.2): simpleautorun-1.12.2-1.2.0.jar () +[16:57:19] [Server thread/DEBUG] [FML]: simplegenerators(Simple Generators:1.12.2-2.0.20.2): simplegenerators-1.12.2-2.0.20.2.jar (required-after:valkyrielib@[1.12.2-2.0.20.1,1.12.2-2.0.20.9999);) +[16:57:19] [Server thread/DEBUG] [FML]: simpleplanes(simpleplanes:3.0.1.7): simpleplanes-1.12.2-3.0.1.7.jar () +[16:57:19] [Server thread/DEBUG] [FML]: storagenetwork(Simple Storage Network:1.7.11): SimpleStorageNetwork-1.12.2-1.7.11.jar () +[16:57:19] [Server thread/DEBUG] [FML]: simpletomb(Simple Tomb:1.12.2-1.0.0): simpletomb-1.12.2-1.0.0.jar () +[16:57:19] [Server thread/DEBUG] [FML]: simplyarrows(Simply Arrows:1.0.4): SimplyArrows-1.12.2-1.0.4.jar (required-after:bookshelf@[2.2.523,);) +[16:57:19] [Server thread/DEBUG] [FML]: spartanshields(Spartan Shields:1.5.4): SpartanShields-1.12.2-1.5.4.jar (after:redstoneflux;after:enderio;after:rftools;after:botania;after:redstonearsenal;after:abyssalcraft;after:betterwithmods;after:thaumcraft) +[16:57:19] [Server thread/DEBUG] [FML]: spatialservermod(Spatial Server Mod:1.3): spatialservermod-1.3.jar () +[16:57:19] [Server thread/DEBUG] [FML]: stevescarts(Steve's Carts 2:2.4.32.137): StevesCarts-1.12.2-2.4.32.137.jar (required-after:reborncore;required-after:forge@[14.21.0.2373,);) +[16:57:19] [Server thread/DEBUG] [FML]: stg(SwingThroughGrass:1.12.2-1.2.3): stg-1.12.2-1.2.3.jar () +[16:57:19] [Server thread/DEBUG] [FML]: StorageDrawersAPI(API: StorageDrawersAPI:2.1.0): StorageDrawers-1.12.2-5.4.2.jar () +[16:57:19] [Server thread/DEBUG] [FML]: StorageDrawersAPI|registry(API: StorageDrawersAPI|registry:2.1.0): StorageDrawers-1.12.2-5.4.2.jar () +[16:57:19] [Server thread/DEBUG] [FML]: StorageDrawersAPI|storage(API: StorageDrawersAPI|storage:2.1.0): StorageDrawers-1.12.2-5.4.2.jar () +[16:57:19] [Server thread/DEBUG] [FML]: StorageDrawersAPI|event(API: StorageDrawersAPI|event:2.1.0): StorageDrawers-1.12.2-5.4.2.jar () +[16:57:19] [Server thread/DEBUG] [FML]: StorageDrawersAPI|render(API: StorageDrawersAPI|render:2.1.0): StorageDrawers-1.12.2-5.4.2.jar () +[16:57:19] [Server thread/DEBUG] [FML]: StorageDrawersAPI|storage-attribute(API: StorageDrawersAPI|storage-attribute:2.1.0): StorageDrawers-1.12.2-5.4.2.jar () +[16:57:19] [Server thread/DEBUG] [FML]: storagedrawers(Storage Drawers:5.2.2): StorageDrawers-1.12.2-5.4.2.jar () +[16:57:19] [Server thread/DEBUG] [FML]: streams(Streams:0.4.8): Streams-1.12-0.4.8.jar () +[16:57:19] [Server thread/DEBUG] [FML]: sasit(Stuff A Sock In It:1.1.32): StuffASockInIt-1.12.2-1.1.32.jar () +[16:57:19] [Server thread/DEBUG] [FML]: supersoundmuffler(Super Sound Muffler: Revived:1.0.2.10): supersoundmuffler-revived_1.12.2_1.0.2.10.jar (after:baubles;after:theoneprobe;after:waila) +[16:57:19] [Server thread/DEBUG] [FML]: tallgates(TallGates:1.0.0): TallGates-1.12.2-1.0.0.1.jar () +[16:57:19] [Server thread/DEBUG] [FML]: beneath(The Beneath:1.5.1): The Beneath-1.12.2-1.5.1.jar (required-after:forge@[14.23.0.2491,);after:grue@[1.3.4,)) +[16:57:19] [Server thread/DEBUG] [FML]: thirstybottles(Thirsty Bottles:2.0.1): ThirstyBottles-1.12.2-2.0.1.jar () +[16:57:19] [Server thread/DEBUG] [FML]: timecontrol(TimeControl:1.12.2-1.0.0.0-beta): timecontrol-1.12.2-1.0.0.0-beta.jar () +[16:57:19] [Server thread/DEBUG] [FML]: tcomplement(Tinkers' Complement:1.12.2-0.4.3): TinkersComplement-1.12.2-0.4.3.jar (required-after:forge@[14.23.4.2705,);required-after:mantle@[1.12-1.3.3.55,);required-after:tconstruct@[1.12.2-2.12.0.135,);after:chisel@[MC1.12-0.1.0.22,);after:exnihilocreatio) +[16:57:19] [Server thread/DEBUG] [FML]: tinkerstages(Tinker Stages:2.0.17): TinkerStages-1.12.2-2.0.17.jar (required-after:tconstruct;required-after:bookshelf;required-after:gamestages@[2.0.89,);required-after:crafttweaker) +[16:57:19] [Server thread/DEBUG] [FML]: tinkertoolleveling(Tinkers Tool Leveling:1.12.2-1.1.0.DEV.b23e769): TinkerToolLeveling-1.12.2-1.1.0.jar (required-after:forge@[14.21.1.2410,);required-after:mantle@[1.12-1.3.1.21,);required-after:tconstruct@[1.12-2.10,)) +[16:57:19] [Server thread/DEBUG] [FML]: togetherforever(TogetherForever:1.0.2): togetherforever-1.12.2-1.0.12-22.jar (required:forge@[14.23.1.2560,);after:gamestages@[2.0.90,);after:reskillable@[1.9.1,);) +[16:57:19] [Server thread/DEBUG] [FML]: totemic(Totemic:1.12.2-0.11.6): Totemic-1.12.2-0.11.6.jar (required-after:forge@[14.23.4.2768,)) +[16:57:19] [Server thread/DEBUG] [FML]: tothebatpoles(To the Bat Poles!:1.12.2-1.1.0.1): tothebatpoles-1.12.2-1.1.0.1.jar () +[16:57:19] [Server thread/DEBUG] [FML]: translocators(Translocators:2.5.2.81): Translocators-1.12.2-2.5.2.81-universal.jar (required-after:codechickenlib@[3.2.3,);required-after:forgemultipartcbe) +[16:57:19] [Server thread/DEBUG] [FML]: treechopper(Tree Chopper:1.2.4): TreeChopper-1.12.2-1.2.4.jar (required-after:forge@[14.23.0.2486,)) +[16:57:19] [Server thread/DEBUG] [FML]: betteradvancements|API(API: betteradvancements|API:0.0.11): Triumph-1.12.2-3.19.2.jar () +[16:57:19] [Server thread/DEBUG] [FML]: triumph(Triumph:3.19.2): Triumph-1.12.2-3.19.2.jar (required-after:bnbgaminglib@[2.15.0,);after:betteradvancements;required-after:bnbgamingcore@[0.10.0,);after:skillable;after:immersiveengineering;after:botania_tweaks;after:gamestages;after:totemic;) +[16:57:19] [Server thread/DEBUG] [FML]: trumpetskeleton(Trumpet Skeleton:1.12-1.0.2.1): trumpetskeleton-1.12-1.0.2.1.jar (required-after:forge@[14.21.1.2387,)) +[16:57:19] [Server thread/DEBUG] [FML]: tumbleweed(Tumbleweed:1.12-0.4.7): tumbleweed-1.12-0.4.7.jar () +[16:57:19] [Server thread/DEBUG] [FML]: uppers(uppers:0.0.6): Uppers-0.0.6.jar () +[16:57:19] [Server thread/DEBUG] [FML]: valkyrielib.api(API: valkyrielib.api:1.12.2-2.0.10a): valkyrielib-1.12.2-2.0.20.1.jar () +[16:57:19] [Server thread/DEBUG] [FML]: universalmodifiers(Universal Modifiers:1.12.2-1.0.16.1): valkyrielib-1.12.2-2.0.20.1.jar () +[16:57:19] [Server thread/DEBUG] [FML]: vc(ViesCraft:5.9.16): ViesCraft-1.12.2-5.9.16.jar () +[16:57:19] [Server thread/DEBUG] [FML]: vtt(Villager Trade Tables:0.6.4): VillagerTrades-1.12-0.6.4.jar (required-after:forge@[14.21.0.2363,);) +[16:57:19] [Server thread/DEBUG] [FML]: waddles(Waddles:0.6.0): Waddles-1.12.2-0.6.0.jar (required-after:forge@[14.23.2.2648,)) +[16:57:19] [Server thread/DEBUG] [FML]: wailastages(Waila Stages:2.0.23): WailaStages-1.12.2-2.0.23.jar (required-after:bookshelf;required-after:waila;required-after:gamestages@[2.0.89,);required-after:crafttweaker) +[16:57:19] [Server thread/DEBUG] [FML]: walljump(Wall-Jump!:1.3.2): walljump-1.12.2-1.3.2.jar () +[16:57:19] [Server thread/DEBUG] [FML]: wanionlib(WanionLib:1.12.2-2.2): WanionLib-1.12.2-2.2.jar () +[16:57:19] [Server thread/DEBUG] [FML]: watercontrolextreme(Water Control Extreme:1.0.0): WaterControlExtreme-1.0.2.jar () +[16:57:19] [Server thread/DEBUG] [FML]: waterstrainer(Water Strainer:3.2.0): WaterStrainer-1.12-3.2.0.jar (after:forge@[14.21.1.2424,)) +[16:57:19] [Server thread/DEBUG] [FML]: wawla(What Are We Looking At:2.6.275): Wawla-1.12.2-2.6.275.jar () +[16:57:19] [Server thread/DEBUG] [FML]: weirdinggadget(The Weirding Gadget:1.0): weirdinggadget-1.12.2-2.1.16-universal.jar (required-after:forge@[14.22.0.2447,)) +[16:57:19] [Server thread/DEBUG] [FML]: wildcrops(Wild Crops:1.0.1): WildCrops-1.12-1.0.1.jar () +[16:57:19] [Server thread/DEBUG] [FML]: witherskelefix(Wither Skeleton Tweaks:2.6.3): WitherSkeletonTweaks-1.12.2-2.6.3.jar (required-after:placebo@[1.3.0,)) +[16:57:19] [Server thread/DEBUG] [FML]: wopper(Wopper:1.12-r5): Wopper-1.12-r5.jar () +[16:57:19] [Server thread/DEBUG] [FML]: xnet(XNet:1.8.2): xnet-1.12-1.8.2.jar (required-after:mcjtylib_ng@[3.5.0,);after:rftools@[7.50,);after:forge@[13.19.0.2176,)) +[16:57:19] [Server thread/DEBUG] [FML]: ynot(YNot:0.2.4): YNot-0.2.4.jar (required-after:xnet@[1.8.0,)) +[16:57:19] [Server thread/DEBUG] [FML]: yoyos(Yoyos:1.12.2-1.3.0.21): yoyos_1.12.2-1.3.0.21.jar (after:tconstruct;after:plustic;after:botania) +[16:57:19] [Server thread/DEBUG] [FML]: zenstages(ZenStages:0.5.0-null): zenstages-0.5.0.jar (required-after:crafttweaker@[1.12-4.1.8.470,];after:itemstages@[2.0.35,];after:gamestages@[2.0.91,];after:dimstages@[2.0.20,];after:tinkerstages@[2.0.15,];after:mobstages@[2.0.8,];after:recipestages@[1.1.1,];after:multiblockstages@[1.1.1,];) +[16:57:19] [Server thread/DEBUG] [FML]: zenloot(ZenLoot:0.1-1): zenloot-0.1-1.jar (required-after:crafttweaker;after:zenstages) +[16:57:19] [Server thread/DEBUG] [FML]: redstonefluxapi(API: redstonefluxapi:2.1.0): RedstoneFlux-1.12-2.1.0.6-universal.jar () +[16:57:19] [Server thread/DEBUG] [FML]: AbyssalCraftAPI|Caps(API: AbyssalCraftAPI|Caps:1.29.1): AbyssalCraft-1.12.2-1.9.19.1.jar () +[16:57:19] [Server thread/DEBUG] [FML]: ctm-api-utils(API: ctm-api-utils:0.1.0): CTM-MC1.12.2-0.3.3.22.jar () +[16:57:19] [Server thread/DEBUG] [FML]: AbyssalCraftAPI|Recipe(API: AbyssalCraftAPI|Recipe:1.29.1): AbyssalCraft-1.12.2-1.9.19.1.jar () +[16:57:19] [Server thread/DEBUG] [FML]: AbyssalCraftAPI|Rending(API: AbyssalCraftAPI|Rending:1.29.1): AbyssalCraft-1.12.2-1.9.19.1.jar () +[16:57:19] [Server thread/DEBUG] [FML]: ImprovedBackpacks|API(API: ImprovedBackpacks|API:1.2.0.3): ImprovedBackpacks-1.12.2-1.5.0.0.jar () +[16:57:19] [Server thread/DEBUG] [FML]: actuallyadditionsapi(API: actuallyadditionsapi:34): ActuallyAdditions-1.12.2-r149.jar () +[16:57:19] [Server thread/DEBUG] [FML]: ctm-api-models(API: ctm-api-models:0.1.0): CTM-MC1.12.2-0.3.3.22.jar () +[16:57:19] [Server thread/DEBUG] [FML]: ctm-api-textures(API: ctm-api-textures:0.1.0): CTM-MC1.12.2-0.3.3.22.jar () +[16:57:19] [Server thread/DEBUG] [FML]: AbyssalCraftAPI|Structure(API: AbyssalCraftAPI|Structure:1.29.1): AbyssalCraft-1.12.2-1.9.19.1.jar () +[16:57:19] [Server thread/DEBUG] [FML]: AbyssalCraftAPI|Disruption(API: AbyssalCraftAPI|Disruption:1.29.1): AbyssalCraft-1.12.2-1.9.19.1.jar () +[16:57:19] [Server thread/DEBUG] [FML]: JustEnoughItemsAPI(API: JustEnoughItemsAPI:4.13.0): jei_1.12.2-4.15.0.283.jar () +[16:57:19] [Server thread/DEBUG] [FML]: PneumaticCraftApi(API: PneumaticCraftApi:1.1): pneumaticcraft-repressurized-1.12.2-0.11.1-361.jar () +[16:57:19] [Server thread/DEBUG] [FML]: totemic|API(API: totemic|API:1.12.2-7.1.0): Totemic-1.12.2-0.11.6.jar () +[16:57:19] [Server thread/DEBUG] [FML]: Chisel-API(API: Chisel-API:0.0.1): Chisel-MC1.12.2-0.2.1.35.jar () +[16:57:19] [Server thread/DEBUG] [FML]: AbyssalCraftAPI|Item(API: AbyssalCraftAPI|Item:1.29.1): AbyssalCraft-1.12.2-1.9.19.1.jar () +[16:57:19] [Server thread/DEBUG] [FML]: AbyssalCraftAPI(API: AbyssalCraftAPI:1.29.1): AbyssalCraft-1.12.2-1.9.19.1.jar () +[16:57:19] [Server thread/DEBUG] [FML]: AbyssalCraftAPI|Biome(API: AbyssalCraftAPI|Biome:1.29.1): AbyssalCraft-1.12.2-1.9.19.1.jar () +[16:57:19] [Server thread/DEBUG] [FML]: AbyssalCraftAPI|Energy(API: AbyssalCraftAPI|Energy:1.29.1): AbyssalCraft-1.12.2-1.9.19.1.jar () +[16:57:19] [Server thread/DEBUG] [FML]: appliedenergistics2|API(API: appliedenergistics2|API:rv6): appliedenergistics2-rv6-stable-7.jar () +[16:57:19] [Server thread/DEBUG] [FML]: AbyssalCraftAPI|Block(API: AbyssalCraftAPI|Block:1.29.1): AbyssalCraft-1.12.2-1.9.19.1.jar () +[16:57:19] [Server thread/DEBUG] [FML]: journeymap|client-api-display(API: journeymap|client-api-display:1.4): journeymap-1.12.2-5.5.4.jar () +[16:57:19] [Server thread/DEBUG] [FML]: antiqueatlasapi(API: antiqueatlasapi:5.1): antiqueatlas-1.12.2-4.5.1.jar () +[16:57:19] [Server thread/DEBUG] [FML]: AbyssalCraftAPI|Condition(API: AbyssalCraftAPI|Condition:1.29.1): AbyssalCraft-1.12.2-1.9.19.1.jar () +[16:57:19] [Server thread/DEBUG] [FML]: reborncoreAPI|Tile(API: reborncoreAPI|Tile:3.19.5): RebornCore-1.12.2-3.19.5-universal.jar () +[16:57:19] [Server thread/DEBUG] [FML]: betterwithmodsAPI(API: betterwithmodsAPI:1.12-2.3.20-1027): BetterWithMods-1.12-2.3.20-1027.jar () +[16:57:19] [Server thread/DEBUG] [FML]: stevescartsAPI(API: stevescartsAPI:${version}): StevesCarts-1.12.2-2.4.32.137.jar () +[16:57:19] [Server thread/DEBUG] [FML]: journeymap|client-api-model(API: journeymap|client-api-model:1.4): journeymap-1.12.2-5.5.4.jar () +[16:57:19] [Server thread/DEBUG] [FML]: journeymap|client-api-event(API: journeymap|client-api-event:1.4): journeymap-1.12.2-5.5.4.jar () +[16:57:19] [Server thread/DEBUG] [FML]: MekanismAPI|core(API: MekanismAPI|core:9.8.1): Mekanism-1.12.2-9.8.3.390.jar () +[16:57:19] [Server thread/DEBUG] [FML]: industrialforegoingapi(API: industrialforegoingapi:5): industrialforegoing-1.12.2-1.12.13-237.jar () +[16:57:19] [Server thread/DEBUG] [FML]: AbyssalCraftAPI|Event(API: AbyssalCraftAPI|Event:1.29.1): AbyssalCraft-1.12.2-1.9.19.1.jar () +[16:57:19] [Server thread/DEBUG] [FML]: reborncoreAPI(API: reborncoreAPI:3.19.5): RebornCore-1.12.2-3.19.5-universal.jar () +[16:57:19] [Server thread/DEBUG] [FML]: MekanismAPI|infuse(API: MekanismAPI|infuse:9.8.1): Mekanism-1.12.2-9.8.3.390.jar () +[16:57:19] [Server thread/DEBUG] [FML]: commoncapabilities|api(API: commoncapabilities|api:0.0.1): CommonCapabilities-1.12.2-2.4.1.jar () +[16:57:19] [Server thread/DEBUG] [FML]: farmingforblockheads|api(API: farmingforblockheads|api:1.0): FarmingForBlockheads_1.12.2-3.1.28.jar () +[16:57:19] [Server thread/DEBUG] [FML]: stevescartsAPI|FARMS(API: stevescartsAPI|FARMS:${version}): StevesCarts-1.12.2-2.4.32.137.jar () +[16:57:19] [Server thread/DEBUG] [FML]: reborncoreAPI|Recipe(API: reborncoreAPI|Recipe:3.19.5): RebornCore-1.12.2-3.19.5-universal.jar () +[16:57:19] [Server thread/DEBUG] [FML]: bloodmagic-api(API: bloodmagic-api:2.0.0): BloodMagic-1.12.2-2.4.1-103.jar () +[16:57:19] [Server thread/DEBUG] [FML]: AbyssalCraftAPI|Ritual(API: AbyssalCraftAPI|Ritual:1.29.1): AbyssalCraft-1.12.2-1.9.19.1.jar () +[16:57:19] [Server thread/DEBUG] [FML]: journeymap|client-api(API: journeymap|client-api:1.4): journeymap-1.12.2-5.5.4.jar () +[16:57:19] [Server thread/DEBUG] [FML]: team_reborn|Praescriptum(API: team_reborn|Praescriptum:3.19.5): RebornCore-1.12.2-3.19.5-universal.jar () +[16:57:19] [Server thread/DEBUG] [FML]: journeymap|client-api-util(API: journeymap|client-api-util:1.4): journeymap-1.12.2-5.5.4.jar () +[16:57:19] [Server thread/DEBUG] [FML]: BetweenlandsAPI(API: BetweenlandsAPI:1.12.9): TheBetweenlands-3.5.10-universal.jar () +[16:57:19] [Server thread/DEBUG] [FML]: ChiselsAndBitsAPI(API: ChiselsAndBitsAPI:14.25.0): chiselsandbits-14.33.jar () +[16:57:19] [Server thread/DEBUG] [FML]: AbyssalCraftAPI|Integration(API: AbyssalCraftAPI|Integration:1.29.1): AbyssalCraft-1.12.2-1.9.19.1.jar () +[16:57:19] [Server thread/DEBUG] [FML]: QuarkAPI(API: QuarkAPI:4): Quark-r1.5-158.jar () +[16:57:19] [Server thread/DEBUG] [FML]: Guide-API|API(API: Guide-API|API:2.0.0): Guide-API-1.12-2.1.8-63.jar () +[16:57:19] [Server thread/DEBUG] [FML]: togetherforeverapi(API: togetherforeverapi:1): togetherforever-1.12.2-1.0.12-22.jar () +[16:57:19] [Server thread/DEBUG] [FML]: MekanismAPI|gas(API: MekanismAPI|gas:9.8.1): Mekanism-1.12.2-9.8.3.390.jar () +[16:57:19] [Server thread/DEBUG] [FML]: MouseTweaks|API(API: MouseTweaks|API:1.0): MouseTweaks-2.10-mc1.12.2.jar () +[16:57:19] [Server thread/DEBUG] [FML]: AbyssalCraftAPI|Necronomicon(API: AbyssalCraftAPI|Necronomicon:1.29.1): AbyssalCraft-1.12.2-1.9.19.1.jar () +[16:57:19] [Server thread/DEBUG] [FML]: MekanismAPI|util(API: MekanismAPI|util:9.0.0): Mekanism-1.12.2-9.8.3.390.jar () +[16:57:19] [Server thread/DEBUG] [FML]: ctm-api-events(API: ctm-api-events:0.1.0): CTM-MC1.12.2-0.3.3.22.jar () +[16:57:19] [Server thread/DEBUG] [FML]: Galacticraft API(API: Galacticraft API:1.1): GalacticraftCore-1.12.2-4.0.2.280.jar () +[16:57:19] [Server thread/DEBUG] [FML]: MekanismAPI|laser(API: MekanismAPI|laser:9.8.1): Mekanism-1.12.2-9.8.3.390.jar () +[16:57:19] [Server thread/DEBUG] [FML]: MekanismAPI|transmitter(API: MekanismAPI|transmitter:9.8.1): Mekanism-1.12.2-9.8.3.390.jar () +[16:57:19] [Server thread/DEBUG] [FML]: AbyssalCraftAPI|Internal(API: AbyssalCraftAPI|Internal:1.29.1): AbyssalCraft-1.12.2-1.9.19.1.jar () +[16:57:19] [Server thread/DEBUG] [FML]: AbyssalCraftAPI|Spell(API: AbyssalCraftAPI|Spell:1.29.1): AbyssalCraft-1.12.2-1.9.19.1.jar () +[16:57:19] [Server thread/DEBUG] [FML]: ctm-api(API: ctm-api:0.1.0): CTM-MC1.12.2-0.3.3.22.jar () +[16:57:19] [Server thread/DEBUG] [FML]: reborncoreAPI|Power(API: reborncoreAPI|Power:3.19.5): RebornCore-1.12.2-3.19.5-universal.jar () +[16:57:19] [Server thread/DEBUG] [FML]: AbyssalCraftAPI|Entity(API: AbyssalCraftAPI|Entity:1.29.1): AbyssalCraft-1.12.2-1.9.19.1.jar () +[16:57:19] [Server thread/DEBUG] [FML]: MekanismAPI|energy(API: MekanismAPI|energy:9.8.1): Mekanism-1.12.2-9.8.3.390.jar () +[16:57:19] [Server thread/DEBUG] [FML]: primal_tech(primal_tech:0.3.5): PrimalTech-0.3.5.jar (after:*) +[16:57:19] [Server thread/DEBUG] [FML]: teslacorelib_registries(Tesla Core Lib Registries:1.0.15): tesla-core-lib-1.12.2-1.0.15.jar (required-after:forgelin@[1.6.0,);required-after:forge@[14.23.3.2655,);after:*;) +[16:57:19] [Server thread/INFO] [FML]: FML has found a non-mod file BetterAdvancements-1.12.2-0.1.0.77.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible. +[16:57:19] [Server thread/INFO] [FML]: FML has found a non-mod file BetterFoliage-MC1.12-2.3.1.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible. +[16:57:19] [Server thread/INFO] [FML]: FML has found a non-mod file ClientTweaks_1.12.2-3.1.11.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible. +[16:57:19] [Server thread/INFO] [FML]: FML has found a non-mod file ColouredTooltips-1.12.2-1.0.7.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible. +[16:57:19] [Server thread/INFO] [FML]: FML has found a non-mod file Controlling-3.0.9.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible. +[16:57:19] [Server thread/INFO] [FML]: FML has found a non-mod file CTM-MC1.12.2-0.3.3.22.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible. +[16:57:19] [Server thread/INFO] [FML]: FML has found a non-mod file CustomMainMenu-MC1.12.2-2.0.9.1.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible. +[16:57:19] [Server thread/INFO] [FML]: FML has found a non-mod file DefaultOptions_1.12.2-9.2.8.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible. +[16:57:19] [Server thread/INFO] [FML]: FML has found a non-mod file EnchantmentDescriptions-1.12.2-1.1.15.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible. +[16:57:19] [Server thread/INFO] [FML]: FML has found a non-mod file FancyBlockParticles-1.12.x-2.4.1.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible. +[16:57:19] [Server thread/INFO] [FML]: FML has found a non-mod file JourneyMapStages-1.12.2-2.0.9.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible. +[16:57:19] [Server thread/INFO] [FML]: FML has found a non-mod file JustEnoughPetroleum-0.1.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible. +[16:57:19] [Server thread/INFO] [FML]: FML has found a non-mod file LoadingScreens-1.12.2-0.3.1.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible. +[16:57:19] [Server thread/INFO] [FML]: FML has found a non-mod file moreoverlays-1.15.1-mc1.12.2.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible. +[16:57:19] [Server thread/INFO] [FML]: FML has found a non-mod file MouseTweaks-2.10-mc1.12.2.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible. +[16:57:19] [Server thread/INFO] [FML]: FML has found a non-mod file Neat 1.4-17.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible. +[16:57:19] [Server thread/INFO] [FML]: FML has found a non-mod file noRecipeBook_v1.2.2formc1.12.2.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible. +[16:57:19] [Server thread/INFO] [FML]: FML has found a non-mod file ProportionalDestructionParticles-1.12.2-1.2.4.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible. +[16:57:19] [Server thread/INFO] [FML]: FML has found a non-mod file ResourceLoader-MC1.12.1-1.5.3.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible. +[16:57:19] [Server thread/INFO] [FML]: FML has found a non-mod file SmoothFont-mc1.12.2-2.1.2.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible. +[16:57:19] [Server thread/INFO] [FML]: FML has found a non-mod file TipTheScales-1.12.2-1.0.4.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible. +[16:57:19] [Server thread/INFO] [FML]: FML has found a non-mod file Toast Control-1.12.2-1.8.1.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible. +[16:57:19] [Server thread/INFO] [FML]: FML has found a non-mod file mcjtytools-0.0.21.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible. +[16:57:19] [Server thread/INFO] [FML]: FML has found a non-mod file reauth-3.6.0.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible. +[16:57:19] [Server thread/DEBUG] [FML]: Loading @Config anotation data +[16:57:19] [Server thread/DEBUG] [mixin]: Selecting config mixins.jeid.modsupport.json +[16:57:19] [Server thread/DEBUG] [mixin]: Selecting config mixins.jeid.twilightforest.json +[16:57:19] [Server thread/DEBUG] [mixin]: Preparing mixins.jeid.modsupport.json (25) +[16:57:19] [Server thread/TRACE] [mixin]: Added class metadata for com/shinoow/abyssalcraft/common/util/BiomeUtil to metadata cache +[16:57:19] [Server thread/DEBUG] [BnBGamingCore]: Caught Exception while attempting to get class extensions for zmaster587.advancedRocketry.util.BiomeHandler +[16:57:19] [Server thread/TRACE] [mixin]: Catching +java.lang.ClassNotFoundException: The specified class 'zmaster587.advancedRocketry.util.BiomeHandler' was not found + at org.spongepowered.asm.service.mojang.MixinServiceLaunchWrapper.getClassBytes(MixinServiceLaunchWrapper.java:506) ~[JustEnoughIDs-1.0.3-55.jar:?] + at org.spongepowered.asm.service.mojang.MixinServiceLaunchWrapper.getClassNode(MixinServiceLaunchWrapper.java:579) ~[JustEnoughIDs-1.0.3-55.jar:?] + at org.spongepowered.asm.mixin.transformer.ClassInfo.forName(ClassInfo.java:1843) [JustEnoughIDs-1.0.3-55.jar:?] + at org.spongepowered.asm.mixin.transformer.MixinInfo.getTargetClass(MixinInfo.java:1007) [JustEnoughIDs-1.0.3-55.jar:?] + at org.spongepowered.asm.mixin.transformer.MixinInfo.readTargetClasses(MixinInfo.java:997) [JustEnoughIDs-1.0.3-55.jar:?] + at org.spongepowered.asm.mixin.transformer.MixinInfo.parseTargets(MixinInfo.java:885) [JustEnoughIDs-1.0.3-55.jar:?] + at org.spongepowered.asm.mixin.transformer.MixinConfig.prepareMixins(MixinConfig.java:730) [JustEnoughIDs-1.0.3-55.jar:?] + at org.spongepowered.asm.mixin.transformer.MixinConfig.prepare(MixinConfig.java:646) [JustEnoughIDs-1.0.3-55.jar:?] + at org.spongepowered.asm.mixin.transformer.MixinProcessor.prepareConfigs(MixinProcessor.java:515) [JustEnoughIDs-1.0.3-55.jar:?] + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_452] + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_452] + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_452] + at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_452] + at net.minecraftforge.fml.common.Loader.handler$zza000$beforeConstructingMods(Loader.java:1148) [Loader.class:?] + at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:594) [Loader.class:?] + at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:98) [FMLServerHandler.class:?] + at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:333) [FMLCommonHandler.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:125) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:57:19] [Server thread/WARN] [mixin]: Error loading class: zmaster587/advancedRocketry/util/BiomeHandler (java.lang.ClassNotFoundException: The specified class 'zmaster587.advancedRocketry.util.BiomeHandler' was not found) +[16:57:19] [Server thread/TRACE] [mixin]: Added class metadata for zmaster587/advancedRocketry/util/BiomeHandler to metadata cache +[16:57:19] [Server thread/DEBUG] [mixin]: Skipping virtual target zmaster587.advancedRocketry.util.BiomeHandler for mixins.jeid.modsupport.json:advancedrocketry.MixinBiomeHandler +[16:57:19] [Server thread/DEBUG] [BnBGamingCore]: Caught Exception while attempting to get class extensions for zmaster587.advancedRocketry.network.PacketBiomeIDChange +[16:57:19] [Server thread/TRACE] [mixin]: Catching +java.lang.ClassNotFoundException: The specified class 'zmaster587.advancedRocketry.network.PacketBiomeIDChange' was not found + at org.spongepowered.asm.service.mojang.MixinServiceLaunchWrapper.getClassBytes(MixinServiceLaunchWrapper.java:506) ~[JustEnoughIDs-1.0.3-55.jar:?] + at org.spongepowered.asm.service.mojang.MixinServiceLaunchWrapper.getClassNode(MixinServiceLaunchWrapper.java:579) ~[JustEnoughIDs-1.0.3-55.jar:?] + at org.spongepowered.asm.mixin.transformer.ClassInfo.forName(ClassInfo.java:1843) [JustEnoughIDs-1.0.3-55.jar:?] + at org.spongepowered.asm.mixin.transformer.MixinInfo.getTargetClass(MixinInfo.java:1007) [JustEnoughIDs-1.0.3-55.jar:?] + at org.spongepowered.asm.mixin.transformer.MixinInfo.readTargetClasses(MixinInfo.java:997) [JustEnoughIDs-1.0.3-55.jar:?] + at org.spongepowered.asm.mixin.transformer.MixinInfo.parseTargets(MixinInfo.java:885) [JustEnoughIDs-1.0.3-55.jar:?] + at org.spongepowered.asm.mixin.transformer.MixinConfig.prepareMixins(MixinConfig.java:730) [JustEnoughIDs-1.0.3-55.jar:?] + at org.spongepowered.asm.mixin.transformer.MixinConfig.prepare(MixinConfig.java:646) [JustEnoughIDs-1.0.3-55.jar:?] + at org.spongepowered.asm.mixin.transformer.MixinProcessor.prepareConfigs(MixinProcessor.java:515) [JustEnoughIDs-1.0.3-55.jar:?] + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_452] + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_452] + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_452] + at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_452] + at net.minecraftforge.fml.common.Loader.handler$zza000$beforeConstructingMods(Loader.java:1148) [Loader.class:?] + at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:594) [Loader.class:?] + at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:98) [FMLServerHandler.class:?] + at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:333) [FMLCommonHandler.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:125) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:57:19] [Server thread/WARN] [mixin]: Error loading class: zmaster587/advancedRocketry/network/PacketBiomeIDChange (java.lang.ClassNotFoundException: The specified class 'zmaster587.advancedRocketry.network.PacketBiomeIDChange' was not found) +[16:57:19] [Server thread/TRACE] [mixin]: Added class metadata for zmaster587/advancedRocketry/network/PacketBiomeIDChange to metadata cache +[16:57:19] [Server thread/DEBUG] [mixin]: Skipping virtual target zmaster587.advancedRocketry.network.PacketBiomeIDChange for mixins.jeid.modsupport.json:advancedrocketry.MixinPacketBiomeIDChange +[16:57:19] [Server thread/DEBUG] [BnBGamingCore]: Caught Exception while attempting to get class extensions for biomesoplenty.common.command.BOPCommand +[16:57:19] [Server thread/TRACE] [mixin]: Catching +java.lang.ClassNotFoundException: The specified class 'biomesoplenty.common.command.BOPCommand' was not found + at org.spongepowered.asm.service.mojang.MixinServiceLaunchWrapper.getClassBytes(MixinServiceLaunchWrapper.java:506) ~[JustEnoughIDs-1.0.3-55.jar:?] + at org.spongepowered.asm.service.mojang.MixinServiceLaunchWrapper.getClassNode(MixinServiceLaunchWrapper.java:579) ~[JustEnoughIDs-1.0.3-55.jar:?] + at org.spongepowered.asm.mixin.transformer.ClassInfo.forName(ClassInfo.java:1843) [JustEnoughIDs-1.0.3-55.jar:?] + at org.spongepowered.asm.mixin.transformer.MixinInfo.getTargetClass(MixinInfo.java:1007) [JustEnoughIDs-1.0.3-55.jar:?] + at org.spongepowered.asm.mixin.transformer.MixinInfo.readTargetClasses(MixinInfo.java:997) [JustEnoughIDs-1.0.3-55.jar:?] + at org.spongepowered.asm.mixin.transformer.MixinInfo.parseTargets(MixinInfo.java:885) [JustEnoughIDs-1.0.3-55.jar:?] + at org.spongepowered.asm.mixin.transformer.MixinConfig.prepareMixins(MixinConfig.java:730) [JustEnoughIDs-1.0.3-55.jar:?] + at org.spongepowered.asm.mixin.transformer.MixinConfig.prepare(MixinConfig.java:646) [JustEnoughIDs-1.0.3-55.jar:?] + at org.spongepowered.asm.mixin.transformer.MixinProcessor.prepareConfigs(MixinProcessor.java:515) [JustEnoughIDs-1.0.3-55.jar:?] + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_452] + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_452] + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_452] + at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_452] + at net.minecraftforge.fml.common.Loader.handler$zza000$beforeConstructingMods(Loader.java:1148) [Loader.class:?] + at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:594) [Loader.class:?] + at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:98) [FMLServerHandler.class:?] + at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:333) [FMLCommonHandler.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:125) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:57:19] [Server thread/WARN] [mixin]: Error loading class: biomesoplenty/common/command/BOPCommand (java.lang.ClassNotFoundException: The specified class 'biomesoplenty.common.command.BOPCommand' was not found) +[16:57:19] [Server thread/TRACE] [mixin]: Added class metadata for biomesoplenty/common/command/BOPCommand to metadata cache +[16:57:19] [Server thread/DEBUG] [mixin]: Skipping virtual target biomesoplenty.common.command.BOPCommand for mixins.jeid.modsupport.json:biomesoplenty.MixinBOPCommand +[16:57:19] [Server thread/DEBUG] [BnBGamingCore]: Caught Exception while attempting to get class extensions for biomesoplenty.common.init.ModBiomes +[16:57:19] [Server thread/TRACE] [mixin]: Catching +java.lang.ClassNotFoundException: The specified class 'biomesoplenty.common.init.ModBiomes' was not found + at org.spongepowered.asm.service.mojang.MixinServiceLaunchWrapper.getClassBytes(MixinServiceLaunchWrapper.java:506) ~[JustEnoughIDs-1.0.3-55.jar:?] + at org.spongepowered.asm.service.mojang.MixinServiceLaunchWrapper.getClassNode(MixinServiceLaunchWrapper.java:579) ~[JustEnoughIDs-1.0.3-55.jar:?] + at org.spongepowered.asm.mixin.transformer.ClassInfo.forName(ClassInfo.java:1843) [JustEnoughIDs-1.0.3-55.jar:?] + at org.spongepowered.asm.mixin.transformer.MixinInfo.getTargetClass(MixinInfo.java:1007) [JustEnoughIDs-1.0.3-55.jar:?] + at org.spongepowered.asm.mixin.transformer.MixinInfo.readTargetClasses(MixinInfo.java:997) [JustEnoughIDs-1.0.3-55.jar:?] + at org.spongepowered.asm.mixin.transformer.MixinInfo.parseTargets(MixinInfo.java:885) [JustEnoughIDs-1.0.3-55.jar:?] + at org.spongepowered.asm.mixin.transformer.MixinConfig.prepareMixins(MixinConfig.java:730) [JustEnoughIDs-1.0.3-55.jar:?] + at org.spongepowered.asm.mixin.transformer.MixinConfig.prepare(MixinConfig.java:646) [JustEnoughIDs-1.0.3-55.jar:?] + at org.spongepowered.asm.mixin.transformer.MixinProcessor.prepareConfigs(MixinProcessor.java:515) [JustEnoughIDs-1.0.3-55.jar:?] + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_452] + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_452] + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_452] + at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_452] + at net.minecraftforge.fml.common.Loader.handler$zza000$beforeConstructingMods(Loader.java:1148) [Loader.class:?] + at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:594) [Loader.class:?] + at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:98) [FMLServerHandler.class:?] + at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:333) [FMLCommonHandler.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:125) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:57:19] [Server thread/WARN] [mixin]: Error loading class: biomesoplenty/common/init/ModBiomes (java.lang.ClassNotFoundException: The specified class 'biomesoplenty.common.init.ModBiomes' was not found) +[16:57:19] [Server thread/TRACE] [mixin]: Added class metadata for biomesoplenty/common/init/ModBiomes to metadata cache +[16:57:19] [Server thread/DEBUG] [mixin]: Skipping virtual target biomesoplenty.common.init.ModBiomes for mixins.jeid.modsupport.json:biomesoplenty.MixinModBiomes +[16:57:19] [Server thread/DEBUG] [BnBGamingCore]: Caught Exception while attempting to get class extensions for me.superckl.biometweaker.util.BiomeColorMappings +[16:57:19] [Server thread/TRACE] [mixin]: Catching +java.lang.ClassNotFoundException: The specified class 'me.superckl.biometweaker.util.BiomeColorMappings' was not found + at org.spongepowered.asm.service.mojang.MixinServiceLaunchWrapper.getClassBytes(MixinServiceLaunchWrapper.java:506) ~[JustEnoughIDs-1.0.3-55.jar:?] + at org.spongepowered.asm.service.mojang.MixinServiceLaunchWrapper.getClassNode(MixinServiceLaunchWrapper.java:579) ~[JustEnoughIDs-1.0.3-55.jar:?] + at org.spongepowered.asm.mixin.transformer.ClassInfo.forName(ClassInfo.java:1843) [JustEnoughIDs-1.0.3-55.jar:?] + at org.spongepowered.asm.mixin.transformer.MixinInfo.getTargetClass(MixinInfo.java:1007) [JustEnoughIDs-1.0.3-55.jar:?] + at org.spongepowered.asm.mixin.transformer.MixinInfo.readTargetClasses(MixinInfo.java:997) [JustEnoughIDs-1.0.3-55.jar:?] + at org.spongepowered.asm.mixin.transformer.MixinInfo.parseTargets(MixinInfo.java:885) [JustEnoughIDs-1.0.3-55.jar:?] + at org.spongepowered.asm.mixin.transformer.MixinConfig.prepareMixins(MixinConfig.java:730) [JustEnoughIDs-1.0.3-55.jar:?] + at org.spongepowered.asm.mixin.transformer.MixinConfig.prepare(MixinConfig.java:646) [JustEnoughIDs-1.0.3-55.jar:?] + at org.spongepowered.asm.mixin.transformer.MixinProcessor.prepareConfigs(MixinProcessor.java:515) [JustEnoughIDs-1.0.3-55.jar:?] + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_452] + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_452] + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_452] + at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_452] + at net.minecraftforge.fml.common.Loader.handler$zza000$beforeConstructingMods(Loader.java:1148) [Loader.class:?] + at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:594) [Loader.class:?] + at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:98) [FMLServerHandler.class:?] + at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:333) [FMLCommonHandler.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:125) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:57:19] [Server thread/WARN] [mixin]: Error loading class: me/superckl/biometweaker/util/BiomeColorMappings (java.lang.ClassNotFoundException: The specified class 'me.superckl.biometweaker.util.BiomeColorMappings' was not found) +[16:57:19] [Server thread/TRACE] [mixin]: Added class metadata for me/superckl/biometweaker/util/BiomeColorMappings to metadata cache +[16:57:19] [Server thread/WARN] [mixin]: @Mixin target me.superckl.biometweaker.util.BiomeColorMappings was not found mixins.jeid.modsupport.json:biometweaker.MixinBiomeColorMappings +[16:57:19] [Server thread/DEBUG] [BnBGamingCore]: Caught Exception while attempting to get class extensions for me.superckl.biometweaker.util.BiomeHelper +[16:57:19] [Server thread/TRACE] [mixin]: Catching +java.lang.ClassNotFoundException: The specified class 'me.superckl.biometweaker.util.BiomeHelper' was not found + at org.spongepowered.asm.service.mojang.MixinServiceLaunchWrapper.getClassBytes(MixinServiceLaunchWrapper.java:506) ~[JustEnoughIDs-1.0.3-55.jar:?] + at org.spongepowered.asm.service.mojang.MixinServiceLaunchWrapper.getClassNode(MixinServiceLaunchWrapper.java:579) ~[JustEnoughIDs-1.0.3-55.jar:?] + at org.spongepowered.asm.mixin.transformer.ClassInfo.forName(ClassInfo.java:1843) [JustEnoughIDs-1.0.3-55.jar:?] + at org.spongepowered.asm.mixin.transformer.MixinInfo.getTargetClass(MixinInfo.java:1007) [JustEnoughIDs-1.0.3-55.jar:?] + at org.spongepowered.asm.mixin.transformer.MixinInfo.readTargetClasses(MixinInfo.java:997) [JustEnoughIDs-1.0.3-55.jar:?] + at org.spongepowered.asm.mixin.transformer.MixinInfo.parseTargets(MixinInfo.java:885) [JustEnoughIDs-1.0.3-55.jar:?] + at org.spongepowered.asm.mixin.transformer.MixinConfig.prepareMixins(MixinConfig.java:730) [JustEnoughIDs-1.0.3-55.jar:?] + at org.spongepowered.asm.mixin.transformer.MixinConfig.prepare(MixinConfig.java:646) [JustEnoughIDs-1.0.3-55.jar:?] + at org.spongepowered.asm.mixin.transformer.MixinProcessor.prepareConfigs(MixinProcessor.java:515) [JustEnoughIDs-1.0.3-55.jar:?] + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_452] + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_452] + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_452] + at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_452] + at net.minecraftforge.fml.common.Loader.handler$zza000$beforeConstructingMods(Loader.java:1148) [Loader.class:?] + at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:594) [Loader.class:?] + at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:98) [FMLServerHandler.class:?] + at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:333) [FMLCommonHandler.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:125) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:57:19] [Server thread/WARN] [mixin]: Error loading class: me/superckl/biometweaker/util/BiomeHelper (java.lang.ClassNotFoundException: The specified class 'me.superckl.biometweaker.util.BiomeHelper' was not found) +[16:57:19] [Server thread/TRACE] [mixin]: Added class metadata for me/superckl/biometweaker/util/BiomeHelper to metadata cache +[16:57:19] [Server thread/WARN] [mixin]: @Mixin target me.superckl.biometweaker.util.BiomeHelper was not found mixins.jeid.modsupport.json:biometweaker.MixinBiomeHelper +[16:57:19] [Server thread/DEBUG] [BnBGamingCore]: Caught Exception while attempting to get class extensions for me.superckl.biometweaker.server.command.CommandSetBiome +[16:57:19] [Server thread/TRACE] [mixin]: Catching +java.lang.ClassNotFoundException: The specified class 'me.superckl.biometweaker.server.command.CommandSetBiome' was not found + at org.spongepowered.asm.service.mojang.MixinServiceLaunchWrapper.getClassBytes(MixinServiceLaunchWrapper.java:506) ~[JustEnoughIDs-1.0.3-55.jar:?] + at org.spongepowered.asm.service.mojang.MixinServiceLaunchWrapper.getClassNode(MixinServiceLaunchWrapper.java:579) ~[JustEnoughIDs-1.0.3-55.jar:?] + at org.spongepowered.asm.mixin.transformer.ClassInfo.forName(ClassInfo.java:1843) [JustEnoughIDs-1.0.3-55.jar:?] + at org.spongepowered.asm.mixin.transformer.MixinInfo.getTargetClass(MixinInfo.java:1007) [JustEnoughIDs-1.0.3-55.jar:?] + at org.spongepowered.asm.mixin.transformer.MixinInfo.readTargetClasses(MixinInfo.java:997) [JustEnoughIDs-1.0.3-55.jar:?] + at org.spongepowered.asm.mixin.transformer.MixinInfo.parseTargets(MixinInfo.java:885) [JustEnoughIDs-1.0.3-55.jar:?] + at org.spongepowered.asm.mixin.transformer.MixinConfig.prepareMixins(MixinConfig.java:730) [JustEnoughIDs-1.0.3-55.jar:?] + at org.spongepowered.asm.mixin.transformer.MixinConfig.prepare(MixinConfig.java:646) [JustEnoughIDs-1.0.3-55.jar:?] + at org.spongepowered.asm.mixin.transformer.MixinProcessor.prepareConfigs(MixinProcessor.java:515) [JustEnoughIDs-1.0.3-55.jar:?] + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_452] + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_452] + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_452] + at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_452] + at net.minecraftforge.fml.common.Loader.handler$zza000$beforeConstructingMods(Loader.java:1148) [Loader.class:?] + at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:594) [Loader.class:?] + at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:98) [FMLServerHandler.class:?] + at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:333) [FMLCommonHandler.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:125) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:57:19] [Server thread/WARN] [mixin]: Error loading class: me/superckl/biometweaker/server/command/CommandSetBiome (java.lang.ClassNotFoundException: The specified class 'me.superckl.biometweaker.server.command.CommandSetBiome' was not found) +[16:57:19] [Server thread/TRACE] [mixin]: Added class metadata for me/superckl/biometweaker/server/command/CommandSetBiome to metadata cache +[16:57:19] [Server thread/WARN] [mixin]: @Mixin target me.superckl.biometweaker.server.command.CommandSetBiome was not found mixins.jeid.modsupport.json:biometweaker.MixinCommandSetBiome +[16:57:19] [Server thread/TRACE] [mixin]: Added class metadata for net/darkhax/bookshelf/util/WorldUtils to metadata cache +[16:57:19] [Server thread/DEBUG] [BnBGamingCore]: Caught Exception while attempting to get class extensions for com.cutievirus.creepingnether.entity.CorruptorAbstract +[16:57:19] [Server thread/TRACE] [mixin]: Catching +java.lang.ClassNotFoundException: The specified class 'com.cutievirus.creepingnether.entity.CorruptorAbstract' was not found + at org.spongepowered.asm.service.mojang.MixinServiceLaunchWrapper.getClassBytes(MixinServiceLaunchWrapper.java:506) ~[JustEnoughIDs-1.0.3-55.jar:?] + at org.spongepowered.asm.service.mojang.MixinServiceLaunchWrapper.getClassNode(MixinServiceLaunchWrapper.java:579) ~[JustEnoughIDs-1.0.3-55.jar:?] + at org.spongepowered.asm.mixin.transformer.ClassInfo.forName(ClassInfo.java:1843) [JustEnoughIDs-1.0.3-55.jar:?] + at org.spongepowered.asm.mixin.transformer.MixinInfo.getTargetClass(MixinInfo.java:1007) [JustEnoughIDs-1.0.3-55.jar:?] + at org.spongepowered.asm.mixin.transformer.MixinInfo.readTargetClasses(MixinInfo.java:997) [JustEnoughIDs-1.0.3-55.jar:?] + at org.spongepowered.asm.mixin.transformer.MixinInfo.parseTargets(MixinInfo.java:885) [JustEnoughIDs-1.0.3-55.jar:?] + at org.spongepowered.asm.mixin.transformer.MixinConfig.prepareMixins(MixinConfig.java:730) [JustEnoughIDs-1.0.3-55.jar:?] + at org.spongepowered.asm.mixin.transformer.MixinConfig.prepare(MixinConfig.java:646) [JustEnoughIDs-1.0.3-55.jar:?] + at org.spongepowered.asm.mixin.transformer.MixinProcessor.prepareConfigs(MixinProcessor.java:515) [JustEnoughIDs-1.0.3-55.jar:?] + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_452] + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_452] + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_452] + at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_452] + at net.minecraftforge.fml.common.Loader.handler$zza000$beforeConstructingMods(Loader.java:1148) [Loader.class:?] + at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:594) [Loader.class:?] + at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:98) [FMLServerHandler.class:?] + at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:333) [FMLCommonHandler.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:125) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:57:19] [Server thread/WARN] [mixin]: Error loading class: com/cutievirus/creepingnether/entity/CorruptorAbstract (java.lang.ClassNotFoundException: The specified class 'com.cutievirus.creepingnether.entity.CorruptorAbstract' was not found) +[16:57:19] [Server thread/TRACE] [mixin]: Added class metadata for com/cutievirus/creepingnether/entity/CorruptorAbstract to metadata cache +[16:57:19] [Server thread/DEBUG] [mixin]: Skipping virtual target com.cutievirus.creepingnether.entity.CorruptorAbstract for mixins.jeid.modsupport.json:creepingnether.MixinCorruptorAbstract +[16:57:19] [Server thread/TRACE] [mixin]: Added class metadata for org/cyclops/cyclopscore/helper/WorldHelpers to metadata cache +[16:57:19] [Server thread/DEBUG] [BnBGamingCore]: Caught Exception while attempting to get class extensions for com.rwtema.extrautils2.biome.BiomeManip +[16:57:19] [Server thread/TRACE] [mixin]: Catching +java.lang.ClassNotFoundException: The specified class 'com.rwtema.extrautils2.biome.BiomeManip' was not found + at org.spongepowered.asm.service.mojang.MixinServiceLaunchWrapper.getClassBytes(MixinServiceLaunchWrapper.java:506) ~[JustEnoughIDs-1.0.3-55.jar:?] + at org.spongepowered.asm.service.mojang.MixinServiceLaunchWrapper.getClassNode(MixinServiceLaunchWrapper.java:579) ~[JustEnoughIDs-1.0.3-55.jar:?] + at org.spongepowered.asm.mixin.transformer.ClassInfo.forName(ClassInfo.java:1843) [JustEnoughIDs-1.0.3-55.jar:?] + at org.spongepowered.asm.mixin.transformer.MixinInfo.getTargetClass(MixinInfo.java:1007) [JustEnoughIDs-1.0.3-55.jar:?] + at org.spongepowered.asm.mixin.transformer.MixinInfo.readTargetClasses(MixinInfo.java:997) [JustEnoughIDs-1.0.3-55.jar:?] + at org.spongepowered.asm.mixin.transformer.MixinInfo.parseTargets(MixinInfo.java:885) [JustEnoughIDs-1.0.3-55.jar:?] + at org.spongepowered.asm.mixin.transformer.MixinConfig.prepareMixins(MixinConfig.java:730) [JustEnoughIDs-1.0.3-55.jar:?] + at org.spongepowered.asm.mixin.transformer.MixinConfig.prepare(MixinConfig.java:646) [JustEnoughIDs-1.0.3-55.jar:?] + at org.spongepowered.asm.mixin.transformer.MixinProcessor.prepareConfigs(MixinProcessor.java:515) [JustEnoughIDs-1.0.3-55.jar:?] + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_452] + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_452] + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_452] + at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_452] + at net.minecraftforge.fml.common.Loader.handler$zza000$beforeConstructingMods(Loader.java:1148) [Loader.class:?] + at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:594) [Loader.class:?] + at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:98) [FMLServerHandler.class:?] + at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:333) [FMLCommonHandler.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:125) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:57:19] [Server thread/WARN] [mixin]: Error loading class: com/rwtema/extrautils2/biome/BiomeManip (java.lang.ClassNotFoundException: The specified class 'com.rwtema.extrautils2.biome.BiomeManip' was not found) +[16:57:19] [Server thread/TRACE] [mixin]: Added class metadata for com/rwtema/extrautils2/biome/BiomeManip to metadata cache +[16:57:19] [Server thread/DEBUG] [mixin]: Skipping virtual target com.rwtema.extrautils2.biome.BiomeManip for mixins.jeid.modsupport.json:extrautils2.MixinBiomeManip +[16:57:19] [Server thread/DEBUG] [BnBGamingCore]: Caught Exception while attempting to get class extensions for com.rwtema.extrautils2.dimensions.workhousedim.WorldProviderSpecialDim +[16:57:19] [Server thread/TRACE] [mixin]: Catching +java.lang.ClassNotFoundException: The specified class 'com.rwtema.extrautils2.dimensions.workhousedim.WorldProviderSpecialDim' was not found + at org.spongepowered.asm.service.mojang.MixinServiceLaunchWrapper.getClassBytes(MixinServiceLaunchWrapper.java:506) ~[JustEnoughIDs-1.0.3-55.jar:?] + at org.spongepowered.asm.service.mojang.MixinServiceLaunchWrapper.getClassNode(MixinServiceLaunchWrapper.java:579) ~[JustEnoughIDs-1.0.3-55.jar:?] + at org.spongepowered.asm.mixin.transformer.ClassInfo.forName(ClassInfo.java:1843) [JustEnoughIDs-1.0.3-55.jar:?] + at org.spongepowered.asm.mixin.transformer.MixinInfo.getTargetClass(MixinInfo.java:1007) [JustEnoughIDs-1.0.3-55.jar:?] + at org.spongepowered.asm.mixin.transformer.MixinInfo.readTargetClasses(MixinInfo.java:997) [JustEnoughIDs-1.0.3-55.jar:?] + at org.spongepowered.asm.mixin.transformer.MixinInfo.parseTargets(MixinInfo.java:885) [JustEnoughIDs-1.0.3-55.jar:?] + at org.spongepowered.asm.mixin.transformer.MixinConfig.prepareMixins(MixinConfig.java:730) [JustEnoughIDs-1.0.3-55.jar:?] + at org.spongepowered.asm.mixin.transformer.MixinConfig.prepare(MixinConfig.java:646) [JustEnoughIDs-1.0.3-55.jar:?] + at org.spongepowered.asm.mixin.transformer.MixinProcessor.prepareConfigs(MixinProcessor.java:515) [JustEnoughIDs-1.0.3-55.jar:?] + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_452] + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_452] + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_452] + at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_452] + at net.minecraftforge.fml.common.Loader.handler$zza000$beforeConstructingMods(Loader.java:1148) [Loader.class:?] + at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:594) [Loader.class:?] + at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:98) [FMLServerHandler.class:?] + at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:333) [FMLCommonHandler.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:125) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:57:19] [Server thread/WARN] [mixin]: Error loading class: com/rwtema/extrautils2/dimensions/workhousedim/WorldProviderSpecialDim (java.lang.ClassNotFoundException: The specified class 'com.rwtema.extrautils2.dimensions.workhousedim.WorldProviderSpecialDim' was not found) +[16:57:19] [Server thread/TRACE] [mixin]: Added class metadata for com/rwtema/extrautils2/dimensions/workhousedim/WorldProviderSpecialDim to metadata cache +[16:57:19] [Server thread/DEBUG] [mixin]: Skipping virtual target com.rwtema.extrautils2.dimensions.workhousedim.WorldProviderSpecialDim for mixins.jeid.modsupport.json:extrautils2.MixinWorldProviderSpecialDim +[16:57:19] [Server thread/DEBUG] [BnBGamingCore]: Caught Exception while attempting to get class extensions for androsa.gaiadimension.world.layer.GenLayerGDRiverMix +[16:57:19] [Server thread/TRACE] [mixin]: Catching +java.lang.ClassNotFoundException: The specified class 'androsa.gaiadimension.world.layer.GenLayerGDRiverMix' was not found + at org.spongepowered.asm.service.mojang.MixinServiceLaunchWrapper.getClassBytes(MixinServiceLaunchWrapper.java:506) ~[JustEnoughIDs-1.0.3-55.jar:?] + at org.spongepowered.asm.service.mojang.MixinServiceLaunchWrapper.getClassNode(MixinServiceLaunchWrapper.java:579) ~[JustEnoughIDs-1.0.3-55.jar:?] + at org.spongepowered.asm.mixin.transformer.ClassInfo.forName(ClassInfo.java:1843) [JustEnoughIDs-1.0.3-55.jar:?] + at org.spongepowered.asm.mixin.transformer.MixinInfo.getTargetClass(MixinInfo.java:1007) [JustEnoughIDs-1.0.3-55.jar:?] + at org.spongepowered.asm.mixin.transformer.MixinInfo.readTargetClasses(MixinInfo.java:997) [JustEnoughIDs-1.0.3-55.jar:?] + at org.spongepowered.asm.mixin.transformer.MixinInfo.parseTargets(MixinInfo.java:885) [JustEnoughIDs-1.0.3-55.jar:?] + at org.spongepowered.asm.mixin.transformer.MixinConfig.prepareMixins(MixinConfig.java:730) [JustEnoughIDs-1.0.3-55.jar:?] + at org.spongepowered.asm.mixin.transformer.MixinConfig.prepare(MixinConfig.java:646) [JustEnoughIDs-1.0.3-55.jar:?] + at org.spongepowered.asm.mixin.transformer.MixinProcessor.prepareConfigs(MixinProcessor.java:515) [JustEnoughIDs-1.0.3-55.jar:?] + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_452] + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_452] + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_452] + at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_452] + at net.minecraftforge.fml.common.Loader.handler$zza000$beforeConstructingMods(Loader.java:1148) [Loader.class:?] + at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:594) [Loader.class:?] + at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:98) [FMLServerHandler.class:?] + at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:333) [FMLCommonHandler.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:125) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:57:19] [Server thread/WARN] [mixin]: Error loading class: androsa/gaiadimension/world/layer/GenLayerGDRiverMix (java.lang.ClassNotFoundException: The specified class 'androsa.gaiadimension.world.layer.GenLayerGDRiverMix' was not found) +[16:57:19] [Server thread/TRACE] [mixin]: Added class metadata for androsa/gaiadimension/world/layer/GenLayerGDRiverMix to metadata cache +[16:57:19] [Server thread/DEBUG] [mixin]: Skipping virtual target androsa.gaiadimension.world.layer.GenLayerGDRiverMix for mixins.jeid.modsupport.json:gaiadimension.MixinGenLayerGDRiverMix +[16:57:19] [Server thread/DEBUG] [BnBGamingCore]: Caught Exception while attempting to get class extensions for climateControl.DimensionManager +[16:57:19] [Server thread/TRACE] [mixin]: Catching +java.lang.ClassNotFoundException: The specified class 'climateControl.DimensionManager' was not found + at org.spongepowered.asm.service.mojang.MixinServiceLaunchWrapper.getClassBytes(MixinServiceLaunchWrapper.java:506) ~[JustEnoughIDs-1.0.3-55.jar:?] + at org.spongepowered.asm.service.mojang.MixinServiceLaunchWrapper.getClassNode(MixinServiceLaunchWrapper.java:579) ~[JustEnoughIDs-1.0.3-55.jar:?] + at org.spongepowered.asm.mixin.transformer.ClassInfo.forName(ClassInfo.java:1843) [JustEnoughIDs-1.0.3-55.jar:?] + at org.spongepowered.asm.mixin.transformer.MixinInfo.getTargetClass(MixinInfo.java:1007) [JustEnoughIDs-1.0.3-55.jar:?] + at org.spongepowered.asm.mixin.transformer.MixinInfo.readTargetClasses(MixinInfo.java:997) [JustEnoughIDs-1.0.3-55.jar:?] + at org.spongepowered.asm.mixin.transformer.MixinInfo.parseTargets(MixinInfo.java:885) [JustEnoughIDs-1.0.3-55.jar:?] + at org.spongepowered.asm.mixin.transformer.MixinConfig.prepareMixins(MixinConfig.java:730) [JustEnoughIDs-1.0.3-55.jar:?] + at org.spongepowered.asm.mixin.transformer.MixinConfig.prepare(MixinConfig.java:646) [JustEnoughIDs-1.0.3-55.jar:?] + at org.spongepowered.asm.mixin.transformer.MixinProcessor.prepareConfigs(MixinProcessor.java:515) [JustEnoughIDs-1.0.3-55.jar:?] + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_452] + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_452] + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_452] + at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_452] + at net.minecraftforge.fml.common.Loader.handler$zza000$beforeConstructingMods(Loader.java:1148) [Loader.class:?] + at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:594) [Loader.class:?] + at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:98) [FMLServerHandler.class:?] + at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:333) [FMLCommonHandler.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:125) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:57:19] [Server thread/WARN] [mixin]: Error loading class: climateControl/DimensionManager (java.lang.ClassNotFoundException: The specified class 'climateControl.DimensionManager' was not found) +[16:57:19] [Server thread/TRACE] [mixin]: Added class metadata for climateControl/DimensionManager to metadata cache +[16:57:19] [Server thread/DEBUG] [mixin]: Skipping virtual target climateControl.DimensionManager for mixins.jeid.modsupport.json:geographicraft.MixinDimensionManager +[16:57:19] [Server thread/DEBUG] [BnBGamingCore]: Caught Exception while attempting to get class extensions for com.zeitheron.hammercore.utils.WorldLocation +[16:57:19] [Server thread/TRACE] [mixin]: Catching +java.lang.ClassNotFoundException: The specified class 'com.zeitheron.hammercore.utils.WorldLocation' was not found + at org.spongepowered.asm.service.mojang.MixinServiceLaunchWrapper.getClassBytes(MixinServiceLaunchWrapper.java:506) ~[JustEnoughIDs-1.0.3-55.jar:?] + at org.spongepowered.asm.service.mojang.MixinServiceLaunchWrapper.getClassNode(MixinServiceLaunchWrapper.java:579) ~[JustEnoughIDs-1.0.3-55.jar:?] + at org.spongepowered.asm.mixin.transformer.ClassInfo.forName(ClassInfo.java:1843) [JustEnoughIDs-1.0.3-55.jar:?] + at org.spongepowered.asm.mixin.transformer.MixinInfo.getTargetClass(MixinInfo.java:1007) [JustEnoughIDs-1.0.3-55.jar:?] + at org.spongepowered.asm.mixin.transformer.MixinInfo.readTargetClasses(MixinInfo.java:997) [JustEnoughIDs-1.0.3-55.jar:?] + at org.spongepowered.asm.mixin.transformer.MixinInfo.parseTargets(MixinInfo.java:885) [JustEnoughIDs-1.0.3-55.jar:?] + at org.spongepowered.asm.mixin.transformer.MixinConfig.prepareMixins(MixinConfig.java:730) [JustEnoughIDs-1.0.3-55.jar:?] + at org.spongepowered.asm.mixin.transformer.MixinConfig.prepare(MixinConfig.java:646) [JustEnoughIDs-1.0.3-55.jar:?] + at org.spongepowered.asm.mixin.transformer.MixinProcessor.prepareConfigs(MixinProcessor.java:515) [JustEnoughIDs-1.0.3-55.jar:?] + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_452] + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_452] + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_452] + at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_452] + at net.minecraftforge.fml.common.Loader.handler$zza000$beforeConstructingMods(Loader.java:1148) [Loader.class:?] + at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:594) [Loader.class:?] + at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:98) [FMLServerHandler.class:?] + at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:333) [FMLCommonHandler.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:125) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:57:19] [Server thread/WARN] [mixin]: Error loading class: com/zeitheron/hammercore/utils/WorldLocation (java.lang.ClassNotFoundException: The specified class 'com.zeitheron.hammercore.utils.WorldLocation' was not found) +[16:57:19] [Server thread/TRACE] [mixin]: Added class metadata for com/zeitheron/hammercore/utils/WorldLocation to metadata cache +[16:57:19] [Server thread/WARN] [mixin]: @Mixin target com.zeitheron.hammercore.utils.WorldLocation was not found mixins.jeid.modsupport.json:hammercore.MixinWorldLocation +[16:57:19] [Server thread/TRACE] [mixin]: Added class metadata for journeymap/client/model/ChunkMD to metadata cache +[16:57:19] [Server thread/DEBUG] [BnBGamingCore]: Caught Exception while attempting to get class extensions for com.xcompwiz.mystcraft.symbol.symbols.SymbolFloatingIslands$BiomeReplacer +[16:57:19] [Server thread/TRACE] [mixin]: Catching +java.lang.ClassNotFoundException: The specified class 'com.xcompwiz.mystcraft.symbol.symbols.SymbolFloatingIslands$BiomeReplacer' was not found + at org.spongepowered.asm.service.mojang.MixinServiceLaunchWrapper.getClassBytes(MixinServiceLaunchWrapper.java:506) ~[JustEnoughIDs-1.0.3-55.jar:?] + at org.spongepowered.asm.service.mojang.MixinServiceLaunchWrapper.getClassNode(MixinServiceLaunchWrapper.java:579) ~[JustEnoughIDs-1.0.3-55.jar:?] + at org.spongepowered.asm.mixin.transformer.ClassInfo.forName(ClassInfo.java:1843) [JustEnoughIDs-1.0.3-55.jar:?] + at org.spongepowered.asm.mixin.transformer.MixinInfo.getTargetClass(MixinInfo.java:1007) [JustEnoughIDs-1.0.3-55.jar:?] + at org.spongepowered.asm.mixin.transformer.MixinInfo.readTargetClasses(MixinInfo.java:997) [JustEnoughIDs-1.0.3-55.jar:?] + at org.spongepowered.asm.mixin.transformer.MixinInfo.parseTargets(MixinInfo.java:885) [JustEnoughIDs-1.0.3-55.jar:?] + at org.spongepowered.asm.mixin.transformer.MixinConfig.prepareMixins(MixinConfig.java:730) [JustEnoughIDs-1.0.3-55.jar:?] + at org.spongepowered.asm.mixin.transformer.MixinConfig.prepare(MixinConfig.java:646) [JustEnoughIDs-1.0.3-55.jar:?] + at org.spongepowered.asm.mixin.transformer.MixinProcessor.prepareConfigs(MixinProcessor.java:515) [JustEnoughIDs-1.0.3-55.jar:?] + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_452] + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_452] + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_452] + at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_452] + at net.minecraftforge.fml.common.Loader.handler$zza000$beforeConstructingMods(Loader.java:1148) [Loader.class:?] + at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:594) [Loader.class:?] + at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:98) [FMLServerHandler.class:?] + at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:333) [FMLCommonHandler.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:125) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:57:19] [Server thread/WARN] [mixin]: Error loading class: com/xcompwiz/mystcraft/symbol/symbols/SymbolFloatingIslands$BiomeReplacer (java.lang.ClassNotFoundException: The specified class 'com.xcompwiz.mystcraft.symbol.symbols.SymbolFloatingIslands$BiomeReplacer' was not found) +[16:57:19] [Server thread/TRACE] [mixin]: Added class metadata for com/xcompwiz/mystcraft/symbol/symbols/SymbolFloatingIslands$BiomeReplacer to metadata cache +[16:57:19] [Server thread/DEBUG] [mixin]: Skipping virtual target com.xcompwiz.mystcraft.symbol.symbols.SymbolFloatingIslands$BiomeReplacer for mixins.jeid.modsupport.json:mystcraft.MixinBiomeReplacer +[16:57:19] [Server thread/DEBUG] [BnBGamingCore]: Caught Exception while attempting to get class extensions for thaumcraft.common.lib.utils.Utils +[16:57:19] [Server thread/TRACE] [mixin]: Catching +java.lang.ClassNotFoundException: The specified class 'thaumcraft.common.lib.utils.Utils' was not found + at org.spongepowered.asm.service.mojang.MixinServiceLaunchWrapper.getClassBytes(MixinServiceLaunchWrapper.java:506) ~[JustEnoughIDs-1.0.3-55.jar:?] + at org.spongepowered.asm.service.mojang.MixinServiceLaunchWrapper.getClassNode(MixinServiceLaunchWrapper.java:579) ~[JustEnoughIDs-1.0.3-55.jar:?] + at org.spongepowered.asm.mixin.transformer.ClassInfo.forName(ClassInfo.java:1843) [JustEnoughIDs-1.0.3-55.jar:?] + at org.spongepowered.asm.mixin.transformer.MixinInfo.getTargetClass(MixinInfo.java:1007) [JustEnoughIDs-1.0.3-55.jar:?] + at org.spongepowered.asm.mixin.transformer.MixinInfo.readTargetClasses(MixinInfo.java:997) [JustEnoughIDs-1.0.3-55.jar:?] + at org.spongepowered.asm.mixin.transformer.MixinInfo.parseTargets(MixinInfo.java:885) [JustEnoughIDs-1.0.3-55.jar:?] + at org.spongepowered.asm.mixin.transformer.MixinConfig.prepareMixins(MixinConfig.java:730) [JustEnoughIDs-1.0.3-55.jar:?] + at org.spongepowered.asm.mixin.transformer.MixinConfig.prepare(MixinConfig.java:646) [JustEnoughIDs-1.0.3-55.jar:?] + at org.spongepowered.asm.mixin.transformer.MixinProcessor.prepareConfigs(MixinProcessor.java:515) [JustEnoughIDs-1.0.3-55.jar:?] + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_452] + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_452] + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_452] + at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_452] + at net.minecraftforge.fml.common.Loader.handler$zza000$beforeConstructingMods(Loader.java:1148) [Loader.class:?] + at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:594) [Loader.class:?] + at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:98) [FMLServerHandler.class:?] + at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:333) [FMLCommonHandler.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:125) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:57:19] [Server thread/WARN] [mixin]: Error loading class: thaumcraft/common/lib/utils/Utils (java.lang.ClassNotFoundException: The specified class 'thaumcraft.common.lib.utils.Utils' was not found) +[16:57:19] [Server thread/TRACE] [mixin]: Added class metadata for thaumcraft/common/lib/utils/Utils to metadata cache +[16:57:19] [Server thread/DEBUG] [mixin]: Skipping virtual target thaumcraft.common.lib.utils.Utils for mixins.jeid.modsupport.json:thaumcraft.MixinUtils +[16:57:19] [Server thread/TRACE] [mixin]: Added class metadata for thebetweenlands/common/block/terrain/BlockSpreadingDeath to metadata cache +[16:57:19] [Server thread/TRACE] [mixin]: Added class metadata for thebetweenlands/common/world/gen/layer/GenLayerVoronoiZoomInstanced to metadata cache +[16:57:19] [Server thread/DEBUG] [BnBGamingCore]: Caught Exception while attempting to get class extensions for cn.mcmod.tofucraft.world.gen.layer.GenLayerRiverMix +[16:57:19] [Server thread/TRACE] [mixin]: Catching +java.lang.ClassNotFoundException: The specified class 'cn.mcmod.tofucraft.world.gen.layer.GenLayerRiverMix' was not found + at org.spongepowered.asm.service.mojang.MixinServiceLaunchWrapper.getClassBytes(MixinServiceLaunchWrapper.java:506) ~[JustEnoughIDs-1.0.3-55.jar:?] + at org.spongepowered.asm.service.mojang.MixinServiceLaunchWrapper.getClassNode(MixinServiceLaunchWrapper.java:579) ~[JustEnoughIDs-1.0.3-55.jar:?] + at org.spongepowered.asm.mixin.transformer.ClassInfo.forName(ClassInfo.java:1843) [JustEnoughIDs-1.0.3-55.jar:?] + at org.spongepowered.asm.mixin.transformer.MixinInfo.getTargetClass(MixinInfo.java:1007) [JustEnoughIDs-1.0.3-55.jar:?] + at org.spongepowered.asm.mixin.transformer.MixinInfo.readTargetClasses(MixinInfo.java:997) [JustEnoughIDs-1.0.3-55.jar:?] + at org.spongepowered.asm.mixin.transformer.MixinInfo.parseTargets(MixinInfo.java:885) [JustEnoughIDs-1.0.3-55.jar:?] + at org.spongepowered.asm.mixin.transformer.MixinConfig.prepareMixins(MixinConfig.java:730) [JustEnoughIDs-1.0.3-55.jar:?] + at org.spongepowered.asm.mixin.transformer.MixinConfig.prepare(MixinConfig.java:646) [JustEnoughIDs-1.0.3-55.jar:?] + at org.spongepowered.asm.mixin.transformer.MixinProcessor.prepareConfigs(MixinProcessor.java:515) [JustEnoughIDs-1.0.3-55.jar:?] + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_452] + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_452] + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_452] + at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_452] + at net.minecraftforge.fml.common.Loader.handler$zza000$beforeConstructingMods(Loader.java:1148) [Loader.class:?] + at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:594) [Loader.class:?] + at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:98) [FMLServerHandler.class:?] + at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:333) [FMLCommonHandler.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:125) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:57:19] [Server thread/WARN] [mixin]: Error loading class: cn/mcmod/tofucraft/world/gen/layer/GenLayerRiverMix (java.lang.ClassNotFoundException: The specified class 'cn.mcmod.tofucraft.world.gen.layer.GenLayerRiverMix' was not found) +[16:57:19] [Server thread/TRACE] [mixin]: Added class metadata for cn/mcmod/tofucraft/world/gen/layer/GenLayerRiverMix to metadata cache +[16:57:19] [Server thread/DEBUG] [mixin]: Skipping virtual target cn.mcmod.tofucraft.world.gen.layer.GenLayerRiverMix for mixins.jeid.modsupport.json:tofucraft.MixinGenLayerRiverMix +[16:57:19] [Server thread/DEBUG] [BnBGamingCore]: Caught Exception while attempting to get class extensions for cn.mcmod.tofucraft.world.gen.layer.GenLayerTofuVoronoiZoom +[16:57:19] [Server thread/TRACE] [mixin]: Catching +java.lang.ClassNotFoundException: The specified class 'cn.mcmod.tofucraft.world.gen.layer.GenLayerTofuVoronoiZoom' was not found + at org.spongepowered.asm.service.mojang.MixinServiceLaunchWrapper.getClassBytes(MixinServiceLaunchWrapper.java:506) ~[JustEnoughIDs-1.0.3-55.jar:?] + at org.spongepowered.asm.service.mojang.MixinServiceLaunchWrapper.getClassNode(MixinServiceLaunchWrapper.java:579) ~[JustEnoughIDs-1.0.3-55.jar:?] + at org.spongepowered.asm.mixin.transformer.ClassInfo.forName(ClassInfo.java:1843) [JustEnoughIDs-1.0.3-55.jar:?] + at org.spongepowered.asm.mixin.transformer.MixinInfo.getTargetClass(MixinInfo.java:1007) [JustEnoughIDs-1.0.3-55.jar:?] + at org.spongepowered.asm.mixin.transformer.MixinInfo.readTargetClasses(MixinInfo.java:997) [JustEnoughIDs-1.0.3-55.jar:?] + at org.spongepowered.asm.mixin.transformer.MixinInfo.parseTargets(MixinInfo.java:885) [JustEnoughIDs-1.0.3-55.jar:?] + at org.spongepowered.asm.mixin.transformer.MixinConfig.prepareMixins(MixinConfig.java:730) [JustEnoughIDs-1.0.3-55.jar:?] + at org.spongepowered.asm.mixin.transformer.MixinConfig.prepare(MixinConfig.java:646) [JustEnoughIDs-1.0.3-55.jar:?] + at org.spongepowered.asm.mixin.transformer.MixinProcessor.prepareConfigs(MixinProcessor.java:515) [JustEnoughIDs-1.0.3-55.jar:?] + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_452] + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_452] + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_452] + at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_452] + at net.minecraftforge.fml.common.Loader.handler$zza000$beforeConstructingMods(Loader.java:1148) [Loader.class:?] + at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:594) [Loader.class:?] + at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:98) [FMLServerHandler.class:?] + at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:333) [FMLCommonHandler.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:125) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:57:19] [Server thread/WARN] [mixin]: Error loading class: cn/mcmod/tofucraft/world/gen/layer/GenLayerTofuVoronoiZoom (java.lang.ClassNotFoundException: The specified class 'cn.mcmod.tofucraft.world.gen.layer.GenLayerTofuVoronoiZoom' was not found) +[16:57:19] [Server thread/TRACE] [mixin]: Added class metadata for cn/mcmod/tofucraft/world/gen/layer/GenLayerTofuVoronoiZoom to metadata cache +[16:57:19] [Server thread/DEBUG] [mixin]: Skipping virtual target cn.mcmod.tofucraft.world.gen.layer.GenLayerTofuVoronoiZoom for mixins.jeid.modsupport.json:tofucraft.MixinGenLayerTofuVoronoiZoom +[16:57:19] [Server thread/DEBUG] [BnBGamingCore]: Caught Exception while attempting to get class extensions for net.tropicraft.core.common.worldgen.genlayer.GenLayerTropiVoronoiZoom +[16:57:19] [Server thread/TRACE] [mixin]: Catching +java.lang.ClassNotFoundException: The specified class 'net.tropicraft.core.common.worldgen.genlayer.GenLayerTropiVoronoiZoom' was not found + at org.spongepowered.asm.service.mojang.MixinServiceLaunchWrapper.getClassBytes(MixinServiceLaunchWrapper.java:506) ~[JustEnoughIDs-1.0.3-55.jar:?] + at org.spongepowered.asm.service.mojang.MixinServiceLaunchWrapper.getClassNode(MixinServiceLaunchWrapper.java:579) ~[JustEnoughIDs-1.0.3-55.jar:?] + at org.spongepowered.asm.mixin.transformer.ClassInfo.forName(ClassInfo.java:1843) [JustEnoughIDs-1.0.3-55.jar:?] + at org.spongepowered.asm.mixin.transformer.MixinInfo.getTargetClass(MixinInfo.java:1007) [JustEnoughIDs-1.0.3-55.jar:?] + at org.spongepowered.asm.mixin.transformer.MixinInfo.readTargetClasses(MixinInfo.java:997) [JustEnoughIDs-1.0.3-55.jar:?] + at org.spongepowered.asm.mixin.transformer.MixinInfo.parseTargets(MixinInfo.java:885) [JustEnoughIDs-1.0.3-55.jar:?] + at org.spongepowered.asm.mixin.transformer.MixinConfig.prepareMixins(MixinConfig.java:730) [JustEnoughIDs-1.0.3-55.jar:?] + at org.spongepowered.asm.mixin.transformer.MixinConfig.prepare(MixinConfig.java:646) [JustEnoughIDs-1.0.3-55.jar:?] + at org.spongepowered.asm.mixin.transformer.MixinProcessor.prepareConfigs(MixinProcessor.java:515) [JustEnoughIDs-1.0.3-55.jar:?] + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_452] + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_452] + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_452] + at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_452] + at net.minecraftforge.fml.common.Loader.handler$zza000$beforeConstructingMods(Loader.java:1148) [Loader.class:?] + at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:594) [Loader.class:?] + at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:98) [FMLServerHandler.class:?] + at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:333) [FMLCommonHandler.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:125) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:57:19] [Server thread/WARN] [mixin]: Error loading class: net/tropicraft/core/common/worldgen/genlayer/GenLayerTropiVoronoiZoom (java.lang.ClassNotFoundException: The specified class 'net.tropicraft.core.common.worldgen.genlayer.GenLayerTropiVoronoiZoom' was not found) +[16:57:19] [Server thread/TRACE] [mixin]: Added class metadata for net/tropicraft/core/common/worldgen/genlayer/GenLayerTropiVoronoiZoom to metadata cache +[16:57:19] [Server thread/DEBUG] [mixin]: Skipping virtual target net.tropicraft.core.common.worldgen.genlayer.GenLayerTropiVoronoiZoom for mixins.jeid.modsupport.json:tropicraft.MixinGenLayerTropiVoronoiZoom +[16:57:19] [Server thread/DEBUG] [BnBGamingCore]: Caught Exception while attempting to get class extensions for com.sk89q.worldedit.blocks.BaseBlock +[16:57:19] [Server thread/TRACE] [mixin]: Catching +java.lang.ClassNotFoundException: The specified class 'com.sk89q.worldedit.blocks.BaseBlock' was not found + at org.spongepowered.asm.service.mojang.MixinServiceLaunchWrapper.getClassBytes(MixinServiceLaunchWrapper.java:506) ~[JustEnoughIDs-1.0.3-55.jar:?] + at org.spongepowered.asm.service.mojang.MixinServiceLaunchWrapper.getClassNode(MixinServiceLaunchWrapper.java:579) ~[JustEnoughIDs-1.0.3-55.jar:?] + at org.spongepowered.asm.mixin.transformer.ClassInfo.forName(ClassInfo.java:1843) [JustEnoughIDs-1.0.3-55.jar:?] + at org.spongepowered.asm.mixin.transformer.MixinInfo.getTargetClass(MixinInfo.java:1007) [JustEnoughIDs-1.0.3-55.jar:?] + at org.spongepowered.asm.mixin.transformer.MixinInfo.readTargetClasses(MixinInfo.java:997) [JustEnoughIDs-1.0.3-55.jar:?] + at org.spongepowered.asm.mixin.transformer.MixinInfo.parseTargets(MixinInfo.java:885) [JustEnoughIDs-1.0.3-55.jar:?] + at org.spongepowered.asm.mixin.transformer.MixinConfig.prepareMixins(MixinConfig.java:730) [JustEnoughIDs-1.0.3-55.jar:?] + at org.spongepowered.asm.mixin.transformer.MixinConfig.prepare(MixinConfig.java:646) [JustEnoughIDs-1.0.3-55.jar:?] + at org.spongepowered.asm.mixin.transformer.MixinProcessor.prepareConfigs(MixinProcessor.java:515) [JustEnoughIDs-1.0.3-55.jar:?] + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_452] + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_452] + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_452] + at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_452] + at net.minecraftforge.fml.common.Loader.handler$zza000$beforeConstructingMods(Loader.java:1148) [Loader.class:?] + at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:594) [Loader.class:?] + at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:98) [FMLServerHandler.class:?] + at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:333) [FMLCommonHandler.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:125) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:57:19] [Server thread/WARN] [mixin]: Error loading class: com/sk89q/worldedit/blocks/BaseBlock (java.lang.ClassNotFoundException: The specified class 'com.sk89q.worldedit.blocks.BaseBlock' was not found) +[16:57:19] [Server thread/TRACE] [mixin]: Added class metadata for com/sk89q/worldedit/blocks/BaseBlock to metadata cache +[16:57:19] [Server thread/DEBUG] [mixin]: Skipping virtual target com.sk89q.worldedit.blocks.BaseBlock for mixins.jeid.modsupport.json:worldedit.MixinBaseBlock +[16:57:19] [Server thread/DEBUG] [mixin]: Preparing mixins.jeid.twilightforest.json (3) +[16:57:19] [Server thread/TRACE] [mixin]: Added class metadata for twilightforest/world/layer/GenLayerTFRiverMix to metadata cache +[16:57:19] [Server thread/TRACE] [mixin]: Added class metadata for net/minecraftforge/fml/common/network/NetworkRegistry$TargetPoint to metadata cache +[16:57:19] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod minecraft +[16:57:19] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod minecraft +[16:57:19] [Server thread/DEBUG] [FML]: Bar Step: Construction - Minecraft took 0.001s +[16:57:19] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod mcp +[16:57:19] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod mcp +[16:57:19] [Server thread/DEBUG] [FML]: Bar Step: Construction - Minecraft Coder Pack took 0.000s +[16:57:19] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod FML +[16:57:19] [Server thread/DEBUG] [BnBGamingCore]: Caught Exception while attempting to get class extensions for org.slf4j.LoggerFactory +[16:57:20] [Server thread/TRACE] [FML]: Mod FML is using network checker : Invoking method checkModLists +[16:57:20] [Server thread/TRACE] [FML]: Testing mod FML to verify it accepts its own version in a remote connection +[16:57:20] [Server thread/TRACE] [FML]: The mod FML accepts its own version (8.0.99.99) +[16:57:20] [Server thread/INFO] [FML]: Attempting connection with missing mods [minecraft, mcp, FML, forge, ivtoolkit, micdoodlecore, smoothfontcore, com.elytradev.movingworld.common.asm.coremod, bnbgamingcore, foamfixcore, randompatches, movillages, charcoalblock, acintegration, abyssalcraft, actuallyadditions, actuallybaubles, animalium, antiqueatlas, appleskin, appliedenergistics2, armoreablemobs, aroma1997core, aromabackup, aromabackuprecovery, astikorcarts, astralsorcery, autoreglib, base, baubles, bdlib, betterwithaddons, betterbedrock, betterbuilderswands, betterwithlib, betterwithmods, bibliocraft, bloodmagic, bnbgaminglib, bonsaitrees, bookshelf, bringbedrockback, buildcraftbuilders, buildcraftcore, buildcraftlib, buildcraftfactory, buildcraftrobotics, buildcraftsilicon, buildcrafttransport, buildinggadgets, car, carryon, cd4017be_lib, ceramics, chameleon, chargers, chisel, chiselsandbits, clumps, codechickenlib, commoncapabilities, compactmachines3, conarm, contenttweaker, cookingforblockheads, crafttweaker, crafttweakerjei, cucumber, cyclicmagic, cyclopscore, darkutils, davincisvessels, death_compass, despawningspawners, dimensionalcontrol, dimstages, dungpipe, elevatorid, emberroot, enderstorage, enderutilities, environmentaltech, extendedcrafting, extraplanets, farmingforblockheads, farseek, fastfurnace, fastbench, fat_cat, ferdinandsflowers, findme, foamfix, forgelin, microblockcbe, forgemultipartcbe, minecraftmultipartcbe, galacticraftplanets, galacticraftcore, galacticrafttweaker, gamestages, advgenerators, geolosys, gobblecore, guideapi, harvest, horsepower, huntingdim, waila, igwmod, immcraft, immersivepetroleum, immersivetech, improvedbackpacks, incontrol, indlog, industrialforegoing, infoaccessories, integrateddynamics, integrateddynamicscompat, inventorytweaks, ironbackpacks, ironchest, ironjetpacks, itemstages, jei, journeymap, jarm, jaff, jeid, kleeslabs, lex, lttweaker, magma_monsters, mantle, mcjtylib_ng, mekanism, mekatweaks, mercurius, mjrlegendslib, mobends, mob_grinding_utils, mobstages, modtweaker, modularrouters, modularmachinery, morpheus, movingworld, mpbasic, mputils, mtlib, multiblockstages, mundaneredstone, mystagradcompat, mysticalagradditions, mysticalagriculture, natura, naturescompass, nex, noworldgen5you, nutrition, samsocean, oeintegration, oreexcavation, orestages, overloaded, pickletweaks, placebo, playerbosses, playerskins, pneumaticcraft, poweradapters, prestige, primalchests, primal, primal_tech, progressiontweaks, prospectors, quantumstorage, quark, quickleafdecay, rangedpumps, realdrops, reborncore, rebornstorage, recipestages, reccomplex, redstoneflux, refinedstorage, refinedstorageaddons, rftools, rftoolscontrol, roadrunner, rustic, scannable, sevpatches, sevtweaks, sev_tweaks_npc, simpleautorun, simplegenerators, simpleplanes, storagenetwork, simpletomb, simplyarrows, spartanshields, spatialservermod, stevescarts, stg, storagedrawers, streams, sasit, supersoundmuffler, tallgates, tconstruct, teslacorelib, teslacorelib_registries, beneath, thirstybottles, timecontrol, tcomplement, tinkerstages, tinkertoolleveling, togetherforever, totemic, tothebatpoles, translocators, traverse, treechopper, triumph, trumpetskeleton, tumbleweed, twilightforest, uppers, universalmodifiers, valkyrielib, vc, vtt, waddles, wailastages, walljump, wanionlib, watercontrolextreme, waterstrainer, wawla, weirdinggadget, wildcrops, witherskelefix, wopper, xnet, ynot, yoyos, zenloot, zenstages, immersiveengineering, thebetweenlands] at CLIENT +[16:57:20] [Server thread/INFO] [FML]: Attempting connection with missing mods [minecraft, mcp, FML, forge, ivtoolkit, micdoodlecore, smoothfontcore, com.elytradev.movingworld.common.asm.coremod, bnbgamingcore, foamfixcore, randompatches, movillages, charcoalblock, acintegration, abyssalcraft, actuallyadditions, actuallybaubles, animalium, antiqueatlas, appleskin, appliedenergistics2, armoreablemobs, aroma1997core, aromabackup, aromabackuprecovery, astikorcarts, astralsorcery, autoreglib, base, baubles, bdlib, betterwithaddons, betterbedrock, betterbuilderswands, betterwithlib, betterwithmods, bibliocraft, bloodmagic, bnbgaminglib, bonsaitrees, bookshelf, bringbedrockback, buildcraftbuilders, buildcraftcore, buildcraftlib, buildcraftfactory, buildcraftrobotics, buildcraftsilicon, buildcrafttransport, buildinggadgets, car, carryon, cd4017be_lib, ceramics, chameleon, chargers, chisel, chiselsandbits, clumps, codechickenlib, commoncapabilities, compactmachines3, conarm, contenttweaker, cookingforblockheads, crafttweaker, crafttweakerjei, cucumber, cyclicmagic, cyclopscore, darkutils, davincisvessels, death_compass, despawningspawners, dimensionalcontrol, dimstages, dungpipe, elevatorid, emberroot, enderstorage, enderutilities, environmentaltech, extendedcrafting, extraplanets, farmingforblockheads, farseek, fastfurnace, fastbench, fat_cat, ferdinandsflowers, findme, foamfix, forgelin, microblockcbe, forgemultipartcbe, minecraftmultipartcbe, galacticraftplanets, galacticraftcore, galacticrafttweaker, gamestages, advgenerators, geolosys, gobblecore, guideapi, harvest, horsepower, huntingdim, waila, igwmod, immcraft, immersivepetroleum, immersivetech, improvedbackpacks, incontrol, indlog, industrialforegoing, infoaccessories, integrateddynamics, integrateddynamicscompat, inventorytweaks, ironbackpacks, ironchest, ironjetpacks, itemstages, jei, journeymap, jarm, jaff, jeid, kleeslabs, lex, lttweaker, magma_monsters, mantle, mcjtylib_ng, mekanism, mekatweaks, mercurius, mjrlegendslib, mobends, mob_grinding_utils, mobstages, modtweaker, modularrouters, modularmachinery, morpheus, movingworld, mpbasic, mputils, mtlib, multiblockstages, mundaneredstone, mystagradcompat, mysticalagradditions, mysticalagriculture, natura, naturescompass, nex, noworldgen5you, nutrition, samsocean, oeintegration, oreexcavation, orestages, overloaded, pickletweaks, placebo, playerbosses, playerskins, pneumaticcraft, poweradapters, prestige, primalchests, primal, primal_tech, progressiontweaks, prospectors, quantumstorage, quark, quickleafdecay, rangedpumps, realdrops, reborncore, rebornstorage, recipestages, reccomplex, redstoneflux, refinedstorage, refinedstorageaddons, rftools, rftoolscontrol, roadrunner, rustic, scannable, sevpatches, sevtweaks, sev_tweaks_npc, simpleautorun, simplegenerators, simpleplanes, storagenetwork, simpletomb, simplyarrows, spartanshields, spatialservermod, stevescarts, stg, storagedrawers, streams, sasit, supersoundmuffler, tallgates, tconstruct, teslacorelib, teslacorelib_registries, beneath, thirstybottles, timecontrol, tcomplement, tinkerstages, tinkertoolleveling, togetherforever, totemic, tothebatpoles, translocators, traverse, treechopper, triumph, trumpetskeleton, tumbleweed, twilightforest, uppers, universalmodifiers, valkyrielib, vc, vtt, waddles, wailastages, walljump, wanionlib, watercontrolextreme, waterstrainer, wawla, weirdinggadget, wildcrops, witherskelefix, wopper, xnet, ynot, yoyos, zenloot, zenstages, immersiveengineering, thebetweenlands] at SERVER +[16:57:20] [Server thread/DEBUG] [randompatches]: Transforming class: net.minecraft.network.PacketBuffer +[16:57:20] [Server thread/DEBUG] [randompatches]: Patching method: func_150793_b (readCompoundTag) +[16:57:20] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod FML +[16:57:20] [Server thread/DEBUG] [FML]: Bar Step: Construction - Forge Mod Loader took 0.706s +[16:57:20] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod forge +[16:57:20] [Server thread/DEBUG] [forge]: Loading Vanilla annotations: null +[16:57:20] [Server thread/DEBUG] [forge]: Preloading CrashReport Classes +[16:57:20] [Server thread/DEBUG] [forge]: net/minecraftforge/common/util/TextTable +[16:57:20] [Server thread/DEBUG] [forge]: net/minecraftforge/common/util/TextTable$Alignment +[16:57:20] [Server thread/DEBUG] [forge]: net/minecraftforge/common/util/TextTable$Column +[16:57:20] [Server thread/DEBUG] [forge]: net/minecraftforge/common/util/TextTable$Row +[16:57:20] [Server thread/DEBUG] [forge]: net/minecraftforge/fml/client/SplashProgress$1 +[16:57:20] [Server thread/DEBUG] [forge]: net/minecraftforge/fml/common/FMLCommonHandler$1 +[16:57:20] [Server thread/DEBUG] [forge]: net/minecraftforge/fml/common/Loader$1 +[16:57:20] [Server thread/TRACE] [FML]: Mod forge is using network checker : No network checking performed +[16:57:20] [Server thread/TRACE] [FML]: Testing mod forge to verify it accepts its own version in a remote connection +[16:57:20] [Server thread/TRACE] [FML]: The mod forge accepts its own version (14.23.5.2860) +[16:57:20] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into forge for type INSTANCE +[16:57:20] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod forge +[16:57:20] [Server thread/DEBUG] [FML]: Bar Step: Construction - Minecraft Forge took 0.018s +[16:57:20] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod ivtoolkit +[16:57:20] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod ivtoolkit +[16:57:20] [Server thread/DEBUG] [FML]: Bar Step: Construction - IvToolkit took 0.000s +[16:57:20] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod micdoodlecore +[16:57:20] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod micdoodlecore +[16:57:20] [Server thread/DEBUG] [FML]: Bar Step: Construction - Micdoodle8 Core took 0.000s +[16:57:20] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod smoothfontcore +[16:57:20] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod smoothfontcore +[16:57:20] [Server thread/DEBUG] [FML]: Bar Step: Construction - Smooth Font Core took 0.000s +[16:57:20] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod com.elytradev.movingworld.common.asm.coremod +[16:57:20] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod com.elytradev.movingworld.common.asm.coremod +[16:57:20] [Server thread/DEBUG] [FML]: Bar Step: Construction - MovingWorld CORE took 0.000s +[16:57:20] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod bnbgamingcore +[16:57:20] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod bnbgamingcore +[16:57:20] [Server thread/DEBUG] [FML]: Bar Step: Construction - BnBGamingCore took 0.000s +[16:57:20] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod foamfixcore +[16:57:20] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod foamfixcore +[16:57:20] [Server thread/DEBUG] [FML]: Bar Step: Construction - FoamFixCore took 0.000s +[16:57:20] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod randompatches +[16:57:20] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod randompatches +[16:57:20] [Server thread/DEBUG] [FML]: Bar Step: Construction - RandomPatches took 0.000s +[16:57:20] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod movillages +[16:57:20] [Server thread/TRACE] [FML]: Mod movillages is using network checker : Invoking method networkVersionApproval +[16:57:20] [Server thread/TRACE] [FML]: Testing mod movillages to verify it accepts its own version in a remote connection +[16:57:20] [Server thread/TRACE] [FML]: The mod movillages accepts its own version (1.5.4) +[16:57:20] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into movillages +[16:57:20] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for movillages +[16:57:20] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into movillages for type INSTANCE +[16:57:20] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod movillages +[16:57:20] [Server thread/DEBUG] [FML]: Bar Step: Construction - Mo' Villages took 0.012s +[16:57:20] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod charcoalblock +[16:57:20] [Server thread/TRACE] [FML]: Mod charcoalblock is using network checker : Accepting version 1.1 +[16:57:20] [Server thread/TRACE] [FML]: Testing mod charcoalblock to verify it accepts its own version in a remote connection +[16:57:20] [Server thread/TRACE] [FML]: The mod charcoalblock accepts its own version (1.1) +[16:57:20] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into charcoalblock +[16:57:20] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for charcoalblock +[16:57:20] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into charcoalblock for type INSTANCE +[16:57:20] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod charcoalblock +[16:57:20] [Server thread/DEBUG] [FML]: Bar Step: Construction - A Block of Charcoal took 0.003s +[16:57:20] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod crafttweaker +[16:57:20] [Server thread/TRACE] [FML]: Mod crafttweaker is using network checker : Accepting version 4.1.20 +[16:57:20] [Server thread/TRACE] [FML]: Testing mod crafttweaker to verify it accepts its own version in a remote connection +[16:57:20] [Server thread/TRACE] [FML]: The mod crafttweaker accepts its own version (4.1.20) +[16:57:20] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into crafttweaker +[16:57:20] [Server thread/DEBUG] [FML]: Skipping proxy injection for com.blamejared.ctgui.MTRecipe.PROXY since it is not for mod crafttweaker +[16:57:20] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for crafttweaker +[16:57:20] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into crafttweaker for type INSTANCE +[16:57:20] [Server thread/DEBUG] [FML]: Skipping @net.minecraftforge.fml.common.Mod$Instance injection for com.blamejared.ctgui.MTRecipe.INSTANCE since it is not for mod crafttweaker +[16:57:20] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod crafttweaker +[16:57:20] [Server thread/DEBUG] [FML]: Bar Step: Construction - CraftTweaker2 took 0.242s +[16:57:20] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod mtlib +[16:57:20] [Server thread/TRACE] [FML]: Mod mtlib is using network checker : Accepting version 3.0.6 +[16:57:20] [Server thread/TRACE] [FML]: Testing mod mtlib to verify it accepts its own version in a remote connection +[16:57:20] [Server thread/TRACE] [FML]: The mod mtlib accepts its own version (3.0.6) +[16:57:20] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into mtlib +[16:57:20] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for mtlib +[16:57:20] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into mtlib for type INSTANCE +[16:57:20] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod mtlib +[16:57:20] [Server thread/DEBUG] [FML]: Bar Step: Construction - MTLib took 0.001s +[16:57:20] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod modtweaker +[16:57:20] [Server thread/TRACE] [FML]: Mod modtweaker is using network checker : Accepting version 4.0.17 +[16:57:20] [Server thread/TRACE] [FML]: Testing mod modtweaker to verify it accepts its own version in a remote connection +[16:57:20] [Server thread/TRACE] [FML]: The mod modtweaker accepts its own version (4.0.17) +[16:57:20] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into modtweaker +[16:57:20] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for modtweaker +[16:57:20] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into modtweaker for type INSTANCE +[16:57:20] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod modtweaker +[16:57:20] [Server thread/DEBUG] [FML]: Bar Step: Construction - Mod Tweaker took 0.002s +[16:57:20] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod jei +[16:57:20] [Server thread/TRACE] [FML]: Mod jei is using network checker : Invoking method checkModLists +[16:57:20] [Server thread/TRACE] [FML]: Testing mod jei to verify it accepts its own version in a remote connection +[16:57:20] [Server thread/TRACE] [FML]: The mod jei accepts its own version (4.15.0.283) +[16:57:20] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into jei +[16:57:20] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for jei +[16:57:20] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into jei for type INSTANCE +[16:57:20] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod jei +[16:57:20] [Server thread/DEBUG] [FML]: Bar Step: Construction - Just Enough Items took 0.003s +[16:57:20] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod abyssalcraft +[16:57:20] [Server thread/TRACE] [FML]: Mod abyssalcraft is using network checker : Accepting version 1.9.19.1 +[16:57:20] [Server thread/TRACE] [FML]: Testing mod abyssalcraft to verify it accepts its own version in a remote connection +[16:57:20] [Server thread/TRACE] [FML]: The mod abyssalcraft accepts its own version (1.9.19.1) +[16:57:20] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into abyssalcraft +[16:57:20] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for abyssalcraft +[16:57:20] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into abyssalcraft for type INSTANCE +[16:57:20] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod abyssalcraft +[16:57:20] [Server thread/DEBUG] [FML]: Bar Step: Construction - AbyssalCraft took 0.215s +[16:57:20] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod chisel +[16:57:20] [Server thread/TRACE] [FML]: Mod chisel is using network checker : Accepting version MC1.12.2-0.2.1.35 +[16:57:20] [Server thread/TRACE] [FML]: Testing mod chisel to verify it accepts its own version in a remote connection +[16:57:20] [Server thread/TRACE] [FML]: The mod chisel accepts its own version (MC1.12.2-0.2.1.35) +[16:57:20] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into chisel +[16:57:20] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for chisel +[16:57:20] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for team.chisel.Features for mod chisel +[16:57:20] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class team.chisel.Features +[16:57:20] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into chisel for type INSTANCE +[16:57:20] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod chisel +[16:57:20] [Server thread/DEBUG] [FML]: Bar Step: Construction - Chisel took 0.112s +[16:57:20] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod mantle +[16:57:20] [Server thread/DEBUG] [forge]: Preloading CrashReport Classes +[16:57:20] [Server thread/DEBUG] [forge]: slimeknights/mantle/pulsar/internal/CrashHandler +[16:57:20] [Server thread/TRACE] [FML]: Mod mantle is using network checker : Accepting version 1.12-1.3.3.55 +[16:57:20] [Server thread/TRACE] [FML]: Testing mod mantle to verify it accepts its own version in a remote connection +[16:57:20] [Server thread/TRACE] [FML]: The mod mantle accepts its own version (1.12-1.3.3.55) +[16:57:20] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into mantle +[16:57:20] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for mantle +[16:57:20] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into mantle for type INSTANCE +[16:57:20] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod mantle +[16:57:20] [Server thread/DEBUG] [FML]: Bar Step: Construction - Mantle took 0.003s +[16:57:20] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod twilightforest +[16:57:21] [Server thread/TRACE] [FML]: Mod twilightforest is using network checker : Accepting version 3.8.689 +[16:57:21] [Server thread/TRACE] [FML]: Testing mod twilightforest to verify it accepts its own version in a remote connection +[16:57:21] [Server thread/TRACE] [FML]: The mod twilightforest accepts its own version (3.8.689) +[16:57:21] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into twilightforest +[16:57:21] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for twilightforest +[16:57:21] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for twilightforest.TFConfig for mod twilightforest +[16:57:21] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class twilightforest.TFConfig +[16:57:21] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for twilightforest.item.TFRegisterItemEvent for mod twilightforest +[16:57:21] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class twilightforest.item.TFRegisterItemEvent +[16:57:21] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for twilightforest.TFSounds for mod twilightforest +[16:57:21] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class twilightforest.TFSounds +[16:57:21] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for twilightforest.item.ItemTFFieryPick for mod twilightforest +[16:57:21] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class twilightforest.item.ItemTFFieryPick +[16:57:21] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for twilightforest.item.ItemTFKnightlySword for mod twilightforest +[16:57:21] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class twilightforest.item.ItemTFKnightlySword +[16:57:21] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for twilightforest.potions.TFRegisterPotionEvent for mod twilightforest +[16:57:21] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class twilightforest.potions.TFRegisterPotionEvent +[16:57:21] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for twilightforest.item.recipe.TFRecipes for mod twilightforest +[16:57:21] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class twilightforest.item.recipe.TFRecipes +[16:57:21] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for twilightforest.block.RegisterBlockEvent for mod twilightforest +[16:57:21] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class twilightforest.block.RegisterBlockEvent +[16:57:21] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for twilightforest.biomes.RegistryBiomeEvent for mod twilightforest +[16:57:21] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class twilightforest.biomes.RegistryBiomeEvent +[16:57:21] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for twilightforest.TFTickHandler for mod twilightforest +[16:57:21] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class twilightforest.TFTickHandler +[16:57:21] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for twilightforest.TFEventListener for mod twilightforest +[16:57:21] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class twilightforest.TFEventListener +[16:57:21] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for twilightforest.entity.TFEntities for mod twilightforest +[16:57:21] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class twilightforest.entity.TFEntities +[16:57:21] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for twilightforest.item.ItemTFMinotaurAxe for mod twilightforest +[16:57:21] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class twilightforest.item.ItemTFMinotaurAxe +[16:57:21] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into twilightforest for type INSTANCE +[16:57:21] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod twilightforest +[16:57:21] [Server thread/DEBUG] [FML]: Bar Step: Construction - The Twilight Forest took 0.250s +[16:57:21] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod tconstruct +[16:57:21] [Server thread/DEBUG] [Pulsar-tconstruct]: Attaching [PulseManager[tconstruct]] to event bus for container [FMLMod:tconstruct{1.12.2-2.12.0.135}] +[16:57:21] [Server thread/INFO] [Pulsar-tconstruct]: Skipping Pulse craftingtweaksIntegration; missing dependency: craftingtweaks +[16:57:21] [Server thread/INFO] [Pulsar-tconstruct]: Skipping Pulse theoneprobeIntegration; missing dependency: theoneprobe +[16:57:21] [Server thread/INFO] [tconstruct]: Preparing to take over the world +[16:57:21] [Server thread/TRACE] [FML]: Mod tconstruct is using network checker : Invoking method matchModVersions +[16:57:21] [Server thread/TRACE] [FML]: Testing mod tconstruct to verify it accepts its own version in a remote connection +[16:57:21] [Server thread/TRACE] [FML]: The mod tconstruct accepts its own version (1.12.2-2.12.0.135) +[16:57:21] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into tconstruct +[16:57:21] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for tconstruct +[16:57:21] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for slimeknights.tconstruct.common.Sounds for mod tconstruct +[16:57:21] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class slimeknights.tconstruct.common.Sounds +[16:57:21] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for slimeknights.tconstruct.tools.common.inventory.ContainerCraftingStation for mod tconstruct +[16:57:21] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class slimeknights.tconstruct.tools.common.inventory.ContainerCraftingStation +[16:57:21] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into tconstruct for type INSTANCE +[16:57:21] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod tconstruct +[16:57:21] [Server thread/DEBUG] [FML]: Bar Step: Construction - Tinkers' Construct took 0.345s +[16:57:21] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod acintegration +[16:57:21] [Server thread/TRACE] [FML]: Mod acintegration is using network checker : Accepting version 1.11.2 +[16:57:21] [Server thread/TRACE] [FML]: Testing mod acintegration to verify it accepts its own version in a remote connection +[16:57:21] [Server thread/TRACE] [FML]: The mod acintegration accepts its own version (1.11.2) +[16:57:21] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into acintegration +[16:57:21] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for acintegration +[16:57:21] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into acintegration for type INSTANCE +[16:57:21] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod acintegration +[16:57:21] [Server thread/DEBUG] [FML]: Bar Step: Construction - AbyssalCraft Integration took 0.005s +[16:57:21] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod fastbench +[16:57:21] [Server thread/TRACE] [FML]: Mod fastbench is using network checker : Accepting version 1.7.3 +[16:57:21] [Server thread/TRACE] [FML]: Testing mod fastbench to verify it accepts its own version in a remote connection +[16:57:21] [Server thread/TRACE] [FML]: The mod fastbench accepts its own version (1.7.3) +[16:57:21] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into fastbench +[16:57:21] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for fastbench +[16:57:21] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into fastbench for type INSTANCE +[16:57:21] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod fastbench +[16:57:21] [Server thread/DEBUG] [FML]: Bar Step: Construction - FastWorkbench took 0.006s +[16:57:21] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod actuallyadditions +[16:57:21] [Server thread/TRACE] [FML]: Mod actuallyadditions is using network checker : Accepting version 1.12.2-r149 +[16:57:21] [Server thread/TRACE] [FML]: Testing mod actuallyadditions to verify it accepts its own version in a remote connection +[16:57:21] [Server thread/TRACE] [FML]: The mod actuallyadditions accepts its own version (1.12.2-r149) +[16:57:21] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into actuallyadditions +[16:57:21] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for actuallyadditions +[16:57:21] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into actuallyadditions for type INSTANCE +[16:57:21] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod actuallyadditions +[16:57:21] [Server thread/DEBUG] [FML]: Bar Step: Construction - Actually Additions took 0.007s +[16:57:21] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod baubles +[16:57:21] [Server thread/TRACE] [FML]: Mod baubles is using network checker : Accepting version 1.5.2 +[16:57:21] [Server thread/TRACE] [FML]: Testing mod baubles to verify it accepts its own version in a remote connection +[16:57:21] [Server thread/TRACE] [FML]: The mod baubles accepts its own version (1.5.2) +[16:57:21] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into baubles +[16:57:21] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for baubles +[16:57:21] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for baubles.common.items.ItemRing for mod baubles +[16:57:21] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class baubles.common.items.ItemRing +[16:57:21] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into baubles for type INSTANCE +[16:57:21] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod baubles +[16:57:21] [Server thread/DEBUG] [FML]: Bar Step: Construction - Baubles took 0.007s +[16:57:21] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod actuallybaubles +[16:57:21] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `actuallyadditions` for name `magnet_ring_bauble`, expected `actuallybaubles`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:21] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `actuallyadditions` for name `potion_ring_advanced_bauble`, expected `actuallybaubles`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:21] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `actuallyadditions` for name `battery_bauble`, expected `actuallybaubles`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:21] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `actuallyadditions` for name `battery_double_bauble`, expected `actuallybaubles`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:21] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `actuallyadditions` for name `battery_triple_bauble`, expected `actuallybaubles`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:21] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `actuallyadditions` for name `battery_quadruple_bauble`, expected `actuallybaubles`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:21] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `actuallyadditions` for name `battery_quintuple_bauble`, expected `actuallybaubles`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:21] [Server thread/TRACE] [FML]: Mod actuallybaubles is using network checker : Accepting version 1.1 +[16:57:21] [Server thread/TRACE] [FML]: Testing mod actuallybaubles to verify it accepts its own version in a remote connection +[16:57:21] [Server thread/TRACE] [FML]: The mod actuallybaubles accepts its own version (1.1) +[16:57:21] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into actuallybaubles +[16:57:21] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for actuallybaubles +[16:57:21] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into actuallybaubles for type INSTANCE +[16:57:21] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod actuallybaubles +[16:57:21] [Server thread/DEBUG] [FML]: Bar Step: Construction - Actually Baubles took 0.060s +[16:57:21] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod animalium +[16:57:21] [Server thread/TRACE] [FML]: Mod animalium is using network checker : Accepting version 0.3.8 +[16:57:21] [Server thread/TRACE] [FML]: Testing mod animalium to verify it accepts its own version in a remote connection +[16:57:21] [Server thread/TRACE] [FML]: The mod animalium accepts its own version (0.3.8) +[16:57:21] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into animalium +[16:57:21] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for animalium +[16:57:21] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for animalium.ModItems$RegistrationHandlerItems for mod animalium +[16:57:21] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class animalium.ModItems$RegistrationHandlerItems +[16:57:21] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for animalium.ModRecipes$RegistrationHandlerRecipes for mod animalium +[16:57:21] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class animalium.ModRecipes$RegistrationHandlerRecipes +[16:57:21] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into animalium for type INSTANCE +[16:57:21] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod animalium +[16:57:21] [Server thread/DEBUG] [FML]: Bar Step: Construction - animalium took 0.007s +[16:57:21] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod antiqueatlas +[16:57:21] [Server thread/TRACE] [FML]: Mod antiqueatlas is using network checker : Accepting version 4.5.1 +[16:57:21] [Server thread/TRACE] [FML]: Testing mod antiqueatlas to verify it accepts its own version in a remote connection +[16:57:21] [Server thread/TRACE] [FML]: The mod antiqueatlas accepts its own version (4.5.1) +[16:57:21] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into antiqueatlas +[16:57:21] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for antiqueatlas +[16:57:21] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for kenkron.antiqueatlasoverlay.AAORenderEventReceiver since it is not for mod antiqueatlas +[16:57:21] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for hunternif.mc.atlas.RegistrarAntiqueAtlas for mod antiqueatlas +[16:57:21] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class hunternif.mc.atlas.RegistrarAntiqueAtlas +[16:57:21] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for hunternif.mc.atlas.SettingsConfig for mod antiqueatlas +[16:57:21] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class hunternif.mc.atlas.SettingsConfig +[16:57:21] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for kenkron.antiqueatlasoverlay.AAOConfig since it is not for mod antiqueatlas +[16:57:21] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into antiqueatlas for type INSTANCE +[16:57:21] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod antiqueatlas +[16:57:21] [Server thread/DEBUG] [FML]: Bar Step: Construction - Antique Atlas took 0.031s +[16:57:21] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod base +[16:57:21] [Server thread/TRACE] [FML]: Mod base is using network checker : Accepting version 3.13.0 +[16:57:21] [Server thread/TRACE] [FML]: Testing mod base to verify it accepts its own version in a remote connection +[16:57:21] [Server thread/TRACE] [FML]: The mod base accepts its own version (3.13.0) +[16:57:21] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into base +[16:57:21] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for base +[16:57:21] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for com.teamacronymcoders.base.recipesystem.event.RecipeSystemEventHandler for mod base +[16:57:21] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class com.teamacronymcoders.base.recipesystem.event.RecipeSystemEventHandler +[16:57:21] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into base for type INSTANCE +[16:57:21] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod base +[16:57:21] [Server thread/DEBUG] [FML]: Bar Step: Construction - B.A.S.E took 0.036s +[16:57:21] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod contenttweaker +[16:57:21] [Server thread/TRACE] [FML]: Mod contenttweaker is using network checker : Accepting version 1.12.2-4.9.1 +[16:57:21] [Server thread/TRACE] [FML]: Testing mod contenttweaker to verify it accepts its own version in a remote connection +[16:57:21] [Server thread/TRACE] [FML]: The mod contenttweaker accepts its own version (1.12.2-4.9.1) +[16:57:21] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into contenttweaker +[16:57:21] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for contenttweaker +[16:57:21] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into contenttweaker for type INSTANCE +[16:57:21] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod contenttweaker +[16:57:21] [Server thread/DEBUG] [FML]: Bar Step: Construction - ContentTweaker took 0.020s +[16:57:21] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod immersiveengineering +[16:57:21] [Server thread/ERROR] [FML]: The mod immersiveengineering is expecting signature 4cb49fcde3b43048c9889e0a3d083225da926334 for source ImmersiveEngineering-0.12-98.jar, however there is no signature matching that description +[16:57:21] [Server thread/TRACE] [FML]: Mod immersiveengineering is using network checker : Accepting version 0.12-98 +[16:57:21] [Server thread/TRACE] [FML]: Testing mod immersiveengineering to verify it accepts its own version in a remote connection +[16:57:21] [Server thread/TRACE] [FML]: The mod immersiveengineering accepts its own version (0.12-98) +[16:57:21] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into immersiveengineering +[16:57:21] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for immersiveengineering +[16:57:21] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for blusunrize.immersiveengineering.common.IEContent for mod immersiveengineering +[16:57:21] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class blusunrize.immersiveengineering.common.IEContent +[16:57:21] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for blusunrize.immersiveengineering.common.Config for mod immersiveengineering +[16:57:21] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class blusunrize.immersiveengineering.common.Config +[16:57:21] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for blusunrize.immersiveengineering.common.util.FakePlayerUtil for mod immersiveengineering +[16:57:21] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class blusunrize.immersiveengineering.common.util.FakePlayerUtil +[16:57:21] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for blusunrize.immersiveengineering.common.blocks.BlockIETileProvider for mod immersiveengineering +[16:57:21] [Server thread/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:111]: Spliced in METHOD: net.minecraftforge.common.property.ExtendedBlockState.createState +[16:57:21] [Server thread/INFO] [STDOUT]: [pl.asie.patchy.helpers.ConstructorReplacingTransformer$FFMethodVisitor:visitTypeInsn:73]: Replaced NEW for net/minecraft/util/ClassInheritanceMultiMap to pl/asie/foamfix/coremod/common/FoamyClassInheritanceMultiMap +[16:57:21] [Server thread/INFO] [STDOUT]: [pl.asie.patchy.helpers.ConstructorReplacingTransformer$FFMethodVisitor:visitMethodInsn:85]: Replaced INVOKESPECIAL for net/minecraft/util/ClassInheritanceMultiMap to pl/asie/foamfix/coremod/common/FoamyClassInheritanceMultiMap +[16:57:21] [Server thread/DEBUG] [mixin]: Mixing MixinChunk from mixins.jeid.core.json into net.minecraft.world.chunk.Chunk +[16:57:21] [Server thread/TRACE] [mixin]: Added class metadata for java/util/Arrays to metadata cache +[16:57:21] [Server thread/TRACE] [mixin]: Added class metadata for java/lang/System to metadata cache +[16:57:21] [Server thread/TRACE] [mixin]: Added class metadata for net/minecraft/util/math/BlockPos to metadata cache +[16:57:21] [Server thread/TRACE] [mixin]: Added class metadata for net/minecraft/util/math/Vec3i to metadata cache +[16:57:21] [Server thread/TRACE] [mixin]: Added class metadata for net/minecraft/init/Biomes to metadata cache +[16:57:21] [Server thread/TRACE] [mixin]: Added class metadata for net/minecraft/world/biome/BiomeProvider to metadata cache +[16:57:21] [Server thread/TRACE] [mixin]: Added class metadata for net/minecraft/world/biome/Biome to metadata cache +[16:57:21] [Server thread/TRACE] [mixin]: Added class metadata for org/dimdev/jeid/JEID to metadata cache +[16:57:21] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class blusunrize.immersiveengineering.common.blocks.BlockIETileProvider +[16:57:21] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into immersiveengineering for type INSTANCE +[16:57:22] [Server thread/INFO] [STDOUT]: [blusunrize.immersiveengineering.ImmersiveEngineering:wrongSignature:175]: [Immersive Engineering/Error] THIS IS NOT AN OFFICIAL BUILD OF IMMERSIVE ENGINEERING! Found these fingerprints: [] +[16:57:22] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod immersiveengineering +[16:57:22] [Server thread/DEBUG] [FML]: Bar Step: Construction - Immersive Engineering took 0.288s +[16:57:22] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod geolosys +[16:57:22] [Server thread/TRACE] [FML]: Mod geolosys is using network checker : Accepting version 2.2.6 +[16:57:22] [Server thread/TRACE] [FML]: Testing mod geolosys to verify it accepts its own version in a remote connection +[16:57:22] [Server thread/TRACE] [FML]: The mod geolosys accepts its own version (2.2.6) +[16:57:22] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into geolosys +[16:57:22] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for geolosys +[16:57:22] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for com.oitsjustjose.geolosys.common.config.ModConfig$EventHandler for mod geolosys +[16:57:22] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class com.oitsjustjose.geolosys.common.config.ModConfig$EventHandler +[16:57:22] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into geolosys for type INSTANCE +[16:57:22] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod geolosys +[16:57:22] [Server thread/DEBUG] [FML]: Bar Step: Construction - Geolosys took 0.038s +[16:57:22] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod buildcraftlib +[16:57:22] [Server thread/TRACE] [FML]: Mod buildcraftlib is using network checker : Accepting version 7.99.24.1 +[16:57:22] [Server thread/TRACE] [FML]: Testing mod buildcraftlib to verify it accepts its own version in a remote connection +[16:57:22] [Server thread/TRACE] [FML]: The mod buildcraftlib accepts its own version (7.99.24.1) +[16:57:22] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into buildcraftlib +[16:57:22] [Server thread/DEBUG] [FML]: Skipping proxy injection for buildcraft.core.BCCoreProxy.proxy since it is not for mod buildcraftlib +[16:57:22] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for buildcraftlib +[16:57:22] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into buildcraftlib for type INSTANCE +[16:57:22] [Server thread/DEBUG] [FML]: Skipping @net.minecraftforge.fml.common.Mod$Instance injection for buildcraft.core.BCCore.INSTANCE since it is not for mod buildcraftlib +[16:57:22] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod buildcraftlib +[16:57:22] [Server thread/DEBUG] [FML]: Bar Step: Construction - BuildCraft Lib took 0.013s +[16:57:22] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod buildcraftcore +[16:57:22] [Server thread/TRACE] [FML]: Mod buildcraftcore is using network checker : Accepting version 7.99.24.1 +[16:57:22] [Server thread/TRACE] [FML]: Testing mod buildcraftcore to verify it accepts its own version in a remote connection +[16:57:22] [Server thread/TRACE] [FML]: The mod buildcraftcore accepts its own version (7.99.24.1) +[16:57:22] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into buildcraftcore +[16:57:22] [Server thread/DEBUG] [FML]: Skipping proxy injection for buildcraft.lib.BCLibProxy.proxy since it is not for mod buildcraftcore +[16:57:22] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for buildcraftcore +[16:57:22] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into buildcraftcore for type INSTANCE +[16:57:22] [Server thread/DEBUG] [FML]: Skipping @net.minecraftforge.fml.common.Mod$Instance injection for buildcraft.lib.BCLib.INSTANCE since it is not for mod buildcraftcore +[16:57:22] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod buildcraftcore +[16:57:22] [Server thread/DEBUG] [FML]: Bar Step: Construction - BuildCraft took 0.024s +[16:57:22] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod cyclicmagic +[16:57:22] [Server thread/TRACE] [FML]: Mod cyclicmagic is using network checker : Accepting range 1.12 or above +[16:57:22] [Server thread/TRACE] [FML]: Testing mod cyclicmagic to verify it accepts its own version in a remote connection +[16:57:22] [Server thread/TRACE] [FML]: The mod cyclicmagic accepts its own version (1.20.3) +[16:57:22] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into cyclicmagic +[16:57:22] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for cyclicmagic +[16:57:22] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for com.lothrazar.cyclicmagic.registry.EntityProjectileRegistry for mod cyclicmagic +[16:57:22] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class com.lothrazar.cyclicmagic.registry.EntityProjectileRegistry +[16:57:22] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into cyclicmagic for type INSTANCE +[16:57:22] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod cyclicmagic +[16:57:22] [Server thread/DEBUG] [FML]: Bar Step: Construction - Cyclic took 0.026s +[16:57:22] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod redstoneflux +[16:57:22] [Server thread/TRACE] [FML]: Mod redstoneflux is using network checker : Accepting version 2.1.0 +[16:57:22] [Server thread/TRACE] [FML]: Testing mod redstoneflux to verify it accepts its own version in a remote connection +[16:57:22] [Server thread/TRACE] [FML]: The mod redstoneflux accepts its own version (2.1.0) +[16:57:22] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into redstoneflux +[16:57:22] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for redstoneflux +[16:57:22] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into redstoneflux for type INSTANCE +[16:57:22] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod redstoneflux +[16:57:22] [Server thread/DEBUG] [FML]: Bar Step: Construction - Redstone Flux took 0.003s +[16:57:22] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod mekanism +[16:57:22] [Server thread/TRACE] [FML]: Mod mekanism is using network checker : Accepting version 1.12.2-9.8.3.390 +[16:57:22] [Server thread/TRACE] [FML]: Testing mod mekanism to verify it accepts its own version in a remote connection +[16:57:22] [Server thread/TRACE] [FML]: The mod mekanism accepts its own version (1.12.2-9.8.3.390) +[16:57:22] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into mekanism +[16:57:22] [Server thread/INFO] [Quark ASM]: Transforming net.minecraft.inventory.ContainerWorkbench +[16:57:22] [Server thread/INFO] [Quark ASM]: Applying Transformation to method (Names [transferStackInSlot, func_82846_b] Descriptor (Lnet/minecraft/entity/player/EntityPlayer;I)Lnet/minecraft/item/ItemStack;) +[16:57:22] [Server thread/INFO] [Quark ASM]: Located Method, patching... +[16:57:22] [Server thread/INFO] [Quark ASM]: Located patch target node INVOKEVIRTUAL net/minecraft/inventory/ContainerWorkbench.func_75135_a (Lnet/minecraft/item/ItemStack;IIZ)Z +[16:57:22] [Server thread/INFO] [Quark ASM]: Located patch target node INVOKEVIRTUAL net/minecraft/inventory/ContainerWorkbench.func_75135_a (Lnet/minecraft/item/ItemStack;IIZ)Z +[16:57:22] [Server thread/INFO] [Quark ASM]: Located patch target node INVOKEVIRTUAL net/minecraft/inventory/ContainerWorkbench.func_75135_a (Lnet/minecraft/item/ItemStack;IIZ)Z +[16:57:22] [Server thread/INFO] [Quark ASM]: Located patch target node INVOKEVIRTUAL net/minecraft/inventory/ContainerWorkbench.func_75135_a (Lnet/minecraft/item/ItemStack;IIZ)Z +[16:57:22] [Server thread/INFO] [Quark ASM]: Patch result: true +[16:57:22] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for mekanism +[16:57:22] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for mekanism.common.Mekanism for mod mekanism +[16:57:22] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class mekanism.common.Mekanism +[16:57:22] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for mekanism.common.integration.OreDictManager for mod mekanism +[16:57:22] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class mekanism.common.integration.OreDictManager +[16:57:22] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into mekanism for type INSTANCE +[16:57:22] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod mekanism +[16:57:22] [Server thread/DEBUG] [FML]: Bar Step: Construction - Mekanism took 0.134s +[16:57:22] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod natura +[16:57:22] [Server thread/DEBUG] [Pulsar-natura]: Attaching [PulseManager[natura]] to event bus for container [FMLMod:natura{1.12.2-4.3.2.69}] +[16:57:22] [Server thread/INFO] [Pulsar-natura]: Skipping Pulse craftingtweaksIntegration; missing dependency: craftingtweaks +[16:57:22] [Server thread/TRACE] [FML]: Mod natura is using network checker : Accepting version 1.12.2-4.3.2.69 +[16:57:22] [Server thread/TRACE] [FML]: Testing mod natura to verify it accepts its own version in a remote connection +[16:57:22] [Server thread/TRACE] [FML]: The mod natura accepts its own version (1.12.2-4.3.2.69) +[16:57:22] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into natura +[16:57:22] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for natura +[16:57:22] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into natura for type INSTANCE +[16:57:22] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod natura +[16:57:22] [Server thread/DEBUG] [FML]: Bar Step: Construction - Natura took 0.139s +[16:57:22] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod traverse +[16:57:22] [Server thread/TRACE] [FML]: Mod traverse is using network checker : Accepting version 1.6.0 +[16:57:22] [Server thread/TRACE] [FML]: Testing mod traverse to verify it accepts its own version in a remote connection +[16:57:22] [Server thread/TRACE] [FML]: The mod traverse accepts its own version (1.6.0) +[16:57:22] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into traverse +[16:57:22] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for traverse +[16:57:22] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for prospector.traverse.world.TraverseWorld for mod traverse +[16:57:22] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class prospector.traverse.world.TraverseWorld +[16:57:22] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for prospector.traverse.TraverseCommon for mod traverse +[16:57:22] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class prospector.traverse.TraverseCommon +[16:57:22] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into traverse for type INSTANCE +[16:57:22] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod traverse +[16:57:22] [Server thread/DEBUG] [FML]: Bar Step: Construction - Traverse took 0.034s +[16:57:22] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod betterwithmods +[16:57:22] [Server thread/TRACE] [FML]: Mod betterwithmods is using network checker : Accepting version 1.12-2.3.20-1027 +[16:57:22] [Server thread/TRACE] [FML]: Testing mod betterwithmods to verify it accepts its own version in a remote connection +[16:57:22] [Server thread/TRACE] [FML]: The mod betterwithmods accepts its own version (1.12-2.3.20-1027) +[16:57:22] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into betterwithmods +[16:57:22] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for betterwithmods +[16:57:22] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for betterwithmods.event.FeedWolfchopEvent for mod betterwithmods +[16:57:22] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class betterwithmods.event.FeedWolfchopEvent +[16:57:22] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for betterwithmods.event.BlastingOilEvent for mod betterwithmods +[16:57:22] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class betterwithmods.event.BlastingOilEvent +[16:57:22] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for betterwithmods.module.hardcore.beacons.SpawnBeaconEffect for mod betterwithmods +[16:57:22] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class betterwithmods.module.hardcore.beacons.SpawnBeaconEffect +[16:57:22] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for betterwithmods.common.BWSounds for mod betterwithmods +[16:57:22] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class betterwithmods.common.BWSounds +[16:57:22] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for betterwithmods.event.PenaltyEventHandler for mod betterwithmods +[16:57:22] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class betterwithmods.event.PenaltyEventHandler +[16:57:22] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for betterwithmods.event.FakePlayerHandler for mod betterwithmods +[16:57:22] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class betterwithmods.event.FakePlayerHandler +[16:57:22] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for betterwithmods.event.BottleFluidCapability for mod betterwithmods +[16:57:22] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class betterwithmods.event.BottleFluidCapability +[16:57:22] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for betterwithmods.common.entity.EntityExtendingRope for mod betterwithmods +[16:57:22] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class betterwithmods.common.entity.EntityExtendingRope +[16:57:22] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for betterwithmods.BWMod for mod betterwithmods +[16:57:22] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class betterwithmods.BWMod +[16:57:22] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for betterwithmods.event.PotionEventHandler for mod betterwithmods +[16:57:22] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class betterwithmods.event.PotionEventHandler +[16:57:22] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for betterwithmods.common.BWRegistry for mod betterwithmods +[16:57:22] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class betterwithmods.common.BWRegistry +[16:57:22] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for betterwithmods.common.items.tools.ItemBroadheadArrow for mod betterwithmods +[16:57:22] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class betterwithmods.common.items.tools.ItemBroadheadArrow +[16:57:22] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into betterwithmods for type INSTANCE +[16:57:22] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod betterwithmods +[16:57:22] [Server thread/DEBUG] [FML]: Bar Step: Construction - Better With Mods took 0.047s +[16:57:22] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod appleskin +[16:57:22] [Server thread/TRACE] [FML]: Mod appleskin is using network checker : No network checking performed +[16:57:22] [Server thread/TRACE] [FML]: Testing mod appleskin to verify it accepts its own version in a remote connection +[16:57:22] [Server thread/TRACE] [FML]: The mod appleskin accepts its own version (1.0.14) +[16:57:22] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into appleskin +[16:57:22] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for appleskin +[16:57:22] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into appleskin for type INSTANCE +[16:57:22] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod appleskin +[16:57:22] [Server thread/DEBUG] [FML]: Bar Step: Construction - AppleSkin took 0.002s +[16:57:22] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod appliedenergistics2 +[16:57:22] [Server thread/DEBUG] [forge]: Preloading CrashReport Classes +[16:57:22] [Server thread/DEBUG] [forge]: appeng/core/crash/BaseCrashEnhancement +[16:57:22] [Server thread/ERROR] [FML]: The mod appliedenergistics2 is expecting signature dfa4d3ac143316c6f32aa1a1beda1e34d42132e5 for source appliedenergistics2-rv6-stable-7.jar, however there is no signature matching that description +[16:57:22] [Server thread/TRACE] [FML]: Mod appliedenergistics2 is using network checker : Accepting version rv6-stable-7 +[16:57:22] [Server thread/TRACE] [FML]: Testing mod appliedenergistics2 to verify it accepts its own version in a remote connection +[16:57:22] [Server thread/TRACE] [FML]: The mod appliedenergistics2 accepts its own version (rv6-stable-7) +[16:57:22] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into appliedenergistics2 +[16:57:22] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for appliedenergistics2 +[16:57:22] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into appliedenergistics2 for type INSTANCE +[16:57:22] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod appliedenergistics2 +[16:57:22] [Server thread/DEBUG] [FML]: Bar Step: Construction - Applied Energistics 2 took 0.043s +[16:57:22] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod armoreablemobs +[16:57:22] [Server thread/TRACE] [FML]: Mod armoreablemobs is using network checker : Accepting version 1.1.2 +[16:57:22] [Server thread/TRACE] [FML]: Testing mod armoreablemobs to verify it accepts its own version in a remote connection +[16:57:22] [Server thread/TRACE] [FML]: The mod armoreablemobs accepts its own version (1.1.2) +[16:57:22] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into armoreablemobs +[16:57:22] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for armoreablemobs +[16:57:22] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into armoreablemobs for type INSTANCE +[16:57:22] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod armoreablemobs +[16:57:22] [Server thread/DEBUG] [FML]: Bar Step: Construction - ArmoreableMobs took 0.004s +[16:57:22] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod aroma1997core +[16:57:22] [Server thread/TRACE] [FML]: Mod aroma1997core is using network checker : Invoking method checkModLists +[16:57:22] [Server thread/TRACE] [FML]: Testing mod aroma1997core to verify it accepts its own version in a remote connection +[16:57:22] [Server thread/TRACE] [FML]: The mod aroma1997core accepts its own version (2.0.0.2) +[16:57:22] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into aroma1997core +[16:57:22] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for aroma1997core +[16:57:22] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into aroma1997core for type INSTANCE +[16:57:22] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod aroma1997core +[16:57:22] [Server thread/DEBUG] [FML]: Bar Step: Construction - Aroma1997Core took 0.004s +[16:57:22] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod aromabackup +[16:57:22] [Server thread/TRACE] [FML]: Mod aromabackup is using network checker : Invoking method checkModLists +[16:57:22] [Server thread/TRACE] [FML]: Testing mod aromabackup to verify it accepts its own version in a remote connection +[16:57:22] [Server thread/TRACE] [FML]: The mod aromabackup accepts its own version (2.1.1.4) +[16:57:22] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into aromabackup +[16:57:22] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for aromabackup +[16:57:22] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into aromabackup for type INSTANCE +[16:57:22] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod aromabackup +[16:57:22] [Server thread/DEBUG] [FML]: Bar Step: Construction - AromaBackup took 0.008s +[16:57:22] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod aromabackuprecovery +[16:57:22] [Server thread/TRACE] [FML]: Mod aromabackuprecovery is using network checker : Invoking method checkModLists +[16:57:22] [Server thread/TRACE] [FML]: Testing mod aromabackuprecovery to verify it accepts its own version in a remote connection +[16:57:22] [Server thread/TRACE] [FML]: The mod aromabackuprecovery accepts its own version (2.1.1.4) +[16:57:22] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into aromabackuprecovery +[16:57:22] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for aromabackuprecovery +[16:57:22] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into aromabackuprecovery for type INSTANCE +[16:57:22] [Server thread/DEBUG] [FML]: Skipping @net.minecraftforge.fml.common.Mod$Instance injection for aroma1997.backup.mc.AromaBackup.instance since it is not for mod aromabackuprecovery +[16:57:22] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod aromabackuprecovery +[16:57:22] [Server thread/DEBUG] [FML]: Bar Step: Construction - AromaBackuprecovery took 0.001s +[16:57:22] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod astikorcarts +[16:57:22] [Server thread/TRACE] [FML]: Mod astikorcarts is using network checker : Accepting version 1.12.2-0.1.2.7 +[16:57:22] [Server thread/TRACE] [FML]: Testing mod astikorcarts to verify it accepts its own version in a remote connection +[16:57:22] [Server thread/TRACE] [FML]: The mod astikorcarts accepts its own version (1.12.2-0.1.2.7) +[16:57:22] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into astikorcarts +[16:57:22] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for astikorcarts +[16:57:22] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for de.mennomax.astikorcarts.config.ModConfig$EventHandler for mod astikorcarts +[16:57:22] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class de.mennomax.astikorcarts.config.ModConfig$EventHandler +[16:57:22] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for de.mennomax.astikorcarts.init.ModItems$ItemRegistrationHandler for mod astikorcarts +[16:57:22] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class de.mennomax.astikorcarts.init.ModItems$ItemRegistrationHandler +[16:57:22] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for de.mennomax.astikorcarts.handler.MissingMappingHandler for mod astikorcarts +[16:57:22] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class de.mennomax.astikorcarts.handler.MissingMappingHandler +[16:57:22] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for de.mennomax.astikorcarts.init.ModEntities$EntityRegistrationHandler for mod astikorcarts +[16:57:22] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class de.mennomax.astikorcarts.init.ModEntities$EntityRegistrationHandler +[16:57:22] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for de.mennomax.astikorcarts.handler.CommonEventHandler for mod astikorcarts +[16:57:22] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class de.mennomax.astikorcarts.handler.CommonEventHandler +[16:57:22] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into astikorcarts for type INSTANCE +[16:57:22] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod astikorcarts +[16:57:22] [Server thread/DEBUG] [FML]: Bar Step: Construction - AstikorCarts took 0.012s +[16:57:22] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod astralsorcery +[16:57:22] [Server thread/TRACE] [FML]: Mod astralsorcery is using network checker : Invoking method checkModLists +[16:57:22] [Server thread/TRACE] [FML]: Testing mod astralsorcery to verify it accepts its own version in a remote connection +[16:57:22] [Server thread/TRACE] [FML]: The mod astralsorcery accepts its own version (1.10.21) +[16:57:22] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into astralsorcery +[16:57:22] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for astralsorcery +[16:57:22] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into astralsorcery for type INSTANCE +[16:57:22] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod astralsorcery +[16:57:22] [Server thread/DEBUG] [FML]: Bar Step: Construction - Astral Sorcery took 0.047s +[16:57:22] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod quark +[16:57:22] [Server thread/TRACE] [FML]: Mod quark is using network checker : Accepting version r1.5-158 +[16:57:22] [Server thread/TRACE] [FML]: Testing mod quark to verify it accepts its own version in a remote connection +[16:57:22] [Server thread/TRACE] [FML]: The mod quark accepts its own version (r1.5-158) +[16:57:22] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into quark +[16:57:22] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for quark +[16:57:22] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for vazkii.quark.base.capability.CapabilityHandler for mod quark +[16:57:22] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class vazkii.quark.base.capability.CapabilityHandler +[16:57:22] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for vazkii.quark.base.module.ModuleLoader$EventHandler for mod quark +[16:57:22] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class vazkii.quark.base.module.ModuleLoader$EventHandler +[16:57:22] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into quark for type INSTANCE +[16:57:22] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod quark +[16:57:22] [Server thread/DEBUG] [FML]: Bar Step: Construction - Quark took 0.008s +[16:57:22] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod autoreglib +[16:57:22] [Server thread/TRACE] [FML]: Mod autoreglib is using network checker : Accepting version 1.3-31 +[16:57:22] [Server thread/TRACE] [FML]: Testing mod autoreglib to verify it accepts its own version in a remote connection +[16:57:22] [Server thread/TRACE] [FML]: The mod autoreglib accepts its own version (1.3-31) +[16:57:22] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into autoreglib +[16:57:22] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for autoreglib +[16:57:22] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for vazkii.arl.util.ProxyRegistry for mod autoreglib +[16:57:22] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class vazkii.arl.util.ProxyRegistry +[16:57:22] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into autoreglib for type INSTANCE +[16:57:22] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod autoreglib +[16:57:22] [Server thread/DEBUG] [FML]: Bar Step: Construction - AutoRegLib took 0.004s +[16:57:22] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod bdlib +[16:57:22] [Server thread/TRACE] [FML]: Mod bdlib is using network checker : Accepting version 1.14.3.12 +[16:57:22] [Server thread/TRACE] [FML]: Testing mod bdlib to verify it accepts its own version in a remote connection +[16:57:22] [Server thread/TRACE] [FML]: The mod bdlib accepts its own version (1.14.3.12) +[16:57:22] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into bdlib +[16:57:22] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for bdlib +[16:57:22] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into bdlib for type INSTANCE +[16:57:22] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod bdlib +[16:57:22] [Server thread/DEBUG] [FML]: Bar Step: Construction - BD Lib took 0.009s +[16:57:22] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod betterwithaddons +[16:57:22] [Server thread/TRACE] [FML]: Mod betterwithaddons is using network checker : Accepting version 0.50-hotfix +[16:57:22] [Server thread/TRACE] [FML]: Testing mod betterwithaddons to verify it accepts its own version in a remote connection +[16:57:22] [Server thread/TRACE] [FML]: The mod betterwithaddons accepts its own version (0.50-hotfix) +[16:57:22] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into betterwithaddons +[16:57:22] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for betterwithaddons +[16:57:22] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for betterwithaddons.item.ModItems for mod betterwithaddons +[16:57:22] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class betterwithaddons.item.ModItems +[16:57:22] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for betterwithaddons.potion.ModPotions for mod betterwithaddons +[16:57:22] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class betterwithaddons.potion.ModPotions +[16:57:22] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for betterwithaddons.interaction.ModInteractions for mod betterwithaddons +[16:57:22] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class betterwithaddons.interaction.ModInteractions +[16:57:22] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for betterwithaddons.block.ModBlocks for mod betterwithaddons +[16:57:22] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class betterwithaddons.block.ModBlocks +[16:57:22] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into betterwithaddons for type INSTANCE +[16:57:22] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod betterwithaddons +[16:57:22] [Server thread/DEBUG] [FML]: Bar Step: Construction - Better with Addons took 0.206s +[16:57:22] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod betterbedrock +[16:57:22] [Server thread/TRACE] [FML]: Mod betterbedrock is using network checker : No network checking performed +[16:57:22] [Server thread/TRACE] [FML]: Testing mod betterbedrock to verify it accepts its own version in a remote connection +[16:57:22] [Server thread/TRACE] [FML]: The mod betterbedrock accepts its own version (5.1) +[16:57:22] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into betterbedrock +[16:57:22] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for betterbedrock +[16:57:22] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into betterbedrock for type INSTANCE +[16:57:22] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod betterbedrock +[16:57:22] [Server thread/DEBUG] [FML]: Bar Step: Construction - Better Bedrock took 0.002s +[16:57:22] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod betterbuilderswands +[16:57:22] [Server thread/TRACE] [FML]: Mod betterbuilderswands is using network checker : Accepting version 0.13.2 +[16:57:22] [Server thread/TRACE] [FML]: Testing mod betterbuilderswands to verify it accepts its own version in a remote connection +[16:57:22] [Server thread/TRACE] [FML]: The mod betterbuilderswands accepts its own version (0.13.2) +[16:57:22] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into betterbuilderswands +[16:57:22] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for betterbuilderswands +[16:57:22] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into betterbuilderswands for type INSTANCE +[16:57:22] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod betterbuilderswands +[16:57:22] [Server thread/DEBUG] [FML]: Bar Step: Construction - Better Builder's Wands took 0.015s +[16:57:22] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod betterwithlib +[16:57:22] [Server thread/TRACE] [FML]: Mod betterwithlib is using network checker : Accepting version ${version} +[16:57:22] [Server thread/TRACE] [FML]: Testing mod betterwithlib to verify it accepts its own version in a remote connection +[16:57:22] [Server thread/TRACE] [FML]: The mod betterwithlib accepts its own version (${version}) +[16:57:22] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into betterwithlib +[16:57:22] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for betterwithlib +[16:57:22] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for betterwithmods.library.core.BWLib for mod betterwithlib +[16:57:22] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class betterwithmods.library.core.BWLib +[16:57:22] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into betterwithlib for type INSTANCE +[16:57:22] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod betterwithlib +[16:57:22] [Server thread/DEBUG] [FML]: Bar Step: Construction - Better With Lib took 0.001s +[16:57:22] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod bibliocraft +[16:57:22] [Server thread/TRACE] [FML]: Mod bibliocraft is using network checker : Accepting version 2.4.5 +[16:57:22] [Server thread/TRACE] [FML]: Testing mod bibliocraft to verify it accepts its own version in a remote connection +[16:57:22] [Server thread/TRACE] [FML]: The mod bibliocraft accepts its own version (2.4.5) +[16:57:22] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into bibliocraft +[16:57:22] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for bibliocraft +[16:57:22] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for jds.bibliocraft.BiblioCraft$RegisterTheThings for mod bibliocraft +[16:57:22] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class jds.bibliocraft.BiblioCraft$RegisterTheThings +[16:57:22] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into bibliocraft for type INSTANCE +[16:57:22] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod bibliocraft +[16:57:22] [Server thread/DEBUG] [FML]: Bar Step: Construction - BiblioCraft took 0.012s +[16:57:22] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod waila +[16:57:22] [Server thread/TRACE] [FML]: Mod waila is using network checker : No network checking performed +[16:57:22] [Server thread/TRACE] [FML]: Testing mod waila to verify it accepts its own version in a remote connection +[16:57:22] [Server thread/TRACE] [FML]: The mod waila accepts its own version (1.8.26) +[16:57:22] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into waila +[16:57:22] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for waila +[16:57:22] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for mcp.mobius.waila.handlers.NetworkHandler for mod waila +[16:57:22] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class mcp.mobius.waila.handlers.NetworkHandler +[16:57:22] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into waila for type INSTANCE +[16:57:22] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod waila +[16:57:22] [Server thread/DEBUG] [FML]: Bar Step: Construction - Waila took 0.006s +[16:57:22] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod modularrouters +[16:57:22] [Server thread/TRACE] [FML]: Mod modularrouters is using network checker : Accepting version 1.12.2-3.3.0-33 +[16:57:22] [Server thread/TRACE] [FML]: Testing mod modularrouters to verify it accepts its own version in a remote connection +[16:57:22] [Server thread/TRACE] [FML]: The mod modularrouters accepts its own version (1.12.2-3.3.0-33) +[16:57:22] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into modularrouters +[16:57:22] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for modularrouters +[16:57:22] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for me.desht.modularrouters.item.upgrade.CamouflageUpgrade$Interacted for mod modularrouters +[16:57:22] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class me.desht.modularrouters.item.upgrade.CamouflageUpgrade$Interacted +[16:57:22] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for me.desht.modularrouters.core.RegistrarMR for mod modularrouters +[16:57:22] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class me.desht.modularrouters.core.RegistrarMR +[16:57:22] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for me.desht.modularrouters.item.upgrade.SecurityUpgrade$Interacted for mod modularrouters +[16:57:22] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class me.desht.modularrouters.item.upgrade.SecurityUpgrade$Interacted +[16:57:22] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for me.desht.modularrouters.config.ConfigHandler$ConfigSyncHandler for mod modularrouters +[16:57:22] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class me.desht.modularrouters.config.ConfigHandler$ConfigSyncHandler +[16:57:22] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for me.desht.modularrouters.event.MiscEventHandler for mod modularrouters +[16:57:22] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class me.desht.modularrouters.event.MiscEventHandler +[16:57:22] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for me.desht.modularrouters.util.FakePlayerManager for mod modularrouters +[16:57:22] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class me.desht.modularrouters.util.FakePlayerManager +[16:57:22] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for me.desht.modularrouters.item.module.ItemModule for mod modularrouters +[16:57:22] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class me.desht.modularrouters.item.module.ItemModule +[16:57:22] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for me.desht.modularrouters.event.TickEventHandler for mod modularrouters +[16:57:22] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class me.desht.modularrouters.event.TickEventHandler +[16:57:22] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for me.desht.modularrouters.recipe.ItemCraftedListener for mod modularrouters +[16:57:22] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class me.desht.modularrouters.recipe.ItemCraftedListener +[16:57:22] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for me.desht.modularrouters.item.smartfilter.ItemSmartFilter for mod modularrouters +[16:57:22] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class me.desht.modularrouters.item.smartfilter.ItemSmartFilter +[16:57:22] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into modularrouters for type INSTANCE +[16:57:22] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod modularrouters +[16:57:22] [Server thread/DEBUG] [FML]: Bar Step: Construction - Modular Routers took 0.069s +[16:57:22] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod guideapi +[16:57:22] [Server thread/TRACE] [FML]: Mod guideapi is using network checker : Accepting version 1.12-2.1.8-63 +[16:57:22] [Server thread/TRACE] [FML]: Testing mod guideapi to verify it accepts its own version in a remote connection +[16:57:22] [Server thread/TRACE] [FML]: The mod guideapi accepts its own version (1.12-2.1.8-63) +[16:57:22] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into guideapi +[16:57:22] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for guideapi +[16:57:22] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for amerifrance.guideapi.RegistrarGuideAPI for mod guideapi +[16:57:22] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class amerifrance.guideapi.RegistrarGuideAPI +[16:57:22] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for amerifrance.guideapi.util.EventHandler for mod guideapi +[16:57:22] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class amerifrance.guideapi.util.EventHandler +[16:57:22] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into guideapi for type INSTANCE +[16:57:22] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod guideapi +[16:57:22] [Server thread/DEBUG] [FML]: Bar Step: Construction - Guide-API took 0.008s +[16:57:22] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod bloodmagic +[16:57:22] [Server thread/TRACE] [FML]: Mod bloodmagic is using network checker : Accepting version 1.12.2-2.4.1-103 +[16:57:22] [Server thread/TRACE] [FML]: Testing mod bloodmagic to verify it accepts its own version in a remote connection +[16:57:22] [Server thread/TRACE] [FML]: The mod bloodmagic accepts its own version (1.12.2-2.4.1-103) +[16:57:22] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into bloodmagic +[16:57:22] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for bloodmagic +[16:57:22] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for WayofTime.bloodmagic.core.RegistrarBloodMagicRecipes for mod bloodmagic +[16:57:22] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class WayofTime.bloodmagic.core.RegistrarBloodMagicRecipes +[16:57:22] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for WayofTime.bloodmagic.potion.PotionEventHandlers for mod bloodmagic +[16:57:22] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class WayofTime.bloodmagic.potion.PotionEventHandlers +[16:57:22] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for WayofTime.bloodmagic.util.handler.event.LivingArmourHandler for mod bloodmagic +[16:57:23] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class WayofTime.bloodmagic.util.handler.event.LivingArmourHandler +[16:57:23] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for WayofTime.bloodmagic.util.handler.event.CraftingHandler for mod bloodmagic +[16:57:23] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class WayofTime.bloodmagic.util.handler.event.CraftingHandler +[16:57:23] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for WayofTime.bloodmagic.util.handler.event.StatTrackerHandler for mod bloodmagic +[16:57:23] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class WayofTime.bloodmagic.util.handler.event.StatTrackerHandler +[16:57:23] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for WayofTime.bloodmagic.util.handler.event.GenericHandler for mod bloodmagic +[16:57:23] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class WayofTime.bloodmagic.util.handler.event.GenericHandler +[16:57:23] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for WayofTime.bloodmagic.core.RegistrarBloodMagicBlocks for mod bloodmagic +[16:57:23] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class WayofTime.bloodmagic.core.RegistrarBloodMagicBlocks +[16:57:23] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for WayofTime.bloodmagic.core.RegistrarBloodMagicItems for mod bloodmagic +[16:57:23] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class WayofTime.bloodmagic.core.RegistrarBloodMagicItems +[16:57:23] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for WayofTime.bloodmagic.core.RegistrarBloodMagic for mod bloodmagic +[16:57:23] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class WayofTime.bloodmagic.core.RegistrarBloodMagic +[16:57:23] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for WayofTime.bloodmagic.ConfigHandler for mod bloodmagic +[16:57:23] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class WayofTime.bloodmagic.ConfigHandler +[16:57:23] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for WayofTime.bloodmagic.util.handler.event.WillHandler for mod bloodmagic +[16:57:23] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class WayofTime.bloodmagic.util.handler.event.WillHandler +[16:57:23] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into bloodmagic for type INSTANCE +[16:57:23] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod bloodmagic +[16:57:23] [Server thread/DEBUG] [FML]: Bar Step: Construction - Blood Magic: Alchemical Wizardry took 0.084s +[16:57:23] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod bnbgaminglib +[16:57:23] [Server thread/TRACE] [FML]: Mod bnbgaminglib is using network checker : No network checking performed +[16:57:23] [Server thread/TRACE] [FML]: Testing mod bnbgaminglib to verify it accepts its own version in a remote connection +[16:57:23] [Server thread/TRACE] [FML]: The mod bnbgaminglib accepts its own version (2.17.6) +[16:57:23] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into bnbgaminglib +[16:57:23] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for bnbgaminglib +[16:57:23] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into bnbgaminglib for type INSTANCE +[16:57:23] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod bnbgaminglib +[16:57:23] [Server thread/DEBUG] [FML]: Bar Step: Construction - BNBGamingLib took 0.008s +[16:57:23] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod bonsaitrees +[16:57:23] [Server thread/TRACE] [FML]: Mod bonsaitrees is using network checker : Accepting version 1.1.4 +[16:57:23] [Server thread/TRACE] [FML]: Testing mod bonsaitrees to verify it accepts its own version in a remote connection +[16:57:23] [Server thread/TRACE] [FML]: The mod bonsaitrees accepts its own version (1.1.4) +[16:57:23] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into bonsaitrees +[16:57:23] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for bonsaitrees +[16:57:23] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for org.dave.bonsaitrees.proxy.CommonProxy for mod bonsaitrees +[16:57:23] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class org.dave.bonsaitrees.proxy.CommonProxy +[16:57:23] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into bonsaitrees for type INSTANCE +[16:57:23] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod bonsaitrees +[16:57:23] [Server thread/DEBUG] [FML]: Bar Step: Construction - Bonsai Trees took 0.014s +[16:57:23] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod bookshelf +[16:57:23] [Server thread/TRACE] [FML]: Mod bookshelf is using network checker : Accepting version 2.3.581 +[16:57:23] [Server thread/TRACE] [FML]: Testing mod bookshelf to verify it accepts its own version in a remote connection +[16:57:23] [Server thread/TRACE] [FML]: The mod bookshelf accepts its own version (2.3.581) +[16:57:23] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into bookshelf +[16:57:23] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for bookshelf +[16:57:23] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into bookshelf for type INSTANCE +[16:57:23] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod bookshelf +[16:57:23] [Server thread/DEBUG] [FML]: Bar Step: Construction - Bookshelf took 0.006s +[16:57:23] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod bringbedrockback +[16:57:23] [Server thread/TRACE] [FML]: Mod bringbedrockback is using network checker : Accepting version 0.0.4 +[16:57:23] [Server thread/TRACE] [FML]: Testing mod bringbedrockback to verify it accepts its own version in a remote connection +[16:57:23] [Server thread/TRACE] [FML]: The mod bringbedrockback accepts its own version (0.0.4) +[16:57:23] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into bringbedrockback +[16:57:23] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for bringbedrockback +[16:57:23] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for be.nevoka.projects.bringbedrockback.utils.RetrogenHandler for mod bringbedrockback +[16:57:23] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class be.nevoka.projects.bringbedrockback.utils.RetrogenHandler +[16:57:23] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for be.nevoka.projects.bringbedrockback.config.BBBConfig for mod bringbedrockback +[16:57:23] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class be.nevoka.projects.bringbedrockback.config.BBBConfig +[16:57:23] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into bringbedrockback for type INSTANCE +[16:57:23] [Server thread/DEBUG] [BnBGamingCore]: Could not find method func_186060_c in class net.minecraft.world.WorldProviderSurface +[16:57:23] [Server thread/DEBUG] [BnBGamingCore]: Attempting to transform method func_76558_a in class net.minecraft.world.WorldProvider +[16:57:23] [Server thread/DEBUG] [BnBGamingCore]: Successfully transformed method func_76558_a in class net.minecraft.world.WorldProvider +[16:57:23] [Server thread/DEBUG] [BnBGamingCore]: Attempting to transform method func_186060_c in class net.minecraft.world.WorldProvider +[16:57:23] [Server thread/DEBUG] [BnBGamingCore]: Successfully transformed method func_186060_c in class net.minecraft.world.WorldProvider +[16:57:23] [Server thread/DEBUG] [BnBGamingCore]: Attempting to transform method func_186060_c in class net.minecraft.world.WorldProviderHell +[16:57:23] [Server thread/DEBUG] [BnBGamingCore]: Successfully transformed method func_186060_c in class net.minecraft.world.WorldProviderHell +[16:57:23] [Server thread/DEBUG] [BnBGamingCore]: Attempting to transform method func_186060_c in class net.minecraft.world.WorldProviderEnd +[16:57:23] [Server thread/DEBUG] [BnBGamingCore]: Successfully transformed method func_186060_c in class net.minecraft.world.WorldProviderEnd +[16:57:23] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod bringbedrockback +[16:57:23] [Server thread/DEBUG] [FML]: Bar Step: Construction - BringBedrockBack took 0.010s +[16:57:23] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod buildcraftbuilders +[16:57:23] [Server thread/TRACE] [FML]: Mod buildcraftbuilders is using network checker : Accepting version 7.99.24.1 +[16:57:23] [Server thread/TRACE] [FML]: Testing mod buildcraftbuilders to verify it accepts its own version in a remote connection +[16:57:23] [Server thread/TRACE] [FML]: The mod buildcraftbuilders accepts its own version (7.99.24.1) +[16:57:23] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into buildcraftbuilders +[16:57:23] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for buildcraftbuilders +[16:57:23] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into buildcraftbuilders for type INSTANCE +[16:57:23] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod buildcraftbuilders +[16:57:23] [Server thread/DEBUG] [FML]: Bar Step: Construction - BuildCraft Builders took 0.005s +[16:57:23] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod buildcraftfactory +[16:57:23] [Server thread/TRACE] [FML]: Mod buildcraftfactory is using network checker : Accepting version 7.99.24.1 +[16:57:23] [Server thread/TRACE] [FML]: Testing mod buildcraftfactory to verify it accepts its own version in a remote connection +[16:57:23] [Server thread/TRACE] [FML]: The mod buildcraftfactory accepts its own version (7.99.24.1) +[16:57:23] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into buildcraftfactory +[16:57:23] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for buildcraftfactory +[16:57:23] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into buildcraftfactory for type INSTANCE +[16:57:23] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod buildcraftfactory +[16:57:23] [Server thread/DEBUG] [FML]: Bar Step: Construction - BuildCraft Factory took 0.003s +[16:57:23] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod buildcraftrobotics +[16:57:23] [Server thread/TRACE] [FML]: Mod buildcraftrobotics is using network checker : Accepting version 7.99.24.1 +[16:57:23] [Server thread/TRACE] [FML]: Testing mod buildcraftrobotics to verify it accepts its own version in a remote connection +[16:57:23] [Server thread/TRACE] [FML]: The mod buildcraftrobotics accepts its own version (7.99.24.1) +[16:57:23] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into buildcraftrobotics +[16:57:23] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for buildcraftrobotics +[16:57:23] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into buildcraftrobotics for type INSTANCE +[16:57:23] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod buildcraftrobotics +[16:57:23] [Server thread/DEBUG] [FML]: Bar Step: Construction - BuildCraft Robotics took 0.003s +[16:57:23] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod buildcrafttransport +[16:57:23] [Server thread/TRACE] [FML]: Mod buildcrafttransport is using network checker : Accepting version 7.99.24.1 +[16:57:23] [Server thread/TRACE] [FML]: Testing mod buildcrafttransport to verify it accepts its own version in a remote connection +[16:57:23] [Server thread/TRACE] [FML]: The mod buildcrafttransport accepts its own version (7.99.24.1) +[16:57:23] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into buildcrafttransport +[16:57:23] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for buildcrafttransport +[16:57:23] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for buildcraft.transport.BCTransportRecipes for mod buildcrafttransport +[16:57:23] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class buildcraft.transport.BCTransportRecipes +[16:57:23] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into buildcrafttransport for type INSTANCE +[16:57:23] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod buildcrafttransport +[16:57:23] [Server thread/DEBUG] [FML]: Bar Step: Construction - BuildCraft Transport took 0.014s +[16:57:23] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod buildcraftsilicon +[16:57:23] [Server thread/TRACE] [FML]: Mod buildcraftsilicon is using network checker : Accepting version 7.99.24.1 +[16:57:23] [Server thread/TRACE] [FML]: Testing mod buildcraftsilicon to verify it accepts its own version in a remote connection +[16:57:23] [Server thread/TRACE] [FML]: The mod buildcraftsilicon accepts its own version (7.99.24.1) +[16:57:23] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into buildcraftsilicon +[16:57:23] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for buildcraftsilicon +[16:57:23] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for buildcraft.silicon.BCSiliconRecipes for mod buildcraftsilicon +[16:57:23] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class buildcraft.silicon.BCSiliconRecipes +[16:57:23] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into buildcraftsilicon for type INSTANCE +[16:57:23] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod buildcraftsilicon +[16:57:23] [Server thread/DEBUG] [FML]: Bar Step: Construction - BuildCraft Silicon took 0.019s +[16:57:23] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod buildinggadgets +[16:57:23] [Server thread/TRACE] [FML]: Mod buildinggadgets is using network checker : Accepting version 2.8.3 +[16:57:23] [Server thread/TRACE] [FML]: Testing mod buildinggadgets to verify it accepts its own version in a remote connection +[16:57:23] [Server thread/TRACE] [FML]: The mod buildinggadgets accepts its own version (2.8.3) +[16:57:23] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into buildinggadgets +[16:57:23] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for buildinggadgets +[16:57:23] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for com.direwolf20.buildinggadgets.common.events.ConfigEventHandler for mod buildinggadgets +[16:57:23] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class com.direwolf20.buildinggadgets.common.events.ConfigEventHandler +[16:57:23] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for com.direwolf20.buildinggadgets.common.events.ItemPickupHandler for mod buildinggadgets +[16:57:23] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class com.direwolf20.buildinggadgets.common.events.ItemPickupHandler +[16:57:23] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for com.direwolf20.buildinggadgets.common.events.AnvilRepairHandler for mod buildinggadgets +[16:57:23] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class com.direwolf20.buildinggadgets.common.events.AnvilRepairHandler +[16:57:23] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for com.direwolf20.buildinggadgets.common.events.BreakEventHandler for mod buildinggadgets +[16:57:23] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class com.direwolf20.buildinggadgets.common.events.BreakEventHandler +[16:57:23] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for com.direwolf20.buildinggadgets.common.proxy.CommonProxy for mod buildinggadgets +[16:57:23] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class com.direwolf20.buildinggadgets.common.proxy.CommonProxy +[16:57:23] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into buildinggadgets for type INSTANCE +[16:57:23] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod buildinggadgets +[16:57:23] [Server thread/DEBUG] [FML]: Bar Step: Construction - Building Gadgets took 0.033s +[16:57:23] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod car +[16:57:23] [Server thread/TRACE] [FML]: Mod car is using network checker : Accepting version 1.2.12 +[16:57:23] [Server thread/TRACE] [FML]: Testing mod car to verify it accepts its own version in a remote connection +[16:57:23] [Server thread/TRACE] [FML]: The mod car accepts its own version (1.2.12) +[16:57:23] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into car +[16:57:23] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for car +[16:57:23] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for de.maxhenkel.car.Registry for mod car +[16:57:23] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class de.maxhenkel.car.Registry +[16:57:23] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into car for type INSTANCE +[16:57:23] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod car +[16:57:23] [Server thread/DEBUG] [FML]: Bar Step: Construction - Ultimate Car Mod took 0.061s +[16:57:23] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod gamestages +[16:57:23] [Server thread/TRACE] [FML]: Mod gamestages is using network checker : Accepting version 2.0.123 +[16:57:23] [Server thread/TRACE] [FML]: Testing mod gamestages to verify it accepts its own version in a remote connection +[16:57:23] [Server thread/TRACE] [FML]: The mod gamestages accepts its own version (2.0.123) +[16:57:23] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into gamestages +[16:57:23] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for gamestages +[16:57:23] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for net.darkhax.gamestages.config.Configuration for mod gamestages +[16:57:23] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class net.darkhax.gamestages.config.Configuration +[16:57:23] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for net.darkhax.gamestages.data.GameStageSaveHandler for mod gamestages +[16:57:23] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class net.darkhax.gamestages.data.GameStageSaveHandler +[16:57:23] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into gamestages for type INSTANCE +[16:57:23] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod gamestages +[16:57:23] [Server thread/DEBUG] [FML]: Bar Step: Construction - Game Stages took 0.019s +[16:57:23] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod carryon +[16:57:23] [Server thread/TRACE] [FML]: Mod carryon is using network checker : Accepting version 1.12.3 +[16:57:23] [Server thread/TRACE] [FML]: Testing mod carryon to verify it accepts its own version in a remote connection +[16:57:23] [Server thread/TRACE] [FML]: The mod carryon accepts its own version (1.12.3) +[16:57:23] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into carryon +[16:57:23] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for carryon +[16:57:23] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for tschipp.carryon.CarryOn for mod carryon +[16:57:23] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class tschipp.carryon.CarryOn +[16:57:23] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for tschipp.carryon.common.config.CarryOnConfig$EventHandler for mod carryon +[16:57:23] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class tschipp.carryon.common.config.CarryOnConfig$EventHandler +[16:57:23] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into carryon for type INSTANCE +[16:57:23] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod carryon +[16:57:23] [Server thread/DEBUG] [FML]: Bar Step: Construction - Carry On took 0.015s +[16:57:23] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod cd4017be_lib +[16:57:23] [Server thread/TRACE] [FML]: Mod cd4017be_lib is using network checker : Accepting version 6.4.17 +[16:57:23] [Server thread/TRACE] [FML]: Testing mod cd4017be_lib to verify it accepts its own version in a remote connection +[16:57:23] [Server thread/TRACE] [FML]: The mod cd4017be_lib accepts its own version (6.4.17) +[16:57:23] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into cd4017be_lib +[16:57:23] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for cd4017be_lib +[16:57:23] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into cd4017be_lib for type INSTANCE +[16:57:23] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod cd4017be_lib +[16:57:23] [Server thread/DEBUG] [FML]: Bar Step: Construction - CD4017BE_lib took 0.007s +[16:57:23] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod ceramics +[16:57:23] [Server thread/TRACE] [FML]: Mod ceramics is using network checker : Accepting version 1.12-1.3.7 +[16:57:23] [Server thread/TRACE] [FML]: Testing mod ceramics to verify it accepts its own version in a remote connection +[16:57:23] [Server thread/TRACE] [FML]: The mod ceramics accepts its own version (1.12-1.3.7) +[16:57:23] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into ceramics +[16:57:23] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for ceramics +[16:57:23] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for knightminer.ceramics.Ceramics$Registration for mod ceramics +[16:57:23] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class knightminer.ceramics.Ceramics$Registration +[16:57:23] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into ceramics for type INSTANCE +[16:57:23] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod ceramics +[16:57:23] [Server thread/DEBUG] [FML]: Bar Step: Construction - Ceramics took 0.041s +[16:57:23] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod chameleon +[16:57:23] [Server thread/TRACE] [FML]: Mod chameleon is using network checker : Accepting version 1.12-4.1.3 +[16:57:23] [Server thread/TRACE] [FML]: Testing mod chameleon to verify it accepts its own version in a remote connection +[16:57:23] [Server thread/TRACE] [FML]: The mod chameleon accepts its own version (1.12-4.1.3) +[16:57:23] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into chameleon +[16:57:23] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for chameleon +[16:57:23] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into chameleon for type INSTANCE +[16:57:23] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod chameleon +[16:57:23] [Server thread/DEBUG] [FML]: Bar Step: Construction - Chameleon took 0.002s +[16:57:23] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod chargers +[16:57:23] [Server thread/TRACE] [FML]: Mod chargers is using network checker : Accepting version 1.2.0.4 +[16:57:23] [Server thread/TRACE] [FML]: Testing mod chargers to verify it accepts its own version in a remote connection +[16:57:23] [Server thread/TRACE] [FML]: The mod chargers accepts its own version (1.2.0.4) +[16:57:23] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into chargers +[16:57:23] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for chargers +[16:57:23] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for se.gory_moon.chargers.blocks.BlockRegistry for mod chargers +[16:57:23] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class se.gory_moon.chargers.blocks.BlockRegistry +[16:57:23] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for se.gory_moon.chargers.items.ItemRegistry for mod chargers +[16:57:23] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class se.gory_moon.chargers.items.ItemRegistry +[16:57:23] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for se.gory_moon.chargers.handler.WirelessHandler for mod chargers +[16:57:23] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class se.gory_moon.chargers.handler.WirelessHandler +[16:57:23] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for se.gory_moon.chargers.Configs for mod chargers +[16:57:23] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class se.gory_moon.chargers.Configs +[16:57:23] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into chargers for type INSTANCE +[16:57:23] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod chargers +[16:57:23] [Server thread/DEBUG] [FML]: Bar Step: Construction - Chargers took 0.031s +[16:57:23] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod chiselsandbits +[16:57:23] [Server thread/TRACE] [FML]: Mod chiselsandbits is using network checker : Accepting version 14.33 +[16:57:23] [Server thread/TRACE] [FML]: Testing mod chiselsandbits to verify it accepts its own version in a remote connection +[16:57:23] [Server thread/TRACE] [FML]: The mod chiselsandbits accepts its own version (14.33) +[16:57:23] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into chiselsandbits +[16:57:23] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for chiselsandbits +[16:57:23] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into chiselsandbits for type INSTANCE +[16:57:23] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod chiselsandbits +[16:57:23] [Server thread/DEBUG] [FML]: Bar Step: Construction - Chisels & Bits took 0.021s +[16:57:23] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod clumps +[16:57:23] [Server thread/TRACE] [FML]: Mod clumps is using network checker : Accepting version 3.1.2 +[16:57:23] [Server thread/TRACE] [FML]: Testing mod clumps to verify it accepts its own version in a remote connection +[16:57:23] [Server thread/TRACE] [FML]: The mod clumps accepts its own version (3.1.2) +[16:57:23] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into clumps +[16:57:23] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for clumps +[16:57:23] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into clumps for type INSTANCE +[16:57:23] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod clumps +[16:57:23] [Server thread/DEBUG] [FML]: Bar Step: Construction - Clumps took 0.002s +[16:57:23] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod codechickenlib +[16:57:23] [Server thread/TRACE] [FML]: Mod codechickenlib is using network checker : Accepting version 3.2.3.358 +[16:57:23] [Server thread/TRACE] [FML]: Testing mod codechickenlib to verify it accepts its own version in a remote connection +[16:57:23] [Server thread/TRACE] [FML]: The mod codechickenlib accepts its own version (3.2.3.358) +[16:57:23] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into codechickenlib +[16:57:23] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for codechickenlib +[16:57:23] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for codechicken.lib.internal.CCLLog for mod codechickenlib +[16:57:23] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class codechicken.lib.internal.CCLLog +[16:57:23] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for codechicken.lib.configuration.ConfigSyncManager for mod codechickenlib +[16:57:23] [Server thread/INFO] [Astral Core]: [AstralTransformer] Transforming pa : net.minecraft.network.NetHandlerPlayServer with 1 patches! +[16:57:23] [Server thread/INFO] [Astral Core]: [AstralTransformer] Applied patch PATCHSERVEREXTENDENTITYINTERACTREACH +[16:57:23] [Server thread/DEBUG] [randompatches]: Transforming class: net.minecraft.network.NetHandlerPlayServer +[16:57:23] [Server thread/DEBUG] [randompatches]: Patching method: func_73660_a (update) +[16:57:23] [Server thread/DEBUG] [randompatches]: Patching method: func_147347_a (processPlayer) +[16:57:23] [Server thread/DEBUG] [randompatches]: Patching method: func_184338_a (processVehicleMove) +[16:57:23] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class codechicken.lib.configuration.ConfigSyncManager +[16:57:23] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into codechickenlib for type INSTANCE +[16:57:23] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod codechickenlib +[16:57:23] [Server thread/DEBUG] [FML]: Bar Step: Construction - CodeChicken Lib took 0.056s +[16:57:23] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod cyclopscore +[16:57:23] [Server thread/TRACE] [FML]: Mod cyclopscore is using network checker : Accepting version 1.3.0 +[16:57:23] [Server thread/TRACE] [FML]: Testing mod cyclopscore to verify it accepts its own version in a remote connection +[16:57:23] [Server thread/TRACE] [FML]: The mod cyclopscore accepts its own version (1.3.0) +[16:57:23] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into cyclopscore +[16:57:23] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for cyclopscore +[16:57:23] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into cyclopscore for type INSTANCE +[16:57:23] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod cyclopscore +[16:57:23] [Server thread/DEBUG] [FML]: Bar Step: Construction - Cyclops Core took 0.048s +[16:57:23] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod commoncapabilities +[16:57:23] [Server thread/TRACE] [FML]: Mod commoncapabilities is using network checker : Accepting version 2.4.1 +[16:57:23] [Server thread/TRACE] [FML]: Testing mod commoncapabilities to verify it accepts its own version in a remote connection +[16:57:23] [Server thread/TRACE] [FML]: The mod commoncapabilities accepts its own version (2.4.1) +[16:57:23] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into commoncapabilities +[16:57:23] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for commoncapabilities +[16:57:23] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for org.cyclops.commoncapabilities.api.ingredient.IngredientComponent for mod commoncapabilities +[16:57:23] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class org.cyclops.commoncapabilities.api.ingredient.IngredientComponent +[16:57:23] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into commoncapabilities for type INSTANCE +[16:57:23] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod commoncapabilities +[16:57:23] [Server thread/DEBUG] [FML]: Bar Step: Construction - CommonCapabilities took 0.055s +[16:57:23] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod refinedstorage +[16:57:23] [Server thread/TRACE] [FML]: Mod refinedstorage is using network checker : Accepting version 1.6.16 +[16:57:23] [Server thread/TRACE] [FML]: Testing mod refinedstorage to verify it accepts its own version in a remote connection +[16:57:23] [Server thread/TRACE] [FML]: The mod refinedstorage accepts its own version (1.6.16) +[16:57:23] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into refinedstorage +[16:57:23] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for refinedstorage +[16:57:23] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into refinedstorage for type INSTANCE +[16:57:23] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod refinedstorage +[16:57:23] [Server thread/DEBUG] [FML]: Bar Step: Construction - Refined Storage took 0.139s +[16:57:23] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod compactmachines3 +[16:57:23] [Server thread/TRACE] [FML]: Mod compactmachines3 is using network checker : Accepting version 3.0.18 +[16:57:23] [Server thread/TRACE] [FML]: Testing mod compactmachines3 to verify it accepts its own version in a remote connection +[16:57:23] [Server thread/TRACE] [FML]: The mod compactmachines3 accepts its own version (3.0.18) +[16:57:23] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into compactmachines3 +[16:57:23] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for compactmachines3 +[16:57:23] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for org.dave.compactmachines3.proxy.CommonProxy for mod compactmachines3 +[16:57:23] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class org.dave.compactmachines3.proxy.CommonProxy +[16:57:23] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into compactmachines3 for type INSTANCE +[16:57:23] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod compactmachines3 +[16:57:23] [Server thread/DEBUG] [FML]: Bar Step: Construction - Compact Machines 3 took 0.025s +[16:57:23] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod conarm +[16:57:23] [Server thread/TRACE] [FML]: Mod conarm is using network checker : Accepting version 1.2.4 +[16:57:23] [Server thread/TRACE] [FML]: Testing mod conarm to verify it accepts its own version in a remote connection +[16:57:23] [Server thread/TRACE] [FML]: The mod conarm accepts its own version (1.2.4) +[16:57:23] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into conarm +[16:57:23] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for conarm +[16:57:23] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for c4.conarm.proxy.CommonProxy for mod conarm +[16:57:23] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class c4.conarm.proxy.CommonProxy +[16:57:23] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for c4.conarm.common.ConfigHandler$ConfigEventHandler for mod conarm +[16:57:23] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class c4.conarm.common.ConfigHandler$ConfigEventHandler +[16:57:23] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into conarm for type INSTANCE +[16:57:23] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod conarm +[16:57:23] [Server thread/DEBUG] [FML]: Bar Step: Construction - Construct's Armory took 0.024s +[16:57:23] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod cookingforblockheads +[16:57:23] [Server thread/TRACE] [FML]: Mod cookingforblockheads is using network checker : Accepting version 6.5.0 +[16:57:23] [Server thread/TRACE] [FML]: Testing mod cookingforblockheads to verify it accepts its own version in a remote connection +[16:57:23] [Server thread/TRACE] [FML]: The mod cookingforblockheads accepts its own version (6.5.0) +[16:57:23] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into cookingforblockheads +[16:57:23] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for cookingforblockheads +[16:57:23] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for net.blay09.mods.cookingforblockheads.compat.JsonCompatLoader for mod cookingforblockheads +[16:57:23] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class net.blay09.mods.cookingforblockheads.compat.JsonCompatLoader +[16:57:23] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for net.blay09.mods.cookingforblockheads.CookingForBlockheads for mod cookingforblockheads +[16:57:23] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class net.blay09.mods.cookingforblockheads.CookingForBlockheads +[16:57:23] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into cookingforblockheads for type INSTANCE +[16:57:23] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod cookingforblockheads +[16:57:23] [Server thread/DEBUG] [FML]: Bar Step: Construction - Cooking for Blockheads took 0.014s +[16:57:23] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod crafttweakerjei +[16:57:23] [Server thread/TRACE] [FML]: Mod crafttweakerjei is using network checker : Accepting version 2.0.3 +[16:57:23] [Server thread/TRACE] [FML]: Testing mod crafttweakerjei to verify it accepts its own version in a remote connection +[16:57:23] [Server thread/TRACE] [FML]: The mod crafttweakerjei accepts its own version (2.0.3) +[16:57:23] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into crafttweakerjei +[16:57:23] [Server thread/DEBUG] [FML]: Skipping proxy injection for crafttweaker.mc1120.CraftTweaker.PROXY since it is not for mod crafttweakerjei +[16:57:23] [Server thread/DEBUG] [FML]: Skipping proxy injection for com.blamejared.ctgui.MTRecipe.PROXY since it is not for mod crafttweakerjei +[16:57:23] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for crafttweakerjei +[16:57:23] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into crafttweakerjei for type INSTANCE +[16:57:23] [Server thread/DEBUG] [FML]: Skipping @net.minecraftforge.fml.common.Mod$Instance injection for crafttweaker.mc1120.CraftTweaker.INSTANCE since it is not for mod crafttweakerjei +[16:57:23] [Server thread/DEBUG] [FML]: Skipping @net.minecraftforge.fml.common.Mod$Instance injection for com.blamejared.ctgui.MTRecipe.INSTANCE since it is not for mod crafttweakerjei +[16:57:23] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod crafttweakerjei +[16:57:23] [Server thread/DEBUG] [FML]: Bar Step: Construction - CraftTweaker JEI Support took 0.007s +[16:57:23] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod cucumber +[16:57:23] [Server thread/TRACE] [FML]: Mod cucumber is using network checker : Accepting version 1.1.3 +[16:57:23] [Server thread/TRACE] [FML]: Testing mod cucumber to verify it accepts its own version in a remote connection +[16:57:23] [Server thread/TRACE] [FML]: The mod cucumber accepts its own version (1.1.3) +[16:57:23] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into cucumber +[16:57:23] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for cucumber +[16:57:23] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into cucumber for type INSTANCE +[16:57:23] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod cucumber +[16:57:23] [Server thread/DEBUG] [FML]: Bar Step: Construction - Cucumber Library took 0.007s +[16:57:23] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod darkutils +[16:57:23] [Server thread/TRACE] [FML]: Mod darkutils is using network checker : Accepting version 1.8.230 +[16:57:23] [Server thread/TRACE] [FML]: Testing mod darkutils to verify it accepts its own version in a remote connection +[16:57:23] [Server thread/TRACE] [FML]: The mod darkutils accepts its own version (1.8.230) +[16:57:23] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into darkutils +[16:57:23] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for darkutils +[16:57:23] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for net.darkhax.darkutils.handler.FakePlayerHandler for mod darkutils +[16:57:23] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class net.darkhax.darkutils.handler.FakePlayerHandler +[16:57:23] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into darkutils for type INSTANCE +[16:57:23] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod darkutils +[16:57:23] [Server thread/DEBUG] [FML]: Bar Step: Construction - Dark Utilities took 0.090s +[16:57:23] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod movingworld +[16:57:23] [Server thread/TRACE] [FML]: Mod movingworld is using network checker : Accepting version 1.12-6.353 +[16:57:23] [Server thread/TRACE] [FML]: Testing mod movingworld to verify it accepts its own version in a remote connection +[16:57:23] [Server thread/TRACE] [FML]: The mod movingworld accepts its own version (1.12-6.353) +[16:57:23] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into movingworld +[16:57:23] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for movingworld +[16:57:23] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into movingworld for type INSTANCE +[16:57:23] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod movingworld +[16:57:23] [Server thread/DEBUG] [FML]: Bar Step: Construction - Moving World took 0.005s +[16:57:23] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod davincisvessels +[16:57:23] [Server thread/TRACE] [FML]: Mod davincisvessels is using network checker : Accepting version @DVESSELSVER@ +[16:57:23] [Server thread/TRACE] [FML]: Testing mod davincisvessels to verify it accepts its own version in a remote connection +[16:57:23] [Server thread/TRACE] [FML]: The mod davincisvessels accepts its own version (@DVESSELSVER@) +[16:57:23] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into davincisvessels +[16:57:23] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for davincisvessels +[16:57:23] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into davincisvessels for type INSTANCE +[16:57:23] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod davincisvessels +[16:57:23] [Server thread/DEBUG] [FML]: Bar Step: Construction - Davinci's Vessels took 0.028s +[16:57:23] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod death_compass +[16:57:23] [Server thread/TRACE] [FML]: Mod death_compass is using network checker : Accepting version 0.0.3 +[16:57:23] [Server thread/TRACE] [FML]: Testing mod death_compass to verify it accepts its own version in a remote connection +[16:57:23] [Server thread/TRACE] [FML]: The mod death_compass accepts its own version (0.0.3) +[16:57:23] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into death_compass +[16:57:23] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for death_compass +[16:57:23] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for death_compass.ModItems$RegistrationHandlerBlocks for mod death_compass +[16:57:23] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class death_compass.ModItems$RegistrationHandlerBlocks +[16:57:23] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into death_compass for type INSTANCE +[16:57:23] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod death_compass +[16:57:23] [Server thread/DEBUG] [FML]: Bar Step: Construction - death_compass took 0.006s +[16:57:23] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod despawningspawners +[16:57:23] [Server thread/TRACE] [FML]: Mod despawningspawners is using network checker : Accepting version 1.1 +[16:57:23] [Server thread/TRACE] [FML]: Testing mod despawningspawners to verify it accepts its own version in a remote connection +[16:57:23] [Server thread/TRACE] [FML]: The mod despawningspawners accepts its own version (1.1) +[16:57:23] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into despawningspawners +[16:57:23] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for despawningspawners +[16:57:23] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for com.buuz135.despawningspawners.DespawningConfig$EventHandler for mod despawningspawners +[16:57:23] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class com.buuz135.despawningspawners.DespawningConfig$EventHandler +[16:57:23] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into despawningspawners for type INSTANCE +[16:57:23] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod despawningspawners +[16:57:23] [Server thread/DEBUG] [FML]: Bar Step: Construction - Despawning Spawners took 0.004s +[16:57:23] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod dimensionalcontrol +[16:57:23] [Server thread/TRACE] [FML]: Mod dimensionalcontrol is using network checker : Accepting version 2.13.0 +[16:57:23] [Server thread/TRACE] [FML]: Testing mod dimensionalcontrol to verify it accepts its own version in a remote connection +[16:57:23] [Server thread/TRACE] [FML]: The mod dimensionalcontrol accepts its own version (2.13.0) +[16:57:23] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into dimensionalcontrol +[16:57:23] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for dimensionalcontrol +[16:57:23] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into dimensionalcontrol for type INSTANCE +[16:57:23] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod dimensionalcontrol +[16:57:23] [Server thread/DEBUG] [FML]: Bar Step: Construction - Dimensional Control took 0.014s +[16:57:23] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod dimstages +[16:57:23] [Server thread/TRACE] [FML]: Mod dimstages is using network checker : Accepting version 2.0.23 +[16:57:23] [Server thread/TRACE] [FML]: Testing mod dimstages to verify it accepts its own version in a remote connection +[16:57:23] [Server thread/TRACE] [FML]: The mod dimstages accepts its own version (2.0.23) +[16:57:23] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into dimstages +[16:57:23] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for dimstages +[16:57:23] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into dimstages for type INSTANCE +[16:57:23] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod dimstages +[16:57:23] [Server thread/DEBUG] [FML]: Bar Step: Construction - Dimension Stages took 0.002s +[16:57:23] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod dungpipe +[16:57:23] [Server thread/TRACE] [FML]: Mod dungpipe is using network checker : Accepting version 1.0 +[16:57:23] [Server thread/TRACE] [FML]: Testing mod dungpipe to verify it accepts its own version in a remote connection +[16:57:23] [Server thread/TRACE] [FML]: The mod dungpipe accepts its own version (1.0) +[16:57:23] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into dungpipe +[16:57:23] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for dungpipe +[16:57:23] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for dungpipe.DungPipe for mod dungpipe +[16:57:23] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class dungpipe.DungPipe +[16:57:23] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into dungpipe for type INSTANCE +[16:57:23] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod dungpipe +[16:57:23] [Server thread/DEBUG] [FML]: Bar Step: Construction - Dung Pipe took 0.005s +[16:57:23] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod elevatorid +[16:57:23] [Server thread/TRACE] [FML]: Mod elevatorid is using network checker : Accepting version 1.4.2 +[16:57:23] [Server thread/TRACE] [FML]: Testing mod elevatorid to verify it accepts its own version in a remote connection +[16:57:23] [Server thread/TRACE] [FML]: The mod elevatorid accepts its own version (1.4.2) +[16:57:23] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into elevatorid +[16:57:23] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for elevatorid +[16:57:23] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for xyz.vsngamer.elevator.init.ModSounds for mod elevatorid +[16:57:23] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class xyz.vsngamer.elevator.init.ModSounds +[16:57:23] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for xyz.vsngamer.elevator.init.Registry for mod elevatorid +[16:57:23] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class xyz.vsngamer.elevator.init.Registry +[16:57:23] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for xyz.vsngamer.elevator.ElevatorHandler for mod elevatorid +[16:57:23] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class xyz.vsngamer.elevator.ElevatorHandler +[16:57:23] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for xyz.vsngamer.elevator.init.ModConfig for mod elevatorid +[16:57:23] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class xyz.vsngamer.elevator.init.ModConfig +[16:57:23] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into elevatorid for type INSTANCE +[16:57:23] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod elevatorid +[16:57:23] [Server thread/DEBUG] [FML]: Bar Step: Construction - Elevator Mod took 0.009s +[16:57:23] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod emberroot +[16:57:23] [Server thread/TRACE] [FML]: Mod emberroot is using network checker : Accepting version 1.3.9 +[16:57:23] [Server thread/TRACE] [FML]: Testing mod emberroot to verify it accepts its own version in a remote connection +[16:57:23] [Server thread/TRACE] [FML]: The mod emberroot accepts its own version (1.3.9) +[16:57:23] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into emberroot +[16:57:23] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for emberroot +[16:57:23] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into emberroot for type INSTANCE +[16:57:23] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod emberroot +[16:57:23] [Server thread/DEBUG] [FML]: Bar Step: Construction - EmberRoot Zoo took 0.006s +[16:57:23] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod enderstorage +[16:57:23] [Server thread/TRACE] [FML]: Mod enderstorage is using network checker : Accepting version 2.4.6.137 +[16:57:23] [Server thread/TRACE] [FML]: Testing mod enderstorage to verify it accepts its own version in a remote connection +[16:57:23] [Server thread/TRACE] [FML]: The mod enderstorage accepts its own version (2.4.6.137) +[16:57:23] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into enderstorage +[16:57:23] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for enderstorage +[16:57:23] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into enderstorage for type INSTANCE +[16:57:23] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod enderstorage +[16:57:23] [Server thread/DEBUG] [FML]: Bar Step: Construction - EnderStorage took 0.005s +[16:57:23] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod enderutilities +[16:57:23] [Server thread/TRACE] [FML]: Mod enderutilities is using network checker : Accepting version 0.7.15 +[16:57:23] [Server thread/TRACE] [FML]: Testing mod enderutilities to verify it accepts its own version in a remote connection +[16:57:23] [Server thread/TRACE] [FML]: The mod enderutilities accepts its own version (0.7.15) +[16:57:23] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into enderutilities +[16:57:23] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for enderutilities +[16:57:23] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for fi.dy.masa.enderutilities.registry.EnderUtilitiesItems for mod enderutilities +[16:57:24] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class fi.dy.masa.enderutilities.registry.EnderUtilitiesItems +[16:57:24] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for fi.dy.masa.enderutilities.event.MissingMappingEventHandler for mod enderutilities +[16:57:24] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class fi.dy.masa.enderutilities.event.MissingMappingEventHandler +[16:57:24] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for fi.dy.masa.enderutilities.registry.EnderUtilitiesBlocks for mod enderutilities +[16:57:24] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class fi.dy.masa.enderutilities.registry.EnderUtilitiesBlocks +[16:57:24] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into enderutilities for type INSTANCE +[16:57:24] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod enderutilities +[16:57:24] [Server thread/DEBUG] [FML]: Bar Step: Construction - Ender Utilities took 0.203s +[16:57:24] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod valkyrielib +[16:57:24] [Server thread/TRACE] [FML]: Mod valkyrielib is using network checker : Accepting version 1.12.2-2.0.20.1 +[16:57:24] [Server thread/TRACE] [FML]: Testing mod valkyrielib to verify it accepts its own version in a remote connection +[16:57:24] [Server thread/TRACE] [FML]: The mod valkyrielib accepts its own version (1.12.2-2.0.20.1) +[16:57:24] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into valkyrielib +[16:57:24] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for valkyrielib +[16:57:24] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for com.valkyrieofnight.vlib.module.registry.VLGameRegistry since it is not for mod valkyrielib +[16:57:24] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for com.valkyrieofnight.vliblegacy.lib.registry.VLGameRegistry$BlockItemHandler for mod valkyrielib +[16:57:24] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class com.valkyrieofnight.vliblegacy.lib.registry.VLGameRegistry$BlockItemHandler +[16:57:24] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into valkyrielib for type INSTANCE +[16:57:24] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod valkyrielib +[16:57:24] [Server thread/DEBUG] [FML]: Bar Step: Construction - Valkyrie Lib took 0.082s +[16:57:24] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod environmentaltech +[16:57:24] [Server thread/TRACE] [FML]: Mod environmentaltech is using network checker : Accepting version 1.12.2-2.0.20.1 +[16:57:24] [Server thread/TRACE] [FML]: Testing mod environmentaltech to verify it accepts its own version in a remote connection +[16:57:24] [Server thread/TRACE] [FML]: The mod environmentaltech accepts its own version (1.12.2-2.0.20.1) +[16:57:24] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into environmentaltech +[16:57:24] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for environmentaltech +[16:57:24] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into environmentaltech for type INSTANCE +[16:57:24] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod environmentaltech +[16:57:24] [Server thread/DEBUG] [FML]: Bar Step: Construction - Environmental Tech took 0.012s +[16:57:24] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod extendedcrafting +[16:57:24] [Server thread/TRACE] [FML]: Mod extendedcrafting is using network checker : Accepting version 1.5.6 +[16:57:24] [Server thread/TRACE] [FML]: Testing mod extendedcrafting to verify it accepts its own version in a remote connection +[16:57:24] [Server thread/TRACE] [FML]: The mod extendedcrafting accepts its own version (1.5.6) +[16:57:24] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into extendedcrafting +[16:57:24] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for extendedcrafting +[16:57:24] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into extendedcrafting for type INSTANCE +[16:57:24] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod extendedcrafting +[16:57:24] [Server thread/DEBUG] [FML]: Bar Step: Construction - Extended Crafting took 0.013s +[16:57:24] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod galacticraftcore +[16:57:24] [Server thread/TRACE] [FML]: Mod galacticraftcore is using network checker : Accepting version 4.0.2.280 +[16:57:24] [Server thread/TRACE] [FML]: Testing mod galacticraftcore to verify it accepts its own version in a remote connection +[16:57:24] [Server thread/TRACE] [FML]: The mod galacticraftcore accepts its own version (4.0.2.280) +[16:57:24] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into galacticraftcore +[16:57:24] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for galacticraftcore +[16:57:24] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for micdoodle8.mods.galacticraft.core.GalacticraftCore$RegistrationHandler for mod galacticraftcore +[16:57:24] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class micdoodle8.mods.galacticraft.core.GalacticraftCore$RegistrationHandler +[16:57:24] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into galacticraftcore for type INSTANCE +[16:57:24] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod galacticraftcore +[16:57:24] [Server thread/DEBUG] [FML]: Bar Step: Construction - Galacticraft Core took 0.054s +[16:57:24] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod galacticraftplanets +[16:57:24] [Server thread/TRACE] [FML]: Mod galacticraftplanets is using network checker : Accepting version 4.0.2.280 +[16:57:24] [Server thread/TRACE] [FML]: Testing mod galacticraftplanets to verify it accepts its own version in a remote connection +[16:57:24] [Server thread/TRACE] [FML]: The mod galacticraftplanets accepts its own version (4.0.2.280) +[16:57:24] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into galacticraftplanets +[16:57:24] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for galacticraftplanets +[16:57:24] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into galacticraftplanets for type INSTANCE +[16:57:24] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod galacticraftplanets +[16:57:24] [Server thread/DEBUG] [FML]: Bar Step: Construction - Galacticraft Planets took 0.009s +[16:57:24] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod mjrlegendslib +[16:57:24] [Server thread/TRACE] [FML]: Mod mjrlegendslib is using network checker : Accepting version 1.12.2-1.2.0 +[16:57:24] [Server thread/TRACE] [FML]: Testing mod mjrlegendslib to verify it accepts its own version in a remote connection +[16:57:24] [Server thread/TRACE] [FML]: The mod mjrlegendslib accepts its own version (1.12.2-1.2.0) +[16:57:24] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into mjrlegendslib +[16:57:24] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for mjrlegendslib +[16:57:24] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into mjrlegendslib for type INSTANCE +[16:57:24] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod mjrlegendslib +[16:57:24] [Server thread/DEBUG] [FML]: Bar Step: Construction - MJRLegendsLib took 0.004s +[16:57:24] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod extraplanets +[16:57:24] [Server thread/TRACE] [FML]: Mod extraplanets is using network checker : Accepting version 1.12.2-0.7.0 +[16:57:24] [Server thread/TRACE] [FML]: Testing mod extraplanets to verify it accepts its own version in a remote connection +[16:57:24] [Server thread/TRACE] [FML]: The mod extraplanets accepts its own version (1.12.2-0.7.0) +[16:57:24] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into extraplanets +[16:57:24] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for extraplanets +[16:57:24] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for com.mjr.extraplanets.ExtraPlanets$RegistrationHandler for mod extraplanets +[16:57:24] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class com.mjr.extraplanets.ExtraPlanets$RegistrationHandler +[16:57:24] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into extraplanets for type INSTANCE +[16:57:24] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod extraplanets +[16:57:24] [Server thread/DEBUG] [FML]: Bar Step: Construction - Extra Planets took 0.063s +[16:57:24] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod farmingforblockheads +[16:57:24] [Server thread/TRACE] [FML]: Mod farmingforblockheads is using network checker : Accepting version 3.1.28 +[16:57:24] [Server thread/TRACE] [FML]: Testing mod farmingforblockheads to verify it accepts its own version in a remote connection +[16:57:24] [Server thread/TRACE] [FML]: The mod farmingforblockheads accepts its own version (3.1.28) +[16:57:24] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into farmingforblockheads +[16:57:24] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for farmingforblockheads +[16:57:24] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for net.blay09.mods.farmingforblockheads.FarmingForBlockheads for mod farmingforblockheads +[16:57:24] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class net.blay09.mods.farmingforblockheads.FarmingForBlockheads +[16:57:24] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into farmingforblockheads for type INSTANCE +[16:57:24] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod farmingforblockheads +[16:57:24] [Server thread/DEBUG] [FML]: Bar Step: Construction - Farming for Blockheads took 0.010s +[16:57:24] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod farseek +[16:57:24] [Server thread/TRACE] [FML]: Mod farseek is using network checker : Accepting version 2.5 +[16:57:24] [Server thread/TRACE] [FML]: Testing mod farseek to verify it accepts its own version in a remote connection +[16:57:24] [Server thread/TRACE] [FML]: The mod farseek accepts its own version (2.5) +[16:57:24] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into farseek +[16:57:24] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for farseek +[16:57:24] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into farseek for type INSTANCE +[16:57:24] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod farseek +[16:57:24] [Server thread/DEBUG] [FML]: Bar Step: Construction - Farseek took 0.003s +[16:57:24] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod fastfurnace +[16:57:24] [Server thread/TRACE] [FML]: Mod fastfurnace is using network checker : Accepting version 1.3.1 +[16:57:24] [Server thread/TRACE] [FML]: Testing mod fastfurnace to verify it accepts its own version in a remote connection +[16:57:24] [Server thread/TRACE] [FML]: The mod fastfurnace accepts its own version (1.3.1) +[16:57:24] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into fastfurnace +[16:57:24] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for fastfurnace +[16:57:24] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into fastfurnace for type INSTANCE +[16:57:24] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod fastfurnace +[16:57:24] [Server thread/DEBUG] [FML]: Bar Step: Construction - FastFurnace took 0.002s +[16:57:24] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod fat_cat +[16:57:24] [Server thread/TRACE] [FML]: Mod fat_cat is using network checker : Accepting version 0.0.5 +[16:57:24] [Server thread/TRACE] [FML]: Testing mod fat_cat to verify it accepts its own version in a remote connection +[16:57:24] [Server thread/TRACE] [FML]: The mod fat_cat accepts its own version (0.0.5) +[16:57:24] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into fat_cat +[16:57:24] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for fat_cat +[16:57:24] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for fat_cat.ModItems$RegistrationHandlerBlocks for mod fat_cat +[16:57:24] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class fat_cat.ModItems$RegistrationHandlerBlocks +[16:57:24] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into fat_cat for type INSTANCE +[16:57:24] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod fat_cat +[16:57:24] [Server thread/DEBUG] [FML]: Bar Step: Construction - fat_cat took 0.005s +[16:57:24] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod ferdinandsflowers +[16:57:24] [Server thread/TRACE] [FML]: Mod ferdinandsflowers is using network checker : Accepting version 1.10.4.1 +[16:57:24] [Server thread/TRACE] [FML]: Testing mod ferdinandsflowers to verify it accepts its own version in a remote connection +[16:57:24] [Server thread/TRACE] [FML]: The mod ferdinandsflowers accepts its own version (1.10.4.1) +[16:57:24] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into ferdinandsflowers +[16:57:24] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for ferdinandsflowers +[16:57:24] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for c0_0ry.ferdinandsflowers.ConfigCFF$EventHandler for mod ferdinandsflowers +[16:57:24] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class c0_0ry.ferdinandsflowers.ConfigCFF$EventHandler +[16:57:24] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into ferdinandsflowers for type INSTANCE +[16:57:24] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod ferdinandsflowers +[16:57:24] [Server thread/DEBUG] [FML]: Bar Step: Construction - Ferdinand's Flowers took 0.037s +[16:57:24] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod findme +[16:57:24] [Server thread/TRACE] [FML]: Mod findme is using network checker : Accepting version 1.1.0 +[16:57:24] [Server thread/TRACE] [FML]: Testing mod findme to verify it accepts its own version in a remote connection +[16:57:24] [Server thread/TRACE] [FML]: The mod findme accepts its own version (1.1.0) +[16:57:24] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into findme +[16:57:24] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for findme +[16:57:24] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for com.buuz135.findme.proxy.FindMeConfig$EventHandler for mod findme +[16:57:24] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class com.buuz135.findme.proxy.FindMeConfig$EventHandler +[16:57:24] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into findme for type INSTANCE +[16:57:24] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod findme +[16:57:24] [Server thread/DEBUG] [FML]: Bar Step: Construction - FindMe took 0.005s +[16:57:24] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod foamfix +[16:57:24] [Server thread/TRACE] [FML]: Mod foamfix is using network checker : No network checking performed +[16:57:24] [Server thread/TRACE] [FML]: Testing mod foamfix to verify it accepts its own version in a remote connection +[16:57:24] [Server thread/TRACE] [FML]: The mod foamfix accepts its own version (0.10.10-1.12.2) +[16:57:24] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into foamfix +[16:57:24] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for foamfix +[16:57:24] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into foamfix for type INSTANCE +[16:57:24] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod foamfix +[16:57:24] [Server thread/DEBUG] [FML]: Bar Step: Construction - FoamFix took 0.001s +[16:57:24] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod forgelin +[16:57:24] [Server thread/DEBUG] [KotlinAdapter]: FML has asked for Forgelin to be constructed +[16:57:24] [Server thread/TRACE] [FML]: Mod forgelin is using network checker : No network checking performed +[16:57:24] [Server thread/TRACE] [FML]: Testing mod forgelin to verify it accepts its own version in a remote connection +[16:57:24] [Server thread/TRACE] [FML]: The mod forgelin accepts its own version (1.8.2) +[16:57:24] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into forgelin +[16:57:24] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for forgelin +[16:57:24] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into forgelin for type INSTANCE +[16:57:24] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod forgelin +[16:57:24] [Server thread/DEBUG] [FML]: Bar Step: Construction - Shadowfacts' Forgelin took 0.164s +[16:57:24] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod forgemultipartcbe +[16:57:24] [Server thread/TRACE] [FML]: Mod forgemultipartcbe is using network checker : Accepting version 2.6.1.81 +[16:57:24] [Server thread/TRACE] [FML]: Testing mod forgemultipartcbe to verify it accepts its own version in a remote connection +[16:57:24] [Server thread/TRACE] [FML]: The mod forgemultipartcbe accepts its own version (2.6.1.81) +[16:57:24] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into forgemultipartcbe +[16:57:24] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for forgemultipartcbe +[16:57:24] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into forgemultipartcbe for type INSTANCE +[16:57:24] [Server thread/DEBUG] [FML]: Skipping @net.minecraftforge.fml.common.Mod$Instance injection for codechicken.multipart.minecraft.MinecraftMultipartMod.instance since it is not for mod forgemultipartcbe +[16:57:24] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod forgemultipartcbe +[16:57:24] [Server thread/DEBUG] [FML]: Bar Step: Construction - Forge Multipart CBE took 0.008s +[16:57:24] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod microblockcbe +[16:57:24] [Server thread/TRACE] [FML]: Mod microblockcbe is using network checker : Accepting version 2.6.1.81 +[16:57:24] [Server thread/TRACE] [FML]: Testing mod microblockcbe to verify it accepts its own version in a remote connection +[16:57:24] [Server thread/TRACE] [FML]: The mod microblockcbe accepts its own version (2.6.1.81) +[16:57:24] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into microblockcbe +[16:57:24] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for microblockcbe +[16:57:24] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into microblockcbe for type INSTANCE +[16:57:24] [Server thread/DEBUG] [FML]: Skipping @net.minecraftforge.fml.common.Mod$Instance injection for codechicken.multipart.minecraft.MinecraftMultipartMod.instance since it is not for mod microblockcbe +[16:57:24] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod microblockcbe +[16:57:24] [Server thread/DEBUG] [FML]: Bar Step: Construction - Forge Microblocks took 0.004s +[16:57:24] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod minecraftmultipartcbe +[16:57:24] [Server thread/TRACE] [FML]: Mod minecraftmultipartcbe is using network checker : Accepting version 2.6.1.81 +[16:57:24] [Server thread/TRACE] [FML]: Testing mod minecraftmultipartcbe to verify it accepts its own version in a remote connection +[16:57:24] [Server thread/TRACE] [FML]: The mod minecraftmultipartcbe accepts its own version (2.6.1.81) +[16:57:24] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into minecraftmultipartcbe +[16:57:24] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for minecraftmultipartcbe +[16:57:24] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into minecraftmultipartcbe for type INSTANCE +[16:57:24] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod minecraftmultipartcbe +[16:57:24] [Server thread/DEBUG] [FML]: Bar Step: Construction - Minecraft Multipart Plugin took 0.002s +[16:57:24] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod galacticrafttweaker +[16:57:24] [Server thread/TRACE] [FML]: Mod galacticrafttweaker is using network checker : Accepting version 1.12.2-1.0.3 +[16:57:24] [Server thread/TRACE] [FML]: Testing mod galacticrafttweaker to verify it accepts its own version in a remote connection +[16:57:24] [Server thread/TRACE] [FML]: The mod galacticrafttweaker accepts its own version (1.12.2-1.0.3) +[16:57:24] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into galacticrafttweaker +[16:57:24] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for galacticrafttweaker +[16:57:24] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into galacticrafttweaker for type INSTANCE +[16:57:24] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod galacticrafttweaker +[16:57:24] [Server thread/DEBUG] [FML]: Bar Step: Construction - galacticrafttweaker took 0.002s +[16:57:24] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod advgenerators +[16:57:24] [Server thread/TRACE] [FML]: Mod advgenerators is using network checker : Accepting version 0.9.20.12 +[16:57:24] [Server thread/TRACE] [FML]: Testing mod advgenerators to verify it accepts its own version in a remote connection +[16:57:24] [Server thread/TRACE] [FML]: The mod advgenerators accepts its own version (0.9.20.12) +[16:57:24] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into advgenerators +[16:57:24] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for advgenerators +[16:57:24] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into advgenerators for type INSTANCE +[16:57:24] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod advgenerators +[16:57:24] [Server thread/DEBUG] [FML]: Bar Step: Construction - Advanced Generators took 0.006s +[16:57:24] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod gobblecore +[16:57:24] [Server thread/TRACE] [FML]: Mod gobblecore is using network checker : Accepting version 1.12-0.1.6.35 +[16:57:24] [Server thread/TRACE] [FML]: Testing mod gobblecore to verify it accepts its own version in a remote connection +[16:57:24] [Server thread/TRACE] [FML]: The mod gobblecore accepts its own version (1.12-0.1.6.35) +[16:57:24] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into gobblecore +[16:57:24] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for gobblecore +[16:57:24] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into gobblecore for type INSTANCE +[16:57:24] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod gobblecore +[16:57:24] [Server thread/DEBUG] [FML]: Bar Step: Construction - Gobble Core took 0.006s +[16:57:24] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod harvest +[16:57:24] [Server thread/TRACE] [FML]: Mod harvest is using network checker : No network checking performed +[16:57:24] [Server thread/TRACE] [FML]: Testing mod harvest to verify it accepts its own version in a remote connection +[16:57:24] [Server thread/TRACE] [FML]: The mod harvest accepts its own version (1.12-1.2.7-20) +[16:57:24] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into harvest +[16:57:24] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for harvest +[16:57:24] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for tehnut.harvest.Harvest$EventHandler for mod harvest +[16:57:24] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class tehnut.harvest.Harvest$EventHandler +[16:57:24] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into harvest for type INSTANCE +[16:57:24] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod harvest +[16:57:24] [Server thread/DEBUG] [FML]: Bar Step: Construction - Harvest took 0.003s +[16:57:24] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod horsepower +[16:57:24] [Server thread/TRACE] [FML]: Mod horsepower is using network checker : Accepting version 2.6.4 +[16:57:24] [Server thread/TRACE] [FML]: Testing mod horsepower to verify it accepts its own version in a remote connection +[16:57:24] [Server thread/TRACE] [FML]: The mod horsepower accepts its own version (2.6.4) +[16:57:24] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into horsepower +[16:57:24] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for horsepower +[16:57:24] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for se.gory_moon.horsepower.items.ModItems$RegistrationHandler for mod horsepower +[16:57:24] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class se.gory_moon.horsepower.items.ModItems$RegistrationHandler +[16:57:24] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for se.gory_moon.horsepower.HorsePowerMod for mod horsepower +[16:57:24] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class se.gory_moon.horsepower.HorsePowerMod +[16:57:24] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for se.gory_moon.horsepower.blocks.ModBlocks$RegistrationHandler for mod horsepower +[16:57:24] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class se.gory_moon.horsepower.blocks.ModBlocks$RegistrationHandler +[16:57:24] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for se.gory_moon.horsepower.items.ModItems for mod horsepower +[16:57:24] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class se.gory_moon.horsepower.items.ModItems +[16:57:24] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for se.gory_moon.horsepower.HPEventHandler for mod horsepower +[16:57:24] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class se.gory_moon.horsepower.HPEventHandler +[16:57:24] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into horsepower for type INSTANCE +[16:57:24] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod horsepower +[16:57:24] [Server thread/DEBUG] [FML]: Bar Step: Construction - Horse Power took 0.046s +[16:57:24] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod huntingdim +[16:57:24] [Server thread/TRACE] [FML]: Mod huntingdim is using network checker : Accepting version 1.0.42 +[16:57:24] [Server thread/TRACE] [FML]: Testing mod huntingdim to verify it accepts its own version in a remote connection +[16:57:24] [Server thread/TRACE] [FML]: The mod huntingdim accepts its own version (1.0.42) +[16:57:24] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into huntingdim +[16:57:24] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for huntingdim +[16:57:24] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into huntingdim for type INSTANCE +[16:57:24] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod huntingdim +[16:57:24] [Server thread/DEBUG] [FML]: Bar Step: Construction - Hunting Dimension took 0.019s +[16:57:24] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod igwmod +[16:57:24] [Server thread/TRACE] [FML]: Mod igwmod is using network checker : Invoking method onConnectRequest +[16:57:24] [Server thread/TRACE] [FML]: Testing mod igwmod to verify it accepts its own version in a remote connection +[16:57:24] [Server thread/TRACE] [FML]: The mod igwmod accepts its own version (1.4.4-15) +[16:57:24] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into igwmod +[16:57:24] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for igwmod +[16:57:24] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into igwmod for type INSTANCE +[16:57:24] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod igwmod +[16:57:24] [Server thread/DEBUG] [FML]: Bar Step: Construction - In-Game wiki Mod took 0.005s +[16:57:24] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod mcjtylib_ng +[16:57:24] [Server thread/TRACE] [FML]: Mod mcjtylib_ng is using network checker : Accepting version 3.5.4 +[16:57:24] [Server thread/TRACE] [FML]: Testing mod mcjtylib_ng to verify it accepts its own version in a remote connection +[16:57:24] [Server thread/TRACE] [FML]: The mod mcjtylib_ng accepts its own version (3.5.4) +[16:57:24] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into mcjtylib_ng +[16:57:24] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for mcjtylib_ng +[16:57:24] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into mcjtylib_ng for type INSTANCE +[16:57:24] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod mcjtylib_ng +[16:57:24] [Server thread/DEBUG] [FML]: Bar Step: Construction - McJtyLib took 0.011s +[16:57:24] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod immcraft +[16:57:24] [Server thread/TRACE] [FML]: Mod immcraft is using network checker : Accepting version 1.6.0 +[16:57:24] [Server thread/TRACE] [FML]: Testing mod immcraft to verify it accepts its own version in a remote connection +[16:57:24] [Server thread/TRACE] [FML]: The mod immcraft accepts its own version (1.6.0) +[16:57:24] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into immcraft +[16:57:24] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for immcraft +[16:57:24] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for mcjty.immcraft.setup.Registration for mod immcraft +[16:57:24] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class mcjty.immcraft.setup.Registration +[16:57:24] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into immcraft for type INSTANCE +[16:57:24] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod immcraft +[16:57:24] [Server thread/DEBUG] [FML]: Bar Step: Construction - Immersive Craft took 0.019s +[16:57:24] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod immersivepetroleum +[16:57:24] [Server thread/TRACE] [FML]: Mod immersivepetroleum is using network checker : Accepting version 1.1.9 +[16:57:24] [Server thread/TRACE] [FML]: Testing mod immersivepetroleum to verify it accepts its own version in a remote connection +[16:57:24] [Server thread/TRACE] [FML]: The mod immersivepetroleum accepts its own version (1.1.9) +[16:57:24] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into immersivepetroleum +[16:57:24] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for immersivepetroleum +[16:57:24] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for flaxbeard.immersivepetroleum.common.EventHandler for mod immersivepetroleum +[16:57:24] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class flaxbeard.immersivepetroleum.common.EventHandler +[16:57:24] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for flaxbeard.immersivepetroleum.common.IPContent for mod immersivepetroleum +[16:57:24] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class flaxbeard.immersivepetroleum.common.IPContent +[16:57:24] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into immersivepetroleum for type INSTANCE +[16:57:24] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod immersivepetroleum +[16:57:24] [Server thread/DEBUG] [FML]: Bar Step: Construction - Immersive Petroleum took 0.066s +[16:57:24] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod immersivetech +[16:57:24] [Server thread/TRACE] [FML]: Mod immersivetech is using network checker : Accepting version 1.3.10 +[16:57:24] [Server thread/TRACE] [FML]: Testing mod immersivetech to verify it accepts its own version in a remote connection +[16:57:24] [Server thread/TRACE] [FML]: The mod immersivetech accepts its own version (1.3.10) +[16:57:24] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into immersivetech +[16:57:24] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for immersivetech +[16:57:24] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for ferro2000.immersivetech.common.ITContent for mod immersivetech +[16:57:24] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class ferro2000.immersivetech.common.ITContent +[16:57:24] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into immersivetech for type INSTANCE +[16:57:24] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod immersivetech +[16:57:24] [Server thread/DEBUG] [FML]: Bar Step: Construction - Immersive Tech took 0.031s +[16:57:24] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod improvedbackpacks +[16:57:24] [Server thread/TRACE] [FML]: Mod improvedbackpacks is using network checker : Accepting version 1.12.2-1.5.0.0 +[16:57:24] [Server thread/TRACE] [FML]: Testing mod improvedbackpacks to verify it accepts its own version in a remote connection +[16:57:24] [Server thread/TRACE] [FML]: The mod improvedbackpacks accepts its own version (1.12.2-1.5.0.0) +[16:57:24] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into improvedbackpacks +[16:57:24] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for improvedbackpacks +[16:57:24] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into improvedbackpacks for type INSTANCE +[16:57:24] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod improvedbackpacks +[16:57:24] [Server thread/DEBUG] [FML]: Bar Step: Construction - Improved Backpacks took 0.008s +[16:57:24] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod incontrol +[16:57:24] [Server thread/TRACE] [FML]: Mod incontrol is using network checker : No network checking performed +[16:57:24] [Server thread/TRACE] [FML]: Testing mod incontrol to verify it accepts its own version in a remote connection +[16:57:24] [Server thread/TRACE] [FML]: The mod incontrol accepts its own version (3.9.16) +[16:57:24] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into incontrol +[16:57:24] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for incontrol +[16:57:24] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into incontrol for type INSTANCE +[16:57:24] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod incontrol +[16:57:24] [Server thread/DEBUG] [FML]: Bar Step: Construction - InControl took 0.007s +[16:57:24] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod indlog +[16:57:24] [Server thread/TRACE] [FML]: Mod indlog is using network checker : Accepting version 1.3.4 +[16:57:24] [Server thread/TRACE] [FML]: Testing mod indlog to verify it accepts its own version in a remote connection +[16:57:24] [Server thread/TRACE] [FML]: The mod indlog accepts its own version (1.3.4) +[16:57:24] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into indlog +[16:57:24] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for indlog +[16:57:24] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for cd4017be.indlog.Objects for mod indlog +[16:57:24] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class cd4017be.indlog.Objects +[16:57:24] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into indlog for type INSTANCE +[16:57:24] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod indlog +[16:57:24] [Server thread/DEBUG] [FML]: Bar Step: Construction - Inductive Logistics took 0.045s +[16:57:24] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod teslacorelib +[16:57:24] [Server thread/DEBUG] [forge]: Preloading CrashReport Classes +[16:57:24] [Server thread/DEBUG] [forge]: net/ndrei/teslacorelib/render/GhostedItemRenderer$renderItemInGUI$1 +[16:57:24] [Server thread/DEBUG] [forge]: net/ndrei/teslacorelib/render/GhostedItemRenderer$renderItemInGUI$2 +[16:57:24] [Server thread/DEBUG] [forge]: net/ndrei/teslacorelib/render/GhostedItemRenderer$renderItemInGUI$3 +[16:57:24] [Server thread/DEBUG] [forge]: net/ndrei/teslacorelib/render/GhostedItemRenderer$renderItemInGUI$4 +[16:57:24] [Server thread/DEBUG] [KotlinAdapter]: FML has asked for TeslaCoreLib to be constructed +[16:57:24] [Server thread/TRACE] [FML]: Mod teslacorelib is using network checker : Accepting version 1.0.15 +[16:57:24] [Server thread/TRACE] [FML]: Testing mod teslacorelib to verify it accepts its own version in a remote connection +[16:57:24] [Server thread/TRACE] [FML]: The mod teslacorelib accepts its own version (1.0.15) +[16:57:24] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into teslacorelib +[16:57:24] [Server thread/DEBUG] [KotlinAdapter]: Setting proxy: TeslaCoreLib.proxy -> net.ndrei.teslacorelib.ServerProxy@252b2abb +[16:57:24] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for teslacorelib +[16:57:24] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into teslacorelib for type INSTANCE +[16:57:24] [Server thread/WARN] [teslacorelib]: Annotated class 'net.ndrei.teslacorelib.blocks.multipart.MultiPartBlockEvents' not found! +[16:57:24] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod teslacorelib +[16:57:24] [Server thread/DEBUG] [FML]: Bar Step: Construction - Tesla Core Lib took 0.049s +[16:57:24] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod industrialforegoing +[16:57:24] [Server thread/TRACE] [FML]: Mod industrialforegoing is using network checker : Accepting version 1.12.2-1.12.2 +[16:57:24] [Server thread/TRACE] [FML]: Testing mod industrialforegoing to verify it accepts its own version in a remote connection +[16:57:24] [Server thread/TRACE] [FML]: The mod industrialforegoing accepts its own version (1.12.2-1.12.2) +[16:57:24] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into industrialforegoing +[16:57:24] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for industrialforegoing +[16:57:24] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for com.buuz135.industrial.item.infinity.OneThreeFiveHandler for mod industrialforegoing +[16:57:24] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class com.buuz135.industrial.item.infinity.OneThreeFiveHandler +[16:57:24] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for com.buuz135.industrial.proxy.event.CocoaBeanRightClickHarvesting for mod industrialforegoing +[16:57:24] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class com.buuz135.industrial.proxy.event.CocoaBeanRightClickHarvesting +[16:57:24] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into industrialforegoing for type INSTANCE +[16:57:24] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod industrialforegoing +[16:57:24] [Server thread/DEBUG] [FML]: Bar Step: Construction - Industrial Foregoing took 0.035s +[16:57:24] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod infoaccessories +[16:57:24] [Server thread/TRACE] [FML]: Mod infoaccessories is using network checker : Accepting version 1.0.11 +[16:57:24] [Server thread/TRACE] [FML]: Testing mod infoaccessories to verify it accepts its own version in a remote connection +[16:57:24] [Server thread/TRACE] [FML]: The mod infoaccessories accepts its own version (1.0.11) +[16:57:24] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into infoaccessories +[16:57:24] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for infoaccessories +[16:57:24] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into infoaccessories for type INSTANCE +[16:57:24] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod infoaccessories +[16:57:24] [Server thread/DEBUG] [FML]: Bar Step: Construction - Info Accessories took 0.004s +[16:57:24] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod integrateddynamics +[16:57:25] [Server thread/TRACE] [FML]: Mod integrateddynamics is using network checker : Accepting version 1.0.14 +[16:57:25] [Server thread/TRACE] [FML]: Testing mod integrateddynamics to verify it accepts its own version in a remote connection +[16:57:25] [Server thread/TRACE] [FML]: The mod integrateddynamics accepts its own version (1.0.14) +[16:57:25] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into integrateddynamics +[16:57:25] [Server thread/DEBUG] [FML]: Skipping proxy injection for org.cyclops.integrateddynamicscompat.IntegratedDynamicsCompat.proxy since it is not for mod integrateddynamics +[16:57:25] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for integrateddynamics +[16:57:25] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into integrateddynamics for type INSTANCE +[16:57:25] [Server thread/DEBUG] [FML]: Skipping @net.minecraftforge.fml.common.Mod$Instance injection for org.cyclops.integrateddynamicscompat.IntegratedDynamicsCompat._instance since it is not for mod integrateddynamics +[16:57:25] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod integrateddynamics +[16:57:25] [Server thread/DEBUG] [FML]: Bar Step: Construction - Integrated Dynamics took 0.105s +[16:57:25] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod integrateddynamicscompat +[16:57:25] [Server thread/TRACE] [FML]: Mod integrateddynamicscompat is using network checker : Accepting version 1.0.0 +[16:57:25] [Server thread/TRACE] [FML]: Testing mod integrateddynamicscompat to verify it accepts its own version in a remote connection +[16:57:25] [Server thread/TRACE] [FML]: The mod integrateddynamicscompat accepts its own version (1.0.0) +[16:57:25] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into integrateddynamicscompat +[16:57:25] [Server thread/DEBUG] [FML]: Skipping proxy injection for org.cyclops.integrateddynamics.IntegratedDynamics.proxy since it is not for mod integrateddynamicscompat +[16:57:25] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for integrateddynamicscompat +[16:57:25] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into integrateddynamicscompat for type INSTANCE +[16:57:25] [Server thread/DEBUG] [FML]: Skipping @net.minecraftforge.fml.common.Mod$Instance injection for org.cyclops.integrateddynamics.IntegratedDynamics._instance since it is not for mod integrateddynamicscompat +[16:57:25] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod integrateddynamicscompat +[16:57:25] [Server thread/DEBUG] [FML]: Bar Step: Construction - IntegratedDynamics-Compat took 0.043s +[16:57:25] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod inventorytweaks +[16:57:25] [Server thread/TRACE] [FML]: Mod inventorytweaks is using network checker : No network checking performed +[16:57:25] [Server thread/TRACE] [FML]: Testing mod inventorytweaks to verify it accepts its own version in a remote connection +[16:57:25] [Server thread/TRACE] [FML]: The mod inventorytweaks accepts its own version (1.64+dev.151.822d839) +[16:57:25] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into inventorytweaks +[16:57:25] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for inventorytweaks +[16:57:25] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into inventorytweaks for type INSTANCE +[16:57:25] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod inventorytweaks +[16:57:25] [Server thread/DEBUG] [FML]: Bar Step: Construction - Inventory Tweaks took 0.007s +[16:57:25] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod ironbackpacks +[16:57:25] [Server thread/TRACE] [FML]: Mod ironbackpacks is using network checker : Accepting version 1.12.2-3.0.8-12 +[16:57:25] [Server thread/TRACE] [FML]: Testing mod ironbackpacks to verify it accepts its own version in a remote connection +[16:57:25] [Server thread/TRACE] [FML]: The mod ironbackpacks accepts its own version (1.12.2-3.0.8-12) +[16:57:25] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into ironbackpacks +[16:57:25] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for ironbackpacks +[16:57:25] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for gr8pefish.ironbackpacks.core.RegistrarIronBackpacks for mod ironbackpacks +[16:57:25] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class gr8pefish.ironbackpacks.core.RegistrarIronBackpacks +[16:57:25] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for gr8pefish.ironbackpacks.core.UpgradeEventHandler for mod ironbackpacks +[16:57:25] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class gr8pefish.ironbackpacks.core.UpgradeEventHandler +[16:57:25] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for gr8pefish.ironbackpacks.core.EventHandler for mod ironbackpacks +[16:57:25] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class gr8pefish.ironbackpacks.core.EventHandler +[16:57:25] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for gr8pefish.ironbackpacks.core.RecipesIronBackpacks for mod ironbackpacks +[16:57:25] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class gr8pefish.ironbackpacks.core.RecipesIronBackpacks +[16:57:25] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for gr8pefish.ironbackpacks.ConfigHandler for mod ironbackpacks +[16:57:25] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class gr8pefish.ironbackpacks.ConfigHandler +[16:57:25] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into ironbackpacks for type INSTANCE +[16:57:25] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod ironbackpacks +[16:57:25] [Server thread/DEBUG] [FML]: Bar Step: Construction - Iron Backpacks took 0.018s +[16:57:25] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod ironchest +[16:57:25] [Server thread/TRACE] [FML]: Mod ironchest is using network checker : Accepting version 1.12.2-7.0.67.844 +[16:57:25] [Server thread/TRACE] [FML]: Testing mod ironchest to verify it accepts its own version in a remote connection +[16:57:25] [Server thread/TRACE] [FML]: The mod ironchest accepts its own version (1.12.2-7.0.67.844) +[16:57:25] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into ironchest +[16:57:25] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for ironchest +[16:57:25] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for cpw.mods.ironchest.common.core.IronChestItems$Registration for mod ironchest +[16:57:25] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class cpw.mods.ironchest.common.core.IronChestItems$Registration +[16:57:25] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for cpw.mods.ironchest.common.core.IronChestBlocks$Registration for mod ironchest +[16:57:25] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class cpw.mods.ironchest.common.core.IronChestBlocks$Registration +[16:57:25] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into ironchest for type INSTANCE +[16:57:25] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod ironchest +[16:57:25] [Server thread/DEBUG] [FML]: Bar Step: Construction - Iron Chest took 0.016s +[16:57:25] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod ironjetpacks +[16:57:25] [Server thread/TRACE] [FML]: Mod ironjetpacks is using network checker : Accepting version 1.1.0 +[16:57:25] [Server thread/TRACE] [FML]: Testing mod ironjetpacks to verify it accepts its own version in a remote connection +[16:57:25] [Server thread/TRACE] [FML]: The mod ironjetpacks accepts its own version (1.1.0) +[16:57:25] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into ironjetpacks +[16:57:25] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for ironjetpacks +[16:57:25] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for com.blakebr0.ironjetpacks.sound.ModSounds for mod ironjetpacks +[16:57:25] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class com.blakebr0.ironjetpacks.sound.ModSounds +[16:57:25] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for com.blakebr0.ironjetpacks.handler.InputHandler for mod ironjetpacks +[16:57:25] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class com.blakebr0.ironjetpacks.handler.InputHandler +[16:57:25] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for com.blakebr0.ironjetpacks.crafting.ModRecipes for mod ironjetpacks +[16:57:25] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class com.blakebr0.ironjetpacks.crafting.ModRecipes +[16:57:25] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for com.blakebr0.ironjetpacks.config.ModConfig for mod ironjetpacks +[16:57:25] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class com.blakebr0.ironjetpacks.config.ModConfig +[16:57:25] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into ironjetpacks for type INSTANCE +[16:57:25] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod ironjetpacks +[16:57:25] [Server thread/DEBUG] [FML]: Bar Step: Construction - Iron Jetpacks took 0.013s +[16:57:25] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod itemstages +[16:57:25] [Server thread/TRACE] [FML]: Mod itemstages is using network checker : Accepting version 2.0.49 +[16:57:25] [Server thread/TRACE] [FML]: Testing mod itemstages to verify it accepts its own version in a remote connection +[16:57:25] [Server thread/TRACE] [FML]: The mod itemstages accepts its own version (2.0.49) +[16:57:25] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into itemstages +[16:57:25] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for itemstages +[16:57:25] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into itemstages for type INSTANCE +[16:57:25] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod itemstages +[16:57:25] [Server thread/DEBUG] [FML]: Bar Step: Construction - Item Stages took 0.007s +[16:57:25] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod journeymap +[16:57:25] [Server thread/TRACE] [FML]: Mod journeymap is using network checker : Invoking method checkModLists +[16:57:25] [Server thread/TRACE] [FML]: Testing mod journeymap to verify it accepts its own version in a remote connection +[16:57:25] [Server thread/TRACE] [FML]: The mod journeymap accepts its own version (1.12.2-5.5.4) +[16:57:25] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into journeymap +[16:57:25] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for journeymap +[16:57:25] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into journeymap for type INSTANCE +[16:57:25] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod journeymap +[16:57:25] [Server thread/DEBUG] [FML]: Bar Step: Construction - JourneyMap took 0.006s +[16:57:25] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod jarm +[16:57:25] [Server thread/TRACE] [FML]: Mod jarm is using network checker : Accepting version 1.1.2 +[16:57:25] [Server thread/TRACE] [FML]: Testing mod jarm to verify it accepts its own version in a remote connection +[16:57:25] [Server thread/TRACE] [FML]: The mod jarm accepts its own version (1.1.2) +[16:57:25] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into jarm +[16:57:25] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for jarm +[16:57:25] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for com.Mrbysco.JustARaftMod.config.RaftConfigGen$EventHandler for mod jarm +[16:57:25] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class com.Mrbysco.JustARaftMod.config.RaftConfigGen$EventHandler +[16:57:25] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for com.Mrbysco.JustARaftMod.init.ModItems for mod jarm +[16:57:25] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class com.Mrbysco.JustARaftMod.init.ModItems +[16:57:25] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for com.Mrbysco.JustARaftMod.init.ModRenders for mod jarm +[16:57:25] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class com.Mrbysco.JustARaftMod.init.ModRenders +[16:57:25] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into jarm for type INSTANCE +[16:57:25] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod jarm +[16:57:25] [Server thread/DEBUG] [FML]: Bar Step: Construction - Just A Raft Mod took 0.009s +[16:57:25] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod jaff +[16:57:25] [Server thread/INFO] [sevpatches_core]: PatchJaffFishLiveInWater succeeded +[16:57:25] [Server thread/INFO] [sevpatches_core]: JAFFA patch: implemented isNotColliding +[16:57:25] [Server thread/INFO] [sevpatches_core]: JAFFA patch: implemented isPushedByWater +[16:57:25] [Server thread/INFO] [sevpatches_core]: JAFFA patch: getCanSpawnHere now always true +[16:57:25] [Server thread/INFO] [sevpatches_core]: PatchJaffFishAreFish succeeded +[16:57:25] [Server thread/TRACE] [FML]: Mod jaff is using network checker : Accepting version 1.7_for_1.12 +[16:57:25] [Server thread/TRACE] [FML]: Testing mod jaff to verify it accepts its own version in a remote connection +[16:57:25] [Server thread/TRACE] [FML]: The mod jaff accepts its own version (1.7_for_1.12) +[16:57:25] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into jaff +[16:57:25] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for jaff +[16:57:25] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into jaff for type INSTANCE +[16:57:25] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod jaff +[16:57:25] [Server thread/DEBUG] [FML]: Bar Step: Construction - Just a Few Fish took 0.038s +[16:57:25] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod jeid +[16:57:25] [Server thread/TRACE] [FML]: Mod jeid is using network checker : Accepting version 1.0.3-55 +[16:57:25] [Server thread/TRACE] [FML]: Testing mod jeid to verify it accepts its own version in a remote connection +[16:57:25] [Server thread/TRACE] [FML]: The mod jeid accepts its own version (1.0.3-55) +[16:57:25] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into jeid +[16:57:25] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for jeid +[16:57:25] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into jeid for type INSTANCE +[16:57:25] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod jeid +[16:57:25] [Server thread/DEBUG] [FML]: Bar Step: Construction - JustEnoughIDs took 0.001s +[16:57:25] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod kleeslabs +[16:57:25] [Server thread/TRACE] [FML]: Mod kleeslabs is using network checker : Accepting version 5.4.12 +[16:57:25] [Server thread/TRACE] [FML]: Testing mod kleeslabs to verify it accepts its own version in a remote connection +[16:57:25] [Server thread/TRACE] [FML]: The mod kleeslabs accepts its own version (5.4.12) +[16:57:25] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into kleeslabs +[16:57:25] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for kleeslabs +[16:57:25] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for net.blay09.mods.kleeslabs.JsonCompatLoader for mod kleeslabs +[16:57:25] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class net.blay09.mods.kleeslabs.JsonCompatLoader +[16:57:25] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into kleeslabs for type INSTANCE +[16:57:25] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod kleeslabs +[16:57:25] [Server thread/DEBUG] [FML]: Bar Step: Construction - KleeSlabs took 0.007s +[16:57:25] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod lex +[16:57:25] [Server thread/TRACE] [FML]: Mod lex is using network checker : Accepting version 1.0.8 +[16:57:25] [Server thread/TRACE] [FML]: Testing mod lex to verify it accepts its own version in a remote connection +[16:57:25] [Server thread/TRACE] [FML]: The mod lex accepts its own version (1.0.8) +[16:57:25] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into lex +[16:57:25] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for lex +[16:57:25] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into lex for type INSTANCE +[16:57:25] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod lex +[16:57:25] [Server thread/DEBUG] [FML]: Bar Step: Construction - LibEx took 0.014s +[16:57:25] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod lttweaker +[16:57:25] [Server thread/TRACE] [FML]: Mod lttweaker is using network checker : Accepting version 1.1.14 +[16:57:25] [Server thread/TRACE] [FML]: Testing mod lttweaker to verify it accepts its own version in a remote connection +[16:57:25] [Server thread/TRACE] [FML]: The mod lttweaker accepts its own version (1.1.14) +[16:57:25] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into lttweaker +[16:57:25] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for lttweaker +[16:57:25] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into lttweaker for type INSTANCE +[16:57:25] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod lttweaker +[16:57:25] [Server thread/DEBUG] [FML]: Bar Step: Construction - Loot Table Tweaker took 0.005s +[16:57:25] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod magma_monsters +[16:57:25] [Server thread/TRACE] [FML]: Mod magma_monsters is using network checker : Accepting version 0.3.0 +[16:57:25] [Server thread/TRACE] [FML]: Testing mod magma_monsters to verify it accepts its own version in a remote connection +[16:57:25] [Server thread/TRACE] [FML]: The mod magma_monsters accepts its own version (0.3.0) +[16:57:25] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into magma_monsters +[16:57:25] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for magma_monsters +[16:57:25] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for magma_monsters.ModSounds$RegistrationHandlerSounds for mod magma_monsters +[16:57:25] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class magma_monsters.ModSounds$RegistrationHandlerSounds +[16:57:25] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into magma_monsters for type INSTANCE +[16:57:25] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod magma_monsters +[16:57:25] [Server thread/DEBUG] [FML]: Bar Step: Construction - magma_monsters took 0.005s +[16:57:25] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod mekatweaks +[16:57:25] [Server thread/TRACE] [FML]: Mod mekatweaks is using network checker : Accepting version 1.0.0-3 +[16:57:25] [Server thread/TRACE] [FML]: Testing mod mekatweaks to verify it accepts its own version in a remote connection +[16:57:25] [Server thread/TRACE] [FML]: The mod mekatweaks accepts its own version (1.0.0-3) +[16:57:25] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into mekatweaks +[16:57:25] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for mekatweaks +[16:57:25] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into mekatweaks for type INSTANCE +[16:57:25] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod mekatweaks +[16:57:25] [Server thread/DEBUG] [FML]: Bar Step: Construction - MekaTweaks took 0.003s +[16:57:25] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod mercurius +[16:57:25] [Server thread/TRACE] [FML]: Mod mercurius is using network checker : Accepting version 1.0.6 +[16:57:25] [Server thread/TRACE] [FML]: Testing mod mercurius to verify it accepts its own version in a remote connection +[16:57:25] [Server thread/TRACE] [FML]: The mod mercurius accepts its own version (1.0.6) +[16:57:25] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into mercurius +[16:57:25] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for mercurius +[16:57:25] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into mercurius for type INSTANCE +[16:57:25] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod mercurius +[16:57:25] [Server thread/DEBUG] [FML]: Bar Step: Construction - Mercurius took 0.004s +[16:57:25] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod mobends +[16:57:25] [Server thread/TRACE] [FML]: Mod mobends is using network checker : Accepting version 0.24 +[16:57:25] [Server thread/TRACE] [FML]: Testing mod mobends to verify it accepts its own version in a remote connection +[16:57:25] [Server thread/TRACE] [FML]: The mod mobends accepts its own version (0.24) +[16:57:25] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into mobends +[16:57:25] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for mobends +[16:57:25] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into mobends for type INSTANCE +[16:57:25] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod mobends +[16:57:25] [Server thread/DEBUG] [FML]: Bar Step: Construction - Mo' Bends took 0.004s +[16:57:25] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod mob_grinding_utils +[16:57:25] [Server thread/TRACE] [FML]: Mod mob_grinding_utils is using network checker : Accepting version 0.3.13 +[16:57:25] [Server thread/TRACE] [FML]: Testing mod mob_grinding_utils to verify it accepts its own version in a remote connection +[16:57:25] [Server thread/TRACE] [FML]: The mod mob_grinding_utils accepts its own version (0.3.13) +[16:57:25] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into mob_grinding_utils +[16:57:25] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for mob_grinding_utils +[16:57:25] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for mob_grinding_utils.ModItems$RegistrationHandlerBlocks for mod mob_grinding_utils +[16:57:25] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class mob_grinding_utils.ModItems$RegistrationHandlerBlocks +[16:57:25] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for mob_grinding_utils.ModBlocks$RegistrationHandlerBlocks for mod mob_grinding_utils +[16:57:25] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class mob_grinding_utils.ModBlocks$RegistrationHandlerBlocks +[16:57:25] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for mob_grinding_utils.recipe.ModRecipes$RegistrationHandlerRecipes for mod mob_grinding_utils +[16:57:25] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class mob_grinding_utils.recipe.ModRecipes$RegistrationHandlerRecipes +[16:57:25] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for mob_grinding_utils.ModSounds$RegistrationHandlerSounds for mod mob_grinding_utils +[16:57:25] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class mob_grinding_utils.ModSounds$RegistrationHandlerSounds +[16:57:25] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into mob_grinding_utils for type INSTANCE +[16:57:25] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod mob_grinding_utils +[16:57:25] [Server thread/DEBUG] [FML]: Bar Step: Construction - mob_grinding_utils took 0.024s +[16:57:25] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod mobstages +[16:57:25] [Server thread/TRACE] [FML]: Mod mobstages is using network checker : Accepting version 2.0.13 +[16:57:25] [Server thread/TRACE] [FML]: Testing mod mobstages to verify it accepts its own version in a remote connection +[16:57:25] [Server thread/TRACE] [FML]: The mod mobstages accepts its own version (2.0.13) +[16:57:25] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into mobstages +[16:57:25] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for mobstages +[16:57:25] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into mobstages for type INSTANCE +[16:57:25] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod mobstages +[16:57:25] [Server thread/DEBUG] [FML]: Bar Step: Construction - Mob Stages took 0.005s +[16:57:25] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod modularmachinery +[16:57:25] [Server thread/TRACE] [FML]: Mod modularmachinery is using network checker : Accepting version 1.9.5 +[16:57:25] [Server thread/TRACE] [FML]: Testing mod modularmachinery to verify it accepts its own version in a remote connection +[16:57:25] [Server thread/TRACE] [FML]: The mod modularmachinery accepts its own version (1.9.5) +[16:57:25] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into modularmachinery +[16:57:25] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for modularmachinery +[16:57:25] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into modularmachinery for type INSTANCE +[16:57:25] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod modularmachinery +[16:57:25] [Server thread/DEBUG] [FML]: Bar Step: Construction - Modular Machinery took 0.010s +[16:57:25] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod morpheus +[16:57:25] [Server thread/TRACE] [FML]: Mod morpheus is using network checker : No network checking performed +[16:57:25] [Server thread/TRACE] [FML]: Testing mod morpheus to verify it accepts its own version in a remote connection +[16:57:25] [Server thread/TRACE] [FML]: The mod morpheus accepts its own version (1.12.2-3.5.106) +[16:57:25] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into morpheus +[16:57:25] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for morpheus +[16:57:25] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into morpheus for type INSTANCE +[16:57:25] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod morpheus +[16:57:25] [Server thread/DEBUG] [FML]: Bar Step: Construction - Morpheus took 0.007s +[16:57:25] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod mputils +[16:57:25] [Server thread/TRACE] [FML]: Mod mputils is using network checker : Accepting version 1.5.6 +[16:57:25] [Server thread/TRACE] [FML]: Testing mod mputils to verify it accepts its own version in a remote connection +[16:57:25] [Server thread/TRACE] [FML]: The mod mputils accepts its own version (1.5.6) +[16:57:25] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into mputils +[16:57:25] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for mputils +[16:57:25] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into mputils for type INSTANCE +[16:57:25] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod mputils +[16:57:25] [Server thread/DEBUG] [FML]: Bar Step: Construction - ModPack Utilities took 0.003s +[16:57:25] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod mpbasic +[16:57:25] [Server thread/TRACE] [FML]: Mod mpbasic is using network checker : Accepting version 1.4.7 +[16:57:25] [Server thread/TRACE] [FML]: Testing mod mpbasic to verify it accepts its own version in a remote connection +[16:57:25] [Server thread/TRACE] [FML]: The mod mpbasic accepts its own version (1.4.7) +[16:57:25] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into mpbasic +[16:57:25] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for mpbasic +[16:57:25] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for com.gendeathrow.mpbasic.common.infopanel.CapabilityInfoPanel$EventHandler for mod mpbasic +[16:57:25] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class com.gendeathrow.mpbasic.common.infopanel.CapabilityInfoPanel$EventHandler +[16:57:25] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for com.gendeathrow.mpbasic.world.WorldHandler for mod mpbasic +[16:57:25] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class com.gendeathrow.mpbasic.world.WorldHandler +[16:57:25] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for com.gendeathrow.mpbasic.common.infopanel.InfoPanelOnHandler for mod mpbasic +[16:57:25] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class com.gendeathrow.mpbasic.common.infopanel.InfoPanelOnHandler +[16:57:25] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into mpbasic for type INSTANCE +[16:57:25] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod mpbasic +[16:57:25] [Server thread/DEBUG] [FML]: Bar Step: Construction - ModPack Basic Tools took 0.007s +[16:57:25] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod multiblockstages +[16:57:25] [Server thread/TRACE] [FML]: Mod multiblockstages is using network checker : Accepting version 1.2.0 +[16:57:25] [Server thread/TRACE] [FML]: Testing mod multiblockstages to verify it accepts its own version in a remote connection +[16:57:25] [Server thread/TRACE] [FML]: The mod multiblockstages accepts its own version (1.2.0) +[16:57:25] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into multiblockstages +[16:57:25] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for multiblockstages +[16:57:25] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into multiblockstages for type INSTANCE +[16:57:25] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod multiblockstages +[16:57:25] [Server thread/DEBUG] [FML]: Bar Step: Construction - Multiblockstages took 0.001s +[16:57:25] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod mundaneredstone +[16:57:25] [Server thread/TRACE] [FML]: Mod mundaneredstone is using network checker : Accepting version 1.1.4 +[16:57:25] [Server thread/TRACE] [FML]: Testing mod mundaneredstone to verify it accepts its own version in a remote connection +[16:57:25] [Server thread/TRACE] [FML]: The mod mundaneredstone accepts its own version (1.1.4) +[16:57:25] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into mundaneredstone +[16:57:25] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for mundaneredstone +[16:57:25] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for com.svennieke.MundaneRedstone.config.MundaneConfigGen$EventHandler for mod mundaneredstone +[16:57:25] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class com.svennieke.MundaneRedstone.config.MundaneConfigGen$EventHandler +[16:57:25] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into mundaneredstone for type INSTANCE +[16:57:25] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod mundaneredstone +[16:57:25] [Server thread/DEBUG] [FML]: Bar Step: Construction - Mundane Redstone took 0.007s +[16:57:25] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod mysticalagriculture +[16:57:25] [Server thread/TRACE] [FML]: Mod mysticalagriculture is using network checker : Accepting version 1.7.5 +[16:57:25] [Server thread/TRACE] [FML]: Testing mod mysticalagriculture to verify it accepts its own version in a remote connection +[16:57:25] [Server thread/TRACE] [FML]: The mod mysticalagriculture accepts its own version (1.7.5) +[16:57:25] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into mysticalagriculture +[16:57:25] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for mysticalagriculture +[16:57:25] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into mysticalagriculture for type INSTANCE +[16:57:25] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod mysticalagriculture +[16:57:25] [Server thread/DEBUG] [FML]: Bar Step: Construction - Mystical Agriculture took 0.010s +[16:57:25] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod mysticalagradditions +[16:57:25] [Server thread/TRACE] [FML]: Mod mysticalagradditions is using network checker : Accepting version 1.3.2 +[16:57:25] [Server thread/TRACE] [FML]: Testing mod mysticalagradditions to verify it accepts its own version in a remote connection +[16:57:25] [Server thread/TRACE] [FML]: The mod mysticalagradditions accepts its own version (1.3.2) +[16:57:25] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into mysticalagradditions +[16:57:25] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for mysticalagradditions +[16:57:25] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into mysticalagradditions for type INSTANCE +[16:57:25] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod mysticalagradditions +[16:57:25] [Server thread/DEBUG] [FML]: Bar Step: Construction - Mystical Agradditions took 0.007s +[16:57:25] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod mystagradcompat +[16:57:25] [Server thread/TRACE] [FML]: Mod mystagradcompat is using network checker : Accepting version 1.2 +[16:57:25] [Server thread/TRACE] [FML]: Testing mod mystagradcompat to verify it accepts its own version in a remote connection +[16:57:25] [Server thread/TRACE] [FML]: The mod mystagradcompat accepts its own version (1.2) +[16:57:25] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into mystagradcompat +[16:57:25] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for mystagradcompat +[16:57:25] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for com.nicjames2378.MystAgradCompat.proxy.CommonProxy for mod mystagradcompat +[16:57:25] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class com.nicjames2378.MystAgradCompat.proxy.CommonProxy +[16:57:25] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for com.nicjames2378.MystAgradCompat.proxy.ServerProxy for mod mystagradcompat +[16:57:25] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class com.nicjames2378.MystAgradCompat.proxy.ServerProxy +[16:57:25] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into mystagradcompat for type INSTANCE +[16:57:25] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod mystagradcompat +[16:57:25] [Server thread/DEBUG] [FML]: Bar Step: Construction - Mystical Agradditions Compat took 0.004s +[16:57:25] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod naturescompass +[16:57:25] [Server thread/TRACE] [FML]: Mod naturescompass is using network checker : Accepting version 1.5.1 +[16:57:25] [Server thread/TRACE] [FML]: Testing mod naturescompass to verify it accepts its own version in a remote connection +[16:57:25] [Server thread/TRACE] [FML]: The mod naturescompass accepts its own version (1.5.1) +[16:57:25] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into naturescompass +[16:57:25] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for naturescompass +[16:57:25] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for com.chaosthedude.naturescompass.registry.NaturesCompassRegistry for mod naturescompass +[16:57:25] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class com.chaosthedude.naturescompass.registry.NaturesCompassRegistry +[16:57:25] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into naturescompass for type INSTANCE +[16:57:25] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod naturescompass +[16:57:25] [Server thread/DEBUG] [FML]: Bar Step: Construction - Nature's Compass took 0.005s +[16:57:25] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod nex +[16:57:25] [Server thread/TRACE] [FML]: Mod nex is using network checker : Accepting version 2.0.8 +[16:57:25] [Server thread/TRACE] [FML]: Testing mod nex to verify it accepts its own version in a remote connection +[16:57:25] [Server thread/TRACE] [FML]: The mod nex accepts its own version (2.0.8) +[16:57:25] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into nex +[16:57:25] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for nex +[16:57:25] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for nex.handler.WorldHandler for mod nex +[16:57:25] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class nex.handler.WorldHandler +[16:57:25] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for nex.handler.ConfigHandler$ConfigSyncHandler for mod nex +[16:57:25] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class nex.handler.ConfigHandler$ConfigSyncHandler +[16:57:25] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for nex.handler.RemapHandler for mod nex +[16:57:25] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class nex.handler.RemapHandler +[16:57:25] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for nex.handler.LivingHandler for mod nex +[16:57:25] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class nex.handler.LivingHandler +[16:57:25] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for nex.init.NetherExBiomes$EventHandler for mod nex +[16:57:25] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class nex.init.NetherExBiomes$EventHandler +[16:57:25] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for nex.init.NetherExEffectTypes$EventHandler for mod nex +[16:57:25] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class nex.init.NetherExEffectTypes$EventHandler +[16:57:25] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for nex.handler.ClickHandler for mod nex +[16:57:25] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class nex.handler.ClickHandler +[16:57:25] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for nex.init.NetherExSoundEvents$EventHandler for mod nex +[16:57:25] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class nex.init.NetherExSoundEvents$EventHandler +[16:57:25] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for nex.handler.BlockHandler for mod nex +[16:57:25] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class nex.handler.BlockHandler +[16:57:25] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for nex.handler.FeatureGenHandler for mod nex +[16:57:25] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class nex.handler.FeatureGenHandler +[16:57:25] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for nex.handler.RenderHandler for mod nex +[16:57:25] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class nex.handler.RenderHandler +[16:57:25] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for nex.init.NetherExItems$EventHandler for mod nex +[16:57:25] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class nex.init.NetherExItems$EventHandler +[16:57:25] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for nex.init.NetherExBlocks$EventHandler for mod nex +[16:57:25] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class nex.init.NetherExBlocks$EventHandler +[16:57:25] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for nex.init.NetherExEffects$EventHandler for mod nex +[16:57:25] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class nex.init.NetherExEffects$EventHandler +[16:57:25] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into nex for type INSTANCE +[16:57:25] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod nex +[16:57:25] [Server thread/DEBUG] [FML]: Bar Step: Construction - NetherEx took 0.109s +[16:57:25] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod noworldgen5you +[16:57:25] [Server thread/DEBUG] [BnBGamingCore]: Attempting to transform method func_186125_a in class net.minecraft.world.gen.MapGenBase +[16:57:25] [Server thread/DEBUG] [BnBGamingCore]: Successfully transformed method func_186125_a in class net.minecraft.world.gen.MapGenBase +[16:57:25] [Server thread/DEBUG] [BnBGamingCore]: Could not find method func_175794_a in class net.minecraft.world.gen.structure.MapGenMineshaft +[16:57:25] [Server thread/DEBUG] [BnBGamingCore]: Could not find method func_175795_b in class net.minecraft.world.gen.structure.MapGenMineshaft +[16:57:25] [Server thread/DEBUG] [BnBGamingCore]: Could not find method func_175796_a in class net.minecraft.world.gen.structure.MapGenMineshaft +[16:57:25] [Server thread/DEBUG] [BnBGamingCore]: Attempting to transform method func_180706_b in class net.minecraft.world.gen.structure.MapGenMineshaft +[16:57:25] [Server thread/DEBUG] [BnBGamingCore]: Successfully transformed method func_180706_b in class net.minecraft.world.gen.structure.MapGenMineshaft +[16:57:25] [Server thread/DEBUG] [BnBGamingCore]: Attempting to transform method func_175794_a in class net.minecraft.world.gen.structure.MapGenStructure +[16:57:25] [Server thread/DEBUG] [BnBGamingCore]: Successfully transformed method func_175794_a in class net.minecraft.world.gen.structure.MapGenStructure +[16:57:25] [Server thread/DEBUG] [BnBGamingCore]: Attempting to transform method func_175795_b in class net.minecraft.world.gen.structure.MapGenStructure +[16:57:25] [Server thread/DEBUG] [BnBGamingCore]: Successfully transformed method func_175795_b in class net.minecraft.world.gen.structure.MapGenStructure +[16:57:25] [Server thread/DEBUG] [BnBGamingCore]: Attempting to transform method func_175796_a in class net.minecraft.world.gen.structure.MapGenStructure +[16:57:25] [Server thread/DEBUG] [BnBGamingCore]: Successfully transformed method func_175796_a in class net.minecraft.world.gen.structure.MapGenStructure +[16:57:25] [Server thread/DEBUG] [BnBGamingCore]: Attempting to transform method func_180706_b in class net.minecraft.world.gen.structure.MapGenStructure +[16:57:25] [Server thread/DEBUG] [BnBGamingCore]: Unexpected instruction pattern in method: func_180706_b in class: net.minecraft.world.gen.structure.MapGenStructure +[16:57:25] [Server thread/DEBUG] [BnBGamingCore]: Could not find method func_175794_a in class net.minecraft.world.gen.structure.MapGenNetherBridge +[16:57:25] [Server thread/DEBUG] [BnBGamingCore]: Could not find method func_175795_b in class net.minecraft.world.gen.structure.MapGenNetherBridge +[16:57:25] [Server thread/DEBUG] [BnBGamingCore]: Could not find method func_175796_a in class net.minecraft.world.gen.structure.MapGenNetherBridge +[16:57:25] [Server thread/DEBUG] [BnBGamingCore]: Attempting to transform method func_180706_b in class net.minecraft.world.gen.structure.MapGenNetherBridge +[16:57:25] [Server thread/DEBUG] [BnBGamingCore]: Successfully transformed method func_180706_b in class net.minecraft.world.gen.structure.MapGenNetherBridge +[16:57:25] [Server thread/DEBUG] [BnBGamingCore]: Could not find method func_175794_a in class net.minecraft.world.gen.structure.StructureOceanMonument +[16:57:25] [Server thread/DEBUG] [BnBGamingCore]: Could not find method func_175795_b in class net.minecraft.world.gen.structure.StructureOceanMonument +[16:57:25] [Server thread/DEBUG] [BnBGamingCore]: Could not find method func_175796_a in class net.minecraft.world.gen.structure.StructureOceanMonument +[16:57:25] [Server thread/DEBUG] [BnBGamingCore]: Attempting to transform method func_180706_b in class net.minecraft.world.gen.structure.StructureOceanMonument +[16:57:25] [Server thread/DEBUG] [BnBGamingCore]: Successfully transformed method func_180706_b in class net.minecraft.world.gen.structure.StructureOceanMonument +[16:57:25] [Server thread/DEBUG] [BnBGamingCore]: Could not find method func_175794_a in class net.minecraft.world.gen.structure.MapGenScatteredFeature +[16:57:25] [Server thread/DEBUG] [BnBGamingCore]: Could not find method func_175795_b in class net.minecraft.world.gen.structure.MapGenScatteredFeature +[16:57:25] [Server thread/DEBUG] [BnBGamingCore]: Could not find method func_175796_a in class net.minecraft.world.gen.structure.MapGenScatteredFeature +[16:57:25] [Server thread/DEBUG] [BnBGamingCore]: Attempting to transform method func_180706_b in class net.minecraft.world.gen.structure.MapGenScatteredFeature +[16:57:25] [Server thread/DEBUG] [BnBGamingCore]: Successfully transformed method func_180706_b in class net.minecraft.world.gen.structure.MapGenScatteredFeature +[16:57:25] [Server thread/DEBUG] [BnBGamingCore]: Could not find method func_175794_a in class net.minecraft.world.gen.structure.MapGenStronghold +[16:57:25] [Server thread/DEBUG] [BnBGamingCore]: Could not find method func_175795_b in class net.minecraft.world.gen.structure.MapGenStronghold +[16:57:25] [Server thread/DEBUG] [BnBGamingCore]: Could not find method func_175796_a in class net.minecraft.world.gen.structure.MapGenStronghold +[16:57:25] [Server thread/DEBUG] [BnBGamingCore]: Attempting to transform method func_180706_b in class net.minecraft.world.gen.structure.MapGenStronghold +[16:57:25] [Server thread/DEBUG] [BnBGamingCore]: Successfully transformed method func_180706_b in class net.minecraft.world.gen.structure.MapGenStronghold +[16:57:25] [Server thread/DEBUG] [BnBGamingCore]: Could not find method func_175794_a in class net.minecraft.world.gen.structure.MapGenVillage +[16:57:25] [Server thread/DEBUG] [BnBGamingCore]: Could not find method func_175795_b in class net.minecraft.world.gen.structure.MapGenVillage +[16:57:25] [Server thread/DEBUG] [BnBGamingCore]: Could not find method func_175796_a in class net.minecraft.world.gen.structure.MapGenVillage +[16:57:25] [Server thread/DEBUG] [BnBGamingCore]: Attempting to transform method func_180706_b in class net.minecraft.world.gen.structure.MapGenVillage +[16:57:25] [Server thread/DEBUG] [BnBGamingCore]: Successfully transformed method func_180706_b in class net.minecraft.world.gen.structure.MapGenVillage +[16:57:25] [Server thread/DEBUG] [BnBGamingCore]: Could not find method func_175794_a in class net.minecraft.world.gen.structure.MapGenEndCity +[16:57:25] [Server thread/DEBUG] [BnBGamingCore]: Could not find method func_175795_b in class net.minecraft.world.gen.structure.MapGenEndCity +[16:57:25] [Server thread/DEBUG] [BnBGamingCore]: Could not find method func_175796_a in class net.minecraft.world.gen.structure.MapGenEndCity +[16:57:25] [Server thread/DEBUG] [BnBGamingCore]: Attempting to transform method func_180706_b in class net.minecraft.world.gen.structure.MapGenEndCity +[16:57:25] [Server thread/DEBUG] [BnBGamingCore]: Successfully transformed method func_180706_b in class net.minecraft.world.gen.structure.MapGenEndCity +[16:57:25] [Server thread/DEBUG] [BnBGamingCore]: Could not find method func_175794_a in class net.minecraft.world.gen.structure.WoodlandMansion +[16:57:25] [Server thread/DEBUG] [BnBGamingCore]: Could not find method func_175795_b in class net.minecraft.world.gen.structure.WoodlandMansion +[16:57:25] [Server thread/DEBUG] [BnBGamingCore]: Could not find method func_175796_a in class net.minecraft.world.gen.structure.WoodlandMansion +[16:57:25] [Server thread/DEBUG] [BnBGamingCore]: Attempting to transform method func_180706_b in class net.minecraft.world.gen.structure.WoodlandMansion +[16:57:25] [Server thread/DEBUG] [BnBGamingCore]: Successfully transformed method func_180706_b in class net.minecraft.world.gen.structure.WoodlandMansion +[16:57:25] [Server thread/TRACE] [FML]: Mod noworldgen5you is using network checker : Accepting version 1.0.6 +[16:57:25] [Server thread/TRACE] [FML]: Testing mod noworldgen5you to verify it accepts its own version in a remote connection +[16:57:25] [Server thread/TRACE] [FML]: The mod noworldgen5you accepts its own version (1.0.6) +[16:57:25] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into noworldgen5you +[16:57:25] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for noworldgen5you +[16:57:25] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into noworldgen5you for type INSTANCE +[16:57:25] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod noworldgen5you +[16:57:25] [Server thread/DEBUG] [FML]: Bar Step: Construction - No World Gen 5 You took 0.032s +[16:57:25] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod nutrition +[16:57:25] [Server thread/TRACE] [FML]: Mod nutrition is using network checker : No network checking performed +[16:57:25] [Server thread/TRACE] [FML]: Testing mod nutrition to verify it accepts its own version in a remote connection +[16:57:25] [Server thread/TRACE] [FML]: The mod nutrition accepts its own version (4.3.0) +[16:57:25] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into nutrition +[16:57:25] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for nutrition +[16:57:25] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into nutrition for type INSTANCE +[16:57:25] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod nutrition +[16:57:25] [Server thread/DEBUG] [FML]: Bar Step: Construction - Nutrition took 0.005s +[16:57:25] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod samsocean +[16:57:25] [Server thread/TRACE] [FML]: Mod samsocean is using network checker : Accepting version 1.0.2 +[16:57:25] [Server thread/TRACE] [FML]: Testing mod samsocean to verify it accepts its own version in a remote connection +[16:57:25] [Server thread/TRACE] [FML]: The mod samsocean accepts its own version (1.0.2) +[16:57:25] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into samsocean +[16:57:25] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for samsocean +[16:57:25] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into samsocean for type INSTANCE +[16:57:25] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod samsocean +[16:57:25] [Server thread/DEBUG] [FML]: Bar Step: Construction - Ocean Floor Classic took 0.003s +[16:57:25] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod oreexcavation +[16:57:25] [Server thread/TRACE] [FML]: Mod oreexcavation is using network checker : Accepting version 1.4.150 +[16:57:25] [Server thread/TRACE] [FML]: Testing mod oreexcavation to verify it accepts its own version in a remote connection +[16:57:25] [Server thread/TRACE] [FML]: The mod oreexcavation accepts its own version (1.4.150) +[16:57:25] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into oreexcavation +[16:57:25] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for oreexcavation +[16:57:25] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into oreexcavation for type INSTANCE +[16:57:25] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod oreexcavation +[16:57:25] [Server thread/DEBUG] [FML]: Bar Step: Construction - OreExcavation took 0.004s +[16:57:25] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod oeintegration +[16:57:25] [Server thread/TRACE] [FML]: Mod oeintegration is using network checker : Accepting version 2.3.4 +[16:57:25] [Server thread/TRACE] [FML]: Testing mod oeintegration to verify it accepts its own version in a remote connection +[16:57:25] [Server thread/TRACE] [FML]: The mod oeintegration accepts its own version (2.3.4) +[16:57:25] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into oeintegration +[16:57:25] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for oeintegration +[16:57:25] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for atm.bloodworkxgaming.oeintegration.MainConfig$ConfigurationHolder for mod oeintegration +[16:57:25] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class atm.bloodworkxgaming.oeintegration.MainConfig$ConfigurationHolder +[16:57:25] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for atm.bloodworkxgaming.oeintegration.Proxy.CommonProxy for mod oeintegration +[16:57:25] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class atm.bloodworkxgaming.oeintegration.Proxy.CommonProxy +[16:57:25] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for atm.bloodworkxgaming.oeintegration.OreExcavationIntegration for mod oeintegration +[16:57:25] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class atm.bloodworkxgaming.oeintegration.OreExcavationIntegration +[16:57:25] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into oeintegration for type INSTANCE +[16:57:25] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod oeintegration +[16:57:25] [Server thread/DEBUG] [FML]: Bar Step: Construction - OreExcavation Integration took 0.007s +[16:57:25] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod orestages +[16:57:25] [Server thread/TRACE] [FML]: Mod orestages is using network checker : Accepting version 2.0.37 +[16:57:25] [Server thread/TRACE] [FML]: Testing mod orestages to verify it accepts its own version in a remote connection +[16:57:25] [Server thread/TRACE] [FML]: The mod orestages accepts its own version (2.0.37) +[16:57:25] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into orestages +[16:57:25] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for orestages +[16:57:25] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into orestages for type INSTANCE +[16:57:25] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod orestages +[16:57:25] [Server thread/DEBUG] [FML]: Bar Step: Construction - Ore Stages took 0.003s +[16:57:25] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod overloaded +[16:57:25] [Server thread/ERROR] [FML]: The mod overloaded is expecting signature 644f38521a349310a5dae0239577dc7beebefaec for source Overloaded-1.12.2-0.0.59.jar, however there is no signature matching that description +[16:57:25] [Server thread/TRACE] [FML]: Mod overloaded is using network checker : Accepting version 0.0.59 +[16:57:25] [Server thread/TRACE] [FML]: Testing mod overloaded to verify it accepts its own version in a remote connection +[16:57:25] [Server thread/TRACE] [FML]: The mod overloaded accepts its own version (0.0.59) +[16:57:25] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into overloaded +[16:57:25] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for overloaded +[16:57:25] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for com.cjm721.overloaded.proxy.CommonProxy for mod overloaded +[16:57:25] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class com.cjm721.overloaded.proxy.CommonProxy +[16:57:25] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for com.cjm721.overloaded.proxy.ServerProxy for mod overloaded +[16:57:25] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class com.cjm721.overloaded.proxy.ServerProxy +[16:57:25] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for com.cjm721.overloaded.config.ConfigChangedHandler for mod overloaded +[16:57:25] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class com.cjm721.overloaded.config.ConfigChangedHandler +[16:57:25] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into overloaded for type INSTANCE +[16:57:25] [Server thread/WARN] [FML]: Invalid fingerprint detected! The file Overloaded-1.12.2-0.0.59.jar may have been tampered with. This version will NOT be supported by the cjm721! +[16:57:25] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod overloaded +[16:57:25] [Server thread/DEBUG] [FML]: Bar Step: Construction - Overloaded took 0.022s +[16:57:25] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod pickletweaks +[16:57:25] [Server thread/TRACE] [FML]: Mod pickletweaks is using network checker : Accepting version 2.1.3 +[16:57:25] [Server thread/TRACE] [FML]: Testing mod pickletweaks to verify it accepts its own version in a remote connection +[16:57:25] [Server thread/TRACE] [FML]: The mod pickletweaks accepts its own version (2.1.3) +[16:57:25] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into pickletweaks +[16:57:25] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for pickletweaks +[16:57:25] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into pickletweaks for type INSTANCE +[16:57:25] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod pickletweaks +[16:57:25] [Server thread/DEBUG] [FML]: Bar Step: Construction - Pickle Tweaks took 0.013s +[16:57:25] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod placebo +[16:57:25] [Server thread/TRACE] [FML]: Mod placebo is using network checker : No network checking performed +[16:57:25] [Server thread/TRACE] [FML]: Testing mod placebo to verify it accepts its own version in a remote connection +[16:57:25] [Server thread/TRACE] [FML]: The mod placebo accepts its own version (1.6.0) +[16:57:25] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into placebo +[16:57:25] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for placebo +[16:57:25] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into placebo for type INSTANCE +[16:57:25] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod placebo +[16:57:25] [Server thread/DEBUG] [FML]: Bar Step: Construction - Placebo took 0.004s +[16:57:25] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod playerbosses +[16:57:25] [Server thread/TRACE] [FML]: Mod playerbosses is using network checker : Accepting version 1.0 +[16:57:25] [Server thread/TRACE] [FML]: Testing mod playerbosses to verify it accepts its own version in a remote connection +[16:57:25] [Server thread/TRACE] [FML]: The mod playerbosses accepts its own version (1.0) +[16:57:25] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into playerbosses +[16:57:25] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for playerbosses +[16:57:25] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into playerbosses for type INSTANCE +[16:57:25] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod playerbosses +[16:57:25] [Server thread/DEBUG] [FML]: Bar Step: Construction - playerbosses took 0.003s +[16:57:25] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod playerskins +[16:57:25] [Server thread/TRACE] [FML]: Mod playerskins is using network checker : Accepting version 1.0.4 +[16:57:25] [Server thread/TRACE] [FML]: Testing mod playerskins to verify it accepts its own version in a remote connection +[16:57:25] [Server thread/TRACE] [FML]: The mod playerskins accepts its own version (1.0.4) +[16:57:25] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into playerskins +[16:57:25] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for playerskins +[16:57:25] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for com.gendeathrow.playerskins.handlers.EventHandler for mod playerskins +[16:57:25] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class com.gendeathrow.playerskins.handlers.EventHandler +[16:57:25] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for com.gendeathrow.playerskins.handlers.PlayerManager for mod playerskins +[16:57:25] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class com.gendeathrow.playerskins.handlers.PlayerManager +[16:57:25] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into playerskins for type INSTANCE +[16:57:25] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod playerskins +[16:57:25] [Server thread/DEBUG] [FML]: Bar Step: Construction - Player Skin Mobs took 0.011s +[16:57:25] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod pneumaticcraft +[16:57:25] [Server thread/TRACE] [FML]: Mod pneumaticcraft is using network checker : Accepting version 1.12.2-0.11.1-361 +[16:57:25] [Server thread/TRACE] [FML]: Testing mod pneumaticcraft to verify it accepts its own version in a remote connection +[16:57:25] [Server thread/TRACE] [FML]: The mod pneumaticcraft accepts its own version (1.12.2-0.11.1-361) +[16:57:25] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into pneumaticcraft +[16:57:25] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for pneumaticcraft +[16:57:25] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for me.desht.pneumaticcraft.common.block.tubes.ModuleRegistrator for mod pneumaticcraft +[16:57:25] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class me.desht.pneumaticcraft.common.block.tubes.ModuleRegistrator +[16:57:25] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for me.desht.pneumaticcraft.common.util.GlobalTileEntityCacheManager for mod pneumaticcraft +[16:57:25] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class me.desht.pneumaticcraft.common.util.GlobalTileEntityCacheManager +[16:57:25] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for me.desht.pneumaticcraft.lib.Sounds for mod pneumaticcraft +[16:57:25] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class me.desht.pneumaticcraft.lib.Sounds +[16:57:25] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for me.desht.pneumaticcraft.common.fluid.Fluids$RegistrationHandler for mod pneumaticcraft +[16:57:25] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class me.desht.pneumaticcraft.common.fluid.Fluids$RegistrationHandler +[16:57:25] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for me.desht.pneumaticcraft.common.entity.EntityRegistrator for mod pneumaticcraft +[16:57:25] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class me.desht.pneumaticcraft.common.entity.EntityRegistrator +[16:57:25] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for me.desht.pneumaticcraft.common.TemporaryBlockManager for mod pneumaticcraft +[16:57:25] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class me.desht.pneumaticcraft.common.TemporaryBlockManager +[16:57:25] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for me.desht.pneumaticcraft.common.item.Itemss for mod pneumaticcraft +[16:57:25] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class me.desht.pneumaticcraft.common.item.Itemss +[16:57:25] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for me.desht.pneumaticcraft.common.event.VillagerHandler for mod pneumaticcraft +[16:57:25] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class me.desht.pneumaticcraft.common.event.VillagerHandler +[16:57:25] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for me.desht.pneumaticcraft.common.block.Blockss for mod pneumaticcraft +[16:57:25] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class me.desht.pneumaticcraft.common.block.Blockss +[16:57:25] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for me.desht.pneumaticcraft.common.config.ConfigHandler$ConfigSyncHandler for mod pneumaticcraft +[16:57:25] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class me.desht.pneumaticcraft.common.config.ConfigHandler$ConfigSyncHandler +[16:57:25] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for me.desht.pneumaticcraft.common.semiblock.SemiBlockManager for mod pneumaticcraft +[16:57:25] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class me.desht.pneumaticcraft.common.semiblock.SemiBlockManager +[16:57:25] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into pneumaticcraft for type INSTANCE +[16:57:25] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod pneumaticcraft +[16:57:25] [Server thread/DEBUG] [FML]: Bar Step: Construction - PneumaticCraft: Repressurized took 0.273s +[16:57:25] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod poweradapters +[16:57:25] [Server thread/TRACE] [FML]: Mod poweradapters is using network checker : Accepting version 1.0.9 +[16:57:25] [Server thread/TRACE] [FML]: Testing mod poweradapters to verify it accepts its own version in a remote connection +[16:57:25] [Server thread/TRACE] [FML]: The mod poweradapters accepts its own version (1.0.9) +[16:57:25] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into poweradapters +[16:57:25] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for poweradapters +[16:57:25] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into poweradapters for type INSTANCE +[16:57:25] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod poweradapters +[16:57:25] [Server thread/DEBUG] [FML]: Bar Step: Construction - Power Adapters took 0.004s +[16:57:25] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod prestige +[16:57:25] [Server thread/TRACE] [FML]: Mod prestige is using network checker : Accepting version 1.1.30 +[16:57:25] [Server thread/TRACE] [FML]: Testing mod prestige to verify it accepts its own version in a remote connection +[16:57:25] [Server thread/TRACE] [FML]: The mod prestige accepts its own version (1.1.30) +[16:57:25] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into prestige +[16:57:25] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for prestige +[16:57:25] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for com.jarhax.prestige.Prestige for mod prestige +[16:57:25] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class com.jarhax.prestige.Prestige +[16:57:25] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into prestige for type INSTANCE +[16:57:25] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod prestige +[16:57:25] [Server thread/DEBUG] [FML]: Bar Step: Construction - Prestige took 0.005s +[16:57:25] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod primalchests +[16:57:25] [Server thread/TRACE] [FML]: Mod primalchests is using network checker : Accepting version 1.0.3 +[16:57:25] [Server thread/TRACE] [FML]: Testing mod primalchests to verify it accepts its own version in a remote connection +[16:57:25] [Server thread/TRACE] [FML]: The mod primalchests accepts its own version (1.0.3) +[16:57:25] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into primalchests +[16:57:25] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for primalchests +[16:57:25] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into primalchests for type INSTANCE +[16:57:25] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod primalchests +[16:57:25] [Server thread/DEBUG] [FML]: Bar Step: Construction - PrimalChests took 0.002s +[16:57:25] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod rustic +[16:57:25] [Server thread/TRACE] [FML]: Mod rustic is using network checker : Accepting version 1.1.4 +[16:57:25] [Server thread/TRACE] [FML]: Testing mod rustic to verify it accepts its own version in a remote connection +[16:57:25] [Server thread/TRACE] [FML]: The mod rustic accepts its own version (1.1.4) +[16:57:25] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into rustic +[16:57:25] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for rustic +[16:57:25] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into rustic for type INSTANCE +[16:57:25] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod rustic +[16:57:25] [Server thread/DEBUG] [FML]: Bar Step: Construction - Rustic took 0.013s +[16:57:25] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod thebetweenlands +[16:57:25] [Server thread/TRACE] [FML]: Mod thebetweenlands is using network checker : Accepting version 3.5.10 +[16:57:25] [Server thread/TRACE] [FML]: Testing mod thebetweenlands to verify it accepts its own version in a remote connection +[16:57:25] [Server thread/TRACE] [FML]: The mod thebetweenlands accepts its own version (3.5.10) +[16:57:25] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into thebetweenlands +[16:57:25] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for thebetweenlands +[16:57:25] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into thebetweenlands for type INSTANCE +[16:57:25] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod thebetweenlands +[16:57:25] [Server thread/DEBUG] [FML]: Bar Step: Construction - The Betweenlands took 0.100s +[16:57:25] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod primal +[16:57:25] [Server thread/INFO] [primal]: PrimalCore is not a core mod +[16:57:25] [Server thread/TRACE] [FML]: Mod primal is using network checker : Accepting version 0.6.104 +[16:57:25] [Server thread/TRACE] [FML]: Testing mod primal to verify it accepts its own version in a remote connection +[16:57:25] [Server thread/TRACE] [FML]: The mod primal accepts its own version (0.6.104) +[16:57:25] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into primal +[16:57:26] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for primal +[16:57:26] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for nmd.primal.core.common.events.FuelHandler for mod primal +[16:57:26] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class nmd.primal.core.common.events.FuelHandler +[16:57:26] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for nmd.primal.core.common.init.ModBlocks$RegistrationHandler for mod primal +[16:57:26] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class nmd.primal.core.common.init.ModBlocks$RegistrationHandler +[16:57:26] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for nmd.primal.core.common.recipes.crafting.custom.RecipesBrickMold for mod primal +[16:57:26] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class nmd.primal.core.common.recipes.crafting.custom.RecipesBrickMold +[16:57:26] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for nmd.primal.core.common.init.ModRemapper for mod primal +[16:57:26] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class nmd.primal.core.common.init.ModRemapper +[16:57:26] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for nmd.primal.core.common.recipes.crafting.custom.RecipesAxe for mod primal +[16:57:26] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class nmd.primal.core.common.recipes.crafting.custom.RecipesAxe +[16:57:26] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for nmd.primal.core.common.init.ModSounds$RegistrationHandler for mod primal +[16:57:26] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class nmd.primal.core.common.init.ModSounds$RegistrationHandler +[16:57:26] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for nmd.primal.core.common.recipes.crafting.custom.RecipesSmelter for mod primal +[16:57:26] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class nmd.primal.core.common.recipes.crafting.custom.RecipesSmelter +[16:57:26] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for nmd.primal.core.common.events.LootEvents for mod primal +[16:57:26] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class nmd.primal.core.common.events.LootEvents +[16:57:26] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for nmd.primal.core.common.recipes.crafting.custom.RecipesDryingRack for mod primal +[16:57:26] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class nmd.primal.core.common.recipes.crafting.custom.RecipesDryingRack +[16:57:26] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for nmd.primal.core.common.recipes.crafting.custom.RecipesMagma for mod primal +[16:57:26] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class nmd.primal.core.common.recipes.crafting.custom.RecipesMagma +[16:57:26] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for nmd.primal.core.common.recipes.crafting.custom.RecipesBottle for mod primal +[16:57:26] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class nmd.primal.core.common.recipes.crafting.custom.RecipesBottle +[16:57:26] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for nmd.primal.core.common.init.ModEntities$RegistrationHandler for mod primal +[16:57:26] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class nmd.primal.core.common.init.ModEntities$RegistrationHandler +[16:57:26] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for nmd.primal.core.common.init.ModFluids$RegistrationHandler for mod primal +[16:57:26] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class nmd.primal.core.common.init.ModFluids$RegistrationHandler +[16:57:26] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for nmd.primal.core.common.recipes.crafting.custom.RecipesShovelHoe for mod primal +[16:57:26] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class nmd.primal.core.common.recipes.crafting.custom.RecipesShovelHoe +[16:57:26] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for nmd.primal.core.common.events.EntityEvents for mod primal +[16:57:26] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class nmd.primal.core.common.events.EntityEvents +[16:57:26] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for nmd.primal.core.common.recipes.crafting.custom.RecipesCauldron for mod primal +[16:57:26] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class nmd.primal.core.common.recipes.crafting.custom.RecipesCauldron +[16:57:26] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for nmd.primal.core.common.events.PlayerEvents for mod primal +[16:57:26] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class nmd.primal.core.common.events.PlayerEvents +[16:57:26] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for nmd.primal.core.common.init.ModConfig$EventHandler for mod primal +[16:57:26] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class nmd.primal.core.common.init.ModConfig$EventHandler +[16:57:26] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for nmd.primal.core.common.potions.ModPotions$RegistrationHandler for mod primal +[16:57:26] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class nmd.primal.core.common.potions.ModPotions$RegistrationHandler +[16:57:26] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for nmd.primal.core.common.events.CraftingEvents for mod primal +[16:57:26] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class nmd.primal.core.common.events.CraftingEvents +[16:57:26] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for nmd.primal.core.common.recipes.crafting.custom.RecipesHibachi for mod primal +[16:57:26] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class nmd.primal.core.common.recipes.crafting.custom.RecipesHibachi +[16:57:26] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for nmd.primal.core.common.recipes.crafting.custom.RecipesGallagher for mod primal +[16:57:26] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class nmd.primal.core.common.recipes.crafting.custom.RecipesGallagher +[16:57:26] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for nmd.primal.core.common.recipes.crafting.custom.RecipesBlade for mod primal +[16:57:26] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class nmd.primal.core.common.recipes.crafting.custom.RecipesBlade +[16:57:26] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for nmd.primal.core.common.events.ItemEvents for mod primal +[16:57:26] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class nmd.primal.core.common.events.ItemEvents +[16:57:26] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for nmd.primal.core.common.recipes.crafting.custom.RecipesFlake for mod primal +[16:57:26] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class nmd.primal.core.common.recipes.crafting.custom.RecipesFlake +[16:57:26] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for nmd.primal.core.common.events.BlockEvents for mod primal +[16:57:26] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class nmd.primal.core.common.events.BlockEvents +[16:57:26] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for nmd.primal.core.common.init.ModItems$RegistrationHandler for mod primal +[16:57:26] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class nmd.primal.core.common.init.ModItems$RegistrationHandler +[16:57:26] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for nmd.primal.core.common.init.ModRegistries for mod primal +[16:57:26] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class nmd.primal.core.common.init.ModRegistries +[16:57:26] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into primal for type INSTANCE +[16:57:26] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod primal +[16:57:26] [Server thread/DEBUG] [FML]: Bar Step: Construction - PrimalCore took 0.345s +[16:57:26] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod progressiontweaks +[16:57:26] [Server thread/TRACE] [FML]: Mod progressiontweaks is using network checker : Accepting version 1.12.2-0.3.40 +[16:57:26] [Server thread/TRACE] [FML]: Testing mod progressiontweaks to verify it accepts its own version in a remote connection +[16:57:26] [Server thread/TRACE] [FML]: The mod progressiontweaks accepts its own version (1.12.2-0.3.40) +[16:57:26] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into progressiontweaks +[16:57:26] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for progressiontweaks +[16:57:26] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into progressiontweaks for type INSTANCE +[16:57:26] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod progressiontweaks +[16:57:26] [Server thread/DEBUG] [FML]: Bar Step: Construction - Progression Tweaks took 0.027s +[16:57:26] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod prospectors +[16:57:26] [Server thread/TRACE] [FML]: Mod prospectors is using network checker : Accepting version 1.0.2 +[16:57:26] [Server thread/TRACE] [FML]: Testing mod prospectors to verify it accepts its own version in a remote connection +[16:57:26] [Server thread/TRACE] [FML]: The mod prospectors accepts its own version (1.0.2) +[16:57:26] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into prospectors +[16:57:26] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for prospectors +[16:57:26] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into prospectors for type INSTANCE +[16:57:26] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod prospectors +[16:57:26] [Server thread/DEBUG] [FML]: Bar Step: Construction - Prospectors took 0.006s +[16:57:26] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod reborncore +[16:57:26] [Server thread/DEBUG] [forge]: Preloading CrashReport Classes +[16:57:26] [Server thread/DEBUG] [forge]: reborncore/common/util/CrashHandler +[16:57:26] [Server thread/ERROR] [FML]: The mod reborncore is expecting signature 8727a3141c8ec7f173b87aa78b9b9807867c4e6b for source RebornCore-1.12.2-3.19.5-universal.jar, however there is no signature matching that description +[16:57:26] [Server thread/TRACE] [FML]: Mod reborncore is using network checker : Accepting version 3.19.5 +[16:57:26] [Server thread/TRACE] [FML]: Testing mod reborncore to verify it accepts its own version in a remote connection +[16:57:26] [Server thread/TRACE] [FML]: The mod reborncore accepts its own version (3.19.5) +[16:57:26] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into reborncore +[16:57:26] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for reborncore +[16:57:26] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for reborncore.common.misc.ModSounds for mod reborncore +[16:57:26] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class reborncore.common.misc.ModSounds +[16:57:26] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into reborncore for type INSTANCE +[16:57:26] [Server thread/ERROR] [reborncore]: Invalid fingerprint detected for RebornCore! +[16:57:26] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod reborncore +[16:57:26] [Server thread/DEBUG] [FML]: Bar Step: Construction - Reborn Core took 0.012s +[16:57:26] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod quantumstorage +[16:57:26] [Server thread/TRACE] [FML]: Mod quantumstorage is using network checker : Accepting version 4.6.8 +[16:57:26] [Server thread/TRACE] [FML]: Testing mod quantumstorage to verify it accepts its own version in a remote connection +[16:57:26] [Server thread/TRACE] [FML]: The mod quantumstorage accepts its own version (4.6.8) +[16:57:26] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into quantumstorage +[16:57:26] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for quantumstorage +[16:57:26] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for QuantumStorage.init.ModItems for mod quantumstorage +[16:57:26] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class QuantumStorage.init.ModItems +[16:57:26] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for QuantumStorage.handler.EventHandlerPlayer for mod quantumstorage +[16:57:26] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class QuantumStorage.handler.EventHandlerPlayer +[16:57:26] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into quantumstorage for type INSTANCE +[16:57:26] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod quantumstorage +[16:57:26] [Server thread/DEBUG] [FML]: Bar Step: Construction - QuantumStorage took 0.012s +[16:57:26] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod quickleafdecay +[16:57:26] [Server thread/TRACE] [FML]: Mod quickleafdecay is using network checker : No network checking performed +[16:57:26] [Server thread/TRACE] [FML]: Testing mod quickleafdecay to verify it accepts its own version in a remote connection +[16:57:26] [Server thread/TRACE] [FML]: The mod quickleafdecay accepts its own version (1.2.4) +[16:57:26] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into quickleafdecay +[16:57:26] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for quickleafdecay +[16:57:26] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into quickleafdecay for type INSTANCE +[16:57:26] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod quickleafdecay +[16:57:26] [Server thread/DEBUG] [FML]: Bar Step: Construction - Quick Leaf Decay took 0.003s +[16:57:26] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod rangedpumps +[16:57:26] [Server thread/TRACE] [FML]: Mod rangedpumps is using network checker : Accepting version 0.5 +[16:57:26] [Server thread/TRACE] [FML]: Testing mod rangedpumps to verify it accepts its own version in a remote connection +[16:57:26] [Server thread/TRACE] [FML]: The mod rangedpumps accepts its own version (0.5) +[16:57:26] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into rangedpumps +[16:57:26] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for rangedpumps +[16:57:26] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into rangedpumps for type INSTANCE +[16:57:26] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod rangedpumps +[16:57:26] [Server thread/DEBUG] [FML]: Bar Step: Construction - Ranged Pumps took 0.007s +[16:57:26] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod realdrops +[16:57:26] [Server thread/TRACE] [FML]: Mod realdrops is using network checker : Accepting version 1.2.14 +[16:57:26] [Server thread/TRACE] [FML]: Testing mod realdrops to verify it accepts its own version in a remote connection +[16:57:26] [Server thread/TRACE] [FML]: The mod realdrops accepts its own version (1.2.14) +[16:57:26] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into realdrops +[16:57:26] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for realdrops +[16:57:26] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into realdrops for type INSTANCE +[16:57:26] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod realdrops +[16:57:26] [Server thread/DEBUG] [FML]: Bar Step: Construction - Realistic Item Drops took 0.002s +[16:57:26] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod rebornstorage +[16:57:26] [Server thread/TRACE] [FML]: Mod rebornstorage is using network checker : Accepting version 1.0.0 +[16:57:26] [Server thread/TRACE] [FML]: Testing mod rebornstorage to verify it accepts its own version in a remote connection +[16:57:26] [Server thread/TRACE] [FML]: The mod rebornstorage accepts its own version (1.0.0) +[16:57:26] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into rebornstorage +[16:57:26] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for rebornstorage +[16:57:26] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for me.modmuss50.rebornstorage.RebornStorageEventHandler for mod rebornstorage +[16:57:26] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class me.modmuss50.rebornstorage.RebornStorageEventHandler +[16:57:26] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into rebornstorage for type INSTANCE +[16:57:26] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod rebornstorage +[16:57:26] [Server thread/DEBUG] [FML]: Bar Step: Construction - RebornStorage took 0.009s +[16:57:26] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod recipestages +[16:57:26] [Server thread/TRACE] [FML]: Mod recipestages is using network checker : Accepting version 1.1.3 +[16:57:26] [Server thread/TRACE] [FML]: Testing mod recipestages to verify it accepts its own version in a remote connection +[16:57:26] [Server thread/TRACE] [FML]: The mod recipestages accepts its own version (1.1.3) +[16:57:26] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into recipestages +[16:57:26] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for recipestages +[16:57:26] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into recipestages for type INSTANCE +[16:57:26] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod recipestages +[16:57:26] [Server thread/DEBUG] [FML]: Bar Step: Construction - RecipeStages took 0.002s +[16:57:26] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod reccomplex +[16:57:26] [Server thread/TRACE] [FML]: Mod reccomplex is using network checker : Invoking method checkNetwork +[16:57:26] [Server thread/TRACE] [FML]: Testing mod reccomplex to verify it accepts its own version in a remote connection +[16:57:26] [Server thread/TRACE] [FML]: The mod reccomplex accepts its own version (1.4.8.2) +[16:57:26] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into reccomplex +[16:57:26] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for reccomplex +[16:57:26] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into reccomplex for type INSTANCE +[16:57:26] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod reccomplex +[16:57:26] [Server thread/DEBUG] [FML]: Bar Step: Construction - Recurrent Complex took 0.093s +[16:57:26] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod refinedstorageaddons +[16:57:26] [Server thread/TRACE] [FML]: Mod refinedstorageaddons is using network checker : Accepting version 0.4.5 +[16:57:26] [Server thread/TRACE] [FML]: Testing mod refinedstorageaddons to verify it accepts its own version in a remote connection +[16:57:26] [Server thread/TRACE] [FML]: The mod refinedstorageaddons accepts its own version (0.4.5) +[16:57:26] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into refinedstorageaddons +[16:57:26] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for refinedstorageaddons +[16:57:26] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into refinedstorageaddons for type INSTANCE +[16:57:26] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod refinedstorageaddons +[16:57:26] [Server thread/DEBUG] [FML]: Bar Step: Construction - Refined Storage Addons took 0.007s +[16:57:26] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod rftools +[16:57:26] [Server thread/TRACE] [FML]: Mod rftools is using network checker : Accepting version 7.73 +[16:57:26] [Server thread/TRACE] [FML]: Testing mod rftools to verify it accepts its own version in a remote connection +[16:57:26] [Server thread/TRACE] [FML]: The mod rftools accepts its own version (7.73) +[16:57:26] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into rftools +[16:57:26] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for rftools +[16:57:26] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for mcjty.rftools.setup.Registration for mod rftools +[16:57:26] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class mcjty.rftools.setup.Registration +[16:57:26] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into rftools for type INSTANCE +[16:57:26] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod rftools +[16:57:26] [Server thread/DEBUG] [FML]: Bar Step: Construction - RFTools took 0.016s +[16:57:26] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod rftoolscontrol +[16:57:26] [Server thread/TRACE] [FML]: Mod rftoolscontrol is using network checker : Accepting version 2.0.2 +[16:57:26] [Server thread/TRACE] [FML]: Testing mod rftoolscontrol to verify it accepts its own version in a remote connection +[16:57:26] [Server thread/TRACE] [FML]: The mod rftoolscontrol accepts its own version (2.0.2) +[16:57:26] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into rftoolscontrol +[16:57:26] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for rftoolscontrol +[16:57:26] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for mcjty.rftoolscontrol.setup.Registration for mod rftoolscontrol +[16:57:26] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class mcjty.rftoolscontrol.setup.Registration +[16:57:26] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for mcjty.rftoolscontrol.setup.ModSetup for mod rftoolscontrol +[16:57:26] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class mcjty.rftoolscontrol.setup.ModSetup +[16:57:26] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into rftoolscontrol for type INSTANCE +[16:57:26] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod rftoolscontrol +[16:57:26] [Server thread/DEBUG] [FML]: Bar Step: Construction - RFTools Control took 0.007s +[16:57:26] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod roadrunner +[16:57:26] [Server thread/TRACE] [FML]: Mod roadrunner is using network checker : Accepting version 1.0.1 +[16:57:26] [Server thread/TRACE] [FML]: Testing mod roadrunner to verify it accepts its own version in a remote connection +[16:57:26] [Server thread/TRACE] [FML]: The mod roadrunner accepts its own version (1.0.1) +[16:57:26] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into roadrunner +[16:57:26] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for roadrunner +[16:57:26] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into roadrunner for type INSTANCE +[16:57:26] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod roadrunner +[16:57:26] [Server thread/DEBUG] [FML]: Bar Step: Construction - Road Runner took 0.003s +[16:57:26] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod scannable +[16:57:26] [Server thread/TRACE] [FML]: Mod scannable is using network checker : Accepting version 1.6.3.24 +[16:57:26] [Server thread/TRACE] [FML]: Testing mod scannable to verify it accepts its own version in a remote connection +[16:57:26] [Server thread/TRACE] [FML]: The mod scannable accepts its own version (1.6.3.24) +[16:57:26] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into scannable +[16:57:26] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for scannable +[16:57:26] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for li.cil.scannable.common.ProxyCommon for mod scannable +[16:57:26] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class li.cil.scannable.common.ProxyCommon +[16:57:26] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into scannable for type INSTANCE +[16:57:26] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod scannable +[16:57:26] [Server thread/DEBUG] [FML]: Bar Step: Construction - Scannable took 0.008s +[16:57:26] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod sevpatches +[16:57:26] [Server thread/TRACE] [FML]: Mod sevpatches is using network checker : No network checking performed +[16:57:26] [Server thread/TRACE] [FML]: Testing mod sevpatches to verify it accepts its own version in a remote connection +[16:57:26] [Server thread/TRACE] [FML]: The mod sevpatches accepts its own version (1.9) +[16:57:26] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into sevpatches +[16:57:26] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for sevpatches +[16:57:26] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for tv.darkosto.sevpatches.config.SevPatchesConfig for mod sevpatches +[16:57:26] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class tv.darkosto.sevpatches.config.SevPatchesConfig +[16:57:26] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into sevpatches for type INSTANCE +[16:57:26] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod sevpatches +[16:57:26] [Server thread/DEBUG] [FML]: Bar Step: Construction - SevPatches took 0.005s +[16:57:26] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod sevtweaks +[16:57:26] [Server thread/DEBUG] [forge]: Preloading CrashReport Classes +[16:57:26] [Server thread/DEBUG] [forge]: tv/darkosto/sevtweaks/common/crash/PackCrashEnhancement +[16:57:26] [Server thread/TRACE] [FML]: Mod sevtweaks is using network checker : Accepting version 0.4.0-1 +[16:57:26] [Server thread/TRACE] [FML]: Testing mod sevtweaks to verify it accepts its own version in a remote connection +[16:57:26] [Server thread/TRACE] [FML]: The mod sevtweaks accepts its own version (0.4.0-1) +[16:57:26] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into sevtweaks +[16:57:26] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for sevtweaks +[16:57:26] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for tv.darkosto.sevtweaks.common.config.Configuration for mod sevtweaks +[16:57:26] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class tv.darkosto.sevtweaks.common.config.Configuration +[16:57:26] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into sevtweaks for type INSTANCE +[16:57:26] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod sevtweaks +[16:57:26] [Server thread/DEBUG] [FML]: Bar Step: Construction - SevTweaks took 0.022s +[16:57:26] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod sev_tweaks_npc +[16:57:26] [Server thread/TRACE] [FML]: Mod sev_tweaks_npc is using network checker : Accepting version 0.0.4 +[16:57:26] [Server thread/TRACE] [FML]: Testing mod sev_tweaks_npc to verify it accepts its own version in a remote connection +[16:57:26] [Server thread/TRACE] [FML]: The mod sev_tweaks_npc accepts its own version (0.0.4) +[16:57:26] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into sev_tweaks_npc +[16:57:26] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for sev_tweaks_npc +[16:57:26] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for sev_tweaks_npc.ModSounds$RegistrationHandlerSounds for mod sev_tweaks_npc +[16:57:26] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class sev_tweaks_npc.ModSounds$RegistrationHandlerSounds +[16:57:26] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for sev_tweaks_npc.ModItems$RegistrationHandlerBlocks for mod sev_tweaks_npc +[16:57:26] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class sev_tweaks_npc.ModItems$RegistrationHandlerBlocks +[16:57:26] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into sev_tweaks_npc for type INSTANCE +[16:57:26] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod sev_tweaks_npc +[16:57:26] [Server thread/DEBUG] [FML]: Bar Step: Construction - sev_tweaks_npc took 0.006s +[16:57:26] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod simpleautorun +[16:57:26] [Server thread/TRACE] [FML]: Mod simpleautorun is using network checker : No network checking performed +[16:57:26] [Server thread/TRACE] [FML]: Testing mod simpleautorun to verify it accepts its own version in a remote connection +[16:57:26] [Server thread/TRACE] [FML]: The mod simpleautorun accepts its own version (1.12.1-1.2) +[16:57:26] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into simpleautorun +[16:57:26] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for simpleautorun +[16:57:26] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into simpleautorun for type INSTANCE +[16:57:26] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod simpleautorun +[16:57:26] [Server thread/DEBUG] [FML]: Bar Step: Construction - SimpleAutoRun took 0.001s +[16:57:26] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod simplegenerators +[16:57:26] [Server thread/TRACE] [FML]: Mod simplegenerators is using network checker : Accepting version 1.12.2-2.0.20.2 +[16:57:26] [Server thread/TRACE] [FML]: Testing mod simplegenerators to verify it accepts its own version in a remote connection +[16:57:26] [Server thread/TRACE] [FML]: The mod simplegenerators accepts its own version (1.12.2-2.0.20.2) +[16:57:26] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into simplegenerators +[16:57:26] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for simplegenerators +[16:57:26] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into simplegenerators for type INSTANCE +[16:57:26] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod simplegenerators +[16:57:26] [Server thread/DEBUG] [FML]: Bar Step: Construction - Simple Generators took 0.005s +[16:57:26] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod simpleplanes +[16:57:26] [Server thread/TRACE] [FML]: Mod simpleplanes is using network checker : Accepting version 3.0.1.7 +[16:57:26] [Server thread/TRACE] [FML]: Testing mod simpleplanes to verify it accepts its own version in a remote connection +[16:57:26] [Server thread/TRACE] [FML]: The mod simpleplanes accepts its own version (3.0.1.7) +[16:57:26] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into simpleplanes +[16:57:26] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for simpleplanes +[16:57:26] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for xyz.przemyk.simpleplanes.setup.SimplePlanesItems for mod simpleplanes +[16:57:26] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class xyz.przemyk.simpleplanes.setup.SimplePlanesItems +[16:57:26] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for xyz.przemyk.simpleplanes.SimplePlanesMod for mod simpleplanes +[16:57:26] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class xyz.przemyk.simpleplanes.SimplePlanesMod +[16:57:26] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for xyz.przemyk.simpleplanes.setup.SimplePlanesMaterials for mod simpleplanes +[16:57:26] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class xyz.przemyk.simpleplanes.setup.SimplePlanesMaterials +[16:57:26] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for xyz.przemyk.simpleplanes.setup.SimplePlanesSounds for mod simpleplanes +[16:57:26] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class xyz.przemyk.simpleplanes.setup.SimplePlanesSounds +[16:57:26] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for xyz.przemyk.simpleplanes.setup.SimplePlanesRegistries for mod simpleplanes +[16:57:26] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class xyz.przemyk.simpleplanes.setup.SimplePlanesRegistries +[16:57:26] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for xyz.przemyk.simpleplanes.setup.SimplePlanesUpgrades for mod simpleplanes +[16:57:26] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class xyz.przemyk.simpleplanes.setup.SimplePlanesUpgrades +[16:57:26] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for xyz.przemyk.simpleplanes.PlanesEvents for mod simpleplanes +[16:57:26] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class xyz.przemyk.simpleplanes.PlanesEvents +[16:57:26] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for xyz.przemyk.simpleplanes.setup.SimplePlanesEntities for mod simpleplanes +[16:57:26] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class xyz.przemyk.simpleplanes.setup.SimplePlanesEntities +[16:57:26] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for xyz.przemyk.simpleplanes.setup.SimplePlanesDataSerializers for mod simpleplanes +[16:57:26] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class xyz.przemyk.simpleplanes.setup.SimplePlanesDataSerializers +[16:57:26] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into simpleplanes for type INSTANCE +[16:57:26] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod simpleplanes +[16:57:26] [Server thread/DEBUG] [FML]: Bar Step: Construction - simpleplanes took 0.044s +[16:57:26] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod storagenetwork +[16:57:26] [Server thread/TRACE] [FML]: Mod storagenetwork is using network checker : Accepting version 1.7.11 +[16:57:26] [Server thread/TRACE] [FML]: Testing mod storagenetwork to verify it accepts its own version in a remote connection +[16:57:26] [Server thread/TRACE] [FML]: The mod storagenetwork accepts its own version (1.7.11) +[16:57:26] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into storagenetwork +[16:57:26] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for storagenetwork +[16:57:26] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for mrriegel.storagenetwork.proxy.CommonProxy for mod storagenetwork +[16:57:26] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class mrriegel.storagenetwork.proxy.CommonProxy +[16:57:26] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into storagenetwork for type INSTANCE +[16:57:26] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod storagenetwork +[16:57:26] [Server thread/DEBUG] [FML]: Bar Step: Construction - Simple Storage Network took 0.010s +[16:57:26] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod simpletomb +[16:57:26] [Server thread/TRACE] [FML]: Mod simpletomb is using network checker : Accepting version 1.12.2-1.0.0 +[16:57:26] [Server thread/TRACE] [FML]: Testing mod simpletomb to verify it accepts its own version in a remote connection +[16:57:26] [Server thread/TRACE] [FML]: The mod simpletomb accepts its own version (1.12.2-1.0.0) +[16:57:26] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into simpletomb +[16:57:26] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for simpletomb +[16:57:26] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for com.lothrazar.simpletomb.ConfigTomb for mod simpletomb +[16:57:26] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class com.lothrazar.simpletomb.ConfigTomb +[16:57:26] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for com.lothrazar.simpletomb.TombRegistry for mod simpletomb +[16:57:26] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class com.lothrazar.simpletomb.TombRegistry +[16:57:26] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into simpletomb for type INSTANCE +[16:57:26] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod simpletomb +[16:57:26] [Server thread/DEBUG] [FML]: Bar Step: Construction - Simple Tomb took 0.007s +[16:57:26] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod simplyarrows +[16:57:26] [Server thread/TRACE] [FML]: Mod simplyarrows is using network checker : Accepting version 1.0.4 +[16:57:26] [Server thread/TRACE] [FML]: Testing mod simplyarrows to verify it accepts its own version in a remote connection +[16:57:26] [Server thread/TRACE] [FML]: The mod simplyarrows accepts its own version (1.0.4) +[16:57:26] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into simplyarrows +[16:57:26] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for simplyarrows +[16:57:26] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into simplyarrows for type INSTANCE +[16:57:26] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod simplyarrows +[16:57:26] [Server thread/DEBUG] [FML]: Bar Step: Construction - Simply Arrows took 0.006s +[16:57:26] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod spartanshields +[16:57:26] [Server thread/TRACE] [FML]: Mod spartanshields is using network checker : Accepting version 1.5.4 +[16:57:26] [Server thread/TRACE] [FML]: Testing mod spartanshields to verify it accepts its own version in a remote connection +[16:57:26] [Server thread/TRACE] [FML]: The mod spartanshields accepts its own version (1.5.4) +[16:57:26] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into spartanshields +[16:57:26] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for spartanshields +[16:57:26] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for com.oblivioussp.spartanshields.event.EventHandlerClient for mod spartanshields +[16:57:26] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class com.oblivioussp.spartanshields.event.EventHandlerClient +[16:57:26] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for com.oblivioussp.spartanshields.init.ModelRenderRegistry for mod spartanshields +[16:57:26] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class com.oblivioussp.spartanshields.init.ModelRenderRegistry +[16:57:26] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for com.oblivioussp.spartanshields.event.EventHandlerCommon for mod spartanshields +[16:57:26] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class com.oblivioussp.spartanshields.event.EventHandlerCommon +[16:57:26] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for com.oblivioussp.spartanshields.init.ItemRegistrySS for mod spartanshields +[16:57:26] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class com.oblivioussp.spartanshields.init.ItemRegistrySS +[16:57:26] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for com.oblivioussp.spartanshields.util.ConfigHandler for mod spartanshields +[16:57:26] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class com.oblivioussp.spartanshields.util.ConfigHandler +[16:57:26] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for com.oblivioussp.spartanshields.init.EnchantmentRegistry for mod spartanshields +[16:57:26] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class com.oblivioussp.spartanshields.init.EnchantmentRegistry +[16:57:26] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for com.oblivioussp.spartanshields.init.RecipeRegistry for mod spartanshields +[16:57:26] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class com.oblivioussp.spartanshields.init.RecipeRegistry +[16:57:26] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into spartanshields for type INSTANCE +[16:57:26] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod spartanshields +[16:57:26] [Server thread/DEBUG] [FML]: Bar Step: Construction - Spartan Shields took 0.034s +[16:57:26] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod spatialservermod +[16:57:26] [Server thread/TRACE] [FML]: Mod spatialservermod is using network checker : No network checking performed +[16:57:26] [Server thread/TRACE] [FML]: Testing mod spatialservermod to verify it accepts its own version in a remote connection +[16:57:26] [Server thread/TRACE] [FML]: The mod spatialservermod accepts its own version (1.3) +[16:57:26] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into spatialservermod +[16:57:26] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for spatialservermod +[16:57:26] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for me.dj.spatialserver.proxy.ServerProxy for mod spatialservermod +[16:57:26] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class me.dj.spatialserver.proxy.ServerProxy +[16:57:26] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into spatialservermod for type INSTANCE +[16:57:26] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod spatialservermod +[16:57:26] [Server thread/DEBUG] [FML]: Bar Step: Construction - Spatial Server Mod took 0.003s +[16:57:26] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod stevescarts +[16:57:26] [Server thread/TRACE] [FML]: Mod stevescarts is using network checker : Accepting version 2.4.32.137 +[16:57:26] [Server thread/TRACE] [FML]: Testing mod stevescarts to verify it accepts its own version in a remote connection +[16:57:26] [Server thread/TRACE] [FML]: The mod stevescarts accepts its own version (2.4.32.137) +[16:57:26] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into stevescarts +[16:57:26] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for stevescarts +[16:57:26] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for vswe.stevescarts.items.ModItems for mod stevescarts +[16:57:26] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class vswe.stevescarts.items.ModItems +[16:57:26] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for vswe.stevescarts.handlers.SoundHandler for mod stevescarts +[16:57:26] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class vswe.stevescarts.handlers.SoundHandler +[16:57:26] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for vswe.stevescarts.blocks.ModBlocks for mod stevescarts +[16:57:26] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class vswe.stevescarts.blocks.ModBlocks +[16:57:26] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for vswe.stevescarts.SCConfig for mod stevescarts +[16:57:26] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class vswe.stevescarts.SCConfig +[16:57:26] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into stevescarts for type INSTANCE +[16:57:26] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod stevescarts +[16:57:26] [Server thread/DEBUG] [FML]: Bar Step: Construction - Steve's Carts 2 took 0.030s +[16:57:26] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod stg +[16:57:26] [Server thread/TRACE] [FML]: Mod stg is using network checker : No network checking performed +[16:57:26] [Server thread/TRACE] [FML]: Testing mod stg to verify it accepts its own version in a remote connection +[16:57:26] [Server thread/TRACE] [FML]: The mod stg accepts its own version (1.12.2-1.2.3) +[16:57:26] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into stg +[16:57:26] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for stg +[16:57:26] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for com.exidex.stg.LeftClickEventHandler for mod stg +[16:57:26] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class com.exidex.stg.LeftClickEventHandler +[16:57:26] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for com.exidex.stg.STGConfig for mod stg +[16:57:26] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class com.exidex.stg.STGConfig +[16:57:26] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into stg for type INSTANCE +[16:57:26] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod stg +[16:57:26] [Server thread/DEBUG] [FML]: Bar Step: Construction - SwingThroughGrass took 0.004s +[16:57:26] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod storagedrawers +[16:57:26] [Server thread/TRACE] [FML]: Mod storagedrawers is using network checker : Accepting version 5.2.2 +[16:57:26] [Server thread/TRACE] [FML]: Testing mod storagedrawers to verify it accepts its own version in a remote connection +[16:57:26] [Server thread/TRACE] [FML]: The mod storagedrawers accepts its own version (5.2.2) +[16:57:26] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into storagedrawers +[16:57:26] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for storagedrawers +[16:57:26] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for com.jaquadro.minecraft.storagedrawers.core.ModItems$Registration for mod storagedrawers +[16:57:26] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class com.jaquadro.minecraft.storagedrawers.core.ModItems$Registration +[16:57:26] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for com.jaquadro.minecraft.storagedrawers.core.ModBlocks$Registration for mod storagedrawers +[16:57:26] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class com.jaquadro.minecraft.storagedrawers.core.ModBlocks$Registration +[16:57:26] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into storagedrawers for type INSTANCE +[16:57:26] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod storagedrawers +[16:57:26] [Server thread/DEBUG] [FML]: Bar Step: Construction - Storage Drawers took 0.073s +[16:57:26] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod streams +[16:57:26] [Server thread/TRACE] [FML]: Mod streams is using network checker : Accepting version 0.4.8 +[16:57:26] [Server thread/TRACE] [FML]: Testing mod streams to verify it accepts its own version in a remote connection +[16:57:26] [Server thread/TRACE] [FML]: The mod streams accepts its own version (0.4.8) +[16:57:26] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into streams +[16:57:26] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for streams +[16:57:26] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into streams for type INSTANCE +[16:57:26] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod streams +[16:57:26] [Server thread/DEBUG] [FML]: Bar Step: Construction - Streams took 0.004s +[16:57:26] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod sasit +[16:57:26] [Server thread/TRACE] [FML]: Mod sasit is using network checker : No network checking performed +[16:57:26] [Server thread/TRACE] [FML]: Testing mod sasit to verify it accepts its own version in a remote connection +[16:57:26] [Server thread/TRACE] [FML]: The mod sasit accepts its own version (1.1.32) +[16:57:26] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into sasit +[16:57:26] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for sasit +[16:57:26] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into sasit for type INSTANCE +[16:57:26] [Server thread/INFO] [sasit]: The mod has started up! +[16:57:26] [Server thread/INFO] [sasit]: Logs containing the following text may have been removed! +[16:57:26] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod sasit +[16:57:26] [Server thread/DEBUG] [FML]: Bar Step: Construction - Stuff A Sock In It took 0.010s +[16:57:26] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod supersoundmuffler +[16:57:26] [Server thread/TRACE] [FML]: Mod supersoundmuffler is using network checker : Accepting version 1.0.2.10 +[16:57:26] [Server thread/TRACE] [FML]: Testing mod supersoundmuffler to verify it accepts its own version in a remote connection +[16:57:26] [Server thread/TRACE] [FML]: The mod supersoundmuffler accepts its own version (1.0.2.10) +[16:57:26] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into supersoundmuffler +[16:57:26] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for supersoundmuffler +[16:57:26] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for edgarallen.soundmuffler.proxy.CommonProxy for mod supersoundmuffler +[16:57:26] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class edgarallen.soundmuffler.proxy.CommonProxy +[16:57:26] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into supersoundmuffler for type INSTANCE +[16:57:26] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod supersoundmuffler +[16:57:26] [Server thread/DEBUG] [FML]: Bar Step: Construction - Super Sound Muffler: Revived took 0.011s +[16:57:26] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod tallgates +[16:57:26] [Server thread/ERROR] [FML]: The mod tallgates is expecting signature 62:AC:69:4A:82:E9:1B:F4:40:10:2D:9C:1C:00:D2:0D:89:F2:B5:F3 for source TallGates-1.12.2-1.0.0.1.jar, however there is no signature matching that description +[16:57:26] [Server thread/TRACE] [FML]: Mod tallgates is using network checker : Accepting version 1.0.0 +[16:57:26] [Server thread/TRACE] [FML]: Testing mod tallgates to verify it accepts its own version in a remote connection +[16:57:26] [Server thread/TRACE] [FML]: The mod tallgates accepts its own version (1.0.0) +[16:57:26] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into tallgates +[16:57:26] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for tallgates +[16:57:26] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for se.gory_moon.tallgates.blocks.BlockRegistry for mod tallgates +[16:57:26] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class se.gory_moon.tallgates.blocks.BlockRegistry +[16:57:26] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for se.gory_moon.tallgates.items.ItemRegistry for mod tallgates +[16:57:26] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class se.gory_moon.tallgates.items.ItemRegistry +[16:57:26] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into tallgates for type INSTANCE +[16:57:26] [Server thread/WARN] [HorsePower]: Invalid fingerprint detected! The file TallGates-1.12.2-1.0.0.1.jar may have been tampered with. This version will NOT be supported by the author! +[16:57:26] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod tallgates +[16:57:26] [Server thread/DEBUG] [FML]: Bar Step: Construction - TallGates took 0.015s +[16:57:26] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod beneath +[16:57:26] [Server thread/TRACE] [FML]: Mod beneath is using network checker : Accepting version 1.5.1 +[16:57:26] [Server thread/TRACE] [FML]: Testing mod beneath to verify it accepts its own version in a remote connection +[16:57:26] [Server thread/TRACE] [FML]: The mod beneath accepts its own version (1.5.1) +[16:57:26] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into beneath +[16:57:26] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for beneath +[16:57:26] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into beneath for type INSTANCE +[16:57:26] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod beneath +[16:57:26] [Server thread/DEBUG] [FML]: Bar Step: Construction - The Beneath took 0.013s +[16:57:26] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod thirstybottles +[16:57:26] [Server thread/TRACE] [FML]: Mod thirstybottles is using network checker : Accepting version 2.0.1 +[16:57:26] [Server thread/TRACE] [FML]: Testing mod thirstybottles to verify it accepts its own version in a remote connection +[16:57:26] [Server thread/TRACE] [FML]: The mod thirstybottles accepts its own version (2.0.1) +[16:57:26] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into thirstybottles +[16:57:26] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for thirstybottles +[16:57:26] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for net.darkhax.tb.ThirstyBottles for mod thirstybottles +[16:57:26] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class net.darkhax.tb.ThirstyBottles +[16:57:26] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into thirstybottles for type INSTANCE +[16:57:26] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod thirstybottles +[16:57:26] [Server thread/DEBUG] [FML]: Bar Step: Construction - Thirsty Bottles took 0.004s +[16:57:26] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod timecontrol +[16:57:26] [Server thread/TRACE] [FML]: Mod timecontrol is using network checker : Accepting version 1.12.2-1.0.0.0-beta +[16:57:26] [Server thread/TRACE] [FML]: Testing mod timecontrol to verify it accepts its own version in a remote connection +[16:57:26] [Server thread/TRACE] [FML]: The mod timecontrol accepts its own version (1.12.2-1.0.0.0-beta) +[16:57:26] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into timecontrol +[16:57:26] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for timecontrol +[16:57:26] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for com.unixkitty.timecontrol.TimeEvents for mod timecontrol +[16:57:26] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class com.unixkitty.timecontrol.TimeEvents +[16:57:26] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into timecontrol for type INSTANCE +[16:57:26] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod timecontrol +[16:57:26] [Server thread/DEBUG] [FML]: Bar Step: Construction - TimeControl took 0.005s +[16:57:26] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod tcomplement +[16:57:26] [Server thread/DEBUG] [Pulsar-tcomplement]: Attaching [PulseManager[tcomplement]] to event bus for container [FMLMod:tcomplement{1.12.2-0.4.3}] +[16:57:26] [Server thread/INFO] [Pulsar-tcomplement]: Skipping Pulse ExNihiloPlugin; missing dependency: exnihilocreatio +[16:57:26] [Server thread/TRACE] [FML]: Mod tcomplement is using network checker : Accepting version 1.12.2-0.4.3 +[16:57:26] [Server thread/TRACE] [FML]: Testing mod tcomplement to verify it accepts its own version in a remote connection +[16:57:26] [Server thread/TRACE] [FML]: The mod tcomplement accepts its own version (1.12.2-0.4.3) +[16:57:26] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into tcomplement +[16:57:26] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for tcomplement +[16:57:26] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into tcomplement for type INSTANCE +[16:57:26] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod tcomplement +[16:57:26] [Server thread/DEBUG] [FML]: Bar Step: Construction - Tinkers' Complement took 0.067s +[16:57:26] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod tinkerstages +[16:57:26] [Server thread/TRACE] [FML]: Mod tinkerstages is using network checker : Accepting version 2.0.17 +[16:57:26] [Server thread/TRACE] [FML]: Testing mod tinkerstages to verify it accepts its own version in a remote connection +[16:57:26] [Server thread/TRACE] [FML]: The mod tinkerstages accepts its own version (2.0.17) +[16:57:26] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into tinkerstages +[16:57:26] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for tinkerstages +[16:57:26] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into tinkerstages for type INSTANCE +[16:57:26] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod tinkerstages +[16:57:26] [Server thread/DEBUG] [FML]: Bar Step: Construction - Tinker Stages took 0.007s +[16:57:26] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod tinkertoolleveling +[16:57:26] [Server thread/TRACE] [FML]: Mod tinkertoolleveling is using network checker : Accepting version 1.12.2-1.1.0.DEV.b23e769 +[16:57:26] [Server thread/TRACE] [FML]: Testing mod tinkertoolleveling to verify it accepts its own version in a remote connection +[16:57:26] [Server thread/TRACE] [FML]: The mod tinkertoolleveling accepts its own version (1.12.2-1.1.0.DEV.b23e769) +[16:57:26] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into tinkertoolleveling +[16:57:26] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for tinkertoolleveling +[16:57:26] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for slimeknights.toolleveling.CommonProxy for mod tinkertoolleveling +[16:57:26] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class slimeknights.toolleveling.CommonProxy +[16:57:26] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into tinkertoolleveling for type INSTANCE +[16:57:26] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod tinkertoolleveling +[16:57:26] [Server thread/DEBUG] [FML]: Bar Step: Construction - Tinkers Tool Leveling took 0.041s +[16:57:26] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod togetherforever +[16:57:26] [Server thread/TRACE] [FML]: Mod togetherforever is using network checker : Accepting version 1.0.2 +[16:57:26] [Server thread/TRACE] [FML]: Testing mod togetherforever to verify it accepts its own version in a remote connection +[16:57:26] [Server thread/TRACE] [FML]: The mod togetherforever accepts its own version (1.0.2) +[16:57:26] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into togetherforever +[16:57:26] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for togetherforever +[16:57:26] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for com.buuz135.togetherforever.config.TogetherForeverConfig$EventHandler for mod togetherforever +[16:57:26] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class com.buuz135.togetherforever.config.TogetherForeverConfig$EventHandler +[16:57:26] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into togetherforever for type INSTANCE +[16:57:26] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod togetherforever +[16:57:26] [Server thread/DEBUG] [FML]: Bar Step: Construction - TogetherForever took 0.008s +[16:57:26] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod totemic +[16:57:26] [Server thread/TRACE] [FML]: Mod totemic is using network checker : Accepting version 1.12.2-0.11.6 +[16:57:26] [Server thread/TRACE] [FML]: Testing mod totemic to verify it accepts its own version in a remote connection +[16:57:26] [Server thread/TRACE] [FML]: The mod totemic accepts its own version (1.12.2-0.11.6) +[16:57:26] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into totemic +[16:57:27] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for totemic +[16:57:27] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for pokefenn.totemic.init.ModVillagers for mod totemic +[16:57:27] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class pokefenn.totemic.init.ModVillagers +[16:57:27] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for pokefenn.totemic.init.ModContent for mod totemic +[16:57:27] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class pokefenn.totemic.init.ModContent +[16:57:27] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for pokefenn.totemic.init.ModPotions for mod totemic +[16:57:27] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class pokefenn.totemic.init.ModPotions +[16:57:27] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for pokefenn.totemic.init.ModBlocks for mod totemic +[16:57:27] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class pokefenn.totemic.init.ModBlocks +[16:57:27] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for pokefenn.totemic.init.ModItems for mod totemic +[16:57:27] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class pokefenn.totemic.init.ModItems +[16:57:27] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for pokefenn.totemic.init.ModSounds for mod totemic +[16:57:27] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class pokefenn.totemic.init.ModSounds +[16:57:27] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into totemic for type INSTANCE +[16:57:27] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod totemic +[16:57:27] [Server thread/DEBUG] [FML]: Bar Step: Construction - Totemic took 0.083s +[16:57:27] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod tothebatpoles +[16:57:27] [Server thread/TRACE] [FML]: Mod tothebatpoles is using network checker : Accepting version 1.12.2-1.1.0.1 +[16:57:27] [Server thread/TRACE] [FML]: Testing mod tothebatpoles to verify it accepts its own version in a remote connection +[16:57:27] [Server thread/TRACE] [FML]: The mod tothebatpoles accepts its own version (1.12.2-1.1.0.1) +[16:57:27] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into tothebatpoles +[16:57:27] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for tothebatpoles +[16:57:27] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for com.seth0067.tothebatpoles.Pole for mod tothebatpoles +[16:57:27] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class com.seth0067.tothebatpoles.Pole +[16:57:27] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for com.seth0067.tothebatpoles.Player for mod tothebatpoles +[16:57:27] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class com.seth0067.tothebatpoles.Player +[16:57:27] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into tothebatpoles for type INSTANCE +[16:57:27] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod tothebatpoles +[16:57:27] [Server thread/DEBUG] [FML]: Bar Step: Construction - To the Bat Poles! took 0.006s +[16:57:27] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod translocators +[16:57:27] [Server thread/TRACE] [FML]: Mod translocators is using network checker : Accepting version 2.5.2.81 +[16:57:27] [Server thread/TRACE] [FML]: Testing mod translocators to verify it accepts its own version in a remote connection +[16:57:27] [Server thread/TRACE] [FML]: The mod translocators accepts its own version (2.5.2.81) +[16:57:27] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into translocators +[16:57:27] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for translocators +[16:57:27] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into translocators for type INSTANCE +[16:57:27] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod translocators +[16:57:27] [Server thread/DEBUG] [FML]: Bar Step: Construction - Translocators took 0.004s +[16:57:27] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod treechopper +[16:57:27] [Server thread/TRACE] [FML]: Mod treechopper is using network checker : No network checking performed +[16:57:27] [Server thread/TRACE] [FML]: Testing mod treechopper to verify it accepts its own version in a remote connection +[16:57:27] [Server thread/TRACE] [FML]: The mod treechopper accepts its own version (1.2.4) +[16:57:27] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into treechopper +[16:57:27] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for treechopper +[16:57:27] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into treechopper for type INSTANCE +[16:57:27] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod treechopper +[16:57:27] [Server thread/DEBUG] [FML]: Bar Step: Construction - Tree Chopper took 0.005s +[16:57:27] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod triumph +[16:57:27] [Server thread/TRACE] [FML]: Mod triumph is using network checker : Accepting version 3.19.2 +[16:57:27] [Server thread/TRACE] [FML]: Testing mod triumph to verify it accepts its own version in a remote connection +[16:57:27] [Server thread/TRACE] [FML]: The mod triumph accepts its own version (3.19.2) +[16:57:27] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into triumph +[16:57:27] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for triumph +[16:57:27] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into triumph for type INSTANCE +[16:57:27] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod triumph +[16:57:27] [Server thread/DEBUG] [FML]: Bar Step: Construction - Triumph took 0.013s +[16:57:27] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod trumpetskeleton +[16:57:27] [Server thread/TRACE] [FML]: Mod trumpetskeleton is using network checker : Accepting version 1.12-1.0.2.1 +[16:57:27] [Server thread/TRACE] [FML]: Testing mod trumpetskeleton to verify it accepts its own version in a remote connection +[16:57:27] [Server thread/TRACE] [FML]: The mod trumpetskeleton accepts its own version (1.12-1.0.2.1) +[16:57:27] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into trumpetskeleton +[16:57:27] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for trumpetskeleton +[16:57:27] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into trumpetskeleton for type INSTANCE +[16:57:27] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod trumpetskeleton +[16:57:27] [Server thread/DEBUG] [FML]: Bar Step: Construction - Trumpet Skeleton took 0.005s +[16:57:27] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod tumbleweed +[16:57:27] [Server thread/TRACE] [FML]: Mod tumbleweed is using network checker : Accepting version 1.12-0.4.7 +[16:57:27] [Server thread/TRACE] [FML]: Testing mod tumbleweed to verify it accepts its own version in a remote connection +[16:57:27] [Server thread/TRACE] [FML]: The mod tumbleweed accepts its own version (1.12-0.4.7) +[16:57:27] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into tumbleweed +[16:57:27] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for tumbleweed +[16:57:27] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into tumbleweed for type INSTANCE +[16:57:27] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod tumbleweed +[16:57:27] [Server thread/DEBUG] [FML]: Bar Step: Construction - Tumbleweed took 0.005s +[16:57:27] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod uppers +[16:57:27] [Server thread/TRACE] [FML]: Mod uppers is using network checker : Accepting version 0.0.6 +[16:57:27] [Server thread/TRACE] [FML]: Testing mod uppers to verify it accepts its own version in a remote connection +[16:57:27] [Server thread/TRACE] [FML]: The mod uppers accepts its own version (0.0.6) +[16:57:27] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into uppers +[16:57:27] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for uppers +[16:57:27] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for uppers.ModBlocks$RegistrationHandlerBlocks for mod uppers +[16:57:27] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class uppers.ModBlocks$RegistrationHandlerBlocks +[16:57:27] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for uppers.ModRecipes$RegistrationHandlerRecipes for mod uppers +[16:57:27] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class uppers.ModRecipes$RegistrationHandlerRecipes +[16:57:27] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into uppers for type INSTANCE +[16:57:27] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod uppers +[16:57:27] [Server thread/DEBUG] [FML]: Bar Step: Construction - uppers took 0.006s +[16:57:27] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod universalmodifiers +[16:57:27] [Server thread/TRACE] [FML]: Mod universalmodifiers is using network checker : Accepting version 1.12.2-1.0.16.1 +[16:57:27] [Server thread/TRACE] [FML]: Testing mod universalmodifiers to verify it accepts its own version in a remote connection +[16:57:27] [Server thread/TRACE] [FML]: The mod universalmodifiers accepts its own version (1.12.2-1.0.16.1) +[16:57:27] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into universalmodifiers +[16:57:27] [Server thread/DEBUG] [FML]: Skipping proxy injection for com.valkyrieofnight.vliblegacy.ValkyrieLib.PROXY since it is not for mod universalmodifiers +[16:57:27] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for universalmodifiers +[16:57:27] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for com.valkyrieofnight.vlib.module.registry.VLGameRegistry since it is not for mod universalmodifiers +[16:57:27] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for com.valkyrieofnight.vliblegacy.lib.registry.VLGameRegistry$BlockItemHandler since it is not for mod universalmodifiers +[16:57:27] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into universalmodifiers for type INSTANCE +[16:57:27] [Server thread/DEBUG] [FML]: Skipping @net.minecraftforge.fml.common.Mod$Instance injection for com.valkyrieofnight.vliblegacy.ValkyrieLib.INSTANCE since it is not for mod universalmodifiers +[16:57:27] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod universalmodifiers +[16:57:27] [Server thread/DEBUG] [FML]: Bar Step: Construction - Universal Modifiers took 0.001s +[16:57:27] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod vc +[16:57:27] [Server thread/TRACE] [FML]: Mod vc is using network checker : Accepting version 5.9.16 +[16:57:27] [Server thread/TRACE] [FML]: Testing mod vc to verify it accepts its own version in a remote connection +[16:57:27] [Server thread/TRACE] [FML]: The mod vc accepts its own version (5.9.16) +[16:57:27] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into vc +[16:57:27] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for vc +[16:57:27] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for com.viesis.viescraft.init.InitItemsVC$RegistrationHandler for mod vc +[16:57:27] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class com.viesis.viescraft.init.InitItemsVC$RegistrationHandler +[16:57:27] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for com.viesis.viescraft.init.InitBlocksVC$RegistrationHandler for mod vc +[16:57:27] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class com.viesis.viescraft.init.InitBlocksVC$RegistrationHandler +[16:57:27] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into vc for type INSTANCE +[16:57:27] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod vc +[16:57:27] [Server thread/DEBUG] [FML]: Bar Step: Construction - ViesCraft took 0.015s +[16:57:27] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod vtt +[16:57:27] [Server thread/TRACE] [FML]: Mod vtt is using network checker : Accepting version 0.6.4 +[16:57:27] [Server thread/TRACE] [FML]: Testing mod vtt to verify it accepts its own version in a remote connection +[16:57:27] [Server thread/TRACE] [FML]: The mod vtt accepts its own version (0.6.4) +[16:57:27] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into vtt +[16:57:27] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for vtt +[16:57:27] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into vtt for type INSTANCE +[16:57:27] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod vtt +[16:57:27] [Server thread/DEBUG] [FML]: Bar Step: Construction - Villager Trade Tables took 0.002s +[16:57:27] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod waddles +[16:57:27] [Server thread/TRACE] [FML]: Mod waddles is using network checker : Accepting version 0.6.0 +[16:57:27] [Server thread/TRACE] [FML]: Testing mod waddles to verify it accepts its own version in a remote connection +[16:57:27] [Server thread/TRACE] [FML]: The mod waddles accepts its own version (0.6.0) +[16:57:27] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into waddles +[16:57:27] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for waddles +[16:57:27] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for com.girafi.waddles.init.WaddlesSounds for mod waddles +[16:57:27] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class com.girafi.waddles.init.WaddlesSounds +[16:57:27] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for com.girafi.waddles.utils.ConfigurationHandler for mod waddles +[16:57:27] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class com.girafi.waddles.utils.ConfigurationHandler +[16:57:27] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for com.girafi.waddles.init.PenguinRegistry for mod waddles +[16:57:27] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class com.girafi.waddles.init.PenguinRegistry +[16:57:27] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into waddles for type INSTANCE +[16:57:27] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod waddles +[16:57:27] [Server thread/DEBUG] [FML]: Bar Step: Construction - Waddles took 0.006s +[16:57:27] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod wailastages +[16:57:27] [Server thread/TRACE] [FML]: Mod wailastages is using network checker : Accepting version 2.0.23 +[16:57:27] [Server thread/TRACE] [FML]: Testing mod wailastages to verify it accepts its own version in a remote connection +[16:57:27] [Server thread/TRACE] [FML]: The mod wailastages accepts its own version (2.0.23) +[16:57:27] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into wailastages +[16:57:27] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for wailastages +[16:57:27] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into wailastages for type INSTANCE +[16:57:27] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod wailastages +[16:57:27] [Server thread/DEBUG] [FML]: Bar Step: Construction - Waila Stages took 0.004s +[16:57:27] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod walljump +[16:57:27] [Server thread/TRACE] [FML]: Mod walljump is using network checker : Accepting range 1.3.2 or above +[16:57:27] [Server thread/TRACE] [FML]: Testing mod walljump to verify it accepts its own version in a remote connection +[16:57:27] [Server thread/TRACE] [FML]: The mod walljump accepts its own version (1.3.2) +[16:57:27] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into walljump +[16:57:27] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for walljump +[16:57:27] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for genandnic.walljump.proxy.CommonProxy for mod walljump +[16:57:27] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class genandnic.walljump.proxy.CommonProxy +[16:57:27] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into walljump for type INSTANCE +[16:57:27] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod walljump +[16:57:27] [Server thread/DEBUG] [FML]: Bar Step: Construction - Wall-Jump! took 0.007s +[16:57:27] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod wanionlib +[16:57:27] [Server thread/TRACE] [FML]: Mod wanionlib is using network checker : Accepting version 1.12.2-2.2 +[16:57:27] [Server thread/TRACE] [FML]: Testing mod wanionlib to verify it accepts its own version in a remote connection +[16:57:27] [Server thread/TRACE] [FML]: The mod wanionlib accepts its own version (1.12.2-2.2) +[16:57:27] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into wanionlib +[16:57:27] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for wanionlib +[16:57:27] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into wanionlib for type INSTANCE +[16:57:27] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod wanionlib +[16:57:27] [Server thread/DEBUG] [FML]: Bar Step: Construction - WanionLib took 0.004s +[16:57:27] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod watercontrolextreme +[16:57:27] [Server thread/TRACE] [FML]: Mod watercontrolextreme is using network checker : Accepting version 1.0.0 +[16:57:27] [Server thread/TRACE] [FML]: Testing mod watercontrolextreme to verify it accepts its own version in a remote connection +[16:57:27] [Server thread/TRACE] [FML]: The mod watercontrolextreme accepts its own version (1.0.0) +[16:57:27] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into watercontrolextreme +[16:57:27] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for watercontrolextreme +[16:57:27] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into watercontrolextreme for type INSTANCE +[16:57:27] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod watercontrolextreme +[16:57:27] [Server thread/DEBUG] [FML]: Bar Step: Construction - Water Control Extreme took 0.003s +[16:57:27] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod waterstrainer +[16:57:27] [Server thread/TRACE] [FML]: Mod waterstrainer is using network checker : Accepting version 3.2.0 +[16:57:27] [Server thread/TRACE] [FML]: Testing mod waterstrainer to verify it accepts its own version in a remote connection +[16:57:27] [Server thread/TRACE] [FML]: The mod waterstrainer accepts its own version (3.2.0) +[16:57:27] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into waterstrainer +[16:57:27] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for waterstrainer +[16:57:27] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for mods.waterstrainer.registry.ItemRegistry$Registration for mod waterstrainer +[16:57:27] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class mods.waterstrainer.registry.ItemRegistry$Registration +[16:57:27] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for mods.waterstrainer.registry.BlockRegistry$Registration for mod waterstrainer +[16:57:27] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class mods.waterstrainer.registry.BlockRegistry$Registration +[16:57:27] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into waterstrainer for type INSTANCE +[16:57:27] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod waterstrainer +[16:57:27] [Server thread/DEBUG] [FML]: Bar Step: Construction - Water Strainer took 0.015s +[16:57:27] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod wawla +[16:57:27] [Server thread/TRACE] [FML]: Mod wawla is using network checker : No network checking performed +[16:57:27] [Server thread/TRACE] [FML]: Testing mod wawla to verify it accepts its own version in a remote connection +[16:57:27] [Server thread/TRACE] [FML]: The mod wawla accepts its own version (2.6.275) +[16:57:27] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into wawla +[16:57:27] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for wawla +[16:57:27] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into wawla for type INSTANCE +[16:57:27] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod wawla +[16:57:27] [Server thread/DEBUG] [FML]: Bar Step: Construction - What Are We Looking At took 0.003s +[16:57:27] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod weirdinggadget +[16:57:27] [Server thread/TRACE] [FML]: Mod weirdinggadget is using network checker : Accepting version 1.0 +[16:57:27] [Server thread/TRACE] [FML]: Testing mod weirdinggadget to verify it accepts its own version in a remote connection +[16:57:27] [Server thread/TRACE] [FML]: The mod weirdinggadget accepts its own version (1.0) +[16:57:27] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into weirdinggadget +[16:57:27] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for weirdinggadget +[16:57:27] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for com.github.atomicblom.weirdinggadget.registration.Registration for mod weirdinggadget +[16:57:27] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class com.github.atomicblom.weirdinggadget.registration.Registration +[16:57:27] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into weirdinggadget for type INSTANCE +[16:57:27] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod weirdinggadget +[16:57:27] [Server thread/DEBUG] [FML]: Bar Step: Construction - The Weirding Gadget took 0.007s +[16:57:27] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod wildcrops +[16:57:27] [Server thread/TRACE] [FML]: Mod wildcrops is using network checker : Accepting version 1.0.1 +[16:57:27] [Server thread/TRACE] [FML]: Testing mod wildcrops to verify it accepts its own version in a remote connection +[16:57:27] [Server thread/TRACE] [FML]: The mod wildcrops accepts its own version (1.0.1) +[16:57:27] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into wildcrops +[16:57:27] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for wildcrops +[16:57:27] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into wildcrops for type INSTANCE +[16:57:27] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod wildcrops +[16:57:27] [Server thread/DEBUG] [FML]: Bar Step: Construction - Wild Crops took 0.004s +[16:57:27] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod witherskelefix +[16:57:27] [Server thread/TRACE] [FML]: Mod witherskelefix is using network checker : Accepting version 2.6.3 +[16:57:27] [Server thread/TRACE] [FML]: Testing mod witherskelefix to verify it accepts its own version in a remote connection +[16:57:27] [Server thread/TRACE] [FML]: The mod witherskelefix accepts its own version (2.6.3) +[16:57:27] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into witherskelefix +[16:57:27] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for witherskelefix +[16:57:27] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into witherskelefix for type INSTANCE +[16:57:27] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod witherskelefix +[16:57:27] [Server thread/DEBUG] [FML]: Bar Step: Construction - Wither Skeleton Tweaks took 0.008s +[16:57:27] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod wopper +[16:57:27] [Server thread/TRACE] [FML]: Mod wopper is using network checker : Accepting version 1.12-r5 +[16:57:27] [Server thread/TRACE] [FML]: Testing mod wopper to verify it accepts its own version in a remote connection +[16:57:27] [Server thread/TRACE] [FML]: The mod wopper accepts its own version (1.12-r5) +[16:57:27] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into wopper +[16:57:27] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for wopper +[16:57:27] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into wopper for type INSTANCE +[16:57:27] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod wopper +[16:57:27] [Server thread/DEBUG] [FML]: Bar Step: Construction - Wopper took 0.005s +[16:57:27] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod xnet +[16:57:27] [Server thread/TRACE] [FML]: Mod xnet is using network checker : Accepting version 1.8.2 +[16:57:27] [Server thread/TRACE] [FML]: Testing mod xnet to verify it accepts its own version in a remote connection +[16:57:27] [Server thread/TRACE] [FML]: The mod xnet accepts its own version (1.8.2) +[16:57:27] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into xnet +[16:57:27] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for xnet +[16:57:27] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for mcjty.xnet.setup.Registration for mod xnet +[16:57:27] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class mcjty.xnet.setup.Registration +[16:57:27] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into xnet for type INSTANCE +[16:57:27] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod xnet +[16:57:27] [Server thread/DEBUG] [FML]: Bar Step: Construction - XNet took 0.010s +[16:57:27] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod ynot +[16:57:27] [Server thread/TRACE] [FML]: Mod ynot is using network checker : Accepting version 0.2.4 +[16:57:27] [Server thread/TRACE] [FML]: Testing mod ynot to verify it accepts its own version in a remote connection +[16:57:27] [Server thread/TRACE] [FML]: The mod ynot accepts its own version (0.2.4) +[16:57:27] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into ynot +[16:57:27] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for ynot +[16:57:27] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into ynot for type INSTANCE +[16:57:27] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod ynot +[16:57:27] [Server thread/DEBUG] [FML]: Bar Step: Construction - YNot took 0.002s +[16:57:27] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod yoyos +[16:57:27] [Server thread/TRACE] [FML]: Mod yoyos is using network checker : Accepting version 1.12.2-1.3.0.21 +[16:57:27] [Server thread/TRACE] [FML]: Testing mod yoyos to verify it accepts its own version in a remote connection +[16:57:27] [Server thread/TRACE] [FML]: The mod yoyos accepts its own version (1.12.2-1.3.0.21) +[16:57:27] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into yoyos +[16:57:27] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for yoyos +[16:57:27] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for com.jozufozu.yoyos.compat.YoyoCompatibility for mod yoyos +[16:57:27] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class com.jozufozu.yoyos.compat.YoyoCompatibility +[16:57:27] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for com.jozufozu.yoyos.common.EntityYoyo for mod yoyos +[16:57:27] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class com.jozufozu.yoyos.common.EntityYoyo +[16:57:27] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for com.jozufozu.yoyos.common.ModConfig for mod yoyos +[16:57:27] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class com.jozufozu.yoyos.common.ModConfig +[16:57:27] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into yoyos for type INSTANCE +[16:57:27] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod yoyos +[16:57:27] [Server thread/DEBUG] [FML]: Bar Step: Construction - Yoyos took 0.027s +[16:57:27] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod zenstages +[16:57:27] [Server thread/TRACE] [FML]: Mod zenstages is using network checker : Accepting version 0.5.0-null +[16:57:27] [Server thread/TRACE] [FML]: Testing mod zenstages to verify it accepts its own version in a remote connection +[16:57:27] [Server thread/TRACE] [FML]: The mod zenstages accepts its own version (0.5.0-null) +[16:57:27] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into zenstages +[16:57:27] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for zenstages +[16:57:27] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into zenstages for type INSTANCE +[16:57:27] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod zenstages +[16:57:27] [Server thread/DEBUG] [FML]: Bar Step: Construction - ZenStages took 0.002s +[16:57:27] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod zenloot +[16:57:27] [Server thread/TRACE] [FML]: Mod zenloot is using network checker : Accepting version 0.1-1 +[16:57:27] [Server thread/TRACE] [FML]: Testing mod zenloot to verify it accepts its own version in a remote connection +[16:57:27] [Server thread/TRACE] [FML]: The mod zenloot accepts its own version (0.1-1) +[16:57:27] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into zenloot +[16:57:27] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for zenloot +[16:57:27] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for uk.bobbytables.zenloot.handlers.Loot for mod zenloot +[16:57:27] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class uk.bobbytables.zenloot.handlers.Loot +[16:57:27] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into zenloot for type INSTANCE +[16:57:27] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod zenloot +[16:57:27] [Server thread/DEBUG] [FML]: Bar Step: Construction - ZenLoot took 0.045s +[16:57:27] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod primal_tech +[16:57:27] [Server thread/TRACE] [FML]: Mod primal_tech is using network checker : Accepting version 0.3.5 +[16:57:27] [Server thread/TRACE] [FML]: Testing mod primal_tech to verify it accepts its own version in a remote connection +[16:57:27] [Server thread/TRACE] [FML]: The mod primal_tech accepts its own version (0.3.5) +[16:57:27] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into primal_tech +[16:57:27] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for primal_tech +[16:57:27] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for primal_tech.ModItems$RegistrationHandlerItems for mod primal_tech +[16:57:27] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class primal_tech.ModItems$RegistrationHandlerItems +[16:57:27] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for primal_tech.ModBlocks$RegistrationHandlerBlocks for mod primal_tech +[16:57:27] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class primal_tech.ModBlocks$RegistrationHandlerBlocks +[16:57:27] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for primal_tech.recipes.ModRecipes$RegistrationHandlerRecipes for mod primal_tech +[16:57:27] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class primal_tech.recipes.ModRecipes$RegistrationHandlerRecipes +[16:57:27] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for primal_tech.ModSounds$RegistrationHandlerSounds for mod primal_tech +[16:57:27] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class primal_tech.ModSounds$RegistrationHandlerSounds +[16:57:27] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for primal_tech.recipes.ModRecipes$RegistrationHandler for mod primal_tech +[16:57:27] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class primal_tech.recipes.ModRecipes$RegistrationHandler +[16:57:27] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into primal_tech for type INSTANCE +[16:57:27] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod primal_tech +[16:57:27] [Server thread/DEBUG] [FML]: Bar Step: Construction - primal_tech took 0.021s +[16:57:27] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod teslacorelib_registries +[16:57:27] [Server thread/DEBUG] [forge]: Preloading CrashReport Classes +[16:57:27] [Server thread/DEBUG] [forge]: net/ndrei/teslacorelib/render/GhostedItemRenderer$renderItemInGUI$1 +[16:57:27] [Server thread/DEBUG] [forge]: net/ndrei/teslacorelib/render/GhostedItemRenderer$renderItemInGUI$2 +[16:57:27] [Server thread/DEBUG] [forge]: net/ndrei/teslacorelib/render/GhostedItemRenderer$renderItemInGUI$3 +[16:57:27] [Server thread/DEBUG] [forge]: net/ndrei/teslacorelib/render/GhostedItemRenderer$renderItemInGUI$4 +[16:57:27] [Server thread/DEBUG] [KotlinAdapter]: FML has asked for TeslaCoreRegistries to be constructed +[16:57:27] [Server thread/TRACE] [FML]: Mod teslacorelib_registries is using network checker : Accepting version 1.0.15 +[16:57:27] [Server thread/TRACE] [FML]: Testing mod teslacorelib_registries to verify it accepts its own version in a remote connection +[16:57:27] [Server thread/TRACE] [FML]: The mod teslacorelib_registries accepts its own version (1.0.15) +[16:57:27] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into teslacorelib_registries +[16:57:27] [Server thread/DEBUG] [FML]: Skipping proxy injection for net.ndrei.teslacorelib.TeslaCoreLib.proxy since it is not for mod teslacorelib_registries +[16:57:27] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for teslacorelib_registries +[16:57:27] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into teslacorelib_registries for type INSTANCE +[16:57:27] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod teslacorelib_registries +[16:57:27] [Server thread/DEBUG] [FML]: Bar Step: Construction - Tesla Core Lib Registries took 0.010s +[16:57:27] [Server thread/DEBUG] [FML]: Bar Finished: Construction took 7.622s +[16:57:27] [Server thread/DEBUG] [FML]: Mod signature data +[16:57:27] [Server thread/DEBUG] [FML]: Valid Signatures: +[16:57:27] [Server thread/DEBUG] [FML]: (e3c3d50c7c986df74c645c0ac54639741c90a557) FML (Forge Mod Loader 8.0.99.99) forge-1.12.2-14.23.5.2860.jar +[16:57:27] [Server thread/DEBUG] [FML]: (e3c3d50c7c986df74c645c0ac54639741c90a557) forge (Minecraft Forge 14.23.5.2860) forge-1.12.2-14.23.5.2860.jar +[16:57:27] [Server thread/DEBUG] [FML]: (220f10d3a93b3ff5fbaa7434cc629d863d6751b9) abyssalcraft (AbyssalCraft 1.9.19.1) AbyssalCraft-1.12.2-1.9.19.1.jar +[16:57:27] [Server thread/DEBUG] [FML]: (220f10d3a93b3ff5fbaa7434cc629d863d6751b9) acintegration (AbyssalCraft Integration 1.11.2) AbyssalCraft Integration-1.12.2-1.11.2.jar +[16:57:27] [Server thread/DEBUG] [FML]: (e631d7254e451d0360d0148cb21407d5511d45e9) antiqueatlas (Antique Atlas 4.5.1) antiqueatlas-1.12.2-4.5.1.jar +[16:57:27] [Server thread/DEBUG] [FML]: (0e5cb559be7d03f3fc18b8cba547d663e25f28af) cyclicmagic (Cyclic 1.20.3) Cyclic-1.12.2-1.20.3.jar +[16:57:27] [Server thread/DEBUG] [FML]: (8a6abf2cb9e141b866580d369ba6548732eff25f) redstoneflux (Redstone Flux 2.1.0) RedstoneFlux-1.12-2.1.0.6-universal.jar +[16:57:27] [Server thread/DEBUG] [FML]: (dfbfe4c473253d8c5652417689848f650b2cbe32) aroma1997core (Aroma1997Core 2.0.0.2) Aroma1997Core-1.12.2-2.0.0.2.jar +[16:57:27] [Server thread/DEBUG] [FML]: (dfbfe4c473253d8c5652417689848f650b2cbe32) aromabackup (AromaBackup 2.1.1.4) AromaBackup-1.12.2-2.1.1.4.jar +[16:57:27] [Server thread/DEBUG] [FML]: (dfbfe4c473253d8c5652417689848f650b2cbe32) aromabackuprecovery (AromaBackuprecovery 2.1.1.4) AromaBackup-1.12.2-2.1.1.4.jar +[16:57:27] [Server thread/DEBUG] [FML]: (a0f0b759d895c15ceb3e3bcb5f3c2db7c582edf0) astralsorcery (Astral Sorcery 1.10.21) astralsorcery-1.12.2-1.10.21.jar +[16:57:27] [Server thread/DEBUG] [FML]: (d476d1b22b218a10d845928d1665d45fce301b27) bookshelf (Bookshelf 2.3.581) Bookshelf-1.12.2-2.3.581.jar +[16:57:27] [Server thread/DEBUG] [FML]: (d476d1b22b218a10d845928d1665d45fce301b27) gamestages (Game Stages 2.0.123) GameStages-1.12.2-2.0.123.jar +[16:57:27] [Server thread/DEBUG] [FML]: (55e88f24d04398481ae6f1ce76f65fd776f14227) carryon (Carry On 1.12.3) CarryOn MC1.12.2 v1.12.3.jar +[16:57:27] [Server thread/DEBUG] [FML]: (58e787c8aafad8b327883f94d4fa544f936d7b01) chargers (Chargers 1.2.0.4) Chargers-1.12.2-1.2.0.4.jar +[16:57:27] [Server thread/DEBUG] [FML]: (f1850c39b2516232a2108a7bd84d1cb5df93b261) codechickenlib (CodeChicken Lib 3.2.3.358) CodeChickenLib-1.12.2-3.2.3.358-universal.jar +[16:57:27] [Server thread/DEBUG] [FML]: (bd0353b3e8a2810d60dd584e256e364bc3bedd44) cyclopscore (Cyclops Core 1.3.0) CyclopsCore-1.12.2-1.3.0.jar +[16:57:27] [Server thread/DEBUG] [FML]: (bd0353b3e8a2810d60dd584e256e364bc3bedd44) commoncapabilities (CommonCapabilities 2.4.1) CommonCapabilities-1.12.2-2.4.1.jar +[16:57:27] [Server thread/DEBUG] [FML]: (57893d5b90a7336e8c63fe1c1e1ce472c3d59578) refinedstorage (Refined Storage 1.6.16) refinedstorage-1.6.16.jar +[16:57:27] [Server thread/DEBUG] [FML]: (5d5b8aee896a4f5ea3f3114784742662a67ad32f) conarm (Construct's Armory 1.2.4) conarm-1.12.2-1.2.4.jar +[16:57:27] [Server thread/DEBUG] [FML]: (d476d1b22b218a10d845928d1665d45fce301b27) darkutils (Dark Utilities 1.8.230) DarkUtils-1.12.2-1.8.230.jar +[16:57:27] [Server thread/DEBUG] [FML]: (d476d1b22b218a10d845928d1665d45fce301b27) dimstages (Dimension Stages 2.0.23) DimensionStages-1.12.2-2.0.23.jar +[16:57:27] [Server thread/DEBUG] [FML]: (f1850c39b2516232a2108a7bd84d1cb5df93b261) enderstorage (EnderStorage 2.4.6.137) EnderStorage-1.12.2-2.4.6.137-universal.jar +[16:57:27] [Server thread/DEBUG] [FML]: (2b03e1423915a189b8094816baa18f239d576dff) enderutilities (Ender Utilities 0.7.15) enderutilities-1.12.2-0.7.15.jar +[16:57:27] [Server thread/DEBUG] [FML]: (b02331787272ec3515ebe63ecdeea0d746653468) mjrlegendslib (MJRLegendsLib 1.12.2-1.2.0) MJRLegendsLib-1.12.2-1.2.0.jar +[16:57:27] [Server thread/DEBUG] [FML]: (b02331787272ec3515ebe63ecdeea0d746653468) extraplanets (Extra Planets 1.12.2-0.7.0) ExtraPlanets-1.12.2-0.7.0.jar +[16:57:27] [Server thread/DEBUG] [FML]: (f1850c39b2516232a2108a7bd84d1cb5df93b261) forgemultipartcbe (Forge Multipart CBE 2.6.1.81) ForgeMultipart-1.12.2-2.6.1.81-universal.jar +[16:57:27] [Server thread/DEBUG] [FML]: (b02331787272ec3515ebe63ecdeea0d746653468) galacticrafttweaker (galacticrafttweaker 1.12.2-1.0.3) GalacticraftTweaker-1.12.2-1.0.3.jar +[16:57:27] [Server thread/DEBUG] [FML]: (cd7e958342770a8b17c919055da42c24dfefd879) horsepower (Horse Power 2.6.4) HorsePower-1.12.2-2.6.4.74.jar +[16:57:27] [Server thread/DEBUG] [FML]: (d476d1b22b218a10d845928d1665d45fce301b27) huntingdim (Hunting Dimension 1.0.42) HuntingDimension-1.12.2-1.0.42.jar +[16:57:27] [Server thread/DEBUG] [FML]: (d476d1b22b218a10d845928d1665d45fce301b27) teslacorelib (Tesla Core Lib 1.0.15) tesla-core-lib-1.12.2-1.0.15.jar +[16:57:27] [Server thread/DEBUG] [FML]: (d476d1b22b218a10d845928d1665d45fce301b27) infoaccessories (Info Accessories 1.0.11) InfoAccessories-1.12.2-1.0.11.jar +[16:57:27] [Server thread/DEBUG] [FML]: (bd0353b3e8a2810d60dd584e256e364bc3bedd44) integrateddynamics (Integrated Dynamics 1.0.14) IntegratedDynamics-1.12.2-1.0.14.jar +[16:57:27] [Server thread/DEBUG] [FML]: (55d2cd4f5f0961410bf7b91ef6c6bf00a766dcbe) inventorytweaks (Inventory Tweaks 1.64+dev.151.822d839) InventoryTweaks-1.64+dev.151.jar +[16:57:27] [Server thread/DEBUG] [FML]: (d476d1b22b218a10d845928d1665d45fce301b27) itemstages (Item Stages 2.0.49) ItemStages-1.12.2-2.0.49.jar +[16:57:27] [Server thread/DEBUG] [FML]: (d476d1b22b218a10d845928d1665d45fce301b27) lttweaker (Loot Table Tweaker 1.1.14) LootTableTweaker-1.12.2-1.1.14.jar +[16:57:27] [Server thread/DEBUG] [FML]: (d476d1b22b218a10d845928d1665d45fce301b27) mobstages (Mob Stages 2.0.13) MobStages-1.12.2-2.0.13.jar +[16:57:27] [Server thread/DEBUG] [FML]: (d476d1b22b218a10d845928d1665d45fce301b27) noworldgen5you (No World Gen 5 You 1.0.6) NoWorldgen5You-1.12.2-1.0.6.jar +[16:57:27] [Server thread/DEBUG] [FML]: (d476d1b22b218a10d845928d1665d45fce301b27) orestages (Ore Stages 2.0.37) OreStages-1.12.2-2.0.37.jar +[16:57:27] [Server thread/DEBUG] [FML]: (1bc8f8dbe770187a854cef35dad0ff40ba441bbe) playerbosses (playerbosses 1.0) playerbosses-1.12.2-1.1.0.jar +[16:57:27] [Server thread/DEBUG] [FML]: (d476d1b22b218a10d845928d1665d45fce301b27) poweradapters (Power Adapters 1.0.9) PowerAdapters-1.12.2-1.0.9.jar +[16:57:27] [Server thread/DEBUG] [FML]: (d476d1b22b218a10d845928d1665d45fce301b27) prestige (Prestige 1.1.30) Prestige-1.12.2-1.1.30.jar +[16:57:27] [Server thread/DEBUG] [FML]: (38067d6878811efb38b6a045521cfd80b9b60b38) thebetweenlands (The Betweenlands 3.5.10) TheBetweenlands-3.5.10-universal.jar +[16:57:27] [Server thread/DEBUG] [FML]: (67a0e286dc0d4b502f3c92ac20b953517b52d0a9) primal (PrimalCore 0.6.104) PrimalCore-1.12.2-0.6.104.jar +[16:57:27] [Server thread/DEBUG] [FML]: (0e5cb559be7d03f3fc18b8cba547d663e25f28af) storagenetwork (Simple Storage Network 1.7.11) SimpleStorageNetwork-1.12.2-1.7.11.jar +[16:57:27] [Server thread/DEBUG] [FML]: (0e5cb559be7d03f3fc18b8cba547d663e25f28af) simpletomb (Simple Tomb 1.12.2-1.0.0) simpletomb-1.12.2-1.0.0.jar +[16:57:27] [Server thread/DEBUG] [FML]: (d476d1b22b218a10d845928d1665d45fce301b27) simplyarrows (Simply Arrows 1.0.4) SimplyArrows-1.12.2-1.0.4.jar +[16:57:27] [Server thread/DEBUG] [FML]: (d476d1b22b218a10d845928d1665d45fce301b27) sasit (Stuff A Sock In It 1.1.32) StuffASockInIt-1.12.2-1.1.32.jar +[16:57:27] [Server thread/DEBUG] [FML]: (220f10d3a93b3ff5fbaa7434cc629d863d6751b9) beneath (The Beneath 1.5.1) The Beneath-1.12.2-1.5.1.jar +[16:57:27] [Server thread/DEBUG] [FML]: (d476d1b22b218a10d845928d1665d45fce301b27) thirstybottles (Thirsty Bottles 2.0.1) ThirstyBottles-1.12.2-2.0.1.jar +[16:57:27] [Server thread/DEBUG] [FML]: (d476d1b22b218a10d845928d1665d45fce301b27) tinkerstages (Tinker Stages 2.0.17) TinkerStages-1.12.2-2.0.17.jar +[16:57:27] [Server thread/DEBUG] [FML]: (21d11d7bf4d97b465382a1f95428029aac6daaea) totemic (Totemic 1.12.2-0.11.6) Totemic-1.12.2-0.11.6.jar +[16:57:27] [Server thread/DEBUG] [FML]: (f1850c39b2516232a2108a7bd84d1cb5df93b261) translocators (Translocators 2.5.2.81) Translocators-1.12.2-2.5.2.81-universal.jar +[16:57:27] [Server thread/DEBUG] [FML]: (d476d1b22b218a10d845928d1665d45fce301b27) wailastages (Waila Stages 2.0.23) WailaStages-1.12.2-2.0.23.jar +[16:57:27] [Server thread/DEBUG] [FML]: (d476d1b22b218a10d845928d1665d45fce301b27) wawla (What Are We Looking At 2.6.275) Wawla-1.12.2-2.6.275.jar +[16:57:27] [Server thread/DEBUG] [FML]: Missing Signatures: +[16:57:27] [Server thread/DEBUG] [FML]: minecraft (Minecraft 1.12.2) minecraft.jar +[16:57:27] [Server thread/DEBUG] [FML]: mcp (Minecraft Coder Pack 9.42) minecraft.jar +[16:57:27] [Server thread/DEBUG] [FML]: ivtoolkit (IvToolkit 1.3.3-1.12) minecraft.jar +[16:57:27] [Server thread/DEBUG] [FML]: micdoodlecore (Micdoodle8 Core ) minecraft.jar +[16:57:27] [Server thread/DEBUG] [FML]: smoothfontcore (Smooth Font Core mc1.12.2-2.1.2) minecraft.jar +[16:57:27] [Server thread/DEBUG] [FML]: com.elytradev.movingworld.common.asm.coremod (MovingWorld CORE ) minecraft.jar +[16:57:27] [Server thread/DEBUG] [FML]: bnbgamingcore (BnBGamingCore 0.12.0) minecraft.jar +[16:57:27] [Server thread/DEBUG] [FML]: foamfixcore (FoamFixCore 7.7.4) minecraft.jar +[16:57:27] [Server thread/DEBUG] [FML]: randompatches (RandomPatches 1.12.2-1.22.0.0) randompatches-1.12.2-1.22.0.0.jar +[16:57:27] [Server thread/DEBUG] [FML]: movillages (Mo' Villages 1.5.4) [1.12]MoVillages-1.5.4.jar +[16:57:27] [Server thread/DEBUG] [FML]: charcoalblock (A Block of Charcoal 1.1) A Block of Charcoal-1.2.jar +[16:57:27] [Server thread/DEBUG] [FML]: crafttweaker (CraftTweaker2 4.1.20) CraftTweaker2-1.12-4.1.20.574.jar +[16:57:27] [Server thread/DEBUG] [FML]: mtlib (MTLib 3.0.6) MTLib-3.0.6.jar +[16:57:27] [Server thread/DEBUG] [FML]: modtweaker (Mod Tweaker 4.0.17) modtweaker-4.0.17.jar +[16:57:27] [Server thread/DEBUG] [FML]: jei (Just Enough Items 4.15.0.283) jei_1.12.2-4.15.0.283.jar +[16:57:27] [Server thread/DEBUG] [FML]: chisel (Chisel MC1.12.2-0.2.1.35) Chisel-MC1.12.2-0.2.1.35.jar +[16:57:27] [Server thread/DEBUG] [FML]: mantle (Mantle 1.12-1.3.3.55) Mantle-1.12-1.3.3.55.jar +[16:57:27] [Server thread/DEBUG] [FML]: twilightforest (The Twilight Forest 3.8.689) twilightforest-1.12.2-3.8.689-universal.jar +[16:57:27] [Server thread/DEBUG] [FML]: tconstruct (Tinkers' Construct 1.12.2-2.12.0.135) TConstruct-1.12.2-2.12.0.135.jar +[16:57:27] [Server thread/DEBUG] [FML]: fastbench (FastWorkbench 1.7.3) FastWorkbench-1.12.2-1.7.3.jar +[16:57:27] [Server thread/DEBUG] [FML]: actuallyadditions (Actually Additions 1.12.2-r149) ActuallyAdditions-1.12.2-r149.jar +[16:57:27] [Server thread/DEBUG] [FML]: baubles (Baubles 1.5.2) Baubles-1.12-1.5.2.jar +[16:57:27] [Server thread/DEBUG] [FML]: actuallybaubles (Actually Baubles 1.1) ActuallyBaubles-1.12-1.1.jar +[16:57:27] [Server thread/DEBUG] [FML]: animalium (animalium 0.3.8) Animalium-0.3.8.jar +[16:57:27] [Server thread/DEBUG] [FML]: base (B.A.S.E 3.13.0) base-1.12.2-3.13.0.jar +[16:57:27] [Server thread/DEBUG] [FML]: contenttweaker (ContentTweaker 1.12.2-4.9.1) ContentTweaker-1.12.2-4.9.1.jar +[16:57:27] [Server thread/DEBUG] [FML]: immersiveengineering (Immersive Engineering 0.12-98) ImmersiveEngineering-0.12-98.jar +[16:57:27] [Server thread/DEBUG] [FML]: geolosys (Geolosys 2.2.6) Geolosys-1.12.2-2.2.6.jar +[16:57:27] [Server thread/DEBUG] [FML]: buildcraftlib (BuildCraft Lib 7.99.24.1) buildcraft-core-7.99.24.1.jar +[16:57:27] [Server thread/DEBUG] [FML]: buildcraftcore (BuildCraft 7.99.24.1) buildcraft-core-7.99.24.1.jar +[16:57:27] [Server thread/DEBUG] [FML]: mekanism (Mekanism 1.12.2-9.8.3.390) Mekanism-1.12.2-9.8.3.390.jar +[16:57:27] [Server thread/DEBUG] [FML]: natura (Natura 1.12.2-4.3.2.69) natura-1.12.2-4.3.2.69.jar +[16:57:27] [Server thread/DEBUG] [FML]: traverse (Traverse 1.6.0) Traverse-1.12.2-1.6.0-69.jar +[16:57:27] [Server thread/DEBUG] [FML]: betterwithmods (Better With Mods 1.12-2.3.20-1027) BetterWithMods-1.12-2.3.20-1027.jar +[16:57:27] [Server thread/DEBUG] [FML]: appleskin (AppleSkin 1.0.14) AppleSkin-mc1.12-1.0.14.jar +[16:57:27] [Server thread/DEBUG] [FML]: appliedenergistics2 (Applied Energistics 2 rv6-stable-7) appliedenergistics2-rv6-stable-7.jar +[16:57:27] [Server thread/DEBUG] [FML]: armoreablemobs (ArmoreableMobs 1.1.2) armoreablemobs-1.12.2-1.1.8.jar +[16:57:27] [Server thread/DEBUG] [FML]: astikorcarts (AstikorCarts 1.12.2-0.1.2.7) astikorcarts-1.12.2-0.1.2.7.jar +[16:57:27] [Server thread/DEBUG] [FML]: quark (Quark r1.5-158) Quark-r1.5-158.jar +[16:57:27] [Server thread/DEBUG] [FML]: autoreglib (AutoRegLib 1.3-31) AutoRegLib-1.3-31.jar +[16:57:27] [Server thread/DEBUG] [FML]: bdlib (BD Lib 1.14.3.12) bdlib-1.14.3.12-mc1.12.2.jar +[16:57:27] [Server thread/DEBUG] [FML]: betterwithaddons (Better with Addons 0.50-hotfix) Better With Addons-0.50-hotfix.jar +[16:57:27] [Server thread/DEBUG] [FML]: betterbedrock (Better Bedrock 5.1) BetterBedrock-1.12.2-5.1.11.jar +[16:57:27] [Server thread/DEBUG] [FML]: betterbuilderswands (Better Builder's Wands 0.13.2) BetterBuildersWands-1.12.2-0.13.2.271+5997513.jar +[16:57:27] [Server thread/DEBUG] [FML]: betterwithlib (Better With Lib ${version}) BetterWithLib-1.12-1.5.jar +[16:57:27] [Server thread/DEBUG] [FML]: bibliocraft (BiblioCraft 2.4.5) BiblioCraft[v2.4.5][MC1.12.2].jar +[16:57:27] [Server thread/DEBUG] [FML]: waila (Waila 1.8.26) Hwyla-1.8.26-B41_1.12.2.jar +[16:57:27] [Server thread/DEBUG] [FML]: modularrouters (Modular Routers 1.12.2-3.3.0-33) modular-routers-1.12.2-3.3.0-33.jar +[16:57:27] [Server thread/DEBUG] [FML]: guideapi (Guide-API 1.12-2.1.8-63) Guide-API-1.12-2.1.8-63.jar +[16:57:27] [Server thread/DEBUG] [FML]: bloodmagic (Blood Magic: Alchemical Wizardry 1.12.2-2.4.1-103) BloodMagic-1.12.2-2.4.1-103.jar +[16:57:27] [Server thread/DEBUG] [FML]: bnbgaminglib (BNBGamingLib 2.17.6) BNBGamingLib-1.12.2-2.17.6.jar +[16:57:27] [Server thread/DEBUG] [FML]: bonsaitrees (Bonsai Trees 1.1.4) bonsaitrees-1.1.4-b170.jar +[16:57:27] [Server thread/DEBUG] [FML]: bringbedrockback (BringBedrockBack 0.0.4) BringBedrockBack-0.0.4.jar +[16:57:27] [Server thread/DEBUG] [FML]: buildcraftbuilders (BuildCraft Builders 7.99.24.1) buildcraft-builders-7.99.24.1.jar +[16:57:27] [Server thread/DEBUG] [FML]: buildcraftfactory (BuildCraft Factory 7.99.24.1) buildcraft-factory-7.99.24.1.jar +[16:57:27] [Server thread/DEBUG] [FML]: buildcraftrobotics (BuildCraft Robotics 7.99.24.1) buildcraft-robotics-7.99.24.1.jar +[16:57:27] [Server thread/DEBUG] [FML]: buildcrafttransport (BuildCraft Transport 7.99.24.1) buildcraft-transport-7.99.24.1.jar +[16:57:27] [Server thread/DEBUG] [FML]: buildcraftsilicon (BuildCraft Silicon 7.99.24.1) buildcraft-silicon-7.99.24.1.jar +[16:57:27] [Server thread/DEBUG] [FML]: buildinggadgets (Building Gadgets 2.8.3) BuildingGadgets-2.8.3.jar +[16:57:27] [Server thread/DEBUG] [FML]: car (Ultimate Car Mod 1.2.12) car-1.12.2-1.2.12.jar +[16:57:27] [Server thread/DEBUG] [FML]: cd4017be_lib (CD4017BE_lib 6.4.17) CD4017BE_lib-1.12.2-6.4.18.jar +[16:57:27] [Server thread/DEBUG] [FML]: ceramics (Ceramics 1.12-1.3.7) Ceramics-1.12-1.3.7.jar +[16:57:27] [Server thread/DEBUG] [FML]: chameleon (Chameleon 1.12-4.1.3) Chameleon-1.12-4.1.3.jar +[16:57:27] [Server thread/DEBUG] [FML]: chiselsandbits (Chisels & Bits 14.33) chiselsandbits-14.33.jar +[16:57:27] [Server thread/DEBUG] [FML]: clumps (Clumps 3.1.2) Clumps-3.1.2.jar +[16:57:27] [Server thread/DEBUG] [FML]: compactmachines3 (Compact Machines 3 3.0.18) compactmachines3-1.12.2-3.0.18-b278.jar +[16:57:27] [Server thread/DEBUG] [FML]: cookingforblockheads (Cooking for Blockheads 6.5.0) CookingForBlockheads_1.12.2-6.5.0.jar +[16:57:27] [Server thread/DEBUG] [FML]: crafttweakerjei (CraftTweaker JEI Support 2.0.3) CraftTweaker2-1.12-4.1.20.574.jar +[16:57:27] [Server thread/DEBUG] [FML]: cucumber (Cucumber Library 1.1.3) Cucumber-1.12.2-1.1.3.jar +[16:57:27] [Server thread/DEBUG] [FML]: movingworld (Moving World 1.12-6.353) movingworld-1.12-6.353-full.jar +[16:57:27] [Server thread/DEBUG] [FML]: davincisvessels (Davinci's Vessels @DVESSELSVER@) davincisvessels-1.12-6.340-full.jar +[16:57:27] [Server thread/DEBUG] [FML]: death_compass (death_compass 0.0.3) DeathCompass-0.0.3.jar +[16:57:27] [Server thread/DEBUG] [FML]: despawningspawners (Despawning Spawners 1.1) despawningspawners-1.12-1.2.0-2.jar +[16:57:27] [Server thread/DEBUG] [FML]: dimensionalcontrol (Dimensional Control 2.13.0) DimensionalControl-1.12.2-2.13.0.jar +[16:57:27] [Server thread/DEBUG] [FML]: dungpipe (Dung Pipe 1.0) Dung Pipe-1.2.jar +[16:57:27] [Server thread/DEBUG] [FML]: elevatorid (Elevator Mod 1.4.2) ElevatorMod-1.12.2-1.4.2.jar +[16:57:27] [Server thread/DEBUG] [FML]: emberroot (EmberRoot Zoo 1.3.9) EmberRootZoo-1.12.2-1.3.10.jar +[16:57:27] [Server thread/DEBUG] [FML]: valkyrielib (Valkyrie Lib 1.12.2-2.0.20.1) valkyrielib-1.12.2-2.0.20.1.jar +[16:57:27] [Server thread/DEBUG] [FML]: environmentaltech (Environmental Tech 1.12.2-2.0.20.1) environmentaltech-1.12.2-2.0.20.1.jar +[16:57:27] [Server thread/DEBUG] [FML]: extendedcrafting (Extended Crafting 1.5.6) ExtendedCrafting-1.12.2-1.5.6.jar +[16:57:27] [Server thread/DEBUG] [FML]: galacticraftcore (Galacticraft Core 4.0.2.280) GalacticraftCore-1.12.2-4.0.2.280.jar +[16:57:27] [Server thread/DEBUG] [FML]: galacticraftplanets (Galacticraft Planets 4.0.2.280) Galacticraft-Planets-1.12.2-4.0.2.280.jar +[16:57:27] [Server thread/DEBUG] [FML]: farmingforblockheads (Farming for Blockheads 3.1.28) FarmingForBlockheads_1.12.2-3.1.28.jar +[16:57:27] [Server thread/DEBUG] [FML]: farseek (Farseek 2.5) Farseek-1.12-2.5.jar +[16:57:27] [Server thread/DEBUG] [FML]: fastfurnace (FastFurnace 1.3.1) FastFurnace-1.12.2-1.3.1.jar +[16:57:27] [Server thread/DEBUG] [FML]: fat_cat (fat_cat 0.0.5) FatCat-0.0.5.jar +[16:57:27] [Server thread/DEBUG] [FML]: ferdinandsflowers (Ferdinand's Flowers 1.10.4.1) Ferdinand's Flowers-1.12.x-1.10.4.1.jar +[16:57:27] [Server thread/DEBUG] [FML]: findme (FindMe 1.1.0) findme-1.12.2-1.1.0-8.jar +[16:57:27] [Server thread/DEBUG] [FML]: foamfix (FoamFix 0.10.10-1.12.2) foamfix-0.10.10-1.12.2.jar +[16:57:27] [Server thread/DEBUG] [FML]: forgelin (Shadowfacts' Forgelin 1.8.2) Forgelin-1.8.2.jar +[16:57:27] [Server thread/DEBUG] [FML]: microblockcbe (Forge Microblocks 2.6.1.81) ForgeMultipart-1.12.2-2.6.1.81-universal.jar +[16:57:27] [Server thread/DEBUG] [FML]: minecraftmultipartcbe (Minecraft Multipart Plugin 2.6.1.81) ForgeMultipart-1.12.2-2.6.1.81-universal.jar +[16:57:27] [Server thread/DEBUG] [FML]: advgenerators (Advanced Generators 0.9.20.12) generators-0.9.20.12-mc1.12.2.jar +[16:57:27] [Server thread/DEBUG] [FML]: gobblecore (Gobble Core 1.12-0.1.6.35) GobbleCore-1.12-0.1.6.35.jar +[16:57:27] [Server thread/DEBUG] [FML]: harvest (Harvest 1.12-1.2.7-20) Harvest-1.12-1.2.7-20.jar +[16:57:27] [Server thread/DEBUG] [FML]: igwmod (In-Game wiki Mod 1.4.4-15) IGW-Mod-1.12.2-1.4.4-15-universal.jar +[16:57:27] [Server thread/DEBUG] [FML]: mcjtylib_ng (McJtyLib 3.5.4) mcjtylib-1.12-3.5.4.jar +[16:57:27] [Server thread/DEBUG] [FML]: immcraft (Immersive Craft 1.6.0) immcraft-1.12-1.6.0.jar +[16:57:27] [Server thread/DEBUG] [FML]: immersivepetroleum (Immersive Petroleum 1.1.9) immersivepetroleum-1.12.2-1.1.9.jar +[16:57:27] [Server thread/DEBUG] [FML]: immersivetech (Immersive Tech 1.3.10) immersivetech-1.12-1.3.10.jar +[16:57:27] [Server thread/DEBUG] [FML]: improvedbackpacks (Improved Backpacks 1.12.2-1.5.0.0) ImprovedBackpacks-1.12.2-1.5.0.0.jar +[16:57:27] [Server thread/DEBUG] [FML]: incontrol (InControl 3.9.16) incontrol-1.12-3.9.16.jar +[16:57:27] [Server thread/DEBUG] [FML]: indlog (Inductive Logistics 1.3.4) InductiveLogistics-1.12.2-1.3.4.jar +[16:57:27] [Server thread/DEBUG] [FML]: industrialforegoing (Industrial Foregoing 1.12.2-1.12.2) industrialforegoing-1.12.2-1.12.13-237.jar +[16:57:27] [Server thread/DEBUG] [FML]: integrateddynamicscompat (IntegratedDynamics-Compat 1.0.0) IntegratedDynamics-1.12.2-1.0.14.jar +[16:57:27] [Server thread/DEBUG] [FML]: ironbackpacks (Iron Backpacks 1.12.2-3.0.8-12) IronBackpacks-1.12.2-3.0.8-12.jar +[16:57:27] [Server thread/DEBUG] [FML]: ironchest (Iron Chest 1.12.2-7.0.67.844) ironchest-1.12.2-7.0.72.847.jar +[16:57:27] [Server thread/DEBUG] [FML]: ironjetpacks (Iron Jetpacks 1.1.0) IronJetpacks-1.12-2-1.1.0.jar +[16:57:27] [Server thread/DEBUG] [FML]: journeymap (JourneyMap 1.12.2-5.5.4) journeymap-1.12.2-5.5.4.jar +[16:57:27] [Server thread/DEBUG] [FML]: jarm (Just A Raft Mod 1.1.2) Just A Raft Mod-1.1.2.jar +[16:57:27] [Server thread/DEBUG] [FML]: jaff (Just a Few Fish 1.7_for_1.12) JustAFewFish-1.7_for_1.12.jar +[16:57:27] [Server thread/DEBUG] [FML]: jeid (JustEnoughIDs 1.0.3-55) JustEnoughIDs-1.0.3-55.jar +[16:57:27] [Server thread/DEBUG] [FML]: kleeslabs (KleeSlabs 5.4.12) KleeSlabs_1.12.2-5.4.12.jar +[16:57:27] [Server thread/DEBUG] [FML]: lex (LibEx 1.0.8) LibEx-1.12.2-1.0.8.jar +[16:57:27] [Server thread/DEBUG] [FML]: magma_monsters (magma_monsters 0.3.0) MagmaMonsters-0.3.0.jar +[16:57:27] [Server thread/DEBUG] [FML]: mekatweaks (MekaTweaks 1.0.0-3) mekatweaks-1.0.0-3.jar +[16:57:27] [Server thread/DEBUG] [FML]: mercurius (Mercurius 1.0.6) Mercurius-1.12.2.jar +[16:57:27] [Server thread/DEBUG] [FML]: mobends (Mo' Bends 0.24) mobends-0.24_for_MC-1.12.jar +[16:57:27] [Server thread/DEBUG] [FML]: mob_grinding_utils (mob_grinding_utils 0.3.13) MobGrindingUtils-0.3.13.jar +[16:57:27] [Server thread/DEBUG] [FML]: modularmachinery (Modular Machinery 1.9.5) modularmachinery-1.9.5.jar +[16:57:27] [Server thread/DEBUG] [FML]: morpheus (Morpheus 1.12.2-3.5.106) Morpheus-1.12.2-3.5.106.jar +[16:57:27] [Server thread/DEBUG] [FML]: mputils (ModPack Utilities 1.5.6) MPUtils-1.12.2-1.5.7.jar +[16:57:27] [Server thread/DEBUG] [FML]: mpbasic (ModPack Basic Tools 1.4.7) mpbasic-1.12.2-1.4.11.jar +[16:57:27] [Server thread/DEBUG] [FML]: multiblockstages (Multiblockstages 1.2.0) multiblockstages-1.2.0.jar +[16:57:27] [Server thread/DEBUG] [FML]: mundaneredstone (Mundane Redstone 1.1.4) MundaneRedstone-1.1.4.jar +[16:57:27] [Server thread/DEBUG] [FML]: mysticalagriculture (Mystical Agriculture 1.7.5) MysticalAgriculture-1.12.2-1.7.5.jar +[16:57:27] [Server thread/DEBUG] [FML]: mysticalagradditions (Mystical Agradditions 1.3.2) MysticalAgradditions-1.12.2-1.3.2.jar +[16:57:27] [Server thread/DEBUG] [FML]: mystagradcompat (Mystical Agradditions Compat 1.2) mystagradcompat-1.2.jar +[16:57:27] [Server thread/DEBUG] [FML]: naturescompass (Nature's Compass 1.5.1) NaturesCompass-1.12.2-1.5.1.jar +[16:57:27] [Server thread/DEBUG] [FML]: nex (NetherEx 2.0.8) NetherEx-1.12.2-2.0.8.jar +[16:57:27] [Server thread/DEBUG] [FML]: nutrition (Nutrition 4.3.0) Nutrition-1.12.2-4.3.0.jar +[16:57:27] [Server thread/DEBUG] [FML]: samsocean (Ocean Floor Classic 1.0.2) OceanFloor-1.12.2-1.0.2.jar +[16:57:27] [Server thread/DEBUG] [FML]: oreexcavation (OreExcavation 1.4.150) OreExcavation-1.4.150.jar +[16:57:27] [Server thread/DEBUG] [FML]: oeintegration (OreExcavation Integration 2.3.4) oeintegration-2.3.4.jar +[16:57:27] [Server thread/DEBUG] [FML]: overloaded (Overloaded 0.0.59) Overloaded-1.12.2-0.0.59.jar +[16:57:27] [Server thread/DEBUG] [FML]: pickletweaks (Pickle Tweaks 2.1.3) PickleTweaks-1.12.2-2.1.3.jar +[16:57:27] [Server thread/DEBUG] [FML]: placebo (Placebo 1.6.0) Placebo-1.12.2-1.6.0.jar +[16:57:27] [Server thread/DEBUG] [FML]: playerskins (Player Skin Mobs 1.0.4) playerskin-1.12.2-1.0.5.jar +[16:57:27] [Server thread/DEBUG] [FML]: pneumaticcraft (PneumaticCraft: Repressurized 1.12.2-0.11.1-361) pneumaticcraft-repressurized-1.12.2-0.11.1-361.jar +[16:57:27] [Server thread/DEBUG] [FML]: primalchests (PrimalChests 1.0.3) PrimalChests-1.0.3.jar +[16:57:27] [Server thread/DEBUG] [FML]: rustic (Rustic 1.1.4) rustic-1.1.4.jar +[16:57:27] [Server thread/DEBUG] [FML]: progressiontweaks (Progression Tweaks 1.12.2-0.3.40) ProgressionTweaks-1.12.2-0.3.40.jar +[16:57:27] [Server thread/DEBUG] [FML]: prospectors (Prospectors 1.0.2) prospectors-1.0.2.jar +[16:57:27] [Server thread/DEBUG] [FML]: reborncore (Reborn Core 3.19.5) RebornCore-1.12.2-3.19.5-universal.jar +[16:57:27] [Server thread/DEBUG] [FML]: quantumstorage (QuantumStorage 4.6.8) QuantumStorage-1.12-4.6.8.jar +[16:57:27] [Server thread/DEBUG] [FML]: quickleafdecay (Quick Leaf Decay 1.2.4) QuickLeafDecay-MC1.12.1-1.2.4.jar +[16:57:27] [Server thread/DEBUG] [FML]: rangedpumps (Ranged Pumps 0.5) rangedpumps-0.5.jar +[16:57:27] [Server thread/DEBUG] [FML]: realdrops (Realistic Item Drops 1.2.14) RealisticItemDrops-1.2.14.jar +[16:57:27] [Server thread/DEBUG] [FML]: rebornstorage (RebornStorage 1.0.0) RebornStorage-1.12.2-3.3.4.1.jar +[16:57:27] [Server thread/DEBUG] [FML]: recipestages (RecipeStages 1.1.3) RecipeStages-1.1.3.jar +[16:57:27] [Server thread/DEBUG] [FML]: reccomplex (Recurrent Complex 1.4.8.2) RecurrentComplex-1.4.8.2.jar +[16:57:27] [Server thread/DEBUG] [FML]: refinedstorageaddons (Refined Storage Addons 0.4.5) refinedstorageaddons-0.4.5.jar +[16:57:27] [Server thread/DEBUG] [FML]: rftools (RFTools 7.73) rftools-1.12-7.73.jar +[16:57:27] [Server thread/DEBUG] [FML]: rftoolscontrol (RFTools Control 2.0.2) rftoolsctrl-1.12-2.0.2.jar +[16:57:27] [Server thread/DEBUG] [FML]: roadrunner (Road Runner 1.0.1) roadrunner-1.0.1.jar +[16:57:27] [Server thread/DEBUG] [FML]: scannable (Scannable 1.6.3.24) Scannable-MC1.12.2-1.6.3.24.jar +[16:57:27] [Server thread/DEBUG] [FML]: sevpatches (SevPatches 1.9) sevpatches-1.9-10.jar +[16:57:27] [Server thread/DEBUG] [FML]: sevtweaks (SevTweaks 0.4.0-1) SevTweaks-0.4.0-1.jar +[16:57:27] [Server thread/DEBUG] [FML]: sev_tweaks_npc (sev_tweaks_npc 0.0.4) SevTweaksNPC-0.0.4.jar +[16:57:27] [Server thread/DEBUG] [FML]: simpleautorun (SimpleAutoRun 1.12.1-1.2) simpleautorun-1.12.2-1.2.0.jar +[16:57:27] [Server thread/DEBUG] [FML]: simplegenerators (Simple Generators 1.12.2-2.0.20.2) simplegenerators-1.12.2-2.0.20.2.jar +[16:57:27] [Server thread/DEBUG] [FML]: simpleplanes (simpleplanes 3.0.1.7) simpleplanes-1.12.2-3.0.1.7.jar +[16:57:27] [Server thread/DEBUG] [FML]: spartanshields (Spartan Shields 1.5.4) SpartanShields-1.12.2-1.5.4.jar +[16:57:27] [Server thread/DEBUG] [FML]: spatialservermod (Spatial Server Mod 1.3) spatialservermod-1.3.jar +[16:57:27] [Server thread/DEBUG] [FML]: stevescarts (Steve's Carts 2 2.4.32.137) StevesCarts-1.12.2-2.4.32.137.jar +[16:57:27] [Server thread/DEBUG] [FML]: stg (SwingThroughGrass 1.12.2-1.2.3) stg-1.12.2-1.2.3.jar +[16:57:27] [Server thread/DEBUG] [FML]: storagedrawers (Storage Drawers 5.2.2) StorageDrawers-1.12.2-5.4.2.jar +[16:57:27] [Server thread/DEBUG] [FML]: streams (Streams 0.4.8) Streams-1.12-0.4.8.jar +[16:57:27] [Server thread/DEBUG] [FML]: supersoundmuffler (Super Sound Muffler: Revived 1.0.2.10) supersoundmuffler-revived_1.12.2_1.0.2.10.jar +[16:57:27] [Server thread/DEBUG] [FML]: tallgates (TallGates 1.0.0) TallGates-1.12.2-1.0.0.1.jar +[16:57:27] [Server thread/DEBUG] [FML]: timecontrol (TimeControl 1.12.2-1.0.0.0-beta) timecontrol-1.12.2-1.0.0.0-beta.jar +[16:57:27] [Server thread/DEBUG] [FML]: tcomplement (Tinkers' Complement 1.12.2-0.4.3) TinkersComplement-1.12.2-0.4.3.jar +[16:57:27] [Server thread/DEBUG] [FML]: tinkertoolleveling (Tinkers Tool Leveling 1.12.2-1.1.0.DEV.b23e769) TinkerToolLeveling-1.12.2-1.1.0.jar +[16:57:27] [Server thread/DEBUG] [FML]: togetherforever (TogetherForever 1.0.2) togetherforever-1.12.2-1.0.12-22.jar +[16:57:27] [Server thread/DEBUG] [FML]: tothebatpoles (To the Bat Poles! 1.12.2-1.1.0.1) tothebatpoles-1.12.2-1.1.0.1.jar +[16:57:27] [Server thread/DEBUG] [FML]: treechopper (Tree Chopper 1.2.4) TreeChopper-1.12.2-1.2.4.jar +[16:57:27] [Server thread/DEBUG] [FML]: triumph (Triumph 3.19.2) Triumph-1.12.2-3.19.2.jar +[16:57:27] [Server thread/DEBUG] [FML]: trumpetskeleton (Trumpet Skeleton 1.12-1.0.2.1) trumpetskeleton-1.12-1.0.2.1.jar +[16:57:27] [Server thread/DEBUG] [FML]: tumbleweed (Tumbleweed 1.12-0.4.7) tumbleweed-1.12-0.4.7.jar +[16:57:27] [Server thread/DEBUG] [FML]: uppers (uppers 0.0.6) Uppers-0.0.6.jar +[16:57:27] [Server thread/DEBUG] [FML]: universalmodifiers (Universal Modifiers 1.12.2-1.0.16.1) valkyrielib-1.12.2-2.0.20.1.jar +[16:57:27] [Server thread/DEBUG] [FML]: vc (ViesCraft 5.9.16) ViesCraft-1.12.2-5.9.16.jar +[16:57:27] [Server thread/DEBUG] [FML]: vtt (Villager Trade Tables 0.6.4) VillagerTrades-1.12-0.6.4.jar +[16:57:27] [Server thread/DEBUG] [FML]: waddles (Waddles 0.6.0) Waddles-1.12.2-0.6.0.jar +[16:57:27] [Server thread/DEBUG] [FML]: walljump (Wall-Jump! 1.3.2) walljump-1.12.2-1.3.2.jar +[16:57:27] [Server thread/DEBUG] [FML]: wanionlib (WanionLib 1.12.2-2.2) WanionLib-1.12.2-2.2.jar +[16:57:27] [Server thread/DEBUG] [FML]: watercontrolextreme (Water Control Extreme 1.0.0) WaterControlExtreme-1.0.2.jar +[16:57:27] [Server thread/DEBUG] [FML]: waterstrainer (Water Strainer 3.2.0) WaterStrainer-1.12-3.2.0.jar +[16:57:27] [Server thread/DEBUG] [FML]: weirdinggadget (The Weirding Gadget 1.0) weirdinggadget-1.12.2-2.1.16-universal.jar +[16:57:27] [Server thread/DEBUG] [FML]: wildcrops (Wild Crops 1.0.1) WildCrops-1.12-1.0.1.jar +[16:57:27] [Server thread/DEBUG] [FML]: witherskelefix (Wither Skeleton Tweaks 2.6.3) WitherSkeletonTweaks-1.12.2-2.6.3.jar +[16:57:27] [Server thread/DEBUG] [FML]: wopper (Wopper 1.12-r5) Wopper-1.12-r5.jar +[16:57:27] [Server thread/DEBUG] [FML]: xnet (XNet 1.8.2) xnet-1.12-1.8.2.jar +[16:57:27] [Server thread/DEBUG] [FML]: ynot (YNot 0.2.4) YNot-0.2.4.jar +[16:57:27] [Server thread/DEBUG] [FML]: yoyos (Yoyos 1.12.2-1.3.0.21) yoyos_1.12.2-1.3.0.21.jar +[16:57:27] [Server thread/DEBUG] [FML]: zenstages (ZenStages 0.5.0-null) zenstages-0.5.0.jar +[16:57:27] [Server thread/DEBUG] [FML]: zenloot (ZenLoot 0.1-1) zenloot-0.1-1.jar +[16:57:27] [Server thread/DEBUG] [FML]: primal_tech (primal_tech 0.3.5) PrimalTech-0.3.5.jar +[16:57:27] [Server thread/DEBUG] [FML]: teslacorelib_registries (Tesla Core Lib Registries 1.0.15) tesla-core-lib-1.12.2-1.0.15.jar +[16:57:27] [Server thread/INFO] [FML]: Processing ObjectHolder annotations +[16:57:27] [Server thread/INFO] [sevpatches_core]: Primal block spreading disabled +[16:57:27] [Server thread/INFO] [sevpatches_core]: PatchPrimalSpreading succeeded +[16:57:28] [Server thread/INFO] [betterwithlib]: [betterwithlib ASM] Transforming StructureComponent.setBlockState +[16:57:28] [Server thread/INFO] [betterwithlib]: [betterwithlib ASM] Applying Transformation to method (Names [setBlockState, func_175811_a, a] Descriptor (Lnet/minecraft/world/World;Lnet/minecraft/block/state/IBlockState;IIILnet/minecraft/world/gen/structure/StructureBoundingBox;)V) +[16:57:28] [Server thread/INFO] [betterwithlib]: [betterwithlib ASM] Located Method, patching... +[16:57:28] [Server thread/INFO] [betterwithlib]: [betterwithlib ASM] Located patch target node ASTORE 7 +[16:57:28] [Server thread/INFO] [betterwithlib]: [betterwithlib ASM] Patch result: true +[16:57:28] [Server thread/INFO] [FML]: Found 2569 ObjectHolder annotations +[16:57:28] [Server thread/INFO] [FML]: Identifying ItemStackHolder annotations +[16:57:28] [Server thread/INFO] [FML]: Found 2 ItemStackHolder annotations +[16:57:28] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod minecraft +[16:57:28] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod minecraft +[16:57:28] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - Minecraft took 0.000s +[16:57:28] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod mcp +[16:57:28] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod mcp +[16:57:28] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - Minecraft Coder Pack took 0.000s +[16:57:28] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod FML +[16:57:28] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod FML +[16:57:28] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - Forge Mod Loader took 0.000s +[16:57:28] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod forge +[16:57:28] [Server thread/INFO] [FML]: Configured a dormant chunk cache size of 0 +[16:57:28] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod forge +[16:57:28] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - Minecraft Forge took 0.064s +[16:57:28] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod ivtoolkit +[16:57:28] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod ivtoolkit +[16:57:28] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - IvToolkit took 0.000s +[16:57:28] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod micdoodlecore +[16:57:28] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod micdoodlecore +[16:57:28] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - Micdoodle8 Core took 0.000s +[16:57:28] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod smoothfontcore +[16:57:28] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod smoothfontcore +[16:57:28] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - Smooth Font Core took 0.000s +[16:57:28] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod com.elytradev.movingworld.common.asm.coremod +[16:57:28] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod com.elytradev.movingworld.common.asm.coremod +[16:57:28] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - MovingWorld CORE took 0.000s +[16:57:28] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod bnbgamingcore +[16:57:28] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod bnbgamingcore +[16:57:28] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - BnBGamingCore took 0.000s +[16:57:28] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod foamfixcore +[16:57:28] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod foamfixcore +[16:57:28] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - FoamFixCore took 0.000s +[16:57:28] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod randompatches +[16:57:28] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod randompatches +[16:57:28] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - RandomPatches took 0.000s +[16:57:28] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod movillages +[16:57:28] [Forge Version Check/INFO] [forge.VersionCheck]: [prospectors] Starting version check at https://raw.githubusercontent.com/PrinceOfAmber/Prospectors/master/update.json +[16:57:28] [Server thread/INFO] [FML]: [MoVillages] Generated Village Customization Config! +[16:57:28] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod movillages +[16:57:28] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - Mo' Villages took 0.003s +[16:57:28] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod charcoalblock +[16:57:28] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod charcoalblock +[16:57:28] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - A Block of Charcoal took 0.000s +[16:57:28] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod crafttweaker +[16:57:29] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod crafttweaker +[16:57:29] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - CraftTweaker2 took 0.668s +[16:57:29] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod mtlib +[16:57:29] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod mtlib +[16:57:29] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - MTLib took 0.000s +[16:57:29] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod modtweaker +[16:57:29] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod modtweaker +[16:57:29] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - Mod Tweaker took 0.000s +[16:57:29] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod jei +[16:57:29] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod jei +[16:57:29] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - Just Enough Items took 0.016s +[16:57:29] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod abyssalcraft +[16:57:29] [Forge Version Check/DEBUG] [forge.VersionCheck]: [prospectors] Received version check data: + +{ + "homepage": "https://minecraft.curseforge.com/projects/ore-prospectors", + "promos": { + "1.12-latest": "1.0.2", + "1.12-recommended": "1.0.2" + } + ,"1.12":{ + "1.0.0":"First release" + ,"1.0.1":"Tweaked textures and recipes. Fixed config file issue. " + ,"1.0.2":"Added Russian (ru_RU.lang) support. " + } + } +[16:57:29] [Forge Version Check/INFO] [forge.VersionCheck]: [prospectors] Found status: BETA Target: null +[16:57:29] [Forge Version Check/INFO] [forge.VersionCheck]: [totemic] Starting version check at https://raw.githubusercontent.com/TeamTotemic/Totemic/version/version.json +[16:57:29] [Forge Version Check/DEBUG] [forge.VersionCheck]: [totemic] Received version check data: +{ + "homepage": "https://www.curseforge.com/minecraft/mc-mods/totemic", + "promos": { + "1.12.2-recommended": "1.12.2-0.11.7", + "1.18.2-recommended": "1.18.2-0.12.9.1", + "1.19.2-recommended": "1.19.2-0.12.13", + "1.20.1-recommended": "1.20.1-0.12.15", + "1.20.4-recommended": "1.20.4-0.12.13", + "1.21.1-recommended": "1.21.1-0.12.15" + } +} + +[16:57:29] [Forge Version Check/INFO] [forge.VersionCheck]: [totemic] Found status: OUTDATED Target: 1.12.2-0.11.7 +[16:57:29] [Forge Version Check/INFO] [forge.VersionCheck]: [vtt] Starting version check at https://raw.githubusercontent.com/crazysnailboy/VillagerTrades/master/update.json +[16:57:29] [Forge Version Check/DEBUG] [forge.VersionCheck]: [vtt] Received version check data: +{ + "homepage": "https://minecraft.curseforge.com/projects/villager-trade-tables/files", + "promos": { + "1.12.2-latest": "0.6.4", + "1.12.2-recommended": "0.6.4", + "1.12.1-latest": "0.6.4", + "1.12.1-recommended": "0.6.4", + "1.12-latest": "0.6.4", + "1.12-recommended": "0.6.4", + "1.11.2-latest": "0.6.3", + "1.11.2-recommended": "0.6.3", + "1.11-latest": "0.6.3", + "1.11-recommended": "0.6.3", + "1.10.2-latest": "0.6.3", + "1.10.2-recommended": "0.6.3" + }, + "1.12.2": { + "0.6.4": "Initial 1.12.2 release" + }, + "1.12.1": { + "0.6.4": "Initial 1.12.1 release" + }, + "1.12": { + "0.6.4": "Changed registrations to work with Forge 2363 and later", + "0.6.3": "Initial 1.12 release" + }, + "1.11.2": { + "0.6.3": "fixed sorting bug when loading villager professions", + "0.6.2": "added support for maxUses & rewardExp, added ability to disable trade sorting", + "0.6.1": "added ability to clear trades, fixed issue removing treasure map trade from Cartographers", + "0.6": "enchanted book support, currency items, better multiple choice trades", + "0.5.1": "fixed a bug with json files not being copied to config folder", + "0.5": "" + }, + "1.11": { + "0.6.3": "fixed sorting bug when loading villager professions", + "0.6.2": "added support for maxUses & rewardExp, added ability to disable trade sorting", + "0.6.1": "added ability to clear trades, fixed issue removing treasure map trade from Cartographers", + "0.6": "enchanted book support, currency items, better multiple choice trades", + "0.5.1": "fixed a bug with json files not being copied to config folder", + "0.5": "" + }, + "1.10.2": { + "0.6.3": "fixed sorting bug when loading villager professions", + "0.6.2": "added support for maxUses & rewardExp, added ability to disable trade sorting", + "0.6.1": "added ability to clear trades", + "0.6": "enchanted book support, currency items, better multiple choice trades", + "0.5.1": "fixed a bug with json files not being copied to config folder", + "0.5": "" + } +} +[16:57:29] [Forge Version Check/INFO] [forge.VersionCheck]: [vtt] Found status: UP_TO_DATE Target: null +[16:57:29] [Forge Version Check/INFO] [forge.VersionCheck]: [emberroot] Starting version check at https://raw.githubusercontent.com/PrinceOfAmber/ERZ/master/update.json +[16:57:30] [Forge Version Check/DEBUG] [forge.VersionCheck]: [emberroot] Received version check data: + +{ + "homepage": "https://minecraft.curseforge.com/projects/emberroot-zoo", + "promos": { + "1.12.2-latest": "1.3.10", + "1.12.2-recommended": "1.3.10" + } + ,"1.12.2":{ + "1.3.2":"Fixed the Sprout mobs spawning insane amounts. Golems will no longer shoot through walls, their projectiles now have block collision. Guardian of Sprites will no longer bump and push players around in creative. Guardian of Sprites will now despawn in peaceful mode. Fixed owls spamming eggs; they now have laying rates increased to between 500 and 900 seconds randomly (still only on leaves). Lingering potions spawned from certain rainbow slimes no longer last forever, also they make the potion splash sound when starting. Fixed Timber Wolves duplicating on world reload. Fixed Timber Wolves spawning way too much. Fixed timber wolves dealing zero damage. Temporarily disabled the taming and breeding of Timber Wolves since it was buggy (will revisit in later update.) Many more config flags added to control mob behavior. " + ,"1.3.3":"Fixed the green flying Sprites so that they do despawn as normal (previously they would NEVER despawn, making it look like they were multiplying or spawning in mass numbers). Sprites now only spawn in darkness, instead of ignoring light levels. Fixed some flying mobs and the camo Slimes not working with the spawn rate configs. Reduced attack frequency of Dire Wolf. Fixed issues with the mod using biomeWhitelist configs not affecting some mobs. Changed several default config values changed for balance reasons; does not change existing config files (Attack damage and health reduced for several mobs; some default spawn rates reduced). Changed timberwolf egg color slightly so it stands out more. Added spawn eggs to a creative tab. Fixed Mini enderman not loading its loot table. Bigger sprites are now a different color to help tell the difference from smaller ones. Fixed Sprites using hardcoded 3.0 damage instead of reading from config. Sprites will no longer attack creative mode players and cause them knockback. Guardian of Sprites should no longer forget to drop Totem of Undying. " + ,"1.3.4":"Fixed Fallen Knights doing zero attack damage; also now they never spawn with a bow. Added movement speed to the config file for many mobs. Added Turkish tr_TR.lang (thanks RoCoKo). " + ,"1.3.5":"Updated mob AI registration (moved from constructor to init) which should reduce AI breaks such as spinning on ledges and other navigation issues. Fixed fallen mounts doing zero damage and just nudging the player around. Fallen Knights are more likely to dismount when in combat in order to be more deadly. New Fallen Knight config ChanceBow, defaults to 40% chance of having a bow instead of melee. " + ,"1.3.6":"Fixed a server crash when you tame a Fairy with glowstone. Fixed the loot table for Toxic Witch failing to load. Fixed Frozen Skeleton causing errors when interacting with Mob Grinders / Fake Players. Frozen Skeleton no longer has Zombie sounds. " + ,"1.3.7":"Wither witch has new configs maxCats and minCats to control pet creation at spawn time. Fixed an AI priority conflict with Fallen Knight. Fixed Fallen Knight getting dismounted when mount tries to attack. Removed ChanceBow for Fallen Knight (this was not in original release, was added recently and never worked right), now mob is always melee. " + ,"1.3.8":"Minimum forge version is now 14.23.1.2594. Greatly reduced movement speed of fallen knights." + ,"1.3.9":"Creature loot_tables registered publicly so they are compatible with zenscript mods such as LootTweaker. " + ,"1.3.10":"tr_TR language updated by RoCoKo. Fix broken loot tables on some slimes and the green sprout." + } + } +[16:57:30] [Forge Version Check/INFO] [forge.VersionCheck]: [emberroot] Found status: OUTDATED Target: 1.3.10 +[16:57:30] [Forge Version Check/INFO] [forge.VersionCheck]: [acintegration] Starting version check at https://raw.githubusercontent.com/Shinoow/AbyssalCraft-Integration/master/version.json +[16:57:30] [Server thread/DEBUG] [BnBGamingCore]: Attempting to transform method func_186060_c in class com.shinoow.abyssalcraft.common.world.WorldProviderAbyss +[16:57:30] [Server thread/DEBUG] [BnBGamingCore]: Successfully transformed method func_186060_c in class com.shinoow.abyssalcraft.common.world.WorldProviderAbyss +[16:57:30] [Server thread/DEBUG] [BnBGamingCore]: Attempting to transform method func_186060_c in class com.shinoow.abyssalcraft.common.world.WorldProviderDreadlands +[16:57:30] [Server thread/DEBUG] [BnBGamingCore]: Successfully transformed method func_186060_c in class com.shinoow.abyssalcraft.common.world.WorldProviderDreadlands +[16:57:30] [Server thread/DEBUG] [BnBGamingCore]: Attempting to transform method func_186060_c in class com.shinoow.abyssalcraft.common.world.WorldProviderOmothol +[16:57:30] [Server thread/DEBUG] [BnBGamingCore]: Successfully transformed method func_186060_c in class com.shinoow.abyssalcraft.common.world.WorldProviderOmothol +[16:57:30] [Server thread/DEBUG] [BnBGamingCore]: Attempting to transform method func_186060_c in class com.shinoow.abyssalcraft.common.world.WorldProviderDarkRealm +[16:57:30] [Server thread/DEBUG] [BnBGamingCore]: Successfully transformed method func_186060_c in class com.shinoow.abyssalcraft.common.world.WorldProviderDarkRealm +[16:57:30] [Forge Version Check/DEBUG] [forge.VersionCheck]: [acintegration] Received version check data: +{ + "homepage": "http://minecraft.curseforge.com/mc-mods/234851", + "promos": { + "1.12.2-latest": "1.11.3", + "1.12.2-recommended": "1.11.3", + "1.12.1-latest": "1.6.0", + "1.12.1-recommended": "1.6.0", + "1.12-latest": "1.5.0", + "1.12-recommended": "1.5.0", + "1.11.2-latest": "1.6.3", + "1.11.2-recommended": "1.6.3", + "1.10.2-latest": "1.6.3", + "1.10.2-recommended": "1.6.3", + "1.9.4-latest": "1.4.7", + "1.9.4-recommended": "1.4.7", + "1.9-latest": "1.4.7", + "1.9-recommended": "1.4.7", + "1.8.9-latest": "1.4.7", + "1.8.9-recommended": "1.4.7" + }, + "1.12.2": { + "1.11.3": "- Supporters list is now fetched on a separate thread", + "1.11.2": "- Changed how Item/Block names are displayed in the CraftTweaker integration to account for the OreDictionary wildcard", + "1.11.1": "- Reduced the sticky warp you can get from being inside the dimensions by two thirds\n- Crafting any of the Necronomicon now gives you warp", + "1.11.0": "- Bump to AbyssalCraft 1.9.19\n- Reworked the Thaumcraft warp integration (no more permanent warp, proper timer, Dark Offspring and Evil Animals give warp now)\n- Assigned Aspects to the Dark Offspring\n- Warp is now given when failing rituals or when experiencing Disruptions\n- Added a config option to toggle getting warp from failing rituals or experiencing Disruptions\n- Materializer recipe removal in the CraftTweaker integration now takes the wildcard value into account\n- Materializer recipe adding in the CraftTweaker integration now supports both the Ore Dictionary and the wildcard value\n- Added CraftTweaker support for removing fuels from the Crystallizer and Transmutator\n- Added CraftTweaker support for removing Crystallizer and Transmutator recipes on a output basis\n- Renamed \"removeCrystallization\" and \"removeTransmutation\" to \"removeCrystallizationInput\" and \"removeTransmutationInput\" (old ones are kept for backwards compatibility)\n- Added \"removeAll\" methods to all recipe types in the CraftTweaker integration\n- Added CraftTweaker support for removing any ritual by name", + "1.10.0": "- Bump to AbyssalCraft 1.9.18\n- Added CraftTweaker support for adding fuel for the Crystallizer and Transmutator\n- Added a variant of the Materializer addCrystal method in the CraftTweaker integration that allows you to set a fuel value for it", + "1.9.0": "- Bewitchment integration updated to support 0.0.20.3\n- The \"/acritual\" command now prints the registry name of Item Sacrifices and Item Outputs (instead of unlocalized)\n- Added a Light Pierce modifier to the Tinkers' integration (uses Shadow Gems, has no page)\n- Added Russian translation (courtesy of Hesperusrus)\n- Bump to AbyssalCraft 1.9.10", + "1.8.1": "- Crafting crossbow bolts using Abyssalnite, Refined Coralium and Dreadium in Tinkers Construct now works", + "1.8.0": "- Summoning rituals added through the CraftTweaker integration now supports adding custom NBT data to the summoned mob\n- Infusion Rituals now also make the sacrifice (Item placed on altar) NBT sensitive if the NBT flag is enabled (for now you can disable this by calling the related ritual property modifying method after registering the ritual)\n- Bump to AbyssalCraft 1.9.5.4", + "1.7.0": "- Added Bewitchment integration (Statues, Dreadlands Infused Powerstones, Ghoul Heads, Crystal Clusters and Necronomicons can be used as altar boosters)\n- Split the Thaumcraft warp config option into two separate options (one for dimension travel, and one for fighting mobs)\n- Bump to AbyssalCraft 1.9.5.2\n- Now runs on Forge 14.23.5.2815", + "1.6.6": "- Updated GameStages integration to support version 2.0.98\n- Thaumcraft aspects are now assigned through its registration event\n- Bump to AbyssalCraft 1.9.4.11\n- Now runs on Forge 14.23.4.2705", + "1.6.5": "- Thaumcraft Aspects are now registered in preinit", + "1.6.4": "- Thaumcraft integration actually loads now", + "1.6.3": "- Bump to AbyssalCraft 1.9.4.10\n- Re-added Thaumcraft aspects to Items, Blocks and Mobs\n- Reimplemented the Thaumcraft warp integration\n- Fixed a small typo in one of the Tinkers' modifier tooltips\n- CraftTweaker task processing is now done in post-init instead of init", + "1.6.2": "- Added CraftTweaker support for modifying rituals\n- Added CraftTweaker support for adding/removing Materializations\n- Added CraftTweaker support for adding stuff to the Crystal List (so they can be placed in the Crystal Bag, therefore usable in Materialization recipes)\n- The materials added in the Tinkers integration now properly display their colors\n- Bump to AbyssalCraft 1.9.4.2", + "1.6.1": "- Transmutator recipes can now be removed again (apparently broke at some point)\n- Adding Crystallizer recipes works again now (things turned null because scripts run before recipes are added in the mod)\n- Crystallizer recipes can now be removed again (TL;DR read thing about Transmutator recipes)\n- Upgrade Kit recipes can now be removed again (roughly the same problem as the other cases, but a bit different)\n- Bump to AbyssalCraft 1.9.4 (the now working recipe removal stuff is incompatible with the pre-releases)\n- Compiled against 1.12.2\n- Now runs on Forge 14.23.0.2500" + }, + "1.12.1": { + "1.6.0": "- Compiled against 1.12.1\n- Now runs on Forge 14.22.0.2453\n- Added Game Stages integration (allowing you to lock rituals behind stages)\n- Added a CraftTweaker method for adding Ritual Stages (addRitualStage, first parameter stage, second ritual unlocalized name)\n- Added a command to write out ritual unlocalized names in chat, or write more detailed information to a text file\n- Added CraftTweaker support for Summoning Rituals\n- Added CraftTweaker support for Gateway Key overrides (allowing you to specify additional dimensions where you can use Gateway Keys)\n- Added CraftTweaker support for Ritual dimension mapping (allowing you to specify additional dimensions where you can perform rituals)" + }, + "1.12": { + "1.5.0": "- Ported to 1.12\n- Bump to AbyssalCraft 1.9.4-pre-4\n- Now runs on Forge 14.21.1.2413" + }, + "1.11.2": { + "1.6.3": "- Bump to AbyssalCraft 1.9.4.10\n- Fixed a small typo in one of the Tinkers' modifier tooltips", + "1.6.2": "- Added CraftTweaker support for modifying rituals\n- Added CraftTweaker support for adding/removing Materializations\n- Added CraftTweaker support for adding stuff to the Crystal List (so they can be placed in the Crystal Bag, therefore usable in Materialization recipes)\n- Bump to AbyssalCraft 1.9.4.2", + "1.6.1": "- Transmutator recipes can now be removed again (apparently broke at some point)\n- Crystallizer recipes can now be removed again (TL;DR read thing about Transmutator recipes)\n- Upgrade Kit recipes can now be removed again (roughly the same problem as the other cases, but a bit different)\n- Bump to AbyssalCraft 1.9.4 (the now working recipe removal stuff is incompatible with the pre-releases)", + "1.6.0": "- Added Game Stages integration (allowing you to lock rituals behind stages)\n- Added a CraftTweaker method for adding Ritual Stages (addRitualStage, first parameter stage, second ritual unlocalized name)\n- Added a command to write out ritual unlocalized names in chat, or write more detailed information to a text file\n- Added CraftTweaker support for Summoning Rituals\n- Added CraftTweaker support for Gateway Key overrides (allowing you to specify additional dimensions where you can use Gateway Keys)\n- Added CraftTweaker support for Ritual dimension mapping (allowing you to specify additional dimensions where you can perform rituals)", + "1.5.0": "- Ported to 1.11.2\n- Bump to AbyssalCraft 1.9.4-pre-3\n- Removed the method for adding blocks to the Shoggoth Block Blacklist (deprecated since AC 1.9.4-pre-1, has no function)\n- You can now add Upgrade Kit upgrades through the MineTweaker integration\n- Fixed bugs where recipes added through MineTweaker(through this integration) wouldn't display in JEI\n- You can now cast bow and crossbow parts with AbyssalCraft materials\n- The Better Questing integration is disabled until it's been rewritten to support BQ 2.x.x\n- Now runs on Forge 13.20.0.2282" + }, + "1.10.2": { + "1.6.3": "- Bump to AbyssalCraft 1.9.4.10\n- Re-added Thaumcraft aspects to Items, Blocks and Mobs\n- Reimplemented the Thaumcraft warp integration\n- Fixed a small typo in one of the Tinkers' modifier tooltips", + "1.6.2": "- Added CraftTweaker support for modifying rituals\n- Added CraftTweaker support for adding/removing Materializations\n- Added CraftTweaker support for adding stuff to the Crystal List (so they can be placed in the Crystal Bag, therefore usable in Materialization recipes)\n- Bump to AbyssalCraft 1.9.4.2", + "1.6.1": "- Transmutator recipes can now be removed again (apparently broke at some point)\n- Adding single Crystallizer recipes works again now (null check that was ignored)\n- Crystallizer recipes can now be removed again (TL;DR read thing about Transmutator recipes)\n- Upgrade Kit recipes can now be removed again (roughly the same problem as the other cases, but a bit different)\n- Bump to AbyssalCraft 1.9.4 (the now working recipe removal stuff is incompatible with the pre-releases)", + "1.6.0": "- Added a command to write out ritual unlocalized names in chat, or write more detailed information to a text file\n- Added CraftTweaker support for Summoning Rituals\n- Added CraftTweaker support for Gateway Key overrides (allowing you to specify additional dimensions where you can use Gateway Keys)\n- Added CraftTweaker support for Ritual dimension mapping (allowing you to specify additional dimensions where you can perform rituals)", + "1.5.0": "- Ported to 1.10.2\n- Bump to AbyssalCraft 1.9.4-pre-3\n- Removed the method for adding blocks to the Shoggoth Block Blacklist (deprecated since AC 1.9.4-pre-1, has no function)\n- You can now add Upgrade Kit upgrades through the MineTweaker integration\n- Fixed bugs where recipes added through MineTweaker(through this integration) wouldn't display in JEI\n- You can now cast bow and crossbow parts with AbyssalCraft materials\n- Now runs on Forge 12.18.3.2254" + }, + "1.9.4": { + "1.4.7": "- Bump to AbyssalCraft 1.9.3.9\n- You can now specify if a Creation Ritual or Infusion Ritual should be nbt sensitive on the offerings\n- You can now specify NBT tags to transfer over to the infused item in a Infusion Ritual\n- You can now add/remove Enchantment Rituals through MineTweaker\n- Removing a Infusion/Creation Ritual through MineTweaker now actually works\n- You can add/remove Potion Rituals (both normal and AoE) through MineTweaker", + "1.4.6": "- Bump to AbyssalCraft 1.9.3.8\n- Fixed the removePage and removeChapter methods in the MineTweaker integration\n- Fixed the remove methods for rituals in the MineTweaker integration\n- Any string specified as a Chapter title and/or Page text will be localized if possible\n- Added a method for adding URL-based image Pictures in the MineTweaker integration\n- Now runs on Forge 12.17.0.1976", + "1.4.5": "- Ported to Minecraft 1.9.4\n- Bump to AbyssalCraft 1.9.2\n- Bump to Better Questing 1.2.126\n- ProjectE integration is back\n- Now runs on Forge 12.17.0.1962" + }, + "1.9": { + "1.4.7": "- Bump to AbyssalCraft 1.9.3.9\n- You can now specify if a Creation Ritual or Infusion Ritual should be nbt sensitive on the offerings\n- You can now specify NBT tags to transfer over to the infused item in a Infusion Ritual\n- You can now add/remove Enchantment Rituals through MineTweaker\n- Removing a Infusion/Creation Ritual through MineTweaker now actually works\n- You can add/remove Potion Rituals (both normal and AoE) through MineTweaker", + "1.4.6": "- Bump to AbyssalCraft 1.9.3.8\n- Fixed the removePage and removeChapter methods in the MineTweaker integration\n- Fixed the remove methods for rituals in the MineTweaker integration\n- Any string specified as a Chapter title and/or Page text will be localized if possible\n- Added a method for adding URL-based image Pictures in the MineTweaker integration", + "1.4.5": "- Bump to AbyssalCraft 1.9.2\n- Bump to Better Questing 1.2.114\n- Now runs on Forge 12.16.1.1938", + "1.4.3": "- Added Better Questing integration (you can add tasks for AbyssalCraft machines and rituals)", + "1.4.2.2": "- The game shouldn't crash when certain integrated mods aren't present", + "1.4.2.1": "- Fixed server-side startup crashes", + "1.4.2": "- Bump to AbyssalCraft 1.9.1.6\n- Now runs on Forge 12.16.1.1887\n- You can now add Blocks to the Lesser Shoggoth Block Blacklist through MineTweaker/CraftTweaker\n- You can now add Entities to the Lesser Shoggoth Food List through MineTweaker/CraftTweaker\n- You can now remove Crystallizer/Transmutator recipes\n- Added a Tinkers' Construct integration (you can smelt and cast parts from AbyssalCraft metals in the smeltery)", + "1.4.1": "- Ported to Minecraft 1.9\n- Currently only contains the CraftTweaker integration\n- Runs on Forge 12.16.0.1863\n- Added Abyssalnite, Refined Coralium and Dreadium Dust (any mod with OreDict support should be able to use these right away)" + }, + "1.8.9": { + "1.4.7": "- Bump to AbyssalCraft 1.9.3.9\n- You can now specify if a Creation Ritual or Infusion Ritual should be nbt sensitive on the offerings\n- You can now specify NBT tags to transfer over to the infused item in a Infusion Ritual\n- You can now add/remove Enchantment Rituals through MineTweaker\n- Removing a Infusion/Creation Ritual through MineTweaker now actually works\n- You can add/remove Potion Rituals (both normal and AoE) through MineTweaker", + "1.4.6": "- Bump to AbyssalCraft 1.9.3.8\n- Fixed the removePage and removeChapter methods in the MineTweaker integration\n- Fixed the remove methods for rituals in the MineTweaker integration\n- Any string specified as a Chapter title and/or Page text will be localized if possible\n- Added a method for adding URL-based image Pictures in the MineTweaker integration\n- Re-balanced the aspects on the various wands added in the Thaumcraft integration\n- Re-balanced the aspects for creating the wand components in the Thaumcraft integration\n- Added Aspects to more blocks (ones added since AC 1.9.2)", + "1.4.5": "- Bump to AbyssalCraft 1.9.2\n- Bump to Better Questing 1.1.125\n- Now runs on Forge 11.15.1.1902", + "1.4.3": "- Added Better Questing integration (you can add tasks for AbyssalCraft machines and rituals)", + "1.4.2.2": "- The game shouldn't crash when certain integrated mods aren't present", + "1.4.2.1": "- Fixed server-side startup crashes", + "1.4.2": "- Bump to AbyssalCraft 1.9.1.6\n- Now runs on Forge 11.15.1.1875\n- You can now add Blocks to the Lesser Shoggoth Block Blacklist through MineTweaker/CraftTweaker\n- You can now add Entities to the Lesser Shoggoth Food List through MineTweaker/CraftTweaker\n- You can now remove Crystallizer/Transmutator recipes\n- Added a Tinkers' Construct integration (you can smelt and cast parts from AbyssalCraft metals in the smeltery)", + "1.4.1": "- Bump to AbyssalCraft 1.9.1.1\n- Changed MineTweaker 3 integration to use CraftTweaker (same mod, different modid)\n- Removed the Morph section from the NecroData instance\n- Now runs on Forge 11.15.1.1847\n- Added Abyssalnite, Refined Coralium and Dreadium Dust (any mod with OreDict support should be able to use these right away)\n- The Thaumcraft integration is back (all of it)", + "1.4.0": "- Bump to AbyssalCraft 1.9.0-pre-4\n- Bumped the extra Necronomicon info to AbyssalCraftAPI 1.6\n- You can now add/edit/remove Necronomicon Pages/Chapters through MineTweaker\n- Now runs on Forge 11.15.1.1741", + "1.3.5": "- Ported to Minecraft 1.8.9\n- Enabled Forge version checker\n- EE3 integration is disabled (mod not updated)\n- Thaumcraft integration is partially enabled (only Aspects, but some are not assigned due to the amount that has been removed in the 1.8 updates)\n- Some config options are disabled due to the aforementioned" + } +} +[16:57:30] [Forge Version Check/INFO] [forge.VersionCheck]: [acintegration] Found status: OUTDATED Target: 1.11.3 +[16:57:30] [Forge Version Check/INFO] [forge.VersionCheck]: [jeid] Starting version check at https://gist.githubusercontent.com/Runemoro/67b1d8d31af58e9d35410ef60b2017c3/raw/1fe08a6c45a1f481a8a2a8c71e52d4245dcb7713/jeid_update.json +[16:57:30] [Server thread/TRACE] [FML]: Automatically registered mod abyssalcraft entity abyssalcraft.depthsghoul as abyssalcraft:depthsghoul +[16:57:30] [Server thread/TRACE] [FML]: Automatically registered mod abyssalcraft entity abyssalcraft.evilpig as abyssalcraft:evilpig +[16:57:30] [Server thread/TRACE] [FML]: Automatically registered mod abyssalcraft entity abyssalcraft.abyssalzombie as abyssalcraft:abyssalzombie +[16:57:30] [Server thread/TRACE] [FML]: Automatically registered mod abyssalcraft entity Primed ODB as abyssalcraft:primedodb +[16:57:30] [Server thread/TRACE] [FML]: Automatically registered mod abyssalcraft entity abyssalcraft.Jzahar as abyssalcraft:jzahar +[16:57:30] [Server thread/TRACE] [FML]: Automatically registered mod abyssalcraft entity abyssalcraft.abygolem as abyssalcraft:abygolem +[16:57:30] [Server thread/TRACE] [FML]: Automatically registered mod abyssalcraft entity abyssalcraft.dreadgolem as abyssalcraft:dreadgolem +[16:57:30] [Server thread/TRACE] [FML]: Automatically registered mod abyssalcraft entity abyssalcraft.dreadguard as abyssalcraft:dreadguard +[16:57:30] [Server thread/TRACE] [FML]: Automatically registered mod abyssalcraft entity PowerstoneTracker as abyssalcraft:powerstonetracker +[16:57:30] [Server thread/TRACE] [FML]: Automatically registered mod abyssalcraft entity abyssalcraft.dragonminion as abyssalcraft:dragonminion +[16:57:30] [Server thread/TRACE] [FML]: Automatically registered mod abyssalcraft entity abyssalcraft.dragonboss as abyssalcraft:dragonboss +[16:57:30] [Server thread/TRACE] [FML]: Automatically registered mod abyssalcraft entity Primed ODB Core as abyssalcraft:primedodbcore +[16:57:30] [Server thread/TRACE] [FML]: Automatically registered mod abyssalcraft entity abyssalcraft.shadowcreature as abyssalcraft:shadowcreature +[16:57:30] [Server thread/TRACE] [FML]: Automatically registered mod abyssalcraft entity abyssalcraft.shadowmonster as abyssalcraft:shadowmonster +[16:57:30] [Server thread/TRACE] [FML]: Automatically registered mod abyssalcraft entity abyssalcraft.dreadling as abyssalcraft:dreadling +[16:57:30] [Server thread/TRACE] [FML]: Automatically registered mod abyssalcraft entity abyssalcraft.dreadspawn as abyssalcraft:dreadspawn +[16:57:30] [Server thread/TRACE] [FML]: Automatically registered mod abyssalcraft entity abyssalcraft.demonpig as abyssalcraft:demonpig +[16:57:30] [Server thread/TRACE] [FML]: Automatically registered mod abyssalcraft entity abyssalcraft.gskeleton as abyssalcraft:gskeleton +[16:57:30] [Server thread/TRACE] [FML]: Automatically registered mod abyssalcraft entity abyssalcraft.chagarothspawn as abyssalcraft:chagarothspawn +[16:57:30] [Server thread/TRACE] [FML]: Automatically registered mod abyssalcraft entity abyssalcraft.chagarothfist as abyssalcraft:chagarothfist +[16:57:30] [Server thread/TRACE] [FML]: Automatically registered mod abyssalcraft entity abyssalcraft.chagaroth as abyssalcraft:chagaroth +[16:57:30] [Server thread/TRACE] [FML]: Automatically registered mod abyssalcraft entity abyssalcraft.shadowbeast as abyssalcraft:shadowbeast +[16:57:30] [Server thread/TRACE] [FML]: Automatically registered mod abyssalcraft entity abyssalcraft.shadowboss as abyssalcraft:shadowboss +[16:57:30] [Server thread/TRACE] [FML]: Automatically registered mod abyssalcraft entity abyssalcraft.antiabyssalzombie as abyssalcraft:antiabyssalzombie +[16:57:30] [Server thread/TRACE] [FML]: Automatically registered mod abyssalcraft entity abyssalcraft.antibat as abyssalcraft:antibat +[16:57:30] [Server thread/TRACE] [FML]: Automatically registered mod abyssalcraft entity abyssalcraft.antichicken as abyssalcraft:antichicken +[16:57:30] [Server thread/TRACE] [FML]: Automatically registered mod abyssalcraft entity abyssalcraft.anticow as abyssalcraft:anticow +[16:57:30] [Server thread/TRACE] [FML]: Automatically registered mod abyssalcraft entity abyssalcraft.anticreeper as abyssalcraft:anticreeper +[16:57:30] [Server thread/TRACE] [FML]: Automatically registered mod abyssalcraft entity abyssalcraft.antighoul as abyssalcraft:antighoul +[16:57:30] [Server thread/TRACE] [FML]: Automatically registered mod abyssalcraft entity abyssalcraft.antipig as abyssalcraft:antipig +[16:57:30] [Server thread/TRACE] [FML]: Automatically registered mod abyssalcraft entity abyssalcraft.antiplayer as abyssalcraft:antiplayer +[16:57:30] [Server thread/TRACE] [FML]: Automatically registered mod abyssalcraft entity abyssalcraft.antiskeleton as abyssalcraft:antiskeleton +[16:57:30] [Server thread/TRACE] [FML]: Automatically registered mod abyssalcraft entity abyssalcraft.antispider as abyssalcraft:antispider +[16:57:30] [Server thread/TRACE] [FML]: Automatically registered mod abyssalcraft entity abyssalcraft.antizombie as abyssalcraft:antizombie +[16:57:30] [Server thread/TRACE] [FML]: Automatically registered mod abyssalcraft entity abyssalcraft.remnant as abyssalcraft:remnant +[16:57:30] [Server thread/TRACE] [FML]: Automatically registered mod abyssalcraft entity abyssalcraft.omotholghoul as abyssalcraft:omotholghoul +[16:57:30] [Server thread/TRACE] [FML]: Automatically registered mod abyssalcraft entity CoraliumArrow as abyssalcraft:coraliumarrow +[16:57:30] [Server thread/TRACE] [FML]: Automatically registered mod abyssalcraft entity abyssalcraft.jzaharminion as abyssalcraft:jzaharminion +[16:57:30] [Server thread/TRACE] [FML]: Automatically registered mod abyssalcraft entity abyssalcraft.greaterdreadspawn as abyssalcraft:greaterdreadspawn +[16:57:30] [Server thread/TRACE] [FML]: Automatically registered mod abyssalcraft entity abyssalcraft.lesserdreadbeast as abyssalcraft:lesserdreadbeast +[16:57:30] [Server thread/TRACE] [FML]: Automatically registered mod abyssalcraft entity DreadSlug as abyssalcraft:dreadslug +[16:57:30] [Server thread/TRACE] [FML]: Automatically registered mod abyssalcraft entity abyssalcraft.lessershoggoth as abyssalcraft:lessershoggoth +[16:57:30] [Server thread/TRACE] [FML]: Automatically registered mod abyssalcraft entity abyssalcraft.evilcow as abyssalcraft:evilcow +[16:57:30] [Server thread/TRACE] [FML]: Automatically registered mod abyssalcraft entity abyssalcraft.evilchicken as abyssalcraft:evilchicken +[16:57:30] [Server thread/TRACE] [FML]: Automatically registered mod abyssalcraft entity abyssalcraft.demoncow as abyssalcraft:demoncow +[16:57:30] [Server thread/TRACE] [FML]: Automatically registered mod abyssalcraft entity abyssalcraft.demonchicken as abyssalcraft:demonchicken +[16:57:30] [Server thread/TRACE] [FML]: Automatically registered mod abyssalcraft entity GatekeeperEssence as abyssalcraft:gatekeeperessence +[16:57:30] [Server thread/TRACE] [FML]: Automatically registered mod abyssalcraft entity abyssalcraft.evilsheep as abyssalcraft:evilsheep +[16:57:30] [Server thread/TRACE] [FML]: Automatically registered mod abyssalcraft entity abyssalcraft.demonsheep as abyssalcraft:demonsheep +[16:57:30] [Server thread/TRACE] [FML]: Automatically registered mod abyssalcraft entity abyssalcraft.coraliumsquid as abyssalcraft:coraliumsquid +[16:57:30] [Server thread/TRACE] [FML]: Automatically registered mod abyssalcraft entity inkprojectile as abyssalcraft:inkprojectile +[16:57:30] [Server thread/TRACE] [FML]: Automatically registered mod abyssalcraft entity dreadedcharge as abyssalcraft:dreadedcharge +[16:57:30] [Server thread/TRACE] [FML]: Automatically registered mod abyssalcraft entity acidprojectile as abyssalcraft:acidprojectile +[16:57:30] [Server thread/TRACE] [FML]: Automatically registered mod abyssalcraft entity blackhole as abyssalcraft:blackhole +[16:57:30] [Server thread/TRACE] [FML]: Automatically registered mod abyssalcraft entity implosion as abyssalcraft:implosion +[16:57:30] [Server thread/TRACE] [FML]: Automatically registered mod abyssalcraft entity abyssalcraft.shuboffspring as abyssalcraft:shuboffspring +[16:57:30] [Server thread/INFO] [AbyssalCraft]: Starting the Integration Handler. +[16:57:30] [Server thread/INFO] [AbyssalCraft]: Preliminary integration search complete: found 6 possible mod integration(s)! +[16:57:30] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod abyssalcraft +[16:57:30] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - AbyssalCraft took 1.388s +[16:57:30] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod chisel +[16:57:30] [Server thread/INFO] [FML]: Applying holder lookups +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup nex:pigtificate_ambient for public static net.minecraft.util.SoundEvent nex.init.NetherExSoundEvents.PIGTIFICATE_AMBIENT. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup nex:pigtificate_hurt for public static net.minecraft.util.SoundEvent nex.init.NetherExSoundEvents.PIGTIFICATE_HURT. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup nex:pigtificate_death for public static net.minecraft.util.SoundEvent nex.init.NetherExSoundEvents.PIGTIFICATE_DEATH. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup nex:mogus_ambient for public static net.minecraft.util.SoundEvent nex.init.NetherExSoundEvents.MOGUS_AMBIENT. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup nex:mogus_hurt for public static net.minecraft.util.SoundEvent nex.init.NetherExSoundEvents.MOGUS_HURT. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup nex:mogus_death for public static net.minecraft.util.SoundEvent nex.init.NetherExSoundEvents.MOGUS_DEATH. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup nex:salamander_ambient for public static net.minecraft.util.SoundEvent nex.init.NetherExSoundEvents.SALAMANDER_AMBIENT. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup nex:salamander_hurt for public static net.minecraft.util.SoundEvent nex.init.NetherExSoundEvents.SALAMANDER_HURT. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup nex:salamander_death for public static net.minecraft.util.SoundEvent nex.init.NetherExSoundEvents.SALAMANDER_DEATH. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup nex:wight_ambient for public static net.minecraft.util.SoundEvent nex.init.NetherExSoundEvents.WIGHT_AMBIENT. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup nex:wight_hurt for public static net.minecraft.util.SoundEvent nex.init.NetherExSoundEvents.WIGHT_HURT. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup nex:wight_death for public static net.minecraft.util.SoundEvent nex.init.NetherExSoundEvents.WIGHT_DEATH. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup nex:ember_hurt for public static net.minecraft.util.SoundEvent nex.init.NetherExSoundEvents.EMBER_HURT. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup nex:ember_death for public static net.minecraft.util.SoundEvent nex.init.NetherExSoundEvents.EMBER_DEATH. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup nex:nethermite_ambient for public static net.minecraft.util.SoundEvent nex.init.NetherExSoundEvents.NETHERMITE_AMBIENT. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup nex:nethermite_hurt for public static net.minecraft.util.SoundEvent nex.init.NetherExSoundEvents.NETHERMITE_HURT. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup nex:nethermite_death for public static net.minecraft.util.SoundEvent nex.init.NetherExSoundEvents.NETHERMITE_DEATH. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup nex:spinout_ambient for public static net.minecraft.util.SoundEvent nex.init.NetherExSoundEvents.SPINOUT_AMBIENT. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup nex:spinout_hurt for public static net.minecraft.util.SoundEvent nex.init.NetherExSoundEvents.SPINOUT_HURT. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup nex:spinout_death for public static net.minecraft.util.SoundEvent nex.init.NetherExSoundEvents.SPINOUT_DEATH. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup nex:spore_hurt for public static net.minecraft.util.SoundEvent nex.init.NetherExSoundEvents.SPORE_HURT. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup nex:spore_death for public static net.minecraft.util.SoundEvent nex.init.NetherExSoundEvents.SPORE_DEATH. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup nex:spore_warn for public static net.minecraft.util.SoundEvent nex.init.NetherExSoundEvents.SPORE_WARN. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup nex:spore_explode for public static net.minecraft.util.SoundEvent nex.init.NetherExSoundEvents.SPORE_EXPLODE. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup nex:ghastling_ambient for public static net.minecraft.util.SoundEvent nex.init.NetherExSoundEvents.GHASTLING_AMBIENT. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup nex:ghastling_hurt for public static net.minecraft.util.SoundEvent nex.init.NetherExSoundEvents.GHASTLING_HURT. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup nex:ghastling_death for public static net.minecraft.util.SoundEvent nex.init.NetherExSoundEvents.GHASTLING_DEATH. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup nex:ghastling_warn for public static net.minecraft.util.SoundEvent nex.init.NetherExSoundEvents.GHASTLING_WARN. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup nex:ghastling_shoot for public static net.minecraft.util.SoundEvent nex.init.NetherExSoundEvents.GHASTLING_SHOOT. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup nex:ghast_queen_ambient for public static net.minecraft.util.SoundEvent nex.init.NetherExSoundEvents.GHAST_QUEEN_AMBIENT. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup nex:ghast_queen_hurt for public static net.minecraft.util.SoundEvent nex.init.NetherExSoundEvents.GHAST_QUEEN_HURT. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup nex:ghast_queen_death for public static net.minecraft.util.SoundEvent nex.init.NetherExSoundEvents.GHAST_QUEEN_DEATH. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup nex:ghast_queen_shoot for public static net.minecraft.util.SoundEvent nex.init.NetherExSoundEvents.GHAST_QUEEN_SHOOT. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup nex:ghast_queen_summon for public static net.minecraft.util.SoundEvent nex.init.NetherExSoundEvents.GHAST_QUEEN_SUMMON. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup vc:guidebook_main for public static com.viesis.viescraft.common.items.ItemGuidebookMain com.viesis.viescraft.api.ItemsVC.GUIDEBOOK_MAIN. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup vc:dismounter_normal for public static com.viesis.viescraft.common.items.ItemDismounterNormal com.viesis.viescraft.api.ItemsVC.DISMOUNTER_NORMAL. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup vc:dismounter_player for public static com.viesis.viescraft.common.items.ItemDismounterPlayer com.viesis.viescraft.api.ItemsVC.DISMOUNTER_PLAYER. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup vc:viesoline_pellets for public static com.viesis.viescraft.common.items.parts.ItemViesoline com.viesis.viescraft.api.ItemsVC.VIESOLINE_PELLETS. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup vc:logic_chip for public static com.viesis.viescraft.common.items.parts.main.ItemLogicChip com.viesis.viescraft.api.ItemsVC.LOGIC_CHIP. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup vc:airship_ignition for public static com.viesis.viescraft.common.items.parts.main.ItemIgnition com.viesis.viescraft.api.ItemsVC.AIRSHIP_IGNITION. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup vc:airship_frame for public static com.viesis.viescraft.common.items.parts.main.ItemFrame com.viesis.viescraft.api.ItemsVC.AIRSHIP_FRAME. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup vc:airship_engine for public static com.viesis.viescraft.common.items.parts.main.ItemEngine com.viesis.viescraft.api.ItemsVC.AIRSHIP_ENGINE. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup vc:airship_balloon for public static com.viesis.viescraft.common.items.parts.main.ItemBalloon com.viesis.viescraft.api.ItemsVC.AIRSHIP_BALLOON. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup vc:upgrade_core for public static com.viesis.viescraft.common.items.upgrades.ItemUpgradeCore com.viesis.viescraft.api.ItemsVC.UPGRADE_CORE. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup vc:upgrade_frame for public static com.viesis.viescraft.common.items.upgrades.ItemUpgradeFrame com.viesis.viescraft.api.ItemsVC.UPGRADE_FRAME. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup vc:upgrade_engine for public static com.viesis.viescraft.common.items.upgrades.ItemUpgradeEngine com.viesis.viescraft.api.ItemsVC.UPGRADE_ENGINE. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup vc:upgrade_balloon for public static com.viesis.viescraft.common.items.upgrades.ItemUpgradeBalloon com.viesis.viescraft.api.ItemsVC.UPGRADE_BALLOON. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup vc:bomb for public static com.viesis.viescraft.common.items.ItemBomb com.viesis.viescraft.api.ItemsVC.BOMB. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup vc:module_type for public static com.viesis.viescraft.common.items.parts.ItemModuleType com.viesis.viescraft.api.ItemsVC.MODULE_TYPE. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup vc:module_creative for public static com.viesis.viescraft.common.items.parts.ItemModuleCreative com.viesis.viescraft.api.ItemsVC.MODULE_CREATIVE. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup vc:item_airship for public static com.viesis.viescraft.common.items.airships.ItemAirship com.viesis.viescraft.api.ItemsVC.ITEM_AIRSHIP. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup vc:item_airship_creative for public static com.viesis.viescraft.common.items.airships.ItemCreativeAirship com.viesis.viescraft.api.ItemsVC.ITEM_AIRSHIP_CREATIVE. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup vc:item_entity_airship for public static com.viesis.viescraft.common.items.ItemEntityAirship com.viesis.viescraft.api.ItemsVC.ITEM_ENTITY_AIRSHIP. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup vc:achievement_airship for public static com.viesis.viescraft.common.items.achievements.ItemAchievement com.viesis.viescraft.api.ItemsVC.ACHIEVEMENT_AIRSHIP. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup vc:item_display_symbol for public static com.viesis.viescraft.common.items.symbols.ItemDisplaySymbol com.viesis.viescraft.api.ItemsVC.ITEM_DISPLAY_SYMBOL. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup primal:aconite for public static nmd.primal.core.common.potions.PrimalPotion nmd.primal.core.common.potions.ModPotions.ACONITE. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup primal:yew for public static nmd.primal.core.common.potions.PrimalPotion nmd.primal.core.common.potions.ModPotions.YEW. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup primal:adrenaline for public static nmd.primal.core.common.potions.PrimalPotion nmd.primal.core.common.potions.ModPotions.ADRENALINE. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup primal:porphyria for public static nmd.primal.core.common.potions.PrimalPotion nmd.primal.core.common.potions.ModPotions.PORPHYRIA. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup primal:water_burn for public static nmd.primal.core.common.potions.PrimalPotion nmd.primal.core.common.potions.ModPotions.WATER_BURN. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup primal:sun_burn for public static nmd.primal.core.common.potions.PrimalPotion nmd.primal.core.common.potions.ModPotions.SUN_BURN. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup buildcrafttransport:filtered_buffer for public static net.minecraft.block.Block buildcraft.api.BCBlocks$Transport.FILTERED_BUFFER. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup buildcrafttransport:pipe_holder for public static net.minecraft.block.Block buildcraft.api.BCBlocks$Transport.PIPE_HOLDER. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup trumpetskeleton:trumpet for public static com.jamieswhiteshirt.trumpetskeleton.common.item.ItemTrumpet com.jamieswhiteshirt.trumpetskeleton.common.TrumpetSkeletonItems.TRUMPET. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup totemic:cedar_log for public static pokefenn.totemic.block.BlockCedarLog pokefenn.totemic.init.ModBlocks.cedar_log. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup totemic:stripped_cedar_log for public static pokefenn.totemic.block.BlockCedarStripped pokefenn.totemic.init.ModBlocks.stripped_cedar_log. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup totemic:cedar_plank for public static pokefenn.totemic.block.BlockCedarPlank pokefenn.totemic.init.ModBlocks.cedar_plank. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup totemic:cedar_sapling for public static pokefenn.totemic.block.plant.BlockCedarSapling pokefenn.totemic.init.ModBlocks.cedar_sapling. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup totemic:cedar_leaves for public static pokefenn.totemic.block.plant.BlockCedarLeaves pokefenn.totemic.init.ModBlocks.cedar_leaves. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup totemic:cedar_stairs for public static pokefenn.totemic.block.BlockCedarStairs pokefenn.totemic.init.ModBlocks.cedar_stairs. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup totemic:cedar_slab for public static pokefenn.totemic.block.BlockCedarSlab pokefenn.totemic.init.ModBlocks.cedar_slab. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup totemic:double_cedar_slab for public static pokefenn.totemic.block.BlockCedarSlab pokefenn.totemic.init.ModBlocks.double_cedar_slab. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup totemic:cedar_fence for public static pokefenn.totemic.block.BlockCedarFence pokefenn.totemic.init.ModBlocks.cedar_fence. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup totemic:cedar_fence_gate for public static pokefenn.totemic.block.BlockCedarFenceGate pokefenn.totemic.init.ModBlocks.cedar_fence_gate. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup totemic:totem_base for public static pokefenn.totemic.block.totem.BlockTotemBase pokefenn.totemic.init.ModBlocks.totem_base. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup totemic:totem_pole for public static pokefenn.totemic.block.totem.BlockTotemPole pokefenn.totemic.init.ModBlocks.totem_pole. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup totemic:totem_torch for public static pokefenn.totemic.block.BlockTotemTorch pokefenn.totemic.init.ModBlocks.totem_torch. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup totemic:drum for public static pokefenn.totemic.block.music.BlockDrum pokefenn.totemic.init.ModBlocks.drum. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup totemic:wind_chime for public static pokefenn.totemic.block.music.BlockWindChime pokefenn.totemic.init.ModBlocks.wind_chime. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup totemic:tipi for public static pokefenn.totemic.block.tipi.BlockTipi pokefenn.totemic.init.ModBlocks.tipi. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup totemic:dummy_tipi for public static pokefenn.totemic.block.tipi.BlockDummyTipi pokefenn.totemic.init.ModBlocks.dummy_tipi. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup totemic:wooden_pillar for public static pokefenn.totemic.block.BlockDecoPillar pokefenn.totemic.init.ModBlocks.wooden_pillar. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup totemic:wooden_pillar_base for public static pokefenn.totemic.block.BlockDecoPillarBase pokefenn.totemic.init.ModBlocks.wooden_pillar_base. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:blood_orb for public static net.minecraft.item.Item WayofTime.bloodmagic.core.RegistrarBloodMagicItems.BLOOD_ORB. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:activation_crystal for public static net.minecraft.item.Item WayofTime.bloodmagic.core.RegistrarBloodMagicItems.ACTIVATION_CRYSTAL. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:slate for public static net.minecraft.item.Item WayofTime.bloodmagic.core.RegistrarBloodMagicItems.SLATE. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:inscription_tool for public static net.minecraft.item.Item WayofTime.bloodmagic.core.RegistrarBloodMagicItems.INSCRIPTION_TOOL. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:sacrificial_dagger for public static net.minecraft.item.Item WayofTime.bloodmagic.core.RegistrarBloodMagicItems.SACRIFICIAL_DAGGER. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:pack_self_sacrifice for public static net.minecraft.item.Item WayofTime.bloodmagic.core.RegistrarBloodMagicItems.PACK_SELF_SACRIFICE. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:pack_sacrifice for public static net.minecraft.item.Item WayofTime.bloodmagic.core.RegistrarBloodMagicItems.PACK_SACRIFICE. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:dagger_of_sacrifice for public static net.minecraft.item.Item WayofTime.bloodmagic.core.RegistrarBloodMagicItems.DAGGER_OF_SACRIFICE. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:ritual_diviner for public static net.minecraft.item.Item WayofTime.bloodmagic.core.RegistrarBloodMagicItems.RITUAL_DIVINER. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:ritual_dismantler for public static net.minecraft.item.Item WayofTime.bloodmagic.core.RegistrarBloodMagicItems.RITUAL_DISMANTLER. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:ritual_reader for public static net.minecraft.item.Item WayofTime.bloodmagic.core.RegistrarBloodMagicItems.RITUAL_READER. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:lava_crystal for public static net.minecraft.item.Item WayofTime.bloodmagic.core.RegistrarBloodMagicItems.LAVA_CRYSTAL. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:bound_sword for public static net.minecraft.item.Item WayofTime.bloodmagic.core.RegistrarBloodMagicItems.BOUND_SWORD. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:bound_pickaxe for public static net.minecraft.item.Item WayofTime.bloodmagic.core.RegistrarBloodMagicItems.BOUND_PICKAXE. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:bound_axe for public static net.minecraft.item.Item WayofTime.bloodmagic.core.RegistrarBloodMagicItems.BOUND_AXE. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:bound_shovel for public static net.minecraft.item.Item WayofTime.bloodmagic.core.RegistrarBloodMagicItems.BOUND_SHOVEL. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:sigil_divination for public static net.minecraft.item.Item WayofTime.bloodmagic.core.RegistrarBloodMagicItems.SIGIL_DIVINATION. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:sigil_air for public static net.minecraft.item.Item WayofTime.bloodmagic.core.RegistrarBloodMagicItems.SIGIL_AIR. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:sigil_water for public static net.minecraft.item.Item WayofTime.bloodmagic.core.RegistrarBloodMagicItems.SIGIL_WATER. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:sigil_lava for public static net.minecraft.item.Item WayofTime.bloodmagic.core.RegistrarBloodMagicItems.SIGIL_LAVA. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:sigil_void for public static net.minecraft.item.Item WayofTime.bloodmagic.core.RegistrarBloodMagicItems.SIGIL_VOID. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:sigil_green_grove for public static net.minecraft.item.Item WayofTime.bloodmagic.core.RegistrarBloodMagicItems.SIGIL_GREEN_GROVE. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:sigil_blood_light for public static net.minecraft.item.Item WayofTime.bloodmagic.core.RegistrarBloodMagicItems.SIGIL_BLOOD_LIGHT. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:sigil_elemental_affinity for public static net.minecraft.item.Item WayofTime.bloodmagic.core.RegistrarBloodMagicItems.SIGIL_ELEMENTAL_AFFINITY. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:sigil_haste for public static net.minecraft.item.Item WayofTime.bloodmagic.core.RegistrarBloodMagicItems.SIGIL_HASTE. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:sigil_magnetism for public static net.minecraft.item.Item WayofTime.bloodmagic.core.RegistrarBloodMagicItems.SIGIL_MAGNETISM. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:sigil_suppression for public static net.minecraft.item.Item WayofTime.bloodmagic.core.RegistrarBloodMagicItems.SIGIL_SUPPRESSION. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:sigil_fast_miner for public static net.minecraft.item.Item WayofTime.bloodmagic.core.RegistrarBloodMagicItems.SIGIL_FAST_MINER. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:sigil_seer for public static net.minecraft.item.Item WayofTime.bloodmagic.core.RegistrarBloodMagicItems.SIGIL_SEER. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:sigil_ender_severance for public static net.minecraft.item.Item WayofTime.bloodmagic.core.RegistrarBloodMagicItems.SIGIL_ENDER_SEVERANCE. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:sigil_whirlwind for public static net.minecraft.item.Item WayofTime.bloodmagic.core.RegistrarBloodMagicItems.SIGIL_WHIRLWIND. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:sigil_phantom_bridge for public static net.minecraft.item.Item WayofTime.bloodmagic.core.RegistrarBloodMagicItems.SIGIL_PHANTOM_BRIDGE. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:sigil_compression for public static net.minecraft.item.Item WayofTime.bloodmagic.core.RegistrarBloodMagicItems.SIGIL_COMPRESSION. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:sigil_holding for public static net.minecraft.item.Item WayofTime.bloodmagic.core.RegistrarBloodMagicItems.SIGIL_HOLDING. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:sigil_teleposition for public static net.minecraft.item.Item WayofTime.bloodmagic.core.RegistrarBloodMagicItems.SIGIL_TELEPOSITION. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:sigil_transposition for public static net.minecraft.item.Item WayofTime.bloodmagic.core.RegistrarBloodMagicItems.SIGIL_TRANSPOSITION. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:sigil_claw for public static net.minecraft.item.Item WayofTime.bloodmagic.core.RegistrarBloodMagicItems.SIGIL_CLAW. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:sigil_bounce for public static net.minecraft.item.Item WayofTime.bloodmagic.core.RegistrarBloodMagicItems.SIGIL_BOUNCE. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:sigil_frost for public static net.minecraft.item.Item WayofTime.bloodmagic.core.RegistrarBloodMagicItems.SIGIL_FROST. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:component for public static net.minecraft.item.Item WayofTime.bloodmagic.core.RegistrarBloodMagicItems.COMPONENT. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:item_demon_crystal for public static net.minecraft.item.Item WayofTime.bloodmagic.core.RegistrarBloodMagicItems.ITEM_DEMON_CRYSTAL. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:teleposition_focus for public static net.minecraft.item.Item WayofTime.bloodmagic.core.RegistrarBloodMagicItems.TELEPOSITION_FOCUS. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:experience_tome for public static net.minecraft.item.Item WayofTime.bloodmagic.core.RegistrarBloodMagicItems.EXPERIENCE_TOME. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:blood_shard for public static net.minecraft.item.Item WayofTime.bloodmagic.core.RegistrarBloodMagicItems.BLOOD_SHARD. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:living_armour_helmet for public static net.minecraft.item.Item WayofTime.bloodmagic.core.RegistrarBloodMagicItems.LIVING_ARMOUR_HELMET. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:living_armour_chest for public static net.minecraft.item.Item WayofTime.bloodmagic.core.RegistrarBloodMagicItems.LIVING_ARMOUR_CHEST. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:living_armour_leggings for public static net.minecraft.item.Item WayofTime.bloodmagic.core.RegistrarBloodMagicItems.LIVING_ARMOUR_LEGGINGS. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:living_armour_boots for public static net.minecraft.item.Item WayofTime.bloodmagic.core.RegistrarBloodMagicItems.LIVING_ARMOUR_BOOTS. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:sentient_armour_helmet for public static net.minecraft.item.Item WayofTime.bloodmagic.core.RegistrarBloodMagicItems.SENTIENT_ARMOUR_HELMET. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:sentient_armour_chest for public static net.minecraft.item.Item WayofTime.bloodmagic.core.RegistrarBloodMagicItems.SENTIENT_ARMOUR_CHEST. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:sentient_armour_leggings for public static net.minecraft.item.Item WayofTime.bloodmagic.core.RegistrarBloodMagicItems.SENTIENT_ARMOUR_LEGGINGS. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:sentient_armour_boots for public static net.minecraft.item.Item WayofTime.bloodmagic.core.RegistrarBloodMagicItems.SENTIENT_ARMOUR_BOOTS. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:altar_maker for public static net.minecraft.item.Item WayofTime.bloodmagic.core.RegistrarBloodMagicItems.ALTAR_MAKER. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:upgrade_tome for public static net.minecraft.item.Item WayofTime.bloodmagic.core.RegistrarBloodMagicItems.UPGRADE_TOME. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:upgrade_trainer for public static net.minecraft.item.Item WayofTime.bloodmagic.core.RegistrarBloodMagicItems.UPGRADE_TRAINER. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:arcane_ashes for public static net.minecraft.item.Item WayofTime.bloodmagic.core.RegistrarBloodMagicItems.ARCANE_ASHES. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:monster_soul for public static net.minecraft.item.Item WayofTime.bloodmagic.core.RegistrarBloodMagicItems.MONSTER_SOUL. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:soul_gem for public static net.minecraft.item.Item WayofTime.bloodmagic.core.RegistrarBloodMagicItems.SOUL_GEM. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:soul_snare for public static net.minecraft.item.Item WayofTime.bloodmagic.core.RegistrarBloodMagicItems.SOUL_SNARE. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:sentient_sword for public static net.minecraft.item.Item WayofTime.bloodmagic.core.RegistrarBloodMagicItems.SENTIENT_SWORD. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:sentient_bow for public static net.minecraft.item.Item WayofTime.bloodmagic.core.RegistrarBloodMagicItems.SENTIENT_BOW. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:sentient_armour_gem for public static net.minecraft.item.Item WayofTime.bloodmagic.core.RegistrarBloodMagicItems.SENTIENT_ARMOUR_GEM. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:sentient_axe for public static net.minecraft.item.Item WayofTime.bloodmagic.core.RegistrarBloodMagicItems.SENTIENT_AXE. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:sentient_pickaxe for public static net.minecraft.item.Item WayofTime.bloodmagic.core.RegistrarBloodMagicItems.SENTIENT_PICKAXE. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:sentient_shovel for public static net.minecraft.item.Item WayofTime.bloodmagic.core.RegistrarBloodMagicItems.SENTIENT_SHOVEL. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:node_router for public static net.minecraft.item.Item WayofTime.bloodmagic.core.RegistrarBloodMagicItems.NODE_ROUTER. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:base_item_filter for public static net.minecraft.item.Item WayofTime.bloodmagic.core.RegistrarBloodMagicItems.BASE_ITEM_FILTER. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:base_fluid_filter for public static net.minecraft.item.Item WayofTime.bloodmagic.core.RegistrarBloodMagicItems.BASE_FLUID_FILTER. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:cutting_fluid for public static net.minecraft.item.Item WayofTime.bloodmagic.core.RegistrarBloodMagicItems.CUTTING_FLUID. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:sanguine_book for public static net.minecraft.item.Item WayofTime.bloodmagic.core.RegistrarBloodMagicItems.SANGUINE_BOOK. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:points_upgrade for public static net.minecraft.item.Item WayofTime.bloodmagic.core.RegistrarBloodMagicItems.POINTS_UPGRADE. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:demon_will_gauge for public static net.minecraft.item.Item WayofTime.bloodmagic.core.RegistrarBloodMagicItems.DEMON_WILL_GAUGE. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:potion_flask for public static net.minecraft.item.Item WayofTime.bloodmagic.core.RegistrarBloodMagicItems.POTION_FLASK. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:alchemic_vial for public static net.minecraft.item.Item WayofTime.bloodmagic.core.RegistrarBloodMagicItems.ALCHEMIC_VIAL. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:icarus_scroll for public static net.minecraft.item.Item WayofTime.bloodmagic.core.RegistrarBloodMagicItems.ICARUS_SCROLL. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup buildcraftsilicon:laser for public static net.minecraft.block.Block buildcraft.api.BCBlocks$Silicon.LASER. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup buildcraftsilicon:assembly_table for public static net.minecraft.block.Block buildcraft.api.BCBlocks$Silicon.ASSEMBLY_TABLE. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup buildcraftsilicon:advanced_crafting_table for public static net.minecraft.block.Block buildcraft.api.BCBlocks$Silicon.ADVANCED_CRAFTING_TABLE. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup buildcraftsilicon:integration_table for public static net.minecraft.block.Block buildcraft.api.BCBlocks$Silicon.INTEGRATION_TABLE. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup buildcraftsilicon:charging_table for public static net.minecraft.block.Block buildcraft.api.BCBlocks$Silicon.CHARGING_TABLE. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup buildcraftsilicon:programming_table for public static net.minecraft.block.Block buildcraft.api.BCBlocks$Silicon.PROGRAMMING_TABLE. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup nex:normal_freeze for public static net.minecraft.potion.PotionType nex.init.NetherExEffectTypes.NORMAL_FREEZE. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup nex:normal_frostbite for public static net.minecraft.potion.PotionType nex.init.NetherExEffectTypes.NORMAL_FROSTBITE. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup nex:normal_spore for public static net.minecraft.potion.PotionType nex.init.NetherExEffectTypes.NORMAL_SPORE. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup nex:normal_lost for public static net.minecraft.potion.PotionType nex.init.NetherExEffectTypes.NORMAL_LOST. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup horsepower:flour for public static net.minecraft.item.Item se.gory_moon.horsepower.items.ModItems.FLOUR. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup horsepower:dough for public static net.minecraft.item.Item se.gory_moon.horsepower.items.ModItems.DOUGH. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup vc:airship_workbench for public static com.viesis.viescraft.common.blocks.BlockAirshipWorkbench com.viesis.viescraft.api.BlocksVC.AIRSHIP_WORKBENCH. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:boost for public static net.minecraft.potion.Potion WayofTime.bloodmagic.core.RegistrarBloodMagic.BOOST. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:whirlwind for public static net.minecraft.potion.Potion WayofTime.bloodmagic.core.RegistrarBloodMagic.WHIRLWIND. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:planar_binding for public static net.minecraft.potion.Potion WayofTime.bloodmagic.core.RegistrarBloodMagic.PLANAR_BINDING. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:soul_snare for public static net.minecraft.potion.Potion WayofTime.bloodmagic.core.RegistrarBloodMagic.SOUL_SNARE. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:soul_fray for public static net.minecraft.potion.Potion WayofTime.bloodmagic.core.RegistrarBloodMagic.SOUL_FRAY. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:fire_fuse for public static net.minecraft.potion.Potion WayofTime.bloodmagic.core.RegistrarBloodMagic.FIRE_FUSE. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:constrict for public static net.minecraft.potion.Potion WayofTime.bloodmagic.core.RegistrarBloodMagic.CONSTRICT. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:plant_leech for public static net.minecraft.potion.Potion WayofTime.bloodmagic.core.RegistrarBloodMagic.PLANT_LEECH. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:deafness for public static net.minecraft.potion.Potion WayofTime.bloodmagic.core.RegistrarBloodMagic.DEAFNESS. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:bounce for public static net.minecraft.potion.Potion WayofTime.bloodmagic.core.RegistrarBloodMagic.BOUNCE. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:cling for public static net.minecraft.potion.Potion WayofTime.bloodmagic.core.RegistrarBloodMagic.CLING. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:sacrificial_lamb for public static net.minecraft.potion.Potion WayofTime.bloodmagic.core.RegistrarBloodMagic.SACRIFICIAL_LAMB. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:flight for public static net.minecraft.potion.Potion WayofTime.bloodmagic.core.RegistrarBloodMagic.FLIGHT. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:grounded for public static net.minecraft.potion.Potion WayofTime.bloodmagic.core.RegistrarBloodMagic.GROUNDED. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:heavy_heart for public static net.minecraft.potion.Potion WayofTime.bloodmagic.core.RegistrarBloodMagic.HEAVY_HEART. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:suspended for public static net.minecraft.potion.Potion WayofTime.bloodmagic.core.RegistrarBloodMagic.SUSPENDED. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:feathered for public static net.minecraft.potion.Potion WayofTime.bloodmagic.core.RegistrarBloodMagic.FEATHERED. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup buildcraftfactory:plastic_sheet for public static net.minecraft.item.Item buildcraft.api.BCItems$Factory.PLASTIC_SHEET. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup buildcraftfactory:water_gel for public static net.minecraft.item.Item buildcraft.api.BCItems$Factory.WATER_GEL. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup buildcraftfactory:gelled_water for public static net.minecraft.item.Item buildcraft.api.BCItems$Factory.GELLED_WATER. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup buildcraftenergy:glob_of_oil for public static net.minecraft.item.Item buildcraft.api.BCItems$Energy.GLOB_OF_OIL. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup buildcraftbuilders:architect for public static net.minecraft.block.Block buildcraft.api.BCBlocks$Builders.ARCHITECT. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup buildcraftbuilders:builder for public static net.minecraft.block.Block buildcraft.api.BCBlocks$Builders.BUILDER. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup buildcraftbuilders:filler for public static net.minecraft.block.Block buildcraft.api.BCBlocks$Builders.FILLER. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup buildcraftbuilders:library for public static net.minecraft.block.Block buildcraft.api.BCBlocks$Builders.LIBRARY. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup buildcraftbuilders:replacer for public static net.minecraft.block.Block buildcraft.api.BCBlocks$Builders.REPLACER. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup buildcraftbuilders:quarry for public static net.minecraft.block.Block buildcraft.api.BCBlocks$Builders.QUARRY. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup buildcraftbuilders:frame for public static net.minecraft.block.Block buildcraft.api.BCBlocks$Builders.FRAME. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup weirdinggadget:weirding_gadget for public static net.minecraft.block.Block com.github.atomicblom.weirdinggadget.library.BlockLibrary.weirding_gadget. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup indlog:item_pipe for public static cd4017be.lib.block.BlockCoveredPipe cd4017be.indlog.Objects.ITEM_PIPE. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup indlog:fluid_pipe for public static cd4017be.lib.block.BlockCoveredPipe cd4017be.indlog.Objects.FLUID_PIPE. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup indlog:warp_pipe for public static cd4017be.lib.block.BlockCoveredPipe cd4017be.indlog.Objects.WARP_PIPE. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup indlog:tank for public static cd4017be.lib.block.VariantBlock cd4017be.indlog.Objects.TANK. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup indlog:buffer for public static cd4017be.lib.block.VariantBlock cd4017be.indlog.Objects.BUFFER. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup indlog:auto_craft for public static cd4017be.lib.block.AdvancedBlock cd4017be.indlog.Objects.AUTO_CRAFT. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup indlog:inv_connector for public static cd4017be.lib.block.BlockCoveredPipe cd4017be.indlog.Objects.INV_CONNECTOR. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup indlog:trash for public static cd4017be.lib.block.OrientedBlock cd4017be.indlog.Objects.TRASH. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup indlog:fluid_intake for public static cd4017be.lib.block.OrientedBlock cd4017be.indlog.Objects.FLUID_INTAKE. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup indlog:fluid_outlet for public static cd4017be.lib.block.OrientedBlock cd4017be.indlog.Objects.FLUID_OUTLET. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup indlog:drop_interface for public static cd4017be.lib.block.OrientedBlock cd4017be.indlog.Objects.DROP_INTERFACE. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup indlog:entity_interface for public static cd4017be.lib.block.OrientedBlock cd4017be.indlog.Objects.ENTITY_INTERFACE. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup indlog:block_placer for public static cd4017be.lib.block.OrientedBlock cd4017be.indlog.Objects.BLOCK_PLACER. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup indlog:item_pipe for public static cd4017be.indlog.item.ItemItemPipe cd4017be.indlog.Objects.item_pipe. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup indlog:fluid_pipe for public static cd4017be.indlog.item.ItemFluidPipe cd4017be.indlog.Objects.fluid_pipe. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup indlog:warp_pipe for public static cd4017be.lib.item.BaseItemBlock cd4017be.indlog.Objects.warp_pipe. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup indlog:tank for public static cd4017be.indlog.item.ItemTank cd4017be.indlog.Objects.tank. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup indlog:buffer for public static cd4017be.indlog.item.ItemBuffer cd4017be.indlog.Objects.buffer. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup indlog:auto_craft for public static cd4017be.lib.item.BaseItemBlock cd4017be.indlog.Objects.auto_craft. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup indlog:inv_connector for public static cd4017be.lib.item.BaseItemBlock cd4017be.indlog.Objects.inv_connector. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup indlog:trash for public static cd4017be.lib.item.BaseItemBlock cd4017be.indlog.Objects.trash. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup indlog:fluid_intake for public static cd4017be.lib.item.BaseItemBlock cd4017be.indlog.Objects.fluid_intake. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup indlog:fluid_outlet for public static cd4017be.lib.item.BaseItemBlock cd4017be.indlog.Objects.fluid_outlet. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup indlog:drop_interface for public static cd4017be.lib.item.BaseItemBlock cd4017be.indlog.Objects.drop_interface. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup indlog:entity_interface for public static cd4017be.lib.item.BaseItemBlock cd4017be.indlog.Objects.entity_interface. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup indlog:block_placer for public static cd4017be.lib.item.BaseItemBlock cd4017be.indlog.Objects.block_placer. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup indlog:item_filter for public static cd4017be.indlog.item.ItemItemFilter cd4017be.indlog.Objects.item_filter. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup indlog:fluid_filter for public static cd4017be.indlog.item.ItemFluidFilter cd4017be.indlog.Objects.fluid_filter. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup indlog:amount_filter for public static cd4017be.indlog.item.ItemAmountFilter cd4017be.indlog.Objects.amount_filter. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup indlog:property_filter for public static cd4017be.indlog.item.ItemItemPropertyFilter cd4017be.indlog.Objects.property_filter. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup indlog:name_filter for public static cd4017be.indlog.item.ItemNameFilter cd4017be.indlog.Objects.name_filter. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup indlog:portable_craft for public static cd4017be.indlog.item.ItemPortableCrafter cd4017be.indlog.Objects.portable_craft. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup indlog:remote_inv for public static cd4017be.indlog.item.ItemRemoteInv cd4017be.indlog.Objects.remote_inv. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup ironbackpacks:backpack for public static net.minecraft.item.Item gr8pefish.ironbackpacks.core.RegistrarIronBackpacks.BACKPACK. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup ironbackpacks:upgrade for public static net.minecraft.item.Item gr8pefish.ironbackpacks.core.RegistrarIronBackpacks.UPGRADE. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup mekanism:enrichedalloy for public static net.minecraft.item.Item mekanism.common.MekanismItems.EnrichedAlloy. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup mekanism:reinforcedalloy for public static net.minecraft.item.Item mekanism.common.MekanismItems.ReinforcedAlloy. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup mekanism:atomicalloy for public static net.minecraft.item.Item mekanism.common.MekanismItems.AtomicAlloy. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup mekanism:teleportationcore for public static net.minecraft.item.Item mekanism.common.MekanismItems.TeleportationCore. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup mekanism:electrolyticcore for public static net.minecraft.item.Item mekanism.common.MekanismItems.ElectrolyticCore. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup mekanism:substrate for public static net.minecraft.item.Item mekanism.common.MekanismItems.Substrate. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup mekanism:polyethene for public static net.minecraft.item.Item mekanism.common.MekanismItems.Polyethene. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup mekanism:biofuel for public static net.minecraft.item.Item mekanism.common.MekanismItems.BioFuel. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup mekanism:itemproxy for public static net.minecraft.item.Item mekanism.common.MekanismItems.ItemProxy. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup mekanism:enrichediron for public static net.minecraft.item.Item mekanism.common.MekanismItems.EnrichedIron. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup mekanism:compressedcarbon for public static net.minecraft.item.Item mekanism.common.MekanismItems.CompressedCarbon. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup mekanism:compressedredstone for public static net.minecraft.item.Item mekanism.common.MekanismItems.CompressedRedstone. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup mekanism:compresseddiamond for public static net.minecraft.item.Item mekanism.common.MekanismItems.CompressedDiamond. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup mekanism:compressedobsidian for public static net.minecraft.item.Item mekanism.common.MekanismItems.CompressedObsidian. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup mekanism:speedupgrade for public static net.minecraft.item.Item mekanism.common.MekanismItems.SpeedUpgrade. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup mekanism:energyupgrade for public static net.minecraft.item.Item mekanism.common.MekanismItems.EnergyUpgrade. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup mekanism:filterupgrade for public static net.minecraft.item.Item mekanism.common.MekanismItems.FilterUpgrade. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup mekanism:mufflingupgrade for public static net.minecraft.item.Item mekanism.common.MekanismItems.MufflingUpgrade. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup mekanism:gasupgrade for public static net.minecraft.item.Item mekanism.common.MekanismItems.GasUpgrade. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup mekanism:anchorupgrade for public static net.minecraft.item.Item mekanism.common.MekanismItems.AnchorUpgrade. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup mekanism:tierinstaller for public static net.minecraft.item.Item mekanism.common.MekanismItems.TierInstaller. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup mekanism:energytablet for public static mekanism.common.item.ItemEnergized mekanism.common.MekanismItems.EnergyTablet. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup mekanism:robit for public static mekanism.common.item.ItemRobit mekanism.common.MekanismItems.Robit. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup mekanism:atomicdisassembler for public static mekanism.common.item.ItemAtomicDisassembler mekanism.common.MekanismItems.AtomicDisassembler. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup mekanism:portableteleporter for public static mekanism.common.item.ItemPortableTeleporter mekanism.common.MekanismItems.PortableTeleporter. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup mekanism:configurator for public static mekanism.common.item.ItemConfigurator mekanism.common.MekanismItems.Configurator. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup mekanism:networkreader for public static mekanism.common.item.ItemNetworkReader mekanism.common.MekanismItems.NetworkReader. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup mekanism:walkietalkie for public static net.minecraft.item.Item mekanism.common.MekanismItems.WalkieTalkie. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup mekanism:electricbow for public static mekanism.common.item.ItemElectricBow mekanism.common.MekanismItems.ElectricBow. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup mekanism:flamethrower for public static mekanism.common.item.ItemFlamethrower mekanism.common.MekanismItems.Flamethrower. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup mekanism:seismicreader for public static mekanism.common.item.ItemSeismicReader mekanism.common.MekanismItems.SeismicReader. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup mekanism:dictionary for public static net.minecraft.item.Item mekanism.common.MekanismItems.Dictionary. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup mekanism:gaugedropper for public static mekanism.common.item.ItemGaugeDropper mekanism.common.MekanismItems.GaugeDropper. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup mekanism:configurationcard for public static net.minecraft.item.Item mekanism.common.MekanismItems.ConfigurationCard. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup mekanism:craftingformula for public static net.minecraft.item.Item mekanism.common.MekanismItems.CraftingFormula. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup mekanism:scubatank for public static mekanism.common.item.ItemScubaTank mekanism.common.MekanismItems.ScubaTank. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup mekanism:gasmask for public static mekanism.common.item.ItemGasMask mekanism.common.MekanismItems.GasMask. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup mekanism:jetpack for public static mekanism.common.item.ItemJetpack mekanism.common.MekanismItems.Jetpack. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup mekanism:armoredjetpack for public static mekanism.common.item.ItemJetpack mekanism.common.MekanismItems.ArmoredJetpack. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup mekanism:freerunners for public static mekanism.common.item.ItemFreeRunners mekanism.common.MekanismItems.FreeRunners. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup mekanism:balloon for public static net.minecraft.item.Item mekanism.common.MekanismItems.Balloon. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup mekanism:otherdust for public static net.minecraft.item.Item mekanism.common.MekanismItems.OtherDust. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup mekanism:dust for public static net.minecraft.item.Item mekanism.common.MekanismItems.Dust. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup mekanism:sawdust for public static net.minecraft.item.Item mekanism.common.MekanismItems.Sawdust. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup mekanism:salt for public static net.minecraft.item.Item mekanism.common.MekanismItems.Salt. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup mekanism:ingot for public static net.minecraft.item.Item mekanism.common.MekanismItems.Ingot. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup mekanism:nugget for public static net.minecraft.item.Item mekanism.common.MekanismItems.Nugget. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup mekanism:clump for public static net.minecraft.item.Item mekanism.common.MekanismItems.Clump. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup mekanism:dirtydust for public static net.minecraft.item.Item mekanism.common.MekanismItems.DirtyDust. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup mekanism:shard for public static net.minecraft.item.Item mekanism.common.MekanismItems.Shard. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup mekanism:crystal for public static net.minecraft.item.Item mekanism.common.MekanismItems.Crystal. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup mekanism:controlcircuit for public static net.minecraft.item.Item mekanism.common.MekanismItems.ControlCircuit. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup buildcraftlib:guide for public static net.minecraft.item.Item buildcraft.api.BCItems$Lib.GUIDE. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup buildcraftlib:guide_note for public static net.minecraft.item.Item buildcraft.api.BCItems$Lib.GUIDE_NOTE. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup buildcraftlib:debugger for public static net.minecraft.item.Item buildcraft.api.BCItems$Lib.DEBUGGER. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup chisel:antiblock for public static team.chisel.common.block.BlockCarvable team.chisel.common.init.ChiselBlocks.antiblock. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup chisel:auto_chisel for public static team.chisel.common.block.BlockAutoChisel team.chisel.common.init.ChiselBlocks.auto_chisel. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup chisel:basalt for public static team.chisel.common.block.BlockCarvable team.chisel.common.init.ChiselBlocks.basalt. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup chisel:basalt1 for public static team.chisel.common.block.BlockCarvable team.chisel.common.init.ChiselBlocks.basalt1. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup chisel:basalt2 for public static team.chisel.common.block.BlockCarvable team.chisel.common.init.ChiselBlocks.basalt2. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup chisel:block_charcoal2 for public static team.chisel.common.block.BlockCarvable team.chisel.common.init.ChiselBlocks.block_charcoal2. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup chisel:bloodmagic for public static team.chisel.common.block.BlockCarvable team.chisel.common.init.ChiselBlocks.bloodmagic. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup chisel:bookshelf_spruce for public static team.chisel.common.block.BlockCarvable team.chisel.common.init.ChiselBlocks.bookshelf_spruce. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup chisel:bookshelf_birch for public static team.chisel.common.block.BlockCarvable team.chisel.common.init.ChiselBlocks.bookshelf_birch. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup chisel:bookshelf_jungle for public static team.chisel.common.block.BlockCarvable team.chisel.common.init.ChiselBlocks.bookshelf_jungle. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup chisel:bookshelf_acacia for public static team.chisel.common.block.BlockCarvable team.chisel.common.init.ChiselBlocks.bookshelf_acacia. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup chisel:bookshelf_darkoak for public static team.chisel.common.block.BlockCarvable team.chisel.common.init.ChiselBlocks.bookshelf_darkoak. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup chisel:brownstone for public static team.chisel.common.block.BlockCarvable team.chisel.common.init.ChiselBlocks.brownstone. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup chisel:carpet for public static team.chisel.common.block.BlockCarvable team.chisel.common.init.ChiselBlocks.carpet. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup chisel:cloud for public static team.chisel.common.block.BlockCarvable team.chisel.common.init.ChiselBlocks.cloud. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup chisel:concrete for public static team.chisel.common.block.BlockCarvable team.chisel.common.init.ChiselBlocks.concrete. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup chisel:concrete_white for public static team.chisel.common.block.BlockCarvable team.chisel.common.init.ChiselBlocks.concrete_white. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup chisel:concrete_orange for public static team.chisel.common.block.BlockCarvable team.chisel.common.init.ChiselBlocks.concrete_orange. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup chisel:concrete_lightblue for public static team.chisel.common.block.BlockCarvable team.chisel.common.init.ChiselBlocks.concrete_lightblue. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup chisel:concrete_magenta for public static team.chisel.common.block.BlockCarvable team.chisel.common.init.ChiselBlocks.concrete_magenta. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup chisel:concrete_lime for public static team.chisel.common.block.BlockCarvable team.chisel.common.init.ChiselBlocks.concrete_lime. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup chisel:concrete_yellow for public static team.chisel.common.block.BlockCarvable team.chisel.common.init.ChiselBlocks.concrete_yellow. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup chisel:concrete_pink for public static team.chisel.common.block.BlockCarvable team.chisel.common.init.ChiselBlocks.concrete_pink. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup chisel:concrete_gray for public static team.chisel.common.block.BlockCarvable team.chisel.common.init.ChiselBlocks.concrete_gray. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup chisel:concrete_lightgray for public static team.chisel.common.block.BlockCarvable team.chisel.common.init.ChiselBlocks.concrete_lightgray. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup chisel:concrete_blue for public static team.chisel.common.block.BlockCarvable team.chisel.common.init.ChiselBlocks.concrete_blue. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup chisel:concrete_cyan for public static team.chisel.common.block.BlockCarvable team.chisel.common.init.ChiselBlocks.concrete_cyan. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup chisel:concrete_purple for public static team.chisel.common.block.BlockCarvable team.chisel.common.init.ChiselBlocks.concrete_purple. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup chisel:concrete_green for public static team.chisel.common.block.BlockCarvable team.chisel.common.init.ChiselBlocks.concrete_green. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup chisel:concrete_brown for public static team.chisel.common.block.BlockCarvable team.chisel.common.init.ChiselBlocks.concrete_brown. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup chisel:concrete_red for public static team.chisel.common.block.BlockCarvable team.chisel.common.init.ChiselBlocks.concrete_red. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup chisel:concrete_black for public static team.chisel.common.block.BlockCarvable team.chisel.common.init.ChiselBlocks.concrete_black. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup chisel:concrete_powder for public static team.chisel.common.block.BlockCarvable team.chisel.common.init.ChiselBlocks.concrete_powder. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup chisel:dirt for public static team.chisel.common.block.BlockCarvable team.chisel.common.init.ChiselBlocks.dirt. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup chisel:factory for public static team.chisel.common.block.BlockCarvable team.chisel.common.init.ChiselBlocks.factory. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup chisel:futura for public static team.chisel.common.block.BlockCarvable team.chisel.common.init.ChiselBlocks.futura. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup chisel:glowstone for public static team.chisel.common.block.BlockCarvable team.chisel.common.init.ChiselBlocks.glowstone. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup chisel:glowstone1 for public static team.chisel.common.block.BlockCarvable team.chisel.common.init.ChiselBlocks.glowstone1. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup chisel:glowstone2 for public static team.chisel.common.block.BlockCarvable team.chisel.common.init.ChiselBlocks.glowstone2. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup chisel:laboratory for public static team.chisel.common.block.BlockCarvable team.chisel.common.init.ChiselBlocks.laboratory. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup chisel:lavastone for public static team.chisel.common.block.BlockCarvable team.chisel.common.init.ChiselBlocks.lavastone. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup chisel:lavastone1 for public static team.chisel.common.block.BlockCarvable team.chisel.common.init.ChiselBlocks.lavastone1. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup chisel:lavastone2 for public static team.chisel.common.block.BlockCarvable team.chisel.common.init.ChiselBlocks.lavastone2. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup chisel:limestone for public static team.chisel.common.block.BlockCarvable team.chisel.common.init.ChiselBlocks.limestone. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup chisel:limestone2 for public static team.chisel.common.block.BlockCarvable team.chisel.common.init.ChiselBlocks.limestone2. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup chisel:marble for public static team.chisel.common.block.BlockCarvable team.chisel.common.init.ChiselBlocks.marble. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup chisel:marble2 for public static team.chisel.common.block.BlockCarvable team.chisel.common.init.ChiselBlocks.marble2. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup chisel:netherrack for public static team.chisel.common.block.BlockCarvable team.chisel.common.init.ChiselBlocks.netherrack. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup chisel:paper for public static team.chisel.common.block.BlockCarvable team.chisel.common.init.ChiselBlocks.paper. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup chisel:temple for public static team.chisel.common.block.BlockCarvable team.chisel.common.init.ChiselBlocks.temple. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup chisel:tyrian for public static team.chisel.common.block.BlockCarvable team.chisel.common.init.ChiselBlocks.tyrian. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup chisel:valentines for public static team.chisel.common.block.BlockCarvable team.chisel.common.init.ChiselBlocks.valentines. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup chisel:voidstone for public static team.chisel.common.block.BlockCarvable team.chisel.common.init.ChiselBlocks.voidstone. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup chisel:waterstone for public static team.chisel.common.block.BlockCarvable team.chisel.common.init.ChiselBlocks.waterstone. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup chisel:waterstone1 for public static team.chisel.common.block.BlockCarvable team.chisel.common.init.ChiselBlocks.waterstone1. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup chisel:waterstone2 for public static team.chisel.common.block.BlockCarvable team.chisel.common.init.ChiselBlocks.waterstone2. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup chisel:waterstoneextra for public static team.chisel.common.block.BlockCarvable team.chisel.common.init.ChiselBlocks.waterstoneextra. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup nex:basalt for public static nex.block.BlockBasalt nex.init.NetherExBlocks.BASALT. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup nex:netherrack for public static nex.block.BlockNetherrack nex.init.NetherExBlocks.NETHERRACK. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup nex:nether_brick for public static nex.block.BlockNetherBrick nex.init.NetherExBlocks.NETHER_BRICK. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup nex:netherrack_path for public static nex.block.BlockNetherrackPath nex.init.NetherExBlocks.NETHERRACK_PATH. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup nex:hyphae for public static nex.block.BlockHyphae nex.init.NetherExBlocks.HYPHAE. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup nex:tilled_soul_sand for public static nex.block.BlockTilledSoulSand nex.init.NetherExBlocks.TILLED_SOUL_SAND. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup nex:soul_glass for public static nex.block.BlockSoulGlass nex.init.NetherExBlocks.SOUL_GLASS. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup nex:soul_glass_pane for public static nex.block.BlockSoulGlassPane nex.init.NetherExBlocks.SOUL_GLASS_PANE. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup nex:amethyst_block for public static nex.block.BlockAmethyst nex.init.NetherExBlocks.AMETHYST_BLOCK. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup nex:rime_block for public static nex.block.BlockRime nex.init.NetherExBlocks.RIME_BLOCK. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup nex:frostburn_ice for public static nex.block.BlockFrostburnIce nex.init.NetherExBlocks.FROSTBURN_ICE. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup nex:bone_sliver for public static nex.block.BlockBoneSliver nex.init.NetherExBlocks.BONE_SLIVER. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup nex:bone_chunk for public static nex.block.BlockBoneChunk nex.init.NetherExBlocks.BONE_CHUNK. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup nex:worn_iron for public static nex.block.BlockWornIron nex.init.NetherExBlocks.WORN_IRON. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup nex:blue_fire for public static nex.block.BlockBlueFire nex.init.NetherExBlocks.BLUE_FIRE. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup nex:nether_portal for public static nex.block.BlockNetherPortal nex.init.NetherExBlocks.NETHER_PORTAL. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup nex:urn_of_sorrow for public static nex.block.BlockUrnOfSorrow nex.init.NetherExBlocks.URN_OF_SORROW. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup nex:quartz_ore for public static nex.block.BlockQuartzOre nex.init.NetherExBlocks.QUARTZ_ORE. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup nex:amethyst_ore for public static nex.block.BlockAmethystOre nex.init.NetherExBlocks.AMETHYST_ORE. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup nex:rime_ore for public static nex.block.BlockRimeOre nex.init.NetherExBlocks.RIME_ORE. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup nex:thornstalk for public static nex.block.BlockThornstalk nex.init.NetherExBlocks.THORNSTALK. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup nex:elder_mushroom for public static nex.block.BlockElderMushroom nex.init.NetherExBlocks.ELDER_MUSHROOM. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup nex:elder_mushroom_cap for public static nex.block.BlockElderMushroomCap nex.init.NetherExBlocks.ELDER_MUSHROOM_CAP. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup nex:elder_mushroom_stem for public static nex.block.BlockElderMushroomStem nex.init.NetherExBlocks.ELDER_MUSHROOM_STEM. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup nex:enoki_mushroom_stem for public static nex.block.BlockEnokiMushroomStem nex.init.NetherExBlocks.ENOKI_MUSHROOM_STEM. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup nex:enoki_mushroom_cap for public static nex.block.BlockEnokiMushroomCap nex.init.NetherExBlocks.ENOKI_MUSHROOM_CAP. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup nex:ichor for public static nex.block.BlockIchor nex.init.NetherExBlocks.ICHOR. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup nex:vanilla_slab for public static nex.block.BlockVanillaSlab nex.init.NetherExBlocks.VANILLA_SLAB. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup nex:basalt_slab for public static nex.block.BlockBasaltSlab nex.init.NetherExBlocks.BASALT_SLAB. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup nex:nether_brick_slab for public static nex.block.BlockNetherBrickSlab nex.init.NetherExBlocks.NETHER_BRICK_SLAB. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup nex:vanilla_slab_double for public static nex.block.BlockVanillaSlab$Double nex.init.NetherExBlocks.VANILLA_SLAB_DOUBLE. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup nex:basalt_slab_double for public static nex.block.BlockBasaltSlab$Double nex.init.NetherExBlocks.BASALT_SLAB_DOUBLE. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup nex:nether_brick_slab_double for public static nex.block.BlockNetherBrickSlab$Double nex.init.NetherExBlocks.NETHER_BRICK_SLAB_DOUBLE. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup nex:red_nether_brick_stairs for public static lex.block.BlockStairsLibEx nex.init.NetherExBlocks.RED_NETHER_BRICK_STAIRS. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup nex:basalt_stairs for public static lex.block.BlockStairsLibEx nex.init.NetherExBlocks.BASALT_STAIRS. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup nex:basalt_smooth_stairs for public static lex.block.BlockStairsLibEx nex.init.NetherExBlocks.BASALT_SMOOTH_STAIRS. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup nex:basalt_brick_stairs for public static lex.block.BlockStairsLibEx nex.init.NetherExBlocks.BASALT_BRICK_STAIRS. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup nex:basalt_pillar_stairs for public static lex.block.BlockStairsLibEx nex.init.NetherExBlocks.BASALT_PILLAR_STAIRS. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup nex:fiery_nether_brick_stairs for public static lex.block.BlockStairsLibEx nex.init.NetherExBlocks.FIERY_NETHER_BRICK_STAIRS. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup nex:icy_nether_brick_stairs for public static lex.block.BlockStairsLibEx nex.init.NetherExBlocks.ICY_NETHER_BRICK_STAIRS. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup nex:lively_nether_brick_stairs for public static lex.block.BlockStairsLibEx nex.init.NetherExBlocks.LIVELY_NETHER_BRICK_STAIRS. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup nex:gloomy_nether_brick_stairs for public static lex.block.BlockStairsLibEx nex.init.NetherExBlocks.GLOOMY_NETHER_BRICK_STAIRS. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup nex:vanilla_wall for public static nex.block.BlockVanillaWall nex.init.NetherExBlocks.VANILLA_WALL. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup nex:basalt_wall for public static nex.block.BlockBasaltWall nex.init.NetherExBlocks.BASALT_WALL. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup nex:nether_brick_wall for public static nex.block.BlockNetherBrickWall nex.init.NetherExBlocks.NETHER_BRICK_WALL. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup nex:vanilla_fence for public static nex.block.BlockVanillaFence nex.init.NetherExBlocks.VANILLA_FENCE. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup nex:basalt_fence for public static nex.block.BlockBasaltFence nex.init.NetherExBlocks.BASALT_FENCE. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup nex:nether_brick_fence for public static nex.block.BlockNetherBrickFence nex.init.NetherExBlocks.NETHER_BRICK_FENCE. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup nex:quartz_fence_gate for public static lex.block.BlockFenceGateLibEx nex.init.NetherExBlocks.QUARTZ_FENCE_GATE. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup nex:nether_brick_fence_gate for public static lex.block.BlockFenceGateLibEx nex.init.NetherExBlocks.NETHER_BRICK_FENCE_GATE. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup nex:red_nether_brick_fence_gate for public static lex.block.BlockFenceGateLibEx nex.init.NetherExBlocks.RED_NETHER_BRICK_FENCE_GATE. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup nex:basalt_fence_gate for public static lex.block.BlockFenceGateLibEx nex.init.NetherExBlocks.BASALT_FENCE_GATE. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup nex:basalt_smooth_fence_gate for public static lex.block.BlockFenceGateLibEx nex.init.NetherExBlocks.BASALT_SMOOTH_FENCE_GATE. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup nex:basalt_brick_fence_gate for public static lex.block.BlockFenceGateLibEx nex.init.NetherExBlocks.BASALT_BRICK_FENCE_GATE. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup nex:basalt_pillar_fence_gate for public static lex.block.BlockFenceGateLibEx nex.init.NetherExBlocks.BASALT_PILLAR_FENCE_GATE. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup nex:fiery_nether_brick_fence_gate for public static lex.block.BlockFenceGateLibEx nex.init.NetherExBlocks.FIERY_NETHER_BRICK_FENCE_GATE. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup nex:icy_nether_brick_fence_gate for public static lex.block.BlockFenceGateLibEx nex.init.NetherExBlocks.ICY_NETHER_BRICK_FENCE_GATE. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup nex:lively_nether_brick_fence_gate for public static lex.block.BlockFenceGateLibEx nex.init.NetherExBlocks.LIVELY_NETHER_BRICK_FENCE_GATE. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup nex:gloomy_nether_brick_fence_gate for public static lex.block.BlockFenceGateLibEx nex.init.NetherExBlocks.GLOOMY_NETHER_BRICK_FENCE_GATE. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup buildcraftsilicon:redstone_chipset for public static net.minecraft.item.Item buildcraft.api.BCItems$Silicon.REDSTONE_CHIPSET. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup buildcraftsilicon:plug_pulsar for public static net.minecraft.item.Item buildcraft.api.BCItems$Silicon.PLUG_PULSAR. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup chisel:chisel_iron for public static team.chisel.common.item.ItemChisel team.chisel.common.init.ChiselItems.chisel_iron. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup chisel:chisel_diamond for public static team.chisel.common.item.ItemChisel team.chisel.common.init.ChiselItems.chisel_diamond. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup chisel:chisel_hitech for public static team.chisel.common.item.ItemChisel team.chisel.common.init.ChiselItems.chisel_hitech. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup chisel:offsettool for public static team.chisel.common.item.ItemOffsetTool team.chisel.common.init.ChiselItems.offsettool. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup buildcraftcore:spring for public static net.minecraft.block.Block buildcraft.api.BCBlocks$Core.SPRING. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup buildcraftcore:decorated for public static net.minecraft.block.Block buildcraft.api.BCBlocks$Core.DECORATED. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup buildcraftcore:engine for public static net.minecraft.block.Block buildcraft.api.BCBlocks$Core.ENGINE. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup buildcraftcore:marker_volume for public static net.minecraft.block.Block buildcraft.api.BCBlocks$Core.MARKER_VOLUME. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup buildcraftcore:marker_path for public static net.minecraft.block.Block buildcraft.api.BCBlocks$Core.MARKER_PATH. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup buildcrafttransport:plug_blocker for public static net.minecraft.item.Item buildcraft.api.BCItems$Transport.PLUG_BLOCKER. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup buildcrafttransport:plug_power_adaptor for public static net.minecraft.item.Item buildcraft.api.BCItems$Transport.PLUG_POWER_ADAPTOR. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup buildcrafttransport:pipe_structure for public static net.minecraft.item.Item buildcraft.api.BCItems$Transport.PIPE_STRUCTURE. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup buildcrafttransport:pipe_wood_item for public static net.minecraft.item.Item buildcraft.api.BCItems$Transport.PIPE_WOOD_ITEM. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup buildcrafttransport:pipe_emzuli_item for public static net.minecraft.item.Item buildcraft.api.BCItems$Transport.PIPE_EMZULI_ITEM. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup buildcrafttransport:pipe_diamond_wood_item for public static net.minecraft.item.Item buildcraft.api.BCItems$Transport.PIPE_DIAMOND_WOOD_ITEM. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup buildcrafttransport:pipe_wood_fluid for public static net.minecraft.item.Item buildcraft.api.BCItems$Transport.PIPE_WOOD_FLUID. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup buildcrafttransport:pipe_diamond_wood_fluid for public static net.minecraft.item.Item buildcraft.api.BCItems$Transport.PIPE_DIAMOND_WOOD_FLUID. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup totemic:flute for public static pokefenn.totemic.item.equipment.music.ItemFlute pokefenn.totemic.init.ModItems.flute. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup totemic:rattle for public static pokefenn.totemic.item.equipment.music.ItemRattle pokefenn.totemic.init.ModItems.rattle. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup totemic:jingle_dress for public static pokefenn.totemic.item.equipment.music.ItemJingleDress pokefenn.totemic.init.ModItems.jingle_dress. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup totemic:eagle_bone_whistle for public static pokefenn.totemic.item.equipment.music.ItemEagleBoneWhistle pokefenn.totemic.init.ModItems.eagle_bone_whistle. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup totemic:totem_whittling_knife for public static pokefenn.totemic.item.equipment.ItemTotemWhittlingKnife pokefenn.totemic.init.ModItems.totem_whittling_knife. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup totemic:bark_stripper for public static pokefenn.totemic.item.equipment.ItemBarkStripper pokefenn.totemic.init.ModItems.bark_stripper. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup totemic:totemic_staff for public static pokefenn.totemic.item.equipment.ItemTotemicStaff pokefenn.totemic.init.ModItems.totemic_staff. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup totemic:sub_items for public static pokefenn.totemic.item.ItemTotemicItems pokefenn.totemic.init.ModItems.sub_items. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup totemic:totempedia for public static pokefenn.totemic.item.ItemTotempedia pokefenn.totemic.init.ModItems.totempedia. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup totemic:buffalo_items for public static pokefenn.totemic.item.ItemBuffaloDrops pokefenn.totemic.init.ModItems.buffalo_items. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup totemic:buffalo_meat for public static net.minecraft.item.ItemFood pokefenn.totemic.init.ModItems.buffalo_meat. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup totemic:cooked_buffalo_meat for public static net.minecraft.item.ItemFood pokefenn.totemic.init.ModItems.cooked_buffalo_meat. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup totemic:baykok_bow for public static pokefenn.totemic.item.equipment.weapon.ItemBaykokBow pokefenn.totemic.init.ModItems.baykok_bow. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup totemic:medicine_bag for public static pokefenn.totemic.item.equipment.ItemMedicineBag pokefenn.totemic.init.ModItems.medicine_bag. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup totemic:ceremony_cheat for public static pokefenn.totemic.item.ItemCeremonyCheat pokefenn.totemic.init.ModItems.ceremony_cheat. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup totemic:eagle_drops for public static pokefenn.totemic.item.ItemEagleDrops pokefenn.totemic.init.ModItems.eagle_drops. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup totemic:nether_pipe for public static pokefenn.totemic.item.equipment.music.ItemNetherPipe pokefenn.totemic.init.ModItems.nether_pipe. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup buildcraftcore:gear_wood for public static net.minecraft.item.Item buildcraft.api.BCItems$Core.GEAR_WOOD. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup buildcraftcore:gear_stone for public static net.minecraft.item.Item buildcraft.api.BCItems$Core.GEAR_STONE. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup buildcraftcore:gear_iron for public static net.minecraft.item.Item buildcraft.api.BCItems$Core.GEAR_IRON. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup buildcraftcore:gear_gold for public static net.minecraft.item.Item buildcraft.api.BCItems$Core.GEAR_GOLD. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup buildcraftcore:gear_diamond for public static net.minecraft.item.Item buildcraft.api.BCItems$Core.GEAR_DIAMOND. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup buildcraftcore:wrench for public static net.minecraft.item.Item buildcraft.api.BCItems$Core.WRENCH. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup buildcraftcore:paintbrush for public static net.minecraft.item.Item buildcraft.api.BCItems$Core.PAINTBRUSH. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup buildcraftcore:list for public static net.minecraft.item.Item buildcraft.api.BCItems$Core.LIST. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup buildcraftcore:map_location for public static net.minecraft.item.Item buildcraft.api.BCItems$Core.MAP_LOCATION. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup buildcraftcore:marker_connector for public static net.minecraft.item.Item buildcraft.api.BCItems$Core.MARKER_CONNECTOR. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup buildcraftcore:volume_box for public static net.minecraft.item.Item buildcraft.api.BCItems$Core.VOLUME_BOX. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup buildcraftcore:goggles for public static net.minecraft.item.Item buildcraft.api.BCItems$Core.GOGGLES. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup buildcraftcore:fragile_fluid_shard for public static net.minecraft.item.Item buildcraft.api.BCItems$Core.FRAGILE_FLUID_SHARD. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup astikorcarts:wheel for public static net.minecraft.item.Item de.mennomax.astikorcarts.init.ModItems.WHEEL. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup astikorcarts:cargocart for public static net.minecraft.item.Item de.mennomax.astikorcarts.init.ModItems.CARGOCART. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup astikorcarts:plowcart for public static net.minecraft.item.Item de.mennomax.astikorcarts.init.ModItems.PLOWCART. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup astikorcarts:mobcart for public static net.minecraft.item.Item de.mennomax.astikorcarts.init.ModItems.MOBCART. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup nex:netherbrick for public static nex.item.ItemNetherbrick nex.init.NetherExItems.NETHERBRICK. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup nex:wither_bone for public static lex.item.ItemLibEx nex.init.NetherExItems.WITHER_BONE. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup nex:wither_dust for public static nex.item.ItemWitherDust nex.init.NetherExItems.WITHER_DUST. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup nex:salamander_hide for public static nex.item.ItemSalamanderHide nex.init.NetherExItems.SALAMANDER_HIDE. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup nex:amethyst_crystal for public static lex.item.ItemLibEx nex.init.NetherExItems.AMETHYST_CRYSTAL. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup nex:rime_crystal for public static lex.item.ItemLibEx nex.init.NetherExItems.RIME_CRYSTAL. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup nex:rime_and_steel for public static nex.item.ItemRimeAndSteel nex.init.NetherExItems.RIME_AND_STEEL. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup nex:spore for public static lex.item.ItemLibEx nex.init.NetherExItems.SPORE. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup nex:bone_spider_fang for public static lex.item.ItemLibEx nex.init.NetherExItems.BONE_SPIDER_FANG. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup nex:ghast_queen_tear for public static lex.item.ItemLibEx nex.init.NetherExItems.GHAST_QUEEN_TEAR. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup nex:obsidian_boat for public static nex.item.ItemObsidianBoat nex.init.NetherExItems.OBSIDIAN_BOAT. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup nex:ghast_meat_raw for public static lex.item.ItemEdibleLibEx nex.init.NetherExItems.GHAST_MEAT_RAW. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup nex:ghast_meat_cooked for public static lex.item.ItemEdibleLibEx nex.init.NetherExItems.GHAST_MEAT_COOKED. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup nex:congealed_magma_cream for public static lex.item.ItemEdibleLibEx nex.init.NetherExItems.CONGEALED_MAGMA_CREAM. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup nex:enoki_mushroom for public static lex.item.ItemEdibleLibEx nex.init.NetherExItems.ENOKI_MUSHROOM. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup nex:golden_wither_bone_sword for public static nex.item.ItemGoldenWitherBoneSword nex.init.NetherExItems.GOLDEN_WITHER_BONE_SWORD. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup nex:golden_wither_bone_pickaxe for public static nex.item.ItemGoldenWitherBonePickaxe nex.init.NetherExItems.GOLDEN_WITHER_BONE_PICKAXE. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup nex:golden_wither_bone_shovel for public static nex.item.ItemGoldenWitherBoneShovel nex.init.NetherExItems.GOLDEN_WITHER_BONE_SHOVEL. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup nex:golden_wither_bone_axe for public static nex.item.ItemGoldenWitherBoneAxe nex.init.NetherExItems.GOLDEN_WITHER_BONE_AXE. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup nex:golden_wither_bone_hoe for public static nex.item.ItemGoldenWitherBoneHoe nex.init.NetherExItems.GOLDEN_WITHER_BONE_HOE. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup nex:golden_wither_bone_hammer for public static nex.item.ItemGoldenWitherBoneHammer nex.init.NetherExItems.GOLDEN_WITHER_BONE_HAMMER. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup nex:wither_bone_helmet for public static nex.item.ItemWitherBoneArmor nex.init.NetherExItems.WITHER_BONE_HELMET. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup nex:wither_bone_chestplate for public static nex.item.ItemWitherBoneArmor nex.init.NetherExItems.WITHER_BONE_CHESTPLATE. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup nex:wither_bone_leggings for public static nex.item.ItemWitherBoneArmor nex.init.NetherExItems.WITHER_BONE_LEGGINGS. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup nex:wither_bone_boots for public static nex.item.ItemWitherBoneArmor nex.init.NetherExItems.WITHER_BONE_BOOTS. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup nex:salamander_hide_helmet for public static nex.item.ItemSalamanderHideArmor nex.init.NetherExItems.SALAMANDER_HIDE_HELMET. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup nex:salamander_hide_chestplate for public static nex.item.ItemSalamanderHideArmor nex.init.NetherExItems.SALAMANDER_HIDE_CHESTPLATE. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup nex:salamander_hide_leggings for public static nex.item.ItemSalamanderHideArmor nex.init.NetherExItems.SALAMANDER_HIDE_LEGGINGS. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup nex:salamander_hide_boots for public static nex.item.ItemSalamanderHideArmor nex.init.NetherExItems.SALAMANDER_HIDE_BOOTS. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup buildcraftfactory:autoworkbench_item for public static net.minecraft.block.Block buildcraft.api.BCBlocks$Factory.AUTOWORKBENCH_ITEM. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup buildcraftfactory:mining_well for public static net.minecraft.block.Block buildcraft.api.BCBlocks$Factory.MINING_WELL. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup buildcraftfactory:pump for public static net.minecraft.block.Block buildcraft.api.BCBlocks$Factory.PUMP. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup buildcraftfactory:tube for public static net.minecraft.block.Block buildcraft.api.BCBlocks$Factory.TUBE. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup buildcraftfactory:flood_gate for public static net.minecraft.block.Block buildcraft.api.BCBlocks$Factory.FLOOD_GATE. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup buildcraftfactory:tank for public static net.minecraft.block.Block buildcraft.api.BCBlocks$Factory.TANK. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup buildcraftfactory:chute for public static net.minecraft.block.Block buildcraft.api.BCBlocks$Factory.CHUTE. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup buildcraftfactory:water_gel for public static net.minecraft.block.Block buildcraft.api.BCBlocks$Factory.WATER_GEL. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup buildcraftfactory:distiller for public static net.minecraft.block.Block buildcraft.api.BCBlocks$Factory.DISTILLER. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup buildcraftfactory:heat_exchange for public static net.minecraft.block.Block buildcraft.api.BCBlocks$Factory.HEAT_EXCHANGE. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup nex:ruthless_sands for public static nex.world.biome.BiomeRuthlessSands nex.init.NetherExBiomes.RUTHLESS_SANDS. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup nex:fungi_forest for public static nex.world.biome.BiomeFungiForest nex.init.NetherExBiomes.FUNGI_FOREST. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup nex:torrid_wasteland for public static nex.world.biome.BiomeTorridWasteland nex.init.NetherExBiomes.TORRID_WASTELAND. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup nex:arctic_abyss for public static nex.world.biome.BiomeArcticAbyss nex.init.NetherExBiomes.ARCTIC_ABYSS. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup nex:freeze for public static lex.potion.PotionLibEx nex.init.NetherExEffects.FREEZE. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup nex:frostbite for public static lex.potion.PotionLibEx nex.init.NetherExEffects.FROSTBITE. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup nex:spore for public static lex.potion.PotionLibEx nex.init.NetherExEffects.SPORE. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup nex:lost for public static lex.potion.PotionLibEx nex.init.NetherExEffects.LOST. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:altar for public static net.minecraft.block.Block WayofTime.bloodmagic.core.RegistrarBloodMagicBlocks.ALTAR. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:blood_rune for public static net.minecraft.block.Block WayofTime.bloodmagic.core.RegistrarBloodMagicBlocks.BLOOD_RUNE. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:ritual_controller for public static net.minecraft.block.Block WayofTime.bloodmagic.core.RegistrarBloodMagicBlocks.RITUAL_CONTROLLER. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:ritual_stone for public static net.minecraft.block.Block WayofTime.bloodmagic.core.RegistrarBloodMagicBlocks.RITUAL_STONE. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:blood_light for public static net.minecraft.block.Block WayofTime.bloodmagic.core.RegistrarBloodMagicBlocks.BLOOD_LIGHT. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:teleposer for public static net.minecraft.block.Block WayofTime.bloodmagic.core.RegistrarBloodMagicBlocks.TELEPOSER. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:alchemy_array for public static net.minecraft.block.Block WayofTime.bloodmagic.core.RegistrarBloodMagicBlocks.ALCHEMY_ARRAY. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:spectral for public static net.minecraft.block.Block WayofTime.bloodmagic.core.RegistrarBloodMagicBlocks.SPECTRAL. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:phantom for public static net.minecraft.block.Block WayofTime.bloodmagic.core.RegistrarBloodMagicBlocks.PHANTOM. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:soul_forge for public static net.minecraft.block.Block WayofTime.bloodmagic.core.RegistrarBloodMagicBlocks.SOUL_FORGE. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:incense_altar for public static net.minecraft.block.Block WayofTime.bloodmagic.core.RegistrarBloodMagicBlocks.INCENSE_ALTAR. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:demon_crucible for public static net.minecraft.block.Block WayofTime.bloodmagic.core.RegistrarBloodMagicBlocks.DEMON_CRUCIBLE. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:demon_pylon for public static net.minecraft.block.Block WayofTime.bloodmagic.core.RegistrarBloodMagicBlocks.DEMON_PYLON. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:demon_crystallizer for public static net.minecraft.block.Block WayofTime.bloodmagic.core.RegistrarBloodMagicBlocks.DEMON_CRYSTALLIZER. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:demon_crystal for public static net.minecraft.block.Block WayofTime.bloodmagic.core.RegistrarBloodMagicBlocks.DEMON_CRYSTAL. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:alchemy_table for public static net.minecraft.block.Block WayofTime.bloodmagic.core.RegistrarBloodMagicBlocks.ALCHEMY_TABLE. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:life_essence for public static net.minecraft.block.Block WayofTime.bloodmagic.core.RegistrarBloodMagicBlocks.LIFE_ESSENCE. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:decorative_brick for public static net.minecraft.block.Block WayofTime.bloodmagic.core.RegistrarBloodMagicBlocks.DECORATIVE_BRICK. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:path for public static net.minecraft.block.Block WayofTime.bloodmagic.core.RegistrarBloodMagicBlocks.PATH. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:master_routing_node for public static net.minecraft.block.Block WayofTime.bloodmagic.core.RegistrarBloodMagicBlocks.MASTER_ROUTING_NODE. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:input_routing_node for public static net.minecraft.block.Block WayofTime.bloodmagic.core.RegistrarBloodMagicBlocks.INPUT_ROUTING_NODE. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:output_routing_node for public static net.minecraft.block.Block WayofTime.bloodmagic.core.RegistrarBloodMagicBlocks.OUTPUT_ROUTING_NODE. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:item_routing_node for public static net.minecraft.block.Block WayofTime.bloodmagic.core.RegistrarBloodMagicBlocks.ITEM_ROUTING_NODE. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:dimensional_portal for public static net.minecraft.block.Block WayofTime.bloodmagic.core.RegistrarBloodMagicBlocks.DIMENSIONAL_PORTAL. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:blood_tank for public static net.minecraft.block.Block WayofTime.bloodmagic.core.RegistrarBloodMagicBlocks.BLOOD_TANK. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:mimic for public static net.minecraft.block.Block WayofTime.bloodmagic.core.RegistrarBloodMagicBlocks.MIMIC. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:demon_brick_1 for public static net.minecraft.block.Block WayofTime.bloodmagic.core.RegistrarBloodMagicBlocks.DEMON_BRICK_1. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:demon_brick_2 for public static net.minecraft.block.Block WayofTime.bloodmagic.core.RegistrarBloodMagicBlocks.DEMON_BRICK_2. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:demon_extras for public static net.minecraft.block.Block WayofTime.bloodmagic.core.RegistrarBloodMagicBlocks.DEMON_EXTRAS. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:demon_pillar_1 for public static net.minecraft.block.Block WayofTime.bloodmagic.core.RegistrarBloodMagicBlocks.DEMON_PILLAR_1. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:demon_pillar_2 for public static net.minecraft.block.Block WayofTime.bloodmagic.core.RegistrarBloodMagicBlocks.DEMON_PILLAR_2. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:demon_pillar_cap_1 for public static net.minecraft.block.Block WayofTime.bloodmagic.core.RegistrarBloodMagicBlocks.DEMON_PILLAR_CAP_1. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:demon_pillar_cap_2 for public static net.minecraft.block.Block WayofTime.bloodmagic.core.RegistrarBloodMagicBlocks.DEMON_PILLAR_CAP_2. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:demon_pillar_cap_3 for public static net.minecraft.block.Block WayofTime.bloodmagic.core.RegistrarBloodMagicBlocks.DEMON_PILLAR_CAP_3. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:demon_light for public static net.minecraft.block.Block WayofTime.bloodmagic.core.RegistrarBloodMagicBlocks.DEMON_LIGHT. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:demon_wall_1 for public static net.minecraft.block.Block WayofTime.bloodmagic.core.RegistrarBloodMagicBlocks.DEMON_WALL_1. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:demon_stairs_1 for public static net.minecraft.block.Block WayofTime.bloodmagic.core.RegistrarBloodMagicBlocks.DEMON_STAIRS_1. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:demon_stairs_2 for public static net.minecraft.block.Block WayofTime.bloodmagic.core.RegistrarBloodMagicBlocks.DEMON_STAIRS_2. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:demon_stairs_3 for public static net.minecraft.block.Block WayofTime.bloodmagic.core.RegistrarBloodMagicBlocks.DEMON_STAIRS_3. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:inversion_pillar for public static net.minecraft.block.Block WayofTime.bloodmagic.core.RegistrarBloodMagicBlocks.INVERSION_PILLAR. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:inversion_pillar_end for public static net.minecraft.block.Block WayofTime.bloodmagic.core.RegistrarBloodMagicBlocks.INVERSION_PILLAR_END. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup weirdinggadget:weirding_gadget for public static net.minecraft.item.Item com.github.atomicblom.weirdinggadget.library.ItemLibrary.weirding_gadget. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup ironchest:iron_shulker_box_gray for public static cpw.mods.ironchest.common.blocks.shulker.BlockIronShulkerBox cpw.mods.ironchest.common.core.IronChestBlocks.ironShulkerBoxGrayBlock. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup immersiveengineering:hemp for private static net.minecraft.block.Block me.desht.pneumaticcraft.common.thirdparty.immersiveengineering.ImmersiveEngineering.HEMP_BLOCK. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:knightmetal_axe for public static net.minecraft.item.Item twilightforest.item.TFItems.knightmetal_axe. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup storagedrawers:basicdrawers for public static com.jaquadro.minecraft.storagedrawers.block.BlockDrawers com.jaquadro.minecraft.storagedrawers.core.ModBlocks.basicDrawers. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup buildinggadgets:constructionpastecontainert3 for public static com.direwolf20.buildinggadgets.common.items.pastes.ConstructionPasteContainer com.direwolf20.buildinggadgets.common.items.ModItems.constructionPasteContainert3. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup buildinggadgets:constructionpastecontainercreative for public static com.direwolf20.buildinggadgets.common.items.pastes.ConstructionPasteContainerCreative com.direwolf20.buildinggadgets.common.items.ModItems.constructionPasteContainerCreative. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup thaumcraft:quicksilver for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.ThaumCompat.THA_QUICKSILVER. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:huge_stalk for public static net.minecraft.block.Block twilightforest.block.TFBlocks.huge_stalk. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup dynamictrees:oakbranch for private static net.minecraft.block.Block betterwithmods.module.compat.DynamicTrees.oakbranch. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:tatara for public static betterwithaddons.block.EriottoMod.BlockTatara betterwithaddons.block.ModBlocks.TATARA. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:elevator_frame for public static net.minecraft.block.Block me.desht.pneumaticcraft.common.block.Blockss.ELEVATOR_FRAME. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:artifact_frame for public static betterwithaddons.item.ItemArtifactFrame betterwithaddons.item.ModItems.ARTIFACT_FRAME. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:log_sakura for public static betterwithaddons.block.BlockModLog betterwithaddons.block.ModBlocks.SAKURA_LOG. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup harvestcraft:grouperrawitem for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.PamsCompat.PAMS_FISH_RAW_GROUPER. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup ironbackpacks:lock for public static gr8pefish.ironbackpacks.api.upgrade.BackpackUpgrade gr8pefish.ironbackpacks.core.RegistrarIronBackpacks.UPGRADE_LOCK. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:electrostatic_compressor for public static net.minecraft.block.Block me.desht.pneumaticcraft.common.block.Blockss.ELECTROSTATIC_COMPRESSOR. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup ironchest:iron_shulker_box_red for public static cpw.mods.ironchest.common.items.shulker.ItemIronShulkerBox cpw.mods.ironchest.common.core.IronChestBlocks.ironShulkerBoxRedItemBlock. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:ya for public static betterwithaddons.item.ItemYa betterwithaddons.item.ModItems.YA. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:tanto for public static betterwithaddons.item.ItemTanto betterwithaddons.item.ModItems.TANTO. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:cicada for public static net.minecraft.block.Block twilightforest.block.TFBlocks.cicada. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:ore_map for public static net.minecraft.item.Item twilightforest.item.TFItems.ore_map. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:katana for public static betterwithaddons.item.ItemKatana betterwithaddons.item.ModItems.KATANA. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:greatarrow for public static betterwithaddons.item.ItemGreatarrow betterwithaddons.item.ModItems.GREATARROW. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup harvestcraft:tilapiarawitem for public static net.minecraft.item.Item nmd.primal.core.common.compat.mods.PamsCompat.PAMS_FISH_RAW_TILAPIA. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:fire_swamp for public static net.minecraft.world.biome.Biome twilightforest.biomes.TFBiomes.fireSwamp. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:legendarium for public static betterwithaddons.block.Factorization.BlockLegendarium betterwithaddons.block.ModBlocks.LEGENDARIUM. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup ironchest:iron_shulker_box_lime for public static cpw.mods.ironchest.common.items.shulker.ItemIronShulkerBox cpw.mods.ironchest.common.core.IronChestBlocks.ironShulkerBoxLimeItemBlock. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:iron_matchpick for public static betterwithaddons.item.rbdtools.ItemMatchPick betterwithaddons.item.ModItems.IRON_MATCHPICK. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:nagastone_pillar_weathered for public static net.minecraft.block.Block twilightforest.block.TFBlocks.nagastone_pillar_weathered. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:ironwood_helmet for public static net.minecraft.item.Item twilightforest.item.TFItems.ironwood_helmet. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup dynamictrees:birchbranch for private static net.minecraft.block.Block nmd.primal.core.common.compat.mods.DynamicTreesCompat.DYNTREE_BRANCH_BIRCH. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:thorns for public static betterwithaddons.block.BlockThorns betterwithaddons.block.ModBlocks.THORNS. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:ironwood_pickaxe for public static net.minecraft.item.Item twilightforest.item.TFItems.ironwood_pickaxe. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:congealed for public static betterwithaddons.item.ItemMaterial betterwithaddons.item.ModItems.MATERIAL_CONGEALED. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup bonsaitrees:bonsaipot for public static org.dave.bonsaitrees.block.BlockBonsaiPot org.dave.bonsaitrees.init.Blockss.bonsaiPot. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:dense_twilight_forest for public static net.minecraft.world.biome.Biome twilightforest.biomes.TFBiomes.denseTwilightForest. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:food_potato_cooked for public static net.minecraft.item.ItemFood betterwithaddons.item.ModItems.COOKED_POTATO. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup ironbackpacks:everlasting for public static gr8pefish.ironbackpacks.api.upgrade.BackpackUpgrade gr8pefish.ironbackpacks.core.RegistrarIronBackpacks.UPGRADE_EVERLASTING. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:network_component for public static net.minecraft.item.Item me.desht.pneumaticcraft.common.item.Itemss.NETWORK_COMPONENT. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:maze_wafer for public static net.minecraft.item.Item twilightforest.item.TFItems.maze_wafer. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:liveroot for public static net.minecraft.item.Item twilightforest.item.TFItems.liveroot. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:material for public static betterwithaddons.item.ItemMaterial betterwithaddons.item.ModItems.MATERIAL. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup quark:custom_chest for public static net.minecraft.block.Block betterwithmods.module.compat.Quark.CUSTOM_CHEST. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:torchberries for public static net.minecraft.item.Item twilightforest.item.TFItems.torchberries. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup storagenetwork:master for public static mrriegel.storagenetwork.block.master.BlockMaster mrriegel.storagenetwork.registry.ModBlocks.master. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:giant_cobblestone for public static net.minecraft.block.Block twilightforest.block.TFBlocks.giant_cobblestone. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup dynamictrees:junglebranch for private static net.minecraft.block.Block betterwithmods.module.compat.DynamicTrees.junglebranch. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup modularrouters:item_router for public static me.desht.modularrouters.block.BlockItemRouter me.desht.modularrouters.core.RegistrarMR.ITEM_ROUTER. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:world_scale for public static betterwithaddons.block.BlockWorldScale betterwithaddons.block.ModBlocks.WORLD_SCALE. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup storagenetwork:storage_kabel for public static mrriegel.storagenetwork.block.cable.link.BlockCableLink mrriegel.storagenetwork.registry.ModBlocks.storageKabel. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup ironchest:iron_shulker_box_green for public static cpw.mods.ironchest.common.items.shulker.ItemIronShulkerBox cpw.mods.ironchest.common.core.IronChestBlocks.ironShulkerBoxGreenItemBlock. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:thorns for public static net.minecraft.block.Block twilightforest.block.TFBlocks.thorns. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:soulsand_pile for public static net.minecraft.item.Item betterwithaddons.item.ModItems.SOUL_SAND_PILE. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:tower_device for public static net.minecraft.block.Block twilightforest.block.TFBlocks.tower_device. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup ironchest:iron_shulker_box_pink for public static cpw.mods.ironchest.common.items.shulker.ItemIronShulkerBox cpw.mods.ironchest.common.core.IronChestBlocks.ironShulkerBoxPinkItemBlock. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup ceramics:porcelain for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.CeramicsCompat.CERAMICS_PORCELAIN. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:knightmetal_ingot for public static net.minecraft.item.Item twilightforest.item.TFItems.knightmetal_ingot. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:assembly_drill for public static net.minecraft.block.Block me.desht.pneumaticcraft.common.block.Blockss.ASSEMBLY_DRILL. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:yeti_chestplate for public static net.minecraft.item.Item twilightforest.item.TFItems.yeti_chestplate. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:magic_beans for public static net.minecraft.item.Item twilightforest.item.TFItems.magic_beans. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:bamboo for public static betterwithaddons.block.EriottoMod.BlockBamboo betterwithaddons.block.ModBlocks.BAMBOO. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup thebetweenlands:soft_rush for private static net.minecraft.block.Block nmd.primal.core.common.compat.mods.BNLCompat.BNL_SOFT_RUSH. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:programmable_controller for public static net.minecraft.block.Block me.desht.pneumaticcraft.common.block.Blockss.PROGRAMMABLE_CONTROLLER. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup inspirations:materials for public static net.minecraft.item.Item blusunrize.immersiveengineering.common.util.compat.InspirationsHelper.ITEM_MATERIAL. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup buildinggadgets:exchangertool for public static com.direwolf20.buildinggadgets.common.items.gadgets.GadgetExchanger com.direwolf20.buildinggadgets.common.items.ModItems.gadgetExchanger. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:food_beetroot_cooked for public static net.minecraft.item.ItemFood betterwithaddons.item.ModItems.COOKED_BEETROOT. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup cookingforblockheads:fridge for public static net.minecraft.block.Block net.blay09.mods.cookingforblockheads.block.ModBlocks.fridge. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup storagedrawers:upgrade_redstone for public static com.jaquadro.minecraft.storagedrawers.item.ItemUpgradeRedstone com.jaquadro.minecraft.storagedrawers.core.ModItems.upgradeRedstone. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:assembly_platform for public static net.minecraft.block.Block me.desht.pneumaticcraft.common.block.Blockss.ASSEMBLY_PLATFORM. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup harvestcraft:pampaperbark for public static net.minecraft.block.Block betterwithmods.module.compat.Harvestcraft.logPaperbark. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:food_pufferfish_prepared for public static net.minecraft.item.ItemFood betterwithaddons.item.ModItems.PREPARED_PUFFER. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:wheatmat for public static betterwithaddons.item.ItemMaterial betterwithaddons.item.ModItems.MATERIAL_WHEAT. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:worldshard for public static betterwithaddons.item.ItemWorldScale betterwithaddons.item.ModItems.WORLD_SHARD. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:steel_matchpick for public static betterwithaddons.item.rbdtools.ItemMatchPick betterwithaddons.item.ModItems.STEEL_MATCHPICK. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup mekanism:salt for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.MekCompat.MEK_SALT_ITEM. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup bibliocraft:framingboard for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.BiblioCompat.BIBLIO_FRAMING_BOARD. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:zen_sand for public static betterwithaddons.block.EriottoMod.BlockZenSand betterwithaddons.block.ModBlocks.ZEN_SAND. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup modularrouters:augment_core for public static me.desht.modularrouters.item.ItemBase me.desht.modularrouters.core.RegistrarMR.AUGMENT_CORE. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup dynamictrees:birchbranch for private static net.minecraft.block.Block betterwithmods.module.compat.DynamicTrees.birchbranch. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup thebetweenlands:bl_bucket for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.BNLCompat.BNL_BUCKET. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:food_pie_mushroom for public static net.minecraft.item.ItemFood betterwithaddons.item.ModItems.PIE_MUSHROOM. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:assembly_controller for public static net.minecraft.block.Block me.desht.pneumaticcraft.common.block.Blockss.ASSEMBLY_CONTROLLER. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup dynamictrees:darkoakbranch for private static net.minecraft.block.Block betterwithmods.module.compat.DynamicTrees.darkoakbranch. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup trumpetskeleton:item.trumpet.use for public static net.minecraft.util.SoundEvent com.jamieswhiteshirt.trumpetskeleton.common.TrumpetSkeletonSoundEvents.ITEM_TRUMPET_USE. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:salt for public static betterwithaddons.item.ItemMaterial betterwithaddons.item.ModItems.SALTS. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup thermalfoundation:wrench for private static net.minecraft.item.Item me.desht.pneumaticcraft.common.thirdparty.ModdedWrenchUtils.CRESCENT_HAMMER. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:charging_station for public static net.minecraft.block.Block me.desht.pneumaticcraft.common.block.Blockss.CHARGING_STATION. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup cookingforblockheads:recipe_book for public static net.minecraft.item.Item net.blay09.mods.cookingforblockheads.item.ModItems.recipeBook. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:lamp_of_cinders for public static net.minecraft.item.Item twilightforest.item.TFItems.lamp_of_cinders. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup buildinggadgets:constructionblock for public static com.direwolf20.buildinggadgets.common.blocks.ConstructionBlock com.direwolf20.buildinggadgets.common.blocks.ModBlocks.constructionBlock. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup thebetweenlands:leaves_nibbletwig_tree for private static net.minecraft.block.Block nmd.primal.core.common.compat.mods.BNLCompat.BNL_LEAVES_NIBBLETWIG. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup storagenetwork:remote for public static mrriegel.storagenetwork.item.remote.ItemRemote mrriegel.storagenetwork.registry.ModItems.remote. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup storagedrawers:controllerslave for public static com.jaquadro.minecraft.storagedrawers.block.BlockSlave com.jaquadro.minecraft.storagedrawers.core.ModBlocks.controllerSlave. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:armor_shard for public static net.minecraft.item.Item twilightforest.item.TFItems.armor_shard. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup ironbackpacks:basic for public static gr8pefish.ironbackpacks.api.backpack.variant.BackpackType gr8pefish.ironbackpacks.core.RegistrarIronBackpacks.PACK_BASIC. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:unbaked for public static betterwithaddons.block.BlockModUnbaked betterwithaddons.block.ModBlocks.UNBAKED. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup harvestcraft:walleyerawitem for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.PamsCompat.PAMS_FISH_RAW_WALLEYE. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:carminite for public static net.minecraft.item.Item twilightforest.item.TFItems.carminite. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:pond_replacement for public static betterwithaddons.block.BlockReplacement betterwithaddons.block.ModBlocks.POND_REPLACEMENT. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:legs_paper for public static betterwithaddons.item.ItemPaperArmor betterwithaddons.item.ModItems.PAPER_LEGGINGS. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup mekanism:saltblock for private static net.minecraft.block.Block nmd.primal.core.common.compat.mods.MekCompat.MEK_SALT_BLOCK. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup harvestcraft:catfishrawitem for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.PamsCompat.PAMS_FISH_RAW_CAT. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:pneumatic_wrench for public static net.minecraft.util.SoundEvent me.desht.pneumaticcraft.lib.Sounds.PNEUMATIC_WRENCH. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:ironwood_hoe for public static net.minecraft.item.Item twilightforest.item.TFItems.ironwood_hoe. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:iron_carpentersaw for public static betterwithaddons.item.rbdtools.ItemCarpenterSaw betterwithaddons.item.ModItems.IRON_CARPENTER_SAW. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:aqueduct_water for public static betterwithaddons.block.BlockAqueductWater betterwithaddons.block.ModBlocks.AQUEDUCT_WATER. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:wood_lamp for public static betterwithaddons.block.BlockLantern betterwithaddons.block.ModBlocks.PAPER_LANTERN. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:steeleaf_shovel for public static net.minecraft.item.Item twilightforest.item.TFItems.steeleaf_shovel. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:omnidirectional_hopper for public static net.minecraft.block.Block me.desht.pneumaticcraft.common.block.Blockss.OMNIDIRECTIONAL_HOPPER. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:giant_pickaxe for public static net.minecraft.item.Item twilightforest.item.TFItems.giant_pickaxe. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup thebetweenlands:mud for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.BNLCompat.BNL_MUD. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:chirp for public static net.minecraft.util.SoundEvent me.desht.pneumaticcraft.lib.Sounds.CHIRP. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:trophy for public static net.minecraft.block.Block twilightforest.block.TFBlocks.trophy. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:twilight_stream for public static net.minecraft.world.biome.Biome twilightforest.biomes.TFBiomes.stream. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup betterwithmods:block.bloodwood.break for public static net.minecraft.util.SoundEvent betterwithmods.common.BWSounds.BLOODWOOD_BREAK. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:minigun for public static net.minecraft.item.Item me.desht.pneumaticcraft.common.item.Itemss.MINIGUN. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:uv_light_box for public static net.minecraft.block.Block me.desht.pneumaticcraft.common.block.Blockss.UV_LIGHT_BOX. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:brick_stained for public static betterwithaddons.item.ItemStainedBrick betterwithaddons.item.ModItems.STAINED_BRICK. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup buildcraftsilicon:assembly_table for private static net.minecraft.block.Block buildcraft.transport.BCTransportRecipes.SILICON_TABLE_ASSEMBLY. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup appliedenergistics2:certus_quartz_wrench for private static net.minecraft.item.Item me.desht.pneumaticcraft.common.thirdparty.ModdedWrenchUtils.AE2_CERTUS_WRENCH. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup ceramics:clay_barrel for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.CeramicsCompat.CERAMICS_CLAY_BARREL. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup combustfish:magma_string for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.CombustCompat.COMBUST_MAGMA_STRING. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:seismic_sensor for public static net.minecraft.item.Item me.desht.pneumaticcraft.common.item.Itemss.SEISMIC_SENSOR. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:gun_ammo for public static net.minecraft.item.Item me.desht.pneumaticcraft.common.item.Itemss.GUN_AMMO. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:diamond_spade for public static betterwithaddons.item.rbdtools.ItemSpade betterwithaddons.item.ModItems.DIAMOND_SPADE. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup cookingforblockheads:ice_unit for public static net.minecraft.item.Item net.blay09.mods.cookingforblockheads.item.ModItems.iceUnit. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:minigun for public static net.minecraft.util.SoundEvent me.desht.pneumaticcraft.lib.Sounds.MINIGUN. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup theoneprobe:probe for public static net.minecraft.item.Item me.desht.pneumaticcraft.common.recipes.CraftingRegistrator.ONE_PROBE. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup ironbackpacks:open_backpack for public static net.minecraft.util.SoundEvent gr8pefish.ironbackpacks.core.RegistrarIronBackpacks.BACKPACK_OPEN. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup scannable:module_entity for public static net.minecraft.item.Item li.cil.scannable.common.init.Items.moduleEntity. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup nex:frostburn_ice for private static net.minecraft.block.Block nmd.primal.core.common.compat.mods.NEXCompat.NEX_ICE_FROST_BURN. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:stronghold_shield for public static net.minecraft.block.Block twilightforest.block.TFBlocks.stronghold_shield. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:wrought_lamp for public static betterwithaddons.block.BlockLantern betterwithaddons.block.ModBlocks.WROUGHT_LANTERN. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:transcendent for public static WayofTime.bloodmagic.orb.BloodOrb WayofTime.bloodmagic.core.RegistrarBloodMagic.ORB_TRANSCENDENT. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:twilight_highlands for public static net.minecraft.world.biome.Biome twilightforest.biomes.TFBiomes.highlands. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:enchanted_forest for public static net.minecraft.world.biome.Biome twilightforest.biomes.TFBiomes.enchantedForest. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:advanced_pcb for public static net.minecraft.item.Item me.desht.pneumaticcraft.common.item.Itemss.ADVANCED_PCB. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:drone_death for public static net.minecraft.util.SoundEvent me.desht.pneumaticcraft.lib.Sounds.DRONE_DEATH. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup harvestcraft:mudfishrawitem for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.PamsCompat.PAMS_FISH_RAW_MUD. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:pressure_gauge for public static net.minecraft.item.Item me.desht.pneumaticcraft.common.item.Itemss.PRESSURE_GAUGE. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:manometer for public static net.minecraft.item.Item me.desht.pneumaticcraft.common.item.Itemss.MANOMETER. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:crumble_horn for public static net.minecraft.item.Item twilightforest.item.TFItems.crumble_horn. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:ancestry_infuser for public static betterwithaddons.block.EriottoMod.BlockInfuser betterwithaddons.block.ModBlocks.INFUSER. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:naga_stone for public static net.minecraft.block.Block twilightforest.block.TFBlocks.naga_stone. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:knightmetal_leggings for public static net.minecraft.item.Item twilightforest.item.TFItems.knightmetal_leggings. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:gas_lift for public static net.minecraft.block.Block me.desht.pneumaticcraft.common.block.Blockss.GAS_LIFT. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:fake_ice for public static net.minecraft.block.Block me.desht.pneumaticcraft.common.block.Blockss.FAKE_ICE. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup immersiveengineering:tool for private static net.minecraft.item.Item me.desht.pneumaticcraft.common.thirdparty.ModdedWrenchUtils.IMMERSIVE_TOOL. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:castle_pillar for public static net.minecraft.block.Block twilightforest.block.TFBlocks.castle_pillar. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:elevator_rising_stop for public static net.minecraft.util.SoundEvent me.desht.pneumaticcraft.lib.Sounds.ELEVATOR_STOP. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:steel_carpentersaw for public static betterwithaddons.item.rbdtools.ItemCarpenterSaw betterwithaddons.item.ModItems.STEEL_CARPENTER_SAW. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:tea_powder for public static betterwithaddons.item.ItemTea betterwithaddons.item.ModItems.TEA_POWDER. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:capacitor for public static net.minecraft.item.Item me.desht.pneumaticcraft.common.item.Itemss.CAPACITOR. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:food_clownfish_cooked for public static net.minecraft.item.ItemFood betterwithaddons.item.ModItems.COOKED_CLOWNFISH. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:fiery_helmet for public static net.minecraft.item.Item twilightforest.item.TFItems.fiery_helmet. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:logistic_frame_active_provider for public static net.minecraft.item.Item me.desht.pneumaticcraft.common.item.Itemss.LOGISTICS_FRAME_ACTIVE_PROVIDER. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup cookingforblockheads:milk_jar for public static net.minecraft.block.Block net.blay09.mods.cookingforblockheads.block.ModBlocks.milkJar. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:ice_bomb for public static net.minecraft.item.Item twilightforest.item.TFItems.ice_bomb. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup buildcraftcore:wrench for private static net.minecraft.item.Item me.desht.pneumaticcraft.common.thirdparty.ModdedWrenchUtils.BC_WRENCH. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup enderio:block_fused_quartz for private static net.minecraft.block.Block nmd.primal.core.common.compat.mods.EIOCompat.EIO_FUSED_QUARTZ. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:cherrybox for public static betterwithaddons.block.EriottoMod.BlockCherryBox betterwithaddons.block.ModBlocks.CHERRY_BOX. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup cookingforblockheads:counter for public static net.minecraft.block.Block net.blay09.mods.cookingforblockheads.block.ModBlocks.counter. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:vortex_tube for public static net.minecraft.block.Block me.desht.pneumaticcraft.common.block.Blockss.VORTEX_TUBE. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:dark_forest_center for public static net.minecraft.world.biome.Biome twilightforest.biomes.TFBiomes.darkForestCenter. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:firefly_jar for public static net.minecraft.block.Block twilightforest.block.TFBlocks.firefly_jar. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:gun_ammo_explosive for public static net.minecraft.item.Item me.desht.pneumaticcraft.common.item.Itemss.GUN_AMMO_EXPLOSIVE. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:ingot_iron_compressed for public static net.minecraft.item.Item me.desht.pneumaticcraft.common.item.Itemss.INGOT_IRON_COMPRESSED. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup harvestcraft:pamcinnamon for public static net.minecraft.block.Block betterwithmods.module.compat.Harvestcraft.logCinnamon. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup buildinggadgets:templatemanager for public static com.direwolf20.buildinggadgets.common.blocks.templatemanager.TemplateManager com.direwolf20.buildinggadgets.common.blocks.ModBlocks.templateManager. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:giant_leaves for public static net.minecraft.block.Block twilightforest.block.TFBlocks.giant_leaves. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup primal_tech:fibre_torch for private static net.minecraft.block.Block nmd.primal.core.common.compat.mods.PTCompat.PT_UNLIT_TORCH. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup ironchest:iron_shulker_box_green for public static cpw.mods.ironchest.common.blocks.shulker.BlockIronShulkerBox cpw.mods.ironchest.common.core.IronChestBlocks.ironShulkerBoxGreenBlock. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:log_luretree_face for public static betterwithaddons.block.BlockLureTree betterwithaddons.block.ModBlocks.LURETREE_FACE. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:twilight_plant for public static net.minecraft.block.Block twilightforest.block.TFBlocks.twilight_plant. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:greatbow for public static betterwithaddons.item.ItemGreatbow betterwithaddons.item.ModItems.GREATBOW. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:fiery_boots for public static net.minecraft.item.Item twilightforest.item.TFItems.fiery_boots. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:logistic_drone for public static net.minecraft.item.Item me.desht.pneumaticcraft.common.item.Itemss.LOGISTICS_DRONE. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:steel_machete for public static betterwithaddons.item.rbdtools.ItemMachete betterwithaddons.item.ModItems.STEEL_MACHETE. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup betterwithmods:block.mechanical.overpower for public static net.minecraft.util.SoundEvent betterwithmods.common.BWSounds.MECHANICAL_OVERPOWER. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:twilight_leaves for public static net.minecraft.block.Block twilightforest.block.TFBlocks.twilight_leaves. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:pneumatic_crusher for public static net.minecraft.util.SoundEvent me.desht.pneumaticcraft.lib.Sounds.PNEUMATIC_CRUSHER_SOUND. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:triple_bow for public static net.minecraft.item.Item twilightforest.item.TFItems.triple_bow. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:thornlands for public static net.minecraft.world.biome.Biome twilightforest.biomes.TFBiomes.thornlands. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:castle_door for public static net.minecraft.item.Item twilightforest.item.TFItems.castle_door. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:logistic_frame_storage for public static net.minecraft.item.Item me.desht.pneumaticcraft.common.item.Itemss.LOGISTICS_FRAME_STORAGE. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup minecraft:itemstack for public static org.cyclops.commoncapabilities.api.ingredient.IngredientComponent org.cyclops.commoncapabilities.api.ingredient.IngredientComponent.ITEMSTACK. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup ironchest:iron_shulker_box_blue for public static cpw.mods.ironchest.common.items.shulker.ItemIronShulkerBox cpw.mods.ironchest.common.core.IronChestBlocks.ironShulkerBoxBlueItemBlock. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:pneumatic_door for public static net.minecraft.block.Block me.desht.pneumaticcraft.common.block.Blockss.PNEUMATIC_DOOR. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:gun_ammo_ap for public static net.minecraft.item.Item me.desht.pneumaticcraft.common.item.Itemss.GUN_AMMO_ARMOR_PIERCING. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup storagedrawers:trim for public static com.jaquadro.minecraft.storagedrawers.block.BlockTrim com.jaquadro.minecraft.storagedrawers.core.ModBlocks.trim. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup buildinggadgets:constructionpastecontainert2 for public static com.direwolf20.buildinggadgets.common.items.pastes.ConstructionPasteContainer com.direwolf20.buildinggadgets.common.items.ModItems.constructionPasteContainert2. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup buildinggadgets:template for public static com.direwolf20.buildinggadgets.common.items.Template com.direwolf20.buildinggadgets.common.items.ModItems.template. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup immersiveengineering:seed for public static net.minecraft.item.Item betterwithmods.module.compat.immersiveengineering.ImmersiveEngineering.HEMP_SEED. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup buildinggadgets:copypastetool for public static com.direwolf20.buildinggadgets.common.items.gadgets.GadgetCopyPaste com.direwolf20.buildinggadgets.common.items.ModItems.gadgetCopyPaste. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup betterwithmods:mud for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.BWMCompat.BWM_somethinghere. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:programming_puzzle for public static net.minecraft.item.Item me.desht.pneumaticcraft.common.item.Itemss.PROGRAMMING_PUZZLE. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup scannable:module_ore_rare for public static net.minecraft.item.Item li.cil.scannable.common.init.Items.moduleOreRare. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:chest_samurai for public static betterwithaddons.item.ItemSamuraiArmor betterwithaddons.item.ModItems.SAMURAI_CHESTPLATE. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:elevator_caller for public static net.minecraft.block.Block me.desht.pneumaticcraft.common.block.Blockss.ELEVATOR_CALLER. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup antiqueatlas:antique_atlas for public static net.minecraft.item.Item hunternif.mc.atlas.api.AtlasAPI.ATLAS_ITEM. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:pcb_block for public static betterwithaddons.block.BetterRedstone.BlockPCB betterwithaddons.block.ModBlocks.PCB_BLOCK. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup compactmachines3:tunnel for public static org.dave.compactmachines3.block.BlockTunnel org.dave.compactmachines3.init.Blockss.tunnel. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup buildinggadgets:constructionpastecontainer for public static com.direwolf20.buildinggadgets.common.items.pastes.ConstructionPasteContainer com.direwolf20.buildinggadgets.common.items.ModItems.constructionPasteContainer. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:food_meatballs for public static net.minecraft.item.ItemFood betterwithaddons.item.ModItems.MEATBALLS. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:monument for public static betterwithaddons.item.ItemMonument betterwithaddons.item.ModItems.MONUMENT. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:stop_worm for public static net.minecraft.item.Item me.desht.pneumaticcraft.common.item.Itemss.STOP_WORM. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup thebetweenlands:weedwood for private static net.minecraft.block.Block nmd.primal.core.common.compat.mods.BNLCompat.BNL_WEEDWOOD. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:pressure_tube for public static net.minecraft.block.Block me.desht.pneumaticcraft.common.block.Blockss.PRESSURE_TUBE. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup immersiveengineering:wooden_device0 for public static net.minecraft.block.Block nmd.primal.core.common.init.ModCompat.IE_WOOD_DEVICE_0. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup ironchest:iron_shulker_box_pink for public static cpw.mods.ironchest.common.blocks.shulker.BlockIronShulkerBox cpw.mods.ironchest.common.core.IronChestBlocks.ironShulkerBoxPinkBlock. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup ironchest:iron_shulker_box_black for public static cpw.mods.ironchest.common.blocks.shulker.BlockIronShulkerBox cpw.mods.ironchest.common.core.IronChestBlocks.ironShulkerBoxBlackBlock. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:whitebrick for public static betterwithaddons.block.BlockWhiteBrick betterwithaddons.block.ModBlocks.WHITE_BRICK. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup dynamictrees:darkoakbranch for private static net.minecraft.block.Block nmd.primal.core.common.compat.mods.DynamicTreesCompat.DYNTREE_BRANCH_DARK_OAK. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:castle_brick for public static net.minecraft.block.Block twilightforest.block.TFBlocks.castle_brick. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:castle_door for public static net.minecraft.block.Block twilightforest.block.TFBlocks.castle_door. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup cookingforblockheads:kitchen_floor for public static net.minecraft.block.Block net.blay09.mods.cookingforblockheads.block.ModBlocks.kitchenFloor. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:food_sashimi for public static net.minecraft.item.ItemFood betterwithaddons.item.ModItems.SASHIMI. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:magic_map_focus for public static net.minecraft.item.Item twilightforest.item.TFItems.magic_map_focus. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:magician for public static WayofTime.bloodmagic.orb.BloodOrb WayofTime.bloodmagic.core.RegistrarBloodMagic.ORB_MAGICIAN. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup storagedrawers:compdrawers for public static com.jaquadro.minecraft.storagedrawers.block.BlockCompDrawers com.jaquadro.minecraft.storagedrawers.core.ModBlocks.compDrawers. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup betterwithmods:block.metal.hacksaw for public static net.minecraft.util.SoundEvent betterwithmods.common.BWSounds.METAL_HACKSAW. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:steeleaf_pickaxe for public static net.minecraft.item.Item twilightforest.item.TFItems.steeleaf_pickaxe. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:cinder_furnace for public static net.minecraft.block.Block twilightforest.block.TFBlocks.cinder_furnace. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup betterwithmods:block.metal.chime for public static net.minecraft.util.SoundEvent betterwithmods.common.BWSounds.METALCHIME. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:nagastone_stairs for public static net.minecraft.block.Block twilightforest.block.TFBlocks.nagastone_stairs. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:raw_venison for public static net.minecraft.item.Item twilightforest.item.TFItems.raw_venison. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:yeti_boots for public static net.minecraft.item.Item twilightforest.item.TFItems.yeti_boots. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:sapling_mulberry for public static betterwithaddons.block.BlockModSapling betterwithaddons.block.ModBlocks.MULBERRY_SAPLING. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup thebetweenlands:items_misc for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.BNLCompat.BNL_MISC_ITEMS. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:castle_stairs_worn for public static net.minecraft.block.Block twilightforest.block.TFBlocks.castle_stairs_worn. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup dynamictrees:acaciabranch for private static net.minecraft.block.Block nmd.primal.core.common.compat.mods.DynamicTreesCompat.DYNTREE_BRANCH_ACACIA. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:trollsteinn for public static net.minecraft.block.Block twilightforest.block.TFBlocks.trollsteinn. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:alchemical_dragon for public static betterwithaddons.block.BlockAlchDragon betterwithaddons.block.ModBlocks.ALCHEMICAL_DRAGON. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:steeleaf_hoe for public static net.minecraft.item.Item twilightforest.item.TFItems.steeleaf_hoe. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup ironchest:iron_shulker_box_red for public static cpw.mods.ironchest.common.blocks.shulker.BlockIronShulkerBox cpw.mods.ironchest.common.core.IronChestBlocks.ironShulkerBoxRedBlock. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup ironchest:iron_shulker_box_black for public static cpw.mods.ironchest.common.items.shulker.ItemIronShulkerBox cpw.mods.ironchest.common.core.IronChestBlocks.ironShulkerBoxBlackItemBlock. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup simpleplanes:oak for public static xyz.przemyk.simpleplanes.PlaneMaterial xyz.przemyk.simpleplanes.setup.SimplePlanesMaterials.OAK. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:twilight_portal for public static net.minecraft.block.Block twilightforest.block.TFBlocks.portal. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:thorn_rose for public static betterwithaddons.block.BlockThornRose betterwithaddons.block.ModBlocks.THORN_ROSE. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:air_cannon for public static net.minecraft.util.SoundEvent me.desht.pneumaticcraft.lib.Sounds.CANNON_SOUND. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup storagedrawers:framingtable for public static com.jaquadro.minecraft.storagedrawers.block.BlockFramingTable com.jaquadro.minecraft.storagedrawers.core.ModBlocks.framingTable. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:auroralized_glass for public static net.minecraft.block.Block twilightforest.block.TFBlocks.auroralized_glass. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:assembly_laser for public static net.minecraft.block.Block me.desht.pneumaticcraft.common.block.Blockss.ASSEMBLY_LASER. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:kerosene_lamp for public static net.minecraft.block.Block me.desht.pneumaticcraft.common.block.Blockss.KEROSENE_LAMP. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:naga_chestplate for public static net.minecraft.item.Item twilightforest.item.TFItems.naga_chestplate. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:master for public static WayofTime.bloodmagic.orb.BloodOrb WayofTime.bloodmagic.core.RegistrarBloodMagic.ORB_MASTER. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:twilight_log for public static net.minecraft.block.Block twilightforest.block.TFBlocks.twilight_log. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup dynamictrees:oakbranch for private static net.minecraft.block.Block nmd.primal.core.common.compat.mods.DynamicTreesCompat.DYNTREE_BRANCH_OAK. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup cyberware:shades for public static net.minecraft.item.Item nmd.primal.core.common.init.ModCompat.CBR_SHADES_SQUARE. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:logistic_frame_passive_provider for public static net.minecraft.item.Item me.desht.pneumaticcraft.common.item.Itemss.LOGISTICS_FRAME_PASSIVE_PROVIDER. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:magic_map_empty for public static net.minecraft.item.Item twilightforest.item.TFItems.magic_map_empty. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:pressure_chamber_glass for public static net.minecraft.block.Block me.desht.pneumaticcraft.common.block.Blockss.PRESSURE_CHAMBER_GLASS. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup enderio:block_enlightened_fused_quartz for private static net.minecraft.block.Block nmd.primal.core.common.compat.mods.EIOCompat.EIO_ENLIGHTENED_QUARTZ. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup enderio:item_material for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.EIOCompat.EIO_MATERIAL. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:miniature_structure for public static net.minecraft.block.Block twilightforest.block.TFBlocks.miniature_structure. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:pneumatic_dynamo for public static net.minecraft.block.Block me.desht.pneumaticcraft.common.block.Blockss.PNEUMATIC_DYNAMO. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:ore_meter for public static net.minecraft.item.Item twilightforest.item.TFItems.ore_meter. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:ironwood_raw for public static net.minecraft.item.Item twilightforest.item.TFItems.ironwood_raw. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:diamond_kukri for public static betterwithaddons.item.rbdtools.ItemKukri betterwithaddons.item.ModItems.DIAMOND_KUKRI. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup cookingforblockheads:toaster for public static net.minecraft.block.Block net.blay09.mods.cookingforblockheads.block.ModBlocks.toaster. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup thebetweenlands:log_hearthgrove for private static net.minecraft.block.Block nmd.primal.core.common.compat.mods.BNLCompat.BNL_LOG_HEARTHGROVE. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup storagedrawers:drawer_key for public static com.jaquadro.minecraft.storagedrawers.item.ItemDrawerKey com.jaquadro.minecraft.storagedrawers.core.ModItems.drawerKey. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:turbine_blade for public static net.minecraft.item.Item me.desht.pneumaticcraft.common.item.Itemss.TURBINE_BLADE. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:mushroom_forest for public static net.minecraft.world.biome.Biome twilightforest.biomes.TFBiomes.mushrooms. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup betterwithmods:slow_fall for public static net.minecraft.potion.Potion betterwithmods.common.BWRegistry.POTION_SLOWFALL. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup cyclicmagic:boomerang for public static net.minecraft.item.Item com.lothrazar.cyclicmagic.item.boomerang.EntityBoomerang.boomerangItem. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:castle_stairs_brick for public static net.minecraft.block.Block twilightforest.block.TFBlocks.castle_stairs_brick. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:crop_rice for public static betterwithaddons.block.EriottoMod.BlockCropRice betterwithaddons.block.ModBlocks.RICE. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:world_scale_ore for public static betterwithaddons.block.BlockWorldScaleOre betterwithaddons.block.ModBlocks.WORLD_SCALE_ORE. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:minigun_stop for public static net.minecraft.util.SoundEvent me.desht.pneumaticcraft.lib.Sounds.MINIGUN_STOP. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup ceramics:clay_barrel_unfired for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.CeramicsCompat.CERAMICS_UNFIRED_CLAY_BARREL. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:crate for public static betterwithaddons.item.ItemMaterial betterwithaddons.item.ModItems.MATERIAL_CRATE. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:fiery_tears for public static net.minecraft.item.Item twilightforest.item.TFItems.fiery_tears. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:block_and_chain for public static net.minecraft.item.Item twilightforest.item.TFItems.block_and_chain. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup trumpetskeleton:entity.parrot.imitate.trumpet_skeleton for public static net.minecraft.util.SoundEvent com.jamieswhiteshirt.trumpetskeleton.common.TrumpetSkeletonSoundEvents.E_PARROT_IM_TRUMPET_SKELETON. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup minecraft:energy for public static org.cyclops.commoncapabilities.api.ingredient.IngredientComponent org.cyclops.commoncapabilities.api.ingredient.IngredientComponent.ENERGY. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup scannable:module_range for public static net.minecraft.item.Item li.cil.scannable.common.init.Items.moduleRange. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup thebetweenlands:items_crushed for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.BNLCompat.BNL_ITEMS_CRUSHED. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:kera for public static betterwithaddons.block.EriottoMod.BlockKera betterwithaddons.block.ModBlocks.KERA. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:twilight_lake for public static net.minecraft.world.biome.Biome twilightforest.biomes.TFBiomes.tfLake. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:rail_rusted for public static betterwithaddons.block.BlockRustyRail betterwithaddons.block.ModBlocks.RUSTY_RAIL. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:twilight_sapling for public static net.minecraft.block.BlockBush twilightforest.block.TFBlocks.twilight_sapling. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup farmingforblockheads:fertilized_farmland_healthy for public static net.minecraft.block.Block net.blay09.mods.farmingforblockheads.block.ModBlocks.fertilizedFarmlandHealthy. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:electrified for public static betterwithaddons.potion.effects.EffectElectrified betterwithaddons.potion.ModPotions.electrified. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:peacock_fan for public static net.minecraft.item.Item twilightforest.item.TFItems.peacock_fan. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:tatami_full for public static betterwithaddons.block.EriottoMod.BlockTatami betterwithaddons.block.ModBlocks.TATAMI_RECESSED. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup storagedrawers:upgrade_one_stack for public static com.jaquadro.minecraft.storagedrawers.item.ItemUpgrade com.jaquadro.minecraft.storagedrawers.core.ModItems.upgradeOneStack. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:spiral_bricks for public static net.minecraft.block.Block twilightforest.block.TFBlocks.spiral_bricks. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:pressure_chamber_interface for public static net.minecraft.block.Block me.desht.pneumaticcraft.common.block.Blockss.PRESSURE_CHAMBER_INTERFACE. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup thebetweenlands:log_weedwood for private static net.minecraft.block.Block nmd.primal.core.common.compat.mods.BNLCompat.BNL_LOG_WEEDWOOD. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:pavement for public static betterwithaddons.block.BlockPavement betterwithaddons.block.ModBlocks.PAVEMENT. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:liquid_compressor for public static net.minecraft.block.Block me.desht.pneumaticcraft.common.block.Blockss.LIQUID_COMPRESSOR. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup trumpetskeleton:entity.trumpet_skeleton.ambient for public static net.minecraft.util.SoundEvent com.jamieswhiteshirt.trumpetskeleton.common.TrumpetSkeletonSoundEvents.ENTITY_TRUMPET_SKELETON_AMBIENT. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:pressure_chamber_valve for public static net.minecraft.block.Block me.desht.pneumaticcraft.common.block.Blockss.PRESSURE_CHAMBER_VALVE. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup thebetweenlands:bl_bucket_rubber for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.BNLCompat.BNL_BUCKET_RUBBER. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:fiery_sword for public static net.minecraft.item.Item twilightforest.item.TFItems.fiery_sword. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup storagedrawers:upgrade_creative for public static com.jaquadro.minecraft.storagedrawers.item.ItemUpgradeCreative com.jaquadro.minecraft.storagedrawers.core.ModItems.upgradeCreative. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:unassembled_pcb for public static net.minecraft.item.Item me.desht.pneumaticcraft.common.item.Itemss.UNASSEMBLED_PCB. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:legs_samurai for public static betterwithaddons.item.ItemSamuraiArmor betterwithaddons.item.ModItems.SAMURAI_LEGGINGS. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup thaumcraft:nugget for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.ThaumCompat.THA_NUGGET. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:universal_sensor for public static net.minecraft.block.Block me.desht.pneumaticcraft.common.block.Blockss.UNIVERSAL_SENSOR. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup bibliocraft:framingsheet for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.BiblioCompat.BIBLIO_FRAMING_SHEET. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:arctic_leggings for public static net.minecraft.item.Item twilightforest.item.TFItems.arctic_leggings. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:diamond_machete for public static betterwithaddons.item.rbdtools.ItemMachete betterwithaddons.item.ModItems.DIAMOND_MACHETE. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:tatami for public static betterwithaddons.block.EriottoMod.BlockTatami betterwithaddons.block.ModBlocks.TATAMI. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup ironbackpacks:diamond for public static gr8pefish.ironbackpacks.api.backpack.variant.BackpackType gr8pefish.ironbackpacks.core.RegistrarIronBackpacks.PACK_DIAMOND. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:amadron_tablet for public static net.minecraft.item.Item me.desht.pneumaticcraft.common.item.Itemss.AMADRON_TABLET. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:shield_scepter for public static net.minecraft.item.Item twilightforest.item.TFItems.shield_scepter. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup harvestcraft:fishtrapbaititem for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.PamsCompat.PAMS_FISH_TRAP_BAIT. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup thaumcraft:cluster for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.ThaumCompat.THA_CLUSTER. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:boots_paper for public static betterwithaddons.item.ItemPaperArmor betterwithaddons.item.ModItems.PAPER_BOOTS. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:ironwood_boots for public static net.minecraft.item.Item twilightforest.item.TFItems.ironwood_boots. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup storagenetwork:upgrade for public static mrriegel.storagenetwork.item.ItemUpgrade mrriegel.storagenetwork.registry.ModItems.upgrade. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:pneumatic_cylinder for public static net.minecraft.item.Item me.desht.pneumaticcraft.common.item.Itemss.PNEUMATIC_CYLINDER. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:steeleaf_sword for public static net.minecraft.item.Item twilightforest.item.TFItems.steeleaf_sword. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:oak_savannah for public static net.minecraft.world.biome.Biome twilightforest.biomes.TFBiomes.oakSavanna. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:transformation_powder for public static net.minecraft.item.Item twilightforest.item.TFItems.transformation_powder. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup ironchest:iron_shulker_box_brown for public static cpw.mods.ironchest.common.items.shulker.ItemIronShulkerBox cpw.mods.ironchest.common.core.IronChestBlocks.ironShulkerBoxBrownItemBlock. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:gold_machete for public static betterwithaddons.item.rbdtools.ItemMachete betterwithaddons.item.ModItems.GOLD_MACHETE. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:sentry_turret for public static net.minecraft.block.Block me.desht.pneumaticcraft.common.block.Blockss.SENTRY_TURRET. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:firefly_forest for public static net.minecraft.world.biome.Biome twilightforest.biomes.TFBiomes.fireflyForest. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:elevator_base for public static net.minecraft.block.Block me.desht.pneumaticcraft.common.block.Blockss.ELEVATOR_BASE. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:mazebreaker_pickaxe for public static net.minecraft.item.Item twilightforest.item.TFItems.mazebreaker_pickaxe. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup harvestcraft:anchovyrawitem for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.PamsCompat.PAMS_FISH_RAW_ANCHOVY. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:phantom_chestplate for public static net.minecraft.item.Item twilightforest.item.TFItems.phantom_chestplate. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup cookingforblockheads:sink for public static net.minecraft.block.Block net.blay09.mods.cookingforblockheads.block.ModBlocks.sink. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:vacuum_pump for public static net.minecraft.block.Block me.desht.pneumaticcraft.common.block.Blockss.VACUUM_PUMP. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:fiery_blood for public static net.minecraft.item.Item twilightforest.item.TFItems.fiery_blood. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:zombie_scepter for public static net.minecraft.item.Item twilightforest.item.TFItems.zombie_scepter. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:leaves_mulberry for public static betterwithaddons.block.BlockModLeaves betterwithaddons.block.ModBlocks.MULBERRY_LEAVES. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:zen_ironsand for public static betterwithaddons.block.EriottoMod.BlockZenSand betterwithaddons.block.ModBlocks.ZEN_IRON_SAND. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup betterwithmods:block.millstone.netherrack for public static net.minecraft.util.SoundEvent betterwithmods.common.BWSounds.MILLSTONE_NETHERRACK. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:fusuma for public static betterwithaddons.block.BlockFusumaPainted betterwithaddons.block.ModBlocks.FUSUMA. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup baubles:ring for private static net.minecraft.item.Item me.desht.pneumaticcraft.common.tileentity.TileEntityAerialInterface.BAUBLES_RING. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:bag for public static betterwithaddons.item.ItemMaterial betterwithaddons.item.ModItems.MATERIAL_BAG. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:plastic_mixer for public static net.minecraft.block.Block me.desht.pneumaticcraft.common.block.Blockss.PLASTIC_MIXER. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:greatarrow_destruction for public static betterwithaddons.item.ItemGreatarrow betterwithaddons.item.ModItems.GREATARROW_DESTRUCTION. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:cooked_meef for public static net.minecraft.item.Item twilightforest.item.TFItems.cooked_meef. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:helmet_samurai for public static betterwithaddons.item.ItemSamuraiArmor betterwithaddons.item.ModItems.SAMURAI_HELMET. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:boots_samurai for public static betterwithaddons.item.ItemSamuraiArmor betterwithaddons.item.ModItems.SAMURAI_BOOTS. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:ore_magnet for public static net.minecraft.item.Item twilightforest.item.TFItems.ore_magnet. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup cookingforblockheads:cabinet for public static net.minecraft.block.Block net.blay09.mods.cookingforblockheads.block.ModBlocks.wallCounter. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:ancestry_bottle for public static betterwithaddons.item.ItemAncestryBottle betterwithaddons.item.ModItems.ANCESTRY_BOTTLE. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:twilight_glacier for public static net.minecraft.world.biome.Biome twilightforest.biomes.TFBiomes.glacier. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:castle_stairs for public static net.minecraft.block.Block twilightforest.block.TFBlocks.castle_stairs. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup modularrouters:blank_upgrade for public static me.desht.modularrouters.item.ItemBase me.desht.modularrouters.core.RegistrarMR.BLANK_UPGRADE. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:food_fugu_sac for public static net.minecraft.item.ItemFood betterwithaddons.item.ModItems.FUGU_SAC. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:heat_frame for public static net.minecraft.item.Item me.desht.pneumaticcraft.common.item.Itemss.HEAT_FRAME. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup ironchest:iron_chest for public static net.minecraft.item.Item cpw.mods.ironchest.common.core.IronChestBlocks.ironChestItemBlock. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:cinder_furnace_lit for public static net.minecraft.block.Block twilightforest.block.TFBlocks.cinder_furnace_lit. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:diamond_masonpick for public static betterwithaddons.item.rbdtools.ItemMasonPick betterwithaddons.item.ModItems.DIAMOND_MASON_PICK. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup storagedrawers:upgrade_template for public static net.minecraft.item.Item com.jaquadro.minecraft.storagedrawers.core.ModItems.upgradeTemplate. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup primal_tech:fibre_torch_lit for private static net.minecraft.block.Block nmd.primal.core.common.compat.mods.PTCompat.PT_LIT_TORCH. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:dark_leaves for public static net.minecraft.block.Block twilightforest.block.TFBlocks.dark_leaves. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:yeti_leggings for public static net.minecraft.item.Item twilightforest.item.TFItems.yeti_leggings. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup cyberware:cybereyes for public static net.minecraft.item.Item nmd.primal.core.common.init.ModCompat.CBR_CYBER_EYES. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:twilight_scepter for public static net.minecraft.item.Item twilightforest.item.TFItems.twilight_scepter. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup compactmachines3:redstonetunnel for public static org.dave.compactmachines3.block.BlockRedstoneTunnel org.dave.compactmachines3.init.Blockss.redstoneTunnel. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:charm_of_life_2 for public static net.minecraft.item.Item twilightforest.item.TFItems.charm_of_life_2. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:turbine_rotor for public static net.minecraft.item.Item me.desht.pneumaticcraft.common.item.Itemss.TURBINE_ROTOR. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup enderio:item_alloy_ingot for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.EIOCompat.EIO_INGOT. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:spindle for public static betterwithaddons.block.BlockSpindle betterwithaddons.block.ModBlocks.SPINDLE. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:pcb_wire for public static betterwithaddons.block.BetterRedstone.BlockWirePCB betterwithaddons.block.ModBlocks.PCB_WIRE. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup simpleplanes:plane_loop for public static net.minecraft.util.SoundEvent xyz.przemyk.simpleplanes.setup.SimplePlanesSounds.PLANE_LOOP. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup compactmachines3:psd for public static org.dave.compactmachines3.item.ItemPersonalShrinkingDevice org.dave.compactmachines3.init.Itemss.psd. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup ironchest:iron_shulker_box_yellow for public static cpw.mods.ironchest.common.items.shulker.ItemIronShulkerBox cpw.mods.ironchest.common.core.IronChestBlocks.ironShulkerBoxYellowItemBlock. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:cube_of_annihilation for public static net.minecraft.item.Item twilightforest.item.TFItems.cube_of_annihilation. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:wool for public static betterwithaddons.item.ItemColored betterwithaddons.item.ModItems.WOOL. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:etched_nagastone_weathered for public static net.minecraft.block.Block twilightforest.block.TFBlocks.etched_nagastone_weathered. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:glass_sword for public static net.minecraft.item.Item twilightforest.item.TFItems.glass_sword. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup betterwithmods:entity.player.oof for public static net.minecraft.util.SoundEvent betterwithmods.common.BWSounds.OOF. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup ironchest:iron_shulker_box_cyan for public static cpw.mods.ironchest.common.items.shulker.ItemIronShulkerBox cpw.mods.ironchest.common.core.IronChestBlocks.ironShulkerBoxCyanItemBlock. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:fire_jet for public static net.minecraft.block.Block twilightforest.block.TFBlocks.fire_jet. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:food_bowl_rice for public static net.minecraft.item.ItemFood betterwithaddons.item.ModItems.RICE_BOWL. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:world_scale_active for public static betterwithaddons.block.BlockWorldScaleActive betterwithaddons.block.ModBlocks.WORLD_SCALE_ACTIVE. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup storagenetwork:request for public static mrriegel.storagenetwork.block.request.BlockRequest mrriegel.storagenetwork.registry.ModBlocks.request. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:steel_spade for public static betterwithaddons.item.rbdtools.ItemSpade betterwithaddons.item.ModItems.STEEL_SPADE. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup enderio:item_alloy_nugget for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.EIOCompat.EIO_NUGGET. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:thermal_compressor for public static net.minecraft.block.Block me.desht.pneumaticcraft.common.block.Blockss.THERMAL_COMPRESSOR. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:leafpile_sakura for public static betterwithaddons.block.EriottoMod.BlockCherryLeafPile betterwithaddons.block.ModBlocks.SAKURA_LEAFPILE. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup ceramics:clay_soft for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.CeramicsCompat.CERAMICS_UNFIRED_PORCELAIN. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup dynamictrees:junglebranch for private static net.minecraft.block.Block nmd.primal.core.common.compat.mods.DynamicTreesCompat.DYNTREE_BRANCH_JUNGLE. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:knightmetal_pickaxe for public static net.minecraft.item.Item twilightforest.item.TFItems.knightmetal_pickaxe. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup farmingforblockheads:fertilized_farmland_stable for public static net.minecraft.block.Block net.blay09.mods.farmingforblockheads.block.ModBlocks.fertilizedFarmlandStable. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:gold_spade for public static betterwithaddons.item.rbdtools.ItemSpade betterwithaddons.item.ModItems.GOLD_SPADE. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup buildinggadgets:buildingtool for public static com.direwolf20.buildinggadgets.common.items.gadgets.GadgetBuilding com.direwolf20.buildinggadgets.common.items.ModItems.gadgetBuilding. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup ic2:quantum_helmet for public static net.minecraft.item.Item nmd.primal.core.common.init.ModCompat.IC2_QUANTUM_HELMET. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:ironwood_shovel for public static net.minecraft.item.Item twilightforest.item.TFItems.ironwood_shovel. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup buildinggadgets:constructionblock_dense for public static com.direwolf20.buildinggadgets.common.blocks.ConstructionBlockDense com.direwolf20.buildinggadgets.common.blocks.ModBlocks.constructionBlockDense. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:fiery_ingot for public static net.minecraft.item.Item twilightforest.item.TFItems.fiery_ingot. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:iron_spade for public static betterwithaddons.item.rbdtools.ItemSpade betterwithaddons.item.ModItems.IRON_SPADE. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:crop_support for public static net.minecraft.item.Item me.desht.pneumaticcraft.common.item.Itemss.CROP_SUPPORT. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup cookingforblockheads:cooking_table for public static net.minecraft.block.Block net.blay09.mods.cookingforblockheads.block.ModBlocks.cookingTable. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup modularrouters:augment for public static me.desht.modularrouters.item.augment.ItemAugment me.desht.modularrouters.core.RegistrarMR.AUGMENT. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:helmet_hack_finish for public static net.minecraft.util.SoundEvent me.desht.pneumaticcraft.lib.Sounds.HELMET_HACK_FINISH. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:food_mushroom_baked for public static net.minecraft.item.ItemFood betterwithaddons.item.ModItems.BAKED_MUSHROOM. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup chisel:ironpane for private static net.minecraft.block.Block me.desht.pneumaticcraft.common.tileentity.TileEntityElectrostaticCompressor.CHISELED_BARS. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:rope_sideways for public static betterwithaddons.block.BlockRopeSideways betterwithaddons.block.ModBlocks.ROPE_SIDEWAYS. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:force_field for public static net.minecraft.block.Block twilightforest.block.TFBlocks.force_field. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:wet_soap for public static betterwithaddons.block.BlockSoap betterwithaddons.block.ModBlocks.WET_SOAP. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup ironbackpacks:gold for public static gr8pefish.ironbackpacks.api.backpack.variant.BackpackType gr8pefish.ironbackpacks.core.RegistrarIronBackpacks.PACK_GOLD. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup cookingforblockheads:fruit_basket for public static net.minecraft.block.Block net.blay09.mods.cookingforblockheads.block.ModBlocks.fruitBasket. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:charm_of_life_1 for public static net.minecraft.item.Item twilightforest.item.TFItems.charm_of_life_1. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup harvestcraft:carprawitem for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.PamsCompat.PAMS_FISH_RAW_CARP. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:rope_post for public static betterwithaddons.block.BlockRopePost betterwithaddons.block.ModBlocks.ROPE_POST. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:armor_shard_cluster for public static net.minecraft.item.Item twilightforest.item.TFItems.armor_shard_cluster. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:aurora_pillar for public static net.minecraft.block.Block twilightforest.block.TFBlocks.aurora_pillar. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:banner_detector for public static betterwithaddons.block.BlockBannerDetector betterwithaddons.block.ModBlocks.BANNER_DETECTOR. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup buildinggadgets:effectblock for public static com.direwolf20.buildinggadgets.common.blocks.EffectBlock com.direwolf20.buildinggadgets.common.blocks.ModBlocks.effectBlock. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup storagenetwork:im_kabel for public static mrriegel.storagenetwork.block.cable.io.BlockCableIO mrriegel.storagenetwork.registry.ModBlocks.imKabel. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:ancestry_sand for public static betterwithaddons.block.EriottoMod.BlockAncestrySand betterwithaddons.block.ModBlocks.ANCESTRY_SAND. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup antiqueatlas:empty_antique_atlas for public static hunternif.mc.atlas.item.ItemEmptyAtlas hunternif.mc.atlas.RegistrarAntiqueAtlas.EMPTY_ATLAS. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:thorn_rose for public static net.minecraft.block.Block twilightforest.block.TFBlocks.thorn_rose. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:frosted for public static net.minecraft.potion.Potion twilightforest.potions.TFPotions.frosty. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup ironchest:iron_shulker_box_silver for public static cpw.mods.ironchest.common.items.shulker.ItemIronShulkerBox cpw.mods.ironchest.common.core.IronChestBlocks.ironShulkerBoxSilverItemBlock. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:heat_sink for public static net.minecraft.block.Block me.desht.pneumaticcraft.common.block.Blockss.HEAT_SINK. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:netted_screen for public static betterwithaddons.block.EriottoMod.BlockNettedScreen betterwithaddons.block.ModBlocks.NETTED_SCREEN. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup dungpipe:sewer_pipe for public static dungpipe.blocks.BlockSewerPipe dungpipe.DungPipe.SEWER_PIPE. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:steeleaf_axe for public static net.minecraft.item.Item twilightforest.item.TFItems.steeleaf_axe. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:transfer_gadget for public static net.minecraft.item.Item me.desht.pneumaticcraft.common.item.Itemss.TRANSFER_GADGET. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:maze_map_focus for public static net.minecraft.item.Item twilightforest.item.TFItems.maze_map_focus. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup harvestcraft:perchrawitem for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.PamsCompat.PAMS_FISH_RAW_PERCH. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:aphorism_tile for public static net.minecraft.block.Block me.desht.pneumaticcraft.common.block.Blockss.APHORISM_TILE. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:maze_map_empty for public static net.minecraft.item.Item twilightforest.item.TFItems.maze_map_empty. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:gun_ammo_incendiary for public static net.minecraft.item.Item me.desht.pneumaticcraft.common.item.Itemss.GUN_AMMO_INCENDIARY. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:adobe for public static betterwithaddons.block.BlockAdobe betterwithaddons.block.ModBlocks.ADOBE. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup cookingforblockheads:cutting_board for public static net.minecraft.block.Block net.blay09.mods.cookingforblockheads.block.ModBlocks.cuttingBoard. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:liquid_hopper for public static net.minecraft.block.Block me.desht.pneumaticcraft.common.block.Blockss.LIQUID_HOPPER. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup storagedrawers:upgrade_void for public static com.jaquadro.minecraft.storagedrawers.item.ItemUpgrade com.jaquadro.minecraft.storagedrawers.core.ModItems.upgradeVoid. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup nex:tilled_sand_soul for public static net.minecraft.block.Block nmd.primal.core.common.init.ModCompat.NEX_TILLED_SOUL_SAND. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:magic_leaves for public static net.minecraft.block.Block twilightforest.block.TFBlocks.magic_leaves. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:twilight_clearing for public static net.minecraft.world.biome.Biome twilightforest.biomes.TFBiomes.clearing. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:snowy_forest for public static net.minecraft.world.biome.Biome twilightforest.biomes.TFBiomes.snowy_forest. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:shoji for public static betterwithaddons.block.BlockModPane betterwithaddons.block.ModBlocks.SHOJI. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup storagedrawers:customtrim for public static com.jaquadro.minecraft.storagedrawers.block.BlockTrimCustom com.jaquadro.minecraft.storagedrawers.core.ModBlocks.customTrim. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:seeker_bow for public static net.minecraft.item.Item twilightforest.item.TFItems.seeker_bow. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:planks_mulberry for public static betterwithaddons.block.BlockModPlanks betterwithaddons.block.ModBlocks.MULBERRY_PLANKS. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup enderio:block_fused_glass for private static net.minecraft.block.Block nmd.primal.core.common.compat.mods.EIOCompat.EIO_FUSED_GLASS. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:twilight_leaves_3 for public static net.minecraft.block.Block twilightforest.block.TFBlocks.twilight_leaves_3. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:japanmat for public static betterwithaddons.item.ItemMaterial betterwithaddons.item.ModItems.MATERIAL_JAPAN. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup ironchest:iron_shulker_box_silver for public static cpw.mods.ironchest.common.blocks.shulker.BlockIronShulkerBox cpw.mods.ironchest.common.core.IronChestBlocks.ironShulkerBoxSilverBlock. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:block_storage for public static net.minecraft.item.Item twilightforest.item.TFItems.block_storage. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup bibliocraft:furniturepaneler for private static net.minecraft.block.Block nmd.primal.core.common.compat.mods.BiblioCompat.BIBLIO_FURNITURE_PANELER. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup ironbackpacks:close_backpack for public static net.minecraft.util.SoundEvent gr8pefish.ironbackpacks.core.RegistrarIronBackpacks.BACKPACK_CLOSE. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup enderio:item_yeta_wrench for private static net.minecraft.item.Item me.desht.pneumaticcraft.common.thirdparty.ModdedWrenchUtils.YETA_WRENCH. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:crop_rush for public static betterwithaddons.block.EriottoMod.BlockCropRush betterwithaddons.block.ModBlocks.RUSH. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup betterwithmods:true_sight for public static net.minecraft.potion.Potion betterwithmods.common.BWRegistry.POTION_TRUESIGHT. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:knightmetal_sword for public static net.minecraft.item.Item twilightforest.item.TFItems.knightmetal_sword. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:loom for public static betterwithaddons.block.BlockLoom betterwithaddons.block.ModBlocks.LOOM. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup ironchest:iron_shulker_box_white for public static cpw.mods.ironchest.common.items.shulker.ItemIronShulkerBox cpw.mods.ironchest.common.core.IronChestBlocks.ironShulkerBoxWhiteItemBlock. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup ironbackpacks:backpack for public static net.minecraft.item.Item gr8pefish.ironbackpacks.api.IronBackpacksAPI.BACKPACK_ITEM. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup farmingforblockheads:fertilizer for public static net.minecraft.item.Item net.blay09.mods.farmingforblockheads.item.ModItems.fertilizer. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:reinforced_air_canister for public static net.minecraft.item.Item me.desht.pneumaticcraft.common.item.Itemss.REINFORCED_AIR_CANISTER. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:log_mulberry for public static betterwithaddons.block.BlockModLog betterwithaddons.block.ModBlocks.MULBERRY_LOG. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:stone_base for public static net.minecraft.item.Item me.desht.pneumaticcraft.common.item.Itemss.STONE_BASE. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:blood_orb for private static net.minecraft.item.Item WayofTime.bloodmagic.core.registry.OrbRegistry.ORB_ITEM. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:food_carrot_cooked for public static net.minecraft.item.ItemFood betterwithaddons.item.ModItems.COOKED_CARROT. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup modularrouters:thud for public static net.minecraft.util.SoundEvent me.desht.modularrouters.core.RegistrarMR.SOUND_THUD. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:twilight_forest for public static net.minecraft.world.biome.Biome twilightforest.biomes.TFBiomes.twilightForest. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:magic_log_core for public static net.minecraft.block.Block twilightforest.block.TFBlocks.magic_log_core. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup ironchest:iron_shulker_box_gray for public static cpw.mods.ironchest.common.items.shulker.ItemIronShulkerBox cpw.mods.ironchest.common.core.IronChestBlocks.ironShulkerBoxGrayItemBlock. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:chute for public static betterwithaddons.block.BlockChute betterwithaddons.block.ModBlocks.CHUTE. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup cyberware:shades2 for public static net.minecraft.item.Item nmd.primal.core.common.init.ModCompat.CBR_SHADES_ROUND. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:steeleaf_helmet for public static net.minecraft.item.Item twilightforest.item.TFItems.steeleaf_helmet. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:slat for public static betterwithaddons.block.EriottoMod.BlockSlat betterwithaddons.block.ModBlocks.BAMBOO_SLATS. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup rftools:smartwrench for private static net.minecraft.item.Item me.desht.pneumaticcraft.common.thirdparty.ModdedWrenchUtils.SMART_WRENCH. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup ironchest:iron_shulker_box_light_blue for public static cpw.mods.ironchest.common.items.shulker.ItemIronShulkerBox cpw.mods.ironchest.common.core.IronChestBlocks.ironShulkerBoxLightBlueItemBlock. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:advanced_liquid_compressor for public static net.minecraft.block.Block me.desht.pneumaticcraft.common.block.Blockss.ADVANCED_LIQUID_COMPRESSOR. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup ironchest:iron_shulker_box_magenta for public static cpw.mods.ironchest.common.items.shulker.ItemIronShulkerBox cpw.mods.ironchest.common.core.IronChestBlocks.ironShulkerBoxMagentaItemBlock. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:pneumatic_boots for public static net.minecraft.item.Item me.desht.pneumaticcraft.common.item.Itemss.PNEUMATIC_BOOTS. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup compactmachines3:craftinghologram for public static org.dave.compactmachines3.block.BlockCraftingHologram org.dave.compactmachines3.init.Blockss.craftingHologram. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:drone for public static net.minecraft.item.Item me.desht.pneumaticcraft.common.item.Itemss.DRONE. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup harvestcraft:bassrawitem for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.PamsCompat.PAMS_FISH_RAW_BASS. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:remote for public static net.minecraft.item.Item me.desht.pneumaticcraft.common.item.Itemss.REMOTE. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:tower_wood for public static net.minecraft.block.Block twilightforest.block.TFBlocks.tower_wood. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup vanillafoodpantry:red_flint for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.VFPCompat.VFP_RED_FLINT. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:block_storage for public static net.minecraft.block.Block twilightforest.block.TFBlocks.block_storage. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup cookingforblockheads:heating_unit for public static net.minecraft.item.Item net.blay09.mods.cookingforblockheads.item.ModItems.heatingUnit. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup scannable:module_monster for public static net.minecraft.item.Item li.cil.scannable.common.init.Items.moduleMonster. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:food_egg_cooked for public static net.minecraft.item.ItemFood betterwithaddons.item.ModItems.COOKED_EGG. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup betterwithmods:block.wood.creak for public static net.minecraft.util.SoundEvent betterwithmods.common.BWSounds.WOODCREAK. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup quark:soul_sandstone for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.QuarkCompat.QUARK_SOUL_STONE. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:gold_masonpick for public static betterwithaddons.item.rbdtools.ItemMasonPick betterwithaddons.item.ModItems.GOLD_MASON_PICK. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:ironwood_chestplate for public static net.minecraft.item.Item twilightforest.item.TFItems.ironwood_chestplate. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:security_station for public static net.minecraft.block.Block me.desht.pneumaticcraft.common.block.Blockss.SECURITY_STATION. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:shinai for public static betterwithaddons.item.ItemShinai betterwithaddons.item.ModItems.SHINAI. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup ironchest:iron_shulker_box_blue for public static cpw.mods.ironchest.common.blocks.shulker.BlockIronShulkerBox cpw.mods.ironchest.common.core.IronChestBlocks.ironShulkerBoxBlueBlock. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup ironchest:iron_shulker_box_purple for public static cpw.mods.ironchest.common.items.shulker.ItemIronShulkerBox cpw.mods.ironchest.common.core.IronChestBlocks.ironShulkerBoxPurpleItemBlock. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup thebetweenlands:log_nibbletwig for private static net.minecraft.block.Block nmd.primal.core.common.compat.mods.BNLCompat.BNL_LOG_NIBBLETWIG. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:gun_ammo_freezing for public static net.minecraft.item.Item me.desht.pneumaticcraft.common.item.Itemss.GUN_AMMO_FREEZING. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:raven_feather for public static net.minecraft.item.Item twilightforest.item.TFItems.raven_feather. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup thebetweenlands:leaves_hearthgrove_tree for private static net.minecraft.block.Block nmd.primal.core.common.compat.mods.BNLCompat.BNL_LEAVES_HEARTHGROVE. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:lapis_block for public static net.minecraft.block.Block twilightforest.block.TFBlocks.lapis_block. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup nex:netherrack for public static net.minecraft.block.Block nmd.primal.core.common.init.ModCompat.NEX_NETHERRACK. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:knightmetal_block for public static net.minecraft.block.Block twilightforest.block.TFBlocks.knightmetal_block. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup betterwithmods:looting for public static net.minecraft.potion.Potion betterwithmods.common.BWRegistry.POTION_LOOTING. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup betterwithmods:fortune for public static net.minecraft.potion.Potion betterwithmods.common.BWRegistry.POTION_FORTUNE. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:miniature_structure for public static net.minecraft.item.Item twilightforest.item.TFItems.miniature_structure. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:naga_leggings for public static net.minecraft.item.Item twilightforest.item.TFItems.naga_leggings. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup storagenetwork:ex_kabel for public static mrriegel.storagenetwork.block.cable.io.BlockCableIO mrriegel.storagenetwork.registry.ModBlocks.exKabel. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup teslacorelib:wrench for private static net.minecraft.item.Item me.desht.pneumaticcraft.common.thirdparty.ModdedWrenchUtils.TESLA_WRENCH. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup scannable:module_ore_common for public static net.minecraft.item.Item li.cil.scannable.common.init.Items.moduleOreCommon. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:box for public static betterwithaddons.block.BlockBox betterwithaddons.block.ModBlocks.BOX. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:iron_machete for public static betterwithaddons.item.rbdtools.ItemMachete betterwithaddons.item.ModItems.IRON_MACHETE. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:plastic for public static net.minecraft.item.Item me.desht.pneumaticcraft.common.item.Itemss.PLASTIC. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup harvestcraft:troutrawitem for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.PamsCompat.PAMS_FISH_RAW_TROUT. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:wrought_bars for public static betterwithaddons.block.BlockModPane betterwithaddons.block.ModBlocks.WROUGHT_BARS. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup harvestcraft:tunarawitem for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.PamsCompat.PAMS_FISH_RAW_TUNA. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:archmage for public static WayofTime.bloodmagic.orb.BloodOrb WayofTime.bloodmagic.core.RegistrarBloodMagic.ORB_ARCHMAGE. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup baubles:ring for public static net.minecraft.item.Item baubles.common.items.ItemRing.RING. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:ice_bow for public static net.minecraft.item.Item twilightforest.item.TFItems.ice_bow. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup farmingforblockheads:fertilized_farmland_rich_stable for public static net.minecraft.block.Block net.blay09.mods.farmingforblockheads.block.ModBlocks.fertilizedFarmlandRichStable. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:drone_hurt for public static net.minecraft.util.SoundEvent me.desht.pneumaticcraft.lib.Sounds.DRONE_HURT. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup cyclicmagic:fire_frost for public static net.minecraft.block.Block com.lothrazar.cyclicmagic.block.firestarter.TileEntityFireStarter.fireFrost. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:gun_ammo_weighted for public static net.minecraft.item.Item me.desht.pneumaticcraft.common.item.Itemss.GUN_AMMO_WEIGHTED. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:universal_actuator for public static net.minecraft.block.Block me.desht.pneumaticcraft.common.block.Blockss.UNIVERSAL_ACTUATOR. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:arctic_boots for public static net.minecraft.item.Item twilightforest.item.TFItems.arctic_boots. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:food_cooked_rice for public static net.minecraft.item.ItemFood betterwithaddons.item.ModItems.RICE. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup cyclicmagic:fire_dark for public static net.minecraft.block.Block com.lothrazar.cyclicmagic.block.firestarter.TileEntityFireStarter.fireDark. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup modularrouters:error for public static net.minecraft.util.SoundEvent me.desht.modularrouters.core.RegistrarMR.SOUND_ERROR. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:pneumatic_door_base for public static net.minecraft.block.Block me.desht.pneumaticcraft.common.block.Blockss.PNEUMATIC_DOOR_BASE. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup storagedrawers:customdrawers for public static com.jaquadro.minecraft.storagedrawers.block.BlockDrawersCustom com.jaquadro.minecraft.storagedrawers.core.ModBlocks.customDrawers. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:hud_entity_lock for public static net.minecraft.util.SoundEvent me.desht.pneumaticcraft.lib.Sounds.HUD_ENTITY_LOCK. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup appliedenergistics2:nether_quartz_wrench for private static net.minecraft.item.Item me.desht.pneumaticcraft.common.thirdparty.ModdedWrenchUtils.AE2_NETHER_WRENCH. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:borer_essence for public static net.minecraft.item.Item twilightforest.item.TFItems.borer_essence. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:unripe_trollber for public static net.minecraft.block.Block twilightforest.block.TFBlocks.unripe_trollber. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:dark_forest for public static net.minecraft.world.biome.Biome twilightforest.biomes.TFBiomes.darkForest. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:zen_soulsand for public static betterwithaddons.block.EriottoMod.BlockZenSand betterwithaddons.block.ModBlocks.ZEN_SOUL_SAND. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:fluffy_cloud for public static net.minecraft.block.Block twilightforest.block.TFBlocks.fluffy_cloud. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:uncrafting_table for public static net.minecraft.block.Block twilightforest.block.TFBlocks.uncrafting_table. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:charm_of_keeping_3 for public static net.minecraft.item.Item twilightforest.item.TFItems.charm_of_keeping_3. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:leaves_luretree for public static betterwithaddons.block.BlockModLeaves betterwithaddons.block.ModBlocks.LURETREE_LEAVES. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:gps_tool for public static net.minecraft.item.Item me.desht.pneumaticcraft.common.item.Itemss.GPS_TOOL. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:greatarrow_lightning for public static betterwithaddons.item.ItemGreatarrow betterwithaddons.item.ModItems.GREATARROW_LIGHTNING. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup farmingforblockheads:chicken_nest for public static net.minecraft.block.Block net.blay09.mods.farmingforblockheads.block.ModBlocks.chickenNest. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup scannable:module_animal for public static net.minecraft.item.Item li.cil.scannable.common.init.Items.moduleAnimal. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:electric_compressor for static net.minecraft.block.Block me.desht.pneumaticcraft.common.thirdparty.ic2.IC2.ELECTRIC_COMPRESSOR. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:iron_kukri for public static betterwithaddons.item.rbdtools.ItemKukri betterwithaddons.item.ModItems.IRON_KUKRI. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:compressed_iron_gear for public static net.minecraft.item.Item me.desht.pneumaticcraft.common.item.Itemss.COMPRESSED_IRON_GEAR. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:log_luretree for public static betterwithaddons.block.BlockModLog betterwithaddons.block.ModBlocks.LURETREE_LOG. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:tower_translucent for public static net.minecraft.block.Block twilightforest.block.TFBlocks.tower_translucent. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:yeti_helmet for public static net.minecraft.item.Item twilightforest.item.TFItems.yeti_helmet. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:trophy_pedestal for public static net.minecraft.block.Block twilightforest.block.TFBlocks.trophy_pedestal. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:air_compressor for public static net.minecraft.block.Block me.desht.pneumaticcraft.common.block.Blockss.AIR_COMPRESSOR. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup scannable:scanner for public static net.minecraft.item.Item li.cil.scannable.common.init.Items.scanner. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup farmingforblockheads:feeding_trough for public static net.minecraft.block.Block net.blay09.mods.farmingforblockheads.block.ModBlocks.feedingTrough. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup ironbackpacks:extra_upgrade for public static gr8pefish.ironbackpacks.api.upgrade.BackpackUpgrade gr8pefish.ironbackpacks.core.RegistrarIronBackpacks.UPGRADE_EXTRA_UPGRADE. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:burnt_thorns for public static net.minecraft.block.Block twilightforest.block.TFBlocks.burnt_thorns. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:tool_shard for public static betterwithaddons.item.ItemToolShard betterwithaddons.item.ModItems.BROKEN_ARTIFACT. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:knightmetal_chestplate for public static net.minecraft.item.Item twilightforest.item.TFItems.knightmetal_chestplate. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:compressed_iron_block for public static net.minecraft.block.Block me.desht.pneumaticcraft.common.block.Blockss.COMPRESSED_IRON. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:boss for public static betterwithaddons.potion.effects.EffectBoss betterwithaddons.potion.ModPotions.boss. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:interface_door for public static net.minecraft.util.SoundEvent me.desht.pneumaticcraft.lib.Sounds.INTERFACE_DOOR. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup farmingforblockheads:fertilized_farmland_healthy_stable for public static net.minecraft.block.Block net.blay09.mods.farmingforblockheads.block.ModBlocks.fertilizedFarmlandHealthyStable. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup scannable:module_structure for public static net.minecraft.item.Item li.cil.scannable.common.init.Items.moduleStructure. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup modularrouters:module for public static me.desht.modularrouters.item.module.ItemModule me.desht.modularrouters.core.RegistrarMR.MODULE. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:steeleaf_chestplate for public static net.minecraft.item.Item twilightforest.item.TFItems.steeleaf_chestplate. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:fiery_leggings for public static net.minecraft.item.Item twilightforest.item.TFItems.fiery_leggings. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:nagastone_pillar_mossy for public static net.minecraft.block.Block twilightforest.block.TFBlocks.nagastone_pillar_mossy. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:etched_nagastone for public static net.minecraft.block.Block twilightforest.block.TFBlocks.etched_nagastone. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup ceramics:unfired_clay for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.CeramicsCompat.CERAMICS_UNFIRED_CLAY. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup storagenetwork:controller for public static mrriegel.storagenetwork.block.control.BlockControl mrriegel.storagenetwork.registry.ModBlocks.controller. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:food_pufferfish_cooked for public static net.minecraft.item.ItemFood betterwithaddons.item.ModItems.PREPARED_COOKED_PUFFER. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:diamond_carpentersaw for public static betterwithaddons.item.rbdtools.ItemCarpenterSaw betterwithaddons.item.ModItems.DIAMOND_CARPENTER_SAW. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:iron_masonpick for public static betterwithaddons.item.rbdtools.ItemMasonPick betterwithaddons.item.ModItems.IRON_MASON_PICK. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup familiarfauna:familiarfauna.deer for private static net.minecraftforge.fml.common.registry.EntityEntry nmd.primal.core.common.compat.mods.FaunaCompat.FAUNA_DEER. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:drone_redstone_emitter for public static net.minecraft.block.Block me.desht.pneumaticcraft.common.block.Blockss.DRONE_REDSTONE_EMITTER. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:fiery_chestplate for public static net.minecraft.item.Item twilightforest.item.TFItems.fiery_chestplate. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup modularrouters:template_frame for public static me.desht.modularrouters.block.BlockTemplateFrame me.desht.modularrouters.core.RegistrarMR.TEMPLATE_FRAME. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup cookingforblockheads:tool_rack for public static net.minecraft.block.Block net.blay09.mods.cookingforblockheads.block.ModBlocks.toolRack. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup storagedrawers:personal_key for public static com.jaquadro.minecraft.storagedrawers.item.ItemPersonalKey com.jaquadro.minecraft.storagedrawers.core.ModItems.personalKey. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:firefly for public static net.minecraft.block.Block twilightforest.block.TFBlocks.firefly. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:ender_bow for public static net.minecraft.item.Item twilightforest.item.TFItems.ender_bow. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup scannable:module_block for public static net.minecraft.item.Item li.cil.scannable.common.init.Items.moduleBlock. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:slider for public static net.minecraft.block.Block twilightforest.block.TFBlocks.slider. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:wispy_cloud for public static net.minecraft.block.Block twilightforest.block.TFBlocks.wispy_cloud. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup storagedrawers:shroud_key for public static com.jaquadro.minecraft.storagedrawers.item.ItemShroudKey com.jaquadro.minecraft.storagedrawers.core.ModItems.shroudKey. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup ceramics:clay_shears for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.CeramicsCompat.CERAMICS_SHEARS. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup harvestcraft:herringrawitem for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.PamsCompat.PAMS_FISH_RAW_HERRING. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:aerial_interface for public static net.minecraft.block.Block me.desht.pneumaticcraft.common.block.Blockss.AERIAL_INTERFACE. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:deadrock for public static net.minecraft.block.Block twilightforest.block.TFBlocks.deadrock. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:bolt for public static betterwithaddons.item.ItemMaterial betterwithaddons.item.ModItems.MATERIAL_BOLT. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup cyclicmagic:stone_pebble for public static net.minecraft.item.Item com.lothrazar.cyclicmagic.item.slingshot.ItemProjectileSlingshot.bullet. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:aqueduct for public static betterwithaddons.block.BlockAqueduct betterwithaddons.block.ModBlocks.AQUEDUCT. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup modularrouters:upgrade for public static me.desht.modularrouters.item.upgrade.ItemUpgrade me.desht.modularrouters.core.RegistrarMR.UPGRADE. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup cyclicmagic:stone_pebble for public static net.minecraft.item.Item com.lothrazar.cyclicmagic.item.slingshot.EntitySlingshot.bullet. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:steeleaf_ingot for public static net.minecraft.item.Item twilightforest.item.TFItems.steeleaf_ingot. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:magic_map for public static net.minecraft.item.Item twilightforest.item.TFItems.magic_map. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup minecraft:fluidstack for public static org.cyclops.commoncapabilities.api.ingredient.IngredientComponent org.cyclops.commoncapabilities.api.ingredient.IngredientComponent.FLUIDSTACK. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:thermopneumatic_processing_plant for public static net.minecraft.block.Block me.desht.pneumaticcraft.common.block.Blockss.THERMOPNEUMATIC_PROCESSING_PLANT. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup ic2:quantum_chestplate for public static net.minecraft.item.Item nmd.primal.core.common.init.ModCompat.IC2_QUANTUM_CHESTPLATE. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:pneumatic_chestplate for public static net.minecraft.item.Item me.desht.pneumaticcraft.common.item.Itemss.PNEUMATIC_CHESTPLATE. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:ironwood_sword for public static net.minecraft.item.Item twilightforest.item.TFItems.ironwood_sword. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup ironchest:iron_shulker_box_orange for public static cpw.mods.ironchest.common.blocks.shulker.BlockIronShulkerBox cpw.mods.ironchest.common.core.IronChestBlocks.ironShulkerBoxOrangeBlock. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:root for public static net.minecraft.block.Block twilightforest.block.TFBlocks.root. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:moonworm_queen for public static net.minecraft.item.Item twilightforest.item.TFItems.moonworm_queen. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:naga_scale for public static net.minecraft.item.Item twilightforest.item.TFItems.naga_scale. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup scannable:module_blank for public static net.minecraft.item.Item li.cil.scannable.common.init.Items.moduleBlank. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:crop_tea for public static betterwithaddons.block.EriottoMod.BlockCropTea betterwithaddons.block.ModBlocks.TEA. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup ironchest:iron_shulker_box_light_blue for public static cpw.mods.ironchest.common.blocks.shulker.BlockIronShulkerBox cpw.mods.ironchest.common.core.IronChestBlocks.ironShulkerBoxLightBlueBlock. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup thebetweenlands:log_rotten_bark for private static net.minecraft.block.Block nmd.primal.core.common.compat.mods.BNLCompat.BNL_LOG_ROTTEN. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:nagastone_stairs_mossy for public static net.minecraft.block.Block twilightforest.block.TFBlocks.nagastone_stairs_mossy. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:refinery for public static net.minecraft.block.Block me.desht.pneumaticcraft.common.block.Blockss.REFINERY. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:failed_pcb for public static net.minecraft.item.Item me.desht.pneumaticcraft.common.item.Itemss.FAILED_PCB. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:pcb_blueprint for public static net.minecraft.item.Item me.desht.pneumaticcraft.common.item.Itemss.PCB_BLUEPRINT. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:tarred for public static betterwithaddons.potion.effects.EffectTarred betterwithaddons.potion.ModPotions.tarred. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:log_termite for public static betterwithaddons.block.BlockTermiteLog betterwithaddons.block.ModBlocks.TERMITE_LOG. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup compactmachines3:wallbreakable for public static org.dave.compactmachines3.block.BlockWallBreakable org.dave.compactmachines3.init.Blockss.wallBreakable. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup quark:wraith for public static net.minecraftforge.fml.common.registry.EntityEntry nmd.primal.core.common.init.ModCompat.QUARK_WRAITH. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup ic2:quantum_leggings for public static net.minecraft.item.Item nmd.primal.core.common.init.ModCompat.IC2_QUANTUM_LEGGINGS. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:castle_stairs_cracked for public static net.minecraft.block.Block twilightforest.block.TFBlocks.castle_stairs_cracked. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:sapling_luretree for public static betterwithaddons.block.BlockLureTreeSapling betterwithaddons.block.ModBlocks.LURETREE_SAPLING. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:tea_soaked for public static betterwithaddons.item.ItemTea betterwithaddons.item.ModItems.TEA_SOAKED. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:giant_sword for public static net.minecraft.item.Item twilightforest.item.TFItems.giant_sword. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:lattice for public static betterwithaddons.block.BlockLattice betterwithaddons.block.ModBlocks.LATTICE. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:rotten_food for public static net.minecraft.item.ItemFood betterwithaddons.item.ModItems.ROTTEN_FOOD. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup compactmachines3:fieldprojector for public static org.dave.compactmachines3.block.BlockFieldProjector org.dave.compactmachines3.init.Blockss.fieldProjector. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:food_ground_meat for public static net.minecraft.item.ItemFood betterwithaddons.item.ModItems.GROUND_MEAT. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup ironbackpacks:damage_bar for public static gr8pefish.ironbackpacks.api.upgrade.BackpackUpgrade gr8pefish.ironbackpacks.core.RegistrarIronBackpacks.UPGRADE_DAMAGE_BAR. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup ironchest:iron_shulker_box_cyan for public static cpw.mods.ironchest.common.blocks.shulker.BlockIronShulkerBox cpw.mods.ironchest.common.core.IronChestBlocks.ironShulkerBoxCyanBlock. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup buildinggadgets:constructionpaste for public static com.direwolf20.buildinggadgets.common.items.pastes.ConstructionPaste com.direwolf20.buildinggadgets.common.items.ModItems.constructionPaste. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:drone_interface for public static net.minecraft.block.Block me.desht.pneumaticcraft.common.thirdparty.computercraft.OpenComputers.DRONE_INTERFACE. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup buildinggadgets:constructionblockpowder for public static com.direwolf20.buildinggadgets.common.blocks.ConstructionBlockPowder com.direwolf20.buildinggadgets.common.blocks.ModBlocks.constructionBlockPowder. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:wakizashi for public static betterwithaddons.item.ItemWakizashi betterwithaddons.item.ModItems.WAKIZASHI. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:trollber for public static net.minecraft.block.Block twilightforest.block.TFBlocks.trollber. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:decomat for public static betterwithaddons.item.ItemMaterial betterwithaddons.item.ModItems.MATERIAL_DECO. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:sapling_sakura for public static betterwithaddons.block.BlockModSapling betterwithaddons.block.ModBlocks.SAKURA_SAPLING. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup ironchest:iron_shulker_box_yellow for public static cpw.mods.ironchest.common.blocks.shulker.BlockIronShulkerBox cpw.mods.ironchest.common.core.IronChestBlocks.ironShulkerBoxYellowBlock. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup tconstruct:ingots for public static net.minecraft.item.Item atm.bloodworkxgaming.oeintegration.Crafting.ModCrafting.ingots. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup modularrouters:override_card for public static me.desht.modularrouters.item.ItemBase me.desht.modularrouters.core.RegistrarMR.OVERRIDE_CARD. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:tea_wilted for public static betterwithaddons.item.ItemTea betterwithaddons.item.ModItems.TEA_WILTED. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:aurora_slab for public static net.minecraft.block.BlockSlab twilightforest.block.TFBlocks.aurora_slab. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:meef_stroganoff for public static net.minecraft.item.Item twilightforest.item.TFItems.meef_stroganoff. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup storagedrawers:upgrade_conversion for public static com.jaquadro.minecraft.storagedrawers.item.ItemUpgrade com.jaquadro.minecraft.storagedrawers.core.ModItems.upgradeConversion. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:helmet_paper for public static betterwithaddons.item.ItemPaperArmor betterwithaddons.item.ModItems.PAPER_HELMET. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup storagedrawers:quantify_key for public static com.jaquadro.minecraft.storagedrawers.item.ItemQuantifyKey com.jaquadro.minecraft.storagedrawers.core.ModItems.quantifyKey. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup buildinggadgets:destructiontool for public static com.direwolf20.buildinggadgets.common.items.gadgets.GadgetDestruction com.direwolf20.buildinggadgets.common.items.ModItems.gadgetDestruction. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:creative_compressor for public static net.minecraft.block.Block me.desht.pneumaticcraft.common.block.Blockss.CREATIVE_COMPRESSOR. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup betterwithmods:block.wood.chime for public static net.minecraft.util.SoundEvent betterwithmods.common.BWSounds.WOODCHIME. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup storagedrawers:keybutton for public static com.jaquadro.minecraft.storagedrawers.block.BlockKeyButton com.jaquadro.minecraft.storagedrawers.core.ModBlocks.keyButton. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:nagastone_pillar for public static net.minecraft.block.Block twilightforest.block.TFBlocks.nagastone_pillar. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:raw_meef for public static net.minecraft.item.Item twilightforest.item.TFItems.raw_meef. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:alpha_fur for public static net.minecraft.item.Item twilightforest.item.TFItems.alpha_fur. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup chiselsandbits:wrench_wood for private static net.minecraft.item.Item me.desht.pneumaticcraft.common.thirdparty.ModdedWrenchUtils.CB_WRENCH_WOOD. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup ic2:misc_resource for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.IC2Compat.IC2_MISC_RESOURCE. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:huge_lilypad for public static net.minecraft.block.Block twilightforest.block.TFBlocks.huge_lilypad. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:elytra_magma for public static betterwithaddons.block.BlockElytraMagma betterwithaddons.block.ModBlocks.ELYTRA_MAGMA. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup cookingforblockheads:preservation_chamber for public static net.minecraft.item.Item net.blay09.mods.cookingforblockheads.item.ModItems.preservationChamber. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup cookingforblockheads:cow_jar for public static net.minecraft.block.Block net.blay09.mods.cookingforblockheads.block.ModBlocks.cowJar. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup ironchest:iron_chest for public static cpw.mods.ironchest.common.blocks.chest.BlockIronChest cpw.mods.ironchest.common.core.IronChestBlocks.ironChestBlock. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup cookingforblockheads:spice_rack for public static net.minecraft.block.Block net.blay09.mods.cookingforblockheads.block.ModBlocks.spiceRack. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:hud_init_complete for public static net.minecraft.util.SoundEvent me.desht.pneumaticcraft.lib.Sounds.HUD_INIT_COMPLETE. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:ore_map_empty for public static net.minecraft.item.Item twilightforest.item.TFItems.ore_map_empty. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:explosion for public static net.minecraft.item.Item betterwithaddons.item.ModItems.EXPLOSION. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup nex:soul_glass for private static net.minecraft.block.Block nmd.primal.core.common.compat.mods.NEXCompat.NEX_SOUL_GLASS. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:food_pie_meat for public static net.minecraft.item.ItemFood betterwithaddons.item.ModItems.PIE_MEAT. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:flux_compressor for public static net.minecraft.block.Block me.desht.pneumaticcraft.common.block.Blockss.FLUX_COMPRESSOR. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup foundry:component for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.FoundryCompat.FDR_COMPONENT. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:cinder_log for public static net.minecraft.block.Block twilightforest.block.TFBlocks.cinder_log. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:food_carrot_baked for public static net.minecraft.item.ItemFood betterwithaddons.item.ModItems.BAKED_CARROT. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:air_canister for public static net.minecraft.item.Item me.desht.pneumaticcraft.common.item.Itemss.AIR_CANISTER. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:uberous_soil for public static net.minecraft.block.Block twilightforest.block.TFBlocks.uberous_soil. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:hydra_chop for public static net.minecraft.item.Item twilightforest.item.TFItems.hydra_chop. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:knightmetal_helmet for public static net.minecraft.item.Item twilightforest.item.TFItems.knightmetal_helmet. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:laxative for public static net.minecraft.item.Item betterwithaddons.item.ModItems.LAXATIVE. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup harvestcraft:charrrawitem for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.PamsCompat.PAMS_FISH_RAW_CHARR. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:weak for public static WayofTime.bloodmagic.orb.BloodOrb WayofTime.bloodmagic.core.RegistrarBloodMagic.ORB_WEAK. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:steeleaf_leggings for public static net.minecraft.item.Item twilightforest.item.TFItems.steeleaf_leggings. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:arctic_helmet for public static net.minecraft.item.Item twilightforest.item.TFItems.arctic_helmet. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:transistor for public static net.minecraft.item.Item me.desht.pneumaticcraft.common.item.Itemss.TRANSISTOR. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:pressure_chamber_wall for public static net.minecraft.block.Block me.desht.pneumaticcraft.common.block.Blockss.PRESSURE_CHAMBER_WALL. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:arctic_chestplate for public static net.minecraft.item.Item twilightforest.item.TFItems.arctic_chestplate. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:punch for public static net.minecraft.util.SoundEvent me.desht.pneumaticcraft.lib.Sounds.PUNCH. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup storagenetwork:kabel for public static mrriegel.storagenetwork.block.cable.BlockCable mrriegel.storagenetwork.registry.ModBlocks.kabel. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:scuba for public static net.minecraft.util.SoundEvent me.desht.pneumaticcraft.lib.Sounds.SCUBA. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:tweakmat for public static betterwithaddons.item.ItemMaterial betterwithaddons.item.ModItems.MATERIAL_TWEAK. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup dynamictrees:sprucebranch for private static net.minecraft.block.Block nmd.primal.core.common.compat.mods.DynamicTreesCompat.DYNTREE_BRANCH_SPRUCE. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:lifedrain_scepter for public static net.minecraft.item.Item twilightforest.item.TFItems.lifedrain_scepter. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:extra_grass for public static betterwithaddons.block.BlockExtraGrass betterwithaddons.block.ModBlocks.GRASS. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:etched_nagastone_mossy for public static net.minecraft.block.Block twilightforest.block.TFBlocks.etched_nagastone_mossy. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:cannon_barrel for public static net.minecraft.item.Item me.desht.pneumaticcraft.common.item.Itemss.CANNON_BARREL. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup storagedrawers:tape for public static com.jaquadro.minecraft.storagedrawers.item.ItemTape com.jaquadro.minecraft.storagedrawers.core.ModItems.tape. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup cookingforblockheads:recipe_book for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.CookingCompat.COOK_BOOK. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:food_mulberry for public static net.minecraft.item.ItemFood betterwithaddons.item.ModItems.MULBERRY. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:ink_and_quill for public static betterwithaddons.item.ItemInkAndQuill betterwithaddons.item.ModItems.INK_AND_QUILL. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:underbrick for public static net.minecraft.block.Block twilightforest.block.TFBlocks.underbrick. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:gold_matchpick for public static betterwithaddons.item.rbdtools.ItemMatchPick betterwithaddons.item.ModItems.GOLD_MATCHPICK. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:pneumatic_leggings for public static net.minecraft.item.Item me.desht.pneumaticcraft.common.item.Itemss.PNEUMATIC_LEGGINGS. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup farmingforblockheads:fertilized_farmland_rich for public static net.minecraft.block.Block net.blay09.mods.farmingforblockheads.block.ModBlocks.fertilizedFarmlandRich. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup ironchest:iron_shulker_box_magenta for public static cpw.mods.ironchest.common.blocks.shulker.BlockIronShulkerBox cpw.mods.ironchest.common.core.IronChestBlocks.ironShulkerBoxMagentaBlock. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:nabe for public static betterwithaddons.block.EriottoMod.BlockNabe betterwithaddons.block.ModBlocks.NABE. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:logistics_configurator for public static net.minecraft.item.Item me.desht.pneumaticcraft.common.item.Itemss.LOGISTICS_CONFIGURATOR. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:advanced_air_compressor for public static net.minecraft.block.Block me.desht.pneumaticcraft.common.block.Blockss.ADVANCED_AIR_COMPRESSOR. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:twilight_swamp for public static net.minecraft.world.biome.Biome twilightforest.biomes.TFBiomes.tfSwamp. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:double_aurora_slab for public static net.minecraft.block.BlockSlab twilightforest.block.TFBlocks.double_aurora_slab. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup natura:flame_string for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.NaturaCompat.NATURA_FLAME_STRING. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup compactmachines3:wall for public static org.dave.compactmachines3.block.BlockWall org.dave.compactmachines3.init.Blockss.wall. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:gps_area_tool for public static net.minecraft.item.Item me.desht.pneumaticcraft.common.item.Itemss.GPS_AREA_TOOL. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup appliedenergistics2:sky_stone_block for private static net.minecraft.block.Block nmd.primal.core.common.compat.mods.AECompat.AE_SKY_STONE. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:micromissiles for public static net.minecraft.item.Item me.desht.pneumaticcraft.common.item.Itemss.MICROMISSILES. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:gold_kukri for public static betterwithaddons.item.rbdtools.ItemKukri betterwithaddons.item.ModItems.GOLD_KUKRI. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:castle_door_vanished for public static net.minecraft.block.Block twilightforest.block.TFBlocks.castle_door_vanished. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup modularrouters:blank_module for public static me.desht.modularrouters.item.ItemBase me.desht.modularrouters.core.RegistrarMR.BLANK_MODULE. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:bundle for public static betterwithaddons.item.ItemMaterial betterwithaddons.item.ModItems.MATERIAL_BUNDLE. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:cannonball for public static betterwithaddons.potion.effects.EffectCannonball betterwithaddons.potion.ModPotions.cannonball. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup modularrouters:filter for public static me.desht.modularrouters.item.smartfilter.ItemSmartFilter me.desht.modularrouters.core.RegistrarMR.FILTER. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:castle_rune_brick for public static net.minecraft.block.Block twilightforest.block.TFBlocks.castle_rune_brick. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup dynamictrees:acaciabranch for private static net.minecraft.block.Block betterwithmods.module.compat.DynamicTrees.acaciabranch. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:block_matcher for public static betterwithaddons.block.Factorization.BlockMatcher betterwithaddons.block.ModBlocks.BLOCK_MATCHER. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:teacup for public static betterwithaddons.item.ItemTeaCup betterwithaddons.item.ModItems.TEA_CUP. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup buildinggadgets:construction_chunk_dense for public static com.direwolf20.buildinggadgets.common.items.pastes.ConstructionChunkDense com.direwolf20.buildinggadgets.common.items.ModItems.constructionChunkDense. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:apprentice for public static WayofTime.bloodmagic.orb.BloodOrb WayofTime.bloodmagic.core.RegistrarBloodMagic.ORB_APPRENTICE. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup totemic:buffalo for public static net.minecraftforge.fml.common.registry.EntityEntry nmd.primal.core.common.init.ModCompat.TOTEMIC_BUFFALO. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:castle_stairs_mossy for public static net.minecraft.block.Block twilightforest.block.TFBlocks.castle_stairs_mossy. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:spawner_agitator for public static net.minecraft.item.Item me.desht.pneumaticcraft.common.item.Itemss.SPAWNER_AGITATOR. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:knightmetal_ring for public static net.minecraft.item.Item twilightforest.item.TFItems.knightmetal_ring. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:pneumatic_door for public static net.minecraft.util.SoundEvent me.desht.pneumaticcraft.lib.Sounds.PNEUMATIC_DOOR. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup compactmachines3:tunneltool for public static org.dave.compactmachines3.item.ItemTunnelTool org.dave.compactmachines3.init.Itemss.tunnelTool. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:advanced_pressure_tube for public static net.minecraft.block.Block me.desht.pneumaticcraft.common.block.Blockss.ADVANCED_PRESSURE_TUBE. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:chest_paper for public static betterwithaddons.item.ItemPaperArmor betterwithaddons.item.ModItems.PAPER_CHESTPLATE. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup storagedrawers:upgrade_status for public static com.jaquadro.minecraft.storagedrawers.item.ItemUpgradeStatus com.jaquadro.minecraft.storagedrawers.core.ModItems.upgradeStatus. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup supersoundmuffler:sound_muffler_bauble for public static edgarallen.soundmuffler.bauble.ItemSoundMufflerBauble edgarallen.soundmuffler.SuperSoundMuffler.itemSoundMufflerBauble. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:yumi for public static betterwithaddons.item.ItemYumi betterwithaddons.item.ModItems.YUMI. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup storagedrawers:upgrade_storage for public static com.jaquadro.minecraft.storagedrawers.item.ItemUpgradeStorage com.jaquadro.minecraft.storagedrawers.core.ModItems.upgradeStorage. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:huge_waterlily for public static net.minecraft.block.Block twilightforest.block.TFBlocks.huge_waterlily. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:food_pie_amanita for public static net.minecraft.item.ItemFood betterwithaddons.item.ModItems.PIE_AMANITA. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:vortex_cannon for public static net.minecraft.item.Item me.desht.pneumaticcraft.common.item.Itemss.VORTEX_CANNON. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:redstone_emitter for public static betterwithaddons.block.BlockRedstoneEmitter betterwithaddons.block.ModBlocks.REDSTONE_EMITTER. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:leaves_sakura for public static betterwithaddons.block.BlockModLeaves betterwithaddons.block.ModBlocks.SAKURA_LEAVES. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup cookingforblockheads:oven for public static net.minecraft.block.Block net.blay09.mods.cookingforblockheads.block.ModBlocks.oven. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:pneumatic_generator for static net.minecraft.block.Block me.desht.pneumaticcraft.common.thirdparty.ic2.IC2.PNEUMATIC_GENERATOR. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup ironchest:iron_shulker_box_purple for public static cpw.mods.ironchest.common.blocks.shulker.BlockIronShulkerBox cpw.mods.ironchest.common.core.IronChestBlocks.ironShulkerBoxPurpleBlock. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:trollvidr for public static net.minecraft.block.Block twilightforest.block.TFBlocks.trollvidr. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:iron_sand for public static betterwithaddons.block.EriottoMod.BlockIronSand betterwithaddons.block.ModBlocks.IRON_SAND. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:steel_masonpick for public static betterwithaddons.item.rbdtools.ItemMasonPick betterwithaddons.item.ModItems.STEEL_MASON_PICK. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup modularrouters:success for public static net.minecraft.util.SoundEvent me.desht.modularrouters.core.RegistrarMR.SOUND_SUCCESS. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:maze_map for public static net.minecraft.item.Item twilightforest.item.TFItems.maze_map. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:empty_pcb for public static net.minecraft.item.Item me.desht.pneumaticcraft.common.item.Itemss.EMPTY_PCB. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup ironbackpacks:upgrade for public static net.minecraft.item.Item gr8pefish.ironbackpacks.api.IronBackpacksAPI.UPGRADE_ITEM. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:leaking_gas for public static net.minecraft.util.SoundEvent me.desht.pneumaticcraft.lib.Sounds.LEAKING_GAS_SOUND. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:nuke_virus for public static net.minecraft.item.Item me.desht.pneumaticcraft.common.item.Itemss.NUKE_VIRUS. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:maze_stone for public static net.minecraft.block.Block twilightforest.block.TFBlocks.maze_stone. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:elevator_rising_start for public static net.minecraft.util.SoundEvent me.desht.pneumaticcraft.lib.Sounds.ELEVATOR_START. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:cube_talisman for public static net.minecraft.item.Item twilightforest.item.TFItems.cube_talisman. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup compactmachines3:redstonetunneltool for public static org.dave.compactmachines3.item.ItemRedstoneTunnelTool org.dave.compactmachines3.init.Itemss.redstoneTunnelTool. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup dungpipe:dung_pipe for public static dungpipe.blocks.BlockDungPipe dungpipe.DungPipe.DUNG_PIPE. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:boss_spawner for public static net.minecraft.block.Block twilightforest.block.TFBlocks.bossSpawner. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup ironchest:iron_shulker_box_white for public static cpw.mods.ironchest.common.blocks.shulker.BlockIronShulkerBox cpw.mods.ironchest.common.core.IronChestBlocks.ironShulkerBoxWhiteBlock. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:printed_circuit_board for public static net.minecraft.item.Item me.desht.pneumaticcraft.common.item.Itemss.PRINTED_CIRCUIT_BOARD. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup betterwithmods:block.stone.grind for public static net.minecraft.util.SoundEvent betterwithmods.common.BWSounds.STONEGRIND. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup harvestcraft:pammaple for public static net.minecraft.block.Block betterwithmods.module.compat.Harvestcraft.logMaple. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup betterwithmods:block.saw.cut for public static net.minecraft.util.SoundEvent betterwithmods.common.BWSounds.SAW_CUT. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:food_amanita_baked for public static net.minecraft.item.ItemFood betterwithaddons.item.ModItems.BAKED_AMANITA. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup dynamictrees:sprucebranch for private static net.minecraft.block.Block betterwithmods.module.compat.DynamicTrees.sprucebranch. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:phantom_helmet for public static net.minecraft.item.Item twilightforest.item.TFItems.phantom_helmet. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:steel_kukri for public static betterwithaddons.item.rbdtools.ItemKukri betterwithaddons.item.ModItems.STEEL_KUKRI. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:air_cannon for public static net.minecraft.block.Block me.desht.pneumaticcraft.common.block.Blockss.AIR_CANNON. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:aurora_block for public static net.minecraft.block.Block twilightforest.block.TFBlocks.aurora_block. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:fiery_pickaxe for public static net.minecraft.item.Item twilightforest.item.TFItems.fiery_pickaxe. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:chandelier for public static betterwithaddons.block.BlockChandelier betterwithaddons.block.ModBlocks.CHANDELIER. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup ironchest:iron_shulker_box_brown for public static cpw.mods.ironchest.common.blocks.shulker.BlockIronShulkerBox cpw.mods.ironchest.common.core.IronChestBlocks.ironShulkerBoxBrownBlock. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:castle_unlock for public static net.minecraft.block.Block twilightforest.block.TFBlocks.castle_unlock. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup harvestcraft:snapperrawitem for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.PamsCompat.PAMS_FISH_RAW_SNAPPER. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:knightmetal_boots for public static net.minecraft.item.Item twilightforest.item.TFItems.knightmetal_boots. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup cookingforblockheads:corner for public static net.minecraft.block.Block net.blay09.mods.cookingforblockheads.block.ModBlocks.corner. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:ironwood_axe for public static net.minecraft.item.Item twilightforest.item.TFItems.ironwood_axe. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:tower_key for public static net.minecraft.item.Item twilightforest.item.TFItems.tower_key. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:charm_of_keeping_1 for public static net.minecraft.item.Item twilightforest.item.TFItems.charm_of_keeping_1. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:giant_log for public static net.minecraft.block.Block twilightforest.block.TFBlocks.giant_log. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:ironwood_ingot for public static net.minecraft.item.Item twilightforest.item.TFItems.ironwood_ingot. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup thebetweenlands:leaves_weedwood_tree for private static net.minecraft.block.Block nmd.primal.core.common.compat.mods.BNLCompat.BNL_LEAVES_WEEDWOOD. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:nagastone_stairs_weathered for public static net.minecraft.block.Block twilightforest.block.TFBlocks.nagastone_stairs_weathered. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup thebetweenlands:black_ice for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.BNLCompat.BNL_ICE. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup ceramics:clay_bucket for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.CeramicsCompat.CERAMICS_BUCKET. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup quark:polished_netherrack for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.QuarkCompat.QUARK_NETHER_STONE. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup storagedrawers:controller for public static com.jaquadro.minecraft.storagedrawers.block.BlockController com.jaquadro.minecraft.storagedrawers.core.ModBlocks.controller. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup cyclicmagic:block_library for static net.minecraft.block.Block com.lothrazar.cyclicmagic.block.enchantlibrary.ctrl.BlockLibraryController.libraryInstance. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:sci_fi for public static net.minecraft.util.SoundEvent me.desht.pneumaticcraft.lib.Sounds.SCIFI. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:minotaur_axe for public static net.minecraft.item.Item twilightforest.item.TFItems.minotaur_axe. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:arctic_fur for public static net.minecraft.item.Item twilightforest.item.TFItems.arctic_fur. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:pneumatic_wrench for public static net.minecraft.item.Item me.desht.pneumaticcraft.common.item.Itemss.PNEUMATIC_WRENCH. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:food_pufferfish_baked for public static net.minecraft.item.ItemFood betterwithaddons.item.ModItems.COOKED_PUFFER. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:ecksie_sapling for public static betterwithaddons.block.BlockEcksieSapling betterwithaddons.block.ModBlocks.ECKSIE_SAPLING. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:short_hiss for public static net.minecraft.util.SoundEvent me.desht.pneumaticcraft.lib.Sounds.SHORT_HISS. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup storagenetwork:process_kabel for public static mrriegel.storagenetwork.block.cable.BlockCable mrriegel.storagenetwork.registry.ModBlocks.processKabel. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:gold_carpentersaw for public static betterwithaddons.item.rbdtools.ItemCarpenterSaw betterwithaddons.item.ModItems.GOLD_CARPENTER_SAW. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:tea_leaves for public static betterwithaddons.item.ItemTea betterwithaddons.item.ModItems.TEA_LEAVES. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:elevator_rising for public static net.minecraft.util.SoundEvent me.desht.pneumaticcraft.lib.Sounds.ELEVATOR_MOVING. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:pneumatic_helmet for public static net.minecraft.item.Item me.desht.pneumaticcraft.common.item.Itemss.PNEUMATIC_HELMET. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:highlands_center for public static net.minecraft.world.biome.Biome twilightforest.biomes.TFBiomes.highlandsCenter. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:logistic_frame_default_storage for public static net.minecraft.item.Item me.desht.pneumaticcraft.common.item.Itemss.LOGISTICS_FRAME_DEFAULT_STORAGE. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:ironwood_leggings for public static net.minecraft.item.Item twilightforest.item.TFItems.ironwood_leggings. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:magic_log for public static net.minecraft.block.Block twilightforest.block.TFBlocks.magic_log. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:giant_obsidian for public static net.minecraft.block.Block twilightforest.block.TFBlocks.giant_obsidian. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup betterwithmods:block.wood.bellow for public static net.minecraft.util.SoundEvent betterwithmods.common.BWSounds.BELLOW. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup supersoundmuffler:sound_muffler for public static edgarallen.soundmuffler.block.BlockSoundMuffler edgarallen.soundmuffler.SuperSoundMuffler.blockSoundMuffler. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:paper_wall for public static betterwithaddons.block.BlockModPane betterwithaddons.block.ModBlocks.PAPER_WALL. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup ic2:wrench for private static net.minecraft.item.Item me.desht.pneumaticcraft.common.thirdparty.ModdedWrenchUtils.IC2_WRENCH. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:moonworm for public static net.minecraft.block.Block twilightforest.block.TFBlocks.moonworm. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:zen_redsand for public static betterwithaddons.block.EriottoMod.BlockZenSand betterwithaddons.block.ModBlocks.ZEN_RED_SAND. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:charm_of_keeping_2 for public static net.minecraft.item.Item twilightforest.item.TFItems.charm_of_keeping_2. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:deep_mushroom_forest for public static net.minecraft.world.biome.Biome twilightforest.biomes.TFBiomes.deepMushrooms. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:food_pie_melon for public static net.minecraft.item.ItemFood betterwithaddons.item.ModItems.PIE_MELON. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup natura:flint_and_blaze for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.NaturaCompat.NATURA_FLINT_N_BLAZE. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:assembly_io_unit for public static net.minecraft.block.Block me.desht.pneumaticcraft.common.block.Blockss.ASSEMBLY_IO_UNIT. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:leaking_gas_low for public static net.minecraft.util.SoundEvent me.desht.pneumaticcraft.lib.Sounds.LEAKING_GAS_LOW. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:bricks_stained for public static betterwithaddons.block.BlockColoredBrick betterwithaddons.block.ModBlocks.COLORED_BRICKS. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup scannable:module_fluid for public static net.minecraft.item.Item li.cil.scannable.common.init.Items.moduleFluid. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:cooked_venison for public static net.minecraft.item.Item twilightforest.item.TFItems.cooked_venison. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup ic2:quantum_boots for public static net.minecraft.item.Item nmd.primal.core.common.init.ModCompat.IC2_QUANTUM_BOOTS. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:experiment_115 for public static net.minecraft.block.Block twilightforest.block.TFBlocks.experiment_115. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup natura:nether_glass for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.NaturaCompat.NATURA_NETHER_GLASS. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:programmer for public static net.minecraft.block.Block me.desht.pneumaticcraft.common.block.Blockss.PROGRAMMER. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:poisoned_ya for public static betterwithaddons.item.ItemPoisonedYa betterwithaddons.item.ModItems.YA_POISONED. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:food_beetroot_baked for public static net.minecraft.item.ItemFood betterwithaddons.item.ModItems.BAKED_BEETROOT. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup compactmachines3:machine for public static org.dave.compactmachines3.block.BlockMachine org.dave.compactmachines3.init.Blockss.machine. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup ironbackpacks:iron for public static gr8pefish.ironbackpacks.api.backpack.variant.BackpackType gr8pefish.ironbackpacks.core.RegistrarIronBackpacks.PACK_IRON. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup ironchest:iron_shulker_box_orange for public static cpw.mods.ironchest.common.items.shulker.ItemIronShulkerBox cpw.mods.ironchest.common.core.IronChestBlocks.ironShulkerBoxOrangeItemBlock. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:hud_init for public static net.minecraft.util.SoundEvent me.desht.pneumaticcraft.lib.Sounds.HUD_INIT. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup appliedenergistics2:smooth_sky_stone_block for private static net.minecraft.block.Block nmd.primal.core.common.compat.mods.AECompat.AE_SKY_STONE_SMOOTH. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:planks_sakura for public static betterwithaddons.block.BlockModPlanks betterwithaddons.block.ModBlocks.SAKURA_PLANKS. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:scaffold for public static betterwithaddons.block.BlockScaffold betterwithaddons.block.ModBlocks.SCAFFOLD. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:diamond_matchpick for public static betterwithaddons.item.rbdtools.ItemMatchPick betterwithaddons.item.ModItems.DIAMOND_MATCHPICK. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup antiqueatlas:antique_atlas for public static hunternif.mc.atlas.item.ItemAtlas hunternif.mc.atlas.RegistrarAntiqueAtlas.ATLAS. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:kerosene_lamp_light for public static net.minecraft.block.Block me.desht.pneumaticcraft.common.block.Blockss.KEROSENE_LAMP_LIGHT. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup ironchest:iron_shulker_box_lime for public static cpw.mods.ironchest.common.blocks.shulker.BlockIronShulkerBox cpw.mods.ironchest.common.core.IronChestBlocks.ironShulkerBoxLimeBlock. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:camo_applicator for public static net.minecraft.item.Item me.desht.pneumaticcraft.common.item.Itemss.CAMO_APPLICATOR. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:logistic_frame_requester for public static net.minecraft.item.Item me.desht.pneumaticcraft.common.item.Itemss.LOGISTICS_FRAME_REQUESTER. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:steeleaf_boots for public static net.minecraft.item.Item twilightforest.item.TFItems.steeleaf_boots. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:ice_sword for public static net.minecraft.item.Item twilightforest.item.TFItems.ice_sword. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:hedge for public static net.minecraft.block.Block twilightforest.block.TFBlocks.hedge. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup appliedenergistics2:material for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.AECompat.AE_MATERIAL. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup ic2:crafting for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.IC2Compat.IC2_CRAFTING. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:huge_mushgloom for public static net.minecraft.block.Block twilightforest.block.TFBlocks.huge_mushgloom. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:assembly_program for public static net.minecraft.item.Item me.desht.pneumaticcraft.common.item.Itemss.ASSEMBLY_PROGRAM. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:experiment_115 for public static net.minecraft.item.Item twilightforest.item.TFItems.experiment_115. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup farmingforblockheads:market for public static net.minecraft.block.Block net.blay09.mods.farmingforblockheads.block.ModBlocks.market. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:harvesting_drone for public static net.minecraft.item.Item me.desht.pneumaticcraft.common.item.Itemss.HARVESTING_DRONE. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:trophy for public static net.minecraft.item.Item twilightforest.item.TFItems.trophy. This means the object wasn't registered. It's likely just mod options. +[16:57:30] [Server thread/INFO] [FML]: Holder lookups applied +[16:57:30] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod chisel +[16:57:30] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - Chisel took 0.027s +[16:57:30] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod mantle +[16:57:30] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod mantle +[16:57:30] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - Mantle took 0.000s +[16:57:30] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod twilightforest +[16:57:31] [Server thread/DEBUG] [twilightforest]: There are 21 entries in TTFeature enum. Maximum structure size is 3 +[16:57:31] [Server thread/INFO] [twilightforest]: twilightforest has loaded compatibility for mod Baubles. +[16:57:31] [Server thread/INFO] [twilightforest]: twilightforest has loaded compatibility for mod Chisel. +[16:57:31] [Server thread/INFO] [twilightforest]: twilightforest has loaded compatibility for mod Immersive Engineering. +[16:57:31] [Server thread/INFO] [twilightforest]: twilightforest has loaded compatibility for mod Just Enough Items. +[16:57:31] [Server thread/INFO] [twilightforest]: twilightforest has loaded compatibility for mod Tinkers' Construct. +[16:57:31] [Server thread/INFO] [twilightforest]: twilightforest has skipped compatibility for mod Thaumcraft. +[16:57:31] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod twilightforest +[16:57:31] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - The Twilight Forest took 0.591s +[16:57:31] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod tconstruct +[16:57:31] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod tconstruct +[16:57:31] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - Tinkers' Construct took 0.024s +[16:57:31] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod acintegration +[16:57:31] [Forge Version Check/DEBUG] [forge.VersionCheck]: [jeid] Received version check data: +{ + "homepage": "https://minecraft.curseforge.com/projects/jeid", + "promos": { + "1.12.2-latest": "1.0.0", + "1.12.2-recommended": "1.0.0" + } +} + +[16:57:31] [Forge Version Check/INFO] [forge.VersionCheck]: [jeid] Found status: AHEAD Target: null +[16:57:31] [Forge Version Check/INFO] [forge.VersionCheck]: [betterbedrock] Starting version check at https://raw.githubusercontent.com/karjah/BetterBedrockPublic/master/version.json +[16:57:31] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod acintegration +[16:57:31] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - AbyssalCraft Integration took 0.303s +[16:57:31] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod fastbench +[16:57:31] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod fastbench +[16:57:31] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - FastWorkbench took 0.003s +[16:57:31] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod actuallyadditions +[16:57:31] [Server thread/INFO] [Actually Additions]: Starting PreInitialization Phase... +[16:57:31] [Server thread/INFO] [Actually Additions]: Grabbing Configurations... +[16:57:31] [Server thread/INFO] [Actually Additions]: Initializing Tool Materials... +[16:57:31] [Server thread/INFO] [Actually Additions]: Initializing Armor Materials... +[16:57:31] [Server thread/INFO] [Actually Additions]: PreInitializing ServerProxy... +[16:57:31] [Server thread/INFO] [Actually Additions]: PreInitialization Finished. +[16:57:31] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod actuallyadditions +[16:57:31] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - Actually Additions took 0.059s +[16:57:31] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod baubles +[16:57:31] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod baubles +[16:57:31] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - Baubles took 0.043s +[16:57:31] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod actuallybaubles +[16:57:31] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod actuallybaubles +[16:57:31] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - Actually Baubles took 0.000s +[16:57:31] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod animalium +[16:57:31] [Server thread/TRACE] [FML]: Automatically registered mod animalium entity piranha as animalium:piranha +[16:57:31] [Server thread/TRACE] [FML]: Automatically registered mod animalium entity wild_dog as animalium:wild_dog +[16:57:31] [Server thread/TRACE] [FML]: Automatically registered mod animalium entity bear as animalium:bear +[16:57:31] [Server thread/TRACE] [FML]: Automatically registered mod animalium entity bear_tamed as animalium:bear_tamed +[16:57:31] [Server thread/TRACE] [FML]: Automatically registered mod animalium entity rat as animalium:rat +[16:57:31] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod animalium +[16:57:31] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - animalium took 0.061s +[16:57:31] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod antiqueatlas +[16:57:31] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod antiqueatlas +[16:57:31] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - Antique Atlas took 0.004s +[16:57:31] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod base +[16:57:31] [Forge Version Check/DEBUG] [forge.VersionCheck]: [betterbedrock] Received version check data: +{ + "homepage": "https://www.curseforge.com/minecraft/mc-mods/bedrock-b-gone", + "promos": { + "1.12.2-latest": "5.1.11", + "1.12.2-recommended": "5.1.11" + }, + "1.12.2": { + "5.1.11": "Fixed a debug message that was reporting to the wrong channel.", + "5.1.10": "Updated forge and added retrogen." + } +} + +[16:57:31] [Forge Version Check/INFO] [forge.VersionCheck]: [betterbedrock] Found status: OUTDATED Target: 5.1.11 +[16:57:31] [Forge Version Check/INFO] [forge.VersionCheck]: [samsocean] Starting version check at https://raw.githubusercontent.com/LothrazarMinecraftMods/OceanFloorControl/master/update.json +[16:57:31] [Server thread/INFO] [base]: Module Tool has successfully loaded +[16:57:31] [Server thread/INFO] [base]: Module JourneyMap has successfully loaded +[16:57:31] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod base +[16:57:31] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - B.A.S.E took 0.054s +[16:57:31] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod contenttweaker +[16:57:31] [Server thread/INFO] [contenttweaker]: Module Vanilla CraftTweaker has successfully loaded +[16:57:31] [Server thread/INFO] [contenttweaker]: Module Materials has successfully loaded +[16:57:31] [Server thread/INFO] [contenttweaker]: Module Tinkers has successfully loaded +[16:57:31] [Forge Version Check/DEBUG] [forge.VersionCheck]: [samsocean] Received version check data: +{ + "homepage": "https://www.curseforge.com/minecraft/mc-mods/ocean-floor-clay-sand-and-dirt", + "promos": { + "1.18.2-latest": "1.1.0" + }, + "1.18.2":{ + "1.1.0":"Ported. Hardcoded height restrictions removed, now is biome based only" + } +} + +[16:57:31] [Forge Version Check/INFO] [forge.VersionCheck]: [samsocean] Found status: BETA Target: null +[16:57:31] [Forge Version Check/INFO] [forge.VersionCheck]: [cyclicmagic] Starting version check at https://raw.githubusercontent.com/Lothrazar/Cyclic/trunk/1.12/update.json +[16:57:31] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod contenttweaker +[16:57:31] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - ContentTweaker took 0.317s +[16:57:31] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod immersiveengineering +[16:57:32] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod immersiveengineering +[16:57:32] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - Immersive Engineering took 0.449s +[16:57:32] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod geolosys +[16:57:32] [Immersive Engineering Contributors Thread/INFO] [immersiveengineering]: Attempting to download special revolvers from GitHub +[16:57:32] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod geolosys +[16:57:32] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - Geolosys took 0.053s +[16:57:32] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod buildcraftlib +[16:57:32] [Server thread/INFO] [BuildCraft]: +[16:57:32] [Server thread/INFO] [BuildCraft]: Starting BuildCraft 7.99.24.1 +[16:57:32] [Server thread/INFO] [BuildCraft]: Copyright (c) the BuildCraft team, 2011-2018 +[16:57:32] [Server thread/INFO] [BuildCraft]: https://www.mod-buildcraft.com +[16:57:32] [Server thread/INFO] [BuildCraft]: Detailed Build Information: +[16:57:32] [Server thread/INFO] [BuildCraft]: Branch 8.0.x +[16:57:32] [Server thread/INFO] [BuildCraft]: Commit a5b4376b7fab67d85fe61de1a97dcc0ab3df233f +[16:57:32] [Server thread/INFO] [BuildCraft]: Fix #4399 - a critical dedicated server crash whenever items moved through pipes with a player watching. +[16:57:32] [Server thread/INFO] [BuildCraft]: committed by AlexIIL +[16:57:32] [Server thread/INFO] [BuildCraft]: +[16:57:32] [Server thread/INFO] [BuildCraft]: Loaded Modules: +[16:57:32] [Server thread/INFO] [BuildCraft]: - lib +[16:57:32] [Server thread/INFO] [BuildCraft]: - core +[16:57:32] [Server thread/INFO] [BuildCraft]: - builders +[16:57:32] [Server thread/INFO] [BuildCraft]: - factory +[16:57:32] [Server thread/INFO] [BuildCraft]: - robotics +[16:57:32] [Server thread/INFO] [BuildCraft]: - silicon +[16:57:32] [Server thread/INFO] [BuildCraft]: - transport +[16:57:32] [Server thread/INFO] [BuildCraft]: Missing Modules: +[16:57:32] [Server thread/INFO] [BuildCraft]: - energy +[16:57:32] [Server thread/INFO] [BuildCraft]: - compat +[16:57:32] [Server thread/INFO] [BuildCraft]: +[16:57:32] [Server thread/INFO] [BuildCraft]: [debugger] Not a dev environment! +[16:57:32] [Forge Version Check/DEBUG] [forge.VersionCheck]: [cyclicmagic] Received version check data: +{ + "homepage": "https://www.curseforge.com/minecraft/mc-mods/cyclic", + "promos": { + "1.9.4-latest": "1.2.0", + "1.9.4-recommended": "1.2.0", + "1.10-latest": "1.1.0", + "1.10-recommended": "1.1.0", + "1.10.2-latest": "1.10.30", + "1.10.2-recommended": "1.10.30", + "1.11.2-latest": "1.5.11", + "1.11.2-recommended": "1.5.11", + "1.12.2-latest": "1.20.14", + "1.12.2-recommended": "1.20.14" + }, + "1.9.4":{ + "1.0.0":"Launch " + ,"1.1.0":"Add new Magic Bean plant, gives semi-random item on harvest. Fix issue #33 crash) and #35 (garden scythe invalid harvest) from issue tracker" + ,"1.2.0":"Add new Conveyor Belt item. Fix broken magic bean recipe. The Launch enchant can now go up to level V (5). Slime launch pads now with with non living entities (such as items). " + }, + "1.10":{ + "1.0.0":"Launch " + ,"1.0.1":"Garden Scythe now works with netherwart. Uncrafting Grinder fix sync issues. Inventory tabs not saving on reload fixed. Add custom sound to heart container" + ,"1.0.2":"Add config to disable inventory shift keybinds. Remove redundant endermen spawning feature (its in vanilla 1.10 now). " + ,"1.1.0":"Add new Magic Bean plant, gives semi-random item on harvest. Fix issue #33 crash) and #35 (garden scythe invalid harvest) from issue tracker" + }, + "1.10.2":{ + "1.0.0":"Launch " + ,"1.1.0":"Add new Magic Bean plant, gives semi-random item on harvest. Fix issue #33 crash) and #35 (garden scythe invalid harvest) from issue tracker" + ,"1.2.0":"Add new Conveyor Belt item. Fix broken magic bean recipe. The Launch enchant can now go up to level V (5). Slime launch pads now with with non living entities (such as items). " + ,"1.3.0":"Add Life Leech weapon enchant. Stack sizes: blow out config to toggle each item off on its own & add ender pearl. Fix Ender Aura potion not triggering at all (it prevents thrown pearl damage). Fix potion textures showing on top of F3 screen. Fix deposit button un-equipping your boots. Fix heart containers not syncing when changing dimensions." + ,"1.3.1":"Fix slime plates crashing the game when hit by exp orb" + ,"1.3.2":"Optimize Biome Crops feature reducing its memory footprint (This caused lag and memory leak on generating new worlds / chunks). Fix text for /villageinfo command." + ,"1.3.4":"Fix the 'fast stardew furnace' feature glitches where items would vanish or spew in wrong direction. Add biome to /ping, and allow calling from non-players. Hide 'within spawn' and 'from spawn' F3 info if you are in another dimension. Searchitem command: work with all inventories (even modded) and show distance away. " + ,"1.3.5":"Inventory upgrade buttons no longer cover the helmet slot, and hide when it makes sense to. Add keybinding to open extended inventory if unlocked (by request). Nerf magic beans recipe and harvest output. Storage bag now only needs gold not diamond. New recipe: melon block to slices. Garden scythe now harvests reeds and cactus. " + ,"1.4.0":"Add Snow Potion. Add Spawn Detector to detect mob spawns, including wither skeletons and light levels. New mob feature: skeletons and zombies mutate when hit by lightning. Mod items can spawn in loot chests. Add loot tables to mobs that dont have much (enderimtes, shulkers, etc - see in game config). Fix a reported Uncrafting Grinder bug. " + ,"1.4.1":"Fixed two crash bugs: with Cyclic Scepter and with Scaffolding blocks. " + ,"1.4.2":"Fix for the spawners hardness. " + ,"1.4.3":"Fix chest sack glitching out and deleting items. " + ,"1.4.4":"Add config category 'content' to remove items and blocks added. Fix Mounted Pearl feature not keeping the horse attached to you" + ,"1.4.5":"Hot fix not loading on servers (#61). Hotfix Exp Achievements misfiring on false positives (#60). " + ,"1.5.0":"New block: Harvester. New block: Item Magnet. Added a config option to disable potion effects from Sleeing Mat. Fix Garden Scythe leaving a floating block (#64). Magnet enchant now only goes to I not V (levels barely had a difference anyway)" + ,"1.5.1":"Fix Garden Scythe rotating cocoa beans on harvesting (#67)" + ,"1.5.2":"Mod compatibility fixes" + ,"1.5.3":"A few recipes no longer require beacons & nether stars. Add world config to disable all loot chest insertions. " + ,"1.6.0":"Added Password Trigger, Miner, Miner Advanced, Placer, Cavefinder and Prospector. Harvester recipe is now cheaper. Added several item and block properties to config. All machines (uncrafter, etc) activate on any redstone power, not just strong power. Removed feature events to restrict sapling growth and give EXP for achievements (they never worked perfectly anyway). " + ,"1.6.1":"Fix uncrafting grinder shooting backwards. Fix Piston wand block updates not syncing to clients when playing on a server. " + ,"1.6.2":"Structure Builder moves faster when skipping over blocked areas. Tooltips added to many items. Reset button added to cyclic wand gui. Builder and Placer machines now don't let in items that aren't placeable as blocks. Machines now let hoppers pull contents from below. Tweak costs of a few recipes. Add long 8:00 version of snow potion. " + ,"1.6.3":"New Controlled Miner added; it auto mines a 9x9 area, control the height, tool used, and blacklist. Harvester range added to config, and increased default to 16. Block Miner Advanced now starts at the level of the block instead of one below. " + ,"1.6.4":"Fix Item Magnet not pulling up off farmland to the hopper, and fix it not pulling items when they are 1 block away." + ,"1.7.0":"New Content: Automatic Fishing Net, Ender Wing, Ender Wing Prime, Fire Charm, Sailor Charm, Void Charm, Water Charm, Sandstone Tools. Add reverse recipes for quartz block and snow block. " + ,"1.7.1":"Make sure broken tools get cleared from Auto Fisher and Controlled Harvester. Fix text output from /villageinfo command. Ender Bombs: different texture for each level, and more recipe options. " + ,"1.7.2":"Fix fatal crash in Structure Builder. Fix equip animation on storage sack. " + ,"1.7.3":"Fix launch enchant firing while swimming. Add Raw fish trade to druid villager. Add glowstone reverse recipe. " + ,"1.7.4":"Fix tool and armor repair material not set correctly. Caused crashes and incompatibility with botania and possibly other mods." + ,"1.7.5":"New Feature: use an armor stand while sneaking to swap your entire armor set (ArmorStandSwap in config). Tree scythe now works with more leaves from other mods - rubber ic2, biomes o plenty, and more. Added some config file defaults for mod compatibility with tinkers construct guis. If Altered Stone config is turned on, tools are crafted with only smoothstone, not variants. Add recipe to reverse netherwart block. Sound of launch enchant is less overpowering. Uncrafting grinder speed is now in config file (cyclicmagic.cfg). Ocean generator details in config. New InventoryUpgradeKeepOnDeath config option to change if the extended inventory items drop on death. Tweak dungeon finder flightpath: slower initially, flies more horizontal when far away, then goes vertical later on. " + ,"1.7.6":"New items: Wing Charm, Block Randomizer, Automatic Torch, Exchange Scepters. Fix a game crash if certain potions were disabled by config. Fix Sack of Holding not compatible with tile entities from some mods (such as EnderIO Buffers). Fix Bucket Storage block dropping items when broken in creative. Fix tools being held the wrong way, they now render like swords instead of items when in hand (also some textures got flipped). " + ,"1.7.7":"Addressed a crash with the new Exchange scepters on falling blocks like gravel. Fix visual glitches with new tools affecting the food/armor bar graphics. Added missing recipe for Block Randomizer. A few compatibility tweaks for Tinkers Construct (for gui issues, in bottom of config file you may have to reset 'Blacklist Container CSV' to default if there are any issues)." + ,"1.7.8":"Fix storage sack crashing the game when you use number hotkeys to put it inside itself. Fix typo in a config description. Fix spammy messages in fml-client-latest.log. " + ,"1.7.9":"Fix the Block Placer crashing on trying to play a sound. Fix bag of holding not copying block metadata - such as copper chests from ironchests mod." + ,"1.7.10":"Re-designed the inventory crafting screen (unlock by eating Inventory Crafting item). It mirrors player inventory more closely with armor slots; has its own keybinding to open it; is now compatible with FTB Utilities; and has full JEI support. Fixed the Druid villager missing texture (was using the vanilla green villager)" + ,"1.7.12":"Fix block miners crashing when used in multiplayer on sponge servers (attempting mod compatibility with spongeforge-1.10.2-2092-5.0.0-BETA-1770). Fix rare exceptions from exchange scepters (ConcurrentModification)." + ,"1.7.13":"Charms have new recipes, they no longer break on empty durability, instead they are repairable. Charms and have optional Baubles API support. New items: Speed Charm, Ender Orb Translocator. Fix Jump plates to show accurate number of blocks in tooltip. Spawners Unbreakable now defaults to false in config. Rebalanced how mod items are distributed in loot tables (some cheaper less valuable items removed such as ender torch, other odds rebalanced). Fix some items not consumed when thrown using offhand (ender bomb and others). Added achievement page. Fix some typos and conflicts in some of the commands useage info and aliases. Fix scaffolding not dropping as an item when breaking, and increase recipe output slightly." + ,"1.7.14":"Fix Sack of Holding leaving behind ghost blocks or invisible chests when used to pick up half of a double chest. Sack of holding now always drops the full sack on the player going both ways (instead of sometimes where the chest was, and sometimes where the player is). Add error handing to Ender Shears to avoid ticking entity crashes, and make sure Ender Shears drops as an item when it hits a block, or a sheep that has already been sheared, or any non-sheep entity. " + ,"1.7.15":"Compatibility: fix Magic Bean not getting harvested by Pams Harvestcraft right-click auto-harvest feature. Make sure Magic Bean always drops its seed when broken, fully grown or not. Magic bean now respects drops two random items by default if broken, and respects fortune on tools. Add a bit Magic Bean loot such as stained glass and hardened clay, a few other things (this helps dilute the really good stuff ... it still currently drops vanilla items only)." + ,"1.7.16":"Fix potion upgrade recipes not working (ingredients changed to changed to gold & ink sacs instead of redstone/glowstone as workaround for known& reported bug in forge). Added Hit Deposit mode to storage sack: Hit on a block to change modes, and hit on a container to deposit (if you have enabled it). Add smelting recipes for End & Nether ores by request in case you silk touch them. Removed key modifiers from default keybindings, (since in current forge version, the modifier cannot be removed: if you rebind to a single key, and restart, the modifier from the default gets put back on your new key). Fix keybindings for Extended Inventory and Inventory Crafting not closing the screens when open. Add chat message to ender dungeon finder if no spawners are in range. Fix Ender Book crashing servers when players used it and didn't have enough experience points." + ,"1.7.17":"Machines with inventory now output comparator signals based on contents just like chests (affects Uncrafting Grinder, Controlled Miner, Block Placer, Structure Builder)" + ,"1.7.18":"Fix helper buttons crashing when trying to deposit on invalid containers (such as Password Trigger). Fix duplication bug with some some blocks (such as Quantum Storage Unit) when using Sack of Holding. " + ,"1.7.19":"Fix duplication bug on Storage Sack with Quantum Storage blocks again (update to build 1.7.18)" + ,"1.7.20":"Fix Stack of Storage displaying the Items Deposited: message even when no items were moved. Make sure identical item stacks get merged if possible when using Dump mode. Fix Password Trigger block so it is not instamane (has hardness) and is harvestable by a pickaxe. Ender Torch recipe now produces 32, up from 8. " + ,"1.7.21":"New Machine: Automated User (automated item use / right click). Tweak tooltips on a few other machines. " + ,"1.7.22":"Fix Auto Fisher sometimes crashing when unloading chunks (and getting a null loot table). Avoid ConcurrentModificationException crashes when using exchange scepters or the piston wand (now uses minecraft's vanilla built in addScheduledTask to avoid modifying server data asynchronously). Also for these scepters increase cooldown from 8 ticks to 10. Sack of holding now works with more stuff (for example, the machines from Extra Utilities 2). Change default value of TerrariaInventoryButtons to false (it has caused issues with several other mods now. Can still be re-enabled client side) " + ,"1.8.0":"Uncrafting Grinder: Config blacklists moved from blocks category to modpacks (so no longer visible with ingame config gui); blacklists now correctly use the modid:itemname string for vanilla and modded items; You can now blacklist an entire modid from the uncrafter. Also no longer uncrafts enchanted items, or unenchanted items using a recipe that creates an enchanted one (Fixes the progressive automation/nether star exploit); recipe slightly changed, 3 obsidian instead of 1; Harvester: processing time now in config file. Nether and End ores now have correct mining levels set (so no longer can you mine nether diamond ore with a wooden pickaxe for example). Auto fisher now respects mending enchantment to repair fishing rods with fished exp (it already worked with luck and unbreaking and others before). Autofisher now runs every second instead of every tick (default speed is still the same at 7% chance to catch). Autofisher speed in config file." + ,"1.8.1":"Fix Uncrafting Grinder BlacklistOutput not working. Fix Cyclic machines losing their data (items, etc) when their block state gets changed (when they get rotated by some modded item). Fix Prospector tool not detected modded ores: It now lists out every block found and its count, not just ores." + ,"1.8.2":"Both Harvester and Garden Scythe now consume one seed from the block drops while replanting. Cyclic Scepter: add config toggle to turn off the purple particle beam on use. Fix Cyclic Scepter claiming to be empty and not building when actually only the first two slots were empty and others had blocks. Redstone carrots now increase horse speed by 1% each, down from 5%. Ender carrots now increase horse jump height by 1% each, down from 2%. Magic Bean now grows with bonemeal. Add config option in items category for saddles horse armor, and records to stack to 16. " + ,"1.8.3":"Harvester and Block Miner now have a GUI screen. All cyclic machines that required redstone now have a redstone toggle button in their GUI: This allows you to change between two modes: Always On and Requires redstone. Increased mining efficiency of Block Miner. Removed the recently added stacksize 16 for records: Vanilla jukeboxes are buggy and can't handle this, causes item duplication." + ,"1.8.4":"Fix Auto Fisher sometimes crashing when the fishing rod is empty or does not have mending. " + ,"1.8.5":"Harvester GUI now has two new buttons: You can change the harvest area as well as preview it. The Harvester size is no longer in the config file. All machine block models face the same direction in your inventory now. New Item: Stirrups. Add missing config for existing feature: 'F3SpawnChunkInfo' for Within Spawn or Distance from spawn chunk text on F3 menu. Add missing config for existing feature 'F3HorseInfo'. Fix Sack of Storage merging items with different NBT data. Added zh_CN.lang. Rebalanced some early game trades on Sage and Druid villagers, and added new trades at the end (new spawns not existing). " + ,"1.8.6":"Fix Tree Scythe and Brush Scythe not working. Fix Magic Bean not dropping its seed when at full growth. Increased recipe output of many of the Ender projectiles. " + ,"1.8.7":"Added shearing block. Added torch launcher. Cyclic Building Scepter given a more descriptive name. Some tool recipes changed to use quartz instead of ghast tears: Piston Scepter, Cyclic Building Scepter. Fix Structure Builder placing leaves that decay right away. Structure Builder and Cyclic Build Scepter now play the block place sounds as they build. Fix Auto Torch attempting to place in liquids. Tweaked & cleaned up a few item textures. New Recipe and JSON Models for the Randomizer and the Exchange Scepters." + ,"1.8.8":"Fix Uncrafting grinder bug when trying to insert into Refined Storage Interface block. Fix Uncrafting Grinder sometimes merging items with different NBT data. ProspectorRange now has default config value of 32 instead of 16 (doesn't affect existing config files). Stop the thrown torches (from Ender Torch or Torch Launcher) land on non-solid surfaces (such as on leaves or flowers). Add missing sound effect to torch launcher. " + ,"1.8.9":"Fix compatibility with commands and HelperFixer (compareTo issues from server logs & possible crashes running /help). Horse upgrade carrots for speed and jump now increase at a constant rate and not a percentage; this also fix incorrect upgrading while the horse is under jump or speed potions. " + ,"1.8.10":"Fix the Cyclic scepter crashing the client when trying to place a block on empty space at max range and failing to play a sound effect" + ,"1.8.11":"New Item: Ender Sack. New Block: Interdiction Plate. " + ,"1.8.12":"Uncrafting Grinder GUI overhaul: New help button to identify if an item can be uncrafted, and if not it gives a reason. It no longer tries to deposit items into containers (was incompatible with some containers, and occasionally had issues), instead has its own inventory of recipe output, which can be extracted by hoppers and pipes. Fix timeout & delay errors in Bucket storage. " + ,"1.8.13":"Automated User now works on entities. New Items: Water Froster, Water Spreader, Water Splasher. Fix sack of holding incompatibility with storage drawers, where you would sometimes get ConcurrentModification exceptions and have the emtpy sack go to negative stack sizes. Fix Piston Scepter letting the offhand action trigger at the same time. " + ,"1.8.14":"Magic Bean: Now has config file entries to disable bonemeal, and disable dropping a bean (seed item) when fully grown. Magic Bean loot table is now entirely in the config file (so you can remove items or add modded items). New category mobs -> mobloottable so you can tweak the bonus item drop percentage on top of just the true/false. The chance for cyclic items to spawn in dungeon chests is now in config as ChestLootChance and defaults to 4 (it used to be hardcoded as 7; still can be disabled by ChestLoot config as normal). Removed Emerald Shovel and Axe from dungeon loot. All Ender Projectiles now work out of a dispenser (Snow, Bombs, Blaze, Dungeon Finder, Fishing, Lightning, Torch, Water, Shears). Updated some tooltips. Controlled Miner is no longer fixed at 9x9, you can change the area that it mines. Controlled Miner and Structure Builder now both have preview buttons. Fixed the machines smoking when not running after chunk/world is reloaded. Automated User can now toggle between two modes: Use and Attack. " + ,"1.8.15":"Automatic Fishing Net: fixed a bug where it wasn't dropping contents when you break it. Automatic Fishing Net now uses wood break/place sounds instead of stone. " + ,"1.9.0":"Updated to forge 12.18.3.2185. Speed charm no longer gives the speed potion effect, it directly increases your speed without effects (so no particles, and it can stack with potions). Implement PermissionAPI for compatibility with FTBUtilities. Emerald gear is now on par with diamond instead of being weaker (still has enchantability of gold). Nether Lapis spawn rate reduced by 1/3rd. End and Nether ores can spawn veins as big as 8. Nether Diamond and Emerald spawn rates reduced by 50%. Slightly reduced spawn rate of End coal and End redstone ore. Fix Button/text overlap in Automated User. Removed several test messages that were spamming logs. " + ,"1.9.1":"Fix a crash that can happen when unbinding keys. Ender Book experience cost config now allows value zero. Cyclic Building Scepter is now compatible with blocks from Chisel and Bits blocks. " + ,"1.9.2":"New block: Fan. Auto Fisher: Fixed not outputting items to things like hoppers. Added a tooltip for Autofisher. Fix tooltip on exchange scepter. " + ,"1.9.3":"Added recipe for Fan. " + ,"1.9.4":"Fix crash caused by certain types of modded armor in the Uncrafting grinder (such as bronze armor from IC2). Auto fisher will now refuse to fish if a non-fishing rod item ends up in that slot. Vein size and spawn chances of Nether ore and End ore now in config; tweak or disable each individually. " + ,"1.9.5":"New Block: Pattern Replicator. Add config for disabling Viscous potion. Fix speed charm exploit bug. Speed charm now has more durability, but takes damage a bit faster, and costs emerald blocks instead of emerald items to craft and repair. Added new mob spawn config to allow pigmen to spawn naturally in Mesa biomes (off by default). " + ,"1.9.6":"Fix bug when hoppers or conduits are inserting items into Controlled Miner; it now safely inserts tools into the correct slots and ignores the rest without crashing. " + ,"1.9.7":"New Block: Entity Detector" + ,"1.9.8":"Fix block miners constantly playing equip sounds for fake player. Fix Automated User in attack mode not calculating damage from enchantments or modded items (such as tinkers swords)" + ,"1.9.9":"Fix sign editing feature calling a client only function on servers (was causing log spam but not crashing or causing issues). Fix inventory extension not saving when servers add prefixes to player names such as '[Owner]<'. Config entry Build Scepter HUD replaced with Scepter HUD which now can be in all four corners. Exchange scepters can now have their hud move to all four corners using the same Scepter HUD config. Exchange scepters can now build out of the third row of the inventory (in addition to the other two). Fix Harvester and Miner crashing when put on top of a hopper (even though they have no inventory slots). Make sure each 'FakePlayer' from this mod uses a different UUID. Fix model rendering glitch on Block Placer. BlockPlacer now plays sounds as it places. " + ,"1.9.10":"Potions from cyclic now show potion level in the tooltip: for example Health Boost potion now shows Health Boost V. Add support for JEI Description tabs on most items. Automatic Fishing Net and Pattern Replicator no longer burn as furnace fuel. New Blocks: slime conveyors now come in four total variants: fast, normal, slow, slowest. Slime conveyors: now take up full space of the block (like a carpet) instead of partial (like a pressure plate) so entities dont have inconsistent speed at edges of a block. Slime conveyors now keep the entity 'grounded' so they dont get sudden bursts of speed when going down a block onto a conveyor on a lower level(as seen in xisumavoids video with the sheep. can be reverted to old behavior in config->SlimeConveyorKeepEntityGrounded). Slime conveyors now have an autocorrect feature that keep moving entities in the center of the path (can be disabled in config->blocks->SlimeConveyorPullCenter)" + ,"1.9.11":"Add block highlight overlay to Exchange scepters. Fix Exchange scepter breaking blocks that are unbreakable. Add blacklist to exchange scepter, default starts with only obsidian (modded blocks are supported). Made some mild nerfs to both Exchange Scepters (reasoning: meant to be building & decorating, not be overpowered mining tools): Durability from 5000 to 1000 uses; takes damage per block replaced not per use (so a 3x3 area will take away 9 durability from item); cooldown from 10 ticks to 30 ticks; and upped recipe cost. Fix slowfall potion from Wing charm getting stuck at 0:00. Accepted a submission to update zh_CH.lang. " + ,"1.9.12":"Stop the Controlled Miner from mining with tools on air blocks; this stops it from constantly draining durability from Tinkers Construct tools. " + ,"1.9.13":"New Block added: Aerial Faith Plate. " + ,"1.9.14":"Added Swim Speed Potion. Added Block Rotator (Similar to Piston Scepter but its cheaper and only one mode). Added Air Charm: Lets you walk on air while sneaking.Fixed Ender Aura not working: It now correctly prevents ender pearl damage. Ender Aura Potion now also prevents ALL suffocation damage. Ender Aura Potion now makes Enderman drop more exp from the player kill (randomly 1-5 extra). " + ,"1.9.15":"Update zh_CN lang file. Config fix: claySize was missing from ocean category" + ,"1.9.16":"New Item: Climbing Gloves - use any vertical surface as a ladder. " + ,"1.9.17":"New Item: Rod of Elevation. Teleport yourself or any target entity to the nearest surface above. " + ,"1.9.18":"Air Charm now helps prevent fall damage if you fall and then use it in midair. Fix the Structure Builder sometimes placing ghost blocks. Structure Builder now has new modes: Solid, Stairway, Sphere. Fix an infrequent crash with Harvester when you break it while its still running and about to harvest. " + ,"1.9.19":"Fix a crash caused by Cyclic when throwing an ender pearl while riding a mount (feature causing this is config>player>PearlsOnHorseback). " + ,"1.10.0":"Machines now have animations when running. A few items have new names, recipes, or textures. Auto fisher now requires any four of the six faces to be wet, but it can be any sides so automation is easier. Auto fisher now displays frequency in GUI, which is fishing speed based on nearby water. Auto Fisher will no longer let enchanted fishing rods break, it drops them with 1 point left." + ,"1.10.1":"Uncrafting grinder has two new error types for the ? button, one for if something is enchanted, and the other if the recipe type is unknown and not supported. " + ,"1.10.2":"New Item: Redstone Lever, bind this to a lever in the world and then operate it remotely. Added a few missing tooltips on other items. " + ,"1.10.3":"Most item rendering rotation changed to match vanilla items (Thanks Frost2779). Scaffolding block changes: renamed to Fragile Scaffolding, slowed down rate of decay, and recipe output increased. New Block: Reactive Scaffolding that auto breaks when its neighbour breaks. New Block: Replaceable Scaffolding: building on it replaces it instead of normal placement. Reduced sound of scaffolding blocks. Scaffolding blocks are climb-able like a ladder. Scaffolding blocks can be built at long range: build while sneaking and it builds a block on the far opposite side, so you can easily build bridges or towers. Fixed scaffolding transparency (it no longer kills grass). " + ,"1.10.4":"Fix a mod compatibility / item duplication glitch with a block from cyclic and the Drill from Actually Additions. A few more updates for block item-model rotation. " + ,"1.10.5":"Item Magnet now can be shut off by giving it redstone power. New Items: Glowing Chorus Fruit; Darksight Helmet; Nokozan Chestplate; Leggings of Zakarum; Boots of Elitch. " + ,"1.10.6":"Password Detector: when this block is triggered from the password in chat, it blocks the message from going to all players and instead sends you a single message. Add missing config entry for Glowing chorus fruit. Glowing chorus no longer gives nausea, and takes glowstone dust to craft instead of blocks. Glowing chorus now gives flying for 10 seconds, up from 7. Corrected some tooltips. " + ,"1.10.7":"Added Mattock: Mines dirt and stone in a 3x3 area. Heart Container will now block you from eating it when you are full on hearts. Fix Automated User letting item stacks go into negative numbers when using on multiple entities. Fix Automated User using durability/items too fast, and crash on entity sometimes (found using buckets and cows). Filled sack now attempts to find the translated name of the contained tile entity, instead of the text 'tile.whatever'. Items added to random chest loot: Rod of Elevation, Climbing Gloves, Air Charm. " + ,"1.10.8":"New item: Merchant Almanac - This opens an improved trading interface for the nearest villager. " + ,"1.10.9":"Remove some logging messages that were spamming the logs." + ,"1.10.10":"Merchants Almanac: The button tooltips now list out all enchantments if the items being sold (books/armor/anything)" + ,"1.10.11":"Fix broken texture in Pattern Builder. Fix error in Ender Book tooltip. The buttons to open your extended inventory & 3x3 crafting table now will show the letter of the key you have bound to open it; defaulting to the old 'I' 'C' as before if the keys are unbound. The Inventory Crafting and Inventory Upgrade cakes now stack to 64, up from 1. Mattock now has a tooltip. Reduced recipe cost of Ender Orbs. " + ,"1.10.12":"Patch Automated User to try and avoid crashes when interacting with mobs from Minecraft Comes Alive mod. New Features in Password Trigger: You can change it to pulse mode, and you can claim the block so nobody else can use or set the password. Exchange scepters now attempt to correctly set block rotation on placement. Exchange scepter mod compatibility fix with Painted Slabs from Ender IO. Fix Ender Torch and Torch Launcher from double placing torches with a single shot. zh_CH.lang updated. " + ,"1.10.13":"Fix the Password Trigger GUI closing when typing 'e' (or whatever key is bound to open inventory). Blocks and World generation added: Nether Iron, End Iron, Nether Redstone, End Gold (by request); controlled in config the same way as the rest of the world gen. " + ,"1.10.14":"Bugfix to make sure chorus data persists through death. Fan has GUI to control range and direction. Charms can now be turned off by right clicking them on the inventory. Purple power armor can now be turned off by right clicking. " + ,"1.10.15":"New Content: Safe Dynamite, Mining Dynamite, Monster Ball, Experience Pylon. Life Leech enchant now also restores a half heart with any damage dealt (it still restores some hunger and life on kill). Life Leech enchant now displays heart particles above your head when it heals you. Added new enchantments: Auto-Smelt and Experience Boost. Controlled Miner now has a toggle button to switch between a whitelist and blacklist. " + ,"1.10.16":"Removed debug messages cluttering log files. Fixed prospector getting the correct language file names from ores with metadata (such as from immersive engineering). Prospector now has more config settings for modpacks; either a whitelist or a blacklist of things to look for. " + ,"1.10.17":"Fix a game crash that happened if you eat two inventory upgrades and have the keybinding disabled to open the screen. " + ,"1.10.18":"Structure builder will now check if placement is valid before building (avoids saplings placed on non-solid blocks for example)" + ,"1.10.19":"Fix harvester resetting its size property when chunk reloads. Fix Mattock tooltip. Add nether star and some progressive automation items to the uncrafting grinder default blacklist. Removed nether star from default Magic Bean loot table (existing config files unchanged and you could still add it back). Auto torch will no longer place in spectator mode. " + ,"1.10.20":"Fix sheep exploit. " + ,"1.10.21":"Auto Fisher now compatible with aquaculture, basemetal, modernmetal fishing rods. Automatic User now correctly drops output items, such as milk buckets. Fix harvester sometimes crashing when used on agricraft crop sticks or Pixelmon apricorns. " + ,"1.10.22":"Fix a client side crash when the mod thinks you are trying to right click an item to turn a bauble off" + ,"1.10.23":"Mattock tool now checks block hardness (in all 9 locations) to avoid breaking unbreakable blocks; also it calls block.canEntityDestroy(..) for better cross-mod compatibility." + ,"1.10.24":"Automated User now correctly uses empty and full buckets with liquids placed in the world. Added Automated User integration with tile entities that use the forge Fluid Capability system (for example, it can now use full & empty buckets with the Fluid Tank & Reservoir from Ender IO)" + ,"1.10.25":"Fixed a compatibility issue that was causing fall damage in certain situations that should not cause fall damage, while using Mekanism Jetpacks. Fixed client-server desync with Launch enchantment, it now correctly resets your fall damage on use." + ,"1.10.26":"Automated user now (again) milks cows using empty bucket. Fixed a rare client crash with Merchant Almanac if trading too fast and the trade list desyncs. " + ,"1.10.27":"No longer adds Dynamite VI to dungeon loot tables. Fixed uncommon crash that happens when a Sack of Storage is spawned in from a loot table instead of being crafted (somehow gets created with bad data, hard to explain and replicate, example given is new world bonus chest)" + ,"1.10.28":"Minimum forge version changed to 12.18.3.2316. Harvester now works on Resourceful Crops mod. " + ,"1.10.29":"Donkeys will no longer eat lapis carrots (they are immune anyway). The horse upgrade carrots will now get eaten only one at a time, and will no longer someties get set to item stack zero / crash the game. Interfaces with textboxes now allow you to hold down the button, such as a letter or the delete key (Ender Book, Faith Plate, Password Detector). " + ,"1.10.30":"Fixed some scaffolding blocks auto-breaking when they shouldn't. Fixed ConcurrentModificationException error when using Cyclic Building Scepter. " + }, + "1.11.2":{ + "1.0.0":"Beta release; on par with 1.10.2-1.9.15 Removed: LightningSkeletonMutate, LightningZombieMutate, Block Miner Advanced. Changed Features: Emerald Carrot no longer changes normal horses to zombie or skeleton; instead its used to tame existing Zombie and Skeleton horses. Sleeping Mat works half the time but has a few issues, its a work in progress right now. Several items have changed textures, recipes, and names. " + ,"1.1.0":"Ports all features from 1.10.2-1.10.11. A few recipe changes were rolled back to match 1.10.2, trying in general to keep versions in parity. WARNING: some ids/names were messed up in 1.0.0 and but fixed in this version, so forge will give you some warnings. " + ,"1.1.1":"Fix furnaces not breakable by tools. " + ,"1.1.2":"Now requires minimum forge-13.20.0.2252. Fix extended player crafting and inventory screens crashing (the screens from the inventory cakes). Fix a different crash that happened occasionally on startup / world load (AbstractMethodError)" + ,"1.1.3":"[port of 1.10.13] Fix broken texture in Pattern Builder. Fix error in Ender Book tooltip. The buttons to open your extended inventory & 3x3 crafting table now will show the letter of the key you have bound to open it; defaulting to the old 'I' 'C' as before if the keys are unbound. The Inventory Crafting and Inventory Upgrade cakes now stack to 64, up from 1. Mattock now has a tooltip. Reduced recipe cost of Ender Orbs. Patch Automated User to try and avoid crashes when interacting with mobs from Minecraft Comes Alive mod. New Features in Password Trigger: You can change it to pulse mode, and you can claim the block so nobody else can use or set the password. Exchange scepters now attempt to correctly set block rotation on placement. Fix Ender Torch and Torch Launcher from double placing torches with a single shot. zh_CH.lang updated. Fix the Password Trigger GUI closing when typing 'e' (or whatever key is bound to open inventory). Blocks and World generation added: Nether Iron, End Iron, Nether Redstone, End Gold (by request); controlled in config the same way as the rest of the world gen. " + ,"1.1.4":"Bugfix to make sure chorus data persists through death. Fan has GUI to control range and direction. Charms can now be turned off by right clicking them on the inventory. Purple power armor can now be turned off by right clicking. Fix Baubles API compatibility with the charms. " + ,"1.2.0":"Re-balanced some recipes (avoid exploits & more access to early game low power content without ender pearls). New Content: Safe Dynamite, Mining Dynamite, Monster Ball, Experience Pylon. Life Leech enchant now also restores a half heart with any damage dealt (it still restores some hunger and life on kill). Life Leech enchant now displays heart particles above your head when it heals you. Added new enchantments: Auto-Smelt and Experience Boost. Controlled Miner now has a toggle button to switch between a whitelist and blacklist. Added Lapis Apple that can tame undead horses. Fix a mod conflict causing uncrafting grinder to spew items. Make sure Controlled Miner can harvest soft blocks like Sugar Cane. Emerald apple no longer edible by players. Fix rare crash event when rendering inventory buttons. Stop uncrafting grinder from continuing to run even with an empty itemslot. " + ,"1.2.1":"Fix enchantment id of Experience Boost enchantment being zero, and not being in the config file. Added Block Reach enchantment: put it on your chestplate to increase player reach from 5 to 16. " + ,"1.2.2":"Removed leftover debug statements from log files. Fix Controlled Miner whitelist recognizing certain plants such as reeds. Brush Scythe now harvests 1-tall flowers from the Plants mod by Shadows_Of_Fire. Fix Remote Lever not triggering block neighbour updates when lever is indirectly powering something. " + ,"1.2.3":"Fix uncrafting grinder spitting items on the ground even when inventory is not full. Update JEI compatibility with potions from cyclic. Viscous potion now requires an awkward potion instead of just a water bottle. Automatic Fishing Net is now compatible with fishing rods from the Aquaculture mod." + ,"1.2.4":"Fix the game crashing when you open sack of storage and then click on the sack that was just opened. " + ,"1.2.5":"Fix the Merchant Almanac crashing when used on new villagers or when new trades are learned. Fixed prospector getting the correct language file names from ores with metadata (such as from immersive engineering). Prospector now has more config settings for modpacks; either a whitelist or a blacklist of things to look for. " + ,"1.2.6":"Fix a game crash that happened if you eat two inventory upgrades and have the keybinding disabled to open the screen. Fix game crash in the Block Miner" + ,"1.2.7":"Climbing Glove changes: Can toggle on or off with right-click the same as charms; no longer needs to be on your hotbar; now can be equipped in a baubles slot. You can now activate ender wings with a right click on them while inventory is open. Structure builder will now check if placement is valid before building (avoids saplings placed on non-solid blocks for example)" + ,"1.2.8":"Fix auto-torch crashing game when running out of durability. " + ,"1.2.9":"Fix harvester resetting its size property when chunk reloads. Fix Mattock tooltip. Add nether star and some progressive automation items to the uncrafting grinder default blacklist. Removed nether star from default Magic Bean loot table (existing config files unchanged and you could still add it back). Auto torch will no longer place in spectator mode. Fix the inventory crafting 3x3 crafting grid sometimes crashing when dragging itemstacks while the MouseTweaks mod is installed " + ,"1.3.0":"New item: Soulstone. New Block: Unchant Pylon - used to remove enchantments from anything. New Block: Auto Crafter. Fixed a crash when shift-clicking items in Experience Pylon. Experience Pylon collection radius increased to 5, up from 2; storage capacity increased to 20,000 from 1000. Experience Pylon now has the ability to deposit XP straight from the player, as well as new buttons to toggle each function. Nether Iron Ore and End Iron Ore now drop iron nuggets instead of ingots. Ender Shears gives double wool drops. Removed various loot table configs, mob drop changes, worldgen, since this is better done with vanilla JSON loot tables, or other mods such as InControl and Ocean Floor (List of all config file entries removed: PolarBearLoot, BatsLeather, ElderGuardianDiamonds, EndermiteEyeCrystal, ShulkerLoot, SilverfishIron, StraySkeletonPackedIce, Zombie Drops Nerfed, Sheep Shear Bonus, Leather Bonus, Pork Bonus, Iron Bonus, Classic Oceans). Similarly, removed Mob Spawning module and 'Mob Spawns' config cateory. Interdiction plate buffed to counteract fast mounted mobs and Rough Mobs: fires every half second up from each second, and speed increased from 1.4 from 0.9. " + ,"1.3.1":"Dungeonfinder flight path has been overhauled: Speed much slower at the start and gradually speeding up so you can actually follow it. It still flies mostly horizontal at first and goes vertical later. Auto Crafter JEI support added. Auto Crafter is faster, firing every 20 ticks instead of 40. " + ,"1.3.2":"Automatic User now correctly drops output items, such as milk buckets. Fragile Torches feature config entry defaults to false now. Replaceable scaffolding fixed (now it actually gets replaced with your held block). Exchange scepters will no longer try to place non-block items and set air. " + ,"1.3.3":"Prevent a crash getting drops out of Giacomos experience seedling mod when using Garden Scythe. Pattern Replicator now renders its bounding boxes using translucent shadow-cubes instead of particles (looks cleaner and less lag clientside). Experience pylon now has a Deposit All button. " + ,"1.3.4":"New Item: Player Launcher. Structure Builder now renders a preview of what its about to build. " + ,"1.3.5":"Fixed a crash caused by shift-clicking an item into a machine that has no inventory (such as Harvester). Player Launcher: added a crafting recipe, and it now preserves horizontal momentum. Added brewable Bounce potions. Automated User now has a range setting up to 9x9 (previously was only directly in front)... Great for planting or bonemeal-ing your fields! " + ,"1.3.6":"Added Soundproofing. Added Workbench. Fixed Bouncy potion effect from the player launcher affecting and bouncing players without the active potion effect on. " + ,"1.4.0":"New Item: Cyclic Guidebook - only exists if you add the Guide API mod https://minecraft.curseforge.com/projects/guide-api. Removed Block Miner Advanced (the 3x3x3 one) since it was completely redundant, use the Controlled miner or Block Miner instead. Air charm now works when not sneaking; INSTEAD it always lets you walk on air at normal speed, and sneaking will let you slowly descend. Fixed Air Charm not letting you jump in midair unless you are standing still, so now you can airwalk and jump up one blockspace at a time. Fixed the Structure Builder preview button . Default configs changed: Nether diamond spawn chance changed from 6 to 2, End Diamond ore spawn change changed from 10 to 4, Plant Despawning Saplings defaults to false. Some of the more common/low powered Cyclic items have been removed from dungeon chest loot registry. " + ,"1.4.1":"Added Gold Minecart, Gold Furnace Minecart, Stone Minecart. " + ,"1.4.2":"Added Turrent Minecart and Dropper Minecart. Automated User can now interact with minecarts (previously was only living entities). Updated projectile rendering which stop them sometimes hitting the throwing player clienside and becoming invisible, and this fixes the dynamite playing explosion sounds on throw instead of on impact. Fixed Guidebook pages going off screen, and a few typos. Fixed the breaking particles of several blocks (so they arent the broken black/purple). Fixed block hardness of the Auto Crafter, Workbench, Soundproofing, and the plates (so they are no longer instant-break). New Guidebook category: Transport. " + ,"1.4.3":"Cyclic minecarts now work out of dispensers. Fix Gold Minecart not picking up entities on collision. Re-wrote Gold Furnace Minecart collision and movement logic, now gets stuck less and slow down less pushing other carts. Gold furnace minecart does not auto move when you give it fuel, and it tells you current fuel total. Removed 'world generation / Biome Crops' config & feature, as it was possibly causing world generation lag, in addition to being fairly bare bones, not fully configurable, and kind of boring... other mods do it better." + ,"1.4.4":"Fix missing texture in Workbench and fix JEI crafting support." + ,"1.4.5":"Reduced speed of Player Faster Ladder option by a factor of six to prevent launching you if the ladder is really tall. Fixed an item loss bug in Uncrafting Grinder if it was working on a valid recipe with less items than required at the end of a stack. Add HarvesterBlacklist in config file, by default it contains 'terraqueous:pergola' so harvester and garden scythe can be blocked from harvesting blocks that are coded to be food/bushes, but are not intended to be. " + ,"1.4.6":"Mattock tool now checks block hardness (in all 9 locations) to avoid breaking unbreakable blocks; also it calls block.canEntityDestroy(..) for better cross-mod compatibility." + ,"1.4.7":"Fix crashed caused by using scythe on certain leaves (caused by the config blacklist added in v1.4.5)" + ,"1.5.0":"Now requires Forge version 13.20.0.2300 or higher. Block Miner and Block Placer can now face up and down, in addition to horizontal directions (so full 6 directional placement just like a Dispenser). Harvester now captures drops in its inventory. Automatic User now works with all forge buckets and fluid tanks. Updated a few machine GUIs. Many machines that act on an area now render their preview area using ghost blocks and a toggle button. Many machines now optionally can consume furnace-fuel, which increases their speed. Fixed Structure Builder and Pattern Replicator not playing block placing sounds. For all three Scythes (Brush, Tree, Garden) you can hold shift to reduce the range by half. " + ,"1.5.1":"Fix the new fuel slots machines destroying the empty bucket when consuming lava as fuel. Add new config option to Sleeping Mat that makes it set players spawn point just like a bed (defaults false). " + ,"1.5.2":"Fix client-side game crash in Auto Fishing Net. " + ,"1.5.3":"Fix broken item tooltip. Mattock now repairable in an anvil using obsidian. Automated User now works empty glass bottles on water. Automated User now has input and output slots for better automation (with hoppers/pipes). Tweaked/optimized shift-clicking fuel into blocks with an inventory and a fuel slot. Fix block transparency on a few things (example: grass will no longer die under a Fan or a Pylon). Fix Block Miner and Block Placer affecting the opposite direction that they appear to be facing (you may have to break and replace existing blocks to fix). Improved compatibility with plants, leaves, crops, and mushrooms for several mods including Biomes o Plenty, Actually Additions, and Rustic. " + ,"1.5.4":"Fixed a compatibility issue that was causing fall damage in certain situations that should not cause fall damage, while using Mekanism Jetpacks. Fixed client-server desync with Launch enchantment, it now correctly resets your fall damage on use. Updated zh_CN.lang translation file (thanks to TartaricAcid). " + ,"1.5.5":"Fixed brush scythe and tree scythe sometimes not dropping items. Improved how many cyclic machines interact with pipes and hoppers: fuel always comes in the side, top and bottom for in and output. Auto-Torch now works from bauble slot. New config entry AutoTorchLightLevel. Cyclic machines now more compatible with pipes and transfer systems from other mods (example: Extra Utilities Transfer pipes; tech detail: supports forge CapabilityItemHandler). Automated User now has a Y-offset button so you can aim it up or down one block." + ,"1.5.6":"New Enchantments: Quickdraw and Beheading. New Item: Evoker Fang. Fragile Torches feature now affects Stone Torch and Tiny Torch (from Tinkers and AA respectively), and also it respects the 'mobGriefing' gamerule (this feature is still turned off by default in the blocks config category). " + ,"1.5.7":"Fix client side crash that sometimes happen when right clicking items inside Chizel and Bits bag (misfire of right click to turn charms on and off). " + ,"1.5.8":"Nether Ores now registered in ore dictionary as ore blocks (so for example anything that processes redstone ore will work on nether and end redstone ore). Existing recipes now work with ore dictionary items (example: ingots, dyes, sticks, etc). Fixed a few typos in tooltips and guidebook. " + ,"1.5.9":"Experience Boost enchantment now gives XP directly to player (when mining, not combat); this was done to avoid lag when using hammers or a vein miner. Interfaces with textboxes now allow you to hold down the button, such as a letter or the delete key (Ender Book, Faith Plate, Password Detector). The horse upgrade carrots will now get eaten only one at a time, instead of double. Fixed horse info in F3 not showing for donkeys, zombie, and skeleton horses. " + ,"1.5.10":"Remove JSON recipe files that leaked over from the 1.12 build, and remove a bunch of logspam on startup " + ,"1.5.11":"Update zh_CN language file" + }, + "1.12":{ + "1.5.6":"Initial port from 1.11.2-1.5.6" + ,"1.5.7":"Fixed the server subscribing to tooltip render events which prevented server startup. Recipes have been converted to new JSON system. Needs forge 14.21.0.2338 higher. " + ,"1.5.8":"Guide API compatibility added back in, get it here https://mods.curse.com/mc-mods/minecraft/228832-guide-api" + ,"1.5.9":"Fixed uncrafting grinder not giving out ingredients. Fixed a crash when using the workbench. Experience Boost enchantment now gives XP directly to player (when mining, not combat); this was done to avoid lag when using hammers or a vein miner. Re-enabled Baubles API compatibility." + ,"1.5.10":"Nether and End Ores now registered in ore dictionary as ore blocks (so for example anything that processes redstone ore will work on nether and end redstone ore). Existing recipes now work with ore dictionary items (example: ingots, dyes, sticks, etc). Fixed a few typos in tooltips and guidebook. Fixed crafting bug in the workbench and inventory crafting that would temporarily disable recipes. Fix fall damage desync bug with climbing gloves. Fix many missing tooltips. Fix item tooltip boxes not rendering in cyclic GUI's. Fixed text pages adding to guide book twice (doubled). " + ,"1.5.11":"Stop cyclic machines trying to work while chunks are unloaded, causing TPS issues on servers. Default config values changed (affects new and not existing config files): For both end and nether ores, spawnChanceDiamond = 1 and spawnChanceEmerald = 1. For Uncrafter: added elytra and techreborn:uumatter to both BlacklistOutput and BlacklistInput. Added resourcefulcrops to BlacklistMod. Removed 'Elytra Repair' config entry and feature (overpowered and not working right). Monster ball is now reuseable; does not break after a single use. Fixed Ender Wings and Ender Book not playing sounds on teleport. Made small changes to about five recipes. Added support for Enchantment Descriptions (which are added by walia and other mods). Fix BeheadingExtraMobs config system for the enchantment, it now uses modname:monster-player, matching the summon command. Fix buttons on some GUI's having broken textures on the bottom. Automated User in attack mode will no longer hit entities outside of its bounding box. " + ,"1.6.0":"No longer uses JSON recipe files, this fixes the error in forge that removes ALL mod recipes when any one item is disabled in config. All machines in cyclic that have fuel slots will no longer run for free, they now require fuel. Fixed some tooltip issues. The Ender Book and Ender Wing items now hook into forge event system, so they can get affected/blocked/redirected other items/blocks (compatibility with DarkUtilities and other mods). Interfaces with textboxes now allow you to hold down the button (Ender Book, Faith Plate, Password Detector). Automated User can now attack tiny entities such as silverfish. Reduced cooldown on Exchange scepters. Fixed wither skeleton skulls not dropping from Beheading enchantment. Beheading enchant will no longer crash the game when used on a player. All new custom made sounds for Ender Wings and Ender Book. Fixed a potential exploit in Unchant Pylon. Experience pylon range increased to 8 blocks away, up from 5. Fixed Experience pylon collection area; it is now centered on the block instead of only working on one side. " + ,"1.6.1":"You can now sneak to cancel sleeping in the Sleeping Mat. Fix item tooltips not showing in Sack of Storage. Fix Entity Detector range being offcenter; also added a preview button to render selected area. Auto Fisher should no longer let fish and other loot into fishing rod slot when the rod breaks. Fixed some missing recipes. Charms can now be repaired in an anvil instead of crafting table. The horse upgrade carrots will now get eaten only one at a time, instead of double. " + ,"1.7.0":"Controlled miner now accepts items into the tool slot from above (hoppers & other automation - thanks to CatAndHorse). New block: Hydrator for making concrete, and other blocks. Doubled the damage output of the Evoker Fang. Purple ability armor no longer takes chain armor to craft, and has similar defense to diamond. New Item: Apple of Lofty Stature. New Item: Inverted Stirrups. Bucket Storage block has been overhauled and replaced by a new block: Fluid Storage Tank that takes any fluid. Registered Milk, Experience, and Poison in forge Fluid Registry, which means they can be put into fluid tanks or a bucket. Bathing in milk will cure potion effects just like drinking it. Experience Pylon overhauled to now use experience fluid (WARNING: existing placed pylons during upgrade may lose xp). " + ,"1.7.1":"Fix crash on startup from version 1.7.0 that happens if Biomes o Plenty is installed (both mods have poison fluid, and cyclic in 1.7.0 was adding recipe in an unsafe way.) Fix broken Item texture model for Hydrator. Structure builder can now place blocks underwater. " + ,"1.7.2":"Launch enchantment tweaks: You can now sneak to jump normally and avoid launch-jumping (before this change it was very hard to jump-stack up with blocks); increased cooldown a bit; you can now double-jump straight up if your horizontal movement is zero, before this change you would always jump at a forced angle while standing still. Fixed the scaffolding feature where you can sneak and build to place on the opposite side of the block. Fix extra heart containers becoming temporarily invisible when changing dimensions (portal travel). Fix item tooltips not rendering in player's extended inventory. Torch launcher can now be repaired in an anvil. Slightly reduced EXP bonus from Experience Boost enchantment. Many new recipes added to Hydrator. Fixed custom recipes from Hydrator leaking over and working in crafting table. Fixed shift-clicking into Hydrator inventory. Fixed Apple of Lofty Stature not persisting step height changes through death or game relog. " + ,"1.7.3":"Slime conveyors and plates now harvestable by a pickaxe in a reasonable amount of time. Hydrator and XP Pylon keeps its fluid contents when breaking and placing. Hydrator will no longer accept non-water fluids from buckets. Item Magnet and Interdiction Plate no longer connect to fences. Launch enchant can now be used while mounted to make your horse double jump (warning: horse will still take fall damage, be careful). Glowing Chorus Fruit now gives flight for 5 minutes instead of 10 seconds, and also does not give hunger potion debuff anymore; also tweaked the recipe and made sure flying timer persists through death. Poison liquid is now purple instead of green. Harvester now has two modes (by request). New block: Item Collector. " + ,"1.7.4":"New configs in player category: Player can set their step height on or off by default (the same as Apple of Lofty Stature), and set a players default heart containers (same as the /sethealth command or Heart container items). " + ,"1.7.5":"Stopped the Item Collector from filling up the Filter with items picked up from the ground. Fix text overflow on Fan GUI buttons. Fixed the Fan pushing entities one extra block in some cardinal directions. Added speed controls to Fan GUI. " + ,"1.7.6":"Fixed the Merchant Almanac failing to open. Added configs to disable registering of Milk and Poison fluids. Experience fluid is disabled whenever the Experience Pylon is disabled. Fixed Harvester sometimes not gathering all the drops. Water Spreader now sends correct block updates on use, so you wont get 'stuck' source water blocks that do not flow. " + ,"1.7.7":"Updated zh_CN lang file. Added five more filter slots to the Item Collector. Attempt to fix client-desync in the Fan block when the redstone toggle button is used. Fixed the left-click Editable Signs feature. Fix Merchant Almanac not using tradeable items from bottom slots of inventory. " + ,"1.7.8":"Fix a game crash that can happen while holding a key and exiting. Thrown dynamite will no longer explode in water. Corrected the tooltip on Air Charm. " + ,"1.7.9":"Fixed the Fluid Tank not rendering fluid content updates when filled or drained by other pipes and pumps. Fixed Hydrator water bucket input slot not working. Fixed a Hydrator item dupe bug. Experience Pylon: increase speed of Spray mode, it now puts 50 exp per orb instead of 10, and allowed it to go right down to zero (wont get stuck with 2 left). Machines will stop animating and smoking now when they run out of fuel. Fuel bar in machines will now render even when empty. Fuel bar in machines now have a tooltip to show exact quantity. New global config added with option to disable fuel requirements of ALL machines. New global config to move fuel bar above the GUI instead of to the side (default is unchanged). " + ,"1.7.10":"Shear block now craftable with wool instead of obsidian; texture changed to match. Fix dupe bug with Auto Smelt enchantment when combined with Tinkers or Silents Gems tools in certain conditions. Fix a crash that can happen with sack of storage on large inventories such as Actually Additions large crate (especially in laggy servers or LAN worlds). Cyclic creative tab is now sorted alphabetically by display name. Enchantments from Cyclic will now show up in the creative tab. " + ,"1.7.11":"New blocks: Iron Spikes, Diamond Spikes, Sprinkler, Redstone Clock. " + ,"1.8.0":"New Hydrator recipes. Sounds added to Spikes. Block miner and placer now face towards you when put down, consistent with other cyclic machines. Added more details to certain guidebook entries (download the Guide API). Fixed the blocks in the guidebook not rendering their item as the Guidebook Category. Fixed JEI description tab not showing for cyclic content. Launch enchant renamed to Multi-Jump. Player Launcher now has enchanted glow to indicate forward mode. Several recipes changed slightly. Several of the simple throwing items have been removed or completely overhauled. The following magic items have been added, each with a unique effect: Duskflame, Spirit Seeker, Frost Bringer, Spawner Seeker, Chaos Reaper, Engraved Thunder, Antimatter Evaporator. Added Sword of Decay, Sword of Atrophy, and Sword of Evasion. Uncrafting Grinder now has custom sound effect, and will correctly become silent when empty. Fixed Automated User using certain items or projectiles in the wrong direction. Fixed intermittent crashes with Merchant Almanac being used quickly. " + ,"1.8.1":"Remove server console / log file spam out of a few places including fluid tank and brewing recipes." + ,"1.8.2":"Fixed step-height not walking up from path blocks so it now goes up 1+1/16th of a block (this is the feature given by Apple of lofty stature or the StepHeightDefault config). Purple armor has been renamed to and no longer provides custom effects. Vision Helmet is now the helmet that gives night vision. New enchantment: Waterwalking. Structure builder now has a new shape: Diagonal. Structure builder now has a new rotation value: used to place stairs and other blocks at different rotations. " + ,"1.8.3":"Fix waterwalking enchant firing when removed. Fix waterwalking levitating you a full block above the water, it now tries to keep you at 0.1 of a block above. " + ,"1.8.4":"Patch the Structure Builder crashing when placing a block that has a missing or invalid placement sound. Upgraded inventory is now 4 slots bigger instead of showing player armor. Upgraded inventory has new buttons to swap the row of items with players hotbar. " + ,"1.8.5":"Fixed the Fan crashing the game when changing dimensions and/or chunks unloading. Compatible with Minecraft 1.2.2 " + ,"1.8.6":"New block: Empty Beacon. Added speed control buttons to Automated User. Fix the Step height feature not letting you sneak to stay on the block, and also now sneaking will let you not walk up the block (Apple of Lofty Stature player upgrade). Controlled Miner's dig speed has been doubled; fuel consumption unchanged. Item Collector now has a button to control the size of the target region, instead of the previous fixed 9x9 radius. Redstone Clock now has controls to customize which faces output a signal on tick. " + } + ,"1.12.2":{ + "1.9.0":"All potions remade to use vanilla system, instead of custom items; as a result of this you will see many items removed from the game since they have been replaced. This helps for modpacks since many less IDs get used. Potions now have Splash, Lingering, and Tipped arrows for each. Added brewable potions for blindness, saturation, and wither. Added Pharos Beacon, which works like a vanilla beacon but it eats potions to give out effects. Cyclic Guide Book will now show up in Cyclic creative tab (if Guide API is installed). Minimum forge version required is now 14.23.0.2494. " + ,"1.9.1":"Fixed an item dupe glitch. Fixed a compatibility issue with sponge servers. Fixed a ConcurrentModificationException crash when using Cyclic building scepter. Added Potion of Frost Walker; works exactly like the enchantment. " + ,"1.9.2":"Overhauled mod compatibility for the following items: Garden Scythe, Harvester, Brush Scythe, Tree Scythe; tested with many mods. Harvester and Garden scythe no longer physically break the block and do a replant, instead they gently update the block state (less block updates means less lag on servers, less sounds clientside). Garden scythe now drops loot on player instead of where it would land. Brush Scythe no longer hits saplings. New config ScytheBlacklist, works just like HarvesterBlacklist, also they both have a new wildcard system using * character. Tree Scythe now has increased fortune drop rates for saplings. New 'logging' category in the config file. Fixed the Pharos Beacon not saving its toggle redstone state when reloading world. Fixed Pharos Beacon not wiping out previous potion before adding another. Fixed Pharos Beacon Recipe. " + ,"1.9.3":"Added croparia:stem_* to the default HarvesterBlacklist config to avoid harvesting melon stems. Fixed another item dupe glitch. Shift clicking a water bucket in a Hydrator now puts it in the middle slot. Fixed the Cyclic Guidebook from Guide-API not loading its recipe. " + ,"1.9.4":"Added blacklist for pharos beacon, PharosBeaconBlacklist, so you can block some potion effects from the beacon. " + ,"1.9.5":"Updated zh_CN translation (thanks to Aemande123). Sleeping Mat now has a feature where you right-click in your inventory and you can toggle whether or not it will set your spawn when you sleep; because of this SleepingMatSetsSpawn config has been removed. Fixed the empty Chest Sack not being consumed when used on a Botania Mana Pool. " + ,"1.9.6":"Autocrafter will now correctly save container items, such as empty buckets, when crafting with full containers (example: it now saves empty buckets when auto-crafting cake). Changed all blocks/machines to open their GUIs on serverside first: for compatibility with FTB Utilities permissions checks for claimed chunks. " + ,"1.9.7":"You can now sneak to avoid being pushed/launched by the Slime Conveyors and Slime Plates (can toggle in config file). Updated the FTB Utilities permissions fix (from previous release)." + ,"1.9.8":"Fixed world sync issue that can cause player kicked from server while Auto-Torch. Attempt to gently preload chunks when teleporting using Ender Wings. " + ,"1.9.9":"Fixed the Area mode in the Harvester not affecting one of the edges of the region. Experience Pylon will now only collect orbs from the world every 22 ticks, instead of every single tick; this reduces load on TPS & lag. Fixed warning message in log startup about guideapi recipe registry. Mod has now been jar-signed using the system built into forge. " + ,"1.9.10":"Fixed some typos from Password Block. Fixed Magic Bean crop only giving seeds and not loot when gathered with some machines. Fixed a bug where the Experience Pylon would consume invalid items while bottling. Experience Pylon now has more buttons to add and remove EXP; for this the Spray button was removed, as was the Bottle button, so it now processes empty bottles no matter what if they are in the slot. Magnet Enchant: It can now be on any piece of gear, not just some tools; also its rarity was changed to VERY_RARE(4), used to be COMMON(1). Magnet enchant can now reach up to level III; each level increases its range (4 + 4 per level, so level 1 is 8, 2 is 12, 3 is 16). Fixed missing button tooltips in the Redstone Clock. Fixed the Redstone Clock not sending block updates to the client. Redstone Clock can now be set to power zero (0) to turn it off completely. " + ,"1.9.11":"Removed some logging spam from Harvester. Added an extra safeguard to prevent player experience becoming negative from Exp Pylon. Added spectrite content to default config for Uncrafter blacklists. Several number-based buttons in some of the machines will now become disabled when they hit their min or max limit. Structure Builder has new shapes (WARNING: if you have any builders running, simply turn them offbefore the update and verify the current shape is correct after the update). Structure builder now has coordinate sliders to offset the center of the building location. " + ,"1.9.12":"Fixed a Block placer dupe bug on sponge servers (thanks to a PR from github user 'curscascis')" + ,"1.9.13":"Fix Experience Pylon not filling empty bottles. Fix a button tooltip not localized in Experience Pylon. Experience Pylon can now be toggled on and off with redstone, and the spray mode has been brought back by popular demand. Fix residual exp lingering on the player when deposit All button used. The Harvester and Automated User now connect to pipes/hoppers on all four sides, not just the bottom. Automatic Fisher now drains RF instead of durability from tools if compatible (Flux-Infused Fishing Rod). Optimize block placement in several areas, this should mean less chunk updates and more stability (thanks to github user phit); also this means previously silent tools such as the Exchange Scepters now has working block placement sounds. Block Randomizer will now work on non-solid blocks such as glass, slabs, and stairs. The Redstone Clock can now be controlled on and off using redstone input, and has the standard redstone toggle button in upper left. " + ,"1.10.0":"New Blocks: Forester, Fluid Pump, Fluid Pipe, Wireless Transmitter, Wireless Receiver. New command /nbtprint to get item data. New item: Solid Ender Eye. Machines that use fuel are now compatible with Forge Energy systems. MachinesNeedFuel config removed, but instead each machine can have its fuel needs set one by one. FuelBarHorizontal config removed, each machine has a toggle button to control this. Fluid Storage Tank now has better transparency, fluids are more visible in the dark, and hot liquids glow a little bit. The 'Plant Despawning Saplings' feature now works with saplings from most mods, and not just vanilla saplings (feature still disabled by default). Fixed some JEI tooltips. All crafting grids are now compatible with the Crafting Tweaks mod (Workbench, Autocrafter, player 3x3 inventory upgrade). Fixed GUI backgrounds not dimming as normal. Improved compatibility of many machines interacting with modded item pipes and conduits. Fixed some automation issues with Hydrator recipes; also reduced fluid cost and tweaked a few recipes. Fix a conflict that breaks NBT data on crafting items from IC2 and Silent Gems. " + ,"1.10.1":"Add missing recipes and guidebook text. Fixed fluid pipes and the pump flowing every direction except down. Pipes will no longer show Empty label when actually flowing. Reduce block hardness of pipes, and tweak hitbox of pipes to be more accurate. Pipes tell you which direction they are flowing. " + ,"1.10.2":"Added Item Pipe and Item Pump. Fixed Fluid pump flowing in the wrong direction when facing vertically up or down. Experience Pylon now values 20mb of fluid as 1 exp, which is consistent with all other mods that use experience fluid so it avoids exploits. " + ,"1.10.3":"Fixed the forester not harvesting leaves, and spending too long in empty air space (it now correctly skips air and is much faster). Soulstone now gives a few seconds of Fire Resistance when it revives you. Emerald Apple now has a cheaper recipe. Fixed Emerald Apple not getting consumed when fed to a zombie villager. Added error handler to fluid pipes and pumps to safely log errors from other mods during fill or drain. Multi-Jump enchantment now works on any armor-slot equipment; try it out on an Elytra for super-flight (previously it was only for boots). " + ,"1.10.4":"Fixed item duplication bug. Fixed compatibility of some blocks accepting input/output on the sides or top of the machine. Items piped into the Unchant Pylon are now routed into the correct slot. Fixed fluid pipes trying to push into external fluid tanks while empty. Fixed pipe glitches during chunk unloading. New block: Fluid Placer. Pattern Replicator: now it outlines the exact shape of what its building; can now rotate the building in different directions from the original; and flip building on any axis; but requires power. Fixed some errors in anvil repair recipes." + ,"1.10.5":"Fixed the Fuel Bar desynchronizing and flashing when playing on a server whenever the value goes above 32767. Fixed Item Collector outputing the wrong item slots to pipes & hoppers. Fixed the Harvester not getting crops from the Tomato and Chili plants from Rustic. Harvester now correctly gathers from the top section of Simply Corn, vanilla Sugar Cane, and Industrial Hemp (from Industrial Engineering mod). Harvester now correctly gathers items from the bulbs of the Attained Drops 2 mod (bulbs must be in target area, not the stem). Added error handling to Sprinkler to prevent crashes from unconventional crops. " + ,"1.10.6":"New Block: Item Sorter, for sorting anything from pipes or hoppers. " + ,"1.10.7":"Fixed a glitch when breaking blocks around Diamond Spikes. Fixed an item transfer glitch in the Workbench when shift-clicking and your inventory was full. Obsidian armor renamed to Crystallized Obsidian; also fixed its pre-defined enchantments not showing up in JEI and not appearing when you craft with shift-click. Fixed some Tile Entities not rendering effects when out of players view (beacons, preview areas of several machines). Sleeping Mat will no longer trigger your offhand item when using it (placing blocks etc). " + ,"1.10.8":"Fix Item sorter putting items in the first filter slot from certain sides/pipes. Fixed Cyclic Building Scepter causing a crash when using the mouse wheel shortly before and after equipping it. Fixed the 'All' button glitch in Experience Pylon, also increased the EXP limit to 50,000. " + ,"1.10.9":"Plate models now take up full block space (Slime Conveyors and Jump plates); also conveyors are no longer transparent. Fixed Auto user not using items that are also blocks (for example, putting cobblestone into Advanced Mortars or other machines). Auto User will no longer attack dead entities. Automated User now hits smaller mobs such as baby zombies and silverfish when in Attack mode. New config entry for Auto User called 'AutoUserMaxAttackPerAction', to limit how many things can get attacked per swing from the machine (default zero is unlimited). Aerial Faith Plate now correctly adds and preserves player horizontal momentum during launches. Harvester will no longer put crops into the fuel slot. Kill and death messages from fake players now indicate which mod and block they come from, instead of a random UUID hash. Fixed item and fluid pipes appearing to not be connected on one side when their length is only one (purely visual glitch). " + ,"1.10.10":"New Blocks: Ender Bookshelf, Ender Library, Digital Typewriter, Trash Void. Auto User will no longer place blocks (but will still use blocks as normal, this just fixes the bug when used with Advanced Mortars where it places cobblestone when the mortars durability breaks). Translation file added: Chinese Traditional (zh_TW). Corrupted Chorus noclip now displays in upper right instead of flooding chat. Corrupted Chorus noclip ghost mode will no longer allow players to access the spectator toolbar. " + ,"1.10.11":"Fixed client/server desync with the Scythe tools. New config fluid_placer to disable the Fluid Placer block. " + ,"1.10.12":"Item Pump now has a GUI with a filter for whitelist/blacklist modes, and a redstone toggle button. Fixed some bugs with some internal fluid tanks. Updated zh_CN.lang file (by github user Aemande123). " + ,"1.11.0":"Fixed Item Pump sometimes pulling items into its whitelist filter instead of transferring them (when destinations are full). New block: Powered Anvil. New block: Powered Enchanter. New Block: Apple Sprout (plant on leaves to grow apples). New Enchantment: Excavation (with connected mining distance in config). New Enchantment: Multi-shot to fire three arrows at once. Fixed item models of Conveyors and Slime Plates (so they look like other 3D pressure plates). " + ,"1.11.1":"Uncrafting grinder no longer takes items as input from pipes/hopers into the output area. Fix visual glitch in the Powered Anvil screen. If you set energy cost to zero for a machine, it will now hide its fuel bar toggle button. Fixed Item model display on Trash Void, Digital Typewriter. Powered Anvil now has the same placement sound as a regular Anvil. Added tooltips to the OP swords, and reduced their shooting cooldown from 6 seconds to 1. Experience Pylon no longer accepts any item from hoppers/pipes into the Glass Bottle slot. Forester no longer accepts non-saplings in its inventory (uses ore dictionary to match). Automatic Fishing Net no longer accepts non-fishing rod items into the rod slot. The player Inventory Upgrade screen now shows the player armor slots on the left. The player Inventory Upgrade screen now has a button to quick swap all armor slots. Block Reach enchantment can now be applied to Elytra. Hydrator recipes now have a showing Move Items button in the JEI list. Hydrator now supports adding custom recipes using ZenScript from CraftTweaker mod (both add and remove), also tweaked some of the default recipes. Added Russian translation (ru_RU) by github user kellixon." + ,"1.11.2":"Fixed items moving wrongly when shift-clicking them in the extended player inventory upgrade screen. Item Sorter now has a new option where you can tell it to ignore item damage in a row when comparing incoming items to the filter (defaults to normal mode). Fixed a game crash when certain items containing GUI screens were opened. Minimum forge version is now 14.23.1.2594." + ,"1.12.0":"Pipes have been renamed to Cables, have an updated block model (huge thanks to InsomniaKitten), and no longer use TESR animations (huge optimization). Pumps have been renamed to Extraction Cables and have new block model and texture. Added Energy Cable to transmit power (RF and others), along with Energy Extraction Cable. Added Bundled Cable, which can transfer fluids, items, and power all in one blockspace. Fixed item drops of Wireless blocks. Fixed Crafting bug with shapeless recipes in the Hydrator. Spikes will now pop off the block if pushed by a piston out over empty space. Controlled Miner will no longer drain power when turned off. Brush Scythe now correctly breaks Gardens from Harvestcraft with their drops. Fluid Storage Tank has new model/graphics. Fluid Storage Tank now auto-drains downwards if another one of itself is below. " + ,"1.12.1":"Enchanter will no longer eat non-book items. Updated Russian translation (ru_RU.lang) thanks to TimeConqueror and ollegsey. New JSON models for the endgame swords (by Arcaniax on blockmodels.com, links in curseforge description). Added mild animations to several item textures. Fixed 'Infested Ores' feature not always reading from config correctly. Added a new PigmenEnrage config, defaults to false: 'If true, mining Nether ore has a 20% chance of enraging a nearby PigZombie within 16 blocks'. Fixed the rotation feature of Pattern Replicator. Pattern replicator now correctly places: redstone, repeaters, comparators, tripwire, signs. The feature 'Plant Despawning Saplings' no longer uses a fake-player to work which fixes an issue with chunk loaders. Certain machines will no longer cause lag by spawning particles when no players are nearby. " + ,"1.13.0":"New block: Precise Dropper. Added an extensive Peat farming system to generate energy, content includes: Carbon Catalyst, Biomass, Soaked Peat, Peat Fuel, Peat Bog, Peat Deposit, Peat-fired Generator, Peat Farmer. Nether and End ores now blend in with any resource pack, instead of forcing vanilla netherrack and endstone textures (huge shoutout to vadis365 on discord). Harvester will now stop working when the inventory is completely full. You can now disable the particle splash effect on the Sprinkler using shift-right-click (empty handed works best). Added en_UD.lang (thanks to The-Fireplace). Fixed a visual glitch with Extraction Cables. Fixed a tooltip in the Structure Builder. " + ,"1.13.1":"Fluid and Energy Extraction Cables now have a new GUI button to toggle the redstone requirement; default value is Always On. Fixed extractors not working vertically. Fixed automation insert issues with the Peat machines. " + ,"1.13.2":"Fix shift-click in Precice Dropper GUI. Fixed Precise Dropper only using the first slot, it now uses all slots. Harvester will only spawn the purple harvest particles when preview is enabled. Uncrafter no longer allows hoppers & pipes to extract items from fuel slot. Structure builder now stops working if its empty. Reduced the scale of the sword models when on the ground in world. Added two textboxes to the Redstone Clock GUI to set the ticks more easily. Added missing config option to disable Apple Sprout. Fixed sort/registry order of how content shows up in JEI. Fixed harvester correctly gathering and breaking cactus. " + ,"1.13.3":"Auto crafter will no longer consume energy while idling, only when crafting; also increased the default config energy cost from 25 up to 150. Fixed the HUD timer for Corrupted Chorus. Fixed an SMP only crash when using Auto User to milk cows with buckets. " + ,"1.13.4":"Fixed a gitch when full buckets are made by the user and exported right away with a pipe/hopper. Fixed a very uncommon crash when sprinklers would try to animate while a chunk (or the world) is loading. Fixed the Redstone Clock checkboxes sometimes not saving, and fixed a glitch with the downward facing powered state not sending neighbor block updates. Nether/End ores will no longer attempt to spawn silverfish/endermites if the game is in peaceful mode (this was causing a very uncommon crash. no changes to config controls on this.). Removed seven sound files from registry that were being registered but never got used (slight improvement in load time). " + ,"1.13.5":"Fixed the digital typewriter (screen) not saving the text justification on world reload. The Harvester now works with all Pams tree-fruits, and Apple trees from Rustic (Harvester still has a 1-tall range so place Harvesters accordingly). Fixed some 'ModelLoaderRegistry$LoaderException' errors on startup (does not affect gameplay or visuals; hopefully improved load time). Automatic Fisher will no longer break when gamerule doDaylightCycle = false. " + ,"1.13.6":"Fixed Wireless Transmitter position not being saved and transferred. Increased upper limit of speed in GUI of Auto User. New feature 'Enderman Pickup Blocker', to make sure enderman cannot pickup any blocks (can disable in config file). The Sleeping Mat now renders the player laying down - no more sleeping standing up. " + ,"1.14.0":"New feature: ore blocks in the nether and end for 28 ore types, 2 blocks per ore for endstone and netherrack versions. These are all disabled by default as you can see in the new 'cyclic_ores.cfg' file and can be enabled in a batch or one by one. These have no existing use at all in this mod alone, but they are all compatible with the ore dictionary and are meant for use in machines and recipes from OTHER mods. Existing vanilla nether and end ores are unchanged, and are affected by the same configs as before. " + ,"1.14.1":"Fixed Powered Anvil bug where output item is overwritten and lost when a new item is fully repaired and moves over. Added block_anvil.RepairBlacklist config to the Powered Anvil to disable any item from being repaired. Added magic_net.CaptureBlacklist config to define entities that cannot be captured. Powered Anvil now references the default diamond block texture (resource pack compatibility). " + ,"1.14.2":"Apple Sprouts no longer drop treasure apples. GUI Screens will now auto-close when their block is destroyed. Fixed item model and localization issue in the 'cyclic_ores.cfg' blocks. Emerald Carrot fixes: Fixed spawn tooltip, fixed spawn exploit, and it now remembers the taming owner when converted to a Zombie Horse. Fixed a player movement conflict with the Bounce Potion effect while flying with Elytra. " + ,"1.14.3":"Fixed visibility and homing vector of Spirit Seeker missiles. Fixed errored ores sometimes generating in nether, it now correctly respects config file. Fixed stone minecart starting non-empty. " + ,"1.14.4":"Updated zh_CN.lang (thanks to sandtechnology and Aemande123 on github). Added some error handling to Energy Cables. Peat Generator now auto-outputs power similar to other generators (slower than extractor). Fixed Precise Dropper working with hoppers and pipes. Harvester now compatible with Natura berry bushes. Fixed rendering bug with Pharos Beacon. Fixed the Automated User trying to use invalid items that have stack size zero. Automated User now works on Apricorn trees from Pixelmon. Added config options to disable the projectile ability of the endgame swords. Cable transfer rates added to config file. Fixed the Forester not planting saplings when there is a roof overhead (it can now plant regardless if sky is visible or not). " + ,"1.14.5":"Updated texture of Dark Fire and Apple Sprout while growing (by the amazing Ithronyar). Fixed magnet enchant not having its effect when enchanted on armor. Fixed a (hard to replicate) crash if game or chunk loads slowly and animations attempt to happen while tile entity is still null. Very slight change to Redstone Clock recipe. Fixed Precise Dropper crashing servers. Added config SackHoldingBlacklist to block containers from being picked up. " + ,"1.14.6":"Fixed a bug related to Automated User and the Lightwell from Astral Sorcery. New config 'AutoUserTargetBlacklist' in case anyone needs to blacklist a target block (in world) from being acted upon by the Automated User; default is empty. Updated ru_RU.lang (thanks to kellixon on github). " + ,"1.14.7":"Updated 3D model and textures for Hydrator (thanks to Ithronyar). Fluid buckets no longer listed in Cyclic creative tab (was causing crashes in some versions of JEI in some modpacks). Fixed null blocks generating in the nether with certain config settings (will change to air blocks with this update). " + ,"1.14.8":"Fixed a whitelist bug with the Controlled Miner. Sleeping mat now correctly dismounts for you if you try to sleep on the saddle. Updates to zh_CN.lang (thanks to Minecraftbegin2snow on github). Fixed Structure Builder not saving height data on world reload. New Item used to craft Darkflame Hex and new animated dark fireball texture by Ithronyar (no other item uses yet, so it shares the same config). Emerald Carrot retextured and renamed as Infected Carrot - new recipe, same effect. Ender Book no longer rounds off stored coordinates to integers, so it will teleport you more precisely (such as the center of the block). Fixed a small glitch where Auto Crafter fuel slot would not consuming items when fuel is at zero. Added a small optimization to network traffic on player join (Thanks to darkh4x). " + ,"1.14.9":"Fixed a dupe bug with certain items that have durability (see issue tracker for details). Almost all custom sound effects have been totally remade and improved from scratch thanks to Ithronyar. Update zh_CN.lang thanks to sandtechnology. Merchant Almanac is less picky and now lets you use it directly on a villager instead of only on a nearby block. Item Extraction Cable has a new button texture " + ,"1.15.0":"Fixed chaos reaper crafting recipe. Fixed a fluid dupe bug. Fixed a mod compatibility crash with FTB Utilities through forge permissions API. Default drop list for Magic Bean hugely nerfed, and default value of MagicBeanGrownDropSeed is now false (existing configs unchanged). Updated some textures. Removed bucket slot for hydrator. Removed some legacy worldgen features/configs (GoldRivers, OreSingletons Emerald Ore Boost). Removed config feature 'TerrariaInventoryButtons' (was disabled by default anyway). Many blocks now consume energy that did not previously (Auto Fisher, Hydrator, Dropper... disable and tweak in config as normal). Peat Generator no longer accepts power as input, is output only. Fluid Tank now has connected block textures vertically. Slime Conveyors renamed to Conveyor Belts, along with new block models that have corner pieces and ramps. Missing config added for dropper_exact. Config 'SageAndDruidVillagers' removed, instead one config per villager. Peat fuel no longer has to be dried in a furnace, it generates power right away. Removed the Carbon Catalyst item, and Biomass is now created in a Hydrator recipe. Block Rotator renamed to Wooden Wrench. Added tooltips to fluid bar components in GUI screens. Added Battery blocks. Fan blocks can now face all six directions including up/down; not just horizontal. Fan GUI now uses slider controls. Powered anvil no longer consumes lava. New Magma Anvil repairs items using lava. Sack of Storage renamed to Storage Bag; added a GUI button to toggle deposit mode and removed the unintuitive left-click toggle; also increased storage bag capacity by one row, so from 66 slots to 77. Automated User: Speed control has been changed to instead be a Tick Delay between uses. New item magnet texture and tweaked recipe. Fixed logspam error about cube_all. Hydrator will now allow input recipes of size 2 and 3 when using its crafttweaker zenscript support (before only worked with 1 input or 4 inputs). " + ,"1.15.1":"See 1.15.0 changelog. Antimatter Evaporator: now precisely uses one durability for each block affected, and increased max durability from 2000 to 9000. Changed recipe of Hydrator and Battery. Items for corner and angled conveyors have been removed and hidden. Buffed recipe output of Biomass and Peat Bog. Spikes are now non-solid meaning you cannot place blocks on them (similar to tallgrass). Added Butterfingers potion (works on players and mobs causing them to drop things while moving). Spawner seeker fixed lag spike when item is used (it finds target in non-player thread and then either updates or kills the projectile). " + ,"1.15.2":"See 1.15.1 changelog. Fix server issues with new butter potions." + ,"1.15.3":"Tweaked item models for Torch Launcher, Randomizer, and Auto Torch. Fixed Randomizer not rendering selected outline. Upgraded cable models. Export cables now connect and pump out on all sides. Updated compatibility to Tree & Brush Scythe with: ferdinandsflowers, twilightforest, thebetweenlands, natura, primal, extraplanets, tconstruct, abyssalcraft. New blocks: Bullseye Target, Moon Phase Sensor, Doorbell, Large Button. Eating a second Apple of Lofty Stature now correctly puts step height at 0.6. Added Target Dummy Spawner which spawns a target dummy entity (experimental feature). Fixed texture overlay bug in Item Sorter. Disabled uncrafter sound. Updated ru_RU.lang thanks to kellixon. Exchange Scepters updated to be compatible with GameStages, and working in off-hand. New 3D models for Water Froster and Water Spreader. " + ,"1.15.4":"New blocks: SFX Block, Void Anvil, Fire Starter. " + ,"1.15.5":"Storage Sack will now auto-close if it leaves your hand for any reason (prevent dupe bugs with another mod and certain special keyboard tricks). Storage Sack can no longer be opened in the off-hand. Fixed typo in 'block_large' config. Disabled blocks fire_frost and fire_dark if content that uses them is disabled. Fix compatibility with Block Placer and Better With Mods miniblocks. Fixed Wireless Receiver not dropping as a block when it gets mined. " + ,"1.15.6":"Fixed a dupe exploit related to Player Interface from AA. Brush Scythe now more compatible with special block drops (such as causing plant fibers from Primal Core now drop from grass with scythe). Fixed hydrator mismatching some ore dict entries (such as Biomass recipe not working). Fixed block transparency bug with Moon Phase Sensor." + ,"1.15.7":"Fixed a NullPointerException that can happen when using Merchants Almanac. Fixed a large number of logged errors on startup that say 'Exception loading model for variant...', did not affect gameplay. Removed 'Editable Signs' config and feature where you could left click to edit - conflicted with Quark and had save issues on server. Added a new Rainbow Crayon to edit signs, which also has styling selections with 16 colors. Reduced hitboxes of Extraction cables to reach blocks under and behind them. " + ,"1.15.8":"Greatly reduced tick lag from cables when they are empty (they no longer try to work while empty - found using LagGoggles mod). The Flying Timer from Glowing Chorus Fruit now pauses if you are not in midair; fixed double-tap to fall while flying. When you feed a tamed horse with an upgrade carrot, it will stop the player from mounting it while eating, so you can feed them multiple upgrades faster; also removed cooldown timer. Interdiction Plate renamed and given a whole new model by Ithronyar. Sleeping Mat messages moved to status location instead of chat window. Fan model is now connected when placed on the ceiling facing down. Fixed the purple and blue fire so they no now stay lit forever on netherrack just like normal fire. Fixed conveyors auto-placing the wrong direction when used at the bottom of a slope. Tweak doorbell recipe and model slightly. Multi-Jump enchant will no longer trigger while in a boat. " + ,"1.15.9":"Ender Library now faces a specific direction and only renders books on that side (Use wooden wrench if you need to rotate any already placed). Improved connected-ness of Fluid storage tank: if the bottom tank is full, using a full bucket on it will fill tanks above. New block: Dice. New block: Imbue Station. New item: Rainbow Cannon. Placing a bucket into a lower tank will fill a tank connected above it. Pattern Builder now has two new ways to render the copied building: Phantom and Solid render, both preview a fake version of the actual block in the world. Storage Bag can now be tweaked into 16 colours. Fixed issue where you hold down right-click on a toggle item for it to spam between on-off rapidly (climbing gloves, charms, etc). Fixed Energy Cables and blocks not outputting to some machines that only accept power on one single side in some cases (such as mekanism cables in corner shape, or IE Charging Station). Fixed Excavate enchant not working on tools with multiple types (such as the Mattock or paxels). Battery now renders its energy contents on the block face in world, and also as a durability bar. Battery is registered as an itemstack capability, meaning it can be charged up while in item form. Updated zh_CN.lang thanks to user sandtechnology. Rotating Conveyors using a Wooden Wrench (or other tools with similar function) now lets you toggle between all variations such as straight, corner, angle. Added basic tools crafted from Netherbricks. Fixed an issue where disabled cable sides (the yellow square from a redstone torch) still was accepting input from the other side. You can now disconnect cables by hitting the middle of the connection with a redstone torch. Added slider controls to the Fluid & Energy extractor cables to change flow speed. Removed TRANSFER_FLUID_PER_TICK and TRANSFER_ENERGY_PER_TICK from cable config file since it is now controlled by the pump. " + ,"1.15.10":"Fixed empty NBT tags getting added to held or crafted items which caused numerous issues. Fixed a compatibility crash related to cyclic cables and many other mods (Mekanism, Fairy Lights, and others). " + ,"1.15.11":"Fixed an internal crash that broke bows shooting arrows. ru_RU.lang updated by kellixon. " + ,"1.15.12":"Fixed unpowered cables causing a crash in some cases (possibly WAILA related). Fixed a NBT data-loss compatibility glitch with bows from other mods (Tinkers, silents gems, etc). Ender Wing no longer plays its sound doubled-up. Added an early-game recipe for Biomass that does not require Hydrator. zh_CN.lang Updated by sandtechnology " + ,"1.15.13":"If a hydrator is set to have its recipe locked, it will no longer accept automated input into empty slots; this allows easier automation for 1x1 and other small recipes. Fixed some Ender Book crashes if you teleport while flying or while too many sounds are playing; it now plays the default enderman sound instead of custom. Items now smoothly ride the angled Conveyors and no longer bounce around when going up and down. Optimized some minor flow issues when content moves from Extractors to Cables (water, energy, and items). " + ,"1.15.14":"Fixed Controlled Miner Whitelist mode getting stuck and not mining. Fixed some of the buttons in Experience Pylon not working when it is exactly empty. Reduced item-model size of Extractor cables. Added new config file entries AppleGrowthTicks and AppleLightLevel to control apple sprout growth. Wooden pickaxes are now able to mine furnaces again even if Stardew Furnaces config is enabled. Added a few endgame sales for sage and druid villager. Added a recipe for Red Sand in the Hydrator (can be changed with crafttweaker as always). Projectiles from Rainbow Cannon can now pass through non-solid blocks (such as torches and tallgrass). Fixed balance of Netherbrick tools, they now sit roughly in between stone and iron. " + ,"1.15.15":"Extractor cable model is now dynamic just like normal cables, and it has the same block feature using a redstone torch. Extractor cable no longer suffocate you if you get too close. " + ,"1.15.16":"Fixed GUI fluid desync in Hydrator (fixed by tommyTT). Fixed Hydrator recipes ignoring metadata (example: concrete powder turning white). Spawner Seeker is now careful to not search in unloaded chunks. Spawner Seeker now has a config entry to disable the multi-threading feature (tradeoff of lag vs possible issues in some servers). " + ,"1.16.0":"Added Wireless Transfer Nodes. Fixed some blocks with missing breaking particles. Fixed Spawner Seeker projectile vanishing or getting frozen when chunk unloads. Cyclic's Health system (Heart container items, /sethearts command, and HeartContainerDefault config) updated using attributes to be compatible with health systems from other mods, thanks to contributor BlueAgent (Botania, Nutrition, ScalingHealth, SolCarrot, others). Peat generator now has a higher internal energy capacity. Added Enriched Peat Fuel. Fixed item and energy extractors connecting to some fluid blocks. " + ,"1.16.1":"Use a redstone torch on an Ender Bookshelf to toggle its display mode (icons or text). Wireless nodes now save their settings, and shift-click works in the GUI. " + ,"1.16.2":"Butter potion no longer drops your items 5 blocks above your head. " + ,"1.16.3":"Autocrafter optimizations: don't search recipes matches when grid is empty, and don't search recipes clientside only server. Error checking for Sack of Holding: if it fails to pickup/copy a block -usually an exception thrown from another mod- it leaves the block alone (Refined Storage Disk Drive). If Sack of Holding fails to place a block, it now sends an error message the same way to avoid duplicating empty blocks (Extra Cells some machines). Added some blocks to default SackHoldingBlacklist config entry. zh_CN updated by sandtechnology. Added a Requires Redstone button to Void Anvil. Increased range of Water Spreader. " + ,"1.16.4":"New Block: Auto-Packager: bulk packaging of certain items with Crafttweaker support. Fixed RF Energy bars in machine GUI's not updating clientside when certain cables/fluxducts/generators would insert energy serverside. Forester GUI now has size and height controls. Using Quarks Link-to-chat feature (default of Shift-T) no longer crashes when using it inside the cyclic player Extended Inventory tab. Automatic Fishing net no longer destroys unbreakable fishing rods (for example Supremium Rod from Mystical Ag). Added time config subsection for several machines to change their processing time. " + ,"1.16.5":"Fixed Packager interfacing with the wrong slots when automated with cables/hoppers. Updated Packager default recipe set. Fixed broken button text in Entity Detector. " + ,"1.16.6":"New Block: Dehydrator, dries out blocks with custom recipes & crafttweaker support. Fixed Excavate Enchantment breaking more blocks than the config entry for 'EnchantExcavationBreak' was set to. Entity Detector lag busting: it now only scans serverside, and ticks 4 times per second instead of 20 times per second. " + ,"1.16.7":"Fixed Peat Bog not baking in water. Suggested minimum forge version 14.23.4.2705. Fixed Extractor blocks rendering invalid positions. " + ,"1.16.8":"Fixed Size button in Harvester not changing. All upgrade-food can now be eaten in creative mode. Added Empty Heart Container. Reduce hitbox of Sprinkler. Fix Password block triggering too many times after the world reloads. " + ,"1.16.9":"Battery block now auto-outputs energy to nearby blocks (customize in GUI). Remote Lever now can work across dimensions (if chunk is loaded) and has an item cooldown. Fixed harvester not gathering pineapples from Plants mod. Fixed Auto User not gathering drops from certain plants and bushes (Plants mod, berry bushes for example). Energy generated by Peat and Enriched Peat ingots has been added to the config file. Fix crash when Block Placer uses some directional blocks (such as Anvil, FarmingForBlockheads Market, Primal Stripped Logs, etc). Block Placer no longer has a timer bar, it just places when it can. Item Sorter has an all new block model. Auto Crafter GUI now displays a copy of the recipe output whenever it has a valid recipe. Refreshed textures of Wireless redstone blocks. " + ,"1.16.10":"Fixed an icon going off the screen in AutoCrafter GUI. zh_CN.lang updated by sandtechnology. Life Leech enchant now scales up to level II. Fixed dupe bug with Auto User when combined with one specific other block. Auto User now works with enchanted books on Ender Library blocks. " + ,"1.17.0":"Obsidian Shears added. Boomerang added. Torch Launcher and Auto Torch will now consume torches for your inventory to self-repair. Storage Bag can has option to auto-pickup items before they go into the players inventory; customize mode in GUI. Fixed transparency of Item Sorter. Fixed JEI left sidebar for custom recipes (catalyst / category crafting item for Hydrator, Dehydrator, and Packager recipes). Item Sorter and Trash Void no longer deal suffocation damage if you walk into them. Fixed game crash when Dispenser fires a Monster Ball. " + ,"1.17.1":"New Block: Laser Cell. New block: Water Candle. All new textures for Fluid Placer and Precise Dropper. Improved rendering of Ender Library face. New keyboard wheel shortcut that re-uses your extended inventory to hot-swap your items toolbelt style. Fixed short 1 length cables sometimes getting stuck with items. Packager no longer drains energy when it has no recipe, also it only drains recipe on craft instead of per-tick so default config cost was updated. Cables now easily and quickly harvested by shears. Updated zh_cn.lang from sandtechnology. " + ,"1.17.2":"Fix server not starting up on newer forge versions. Crafting workbench and inventory now compatible with FastWorkbench by shadows-on-fire. Set minimum forge version to now check and be enforced (required minimum is 14.23.4.2705, suggested is 14.23.4.2760+). Water candle can now be harvested by pickaxe. Apple Sprout recipe updated. Apple Sprout now compatible with info mods such as TOP/WAILA. Removed some custom anvil repair recipes that were causing issues. Buffed Speed Charm: increased durability and reduced damaging chance of Speed Charm. Fix server desync with the new inventory hot tool swap GUI and Keybinding. " + ,"1.17.3":"Fixed life leech sometimes setting invalid food values (Lykrast). Updated zh_CN.lang (sandtechnology). Fixed duplicate potion registry errors in log. Fixed Water Candle not following some spawn rules such as light levels. Fixed an uncommon crash when bundled cables first connects to certain blocks. Harvester can now go down to size 1x1. Harvester gathers grape berries from the vines in Rustic. Fixed an intermittent crash when using Block Randomizer in multiplayer. Fixed a block breaking issue with Wireless redstone blocks. Fixed block transparency issue with Dehydrator. Fix tooltip language issue in Storage bag GUI button that toggle auto pickup modes. Rainbow Cannon is no longer stackable. " + ,"1.17.4":"Fixed Fluid extraction cable not saving the fluid rate setting on world reload. Typo fixed in language file. Fixed shift-clicking item issues in the extended player inventory. " + ,"1.17.5":"zh_tw.lang updated by mcBegins2Snow. Auto Crafter now stops crafting when full, so it stops consuming power and dropping items on the ground. Pharos beacon now sets to 20 seconds instead of 8 to avoid Night Vision flickering. Fixed an issue with Hydrator recipes and ore dictionary when metadata became 32767. Hydrator no longer processes when full or drops things on the ground. " + ,"1.17.6":"Fixed SFX maker not saving selected index on world reload. ru_RU.lang updated by kellixon. Fixed Block Placer sometimes stripping metadata out of some modded blocks when placing (Primal Core Yew wood). " + ,"1.17.7":"Void anvil no longer leaves behind an empty NBT tag behind and cleanly erases it. More content added to /default/ config for the Uncrafting grinder (will not affect existing config files, PR from mcBegins2Snow). Rewrite of how Auto User handles fluids: Will no longer drop buckets on the ground when gathering fluid from the world; fixed compatibility with vanilla cauldrons; fixed a dupe bug. " + ,"1.17.8":"Fix end coal ore using settings from end redstone ore (josephcsible). Controlled Miner has a larger range of size options. Fixed broken configuration options for machine energy options (some block names were labeled as 'null'). Throwing torch and torch launcher now drop their respective items if they are not placed. " + ,"1.17.9":"Fix startup crash introduced by 1.17.8. JEI recipe handlers are now properly hidden if their block is disabled. " + ,"1.17.10":"Randomizer can no longer move unbreakable blocks (such as bedrock). Catch and handle errors from 3rd party recipes when autocrafter is scanning recipe list, to prevent game crashes. Added a config control to disable GPS Marker. Updated zh_CN.lang by mcBegins2Snow. Fixed the sprinkler sometimes grown crops client-side-only by fuami. Nether and End ores now have extra ore dictionary entries added on top of usual, for example both 'oreCobalt' and new 'oreEndCobalt', added by josephcsible . The /nbtprint command now also prints any ore dict entries for the held item. Quickdraw enchant now works in offhand. Multi-shot enchant: rebalanced damage of extra arrows with main based on charge. Dehydrator fixed some recipes not processing such as saplings. Dehydrator now stops consuming power if it has no recipe to work on. Harvesting three tall crops now breaks the top block safely (Simple Corn). Heart containers checking against config limit improved for compatibility. Added Swim Speed II potion effect. Machines and cables now compute energy serverside only, which is an optimization and fixes issues with some cables (such as Leadstone circuits). Anvils no longer deal damage when you run into them at head height and all have the anvil sound. " + ,"1.17.11":"Updated some JEI information. Updated language files. Fixed issue with a keybinding with fastcraft. Harvester compatibility Red Orchid. Responsive scaffolding drops correct number of blocks. When you shift-click a GPS Marker in a Transfer Node it now goes in the correct 1slot. Ender Book has a new return feature, you can go back to your previous position that was saved on the previous teleport. Exchange scepters now have two additional settings: 9x1 and 1x9 for column building. New config optional for SFX block, if changed the 'sound_player_everybody' flag will instead make only the person using the block able to hear the sound, option to prevent sound-griefing. " + ,"1.17.12":"Fixed startup crash on servers with fastcraft. Fix a crash & handle errors in Item extraction cable when using some types of tile entities (Thermal Dynamics Vacuum pipe with resonant servo, possibly others). Fixed Packager not accepting zenscript (crafttweaker) recipes using nbt tag data. " + ,"1.17.13":"Brought back a legacy feature where Charms can be repaired in an anvil with an item from the recipe (PR from trunksbomb). Ender Book teleport refactored off the main thread (helps with chunk loading issues on servers). Laser Cell now continues to render the laser even if the block is out of the players vision (same logic as Beacon). Fixed Water Candle using the wrong location and verification to check if a mob is allowed to spawn. Increased speed of Auto Crafter and Packager machines so they process one recipe per tick (modpack devs use the FuelCost config section if you need to counter-balance this). Six new config entries for the Tree and Brush scythe items to aid modpack development and mod compatibility (default behaviour is unchanged). " + ,"1.17.14":"Fix itemstack issues in cables with some containers (Filing cabinets, possibly others). Void Anvil will no longer delete non-enchantment related NBT data. Added a debug command /nbtset key val, defaults to OP only and can be disabled. Fixed not being able to shift-click items into the last slot of Structure Builder. " + ,"1.17.15":"Item model updated for Water Candle and the cable Extractors. Fixed the lock button in the Hydrator based on if there is a matching recipe. Hydrator now caches current recipe for more efficient processing. Redstone Clock now indicates which sides are receiving power on its texture. Battery indicates which sides are outputting power with its texture. AutoCrafter bugfix for recipes that consume item durability (such as Mystical Agriculture essences). " + ,"1.17.16":"Updated zh_CN.lang by sandtechnology and ru_RU.lang by kellixon. Unchant Pylon automation fixed to accept items on input and output. " + ,"1.18.0":"New Blocks: Tempered Glass, Fluid Collector, Sensor Display. Fluid Tank show fills indicator on item stack. Fluid Tanks also have itemstack fluid capability support (improved compatibility with most machines and inventories). Ender Library Controller can now be automated, piping enchanted books into it will distribute enchantments to nearby shelves (you must pump out the empty books so it wont get stuck). Added Sandstone Sword. New assets by Ithronyar: Biomass, Scaffolding model and sounds, Crystallized Obsidian equipment, Crystal gear, Sandstone gear, new 3D models for some of the scepters. Transfer Node has been tweaked to be an Item Transfer node; Fluid Transfer Node created as a new item. Updated item model for wireless nodes. Fixed a bug where export cables messed up the flow for next door blocks. Extraction cables now default to Always On redstone setting. Dehydrator no longer accepts lava, produces water during the recipe, water must be drained to coninue, default recipe timings changed, water generated is part of zenscript recipe call as well. Potion Recipes: Ender and Snow potions are now base types for some of the advanced potions. Fixed an issue when Boomerang super slowly. Added JEI info tab for custom potions. Packager merges similar stacks to avoid getting stuck crafting. Sword models reverted to earlier version. Keyboard control on all/most numeric sliders on machines. Digital Typewriter redesigned and remade as Text Projector. Hydrator recipe matching checks the size to avoid overlap. Fixed heart container config causing player to loose certain unlocks on death. Fixed fluid placer using reversed logic when vertical. " + ,"1.18.1":"Fixed some minor texture issues. Fixed Energy extractor cable slider. Fixed item transfer node not accepting input. " + ,"1.18.2":"Fixed an error where empty or invalid entries in some blacklist configs could crash the game. Uncrafting Grinder is now compatible with mods that register unique blocks use non-standard way that try really hard to not be compatible (such as Mekanism NBT based blocks). New config added 'ForceNonRepairable' to allow anvils to repair non-repairable items. Soulstone fixed to now work correctly when player has absorption. Default font size of Text Projector is now 10 instead of zero. New configs SageCount and DruidCount to control how many villagers will attempt to spawn when a new village is generated in new chunks. " + ,"1.18.3":"Fixed uncrafting grinder only working when input stack size was the precise recipe count. " + ,"1.18.4":"Fixed some machines having energy (RF) having server-client desync on dedicated servers (could appear as energy appearing empty when its not, or energy bars vibrating up and down). Item Collector now has a minimum size of 1x1. Fixed clientside fluid-desync of several blocks. Fixed Magma Anvil not accepting fluid from some pipes. Harvester can now gather ender pearls from Ender Lilly from EXU2. " + ,"1.18.5":"You can now stack Tanks on top of each other without sneaking. Added a button in the Fan to silence its sounds. " + ,"1.18.6":"Optimize many things to reduce lag. Fixed Wireless Transmitter block state not updating. Sped up and removed progress bar from Controlled Miner. Wireless energy transfer node no longer claims to have fluid capability (mod compat fix). Added block id to some config descriptions. " + ,"1.19.0":"Energy cables to fix restricted flow issues; many internal improvements to how fluid and energy is used in general. Added Extreme Slime plate goes about 90 blocks. Corrupted chorus changes: added Weakness and removed Nausea. Conveyors can be crafted into corner and angled variants now, placement logic is unchanged and you can still auto-form corners and angles while building. Added Melter and Solidifier blocks, crafting using liquids and supported by zenscript. " + ,"1.19.1":"Fixed removeRecipe not working in zenscript crafttweaker support." + ,"1.19.2":"Handle client errors when redstone Clock is updating while block is broken. Fix Fluid Storage Tank losing its fluid-stack data when mined/placed. GUI feature: You can now right-click on some buttons to reduce values in User, Collector, Forester, Miner, Harvester. " + ,"1.19.3":"Increased Hydrator speed. Fluid Storage Tank now auto-fills the block directly below it regardless of block type. Melter now gets boosted heat level from source lava blocks. Soulstone updated for improved compatibility. Transfer Nodes now display the correct custom display name (for example if a chest is named in an anvil and placed). Boomerang now attempts to harvest some blocks if it was breaking them (example Chorus Flower), and also tries to pick up items. Crystal equipment no longer comes with free enchants. " + ,"1.19.4":"Changed cables to material Circuits mined by an axe instead of Leaves. Fixed an RF bug with battery blocks. Updated ru_RU by Konstantin and zh_CN by sandtechnology. " + ,"1.19.5":"Caught a possible crash from Fluid Placer when it is being activated by resdstone very fast. Trash Void now has a GUI screen with some basic controls. Trash Void now deletes all of its fluid each tick instead of half. Removed config TRANSFER_ITEM_TICK_DELAY, a not-quite-working config that was meant to slow down Item Cables. Item Extraction Cable now has a GUI slider so you have the option to extract up to 64 items per tick (previously locked to 1). Fixed an item NBT comparison issue in Auto Crafter (for example, Resource Hogs Truffles). " + ,"1.19.6":"Fixed bug where flowing water was breaking cables. " + ,"1.19.7":"Fixed far left slots of Fluid Transfer Node. Melter and Solidifier recipes now correctly link in with JEI when looking for uses and recipes for fluids. zh_CN.lang updated ty sandtechnology. Dehydrator and fluid tank slightly updated. Fixed fluid bugs in Solidifier recipes. Fixed a desync bug with Item Collector's redstone button. " + ,"1.19.8":"Glowing Chorus fruit flying no longer counts down while falling or while standing on non-solid blocks. Glowing Chorus fruit flying effect is now cleansed and removed from player when milk or a Corrupted chorus fruit is eaten. Trash Void improved better handling of multiple connections at once, should avoid item ducts and other means from backing up. " + ,"1.19.9":"Fluid Extraction cables can now pick up water from the world. Fixed a hard-to-replicate fluid dupe bug. Auto User input slots restricted to stack size 1 (fixes several issues, you can still pipe items in as fast as needed). Exchange scepter now works with silk touch, and can be applied in anvil. Hydrator & Dehydrator water production compatible with JEI. The config 'CorruptedChorusPotions' now treats zero as a valid number to disable effect, and higher max value. You can delete data in GPS Markers by hitting bedrock. Refreshed Exp Pylon user interface with improvements. Endgame swords now have durability. Wireless Transmitters can now show previews. The blue Standard exchange scepter can now build over Air blocks like a building wand. " + ,"1.19.10":"Updates to zh_CN.lang by mcBegins2Snow. Broken tooltip fixed by sandtechnology. Sneak while using GPS markers out in mid-air to wipe their location. GPS Item now saves the side of the block clicked, and this is used in the wireless nodes and Screen Detector for items, fluid, and energy on specific sides. Remote Lever can now be activated from within your inventory with a right-click, similar to charms. Added the missing EnchantExpBoost config file entry. Fixed Item Sorter ignoring the far right column. Text Projector and Sensor Display now have a new Block Offet feature to push the text horizontally off the screen, so you can build in your own background. Fluid storage tank now only drains downward to others of the same block, fixes not being able to pipe fluid up from the bottom. You can now correctly sneak to avoid movement on corner pieces of conveyors. " + ,"1.19.11":"Added Nether and End ore for both Zinc and Tritanium (off by default in cyclic_ores.cfg). Mod no longer double-saves players extended inventory in two files, it now exclusively uses the UUID.cyclicinvo files, and ignores the legacy _playername.invo files (no data loss but backup if you like). Fluid Extraction Cables now have a fluid filter so you can whitelist or blacklist fluids. Fixed fluid bugs in Automated User when the itemstack holds multiple buckets worth of fluid. " + ,"1.19.12":"Fixed the Redstone toggle button resetting in Structure Builder. Entity Detector now counts total items in the itemstacks when in Item mode. zh_CN.lang changes from sandtechnology. ru_RU.lang changes from kellixon. " + ,"1.19.13":"In Ender Library, books with no target no longer get stuck, sent to output slot instead (PR from brad18). Fixed an issue with cables and Hydrogel mod. Controlled Miner now skips over liquid spaces. " + ,"1.19.14":"New texture and model for Auto Torch by Ithronyar. Fixed bugs in Unchant Pylon processing. Fluid Extraction cable now stops pumping up fluid from in-world fluid blocks when its full. Bumped to suggested forge version 14.23.5.2838. Storage Bag only use its auto-pickup setting to grab items from world (lower-right of gui) while GUI of bag is open (could cause race-condition data loss sometimes)." + ,"1.19.15":"Fall damage nerf for Chorus. Reduced volume of some magic items. Fix for clumps + exp boost enchantment desyncing xp orb entities. " + ,"1.19.16":"Evoker Fang will now start casting at the targeted block instead of always the casters feet. Evoker Fang will now cast when activated in mid air, does not require a block to be clicked specifically. Updated ender fang 3D model & textures by a contributor. " + ,"1.19.17":"updated ru_RU.lang by Bytegm. Extractor cables are now rock material. storage_bag now checks that the stack size is 1 before opening. " + ,"1.19.18":"Merge pull request #1245 from sandtechnology (Update zh_CN.lang). Changes to crafting_food and inventory_food: They toggle off when you eat them again; and inventory buttons get hidden correclty now if you eat one then turn it off. Fluid Extraction cables fix bug with cables resetting filter-type button after reloading world. S:EnderBookExpCostRatio config now accepts decimals (calculations and mechanics unchanged). " + ,"1.19.19":"Fixed a rendering issue. Fixed a bug with transfer nodes and Real Filing cabinets. Cleanup some log messages. Fixed a fluid bug with extraction cable. Fixed visual bug where the energy bar display would stop updating when the machine was turned off. Fixed fang spells from Evoker Fang weapon not despawning and building up entity count. Health system internally upgraded by BlueAgent; data is now stored as a health modifier and does not edit players raw health value which means it is now fully compatible with other health systems & mods. Reduce Packager lag by only searching for a new recipe when the inventory contents changes. Reduce Auto Crafter lag by only searching for a new recipe when the inventory contents changes. New command added /setfood. Merchant Almanac GUI no longer has the JEI sidebar; this fixes the tooltip rendering issue. New configs added AutoUserLargestTick and AutoUserSmallestTick in case servers need to restrict useage speed of the machine. Fixed a crash if Block Miner was breaking a block and also pushed by Sticky Piston with Quark's tile entity integration. Excavation enchant no longer crashes if some other mod forces its level past the natural maxumum (7, 100, etc). Harvester and garden scythe now compatible with mods that use BlockCrops:getMaxAge() to override the Age property max value such as Pizzacraft. " + ,"1.19.20":"Fixed autocrafter/JEI dupe bug. Fix game crash when slowfall is disabled. Fixed a bug introduced in 1.19.19 causing way too many chunk updates for a single machine. Fixed Fluid Collector pulling in the wrong fluid and in some cases building over mismatching fluids. " + ,"1.19.21":"Fixed an obscure item dupe glitch" + ,"1.20.0":"Updated 'block placement' logic through the entire mod, so things like building scepters and machines place blocks and keep their NBT data (like shulker boxes) as well as relative player directions, also improved compatibility with any blocks having special onItemUse logic/metadata. Workbench now quickly and cleanly syncs between multiple players using it at the same time. Excavate no longer allows tools to go into negative durability (correctly uses native attemptDamageItem to handle unbreaking enchant, tool damage, and tool breaking). GPS Marker now stores specific location of the hit within the block, the players facing direction, and the block-face clicked on (shows on tooltip while holding sneak); only used by certain machines such as Structure Builder. Structure Builder GUI changed, removed offset sliders and replaced with GPS slot; removed rotations value. Structure builder now optionally uses the GPS markers, so you can target an offset location and set the orientation of rotating blocks such as stairs. Structure builder Diagonal setting now uses size to build across just like a roof. Structure builder has a new Horizontal Cylander building mode. Renamed Cyclic building scepter to Ranged Building Scepter; it now renders an outline of the distant block that it will place. GPS Marker now renders an outline of the selected block. The three anvils now can be rotated like regular anvils. Allow cables to be harvested and dropped as items when broken by hand. Fluid Drain now has a Preview Render button to show the currently targeted block. Rebuilt and fixed saturation potion. Vision Helmet no longer grants glowing effect. Interdiction Pulsar now works on hostile mobs riding non-hostile living mobs by moving their mounts (such as zombie chicken riders or mobs on horses). Fixed pattern replicator render outline button. Pattern replicator redesigned and now use GPS Markers to select areas to copy and paste. Pattern replicator now builds from the bottom up so that unsupported blocks such as redstone dust or carpet builds more reliably. Fixed issue in Exp pylon -500 button. Each quadrant of Ender Library can store 999999 enchantments, up from 64. Ender Library now saves its data when picked up and placed down as an item, for safe transport like a shulker box. Fixed Model Variant Exceptions showing in log file. Fixed water candle sometimes spawning mobs in the ground or creating other duplicate blocks. All dynamyte now uses ExplosionEvent.Start event to allow other mods to hook and cancel explosions if needed. Piston Scepter: removed rotate mode (wooden wrench does exactly this); Piston scepter now pushes a whole line of blocks not just one, matching real piston behavior; also it checks canPlayerMove for permission hooks. Ender Library now checks for enchanted books of stack size != 1 for mod compatibility. Improve Storage Bag button tooltips for useability. Storage Bag deposit updated to use capabilities (more compatible with more modded inventories for example AA Crates). Added crystallized_amber and crystallized_obsidian to default BlacklistInput config for the uncrafter (not affecting existing modpacks but reccomended to add these values). Updated how Forester looks for ore dictionary logWood blocks when logs have metadata (fixes Biomes o Plenty trees in forester). Forester now skips air blocks faster. Password Trigger now works if player is in a different dimension than the block (if blocks chunk is loaded by something). Added configs to tweak the x/y offsets of the inventory buttons. Added a few more refinedstorage items to SackHoldingBlacklist config (some RS blocks dont use compatible tile entity NBT storage). " + ,"1.20.1":"Fixed game crashing if FastWorkbench is not installed. " + ,"1.20.2":"Put in some checks in case a player is logging out and in with a bounce potion effects. Item Sorter: Normal mode now matches NBT (enchantments etc); and new Ore Dictionary mode added" + ,"1.20.3":"Fixed builder consuming two blocks for every one placed. Water walking enchant now works better against BOP quicksand (mud). By popuplar demand, renamed 'Whitelist/Blacklist' to 'Allowlist/Ignorelist' in a few tooltips (functionality unchanged). Added some error safeguards in case IE wires throw an exception when hit by a certain projectile. Block the extraction of items from the Workbench using things like hoppers (fixes some exploits). Fixed Auto User in attack mode not hitting the full area in larger sized selections. " + ,"1.20.4":"Add config to reverse placement of machines -UnInvertedPlacement- (default value is no changes, edit to make machines face away from player on placing). Confirmed compatibility with Guide-API-2.1.8-63 " + ,"1.20.5":"Optimize BaseEnchant calls to EnchantmentHelper and HashMap (merge PR Ricket). Fix merchant almanac bug. Fixed Cyclic Fluid Node Transfer Rate does not change with GUI. Fix compatibility crash with Just a Few Fish mod. Fix a pattern replicator block server crash bug. Missing texture added for potion effect 'stunned'. New config SprinklerAnimationsAllowed. Experience pylon fill and drain logic overhauled to fix bugs; player can sneak on the pylon to drain into it. If a player currently has the cyclic bounce potion effect bounching, and is using Multi-jump enchant as well, the horizontal momentum given from the multi-jump click is greatly reduced to avoid combining with the bounce enchant and becoming overkill. " + ,"1.20.6":"Auto crafter now correctly moves container items to output slots and refills them (such as full buckets in cake recipe). Boomerang fixed to not break certain strong blocks such as Reinforced glass from securitycraft when thrown. Also Boomerang by default will no longer break blocks when flying (config boomerang.doesBreakBlocks to restore old way). (trunksbomb) Fix Pattern Replicator to not cause out of bounds exception " + ,"1.20.7":"If a block has its fuelcost config set to zero, it now will also hide the energy display in GUI screen, and block capability connections. New config added for energy cost to run machine I:peat_farm=64 [range: 0 ~ 500000, default: 64] in cyclicmagic.cfg file (prevously was hardcoded 64 default). " + ,"1.20.8":"Fixed crash introduced in 1.20.7 energy cable" + ,"1.20.9":"Fix crash in peat farm GUIs when config has I:peat_farm=0. Fix unchant pylon leaving an empty NBT tag when all enchantments are removed (this allows unenchanted items to go through uncrafting grinder and other compatibility things). Fix Structure Builder offset directions in CV - Circle Vertical setting. Fix typo in Diamond and Iron spikes config. Fix stat.killEntity.robot compatibility error. Fix Random and Pattern gui settings of the Range building scepter. Fix Peat-fired Generator Gui energy bar not rendering bug. " + ,"1.20.10":"PR merged from embeddedt: Prevent milk bucket from removing flight when player is in creative mode. Catch more errors from Excavation enchant, in case game runs out of memory, StackOverflow, similar errors (errors will now just stop digging instead of crash). Ender Shelf no longer renders the enchanted book (was causing tps/fps lag). " + ,"1.20.11":"Fix Peat Farm block not working if the config is set to not require power (specifically setting I:peat_farm=0 )" + ,"1.20.12":"Prevent bad/invalid entity NBT data from crashing while mob is being captured by an empty Monster Ball. Fix excavate enchant errors on high max levels, and reduced size calculation to mc1.16.5 formula (26 + 8*LEVEL). Excavate is no longer compatible with Efficiency. Changed Structure Builder Tunnel (Circle Vertical) renamed and updated to match modern minecraft versions. Remove Saturation potion use logspam. Fix Xp Pylon server->client desync display" + ,"1.20.13":"#2189 new forester configs to control which logs, leaves, and saplings are used by the machine, see the bottom of cyclicmagic.cfg" + ,"1.20.14":"#2135 Port Alluring Fishhook item (cyclic:ender_fishing) from 1.10.2 to 1.12.2" + } +} + +[16:57:32] [Forge Version Check/INFO] [forge.VersionCheck]: [cyclicmagic] Found status: OUTDATED Target: 1.20.14 +[16:57:32] [Forge Version Check/INFO] [forge.VersionCheck]: [refinedstorage] Starting version check at https://refinedstorage.raoulvdberge.com/update +[16:57:32] [Server thread/INFO] [FML]: Configured a dormant chunk cache size of 0 +[16:57:32] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod buildcraftlib +[16:57:32] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - BuildCraft Lib took 0.329s +[16:57:32] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod buildcraftcore +[16:57:32] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod buildcraftcore +[16:57:32] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - BuildCraft took 0.117s +[16:57:32] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod cyclicmagic +[16:57:33] [Forge Version Check/DEBUG] [forge.VersionCheck]: Failed to process update information +java.net.UnknownHostException: refinedstorage.raoulvdberge.com + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:184) ~[?:1.8.0_452] + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:172) ~[?:1.8.0_452] + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) ~[?:1.8.0_452] + at java.net.Socket.connect(Socket.java:607) ~[?:1.8.0_452] + at sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:293) ~[?:1.8.0_452] + at sun.security.ssl.BaseSSLSocketImpl.connect(BaseSSLSocketImpl.java:173) ~[?:1.8.0_452] + at sun.net.NetworkClient.doConnect(NetworkClient.java:180) ~[?:1.8.0_452] + at sun.net.www.http.HttpClient.openServer(HttpClient.java:465) ~[?:1.8.0_452] + at sun.net.www.http.HttpClient.openServer(HttpClient.java:560) ~[?:1.8.0_452] + at sun.net.www.protocol.https.HttpsClient.(HttpsClient.java:264) ~[?:1.8.0_452] + at sun.net.www.protocol.https.HttpsClient.New(HttpsClient.java:367) ~[?:1.8.0_452] + at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(AbstractDelegateHttpsURLConnection.java:203) ~[?:1.8.0_452] + at sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1177) ~[?:1.8.0_452] + at sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1061) ~[?:1.8.0_452] + at sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1059) ~[?:1.8.0_452] + at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_452] + at java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:784) ~[?:1.8.0_452] + at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1058) ~[?:1.8.0_452] + at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:189) ~[?:1.8.0_452] + at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1587) ~[?:1.8.0_452] + at sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:92) ~[?:1.8.0_452] + at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1507) ~[?:1.8.0_452] + at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1505) ~[?:1.8.0_452] + at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_452] + at java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:784) ~[?:1.8.0_452] + at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1504) ~[?:1.8.0_452] + at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:480) ~[?:1.8.0_452] + at sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:352) ~[?:1.8.0_452] + at net.minecraftforge.common.ForgeVersion$1.openUrlStream(ForgeVersion.java:223) ~[ForgeVersion$1.class:14.23.5.2860] + at net.minecraftforge.common.ForgeVersion$1.process(ForgeVersion.java:252) [ForgeVersion$1.class:14.23.5.2860] + at net.minecraftforge.common.ForgeVersion$1.run(ForgeVersion.java:201) [ForgeVersion$1.class:14.23.5.2860] +[16:57:33] [Forge Version Check/INFO] [forge.VersionCheck]: [storagenetwork] Starting version check at https://raw.githubusercontent.com/Lothrazar/Storage-Network/master/update.json +[16:57:33] [Forge Version Check/DEBUG] [forge.VersionCheck]: [storagenetwork] Received version check data: +{ + "homepage": "https://www.curseforge.com/minecraft/mc-mods/simple-storage-network", + "promos": { + "1.20.1-latest": "1.12.1" + }, + "1.20.1": { + "1.10.0":"Ported to 1.20.1, depends on flib-0.0.7+ . Fixed patchouli book. Port to new non-deprecated curios datapack tags. Includes pull requests merged into the 1.18 and 1.19 branches : Merge pull request #492 from IIpragmaII/trunk/1.18 @IIpragmaII @VasurTrekkson Improved performance for export node. fix priority german translation @lightlike . Fixed recipes not showing when pressing the JEI recipe key @Demerso. Create uk_ua.json @SKZGx " + ,"1.10.1":" Merge pull request #518 from ALFEECLARE: add ja_jp translation." + ,"1.11.0":" Fix the bug when using small window sizes where the top row of player inventory items getting inserted instead of picked up when using the remote when jei is installed. Merge pull request #536 from maxpowa : Add support for EMI mod; this also fixes crash #513. " + + ,"1.11.1":"The Storage Request Table 'storagenetwork:request' block no longer saves the contents of its crafting-grid; instead items are returned to the player on close, exactly matching vanilla crafting table behavior (this was changed to prevent potential exploits. If any items are left behind in the grid during world upgrade they will be returned and not lost. No changes were made to the remotes or to other blocks). Fixed a null pointer exception " + + ,"1.11.2":"Ported the Cable Facades feature (from Minecraft 1.12.2), so that you can shift-left-click with a block on a cable to hide it with a facade. Disable this feature or ignore certain blocks with the config file" + ,"1.11.3":"Fixed item tooltips not rendering in Storage Remote. Fixed visual rendering and text errors inside of import/export cables using the 'operation upgrade'" + ,"1.12.0":"Added a new Expanded Request Table and the Expanded Remote to support GUI Scale 2 or larger for players on large monitors/resolutions. Internal refactoring for Import and Export cable capabilities: item transactions are now executed inside the cable tile-entities instead of the main node tile-entity (meaning the main root node is doing less processing work, and also the network overall should have fewer wasted cycles). " + ,"1.12.1": "Fix JEI/EMI recipe autocomplete" + } +} + +[16:57:33] [Forge Version Check/INFO] [forge.VersionCheck]: [storagenetwork] Found status: BETA Target: null +[16:57:33] [Forge Version Check/INFO] [forge.VersionCheck]: [enderstorage] Starting version check at http://chickenbones.net/Files/notification/version.php?query=forge&version=1.12&file=EnderStorage +[16:57:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `fluid_drain_te`, expected `cyclicmagic`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:33] [Server thread/WARN] [net.minecraft.network.datasync.EntityDataManager]: defineId called for: class net.minecraft.entity.item.EntityMinecartFurnace from class com.lothrazar.cyclicmagic.item.minecart.EntityGoldFurnaceMinecart +[16:57:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `wireless_transmitter_te`, expected `cyclicmagic`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `wireless_receiver_te`, expected `cyclicmagic`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `item_pipe_sort_te`, expected `cyclicmagic`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `item_pipe_te`, expected `cyclicmagic`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `item_pump_te`, expected `cyclicmagic`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `energy_pipe_te`, expected `cyclicmagic`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `energy_pump_te`, expected `cyclicmagic`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `fluid_pipe_te`, expected `cyclicmagic`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `fluid_pump_te`, expected `cyclicmagic`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `bundled_pipe_te`, expected `cyclicmagic`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `cyclicmagiclibrary_te`, expected `cyclicmagic`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `cyclicmagiclibrary_ctrl_te`, expected `cyclicmagic`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `plate_vector_te`, expected `cyclicmagic`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `builder_pattern_te`, expected `cyclicmagic`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `magnet_block_te`, expected `cyclicmagic`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `magnet_anti_block_te`, expected `cyclicmagic`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `vacuum_block_te`, expected `cyclicmagic`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `beacon_potion_te`, expected `cyclicmagic`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `clock_te`, expected `cyclicmagic`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `beacon_redstone_te`, expected `cyclicmagic`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `sprinkler_te`, expected `cyclicmagic`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `block_forester_te`, expected `cyclicmagic`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `miner_te`, expected `cyclicmagic`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `block_hydrator_te`, expected `cyclicmagic`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `melter_te`, expected `cyclicmagic`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `solidifier_te`, expected `cyclicmagic`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `cyclicmagicblock_anvil_te`, expected `cyclicmagic`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `harveseter_te`, expected `cyclicmagic`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `cyclicmagicblock_enchanter_te`, expected `cyclicmagic`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `exp_pylon_te`, expected `cyclicmagic`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `builder_te`, expected `cyclicmagic`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `uncrafting_block_te`, expected `cyclicmagic`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `cyclicmagicminer_smart_te`, expected `cyclicmagic`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `placer_block_te`, expected `cyclicmagic`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `password_block_te`, expected `cyclicmagic`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `cyclicmagicblock_user_te`, expected `cyclicmagic`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `cyclicmagictrash_te`, expected `cyclicmagic`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `cyclicmagicworkbench_te`, expected `cyclicmagic`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `cyclicmagicscreen_te`, expected `cyclicmagic`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `cyclicmagicscreentarget_te`, expected `cyclicmagic`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `cyclicmagicauto_crafter_te`, expected `cyclicmagic`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `cyclicmagicentity_detector_te`, expected `cyclicmagic`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `cyclicmagicfan_te`, expected `cyclicmagic`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `cyclicmagicblock_fishing_te`, expected `cyclicmagic`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `cyclicmagicblock_disenchanter_te`, expected `cyclicmagic`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `bucketstorage`, expected `cyclicmagic`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `dropper_exact_te`, expected `cyclicmagic`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `fluid_placer_te`, expected `cyclicmagic`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:33] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod cyclicmagic +[16:57:33] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - Cyclic took 1.108s +[16:57:33] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod redstoneflux +[16:57:33] [Server thread/DEBUG] [BnBGamingCore]: Caught Exception while attempting to get class extensions for cofh.api.energy.EnergyStorage +[16:57:33] [Server thread/DEBUG] [BnBGamingCore]: Caught Exception while attempting to get class extensions for cofh.api.energy.IEnergyConnection +[16:57:33] [Server thread/DEBUG] [BnBGamingCore]: Caught Exception while attempting to get class extensions for cofh.api.energy.IEnergyContainerItem +[16:57:33] [Server thread/DEBUG] [BnBGamingCore]: Caught Exception while attempting to get class extensions for cofh.api.energy.IEnergyHandler +[16:57:33] [Server thread/DEBUG] [BnBGamingCore]: Caught Exception while attempting to get class extensions for cofh.api.energy.IEnergyProvider +[16:57:33] [Server thread/DEBUG] [BnBGamingCore]: Caught Exception while attempting to get class extensions for cofh.api.energy.IEnergyReceiver +[16:57:33] [Server thread/DEBUG] [BnBGamingCore]: Caught Exception while attempting to get class extensions for cofh.api.energy.IEnergyStorage +[16:57:33] [Server thread/DEBUG] [BnBGamingCore]: Caught Exception while attempting to get class extensions for cofh.api.energy.IEnergyTransport +[16:57:33] [Server thread/DEBUG] [BnBGamingCore]: Caught Exception while attempting to get class extensions for cofh.api.energy.ItemEnergyContainer +[16:57:33] [Server thread/DEBUG] [BnBGamingCore]: Caught Exception while attempting to get class extensions for cofh.api.energy.TileEnergyHandler +[16:57:34] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod redstoneflux +[16:57:34] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - Redstone Flux took 0.005s +[16:57:34] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod mekanism +[16:57:34] [Server thread/INFO] [Mekanism]: Didn't detect MCMP, ignoring compatibility package +[16:57:34] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod mekanism +[16:57:34] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - Mekanism took 0.274s +[16:57:34] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod natura +[16:57:34] [Server thread/DEBUG] [BnBGamingCore]: Caught Exception while attempting to get class extensions for chococraft.common.ModChocoCraft +[16:57:34] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod natura +[16:57:34] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - Natura took 0.002s +[16:57:34] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod traverse +[16:57:34] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod traverse +[16:57:34] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - Traverse took 0.048s +[16:57:34] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod betterwithmods +[16:57:34] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `beacon`, expected `betterwithmods`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:34] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `ender_chest`, expected `betterwithmods`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:34] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `ice`, expected `betterwithmods`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:34] [Forge Version Check/DEBUG] [forge.VersionCheck]: [enderstorage] Received version check data: +{"promos":{"1.12-latest":"2.4.1.124","1.12-recommended":"2.4.1.124"}} +[16:57:34] [Forge Version Check/INFO] [forge.VersionCheck]: [enderstorage] Found status: BETA Target: null +[16:57:34] [Forge Version Check/INFO] [forge.VersionCheck]: [codechickenlib] Starting version check at http://chickenbones.net/Files/notification/version.php?query=forge&version=1.12&file=CodeChickenLib +[16:57:34] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `furnace`, expected `betterwithmods`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:34] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `lit_furnace`, expected `betterwithmods`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:34] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `hopper`, expected `betterwithmods`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:34] [Server thread/INFO] [FML]: [BWM] Successfully load compat for actuallyadditions +[16:57:34] [Server thread/INFO] [FML]: [BWM] Successfully load compat for immersiveengineering +[16:57:34] [Server thread/INFO] [FML]: [BWM] Successfully load compat for quark +[16:57:34] [Server thread/INFO] [FML]: [BWM] 'BatWings' is forcefully disabled as it's incompatible with the following loaded mods: [actuallyadditions] +[16:57:34] [Server thread/INFO] [betterwithmods]: [BWM] Module hardcore is enabled +[16:57:34] [Server thread/INFO] [betterwithmods]: [BWM] Module compatmodule is enabled +[16:57:34] [Server thread/INFO] [betterwithmods]: [BWM] Module gameplay is enabled +[16:57:34] [Server thread/INFO] [betterwithmods]: [BWM] Module tweaks is enabled +[16:57:34] [Server thread/INFO] [betterwithmods]: [BWM] Module PreInit : compatmodule +[16:57:34] [Server thread/INFO] [betterwithmods]: [BWM] Feature PreInit : ImmersiveEngineering +[16:57:34] [Server thread/INFO] [betterwithmods]: [BWM] Feature PreInit : Quark +[16:57:34] [Server thread/INFO] [betterwithmods]: [BWM] Feature PreInit : ActuallyAdditions +[16:57:34] [Server thread/INFO] [betterwithmods]: [BWM] Module PreInit : gameplay +[16:57:34] [Server thread/INFO] [betterwithmods]: [BWM] Feature PreInit : MiniBlocks +[16:57:34] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `bwm.siding`, expected `betterwithmods`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:34] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `bwm.moulding`, expected `betterwithmods`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:34] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `bwm.corner`, expected `betterwithmods`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:34] [Server thread/INFO] [betterwithmods]: [BWM] Feature PreInit : HopperRecipes +[16:57:34] [Server thread/INFO] [betterwithmods]: [BWM] Feature PreInit : MillRecipes +[16:57:34] [Server thread/INFO] [betterwithmods]: [BWM] Feature PreInit : NetherGrowth +[16:57:34] [Server thread/INFO] [betterwithmods]: [BWM] Feature PreInit : PlayerDataHandler +[16:57:34] [Server thread/INFO] [betterwithmods]: [BWM] Feature PreInit : MechanicalBreakage +[16:57:34] [Server thread/INFO] [betterwithmods]: [BWM] Feature PreInit : BreedingHarness +[16:57:34] [Server thread/INFO] [betterwithmods]: [BWM] Feature PreInit : CrucibleRecipes +[16:57:34] [Server thread/INFO] [betterwithmods]: [BWM] Feature PreInit : MetalReclaming +[16:57:34] [Server thread/INFO] [betterwithmods]: [BWM] Feature PreInit : KilnRecipes +[16:57:34] [Server thread/INFO] [betterwithmods]: [BWM] Feature PreInit : SawRecipes +[16:57:34] [Server thread/INFO] [betterwithmods]: [BWM] Feature PreInit : CauldronRecipes +[16:57:34] [Server thread/INFO] [betterwithmods]: [BWM] Feature PreInit : AnvilRecipes +[16:57:34] [Server thread/INFO] [betterwithmods]: [BWM] Feature PreInit : CraftingRecipes +[16:57:34] [Server thread/INFO] [betterwithmods]: [BWM] Feature PreInit : TurntableRecipes +[16:57:34] [Server thread/INFO] [betterwithmods]: [BWM] Module PreInit : tweaks +[16:57:34] [Server thread/INFO] [betterwithmods]: [BWM] Feature PreInit : MossGeneration +[16:57:34] [Server thread/INFO] [betterwithmods]: [BWM] Feature PreInit : RSBlockGlow +[16:57:34] [Server thread/INFO] [betterwithmods]: [BWM] Feature PreInit : FoodPoisoning +[16:57:34] [Server thread/INFO] [betterwithmods]: [BWM] Feature PreInit : KilnSmelting +[16:57:34] [Server thread/INFO] [betterwithmods]: [BWM] Feature PreInit : MobSpawning +[16:57:34] [Server thread/INFO] [betterwithmods]: [BWM] Feature PreInit : AxeLeaves +[16:57:34] [Server thread/INFO] [betterwithmods]: [BWM] Feature PreInit : RenewableEndstone +[16:57:34] [Server thread/INFO] [betterwithmods]: [BWM] Feature PreInit : FastStick +[16:57:34] [Server thread/INFO] [betterwithmods]: [BWM] Feature PreInit : Sinkholes +[16:57:34] [Server thread/INFO] [betterwithmods]: [BWM] Feature PreInit : Notes +[16:57:34] [Server thread/INFO] [betterwithmods]: [BWM] Feature PreInit : HopperMinecarts +[16:57:34] [Server thread/INFO] [betterwithmods]: [BWM] Feature PreInit : KilnCharcoal +[16:57:34] [Server thread/INFO] [betterwithmods]: [BWM] Feature PreInit : CreeperShearing +[16:57:34] [Server thread/INFO] [betterwithmods]: [BWM] Feature PreInit : MobEating +[16:57:34] [Server thread/INFO] [betterwithmods]: [BWM] Feature PreInit : HeadDrops +[16:57:34] [Server thread/INFO] [betterwithmods]: [BWM] Feature PreInit : GrassPath +[16:57:34] [Server thread/INFO] [betterwithmods]: [BWM] Feature PreInit : ImprovedFlee +[16:57:34] [Server thread/INFO] [betterwithmods]: [BWM] Feature PreInit : EggDrops +[16:57:34] [Server thread/INFO] [betterwithmods]: [BWM] Feature PreInit : MysteryMeat +[16:57:34] [Server thread/INFO] [betterwithmods]: [BWM] Feature PreInit : MineshaftGeneration +[16:57:34] [Server thread/INFO] [betterwithmods]: [BWM] Module PreInit : hardcore +[16:57:34] [Server thread/INFO] [betterwithmods]: [BWM] Feature PreInit : ExplosiveRecipes +[16:57:34] [Server thread/INFO] [betterwithmods]: [BWM] Feature PreInit : HCInfo +[16:57:34] [Server thread/INFO] [betterwithmods]: [BWM] Feature PreInit : HCVillages +[16:57:34] [Server thread/INFO] [betterwithmods]: [BWM] Feature PreInit : HCEnchanting +[16:57:34] [Server thread/INFO] [betterwithmods]: [BWM] Feature PreInit : HCSeeds +[16:57:34] [Server thread/INFO] [betterwithmods]: [BWM] Feature PreInit : HCCooking +[16:57:34] [Server thread/INFO] [betterwithmods]: [BWM] Feature PreInit : HCMelon +[16:57:34] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `bwm.millstone`, expected `betterwithmods`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:34] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `bwm.pulley`, expected `betterwithmods`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:34] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `bwm.hopper`, expected `betterwithmods`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:34] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `bwm.cauldron`, expected `betterwithmods`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:34] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `bwm.crucible`, expected `betterwithmods`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:34] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `bwm.vessel`, expected `betterwithmods`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:34] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `bwm.turntable`, expected `betterwithmods`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:34] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `bwm.steelanvil`, expected `betterwithmods`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:34] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `bwm.vase`, expected `betterwithmods`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:34] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `bwm.vert_windmill`, expected `betterwithmods`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:34] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `bwm.horiz_windmill`, expected `betterwithmods`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:34] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `bwm.waterwheel`, expected `betterwithmods`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:34] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `bwm.block_dispenser`, expected `betterwithmods`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:34] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `bwm.creative_generator`, expected `betterwithmods`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:34] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `bwm.gearbox`, expected `betterwithmods`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:34] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `bwm.bellows`, expected `betterwithmods`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:34] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `bwm.beacon`, expected `betterwithmods`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:34] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `bwm.enderchest`, expected `betterwithmods`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:34] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `bwm.axle`, expected `betterwithmods`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:34] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `bwm.saw`, expected `betterwithmods`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:34] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `bwm.pump`, expected `betterwithmods`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:34] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `bwm.crank`, expected `betterwithmods`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:34] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `bwm.steel_saw`, expected `betterwithmods`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:34] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `bwm.infernal_enchanter`, expected `betterwithmods`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:34] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `bwm.multitype`, expected `betterwithmods`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:34] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `bwm.camo`, expected `betterwithmods`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:34] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `bwm.steel_merger`, expected `betterwithmods`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:34] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `bwm.furnace`, expected `betterwithmods`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:34] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `bwm.bucket`, expected `betterwithmods`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:34] [Server thread/TRACE] [FML]: Automatically registered mod betterwithmods entity extending_rope as betterwithmods:extending_rope +[16:57:34] [Server thread/TRACE] [FML]: Automatically registered mod betterwithmods entity bwm_dynamite as betterwithmods:bwm_dynamite +[16:57:34] [Server thread/TRACE] [FML]: Automatically registered mod betterwithmods entity bwm_urn as betterwithmods:bwm_urn +[16:57:34] [Server thread/TRACE] [FML]: Automatically registered mod betterwithmods entity bwm_mining_charge as betterwithmods:bwm_mining_charge +[16:57:34] [Server thread/TRACE] [FML]: Automatically registered mod betterwithmods entity entity_sheared_creeper as betterwithmods:entity_sheared_creeper +[16:57:34] [Server thread/TRACE] [FML]: Automatically registered mod betterwithmods entity entity_broadhead_arrow as betterwithmods:entity_broadhead_arrow +[16:57:34] [Server thread/TRACE] [FML]: Automatically registered mod betterwithmods entity entity_falling_gourd as betterwithmods:entity_falling_gourd +[16:57:34] [Server thread/TRACE] [FML]: Automatically registered mod betterwithmods entity falling_block_custom as betterwithmods:falling_block_custom +[16:57:34] [Server thread/TRACE] [FML]: Automatically registered mod betterwithmods entity bwm_spider_web as betterwithmods:bwm_spider_web +[16:57:34] [Server thread/TRACE] [FML]: Automatically registered mod betterwithmods entity bwm_fishing_hook as betterwithmods:bwm_fishing_hook +[16:57:34] [Server thread/TRACE] [FML]: Automatically registered mod betterwithmods entity bwm_tentacle as betterwithmods:bwm_tentacle +[16:57:34] [Server thread/TRACE] [FML]: Automatically registered mod betterwithmods entity bwm_jungle_spider as betterwithmods:bwm_jungle_spider +[16:57:34] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod betterwithmods +[16:57:34] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - Better With Mods took 0.667s +[16:57:34] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod appleskin +[16:57:34] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod appleskin +[16:57:34] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - AppleSkin took 0.004s +[16:57:34] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod appliedenergistics2 +[16:57:35] [Server thread/INFO] [AE2:S]: Pre Initialization ( started ) +[16:57:35] [Forge Version Check/DEBUG] [forge.VersionCheck]: [codechickenlib] Received version check data: +{"promos":{"1.12-latest":"3.1.5.330","1.12-recommended":"3.1.5.330"}} +[16:57:35] [Forge Version Check/INFO] [forge.VersionCheck]: [codechickenlib] Found status: BETA Target: null +[16:57:35] [Forge Version Check/INFO] [forge.VersionCheck]: [abyssalcraft] Starting version check at https://raw.githubusercontent.com/Shinoow/AbyssalCraft/master/version.json +[16:57:36] [Server thread/INFO] [AE2:S]: Pre Initialization ( ended after 1180ms ) +[16:57:36] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod appliedenergistics2 +[16:57:36] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - Applied Energistics 2 took 1.188s +[16:57:36] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod armoreablemobs +[16:57:36] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod armoreablemobs +[16:57:36] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - ArmoreableMobs took 0.000s +[16:57:36] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod aroma1997core +[16:57:36] [Server thread/TRACE] [Aroma1997Core]: Loaded configuration aroma1997core from: .\config\aroma1997\aroma1997core.cfg +[16:57:36] [Server thread/INFO] [Aroma1997Core]: Finished Pre-initialization. +[16:57:36] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod aroma1997core +[16:57:36] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - Aroma1997Core took 0.018s +[16:57:36] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod aromabackup +[16:57:36] [Forge Version Check/DEBUG] [forge.VersionCheck]: [abyssalcraft] Received version check data: +{ + "homepage": "https://shinoow.github.io/AbyssalCraft/", + "promos": { + "1.12.2-latest": "2.0.0-BETA-2", + "1.12.2-recommended": "1.11.0", + "1.12-latest": "1.9.4-pre-4", + "1.12-recommended": "1.9.4-pre-4", + "1.11.2-latest": "1.9.4.11-FINAL", + "1.11.2-recommended": "1.9.4.11-FINAL", + "1.11-latest": "1.9.3.9", + "1.11-recommended": "1.9.3.9", + "1.10.2-latest": "1.9.4.11-FINAL", + "1.10.2-recommended": "1.9.4.11-FINAL", + "1.10-latest": "1.9.2.1", + "1.10-recommended": "1.9.2.1", + "1.9.4-latest": "1.9.3.10-FINAL", + "1.9.4-recommended": "1.9.3.10-FINAL", + "1.9-latest": "1.9.3.10-FINAL", + "1.9-recommended": "1.9.3.10-FINAL", + "1.8.9-latest": "1.9.3.10-FINAL", + "1.8.9-recommended": "1.9.3.10-FINAL" + }, + "1.12.2": { + "1.11.0": "- Fixed a bug with Upgrade Kits only working once\n - Fixed an odd crash involving the Iron Wall enchantment\n - Increased the size of dead companions stored for the resurrection ritual to 20 (previously 5)\n - A message now displays when a ritual requires a sacrifice, and none is nearby\n - Crystallized Carbon, Carbon Clusters and Dense Carbon Clusters are now Crystallizer fuel\n - Added a config option that prevents the Mass Enchantment Ritual from being performed if a book has been merged in an Anvil\n - Added a warning message for ritual blocks not being in the same chunk\n - Spell Compendium now cycles all compatible scrolls for a Spell\n - Dark Offspring no longer make Ghast sounds on a random basis\n - Added a JEI category for all of the other ritual types\n - Added a sidebar index to the Necronomicon (for easier navigation)\n - Adjusted the height of the Spellbook GUI\n - Removed Ice and Fire compatibility for Gorgon immunity\n - Added config options for Shoggoth Biomass blocks\n - Randomized cooldown on Biomass blocks in Shoggoth Lairs (ensures spawn cap)\n - Fixed an odd startup crash with Thaumcraft\n - Dread Plague carriers are immune to radiation damage (from NuclearCraft and HBM)\n - Dread Plague carriers heal from radiation damage if Hardcore Mode is enabled\n - The Floating spell keeps you air-bobbing better now\n - The ritual for creating Dreadlands Infused Powerstone now requires the Dreadlands necronomicon\n - Resticted the potion cloud created from the plagues\n - Added a config option to disable potion cloud creation\n - Merged the Item pickup blacklists into a single one\n - J'zahar and Shoggoths are radiation-resistant\n - Fixed plague resistances on helmets\n - Ethaxium Helmet now provides resistance to both plagues\n - Added support for using any fluid container for Transmutator fuel\n - Fixed crafting recipes with fluids as ingredients\n - Added a Spirit Altar (controls surrounding Spirit Item paths)\n - Improved the movement of Spirit Items yet again\n - Added a ritual for creating a Spirit Altar\n - Added Transformation Rituals (items/blocks on pedestals get replaced)\n - \"Raw\" Ethaxium is created through a ritual (instead of the Transmutator)\n - Removed the \"Display Routes\" and \"Toll The Bell\" Spells (obsolete)\n - Desaturated a lot of Dreadlands-related block textures\n - AbyssalCraft mobs (that can) will spawn wearing enchanted armor and weapon if 'Hardore Mode' is enabled\n - Cha'garoth, Sacthoth and J'zahar now passively regenerate their health (configurable)\n - Altered the Item particle for rituals", + "2.0.0-BETA-2": "- Dread Plague carriers are immune to radiation damage (from NuclearCraft and HBM)\n- Dread Plague carriers heal from radiation damage if Hardcore Mode is enabled\n- Dreadwood trees now generate in Dreadlands Mountains biomes\n- The Floating spell keeps you air-bobbing better now\n- Altered the Item particle for rituals\n- The ritual for creating Dreadlands Infused Powerstone now requires the Dreadlands necronomicon\n- Overhauled the Ghoul model\n- All Ghouls are now smaller\n- Re-did the legs on the Remnant model\n- Added Tombstones (Ghoul spawners)\n- Removed Darkstone Tools\n- Resticted the potion cloud created from the plagues\n- Added a config option to disable potion cloud creation\n- Added a Ghoul (a \"normal\" ghoul variant)\n- Merged the Item pickup blacklists into a single one\n- Added a Dread-plagued Ghoul (Dreadlands variant)\n- Removed the tentacle bit from Dread mobs\n- Added a Shadow Ghoul (Dark Realm variant)\n- Added a config option for Ghouls (and Depths Ghouls) burning in sunlight\n- Corrected Liquid Coralium transmutation for Abyssalnite Ore\n- J'zahar and Shoggoths are radiation-resistant\n- Fixed plague resistances on helmets\n- Ethaxium Helmet now provides resistance to both plagues\n- Added support for using any fluid container for Transmutator fuel\n- Fixed crafting recipes with fluids as ingredients\n- Added graveyards (structures with tombstones)\n- Depths and Dread-plagued Ghouls are hostile to eachother and normal Ghouls\n- Added a Spirit Altar (controls surrounding Spirit Item paths)\n- Improved the movement of Spirit Items yet again\n- Fixed ritual visuals not displaying when performing them\n- Updated Ghoul and Skeleton Goliath Necronomicon pictures\n- Added a ritual for creating a Spirit Altar\n- The Spirit Tablet is now available in the Abyssal Wasteland\n- Added Transformation Rituals (items/blocks on pedestals get replaced)\n- \"Raw\" Ethaxium is created through a ritual (instead of the Transmutator)\n- Rituals no longer overdrains PE (when conditions are met)\n- Added config options for Graveyard generation and Tombstone Ghoul spawning\n- The various Ghoul types have a low chance of spawning naturally\n- Removed the \"Display Routes\" and \"Toll The Bell\" Spells (obsolete)\n- Changed the internal name for the Spirit Tablet", + "2.0.0-BETA-1": "- Increased the generation chance of Dark Shrines\n- Dreadlands progression information is back!\n- Re-locked book-locked information\n- Added Page references in the Necronomicon (and buttons)\n- Added some new Disruptions\n- Removed the Purified Dreadlands Biome\n- Added a new biome, Dreadlands Ocean\n- Changed the terrain generation of the Dreadlands\n- Added Dreadlands Muck (found in Dreadlands Oceans)\n- Modified the Dreadstone texture slightly\n- Darklands Forest biomes no longer generate in the Dreadlands\n- Replaced Abyssalnite Stone with Elysian Stone\n- Desaturated a lot of Dreadlands-related block textures\n- Removed Ice and Fire compatibility for Gorgon immunity\n- Added Sealing Lock (Altar of Cha'garoth replacement)\n- Removed the Altar of Cha'garoth blocks\n- Added a entrance segment to the Lair of Cha'garoth\n- Shear Remnants for free Eldritch Scales\n- Added config options for Shoggoth Biomass blocks\n- Randomized cooldown on Biomass blocks in Shoggoth Lairs (ensures spawn cap)\n- Added a new structure to the Dreadlands with a Sealing Lock (a lair entrance)\n- Added a Sealing Key (unlocks the Sealing Lock)\n- Removed the Abyssalnite and Dreaded Abyssalnite Golems\n- Changed creative tabs for a few blocks\n- Darklands Structures actually generates in Darklands biomes inside the Dreadlands\n- Updated clientvars.json with new colors\n- Fixed an odd startup crash with Thaumcraft", + "2.0.0-ALPHA-9": "- Added config options for generation chances of Dark Shrines and Dark Ritual Grounds\n- Item transport-related spells now only use 1 PE\n- Scroll Type now has an effect on some spells (larger affected area, longer effects)\n- Added information about Idols to the Necronomicon\n- Added Resource Pack support for custom armor textures/colors\n- Renamed \"Dreadlands Wood\" with \"Dreadwood\"\n- Updated the names of some blocks to match Vanilla\n- Added an item that unlocks all knowledge (equivalent to the command)\n- Dark Offspring no longer make Ghast sounds on a random basis\n- Retextured the Necronomicons and added textures for the back of the books\n- Added slabs, stairs, button and pressure plate for Dreadwood\n- Added Fence Gates for Darklands Oak and Dreadwood\n- Added the Research Table\n- Added a config option for disabling Spirit Items\n- Re-organized information in the Necronomicon and re-named some categories\n- Added a JEI category for all of the other ritual types\n- Dreadlands Grass now uses Darklands biome colors if placed in one\n- Added a sidebar index to the Necronomicon (for easier navigation)\n- Adjusted the height of the Spellbook GUI", + "2.0.0-ALPHA-8": "- Fixed an odd crash involving the Iron Wall enchantment\n- Increased the size of dead companions stored for the resurrection ritual to 20 (previously 5)\n- Updated the model and texture of the Skeleton Goliath\n- Skeleton Goliaths can now wear armor\n- Added 4 new biomes, Abyssal Swamp, Abyssal Desert, Abyssal Plateau and Coralium Lake\n- Added dead trees, which generate in the Abyssal Swamp\n- AbyssalCraft mobs (that can) will spawn wearing enchanted armor and weapon if 'Hardore Mode' is enabled\n- Added glyphs on ritual altars and pedestals that change color during a ritual\n- Cha'garoth, Sacthoth and J'zahar now passively regenerate their health (configurable)\n- A message now displays when a ritual requires a sacrifice, and none is nearby\n- Crystallized Carbon, Carbon Clusters and Dense Carbon Clusters are now Crystallizer fuel\n- Crystal Rework is now permanent\n- Added the Idol Of Fading, a block that spawns shadows, along with a structure it spawns in\n- Darklands structures can generate with an Idol of Fading\n- Darklands structures now generate in the Dark Realm, and in some Overworld biomes as well\n- Darklands biomes now generate in the Abyssal Wasteland and Dreadlands\n- Darklands and Coralium Infested Swamp biomes no longer generate in the Overworld\n- Removed the \"Biomes\" category from the config file\n- Added a ritual that replaces Swamp biomes with Coralium Infested Swamps\n- Added a config option for the range of the Ritual of Infesting\n- Added a config option that prevents the Mass Enchantment Ritual from being performed if a book has been merged in an Anvil\n- Added Abyssal Abyssalnite Ore (generates in the Abyssal Wasteland)\n- Added Lost Pages (WIP)\n- Added Murals (WIP)\n- Added a warning message for ritual blocks not being in the same chunk\n- Spell Compendium now cycles all compatible scrolls for a Spell", + "2.0.0-ALPHA-7.1": "- Fixed an exploit with the Materializer\n- Really fixed startup crash with the Dread Tentacle Renderer", + "1.10.6": "- The FOV manipulation for the Coralium Longbow only modifies the FOV if the bow is being used\n- Set top and filler blocks for the Omothol and Dark Realm biomes\n- Now runs on Forge 14.23.5.2846\n- Improved the textures of the Gateway Keys (time for an update)\n- Replaced 'Lorem ipsum' with something else (including the longer texts)\n- Increased the amount of PE transported to/from placed items where applicable (1 -> 20)\n- The Tiered Sacrificial Altars now reduce the cooldown time by 10 second/tier\n- Increased PE storage on Tiered Energy Relays\n- All Blocks with PE storage now have a fully charged version in the Creative Tab\n- Methane texture now displays it contained in a bottle\n- Reduced the crafting cost for Shadow Gems and it's sub-items (4 instead of 9)\n- Inverted the coin recipes (4 ingots, 1 flint -> 1 ingot, 4 flints)\n- Fixed an exploit with the Materializer", + "2.0.0-ALPHA-7": "- Fixed startup crash with the Dread Tentacle Renderer", + "2.0.0-ALPHA-6": "- The FOV manipulation for the Coralium Longbow only modifies the FOV if the bow is being used\n- Set top and filler blocks for the Omothol and Dark Realm biomes\n- Added information about the Ritual of Open Doors in the overworld progression section\n- Now runs on Forge 14.23.5.2846\n- Improved the textures of the Gateway Keys (time for an update)\n- Flattened Item IDs of those that weren't already\n- Replaced 'Lorem ipsum' with something else (including the longer texts)\n- Plague carriers of the Dread Plague now have a tentacle growing out of them\n- The J'zahar fight is now more difficult (and/or more unfair) when done 'Hardcore Mode' enabled\n- Added a spell that points you in the direction of the Temple of J'zahar when cast in Omothol\n- Increased the amount of PE transported to/from placed items where applicable (1 -> 20)\n- The Tiered Sacrifical Altars now reduce the cooldown time by 10 second/tier\n- Increased PE storage on Tiered Energy Relays\n- All Blocks with PE storage now have a fully charged version in the Creative Tab\n- Removed the Engraver\n- Removed Engravings\n- Removed all Engraved Coins (except the J'zahar one, which is now a \"Token of J'zahar\")\n- Inverted the coin recipes (4 ingots, 1 flint -> 1 ingot, 4 flints)\n- Removed the Coins Creative Tab\n- Methane texture now displays it contained in a bottle\n- Added a ritual to create Tokens of J'zahar\n- Re-named \"Asorah's Dreaded Gateway Key\" and \"Cha'garoth's R'lyethian Gateway Key\" to \"Dreadlands Infused Gateway Key\" and \"Omothol-forged Gateway Key\"\n- Ritual length now depends on PE requirement and PE capacity of Necronomicon (1 second per tenth of capacity)\n- Added a Shield Enchantment that blocks darkness damage\n- Reduced the crafting cost for Shadow Gems and it's sub-items (4 instead of 9)", + "2.0.0-ALPHA-5": "- Added Japanese translation (courtesy of MajinThorin564)\n- Fixed a crash with displaying scrolls in JEI\n- Fixed a dupe bug with the Materializer\n- Corrected a spelling mistake in the Necronomicon\n- Removed the whole ownership mechanic for the Necronomicon\n- Corrected the handling of NBT on mobs\n- Ritual setup creation now fails if all blocks aren't in the same chunk (highlighting the blocks outside)\n- Fixed an infinite PE exploit involving Sacrifical Altars\n- Improved the movement of Spirit Items\n- Gateway Keys are now held like keys", + "1.10.5": "- Added Japanese translation (courtesy of MajinThorin564)\n- Fixed a crash with displaying scrolls in JEI\n- Fixed a dupe bug with the Materializer\n- Corrected a spelling mistake in the Necronomicon\n- Removed the whole ownership mechanic for the Necronomicon\n- Corrected the handling of NBT on mobs\n- Ritual setup creation now fails if all blocks aren't in the same chunk (highlighting the blocks outside)\n- Fixed an infinite PE exploit involving Sacrifical Altars\n- Improved the movement of Spirit Items\n- Gateway Keys are now held like keys\n- Fixed a dupe bug with Washcloths", + "2.0.0-ALPHA-4": "- Supporters list is now fetched on a separate thread\n- The explosion size config options now specify the bounds for the option\n- The Dark Realm now uses Darkstone Cobblestone for ritual setups, rather than Ethaxium", + "1.10.4": "- Supporters list is now fetched on a separate thread\n- The explosion size config options now specify the bounds for the option\n- The Staff of Rending now drops the essence on the ground if your inventory's full when it creates it\n- Fixed a bug with the Materializer being unable to list all recipes when surpassing 110 registered recipes", + "2.0.0-ALPHA-3": "- Flattened Crystal Clusters\n- Added Materialization recipes for various raw meats\n- Added Generic Meat\n- Added Cooked Generic Meat\n- More than doubled J'zahar's follow range\n- Re-balanced the health of (nearly) all non-boss mobs\n- Increased the follow range of a bunch of mobs\n- Added Shoggoths\n- Added Greater Shoggoths\n- Overhauled Shoggoths", + "2.0.0-ALPHA-2": "- The temple structure in Omothol no longer drops 3 Cthulhu Statues when it generates\n- Antidotes now gives you a Potion Effect that negates the plague it cures\n-Flattened more Blocks\n-Fixed a startup crash on servers", + "2.0.0-ALPHA-1": "- Removed Plate food\n- Removed MRE\n- Removed Fried Egg\n- Removed Iron Plates\n- Removed Washcloth\n- Removed Upgrade Kits\n- Removed the Coralium and Dread Enchantments\n- Portals are now entities instead of nether portal-shaped portals\n- Added Portal Anchors (logical blocks used for linking the new portals)\n- The Gateway Keys no longer create portals by right-clicking, it instead cycles between the available dimensions to use\n- Added a ritual that creates portals\n- Changed the dimension ID wildcard for rituals (so you can add Nether-specific rituals if you want to)\n- Try naming an Abyssal Zombie \"shinoow\"\n- Added the Silver Key (final upgrade to the Gateway Key)\n- Added the Book of Many Faces (item that displays a list of dead creatures that the Dark Resurrection ritual can respawn, along with crystal sizes)\n- Reduced the amount of mobs that spawn during the Cha'garoth fight\n- Removed the config options for disabling stair and slab blocks\n- Added a config option to specify which dimension the portal to the Abyssal Wasteland is created in\n- Added a crafting recipe for turning the secondary variant of Darklands Oak Logs into planks\n- Added some new config categories, and re-organized the options in the others\n- Corrected the translation string for the description of the Teleport Home spell\n- Dreadlands Grass no longer converts Grass and Dirt into itself\n- Added a config option that toggles whether or not non-shadow mobs emit smoke particles inside the Dark Realm\n- Added config options for setting the spawn limits of Dread Spawns and Greater Dread Spawns\n- Localized some texts that previously weren't localized\n- The Staff of Rending now drops the essence on the ground if your inventory's full when it creates it\n- Flattened a plethora of Block IDs (you might notice some missing items and/or blocks if you load up an older world)\n- Removed the old portal blocks along with their fire blocks (since portals are no longer made out of blocks)\n- Added glowing parts to the textures of a bunch of mobs (including Abyssal Zombies, Depths Ghouls and Coralium Infested Squids)\n- Changed the \"Portal cooldown\" config option default to 200 (should've done this after the default option survey)\n- Added the Sequential Brewing Stand, a Brewing Stand with some additional built-in automation\n- Fixed a bug with the Materializer being unable to list all recipes when surpassing 110 registered recipes", + "1.10.3": "- Fixed a startup crash with Stackup\n- Fixed a world corrupting crash when a block without a proper capability implementation is \n- Added Korean translations (courtesy of hwantube)", + "1.10.2": "- Corrected some NBT checking when using keybinds on the Staff of The Gatekeeper, Interdimensional Cage and Spirit Tablet\n- Added a config option that sets the minimum distance two Shoggoth Lairs can generate from each \n- The Chinese, French and Spanish translations have been updated (by Determancer, PrizmaTec and Tosa13)", + "1.10.1": "- Fixed a server crash involving the Item Transportation System\n- The Potion Effects given from wearing various armor sets from the mod no longer display particles\n- Changed the sound of Shoggoth Ooze to slime", + "1.10.0": "- The ritual of Corruption now convert logs into both variants of the Darklands Oak Log (not just the ordinary without animations)\n- The ritual of Purging is now available with the Dreadlands Necronomicon, instead of the Omothol one\n- Added a ritual to cure the Dreadlands (changing the Dreadlands biome into the nearest non-dreadlands biome)\n- Fixed an exploit involving the Materializer\n- Fixed the tooltip texts on the Rending Pedestal\n- Fixed a crash when Potion AoE rituals tries to apply the potion effect to a player\n- Added a new item transportation system (more info in the Necronomicon)\n- Added the Spirit Tablet (the tool used to configure the item transportation system)\n- Added Spirit Tablet Shards (used to make the Spirit Tablet)\n- Added a spell that displays nearby routes for the item transportation system\n- Added a spell that allows you to start/stop the item transportation of nearby blocks\n- Added a configurable blacklist for the Item transportation system\n- Remnant Blacksmiths and Master Blacksmiths sell Spirit Tablet Shards\n- Overhauled random structure generation inside Omothol (no more village around the temple, random structures on islands)\n- Added a plethora of new loot tables to accompany the new buildings in Omothol\n- Added a spell that allows you to walk on air (unlocked around Omothol)\n- Added a spell that teleports you to your spawn point\n- Fixed a bug where you couldn't deal melee damage to J'zahar if Tough As Nails was installed\n- Amplifiers on Statues now last forever, instead of a minute, when applied", + "1.9.19.1": "- The Staff of Rending no longer stops producing items after filling up an energy type once", + "1.9.19": "- Changed the default values for a couple of config options (check the description of GitHub commit 69817fc for more info)\n- Changed the internals of fuel handling for the Crystallizer and Transmutator (event runs before the defaults are applied, so you can override them)\n- Added some ambient void particle rendering in Omothol and the Dark Realm\n- Added a config option that toggles whether or not Evil Animals spawn Demon Animals on death\n- Added a config option that toggles whether or not Evil Animals only spawn at night during a new moon\n- Fixed the sky color in the Darklands biome\n- Omothol Ghouls are actually immune to fire now (apparently they weren't, despite the book claiming they were)\n- The PE Stream particle (the thing you see when PE is being transferred) now respects the particle settings (lower setting = fewer particles)\n- Changed a plethora of Crystallizer recipes (added ore doubling, among others) and Transmutator recipes (reverting crystals is cost inefficient) along with removing crystals as fuels\n- Added a config option (under modules) to revert back to the old recipes and behavior\n- Crystal Clusters are now in the Ore Dictionary (as \"crystalClusterX\", where X is the element)\n- Added Calcium, Beryllium and Beryl crystals to the Ore Dictionary\n- Reworked the PE transfer logic in the statues to increase performance\n- Added an upper limit to how many PE particles can spawn at a time (should boost performance for larger PE generation and/or transportation setups)\n- Optimized the worshiping AI for Lesser Shoggoths and Remnants slightly\n- Added a config option that toggles whether or not Lesser Shoggoth eyes will glow (will save you some performance if you drop FPS while looking at them)\n- Added API support for adding your own Rendings to the Staff of Rending (currently the Rending Pedestal doesn't support custom Rendings)", + "1.9.18": "- Fixed a rendering-related crash with the various fire blocks added in the mod\n- If \"Ooze Expiration\" is enabled, Shoggoth Ooze blocks that aren't full will shrink in size until they perish\n- Tied some loose ends triggering log errors when some modules are disabled\n- Added a config option to toggle whether or not Anti-Players can pick up loot (you really should just blacklist them in the mob spawner/duplicator instead)\n- You can now open Necronomicons and Crystal Bags in the off hand\n- Energy draining (through rituals and spells) now both take the off hand slot into account", + "1.9.17": "- Fixed a bug where the Materializer GUI would crash if more than 110 recipes were available\n- The Interdimensional Cage blacklist actually works now\n- The obsidian platform that generates when Sacthoth spawns doesn't replace blocks that the explosion couldn't destroy\n- Added a config option to toggle whether or not the Night Vision buff from the Plated Coralium Helmet should be applied in all dimensions\n- Reworked the internals of the Dark Resurrection ritual to properly support having multiple dead mobs with the same name\n- Improved the code that checks if a player has a Necronomcion when interacting with a Remnant\n- Engravings no longer stack if they have lost durability\n- All offensive spells now respect PVP settings and player teams\n- Engravings can no longer be repaired\n- Added a new config section for spells (so you can disable individual spells)", + "1.9.16": "- The Altar of Cha'garoth now actually checks the height prior to generating the lair\n- Remnants should no longer potentially have trades where they don't sell anything\n- Made the bark of the Darklands Oak Wood texture brighter\n- Added a bunch of Materializer recipes (including stone and all parts of a tree)\n- The Materializer now uses the Ore Dictionary for finding blocks and items of the same type to materialize\n- Fixed a bug related to fetching available Materialization recipes\n- Fixed a crash that happened if you replaced a Ritual Altar with a non-Ritual Altar Tile Entity\n- You can no longer kill the bosses by having them fall out of the world (they'll just despawn)\n- Dreadlands Stalagmites no longer crash the game if they generate outside building height (only really noticeable with amplified terrain)\n- Fixed a bug where all scroll rituals always returned the Basic Scroll (might be similar instances with other rituals)\n- Lesser Shoggoth sounds and projectiles can now be customized with resource packs (courtesy of Mike-U5)\n- Statues no longer crash when generating Disruptions while affected by tick accelerators", + "1.9.15": "- Anti-Players now despawn (under normal circumstances)\n- If a player dies to Antimatter, the Anti-Player that spawns will have the player's name\n- If an Anti-Player kills a player, there will actually be a chance of an Anti-Player spawning\n- Air pockets no longer generate beneath shoggoth lairs\n- Spectral Dragons, Asorah, Cha'garoth, J'zahar and Sacthoth can now be killed using /kill\n- Improved the scrolling inside the Materializer GUI (also fixes a bug related to scrolling)\n- Added some more Materialization recipes (Coal Block, Redstone Block, Diamond and Diamond Ore)", + "1.9.14": "- Added a config option to disable the plague Enchantments\n- The Ritual Altar and Sacrificial Altar now adds the Glowing Potion Effect to its target (instead of making it emit smoke)\n- Place of Power previews now show a tooltip with the blocks used to build it when hovered over\n- All Shadow mobs now become completely invisible when it's dark enough (instead of barely visible). Bring torches with you to the Dark Realm!\n- You can no longer brew Potions of Annihilation (considering how powerful the Potion Effect is, being able to brew it was just broken OP)\n- Made the usability check in the crystal bag inventory more strict (fixes a dupe bug)\n- Added a ritual (named Mass Enchantment) that combines the Enchantments of 8 Enchanted Books, then applies them on whatever is on the altar\n- Added a config option to set the combined max level a single Enchantment can have in the Mass Enchantment ritual\n- Added a config option to toggle whether or not you can enchant books through the Mass Enchantment ritual\n- Added a Creative Tab for all registered spells\n- Fixed the rendering of the primed ODB (should've done this half a decade ago...), also changed the particle spawning\n- Also totally a 7 year anniversary update", + "1.9.13.1": "- Fixed a crash when any boss dialog is sent to chat on servers", + "1.9.13": "- Capabilities (like Embers heat) will now persist with Upgrade Kit upgrading\n- Improved the explosion code a fair bit\n- Large explosions no longer create particles (either the particles were oddly placed, or simply too many, might replace with something else in the future)\n- Added a config option for the size of an ODB explosion (also increased the default size)\n- Added a config option for the size of antimatter explosions (also increased the default size)\n- AbyssalCraft Explosions now deal more correct amounts of damage (the exposure property from the vanilla explosion damage code kinda nullified the damage)\n- The particle display from the Ritual Pedestals can now be customized for each individual ritual through a set of predefined sequences\n- Added a config option to toggle whether or not Upgrade Kits and the mechanic for them are added (courtesy of Mike-U5)\n- The ritual chant is now played on the server side instead of the client (so you'll always hear a chant when performing rituals while playing on a server)\n- Changed most of the ritual types to use the new particle displays\n- Sacthoth now wields his Soul Reaper Blade (and swings his arm)\n- Added two Enchantments for the Staff of Rending (Sapping and Multi-rend, Sapping increases the amount of energy drained by the staff, and Multi-rend drains energy from mobs near the target)\n- Moved the Potential Energy section out from the Ritual section in the Necronomicon\n- All Tile Entities with Capabilities properly indicate that they have them (so that pipes, for one, interacts with them)", + "1.9.12": "- Added a config option to toggle whether or not food items are added (courtesy of Mike-U5)\n- Added a config option to toggle whether or not the dimension terrain will be affected by the Amplified world type\n- Improved the generation code for the random Abyssal Wasteland structures (they're no longer height dependent, so they're more likely to generate in an amplified world)\n- Attempting to use any bonemeal-esque items in a Purged biome won't consume the item if it's not stackable\n- Added a config option to toggle whether or not statues can generate inside Shoggoth Lairs\n- The \"Dark Resurrection\" Ritual can now resurrect any named mob that has died (and any player can resurrect any named dead mob)\n- Adjusted the rotation of Remnant leg tentacles when riding something\n- Added a JSON file with previously hardcoded colors (for resource packs to override) named \"clientvars.json\"\n- Dread Spawn, Greater Dread Spawn, Lesser Dreadbeast and Spawn of Cha'garoth now have their own textures (rather than using the Dreadguard texture)", + "1.9.11": "- Improved the portal teleportation code (fixes the missing exp bug, hopefully also puts a more permanent end to portal looping)\n- The spawn weight for Dark Offsprings is now configurable\n- Added a config option to toggle whether or not ODBs can explode\n- The cooldown for the Lesser Shoggoth monolith building AI is now configurable\n- Added a configurable range for how many chunks the Ritual of Corruption can affect\n- Added a configurable range for how many chunks the Ritual of Cleansing can affect\n- Added a configurable range for how many chunks the Ritual of Purging can affect", + "1.9.10": "- All bosses are now immune to Potion Effects\n- The Materializer no longer crashes when you put a Crystal Bag in the Crystal Bag slot\n- Prevented some tooltips in other mods from revealing the text of locked items\n- Removed Abyssalnite Armor from the Village Blacksmith loot table\n- Added a config option to toggle whether or not mod items should be added to vanilla loot tables\n- Dreadlands portals can no longer spread Dreadlands around themselves\n- Added a config option to toggle whether or not Depths Ghouls should use the Biome Dictionary for finding biomes to spawn in\n- Added a config option to toggle whether or not Abyssal Zombies should use the Biome Dictionary for finding biomes to spawn in", + "1.9.9": "- Energy Container/Pedestal/Collector/Relay and Sacrificial Altars now behave as Items capable of holding PE in Item form (instead of only displaying the amount of energy contained)\n- However, they don't transfer/receive PE externally, so rituals won't drain from them, nor will statues charge them while in your hand or on the ground\n- The Dreadium Katana can now be enchanted properly on an enchanting table\n- Added Cha'rcoal (like Charcoal, except something's off about it...)\n- Added configurable plague immunities (you can make mobs from other mods immune and or carriers of the Coralium and Dread Plagues)\n- Added a secondary Darklands Oak Wood Block, which has the blinking spots\n- Re-added Inventory Tweaks support for Crystal Bags\n- Added a config option that toggles whether or not J'zahar can break the fourth wall\n- Added a config option that toggles whether or not Lesser Shoggoths are immune to projectile damage\n- The \"Liquid Coralium transmutation\" config option now also controls whether or not Liquid Coralium can transmute non-fluid blocks into their Abyssal Wasteland counterparts\n- Added a config option that toggles whether or not Disruptions can occur from statues or failing rituals\n- Added a config option to disable J'zahar's black hole attack\n- Reduced the amount of skins needed to upgrade the Necronomicon (3 now, previously 8)", + "1.9.8": "- Decorative Statue crafting recipes now use the Ore Dictionary for the dyes\n- The Interdimensional Cage ritual now requires the Dreadlands Necronomicon (it's only required in the Dreadlands for progression, and was obtainable form the start)\n- If all registered dimensions are blacklisted, J'zahar's black holes will teleport you to the Dark Realm\n- The chest in Cha'garoth's Lair now generates with treasure inside again\n- The Dreadium Katana can now be enchanted\n- The various rituals for changing biomes now change a much larger area (32x32 chunks, previously 8x8)\n- The Ritual of Corruption now changes birch and roofed forests too (rather than only oak forests)\n- Started work on optimizing the explosion code for the ODB (and ODB Core by extension)\n- Deduplicated language keys used by other mods\n- Depths Ghoul heads now work as Thaumcraft infusion crafting stabilisers again (did I forget to...? Yes, yes I did)\n- The Depths armor set now provides a vis discount again\n- Lesser Shoggoths now only build monoliths on Shoggoth Ooze blocks, preventing them from building them in the lair walls (or any inaccessible space)", + "1.9.7": "- Lesser Shoggoths now ignore Zombie Villagers\n- If any of the \"Shoggoth Lair Generation Chance\" options are set to 0, lairs won't generate in those areas, instead of causing a crash\n- The textures for the Dark Offspring have been tweaked to look a bit more spooky and goatish\n- Started preliminary work on optimizing worldgen features (trees, structures etc). Might not have a noticeable effect, but it's better than it was before\n- Swapped the texts on the pages for the Decorative Shub-Niggurath and Yog-Sothoth Statues\n- NecroData Chapter Page removal now reorders the remaining pages, instead of leaving blanks\n- Added a method to Chapters allowing you to insert Pages (which doesn't override existing Pages, as the method for adding Pages does)\n- Fuel registration for the Crystallizer and Transmutator are now handled through an event\n- Dark Offsprings now only spawn during night, and their spawning is dependant on the moon phase (more common during a new moon, very rare during a full moon)\n- Lowered the sound volume of the Dark Offspring\n- Added a much needed information section to spells explaining how to inscribe them, cast them, and other useful information (the amount of information is a bit limited right now)\n- Added some new Place of Power structures\n- The Great Old Ones Necronomicon section is now named \"The Great Old Ones\" again, instead of \"Pantheon\" (which is the name of the category it's part of)", + "1.9.6": "- Demon Animals no longer ignite if they come into contact with fire while \"Demon Animal burning\" is disabled (unless Hardcore Mode is enabled)\n- Burning Demon Animals can be extinguished by coming into contact with water, stopping the fire spread\n- Split the Shoggoth Lair Generation Chance into two options, one for rivers and one for swamps\n- Crystallizing Container Items (like filled bottles and filled buckets) leaves the container\n- The Place of Power multiblock structure block now has hardness\n- Biome transformation handling has been streamlined for easier support in JEID (courtesy of sk2048)\n- Fixed a bug where shift-clicking the second output slot of the Crystallizer dupes the output\n- Fixed the crafting recipe for turning an ODB into a Sacthoth spawn egg\n- Fixed a bug where the Crystallizer and Transmutator wouldn't re-evaluate the output if the input changed during processing\n- Remnant librarians now sell Basic, Lesser and Moderate Scrolls, and Remnant priests can upgrade Greater Scrolls into the various unique scrolls\n- AbyssalCraft bosses drop Greater Scrolls on death\n- Moved all trades for different kinds of flesh from the Remnant librarian to the Remnant priest\n- Added rituals for creating Basic, Lesser and Moderate Scrolls\n- Added Shub-Niggurath's Dark Offspring (model and texture made by Cybercat5555)\n- Spiders and Cave Spiders are now considered Shoggoth food\n- Lesser Shoggoths now attack Skeletons and Zombies (except Zombie Villagers)\n- Only a single Spectral Dragon can spawn at any time when one spawns (instead of it rarely being several at once)", + "1.9.5.4": "- Custom NBT added through a summoning ritual will now work for all properties that can be changed through NBT (instead of only mob-specific properties)\n- Fuzzy NBT checking is now handled properly (if Item Stack A has no NBT, but Item Stack B does, they will be equal as B \"contains\" A)", + "1.9.5.3": "- The plague antidotes can now be used 10 times before they run out (and the texture indicates how many uses are left)\n- The plague enchantments no longer infect other players if you hit them while PVP is disabled\n- Rituals now drain energy every second, instead of every tick (fixes rounding errors for energy amounts below 100)\n- Knowledge syncing when changing dimensions now has a configurable delay (sending the data later should reduce initial lag when loading the dimension)\n- Revamped the Lair of Cha'garoth a bit (Dreadstone Cobblestone floor, 30% of the Dreadstone Bricks are cracked)\n- You can now automatically insert items into the Energy Depositioner\n- The rotation of a Energy Relay can be changed by right-clicking it (which cycles through the possible directions)\n- Powerstone Trackers now move towards the nearest unexplored stronghold (a stronghold is considered explored if the Dreadlands Infused Powerstone has been mined)\n- Removed Oblivion Catalysts from the village blacksmith chest loot table (not sure why I added it there in the first place, nor why I didn't remove it earlier)\n- Lowered the chance of finding a Transmutation Gem in the Abyssal Stronghold and Dreadlands Mineshaft loot tables (made more sense back when they were single-use items, they're also damaged when you find them)\n- Transmutation Gems no longer display their durability tooltip if advanced tooltips (F3 + H) are shown\n- Changed the \"The Great Old Ones\" Necronomicon section name to \"Pantheon\" (as opposed to having the former appear twice)\n- All crafting recipes (except the NBT-sensitive ones) are now JSON files\n- Heavily reduced the amount of crafting recipes for the Coralium Infused Stone and the various Coralium Gem Clusters (60 of those recipes were probably never used)\n- Added a hook that allows you do add custom NBT data to a mob summoned through a summoning ritual", + "1.9.5.2": "- When \"Display Item Names\" is enabled, you actually see the Item names, instead of \"Lorem ipsum\"\n- The Purging ritual now ignores unbreakable blocks (so modded bedrock blocks won't get replaced)\n- Shoggoth Biomass no longer spawn anything if the doMobSpawning gamerule is set to false\n- Changed the default value for Portal Cooldown to 100 ticks (previously 10)", + "1.9.5.1": "- The Necronomicon GUI will no longer try to divide by zero when drawing ItemStacks\n- Darklands Oak Doors now generate in Abyssal Strongholds, instead of vanilla oak ones\n- Darklands Oak and Dreadlands Doors are now randomly picked for the buildings in Omothol that have doors", + "1.9.5": "- Darklands Oak Wood Slabs, Darklands Oak Wood Fence and Dreadlands Wood Fence are now registered in the Ore Dictionary\n- Added compatibility with Hardcore Darkness (if it's installed, all dimensions will be dark if the respective config options are enabled)\n- Added a configuration category for options related to mod compatiblity\n- Added configurable blacklists for Overworld structure and ore generation in other surface worlds\n- Darkstone, Abyssal Stone etc, Abyssal Sand and Abyssal Sand Glass can now be manipulated through Chisel & Bits\n- Textures for all Darkstone-based blocks, Darklands Oak Plank, Monolith Stone + Pillar, Shadow Fragment, Shadow Gem Shard and various Altar/Pedestal overlays have been revamped (courtesy of Cybercat5555)\n- Be sure to name your anti-animals, or any anti-mob for that matter!\n- Added a bunch of new spells (you can try them out by spawning in some scrolls)\n- The game should no longer crash if a tamed and named horse dies without it's owner present in the same dimension\n- Changed the damage cap on J'zahar to 20, and made it so that you can't bypass his invincibility frames\n- Added a config option to toggle whether or not portals require a player to be nearby in order to rarely spawn mobs\n- Portal blocks now have a spawn cap on how many of the rarely spawned mobs it can spawn (if enough are nearby the portal, no more spawn)\n- Dread Spawns can no longer merge into a Greater Dread Spawn if 10 of those area within 32 blocks of them\n- Greater Dread Spawns can no longer merge into a Lesser Dreadbeast of 4 of those are within 32 blocks of them, nor spawn Dread Spawns if 20 of those are within the same distance\n- Lesser Dreadbeasts can't spawn Greater Dread Spawns if 10 of those are within 32 blocks of it, nor Dread Spawns of 20 of those are within the same distance\n- The aforementioned spawn restrictions also applies for Cha'garoth when he spawns the same mobs during his fight\n- Shoggoth Biomass now checks for Lesser Shoggoths within 32 blocks of it (instead of 16) when determining if it should spawn one\n- Lesser Shoggoths can now be hurt through their main body again (instead of only their multiparts), so that blocks used to kill mobs in mob grinders hurt them again\n- Rending Pedestals can now also target multipart entities\n- Fixed a crash when a specific disruption was triggered by failing a ritual\n- Items and Blocks with subtypes that can be used in a ritual now cycles through them when shown in the Necronomicon\n- The Coralium and Dread enchantments can no longer be applied through an Anvil with an enchanted book\n- Increased the follow range of the Skeleton Goliath\n- Added doors for Darklands Oak and Dreadlands Wood (textures by Seth0067 and Cybercat5555)\n- Fixed the models for the various cobblestone walls (now every connected wall block doesn't have the wall post part)\n- Centered the MRE in its texture\n- Added a texture with a snow overlay for the Dreadlands Grass\n- Ritual Altars now check if the Necronomicon it's attempting to drain energy from during a ritual actually has energy stored before draining (in case someone has multiple books in their inventory)\n- Lesser Shoggoths no longer spawn naturally in the Overworld (only through lairs)\n- Added a configuration category for disabling things like Dreadlands spread (named \"Wet Noodle\")\n- Updated the Lesser Shoggoth picture in the Necronomicon\n- Added a config option to toggle whether or not boss dialogs display\n- Added some variations to the Shoggoth Lairs, and statues (both normal and decorative) have a chance of generating inside them\n- Changed the creature types of a few mobs (might add some more new ones to properly classify some mobs, or add some enchantments for extra damage against more stuff)\n- Evil animals now always spawn like mobs, instead of broad daylight, like normal animals\n- The disruptions that spawn random mobs from the current biome can no longer spawn Lesser Dreadbeasts\n- Added Places of Power (multiblocks capable of harvesting PE from statues without causing Disruptions)\n- Added a section with information about Places of Power in the Necronomicon (under Information in the Ritual section)\n- There is currently only one Place of Power structure, but more will be added in future updates", + "1.9.4.15": "- Bounding boxes for tiered Energy Relays now continue to face the correct direction after a chunk reload\n- Revamped the mob spawn placement of Disruptions that spawn mobs\n- Statues now generate particles to indicate that a ritual charm is active on them again\n- Lesser Shoggoths have a new model (courtesy of Cybercat5555)\n- The unlock condition for the Cudgel now checks for the correct mob\n- Rituals can now be locked behind obtaining knowledge (currently unused)\n- The Staff of Rending can now target multipart entities\n- Lesser Shoggoths are now multipart entities", + "1.9.4.14": "- Added a config option that toggles if item names should display regardless of them being locked or not\n- Cha'garoth now opens his mouth during his barf attack (courtesy of Enderman_Of_D00m)\n- Fixed the crystallizer recipes for processing Bronze\n- J'zahar has been buffed with new attacks (including shouts, earthquakes and conjuring black holes and gravity anomalies)\n- Added a dimension blacklist for the aforementioned black holes\n- I'm not gonna reveal the actual change, but it involves Creative Mode and a certain gatekeeper\n- The Dreadlands Portal now spawn Dreadlings instead of Dread Spawns\n- Energy Containers can now display values over 32767 in their GUIs\n- Doubled the time it takes for a Lesser Dreadbeast to spawn a Dread Spawn", + "1.9.4.13": "- Added a keybind for capturing mobs with the Interdimensional Cage\n- Added some default items to the various item pickup blacklists\n- Increased the amount of energy collected and transferred by the tiered Energy Relays\n- Made the knowledge syncing slightly more efficient\n- Fixed a server crash caused by Liquid Coralium flowing\n- Removed a dot from the Russian translation in order to stop a crash with letters exceeding the maximum allowed in a Necronomicon page", + "1.9.4.12": "- Dreadlands Grass can now convert Grass and Dirt into itself (no biome spread, only block transformation, can be disabled in the config)\n- The JEI plugin now loads properly again (tested with 4.11.0.206)\n- If Liquid Coralium flows into the ocean while \"Oceanic Coralium Pollution\" is disabled, infinite blocks of Cobblestone no longer drops in the water\n- Optimized the Transmutator and Crystallizer (probably barely noticable, but its processing is handled more efficiently internally)\n- Shift-clicking the first output slot of the Crystallizer no longer moves the ouput to the second output slot\n- Added Advancements (a few, more will come in the next update or so) based on the Achievements in previous MC versions\n- Configuration category comments are now properly applied again\n- Added a config category (and a plethora of options) for disabling blocks\n- Creation Ritual now does a proper ItemStack comparison check when replacing the possibly existing Item placed on the ritual altar with the product Item\n- Rituals are now handled server-side (with the exception of particles), and the client is updated on completion\n- Added a event that fires off when a Ritual is failed (allows you to change the Disruption triggered, or do stuff, cancelling defaults back to random Disruption)\n- Fixed numerous instances of sentences using the wrong indefinite article in the en_us lang file (courtesy of mcBegins2Snow)\n- Crafting recipes for Darklands Oak Fence and Dreadlands Fence are no longer overriden by vanilla (Darklands Oak Button and Pressure Plates are still, however)\n- Updated the tooltip for Transmutator and Crystallizer fuel recipes in JEI\n- Added Russian translation (courtesy of AlekseiVoronin)\n- Chinese translations have been updated (courtesy of mcBegins2Snow)\n- Now runs on Forge 14.23.4.2747", + "1.9.4.11": "- The purging ritual now only converts biomes that are Dreadlands biomes\n- Added loot tables to all bosses (empty), Coralium Infested Squid and all Remnant types\n- Statues now have their Deity Type assigned to them again, instead of null\n- Lesser Shoggoths now have an AI for monolith construction, which makes the construction happen more frequently\n- The biome transformation of the Dread Plague only happens to those inflicted with Dread Plague II\n- If two mobs/players/whatevers close to each other both have Dread Plague I, they can infect each other with Dread Plague II\n- If the Hardcode Mode config option is enabled biome transformation will happen regardless of Dread Plague amplifier\n- The purging ritual now checks the surrounding area instead of the position of the altar for nearby Dreadlands biomes when checking if the ritual can be performed\n- The cleansing and corruptions rituals now both do the same thing as the purging when checking if the ritual can be performed\n- Reduced the luminosity of the foliage color in the Coralium Infested Swamp, making it blend better with adjacent biomes\n- Lesser Shoggoths now swim faster (and can move against flowing water)\n- Increased the range of the Corruption, Cleansing and Purging rituals to 8x8 chunks (previously 3x3)\n- Eyes (and other luminous bits) now glow on Lesser Shoggoths\n- The crafting recipe for the Transmutator now works with used Transmutation Gems again\n- Any NBT checks for crafting recipes and/or rituals are now a lot less strict (the placed item needs to contain the recipe item NBT tags)\n- Remapped the Tile Entities to use the proper prefix (stops log warnings on startup)\n- Now runs on Forge 14.23.4.2705\n- Bump to JEI 4.11.0.202", + "1.9.4.10": "- A bunch of textures have been revamped (courtesy of Dylan4ever)\n- Lesser Shoggoths can no longer break Bedrock (or other unbreakable blocks) with their acid\n- Acid Projectiles no longer break blocks with Tile Entities when hitting Players or other mobs\n- Scaled down the model of the baby Lesser Shoggoth (to be more proportional with the hitbox, also made the eyes a bit bigger)\n- Slowed down the initial velocity of the Acid Projectile, increased the time between each projectile being fired, and made it so baby Lesser Shoggoths won't fire them\n- Added a config option for changing the frequency at which Lesser Shoggoths spit acid\n- J'zahar now respects the mobGriefing gamerule with his explosion\n- Fixed a dupe bug in the Materializer GUI\n- Mobs spawned through a summoning ritual now have their portal cooldown set to max\n- Increased the time it takes for a Greater Dread Spawn and Lesser Dreadbeast to spawn a regular Dread Spawn\n- Increased the time it takes for Cha'garoth to spawn the various things he spawns, and removed the direct physical damage dealt by his fireballs\n- Reduced the range of Cha'garoth's melee attacks\n- Fixed the pick block for Calcified Stone", + "1.9.4.9": "- Removed the End Abyssal Zombie\n- Remnants now also worship statues at times\n- Added a config option that toggles if knowledge should be synced to the client every time a player opens their Necronomicon\n- The lightning bolt that strikes a statue when a Disruption triggers is now only the effect\n- Added a new Disruption that generates a random amount of Shoggoth Ooze around the source\n- Added a new Disruption that spawns random mobs that normally spawn in the current biome\n- Added a new Disruption that spawns a single random mob that normally spawn in the current biome\n- Added missing null check to the Purge Event Handler, fixing a Sponge-related crash\n- Capability data is no longer lost upon leaving the End\n- Lesser Shoggoths now respect the mobGriefing Game Rule when it comes to their acid-based attacks\n- Changed the minimum Block hardness for resisting acid to 2.1 (previously 3.0)", + "1.9.4.8": "- Dreadguards are now regarded as undead\n- Changed the particles used in the Dreadguard/Cha'garoth barf attack (since they're not breathing fire)\n- The plagues no longer reinfect their host (effectively refreshing themselves)\n- Lesser Shoggoth acid projectiles can now be blocked with a shield (the player will still take half a heart of damage)\n- Added a config option to toggle whether or not shields can block acid projectiles\n- Statues don't trigger disruptions inside Omothol\n- If a Lesser Shoggoth has a target when it spawns an offspring, it has a 33% chance of throwing it at the target\n- Added a config option for the minimum Block Hardness required to stop Shoggoth Acid from destroying the Block\n- Abyssal Zombies now attack Villagers\n- Sacthoth no longer despawns in the Dark Realm\n- Asorah now has full knockback resistance (you're gonna need bigger arrows)", + "1.9.4.7": "- Shoggoth Biomass no longer randomly spawn Lesser Shoggoths client-side\n- Added some text (with pictures) to better explain the transfer range of Statues to nearby Collectors\n- Shoggoth Biomass blocks don't spawn any Lesser Shoggoths unless a player is within 32 blocks of it\n- Lesser Shoggoths can now secrete acid as a means of defending themselves (or a ranged attack) which can destroy blocks in their path\n- Lesser Shoggoths can now consume any item they run into, which is also configurable\n- Lesser Shoggoths now have a chance to locate a nearby statue and chant by it\n- Increased the hitbox size of Lesser Shoggoths (and reduced their hit range)\n- Removed the disruption that converts the surrounding chunk into Darklands (better leave the fate of their world to the player)\n- The Dread Plague Antidote now requires a Dreadlands Sapling instead of Omothol Ghoul Flesh\n- Fixed a few minor derps in some of the segments of the Remnant leg tentacles\n- Child Lesser Shoggoths now have half the health and attack damage of an adult one\n- The Temple of J'zahar has been revamped\n- Greater Dread Spawns will now deal damage with their Dread Slugs again\n- Rituals Pedestals now project bits of their placed object rather than smoke during rituals\n- Rituals that require sacrifices now requires the player performing the ritual to sacrifice the animal, rather than it being killed automatically\n- The Wooden Crate now supports capabilities for insertion and extraction\n- Fixed the secondary death message for shadow damage\n- Added a ritual to purge the Dreadlands (while also rendering the area uninhabitable)\n- Added Calcified Stone (what everything turns into when the purging ritual has been used)", + "1.9.4.6": "- Shadow mobs are now immune to fire, and capable of swimming\n- Changed the texture for Liquid Antimatter (darker spots within the liquid, making it a bit less milk-like)\n- Added a config option that turns antimatter explosions nuclear (off by default)\n- Dread-plagued mobs now automatically leave a lingering cloud of Dread Plague on death\n- Added a new config category for misc out of place settings\n- The amount of animals a Lesser Shoggoth has to eat in order to multiply/grow up now depends on the size of the animals it eats (1 adult cow = 3 adult chickens)\n- The advancement trigger for summoning entities now fires for nearby players when completing a Summoning Ritual", + "1.9.4.5": "- Applying a redstone signal to an Energy Relay pauses it\n- The Overworld biomes are always registered now, just not added to the list of biomes to generate if set not to\n- Statues can now transfer PE to dropped items (provided they can accept PE)\n- Redrafted a bunch of text inside the Necronomicon (removing redundant/incorrect information and adding new information)\n- Replaced all mob pictures in the Necronomicon with ones that look more like something drawn in the book\n- Fixed an infinite loop in the mining spell when mining upwards\n- Added a small section that explains how to obtain knowledge, unlocking information in the Necronomicon and unmasks Items and Blocks\n- Reduced the duration of fire applied to attackers when attacking someone wearing Dreaded Abyssalnite gear\n- The Coralium Plague and Dread Plague now act more like actual plagues (they spread a lot easier, can't be cured with milk)\n- Abyssalnite Golems now turn into Dreaded Abyssalnite Golems if killed by the Dread Plague\n- Portals now have a small chance of spawning a mob from their dimension\n- Shadow mobs now change their transparency based on light level (bright = visible, dark = not so visible)\n- The Dreadlands can leak out of it's portals, so keep a lookout in case too much gets out\n- Added Antidotes for the Coralium and Dread Plague (used to cure them instead of milk, which no longer cures them)\n- Increased the amount of Coralium Ore that generates in the Overworld (also made it configurable)\n- Knowledge unlock syncing is now done on a per unlock basis, rather than when opening the Necronomicon or changing dimensions\n- Asorah and Spectral Dragons now have the undead creature attribute", + "1.9.4.4": "- Fixed some redundancy in the FireMessage packet that's sent when hitting any of the mods fire blocks\n- Ritual ground creation is now less sensitive about surrounding blocks (as long as they aren't full cubes)\n- Spell recipes can now be displayed in the Necronomicon\n- The tooltip of Energy Relays now display the range of the block\n- Item information can now be locked, resulting in the tooltip font being replaced by the Aklo Font\n- Added a command to automatically unlock all Necronomicon knowledge\n- Leaving Omothol portals now return you to the Dreadlands, not the Abyssal Wasteland\n- Randomized the texture rotation of the Fused Abyssal Sand\n- Made the outlines of the Abyssal Stone Brick, Abyssalnite Stone Brick and Dreadstone Brick more consistent\n- Created a new texture for Dreadstone\n- Shift-clicking output slots now works in the Materializer (giving you up to a stack of the output per click)\n- Now runs on Forge 14.23.2.2611", + "1.9.4.3": "- Added a barfing sound to Dreadguards and Cha'garoth (instead of playing the sound for when a Ghast shoots a fireball)\n- Added Crystallized Calcium, Beryllium and Beryl\n- Materializer recipes can now be displayed in JEI\n- The biome transformation from Cha'garoth and his Dreaded Charges has been optimized (code only runs on the server, only affects non-dreadlands biomes)\n- The Rending Pedestal works on Omothol creatures again\n- Rather than crashing, an error will be logged when failing to convert an ItemStack from the Ore Dictionary into a BlockState during startup\n- Overworld structure generation now checks for the Overworld World Provider rather than Dimension ID", + "1.9.4.2": "- Ticking Tile Entities that don't do anything client side no longer ticks client side\n- Added a hurt sound to Anti-Players that those who played Minecraft before beta ended might recognize (props to BordListian for letting me know of it's prescence in Better With Mods)\n- Non-player entities can now use portals\n- Anti-mobs now attack their regular countepart (for more destruction and chaos) and Anti-Players has a chance of targeting any non Anti-Player\n- Mobs capable of spreading the Dread Plague no longer tries to apply it on something that's already immune to it\n- Added a new attack to Shadow Beasts and Sacthoth (credits to Enderman_of_D00M for the code)\n- The Materializer is now functional\n- Greater Dread Spawns and Lesser Dreadbeasts now swap between melee and ranged attacks\n- Added a new attack to Dreadguards (credits to Enderman_of_D00M for the code)\n- Cha'garoth's heads now move independantly, and each has attacks of their own (credits to Enderman_of_D00M for the code)\n- Loot Tables are now initialized during loading stages (instead of being initialized when something relying on one of them references it)\n- Disruption Packets now send the correct String value representation of the Deity, stopping even more error log spam\n- The beams that spawn during Asorah's death animation are now more properly colored\n- J'zahar has longer reach for his staff-whacking\n- J'zahar is now immune to fire, explosions, magic and fall damage\n- Adjusted the bounding boxes and eye heights of Remnant and Minions of The Gatekeeper\n- Spectral Dragons now only knocks mobs and players away in Hardcore Mode\n- Dreadium Samurai armor now reduces the amount of Dread damage you receive\n- Materializer recipes can now be displayed in the Necronomicon\n- Spectral Dragons now only lose health when Asorah doesn't have full health", + "1.9.4.1": "- The JEI plugin now properly filters out invalid Transmutator and Crystallizer fuels\n- Baby Lesser Shoggoths are 40% slower now (compared to their movement speed in previous versions)\n- The Transmutator no longer transmutes things without recipes into air", + "1.9.4": "- Added a configurable list of mobs to spawn Demon Animals from on death\n- The Necronomicon now saves the last page viewed before closing (doesn't persist across restarts, however)\n- Increased the spawn rate of shadow mobs in Darklands biomes\n- Shadow Creatures now have a guaranteed chance of dropping Shadow Fragments\n- Shoggoth Ooze no longer spreads on Monolith Stone\n- Greatly increased the spawn chance of Shoggoth Lairs while making it more configurable\n- If a ritual doesn't have a description, the Necronomicon won't try to display it on the ritual page\n- Item tooltips and the background gradient now displays in GUIs where you interact with inventories\n- Fixed a metadata mismatch for Dreadlands Ritual Altars/Pedestals\n- Optimized the performance of Energy Relays slightly (probably mostly noticeable in larger networks of them)\n- Disruption packets without a Deity are now properly handled, stopping the error log spam\n- Shoggoth Ooze is now corrosive, dealing durability damage to leg and foot armor while exposed to it\n- Fixed a bunch of derps regarding bounding box based Entity searching\n- The NecroData Capability now filters out things that are no longer registered on load\n- All Ethaxium blocks (dark or not) are now Ender Dragon and Wither-proof\n- Transmutator and Crystallizer fuels with container items (like filled buckets) now return the container item\n- Portal blocks now fire the EntityTravelToDimensionEvent prior to teleporting the player, making it possible to cancel teleportation between AbyssalCraft dimensions\n- Added additional buttons to the Necronomicon GUI (skip multiple pages, go back multiple pages, go back to the front page)\n- Energy Relays can now collect PE from Energy Containers too\n- Fixed the eye layer on the Anti-Spiders (now the eyes are the only bits that glow, instead of the whole spider)\n- Ritual altar sacrifices can now also be NBT sensitive\n- Added a config option to stop armor sets from applying Potion Effects or dispell other Potion Effects\n- Added scrolls (currently not usable, nor craftable)\n- Spells are close to being fully implemented, with most of the backing code done\n- Recompiled against 1.12.2\n- Now runs on Forge 14.23.0.2500" + }, + "1.12": { + "1.9.4-pre-4": "- Ported to Minecraft 1.12\n- Removed deprecated things from the API\n- Condensed a bunch of blocks to use a single ID\n- Removed Darklands Grass" + }, + "1.11.2": { + "1.9.4.11-FINAL": "- The purging ritual now only converts biomes that are Dreadlands biomes\n- Added loot tables to all bosses (empty), Coralium Infested Squid and all Remnant types\n- Lesser Shoggoths now have an AI for monolith construction, which makes the construction happen more frequently\n- The biome transformation of the Dread Plague only happens to those inflicted with Dread Plague II\n- If two mobs/players/whatevers close to each other both have Dread Plague I, they can infect each other with Dread Plague II\n- If the Hardcode Mode config option is enabled biome transformation will happen regardless of Dread Plague amplifier\n- The purging ritual now checks the surrounding area instead of the position of the altar for nearby Dreadlands biomes when checking if the ritual can be performed\n- The cleansing and corruptions rituals now both do the same thing as the purging when checking if the ritual can be performed\n- Reduced the luminosity of the foliage color in the Coralium Infested Swamp, making it blend better with adjacent biomes\n- Lesser Shoggoths now swim faster (and can move against flowing water)\n- Increased the range of the Corruption, Cleansing and Purging rituals to 8x8 chunks (previously 3x3)\n- Eyes (and other luminous bits) now glow on Lesser Shoggoths\n- Any NBT checks for crafting recipes and/or rituals are now a lot less strict (the placed item needs to contain the recipe item NBT tags)", + "1.9.4.10": "- A bunch of textures have been revamped (courtesy of Dylan4ever)\n- Lesser Shoggoths can no longer break Bedrock (or other unbreakable blocks) with their acid\n- Acid Projectiles no longer break blocks with Tile Entities when hitting Players or other mobs\n- Scaled down the model of the baby Lesser Shoggoth (to be more proportional with the hitbox, also made the eyes a bit bigger)\n- Slowed down the initial velocity of the Acid Projectile, increased the time between each projectile being fired, and made it so baby Lesser Shoggoths won't fire them\n- Added a config option for changing the frequency at which Lesser Shoggoths spit acid\n- J'zahar now respects the mobGriefing gamerule with his explosion\n- Fixed a dupe bug in the Materializer GUI\n- Mobs spawned through a summoning ritual now have their portal cooldown set to max\n- Increased the time it takes for a Greater Dread Spawn and Lesser Dreadbeast to spawn a regular Dread Spawn\n- Increased the time it takes for Cha'garoth to spawn the various things he spawns, and removed the direct physical damage dealt by his fireballs\n- Reduced the range of Cha'garoth's melee attacks\n- Fixed the pick block for Calcified Stone", + "1.9.4.9": "- Removed the End Abyssal Zombie\n- Remnants now also worship statues at times\n- Added a config option that toggles if knowledge should be synced to the client every time a player opens their Necronomicon\n- The lightning bolt that strikes a statue when a Disruption triggers is now only the effect\n- Added a new Disruption that generates a random amount of Shoggoth Ooze around the source\n- Added a new Disruption that spawns random mobs that normally spawn in the current biome\n- Added a new Disruption that spawns a single random mob that normally spawn in the current biome\n- Added missing null check to the Purge Event Handler, fixing a Sponge-related crash\n- Capability data is no longer lost upon leaving the End\n- Lesser Shoggoths now respect the mobGriefing Game Rule when it comes to their acid-based attacks\n- Changed the minimum Block hardness for resisting acid to 2.1 (previously 3.0)", + "1.9.4.8": "- Dreadguards are now regarded as undead\n- Changed the particles used in the Dreadguard/Cha'garoth barf attack (since they're not breathing fire)\n- The plagues no longer reinfect their host (effectively refreshing themselves)\n- Lesser Shoggoth acid projectiles can now be blocked with a shield (the player will still take half a heart of damage)\n- Added a config option to toggle whether or not shields can block acid projectiles\n- Statues don't trigger disruptions inside Omothol\n- If a Lesser Shoggoth has a target when it spawns an offspring, it has a 33% chance of throwing it at the target\n- Added a config option for the minimum Block Hardness required to stop Shoggoth Acid from destroying the Block\n- Abyssal Zombies now attack Villagers\n- Sacthoth no longer despawns in the Dark Realm\n- Asorah now has full knockback resistance (you're gonna need bigger arrows)", + "1.9.4.7": "- Shoggoth Biomass no longer randomly spawn Lesser Shoggoths client-side\n- Added some text (with pictures) to better explain the transfer range of Statues to nearby Collectors\n- Shoggoth Biomass blocks don't spawn any Lesser Shoggoths unless a player is within 32 blocks of it\n- Lesser Shoggoths can now secrete acid as a means of defending themselves (or a ranged attack) which can destroy blocks in their path\n- Lesser Shoggoths can now consume any item they run into, which is also configurable\n- Lesser Shoggoths now have a chance to locate a nearby statue and chant by it\n- Increased the hitbox size of Lesser Shoggoths (and reduced their hit range)\n- Removed the disruption that converts the surrounding chunk into Darklands (better leave the fate of their world to the player)\n- The Dread Plague Antidote now requires a Dreadlands Sapling instead of Omothol Ghoul Flesh\n- Fixed a few minor derps in some of the segments of the Remnant leg tentacles\n- Child Lesser Shoggoths now have half the health and attack damage of an adult one\n- The Temple of J'zahar has been revamped\n- Greater Dread Spawns will now deal damage with their Dread Slugs again\n- Rituals Pedestals now project bits of their placed object rather than smoke during rituals\n- Rituals that require sacrifices now requires the player performing the ritual to sacrifice the animal, rather than it being killed automatically\n- The Wooden Crate now supports capabilities for insertion and extraction\n- Fixed the secondary death message for shadow damage\n- Added a ritual to purge the Dreadlands (while also rendering the area uninhabitable)\n- Added Calcified Stone (what everything turns into when the purging ritual has been used)", + "1.9.4.6": "- Shadow mobs are now immune to fire, and capable of swimming\n- Changed the texture for Liquid Antimatter (darker spots within the liquid, making it a bit less milk-like)\n- Added a config option that turns antimatter explosions nuclear (off by default)\n- Dread-plagued mobs now automatically leave a lingering cloud of Dread Plague on death\n- Added a new config category for misc out of place settings\n- The amount of animals a Lesser Shoggoth has to eat in order to multiply/grow up now depends on the size of the animals it eats (1 adult cow = 3 adult chickens)", + "1.9.4.5": "- Applying a redstone signal to an Energy Relay pauses it\n- The Overworld biomes are always registered now, just not added to the list of biomes to generate if set not to\n- Statues can now transfer PE to dropped items (provided they can accept PE)\n- Redrafted a bunch of text inside the Necronomicon (removing redundant/incorrect information and adding new information)\n- Replaced all mob pictures in the Necronomicon with ones that look more like something drawn in the book\n- Fixed an infinite loop in the mining spell when mining upwards\n- Added a small section that explains how to obtain knowledge, unlocking information in the Necronomicon and unmasks Items and Blocks\n- Reduced the duration of fire applied to attackers when attacking someone wearing Dreaded Abyssalnite gear\n- The Coralium Plague and Dread Plague now act more like actual plagues (they spread a lot easier, can't be cured with milk)\n- Abyssalnite Golems now turn into Dreaded Abyssalnite Golems if killed by the Dread Plague\n- Portals now have a small chance of spawning a mob from their dimension\n- Shadow mobs now change their transparency based on light level (bright = visible, dark = not so visible)\n- The Dreadlands can leak out of it's portals, so keep a lookout in case too much gets out\n- Added Antidotes for the Coralium and Dread Plague (used to cure them instead of milk, which no longer cures them)\n- Increased the amount of Coralium Ore that generates in the Overworld (also made it configurable)\n- Knowledge unlock syncing is now done on a per unlock basis, rather than when opening the Necronomicon or changing dimensions\n- Asorah and Spectral Dragons now have the undead creature attribute", + "1.9.4.4": "- Fixed some redundancy in the FireMessage packet that's sent when hitting any of the mods fire blocks\n- Ritual ground creation is now less sensitive about surrounding blocks (as long as they aren't full cubes)\n- Spell recipes can now be displayed in the Necronomicon\n- The tooltip of Energy Relays now display the range of the block\n- Item information can now be locked, resulting in the tooltip font being replaced by the Aklo Font\n- Added a command to automatically unlock all Necronomicon knowledge\n- Leaving Omothol portals now return you to the Dreadlands, not the Abyssal Wasteland\n- Randomized the texture rotation of the Fused Abyssal Sand\n- Made the outlines of the Abyssal Stone Brick, Abyssalnite Stone Brick and Dreadstone Brick more consistent\n- Created a new texture for Dreadstone\n- Shift-clicking output slots now works in the Materializer (giving you up to a stack of the output per click)", + "1.9.4.3": "- Added a barfing sound to Dreadguards and Cha'garoth (instead of playing the sound for when a Ghast shoots a fireball)\n- Added Crystallized Calcium, Beryllium and Beryl\n- Materializer recipes can now be displayed in JEI\n- The biome transformation from Cha'garoth and his Dreaded Charges has been optimized (code only runs on the server, only affects non-dreadlands biomes)\n- The Rending Pedestal works on Omothol creatures again\n- Rather than crashing, an error will be logged when failing to convert an ItemStack from the Ore Dictionary into a BlockState during startup\n- Overworld structure generation now checks for the Overworld World Provider rather than Dimension ID", + "1.9.4.2": "- The JEI plugin no longer stops at Transmutator Fuel recipe registration\n- Ticking Tile Entities that don't do anything client side no longer ticks client side\n- Added a hurt sound to Anti-Players that those who played Minecraft before beta ended might recognize (props to BordListian for letting me know of it's prescence in Better With Mods)\n- Non-player entities can now use portals\n- Anti-mobs now attack their regular countepart (for more destruction and chaos) and Anti-Players has a chance of targeting any non Anti-Player\n- Mobs capable of spreading the Dread Plague no longer tries to apply it on something that's already immune to it\n- Added a new attack to Shadow Beasts and Sacthoth (credits to Enderman_of_D00M for the code)\n- The Materializer is now functional\n- Greater Dread Spawns and Lesser Dreadbeasts now swap between melee and ranged attacks\n- Added a new attack to Dreadguards (credits to Enderman_of_D00M for the code)\n- Cha'garoth's heads now move independantly, and each has attacks of their own (credits to Enderman_of_D00M for the code)\n- Loot Tables are now initialized during loading stages (instead of being initialized when something relying on one of them references it)\n- Disruption Packets now send the correct String value representation of the Deity, stopping even more error log spam\n- The beams that spawn during Asorah's death animation are now more properly colored\n- J'zahar has longer reach for his staff-whacking\n- J'zahar is now immune to fire, explosions, magic and fall damage\n- Adjusted the bounding boxes and eye heights of Remnant and Minions of The Gatekeeper\n- Spectral Dragons now only knocks mobs and players away in Hardcore Mode\n- Dreadium Samurai armor now reduces the amount of Dread damage you receive\n- Materializer recipes can now be displayed in the Necronomicon\n- Spectral Dragons now only lose health when Asorah doesn't have full health", + "1.9.4.1": "- The JEI plugin now properly filters out invalid Transmutator and Crystallizer fuels\n- Baby Lesser Shoggoths are 40% slower now (compared to their movement speed in previous versions)\n- The Transmutator no longer transmutes things without recipes into air", + "1.9.4": "- Added a configurable list of mobs to spawn Demon Animals from on death\n- Maps now works inside AbyssalCraft dimensions\n- The Necronomicon now saves the last page viewed before closing (doesn't persist across restarts, however)\n- Increased the spawn rate of shadow mobs in Darklands biomes\n- Shadow Creatures now have a guaranteed chance of dropping Shadow Fragments\n- Shoggoth Ooze no longer spreads on Monolith Stone\n- Greatly increased the spawn chance of Shoggoth Lairs while making it more configurable\n- If a ritual doesn't have a description, the Necronomicon won't try to display it on the ritual page\n- Optimized the performance of Energy Relays slightly (probably mostly noticeable in larger networks of them)\n- Disruption packets without a Deity are now properly handled, stopping the error log spam\n- Shoggoth Ooze is now corrosive, dealing durability damage to leg and foot armor while exposed to it\n- The NecroData Capability now filters out things that are no longer registered on load\n- All Ethaxium blocks (dark or not) are now Ender Dragon and Wither-proof\n- Transmutator and Crystallizer fuels with container items (like filled buckets) now return the container item\n- Portal blocks now fire the EntityTravelToDimensionEvent prior to teleporting the player, making it possible to cancel teleportation between AbyssalCraft dimensions\n- Added additional buttons to the Necronomicon GUI (skip multiple pages, go back multiple pages, go back to the front page)\n- Energy Relays can now collect PE from Energy Containers too\n- Fixed the eye layer on the Anti-Spiders (now the eyes are the only bits that glow, instead of the whole spider)\n- Ritual altar sacrifices can now also be NBT sensitive\n- Added a config option to stop armor sets from applying Potion Effects or dispell other Potion Effects\n- Added scrolls (currently not usable, nor craftable)\n- Spells are close to being fully implemented, with most of the backing code done", + "1.9.4-pre-4": "- Fixed a small derp in the Crystallizer recipe handling code\n- Improved explosion code for ODB and ODB Cores (along with some performance improvements)\n- Fixed a crash with BoP (or any other mod adding specific blocks to the OreDictionary with the wildcard value as meta)", + "1.9.4-pre-3": "- The Knowledge event handler shouldn't crash from trying to save the ID of an unregistered entity\n- Fixed a small client de-sync when draining energy for a ritual\n- Added a ritual that allows you to \"purge\" the Darklands, coverting areas of it into their Overworld counterparts\n- Added a ritual that allows you to \"corrupt\" Overworld biomes, converting areas of them into their Darklands counterparts\n- Added a ritual to resurrect dead companions (tamed and named)\n- Slowed down the spread of Mimic Fire (now it spreads about as fast as normal Fire)\n- Slightly more information is now locked (also overhaul of Necronomicon internals)\n- Changed the model of the Sacrificial Altar (so that it's easily distinguishable from the Ritual Altar)\n- More worldgen performance improvements in the Overworld and Dreadlands\n- Fixed a minor derp in the Gateway Key portal placement code and made it a bit more modular\n- Made some alterations to the Dread Spawn model (the \"arm\" is now composed of a independently moving tentacle, and the other bit has tendrils sprouting out of it)\n- Reduced the movement speed of Greater Dread Spawns and Lesser Dreadbeasts\n- The Crystallizer now stops trying to crystallize something when the output slots are full\n- Added Energy Depositioner (block that can generate PE by siphoning it out of Stone Tablets)\n- Added Stone Tablets (used in the Energy Depositioner, can also be used as alternate storage solution)\n- Added State Transformer (used for filling the Stone Tablets with items/energy)\n- Performance improvement to most PE blocks\n- Smoke from the pedestals during a ritual only comes from the ones that had something on them\n- The Staff of The Gatekeeper now works like a Staff of Rending and a Gateway Key combined\n- Particles from PE transfers made by statues are now synced to the transfer, instead of random\n- Highly optimized particle rendering for PE transfers\n- Changed the recipe for the Sacrificial Altar (replaced Torches with Shadow Fragments)\n- Upgrade Kit recipes can now be viewed in JEI\n- Now runs on Forge 13.20.0.2258", + "1.9.4-pre-2": "- Fixed crashes regarding saving NBT for the NecroData Capability (also cleaned up the saving part)\n- Fixed some small quirks with the Shoggoth Ooze blocks\n- Added a config option to toggle whether or not Demon Animals should place down Mimic Fire instead of normal Fire\n- Any Darklands Structures that generate Shoggoth Ooze should now have full blocks instead of a single layer", + "1.9.4-pre-1": "- Darklands Highlands and Mountains are now in the cold biome group, and snow generates in them\n- Initial Spellbook implementation (WIP, GUI and some backbone code, nothing functional yet)\n- Added a new font, used along with wharrgarbl to produce unreadable stuff\n- Remnant legs are now composed of more flexible limbs\n- Initial implementation of unlockable knowledge (WIP, only Entity information is partially locked, kill them to unlock the pages\n- The Decorative Statues now have their own recipe (Monolith Stone, Clay and a dye)\n- Added Rending Pedestals (PE powered blocks that collects essences through the use of a Staff of Rending)\n- Set harvest tool for a plethora of blocks that didn't have that set\n- The Abyssal Zombie has a new texture\n- The Abyssal Zombie now has it's own sounds\n- Improved worldgen performance (especially Overworld structures)\n- When broken or placed, the Luminous Thistle and Wasteland's Thorn now plays the correct sounds\n- You can't pick up the item placed on a altar/pedestal if your inventory is full\n- Shoggoth Ooze blocks are now made out of layers (like snow) instead of being a solid block\n- Removed the majority of the Shoggoth Ooze config options (superseded by the layered ooze blocks)\n- The skies in the dimensions are now composed of a skybox rather than a single color\n- Added a disruption that transforms surrounding animals\n- Item pages in the Necronomicon now has a frame around the displayed Item\n- Upgrade Kits are now applied at an Anvil, instead of the crafting grid\n- Improved the rendering of Items placed on altars/pedestals\n- Night Vision is no longer given from the normal armor sets, and the special ones only give it while in the Overworld\n- You shouldn't be able to repair Transmutation Gems with repairing items/blocks from other mods\n- Spectral Dragon and Asorah's hitboxes work now (huge shoutout to Vadis365 for the code that helped debugging the entity part placement)\n- Most player interactions with Necronomicons can't be completed unless the player owns the Necronomicon\n- You can now till Darklands Grass, Dreadlands Grass and Dreadlands Dirt with any hoe\n- You can now plant more things on Darklands Grass, Dreadlands Grass and Dreadlands Dirt\n- The Darklands Oak Log now has the correct textures when rotated", + "1.9.3.10": "- Demon Animals now starts spreading fire if they get in contact with any source of fire\n- Something happens if you use Shears on Evil Animals\n- Improved the rendering of the Visage of The Depths overlay (should fix any rendering issues regarding it)\n- A fully usable ritual formation no longer generates along with the Temple of J'zahar (you have to do the Necronomcion part)\n- Applying the Coralium and Dread enchantments through rituals works now\n- Improved cave and ravine generation in the Abyssal Wasteland and the Dreadlands\n- Caves and ravines now generate in the Dark Realm\n- Reduced the amount of smoke Shadow mobs emit while inside the Dark Realm\n- Shadow mobs (and Lesser Shadow Shoggoths) are all translucent\n- When a Lesser Shoggoth spawns a child, the child will be of the same type as the parent\n- Added a config option for setting whether or not Lesser Shoggoths should have a chance of spawning in the Overworld\n- Added Crystal Fragments (even smaller pieces of Crystallized Elements)\n- Set proper map colors for the various blocks\n- Shadow mobs now have a chance of spawning in all Darklands biomes (but they're still more common in the mountains)\n- Changed some internal code for the Essence of The Gatekeeper Item Entity (fixes crashes with Extra Utilities 2)\n- The Dreadlands Grass now has the correct bottom and particle texture\n- Mob spawning in the Dreadlands should be more frequent, while mob spawning in the Abyssal Wasteland should be a bit less frequent\n- Lesser Shoggoths no longer spread a layer of ooze below the layer they've already spread\n- Applied the correct colors for the last 8 Crystal Clusters\n- Fixed numerous crafting recipes for crystal items/blocks\n- Changed the color palette for the Darklands biomes (now uses a indigo-esque color instead of the previous purple)\n- Made the color of the various Darkstone blocks a shade bluer\n- The foliage color in the Abyssal Wasteland now matches the color of the Fused Abyssal Sand\n- Removed the random blindness from the Darklands biomes\n- Lowered the height at which Items placed on Altars/Pedestals are rendered\n- Updated a bunch of pictures in the Necronomicon (anything involving either Darkstone or the Darklands)\n- Remnants no longer say 2 insults at once, and no longer tell you they're busy when you initialize a trade with one\n- Added an API hook to enable Gateway Keys to function in any dimension registered there\n- The Darklands Oak and Dreadlands Tree are less randomized, and taller in general\n- Increased the amount of Darklands Oaks that generate in Darklands Forests\n- Replaced the Darklands Oak Log texture with a different animation and darkened both the Log and Plank textures\n- The Ritual of Fertility now also targets Rabbits\n- Added a config option to change the opacity of the overlay displayed when wearing the Visage of The Depths\n- Re-balanced armor smelting recipes to match Vanilla's (for AbyssalCraft armor)\n- Now runs on Forge 13.20.0.2223" + }, + "1.11": { + "1.9.3.9": "- The terrain in the Dark Realm now has holes resembling the various islands in Omothol generating at the same coordinates\n- Reduced the damage of the Dreadium Katana by 5\n- Halved the durability of the Dreadium Katana and reduced the durability of the Cudgel by 500\n- Sacrificial Altars no longer target Shadow mobs\n- Fixed incorrect corner stair rotation\n- Added more Darklands structures\n- Tiered Sacrificial Altars now share the same cooldown as the regular one (instead of scaling it up unreasonably)\n- The information about Sacrificial Altars now mention the PE collection limit (a fifth of the max capacity)\n- Replaced the Obsidian pillars in the Abyssal Wasteland with giant chains of various lengths (extending downwards from the top)\n- Added additional conditions for Shoggoth Lairs to generate (prevents the derps where they generate almost entirely above ground)\n- Removed all instances of Refined Coralium from the Vanilla Loot Tables\n- The mob spawn list purging is now run in load complete (stops any mob spawn adding done in post-init)\n- It now rains in Darklands Plains and Darklands Mountains\n- Added Coralium Infested Squid\n- Dread Spawns, Greater Dread Spawns, Lesser Dreadbeasts and Spawns of Cha'garoth can now breathe under water\n- The various dimensional essences now have new textures (which resemble their dimension slightly)\n- The Iron Wall Enchantment now works\n- Added a configurable blacklist for the Interdimensional Cage\n- Liquid Coralium now transmutes Cobblestone blocks into Abyssal Cobblestone, instead of Abyssal Stone\n- Abyssal Sand now randomly turns into Fused Abyssal Sand when exposed to light levels higher than 13\n- Shoggoth Ooze now turns into more dimension-specific blocks instead of Dirt if it's set to expire\n- Spectral Dragons now apply Coralium Plague instead of dealing physical damage\n- Updated a whole bunch of pictures in the Necronomicon\n- Ritual offerings that have Container Items (Buckets, among others) will now return the Container Item instead of consuming the Item altogether\n- Increased the spawn rate and vein size of Abyssal Coralium Ore, while reducing the spawn rate and vein size of Abyssal Diamond Ore\n- Rituals required to progress through the dimensions now appear first on their individual ritual section\n- The metadata wildcard now works correctly for ritual offerings (allowing you to use the same Transmutation Gem in multiple rituals, among things)\n- Added a config option to amplify the armor-piercing damage dealt by mobs in Hardcore Mode\n- The Coralium Plague and Dread Plague damage becomes armor-piercing when Hardcore Mode is enabled\n- Set a more proper attack damage to the various axes\n- The spawner blocks now properly initialize the entities they spawn before spawning them\n- Now runs on Forge 13.19.1.2188", + "1.9.3.8": "- The Achievements and Rituals with Water Bottles should display Water Bottles, and nothing else\n- Switched the internal method of killing the sacrifice in rituals that requires a sacrifice (Pigs will no longer turn into Zombie Pigmen)\n- The Forge Universal Bucket is actually registered for the fluids, instead of it not being that\n- Set the correct textures for the Ritual Altars/Pedestals that didn't have the correct texture\n- All of the Ritual Altars/Pedestals now drop the correct block\n- Expanded the amount of different types of objects you can input as offerings in a Ritual\n- Made the bounding boxes for Shoggoth Ooze, Shoggoth Biomass and Solid Lava the size of a full block\n- Fixed the placement of Torches and Buttons in Abyssal Strongholds\n- Fixed the placement of Torches in Dreadlands Mineshafts\n- The Dread Spawn now plays it's sounds (instead of the Zombie ones)\n- Ported to 1.11" + }, + "1.10.2": { + "1.9.4.11-FINAL": "- The purging ritual now only converts biomes that are Dreadlands biomes\n- Added loot tables to all bosses (empty), Coralium Infested Squid and all Remnant types\n- Lesser Shoggoths now have an AI for monolith construction, which makes the construction happen more frequently\n- The biome transformation of the Dread Plague only happens to those inflicted with Dread Plague II\n- If two mobs/players/whatevers close to each other both have Dread Plague I, they can infect each other with Dread Plague II\n- If the Hardcode Mode config option is enabled biome transformation will happen regardless of Dread Plague amplifier\n- The purging ritual now checks the surrounding area instead of the position of the altar for nearby Dreadlands biomes when checking if the ritual can be performed\n- The cleansing and corruptions rituals now both do the same thing as the purging when checking if the ritual can be performed\n- Reduced the luminosity of the foliage color in the Coralium Infested Swamp, making it blend better with adjacent biomes\n- Lesser Shoggoths now swim faster (and can move against flowing water)\n- Increased the range of the Corruption, Cleansing and Purging rituals to 8x8 chunks (previously 3x3)\n- Eyes (and other luminous bits) now glow on Lesser Shoggoths\n- Any NBT checks for crafting recipes and/or rituals are now a lot less strict (the placed item needs to contain the recipe item NBT tags)", + "1.9.4.10": "- A bunch of textures have been revamped (courtesy of Dylan4ever)\n- Lesser Shoggoths can no longer break Bedrock (or other unbreakable blocks) with their acid\n- Acid Projectiles no longer break blocks with Tile Entities when hitting Players or other mobs\n- Scaled down the model of the baby Lesser Shoggoth (to be more proportional with the hitbox, also made the eyes a bit bigger)\n- Slowed down the initial velocity of the Acid Projectile, increased the time between each projectile being fired, and made it so baby Lesser Shoggoths won't fire them\n- Added a config option for changing the frequency at which Lesser Shoggoths spit acid\n- J'zahar now respects the mobGriefing gamerule with his explosion\n- Fixed a dupe bug in the Materializer GUI\n- Mobs spawned through a summoning ritual now have their portal cooldown set to max\n- Increased the time it takes for a Greater Dread Spawn and Lesser Dreadbeast to spawn a regular Dread Spawn\n- Increased the time it takes for Cha'garoth to spawn the various things he spawns, and removed the direct physical damage dealt by his fireballs\n- Reduced the range of Cha'garoth's melee attacks\n- Fixed the pick block for Calcified Stone", + "1.9.4.9": "- Removed the End Abyssal Zombie\n- Remnants now also worship statues at times\n- Added a config option that toggles if knowledge should be synced to the client every time a player opens their Necronomicon\n- The lightning bolt that strikes a statue when a Disruption triggers is now only the effect\n- Added a new Disruption that generates a random amount of Shoggoth Ooze around the source\n- Added a new Disruption that spawns random mobs that normally spawn in the current biome\n- Added a new Disruption that spawns a single random mob that normally spawn in the current biome\n- Added missing null check to the Purge Event Handler, fixing a Sponge-related crash\n- Capability data is no longer lost upon leaving the End\n- Lesser Shoggoths now respect the mobGriefing Game Rule when it comes to their acid-based attacks\n- Changed the minimum Block hardness for resisting acid to 2.1 (previously 3.0)", + "1.9.4.8": "- Dreadguards are now regarded as undead\n- Changed the particles used in the Dreadguard/Cha'garoth barf attack (since they're not breathing fire)\n- The plagues no longer reinfect their host (effectively refreshing themselves)\n- Lesser Shoggoth acid projectiles can now be blocked with a shield (the player will still take half a heart of damage)\n- Added a config option to toggle whether or not shields can block acid projectiles\n- Statues don't trigger disruptions inside Omothol\n- If a Lesser Shoggoth has a target when it spawns an offspring, it has a 33% chance of throwing it at the target\n- Added a config option for the minimum Block Hardness required to stop Shoggoth Acid from destroying the Block\n- Abyssal Zombies now attack Villagers\n- Sacthoth no longer despawns in the Dark Realm\n- Asorah now has full knockback resistance (you're gonna need bigger arrows)\n- Fixed NPE in the Lesser Shoggoth acid spraying attack", + "1.9.4.7": "- Shoggoth Biomass no longer randomly spawn Lesser Shoggoths client-side\n- Added some text (with pictures) to better explain the transfer range of Statues to nearby Collectors\n- Shoggoth Biomass blocks don't spawn any Lesser Shoggoths unless a player is within 32 blocks of it\n- Lesser Shoggoths can now secrete acid as a means of defending themselves (or a ranged attack) which can destroy blocks in their path\n- Lesser Shoggoths can now consume any item they run into, which is also configurable\n- Lesser Shoggoths now have a chance to locate a nearby statue and chant by it\n- Increased the hitbox size of Lesser Shoggoths (and reduced their hit range)\n- Removed the disruption that converts the surrounding chunk into Darklands (better leave the fate of their world to the player)\n- The Dread Plague Antidote now requires a Dreadlands Sapling instead of Omothol Ghoul Flesh\n- Child Lesser Shoggoths now have half the health and attack damage of an adult one\n- The Temple of J'zahar has been revamped\n- Greater Dread Spawns will now deal damage with their Dread Slugs again\n- Rituals Pedestals now project bits of their placed object rather than smoke during rituals\n- Rituals that require sacrifices now requires the player performing the ritual to sacrifice the animal, rather than it being killed automatically\n- The Wooden Crate now supports capabilities for insertion and extraction\n- Fixed the secondary death message for shadow damage\n- Added a ritual to purge the Dreadlands (while also rendering the area uninhabitable)\n- Added Calcified Stone (what everything turns into when the purging ritual has been used)", + "1.9.4.6": "- Shadow mobs are now immune to fire, and capable of swimming\n- Changed the texture for Liquid Antimatter (darker spots within the liquid, making it a bit less milk-like)\n- Added a config option that turns antimatter explosions nuclear (off by default)\n- Dread-plagued mobs now automatically leave a lingering cloud of Dread Plague on death\n- Added a new config category for misc out of place settings\n- The amount of animals a Lesser Shoggoth has to eat in order to multiply/grow up now depends on the size of the animals it eats (1 adult cow = 3 adult chickens)", + "1.9.4.5": "- Applying a redstone signal to an Energy Relay pauses it\n- The Overworld biomes are always registered now, just not added to the list of biomes to generate if set not to\n- Statues can now transfer PE to dropped items (provided they can accept PE)\n- Redrafted a bunch of text inside the Necronomicon (removing redundant/incorrect information and adding new information)\n- Replaced all mob pictures in the Necronomicon with ones that look more like something drawn in the book\n- Fixed an infinite loop in the mining spell when mining upwards\n- Added a small section that explains how to obtain knowledge, unlocking information in the Necronomicon and unmasks Items and Blocks\n- Reduced the duration of fire applied to attackers when attacking someone wearing Dreaded Abyssalnite gear\n- The Coralium Plague and Dread Plague now act more like actual plagues (they spread a lot easier, can't be cured with milk)\n- Abyssalnite Golems now turn into Dreaded Abyssalnite Golems if killed by the Dread Plague\n- Portals now have a small chance of spawning a mob from their dimension\n- Shadow mobs now change their transparency based on light level (bright = visible, dark = not so visible)\n- The Dreadlands can leak out of it's portals, so keep a lookout in case too much gets out\n- Added Antidotes for the Coralium and Dread Plague (used to cure them instead of milk, which no longer cures them)\n- Increased the amount of Coralium Ore that generates in the Overworld (also made it configurable)\n- Knowledge unlock syncing is now done on a per unlock basis, rather than when opening the Necronomicon or changing dimensions\n- Asorah and Spectral Dragons now have the undead creature attribute", + "1.9.4.4": "- Fixed some redundancy in the FireMessage packet that's sent when hitting any of the mods fire blocks\n- Ritual ground creation is now less sensitive about surrounding blocks (as long as they aren't full cubes)\n- Spell recipes can now be displayed in the Necronomicon\n- The tooltip of Energy Relays now display the range of the block\n- Item information can now be locked, resulting in the tooltip font being replaced by the Aklo Font\n- Added a command to automatically unlock all Necronomicon knowledge\n- Leaving Omothol portals now return you to the Dreadlands, not the Abyssal Wasteland\n- Randomized the texture rotation of the Fused Abyssal Sand\n- Made the outlines of the Abyssal Stone Brick, Abyssalnite Stone Brick and Dreadstone Brick more consistent\n- Created a new texture for Dreadstone\n- Shift-clicking output slots now works in the Materializer (giving you up to a stack of the output per click)", + "1.9.4.3": "- Added a barfing sound to Dreadguards and Cha'garoth (instead of playing the sound for when a Ghast shoots a fireball)\n- Added Crystallized Calcium, Beryllium and Beryl\n- Materializer recipes can now be displayed in JEI\n- The biome transformation from Cha'garoth and his Dreaded Charges has been optimized (code only runs on the server, only affects non-dreadlands biomes)\n- The Rending Pedestal works on Omothol creatures again\n- Rather than crashing, an error will be logged when failing to convert an ItemStack from the Ore Dictionary into a BlockState during startup\n- Overworld structure generation now checks for the Overworld World Provider rather than Dimension ID", + "1.9.4.2": "- The JEI plugin no longer stops at Transmutator Fuel recipe registration\n- The State Transformer's extraction mechanic now works\n- Ticking Tile Entities that don't do anything client side no longer ticks client side\n- Added a hurt sound to Anti-Players that those who played Minecraft before beta ended might recognize (props to BordListian for letting me know of it's prescence in Better With Mods)\n- Non-player entities can now use portals\n- Anti-mobs now attack their regular countepart (for more destruction and chaos) and Anti-Players has a chance of targeting any non Anti-Player\n- Mobs capable of spreading the Dread Plague no longer tries to apply it on something that's already immune to it\n- Added a new attack to Shadow Beasts and Sacthoth (credits to Enderman_of_D00M for the code)\n- The Materializer is now functional\n- Greater Dread Spawns and Lesser Dreadbeasts now swap between melee and ranged attacks\n- Added a new attack to Dreadguards (credits to Enderman_of_D00M for the code)\n- Cha'garoth's heads now move independantly, and each has attacks of their own (credits to Enderman_of_D00M for the code)\n- Loot Tables are now initialized during loading stages (instead of being initialized when something relying on one of them references it)\n- Disruption Packets now send the correct String value representation of the Deity, stopping even more error log spam\n- The beams that spawn during Asorah's death animation are now more properly colored\n- J'zahar has longer reach for his staff-whacking\n- J'zahar is now immune to fire, explosions, magic and fall damage\n- Adjusted the bounding boxes and eye heights of Remnant and Minions of The Gatekeeper\n- Spectral Dragons now only knocks mobs and players away in Hardcore Mode\n- Dreadium Samurai armor now reduces the amount of Dread damage you receive\n- Materializer recipes can now be displayed in the Necronomicon\n- Spectral Dragons now only lose health when Asorah doesn't have full health", + "1.9.4.1": "- The JEI plugin now properly filters out invalid Transmutator and Crystallizer fuels\n- Baby Lesser Shoggoths are 40% slower now (compared to their movement speed in previous versions)", + "1.9.4": "- Added a configurable list of mobs to spawn Demon Animals from on death\n- Maps now works inside AbyssalCraft dimensions\n- The Necronomicon now saves the last page viewed before closing (doesn't persist across restarts, however)\n- Increased the spawn rate of shadow mobs in Darklands biomes\n- Shadow Creatures now have a guaranteed chance of dropping Shadow Fragments\n- Shoggoth Ooze no longer spreads on Monolith Stone\n- Greatly increased the spawn chance of Shoggoth Lairs while making it more configurable\n- If a ritual doesn't have a description, the Necronomicon won't try to display it on the ritual page\n- Optimized the performance of Energy Relays slightly (probably mostly noticeable in larger networks of them)\n- Disruption packets without a Deity are now properly handled, stopping the error log spam\n- Shoggoth Ooze is now corrosive, dealing durability damage to leg and foot armor while exposed to it\n- The NecroData Capability now filters out things that are no longer registered on load\n- All Ethaxium blocks (dark or not) are now Ender Dragon and Wither-proof\n- Portal blocks now fire the EntityTravelToDimensionEvent prior to teleporting the player, making it possible to cancel teleportation between AbyssalCraft dimensions\n- Added additional buttons to the Necronomicon GUI (skip multiple pages, go back multiple pages, go back to the front page)\n- Energy Relays can now collect PE from Energy Containers too\n- Fixed the eye layer on the Anti-Spiders (now the eyes are the only bits that glow, instead of the whole spider)\n- Ritual altar sacrifices can now also be NBT sensitive\n- Added a config option to stop armor sets from applying Potion Effects or dispell other Potion Effects\n- Added scrolls (currently not usable, nor craftable)\n- Spells are close to being fully implemented, with most of the backing code done", + "1.9.4-pre-4": "- Changed the ritual for the Staff of The Gatekeeper to require Cha'garoth's R'lyehian Gateway Key\n- Fixed a small derp in the Crystallizer recipe handling code\n- Improved explosion code for ODB and ODB Cores (along with some performance improvements)\n- Fixed a crash with BoP (or any other mod adding specific blocks to the OreDictionary with the wildcard value as meta)", + "1.9.4-pre-3": "- The Knowledge event handler shouldn't crash from trying to save the ID of an unregistered entity\n- Fixed a small client de-sync when draining energy for a ritual\n- Added a ritual that allows you to \"purge\" the Darklands, coverting areas of it into their Overworld counterparts\n- Added a ritual that allows you to \"corrupt\" Overworld biomes, converting areas of them into their Darklands counterparts\n- Added a ritual to resurrect dead companions (tamed and named)\n- Slowed down the spread of Mimic Fire (now it spreads about as fast as normal Fire)\n- Slightly more information is now locked (also overhaul of Necronomicon internals)\n- Changed the model of the Sacrificial Altar (so that it's easily distinguishable from the Ritual Altar)\n- More worldgen performance improvements in the Overworld and Dreadlands\n- Fixed a minor derp in the Gateway Key portal placement code and made it a bit more modular\n- Made some alterations to the Dread Spawn model (the \"arm\" is now composed of a independently moving tentacle, and the other bit has tendrils sprouting out of it)\n- Reduced the movement speed of Greater Dread Spawns and Lesser Dreadbeasts\n- The Crystallizer now stops trying to crystallize something when the output slots are full\n- Added Energy Depositioner (block that can generate PE by siphoning it out of Stone Tablets)\n- Added Stone Tablets (used in the Energy Depositioner, can also be used as alternate storage solution)\n- Added State Transformer (used for filling the Stone Tablets with items/energy)\n- Performance improvement to most PE blocks\n- Smoke from the pedestals during a ritual only comes from the ones that had something on them\n- The Staff of The Gatekeeper now works like a Staff of Rending and a Gateway Key combined\n- Particles from PE transfers made by statues are now synced to the transfer, instead of random\n- Highly optimized particle rendering for PE transfers\n- Changed the recipe for the Sacrificial Altar (replaced Torches with Shadow Fragments)\n- Upgrade Kit recipes can now be viewed in JEI", + "1.9.4-pre-2": "- Fixed crashes regarding saving NBT for the NecroData Capability (also cleaned up the saving part)\n- Fixed some small quirks with the Shoggoth Ooze blocks\n- Added a config option to toggle whether or not Demon Animals should place down Mimic Fire instead of normal Fire", + "1.9.4-pre-1": "- Darklands Highlands and Mountains are now in the cold biome group, and snow generates in them\n- Initial Spellbook implementation (WIP, GUI and some backbone code, nothing functional yet)\n- Added a new font, used along with wharrgarbl to produce unreadable stuff\n- Remnant legs are now composed of more flexible limbs\n- Initial implementation of unlockable knowledge (WIP, only Entity information is partially locked, kill them to unlock the pages\n- The Decorative Statues now have their own recipe (Monolith Stone, Clay and a dye)\n- Added Rending Pedestals (PE powered blocks that collects essences through the use of a Staff of Rending)\n- Set harvest tool for a plethora of blocks that didn't have that set\n- The Abyssal Zombie has a new texture\n- The Abyssal Zombie now has it's own sounds\n- Improved worldgen performance (especially Overworld structures)\n- When broken or placed, the Luminous Thistle and Wasteland's Thorn now plays the correct sounds\n- You can't pick up the item placed on a altar/pedestal if your inventory is full\n- Shoggoth Ooze blocks are now made out of layers (like snow) instead of being a solid block\n- Removed the majority of the Shoggoth Ooze config options (superseded by the layered ooze blocks)\n- The skies in the dimensions are now composed of a skybox rather than a single color\n- Added a disruption that transforms surrounding animals\n- Item pages in the Necronomicon now has a frame around the displayed Item\n- Upgrade Kits are now applied at an Anvil, instead of the crafting grid\n- Improved the rendering of Items placed on altars/pedestals\n- Night Vision is no longer given from the normal armor sets, and the special ones only give it while in the Overworld\n- You shouldn't be able to repair Transmutation Gems with repairing items/blocks from other mods\n- Spectral Dragon and Asorah's hitboxes work now (huge shoutout to Vadis365 for the code that helped debugging the entity part placement)\n- Most player interactions with Necronomicons can't be completed unless the player owns the Necronomicon\n- You can now till Darklands Grass, Dreadlands Grass and Dreadlands Dirt with any hoe\n- You can now plant more things on Darklands Grass, Dreadlands Grass and Dreadlands Dirt", + "1.9.3.10": "- Demon Animals now starts spreading fire if they get in contact with any source of fire\n- Something happens if you use Shears on Evil Animals\n- Improved the rendering of the Visage of The Depths overlay (should fix any rendering issues regarding it)\n- A fully usable ritual formation no longer generates along with the Temple of J'zahar (you have to do the Necronomcion part)\n- Applying the Coralium and Dread enchantments through rituals works now\n- Improved cave and ravine generation in the Abyssal Wasteland and the Dreadlands\n- Caves and ravines now generate in the Dark Realm\n- Reduced the amount of smoke Shadow mobs emit while inside the Dark Realm\n- Shadow mobs (and Lesser Shadow Shoggoths) are all translucent\n- When a Lesser Shoggoth spawns a child, the child will be of the same type as the parent\n- Added a config option for setting whether or not Lesser Shoggoths should have a chance of spawning in the Overworld\n- Added Crystal Fragments (even smaller pieces of Crystallized Elements)\n- Set proper map colors for the various blocks\n- Shadow mobs now have a chance of spawning in all Darklands biomes (but they're still more common in the mountains)\n- Changed some internal code for the Essence of The Gatekeeper Item Entity (fixes crashes with Extra Utilities 2)\n- The Dreadlands Grass now has the correct bottom and particle texture\n- Mob spawning in the Dreadlands should be more frequent, while mob spawning in the Abyssal Wasteland should be a bit less frequent\n- Lesser Shoggoths no longer spread a layer of ooze below the layer they've already spread\n- Applied the correct colors for the last 8 Crystal Clusters\n- Fixed numerous crafting recipes for crystal items/blocks\n- Changed the color palette for the Darklands biomes (now uses a indigo-esque color instead of the previous purple)\n- Made the color of the various Darkstone blocks a shade bluer\n- The foliage color in the Abyssal Wasteland now matches the color of the Fused Abyssal Sand\n- Removed the random blindness from the Darklands biomes\n- Lowered the height at which Items placed on Altars/Pedestals are rendered\n- Updated a bunch of pictures in the Necronomicon (anything involving either Darkstone or the Darklands)\n- Remnants no longer say 2 insults at once, and no longer tell you they're busy when you initialize a trade with one\n- Added an API hook to enable Gateway Keys to function in any dimension registered there\n- The Darklands Oak and Dreadlands Tree are less randomized, and taller in general\n- Increased the amount of Darklands Oaks that generate in Darklands Forests\n- Replaced the Darklands Oak Log texture with a different animation and darkened both the Log and Plank textures\n- The Ritual of Fertility now also targets Rabbits\n- Added a config option to change the opacity of the overlay displayed when wearing the Visage of The Depths", + "1.9.3.9": "- The terrain in the Dark Realm now has holes resembling the various islands in Omothol generating at the same coordinates\n- Reduced the damage of the Dreadium Katana by 5\n- Halved the durability of the Dreadium Katana and reduced the durability of the Cudgel by 500\n- Sacrificial Altars no longer target Shadow mobs\n- Fixed incorrect corner stair rotation\n- Added more Darklands structures\n- Tiered Sacrificial Altars now share the same cooldown as the regular one (instead of scaling it up unreasonably)\n- The information about Sacrificial Altars now mention the PE collection limit (a fifth of the max capacity)\n- Replaced the Obsidian pillars in the Abyssal Wasteland with giant chains of various lengths (extending downwards from the top)\n- Added additional conditions for Shoggoth Lairs to generate (prevents the derps where they generate almost entirely above ground)\n- Removed all instances of Refined Coralium from the Vanilla Loot Tables\n- The mob spawn list purging is now run in load complete (stops any mob spawn adding done in post-init)\n- It now rains in Darklands Plains and Darklands Mountains\n- Added Coralium Infested Squid\n- Dread Spawns, Greater Dread Spawns, Lesser Dreadbeasts and Spawns of Cha'garoth can now breathe under water\n- The various dimensional essences now have new textures (which resemble their dimension slightly)\n- The Iron Wall Enchantment now works\n- Added a configurable blacklist for the Interdimensional Cage\n- Liquid Coralium now transmutes Cobblestone blocks into Abyssal Cobblestone, instead of Abyssal Stone\n- Abyssal Sand now randomly turns into Fused Abyssal Sand when exposed to light levels higher than 13\n- Shoggoth Ooze now turns into more dimension-specific blocks instead of Dirt if it's set to expire\n- Spectral Dragons now apply Coralium Plague instead of dealing physical damage\n- Updated a whole bunch of pictures in the Necronomicon\n- Ritual offerings that have Container Items (Buckets, among others) will now return the Container Item instead of consuming the Item altogether\n- Increased the spawn rate and vein size of Abyssal Coralium Ore, while reducing the spawn rate and vein size of Abyssal Diamond Ore\n- Rituals required to progress through the dimensions now appear first on their individual ritual section\n- The metadata wildcard now works correctly for ritual offerings (allowing you to use the same Transmutation Gem in multiple rituals, among things)\n- Added a config option to amplify the armor-piercing damage dealt by mobs in Hardcore Mode\n- The Coralium Plague and Dread Plague damage becomes armor-piercing when Hardcore Mode is enabled\n- Set a more proper attack damage to the various axes\n- The spawner blocks now properly initialize the entities they spawn before spawning them\n- Now runs on Forge 12.18.3.2185", + "1.9.3.8": "- The Achievements and Rituals with Water Bottles should display Water Bottles, and nothing else\n- Switched the internal method of killing the sacrifice in rituals that requires a sacrifice (Pigs will no longer turn into Zombie Pigmen)\n- The Forge Universal Bucket is actually registered for the fluids, instead of it not being that\n- Set the correct textures for the Ritual Altars/Pedestals that didn't have the correct texture\n- All of the Ritual Altars/Pedestals now drop the correct block\n- Expanded the amount of different types of objects you can input as offerings in a Ritual\n- Made the bounding boxes for Shoggoth Ooze, Shoggoth Biomass and Solid Lava the size of a full block\n- Fixed the placement of Torches and Buttons in Abyssal Strongholds\n- Fixed the placement of Torches in Dreadlands Mineshafts\n- The Dread Spawn now plays it's sounds (instead of the Zombie ones)", + "1.9.3.7": "- Fixed crashes related to opening the Achievements page\n- Dreadlands Trees won't turn Dreadlands Dirt into regular Dirt if grown on it\n- Dreadlands Grass now reverts into Dreadlands Dirt when a block is placed on it, instead of regular Dirt", + "1.9.3.6": "- Added missing client-side check when fetching the Patreon data\n- Added Luminous Thistle\n- Added Wasteland's Thorn\n- Replaced the mushroom generation in the Abyssal Wastelands with the aforementioned plants", + "1.9.3.5": "- Asorah and Spectral Dragons are now immune to fire\n- Reduced the amount of smoke particles during a ritual\n- Ritual Altar creation now has more visual effects\n- Loading stages are no longer logged\n- A few Item textures have been updated\n- Patron Necronomicon info is now fetched from a remote file (has a local version if something goes wrong)\n- A Necronomicon Page object can now specify a URL that points to an image, which will then be displayed (if the image can be located)\n- Any JSON file added to the \"abyssalcraft\" folder in the config directory that's properly formatted will be injected into the \"Other Information\" section of the Necronomicon\n- The \"AbyssalCraft Tools\" Creative Tab now has a Interdimensional Cage filled with PE alongside the normal empty one\n- Fixed the Item name colors on the Gateway Keys\n- Replaced half of the Darklands structures\n- Added API hooks for generating Darklands structures\n- Added config option to force the dimension biomes to reset the mob spawning lists in order to stop mobs from other mods from populating the lists\n- Made the teal tint on the Depths Helmet overlay A LOT more transparent\n- Added Abyssal Sand\n- Added Fused Abyssal Sand\n- Added Abyssal Sand Glass\n- The terrain in the Abyssal Wasteland now has a top layer of Fused Abyssal Sand, with patches of Abyssal Stone\n- Added Dreadlands Dirt\n- Updated the textures on Dreadstone, Abyssalnite Stone and their brick counterparts\n- Added Abyssal Cobblestone, Dreadstone Cobblestone, Abyssalnite Cobblestone and Coralium Cobblestone\n- Added Abyssal Cobblestone, Dreadstone Cobblestone, Abyssalnite Cobblestone and Coralium Cobblestone Stairs, Slabs and Walls\n- Changed the ritual formation blocks to use the Cobblestone blocks instead of Bricks where applicable\n- Updated the information about statues to mention them needing an open sky to operate\n- Fixed the bug where the random blindness from Darklands biomes would stay when it's reached 0\n- Replaced the Darkstone Cobblestone in Abyssal Strongholds with Abyssal Cobblestone\n- Rituals can now be NBT sensitive (pedestal offerings must have identical NBT tags to the ones in the ritual recipe)\n- You can no longer process Liquid Antimatter or Liquid Coralium Buckets in Furnaces, Transmutators or Crystallizers\n- Removed the crafting recipe for a Liquid Antimatter Bucket\n- Changed some of the Potion Effects added by the various armor sets\n- Now runs on Java 8\n- Deprecated the Liquid Coralium and Liquid Antimatter Buckets, they're now handled by the Forge Universal Bucket\n- Fixed a bug with Potion brewing\n- Fixed crashes with GregTech 5 Unofficial", + "1.9.3.4": "- The staff of Rending upgrades are now set to require the correct Necronomicons\n- Added config option to disable armor smelting recipes\n- More entities now has a chance to spawn wearing random armor\n- Fixed crashes regarding the Halloween easter egg", + "1.9.3.3": "- Fixed crashes on World load from particles", + "1.9.3.2": "- The Abyssal Stone Bricks in the Abyssal Stronghold now occasionally generate as their cracked version\n- Updated the pictures in the Potential Energy section (took new ones on regular Grass, instead of Darklands Grass)\n- Fixed crashes (or just log errors) from Disruptions being triggered after failing to complete a ritual\n- Replaced the smoke from various PE blocks with a particle meant to represent PE\n- Energy Pedestals can now harvest PE from statues again\n- You can now use Energy Relays on Energy Pedestals and Sacrificial Altars", + "1.9.3.1": "- Fixed crashes from completing Infusion Rituals", + "1.9.3": "- You can now configure the chance of a Shoggoth Lair generating in the Overworld\n- The Fire Rain Disruption will now fire a random amount of fireballs (so possibly not 8 at once)\n- Sacthoth now turns day into night when he spawns through a ODB explosion\n- Added Energy Collector\n- Added Energy Relay\n- Energy Pedestals no longer passively generate PE\n- Disruptions triggered from Ritual Altars now only fire server-side (apparently forgot to make that adjustement there)\n- Collected PE now persist when you break a block that can hold it, and the tooltip displays how much is contained\n- You can now have NBT tags persist through Infusion Rituals\n- Gateway Keys will now display a line of text in their tooltip when you can't use them\n- The Dreaded Abyssalnite Chestplate and Plated Coralium Chestplate's aura is now replaced with the effect being applied to attackers on hit\n- Added Energy Container\n- The Ethaxium Boots now applies a Speed boost like the other boots\n- The upgraded Gateway Keys can now place the previous key's portal in it's dimension\n- Added Interdimensional Cage (item that can capture entities)\n- Updated the information in the Ritual Information section\n- Fixed a performance hit caused by viewing pages that had pictures on them (in specifc cases)\n- Fixed the derp where the \"next turn-up\" button disappeared in the Machines section\n- Added a config option to make Shoggoth Ooze turn into dirt after being exposed to light for a random period of time\n- Added Tiered Energy Collectors\n- Added Tiered Energy Relays\n- Added Tiered Energy Containers\n- Changed the defaults to lower numbers for a couple of config options (biome spawn weights, entity spawn weights)\n- Min and max and default values for numerical config options are now provided in the comments (in favor of those not using the config GUI)\n- Updated nearly all of the pictures in the Necronomicon\n- The Abyssalnite Golem and Dreaded Abyssalnite Golem have new skins\n- Spiced up Hardcore Mode a bit\n- Anti-Ghouls now swing their arms when attacking\n- The Ritual of Fertility no longer has a chance of spawning Lesser Shoggoths\n- Remove the \"Shoggoth infestation\" Achievement, since that event no longer triggers\n- The Transmutation Gem now consumes durability when used for crafting, instead of being consumed directly\n- The \"AbyssalCraft Items\" Creative Tab now has each Necronomicon filled with PE alongside the normal empty one\n- The Staff of Rending and Staff of The Gatekeeper now raytrace properly\n- The Staff of Rending can now be upgraded to increase the amount of energy collected\n- A lot of items now have new textures (courtesy of Tiktalik)\n- The JEI integration now displays information regarding things created with the Staff of Rending\n- Darkened the sky color in the Abyssal Wasteland\n- Statues refuse to transport any PE if they're not under a clear sky\n- Statues now have a tolerance value, which increases the more you harvest PE from them, which eventually triggers a Disruption\n- Players no longer emit smoke inside the Dark Realm, only other entities\n- Sounds now play again in a few instances where they didn't\n- Fixed crashes regarding the Anti-Spider loot table", + "1.9.3-pre-1": "- Removed the hurt sounds for the Pete Depths Ghoul variant\n- The Pete, Mr. Wilson and Dr. Orange Depths Ghoul variants now have 3 individual idle sounds, mixed with the regular\n- Added Evil Sheep\n- Added Demon Sheep\n- Dread Spawns, Greater Dread Spawns, Lesser Dreadbeasts and Spawns of Cha'garoth now have their own set of sounds\n- Villages no longer generate in Darklands Highland and Mountain biomes\n- The large Obsidian pillars now generate in the Abyssal Wasteland again\n- Added Enchantment descriptions (can be seen using WAWLA, among others)\n- Getting killed by either plague shouldn't be able to result in entities spawning indefinitely in the death screen\n- Statues now fire disruptions in a more balanced matter (very rare in a normal state, more common when amplified)\n- Removed the Monolith Disruption (will re-add it when there's a lot more disruptions, or not)\n- Added a Disruption that has a chance to completely drain nearby PE Collectors\n- Disruptions are now properly synced between client and server\n- Did some changes to Overworld worldgen: Less Darkstone generation, slightly reduced Shoggoth Lair generation, heavily reduced Liquid Antimatter pool generation\n- The alternate Depths Ghoul variants no longer have different stats\n- The chance of a Depths Ghoul spawning as one of the variants is now 20%\n- Fixed a typo in the Lesser Shoggoth loot tables\n- Added subtitles to all sounds added by the mod\n- All Crystal Clusters should now have correct names\n- Now runs on Forge 12.18.1.2073", + "1.9.2.9": "- Added chiseled variants to the Brick types that didn't previously have one\n- Made more crafting recipes depend on the Ore Dictionary\n- Added a cracked variant to all the Brick types\n- Added configurable Item Blacklists for Entities that can pick up item\n- Removed the config option for Abyssal Zombies picking up rotten flesh (superseded by the above)\n- Remnants now have their own yes/no sounds when trading\n- A random chant will now play when performing a ritual\n- Remnant priests will randomly chant\n- Added a ritual that allows you to change the weather in the Biome you're currently at (if possible)\n- The Dreadium Katana and Sacthoth's Soul Reaper Blade now swing like regular swords", + "1.9.2.8": "- Statues now refuse to transfer PE if there's adjacent Statues on any side\n- Demon Animals now use the BiomeDictionary entry NETHER instead of the Nether Biome for Biomes to spawn in\n- All entities (except the bosses) now have their own loot tables\n- Now runs on Forge 12.18.1.2046\n- Split the Crystal Clusters into 2 blocks (solves the startup crashes with Forge 2044+)", + "1.9.2.7": "- Fixed crashes with placing double slab blocks\n- Darklands Oaks and Dreadlands Trees will now burn\n- Spectral Dragons can no longer fly through portal blocks (they bounce off)\n- Spectral Dragons now fly a bit slower, and are more suspectible to damage", + "1.9.2.6": "- Fixed crashes relating to statues transferring PE to Players\n- Fixed a slight derp in the Sacrificial Altar\n- Replaced a couple of textures\n- Added configuration category comments in the config file", + "1.9.2.5": "- Each boss' death ticks variable is now saved to NBT (fixes oddities in regards to world unloads during death animations)\n- Added hooks for registering armor textures for Ghoul armor rendering\n- If any Ghoul entity holds an item, it now renders in it's hand\n- Omothol Ghouls now have a chance to pick up items\n- Armor and held items should now render on Abyssal Anti-Zombies\n- Armor now renders on Ghoul entities (with a default texture if there isn't one assigned)\n- Armor Stands are no longer regarded as proper sacrifices for the Sacrificial Altar\n- Statues can now transfer PE to blocks in all directions (and any range boost increases the transfer range)\n- The Depths Ghoul heads are now back in the decorative block tab\n- The spawn weight for Demon Animals in the Nether is now configurable\n- Fixed crashes related to being teleported to the Dark Realm\n- Fixed a mathematical mishap in the Coralium Gem Cluster recipes\n- Added initial Capability support\n- You can now configure whether or not Abyssal Zombies should pick up Rotten Flesh\n- Removed the Biome ID configuration category (hasn't been used since moving past 1.9)\n- Corrected a few cases where TileEntity NBT data wouldn't sync properly\n- You should now sink into Shoggoth Ooze, Shoggoth Biomass and Solid Lava again\n- Removed duplicate diamond entry in the Dreadlands Mineshaft loot table\n- Fixes crashes regarding Ethaxium Pillars\n- Statues should now transfer PE to nearby players again\n- Asorah's GUI health bar will now decrement when his health decreases\n- Now runs on Forge 12.18.0.2007\n- Updated to 1.10.2" + }, + "1.10": { + "1.9.2.1": "- Ported to 1.10" + }, + "1.9.4": { + "1.9.3.10-FINAL": "- Demon Animals now starts spreading fire if they get in contact with any source of fire\n- Something happens if you use Shears on Evil Animals\n- Improved the rendering of the Visage of The Depths overlay (should fix any rendering issues regarding it)\n- A fully usable ritual formation no longer generates along with the Temple of J'zahar (you have to do the Necronomcion part)\n- Applying the Coralium and Dread enchantments through rituals works now\n- Improved cave and ravine generation in the Abyssal Wasteland and the Dreadlands\n- Caves and ravines now generate in the Dark Realm\n- Reduced the amount of smoke Shadow mobs emit while inside the Dark Realm\n- Shadow mobs (and Lesser Shadow Shoggoths) are all translucent\n- When a Lesser Shoggoth spawns a child, the child will be of the same type as the parent\n- Added a config option for setting whether or not Lesser Shoggoths should have a chance of spawning in the Overworld\n- Added Crystal Fragments (even smaller pieces of Crystallized Elements)\n- Set proper map colors for the various blocks\n- Shadow mobs now have a chance of spawning in all Darklands biomes (but they're still more common in the mountains)\n- Changed some internal code for the Essence of The Gatekeeper Item Entity (fixes crashes with Extra Utilities 2)\n- The Dreadlands Grass now has the correct bottom and particle texture\n- Mob spawning in the Dreadlands should be more frequent, while mob spawning in the Abyssal Wasteland should be a bit less frequent\n- Lesser Shoggoths no longer spread a layer of ooze below the layer they've already spread\n- Changed the color palette for the Darklands biomes (now uses a indigo-esque color instead of the previous purple)\n- Made the color of the various Darkstone blocks a shade bluer\n- The foliage color in the Abyssal Wasteland now matches the color of the Fused Abyssal Sand\n- Removed the random blindness from the Darklands biomes\n- Lowered the height at which Items placed on Altars/Pedestals are rendered\n- Updated a bunch of pictures in the Necronomicon (anything involving either Darkstone or the Darklands)\n- Remnants no longer say 2 insults at once, and no longer tell you they're busy when you initialize a trade with one\n- Added an API hook to enable Gateway Keys to function in any dimension registered there\n- The Darklands Oak and Dreadlands Tree are less randomized, and taller in general\n- Increased the amount of Darklands Oaks that generate in Darklands Forests\n- Replaced the Darklands Oak Log texture with a different animation and darkened both the Log and Plank textures\n- The Ritual of Fertility now also targets Rabbits\n- Added a config option to change the opacity of the overlay displayed when wearing the Visage of The Depths", + "1.9.3.9-FINAL": "- The terrain in the Dark Realm now has holes resembling the various islands in Omothol generating at the same coordinates\n- Reduced the damage of the Dreadium Katana by 5\n- Halved the durability of the Dreadium Katana and reduced the durability of the Cudgel by 500\n- Sacrificial Altars no longer target Shadow mobs\n- Fixed incorrect corner stair rotation\n- Added more Darklands structures\n- Tiered Sacrificial Altars now share the same cooldown as the regular one (instead of scaling it up unreasonably)\n- The information about Sacrificial Altars now mention the PE collection limit (a fifth of the max capacity)\n- Replaced the Obsidian pillars in the Abyssal Wasteland with giant chains of various lengths (extending downwards from the top)\n- Added additional conditions for Shoggoth Lairs to generate (prevents the derps where they generate almost entirely above ground)\n- Removed all instances of Refined Coralium from the Vanilla Loot Tables\n- The mob spawn list purging is now run in load complete (stops any mob spawn adding done in post-init)\n- It now rains in Darklands Plains and Darklands Mountains\n- Added Coralium Infested Squid\n- Dread Spawns, Greater Dread Spawns, Lesser Dreadbeasts and Spawns of Cha'garoth can now breathe under water\n- The various dimensional essences now have new textures (which resemble their dimension slightly)\n- The Iron Wall Enchantment now works\n- Added a configurable blacklist for the Interdimensional Cage\n- Liquid Coralium now transmutes Cobblestone blocks into Abyssal Cobblestone, instead of Abyssal Stone\n- Abyssal Sand now randomly turns into Fused Abyssal Sand when exposed to light levels higher than 13\n- Shoggoth Ooze now turns into more dimension-specific blocks instead of Dirt if it's set to expire\n- Spectral Dragons now apply Coralium Plague instead of dealing physical damage\n- Updated a whole bunch of pictures in the Necronomicon\n- Ritual offerings that have Container Items (Buckets, among others) will now return the Container Item instead of consuming the Item altogether\n- Increased the spawn rate and vein size of Abyssal Coralium Ore, while reducing the spawn rate and vein size of Abyssal Diamond Ore\n- Rituals required to progress through the dimensions now appear first on their individual ritual section\n- The metadata wildcard now works correctly for ritual offerings (allowing you to use the same Transmutation Gem in multiple rituals, among things)\n- Added a config option to amplify the armor-piercing damage dealt by mobs in Hardcore Mode\n- The Coralium Plague and Dread Plague damage becomes armor-piercing when Hardcore Mode is enabled\n- Set a more proper attack damage to the various axes\n- The spawner blocks now properly initialize the entities they spawn before spawning them\n- Now runs on Forge 12.17.0.2051", + "1.9.3.8-FINAL": "- The Achievements and Rituals with Water Bottles should display Water Bottles, and nothing else\n- Switched the internal method of killing the sacrifice in rituals that requires a sacrifice (Pigs will no longer turn into Zombie Pigmen)\n- The Forge Universal Bucket is actually registered for the fluids, instead of it not being that\n- Set the correct textures for the Ritual Altars/Pedestals that didn't have the correct texture\n- All of the Ritual Altars/Pedestals now drop the correct block\n- Expanded the amount of different types of objects you can input as offerings in a Ritual\n- Made the bounding boxes for Shoggoth Ooze, Shoggoth Biomass and Solid Lava the size of a full block\n- Fixed the placement of Torches and Buttons in Abyssal Strongholds\n- Fixed the placement of Torches in Dreadlands Mineshafts", + "1.9.3.7-FINAL": "- Fixed crashes related to opening the Achievements page\n- Dreadlands Trees won't turn Dreadlands Dirt into regular Dirt if grown on it\n- Dreadlands Grass now reverts into Dreadlands Dirt when a block is placed on it, instead of regular Dirt", + "1.9.3.6-FINAL": "- Added missing client-side check when fetching the Patreon data\n- Added Luminous Thistle\n- Added Wasteland's Thorn\n- Replaced the mushroom generation in the Abyssal Wastelands with the aforementioned plants", + "1.9.3.5-FINAL": "- Asorah and Spectral Dragons are now immune to fire\n- Reduced the amount of smoke particles during a ritual\n- Ritual Altar creation now has more visual effects\n- Loading stages are no longer logged\n- A few Item textures have been updated\n- Patron Necronomicon info is now fetched from a remote file (has a local version if something goes wrong)\n- A Necronomicon Page object can now specify a URL that points to an image, which will then be displayed (if the image can be located)\n- Any JSON file added to the \"abyssalcraft\" folder in the config directory that's properly formatted will be injected into the \"Other Information\" section of the Necronomicon\n- The \"AbyssalCraft Tools\" Creative Tab now has a Interdimensional Cage filled with PE alongside the normal empty one\n- Fixed the Item name colors on the Gateway Keys\n- Replaced half of the Darklands structures\n- Added API hooks for generating Darklands structures\n- Added config option to force the dimension biomes to reset the mob spawning lists in order to stop mobs from other mods from populating the lists\n- Made the teal tint on the Depths Helmet overlay A LOT more transparent\n- Added Abyssal Sand\n- Added Fused Abyssal Sand\n- Added Abyssal Sand Glass\n- The terrain in the Abyssal Wasteland now has a top layer of Fused Abyssal Sand, with patches of Abyssal Stone\n- Added Dreadlands Dirt\n- Updated the textures on Dreadstone, Abyssalnite Stone and their brick counterparts\n- Added Abyssal Cobblestone, Dreadstone Cobblestone, Abyssalnite Cobblestone and Coralium Cobblestone\n- Added Abyssal Cobblestone, Dreadstone Cobblestone, Abyssalnite Cobblestone and Coralium Cobblestone Stairs, Slabs and Walls\n- Changed the ritual formation blocks to use the Cobblestone blocks instead of Bricks where applicable\n- Updated the information about statues to mention them needing an open sky to operate\n- Fixed the bug where the random blindness from Darklands biomes would stay when it's reached 0\n- Replaced the Darkstone Cobblestone in Abyssal Strongholds with Abyssal Cobblestone\n- Rituals can now be NBT sensitive (pedestal offerings must have identical NBT tags to the ones in the ritual recipe)\n- You can no longer process Liquid Antimatter or Liquid Coralium Buckets in Furnaces, Transmutators or Crystallizers\n- Removed the crafting recipe for a Liquid Antimatter Bucket\n- Changed some of the Potion Effects added by the various armor sets\n- Now runs on Java 8\n- Deprecated the Liquid Coralium and Liquid Antimatter Buckets, they're now handled by the Forge Universal Bucket\n- Fixed a bug with Potion brewing", + "1.9.3.4": "- The staff of Rending upgrades are now set to require the correct Necronomicons\n- Added config option to disable armor smelting recipes\n- More entities now has a chance to spawn wearing random armor\n- Fixed crashes regarding the Halloween easter egg", + "1.9.3.3": "- Fixed crashes on World load from particles", + "1.9.3.2": "- The Abyssal Stone Bricks in the Abyssal Stronghold now occasionally generate as their cracked version\n- Updated the pictures in the Potential Energy section (took new ones on regular Grass, instead of Darklands Grass)\n- Fixed crashes (or just log errors) from Disruptions being triggered after failing to complete a ritual\n- Replaced the smoke from various PE blocks with a particle meant to represent PE\n- Energy Pedestals can now harvest PE from statues again\n- You can now use Energy Relays on Energy Pedestals and Sacrificial Altars", + "1.9.3.1": "- Fixed crashes from completing Infusion Rituals", + "1.9.3": "- You can now configure the chance of a Shoggoth Lair generating in the Overworld\n- The Fire Rain Disruption will now fire a random amount of fireballs (so possibly not 8 at once)\n- Sacthoth now turns day into night when he spawns through a ODB explosion\n- Added Energy Collector\n- Added Energy Relay\n- Energy Pedestals no longer passively generate PE\n- Disruptions triggered from Ritual Altars now only fire server-side (apparently forgot to make that adjustement there)\n- Collected PE now persist when you break a block that can hold it, and the tooltip displays how much is contained\n- You can now have NBT tags persist through Infusion Rituals\n- Gateway Keys will now display a line of text in their tooltip when you can't use them\n- The Dreaded Abyssalnite Chestplate and Plated Coralium Chestplate's aura is now replaced with the effect being applied to attackers on hit\n- Added Energy Container\n- The Ethaxium Boots now applies a Speed boost like the other boots\n- The upgraded Gateway Keys can now place the previous key's portal in it's dimension\n- Added Interdimensional Cage (item that can capture entities)\n- Updated the information in the Ritual Information section\n- Fixed a performance hit caused by viewing pages that had pictures on them (in specifc cases)\n- Fixed the derp where the \"next turn-up\" button disappeared in the Machines section\n- Added a config option to make Shoggoth Ooze turn into dirt after being exposed to light for a random period of time\n- Added Tiered Energy Collectors\n- Added Tiered Energy Relays\n- Added Tiered Energy Containers\n- Changed the defaults to lower numbers for a couple of config options (biome spawn weights, entity spawn weights)\n- Min and max and default values for numerical config options are now provided in the comments (in favor of those not using the config GUI)\n- Updated nearly all of the pictures in the Necronomicon\n- The Abyssalnite Golem and Dreaded Abyssalnite Golem have new skins\n- Spiced up Hardcore Mode a bit\n- Anti-Ghouls now swing their arms when attacking\n- The Ritual of Fertility no longer has a chance of spawning Lesser Shoggoths\n- Remove the \"Shoggoth infestation\" Achievement, since that event no longer triggers\n- The Transmutation Gem now consumes durability when used for crafting, instead of being consumed directly\n- The \"AbyssalCraft Items\" Creative Tab now has each Necronomicon filled with PE alongside the normal empty one\n- The Staff of Rending and Staff of The Gatekeeper now raytrace properly\n- The Staff of Rending can now be upgraded to increase the amount of energy collected\n- A lot of items now have new textures (courtesy of Tiktalik)\n- The JEI integration now displays information regarding things created with the Staff of Rending\n- Darkened the sky color in the Abyssal Wasteland\n- Statues refuse to transport any PE if they're not under a clear sky\n- Statues now have a tolerance value, which increases the more you harvest PE from them, which eventually triggers a Disruption\n- Players no longer emit smoke inside the Dark Realm, only other entities\n- Sounds now play again in a few instances where they didn't\n- Fixed crashes regarding the Anti-Spider loot table", + "1.9.3-pre-1": "- Removed the hurt sounds for the Pete Depths Ghoul variant\n- The Pete, Mr. Wilson and Dr. Orange Depths Ghoul variants now have 3 individual idle sounds, mixed with the regular\n- Added Evil Sheep\n- Added Demon Sheep\n- Dread Spawns, Greater Dread Spawns, Lesser Dreadbeasts and Spawns of Cha'garoth now have their own set of sounds\n- Villages no longer generate in Darklands Highland and Mountain biomes\n- The large Obsidian pillars now generate in the Abyssal Wasteland again\n- Added Enchantment descriptions (can be seen using WAWLA, among others)\n- Getting killed by either plague shouldn't be able to result in entities spawning indefinitely in the death screen\n- Statues now fire disruptions in a more balanced matter (very rare in a normal state, more common when amplified)\n- Removed the Monolith Disruption (will re-add it when there's a lot more disruptions, or not)\n- Added a Disruption that has a chance to completely drain nearby PE Collectors\n- Disruptions are now properly synced between client and server\n- Did some changes to Overworld worldgen: Less Darkstone generation, slightly reduced Shoggoth Lair generation, heavily reduced Liquid Antimatter pool generation\n- The alternate Depths Ghoul variants no longer have different stats\n- The chance of a Depths Ghoul spawning as one of the variants is now 20%\n- Fixed a typo in the Lesser Shoggoth loot tables\n- Added subtitles to all sounds added by the mod", + "1.9.2.9": "- Added chiseled variants to the Brick types that didn't previously have one\n- Made more crafting recipes depend on the Ore Dictionary\n- Added a cracked variant to all the Brick types\n- Added configurable Item Blacklists for Entities that can pick up item\n- Removed the config option for Abyssal Zombies picking up rotten flesh (superseded by the above)\n- Remnants now have their own yes/no sounds when trading\n- A random chant will now play when performing a ritual\n- Remnant priests will randomly chant\n- Added a ritual that allows you to change the weather in the Biome you're currently at (if possible)\n- The Dreadium Katana and Sacthoth's Soul Reaper Blade now swing like regular swords\n- Statues now transfer PE to players again", + "1.9.2.8": "- Statues now refuse to transfer PE if there's adjacent Statues on any side\n- Demon Animals now use the BiomeDictionary entry NETHER instead of the Nether Biome for Biomes to spawn in\n- All entities (except the bosses) now have their own loot tables", + "1.9.2.7": "- Really fixed that slight derp in the Sacrificial Altar (was fixed in the tiered one, but not the normal)\n- Fixed crashes with placing double slab blocks\n- Darklands Oaks and Dreadlands Trees will now burn\n- Spectral Dragons can no longer fly through portal blocks (they bounce off)\n- Spectral Dragons now fly a bit slower, and are more suspectible to damage", + "1.9.2.6": "- Fixed crashes relating to statues transferring PE to Players\n- Fixed a slight derp in the Sacrificial Altar\n- Replaced a couple of textures\n- Added configuration category comments in the config file", + "1.9.2.5": "- Each boss' death ticks variable is now saved to NBT (fixes oddities in regards to world unloads during death animations)\n- You should no longer hear random Ghast sounds around Anti-Bats\n- Added hooks for registering armor textures for Ghoul armor rendering\n- If any Ghoul entity holds an item, it now renders in it's hand\n- Omothol Ghouls now have a chance to pick up items\n- Armor and held items should now render on Abyssal Anti-Zombies\n- Armor now renders on Ghoul entities (with a default texture if there isn't one assigned)\n- Armor Stands are no longer regarded as proper sacrifices for the Sacrificial Altar\n- Statues can now transfer PE to blocks in all directions (and any range boost increases the transfer range)\n- The Depths Ghoul heads are now back in the decorative block tab\n- The spawn weight for Demon Animals in the Nether is now configurable\n- Fixed crashes related to being teleported to the Dark Realm\n- Fixed a mathematical mishap in the Coralium Gem Cluster recipes\n- Added initial Capability support\n- You can now configure whether or not Abyssal Zombies should pick up Rotten Flesh\n- Removed the Biome ID configuration category (hasn't been used since moving past 1.9)\n- Corrected a few cases where TileEntity NBT data wouldn't sync properly\n- You should now sink into Shoggoth Ooze, Shoggoth Biomass and Solid Lava again\n- Removed duplicate diamond entry in the Dreadlands Mineshaft loot table\n- Fixes crashes regarding Ethaxium Pillars\n- Statues should now transfer PE to nearby players again\n- Asorah's GUI health bar will now decrement when his health decreases\n- Now runs on Forge 12.17.0.1976", + "1.9.2.1": "- Fixed the missing texture for the Staff of The Gatekeeper\n- The sacrificial mechanic should work now (some old code still present broke it)", + "1.9.2": "- Fixed a couple of achievement icons looking weird\n- If you for some reason manage to exceed the max energy values, the Staff of Rending will reset the value and give you a essence\n- Adjusted the colors of the Abyssalnite and Dreadium crystals\n- Fixed custom particle color\n- Tweaked the FOV modification for the Coralium Longbow (should fix a crash with Blood Magic)\n- Added Spanish translation (thanks Moichrocks)\n- Added decorative versions of the statues (they're just blocks, no disruptions or anything)\n- The message that should appear in chat when the \"Ritual of reversed time\" is performed will now display\n- The death animation for J'zahar has been changed slightly (including a new sound effect, courtesy of Funwayguy)\n- Boss messages shouldn't display twice while in multiplayer\n- The Staff of The Gatekeeper, Dreadium Katana and Cudgel have their 3D models back!\n- Added Crystal Clusters (storage blocks for Crystals)\n- Things added to the crystal list are now properly regarded as crystals\n- Slightly re-balanced fuel values for Crystal-based fuels\n- Added a event that fires before Disruptions are triggered (can be cancelled)\n- Added a event that fires before a Lesser Shoggoth places down a Ooze block (allowing you to replace the Ooze block, or cancel the event)\n- Reduced the follow range on a couple of mobs\n- Ethaxium/Dark Ethaxium Pillars can now be rotated when placed (like Quartz Pillars)\n- Failing to complete a ritual now triggers a Disruption\n- It should be impossible to enchant the Dreadium Katana, Cudgel and Sacthoth's Soul Reaper Blade now (not even possible by anvil now)\n- Added Enchantment Rituals (allows you to enchant an item through a ritual)\n- The leaves on AbyssalCraft trees should now decay when there isn't any nearby log\n- The Altar of Cha'garoth is now created through rituals (instead of crafting)\n- The Coralium and Dread enchantments are now applied through rituals\n- Improved the custom explosion code a bit\n- You can now brew AbyssalCraft potions again\n- All things regarding Shoggoth food has now been moved over to EntityUtil\n- Implemented the sacrifice mechanic for rituals (some rituals will require you to present a living entity as an additional offering)\n- AbyssalCraft loot has been added to the vanilla loot tables\n- The spawn weight of End Abyssal Zombies is now configurable (replaces the previous config option to stop them from spawning)\n- Renamed the config option \"Evil Animal spawn rate\" to \"Evil Animal spawn weight\"\n- The fire rain disruption has been reduced to 8 fireballs (previously 20)\n- Some rituals now require a sacrifice (and the statue rituals can be performed anywhere)\n- Portal teleportation in survival mode should work normally again\n- You can now configure the portal cooldown (time it takes before you can use a portal again)\n- Now runs on Forge 12.17.0.1962", + "1.9.1.6": "- Ported to Minecraft 1.9.4\n- All armor sets currently uses the Diamond Armor Material (due to a small bug in Forge)" + }, + "1.9": { + "1.9.3.10-FINAL": "- Demon Animals now starts spreading fire if they get in contact with any source of fire\n- Something happens if you use Shears on Evil Animals\n- Improved the rendering of the Visage of The Depths overlay (should fix any rendering issues regarding it)\n- A fully usable ritual formation no longer generates along with the Temple of J'zahar (you have to do the Necronomcion part)\n- Applying the Coralium and Dread enchantments through rituals works now\n- Improved cave and ravine generation in the Abyssal Wasteland and the Dreadlands\n- Caves and ravines now generate in the Dark Realm\n- Reduced the amount of smoke Shadow mobs emit while inside the Dark Realm\n- Shadow mobs (and Lesser Shadow Shoggoths) are all translucent\n- When a Lesser Shoggoth spawns a child, the child will be of the same type as the parent\n- Added a config option for setting whether or not Lesser Shoggoths should have a chance of spawning in the Overworld\n- Added Crystal Fragments (even smaller pieces of Crystallized Elements)\n- Set proper map colors for the various blocks\n- Shadow mobs now have a chance of spawning in all Darklands biomes (but they're still more common in the mountains)\n- Changed some internal code for the Essence of The Gatekeeper Item Entity (fixes crashes with Extra Utilities 2)\n- The Dreadlands Grass now has the correct bottom and particle texture\n- Mob spawning in the Dreadlands should be more frequent, while mob spawning in the Abyssal Wasteland should be a bit less frequent\n- Lesser Shoggoths no longer spread a layer of ooze below the layer they've already spread\n- Changed the color palette for the Darklands biomes (now uses a indigo-esque color instead of the previous purple)\n- Made the color of the various Darkstone blocks a shade bluer\n- The foliage color in the Abyssal Wasteland now matches the color of the Fused Abyssal Sand\n- Removed the random blindness from the Darklands biomes\n- Lowered the height at which Items placed on Altars/Pedestals are rendered\n- Updated a bunch of pictures in the Necronomicon (anything involving either Darkstone or the Darklands)\n- Remnants no longer say 2 insults at once, and no longer tell you they're busy when you initialize a trade with one\n- Added an API hook to enable Gateway Keys to function in any dimension registered there\n- The Darklands Oak and Dreadlands Tree are less randomized, and taller in general\n- Increased the amount of Darklands Oaks that generate in Darklands Forests\n- Replaced the Darklands Oak Log texture with a different animation and darkened both the Log and Plank textures\n- The Ritual of Fertility now also targets Rabbits\n- Added a config option to change the opacity of the overlay displayed when wearing the Visage of The Depths", + "1.9.3.9-FINAL": "- The terrain in the Dark Realm now has holes resembling the various islands in Omothol generating at the same coordinates\n- Reduced the damage of the Dreadium Katana by 5\n- Halved the durability of the Dreadium Katana and reduced the durability of the Cudgel by 500\n- Sacrificial Altars no longer target Shadow mobs\n- Fixed incorrect corner stair rotation\n- Added more Darklands structures\n- Tiered Sacrificial Altars now share the same cooldown as the regular one (instead of scaling it up unreasonably)\n- The information about Sacrificial Altars now mention the PE collection limit (a fifth of the max capacity)\n- Replaced the Obsidian pillars in the Abyssal Wasteland with giant chains of various lengths (extending downwards from the top)\n- Added additional conditions for Shoggoth Lairs to generate (prevents the derps where they generate almost entirely above ground)\n- Removed all instances of Refined Coralium from the Vanilla Loot Tables\n- The mob spawn list purging is now run in load complete (stops any mob spawn adding done in post-init)\n- It now rains in Darklands Plains and Darklands Mountains\n- Added Coralium Infested Squid\n- Dread Spawns, Greater Dread Spawns, Lesser Dreadbeasts and Spawns of Cha'garoth can now breathe under water\n- The various dimensional essences now have new textures (which resemble their dimension slightly)\n- The Iron Wall Enchantment now works\n- Added a configurable blacklist for the Interdimensional Cage\n- Liquid Coralium now transmutes Cobblestone blocks into Abyssal Cobblestone, instead of Abyssal Stone\n- Abyssal Sand now randomly turns into Fused Abyssal Sand when exposed to light levels higher than 13\n- Shoggoth Ooze now turns into more dimension-specific blocks instead of Dirt if it's set to expire\n- Spectral Dragons now apply Coralium Plague instead of dealing physical damage\n- Updated a whole bunch of pictures in the Necronomicon\n- Ritual offerings that have Container Items (Buckets, among others) will now return the Container Item instead of consuming the Item altogether\n- Increased the spawn rate and vein size of Abyssal Coralium Ore, while reducing the spawn rate and vein size of Abyssal Diamond Ore\n- Rituals required to progress through the dimensions now appear first on their individual ritual section\n- The metadata wildcard now works correctly for ritual offerings (allowing you to use the same Transmutation Gem in multiple rituals, among things)\n- Added a config option to amplify the armor-piercing damage dealt by mobs in Hardcore Mode\n- The Coralium Plague and Dread Plague damage becomes armor-piercing when Hardcore Mode is enabled\n- Set a more proper attack damage to the various axes\n- The spawner blocks now properly initialize the entities they spawn before spawning them", + "1.9.3.8-FINAL": "- The Achievements and Rituals with Water Bottles should display Water Bottles, and nothing else\n- Switched the internal method of killing the sacrifice in rituals that requires a sacrifice (Pigs will no longer turn into Zombie Pigmen)\n- All of the Ritual Altars/Pedestals now drop the correct block\n- Expanded the amount of different types of objects you can input as offerings in a Ritual\n- Fixed the placement of Torches and Buttons in Abyssal Strongholds\n- Fixed the placement of Torches in Dreadlands Mineshafts", + "1.9.3.7-FINAL": "- Fixed crashes related to opening the Achievements page\n- Dreadlands Trees won't turn Dreadlands Dirt into regular Dirt if grown on it", + "1.9.3.6-FINAL": "- Added missing client-side check when fetching the Patreon data\n- Added Luminous Thistle\n- Added Wasteland's Thorn\n- Replaced the mushroom generation in the Abyssal Wastelands with the aforementioned plants", + "1.9.3.5-FINAL": "- Asorah and Spectral Dragons are now immune to fire\n- Reduced the amount of smoke particles during a ritual\n- Ritual Altar creation now has more visual effects\n- Loading stages are no longer logged\n- A few Item textures have been updated\n- Patron Necronomicon info is now fetched from a remote file (has a local version if something goes wrong)\n- A Necronomicon Page object can now specify a URL that points to an image, which will then be displayed (if the image can be located)\n- Any JSON file added to the \"abyssalcraft\" folder in the config directory that's properly formatted will be injected into the \"Other Information\" section of the Necronomicon\n- The \"AbyssalCraft Tools\" Creative Tab now has a Interdimensional Cage filled with PE alongside the normal empty one\n- Fixed the Item name colors on the Gateway Keys\n- Replaced half of the Darklands structures\n- Added API hooks for generating Darklands structures\n- Added config option to force the dimension biomes to reset the mob spawning lists in order to stop mobs from other mods from populating the lists\n- Made the teal tint on the Depths Helmet overlay A LOT more transparent\n- Added Abyssal Sand\n- Added Fused Abyssal Sand\n- Added Abyssal Sand Glass\n- The terrain in the Abyssal Wasteland now has a top layer of Fused Abyssal Sand, with patches of Abyssal Stone\n- Added Dreadlands Dirt\n- Updated the textures on Dreadstone, Abyssalnite Stone and their brick counterparts\n- Added Abyssal Cobblestone, Dreadstone Cobblestone, Abyssalnite Cobblestone and Coralium Cobblestone\n- Added Abyssal Cobblestone, Dreadstone Cobblestone, Abyssalnite Cobblestone and Coralium Cobblestone Stairs, Slabs and Walls\n- Changed the ritual formation blocks to use the Cobblestone blocks instead of Bricks where applicable\n- Updated the information about statues to mention them needing an open sky to operate\n- Fixed the bug where the random blindness from Darklands biomes would stay when it's reached 0\n- Replaced the Darkstone Cobblestone in Abyssal Strongholds with Abyssal Cobblestone\n- Rituals can now be NBT sensitive (pedestal offerings must have identical NBT tags to the ones in the ritual recipe)\n- You can no longer process Liquid Antimatter or Liquid Coralium Buckets in Furnaces, Transmutators or Crystallizers\n- Removed the crafting recipe for a Liquid Antimatter Bucket\n- Changed some of the Potion Effects added by the various armor sets\n- Now runs on Java 8\n- Wooden Pressure Plates in Darklands villages is now replaced with Darklands Oak Pressure Plates\n- Deprecated the Liquid Coralium and Liquid Antimatter Buckets, they're now handled by the Forge Universal Bucket\n- Fixed a bug with Potion brewing", + "1.9.3.4": "- The staff of Rending upgrades are now set to require the correct Necronomicons\n- Added config option to disable armor smelting recipes\n- More entities now has a chance to spawn wearing random armor\n- Fixed crashes regarding the Halloween easter egg", + "1.9.3.3": "- Fixed crashes on World load from particles", + "1.9.3.2": "- The Abyssal Stone Bricks in the Abyssal Stronghold now occasionally generate as their cracked version\n- Updated the pictures in the Potential Energy section (took new ones on regular Grass, instead of Darklands Grass)\n- Fixed crashes (or just log errors) from Disruptions being triggered after failing to complete a ritual\n- Replaced the smoke from various PE blocks with a particle meant to represent PE\n- Energy Pedestals can now harvest PE from statues again\n- You can now use Energy Relays on Energy Pedestals and Sacrificial Altars", + "1.9.3.1": "- Fixed crashes from completing Infusion Rituals", + "1.9.3": "- You can now configure the chance of a Shoggoth Lair generating in the Overworld\n- The Fire Rain Disruption will now fire a random amount of fireballs (so possibly not 8 at once)\n- Sacthoth now turns day into night when he spawns through a ODB explosion\n- Added Energy Collector\n- Added Energy Relay\n- Energy Pedestals no longer passively generate PE\n- Disruptions triggered from Ritual Altars now only fire server-side (apparently forgot to make that adjustement there)\n- Collected PE now persist when you break a block that can hold it, and the tooltip displays how much is contained\n- You can now have NBT tags persist through Infusion Rituals\n- Gateway Keys will now display a line of text in their tooltip when you can't use them\n- The Dreaded Abyssalnite Chestplate and Plated Coralium Chestplate's aura is now replaced with the effect being applied to attackers on hit\n- Added Energy Container\n- The Ethaxium Boots now applies a Speed boost like the other boots\n- The upgraded Gateway Keys can now place the previous key's portal in it's dimension\n- Added Interdimensional Cage (item that can capture entities)\n- Updated the information in the Ritual Information section\n- Fixed a performance hit caused by viewing pages that had pictures on them (in specifc cases)\n- Fixed the derp where the \"next turn-up\" button disappeared in the Machines section\n- Added a config option to make Shoggoth Ooze turn into dirt after being exposed to light for a random period of time\n- Added Tiered Energy Collectors\n- Added Tiered Energy Relays\n- Added Tiered Energy Containers\n- Changed the defaults to lower numbers for a couple of config options (biome spawn weights, entity spawn weights)\n- Min and max and default values for numerical config options are now provided in the comments (in favor of those not using the config GUI)\n- Updated nearly all of the pictures in the Necronomicon\n- The Abyssalnite Golem and Dreaded Abyssalnite Golem have new skins\n- Spiced up Hardcore Mode a bit\n- Anti-Ghouls now swing their arms when attacking\n- The Ritual of Fertility no longer has a chance of spawning Lesser Shoggoths\n- Remove the \"Shoggoth infestation\" Achievement, since that event no longer triggers\n- The Transmutation Gem now consumes durability when used for crafting, instead of being consumed directly\n- The \"AbyssalCraft Items\" Creative Tab now has each Necronomicon filled with PE alongside the normal empty one\n- The Staff of Rending and Staff of The Gatekeeper now raytrace properly\n- The Staff of Rending can now be upgraded to increase the amount of energy collected\n- A lot of items now have new textures (courtesy of Tiktalik)\n- The JEI integration now displays information regarding things created with the Staff of Rending\n- Darkened the sky color in the Abyssal Wasteland\n- Statues refuse to transport any PE if they're not under a clear sky\n- Statues now have a tolerance value, which increases the more you harvest PE from them, which eventually triggers a Disruption\n- Players no longer emit smoke inside the Dark Realm, only other entities\n- Sounds now play again in a few instances where they didn't\n- Fixed crashes regarding the Anti-Spider loot table", + "1.9.3-pre-1": "- Removed the hurt sounds for the Pete Depths Ghoul variant\n- The Pete, Mr. Wilson and Dr. Orange Depths Ghoul variants now have 3 individual idle sounds, mixed with the regular\n- Added Evil Sheep\n- Added Demon Sheep\n- Dread Spawns, Greater Dread Spawns, Lesser Dreadbeasts and Spawns of Cha'garoth now have their own set of sounds\n- Villages no longer generate in Darklands Highland and Mountain biomes\n- The large Obsidian pillars now generate in the Abyssal Wasteland again\n- Added Enchantment descriptions (can be seen using WAWLA, among others)\n- Getting killed by either plague shouldn't be able to result in entities spawning indefinitely in the death screen\n- Statues now fire disruptions in a more balanced matter (very rare in a normal state, more common when amplified)\n- Removed the Monolith Disruption (will re-add it when there's a lot more disruptions, or not)\n- Added a Disruption that has a chance to completely drain nearby PE Collectors\n- Disruptions are now properly synced between client and server\n- Did some changes to Overworld worldgen: Less Darkstone generation, slightly reduced Shoggoth Lair generation, heavily reduced Liquid Antimatter pool generation\n- The alternate Depths Ghoul variants no longer have different stats\n- The chance of a Depths Ghoul spawning as one of the variants is now 20%\n- Fixed a typo in the Lesser Shoggoth loot tables\n- Added subtitles to all sounds added by the mod", + "1.9.2.9": "- Added chiseled variants to the Brick types that didn't previously have one\n- Made more crafting recipes depend on the Ore Dictionary\n- Added a cracked variant to all the Brick types\n- Added configurable Item Blacklists for Entities that can pick up item\n- Removed the config option for Abyssal Zombies picking up rotten flesh (superseded by the above)\n- Remnants now have their own yes/no sounds when trading\n- A random chant will now play when performing a ritual\n- Remnant priests will randomly chant\n- Added a ritual that allows you to change the weather in the Biome you're currently at (if possible)\n- The Dreadium Katana and Sacthoth's Soul Reaper Blade now swing like regular swords", + "1.9.2.8": "- Statues now refuse to transfer PE if there's adjacent Statues on any side\n- Demon Animals now use the BiomeDictionary entry NETHER instead of the Nether Biome for Biomes to spawn in\n- All entities (except the bosses) now have their own loot tables", + "1.9.2.7": "- Fixed crashes with placing double slab blocks\n- Darklands Oaks and Dreadlands Trees will now burn\n- Spectral Dragons can no longer fly through portal blocks (they bounce off)\n- Spectral Dragons now fly a bit slower, and are more suspectible to damage", + "1.9.2.6": "- Fixed crashes relating to statues transferring PE to Players\n- Fixed a slight derp in the Sacrificial Altar\n- Replaced a couple of textures\n- Added configuration category comments in the config file", + "1.9.2.5": "- Each boss' death ticks variable is now saved to NBT (fixes oddities in regards to world unloads during death animations)\n- You should no longer hear random Ghast sounds around Anti-Bats\n- Added hooks for registering armor textures for Ghoul armor rendering\n- If any Ghoul entity holds an item, it now renders in it's hand\n- Omothol Ghouls now have a chance to pick up items\n- Armor and held items should now render on Abyssal Anti-Zombies\n- Armor now renders on Ghoul entities (with a default texture if there isn't one assigned)\n- Armor Stands are no longer regarded as proper sacrifices for the Sacrificial Altar\n- Statues can now transfer PE to blocks in all directions (and any range boost increases the transfer range)\n- The Depths Ghoul heads are now back in the decorative block tab\n- The spawn weight for Demon Animals in the Nether is now configurable\n- Fixed crashes related to being teleported to the Dark Realm\n- Fixed a mathematical mishap in the Coralium Gem Cluster recipes\n- Added initial Capability support\n- You can now configure whether or not Abyssal Zombies should pick up Rotten Flesh\n- Removed the Biome ID configuration category (hasn't been used since moving past 1.9)\n- Corrected a few cases where TileEntity NBT data wouldn't sync properly\n- Removed duplicate diamond entry in the Dreadlands Mineshaft loot table\n- Fixes crashes regarding Ethaxium Pillars\n- Statues should now transfer PE to nearby players again\n- Asorah's GUI health bar will now decrement when his health decreases", + "1.9.2.1": "- Fixed the missing texture for the Staff of The Gatekeeper\n- The sacrificial mechanic should work now (some old code still present broke it)", + "1.9.2": "- Fixed a couple of achievement icons looking weird\n- If you for some reason manage to exceed the max energy values, the Staff of Rending will reset the value and give you a essence\n- Adjusted the colors of the Abyssalnite and Dreadium crystals\n- Fixed custom particle color\n- Added Spanish translation (thanks Moichrocks)\n- Tweaked the FOV modification for the Coralium Longbow (should fix a crash with Blood Magic)\n- Added decorative versions of the statues (they're just blocks, no disruptions or anything)\n- The message that should appear in chat when the \"Ritual of reversed time\" is performed will now display\n- The death animation for J'zahar has been changed slightly (including a new sound effect, courtesy of Funwayguy)\n- Boss messages shouldn't display twice while in multiplayer\n- The Staff of The Gatekeeper, Dreadium Katana and Cudgel have their 3D models back!\n- Added Crystal Clusters (storage blocks for Crystals)\n- Things added to the crystal list are now properly regarded as crystals\n- Slightly re-balanced fuel values for Crystal-based fuels\n- Added a event that fires before Disruptions are triggered (can be cancelled)\n- Added a event that fires before a Lesser Shoggoth places down a Ooze block (allowing you to replace the Ooze block, or cancel the event)\n- Reduced the follow range on a couple of mobs\n- Ethaxium/Dark Ethaxium Pillars can now be rotated when placed (like Quartz Pillars)\n- Failing to complete a ritual now triggers a Disruption\n- It should be impossible to enchant the Dreadium Katana, Cudgel and Sacthoth's Soul Reaper Blade now (not even possible by anvil now)\n- Added Enchantment Rituals (allows you to enchant an item through a ritual)\n- The leaves on AbyssalCraft trees should now decay when there isn't any nearby log\n- The Altar of Cha'garoth is now created through rituals (instead of crafting)\n- The Coralium and Dread enchantments are now applied through rituals\n- Improved the custom explosion code a bit\n- You can now brew AbyssalCraft potions again\n- All things regarding Shoggoth food has now been moved over to EntityUtil\n- Implemented the sacrifice mechanic for rituals (some rituals will require you to present a living entity as an additional offering)\n- AbyssalCraft loot has been added to the vanilla loot tables\n- The spawn weight of End Abyssal Zombies is now configurable (replaces the previous config option to stop them from spawning)\n- Renamed the config option \"Evil Animal spawn rate\" to \"Evil Animal spawn weight\"\n- The fire rain disruption has been reduced to 8 fireballs (previously 20)\n- Some rituals now require a sacrifice (and the statue rituals can be performed anywhere)\n- Portal teleportation in survival mode should work normally again\n- You can now configure the portal cooldown (time it takes before you can use a portal again)\n- Now runs on Forge 12.16.1.1938", + "1.9.1.6": "- Shoggoth Ooze should no longer spread onto Monolith Stone\n- Changed the picture for the Shoggoth Infestation page\n- Fixed a duplication bug with Ritual Altars and the like\n- When naturally grown into trees, Darklands Oaks and Dreadlands Trees should not turn into regular Oaks", + "1.9.1.5": "- Actually fix the client-side crashes exposed in the previous versions\n- Now runs on Forge 12.16.1.1887\n- Recipe categories in the JEI integration now shows what's used for what recipe (like how the Furnace is shown for smelting)\n- Altar/Pedestal interaction now sync between players again\n- There is no longer a limit on how many rituals can be displayed per section\n- You can now add infinite pages to a Necronomicon Category\n- The Darklands Oak and Dreadlands Tree now have a new design\n- Darklands Grass can now sustain Flowers, Tall Grass and Mushrooms again\n- Rebranded all API packages (now named \"AbyssalCraftAPI\" instead of \"AbyssalCraftAPI|Core\" for instance)\n- Replaced the Necronomicon \"missing texture\" with one that has a more fitting color scheme\n- If the Necronomicon GUI is unable to load an image, it will substitute to it's own \"missing texture\" (instead of the vanilla one)", + "1.9.1.4": "- Fixed crash at server startup", + "1.9.1.3": "- Leaf blocks now look correct when using fast graphics (thanks to vadis365)\n- Fixed random crashes occurring when hitting entities from certain angles\n- Added information regarding Shoggoth infestations to the Potential Energy section of Ritual Information", + "1.9.1.2": "- Fixed any crashes related to ClassCastExceptions regarding strongholds or mineshafts\n- The \"AbyssalCraft Items\" Creative Tab now has a Necronomicon as tab icon\n- Implemented loot tables (Abyssal Strongholds and Dreadlands Mineshafts have their own loot)\n- The Antimatter Potion Effect should no longer continue to spawn Anti-Players while the death screen is displaying\n- The AbyssalCraft biomes can now be accessed in the API (and you can create Darklands and Dreadlands biomes)\n- Any Fire block added by AbyssalCraft can now be exstinghished by hand like vanilla Fire\n- Displacement disruptions now properly move players around (along with other entities)", + "1.9.1.1": "- Recipes involving wooden planks should work with all types of planks now", + "1.9.1": "- Depths Ghouls now have their own hurt sound\n- Lesser Shoggoths now have their own living/hurt/death sounds\n- The ritual for respawning J'zahar will appear before the various Charms in the Omothol ritual section\n- Increased the PE requirement for a few rituals\n- Now runs on Forge 12.16.0.1851\n- Biome ID config options have been removed (as they are assigned automatically)\n- Nerfed the various tool materials a bit (reduced efficiency and durability)\n- A lot of API related things have been refactored\n- Right-clicking with a bucket should no longer crash the game\n- Inventory syncing for when the Staff of Rending gives you a essence/shadow gem should be a lot better now", + "1.9.1-pre-2": "- Now runs on Forge 12.16.0.1811\n- InventoryTweaks integration is back (you can sort crystal bag content again)\n- The Dreadium Samurai armor now animates correctly again (but the swing animation still de-syncs a bit)\n- Oblivion Deathbombs and ODB Cores now animate like TNT when primed\n- The death animation time for J'zahar has been increased to 40 seconds (so you can keep up with his speech)\n- The dialogues shown upon Asorah's and Cha'garoth's deaths now display each sentence with a 3 second pause between them\n- Added information about Enchantments to the Misc Information section\n- Added a ritual that allows you to respawn J'zahar (can only be performed at his temple)\n- Fixed a lot of issues related to tracking entities within close proximity of a block", + "1.9.1-pre-1": "- Demon Animals now have a 50% chance of not burning when spawning in the Nether\n- Added a mimic fire (exstinguishes after 6 seconds, can't be sustained by netherrack)\n- Integrations no longer need to be registered (added a plugin annotation that allows for 100% soft dependencies)\n- Fixed animations for the Dreadium Samurai Armor (arms should move correctly, and armor renders correctly on Armor Stands)\n- Improved the buttons in the Necronomicon GUI (they don't overlay anymore, and a transparent gradient displays on a button when hovered over)\n- Fixed potential crashes related to CraftingStacks where the recipe uses the OreDictionary\n- Automatically fetched crafting recipes will now also fetch the output quantity from the recipe\n- Sacthoth no longer spawns in the Dark Realm\n- Added a Misc Information section to the Necronomicon (displays things not mentioned anywhere else, among them crafting recipes)\n- The range from J'zahar in which you need to be in order for him to drop his essence has been increased to 32 blocks (previously 10)\n- Ported to Minecraft 1.9 (there may be bugs left from the port)\n- All boss health bars now uses the new system (and they also change color depending on how much health the boss has)" + }, + "1.8.9": { + "1.9.3.10-FINAL": "- Demon Animals now starts spreading fire if they get in contact with any source of fire\n- Something happens if you use Shears on Evil Animals\n- Improved the rendering of the Visage of The Depths overlay (should fix any rendering issues regarding it)\n- A fully usable ritual formation no longer generates along with the Temple of J'zahar (you have to do the Necronomcion part)\n- Applying the Coralium and Dread enchantments through rituals works now\n- Improved cave and ravine generation in the Abyssal Wasteland and the Dreadlands\n- Caves and ravines now generate in the Dark Realm\n- Reduced the amount of smoke Shadow mobs emit while inside the Dark Realm\n- Shadow mobs (and Lesser Shadow Shoggoths) are all translucent\n- When a Lesser Shoggoth spawns a child, the child will be of the same type as the parent\n- Added a config option for setting whether or not Lesser Shoggoths should have a chance of spawning in the Overworld\n- Added Crystal Fragments (even smaller pieces of Crystallized Elements)\n- Set proper map colors for the various blocks\n- Shadow mobs now have a chance of spawning in all Darklands biomes (but they're still more common in the mountains)\n- Mob spawning in the Dreadlands should be more frequent, while mob spawning in the Abyssal Wasteland should be a bit less frequent\n- Lesser Shoggoths no longer spread a layer of ooze below the layer they've already spread\n- Changed the color palette for the Darklands biomes (now uses a indigo-esque color instead of the previous purple)\n- Made the color of the various Darkstone blocks a shade bluer\n- The foliage color in the Abyssal Wasteland now matches the color of the Fused Abyssal Sand\n- Removed the random blindness from the Darklands biomes\n- Lowered the height at which Items placed on Altars/Pedestals are rendered\n- Updated a bunch of pictures in the Necronomicon (anything involving either Darkstone or the Darklands)\n- Added an API hook to enable Gateway Keys to function in any dimension registered there\n- The Darklands Oak and Dreadlands Tree are less randomized, and taller in general\n- Increased the amount of Darklands Oaks that generate in Darklands Forests\n- Replaced the Darklands Oak Log texture with a different animation and darkened both the Log and Plank textures\n- The Ritual of Fertility now also targets Rabbits\n- Added a config option to change the opacity of the overlay displayed when wearing the Visage of The Depths", + "1.9.3.9-FINAL": "- The terrain in the Dark Realm now has holes resembling the various islands in Omothol generating at the same coordinates\n- Reduced the damage of the Dreadium Katana by 5\n- Halved the durability of the Dreadium Katana and reduced the durability of the Cudgel by 500\n- Sacrificial Altars no longer target Shadow mobs\n- Added more Darklands structures\n- Tiered Sacrificial Altars now share the same cooldown as the regular one (instead of scaling it up unreasonably)\n- The information about Sacrificial Altars now mention the PE collection limit (a fifth of the max capacity)\n- Replaced the Obsidian pillars in the Abyssal Wasteland with giant chains of various lengths (extending downwards from the top)\n- Added additional conditions for Shoggoth Lairs to generate (prevents the derps where they generate almost entirely above ground)\n- Removed all instances of Refined Coralium from the Vanilla Loot Tables\n- The mob spawn list purging is now run in load complete (stops any mob spawn adding done in post-init)\n- It now rains in Darklands Plains and Darklands Mountains\n- Added Coralium Infested Squid\n- Dread Spawns, Greater Dread Spawns, Lesser Dreadbeasts and Spawns of Cha'garoth can now breathe under water\n- The various dimensional essences now have new textures (which resemble their dimension slightly)\n- The Iron Wall Enchantment now works\n- Added a configurable blacklist for the Interdimensional Cage\n- Liquid Coralium now transmutes Cobblestone blocks into Abyssal Cobblestone, instead of Abyssal Stone\n- Abyssal Sand now randomly turns into Fused Abyssal Sand when exposed to light levels higher than 13\n- Shoggoth Ooze now turns into more dimension-specific blocks instead of Dirt if it's set to expire\n- Spectral Dragons now apply Coralium Plague instead of dealing physical damage\n- Updated a whole bunch of pictures in the Necronomicon\n- Ritual offerings that have Container Items (Buckets, among others) will now return the Container Item instead of consuming the Item altogether\n- Increased the spawn rate and vein size of Abyssal Coralium Ore, while reducing the spawn rate and vein size of Abyssal Diamond Ore\n- Rituals required to progress through the dimensions now appear first on their individual ritual section\n- The metadata wildcard now works correctly for ritual offerings (allowing you to use the same Transmutation Gem in multiple rituals, among things)\n- Added a config option to amplify the armor-piercing damage dealt by mobs in Hardcore Mode\n- The Coralium Plague and Dread Plague damage becomes armor-piercing when Hardcore Mode is enabled\n- The spawner blocks now properly initialize the entities they spawn before spawning them", + "1.9.3.8-FINAL": "- Switched the internal method of killing the sacrifice in rituals that requires a sacrifice (Pigs will no longer turn into Zombie Pigmen)\n- All of the Ritual Altars/Pedestals now drop the correct block\n- Expanded the amount of different types of objects you can input as offerings in a Ritual", + "1.9.3.7-FINAL": "- Fixed crashes related to opening the Achievements page\n- Dreadlands Trees won't turn Dreadlands Dirt into regular Dirt if grown on it", + "1.9.3.6-FINAL": "- Added missing client-side check when fetching the Patreon data\n- Added Luminous Thistle\n- Added Wasteland's Thorn\n- Replaced the mushroom generation in the Abyssal Wastelands with the aforementioned plants", + "1.9.3.5-FINAL": "- Asorah and Spectral Dragons are now immune to fire\n- Reduced the amount of smoke particles during a ritual\n- Ritual Altar creation now has more visual effects\n- Loading stages are no longer logged\n- A few Item textures have been updated\n- Patron Necronomicon info is now fetched from a remote file (has a local version if something goes wrong)\n- A Necronomicon Page object can now specify a URL that points to an image, which will then be displayed (if the image can be located)\n- Any JSON file added to the \"abyssalcraft\" folder in the config directory that's properly formatted will be injected into the \"Other Information\" section of the Necronomicon\n- The \"AbyssalCraft Tools\" Creative Tab now has a Interdimensional Cage filled with PE alongside the normal empty one\n- Fixed the Item name colors on the Gateway Keys\n- Replaced half of the Darklands structures\n- Added API hooks for generating Darklands structures\n- Added config option to force the dimension biomes to reset the mob spawning lists in order to stop mobs from other mods from populating the lists\n- Made the teal tint on the Depths Helmet overlay A LOT more transparent\n- Added Abyssal Sand\n- Added Fused Abyssal Sand\n- Added Abyssal Sand Glass\n- The terrain in the Abyssal Wasteland now has a top layer of Fused Abyssal Sand, with patches of Abyssal Stone\n- Added Dreadlands Dirt\n- Updated the textures on Dreadstone, Abyssalnite Stone and their brick counterparts\n- Added Abyssal Cobblestone, Dreadstone Cobblestone, Abyssalnite Cobblestone and Coralium Cobblestone\n- Added Abyssal Cobblestone, Dreadstone Cobblestone, Abyssalnite Cobblestone and Coralium Cobblestone Stairs, Slabs and Walls\n- Changed the ritual formation blocks to use the Cobblestone blocks instead of Bricks where applicable\n- Updated the information about statues to mention them needing an open sky to operate\n- Fixed the bug where the random blindness from Darklands biomes would stay when it's reached 0\n- Replaced the Darkstone Cobblestone in Abyssal Strongholds with Abyssal Cobblestone\n- Rituals can now be NBT sensitive (pedestal offerings must have identical NBT tags to the ones in the ritual recipe)\n- You can no longer process Liquid Antimatter or Liquid Coralium Buckets in Furnaces, Transmutators or Crystallizers\n- Removed the crafting recipe for a Liquid Antimatter Bucket\n- Changed some of the Potion Effects added by the various armor sets\n- Now runs on Java 8", + "1.9.3.4": "- The staff of Rending upgrades are now set to require the correct Necronomicons\n- Added config option to disable armor smelting recipes\n- More entities now has a chance to spawn wearing random armor", + "1.9.3.3": "- Fixed crashes on World load from particles", + "1.9.3.2": "- The Abyssal Stone Bricks in the Abyssal Stronghold now occasionally generate as their cracked version\n- Updated the pictures in the Potential Energy section (took new ones on regular Grass, instead of Darklands Grass)\n- Fixed crashes (or just log errors) from Disruptions being triggered after failing to complete a ritual\n- Replaced the smoke from various PE blocks with a particle meant to represent PE", + "1.9.3.1": "- Fixed crashes from completing Infusion Rituals", + "1.9.3": "- You can now configure the chance of a Shoggoth Lair generating in the Overworld\n- The Fire Rain Disruption will now fire a random amount of fireballs (so possibly not 8 at once)\n- Sacthoth now turns day into night when he spawns through a ODB explosion\n- Added Energy Collector\n- Added Energy Relay\n- Energy Pedestals no longer passively generate PE\n- Disruptions triggered from Ritual Altars now only fire server-side (apparently forgot to make that adjustement there)\n- Collected PE now persist when you break a block that can hold it, and the tooltip displays how much is contained\n- You can now have NBT tags persist through Infusion Rituals\n- Gateway Keys will now display a line of text in their tooltip when you can't use them\n- The Dreaded Abyssalnite Chestplate and Plated Coralium Chestplate's aura is now replaced with the effect being applied to attackers on hit\n- Added Energy Container\n- The Ethaxium Boots now applies a Speed boost like the other boots\n- The upgraded Gateway Keys can now place the previous key's portal in it's dimension\n- Added Interdimensional Cage (item that can capture entities)\n- Updated the information in the Ritual Information section\n- Fixed a performance hit caused by viewing pages that had pictures on them (in specifc cases)\n- Fixed the derp where the \"next turn-up\" button disappeared in the Machines section\n- Added a config option to make Shoggoth Ooze turn into dirt after being exposed to light for a random period of time\n- Added Tiered Energy Collectors\n- Added Tiered Energy Relays\n- Added Tiered Energy Containers\n- Changed the defaults to lower numbers for a couple of config options (biome spawn weights, entity spawn weights)\n- Min and max and default values for numerical config options are now provided in the comments (in favor of those not using the config GUI)\n- The Demon Sheep's name is now localized\n- Updated nearly all of the pictures in the Necronomicon\n- The Abyssalnite Golem and Dreaded Abyssalnite Golem have new skins\n- Spiced up Hardcore Mode a bit\n- Depths Ghouls no longer spread the Dread Plague (that's apparently been a thing since 1.9.2)\n- Anti-Ghouls now swing their arms when attacking\n- The Ritual of Fertility no longer has a chance of spawning Lesser Shoggoths\n- Remove the \"Shoggoth infestation\" Achievement, since that event no longer triggers\n- The Transmutation Gem now consumes durability when used for crafting, instead of being consumed directly\n- The \"AbyssalCraft Items\" Creative Tab now has each Necronomicon filled with PE alongside the normal empty one\n- The Staff of Rending and Staff of The Gatekeeper now raytrace properly\n- The Staff of Rending can now be upgraded to increase the amount of energy collected\n- A lot of items now have new textures (courtesy of Tiktalik)\n- The JEI integration now displays information regarding things created with the Staff of Rending\n- Darkened the sky color in the Abyssal Wasteland\n- Statues refuse to transport any PE if they're not under a clear sky\n- Statues now have a tolerance value, which increases the more you harvest PE from them, which eventually triggers a Disruption\n- Players no longer emit smoke inside the Dark Realm, only other entities", + "1.9.3-pre-1": "- Removed the hurt sounds for the Pete Depths Ghoul variant\n- The Pete, Mr. Wilson and Dr. Orange Depths Ghoul variants now have 3 individual idle sounds, mixed with the regular\n- Added Evil Sheep\n- Added Demon Sheep\n- Dread Spawns, Greater Dread Spawns, Lesser Dreadbeasts and Spawns of Cha'garoth now have their own set of sounds\n- Villages no longer generate in Darklands Highland and Mountain biomes\n- The large Obsidian pillars now generate in the Abyssal Wasteland again\n- Added Enchantment descriptions (can be seen using WAWLA, among others)\n- Getting killed by either plague shouldn't be able to result in entities spawning indefinitely in the death screen\n- Statues now fire disruptions in a more balanced matter (very rare in a normal state, more common when amplified)\n- Removed the Monolith Disruption (will re-add it when there's a lot more disruptions, or not)\n- Added a Disruption that has a chance to completely drain nearby PE Collectors\n- Disruptions are now properly synced between client and server\n- Did some changes to Overworld worldgen: Less Darkstone generation, slightly reduced Shoggoth Lair generation, heavily reduced Liquid Antimatter pool generation\n- The alternate Depths Ghoul variants no longer have different stats\n- The chance of a Depths Ghoul spawning as one of the variants is now 20%", + "1.9.2.9": "- Added chiseled variants to the Brick types that didn't previously have one\n- Made more crafting recipes depend on the Ore Dictionary\n- Added a cracked variant to all the Brick types\n- Added configurable Item Blacklists for Entities that can pick up item\n- Removed the config option for Abyssal Zombies picking up rotten flesh (superseded by the above)\n- Remnants now have their own yes/no sounds when trading\n- A random chant will now play when performing a ritual\n- Remnant priests will randomly chant\n- Added a ritual that allows you to change the weather in the Biome you're currently at (if possible)", + "1.9.2.8": "- Statues now refuse to transfer PE if there's adjacent Statues on any side\n-Demon Animals now use the BiomeDictionary entry NETHER instead of the Nether Biome for Biomes to spawn in", + "1.9.2.7": "- Fixed crashes with placing double slab blocks\n- Darklands Oaks and Dreadlands Trees will now burn\n- Spectral Dragons can no longer fly through portal blocks (they bounce off)\n- Spectral Dragons now fly a bit slower, and are more suspectible to damage", + "1.9.2.6": "- Increased the amount of Abyssal Strongholds generating in the Abyssal Wasteland\n- Fixed a slight derp in the Sacrificial Altar\n- Replaced a couple of textures\n- Crates can now be opened again\n- Added configuration category comments in the config file", + "1.9.2.5": "- Each boss' death ticks variable is now saved to NBT (fixes oddities in regards to world unloads during death animations)\n- Added hooks for registering armor textures for Ghoul armor rendering\n- If any Ghoul entity holds an item, it now renders in it's hand\n- Omothol Ghouls now have a chance to pick up items\n- Armor and held items should now render on Abyssal Anti-Zombies\n- Armor now renders on Ghoul entities (with a default texture if there isn't one assigned)\n- Armor Stands are no longer regarded as proper sacrifices for the Sacrificial Altar\n- Statues can now transfer PE to blocks in all directions (and any range boost increases the transfer range)\n- The Depths Ghoul heads are now back in the decorative block tab\n- The spawn weight for Demon Animals in the Nether is now configurable\n- Fixed crashes related to being teleported to the Dark Realm\n- Fixed a mathematical mishap in the Coralium Gem Cluster recipes\n- Added initial Capability support\n- You can now configure whether or not Abyssal Zombies should pick up Rotten Flesh\n- Fixed bug where the Coralium Longbow would turn into a missing texture block when pulling", + "1.9.2.1": "- Fixed the missing texture for the Staff of The Gatekeeper", + "1.9.2": "- The Staff of Rending should now sync better when reaching the max energy values\n- If you for some reason manage to exceed the max energy values, the Staff of Rending will reset the value and give you a essence\n- Adjusted the colors of the Abyssalnite and Dreadium crystals\n- Fixed custom particle color\n- Tweaked the FOV modification for the Coralium Longbow (should fix a crash with Blood Magic)\n- Added Spanish translation (thanks Moichrocks)\n- Added decorative versions of the statues (they're just blocks, no disruptions or anything)\n- The message that should appear in chat when the \"Ritual of reversed time\" is performed will now display\n- The death animation for J'zahar has been changed slightly (including a new sound effect, courtesy of Funwayguy)\n- Boss messages shouldn't display twice while in multiplayer\n- The Staff of The Gatekeeper, Dreadium Katana and Cudgel have their 3D models back!\n- Added Crystal Clusters (storage blocks for Crystals)\n- Things added to the crystal list are now properly regarded as crystals\n- Slightly re-balanced fuel values for Crystal-based fuels\n- Added a event that fires before Disruptions are triggered (can be cancelled)\n- Added a event that fires before a Lesser Shoggoth places down a Ooze block (allowing you to replace the Ooze block, or cancel the event)\n- Reduced the follow range on a couple of mobs\n- Ethaxium/Dark Ethaxium Pillars can now be rotated when placed (like Quartz Pillars)\n- Failing to complete a ritual now triggers a Disruption\n- It should be impossible to enchant the Dreadium Katana, Cudgel and Sacthoth's Soul Reaper Blade now (not even possible by anvil now)\n- Added Enchantment Rituals (allows you to enchant an item through a ritual)\n- The leaves on AbyssalCraft trees should now decay when there isn't any nearby log\n- The Altar of Cha'garoth is now created through rituals (instead of crafting)\n- The Coralium and Dread enchantments are now applied through rituals\n- Improved the custom explosion code a bit\n- You can no longer brew any AbyssalCraft potions\n- All things regarding Shoggoth food has now been moved over to EntityUtil\n- Implemented the sacrifice mechanic for rituals (some rituals will require you to present a living entity as an additional offering)\n- The spawn weight of End Abyssal Zombies is now configurable (replaces the previous config option to stop them from spawning)\n- Renamed the config option \"Evil Animal spawn rate\" to \"Evil Animal spawn weight\"\n- The fire rain disruption has been reduced to 8 fireballs (previously 20)\n- Some rituals now require a sacrifice (and the statue rituals can be performed anywhere)\n- You can now configure the portal cooldown (time it takes before you can use a portal again)", + "1.9.1.6": "- Shoggoth Ooze should no longer spread onto Monolith Stone\n- Changed the picture for the Shoggoth Infestation page\n- When naturally grown into trees, Darklands Oaks and Dreadlands Trees should not turn into regular Oaks", + "1.9.1.5": "- Actually fix the client-side crashes exposed in the previous versions\n- Now runs on Forge 11.15.1.1875\n- There is no longer a limit on how many rituals can be displayed per section\n- You can now add infinite pages to a Necronomicon Category\n- The Darklands Oak and Dreadlands Tree now have a new design\n- Darklands Grass can now sustain Flowers, Tall Grass and Mushrooms again\n- Rebranded all API packages (now named \"AbyssalCraftAPI\" instead of \"AbyssalCraftAPI|Core\" for instance)\n- Replaced the Necronomicon \"missing texture\" with one that has a more fitting color scheme\n- If the Necronomicon GUI is unable to load an image, it will substitute to it's own \"missing texture\" (instead of the vanilla one)", + "1.9.1.4": "- Fixed crash at server startup", + "1.9.1.3": "- Leaf blocks now look correct when using fast graphics (thanks to vadis365)\n- Fixed random crashes occurring when hitting entities from certain angles\n- Added information regarding Shoggoth infestations to the Potential Energy section of Ritual Information", + "1.9.1.2": "- Fixed any crashes related to ClassCastExceptions regarding strongholds or mineshafts\n- The \"AbyssalCraft Items\" Creative Tab now has a Necronomicon as tab icon\n- The AbyssalCraft biomes can now be accessed in the API (and you can create Darklands and Dreadlands biomes)\n- Any Fire block added by AbyssalCraft can now be exstinghished by hand like vanilla Fire\n- Displacement disruptions now properly move players around (along with other entities)", + "1.9.1.1": "- Recipes involving wooden planks should work with all types of planks now", + "1.9.1": "- Demon Animals now have a 50% chance of not burning when spawning in the Nether\n- Added a mimic fire (exstinguishes after 6 seconds, can't be sustained by netherrack)\n- Integrations no longer need to be registered (added a plugin annotation that allows for 100% soft dependencies)\n- Fixed animations for the Dreadium Samurai Armor (arms should move correctly, and armor renders correctly on Armor Stands)\n- Improved the buttons in the Necronomicon GUI (they don't overlay anymore, and a transparent gradient displays on a button when hovered over)\n- Fixed potential crashes related to CraftingStacks where the recipe uses the OreDictionary\n- Automatically fetched crafting recipes will now also fetch the output quantity from the recipe\n- Sacthoth no longer spawns in the Dark Realm\n- Added a Misc Information section to the Necronomicon (displays things not mentioned anywhere else, among them crafting recipes)\n- The range from J'zahar in which you need to be in order for him to drop his essence has been increased to 32 blocks (previously 10)\n- Oblivion Deathbombs and ODB Cores now animate like TNT when primed\n- The death animation time for J'zahar has been increased to 40 seconds (so you can keep up with his speech)\n- The dialogues shown upon Asorah's and Cha'garoth's deaths now display each sentence with a 3 second pause between them\n- Added a ritual that allows you to respawn J'zahar (can only be performed at his temple)\n- Depths Ghouls now have their own hurt sound\n- Lesser Shoggoths now have their own living/hurt/death sounds\n- Increased the PE requirement for a few rituals\n- Nerfed the various tool materials a bit (reduced efficiency and durability)\n- A lot of API related things have been refactored\n- Inventory syncing for when the Staff of Rending gives you a essence/shadow gem should be a lot better now\n- Now runs on Forge 11.15.1.1847\n- Fixed any remaining issues related to tracking entities within close proximity of a block", + "1.9.0": "- Added missing page to the Potential Energy section of Ritual Information (mentions how monoliths are created)\n- Darklands Villages should now have Darklands Oak Pressure Plates and Darkstone Double slabs (instead of the vanilla equivalents)\n- Anti-Spiders are now hostile during night again\n- Fixed the third person rendering of some blocks (large upside-down models when held in third person)\n- The Dreadlands Infused Powerstone now has a model (semi-temp if I can get the OBj one to work, otherwise permanent)\n- Fixed the Abyssal Stone Slab and Darklands Oak Slab not rendering correctly when placed\n- Depths Ghouls, Abyssal Zombies and Lesser Shoggoths should no longer spawn at Mushroom Island Shores\n- It's possible to enter Cha'garoth's lair again (minor derp in the code)\n- Fixed some Necronomicon Pages with the wrong text\n- Added a config option that allows you to change how Evil Animals spawn\n- Disabled any test code in the Materializer that could trigger a crash (since it's incomplete)\n- Fixed bug related to crafting recipes involving upgrading Necronomicons/Crystal Bags and using Upgrade Kits\n- Lesser Shoggoths outside of the Overworld should drop the correct item when killed now (applying metadata to the dropped item)\n- Spectral Dragons should now be easier to hit without getting hit from them\n- Spectral Dragon spawn rate has been reduced to the lowest possible (encountering one now should be very rare, unless another mod tweaks the spawn rate)\n- Darklands Oak Slabs are no longer treated as stone\n- Added a config option allowing you to toggle whether or not Liquid Antimatter should disintegrate any item dropped into it\n- Crystallizer and Transmutator automation works correctly again (output slot is depleted from the bottom)\n- Leaves, Saplings and Logs should be treated as such by other mods now\n- Liquid Coralium shouldn't spread into ocean biomes when told not to\n- Remnants should now stop attacking whatever angered them when the anger timer runs out (and they don't slow the game down while they're angry)\n- The Crate now renders when placed\n- Replaced the Fist of Cha'garoth spawner block with a J'zahar spawner block\n- J'zahar has increased in size\n- If a Spectral Dragon dies while Asorah is draining it, Asorah won't take explosion damage\n- Any item placed on a Ritual/Sacrificial Altar or Ritual/Energy Pedestal will also render for other players\n- The smoke projected when a ritual is performed also renders for other players\n- Shoggoth Lairs should now longer spawn in biomes registered to the BiomeDictionary as the \"WATER\" type\n- The Staff of Rending will now continue to drain energy when the right mouse button is pressed\n- Shadow Fragments/Shards/Gems now spawn in dungeon/mineshaft/pyramid/stronghold chests\n- The Shard of Oblivion now requires 4 Shadow Gems (previously 8)\n- Remnants can now open doors\n- Added the Temple of J'zahar (generates in Omothol)\n- Added the City of Omothol\n- Updated the Omothol Progression section of the Necronomicon\n- Added Essence of The Gatekeeper (replacement for the Oblivion Catalyst in the Abyssalnomicon recipe, dropped by J'zahar)\n- Staff of The Gatekeeper is now created through a ritual (instead of dropped by J'zahar)\n- Added a Minion of The Gatekeeper spawner block\n- Potion of Annihilation and Potion of Dread Plague can now be brewed again\n- Remnants and Minions of The Gatekeeper no longer despawn\n- Spawn rate of Remnants and Minions of The Gatekeeper has been heavily reduced (quite rare now)\n- Minions of The Gatekeeper now has a 10% chance of dropping Ethaxium Ingots (while Eldritch Scales are the regular drop)\n- Now runs on Forge 11.15.1.1764", + "1.9.0-pre-4": "- Adjusted a few things in the JEI integration (fuel categories, method for fetching fuels)\n- The bounding box on Depths Ghoul/Anti-Ghoul/Omothol Ghoul has been reduced (the width was far off)\n- Lesser Shoggoths should now be possible to hit without them landing a couple of hits on you\n- Baby versions of all AbyssalCraft mobs (that has a baby version) now has a bounding box half the size of the adult one\n- Crafting recipes displayed in the Necronomicon are now automatically fetched (eg. a MineTweaked recipe will display)\n- Added a new config category: Worldgen\n- Nearly all structure generation and all ore generation can now be disabled in the config\n- You can now add/edit/remove pages in the Necronomicon (MineTweaker support in next ACI release)\n- The second Yog-Sothoth page now displays the correct text (eg. not the same as the first one)\n- Fixed the Ethaxium Hoe texture (file name derp)\n- Fixed the Plated Coralium Armor piece names being way off\n- Fixed Plate Coralium and Dreadium Samurai Armor textures missing\n- Fixed crashes when trying to equip Plated Coralium and Dreaded Abyssalnite Chestplates\n- Now runs on Forge 11.15.1.1741", + "1.9.0-pre-3": "- Removed all Transmutator/Crystallizer recipes involving Water of Lava (in block forms)\n- Fixed bug where some text in the Necronomicon didn't display\n- All explosives explode again\n- Fixed the third person rendering on all tools and weapons (swords are held by the hilt etc)\n- Fixed crashes related to missing classes (file paths to come Thaumcraft interfaces have changed, and I was checking for the old path)\n- The Depths Helmet overlay is displaying again\n- Fixed a glitch where walking into blocks that aren't full cubes would cause entities to suffocate\n- Monolith Disruptions shouldn't crash the game (and they work a bit better now)\n- All custom block and item models are now used (but the Staff of The Gatekeeper, the Cudgel and the Dreadlands Infused Powerstone currently has no models)\n- Added a JEI (Just Enough Items) integration (does exactly everything the NEI integration did)" + } +} + +[16:57:36] [Forge Version Check/INFO] [forge.VersionCheck]: [abyssalcraft] Found status: OUTDATED Target: 1.11.0 +[16:57:36] [Forge Version Check/INFO] [forge.VersionCheck]: [randompatches] Starting version check at https://raw.githubusercontent.com/TheRandomLabs/RandomPatches/misc/versions.json +[16:57:36] [Server thread/INFO] [AromaBackup]: Loading 0 modules. +[16:57:36] [Server thread/INFO] [AromaBackup]: Done loading plugins. +[16:57:36] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod aromabackup +[16:57:36] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - AromaBackup took 0.063s +[16:57:36] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod aromabackuprecovery +[16:57:36] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod aromabackuprecovery +[16:57:36] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - AromaBackuprecovery took 0.000s +[16:57:36] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod astikorcarts +[16:57:36] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod astikorcarts +[16:57:36] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - AstikorCarts took 0.011s +[16:57:36] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod astralsorcery +[16:57:36] [Server thread/INFO] [sevpatches_core]: PatchAstralBootesCheat succeeded +[16:57:36] [Server thread/INFO] [sevpatches_core]: PatchAstralTools succeeded +[16:57:36] [Server thread/INFO] [sevpatches_core]: PatchAstralTools succeeded +[16:57:36] [Server thread/TRACE] [FML]: Automatically registered mod astralsorcery entity EntityHighlighted as astralsorcery:entityhighlighted +[16:57:36] [Server thread/TRACE] [FML]: Automatically registered mod astralsorcery entity EntityStardust as astralsorcery:entitystardust +[16:57:36] [Server thread/TRACE] [FML]: Automatically registered mod astralsorcery entity EntityCrystal as astralsorcery:entitycrystal +[16:57:36] [Server thread/TRACE] [FML]: Automatically registered mod astralsorcery entity EntityFlare as astralsorcery:entityflare +[16:57:36] [Server thread/TRACE] [FML]: Automatically registered mod astralsorcery entity EntityStarBurst as astralsorcery:entitystarburst +[16:57:36] [Server thread/TRACE] [FML]: Automatically registered mod astralsorcery entity EntityIlluminationSpark as astralsorcery:entityilluminationspark +[16:57:36] [Server thread/TRACE] [FML]: Automatically registered mod astralsorcery entity EntityNocturnalSpark as astralsorcery:entitynocturnalspark +[16:57:36] [Server thread/TRACE] [FML]: Automatically registered mod astralsorcery entity EntityCrystalTool as astralsorcery:entitycrystaltool +[16:57:36] [Server thread/TRACE] [FML]: Automatically registered mod astralsorcery entity EntityGrapplingHook as astralsorcery:entitygrapplinghook +[16:57:36] [Server thread/TRACE] [FML]: Automatically registered mod astralsorcery entity EntitySpectralTool as astralsorcery:entityspectraltool +[16:57:36] [Server thread/TRACE] [FML]: Automatically registered mod astralsorcery entity EntityLiquidSpark as astralsorcery:entityliquidspark +[16:57:36] [Server thread/TRACE] [FML]: Automatically registered mod astralsorcery entity EntityObservatoryHelper as astralsorcery:entityobservatoryhelper +[16:57:36] [Server thread/TRACE] [FML]: Automatically registered mod astralsorcery entity EntityShootingStar as astralsorcery:entityshootingstar +[16:57:36] [Server thread/TRACE] [FML]: Automatically registered mod astralsorcery entity EntityItemDamageResistant as astralsorcery:entityitemdamageresistant +[16:57:36] [Forge Version Check/DEBUG] [forge.VersionCheck]: [randompatches] Received version check data: +{ + "homepage": "https://www.curseforge.com/minecraft/mc-mods/randompatches", + "1.16.5": { + "2.4.4-forge": "Added the vanilla default boat buoyancy to the configuration option tooltip.", + "2.4.0-forge": "Fixed mobs not being able to cross rails.\nFixed boats and players in boats not taking fall damage.", + "2.3.0-forge": "The secondary sprint key now works with Baritone.\nAdded options to disable the custom window title and icon.\nFixed the server list opening after leaving a singleplayer world.", + "2.2.1-forge": "Fixed compatibility with Forge 36.0.2+.", + "2.2.0-forge": "Removed the non-functional tick scheduler desync fix.\nDocumented that the MC-145311 fix works client-only." + }, + "1.16.4": { + "2.4.4-forge": "Added the vanilla default boat buoyancy to the configuration option tooltip.", + "2.4.0-forge": "Fixed mobs not being able to cross rails.\nFixed boats and players in boats not taking fall damage.", + "2.3.0-forge": "The secondary sprint key now works with Baritone.\nAdded options to disable the custom window title and icon.\nFixed the server list opening after leaving a singleplayer world.", + "2.2.1-forge": "Fixed compatibility with Forge 36.0.2+.", + "2.2.0-forge": "Removed the non-functional tick scheduler desync fix.\nDocumented that the MC-145311 fix works client-only.", + "2.1.5-forge": "Fixed configuration resetting.", + "2.1.4-forge": "Mouse buttons can now be used for the narrator toggle, pause, GUI toggle and debug key bindings.", + "2.1.3-forge": "The configuration file is no longer reset if it is encoded with UTF-8 with BOM and uses LF line endings.", + "2.1.0": "Fixed the read timeout.\nDouble-tap sprinting is now possible when flying.", + "2.0.1": "Fixed client.window.title never being used.\nThe configurable framerate limit slider step size is now disabled when OptiFine is installed.\nMinor improvements.", + "2.0.0": "Rewrite from scratch using Mixin.", + "1.16.4-1.22.1.11": "Recompiled with JDK 8.", + "1.16.4-1.22.1.10": "The read timeout patch is now compatible with certain custom servers.", + "1.16.4-1.22.1.9": "The default login timeout is now 1800 ticks (90 seconds)." + }, + "1.16.3": { + "2.4.4-forge": "Added the vanilla default boat buoyancy to the configuration option tooltip.", + "2.4.0-forge": "Fixed mobs not being able to cross rails.\nFixed boats and players in boats not taking fall damage.", + "2.3.0-forge": "The secondary sprint key now works with Baritone.\nAdded options to disable the custom window title and icon.\nFixed the server list opening after leaving a singleplayer world.", + "2.2.1-forge": "Fixed compatibility with Forge 36.0.2+.", + "2.1.5-forge": "Fixed configuration resetting.", + "2.1.4-forge": "Mouse buttons can now be used for the narrator toggle, pause, GUI toggle and debug key bindings.", + "2.1.3-forge": "The configuration file is no longer reset if it is encoded with UTF-8 with BOM and uses LF line endings.", + "2.1.0": "Fixed the read timeout.\nDouble-tap sprinting is now possible when flying.", + "2.0.1": "Fixed client.window.title never being used.\nThe configurable framerate limit slider step size is now disabled when OptiFine is installed.\nMinor improvements.", + "2.0.0": "Rewrite from scratch using Mixin.", + "1.16.4-1.22.1.11": "Recompiled with JDK 8.", + "1.16.4-1.22.1.10": "The read timeout patch is now compatible with certain custom servers.", + "1.16.4-1.22.1.9": "The default login timeout is now 1800 ticks (90 seconds).", + "1.16.2-1.22.1.2": "Added a license to mods.toml." + }, + "1.16.2": { + "2.4.4-forge": "Added the vanilla default boat buoyancy to the configuration option tooltip.", + "2.4.0-forge": "Fixed mobs not being able to cross rails.\nFixed boats and players in boats not taking fall damage.", + "2.3.0-forge": "The secondary sprint key now works with Baritone.\nAdded options to disable the custom window title and icon.\nFixed the server list opening after leaving a singleplayer world.", + "2.2.1-forge": "Fixed compatibility with Forge 36.0.2+.", + "2.1.5-forge": "Fixed configuration resetting.", + "2.1.4-forge": "Mouse buttons can now be used for the narrator toggle, pause, GUI toggle and debug key bindings.", + "2.1.3-forge": "The configuration file is no longer reset if it is encoded with UTF-8 with BOM and uses LF line endings.", + "2.1.0": "Fixed the read timeout.\nDouble-tap sprinting is now possible when flying.", + "2.0.1": "Fixed client.window.title never being used.\nThe configurable framerate limit slider step size is now disabled when OptiFine is installed.\nMinor improvements.", + "2.0.0": "Rewrite from scratch using Mixin.", + "1.16.4-1.22.1.11": "Recompiled with JDK 8.", + "1.16.4-1.22.1.10": "The read timeout patch is now compatible with certain custom servers.", + "1.16.4-1.22.1.9": "The default login timeout is now 1800 ticks (90 seconds).", + "1.16.2-1.22.1.2": "Added a license to mods.toml." + }, + "1.16.1": { + "2.4.4-forge": "Added the vanilla default boat buoyancy to the configuration option tooltip.", + "2.4.0-forge": "Fixed mobs not being able to cross rails.\nFixed boats and players in boats not taking fall damage.", + "2.3.0-forge": "The secondary sprint key now works with Baritone.\nAdded options to disable the custom window title and icon.\nFixed the server list opening after leaving a singleplayer world.", + "2.2.1-forge": "Fixed compatibility with Forge 36.0.2+.", + "2.1.5-forge": "Fixed configuration resetting.", + "2.1.4-forge": "Mouse buttons can now be used for the narrator toggle, pause, GUI toggle and debug key bindings.", + "2.1.3-forge": "The configuration file is no longer reset if it is encoded with UTF-8 with BOM and uses LF line endings.", + "2.1.0": "Fixed the read timeout.\nDouble-tap sprinting is now possible when flying.", + "2.0.1": "Fixed client.window.title never being used.\nThe configurable framerate limit slider step size is now disabled when OptiFine is installed.\nMinor improvements.", + "2.0.0": "Rewrite from scratch using Mixin.", + "1.16.4-1.22.1.11": "Recompiled with JDK 8.", + "1.16.4-1.22.1.10": "The read timeout patch is now compatible with certain custom servers.", + "1.16.4-1.22.1.9": "The default login timeout is now 1800 ticks (90 seconds).", + "1.16.2-1.22.1.2": "Added a license to mods.toml.", + "1.16.1-1.22.1.1": "Fixed the TickNextTick list out of synch fix.", + "1.16.1-1.22.1.0": "Reimplemented the TickNextTick list out of synch fix.", + "1.16.1-1.22.0.0": "Now compatible with and requires Forge 1.16.1-32.0.67 or higher.", + "1.16.1-1.21.2.1": "Fixed a crash caused by the use of a Java 14 compiler.", + "1.16.1-1.21.2.0": "Fixed some window icons not loading properly.", + "1.16.1-1.21.1.6": "Initial 1.16.1 port." + }, + "1.15.2": { + "1.15.2-1.22.1.1": "Fixed the TickNextTick list out of synch fix.", + "1.15.2-1.22.1.0": "Reimplemented the TickNextTick list out of synch fix.", + "1.15.2-1.22.0.0": "Implemented a fix for dismount positions.", + "1.15.2-1.21.2.1": "Fixed a crash caused by the use of a Java 14 compiler.", + "1.15.2-1.21.2.0": "Fixed some window icons not loading properly.", + "1.15.2-1.21.1.6": "Configuration errors are now logged.", + "1.15.2-1.21.1.5": "Attempted to fix an issue with the previous beta.", + "1.15.2-1.21.1.4": "Another read timeout fix attempt.", + "1.15.2-1.21.1.3": "Attempted to fix the read timeout patch.", + "1.15.2-1.21.1.2": "Fixed the Toggle Narrator keybind.", + "1.15.2-1.21.1.1": "Fixed the MC-2025 fix.", + "1.15.2-1.21.1.0": "Added support for 1.15's activity-specific window titles.", + "1.15.2-1.21.0.1": "Actually works now.", + "1.15.2-1.21.0.0": "Initial 1.15.2 port." + }, + "1.14.4": { + "1.14.4-1.22.1.1": "Fixed the TickNextTick list out of synch fix.", + "1.14.4-1.22.1.0": "Reimplemented the TickNextTick list out of synch fix.", + "1.14.4-1.22.0.0": "Implemented a fix for dismount positions.", + "1.14.4-1.21.2.1": "Fixed a crash caused by the use of a Java 14 compiler.", + "1.14.4-1.21.2.0": "Fixed some window icons not loading properly.", + "1.14.4-1.21.1.6": "Attempted a read timeout fix.", + "1.14.4-1.21.1.2": "Fixed the Toggle Narrator keybind.", + "1.14.4-1.21.0.0": "Added a configuration option to change the framerate limit step size.", + "1.14.4-1.19.1.1": "Fixed the configuration not loading on the server.", + "1.14.4-1.19.1.0": "The window icon is now correctly resized.\nFixed some issues regarding configuration reloading.", + "1.14.4-1.19.0.0": "Updated the configuration library.\nRandomPatches now sets the correct Forge read timeout system property.", + "1.14.4-1.18.2.1": "Fixed integers not converting to doubles in the configuration.", + "1.14.4-1.18.2.0": "Improved the Toggle Narrator keybind.\nThe Dismount keybind no longer displays as conflicting with the Sneak keybind.", + "1.14.4-1.18.1.1": "Invalid configurations are now regenerated automatically.", + "1.14.4-1.18.1.0": "Improved the configuration.", + "1.14.4-1.18.0.0": "Implemented a makeshift configuration.", + "1.14.4-1.17.3.1": "Disabled a testing option.", + "1.14.4-1.17.3.0": "Updated to 1.14.4." + }, + "1.14.3": { + "1.14.3-1.17.2.1": "Fixed a recipe book crash.", + "1.14.3-1.17.2.0": "Implemented an invisible player model fix." + }, + "1.14.2": { + "1.14.2-1.16.2.0": "Optimized bamboo block rendering.", + "1.14.2-1.16.1.0": "Initial port to Minecraft 1.14.2." + }, + "1.13.2": { + "1.13.2-1.17.2.0": "Implemented an invisible player model fix.", + "1.13.2-1.16.2.1": "The \"TickNextTick out of synch\" fix attempt is now disabled", + "1.13.2-1.16.2.0": "Attempted a fix for the \"TickNextTick out of synch\" IllegalStateException.", + "1.13.2-1.16.0.0": "Cleaned up the code.\nImplemented particle fixes.\nIncreased the packet size limit.\nImplemented a dismount keybind which is separate from the sneak keybind.", + "1.13.2-1.15.1.0": "Initial port to Minecraft 1.13.2." + }, + "1.12.2": { + "1.12.2-1.22.1.10": "Normal and elytra movement speed limits can now be configured when Ice and Fire is installed.", + "1.12.2-1.22.1.9": "The default login timeout is now 1800 ticks (90 seconds).", + "1.12.2-1.22.1.8": "No longer errors when Bigger Packets Please is installed.", + "1.12.2-1.22.1.7": "Fixed the ItemBucket patch.", + "1.12.2-1.22.1.6": "Fixed CatServer compatibility with the ItemBucket patch again.", + "1.12.2-1.22.1.5": "Fixed CatServer compatibility with the ItemBucket patch.", + "1.12.2-1.22.1.4": "Fixed Magma compatibility.", + "1.12.2-1.22.1.3": "Fixed Quark compatibility.", + "1.12.2-1.22.1.2": "Fixed the TileEntityPiston patch.", + "1.12.2-1.22.1.1": "Fixed Ice and Fire and Quark compatibility.", + "1.12.2-1.22.0.0": "Implemented a fix for dismount positions.", + "1.12.2-1.21.2.0": "Fixed observers not being triggered when moved by a piston.", + "1.12.2-1.21.1.6": "Attempted a read tiemout fix.", + "1.12.2-1.21.0.3": "Fixed the login timeout patch.", + "1.12.2-1.21.0.2": "Fixed LiteLoader not working.", + "1.12.2-1.21.0.1": "Fixed a crash that occurs on older versions of Minecraft when the potion glint patch is disabled.", + "1.12.2-1.21.0.0": "Observers no longer send a signal when they are placed by default.\nFixed EigenCraft Unofficial Patch and Replay Mod compatibility.\nThe particle fixes are now compatible with CleanView and Dynamic Surroundings.", + "1.12.2-1.20.1.0": "Fixed SpongeForge compatibility.", + "1.12.2-1.20.0.1": "Hotfix.", + "1.12.2-1.20.0.0": "Refactor.\nAdded a configuration option to change the framerate limit step size.", + "1.12.2-1.19.1.1": "Temporary fix for SpongeForge compatibility.", + "1.12.2-1.19.1.0": "The Dismount keybind no longer displays as conflicting with the Sneak keybind.\nThe Dismount keybind is now enabled by default.", + "1.12.2-1.19.0.0": "Added a fix for MC-5694, which causes fast mining to sometimes only destroy blocks client-side only.\nAdded a fix for MC-54026, which causes blocks attached to slime blocks in some circumstances to create ghost blocks if a piston pushes the slime block.", + "1.12.2-1.18.2.3": "Fixed Ice and Fire compatibility.", + "1.12.2-1.18.2.2": "Fixed compatibility between the smooth eye level change animation and Valkyrien Skies.", + "1.12.2-1.18.2.1": "Fixed the transformer exclusion.", + "1.12.2-1.18.1.1": "Fixed compatibility between BetterPortals and the smooth eye level change animation.", + "1.12.2-1.17.2.1": "The window icon and title configuration options now work alongside It's the little things.", + "1.12.2-1.17.2.0": "Implemented an invisible player model fix.\nFixed /rpreload and /rpreloadclient.", + "1.12.2-1.17.1.0": "The packet size limit patch no longer loads when LittleTiles is installed.\nHopefully fixed the window icons not working on Mac OS X.", + "1.12.2-1.17.0.0": "Optimized the \"TickNextTick out of synch\" IllegalStateException fix and made it enabled by default.\nBackported the smooth eye level change animation from Minecraft 1.13 and newer.", + "1.12.2-1.16.3.1": "The packet size limit patch no longer loads when SpongeForge is installed.", + "1.12.2-1.16.3.0": "Attempted another fix for the \"TickNextTick out of synch\" IllegalStateException.", + "1.12.2-1.16.2.1": "Fixed the End portal tweaks.\nThe \"TickNextTick out of synch\" fix attempt is now disabled by default.", + "1.12.2-1.16.2.0": "Improved the window icon configuration options.\nAttempted a fix for the \"TickNextTick out of synch\" IllegalStateException.", + "1.12.2-1.16.1.0": "Minor fixes and improvements.", + "1.12.2-1.16.0.0": "Cleaned up the code.\nRemoved the Teleporter replacement patch.\nImplemented particle fixes.\nAdded a configuration option to change the packet size limit.\nImplemented a dismount keybind which is separate from the sneak keybind. It is disabled by default.\nConfiguration options no longer exist on versions of Minecraft they have no effect on.", + "1.12.2-1.15.1.0": "The potion glowing effect is now toggleable in-game.\nCustom window icons are now loaded earlier.\nFixed 1.8 compatibility again.", + "1.12.2-1.15.0.3": "Fixed the faster language switching patch.\nChanged the End portal and End gateway break particle textures to obsidian to match Minecraft 1.13+.", + "1.12.2-1.15.0.2": "Fixed a ClassCastException related to the skull stacking fix.", + "1.12.2-1.15.0.1": "Fixed ReBind compatibility.", + "1.12.2-1.15.0.0": "Switched to RandomLib for configuration handling, which means the configuration GUI now works on all supported versions of Minecraft.\nFixed 1.8 compatibility.\nFixed localizations on older versions of Minecraft.", + "1.12.2-1.14.1.1": "Improved the implementation of the skull stacking fix, potentially fixing a ConcurrentModificationException.", + "1.12.2-1.14.1.0": "Fixed a ConcurrentModificationException related to the skull stacking fix.\nFilled buckets can now replace Nether portals by default.", + "1.12.2-1.14.0.0": "Fixed issues related to the skull stacking fix.\nThe boat buoyancy patch now only affects boats that are under flowing water.\nImplemented a fix for MC-11944.", + "1.12.2-1.13.0.1": "Fixed a server crash introduced in 1.12.2-1.13.0.1.", + "1.12.2-1.13.0.0": "Implemented the skull stacking fix.\nFixed 1.11 compatibility.", + "1.12.2-1.12.1.0": "Removed the portal renderer replacement.", + "1.12.2-1.12.0.2": "RandomPatches now also fixes End Gateway break particle textures.", + "1.12.2-1.12.0.1": "Fixed Cubic Chunks compatibility.", + "1.12.2-1.12.0.0": "Moved the Teleporter and portal renderer replacements back from RandomPatches Integration.", + "1.12.2-1.11.0.3": "Improved the configuration.", + "1.12.2-1.11.0.2": "Fixed compatibility with the Golden Lasso from Extra Utilities 2 and similar items by storing entities' bounding boxes as relative instead of absolute.", + "1.12.2-1.11.0.1": "Improved the configuration.", + "1.12.2-1.11.0.0": "Improved the configuration.", + "1.12.2-1.10.0.0": "Removed RandomPortals support.\nFixed a typo in the configuration.\nCode cleanup and refactor.", + "1.12.2-1.9.1.2": "Fixed End portal teleportation.", + "1.12.2-1.9.1.1": "Fixed /rpreloadclient.", + "1.12.2-1.9.1.0": "Fixed Vertical End Portals compatibility.", + "1.12.2-1.9.0.0": "Refactor.\nImplemented a fix for MC-2025.", + "1.12.2-1.8.0.0": "Fixed 1.8+ compatibility.\nImplemented a fix for MC-129057.\nAdded boat tweaks.", + "1.12.2-1.7.0.0": "Added End portal tweaks.", + "1.12.2-1.6.1.2": "Minor tweaks to configuration property comments.\nImproved an error message.", + "1.12.2-1.6.1.1": "An error message is now logged if an invalid fingerprint is detected.", + "1.12.2-1.6.1.0": "Fixed /rpreload and /rpreloadclient.", + "1.12.2-1.6.0.2": "Possible JustEnoughIDs compatibility fix.", + "1.12.2-1.6.0.1": "Fixed a server crash.", + "1.12.2-1.6.0.0": "Cleaned up the code.\nAdded an option to disable potion glints.", + "1.12.2-1.5.0.4": "Potential compatibility fix.", + "1.12.2-1.5.0.3": "Fixed a NullPointerException related to the Toggle Narrator keybind.", + "1.12.2-1.5.0.2": "Potentially fixed a crash with AppleCore.", + "1.12.2-1.5.0.1": "Bug fixes and improvements.", + "1.12.2-1.5.0.0": "Fixed an issue regarding configuration reloading.\nAdded configuration options to force disable the transformation of specific classes.\nAdded options to configure the window title and icon.", + "1.12.2-1.4.1.1": "Fixed a crash with Rebind Narrator.", + "1.12.2-1.4.1.0": "Readded 1.8+ compatibility.", + "1.12.2-1.4.0.1": "Fixed SpongeForge incompatibility.", + "1.12.2-1.4.0.0": "Readded /rpreloadclient.\nSeveral bug fixes and improvements.\nAdded the Toggle Narrator keybind.\nAdded the Minecart AI fix.", + "1.12.2-1.3.0.0": "Code refactor.\nImproved and reorganized the configuration.\nAdded a configuration GUI.\nRemoved /rpreloadclient.\nAdded configurable player speed limits.\nAdded faster language switching.\nThe logo now shows up in the mod list.", + "1.12.2-1.2.1.1": "Fixed a crash.", + "1.12.2-1.2.1.0": "Fixed the fix of the read timeout implementation.", + "1.12.2-1.2.0.0": "Fixed the read timeout implementation and added an option to set the KeepAlive packet interval.\nRemoved the FMLNetworkHandler patch as it was completely unnecessary.", + "1.12.2-1.1.0.0": "Minor fixes and code cleanup.\nAdded the option to force returning to the title screen on disconnect.\nAdded /rpreload and /rpreloadclient.", + "1.12.2-1.0.1.0": "Fixed an error.", + "1.12.2-1.0.0.0": "Initial release." + }, + "1.12.1": { + "1.12.2-1.22.1.10": "Normal and elytra movement speed limits can now be configured when Ice and Fire is installed.", + "1.12.2-1.22.1.9": "The default login timeout is now 1800 ticks (90 seconds).", + "1.12.2-1.22.1.8": "No longer errors when Bigger Packets Please is installed.", + "1.12.2-1.22.1.7": "Fixed the ItemBucket patch.", + "1.12.2-1.22.1.6": "Fixed CatServer compatibility with the ItemBucket patch again.", + "1.12.2-1.22.1.5": "Fixed CatServer compatibility with the ItemBucket patch.", + "1.12.2-1.22.1.4": "Fixed Magma compatibility.", + "1.12.2-1.22.1.3": "Fixed Quark compatibility.", + "1.12.2-1.22.1.2": "Fixed the TileEntityPiston patch.", + "1.12.2-1.22.1.1": "Fixed Ice and Fire and Quark compatibility.", + "1.12.2-1.22.0.0": "Implemented a fix for dismount positions.", + "1.12.2-1.21.2.0": "Fixed observers not being triggered when moved by a piston.", + "1.12.2-1.21.1.6": "Attempted a read tiemout fix.", + "1.12.2-1.21.0.3": "Fixed the login timeout patch.", + "1.12.2-1.21.0.2": "Fixed LiteLoader not working.", + "1.12.2-1.21.0.1": "Fixed a crash that occurs on older versions of Minecraft when the potion glint patch is disabled.", + "1.12.2-1.21.0.0": "Observers no longer send a signal when they are placed by default.\nFixed EigenCraft Unofficial Patch and Replay Mod compatibility.\nThe particle fixes are now compatible with CleanView and Dynamic Surroundings.", + "1.12.2-1.20.1.0": "Fixed SpongeForge compatibility.", + "1.12.2-1.20.0.1": "Hotfix.", + "1.12.2-1.20.0.0": "Refactor.\nAdded a configuration option to change the framerate limit step size.", + "1.12.2-1.19.1.1": "Temporary fix for SpongeForge compatibility.", + "1.12.2-1.19.1.0": "The Dismount keybind no longer displays as conflicting with the Sneak keybind.\nThe Dismount keybind is now enabled by default.", + "1.12.2-1.19.0.0": "Added a fix for MC-5694, which causes fast mining to sometimes only destroy blocks client-side only.\nAdded a fix for MC-54026, which causes blocks attached to slime blocks in some circumstances to create ghost blocks if a piston pushes the slime block.", + "1.12.2-1.18.2.3": "Fixed Ice and Fire compatibility.", + "1.12.2-1.18.2.2": "Fixed compatibility between the smooth eye level change animation and Valkyrien Skies.", + "1.12.2-1.18.2.1": "Fixed the transformer exclusion.", + "1.12.2-1.18.1.1": "Fixed compatibility between BetterPortals and the smooth eye level change animation.", + "1.12.2-1.17.2.1": "The window icon and title configuration options now work alongside It's the little things.", + "1.12.2-1.17.2.0": "Implemented an invisible player model fix.\nFixed /rpreload and /rpreloadclient.", + "1.12.2-1.17.1.0": "The packet size limit patch no longer loads when LittleTiles is installed.\nHopefully fixed the window icons not working on Mac OS X.", + "1.12.2-1.17.0.0": "Optimized the \"TickNextTick out of synch\" IllegalStateException fix and made it enabled by default.\nBackported the smooth eye level change animation from Minecraft 1.13 and newer.", + "1.12.2-1.16.3.1": "The packet size limit patch no longer loads when SpongeForge is installed.", + "1.12.2-1.16.3.0": "Attempted another fix for the \"TickNextTick out of synch\" IllegalStateException.", + "1.12.2-1.16.2.1": "Fixed the End portal tweaks.\nThe \"TickNextTick out of synch\" fix attempt is now disabled by default.", + "1.12.2-1.16.2.0": "Improved the window icon configuration options.\nAttempted a fix for the \"TickNextTick out of synch\" IllegalStateException.", + "1.12.2-1.16.1.0": "Minor fixes and improvements.", + "1.12.2-1.16.0.0": "Cleaned up the code.\nRemoved the Teleporter replacement patch.\nImplemented particle fixes.\nAdded a configuration option to change the packet size limit.\nImplemented a dismount keybind which is separate from the sneak keybind. It is disabled by default.\nConfiguration options no longer exist on versions of Minecraft they have no effect on.", + "1.12.2-1.15.1.0": "The potion glowing effect is now toggleable in-game.\nCustom window icons are now loaded earlier.\nFixed 1.8 compatibility again.", + "1.12.2-1.15.0.3": "Fixed the faster language switching patch.\nChanged the End portal and End gateway break particle textures to obsidian to match Minecraft 1.13+.", + "1.12.2-1.15.0.2": "Fixed a ClassCastException related to the skull stacking fix.", + "1.12.2-1.15.0.1": "Fixed ReBind compatibility.", + "1.12.2-1.15.0.0": "Switched to RandomLib for configuration handling, which means the configuration GUI now works on all supported versions of Minecraft.\nFixed 1.8 compatibility.\nFixed localizations on older versions of Minecraft.", + "1.12.2-1.14.1.1": "Improved the implementation of the skull stacking fix, potentially fixing a ConcurrentModificationException.", + "1.12.2-1.14.1.0": "Fixed a ConcurrentModificationException related to the skull stacking fix.\nFilled buckets can now replace Nether portals by default.", + "1.12.2-1.14.0.0": "Fixed issues related to the skull stacking fix.\nThe boat buoyancy patch now only affects boats that are under flowing water.\nImplemented a fix for MC-11944.", + "1.12.2-1.13.0.1": "Fixed a server crash introduced in 1.12.2-1.13.0.1.", + "1.12.2-1.13.0.0": "Implemented the skull stacking fix.\nFixed 1.11 compatibility.", + "1.12.2-1.12.1.0": "Removed the portal renderer replacement.", + "1.12.2-1.12.0.2": "RandomPatches now also fixes End Gateway break particle textures.", + "1.12.2-1.12.0.1": "Fixed Cubic Chunks compatibility.", + "1.12.2-1.12.0.0": "Moved the Teleporter and portal renderer replacements back from RandomPatches Integration.", + "1.12.2-1.11.0.3": "Improved the configuration.", + "1.12.2-1.11.0.2": "Fixed compatibility with the Golden Lasso from Extra Utilities 2 and similar items by storing entities' bounding boxes as relative instead of absolute.", + "1.12.2-1.11.0.1": "Improved the configuration.", + "1.12.2-1.11.0.0": "Improved the configuration.", + "1.12.2-1.10.0.0": "Removed RandomPortals support.\nFixed a typo in the configuration.\nCode cleanup and refactor.", + "1.12.2-1.9.1.2": "Fixed End portal teleportation.", + "1.12.2-1.9.1.1": "Fixed /rpreloadclient.", + "1.12.2-1.9.1.0": "Fixed Vertical End Portals compatibility.", + "1.12.2-1.9.0.0": "Refactor.\nImplemented a fix for MC-2025.", + "1.12.2-1.8.0.0": "Fixed 1.8+ compatibility.\nImplemented a fix for MC-129057.\nAdded boat tweaks.", + "1.12.2-1.7.0.0": "Added End portal tweaks.", + "1.12.2-1.6.1.2": "Minor tweaks to configuration property comments.\nImproved an error message.", + "1.12.2-1.6.1.1": "An error message is now logged if an invalid fingerprint is detected.", + "1.12.2-1.6.1.0": "Fixed /rpreload and /rpreloadclient.", + "1.12.2-1.6.0.2": "Possible JustEnoughIDs compatibility fix.", + "1.12.2-1.6.0.1": "Fixed a server crash.", + "1.12.2-1.6.0.0": "Cleaned up the code.\nAdded an option to disable potion glints.", + "1.12.2-1.5.0.4": "Potential compatibility fix.", + "1.12.2-1.5.0.3": "Fixed a NullPointerException related to the Toggle Narrator keybind.", + "1.12.2-1.5.0.2": "Potentially fixed a crash with AppleCore.", + "1.12.2-1.5.0.1": "Bug fixes and improvements.", + "1.12.2-1.5.0.0": "Fixed an issue regarding configuration reloading.\nAdded configuration options to force disable the transformation of specific classes.\nAdded options to configure the window title and icon.", + "1.12.2-1.4.1.1": "Fixed a crash with Rebind Narrator.", + "1.12.2-1.4.1.0": "Readded 1.8+ compatibility.", + "1.12.2-1.4.0.1": "Fixed SpongeForge incompatibility.", + "1.12.2-1.4.0.0": "Readded /rpreloadclient.\nSeveral bug fixes and improvements.\nAdded the Toggle Narrator keybind.\nAdded the Minecart AI fix.", + "1.12.2-1.3.0.0": "Code refactor.\nImproved and reorganized the configuration.\nAdded a configuration GUI.\nRemoved /rpreloadclient.\nAdded configurable player speed limits.\nAdded faster language switching.\nThe logo now shows up in the mod list.", + "1.12.2-1.2.1.1": "Fixed a crash.", + "1.12.2-1.2.1.0": "Fixed the fix of the read timeout implementation.", + "1.12.2-1.2.0.0": "Fixed the read timeout implementation and added an option to set the KeepAlive packet interval.\nRemoved the FMLNetworkHandler patch as it was completely unnecessary.", + "1.12.2-1.1.0.0": "Minor fixes and code cleanup.\nAdded the option to force returning to the title screen on disconnect.\nAdded /rpreload and /rpreloadclient.", + "1.12.2-1.0.1.0": "Fixed an error.", + "1.12.2-1.0.0.0": "Initial release." + }, + "1.12": { + "1.12.2-1.22.1.10": "Normal and elytra movement speed limits can now be configured when Ice and Fire is installed.", + "1.12.2-1.22.1.9": "The default login timeout is now 1800 ticks (90 seconds).", + "1.12.2-1.22.1.8": "No longer errors when Bigger Packets Please is installed.", + "1.12.2-1.22.1.7": "Fixed the ItemBucket patch.", + "1.12.2-1.22.1.6": "Fixed CatServer compatibility with the ItemBucket patch again.", + "1.12.2-1.22.1.5": "Fixed CatServer compatibility with the ItemBucket patch.", + "1.12.2-1.22.1.4": "Fixed Magma compatibility.", + "1.12.2-1.22.1.3": "Fixed Quark compatibility.", + "1.12.2-1.22.1.2": "Fixed the TileEntityPiston patch.", + "1.12.2-1.22.1.1": "Fixed Ice and Fire and Quark compatibility.", + "1.12.2-1.22.0.0": "Implemented a fix for dismount positions.", + "1.12.2-1.21.2.0": "Fixed observers not being triggered when moved by a piston.", + "1.12.2-1.21.1.6": "Attempted a read tiemout fix.", + "1.12.2-1.21.0.3": "Fixed the login timeout patch.", + "1.12.2-1.21.0.2": "Fixed LiteLoader not working.", + "1.12.2-1.21.0.1": "Fixed a crash that occurs on older versions of Minecraft when the potion glint patch is disabled.", + "1.12.2-1.21.0.0": "Observers no longer send a signal when they are placed by default.\nFixed EigenCraft Unofficial Patch and Replay Mod compatibility.\nThe particle fixes are now compatible with CleanView and Dynamic Surroundings.", + "1.12.2-1.20.1.0": "Fixed SpongeForge compatibility.", + "1.12.2-1.20.0.1": "Hotfix.", + "1.12.2-1.20.0.0": "Refactor.\nAdded a configuration option to change the framerate limit step size.", + "1.12.2-1.19.1.1": "Temporary fix for SpongeForge compatibility.", + "1.12.2-1.19.1.0": "The Dismount keybind no longer displays as conflicting with the Sneak keybind.\nThe Dismount keybind is now enabled by default.", + "1.12.2-1.19.0.0": "Added a fix for MC-5694, which causes fast mining to sometimes only destroy blocks client-side only.\nAdded a fix for MC-54026, which causes blocks attached to slime blocks in some circumstances to create ghost blocks if a piston pushes the slime block.", + "1.12.2-1.18.2.3": "Fixed Ice and Fire compatibility.", + "1.12.2-1.18.2.2": "Fixed compatibility between the smooth eye level change animation and Valkyrien Skies.", + "1.12.2-1.18.2.1": "Fixed the transformer exclusion.", + "1.12.2-1.18.1.1": "Fixed compatibility between BetterPortals and the smooth eye level change animation.", + "1.12.2-1.17.2.1": "The window icon and title configuration options now work alongside It's the little things.", + "1.12.2-1.17.2.0": "Implemented an invisible player model fix.\nFixed /rpreload and /rpreloadclient.", + "1.12.2-1.17.1.0": "The packet size limit patch no longer loads when LittleTiles is installed.\nHopefully fixed the window icons not working on Mac OS X.", + "1.12.2-1.17.0.0": "Optimized the \"TickNextTick out of synch\" IllegalStateException fix and made it enabled by default.\nBackported the smooth eye level change animation from Minecraft 1.13 and newer.", + "1.12.2-1.16.3.1": "The packet size limit patch no longer loads when SpongeForge is installed.", + "1.12.2-1.16.3.0": "Attempted another fix for the \"TickNextTick out of synch\" IllegalStateException.", + "1.12.2-1.16.2.1": "Fixed the End portal tweaks.\nThe \"TickNextTick out of synch\" fix attempt is now disabled by default.", + "1.12.2-1.16.2.0": "Improved the window icon configuration options.\nAttempted a fix for the \"TickNextTick out of synch\" IllegalStateException.", + "1.12.2-1.16.1.0": "Minor fixes and improvements.", + "1.12.2-1.16.0.0": "Cleaned up the code.\nRemoved the Teleporter replacement patch.\nImplemented particle fixes.\nAdded a configuration option to change the packet size limit.\nImplemented a dismount keybind which is separate from the sneak keybind. It is disabled by default.\nConfiguration options no longer exist on versions of Minecraft they have no effect on.", + "1.12.2-1.15.1.0": "The potion glowing effect is now toggleable in-game.\nCustom window icons are now loaded earlier.\nFixed 1.8 compatibility again.", + "1.12.2-1.15.0.3": "Fixed the faster language switching patch.\nChanged the End portal and End gateway break particle textures to obsidian to match Minecraft 1.13+.", + "1.12.2-1.15.0.2": "Fixed a ClassCastException related to the skull stacking fix.", + "1.12.2-1.15.0.1": "Fixed ReBind compatibility.", + "1.12.2-1.15.0.0": "Switched to RandomLib for configuration handling, which means the configuration GUI now works on all supported versions of Minecraft.\nFixed 1.8 compatibility.\nFixed localizations on older versions of Minecraft.", + "1.12.2-1.14.1.1": "Improved the implementation of the skull stacking fix, potentially fixing a ConcurrentModificationException.", + "1.12.2-1.14.1.0": "Fixed a ConcurrentModificationException related to the skull stacking fix.\nFilled buckets can now replace Nether portals by default.", + "1.12.2-1.14.0.0": "Fixed issues related to the skull stacking fix.\nThe boat buoyancy patch now only affects boats that are under flowing water.\nImplemented a fix for MC-11944.", + "1.12.2-1.13.0.1": "Fixed a server crash introduced in 1.12.2-1.13.0.1.", + "1.12.2-1.13.0.0": "Implemented the skull stacking fix.\nFixed 1.11 compatibility.", + "1.12.2-1.12.1.0": "Removed the portal renderer replacement.", + "1.12.2-1.12.0.2": "RandomPatches now also fixes End Gateway break particle textures.", + "1.12.2-1.12.0.1": "Fixed Cubic Chunks compatibility.", + "1.12.2-1.12.0.0": "Moved the Teleporter and portal renderer replacements back from RandomPatches Integration.", + "1.12.2-1.11.0.3": "Improved the configuration.", + "1.12.2-1.11.0.2": "Fixed compatibility with the Golden Lasso from Extra Utilities 2 and similar items by storing entities' bounding boxes as relative instead of absolute.", + "1.12.2-1.11.0.1": "Improved the configuration.", + "1.12.2-1.11.0.0": "Improved the configuration.", + "1.12.2-1.10.0.0": "Removed RandomPortals support.\nFixed a typo in the configuration.\nCode cleanup and refactor.", + "1.12.2-1.9.1.2": "Fixed End portal teleportation.", + "1.12.2-1.9.1.1": "Fixed /rpreloadclient.", + "1.12.2-1.9.1.0": "Fixed Vertical End Portals compatibility.", + "1.12.2-1.9.0.0": "Refactor.\nImplemented a fix for MC-2025.", + "1.12.2-1.8.0.0": "Fixed 1.8+ compatibility.\nImplemented a fix for MC-129057.\nAdded boat tweaks.", + "1.12.2-1.7.0.0": "Added End portal tweaks.", + "1.12.2-1.6.1.2": "Minor tweaks to configuration property comments.\nImproved an error message.", + "1.12.2-1.6.1.1": "An error message is now logged if an invalid fingerprint is detected.", + "1.12.2-1.6.1.0": "Fixed /rpreload and /rpreloadclient.", + "1.12.2-1.6.0.2": "Possible JustEnoughIDs compatibility fix.", + "1.12.2-1.6.0.1": "Fixed a server crash.", + "1.12.2-1.6.0.0": "Cleaned up the code.\nAdded an option to disable potion glints.", + "1.12.2-1.5.0.4": "Potential compatibility fix.", + "1.12.2-1.5.0.3": "Fixed a NullPointerException related to the Toggle Narrator keybind.", + "1.12.2-1.5.0.2": "Potentially fixed a crash with AppleCore.", + "1.12.2-1.5.0.1": "Bug fixes and improvements.", + "1.12.2-1.5.0.0": "Fixed an issue regarding configuration reloading.\nAdded configuration options to force disable the transformation of specific classes.\nAdded options to configure the window title and icon.", + "1.12.2-1.4.1.1": "Fixed a crash with Rebind Narrator.", + "1.12.2-1.4.1.0": "Readded 1.8+ compatibility.", + "1.12.2-1.4.0.1": "Fixed SpongeForge incompatibility.", + "1.12.2-1.4.0.0": "Readded /rpreloadclient.\nSeveral bug fixes and improvements.\nAdded the Toggle Narrator keybind.\nAdded the Minecart AI fix.", + "1.12.2-1.3.0.0": "Code refactor.\nImproved and reorganized the configuration.\nAdded a configuration GUI.\nRemoved /rpreloadclient.\nAdded configurable player speed limits.\nAdded faster language switching.\nThe logo now shows up in the mod list.", + "1.12.2-1.2.1.1": "Fixed a crash.", + "1.12.2-1.2.1.0": "Fixed the fix of the read timeout implementation.", + "1.12.2-1.2.0.0": "Fixed the read timeout implementation and added an option to set the KeepAlive packet interval.\nRemoved the FMLNetworkHandler patch as it was completely unnecessary.", + "1.12.2-1.1.0.0": "Minor fixes and code cleanup.\nAdded the option to force returning to the title screen on disconnect.\nAdded /rpreload and /rpreloadclient.", + "1.12.2-1.0.1.0": "Fixed an error.", + "1.12.2-1.0.0.0": "Initial release." + }, + "1.11.2": { + "1.12.2-1.22.1.10": "Normal and elytra movement speed limits can now be configured when Ice and Fire is installed.", + "1.12.2-1.22.1.9": "The default login timeout is now 1800 ticks (90 seconds).", + "1.12.2-1.22.1.8": "No longer errors when Bigger Packets Please is installed.", + "1.12.2-1.22.1.7": "Fixed the ItemBucket patch.", + "1.12.2-1.22.1.6": "Fixed CatServer compatibility with the ItemBucket patch again.", + "1.12.2-1.22.1.5": "Fixed CatServer compatibility with the ItemBucket patch.", + "1.12.2-1.22.1.4": "Fixed Magma compatibility.", + "1.12.2-1.22.1.3": "Fixed Quark compatibility.", + "1.12.2-1.22.1.2": "Fixed the TileEntityPiston patch.", + "1.12.2-1.22.1.1": "Fixed Ice and Fire and Quark compatibility.", + "1.12.2-1.22.0.0": "Implemented a fix for dismount positions.", + "1.12.2-1.21.2.0": "Fixed observers not being triggered when moved by a piston.", + "1.12.2-1.21.1.6": "Attempted a read tiemout fix.", + "1.12.2-1.21.0.3": "Fixed the login timeout patch.", + "1.12.2-1.21.0.2": "Fixed LiteLoader not working.", + "1.12.2-1.21.0.1": "Fixed a crash that occurs on older versions of Minecraft when the potion glint patch is disabled.", + "1.12.2-1.21.0.0": "Observers no longer send a signal when they are placed by default.\nFixed EigenCraft Unofficial Patch and Replay Mod compatibility.\nThe particle fixes are now compatible with CleanView and Dynamic Surroundings.", + "1.12.2-1.20.1.0": "Fixed SpongeForge compatibility.", + "1.12.2-1.20.0.1": "Hotfix.", + "1.12.2-1.20.0.0": "Refactor.\nAdded a configuration option to change the framerate limit step size.", + "1.12.2-1.19.1.1": "Temporary fix for SpongeForge compatibility.", + "1.12.2-1.19.1.0": "The Dismount keybind no longer displays as conflicting with the Sneak keybind.\nThe Dismount keybind is now enabled by default.", + "1.12.2-1.19.0.0": "Added a fix for MC-5694, which causes fast mining to sometimes only destroy blocks client-side only.\nAdded a fix for MC-54026, which causes blocks attached to slime blocks in some circumstances to create ghost blocks if a piston pushes the slime block.", + "1.12.2-1.18.2.3": "Fixed Ice and Fire compatibility.", + "1.12.2-1.18.2.2": "Fixed compatibility between the smooth eye level change animation and Valkyrien Skies.", + "1.12.2-1.18.2.1": "Fixed the transformer exclusion.", + "1.12.2-1.18.1.1": "Fixed compatibility between BetterPortals and the smooth eye level change animation.", + "1.12.2-1.17.2.1": "The window icon and title configuration options now work alongside It's the little things.", + "1.12.2-1.17.2.0": "Implemented an invisible player model fix.\nFixed /rpreload and /rpreloadclient.", + "1.12.2-1.17.1.0": "The packet size limit patch no longer loads when LittleTiles is installed.\nHopefully fixed the window icons not working on Mac OS X.", + "1.12.2-1.17.0.0": "Optimized the \"TickNextTick out of synch\" IllegalStateException fix and made it enabled by default.\nBackported the smooth eye level change animation from Minecraft 1.13 and newer.", + "1.12.2-1.16.3.1": "The packet size limit patch no longer loads when SpongeForge is installed.", + "1.12.2-1.16.3.0": "Attempted another fix for the \"TickNextTick out of synch\" IllegalStateException.", + "1.12.2-1.16.2.1": "Fixed the End portal tweaks.\nThe \"TickNextTick out of synch\" fix attempt is now disabled by default.", + "1.12.2-1.16.2.0": "Improved the window icon configuration options.\nAttempted a fix for the \"TickNextTick out of synch\" IllegalStateException.", + "1.12.2-1.16.1.0": "Minor fixes and improvements.", + "1.12.2-1.16.0.0": "Cleaned up the code.\nRemoved the Teleporter replacement patch.\nImplemented particle fixes.\nAdded a configuration option to change the packet size limit.\nImplemented a dismount keybind which is separate from the sneak keybind. It is disabled by default.\nConfiguration options no longer exist on versions of Minecraft they have no effect on.", + "1.12.2-1.15.1.0": "The potion glowing effect is now toggleable in-game.\nCustom window icons are now loaded earlier.\nFixed 1.8 compatibility again.", + "1.12.2-1.15.0.3": "Fixed the faster language switching patch.\nChanged the End portal and End gateway break particle textures to obsidian to match Minecraft 1.13+.", + "1.12.2-1.15.0.2": "Fixed a ClassCastException related to the skull stacking fix.", + "1.12.2-1.15.0.1": "Fixed ReBind compatibility.", + "1.12.2-1.15.0.0": "Switched to RandomLib for configuration handling, which means the configuration GUI now works on all supported versions of Minecraft.\nFixed 1.8 compatibility.\nFixed localizations on older versions of Minecraft.", + "1.12.2-1.14.1.1": "Improved the implementation of the skull stacking fix, potentially fixing a ConcurrentModificationException.", + "1.12.2-1.14.1.0": "Fixed a ConcurrentModificationException related to the skull stacking fix.\nFilled buckets can now replace Nether portals by default.", + "1.12.2-1.14.0.0": "Fixed issues related to the skull stacking fix.\nThe boat buoyancy patch now only affects boats that are under flowing water.\nImplemented a fix for MC-11944.", + "1.12.2-1.13.0.1": "Fixed a server crash introduced in 1.12.2-1.13.0.1.", + "1.12.2-1.13.0.0": "Implemented the skull stacking fix.\nFixed 1.11 compatibility.", + "1.12.2-1.12.1.0": "Removed the portal renderer replacement.", + "1.12.2-1.12.0.2": "RandomPatches now also fixes End Gateway break particle textures.", + "1.12.2-1.12.0.1": "Fixed Cubic Chunks compatibility.", + "1.12.2-1.12.0.0": "Moved the Teleporter and portal renderer replacements back from RandomPatches Integration.", + "1.12.2-1.11.0.3": "Improved the configuration.", + "1.12.2-1.11.0.2": "Fixed compatibility with the Golden Lasso from Extra Utilities 2 and similar items by storing entities' bounding boxes as relative instead of absolute.", + "1.12.2-1.11.0.1": "Improved the configuration.", + "1.12.2-1.11.0.0": "Improved the configuration.", + "1.12.2-1.10.0.0": "Removed RandomPortals support.\nFixed a typo in the configuration.\nCode cleanup and refactor.", + "1.12.2-1.9.1.2": "Fixed End portal teleportation.", + "1.12.2-1.9.1.1": "Fixed /rpreloadclient.", + "1.12.2-1.9.1.0": "Fixed Vertical End Portals compatibility.", + "1.12.2-1.9.0.0": "Refactor.\nImplemented a fix for MC-2025.", + "1.12.2-1.8.0.0": "Fixed 1.8+ compatibility.\nImplemented a fix for MC-129057.\nAdded boat tweaks.", + "1.12.2-1.7.0.0": "Added End portal tweaks.", + "1.12.2-1.6.1.2": "Minor tweaks to configuration property comments.\nImproved an error message.", + "1.12.2-1.6.1.1": "An error message is now logged if an invalid fingerprint is detected.", + "1.12.2-1.6.1.0": "Fixed /rpreload and /rpreloadclient.", + "1.12.2-1.6.0.2": "Possible JustEnoughIDs compatibility fix.", + "1.12.2-1.6.0.1": "Fixed a server crash.", + "1.12.2-1.6.0.0": "Cleaned up the code.\nAdded an option to disable potion glints.", + "1.12.2-1.5.0.4": "Potential compatibility fix.", + "1.12.2-1.5.0.3": "Fixed a NullPointerException related to the Toggle Narrator keybind.", + "1.12.2-1.5.0.2": "Potentially fixed a crash with AppleCore.", + "1.12.2-1.5.0.1": "Bug fixes and improvements.", + "1.12.2-1.5.0.0": "Fixed an issue regarding configuration reloading.\nAdded configuration options to force disable the transformation of specific classes.\nAdded options to configure the window title and icon.", + "1.12.2-1.4.1.1": "Fixed a crash with Rebind Narrator.", + "1.12.2-1.4.1.0": "Readded 1.8+ compatibility.", + "1.12.2-1.4.0.1": "Fixed SpongeForge incompatibility.", + "1.12.2-1.4.0.0": "Readded /rpreloadclient.\nSeveral bug fixes and improvements.\nAdded the Toggle Narrator keybind.\nAdded the Minecart AI fix.", + "1.12.2-1.3.0.0": "Code refactor.\nImproved and reorganized the configuration.\nAdded a configuration GUI.\nRemoved /rpreloadclient.\nAdded configurable player speed limits.\nAdded faster language switching.\nThe logo now shows up in the mod list.", + "1.12.2-1.2.1.1": "Fixed a crash.", + "1.12.2-1.2.1.0": "Fixed the fix of the read timeout implementation.", + "1.12.2-1.2.0.0": "Fixed the read timeout implementation and added an option to set the KeepAlive packet interval.\nRemoved the FMLNetworkHandler patch as it was completely unnecessary.", + "1.12.2-1.1.0.0": "Minor fixes and code cleanup.\nAdded the option to force returning to the title screen on disconnect.\nAdded /rpreload and /rpreloadclient.", + "1.12.2-1.0.1.0": "Fixed an error.", + "1.12.2-1.0.0.0": "Initial release." + }, + "1.11": { + "1.12.2-1.22.1.10": "Normal and elytra movement speed limits can now be configured when Ice and Fire is installed.", + "1.12.2-1.22.1.9": "The default login timeout is now 1800 ticks (90 seconds).", + "1.12.2-1.22.1.8": "No longer errors when Bigger Packets Please is installed.", + "1.12.2-1.22.1.7": "Fixed the ItemBucket patch.", + "1.12.2-1.22.1.6": "Fixed CatServer compatibility with the ItemBucket patch again.", + "1.12.2-1.22.1.5": "Fixed CatServer compatibility with the ItemBucket patch.", + "1.12.2-1.22.1.4": "Fixed Magma compatibility.", + "1.12.2-1.22.1.3": "Fixed Quark compatibility.", + "1.12.2-1.22.1.2": "Fixed the TileEntityPiston patch.", + "1.12.2-1.22.1.1": "Fixed Ice and Fire and Quark compatibility.", + "1.12.2-1.22.0.0": "Implemented a fix for dismount positions.", + "1.12.2-1.21.2.0": "Fixed observers not being triggered when moved by a piston.", + "1.12.2-1.21.1.6": "Attempted a read tiemout fix.", + "1.12.2-1.21.0.3": "Fixed the login timeout patch.", + "1.12.2-1.21.0.2": "Fixed LiteLoader not working.", + "1.12.2-1.21.0.1": "Fixed a crash that occurs on older versions of Minecraft when the potion glint patch is disabled.", + "1.12.2-1.21.0.0": "Observers no longer send a signal when they are placed by default.\nFixed EigenCraft Unofficial Patch and Replay Mod compatibility.\nThe particle fixes are now compatible with CleanView and Dynamic Surroundings.", + "1.12.2-1.20.1.0": "Fixed SpongeForge compatibility.", + "1.12.2-1.20.0.1": "Hotfix.", + "1.12.2-1.20.0.0": "Refactor.\nAdded a configuration option to change the framerate limit step size.", + "1.12.2-1.19.1.1": "Temporary fix for SpongeForge compatibility.", + "1.12.2-1.19.1.0": "The Dismount keybind no longer displays as conflicting with the Sneak keybind.\nThe Dismount keybind is now enabled by default.", + "1.12.2-1.19.0.0": "Added a fix for MC-5694, which causes fast mining to sometimes only destroy blocks client-side only.\nAdded a fix for MC-54026, which causes blocks attached to slime blocks in some circumstances to create ghost blocks if a piston pushes the slime block.", + "1.12.2-1.18.2.3": "Fixed Ice and Fire compatibility.", + "1.12.2-1.18.2.2": "Fixed compatibility between the smooth eye level change animation and Valkyrien Skies.", + "1.12.2-1.18.2.1": "Fixed the transformer exclusion.", + "1.12.2-1.18.1.1": "Fixed compatibility between BetterPortals and the smooth eye level change animation.", + "1.12.2-1.17.2.1": "The window icon and title configuration options now work alongside It's the little things.", + "1.12.2-1.17.2.0": "Implemented an invisible player model fix.\nFixed /rpreload and /rpreloadclient.", + "1.12.2-1.17.1.0": "The packet size limit patch no longer loads when LittleTiles is installed.\nHopefully fixed the window icons not working on Mac OS X.", + "1.12.2-1.17.0.0": "Optimized the \"TickNextTick out of synch\" IllegalStateException fix and made it enabled by default.\nBackported the smooth eye level change animation from Minecraft 1.13 and newer.", + "1.12.2-1.16.3.1": "The packet size limit patch no longer loads when SpongeForge is installed.", + "1.12.2-1.16.3.0": "Attempted another fix for the \"TickNextTick out of synch\" IllegalStateException.", + "1.12.2-1.16.2.1": "Fixed the End portal tweaks.\nThe \"TickNextTick out of synch\" fix attempt is now disabled by default.", + "1.12.2-1.16.2.0": "Improved the window icon configuration options.\nAttempted a fix for the \"TickNextTick out of synch\" IllegalStateException.", + "1.12.2-1.16.1.0": "Minor fixes and improvements.", + "1.12.2-1.16.0.0": "Cleaned up the code.\nRemoved the Teleporter replacement patch.\nImplemented particle fixes.\nAdded a configuration option to change the packet size limit.\nImplemented a dismount keybind which is separate from the sneak keybind. It is disabled by default.\nConfiguration options no longer exist on versions of Minecraft they have no effect on.", + "1.12.2-1.15.1.0": "The potion glowing effect is now toggleable in-game.\nCustom window icons are now loaded earlier.\nFixed 1.8 compatibility again.", + "1.12.2-1.15.0.3": "Fixed the faster language switching patch.\nChanged the End portal and End gateway break particle textures to obsidian to match Minecraft 1.13+.", + "1.12.2-1.15.0.2": "Fixed a ClassCastException related to the skull stacking fix.", + "1.12.2-1.15.0.1": "Fixed ReBind compatibility.", + "1.12.2-1.15.0.0": "Switched to RandomLib for configuration handling, which means the configuration GUI now works on all supported versions of Minecraft.\nFixed 1.8 compatibility.\nFixed localizations on older versions of Minecraft.", + "1.12.2-1.14.1.1": "Improved the implementation of the skull stacking fix, potentially fixing a ConcurrentModificationException.", + "1.12.2-1.14.1.0": "Fixed a ConcurrentModificationException related to the skull stacking fix.\nFilled buckets can now replace Nether portals by default.", + "1.12.2-1.14.0.0": "Fixed issues related to the skull stacking fix.\nThe boat buoyancy patch now only affects boats that are under flowing water.\nImplemented a fix for MC-11944.", + "1.12.2-1.13.0.1": "Fixed a server crash introduced in 1.12.2-1.13.0.1.", + "1.12.2-1.13.0.0": "Implemented the skull stacking fix.\nFixed 1.11 compatibility.", + "1.12.2-1.12.1.0": "Removed the portal renderer replacement.", + "1.12.2-1.12.0.2": "RandomPatches now also fixes End Gateway break particle textures.", + "1.12.2-1.12.0.1": "Fixed Cubic Chunks compatibility.", + "1.12.2-1.12.0.0": "Moved the Teleporter and portal renderer replacements back from RandomPatches Integration.", + "1.12.2-1.11.0.3": "Improved the configuration.", + "1.12.2-1.11.0.2": "Fixed compatibility with the Golden Lasso from Extra Utilities 2 and similar items by storing entities' bounding boxes as relative instead of absolute.", + "1.12.2-1.11.0.1": "Improved the configuration.", + "1.12.2-1.11.0.0": "Improved the configuration.", + "1.12.2-1.10.0.0": "Removed RandomPortals support.\nFixed a typo in the configuration.\nCode cleanup and refactor.", + "1.12.2-1.9.1.2": "Fixed End portal teleportation.", + "1.12.2-1.9.1.1": "Fixed /rpreloadclient.", + "1.12.2-1.9.1.0": "Fixed Vertical End Portals compatibility.", + "1.12.2-1.9.0.0": "Refactor.\nImplemented a fix for MC-2025.", + "1.12.2-1.8.0.0": "Fixed 1.8+ compatibility.\nImplemented a fix for MC-129057.\nAdded boat tweaks.", + "1.12.2-1.7.0.0": "Added End portal tweaks.", + "1.12.2-1.6.1.2": "Minor tweaks to configuration property comments.\nImproved an error message.", + "1.12.2-1.6.1.1": "An error message is now logged if an invalid fingerprint is detected.", + "1.12.2-1.6.1.0": "Fixed /rpreload and /rpreloadclient.", + "1.12.2-1.6.0.2": "Possible JustEnoughIDs compatibility fix.", + "1.12.2-1.6.0.1": "Fixed a server crash.", + "1.12.2-1.6.0.0": "Cleaned up the code.\nAdded an option to disable potion glints.", + "1.12.2-1.5.0.4": "Potential compatibility fix.", + "1.12.2-1.5.0.3": "Fixed a NullPointerException related to the Toggle Narrator keybind.", + "1.12.2-1.5.0.2": "Potentially fixed a crash with AppleCore.", + "1.12.2-1.5.0.1": "Bug fixes and improvements.", + "1.12.2-1.5.0.0": "Fixed an issue regarding configuration reloading.\nAdded configuration options to force disable the transformation of specific classes.\nAdded options to configure the window title and icon.", + "1.12.2-1.4.1.1": "Fixed a crash with Rebind Narrator.", + "1.12.2-1.4.1.0": "Readded 1.8+ compatibility.", + "1.12.2-1.4.0.1": "Fixed SpongeForge incompatibility.", + "1.12.2-1.4.0.0": "Readded /rpreloadclient.\nSeveral bug fixes and improvements.\nAdded the Toggle Narrator keybind.\nAdded the Minecart AI fix.", + "1.12.2-1.3.0.0": "Code refactor.\nImproved and reorganized the configuration.\nAdded a configuration GUI.\nRemoved /rpreloadclient.\nAdded configurable player speed limits.\nAdded faster language switching.\nThe logo now shows up in the mod list.", + "1.12.2-1.2.1.1": "Fixed a crash.", + "1.12.2-1.2.1.0": "Fixed the fix of the read timeout implementation.", + "1.12.2-1.2.0.0": "Fixed the read timeout implementation and added an option to set the KeepAlive packet interval.\nRemoved the FMLNetworkHandler patch as it was completely unnecessary.", + "1.12.2-1.1.0.0": "Minor fixes and code cleanup.\nAdded the option to force returning to the title screen on disconnect.\nAdded /rpreload and /rpreloadclient.", + "1.12.2-1.0.1.0": "Fixed an error.", + "1.12.2-1.0.0.0": "Initial release." + }, + "1.10.2": { + "1.12.2-1.22.1.10": "Normal and elytra movement speed limits can now be configured when Ice and Fire is installed.", + "1.12.2-1.22.1.9": "The default login timeout is now 1800 ticks (90 seconds).", + "1.12.2-1.22.1.8": "No longer errors when Bigger Packets Please is installed.", + "1.12.2-1.22.1.7": "Fixed the ItemBucket patch.", + "1.12.2-1.22.1.6": "Fixed CatServer compatibility with the ItemBucket patch again.", + "1.12.2-1.22.1.5": "Fixed CatServer compatibility with the ItemBucket patch.", + "1.12.2-1.22.1.4": "Fixed Magma compatibility.", + "1.12.2-1.22.1.3": "Fixed Quark compatibility.", + "1.12.2-1.22.1.2": "Fixed the TileEntityPiston patch.", + "1.12.2-1.22.1.1": "Fixed Ice and Fire and Quark compatibility.", + "1.12.2-1.22.0.0": "Implemented a fix for dismount positions.", + "1.12.2-1.21.2.0": "Fixed observers not being triggered when moved by a piston.", + "1.12.2-1.21.1.6": "Attempted a read tiemout fix.", + "1.12.2-1.21.0.3": "Fixed the login timeout patch.", + "1.12.2-1.21.0.2": "Fixed LiteLoader not working.", + "1.12.2-1.21.0.1": "Fixed a crash that occurs on older versions of Minecraft when the potion glint patch is disabled.", + "1.12.2-1.21.0.0": "Observers no longer send a signal when they are placed by default.\nFixed EigenCraft Unofficial Patch and Replay Mod compatibility.\nThe particle fixes are now compatible with CleanView and Dynamic Surroundings.", + "1.12.2-1.20.1.0": "Fixed SpongeForge compatibility.", + "1.12.2-1.20.0.1": "Hotfix.", + "1.12.2-1.20.0.0": "Refactor.\nAdded a configuration option to change the framerate limit step size.", + "1.12.2-1.19.1.1": "Temporary fix for SpongeForge compatibility.", + "1.12.2-1.19.1.0": "The Dismount keybind no longer displays as conflicting with the Sneak keybind.\nThe Dismount keybind is now enabled by default.", + "1.12.2-1.19.0.0": "Added a fix for MC-5694, which causes fast mining to sometimes only destroy blocks client-side only.\nAdded a fix for MC-54026, which causes blocks attached to slime blocks in some circumstances to create ghost blocks if a piston pushes the slime block.", + "1.12.2-1.18.2.3": "Fixed Ice and Fire compatibility.", + "1.12.2-1.18.2.2": "Fixed compatibility between the smooth eye level change animation and Valkyrien Skies.", + "1.12.2-1.18.2.1": "Fixed the transformer exclusion.", + "1.12.2-1.18.1.1": "Fixed compatibility between BetterPortals and the smooth eye level change animation.", + "1.12.2-1.17.2.1": "The window icon and title configuration options now work alongside It's the little things.", + "1.12.2-1.17.2.0": "Implemented an invisible player model fix.\nFixed /rpreload and /rpreloadclient.", + "1.12.2-1.17.1.0": "The packet size limit patch no longer loads when LittleTiles is installed.\nHopefully fixed the window icons not working on Mac OS X.", + "1.12.2-1.17.0.0": "Optimized the \"TickNextTick out of synch\" IllegalStateException fix and made it enabled by default.\nBackported the smooth eye level change animation from Minecraft 1.13 and newer.", + "1.12.2-1.16.3.1": "The packet size limit patch no longer loads when SpongeForge is installed.", + "1.12.2-1.16.3.0": "Attempted another fix for the \"TickNextTick out of synch\" IllegalStateException.", + "1.12.2-1.16.2.1": "Fixed the End portal tweaks.\nThe \"TickNextTick out of synch\" fix attempt is now disabled by default.", + "1.12.2-1.16.2.0": "Improved the window icon configuration options.\nAttempted a fix for the \"TickNextTick out of synch\" IllegalStateException.", + "1.12.2-1.16.1.0": "Minor fixes and improvements.", + "1.12.2-1.16.0.0": "Cleaned up the code.\nRemoved the Teleporter replacement patch.\nImplemented particle fixes.\nAdded a configuration option to change the packet size limit.\nImplemented a dismount keybind which is separate from the sneak keybind. It is disabled by default.\nConfiguration options no longer exist on versions of Minecraft they have no effect on.", + "1.12.2-1.15.1.0": "The potion glowing effect is now toggleable in-game.\nCustom window icons are now loaded earlier.\nFixed 1.8 compatibility again.", + "1.12.2-1.15.0.3": "Fixed the faster language switching patch.\nChanged the End portal and End gateway break particle textures to obsidian to match Minecraft 1.13+.", + "1.12.2-1.15.0.2": "Fixed a ClassCastException related to the skull stacking fix.", + "1.12.2-1.15.0.1": "Fixed ReBind compatibility.", + "1.12.2-1.15.0.0": "Switched to RandomLib for configuration handling, which means the configuration GUI now works on all supported versions of Minecraft.\nFixed 1.8 compatibility.\nFixed localizations on older versions of Minecraft.", + "1.12.2-1.14.1.1": "Improved the implementation of the skull stacking fix, potentially fixing a ConcurrentModificationException.", + "1.12.2-1.14.1.0": "Fixed a ConcurrentModificationException related to the skull stacking fix.\nFilled buckets can now replace Nether portals by default.", + "1.12.2-1.14.0.0": "Fixed issues related to the skull stacking fix.\nThe boat buoyancy patch now only affects boats that are under flowing water.\nImplemented a fix for MC-11944.", + "1.12.2-1.13.0.1": "Fixed a server crash introduced in 1.12.2-1.13.0.1.", + "1.12.2-1.13.0.0": "Implemented the skull stacking fix.\nFixed 1.11 compatibility.", + "1.12.2-1.12.1.0": "Removed the portal renderer replacement.", + "1.12.2-1.12.0.2": "RandomPatches now also fixes End Gateway break particle textures.", + "1.12.2-1.12.0.1": "Fixed Cubic Chunks compatibility.", + "1.12.2-1.12.0.0": "Moved the Teleporter and portal renderer replacements back from RandomPatches Integration.", + "1.12.2-1.11.0.3": "Improved the configuration.", + "1.12.2-1.11.0.2": "Fixed compatibility with the Golden Lasso from Extra Utilities 2 and similar items by storing entities' bounding boxes as relative instead of absolute.", + "1.12.2-1.11.0.1": "Improved the configuration.", + "1.12.2-1.11.0.0": "Improved the configuration.", + "1.12.2-1.10.0.0": "Removed RandomPortals support.\nFixed a typo in the configuration.\nCode cleanup and refactor.", + "1.12.2-1.9.1.2": "Fixed End portal teleportation.", + "1.12.2-1.9.1.1": "Fixed /rpreloadclient.", + "1.12.2-1.9.1.0": "Fixed Vertical End Portals compatibility.", + "1.12.2-1.9.0.0": "Refactor.\nImplemented a fix for MC-2025.", + "1.12.2-1.8.0.0": "Fixed 1.8+ compatibility.\nImplemented a fix for MC-129057.\nAdded boat tweaks.", + "1.12.2-1.7.0.0": "Added End portal tweaks.", + "1.12.2-1.6.1.2": "Minor tweaks to configuration property comments.\nImproved an error message.", + "1.12.2-1.6.1.1": "An error message is now logged if an invalid fingerprint is detected.", + "1.12.2-1.6.1.0": "Fixed /rpreload and /rpreloadclient.", + "1.12.2-1.6.0.2": "Possible JustEnoughIDs compatibility fix.", + "1.12.2-1.6.0.1": "Fixed a server crash.", + "1.12.2-1.6.0.0": "Cleaned up the code.\nAdded an option to disable potion glints.", + "1.12.2-1.5.0.4": "Potential compatibility fix.", + "1.12.2-1.5.0.3": "Fixed a NullPointerException related to the Toggle Narrator keybind.", + "1.12.2-1.5.0.2": "Potentially fixed a crash with AppleCore.", + "1.12.2-1.5.0.1": "Bug fixes and improvements.", + "1.12.2-1.5.0.0": "Fixed an issue regarding configuration reloading.\nAdded configuration options to force disable the transformation of specific classes.\nAdded options to configure the window title and icon.", + "1.12.2-1.4.1.1": "Fixed a crash with Rebind Narrator.", + "1.12.2-1.4.1.0": "Readded 1.8+ compatibility.", + "1.12.2-1.4.0.1": "Fixed SpongeForge incompatibility.", + "1.12.2-1.4.0.0": "Readded /rpreloadclient.\nSeveral bug fixes and improvements.\nAdded the Toggle Narrator keybind.\nAdded the Minecart AI fix.", + "1.12.2-1.3.0.0": "Code refactor.\nImproved and reorganized the configuration.\nAdded a configuration GUI.\nRemoved /rpreloadclient.\nAdded configurable player speed limits.\nAdded faster language switching.\nThe logo now shows up in the mod list.", + "1.12.2-1.2.1.1": "Fixed a crash.", + "1.12.2-1.2.1.0": "Fixed the fix of the read timeout implementation.", + "1.12.2-1.2.0.0": "Fixed the read timeout implementation and added an option to set the KeepAlive packet interval.\nRemoved the FMLNetworkHandler patch as it was completely unnecessary.", + "1.12.2-1.1.0.0": "Minor fixes and code cleanup.\nAdded the option to force returning to the title screen on disconnect.\nAdded /rpreload and /rpreloadclient.", + "1.12.2-1.0.1.0": "Fixed an error.", + "1.12.2-1.0.0.0": "Initial release." + }, + "1.10": { + "1.12.2-1.22.1.10": "Normal and elytra movement speed limits can now be configured when Ice and Fire is installed.", + "1.12.2-1.22.1.9": "The default login timeout is now 1800 ticks (90 seconds).", + "1.12.2-1.22.1.8": "No longer errors when Bigger Packets Please is installed.", + "1.12.2-1.22.1.7": "Fixed the ItemBucket patch.", + "1.12.2-1.22.1.6": "Fixed CatServer compatibility with the ItemBucket patch again.", + "1.12.2-1.22.1.5": "Fixed CatServer compatibility with the ItemBucket patch.", + "1.12.2-1.22.1.4": "Fixed Magma compatibility.", + "1.12.2-1.22.1.3": "Fixed Quark compatibility.", + "1.12.2-1.22.1.2": "Fixed the TileEntityPiston patch.", + "1.12.2-1.22.1.1": "Fixed Ice and Fire and Quark compatibility.", + "1.12.2-1.22.0.0": "Implemented a fix for dismount positions.", + "1.12.2-1.21.2.0": "Fixed observers not being triggered when moved by a piston.", + "1.12.2-1.21.1.6": "Attempted a read tiemout fix.", + "1.12.2-1.21.0.3": "Fixed the login timeout patch.", + "1.12.2-1.21.0.2": "Fixed LiteLoader not working.", + "1.12.2-1.21.0.1": "Fixed a crash that occurs on older versions of Minecraft when the potion glint patch is disabled.", + "1.12.2-1.21.0.0": "Observers no longer send a signal when they are placed by default.\nFixed EigenCraft Unofficial Patch and Replay Mod compatibility.\nThe particle fixes are now compatible with CleanView and Dynamic Surroundings.", + "1.12.2-1.20.1.0": "Fixed SpongeForge compatibility.", + "1.12.2-1.20.0.1": "Hotfix.", + "1.12.2-1.20.0.0": "Refactor.\nAdded a configuration option to change the framerate limit step size.", + "1.12.2-1.19.1.1": "Temporary fix for SpongeForge compatibility.", + "1.12.2-1.19.1.0": "The Dismount keybind no longer displays as conflicting with the Sneak keybind.\nThe Dismount keybind is now enabled by default.", + "1.12.2-1.19.0.0": "Added a fix for MC-5694, which causes fast mining to sometimes only destroy blocks client-side only.\nAdded a fix for MC-54026, which causes blocks attached to slime blocks in some circumstances to create ghost blocks if a piston pushes the slime block.", + "1.12.2-1.18.2.3": "Fixed Ice and Fire compatibility.", + "1.12.2-1.18.2.2": "Fixed compatibility between the smooth eye level change animation and Valkyrien Skies.", + "1.12.2-1.18.2.1": "Fixed the transformer exclusion.", + "1.12.2-1.18.1.1": "Fixed compatibility between BetterPortals and the smooth eye level change animation.", + "1.12.2-1.17.2.1": "The window icon and title configuration options now work alongside It's the little things.", + "1.12.2-1.17.2.0": "Implemented an invisible player model fix.\nFixed /rpreload and /rpreloadclient.", + "1.12.2-1.17.1.0": "The packet size limit patch no longer loads when LittleTiles is installed.\nHopefully fixed the window icons not working on Mac OS X.", + "1.12.2-1.17.0.0": "Optimized the \"TickNextTick out of synch\" IllegalStateException fix and made it enabled by default.\nBackported the smooth eye level change animation from Minecraft 1.13 and newer.", + "1.12.2-1.16.3.1": "The packet size limit patch no longer loads when SpongeForge is installed.", + "1.12.2-1.16.3.0": "Attempted another fix for the \"TickNextTick out of synch\" IllegalStateException.", + "1.12.2-1.16.2.1": "Fixed the End portal tweaks.\nThe \"TickNextTick out of synch\" fix attempt is now disabled by default.", + "1.12.2-1.16.2.0": "Improved the window icon configuration options.\nAttempted a fix for the \"TickNextTick out of synch\" IllegalStateException.", + "1.12.2-1.16.1.0": "Minor fixes and improvements.", + "1.12.2-1.16.0.0": "Cleaned up the code.\nRemoved the Teleporter replacement patch.\nImplemented particle fixes.\nAdded a configuration option to change the packet size limit.\nImplemented a dismount keybind which is separate from the sneak keybind. It is disabled by default.\nConfiguration options no longer exist on versions of Minecraft they have no effect on.", + "1.12.2-1.15.1.0": "The potion glowing effect is now toggleable in-game.\nCustom window icons are now loaded earlier.\nFixed 1.8 compatibility again.", + "1.12.2-1.15.0.3": "Fixed the faster language switching patch.\nChanged the End portal and End gateway break particle textures to obsidian to match Minecraft 1.13+.", + "1.12.2-1.15.0.2": "Fixed a ClassCastException related to the skull stacking fix.", + "1.12.2-1.15.0.1": "Fixed ReBind compatibility.", + "1.12.2-1.15.0.0": "Switched to RandomLib for configuration handling, which means the configuration GUI now works on all supported versions of Minecraft.\nFixed 1.8 compatibility.\nFixed localizations on older versions of Minecraft.", + "1.12.2-1.14.1.1": "Improved the implementation of the skull stacking fix, potentially fixing a ConcurrentModificationException.", + "1.12.2-1.14.1.0": "Fixed a ConcurrentModificationException related to the skull stacking fix.\nFilled buckets can now replace Nether portals by default.", + "1.12.2-1.14.0.0": "Fixed issues related to the skull stacking fix.\nThe boat buoyancy patch now only affects boats that are under flowing water.\nImplemented a fix for MC-11944.", + "1.12.2-1.13.0.1": "Fixed a server crash introduced in 1.12.2-1.13.0.1.", + "1.12.2-1.13.0.0": "Implemented the skull stacking fix.\nFixed 1.11 compatibility.", + "1.12.2-1.12.1.0": "Removed the portal renderer replacement.", + "1.12.2-1.12.0.2": "RandomPatches now also fixes End Gateway break particle textures.", + "1.12.2-1.12.0.1": "Fixed Cubic Chunks compatibility.", + "1.12.2-1.12.0.0": "Moved the Teleporter and portal renderer replacements back from RandomPatches Integration.", + "1.12.2-1.11.0.3": "Improved the configuration.", + "1.12.2-1.11.0.2": "Fixed compatibility with the Golden Lasso from Extra Utilities 2 and similar items by storing entities' bounding boxes as relative instead of absolute.", + "1.12.2-1.11.0.1": "Improved the configuration.", + "1.12.2-1.11.0.0": "Improved the configuration.", + "1.12.2-1.10.0.0": "Removed RandomPortals support.\nFixed a typo in the configuration.\nCode cleanup and refactor.", + "1.12.2-1.9.1.2": "Fixed End portal teleportation.", + "1.12.2-1.9.1.1": "Fixed /rpreloadclient.", + "1.12.2-1.9.1.0": "Fixed Vertical End Portals compatibility.", + "1.12.2-1.9.0.0": "Refactor.\nImplemented a fix for MC-2025.", + "1.12.2-1.8.0.0": "Fixed 1.8+ compatibility.\nImplemented a fix for MC-129057.\nAdded boat tweaks.", + "1.12.2-1.7.0.0": "Added End portal tweaks.", + "1.12.2-1.6.1.2": "Minor tweaks to configuration property comments.\nImproved an error message.", + "1.12.2-1.6.1.1": "An error message is now logged if an invalid fingerprint is detected.", + "1.12.2-1.6.1.0": "Fixed /rpreload and /rpreloadclient.", + "1.12.2-1.6.0.2": "Possible JustEnoughIDs compatibility fix.", + "1.12.2-1.6.0.1": "Fixed a server crash.", + "1.12.2-1.6.0.0": "Cleaned up the code.\nAdded an option to disable potion glints.", + "1.12.2-1.5.0.4": "Potential compatibility fix.", + "1.12.2-1.5.0.3": "Fixed a NullPointerException related to the Toggle Narrator keybind.", + "1.12.2-1.5.0.2": "Potentially fixed a crash with AppleCore.", + "1.12.2-1.5.0.1": "Bug fixes and improvements.", + "1.12.2-1.5.0.0": "Fixed an issue regarding configuration reloading.\nAdded configuration options to force disable the transformation of specific classes.\nAdded options to configure the window title and icon.", + "1.12.2-1.4.1.1": "Fixed a crash with Rebind Narrator.", + "1.12.2-1.4.1.0": "Readded 1.8+ compatibility.", + "1.12.2-1.4.0.1": "Fixed SpongeForge incompatibility.", + "1.12.2-1.4.0.0": "Readded /rpreloadclient.\nSeveral bug fixes and improvements.\nAdded the Toggle Narrator keybind.\nAdded the Minecart AI fix.", + "1.12.2-1.3.0.0": "Code refactor.\nImproved and reorganized the configuration.\nAdded a configuration GUI.\nRemoved /rpreloadclient.\nAdded configurable player speed limits.\nAdded faster language switching.\nThe logo now shows up in the mod list.", + "1.12.2-1.2.1.1": "Fixed a crash.", + "1.12.2-1.2.1.0": "Fixed the fix of the read timeout implementation.", + "1.12.2-1.2.0.0": "Fixed the read timeout implementation and added an option to set the KeepAlive packet interval.\nRemoved the FMLNetworkHandler patch as it was completely unnecessary.", + "1.12.2-1.1.0.0": "Minor fixes and code cleanup.\nAdded the option to force returning to the title screen on disconnect.\nAdded /rpreload and /rpreloadclient.", + "1.12.2-1.0.1.0": "Fixed an error.", + "1.12.2-1.0.0.0": "Initial release." + }, + "1.9.4": { + "1.12.2-1.22.1.10": "Normal and elytra movement speed limits can now be configured when Ice and Fire is installed.", + "1.12.2-1.22.1.9": "The default login timeout is now 1800 ticks (90 seconds).", + "1.12.2-1.22.1.8": "No longer errors when Bigger Packets Please is installed.", + "1.12.2-1.22.1.7": "Fixed the ItemBucket patch.", + "1.12.2-1.22.1.6": "Fixed CatServer compatibility with the ItemBucket patch again.", + "1.12.2-1.22.1.5": "Fixed CatServer compatibility with the ItemBucket patch.", + "1.12.2-1.22.1.4": "Fixed Magma compatibility.", + "1.12.2-1.22.1.3": "Fixed Quark compatibility.", + "1.12.2-1.22.1.2": "Fixed the TileEntityPiston patch.", + "1.12.2-1.22.1.1": "Fixed Ice and Fire and Quark compatibility.", + "1.12.2-1.22.0.0": "Implemented a fix for dismount positions.", + "1.12.2-1.21.2.0": "Fixed observers not being triggered when moved by a piston.", + "1.12.2-1.21.1.6": "Attempted a read tiemout fix.", + "1.12.2-1.21.0.3": "Fixed the login timeout patch.", + "1.12.2-1.21.0.2": "Fixed LiteLoader not working.", + "1.12.2-1.21.0.1": "Fixed a crash that occurs on older versions of Minecraft when the potion glint patch is disabled.", + "1.12.2-1.21.0.0": "Observers no longer send a signal when they are placed by default.\nFixed EigenCraft Unofficial Patch and Replay Mod compatibility.\nThe particle fixes are now compatible with CleanView and Dynamic Surroundings.", + "1.12.2-1.20.1.0": "Fixed SpongeForge compatibility.", + "1.12.2-1.20.0.1": "Hotfix.", + "1.12.2-1.20.0.0": "Refactor.\nAdded a configuration option to change the framerate limit step size.", + "1.12.2-1.19.1.1": "Temporary fix for SpongeForge compatibility.", + "1.12.2-1.19.1.0": "The Dismount keybind no longer displays as conflicting with the Sneak keybind.\nThe Dismount keybind is now enabled by default.", + "1.12.2-1.19.0.0": "Added a fix for MC-5694, which causes fast mining to sometimes only destroy blocks client-side only.\nAdded a fix for MC-54026, which causes blocks attached to slime blocks in some circumstances to create ghost blocks if a piston pushes the slime block.", + "1.12.2-1.18.2.3": "Fixed Ice and Fire compatibility.", + "1.12.2-1.18.2.2": "Fixed compatibility between the smooth eye level change animation and Valkyrien Skies.", + "1.12.2-1.18.2.1": "Fixed the transformer exclusion.", + "1.12.2-1.18.1.1": "Fixed compatibility between BetterPortals and the smooth eye level change animation.", + "1.12.2-1.17.2.1": "The window icon and title configuration options now work alongside It's the little things.", + "1.12.2-1.17.2.0": "Implemented an invisible player model fix.\nFixed /rpreload and /rpreloadclient.", + "1.12.2-1.17.1.0": "The packet size limit patch no longer loads when LittleTiles is installed.\nHopefully fixed the window icons not working on Mac OS X.", + "1.12.2-1.17.0.0": "Optimized the \"TickNextTick out of synch\" IllegalStateException fix and made it enabled by default.\nBackported the smooth eye level change animation from Minecraft 1.13 and newer.", + "1.12.2-1.16.3.1": "The packet size limit patch no longer loads when SpongeForge is installed.", + "1.12.2-1.16.3.0": "Attempted another fix for the \"TickNextTick out of synch\" IllegalStateException.", + "1.12.2-1.16.2.1": "Fixed the End portal tweaks.\nThe \"TickNextTick out of synch\" fix attempt is now disabled by default.", + "1.12.2-1.16.2.0": "Improved the window icon configuration options.\nAttempted a fix for the \"TickNextTick out of synch\" IllegalStateException.", + "1.12.2-1.16.1.0": "Minor fixes and improvements.", + "1.12.2-1.16.0.0": "Cleaned up the code.\nRemoved the Teleporter replacement patch.\nImplemented particle fixes.\nAdded a configuration option to change the packet size limit.\nImplemented a dismount keybind which is separate from the sneak keybind. It is disabled by default.\nConfiguration options no longer exist on versions of Minecraft they have no effect on.", + "1.12.2-1.15.1.0": "The potion glowing effect is now toggleable in-game.\nCustom window icons are now loaded earlier.\nFixed 1.8 compatibility again.", + "1.12.2-1.15.0.3": "Fixed the faster language switching patch.\nChanged the End portal and End gateway break particle textures to obsidian to match Minecraft 1.13+.", + "1.12.2-1.15.0.2": "Fixed a ClassCastException related to the skull stacking fix.", + "1.12.2-1.15.0.1": "Fixed ReBind compatibility.", + "1.12.2-1.15.0.0": "Switched to RandomLib for configuration handling, which means the configuration GUI now works on all supported versions of Minecraft.\nFixed 1.8 compatibility.\nFixed localizations on older versions of Minecraft.", + "1.12.2-1.14.1.1": "Improved the implementation of the skull stacking fix, potentially fixing a ConcurrentModificationException.", + "1.12.2-1.14.1.0": "Fixed a ConcurrentModificationException related to the skull stacking fix.\nFilled buckets can now replace Nether portals by default.", + "1.12.2-1.14.0.0": "Fixed issues related to the skull stacking fix.\nThe boat buoyancy patch now only affects boats that are under flowing water.\nImplemented a fix for MC-11944.", + "1.12.2-1.13.0.1": "Fixed a server crash introduced in 1.12.2-1.13.0.1.", + "1.12.2-1.13.0.0": "Implemented the skull stacking fix.\nFixed 1.11 compatibility.", + "1.12.2-1.12.1.0": "Removed the portal renderer replacement.", + "1.12.2-1.12.0.2": "RandomPatches now also fixes End Gateway break particle textures.", + "1.12.2-1.12.0.1": "Fixed Cubic Chunks compatibility.", + "1.12.2-1.12.0.0": "Moved the Teleporter and portal renderer replacements back from RandomPatches Integration.", + "1.12.2-1.11.0.3": "Improved the configuration.", + "1.12.2-1.11.0.2": "Fixed compatibility with the Golden Lasso from Extra Utilities 2 and similar items by storing entities' bounding boxes as relative instead of absolute.", + "1.12.2-1.11.0.1": "Improved the configuration.", + "1.12.2-1.11.0.0": "Improved the configuration.", + "1.12.2-1.10.0.0": "Removed RandomPortals support.\nFixed a typo in the configuration.\nCode cleanup and refactor.", + "1.12.2-1.9.1.2": "Fixed End portal teleportation.", + "1.12.2-1.9.1.1": "Fixed /rpreloadclient.", + "1.12.2-1.9.1.0": "Fixed Vertical End Portals compatibility.", + "1.12.2-1.9.0.0": "Refactor.\nImplemented a fix for MC-2025.", + "1.12.2-1.8.0.0": "Fixed 1.8+ compatibility.\nImplemented a fix for MC-129057.\nAdded boat tweaks.", + "1.12.2-1.7.0.0": "Added End portal tweaks.", + "1.12.2-1.6.1.2": "Minor tweaks to configuration property comments.\nImproved an error message.", + "1.12.2-1.6.1.1": "An error message is now logged if an invalid fingerprint is detected.", + "1.12.2-1.6.1.0": "Fixed /rpreload and /rpreloadclient.", + "1.12.2-1.6.0.2": "Possible JustEnoughIDs compatibility fix.", + "1.12.2-1.6.0.1": "Fixed a server crash.", + "1.12.2-1.6.0.0": "Cleaned up the code.\nAdded an option to disable potion glints.", + "1.12.2-1.5.0.4": "Potential compatibility fix.", + "1.12.2-1.5.0.3": "Fixed a NullPointerException related to the Toggle Narrator keybind.", + "1.12.2-1.5.0.2": "Potentially fixed a crash with AppleCore.", + "1.12.2-1.5.0.1": "Bug fixes and improvements.", + "1.12.2-1.5.0.0": "Fixed an issue regarding configuration reloading.\nAdded configuration options to force disable the transformation of specific classes.\nAdded options to configure the window title and icon.", + "1.12.2-1.4.1.1": "Fixed a crash with Rebind Narrator.", + "1.12.2-1.4.1.0": "Readded 1.8+ compatibility.", + "1.12.2-1.0.1.0": "Fixed an error.", + "1.12.2-1.0.0.0": "Initial release." + }, + "1.9": { + "1.12.2-1.22.1.10": "Normal and elytra movement speed limits can now be configured when Ice and Fire is installed.", + "1.12.2-1.22.1.9": "The default login timeout is now 1800 ticks (90 seconds).", + "1.12.2-1.22.1.8": "No longer errors when Bigger Packets Please is installed.", + "1.12.2-1.22.1.7": "Fixed the ItemBucket patch.", + "1.12.2-1.22.1.6": "Fixed CatServer compatibility with the ItemBucket patch again.", + "1.12.2-1.22.1.5": "Fixed CatServer compatibility with the ItemBucket patch.", + "1.12.2-1.22.1.4": "Fixed Magma compatibility.", + "1.12.2-1.22.1.3": "Fixed Quark compatibility.", + "1.12.2-1.22.1.2": "Fixed the TileEntityPiston patch.", + "1.12.2-1.22.1.1": "Fixed Ice and Fire and Quark compatibility.", + "1.12.2-1.22.0.0": "Implemented a fix for dismount positions.", + "1.12.2-1.21.2.0": "Fixed observers not being triggered when moved by a piston.", + "1.12.2-1.21.1.6": "Attempted a read tiemout fix.", + "1.12.2-1.21.0.3": "Fixed the login timeout patch.", + "1.12.2-1.21.0.2": "Fixed LiteLoader not working.", + "1.12.2-1.21.0.1": "Fixed a crash that occurs on older versions of Minecraft when the potion glint patch is disabled.", + "1.12.2-1.21.0.0": "Observers no longer send a signal when they are placed by default.\nFixed EigenCraft Unofficial Patch and Replay Mod compatibility.\nThe particle fixes are now compatible with CleanView and Dynamic Surroundings.", + "1.12.2-1.20.1.0": "Fixed SpongeForge compatibility.", + "1.12.2-1.20.0.1": "Hotfix.", + "1.12.2-1.20.0.0": "Refactor.\nAdded a configuration option to change the framerate limit step size.", + "1.12.2-1.19.1.1": "Temporary fix for SpongeForge compatibility.", + "1.12.2-1.19.1.0": "The Dismount keybind no longer displays as conflicting with the Sneak keybind.\nThe Dismount keybind is now enabled by default.", + "1.12.2-1.19.0.0": "Added a fix for MC-5694, which causes fast mining to sometimes only destroy blocks client-side only.\nAdded a fix for MC-54026, which causes blocks attached to slime blocks in some circumstances to create ghost blocks if a piston pushes the slime block.", + "1.12.2-1.18.2.3": "Fixed Ice and Fire compatibility.", + "1.12.2-1.18.2.2": "Fixed compatibility between the smooth eye level change animation and Valkyrien Skies.", + "1.12.2-1.18.2.1": "Fixed the transformer exclusion.", + "1.12.2-1.18.1.1": "Fixed compatibility between BetterPortals and the smooth eye level change animation.", + "1.12.2-1.17.2.1": "The window icon and title configuration options now work alongside It's the little things.", + "1.12.2-1.17.2.0": "Implemented an invisible player model fix.\nFixed /rpreload and /rpreloadclient.", + "1.12.2-1.17.1.0": "The packet size limit patch no longer loads when LittleTiles is installed.\nHopefully fixed the window icons not working on Mac OS X.", + "1.12.2-1.17.0.0": "Optimized the \"TickNextTick out of synch\" IllegalStateException fix and made it enabled by default.\nBackported the smooth eye level change animation from Minecraft 1.13 and newer.", + "1.12.2-1.16.3.1": "The packet size limit patch no longer loads when SpongeForge is installed.", + "1.12.2-1.16.3.0": "Attempted another fix for the \"TickNextTick out of synch\" IllegalStateException.", + "1.12.2-1.16.2.1": "Fixed the End portal tweaks.\nThe \"TickNextTick out of synch\" fix attempt is now disabled by default.", + "1.12.2-1.16.2.0": "Improved the window icon configuration options.\nAttempted a fix for the \"TickNextTick out of synch\" IllegalStateException.", + "1.12.2-1.16.1.0": "Minor fixes and improvements.", + "1.12.2-1.16.0.0": "Cleaned up the code.\nRemoved the Teleporter replacement patch.\nImplemented particle fixes.\nAdded a configuration option to change the packet size limit.\nImplemented a dismount keybind which is separate from the sneak keybind. It is disabled by default.\nConfiguration options no longer exist on versions of Minecraft they have no effect on.", + "1.12.2-1.15.1.0": "The potion glowing effect is now toggleable in-game.\nCustom window icons are now loaded earlier.\nFixed 1.8 compatibility again.", + "1.12.2-1.15.0.3": "Fixed the faster language switching patch.\nChanged the End portal and End gateway break particle textures to obsidian to match Minecraft 1.13+.", + "1.12.2-1.15.0.2": "Fixed a ClassCastException related to the skull stacking fix.", + "1.12.2-1.15.0.1": "Fixed ReBind compatibility.", + "1.12.2-1.15.0.0": "Switched to RandomLib for configuration handling, which means the configuration GUI now works on all supported versions of Minecraft.\nFixed 1.8 compatibility.\nFixed localizations on older versions of Minecraft.", + "1.12.2-1.14.1.1": "Improved the implementation of the skull stacking fix, potentially fixing a ConcurrentModificationException.", + "1.12.2-1.14.1.0": "Fixed a ConcurrentModificationException related to the skull stacking fix.\nFilled buckets can now replace Nether portals by default.", + "1.12.2-1.14.0.0": "Fixed issues related to the skull stacking fix.\nThe boat buoyancy patch now only affects boats that are under flowing water.\nImplemented a fix for MC-11944.", + "1.12.2-1.13.0.1": "Fixed a server crash introduced in 1.12.2-1.13.0.1.", + "1.12.2-1.13.0.0": "Implemented the skull stacking fix.\nFixed 1.11 compatibility.", + "1.12.2-1.12.1.0": "Removed the portal renderer replacement.", + "1.12.2-1.12.0.2": "RandomPatches now also fixes End Gateway break particle textures.", + "1.12.2-1.12.0.1": "Fixed Cubic Chunks compatibility.", + "1.12.2-1.12.0.0": "Moved the Teleporter and portal renderer replacements back from RandomPatches Integration.", + "1.12.2-1.11.0.3": "Improved the configuration.", + "1.12.2-1.11.0.2": "Fixed compatibility with the Golden Lasso from Extra Utilities 2 and similar items by storing entities' bounding boxes as relative instead of absolute.", + "1.12.2-1.11.0.1": "Improved the configuration.", + "1.12.2-1.11.0.0": "Improved the configuration.", + "1.12.2-1.10.0.0": "Removed RandomPortals support.\nFixed a typo in the configuration.\nCode cleanup and refactor.", + "1.12.2-1.9.1.2": "Fixed End portal teleportation.", + "1.12.2-1.9.1.1": "Fixed /rpreloadclient.", + "1.12.2-1.9.1.0": "Fixed Vertical End Portals compatibility.", + "1.12.2-1.9.0.0": "Refactor.\nImplemented a fix for MC-2025.", + "1.12.2-1.8.0.0": "Fixed 1.8+ compatibility.\nImplemented a fix for MC-129057.\nAdded boat tweaks.", + "1.12.2-1.7.0.0": "Added End portal tweaks.", + "1.12.2-1.6.1.2": "Minor tweaks to configuration property comments.\nImproved an error message.", + "1.12.2-1.6.1.1": "An error message is now logged if an invalid fingerprint is detected.", + "1.12.2-1.6.1.0": "Fixed /rpreload and /rpreloadclient.", + "1.12.2-1.6.0.2": "Possible JustEnoughIDs compatibility fix.", + "1.12.2-1.6.0.1": "Fixed a server crash.", + "1.12.2-1.6.0.0": "Cleaned up the code.\nAdded an option to disable potion glints.", + "1.12.2-1.5.0.4": "Potential compatibility fix.", + "1.12.2-1.5.0.3": "Fixed a NullPointerException related to the Toggle Narrator keybind.", + "1.12.2-1.5.0.2": "Potentially fixed a crash with AppleCore.", + "1.12.2-1.5.0.1": "Bug fixes and improvements.", + "1.12.2-1.5.0.0": "Fixed an issue regarding configuration reloading.\nAdded configuration options to force disable the transformation of specific classes.\nAdded options to configure the window title and icon.", + "1.12.2-1.4.1.1": "Fixed a crash with Rebind Narrator.", + "1.12.2-1.4.1.0": "Readded 1.8+ compatibility.", + "1.12.2-1.0.1.0": "Fixed an error.", + "1.12.2-1.0.0.0": "Initial release." + }, + "1.8.9": { + "1.12.2-1.22.1.10": "Normal and elytra movement speed limits can now be configured when Ice and Fire is installed.", + "1.12.2-1.22.1.9": "The default login timeout is now 1800 ticks (90 seconds).", + "1.12.2-1.22.1.8": "No longer errors when Bigger Packets Please is installed.", + "1.12.2-1.22.1.7": "Fixed the ItemBucket patch.", + "1.12.2-1.22.1.6": "Fixed CatServer compatibility with the ItemBucket patch again.", + "1.12.2-1.22.1.5": "Fixed CatServer compatibility with the ItemBucket patch.", + "1.12.2-1.22.1.4": "Fixed Magma compatibility.", + "1.12.2-1.22.1.3": "Fixed Quark compatibility.", + "1.12.2-1.22.1.2": "Fixed the TileEntityPiston patch.", + "1.12.2-1.22.1.1": "Fixed Ice and Fire and Quark compatibility.", + "1.12.2-1.22.0.0": "Implemented a fix for dismount positions.", + "1.12.2-1.21.2.0": "Fixed observers not being triggered when moved by a piston.", + "1.12.2-1.21.1.6": "Attempted a read tiemout fix.", + "1.12.2-1.21.0.3": "Fixed the login timeout patch.", + "1.12.2-1.21.0.2": "Fixed LiteLoader not working.", + "1.12.2-1.21.0.1": "Fixed a crash that occurs on older versions of Minecraft when the potion glint patch is disabled.", + "1.12.2-1.21.0.0": "Observers no longer send a signal when they are placed by default.\nFixed EigenCraft Unofficial Patch and Replay Mod compatibility.\nThe particle fixes are now compatible with CleanView and Dynamic Surroundings.", + "1.12.2-1.20.1.0": "Fixed SpongeForge compatibility.", + "1.12.2-1.20.0.1": "Hotfix.", + "1.12.2-1.20.0.0": "Refactor.\nAdded a configuration option to change the framerate limit step size.", + "1.12.2-1.19.1.1": "Temporary fix for SpongeForge compatibility.", + "1.12.2-1.19.1.0": "The Dismount keybind no longer displays as conflicting with the Sneak keybind.\nThe Dismount keybind is now enabled by default.", + "1.12.2-1.19.0.0": "Added a fix for MC-5694, which causes fast mining to sometimes only destroy blocks client-side only.\nAdded a fix for MC-54026, which causes blocks attached to slime blocks in some circumstances to create ghost blocks if a piston pushes the slime block.", + "1.12.2-1.18.2.3": "Fixed Ice and Fire compatibility.", + "1.12.2-1.18.2.2": "Fixed compatibility between the smooth eye level change animation and Valkyrien Skies.", + "1.12.2-1.18.2.1": "Fixed the transformer exclusion.", + "1.12.2-1.18.1.1": "Fixed compatibility between BetterPortals and the smooth eye level change animation.", + "1.12.2-1.17.2.1": "The window icon and title configuration options now work alongside It's the little things.", + "1.12.2-1.17.2.0": "Implemented an invisible player model fix.\nFixed /rpreload and /rpreloadclient.", + "1.12.2-1.17.1.0": "The packet size limit patch no longer loads when LittleTiles is installed.\nHopefully fixed the window icons not working on Mac OS X.", + "1.12.2-1.17.0.0": "Optimized the \"TickNextTick out of synch\" IllegalStateException fix and made it enabled by default.\nBackported the smooth eye level change animation from Minecraft 1.13 and newer.", + "1.12.2-1.16.3.1": "The packet size limit patch no longer loads when SpongeForge is installed.", + "1.12.2-1.16.3.0": "Attempted another fix for the \"TickNextTick out of synch\" IllegalStateException.", + "1.12.2-1.16.2.1": "Fixed the End portal tweaks.\nThe \"TickNextTick out of synch\" fix attempt is now disabled by default.", + "1.12.2-1.16.2.0": "Improved the window icon configuration options.\nAttempted a fix for the \"TickNextTick out of synch\" IllegalStateException.", + "1.12.2-1.16.1.0": "Minor fixes and improvements.", + "1.12.2-1.16.0.0": "Cleaned up the code.\nRemoved the Teleporter replacement patch.\nImplemented particle fixes.\nAdded a configuration option to change the packet size limit.\nImplemented a dismount keybind which is separate from the sneak keybind. It is disabled by default.\nConfiguration options no longer exist on versions of Minecraft they have no effect on.", + "1.12.2-1.15.1.0": "The potion glowing effect is now toggleable in-game.\nCustom window icons are now loaded earlier.\nFixed 1.8 compatibility again.", + "1.12.2-1.15.0.3": "Fixed the faster language switching patch.\nChanged the End portal and End gateway break particle textures to obsidian to match Minecraft 1.13+.", + "1.12.2-1.15.0.2": "Fixed a ClassCastException related to the skull stacking fix.", + "1.12.2-1.15.0.1": "Fixed ReBind compatibility.", + "1.12.2-1.15.0.0": "Switched to RandomLib for configuration handling, which means the configuration GUI now works on all supported versions of Minecraft.\nFixed 1.8 compatibility.\nFixed localizations on older versions of Minecraft.", + "1.12.2-1.14.1.1": "Improved the implementation of the skull stacking fix, potentially fixing a ConcurrentModificationException.", + "1.12.2-1.14.1.0": "Fixed a ConcurrentModificationException related to the skull stacking fix.\nFilled buckets can now replace Nether portals by default.", + "1.12.2-1.14.0.0": "Fixed issues related to the skull stacking fix.\nThe boat buoyancy patch now only affects boats that are under flowing water.\nImplemented a fix for MC-11944.", + "1.12.2-1.13.0.1": "Fixed a server crash introduced in 1.12.2-1.13.0.1.", + "1.12.2-1.13.0.0": "Implemented the skull stacking fix.\nFixed 1.11 compatibility.", + "1.12.2-1.12.1.0": "Removed the portal renderer replacement.", + "1.12.2-1.12.0.2": "RandomPatches now also fixes End Gateway break particle textures.", + "1.12.2-1.12.0.1": "Fixed Cubic Chunks compatibility.", + "1.12.2-1.12.0.0": "Moved the Teleporter and portal renderer replacements back from RandomPatches Integration.", + "1.12.2-1.11.0.3": "Improved the configuration.", + "1.12.2-1.11.0.2": "Fixed compatibility with the Golden Lasso from Extra Utilities 2 and similar items by storing entities' bounding boxes as relative instead of absolute.", + "1.12.2-1.11.0.1": "Improved the configuration.", + "1.12.2-1.11.0.0": "Improved the configuration.", + "1.12.2-1.10.0.0": "Removed RandomPortals support.\nFixed a typo in the configuration.\nCode cleanup and refactor.", + "1.12.2-1.9.1.2": "Fixed End portal teleportation.", + "1.12.2-1.9.1.1": "Fixed /rpreloadclient.", + "1.12.2-1.9.1.0": "Fixed Vertical End Portals compatibility.", + "1.12.2-1.9.0.0": "Refactor.\nImplemented a fix for MC-2025.", + "1.12.2-1.8.0.0": "Fixed 1.8+ compatibility.\nImplemented a fix for MC-129057.\nAdded boat tweaks.", + "1.12.2-1.7.0.0": "Added End portal tweaks.", + "1.12.2-1.6.1.2": "Minor tweaks to configuration property comments.\nImproved an error message.", + "1.12.2-1.6.1.1": "An error message is now logged if an invalid fingerprint is detected.", + "1.12.2-1.6.1.0": "Fixed /rpreload and /rpreloadclient.", + "1.12.2-1.6.0.2": "Possible JustEnoughIDs compatibility fix.", + "1.12.2-1.6.0.1": "Fixed a server crash.", + "1.12.2-1.6.0.0": "Cleaned up the code.\nAdded an option to disable potion glints.", + "1.12.2-1.5.0.4": "Potential compatibility fix.", + "1.12.2-1.5.0.3": "Fixed a NullPointerException related to the Toggle Narrator keybind.", + "1.12.2-1.5.0.2": "Potentially fixed a crash with AppleCore.", + "1.12.2-1.5.0.1": "Bug fixes and improvements.", + "1.12.2-1.5.0.0": "Fixed an issue regarding configuration reloading.\nAdded configuration options to force disable the transformation of specific classes.\nAdded options to configure the window title and icon.", + "1.12.2-1.4.1.1": "Fixed a crash with Rebind Narrator.", + "1.12.2-1.4.1.0": "Readded 1.8+ compatibility.", + "1.12.2-1.0.1.0": "Fixed an error.", + "1.12.2-1.0.0.0": "Initial release." + }, + "1.8.8": { + "1.12.2-1.22.1.10": "Normal and elytra movement speed limits can now be configured when Ice and Fire is installed.", + "1.12.2-1.22.1.9": "The default login timeout is now 1800 ticks (90 seconds).", + "1.12.2-1.22.1.8": "No longer errors when Bigger Packets Please is installed.", + "1.12.2-1.22.1.7": "Fixed the ItemBucket patch.", + "1.12.2-1.22.1.6": "Fixed CatServer compatibility with the ItemBucket patch again.", + "1.12.2-1.22.1.5": "Fixed CatServer compatibility with the ItemBucket patch.", + "1.12.2-1.22.1.4": "Fixed Magma compatibility.", + "1.12.2-1.22.1.3": "Fixed Quark compatibility.", + "1.12.2-1.22.1.2": "Fixed the TileEntityPiston patch.", + "1.12.2-1.22.1.1": "Fixed Ice and Fire and Quark compatibility.", + "1.12.2-1.22.0.0": "Implemented a fix for dismount positions.", + "1.12.2-1.21.2.0": "Fixed observers not being triggered when moved by a piston.", + "1.12.2-1.21.1.6": "Attempted a read tiemout fix.", + "1.12.2-1.21.0.3": "Fixed the login timeout patch.", + "1.12.2-1.21.0.2": "Fixed LiteLoader not working.", + "1.12.2-1.21.0.1": "Fixed a crash that occurs on older versions of Minecraft when the potion glint patch is disabled.", + "1.12.2-1.21.0.0": "Observers no longer send a signal when they are placed by default.\nFixed EigenCraft Unofficial Patch and Replay Mod compatibility.\nThe particle fixes are now compatible with CleanView and Dynamic Surroundings.", + "1.12.2-1.20.1.0": "Fixed SpongeForge compatibility.", + "1.12.2-1.20.0.1": "Hotfix.", + "1.12.2-1.20.0.0": "Refactor.\nAdded a configuration option to change the framerate limit step size.", + "1.12.2-1.19.1.1": "Temporary fix for SpongeForge compatibility.", + "1.12.2-1.19.1.0": "The Dismount keybind no longer displays as conflicting with the Sneak keybind.\nThe Dismount keybind is now enabled by default.", + "1.12.2-1.19.0.0": "Added a fix for MC-5694, which causes fast mining to sometimes only destroy blocks client-side only.\nAdded a fix for MC-54026, which causes blocks attached to slime blocks in some circumstances to create ghost blocks if a piston pushes the slime block.", + "1.12.2-1.18.2.3": "Fixed Ice and Fire compatibility.", + "1.12.2-1.18.2.2": "Fixed compatibility between the smooth eye level change animation and Valkyrien Skies.", + "1.12.2-1.18.2.1": "Fixed the transformer exclusion.", + "1.12.2-1.18.1.1": "Fixed compatibility between BetterPortals and the smooth eye level change animation.", + "1.12.2-1.17.2.1": "The window icon and title configuration options now work alongside It's the little things.", + "1.12.2-1.17.2.0": "Implemented an invisible player model fix.\nFixed /rpreload and /rpreloadclient.", + "1.12.2-1.17.1.0": "The packet size limit patch no longer loads when LittleTiles is installed.\nHopefully fixed the window icons not working on Mac OS X.", + "1.12.2-1.17.0.0": "Optimized the \"TickNextTick out of synch\" IllegalStateException fix and made it enabled by default.\nBackported the smooth eye level change animation from Minecraft 1.13 and newer.", + "1.12.2-1.16.3.1": "The packet size limit patch no longer loads when SpongeForge is installed.", + "1.12.2-1.16.3.0": "Attempted another fix for the \"TickNextTick out of synch\" IllegalStateException.", + "1.12.2-1.16.2.1": "Fixed the End portal tweaks.\nThe \"TickNextTick out of synch\" fix attempt is now disabled by default.", + "1.12.2-1.16.2.0": "Improved the window icon configuration options.\nAttempted a fix for the \"TickNextTick out of synch\" IllegalStateException.", + "1.12.2-1.16.1.0": "Minor fixes and improvements.", + "1.12.2-1.16.0.0": "Cleaned up the code.\nRemoved the Teleporter replacement patch.\nImplemented particle fixes.\nAdded a configuration option to change the packet size limit.\nImplemented a dismount keybind which is separate from the sneak keybind. It is disabled by default.\nConfiguration options no longer exist on versions of Minecraft they have no effect on.", + "1.12.2-1.15.1.0": "The potion glowing effect is now toggleable in-game.\nCustom window icons are now loaded earlier.\nFixed 1.8 compatibility again.", + "1.12.2-1.15.0.3": "Fixed the faster language switching patch.\nChanged the End portal and End gateway break particle textures to obsidian to match Minecraft 1.13+.", + "1.12.2-1.15.0.2": "Fixed a ClassCastException related to the skull stacking fix.", + "1.12.2-1.15.0.1": "Fixed ReBind compatibility.", + "1.12.2-1.15.0.0": "Switched to RandomLib for configuration handling, which means the configuration GUI now works on all supported versions of Minecraft.\nFixed 1.8 compatibility.\nFixed localizations on older versions of Minecraft.", + "1.12.2-1.14.1.1": "Improved the implementation of the skull stacking fix, potentially fixing a ConcurrentModificationException.", + "1.12.2-1.14.1.0": "Fixed a ConcurrentModificationException related to the skull stacking fix.\nFilled buckets can now replace Nether portals by default.", + "1.12.2-1.14.0.0": "Fixed issues related to the skull stacking fix.\nThe boat buoyancy patch now only affects boats that are under flowing water.\nImplemented a fix for MC-11944.", + "1.12.2-1.13.0.1": "Fixed a server crash introduced in 1.12.2-1.13.0.1.", + "1.12.2-1.13.0.0": "Implemented the skull stacking fix.\nFixed 1.11 compatibility.", + "1.12.2-1.12.1.0": "Removed the portal renderer replacement.", + "1.12.2-1.12.0.2": "RandomPatches now also fixes End Gateway break particle textures.", + "1.12.2-1.12.0.1": "Fixed Cubic Chunks compatibility.", + "1.12.2-1.12.0.0": "Moved the Teleporter and portal renderer replacements back from RandomPatches Integration.", + "1.12.2-1.11.0.3": "Improved the configuration.", + "1.12.2-1.11.0.2": "Fixed compatibility with the Golden Lasso from Extra Utilities 2 and similar items by storing entities' bounding boxes as relative instead of absolute.", + "1.12.2-1.11.0.1": "Improved the configuration.", + "1.12.2-1.11.0.0": "Improved the configuration.", + "1.12.2-1.10.0.0": "Removed RandomPortals support.\nFixed a typo in the configuration.\nCode cleanup and refactor.", + "1.12.2-1.9.1.2": "Fixed End portal teleportation.", + "1.12.2-1.9.1.1": "Fixed /rpreloadclient.", + "1.12.2-1.9.1.0": "Fixed Vertical End Portals compatibility.", + "1.12.2-1.9.0.0": "Refactor.\nImplemented a fix for MC-2025.", + "1.12.2-1.8.0.0": "Fixed 1.8+ compatibility.\nImplemented a fix for MC-129057.\nAdded boat tweaks.", + "1.12.2-1.7.0.0": "Added End portal tweaks.", + "1.12.2-1.6.1.2": "Minor tweaks to configuration property comments.\nImproved an error message.", + "1.12.2-1.6.1.1": "An error message is now logged if an invalid fingerprint is detected.", + "1.12.2-1.6.1.0": "Fixed /rpreload and /rpreloadclient.", + "1.12.2-1.6.0.2": "Possible JustEnoughIDs compatibility fix.", + "1.12.2-1.6.0.1": "Fixed a server crash.", + "1.12.2-1.6.0.0": "Cleaned up the code.\nAdded an option to disable potion glints.", + "1.12.2-1.5.0.4": "Potential compatibility fix.", + "1.12.2-1.5.0.3": "Fixed a NullPointerException related to the Toggle Narrator keybind.", + "1.12.2-1.5.0.2": "Potentially fixed a crash with AppleCore.", + "1.12.2-1.5.0.1": "Bug fixes and improvements.", + "1.12.2-1.5.0.0": "Fixed an issue regarding configuration reloading.\nAdded configuration options to force disable the transformation of specific classes.\nAdded options to configure the window title and icon.", + "1.12.2-1.4.1.1": "Fixed a crash with Rebind Narrator.", + "1.12.2-1.4.1.0": "Readded 1.8+ compatibility.", + "1.12.2-1.0.1.0": "Fixed an error.", + "1.12.2-1.0.0.0": "Initial release." + }, + "1.8": { + "1.12.2-1.22.1.10": "Normal and elytra movement speed limits can now be configured when Ice and Fire is installed.", + "1.12.2-1.22.1.9": "The default login timeout is now 1800 ticks (90 seconds).", + "1.12.2-1.22.1.8": "No longer errors when Bigger Packets Please is installed.", + "1.12.2-1.22.1.7": "Fixed the ItemBucket patch.", + "1.12.2-1.22.1.6": "Fixed CatServer compatibility with the ItemBucket patch again.", + "1.12.2-1.22.1.5": "Fixed CatServer compatibility with the ItemBucket patch.", + "1.12.2-1.22.1.4": "Fixed Magma compatibility.", + "1.12.2-1.22.1.3": "Fixed Quark compatibility.", + "1.12.2-1.22.1.2": "Fixed the TileEntityPiston patch.", + "1.12.2-1.22.1.1": "Fixed Ice and Fire and Quark compatibility.", + "1.12.2-1.22.0.0": "Implemented a fix for dismount positions.", + "1.12.2-1.21.2.0": "Fixed observers not being triggered when moved by a piston.", + "1.12.2-1.21.1.6": "Attempted a read tiemout fix.", + "1.12.2-1.21.0.3": "Fixed the login timeout patch.", + "1.12.2-1.21.0.2": "Fixed LiteLoader not working.", + "1.12.2-1.21.0.1": "Fixed a crash that occurs on older versions of Minecraft when the potion glint patch is disabled.", + "1.12.2-1.21.0.0": "Observers no longer send a signal when they are placed by default.\nFixed EigenCraft Unofficial Patch and Replay Mod compatibility.\nThe particle fixes are now compatible with CleanView and Dynamic Surroundings.", + "1.12.2-1.20.1.0": "Fixed SpongeForge compatibility.", + "1.12.2-1.20.0.1": "Hotfix.", + "1.12.2-1.20.0.0": "Refactor.\nAdded a configuration option to change the framerate limit step size.", + "1.12.2-1.19.1.1": "Temporary fix for SpongeForge compatibility.", + "1.12.2-1.19.1.0": "The Dismount keybind no longer displays as conflicting with the Sneak keybind.\nThe Dismount keybind is now enabled by default.", + "1.12.2-1.19.0.0": "Added a fix for MC-5694, which causes fast mining to sometimes only destroy blocks client-side only.\nAdded a fix for MC-54026, which causes blocks attached to slime blocks in some circumstances to create ghost blocks if a piston pushes the slime block.", + "1.12.2-1.18.2.3": "Fixed Ice and Fire compatibility.", + "1.12.2-1.18.2.2": "Fixed compatibility between the smooth eye level change animation and Valkyrien Skies.", + "1.12.2-1.18.2.1": "Fixed the transformer exclusion.", + "1.12.2-1.18.1.1": "Fixed compatibility between BetterPortals and the smooth eye level change animation.", + "1.12.2-1.17.2.1": "The window icon and title configuration options now work alongside It's the little things.", + "1.12.2-1.17.2.0": "Implemented an invisible player model fix.\nFixed /rpreload and /rpreloadclient.", + "1.12.2-1.17.1.0": "The packet size limit patch no longer loads when LittleTiles is installed.\nHopefully fixed the window icons not working on Mac OS X.", + "1.12.2-1.17.0.0": "Optimized the \"TickNextTick out of synch\" IllegalStateException fix and made it enabled by default.\nBackported the smooth eye level change animation from Minecraft 1.13 and newer.", + "1.12.2-1.16.3.1": "The packet size limit patch no longer loads when SpongeForge is installed.", + "1.12.2-1.16.3.0": "Attempted another fix for the \"TickNextTick out of synch\" IllegalStateException.", + "1.12.2-1.16.2.1": "Fixed the End portal tweaks.\nThe \"TickNextTick out of synch\" fix attempt is now disabled by default.", + "1.12.2-1.16.2.0": "Improved the window icon configuration options.\nAttempted a fix for the \"TickNextTick out of synch\" IllegalStateException.", + "1.12.2-1.16.1.0": "Minor fixes and improvements.", + "1.12.2-1.16.0.0": "Cleaned up the code.\nRemoved the Teleporter replacement patch.\nImplemented particle fixes.\nAdded a configuration option to change the packet size limit.\nImplemented a dismount keybind which is separate from the sneak keybind. It is disabled by default.\nConfiguration options no longer exist on versions of Minecraft they have no effect on.", + "1.12.2-1.15.1.0": "The potion glowing effect is now toggleable in-game.\nCustom window icons are now loaded earlier.\nFixed 1.8 compatibility again.", + "1.12.2-1.15.0.3": "Fixed the faster language switching patch.\nChanged the End portal and End gateway break particle textures to obsidian to match Minecraft 1.13+.", + "1.12.2-1.15.0.2": "Fixed a ClassCastException related to the skull stacking fix.", + "1.12.2-1.15.0.1": "Fixed ReBind compatibility.", + "1.12.2-1.15.0.0": "Switched to RandomLib for configuration handling, which means the configuration GUI now works on all supported versions of Minecraft.\nFixed 1.8 compatibility.\nFixed localizations on older versions of Minecraft.", + "1.12.2-1.14.1.1": "Improved the implementation of the skull stacking fix, potentially fixing a ConcurrentModificationException.", + "1.12.2-1.14.1.0": "Fixed a ConcurrentModificationException related to the skull stacking fix.\nFilled buckets can now replace Nether portals by default.", + "1.12.2-1.14.0.0": "Fixed issues related to the skull stacking fix.\nThe boat buoyancy patch now only affects boats that are under flowing water.\nImplemented a fix for MC-11944.", + "1.12.2-1.13.0.1": "Fixed a server crash introduced in 1.12.2-1.13.0.1.", + "1.12.2-1.13.0.0": "Implemented the skull stacking fix.\nFixed 1.11 compatibility.", + "1.12.2-1.12.1.0": "Removed the portal renderer replacement.", + "1.12.2-1.12.0.2": "RandomPatches now also fixes End Gateway break particle textures.", + "1.12.2-1.12.0.1": "Fixed Cubic Chunks compatibility.", + "1.12.2-1.12.0.0": "Moved the Teleporter and portal renderer replacements back from RandomPatches Integration.", + "1.12.2-1.11.0.3": "Improved the configuration.", + "1.12.2-1.11.0.2": "Fixed compatibility with the Golden Lasso from Extra Utilities 2 and similar items by storing entities' bounding boxes as relative instead of absolute.", + "1.12.2-1.11.0.1": "Improved the configuration.", + "1.12.2-1.11.0.0": "Improved the configuration.", + "1.12.2-1.10.0.0": "Removed RandomPortals support.\nFixed a typo in the configuration.\nCode cleanup and refactor.", + "1.12.2-1.9.1.2": "Fixed End portal teleportation.", + "1.12.2-1.9.1.1": "Fixed /rpreloadclient.", + "1.12.2-1.9.1.0": "Fixed Vertical End Portals compatibility.", + "1.12.2-1.9.0.0": "Refactor.\nImplemented a fix for MC-2025.", + "1.12.2-1.8.0.0": "Fixed 1.8+ compatibility.\nImplemented a fix for MC-129057.\nAdded boat tweaks.", + "1.12.2-1.7.0.0": "Added End portal tweaks.", + "1.12.2-1.6.1.2": "Minor tweaks to configuration property comments.\nImproved an error message.", + "1.12.2-1.6.1.1": "An error message is now logged if an invalid fingerprint is detected.", + "1.12.2-1.6.1.0": "Fixed /rpreload and /rpreloadclient.", + "1.12.2-1.6.0.2": "Possible JustEnoughIDs compatibility fix.", + "1.12.2-1.6.0.1": "Fixed a server crash.", + "1.12.2-1.6.0.0": "Cleaned up the code.\nAdded an option to disable potion glints.", + "1.12.2-1.5.0.4": "Potential compatibility fix.", + "1.12.2-1.5.0.3": "Fixed a NullPointerException related to the Toggle Narrator keybind.", + "1.12.2-1.5.0.2": "Potentially fixed a crash with AppleCore.", + "1.12.2-1.5.0.1": "Bug fixes and improvements.", + "1.12.2-1.5.0.0": "Fixed an issue regarding configuration reloading.\nAdded configuration options to force disable the transformation of specific classes.\nAdded options to configure the window title and icon.", + "1.12.2-1.4.1.1": "Fixed a crash with Rebind Narrator.", + "1.12.2-1.4.1.0": "Readded 1.8+ compatibility.", + "1.12.2-1.0.1.0": "Fixed an error.", + "1.12.2-1.0.0.0": "Initial release." + }, + "promos": { + "1.16.5-latest": "2.4.4-forge", + "1.16.5-recommended": "2.4.4-forge", + "1.16.4-latest": "2.4.4-forge", + "1.16.4-recommended": "2.4.4-forge", + "1.16.3-latest": "2.4.4-forge", + "1.16.3-recommended": "2.4.4-forge", + "1.16.2-latest": "2.4.4-forge", + "1.16.2-recommended": "2.4.4-forge", + "1.16.1-latest": "2.4.4-forge", + "1.16.1-recommended": "2.4.4-forge", + "1.15.2-latest": "1.15.2-1.22.1.1", + "1.15.2-recommended": "1.15.2-1.22.1.1", + "1.14.4-latest": "1.14.4-1.22.1.1", + "1.14.4-recommended": "1.14.4-1.22.1.1", + "1.14.3-latest": "1.14.3-1.17.2.1", + "1.14.3-recommended": "1.14.3-1.17.2.1", + "1.14.2-latest": "1.14.2-1.16.2.0", + "1.14.2-recommended": "1.14.2-1.16.2.0", + "1.13.2-latest": "1.13.2-1.7.2.0", + "1.13.2-recommended": "1.13.2-1.17.2.0", + "1.12.2-latest": "1.12.2-1.22.1.10", + "1.12.2-recommended": "1.12.2-1.22.1.10", + "1.12-latest": "1.12.2-1.22.1.10", + "1.12-recommended": "1.12.2-1.22.1.10", + "1.11.2-latest": "1.12.2-1.22.1.10", + "1.11.2-recommended": "1.12.2-1.22.1.10", + "1.11-latest": "1.12.2-1.22.1.10", + "1.11-recommended": "1.12.2-1.22.1.10", + "1.10.2-latest": "1.12.2-1.22.1.10", + "1.10.2-recommended": "1.12.2-1.22.1.10", + "1.10-latest": "1.12.2-1.22.1.10", + "1.10-recommended": "1.12.2-1.22.1.10", + "1.9.4-latest": "1.12.2-1.22.1.10", + "1.9.4-recommended": "1.12.2-1.22.1.10", + "1.9-latest": "1.12.2-1.22.1.10", + "1.9-recommended": "1.12.2-1.22.1.10", + "1.8.9-latest": "1.12.2-1.22.1.10", + "1.8.9-recommended": "1.12.2-1.22.1.10", + "1.8.8-latest": "1.12.2-1.22.1.10", + "1.8.8-recommended": "1.12.2-1.22.1.10", + "1.8-latest": "1.12.2-1.22.1.10", + "1.8-recommended": "1.12.2-1.22.1.10" + } +} + +[16:57:36] [Forge Version Check/INFO] [forge.VersionCheck]: [randompatches] Found status: OUTDATED Target: 1.12.2-1.22.1.10 +[16:57:36] [Forge Version Check/INFO] [forge.VersionCheck]: [forge] Starting version check at http://files.minecraftforge.net/maven/net/minecraftforge/forge/promotions_slim.json +[16:57:37] [Server thread/INFO] [Astral Sorcery]: Crafttweaker found! Adding recipe handlers... +[16:57:37] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod astralsorcery +[16:57:37] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - Astral Sorcery took 1.015s +[16:57:37] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod quark +[16:57:37] [Server thread/INFO] [Quark]: 'Improved sleeping' is forcefully disabled as it's incompatible with the following loaded mods: [morpheus] +[16:57:37] [Server thread/INFO] [Quark]: 'Animals eat floor food' is forcefully disabled as it's incompatible with the following loaded mods: [betterwithmods] +[16:57:37] [Server thread/INFO] [Quark]: 'Charcoal block' is forcefully disabled as it's incompatible with the following loaded mods: [actuallyadditions, mekanism] +[16:57:37] [Server thread/INFO] [Quark]: 'Automatic tool restock' is forcefully disabled as it's incompatible with the following loaded mods: [inventorytweaks] +[16:57:37] [Server thread/INFO] [Quark]: 'Inventory sorting' is forcefully disabled as it's incompatible with the following loaded mods: [inventorytweaks] +[16:57:37] [Server thread/INFO] [Quark]: 'Food tooltip' is forcefully disabled as it's incompatible with the following loaded mods: [appleskin] +[16:57:37] [Server thread/INFO] [Quark]: Module vanity is enabled +[16:57:37] [Server thread/INFO] [Quark]: Module building is enabled +[16:57:37] [Server thread/INFO] [Quark]: Module tweaks is enabled +[16:57:37] [Server thread/INFO] [Quark]: Module automation is enabled +[16:57:37] [Server thread/INFO] [Quark]: Module decoration is enabled +[16:57:37] [Server thread/INFO] [Quark]: Module world is enabled +[16:57:37] [Server thread/INFO] [Quark]: Module management is enabled +[16:57:37] [Server thread/INFO] [Quark]: Module experimental is enabled +[16:57:37] [Server thread/INFO] [Quark]: Module misc is enabled +[16:57:37] [Server thread/INFO] [Quark]: Module client is enabled +[16:57:37] [Server thread/TRACE] [FML]: Automatically registered mod quark entity quark:flat_item_frame as quark:flat_item_frame +[16:57:37] [Server thread/TRACE] [FML]: Automatically registered mod quark entity quark:leash_knot as quark:leash_knot +[16:57:37] [Server thread/TRACE] [FML]: Automatically registered mod quark entity quark:glass_item_frame as quark:glass_item_frame +[16:57:37] [Server thread/TRACE] [FML]: Automatically registered mod quark entity quark:dweller as quark:dweller +[16:57:37] [Server thread/TRACE] [FML]: Automatically registered mod quark entity quark:ashen as quark:ashen +[16:57:37] [Server thread/TRACE] [FML]: Automatically registered mod quark entity quark:wraith as quark:wraith +[16:57:37] [Server thread/TRACE] [FML]: Automatically registered mod quark entity quark:arrow_ender as quark:arrow_ender +[16:57:37] [Server thread/TRACE] [FML]: Automatically registered mod quark entity quark:arrow_explosive as quark:arrow_explosive +[16:57:37] [Server thread/TRACE] [FML]: Automatically registered mod quark entity quark:arrow_torch as quark:arrow_torch +[16:57:37] [Server thread/TRACE] [FML]: Automatically registered mod quark entity quark:dragon_breath_bottle as quark:dragon_breath_bottle +[16:57:37] [Server thread/TRACE] [FML]: Automatically registered mod quark entity quark:soul_powder as quark:soul_powder +[16:57:37] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod quark +[16:57:37] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - Quark took 0.640s +[16:57:37] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod autoreglib +[16:57:37] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod autoreglib +[16:57:37] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - AutoRegLib took 0.003s +[16:57:37] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod bdlib +[16:57:37] [Server thread/INFO] [bdlib]: bdlib 1.14.3.12 loaded +[16:57:37] [Server thread/DEBUG] [bdlib]: List of loaded APIs: * AbyssalCraftAPI (1.29.1) from AbyssalCraft-1.12.2-1.9.19.1.jar + * AbyssalCraftAPI|Biome (1.29.1) from AbyssalCraft-1.12.2-1.9.19.1.jar + * AbyssalCraftAPI|Block (1.29.1) from AbyssalCraft-1.12.2-1.9.19.1.jar + * AbyssalCraftAPI|Caps (1.29.1) from AbyssalCraft-1.12.2-1.9.19.1.jar + * AbyssalCraftAPI|Condition (1.29.1) from AbyssalCraft-1.12.2-1.9.19.1.jar + * AbyssalCraftAPI|Disruption (1.29.1) from AbyssalCraft-1.12.2-1.9.19.1.jar + * AbyssalCraftAPI|Energy (1.29.1) from AbyssalCraft-1.12.2-1.9.19.1.jar + * AbyssalCraftAPI|Entity (1.29.1) from AbyssalCraft-1.12.2-1.9.19.1.jar + * AbyssalCraftAPI|Event (1.29.1) from AbyssalCraft-1.12.2-1.9.19.1.jar + * AbyssalCraftAPI|Integration (1.29.1) from AbyssalCraft-1.12.2-1.9.19.1.jar + * AbyssalCraftAPI|Internal (1.29.1) from AbyssalCraft-1.12.2-1.9.19.1.jar + * AbyssalCraftAPI|Item (1.29.1) from AbyssalCraft-1.12.2-1.9.19.1.jar + * AbyssalCraftAPI|Necronomicon (1.29.1) from AbyssalCraft-1.12.2-1.9.19.1.jar + * AbyssalCraftAPI|Recipe (1.29.1) from AbyssalCraft-1.12.2-1.9.19.1.jar + * AbyssalCraftAPI|Rending (1.29.1) from AbyssalCraft-1.12.2-1.9.19.1.jar + * AbyssalCraftAPI|Ritual (1.29.1) from AbyssalCraft-1.12.2-1.9.19.1.jar + * AbyssalCraftAPI|Spell (1.29.1) from AbyssalCraft-1.12.2-1.9.19.1.jar + * AbyssalCraftAPI|Structure (1.29.1) from AbyssalCraft-1.12.2-1.9.19.1.jar + * actuallyadditionsapi (34) from ActuallyAdditions-1.12.2-r149.jar + * antiqueatlasapi (5.1) from antiqueatlas-1.12.2-4.5.1.jar + * appliedenergistics2|API (rv6) from appliedenergistics2-rv6-stable-7.jar + * Base|API (1.0.0) from base-1.12.2-3.13.0.jar + * Baubles|API (1.4.0.2) from ImprovedBackpacks-1.12.2-1.5.0.0.jar + * betteradvancements|API (0.0.11) from Triumph-1.12.2-3.19.2.jar + * BetterWithModsAPI (Beta 0.6) from AppleSkin-mc1.12-1.0.14.jar + * betterwithmodsAPI (1.12-2.3.20-1027) from BetterWithMods-1.12-2.3.20-1027.jar + * BetweenlandsAPI (1.12.9) from TheBetweenlands-3.5.10-universal.jar + * bloodmagic-api (2.0.0) from BloodMagic-1.12.2-2.4.1-103.jar + * buildcraftapi_blocks (1.0) from buildcraft-core-7.99.24.1.jar + * buildcraftapi_boards (2.0) from buildcraft-core-7.99.24.1.jar + * buildcraftapi_core (2.2) from buildcraft-core-7.99.24.1.jar + * buildcraftapi_crops (1.1) from buildcraft-core-7.99.24.1.jar + * buildcraftapi_enums (1.0) from buildcraft-core-7.99.24.1.jar + * buildcraftapi_events (2.0) from buildcraft-core-7.99.24.1.jar + * buildcraftapi_facades (1.1) from buildcraft-core-7.99.24.1.jar + * buildcraftapi_filler (5.0) from buildcraft-core-7.99.24.1.jar + * buildcraftapi_fuels (2.0) from buildcraft-core-7.99.24.1.jar + * buildcraftapi_gates (4.1) from buildcraft-core-7.99.24.1.jar + * buildcraftapi_items (1.1) from buildcraft-core-7.99.24.1.jar + * buildcraftapi_library (2.0) from buildcraft-core-7.99.24.1.jar + * buildcraftapi_lists (1.0) from buildcraft-core-7.99.24.1.jar + * buildcraftapi_power (1.3) from buildcraft-core-7.99.24.1.jar + * buildcraftapi_recipes (3.0) from buildcraft-core-7.99.24.1.jar + * buildcraftapi_robotics (3.0) from buildcraft-core-7.99.24.1.jar + * buildcraftapi_statements (1.1) from buildcraft-core-7.99.24.1.jar + * buildcraftapi_tiles (1.2) from buildcraft-core-7.99.24.1.jar + * buildcraftapi_tools (1.0) from buildcraft-core-7.99.24.1.jar + * buildcraftapi_transport (5.0) from buildcraft-core-7.99.24.1.jar + * Chisel-API (0.0.1) from Chisel-MC1.12.2-0.2.1.35.jar + * ChiselAPI|Carving (0.0.1) from Chisel-MC1.12.2-0.2.1.35.jar + * ChiselsAndBitsAPI (14.25.0) from chiselsandbits-14.33.jar + * commoncapabilities|api (0.0.1) from CommonCapabilities-1.12.2-2.4.1.jar + * ctm-api (0.1.0) from CTM-MC1.12.2-0.3.3.22.jar + * ctm-api-events (0.1.0) from CTM-MC1.12.2-0.3.3.22.jar + * ctm-api-models (0.1.0) from CTM-MC1.12.2-0.3.3.22.jar + * ctm-api-textures (0.1.0) from CTM-MC1.12.2-0.3.3.22.jar + * ctm-api-utils (0.1.0) from CTM-MC1.12.2-0.3.3.22.jar + * farmingforblockheads|api (1.0) from FarmingForBlockheads_1.12.2-3.1.28.jar + * Galacticraft API (1.1) from GalacticraftCore-1.12.2-4.0.2.280.jar + * Guide-API|API (2.0.0) from Guide-API-1.12-2.1.8-63.jar + * ImmersiveEngineering|API (1.0) from ImmersiveEngineering-0.12-98.jar + * ImmersiveEngineering|ImmersiveFluxAPI (1.0) from ImmersiveEngineering-0.12-98.jar + * ImprovedBackpacks|API (1.2.0.3) from ImprovedBackpacks-1.12.2-1.5.0.0.jar + * industrialforegoingapi (5) from industrialforegoing-1.12.2-1.12.13-237.jar + * integrateddynamics|api (0.2.0) from IntegratedDynamics-1.12.2-1.0.14.jar + * journeymap|client-api (1.4) from journeymap-1.12.2-5.5.4.jar + * journeymap|client-api-display (1.4) from journeymap-1.12.2-5.5.4.jar + * journeymap|client-api-event (1.4) from journeymap-1.12.2-5.5.4.jar + * journeymap|client-api-model (1.4) from journeymap-1.12.2-5.5.4.jar + * journeymap|client-api-util (1.4) from journeymap-1.12.2-5.5.4.jar + * JustEnoughItemsAPI (4.13.0) from jei_1.12.2-4.15.0.283.jar + * MekanismAPI|core (9.8.1) from Mekanism-1.12.2-9.8.3.390.jar + * MekanismAPI|energy (9.8.1) from Mekanism-1.12.2-9.8.3.390.jar + * MekanismAPI|gas (9.8.1) from Mekanism-1.12.2-9.8.3.390.jar + * MekanismAPI|infuse (9.8.1) from Mekanism-1.12.2-9.8.3.390.jar + * MekanismAPI|laser (9.8.1) from Mekanism-1.12.2-9.8.3.390.jar + * MekanismAPI|transmitter (9.8.1) from Mekanism-1.12.2-9.8.3.390.jar + * MekanismAPI|util (9.0.0) from Mekanism-1.12.2-9.8.3.390.jar + * MouseTweaks|API (1.0) from MouseTweaks-2.10-mc1.12.2.jar + * PneumaticCraftApi (1.1) from pneumaticcraft-repressurized-1.12.2-0.11.1-361.jar + * QuarkAPI (4) from Quark-r1.5-158.jar + * reborncoreAPI (3.19.5) from RebornCore-1.12.2-3.19.5-universal.jar + * reborncoreAPI|Power (3.19.5) from RebornCore-1.12.2-3.19.5-universal.jar + * reborncoreAPI|Recipe (3.19.5) from RebornCore-1.12.2-3.19.5-universal.jar + * reborncoreAPI|Tile (3.19.5) from RebornCore-1.12.2-3.19.5-universal.jar + * redstonefluxapi (2.1.0) from RedstoneFlux-1.12-2.1.0.6-universal.jar + * stevescartsAPI (${version}) from StevesCarts-1.12.2-2.4.32.137.jar + * stevescartsAPI|FARMS (${version}) from StevesCarts-1.12.2-2.4.32.137.jar + * StorageDrawersAPI (2.1.0) from StorageDrawers-1.12.2-5.4.2.jar + * StorageDrawersAPI|event (2.1.0) from StorageDrawers-1.12.2-5.4.2.jar + * StorageDrawersAPI|registry (2.1.0) from StorageDrawers-1.12.2-5.4.2.jar + * StorageDrawersAPI|render (2.1.0) from StorageDrawers-1.12.2-5.4.2.jar + * StorageDrawersAPI|storage (2.1.0) from StorageDrawers-1.12.2-5.4.2.jar + * StorageDrawersAPI|storage-attribute (2.1.0) from StorageDrawers-1.12.2-5.4.2.jar + * team_reborn|Praescriptum (3.19.5) from RebornCore-1.12.2-3.19.5-universal.jar + * togetherforeverapi (1) from togetherforever-1.12.2-1.0.12-22.jar + * totemic|API (1.12.2-7.1.0) from Totemic-1.12.2-0.11.6.jar + * valkyrielib.api (1.12.2-2.0.10a) from valkyrielib-1.12.2-2.0.20.1.jar + * WailaAPI (1.3) from Hwyla-1.8.26-B41_1.12.2.jar +[16:57:37] [Server thread/INFO] [bdlib]: Initialized network channel 'bdew.multiblock' for mod 'bdlib' +[16:57:37] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod bdlib +[16:57:37] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - BD Lib took 0.038s +[16:57:37] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod betterwithaddons +[16:57:38] [Server thread/WARN] [FML]: A mod has attempted to assign Block Block{minecraft:air} to the Fluid 'water' but this Fluid has already been linked to the Block Block{minecraft:water}. You may have duplicate Fluid Blocks as a result. It *may* be possible to configure your mods to avoid this. +[16:57:38] [Server thread/TRACE] [FML]: Automatically registered mod betterwithaddons entity greatarrow as betterwithaddons:greatarrow +[16:57:38] [Server thread/TRACE] [FML]: Automatically registered mod betterwithaddons entity ya as betterwithaddons:ya +[16:57:38] [Server thread/TRACE] [FML]: Automatically registered mod betterwithaddons entity artifactframe as betterwithaddons:artifactframe +[16:57:38] [Server thread/TRACE] [FML]: Automatically registered mod betterwithaddons entity ancestrybottle as betterwithaddons:ancestrybottle +[16:57:38] [Server thread/TRACE] [FML]: Automatically registered mod betterwithaddons entity spirit as betterwithaddons:spirit +[16:57:38] [Server thread/TRACE] [FML]: Automatically registered mod betterwithaddons entity karate_zombie as betterwithaddons:karate_zombie +[16:57:38] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod betterwithaddons +[16:57:38] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - Better with Addons took 0.170s +[16:57:38] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod betterbedrock +[16:57:38] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod betterbedrock +[16:57:38] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - Better Bedrock took 0.007s +[16:57:38] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod betterbuilderswands +[16:57:38] [Server thread/INFO] [betterbuilderswands]: Access transform success createStackedBlock (func_180643_i). +[16:57:38] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod betterbuilderswands +[16:57:38] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - Better Builder's Wands took 0.007s +[16:57:38] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod betterwithlib +[16:57:38] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod betterwithlib +[16:57:38] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - Better With Lib took 0.000s +[16:57:38] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod bibliocraft +[16:57:38] [Server thread/TRACE] [FML]: Automatically registered mod bibliocraft entity SeatEntity as bibliocraft:biblioseat +[16:57:38] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod bibliocraft +[16:57:38] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - BiblioCraft took 0.043s +[16:57:38] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod waila +[16:57:38] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod waila +[16:57:38] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - Waila took 0.025s +[16:57:38] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod modularrouters +[16:57:38] [Server thread/INFO] [modularrouters]: Modular Routers is loading! +[16:57:38] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod modularrouters +[16:57:38] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - Modular Routers took 0.025s +[16:57:38] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod guideapi +[16:57:38] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod guideapi +[16:57:38] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - Guide-API took 0.006s +[16:57:38] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod bloodmagic +[16:57:38] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod bloodmagic +[16:57:38] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - Blood Magic: Alchemical Wizardry took 0.131s +[16:57:38] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod bnbgaminglib +[16:57:38] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod bnbgaminglib +[16:57:38] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - BNBGamingLib took 0.000s +[16:57:38] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod bonsaitrees +[16:57:38] [Server thread/INFO] [bonsaitrees]: Loading configuration +[16:57:38] [Server thread/INFO] [bonsaitrees]: Trying to tell Waila about us +[16:57:38] [Server thread/INFO] [bonsaitrees]: Trying to tell CraftTweaker2 about us +[16:57:38] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod bonsaitrees +[16:57:38] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - Bonsai Trees took 0.019s +[16:57:38] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod bookshelf +[16:57:38] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod bookshelf +[16:57:38] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - Bookshelf took 0.001s +[16:57:38] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod bringbedrockback +[16:57:38] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod bringbedrockback +[16:57:38] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - BringBedrockBack took 0.000s +[16:57:38] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod buildcraftbuilders +[16:57:38] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod buildcraftbuilders +[16:57:38] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - BuildCraft Builders took 0.131s +[16:57:38] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod buildcraftfactory +[16:57:38] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod buildcraftfactory +[16:57:38] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - BuildCraft Factory took 0.051s +[16:57:38] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod buildcraftrobotics +[16:57:38] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod buildcraftrobotics +[16:57:38] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - BuildCraft Robotics took 0.008s +[16:57:38] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod buildcrafttransport +[16:57:38] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod buildcrafttransport +[16:57:38] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - BuildCraft Transport took 0.175s +[16:57:38] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod buildcraftsilicon +[16:57:38] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod buildcraftsilicon +[16:57:38] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - BuildCraft Silicon took 0.057s +[16:57:38] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod buildinggadgets +[16:57:38] [Server thread/TRACE] [FML]: Automatically registered mod buildinggadgets entity LaserGunEntity as buildinggadgets:blockbuildentity +[16:57:38] [Server thread/TRACE] [FML]: Automatically registered mod buildinggadgets entity ConstructionBlockEntity as buildinggadgets:constructionblockentity +[16:57:38] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod buildinggadgets +[16:57:38] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - Building Gadgets took 0.050s +[16:57:38] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod car +[16:57:38] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod car +[16:57:38] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - Ultimate Car Mod took 0.023s +[16:57:38] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod gamestages +[16:57:38] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod gamestages +[16:57:38] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - Game Stages took 0.016s +[16:57:38] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod carryon +[16:57:38] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod carryon +[16:57:38] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - Carry On took 0.045s +[16:57:38] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod cd4017be_lib +[16:57:38] [Server thread/WARN] [cd4017be_lib]: Problem occoured adding ImmersiveEngineering handler CrusherRecipe: java.lang.NoSuchMethodException: blusunrize.immersiveengineering.api.crafting.CrusherRecipe.removeRecipes(net.minecraft.item.ItemStack) +[16:57:38] [Server thread/WARN] [cd4017be_lib]: Problem occoured adding ImmersiveEngineering handler FermenterRecipe: java.lang.NoSuchMethodException: blusunrize.immersiveengineering.api.crafting.FermenterRecipe.removeRecipes(net.minecraft.item.ItemStack) +[16:57:38] [Server thread/WARN] [cd4017be_lib]: Problem occoured adding ImmersiveEngineering handler MixerRecipe: java.lang.NoSuchMethodException: blusunrize.immersiveengineering.api.crafting.MixerRecipe.removeRecipes(net.minecraft.item.ItemStack) +[16:57:38] [Server thread/WARN] [cd4017be_lib]: Problem occoured adding ImmersiveEngineering handler RefineryRecipe: java.lang.NoSuchMethodException: blusunrize.immersiveengineering.api.crafting.RefineryRecipe.removeRecipes(net.minecraft.item.ItemStack) +[16:57:38] [Server thread/WARN] [cd4017be_lib]: Problem occoured adding ImmersiveEngineering handler SqueezerRecipe: java.lang.NoSuchMethodException: blusunrize.immersiveengineering.api.crafting.SqueezerRecipe.removeRecipes(net.minecraft.item.ItemStack) +[16:57:38] [Server thread/INFO] [cd4017be_lib]: added ImmersiveEngineering wrapper module +[16:57:39] [Server thread/INFO] [cd4017be_lib]: skipped core.PRE_INIT +[16:57:39] [Server thread/INFO] [cd4017be_lib]: added Forge Energy-API with 100.0 J / Flux +[16:57:39] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod cd4017be_lib +[16:57:39] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - CD4017BE_lib took 0.066s +[16:57:39] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod ceramics +[16:57:39] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod ceramics +[16:57:39] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - Ceramics took 0.010s +[16:57:39] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod chameleon +[16:57:39] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod chameleon +[16:57:39] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - Chameleon took 0.000s +[16:57:39] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod chargers +[16:57:39] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into chargers for type INSTANCE +[16:57:39] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod chargers +[16:57:39] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - Chargers took 0.008s +[16:57:39] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod chiselsandbits +[16:57:39] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `mod.chiselsandbits.tileentitychiseled`, expected `chiselsandbits`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:39] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `mod.chiselsandbits.tileentitychiseled.tesr`, expected `chiselsandbits`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:39] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `mod.chiselsandbits.tileentitybittank`, expected `chiselsandbits`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:39] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod chiselsandbits +[16:57:39] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - Chisels & Bits took 0.096s +[16:57:39] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod clumps +[16:57:39] [Server thread/TRACE] [FML]: Automatically registered mod clumps entity xp_orb_big as clumps:xp_orb_big +[16:57:39] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod clumps +[16:57:39] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - Clumps took 0.004s +[16:57:39] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod codechickenlib +[16:57:39] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod codechickenlib +[16:57:39] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - CodeChicken Lib took 0.040s +[16:57:39] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod cyclopscore +[16:57:39] [Server thread/TRACE] [Cyclops Core]: preInit() +[16:57:39] [Server thread/TRACE] [Cyclops Core]: Registered general +[16:57:39] [Server thread/TRACE] [Cyclops Core]: Registered fluid_handler_capacity +[16:57:39] [Server thread/DEBUG] [BnBGamingCore]: Attempting to transform method func_192750_a in class net.minecraft.advancements.PlayerAdvancements +[16:57:39] [Server thread/DEBUG] [BnBGamingCore]: Successfully transformed method func_192750_a in class net.minecraft.advancements.PlayerAdvancements +[16:57:39] [Server thread/DEBUG] [BnBGamingCore]: Attempting to transform method func_192738_c in class net.minecraft.advancements.PlayerAdvancements +[16:57:39] [Server thread/DEBUG] [BnBGamingCore]: Successfully transformed method func_192738_c in class net.minecraft.advancements.PlayerAdvancements +[16:57:39] [Server thread/DEBUG] [BnBGamingCore]: Attempting to transform method func_192159_a in class net.minecraft.advancements.ICriterionTrigger$Listener +[16:57:39] [Server thread/DEBUG] [BnBGamingCore]: Successfully transformed method func_192159_a in class net.minecraft.advancements.ICriterionTrigger$Listener +[16:57:39] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod cyclopscore +[16:57:39] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - Cyclops Core took 0.088s +[16:57:39] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod commoncapabilities +[16:57:39] [Server thread/TRACE] [CommonCapabilities]: preInit() +[16:57:39] [Server thread/TRACE] [CommonCapabilities]: Registered general +[16:57:39] [Server thread/TRACE] [CommonCapabilities]: Registered worker +[16:57:39] [Server thread/TRACE] [CommonCapabilities]: Registered wrench +[16:57:39] [Server thread/TRACE] [CommonCapabilities]: Registered temperature +[16:57:39] [Server thread/TRACE] [CommonCapabilities]: Registered inventorystate +[16:57:39] [Server thread/TRACE] [CommonCapabilities]: Registered slotlessitemhandler +[16:57:39] [Server thread/TRACE] [CommonCapabilities]: Registered recipehandler +[16:57:39] [Server thread/TRACE] [CommonCapabilities]: Registered inventorystate +[16:57:39] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod commoncapabilities +[16:57:39] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - CommonCapabilities took 0.049s +[16:57:39] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod refinedstorage +[16:57:39] [Forge Version Check/DEBUG] [forge.VersionCheck]: [forge] Received version check data: +{ + "homepage": "https://files.minecraftforge.net/net/minecraftforge/forge/", + "promos": { + "1.1-latest": "1.3.4.29", + "1.2.3-latest": "1.4.1.64", + "1.2.4-latest": "2.0.0.68", + "1.2.5-latest": "3.4.9.171", + "1.3.2-latest": "4.3.5.318", + "1.4.0-latest": "5.0.0.326", + "1.4.1-latest": "6.0.0.329", + "1.4.2-latest": "6.0.1.355", + "1.4.3-latest": "6.2.1.358", + "1.4.4-latest": "6.3.0.378", + "1.4.5-latest": "6.4.2.448", + "1.4.6-latest": "6.5.0.489", + "1.4.7-latest": "6.6.2.534", + "1.5-latest": "7.7.0.598", + "1.5.1-latest": "7.7.2.682", + "1.5.2-latest": "7.8.1.738", + "1.5.2-recommended": "7.8.1.738", + "1.6.1-latest": "8.9.0.775", + "1.6.2-latest": "9.10.1.871", + "1.6.2-recommended": "9.10.1.871", + "1.6.3-latest": "9.11.0.878", + "1.6.4-latest": "9.11.1.1345", + "1.6.4-recommended": "9.11.1.1345", + "1.7.2-latest": "10.12.2.1161", + "1.7.2-recommended": "10.12.2.1161", + "1.7.10_pre4-latest": "10.12.2.1149", + "1.7.10-latest": "10.13.4.1614", + "1.7.10-recommended": "10.13.4.1614", + "1.8-latest": "11.14.4.1577", + "1.8-recommended": "11.14.4.1563", + "1.8.8-latest": "11.15.0.1655", + "1.8.9-latest": "11.15.1.2318", + "1.8.9-recommended": "11.15.1.2318", + "1.9-latest": "12.16.1.1938", + "1.9-recommended": "12.16.1.1887", + "1.9.4-latest": "12.17.0.2317", + "1.9.4-recommended": "12.17.0.2317", + "1.10-latest": "12.18.0.2000", + "1.10.2-latest": "12.18.3.2511", + "1.10.2-recommended": "12.18.3.2511", + "1.11-latest": "13.19.1.2199", + "1.11-recommended": "13.19.1.2189", + "1.11.2-latest": "13.20.1.2588", + "1.11.2-recommended": "13.20.1.2588", + "1.12-latest": "14.21.1.2443", + "1.12-recommended": "14.21.1.2387", + "1.12.1-latest": "14.22.1.2485", + "1.12.1-recommended": "14.22.1.2478", + "1.12.2-latest": "14.23.5.2860", + "1.12.2-recommended": "14.23.5.2859", + "1.13.2-latest": "25.0.223", + "1.14.2-latest": "26.0.63", + "1.14.3-latest": "27.0.60", + "1.14.4-latest": "28.2.26", + "1.14.4-recommended": "28.2.26", + "1.15-latest": "29.0.4", + "1.15.1-latest": "30.0.51", + "1.15.2-latest": "31.2.57", + "1.15.2-recommended": "31.2.57", + "1.16.1-latest": "32.0.108", + "1.16.2-latest": "33.0.61", + "1.16.3-latest": "34.1.42", + "1.16.3-recommended": "34.1.0", + "1.16.4-latest": "35.1.37", + "1.16.4-recommended": "35.1.4", + "1.16.5-latest": "36.2.42", + "1.16.5-recommended": "36.2.34", + "1.17.1-latest": "37.1.1", + "1.17.1-recommended": "37.1.1", + "1.18-latest": "38.0.17", + "1.18.1-latest": "39.1.2", + "1.18.1-recommended": "39.1.0", + "1.18.2-recommended": "40.3.0", + "1.18.2-latest": "40.3.10", + "1.19-latest": "41.1.0", + "1.19-recommended": "41.1.0", + "1.19.1-latest": "42.0.9", + "1.19.2-recommended": "43.5.0", + "1.19.2-latest": "43.5.0", + "1.19.3-latest": "44.1.23", + "1.19.3-recommended": "44.1.0", + "1.19.4-recommended": "45.4.0", + "1.19.4-latest": "45.4.0", + "1.20-latest": "46.0.14", + "1.20.1-recommended": "47.4.0", + "1.20.1-latest": "47.4.0", + "1.20.2-latest": "48.1.0", + "1.20.2-recommended": "48.1.0", + "1.20.3-latest": "49.0.2", + "1.20.4-latest": "49.2.0", + "1.20.4-recommended": "49.2.0", + "1.20.6-latest": "50.2.0", + "1.20.6-recommended": "50.2.0", + "1.21-latest": "51.0.33", + "1.21.1-latest": "52.1.1", + "1.21.1-recommended": "52.1.0", + "1.21.3-latest": "53.1.1", + "1.21.3-recommended": "53.1.0", + "1.21.4-latest": "54.1.3", + "1.21.4-recommended": "54.1.0", + "1.21.5-latest": "55.0.15" + } +} +[16:57:39] [Forge Version Check/INFO] [forge.VersionCheck]: [forge] Found status: AHEAD Target: null +[16:57:39] [Forge Version Check/INFO] [forge.VersionCheck]: [pneumaticcraft] Starting version check at https://raw.github.com/TeamPneumatic/pnc-repressurized/master/release_info.json +[16:57:39] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod refinedstorage +[16:57:39] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - Refined Storage took 0.540s +[16:57:39] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod compactmachines3 +[16:57:39] [Server thread/INFO] [compactmachines3]: Loading configuration +[16:57:39] [Server thread/INFO] [compactmachines3]: Registering dimension type: 144 +[16:57:39] [Server thread/DEBUG] [BnBGamingCore]: Attempting to transform method func_186060_c in class org.dave.compactmachines3.world.WorldProviderMachines +[16:57:39] [Server thread/DEBUG] [BnBGamingCore]: Successfully transformed method func_186060_c in class org.dave.compactmachines3.world.WorldProviderMachines +[16:57:39] [Server thread/INFO] [compactmachines3]: Registering Compact Machines 3 dimension: 144 +[16:57:39] [Server thread/INFO] [compactmachines3]: Trying to tell Waila about us +[16:57:39] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod compactmachines3 +[16:57:39] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - Compact Machines 3 took 0.028s +[16:57:39] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod conarm +[16:57:39] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod conarm +[16:57:39] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - Construct's Armory took 0.013s +[16:57:39] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod cookingforblockheads +[16:57:39] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod cookingforblockheads +[16:57:39] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - Cooking for Blockheads took 0.093s +[16:57:39] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod crafttweakerjei +[16:57:39] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod crafttweakerjei +[16:57:39] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - CraftTweaker JEI Support took 0.000s +[16:57:39] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod cucumber +[16:57:39] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod cucumber +[16:57:39] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - Cucumber Library took 0.003s +[16:57:39] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod darkutils +[16:57:40] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `sneaky`, expected `darkutils`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:40] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `timer`, expected `darkutils`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:40] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `monolith_exp`, expected `darkutils`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:40] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `monolith_spawning`, expected `darkutils`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:40] [Server thread/TRACE] [FML]: Automatically registered mod darkutils entity FakeTNT as darkutils:fake_tnt +[16:57:40] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `ender_tether`, expected `darkutils`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:40] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `ender_hopper`, expected `darkutils`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:40] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `anti_slime`, expected `darkutils`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:40] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod darkutils +[16:57:40] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - Dark Utilities took 0.057s +[16:57:40] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod movingworld +[16:57:40] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod movingworld +[16:57:40] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - Moving World took 0.008s +[16:57:40] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod davincisvessels +[16:57:40] [Server thread/TRACE] [FML]: Automatically registered mod davincisvessels entity shipmod as davincisvessels:ship +[16:57:40] [Server thread/TRACE] [FML]: Automatically registered mod davincisvessels entity attachment.seat as davincisvessels:seat +[16:57:40] [Server thread/TRACE] [FML]: Automatically registered mod davincisvessels entity parachute as davincisvessels:parachute +[16:57:40] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod davincisvessels +[16:57:40] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - Davinci's Vessels took 0.038s +[16:57:40] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod death_compass +[16:57:40] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod death_compass +[16:57:40] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - death_compass took 0.007s +[16:57:40] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod despawningspawners +[16:57:40] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod despawningspawners +[16:57:40] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - Despawning Spawners took 0.003s +[16:57:40] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod dimensionalcontrol +[16:57:40] [Server thread/DEBUG] [mixin]: Mixing MixinChunkPrimer from mixins.jeid.core.json into net.minecraft.world.chunk.ChunkPrimer +[16:57:40] [Server thread/TRACE] [mixin]: Added class metadata for net/minecraft/util/ObjectIntIdentityMap to metadata cache +[16:57:40] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `dimensionalcontroltile_entity_dimensional_portal`, expected `dimensionalcontrol`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:40] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod dimensionalcontrol +[16:57:40] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - Dimensional Control took 0.025s +[16:57:40] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod dimstages +[16:57:40] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod dimstages +[16:57:40] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - Dimension Stages took 0.000s +[16:57:40] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod dungpipe +[16:57:40] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod dungpipe +[16:57:40] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - Dung Pipe took 0.002s +[16:57:40] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod elevatorid +[16:57:40] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod elevatorid +[16:57:40] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - Elevator Mod took 0.004s +[16:57:40] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod emberroot +[16:57:40] [Server thread/WARN] [net.minecraft.network.datasync.EntityDataManager]: defineId called for: class net.minecraft.entity.monster.EntitySlime from class teamroots.emberroot.entity.slime.EntityRainbowSlime +[16:57:40] [Server thread/TRACE] [FML]: Automatically registered mod emberroot entity deers as emberroot:deers +[16:57:40] [Server thread/TRACE] [FML]: Automatically registered mod emberroot entity sprouts as emberroot:sprouts +[16:57:40] [Server thread/TRACE] [FML]: Automatically registered mod emberroot entity fairies as emberroot:fairies +[16:57:40] [Server thread/TRACE] [FML]: Automatically registered mod emberroot entity rainbowslime as emberroot:rainbowslime +[16:57:40] [Server thread/TRACE] [FML]: Automatically registered mod emberroot entity ember_projectile as emberroot:ember_projectile +[16:57:40] [Server thread/TRACE] [FML]: Automatically registered mod emberroot entity rainbow_golem as emberroot:rainbow_golem +[16:57:40] [Server thread/TRACE] [FML]: Automatically registered mod emberroot entity hero as emberroot:hero +[16:57:40] [Server thread/TRACE] [FML]: Automatically registered mod emberroot entity creeper as emberroot:creeper +[16:57:40] [Server thread/TRACE] [FML]: Automatically registered mod emberroot entity owl as emberroot:owl +[16:57:40] [Server thread/TRACE] [FML]: Automatically registered mod emberroot entity slime as emberroot:slime +[16:57:40] [Server thread/TRACE] [FML]: Automatically registered mod emberroot entity EntityOwlEgg as emberroot:entityowlegg +[16:57:40] [Server thread/TRACE] [FML]: Automatically registered mod emberroot entity dire_wolf as emberroot:dire_wolf +[16:57:40] [Server thread/TRACE] [FML]: Automatically registered mod emberroot entity withercat as emberroot:withercat +[16:57:40] [Server thread/TRACE] [FML]: Automatically registered mod emberroot entity witherwitch as emberroot:witherwitch +[16:57:40] [Server thread/TRACE] [FML]: Automatically registered mod emberroot entity enderminy as emberroot:enderminy +[16:57:40] [Server thread/TRACE] [FML]: Automatically registered mod emberroot entity knight_fallen as emberroot:knight_fallen +[16:57:40] [Server thread/TRACE] [FML]: Automatically registered mod emberroot entity fallenmount as emberroot:fallenmount +[16:57:40] [Server thread/TRACE] [FML]: Automatically registered mod emberroot entity timberwolf as emberroot:timberwolf +[16:57:40] [Server thread/TRACE] [FML]: Automatically registered mod emberroot entity rootsonesprite as emberroot:rootsonesprite +[16:57:40] [Server thread/TRACE] [FML]: Automatically registered mod emberroot entity rootsonespriteling as emberroot:rootsonespriteling +[16:57:40] [Server thread/TRACE] [FML]: Automatically registered mod emberroot entity rootsonespriteprojectile as emberroot:rootsonespriteprojectile +[16:57:40] [Server thread/TRACE] [FML]: Automatically registered mod emberroot entity rootsonespritegreater as emberroot:rootsonespritegreater +[16:57:40] [Server thread/TRACE] [FML]: Automatically registered mod emberroot entity rootsonespriteboss as emberroot:rootsonespriteboss +[16:57:40] [Server thread/TRACE] [FML]: Automatically registered mod emberroot entity skeleton_frozen as emberroot:skeleton_frozen +[16:57:40] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod emberroot +[16:57:40] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - EmberRoot Zoo took 0.133s +[16:57:40] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod enderstorage +[16:57:40] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `ender chest`, expected `enderstorage`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:40] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `ender tank`, expected `enderstorage`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:40] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod enderstorage +[16:57:40] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - EnderStorage took 0.051s +[16:57:40] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod enderutilities +[16:57:40] [Server thread/WARN] [enderutilities]: BlockUtils.getMatchingBlockStatesForString(): Invalid block state string 'bedrockbgone:better_bedrock' +[16:57:40] [Server thread/WARN] [enderutilities]: Invalid block state 'bedrockbgone:better_bedrock' in the energy bridge bedrock whitelist +[16:57:40] [Server thread/TRACE] [FML]: Automatically registered mod enderutilities entity enderutilities.enderarrow as enderutilities:enderarrow +[16:57:40] [Server thread/TRACE] [FML]: Automatically registered mod enderutilities entity enderutilities.enderpearlreusable as enderutilities:enderpearlreusable +[16:57:40] [Server thread/TRACE] [FML]: Automatically registered mod enderutilities entity enderutilities.endermanfighter as enderutilities:endermanfighter +[16:57:40] [Server thread/TRACE] [FML]: Automatically registered mod enderutilities entity enderutilities.chair as enderutilities:chair +[16:57:40] [Server thread/TRACE] [FML]: Automatically registered mod enderutilities entity enderutilities.fallingblock as enderutilities:fallingblock +[16:57:40] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod enderutilities +[16:57:40] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - Ender Utilities took 0.145s +[16:57:40] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod valkyrielib +[16:57:40] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod valkyrielib +[16:57:40] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - Valkyrie Lib took 0.047s +[16:57:40] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod environmentaltech +[16:57:41] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod environmentaltech +[16:57:41] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - Environmental Tech took 0.499s +[16:57:41] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod extendedcrafting +[16:57:41] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `ec_pedestal`, expected `extendedcrafting`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:41] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `ec_crafting_core`, expected `extendedcrafting`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:41] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `ec_automation_interface`, expected `extendedcrafting`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:41] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `ec_basic_table`, expected `extendedcrafting`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:41] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `ec_advanced_table`, expected `extendedcrafting`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:41] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `ec_elite_table`, expected `extendedcrafting`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:41] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `ec_ultimate_table`, expected `extendedcrafting`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:41] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `ec_compressor`, expected `extendedcrafting`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:41] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `extendedcraftingender_crafter`, expected `extendedcrafting`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:41] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod extendedcrafting +[16:57:41] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - Extended Crafting took 0.109s +[16:57:41] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod galacticraftcore +[16:57:41] [Forge Version Check/DEBUG] [forge.VersionCheck]: [pneumaticcraft] Received version check data: +{ + "homepage": "https://minecraft.curseforge.com/projects/pneumaticcraft-repressurized", + "promos": { + "1.12.2-recommended": "0.11.15-398", + "1.12.2-latest": "0.11.15-398" + }, + "1.12.2": { + "0.1.0-45": "Initial release", + "0.1.0-47": "* https://github.com/TeamPneumatic/pnc-repressurized/blob/master/Changelog.md#010-47-19-nov-2017", + "0.2.0-85": "* https://github.com/TeamPneumatic/pnc-repressurized/blob/master/Changelog.md#020-85-12-dec-2017", + "0.3.0-124": "* https://github.com/TeamPneumatic/pnc-repressurized/blob/master/Changelog.md#030-124-17-jan-2018", + "0.3.1-125": "* https://github.com/TeamPneumatic/pnc-repressurized/blob/master/Changelog.md#031-125-18-jan-2018", + "0.4.0-136": "* https://github.com/TeamPneumatic/pnc-repressurized/blob/master/Changelog.md#040-136-1-feb-2018", + "0.4.1-142": "* https://github.com/TeamPneumatic/pnc-repressurized/blob/master/Changelog.md#041-142-10-feb-2018", + "0.5.0-159": "* https://github.com/TeamPneumatic/pnc-repressurized/blob/master/Changelog.md#050-159-26-feb-2018", + "0.5.1-163": "* https://github.com/TeamPneumatic/pnc-repressurized/blob/master/Changelog.md#051-163-21-mar-2018", + "0.6.0-174": "* https://github.com/TeamPneumatic/pnc-repressurized/blob/master/Changelog.md#060-174-21-apr-2018", + "0.6.1-176": "* https://github.com/TeamPneumatic/pnc-repressurized/blob/master/Changelog.md#061-176-22-apr-2018", + "0.6.2-179": "* https://github.com/TeamPneumatic/pnc-repressurized/blob/master/Changelog.md#062-179-24-apr-2018", + "0.6.3-181": "* https://github.com/TeamPneumatic/pnc-repressurized/blob/master/Changelog.md#063-181-25-apr-2018", + "0.6.4-186": "* https://github.com/TeamPneumatic/pnc-repressurized/blob/master/Changelog.md#064-186-3-may-2018", + "0.6.5-189": "* https://github.com/TeamPneumatic/pnc-repressurized/blob/master/Changelog.md#065-189-11-may-2018", + "0.6.6-192": "* https://github.com/TeamPneumatic/pnc-repressurized/blob/master/Changelog.md#066-192-14-may-2018", + "0.6.7-210": "* https://github.com/TeamPneumatic/pnc-repressurized/blob/master/Changelog.md#067-210-7-jun-2018", + "0.6.8-219": "* https://github.com/TeamPneumatic/pnc-repressurized/blob/master/Changelog.md#068-219-27-jun-2018", + "0.7.0-228": "* https://github.com/TeamPneumatic/pnc-repressurized/blob/master/Changelog.md#070-228-8-jul-2018", + "0.7.1-231": "* https://github.com/TeamPneumatic/pnc-repressurized/blob/master/Changelog.md#071-231-9-jul-2018", + "0.7.2-234": "* https://github.com/TeamPneumatic/pnc-repressurized/blob/master/Changelog.md#072-234-11-jul-2018", + "0.7.3-239": "* https://github.com/TeamPneumatic/pnc-repressurized/blob/master/Changelog.md#073-239-16-jul-2018", + "0.7.4-245": "* https://github.com/TeamPneumatic/pnc-repressurized/blob/master/Changelog.md#074-245-25-jul-2018", + "0.7.5-248": "* https://github.com/TeamPneumatic/pnc-repressurized/blob/master/Changelog.md#075-248-26-jul-2018", + "0.7.6-254": "* https://github.com/TeamPneumatic/pnc-repressurized/blob/master/Changelog.md#076-254-13-aug-2018", + "0.7.7-255": "* https://github.com/TeamPneumatic/pnc-repressurized/blob/master/Changelog.md#077-255-16-aug-2018", + "0.7.8-259": "* https://github.com/TeamPneumatic/pnc-repressurized/blob/master/Changelog.md#078-259-28-aug-2018", + "0.8.0-267": "* https://github.com/TeamPneumatic/pnc-repressurized/blob/master/Changelog.md#080-267-17-sep-2018", + "0.8.1-274": "* https://github.com/TeamPneumatic/pnc-repressurized/blob/master/Changelog.md#081-274-7-oct-2018", + "0.8.2-288": "* https://github.com/TeamPneumatic/pnc-repressurized/blob/master/Changelog.md#082-288-30-oct-2018", + "0.8.3-299": "* https://github.com/TeamPneumatic/pnc-repressurized/blob/master/Changelog.md#083-299-05-nov-2018", + "0.8.4-303": "* https://github.com/TeamPneumatic/pnc-repressurized/blob/master/Changelog.md#084-303-25-nov-2018", + "0.9.0-310": "* https://github.com/TeamPneumatic/pnc-repressurized/blob/master/Changelog.md#090-310-28-dec-2018", + "0.9.1-317": "* https://github.com/TeamPneumatic/pnc-repressurized/blob/master/Changelog.md#091-317-20-jan-2019", + "0.9.2-321": "* https://github.com/TeamPneumatic/pnc-repressurized/blob/master/Changelog.md#092-321-16-feb-2019", + "0.9.3-324": "* https://github.com/TeamPneumatic/pnc-repressurized/blob/master/Changelog.md#093-324-4-mar-2019", + "0.10.0-328": "* https://github.com/TeamPneumatic/pnc-repressurized/blob/master/Changelog.md#0100-328-28-mar-2019", + "0.10.1-330": "* https://github.com/TeamPneumatic/pnc-repressurized/blob/master/Changelog.md#0101-330-28-mar-2019", + "0.10.2-332": "* https://github.com/TeamPneumatic/pnc-repressurized/blob/master/Changelog.md#0102-332-30-mar-2019", + "0.10.3-337": "* https://github.com/TeamPneumatic/pnc-repressurized/blob/master/Changelog.md#0103-337-06-apr-2019", + "0.10.4-343": "* https://github.com/TeamPneumatic/pnc-repressurized/blob/master/Changelog.md#0104-343-28-apr-2019", + "0.10.5-346": "* https://github.com/TeamPneumatic/pnc-repressurized/blob/master/Changelog.md#0105-346-29-apr-2019", + "0.11.0-357": "* https://github.com/TeamPneumatic/pnc-repressurized/blob/master/Changelog.md#0110-357-20-may-2019", + "0.11.1-361": "* https://github.com/TeamPneumatic/pnc-repressurized/blob/master/Changelog.md#0111-361-31-may-2019", + "0.11.2-365": "* https://github.com/TeamPneumatic/pnc-repressurized/blob/master/Changelog.md#0112-365-19-jun-2019", + "0.11.3-366": "* https://github.com/TeamPneumatic/pnc-repressurized/blob/master/Changelog.md#0113-366-20-jun-2019", + "0.11.4-368": "* https://github.com/TeamPneumatic/pnc-repressurized/blob/master/Changelog.md#0114-368-16-jul-2019", + "0.11.5-371": "* https://github.com/TeamPneumatic/pnc-repressurized/blob/master/Changelog.md#0115-371-6-aug-2019", + "0.11.6-374": "* https://github.com/TeamPneumatic/pnc-repressurized/blob/master/Changelog.md#0116-374-6-nov-2019", + "0.11.7-375": "* https://github.com/TeamPneumatic/pnc-repressurized/blob/master/Changelog.md#0117-375-7-nov-2019", + "0.11.8-380": "* https://github.com/TeamPneumatic/pnc-repressurized/blob/master/Changelog.md#0118-380-12-jan-2020", + "0.11.9-383": "* https://github.com/TeamPneumatic/pnc-repressurized/blob/master/Changelog.md#0119-383-31-jan-2020", + "0.11.10-385": "* https://github.com/TeamPneumatic/pnc-repressurized/blob/master/Changelog.md#01110-385-20-feb-2020", + "0.11.11-390": "* https://github.com/TeamPneumatic/pnc-repressurized/blob/master/Changelog.md#01111-390-13-mar-2020", + "0.11.12-392": "* https://github.com/TeamPneumatic/pnc-repressurized/blob/master/Changelog.md#01112-392-22-mar-2020", + "0.11.13-394": "* https://github.com/TeamPneumatic/pnc-repressurized/blob/master/Changelog.md#01113-394-6-apr-2020", + "0.11.14-395": "* https://github.com/TeamPneumatic/pnc-repressurized/blob/master/Changelog.md#01114-395-18-apr-2020", + "0.11.15-398": "* https://github.com/TeamPneumatic/pnc-repressurized/blob/master/Changelog.md#01115-398-12-jun-2020" + } +} + +[16:57:41] [Forge Version Check/INFO] [forge.VersionCheck]: [pneumaticcraft] Found status: AHEAD Target: null +[16:57:41] [Forge Version Check/INFO] [forge.VersionCheck]: [car] Starting version check at http://maxhenkel.de/update/car.json +[16:57:41] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod galacticraftcore +[16:57:41] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - Galacticraft Core took 0.603s +[16:57:41] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod galacticraftplanets +[16:57:42] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod galacticraftplanets +[16:57:42] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - Galacticraft Planets took 0.307s +[16:57:42] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod mjrlegendslib +[16:57:42] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod mjrlegendslib +[16:57:42] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - MJRLegendsLib took 0.003s +[16:57:42] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod extraplanets +[16:57:42] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `extraplanetsmercury dungeon spawner`, expected `extraplanets`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:42] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `extraplanetstier 4 treasure chest`, expected `extraplanets`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:42] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `extraplanetsjuptier dungeon spawner`, expected `extraplanets`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:42] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `extraplanetstier 5 treasure chest`, expected `extraplanets`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:42] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `extraplanetssaturn dungeon spawner`, expected `extraplanets`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:42] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `extraplanetstier 6 treasure chest`, expected `extraplanets`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:42] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `extraplanetsuranus dungeon spawner`, expected `extraplanets`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:42] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `extraplanetstier 7 treasure chest`, expected `extraplanets`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:42] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `extraplanetsneptune dungeon spawner`, expected `extraplanets`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:42] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `extraplanetstier 8 treasure chest`, expected `extraplanets`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:42] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `extraplanetspluto dungeon spawner`, expected `extraplanets`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:42] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `extraplanetstier 9 treasure chest`, expected `extraplanets`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:42] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `extraplanetseris dungeon spawner`, expected `extraplanets`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:42] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `extraplanetstier 10 treasure chest`, expected `extraplanets`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:42] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tier 2 landing pad`, expected `extraplanets`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:42] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tier 2 landing pad full`, expected `extraplanets`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:42] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tier 3 landing pad`, expected `extraplanets`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:42] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tier 3 landing pad full`, expected `extraplanets`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:42] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `powered charging pad`, expected `extraplanets`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:42] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `powered charging pad full`, expected `extraplanets`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:42] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `rocket charging pad`, expected `extraplanets`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:42] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `rocket charging pad full`, expected `extraplanets`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:42] [Forge Version Check/DEBUG] [forge.VersionCheck]: Failed to process update information +java.io.FileNotFoundException: http://maxhenkel.de/update/car.json + at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_452] + at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[?:1.8.0_452] + at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_452] + at java.lang.reflect.Constructor.newInstance(Constructor.java:423) ~[?:1.8.0_452] + at sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1967) ~[?:1.8.0_452] + at sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1962) ~[?:1.8.0_452] + at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_452] + at sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:1961) ~[?:1.8.0_452] + at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1531) ~[?:1.8.0_452] + at sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:92) ~[?:1.8.0_452] + at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1507) ~[?:1.8.0_452] + at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1505) ~[?:1.8.0_452] + at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_452] + at java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:784) ~[?:1.8.0_452] + at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1504) ~[?:1.8.0_452] + at net.minecraftforge.common.ForgeVersion$1.openUrlStream(ForgeVersion.java:239) ~[ForgeVersion$1.class:14.23.5.2860] + at net.minecraftforge.common.ForgeVersion$1.process(ForgeVersion.java:252) [ForgeVersion$1.class:14.23.5.2860] + at net.minecraftforge.common.ForgeVersion$1.run(ForgeVersion.java:201) [ForgeVersion$1.class:14.23.5.2860] +Caused by: java.io.FileNotFoundException: http://maxhenkel.de/update/car.json + at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1913) ~[?:1.8.0_452] + at sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:92) ~[?:1.8.0_452] + at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1507) ~[?:1.8.0_452] + at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1505) ~[?:1.8.0_452] + at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_452] + at java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:784) ~[?:1.8.0_452] + at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1504) ~[?:1.8.0_452] + at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:480) ~[?:1.8.0_452] + at net.minecraftforge.common.ForgeVersion$1.openUrlStream(ForgeVersion.java:223) ~[ForgeVersion$1.class:14.23.5.2860] + ... 2 more +[16:57:42] [Forge Version Check/INFO] [forge.VersionCheck]: [buildinggadgets] Starting version check at https://github.com/Direwolf20-MC/BuildingGadgets/raw/master/update.json +[16:57:42] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `extraplanetsadvancedrefinery`, expected `extraplanets`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:42] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `extraplanetsultimaterefinery`, expected `extraplanets`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:42] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `extraplanetssolar panel`, expected `extraplanets`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:42] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `extraplanetsadvanced oxygen compressor`, expected `extraplanets`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:42] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `extraplanetsadvanced oxygen decompressor`, expected `extraplanets`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:42] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `extraplanetsultimate oxygen compressor`, expected `extraplanets`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:42] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `extraplanetsultimate oxygen decompressor`, expected `extraplanets`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:42] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `extraplanetsadvancedfuelloader`, expected `extraplanets`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:42] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `extraplanetsultimatefuelloader`, expected `extraplanets`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:42] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `extraplanetsbasic densifier`, expected `extraplanets`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:42] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `extraplanetsvehiclechanger`, expected `extraplanets`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:42] [Server thread/DEBUG] [BnBGamingCore]: Attempting to transform method func_186060_c in class micdoodle8.mods.galacticraft.api.prefab.world.gen.WorldProviderSpace +[16:57:42] [Server thread/DEBUG] [BnBGamingCore]: Successfully transformed method func_186060_c in class micdoodle8.mods.galacticraft.api.prefab.world.gen.WorldProviderSpace +[16:57:42] [Server thread/DEBUG] [BnBGamingCore]: Could not find method func_186060_c in class com.mjr.extraplanets.api.prefabs.world.WorldProviderRealisticSpace +[16:57:42] [Server thread/DEBUG] [BnBGamingCore]: Could not find method func_186060_c in class com.mjr.extraplanets.planets.Mercury.WorldProviderMercury +[16:57:42] [Server thread/DEBUG] [BnBGamingCore]: Could not find method func_186060_c in class com.mjr.extraplanets.planets.Ceres.WorldProviderCeres +[16:57:42] [Server thread/DEBUG] [BnBGamingCore]: Could not find method func_186060_c in class com.mjr.extraplanets.planets.Jupiter.WorldProviderJupiter +[16:57:42] [Server thread/DEBUG] [BnBGamingCore]: Could not find method func_186060_c in class com.mjr.extraplanets.planets.Saturn.WorldProviderSaturn +[16:57:42] [Server thread/DEBUG] [BnBGamingCore]: Could not find method func_186060_c in class com.mjr.extraplanets.planets.Uranus.WorldProviderUranus +[16:57:42] [Server thread/DEBUG] [BnBGamingCore]: Could not find method func_186060_c in class com.mjr.extraplanets.planets.Neptune.WorldProviderNeptune +[16:57:42] [Server thread/DEBUG] [BnBGamingCore]: Could not find method func_186060_c in class com.mjr.extraplanets.planets.Pluto.WorldProviderPluto +[16:57:42] [Server thread/DEBUG] [BnBGamingCore]: Could not find method func_186060_c in class com.mjr.extraplanets.planets.Eris.WorldProviderEris +[16:57:42] [Server thread/DEBUG] [BnBGamingCore]: Could not find method func_186060_c in class com.mjr.extraplanets.planets.Kepler22b.WorldProviderKepler22b +[16:57:43] [Server thread/DEBUG] [BnBGamingCore]: Could not find method func_186060_c in class com.mjr.extraplanets.api.prefabs.world.WorldProviderRealisticMoon +[16:57:43] [Server thread/DEBUG] [BnBGamingCore]: Could not find method func_186060_c in class com.mjr.extraplanets.moons.Triton.WorldProviderTriton +[16:57:43] [Server thread/DEBUG] [BnBGamingCore]: Could not find method func_186060_c in class com.mjr.extraplanets.moons.Phobos.WorldProviderPhobos +[16:57:43] [Server thread/DEBUG] [BnBGamingCore]: Could not find method func_186060_c in class com.mjr.extraplanets.moons.Deimos.WorldProviderDeimos +[16:57:43] [Server thread/DEBUG] [BnBGamingCore]: Could not find method func_186060_c in class com.mjr.extraplanets.moons.Io.WorldProviderIo +[16:57:43] [Server thread/DEBUG] [BnBGamingCore]: Could not find method func_186060_c in class com.mjr.extraplanets.moons.Europa.WorldProviderEuropa +[16:57:43] [Server thread/DEBUG] [BnBGamingCore]: Could not find method func_186060_c in class com.mjr.extraplanets.moons.Ganymede.WorldProviderGanymede +[16:57:43] [Server thread/DEBUG] [BnBGamingCore]: Could not find method func_186060_c in class com.mjr.extraplanets.moons.Callisto.WorldProviderCallisto +[16:57:43] [Server thread/DEBUG] [BnBGamingCore]: Could not find method func_186060_c in class com.mjr.extraplanets.moons.Rhea.WorldProviderRhea +[16:57:43] [Server thread/DEBUG] [BnBGamingCore]: Could not find method func_186060_c in class com.mjr.extraplanets.moons.Titan.WorldProviderTitan +[16:57:43] [Server thread/DEBUG] [BnBGamingCore]: Could not find method func_186060_c in class com.mjr.extraplanets.moons.Iapetus.WorldProviderIapetus +[16:57:43] [Server thread/DEBUG] [BnBGamingCore]: Could not find method func_186060_c in class com.mjr.extraplanets.moons.Oberon.WorldProviderOberon +[16:57:43] [Server thread/DEBUG] [BnBGamingCore]: Could not find method func_186060_c in class com.mjr.extraplanets.moons.Titania.WorldProviderTitania +[16:57:43] [Server thread/DEBUG] [BnBGamingCore]: Could not find method func_186060_c in class micdoodle8.mods.galacticraft.core.dimension.WorldProviderSpaceStation +[16:57:43] [Server thread/DEBUG] [BnBGamingCore]: Could not find method func_186060_c in class micdoodle8.mods.galacticraft.core.dimension.WorldProviderOverworldOrbit +[16:57:43] [Server thread/DEBUG] [BnBGamingCore]: Could not find method func_186060_c in class com.mjr.extraplanets.planets.Mercury.spacestation.WorldProviderMercuryOrbit +[16:57:43] [Server thread/DEBUG] [BnBGamingCore]: Could not find method func_186060_c in class com.mjr.extraplanets.planets.venus.spacestation.WorldProviderVenusOrbit +[16:57:43] [Server thread/DEBUG] [BnBGamingCore]: Could not find method func_186060_c in class com.mjr.extraplanets.planets.Ceres.spacestation.WorldProviderCeresOrbit +[16:57:43] [Server thread/DEBUG] [BnBGamingCore]: Could not find method func_186060_c in class com.mjr.extraplanets.planets.mars.spacestation.WorldProviderMarsOrbit +[16:57:43] [Server thread/DEBUG] [BnBGamingCore]: Could not find method func_186060_c in class com.mjr.extraplanets.planets.Jupiter.spacestation.WorldProviderJupiterOrbit +[16:57:43] [Server thread/DEBUG] [BnBGamingCore]: Could not find method func_186060_c in class com.mjr.extraplanets.planets.Saturn.spacestation.WorldProviderSaturnOrbit +[16:57:43] [Server thread/DEBUG] [BnBGamingCore]: Could not find method func_186060_c in class com.mjr.extraplanets.planets.Uranus.spacestation.WorldProviderUranusOrbit +[16:57:43] [Server thread/DEBUG] [BnBGamingCore]: Could not find method func_186060_c in class com.mjr.extraplanets.planets.Neptune.spacestation.WorldProviderNeptuneOrbit +[16:57:43] [Server thread/DEBUG] [BnBGamingCore]: Could not find method func_186060_c in class com.mjr.extraplanets.planets.Pluto.spacestation.WorldProviderPlutoOrbit +[16:57:43] [Server thread/DEBUG] [BnBGamingCore]: Could not find method func_186060_c in class com.mjr.extraplanets.planets.Eris.spacestation.WorldProviderErisOrbit +[16:57:43] [Server thread/DEBUG] [BnBGamingCore]: Could not find method func_186060_c in class com.mjr.extraplanets.planets.Kepler22b.spacestation.WorldProviderKepler22bOrbit +[16:57:43] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod extraplanets +[16:57:43] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - Extra Planets took 1.280s +[16:57:43] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod farmingforblockheads +[16:57:43] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod farmingforblockheads +[16:57:43] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - Farming for Blockheads took 0.031s +[16:57:43] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod farseek +[16:57:43] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod farseek +[16:57:43] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - Farseek took 0.000s +[16:57:43] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod fastfurnace +[16:57:43] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `furnace`, expected `fastfurnace`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:43] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod fastfurnace +[16:57:43] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - FastFurnace took 0.002s +[16:57:43] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod fat_cat +[16:57:43] [Server thread/TRACE] [FML]: Automatically registered mod fat_cat entity fat_cat as fat_cat:fat_cat +[16:57:43] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod fat_cat +[16:57:43] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - fat_cat took 0.007s +[16:57:43] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod ferdinandsflowers +[16:57:43] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod ferdinandsflowers +[16:57:43] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - Ferdinand's Flowers took 0.158s +[16:57:43] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod findme +[16:57:43] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod findme +[16:57:43] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - FindMe took 0.005s +[16:57:43] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod foamfix +[16:57:43] [Server thread/INFO] [foamfix]: Removing LaunchWrapper package manifest map... +[16:57:43] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod foamfix +[16:57:43] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - FoamFix took 0.003s +[16:57:43] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod forgelin +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for movillages since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for charcoalblock since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for ctgui since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for crafttweakerjei since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for crafttweaker since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for mtlib since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for modtweaker since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for jei since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for abyssalcraft since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for chisel since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for mantle since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for twilightforest since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for tconstruct since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for acintegration since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for fastbench since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for actuallyadditions since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for baubles since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for actuallybaubles since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for animalium since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for antiqueatlasoverlay since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for antiqueatlas since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for base since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for contenttweaker since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for immersiveengineering since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for geolosys since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for buildcraftlib since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for buildcraftcore since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for buildcraftlib since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for buildcraftcore since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for cyclicmagic since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for redstoneflux since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for mekanism since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for natura since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for traverse since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for betterwithmods since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for appleskin since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for appliedenergistics2 since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for armoreablemobs since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for aroma1997core since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for aromabackup since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for aromabackuprecovery since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for aromabackup since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for aromabackuprecovery since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for astikorcarts since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for astralsorcery since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for quark since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for autoreglib since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for bdlib since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for betterwithaddons since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for betterbedrock since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for betterbuilderswands since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for betterwithlib since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for bibliocraft since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for waila since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for modularrouters since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for guideapi since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for bloodmagic since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for bnbgaminglib since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for bonsaitrees since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for bookshelf since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for bringbedrockback since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for buildcraftbuilders since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for buildcraftfactory since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for buildcraftrobotics since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for buildcrafttransport since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for buildcraftsilicon since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for buildinggadgets since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for car since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for gamestages since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for carryon since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for cd4017be_lib since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for ceramics since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for chameleon since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for chargers since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for chiselsandbits since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for clumps since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for codechickenlib since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for cyclopscore since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for commoncapabilities since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for refinedstorage since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for compactmachines3 since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for conarm since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for cookingforblockheads since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for ctgui since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for crafttweakerjei since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for crafttweaker since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for cucumber since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for darkutils since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for movingworld since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for davincisvessels since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for death_compass since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for despawningspawners since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for dimensionalcontrol since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for dimstages since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for dungpipe since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for elevatorid since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for emberroot since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for enderstorage since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for enderutilities since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for universalmodifiers since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for valkyrielib since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for environmentaltech since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for extendedcrafting since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for galacticraftcore since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for galacticraftplanets since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for mjrlegendslib since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for extraplanets since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for farmingforblockheads since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for farseek since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for fastfurnace since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for fat_cat since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for ferdinandsflowers since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for findme since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for foamfix since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Attempting to register Kotlin @EventBusSubscriber objects for forgelin +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for forgemultipartcbe since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for microblockcbe since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for minecraftmultipartcbe since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for forgemultipartcbe since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for microblockcbe since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for minecraftmultipartcbe since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for forgemultipartcbe since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for microblockcbe since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for minecraftmultipartcbe since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for galacticrafttweaker since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for advgenerators since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for gobblecore since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for harvest since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for horsepower since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for huntingdim since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for igwmod since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for mcjtylib_ng since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for immcraft since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for immersivepetroleum since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for immersivetech since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for improvedbackpacks since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for incontrol since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for indlog since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Attempting to register Kotlin @EventBusSubscriber objects for teslacorelib_registries +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Attempting to register Kotlin @EventBusSubscriber objects for teslacorelib +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for industrialforegoing since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for infoaccessories since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for integrateddynamicscompat since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for integrateddynamics since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for integrateddynamicscompat since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for integrateddynamics since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for inventorytweaks since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for ironbackpacks since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for ironchest since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for ironjetpacks since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for itemstages since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for journeymap since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for jarm since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for jaff since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for jeid since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for kleeslabs since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for lex since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for lttweaker since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for magma_monsters since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for mekatweaks since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for mercurius since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for mobends since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for mob_grinding_utils since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for mobstages since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for modularmachinery since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for morpheus since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for mputils since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for mpbasic since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for multiblockstages since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for mundaneredstone since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for mysticalagriculture since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for mysticalagradditions since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for mystagradcompat since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for naturescompass since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for nex since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for noworldgen5you since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for nutrition since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for samsocean since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for oreexcavation since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for oeintegration since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for orestages since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for overloaded since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for pickletweaks since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for placebo since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for playerbosses since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for playerskins since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for pneumaticcraft since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for poweradapters since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for prestige since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for primalchests since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for rustic since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for thebetweenlands since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for primal since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for progressiontweaks since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for prospectors since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for reborncore since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for quantumstorage since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for quickleafdecay since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for rangedpumps since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for realdrops since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for rebornstorage since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for recipestages since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for reccomplex since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for refinedstorageaddons since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for rftools since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for rftoolscontrol since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for roadrunner since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for scannable since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for sevpatches since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for sevtweaks since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for sev_tweaks_npc since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for simpleautorun since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for simplegenerators since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for simpleplanes since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for storagenetwork since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for simpletomb since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for simplyarrows since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for spartanshields since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for spatialservermod since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for stevescarts since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for stg since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for storagedrawers since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for streams since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for sasit since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for supersoundmuffler since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for tallgates since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for beneath since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for thirstybottles since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for timecontrol since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for tcomplement since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for tinkerstages since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for tinkertoolleveling since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for togetherforever since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for totemic since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for tothebatpoles since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for translocators since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for treechopper since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for triumph since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for trumpetskeleton since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for tumbleweed since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for uppers since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for universalmodifiers since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for valkyrielib since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for vc since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for vtt since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for waddles since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for wailastages since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for walljump since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for wanionlib since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for watercontrolextreme since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for waterstrainer since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for wawla since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for weirdinggadget since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for wildcrops since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for witherskelefix since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for wopper since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for xnet since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for ynot since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for yoyos since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for zenstages since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for zenloot since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Skipping @EventBusSubscriber injection for primal_tech since it does not use KotlinAdapter +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Attempting to register Kotlin @EventBusSubscriber objects for teslacorelib_registries +[16:57:43] [Server thread/DEBUG] [net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber]: Attempting to register Kotlin @EventBusSubscriber objects for teslacorelib +[16:57:43] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod forgelin +[16:57:43] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - Shadowfacts' Forgelin took 0.006s +[16:57:43] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod forgemultipartcbe +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol($init$,ClassSymbol(TileMultipartClient,codechicken.multipart,2000080,7),200,14) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(renderStatic,ClassSymbol(TileMultipartClient,codechicken.multipart,2000080,7),200,23) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(pos,MethodSymbol(renderStatic,ClassSymbol(TileMultipartClient,codechicken.multipart,2000080,7),200,23),2000,29) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(layer,MethodSymbol(renderStatic,ClassSymbol(TileMultipartClient,codechicken.multipart,2000080,7),200,23),2000,39) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(ccrs,MethodSymbol(renderStatic,ClassSymbol(TileMultipartClient,codechicken.multipart,2000080,7),200,23),2000,51) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(renderDamage,ClassSymbol(TileMultipartClient,codechicken.multipart,2000080,7),200,59) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(pos,MethodSymbol(renderDamage,ClassSymbol(TileMultipartClient,codechicken.multipart,2000080,7),200,59),2000,29) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(texture,MethodSymbol(renderDamage,ClassSymbol(TileMultipartClient,codechicken.multipart,2000080,7),200,59),2000,63) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(ccrs,MethodSymbol(renderDamage,ClassSymbol(TileMultipartClient,codechicken.multipart,2000080,7),200,59),2000,51) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(randomDisplayTick,ClassSymbol(TileMultipartClient,codechicken.multipart,2000080,7),200,75) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(random,MethodSymbol(randomDisplayTick,ClassSymbol(TileMultipartClient,codechicken.multipart,2000080,7),200,75),2000,78) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(drawHighlight,ClassSymbol(TileMultipartClient,codechicken.multipart,2000080,7),200,87) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(player,MethodSymbol(drawHighlight,ClassSymbol(TileMultipartClient,codechicken.multipart,2000080,7),200,87),2000,90) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(hit,MethodSymbol(drawHighlight,ClassSymbol(TileMultipartClient,codechicken.multipart,2000080,7),200,87),2000,99) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(frame,MethodSymbol(drawHighlight,ClassSymbol(TileMultipartClient,codechicken.multipart,2000080,7),200,87),2000,104) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(addHitEffects,ClassSymbol(TileMultipartClient,codechicken.multipart,2000080,7),200,109) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(hit,MethodSymbol(addHitEffects,ClassSymbol(TileMultipartClient,codechicken.multipart,2000080,7),200,109),2000,99) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(manager,MethodSymbol(addHitEffects,ClassSymbol(TileMultipartClient,codechicken.multipart,2000080,7),200,109),2000,113) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(addDestroyEffects,ClassSymbol(TileMultipartClient,codechicken.multipart,2000080,7),200,121) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(hit,MethodSymbol(addDestroyEffects,ClassSymbol(TileMultipartClient,codechicken.multipart,2000080,7),200,121),2000,99) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(manager,MethodSymbol(addDestroyEffects,ClassSymbol(TileMultipartClient,codechicken.multipart,2000080,7),200,121),2000,113) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol($init$,ClassSymbol(TSlottedTile,codechicken.multipart.scalatraits,2000080,9),200,16) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(v_partMap,ClassSymbol(TSlottedTile,codechicken.multipart.scalatraits,2000080,9),8000200,25) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(v_partMap_$eq,ClassSymbol(TSlottedTile,codechicken.multipart.scalatraits,2000080,9),8000200,34) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(x$1,MethodSymbol(v_partMap_$eq,ClassSymbol(TSlottedTile,codechicken.multipart.scalatraits,2000080,9),8000200,34),202000,26) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(v_partMap ,ClassSymbol(TSlottedTile,codechicken.multipart.scalatraits,2000080,9),81004,26) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(copyFrom,ClassSymbol(TSlottedTile,codechicken.multipart.scalatraits,2000080,9),220,41) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(that,MethodSymbol(copyFrom,ClassSymbol(TSlottedTile,codechicken.multipart.scalatraits,2000080,9),220,41),2000,10) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(partMap,ClassSymbol(TSlottedTile,codechicken.multipart.scalatraits,2000080,9),220,46) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(slot,MethodSymbol(partMap,ClassSymbol(TSlottedTile,codechicken.multipart.scalatraits,2000080,9),220,46),2000,49) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(clearParts,ClassSymbol(TSlottedTile,codechicken.multipart.scalatraits,2000080,9),220,16) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(partRemoved,ClassSymbol(TSlottedTile,codechicken.multipart.scalatraits,2000080,9),220,56) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(part,MethodSymbol(partRemoved,ClassSymbol(TSlottedTile,codechicken.multipart.scalatraits,2000080,9),220,56),2000,29) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(p,MethodSymbol(partRemoved,ClassSymbol(TSlottedTile,codechicken.multipart.scalatraits,2000080,9),220,56),2000,49) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(canAddPart,ClassSymbol(TSlottedTile,codechicken.multipart.scalatraits,2000080,9),220,63) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(part,MethodSymbol(canAddPart,ClassSymbol(TSlottedTile,codechicken.multipart.scalatraits,2000080,9),220,63),2000,29) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(bindPart,ClassSymbol(TSlottedTile,codechicken.multipart.scalatraits,2000080,9),220,70) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(part,MethodSymbol(bindPart,ClassSymbol(TSlottedTile,codechicken.multipart.scalatraits,2000080,9),220,70),2000,29) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(super$copyFrom,ClassSymbol(TSlottedTile,codechicken.multipart.scalatraits,2000080,9),10000204,74) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(that,MethodSymbol(super$copyFrom,ClassSymbol(TSlottedTile,codechicken.multipart.scalatraits,2000080,9),10000204,74),2000,10) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(super$clearParts,ClassSymbol(TSlottedTile,codechicken.multipart.scalatraits,2000080,9),10000204,16) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(super$partRemoved,ClassSymbol(TSlottedTile,codechicken.multipart.scalatraits,2000080,9),10000204,82) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(part,MethodSymbol(super$partRemoved,ClassSymbol(TSlottedTile,codechicken.multipart.scalatraits,2000080,9),10000204,82),2000,29) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(p,MethodSymbol(super$partRemoved,ClassSymbol(TSlottedTile,codechicken.multipart.scalatraits,2000080,9),10000204,82),2000,49) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(super$canAddPart,ClassSymbol(TSlottedTile,codechicken.multipart.scalatraits,2000080,9),10000204,88) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(part,MethodSymbol(super$canAddPart,ClassSymbol(TSlottedTile,codechicken.multipart.scalatraits,2000080,9),10000204,88),2000,29) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(super$bindPart,ClassSymbol(TSlottedTile,codechicken.multipart.scalatraits,2000080,9),10000204,93) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(part,MethodSymbol(super$bindPart,ClassSymbol(TSlottedTile,codechicken.multipart.scalatraits,2000080,9),10000204,93),2000,29) +[16:57:43] [Server thread/DEBUG] [Multipart ASM]: 17960 bytes of permGen has been used by ASMMixinCompiler +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol($init$,ClassSymbol(TRedstoneTile,codechicken.multipart.scalatraits,2000080,9),200,19) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(strongPowerLevel,ClassSymbol(TRedstoneTile,codechicken.multipart.scalatraits,2000080,9),220,28) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(side,MethodSymbol(strongPowerLevel,ClassSymbol(TRedstoneTile,codechicken.multipart.scalatraits,2000080,9),220,28),2000,29) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(openConnections,ClassSymbol(TRedstoneTile,codechicken.multipart.scalatraits,2000080,9),200,36) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(side,MethodSymbol(openConnections,ClassSymbol(TRedstoneTile,codechicken.multipart.scalatraits,2000080,9),200,36),2000,29) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(redstoneConductionF,ClassSymbol(TRedstoneTile,codechicken.multipart.scalatraits,2000080,9),200,40) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(i,MethodSymbol(redstoneConductionF,ClassSymbol(TRedstoneTile,codechicken.multipart.scalatraits,2000080,9),200,40),2000,29) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(redstoneConductionE,ClassSymbol(TRedstoneTile,codechicken.multipart.scalatraits,2000080,9),200,45) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(i,MethodSymbol(redstoneConductionE,ClassSymbol(TRedstoneTile,codechicken.multipart.scalatraits,2000080,9),200,45),2000,29) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(weakPowerLevel,ClassSymbol(TRedstoneTile,codechicken.multipart.scalatraits,2000080,9),220,52) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(side,MethodSymbol(weakPowerLevel,ClassSymbol(TRedstoneTile,codechicken.multipart.scalatraits,2000080,9),220,52),2000,29) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(canConnectRedstone,ClassSymbol(TRedstoneTile,codechicken.multipart.scalatraits,2000080,9),220,56) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(side,MethodSymbol(canConnectRedstone,ClassSymbol(TRedstoneTile,codechicken.multipart.scalatraits,2000080,9),220,56),2000,29) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(getConnectionMask,ClassSymbol(TRedstoneTile,codechicken.multipart.scalatraits,2000080,9),200,60) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(side,MethodSymbol(getConnectionMask,ClassSymbol(TRedstoneTile,codechicken.multipart.scalatraits,2000080,9),200,60),2000,29) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(weakPowerLevel,ClassSymbol(TRedstoneTile,codechicken.multipart.scalatraits,2000080,9),200,63) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(side,MethodSymbol(weakPowerLevel,ClassSymbol(TRedstoneTile,codechicken.multipart.scalatraits,2000080,9),200,63),2000,29) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(mask,MethodSymbol(weakPowerLevel,ClassSymbol(TRedstoneTile,codechicken.multipart.scalatraits,2000080,9),200,63),2000,29) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol($init$,ClassSymbol(TRandomDisplayTickTile,codechicken.multipart.scalatraits,2000080,9),200,19) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(randomDisplayTick,ClassSymbol(TRandomDisplayTickTile,codechicken.multipart.scalatraits,2000080,9),220,28) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(random,MethodSymbol(randomDisplayTick,ClassSymbol(TRandomDisplayTickTile,codechicken.multipart.scalatraits,2000080,9),220,28),2000,31) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol($init$,ClassSymbol(TTileChangeTile,codechicken.multipart.scalatraits,2000080,9),200,16) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(weakTileChanges,ClassSymbol(TTileChangeTile,codechicken.multipart.scalatraits,2000080,9),8000200,25) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(weakTileChanges_$eq,ClassSymbol(TTileChangeTile,codechicken.multipart.scalatraits,2000080,9),8000200,31) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(x$1,MethodSymbol(weakTileChanges_$eq,ClassSymbol(TTileChangeTile,codechicken.multipart.scalatraits,2000080,9),8000200,31),202000,26) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(weakTileChanges ,ClassSymbol(TTileChangeTile,codechicken.multipart.scalatraits,2000080,9),81004,26) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(copyFrom,ClassSymbol(TTileChangeTile,codechicken.multipart.scalatraits,2000080,9),220,38) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(that,MethodSymbol(copyFrom,ClassSymbol(TTileChangeTile,codechicken.multipart.scalatraits,2000080,9),220,38),2000,10) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(bindPart,ClassSymbol(TTileChangeTile,codechicken.multipart.scalatraits,2000080,9),220,43) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(part,MethodSymbol(bindPart,ClassSymbol(TTileChangeTile,codechicken.multipart.scalatraits,2000080,9),220,43),2000,46) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(clearParts,ClassSymbol(TTileChangeTile,codechicken.multipart.scalatraits,2000080,9),220,16) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(partRemoved,ClassSymbol(TTileChangeTile,codechicken.multipart.scalatraits,2000080,9),220,53) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(part,MethodSymbol(partRemoved,ClassSymbol(TTileChangeTile,codechicken.multipart.scalatraits,2000080,9),220,53),2000,46) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(p,MethodSymbol(partRemoved,ClassSymbol(TTileChangeTile,codechicken.multipart.scalatraits,2000080,9),220,53),2000,57) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(onNeighborTileChange,ClassSymbol(TTileChangeTile,codechicken.multipart.scalatraits,2000080,9),220,62) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(neighborPos,MethodSymbol(onNeighborTileChange,ClassSymbol(TTileChangeTile,codechicken.multipart.scalatraits,2000080,9),220,62),2000,65) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(getWeakChanges,ClassSymbol(TTileChangeTile,codechicken.multipart.scalatraits,2000080,9),220,25) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(super$copyFrom,ClassSymbol(TTileChangeTile,codechicken.multipart.scalatraits,2000080,9),10000204,81) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(that,MethodSymbol(super$copyFrom,ClassSymbol(TTileChangeTile,codechicken.multipart.scalatraits,2000080,9),10000204,81),2000,10) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(super$bindPart,ClassSymbol(TTileChangeTile,codechicken.multipart.scalatraits,2000080,9),10000204,86) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(part,MethodSymbol(super$bindPart,ClassSymbol(TTileChangeTile,codechicken.multipart.scalatraits,2000080,9),10000204,86),2000,46) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(super$clearParts,ClassSymbol(TTileChangeTile,codechicken.multipart.scalatraits,2000080,9),10000204,16) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(super$partRemoved,ClassSymbol(TTileChangeTile,codechicken.multipart.scalatraits,2000080,9),10000204,94) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(part,MethodSymbol(super$partRemoved,ClassSymbol(TTileChangeTile,codechicken.multipart.scalatraits,2000080,9),10000204,94),2000,46) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(p,MethodSymbol(super$partRemoved,ClassSymbol(TTileChangeTile,codechicken.multipart.scalatraits,2000080,9),10000204,94),2000,57) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(super$onNeighborTileChange,ClassSymbol(TTileChangeTile,codechicken.multipart.scalatraits,2000080,9),10000204,100) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(neighborPos,MethodSymbol(super$onNeighborTileChange,ClassSymbol(TTileChangeTile,codechicken.multipart.scalatraits,2000080,9),10000204,100),2000,65) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol($init$,ClassSymbol(TModelRenderTile,codechicken.multipart.scalatraits,2000080,9),200,19) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(modelPartList,ClassSymbol(TModelRenderTile,codechicken.multipart.scalatraits,2000080,9),8000204,28) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(modelPartList_$eq,ClassSymbol(TModelRenderTile,codechicken.multipart.scalatraits,2000080,9),8000204,42) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(x$1,MethodSymbol(modelPartList_$eq,ClassSymbol(TModelRenderTile,codechicken.multipart.scalatraits,2000080,9),8000204,42),202000,29) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(modelPartList ,ClassSymbol(TModelRenderTile,codechicken.multipart.scalatraits,2000080,9),81004,29) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(copyFrom,ClassSymbol(TModelRenderTile,codechicken.multipart.scalatraits,2000080,9),220,49) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(that,MethodSymbol(copyFrom,ClassSymbol(TModelRenderTile,codechicken.multipart.scalatraits,2000080,9),220,49),2000,10) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(bindPart,ClassSymbol(TModelRenderTile,codechicken.multipart.scalatraits,2000080,9),220,54) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(part,MethodSymbol(bindPart,ClassSymbol(TModelRenderTile,codechicken.multipart.scalatraits,2000080,9),220,54),2000,57) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(clearParts,ClassSymbol(TModelRenderTile,codechicken.multipart.scalatraits,2000080,9),220,19) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(partRemoved,ClassSymbol(TModelRenderTile,codechicken.multipart.scalatraits,2000080,9),220,64) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(part,MethodSymbol(partRemoved,ClassSymbol(TModelRenderTile,codechicken.multipart.scalatraits,2000080,9),220,64),2000,57) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(p,MethodSymbol(partRemoved,ClassSymbol(TModelRenderTile,codechicken.multipart.scalatraits,2000080,9),220,64),2000,68) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(renderStatic,ClassSymbol(TModelRenderTile,codechicken.multipart.scalatraits,2000080,9),220,73) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(pos,MethodSymbol(renderStatic,ClassSymbol(TModelRenderTile,codechicken.multipart.scalatraits,2000080,9),220,73),2000,79) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(layer,MethodSymbol(renderStatic,ClassSymbol(TModelRenderTile,codechicken.multipart.scalatraits,2000080,9),220,73),2000,89) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(ccrs,MethodSymbol(renderStatic,ClassSymbol(TModelRenderTile,codechicken.multipart.scalatraits,2000080,9),220,73),2000,101) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(renderDamage,ClassSymbol(TModelRenderTile,codechicken.multipart.scalatraits,2000080,9),220,109) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(pos,MethodSymbol(renderDamage,ClassSymbol(TModelRenderTile,codechicken.multipart.scalatraits,2000080,9),220,109),2000,79) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(texture,MethodSymbol(renderDamage,ClassSymbol(TModelRenderTile,codechicken.multipart.scalatraits,2000080,9),220,109),2000,113) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(ccrs,MethodSymbol(renderDamage,ClassSymbol(TModelRenderTile,codechicken.multipart.scalatraits,2000080,9),220,109),2000,101) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(renderModel,ClassSymbol(TModelRenderTile,codechicken.multipart.scalatraits,2000080,9),204,125) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(list,MethodSymbol(renderModel,ClassSymbol(TModelRenderTile,codechicken.multipart.scalatraits,2000080,9),204,125),2000,29) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(f,MethodSymbol(renderModel,ClassSymbol(TModelRenderTile,codechicken.multipart.scalatraits,2000080,9),204,125),2000,130) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(super$copyFrom,ClassSymbol(TModelRenderTile,codechicken.multipart.scalatraits,2000080,9),10000204,150) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(that,MethodSymbol(super$copyFrom,ClassSymbol(TModelRenderTile,codechicken.multipart.scalatraits,2000080,9),10000204,150),2000,10) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(super$bindPart,ClassSymbol(TModelRenderTile,codechicken.multipart.scalatraits,2000080,9),10000204,155) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(part,MethodSymbol(super$bindPart,ClassSymbol(TModelRenderTile,codechicken.multipart.scalatraits,2000080,9),10000204,155),2000,57) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(super$clearParts,ClassSymbol(TModelRenderTile,codechicken.multipart.scalatraits,2000080,9),10000204,19) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(super$partRemoved,ClassSymbol(TModelRenderTile,codechicken.multipart.scalatraits,2000080,9),10000204,163) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(part,MethodSymbol(super$partRemoved,ClassSymbol(TModelRenderTile,codechicken.multipart.scalatraits,2000080,9),10000204,163),2000,57) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(p,MethodSymbol(super$partRemoved,ClassSymbol(TModelRenderTile,codechicken.multipart.scalatraits,2000080,9),10000204,163),2000,68) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(super$renderStatic,ClassSymbol(TModelRenderTile,codechicken.multipart.scalatraits,2000080,9),10000204,169) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(pos,MethodSymbol(super$renderStatic,ClassSymbol(TModelRenderTile,codechicken.multipart.scalatraits,2000080,9),10000204,169),2000,79) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(layer,MethodSymbol(super$renderStatic,ClassSymbol(TModelRenderTile,codechicken.multipart.scalatraits,2000080,9),10000204,169),2000,89) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(ccrs,MethodSymbol(super$renderStatic,ClassSymbol(TModelRenderTile,codechicken.multipart.scalatraits,2000080,9),10000204,169),2000,101) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(super$renderDamage,ClassSymbol(TModelRenderTile,codechicken.multipart.scalatraits,2000080,9),10000204,176) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(pos,MethodSymbol(super$renderDamage,ClassSymbol(TModelRenderTile,codechicken.multipart.scalatraits,2000080,9),10000204,176),2000,79) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(texture,MethodSymbol(super$renderDamage,ClassSymbol(TModelRenderTile,codechicken.multipart.scalatraits,2000080,9),10000204,176),2000,113) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(ccrs,MethodSymbol(super$renderDamage,ClassSymbol(TModelRenderTile,codechicken.multipart.scalatraits,2000080,9),10000204,176),2000,101) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol($init$,ClassSymbol(TTESRRenderTile,codechicken.multipart.scalatraits,2000080,9),200,19) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(fastRenderParts,ClassSymbol(TTESRRenderTile,codechicken.multipart.scalatraits,2000080,9),8000200,28) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(fastRenderParts_$eq,ClassSymbol(TTESRRenderTile,codechicken.multipart.scalatraits,2000080,9),8000200,42) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(x$1,MethodSymbol(fastRenderParts_$eq,ClassSymbol(TTESRRenderTile,codechicken.multipart.scalatraits,2000080,9),8000200,42),202000,29) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(fastRenderParts ,ClassSymbol(TTESRRenderTile,codechicken.multipart.scalatraits,2000080,9),81004,29) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(dynamicRenderParts,ClassSymbol(TTESRRenderTile,codechicken.multipart.scalatraits,2000080,9),8000200,49) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(dynamicRenderParts_$eq,ClassSymbol(TTESRRenderTile,codechicken.multipart.scalatraits,2000080,9),8000200,56) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(x$1,MethodSymbol(dynamicRenderParts_$eq,ClassSymbol(TTESRRenderTile,codechicken.multipart.scalatraits,2000080,9),8000200,56),202000,50) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(dynamicRenderParts ,ClassSymbol(TTESRRenderTile,codechicken.multipart.scalatraits,2000080,9),81004,50) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(copyFrom,ClassSymbol(TTESRRenderTile,codechicken.multipart.scalatraits,2000080,9),220,62) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(that,MethodSymbol(copyFrom,ClassSymbol(TTESRRenderTile,codechicken.multipart.scalatraits,2000080,9),220,62),2000,10) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(bindPart,ClassSymbol(TTESRRenderTile,codechicken.multipart.scalatraits,2000080,9),220,67) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(part,MethodSymbol(bindPart,ClassSymbol(TTESRRenderTile,codechicken.multipart.scalatraits,2000080,9),220,67),2000,70) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(partRemoved,ClassSymbol(TTESRRenderTile,codechicken.multipart.scalatraits,2000080,9),220,75) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(part,MethodSymbol(partRemoved,ClassSymbol(TTESRRenderTile,codechicken.multipart.scalatraits,2000080,9),220,75),2000,70) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(p,MethodSymbol(partRemoved,ClassSymbol(TTESRRenderTile,codechicken.multipart.scalatraits,2000080,9),220,75),2000,79) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(clearParts,ClassSymbol(TTESRRenderTile,codechicken.multipart.scalatraits,2000080,9),220,19) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(renderFast,ClassSymbol(TTESRRenderTile,codechicken.multipart.scalatraits,2000080,9),200,86) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(pos,MethodSymbol(renderFast,ClassSymbol(TTESRRenderTile,codechicken.multipart.scalatraits,2000080,9),200,86),2000,89) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(pass,MethodSymbol(renderFast,ClassSymbol(TTESRRenderTile,codechicken.multipart.scalatraits,2000080,9),200,86),2000,79) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(frameDelta,MethodSymbol(renderFast,ClassSymbol(TTESRRenderTile,codechicken.multipart.scalatraits,2000080,9),200,86),2000,101) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(ccrs,MethodSymbol(renderFast,ClassSymbol(TTESRRenderTile,codechicken.multipart.scalatraits,2000080,9),200,86),2000,106) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(renderDynamic,ClassSymbol(TTESRRenderTile,codechicken.multipart.scalatraits,2000080,9),200,114) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(pos,MethodSymbol(renderDynamic,ClassSymbol(TTESRRenderTile,codechicken.multipart.scalatraits,2000080,9),200,114),2000,89) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(pass,MethodSymbol(renderDynamic,ClassSymbol(TTESRRenderTile,codechicken.multipart.scalatraits,2000080,9),200,114),2000,79) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(frameDelta,MethodSymbol(renderDynamic,ClassSymbol(TTESRRenderTile,codechicken.multipart.scalatraits,2000080,9),200,114),2000,101) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(hasFastRenderer,ClassSymbol(TTESRRenderTile,codechicken.multipart.scalatraits,2000080,9),220,120) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(shouldRenderInPass,ClassSymbol(TTESRRenderTile,codechicken.multipart.scalatraits,2000080,9),220,126) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(pass,MethodSymbol(shouldRenderInPass,ClassSymbol(TTESRRenderTile,codechicken.multipart.scalatraits,2000080,9),220,126),2000,79) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(getRenderBoundingBox,ClassSymbol(TTESRRenderTile,codechicken.multipart.scalatraits,2000080,9),220,130) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(super$copyFrom,ClassSymbol(TTESRRenderTile,codechicken.multipart.scalatraits,2000080,9),10000204,144) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(that,MethodSymbol(super$copyFrom,ClassSymbol(TTESRRenderTile,codechicken.multipart.scalatraits,2000080,9),10000204,144),2000,10) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(super$bindPart,ClassSymbol(TTESRRenderTile,codechicken.multipart.scalatraits,2000080,9),10000204,149) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(part,MethodSymbol(super$bindPart,ClassSymbol(TTESRRenderTile,codechicken.multipart.scalatraits,2000080,9),10000204,149),2000,70) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(super$partRemoved,ClassSymbol(TTESRRenderTile,codechicken.multipart.scalatraits,2000080,9),10000204,154) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(part,MethodSymbol(super$partRemoved,ClassSymbol(TTESRRenderTile,codechicken.multipart.scalatraits,2000080,9),10000204,154),2000,70) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(p,MethodSymbol(super$partRemoved,ClassSymbol(TTESRRenderTile,codechicken.multipart.scalatraits,2000080,9),10000204,154),2000,79) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(super$clearParts,ClassSymbol(TTESRRenderTile,codechicken.multipart.scalatraits,2000080,9),10000204,19) +[16:57:43] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `ccmp` for name `saved_multipart`, expected `forgemultipartcbe`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:43] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod forgemultipartcbe +[16:57:43] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - Forge Multipart CBE took 0.295s +[16:57:43] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod microblockcbe +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol($init$,ClassSymbol(TPartialOcclusionPart,codechicken.multipart,2000080,7),200,16) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(getPartialOcclusionBoxes,ClassSymbol(TPartialOcclusionPart,codechicken.multipart,2000080,7),300,22) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(allowCompleteOcclusion,ClassSymbol(TPartialOcclusionPart,codechicken.multipart,2000080,7),200,41) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol($init$,ClassSymbol(TMicroOcclusion,codechicken.microblock,2000080,7),200,16) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(getSlot,ClassSymbol(TMicroOcclusion,codechicken.microblock,2000080,7),300,25) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(getSize,ClassSymbol(TMicroOcclusion,codechicken.microblock,2000080,7),300,25) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(getMaterial,ClassSymbol(TMicroOcclusion,codechicken.microblock,2000080,7),300,25) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(getBounds,ClassSymbol(TMicroOcclusion,codechicken.microblock,2000080,7),300,35) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(occlusionTest,ClassSymbol(TMicroOcclusion,codechicken.microblock,2000080,7),220,46) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(npart,MethodSymbol(occlusionTest,ClassSymbol(TMicroOcclusion,codechicken.microblock,2000080,7),220,46),2000,8) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(edgeCornerOcclusionTest,ClassSymbol(TMicroOcclusion,codechicken.microblock,2000080,7),200,54) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(edge,MethodSymbol(edgeCornerOcclusionTest,ClassSymbol(TMicroOcclusion,codechicken.microblock,2000080,7),200,54),2000,57) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(corner,MethodSymbol(edgeCornerOcclusionTest,ClassSymbol(TMicroOcclusion,codechicken.microblock,2000080,7),200,54),2000,57) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(super$occlusionTest,ClassSymbol(TMicroOcclusion,codechicken.microblock,2000080,7),10000204,63) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(npart,MethodSymbol(super$occlusionTest,ClassSymbol(TMicroOcclusion,codechicken.microblock,2000080,7),10000204,63),2000,8) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol($init$,ClassSymbol(CommonMicroblock,codechicken.microblock,2000080,7),200,26) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(microFactory,ClassSymbol(CommonMicroblock,codechicken.microblock,2000080,7),300,35) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(getSlot,ClassSymbol(CommonMicroblock,codechicken.microblock,2000080,7),200,41) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(getSlotMask,ClassSymbol(CommonMicroblock,codechicken.microblock,2000080,7),200,41) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(getPartialOcclusionBoxes,ClassSymbol(CommonMicroblock,codechicken.microblock,2000080,7),200,49) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(itemFactoryID,ClassSymbol(CommonMicroblock,codechicken.microblock,2000080,7),220,41) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol($init$,ClassSymbol(TFacePart,codechicken.multipart,2000080,7),200,17) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(solid,ClassSymbol(TFacePart,codechicken.multipart,2000080,7),200,26) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(side,MethodSymbol(solid,ClassSymbol(TFacePart,codechicken.multipart,2000080,7),200,26),2000,32) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(redstoneConductionMap,ClassSymbol(TFacePart,codechicken.multipart,2000080,7),200,37) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol($init$,ClassSymbol(FaceMicroblock,codechicken.microblock,2000080,7),200,23) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(microFactory,ClassSymbol(FaceMicroblock,codechicken.microblock,2000080,7),200,32) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(getBounds,ClassSymbol(FaceMicroblock,codechicken.microblock,2000080,7),200,38) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(solid,ClassSymbol(FaceMicroblock,codechicken.microblock,2000080,7),220,49) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(side,MethodSymbol(solid,ClassSymbol(FaceMicroblock,codechicken.microblock,2000080,7),220,49),2000,55) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol($init$,ClassSymbol(TNormalOcclusionPart,codechicken.multipart,2000080,7),200,14) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(getOcclusionBoxes,ClassSymbol(TNormalOcclusionPart,codechicken.multipart,2000080,7),300,23) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(occlusionTest,ClassSymbol(TNormalOcclusionPart,codechicken.multipart,2000080,7),220,42) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(npart,MethodSymbol(occlusionTest,ClassSymbol(TNormalOcclusionPart,codechicken.multipart,2000080,7),220,42),2000,8) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(super$occlusionTest,ClassSymbol(TNormalOcclusionPart,codechicken.multipart,2000080,7),10000204,50) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(npart,MethodSymbol(super$occlusionTest,ClassSymbol(TNormalOcclusionPart,codechicken.multipart,2000080,7),10000204,50),2000,8) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol($init$,ClassSymbol(HollowMicroblock,codechicken.microblock,2000080,7),200,26) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(microFactory,ClassSymbol(HollowMicroblock,codechicken.microblock,2000080,7),200,35) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(getBounds,ClassSymbol(HollowMicroblock,codechicken.microblock,2000080,7),200,41) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(getPartialOcclusionBoxes,ClassSymbol(HollowMicroblock,codechicken.microblock,2000080,7),220,52) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(getHollowSize,ClassSymbol(HollowMicroblock,codechicken.microblock,2000080,7),200,63) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(getOcclusionBoxes,ClassSymbol(HollowMicroblock,codechicken.microblock,2000080,7),200,69) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(getCollisionBoxes,ClassSymbol(HollowMicroblock,codechicken.microblock,2000080,7),220,52) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(getSubParts,ClassSymbol(HollowMicroblock,codechicken.microblock,2000080,7),220,80) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(allowCompleteOcclusion,ClassSymbol(HollowMicroblock,codechicken.microblock,2000080,7),220,90) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(solid,ClassSymbol(HollowMicroblock,codechicken.microblock,2000080,7),220,96) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(side,MethodSymbol(solid,ClassSymbol(HollowMicroblock,codechicken.microblock,2000080,7),220,96),2000,64) +[16:57:43] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(redstoneConductionMap,ClassSymbol(HollowMicroblock,codechicken.microblock,2000080,7),220,63) +[16:57:44] [Server thread/DEBUG] [CCL ASM]: MethodSymbol($init$,ClassSymbol(CornerMicroblock,codechicken.microblock,2000080,7),200,17) +[16:57:44] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(setShape,ClassSymbol(CornerMicroblock,codechicken.microblock,2000080,7),220,26) +[16:57:44] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(size,MethodSymbol(setShape,ClassSymbol(CornerMicroblock,codechicken.microblock,2000080,7),220,26),2000,29) +[16:57:44] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(slot,MethodSymbol(setShape,ClassSymbol(CornerMicroblock,codechicken.microblock,2000080,7),220,26),2000,29) +[16:57:44] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(microFactory,ClassSymbol(CornerMicroblock,codechicken.microblock,2000080,7),200,36) +[16:57:44] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(getBounds,ClassSymbol(CornerMicroblock,codechicken.microblock,2000080,7),200,42) +[16:57:44] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(getSlot,ClassSymbol(CornerMicroblock,codechicken.microblock,2000080,7),220,53) +[16:57:44] [Server thread/DEBUG] [CCL ASM]: MethodSymbol($init$,ClassSymbol(TEdgePart,codechicken.multipart,2000080,7),200,17) +[16:57:44] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(conductsRedstone,ClassSymbol(TEdgePart,codechicken.multipart,2000080,7),200,26) +[16:57:44] [Server thread/DEBUG] [CCL ASM]: MethodSymbol($init$,ClassSymbol(EdgeMicroblock,codechicken.microblock,2000080,7),200,23) +[16:57:44] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(setShape,ClassSymbol(EdgeMicroblock,codechicken.microblock,2000080,7),220,32) +[16:57:44] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(size,MethodSymbol(setShape,ClassSymbol(EdgeMicroblock,codechicken.microblock,2000080,7),220,32),2000,35) +[16:57:44] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(slot,MethodSymbol(setShape,ClassSymbol(EdgeMicroblock,codechicken.microblock,2000080,7),220,32),2000,35) +[16:57:44] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(microFactory,ClassSymbol(EdgeMicroblock,codechicken.microblock,2000080,7),200,42) +[16:57:44] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(getBounds,ClassSymbol(EdgeMicroblock,codechicken.microblock,2000080,7),200,48) +[16:57:44] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(getSlot,ClassSymbol(EdgeMicroblock,codechicken.microblock,2000080,7),220,59) +[16:57:44] [Server thread/DEBUG] [CCL ASM]: MethodSymbol($init$,ClassSymbol(PostMicroblock,codechicken.microblock,2000080,7),200,23) +[16:57:44] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(microFactory,ClassSymbol(PostMicroblock,codechicken.microblock,2000080,7),200,32) +[16:57:44] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(getBounds,ClassSymbol(PostMicroblock,codechicken.microblock,2000080,7),200,38) +[16:57:44] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(getOcclusionBoxes,ClassSymbol(PostMicroblock,codechicken.microblock,2000080,7),200,49) +[16:57:44] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(getPartialOcclusionBoxes,ClassSymbol(PostMicroblock,codechicken.microblock,2000080,7),200,49) +[16:57:44] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(itemFactoryID,ClassSymbol(PostMicroblock,codechicken.microblock,2000080,7),220,62) +[16:57:44] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(occlusionTest,ClassSymbol(PostMicroblock,codechicken.microblock,2000080,7),220,68) +[16:57:44] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(npart,MethodSymbol(occlusionTest,ClassSymbol(PostMicroblock,codechicken.microblock,2000080,7),220,68),2000,74) +[16:57:44] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(getResistanceFactor,ClassSymbol(PostMicroblock,codechicken.microblock,2000080,7),200,79) +[16:57:44] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(canPlaceTorchOnTop,ClassSymbol(PostMicroblock,codechicken.microblock,2000080,7),220,85) +[16:57:44] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(super$occlusionTest,ClassSymbol(PostMicroblock,codechicken.microblock,2000080,7),10000204,88) +[16:57:44] [Server thread/DEBUG] [CCL ASM]: MethodSymbol(npart,MethodSymbol(super$occlusionTest,ClassSymbol(PostMicroblock,codechicken.microblock,2000080,7),10000204,88),2000,74) +[16:57:44] [Server thread/DEBUG] [ForgeMicroBlockCBE]: Registered micro material: minecraft:stone[variant=stone] +[16:57:44] [Server thread/DEBUG] [ForgeMicroBlockCBE]: Registered micro material: minecraft:stone[variant=granite] +[16:57:44] [Server thread/DEBUG] [ForgeMicroBlockCBE]: Registered micro material: minecraft:stone[variant=smooth_granite] +[16:57:44] [Server thread/DEBUG] [ForgeMicroBlockCBE]: Registered micro material: minecraft:stone[variant=diorite] +[16:57:44] [Server thread/DEBUG] [ForgeMicroBlockCBE]: Registered micro material: minecraft:stone[variant=smooth_diorite] +[16:57:44] [Server thread/DEBUG] [ForgeMicroBlockCBE]: Registered micro material: minecraft:stone[variant=andesite] +[16:57:44] [Server thread/DEBUG] [ForgeMicroBlockCBE]: Registered micro material: minecraft:stone[variant=smooth_andesite] +[16:57:44] [Server thread/DEBUG] [ForgeMicroBlockCBE]: Registered micro material: minecraft:grass[snowy=false] +[16:57:44] [Server thread/DEBUG] [ForgeMicroBlockCBE]: Registered micro material: minecraft:dirt[snowy=false,variant=dirt] +[16:57:44] [Server thread/DEBUG] [ForgeMicroBlockCBE]: Registered micro material: minecraft:dirt[snowy=false,variant=coarse_dirt] +[16:57:44] [Server thread/DEBUG] [ForgeMicroBlockCBE]: Registered micro material: minecraft:dirt[snowy=false,variant=podzol] +[16:57:44] [Server thread/DEBUG] [ForgeMicroBlockCBE]: Registered micro material: minecraft:cobblestone +[16:57:44] [Server thread/DEBUG] [ForgeMicroBlockCBE]: Registered micro material: minecraft:planks[variant=oak] +[16:57:44] [Server thread/DEBUG] [ForgeMicroBlockCBE]: Registered micro material: minecraft:planks[variant=spruce] +[16:57:44] [Server thread/DEBUG] [ForgeMicroBlockCBE]: Registered micro material: minecraft:planks[variant=birch] +[16:57:44] [Server thread/DEBUG] [ForgeMicroBlockCBE]: Registered micro material: minecraft:planks[variant=jungle] +[16:57:44] [Server thread/DEBUG] [ForgeMicroBlockCBE]: Registered micro material: minecraft:planks[variant=acacia] +[16:57:44] [Server thread/DEBUG] [ForgeMicroBlockCBE]: Registered micro material: minecraft:planks[variant=dark_oak] +[16:57:44] [Server thread/DEBUG] [ForgeMicroBlockCBE]: Registered micro material: minecraft:sand[variant=sand] +[16:57:44] [Server thread/DEBUG] [ForgeMicroBlockCBE]: Registered micro material: minecraft:sand[variant=red_sand] +[16:57:44] [Server thread/DEBUG] [ForgeMicroBlockCBE]: Registered micro material: minecraft:gravel +[16:57:44] [Server thread/DEBUG] [ForgeMicroBlockCBE]: Registered micro material: minecraft:gold_ore +[16:57:44] [Server thread/DEBUG] [ForgeMicroBlockCBE]: Registered micro material: minecraft:iron_ore +[16:57:44] [Server thread/DEBUG] [ForgeMicroBlockCBE]: Registered micro material: minecraft:coal_ore +[16:57:44] [Server thread/DEBUG] [ForgeMicroBlockCBE]: Registered micro material: minecraft:log[axis=y,variant=oak] +[16:57:44] [Server thread/DEBUG] [ForgeMicroBlockCBE]: Registered micro material: minecraft:log[axis=y,variant=spruce] +[16:57:44] [Server thread/DEBUG] [ForgeMicroBlockCBE]: Registered micro material: minecraft:log[axis=y,variant=birch] +[16:57:44] [Server thread/DEBUG] [ForgeMicroBlockCBE]: Registered micro material: minecraft:log[axis=y,variant=jungle] +[16:57:44] [Server thread/DEBUG] [ForgeMicroBlockCBE]: Registered micro material: minecraft:leaves[check_decay=true,decayable=true,variant=oak] +[16:57:44] [Server thread/DEBUG] [ForgeMicroBlockCBE]: Registered micro material: minecraft:leaves[check_decay=true,decayable=true,variant=spruce] +[16:57:44] [Server thread/DEBUG] [ForgeMicroBlockCBE]: Registered micro material: minecraft:leaves[check_decay=true,decayable=true,variant=birch] +[16:57:44] [Server thread/DEBUG] [ForgeMicroBlockCBE]: Registered micro material: minecraft:leaves[check_decay=true,decayable=true,variant=jungle] +[16:57:44] [Server thread/DEBUG] [ForgeMicroBlockCBE]: Registered micro material: minecraft:sponge[wet=false] +[16:57:44] [Server thread/DEBUG] [ForgeMicroBlockCBE]: Registered micro material: minecraft:glass +[16:57:44] [Server thread/DEBUG] [ForgeMicroBlockCBE]: Registered micro material: minecraft:lapis_ore +[16:57:44] [Server thread/DEBUG] [ForgeMicroBlockCBE]: Registered micro material: minecraft:lapis_block +[16:57:44] [Server thread/DEBUG] [ForgeMicroBlockCBE]: Registered micro material: minecraft:sandstone[type=sandstone] +[16:57:44] [Server thread/DEBUG] [ForgeMicroBlockCBE]: Registered micro material: minecraft:sandstone[type=chiseled_sandstone] +[16:57:44] [Server thread/DEBUG] [ForgeMicroBlockCBE]: Registered micro material: minecraft:sandstone[type=smooth_sandstone] +[16:57:44] [Server thread/DEBUG] [ForgeMicroBlockCBE]: Registered micro material: minecraft:wool[color=white] +[16:57:44] [Server thread/DEBUG] [ForgeMicroBlockCBE]: Registered micro material: minecraft:wool[color=orange] +[16:57:44] [Server thread/DEBUG] [ForgeMicroBlockCBE]: Registered micro material: minecraft:wool[color=magenta] +[16:57:44] [Server thread/DEBUG] [ForgeMicroBlockCBE]: Registered micro material: minecraft:wool[color=lightBlue] +[16:57:44] [Server thread/DEBUG] [ForgeMicroBlockCBE]: Registered micro material: minecraft:wool[color=yellow] +[16:57:44] [Server thread/DEBUG] [ForgeMicroBlockCBE]: Registered micro material: minecraft:wool[color=lime] +[16:57:44] [Server thread/DEBUG] [ForgeMicroBlockCBE]: Registered micro material: minecraft:wool[color=pink] +[16:57:44] [Server thread/DEBUG] [ForgeMicroBlockCBE]: Registered micro material: minecraft:wool[color=gray] +[16:57:44] [Server thread/DEBUG] [ForgeMicroBlockCBE]: Registered micro material: minecraft:wool[color=silver] +[16:57:44] [Server thread/DEBUG] [ForgeMicroBlockCBE]: Registered micro material: minecraft:wool[color=cyan] +[16:57:44] [Server thread/DEBUG] [ForgeMicroBlockCBE]: Registered micro material: minecraft:wool[color=purple] +[16:57:44] [Server thread/DEBUG] [ForgeMicroBlockCBE]: Registered micro material: minecraft:wool[color=blue] +[16:57:44] [Server thread/DEBUG] [ForgeMicroBlockCBE]: Registered micro material: minecraft:wool[color=brown] +[16:57:44] [Server thread/DEBUG] [ForgeMicroBlockCBE]: Registered micro material: minecraft:wool[color=green] +[16:57:44] [Server thread/DEBUG] [ForgeMicroBlockCBE]: Registered micro material: minecraft:wool[color=red] +[16:57:44] [Server thread/DEBUG] [ForgeMicroBlockCBE]: Registered micro material: minecraft:wool[color=black] +[16:57:44] [Server thread/DEBUG] [ForgeMicroBlockCBE]: Registered micro material: minecraft:gold_block +[16:57:44] [Server thread/DEBUG] [ForgeMicroBlockCBE]: Registered micro material: minecraft:iron_block +[16:57:44] [Server thread/DEBUG] [ForgeMicroBlockCBE]: Registered micro material: minecraft:brick_block +[16:57:44] [Server thread/DEBUG] [ForgeMicroBlockCBE]: Registered micro material: minecraft:bookshelf +[16:57:44] [Server thread/DEBUG] [ForgeMicroBlockCBE]: Registered micro material: minecraft:mossy_cobblestone +[16:57:44] [Server thread/DEBUG] [ForgeMicroBlockCBE]: Registered micro material: minecraft:obsidian +[16:57:44] [Server thread/DEBUG] [ForgeMicroBlockCBE]: Registered micro material: minecraft:diamond_ore +[16:57:44] [Server thread/DEBUG] [ForgeMicroBlockCBE]: Registered micro material: minecraft:diamond_block +[16:57:44] [Server thread/DEBUG] [ForgeMicroBlockCBE]: Registered micro material: minecraft:redstone_ore +[16:57:44] [Server thread/DEBUG] [ForgeMicroBlockCBE]: Registered micro material: minecraft:ice +[16:57:44] [Server thread/DEBUG] [ForgeMicroBlockCBE]: Registered micro material: minecraft:snow +[16:57:44] [Server thread/DEBUG] [ForgeMicroBlockCBE]: Registered micro material: minecraft:clay +[16:57:44] [Server thread/DEBUG] [ForgeMicroBlockCBE]: Registered micro material: minecraft:netherrack +[16:57:44] [Server thread/DEBUG] [ForgeMicroBlockCBE]: Registered micro material: minecraft:soul_sand +[16:57:44] [Server thread/DEBUG] [ForgeMicroBlockCBE]: Registered micro material: minecraft:glowstone +[16:57:44] [Server thread/DEBUG] [ForgeMicroBlockCBE]: Registered micro material: minecraft:stained_glass[color=white] +[16:57:44] [Server thread/DEBUG] [ForgeMicroBlockCBE]: Registered micro material: minecraft:stained_glass[color=orange] +[16:57:44] [Server thread/DEBUG] [ForgeMicroBlockCBE]: Registered micro material: minecraft:stained_glass[color=magenta] +[16:57:44] [Server thread/DEBUG] [ForgeMicroBlockCBE]: Registered micro material: minecraft:stained_glass[color=lightBlue] +[16:57:44] [Server thread/DEBUG] [ForgeMicroBlockCBE]: Registered micro material: minecraft:stained_glass[color=yellow] +[16:57:44] [Server thread/DEBUG] [ForgeMicroBlockCBE]: Registered micro material: minecraft:stained_glass[color=lime] +[16:57:44] [Server thread/DEBUG] [ForgeMicroBlockCBE]: Registered micro material: minecraft:stained_glass[color=pink] +[16:57:44] [Server thread/DEBUG] [ForgeMicroBlockCBE]: Registered micro material: minecraft:stained_glass[color=gray] +[16:57:44] [Server thread/DEBUG] [ForgeMicroBlockCBE]: Registered micro material: minecraft:stained_glass[color=silver] +[16:57:44] [Server thread/DEBUG] [ForgeMicroBlockCBE]: Registered micro material: minecraft:stained_glass[color=cyan] +[16:57:44] [Server thread/DEBUG] [ForgeMicroBlockCBE]: Registered micro material: minecraft:stained_glass[color=purple] +[16:57:44] [Server thread/DEBUG] [ForgeMicroBlockCBE]: Registered micro material: minecraft:stained_glass[color=blue] +[16:57:44] [Server thread/DEBUG] [ForgeMicroBlockCBE]: Registered micro material: minecraft:stained_glass[color=brown] +[16:57:44] [Server thread/DEBUG] [ForgeMicroBlockCBE]: Registered micro material: minecraft:stained_glass[color=green] +[16:57:44] [Server thread/DEBUG] [ForgeMicroBlockCBE]: Registered micro material: minecraft:stained_glass[color=red] +[16:57:44] [Server thread/DEBUG] [ForgeMicroBlockCBE]: Registered micro material: minecraft:stained_glass[color=black] +[16:57:44] [Server thread/DEBUG] [ForgeMicroBlockCBE]: Registered micro material: minecraft:stonebrick[variant=stonebrick] +[16:57:44] [Server thread/DEBUG] [ForgeMicroBlockCBE]: Registered micro material: minecraft:stonebrick[variant=mossy_stonebrick] +[16:57:44] [Server thread/DEBUG] [ForgeMicroBlockCBE]: Registered micro material: minecraft:stonebrick[variant=cracked_stonebrick] +[16:57:44] [Server thread/DEBUG] [ForgeMicroBlockCBE]: Registered micro material: minecraft:stonebrick[variant=chiseled_stonebrick] +[16:57:44] [Server thread/DEBUG] [ForgeMicroBlockCBE]: Registered micro material: minecraft:nether_brick +[16:57:44] [Server thread/DEBUG] [ForgeMicroBlockCBE]: Registered micro material: minecraft:mycelium[snowy=false] +[16:57:44] [Server thread/DEBUG] [ForgeMicroBlockCBE]: Registered micro material: minecraft:end_stone +[16:57:44] [Server thread/DEBUG] [ForgeMicroBlockCBE]: Registered micro material: minecraft:emerald_ore +[16:57:44] [Server thread/DEBUG] [ForgeMicroBlockCBE]: Registered micro material: minecraft:emerald_block +[16:57:44] [Server thread/DEBUG] [ForgeMicroBlockCBE]: Registered micro material: minecraft:redstone_block +[16:57:44] [Server thread/DEBUG] [ForgeMicroBlockCBE]: Registered micro material: minecraft:quartz_ore +[16:57:44] [Server thread/DEBUG] [ForgeMicroBlockCBE]: Registered micro material: minecraft:quartz_block[variant=default] +[16:57:44] [Server thread/DEBUG] [ForgeMicroBlockCBE]: Registered micro material: minecraft:quartz_block[variant=chiseled] +[16:57:44] [Server thread/DEBUG] [ForgeMicroBlockCBE]: Registered micro material: minecraft:quartz_block[variant=lines] +[16:57:44] [Server thread/DEBUG] [ForgeMicroBlockCBE]: Registered micro material: minecraft:stained_hardened_clay[color=white] +[16:57:44] [Server thread/DEBUG] [ForgeMicroBlockCBE]: Registered micro material: minecraft:stained_hardened_clay[color=orange] +[16:57:44] [Server thread/DEBUG] [ForgeMicroBlockCBE]: Registered micro material: minecraft:stained_hardened_clay[color=magenta] +[16:57:44] [Server thread/DEBUG] [ForgeMicroBlockCBE]: Registered micro material: minecraft:stained_hardened_clay[color=lightBlue] +[16:57:44] [Server thread/DEBUG] [ForgeMicroBlockCBE]: Registered micro material: minecraft:stained_hardened_clay[color=yellow] +[16:57:44] [Server thread/DEBUG] [ForgeMicroBlockCBE]: Registered micro material: minecraft:stained_hardened_clay[color=lime] +[16:57:44] [Server thread/DEBUG] [ForgeMicroBlockCBE]: Registered micro material: minecraft:stained_hardened_clay[color=pink] +[16:57:44] [Server thread/DEBUG] [ForgeMicroBlockCBE]: Registered micro material: minecraft:stained_hardened_clay[color=gray] +[16:57:44] [Server thread/DEBUG] [ForgeMicroBlockCBE]: Registered micro material: minecraft:stained_hardened_clay[color=silver] +[16:57:44] [Server thread/DEBUG] [ForgeMicroBlockCBE]: Registered micro material: minecraft:stained_hardened_clay[color=cyan] +[16:57:44] [Server thread/DEBUG] [ForgeMicroBlockCBE]: Registered micro material: minecraft:stained_hardened_clay[color=purple] +[16:57:44] [Server thread/DEBUG] [ForgeMicroBlockCBE]: Registered micro material: minecraft:stained_hardened_clay[color=blue] +[16:57:44] [Server thread/DEBUG] [ForgeMicroBlockCBE]: Registered micro material: minecraft:stained_hardened_clay[color=brown] +[16:57:44] [Server thread/DEBUG] [ForgeMicroBlockCBE]: Registered micro material: minecraft:stained_hardened_clay[color=green] +[16:57:44] [Server thread/DEBUG] [ForgeMicroBlockCBE]: Registered micro material: minecraft:stained_hardened_clay[color=red] +[16:57:44] [Server thread/DEBUG] [ForgeMicroBlockCBE]: Registered micro material: minecraft:stained_hardened_clay[color=black] +[16:57:44] [Server thread/DEBUG] [ForgeMicroBlockCBE]: Registered micro material: minecraft:leaves2[check_decay=true,decayable=true,variant=acacia] +[16:57:44] [Server thread/DEBUG] [ForgeMicroBlockCBE]: Registered micro material: minecraft:leaves2[check_decay=true,decayable=true,variant=dark_oak] +[16:57:44] [Server thread/DEBUG] [ForgeMicroBlockCBE]: Registered micro material: minecraft:log2[axis=y,variant=acacia] +[16:57:44] [Server thread/DEBUG] [ForgeMicroBlockCBE]: Registered micro material: minecraft:log2[axis=y,variant=dark_oak] +[16:57:44] [Server thread/DEBUG] [ForgeMicroBlockCBE]: Registered micro material: minecraft:prismarine[variant=prismarine] +[16:57:44] [Server thread/DEBUG] [ForgeMicroBlockCBE]: Registered micro material: minecraft:prismarine[variant=prismarine_bricks] +[16:57:44] [Server thread/DEBUG] [ForgeMicroBlockCBE]: Registered micro material: minecraft:prismarine[variant=dark_prismarine] +[16:57:44] [Server thread/DEBUG] [ForgeMicroBlockCBE]: Registered micro material: minecraft:hardened_clay +[16:57:44] [Server thread/DEBUG] [ForgeMicroBlockCBE]: Registered micro material: minecraft:coal_block +[16:57:44] [Server thread/DEBUG] [ForgeMicroBlockCBE]: Registered micro material: minecraft:packed_ice +[16:57:44] [Server thread/DEBUG] [ForgeMicroBlockCBE]: Registered micro material: minecraft:red_sandstone[type=red_sandstone] +[16:57:44] [Server thread/DEBUG] [ForgeMicroBlockCBE]: Registered micro material: minecraft:red_sandstone[type=chiseled_red_sandstone] +[16:57:44] [Server thread/DEBUG] [ForgeMicroBlockCBE]: Registered micro material: minecraft:red_sandstone[type=smooth_red_sandstone] +[16:57:44] [Server thread/DEBUG] [ForgeMicroBlockCBE]: Registered micro material: minecraft:purpur_block +[16:57:44] [Server thread/DEBUG] [ForgeMicroBlockCBE]: Registered micro material: minecraft:purpur_pillar[axis=x] +[16:57:44] [Server thread/DEBUG] [ForgeMicroBlockCBE]: Registered micro material: minecraft:end_bricks +[16:57:44] [Server thread/DEBUG] [ForgeMicroBlockCBE]: Registered micro material: minecraft:magma +[16:57:44] [Server thread/DEBUG] [ForgeMicroBlockCBE]: Registered micro material: minecraft:nether_wart_block +[16:57:44] [Server thread/DEBUG] [ForgeMicroBlockCBE]: Registered micro material: minecraft:red_nether_brick +[16:57:44] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod microblockcbe +[16:57:44] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - Forge Microblocks took 0.216s +[16:57:44] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod minecraftmultipartcbe +[16:57:44] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod minecraftmultipartcbe +[16:57:44] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - Minecraft Multipart Plugin took 0.030s +[16:57:44] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod galacticrafttweaker +[16:57:44] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod galacticrafttweaker +[16:57:44] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - galacticrafttweaker took 0.000s +[16:57:44] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod advgenerators +[16:57:44] [Server thread/INFO] [advgenerators]: RF Version: redstoneflux 2.1.0 +[16:57:44] [Server thread/INFO] [advgenerators]: IC2 Version: NOT FOUND +[16:57:44] [Server thread/INFO] [advgenerators]: Tesla Version: NOT FOUND +[16:57:44] [Forge Version Check/DEBUG] [forge.VersionCheck]: [buildinggadgets] Received version check data: +{ + "homepage": "https://minecraft.curseforge.com/projects/building-gadgets", + "1.12.2": { + "2.8.2": "Changelog: https://github.com/Direwolf20-MC/BuildingGadgets/blob/master/CHANGELOG.md", + "2.8.1": "Changelog: https://github.com/Direwolf20-MC/BuildingGadgets/blob/master/CHANGELOG.md", + "2.8.0": "Changelog: https://github.com/Direwolf20-MC/BuildingGadgets/blob/master/CHANGELOG.md", + "2.7.4": "Changelog: https://github.com/Direwolf20-MC/BuildingGadgets/blob/master/CHANGELOG.md", + "2.7.3": "Changelog: https://github.com/Direwolf20-MC/BuildingGadgets/blob/master/CHANGELOG.md", + "2.7.2": "Changelog: https://github.com/Direwolf20-MC/BuildingGadgets/blob/master/CHANGELOG.md", + "2.7.1": "Changelog: https://github.com/Direwolf20-MC/BuildingGadgets/blob/master/CHANGELOG.md", + "2.7.0": "Changelog: https://github.com/Direwolf20-MC/BuildingGadgets/blob/master/CHANGELOG.md", + "2.6.8": "Changelog: https://github.com/Direwolf20-MC/BuildingGadgets/blob/master/CHANGELOG.md", + "2.6.7": "Changelog: https://github.com/Direwolf20-MC/BuildingGadgets/blob/master/CHANGELOG.md", + "2.6.6": "Changelog: https://github.com/Direwolf20-MC/BuildingGadgets/blob/master/CHANGELOG.md", + "2.6.5": "Changelog: https://github.com/Direwolf20-MC/BuildingGadgets/blob/master/CHANGELOG.md", + "2.6.4": "Changelog: https://github.com/Direwolf20-MC/BuildingGadgets/blob/master/CHANGELOG.md", + "2.6.3": "Changelog: https://github.com/Direwolf20-MC/BuildingGadgets/blob/master/CHANGELOG.md", + "2.6.2": "Changelog: https://github.com/Direwolf20-MC/BuildingGadgets/blob/master/CHANGELOG.md", + "2.6.1": "Changelog: https://github.com/Direwolf20-MC/BuildingGadgets/blob/master/CHANGELOG.md", + "2.6.0": "Changelog: https://github.com/Direwolf20-MC/BuildingGadgets/blob/master/CHANGELOG.md", + "2.5.0": "Changelog: https://github.com/Direwolf20-MC/BuildingGadgets/blob/master/CHANGELOG.md", + "2.4.6": "Changelog: https://github.com/Direwolf20-MC/BuildingGadgets/blob/master/CHANGELOG.md" + }, + "1.14.4": { + "3.0.6": "Changelog: https://github.com/Direwolf20-MC/BuildingGadgets/blob/master/CHANGELOG.md", + "3.0.5": "Changelog: https://github.com/Direwolf20-MC/BuildingGadgets/blob/master/CHANGELOG.md", + "3.1.0b": "Changelog: https://github.com/Direwolf20-MC/BuildingGadgets/blob/master/CHANGELOG.md" + }, + "1.15.2": { + "3.3.4": "Changelog: https://github.com/Direwolf20-MC/BuildingGadgets/blob/master/CHANGELOG.md", + "3.3.5": "Changelog: https://github.com/Direwolf20-MC/BuildingGadgets/blob/master/CHANGELOG.md" + }, + "1.16.1": { + "3.5.1": "Changelog: https://github.com/Direwolf20-MC/BuildingGadgets/wiki/Changelog-1.16" + }, + "1.16.2": { + "3.6.0": "Changelog: https://github.com/Direwolf20-MC/BuildingGadgets/wiki/Changelog-1.16" + }, + "1.16.3": { + "3.7.0": "Changelog: https://github.com/Direwolf20-MC/BuildingGadgets/wiki/Changelog-1.16", + "3.7.1": "Changelog: https://github.com/Direwolf20-MC/BuildingGadgets/wiki/Changelog-1.16", + "3.7.2": "Changelog: https://github.com/Direwolf20-MC/BuildingGadgets/wiki/Changelog-1.16" + }, + "1.16.4": { + "3.7.3": "Changelog: https://github.com/Direwolf20-MC/BuildingGadgets/wiki/Changelog-1.16" + }, + "1.16.5": { + "3.8.0": "Changelog: https://github.com/Direwolf20-MC/BuildingGadgets/wiki/Changelog-1.16", + "3.8.1": "Changelog: https://github.com/Direwolf20-MC/BuildingGadgets/wiki/Changelog-1.16", + "3.8.2": "Changelog: https://github.com/Direwolf20-MC/BuildingGadgets/wiki/Changelog-1.16" + }, + "1.17.1": { + "3.9.0": "Changelog: https://github.com/Direwolf20-MC/BuildingGadgets/wiki/" + }, + "1.18": { + "3.10.0": "Changelog: https://github.com/Direwolf20-MC/BuildingGadgets/wiki/", + "3.10.1": "Changelog: https://github.com/Direwolf20-MC/BuildingGadgets/releases/tag/release%2F3.10.1" + }, + "1.18.1": { + "3.10.1": "Changelog: https://github.com/Direwolf20-MC/BuildingGadgets/releases/tag/release%2F3.10.1" + }, + "1.18.2": { + "3.13.0": "Changelog: https://github.com/Direwolf20-MC/BuildingGadgets/releases/tag/release%2F3.13.0" + }, + "1.19": { + "3.14.0": "Changelog: https://github.com/Direwolf20-MC/BuildingGadgets/releases/tag/release%2F3.14.0", + "3.14.1": "Changelog: https://github.com/Direwolf20-MC/BuildingGadgets/releases/tag/release%2F3.14.1", + "3.14.2": "Changelog: https://github.com/Direwolf20-MC/BuildingGadgets/releases/tag/release%2F3.14.2", + "3.16.3": "Changelog: https://github.com/Direwolf20-MC/BuildingGadgets/releases/tag/release%2F3.16.3" + }, + "promos": { + "1.12.2-latest": "2.8.2", + "1.12.2-recommended": "2.8.2", + "1.14.4-latest": "3.1.0b", + "1.14.4-recommended": "3.1.0b", + "1.15.2-latest": "3.3.4", + "1.15.2-recommended": "3.3.4", + "1.16.1-latest": "3.5.1", + "1.16.1-recommended": "3.5.1", + "1.16.2-latest": "3.6.0", + "1.16.2-recommended": "3.6.0", + "1.16.3-latest": "3.7.2", + "1.16.3-recommended": "3.7.2", + "1.16.4-latest": "3.7.3", + "1.16.4-recommended": "3.7.3", + "1.16.5-latest": "3.8.2", + "1.16.5-recommended": "3.8.2", + "1.17.1-latest": "3.9.0", + "1.17.1-recommended": "3.9.0", + "1.18-latest": "3.10.0", + "1.18-recommended": "3.10.0", + "1.18.1-latest": "3.10.1", + "1.18.1-recommended": "3.10.1", + "1.18.2-latest": "3.13.0", + "1.18.2-recommended": "3.13.0", + "1.19-latest": "3.16.3", + "1.19-recommended": "3.16.3" + } +} + +[16:57:44] [Forge Version Check/INFO] [forge.VersionCheck]: [buildinggadgets] Found status: AHEAD Target: null +[16:57:44] [Forge Version Check/INFO] [forge.VersionCheck]: [ynot] Starting version check at http://asie.pl/files/minecraft/update/ynot.json +[16:57:44] [Server thread/INFO] [bdlib]: Loading internal config files for mod Advanced Generators +[16:57:44] [Server thread/INFO] [bdlib]: Loading config: jar:file:/C:/Users/Administrator/Documents/GitHub/sevtech-server-1.12.2/./mods/generators-0.9.20.12-mc1.12.2.jar!/assets/advgenerators/config/generators.cfg +[16:57:44] [Server thread/DEBUG] [bdlib]: Starting parsing +[16:57:44] [Server thread/DEBUG] [bdlib]: Processing 3 statements +[16:57:44] [Server thread/DEBUG] [bdlib]: Config: Modules.FuelTank.Capacity = EntryDouble(16000.0) +[16:57:44] [Server thread/DEBUG] [bdlib]: Config: Modules.HeatExchanger.HeatTransfer = EntryDouble(16.0) +[16:57:44] [Server thread/DEBUG] [bdlib]: Config: ModSupport.BuildCraft.ImportCombustionEngineFuels = EntryStr(True) +[16:57:44] [Server thread/DEBUG] [bdlib]: Config: ModSupport.BuildCraft.TurbineMinimumFuelValue = EntryDouble(50.0) +[16:57:44] [Server thread/DEBUG] [bdlib]: Config: Power.RF_MJ_Ratio = EntryDouble(10.0) +[16:57:44] [Server thread/DEBUG] [bdlib]: Config: Power.EU_MJ_Ratio = EntryDouble(2.5) +[16:57:44] [Server thread/DEBUG] [bdlib]: Config: Power.T_MJ_Ratio = EntryDouble(10.0) +[16:57:44] [Server thread/DEBUG] [bdlib]: Config: Power.Forge_MJ_Ratio = EntryDouble(10.0) +[16:57:44] [Server thread/DEBUG] [bdlib]: Config: Power.EU.Enabled = EntryStr(Y) +[16:57:44] [Server thread/DEBUG] [bdlib]: Config: Power.RF.Enabled = EntryStr(Y) +[16:57:44] [Server thread/DEBUG] [bdlib]: Config: Power.Tesla.Enabled = EntryStr(Y) +[16:57:44] [Server thread/DEBUG] [bdlib]: Config: Power.Forge.Enabled = EntryStr(Y) +[16:57:44] [Server thread/DEBUG] [bdlib]: Done +[16:57:44] [Server thread/INFO] [bdlib]: Loading config: jar:file:/C:/Users/Administrator/Documents/GitHub/sevtech-server-1.12.2/./mods/generators-0.9.20.12-mc1.12.2.jar!/assets/advgenerators/config/recipes.cfg +[16:57:44] [Server thread/DEBUG] [bdlib]: Starting parsing +[16:57:44] [Server thread/DEBUG] [bdlib]: Processing 1 statements +[16:57:44] [Server thread/DEBUG] [bdlib]: Done +[16:57:44] [Server thread/INFO] [bdlib]: Loading config: jar:file:/C:/Users/Administrator/Documents/GitHub/sevtech-server-1.12.2/./mods/generators-0.9.20.12-mc1.12.2.jar!/assets/advgenerators/config/turbine.cfg +[16:57:44] [Server thread/DEBUG] [bdlib]: Starting parsing +[16:57:44] [Server thread/DEBUG] [bdlib]: Processing 2 statements +[16:57:44] [Server thread/DEBUG] [bdlib]: Config: Machines.TurbineController.Enabled = EntryStr(Y) +[16:57:44] [Server thread/DEBUG] [bdlib]: Config: Machines.TurbineController.FuelEfficiency.Base = EntryDouble(1.1) +[16:57:44] [Server thread/DEBUG] [bdlib]: Config: Machines.TurbineController.FuelEfficiency.Tier1 = EntryDouble(1.35) +[16:57:44] [Server thread/DEBUG] [bdlib]: Config: Machines.TurbineController.FuelEfficiency.Tier2 = EntryDouble(1.85) +[16:57:44] [Server thread/DEBUG] [bdlib]: Config: Machines.TurbineController.InternalPowerCapacity = EntryDouble(10000.0) +[16:57:44] [Server thread/DEBUG] [bdlib]: Config: Machines.TurbineController.InternalFuelCapacity = EntryDouble(1000.0) +[16:57:44] [Server thread/DEBUG] [bdlib]: Config: Machines.TurbineController.Required.Turbine = EntryDouble(1.0) +[16:57:44] [Server thread/DEBUG] [bdlib]: Config: Machines.TurbineController.Modules.PowerOutput = EntryDouble(6.0) +[16:57:44] [Server thread/DEBUG] [bdlib]: Config: Machines.TurbineController.Modules.Turbine = EntryDouble(50.0) +[16:57:44] [Server thread/DEBUG] [bdlib]: Config: Machines.TurbineController.Modules.FluidInput = EntryDouble(5.0) +[16:57:44] [Server thread/DEBUG] [bdlib]: Config: Machines.TurbineController.Modules.FuelTank = EntryDouble(10.0) +[16:57:44] [Server thread/DEBUG] [bdlib]: Config: Machines.TurbineController.Modules.PowerCapacitor = EntryDouble(10.0) +[16:57:44] [Server thread/DEBUG] [bdlib]: Config: Machines.TurbineController.Modules.Sensor = EntryDouble(10.0) +[16:57:44] [Server thread/DEBUG] [bdlib]: Config: Machines.TurbineController.Modules.Control = EntryDouble(10.0) +[16:57:44] [Server thread/DEBUG] [bdlib]: Config: Machines.TurbineController.Modules.EfficiencyUpgradeTier1 = EntryDouble(1.0) +[16:57:44] [Server thread/DEBUG] [bdlib]: Config: Machines.TurbineController.Modules.EfficiencyUpgradeTier2 = EntryDouble(1.0) +[16:57:44] [Server thread/DEBUG] [bdlib]: Config: Machines.TurbineController.Modules.GeneratorsDataPort = EntryDouble(5.0) +[16:57:44] [Server thread/DEBUG] [bdlib]: Config: Machines.SteamTurbineController.Enabled = EntryStr(Y) +[16:57:44] [Server thread/DEBUG] [bdlib]: Config: Machines.SteamTurbineController.InertiaFunctionMultiplier = EntryDouble(0.025) +[16:57:44] [Server thread/DEBUG] [bdlib]: Config: Machines.SteamTurbineController.InertiaFunctionExponent = EntryDouble(-2.0) +[16:57:44] [Server thread/DEBUG] [bdlib]: Config: Machines.SteamTurbineController.SpinUpMultiplier = EntryDouble(1.0) +[16:57:44] [Server thread/DEBUG] [bdlib]: Config: Machines.SteamTurbineController.BaseDragMultiplier = EntryDouble(0.2) +[16:57:44] [Server thread/DEBUG] [bdlib]: Config: Machines.SteamTurbineController.CoilDragMultiplier = EntryDouble(0.75) +[16:57:44] [Server thread/DEBUG] [bdlib]: Config: Machines.SteamTurbineController.SteamEnergyDensity = EntryDouble(0.2) +[16:57:44] [Server thread/DEBUG] [bdlib]: Config: Machines.SteamTurbineController.MaxRPM = EntryDouble(5000.0) +[16:57:44] [Server thread/DEBUG] [bdlib]: Config: Machines.SteamTurbineController.InternalPowerCapacity = EntryDouble(10000.0) +[16:57:44] [Server thread/DEBUG] [bdlib]: Config: Machines.SteamTurbineController.InternalSteamCapacity = EntryDouble(16000.0) +[16:57:44] [Server thread/DEBUG] [bdlib]: Config: Machines.SteamTurbineController.Required.Turbine = EntryDouble(1.0) +[16:57:44] [Server thread/DEBUG] [bdlib]: Config: Machines.SteamTurbineController.Modules.PowerOutput = EntryDouble(6.0) +[16:57:44] [Server thread/DEBUG] [bdlib]: Config: Machines.SteamTurbineController.Modules.Turbine = EntryDouble(50.0) +[16:57:44] [Server thread/DEBUG] [bdlib]: Config: Machines.SteamTurbineController.Modules.FluidInput = EntryDouble(5.0) +[16:57:44] [Server thread/DEBUG] [bdlib]: Config: Machines.SteamTurbineController.Modules.PowerCapacitor = EntryDouble(10.0) +[16:57:44] [Server thread/DEBUG] [bdlib]: Config: Machines.SteamTurbineController.Modules.Sensor = EntryDouble(10.0) +[16:57:44] [Server thread/DEBUG] [bdlib]: Config: Machines.SteamTurbineController.Modules.Control = EntryDouble(10.0) +[16:57:44] [Server thread/DEBUG] [bdlib]: Config: Machines.SteamTurbineController.Modules.GeneratorsDataPort = EntryDouble(5.0) +[16:57:44] [Server thread/DEBUG] [bdlib]: Done +[16:57:44] [Server thread/INFO] [bdlib]: Loading config: jar:file:/C:/Users/Administrator/Documents/GitHub/sevtech-server-1.12.2/./mods/generators-0.9.20.12-mc1.12.2.jar!/assets/advgenerators/config/exchanger.cfg +[16:57:44] [Server thread/DEBUG] [bdlib]: Starting parsing +[16:57:44] [Server thread/DEBUG] [bdlib]: Processing 2 statements +[16:57:44] [Server thread/DEBUG] [bdlib]: Config: Machines.HeatExchangerController.Enabled = EntryStr(Y) +[16:57:44] [Server thread/DEBUG] [bdlib]: Config: Machines.HeatExchangerController.InternalTankCapacity = EntryDouble(16000.0) +[16:57:44] [Server thread/DEBUG] [bdlib]: Config: Machines.HeatExchangerController.MaxHeat = EntryDouble(1000.0) +[16:57:44] [Server thread/DEBUG] [bdlib]: Config: Machines.HeatExchangerController.StartHeating = EntryDouble(150.0) +[16:57:44] [Server thread/DEBUG] [bdlib]: Config: Machines.HeatExchangerController.HeatDecay = EntryDouble(0.05) +[16:57:44] [Server thread/DEBUG] [bdlib]: Config: Machines.HeatExchangerController.Required.HeatExchanger = EntryDouble(1.0) +[16:57:44] [Server thread/DEBUG] [bdlib]: Config: Machines.HeatExchangerController.Modules.FluidInput = EntryDouble(5.0) +[16:57:44] [Server thread/DEBUG] [bdlib]: Config: Machines.HeatExchangerController.Modules.FluidOutputSelect = EntryDouble(6.0) +[16:57:44] [Server thread/DEBUG] [bdlib]: Config: Machines.HeatExchangerController.Modules.ItemOutput = EntryDouble(6.0) +[16:57:44] [Server thread/DEBUG] [bdlib]: Config: Machines.HeatExchangerController.Modules.HeatExchanger = EntryDouble(50.0) +[16:57:44] [Server thread/DEBUG] [bdlib]: Config: Machines.HeatExchangerController.Modules.Sensor = EntryDouble(10.0) +[16:57:44] [Server thread/DEBUG] [bdlib]: Config: Machines.HeatExchangerController.Modules.Control = EntryDouble(10.0) +[16:57:44] [Server thread/DEBUG] [bdlib]: Config: Machines.HeatExchangerController.Modules.GeneratorsDataPort = EntryDouble(5.0) +[16:57:44] [Server thread/DEBUG] [bdlib]: Done +[16:57:44] [Server thread/INFO] [bdlib]: Loading config: jar:file:/C:/Users/Administrator/Documents/GitHub/sevtech-server-1.12.2/./mods/generators-0.9.20.12-mc1.12.2.jar!/assets/advgenerators/config/syngas.cfg +[16:57:44] [Server thread/DEBUG] [bdlib]: Starting parsing +[16:57:44] [Server thread/DEBUG] [bdlib]: Processing 2 statements +[16:57:44] [Server thread/DEBUG] [bdlib]: Config: Machines.SyngasController.Enabled = EntryStr(Y) +[16:57:44] [Server thread/DEBUG] [bdlib]: Config: Machines.SyngasController.WorkHeat = EntryDouble(150.0) +[16:57:44] [Server thread/DEBUG] [bdlib]: Config: Machines.SyngasController.MaxHeat = EntryDouble(200.0) +[16:57:44] [Server thread/DEBUG] [bdlib]: Config: Machines.SyngasController.CarbonPerMBSyngas = EntryDouble(50.0) +[16:57:44] [Server thread/DEBUG] [bdlib]: Config: Machines.SyngasController.SteamPerMBSyngas = EntryDouble(10.0) +[16:57:44] [Server thread/DEBUG] [bdlib]: Config: Machines.SyngasController.WaterSteamRatio = EntryDouble(3.0) +[16:57:44] [Server thread/DEBUG] [bdlib]: Config: Machines.SyngasController.MixingChamberThroughput = EntryDouble(1.0) +[16:57:44] [Server thread/DEBUG] [bdlib]: Config: Machines.SyngasController.HeatingChamberThroughput = EntryDouble(50.0) +[16:57:44] [Server thread/DEBUG] [bdlib]: Config: Machines.SyngasController.HeatingChamberHeating = EntryDouble(0.1) +[16:57:44] [Server thread/DEBUG] [bdlib]: Config: Machines.SyngasController.HeatingChamberLoss = EntryDouble(0.02) +[16:57:44] [Server thread/DEBUG] [bdlib]: Config: Machines.SyngasController.CarbonPerHeat = EntryDouble(20.0) +[16:57:44] [Server thread/DEBUG] [bdlib]: Config: Machines.SyngasController.InternalTankCapacity = EntryDouble(32000.0) +[16:57:44] [Server thread/DEBUG] [bdlib]: Config: Machines.SyngasController.Required.MixingChamber = EntryDouble(1.0) +[16:57:44] [Server thread/DEBUG] [bdlib]: Config: Machines.SyngasController.Modules.ItemInput = EntryDouble(5.0) +[16:57:44] [Server thread/DEBUG] [bdlib]: Config: Machines.SyngasController.Modules.FluidInput = EntryDouble(5.0) +[16:57:44] [Server thread/DEBUG] [bdlib]: Config: Machines.SyngasController.Modules.FluidOutputSelect = EntryDouble(6.0) +[16:57:44] [Server thread/DEBUG] [bdlib]: Config: Machines.SyngasController.Modules.HeatingChamber = EntryDouble(10.0) +[16:57:44] [Server thread/DEBUG] [bdlib]: Config: Machines.SyngasController.Modules.MixingChamber = EntryDouble(25.0) +[16:57:44] [Server thread/DEBUG] [bdlib]: Config: Machines.SyngasController.Modules.Sensor = EntryDouble(10.0) +[16:57:44] [Server thread/DEBUG] [bdlib]: Config: Machines.SyngasController.Modules.Control = EntryDouble(10.0) +[16:57:44] [Server thread/DEBUG] [bdlib]: Config: Machines.SyngasController.Modules.GeneratorsDataPort = EntryDouble(5.0) +[16:57:44] [Server thread/DEBUG] [bdlib]: Done +[16:57:44] [Server thread/INFO] [bdlib]: Loading config: jar:file:/C:/Users/Administrator/Documents/GitHub/sevtech-server-1.12.2/./mods/generators-0.9.20.12-mc1.12.2.jar!/assets/advgenerators/config/turbine-materials.cfg +[16:57:44] [Server thread/DEBUG] [bdlib]: Starting parsing +[16:57:44] [Server thread/DEBUG] [bdlib]: Processing 9 statements +[16:57:44] [Server thread/DEBUG] [bdlib]: Config: TurbineMaterials.Iron.Tier = EntryDouble(1.0) +[16:57:44] [Server thread/DEBUG] [bdlib]: Config: TurbineMaterials.Iron.InertiaMultiplier = EntryDouble(1.0) +[16:57:44] [Server thread/DEBUG] [bdlib]: Config: TurbineMaterials.Iron.MaxMJPerTick = EntryDouble(10.0) +[16:57:44] [Server thread/DEBUG] [bdlib]: Config: TurbineMaterials.Iron.RegisterBlade = EntryStr(Yes) +[16:57:44] [Server thread/DEBUG] [bdlib]: Config: TurbineMaterials.Iron.RegisterRotor = EntryStr(Yes) +[16:57:44] [Server thread/DEBUG] [bdlib]: Config: TurbineMaterials.Iron.RegisterKit = EntryStr(No) +[16:57:44] [Server thread/DEBUG] [bdlib]: Config: TurbineMaterials.Gold.Tier = EntryDouble(2.0) +[16:57:44] [Server thread/DEBUG] [bdlib]: Config: TurbineMaterials.Gold.InertiaMultiplier = EntryDouble(1.1) +[16:57:44] [Server thread/DEBUG] [bdlib]: Config: TurbineMaterials.Gold.MaxMJPerTick = EntryDouble(15.0) +[16:57:44] [Server thread/DEBUG] [bdlib]: Config: TurbineMaterials.Gold.RegisterBlade = EntryStr(No) +[16:57:44] [Server thread/DEBUG] [bdlib]: Config: TurbineMaterials.Steel.Tier = EntryDouble(3.0) +[16:57:44] [Server thread/DEBUG] [bdlib]: Config: TurbineMaterials.Steel.ReqOreDict = EntryStr(ingotSteel) +[16:57:44] [Server thread/DEBUG] [bdlib]: Config: TurbineMaterials.Steel.InertiaMultiplier = EntryDouble(1.0) +[16:57:44] [Server thread/DEBUG] [bdlib]: Config: TurbineMaterials.Steel.MaxMJPerTick = EntryDouble(20.0) +[16:57:44] [Server thread/DEBUG] [bdlib]: Config: TurbineMaterials.Bronze.Tier = EntryDouble(3.0) +[16:57:44] [Server thread/DEBUG] [bdlib]: Config: TurbineMaterials.Bronze.ReqOreDict = EntryStr(ingotBronze) +[16:57:44] [Server thread/DEBUG] [bdlib]: Config: TurbineMaterials.Bronze.InertiaMultiplier = EntryDouble(1.1) +[16:57:44] [Server thread/DEBUG] [bdlib]: Config: TurbineMaterials.Bronze.MaxMJPerTick = EntryDouble(20.0) +[16:57:44] [Server thread/DEBUG] [bdlib]: Config: TurbineMaterials.Enderium.Tier = EntryDouble(4.0) +[16:57:44] [Server thread/DEBUG] [bdlib]: Config: TurbineMaterials.Enderium.ReqOreDict = EntryStr(ingotEnderium) +[16:57:44] [Server thread/DEBUG] [bdlib]: Config: TurbineMaterials.Enderium.InertiaMultiplier = EntryDouble(1.2) +[16:57:44] [Server thread/DEBUG] [bdlib]: Config: TurbineMaterials.Enderium.MaxMJPerTick = EntryDouble(50.0) +[16:57:44] [Server thread/DEBUG] [bdlib]: Config: TurbineMaterials.Vibrant.Tier = EntryDouble(4.0) +[16:57:44] [Server thread/DEBUG] [bdlib]: Config: TurbineMaterials.Vibrant.ReqOreDict = EntryStr(ingotVibrantAlloy) +[16:57:44] [Server thread/DEBUG] [bdlib]: Config: TurbineMaterials.Vibrant.InertiaMultiplier = EntryDouble(1.2) +[16:57:44] [Server thread/DEBUG] [bdlib]: Config: TurbineMaterials.Vibrant.MaxMJPerTick = EntryDouble(50.0) +[16:57:44] [Server thread/DEBUG] [bdlib]: Config: TurbineMaterials.Manyullyn.Tier = EntryDouble(4.0) +[16:57:44] [Server thread/DEBUG] [bdlib]: Config: TurbineMaterials.Manyullyn.ReqMod = EntryStr(tconstruct) +[16:57:44] [Server thread/DEBUG] [bdlib]: Config: TurbineMaterials.Manyullyn.InertiaMultiplier = EntryDouble(1.2) +[16:57:44] [Server thread/DEBUG] [bdlib]: Config: TurbineMaterials.Manyullyn.MaxMJPerTick = EntryDouble(50.0) +[16:57:44] [Server thread/DEBUG] [bdlib]: Config: TurbineMaterials.Adv_Alloy.Tier = EntryDouble(4.0) +[16:57:44] [Server thread/DEBUG] [bdlib]: Config: TurbineMaterials.Adv_Alloy.ReqMod = EntryStr(ic2) +[16:57:44] [Server thread/DEBUG] [bdlib]: Config: TurbineMaterials.Adv_Alloy.InertiaMultiplier = EntryDouble(1.2) +[16:57:44] [Server thread/DEBUG] [bdlib]: Config: TurbineMaterials.Adv_Alloy.MaxMJPerTick = EntryDouble(50.0) +[16:57:44] [Server thread/DEBUG] [bdlib]: Done +[16:57:44] [Server thread/INFO] [bdlib]: Loading config: jar:file:/C:/Users/Administrator/Documents/GitHub/sevtech-server-1.12.2/./mods/generators-0.9.20.12-mc1.12.2.jar!/assets/advgenerators/config/capacitor-materials.cfg +[16:57:44] [Server thread/DEBUG] [bdlib]: Starting parsing +[16:57:44] [Server thread/DEBUG] [bdlib]: Processing 2 statements +[16:57:44] [Server thread/DEBUG] [bdlib]: Config: CapacitorMaterials.Redstone.Tier = EntryDouble(1.0) +[16:57:44] [Server thread/DEBUG] [bdlib]: Config: CapacitorMaterials.Redstone.MJCapacity = EntryDouble(100000.0) +[16:57:44] [Server thread/DEBUG] [bdlib]: Config: CapacitorMaterials.Redstone.RegisterKit = EntryStr(No) +[16:57:44] [Server thread/DEBUG] [bdlib]: Config: CapacitorMaterials.Advanced.Tier = EntryDouble(2.0) +[16:57:44] [Server thread/DEBUG] [bdlib]: Config: CapacitorMaterials.Advanced.MJCapacity = EntryDouble(500000.0) +[16:57:44] [Server thread/DEBUG] [bdlib]: Config: CapacitorMaterials.Dense.Tier = EntryDouble(3.0) +[16:57:44] [Server thread/DEBUG] [bdlib]: Config: CapacitorMaterials.Dense.MJCapacity = EntryDouble(2500000.0) +[16:57:44] [Server thread/DEBUG] [bdlib]: Done +[16:57:44] [Server thread/INFO] [bdlib]: Loading user config files for mod Advanced Generators +[16:57:44] [Server thread/INFO] [bdlib]: Loading config: C:\Users\Administrator\Documents\GitHub\sevtech-server-1.12.2\config\AdvGenerators\turbine.cfg +[16:57:44] [Server thread/DEBUG] [bdlib]: Starting parsing +[16:57:44] [Server thread/DEBUG] [bdlib]: Processing 1 statements +[16:57:44] [Server thread/DEBUG] [bdlib]: Done +[16:57:44] [Server thread/INFO] [bdlib]: Config loading for mod Advanced Generators finished +[16:57:44] [Server thread/INFO] [bdlib]: Loaded creative tabs for advgenerators +[16:57:44] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `advgenerators.turbine`, expected `advgenerators`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:44] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `advgenerators.powercapacitor`, expected `advgenerators`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:44] [Server thread/INFO] [advgenerators]: Adding block for fluid 'steam' +[16:57:44] [Server thread/INFO] [advgenerators]: Fluid 'syngas' not registered by any other mod, creating... +[16:57:44] [Server thread/INFO] [advgenerators]: Adding block for fluid 'syngas' +[16:57:44] [Server thread/INFO] [advgenerators]: Turbine material Enderium not present - skipping +[16:57:44] [Server thread/INFO] [advgenerators]: Turbine material Steel not present - skipping +[16:57:44] [Server thread/INFO] [advgenerators]: Registering turbine material: Gold +[16:57:44] [Server thread/INFO] [advgenerators]: Turbine material Bronze not present - skipping +[16:57:44] [Server thread/INFO] [advgenerators]: Registering turbine material: Manyullyn +[16:57:44] [Server thread/INFO] [advgenerators]: Registering turbine material: Iron +[16:57:44] [Server thread/INFO] [advgenerators]: Turbine material Vibrant not present - skipping +[16:57:44] [Server thread/INFO] [advgenerators]: Mod ic2 for turbine material Adv_Alloy not present - skipping +[16:57:44] [Server thread/INFO] [advgenerators]: Registering capacitor material: Redstone +[16:57:44] [Server thread/INFO] [advgenerators]: Registering capacitor material: Advanced +[16:57:44] [Server thread/INFO] [advgenerators]: Registering capacitor material: Dense +[16:57:44] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod advgenerators +[16:57:44] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - Advanced Generators took 0.604s +[16:57:44] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod gobblecore +[16:57:44] [Server thread/TRACE] [FML]: Automatically registered mod progressiontweaks entity spear as progressiontweaks:spear +[16:57:44] [Server thread/TRACE] [FML]: Automatically registered mod progressiontweaks entity tomahawk as progressiontweaks:tomahawk +[16:57:44] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod gobblecore +[16:57:44] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - Gobble Core took 0.020s +[16:57:44] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod harvest +[16:57:44] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod harvest +[16:57:44] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - Harvest took 0.000s +[16:57:44] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod horsepower +[16:57:44] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod horsepower +[16:57:44] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - Horse Power took 0.058s +[16:57:44] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod huntingdim +[16:57:44] [Server thread/INFO] [Hunting Dimension]: Reading world generator settings. +[16:57:44] [Server thread/INFO] [Hunting Dimension]: World settings loaded: { "coordinateScale": 684.412, "heightScale": 684.412, "lowerLimitScale": 512.0, "upperLimitScale": 512.0, "depthNoiseScaleX": 200.0, "depthNoiseScaleZ": 200.0, "depthNoiseScaleExponent": 0.5, "mainNoiseScaleX": 80.0, "mainNoiseScaleY": 160.0, "mainNoiseScaleZ": 80.0, "baseSize": 8.5, "stretchY": 12.0, "biomeDepthWeight": 1.0, "biomeDepthOffset": 0.0, "biomeScaleWeight": 1.0, "biomeScaleOffset": 0.0, "seaLevel": 63, "useCaves": false, "useDungeons": false, "dungeonChance": 8, "useStrongholds": false, "useVillages": false, "useMineShafts": false, "useTemples": false, "useMonuments": false, "useMansions": false, "useRavines": false, "useWaterLakes": false, "waterLakeChance": 4, "useLavaLakes": false, "lavaLakeChance": 80, "useLavaOceans": false, "fixedBiome": -1, "biomeSize": 4, "riverSize": 4, "dirtSize": 33, "dirtCount": 10, "dirtMinHeight": 0, "dirtMaxHeight": 256, "gravelSize": 33, "gravelCount": 8, "gravelMinHeight": 0, "gravelMaxHeight": 256, "graniteSize": 33, "graniteCount": 10, "graniteMinHeight": 0, "graniteMaxHeight": 80, "dioriteSize": 33, "dioriteCount": 10, "dioriteMinHeight": 0, "dioriteMaxHeight": 80, "andesiteSize": 33, "andesiteCount": 10, "andesiteMinHeight": 0, "andesiteMaxHeight": 80, "coalSize": 17, "coalCount": 20, "coalMinHeight": 0, "coalMaxHeight": 128, "ironSize": 9, "ironCount": 20, "ironMinHeight": 0, "ironMaxHeight": 64, "goldSize": 9, "goldCount": 2, "goldMinHeight": 0, "goldMaxHeight": 32, "redstoneSize": 8, "redstoneCount": 8, "redstoneMinHeight": 0, "redstoneMaxHeight": 16, "diamondSize": 8, "diamondCount": 1, "diamondMinHeight": 0, "diamondMaxHeight": 16, "lapisSize": 7, "lapisCount": 1, "lapisCenterHeight": 16, "lapisSpread": 16} +[16:57:44] [Server thread/INFO] [Hunting Dimension]: Reading config file. +[16:57:44] [Server thread/DEBUG] [BnBGamingCore]: Attempting to transform method func_186060_c in class net.darkhax.huntingdim.dimension.WorldProviderHunting +[16:57:44] [Server thread/DEBUG] [BnBGamingCore]: Successfully transformed method func_186060_c in class net.darkhax.huntingdim.dimension.WorldProviderHunting +[16:57:44] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod huntingdim +[16:57:44] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - Hunting Dimension took 0.030s +[16:57:44] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod igwmod +[16:57:44] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod igwmod +[16:57:44] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - In-Game wiki Mod took 0.010s +[16:57:44] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod mcjtylib_ng +[16:57:44] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod mcjtylib_ng +[16:57:44] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - McJtyLib took 0.035s +[16:57:44] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod immcraft +[16:57:44] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod immcraft +[16:57:44] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - Immersive Craft took 0.145s +[16:57:44] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod immersivepetroleum +[16:57:44] [Server thread/TRACE] [FML]: Automatically registered mod immersivepetroleum entity speedboat as immersivepetroleum:speedboat +[16:57:44] [Server thread/WARN] [FML]: A mod has attempted to assign Block Block{minecraft:air} to the Fluid 'oil' but this Fluid has already been linked to the Block Block{minecraft:air}. You may have duplicate Fluid Blocks as a result. It *may* be possible to configure your mods to avoid this. +[16:57:45] [Server thread/ERROR] [FML]: Error registering event handler: FMLMod:immersivepetroleum{1.1.9} class blusunrize.immersiveengineering.api.MultiblockHandler$MultiblockFormEvent public void flaxbeard.immersivepetroleum.common.items.ItemProjector.handleMultiblockComplete(blusunrize.immersiveengineering.api.MultiblockHandler$MultiblockFormEvent) +java.lang.InstantiationException: null + at sun.reflect.InstantiationExceptionConstructorAccessorImpl.newInstance(InstantiationExceptionConstructorAccessorImpl.java:48) ~[?:1.8.0_452] + at java.lang.reflect.Constructor.newInstance(Constructor.java:423) ~[?:1.8.0_452] + at net.minecraftforge.fml.common.eventhandler.EventBus.register(EventBus.java:130) [EventBus.class:?] + at net.minecraftforge.fml.common.eventhandler.EventBus.register(EventBus.java:112) [EventBus.class:?] + at flaxbeard.immersivepetroleum.common.items.ItemProjector.(ItemProjector.java:73) [ItemProjector.class:?] + at flaxbeard.immersivepetroleum.common.IPContent.preInit(IPContent.java:146) [IPContent.class:?] + at flaxbeard.immersivepetroleum.ImmersivePetroleum.preInit(ImmersivePetroleum.java:55) [ImmersivePetroleum.class:?] + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_452] + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_452] + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_452] + at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_452] + at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:637) [FMLModContainer.class:?] + at sun.reflect.GeneratedMethodAccessor10.invoke(Unknown Source) ~[?:?] + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_452] + at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_452] + at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) [minecraft_server.1.12.2.jar:?] + at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) [minecraft_server.1.12.2.jar:?] + at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) [minecraft_server.1.12.2.jar:?] + at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) [minecraft_server.1.12.2.jar:?] + at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) [minecraft_server.1.12.2.jar:?] + at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) [minecraft_server.1.12.2.jar:?] + at com.google.common.eventbus.EventBus.post(EventBus.java:217) [minecraft_server.1.12.2.jar:?] + at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:219) [LoadController.class:?] + at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197) [LoadController.class:?] + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_452] + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_452] + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_452] + at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_452] + at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) [minecraft_server.1.12.2.jar:?] + at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) [minecraft_server.1.12.2.jar:?] + at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) [minecraft_server.1.12.2.jar:?] + at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) [minecraft_server.1.12.2.jar:?] + at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) [minecraft_server.1.12.2.jar:?] + at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) [minecraft_server.1.12.2.jar:?] + at com.google.common.eventbus.EventBus.post(EventBus.java:217) [minecraft_server.1.12.2.jar:?] + at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136) [LoadController.class:?] + at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:629) [Loader.class:?] + at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:99) [FMLServerHandler.class:?] + at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:333) [FMLCommonHandler.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:125) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:57:45] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod immersivepetroleum +[16:57:45] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - Immersive Petroleum took 0.066s +[16:57:45] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod immersivetech +[16:57:45] [Server thread/WARN] [FML]: A mod has attempted to assign Block Block{minecraft:air} to the Fluid 'steam' but this Fluid has already been linked to the Block Block{advgenerators:steam}. You may have duplicate Fluid Blocks as a result. It *may* be possible to configure your mods to avoid this. +[16:57:45] [Server thread/ERROR] [immersiveengineering]: WireType#init was called by Immersive Tech (immersivetech)! +[16:57:45] [Server thread/ERROR] [immersiveengineering]: The method should only be called by Immersive Engineering, calls from other mods will cause many hard-to-debug issues and are therefore forbidden! +[16:57:45] [Server thread/ERROR] [immersiveengineering]: Please report this as a bug to Immersive Tech +[16:57:45] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod immersivetech +[16:57:45] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - Immersive Tech took 0.057s +[16:57:45] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod improvedbackpacks +[16:57:45] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `backpack`, expected `improvedbackpacks`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:45] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `ender_backpack`, expected `improvedbackpacks`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:45] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod improvedbackpacks +[16:57:45] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - Improved Backpacks took 0.041s +[16:57:45] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod incontrol +[16:57:45] [Server thread/INFO] [sevpatches_core]: Changing priority of onLivingDrops to LOW +[16:57:45] [Server thread/INFO] [sevpatches_core]: PatchInControlHandlerPriority succeeded +[16:57:45] [Server thread/INFO] [incontrol]: Enabling support for Game Stages +[16:57:45] [Server thread/INFO] [incontrol]: Enabling support for Baubles +[16:57:45] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod incontrol +[16:57:45] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - InControl took 0.014s +[16:57:45] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod indlog +[16:57:45] [Server thread/INFO] [cd4017be_lib]: skipped inductiveLogistics.PRE_INIT +[16:57:45] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod indlog +[16:57:45] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - Inductive Logistics took 0.000s +[16:57:45] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod teslacorelib +[16:57:45] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod teslacorelib +[16:57:45] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - Tesla Core Lib took 0.196s +[16:57:45] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod industrialforegoing +[16:57:45] [Server thread/TRACE] [FML]: Automatically registered mod industrialforegoing entity pink_slime as industrialforegoing:pink_slime +[16:57:45] [Forge Version Check/DEBUG] [forge.VersionCheck]: [ynot] Received version check data: +{ + "homepage": "https://charset.asie.pl/", + "promos": { + "1.12.2-latest": "0.2.4", + "1.12.2-recommended": "0.2.4" + } +} + +[16:57:45] [Forge Version Check/INFO] [forge.VersionCheck]: [ynot] Found status: UP_TO_DATE Target: null +[16:57:45] [Forge Version Check/INFO] [forge.VersionCheck]: [twilightforest] Starting version check at https://raw.githubusercontent.com/TeamTwilight/twilightforest/1.12.x/update.json +[16:57:46] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod industrialforegoing +[16:57:46] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - Industrial Foregoing took 0.761s +[16:57:46] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod infoaccessories +[16:57:46] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod infoaccessories +[16:57:46] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - Info Accessories took 0.005s +[16:57:46] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod integrateddynamics +[16:57:46] [Forge Version Check/DEBUG] [forge.VersionCheck]: [twilightforest] Received version check data: +{ + "homepage": "https://minecraft.curseforge.com/projects/the-twilight-forest", + "1.12.2": { + "3.8.689": "ADDED:\n • Extra Mob transformations for Powder of Transformation!\n\nCHANGED:\n • Improved textures for Uncrafting Table, Trophy Pedestal, Block-Chain Goblins, and Hermit Crabs.\n • Shield Scepter's magic shields render fully lit now, unaffected by darkness.\n • The magic shields also render in first-person.\n\nFIXED:\n • Fix crash when parrying Naga.\n • Fix crash with Trophy Pedestals upon unexpected Moonworm.\n • Small-time optimizations and code tidying here and there!", + "3.8.654": "FIXES:\n • Hotfix: Fixed a crash that happened on dedicated servers due to the new IE shaders.", + "3.8.652": "ADDED:\n • Added a Quadraxis to the team, A great addition to the mod.\n • Added Auroralized Glass.\n • Added actual Castle Brick Stairs, literally the sequel to Jesus.\n • Cicadas can now be shot from an Immersive Engineering Railgun. You monster.\n • Added the Skylight Forest.\n • Skylight Forest is a skyblock variant of Twilight Forest with only structures generating on their own little islands and everything else as void.\n • Parrots can now mimic any and all mobs in the mod. :parrot_party:\n • Added the Scepter of Fortification\n • A new scepter dropped by the Lich that summons five (5) shields around you that each block a hit.\n • Progression advancements each grant three (3) shields that don't decay over time.\n • The Naga Can now be dazed if it rams a blocking shield with its charge attack, knocking you both backwards in the process.\n • Giant Tools now have a longer reach.\n • The uncrafting Table is now compatible with shapeless recipes. It totally didn't become twice as broken in potential!\n • It can now also cycle through multiple recipes in case of conflict.\n • Added tool shaders for Immersive Engineering with their own rarity, these include:\nTwilight, Firefly, Pinch Beetle, Snakestone, Mazestone, Underbrick, Towerwood, Carminite, Auroralized, Ironwood, Steeleaf, Knightly, Fiery, Final Castle, Cube of Annihilation, Questing Ram, Naga, Lich, Minoshroom, Hydra, Knight Phantom, Ur-Ghast, Alpha Yeti, Snow Queen.\n\nCHANGED:\n • Reworked the Druid Huts completely.\n • Druid Huts are no longer the number one fire hazard in the forest. \n • /tffeature now can locate structures and can use tab-completion for so.\n • Phantom Armor when worn is now kept on death.\n • It also cannot be enchanted with Curse of Binding and Curse of Vanishing anymore.\n • Improved handling of items displaced by a Charm of Keeping, should be more reliable now.\n • Tweaked Axe damage and speed values to better match vanilla.\n • Blacklisted surface lakes from some of the biomes.\n • Mobs like Deer, Boars, etc. are now unable to spawn on the Glacier.\n • The Minoshroom's charge attack now breaks through blocks.\n • Spiral Bricks are now in the creative menu.\n • Maze ceilings now always generated if there is no terrain.\n • Strongholds are now marked as clear on the last Knight's death.\n • Tweaked the Synergy tool trait.\n • There can now be multiple portal activations items specified in the config.\n • Twilight Saplings can now be used as Furnace fuel.\n • The Encased Firejet and Smoker now count as a wood material instead of stone.\n • Arctic Fur Blocks now break faster with shears.\n • Fiddleheads now require Shears to harvest.\n • The Lich's shields are now proper 3D models instead of two textures loosely glued together.\n • TF now registers its TEs under our own namespace, not the default. We have a datafixer that handles the transition, but once updated to this version the datafix is irreversible.\n\nFIXED:\n • Players can no longer spawn on top of the portal which would teleport them back into the overworld right away. Good lord that was annoying.\n • Improved a lot of the logic relating to the Twilight Forest portal.\n • Fixed an issue with Trophy Pedestal progression where it didn't unlock after the Lich.\n • Remeasured the sizes of goblin's feet. Their boots should render on and fit them again.\n • The Seeker Bow now actually, you know, seeks again.\n • Fixed crash related to getting localized names of saplings on servers.\n • Removed a redundant language key in the Forgotten Explorer book for Yeti Caves.\n • Fixed Minotaurs dropping Magic Map foci instead of Maze Map.\n • Fiery tool heads now correctly have the missing Twilit and Flammable traits.\n • Changed the grip on the Moonworm Queen to be more comfortable, now correctly holding it as a tool in third person view.\n • Fixed a portal generation issue where it would generate underwater.\n • Added a null-check to tile entity access, fixing a crash with Mystcraft.\n • Cleaned up Bauble handling code, fixing console spam.\n • Fixed the blockstate rotations for Castle Brick Stair variants.\n • Fixed the lighting on some of the stair blocks.\n • Fixed incorrect level cost being shown for some recrafting recipes.\n • Giant blocks now correctly tile their texture.\n • Fixed a lighting issue on Fiery Blocks.\n • Portals are now prevented from generating inside of structures.\n • Refactored Naga Courtyard code, hopefully fixes generation issues.\n • Alternate Naga Courtyard Terrace pieces now generate again. #BlameDrullkus\n • Fixed a crash with the Uncrafting Table by adding some more checks.\n • The Fiery Pickaxe now correctly smelts every item a block drops if it drops multiple.\n • Fixed a Repeater in the Dark Tower not repeating what should be repeated, with delay.\n • Giant Leaves are now correctly tinted in inventories.\n • Fixed Uberous Soil not generating at the correct height.\n • Fixed the Snow Queen marking the wrong structure conquered on death.\n • Fixed the Charm of Keeping effects.\n • Setting the game to peaceful now correctly has the Snow waifu Queen put her spawner back.\n • Snow Queen minions now correctly spawn inside of the boss room during the fight.\n • Giant Tools are now held in a more human like fashion.\n • Firefly, Moonworm, and Cicada no longer use Soul Sand as their breaking particles.\n • Fixed the texture auto generator only processing first texture in array.\n • Lampposts can now generate again after several years. Neat.\n • Large mushrooms should no longer piggyback on top of each other.\n • Seeds even with only numbers were being used as seeds to make a random number seed instead of directing being used as a random number seed. Confusing, we know!", + "3.7.424": "ADDED:\n • We split the progression into three separate lines, meaning that instead of clearing one dungeon and moving to the next in line, you now have the choice after defeating the Lich to go to the Hydra, Ur-Ghast, or Aurora Palace first.\nDefeating all three is still necessary to gain access to the Highlands.\n • Tinkers' Construct integration!\n • Added Tinker's Construct Integration with Naga Scales, Steeleaves, Fiery Ingots, Knightmetal Ingots, and Raven's Feathers to make materials & tools out of.\n • Added unique traits for each material:\n • Twilit appears on all Twilight Forest materials, meaning your tool gains +2 speed in the Twilight Forest and deals +2 damage in any other dimension.\n • Precipitate appears on Naga Scale materials, it lets you use the tool quicker with the lesser health on your Player.\n • Synergy appears on Steeleaf materials, it will passively repair the tool if you have Steeleaf in your hotbar. The more Steeleaves you have in the hotbar, the faster it repairs.\n • Stalwart appears on Knightmetal materials, it will make you more resilient in combat.\n • Veiled appears on Raven's Feather materials, it will render arrows invisible.\n • Baubles integration!\n • All charms can now be used in the off-hand and also equipped in the Baubles inventory.\n • All tiers of the Charm of Keeping will keep the Baubles Inventory.\n • Thaumcraft Compat: Live & Reloaded! All items and blocks (aside from unobtainable and some WIP items) now have aspects.\n • Added a config option to make the Portal creation lightning not cause fires, disable it if you're against pyromania derrived fun.\n • Made a new potion effect for the ice render effect from Ice Bombs, Ice Bow, etc. instead of putting it on the Slowness effect.\n • This also stops ice getting applied getting the slowness effect under certain conditions.\n • The Block and Chain now disables shields like an axe.\n • Added config option for players spawning for the first time to spawn in the Twilight Forest. Off by default.\n • Added config option to make Twilight Portals create a blocked-off portal at their destination. Toss in the activation item to unblock the portal. Off by default.\n • Added recipes where Iron armor and tools can be crafted directly into their Fiery counterparts.\n • Added Shield-Parrying for all Twilight Forest Projectiles. Installing https://minecraft.curseforge.com/projects/parry Shield Parry mod causes Twilight Forest to skip its parrying methods.\n • Updated the Japanese language file.\n • Updated the Chinese language file.\n • The Russian language file now covers everything in the mod.\nCHANGED:\n • Changed the Creative menu icon to the Miniature Portal item.\n • The advancements Past the Thorns and So Castle Very Wow now have a [NYI] tag in their names to signify they are not functional yet.\n • All tiers of the Charm of Keeping now preserve items in the off-hand slot.\n • Charm of Keeping usage now drops any items that would be overwritten by an item saved to prevent item loss if something is put in the player's inventory.\n • Code Improvements for Naga Courtyard.\nFIXED:\n • Magic Maps now properly update after switching Dimensions\n • The Zombie Scepter no longer joins its zombie kind by destroying itself at 0 durability.\n • Special leaves in Twilight Forest are now using the ore dictionary properly. (This totally wasn’t solved previously and went undocumented we swear.)\n • Ore magnet no longer checks ModID in the registry string.\n • Mazestone and its variants once again consume 16 durability from your mining tools when mined.\n • Castle Doors no longer have their texture broken.\n • Charm of Life effect upon death now uses the correct sprite.\n • Improved algorithm for the Miner's Tree, it should be less confused and stuck when trying to pull ores from the ground.\n • Fixed some blocks missing getBlockFaceShape overrides, causing glass panes, fences, walls, etc. to connect to blocks when they shouldn't.\n • Fixed the placement problems with Spiral Bricks and took off the [WIP] tag.\n • Finally fixed texture and UV problems with Knightly Armor and Phantom Armor; rejoice!\n • Ur-Ghast's tears should be visible again in Multiplayer when it's throwing a tantrum.", + "3.6.345": "FIXES:\n • Hotfix: Fixed players getting kicked from servers when near locked structures.", + "3.6.343": "FIXES:\n • Hotfix: Fixed Sponge server crashing related to packet fix last release.", + "3.6.342": "ADDED:\n • Not yet fully implemented Tinkers' Construct compatibility for some of our materials to make tools out of.\n\nFIXES:\n • Fixed our Forge minimum version dependency string being behind.\n • Fixed potential console spam related to weather rendering when the mod 'Fancy Block Particles' is present.\n • Added a message that if Sponge is installed the max bounding-box-size should be adjusted for Hydras to show up properly.\n • Removed the structure layout print debug that appears in the console, made it into the release on accident.\n • Fixed a config-related crash.\n • Fixed a generation problem with terraces being mashed together despite us telling them not do.", + "3.6.324": "ADDED:\n • The Naga Courtyard has received a complete revamp while maintaining the old style of it.\n • More things are planned at a later date for a second batch.\n • Many new blocks styled for and after the Naga including but not limited to:\n • Etched Nagastone\n • Block is available in 6 rotations. It's a block that kind of is placed like a pillar except the swirls on the block are placed dependent on the direction you placed.\n • Has 2x2 stone tiles on the end.\n • Comes in normal, mossy, and cracked variants.\n • Nagastone Pillar\n • Block is available in 3 axal rotations.\n • Works like vanilla Quartz Pillar Block.\n • Comes in normal, mossy, and cracked variants.\n • Nagastone Stairs\n • Textures like Etched Nagastone.\n • Has Left and Right facing variants dictating which way the swirls go.\n • Both Left and Right come in normal, mossy, and cracked variants.\n • Spiral Stone Bricks\n • Can be used in a 2x2 patterns to make a complete spiral.\n • The block itself is in 3D and has depth not only through shading.\n • The Uncrafting Table was added to the list of Crafting Tables for the Crafting Category in JEI.\n • Two original music tracks by MrOwltkins were added.\n • Updated our Chinese language file thanks to 3TUSK.\nCHANGED:\n • Block And Chain now appears from your left hand if used in the off-hand slot.\n • Also cleaned up the code around there.\n • shifted the Knightmetal Loop texture to the middle.\n • Block and Chain + Cube of Annihilation leave their x16 boundary to accommodate their texture.\n • Made the Block and Chain thicker when held.\n • The Block and Chain recieved a model override, the texture will change to only the loop when it is thrown.\n • Cube of Annihilation recieved a new texture for this too.\n • Optimized Cicadas, Fireflies, and Moonworms for the server side.\n • Made TF Critters not tick at all on the server side.\n • Wispy Clouds are now dropped when broken.\n • Removed unused EntityTFTinyFirefly (old version of ParticleFirefly).\n • Made Castle Doors breakable again so people can use them until the Final Castle is implemented fully, afterwards we'll prevent them from breaking until the structure is cleared.\n • Broke the fourth wall, wont fix.\nFIXES:\n • Made the player invulnerable when teleporting across dimensions, this was the issue causing players to wrongly teleport.\n • Fixed the issue when going through a portal would displace you up in the air.\n • Moved the language key for \"Underbrick Floor\" from meta 2 to meta 3 to fix lang entry collision for Underbrick.\n • Fixed a crash that happened due to the mod OpenTerrainGenerator.\n • Magic Beans once again properly grow into beanstalks on dedicated servers.\n • The vignette that appears in low light no longer randomly flickers in the Twilight Forest.\n • Fixed Root Strands being offset downwards for the second time, hopefully preventing them to sag with age.\n • Placing a giant block where it would replace a snow layer no longer crashes the client.\n • Moonworm Queen no longer breaks like a tool when it hits 0 durability.\n • Only the Moonworm Queen you're using should wiggle now instead of all of them when you have multiple.\n • Scepter of Twilight/Life Draining once again can be recharged.\n • Fixed the broken fourth wall.", + "3.5.263": "ADDED:\n • Added compatibility for many of our blocks with Chisel.\n • Crafting recipes added for Final Castle related blocks.\n • Vanilla's block to stairs ratio in crafting makes no sense, we opted for the stair recipes to give you 8 instead of the usual 4.\n\nCHANGED:\n • \"And Drullkus said; \"let portals be shapeless!\" And it was so.\"\n • Portals can now be made into any horizontal shape.\n • They still have the same requirements (water pool, plants surrounding it, etc.)\n\nFIXES:\n • Fixed a serious crash involving the Anti-Builder.\n • Fixed an issue with the Trophies interacting with other mods such as Skillable.\n • Also caught an Item Stack null.\n • All magic tree log variants now drop their respective wood properly.\n • Made sure bosses are recognised as such by the game.\n • Collected all of the Fireflies that escaped the Firefly Jar and put them back in.\n • The Firefly \"block\" also gives off its little firefly lights again.\n • Resolved some Hydra rotation issues; it should no longer track you by spinning around at the speed of sound.", + "3.4.239": "ADDED:\n • We now have loading screens when going to the Twilight Forest! \n • The Naga and Lich now have fancy incremental boss bars for the body segments and phases respectively.\n • The Block of Fiery Metal now has a fancy model.\n • Arctic armour now has lore text that makes it clear it can be dyed.\n • Also added a advancement related to dying Arctic armour.\n • Armour made from boss drops now have damage resistance, balanced relative to the progression.\n • Death Tome has a chance to drop enchanted books.\n\nCHANGED:\n • Quest Ram now pulls rewards from a loot table.\n • Uncrafting Table now returns materials directly to inventory like 1.12 vanilla Crafting Table.\n • Changing dimension ID of the TF now requires a relaunch.\n • Changing seed of your world now needs the world reloaded.\n • The 'shedding' from Death Tomes now draws from a loot table.\n • Block of Fiery Metal now stays lit when set on fire.\n • Made the boss spawner unbreakable, no more pacifist route unless on peaceful.\n • The Ore Magnet no longer moves ores if it is a tile entity.\n • Ghast Trap advancement is more specific in its wording.\n • Updated our JEI dependency to a newer version.\n\nFIXES:\n • Fixed Ironwood model.\n • Set particle Firefly size to 0 so they don't keep blinking in and out in F3+B mode.\n • Fixed a bug where all storage blocks worked as fuel.\n • Fixed Block of Fiery Metal and Block of Ironwood having parts render solid black without CTM.\n • Spruce trees in the snow biomes are no longer partially oak logs.\n • Giant blocks no longer destroy other blocks upon placement, including bedrock and the laws of physics.\n • Charm of Keeping and Charm of Life no longer conflict resulting in item loss, they now properly take turns and play nice.\n • Fiery Tears and Blood now show as interchangeable in JEI.\n • Roots no longer replace important blocks in generation.\n • Cleaned up the chunk generator some more.", + "3.3.202": "ADDED:\n • Block of Fiery Metal now deals damage when walked on.\n • Block of Arctic Fur reduces fall damage by 90%.\n • Block of Steeleaf reduces fall damage by 25%.\n • Advancement called \"Something Strange in The Towerwood\" was added.\n • Questing Ram has its own spawn egg now.\n • Questing Ram Trophy makes adorable noises now.\n • When a worn bug dies it now makes a *squish* sound.\n • The Anti-Builder now has a blacklist feature for people to prevent blocks being destroyed, a must have for mods that add graves.\n • Added proper breaking particles to Device Translucent and the Castle Doors.\n • Added names to multiple unlocalised blocks.\n\nCHANGES:\n • Made axes not terrible damage wise.\n • Buffed the Giant Sword.\n • Added proper sounds and material to the new storage blocks.\n • Tri-Bow no longer creates free arrows, only one can be picked up again when shot.\n • New storage blocks can now be used as base blocks for a beacon.\n • Magic tree cores no longer drop with Silk Touch.\n • Final Castle doors are now in the creative menu and can be pick-blocked.\n • Some advancement names and descriptions had changes.\n\nFIXES:\n • Fixed the Magic Map grinding your FPS to a halt over time, thousands of duplicate icons were hogging up all the precious memory over time.\n • The new storage blocks now show up in the creative menu.\n • Fixed the shadows of several mobs, no longer does the Alpha Yeti feel like a Beta Yeti.\n • Knightly Axe now properly deals extra damage to unarmoured targets.\n • Temporary workaround to not display the dismount message when a Pinch Beetle grabs you.\n • Fixed Magic Beans not getting consumed upon use.\n • Hydra can now rotate its body again.\n • Hydra will no longer harm itself, it enjoys life once again.\n • Unstable Ice Cores will no longer be griefing jerks with the MobGriefing gamerule being false.\n • The Hydra's mortar attack now also respects MobGriefing.\n • All mobs with a breath like attacks now have it functioning properly again.\n • Also fixed the particle rendering of the Snow Queen's icy breath.\n • Charm of Keeping should now activate before a gravestone mod can take hold of your items.\n • Fixed a transparency issue when wearing the Quest Ram Trophy.\n • The mushroom growing on the Minoshroom's head is back where it belongs.\n • Roots are no longer offset by one pixel down.\n • Swarm Spiders and Carminite Broodlings are no longer intimate with ceilings to the point of death." + }, + "promos": { + "1.12.2-latest": "3.8.689", + "1.12.2-recommended": "3.8.689", + "1.7.10-latest": "2.3.7", + "1.7.10-recommended": "2.3.7" + } +} +[16:57:46] [Forge Version Check/INFO] [forge.VersionCheck]: [twilightforest] Found status: UP_TO_DATE Target: null +[16:57:46] [Forge Version Check/INFO] [forge.VersionCheck]: [carryon] Starting version check at https://gist.githubusercontent.com/Tschipp/dccadee7c90d7a34e6e76a35d9d6fa2e/raw/ +[16:57:46] [Server thread/TRACE] [Integrated Dynamics]: preInit() +[16:57:46] [Server thread/TRACE] [Integrated Dynamics]: Registered general +[16:57:47] [Server thread/TRACE] [Integrated Dynamics]: Registered part_container +[16:57:47] [Server thread/TRACE] [Integrated Dynamics]: Registered network_element_provider +[16:57:47] [Server thread/TRACE] [Integrated Dynamics]: Registered dynamic_light +[16:57:47] [Server thread/TRACE] [Integrated Dynamics]: Registered dynamic_redstone +[16:57:47] [Server thread/TRACE] [Integrated Dynamics]: Registered facadeable +[16:57:47] [Server thread/TRACE] [Integrated Dynamics]: Registered variable_container +[16:57:47] [Server thread/TRACE] [Integrated Dynamics]: Registered cable +[16:57:47] [Server thread/TRACE] [Integrated Dynamics]: Registered cablefakeable +[16:57:47] [Server thread/TRACE] [Integrated Dynamics]: Registered network_carrier +[16:57:47] [Server thread/TRACE] [Integrated Dynamics]: Registered path_element_provider +[16:57:47] [Server thread/TRACE] [Integrated Dynamics]: Registered variable_facade_holder +[16:57:47] [Server thread/TRACE] [Integrated Dynamics]: Registered part_network +[16:57:47] [Server thread/TRACE] [Integrated Dynamics]: Registered energy_network +[16:57:47] [Server thread/TRACE] [Integrated Dynamics]: Registered value_interface_provider +[16:57:47] [Server thread/TRACE] [Integrated Dynamics]: Registered energy_network +[16:57:47] [Server thread/TRACE] [Integrated Dynamics]: Registered ingredientcomponenthandler +[16:57:47] [Server thread/TRACE] [Integrated Dynamics]: Registered menrilresin +[16:57:47] [Server thread/TRACE] [Integrated Dynamics]: Registered liquidchorus +[16:57:47] [Server thread/TRACE] [Integrated Dynamics]: Registered cable +[16:57:47] [Server thread/TRACE] [Integrated Dynamics]: Registered variablestore +[16:57:47] [Server thread/TRACE] [Integrated Dynamics]: Registered logic_programmer +[16:57:47] [Server thread/TRACE] [Integrated Dynamics]: Registered invisible_light +[16:57:47] [Server thread/TRACE] [Integrated Dynamics]: Registered energy_battery +[16:57:47] [Server thread/TRACE] [Integrated Dynamics]: Registered creative_energy_battery +[16:57:47] [Server thread/TRACE] [Integrated Dynamics]: Registered coal_generator +[16:57:47] [Server thread/TRACE] [Integrated Dynamics]: Registered proxy +[16:57:47] [Server thread/TRACE] [Integrated Dynamics]: Registered materializer +[16:57:47] [Server thread/TRACE] [Integrated Dynamics]: Registered menril_log +[16:57:47] [Server thread/TRACE] [Integrated Dynamics]: Registered menril_log_filled +[16:57:47] [Server thread/TRACE] [Integrated Dynamics]: Registered menril_leaves +[16:57:47] [Server thread/TRACE] [Integrated Dynamics]: Registered menril_sapling +[16:57:47] [Server thread/TRACE] [Integrated Dynamics]: Registered menril_planks +[16:57:47] [Server thread/TRACE] [Integrated Dynamics]: Registered crystalized_menril_block +[16:57:47] [Server thread/TRACE] [Integrated Dynamics]: Registered crystalized_menril_brick +[16:57:47] [Server thread/TRACE] [Integrated Dynamics]: Registered block_menril_resin +[16:57:47] [Server thread/TRACE] [Integrated Dynamics]: Registered drying_basin +[16:57:47] [Server thread/TRACE] [Integrated Dynamics]: Registered squeezer +[16:57:47] [Server thread/TRACE] [Integrated Dynamics]: Registered menril_door +[16:57:47] [Server thread/TRACE] [Integrated Dynamics]: Registered menril_torch +[16:57:47] [Server thread/TRACE] [Integrated Dynamics]: Registered menril_torch_stone +[16:57:47] [Server thread/TRACE] [Integrated Dynamics]: Registered menril_planks_stairs +[16:57:47] [Server thread/TRACE] [Integrated Dynamics]: Registered crystalized_menril_block_stairs +[16:57:47] [Server thread/TRACE] [Integrated Dynamics]: Registered crystalized_menril_brick_stairs +[16:57:47] [Server thread/TRACE] [Integrated Dynamics]: Registered delay +[16:57:47] [Server thread/TRACE] [Integrated Dynamics]: Registered block_liquid_chorus +[16:57:47] [Server thread/TRACE] [Integrated Dynamics]: Registered crystalized_chorus_block +[16:57:47] [Server thread/TRACE] [Integrated Dynamics]: Registered crystalized_chorus_brick +[16:57:47] [Server thread/TRACE] [Integrated Dynamics]: Registered crystalized_chorus_block_stairs +[16:57:47] [Server thread/TRACE] [Integrated Dynamics]: Registered crystalized_chorus_brick_stairs +[16:57:47] [Server thread/TRACE] [Integrated Dynamics]: Registered mechanical_squeezer +[16:57:47] [Server thread/TRACE] [Integrated Dynamics]: Registered mechanical_drying_basin +[16:57:47] [Server thread/TRACE] [Integrated Dynamics]: Registered wrench +[16:57:47] [Server thread/TRACE] [Integrated Dynamics]: Registered variable +[16:57:47] [Server thread/TRACE] [Integrated Dynamics]: Registered labeller +[16:57:47] [Server thread/TRACE] [Integrated Dynamics]: Registered facade +[16:57:47] [Server thread/TRACE] [Integrated Dynamics]: Registered crystalized_menril_chunk +[16:57:47] [Server thread/TRACE] [Integrated Dynamics]: Registered variable_transformer +[16:57:47] [Server thread/TRACE] [Integrated Dynamics]: Registered menril_berries +[16:57:47] [Server thread/TRACE] [Integrated Dynamics]: Registered portable_logic_programmer +[16:57:47] [Server thread/TRACE] [Integrated Dynamics]: Registered on_the_dynamics_of_integration +[16:57:47] [Server thread/TRACE] [Integrated Dynamics]: Registered crystalized_chorus_chunk +[16:57:47] [Server thread/TRACE] [Integrated Dynamics]: Registered logic_director +[16:57:47] [Server thread/TRACE] [Integrated Dynamics]: Registered biome_meneglin +[16:57:47] [Server thread/TRACE] [FML]: Automatically registered mod integrateddynamics entity entityitemtargetted as integrateddynamics:entityitemtargetted +[16:57:47] [Server thread/TRACE] [Integrated Dynamics]: Registered entityitemtargetted +[16:57:47] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod integrateddynamics +[16:57:47] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - Integrated Dynamics took 1.318s +[16:57:47] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod integrateddynamicscompat +[16:57:47] [Server thread/TRACE] [IntegratedDynamics-Compat]: preInit() +[16:57:47] [Server thread/TRACE] [IntegratedDynamics-Compat]: Registered general +[16:57:47] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod integrateddynamicscompat +[16:57:47] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - IntegratedDynamics-Compat took 0.057s +[16:57:47] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod inventorytweaks +[16:57:47] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod inventorytweaks +[16:57:47] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - Inventory Tweaks took 0.000s +[16:57:47] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod ironbackpacks +[16:57:47] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod ironbackpacks +[16:57:47] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - Iron Backpacks took 0.008s +[16:57:47] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod ironchest +[16:57:47] [Server thread/DEBUG] [FML]: Attempting to load the file version.properties from ironchest-1.12.2-7.0.72.847.jar to locate a version number for mod ironchest +[16:57:47] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod ironchest +[16:57:47] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - Iron Chest took 0.006s +[16:57:47] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod ironjetpacks +[16:57:47] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod ironjetpacks +[16:57:47] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - Iron Jetpacks took 0.016s +[16:57:47] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod itemstages +[16:57:47] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod itemstages +[16:57:47] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - Item Stages took 0.002s +[16:57:47] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod journeymap +[16:57:47] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod journeymap +[16:57:47] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - JourneyMap took 0.000s +[16:57:47] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod jarm +[16:57:47] [Server thread/DEBUG] [jarm]: Registering Raft Config +[16:57:47] [Server thread/DEBUG] [jarm]: Registering Raft Entity +[16:57:47] [Server thread/TRACE] [FML]: Automatically registered mod jarm entity jarm:Raft as jarm:raft +[16:57:47] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod jarm +[16:57:47] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - Just A Raft Mod took 0.007s +[16:57:47] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod jaff +[16:57:47] [Server thread/TRACE] [FML]: Automatically registered mod jaff entity iron_fish_hook as jaff:iron_fish_hook +[16:57:47] [Server thread/TRACE] [FML]: Automatically registered mod jaff entity cod as jaff:cod +[16:57:47] [Server thread/TRACE] [FML]: Automatically registered mod jaff entity salmon as jaff:salmon +[16:57:47] [Server thread/TRACE] [FML]: Automatically registered mod jaff entity clownfish as jaff:clownfish +[16:57:47] [Server thread/TRACE] [FML]: Automatically registered mod jaff entity pufferfish as jaff:pufferfish +[16:57:47] [Server thread/INFO] [sevpatches_core]: PatchJaffSpawnRemover succeeded +[16:57:47] [Server thread/INFO] [sevpatches_core]: JAFFA Phase 1 +[16:57:47] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod jaff +[16:57:47] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - Just a Few Fish took 0.029s +[16:57:47] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod jeid +[16:57:47] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod jeid +[16:57:47] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - JustEnoughIDs took 0.005s +[16:57:47] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod kleeslabs +[16:57:47] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod kleeslabs +[16:57:47] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - KleeSlabs took 0.001s +[16:57:47] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod lex +[16:57:47] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod lex +[16:57:47] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - LibEx took 0.000s +[16:57:47] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod lttweaker +[16:57:47] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod lttweaker +[16:57:47] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - Loot Table Tweaker took 0.001s +[16:57:47] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod magma_monsters +[16:57:47] [Server thread/TRACE] [FML]: Automatically registered mod magma_monsters entity magma_monster as magma_monsters:magma_monster +[16:57:47] [Server thread/TRACE] [FML]: Automatically registered mod magma_monsters entity magma_monster_grunt as magma_monsters:magma_monster_grunt +[16:57:47] [Server thread/WARN] [FML]: No types have been added to Biome jeid:error_biome, types have been assigned on a best-effort guess: [PLAINS] +[16:57:47] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod magma_monsters +[16:57:47] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - magma_monsters took 0.015s +[16:57:47] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod mekatweaks +[16:57:47] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod mekatweaks +[16:57:47] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - MekaTweaks took 0.001s +[16:57:47] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod mercurius +[16:57:47] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod mercurius +[16:57:47] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - Mercurius took 0.023s +[16:57:47] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod mobends +[16:57:47] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod mobends +[16:57:47] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - Mo' Bends took 0.005s +[16:57:47] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod mob_grinding_utils +[16:57:47] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tile.mob_grinding_utils.fan`, expected `mob_grinding_utils`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:47] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tile.mob_grinding_utils.absorption_hopper`, expected `mob_grinding_utils`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:47] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tile.mob_grinding_utils.tank`, expected `mob_grinding_utils`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:47] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tile.mob_grinding_utils.tank_sink`, expected `mob_grinding_utils`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:47] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tile.mob_grinding_utils.xp_tap`, expected `mob_grinding_utils`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:47] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tile.mob_grinding_utils.saw`, expected `mob_grinding_utils`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:47] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod mob_grinding_utils +[16:57:47] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - mob_grinding_utils took 0.046s +[16:57:47] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod mobstages +[16:57:47] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod mobstages +[16:57:47] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - Mob Stages took 0.000s +[16:57:47] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod modularmachinery +[16:57:47] [Forge Version Check/DEBUG] [forge.VersionCheck]: [carryon] Received version check data: +{ + "homepage": "https://minecraft.curseforge.com/projects/carry-on/files", + "promos": { + "1.11.2-recommended": "1.7.1", + "1.10.2-recommended": "1.7.1", + "1.12-recommended": "1.7.1", + "1.11.2-latest": "1.7.1", + "1.10.2-latest": "1.7.1", + "1.12-latest": "1.7.1" + }, + "1.11.2": { + "1.0": "Initial Release", + "1.1": "[Feature] Added config option to carry all blocks \n[Feature]Blocks can now only be picked up from a certain range. Configurable", + "1.1.1" : "[Bugfix] Fixed Crash on Startup \n[Change] Config Errors now no longer crash the game, but log the error \n[Change] Arm Rotation now respects if the player is sneaking", + "1.2" : "[Feature] Mobs and other Entities can now also be picked up \n[Feature] The slowness effect can now be disabled for Creative Mode \n[Feature] Added support for GameStages by Darkhax \n[Bugfix] Jitteriness of blocks when on Servers has been removed \n[Bugfix] When MoBends is installed, the Head and Arms will again be rendered, but the arms won’t have rotation \n[Bugfix] Fixed players being able to steal chests from eachother, even when the chunks were protected with FTBUtils \n[Bugfix] When the player is shot with arrows, the world no longer freaks out \n[Change] Change to Forbidden Blocks config, It’s highly recommended that you reload your config file and read the wiki", + "1.3" : "[Feature] The Carry Key(shift by default) can be rebound \n[Feature] Entities drag you down when in water \n[Feature] Slowness values can be tweaked in the config \n[Bugfix] Fixed a crash when placing certain blocks \n[Bugfix] Carrying entities at night no longer darkens the screen \n[Change] Some changes to default Blacklists", + "1.4" : "[Feature] Added new Command (/carryon) \n[Bugfix] Pick-Block no longer switches slot when carrying \n[Bugfix] Entities cannot be carried while they are hurt anymore \n[Bugfix] Fixed incompability with RefinedStorage \n[Change] If issues arise with block placement, it will no longer crash the game", + "1.4.1" : "[Hotfix] Restored old Pickup Functionality for some Tile Entities", + "1.5" : "[Feature] Added Whitelist \n[Change] Carrying is now smoother", + "1.5.1" : "[Hotfix] Fixed item duplication glitch", + "1.6" : "[Feature] Added Scripting \n[Feature] Added admin command /reloadscripts \n[Feature] The jacket layer of the arm now moves correctly \n[Feature] It's no longer possible to break blocks while carrying n\[Bugfix] Entites and blocks have proper lighting applied to them \n[Change] Carrying is a lot smoother", + "1.7" : "[Feature] Added Support for Real First Person Render \n[Feature] Added Potion effect Condition \n[Bugfix] Picking up pets now works correctly \n[Bugfix] Improved Behavior with keepInventory", + "1.7.1": "[Bugfix] Rendering issue \n[Bugfix] Animania config Error \n[Change] You now cannot break blocks or hit entities while carrying \n[Change] Animania Wagons are blacklisted \n[Change] Stair Blocks now face the player when placed" + + }, + "1.10.2": { + "1.1": "Downdate to 1.10.2 \nAdded config option to carry all blocks \nBlocks can now only be picked up from a certain range. Configurable", + "1.1.1" : "[Bugfix] Fixed Crash on Startup \n[Change] Config Errors now no longer crash the game, but log the error \n[Change] Arm Rotation now respects if the player is sneaking", + "1.2" : "[Feature] Mobs and other Entities can now also be picked up \n[Feature] The slowness effect can now be disabled for Creative Mode \n[Bugfix] Jitteriness of blocks when on Servers has been removed \n[Bugfix] When MoBends is installed, the Head and Arms will again be rendered, but the arms won’t have rotation \n[Bugfix] Fixed players being able to steal chests from eachother, even when the chunks were protected with FTBUtils \n[Bugfix] When the player is shot with arrows, the world no longer freaks out \n[Change] Change to Forbidden Blocks config, It’s highly recommended that you reload your config file and read the wiki", + "1.2.1" : "[Hotfix] Fixes Crash when opening Inventory", + "1.3" : "[Feature] The Carry Key(shift by default) can be rebound \n[Feature] Entities drag you down when in water \n[Feature] Slowness values can be tweaked in the config \n[Bugfix] Fixed a crash when placing certain blocks \n[Bugfix] Carrying entities at night no longer darkens the screen \n[Change] Some changes to default Blacklists", + "1.4" : "[Feature] Added new Command (/carryon) \n[Bugfix] Pick-Block no longer switches slot when carrying \n[Bugfix] Entities cannot be carried while they are hurt anymore \n[Bugfix] Fixed incompability with RefinedStorage \n[Change] If issues arise with block placement, it will no longer crash the game", + "1.4.1" : "[Hotfix] Restored old Pickup Functionality for some Tile Entities", + "1.5" : "[Feature] Added Whitelist \n[Change] Carrying is now smoother", + "1.5.1" : "[Hotfix] Fixed item duplication glitch", + "1.6" : "[Feature] Added Scripting \n[Feature] Added admin command /reloadscripts \n[Feature] The jacket layer of the arm now moves correctly \n[Feature] It's no longer possible to break blocks while carrying n\[Bugfix] Entites and blocks have proper lighting applied to them \n[Change] Carrying is a lot smoother", + "1.7" : "[Feature] Added Support for Real First Person Render \n[Feature] Added Potion effect Condition \n[Bugfix] Picking up pets now works correctly \n[Bugfix] Improved Behavior with keepInventory, \n[Bugfix] Fixed rare crash", + "1.7.1": "[Bugfix] Rendering issue \n[Bugfix] Animania config Error \n[Bugfix] Fixed crash that could break worlds \n[Change] You now cannot break blocks or hit entities while carrying \n[Change] Animania Wagons are blacklisted \n[Change] Stair Blocks now face the player when placed" + + + + + + }, + "1.12": { + "1.1": "Update to 1.12 \nAdded config option to carry all blocks \nBlocks can now only be picked up from a certain range. Configurable", + "1.1.1" : "[Bugfix] Fixed Crash on Startup \n[Change] Config Errors now no longer crash the game, but log the error \n[Change] Arm Rotation now respects if the player is sneaking", + "1.2" : "[Feature] Mobs and other Entities can now also be picked up \n[Feature] The slowness effect can now be disabled for Creative Mode \n[Feature] Added support for GameStages by Darkhax \n[Bugfix] Jitteriness of blocks when on Servers has been removed \n[Bugfix] When MoBends is installed, the Head and Arms will again be rendered, but the arms won’t have rotation \n[Bugfix] Fixed players being able to steal chests from eachother, even when the chunks were protected with FTBUtils \n[Bugfix] When the player is shot with arrows, the world no longer freaks out \n[Change] Change to Forbidden Blocks config, It’s highly recommended that you reload your config file and read the wiki", + "1.3" : "[Feature] The Carry Key(shift by default) can be rebound \n[Feature] Entities drag you down when in water \n[Feature] Slowness values can be tweaked in the config \n[Bugfix] Fixed a crash when placing certain blocks \n[Bugfix] Carrying entities at night no longer darkens the screen \n[Change] Some changes to default Blacklists", + "1.4" : "[Feature] Added new Command (/carryon) \n[Bugfix] Pick-Block no longer switches slot when carrying \n[Bugfix] Entities cannot be carried while they are hurt anymore \n[Bugfix] Fixed incompability with RefinedStorage \n[Change] If issues arise with block placement, it will no longer crash the game", + "1.4.1" : "[Hotfix] Restored old Pickup Functionality for some Tile Entities", + "1.5" : "[Feature] Added Whitelist \n[Change] Carrying is now smoother", + "1.5.1" : "[Hotfix] Fixed item duplication glitch", + "1.6" : "[Feature] Added Scripting \n[Feature] Added admin command /reloadscripts \n[Feature] The jacket layer of the arm now moves correctly \n[Feature] It's no longer possible to break blocks while carrying n\[Bugfix] Entites and blocks have proper lighting applied to them \n[Change] Carrying is a lot smoother", + "1.6.1" : "[Hotfix] Now works again with the latest version of FTBUtilities", + "1.7" : "[Feature] Added Support for Real First Person Render \n[Feature] Added Potion effect Condition \n[Bugfix] Picking up pets now works correctly \n[Bugfix] Improved Behavior with keepInventory", + "1.7.1": "[Bugfix] Rendering issue \n[Bugfix] Animania config Error \n[Change] Now uses latest Forge \n[Change] Now uses latest version of Gamestages \n[Change] Now uses latest version of FTBUtilities \n[Change] You now cannot break blocks or hit entities while carrying \n[Change] Animania Wagons are blacklisted \n[Change] Stair Blocks now face the player when placed" + + + } +} +[16:57:47] [Forge Version Check/DEBUG] [forge.VersionCheck]: Failed to process update information +com.google.gson.JsonSyntaxException: com.google.gson.stream.MalformedJsonException: Invalid escape sequence at line 21 column 217 path $..1.6 + at com.google.gson.Gson.fromJson(Gson.java:902) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:852) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:801) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:773) ~[Gson.class:?] + at net.minecraftforge.common.ForgeVersion$1.process(ForgeVersion.java:260) [ForgeVersion$1.class:14.23.5.2860] + at net.minecraftforge.common.ForgeVersion$1.run(ForgeVersion.java:201) [ForgeVersion$1.class:14.23.5.2860] +Caused by: com.google.gson.stream.MalformedJsonException: Invalid escape sequence at line 21 column 217 path $..1.6 + at com.google.gson.stream.JsonReader.syntaxError(JsonReader.java:1559) ~[JsonReader.class:?] + at com.google.gson.stream.JsonReader.readEscapeCharacter(JsonReader.java:1550) ~[JsonReader.class:?] + at com.google.gson.stream.JsonReader.nextQuotedValue(JsonReader.java:1004) ~[JsonReader.class:?] + at com.google.gson.stream.JsonReader.nextString(JsonReader.java:815) ~[JsonReader.class:?] + at com.google.gson.internal.bind.ObjectTypeAdapter.read(ObjectTypeAdapter.java:76) ~[ObjectTypeAdapter.class:?] + at com.google.gson.internal.bind.ObjectTypeAdapter.read(ObjectTypeAdapter.java:70) ~[ObjectTypeAdapter.class:?] + at com.google.gson.internal.bind.TypeAdapterRuntimeTypeWrapper.read(TypeAdapterRuntimeTypeWrapper.java:41) ~[TypeAdapterRuntimeTypeWrapper.class:?] + at com.google.gson.internal.bind.MapTypeAdapterFactory$Adapter.read(MapTypeAdapterFactory.java:187) ~[MapTypeAdapterFactory$Adapter.class:?] + at com.google.gson.internal.bind.MapTypeAdapterFactory$Adapter.read(MapTypeAdapterFactory.java:145) ~[MapTypeAdapterFactory$Adapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + ... 5 more +[16:57:47] [Forge Version Check/INFO] [forge.VersionCheck]: [translocators] Starting version check at http://chickenbones.net/Files/notification/version.php?query=forge&version=1.12&file=Translocators +[16:57:47] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tilecolorablemachinecomponent`, expected `modularmachinery`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:47] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tilemachinecontroller`, expected `modularmachinery`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:47] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tilefluidinputhatch`, expected `modularmachinery`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:47] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tilefluidoutputhatch`, expected `modularmachinery`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:47] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tileitemoutputbus`, expected `modularmachinery`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:47] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tileiteminputbus`, expected `modularmachinery`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:47] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tileenergyinputhatch`, expected `modularmachinery`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:47] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tileenergyoutputhatch`, expected `modularmachinery`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:47] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod modularmachinery +[16:57:47] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - Modular Machinery took 0.090s +[16:57:47] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod morpheus +[16:57:47] [Server thread/INFO] [morpheus]: Loading configuration +[16:57:47] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod morpheus +[16:57:47] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - Morpheus took 0.001s +[16:57:47] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod mputils +[16:57:47] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod mputils +[16:57:47] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - ModPack Utilities took 0.007s +[16:57:47] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod mpbasic +[16:57:47] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod mpbasic +[16:57:47] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - ModPack Basic Tools took 0.024s +[16:57:47] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod multiblockstages +[16:57:47] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod multiblockstages +[16:57:47] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - Multiblockstages took 0.008s +[16:57:47] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod mundaneredstone +[16:57:47] [Server thread/INFO] [mundaneredstone]: Looking if geologys is installed +[16:57:47] [Server thread/INFO] [mundaneredstone]: Initializing Mundane Redstone Ore Block +[16:57:47] [Server thread/INFO] [mundaneredstone]: Registering Mundane Redstone Ore Block +[16:57:47] [Server thread/INFO] [mundaneredstone]: Register Furnace Recipe Mundane Redstone Ore Block +[16:57:47] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod mundaneredstone +[16:57:47] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - Mundane Redstone took 0.006s +[16:57:47] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod mysticalagriculture +[16:57:47] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `ma.tinkering_table`, expected `mysticalagriculture`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:47] [Server thread/TRACE] [FML]: Automatically registered mod mysticalagriculture entity inferium_arrow as mysticalagriculture:inferium_arrow +[16:57:47] [Server thread/TRACE] [FML]: Automatically registered mod mysticalagriculture entity prudentium_arrow as mysticalagriculture:prudentium_arrow +[16:57:47] [Server thread/TRACE] [FML]: Automatically registered mod mysticalagriculture entity intermedium_arrow as mysticalagriculture:intermedium_arrow +[16:57:47] [Server thread/TRACE] [FML]: Automatically registered mod mysticalagriculture entity superium_arrow as mysticalagriculture:superium_arrow +[16:57:47] [Server thread/TRACE] [FML]: Automatically registered mod mysticalagriculture entity supremium_arrow as mysticalagriculture:supremium_arrow +[16:57:47] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod mysticalagriculture +[16:57:47] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - Mystical Agriculture took 0.196s +[16:57:47] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod mysticalagradditions +[16:57:48] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod mysticalagradditions +[16:57:48] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - Mystical Agradditions took 0.067s +[16:57:48] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod mystagradcompat +[16:57:48] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod mystagradcompat +[16:57:48] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - Mystical Agradditions Compat took 0.000s +[16:57:48] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod naturescompass +[16:57:48] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod naturescompass +[16:57:48] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - Nature's Compass took 0.012s +[16:57:48] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod nex +[16:57:48] [Server thread/TRACE] [FML]: Automatically registered mod nex entity nex:ghastQueenFireball as nex:ghast_queen_fireball +[16:57:48] [Server thread/TRACE] [FML]: Automatically registered mod nex entity nex:ghastlingFireball as nex:ghastling_fireball +[16:57:48] [Server thread/TRACE] [FML]: Automatically registered mod nex entity nex:obsidianBoat as nex:obsidian_boat +[16:57:48] [Server thread/TRACE] [FML]: Automatically registered mod nex entity nex:pigtificateLeader as nex:pigtificate_leader +[16:57:48] [Server thread/TRACE] [FML]: Automatically registered mod nex entity nex:pigtificate as nex:pigtificate +[16:57:48] [Server thread/TRACE] [FML]: Automatically registered mod nex entity nex:goldGolem as nex:gold_golem +[16:57:48] [Server thread/TRACE] [FML]: Automatically registered mod nex entity nex:mogus as nex:mogus +[16:57:48] [Server thread/TRACE] [FML]: Automatically registered mod nex entity nex:salamander as nex:salamander +[16:57:48] [Server thread/TRACE] [FML]: Automatically registered mod nex entity nex:wight as nex:wight +[16:57:48] [Server thread/TRACE] [FML]: Automatically registered mod nex entity nex:ember as nex:ember +[16:57:48] [Server thread/TRACE] [FML]: Automatically registered mod nex entity nex:nethermite as nex:nethermite +[16:57:48] [Server thread/TRACE] [FML]: Automatically registered mod nex entity nex:spinout as nex:spinout +[16:57:48] [Server thread/TRACE] [FML]: Automatically registered mod nex entity nex:sporeCreeper as nex:spore_creeper +[16:57:48] [Server thread/TRACE] [FML]: Automatically registered mod nex entity nex:spore as nex:spore +[16:57:48] [Server thread/TRACE] [FML]: Automatically registered mod nex entity nex:ghastling as nex:ghastling +[16:57:48] [Server thread/TRACE] [FML]: Automatically registered mod nex entity nex:boneSpider as nex:bone_spider +[16:57:48] [Server thread/TRACE] [FML]: Automatically registered mod nex entity nex:brute as nex:brute +[16:57:48] [Server thread/TRACE] [FML]: Automatically registered mod nex entity nex:ghastQueen as nex:ghast_queen +[16:57:48] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod nex +[16:57:48] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - NetherEx took 0.070s +[16:57:48] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod noworldgen5you +[16:57:48] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod noworldgen5you +[16:57:48] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - No World Gen 5 You took 0.009s +[16:57:48] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod nutrition +[16:57:48] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod nutrition +[16:57:48] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - Nutrition took 0.029s +[16:57:48] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod samsocean +[16:57:48] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod samsocean +[16:57:48] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - Ocean Floor Classic took 0.001s +[16:57:48] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod oreexcavation +[16:57:48] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod oreexcavation +[16:57:48] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - OreExcavation took 0.025s +[16:57:48] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod oeintegration +[16:57:48] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod oeintegration +[16:57:48] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - OreExcavation Integration took 0.012s +[16:57:48] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod orestages +[16:57:48] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod orestages +[16:57:48] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - Ore Stages took 0.003s +[16:57:48] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod overloaded +[16:57:48] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod overloaded +[16:57:48] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - Overloaded took 0.102s +[16:57:48] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod pickletweaks +[16:57:48] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod pickletweaks +[16:57:48] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - Pickle Tweaks took 0.083s +[16:57:48] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod placebo +[16:57:48] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod placebo +[16:57:48] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - Placebo took 0.002s +[16:57:48] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod playerbosses +[16:57:48] [Server thread/WARN] [net.minecraft.network.datasync.EntityDataManager]: defineId called for: class net.minecraft.entity.monster.EntityGiantZombie from class com.lothrazar.playerbosses.EntityPlayerBoss +[16:57:48] [Server thread/TRACE] [FML]: Automatically registered mod playerbosses entity player_boss as playerbosses:player_boss +[16:57:48] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod playerbosses +[16:57:48] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - playerbosses took 0.008s +[16:57:48] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod playerskins +[16:57:48] [Server thread/TRACE] [FML]: Automatically registered mod playerskins entity playermob as playerskins:playermob +[16:57:48] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod playerskins +[16:57:48] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - Player Skin Mobs took 0.008s +[16:57:48] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod pneumaticcraft +[16:57:48] [Server thread/WARN] [pneumaticcraft]: Fluid 'plastic' already registered by another mod: [contenttweaker:plastic] - we'll use it, but it might not be available in block form! +[16:57:48] [Server thread/WARN] [pneumaticcraft]: Fluid 'oil' already registered by another mod: [galacticraftcore:oil] - we'll use it, but it might not be available in block form! +[16:57:48] [Server thread/WARN] [pneumaticcraft]: Fluid 'fuel' already registered by another mod: [galacticraftcore:fuel] - we'll use it, but it might not be available in block form! +[16:57:48] [Server thread/WARN] [pneumaticcraft]: Fluid 'diesel' already registered by another mod: [immersivepetroleum:diesel] - we'll use it, but it might not be available in block form! +[16:57:48] [Server thread/WARN] [pneumaticcraft]: Fluid 'lubricant' already registered by another mod: [immersivepetroleum:lubricant] - we'll use it, but it might not be available in block form! +[16:57:48] [Server thread/INFO] [pneumaticcraft]: Thirdparty integration activated for [crafttweaker, immersivepetroleum, mekanism, immersiveengineering, baubles, buildcraftcore, waila, appliedenergistics2] +[16:57:48] [Forge Version Check/DEBUG] [forge.VersionCheck]: [translocators] Received version check data: +{"promos":{"1.12-latest":"2.4.0.64","1.12-recommended":"2.4.0.64"}} +[16:57:48] [Forge Version Check/INFO] [forge.VersionCheck]: [translocators] Found status: BETA Target: null +[16:57:48] [Forge Version Check/INFO] [forge.VersionCheck]: [buildcraftcore] Starting version check at https://mod-buildcraft.com/version/versions.json +[16:57:48] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod pneumaticcraft +[16:57:48] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - PneumaticCraft: Repressurized took 0.490s +[16:57:48] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod poweradapters +[16:57:48] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `mj`, expected `poweradapters`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:48] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod poweradapters +[16:57:48] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - Power Adapters took 0.004s +[16:57:48] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod prestige +[16:57:48] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod prestige +[16:57:48] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - Prestige took 0.016s +[16:57:48] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod primalchests +[16:57:48] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tile_primal_chest`, expected `primalchests`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:48] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tile_primal_chest_advanced`, expected `primalchests`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:48] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod primalchests +[16:57:48] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - PrimalChests took 0.020s +[16:57:48] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod rustic +[16:57:49] [Server thread/TRACE] [FML]: Automatically registered mod rustic entity tomato as rustic:tomato +[16:57:49] [Server thread/TRACE] [FML]: Automatically registered mod rustic entity chair as rustic:chair +[16:57:49] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod rustic +[16:57:49] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - Rustic took 0.283s +[16:57:49] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod thebetweenlands +[16:57:49] [Server thread/DEBUG] [BnBGamingCore]: Attempting to transform method func_186060_c in class thebetweenlands.common.world.WorldProviderBetweenlands +[16:57:49] [Server thread/DEBUG] [BnBGamingCore]: Successfully transformed method func_186060_c in class thebetweenlands.common.world.WorldProviderBetweenlands +[16:57:49] [Server thread/DEBUG] [mixin]: Mixing thebetweenlands.MixinBlockSpreadingDeath from mixins.jeid.modsupport.json into thebetweenlands.common.block.terrain.BlockSpreadingDeath +[16:57:50] [Forge Version Check/DEBUG] [forge.VersionCheck]: [buildcraftcore] Received version check data: +{ + "homepage": "https://mod-buildcraft.com", + "promos": { + "1.8.9-latest": "7.2.7", + "1.8.9-recommended": "7.2.7", + "1.11.2-latest": "7.99.8.2", + "1.11.2-recommended": "7.99.8.2", + "1.12.2-latest": "7.99.24.8", + "1.12.2-recommended": "7.99.24.8" + } +} + + +[16:57:50] [Forge Version Check/INFO] [forge.VersionCheck]: [buildcraftcore] Found status: OUTDATED Target: 7.99.24.8 +[16:57:50] [Forge Version Check/INFO] [forge.VersionCheck]: [zenstages] Starting version check at https://gist.githubusercontent.com/artdude543/5f9aff5dc5f9b800eb478bf2896363f2/raw/zenstages_changelog.json +[16:57:50] [Forge Version Check/DEBUG] [forge.VersionCheck]: [zenstages] Received version check data: +{ + "homepage": "https://minecraft.curseforge.com/projects/zenstages", + "1.12.2": { + "0.2.0": "Complete refactor with how the internal code handles the staging of entries. Checking for if something is staged is now changed to be more refined and overall more performant. Note: A lot of methods have changed so please refer to the CraftTweaker Doc Site for the mod to see the changes. This update also adds new CustomTypes which allows you to make your own Types. Example use being for blocking certain events is the player does not have the stage needed." + }, + "promos": { + "1.12.2-latest": "0.2.0", + "1.12.2-recommended": "0.2.0" + } +} +[16:57:50] [Forge Version Check/INFO] [forge.VersionCheck]: [zenstages] Found status: AHEAD Target: null +[16:57:50] [Forge Version Check/INFO] [forge.VersionCheck]: [enderutilities] Starting version check at https://raw.githubusercontent.com/maruohon/enderutilities/master/update.json +[16:57:50] [Forge Version Check/DEBUG] [forge.VersionCheck]: [enderutilities] Received version check data: +{ + "homepage": "http://minecraft.curseforge.com/projects/ender-utilities", + "promos": { + "1.12.2-latest": "0.7.14", + "1.12.2-recommended": "0.7.14", + "1.12.1-latest": "0.7.6", + "1.12.1-recommended": "0.7.6", + "1.12-latest": "0.7.6", + "1.12-recommended": "0.7.6", + "1.11.2-latest": "0.7.2", + "1.11.2-recommended": "0.7.2", + "1.10.2-latest": "0.7.4", + "1.10.2-recommended": "0.7.4", + "1.9.4-latest": "0.6.5", + "1.9.4-recommended": "0.6.5", + "1.9-latest": "0.6.1", + "1.9-recommended": "0.6.1", + "1.8.9-latest": "0.5.6", + "1.8.9-recommended": "0.5.6" + }, + "1.12.2": { + "0.7.14": "Fix the sorting button for the player inventory stacking non-stackable items, and destroying items because of that\nFix some actions not working if keybinds are bound to mouse keys", + "0.7.13": "Several bug fixes and small improvements", + "0.7.12": "Several bug fixes and small improvements", + "0.7.11": "Fix a crash in the Nullifier model with Forge 2718+\nFix/change: The nullifier doesn't consume the items in Cretive mode anymore", + "0.7.10": "Fixed a signed Pet Contract getting destroyed when created from a stack of just one unsigned contract\nChanged the Pet Contract to use an event handler, to prevent the normal interaction\nAdded a config whitelist for setting the valid \"bedrock\" blocks for an Energy Bridge", + "0.7.9": "Fixed several bugs, including the Handy Bag and Creation Station crafting grids not working with staged recipes\nImproved/fixed a few tooltips and descriptions\nChanged the Handy Bag to store the restock and pickup modes per Memory Card\nEnder Furnace now only allows inputting smeltable items from the top", + "0.7.8": "Add a Pet Contract item\nAdd camo ability to the Barrel\nAdd Portal type Link Crystals, allowing Portals to be \"paired\"\nFix/improve some Drawbridge retraction/extension logic issues\nFix camo model overlays on items (elevators)\nFix some items always eating the keybinds even when they don't have any\nUpdate some registrations to new Forge events", + "0.7.7": "Fix a crash with item pickups due to a Forge change\nAdd a void upgrade to the Barrel", + "0.7.6": "Fix a crash with the camouflage block models when breaking camouflaged blocks with certain camo blocks/models", + "0.7.5": "Added a redstone mode option to the Drawbridges", + "0.7.4": "Added top-half Ender Elevator slabs & layers\nImproved the camouflage model stuff, it should now work with more blocks\nA few small bugfixes" + }, + "1.12.1": { + "0.7.6": "Fix a crash with the camouflage block models when breaking camouflaged blocks with certain camo blocks/models", + "0.7.5": "Added a redstone mode option to the Drawbridges", + "0.7.4": "Added top-half Ender Elevator slabs & layers\nImproved the camouflage model stuff, it should now work with more blocks\nA few small bugfixes" + }, + "1.12": { + "0.7.6": "Fix a crash with the camouflage block models when breaking camouflaged blocks with certain camo blocks/models", + "0.7.5": "Added a redstone mode option to the Drawbridges", + "0.7.4": "Added top-half Ender Elevator slabs & layers\nImproved the camouflage model stuff, it should now work with more blocks\nA few small bugfixes", + "0.7.3": "Fix a possible crash with the Inserter and Portal Panel highlight boxes\nNullifier: Allow in items with NBT (like C&B bits), and improve the model (it can now render C&B bits for example)\nNullifier: Add Ctrl + middle clicking to empty/void slots\nInventory Swapper: Don't cycle/change card to empty slots using the hotkeys", + "0.7.2": "Change destroying blocks without spilling contents, again. Fixes some crashes with other modded TileEntities.\nPossibly fix/prevent rare rendering/model related crashes\nFix the Nullifier model crashing with recent Forge versions\nFix the Inserter trying to get the target inventory on the wrong side\nFix Placement Properties syncing to clients not working when joining a server", + "0.7.1": "Updated for Forge 2373+\nSmall possible compatibility improvement to TileEntity creation from NBT (Dolly, Builder's Wand, Drawbridge etc.)\nFix the Ender Tools' harvest level being 0 due to recent item registration changes\nFix item tooltips not rendering in the Ender Infuser and Tool Workstation GUIs\nFix the Dolly's 3rd person model transformations\nLMM: Update a relative rotation upon release\nVarious internal clean-up and changes (removed all SideOnly annotations for example)", + "0.7.0": "Ported to Minecraft 1.12\nSome internal changes due to 1.12 and Forge changes" + }, + "1.11.2": { + "0.7.2": "Change destroying blocks without spilling contents, again. Fixes some crashes with other modded TileEntities.\nPossibly fix/prevent rare rendering/model related crashes", + "0.7.1": "Added some missing TileEntity ID conversions if updating from 1.10.2\nAdded middle clicking in the player inventory in many of the mod GUIs in creative mode to get a full stack to the cursor, like in vanilla\nPossibly fixed an inventory dupe with the Dolly, Drawbridge and the builder's wand\nPlus a few small bug fixes", + "0.7.0": "Ported to Minecraft 1.11.2\nMore or less feature parity with 0.7.2 from 1.10.2, with some small improvements/additions" + }, + "1.10.2": { + "0.6.5": "Ported the 0.6.5 release from MC 1.9.4 to 1.10.2", + "0.6.6": "Countless small improvements and bug fixes\nAdded some new modes to the Wand of the Lazy Builder\nAdded Paralyzer and Stimulant Syringes", + "0.6.7": "Fix a crash when trying to get a build item in the Wand of the Lazy Builder\nFix a crash with the Ender Elevator rotation methods", + "0.7.0": "Added several new blocks and items, check the full changelog on the CurseForge files page", + "0.7.1": "Several bugfixes\nSome improvements to the Drawbridge\nAdded camouflage ability to the Drawbridge, Elevators and Portal Frames", + "0.7.2": "Several bugfixes\nIncreased the maximum number of slots in the ASU to 27", + "0.7.3": "Added middle clicking in the player inventory in many of the mod GUIs in creative mode to get a full stack to the cursor, like in vanilla\nPossibly fixed an inventory dupe with the Dolly, Drawbridge and the builder's wand\nPlus a few small bug fixes", + "0.7.4": "Change destroying blocks without spilling contents, again. Fixes some crashes with other modded TileEntities.\nPossibly fix/prevent rare rendering/model related crashes" + }, + "1.9.4": { + "0.6.5": "Lots of changes/fixes, see the full changelog on the CurseForge files page", + "0.6.4": "Disabled the potion shift inside my GUIs\nHandy Bag: Fixed the pickup-matching mode also looking inside the locked bag sections for matches\nHandy Bag & Creation Station: Fixed slow and derpy mass crafting of items\nHandy Chest & Creation Station: Ignore hotbar when moving matching items to chest\nEnder Pearls: Some tweaks and minor fixes\nHandy Chest: Fix an inventory init issue, that should't happen in normal game-play\nEnder Elevator: Fix a derp with the redstone state checking\nLiving Matter Manipulator: Added special case support for Shulkers\nCreation Station: Add cleaning up the crafting grid of left-over items after crafting - allows proper mass-crafting of things like Cake now\nBuilder's Wand: Changed the template file names to include the player name who first used the wand in the Copy mode\nBuilder's Wand: Added a toggle for advancing the position after placing the blocks, added some error messages to chat, and don't render the HUD if the chat is open\nHandy Bag & Item Pickup Manager: Check for and ignore stacks with size 0", + "0.6.3": "Fix Handy Chest/Creation Station not storing items on Private mode Memory Cards\nAdd toggling item type Memory Card Public/Private mode by right clicking\nFix Ender Bag not showing capacitor charge in Ender Chest mode\nFix Portal activation logic was partially broken in 0.6.2\nHandy Bag: Changed 'Move mathing items to bag' to exclude hotbar by default\nHandy Bag: Changed the block-quick-actions state to be stored per Memory Card\nFix Ender Tools not requiring an Ender Core module when combined with Handy Bag item pickup\nBuilder'sa Wand: Removed block updates from Paste mode (pasting floating blocks is now possible)\nBuilder's Wand: change the mirroring, rotation and corners to be per-mode and per-template/area in Copy, Paste and Delete modes\nBuilder's Wand: Add Copy and Delete mode second position adjustment by shift + scrolling\nBuilder's Wand: Added an option to also delete entities in the Delete mode (creative-only)\nPortal: Added config options to set the portal activation block search limits, plus increased the defaults\nPortal Panel: Fixed a case where the selection box wouldn't update\nAdded a new extra-large variant of the Handy Chest\nRefactored all hotkey/keybind things - scroll wheel doesn't pretend to be the Toggle key anymore, and in some cases they now do separate things\nAdded the ability to rename any items in the Tool Workstation\nAdded the ability to directly rename the Link Crystals in the Portal Panel GUI\nPortal: Added a check to prevent repeated teleporting in some cases\nImproved a few tooltips", + "0.6.2": "Fix a crash with the Portal Panel and running particles(!!)\nTweak the Portal Panel internal logic - multiple panels on one portal should work better now\nChange several recipes, generally making things cheaper", + "0.6.1": "Add a chat message/warning if the Portal Scaler doesn't have enough charge for the teleport\nFix Portal Panel dropping with incorrect metadata\nAdd individual selection bounds and thus also proper detection for the Portal Panel buttons\nAdd new item: Cheaty Water Wand and a second variant of it, Super Cheaty Water Wand", + "0.6.0": "Ported the 0.6.0 release from MC 1.9 to MC 1.9.4.\nFixed some small rendering bugs.\nFixed a Mob Harness crash and another glitch." + }, + "1.9": { + "0.6.1": "Fix a crash and another glitch with the Mob Harness\nFix a localization derp with the Ruler\nMinor fixes to Portal Panel text rendering", + "0.6.0": "Too many changes to list here - check the full changelog on the CurseForge file page.", + "0.5.3": "Added sorting functionality/buttons to Handy Bag and Handy Chest", + "0.5.2": "Added a Quick Stacker item\nAdded Off hand slot support to the Inventory Swapper\nRe-enabled the scaled stack size text rendering now that MCP has been fixed\nReduced the Ender Crystal spawn explosion strength\nAdded new chest models and textures\nFixed Ender Dragon boss bar got stuck when teleporting away from The End dimension\nAdded JEI recipe category crafting item support\nAdded support for the Forge update checker", + "0.5.1": "Fix a couple of BlockState derps, which caused a crash with Optifine installed", + "0.5.0": "Port the 1.8.9-0.5.3 version to Minecraft 1.9\nChanged various things to work with new 1.9 stuff like the dual wielding/off-hand stuff\nAdded some 1.9 sounds" + }, + "1.8.9": { + "0.5.6": "Fix couldn't take items from the Ender Furnace output slot (and possibly some others) except via shift-clicking", + "0.5.5": "Fix Ender Tool recipes being mixed up\nFix a one block offset in negative coordinates when binding items using the Alt + Shift + Toggle key combo to include rotation", + "0.5.4": "Handy Bag: Fix an item loss bug on item pickup if the Handy Bag GUI is open\nFix required minimum Forge version\nFix/clean up some BlockState things\nAdd support for the Forge update checker\nAdd new chest models and textures", + "0.5.3": "Fixed a few Container/slotClick bugs\nFixed a nasty bug in the Ender Hoe crop planting code - it destroyed items from the inventory it was accessing\nFixed Ender Tools right click block place code not removing the stack when the size reaches 0\nFixed an item validity check in the Memory Chest, which resulted in losing the item in the cursor, when trying to manually swap stacks of different items, when there was a locked slot with free space for the item that was held in the cursor\nFixed Ender Bucket not applying the fluid color to the model\nChanged the logic behind opening the Handy Bag. Now it shouldn't open \"on its own\" for example when browsing recipies in JEI if the originally opened inventory was the regular player inventory instead of the Handy Bag.\nChanged the \"Move all items (FROM the player inventory)\" functionality to ignore the hotbar. In the Handy Bag GUI, you can still move everything, including the hotbar, by holding shift when clicking the button.", + "0.5.2": "Fix Handy Bag GUI buttons and slot backgrounds etc. being messed up with potion effects active\nA couple of minor clean-ups/fixes to inventory/container things", + "0.5.1": "Fixed many item and block models being broken inside some of my inventory GUIs (the ones with scaled stack size rendering)\nFixed some recipies being wrong or missing in 0.5.0 (due to me being a derp and forgetting them while reorganizing some of the blocks...)\nFixed Ender Bow arrow requirement with some other mods (removed unnecessary events)\nUpdated JEI recipe area support for multiple areas in Creation Station\nChanged all inventories from the old crappy IInventory into IItemHandler, and for TileEntities also into using capabilities with it\nThanks to IItemHandler, things like the Handy Chest are now accessible externally, for example by hoppers\nThe Ender Furnace also once again has support for large stacks, thanks to IItemHandler\nVarious small inventory/GUI related improvements and fixes, like shift + clicking target slot priorities etc.\nSome miscellaneous small bug fixes\nKnown issues: shift + double clicking to move all matching items doesn't work properly because vanilla code doesn't understand SlotItemHandler type slots", + "0.5.0": "Update to Minecraft 1.8.9\nAdd JEI support to Creation Station\nAdd mod config gui factory (ie. main menu config screen support)\nRe-organized some of the blocks\nSome miscellaneous bug fixes" + } +} + +[16:57:50] [Forge Version Check/INFO] [forge.VersionCheck]: [enderutilities] Found status: AHEAD Target: null +[16:57:50] [Forge Version Check/INFO] [forge.VersionCheck]: [simpletomb] Starting version check at https://raw.githubusercontent.com/Lothrazar/tombstone-fork/trunk/1.12/update.json +[16:57:51] [Forge Version Check/DEBUG] [forge.VersionCheck]: Failed to process update information +java.io.FileNotFoundException: https://raw.githubusercontent.com/Lothrazar/tombstone-fork/trunk/1.12/update.json + at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_452] + at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[?:1.8.0_452] + at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_452] + at java.lang.reflect.Constructor.newInstance(Constructor.java:423) ~[?:1.8.0_452] + at sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1967) ~[?:1.8.0_452] + at sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1962) ~[?:1.8.0_452] + at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_452] + at sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:1961) ~[?:1.8.0_452] + at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1531) ~[?:1.8.0_452] + at sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:92) ~[?:1.8.0_452] + at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1507) ~[?:1.8.0_452] + at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1505) ~[?:1.8.0_452] + at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_452] + at java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:784) ~[?:1.8.0_452] + at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1504) ~[?:1.8.0_452] + at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:268) ~[?:1.8.0_452] + at net.minecraftforge.common.ForgeVersion$1.openUrlStream(ForgeVersion.java:239) ~[ForgeVersion$1.class:14.23.5.2860] + at net.minecraftforge.common.ForgeVersion$1.process(ForgeVersion.java:252) [ForgeVersion$1.class:14.23.5.2860] + at net.minecraftforge.common.ForgeVersion$1.run(ForgeVersion.java:201) [ForgeVersion$1.class:14.23.5.2860] +Caused by: java.io.FileNotFoundException: https://raw.githubusercontent.com/Lothrazar/tombstone-fork/trunk/1.12/update.json + at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1913) ~[?:1.8.0_452] + at sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:92) ~[?:1.8.0_452] + at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1507) ~[?:1.8.0_452] + at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1505) ~[?:1.8.0_452] + at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_452] + at java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:784) ~[?:1.8.0_452] + at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1504) ~[?:1.8.0_452] + at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:480) ~[?:1.8.0_452] + at sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:352) ~[?:1.8.0_452] + at net.minecraftforge.common.ForgeVersion$1.openUrlStream(ForgeVersion.java:223) ~[ForgeVersion$1.class:14.23.5.2860] + ... 2 more +[16:57:51] [Forge Version Check/INFO] [forge.VersionCheck]: [immersiveengineering] Starting version check at https://raw.githubusercontent.com/BluSunrize/ImmersiveEngineering/master/changelog.json +[16:57:51] [Server thread/TRACE] [FML]: Automatically registered mod thebetweenlands entity thebetweenlands.dark_druid as thebetweenlands:dark_druid +[16:57:51] [Server thread/TRACE] [FML]: Automatically registered mod thebetweenlands entity thebetweenlands.angler as thebetweenlands:angler +[16:57:51] [Server thread/TRACE] [FML]: Automatically registered mod thebetweenlands entity thebetweenlands.sludge as thebetweenlands:sludge +[16:57:51] [Server thread/TRACE] [FML]: Automatically registered mod thebetweenlands entity thebetweenlands.swamp_hag as thebetweenlands:swamp_hag +[16:57:51] [Server thread/TRACE] [FML]: Automatically registered mod thebetweenlands entity thebetweenlands.wight as thebetweenlands:wight +[16:57:51] [Server thread/TRACE] [FML]: Automatically registered mod thebetweenlands entity thebetweenlands.firefly as thebetweenlands:firefly +[16:57:51] [Server thread/TRACE] [FML]: Automatically registered mod thebetweenlands entity thebetweenlands.sporeling as thebetweenlands:sporeling +[16:57:51] [Server thread/TRACE] [FML]: Automatically registered mod thebetweenlands entity thebetweenlands.leech as thebetweenlands:leech +[16:57:51] [Server thread/TRACE] [FML]: Automatically registered mod thebetweenlands entity thebetweenlands.dragonfly as thebetweenlands:dragonfly +[16:57:51] [Server thread/TRACE] [FML]: Automatically registered mod thebetweenlands entity thebetweenlands.blood_snail as thebetweenlands:blood_snail +[16:57:51] [Server thread/TRACE] [FML]: Automatically registered mod thebetweenlands entity thebetweenlands.mire_snail as thebetweenlands:mire_snail +[16:57:51] [Server thread/TRACE] [FML]: Automatically registered mod thebetweenlands entity thebetweenlands.mire_snail_egg as thebetweenlands:mire_snail_egg +[16:57:51] [Server thread/TRACE] [FML]: Automatically registered mod thebetweenlands entity thebetweenlands.bl_arrow as thebetweenlands:bl_arrow +[16:57:51] [Server thread/TRACE] [FML]: Automatically registered mod thebetweenlands entity thebetweenlands.snail_poison_jet as thebetweenlands:snail_poison_jet +[16:57:51] [Server thread/TRACE] [FML]: Automatically registered mod thebetweenlands entity thebetweenlands.lurker as thebetweenlands:lurker +[16:57:51] [Server thread/TRACE] [FML]: Automatically registered mod thebetweenlands entity thebetweenlands.gecko as thebetweenlands:gecko +[16:57:51] [Server thread/TRACE] [FML]: Automatically registered mod thebetweenlands entity thebetweenlands.termite as thebetweenlands:termite +[16:57:51] [Server thread/TRACE] [FML]: Automatically registered mod thebetweenlands entity thebetweenlands.toad as thebetweenlands:toad +[16:57:51] [Server thread/TRACE] [FML]: Automatically registered mod thebetweenlands entity thebetweenlands.blind_cave_fish as thebetweenlands:blind_cave_fish +[16:57:51] [Server thread/TRACE] [FML]: Automatically registered mod thebetweenlands entity thebetweenlands.chiromaw as thebetweenlands:chiromaw +[16:57:51] [Server thread/TRACE] [FML]: Automatically registered mod thebetweenlands entity thebetweenlands.frog as thebetweenlands:frog +[16:57:51] [Server thread/TRACE] [FML]: Automatically registered mod thebetweenlands entity thebetweenlands.sword_energy as thebetweenlands:sword_energy +[16:57:51] [Server thread/TRACE] [FML]: Automatically registered mod thebetweenlands entity thebetweenlands.shockwave_sword_item as thebetweenlands:shockwave_sword_item +[16:57:51] [Server thread/TRACE] [FML]: Automatically registered mod thebetweenlands entity thebetweenlands.shockwave_block as thebetweenlands:shockwave_block +[16:57:51] [Server thread/TRACE] [FML]: Automatically registered mod thebetweenlands entity thebetweenlands.gas_cloud as thebetweenlands:gas_cloud +[16:57:51] [Server thread/TRACE] [FML]: Automatically registered mod thebetweenlands entity thebetweenlands.volatile_soul as thebetweenlands:volatile_soul +[16:57:51] [Server thread/TRACE] [FML]: Automatically registered mod thebetweenlands entity thebetweenlands.tar_beast as thebetweenlands:tar_beast +[16:57:51] [Server thread/TRACE] [FML]: Automatically registered mod thebetweenlands entity thebetweenlands.silt_crab as thebetweenlands:silt_crab +[16:57:51] [Forge Version Check/DEBUG] [forge.VersionCheck]: [immersiveengineering] Received version check data: +{ + "homepage": "https://minecraft.curseforge.com/projects/immersive-engineering", + "promos": { + "1.8.9-latest": "0.8-28", + "1.8.9-recommended": "0.8-28", + "1.9.4-latest": "0.9-29", + "1.9.4-recommended": "0.9-29", + "1.10.2-latest": "0.10-58", + "1.10.2-recommended": "0.10-58", + "1.11.2-latest": "0.11-63", + "1.11.2-recommended": "0.11-63", + "1.12.2-latest": "0.12-92", + "1.12.2-recommended": "0.12-92" + }, + "1.8.9": { + "0.8-24": "- massive shoutout to Malte for figuring out some proper wire rendering! :D\n- added compat for DenseOres (crushing/smelting) \n- fixed lanterns not emitting light\n- fixed silver bullets causing a crash\n- fixed gunpowder barrels crashing because of a duplicate datamarker\n- fixed gunpowder barrels dropping from explosions\n- fixed CokeOvens not interacting with hoppers\n- fixed wires not outputting to RF-only receivers (thanks Malte)\n- fixed connections on HV relays (thanks Malte)\n- fixed a crash caused by hammering the top/bottom of a wooden post\n- fixed the stackoverflow in sheetmetal tanks\n- fixed the themoelectric gen crashing (thanks Malte)\n- fixed the waterwheels breaking more other wheels (thanks Malte)\n- fixed textures on stone slabs (thanks Malte)", + "0.8-25": "- wires can transfer across unloaded chunks now! :D (thanks Malte)\n- added reinforced (creeper-proof) storage crates\n- changed voltmeter to allow measuring between two non-output points (thanks Malte)\n- fixed an NPE in rendering\n- fixed fluid pipes not rendering properly\n- fixed invalidly added recipe to create dusts where no ignots exist\n- fixed missing coke dust recipe\n- fixed Arc Furnace not having solid sides\n- fixed NPE in Improve Blast Furnace's capabilities\n- fixed Crash with the Mining Drill (thanks Malte)\n- fixed watermill outputting less than it should because of broken math (thanks Malte)\n- fixed extremely high losses on wires (thanks Malte)\n- fixed insulating glass being opaque (thanks Malte)\n- ported miscellaneous other fixes from 1.7 (thanks Malte)\n- added zh_CN localization (thanks to 3TUSK, Amamiya-Nagisa, bakaxyf, CannonFotter, crafteverywhere, IamAchang, Joccob, LYDfalse, UUUii)", + "0.8-26": "- IE REQUIRES JAVA 8 NOW!\n- added a load of Tinkers Construct compat:\n\t- Treated Wood tool material. Similar to normal wood, but no splinters\n\t- Constantan tool material. Additional weapon effects based on biome temperature\n\t- Slime Fluids works in the chemthrower again\n\t- fixed smeltery alloy recipe for Constantan\n- re-added InvTweaks compat to the Wooden Crates\n- re-added Railgun and Chemthrower documentation to the manual\n- buffed the default damage of the Railgun\n- changed silver bullets to do extra damage to undead (Witchery isn't updated, so they'd be useless otherwise)\n- fixed Multiblocks looking derpy when formed (thanks Malte)\n- fixed connection offsets on transformers (thanks Malte)\n- improved connections on transformers (thanks Malte)\n- fixed connections on pipes looking weird and broken (thanks Malte)\n ", + "0.8-27": "- re-added documentation on biodiesel (thanks Malte)\n- re-added the Assembler! For all your autocrafting needs!\n- changed the plantoil value for hemp seeds back to what it was in 1.7.10\n- changed internal rendering of connectors to use vflip again rather than flipped textures (thanks Malte)\n- changed conveyor belts to halt their animation when red\n- added comparator support to the current transformer (thanks Malte)\n- added a hacky workaround for WAILA making wires look bad (WAILA should fix this, but we'll manage) (thanks Malte)\n- added a manual page for Uranium Ore\n- added a proper sound to the revolver firing\n- added the Tesla Coil! It will shock you!\n- added the ability to allow Tinkers Tools to the toolbox, as well as a better API to allow adding them (thanks Malte)\n- fixed sheetmetal tanks showing the wrong structure in the manual\n- fixed recipe for leaded concrete stairs\n- fixed gunpowder barrels exploding when punched\n- fixed pipes not visually connecting to refinery\n- fixed the arc furnace only processing one item at a time (thanks Malte)\n- fixed the arc furnace voiding items if the first output slot is full (thanks Malte)\n- fixed TESR render crash (I still totally blame Vanilla/Forge for that) (thanks Malte)\n- fixed invisible molten metals in Tinkers compat (thanks Malte)\n- fixed pipes not transferring properly (thanks Malte)\n- fixed invisible wires on balloons (thanks Malte)\n- fixed balloons not being placeable in mid air (thanks Malte)\n- fixed bottles not getting filled in squeezer/fermenter (thanks Malte)\n- fixed Skyhook pulling people into walls (thanks Malte)\n- fixed Dropping Conveyors not dropping (thanks Malte)\n- fixed entities getting stuck on uphill conveyors (thanks Malte)\n- fixed scaffolding not beign climbable (thanks Malte)\n- fixed the crusher still hurting entities even when turned off (thanks Malte)\n- fixed IE blocks not being chiselable (thanks Malte)\n- fixed maneuver gear dupe bug (thanks Malte)\n- fixed furnaces not lighting up when using external heater (thanks Malte)\n- fixed scaffolding not being placeable while jumping (thanks Malte)\n- fixed preheaters not consuming power correctly and not having a manual entry\n- fixed crusher crushing entities on collision", + "0.8-28": "- re-added the Floodlight back in\n- re-added the transformers that can attach to posts (thanks Malte)\n- re-added the ability for the pump to not create cobblestone and improved the pump (thanks Malte)\n- added the Faraday Suit, an armor to survive tesla coils and allow for lightshows! (code by Malte, art by Mr. Hazard)\n- added sound and nicer animations to the metal press\n- added new textures for the Capacitors! Celebrating IE's one year of public release! :D\n- changed recipes for WireCoil. They now take wire which is made out of plate with shears/wirecutters or with the metal press\n- changed wirecutters to take durability damage when removing wires from connectors\n- added fluorescent tubes. They glow when near a tesla coil! (thanks Malte)\n- added a \"Bad Eyesight\" config to make the manual render in darker, bold font. Can mess up formatting\n- fixed a crash and dupe bug with the toolbox (thanks Malte)\n- fixed weird render issues and crashes with multiblocks (thanks Malte)\n- fixed silo voiding items (thanks Malte)\n- fixed a crash when exploding bullets hit reactive creatures like endermen (thanks Malte)\n- fixed a crash when pumping fluids out of sheetmetal tanks (thanks Malte)\n- fixed rotation bug on the bucketwheel (thanks Malte)\n- fixed a bug where houses try to spawn the nonexistent villager\n- fixed most IE blocks letting through light when they shouldn't (thanks Malte)" + }, + "1.9.4": { + "0.9-29": "- UPDATE TO 1.9.4\n- mostly port, movign stuff to new fluid systems, capabilities, etc\n- moved 3D Maneuver gear. It didn't fit the style of hte mod and was incredibly glitchy" + }, + "1.10.2": { + "0.10-30": "- UPDATE TO 1.10.2", + "0.10-31": "- added Redstone Wire connector\n- cleaned up recipes and manual a little\n- fixed wire rendering\n- fixed crash with cart shaders", + "0.10-33": "- fixed crashes when break smart models, parsed texture into baked builder\n- fixed ItemRenders for multiblocks\n- fixed rendering of Wind- and Watermills\n- fixed entrylsits in the manual being short\n- fixed the forming of multiblocks scrambling the player's inventory\n- fixed treated wood recipe consuming buckets (Forge Bug, really...)\n- fixed machines crashign when fillign buckets internally", + "0.10-34": "- added TCon alloy recipes\n- fixed crash in earmuff recipe, using a client access method\n- fixed arc alloy recipes having too little output\n- prepping for FastTESR hopefully soon!", + "0.10-35": "- re-added Open Computers compat\n- cahnged waterwheel and windmills to use FastTESR\n- fixed NPE in ShapedIngredientRecipe\n- fixed Treated Wood display in the TCon Book", + "0.10-36": "- added Hemp Seeds to Forestry's bags\n- changed Windmill and Improved Windmill to have models with 90% less polys. PERFORMANCE!\n- removed unnecesary debug outprints\n- fixed NPE in manual\n- fixed issues on the manual's mineral pages\n- fixed models for coresamples", + "0.10-37": "- added the new IBullet system!\n - bullets are no longer based on metadata, but use NBT tags to differentiate types, their abilities are handled externally\n - updated manual accordingly\n- added recipe for leaded concrete\n- changed Conveyors to have a better placement system\n- fixed crashes when shiftclicking in revolver gui\n- fixed slots not assignign properly in revolver gui\n- fixed a bunch of manual things", + "0.10-38": "- added the new IConveyorBelt system\n - fully dynamic conveyor system, with custom models and all\n - addon mods can easily add their own!\n - features magnet prevention. Works on EIO, in future BM and Reliquary (?)\n- added Crusher recipe for coke blocks\n- re-added EIO compat, mostly Arc Recipes\n- fixed Assembler not assembling (thanks Alex)\n- fixed Chemthrower Projectiles making arrow noises\n- possible fix for the black rendering wires\n- fixed (finally, hopefully) the desync caused by forming Coke Oven and Blast Furnace", + "0.10-39": "- added Bloodmagic compat:\n - demon will bullets. 'nuff said.\n- re-added Chisel Compat. Won't work till Chisel actually brigns IMC integration back in\n- re-added Botania compat:\n - conveyor belts are immune to magnets\n - terrasteel bullets are back\n - armed the potatoes\n- re-added Wolfpack Cartridges!\n- changed Water- and Windmills to use normal TESR again after all\n- changed Lanterns to be rotateable with the hammer\n- changed a load of Assembler functionality. Fixed fluid crafting and container items\n- changed multiblocks in the manual to indicate whether the components are in your inventory\n- changed arcfurnace to output slag faster\n- fixed lighting on wires and connectors (thanks Malte)\n- fixed wire rendering accross chunks; they split into two renders to at least give indication now (thanks Malte)\n- fixed recipes for Faraday Armor\n- fixed incorrect checks for empty lists when creating ingredient stacks\n- fixed Universal Bucket being initialized too late\n- fixed crashes relating to missign Railgun ammo\n- fixed Wooden Posts not extending arms\n- fixed derpy looking railgun and missing sounds on the Revolver\n- fixed windmills not recognizing walls properly\n- fixed JEI rendering for Metal Press and Crusher\n- fixed multiple capability issues on IE tiles\n- fixed conveyors shooting items out to the sides when inserted into\n- fixed floodlights crashing on placement\n- fixed balloons not being consumed when placed in the air and suffocating players\n- fixed conveyors from the creative menu being unplaceable\n- fixed dieselgen crashing for invalid fuel\n- fixed rotations on the bucket wheel\n- fixed broken renderign on the ear defenders\n- fixed drill and chemthrower losing fluid when modifying\n- fixed shiftclicking bullets into the revolver\n- fixed dieselgen and refinery not accepting fluids when mirrored\n- fixed hemp being plantable on non-farmland\n- fixed arcfurnace consuming too many additives\n- various other small fixes!", + "0.10-40": "- fixed machines crashing\n- fixed sheetmetal tank not outputting", + "0.10-41": "- added the function to dye conveyor belts!\n- added the splitting conveyor belt, it alternates left and right!\n- re-added the ability to pull recipes from JEI into the assembler\n- re-added charge counter to railgun\n- re-added some missing achievements\n- re-added the ability to cover pipes in scaffold. IMC messages an define additional whitelisted blocks\n- re-added Crafttweaker/Minetweaker integration\n- updated TCon compat to latest TCon\n- removed Fluid Bottles. People can shut up about those now >_>\n- fixed Assembler not crafting and occasionally crashing\n- fixed Arc Furnace rendering, output rates and dupebugs\n- fixed slab rendering\n- fixed wooden crates not updating comparators\n- fixed floodlight being terrible (thanks Malte)\n- fixed lots of bugs with wire models (thanks Malte)\n- fixed crashes with projectiles\n- fixed SkyHook being derpy\n- fixed Transformers not attaching on posts\n- fixed IE blocks not having placement sounds\n- fixed selection and colision bounds on multiple blocks\n- fixed OC comapt on the crusher being borked (thanks Malte)\n- fixed lootentry access error (thanks Malte)\n- fixed wires sometimes not rendering on servers\n- fixed a manual derp (thanks Malte)", + "0.10-42": "- fixed NPE when throwign items into the crusher\n- attempted fix for render crashes with TESRs and their blockstates", + "0.10-43": "- added version dependency for TCon to prevent further reports of that\n- added Banners! They look awesome! Shoutouts to Tris for making all the textures!\n- added support for TConstructs resourcepack based materials\n- added Strip Curtains. Purely decorative, dyeable, pretty nice for factories!\n- re-added the ability to climb scaffolding on pipes\n- re-added the Lightning Rod!\n- expanded the \"allow\" and \"interdict\" functions on the Hammer in regards to multiblocks\n- expanded the API on wires for an addon\n- changed manualpages for Multiblocks to be better at everything (thanks boni)\n- greatly improved renderperformance on waterwheels and windmills (thanks Malte)\n- fixed wooden barrels not being toggleable\n- fixed wooden barrels acceptign invalid fluids\n- fixed side-solidity on pumps\n- fixed changelog display in the Engineer's Manual\n- fixed jerrycans not getting filled properly and beign lost in crafting\n- fixed broken villager trades\n- fixed glitches in the toolbox (hopefully)\n- fixed overlays when WAWLA is installed (thanks Malte)\n- fixed WAILA display for EnergyProviders\n- fixed crash with Phial Cartridges\n- fixed Homing Cartridges not doing damage\n- fixed CraftTweaker method name\n- fixed Balloons not emitting light\n- fixed crash during Arc Furnace recycling calculations (thanks Malte)\n- fixed Bucket Wheel continuing to rotate when the Excavator is broken and desyncing (thanks Malte)\n- fixed LootEntry manipulation (3rd time's the charm?) (thanks Malte)\n- fixed crash with Railcraft (thanks Malte)", + "0.10-44": "- fixed clientside exception", + "0.10-45": "- change over to Forge's new config system:\n - DELETE YOUR IE CONFIG\n - Or don't, but you'll get a load of duplicate and unnecessary options.\n - If an old config breaks anything, you were warned.\n- added WAILA support for Tesla Coils\n- added The One Probe Compat for machines and energy storage\n- added a config option to disable villagers and their houses\n- added a config option to disable OreDict names in Advanced Tooltips\n- re-added config option for Railgun damage\n- re-added support for Railcrafts rails and rebar to be used as projectiles\n- re-added shader support for Railcraft carts\n- re-added the placement options for Redstone Breakers (thanks Malte)\n- changed blocks with configurable sides (capacitors, barrels) to use unlisted properties and lazy loading. Reduces IE's model count at startup by >75%\n- change Refinery model to have a big power input like Fermenter and Squeezer\n- fixed Refinery not properly accepting fluids\n- fixed crash when crafting cetain items (thanks Malte)\n- fixed Conveyors dropping invalid items (thanks Malte)\n- fixed Pumps not working due to miscalculated XORs (thanks Malte)\n- fixed Watermills having too small models\n- fixed wonky wire rendering (thanks Malte)\n- fixed material list for the Lightning Rod\n- fixed Faraday suit not blocking Tesla damage\n- fixed Floodlight having broken rendering and expanded computer support (thanks Malte)\n- fixed Buckshot projectiles not applying full damage\n- fixed Scaffolding not rendering properly on the inside\n- fixed breakerswitch not emitting redstone\n- fixed force chunkloading through redstone connectors\n- fixed Toolbox voiding items\n- fixed Pipes resetting connection configs (thanks Malte)\n- fixed Silo voiding items and not having Comparator output\n- fixed Pipes not dropping their covers\n- fixed placement logic for multiblock placements (posts, transformers, drill, teslacoil)\n- fixed CraftTweaker integration for the Refinery\n- fixed stair rendering\n- fixed explosion resistance for leaded concrete stairs and slabs\n- fixed Crusher overloading its process queue\n- fixed multiple minor issues", + "0.10-46": "- fixed serverside crash due to abstract proxy\n- fixed mcmod.info file", + "0.10-47": "- moved all clientside references from the config", + "0.10-48": "- added CTM support to Engineering Blocks and Scaffolds when Chisel is installed (in cooperation with Drullkus)\n- changed Breakers to be rotatable (thanks Malte)\n- changed Conveyor Belts showing walls when having their sides towards a metal press or assembler\n- fixed missing comments in the config file\n- fixed breaker switches crashing on servers (thanks Malte)\n- fixed IE models causing lag on chunk updates (thanks Malte)\n- fixed Breaker Switches not outputting redstone signals (thanks Malte)\n- fixed Redstone Breakers ignoring their inversion (thanks Malte)\n- fixed Ear Defenders being broken (thanks Malte)\n- fixed Squeezers and Fermenters not outputting Items automatically\n- fixed Silo not auto-outputting when supplied with a redstone signal\n- fixed Railgun not shooting alu, iron and steel sticks from other mods\n- fixed Manual on Railguns crashing without Railcraft installed (thanks Malte)", + "0.10-49": "- rewrote the shader system\n - improved texture performance\n - changed API integration\n - added listing in the manual, including re-ordering\n - removed the recipe to turn shaders back into bags\n- added the ability to rename wooden crates\n- added IRotationAcceptor interface for dynamos and the things that drive them (thanks Malte)\n- re-added the config for Excavator fail chance (thanks Malte)\n- re-added the ability to dye balloons (thanks Malte)\n- re-added the ability to add shaders to balloons\n- changed the drill's hardness checks to easier dig ores (thanks Malte)\n- fixed duped fluidcontainers on treated wood recipes\n- fixed incompat issue with new versions of TConstruct\n- fixed CraftTweaker compat (thanks mezz)\n- fixed Crusher recipe for sand requiring grass rather than gravel (thanks MalkContent)\n- fixed NPE on inserting items\n- fixed Wirecutters consuming durability and not working properly on transformers\n- fixed various client issues (thanks Malte)\n- fixed Structural Connectors and Redstone Connectors not displaying properly (thanks Malte)\n- fixed Conveyors throwing NPEs on Servers (thanks Malte)\n- fixed dupebug with Charging Station\n- fixed a few missing sounds\n- fixed a concurrent modification in Tesla Coil sounds (thanks Malte)", + "0.10-50": "- added versioncheck for TConstruct to prevent crashes with ranged weapons\n- added Icons for all IE machines to JEI and fixed recipe displays\n- fixed furnace heater constantly updating chunks\n- improved UV maps on the revolver, added a new shader", + "0.10-51": "- re-added Festive Crates! Happy Holidays!\n- re-added Botania compat for shaders, Relic rarity lootbags + shaders\n- added the ability for Strip Curtains to emit redstone when an entity passes through\n- added compatability for Forge Energy / Forge Units. End of an era, I guess.\n- fixed a nullpointer on JumpCushions\n- fixed Splitting and Dropping Conveyor not inserting into inventories\n- fixed crashes in the manual due to incomplete tesselation\n- fixed load-cycle with TCon\n- fixed HarvestCraft recipes usign water/milk not working in the assembler\n- fixed Furnace Heater constantly updating the block when insufficiently powered\n- IE now has a Maven (thanks SkySom)", + "0.10-52": "- added the ability for Dropping Conveyors to drop through trapdoors\n- added a new shader\n- fixed Nullpointer for Connectors accepting FUs", + "0.10-53": "- added new shaders\n- fixed Sample Drill crashing upon energy insertion\n- fixed Tesla Coil crashing upon energy insertion\n- fixed Revolver rendering on Tiny Potatoes\n- fixed Refinery not allowing extraction\n- fixed achievement for crafting the Mining Drill not firing\n - retro-actively firing crafting achievements when modifying them in the workbench\n- fixed Lightning Rod not building its fence-net properly\n- fixed bounds and disassembly of the Lightning Rod\n- fixed Splitting Conveyors sometimes not clearing temporary NBT data from entities\n- fixed a bit of log spam by invalid/missing models\n- fixed Blueprints not taking unstacked resources\n- fixed Vertical Conveyors not rendering walls on their base properly\n- fixed a dupebug with InventorySorter\n- fixed Fluids not updating to existing entries when failing to register", + "0.10-54": "- added the Automated Engineer's Workbench, allowing automated handling of Blueprint Recipes\n- added the Turntable, a block that allows rotating of other blocks\n- added the \"Dominator\" shader\n- changed Wirecoils to change their distance display to red when too far from their linking point\n- changed Graphite Electrodes to stack to 16 to make them more viable as Railgun ammo\n- changed Assembler to allow crafting IC2 recipes (thanks Malte)\n- fixed issues with lowercasing without locale\n- fixed ThermoElectric Gens, Dynamos and Wire Connectors not handling Forge Energy\n- fixed Shaderbags having their conversion recipes crash\n- fixed duplicate rod recipes in the Metal Press\n- fixed TConstruct book not showing Hemp item\n- fixed multithreading issues (thanks Malte)\n- fixed crash with unknown recipes in the Assembler (thanks Malte)\n- fixed resource overhead with Bucket Wheel rendering (thanks Malte)\n- fixed Manual not handling scrolling lists properly\n- fixed Sheetmetal Tanks not rendering fluids with colour\n- fixed Chemthrower not dropping player-only items (Blazerods)\n- fixed Buckshot and Dragonsbreath having the wrong return cartridges and the wrong DamageSource\n- fixed needless chunkupdates caused by Blastfurnace Preheaters\n- fixed Splitting Conveyors flipping directions too early", + "0.10-55": "- re-added the Bottling Machine! It bottles things up, like fluids and emotions!\n- added indicative scrollbars to the manual\n- added nullcheck to guard against malformed sound events\n- added a login check to synchronizing Excavator data\n- added a config option for hte drop weight of Hemp Seeds\n- changed IC2 compat to no longer load with IC2 classic\n- changed permission levels on comamnds to allow \"/cie resetrenders\" for everyone\n- fixed Minetweaker and JEI integration. Arc Furnace reduced to a single categroy, I'm afraid.\n- fixed Automatic Workbench using Pair from JavaFX\n- fixed null-master exceptions for Multiblocks\n- fixed rotations of wooden blocks (Gunpowder Barrel, Item Router)\n- fixed GUI of the Item Router\n- fixed SideOnly exceptions triggered by Chisel&Bits\n- fixed Withers dropping Lootbags. They really shouldn't anymore.\n- fixed world loading caused by connection persistence and validation (thanks Dogboy21)\n- fixed Crusher not collecting drops from low-health entities\n- fixed Assembler and Metal Press not reorienting conveyors when broken", + "0.10-56": "- fixed duplication of stacks of items dropped onto the bottling machine\n- fixed EntityDataManager registration (thanks mconwa01)\n- fixed manual entry of the fluidpump citing the use of \"wirecutters\" instead of \"hammer\"\n- fixed manual typo in the fermenter entry", + "0.10-57": "- added RazorWire! It pricks and slows, and you can electrify it.\n- added Fluid Concrete. Slows entities down and immobilizes them when it dries\n- added a Potion fluid. Effects vary on NBT data. Works in the Chemthrower, can be bottled in Bottling Machine.\n- added blocks for (almost) all IE Fluids\n- added the Mixer! It mixes solid components into fluids to make concrete or various potions!\n- added Turrets! Configurable targeting, currently allowing for fluids (Chemthrower) or bullets (Revolver) as ammo\n- changed Floodlights to allow inversion of redstone control\n- changed Charging Station to allow charging Forge Energy items as well\n- fixed Bottling Machine recipes not consuming fluid and duping items (thanks Malte)\n- fixed Redstone Wires illegally connecting to relays\n- fixed ArcFurnace recipes causing NPEs when added through Minetweaker\n- fixed JEI handler preventing Draconic Evolution for loading theirs\n- fixed OneProbe showing components of Multiblocks rather than the MB itself\n- fixed derped texture on Metal Press\n- fixed side-solidity for Stone Multiblocks\n- fixed the density of Creosote Oil. A certain Lemming notified me that it's in fact, denser than water.\n- Translations Added/Updated: ru_RU (lex1975)", + "0.10-58": "- added the Fluid Router. It does exactly what the Item Router does, but for fluids.\n- added Crafttweaker integration for the Mixer\n- added the Garden Cloche! It grows a variety of crops!\n - added farming compatability for Actually Additions\n - added farming compatability for Attained Drops\n - added farming compatability for Mystical Agriculture\n - added farming compatability for Harvestcraft\n - added farming compatability for Better With Mods\n - added farming compatability for Extra Utils\n- added Chemthrower compatability for ThermalFoundation fluids\n- added carpet, quarter and threequarter thicknesses for Concrete to make the fluid dry to more reasonable levels\n- added a toggleable option to the Mixer to output all fluids instead of just the bottom one\n- added placeable Toolboxes, they are fully accessible while placed\n- added placeable Coresamples, these can be rightclicked with a map to set a marker to their origin\n- added a visible chunk boundary when holding or looking at the Sample Drill\n- added Redstone Wires to the API (thanks Malte)\n- added a render reset hook to the API (thanks Malte)\n- added the Covered Conveyor, preventing players from picking up items from it\n- added a Conveyor unaffected by redstone\n- added the Fluid Outlet. It puts fluids in the world!\n- added OC compat for Mixer and BottlingMachine (thanks GuyRunningSouth)\n- added a Villager Job to sell Shader Bags\n- added a Crusher recipe to turn slag into sand\n- added a special ItemFrame render for Blueprints\n- added the ability to flip Powered Lanterns using the hammer\n- added the option for Strip Curtains to output a strong RS signal\n- added a sound to the Breaker Switch - Clearly the best feature of this update\n- changed Razorwire to render extended wooden boards when stacked\n- changed the Conductive debuff to apply to Teslacoil and Electro-Razorwire damage\n- changed metal plates and Sheetmetal to be craftable for any IE-used metal\n- changed Crafttweaker functions for Squeezer and Fermenter to feature input-based removal\n- changed dropping Conveyors to use Iron Trapdoors rather than Hoppers in the recipe\n- changed fluid potions to have reduced durations in the chemthrower\n- fixed Concrete blocks not applying suffocation damage\n- fixed some cartridges being allowed in turrets, fixes crash with Immersive Floofs\n- fixed energy drain on eletrified bullets, reduced drain for multii-projectile cartridges\n- fixed ownerless, tameable entities causing crashes in Turret targeting\n- fixed item in- and outputs on Turrets being unavailable\n- fixed manual entry for Razorwire\n- fixed NullPointer on FluidStacks\n- fixed Turntables and Hammers being able to rotate extended pistons, chests, beds, end portals and skulls\n- fixed the Drill taking more damage than intended (thanks Malte)\n- fixed the display of double arrays in the manual (thanks Malte)\n- fixed lang file as per suggestions on github\n- fixed Balloons and Redstone Connectors being invisible in the End\n- fixed Chemthrower projectiles being set on fire even when the fluid isn't flammable\n- fixed invalid connections being made possible due to splitting stacks (thanks Malte)\n- fixed bounding boxes and wire offsets for transformers (thanks Malte)\n- fixed transformers mistakenly having TESRs and accepting LV+MV wires in combination (thanks Malte)\n- fixed the Potion fluid not having textures (thanks Malte)\n- fixed ConcurrentModificationException on Crafttweaker reloads (thanks Malte)\n- fixed the Mixer not working when its internal tank is filled (thanks Malte)\n- fixed IE slag not being usable in ThermalExpansion recipes\n- fixed the Turrets losing its inventory (thanks Malte)\n- fixed NBT sensitive fluids not outputting from barrels properly (thanks Malte)\n- fixed a dupebug of empty fluid containers in the Assembler\n- fixed Assembler outputting damageable craftign items\n- fixed missing sounds on IE explosions\n- fixed Refinery dividing by 0 if timer config is adjusted downwards\n- fixed AutoWorkbench not exposing the right slots to its item handler and rendering the wrong items\n- fixed projectiles ignoring PvP protection within player teams\n- fixed wires not being removed properly if TileDrops are off (thanks Malte)\n- fixed floating Engineer's houses\n- fixed broken Energy Storage tooltips\n- fixed Metal Press not dropping its mold when broken\n- fixed various double-size blocks deleting things above them\n- fixed stuttering on Metal Press and Watermill (thanks Malte)\n- fixed Relays connecting to energy accepting things, to make their role more obvious (thanks Malte)\n- fixed resource reloading on TESRs (thanks Malte)\n- fixed various Turret projectile issues (thanks Malte)\n- fixed a Blast Furnace processing speed bug (thanks Malte)\n- fixed Skyhook being a stupidly powerful weapon (thanks Malte)\n- fixed the Crusher outputting to the wrong side\n- Translations Added/Updated: ru_RU (lex1975) (this time for real, since I forgot it last time), zh_TW (xaxa123)" + }, + "1.11.2": { + "0.11-62": "- official 1.11.2 release, same changelog as build 59", + "0.11-63": "- added the Heavy Plated Shield!\n - it protects like a normal shield\n - it has awesome upgrades\n- added Vacuum Tubes as a new mid-game crafting material\n- added a manual entry for the new components\n- added Crafttweaker integration for Blueprint recipes\n- changed/fixed HUD displays for Railgun, Chemthrower and Revolver\n- changed Turrets to be interactable from the top block (thanks Malte)\n- changed Arc Furance to distribute inputs evenly again (thanks Malte)\n- changed Sulfur and Saltpeter textures to be Hazards instead of my terrible ones\n- changed recipes for Mechanical components, added Bluepritns for reduced cost\n- changed JEI integration to use newer JEI methods\n- changed Engineer's Workbench to no longer be part of IE's main achievement progression\n- fixed Redstone connectors not properly accepting signals (thanks Malte)\n- fixed OC compat not loading due to incorrect mod ID (thanks Malte)\n- fixed Capacitor Backpack potentially charging itself\n- fixed crashes with Capacitor Backpack and Railgun interacting with capabilities (thanks Malte)\n- fixed localization file getting screwed up to ASCII\n- fixed up interacton between Silos and RefinedStorage (thanks Malte)\n- fixed ghostloading messing up randomizers for a lot of stuff (thanks Malte)\n- fixed a plethora of ghostloading issues (thanks Malte)\n- fixed Capacitor Backpacks being all-around derpy when crafting (thanks Malte)\n- fixed broken Pipe renders (thanks Malte)\n- fixed Turntable not reacting to redstone signals\n- fixed Fluid Outlet outputtign through closed sides\n- fixed render issues with the charging station (thanks Malte)\n- fixed (possibly) Wooden Crates in villages losing their contents on pickup" + }, + "1.12.2": { + "0.12-64": "- Updated to Minecraft 1.12, fixed a lot of the issues resulting from this update\n - NOTE: Currently, IE's vanilla crafting recipes are not yet JSONs. This will probably change in future releases.\n - NOTE ALSO: Update may be a bit unstable. Feel free to report issues on github.\n- added Advancements to replace Achievements, some even give rewards!\n- added a custom trigger to detect formation of multiblocks\n- added two new Shaders: WAAAGH! and Lusus Naturae\n- added a super fancy spinning animation to Revolvers that use a specific skin.\n - atm limited to two exclusive skins, may be expanded in future.\n- changed holding animations for Revolver, Drill, Chemthrower and Railgun\n - has a config option in case it conflicts with other animation mods\n- changed certain Mineral Veins to output Sulfur Dust\n- changed OneProbe integration a tiny bit, showing SideConfigs on Barrels, Capacitors, etc.\n- fixed Minecart shaders crashing with layer counts over the default", + "0.12-65": "- changed crafting recipes to the new json based system!\n- fixed ClientProxy trying to subscribe on the Server side\n- fixed arm sleeves on players not matching arm position. Nothing I can do about armor, I'm afraid.", + "0.12-66": "- fixed the missing dustCharcoal reference in recipes", + "0.12-67": "- added the Probe Connector. It can read Comparator Overrides on Inventories and stuff!\n- added fancy animations for the reload with a speeloader and opening the revolver GUI\n- added the Circuit Board material, requires for Probe Connector and Turrets\n- added Comparator interfacing to a lot of IE multiblocks (using the RS controlpanel)\n- re-added animations for the drill. It rotates again \\o/\n- changed TE OreDict comapt to run in init phase\n- changed Revolvers to aim at enemies properly\n- changed re-equip animations for Revolver to look better\n- changed the Speedloader to a separate item, added a unique reload sound\n- changed the link system in the manual to allow linking to specific crafting recipes\n- fixed missing recipes for Metal plates\n- fixed Uranium Blocks + Slabs not having a recipe\n- fixed IE's fluids to always stitch into the sheet and have buckets load correctly\n- fixed missing Hammer Crushing recipes\n- fixed IE recipes using fluids not emptying containers properly & duplicating them\n- fixed recipes for Aluminium and Steel wires", + "0.12-68": "- re-added TConstruct compat\n- added Fertilizer compat for ActuallyAdditions, BetterWithMods and IC2\n- changed player arms for certain IE items to also affect armor\n- changed shield to use Forge's new provided shield method\n- changed Mystical Agriculture compat to not output seeds anymore\n- changed Arc Furnace, Squeezer and Fermenter to only output comparator signals for their input\n- changed revolver GUI to allow display of dual-wielded revolvers\n- fixed cloche not accepting power from the bottom block\n- fixed speedloader recipe mistakenly crafting a revolver\n- fixed gunpowder recipe being active even when there isn't any charcoal dust\n- fixed shield only equipping on the clientside with the magnet glove\n- fixed shield flickering when recharging in offhand\n- fixed back button in the manual failing\n- fixed shaders resulting in invisible revolver grips\n- fixed crafttweaker integration\n- fixed various AABBs errors causign projectiles to miss\n- fixed cloche having incorrect item handling (leading to trouble with EIO conduits)\n- fixed Forestry compat not loading\n- fixed Fluid Router allowing for an infinite loop\n- fixed Assembler not handling some recipes properly", + "0.12-69": "- fixed TConstruct dependency\n- fixed Assembler not properly handling Fluid Ingredients from IE and CoFH\n- fixed Revolver GUI not properly syncing\n- fixed model loading error (thanks PaleoCrafter)", + "0.12-70": "- added Shader-capabilities to the Heavy Plated Shield\n- added Scaffolding Slabs and Stairs\n- added a tiny bit of Albedo compat. Makes fancy lights happen on the Tesla Coils!\n- changed Mystical Agriculture compat to work for Inferium seeds\n- changed bullets to have increased speed\n- changed HE cartridges to travel in an arc and make a different sound\n - API update, cartridges can define custom sounds\n- changed, updated and improved the CTM compatability (thanks InsomniaKitten)\n- fixed Treated Wood recipes not consuming creosote\n- fixed up fence-connections for some IE blocks\n- fixed duplication glitch within the Refinery\n- fixed particle issues with some Multiblocks", + "0.12-71": "- added missing recipes for Scaffold Slabs & Stairs\n- added Albedo compat for Flare Cartridges\n- added a recipe to make torches out of wool and creosote\n- added the \"Ancient\" shader\n- added the Covered Vertical Conveyor\n- added the Chemthrower Multitank upgrade\n- re-added the Hemp to String recipe\n- changed logging to use separate logger rather than FMLLog (thanks Malte)\n- changed Garden Coche to allow Podzol as a mushroom soil\n- changed the Cloche to run at a reduced speed\n- changed all multi- and dummyblocks to be immovable by Pistons, because Quark\n- fixed Core Sample Drill animation (thanks Malte)\n- fixed a bunch of Capability errors (thanks Malte)\n- fixed turrets causing issues in target acquisition (thanks Malte)\n- fixed client disconnecting due to NBT overflow in crates and toolboxes (thanks Malte)\n- fixed broken remapper (thanks Malte)\n- fixed conveyor recipes requiring single inputs (thanks Malte)\n- fixed Tesla Coil animation not getting reset (thanks Malte)\n- fixed Chisel compat conflicting with CTM\n- fixed HarvestCraft compat not handling water and milk in the assembler properly\n- fixed auto-breakers causing issues with Storage Crates and others\n- fixed shiftclicking being broken in the Cloche GUI\n- fixed Manual not reopening on the selected page\n- fixed Railgun not working on Ender Dragon, Crystals and non-living entities (thanks Malte)\n- fixed Bullets not loading the damage from the config properly\n- fixed deprecated uses of getDrops\n- fixed Splitting Conveyor being derpy after being rotated", + "0.12-72": "- added a recipe to fill the Speedloader in a crafting table\n- added Packing and Unpacking molds to the Metal Press\n- added Jar Signing to comply with Forge's coremod guidelines (thanks Malte)\n- added support for amounts on OreDict ingredients in Crafttweaker compat (thanks MatrixN1)\n- added Crafttweaker compat for the Dieselgenerator + Drill (thanks Faxn)\n- changed IE's items with internal storage to use ItemHandler capabilities (thanks Malte)\n- changed IE's OBJ models to generate less comparative objects (thanks Malte)\n- changed IE to register its recipes on the proper event, fixing Crafttweaker compat\n- changed Alloy Kiln and Blastfurnace to tick down their active fuel even when not smelting (like vanilla furnaces)\n- changed Pumpkin and Melon seeds to have reduce oil outputs, and reduced their growthrate\n- changed Metal Press molds to be crafted in the Workbench\n- changed Metal Barrels to not output fluid when receiving a redstone signal, to work as valves (thanks Berinhardt)\n- changed dummies on Multiblocks to be removed from the list of ticking tiles (thanks Malte)\n- changed Windmills to rotate in in accordance to wind from the north or west, rather than fixed clockwise\n- fixed issues with dummyblocks spawning outside world borders (thanks Malte)\n- fixed crates and toolboxes losing their inventory (thanks Malte)\n- fixed various desync issues with the Engineer's Workbench (thanks Malte)\n- fixed render issues with multiblock TESRs (thanks Malte)\n- fixed Botania compat\n- fixed various desync issues with the Revolver & Speedloader HUD displays (thanks Malte)\n- fixed Multiblocks not dropping their contents\n- fixed Diesel Generators not allowing levers to be attached\n- fixed tooltip localisation for Alloy Kiln and Automatic Workbench\n- fixed Stripcurtains not notifying the strong signal to turn off\n- fixed Railgun projectiles not colliding with entities properly\n- fixed Fluid Pipes not showing their covers with CTM installed\n- fixed inventory models for Engineering blocks with CTM installed", + "0.12-73": "- added whitelist configs for the toolbox\n- re-enabled WAILA compat\n- re-enabled OpenComputers compat (not sure if it works)\n- changed IE to load on all 1.12 subversions\n- changed Metal Press render to have items sink a bit down to hide blocks\n- changed IE blocks to allow states for directional setting (thanks Malte)\n- changed Crushers to have a limited size queue to avoid login crashes\n- fixed toolbox crashing when placed (thanks Malte)\n- fixed lighting of the chemthrower particles (thanks Malte)\n- fixed drill and revolver looking derpy when fancy animations are disabled\n- fixed the Mil\u00c3\u00b3 Shader's name (thanks Malte)\n- fixed client-access exceptions with TOP handler\n- fixed Foresty compat errors\n- fixed cycle animations for the gunturret\n- fixed issues with Botania compat", + "0.12-74": "- changed IE to ACTUALLY load on all 1.12 subversions", + "0.12-75": "- Relicensed IE, because it was about time. It's not perfect but it's better than uncertainty\n- added a basic description to the mcmodinfo (thanks carstorm)\n- added a configurable, global, modifier for the Cloche's Fertilizer effectiveness\n- cleaned up internal BlockState logic a bit (thanks Malte)\n- changed Chisel compat to use proper IMC keys\n- changed Stone Multiblocks to be immovable to pistons\n- changed RedtoneBreakers to not visually connect to non-direct redstonedust\n- fixed broken rendering for blocks in non-standard layers (thanks Malte)\n- fixed config checks for @Mapped values causing issues (thanks Malte)\n- fixed issues with invalid block rotations (thanks Malte)\n- fixed Autoworkbench not disassembling properly (thanks Malte)\n- fixed crashes caused by empty ItemStacks (thanks Malte)\n- fixed Multiblocks not firing visual updates properly (thanks Malte)\n- fixed Eletrode Blueprints not being craftable\n- fixed Fluid Pump and Sheetmetal Tank not preserving NBT data\n- fixed Storage Crates writing empty enchantment tags on pickup\n- fixed Wire connections not synchronizing properly when switching between worlds (thanks Malte)\n- fixed Assembler consuming too much fluid in edgecases (thanks Malte)\n- fixed desync issues with the Workbench in multiplayer (thanks Malte)\n- fixed waterwheel rotation issues (thanks Malte)\n- fixed shooting non-living entities with the Chemthrower (thanks Malte)\n- fixed Mixer recpies not showing tooltips in JEI\n- fixed Cloche voiding seeds", + "0.12-76": "- added various config options for the Belljar, to adjust growthspeeds and fertilizer effects\n- re-added partivles and animation for the Arc Furnace (thanks Malte)\n- added TOP compat for the Sheetmetal Tank (thanks SirWindfield)\n- added Metal Ladders and Scaffold covered versions \n- fixed wires connected to razorwire not rendering (thanks Malte)\n- fixed missing comparator output on the Current Transformer (thanks Malte)\n- fixed the drill accidentally modifying its NBT on sharing (thanks Malte)\n- fixed the Bucket Wheel having rotation issues (thanks Malte)\n- fixed crashes related to newer Forge versions (thanks Malte)\n- fixed rendering issues with the Floodlight and improved its performance (thanks Malte)\n- fixed Carrots and Potoes not working in the Cloche (thanks SirWindfield)\n- fixed crash when the Teslacoil destroys a piece of Faraday armor\n- fixed Chisel compat\n- fixed AA compat, Canola in the squeezer\n- fixed TCon compat, mixup of Constantan and Uranium (thanks tgstyle)\n- fixed TCon compat, Arc Furnace for alloying\n- fixed a crash with the Slippery potion\n- fixed derpyness with Mineral Veins (at least for the most part), regarding CraftTweaker\n- fixed links to Biodiesel in the manual pointing to a nonexistant page\n- fixed a minor texture warning in the console\n- Translations Added/Updated: zh_CN (DYColdWind)", + "0.12-77": "- Various changes to the wiring system (Malte):\n - Uninsulated energy wires cause damage now\n - Wires don't need clear line-of-sight but a clear path along the wire as it is rendered\n - Placing blocks that obstruct wires will cause the wire to break/drop\n - The skyhook can attach to the middle of connections, rather than just the endpoints\n - Added a feedthrough insulator as a way to get wires through walls\n - Addons using wires will have to adapt to these changes!\n- IE now prints a message to chat if Java 8 update 25 is used since it causes unfixable crashes (Malte)\n- Changed Drill to have the \"Shovel\" tool class (primetoxinz)\n- Changed Excavator to show Cobblestone instead of missing texture when digging items instead of blocks (BluSunrize)\n- Fixed the drill not properly accepting its head (Malte)\n- Fixed broken deserialization of boolean properties, this caused some potential issues with Buildcraft (Malte)\n- Fixed some TESR blockstate crashes (Malte)\n- Fixed IE projectiles (chemthrower, railgun) not working (Malte)\n- Fixed wire loss being higher than intended in some cases (Malte)\n- Fixed fluid pipes losing fluid and not accepting small amounts (Malte)\n- Non-IE wires can no longer be connected to IE connectors (Malte)\n- Fixed arc furnace particles rendering when the arc furnace isn't active (Malte)\n- Fixed some capability crashes (Malte)\n- Fixed mobs trying to jump over IE fences (Malte)\n- Re-fixed the blast furnace using slightly more coke coal than it should (Malte)\n- Fixed Vertical Conveyor recipes returning too little (BluSunrize)\n- Fixed Nullpointer on Redstone Probes (BluSunrize)\n- Fixed Output slots not being blocked (BluSunrize)\n- Translations Added/Updated: en_ud (The-Fireplace), ja_jp (iceink001)", + "0.12-78": "- Added a preliminary connection render to debug obstructions (Malte)\n- Added Craftweaker function to remove Crusher recipes by input (BluSurize)\n- Fixed crash when breaking middle block of Feedthrough connector (Malte)\n- Fixed errors related to floating point accuracy (Malte)\n- Fixed Blastfurnace not working at all (Malte)\n- Fixed raytracing on vertical connections (Malte)\n- Fixed Sampledrill render (Malte)\n- Fixed J8U25 message showing on dimension change (Malte)\n- Fixed Feedthrough connectors connecting to themselves (Malte)\n- Fixed wires dropping in the wrong location (Malte)", + "0.12-79": "- Added the ability for Wirecutters to cut wires from anywhere (Malte)\n- Added Craftweaker support for the Thermolelectric Generator (BluSunrize)\n- Added documentation for metal ladders (BluSunrize)\n- Added Squeezer recipe for beetroot seeds (pap1723)\n- Re-Enabled OpenComputers compat (Malte)\n- Changed Feedthrough Connectors to break like normal multiblocks (Malte)\n- Changed Feedthrough Connectors to form regardless of connector face clicked (BluSunrize)\n- Changed codebase for wire coils to allow easier extension (AntiBlueQuirk)\n- Changed Multiblocks to only move FluidContainers to the output slots when they are full (BluSunrize)\n- Made the IE config react to changes from the in-game GUI\n- Fixed a crash with Optifine and feedthrough connectors (Malte)\n- Fixed wire rendering in edgecases (Malte)\n- Fixed issues with the Skyhook (Malte)\n- Fixed missing textures on conveyors (Malte)\n- Fixed dupebug with Jerrycans (Malte)\n- Fixed stackoverflow with routers (Malte)\n- Fixed Feedthrough Connectors functionality (Malte)\n- Fixed Coresamples not dropping when broken (Malte)\n- Fixed missing revolver sounds (BluSunrize)\n- Fixed broken audio-subtitles (lgthibault)\n- Fixed crash with windmills (lgthibault)\n- Fixed crash with metal ladders (lgthibault)\n- Fixed Craftweaker removal function of MetalPress (BluSunrize)\n- Translations Added/Updated: ja_jp (iceink001), zh_CN (DYColdWind)", + "0.12-80": "- Fixed multiblock rendering in the manual with Optifine and texture packs (Malte)\n- Fixed pre-IE-79 multiblocks not working on IE 79 (Malte)\n- Fixed FluidContainer slots not accepting empty containers (BluSunrize)\n- Fixed Villager trades for Shader bags being inverted (BluSunrize)\n- Fixed Multiblocks dropping themselves as illegal items (BluSunrize)\n- Fixed ugly high-rez textures on Engineering blocks when CTM isn't loaded (BluSunrize)\n- Translations Added/Updated: ja_jp (iceink001), zh_CN (DYColdWind)", + "0.12-81": "- Added the functionality for the Faraday Suit to protect against live wiring (Malte)\n- Added the ability to use Pick Block to take a connector's wire by sneaking (BluSunrize)\n- Added Magma blocks to the list of heatsources for the Thermoelectric generator (BluSunrize)\n- Added Efficiency, Unbreaking and Mending enchantments to the Engineer's Hammer and Wirecutter (BluSunrize)\n - Made those tools take damage when used to break blocks\n- Added compatibility for Forge's update checker (Malte)\n- Added support for Forge's memory Maven repo, this makes deleting old coremod versions unnecessary in Forge 2656+ (latest) (Malte)\n- Changed fences to allow torches on top and prevent mobspawns (Malte)\n- Changed animated item models to use Item-TESRs rather than rebaking (Malte)\n - Made the Fluorescent tube to be really fancy again! (Malte)\n- Changed renderdistance config to work as described (Malte)\n- Changed the images of wiring in the manual to use up-to-date pictures and feature connectors and relays (BluSunrize)\n- Shift-clicking is no longer needed to connect wires to breaker switches etc (Malte)\n- Failed wire connection attempts no longer spam the chat (Malte)\n- Changed Thermoelectric generator to cache its output values, improving performance (BluSunrize)\n- Fixed wires being invisible when logging into a server for the first time (Malte)\n- Fixed localization for treated wood banners (Malte)\n- Fixed the mineral command not workign with Vein names that contain a space (Malte)\n- Fixed shield having a really trippy enchantment glow (Malte)\n- Fixed conveyor recipe (Malte)\n- Fixed Skyhook crashing servers (Malte)\n- Fixed lag with redstone connectors (Malte)\n- Fixed blocks somtimes taking longer to break with the hammer (Malte)\n- Fixed a divide-by-zero issue in the ExcavatorHandler for blacklisted dimensions (BluSunrize)", + "0.12-82": "- Added compat for farming Hemp to ActuallyAddition's farmer (BluSunrize)\n- Fixed Wirecutter getting consumed when cutting plates (BluSunrize)\n- Fixed Alloy Kiln consuming fuelsource container items (BluSunrize)\n- Fixed uncovered FluidPipes allowing mobspawns (BluSunrize)\n- Fixed spawn interdictors (Electric Lanterns, etc) not being removed on chunk unload (codewarrior0)\n- Fixed Metal Press animations and sounds with customized recipe times (codewarrior0)\n- Fixed some potential crashes in networking and reduced packet size (JamiesWhiteShirt)\n- Fixed 'removeRecipesForInput' in Crusher Craftweaker compat not working (BluSunrize)\n- Reduced the amount of ItemStacks being copied in rendering and recipe checking (Malte)\n- Translations Added/Updated: ja_jp (iceink001), zh_CN (DYColdWind)", + "0.12-83": "- Added the Extracting Conveyor. It pulls from inventories like a Hopper (BluSunrize)\n- Added even fancier Shaders with pulsing colours and dynamic rendering. Quite open for addon devs, too! (BluSunrize)\n - Added the IKELOS shader to make use of this\n- Added maps to the vanilla Catographer which lead to Mineral Veins (BluSunrize)\n- Added a config option to disable all use of the stencil buffer for old Intel GPUs (Malte)\n- Added normal tools (Axe, Pick, Shovel, Sword) made from Steel and Treated Wood. Good durability & efficiency, iron harvest level (BluSunrize)\n- Added a new rarity, \"Masterwork\". Currently only for Shaders (grabbags gained from secret advancements) but will have more use in the future! (BluSunrize)\n- Changed ItemRouters to allow pulling as well, allowing for filtered extraction (BluSunrize)\n- Changed BlastFurnace to not start using a new piece of coke if there is nothing left to smelt (Malte)\n- Changed the Excavator's Mineral Veins to consider the chunks in a radius of two around them, to avoid duplicate veins (BluSunrize)\n- Changed Chemical Thrower to factor in player-momentum to projectiles (TeamSpen210)\n- Fixed wires sometimes leaving behind the damage sources when broken (Malte)\n- Fixed the TConstruct compat module failing (Malte)\n- Fixed Hammers and Wirecutters to be properly repairable (Malte)\n- Fixed Wirecutters to be enchantable (Malte)\n- Fixed texture and model errors being spammed (Malte)\n- Fixed dropping conveyor spawning countless fake items in certain setups (Malte)\n- Fixed conveyors causing infinite loops in rare cases (Malte)\n- Fixed a crash when breaking a connector after dying (Malte)\n- Fixed wires connected to transformers breaking when they shouldn't (Malte)\n- Fixed horizotal wires on the breaker switch (Malte)\n- Fixed crashes with the Core Sample Drill in some dimensions (Malte)\n- Fixed pipes accessing the world from wrong threads (Malte)\n- Fixed a dupe bug (Malte)\n- Fixed the skyhook for vertical wires (Malte)\n- Fixed placing blocks against pipes not working as expected (Malte)\n- Fixed the garden cloche accepting any item into the fertilizer slot (Malte)\n- Fixed the workbench creating excess items (codewarrior0)\n- Fixed obstructed connections not rendering properly in LAN worlds (JamiesWhiteShirt)\n- Fixed Razor Wire not having collision on upper wall section (TeamSpen210)\n- Fixed Arc Furnace recycling being broken (BluSunrize)\n- Fixed Squeezer and Fermenter not updating the GUI when filling buckets (BluSunrize)\n- Improved log output when a compat module fails (Malte)\n- Translations Added/Updated: ja_jp (iceink001), ru_ru (kellixon ), zh_tw (vongola12324)", + "0.12-84": "- Changed handling of Potions in the mixer: (BluSunrize)\n - Now supports MixPredicates as well as custom brewing recipes\n - Shows properly in JEI, based on Potion output, rather than input\n - Bottling recipes are consistent, anything you can mix, you can bottle (ideally)\n - Added tooltips to Potion fluids to show which mod added the PotionType\n - Added compat for KnightMiner's Inspirations, allowing their Splash and Lingering bottles to be filled\n- Added a separate JEI Handler for Arc-Recycling (BluSunrize)\n- Added a particle trail to Minecarts that use fancy shaders (e.g. IKELOS) (BluSunrize)\n- Added the ability to pop Balloons by hitting them with a Projectile (BluSunrize)\n- Added Shader Particles to the Railgun and Drill (BluSunrize)\n- Added a \"Noise\" component to the revolver, which will make it attract nearby mobs when fired (BluSunrize)\n - Adding a bit of a stealth/survival aspect\n - Probably not super impactful in normal singleplayer, but could be fun for pack makers\n - This will play into a larger customization system for the Revolver, to be implemented in the future\n- Re-Added some shader textures that got lost in the 1.11 update (BluSunrize)\n- Changed Arc-Recycling to run in init and be overall cleaner (Malte)\n- Changed the recipe for Vacuum Tubes to use Nickel Plates (BluSunrize)\n- Fixed compatability with ActuallyAdditions and AttainedDrops (Shadows-of-Fire)\n- Fixed out-of-thread call to JEI functions causing crashes (BluSunrize)\n- Fixed depth-rendering issues in JEI handlers (BluSunrize)\n- Fixed shiftclicking on IE's containers (BluSunrize)\n- Translations Added/Updated: zh_cn (DYColdWind)", + "0.12-85": "- Re-Added Thaumcraft compat (BluSunrize)\n - Added hammering of plates for Brass, Thaumium and Void Metal \n - Golems can farm hemp\n - Purifying Fluid and Liquid Death work in the Chemthrower\n - Made the External Heater work with the Essentia Smelter\n- Added a tooltip-display to Speedloaders and Revolvers to display their currently loaded ammo (BluSunrize)\n- Re-Added the \"Super Secret BluPrintz\" easteregg (BluSunrize)\n- Added the ability to use the Capacitor Backpack as a Bauble (BluSunrize) \n- Fixed up the skyhook, including one crash (Malte)\n- Fixed some rare crashes when closing a world (Malte)\n- Fixed redstone connectors not closing doors using weak signals (Malte)\n- Fixed the mixer crashing if the recipe is trying to process too much fluid (Malte)\n- Fixed Machinist selling iron and steel drills in the wrong order (BluSunrize)\n- Fixed balloon colouring on dedicated servers (Malte)\n- Fixed a dupe bug (Malte)\n- Fixed a crash involving metal ladders (Malte)\n- Fixed Crafttweaker Integration to allow removing Potion mixing recipes (BluSunrize)\n- Fixed an edgecase crash with Cartographer Maps (BluSunrize)\n- Fixed ArcFurnace requiring additional inputs to start a recipe (BluSunrize)\n- Fixed upgrades vanishing in the Workbench (Malte)\n- Fixed Lightningrod not playing nice with other mods' energy transport (BluSunrize)", + "0.12-86": "- Added support for JEI ghost ingredients to the assembler and routers (Malte)\n- Re-Added razor wires hurting players trying to break them without wirecutters (Malte)\n- Re-Added coloured pipes (Malte)\n- Re-Added structural arms (Malte)\n- Added clickable areas for JEI to the IE machine GUIs (TeamSpen210)\n- Added the ability to apply Shaders to banners! (BluSunrize)\n- Added a Silt vein for the Excavator, contains clay, sand and gravel (BluSunrize)\n- Removed the additional http request for the changelog in the manual (Malte)\n- Changed Mixer to allow the use of other mods' sheetmetal in its construction (tgstyle)\n- Changed the way wire & connector models work internally (Malte)\n- Feedthrough insulators can now be formed while wires are attached to the connectors (Malte)\n- Fixed arc recycling calculations failing in rare cases (Malte)\n- Fixed lag with certain setups of routers (Malte)\n- Fixed conveyors sometimes showing the wrong model (Malte)\n- Fixed crashes with recent Forge versions (Malte)\n- Fixed the arc furnace not recycling damaged tools (BluSunrize)\n- Fixed a crash with recent Forge versions (Malte)\n- Fixed Wooden Posts connecting to Vines (BluSunrize)\n- Translations Added/Updated: ru_ru (gri3229), ko_kr (mindy15963)", + "0.12-87": "- Added a \"Distribute Inputs\" button to the ArcFurnace GUI. It keeps splitting the biggest stacks in the input if there is space available (BluSunrize)\n- Added the Maintenance Kit, an on-the-go option to modify tools, like changing drillheads or configuring the Ear Defenders (BluSunrize)\n- Changed the skyhook in multiple ways (Malte)\n - The speed now depends on gravity\n - The skyhook will not drag players into blocks any more\n - Many other smaller changes\n- Changed connectors to accept multiple \"bursts\" of energy if they (in total) don't exceed the max IO rate (Malte)\n- Changed internal logic of the Assembler to be a lot more straightforward, allowing bucket-like items for fluid ingredients (BluSunrize)\n- Changed the Engineer's Workbench around (BluSunrize)\n - Lots of internal fixes to improve reliability and performance, as well as code style\n - Fancy new render features, showing the blueprints on the table and the ingredients being used\n- Changed Fluid Pipes to no longer automatically connect to pipes that have been dyed a different colour (BluSunrize)\n- Changed recipe for Revolver Barrel to be (hopefully) less conflicting (BluSunrize)\n- Changed Excavator to work over void (BluSunrize)\n- Removed clickable JEI areas from the Assembler because they were blocking the output slots and were unnecessary anyway (BluSunrize)\n- Fixed wires not showing particles when burning (Malte)\n- Fixed recipes for structural arms conflicting with stairs (Malte)\n- Fixed structural arms being invisible due to a conflict with CTM (Malte)\n- Fixed minor issues where certain enemy network setups made powered lanterns flicker (Malte)\n- Fixed Dragon's Breath shader using hte wrong description in the manual (BluSunrize)\n- Fixed connectors not rendering as part of manual multiblock previews (Malte)\n- Fixed Ingredient Recipe not transposing the index correctly, causing loss of items (BluSunrize)\n- Fixed Item Router voiding items when used to extract (BluSunrize)\n- Fixed an annoying consolespam with the Cartographer trades (BluSunrize)\n- Fixed various GUIs still using \"RF\" instead of \"IF\" (BluSunrize)\n- Fixed Lightningrod resulting in a crash on very specific setups (BluSunrize)\n- Fixed dupebug with ArcFurnace recycling (BluSunrize)\n- Fixed the Garden Cloche accepting Fluids it can't work with (BluSunrize)\n- Fixed connectors duping small amounts of energy (Malte)\n- Fixed lighting on capacitors (Malte)\n- Fixed excessive render latency in JEI (Malte)\n- Fixed OpenComputers integration (sargunv)\n- Fixed Covered Extracting Conveyor not applying magnet protection (BluSunrize)\n- Translations Added/Updated: ja_jp (karakufire), es_es(Dorzar & rogama25), zh_cn (mcBegins2Snow)", + "0.12-88": "- Changed Multiblocks to accept redstone-ignoring conveyors as well as default ones. They will revert to normal ones when the multiblock is broken. (BluSunrize)\n- Fixed crashes when opening a toolbox or a revolver GUI (Malte)\n- Fixed side solidity on conveyors, prevents snow on places it shouldn't be (BluSunrize)", + "0.12-89": "- Added a covered dropping conveyor (BluSunrize)\n- Added recipes to break down Clay blocks (crusher) and Melon blocks (unpacking mold) (BluSunrize)\n- Added Cinnabar vein, containing Redstone, Cinnabar, Ruby and Sulfur (BluSunrize)\n- Changed Config to feature range values (Malte)\n- Changed Compat Modules to register recipes on the registry event (BluSunrize)\n- Fixed crash when placing blocks that shouldn't be used as a grid on lightning rods (Malte)\n- Fixed Balloon shaders (Malte)\n- Fixed Steel Axe having overly high damage (BluSunrize)\n- Fixed potential crashes related to the new blueprint renders (BluSunrize)\n- Fixed coresample markers disappearing off maps after restarting (BluSunrize)\n- Fixed snow collecting on partial concrete blocks (Voidi)\n- Fixed Extracting Conveyors not resetting their cooldowns when toggled by redstone (MalkContent)\n- Translations Added/Updated: pt_br (chico3434), es_es(rogama25), zh_cn (mcBegins2Snow)", + "0.12-90": "- Added a config option to disable fancy Blueprint rendering (BluSunrize)\n- Added chutes, they drop entites straight down and sometimes to the side! (BluSunrize)\n- Added creosote buckets (and other containers) as valid fuel for a furnace (BluSunrize)\n- Added an option to not have coordinates display on a CoreSample (BluSunrize)\n- Added a \"removeAll\" function to IE's crafttweaker integration (BluSunrize)\n- Added a config option for the transferrates of the Fluid Pipe (BluSunrize)\n- Added the ability to Sneak + Scroll to cycle the revolver manually (DaveArndt)\n- Added perks to the Revolver!\n - You can find components (barrel, drum, hammer) with perks in crates or on villagers\n - Crafting a revolver with these components gives the perks to the revolver\n - This augments its fire-rate, the noise it makes and the luck (for opening chests) of the wielder\n- Changed CoreSamples to draw a chunk overlay like the drill (BluSunrize)\n- Changed Wires to return only half an ingot worth of material when recycled (BluSunrize)\n- Changed Dragonsbreath cartridges to not fire an obscene amount of bullets anymore (BluSunrize)\n- Changed pick-block to cycle through all possible wires for a connector (MalkContent)\n- Changed Chemthrower to be able to affect teammates with beneficial effects (BluSunrize)\n- Items on conveyors now despawn after the usual time when stuck against a block (Malte)\n- Fixed wires sometimes attaching to the wrong parts of transformers (Malte)\n- Fixed wires connecting to the transformer when clicking on the lower blocks (Malte)\n- Fixed some ghostloading issues (Malte, with help from Barteks2x)\n- Fixed the assembler not crafting recipes added using CraftTweaker (Malte)\n- Fixed Alloy Smelter consuming extra coal when no further processing is necessary (BluSunrize)\n- Fixed Blueprint recipes using the Wirecutter locking up after 1 crafting operation (BluSunrize)\n- Fixed ArcFurnace not consuming the correct number of ingredients (BluSunrize)\n- Fixed pipes disconnecting visually (MalkContent)\n- Fixed pipes consuming scaffolding to cover when in creative mode (MalkContent)\n- Fixed some visual glitches (BluSunrize)\n- Fixed Crafttweaker handler for Blueprints ignoring NBT (BluSunrize)\n- Fixed the \"Aquire\"-button for shaders not working outside of creative mode (Malte)\n- Probably fixed the floodlight not working below 0 and above 255 with Cubic Chunks (Malte)\n- Fixed coresamples not rendering when Optfine shaders are enabled (Malte)\n- Fixed UraniumSlabs combining into a Copper-looking block (BluSunrize)\n- Fixed a variety of issues with JEI integration (BluSunrize)\n- Fixed a potential memory leak (BluSunrize)\n- Fixed a TCon API error propagating (BluSunrize)\n- Translations Added/Updated: jp_jp (karakufire), de_de(d-haus)", + "0.12-91": "- Added the Gunsmith villager, who sells ammunition, blueprints and revolver pieces (BluSunrize)\n- Fixed a crash with vertical conveyors on dedicated servers (Malte)\n- Fixed two negative luck perks combining into a positive (BluSunrize)", + "0.12-92": "- Requires Forge version 14.23.5.2820 or higher (BluSunrize)\n- Added Steel Armor, crafted from steel plates! (BluSunrize)\n- Added a second MultiblockFormEvent to the API, to fire *after* the structure has been checked (BluSunrize)\n- Fixed client only translation reference crashing on servers (BluSunrize)\n- Fixed client only references in Chutes (BluSunrize)\n- Fixed Coresamples without coordinates resulting in a client crash (BluSunrize)\n- Fixed transformers on posts not accepting wires properly (BluSunrize)" + } +} +[16:57:51] [Forge Version Check/INFO] [forge.VersionCheck]: [immersiveengineering] Found status: AHEAD Target: null +[16:57:51] [Forge Version Check/INFO] [forge.VersionCheck]: [buildcraftlib] Starting version check at https://mod-buildcraft.com/version/versions.json +[16:57:51] [Server thread/TRACE] [FML]: Automatically registered mod thebetweenlands entity thebetweenlands.pyrad as thebetweenlands:pyrad +[16:57:51] [Server thread/TRACE] [FML]: Automatically registered mod thebetweenlands entity thebetweenlands.pyrad_flame as thebetweenlands:pyrad_flame +[16:57:51] [Server thread/TRACE] [FML]: Automatically registered mod thebetweenlands entity thebetweenlands.peat_mummy as thebetweenlands:peat_mummy +[16:57:51] [Server thread/TRACE] [FML]: Automatically registered mod thebetweenlands entity thebetweenlands.tarminion as thebetweenlands:tarminion +[16:57:51] [Server thread/TRACE] [FML]: Automatically registered mod thebetweenlands entity thebetweenlands.thrown_tarminion as thebetweenlands:thrown_tarminion +[16:57:51] [Server thread/TRACE] [FML]: Automatically registered mod thebetweenlands entity thebetweenlands.rope_node as thebetweenlands:rope_node +[16:57:51] [Server thread/TRACE] [FML]: Automatically registered mod thebetweenlands entity thebetweenlands.grapping_hook_node as thebetweenlands:grapping_hook_node +[16:57:51] [Server thread/TRACE] [FML]: Automatically registered mod thebetweenlands entity thebetweenlands.volarkite as thebetweenlands:volarkite +[16:57:51] [Server thread/TRACE] [FML]: Automatically registered mod thebetweenlands entity thebetweenlands.mummy_arm as thebetweenlands:mummy_arm +[16:57:51] [Server thread/TRACE] [FML]: Automatically registered mod thebetweenlands entity thebetweenlands.angry_pebble as thebetweenlands:angry_pebble +[16:57:51] [Server thread/TRACE] [FML]: Automatically registered mod thebetweenlands entity thebetweenlands.fortress_boss as thebetweenlands:fortress_boss +[16:57:51] [Server thread/TRACE] [FML]: Automatically registered mod thebetweenlands entity thebetweenlands.fortress_boss_spawner as thebetweenlands:fortress_boss_spawner +[16:57:51] [Server thread/TRACE] [FML]: Automatically registered mod thebetweenlands entity thebetweenlands.fortress_boss_blockade as thebetweenlands:fortress_boss_blockade +[16:57:51] [Server thread/TRACE] [FML]: Automatically registered mod thebetweenlands entity thebetweenlands.fortress_boss_projectile as thebetweenlands:fortress_boss_projectile +[16:57:51] [Server thread/TRACE] [FML]: Automatically registered mod thebetweenlands entity thebetweenlands.fortress_boss_turret as thebetweenlands:fortress_boss_turret +[16:57:51] [Server thread/TRACE] [FML]: Automatically registered mod thebetweenlands entity thebetweenlands.fortress_boss_teleporter as thebetweenlands:fortress_boss_teleporter +[16:57:51] [Server thread/TRACE] [FML]: Automatically registered mod thebetweenlands entity thebetweenlands.weedwood_rowboat as thebetweenlands:weedwood_rowboat +[16:57:51] [Server thread/TRACE] [FML]: Automatically registered mod thebetweenlands entity thebetweenlands.bl_elexir as thebetweenlands:bl_elexir +[16:57:51] [Server thread/TRACE] [FML]: Automatically registered mod thebetweenlands entity thebetweenlands.dreadful_mummy as thebetweenlands:dreadful_mummy +[16:57:51] [Server thread/TRACE] [FML]: Automatically registered mod thebetweenlands entity thebetweenlands.sludge_ball as thebetweenlands:sludge_ball +[16:57:51] [Server thread/TRACE] [FML]: Automatically registered mod thebetweenlands entity thebetweenlands.spore_jet as thebetweenlands:spore_jet +[16:57:51] [Server thread/TRACE] [FML]: Automatically registered mod thebetweenlands entity thebetweenlands.smoll_sludge as thebetweenlands:smoll_sludge +[16:57:51] [Server thread/TRACE] [FML]: Automatically registered mod thebetweenlands entity thebetweenlands.greebling as thebetweenlands:greebling +[16:57:51] [Server thread/TRACE] [FML]: Automatically registered mod thebetweenlands entity thebetweenlands.boulder_sprite as thebetweenlands:boulder_sprite +[16:57:51] [Server thread/TRACE] [FML]: Automatically registered mod thebetweenlands entity thebetweenlands.spirit_tree_face_small as thebetweenlands:spirit_tree_face_small +[16:57:51] [Server thread/TRACE] [FML]: Automatically registered mod thebetweenlands entity thebetweenlands.spirit_tree_face_large as thebetweenlands:spirit_tree_face_large +[16:57:51] [Server thread/TRACE] [FML]: Automatically registered mod thebetweenlands entity thebetweenlands.tamed_spirit_tree_face as thebetweenlands:tamed_spirit_tree_face +[16:57:51] [Server thread/TRACE] [FML]: Automatically registered mod thebetweenlands entity thebetweenlands.sap_spit as thebetweenlands:sap_spit +[16:57:51] [Server thread/TRACE] [FML]: Automatically registered mod thebetweenlands entity thebetweenlands.spike_wave as thebetweenlands:spike_wave +[16:57:51] [Server thread/TRACE] [FML]: Automatically registered mod thebetweenlands entity thebetweenlands.root_grabber as thebetweenlands:root_grabber +[16:57:51] [Server thread/TRACE] [FML]: Automatically registered mod thebetweenlands entity thebetweenlands.spirit_tree_face_mask as thebetweenlands:spirit_tree_face_mask +[16:57:51] [Server thread/TRACE] [FML]: Automatically registered mod thebetweenlands entity thebetweenlands.root_sprite as thebetweenlands:root_sprite +[16:57:51] [Server thread/TRACE] [FML]: Automatically registered mod thebetweenlands entity thebetweenlands.predator_arrow_guide as thebetweenlands:predator_arrow_guide +[16:57:51] [Server thread/TRACE] [FML]: Automatically registered mod thebetweenlands entity thebetweenlands.small_sludge_worm as thebetweenlands:small_sludge_worm +[16:57:51] [Server thread/TRACE] [FML]: Automatically registered mod thebetweenlands entity thebetweenlands.tiny_sludge_worm as thebetweenlands:tiny_sludge_worm +[16:57:51] [Server thread/TRACE] [FML]: Automatically registered mod thebetweenlands entity thebetweenlands.large_sludge_worm as thebetweenlands:large_sludge_worm +[16:57:51] [Server thread/TRACE] [FML]: Automatically registered mod thebetweenlands entity thebetweenlands.tiny_worm_egg_sac as thebetweenlands:tiny_worm_egg_sac +[16:57:51] [Server thread/TRACE] [FML]: Automatically registered mod thebetweenlands entity thebetweenlands.tiny_sludge_worm_helper as thebetweenlands:tiny_sludge_worm_helper +[16:57:51] [Server thread/TRACE] [FML]: Automatically registered mod thebetweenlands entity thebetweenlands.lurker_skin_raft as thebetweenlands:lurker_skin_raft +[16:57:51] [Server thread/TRACE] [FML]: Automatically registered mod thebetweenlands entity thebetweenlands.shambler as thebetweenlands:shambler +[16:57:51] [Server thread/TRACE] [FML]: Automatically registered mod thebetweenlands entity thebetweenlands.wall_lamprey as thebetweenlands:wall_lamprey +[16:57:51] [Server thread/TRACE] [FML]: Automatically registered mod thebetweenlands entity thebetweenlands.moving_spawner_hole as thebetweenlands:moving_spawner_hole +[16:57:51] [Server thread/TRACE] [FML]: Automatically registered mod thebetweenlands entity thebetweenlands.wall_living_root as thebetweenlands:wall_living_root +[16:57:51] [Server thread/TRACE] [FML]: Automatically registered mod thebetweenlands entity thebetweenlands.crypt_crawler as thebetweenlands:crypt_crawler +[16:57:51] [Server thread/TRACE] [FML]: Automatically registered mod thebetweenlands entity thebetweenlands.barrishee as thebetweenlands:barrishee +[16:57:51] [Server thread/TRACE] [FML]: Automatically registered mod thebetweenlands entity thebetweenlands.ash_sprite as thebetweenlands:ash_sprite +[16:57:51] [Server thread/TRACE] [FML]: Automatically registered mod thebetweenlands entity thebetweenlands.decay_pit_target as thebetweenlands:decay_pit_target +[16:57:51] [Server thread/TRACE] [FML]: Automatically registered mod thebetweenlands entity thebetweenlands.sludge_jet as thebetweenlands:sludge_jet +[16:57:51] [Server thread/TRACE] [FML]: Automatically registered mod thebetweenlands entity thebetweenlands.triggered_falling_block as thebetweenlands:triggered_falling_block +[16:57:51] [Server thread/TRACE] [FML]: Automatically registered mod thebetweenlands entity thebetweenlands.triggered_sludge_wall_jet as thebetweenlands:triggered_sludge_wall_jet +[16:57:51] [Server thread/TRACE] [FML]: Automatically registered mod thebetweenlands entity thebetweenlands.sludge_wall_jet as thebetweenlands:sludge_wall_jet +[16:57:51] [Server thread/TRACE] [FML]: Automatically registered mod thebetweenlands entity thebetweenlands.splodeshroom as thebetweenlands:splodeshroom +[16:57:51] [Forge Version Check/DEBUG] [forge.VersionCheck]: [buildcraftlib] Received version check data: +{ + "homepage": "https://mod-buildcraft.com", + "promos": { + "1.8.9-latest": "7.2.7", + "1.8.9-recommended": "7.2.7", + "1.11.2-latest": "7.99.8.2", + "1.11.2-recommended": "7.99.8.2", + "1.12.2-latest": "7.99.24.8", + "1.12.2-recommended": "7.99.24.8" + } +} + + +[16:57:51] [Forge Version Check/INFO] [forge.VersionCheck]: [buildcraftlib] Found status: OUTDATED Target: 7.99.24.8 +[16:57:51] [Forge Version Check/INFO] [forge.VersionCheck]: [primal] Starting version check at http://insecure.www.nmd.so/primal/update.json +[16:57:51] [Server thread/TRACE] [FML]: Automatically registered mod thebetweenlands entity thebetweenlands.cc_ground_spawner as thebetweenlands:cc_ground_spawner +[16:57:51] [Server thread/TRACE] [FML]: Automatically registered mod thebetweenlands entity thebetweenlands.emberling_shaman as thebetweenlands:emberling_shaman +[16:57:51] [Server thread/TRACE] [FML]: Automatically registered mod thebetweenlands entity thebetweenlands.flame_jet as thebetweenlands:flame_jet +[16:57:51] [Server thread/TRACE] [FML]: Automatically registered mod thebetweenlands entity thebetweenlands.moving_wall as thebetweenlands:moving_wall +[16:57:51] [Server thread/TRACE] [FML]: Automatically registered mod thebetweenlands entity thebetweenlands.emberling as thebetweenlands:emberling +[16:57:51] [Server thread/TRACE] [FML]: Automatically registered mod thebetweenlands entity thebetweenlands.wild_emberling as thebetweenlands:wild_emberling +[16:57:51] [Server thread/TRACE] [FML]: Automatically registered mod thebetweenlands entity thebetweenlands.gallery_frame as thebetweenlands:gallery_frame +[16:57:51] [Server thread/TRACE] [FML]: Automatically registered mod thebetweenlands entity thebetweenlands.sludge_menace as thebetweenlands:sludge_menace +[16:57:51] [Server thread/TRACE] [FML]: Automatically registered mod thebetweenlands entity thebetweenlands.sludge_menace_multipart_dummy as thebetweenlands:sludge_menace_multipart_dummy +[16:57:51] [Server thread/TRACE] [FML]: Automatically registered mod thebetweenlands entity thebetweenlands.multipart_dummy as thebetweenlands:multipart_dummy +[16:57:52] [Forge Version Check/DEBUG] [forge.VersionCheck]: Failed to process update information +java.net.UnknownHostException: insecure.www.nmd.so + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:184) ~[?:1.8.0_452] + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:172) ~[?:1.8.0_452] + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) ~[?:1.8.0_452] + at java.net.Socket.connect(Socket.java:607) ~[?:1.8.0_452] + at java.net.Socket.connect(Socket.java:556) ~[?:1.8.0_452] + at sun.net.NetworkClient.doConnect(NetworkClient.java:180) ~[?:1.8.0_452] + at sun.net.www.http.HttpClient.openServer(HttpClient.java:465) ~[?:1.8.0_452] + at sun.net.www.http.HttpClient.openServer(HttpClient.java:560) ~[?:1.8.0_452] + at sun.net.www.http.HttpClient.(HttpClient.java:244) ~[?:1.8.0_452] + at sun.net.www.http.HttpClient.New(HttpClient.java:341) ~[?:1.8.0_452] + at sun.net.www.http.HttpClient.New(HttpClient.java:359) ~[?:1.8.0_452] + at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:1243) ~[?:1.8.0_452] + at sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1177) ~[?:1.8.0_452] + at sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1061) ~[?:1.8.0_452] + at sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1059) ~[?:1.8.0_452] + at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_452] + at java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:784) ~[?:1.8.0_452] + at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1058) ~[?:1.8.0_452] + at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:1005) ~[?:1.8.0_452] + at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1587) ~[?:1.8.0_452] + at sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:92) ~[?:1.8.0_452] + at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1507) ~[?:1.8.0_452] + at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1505) ~[?:1.8.0_452] + at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_452] + at java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:784) ~[?:1.8.0_452] + at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1504) ~[?:1.8.0_452] + at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:480) ~[?:1.8.0_452] + at net.minecraftforge.common.ForgeVersion$1.openUrlStream(ForgeVersion.java:223) ~[ForgeVersion$1.class:14.23.5.2860] + at net.minecraftforge.common.ForgeVersion$1.process(ForgeVersion.java:252) [ForgeVersion$1.class:14.23.5.2860] + at net.minecraftforge.common.ForgeVersion$1.run(ForgeVersion.java:201) [ForgeVersion$1.class:14.23.5.2860] +[16:57:52] [Forge Version Check/INFO] [forge.VersionCheck]: [modularrouters] Starting version check at https://raw.github.com/desht/ModularRouters/MC1.12-master/release_info.json +[16:57:52] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod thebetweenlands +[16:57:52] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - The Betweenlands took 3.233s +[16:57:52] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod primal +[16:57:52] [Server thread/INFO] [sevpatches_core]: PatchPrimalDrying succeeded +[16:57:52] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod primal +[16:57:52] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - PrimalCore took 0.531s +[16:57:52] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod progressiontweaks +[16:57:53] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod progressiontweaks +[16:57:53] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - Progression Tweaks took 0.008s +[16:57:53] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod prospectors +[16:57:53] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod prospectors +[16:57:53] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - Prospectors took 0.003s +[16:57:53] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod reborncore +[16:57:53] [Server thread/INFO] [reborncore]: Pre loaded registries in 24ms +[16:57:53] [Server thread/INFO] [reborncore]: Loaded registrys for reborncore.common.registration.RegistryConstructionEvent in 29ms +[16:57:53] [Server thread/INFO] [reborncore]: Loaded power manager from: ForgePowerManager +[16:57:53] [Server thread/INFO] [reborncore]: Loaded registrys for net.minecraftforge.fml.common.event.FMLPreInitializationEvent in 3ms +[16:57:53] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod reborncore +[16:57:53] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - Reborn Core took 0.089s +[16:57:53] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod quantumstorage +[16:57:53] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `quantum_tank`, expected `quantumstorage`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:53] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `quantum_barrel`, expected `quantumstorage`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:53] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `crater`, expected `quantumstorage`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:53] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `chest_iron`, expected `quantumstorage`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:53] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `chest_gold`, expected `quantumstorage`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:53] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `chest_diamond`, expected `quantumstorage`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:53] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `quantum_storage_unit`, expected `quantumstorage`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:53] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `quantumcrafter`, expected `quantumstorage`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:53] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `trashcan`, expected `quantumstorage`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:53] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `trashcanfluid`, expected `quantumstorage`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:53] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod quantumstorage +[16:57:53] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - QuantumStorage took 0.071s +[16:57:53] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod quickleafdecay +[16:57:53] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod quickleafdecay +[16:57:53] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - Quick Leaf Decay took 0.001s +[16:57:53] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod rangedpumps +[16:57:53] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod rangedpumps +[16:57:53] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - Ranged Pumps took 0.001s +[16:57:53] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod realdrops +[16:57:53] [Server thread/INFO] [sevpatches_core]: PatchRidHandlerDeregister succeeded +[16:57:53] [Server thread/TRACE] [FML]: Automatically registered mod realdrops entity item_loot as realdrops:item_loot +[16:57:53] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod realdrops +[16:57:53] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - Realistic Item Drops took 0.007s +[16:57:53] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod rebornstorage +[16:57:53] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `reborn storagetilemulticrafter`, expected `rebornstorage`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:53] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `reborn storagetileioport`, expected `rebornstorage`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:53] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod rebornstorage +[16:57:53] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - RebornStorage took 0.025s +[16:57:53] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod recipestages +[16:57:53] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod recipestages +[16:57:53] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - RecipeStages took 0.000s +[16:57:53] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod reccomplex +[16:57:53] [Server thread/TRACE] [reccomplex]: Entering default mode! +[16:57:53] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `rcstructuregenerator`, expected `reccomplex`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:53] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `rcmazegenerator`, expected `reccomplex`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:53] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `rcspawncommand`, expected `reccomplex`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:53] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `rcspawnscript`, expected `reccomplex`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:53] [Server thread/TRACE] [reccomplex]: Registered placer preset 'clear' at level INTERNAL +[16:57:53] [Server thread/TRACE] [reccomplex]: Registered dimension preset 'clear' at level INTERNAL +[16:57:53] [Server thread/TRACE] [reccomplex]: Registered biome preset 'clear' at level INTERNAL +[16:57:53] [Server thread/TRACE] [reccomplex]: Registered block preset 'clear' at level INTERNAL +[16:57:53] [Server thread/TRACE] [reccomplex]: Registered transformer preset 'clear' at level INTERNAL +[16:57:53] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod reccomplex +[16:57:53] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - Recurrent Complex took 0.173s +[16:57:53] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod refinedstorageaddons +[16:57:53] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod refinedstorageaddons +[16:57:53] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - Refined Storage Addons took 0.002s +[16:57:53] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod rftools +[16:57:53] [Server thread/INFO] [mcjtylib_ng]: RFTools Detected XNet: enabling support +[16:57:53] [Forge Version Check/DEBUG] [forge.VersionCheck]: [modularrouters] Received version check data: +{ + "homepage" : "https://minecraft.curseforge.com/projects/modular-routers", + "promos" : { + "1.10.2-recommended" : "1.4.2", + "1.11.2-recommended" : "2.2.2", + "1.12.2-recommended" : "3.3.0", + "1.10.2-latest" : "1.4.2", + "1.11.2-latest" : "2.2.2", + "1.12.2-latest" : "3.3.0" + }, + "1.12.2" : { + "3.3.0" : "https://github.com/desht/ModularRouters/blob/MC1.12-master/Changelog.md#330-12-may-2020", + "3.2.3" : "https://github.com/desht/ModularRouters/blob/MC1.12-master/Changelog.md#323-2-sep-2019", + "3.2.2" : "https://github.com/desht/ModularRouters/blob/MC1.12-master/Changelog.md#322-25-jun-2019", + "3.2.1" : "https://github.com/desht/ModularRouters/blob/MC1.12-master/Changelog.md#321-1-oct-2018", + "3.2.0" : "https://github.com/desht/ModularRouters/blob/MC1.12-master/Changelog.md#320-23-aug-2018", + "3.1.5" : "https://github.com/desht/ModularRouters/blob/MC1.12-master/Changelog.md#315-30-apr-2018", + "3.1.4" : "https://github.com/desht/ModularRouters/blob/MC1.12-master/Changelog.md#314-28-apr-2018", + "3.1.3" : "https://github.com/desht/ModularRouters/blob/MC1.12-master/Changelog.md#313-25-mar-2018", + "3.1.2" : "https://github.com/desht/ModularRouters/blob/MC1.12-master/Changelog.md#312-26-jan-2018", + "3.1.1" : "https://github.com/desht/ModularRouters/blob/MC1.12-master/Changelog.md#311-11-jan-2018", + "3.1.0" : "https://github.com/desht/ModularRouters/blob/MC1.12-master/Changelog.md#310-9-dec-2017", + "3.0.2" : "https://github.com/desht/ModularRouters/blob/MC1.12-master/Changelog.md#302-28-aug-2017", + "3.0.1" : "https://github.com/desht/ModularRouters/blob/MC1.12-master/Changelog.md#301-11-aug-2017", + "3.0.0" : "https://github.com/desht/ModularRouters/blob/MC1.12-master/Changelog.md#300-4-jul-2017", + "3.0.3" : "https://github.com/desht/ModularRouters/blob/MC1.12-master/Changelog.md#303-10-sep-2017" + }, + "1.11.2" : { + "2.2.2" : "https://github.com/desht/ModularRouters/blob/master/Changelog.md#222-28-aug-2017", + "2.2.1" : "https://github.com/desht/ModularRouters/blob/master/Changelog.md#221-29-jun-2017", + "2.2.0" : "https://github.com/desht/ModularRouters/blob/master/Changelog.md#220-12-jun-2017", + "2.1.1" : "https://github.com/desht/ModularRouters/blob/master/Changelog.md#211-13-mar-2017", + "2.1.0" : "https://github.com/desht/ModularRouters/blob/master/Changelog.md#210-1-mar-2017", + "2.0.2" : "https://github.com/desht/ModularRouters/blob/master/Changelog.md#202-6-feb-2017", + "2.0.1" : "https://github.com/desht/ModularRouters/blob/master/Changelog.md#201-18-jan-2017" + }, + "1.10.2" : { + "1.4.2" : "https://github.com/desht/ModularRouters/blob/master/Changelog.md#142-28-aug-2017", + "1.4.1" : "https://github.com/desht/ModularRouters/blob/master/Changelog.md#141-29-jun-2017", + "1.4.0" : "https://github.com/desht/ModularRouters/blob/master/Changelog.md#140-12-jun-2017", + "1.3.1" : "https://github.com/desht/ModularRouters/blob/master/Changelog.md#131-13-mar-2017", + "1.3.0" : "https://github.com/desht/ModularRouters/blob/master/Changelog.md#130-1-mar-2017-", + "1.2.5" : "https://github.com/desht/ModularRouters/blob/master/Changelog.md#125-6-feb-2017", + "1.2.4" : "https://github.com/desht/ModularRouters/blob/master/Changelog.md#124-23-jan-2017", + "1.2.3" : "https://github.com/desht/ModularRouters/blob/master/Changelog.md#123-12-jan-2017", + "1.1.3" : "https://github.com/desht/ModularRouters/blob/master/Changelog.md#113-19-nov-2016" + } +} + +[16:57:53] [Forge Version Check/INFO] [forge.VersionCheck]: [modularrouters] Found status: OUTDATED Target: 3.3.0 +[16:57:53] [Forge Version Check/INFO] [forge.VersionCheck]: [industrialforegoing] Starting version check at https://raw.githubusercontent.com/Buuz135/Industrial-Foregoing/master/update.json +[16:57:53] [Forge Version Check/DEBUG] [forge.VersionCheck]: [industrialforegoing] Received version check data: +{ + "homepage":"https://minecraft.curseforge.com/projects/industrial-foregoing", + "1.12":{ + "1.3":"https://github.com/Buuz135/Industrial-Foregoing/blob/1e98289b3940c74a1b3adef055e9d55ec5709628/CHANGELOG.md", + "1.3.1":"https://github.com/Buuz135/Industrial-Foregoing/blob/04768b4508af82fcde49a0280e124a7240e9f501/CHANGELOG.md", + "1.4":"https://github.com/Buuz135/Industrial-Foregoing/blob/92af08b4cf6600a77f17582cf7cccee1a7581ad2/CHANGELOG.md", + "1.4.1":"https://github.com/Buuz135/Industrial-Foregoing/blob/e51e3fd24648e60bcbe80742f08e45666de25405/CHANGELOG.md", + "1.4.2":"https://github.com/Buuz135/Industrial-Foregoing/blob/4429f1f5f9087dd2f7fd4ddb6eb5822a314f6b5b/CHANGELOG.md", + "1.4.3":"https://github.com/Buuz135/Industrial-Foregoing/blob/728e79d753ba9d89cbb003930f82c25f76d76842/CHANGELOG.md", + "1.5":"https://github.com/Buuz135/Industrial-Foregoing/blob/12d0bf2266283ae26141c2e6a1f19d932fdd98f7/CHANGELOG.md", + "1.5.1":"https://github.com/Buuz135/Industrial-Foregoing/blob/1dc601ba01146453c3e23941dfc0d57aad147543/CHANGELOG.md", + "1.5.2":"https://github.com/Buuz135/Industrial-Foregoing/blob/08fd71784f5872e981e6f7044db77678c6df1337/CHANGELOG.md", + "1.5.3":"https://github.com/Buuz135/Industrial-Foregoing/blob/10e9b567da5a1e6a02941696d186091d94d79cf7/CHANGELOG.md", + "1.5.4":"https://github.com/Buuz135/Industrial-Foregoing/blob/03eb69afa8a5209ac9184a8f24b3a88bac6d3838/CHANGELOG.md", + "1.5.5":"https://github.com/Buuz135/Industrial-Foregoing/blob/4c5fc1d206686218b5a09b295e25036827bee072/CHANGELOG.md", + "1.5.6":"https://github.com/Buuz135/Industrial-Foregoing/blob/f998185a310903c8c0a3bcc761795bb1fad72212/CHANGELOG.md", + "1.5.7":"https://github.com/Buuz135/Industrial-Foregoing/blob/eeb6555f90ecf3e49dc926a8ef773189f9f4dd5c/CHANGELOG.md", + "1.5.8":"https://github.com/Buuz135/Industrial-Foregoing/blob/e625ed90313353ac4ccd8f8ac2f5f17ba4acf138/CHANGELOG.md", + "1.5.9":"https://github.com/Buuz135/Industrial-Foregoing/blob/16ca0aff6ecac992c114a0e55bc54cf20c4f50a3/CHANGELOG.md", + "1.5.10":"https://github.com/Buuz135/Industrial-Foregoing/blob/220e4bc7e10d08528d437e9774caad36a0132239/CHANGELOG.md", + "1.5.11":"https://github.com/Buuz135/Industrial-Foregoing/blob/ea0fb39bf4f79333d183ce2e7364bbf7b458e5f3/CHANGELOG.md", + "1.5.12":"https://github.com/Buuz135/Industrial-Foregoing/blob/b96d65882717f2527164f8151657fe80a51cf54a/CHANGELOG.md", + "1.5.13":"https://github.com/Buuz135/Industrial-Foregoing/blob/4fefcdc9b7ed6e0f8e366f6812c016ca51f894ff/CHANGELOG.md", + "1.6.0":"https://github.com/Buuz135/Industrial-Foregoing/blob/69634c36392ec7d461896c5fbeed44a08823cdce/CHANGELOG.md", + "1.6.1":"https://github.com/Buuz135/Industrial-Foregoing/blob/721b5efbccc142e8357824ca6e4bd6f5c29282ac/CHANGELOG.md", + "1.6.2":"https://github.com/Buuz135/Industrial-Foregoing/blob/2dfd8b6fed63acbd276d1531f35748edba365b1f/CHANGELOG.md", + "1.6.3":"https://github.com/Buuz135/Industrial-Foregoing/blob/b91f9590dd3ac76266c3863e5d9486f0cf608be1/CHANGELOG.md", + "1.6.4":"https://github.com/Buuz135/Industrial-Foregoing/blob/28e71dcdb1968e4413be6c9420c1c680aadf5ede/CHANGELOG.md", + "1.6.5":"https://github.com/Buuz135/Industrial-Foregoing/blob/178f97953532b8b3f6e0cf7bc499eb2e7d5a5130/CHANGELOG.md", + "1.6.6":"https://github.com/Buuz135/Industrial-Foregoing/blob/9cd1ef5c1b6b7d4ec3b589f3653b4e31c3070aac/CHANGELOG.md", + "1.7.0":"https://github.com/Buuz135/Industrial-Foregoing/blob/a01ef4916194c4fe1c2aa08d64e1f7084df977a3/CHANGELOG.md", + "1.7.1":"https://github.com/Buuz135/Industrial-Foregoing/blob/b75e438200809a8989a8ae2845722cd58ebc2d31/CHANGELOG.md", + "1.7.2":"https://github.com/Buuz135/Industrial-Foregoing/blob/3da8ccfeb6424af8901892810fd7c5058145471e/CHANGELOG.md", + "1.8.0":"https://github.com/Buuz135/Industrial-Foregoing/blob/ba67f50d14881d339745ce6aae9115128ef22996/CHANGELOG.md", + "1.8.1":"https://github.com/Buuz135/Industrial-Foregoing/blob/978c1cf3834c27bf606cb1be5c4053d32191e47a/CHANGELOG.md", + "1.8.2":"https://github.com/Buuz135/Industrial-Foregoing/blob/f0739d0aedf475b535e54a03b26795f20336f96a/CHANGELOG.md", + "1.8.3":"https://github.com/Buuz135/Industrial-Foregoing/blob/89fc6ae05934354eff958faff847d71ffd20623a/CHANGELOG.md", + "1.8.4":"https://github.com/Buuz135/Industrial-Foregoing/blob/e88a99e21bae7ccaedc43a9e5884cec92d79b5d8/CHANGELOG.md", + "1.8.5":"https://github.com/Buuz135/Industrial-Foregoing/blob/bee1594ea4e5de0821c0dc91834c9a731b6b05e2/CHANGELOG.md", + "1.8.6": "https://github.com/Buuz135/Industrial-Foregoing/blob/master/CHANGELOG.md", + "1.8.7": "https://github.com/Buuz135/Industrial-Foregoing/blob/master/CHANGELOG.md" + }, + "promos":{ + "1.12-latest": "1.8.7", + "1.12-recommended": "1.8.7" + } +} + +[16:57:53] [Forge Version Check/INFO] [forge.VersionCheck]: [industrialforegoing] Found status: BETA Target: null +[16:57:53] [Forge Version Check/INFO] [forge.VersionCheck]: [beneath] Starting version check at https://raw.githubusercontent.com/Shinoow/The-Beneath/master/version.json +[16:57:54] [Server thread/INFO] [mcjtylib_ng]: Could not read 'userbuilder.json', this is not an error! +[16:57:54] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod rftools +[16:57:54] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - RFTools took 0.829s +[16:57:54] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod rftoolscontrol +[16:57:54] [Forge Version Check/DEBUG] [forge.VersionCheck]: [beneath] Received version check data: +{ + "homepage": "https://minecraft.curseforge.com/projects/the-beneath", + "promos": { + "1.12.2-latest": "1.7.1", + "1.12.2-recommended": "1.7.1", + "1.12-latest": "1.2.0", + "1.12-recommended": "1.2.0", + "1.11.2-latest": "1.4.2", + "1.11.2-recommended": "1.4.2", + "1.11-latest": "1.1.0", + "1.11-recommended": "1.1.0", + "1.10.2-latest": "1.4.2", + "1.10.2-recommended": "1.4.2" + }, + "1.12.2": { + "1.7.1": "- Supporters list is now fetched on a separate thread\n- Both oregen.json and blockdeco.json will now load their default if an error occurs during loading", + "1.7.0": "- Other mods can now change the cave generation of The Beneath", + "1.6.0": "- Added a config option to toggle whether or not other mods can interfere with the terrain generation inside The Beneath (rather than it being tied to the internal ore generator option)\n- The \"Lake Fluid Blocks\" list can now be updated on the client (through the config GUI) without needing to restart the game. Still requires a restart to take effect on servers, though\n- Added a config option to change what the terrain inside The Beneath is made from\n- Added a command to reload the Ore Generation and Block Decoration JSON files on the fly (/beneath reloadAll | reloadOres | reloadDeco)\n- Error logging actually logs the error now, instead of just mentioning when the error occurred", + "1.5.1": "- Lake, stalagmite and stalactite generation no longer pokes holes through bedrock, making it possible to get on top or below the dimension\n- The damage and health multipliers can now be set to 1 as their minimum, instead of 2", + "1.5.0": "- Added a third mode that disables the darkness damage (called 'none')\n- Added a config option to toggle the shadow hands that the shadows use to drag you into the darkness\n- Added Russian translation (courtesy of TimeConqueror)", + "1.4.2": "- Teleporters no longer function outside the Overworld unless \"Additional Dimension Teleportation\" is enabled (as it was meant to be)", + "1.4.1": "- Teleporting to/from The Beneath should no longer get you stuck in any walls\n- You can no longer teleport to The Beneath while riding something", + "1.4.0": "- Restricted the Y-level you have to be in relation to the teleporter block (in order to ensure players always spawn on the platform)\n- The spawn platform inside The Beneath is now made out of Cobblestone instead of regular Stone\n- Added stalactites and stalagmites that generates throughout the dimension (both configurable)\n- Added an empty loot table to the Shadows", + "1.3.0": "- Recompiled against 1.12.2\n- Now runs on Forge 14.23.0.2491\n- The sky colors when the Night Vision potion effect is enabled can be changed in the config file\n- When initially teleporting into The Beneath, torches will spawn on the edges of the platform (can be toggled in the config file)\n- You can't use the teleporter unless you're within 2 blocks of it (so you don't accidentally fall 50 blocks to your imminent death when entering, instead of dying later)\n- The health and damage boost of mobs inside The Beneath can now be configured\n- Added a configurable list of fluid blocks to generate lakes with inside The Beneath\n- Added a config option to set the rarity of the aforementioned lakes\n- Things like Dirt, Gravel, and the various stone types now generate inside The Beneath (run before the ore generator, using a separate json file, named blockdeco.json)\n- Added a config option to disable the aforementioned decorator" + }, + "1.12": { + "1.2.0": "- Ported to 1.12" + }, + "1.11.2": { + "1.4.2": "- Teleporters no longer function outside the Overworld unless \"Additional Dimension Teleportation\" is enabled (as it was meant to be)", + "1.4.1": "- Teleporting to/from The Beneath should no longer get you stuck in any walls\n- You can no longer teleport to The Beneath while riding something", + "1.4.0": "- Restricted the Y-level you have to be in relation to the teleporter block (in order to ensure players always spawn on the platform)\n- The spawn platform inside The Beneath is now made out of Cobblestone instead of regular Stone\n- Added stalactites and stalagmites that generates throughout the dimension (both configurable)\n- Added an empty loot table to the Shadows", + "1.3.0": "- The sky colors when the Night Vision potion effect is enabled can be changed in the config file\n- When initially teleporting into The Beneath, torches will spawn on the edges of the platform (can be toggled in the config file)\n- You can't use the teleporter unless you're within 2 blocks of it (so you don't accidentally fall 50 blocks to your imminent death when entering, instead of dying later)\n- The health and damage boost of mobs inside The Beneath can now be configured\n- Added a configurable list of fluid blocks to generate lakes with inside The Beneath\n- Added a config option to set the rarity of the aforementioned lakes\n- Things like Dirt, Gravel, and the various stone types now generate inside The Beneath (run before the ore generator, using a separate json file, named blockdeco.json)\n- Added a config option to disable the aforementioned decorator", + "1.2.0": "- Fixed the text formatting for the config options where that was broken\n- The Darkness now actually checks if it's dark before trying to damage the player\n- Added a configurable crafting recipe for the Teleporter (can be enabled/disabled in the config, disabled by default)", + "1.1.1": "- Ghost Teleporter block no longer appear if teleporting out from The Beneath with a Teleporter placed inside it\n- Ported to 1.11.2" + }, + "1.11": { + "1.1.0": "- Ported to 1.11" + }, + "1.10.2": { + "1.4.2": "- Teleporters no longer function outside the Overworld unless \"Additional Dimension Teleportation\" is enabled (as it was meant to be)", + "1.4.1": "- Teleporting to/from The Beneath should no longer get you stuck in any walls\n- You can no longer teleport to The Beneath while riding something", + "1.4.0": "- Restricted the Y-level you have to be in relation to the teleporter block (in order to ensure players always spawn on the platform)\n- The spawn platform inside The Beneath is now made out of Cobblestone instead of regular Stone\n- Added stalactites and stalagmites that generates throughout the dimension (both configurable)\n- Added an empty loot table to the Shadows", + "1.3.0": "- The sky colors when the Night Vision potion effect is enabled can be changed in the config file\n- When initially teleporting into The Beneath, torches will spawn on the edges of the platform (can be toggled in the config file)\n- You can't use the teleporter unless you're within 2 blocks of it (so you don't accidentally fall 50 blocks to your imminent death when entering, instead of dying later)\n- The health and damage boost of mobs inside The Beneath can now be configured\n- Added a configurable list of fluid blocks to generate lakes with inside The Beneath\n- Added a config option to set the rarity of the aforementioned lakes\n- Things like Dirt, Gravel, and the various stone types now generate inside The Beneath (run before the ore generator, using a separate json file, named blockdeco.json)\n- Added a config option to disable the aforementioned decorator", + "1.2.0": "- Fixed the text formatting for the config options where that was broken\n- The Darkness now actually checks if it's dark before trying to damage the player\n- Added a configurable crafting recipe for the Teleporter (can be enabled/disabled in the config, disabled by default)", + "1.1.1": "- Ghost Teleporter block no longer appear if teleporting out from The Beneath with a Teleporter placed inside it", + "1.1.0": "- The damage and health boost of mobs inside The Beneath should no longer spiral out of control and reach 5 digit numbers\n- Added a config option that allows you to stop mob spawning inside The Beneath\n- Added a config option for the Spawn Weight of the Shadows.\n- Grue is no longer required (but the mode will switch to darkness if set to grue while Grue isn't installed)\n- Now runs on Forge 12.18.3.2185", + "1.0.0": "- Initial release" + } +} +[16:57:54] [Forge Version Check/INFO] [forge.VersionCheck]: [beneath] Found status: OUTDATED Target: 1.7.1 +[16:57:54] [Forge Version Check/INFO] [forge.VersionCheck]: [crafttweaker] Starting version check at https://updates.blamejared.com/get?n=crafttweaker&gv=1.12.2 +[16:57:54] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod rftoolscontrol +[16:57:54] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - RFTools Control took 0.179s +[16:57:54] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod roadrunner +[16:57:54] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod roadrunner +[16:57:54] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - Road Runner took 0.006s +[16:57:54] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod scannable +[16:57:54] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod scannable +[16:57:54] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - Scannable took 0.008s +[16:57:54] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod sevpatches +[16:57:54] [Server thread/INFO] [sevpatches]: Tinkers' Construct detected, registering RangedEvents +[16:57:54] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod sevpatches +[16:57:54] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - SevPatches took 0.004s +[16:57:54] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod sevtweaks +[16:57:54] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod sevtweaks +[16:57:54] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - SevTweaks took 0.022s +[16:57:54] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod sev_tweaks_npc +[16:57:54] [Server thread/TRACE] [FML]: Automatically registered mod sev_tweaks_npc entity glen as sev_tweaks_npc:glen +[16:57:54] [Server thread/TRACE] [FML]: Automatically registered mod sev_tweaks_npc entity puke as sev_tweaks_npc:puke +[16:57:54] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod sev_tweaks_npc +[16:57:54] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - sev_tweaks_npc took 0.004s +[16:57:54] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod simpleautorun +[16:57:54] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod simpleautorun +[16:57:54] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - SimpleAutoRun took 0.000s +[16:57:54] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod simplegenerators +[16:57:54] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod simplegenerators +[16:57:54] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - Simple Generators took 0.135s +[16:57:54] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod simpleplanes +[16:57:54] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod simpleplanes +[16:57:54] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - simpleplanes took 0.000s +[16:57:54] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod storagenetwork +[16:57:54] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod storagenetwork +[16:57:54] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - Simple Storage Network took 0.054s +[16:57:54] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod simpletomb +[16:57:54] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `simpletomb:` for name `tombstone`, expected `simpletomb`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:54] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod simpletomb +[16:57:54] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - Simple Tomb took 0.010s +[16:57:54] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod simplyarrows +[16:57:54] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod simplyarrows +[16:57:54] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - Simply Arrows took 0.006s +[16:57:54] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod spartanshields +[16:57:54] [Server thread/INFO] [Spartan Shields]: Starting up Spartan Shields! +[16:57:54] [Server thread/DEBUG] [Spartan Shields]: Finished preInit phase! +[16:57:54] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod spartanshields +[16:57:54] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - Spartan Shields took 0.003s +[16:57:54] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod spatialservermod +[16:57:54] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod spatialservermod +[16:57:54] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - Spatial Server Mod took 0.000s +[16:57:54] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod stevescarts +[16:57:54] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `assembler`, expected `stevescarts`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:54] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `cargo`, expected `stevescarts`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:54] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `liquid`, expected `stevescarts`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:54] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `distributor`, expected `stevescarts`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:54] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `activator`, expected `stevescarts`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:54] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `detector`, expected `stevescarts`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:54] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `upgrade`, expected `stevescarts`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:55] [Server thread/TRACE] [FML]: Automatically registered mod stevescarts entity Minecart.Vswe.0 as stevescarts:cart.0 +[16:57:55] [Server thread/TRACE] [FML]: Automatically registered mod stevescarts entity Egg.Vswe as stevescarts:egg +[16:57:55] [Server thread/TRACE] [FML]: Automatically registered mod stevescarts entity Cake.Vswe as stevescarts:cake +[16:57:55] [Server thread/INFO] [stevescarts]: Loading plugins +[16:57:55] [Server thread/INFO] [stevescarts]: Found plugin candidate:vswe.stevescarts.compat.ic2.CompatIC2 +[16:57:55] [Server thread/INFO] [stevescarts]: Plugin (vswe.stevescarts.compat.ic2.CompatIC2) was NOT loaded due to mod 'ic2' missing, this isn't an error +[16:57:55] [Server thread/INFO] [stevescarts]: Found plugin candidate:vswe.stevescarts.compat.techreborn.CompatTR +[16:57:55] [Server thread/INFO] [stevescarts]: Plugin (vswe.stevescarts.compat.techreborn.CompatTR) was NOT loaded due to mod 'techreborn' missing, this isn't an error +[16:57:55] [Server thread/INFO] [stevescarts]: Found plugin candidate:vswe.stevescarts.compat.forestry.CompatForestry +[16:57:55] [Server thread/INFO] [stevescarts]: Plugin (vswe.stevescarts.compat.forestry.CompatForestry) was NOT loaded due to mod 'forestry' missing, this isn't an error +[16:57:55] [Server thread/INFO] [stevescarts]: Loaded 0 plugins +[16:57:55] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod stevescarts +[16:57:55] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - Steve's Carts 2 took 0.388s +[16:57:55] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod stg +[16:57:55] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod stg +[16:57:55] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - SwingThroughGrass took 0.000s +[16:57:55] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod storagedrawers +[16:57:55] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod storagedrawers +[16:57:55] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - Storage Drawers took 0.061s +[16:57:55] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod streams +[16:57:55] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod streams +[16:57:55] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - Streams took 0.060s +[16:57:55] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod sasit +[16:57:55] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod sasit +[16:57:55] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - Stuff A Sock In It took 0.000s +[16:57:55] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod supersoundmuffler +[16:57:55] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod supersoundmuffler +[16:57:55] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - Super Sound Muffler: Revived took 0.013s +[16:57:55] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod tallgates +[16:57:55] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod tallgates +[16:57:55] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - TallGates took 0.005s +[16:57:55] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod beneath +[16:57:55] [Forge Version Check/DEBUG] [forge.VersionCheck]: [crafttweaker] Received version check data: +{"homepage":"https://www.curseforge.com/minecraft/mc-mods/crafttweaker","promos":{"1.12.2-latest":"1.12-4.1.20.703"}} +[16:57:55] [Forge Version Check/INFO] [forge.VersionCheck]: [crafttweaker] Found status: BETA Target: null +[16:57:55] [Forge Version Check/INFO] [forge.VersionCheck]: [gamestages] Starting version check at https://updates.blamejared.com/get?n=gamestages&gv=1.12.2 +[16:57:55] [Server thread/DEBUG] [BnBGamingCore]: Attempting to transform method func_186060_c in class com.shinoow.beneath.common.world.WorldProviderDeepDank +[16:57:55] [Server thread/DEBUG] [BnBGamingCore]: Successfully transformed method func_186060_c in class com.shinoow.beneath.common.world.WorldProviderDeepDank +[16:57:55] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tileentityteleporterbeneath`, expected `beneath`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:55] [Server thread/TRACE] [FML]: Automatically registered mod beneath entity beneath.shadow as beneath:shadow +[16:57:55] [Server thread/TRACE] [FML]: Automatically registered mod beneath entity hand as beneath:hand +[16:57:55] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod beneath +[16:57:55] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - The Beneath took 0.325s +[16:57:55] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod thirstybottles +[16:57:55] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod thirstybottles +[16:57:55] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - Thirsty Bottles took 0.000s +[16:57:55] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod timecontrol +[16:57:55] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod timecontrol +[16:57:55] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - TimeControl took 0.007s +[16:57:55] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod tcomplement +[16:57:55] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod tcomplement +[16:57:55] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - Tinkers' Complement took 0.006s +[16:57:55] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod tinkerstages +[16:57:55] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod tinkerstages +[16:57:55] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - Tinker Stages took 0.003s +[16:57:55] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod tinkertoolleveling +[16:57:55] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod tinkertoolleveling +[16:57:55] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - Tinkers Tool Leveling took 0.007s +[16:57:55] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod togetherforever +[16:57:55] [Server thread/INFO] [togetherforever]: Registering SyncAction with id gamestage_event_sync and class com.buuz135.togetherforever.action.GameStagesEventSyncAction +[16:57:55] [Server thread/INFO] [togetherforever]: Registering SyncAction with id advancement_event_sync and class com.buuz135.togetherforever.action.AdvancementEventSyncAction +[16:57:55] [Server thread/INFO] [togetherforever]: Registering TogetherTeam with id default_together_team and class com.buuz135.togetherforever.api.data.DefaultTogetherTeam +[16:57:55] [Server thread/INFO] [togetherforever]: Registering PlayerInformation with id default_player_information and class com.buuz135.togetherforever.api.data.DefaultPlayerInformation +[16:57:55] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod togetherforever +[16:57:55] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - TogetherForever took 0.030s +[16:57:55] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod totemic +[16:57:55] [Server thread/INFO] [Totemic]: Moma had a cow, Moma had a chicken... Dad was proud, he didn't care how! +[16:57:55] [Server thread/INFO] [Totemic]: Totemic is entering preinitialization stage +[16:57:55] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod totemic +[16:57:55] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - Totemic took 0.021s +[16:57:55] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod tothebatpoles +[16:57:55] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod tothebatpoles +[16:57:55] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - To the Bat Poles! took 0.003s +[16:57:55] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod translocators +[16:57:55] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `craftinggrid`, expected `translocators`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:55] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod translocators +[16:57:55] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - Translocators took 0.041s +[16:57:55] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod treechopper +[16:57:55] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod treechopper +[16:57:55] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - Tree Chopper took 0.009s +[16:57:55] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod triumph +[16:57:55] [Server thread/DEBUG] [BnBGamingCore]: Could not find method isDone in class net.minecraft.advancements.AdvancementProgress +[16:57:55] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod triumph +[16:57:55] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - Triumph took 0.048s +[16:57:55] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod trumpetskeleton +[16:57:55] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod trumpetskeleton +[16:57:55] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - Trumpet Skeleton took 0.000s +[16:57:55] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod tumbleweed +[16:57:55] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod tumbleweed +[16:57:55] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - Tumbleweed took 0.000s +[16:57:55] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod uppers +[16:57:55] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tile.uppers.upper`, expected `uppers`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:55] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod uppers +[16:57:55] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - uppers took 0.004s +[16:57:55] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod universalmodifiers +[16:57:55] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod universalmodifiers +[16:57:55] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - Universal Modifiers took 0.000s +[16:57:55] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod vc +[16:57:55] [Server thread/INFO] [ViesCraft]: Good news everyone! The config has been loaded! +[16:57:55] [Server thread/TRACE] [FML]: Automatically registered mod vc entity entity.thrown.airship as vc:entity_thrown_airship +[16:57:55] [Server thread/TRACE] [FML]: Automatically registered mod vc entity entity.airship as vc:entity_airship +[16:57:55] [Server thread/TRACE] [FML]: Automatically registered mod vc entity entity.bomb.small as vc:entity_bomb_small +[16:57:55] [Server thread/TRACE] [FML]: Automatically registered mod vc entity entity.bomb.big as vc:entity_bomb_big +[16:57:55] [Server thread/TRACE] [FML]: Automatically registered mod vc entity entity.bomb.scatter as vc:entity_bomb_scatter +[16:57:55] [Forge Version Check/DEBUG] [forge.VersionCheck]: [gamestages] Received version check data: +{"homepage":"https://www.curseforge.com/minecraft/mc-mods/game-stages","promos":{"1.12.2-latest":"2.0.123"}} +[16:57:55] [Forge Version Check/INFO] [forge.VersionCheck]: [gamestages] Found status: BETA Target: null +[16:57:55] [Server thread/INFO] [ViesCraft]: <<==============================>> +[16:57:55] [Server thread/INFO] [ViesCraft]: Pre Init Complete. +[16:57:55] [Server thread/INFO] [ViesCraft]: <<==============================>> +[16:57:55] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod vc +[16:57:55] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - ViesCraft took 0.112s +[16:57:55] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod vtt +[16:57:55] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod vtt +[16:57:55] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - Villager Trade Tables took 0.014s +[16:57:55] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod waddles +[16:57:55] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod waddles +[16:57:55] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - Waddles took 0.000s +[16:57:55] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod wailastages +[16:57:55] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod wailastages +[16:57:55] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - Waila Stages took 0.002s +[16:57:55] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod walljump +[16:57:55] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod walljump +[16:57:55] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - Wall-Jump! took 0.000s +[16:57:55] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod wanionlib +[16:57:55] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod wanionlib +[16:57:55] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - WanionLib took 0.006s +[16:57:55] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod watercontrolextreme +[16:57:55] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod watercontrolextreme +[16:57:55] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - Water Control Extreme took 0.000s +[16:57:55] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod waterstrainer +[16:57:55] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod waterstrainer +[16:57:55] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - Water Strainer took 0.002s +[16:57:55] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod wawla +[16:57:55] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod wawla +[16:57:55] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - What Are We Looking At took 0.042s +[16:57:55] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod weirdinggadget +[16:57:55] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod weirdinggadget +[16:57:55] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - The Weirding Gadget took 0.001s +[16:57:55] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod wildcrops +[16:57:55] [Server thread/INFO] [FML]: Adding [Ljava.lang.String;@51f676b3 to block Block{minecraft:dirt} +[16:57:55] [Server thread/INFO] [FML]: Adding [Ljava.lang.String;@4652fce7 to block Block{minecraft:grass} +[16:57:55] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod wildcrops +[16:57:55] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - Wild Crops took 0.002s +[16:57:55] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod witherskelefix +[16:57:55] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod witherskelefix +[16:57:55] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - Wither Skeleton Tweaks took 0.013s +[16:57:55] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod wopper +[16:57:55] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod wopper +[16:57:55] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - Wopper took 0.004s +[16:57:55] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod xnet +[16:57:55] [Server thread/INFO] [mcjtylib_ng]: XNet Detected RFTools Control: enabling support +[16:57:55] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod xnet +[16:57:55] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - XNet took 0.103s +[16:57:55] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod ynot +[16:57:55] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod ynot +[16:57:55] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - YNot took 0.000s +[16:57:55] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod yoyos +[16:57:55] [Server thread/TRACE] [FML]: Automatically registered mod yoyos entity YoYo as yoyos:yoyo +[16:57:55] [Server thread/TRACE] [FML]: Automatically registered mod yoyos entity Sticky_YoYo as yoyos:yoyo_sticky +[16:57:55] [Server thread/TRACE] [FML]: Automatically registered mod yoyos entity Anything_YoYo as yoyos:yoyo_chaser +[16:57:56] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod yoyos +[16:57:56] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - Yoyos took 0.041s +[16:57:56] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod zenstages +[16:57:56] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod zenstages +[16:57:56] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - ZenStages took 0.000s +[16:57:56] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod zenloot +[16:57:56] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod zenloot +[16:57:56] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - ZenLoot took 0.003s +[16:57:56] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod primal_tech +[16:57:56] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tile.primal_tech.clay_kiln`, expected `primal_tech`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:56] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tile.primal_tech.work_stump`, expected `primal_tech`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:56] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tile.primal_tech.stone_grill`, expected `primal_tech`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:56] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tile.primal_tech.wooden_hopper`, expected `primal_tech`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:56] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tile.primal_tech.work_stump_upgraded`, expected `primal_tech`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:56] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tile.primal_tech.water_saw`, expected `primal_tech`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:56] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tile.primal_tech.stone_anvil`, expected `primal_tech`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:56] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tile.primal_tech.wooden_basin`, expected `primal_tech`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:56] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod primal_tech +[16:57:56] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - primal_tech took 0.025s +[16:57:56] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod teslacorelib_registries +[16:57:56] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod teslacorelib_registries +[16:57:56] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - Tesla Core Lib Registries took 0.003s +[16:57:56] [Server thread/DEBUG] [FML]: Bar Finished: PreInitialization took 27.736s +[16:57:56] [Server thread/INFO] [Chisel]: Loading blocks... +[16:57:56] [Server thread/INFO] [Chisel]: Skipping feature bloodMagic as it was disabled in the config. +[16:57:56] [Server thread/INFO] [Chisel]: Skipping feature cloud as it was disabled in the config. +[16:57:56] [Server thread/INFO] [Chisel]: Skipping feature coalCoke as it was disabled in the config. +[16:57:56] [Server thread/INFO] [Chisel]: Skipping feature invar as it was disabled in the config. +[16:57:56] [Server thread/INFO] [Chisel]: Skipping feature paper as it was disabled in the config. +[16:57:56] [Server thread/INFO] [Chisel]: Skipping feature uranium as it was disabled in the config. +[16:57:56] [Server thread/INFO] [Chisel]: Skipping feature valentines as it was disabled in the config. +[16:57:56] [Server thread/INFO] [Chisel]: Skipping feature wool as it was disabled in the config. +[16:57:56] [Server thread/INFO] [Chisel]: 64 Feature's blocks loaded. +[16:57:56] [Server thread/INFO] [Chisel]: Loading Tile Entities... +[16:57:56] [Server thread/INFO] [Chisel]: Tile Entities loaded. +[16:57:56] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tconstruct.table`, expected `tconstruct`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:56] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tconstruct.craftingstation`, expected `tconstruct`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:56] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tconstruct.stenciltable`, expected `tconstruct`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:56] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tconstruct.partbuilder`, expected `tconstruct`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:56] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tconstruct.patternchest`, expected `tconstruct`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:56] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tconstruct.partchest`, expected `tconstruct`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:56] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tconstruct.toolstation`, expected `tconstruct`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:56] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tconstruct.toolforge`, expected `tconstruct`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:56] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tconstruct.smeltery_controller`, expected `tconstruct`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:56] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tconstruct.smeltery_component`, expected `tconstruct`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:56] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tconstruct.tank`, expected `tconstruct`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:56] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tconstruct.faucet`, expected `tconstruct`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:56] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tconstruct.channel`, expected `tconstruct`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:56] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tconstruct.casting_table`, expected `tconstruct`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:56] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tconstruct.casting_basin`, expected `tconstruct`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:56] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tconstruct.smeltery_drain`, expected `tconstruct`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:56] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tconstruct.seared_furnace`, expected `tconstruct`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:56] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tconstruct.tinker_tank`, expected `tconstruct`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:56] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tconstruct.item_rack`, expected `tconstruct`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:56] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tconstruct.drying_rack`, expected `tconstruct`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:56] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tconstruct.wooden_hopper`, expected `tconstruct`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:56] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tconstruct.slime_channel`, expected `tconstruct`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:56] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `portal`, expected `mekanism`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:56] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `natura.netherrack_furnace`, expected `natura`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:56] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `bookcase`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:56] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `shelf`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:56] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `markerpole`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:56] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `clipboard`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:56] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `bibliolight`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:56] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `furniturepaneler`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:56] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `potionshelf`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:56] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `toolrack`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:56] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `label`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:56] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `desk`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:56] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `table`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:56] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `seat`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:56] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `fancysign`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:56] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `fancyworkbench`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:56] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `framedchest`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:56] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `mapframe`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:56] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `case`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:56] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `clock`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:56] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `paintingframeborderless`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:56] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `paintingframefancy`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:56] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `paintingframeflat`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:56] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `paintingframemiddle`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:56] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `paintingframesimple`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:56] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `paintingpress`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:56] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `armorstand`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:56] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `typesettingtable`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:56] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `printingpress`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:56] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `cookiejar`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:56] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `dinnerplate`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:56] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `discrack`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:56] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `swordpedestal`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:56] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `bell`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:56] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `typewriter`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:57] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tilebonsaipot`, expected `bonsaitrees`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:57] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tileentityfuelstation`, expected `car`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:57] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tileentityoilmill`, expected `car`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:57] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tileentityblastfurnace`, expected `car`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:57] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tileentitybackmixreactor`, expected `car`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:57] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tileentitygenerator`, expected `car`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:57] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tileentitysplittank`, expected `car`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:57] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tileentitytank`, expected `car`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:57] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tileentitycarworkshop`, expected `car`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:57] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tileentitycable`, expected `car`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:57] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tileentityfluidextractor`, expected `car`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:57] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tileentitydynamo`, expected `car`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:57] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tileentitysigncar`, expected `car`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:57] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tileentitytunnel`, expected `compactmachines3`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:57] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tileentitymachine`, expected `compactmachines3`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:57] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tileentityfieldprojector`, expected `compactmachines3`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:57] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tileentitycraftinghologram`, expected `compactmachines3`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:57] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tileentityredstonetunnel`, expected `compactmachines3`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:57] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `ironchest.iron`, expected `ironchest`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:57] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `ironchest.gold`, expected `ironchest`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:57] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `ironchest.diamond`, expected `ironchest`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:57] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `ironchest.copper`, expected `ironchest`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:57] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `ironchest.silver`, expected `ironchest`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:57] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `ironchest.crystal`, expected `ironchest`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:57] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `ironchest.obsidian`, expected `ironchest`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:57] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `ironchest.dirtchest9000`, expected `ironchest`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:57] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `ironshulkerbox.iron`, expected `ironchest`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:57] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `ironshulkerbox.gold`, expected `ironchest`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:57] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `ironshulkerbox.diamond`, expected `ironchest`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:57] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `ironshulkerbox.copper`, expected `ironchest`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:57] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `ironshulkerbox.silver`, expected `ironchest`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:57] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `ironshulkerbox.crystal`, expected `ironchest`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:57] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `ironshulkerbox.obsidian`, expected `ironchest`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:57] [Server thread/INFO] [pneumaticcraft]: registered block for fluid: kerosene +[16:57:57] [Server thread/INFO] [pneumaticcraft]: registered block for fluid: etchacid +[16:57:57] [Server thread/INFO] [pneumaticcraft]: registered block for fluid: lpg +[16:57:57] [Server thread/INFO] [primal]: Registering 210 Blocks +[16:57:57] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `waterstrainer.strainer_base`, expected `waterstrainer`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:57] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `tile.weirdinggadget` for name `weirding_gadget`, expected `weirdinggadget`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:57] [Server thread/INFO] [Actually Additions]: Initializing Blocks... +[16:57:57] [Server thread/TRACE] [Aroma1997Core]: No Blocks needed to be registered from mod aroma1997core. +[16:57:58] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `furnace`, expected `fastfurnace`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:58] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `lit_furnace`, expected `fastfurnace`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:58] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tile_fire_pit_unlit`, expected `progressiontweaks`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:58] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `conveyor_tile`, expected `industrialforegoing`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:58] [Server thread/INFO] [primal]: Re-mapper Rick! +[16:57:58] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `crafting_table`, expected `fastbench`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:58] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `crafting_table`, expected `fastbench`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:58] [Server thread/INFO] [FML]: Applying holder lookups +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup nex:pigtificate_ambient for public static net.minecraft.util.SoundEvent nex.init.NetherExSoundEvents.PIGTIFICATE_AMBIENT. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup nex:pigtificate_hurt for public static net.minecraft.util.SoundEvent nex.init.NetherExSoundEvents.PIGTIFICATE_HURT. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup nex:pigtificate_death for public static net.minecraft.util.SoundEvent nex.init.NetherExSoundEvents.PIGTIFICATE_DEATH. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup nex:mogus_ambient for public static net.minecraft.util.SoundEvent nex.init.NetherExSoundEvents.MOGUS_AMBIENT. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup nex:mogus_hurt for public static net.minecraft.util.SoundEvent nex.init.NetherExSoundEvents.MOGUS_HURT. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup nex:mogus_death for public static net.minecraft.util.SoundEvent nex.init.NetherExSoundEvents.MOGUS_DEATH. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup nex:salamander_ambient for public static net.minecraft.util.SoundEvent nex.init.NetherExSoundEvents.SALAMANDER_AMBIENT. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup nex:salamander_hurt for public static net.minecraft.util.SoundEvent nex.init.NetherExSoundEvents.SALAMANDER_HURT. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup nex:salamander_death for public static net.minecraft.util.SoundEvent nex.init.NetherExSoundEvents.SALAMANDER_DEATH. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup nex:wight_ambient for public static net.minecraft.util.SoundEvent nex.init.NetherExSoundEvents.WIGHT_AMBIENT. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup nex:wight_hurt for public static net.minecraft.util.SoundEvent nex.init.NetherExSoundEvents.WIGHT_HURT. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup nex:wight_death for public static net.minecraft.util.SoundEvent nex.init.NetherExSoundEvents.WIGHT_DEATH. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup nex:ember_hurt for public static net.minecraft.util.SoundEvent nex.init.NetherExSoundEvents.EMBER_HURT. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup nex:ember_death for public static net.minecraft.util.SoundEvent nex.init.NetherExSoundEvents.EMBER_DEATH. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup nex:nethermite_ambient for public static net.minecraft.util.SoundEvent nex.init.NetherExSoundEvents.NETHERMITE_AMBIENT. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup nex:nethermite_hurt for public static net.minecraft.util.SoundEvent nex.init.NetherExSoundEvents.NETHERMITE_HURT. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup nex:nethermite_death for public static net.minecraft.util.SoundEvent nex.init.NetherExSoundEvents.NETHERMITE_DEATH. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup nex:spinout_ambient for public static net.minecraft.util.SoundEvent nex.init.NetherExSoundEvents.SPINOUT_AMBIENT. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup nex:spinout_hurt for public static net.minecraft.util.SoundEvent nex.init.NetherExSoundEvents.SPINOUT_HURT. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup nex:spinout_death for public static net.minecraft.util.SoundEvent nex.init.NetherExSoundEvents.SPINOUT_DEATH. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup nex:spore_hurt for public static net.minecraft.util.SoundEvent nex.init.NetherExSoundEvents.SPORE_HURT. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup nex:spore_death for public static net.minecraft.util.SoundEvent nex.init.NetherExSoundEvents.SPORE_DEATH. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup nex:spore_warn for public static net.minecraft.util.SoundEvent nex.init.NetherExSoundEvents.SPORE_WARN. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup nex:spore_explode for public static net.minecraft.util.SoundEvent nex.init.NetherExSoundEvents.SPORE_EXPLODE. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup nex:ghastling_ambient for public static net.minecraft.util.SoundEvent nex.init.NetherExSoundEvents.GHASTLING_AMBIENT. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup nex:ghastling_hurt for public static net.minecraft.util.SoundEvent nex.init.NetherExSoundEvents.GHASTLING_HURT. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup nex:ghastling_death for public static net.minecraft.util.SoundEvent nex.init.NetherExSoundEvents.GHASTLING_DEATH. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup nex:ghastling_warn for public static net.minecraft.util.SoundEvent nex.init.NetherExSoundEvents.GHASTLING_WARN. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup nex:ghastling_shoot for public static net.minecraft.util.SoundEvent nex.init.NetherExSoundEvents.GHASTLING_SHOOT. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup nex:ghast_queen_ambient for public static net.minecraft.util.SoundEvent nex.init.NetherExSoundEvents.GHAST_QUEEN_AMBIENT. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup nex:ghast_queen_hurt for public static net.minecraft.util.SoundEvent nex.init.NetherExSoundEvents.GHAST_QUEEN_HURT. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup nex:ghast_queen_death for public static net.minecraft.util.SoundEvent nex.init.NetherExSoundEvents.GHAST_QUEEN_DEATH. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup nex:ghast_queen_shoot for public static net.minecraft.util.SoundEvent nex.init.NetherExSoundEvents.GHAST_QUEEN_SHOOT. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup nex:ghast_queen_summon for public static net.minecraft.util.SoundEvent nex.init.NetherExSoundEvents.GHAST_QUEEN_SUMMON. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup vc:guidebook_main for public static com.viesis.viescraft.common.items.ItemGuidebookMain com.viesis.viescraft.api.ItemsVC.GUIDEBOOK_MAIN. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup vc:dismounter_normal for public static com.viesis.viescraft.common.items.ItemDismounterNormal com.viesis.viescraft.api.ItemsVC.DISMOUNTER_NORMAL. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup vc:dismounter_player for public static com.viesis.viescraft.common.items.ItemDismounterPlayer com.viesis.viescraft.api.ItemsVC.DISMOUNTER_PLAYER. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup vc:viesoline_pellets for public static com.viesis.viescraft.common.items.parts.ItemViesoline com.viesis.viescraft.api.ItemsVC.VIESOLINE_PELLETS. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup vc:logic_chip for public static com.viesis.viescraft.common.items.parts.main.ItemLogicChip com.viesis.viescraft.api.ItemsVC.LOGIC_CHIP. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup vc:airship_ignition for public static com.viesis.viescraft.common.items.parts.main.ItemIgnition com.viesis.viescraft.api.ItemsVC.AIRSHIP_IGNITION. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup vc:airship_frame for public static com.viesis.viescraft.common.items.parts.main.ItemFrame com.viesis.viescraft.api.ItemsVC.AIRSHIP_FRAME. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup vc:airship_engine for public static com.viesis.viescraft.common.items.parts.main.ItemEngine com.viesis.viescraft.api.ItemsVC.AIRSHIP_ENGINE. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup vc:airship_balloon for public static com.viesis.viescraft.common.items.parts.main.ItemBalloon com.viesis.viescraft.api.ItemsVC.AIRSHIP_BALLOON. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup vc:upgrade_core for public static com.viesis.viescraft.common.items.upgrades.ItemUpgradeCore com.viesis.viescraft.api.ItemsVC.UPGRADE_CORE. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup vc:upgrade_frame for public static com.viesis.viescraft.common.items.upgrades.ItemUpgradeFrame com.viesis.viescraft.api.ItemsVC.UPGRADE_FRAME. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup vc:upgrade_engine for public static com.viesis.viescraft.common.items.upgrades.ItemUpgradeEngine com.viesis.viescraft.api.ItemsVC.UPGRADE_ENGINE. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup vc:upgrade_balloon for public static com.viesis.viescraft.common.items.upgrades.ItemUpgradeBalloon com.viesis.viescraft.api.ItemsVC.UPGRADE_BALLOON. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup vc:bomb for public static com.viesis.viescraft.common.items.ItemBomb com.viesis.viescraft.api.ItemsVC.BOMB. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup vc:module_type for public static com.viesis.viescraft.common.items.parts.ItemModuleType com.viesis.viescraft.api.ItemsVC.MODULE_TYPE. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup vc:module_creative for public static com.viesis.viescraft.common.items.parts.ItemModuleCreative com.viesis.viescraft.api.ItemsVC.MODULE_CREATIVE. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup vc:item_airship for public static com.viesis.viescraft.common.items.airships.ItemAirship com.viesis.viescraft.api.ItemsVC.ITEM_AIRSHIP. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup vc:item_airship_creative for public static com.viesis.viescraft.common.items.airships.ItemCreativeAirship com.viesis.viescraft.api.ItemsVC.ITEM_AIRSHIP_CREATIVE. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup vc:item_entity_airship for public static com.viesis.viescraft.common.items.ItemEntityAirship com.viesis.viescraft.api.ItemsVC.ITEM_ENTITY_AIRSHIP. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup vc:achievement_airship for public static com.viesis.viescraft.common.items.achievements.ItemAchievement com.viesis.viescraft.api.ItemsVC.ACHIEVEMENT_AIRSHIP. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup vc:item_display_symbol for public static com.viesis.viescraft.common.items.symbols.ItemDisplaySymbol com.viesis.viescraft.api.ItemsVC.ITEM_DISPLAY_SYMBOL. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup primal:aconite for public static nmd.primal.core.common.potions.PrimalPotion nmd.primal.core.common.potions.ModPotions.ACONITE. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup primal:yew for public static nmd.primal.core.common.potions.PrimalPotion nmd.primal.core.common.potions.ModPotions.YEW. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup primal:adrenaline for public static nmd.primal.core.common.potions.PrimalPotion nmd.primal.core.common.potions.ModPotions.ADRENALINE. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup primal:porphyria for public static nmd.primal.core.common.potions.PrimalPotion nmd.primal.core.common.potions.ModPotions.PORPHYRIA. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup primal:water_burn for public static nmd.primal.core.common.potions.PrimalPotion nmd.primal.core.common.potions.ModPotions.WATER_BURN. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup primal:sun_burn for public static nmd.primal.core.common.potions.PrimalPotion nmd.primal.core.common.potions.ModPotions.SUN_BURN. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup trumpetskeleton:trumpet for public static com.jamieswhiteshirt.trumpetskeleton.common.item.ItemTrumpet com.jamieswhiteshirt.trumpetskeleton.common.TrumpetSkeletonItems.TRUMPET. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:blood_orb for public static net.minecraft.item.Item WayofTime.bloodmagic.core.RegistrarBloodMagicItems.BLOOD_ORB. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:activation_crystal for public static net.minecraft.item.Item WayofTime.bloodmagic.core.RegistrarBloodMagicItems.ACTIVATION_CRYSTAL. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:slate for public static net.minecraft.item.Item WayofTime.bloodmagic.core.RegistrarBloodMagicItems.SLATE. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:inscription_tool for public static net.minecraft.item.Item WayofTime.bloodmagic.core.RegistrarBloodMagicItems.INSCRIPTION_TOOL. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:sacrificial_dagger for public static net.minecraft.item.Item WayofTime.bloodmagic.core.RegistrarBloodMagicItems.SACRIFICIAL_DAGGER. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:pack_self_sacrifice for public static net.minecraft.item.Item WayofTime.bloodmagic.core.RegistrarBloodMagicItems.PACK_SELF_SACRIFICE. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:pack_sacrifice for public static net.minecraft.item.Item WayofTime.bloodmagic.core.RegistrarBloodMagicItems.PACK_SACRIFICE. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:dagger_of_sacrifice for public static net.minecraft.item.Item WayofTime.bloodmagic.core.RegistrarBloodMagicItems.DAGGER_OF_SACRIFICE. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:ritual_diviner for public static net.minecraft.item.Item WayofTime.bloodmagic.core.RegistrarBloodMagicItems.RITUAL_DIVINER. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:ritual_dismantler for public static net.minecraft.item.Item WayofTime.bloodmagic.core.RegistrarBloodMagicItems.RITUAL_DISMANTLER. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:ritual_reader for public static net.minecraft.item.Item WayofTime.bloodmagic.core.RegistrarBloodMagicItems.RITUAL_READER. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:lava_crystal for public static net.minecraft.item.Item WayofTime.bloodmagic.core.RegistrarBloodMagicItems.LAVA_CRYSTAL. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:bound_sword for public static net.minecraft.item.Item WayofTime.bloodmagic.core.RegistrarBloodMagicItems.BOUND_SWORD. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:bound_pickaxe for public static net.minecraft.item.Item WayofTime.bloodmagic.core.RegistrarBloodMagicItems.BOUND_PICKAXE. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:bound_axe for public static net.minecraft.item.Item WayofTime.bloodmagic.core.RegistrarBloodMagicItems.BOUND_AXE. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:bound_shovel for public static net.minecraft.item.Item WayofTime.bloodmagic.core.RegistrarBloodMagicItems.BOUND_SHOVEL. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:sigil_divination for public static net.minecraft.item.Item WayofTime.bloodmagic.core.RegistrarBloodMagicItems.SIGIL_DIVINATION. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:sigil_air for public static net.minecraft.item.Item WayofTime.bloodmagic.core.RegistrarBloodMagicItems.SIGIL_AIR. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:sigil_water for public static net.minecraft.item.Item WayofTime.bloodmagic.core.RegistrarBloodMagicItems.SIGIL_WATER. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:sigil_lava for public static net.minecraft.item.Item WayofTime.bloodmagic.core.RegistrarBloodMagicItems.SIGIL_LAVA. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:sigil_void for public static net.minecraft.item.Item WayofTime.bloodmagic.core.RegistrarBloodMagicItems.SIGIL_VOID. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:sigil_green_grove for public static net.minecraft.item.Item WayofTime.bloodmagic.core.RegistrarBloodMagicItems.SIGIL_GREEN_GROVE. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:sigil_blood_light for public static net.minecraft.item.Item WayofTime.bloodmagic.core.RegistrarBloodMagicItems.SIGIL_BLOOD_LIGHT. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:sigil_elemental_affinity for public static net.minecraft.item.Item WayofTime.bloodmagic.core.RegistrarBloodMagicItems.SIGIL_ELEMENTAL_AFFINITY. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:sigil_haste for public static net.minecraft.item.Item WayofTime.bloodmagic.core.RegistrarBloodMagicItems.SIGIL_HASTE. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:sigil_magnetism for public static net.minecraft.item.Item WayofTime.bloodmagic.core.RegistrarBloodMagicItems.SIGIL_MAGNETISM. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:sigil_suppression for public static net.minecraft.item.Item WayofTime.bloodmagic.core.RegistrarBloodMagicItems.SIGIL_SUPPRESSION. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:sigil_fast_miner for public static net.minecraft.item.Item WayofTime.bloodmagic.core.RegistrarBloodMagicItems.SIGIL_FAST_MINER. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:sigil_seer for public static net.minecraft.item.Item WayofTime.bloodmagic.core.RegistrarBloodMagicItems.SIGIL_SEER. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:sigil_ender_severance for public static net.minecraft.item.Item WayofTime.bloodmagic.core.RegistrarBloodMagicItems.SIGIL_ENDER_SEVERANCE. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:sigil_whirlwind for public static net.minecraft.item.Item WayofTime.bloodmagic.core.RegistrarBloodMagicItems.SIGIL_WHIRLWIND. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:sigil_phantom_bridge for public static net.minecraft.item.Item WayofTime.bloodmagic.core.RegistrarBloodMagicItems.SIGIL_PHANTOM_BRIDGE. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:sigil_compression for public static net.minecraft.item.Item WayofTime.bloodmagic.core.RegistrarBloodMagicItems.SIGIL_COMPRESSION. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:sigil_holding for public static net.minecraft.item.Item WayofTime.bloodmagic.core.RegistrarBloodMagicItems.SIGIL_HOLDING. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:sigil_teleposition for public static net.minecraft.item.Item WayofTime.bloodmagic.core.RegistrarBloodMagicItems.SIGIL_TELEPOSITION. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:sigil_transposition for public static net.minecraft.item.Item WayofTime.bloodmagic.core.RegistrarBloodMagicItems.SIGIL_TRANSPOSITION. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:sigil_claw for public static net.minecraft.item.Item WayofTime.bloodmagic.core.RegistrarBloodMagicItems.SIGIL_CLAW. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:sigil_bounce for public static net.minecraft.item.Item WayofTime.bloodmagic.core.RegistrarBloodMagicItems.SIGIL_BOUNCE. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:sigil_frost for public static net.minecraft.item.Item WayofTime.bloodmagic.core.RegistrarBloodMagicItems.SIGIL_FROST. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:component for public static net.minecraft.item.Item WayofTime.bloodmagic.core.RegistrarBloodMagicItems.COMPONENT. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:item_demon_crystal for public static net.minecraft.item.Item WayofTime.bloodmagic.core.RegistrarBloodMagicItems.ITEM_DEMON_CRYSTAL. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:teleposition_focus for public static net.minecraft.item.Item WayofTime.bloodmagic.core.RegistrarBloodMagicItems.TELEPOSITION_FOCUS. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:experience_tome for public static net.minecraft.item.Item WayofTime.bloodmagic.core.RegistrarBloodMagicItems.EXPERIENCE_TOME. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:blood_shard for public static net.minecraft.item.Item WayofTime.bloodmagic.core.RegistrarBloodMagicItems.BLOOD_SHARD. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:living_armour_helmet for public static net.minecraft.item.Item WayofTime.bloodmagic.core.RegistrarBloodMagicItems.LIVING_ARMOUR_HELMET. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:living_armour_chest for public static net.minecraft.item.Item WayofTime.bloodmagic.core.RegistrarBloodMagicItems.LIVING_ARMOUR_CHEST. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:living_armour_leggings for public static net.minecraft.item.Item WayofTime.bloodmagic.core.RegistrarBloodMagicItems.LIVING_ARMOUR_LEGGINGS. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:living_armour_boots for public static net.minecraft.item.Item WayofTime.bloodmagic.core.RegistrarBloodMagicItems.LIVING_ARMOUR_BOOTS. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:sentient_armour_helmet for public static net.minecraft.item.Item WayofTime.bloodmagic.core.RegistrarBloodMagicItems.SENTIENT_ARMOUR_HELMET. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:sentient_armour_chest for public static net.minecraft.item.Item WayofTime.bloodmagic.core.RegistrarBloodMagicItems.SENTIENT_ARMOUR_CHEST. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:sentient_armour_leggings for public static net.minecraft.item.Item WayofTime.bloodmagic.core.RegistrarBloodMagicItems.SENTIENT_ARMOUR_LEGGINGS. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:sentient_armour_boots for public static net.minecraft.item.Item WayofTime.bloodmagic.core.RegistrarBloodMagicItems.SENTIENT_ARMOUR_BOOTS. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:altar_maker for public static net.minecraft.item.Item WayofTime.bloodmagic.core.RegistrarBloodMagicItems.ALTAR_MAKER. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:upgrade_tome for public static net.minecraft.item.Item WayofTime.bloodmagic.core.RegistrarBloodMagicItems.UPGRADE_TOME. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:upgrade_trainer for public static net.minecraft.item.Item WayofTime.bloodmagic.core.RegistrarBloodMagicItems.UPGRADE_TRAINER. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:arcane_ashes for public static net.minecraft.item.Item WayofTime.bloodmagic.core.RegistrarBloodMagicItems.ARCANE_ASHES. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:monster_soul for public static net.minecraft.item.Item WayofTime.bloodmagic.core.RegistrarBloodMagicItems.MONSTER_SOUL. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:soul_gem for public static net.minecraft.item.Item WayofTime.bloodmagic.core.RegistrarBloodMagicItems.SOUL_GEM. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:soul_snare for public static net.minecraft.item.Item WayofTime.bloodmagic.core.RegistrarBloodMagicItems.SOUL_SNARE. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:sentient_sword for public static net.minecraft.item.Item WayofTime.bloodmagic.core.RegistrarBloodMagicItems.SENTIENT_SWORD. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:sentient_bow for public static net.minecraft.item.Item WayofTime.bloodmagic.core.RegistrarBloodMagicItems.SENTIENT_BOW. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:sentient_armour_gem for public static net.minecraft.item.Item WayofTime.bloodmagic.core.RegistrarBloodMagicItems.SENTIENT_ARMOUR_GEM. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:sentient_axe for public static net.minecraft.item.Item WayofTime.bloodmagic.core.RegistrarBloodMagicItems.SENTIENT_AXE. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:sentient_pickaxe for public static net.minecraft.item.Item WayofTime.bloodmagic.core.RegistrarBloodMagicItems.SENTIENT_PICKAXE. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:sentient_shovel for public static net.minecraft.item.Item WayofTime.bloodmagic.core.RegistrarBloodMagicItems.SENTIENT_SHOVEL. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:node_router for public static net.minecraft.item.Item WayofTime.bloodmagic.core.RegistrarBloodMagicItems.NODE_ROUTER. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:base_item_filter for public static net.minecraft.item.Item WayofTime.bloodmagic.core.RegistrarBloodMagicItems.BASE_ITEM_FILTER. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:base_fluid_filter for public static net.minecraft.item.Item WayofTime.bloodmagic.core.RegistrarBloodMagicItems.BASE_FLUID_FILTER. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:cutting_fluid for public static net.minecraft.item.Item WayofTime.bloodmagic.core.RegistrarBloodMagicItems.CUTTING_FLUID. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:sanguine_book for public static net.minecraft.item.Item WayofTime.bloodmagic.core.RegistrarBloodMagicItems.SANGUINE_BOOK. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:points_upgrade for public static net.minecraft.item.Item WayofTime.bloodmagic.core.RegistrarBloodMagicItems.POINTS_UPGRADE. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:demon_will_gauge for public static net.minecraft.item.Item WayofTime.bloodmagic.core.RegistrarBloodMagicItems.DEMON_WILL_GAUGE. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:potion_flask for public static net.minecraft.item.Item WayofTime.bloodmagic.core.RegistrarBloodMagicItems.POTION_FLASK. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:alchemic_vial for public static net.minecraft.item.Item WayofTime.bloodmagic.core.RegistrarBloodMagicItems.ALCHEMIC_VIAL. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:icarus_scroll for public static net.minecraft.item.Item WayofTime.bloodmagic.core.RegistrarBloodMagicItems.ICARUS_SCROLL. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup buildcraftsilicon:laser for public static net.minecraft.block.Block buildcraft.api.BCBlocks$Silicon.LASER. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup buildcraftsilicon:assembly_table for public static net.minecraft.block.Block buildcraft.api.BCBlocks$Silicon.ASSEMBLY_TABLE. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup buildcraftsilicon:advanced_crafting_table for public static net.minecraft.block.Block buildcraft.api.BCBlocks$Silicon.ADVANCED_CRAFTING_TABLE. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup buildcraftsilicon:integration_table for public static net.minecraft.block.Block buildcraft.api.BCBlocks$Silicon.INTEGRATION_TABLE. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup buildcraftsilicon:charging_table for public static net.minecraft.block.Block buildcraft.api.BCBlocks$Silicon.CHARGING_TABLE. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup buildcraftsilicon:programming_table for public static net.minecraft.block.Block buildcraft.api.BCBlocks$Silicon.PROGRAMMING_TABLE. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup nex:normal_freeze for public static net.minecraft.potion.PotionType nex.init.NetherExEffectTypes.NORMAL_FREEZE. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup nex:normal_frostbite for public static net.minecraft.potion.PotionType nex.init.NetherExEffectTypes.NORMAL_FROSTBITE. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup nex:normal_spore for public static net.minecraft.potion.PotionType nex.init.NetherExEffectTypes.NORMAL_SPORE. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup nex:normal_lost for public static net.minecraft.potion.PotionType nex.init.NetherExEffectTypes.NORMAL_LOST. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup horsepower:flour for public static net.minecraft.item.Item se.gory_moon.horsepower.items.ModItems.FLOUR. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup horsepower:dough for public static net.minecraft.item.Item se.gory_moon.horsepower.items.ModItems.DOUGH. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:boost for public static net.minecraft.potion.Potion WayofTime.bloodmagic.core.RegistrarBloodMagic.BOOST. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:whirlwind for public static net.minecraft.potion.Potion WayofTime.bloodmagic.core.RegistrarBloodMagic.WHIRLWIND. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:planar_binding for public static net.minecraft.potion.Potion WayofTime.bloodmagic.core.RegistrarBloodMagic.PLANAR_BINDING. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:soul_snare for public static net.minecraft.potion.Potion WayofTime.bloodmagic.core.RegistrarBloodMagic.SOUL_SNARE. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:soul_fray for public static net.minecraft.potion.Potion WayofTime.bloodmagic.core.RegistrarBloodMagic.SOUL_FRAY. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:fire_fuse for public static net.minecraft.potion.Potion WayofTime.bloodmagic.core.RegistrarBloodMagic.FIRE_FUSE. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:constrict for public static net.minecraft.potion.Potion WayofTime.bloodmagic.core.RegistrarBloodMagic.CONSTRICT. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:plant_leech for public static net.minecraft.potion.Potion WayofTime.bloodmagic.core.RegistrarBloodMagic.PLANT_LEECH. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:deafness for public static net.minecraft.potion.Potion WayofTime.bloodmagic.core.RegistrarBloodMagic.DEAFNESS. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:bounce for public static net.minecraft.potion.Potion WayofTime.bloodmagic.core.RegistrarBloodMagic.BOUNCE. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:cling for public static net.minecraft.potion.Potion WayofTime.bloodmagic.core.RegistrarBloodMagic.CLING. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:sacrificial_lamb for public static net.minecraft.potion.Potion WayofTime.bloodmagic.core.RegistrarBloodMagic.SACRIFICIAL_LAMB. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:flight for public static net.minecraft.potion.Potion WayofTime.bloodmagic.core.RegistrarBloodMagic.FLIGHT. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:grounded for public static net.minecraft.potion.Potion WayofTime.bloodmagic.core.RegistrarBloodMagic.GROUNDED. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:heavy_heart for public static net.minecraft.potion.Potion WayofTime.bloodmagic.core.RegistrarBloodMagic.HEAVY_HEART. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:suspended for public static net.minecraft.potion.Potion WayofTime.bloodmagic.core.RegistrarBloodMagic.SUSPENDED. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:feathered for public static net.minecraft.potion.Potion WayofTime.bloodmagic.core.RegistrarBloodMagic.FEATHERED. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup buildcraftfactory:plastic_sheet for public static net.minecraft.item.Item buildcraft.api.BCItems$Factory.PLASTIC_SHEET. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup buildcraftfactory:water_gel for public static net.minecraft.item.Item buildcraft.api.BCItems$Factory.WATER_GEL. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup buildcraftfactory:gelled_water for public static net.minecraft.item.Item buildcraft.api.BCItems$Factory.GELLED_WATER. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup buildcraftenergy:glob_of_oil for public static net.minecraft.item.Item buildcraft.api.BCItems$Energy.GLOB_OF_OIL. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup indlog:item_pipe for public static cd4017be.indlog.item.ItemItemPipe cd4017be.indlog.Objects.item_pipe. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup indlog:fluid_pipe for public static cd4017be.indlog.item.ItemFluidPipe cd4017be.indlog.Objects.fluid_pipe. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup indlog:warp_pipe for public static cd4017be.lib.item.BaseItemBlock cd4017be.indlog.Objects.warp_pipe. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup indlog:tank for public static cd4017be.indlog.item.ItemTank cd4017be.indlog.Objects.tank. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup indlog:buffer for public static cd4017be.indlog.item.ItemBuffer cd4017be.indlog.Objects.buffer. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup indlog:auto_craft for public static cd4017be.lib.item.BaseItemBlock cd4017be.indlog.Objects.auto_craft. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup indlog:inv_connector for public static cd4017be.lib.item.BaseItemBlock cd4017be.indlog.Objects.inv_connector. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup indlog:trash for public static cd4017be.lib.item.BaseItemBlock cd4017be.indlog.Objects.trash. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup indlog:fluid_intake for public static cd4017be.lib.item.BaseItemBlock cd4017be.indlog.Objects.fluid_intake. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup indlog:fluid_outlet for public static cd4017be.lib.item.BaseItemBlock cd4017be.indlog.Objects.fluid_outlet. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup indlog:drop_interface for public static cd4017be.lib.item.BaseItemBlock cd4017be.indlog.Objects.drop_interface. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup indlog:entity_interface for public static cd4017be.lib.item.BaseItemBlock cd4017be.indlog.Objects.entity_interface. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup indlog:block_placer for public static cd4017be.lib.item.BaseItemBlock cd4017be.indlog.Objects.block_placer. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup indlog:item_filter for public static cd4017be.indlog.item.ItemItemFilter cd4017be.indlog.Objects.item_filter. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup indlog:fluid_filter for public static cd4017be.indlog.item.ItemFluidFilter cd4017be.indlog.Objects.fluid_filter. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup indlog:amount_filter for public static cd4017be.indlog.item.ItemAmountFilter cd4017be.indlog.Objects.amount_filter. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup indlog:property_filter for public static cd4017be.indlog.item.ItemItemPropertyFilter cd4017be.indlog.Objects.property_filter. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup indlog:name_filter for public static cd4017be.indlog.item.ItemNameFilter cd4017be.indlog.Objects.name_filter. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup indlog:portable_craft for public static cd4017be.indlog.item.ItemPortableCrafter cd4017be.indlog.Objects.portable_craft. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup indlog:remote_inv for public static cd4017be.indlog.item.ItemRemoteInv cd4017be.indlog.Objects.remote_inv. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup ironbackpacks:backpack for public static net.minecraft.item.Item gr8pefish.ironbackpacks.core.RegistrarIronBackpacks.BACKPACK. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup ironbackpacks:upgrade for public static net.minecraft.item.Item gr8pefish.ironbackpacks.core.RegistrarIronBackpacks.UPGRADE. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup mekanism:enrichedalloy for public static net.minecraft.item.Item mekanism.common.MekanismItems.EnrichedAlloy. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup mekanism:reinforcedalloy for public static net.minecraft.item.Item mekanism.common.MekanismItems.ReinforcedAlloy. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup mekanism:atomicalloy for public static net.minecraft.item.Item mekanism.common.MekanismItems.AtomicAlloy. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup mekanism:teleportationcore for public static net.minecraft.item.Item mekanism.common.MekanismItems.TeleportationCore. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup mekanism:electrolyticcore for public static net.minecraft.item.Item mekanism.common.MekanismItems.ElectrolyticCore. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup mekanism:substrate for public static net.minecraft.item.Item mekanism.common.MekanismItems.Substrate. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup mekanism:polyethene for public static net.minecraft.item.Item mekanism.common.MekanismItems.Polyethene. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup mekanism:biofuel for public static net.minecraft.item.Item mekanism.common.MekanismItems.BioFuel. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup mekanism:itemproxy for public static net.minecraft.item.Item mekanism.common.MekanismItems.ItemProxy. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup mekanism:enrichediron for public static net.minecraft.item.Item mekanism.common.MekanismItems.EnrichedIron. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup mekanism:compressedcarbon for public static net.minecraft.item.Item mekanism.common.MekanismItems.CompressedCarbon. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup mekanism:compressedredstone for public static net.minecraft.item.Item mekanism.common.MekanismItems.CompressedRedstone. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup mekanism:compresseddiamond for public static net.minecraft.item.Item mekanism.common.MekanismItems.CompressedDiamond. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup mekanism:compressedobsidian for public static net.minecraft.item.Item mekanism.common.MekanismItems.CompressedObsidian. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup mekanism:speedupgrade for public static net.minecraft.item.Item mekanism.common.MekanismItems.SpeedUpgrade. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup mekanism:energyupgrade for public static net.minecraft.item.Item mekanism.common.MekanismItems.EnergyUpgrade. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup mekanism:filterupgrade for public static net.minecraft.item.Item mekanism.common.MekanismItems.FilterUpgrade. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup mekanism:mufflingupgrade for public static net.minecraft.item.Item mekanism.common.MekanismItems.MufflingUpgrade. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup mekanism:gasupgrade for public static net.minecraft.item.Item mekanism.common.MekanismItems.GasUpgrade. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup mekanism:anchorupgrade for public static net.minecraft.item.Item mekanism.common.MekanismItems.AnchorUpgrade. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup mekanism:tierinstaller for public static net.minecraft.item.Item mekanism.common.MekanismItems.TierInstaller. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup mekanism:energytablet for public static mekanism.common.item.ItemEnergized mekanism.common.MekanismItems.EnergyTablet. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup mekanism:robit for public static mekanism.common.item.ItemRobit mekanism.common.MekanismItems.Robit. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup mekanism:atomicdisassembler for public static mekanism.common.item.ItemAtomicDisassembler mekanism.common.MekanismItems.AtomicDisassembler. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup mekanism:portableteleporter for public static mekanism.common.item.ItemPortableTeleporter mekanism.common.MekanismItems.PortableTeleporter. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup mekanism:configurator for public static mekanism.common.item.ItemConfigurator mekanism.common.MekanismItems.Configurator. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup mekanism:networkreader for public static mekanism.common.item.ItemNetworkReader mekanism.common.MekanismItems.NetworkReader. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup mekanism:walkietalkie for public static net.minecraft.item.Item mekanism.common.MekanismItems.WalkieTalkie. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup mekanism:electricbow for public static mekanism.common.item.ItemElectricBow mekanism.common.MekanismItems.ElectricBow. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup mekanism:flamethrower for public static mekanism.common.item.ItemFlamethrower mekanism.common.MekanismItems.Flamethrower. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup mekanism:seismicreader for public static mekanism.common.item.ItemSeismicReader mekanism.common.MekanismItems.SeismicReader. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup mekanism:dictionary for public static net.minecraft.item.Item mekanism.common.MekanismItems.Dictionary. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup mekanism:gaugedropper for public static mekanism.common.item.ItemGaugeDropper mekanism.common.MekanismItems.GaugeDropper. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup mekanism:configurationcard for public static net.minecraft.item.Item mekanism.common.MekanismItems.ConfigurationCard. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup mekanism:craftingformula for public static net.minecraft.item.Item mekanism.common.MekanismItems.CraftingFormula. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup mekanism:scubatank for public static mekanism.common.item.ItemScubaTank mekanism.common.MekanismItems.ScubaTank. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup mekanism:gasmask for public static mekanism.common.item.ItemGasMask mekanism.common.MekanismItems.GasMask. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup mekanism:jetpack for public static mekanism.common.item.ItemJetpack mekanism.common.MekanismItems.Jetpack. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup mekanism:armoredjetpack for public static mekanism.common.item.ItemJetpack mekanism.common.MekanismItems.ArmoredJetpack. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup mekanism:freerunners for public static mekanism.common.item.ItemFreeRunners mekanism.common.MekanismItems.FreeRunners. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup mekanism:balloon for public static net.minecraft.item.Item mekanism.common.MekanismItems.Balloon. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup mekanism:otherdust for public static net.minecraft.item.Item mekanism.common.MekanismItems.OtherDust. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup mekanism:dust for public static net.minecraft.item.Item mekanism.common.MekanismItems.Dust. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup mekanism:sawdust for public static net.minecraft.item.Item mekanism.common.MekanismItems.Sawdust. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup mekanism:salt for public static net.minecraft.item.Item mekanism.common.MekanismItems.Salt. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup mekanism:ingot for public static net.minecraft.item.Item mekanism.common.MekanismItems.Ingot. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup mekanism:nugget for public static net.minecraft.item.Item mekanism.common.MekanismItems.Nugget. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup mekanism:clump for public static net.minecraft.item.Item mekanism.common.MekanismItems.Clump. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup mekanism:dirtydust for public static net.minecraft.item.Item mekanism.common.MekanismItems.DirtyDust. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup mekanism:shard for public static net.minecraft.item.Item mekanism.common.MekanismItems.Shard. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup mekanism:crystal for public static net.minecraft.item.Item mekanism.common.MekanismItems.Crystal. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup mekanism:controlcircuit for public static net.minecraft.item.Item mekanism.common.MekanismItems.ControlCircuit. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup buildcraftlib:guide for public static net.minecraft.item.Item buildcraft.api.BCItems$Lib.GUIDE. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup buildcraftlib:guide_note for public static net.minecraft.item.Item buildcraft.api.BCItems$Lib.GUIDE_NOTE. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup buildcraftlib:debugger for public static net.minecraft.item.Item buildcraft.api.BCItems$Lib.DEBUGGER. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup chisel:bloodmagic for public static team.chisel.common.block.BlockCarvable team.chisel.common.init.ChiselBlocks.bloodmagic. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup chisel:carpet for public static team.chisel.common.block.BlockCarvable team.chisel.common.init.ChiselBlocks.carpet. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup chisel:cloud for public static team.chisel.common.block.BlockCarvable team.chisel.common.init.ChiselBlocks.cloud. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup chisel:concrete for public static team.chisel.common.block.BlockCarvable team.chisel.common.init.ChiselBlocks.concrete. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup chisel:concrete_powder for public static team.chisel.common.block.BlockCarvable team.chisel.common.init.ChiselBlocks.concrete_powder. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup chisel:paper for public static team.chisel.common.block.BlockCarvable team.chisel.common.init.ChiselBlocks.paper. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup chisel:valentines for public static team.chisel.common.block.BlockCarvable team.chisel.common.init.ChiselBlocks.valentines. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup chisel:waterstoneextra for public static team.chisel.common.block.BlockCarvable team.chisel.common.init.ChiselBlocks.waterstoneextra. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup buildcraftsilicon:redstone_chipset for public static net.minecraft.item.Item buildcraft.api.BCItems$Silicon.REDSTONE_CHIPSET. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup buildcraftsilicon:plug_pulsar for public static net.minecraft.item.Item buildcraft.api.BCItems$Silicon.PLUG_PULSAR. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup chisel:chisel_iron for public static team.chisel.common.item.ItemChisel team.chisel.common.init.ChiselItems.chisel_iron. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup chisel:chisel_diamond for public static team.chisel.common.item.ItemChisel team.chisel.common.init.ChiselItems.chisel_diamond. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup chisel:chisel_hitech for public static team.chisel.common.item.ItemChisel team.chisel.common.init.ChiselItems.chisel_hitech. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup chisel:offsettool for public static team.chisel.common.item.ItemOffsetTool team.chisel.common.init.ChiselItems.offsettool. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup buildcrafttransport:plug_blocker for public static net.minecraft.item.Item buildcraft.api.BCItems$Transport.PLUG_BLOCKER. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup buildcrafttransport:plug_power_adaptor for public static net.minecraft.item.Item buildcraft.api.BCItems$Transport.PLUG_POWER_ADAPTOR. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup buildcrafttransport:pipe_structure for public static net.minecraft.item.Item buildcraft.api.BCItems$Transport.PIPE_STRUCTURE. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup buildcrafttransport:pipe_wood_item for public static net.minecraft.item.Item buildcraft.api.BCItems$Transport.PIPE_WOOD_ITEM. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup buildcrafttransport:pipe_emzuli_item for public static net.minecraft.item.Item buildcraft.api.BCItems$Transport.PIPE_EMZULI_ITEM. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup buildcrafttransport:pipe_diamond_wood_item for public static net.minecraft.item.Item buildcraft.api.BCItems$Transport.PIPE_DIAMOND_WOOD_ITEM. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup buildcrafttransport:pipe_wood_fluid for public static net.minecraft.item.Item buildcraft.api.BCItems$Transport.PIPE_WOOD_FLUID. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup buildcrafttransport:pipe_diamond_wood_fluid for public static net.minecraft.item.Item buildcraft.api.BCItems$Transport.PIPE_DIAMOND_WOOD_FLUID. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup totemic:flute for public static pokefenn.totemic.item.equipment.music.ItemFlute pokefenn.totemic.init.ModItems.flute. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup totemic:rattle for public static pokefenn.totemic.item.equipment.music.ItemRattle pokefenn.totemic.init.ModItems.rattle. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup totemic:jingle_dress for public static pokefenn.totemic.item.equipment.music.ItemJingleDress pokefenn.totemic.init.ModItems.jingle_dress. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup totemic:eagle_bone_whistle for public static pokefenn.totemic.item.equipment.music.ItemEagleBoneWhistle pokefenn.totemic.init.ModItems.eagle_bone_whistle. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup totemic:totem_whittling_knife for public static pokefenn.totemic.item.equipment.ItemTotemWhittlingKnife pokefenn.totemic.init.ModItems.totem_whittling_knife. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup totemic:bark_stripper for public static pokefenn.totemic.item.equipment.ItemBarkStripper pokefenn.totemic.init.ModItems.bark_stripper. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup totemic:totemic_staff for public static pokefenn.totemic.item.equipment.ItemTotemicStaff pokefenn.totemic.init.ModItems.totemic_staff. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup totemic:sub_items for public static pokefenn.totemic.item.ItemTotemicItems pokefenn.totemic.init.ModItems.sub_items. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup totemic:totempedia for public static pokefenn.totemic.item.ItemTotempedia pokefenn.totemic.init.ModItems.totempedia. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup totemic:buffalo_items for public static pokefenn.totemic.item.ItemBuffaloDrops pokefenn.totemic.init.ModItems.buffalo_items. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup totemic:buffalo_meat for public static net.minecraft.item.ItemFood pokefenn.totemic.init.ModItems.buffalo_meat. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup totemic:cooked_buffalo_meat for public static net.minecraft.item.ItemFood pokefenn.totemic.init.ModItems.cooked_buffalo_meat. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup totemic:baykok_bow for public static pokefenn.totemic.item.equipment.weapon.ItemBaykokBow pokefenn.totemic.init.ModItems.baykok_bow. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup totemic:medicine_bag for public static pokefenn.totemic.item.equipment.ItemMedicineBag pokefenn.totemic.init.ModItems.medicine_bag. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup totemic:ceremony_cheat for public static pokefenn.totemic.item.ItemCeremonyCheat pokefenn.totemic.init.ModItems.ceremony_cheat. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup totemic:eagle_drops for public static pokefenn.totemic.item.ItemEagleDrops pokefenn.totemic.init.ModItems.eagle_drops. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup totemic:nether_pipe for public static pokefenn.totemic.item.equipment.music.ItemNetherPipe pokefenn.totemic.init.ModItems.nether_pipe. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup buildcraftcore:gear_wood for public static net.minecraft.item.Item buildcraft.api.BCItems$Core.GEAR_WOOD. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup buildcraftcore:gear_stone for public static net.minecraft.item.Item buildcraft.api.BCItems$Core.GEAR_STONE. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup buildcraftcore:gear_iron for public static net.minecraft.item.Item buildcraft.api.BCItems$Core.GEAR_IRON. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup buildcraftcore:gear_gold for public static net.minecraft.item.Item buildcraft.api.BCItems$Core.GEAR_GOLD. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup buildcraftcore:gear_diamond for public static net.minecraft.item.Item buildcraft.api.BCItems$Core.GEAR_DIAMOND. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup buildcraftcore:wrench for public static net.minecraft.item.Item buildcraft.api.BCItems$Core.WRENCH. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup buildcraftcore:paintbrush for public static net.minecraft.item.Item buildcraft.api.BCItems$Core.PAINTBRUSH. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup buildcraftcore:list for public static net.minecraft.item.Item buildcraft.api.BCItems$Core.LIST. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup buildcraftcore:map_location for public static net.minecraft.item.Item buildcraft.api.BCItems$Core.MAP_LOCATION. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup buildcraftcore:marker_connector for public static net.minecraft.item.Item buildcraft.api.BCItems$Core.MARKER_CONNECTOR. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup buildcraftcore:volume_box for public static net.minecraft.item.Item buildcraft.api.BCItems$Core.VOLUME_BOX. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup buildcraftcore:goggles for public static net.minecraft.item.Item buildcraft.api.BCItems$Core.GOGGLES. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup buildcraftcore:fragile_fluid_shard for public static net.minecraft.item.Item buildcraft.api.BCItems$Core.FRAGILE_FLUID_SHARD. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup astikorcarts:wheel for public static net.minecraft.item.Item de.mennomax.astikorcarts.init.ModItems.WHEEL. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup astikorcarts:cargocart for public static net.minecraft.item.Item de.mennomax.astikorcarts.init.ModItems.CARGOCART. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup astikorcarts:plowcart for public static net.minecraft.item.Item de.mennomax.astikorcarts.init.ModItems.PLOWCART. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup astikorcarts:mobcart for public static net.minecraft.item.Item de.mennomax.astikorcarts.init.ModItems.MOBCART. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup nex:netherbrick for public static nex.item.ItemNetherbrick nex.init.NetherExItems.NETHERBRICK. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup nex:wither_bone for public static lex.item.ItemLibEx nex.init.NetherExItems.WITHER_BONE. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup nex:wither_dust for public static nex.item.ItemWitherDust nex.init.NetherExItems.WITHER_DUST. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup nex:salamander_hide for public static nex.item.ItemSalamanderHide nex.init.NetherExItems.SALAMANDER_HIDE. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup nex:amethyst_crystal for public static lex.item.ItemLibEx nex.init.NetherExItems.AMETHYST_CRYSTAL. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup nex:rime_crystal for public static lex.item.ItemLibEx nex.init.NetherExItems.RIME_CRYSTAL. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup nex:rime_and_steel for public static nex.item.ItemRimeAndSteel nex.init.NetherExItems.RIME_AND_STEEL. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup nex:spore for public static lex.item.ItemLibEx nex.init.NetherExItems.SPORE. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup nex:bone_spider_fang for public static lex.item.ItemLibEx nex.init.NetherExItems.BONE_SPIDER_FANG. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup nex:ghast_queen_tear for public static lex.item.ItemLibEx nex.init.NetherExItems.GHAST_QUEEN_TEAR. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup nex:obsidian_boat for public static nex.item.ItemObsidianBoat nex.init.NetherExItems.OBSIDIAN_BOAT. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup nex:ghast_meat_raw for public static lex.item.ItemEdibleLibEx nex.init.NetherExItems.GHAST_MEAT_RAW. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup nex:ghast_meat_cooked for public static lex.item.ItemEdibleLibEx nex.init.NetherExItems.GHAST_MEAT_COOKED. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup nex:congealed_magma_cream for public static lex.item.ItemEdibleLibEx nex.init.NetherExItems.CONGEALED_MAGMA_CREAM. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup nex:enoki_mushroom for public static lex.item.ItemEdibleLibEx nex.init.NetherExItems.ENOKI_MUSHROOM. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup nex:golden_wither_bone_sword for public static nex.item.ItemGoldenWitherBoneSword nex.init.NetherExItems.GOLDEN_WITHER_BONE_SWORD. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup nex:golden_wither_bone_pickaxe for public static nex.item.ItemGoldenWitherBonePickaxe nex.init.NetherExItems.GOLDEN_WITHER_BONE_PICKAXE. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup nex:golden_wither_bone_shovel for public static nex.item.ItemGoldenWitherBoneShovel nex.init.NetherExItems.GOLDEN_WITHER_BONE_SHOVEL. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup nex:golden_wither_bone_axe for public static nex.item.ItemGoldenWitherBoneAxe nex.init.NetherExItems.GOLDEN_WITHER_BONE_AXE. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup nex:golden_wither_bone_hoe for public static nex.item.ItemGoldenWitherBoneHoe nex.init.NetherExItems.GOLDEN_WITHER_BONE_HOE. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup nex:golden_wither_bone_hammer for public static nex.item.ItemGoldenWitherBoneHammer nex.init.NetherExItems.GOLDEN_WITHER_BONE_HAMMER. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup nex:wither_bone_helmet for public static nex.item.ItemWitherBoneArmor nex.init.NetherExItems.WITHER_BONE_HELMET. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup nex:wither_bone_chestplate for public static nex.item.ItemWitherBoneArmor nex.init.NetherExItems.WITHER_BONE_CHESTPLATE. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup nex:wither_bone_leggings for public static nex.item.ItemWitherBoneArmor nex.init.NetherExItems.WITHER_BONE_LEGGINGS. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup nex:wither_bone_boots for public static nex.item.ItemWitherBoneArmor nex.init.NetherExItems.WITHER_BONE_BOOTS. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup nex:salamander_hide_helmet for public static nex.item.ItemSalamanderHideArmor nex.init.NetherExItems.SALAMANDER_HIDE_HELMET. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup nex:salamander_hide_chestplate for public static nex.item.ItemSalamanderHideArmor nex.init.NetherExItems.SALAMANDER_HIDE_CHESTPLATE. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup nex:salamander_hide_leggings for public static nex.item.ItemSalamanderHideArmor nex.init.NetherExItems.SALAMANDER_HIDE_LEGGINGS. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup nex:salamander_hide_boots for public static nex.item.ItemSalamanderHideArmor nex.init.NetherExItems.SALAMANDER_HIDE_BOOTS. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup buildcraftfactory:pump for public static net.minecraft.block.Block buildcraft.api.BCBlocks$Factory.PUMP. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup nex:ruthless_sands for public static nex.world.biome.BiomeRuthlessSands nex.init.NetherExBiomes.RUTHLESS_SANDS. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup nex:fungi_forest for public static nex.world.biome.BiomeFungiForest nex.init.NetherExBiomes.FUNGI_FOREST. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup nex:torrid_wasteland for public static nex.world.biome.BiomeTorridWasteland nex.init.NetherExBiomes.TORRID_WASTELAND. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup nex:arctic_abyss for public static nex.world.biome.BiomeArcticAbyss nex.init.NetherExBiomes.ARCTIC_ABYSS. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup nex:freeze for public static lex.potion.PotionLibEx nex.init.NetherExEffects.FREEZE. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup nex:frostbite for public static lex.potion.PotionLibEx nex.init.NetherExEffects.FROSTBITE. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup nex:spore for public static lex.potion.PotionLibEx nex.init.NetherExEffects.SPORE. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup nex:lost for public static lex.potion.PotionLibEx nex.init.NetherExEffects.LOST. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup weirdinggadget:weirding_gadget for public static net.minecraft.item.Item com.github.atomicblom.weirdinggadget.library.ItemLibrary.weirding_gadget. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:knightmetal_axe for public static net.minecraft.item.Item twilightforest.item.TFItems.knightmetal_axe. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup buildinggadgets:constructionpastecontainert3 for public static com.direwolf20.buildinggadgets.common.items.pastes.ConstructionPasteContainer com.direwolf20.buildinggadgets.common.items.ModItems.constructionPasteContainert3. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup buildinggadgets:constructionpastecontainercreative for public static com.direwolf20.buildinggadgets.common.items.pastes.ConstructionPasteContainerCreative com.direwolf20.buildinggadgets.common.items.ModItems.constructionPasteContainerCreative. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup thaumcraft:quicksilver for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.ThaumCompat.THA_QUICKSILVER. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup dynamictrees:oakbranch for private static net.minecraft.block.Block betterwithmods.module.compat.DynamicTrees.oakbranch. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:artifact_frame for public static betterwithaddons.item.ItemArtifactFrame betterwithaddons.item.ModItems.ARTIFACT_FRAME. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup harvestcraft:grouperrawitem for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.PamsCompat.PAMS_FISH_RAW_GROUPER. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup ironbackpacks:lock for public static gr8pefish.ironbackpacks.api.upgrade.BackpackUpgrade gr8pefish.ironbackpacks.core.RegistrarIronBackpacks.UPGRADE_LOCK. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup ironchest:iron_shulker_box_red for public static cpw.mods.ironchest.common.items.shulker.ItemIronShulkerBox cpw.mods.ironchest.common.core.IronChestBlocks.ironShulkerBoxRedItemBlock. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:ya for public static betterwithaddons.item.ItemYa betterwithaddons.item.ModItems.YA. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:tanto for public static betterwithaddons.item.ItemTanto betterwithaddons.item.ModItems.TANTO. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:ore_map for public static net.minecraft.item.Item twilightforest.item.TFItems.ore_map. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:katana for public static betterwithaddons.item.ItemKatana betterwithaddons.item.ModItems.KATANA. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:greatarrow for public static betterwithaddons.item.ItemGreatarrow betterwithaddons.item.ModItems.GREATARROW. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup harvestcraft:tilapiarawitem for public static net.minecraft.item.Item nmd.primal.core.common.compat.mods.PamsCompat.PAMS_FISH_RAW_TILAPIA. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:fire_swamp for public static net.minecraft.world.biome.Biome twilightforest.biomes.TFBiomes.fireSwamp. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup ironchest:iron_shulker_box_lime for public static cpw.mods.ironchest.common.items.shulker.ItemIronShulkerBox cpw.mods.ironchest.common.core.IronChestBlocks.ironShulkerBoxLimeItemBlock. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:iron_matchpick for public static betterwithaddons.item.rbdtools.ItemMatchPick betterwithaddons.item.ModItems.IRON_MATCHPICK. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:ironwood_helmet for public static net.minecraft.item.Item twilightforest.item.TFItems.ironwood_helmet. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup dynamictrees:birchbranch for private static net.minecraft.block.Block nmd.primal.core.common.compat.mods.DynamicTreesCompat.DYNTREE_BRANCH_BIRCH. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:ironwood_pickaxe for public static net.minecraft.item.Item twilightforest.item.TFItems.ironwood_pickaxe. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:congealed for public static betterwithaddons.item.ItemMaterial betterwithaddons.item.ModItems.MATERIAL_CONGEALED. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:dense_twilight_forest for public static net.minecraft.world.biome.Biome twilightforest.biomes.TFBiomes.denseTwilightForest. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:food_potato_cooked for public static net.minecraft.item.ItemFood betterwithaddons.item.ModItems.COOKED_POTATO. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup ironbackpacks:everlasting for public static gr8pefish.ironbackpacks.api.upgrade.BackpackUpgrade gr8pefish.ironbackpacks.core.RegistrarIronBackpacks.UPGRADE_EVERLASTING. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:network_component for public static net.minecraft.item.Item me.desht.pneumaticcraft.common.item.Itemss.NETWORK_COMPONENT. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:maze_wafer for public static net.minecraft.item.Item twilightforest.item.TFItems.maze_wafer. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:liveroot for public static net.minecraft.item.Item twilightforest.item.TFItems.liveroot. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:material for public static betterwithaddons.item.ItemMaterial betterwithaddons.item.ModItems.MATERIAL. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup quark:custom_chest for public static net.minecraft.block.Block betterwithmods.module.compat.Quark.CUSTOM_CHEST. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:torchberries for public static net.minecraft.item.Item twilightforest.item.TFItems.torchberries. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup dynamictrees:junglebranch for private static net.minecraft.block.Block betterwithmods.module.compat.DynamicTrees.junglebranch. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup ironchest:iron_shulker_box_green for public static cpw.mods.ironchest.common.items.shulker.ItemIronShulkerBox cpw.mods.ironchest.common.core.IronChestBlocks.ironShulkerBoxGreenItemBlock. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:soulsand_pile for public static net.minecraft.item.Item betterwithaddons.item.ModItems.SOUL_SAND_PILE. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup ironchest:iron_shulker_box_pink for public static cpw.mods.ironchest.common.items.shulker.ItemIronShulkerBox cpw.mods.ironchest.common.core.IronChestBlocks.ironShulkerBoxPinkItemBlock. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup ceramics:porcelain for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.CeramicsCompat.CERAMICS_PORCELAIN. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:knightmetal_ingot for public static net.minecraft.item.Item twilightforest.item.TFItems.knightmetal_ingot. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:yeti_chestplate for public static net.minecraft.item.Item twilightforest.item.TFItems.yeti_chestplate. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:magic_beans for public static net.minecraft.item.Item twilightforest.item.TFItems.magic_beans. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup inspirations:materials for public static net.minecraft.item.Item blusunrize.immersiveengineering.common.util.compat.InspirationsHelper.ITEM_MATERIAL. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup buildinggadgets:exchangertool for public static com.direwolf20.buildinggadgets.common.items.gadgets.GadgetExchanger com.direwolf20.buildinggadgets.common.items.ModItems.gadgetExchanger. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:food_beetroot_cooked for public static net.minecraft.item.ItemFood betterwithaddons.item.ModItems.COOKED_BEETROOT. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup storagedrawers:upgrade_redstone for public static com.jaquadro.minecraft.storagedrawers.item.ItemUpgradeRedstone com.jaquadro.minecraft.storagedrawers.core.ModItems.upgradeRedstone. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup harvestcraft:pampaperbark for public static net.minecraft.block.Block betterwithmods.module.compat.Harvestcraft.logPaperbark. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:food_pufferfish_prepared for public static net.minecraft.item.ItemFood betterwithaddons.item.ModItems.PREPARED_PUFFER. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:wheatmat for public static betterwithaddons.item.ItemMaterial betterwithaddons.item.ModItems.MATERIAL_WHEAT. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:worldshard for public static betterwithaddons.item.ItemWorldScale betterwithaddons.item.ModItems.WORLD_SHARD. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:steel_matchpick for public static betterwithaddons.item.rbdtools.ItemMatchPick betterwithaddons.item.ModItems.STEEL_MATCHPICK. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup mekanism:salt for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.MekCompat.MEK_SALT_ITEM. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup bibliocraft:framingboard for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.BiblioCompat.BIBLIO_FRAMING_BOARD. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup modularrouters:augment_core for public static me.desht.modularrouters.item.ItemBase me.desht.modularrouters.core.RegistrarMR.AUGMENT_CORE. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup dynamictrees:birchbranch for private static net.minecraft.block.Block betterwithmods.module.compat.DynamicTrees.birchbranch. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup thebetweenlands:bl_bucket for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.BNLCompat.BNL_BUCKET. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:food_pie_mushroom for public static net.minecraft.item.ItemFood betterwithaddons.item.ModItems.PIE_MUSHROOM. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup dynamictrees:darkoakbranch for private static net.minecraft.block.Block betterwithmods.module.compat.DynamicTrees.darkoakbranch. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup trumpetskeleton:item.trumpet.use for public static net.minecraft.util.SoundEvent com.jamieswhiteshirt.trumpetskeleton.common.TrumpetSkeletonSoundEvents.ITEM_TRUMPET_USE. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:salt for public static betterwithaddons.item.ItemMaterial betterwithaddons.item.ModItems.SALTS. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup thermalfoundation:wrench for private static net.minecraft.item.Item me.desht.pneumaticcraft.common.thirdparty.ModdedWrenchUtils.CRESCENT_HAMMER. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup cookingforblockheads:recipe_book for public static net.minecraft.item.Item net.blay09.mods.cookingforblockheads.item.ModItems.recipeBook. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:lamp_of_cinders for public static net.minecraft.item.Item twilightforest.item.TFItems.lamp_of_cinders. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup storagenetwork:remote for public static mrriegel.storagenetwork.item.remote.ItemRemote mrriegel.storagenetwork.registry.ModItems.remote. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:armor_shard for public static net.minecraft.item.Item twilightforest.item.TFItems.armor_shard. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup ironbackpacks:basic for public static gr8pefish.ironbackpacks.api.backpack.variant.BackpackType gr8pefish.ironbackpacks.core.RegistrarIronBackpacks.PACK_BASIC. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup harvestcraft:walleyerawitem for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.PamsCompat.PAMS_FISH_RAW_WALLEYE. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:carminite for public static net.minecraft.item.Item twilightforest.item.TFItems.carminite. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:legs_paper for public static betterwithaddons.item.ItemPaperArmor betterwithaddons.item.ModItems.PAPER_LEGGINGS. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup harvestcraft:catfishrawitem for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.PamsCompat.PAMS_FISH_RAW_CAT. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:pneumatic_wrench for public static net.minecraft.util.SoundEvent me.desht.pneumaticcraft.lib.Sounds.PNEUMATIC_WRENCH. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:ironwood_hoe for public static net.minecraft.item.Item twilightforest.item.TFItems.ironwood_hoe. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:iron_carpentersaw for public static betterwithaddons.item.rbdtools.ItemCarpenterSaw betterwithaddons.item.ModItems.IRON_CARPENTER_SAW. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:steeleaf_shovel for public static net.minecraft.item.Item twilightforest.item.TFItems.steeleaf_shovel. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:giant_pickaxe for public static net.minecraft.item.Item twilightforest.item.TFItems.giant_pickaxe. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup thebetweenlands:mud for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.BNLCompat.BNL_MUD. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:chirp for public static net.minecraft.util.SoundEvent me.desht.pneumaticcraft.lib.Sounds.CHIRP. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:twilight_stream for public static net.minecraft.world.biome.Biome twilightforest.biomes.TFBiomes.stream. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup betterwithmods:block.bloodwood.break for public static net.minecraft.util.SoundEvent betterwithmods.common.BWSounds.BLOODWOOD_BREAK. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:minigun for public static net.minecraft.item.Item me.desht.pneumaticcraft.common.item.Itemss.MINIGUN. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:brick_stained for public static betterwithaddons.item.ItemStainedBrick betterwithaddons.item.ModItems.STAINED_BRICK. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup buildcraftsilicon:assembly_table for private static net.minecraft.block.Block buildcraft.transport.BCTransportRecipes.SILICON_TABLE_ASSEMBLY. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup appliedenergistics2:certus_quartz_wrench for private static net.minecraft.item.Item me.desht.pneumaticcraft.common.thirdparty.ModdedWrenchUtils.AE2_CERTUS_WRENCH. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup ceramics:clay_barrel for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.CeramicsCompat.CERAMICS_CLAY_BARREL. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup combustfish:magma_string for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.CombustCompat.COMBUST_MAGMA_STRING. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:seismic_sensor for public static net.minecraft.item.Item me.desht.pneumaticcraft.common.item.Itemss.SEISMIC_SENSOR. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:gun_ammo for public static net.minecraft.item.Item me.desht.pneumaticcraft.common.item.Itemss.GUN_AMMO. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:diamond_spade for public static betterwithaddons.item.rbdtools.ItemSpade betterwithaddons.item.ModItems.DIAMOND_SPADE. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup cookingforblockheads:ice_unit for public static net.minecraft.item.Item net.blay09.mods.cookingforblockheads.item.ModItems.iceUnit. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:minigun for public static net.minecraft.util.SoundEvent me.desht.pneumaticcraft.lib.Sounds.MINIGUN. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup theoneprobe:probe for public static net.minecraft.item.Item me.desht.pneumaticcraft.common.recipes.CraftingRegistrator.ONE_PROBE. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup ironbackpacks:open_backpack for public static net.minecraft.util.SoundEvent gr8pefish.ironbackpacks.core.RegistrarIronBackpacks.BACKPACK_OPEN. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup scannable:module_entity for public static net.minecraft.item.Item li.cil.scannable.common.init.Items.moduleEntity. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:transcendent for public static WayofTime.bloodmagic.orb.BloodOrb WayofTime.bloodmagic.core.RegistrarBloodMagic.ORB_TRANSCENDENT. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:twilight_highlands for public static net.minecraft.world.biome.Biome twilightforest.biomes.TFBiomes.highlands. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:enchanted_forest for public static net.minecraft.world.biome.Biome twilightforest.biomes.TFBiomes.enchantedForest. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:advanced_pcb for public static net.minecraft.item.Item me.desht.pneumaticcraft.common.item.Itemss.ADVANCED_PCB. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:drone_death for public static net.minecraft.util.SoundEvent me.desht.pneumaticcraft.lib.Sounds.DRONE_DEATH. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup harvestcraft:mudfishrawitem for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.PamsCompat.PAMS_FISH_RAW_MUD. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:pressure_gauge for public static net.minecraft.item.Item me.desht.pneumaticcraft.common.item.Itemss.PRESSURE_GAUGE. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:manometer for public static net.minecraft.item.Item me.desht.pneumaticcraft.common.item.Itemss.MANOMETER. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:crumble_horn for public static net.minecraft.item.Item twilightforest.item.TFItems.crumble_horn. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:knightmetal_leggings for public static net.minecraft.item.Item twilightforest.item.TFItems.knightmetal_leggings. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup immersiveengineering:tool for private static net.minecraft.item.Item me.desht.pneumaticcraft.common.thirdparty.ModdedWrenchUtils.IMMERSIVE_TOOL. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:elevator_rising_stop for public static net.minecraft.util.SoundEvent me.desht.pneumaticcraft.lib.Sounds.ELEVATOR_STOP. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:steel_carpentersaw for public static betterwithaddons.item.rbdtools.ItemCarpenterSaw betterwithaddons.item.ModItems.STEEL_CARPENTER_SAW. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:tea_powder for public static betterwithaddons.item.ItemTea betterwithaddons.item.ModItems.TEA_POWDER. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:capacitor for public static net.minecraft.item.Item me.desht.pneumaticcraft.common.item.Itemss.CAPACITOR. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:food_clownfish_cooked for public static net.minecraft.item.ItemFood betterwithaddons.item.ModItems.COOKED_CLOWNFISH. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:fiery_helmet for public static net.minecraft.item.Item twilightforest.item.TFItems.fiery_helmet. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:logistic_frame_active_provider for public static net.minecraft.item.Item me.desht.pneumaticcraft.common.item.Itemss.LOGISTICS_FRAME_ACTIVE_PROVIDER. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:ice_bomb for public static net.minecraft.item.Item twilightforest.item.TFItems.ice_bomb. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup buildcraftcore:wrench for private static net.minecraft.item.Item me.desht.pneumaticcraft.common.thirdparty.ModdedWrenchUtils.BC_WRENCH. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup enderio:block_fused_quartz for private static net.minecraft.block.Block nmd.primal.core.common.compat.mods.EIOCompat.EIO_FUSED_QUARTZ. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:dark_forest_center for public static net.minecraft.world.biome.Biome twilightforest.biomes.TFBiomes.darkForestCenter. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:gun_ammo_explosive for public static net.minecraft.item.Item me.desht.pneumaticcraft.common.item.Itemss.GUN_AMMO_EXPLOSIVE. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:ingot_iron_compressed for public static net.minecraft.item.Item me.desht.pneumaticcraft.common.item.Itemss.INGOT_IRON_COMPRESSED. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup harvestcraft:pamcinnamon for public static net.minecraft.block.Block betterwithmods.module.compat.Harvestcraft.logCinnamon. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:greatbow for public static betterwithaddons.item.ItemGreatbow betterwithaddons.item.ModItems.GREATBOW. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:fiery_boots for public static net.minecraft.item.Item twilightforest.item.TFItems.fiery_boots. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:logistic_drone for public static net.minecraft.item.Item me.desht.pneumaticcraft.common.item.Itemss.LOGISTICS_DRONE. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:steel_machete for public static betterwithaddons.item.rbdtools.ItemMachete betterwithaddons.item.ModItems.STEEL_MACHETE. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup betterwithmods:block.mechanical.overpower for public static net.minecraft.util.SoundEvent betterwithmods.common.BWSounds.MECHANICAL_OVERPOWER. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:pneumatic_crusher for public static net.minecraft.util.SoundEvent me.desht.pneumaticcraft.lib.Sounds.PNEUMATIC_CRUSHER_SOUND. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:triple_bow for public static net.minecraft.item.Item twilightforest.item.TFItems.triple_bow. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:thornlands for public static net.minecraft.world.biome.Biome twilightforest.biomes.TFBiomes.thornlands. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:castle_door for public static net.minecraft.item.Item twilightforest.item.TFItems.castle_door. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:logistic_frame_storage for public static net.minecraft.item.Item me.desht.pneumaticcraft.common.item.Itemss.LOGISTICS_FRAME_STORAGE. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup minecraft:itemstack for public static org.cyclops.commoncapabilities.api.ingredient.IngredientComponent org.cyclops.commoncapabilities.api.ingredient.IngredientComponent.ITEMSTACK. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup ironchest:iron_shulker_box_blue for public static cpw.mods.ironchest.common.items.shulker.ItemIronShulkerBox cpw.mods.ironchest.common.core.IronChestBlocks.ironShulkerBoxBlueItemBlock. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:gun_ammo_ap for public static net.minecraft.item.Item me.desht.pneumaticcraft.common.item.Itemss.GUN_AMMO_ARMOR_PIERCING. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup buildinggadgets:constructionpastecontainert2 for public static com.direwolf20.buildinggadgets.common.items.pastes.ConstructionPasteContainer com.direwolf20.buildinggadgets.common.items.ModItems.constructionPasteContainert2. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup buildinggadgets:template for public static com.direwolf20.buildinggadgets.common.items.Template com.direwolf20.buildinggadgets.common.items.ModItems.template. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup immersiveengineering:seed for public static net.minecraft.item.Item betterwithmods.module.compat.immersiveengineering.ImmersiveEngineering.HEMP_SEED. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup buildinggadgets:copypastetool for public static com.direwolf20.buildinggadgets.common.items.gadgets.GadgetCopyPaste com.direwolf20.buildinggadgets.common.items.ModItems.gadgetCopyPaste. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup betterwithmods:mud for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.BWMCompat.BWM_somethinghere. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:programming_puzzle for public static net.minecraft.item.Item me.desht.pneumaticcraft.common.item.Itemss.PROGRAMMING_PUZZLE. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup scannable:module_ore_rare for public static net.minecraft.item.Item li.cil.scannable.common.init.Items.moduleOreRare. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:chest_samurai for public static betterwithaddons.item.ItemSamuraiArmor betterwithaddons.item.ModItems.SAMURAI_CHESTPLATE. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup antiqueatlas:antique_atlas for public static net.minecraft.item.Item hunternif.mc.atlas.api.AtlasAPI.ATLAS_ITEM. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup buildinggadgets:constructionpastecontainer for public static com.direwolf20.buildinggadgets.common.items.pastes.ConstructionPasteContainer com.direwolf20.buildinggadgets.common.items.ModItems.constructionPasteContainer. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:food_meatballs for public static net.minecraft.item.ItemFood betterwithaddons.item.ModItems.MEATBALLS. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:monument for public static betterwithaddons.item.ItemMonument betterwithaddons.item.ModItems.MONUMENT. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:stop_worm for public static net.minecraft.item.Item me.desht.pneumaticcraft.common.item.Itemss.STOP_WORM. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup dynamictrees:darkoakbranch for private static net.minecraft.block.Block nmd.primal.core.common.compat.mods.DynamicTreesCompat.DYNTREE_BRANCH_DARK_OAK. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:food_sashimi for public static net.minecraft.item.ItemFood betterwithaddons.item.ModItems.SASHIMI. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:magic_map_focus for public static net.minecraft.item.Item twilightforest.item.TFItems.magic_map_focus. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:magician for public static WayofTime.bloodmagic.orb.BloodOrb WayofTime.bloodmagic.core.RegistrarBloodMagic.ORB_MAGICIAN. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup betterwithmods:block.metal.hacksaw for public static net.minecraft.util.SoundEvent betterwithmods.common.BWSounds.METAL_HACKSAW. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:steeleaf_pickaxe for public static net.minecraft.item.Item twilightforest.item.TFItems.steeleaf_pickaxe. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup betterwithmods:block.metal.chime for public static net.minecraft.util.SoundEvent betterwithmods.common.BWSounds.METALCHIME. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:raw_venison for public static net.minecraft.item.Item twilightforest.item.TFItems.raw_venison. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:yeti_boots for public static net.minecraft.item.Item twilightforest.item.TFItems.yeti_boots. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup thebetweenlands:items_misc for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.BNLCompat.BNL_MISC_ITEMS. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup dynamictrees:acaciabranch for private static net.minecraft.block.Block nmd.primal.core.common.compat.mods.DynamicTreesCompat.DYNTREE_BRANCH_ACACIA. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:alchemical_dragon for public static betterwithaddons.block.BlockAlchDragon betterwithaddons.block.ModBlocks.ALCHEMICAL_DRAGON. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:steeleaf_hoe for public static net.minecraft.item.Item twilightforest.item.TFItems.steeleaf_hoe. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup ironchest:iron_shulker_box_black for public static cpw.mods.ironchest.common.items.shulker.ItemIronShulkerBox cpw.mods.ironchest.common.core.IronChestBlocks.ironShulkerBoxBlackItemBlock. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup simpleplanes:oak for public static xyz.przemyk.simpleplanes.PlaneMaterial xyz.przemyk.simpleplanes.setup.SimplePlanesMaterials.OAK. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:air_cannon for public static net.minecraft.util.SoundEvent me.desht.pneumaticcraft.lib.Sounds.CANNON_SOUND. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:naga_chestplate for public static net.minecraft.item.Item twilightforest.item.TFItems.naga_chestplate. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:master for public static WayofTime.bloodmagic.orb.BloodOrb WayofTime.bloodmagic.core.RegistrarBloodMagic.ORB_MASTER. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup dynamictrees:oakbranch for private static net.minecraft.block.Block nmd.primal.core.common.compat.mods.DynamicTreesCompat.DYNTREE_BRANCH_OAK. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup cyberware:shades for public static net.minecraft.item.Item nmd.primal.core.common.init.ModCompat.CBR_SHADES_SQUARE. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:logistic_frame_passive_provider for public static net.minecraft.item.Item me.desht.pneumaticcraft.common.item.Itemss.LOGISTICS_FRAME_PASSIVE_PROVIDER. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:magic_map_empty for public static net.minecraft.item.Item twilightforest.item.TFItems.magic_map_empty. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup enderio:block_enlightened_fused_quartz for private static net.minecraft.block.Block nmd.primal.core.common.compat.mods.EIOCompat.EIO_ENLIGHTENED_QUARTZ. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup enderio:item_material for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.EIOCompat.EIO_MATERIAL. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:ore_meter for public static net.minecraft.item.Item twilightforest.item.TFItems.ore_meter. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:ironwood_raw for public static net.minecraft.item.Item twilightforest.item.TFItems.ironwood_raw. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:diamond_kukri for public static betterwithaddons.item.rbdtools.ItemKukri betterwithaddons.item.ModItems.DIAMOND_KUKRI. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup storagedrawers:drawer_key for public static com.jaquadro.minecraft.storagedrawers.item.ItemDrawerKey com.jaquadro.minecraft.storagedrawers.core.ModItems.drawerKey. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:turbine_blade for public static net.minecraft.item.Item me.desht.pneumaticcraft.common.item.Itemss.TURBINE_BLADE. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:mushroom_forest for public static net.minecraft.world.biome.Biome twilightforest.biomes.TFBiomes.mushrooms. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup betterwithmods:slow_fall for public static net.minecraft.potion.Potion betterwithmods.common.BWRegistry.POTION_SLOWFALL. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup cyclicmagic:boomerang for public static net.minecraft.item.Item com.lothrazar.cyclicmagic.item.boomerang.EntityBoomerang.boomerangItem. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:minigun_stop for public static net.minecraft.util.SoundEvent me.desht.pneumaticcraft.lib.Sounds.MINIGUN_STOP. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup ceramics:clay_barrel_unfired for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.CeramicsCompat.CERAMICS_UNFIRED_CLAY_BARREL. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:crate for public static betterwithaddons.item.ItemMaterial betterwithaddons.item.ModItems.MATERIAL_CRATE. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:fiery_tears for public static net.minecraft.item.Item twilightforest.item.TFItems.fiery_tears. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:block_and_chain for public static net.minecraft.item.Item twilightforest.item.TFItems.block_and_chain. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup trumpetskeleton:entity.parrot.imitate.trumpet_skeleton for public static net.minecraft.util.SoundEvent com.jamieswhiteshirt.trumpetskeleton.common.TrumpetSkeletonSoundEvents.E_PARROT_IM_TRUMPET_SKELETON. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup minecraft:energy for public static org.cyclops.commoncapabilities.api.ingredient.IngredientComponent org.cyclops.commoncapabilities.api.ingredient.IngredientComponent.ENERGY. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup scannable:module_range for public static net.minecraft.item.Item li.cil.scannable.common.init.Items.moduleRange. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup thebetweenlands:items_crushed for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.BNLCompat.BNL_ITEMS_CRUSHED. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:twilight_lake for public static net.minecraft.world.biome.Biome twilightforest.biomes.TFBiomes.tfLake. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:electrified for public static betterwithaddons.potion.effects.EffectElectrified betterwithaddons.potion.ModPotions.electrified. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:peacock_fan for public static net.minecraft.item.Item twilightforest.item.TFItems.peacock_fan. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup storagedrawers:upgrade_one_stack for public static com.jaquadro.minecraft.storagedrawers.item.ItemUpgrade com.jaquadro.minecraft.storagedrawers.core.ModItems.upgradeOneStack. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup trumpetskeleton:entity.trumpet_skeleton.ambient for public static net.minecraft.util.SoundEvent com.jamieswhiteshirt.trumpetskeleton.common.TrumpetSkeletonSoundEvents.ENTITY_TRUMPET_SKELETON_AMBIENT. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup thebetweenlands:bl_bucket_rubber for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.BNLCompat.BNL_BUCKET_RUBBER. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:fiery_sword for public static net.minecraft.item.Item twilightforest.item.TFItems.fiery_sword. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup storagedrawers:upgrade_creative for public static com.jaquadro.minecraft.storagedrawers.item.ItemUpgradeCreative com.jaquadro.minecraft.storagedrawers.core.ModItems.upgradeCreative. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:unassembled_pcb for public static net.minecraft.item.Item me.desht.pneumaticcraft.common.item.Itemss.UNASSEMBLED_PCB. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:legs_samurai for public static betterwithaddons.item.ItemSamuraiArmor betterwithaddons.item.ModItems.SAMURAI_LEGGINGS. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup thaumcraft:nugget for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.ThaumCompat.THA_NUGGET. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup bibliocraft:framingsheet for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.BiblioCompat.BIBLIO_FRAMING_SHEET. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:arctic_leggings for public static net.minecraft.item.Item twilightforest.item.TFItems.arctic_leggings. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:diamond_machete for public static betterwithaddons.item.rbdtools.ItemMachete betterwithaddons.item.ModItems.DIAMOND_MACHETE. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup ironbackpacks:diamond for public static gr8pefish.ironbackpacks.api.backpack.variant.BackpackType gr8pefish.ironbackpacks.core.RegistrarIronBackpacks.PACK_DIAMOND. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:amadron_tablet for public static net.minecraft.item.Item me.desht.pneumaticcraft.common.item.Itemss.AMADRON_TABLET. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:shield_scepter for public static net.minecraft.item.Item twilightforest.item.TFItems.shield_scepter. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup harvestcraft:fishtrapbaititem for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.PamsCompat.PAMS_FISH_TRAP_BAIT. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup thaumcraft:cluster for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.ThaumCompat.THA_CLUSTER. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:boots_paper for public static betterwithaddons.item.ItemPaperArmor betterwithaddons.item.ModItems.PAPER_BOOTS. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:ironwood_boots for public static net.minecraft.item.Item twilightforest.item.TFItems.ironwood_boots. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup storagenetwork:upgrade for public static mrriegel.storagenetwork.item.ItemUpgrade mrriegel.storagenetwork.registry.ModItems.upgrade. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:pneumatic_cylinder for public static net.minecraft.item.Item me.desht.pneumaticcraft.common.item.Itemss.PNEUMATIC_CYLINDER. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:steeleaf_sword for public static net.minecraft.item.Item twilightforest.item.TFItems.steeleaf_sword. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:oak_savannah for public static net.minecraft.world.biome.Biome twilightforest.biomes.TFBiomes.oakSavanna. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:transformation_powder for public static net.minecraft.item.Item twilightforest.item.TFItems.transformation_powder. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup ironchest:iron_shulker_box_brown for public static cpw.mods.ironchest.common.items.shulker.ItemIronShulkerBox cpw.mods.ironchest.common.core.IronChestBlocks.ironShulkerBoxBrownItemBlock. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:gold_machete for public static betterwithaddons.item.rbdtools.ItemMachete betterwithaddons.item.ModItems.GOLD_MACHETE. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:firefly_forest for public static net.minecraft.world.biome.Biome twilightforest.biomes.TFBiomes.fireflyForest. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:mazebreaker_pickaxe for public static net.minecraft.item.Item twilightforest.item.TFItems.mazebreaker_pickaxe. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup harvestcraft:anchovyrawitem for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.PamsCompat.PAMS_FISH_RAW_ANCHOVY. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:phantom_chestplate for public static net.minecraft.item.Item twilightforest.item.TFItems.phantom_chestplate. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:fiery_blood for public static net.minecraft.item.Item twilightforest.item.TFItems.fiery_blood. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:zombie_scepter for public static net.minecraft.item.Item twilightforest.item.TFItems.zombie_scepter. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup betterwithmods:block.millstone.netherrack for public static net.minecraft.util.SoundEvent betterwithmods.common.BWSounds.MILLSTONE_NETHERRACK. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup baubles:ring for private static net.minecraft.item.Item me.desht.pneumaticcraft.common.tileentity.TileEntityAerialInterface.BAUBLES_RING. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:bag for public static betterwithaddons.item.ItemMaterial betterwithaddons.item.ModItems.MATERIAL_BAG. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:greatarrow_destruction for public static betterwithaddons.item.ItemGreatarrow betterwithaddons.item.ModItems.GREATARROW_DESTRUCTION. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:cooked_meef for public static net.minecraft.item.Item twilightforest.item.TFItems.cooked_meef. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:helmet_samurai for public static betterwithaddons.item.ItemSamuraiArmor betterwithaddons.item.ModItems.SAMURAI_HELMET. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:boots_samurai for public static betterwithaddons.item.ItemSamuraiArmor betterwithaddons.item.ModItems.SAMURAI_BOOTS. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:ore_magnet for public static net.minecraft.item.Item twilightforest.item.TFItems.ore_magnet. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:ancestry_bottle for public static betterwithaddons.item.ItemAncestryBottle betterwithaddons.item.ModItems.ANCESTRY_BOTTLE. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:twilight_glacier for public static net.minecraft.world.biome.Biome twilightforest.biomes.TFBiomes.glacier. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup modularrouters:blank_upgrade for public static me.desht.modularrouters.item.ItemBase me.desht.modularrouters.core.RegistrarMR.BLANK_UPGRADE. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:food_fugu_sac for public static net.minecraft.item.ItemFood betterwithaddons.item.ModItems.FUGU_SAC. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:heat_frame for public static net.minecraft.item.Item me.desht.pneumaticcraft.common.item.Itemss.HEAT_FRAME. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup ironchest:iron_chest for public static net.minecraft.item.Item cpw.mods.ironchest.common.core.IronChestBlocks.ironChestItemBlock. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:diamond_masonpick for public static betterwithaddons.item.rbdtools.ItemMasonPick betterwithaddons.item.ModItems.DIAMOND_MASON_PICK. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup storagedrawers:upgrade_template for public static net.minecraft.item.Item com.jaquadro.minecraft.storagedrawers.core.ModItems.upgradeTemplate. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:yeti_leggings for public static net.minecraft.item.Item twilightforest.item.TFItems.yeti_leggings. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup cyberware:cybereyes for public static net.minecraft.item.Item nmd.primal.core.common.init.ModCompat.CBR_CYBER_EYES. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:twilight_scepter for public static net.minecraft.item.Item twilightforest.item.TFItems.twilight_scepter. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:charm_of_life_2 for public static net.minecraft.item.Item twilightforest.item.TFItems.charm_of_life_2. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:turbine_rotor for public static net.minecraft.item.Item me.desht.pneumaticcraft.common.item.Itemss.TURBINE_ROTOR. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup enderio:item_alloy_ingot for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.EIOCompat.EIO_INGOT. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup simpleplanes:plane_loop for public static net.minecraft.util.SoundEvent xyz.przemyk.simpleplanes.setup.SimplePlanesSounds.PLANE_LOOP. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup compactmachines3:psd for public static org.dave.compactmachines3.item.ItemPersonalShrinkingDevice org.dave.compactmachines3.init.Itemss.psd. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup ironchest:iron_shulker_box_yellow for public static cpw.mods.ironchest.common.items.shulker.ItemIronShulkerBox cpw.mods.ironchest.common.core.IronChestBlocks.ironShulkerBoxYellowItemBlock. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:cube_of_annihilation for public static net.minecraft.item.Item twilightforest.item.TFItems.cube_of_annihilation. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:wool for public static betterwithaddons.item.ItemColored betterwithaddons.item.ModItems.WOOL. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:glass_sword for public static net.minecraft.item.Item twilightforest.item.TFItems.glass_sword. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup betterwithmods:entity.player.oof for public static net.minecraft.util.SoundEvent betterwithmods.common.BWSounds.OOF. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup ironchest:iron_shulker_box_cyan for public static cpw.mods.ironchest.common.items.shulker.ItemIronShulkerBox cpw.mods.ironchest.common.core.IronChestBlocks.ironShulkerBoxCyanItemBlock. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:food_bowl_rice for public static net.minecraft.item.ItemFood betterwithaddons.item.ModItems.RICE_BOWL. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:steel_spade for public static betterwithaddons.item.rbdtools.ItemSpade betterwithaddons.item.ModItems.STEEL_SPADE. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup enderio:item_alloy_nugget for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.EIOCompat.EIO_NUGGET. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup ceramics:clay_soft for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.CeramicsCompat.CERAMICS_UNFIRED_PORCELAIN. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup dynamictrees:junglebranch for private static net.minecraft.block.Block nmd.primal.core.common.compat.mods.DynamicTreesCompat.DYNTREE_BRANCH_JUNGLE. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:knightmetal_pickaxe for public static net.minecraft.item.Item twilightforest.item.TFItems.knightmetal_pickaxe. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:gold_spade for public static betterwithaddons.item.rbdtools.ItemSpade betterwithaddons.item.ModItems.GOLD_SPADE. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup buildinggadgets:buildingtool for public static com.direwolf20.buildinggadgets.common.items.gadgets.GadgetBuilding com.direwolf20.buildinggadgets.common.items.ModItems.gadgetBuilding. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup ic2:quantum_helmet for public static net.minecraft.item.Item nmd.primal.core.common.init.ModCompat.IC2_QUANTUM_HELMET. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:ironwood_shovel for public static net.minecraft.item.Item twilightforest.item.TFItems.ironwood_shovel. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:fiery_ingot for public static net.minecraft.item.Item twilightforest.item.TFItems.fiery_ingot. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:iron_spade for public static betterwithaddons.item.rbdtools.ItemSpade betterwithaddons.item.ModItems.IRON_SPADE. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:crop_support for public static net.minecraft.item.Item me.desht.pneumaticcraft.common.item.Itemss.CROP_SUPPORT. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup modularrouters:augment for public static me.desht.modularrouters.item.augment.ItemAugment me.desht.modularrouters.core.RegistrarMR.AUGMENT. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:helmet_hack_finish for public static net.minecraft.util.SoundEvent me.desht.pneumaticcraft.lib.Sounds.HELMET_HACK_FINISH. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:food_mushroom_baked for public static net.minecraft.item.ItemFood betterwithaddons.item.ModItems.BAKED_MUSHROOM. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup ironbackpacks:gold for public static gr8pefish.ironbackpacks.api.backpack.variant.BackpackType gr8pefish.ironbackpacks.core.RegistrarIronBackpacks.PACK_GOLD. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:charm_of_life_1 for public static net.minecraft.item.Item twilightforest.item.TFItems.charm_of_life_1. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup harvestcraft:carprawitem for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.PamsCompat.PAMS_FISH_RAW_CARP. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:armor_shard_cluster for public static net.minecraft.item.Item twilightforest.item.TFItems.armor_shard_cluster. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup antiqueatlas:empty_antique_atlas for public static hunternif.mc.atlas.item.ItemEmptyAtlas hunternif.mc.atlas.RegistrarAntiqueAtlas.EMPTY_ATLAS. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:frosted for public static net.minecraft.potion.Potion twilightforest.potions.TFPotions.frosty. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup ironchest:iron_shulker_box_silver for public static cpw.mods.ironchest.common.items.shulker.ItemIronShulkerBox cpw.mods.ironchest.common.core.IronChestBlocks.ironShulkerBoxSilverItemBlock. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:steeleaf_axe for public static net.minecraft.item.Item twilightforest.item.TFItems.steeleaf_axe. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:transfer_gadget for public static net.minecraft.item.Item me.desht.pneumaticcraft.common.item.Itemss.TRANSFER_GADGET. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:maze_map_focus for public static net.minecraft.item.Item twilightforest.item.TFItems.maze_map_focus. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup harvestcraft:perchrawitem for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.PamsCompat.PAMS_FISH_RAW_PERCH. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:maze_map_empty for public static net.minecraft.item.Item twilightforest.item.TFItems.maze_map_empty. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:gun_ammo_incendiary for public static net.minecraft.item.Item me.desht.pneumaticcraft.common.item.Itemss.GUN_AMMO_INCENDIARY. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup storagedrawers:upgrade_void for public static com.jaquadro.minecraft.storagedrawers.item.ItemUpgrade com.jaquadro.minecraft.storagedrawers.core.ModItems.upgradeVoid. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup nex:tilled_sand_soul for public static net.minecraft.block.Block nmd.primal.core.common.init.ModCompat.NEX_TILLED_SOUL_SAND. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:twilight_clearing for public static net.minecraft.world.biome.Biome twilightforest.biomes.TFBiomes.clearing. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:snowy_forest for public static net.minecraft.world.biome.Biome twilightforest.biomes.TFBiomes.snowy_forest. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:seeker_bow for public static net.minecraft.item.Item twilightforest.item.TFItems.seeker_bow. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup enderio:block_fused_glass for private static net.minecraft.block.Block nmd.primal.core.common.compat.mods.EIOCompat.EIO_FUSED_GLASS. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:japanmat for public static betterwithaddons.item.ItemMaterial betterwithaddons.item.ModItems.MATERIAL_JAPAN. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:block_storage for public static net.minecraft.item.Item twilightforest.item.TFItems.block_storage. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup ironbackpacks:close_backpack for public static net.minecraft.util.SoundEvent gr8pefish.ironbackpacks.core.RegistrarIronBackpacks.BACKPACK_CLOSE. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup enderio:item_yeta_wrench for private static net.minecraft.item.Item me.desht.pneumaticcraft.common.thirdparty.ModdedWrenchUtils.YETA_WRENCH. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup betterwithmods:true_sight for public static net.minecraft.potion.Potion betterwithmods.common.BWRegistry.POTION_TRUESIGHT. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:knightmetal_sword for public static net.minecraft.item.Item twilightforest.item.TFItems.knightmetal_sword. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup ironchest:iron_shulker_box_white for public static cpw.mods.ironchest.common.items.shulker.ItemIronShulkerBox cpw.mods.ironchest.common.core.IronChestBlocks.ironShulkerBoxWhiteItemBlock. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup ironbackpacks:backpack for public static net.minecraft.item.Item gr8pefish.ironbackpacks.api.IronBackpacksAPI.BACKPACK_ITEM. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup farmingforblockheads:fertilizer for public static net.minecraft.item.Item net.blay09.mods.farmingforblockheads.item.ModItems.fertilizer. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:reinforced_air_canister for public static net.minecraft.item.Item me.desht.pneumaticcraft.common.item.Itemss.REINFORCED_AIR_CANISTER. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:stone_base for public static net.minecraft.item.Item me.desht.pneumaticcraft.common.item.Itemss.STONE_BASE. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:blood_orb for private static net.minecraft.item.Item WayofTime.bloodmagic.core.registry.OrbRegistry.ORB_ITEM. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:food_carrot_cooked for public static net.minecraft.item.ItemFood betterwithaddons.item.ModItems.COOKED_CARROT. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup modularrouters:thud for public static net.minecraft.util.SoundEvent me.desht.modularrouters.core.RegistrarMR.SOUND_THUD. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:twilight_forest for public static net.minecraft.world.biome.Biome twilightforest.biomes.TFBiomes.twilightForest. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup ironchest:iron_shulker_box_gray for public static cpw.mods.ironchest.common.items.shulker.ItemIronShulkerBox cpw.mods.ironchest.common.core.IronChestBlocks.ironShulkerBoxGrayItemBlock. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup cyberware:shades2 for public static net.minecraft.item.Item nmd.primal.core.common.init.ModCompat.CBR_SHADES_ROUND. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:steeleaf_helmet for public static net.minecraft.item.Item twilightforest.item.TFItems.steeleaf_helmet. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup rftools:smartwrench for private static net.minecraft.item.Item me.desht.pneumaticcraft.common.thirdparty.ModdedWrenchUtils.SMART_WRENCH. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup ironchest:iron_shulker_box_light_blue for public static cpw.mods.ironchest.common.items.shulker.ItemIronShulkerBox cpw.mods.ironchest.common.core.IronChestBlocks.ironShulkerBoxLightBlueItemBlock. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup ironchest:iron_shulker_box_magenta for public static cpw.mods.ironchest.common.items.shulker.ItemIronShulkerBox cpw.mods.ironchest.common.core.IronChestBlocks.ironShulkerBoxMagentaItemBlock. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:pneumatic_boots for public static net.minecraft.item.Item me.desht.pneumaticcraft.common.item.Itemss.PNEUMATIC_BOOTS. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:drone for public static net.minecraft.item.Item me.desht.pneumaticcraft.common.item.Itemss.DRONE. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup harvestcraft:bassrawitem for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.PamsCompat.PAMS_FISH_RAW_BASS. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:remote for public static net.minecraft.item.Item me.desht.pneumaticcraft.common.item.Itemss.REMOTE. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup vanillafoodpantry:red_flint for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.VFPCompat.VFP_RED_FLINT. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup cookingforblockheads:heating_unit for public static net.minecraft.item.Item net.blay09.mods.cookingforblockheads.item.ModItems.heatingUnit. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup scannable:module_monster for public static net.minecraft.item.Item li.cil.scannable.common.init.Items.moduleMonster. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:food_egg_cooked for public static net.minecraft.item.ItemFood betterwithaddons.item.ModItems.COOKED_EGG. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup betterwithmods:block.wood.creak for public static net.minecraft.util.SoundEvent betterwithmods.common.BWSounds.WOODCREAK. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup quark:soul_sandstone for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.QuarkCompat.QUARK_SOUL_STONE. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:gold_masonpick for public static betterwithaddons.item.rbdtools.ItemMasonPick betterwithaddons.item.ModItems.GOLD_MASON_PICK. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:ironwood_chestplate for public static net.minecraft.item.Item twilightforest.item.TFItems.ironwood_chestplate. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:shinai for public static betterwithaddons.item.ItemShinai betterwithaddons.item.ModItems.SHINAI. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup ironchest:iron_shulker_box_purple for public static cpw.mods.ironchest.common.items.shulker.ItemIronShulkerBox cpw.mods.ironchest.common.core.IronChestBlocks.ironShulkerBoxPurpleItemBlock. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:gun_ammo_freezing for public static net.minecraft.item.Item me.desht.pneumaticcraft.common.item.Itemss.GUN_AMMO_FREEZING. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:raven_feather for public static net.minecraft.item.Item twilightforest.item.TFItems.raven_feather. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup betterwithmods:looting for public static net.minecraft.potion.Potion betterwithmods.common.BWRegistry.POTION_LOOTING. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup betterwithmods:fortune for public static net.minecraft.potion.Potion betterwithmods.common.BWRegistry.POTION_FORTUNE. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:miniature_structure for public static net.minecraft.item.Item twilightforest.item.TFItems.miniature_structure. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:naga_leggings for public static net.minecraft.item.Item twilightforest.item.TFItems.naga_leggings. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup teslacorelib:wrench for private static net.minecraft.item.Item me.desht.pneumaticcraft.common.thirdparty.ModdedWrenchUtils.TESLA_WRENCH. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup scannable:module_ore_common for public static net.minecraft.item.Item li.cil.scannable.common.init.Items.moduleOreCommon. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:iron_machete for public static betterwithaddons.item.rbdtools.ItemMachete betterwithaddons.item.ModItems.IRON_MACHETE. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:plastic for public static net.minecraft.item.Item me.desht.pneumaticcraft.common.item.Itemss.PLASTIC. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup harvestcraft:troutrawitem for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.PamsCompat.PAMS_FISH_RAW_TROUT. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup harvestcraft:tunarawitem for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.PamsCompat.PAMS_FISH_RAW_TUNA. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:archmage for public static WayofTime.bloodmagic.orb.BloodOrb WayofTime.bloodmagic.core.RegistrarBloodMagic.ORB_ARCHMAGE. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup baubles:ring for public static net.minecraft.item.Item baubles.common.items.ItemRing.RING. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:ice_bow for public static net.minecraft.item.Item twilightforest.item.TFItems.ice_bow. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:drone_hurt for public static net.minecraft.util.SoundEvent me.desht.pneumaticcraft.lib.Sounds.DRONE_HURT. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup cyclicmagic:fire_frost for public static net.minecraft.block.Block com.lothrazar.cyclicmagic.block.firestarter.TileEntityFireStarter.fireFrost. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:gun_ammo_weighted for public static net.minecraft.item.Item me.desht.pneumaticcraft.common.item.Itemss.GUN_AMMO_WEIGHTED. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:universal_actuator for public static net.minecraft.block.Block me.desht.pneumaticcraft.common.block.Blockss.UNIVERSAL_ACTUATOR. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:arctic_boots for public static net.minecraft.item.Item twilightforest.item.TFItems.arctic_boots. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:food_cooked_rice for public static net.minecraft.item.ItemFood betterwithaddons.item.ModItems.RICE. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup modularrouters:error for public static net.minecraft.util.SoundEvent me.desht.modularrouters.core.RegistrarMR.SOUND_ERROR. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:hud_entity_lock for public static net.minecraft.util.SoundEvent me.desht.pneumaticcraft.lib.Sounds.HUD_ENTITY_LOCK. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup appliedenergistics2:nether_quartz_wrench for private static net.minecraft.item.Item me.desht.pneumaticcraft.common.thirdparty.ModdedWrenchUtils.AE2_NETHER_WRENCH. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:borer_essence for public static net.minecraft.item.Item twilightforest.item.TFItems.borer_essence. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:dark_forest for public static net.minecraft.world.biome.Biome twilightforest.biomes.TFBiomes.darkForest. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:charm_of_keeping_3 for public static net.minecraft.item.Item twilightforest.item.TFItems.charm_of_keeping_3. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:gps_tool for public static net.minecraft.item.Item me.desht.pneumaticcraft.common.item.Itemss.GPS_TOOL. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:greatarrow_lightning for public static betterwithaddons.item.ItemGreatarrow betterwithaddons.item.ModItems.GREATARROW_LIGHTNING. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup scannable:module_animal for public static net.minecraft.item.Item li.cil.scannable.common.init.Items.moduleAnimal. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:electric_compressor for static net.minecraft.block.Block me.desht.pneumaticcraft.common.thirdparty.ic2.IC2.ELECTRIC_COMPRESSOR. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:iron_kukri for public static betterwithaddons.item.rbdtools.ItemKukri betterwithaddons.item.ModItems.IRON_KUKRI. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:compressed_iron_gear for public static net.minecraft.item.Item me.desht.pneumaticcraft.common.item.Itemss.COMPRESSED_IRON_GEAR. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:yeti_helmet for public static net.minecraft.item.Item twilightforest.item.TFItems.yeti_helmet. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup scannable:scanner for public static net.minecraft.item.Item li.cil.scannable.common.init.Items.scanner. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup ironbackpacks:extra_upgrade for public static gr8pefish.ironbackpacks.api.upgrade.BackpackUpgrade gr8pefish.ironbackpacks.core.RegistrarIronBackpacks.UPGRADE_EXTRA_UPGRADE. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:tool_shard for public static betterwithaddons.item.ItemToolShard betterwithaddons.item.ModItems.BROKEN_ARTIFACT. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:knightmetal_chestplate for public static net.minecraft.item.Item twilightforest.item.TFItems.knightmetal_chestplate. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:boss for public static betterwithaddons.potion.effects.EffectBoss betterwithaddons.potion.ModPotions.boss. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:interface_door for public static net.minecraft.util.SoundEvent me.desht.pneumaticcraft.lib.Sounds.INTERFACE_DOOR. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup scannable:module_structure for public static net.minecraft.item.Item li.cil.scannable.common.init.Items.moduleStructure. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup modularrouters:module for public static me.desht.modularrouters.item.module.ItemModule me.desht.modularrouters.core.RegistrarMR.MODULE. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:steeleaf_chestplate for public static net.minecraft.item.Item twilightforest.item.TFItems.steeleaf_chestplate. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:fiery_leggings for public static net.minecraft.item.Item twilightforest.item.TFItems.fiery_leggings. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup ceramics:unfired_clay for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.CeramicsCompat.CERAMICS_UNFIRED_CLAY. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:food_pufferfish_cooked for public static net.minecraft.item.ItemFood betterwithaddons.item.ModItems.PREPARED_COOKED_PUFFER. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:diamond_carpentersaw for public static betterwithaddons.item.rbdtools.ItemCarpenterSaw betterwithaddons.item.ModItems.DIAMOND_CARPENTER_SAW. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:iron_masonpick for public static betterwithaddons.item.rbdtools.ItemMasonPick betterwithaddons.item.ModItems.IRON_MASON_PICK. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup familiarfauna:familiarfauna.deer for private static net.minecraftforge.fml.common.registry.EntityEntry nmd.primal.core.common.compat.mods.FaunaCompat.FAUNA_DEER. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:fiery_chestplate for public static net.minecraft.item.Item twilightforest.item.TFItems.fiery_chestplate. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup storagedrawers:personal_key for public static com.jaquadro.minecraft.storagedrawers.item.ItemPersonalKey com.jaquadro.minecraft.storagedrawers.core.ModItems.personalKey. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:ender_bow for public static net.minecraft.item.Item twilightforest.item.TFItems.ender_bow. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup scannable:module_block for public static net.minecraft.item.Item li.cil.scannable.common.init.Items.moduleBlock. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup storagedrawers:shroud_key for public static com.jaquadro.minecraft.storagedrawers.item.ItemShroudKey com.jaquadro.minecraft.storagedrawers.core.ModItems.shroudKey. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup ceramics:clay_shears for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.CeramicsCompat.CERAMICS_SHEARS. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup harvestcraft:herringrawitem for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.PamsCompat.PAMS_FISH_RAW_HERRING. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:bolt for public static betterwithaddons.item.ItemMaterial betterwithaddons.item.ModItems.MATERIAL_BOLT. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup cyclicmagic:stone_pebble for public static net.minecraft.item.Item com.lothrazar.cyclicmagic.item.slingshot.ItemProjectileSlingshot.bullet. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup modularrouters:upgrade for public static me.desht.modularrouters.item.upgrade.ItemUpgrade me.desht.modularrouters.core.RegistrarMR.UPGRADE. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup cyclicmagic:stone_pebble for public static net.minecraft.item.Item com.lothrazar.cyclicmagic.item.slingshot.EntitySlingshot.bullet. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:steeleaf_ingot for public static net.minecraft.item.Item twilightforest.item.TFItems.steeleaf_ingot. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:magic_map for public static net.minecraft.item.Item twilightforest.item.TFItems.magic_map. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup minecraft:fluidstack for public static org.cyclops.commoncapabilities.api.ingredient.IngredientComponent org.cyclops.commoncapabilities.api.ingredient.IngredientComponent.FLUIDSTACK. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup ic2:quantum_chestplate for public static net.minecraft.item.Item nmd.primal.core.common.init.ModCompat.IC2_QUANTUM_CHESTPLATE. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:pneumatic_chestplate for public static net.minecraft.item.Item me.desht.pneumaticcraft.common.item.Itemss.PNEUMATIC_CHESTPLATE. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:ironwood_sword for public static net.minecraft.item.Item twilightforest.item.TFItems.ironwood_sword. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:moonworm_queen for public static net.minecraft.item.Item twilightforest.item.TFItems.moonworm_queen. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:naga_scale for public static net.minecraft.item.Item twilightforest.item.TFItems.naga_scale. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup scannable:module_blank for public static net.minecraft.item.Item li.cil.scannable.common.init.Items.moduleBlank. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:failed_pcb for public static net.minecraft.item.Item me.desht.pneumaticcraft.common.item.Itemss.FAILED_PCB. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:pcb_blueprint for public static net.minecraft.item.Item me.desht.pneumaticcraft.common.item.Itemss.PCB_BLUEPRINT. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:tarred for public static betterwithaddons.potion.effects.EffectTarred betterwithaddons.potion.ModPotions.tarred. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup ic2:quantum_leggings for public static net.minecraft.item.Item nmd.primal.core.common.init.ModCompat.IC2_QUANTUM_LEGGINGS. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:tea_soaked for public static betterwithaddons.item.ItemTea betterwithaddons.item.ModItems.TEA_SOAKED. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:giant_sword for public static net.minecraft.item.Item twilightforest.item.TFItems.giant_sword. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:rotten_food for public static net.minecraft.item.ItemFood betterwithaddons.item.ModItems.ROTTEN_FOOD. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:food_ground_meat for public static net.minecraft.item.ItemFood betterwithaddons.item.ModItems.GROUND_MEAT. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup ironbackpacks:damage_bar for public static gr8pefish.ironbackpacks.api.upgrade.BackpackUpgrade gr8pefish.ironbackpacks.core.RegistrarIronBackpacks.UPGRADE_DAMAGE_BAR. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup buildinggadgets:constructionpaste for public static com.direwolf20.buildinggadgets.common.items.pastes.ConstructionPaste com.direwolf20.buildinggadgets.common.items.ModItems.constructionPaste. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:drone_interface for public static net.minecraft.block.Block me.desht.pneumaticcraft.common.thirdparty.computercraft.OpenComputers.DRONE_INTERFACE. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:wakizashi for public static betterwithaddons.item.ItemWakizashi betterwithaddons.item.ModItems.WAKIZASHI. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:decomat for public static betterwithaddons.item.ItemMaterial betterwithaddons.item.ModItems.MATERIAL_DECO. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup tconstruct:ingots for public static net.minecraft.item.Item atm.bloodworkxgaming.oeintegration.Crafting.ModCrafting.ingots. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup modularrouters:override_card for public static me.desht.modularrouters.item.ItemBase me.desht.modularrouters.core.RegistrarMR.OVERRIDE_CARD. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:tea_wilted for public static betterwithaddons.item.ItemTea betterwithaddons.item.ModItems.TEA_WILTED. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:meef_stroganoff for public static net.minecraft.item.Item twilightforest.item.TFItems.meef_stroganoff. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup storagedrawers:upgrade_conversion for public static com.jaquadro.minecraft.storagedrawers.item.ItemUpgrade com.jaquadro.minecraft.storagedrawers.core.ModItems.upgradeConversion. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:helmet_paper for public static betterwithaddons.item.ItemPaperArmor betterwithaddons.item.ModItems.PAPER_HELMET. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup storagedrawers:quantify_key for public static com.jaquadro.minecraft.storagedrawers.item.ItemQuantifyKey com.jaquadro.minecraft.storagedrawers.core.ModItems.quantifyKey. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup buildinggadgets:destructiontool for public static com.direwolf20.buildinggadgets.common.items.gadgets.GadgetDestruction com.direwolf20.buildinggadgets.common.items.ModItems.gadgetDestruction. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup betterwithmods:block.wood.chime for public static net.minecraft.util.SoundEvent betterwithmods.common.BWSounds.WOODCHIME. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:raw_meef for public static net.minecraft.item.Item twilightforest.item.TFItems.raw_meef. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:alpha_fur for public static net.minecraft.item.Item twilightforest.item.TFItems.alpha_fur. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup chiselsandbits:wrench_wood for private static net.minecraft.item.Item me.desht.pneumaticcraft.common.thirdparty.ModdedWrenchUtils.CB_WRENCH_WOOD. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup ic2:misc_resource for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.IC2Compat.IC2_MISC_RESOURCE. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup cookingforblockheads:preservation_chamber for public static net.minecraft.item.Item net.blay09.mods.cookingforblockheads.item.ModItems.preservationChamber. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:hud_init_complete for public static net.minecraft.util.SoundEvent me.desht.pneumaticcraft.lib.Sounds.HUD_INIT_COMPLETE. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:ore_map_empty for public static net.minecraft.item.Item twilightforest.item.TFItems.ore_map_empty. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:explosion for public static net.minecraft.item.Item betterwithaddons.item.ModItems.EXPLOSION. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:food_pie_meat for public static net.minecraft.item.ItemFood betterwithaddons.item.ModItems.PIE_MEAT. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup foundry:component for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.FoundryCompat.FDR_COMPONENT. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:food_carrot_baked for public static net.minecraft.item.ItemFood betterwithaddons.item.ModItems.BAKED_CARROT. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:air_canister for public static net.minecraft.item.Item me.desht.pneumaticcraft.common.item.Itemss.AIR_CANISTER. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:hydra_chop for public static net.minecraft.item.Item twilightforest.item.TFItems.hydra_chop. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:knightmetal_helmet for public static net.minecraft.item.Item twilightforest.item.TFItems.knightmetal_helmet. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:laxative for public static net.minecraft.item.Item betterwithaddons.item.ModItems.LAXATIVE. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup harvestcraft:charrrawitem for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.PamsCompat.PAMS_FISH_RAW_CHARR. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:weak for public static WayofTime.bloodmagic.orb.BloodOrb WayofTime.bloodmagic.core.RegistrarBloodMagic.ORB_WEAK. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:steeleaf_leggings for public static net.minecraft.item.Item twilightforest.item.TFItems.steeleaf_leggings. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:arctic_helmet for public static net.minecraft.item.Item twilightforest.item.TFItems.arctic_helmet. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:transistor for public static net.minecraft.item.Item me.desht.pneumaticcraft.common.item.Itemss.TRANSISTOR. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:arctic_chestplate for public static net.minecraft.item.Item twilightforest.item.TFItems.arctic_chestplate. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:punch for public static net.minecraft.util.SoundEvent me.desht.pneumaticcraft.lib.Sounds.PUNCH. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:scuba for public static net.minecraft.util.SoundEvent me.desht.pneumaticcraft.lib.Sounds.SCUBA. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:tweakmat for public static betterwithaddons.item.ItemMaterial betterwithaddons.item.ModItems.MATERIAL_TWEAK. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup dynamictrees:sprucebranch for private static net.minecraft.block.Block nmd.primal.core.common.compat.mods.DynamicTreesCompat.DYNTREE_BRANCH_SPRUCE. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:lifedrain_scepter for public static net.minecraft.item.Item twilightforest.item.TFItems.lifedrain_scepter. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:cannon_barrel for public static net.minecraft.item.Item me.desht.pneumaticcraft.common.item.Itemss.CANNON_BARREL. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup storagedrawers:tape for public static com.jaquadro.minecraft.storagedrawers.item.ItemTape com.jaquadro.minecraft.storagedrawers.core.ModItems.tape. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup cookingforblockheads:recipe_book for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.CookingCompat.COOK_BOOK. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:food_mulberry for public static net.minecraft.item.ItemFood betterwithaddons.item.ModItems.MULBERRY. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:ink_and_quill for public static betterwithaddons.item.ItemInkAndQuill betterwithaddons.item.ModItems.INK_AND_QUILL. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:gold_matchpick for public static betterwithaddons.item.rbdtools.ItemMatchPick betterwithaddons.item.ModItems.GOLD_MATCHPICK. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:pneumatic_leggings for public static net.minecraft.item.Item me.desht.pneumaticcraft.common.item.Itemss.PNEUMATIC_LEGGINGS. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:logistics_configurator for public static net.minecraft.item.Item me.desht.pneumaticcraft.common.item.Itemss.LOGISTICS_CONFIGURATOR. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:twilight_swamp for public static net.minecraft.world.biome.Biome twilightforest.biomes.TFBiomes.tfSwamp. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup natura:flame_string for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.NaturaCompat.NATURA_FLAME_STRING. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:gps_area_tool for public static net.minecraft.item.Item me.desht.pneumaticcraft.common.item.Itemss.GPS_AREA_TOOL. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:micromissiles for public static net.minecraft.item.Item me.desht.pneumaticcraft.common.item.Itemss.MICROMISSILES. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:gold_kukri for public static betterwithaddons.item.rbdtools.ItemKukri betterwithaddons.item.ModItems.GOLD_KUKRI. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup modularrouters:blank_module for public static me.desht.modularrouters.item.ItemBase me.desht.modularrouters.core.RegistrarMR.BLANK_MODULE. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:bundle for public static betterwithaddons.item.ItemMaterial betterwithaddons.item.ModItems.MATERIAL_BUNDLE. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:cannonball for public static betterwithaddons.potion.effects.EffectCannonball betterwithaddons.potion.ModPotions.cannonball. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup modularrouters:filter for public static me.desht.modularrouters.item.smartfilter.ItemSmartFilter me.desht.modularrouters.core.RegistrarMR.FILTER. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup dynamictrees:acaciabranch for private static net.minecraft.block.Block betterwithmods.module.compat.DynamicTrees.acaciabranch. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:teacup for public static betterwithaddons.item.ItemTeaCup betterwithaddons.item.ModItems.TEA_CUP. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup buildinggadgets:construction_chunk_dense for public static com.direwolf20.buildinggadgets.common.items.pastes.ConstructionChunkDense com.direwolf20.buildinggadgets.common.items.ModItems.constructionChunkDense. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:apprentice for public static WayofTime.bloodmagic.orb.BloodOrb WayofTime.bloodmagic.core.RegistrarBloodMagic.ORB_APPRENTICE. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup totemic:buffalo for public static net.minecraftforge.fml.common.registry.EntityEntry nmd.primal.core.common.init.ModCompat.TOTEMIC_BUFFALO. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:spawner_agitator for public static net.minecraft.item.Item me.desht.pneumaticcraft.common.item.Itemss.SPAWNER_AGITATOR. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:knightmetal_ring for public static net.minecraft.item.Item twilightforest.item.TFItems.knightmetal_ring. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:pneumatic_door for public static net.minecraft.util.SoundEvent me.desht.pneumaticcraft.lib.Sounds.PNEUMATIC_DOOR. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup compactmachines3:tunneltool for public static org.dave.compactmachines3.item.ItemTunnelTool org.dave.compactmachines3.init.Itemss.tunnelTool. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:chest_paper for public static betterwithaddons.item.ItemPaperArmor betterwithaddons.item.ModItems.PAPER_CHESTPLATE. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup storagedrawers:upgrade_status for public static com.jaquadro.minecraft.storagedrawers.item.ItemUpgradeStatus com.jaquadro.minecraft.storagedrawers.core.ModItems.upgradeStatus. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup supersoundmuffler:sound_muffler_bauble for public static edgarallen.soundmuffler.bauble.ItemSoundMufflerBauble edgarallen.soundmuffler.SuperSoundMuffler.itemSoundMufflerBauble. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:yumi for public static betterwithaddons.item.ItemYumi betterwithaddons.item.ModItems.YUMI. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup storagedrawers:upgrade_storage for public static com.jaquadro.minecraft.storagedrawers.item.ItemUpgradeStorage com.jaquadro.minecraft.storagedrawers.core.ModItems.upgradeStorage. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:food_pie_amanita for public static net.minecraft.item.ItemFood betterwithaddons.item.ModItems.PIE_AMANITA. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:vortex_cannon for public static net.minecraft.item.Item me.desht.pneumaticcraft.common.item.Itemss.VORTEX_CANNON. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:pneumatic_generator for static net.minecraft.block.Block me.desht.pneumaticcraft.common.thirdparty.ic2.IC2.PNEUMATIC_GENERATOR. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:steel_masonpick for public static betterwithaddons.item.rbdtools.ItemMasonPick betterwithaddons.item.ModItems.STEEL_MASON_PICK. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup modularrouters:success for public static net.minecraft.util.SoundEvent me.desht.modularrouters.core.RegistrarMR.SOUND_SUCCESS. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:maze_map for public static net.minecraft.item.Item twilightforest.item.TFItems.maze_map. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:empty_pcb for public static net.minecraft.item.Item me.desht.pneumaticcraft.common.item.Itemss.EMPTY_PCB. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup ironbackpacks:upgrade for public static net.minecraft.item.Item gr8pefish.ironbackpacks.api.IronBackpacksAPI.UPGRADE_ITEM. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:leaking_gas for public static net.minecraft.util.SoundEvent me.desht.pneumaticcraft.lib.Sounds.LEAKING_GAS_SOUND. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:nuke_virus for public static net.minecraft.item.Item me.desht.pneumaticcraft.common.item.Itemss.NUKE_VIRUS. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:elevator_rising_start for public static net.minecraft.util.SoundEvent me.desht.pneumaticcraft.lib.Sounds.ELEVATOR_START. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:cube_talisman for public static net.minecraft.item.Item twilightforest.item.TFItems.cube_talisman. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup compactmachines3:redstonetunneltool for public static org.dave.compactmachines3.item.ItemRedstoneTunnelTool org.dave.compactmachines3.init.Itemss.redstoneTunnelTool. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:printed_circuit_board for public static net.minecraft.item.Item me.desht.pneumaticcraft.common.item.Itemss.PRINTED_CIRCUIT_BOARD. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup betterwithmods:block.stone.grind for public static net.minecraft.util.SoundEvent betterwithmods.common.BWSounds.STONEGRIND. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup harvestcraft:pammaple for public static net.minecraft.block.Block betterwithmods.module.compat.Harvestcraft.logMaple. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup betterwithmods:block.saw.cut for public static net.minecraft.util.SoundEvent betterwithmods.common.BWSounds.SAW_CUT. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:food_amanita_baked for public static net.minecraft.item.ItemFood betterwithaddons.item.ModItems.BAKED_AMANITA. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup dynamictrees:sprucebranch for private static net.minecraft.block.Block betterwithmods.module.compat.DynamicTrees.sprucebranch. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:phantom_helmet for public static net.minecraft.item.Item twilightforest.item.TFItems.phantom_helmet. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:steel_kukri for public static betterwithaddons.item.rbdtools.ItemKukri betterwithaddons.item.ModItems.STEEL_KUKRI. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:fiery_pickaxe for public static net.minecraft.item.Item twilightforest.item.TFItems.fiery_pickaxe. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup harvestcraft:snapperrawitem for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.PamsCompat.PAMS_FISH_RAW_SNAPPER. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:knightmetal_boots for public static net.minecraft.item.Item twilightforest.item.TFItems.knightmetal_boots. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:ironwood_axe for public static net.minecraft.item.Item twilightforest.item.TFItems.ironwood_axe. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:tower_key for public static net.minecraft.item.Item twilightforest.item.TFItems.tower_key. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:charm_of_keeping_1 for public static net.minecraft.item.Item twilightforest.item.TFItems.charm_of_keeping_1. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:ironwood_ingot for public static net.minecraft.item.Item twilightforest.item.TFItems.ironwood_ingot. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup thebetweenlands:black_ice for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.BNLCompat.BNL_ICE. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup ceramics:clay_bucket for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.CeramicsCompat.CERAMICS_BUCKET. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup quark:polished_netherrack for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.QuarkCompat.QUARK_NETHER_STONE. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:sci_fi for public static net.minecraft.util.SoundEvent me.desht.pneumaticcraft.lib.Sounds.SCIFI. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:minotaur_axe for public static net.minecraft.item.Item twilightforest.item.TFItems.minotaur_axe. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:arctic_fur for public static net.minecraft.item.Item twilightforest.item.TFItems.arctic_fur. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:pneumatic_wrench for public static net.minecraft.item.Item me.desht.pneumaticcraft.common.item.Itemss.PNEUMATIC_WRENCH. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:food_pufferfish_baked for public static net.minecraft.item.ItemFood betterwithaddons.item.ModItems.COOKED_PUFFER. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:short_hiss for public static net.minecraft.util.SoundEvent me.desht.pneumaticcraft.lib.Sounds.SHORT_HISS. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:gold_carpentersaw for public static betterwithaddons.item.rbdtools.ItemCarpenterSaw betterwithaddons.item.ModItems.GOLD_CARPENTER_SAW. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:tea_leaves for public static betterwithaddons.item.ItemTea betterwithaddons.item.ModItems.TEA_LEAVES. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:elevator_rising for public static net.minecraft.util.SoundEvent me.desht.pneumaticcraft.lib.Sounds.ELEVATOR_MOVING. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:pneumatic_helmet for public static net.minecraft.item.Item me.desht.pneumaticcraft.common.item.Itemss.PNEUMATIC_HELMET. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:highlands_center for public static net.minecraft.world.biome.Biome twilightforest.biomes.TFBiomes.highlandsCenter. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:logistic_frame_default_storage for public static net.minecraft.item.Item me.desht.pneumaticcraft.common.item.Itemss.LOGISTICS_FRAME_DEFAULT_STORAGE. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:ironwood_leggings for public static net.minecraft.item.Item twilightforest.item.TFItems.ironwood_leggings. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup betterwithmods:block.wood.bellow for public static net.minecraft.util.SoundEvent betterwithmods.common.BWSounds.BELLOW. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup ic2:wrench for private static net.minecraft.item.Item me.desht.pneumaticcraft.common.thirdparty.ModdedWrenchUtils.IC2_WRENCH. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:charm_of_keeping_2 for public static net.minecraft.item.Item twilightforest.item.TFItems.charm_of_keeping_2. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:deep_mushroom_forest for public static net.minecraft.world.biome.Biome twilightforest.biomes.TFBiomes.deepMushrooms. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:food_pie_melon for public static net.minecraft.item.ItemFood betterwithaddons.item.ModItems.PIE_MELON. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup natura:flint_and_blaze for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.NaturaCompat.NATURA_FLINT_N_BLAZE. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:leaking_gas_low for public static net.minecraft.util.SoundEvent me.desht.pneumaticcraft.lib.Sounds.LEAKING_GAS_LOW. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup scannable:module_fluid for public static net.minecraft.item.Item li.cil.scannable.common.init.Items.moduleFluid. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:cooked_venison for public static net.minecraft.item.Item twilightforest.item.TFItems.cooked_venison. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup ic2:quantum_boots for public static net.minecraft.item.Item nmd.primal.core.common.init.ModCompat.IC2_QUANTUM_BOOTS. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup natura:nether_glass for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.NaturaCompat.NATURA_NETHER_GLASS. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:poisoned_ya for public static betterwithaddons.item.ItemPoisonedYa betterwithaddons.item.ModItems.YA_POISONED. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:food_beetroot_baked for public static net.minecraft.item.ItemFood betterwithaddons.item.ModItems.BAKED_BEETROOT. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup ironbackpacks:iron for public static gr8pefish.ironbackpacks.api.backpack.variant.BackpackType gr8pefish.ironbackpacks.core.RegistrarIronBackpacks.PACK_IRON. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup ironchest:iron_shulker_box_orange for public static cpw.mods.ironchest.common.items.shulker.ItemIronShulkerBox cpw.mods.ironchest.common.core.IronChestBlocks.ironShulkerBoxOrangeItemBlock. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:hud_init for public static net.minecraft.util.SoundEvent me.desht.pneumaticcraft.lib.Sounds.HUD_INIT. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:diamond_matchpick for public static betterwithaddons.item.rbdtools.ItemMatchPick betterwithaddons.item.ModItems.DIAMOND_MATCHPICK. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup antiqueatlas:antique_atlas for public static hunternif.mc.atlas.item.ItemAtlas hunternif.mc.atlas.RegistrarAntiqueAtlas.ATLAS. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:camo_applicator for public static net.minecraft.item.Item me.desht.pneumaticcraft.common.item.Itemss.CAMO_APPLICATOR. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:logistic_frame_requester for public static net.minecraft.item.Item me.desht.pneumaticcraft.common.item.Itemss.LOGISTICS_FRAME_REQUESTER. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:steeleaf_boots for public static net.minecraft.item.Item twilightforest.item.TFItems.steeleaf_boots. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:ice_sword for public static net.minecraft.item.Item twilightforest.item.TFItems.ice_sword. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup appliedenergistics2:material for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.AECompat.AE_MATERIAL. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup ic2:crafting for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.IC2Compat.IC2_CRAFTING. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:assembly_program for public static net.minecraft.item.Item me.desht.pneumaticcraft.common.item.Itemss.ASSEMBLY_PROGRAM. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:experiment_115 for public static net.minecraft.item.Item twilightforest.item.TFItems.experiment_115. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:harvesting_drone for public static net.minecraft.item.Item me.desht.pneumaticcraft.common.item.Itemss.HARVESTING_DRONE. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:trophy for public static net.minecraft.item.Item twilightforest.item.TFItems.trophy. This means the object wasn't registered. It's likely just mod options. +[16:57:58] [Server thread/INFO] [FML]: Holder lookups applied +[16:57:58] [Server thread/INFO] [Chisel]: Loading items... +[16:57:58] [Server thread/INFO] [Chisel]: Skipping feature bloodMagic as it was disabled in the config. +[16:57:58] [Server thread/INFO] [Chisel]: Skipping feature cloud as it was disabled in the config. +[16:57:58] [Server thread/INFO] [Chisel]: Skipping feature coalCoke as it was disabled in the config. +[16:57:58] [Server thread/INFO] [Chisel]: Skipping feature invar as it was disabled in the config. +[16:57:58] [Server thread/INFO] [Chisel]: Skipping feature paper as it was disabled in the config. +[16:57:58] [Server thread/INFO] [Chisel]: Skipping feature uranium as it was disabled in the config. +[16:57:58] [Server thread/INFO] [Chisel]: Skipping feature valentines as it was disabled in the config. +[16:57:58] [Server thread/INFO] [Chisel]: Skipping feature wool as it was disabled in the config. +[16:57:58] [Server thread/INFO] [Chisel]: 64 Feature's items loaded. +[16:57:59] [Server thread/INFO] [Galacticraft]: Galacticraft: activating Tinker's Construct compatibility. +[16:57:59] [Server thread/INFO] [primal]: Registering 210 Item Blocks +[16:57:59] [Server thread/INFO] [primal]: Registering 493 Items +[16:57:59] [Server thread/INFO] [Spartan Shields]: Items Registered! +[16:57:59] [Server thread/INFO] [Actually Additions]: Initializing Items... +[16:57:59] [Server thread/INFO] [Actually Additions]: Initializing OreDictionary Entries... +[16:57:59] [Server thread/WARN] [FML]: **************************************** +[16:57:59] [Server thread/WARN] [FML]: * Registry Item: The object me.jacky1356400.actuallybaubles.item.ItemMagnetRingBauble@2cafa71f has been registered twice for the same name actuallyadditions:magnet_ring_bauble. +[16:57:59] [Server thread/WARN] [FML]: * at net.minecraftforge.registries.ForgeRegistry.add(ForgeRegistry.java:300) +[16:57:59] [Server thread/WARN] [FML]: * at net.minecraftforge.registries.ForgeRegistry.add(ForgeRegistry.java:281) +[16:57:59] [Server thread/WARN] [FML]: * at net.minecraftforge.registries.ForgeRegistry.register(ForgeRegistry.java:113) +[16:57:59] [Server thread/WARN] [FML]: * at net.minecraftforge.registries.ForgeRegistry.registerAll(ForgeRegistry.java:154) +[16:57:59] [Server thread/WARN] [FML]: * at me.jacky1356400.actuallybaubles.ActuallyBaubles.onItemRegistry(ActuallyBaubles.java:67) +[16:57:59] [Server thread/WARN] [FML]: * at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_866_ActuallyBaubles_onItemRegistry_Register.invoke(.dynamic)... +[16:57:59] [Server thread/WARN] [FML]: **************************************** +[16:57:59] [Server thread/WARN] [FML]: **************************************** +[16:57:59] [Server thread/WARN] [FML]: * Registry Item: The object me.jacky1356400.actuallybaubles.item.ItemPotionRingAdvancedBauble@61c7dc7b has been registered twice for the same name actuallyadditions:potion_ring_advanced_bauble. +[16:57:59] [Server thread/WARN] [FML]: * at net.minecraftforge.registries.ForgeRegistry.add(ForgeRegistry.java:300) +[16:57:59] [Server thread/WARN] [FML]: * at net.minecraftforge.registries.ForgeRegistry.add(ForgeRegistry.java:281) +[16:57:59] [Server thread/WARN] [FML]: * at net.minecraftforge.registries.ForgeRegistry.register(ForgeRegistry.java:113) +[16:57:59] [Server thread/WARN] [FML]: * at net.minecraftforge.registries.ForgeRegistry.registerAll(ForgeRegistry.java:154) +[16:57:59] [Server thread/WARN] [FML]: * at me.jacky1356400.actuallybaubles.ActuallyBaubles.onItemRegistry(ActuallyBaubles.java:67) +[16:57:59] [Server thread/WARN] [FML]: * at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_866_ActuallyBaubles_onItemRegistry_Register.invoke(.dynamic)... +[16:57:59] [Server thread/WARN] [FML]: **************************************** +[16:57:59] [Server thread/WARN] [FML]: **************************************** +[16:57:59] [Server thread/WARN] [FML]: * Registry Item: The object me.jacky1356400.actuallybaubles.item.ItemBatteryBauble@250d22f4 has been registered twice for the same name actuallyadditions:battery_bauble. +[16:57:59] [Server thread/WARN] [FML]: * at net.minecraftforge.registries.ForgeRegistry.add(ForgeRegistry.java:300) +[16:57:59] [Server thread/WARN] [FML]: * at net.minecraftforge.registries.ForgeRegistry.add(ForgeRegistry.java:281) +[16:57:59] [Server thread/WARN] [FML]: * at net.minecraftforge.registries.ForgeRegistry.register(ForgeRegistry.java:113) +[16:57:59] [Server thread/WARN] [FML]: * at net.minecraftforge.registries.ForgeRegistry.registerAll(ForgeRegistry.java:154) +[16:57:59] [Server thread/WARN] [FML]: * at me.jacky1356400.actuallybaubles.ActuallyBaubles.onItemRegistry(ActuallyBaubles.java:67) +[16:57:59] [Server thread/WARN] [FML]: * at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_866_ActuallyBaubles_onItemRegistry_Register.invoke(.dynamic)... +[16:57:59] [Server thread/WARN] [FML]: **************************************** +[16:57:59] [Server thread/WARN] [FML]: **************************************** +[16:57:59] [Server thread/WARN] [FML]: * Registry Item: The object me.jacky1356400.actuallybaubles.item.ItemBatteryBauble@d8a819c has been registered twice for the same name actuallyadditions:battery_double_bauble. +[16:57:59] [Server thread/WARN] [FML]: * at net.minecraftforge.registries.ForgeRegistry.add(ForgeRegistry.java:300) +[16:57:59] [Server thread/WARN] [FML]: * at net.minecraftforge.registries.ForgeRegistry.add(ForgeRegistry.java:281) +[16:57:59] [Server thread/WARN] [FML]: * at net.minecraftforge.registries.ForgeRegistry.register(ForgeRegistry.java:113) +[16:57:59] [Server thread/WARN] [FML]: * at net.minecraftforge.registries.ForgeRegistry.registerAll(ForgeRegistry.java:154) +[16:57:59] [Server thread/WARN] [FML]: * at me.jacky1356400.actuallybaubles.ActuallyBaubles.onItemRegistry(ActuallyBaubles.java:67) +[16:57:59] [Server thread/WARN] [FML]: * at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_866_ActuallyBaubles_onItemRegistry_Register.invoke(.dynamic)... +[16:57:59] [Server thread/WARN] [FML]: **************************************** +[16:57:59] [Server thread/WARN] [FML]: **************************************** +[16:57:59] [Server thread/WARN] [FML]: * Registry Item: The object me.jacky1356400.actuallybaubles.item.ItemBatteryBauble@5c4c586d has been registered twice for the same name actuallyadditions:battery_triple_bauble. +[16:57:59] [Server thread/WARN] [FML]: * at net.minecraftforge.registries.ForgeRegistry.add(ForgeRegistry.java:300) +[16:57:59] [Server thread/WARN] [FML]: * at net.minecraftforge.registries.ForgeRegistry.add(ForgeRegistry.java:281) +[16:57:59] [Server thread/WARN] [FML]: * at net.minecraftforge.registries.ForgeRegistry.register(ForgeRegistry.java:113) +[16:57:59] [Server thread/WARN] [FML]: * at net.minecraftforge.registries.ForgeRegistry.registerAll(ForgeRegistry.java:154) +[16:57:59] [Server thread/WARN] [FML]: * at me.jacky1356400.actuallybaubles.ActuallyBaubles.onItemRegistry(ActuallyBaubles.java:67) +[16:57:59] [Server thread/WARN] [FML]: * at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_866_ActuallyBaubles_onItemRegistry_Register.invoke(.dynamic)... +[16:57:59] [Server thread/WARN] [FML]: **************************************** +[16:57:59] [Server thread/WARN] [FML]: **************************************** +[16:57:59] [Server thread/WARN] [FML]: * Registry Item: The object me.jacky1356400.actuallybaubles.item.ItemBatteryBauble@3b7639b has been registered twice for the same name actuallyadditions:battery_quadruple_bauble. +[16:57:59] [Server thread/WARN] [FML]: * at net.minecraftforge.registries.ForgeRegistry.add(ForgeRegistry.java:300) +[16:57:59] [Server thread/WARN] [FML]: * at net.minecraftforge.registries.ForgeRegistry.add(ForgeRegistry.java:281) +[16:57:59] [Server thread/WARN] [FML]: * at net.minecraftforge.registries.ForgeRegistry.register(ForgeRegistry.java:113) +[16:57:59] [Server thread/WARN] [FML]: * at net.minecraftforge.registries.ForgeRegistry.registerAll(ForgeRegistry.java:154) +[16:57:59] [Server thread/WARN] [FML]: * at me.jacky1356400.actuallybaubles.ActuallyBaubles.onItemRegistry(ActuallyBaubles.java:67) +[16:57:59] [Server thread/WARN] [FML]: * at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_866_ActuallyBaubles_onItemRegistry_Register.invoke(.dynamic)... +[16:57:59] [Server thread/WARN] [FML]: **************************************** +[16:57:59] [Server thread/WARN] [FML]: **************************************** +[16:57:59] [Server thread/WARN] [FML]: * Registry Item: The object me.jacky1356400.actuallybaubles.item.ItemBatteryBauble@4fe1fb9b has been registered twice for the same name actuallyadditions:battery_quintuple_bauble. +[16:57:59] [Server thread/WARN] [FML]: * at net.minecraftforge.registries.ForgeRegistry.add(ForgeRegistry.java:300) +[16:57:59] [Server thread/WARN] [FML]: * at net.minecraftforge.registries.ForgeRegistry.add(ForgeRegistry.java:281) +[16:57:59] [Server thread/WARN] [FML]: * at net.minecraftforge.registries.ForgeRegistry.register(ForgeRegistry.java:113) +[16:57:59] [Server thread/WARN] [FML]: * at net.minecraftforge.registries.ForgeRegistry.registerAll(ForgeRegistry.java:154) +[16:57:59] [Server thread/WARN] [FML]: * at me.jacky1356400.actuallybaubles.ActuallyBaubles.onItemRegistry(ActuallyBaubles.java:67) +[16:57:59] [Server thread/WARN] [FML]: * at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_866_ActuallyBaubles_onItemRegistry_Register.invoke(.dynamic)... +[16:57:59] [Server thread/WARN] [FML]: **************************************** +[16:57:59] [Server thread/INFO] [cyclicmagic]: Registered ore dict entry workbench : Block{cyclicmagic:block_workbench} +[16:57:59] [Server thread/TRACE] [Aroma1997Core]: No Items needed to be registered from mod aroma1997core. +[16:57:59] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `furnace`, expected `fastfurnace`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:59] [Server thread/INFO] [FML]: Applying holder lookups +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup nex:pigtificate_ambient for public static net.minecraft.util.SoundEvent nex.init.NetherExSoundEvents.PIGTIFICATE_AMBIENT. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup nex:pigtificate_hurt for public static net.minecraft.util.SoundEvent nex.init.NetherExSoundEvents.PIGTIFICATE_HURT. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup nex:pigtificate_death for public static net.minecraft.util.SoundEvent nex.init.NetherExSoundEvents.PIGTIFICATE_DEATH. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup nex:mogus_ambient for public static net.minecraft.util.SoundEvent nex.init.NetherExSoundEvents.MOGUS_AMBIENT. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup nex:mogus_hurt for public static net.minecraft.util.SoundEvent nex.init.NetherExSoundEvents.MOGUS_HURT. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup nex:mogus_death for public static net.minecraft.util.SoundEvent nex.init.NetherExSoundEvents.MOGUS_DEATH. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup nex:salamander_ambient for public static net.minecraft.util.SoundEvent nex.init.NetherExSoundEvents.SALAMANDER_AMBIENT. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup nex:salamander_hurt for public static net.minecraft.util.SoundEvent nex.init.NetherExSoundEvents.SALAMANDER_HURT. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup nex:salamander_death for public static net.minecraft.util.SoundEvent nex.init.NetherExSoundEvents.SALAMANDER_DEATH. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup nex:wight_ambient for public static net.minecraft.util.SoundEvent nex.init.NetherExSoundEvents.WIGHT_AMBIENT. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup nex:wight_hurt for public static net.minecraft.util.SoundEvent nex.init.NetherExSoundEvents.WIGHT_HURT. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup nex:wight_death for public static net.minecraft.util.SoundEvent nex.init.NetherExSoundEvents.WIGHT_DEATH. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup nex:ember_hurt for public static net.minecraft.util.SoundEvent nex.init.NetherExSoundEvents.EMBER_HURT. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup nex:ember_death for public static net.minecraft.util.SoundEvent nex.init.NetherExSoundEvents.EMBER_DEATH. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup nex:nethermite_ambient for public static net.minecraft.util.SoundEvent nex.init.NetherExSoundEvents.NETHERMITE_AMBIENT. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup nex:nethermite_hurt for public static net.minecraft.util.SoundEvent nex.init.NetherExSoundEvents.NETHERMITE_HURT. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup nex:nethermite_death for public static net.minecraft.util.SoundEvent nex.init.NetherExSoundEvents.NETHERMITE_DEATH. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup nex:spinout_ambient for public static net.minecraft.util.SoundEvent nex.init.NetherExSoundEvents.SPINOUT_AMBIENT. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup nex:spinout_hurt for public static net.minecraft.util.SoundEvent nex.init.NetherExSoundEvents.SPINOUT_HURT. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup nex:spinout_death for public static net.minecraft.util.SoundEvent nex.init.NetherExSoundEvents.SPINOUT_DEATH. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup nex:spore_hurt for public static net.minecraft.util.SoundEvent nex.init.NetherExSoundEvents.SPORE_HURT. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup nex:spore_death for public static net.minecraft.util.SoundEvent nex.init.NetherExSoundEvents.SPORE_DEATH. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup nex:spore_warn for public static net.minecraft.util.SoundEvent nex.init.NetherExSoundEvents.SPORE_WARN. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup nex:spore_explode for public static net.minecraft.util.SoundEvent nex.init.NetherExSoundEvents.SPORE_EXPLODE. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup nex:ghastling_ambient for public static net.minecraft.util.SoundEvent nex.init.NetherExSoundEvents.GHASTLING_AMBIENT. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup nex:ghastling_hurt for public static net.minecraft.util.SoundEvent nex.init.NetherExSoundEvents.GHASTLING_HURT. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup nex:ghastling_death for public static net.minecraft.util.SoundEvent nex.init.NetherExSoundEvents.GHASTLING_DEATH. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup nex:ghastling_warn for public static net.minecraft.util.SoundEvent nex.init.NetherExSoundEvents.GHASTLING_WARN. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup nex:ghastling_shoot for public static net.minecraft.util.SoundEvent nex.init.NetherExSoundEvents.GHASTLING_SHOOT. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup nex:ghast_queen_ambient for public static net.minecraft.util.SoundEvent nex.init.NetherExSoundEvents.GHAST_QUEEN_AMBIENT. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup nex:ghast_queen_hurt for public static net.minecraft.util.SoundEvent nex.init.NetherExSoundEvents.GHAST_QUEEN_HURT. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup nex:ghast_queen_death for public static net.minecraft.util.SoundEvent nex.init.NetherExSoundEvents.GHAST_QUEEN_DEATH. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup nex:ghast_queen_shoot for public static net.minecraft.util.SoundEvent nex.init.NetherExSoundEvents.GHAST_QUEEN_SHOOT. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup nex:ghast_queen_summon for public static net.minecraft.util.SoundEvent nex.init.NetherExSoundEvents.GHAST_QUEEN_SUMMON. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup vc:guidebook_main for public static com.viesis.viescraft.common.items.ItemGuidebookMain com.viesis.viescraft.api.ItemsVC.GUIDEBOOK_MAIN. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup vc:dismounter_normal for public static com.viesis.viescraft.common.items.ItemDismounterNormal com.viesis.viescraft.api.ItemsVC.DISMOUNTER_NORMAL. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup vc:dismounter_player for public static com.viesis.viescraft.common.items.ItemDismounterPlayer com.viesis.viescraft.api.ItemsVC.DISMOUNTER_PLAYER. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup vc:viesoline_pellets for public static com.viesis.viescraft.common.items.parts.ItemViesoline com.viesis.viescraft.api.ItemsVC.VIESOLINE_PELLETS. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup vc:logic_chip for public static com.viesis.viescraft.common.items.parts.main.ItemLogicChip com.viesis.viescraft.api.ItemsVC.LOGIC_CHIP. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup vc:airship_ignition for public static com.viesis.viescraft.common.items.parts.main.ItemIgnition com.viesis.viescraft.api.ItemsVC.AIRSHIP_IGNITION. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup vc:airship_frame for public static com.viesis.viescraft.common.items.parts.main.ItemFrame com.viesis.viescraft.api.ItemsVC.AIRSHIP_FRAME. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup vc:airship_engine for public static com.viesis.viescraft.common.items.parts.main.ItemEngine com.viesis.viescraft.api.ItemsVC.AIRSHIP_ENGINE. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup vc:airship_balloon for public static com.viesis.viescraft.common.items.parts.main.ItemBalloon com.viesis.viescraft.api.ItemsVC.AIRSHIP_BALLOON. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup vc:upgrade_core for public static com.viesis.viescraft.common.items.upgrades.ItemUpgradeCore com.viesis.viescraft.api.ItemsVC.UPGRADE_CORE. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup vc:upgrade_frame for public static com.viesis.viescraft.common.items.upgrades.ItemUpgradeFrame com.viesis.viescraft.api.ItemsVC.UPGRADE_FRAME. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup vc:upgrade_engine for public static com.viesis.viescraft.common.items.upgrades.ItemUpgradeEngine com.viesis.viescraft.api.ItemsVC.UPGRADE_ENGINE. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup vc:upgrade_balloon for public static com.viesis.viescraft.common.items.upgrades.ItemUpgradeBalloon com.viesis.viescraft.api.ItemsVC.UPGRADE_BALLOON. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup vc:bomb for public static com.viesis.viescraft.common.items.ItemBomb com.viesis.viescraft.api.ItemsVC.BOMB. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup vc:module_type for public static com.viesis.viescraft.common.items.parts.ItemModuleType com.viesis.viescraft.api.ItemsVC.MODULE_TYPE. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup vc:module_creative for public static com.viesis.viescraft.common.items.parts.ItemModuleCreative com.viesis.viescraft.api.ItemsVC.MODULE_CREATIVE. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup vc:item_airship for public static com.viesis.viescraft.common.items.airships.ItemAirship com.viesis.viescraft.api.ItemsVC.ITEM_AIRSHIP. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup vc:item_airship_creative for public static com.viesis.viescraft.common.items.airships.ItemCreativeAirship com.viesis.viescraft.api.ItemsVC.ITEM_AIRSHIP_CREATIVE. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup vc:item_entity_airship for public static com.viesis.viescraft.common.items.ItemEntityAirship com.viesis.viescraft.api.ItemsVC.ITEM_ENTITY_AIRSHIP. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup vc:achievement_airship for public static com.viesis.viescraft.common.items.achievements.ItemAchievement com.viesis.viescraft.api.ItemsVC.ACHIEVEMENT_AIRSHIP. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup vc:item_display_symbol for public static com.viesis.viescraft.common.items.symbols.ItemDisplaySymbol com.viesis.viescraft.api.ItemsVC.ITEM_DISPLAY_SYMBOL. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup primal:aconite for public static nmd.primal.core.common.potions.PrimalPotion nmd.primal.core.common.potions.ModPotions.ACONITE. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup primal:yew for public static nmd.primal.core.common.potions.PrimalPotion nmd.primal.core.common.potions.ModPotions.YEW. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup primal:adrenaline for public static nmd.primal.core.common.potions.PrimalPotion nmd.primal.core.common.potions.ModPotions.ADRENALINE. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup primal:porphyria for public static nmd.primal.core.common.potions.PrimalPotion nmd.primal.core.common.potions.ModPotions.PORPHYRIA. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup primal:water_burn for public static nmd.primal.core.common.potions.PrimalPotion nmd.primal.core.common.potions.ModPotions.WATER_BURN. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup primal:sun_burn for public static nmd.primal.core.common.potions.PrimalPotion nmd.primal.core.common.potions.ModPotions.SUN_BURN. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup buildcraftsilicon:laser for public static net.minecraft.block.Block buildcraft.api.BCBlocks$Silicon.LASER. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup buildcraftsilicon:assembly_table for public static net.minecraft.block.Block buildcraft.api.BCBlocks$Silicon.ASSEMBLY_TABLE. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup buildcraftsilicon:advanced_crafting_table for public static net.minecraft.block.Block buildcraft.api.BCBlocks$Silicon.ADVANCED_CRAFTING_TABLE. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup buildcraftsilicon:integration_table for public static net.minecraft.block.Block buildcraft.api.BCBlocks$Silicon.INTEGRATION_TABLE. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup buildcraftsilicon:charging_table for public static net.minecraft.block.Block buildcraft.api.BCBlocks$Silicon.CHARGING_TABLE. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup buildcraftsilicon:programming_table for public static net.minecraft.block.Block buildcraft.api.BCBlocks$Silicon.PROGRAMMING_TABLE. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup nex:normal_freeze for public static net.minecraft.potion.PotionType nex.init.NetherExEffectTypes.NORMAL_FREEZE. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup nex:normal_frostbite for public static net.minecraft.potion.PotionType nex.init.NetherExEffectTypes.NORMAL_FROSTBITE. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup nex:normal_spore for public static net.minecraft.potion.PotionType nex.init.NetherExEffectTypes.NORMAL_SPORE. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup nex:normal_lost for public static net.minecraft.potion.PotionType nex.init.NetherExEffectTypes.NORMAL_LOST. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:boost for public static net.minecraft.potion.Potion WayofTime.bloodmagic.core.RegistrarBloodMagic.BOOST. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:whirlwind for public static net.minecraft.potion.Potion WayofTime.bloodmagic.core.RegistrarBloodMagic.WHIRLWIND. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:planar_binding for public static net.minecraft.potion.Potion WayofTime.bloodmagic.core.RegistrarBloodMagic.PLANAR_BINDING. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:soul_snare for public static net.minecraft.potion.Potion WayofTime.bloodmagic.core.RegistrarBloodMagic.SOUL_SNARE. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:soul_fray for public static net.minecraft.potion.Potion WayofTime.bloodmagic.core.RegistrarBloodMagic.SOUL_FRAY. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:fire_fuse for public static net.minecraft.potion.Potion WayofTime.bloodmagic.core.RegistrarBloodMagic.FIRE_FUSE. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:constrict for public static net.minecraft.potion.Potion WayofTime.bloodmagic.core.RegistrarBloodMagic.CONSTRICT. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:plant_leech for public static net.minecraft.potion.Potion WayofTime.bloodmagic.core.RegistrarBloodMagic.PLANT_LEECH. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:deafness for public static net.minecraft.potion.Potion WayofTime.bloodmagic.core.RegistrarBloodMagic.DEAFNESS. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:bounce for public static net.minecraft.potion.Potion WayofTime.bloodmagic.core.RegistrarBloodMagic.BOUNCE. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:cling for public static net.minecraft.potion.Potion WayofTime.bloodmagic.core.RegistrarBloodMagic.CLING. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:sacrificial_lamb for public static net.minecraft.potion.Potion WayofTime.bloodmagic.core.RegistrarBloodMagic.SACRIFICIAL_LAMB. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:flight for public static net.minecraft.potion.Potion WayofTime.bloodmagic.core.RegistrarBloodMagic.FLIGHT. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:grounded for public static net.minecraft.potion.Potion WayofTime.bloodmagic.core.RegistrarBloodMagic.GROUNDED. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:heavy_heart for public static net.minecraft.potion.Potion WayofTime.bloodmagic.core.RegistrarBloodMagic.HEAVY_HEART. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:suspended for public static net.minecraft.potion.Potion WayofTime.bloodmagic.core.RegistrarBloodMagic.SUSPENDED. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:feathered for public static net.minecraft.potion.Potion WayofTime.bloodmagic.core.RegistrarBloodMagic.FEATHERED. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup buildcraftfactory:plastic_sheet for public static net.minecraft.item.Item buildcraft.api.BCItems$Factory.PLASTIC_SHEET. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup buildcraftfactory:water_gel for public static net.minecraft.item.Item buildcraft.api.BCItems$Factory.WATER_GEL. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup buildcraftfactory:gelled_water for public static net.minecraft.item.Item buildcraft.api.BCItems$Factory.GELLED_WATER. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup buildcraftenergy:glob_of_oil for public static net.minecraft.item.Item buildcraft.api.BCItems$Energy.GLOB_OF_OIL. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup chisel:bloodmagic for public static team.chisel.common.block.BlockCarvable team.chisel.common.init.ChiselBlocks.bloodmagic. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup chisel:carpet for public static team.chisel.common.block.BlockCarvable team.chisel.common.init.ChiselBlocks.carpet. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup chisel:cloud for public static team.chisel.common.block.BlockCarvable team.chisel.common.init.ChiselBlocks.cloud. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup chisel:concrete for public static team.chisel.common.block.BlockCarvable team.chisel.common.init.ChiselBlocks.concrete. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup chisel:concrete_powder for public static team.chisel.common.block.BlockCarvable team.chisel.common.init.ChiselBlocks.concrete_powder. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup chisel:paper for public static team.chisel.common.block.BlockCarvable team.chisel.common.init.ChiselBlocks.paper. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup chisel:valentines for public static team.chisel.common.block.BlockCarvable team.chisel.common.init.ChiselBlocks.valentines. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup chisel:waterstoneextra for public static team.chisel.common.block.BlockCarvable team.chisel.common.init.ChiselBlocks.waterstoneextra. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup buildcraftcore:paintbrush for public static net.minecraft.item.Item buildcraft.api.BCItems$Core.PAINTBRUSH. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup buildcraftcore:goggles for public static net.minecraft.item.Item buildcraft.api.BCItems$Core.GOGGLES. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup buildcraftcore:fragile_fluid_shard for public static net.minecraft.item.Item buildcraft.api.BCItems$Core.FRAGILE_FLUID_SHARD. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup buildcraftfactory:pump for public static net.minecraft.block.Block buildcraft.api.BCBlocks$Factory.PUMP. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup nex:ruthless_sands for public static nex.world.biome.BiomeRuthlessSands nex.init.NetherExBiomes.RUTHLESS_SANDS. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup nex:fungi_forest for public static nex.world.biome.BiomeFungiForest nex.init.NetherExBiomes.FUNGI_FOREST. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup nex:torrid_wasteland for public static nex.world.biome.BiomeTorridWasteland nex.init.NetherExBiomes.TORRID_WASTELAND. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup nex:arctic_abyss for public static nex.world.biome.BiomeArcticAbyss nex.init.NetherExBiomes.ARCTIC_ABYSS. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup nex:freeze for public static lex.potion.PotionLibEx nex.init.NetherExEffects.FREEZE. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup nex:frostbite for public static lex.potion.PotionLibEx nex.init.NetherExEffects.FROSTBITE. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup nex:spore for public static lex.potion.PotionLibEx nex.init.NetherExEffects.SPORE. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup nex:lost for public static lex.potion.PotionLibEx nex.init.NetherExEffects.LOST. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup thaumcraft:quicksilver for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.ThaumCompat.THA_QUICKSILVER. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup dynamictrees:oakbranch for private static net.minecraft.block.Block betterwithmods.module.compat.DynamicTrees.oakbranch. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup harvestcraft:grouperrawitem for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.PamsCompat.PAMS_FISH_RAW_GROUPER. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup ironbackpacks:lock for public static gr8pefish.ironbackpacks.api.upgrade.BackpackUpgrade gr8pefish.ironbackpacks.core.RegistrarIronBackpacks.UPGRADE_LOCK. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup harvestcraft:tilapiarawitem for public static net.minecraft.item.Item nmd.primal.core.common.compat.mods.PamsCompat.PAMS_FISH_RAW_TILAPIA. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:fire_swamp for public static net.minecraft.world.biome.Biome twilightforest.biomes.TFBiomes.fireSwamp. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup dynamictrees:birchbranch for private static net.minecraft.block.Block nmd.primal.core.common.compat.mods.DynamicTreesCompat.DYNTREE_BRANCH_BIRCH. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:dense_twilight_forest for public static net.minecraft.world.biome.Biome twilightforest.biomes.TFBiomes.denseTwilightForest. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup ironbackpacks:everlasting for public static gr8pefish.ironbackpacks.api.upgrade.BackpackUpgrade gr8pefish.ironbackpacks.core.RegistrarIronBackpacks.UPGRADE_EVERLASTING. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup quark:custom_chest for public static net.minecraft.block.Block betterwithmods.module.compat.Quark.CUSTOM_CHEST. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup dynamictrees:junglebranch for private static net.minecraft.block.Block betterwithmods.module.compat.DynamicTrees.junglebranch. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup inspirations:materials for public static net.minecraft.item.Item blusunrize.immersiveengineering.common.util.compat.InspirationsHelper.ITEM_MATERIAL. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup harvestcraft:pampaperbark for public static net.minecraft.block.Block betterwithmods.module.compat.Harvestcraft.logPaperbark. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup dynamictrees:birchbranch for private static net.minecraft.block.Block betterwithmods.module.compat.DynamicTrees.birchbranch. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup dynamictrees:darkoakbranch for private static net.minecraft.block.Block betterwithmods.module.compat.DynamicTrees.darkoakbranch. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup trumpetskeleton:item.trumpet.use for public static net.minecraft.util.SoundEvent com.jamieswhiteshirt.trumpetskeleton.common.TrumpetSkeletonSoundEvents.ITEM_TRUMPET_USE. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup thermalfoundation:wrench for private static net.minecraft.item.Item me.desht.pneumaticcraft.common.thirdparty.ModdedWrenchUtils.CRESCENT_HAMMER. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup ironbackpacks:basic for public static gr8pefish.ironbackpacks.api.backpack.variant.BackpackType gr8pefish.ironbackpacks.core.RegistrarIronBackpacks.PACK_BASIC. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup harvestcraft:walleyerawitem for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.PamsCompat.PAMS_FISH_RAW_WALLEYE. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup harvestcraft:catfishrawitem for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.PamsCompat.PAMS_FISH_RAW_CAT. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:pneumatic_wrench for public static net.minecraft.util.SoundEvent me.desht.pneumaticcraft.lib.Sounds.PNEUMATIC_WRENCH. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:chirp for public static net.minecraft.util.SoundEvent me.desht.pneumaticcraft.lib.Sounds.CHIRP. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:twilight_stream for public static net.minecraft.world.biome.Biome twilightforest.biomes.TFBiomes.stream. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup betterwithmods:block.bloodwood.break for public static net.minecraft.util.SoundEvent betterwithmods.common.BWSounds.BLOODWOOD_BREAK. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup buildcraftsilicon:assembly_table for private static net.minecraft.block.Block buildcraft.transport.BCTransportRecipes.SILICON_TABLE_ASSEMBLY. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup combustfish:magma_string for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.CombustCompat.COMBUST_MAGMA_STRING. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:minigun for public static net.minecraft.util.SoundEvent me.desht.pneumaticcraft.lib.Sounds.MINIGUN. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup theoneprobe:probe for public static net.minecraft.item.Item me.desht.pneumaticcraft.common.recipes.CraftingRegistrator.ONE_PROBE. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup ironbackpacks:open_backpack for public static net.minecraft.util.SoundEvent gr8pefish.ironbackpacks.core.RegistrarIronBackpacks.BACKPACK_OPEN. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:transcendent for public static WayofTime.bloodmagic.orb.BloodOrb WayofTime.bloodmagic.core.RegistrarBloodMagic.ORB_TRANSCENDENT. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:twilight_highlands for public static net.minecraft.world.biome.Biome twilightforest.biomes.TFBiomes.highlands. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:enchanted_forest for public static net.minecraft.world.biome.Biome twilightforest.biomes.TFBiomes.enchantedForest. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:drone_death for public static net.minecraft.util.SoundEvent me.desht.pneumaticcraft.lib.Sounds.DRONE_DEATH. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup harvestcraft:mudfishrawitem for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.PamsCompat.PAMS_FISH_RAW_MUD. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:elevator_rising_stop for public static net.minecraft.util.SoundEvent me.desht.pneumaticcraft.lib.Sounds.ELEVATOR_STOP. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup enderio:block_fused_quartz for private static net.minecraft.block.Block nmd.primal.core.common.compat.mods.EIOCompat.EIO_FUSED_QUARTZ. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:dark_forest_center for public static net.minecraft.world.biome.Biome twilightforest.biomes.TFBiomes.darkForestCenter. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup harvestcraft:pamcinnamon for public static net.minecraft.block.Block betterwithmods.module.compat.Harvestcraft.logCinnamon. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup betterwithmods:block.mechanical.overpower for public static net.minecraft.util.SoundEvent betterwithmods.common.BWSounds.MECHANICAL_OVERPOWER. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:pneumatic_crusher for public static net.minecraft.util.SoundEvent me.desht.pneumaticcraft.lib.Sounds.PNEUMATIC_CRUSHER_SOUND. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:thornlands for public static net.minecraft.world.biome.Biome twilightforest.biomes.TFBiomes.thornlands. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup minecraft:itemstack for public static org.cyclops.commoncapabilities.api.ingredient.IngredientComponent org.cyclops.commoncapabilities.api.ingredient.IngredientComponent.ITEMSTACK. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup betterwithmods:mud for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.BWMCompat.BWM_somethinghere. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup dynamictrees:darkoakbranch for private static net.minecraft.block.Block nmd.primal.core.common.compat.mods.DynamicTreesCompat.DYNTREE_BRANCH_DARK_OAK. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:magician for public static WayofTime.bloodmagic.orb.BloodOrb WayofTime.bloodmagic.core.RegistrarBloodMagic.ORB_MAGICIAN. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup betterwithmods:block.metal.hacksaw for public static net.minecraft.util.SoundEvent betterwithmods.common.BWSounds.METAL_HACKSAW. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup betterwithmods:block.metal.chime for public static net.minecraft.util.SoundEvent betterwithmods.common.BWSounds.METALCHIME. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup dynamictrees:acaciabranch for private static net.minecraft.block.Block nmd.primal.core.common.compat.mods.DynamicTreesCompat.DYNTREE_BRANCH_ACACIA. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:alchemical_dragon for public static betterwithaddons.block.BlockAlchDragon betterwithaddons.block.ModBlocks.ALCHEMICAL_DRAGON. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup simpleplanes:oak for public static xyz.przemyk.simpleplanes.PlaneMaterial xyz.przemyk.simpleplanes.setup.SimplePlanesMaterials.OAK. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:air_cannon for public static net.minecraft.util.SoundEvent me.desht.pneumaticcraft.lib.Sounds.CANNON_SOUND. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:master for public static WayofTime.bloodmagic.orb.BloodOrb WayofTime.bloodmagic.core.RegistrarBloodMagic.ORB_MASTER. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup dynamictrees:oakbranch for private static net.minecraft.block.Block nmd.primal.core.common.compat.mods.DynamicTreesCompat.DYNTREE_BRANCH_OAK. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup cyberware:shades for public static net.minecraft.item.Item nmd.primal.core.common.init.ModCompat.CBR_SHADES_SQUARE. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup enderio:block_enlightened_fused_quartz for private static net.minecraft.block.Block nmd.primal.core.common.compat.mods.EIOCompat.EIO_ENLIGHTENED_QUARTZ. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup enderio:item_material for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.EIOCompat.EIO_MATERIAL. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:mushroom_forest for public static net.minecraft.world.biome.Biome twilightforest.biomes.TFBiomes.mushrooms. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup betterwithmods:slow_fall for public static net.minecraft.potion.Potion betterwithmods.common.BWRegistry.POTION_SLOWFALL. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup cyclicmagic:boomerang for public static net.minecraft.item.Item com.lothrazar.cyclicmagic.item.boomerang.EntityBoomerang.boomerangItem. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:minigun_stop for public static net.minecraft.util.SoundEvent me.desht.pneumaticcraft.lib.Sounds.MINIGUN_STOP. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup trumpetskeleton:entity.parrot.imitate.trumpet_skeleton for public static net.minecraft.util.SoundEvent com.jamieswhiteshirt.trumpetskeleton.common.TrumpetSkeletonSoundEvents.E_PARROT_IM_TRUMPET_SKELETON. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup minecraft:energy for public static org.cyclops.commoncapabilities.api.ingredient.IngredientComponent org.cyclops.commoncapabilities.api.ingredient.IngredientComponent.ENERGY. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:twilight_lake for public static net.minecraft.world.biome.Biome twilightforest.biomes.TFBiomes.tfLake. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:electrified for public static betterwithaddons.potion.effects.EffectElectrified betterwithaddons.potion.ModPotions.electrified. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup trumpetskeleton:entity.trumpet_skeleton.ambient for public static net.minecraft.util.SoundEvent com.jamieswhiteshirt.trumpetskeleton.common.TrumpetSkeletonSoundEvents.ENTITY_TRUMPET_SKELETON_AMBIENT. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup thaumcraft:nugget for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.ThaumCompat.THA_NUGGET. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup ironbackpacks:diamond for public static gr8pefish.ironbackpacks.api.backpack.variant.BackpackType gr8pefish.ironbackpacks.core.RegistrarIronBackpacks.PACK_DIAMOND. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup harvestcraft:fishtrapbaititem for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.PamsCompat.PAMS_FISH_TRAP_BAIT. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup thaumcraft:cluster for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.ThaumCompat.THA_CLUSTER. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:oak_savannah for public static net.minecraft.world.biome.Biome twilightforest.biomes.TFBiomes.oakSavanna. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:firefly_forest for public static net.minecraft.world.biome.Biome twilightforest.biomes.TFBiomes.fireflyForest. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup harvestcraft:anchovyrawitem for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.PamsCompat.PAMS_FISH_RAW_ANCHOVY. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup betterwithmods:block.millstone.netherrack for public static net.minecraft.util.SoundEvent betterwithmods.common.BWSounds.MILLSTONE_NETHERRACK. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:twilight_glacier for public static net.minecraft.world.biome.Biome twilightforest.biomes.TFBiomes.glacier. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup cyberware:cybereyes for public static net.minecraft.item.Item nmd.primal.core.common.init.ModCompat.CBR_CYBER_EYES. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup enderio:item_alloy_ingot for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.EIOCompat.EIO_INGOT. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup simpleplanes:plane_loop for public static net.minecraft.util.SoundEvent xyz.przemyk.simpleplanes.setup.SimplePlanesSounds.PLANE_LOOP. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup betterwithmods:entity.player.oof for public static net.minecraft.util.SoundEvent betterwithmods.common.BWSounds.OOF. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup enderio:item_alloy_nugget for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.EIOCompat.EIO_NUGGET. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup dynamictrees:junglebranch for private static net.minecraft.block.Block nmd.primal.core.common.compat.mods.DynamicTreesCompat.DYNTREE_BRANCH_JUNGLE. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup ic2:quantum_helmet for public static net.minecraft.item.Item nmd.primal.core.common.init.ModCompat.IC2_QUANTUM_HELMET. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:helmet_hack_finish for public static net.minecraft.util.SoundEvent me.desht.pneumaticcraft.lib.Sounds.HELMET_HACK_FINISH. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup ironbackpacks:gold for public static gr8pefish.ironbackpacks.api.backpack.variant.BackpackType gr8pefish.ironbackpacks.core.RegistrarIronBackpacks.PACK_GOLD. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup harvestcraft:carprawitem for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.PamsCompat.PAMS_FISH_RAW_CARP. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:frosted for public static net.minecraft.potion.Potion twilightforest.potions.TFPotions.frosty. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup harvestcraft:perchrawitem for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.PamsCompat.PAMS_FISH_RAW_PERCH. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup nex:tilled_sand_soul for public static net.minecraft.block.Block nmd.primal.core.common.init.ModCompat.NEX_TILLED_SOUL_SAND. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:twilight_clearing for public static net.minecraft.world.biome.Biome twilightforest.biomes.TFBiomes.clearing. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:snowy_forest for public static net.minecraft.world.biome.Biome twilightforest.biomes.TFBiomes.snowy_forest. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup enderio:block_fused_glass for private static net.minecraft.block.Block nmd.primal.core.common.compat.mods.EIOCompat.EIO_FUSED_GLASS. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup ironbackpacks:close_backpack for public static net.minecraft.util.SoundEvent gr8pefish.ironbackpacks.core.RegistrarIronBackpacks.BACKPACK_CLOSE. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup enderio:item_yeta_wrench for private static net.minecraft.item.Item me.desht.pneumaticcraft.common.thirdparty.ModdedWrenchUtils.YETA_WRENCH. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup betterwithmods:true_sight for public static net.minecraft.potion.Potion betterwithmods.common.BWRegistry.POTION_TRUESIGHT. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup modularrouters:thud for public static net.minecraft.util.SoundEvent me.desht.modularrouters.core.RegistrarMR.SOUND_THUD. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:twilight_forest for public static net.minecraft.world.biome.Biome twilightforest.biomes.TFBiomes.twilightForest. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup cyberware:shades2 for public static net.minecraft.item.Item nmd.primal.core.common.init.ModCompat.CBR_SHADES_ROUND. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup harvestcraft:bassrawitem for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.PamsCompat.PAMS_FISH_RAW_BASS. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup vanillafoodpantry:red_flint for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.VFPCompat.VFP_RED_FLINT. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup betterwithmods:block.wood.creak for public static net.minecraft.util.SoundEvent betterwithmods.common.BWSounds.WOODCREAK. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup betterwithmods:looting for public static net.minecraft.potion.Potion betterwithmods.common.BWRegistry.POTION_LOOTING. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup betterwithmods:fortune for public static net.minecraft.potion.Potion betterwithmods.common.BWRegistry.POTION_FORTUNE. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup harvestcraft:troutrawitem for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.PamsCompat.PAMS_FISH_RAW_TROUT. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup harvestcraft:tunarawitem for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.PamsCompat.PAMS_FISH_RAW_TUNA. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:archmage for public static WayofTime.bloodmagic.orb.BloodOrb WayofTime.bloodmagic.core.RegistrarBloodMagic.ORB_ARCHMAGE. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:drone_hurt for public static net.minecraft.util.SoundEvent me.desht.pneumaticcraft.lib.Sounds.DRONE_HURT. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup cyclicmagic:fire_frost for public static net.minecraft.block.Block com.lothrazar.cyclicmagic.block.firestarter.TileEntityFireStarter.fireFrost. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:universal_actuator for public static net.minecraft.block.Block me.desht.pneumaticcraft.common.block.Blockss.UNIVERSAL_ACTUATOR. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup modularrouters:error for public static net.minecraft.util.SoundEvent me.desht.modularrouters.core.RegistrarMR.SOUND_ERROR. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:hud_entity_lock for public static net.minecraft.util.SoundEvent me.desht.pneumaticcraft.lib.Sounds.HUD_ENTITY_LOCK. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:dark_forest for public static net.minecraft.world.biome.Biome twilightforest.biomes.TFBiomes.darkForest. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:electric_compressor for static net.minecraft.block.Block me.desht.pneumaticcraft.common.thirdparty.ic2.IC2.ELECTRIC_COMPRESSOR. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup ironbackpacks:extra_upgrade for public static gr8pefish.ironbackpacks.api.upgrade.BackpackUpgrade gr8pefish.ironbackpacks.core.RegistrarIronBackpacks.UPGRADE_EXTRA_UPGRADE. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:boss for public static betterwithaddons.potion.effects.EffectBoss betterwithaddons.potion.ModPotions.boss. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:interface_door for public static net.minecraft.util.SoundEvent me.desht.pneumaticcraft.lib.Sounds.INTERFACE_DOOR. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup familiarfauna:familiarfauna.deer for private static net.minecraftforge.fml.common.registry.EntityEntry nmd.primal.core.common.compat.mods.FaunaCompat.FAUNA_DEER. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup harvestcraft:herringrawitem for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.PamsCompat.PAMS_FISH_RAW_HERRING. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup cyclicmagic:stone_pebble for public static net.minecraft.item.Item com.lothrazar.cyclicmagic.item.slingshot.ItemProjectileSlingshot.bullet. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup cyclicmagic:stone_pebble for public static net.minecraft.item.Item com.lothrazar.cyclicmagic.item.slingshot.EntitySlingshot.bullet. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup minecraft:fluidstack for public static org.cyclops.commoncapabilities.api.ingredient.IngredientComponent org.cyclops.commoncapabilities.api.ingredient.IngredientComponent.FLUIDSTACK. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup ic2:quantum_chestplate for public static net.minecraft.item.Item nmd.primal.core.common.init.ModCompat.IC2_QUANTUM_CHESTPLATE. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:tarred for public static betterwithaddons.potion.effects.EffectTarred betterwithaddons.potion.ModPotions.tarred. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup ic2:quantum_leggings for public static net.minecraft.item.Item nmd.primal.core.common.init.ModCompat.IC2_QUANTUM_LEGGINGS. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup ironbackpacks:damage_bar for public static gr8pefish.ironbackpacks.api.upgrade.BackpackUpgrade gr8pefish.ironbackpacks.core.RegistrarIronBackpacks.UPGRADE_DAMAGE_BAR. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:drone_interface for public static net.minecraft.block.Block me.desht.pneumaticcraft.common.thirdparty.computercraft.OpenComputers.DRONE_INTERFACE. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup betterwithmods:block.wood.chime for public static net.minecraft.util.SoundEvent betterwithmods.common.BWSounds.WOODCHIME. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup ic2:misc_resource for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.IC2Compat.IC2_MISC_RESOURCE. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:hud_init_complete for public static net.minecraft.util.SoundEvent me.desht.pneumaticcraft.lib.Sounds.HUD_INIT_COMPLETE. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup foundry:component for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.FoundryCompat.FDR_COMPONENT. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup harvestcraft:charrrawitem for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.PamsCompat.PAMS_FISH_RAW_CHARR. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:weak for public static WayofTime.bloodmagic.orb.BloodOrb WayofTime.bloodmagic.core.RegistrarBloodMagic.ORB_WEAK. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:punch for public static net.minecraft.util.SoundEvent me.desht.pneumaticcraft.lib.Sounds.PUNCH. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:scuba for public static net.minecraft.util.SoundEvent me.desht.pneumaticcraft.lib.Sounds.SCUBA. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup dynamictrees:sprucebranch for private static net.minecraft.block.Block nmd.primal.core.common.compat.mods.DynamicTreesCompat.DYNTREE_BRANCH_SPRUCE. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:twilight_swamp for public static net.minecraft.world.biome.Biome twilightforest.biomes.TFBiomes.tfSwamp. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup natura:flame_string for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.NaturaCompat.NATURA_FLAME_STRING. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:cannonball for public static betterwithaddons.potion.effects.EffectCannonball betterwithaddons.potion.ModPotions.cannonball. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup dynamictrees:acaciabranch for private static net.minecraft.block.Block betterwithmods.module.compat.DynamicTrees.acaciabranch. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup bloodmagic:apprentice for public static WayofTime.bloodmagic.orb.BloodOrb WayofTime.bloodmagic.core.RegistrarBloodMagic.ORB_APPRENTICE. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup totemic:buffalo for public static net.minecraftforge.fml.common.registry.EntityEntry nmd.primal.core.common.init.ModCompat.TOTEMIC_BUFFALO. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:pneumatic_door for public static net.minecraft.util.SoundEvent me.desht.pneumaticcraft.lib.Sounds.PNEUMATIC_DOOR. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:pneumatic_generator for static net.minecraft.block.Block me.desht.pneumaticcraft.common.thirdparty.ic2.IC2.PNEUMATIC_GENERATOR. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup modularrouters:success for public static net.minecraft.util.SoundEvent me.desht.modularrouters.core.RegistrarMR.SOUND_SUCCESS. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:leaking_gas for public static net.minecraft.util.SoundEvent me.desht.pneumaticcraft.lib.Sounds.LEAKING_GAS_SOUND. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:elevator_rising_start for public static net.minecraft.util.SoundEvent me.desht.pneumaticcraft.lib.Sounds.ELEVATOR_START. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup betterwithmods:block.stone.grind for public static net.minecraft.util.SoundEvent betterwithmods.common.BWSounds.STONEGRIND. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup harvestcraft:pammaple for public static net.minecraft.block.Block betterwithmods.module.compat.Harvestcraft.logMaple. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup betterwithmods:block.saw.cut for public static net.minecraft.util.SoundEvent betterwithmods.common.BWSounds.SAW_CUT. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup dynamictrees:sprucebranch for private static net.minecraft.block.Block betterwithmods.module.compat.DynamicTrees.sprucebranch. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup harvestcraft:snapperrawitem for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.PamsCompat.PAMS_FISH_RAW_SNAPPER. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:sci_fi for public static net.minecraft.util.SoundEvent me.desht.pneumaticcraft.lib.Sounds.SCIFI. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:short_hiss for public static net.minecraft.util.SoundEvent me.desht.pneumaticcraft.lib.Sounds.SHORT_HISS. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:elevator_rising for public static net.minecraft.util.SoundEvent me.desht.pneumaticcraft.lib.Sounds.ELEVATOR_MOVING. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:highlands_center for public static net.minecraft.world.biome.Biome twilightforest.biomes.TFBiomes.highlandsCenter. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup betterwithmods:block.wood.bellow for public static net.minecraft.util.SoundEvent betterwithmods.common.BWSounds.BELLOW. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup ic2:wrench for private static net.minecraft.item.Item me.desht.pneumaticcraft.common.thirdparty.ModdedWrenchUtils.IC2_WRENCH. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup twilightforest:deep_mushroom_forest for public static net.minecraft.world.biome.Biome twilightforest.biomes.TFBiomes.deepMushrooms. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup natura:flint_and_blaze for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.NaturaCompat.NATURA_FLINT_N_BLAZE. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:leaking_gas_low for public static net.minecraft.util.SoundEvent me.desht.pneumaticcraft.lib.Sounds.LEAKING_GAS_LOW. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup ic2:quantum_boots for public static net.minecraft.item.Item nmd.primal.core.common.init.ModCompat.IC2_QUANTUM_BOOTS. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup ironbackpacks:iron for public static gr8pefish.ironbackpacks.api.backpack.variant.BackpackType gr8pefish.ironbackpacks.core.RegistrarIronBackpacks.PACK_IRON. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:hud_init for public static net.minecraft.util.SoundEvent me.desht.pneumaticcraft.lib.Sounds.HUD_INIT. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/DEBUG] [FML]: Unable to lookup ic2:crafting for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.IC2Compat.IC2_CRAFTING. This means the object wasn't registered. It's likely just mod options. +[16:57:59] [Server thread/INFO] [FML]: Holder lookups applied +[16:57:59] [Server thread/TRACE] [Aroma1997Core]: No BloodOrbs needed to be registered from mod aroma1997core. +[16:58:00] [Server thread/TRACE] [Aroma1997Core]: No IngredientComponents needed to be registered from mod aroma1997core. +[16:58:00] [Server thread/TRACE] [Aroma1997Core]: No ConveyorUpgradeFactorys needed to be registered from mod aroma1997core. +[16:58:00] [Server thread/TRACE] [Aroma1997Core]: No PlantRecollectables needed to be registered from mod aroma1997core. +[16:58:00] [Server thread/TRACE] [Aroma1997Core]: No StrawHandlers needed to be registered from mod aroma1997core. +[16:58:00] [Server thread/TRACE] [Aroma1997Core]: No BackpackTypes needed to be registered from mod aroma1997core. +[16:58:00] [Server thread/TRACE] [Aroma1997Core]: No BackpackUpgrades needed to be registered from mod aroma1997core. +[16:58:00] [Server thread/TRACE] [Aroma1997Core]: No Biomes needed to be registered from mod aroma1997core. +[16:58:00] [Server thread/TRACE] [Aroma1997Core]: No DataSerializerEntrys needed to be registered from mod aroma1997core. +[16:58:00] [Server thread/TRACE] [Aroma1997Core]: No Enchantments needed to be registered from mod aroma1997core. +[16:58:00] [Server thread/TRACE] [FML]: Automatically registered mod tconstruct entity tconstruct.blueslime as tconstruct:blueslime +[16:58:00] [Server thread/TRACE] [FML]: Automatically registered mod tconstruct entity Indestructible Item as tconstruct:indestructible +[16:58:00] [Server thread/TRACE] [FML]: Automatically registered mod tconstruct entity arrow as tconstruct:arrow +[16:58:00] [Server thread/TRACE] [FML]: Automatically registered mod tconstruct entity bolt as tconstruct:bolt +[16:58:00] [Server thread/TRACE] [FML]: Automatically registered mod tconstruct entity shuriken as tconstruct:shuriken +[16:58:00] [Server thread/TRACE] [FML]: Automatically registered mod tconstruct entity Fancy Item Frame as tconstruct:fancy_frame +[16:58:00] [Server thread/TRACE] [FML]: Automatically registered mod tconstruct entity Throwball as tconstruct:throwball +[16:58:00] [Server thread/TRACE] [FML]: Automatically registered mod mekanism entity ObsidianTNT as mekanism:obsidiantnt +[16:58:00] [Server thread/TRACE] [FML]: Automatically registered mod mekanism entity Robit as mekanism:robit +[16:58:00] [Server thread/TRACE] [FML]: Automatically registered mod mekanism entity Balloon as mekanism:balloon +[16:58:00] [Server thread/TRACE] [FML]: Automatically registered mod mekanism entity BabySkeleton as mekanism:babyskeleton +[16:58:00] [Server thread/TRACE] [FML]: Automatically registered mod mekanism entity Flame as mekanism:flame +[16:58:00] [Server thread/TRACE] [FML]: Automatically registered mod natura entity imp as natura:imp +[16:58:00] [Server thread/TRACE] [FML]: Automatically registered mod natura entity heatscarspider as natura:heatscarspider +[16:58:00] [Server thread/TRACE] [FML]: Automatically registered mod natura entity babyheatscarspider as natura:babyheatscarspider +[16:58:00] [Server thread/TRACE] [FML]: Automatically registered mod natura entity nitrocreeper as natura:nitrocreeper +[16:58:00] [Server thread/TRACE] [FML]: Automatically registered mod farmingforblockheads entity merchant as farmingforblockheads:merchant +[16:58:00] [Server thread/TRACE] [Aroma1997Core]: No EntityEntrys needed to be registered from mod aroma1997core. +[16:58:00] [Server thread/TRACE] [FML]: Automatically registered mod trumpetskeleton entity trumpetskeleton.TrumpetSkeleton as trumpetskeleton:trumpet_skeleton +[16:58:00] [Server thread/INFO] [sevpatches_core]: PatchPrimalScaredyCat succeeded +[16:58:00] [Server thread/INFO] [sevpatches_core]: PatchPrimalNicerHammerHeads succeeded +[16:58:00] [Server thread/TRACE] [Aroma1997Core]: No Potions needed to be registered from mod aroma1997core. +[16:58:00] [Server thread/TRACE] [Aroma1997Core]: No PotionTypes needed to be registered from mod aroma1997core. +[16:58:00] [Server thread/TRACE] [Aroma1997Core]: No SoundEvents needed to be registered from mod aroma1997core. +[16:58:00] [Server thread/INFO] [Actually Additions]: Initializing Village Addons... +[16:58:00] [Server thread/TRACE] [Aroma1997Core]: No VillagerProfessions needed to be registered from mod aroma1997core. +[16:58:00] [Server thread/TRACE] [Aroma1997Core]: No AxeRecipes needed to be registered from mod aroma1997core. +[16:58:00] [Server thread/TRACE] [Aroma1997Core]: No BladeRecipes needed to be registered from mod aroma1997core. +[16:58:00] [Server thread/TRACE] [Aroma1997Core]: No BottleRecipes needed to be registered from mod aroma1997core. +[16:58:00] [Server thread/TRACE] [Aroma1997Core]: No BrickRecipes needed to be registered from mod aroma1997core. +[16:58:00] [Server thread/TRACE] [Aroma1997Core]: No CauldronRecipes needed to be registered from mod aroma1997core. +[16:58:00] [Server thread/TRACE] [Aroma1997Core]: No DryingRecipes needed to be registered from mod aroma1997core. +[16:58:00] [Server thread/TRACE] [Aroma1997Core]: No FlakeRecipes needed to be registered from mod aroma1997core. +[16:58:00] [Server thread/TRACE] [Aroma1997Core]: No GallagherRecipes needed to be registered from mod aroma1997core. +[16:58:00] [Server thread/TRACE] [Aroma1997Core]: No HibachiRecipes needed to be registered from mod aroma1997core. +[16:58:00] [Server thread/TRACE] [Aroma1997Core]: No HoeRecipes needed to be registered from mod aroma1997core. +[16:58:00] [Server thread/TRACE] [Aroma1997Core]: No IceRecipes needed to be registered from mod aroma1997core. +[16:58:00] [Server thread/TRACE] [Aroma1997Core]: No MagmaRecipes needed to be registered from mod aroma1997core. +[16:58:00] [Server thread/TRACE] [Aroma1997Core]: No ShovelRecipes needed to be registered from mod aroma1997core. +[16:58:00] [Server thread/TRACE] [Aroma1997Core]: No SmelterRecipes needed to be registered from mod aroma1997core. +[16:58:00] [Server thread/TRACE] [Aroma1997Core]: No PlaneMaterials needed to be registered from mod aroma1997core. +[16:58:00] [Server thread/TRACE] [Aroma1997Core]: No UpgradeTypes needed to be registered from mod aroma1997core. +[16:58:00] [Server thread/TRACE] [Aroma1997Core]: No MusicInstruments needed to be registered from mod aroma1997core. +[16:58:00] [Server thread/TRACE] [Aroma1997Core]: No TotemEffects needed to be registered from mod aroma1997core. +[16:58:00] [Server thread/TRACE] [Aroma1997Core]: No Ceremonys needed to be registered from mod aroma1997core. +[16:58:00] [Server thread/INFO] [FML]: Applying holder lookups +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup vc:guidebook_main for public static com.viesis.viescraft.common.items.ItemGuidebookMain com.viesis.viescraft.api.ItemsVC.GUIDEBOOK_MAIN. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup vc:dismounter_normal for public static com.viesis.viescraft.common.items.ItemDismounterNormal com.viesis.viescraft.api.ItemsVC.DISMOUNTER_NORMAL. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup vc:dismounter_player for public static com.viesis.viescraft.common.items.ItemDismounterPlayer com.viesis.viescraft.api.ItemsVC.DISMOUNTER_PLAYER. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup vc:viesoline_pellets for public static com.viesis.viescraft.common.items.parts.ItemViesoline com.viesis.viescraft.api.ItemsVC.VIESOLINE_PELLETS. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup vc:logic_chip for public static com.viesis.viescraft.common.items.parts.main.ItemLogicChip com.viesis.viescraft.api.ItemsVC.LOGIC_CHIP. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup vc:airship_ignition for public static com.viesis.viescraft.common.items.parts.main.ItemIgnition com.viesis.viescraft.api.ItemsVC.AIRSHIP_IGNITION. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup vc:airship_frame for public static com.viesis.viescraft.common.items.parts.main.ItemFrame com.viesis.viescraft.api.ItemsVC.AIRSHIP_FRAME. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup vc:airship_engine for public static com.viesis.viescraft.common.items.parts.main.ItemEngine com.viesis.viescraft.api.ItemsVC.AIRSHIP_ENGINE. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup vc:airship_balloon for public static com.viesis.viescraft.common.items.parts.main.ItemBalloon com.viesis.viescraft.api.ItemsVC.AIRSHIP_BALLOON. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup vc:upgrade_core for public static com.viesis.viescraft.common.items.upgrades.ItemUpgradeCore com.viesis.viescraft.api.ItemsVC.UPGRADE_CORE. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup vc:upgrade_frame for public static com.viesis.viescraft.common.items.upgrades.ItemUpgradeFrame com.viesis.viescraft.api.ItemsVC.UPGRADE_FRAME. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup vc:upgrade_engine for public static com.viesis.viescraft.common.items.upgrades.ItemUpgradeEngine com.viesis.viescraft.api.ItemsVC.UPGRADE_ENGINE. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup vc:upgrade_balloon for public static com.viesis.viescraft.common.items.upgrades.ItemUpgradeBalloon com.viesis.viescraft.api.ItemsVC.UPGRADE_BALLOON. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup vc:bomb for public static com.viesis.viescraft.common.items.ItemBomb com.viesis.viescraft.api.ItemsVC.BOMB. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup vc:module_type for public static com.viesis.viescraft.common.items.parts.ItemModuleType com.viesis.viescraft.api.ItemsVC.MODULE_TYPE. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup vc:module_creative for public static com.viesis.viescraft.common.items.parts.ItemModuleCreative com.viesis.viescraft.api.ItemsVC.MODULE_CREATIVE. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup vc:item_airship for public static com.viesis.viescraft.common.items.airships.ItemAirship com.viesis.viescraft.api.ItemsVC.ITEM_AIRSHIP. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup vc:item_airship_creative for public static com.viesis.viescraft.common.items.airships.ItemCreativeAirship com.viesis.viescraft.api.ItemsVC.ITEM_AIRSHIP_CREATIVE. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup vc:item_entity_airship for public static com.viesis.viescraft.common.items.ItemEntityAirship com.viesis.viescraft.api.ItemsVC.ITEM_ENTITY_AIRSHIP. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup vc:achievement_airship for public static com.viesis.viescraft.common.items.achievements.ItemAchievement com.viesis.viescraft.api.ItemsVC.ACHIEVEMENT_AIRSHIP. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup vc:item_display_symbol for public static com.viesis.viescraft.common.items.symbols.ItemDisplaySymbol com.viesis.viescraft.api.ItemsVC.ITEM_DISPLAY_SYMBOL. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup buildcraftsilicon:laser for public static net.minecraft.block.Block buildcraft.api.BCBlocks$Silicon.LASER. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup buildcraftsilicon:assembly_table for public static net.minecraft.block.Block buildcraft.api.BCBlocks$Silicon.ASSEMBLY_TABLE. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup buildcraftsilicon:advanced_crafting_table for public static net.minecraft.block.Block buildcraft.api.BCBlocks$Silicon.ADVANCED_CRAFTING_TABLE. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup buildcraftsilicon:integration_table for public static net.minecraft.block.Block buildcraft.api.BCBlocks$Silicon.INTEGRATION_TABLE. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup buildcraftsilicon:charging_table for public static net.minecraft.block.Block buildcraft.api.BCBlocks$Silicon.CHARGING_TABLE. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup buildcraftsilicon:programming_table for public static net.minecraft.block.Block buildcraft.api.BCBlocks$Silicon.PROGRAMMING_TABLE. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup buildcraftfactory:plastic_sheet for public static net.minecraft.item.Item buildcraft.api.BCItems$Factory.PLASTIC_SHEET. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup buildcraftfactory:water_gel for public static net.minecraft.item.Item buildcraft.api.BCItems$Factory.WATER_GEL. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup buildcraftfactory:gelled_water for public static net.minecraft.item.Item buildcraft.api.BCItems$Factory.GELLED_WATER. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup buildcraftenergy:glob_of_oil for public static net.minecraft.item.Item buildcraft.api.BCItems$Energy.GLOB_OF_OIL. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup chisel:bloodmagic for public static team.chisel.common.block.BlockCarvable team.chisel.common.init.ChiselBlocks.bloodmagic. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup chisel:carpet for public static team.chisel.common.block.BlockCarvable team.chisel.common.init.ChiselBlocks.carpet. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup chisel:cloud for public static team.chisel.common.block.BlockCarvable team.chisel.common.init.ChiselBlocks.cloud. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup chisel:concrete for public static team.chisel.common.block.BlockCarvable team.chisel.common.init.ChiselBlocks.concrete. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup chisel:concrete_powder for public static team.chisel.common.block.BlockCarvable team.chisel.common.init.ChiselBlocks.concrete_powder. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup chisel:paper for public static team.chisel.common.block.BlockCarvable team.chisel.common.init.ChiselBlocks.paper. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup chisel:valentines for public static team.chisel.common.block.BlockCarvable team.chisel.common.init.ChiselBlocks.valentines. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup chisel:waterstoneextra for public static team.chisel.common.block.BlockCarvable team.chisel.common.init.ChiselBlocks.waterstoneextra. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup buildcraftcore:paintbrush for public static net.minecraft.item.Item buildcraft.api.BCItems$Core.PAINTBRUSH. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup buildcraftcore:goggles for public static net.minecraft.item.Item buildcraft.api.BCItems$Core.GOGGLES. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup buildcraftcore:fragile_fluid_shard for public static net.minecraft.item.Item buildcraft.api.BCItems$Core.FRAGILE_FLUID_SHARD. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup buildcraftfactory:pump for public static net.minecraft.block.Block buildcraft.api.BCBlocks$Factory.PUMP. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup thaumcraft:quicksilver for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.ThaumCompat.THA_QUICKSILVER. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup dynamictrees:oakbranch for private static net.minecraft.block.Block betterwithmods.module.compat.DynamicTrees.oakbranch. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup harvestcraft:grouperrawitem for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.PamsCompat.PAMS_FISH_RAW_GROUPER. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup harvestcraft:tilapiarawitem for public static net.minecraft.item.Item nmd.primal.core.common.compat.mods.PamsCompat.PAMS_FISH_RAW_TILAPIA. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup dynamictrees:birchbranch for private static net.minecraft.block.Block nmd.primal.core.common.compat.mods.DynamicTreesCompat.DYNTREE_BRANCH_BIRCH. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup quark:custom_chest for public static net.minecraft.block.Block betterwithmods.module.compat.Quark.CUSTOM_CHEST. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup dynamictrees:junglebranch for private static net.minecraft.block.Block betterwithmods.module.compat.DynamicTrees.junglebranch. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup inspirations:materials for public static net.minecraft.item.Item blusunrize.immersiveengineering.common.util.compat.InspirationsHelper.ITEM_MATERIAL. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup harvestcraft:pampaperbark for public static net.minecraft.block.Block betterwithmods.module.compat.Harvestcraft.logPaperbark. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup dynamictrees:birchbranch for private static net.minecraft.block.Block betterwithmods.module.compat.DynamicTrees.birchbranch. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup dynamictrees:darkoakbranch for private static net.minecraft.block.Block betterwithmods.module.compat.DynamicTrees.darkoakbranch. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup thermalfoundation:wrench for private static net.minecraft.item.Item me.desht.pneumaticcraft.common.thirdparty.ModdedWrenchUtils.CRESCENT_HAMMER. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup harvestcraft:walleyerawitem for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.PamsCompat.PAMS_FISH_RAW_WALLEYE. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup harvestcraft:catfishrawitem for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.PamsCompat.PAMS_FISH_RAW_CAT. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup betterwithmods:block.bloodwood.break for public static net.minecraft.util.SoundEvent betterwithmods.common.BWSounds.BLOODWOOD_BREAK. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup buildcraftsilicon:assembly_table for private static net.minecraft.block.Block buildcraft.transport.BCTransportRecipes.SILICON_TABLE_ASSEMBLY. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup combustfish:magma_string for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.CombustCompat.COMBUST_MAGMA_STRING. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup theoneprobe:probe for public static net.minecraft.item.Item me.desht.pneumaticcraft.common.recipes.CraftingRegistrator.ONE_PROBE. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup harvestcraft:mudfishrawitem for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.PamsCompat.PAMS_FISH_RAW_MUD. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup enderio:block_fused_quartz for private static net.minecraft.block.Block nmd.primal.core.common.compat.mods.EIOCompat.EIO_FUSED_QUARTZ. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup harvestcraft:pamcinnamon for public static net.minecraft.block.Block betterwithmods.module.compat.Harvestcraft.logCinnamon. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup betterwithmods:mud for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.BWMCompat.BWM_somethinghere. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup dynamictrees:darkoakbranch for private static net.minecraft.block.Block nmd.primal.core.common.compat.mods.DynamicTreesCompat.DYNTREE_BRANCH_DARK_OAK. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup dynamictrees:acaciabranch for private static net.minecraft.block.Block nmd.primal.core.common.compat.mods.DynamicTreesCompat.DYNTREE_BRANCH_ACACIA. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:alchemical_dragon for public static betterwithaddons.block.BlockAlchDragon betterwithaddons.block.ModBlocks.ALCHEMICAL_DRAGON. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup dynamictrees:oakbranch for private static net.minecraft.block.Block nmd.primal.core.common.compat.mods.DynamicTreesCompat.DYNTREE_BRANCH_OAK. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup cyberware:shades for public static net.minecraft.item.Item nmd.primal.core.common.init.ModCompat.CBR_SHADES_SQUARE. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup enderio:block_enlightened_fused_quartz for private static net.minecraft.block.Block nmd.primal.core.common.compat.mods.EIOCompat.EIO_ENLIGHTENED_QUARTZ. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup enderio:item_material for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.EIOCompat.EIO_MATERIAL. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup cyclicmagic:boomerang for public static net.minecraft.item.Item com.lothrazar.cyclicmagic.item.boomerang.EntityBoomerang.boomerangItem. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup thaumcraft:nugget for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.ThaumCompat.THA_NUGGET. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup harvestcraft:fishtrapbaititem for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.PamsCompat.PAMS_FISH_TRAP_BAIT. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup thaumcraft:cluster for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.ThaumCompat.THA_CLUSTER. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup harvestcraft:anchovyrawitem for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.PamsCompat.PAMS_FISH_RAW_ANCHOVY. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup cyberware:cybereyes for public static net.minecraft.item.Item nmd.primal.core.common.init.ModCompat.CBR_CYBER_EYES. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup enderio:item_alloy_ingot for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.EIOCompat.EIO_INGOT. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup enderio:item_alloy_nugget for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.EIOCompat.EIO_NUGGET. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup dynamictrees:junglebranch for private static net.minecraft.block.Block nmd.primal.core.common.compat.mods.DynamicTreesCompat.DYNTREE_BRANCH_JUNGLE. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup ic2:quantum_helmet for public static net.minecraft.item.Item nmd.primal.core.common.init.ModCompat.IC2_QUANTUM_HELMET. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup harvestcraft:carprawitem for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.PamsCompat.PAMS_FISH_RAW_CARP. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup harvestcraft:perchrawitem for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.PamsCompat.PAMS_FISH_RAW_PERCH. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup nex:tilled_sand_soul for public static net.minecraft.block.Block nmd.primal.core.common.init.ModCompat.NEX_TILLED_SOUL_SAND. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup enderio:block_fused_glass for private static net.minecraft.block.Block nmd.primal.core.common.compat.mods.EIOCompat.EIO_FUSED_GLASS. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup enderio:item_yeta_wrench for private static net.minecraft.item.Item me.desht.pneumaticcraft.common.thirdparty.ModdedWrenchUtils.YETA_WRENCH. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup cyberware:shades2 for public static net.minecraft.item.Item nmd.primal.core.common.init.ModCompat.CBR_SHADES_ROUND. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup harvestcraft:bassrawitem for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.PamsCompat.PAMS_FISH_RAW_BASS. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup vanillafoodpantry:red_flint for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.VFPCompat.VFP_RED_FLINT. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup harvestcraft:troutrawitem for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.PamsCompat.PAMS_FISH_RAW_TROUT. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup harvestcraft:tunarawitem for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.PamsCompat.PAMS_FISH_RAW_TUNA. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup cyclicmagic:fire_frost for public static net.minecraft.block.Block com.lothrazar.cyclicmagic.block.firestarter.TileEntityFireStarter.fireFrost. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:universal_actuator for public static net.minecraft.block.Block me.desht.pneumaticcraft.common.block.Blockss.UNIVERSAL_ACTUATOR. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:electric_compressor for static net.minecraft.block.Block me.desht.pneumaticcraft.common.thirdparty.ic2.IC2.ELECTRIC_COMPRESSOR. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup familiarfauna:familiarfauna.deer for private static net.minecraftforge.fml.common.registry.EntityEntry nmd.primal.core.common.compat.mods.FaunaCompat.FAUNA_DEER. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup harvestcraft:herringrawitem for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.PamsCompat.PAMS_FISH_RAW_HERRING. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup cyclicmagic:stone_pebble for public static net.minecraft.item.Item com.lothrazar.cyclicmagic.item.slingshot.ItemProjectileSlingshot.bullet. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup cyclicmagic:stone_pebble for public static net.minecraft.item.Item com.lothrazar.cyclicmagic.item.slingshot.EntitySlingshot.bullet. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup ic2:quantum_chestplate for public static net.minecraft.item.Item nmd.primal.core.common.init.ModCompat.IC2_QUANTUM_CHESTPLATE. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup ic2:quantum_leggings for public static net.minecraft.item.Item nmd.primal.core.common.init.ModCompat.IC2_QUANTUM_LEGGINGS. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:drone_interface for public static net.minecraft.block.Block me.desht.pneumaticcraft.common.thirdparty.computercraft.OpenComputers.DRONE_INTERFACE. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup ic2:misc_resource for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.IC2Compat.IC2_MISC_RESOURCE. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup foundry:component for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.FoundryCompat.FDR_COMPONENT. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup harvestcraft:charrrawitem for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.PamsCompat.PAMS_FISH_RAW_CHARR. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup dynamictrees:sprucebranch for private static net.minecraft.block.Block nmd.primal.core.common.compat.mods.DynamicTreesCompat.DYNTREE_BRANCH_SPRUCE. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup natura:flame_string for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.NaturaCompat.NATURA_FLAME_STRING. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup dynamictrees:acaciabranch for private static net.minecraft.block.Block betterwithmods.module.compat.DynamicTrees.acaciabranch. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:pneumatic_generator for static net.minecraft.block.Block me.desht.pneumaticcraft.common.thirdparty.ic2.IC2.PNEUMATIC_GENERATOR. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup harvestcraft:pammaple for public static net.minecraft.block.Block betterwithmods.module.compat.Harvestcraft.logMaple. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup dynamictrees:sprucebranch for private static net.minecraft.block.Block betterwithmods.module.compat.DynamicTrees.sprucebranch. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup harvestcraft:snapperrawitem for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.PamsCompat.PAMS_FISH_RAW_SNAPPER. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup ic2:wrench for private static net.minecraft.item.Item me.desht.pneumaticcraft.common.thirdparty.ModdedWrenchUtils.IC2_WRENCH. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup natura:flint_and_blaze for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.NaturaCompat.NATURA_FLINT_N_BLAZE. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup ic2:quantum_boots for public static net.minecraft.item.Item nmd.primal.core.common.init.ModCompat.IC2_QUANTUM_BOOTS. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup ic2:crafting for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.IC2Compat.IC2_CRAFTING. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/INFO] [FML]: Holder lookups applied +[16:58:00] [Server thread/INFO] [FML]: Applying holder lookups +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup vc:guidebook_main for public static com.viesis.viescraft.common.items.ItemGuidebookMain com.viesis.viescraft.api.ItemsVC.GUIDEBOOK_MAIN. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup vc:dismounter_normal for public static com.viesis.viescraft.common.items.ItemDismounterNormal com.viesis.viescraft.api.ItemsVC.DISMOUNTER_NORMAL. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup vc:dismounter_player for public static com.viesis.viescraft.common.items.ItemDismounterPlayer com.viesis.viescraft.api.ItemsVC.DISMOUNTER_PLAYER. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup vc:viesoline_pellets for public static com.viesis.viescraft.common.items.parts.ItemViesoline com.viesis.viescraft.api.ItemsVC.VIESOLINE_PELLETS. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup vc:logic_chip for public static com.viesis.viescraft.common.items.parts.main.ItemLogicChip com.viesis.viescraft.api.ItemsVC.LOGIC_CHIP. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup vc:airship_ignition for public static com.viesis.viescraft.common.items.parts.main.ItemIgnition com.viesis.viescraft.api.ItemsVC.AIRSHIP_IGNITION. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup vc:airship_frame for public static com.viesis.viescraft.common.items.parts.main.ItemFrame com.viesis.viescraft.api.ItemsVC.AIRSHIP_FRAME. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup vc:airship_engine for public static com.viesis.viescraft.common.items.parts.main.ItemEngine com.viesis.viescraft.api.ItemsVC.AIRSHIP_ENGINE. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup vc:airship_balloon for public static com.viesis.viescraft.common.items.parts.main.ItemBalloon com.viesis.viescraft.api.ItemsVC.AIRSHIP_BALLOON. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup vc:upgrade_core for public static com.viesis.viescraft.common.items.upgrades.ItemUpgradeCore com.viesis.viescraft.api.ItemsVC.UPGRADE_CORE. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup vc:upgrade_frame for public static com.viesis.viescraft.common.items.upgrades.ItemUpgradeFrame com.viesis.viescraft.api.ItemsVC.UPGRADE_FRAME. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup vc:upgrade_engine for public static com.viesis.viescraft.common.items.upgrades.ItemUpgradeEngine com.viesis.viescraft.api.ItemsVC.UPGRADE_ENGINE. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup vc:upgrade_balloon for public static com.viesis.viescraft.common.items.upgrades.ItemUpgradeBalloon com.viesis.viescraft.api.ItemsVC.UPGRADE_BALLOON. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup vc:bomb for public static com.viesis.viescraft.common.items.ItemBomb com.viesis.viescraft.api.ItemsVC.BOMB. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup vc:module_type for public static com.viesis.viescraft.common.items.parts.ItemModuleType com.viesis.viescraft.api.ItemsVC.MODULE_TYPE. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup vc:module_creative for public static com.viesis.viescraft.common.items.parts.ItemModuleCreative com.viesis.viescraft.api.ItemsVC.MODULE_CREATIVE. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup vc:item_airship for public static com.viesis.viescraft.common.items.airships.ItemAirship com.viesis.viescraft.api.ItemsVC.ITEM_AIRSHIP. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup vc:item_airship_creative for public static com.viesis.viescraft.common.items.airships.ItemCreativeAirship com.viesis.viescraft.api.ItemsVC.ITEM_AIRSHIP_CREATIVE. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup vc:item_entity_airship for public static com.viesis.viescraft.common.items.ItemEntityAirship com.viesis.viescraft.api.ItemsVC.ITEM_ENTITY_AIRSHIP. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup vc:achievement_airship for public static com.viesis.viescraft.common.items.achievements.ItemAchievement com.viesis.viescraft.api.ItemsVC.ACHIEVEMENT_AIRSHIP. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup vc:item_display_symbol for public static com.viesis.viescraft.common.items.symbols.ItemDisplaySymbol com.viesis.viescraft.api.ItemsVC.ITEM_DISPLAY_SYMBOL. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup buildcraftsilicon:laser for public static net.minecraft.block.Block buildcraft.api.BCBlocks$Silicon.LASER. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup buildcraftsilicon:assembly_table for public static net.minecraft.block.Block buildcraft.api.BCBlocks$Silicon.ASSEMBLY_TABLE. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup buildcraftsilicon:advanced_crafting_table for public static net.minecraft.block.Block buildcraft.api.BCBlocks$Silicon.ADVANCED_CRAFTING_TABLE. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup buildcraftsilicon:integration_table for public static net.minecraft.block.Block buildcraft.api.BCBlocks$Silicon.INTEGRATION_TABLE. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup buildcraftsilicon:charging_table for public static net.minecraft.block.Block buildcraft.api.BCBlocks$Silicon.CHARGING_TABLE. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup buildcraftsilicon:programming_table for public static net.minecraft.block.Block buildcraft.api.BCBlocks$Silicon.PROGRAMMING_TABLE. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup buildcraftfactory:plastic_sheet for public static net.minecraft.item.Item buildcraft.api.BCItems$Factory.PLASTIC_SHEET. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup buildcraftfactory:water_gel for public static net.minecraft.item.Item buildcraft.api.BCItems$Factory.WATER_GEL. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup buildcraftfactory:gelled_water for public static net.minecraft.item.Item buildcraft.api.BCItems$Factory.GELLED_WATER. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup buildcraftenergy:glob_of_oil for public static net.minecraft.item.Item buildcraft.api.BCItems$Energy.GLOB_OF_OIL. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup chisel:bloodmagic for public static team.chisel.common.block.BlockCarvable team.chisel.common.init.ChiselBlocks.bloodmagic. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup chisel:carpet for public static team.chisel.common.block.BlockCarvable team.chisel.common.init.ChiselBlocks.carpet. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup chisel:cloud for public static team.chisel.common.block.BlockCarvable team.chisel.common.init.ChiselBlocks.cloud. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup chisel:concrete for public static team.chisel.common.block.BlockCarvable team.chisel.common.init.ChiselBlocks.concrete. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup chisel:concrete_powder for public static team.chisel.common.block.BlockCarvable team.chisel.common.init.ChiselBlocks.concrete_powder. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup chisel:paper for public static team.chisel.common.block.BlockCarvable team.chisel.common.init.ChiselBlocks.paper. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup chisel:valentines for public static team.chisel.common.block.BlockCarvable team.chisel.common.init.ChiselBlocks.valentines. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup chisel:waterstoneextra for public static team.chisel.common.block.BlockCarvable team.chisel.common.init.ChiselBlocks.waterstoneextra. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup buildcraftcore:paintbrush for public static net.minecraft.item.Item buildcraft.api.BCItems$Core.PAINTBRUSH. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup buildcraftcore:goggles for public static net.minecraft.item.Item buildcraft.api.BCItems$Core.GOGGLES. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup buildcraftcore:fragile_fluid_shard for public static net.minecraft.item.Item buildcraft.api.BCItems$Core.FRAGILE_FLUID_SHARD. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup buildcraftfactory:pump for public static net.minecraft.block.Block buildcraft.api.BCBlocks$Factory.PUMP. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup thaumcraft:quicksilver for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.ThaumCompat.THA_QUICKSILVER. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup dynamictrees:oakbranch for private static net.minecraft.block.Block betterwithmods.module.compat.DynamicTrees.oakbranch. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup harvestcraft:grouperrawitem for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.PamsCompat.PAMS_FISH_RAW_GROUPER. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup harvestcraft:tilapiarawitem for public static net.minecraft.item.Item nmd.primal.core.common.compat.mods.PamsCompat.PAMS_FISH_RAW_TILAPIA. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup dynamictrees:birchbranch for private static net.minecraft.block.Block nmd.primal.core.common.compat.mods.DynamicTreesCompat.DYNTREE_BRANCH_BIRCH. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup quark:custom_chest for public static net.minecraft.block.Block betterwithmods.module.compat.Quark.CUSTOM_CHEST. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup dynamictrees:junglebranch for private static net.minecraft.block.Block betterwithmods.module.compat.DynamicTrees.junglebranch. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup inspirations:materials for public static net.minecraft.item.Item blusunrize.immersiveengineering.common.util.compat.InspirationsHelper.ITEM_MATERIAL. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup harvestcraft:pampaperbark for public static net.minecraft.block.Block betterwithmods.module.compat.Harvestcraft.logPaperbark. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup dynamictrees:birchbranch for private static net.minecraft.block.Block betterwithmods.module.compat.DynamicTrees.birchbranch. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup dynamictrees:darkoakbranch for private static net.minecraft.block.Block betterwithmods.module.compat.DynamicTrees.darkoakbranch. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup thermalfoundation:wrench for private static net.minecraft.item.Item me.desht.pneumaticcraft.common.thirdparty.ModdedWrenchUtils.CRESCENT_HAMMER. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup harvestcraft:walleyerawitem for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.PamsCompat.PAMS_FISH_RAW_WALLEYE. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup harvestcraft:catfishrawitem for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.PamsCompat.PAMS_FISH_RAW_CAT. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup betterwithmods:block.bloodwood.break for public static net.minecraft.util.SoundEvent betterwithmods.common.BWSounds.BLOODWOOD_BREAK. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup buildcraftsilicon:assembly_table for private static net.minecraft.block.Block buildcraft.transport.BCTransportRecipes.SILICON_TABLE_ASSEMBLY. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup combustfish:magma_string for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.CombustCompat.COMBUST_MAGMA_STRING. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup theoneprobe:probe for public static net.minecraft.item.Item me.desht.pneumaticcraft.common.recipes.CraftingRegistrator.ONE_PROBE. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup harvestcraft:mudfishrawitem for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.PamsCompat.PAMS_FISH_RAW_MUD. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup enderio:block_fused_quartz for private static net.minecraft.block.Block nmd.primal.core.common.compat.mods.EIOCompat.EIO_FUSED_QUARTZ. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup harvestcraft:pamcinnamon for public static net.minecraft.block.Block betterwithmods.module.compat.Harvestcraft.logCinnamon. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup betterwithmods:mud for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.BWMCompat.BWM_somethinghere. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup dynamictrees:darkoakbranch for private static net.minecraft.block.Block nmd.primal.core.common.compat.mods.DynamicTreesCompat.DYNTREE_BRANCH_DARK_OAK. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup dynamictrees:acaciabranch for private static net.minecraft.block.Block nmd.primal.core.common.compat.mods.DynamicTreesCompat.DYNTREE_BRANCH_ACACIA. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:alchemical_dragon for public static betterwithaddons.block.BlockAlchDragon betterwithaddons.block.ModBlocks.ALCHEMICAL_DRAGON. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup dynamictrees:oakbranch for private static net.minecraft.block.Block nmd.primal.core.common.compat.mods.DynamicTreesCompat.DYNTREE_BRANCH_OAK. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup cyberware:shades for public static net.minecraft.item.Item nmd.primal.core.common.init.ModCompat.CBR_SHADES_SQUARE. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup enderio:block_enlightened_fused_quartz for private static net.minecraft.block.Block nmd.primal.core.common.compat.mods.EIOCompat.EIO_ENLIGHTENED_QUARTZ. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup enderio:item_material for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.EIOCompat.EIO_MATERIAL. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup cyclicmagic:boomerang for public static net.minecraft.item.Item com.lothrazar.cyclicmagic.item.boomerang.EntityBoomerang.boomerangItem. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup thaumcraft:nugget for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.ThaumCompat.THA_NUGGET. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup harvestcraft:fishtrapbaititem for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.PamsCompat.PAMS_FISH_TRAP_BAIT. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup thaumcraft:cluster for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.ThaumCompat.THA_CLUSTER. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup harvestcraft:anchovyrawitem for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.PamsCompat.PAMS_FISH_RAW_ANCHOVY. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup cyberware:cybereyes for public static net.minecraft.item.Item nmd.primal.core.common.init.ModCompat.CBR_CYBER_EYES. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup enderio:item_alloy_ingot for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.EIOCompat.EIO_INGOT. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup enderio:item_alloy_nugget for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.EIOCompat.EIO_NUGGET. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup dynamictrees:junglebranch for private static net.minecraft.block.Block nmd.primal.core.common.compat.mods.DynamicTreesCompat.DYNTREE_BRANCH_JUNGLE. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup ic2:quantum_helmet for public static net.minecraft.item.Item nmd.primal.core.common.init.ModCompat.IC2_QUANTUM_HELMET. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup harvestcraft:carprawitem for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.PamsCompat.PAMS_FISH_RAW_CARP. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup harvestcraft:perchrawitem for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.PamsCompat.PAMS_FISH_RAW_PERCH. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup nex:tilled_sand_soul for public static net.minecraft.block.Block nmd.primal.core.common.init.ModCompat.NEX_TILLED_SOUL_SAND. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup enderio:block_fused_glass for private static net.minecraft.block.Block nmd.primal.core.common.compat.mods.EIOCompat.EIO_FUSED_GLASS. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup enderio:item_yeta_wrench for private static net.minecraft.item.Item me.desht.pneumaticcraft.common.thirdparty.ModdedWrenchUtils.YETA_WRENCH. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup cyberware:shades2 for public static net.minecraft.item.Item nmd.primal.core.common.init.ModCompat.CBR_SHADES_ROUND. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup harvestcraft:bassrawitem for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.PamsCompat.PAMS_FISH_RAW_BASS. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup vanillafoodpantry:red_flint for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.VFPCompat.VFP_RED_FLINT. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup harvestcraft:troutrawitem for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.PamsCompat.PAMS_FISH_RAW_TROUT. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup harvestcraft:tunarawitem for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.PamsCompat.PAMS_FISH_RAW_TUNA. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup cyclicmagic:fire_frost for public static net.minecraft.block.Block com.lothrazar.cyclicmagic.block.firestarter.TileEntityFireStarter.fireFrost. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:universal_actuator for public static net.minecraft.block.Block me.desht.pneumaticcraft.common.block.Blockss.UNIVERSAL_ACTUATOR. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:electric_compressor for static net.minecraft.block.Block me.desht.pneumaticcraft.common.thirdparty.ic2.IC2.ELECTRIC_COMPRESSOR. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup familiarfauna:familiarfauna.deer for private static net.minecraftforge.fml.common.registry.EntityEntry nmd.primal.core.common.compat.mods.FaunaCompat.FAUNA_DEER. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup harvestcraft:herringrawitem for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.PamsCompat.PAMS_FISH_RAW_HERRING. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup cyclicmagic:stone_pebble for public static net.minecraft.item.Item com.lothrazar.cyclicmagic.item.slingshot.ItemProjectileSlingshot.bullet. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup cyclicmagic:stone_pebble for public static net.minecraft.item.Item com.lothrazar.cyclicmagic.item.slingshot.EntitySlingshot.bullet. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup ic2:quantum_chestplate for public static net.minecraft.item.Item nmd.primal.core.common.init.ModCompat.IC2_QUANTUM_CHESTPLATE. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup ic2:quantum_leggings for public static net.minecraft.item.Item nmd.primal.core.common.init.ModCompat.IC2_QUANTUM_LEGGINGS. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:drone_interface for public static net.minecraft.block.Block me.desht.pneumaticcraft.common.thirdparty.computercraft.OpenComputers.DRONE_INTERFACE. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup ic2:misc_resource for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.IC2Compat.IC2_MISC_RESOURCE. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup foundry:component for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.FoundryCompat.FDR_COMPONENT. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup harvestcraft:charrrawitem for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.PamsCompat.PAMS_FISH_RAW_CHARR. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup dynamictrees:sprucebranch for private static net.minecraft.block.Block nmd.primal.core.common.compat.mods.DynamicTreesCompat.DYNTREE_BRANCH_SPRUCE. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup natura:flame_string for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.NaturaCompat.NATURA_FLAME_STRING. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup dynamictrees:acaciabranch for private static net.minecraft.block.Block betterwithmods.module.compat.DynamicTrees.acaciabranch. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:pneumatic_generator for static net.minecraft.block.Block me.desht.pneumaticcraft.common.thirdparty.ic2.IC2.PNEUMATIC_GENERATOR. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup harvestcraft:pammaple for public static net.minecraft.block.Block betterwithmods.module.compat.Harvestcraft.logMaple. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup dynamictrees:sprucebranch for private static net.minecraft.block.Block betterwithmods.module.compat.DynamicTrees.sprucebranch. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup harvestcraft:snapperrawitem for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.PamsCompat.PAMS_FISH_RAW_SNAPPER. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup ic2:wrench for private static net.minecraft.item.Item me.desht.pneumaticcraft.common.thirdparty.ModdedWrenchUtils.IC2_WRENCH. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup natura:flint_and_blaze for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.NaturaCompat.NATURA_FLINT_N_BLAZE. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup ic2:quantum_boots for public static net.minecraft.item.Item nmd.primal.core.common.init.ModCompat.IC2_QUANTUM_BOOTS. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/DEBUG] [FML]: Unable to lookup ic2:crafting for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.IC2Compat.IC2_CRAFTING. This means the object wasn't registered. It's likely just mod options. +[16:58:00] [Server thread/INFO] [FML]: Holder lookups applied +[16:58:00] [Server thread/INFO] [FML]: Injecting itemstacks +[16:58:00] [Server thread/INFO] [FML]: Itemstack injection complete +[16:58:00] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Loading properties +[16:58:00] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Default game type: SURVIVAL +[16:58:00] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Generating keypair +[16:58:00] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Starting Minecraft server on 0.0.0.0:25568 +[16:58:00] [Server thread/INFO] [net.minecraft.network.NetworkSystem]: Using default channel type +[16:58:01] [Server thread/DEBUG] [randompatches]: Transforming class: net.minecraft.server.management.PlayerInteractionManager +[16:58:01] [Server thread/DEBUG] [randompatches]: Patching method: func_180784_a (onBlockClicked) +[16:58:01] [Server thread/ERROR] [FML]: Parsing error loading recipe geolosys:pro_pick +com.google.gson.JsonSyntaxException: Unknown item 'geolosys:pro_pick' + at net.minecraftforge.common.crafting.CraftingHelper.getItemStack(CraftingHelper.java:214) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.lambda$init$14(CraftingHelper.java:523) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.getRecipe(CraftingHelper.java:416) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.lambda$loadRecipes$22(CraftingHelper.java:723) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:688) ~[CraftingHelper.class:?] + at java.util.ArrayList.forEach(ArrayList.java:1259) [?:1.8.0_452] + at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:633) [CraftingHelper.class:?] + at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:747) [Loader.class:?] + at net.minecraftforge.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:108) [FMLServerHandler.class:?] + at net.minecraftforge.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:338) [FMLCommonHandler.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:219) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:01] [Server thread/ERROR] [FML]: Parsing error loading recipe betterwithmods:blocks/redstone/detector_rail_stone +com.google.gson.JsonSyntaxException: Unknown item 'betterwithmods:detector_rail_stone' + at net.minecraftforge.common.crafting.CraftingHelper.getItemStack(CraftingHelper.java:214) ~[CraftingHelper.class:?] + at net.minecraftforge.oredict.ShapedOreRecipe.factory(ShapedOreRecipe.java:254) ~[ShapedOreRecipe.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.getRecipe(CraftingHelper.java:416) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.lambda$loadRecipes$22(CraftingHelper.java:723) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:688) ~[CraftingHelper.class:?] + at java.util.ArrayList.forEach(ArrayList.java:1259) [?:1.8.0_452] + at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:633) [CraftingHelper.class:?] + at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:747) [Loader.class:?] + at net.minecraftforge.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:108) [FMLServerHandler.class:?] + at net.minecraftforge.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:338) [FMLCommonHandler.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:219) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:01] [Server thread/ERROR] [FML]: Parsing error loading recipe betterwithmods:blocks/redstone/detector_rail_steel +com.google.gson.JsonSyntaxException: Unknown item 'betterwithmods:detector_rail_steel' + at net.minecraftforge.common.crafting.CraftingHelper.getItemStack(CraftingHelper.java:214) ~[CraftingHelper.class:?] + at net.minecraftforge.oredict.ShapedOreRecipe.factory(ShapedOreRecipe.java:254) ~[ShapedOreRecipe.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.getRecipe(CraftingHelper.java:416) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.lambda$loadRecipes$22(CraftingHelper.java:723) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:688) ~[CraftingHelper.class:?] + at java.util.ArrayList.forEach(ArrayList.java:1259) [?:1.8.0_452] + at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:633) [CraftingHelper.class:?] + at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:747) [Loader.class:?] + at net.minecraftforge.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:108) [FMLServerHandler.class:?] + at net.minecraftforge.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:338) [FMLCommonHandler.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:219) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:01] [Server thread/ERROR] [FML]: Parsing error loading recipe appliedenergistics2:misc/meteors_sky_compass +com.google.gson.JsonSyntaxException: Unknown item 'appliedenergistics2:sky_compass' + at net.minecraftforge.common.crafting.CraftingHelper.getItemStack(CraftingHelper.java:214) ~[CraftingHelper.class:?] + at net.minecraftforge.oredict.ShapedOreRecipe.factory(ShapedOreRecipe.java:254) ~[ShapedOreRecipe.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.getRecipe(CraftingHelper.java:416) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.lambda$loadRecipes$22(CraftingHelper.java:723) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:688) ~[CraftingHelper.class:?] + at java.util.ArrayList.forEach(ArrayList.java:1259) [?:1.8.0_452] + at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:633) [CraftingHelper.class:?] + at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:747) [Loader.class:?] + at net.minecraftforge.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:108) [FMLServerHandler.class:?] + at net.minecraftforge.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:338) [FMLCommonHandler.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:219) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:01] [Server thread/ERROR] [FML]: Parsing error loading recipe appliedenergistics2:misc/chests_smooth_sky_stone +com.google.gson.JsonSyntaxException: Unknown item 'appliedenergistics2:smooth_sky_stone_chest' + at net.minecraftforge.common.crafting.CraftingHelper.getItemStack(CraftingHelper.java:214) ~[CraftingHelper.class:?] + at net.minecraftforge.oredict.ShapedOreRecipe.factory(ShapedOreRecipe.java:254) ~[ShapedOreRecipe.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.getRecipe(CraftingHelper.java:416) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.lambda$loadRecipes$22(CraftingHelper.java:723) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:688) ~[CraftingHelper.class:?] + at java.util.ArrayList.forEach(ArrayList.java:1259) [?:1.8.0_452] + at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:633) [CraftingHelper.class:?] + at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:747) [Loader.class:?] + at net.minecraftforge.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:108) [FMLServerHandler.class:?] + at net.minecraftforge.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:338) [FMLCommonHandler.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:219) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:01] [Server thread/ERROR] [FML]: Parsing error loading recipe appliedenergistics2:misc/chests_sky_stone +com.google.gson.JsonSyntaxException: Unknown item 'appliedenergistics2:sky_stone_chest' + at net.minecraftforge.common.crafting.CraftingHelper.getItemStack(CraftingHelper.java:214) ~[CraftingHelper.class:?] + at net.minecraftforge.oredict.ShapedOreRecipe.factory(ShapedOreRecipe.java:254) ~[ShapedOreRecipe.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.getRecipe(CraftingHelper.java:416) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.lambda$loadRecipes$22(CraftingHelper.java:723) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:688) ~[CraftingHelper.class:?] + at java.util.ArrayList.forEach(ArrayList.java:1259) [?:1.8.0_452] + at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:633) [CraftingHelper.class:?] + at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:747) [Loader.class:?] + at net.minecraftforge.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:108) [FMLServerHandler.class:?] + at net.minecraftforge.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:338) [FMLCommonHandler.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:219) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:01] [Server thread/ERROR] [FML]: Parsing error loading recipe bibliocraft:markerpole +com.google.gson.JsonSyntaxException: Invalid pattern: empty pattern not allowed + at net.minecraftforge.common.crafting.CraftingHelper.lambda$init$14(CraftingHelper.java:488) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.getRecipe(CraftingHelper.java:416) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.lambda$loadRecipes$22(CraftingHelper.java:723) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:688) ~[CraftingHelper.class:?] + at java.util.ArrayList.forEach(ArrayList.java:1259) [?:1.8.0_452] + at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:633) [CraftingHelper.class:?] + at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:747) [Loader.class:?] + at net.minecraftforge.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:108) [FMLServerHandler.class:?] + at net.minecraftforge.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:338) [FMLCommonHandler.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:219) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:01] [Server thread/ERROR] [FML]: Parsing error loading recipe bibliocraft:clipboard +com.google.gson.JsonSyntaxException: Invalid pattern: empty pattern not allowed + at net.minecraftforge.common.crafting.CraftingHelper.lambda$init$14(CraftingHelper.java:488) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.getRecipe(CraftingHelper.java:416) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.lambda$loadRecipes$22(CraftingHelper.java:723) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:688) ~[CraftingHelper.class:?] + at java.util.ArrayList.forEach(ArrayList.java:1259) [?:1.8.0_452] + at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:633) [CraftingHelper.class:?] + at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:747) [Loader.class:?] + at net.minecraftforge.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:108) [FMLServerHandler.class:?] + at net.minecraftforge.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:338) [FMLCommonHandler.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:219) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:02] [Server thread/DEBUG] [BnBGamingCore]: Caught Exception while attempting to get class extensions for net.minecraft.client.util.ITooltipFlag +[16:58:02] [Server thread/DEBUG] [BnBGamingCore]: Caught Exception while attempting to get class extensions for mcp.MethodsReturnNonnullByDefault +[16:58:02] [Server thread/DEBUG] [BnBGamingCore]: Caught Exception while attempting to get class extensions for net.minecraft.client.renderer.ItemMeshDefinition +[16:58:02] [Server thread/DEBUG] [BnBGamingCore]: Caught Exception while attempting to get class extensions for net.minecraft.client.renderer.color.IBlockColor +[16:58:02] [Server thread/DEBUG] [BnBGamingCore]: Caught Exception while attempting to get class extensions for mcjty.theoneprobe.api.ProbeMode +[16:58:03] [Server thread/ERROR] [FML]: Parsing error loading recipe industrialforegoing:ore_washer +com.google.gson.JsonSyntaxException: Unknown item 'industrialforegoing:ore_washer' + at net.minecraftforge.common.crafting.CraftingHelper.getItemStack(CraftingHelper.java:214) ~[CraftingHelper.class:?] + at net.minecraftforge.oredict.ShapedOreRecipe.factory(ShapedOreRecipe.java:254) ~[ShapedOreRecipe.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.getRecipe(CraftingHelper.java:416) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.lambda$loadRecipes$22(CraftingHelper.java:723) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:688) ~[CraftingHelper.class:?] + at java.util.ArrayList.forEach(ArrayList.java:1259) [?:1.8.0_452] + at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:633) [CraftingHelper.class:?] + at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:747) [Loader.class:?] + at net.minecraftforge.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:108) [FMLServerHandler.class:?] + at net.minecraftforge.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:338) [FMLCommonHandler.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:219) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:03] [Server thread/ERROR] [FML]: Parsing error loading recipe industrialforegoing:dye_mixer +com.google.gson.JsonSyntaxException: Unknown item 'industrialforegoing:dye_mixer' + at net.minecraftforge.common.crafting.CraftingHelper.getItemStack(CraftingHelper.java:214) ~[CraftingHelper.class:?] + at net.minecraftforge.oredict.ShapedOreRecipe.factory(ShapedOreRecipe.java:254) ~[ShapedOreRecipe.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.getRecipe(CraftingHelper.java:416) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.lambda$loadRecipes$22(CraftingHelper.java:723) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:688) ~[CraftingHelper.class:?] + at java.util.ArrayList.forEach(ArrayList.java:1259) [?:1.8.0_452] + at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:633) [CraftingHelper.class:?] + at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:747) [Loader.class:?] + at net.minecraftforge.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:108) [FMLServerHandler.class:?] + at net.minecraftforge.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:338) [FMLCommonHandler.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:219) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:03] [Server thread/ERROR] [FML]: Parsing error loading recipe industrialforegoing:water_resources_collector +com.google.gson.JsonSyntaxException: Unknown item 'industrialforegoing:water_resources_collector' + at net.minecraftforge.common.crafting.CraftingHelper.getItemStack(CraftingHelper.java:214) ~[CraftingHelper.class:?] + at net.minecraftforge.oredict.ShapedOreRecipe.factory(ShapedOreRecipe.java:254) ~[ShapedOreRecipe.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.getRecipe(CraftingHelper.java:416) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.lambda$loadRecipes$22(CraftingHelper.java:723) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:688) ~[CraftingHelper.class:?] + at java.util.ArrayList.forEach(ArrayList.java:1259) [?:1.8.0_452] + at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:633) [CraftingHelper.class:?] + at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:747) [Loader.class:?] + at net.minecraftforge.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:108) [FMLServerHandler.class:?] + at net.minecraftforge.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:338) [FMLCommonHandler.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:219) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:03] [Server thread/ERROR] [FML]: Parsing error loading recipe industrialforegoing:tree_fluid_extractor +com.google.gson.JsonSyntaxException: Unknown item 'industrialforegoing:tree_fluid_extractor' + at net.minecraftforge.common.crafting.CraftingHelper.getItemStack(CraftingHelper.java:214) ~[CraftingHelper.class:?] + at net.minecraftforge.oredict.ShapedOreRecipe.factory(ShapedOreRecipe.java:254) ~[ShapedOreRecipe.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.getRecipe(CraftingHelper.java:416) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.lambda$loadRecipes$22(CraftingHelper.java:723) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:688) ~[CraftingHelper.class:?] + at java.util.ArrayList.forEach(ArrayList.java:1259) [?:1.8.0_452] + at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:633) [CraftingHelper.class:?] + at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:747) [Loader.class:?] + at net.minecraftforge.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:108) [FMLServerHandler.class:?] + at net.minecraftforge.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:338) [FMLCommonHandler.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:219) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:03] [Server thread/ERROR] [FML]: Parsing error loading recipe industrialforegoing:ore_sieve +com.google.gson.JsonSyntaxException: Unknown item 'industrialforegoing:ore_sieve' + at net.minecraftforge.common.crafting.CraftingHelper.getItemStack(CraftingHelper.java:214) ~[CraftingHelper.class:?] + at net.minecraftforge.oredict.ShapedOreRecipe.factory(ShapedOreRecipe.java:254) ~[ShapedOreRecipe.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.getRecipe(CraftingHelper.java:416) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.lambda$loadRecipes$22(CraftingHelper.java:723) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:688) ~[CraftingHelper.class:?] + at java.util.ArrayList.forEach(ArrayList.java:1259) [?:1.8.0_452] + at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:633) [CraftingHelper.class:?] + at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:747) [Loader.class:?] + at net.minecraftforge.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:108) [FMLServerHandler.class:?] + at net.minecraftforge.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:338) [FMLCommonHandler.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:219) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:03] [Server thread/ERROR] [FML]: Parsing error loading recipe industrialforegoing:latex_processing_unit +com.google.gson.JsonSyntaxException: Unknown item 'industrialforegoing:latex_processing_unit' + at net.minecraftforge.common.crafting.CraftingHelper.getItemStack(CraftingHelper.java:214) ~[CraftingHelper.class:?] + at net.minecraftforge.oredict.ShapedOreRecipe.factory(ShapedOreRecipe.java:254) ~[ShapedOreRecipe.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.getRecipe(CraftingHelper.java:416) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.lambda$loadRecipes$22(CraftingHelper.java:723) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:688) ~[CraftingHelper.class:?] + at java.util.ArrayList.forEach(ArrayList.java:1259) [?:1.8.0_452] + at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:633) [CraftingHelper.class:?] + at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:747) [Loader.class:?] + at net.minecraftforge.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:108) [FMLServerHandler.class:?] + at net.minecraftforge.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:338) [FMLCommonHandler.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:219) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:03] [Server thread/ERROR] [FML]: Parsing error loading recipe industrialforegoing:ore_fermenter +com.google.gson.JsonSyntaxException: Unknown item 'industrialforegoing:ore_fermenter' + at net.minecraftforge.common.crafting.CraftingHelper.getItemStack(CraftingHelper.java:214) ~[CraftingHelper.class:?] + at net.minecraftforge.oredict.ShapedOreRecipe.factory(ShapedOreRecipe.java:254) ~[ShapedOreRecipe.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.getRecipe(CraftingHelper.java:416) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.lambda$loadRecipes$22(CraftingHelper.java:723) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:688) ~[CraftingHelper.class:?] + at java.util.ArrayList.forEach(ArrayList.java:1259) [?:1.8.0_452] + at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:633) [CraftingHelper.class:?] + at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:747) [Loader.class:?] + at net.minecraftforge.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:108) [FMLServerHandler.class:?] + at net.minecraftforge.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:338) [FMLCommonHandler.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:219) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:03] [Server thread/ERROR] [FML]: Parsing error loading recipe industrialforegoing:pitiful_fuel_generator +com.google.gson.JsonSyntaxException: Unknown item 'industrialforegoing:pitiful_fuel_generator' + at net.minecraftforge.common.crafting.CraftingHelper.getItemStack(CraftingHelper.java:214) ~[CraftingHelper.class:?] + at net.minecraftforge.oredict.ShapedOreRecipe.factory(ShapedOreRecipe.java:254) ~[ShapedOreRecipe.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.getRecipe(CraftingHelper.java:416) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.lambda$loadRecipes$22(CraftingHelper.java:723) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:688) ~[CraftingHelper.class:?] + at java.util.ArrayList.forEach(ArrayList.java:1259) [?:1.8.0_452] + at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:633) [CraftingHelper.class:?] + at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:747) [Loader.class:?] + at net.minecraftforge.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:108) [FMLServerHandler.class:?] + at net.minecraftforge.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:338) [FMLCommonHandler.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:219) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:03] [Server thread/ERROR] [FML]: Parsing error loading recipe primal:bucket_terra_soft +com.google.gson.JsonSyntaxException: Unknown item 'primal:bucket_terra_soft' + at net.minecraftforge.common.crafting.CraftingHelper.getItemStack(CraftingHelper.java:214) ~[CraftingHelper.class:?] + at net.minecraftforge.oredict.ShapedOreRecipe.factory(ShapedOreRecipe.java:254) ~[ShapedOreRecipe.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.getRecipe(CraftingHelper.java:416) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.lambda$loadRecipes$22(CraftingHelper.java:723) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:688) ~[CraftingHelper.class:?] + at java.util.ArrayList.forEach(ArrayList.java:1259) [?:1.8.0_452] + at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:633) [CraftingHelper.class:?] + at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:747) [Loader.class:?] + at net.minecraftforge.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:108) [FMLServerHandler.class:?] + at net.minecraftforge.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:338) [FMLCommonHandler.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:219) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:03] [Server thread/ERROR] [FML]: Parsing error loading recipe primal:bucket_clay_soft +com.google.gson.JsonSyntaxException: Unknown item 'primal:bucket_clay_soft' + at net.minecraftforge.common.crafting.CraftingHelper.getItemStack(CraftingHelper.java:214) ~[CraftingHelper.class:?] + at net.minecraftforge.oredict.ShapedOreRecipe.factory(ShapedOreRecipe.java:254) ~[ShapedOreRecipe.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.getRecipe(CraftingHelper.java:416) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.lambda$loadRecipes$22(CraftingHelper.java:723) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:688) ~[CraftingHelper.class:?] + at java.util.ArrayList.forEach(ArrayList.java:1259) [?:1.8.0_452] + at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:633) [CraftingHelper.class:?] + at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:747) [Loader.class:?] + at net.minecraftforge.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:108) [FMLServerHandler.class:?] + at net.minecraftforge.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:338) [FMLCommonHandler.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:219) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:03] [Server thread/ERROR] [FML]: Parsing error loading recipe primal:bucket_cinis_soft +com.google.gson.JsonSyntaxException: Unknown item 'primal:bucket_cinis_soft' + at net.minecraftforge.common.crafting.CraftingHelper.getItemStack(CraftingHelper.java:214) ~[CraftingHelper.class:?] + at net.minecraftforge.oredict.ShapedOreRecipe.factory(ShapedOreRecipe.java:254) ~[ShapedOreRecipe.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.getRecipe(CraftingHelper.java:416) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.lambda$loadRecipes$22(CraftingHelper.java:723) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:688) ~[CraftingHelper.class:?] + at java.util.ArrayList.forEach(ArrayList.java:1259) [?:1.8.0_452] + at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:633) [CraftingHelper.class:?] + at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:747) [Loader.class:?] + at net.minecraftforge.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:108) [FMLServerHandler.class:?] + at net.minecraftforge.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:338) [FMLCommonHandler.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:219) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:03] [Server thread/ERROR] [FML]: Parsing error loading recipe simpleplanes:upgrades/junk_engine +com.google.gson.JsonParseException: Missing data for item 'minecraft:coal' + at net.minecraftforge.common.crafting.CraftingHelper.getItemStackBasic(CraftingHelper.java:265) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.lambda$init$16(CraftingHelper.java:544) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.getIngredient(CraftingHelper.java:204) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.lambda$init$14(CraftingHelper.java:481) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.getRecipe(CraftingHelper.java:416) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.lambda$loadRecipes$22(CraftingHelper.java:723) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:688) ~[CraftingHelper.class:?] + at java.util.ArrayList.forEach(ArrayList.java:1259) [?:1.8.0_452] + at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:633) [CraftingHelper.class:?] + at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:747) [Loader.class:?] + at net.minecraftforge.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:108) [FMLServerHandler.class:?] + at net.minecraftforge.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:338) [FMLCommonHandler.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:219) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:03] [Server thread/TRACE] [FML]: Unable to find item with name spartanshields:shield_basic_signalum +[16:58:03] [Server thread/TRACE] [FML]: Unable to find item with name spartanshields:shield_basic_lumium +[16:58:03] [Server thread/TRACE] [FML]: Unable to find item with name spartanshields:shield_basic_enderium +[16:58:03] [Server thread/TRACE] [FML]: Unable to find item with name spartanshields:shield_basic_soulforged_steel +[16:58:03] [Server thread/TRACE] [FML]: Unable to find item with name spartanshields:shield_abyssalcraft_ethaxium +[16:58:03] [Server thread/TRACE] [FML]: Unable to find item with name spartanshields:shield_abyssalcraft_dreadium +[16:58:03] [Server thread/TRACE] [FML]: Unable to find item with name spartanshields:shield_abyssalcraft_darkstone +[16:58:03] [Server thread/TRACE] [FML]: Unable to find item with name spartanshields:shield_abyssalcraft_coralium +[16:58:03] [Server thread/TRACE] [FML]: Unable to find item with name spartanshields:shield_abyssalcraft_abyssalnite +[16:58:03] [Server thread/INFO] [betterwithmods]: Unable to determine blocks eligibility for making a miniblock, betterwithmods.common.blocks.BlockSteel attempted to load net/minecraft/client/util/ITooltipFlag +[16:58:03] [Server thread/INFO] [betterwithmods]: Unable to determine blocks eligibility for making a miniblock, betterwithmods.common.blocks.BlockSteel attempted to load net/minecraft/client/util/ITooltipFlag +[16:58:03] [Server thread/INFO] [betterwithmods]: Unable to determine blocks eligibility for making a miniblock, betterwithmods.common.blocks.BlockSteel attempted to load net/minecraft/client/util/ITooltipFlag +[16:58:04] [Server thread/INFO] [Chisel]: Loading recipes... +[16:58:04] [Server thread/INFO] [Chisel]: Skipping feature bloodMagic as it was disabled in the config. +[16:58:04] [Server thread/INFO] [Chisel]: Skipping feature cloud as it was disabled in the config. +[16:58:04] [Server thread/INFO] [Chisel]: Skipping feature coalCoke as it was disabled in the config. +[16:58:04] [Server thread/INFO] [Chisel]: Skipping feature invar as it was disabled in the config. +[16:58:04] [Server thread/INFO] [Chisel]: Skipping feature paper as it was disabled in the config. +[16:58:04] [Server thread/INFO] [Chisel]: Skipping feature uranium as it was disabled in the config. +[16:58:04] [Server thread/INFO] [Chisel]: Skipping feature valentines as it was disabled in the config. +[16:58:04] [Server thread/INFO] [Chisel]: Skipping feature wool as it was disabled in the config. +[16:58:04] [Server thread/INFO] [Chisel]: 64 Feature's recipes loaded. +[16:58:04] [Server thread/INFO] [FML]: Ignored smelting recipe with conflicting input: 1xitem.immersiveengineering.metal@18 = 1xitem.ingotIron@0 +[16:58:04] [Server thread/INFO] [FML]: Ignored smelting recipe with conflicting input: 1xitem.Dust@0 = 1xitem.ingotIron@0 +[16:58:04] [Server thread/INFO] [FML]: Ignored smelting recipe with conflicting input: 1xitem.immersiveengineering.metal@19 = 1xitem.ingotGold@0 +[16:58:04] [Server thread/INFO] [FML]: Ignored smelting recipe with conflicting input: 1xitem.Dust@1 = 1xitem.ingotGold@0 +[16:58:04] [Server thread/WARN] [AE2:S]: Looking for ingredient with name 'material.flour' ended up with a null item! +[16:58:04] [Server thread/INFO] [Spartan Shields]: Recipes added! +[16:58:04] [Server thread/INFO] [Actually Additions]: Initializing Crafting Recipes... +[16:58:04] [Server thread/INFO] [FML]: Ignored smelting recipe with conflicting input: 1xitem.actuallyadditions.item_dust@0 = 1xitem.ingotIron@0 +[16:58:04] [Server thread/INFO] [FML]: Ignored smelting recipe with conflicting input: 1xitem.actuallyadditions.item_dust@1 = 1xitem.ingotGold@0 +[16:58:04] [Server thread/INFO] [FML]: Ignored smelting recipe with conflicting input: 1xitem.actuallyadditions.item_dust@5 = 1xitem.netherquartz@0 +[16:58:04] [Server thread/TRACE] [Aroma1997Core]: No IRecipes needed to be registered from mod aroma1997core. +[16:58:04] [Server thread/INFO] [davincisvessels]: Registering recipes for Davincis Vessels... +[16:58:04] [Server thread/INFO] [davincisvessels]: Registration complete! +[16:58:04] [Server thread/ERROR] [Hunting Dimension]: Catching +java.lang.NullPointerException: null + at nmd.primal.core.common.blocks.plants.wood.LogStripped.getStateForPlacement(LogStripped.java:123) ~[LogStripped.class:?] + at net.darkhax.huntingdim.HuntingDimension.registerRecipes(HuntingDimension.java:121) [HuntingDimension.class:?] + at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_1356_HuntingDimension_registerRecipes_Register.invoke(.dynamic) [?:?] + at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) [ASMEventHandler.class:?] + at net.minecraftforge.fml.common.eventhandler.EventBus$1.invoke(EventBus.java:144) [EventBus$1.class:?] + at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182) [EventBus.class:?] + at net.minecraftforge.registries.GameData.fireRegistryEvents(GameData.java:857) [GameData.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:636) [CraftingHelper.class:?] + at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:747) [Loader.class:?] + at net.minecraftforge.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:108) [FMLServerHandler.class:?] + at net.minecraftforge.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:338) [FMLCommonHandler.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:219) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:04] [Server thread/ERROR] [Hunting Dimension]: Catching +java.lang.NullPointerException: null + at nmd.primal.core.common.blocks.plants.wood.LogStripped.getStateForPlacement(LogStripped.java:123) ~[LogStripped.class:?] + at net.darkhax.huntingdim.HuntingDimension.registerRecipes(HuntingDimension.java:121) [HuntingDimension.class:?] + at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_1356_HuntingDimension_registerRecipes_Register.invoke(.dynamic) [?:?] + at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) [ASMEventHandler.class:?] + at net.minecraftforge.fml.common.eventhandler.EventBus$1.invoke(EventBus.java:144) [EventBus$1.class:?] + at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182) [EventBus.class:?] + at net.minecraftforge.registries.GameData.fireRegistryEvents(GameData.java:857) [GameData.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:636) [CraftingHelper.class:?] + at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:747) [Loader.class:?] + at net.minecraftforge.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:108) [FMLServerHandler.class:?] + at net.minecraftforge.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:338) [FMLCommonHandler.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:219) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:04] [Server thread/ERROR] [Hunting Dimension]: Catching +java.lang.NullPointerException: null + at nmd.primal.core.common.blocks.plants.wood.LogStripped.getStateForPlacement(LogStripped.java:123) ~[LogStripped.class:?] + at net.darkhax.huntingdim.HuntingDimension.registerRecipes(HuntingDimension.java:121) [HuntingDimension.class:?] + at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_1356_HuntingDimension_registerRecipes_Register.invoke(.dynamic) [?:?] + at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) [ASMEventHandler.class:?] + at net.minecraftforge.fml.common.eventhandler.EventBus$1.invoke(EventBus.java:144) [EventBus$1.class:?] + at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182) [EventBus.class:?] + at net.minecraftforge.registries.GameData.fireRegistryEvents(GameData.java:857) [GameData.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:636) [CraftingHelper.class:?] + at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:747) [Loader.class:?] + at net.minecraftforge.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:108) [FMLServerHandler.class:?] + at net.minecraftforge.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:338) [FMLCommonHandler.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:219) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:04] [Server thread/ERROR] [Hunting Dimension]: Catching +java.lang.NullPointerException: null + at nmd.primal.core.common.blocks.plants.wood.LogStripped.getStateForPlacement(LogStripped.java:123) ~[LogStripped.class:?] + at net.darkhax.huntingdim.HuntingDimension.registerRecipes(HuntingDimension.java:121) [HuntingDimension.class:?] + at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_1356_HuntingDimension_registerRecipes_Register.invoke(.dynamic) [?:?] + at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) [ASMEventHandler.class:?] + at net.minecraftforge.fml.common.eventhandler.EventBus$1.invoke(EventBus.java:144) [EventBus$1.class:?] + at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182) [EventBus.class:?] + at net.minecraftforge.registries.GameData.fireRegistryEvents(GameData.java:857) [GameData.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:636) [CraftingHelper.class:?] + at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:747) [Loader.class:?] + at net.minecraftforge.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:108) [FMLServerHandler.class:?] + at net.minecraftforge.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:338) [FMLCommonHandler.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:219) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:04] [Server thread/ERROR] [Hunting Dimension]: Catching +java.lang.NullPointerException: null + at nmd.primal.core.common.blocks.plants.wood.LogStripped.getStateForPlacement(LogStripped.java:123) ~[LogStripped.class:?] + at net.darkhax.huntingdim.HuntingDimension.registerRecipes(HuntingDimension.java:121) [HuntingDimension.class:?] + at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_1356_HuntingDimension_registerRecipes_Register.invoke(.dynamic) [?:?] + at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) [ASMEventHandler.class:?] + at net.minecraftforge.fml.common.eventhandler.EventBus$1.invoke(EventBus.java:144) [EventBus$1.class:?] + at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182) [EventBus.class:?] + at net.minecraftforge.registries.GameData.fireRegistryEvents(GameData.java:857) [GameData.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:636) [CraftingHelper.class:?] + at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:747) [Loader.class:?] + at net.minecraftforge.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:108) [FMLServerHandler.class:?] + at net.minecraftforge.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:338) [FMLCommonHandler.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:219) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:04] [Server thread/ERROR] [Hunting Dimension]: Catching +java.lang.NullPointerException: null + at nmd.primal.core.common.blocks.plants.wood.LogStripped.getStateForPlacement(LogStripped.java:123) ~[LogStripped.class:?] + at net.darkhax.huntingdim.HuntingDimension.registerRecipes(HuntingDimension.java:121) [HuntingDimension.class:?] + at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_1356_HuntingDimension_registerRecipes_Register.invoke(.dynamic) [?:?] + at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) [ASMEventHandler.class:?] + at net.minecraftforge.fml.common.eventhandler.EventBus$1.invoke(EventBus.java:144) [EventBus$1.class:?] + at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182) [EventBus.class:?] + at net.minecraftforge.registries.GameData.fireRegistryEvents(GameData.java:857) [GameData.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:636) [CraftingHelper.class:?] + at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:747) [Loader.class:?] + at net.minecraftforge.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:108) [FMLServerHandler.class:?] + at net.minecraftforge.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:338) [FMLCommonHandler.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:219) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:04] [Server thread/ERROR] [Hunting Dimension]: Catching +java.lang.NullPointerException: null + at nmd.primal.core.common.blocks.plants.wood.LogStripped.getStateForPlacement(LogStripped.java:123) ~[LogStripped.class:?] + at net.darkhax.huntingdim.HuntingDimension.registerRecipes(HuntingDimension.java:121) [HuntingDimension.class:?] + at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_1356_HuntingDimension_registerRecipes_Register.invoke(.dynamic) [?:?] + at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) [ASMEventHandler.class:?] + at net.minecraftforge.fml.common.eventhandler.EventBus$1.invoke(EventBus.java:144) [EventBus$1.class:?] + at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182) [EventBus.class:?] + at net.minecraftforge.registries.GameData.fireRegistryEvents(GameData.java:857) [GameData.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:636) [CraftingHelper.class:?] + at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:747) [Loader.class:?] + at net.minecraftforge.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:108) [FMLServerHandler.class:?] + at net.minecraftforge.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:338) [FMLCommonHandler.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:219) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:04] [Server thread/ERROR] [Hunting Dimension]: Catching +java.lang.NullPointerException: null + at nmd.primal.core.common.blocks.plants.wood.TreeLog.getStateForPlacement(TreeLog.java:100) ~[TreeLog.class:?] + at net.darkhax.huntingdim.HuntingDimension.registerRecipes(HuntingDimension.java:121) [HuntingDimension.class:?] + at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_1356_HuntingDimension_registerRecipes_Register.invoke(.dynamic) [?:?] + at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) [ASMEventHandler.class:?] + at net.minecraftforge.fml.common.eventhandler.EventBus$1.invoke(EventBus.java:144) [EventBus$1.class:?] + at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182) [EventBus.class:?] + at net.minecraftforge.registries.GameData.fireRegistryEvents(GameData.java:857) [GameData.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:636) [CraftingHelper.class:?] + at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:747) [Loader.class:?] + at net.minecraftforge.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:108) [FMLServerHandler.class:?] + at net.minecraftforge.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:338) [FMLCommonHandler.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:219) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:04] [Server thread/ERROR] [Hunting Dimension]: Catching +java.lang.NullPointerException: null + at nmd.primal.core.common.blocks.plants.wood.TreeLog.getStateForPlacement(TreeLog.java:100) ~[TreeLog.class:?] + at net.darkhax.huntingdim.HuntingDimension.registerRecipes(HuntingDimension.java:121) [HuntingDimension.class:?] + at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_1356_HuntingDimension_registerRecipes_Register.invoke(.dynamic) [?:?] + at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) [ASMEventHandler.class:?] + at net.minecraftforge.fml.common.eventhandler.EventBus$1.invoke(EventBus.java:144) [EventBus$1.class:?] + at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182) [EventBus.class:?] + at net.minecraftforge.registries.GameData.fireRegistryEvents(GameData.java:857) [GameData.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:636) [CraftingHelper.class:?] + at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:747) [Loader.class:?] + at net.minecraftforge.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:108) [FMLServerHandler.class:?] + at net.minecraftforge.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:338) [FMLCommonHandler.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:219) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:04] [Server thread/ERROR] [Hunting Dimension]: Catching +java.lang.NullPointerException: null + at nmd.primal.core.common.blocks.plants.wood.CoryphaStalk.getStateForPlacement(CoryphaStalk.java:99) ~[CoryphaStalk.class:?] + at net.darkhax.huntingdim.HuntingDimension.registerRecipes(HuntingDimension.java:121) [HuntingDimension.class:?] + at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_1356_HuntingDimension_registerRecipes_Register.invoke(.dynamic) [?:?] + at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) [ASMEventHandler.class:?] + at net.minecraftforge.fml.common.eventhandler.EventBus$1.invoke(EventBus.java:144) [EventBus$1.class:?] + at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182) [EventBus.class:?] + at net.minecraftforge.registries.GameData.fireRegistryEvents(GameData.java:857) [GameData.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:636) [CraftingHelper.class:?] + at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:747) [Loader.class:?] + at net.minecraftforge.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:108) [FMLServerHandler.class:?] + at net.minecraftforge.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:338) [FMLCommonHandler.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:219) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:05] [Server thread/DEBUG] [BnBGamingCore]: Could not find method func_186060_c in class mekanism.common.world.DummyWorld$1 +[16:58:06] [Server thread/DEBUG] [BnBGamingCore]: Caught Exception while attempting to get class extensions for stevekung.mods.moreplanets.util.helper.RecipeHelper +[16:58:06] [Server thread/WARN] [com.mjr.mjrlegendslib.util.MessageUtilities]: extraplanets: An error occurred when setting up MorePlanets Compatibility, this is most likey intended! +[16:58:07] [Server thread/INFO] [cyclicmagic]: ZenScript: added hydrator recipe for Red Sand +[16:58:07] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `cyclicmagic` for name `hydrator_bdfa9c5c-5511-46c0-99d5-248f5c490030tile.sand.red`, expected `crafttweaker`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:07] [Server thread/INFO] [primal]: Registering CraftTweaker: drying_rack +[16:58:07] [Server thread/INFO] [primal]: Remove CraftTweaker Recipe: corn_stalk +[16:58:07] [Server thread/INFO] [primal]: Remove CraftTweaker Recipe: daucus_murn_fronds +[16:58:07] [Server thread/INFO] [primal]: Remove CraftTweaker Recipe: fish_clown_raw +[16:58:07] [Server thread/INFO] [primal]: Remove CraftTweaker Recipe: fish_clown_salted +[16:58:07] [Server thread/INFO] [primal]: Remove CraftTweaker Recipe: fish_cod_raw +[16:58:07] [Server thread/INFO] [primal]: Remove CraftTweaker Recipe: fish_cod_salted +[16:58:07] [Server thread/INFO] [primal]: Remove CraftTweaker Recipe: fish_lava_crawdad_raw +[16:58:07] [Server thread/INFO] [primal]: Remove CraftTweaker Recipe: fish_lava_crawdad_salted +[16:58:07] [Server thread/INFO] [primal]: Remove CraftTweaker Recipe: fish_lava_worm_salted +[16:58:07] [Server thread/INFO] [primal]: Remove CraftTweaker Recipe: fish_puffer_salted +[16:58:07] [Server thread/INFO] [primal]: Remove CraftTweaker Recipe: fish_salmon_raw +[16:58:07] [Server thread/INFO] [primal]: Remove CraftTweaker Recipe: fish_salmon_salted +[16:58:07] [Server thread/INFO] [primal]: Remove CraftTweaker Recipe: hide_salted +[16:58:07] [Server thread/INFO] [primal]: Remove CraftTweaker Recipe: hide_salted_pigman +[16:58:07] [Server thread/INFO] [primal]: Remove CraftTweaker Recipe: hide_tanned +[16:58:07] [Server thread/INFO] [primal]: Remove CraftTweaker Recipe: hide_tanned_pigman +[16:58:07] [Server thread/INFO] [primal]: Remove CraftTweaker Recipe: meat_bear_raw +[16:58:07] [Server thread/INFO] [primal]: Remove CraftTweaker Recipe: meat_gator_raw +[16:58:07] [Server thread/INFO] [primal]: Remove CraftTweaker Recipe: meat_gator_salted +[16:58:07] [Server thread/INFO] [primal]: Remove CraftTweaker Recipe: meat_horse_raw +[16:58:07] [Server thread/INFO] [primal]: Remove CraftTweaker Recipe: meat_llama_salted +[16:58:07] [Server thread/INFO] [primal]: Remove CraftTweaker Recipe: meat_pigman_raw +[16:58:07] [Server thread/INFO] [primal]: Remove CraftTweaker Recipe: meat_pigman_salted +[16:58:07] [Server thread/INFO] [primal]: Remove CraftTweaker Recipe: meat_shark_raw +[16:58:07] [Server thread/INFO] [primal]: Remove CraftTweaker Recipe: meat_shark_salt +[16:58:07] [Server thread/INFO] [primal]: Remove CraftTweaker Recipe: meat_steppe_wolf_raw +[16:58:07] [Server thread/INFO] [primal]: Remove CraftTweaker Recipe: nether_fiber_pulp +[16:58:07] [Server thread/INFO] [primal]: Remove CraftTweaker Recipe: plant_fiber_pulp +[16:58:07] [Server thread/INFO] [primal]: Remove CraftTweaker Recipe: thatching +[16:58:07] [Server thread/INFO] [primal]: Remove CraftTweaker Recipe: valus_stalk +[16:58:07] [Server thread/INFO] [primal]: Registering CraftTweaker: hibachi +[16:58:07] [Server thread/INFO] [Ore Stages]: Attempted to register duplicate replacement for minecraft:torch[facing=up] on stage one. It will be replaced. +[16:58:08] [Server thread/INFO] [FML]: Applying holder lookups +[16:58:08] [Server thread/DEBUG] [FML]: Unable to lookup vc:guidebook_main for public static com.viesis.viescraft.common.items.ItemGuidebookMain com.viesis.viescraft.api.ItemsVC.GUIDEBOOK_MAIN. This means the object wasn't registered. It's likely just mod options. +[16:58:08] [Server thread/DEBUG] [FML]: Unable to lookup vc:dismounter_normal for public static com.viesis.viescraft.common.items.ItemDismounterNormal com.viesis.viescraft.api.ItemsVC.DISMOUNTER_NORMAL. This means the object wasn't registered. It's likely just mod options. +[16:58:08] [Server thread/DEBUG] [FML]: Unable to lookup vc:dismounter_player for public static com.viesis.viescraft.common.items.ItemDismounterPlayer com.viesis.viescraft.api.ItemsVC.DISMOUNTER_PLAYER. This means the object wasn't registered. It's likely just mod options. +[16:58:08] [Server thread/DEBUG] [FML]: Unable to lookup vc:viesoline_pellets for public static com.viesis.viescraft.common.items.parts.ItemViesoline com.viesis.viescraft.api.ItemsVC.VIESOLINE_PELLETS. This means the object wasn't registered. It's likely just mod options. +[16:58:08] [Server thread/DEBUG] [FML]: Unable to lookup vc:logic_chip for public static com.viesis.viescraft.common.items.parts.main.ItemLogicChip com.viesis.viescraft.api.ItemsVC.LOGIC_CHIP. This means the object wasn't registered. It's likely just mod options. +[16:58:08] [Server thread/DEBUG] [FML]: Unable to lookup vc:airship_ignition for public static com.viesis.viescraft.common.items.parts.main.ItemIgnition com.viesis.viescraft.api.ItemsVC.AIRSHIP_IGNITION. This means the object wasn't registered. It's likely just mod options. +[16:58:08] [Server thread/DEBUG] [FML]: Unable to lookup vc:airship_frame for public static com.viesis.viescraft.common.items.parts.main.ItemFrame com.viesis.viescraft.api.ItemsVC.AIRSHIP_FRAME. This means the object wasn't registered. It's likely just mod options. +[16:58:08] [Server thread/DEBUG] [FML]: Unable to lookup vc:airship_engine for public static com.viesis.viescraft.common.items.parts.main.ItemEngine com.viesis.viescraft.api.ItemsVC.AIRSHIP_ENGINE. This means the object wasn't registered. It's likely just mod options. +[16:58:08] [Server thread/DEBUG] [FML]: Unable to lookup vc:airship_balloon for public static com.viesis.viescraft.common.items.parts.main.ItemBalloon com.viesis.viescraft.api.ItemsVC.AIRSHIP_BALLOON. This means the object wasn't registered. It's likely just mod options. +[16:58:08] [Server thread/DEBUG] [FML]: Unable to lookup vc:upgrade_core for public static com.viesis.viescraft.common.items.upgrades.ItemUpgradeCore com.viesis.viescraft.api.ItemsVC.UPGRADE_CORE. This means the object wasn't registered. It's likely just mod options. +[16:58:08] [Server thread/DEBUG] [FML]: Unable to lookup vc:upgrade_frame for public static com.viesis.viescraft.common.items.upgrades.ItemUpgradeFrame com.viesis.viescraft.api.ItemsVC.UPGRADE_FRAME. This means the object wasn't registered. It's likely just mod options. +[16:58:08] [Server thread/DEBUG] [FML]: Unable to lookup vc:upgrade_engine for public static com.viesis.viescraft.common.items.upgrades.ItemUpgradeEngine com.viesis.viescraft.api.ItemsVC.UPGRADE_ENGINE. This means the object wasn't registered. It's likely just mod options. +[16:58:08] [Server thread/DEBUG] [FML]: Unable to lookup vc:upgrade_balloon for public static com.viesis.viescraft.common.items.upgrades.ItemUpgradeBalloon com.viesis.viescraft.api.ItemsVC.UPGRADE_BALLOON. This means the object wasn't registered. It's likely just mod options. +[16:58:08] [Server thread/DEBUG] [FML]: Unable to lookup vc:bomb for public static com.viesis.viescraft.common.items.ItemBomb com.viesis.viescraft.api.ItemsVC.BOMB. This means the object wasn't registered. It's likely just mod options. +[16:58:08] [Server thread/DEBUG] [FML]: Unable to lookup vc:module_type for public static com.viesis.viescraft.common.items.parts.ItemModuleType com.viesis.viescraft.api.ItemsVC.MODULE_TYPE. This means the object wasn't registered. It's likely just mod options. +[16:58:08] [Server thread/DEBUG] [FML]: Unable to lookup vc:module_creative for public static com.viesis.viescraft.common.items.parts.ItemModuleCreative com.viesis.viescraft.api.ItemsVC.MODULE_CREATIVE. This means the object wasn't registered. It's likely just mod options. +[16:58:08] [Server thread/DEBUG] [FML]: Unable to lookup vc:item_airship for public static com.viesis.viescraft.common.items.airships.ItemAirship com.viesis.viescraft.api.ItemsVC.ITEM_AIRSHIP. This means the object wasn't registered. It's likely just mod options. +[16:58:08] [Server thread/DEBUG] [FML]: Unable to lookup vc:item_airship_creative for public static com.viesis.viescraft.common.items.airships.ItemCreativeAirship com.viesis.viescraft.api.ItemsVC.ITEM_AIRSHIP_CREATIVE. This means the object wasn't registered. It's likely just mod options. +[16:58:08] [Server thread/DEBUG] [FML]: Unable to lookup vc:item_entity_airship for public static com.viesis.viescraft.common.items.ItemEntityAirship com.viesis.viescraft.api.ItemsVC.ITEM_ENTITY_AIRSHIP. This means the object wasn't registered. It's likely just mod options. +[16:58:08] [Server thread/DEBUG] [FML]: Unable to lookup vc:achievement_airship for public static com.viesis.viescraft.common.items.achievements.ItemAchievement com.viesis.viescraft.api.ItemsVC.ACHIEVEMENT_AIRSHIP. This means the object wasn't registered. It's likely just mod options. +[16:58:08] [Server thread/DEBUG] [FML]: Unable to lookup vc:item_display_symbol for public static com.viesis.viescraft.common.items.symbols.ItemDisplaySymbol com.viesis.viescraft.api.ItemsVC.ITEM_DISPLAY_SYMBOL. This means the object wasn't registered. It's likely just mod options. +[16:58:08] [Server thread/DEBUG] [FML]: Unable to lookup buildcraftsilicon:laser for public static net.minecraft.block.Block buildcraft.api.BCBlocks$Silicon.LASER. This means the object wasn't registered. It's likely just mod options. +[16:58:08] [Server thread/DEBUG] [FML]: Unable to lookup buildcraftsilicon:assembly_table for public static net.minecraft.block.Block buildcraft.api.BCBlocks$Silicon.ASSEMBLY_TABLE. This means the object wasn't registered. It's likely just mod options. +[16:58:08] [Server thread/DEBUG] [FML]: Unable to lookup buildcraftsilicon:advanced_crafting_table for public static net.minecraft.block.Block buildcraft.api.BCBlocks$Silicon.ADVANCED_CRAFTING_TABLE. This means the object wasn't registered. It's likely just mod options. +[16:58:08] [Server thread/DEBUG] [FML]: Unable to lookup buildcraftsilicon:integration_table for public static net.minecraft.block.Block buildcraft.api.BCBlocks$Silicon.INTEGRATION_TABLE. This means the object wasn't registered. It's likely just mod options. +[16:58:08] [Server thread/DEBUG] [FML]: Unable to lookup buildcraftsilicon:charging_table for public static net.minecraft.block.Block buildcraft.api.BCBlocks$Silicon.CHARGING_TABLE. This means the object wasn't registered. It's likely just mod options. +[16:58:08] [Server thread/DEBUG] [FML]: Unable to lookup buildcraftsilicon:programming_table for public static net.minecraft.block.Block buildcraft.api.BCBlocks$Silicon.PROGRAMMING_TABLE. This means the object wasn't registered. It's likely just mod options. +[16:58:08] [Server thread/DEBUG] [FML]: Unable to lookup buildcraftfactory:plastic_sheet for public static net.minecraft.item.Item buildcraft.api.BCItems$Factory.PLASTIC_SHEET. This means the object wasn't registered. It's likely just mod options. +[16:58:08] [Server thread/DEBUG] [FML]: Unable to lookup buildcraftfactory:water_gel for public static net.minecraft.item.Item buildcraft.api.BCItems$Factory.WATER_GEL. This means the object wasn't registered. It's likely just mod options. +[16:58:08] [Server thread/DEBUG] [FML]: Unable to lookup buildcraftfactory:gelled_water for public static net.minecraft.item.Item buildcraft.api.BCItems$Factory.GELLED_WATER. This means the object wasn't registered. It's likely just mod options. +[16:58:08] [Server thread/DEBUG] [FML]: Unable to lookup buildcraftenergy:glob_of_oil for public static net.minecraft.item.Item buildcraft.api.BCItems$Energy.GLOB_OF_OIL. This means the object wasn't registered. It's likely just mod options. +[16:58:08] [Server thread/DEBUG] [FML]: Unable to lookup chisel:bloodmagic for public static team.chisel.common.block.BlockCarvable team.chisel.common.init.ChiselBlocks.bloodmagic. This means the object wasn't registered. It's likely just mod options. +[16:58:08] [Server thread/DEBUG] [FML]: Unable to lookup chisel:carpet for public static team.chisel.common.block.BlockCarvable team.chisel.common.init.ChiselBlocks.carpet. This means the object wasn't registered. It's likely just mod options. +[16:58:08] [Server thread/DEBUG] [FML]: Unable to lookup chisel:cloud for public static team.chisel.common.block.BlockCarvable team.chisel.common.init.ChiselBlocks.cloud. This means the object wasn't registered. It's likely just mod options. +[16:58:08] [Server thread/DEBUG] [FML]: Unable to lookup chisel:concrete for public static team.chisel.common.block.BlockCarvable team.chisel.common.init.ChiselBlocks.concrete. This means the object wasn't registered. It's likely just mod options. +[16:58:08] [Server thread/DEBUG] [FML]: Unable to lookup chisel:concrete_powder for public static team.chisel.common.block.BlockCarvable team.chisel.common.init.ChiselBlocks.concrete_powder. This means the object wasn't registered. It's likely just mod options. +[16:58:08] [Server thread/DEBUG] [FML]: Unable to lookup chisel:paper for public static team.chisel.common.block.BlockCarvable team.chisel.common.init.ChiselBlocks.paper. This means the object wasn't registered. It's likely just mod options. +[16:58:08] [Server thread/DEBUG] [FML]: Unable to lookup chisel:valentines for public static team.chisel.common.block.BlockCarvable team.chisel.common.init.ChiselBlocks.valentines. This means the object wasn't registered. It's likely just mod options. +[16:58:08] [Server thread/DEBUG] [FML]: Unable to lookup chisel:waterstoneextra for public static team.chisel.common.block.BlockCarvable team.chisel.common.init.ChiselBlocks.waterstoneextra. This means the object wasn't registered. It's likely just mod options. +[16:58:08] [Server thread/DEBUG] [FML]: Unable to lookup buildcraftcore:paintbrush for public static net.minecraft.item.Item buildcraft.api.BCItems$Core.PAINTBRUSH. This means the object wasn't registered. It's likely just mod options. +[16:58:08] [Server thread/DEBUG] [FML]: Unable to lookup buildcraftcore:goggles for public static net.minecraft.item.Item buildcraft.api.BCItems$Core.GOGGLES. This means the object wasn't registered. It's likely just mod options. +[16:58:08] [Server thread/DEBUG] [FML]: Unable to lookup buildcraftcore:fragile_fluid_shard for public static net.minecraft.item.Item buildcraft.api.BCItems$Core.FRAGILE_FLUID_SHARD. This means the object wasn't registered. It's likely just mod options. +[16:58:08] [Server thread/DEBUG] [FML]: Unable to lookup buildcraftfactory:pump for public static net.minecraft.block.Block buildcraft.api.BCBlocks$Factory.PUMP. This means the object wasn't registered. It's likely just mod options. +[16:58:08] [Server thread/DEBUG] [FML]: Unable to lookup thaumcraft:quicksilver for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.ThaumCompat.THA_QUICKSILVER. This means the object wasn't registered. It's likely just mod options. +[16:58:08] [Server thread/DEBUG] [FML]: Unable to lookup dynamictrees:oakbranch for private static net.minecraft.block.Block betterwithmods.module.compat.DynamicTrees.oakbranch. This means the object wasn't registered. It's likely just mod options. +[16:58:08] [Server thread/DEBUG] [FML]: Unable to lookup harvestcraft:grouperrawitem for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.PamsCompat.PAMS_FISH_RAW_GROUPER. This means the object wasn't registered. It's likely just mod options. +[16:58:08] [Server thread/DEBUG] [FML]: Unable to lookup harvestcraft:tilapiarawitem for public static net.minecraft.item.Item nmd.primal.core.common.compat.mods.PamsCompat.PAMS_FISH_RAW_TILAPIA. This means the object wasn't registered. It's likely just mod options. +[16:58:08] [Server thread/DEBUG] [FML]: Unable to lookup dynamictrees:birchbranch for private static net.minecraft.block.Block nmd.primal.core.common.compat.mods.DynamicTreesCompat.DYNTREE_BRANCH_BIRCH. This means the object wasn't registered. It's likely just mod options. +[16:58:08] [Server thread/DEBUG] [FML]: Unable to lookup quark:custom_chest for public static net.minecraft.block.Block betterwithmods.module.compat.Quark.CUSTOM_CHEST. This means the object wasn't registered. It's likely just mod options. +[16:58:08] [Server thread/DEBUG] [FML]: Unable to lookup dynamictrees:junglebranch for private static net.minecraft.block.Block betterwithmods.module.compat.DynamicTrees.junglebranch. This means the object wasn't registered. It's likely just mod options. +[16:58:08] [Server thread/DEBUG] [FML]: Unable to lookup inspirations:materials for public static net.minecraft.item.Item blusunrize.immersiveengineering.common.util.compat.InspirationsHelper.ITEM_MATERIAL. This means the object wasn't registered. It's likely just mod options. +[16:58:08] [Server thread/DEBUG] [FML]: Unable to lookup harvestcraft:pampaperbark for public static net.minecraft.block.Block betterwithmods.module.compat.Harvestcraft.logPaperbark. This means the object wasn't registered. It's likely just mod options. +[16:58:08] [Server thread/DEBUG] [FML]: Unable to lookup dynamictrees:birchbranch for private static net.minecraft.block.Block betterwithmods.module.compat.DynamicTrees.birchbranch. This means the object wasn't registered. It's likely just mod options. +[16:58:08] [Server thread/DEBUG] [FML]: Unable to lookup dynamictrees:darkoakbranch for private static net.minecraft.block.Block betterwithmods.module.compat.DynamicTrees.darkoakbranch. This means the object wasn't registered. It's likely just mod options. +[16:58:08] [Server thread/DEBUG] [FML]: Unable to lookup thermalfoundation:wrench for private static net.minecraft.item.Item me.desht.pneumaticcraft.common.thirdparty.ModdedWrenchUtils.CRESCENT_HAMMER. This means the object wasn't registered. It's likely just mod options. +[16:58:08] [Server thread/DEBUG] [FML]: Unable to lookup harvestcraft:walleyerawitem for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.PamsCompat.PAMS_FISH_RAW_WALLEYE. This means the object wasn't registered. It's likely just mod options. +[16:58:08] [Server thread/DEBUG] [FML]: Unable to lookup harvestcraft:catfishrawitem for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.PamsCompat.PAMS_FISH_RAW_CAT. This means the object wasn't registered. It's likely just mod options. +[16:58:08] [Server thread/DEBUG] [FML]: Unable to lookup betterwithmods:block.bloodwood.break for public static net.minecraft.util.SoundEvent betterwithmods.common.BWSounds.BLOODWOOD_BREAK. This means the object wasn't registered. It's likely just mod options. +[16:58:08] [Server thread/DEBUG] [FML]: Unable to lookup buildcraftsilicon:assembly_table for private static net.minecraft.block.Block buildcraft.transport.BCTransportRecipes.SILICON_TABLE_ASSEMBLY. This means the object wasn't registered. It's likely just mod options. +[16:58:08] [Server thread/DEBUG] [FML]: Unable to lookup combustfish:magma_string for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.CombustCompat.COMBUST_MAGMA_STRING. This means the object wasn't registered. It's likely just mod options. +[16:58:08] [Server thread/DEBUG] [FML]: Unable to lookup theoneprobe:probe for public static net.minecraft.item.Item me.desht.pneumaticcraft.common.recipes.CraftingRegistrator.ONE_PROBE. This means the object wasn't registered. It's likely just mod options. +[16:58:08] [Server thread/DEBUG] [FML]: Unable to lookup harvestcraft:mudfishrawitem for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.PamsCompat.PAMS_FISH_RAW_MUD. This means the object wasn't registered. It's likely just mod options. +[16:58:08] [Server thread/DEBUG] [FML]: Unable to lookup enderio:block_fused_quartz for private static net.minecraft.block.Block nmd.primal.core.common.compat.mods.EIOCompat.EIO_FUSED_QUARTZ. This means the object wasn't registered. It's likely just mod options. +[16:58:08] [Server thread/DEBUG] [FML]: Unable to lookup harvestcraft:pamcinnamon for public static net.minecraft.block.Block betterwithmods.module.compat.Harvestcraft.logCinnamon. This means the object wasn't registered. It's likely just mod options. +[16:58:08] [Server thread/DEBUG] [FML]: Unable to lookup betterwithmods:mud for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.BWMCompat.BWM_somethinghere. This means the object wasn't registered. It's likely just mod options. +[16:58:08] [Server thread/DEBUG] [FML]: Unable to lookup dynamictrees:darkoakbranch for private static net.minecraft.block.Block nmd.primal.core.common.compat.mods.DynamicTreesCompat.DYNTREE_BRANCH_DARK_OAK. This means the object wasn't registered. It's likely just mod options. +[16:58:08] [Server thread/DEBUG] [FML]: Unable to lookup dynamictrees:acaciabranch for private static net.minecraft.block.Block nmd.primal.core.common.compat.mods.DynamicTreesCompat.DYNTREE_BRANCH_ACACIA. This means the object wasn't registered. It's likely just mod options. +[16:58:08] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:alchemical_dragon for public static betterwithaddons.block.BlockAlchDragon betterwithaddons.block.ModBlocks.ALCHEMICAL_DRAGON. This means the object wasn't registered. It's likely just mod options. +[16:58:08] [Server thread/DEBUG] [FML]: Unable to lookup dynamictrees:oakbranch for private static net.minecraft.block.Block nmd.primal.core.common.compat.mods.DynamicTreesCompat.DYNTREE_BRANCH_OAK. This means the object wasn't registered. It's likely just mod options. +[16:58:08] [Server thread/DEBUG] [FML]: Unable to lookup cyberware:shades for public static net.minecraft.item.Item nmd.primal.core.common.init.ModCompat.CBR_SHADES_SQUARE. This means the object wasn't registered. It's likely just mod options. +[16:58:08] [Server thread/DEBUG] [FML]: Unable to lookup enderio:block_enlightened_fused_quartz for private static net.minecraft.block.Block nmd.primal.core.common.compat.mods.EIOCompat.EIO_ENLIGHTENED_QUARTZ. This means the object wasn't registered. It's likely just mod options. +[16:58:08] [Server thread/DEBUG] [FML]: Unable to lookup enderio:item_material for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.EIOCompat.EIO_MATERIAL. This means the object wasn't registered. It's likely just mod options. +[16:58:08] [Server thread/DEBUG] [FML]: Unable to lookup cyclicmagic:boomerang for public static net.minecraft.item.Item com.lothrazar.cyclicmagic.item.boomerang.EntityBoomerang.boomerangItem. This means the object wasn't registered. It's likely just mod options. +[16:58:08] [Server thread/DEBUG] [FML]: Unable to lookup thaumcraft:nugget for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.ThaumCompat.THA_NUGGET. This means the object wasn't registered. It's likely just mod options. +[16:58:08] [Server thread/DEBUG] [FML]: Unable to lookup harvestcraft:fishtrapbaititem for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.PamsCompat.PAMS_FISH_TRAP_BAIT. This means the object wasn't registered. It's likely just mod options. +[16:58:08] [Server thread/DEBUG] [FML]: Unable to lookup thaumcraft:cluster for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.ThaumCompat.THA_CLUSTER. This means the object wasn't registered. It's likely just mod options. +[16:58:08] [Server thread/DEBUG] [FML]: Unable to lookup harvestcraft:anchovyrawitem for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.PamsCompat.PAMS_FISH_RAW_ANCHOVY. This means the object wasn't registered. It's likely just mod options. +[16:58:08] [Server thread/DEBUG] [FML]: Unable to lookup cyberware:cybereyes for public static net.minecraft.item.Item nmd.primal.core.common.init.ModCompat.CBR_CYBER_EYES. This means the object wasn't registered. It's likely just mod options. +[16:58:08] [Server thread/DEBUG] [FML]: Unable to lookup enderio:item_alloy_ingot for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.EIOCompat.EIO_INGOT. This means the object wasn't registered. It's likely just mod options. +[16:58:08] [Server thread/DEBUG] [FML]: Unable to lookup enderio:item_alloy_nugget for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.EIOCompat.EIO_NUGGET. This means the object wasn't registered. It's likely just mod options. +[16:58:08] [Server thread/DEBUG] [FML]: Unable to lookup dynamictrees:junglebranch for private static net.minecraft.block.Block nmd.primal.core.common.compat.mods.DynamicTreesCompat.DYNTREE_BRANCH_JUNGLE. This means the object wasn't registered. It's likely just mod options. +[16:58:08] [Server thread/DEBUG] [FML]: Unable to lookup ic2:quantum_helmet for public static net.minecraft.item.Item nmd.primal.core.common.init.ModCompat.IC2_QUANTUM_HELMET. This means the object wasn't registered. It's likely just mod options. +[16:58:08] [Server thread/DEBUG] [FML]: Unable to lookup harvestcraft:carprawitem for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.PamsCompat.PAMS_FISH_RAW_CARP. This means the object wasn't registered. It's likely just mod options. +[16:58:08] [Server thread/DEBUG] [FML]: Unable to lookup harvestcraft:perchrawitem for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.PamsCompat.PAMS_FISH_RAW_PERCH. This means the object wasn't registered. It's likely just mod options. +[16:58:08] [Server thread/DEBUG] [FML]: Unable to lookup nex:tilled_sand_soul for public static net.minecraft.block.Block nmd.primal.core.common.init.ModCompat.NEX_TILLED_SOUL_SAND. This means the object wasn't registered. It's likely just mod options. +[16:58:08] [Server thread/DEBUG] [FML]: Unable to lookup enderio:block_fused_glass for private static net.minecraft.block.Block nmd.primal.core.common.compat.mods.EIOCompat.EIO_FUSED_GLASS. This means the object wasn't registered. It's likely just mod options. +[16:58:08] [Server thread/DEBUG] [FML]: Unable to lookup enderio:item_yeta_wrench for private static net.minecraft.item.Item me.desht.pneumaticcraft.common.thirdparty.ModdedWrenchUtils.YETA_WRENCH. This means the object wasn't registered. It's likely just mod options. +[16:58:08] [Server thread/DEBUG] [FML]: Unable to lookup cyberware:shades2 for public static net.minecraft.item.Item nmd.primal.core.common.init.ModCompat.CBR_SHADES_ROUND. This means the object wasn't registered. It's likely just mod options. +[16:58:08] [Server thread/DEBUG] [FML]: Unable to lookup harvestcraft:bassrawitem for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.PamsCompat.PAMS_FISH_RAW_BASS. This means the object wasn't registered. It's likely just mod options. +[16:58:08] [Server thread/DEBUG] [FML]: Unable to lookup vanillafoodpantry:red_flint for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.VFPCompat.VFP_RED_FLINT. This means the object wasn't registered. It's likely just mod options. +[16:58:08] [Server thread/DEBUG] [FML]: Unable to lookup harvestcraft:troutrawitem for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.PamsCompat.PAMS_FISH_RAW_TROUT. This means the object wasn't registered. It's likely just mod options. +[16:58:08] [Server thread/DEBUG] [FML]: Unable to lookup harvestcraft:tunarawitem for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.PamsCompat.PAMS_FISH_RAW_TUNA. This means the object wasn't registered. It's likely just mod options. +[16:58:08] [Server thread/DEBUG] [FML]: Unable to lookup cyclicmagic:fire_frost for public static net.minecraft.block.Block com.lothrazar.cyclicmagic.block.firestarter.TileEntityFireStarter.fireFrost. This means the object wasn't registered. It's likely just mod options. +[16:58:08] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:universal_actuator for public static net.minecraft.block.Block me.desht.pneumaticcraft.common.block.Blockss.UNIVERSAL_ACTUATOR. This means the object wasn't registered. It's likely just mod options. +[16:58:08] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:electric_compressor for static net.minecraft.block.Block me.desht.pneumaticcraft.common.thirdparty.ic2.IC2.ELECTRIC_COMPRESSOR. This means the object wasn't registered. It's likely just mod options. +[16:58:08] [Server thread/DEBUG] [FML]: Unable to lookup familiarfauna:familiarfauna.deer for private static net.minecraftforge.fml.common.registry.EntityEntry nmd.primal.core.common.compat.mods.FaunaCompat.FAUNA_DEER. This means the object wasn't registered. It's likely just mod options. +[16:58:08] [Server thread/DEBUG] [FML]: Unable to lookup harvestcraft:herringrawitem for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.PamsCompat.PAMS_FISH_RAW_HERRING. This means the object wasn't registered. It's likely just mod options. +[16:58:08] [Server thread/DEBUG] [FML]: Unable to lookup cyclicmagic:stone_pebble for public static net.minecraft.item.Item com.lothrazar.cyclicmagic.item.slingshot.ItemProjectileSlingshot.bullet. This means the object wasn't registered. It's likely just mod options. +[16:58:08] [Server thread/DEBUG] [FML]: Unable to lookup cyclicmagic:stone_pebble for public static net.minecraft.item.Item com.lothrazar.cyclicmagic.item.slingshot.EntitySlingshot.bullet. This means the object wasn't registered. It's likely just mod options. +[16:58:08] [Server thread/DEBUG] [FML]: Unable to lookup ic2:quantum_chestplate for public static net.minecraft.item.Item nmd.primal.core.common.init.ModCompat.IC2_QUANTUM_CHESTPLATE. This means the object wasn't registered. It's likely just mod options. +[16:58:08] [Server thread/DEBUG] [FML]: Unable to lookup ic2:quantum_leggings for public static net.minecraft.item.Item nmd.primal.core.common.init.ModCompat.IC2_QUANTUM_LEGGINGS. This means the object wasn't registered. It's likely just mod options. +[16:58:08] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:drone_interface for public static net.minecraft.block.Block me.desht.pneumaticcraft.common.thirdparty.computercraft.OpenComputers.DRONE_INTERFACE. This means the object wasn't registered. It's likely just mod options. +[16:58:08] [Server thread/DEBUG] [FML]: Unable to lookup ic2:misc_resource for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.IC2Compat.IC2_MISC_RESOURCE. This means the object wasn't registered. It's likely just mod options. +[16:58:08] [Server thread/DEBUG] [FML]: Unable to lookup foundry:component for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.FoundryCompat.FDR_COMPONENT. This means the object wasn't registered. It's likely just mod options. +[16:58:08] [Server thread/DEBUG] [FML]: Unable to lookup harvestcraft:charrrawitem for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.PamsCompat.PAMS_FISH_RAW_CHARR. This means the object wasn't registered. It's likely just mod options. +[16:58:08] [Server thread/DEBUG] [FML]: Unable to lookup dynamictrees:sprucebranch for private static net.minecraft.block.Block nmd.primal.core.common.compat.mods.DynamicTreesCompat.DYNTREE_BRANCH_SPRUCE. This means the object wasn't registered. It's likely just mod options. +[16:58:08] [Server thread/DEBUG] [FML]: Unable to lookup natura:flame_string for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.NaturaCompat.NATURA_FLAME_STRING. This means the object wasn't registered. It's likely just mod options. +[16:58:08] [Server thread/DEBUG] [FML]: Unable to lookup dynamictrees:acaciabranch for private static net.minecraft.block.Block betterwithmods.module.compat.DynamicTrees.acaciabranch. This means the object wasn't registered. It's likely just mod options. +[16:58:08] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:pneumatic_generator for static net.minecraft.block.Block me.desht.pneumaticcraft.common.thirdparty.ic2.IC2.PNEUMATIC_GENERATOR. This means the object wasn't registered. It's likely just mod options. +[16:58:08] [Server thread/DEBUG] [FML]: Unable to lookup harvestcraft:pammaple for public static net.minecraft.block.Block betterwithmods.module.compat.Harvestcraft.logMaple. This means the object wasn't registered. It's likely just mod options. +[16:58:08] [Server thread/DEBUG] [FML]: Unable to lookup dynamictrees:sprucebranch for private static net.minecraft.block.Block betterwithmods.module.compat.DynamicTrees.sprucebranch. This means the object wasn't registered. It's likely just mod options. +[16:58:08] [Server thread/DEBUG] [FML]: Unable to lookup harvestcraft:snapperrawitem for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.PamsCompat.PAMS_FISH_RAW_SNAPPER. This means the object wasn't registered. It's likely just mod options. +[16:58:08] [Server thread/DEBUG] [FML]: Unable to lookup ic2:wrench for private static net.minecraft.item.Item me.desht.pneumaticcraft.common.thirdparty.ModdedWrenchUtils.IC2_WRENCH. This means the object wasn't registered. It's likely just mod options. +[16:58:08] [Server thread/DEBUG] [FML]: Unable to lookup natura:flint_and_blaze for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.NaturaCompat.NATURA_FLINT_N_BLAZE. This means the object wasn't registered. It's likely just mod options. +[16:58:08] [Server thread/DEBUG] [FML]: Unable to lookup ic2:quantum_boots for public static net.minecraft.item.Item nmd.primal.core.common.init.ModCompat.IC2_QUANTUM_BOOTS. This means the object wasn't registered. It's likely just mod options. +[16:58:08] [Server thread/DEBUG] [FML]: Unable to lookup ic2:crafting for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.IC2Compat.IC2_CRAFTING. This means the object wasn't registered. It's likely just mod options. +[16:58:08] [Server thread/INFO] [FML]: Holder lookups applied +[16:58:08] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod minecraft +[16:58:08] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod minecraft +[16:58:08] [Server thread/DEBUG] [FML]: Bar Step: Initialization - Minecraft took 0.000s +[16:58:08] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod mcp +[16:58:08] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod mcp +[16:58:08] [Server thread/DEBUG] [FML]: Bar Step: Initialization - Minecraft Coder Pack took 0.000s +[16:58:08] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod FML +[16:58:08] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod FML +[16:58:08] [Server thread/DEBUG] [FML]: Bar Step: Initialization - Forge Mod Loader took 0.000s +[16:58:08] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod forge +[16:58:08] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod forge +[16:58:08] [Server thread/DEBUG] [FML]: Bar Step: Initialization - Minecraft Forge took 0.000s +[16:58:08] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod ivtoolkit +[16:58:08] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod ivtoolkit +[16:58:08] [Server thread/DEBUG] [FML]: Bar Step: Initialization - IvToolkit took 0.000s +[16:58:08] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod micdoodlecore +[16:58:08] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod micdoodlecore +[16:58:08] [Server thread/DEBUG] [FML]: Bar Step: Initialization - Micdoodle8 Core took 0.000s +[16:58:08] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod smoothfontcore +[16:58:08] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod smoothfontcore +[16:58:08] [Server thread/DEBUG] [FML]: Bar Step: Initialization - Smooth Font Core took 0.000s +[16:58:08] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod com.elytradev.movingworld.common.asm.coremod +[16:58:08] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod com.elytradev.movingworld.common.asm.coremod +[16:58:08] [Server thread/DEBUG] [FML]: Bar Step: Initialization - MovingWorld CORE took 0.000s +[16:58:08] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod bnbgamingcore +[16:58:08] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod bnbgamingcore +[16:58:08] [Server thread/DEBUG] [FML]: Bar Step: Initialization - BnBGamingCore took 0.000s +[16:58:08] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod foamfixcore +[16:58:08] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod foamfixcore +[16:58:08] [Server thread/DEBUG] [FML]: Bar Step: Initialization - FoamFixCore took 0.000s +[16:58:08] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod randompatches +[16:58:08] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod randompatches +[16:58:08] [Server thread/DEBUG] [FML]: Bar Step: Initialization - RandomPatches took 0.007s +[16:58:08] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod movillages +[16:58:08] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod movillages +[16:58:08] [Server thread/DEBUG] [FML]: Bar Step: Initialization - Mo' Villages took 0.009s +[16:58:08] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod charcoalblock +[16:58:08] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod charcoalblock +[16:58:08] [Server thread/DEBUG] [FML]: Bar Step: Initialization - A Block of Charcoal took 0.002s +[16:58:08] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod crafttweaker +[16:58:08] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod crafttweaker +[16:58:08] [Server thread/DEBUG] [FML]: Bar Step: Initialization - CraftTweaker2 took 0.000s +[16:58:08] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod mtlib +[16:58:08] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod mtlib +[16:58:08] [Server thread/DEBUG] [FML]: Bar Step: Initialization - MTLib took 0.000s +[16:58:08] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod modtweaker +[16:58:08] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod modtweaker +[16:58:08] [Server thread/DEBUG] [FML]: Bar Step: Initialization - Mod Tweaker took 0.000s +[16:58:08] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod jei +[16:58:08] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod jei +[16:58:08] [Server thread/DEBUG] [FML]: Bar Step: Initialization - Just Enough Items took 0.000s +[16:58:08] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod abyssalcraft +[16:58:08] [Server thread/INFO] [AbyssalCraft]: Inventory Tweaks is present, initializing sorting stuff. +[16:58:08] [Server thread/INFO] [AbyssalCraft]: Just Enough Items is present, initializing informative stuff. +[16:58:08] [Server thread/INFO] [AbyssalCraft]: Found a integration for mod CraftTweaker +[16:58:08] [Server thread/INFO] [AbyssalCraft]: Found a integration for mod Tinkers' Construct +[16:58:08] [Server thread/INFO] [AbyssalCraft]: Found a integration for mod Game Stages +[16:58:08] [Server thread/INFO] [AbyssalCraft]: Mod integrations found: [Inventory Tweaks, Just Enough Items, CraftTweaker, Tinkers' Construct, Game Stages] +[16:58:08] [Server thread/INFO] [AbyssalCraft]: Initializing integrations! +[16:58:09] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod abyssalcraft +[16:58:09] [Server thread/DEBUG] [FML]: Bar Step: Initialization - AbyssalCraft took 0.375s +[16:58:09] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod chisel +[16:58:09] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod chisel +[16:58:09] [Server thread/DEBUG] [FML]: Bar Step: Initialization - Chisel took 0.002s +[16:58:09] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod mantle +[16:58:09] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod mantle +[16:58:09] [Server thread/DEBUG] [FML]: Bar Step: Initialization - Mantle took 0.000s +[16:58:09] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod twilightforest +[16:58:09] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod twilightforest +[16:58:09] [Server thread/DEBUG] [FML]: Bar Step: Initialization - The Twilight Forest took 0.097s +[16:58:09] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod tconstruct +[16:58:09] [Server thread/DEBUG] [tconstruct-IMC]: Added integration smelting for Uranium from immersiveengineering +[16:58:09] [Server thread/DEBUG] [tconstruct-IMC]: Blacklisted item.immersiveengineering.bullet. from melting +[16:58:09] [Server thread/DEBUG] [tconstruct-IMC]: Blacklisted item.immersiveengineering.drillhead. from melting +[16:58:09] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod tconstruct +[16:58:09] [Server thread/DEBUG] [FML]: Bar Step: Initialization - Tinkers' Construct took 0.012s +[16:58:09] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod acintegration +[16:58:09] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod acintegration +[16:58:09] [Server thread/DEBUG] [FML]: Bar Step: Initialization - AbyssalCraft Integration took 0.000s +[16:58:09] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod fastbench +[16:58:09] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod fastbench +[16:58:09] [Server thread/DEBUG] [FML]: Bar Step: Initialization - FastWorkbench took 0.000s +[16:58:09] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod actuallyadditions +[16:58:09] [Server thread/INFO] [Actually Additions]: Starting Initialization Phase... +[16:58:09] [Server thread/INFO] [Actually Additions]: Initializing GuiHandler... +[16:58:09] [Server thread/INFO] [Actually Additions]: Registering World Generator... +[16:58:09] [Server thread/INFO] [Actually Additions]: Registering TileEntities... +[16:58:09] [Server thread/INFO] [Actually Additions]: Initializing Entities... +[16:58:09] [Server thread/TRACE] [FML]: Automatically registered mod actuallyadditions entity actuallyadditions.worm as actuallyadditions:worm +[16:58:09] [Server thread/INFO] [Actually Additions]: Initializing ServerProxy... +[16:58:09] [Server thread/INFO] [Actually Additions]: Initialization Finished. +[16:58:09] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod actuallyadditions +[16:58:09] [Server thread/DEBUG] [FML]: Bar Step: Initialization - Actually Additions took 0.076s +[16:58:09] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod baubles +[16:58:09] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod baubles +[16:58:09] [Server thread/DEBUG] [FML]: Bar Step: Initialization - Baubles took 0.000s +[16:58:09] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod actuallybaubles +[16:58:09] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod actuallybaubles +[16:58:09] [Server thread/DEBUG] [FML]: Bar Step: Initialization - Actually Baubles took 0.000s +[16:58:09] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod animalium +[16:58:09] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod animalium +[16:58:09] [Server thread/DEBUG] [FML]: Bar Step: Initialization - animalium took 0.002s +[16:58:09] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod antiqueatlas +[16:58:09] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod antiqueatlas +[16:58:09] [Server thread/DEBUG] [FML]: Bar Step: Initialization - Antique Atlas took 0.056s +[16:58:09] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod base +[16:58:09] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod base +[16:58:09] [Server thread/DEBUG] [FML]: Bar Step: Initialization - B.A.S.E took 0.004s +[16:58:09] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod contenttweaker +[16:58:09] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod contenttweaker +[16:58:09] [Server thread/DEBUG] [FML]: Bar Step: Initialization - ContentTweaker took 0.001s +[16:58:09] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod immersiveengineering +[16:58:09] [Server thread/TRACE] [FML]: Automatically registered mod immersiveengineering entity revolverShot as immersiveengineering:revolvershot +[16:58:09] [Server thread/TRACE] [FML]: Automatically registered mod immersiveengineering entity skylineHook as immersiveengineering:skylinehook +[16:58:09] [Server thread/TRACE] [FML]: Automatically registered mod immersiveengineering entity revolverShotHoming as immersiveengineering:revolvershothoming +[16:58:09] [Server thread/TRACE] [FML]: Automatically registered mod immersiveengineering entity revolverShotWolfpack as immersiveengineering:revolvershotwolfpack +[16:58:09] [Server thread/TRACE] [FML]: Automatically registered mod immersiveengineering entity chemthrowerShot as immersiveengineering:chemthrowershot +[16:58:09] [Server thread/TRACE] [FML]: Automatically registered mod immersiveengineering entity railgunShot as immersiveengineering:railgunshot +[16:58:09] [Server thread/TRACE] [FML]: Automatically registered mod immersiveengineering entity revolverShotFlare as immersiveengineering:revolvershotflare +[16:58:09] [Server thread/TRACE] [FML]: Automatically registered mod immersiveengineering entity explosive as immersiveengineering:explosive +[16:58:09] [Server thread/TRACE] [FML]: Automatically registered mod immersiveengineering entity fluorescentTube as immersiveengineering:fluorescenttube +[16:58:09] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod immersiveengineering +[16:58:09] [Server thread/DEBUG] [FML]: Bar Step: Initialization - Immersive Engineering took 0.215s +[16:58:09] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod geolosys +[16:58:09] [Server thread/INFO] [geolosys]: Loading Applied Energistics compatibility +[16:58:09] [Server thread/INFO] [geolosys]: Loading Actually Additions compatibility +[16:58:09] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod geolosys +[16:58:09] [Server thread/DEBUG] [FML]: Bar Step: Initialization - Geolosys took 0.011s +[16:58:09] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod buildcraftlib +[16:58:09] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod buildcraftlib +[16:58:09] [Server thread/DEBUG] [FML]: Bar Step: Initialization - BuildCraft Lib took 0.066s +[16:58:09] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod buildcraftcore +[16:58:09] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod buildcraftcore +[16:58:09] [Server thread/DEBUG] [FML]: Bar Step: Initialization - BuildCraft took 0.008s +[16:58:09] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod cyclicmagic +[16:58:09] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod cyclicmagic +[16:58:09] [Server thread/DEBUG] [FML]: Bar Step: Initialization - Cyclic took 0.165s +[16:58:09] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod redstoneflux +[16:58:09] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod redstoneflux +[16:58:09] [Server thread/DEBUG] [FML]: Bar Step: Initialization - Redstone Flux took 0.000s +[16:58:09] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod mekanism +[16:58:09] [Server thread/INFO] [Mekanism]: Version 9.8.3 initializing... +[16:58:09] [Server thread/INFO] [Mekanism]: Loading complete. +[16:58:09] [Server thread/INFO] [Mekanism]: Mod loaded. +[16:58:09] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod mekanism +[16:58:09] [Server thread/DEBUG] [FML]: Bar Step: Initialization - Mekanism took 0.115s +[16:58:09] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod natura +[16:58:09] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod natura +[16:58:09] [Server thread/DEBUG] [FML]: Bar Step: Initialization - Natura took 0.001s +[16:58:09] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod traverse +[16:58:09] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod traverse +[16:58:09] [Server thread/DEBUG] [FML]: Bar Step: Initialization - Traverse took 0.001s +[16:58:09] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod betterwithmods +[16:58:09] [Server thread/WARN] [FML]: No types have been added to Biome appliedenergistics2:storage_biome, types have been assigned on a best-effort guess: [PLAINS, COLD] +[16:58:09] [Server thread/WARN] [FML]: No types have been added to Biome nex:ruthless_sands, types have been assigned on a best-effort guess: [HOT, PLAINS, DRY, SAVANNA] +[16:58:09] [Server thread/WARN] [FML]: No types have been added to Biome nex:fungi_forest, types have been assigned on a best-effort guess: [HOT, PLAINS, DRY, SAVANNA] +[16:58:09] [Server thread/WARN] [FML]: No types have been added to Biome nex:torrid_wasteland, types have been assigned on a best-effort guess: [HOT, PLAINS, DRY, SAVANNA] +[16:58:09] [Server thread/WARN] [FML]: No types have been added to Biome nex:arctic_abyss, types have been assigned on a best-effort guess: [PLAINS, DRY, COLD] +[16:58:10] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod betterwithmods +[16:58:10] [Server thread/DEBUG] [FML]: Bar Step: Initialization - Better With Mods took 0.171s +[16:58:10] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod appleskin +[16:58:10] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod appleskin +[16:58:10] [Server thread/DEBUG] [FML]: Bar Step: Initialization - AppleSkin took 0.005s +[16:58:10] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod appliedenergistics2 +[16:58:10] [Server thread/INFO] [AE2:S]: Initialization ( started ) +[16:58:10] [Server thread/INFO] [AE2:S]: Disabling item.csv export for custom recipes, since creative tab information is only available on the client. +[16:58:10] [Server thread/INFO] [AE2:S]: Initialization ( ended after 100ms ) +[16:58:10] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod appliedenergistics2 +[16:58:10] [Server thread/DEBUG] [FML]: Bar Step: Initialization - Applied Energistics 2 took 0.100s +[16:58:10] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod armoreablemobs +[16:58:10] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod armoreablemobs +[16:58:10] [Server thread/DEBUG] [FML]: Bar Step: Initialization - ArmoreableMobs took 0.001s +[16:58:10] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod aroma1997core +[16:58:10] [Server thread/INFO] [Aroma1997Core]: Finished Initialization. +[16:58:10] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod aroma1997core +[16:58:10] [Server thread/DEBUG] [FML]: Bar Step: Initialization - Aroma1997Core took 0.012s +[16:58:10] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod aromabackup +[16:58:10] [Server thread/INFO] [AromaBackup]: Postloading 0 modules. +[16:58:10] [Server thread/INFO] [AromaBackup]: Done postloading plugins. +[16:58:10] [Server thread/TRACE] [Aroma1997Core]: Loaded configuration aromabackup from: .\config\aroma1997\aromabackup.cfg +[16:58:10] [Server thread/INFO] [AromaBackup]: Using Dimension Blacklist with 0 entries. +[16:58:10] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod aromabackup +[16:58:10] [Server thread/DEBUG] [FML]: Bar Step: Initialization - AromaBackup took 0.006s +[16:58:10] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod aromabackuprecovery +[16:58:10] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod aromabackuprecovery +[16:58:10] [Server thread/DEBUG] [FML]: Bar Step: Initialization - AromaBackuprecovery took 0.000s +[16:58:10] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod astikorcarts +[16:58:10] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod astikorcarts +[16:58:10] [Server thread/DEBUG] [FML]: Bar Step: Initialization - AstikorCarts took 0.002s +[16:58:10] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod astralsorcery +[16:58:10] [Server thread/INFO] [Astral Sorcery]: Ignoring fluid ender for rarity registry - it doesn't exist in the current environment +[16:58:10] [Server thread/INFO] [Astral Sorcery]: Ignoring fluid pyrotheum for rarity registry - it doesn't exist in the current environment +[16:58:10] [Server thread/INFO] [Astral Sorcery]: Ignoring fluid cryotheum for rarity registry - it doesn't exist in the current environment +[16:58:10] [Server thread/INFO] [Astral Sorcery]: Ignoring fluid refined_oil for rarity registry - it doesn't exist in the current environment +[16:58:10] [Server thread/INFO] [Astral Sorcery]: Ignoring fluid refined_fuel for rarity registry - it doesn't exist in the current environment +[16:58:10] [Server thread/INFO] [Astral Sorcery]: Ignoring fluid fluidoil for rarity registry - it doesn't exist in the current environment +[16:58:10] [Server thread/INFO] [Astral Sorcery]: Ignoring fluid fluidnitrodiesel for rarity registry - it doesn't exist in the current environment +[16:58:10] [Server thread/INFO] [Astral Sorcery]: Ignoring fluid ic2uu_matter for rarity registry - it doesn't exist in the current environment +[16:58:10] [Server thread/INFO] [Astral Sorcery]: Ignoring fluid ic2biomass for rarity registry - it doesn't exist in the current environment +[16:58:10] [Server thread/INFO] [Astral Sorcery]: Ignoring fluid ic2biogas for rarity registry - it doesn't exist in the current environment +[16:58:10] [Server thread/INFO] [Astral Sorcery]: Ignoring fluid mana for rarity registry - it doesn't exist in the current environment +[16:58:10] [Server thread/INFO] [Astral Sorcery]: Ignoring fluid nacre for rarity registry - it doesn't exist in the current environment +[16:58:10] [Server thread/INFO] [Astral Sorcery]: Ignoring whitelist entry cyclicmagic:enchantment.launch:10 for amulet enchantments - Enchantment does not exist! +[16:58:10] [Server thread/INFO] [Astral Sorcery]: Ignoring whitelist entry cyclicmagic:enchantment.magnet:1 for amulet enchantments - Enchantment does not exist! +[16:58:10] [Server thread/INFO] [Astral Sorcery]: Ignoring whitelist entry cyclicmagic:enchantment.venom:10 for amulet enchantments - Enchantment does not exist! +[16:58:10] [Server thread/INFO] [Astral Sorcery]: Ignoring whitelist entry cyclicmagic:enchantment.excavation:1 for amulet enchantments - Enchantment does not exist! +[16:58:10] [Server thread/INFO] [Astral Sorcery]: Ignoring whitelist entry cyclicmagic:enchantment.multishot:1 for amulet enchantments - Enchantment does not exist! +[16:58:10] [Server thread/INFO] [Astral Sorcery]: Got 405 recipe modifications from CraftTweaker. - Applying... +[16:58:10] [Server thread/INFO] [Astral Sorcery]: Recipe changes applied. +[16:58:10] [Server thread/INFO] [Astral Core]: [AstralTransformer] Transforming wh : net.minecraft.entity.ai.attributes.ModifiableAttributeInstance with 1 patches! +[16:58:10] [Server thread/INFO] [Astral Core]: [AstralTransformer] Applied patch PATCHPOSTPROCESSATTRIBUTES +[16:58:10] [Server thread/INFO] [Astral Sorcery]: Loaded OAK of minecraft into tree registry. +[16:58:10] [Server thread/INFO] [Astral Sorcery]: Loaded SPRUCE of minecraft into tree registry. +[16:58:10] [Server thread/INFO] [Astral Sorcery]: Loaded BIRCH of minecraft into tree registry. +[16:58:10] [Server thread/INFO] [Astral Sorcery]: Loaded JUNGLE of minecraft into tree registry. +[16:58:10] [Server thread/INFO] [Astral Sorcery]: Loaded ACACIA of minecraft into tree registry. +[16:58:10] [Server thread/INFO] [Astral Sorcery]: Loaded DARK_OAK of minecraft into tree registry. +[16:58:10] [Server thread/INFO] [Astral Sorcery]: Loaded SLIME of tconstruct into tree registry. +[16:58:10] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod astralsorcery +[16:58:10] [Server thread/DEBUG] [FML]: Bar Step: Initialization - Astral Sorcery took 0.373s +[16:58:10] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod quark +[16:58:10] [Server thread/INFO] [sevpatches_core]: PatchAstralAmulet succeeded +[16:58:10] [Server thread/DEBUG] [Quark]: Unable to find item biomesoplenty:mushroom for Quark flower override +[16:58:10] [Server thread/DEBUG] [Quark]: Unable to find item biomesoplenty:flower_0 for Quark flower override +[16:58:10] [Server thread/DEBUG] [Quark]: Unable to find item biomesoplenty:flower_0 for Quark flower override +[16:58:10] [Server thread/DEBUG] [Quark]: Unable to find item biomesoplenty:sapling_0 for Quark flower override +[16:58:10] [Server thread/DEBUG] [Quark]: Unable to find item biomesoplenty:sapling_1 for Quark flower override +[16:58:10] [Server thread/DEBUG] [Quark]: Unable to find item biomesoplenty:sapling_2 for Quark flower override +[16:58:10] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod quark +[16:58:10] [Server thread/DEBUG] [FML]: Bar Step: Initialization - Quark took 0.018s +[16:58:10] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod autoreglib +[16:58:10] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod autoreglib +[16:58:10] [Server thread/DEBUG] [FML]: Bar Step: Initialization - AutoRegLib took 0.000s +[16:58:10] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod bdlib +[16:58:10] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod bdlib +[16:58:10] [Server thread/DEBUG] [FML]: Bar Step: Initialization - BD Lib took 0.000s +[16:58:10] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod betterwithaddons +[16:58:10] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod betterwithaddons +[16:58:10] [Server thread/DEBUG] [FML]: Bar Step: Initialization - Better with Addons took 0.064s +[16:58:10] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod betterbedrock +[16:58:10] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod betterbedrock +[16:58:10] [Server thread/DEBUG] [FML]: Bar Step: Initialization - Better Bedrock took 0.000s +[16:58:10] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod betterbuilderswands +[16:58:10] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod betterbuilderswands +[16:58:10] [Server thread/DEBUG] [FML]: Bar Step: Initialization - Better Builder's Wands took 0.003s +[16:58:10] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod betterwithlib +[16:58:10] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod betterwithlib +[16:58:10] [Server thread/DEBUG] [FML]: Bar Step: Initialization - Better With Lib took 0.000s +[16:58:10] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod bibliocraft +[16:58:10] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod bibliocraft +[16:58:10] [Server thread/DEBUG] [FML]: Bar Step: Initialization - BiblioCraft took 0.026s +[16:58:10] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod waila +[16:58:10] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod waila +[16:58:10] [Server thread/DEBUG] [FML]: Bar Step: Initialization - Waila took 0.000s +[16:58:10] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod modularrouters +[16:58:10] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod modularrouters +[16:58:10] [Server thread/DEBUG] [FML]: Bar Step: Initialization - Modular Routers took 0.009s +[16:58:10] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod guideapi +[16:58:10] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod guideapi +[16:58:10] [Server thread/DEBUG] [FML]: Bar Step: Initialization - Guide-API took 0.000s +[16:58:10] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod bloodmagic +[16:58:10] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod bloodmagic +[16:58:10] [Server thread/DEBUG] [FML]: Bar Step: Initialization - Blood Magic: Alchemical Wizardry took 0.181s +[16:58:10] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod bnbgaminglib +[16:58:10] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod bnbgaminglib +[16:58:10] [Server thread/DEBUG] [FML]: Bar Step: Initialization - BNBGamingLib took 0.000s +[16:58:10] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod bonsaitrees +[16:58:10] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod bonsaitrees +[16:58:10] [Server thread/DEBUG] [FML]: Bar Step: Initialization - Bonsai Trees took 0.006s +[16:58:10] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod bookshelf +[16:58:10] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod bookshelf +[16:58:10] [Server thread/DEBUG] [FML]: Bar Step: Initialization - Bookshelf took 0.005s +[16:58:10] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod bringbedrockback +[16:58:10] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod bringbedrockback +[16:58:10] [Server thread/DEBUG] [FML]: Bar Step: Initialization - BringBedrockBack took 0.000s +[16:58:10] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod buildcraftbuilders +[16:58:10] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod buildcraftbuilders +[16:58:10] [Server thread/DEBUG] [FML]: Bar Step: Initialization - BuildCraft Builders took 0.003s +[16:58:10] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod buildcraftfactory +[16:58:10] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod buildcraftfactory +[16:58:10] [Server thread/DEBUG] [FML]: Bar Step: Initialization - BuildCraft Factory took 0.000s +[16:58:10] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod buildcraftrobotics +[16:58:10] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod buildcraftrobotics +[16:58:10] [Server thread/DEBUG] [FML]: Bar Step: Initialization - BuildCraft Robotics took 0.001s +[16:58:10] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod buildcrafttransport +[16:58:10] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod buildcrafttransport +[16:58:10] [Server thread/DEBUG] [FML]: Bar Step: Initialization - BuildCraft Transport took 0.015s +[16:58:10] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod buildcraftsilicon +[16:58:11] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod buildcraftsilicon +[16:58:11] [Server thread/DEBUG] [FML]: Bar Step: Initialization - BuildCraft Silicon took 0.380s +[16:58:11] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod buildinggadgets +[16:58:11] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod buildinggadgets +[16:58:11] [Server thread/DEBUG] [FML]: Bar Step: Initialization - Building Gadgets took 0.031s +[16:58:11] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod car +[16:58:11] [Server thread/TRACE] [FML]: Automatically registered mod car entity car_wood as car:car_wood +[16:58:11] [Server thread/TRACE] [FML]: Automatically registered mod car entity car_big_wood as car:car_big_wood +[16:58:11] [Server thread/TRACE] [FML]: Automatically registered mod car entity car_transporter as car:car_transporter +[16:58:11] [Server thread/TRACE] [FML]: Automatically registered mod car entity car_sport as car:car_sport +[16:58:11] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod car +[16:58:11] [Server thread/DEBUG] [FML]: Bar Step: Initialization - Ultimate Car Mod took 0.025s +[16:58:11] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod gamestages +[16:58:11] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod gamestages +[16:58:11] [Server thread/DEBUG] [FML]: Bar Step: Initialization - Game Stages took 0.000s +[16:58:11] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod carryon +[16:58:11] [Server thread/ERROR] [CarryOn]: Block Parsing Error. Invalid Name: quark:custom_chest_trap +[16:58:11] [AstralSorcery Patreon Effect Loader/WARN] [Astral Sorcery]: Skipped 4 patreon effects during loading due to malformed data! +[16:58:11] [Server thread/ERROR] [CarryOn]: tschipp.carryon.common.helper.StringParser.getBlock(StringParser.java:34) +[16:58:11] [AstralSorcery Patreon Effect Loader/INFO] [Astral Sorcery]: Patreon effect loading finished. +[16:58:11] [Server thread/ERROR] [CarryOn]: tschipp.carryon.common.handler.ModelOverridesHandler.parseOverride(ModelOverridesHandler.java:132) +[16:58:11] [Server thread/ERROR] [CarryOn]: tschipp.carryon.common.handler.ModelOverridesHandler.initOverrides(ModelOverridesHandler.java:40) +[16:58:11] [Server thread/ERROR] [CarryOn]: tschipp.carryon.common.handler.RegistrationHandler.regOverrideList(RegistrationHandler.java:64) +[16:58:11] [Server thread/ERROR] [CarryOn]: tschipp.carryon.common.CommonProxy.init(CommonProxy.java:54) +[16:58:11] [Server thread/ERROR] [CarryOn]: tschipp.carryon.CarryOn.init(CarryOn.java:61) +[16:58:11] [Server thread/ERROR] [CarryOn]: sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) +[16:58:11] [Server thread/ERROR] [CarryOn]: sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) +[16:58:11] [Server thread/ERROR] [CarryOn]: sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) +[16:58:11] [Server thread/ERROR] [CarryOn]: java.lang.reflect.Method.invoke(Method.java:498) +[16:58:11] [Server thread/ERROR] [CarryOn]: net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:637) +[16:58:11] [Server thread/ERROR] [CarryOn]: 31 more... +[16:58:11] [Server thread/INFO] [CarryOn]: +[16:58:11] [Server thread/ERROR] [CarryOn]: Block Parsing Error. Invalid Name: quark:custom_chest_trap +[16:58:11] [Server thread/ERROR] [CarryOn]: tschipp.carryon.common.helper.StringParser.getBlock(StringParser.java:34) +[16:58:11] [Server thread/ERROR] [CarryOn]: tschipp.carryon.common.handler.ModelOverridesHandler.parseOverride(ModelOverridesHandler.java:132) +[16:58:11] [Server thread/ERROR] [CarryOn]: tschipp.carryon.common.handler.ModelOverridesHandler.initOverrides(ModelOverridesHandler.java:40) +[16:58:11] [Server thread/ERROR] [CarryOn]: tschipp.carryon.common.handler.RegistrationHandler.regOverrideList(RegistrationHandler.java:64) +[16:58:11] [Server thread/ERROR] [CarryOn]: tschipp.carryon.common.CommonProxy.init(CommonProxy.java:54) +[16:58:11] [Server thread/ERROR] [CarryOn]: tschipp.carryon.CarryOn.init(CarryOn.java:61) +[16:58:11] [Server thread/ERROR] [CarryOn]: sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) +[16:58:11] [Server thread/ERROR] [CarryOn]: sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) +[16:58:11] [Server thread/ERROR] [CarryOn]: sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) +[16:58:11] [Server thread/ERROR] [CarryOn]: java.lang.reflect.Method.invoke(Method.java:498) +[16:58:11] [Server thread/ERROR] [CarryOn]: net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:637) +[16:58:11] [Server thread/ERROR] [CarryOn]: 31 more... +[16:58:11] [Server thread/INFO] [CarryOn]: +[16:58:11] [Server thread/ERROR] [CarryOn]: Block Parsing Error. Invalid Name: quark:custom_chest_trap +[16:58:11] [Server thread/ERROR] [CarryOn]: tschipp.carryon.common.helper.StringParser.getBlock(StringParser.java:34) +[16:58:11] [Server thread/ERROR] [CarryOn]: tschipp.carryon.common.handler.ModelOverridesHandler.parseOverride(ModelOverridesHandler.java:132) +[16:58:11] [Server thread/ERROR] [CarryOn]: tschipp.carryon.common.handler.ModelOverridesHandler.initOverrides(ModelOverridesHandler.java:40) +[16:58:11] [Server thread/ERROR] [CarryOn]: tschipp.carryon.common.handler.RegistrationHandler.regOverrideList(RegistrationHandler.java:64) +[16:58:11] [Server thread/ERROR] [CarryOn]: tschipp.carryon.common.CommonProxy.init(CommonProxy.java:54) +[16:58:11] [Server thread/ERROR] [CarryOn]: tschipp.carryon.CarryOn.init(CarryOn.java:61) +[16:58:11] [Server thread/ERROR] [CarryOn]: sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) +[16:58:11] [Server thread/ERROR] [CarryOn]: sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) +[16:58:11] [Server thread/ERROR] [CarryOn]: sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) +[16:58:11] [Server thread/ERROR] [CarryOn]: java.lang.reflect.Method.invoke(Method.java:498) +[16:58:11] [Server thread/ERROR] [CarryOn]: net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:637) +[16:58:11] [Server thread/ERROR] [CarryOn]: 31 more... +[16:58:11] [Server thread/INFO] [CarryOn]: +[16:58:11] [Server thread/ERROR] [CarryOn]: Block Parsing Error. Invalid Name: quark:custom_chest_trap +[16:58:11] [Server thread/ERROR] [CarryOn]: tschipp.carryon.common.helper.StringParser.getBlock(StringParser.java:34) +[16:58:11] [Server thread/ERROR] [CarryOn]: tschipp.carryon.common.handler.ModelOverridesHandler.parseOverride(ModelOverridesHandler.java:132) +[16:58:11] [Server thread/ERROR] [CarryOn]: tschipp.carryon.common.handler.ModelOverridesHandler.initOverrides(ModelOverridesHandler.java:40) +[16:58:11] [Server thread/ERROR] [CarryOn]: tschipp.carryon.common.handler.RegistrationHandler.regOverrideList(RegistrationHandler.java:64) +[16:58:11] [Server thread/ERROR] [CarryOn]: tschipp.carryon.common.CommonProxy.init(CommonProxy.java:54) +[16:58:11] [Server thread/ERROR] [CarryOn]: tschipp.carryon.CarryOn.init(CarryOn.java:61) +[16:58:11] [Server thread/ERROR] [CarryOn]: sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) +[16:58:11] [Server thread/ERROR] [CarryOn]: sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) +[16:58:11] [Server thread/ERROR] [CarryOn]: sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) +[16:58:11] [Server thread/ERROR] [CarryOn]: java.lang.reflect.Method.invoke(Method.java:498) +[16:58:11] [Server thread/ERROR] [CarryOn]: net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:637) +[16:58:11] [Server thread/ERROR] [CarryOn]: 31 more... +[16:58:11] [Server thread/INFO] [CarryOn]: +[16:58:11] [Server thread/ERROR] [CarryOn]: Block Parsing Error. Invalid Name: quark:custom_chest_trap +[16:58:11] [Server thread/ERROR] [CarryOn]: tschipp.carryon.common.helper.StringParser.getBlock(StringParser.java:34) +[16:58:11] [Server thread/ERROR] [CarryOn]: tschipp.carryon.common.handler.ModelOverridesHandler.parseOverride(ModelOverridesHandler.java:132) +[16:58:11] [Server thread/ERROR] [CarryOn]: tschipp.carryon.common.handler.ModelOverridesHandler.initOverrides(ModelOverridesHandler.java:40) +[16:58:11] [Server thread/ERROR] [CarryOn]: tschipp.carryon.common.handler.RegistrationHandler.regOverrideList(RegistrationHandler.java:64) +[16:58:11] [Server thread/ERROR] [CarryOn]: tschipp.carryon.common.CommonProxy.init(CommonProxy.java:54) +[16:58:11] [Server thread/ERROR] [CarryOn]: tschipp.carryon.CarryOn.init(CarryOn.java:61) +[16:58:11] [Server thread/ERROR] [CarryOn]: sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) +[16:58:11] [Server thread/ERROR] [CarryOn]: sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) +[16:58:11] [Server thread/ERROR] [CarryOn]: sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) +[16:58:11] [Server thread/ERROR] [CarryOn]: java.lang.reflect.Method.invoke(Method.java:498) +[16:58:11] [Server thread/ERROR] [CarryOn]: net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:637) +[16:58:11] [Server thread/ERROR] [CarryOn]: 31 more... +[16:58:11] [Server thread/INFO] [CarryOn]: +[16:58:11] [Server thread/ERROR] [CarryOn]: Block Parsing Error. Invalid Name: quark:custom_chest +[16:58:11] [Server thread/ERROR] [CarryOn]: tschipp.carryon.common.helper.StringParser.getBlock(StringParser.java:34) +[16:58:11] [Server thread/ERROR] [CarryOn]: tschipp.carryon.common.handler.ModelOverridesHandler.parseOverride(ModelOverridesHandler.java:132) +[16:58:11] [Server thread/ERROR] [CarryOn]: tschipp.carryon.common.handler.ModelOverridesHandler.initOverrides(ModelOverridesHandler.java:40) +[16:58:11] [Server thread/ERROR] [CarryOn]: tschipp.carryon.common.handler.RegistrationHandler.regOverrideList(RegistrationHandler.java:64) +[16:58:11] [Server thread/ERROR] [CarryOn]: tschipp.carryon.common.CommonProxy.init(CommonProxy.java:54) +[16:58:11] [Server thread/ERROR] [CarryOn]: tschipp.carryon.CarryOn.init(CarryOn.java:61) +[16:58:11] [Server thread/ERROR] [CarryOn]: sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) +[16:58:11] [Server thread/ERROR] [CarryOn]: sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) +[16:58:11] [Server thread/ERROR] [CarryOn]: sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) +[16:58:11] [Server thread/ERROR] [CarryOn]: java.lang.reflect.Method.invoke(Method.java:498) +[16:58:11] [Server thread/ERROR] [CarryOn]: net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:637) +[16:58:11] [Server thread/ERROR] [CarryOn]: 31 more... +[16:58:11] [Server thread/INFO] [CarryOn]: +[16:58:11] [Server thread/ERROR] [CarryOn]: Block Parsing Error. Invalid Name: quark:custom_chest +[16:58:11] [Server thread/ERROR] [CarryOn]: tschipp.carryon.common.helper.StringParser.getBlock(StringParser.java:34) +[16:58:11] [Server thread/ERROR] [CarryOn]: tschipp.carryon.common.handler.ModelOverridesHandler.parseOverride(ModelOverridesHandler.java:132) +[16:58:11] [Server thread/ERROR] [CarryOn]: tschipp.carryon.common.handler.ModelOverridesHandler.initOverrides(ModelOverridesHandler.java:40) +[16:58:11] [Server thread/ERROR] [CarryOn]: tschipp.carryon.common.handler.RegistrationHandler.regOverrideList(RegistrationHandler.java:64) +[16:58:11] [Server thread/ERROR] [CarryOn]: tschipp.carryon.common.CommonProxy.init(CommonProxy.java:54) +[16:58:11] [Server thread/ERROR] [CarryOn]: tschipp.carryon.CarryOn.init(CarryOn.java:61) +[16:58:11] [Server thread/ERROR] [CarryOn]: sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) +[16:58:11] [Server thread/ERROR] [CarryOn]: sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) +[16:58:11] [Server thread/ERROR] [CarryOn]: sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) +[16:58:11] [Server thread/ERROR] [CarryOn]: java.lang.reflect.Method.invoke(Method.java:498) +[16:58:11] [Server thread/ERROR] [CarryOn]: net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:637) +[16:58:11] [Server thread/ERROR] [CarryOn]: 31 more... +[16:58:11] [Server thread/INFO] [CarryOn]: +[16:58:11] [Server thread/ERROR] [CarryOn]: Block Parsing Error. Invalid Name: quark:custom_chest +[16:58:11] [Server thread/ERROR] [CarryOn]: tschipp.carryon.common.helper.StringParser.getBlock(StringParser.java:34) +[16:58:11] [Server thread/ERROR] [CarryOn]: tschipp.carryon.common.handler.ModelOverridesHandler.parseOverride(ModelOverridesHandler.java:132) +[16:58:11] [Server thread/ERROR] [CarryOn]: tschipp.carryon.common.handler.ModelOverridesHandler.initOverrides(ModelOverridesHandler.java:40) +[16:58:11] [Server thread/ERROR] [CarryOn]: tschipp.carryon.common.handler.RegistrationHandler.regOverrideList(RegistrationHandler.java:64) +[16:58:11] [Server thread/ERROR] [CarryOn]: tschipp.carryon.common.CommonProxy.init(CommonProxy.java:54) +[16:58:11] [Server thread/ERROR] [CarryOn]: tschipp.carryon.CarryOn.init(CarryOn.java:61) +[16:58:11] [Server thread/ERROR] [CarryOn]: sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) +[16:58:11] [Server thread/ERROR] [CarryOn]: sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) +[16:58:11] [Server thread/ERROR] [CarryOn]: sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) +[16:58:11] [Server thread/ERROR] [CarryOn]: java.lang.reflect.Method.invoke(Method.java:498) +[16:58:11] [Server thread/ERROR] [CarryOn]: net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:637) +[16:58:11] [Server thread/ERROR] [CarryOn]: 31 more... +[16:58:11] [Server thread/INFO] [CarryOn]: +[16:58:11] [Server thread/ERROR] [CarryOn]: Block Parsing Error. Invalid Name: quark:custom_chest +[16:58:11] [Server thread/ERROR] [CarryOn]: tschipp.carryon.common.helper.StringParser.getBlock(StringParser.java:34) +[16:58:11] [Server thread/ERROR] [CarryOn]: tschipp.carryon.common.handler.ModelOverridesHandler.parseOverride(ModelOverridesHandler.java:132) +[16:58:11] [Server thread/ERROR] [CarryOn]: tschipp.carryon.common.handler.ModelOverridesHandler.initOverrides(ModelOverridesHandler.java:40) +[16:58:11] [Server thread/ERROR] [CarryOn]: tschipp.carryon.common.handler.RegistrationHandler.regOverrideList(RegistrationHandler.java:64) +[16:58:11] [Server thread/ERROR] [CarryOn]: tschipp.carryon.common.CommonProxy.init(CommonProxy.java:54) +[16:58:11] [Server thread/ERROR] [CarryOn]: tschipp.carryon.CarryOn.init(CarryOn.java:61) +[16:58:11] [Server thread/ERROR] [CarryOn]: sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) +[16:58:11] [Server thread/ERROR] [CarryOn]: sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) +[16:58:11] [Server thread/ERROR] [CarryOn]: sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) +[16:58:11] [Server thread/ERROR] [CarryOn]: java.lang.reflect.Method.invoke(Method.java:498) +[16:58:11] [Server thread/ERROR] [CarryOn]: net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:637) +[16:58:11] [Server thread/ERROR] [CarryOn]: 31 more... +[16:58:11] [Server thread/INFO] [CarryOn]: +[16:58:11] [Server thread/ERROR] [CarryOn]: Block Parsing Error. Invalid Name: quark:custom_chest +[16:58:11] [Server thread/ERROR] [CarryOn]: tschipp.carryon.common.helper.StringParser.getBlock(StringParser.java:34) +[16:58:11] [Server thread/ERROR] [CarryOn]: tschipp.carryon.common.handler.ModelOverridesHandler.parseOverride(ModelOverridesHandler.java:132) +[16:58:11] [Server thread/ERROR] [CarryOn]: tschipp.carryon.common.handler.ModelOverridesHandler.initOverrides(ModelOverridesHandler.java:40) +[16:58:11] [Server thread/ERROR] [CarryOn]: tschipp.carryon.common.handler.RegistrationHandler.regOverrideList(RegistrationHandler.java:64) +[16:58:11] [Server thread/ERROR] [CarryOn]: tschipp.carryon.common.CommonProxy.init(CommonProxy.java:54) +[16:58:11] [Server thread/ERROR] [CarryOn]: tschipp.carryon.CarryOn.init(CarryOn.java:61) +[16:58:11] [Server thread/ERROR] [CarryOn]: sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) +[16:58:11] [Server thread/ERROR] [CarryOn]: sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) +[16:58:11] [Server thread/ERROR] [CarryOn]: sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) +[16:58:11] [Server thread/ERROR] [CarryOn]: java.lang.reflect.Method.invoke(Method.java:498) +[16:58:11] [Server thread/ERROR] [CarryOn]: net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:637) +[16:58:11] [Server thread/ERROR] [CarryOn]: 31 more... +[16:58:11] [Server thread/INFO] [CarryOn]: +[16:58:11] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod carryon +[16:58:11] [Server thread/DEBUG] [FML]: Bar Step: Initialization - Carry On took 0.067s +[16:58:11] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod cd4017be_lib +[16:58:11] [Server thread/DEBUG] [BnBGamingCore]: Caught Exception while attempting to get class extensions for li.cil.oc.api.machine.Context +[16:58:11] [Server thread/INFO] [cd4017be_lib]: OpenComputers API not available! +[16:58:11] [Server thread/INFO] [cd4017be_lib]: skipped core.INIT +[16:58:11] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod cd4017be_lib +[16:58:11] [Server thread/DEBUG] [FML]: Bar Step: Initialization - CD4017BE_lib took 0.019s +[16:58:11] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod ceramics +[16:58:11] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod ceramics +[16:58:11] [Server thread/DEBUG] [FML]: Bar Step: Initialization - Ceramics took 0.003s +[16:58:11] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod chameleon +[16:58:11] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod chameleon +[16:58:11] [Server thread/DEBUG] [FML]: Bar Step: Initialization - Chameleon took 0.000s +[16:58:11] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod chargers +[16:58:11] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod chargers +[16:58:11] [Server thread/DEBUG] [FML]: Bar Step: Initialization - Chargers took 0.003s +[16:58:11] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod chiselsandbits +[16:58:11] [Server thread/INFO] [enderutilities]: Chisels and Bits compat loaded +[16:58:11] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod chiselsandbits +[16:58:11] [Server thread/DEBUG] [FML]: Bar Step: Initialization - Chisels & Bits took 0.012s +[16:58:11] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod clumps +[16:58:11] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod clumps +[16:58:11] [Server thread/DEBUG] [FML]: Bar Step: Initialization - Clumps took 0.000s +[16:58:11] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod codechickenlib +[16:58:11] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod codechickenlib +[16:58:11] [Server thread/DEBUG] [FML]: Bar Step: Initialization - CodeChicken Lib took 0.000s +[16:58:11] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod cyclopscore +[16:58:12] [Server thread/INFO] [Integrated Dynamics]: Integrated Dynamics is up-to-date! +[16:58:12] [Server thread/TRACE] [Cyclops Core]: init() +[16:58:12] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod cyclopscore +[16:58:12] [Server thread/DEBUG] [FML]: Bar Step: Initialization - Cyclops Core took 1.233s +[16:58:12] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod commoncapabilities +[16:58:12] [Server thread/TRACE] [CommonCapabilities]: init() +[16:58:12] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod commoncapabilities +[16:58:12] [Server thread/DEBUG] [FML]: Bar Step: Initialization - CommonCapabilities took 0.030s +[16:58:12] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod refinedstorage +[16:58:12] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod refinedstorage +[16:58:12] [Server thread/DEBUG] [FML]: Bar Step: Initialization - Refined Storage took 0.003s +[16:58:12] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod compactmachines3 +[16:58:12] [Server thread/DEBUG] [compactmachines3]: - Loading file 'machineframe.json' from config folder +[16:58:12] [Server thread/DEBUG] [compactmachines3]: - Loading file 'wallbreakable.json' from config folder +[16:58:12] [Server thread/DEBUG] [compactmachines3]: - Loading file 'machine-small.json' from jar +[16:58:12] [Server thread/DEBUG] [compactmachines3]: - Loading file 'machine-tiny.json' from jar +[16:58:12] [Server thread/DEBUG] [compactmachines3]: - Loading file 'machine-giant.json' from jar +[16:58:12] [Server thread/DEBUG] [compactmachines3]: - Loading file 'redstonetunneltool.json' from jar +[16:58:12] [Server thread/DEBUG] [compactmachines3]: - Loading file 'tunneltool.json' from jar +[16:58:12] [Server thread/DEBUG] [compactmachines3]: - Loading file 'example.zombieegg.json' from jar +[16:58:12] [Server thread/DEBUG] [compactmachines3]: - Loading file 'machine-maximum.json' from jar +[16:58:12] [Server thread/DEBUG] [compactmachines3]: - Loading file 'machine-large.json' from jar +[16:58:12] [Server thread/DEBUG] [compactmachines3]: - Loading file 'example.energycell.json' from jar +[16:58:12] [Server thread/DEBUG] [compactmachines3]: - Loading file 'machine-normal.json' from jar +[16:58:12] [Server thread/INFO] [compactmachines3]: Recipe 'compactmachines3:energy_cell' is disabled via its json file +[16:58:12] [Server thread/ERROR] [compactmachines3]: Could not deserialize recipe from file: "example.energycell.json" +[16:58:12] [Server thread/INFO] [compactmachines3]: Loaded recipe "machine-tiny.json" +[16:58:12] [Server thread/INFO] [compactmachines3]: Loaded recipe "machineframe.json" +[16:58:12] [Server thread/INFO] [compactmachines3]: Loaded recipe "redstonetunneltool.json" +[16:58:12] [Server thread/INFO] [compactmachines3]: Loaded recipe "machine-large.json" +[16:58:12] [Server thread/INFO] [compactmachines3]: Loaded recipe "machine-giant.json" +[16:58:12] [Server thread/INFO] [compactmachines3]: Loaded recipe "tunneltool.json" +[16:58:12] [Server thread/INFO] [compactmachines3]: Loaded recipe "machine-maximum.json" +[16:58:12] [Server thread/INFO] [compactmachines3]: Loaded recipe "wallbreakable.json" +[16:58:12] [Server thread/INFO] [compactmachines3]: Loaded recipe "machine-small.json" +[16:58:12] [Server thread/INFO] [compactmachines3]: Recipe 'compactmachines3:zombieegg' is disabled via its json file +[16:58:12] [Server thread/ERROR] [compactmachines3]: Could not deserialize recipe from file: "example.zombieegg.json" +[16:58:12] [Server thread/INFO] [compactmachines3]: Loaded recipe "machine-normal.json" +[16:58:12] [Server thread/DEBUG] [compactmachines3]: - Loading file 'example_tree.json' from jar +[16:58:12] [Server thread/INFO] [compactmachines3]: Loaded schema: example-tree [size=NORMAL, blocks=137] +[16:58:12] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod compactmachines3 +[16:58:12] [Server thread/DEBUG] [FML]: Bar Step: Initialization - Compact Machines 3 took 0.054s +[16:58:12] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod conarm +[16:58:12] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod conarm +[16:58:12] [Server thread/DEBUG] [FML]: Bar Step: Initialization - Construct's Armory took 0.095s +[16:58:12] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod cookingforblockheads +[16:58:12] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod cookingforblockheads +[16:58:12] [Server thread/DEBUG] [FML]: Bar Step: Initialization - Cooking for Blockheads took 0.021s +[16:58:12] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod crafttweakerjei +[16:58:12] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod crafttweakerjei +[16:58:12] [Server thread/DEBUG] [FML]: Bar Step: Initialization - CraftTweaker JEI Support took 0.003s +[16:58:12] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod cucumber +[16:58:12] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod cucumber +[16:58:12] [Server thread/DEBUG] [FML]: Bar Step: Initialization - Cucumber Library took 0.004s +[16:58:12] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod darkutils +[16:58:12] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod darkutils +[16:58:12] [Server thread/DEBUG] [FML]: Bar Step: Initialization - Dark Utilities took 0.000s +[16:58:12] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod movingworld +[16:58:12] [Server thread/INFO] [movingworld]: Setting up network... +[16:58:12] [Server thread/INFO] [movingworld]: Setup network! com.elytradev.movingworld.repackage.com.elytradev.concrete.network.NetworkContext@514e7692 +[16:58:12] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod movingworld +[16:58:12] [Server thread/DEBUG] [FML]: Bar Step: Initialization - Moving World took 0.053s +[16:58:12] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod davincisvessels +[16:58:12] [Server thread/INFO] [davincisvessels]: Setting up network... +[16:58:12] [Server thread/INFO] [davincisvessels]: Setup network! com.elytradev.movingworld.repackage.com.elytradev.concrete.network.NetworkContext@9657993 +[16:58:12] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `archihelm`, expected `davincisvessels`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:12] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `archigauge`, expected `davincisvessels`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:12] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `archicrate`, expected `davincisvessels`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:12] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `archiengine`, expected `davincisvessels`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:12] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `archianchor`, expected `davincisvessels`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:12] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `archisecuredbed`, expected `davincisvessels`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:12] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod davincisvessels +[16:58:12] [Server thread/DEBUG] [FML]: Bar Step: Initialization - Davinci's Vessels took 0.057s +[16:58:12] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod death_compass +[16:58:12] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod death_compass +[16:58:12] [Server thread/DEBUG] [FML]: Bar Step: Initialization - death_compass took 0.006s +[16:58:12] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod despawningspawners +[16:58:12] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod despawningspawners +[16:58:12] [Server thread/DEBUG] [FML]: Bar Step: Initialization - Despawning Spawners took 0.000s +[16:58:12] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod dimensionalcontrol +[16:58:12] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod dimensionalcontrol +[16:58:12] [Server thread/DEBUG] [FML]: Bar Step: Initialization - Dimensional Control took 0.004s +[16:58:12] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod dimstages +[16:58:12] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod dimstages +[16:58:12] [Server thread/DEBUG] [FML]: Bar Step: Initialization - Dimension Stages took 0.000s +[16:58:12] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod dungpipe +[16:58:12] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod dungpipe +[16:58:12] [Server thread/DEBUG] [FML]: Bar Step: Initialization - Dung Pipe took 0.000s +[16:58:12] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod elevatorid +[16:58:12] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod elevatorid +[16:58:12] [Server thread/DEBUG] [FML]: Bar Step: Initialization - Elevator Mod took 0.000s +[16:58:12] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod emberroot +[16:58:12] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod emberroot +[16:58:12] [Server thread/DEBUG] [FML]: Bar Step: Initialization - EmberRoot Zoo took 0.000s +[16:58:12] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod enderstorage +[16:58:12] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod enderstorage +[16:58:12] [Server thread/DEBUG] [FML]: Bar Step: Initialization - EnderStorage took 0.006s +[16:58:12] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod enderutilities +[16:58:12] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod enderutilities +[16:58:12] [Server thread/DEBUG] [FML]: Bar Step: Initialization - Ender Utilities took 0.000s +[16:58:12] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod valkyrielib +[16:58:12] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod valkyrielib +[16:58:12] [Server thread/DEBUG] [FML]: Bar Step: Initialization - Valkyrie Lib took 0.000s +[16:58:12] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod environmentaltech +[16:58:12] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod environmentaltech +[16:58:12] [Server thread/DEBUG] [FML]: Bar Step: Initialization - Environmental Tech took 0.006s +[16:58:12] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod extendedcrafting +[16:58:12] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod extendedcrafting +[16:58:12] [Server thread/DEBUG] [FML]: Bar Step: Initialization - Extended Crafting took 0.015s +[16:58:12] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod galacticraftcore +[16:58:12] [Server thread/DEBUG] [BnBGamingCore]: Could not find method func_186060_c in class micdoodle8.mods.galacticraft.core.dimension.WorldProviderMoon +[16:58:13] [Server thread/DEBUG] [mixin]: Mixing MixinSPacketChunkData from mixins.jeid.core.json into net.minecraft.network.play.server.SPacketChunkData +[16:58:13] [Server thread/DEBUG] [randompatches]: Transforming class: net.minecraft.network.PacketBuffer +[16:58:13] [Server thread/DEBUG] [randompatches]: Patching method: func_150793_b (readCompoundTag) +[16:58:13] [Server thread/TRACE] [mixin]: Added class metadata for net/minecraft/network/PacketBuffer to metadata cache +[16:58:13] [Server thread/TRACE] [mixin]: Added class metadata for io/netty/buffer/ByteBuf to metadata cache +[16:58:13] [Server thread/TRACE] [mixin]: Added class metadata for io/netty/util/ReferenceCounted to metadata cache +[16:58:13] [Server thread/TRACE] [mixin]: Added class metadata for net/minecraft/network/Packet to metadata cache +[16:58:13] [Server thread/TRACE] [FML]: Automatically registered mod galacticraftcore entity evolved_spider as galacticraftcore:evolved_spider +[16:58:13] [Server thread/TRACE] [FML]: Automatically registered mod galacticraftcore entity evolved_zombie as galacticraftcore:evolved_zombie +[16:58:13] [Server thread/TRACE] [FML]: Automatically registered mod galacticraftcore entity evolved_creeper as galacticraftcore:evolved_creeper +[16:58:13] [Server thread/TRACE] [FML]: Automatically registered mod galacticraftcore entity evolved_skeleton as galacticraftcore:evolved_skeleton +[16:58:13] [Server thread/TRACE] [FML]: Automatically registered mod galacticraftcore entity evolved_skeleton_boss as galacticraftcore:evolved_skeleton_boss +[16:58:13] [Server thread/TRACE] [FML]: Automatically registered mod galacticraftcore entity alien_villager as galacticraftcore:alien_villager +[16:58:13] [Server thread/TRACE] [FML]: Automatically registered mod galacticraftcore entity evolved_enderman as galacticraftcore:evolved_enderman +[16:58:13] [Server thread/TRACE] [FML]: Automatically registered mod galacticraftcore entity evolved_witch as galacticraftcore:evolved_witch +[16:58:13] [Server thread/TRACE] [FML]: Automatically registered mod galacticraftcore entity rocket_t1 as galacticraftcore:rocket_t1 +[16:58:13] [Server thread/TRACE] [FML]: Automatically registered mod galacticraftcore entity meteor as galacticraftcore:meteor +[16:58:13] [Server thread/TRACE] [FML]: Automatically registered mod galacticraftcore entity buggy as galacticraftcore:buggy +[16:58:13] [Server thread/TRACE] [FML]: Automatically registered mod galacticraftcore entity gcflag as galacticraftcore:gcflag +[16:58:13] [Server thread/TRACE] [FML]: Automatically registered mod galacticraftcore entity para_chest as galacticraftcore:para_chest +[16:58:13] [Server thread/TRACE] [FML]: Automatically registered mod galacticraftcore entity lander as galacticraftcore:lander +[16:58:13] [Server thread/TRACE] [FML]: Automatically registered mod galacticraftcore entity meteor_chunk as galacticraftcore:meteor_chunk +[16:58:13] [Server thread/TRACE] [FML]: Automatically registered mod galacticraftcore entity celestial_screen as galacticraftcore:celestial_screen +[16:58:13] [Server thread/TRACE] [FML]: Automatically registered mod galacticraftcore entity hanging_schematic as galacticraftcore:hanging_schematic +[16:58:13] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc treasure chest`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:13] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc air distributor`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:13] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc air collector`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:13] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc oxygen pipe`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:13] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc air lock frame`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:13] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc refinery`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:13] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc nasa workbench`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:13] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc deconstructor`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:13] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc air compressor`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:13] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc fuel loader`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:13] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc landing pad`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:13] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc landing pad full`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:13] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc space station`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:13] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc dummy block`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:13] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc air sealer`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:13] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc dungeon boss spawner`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:13] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc oxygen detector`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:13] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc buggy fueler`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:13] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc buggy fueler single`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:13] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc cargo loader`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:13] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc cargo unloader`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:13] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc parachest tile`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:13] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc solar panel`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:13] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc radio telescope`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:13] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc magnetic crafting table`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:13] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc energy storage module`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:13] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc coal generator`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:13] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc electric furnace`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:13] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc aluminum wire`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:13] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc switchable aluminum wire`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:13] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc fallen meteor`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:13] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc ingot compressor`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:13] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc electric ingot compressor`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:13] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc circuit fabricator`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:13] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc air lock controller`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:13] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc oxygen storage module`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:13] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc oxygen decompressor`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:13] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc space station thruster`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:13] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc arc lamp`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:13] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc view screen`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:13] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc panel lighting`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:13] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc telemetry unit`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:13] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc painter`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:13] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc fluid tank`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:13] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc player detector`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:13] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc platform`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:13] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc emergency post`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:13] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc null tile`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:13] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod galacticraftcore +[16:58:13] [Server thread/DEBUG] [FML]: Bar Step: Initialization - Galacticraft Core took 0.274s +[16:58:13] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod galacticraftplanets +[16:58:13] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc slimeling egg`, expected `galacticraftplanets`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:13] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc tier 2 treasure chest`, expected `galacticraftplanets`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:13] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc planet terraformer`, expected `galacticraftplanets`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:13] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc cryogenic chamber`, expected `galacticraftplanets`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:13] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc gas liquefier`, expected `galacticraftplanets`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:13] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc methane synthesizer`, expected `galacticraftplanets`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:13] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc water electrolyzer`, expected `galacticraftplanets`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:13] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc mars dungeon spawner`, expected `galacticraftplanets`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:13] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc launch controller`, expected `galacticraftplanets`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:13] [Server thread/TRACE] [FML]: Automatically registered mod galacticraftplanets entity sludgeling as galacticraftplanets:sludgeling +[16:58:13] [Server thread/TRACE] [FML]: Automatically registered mod galacticraftplanets entity slimeling as galacticraftplanets:slimeling +[16:58:13] [Server thread/TRACE] [FML]: Automatically registered mod galacticraftplanets entity creeper_boss as galacticraftplanets:creeper_boss +[16:58:13] [Server thread/TRACE] [FML]: Automatically registered mod galacticraftplanets entity rocket_t2 as galacticraftplanets:rocket_t2 +[16:58:13] [Server thread/TRACE] [FML]: Automatically registered mod galacticraftplanets entity projectile_tnt as galacticraftplanets:projectile_tnt +[16:58:13] [Server thread/TRACE] [FML]: Automatically registered mod galacticraftplanets entity landing_balloons as galacticraftplanets:landing_balloons +[16:58:13] [Server thread/TRACE] [FML]: Automatically registered mod galacticraftplanets entity rocket_cargo as galacticraftplanets:rocket_cargo +[16:58:13] [Server thread/DEBUG] [BnBGamingCore]: Could not find method func_186060_c in class micdoodle8.mods.galacticraft.planets.mars.dimension.WorldProviderMars +[16:58:13] [Server thread/TRACE] [FML]: Automatically registered mod galacticraftplanets entity small_asteroid as galacticraftplanets:small_asteroid +[16:58:13] [Server thread/TRACE] [FML]: Automatically registered mod galacticraftplanets entity grapple_hook as galacticraftplanets:grapple_hook +[16:58:13] [Server thread/TRACE] [FML]: Automatically registered mod galacticraftplanets entity rocket_t3 as galacticraftplanets:rocket_t3 +[16:58:13] [Server thread/TRACE] [FML]: Automatically registered mod galacticraftplanets entity entry_pod as galacticraftplanets:entry_pod +[16:58:13] [Server thread/TRACE] [FML]: Automatically registered mod galacticraftplanets entity astro_miner as galacticraftplanets:astro_miner +[16:58:13] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc beam reflector`, expected `galacticraftplanets`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:13] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc beam receiver`, expected `galacticraftplanets`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:13] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc short range telepad`, expected `galacticraftplanets`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:13] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc fake short range telepad`, expected `galacticraftplanets`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:13] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc astro miner base builder`, expected `galacticraftplanets`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:13] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc astro miner base`, expected `galacticraftplanets`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:13] [Server thread/DEBUG] [BnBGamingCore]: Could not find method func_186060_c in class micdoodle8.mods.galacticraft.planets.asteroids.dimension.WorldProviderAsteroids +[16:58:13] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc venus spout`, expected `galacticraftplanets`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:13] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc venus dungeon spawner`, expected `galacticraftplanets`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:13] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc tier 3 treasure chest`, expected `galacticraftplanets`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:13] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc geothermal generator`, expected `galacticraftplanets`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:13] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc crashed probe`, expected `galacticraftplanets`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:13] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc solar array module`, expected `galacticraftplanets`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:13] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc solar array controller`, expected `galacticraftplanets`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:13] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc laser turret`, expected `galacticraftplanets`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:13] [Server thread/TRACE] [FML]: Automatically registered mod galacticraftplanets entity juicer as galacticraftplanets:juicer +[16:58:13] [Server thread/TRACE] [FML]: Automatically registered mod galacticraftplanets entity spider_queen as galacticraftplanets:spider_queen +[16:58:13] [Server thread/TRACE] [FML]: Automatically registered mod galacticraftplanets entity entry_pod_venus as galacticraftplanets:entry_pod_venus +[16:58:13] [Server thread/TRACE] [FML]: Automatically registered mod galacticraftplanets entity web_shot as galacticraftplanets:web_shot +[16:58:13] [Server thread/DEBUG] [BnBGamingCore]: Could not find method func_186060_c in class micdoodle8.mods.galacticraft.planets.venus.dimension.WorldProviderVenus +[16:58:13] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod galacticraftplanets +[16:58:13] [Server thread/DEBUG] [FML]: Bar Step: Initialization - Galacticraft Planets took 0.104s +[16:58:13] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod mjrlegendslib +[16:58:13] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod mjrlegendslib +[16:58:13] [Server thread/DEBUG] [FML]: Bar Step: Initialization - MJRLegendsLib took 0.000s +[16:58:13] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod extraplanets +[16:58:13] [Server thread/TRACE] [FML]: Automatically registered mod extraplanets entity extraplanets.NuclearBombPrimed as extraplanets:extraplanets.nuclearbombprimed +[16:58:13] [Server thread/TRACE] [FML]: Automatically registered mod extraplanets entity extraplanets.FireBombPrimed as extraplanets:extraplanets.firebombprimed +[16:58:13] [Server thread/TRACE] [FML]: Automatically registered mod extraplanets entity extraplanets.EntityTier4Rocket as extraplanets:extraplanets.entitytier4rocket +[16:58:13] [Server thread/TRACE] [FML]: Automatically registered mod extraplanets entity extraplanets.EntityMercuryLander as extraplanets:extraplanets.entitymercurylander +[16:58:13] [Server thread/TRACE] [FML]: Automatically registered mod extraplanets entity extraplanets.EntityTier5Rocket as extraplanets:extraplanets.entitytier5rocket +[16:58:13] [Server thread/TRACE] [FML]: Automatically registered mod extraplanets entity extraplanets.EntityJupiterLander as extraplanets:extraplanets.entityjupiterlander +[16:58:13] [Server thread/TRACE] [FML]: Automatically registered mod extraplanets entity extraplanets.EntityTier6Rocket as extraplanets:extraplanets.entitytier6rocket +[16:58:13] [Server thread/TRACE] [FML]: Automatically registered mod extraplanets entity extraplanets.EntitSaturnLander as extraplanets:extraplanets.entitsaturnlander +[16:58:13] [Server thread/TRACE] [FML]: Automatically registered mod extraplanets entity extraplanets.EntityTier7Rocket as extraplanets:extraplanets.entitytier7rocket +[16:58:13] [Server thread/TRACE] [FML]: Automatically registered mod extraplanets entity extraplanets.EntityUranusLander as extraplanets:extraplanets.entityuranuslander +[16:58:13] [Server thread/TRACE] [FML]: Automatically registered mod extraplanets entity extraplanets.EntityTier8Rocket as extraplanets:extraplanets.entitytier8rocket +[16:58:13] [Server thread/TRACE] [FML]: Automatically registered mod extraplanets entity extraplanets.EntityNeptuneLander as extraplanets:extraplanets.entityneptunelander +[16:58:13] [Server thread/TRACE] [FML]: Automatically registered mod extraplanets entity extraplanets.EntityTier9Rocket as extraplanets:extraplanets.entitytier9rocket +[16:58:13] [Server thread/TRACE] [FML]: Automatically registered mod extraplanets entity extraplanets.EntityTier10Rocket as extraplanets:extraplanets.entitytier10rocket +[16:58:13] [Server thread/TRACE] [FML]: Automatically registered mod extraplanets entity extraplanets.EntityTier10ElectricRocket as extraplanets:extraplanets.entitytier10electricrocket +[16:58:13] [Server thread/TRACE] [FML]: Automatically registered mod extraplanets entity extraplanets.EntityMarsRover as extraplanets:extraplanets.entitymarsrover +[16:58:13] [Server thread/TRACE] [FML]: Automatically registered mod extraplanets entity extraplanets.EntityVenusRover as extraplanets:extraplanets.entityvenusrover +[16:58:13] [Server thread/TRACE] [FML]: Automatically registered mod extraplanets entity EntityGeneralLander as extraplanets:entitygenerallander +[16:58:13] [Server thread/TRACE] [FML]: Automatically registered mod extraplanets entity extraplanets.EvolvedMagmaCubeBoss as extraplanets:extraplanets.evolvedmagmacubeboss +[16:58:13] [Server thread/TRACE] [FML]: Automatically registered mod extraplanets entity extraplanets.EvolvedFireBatBoss as extraplanets:extraplanets.evolvedfirebatboss +[16:58:13] [Server thread/TRACE] [FML]: Automatically registered mod extraplanets entity extraplanets.EvolvedGhastBoss as extraplanets:extraplanets.evolvedghastboss +[16:58:13] [Server thread/TRACE] [FML]: Automatically registered mod extraplanets entity extraplanets.EvolvedIceSlimeBoss as extraplanets:extraplanets.evolvediceslimeboss +[16:58:13] [Server thread/TRACE] [FML]: Automatically registered mod extraplanets entity extraplanets.EvolvedSnowmanBoss as extraplanets:extraplanets.evolvedsnowmanboss +[16:58:13] [Server thread/TRACE] [FML]: Automatically registered mod extraplanets entity extraplanets.EvolvedSpaceManBoss as extraplanets:extraplanets.evolvedspacemanboss +[16:58:13] [Server thread/TRACE] [FML]: Automatically registered mod extraplanets entity extraplanets.EvolvedGiantZombieBoss as extraplanets:extraplanets.evolvedgiantzombieboss +[16:58:13] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod extraplanets +[16:58:13] [Server thread/DEBUG] [FML]: Bar Step: Initialization - Extra Planets took 0.103s +[16:58:13] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod farmingforblockheads +[16:58:13] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod farmingforblockheads +[16:58:13] [Server thread/DEBUG] [FML]: Bar Step: Initialization - Farming for Blockheads took 0.035s +[16:58:13] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod farseek +[16:58:13] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod farseek +[16:58:13] [Server thread/DEBUG] [FML]: Bar Step: Initialization - Farseek took 0.000s +[16:58:13] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod fastfurnace +[16:58:13] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod fastfurnace +[16:58:13] [Server thread/DEBUG] [FML]: Bar Step: Initialization - FastFurnace took 0.000s +[16:58:13] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod fat_cat +[16:58:13] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod fat_cat +[16:58:13] [Server thread/DEBUG] [FML]: Bar Step: Initialization - fat_cat took 0.000s +[16:58:13] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod ferdinandsflowers +[16:58:13] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod ferdinandsflowers +[16:58:13] [Server thread/DEBUG] [FML]: Bar Step: Initialization - Ferdinand's Flowers took 0.002s +[16:58:13] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod findme +[16:58:13] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod findme +[16:58:13] [Server thread/DEBUG] [FML]: Bar Step: Initialization - FindMe took 0.000s +[16:58:13] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod foamfix +[16:58:13] [Server thread/INFO] [foamfix]: Deduplicated 996 property sets. +[16:58:13] [Server thread/INFO] [foamfix]: Weakening LaunchWrapper resource cache... +[16:58:13] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod foamfix +[16:58:13] [Server thread/DEBUG] [FML]: Bar Step: Initialization - FoamFix took 0.059s +[16:58:13] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod forgelin +[16:58:13] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod forgelin +[16:58:13] [Server thread/DEBUG] [FML]: Bar Step: Initialization - Shadowfacts' Forgelin took 0.000s +[16:58:13] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod forgemultipartcbe +[16:58:13] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod forgemultipartcbe +[16:58:13] [Server thread/DEBUG] [FML]: Bar Step: Initialization - Forge Multipart CBE took 0.000s +[16:58:13] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod microblockcbe +[16:58:13] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod microblockcbe +[16:58:13] [Server thread/DEBUG] [FML]: Bar Step: Initialization - Forge Microblocks took 0.042s +[16:58:13] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod minecraftmultipartcbe +[16:58:13] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod minecraftmultipartcbe +[16:58:13] [Server thread/DEBUG] [FML]: Bar Step: Initialization - Minecraft Multipart Plugin took 0.000s +[16:58:13] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod galacticrafttweaker +[16:58:13] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod galacticrafttweaker +[16:58:13] [Server thread/DEBUG] [FML]: Bar Step: Initialization - galacticrafttweaker took 0.000s +[16:58:13] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod advgenerators +[16:58:13] [Server thread/DEBUG] [bdlib]: Initialized sensor system net.bdew.generators.sensor.Sensors$ for mod advgenerators +[16:58:13] [Server thread/INFO] [bdlib]: Initialized network channel 'bdew.generators' for mod 'advgenerators' +[16:58:13] [Server thread/DEBUG] [bdlib]: Processing 14 recipe statements +[16:58:13] [Server thread/DEBUG] [bdlib]: Added T = StackBlock(minecraft,piston,32767) +[16:58:13] [Server thread/DEBUG] [bdlib]: Added P = StackBlock(minecraft,glass_pane,32767) +[16:58:13] [Server thread/DEBUG] [bdlib]: Added R = StackItem(minecraft,redstone,32767) +[16:58:13] [Server thread/DEBUG] [bdlib]: Added I = StackItem(minecraft,iron_ingot,32767) +[16:58:13] [Server thread/DEBUG] [bdlib]: Added Q = StackItem(minecraft,quartz,32767) +[16:58:13] [Server thread/DEBUG] [bdlib]: Added M = StackItem(advgenerators,power_io,32767) +[16:58:13] [Server thread/DEBUG] [bdlib]: Added F = StackItem(advgenerators,iron_frame,32767) +[16:58:13] [Server thread/DEBUG] [bdlib]: Added w = StackItem(advgenerators,iron_wiring,32767) +[16:58:13] [Server thread/DEBUG] [bdlib]: Added W = StackItem(advgenerators,iron_tubing,32767) +[16:58:13] [Server thread/DEBUG] [bdlib]: Added S = StackOreDict(stickWood) +[16:58:13] [Server thread/DEBUG] [bdlib]: Adding shaped recipe List(I__, _S_, __I) => StackItem(advgenerators,iron_tubing,32767) * 16 +[16:58:13] [Server thread/DEBUG] [bdlib]: I -> 1xitem.ingotIron@32767 +[16:58:13] [Server thread/DEBUG] [bdlib]: S -> stickWood +[16:58:13] [Server thread/DEBUG] [bdlib]: Result meta is unset, defaulting to 0 +[16:58:13] [Server thread/DEBUG] [bdlib]: Done... result=16xitem.advgenerators.iron_tubing@0 +[16:58:13] [Server thread/DEBUG] [bdlib]: Adding shaped recipe List(IR_, RSR, _RI) => StackItem(advgenerators,iron_wiring,32767) * 16 +[16:58:13] [Server thread/DEBUG] [bdlib]: I -> 1xitem.ingotIron@32767 +[16:58:13] [Server thread/DEBUG] [bdlib]: R -> 1xitem.redstone@32767 +[16:58:13] [Server thread/DEBUG] [bdlib]: S -> stickWood +[16:58:13] [Server thread/DEBUG] [bdlib]: Result meta is unset, defaulting to 0 +[16:58:13] [Server thread/DEBUG] [bdlib]: Done... result=16xitem.advgenerators.iron_wiring@0 +[16:58:13] [Server thread/DEBUG] [bdlib]: Adding shaped recipe List(I_I, _S_, _S_) => StackItem(advgenerators,upgrade_kit,32767) * 32 +[16:58:13] [Server thread/DEBUG] [bdlib]: I -> 1xitem.ingotIron@32767 +[16:58:13] [Server thread/DEBUG] [bdlib]: S -> stickWood +[16:58:13] [Server thread/DEBUG] [bdlib]: Result meta is unset, defaulting to 0 +[16:58:13] [Server thread/DEBUG] [bdlib]: Done... result=32xitem.advgenerators.upgrade_kit@0 +[16:58:13] [Server thread/DEBUG] [bdlib]: Adding shaped recipe List(_I_, WWW, _I_) => StackItem(advgenerators,pressure_valve,32767) * 1 +[16:58:13] [Server thread/DEBUG] [bdlib]: I -> 1xitem.ingotIron@32767 +[16:58:13] [Server thread/DEBUG] [bdlib]: W -> 1xitem.advgenerators.iron_tubing@32767 +[16:58:13] [Server thread/DEBUG] [bdlib]: Result meta is unset, defaulting to 0 +[16:58:13] [Server thread/DEBUG] [bdlib]: Done... result=1xitem.advgenerators.pressure_valve@0 +[16:58:13] [Server thread/DEBUG] [bdlib]: Adding shaped recipe List(_I_, I_I, _I_) => StackItem(advgenerators,iron_frame,32767) * 2 +[16:58:13] [Server thread/DEBUG] [bdlib]: I -> 1xitem.ingotIron@32767 +[16:58:13] [Server thread/DEBUG] [bdlib]: Result meta is unset, defaulting to 0 +[16:58:13] [Server thread/DEBUG] [bdlib]: Done... result=2xitem.advgenerators.iron_frame@0 +[16:58:13] [Server thread/DEBUG] [bdlib]: Adding shaped recipe List(ITI, IRI, ITI) => StackItem(advgenerators,power_io,32767) * 1 +[16:58:13] [Server thread/DEBUG] [bdlib]: I -> 1xitem.ingotIron@32767 +[16:58:13] [Server thread/DEBUG] [bdlib]: T -> 1xtile.pistonBase@32767 +[16:58:13] [Server thread/DEBUG] [bdlib]: R -> 1xitem.redstone@32767 +[16:58:13] [Server thread/DEBUG] [bdlib]: Result meta is unset, defaulting to 0 +[16:58:13] [Server thread/DEBUG] [bdlib]: Done... result=1xitem.advgenerators.power_io@0 +[16:58:13] [Server thread/DEBUG] [bdlib]: Adding shaped recipe List(IRI, RQR, IRI) => StackItem(advgenerators,controller,32767) * 1 +[16:58:13] [Server thread/DEBUG] [bdlib]: I -> 1xitem.ingotIron@32767 +[16:58:13] [Server thread/DEBUG] [bdlib]: R -> 1xitem.redstone@32767 +[16:58:13] [Server thread/DEBUG] [bdlib]: Q -> 1xitem.netherquartz@32767 +[16:58:13] [Server thread/DEBUG] [bdlib]: Result meta is unset, defaulting to 0 +[16:58:13] [Server thread/DEBUG] [bdlib]: Done... result=1xitem.advgenerators.controller@0 +[16:58:13] [Server thread/DEBUG] [bdlib]: Adding shaped recipe List(I_I, FIF, _W_) => StackBlock(advgenerators,fluid_input,32767) * 1 +[16:58:13] [Server thread/DEBUG] [bdlib]: I -> 1xitem.ingotIron@32767 +[16:58:13] [Server thread/DEBUG] [bdlib]: F -> 1xitem.advgenerators.iron_frame@32767 +[16:58:13] [Server thread/DEBUG] [bdlib]: W -> 1xitem.advgenerators.iron_tubing@32767 +[16:58:13] [Server thread/DEBUG] [bdlib]: Result meta is unset, defaulting to 0 +[16:58:13] [Server thread/DEBUG] [bdlib]: Done... result=1xtile.advgenerators.fluid_input@0 +[16:58:13] [Server thread/DEBUG] [bdlib]: Adding shaped recipe List(I_I, FWF, _W_) => StackBlock(advgenerators,fluid_output_select,32767) * 1 +[16:58:13] [Server thread/DEBUG] [bdlib]: I -> 1xitem.ingotIron@32767 +[16:58:13] [Server thread/DEBUG] [bdlib]: F -> 1xitem.advgenerators.iron_frame@32767 +[16:58:13] [Server thread/DEBUG] [bdlib]: W -> 1xitem.advgenerators.iron_tubing@32767 +[16:58:13] [Server thread/DEBUG] [bdlib]: Result meta is unset, defaulting to 0 +[16:58:13] [Server thread/DEBUG] [bdlib]: Done... result=1xtile.advgenerators.fluid_output_select@0 +[16:58:13] [Server thread/DEBUG] [bdlib]: Condition CndHaveMod(pressure) - FALSE +[16:58:13] [Server thread/DEBUG] [bdlib]: Adding shaped recipe List(FPF, P_P, FWF) => StackBlock(advgenerators,fuel_tank,32767) * 1 +[16:58:13] [Server thread/DEBUG] [bdlib]: F -> 1xitem.advgenerators.iron_frame@32767 +[16:58:13] [Server thread/DEBUG] [bdlib]: P -> 1xtile.thinGlass@32767 +[16:58:13] [Server thread/DEBUG] [bdlib]: W -> 1xitem.advgenerators.iron_tubing@32767 +[16:58:13] [Server thread/DEBUG] [bdlib]: Result meta is unset, defaulting to 0 +[16:58:13] [Server thread/DEBUG] [bdlib]: Done... result=1xtile.advgenerators.fuel_tank@0 +[16:58:13] [Server thread/DEBUG] [bdlib]: Added H = StackBlock(minecraft,hopper,32767) +[16:58:13] [Server thread/DEBUG] [bdlib]: Adding shaped recipe List(F_F, _H_, F_F) => StackBlock(advgenerators,item_output,32767) * 1 +[16:58:13] [Server thread/DEBUG] [bdlib]: F -> 1xitem.advgenerators.iron_frame@32767 +[16:58:13] [Server thread/DEBUG] [bdlib]: H -> 1xtile.hopper@32767 +[16:58:13] [Server thread/DEBUG] [bdlib]: Result meta is unset, defaulting to 0 +[16:58:13] [Server thread/DEBUG] [bdlib]: Done... result=1xtile.advgenerators.item_output@0 +[16:58:13] [Server thread/DEBUG] [bdlib]: Adding shaped recipe List(F_F, I_I, FIF) => StackBlock(advgenerators,item_input,32767) * 1 +[16:58:13] [Server thread/DEBUG] [bdlib]: F -> 1xitem.advgenerators.iron_frame@32767 +[16:58:13] [Server thread/DEBUG] [bdlib]: I -> 1xitem.ingotIron@32767 +[16:58:13] [Server thread/DEBUG] [bdlib]: Result meta is unset, defaulting to 0 +[16:58:13] [Server thread/DEBUG] [bdlib]: Done... result=1xtile.advgenerators.item_input@0 +[16:58:13] [Server thread/DEBUG] [bdlib]: Adding shaped recipe List(FRF, RQR, FRF) => StackBlock(advgenerators,sensor,32767) * 1 +[16:58:13] [Server thread/DEBUG] [bdlib]: F -> 1xitem.advgenerators.iron_frame@32767 +[16:58:13] [Server thread/DEBUG] [bdlib]: R -> 1xitem.redstone@32767 +[16:58:13] [Server thread/DEBUG] [bdlib]: Q -> 1xitem.netherquartz@32767 +[16:58:13] [Server thread/DEBUG] [bdlib]: Result meta is unset, defaulting to 0 +[16:58:13] [Server thread/DEBUG] [bdlib]: Done... result=1xtile.advgenerators.sensor@0 +[16:58:13] [Server thread/DEBUG] [bdlib]: Adding shaped recipe List(FQF, RRR, FQF) => StackBlock(advgenerators,control,32767) * 1 +[16:58:13] [Server thread/DEBUG] [bdlib]: F -> 1xitem.advgenerators.iron_frame@32767 +[16:58:13] [Server thread/DEBUG] [bdlib]: Q -> 1xitem.netherquartz@32767 +[16:58:13] [Server thread/DEBUG] [bdlib]: R -> 1xitem.redstone@32767 +[16:58:13] [Server thread/DEBUG] [bdlib]: Result meta is unset, defaulting to 0 +[16:58:13] [Server thread/DEBUG] [bdlib]: Done... result=1xtile.advgenerators.control@0 +[16:58:13] [Server thread/DEBUG] [bdlib]: Adding shaped recipe List(RMR, FWF, RwR) => StackBlock(advgenerators,forge_output,32767) * 1 +[16:58:13] [Server thread/DEBUG] [bdlib]: R -> 1xitem.redstone@32767 +[16:58:13] [Server thread/DEBUG] [bdlib]: M -> 1xitem.advgenerators.power_io@32767 +[16:58:13] [Server thread/DEBUG] [bdlib]: F -> 1xitem.advgenerators.iron_frame@32767 +[16:58:13] [Server thread/DEBUG] [bdlib]: W -> 1xitem.advgenerators.iron_tubing@32767 +[16:58:13] [Server thread/DEBUG] [bdlib]: w -> 1xitem.advgenerators.iron_wiring@32767 +[16:58:13] [Server thread/DEBUG] [bdlib]: Result meta is unset, defaulting to 0 +[16:58:13] [Server thread/DEBUG] [bdlib]: Done... result=1xtile.advgenerators.forge_output@0 +[16:58:13] [Server thread/DEBUG] [bdlib]: Condition CndHaveMod(ic2) - FALSE +[16:58:13] [Server thread/DEBUG] [bdlib]: Condition CndHaveMod(thermalfoundation) - FALSE +[16:58:13] [Server thread/DEBUG] [bdlib]: Condition CndHaveMod(redstoneflux) - TRUE +[16:58:13] [Server thread/DEBUG] [bdlib]: Added 1 = StackItem(minecraft,gold_ingot,32767) +[16:58:13] [Server thread/DEBUG] [bdlib]: Adding shaped recipe List(RMR, F1F, RwR) => StackBlock(advgenerators,rf_output,32767) * 1 +[16:58:13] [Server thread/DEBUG] [bdlib]: R -> 1xitem.redstone@32767 +[16:58:13] [Server thread/DEBUG] [bdlib]: M -> 1xitem.advgenerators.power_io@32767 +[16:58:13] [Server thread/DEBUG] [bdlib]: F -> 1xitem.advgenerators.iron_frame@32767 +[16:58:13] [Server thread/DEBUG] [bdlib]: 1 -> 1xitem.ingotGold@32767 +[16:58:13] [Server thread/DEBUG] [bdlib]: w -> 1xitem.advgenerators.iron_wiring@32767 +[16:58:13] [Server thread/DEBUG] [bdlib]: Result meta is unset, defaulting to 0 +[16:58:13] [Server thread/DEBUG] [bdlib]: Done... result=1xtile.advgenerators.rf_output@0 +[16:58:13] [Server thread/DEBUG] [bdlib]: Condition CndHaveMod(tesla) - FALSE +[16:58:13] [Server thread/DEBUG] [bdlib]: Condition CndHaveAPI(MekanismAPI|gas) - TRUE +[16:58:13] [Server thread/DEBUG] [bdlib]: Condition CndHaveOD(ingotSteel) - TRUE +[16:58:13] [Server thread/DEBUG] [bdlib]: Added S = StackOreDict(ingotSteel) +[16:58:13] [Server thread/DEBUG] [bdlib]: Adding shaped recipe List(S_S, FTF, _W_) => StackBlock(advgenerators,gas_input,32767) * 1 +[16:58:13] [Server thread/DEBUG] [bdlib]: S -> ingotSteel +[16:58:13] [Server thread/DEBUG] [bdlib]: F -> 1xitem.advgenerators.iron_frame@32767 +[16:58:13] [Server thread/DEBUG] [bdlib]: T -> 1xtile.pistonBase@32767 +[16:58:13] [Server thread/DEBUG] [bdlib]: W -> 1xitem.advgenerators.iron_tubing@32767 +[16:58:13] [Server thread/DEBUG] [bdlib]: Result meta is unset, defaulting to 0 +[16:58:13] [Server thread/DEBUG] [bdlib]: Done... result=1xtile.advgenerators.gas_input@0 +[16:58:13] [Server thread/DEBUG] [bdlib]: Condition CndHaveMod(ComputerCraft) - FALSE +[16:58:13] [Server thread/DEBUG] [bdlib]: Condition CndHaveMod(opencomputers) - FALSE +[16:58:13] [Server thread/DEBUG] [bdlib]: Added F = StackItem(advgenerators,iron_frame,32767) +[16:58:13] [Server thread/DEBUG] [bdlib]: Added w = StackItem(advgenerators,iron_wiring,32767) +[16:58:13] [Server thread/DEBUG] [bdlib]: Added W = StackItem(advgenerators,iron_tubing,32767) +[16:58:13] [Server thread/DEBUG] [bdlib]: Added C = StackItem(advgenerators,controller,32767) +[16:58:13] [Server thread/DEBUG] [bdlib]: Adding shaped recipe List(FWF, wCw, FWF) => StackBlock(advgenerators,turbine_controller,32767) * 1 +[16:58:13] [Server thread/DEBUG] [bdlib]: F -> 1xitem.advgenerators.iron_frame@32767 +[16:58:13] [Server thread/DEBUG] [bdlib]: W -> 1xitem.advgenerators.iron_tubing@32767 +[16:58:13] [Server thread/DEBUG] [bdlib]: w -> 1xitem.advgenerators.iron_wiring@32767 +[16:58:13] [Server thread/DEBUG] [bdlib]: C -> 1xitem.advgenerators.controller@32767 +[16:58:13] [Server thread/DEBUG] [bdlib]: Result meta is unset, defaulting to 0 +[16:58:13] [Server thread/DEBUG] [bdlib]: Done... result=1xtile.advgenerators.turbine_controller@0 +[16:58:13] [Server thread/DEBUG] [bdlib]: Adding shaped recipe List(FCF, WWW, FwF) => StackBlock(advgenerators,steam_turbine_controller,32767) * 1 +[16:58:13] [Server thread/DEBUG] [bdlib]: F -> 1xitem.advgenerators.iron_frame@32767 +[16:58:13] [Server thread/DEBUG] [bdlib]: C -> 1xitem.advgenerators.controller@32767 +[16:58:13] [Server thread/DEBUG] [bdlib]: W -> 1xitem.advgenerators.iron_tubing@32767 +[16:58:13] [Server thread/DEBUG] [bdlib]: w -> 1xitem.advgenerators.iron_wiring@32767 +[16:58:13] [Server thread/DEBUG] [bdlib]: Result meta is unset, defaulting to 0 +[16:58:13] [Server thread/DEBUG] [bdlib]: Done... result=1xtile.advgenerators.steam_turbine_controller@0 +[16:58:13] [Server thread/DEBUG] [bdlib]: Added P = StackBlock(minecraft,piston,32767) +[16:58:13] [Server thread/DEBUG] [bdlib]: Added B = StackBlock(minecraft,iron_bars,32767) +[16:58:13] [Server thread/DEBUG] [bdlib]: Added V = StackItem(advgenerators,pressure_valve,32767) +[16:58:13] [Server thread/DEBUG] [bdlib]: Added A = StackItem(advgenerators,advanced_pressure_valve,32767) +[16:58:13] [Server thread/DEBUG] [bdlib]: Adding shaped recipe List(FPF, VBW, FPF) => StackBlock(advgenerators,efficiency_upgrade_tier1,32767) * 1 +[16:58:13] [Server thread/DEBUG] [bdlib]: F -> 1xitem.advgenerators.iron_frame@32767 +[16:58:13] [Server thread/DEBUG] [bdlib]: P -> 1xtile.pistonBase@32767 +[16:58:13] [Server thread/DEBUG] [bdlib]: V -> 1xitem.advgenerators.pressure_valve@32767 +[16:58:13] [Server thread/DEBUG] [bdlib]: B -> 1xtile.fenceIron@32767 +[16:58:13] [Server thread/DEBUG] [bdlib]: W -> 1xitem.advgenerators.iron_tubing@32767 +[16:58:13] [Server thread/DEBUG] [bdlib]: Result meta is unset, defaulting to 0 +[16:58:13] [Server thread/DEBUG] [bdlib]: Done... result=1xtile.advgenerators.efficiency_upgrade_tier1@0 +[16:58:13] [Server thread/DEBUG] [bdlib]: Adding shaped recipe List(FPF, A_A, FWF) => StackBlock(advgenerators,efficiency_upgrade_tier2,32767) * 1 +[16:58:13] [Server thread/DEBUG] [bdlib]: F -> 1xitem.advgenerators.iron_frame@32767 +[16:58:13] [Server thread/DEBUG] [bdlib]: P -> 1xtile.pistonBase@32767 +[16:58:13] [Server thread/DEBUG] [bdlib]: A -> 1xitem.advgenerators.advanced_pressure_valve@32767 +[16:58:13] [Server thread/DEBUG] [bdlib]: W -> 1xitem.advgenerators.iron_tubing@32767 +[16:58:13] [Server thread/DEBUG] [bdlib]: Result meta is unset, defaulting to 0 +[16:58:13] [Server thread/DEBUG] [bdlib]: Done... result=1xtile.advgenerators.efficiency_upgrade_tier2@0 +[16:58:13] [Server thread/DEBUG] [bdlib]: Condition CndOR(CndOR(CndHaveMod(ic2),CndHaveMod(thermalexpansion)),CndHaveMod(EnderIO)) - FALSE +[16:58:13] [Server thread/DEBUG] [bdlib]: Added I = StackItem(minecraft,ender_pearl,32767) +[16:58:13] [Server thread/DEBUG] [bdlib]: Added X = StackOreDict(ingotGold) +[16:58:13] [Server thread/DEBUG] [bdlib]: Adding shaped recipe List(IXI, XVX, IXI) => StackMacro(A) * 1 +[16:58:13] [Server thread/DEBUG] [bdlib]: I -> 1xitem.enderPearl@32767 +[16:58:13] [Server thread/DEBUG] [bdlib]: X -> ingotGold +[16:58:13] [Server thread/DEBUG] [bdlib]: V -> 1xitem.advgenerators.pressure_valve@32767 +[16:58:13] [Server thread/DEBUG] [bdlib]: Result meta is unset, defaulting to 0 +[16:58:13] [Server thread/DEBUG] [bdlib]: Done... result=1xitem.advgenerators.advanced_pressure_valve@0 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Skipping turbine fuel coal - not registered +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding turbine fuel fuel at 150.000000 MJ/mB +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding turbine fuel biofuel at 80.000000 MJ/mB +[16:58:13] [Server thread/DEBUG] [advgenerators]: Skipping turbine fuel bio.ethanol - not registered +[16:58:13] [Server thread/DEBUG] [advgenerators]: Skipping turbine fuel rocket_fuel - not registered +[16:58:13] [Server thread/DEBUG] [advgenerators]: Skipping turbine fuel fire_water - not registered +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding turbine fuel liquidhydrogen at 4.324324 MJ/mB +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding turbine fuel liquidethene at 600.000000 MJ/mB +[16:58:13] [Server thread/DEBUG] [advgenerators]: Skipping turbine fuel ic2biogas - not registered +[16:58:13] [Server thread/DEBUG] [advgenerators]: Skipping turbine fuel gas.natural - not registered +[16:58:13] [Server thread/DEBUG] [advgenerators]: Skipping turbine fuel gascraft_hydrogen - not registered +[16:58:13] [Server thread/DEBUG] [advgenerators]: Skipping turbine fuel gascraft_naturalgas - not registered +[16:58:13] [Server thread/DEBUG] [advgenerators]: Skipping turbine fuel element.h - not registered +[16:58:13] [Server thread/DEBUG] [advgenerators]: Skipping turbine fuel molecule.propane - not registered +[16:58:13] [Server thread/DEBUG] [advgenerators]: Skipping turbine fuel molecule.butene - not registered +[16:58:13] [Server thread/DEBUG] [advgenerators]: Skipping turbine fuel molecule.isoprene - not registered +[16:58:13] [Server thread/DEBUG] [advgenerators]: Skipping turbine fuel molecule.toluene - not registered +[16:58:13] [Server thread/DEBUG] [advgenerators]: Skipping turbine fuel molecule.ethanol - not registered +[16:58:13] [Server thread/DEBUG] [advgenerators]: Skipping turbine fuel molecule.aalc - not registered +[16:58:13] [Server thread/DEBUG] [advgenerators]: Skipping turbine fuel molecule.meoh - not registered +[16:58:13] [Server thread/DEBUG] [advgenerators]: Skipping turbine fuel molecule.methyl - not registered +[16:58:13] [Server thread/DEBUG] [advgenerators]: Skipping turbine fuel molecule.methylene - not registered +[16:58:13] [Server thread/DEBUG] [advgenerators]: Skipping turbine fuel molecule.memethacrylate - not registered +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding turbine fuel diesel at 70.000000 MJ/mB +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding turbine fuel kerosene at 110.000000 MJ/mB +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding turbine fuel lpg at 180.000000 MJ/mB +[16:58:13] [Server thread/DEBUG] [advgenerators]: Skipping turbine fuel lightoil - not registered +[16:58:13] [Server thread/DEBUG] [advgenerators]: Skipping turbine fuel heavyoil - not registered +[16:58:13] [Server thread/DEBUG] [advgenerators]: Skipping turbine fuel naturalgas - not registered +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding turbine fuel biodiesel at 50.000000 MJ/mB +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding turbine fuel gasoline at 5.120000 MJ/mB +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding turbine fuel refinedcanolaoil at 20.000000 MJ/mB +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding turbine fuel crystaloil at 40.000000 MJ/mB +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding turbine fuel empoweredoil at 70.000000 MJ/mB +[16:58:13] [Server thread/DEBUG] [advgenerators]: Skipping turbine fuel refined_oil - not registered +[16:58:13] [Server thread/DEBUG] [advgenerators]: Skipping turbine fuel refined_fuel - not registered +[16:58:13] [Server thread/DEBUG] [bdlib]: Added F = StackItem(advgenerators,iron_frame,32767) +[16:58:13] [Server thread/DEBUG] [bdlib]: Added w = StackItem(advgenerators,iron_wiring,32767) +[16:58:13] [Server thread/DEBUG] [bdlib]: Added W = StackItem(advgenerators,iron_tubing,32767) +[16:58:13] [Server thread/DEBUG] [bdlib]: Added C = StackItem(advgenerators,controller,32767) +[16:58:13] [Server thread/DEBUG] [bdlib]: Adding shaped recipe List(FwF, WCW, FWF) => StackBlock(advgenerators,exchanger_controller,32767) * 1 +[16:58:13] [Server thread/DEBUG] [bdlib]: F -> 1xitem.advgenerators.iron_frame@32767 +[16:58:13] [Server thread/DEBUG] [bdlib]: w -> 1xitem.advgenerators.iron_wiring@32767 +[16:58:13] [Server thread/DEBUG] [bdlib]: W -> 1xitem.advgenerators.iron_tubing@32767 +[16:58:13] [Server thread/DEBUG] [bdlib]: C -> 1xitem.advgenerators.controller@32767 +[16:58:13] [Server thread/DEBUG] [bdlib]: Result meta is unset, defaulting to 0 +[16:58:13] [Server thread/DEBUG] [bdlib]: Done... result=1xtile.advgenerators.exchanger_controller@0 +[16:58:13] [Server thread/DEBUG] [bdlib]: Adding shaped recipe List(FWF, WWW, FWF) => StackBlock(advgenerators,heat_exchanger,32767) * 1 +[16:58:13] [Server thread/DEBUG] [bdlib]: F -> 1xitem.advgenerators.iron_frame@32767 +[16:58:13] [Server thread/DEBUG] [bdlib]: W -> 1xitem.advgenerators.iron_tubing@32767 +[16:58:13] [Server thread/DEBUG] [bdlib]: Result meta is unset, defaulting to 0 +[16:58:13] [Server thread/DEBUG] [bdlib]: Done... result=1xtile.advgenerators.heat_exchanger@0 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Damage value is unset in 1xtile.obsidian@32767 - forcing to 0 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding exchanger heating FluidResource(fluid.tile.lava) (0.033333) -> ItemResource(tile.obsidian,0) (0.000033) +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding exchanger cooling FluidResource(fluid.tile.water) (1.666667) -> FluidResource(fluid.steam) (5.000000) +[16:58:13] [Server thread/DEBUG] [bdlib]: Condition CndHaveMod(ic2) - FALSE +[16:58:13] [Server thread/DEBUG] [bdlib]: Added F = StackItem(advgenerators,iron_frame,32767) +[16:58:13] [Server thread/DEBUG] [bdlib]: Added w = StackItem(advgenerators,iron_wiring,32767) +[16:58:13] [Server thread/DEBUG] [bdlib]: Added W = StackItem(advgenerators,iron_tubing,32767) +[16:58:13] [Server thread/DEBUG] [bdlib]: Added C = StackItem(advgenerators,controller,32767) +[16:58:13] [Server thread/DEBUG] [bdlib]: Added V = StackItem(advgenerators,pressure_valve,32767) +[16:58:13] [Server thread/DEBUG] [bdlib]: Adding shaped recipe List(FVF, WCW, FwF) => StackBlock(advgenerators,syngas_controller,32767) * 1 +[16:58:13] [Server thread/DEBUG] [bdlib]: F -> 1xitem.advgenerators.iron_frame@32767 +[16:58:13] [Server thread/DEBUG] [bdlib]: V -> 1xitem.advgenerators.pressure_valve@32767 +[16:58:13] [Server thread/DEBUG] [bdlib]: W -> 1xitem.advgenerators.iron_tubing@32767 +[16:58:13] [Server thread/DEBUG] [bdlib]: C -> 1xitem.advgenerators.controller@32767 +[16:58:13] [Server thread/DEBUG] [bdlib]: w -> 1xitem.advgenerators.iron_wiring@32767 +[16:58:13] [Server thread/DEBUG] [bdlib]: Result meta is unset, defaulting to 0 +[16:58:13] [Server thread/DEBUG] [bdlib]: Done... result=1xtile.advgenerators.syngas_controller@0 +[16:58:13] [Server thread/DEBUG] [bdlib]: Adding shaped recipe List(FWF, V_V, FWF) => StackBlock(advgenerators,mixing_chamber,32767) * 1 +[16:58:13] [Server thread/DEBUG] [bdlib]: F -> 1xitem.advgenerators.iron_frame@32767 +[16:58:13] [Server thread/DEBUG] [bdlib]: W -> 1xitem.advgenerators.iron_tubing@32767 +[16:58:13] [Server thread/DEBUG] [bdlib]: V -> 1xitem.advgenerators.pressure_valve@32767 +[16:58:13] [Server thread/DEBUG] [bdlib]: Result meta is unset, defaulting to 0 +[16:58:13] [Server thread/DEBUG] [bdlib]: Done... result=1xtile.advgenerators.mixing_chamber@0 +[16:58:13] [Server thread/DEBUG] [bdlib]: Adding shaped recipe List(FVF, W_W, FWF) => StackBlock(advgenerators,heating_chamber,32767) * 1 +[16:58:13] [Server thread/DEBUG] [bdlib]: F -> 1xitem.advgenerators.iron_frame@32767 +[16:58:13] [Server thread/DEBUG] [bdlib]: V -> 1xitem.advgenerators.pressure_valve@32767 +[16:58:13] [Server thread/DEBUG] [bdlib]: W -> 1xitem.advgenerators.iron_tubing@32767 +[16:58:13] [Server thread/DEBUG] [bdlib]: Result meta is unset, defaulting to 0 +[16:58:13] [Server thread/DEBUG] [bdlib]: Done... result=1xtile.advgenerators.heating_chamber@0 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding turbine fuel syngas at 100.000000 MJ/mB +[16:58:13] [Server thread/DEBUG] [advgenerators]: Processing carbon value StackOreDict(blockCoal) => CarbonValueDefault() +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.blockCoal@0 -> 16000 (from burn time) +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.chisel.block_coal@0 -> 16000 (from burn time) +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.chisel.block_coal@1 -> 16000 (from burn time) +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.chisel.block_coal@2 -> 16000 (from burn time) +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.chisel.block_coal@3 -> 16000 (from burn time) +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.chisel.block_coal@4 -> 16000 (from burn time) +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.chisel.block_coal@5 -> 16000 (from burn time) +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.chisel.block_coal@6 -> 16000 (from burn time) +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.chisel.block_coal@7 -> 16000 (from burn time) +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.chisel.block_coal@8 -> 16000 (from burn time) +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.chisel.block_coal@9 -> 16000 (from burn time) +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.chisel.block_coal@10 -> 16000 (from burn time) +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.chisel.block_coal@11 -> 16000 (from burn time) +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.chisel.block_coal@12 -> 16000 (from burn time) +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.chisel.block_coal@13 -> 16000 (from burn time) +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.chisel.block_coal@14 -> 16000 (from burn time) +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.chisel.block_coal@15 -> 16000 (from burn time) +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.chisel.block_coal@0 -> 16000 (from burn time) +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.chisel.block_coal@1 -> 16000 (from burn time) +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.chisel.block_coal@2 -> 16000 (from burn time) +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.chisel.block_coal@3 -> 16000 (from burn time) +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.chisel.block_coal@4 -> 16000 (from burn time) +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.chisel.block_coal@5 -> 16000 (from burn time) +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.chisel.block_coal@6 -> 16000 (from burn time) +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.chisel.block_coal@7 -> 16000 (from burn time) +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.chisel.block_coal@8 -> 16000 (from burn time) +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.chisel.block_coal@9 -> 16000 (from burn time) +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.chisel.block_coal@10 -> 16000 (from burn time) +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.chisel.block_coal@11 -> 16000 (from burn time) +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.chisel.block_coal@12 -> 16000 (from burn time) +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.chisel.block_coal@13 -> 16000 (from burn time) +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.chisel.block_coal@14 -> 16000 (from burn time) +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.chisel.block_coal@15 -> 16000 (from burn time) +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.chisel.block_coal@0 -> 16000 (from burn time) +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.chisel.block_coal@1 -> 16000 (from burn time) +[16:58:13] [Server thread/DEBUG] [advgenerators]: Processing carbon value StackItem(minecraft,coal,0) => CarbonValueDefault() +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xitem.coal@0 -> 1600 (from burn time) +[16:58:13] [Server thread/DEBUG] [advgenerators]: Processing carbon value StackItem(minecraft,coal,1) => CarbonValueDefault() +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xitem.coal@1 -> 1600 (from burn time) +[16:58:13] [Server thread/DEBUG] [advgenerators]: Processing carbon value StackOreDict(logWood) => CarbonValueSpecified(1600) +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.rustic.log@0 -> 1600 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.rustic.log@1 -> 1600 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.log_luretree@0 -> 1600 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.log_sakura@0 -> 1600 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.log_mulberry@0 -> 1600 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.blocks.integrateddynamics.menril_log@0 -> 1600 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.blocks.integrateddynamics.menril_log_filled@0 -> 1600 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.primal.logs_stripped@0 -> 1600 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.primal.logs_stripped@1 -> 1600 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.primal.logs_stripped@2 -> 1600 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.primal.logs_stripped@3 -> 1600 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.primal.logs_stripped@4 -> 1600 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.primal.logs_stripped@5 -> 1600 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.primal.logs_stripped@7 -> 1600 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.primal.logs@0 -> 1600 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.primal.logs@1 -> 1600 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.primal.corypha_stalk@0 -> 1600 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.dltlog@0 -> 1600 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.dltlog@0 -> 1600 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.dreadlog@0 -> 1600 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.thebetweenlands.weedwood@32767 -> 1600 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.thebetweenlands.log_weedwood@32767 -> 1600 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.thebetweenlands.log_sap@32767 -> 1600 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.thebetweenlands.log_rubber@32767 -> 1600 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.thebetweenlands.giant_root@32767 -> 1600 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.thebetweenlands.log_hearthgrove@32767 -> 1600 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.thebetweenlands.log_nibbletwig@32767 -> 1600 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.thebetweenlands.log_spirit_tree@32767 -> 1600 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.log@1 -> 1600 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.log@0 -> 1600 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.log@1 -> 1600 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.log@2 -> 1600 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.log@3 -> 1600 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.log@0 -> 1600 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.natura.nether_logs2@15 -> 1600 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.natura.nether_logs2@0 -> 1600 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.natura.nether_logs@1 -> 1600 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.natura.nether_logs@2 -> 1600 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.natura.nether_logs@0 -> 1600 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.natura.overworld_logs2@1 -> 1600 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.natura.overworld_logs2@2 -> 1600 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.natura.overworld_logs2@3 -> 1600 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.natura.overworld_logs2@0 -> 1600 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.natura.overworld_logs@1 -> 1600 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.natura.overworld_logs@2 -> 1600 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.natura.overworld_logs@3 -> 1600 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.natura.overworld_logs@0 -> 1600 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.natura.redwood_logs@1 -> 1600 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.natura.redwood_logs@2 -> 1600 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.natura.redwood_logs@0 -> 1600 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.twilightforest.MagicLog@1 -> 1600 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.twilightforest.MagicLog@2 -> 1600 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.twilightforest.MagicLog@3 -> 1600 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.twilightforest.MagicLog@0 -> 1600 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.twilightforest.Log@1 -> 1600 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.twilightforest.Log@2 -> 1600 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.twilightforest.Log@3 -> 1600 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.twilightforest.Log@0 -> 1600 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.bwm:blood_log@0 -> 1600 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.totemic:cedar_log@0 -> 1600 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.traverse:fir_log@0 -> 1600 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.log_luretree_face@0 -> 1600 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.kepler22b_maple_logs2@1 -> 1600 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.kepler22b_maple_logs2@0 -> 1600 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.kepler22b_maple_logs@1 -> 1600 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.kepler22b_maple_logs@2 -> 1600 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.kepler22b_maple_logs@3 -> 1600 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.kepler22b_maple_logs@0 -> 1600 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.primal.logs_stripped@6 -> 1600 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.thebetweenlands.log_rubber@0 -> 1600 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.thebetweenlands.log_sap@0 -> 1600 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.thebetweenlands.log_weedwood@12 -> 1600 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.thebetweenlands.log_weedwood@0 -> 1600 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.totemic:stripped_cedar_log@0 -> 1600 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Processing carbon value StackOreDict(plankWood) => CarbonValueSpecified(400) +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.wood@32767 -> 400 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.rustic.planks@0 -> 400 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.rustic.planks@1 -> 400 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.rustic.painted_wood_black@0 -> 400 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.rustic.painted_wood_blue@0 -> 400 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.rustic.painted_wood_brown@0 -> 400 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.rustic.painted_wood_cyan@0 -> 400 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.rustic.painted_wood_gray@0 -> 400 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.rustic.painted_wood_green@0 -> 400 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.rustic.painted_wood_light_blue@0 -> 400 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.rustic.painted_wood_lime@0 -> 400 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.rustic.painted_wood_magenta@0 -> 400 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.rustic.painted_wood_orange@0 -> 400 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.rustic.painted_wood_pink@0 -> 400 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.rustic.painted_wood_purple@0 -> 400 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.rustic.painted_wood_red@0 -> 400 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.rustic.painted_wood_silver@0 -> 400 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.rustic.painted_wood_white@0 -> 400 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.rustic.painted_wood_yellow@0 -> 400 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.chisel.planks-oak@0 -> 400 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.chisel.planks-oak@1 -> 400 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.chisel.planks-oak@2 -> 400 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.chisel.planks-oak@3 -> 400 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.chisel.planks-oak@4 -> 400 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.chisel.planks-oak@5 -> 400 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.chisel.planks-oak@6 -> 400 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.chisel.planks-oak@7 -> 400 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.chisel.planks-oak@8 -> 400 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.chisel.planks-oak@9 -> 400 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.chisel.planks-oak@10 -> 400 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.chisel.planks-oak@11 -> 400 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.chisel.planks-oak@12 -> 400 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.chisel.planks-oak@13 -> 400 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.chisel.planks-oak@14 -> 400 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.chisel.planks-spruce@0 -> 400 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.chisel.planks-spruce@1 -> 400 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.chisel.planks-spruce@2 -> 400 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.chisel.planks-spruce@3 -> 400 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.chisel.planks-spruce@4 -> 400 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.chisel.planks-spruce@5 -> 400 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.chisel.planks-spruce@6 -> 400 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.chisel.planks-spruce@7 -> 400 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.chisel.planks-spruce@8 -> 400 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.chisel.planks-spruce@9 -> 400 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.chisel.planks-spruce@10 -> 400 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.chisel.planks-spruce@11 -> 400 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.chisel.planks-spruce@12 -> 400 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.chisel.planks-spruce@13 -> 400 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.chisel.planks-spruce@14 -> 400 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.chisel.planks-birch@0 -> 400 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.chisel.planks-birch@1 -> 400 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.chisel.planks-birch@2 -> 400 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.chisel.planks-birch@3 -> 400 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.chisel.planks-birch@4 -> 400 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.chisel.planks-birch@5 -> 400 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.chisel.planks-birch@6 -> 400 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.chisel.planks-birch@7 -> 400 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.chisel.planks-birch@8 -> 400 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.chisel.planks-birch@9 -> 400 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.chisel.planks-birch@10 -> 400 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.chisel.planks-birch@11 -> 400 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.chisel.planks-birch@12 -> 400 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.chisel.planks-birch@13 -> 400 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.chisel.planks-birch@14 -> 400 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.chisel.planks-jungle@0 -> 400 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.chisel.planks-jungle@1 -> 400 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.chisel.planks-jungle@2 -> 400 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.chisel.planks-jungle@3 -> 400 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.chisel.planks-jungle@4 -> 400 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.chisel.planks-jungle@5 -> 400 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.chisel.planks-jungle@6 -> 400 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.chisel.planks-jungle@7 -> 400 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.chisel.planks-jungle@8 -> 400 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.chisel.planks-jungle@9 -> 400 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.chisel.planks-jungle@10 -> 400 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.chisel.planks-jungle@11 -> 400 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.chisel.planks-jungle@12 -> 400 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.chisel.planks-jungle@13 -> 400 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.chisel.planks-jungle@14 -> 400 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.chisel.planks-acacia@0 -> 400 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.chisel.planks-acacia@1 -> 400 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.chisel.planks-acacia@2 -> 400 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.chisel.planks-acacia@3 -> 400 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.chisel.planks-acacia@4 -> 400 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.chisel.planks-acacia@5 -> 400 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.chisel.planks-acacia@6 -> 400 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.chisel.planks-acacia@7 -> 400 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.chisel.planks-acacia@8 -> 400 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.chisel.planks-acacia@9 -> 400 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.chisel.planks-acacia@10 -> 400 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.chisel.planks-acacia@11 -> 400 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.chisel.planks-acacia@12 -> 400 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.chisel.planks-acacia@13 -> 400 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.chisel.planks-acacia@14 -> 400 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.chisel.planks-dark-oak@0 -> 400 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.chisel.planks-dark-oak@1 -> 400 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.chisel.planks-dark-oak@2 -> 400 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.chisel.planks-dark-oak@3 -> 400 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.chisel.planks-dark-oak@4 -> 400 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.chisel.planks-dark-oak@5 -> 400 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.chisel.planks-dark-oak@6 -> 400 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.chisel.planks-dark-oak@7 -> 400 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.chisel.planks-dark-oak@8 -> 400 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.chisel.planks-dark-oak@9 -> 400 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.chisel.planks-dark-oak@10 -> 400 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.chisel.planks-dark-oak@11 -> 400 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.chisel.planks-dark-oak@12 -> 400 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.chisel.planks-dark-oak@13 -> 400 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.chisel.planks-dark-oak@14 -> 400 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.natura.overworld_planks@32767 -> 400 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.natura.nether_planks@32767 -> 400 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.planks_sakura@0 -> 400 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.planks_mulberry@0 -> 400 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.blocks.integrateddynamics.menril_planks@0 -> 400 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.primal.planks@0 -> 400 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.primal.planks@1 -> 400 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.primal.planks@2 -> 400 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.primal.planks@3 -> 400 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.dltplank@0 -> 400 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.dreadplanks@0 -> 400 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.thebetweenlands.weedwood_planks@0 -> 400 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.thebetweenlands.rubber_tree_planks@0 -> 400 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.thebetweenlands.giant_root_planks@0 -> 400 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.thebetweenlands.hearthgrove_planks@0 -> 400 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.thebetweenlands.nibbletwig_planks@0 -> 400 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.twilightforest.TowerStone@32767 -> 400 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.totemic:cedar_plank@0 -> 400 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.traverse:fir_planks@0 -> 400 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.kepler22b_planks.0@32767 -> 400 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.primal.planks@32767 -> 400 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.natura.overworld_planks@0 -> 400 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.natura.overworld_planks@1 -> 400 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.natura.overworld_planks@2 -> 400 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.natura.overworld_planks@3 -> 400 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.natura.overworld_planks@4 -> 400 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.natura.overworld_planks@5 -> 400 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.natura.overworld_planks@6 -> 400 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.natura.overworld_planks@7 -> 400 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.natura.overworld_planks@8 -> 400 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Processing carbon value StackOreDict(pulpWood) => CarbonValueSpecified(1600) +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xitem.bwm:material@22 -> 1600 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Processing carbon value StackOreDict(dustCoal) => CarbonValueSpecified(1600) +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xitem.bwm:material@18 -> 1600 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Processing carbon value StackOreDict(dustCharcoal) => CarbonValueSpecified(1600) +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xitem.bwm:material@37 -> 1600 +[16:58:13] [Server thread/DEBUG] [bdlib]: Condition CndHaveOD(fuelCoke) - TRUE +[16:58:13] [Server thread/DEBUG] [advgenerators]: Processing carbon value StackOreDict(fuelCoke) => CarbonValueSpecified(3200) +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xitem.immersiveengineering.material@6 -> 3200 +[16:58:13] [Server thread/DEBUG] [bdlib]: Condition CndHaveMod(Railcraft) - FALSE +[16:58:13] [Server thread/DEBUG] [bdlib]: Condition CndHaveOD(itemCharcoalSugar) - FALSE +[16:58:13] [Server thread/DEBUG] [bdlib]: Condition CndHaveMod(MineFactoryReloaded) - FALSE +[16:58:13] [Server thread/DEBUG] [bdlib]: Condition CndHaveOD(woodRubber) - FALSE +[16:58:13] [Server thread/DEBUG] [bdlib]: Condition CndHaveMod(mekanism) - TRUE +[16:58:13] [Server thread/DEBUG] [advgenerators]: Processing carbon value StackItem(mekanism,CompressedCarbon,32767) => CarbonValueSpecified(3200) +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xitem.CompressedCarbon@32767 -> 3200 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Processing carbon value StackItem(mekanism,BioFuel,32767) => CarbonValueSpecified(800) +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xitem.BioFuel@32767 -> 800 +[16:58:13] [Server thread/DEBUG] [bdlib]: Condition CndHaveMod(minechem) - FALSE +[16:58:13] [Server thread/DEBUG] [bdlib]: Condition CndHaveMod(forestry) - FALSE +[16:58:13] [Server thread/DEBUG] [bdlib]: Condition CndHaveOD(blockFuelCoke) - TRUE +[16:58:13] [Server thread/DEBUG] [advgenerators]: Processing carbon value StackOreDict(blockFuelCoke) => CarbonValueSpecified(32000) +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding carbon value: 1xtile.immersiveengineering.stone_decoration@3 -> 32000 +[16:58:13] [Server thread/DEBUG] [bdlib]: Condition CndHaveMod(extrautils2) - FALSE +[16:58:13] [Server thread/DEBUG] [bdlib]: Condition CndHaveOD(crystalCrudeOil) - FALSE +[16:58:13] [Server thread/DEBUG] [bdlib]: Added X = StackOreDict(ingotIron) +[16:58:13] [Server thread/DEBUG] [bdlib]: Added B = StackItem(advgenerators,turbine_blade_iron,32767) +[16:58:13] [Server thread/DEBUG] [bdlib]: Added R = StackItem(advgenerators,turbine_rotor_iron,32767) +[16:58:13] [Server thread/DEBUG] [bdlib]: Added F = StackItem(advgenerators,iron_frame,32767) +[16:58:13] [Server thread/DEBUG] [bdlib]: Added w = StackItem(advgenerators,iron_wiring,32767) +[16:58:13] [Server thread/DEBUG] [bdlib]: Added W = StackItem(advgenerators,iron_tubing,32767) +[16:58:13] [Server thread/DEBUG] [bdlib]: Added K = StackItem(advgenerators,upgrade_kit,32767) +[16:58:13] [Server thread/DEBUG] [bdlib]: Adding shaped recipe List(_XX, _XX, __X) => StackMacro(B) * 4 +[16:58:13] [Server thread/DEBUG] [bdlib]: X -> ingotIron +[16:58:13] [Server thread/DEBUG] [bdlib]: Result meta is unset, defaulting to 0 +[16:58:13] [Server thread/DEBUG] [bdlib]: Done... result=4xitem.advgenerators.turbine_blade_iron@0 +[16:58:13] [Server thread/DEBUG] [bdlib]: Adding shaped recipe List(BBB, BXB, BBB) => StackMacro(R) * 1 +[16:58:13] [Server thread/DEBUG] [bdlib]: B -> 1xitem.advgenerators.turbine_blade_iron@32767 +[16:58:13] [Server thread/DEBUG] [bdlib]: X -> ingotIron +[16:58:13] [Server thread/DEBUG] [bdlib]: Result meta is unset, defaulting to 0 +[16:58:13] [Server thread/DEBUG] [bdlib]: Done... result=1xitem.advgenerators.turbine_rotor_iron@0 +[16:58:13] [Server thread/DEBUG] [bdlib]: Adding shaped recipe List(FWF, wRw, FWF) => StackBlock(advgenerators,turbine_iron,32767) * 1 +[16:58:13] [Server thread/DEBUG] [bdlib]: F -> 1xitem.advgenerators.iron_frame@32767 +[16:58:13] [Server thread/DEBUG] [bdlib]: W -> 1xitem.advgenerators.iron_tubing@32767 +[16:58:13] [Server thread/DEBUG] [bdlib]: w -> 1xitem.advgenerators.iron_wiring@32767 +[16:58:13] [Server thread/DEBUG] [bdlib]: R -> 1xitem.advgenerators.turbine_rotor_iron@32767 +[16:58:13] [Server thread/DEBUG] [bdlib]: Result meta is unset, defaulting to 0 +[16:58:13] [Server thread/DEBUG] [bdlib]: Done... result=1xtile.advgenerators.turbine_iron@0 +[16:58:13] [Server thread/DEBUG] [bdlib]: Adding smelting recipe StackMacro(R) => StackMacro(X) * 11 (0.000000 xp) +[16:58:13] [Server thread/DEBUG] [bdlib]: Concrete ItemStack for OD entry 'ingotIron' -> 11xitem.ingotIron@0 +[16:58:13] [Server thread/DEBUG] [bdlib]: added 1xitem.advgenerators.turbine_rotor_iron@32767 -> 11xitem.ingotIron@0 +[16:58:13] [Server thread/DEBUG] [bdlib]: Added X = StackOreDict(ingotGold) +[16:58:13] [Server thread/DEBUG] [bdlib]: Added R = StackItem(advgenerators,turbine_rotor_gold,32767) +[16:58:13] [Server thread/DEBUG] [bdlib]: Added I = StackItem(advgenerators,turbine_rotor_iron,32767) +[16:58:13] [Server thread/DEBUG] [bdlib]: Added L = StackItem(minecraft,flint,32767) +[16:58:13] [Server thread/DEBUG] [bdlib]: Added F = StackItem(advgenerators,iron_frame,32767) +[16:58:13] [Server thread/DEBUG] [bdlib]: Added w = StackItem(advgenerators,iron_wiring,32767) +[16:58:13] [Server thread/DEBUG] [bdlib]: Added W = StackItem(advgenerators,iron_tubing,32767) +[16:58:13] [Server thread/DEBUG] [bdlib]: Added K = StackItem(advgenerators,upgrade_kit,32767) +[16:58:13] [Server thread/DEBUG] [bdlib]: Condition CndOR(CndHaveMod(EnderIO),CndHaveMod(thermalexpansion)) - FALSE +[16:58:13] [Server thread/DEBUG] [bdlib]: Adding shapeless recipe IX => StackMacro(R) * 1 +[16:58:13] [Server thread/DEBUG] [bdlib]: I -> 1xitem.advgenerators.turbine_rotor_iron@32767 +[16:58:13] [Server thread/DEBUG] [bdlib]: X -> ingotGold +[16:58:13] [Server thread/DEBUG] [bdlib]: Result meta is unset, defaulting to 0 +[16:58:13] [Server thread/DEBUG] [bdlib]: Done... result=1xitem.advgenerators.turbine_rotor_gold@0 +[16:58:13] [Server thread/DEBUG] [bdlib]: Adding shapeless recipe LR => StackMacro(I) * 1 +[16:58:13] [Server thread/DEBUG] [bdlib]: L -> 1xitem.flint@32767 +[16:58:13] [Server thread/DEBUG] [bdlib]: R -> 1xitem.advgenerators.turbine_rotor_gold@32767 +[16:58:13] [Server thread/DEBUG] [bdlib]: Result meta is unset, defaulting to 0 +[16:58:13] [Server thread/DEBUG] [bdlib]: Done... result=1xitem.advgenerators.turbine_rotor_iron@0 +[16:58:13] [Server thread/DEBUG] [bdlib]: Adding shaped recipe List(FWF, wRw, FWF) => StackBlock(advgenerators,turbine_gold,32767) * 1 +[16:58:13] [Server thread/DEBUG] [bdlib]: F -> 1xitem.advgenerators.iron_frame@32767 +[16:58:13] [Server thread/DEBUG] [bdlib]: W -> 1xitem.advgenerators.iron_tubing@32767 +[16:58:13] [Server thread/DEBUG] [bdlib]: w -> 1xitem.advgenerators.iron_wiring@32767 +[16:58:13] [Server thread/DEBUG] [bdlib]: R -> 1xitem.advgenerators.turbine_rotor_gold@32767 +[16:58:13] [Server thread/DEBUG] [bdlib]: Result meta is unset, defaulting to 0 +[16:58:13] [Server thread/DEBUG] [bdlib]: Done... result=1xtile.advgenerators.turbine_gold@0 +[16:58:13] [Server thread/DEBUG] [bdlib]: Adding shapeless recipe RK => StackItem(advgenerators,turbine_kit_gold,32767) * 1 +[16:58:13] [Server thread/DEBUG] [bdlib]: R -> 1xitem.advgenerators.turbine_rotor_gold@32767 +[16:58:13] [Server thread/DEBUG] [bdlib]: K -> 1xitem.advgenerators.upgrade_kit@32767 +[16:58:13] [Server thread/DEBUG] [bdlib]: Result meta is unset, defaulting to 0 +[16:58:13] [Server thread/DEBUG] [bdlib]: Done... result=1xitem.advgenerators.turbine_kit_gold@0 +[16:58:13] [Server thread/DEBUG] [bdlib]: Condition CndHaveOD(ingotSteel) - TRUE +[16:58:13] [Server thread/DEBUG] [bdlib]: Added X = StackOreDict(ingotSteel) +[16:58:13] [Server thread/DEBUG] [bdlib]: Added B = StackItem(advgenerators,turbine_blade_steel,32767) +[16:58:13] [Server thread/DEBUG] [bdlib]: Added R = StackItem(advgenerators,turbine_rotor_steel,32767) +[16:58:13] [Server thread/DEBUG] [bdlib]: Added F = StackItem(advgenerators,iron_frame,32767) +[16:58:13] [Server thread/DEBUG] [bdlib]: Added w = StackItem(advgenerators,iron_wiring,32767) +[16:58:13] [Server thread/DEBUG] [bdlib]: Added W = StackItem(advgenerators,iron_tubing,32767) +[16:58:13] [Server thread/DEBUG] [bdlib]: Added K = StackItem(advgenerators,upgrade_kit,32767) +[16:58:13] [Server thread/DEBUG] [bdlib]: Adding shaped recipe List(_XX, _XX, __X) => StackMacro(B) * 4 +[16:58:13] [Server thread/DEBUG] [bdlib]: X -> ingotSteel +[16:58:13] [Server thread/ERROR] [bdlib]: Error while processing RsRecipeShaped(List(_XX, _XX, __X),StackMacro(B),4): Item not found advgenerators:turbine_blade_steel +[16:58:13] [Server thread/DEBUG] [bdlib]: Adding shaped recipe List(BBB, BXB, BBB) => StackMacro(R) * 1 +[16:58:13] [Server thread/ERROR] [bdlib]: Error while processing RsRecipeShaped(List(BBB, BXB, BBB),StackMacro(R),1): Item not found advgenerators:turbine_blade_steel +[16:58:13] [Server thread/DEBUG] [bdlib]: Adding shaped recipe List(FWF, wRw, FWF) => StackBlock(advgenerators,turbine_steel,32767) * 1 +[16:58:13] [Server thread/DEBUG] [bdlib]: F -> 1xitem.advgenerators.iron_frame@32767 +[16:58:13] [Server thread/DEBUG] [bdlib]: W -> 1xitem.advgenerators.iron_tubing@32767 +[16:58:13] [Server thread/DEBUG] [bdlib]: w -> 1xitem.advgenerators.iron_wiring@32767 +[16:58:13] [Server thread/ERROR] [bdlib]: Error while processing RsRecipeShaped(List(FWF, wRw, FWF),StackBlock(advgenerators,turbine_steel,32767),1): Item not found advgenerators:turbine_rotor_steel +[16:58:13] [Server thread/DEBUG] [bdlib]: Adding shapeless recipe RK => StackItem(advgenerators,turbine_kit_steel,32767) * 1 +[16:58:13] [Server thread/ERROR] [bdlib]: Error while processing RsRecipeShapeless(RK,StackItem(advgenerators,turbine_kit_steel,32767),1): Item not found advgenerators:turbine_rotor_steel +[16:58:13] [Server thread/DEBUG] [bdlib]: Adding smelting recipe StackMacro(R) => StackMacro(X) * 11 (0.000000 xp) +[16:58:13] [Server thread/DEBUG] [bdlib]: Concrete ItemStack for OD entry 'ingotSteel' -> 11xitem.immersiveengineering.metal@8 +[16:58:13] [Server thread/ERROR] [bdlib]: Error while processing RsRecipeSmelting(StackMacro(R),StackMacro(X),11,0.0): Item not found advgenerators:turbine_rotor_steel +[16:58:13] [Server thread/DEBUG] [bdlib]: Condition CndHaveOD(ingotBronze) - TRUE +[16:58:13] [Server thread/DEBUG] [bdlib]: Added X = StackOreDict(ingotBronze) +[16:58:13] [Server thread/DEBUG] [bdlib]: Added B = StackItem(advgenerators,turbine_blade_bronze,32767) +[16:58:13] [Server thread/DEBUG] [bdlib]: Added R = StackItem(advgenerators,turbine_rotor_bronze,32767) +[16:58:13] [Server thread/DEBUG] [bdlib]: Added F = StackItem(advgenerators,iron_frame,32767) +[16:58:13] [Server thread/DEBUG] [bdlib]: Added w = StackItem(advgenerators,iron_wiring,32767) +[16:58:13] [Server thread/DEBUG] [bdlib]: Added W = StackItem(advgenerators,iron_tubing,32767) +[16:58:13] [Server thread/DEBUG] [bdlib]: Added K = StackItem(advgenerators,upgrade_kit,32767) +[16:58:13] [Server thread/DEBUG] [bdlib]: Adding shaped recipe List(_XX, _XX, __X) => StackMacro(B) * 4 +[16:58:13] [Server thread/DEBUG] [bdlib]: X -> ingotBronze +[16:58:13] [Server thread/ERROR] [bdlib]: Error while processing RsRecipeShaped(List(_XX, _XX, __X),StackMacro(B),4): Item not found advgenerators:turbine_blade_bronze +[16:58:13] [Server thread/DEBUG] [bdlib]: Adding shaped recipe List(BBB, BXB, BBB) => StackMacro(R) * 1 +[16:58:13] [Server thread/ERROR] [bdlib]: Error while processing RsRecipeShaped(List(BBB, BXB, BBB),StackMacro(R),1): Item not found advgenerators:turbine_blade_bronze +[16:58:13] [Server thread/DEBUG] [bdlib]: Adding shaped recipe List(FWF, wRw, FWF) => StackBlock(advgenerators,turbine_bronze,32767) * 1 +[16:58:13] [Server thread/DEBUG] [bdlib]: F -> 1xitem.advgenerators.iron_frame@32767 +[16:58:13] [Server thread/DEBUG] [bdlib]: W -> 1xitem.advgenerators.iron_tubing@32767 +[16:58:13] [Server thread/DEBUG] [bdlib]: w -> 1xitem.advgenerators.iron_wiring@32767 +[16:58:13] [Server thread/ERROR] [bdlib]: Error while processing RsRecipeShaped(List(FWF, wRw, FWF),StackBlock(advgenerators,turbine_bronze,32767),1): Item not found advgenerators:turbine_rotor_bronze +[16:58:13] [Server thread/DEBUG] [bdlib]: Adding shapeless recipe RK => StackItem(advgenerators,turbine_kit_bronze,32767) * 1 +[16:58:13] [Server thread/ERROR] [bdlib]: Error while processing RsRecipeShapeless(RK,StackItem(advgenerators,turbine_kit_bronze,32767),1): Item not found advgenerators:turbine_rotor_bronze +[16:58:13] [Server thread/DEBUG] [bdlib]: Adding smelting recipe StackMacro(R) => StackMacro(X) * 11 (0.000000 xp) +[16:58:13] [Server thread/DEBUG] [bdlib]: Concrete ItemStack for OD entry 'ingotBronze' -> 11xitem.Ingot@2 +[16:58:13] [Server thread/ERROR] [bdlib]: Error while processing RsRecipeSmelting(StackMacro(R),StackMacro(X),11,0.0): Item not found advgenerators:turbine_rotor_bronze +[16:58:13] [Server thread/DEBUG] [bdlib]: Condition CndHaveOD(ingotEnderium) - FALSE +[16:58:13] [Server thread/DEBUG] [bdlib]: Condition CndHaveOD(ingotVibrantAlloy) - FALSE +[16:58:13] [Server thread/DEBUG] [bdlib]: Condition CndHaveOD(ingotManyullyn) - TRUE +[16:58:13] [Server thread/DEBUG] [bdlib]: Added X = StackOreDict(ingotManyullyn) +[16:58:13] [Server thread/DEBUG] [bdlib]: Added B = StackItem(advgenerators,turbine_blade_manyullyn,32767) +[16:58:13] [Server thread/DEBUG] [bdlib]: Added R = StackItem(advgenerators,turbine_rotor_manyullyn,32767) +[16:58:13] [Server thread/DEBUG] [bdlib]: Added F = StackItem(advgenerators,iron_frame,32767) +[16:58:13] [Server thread/DEBUG] [bdlib]: Added w = StackItem(advgenerators,iron_wiring,32767) +[16:58:13] [Server thread/DEBUG] [bdlib]: Added W = StackItem(advgenerators,iron_tubing,32767) +[16:58:13] [Server thread/DEBUG] [bdlib]: Added K = StackItem(advgenerators,upgrade_kit,32767) +[16:58:13] [Server thread/DEBUG] [bdlib]: Adding shaped recipe List(_XX, _XX, __X) => StackMacro(B) * 4 +[16:58:13] [Server thread/DEBUG] [bdlib]: X -> ingotManyullyn +[16:58:13] [Server thread/DEBUG] [bdlib]: Result meta is unset, defaulting to 0 +[16:58:13] [Server thread/DEBUG] [bdlib]: Done... result=4xitem.advgenerators.turbine_blade_manyullyn@0 +[16:58:13] [Server thread/DEBUG] [bdlib]: Adding shaped recipe List(BBB, BXB, BBB) => StackMacro(R) * 1 +[16:58:13] [Server thread/DEBUG] [bdlib]: B -> 1xitem.advgenerators.turbine_blade_manyullyn@32767 +[16:58:13] [Server thread/DEBUG] [bdlib]: X -> ingotManyullyn +[16:58:13] [Server thread/DEBUG] [bdlib]: Result meta is unset, defaulting to 0 +[16:58:13] [Server thread/DEBUG] [bdlib]: Done... result=1xitem.advgenerators.turbine_rotor_manyullyn@0 +[16:58:13] [Server thread/DEBUG] [bdlib]: Adding shaped recipe List(FWF, wRw, FWF) => StackBlock(advgenerators,turbine_manyullyn,32767) * 1 +[16:58:13] [Server thread/DEBUG] [bdlib]: F -> 1xitem.advgenerators.iron_frame@32767 +[16:58:13] [Server thread/DEBUG] [bdlib]: W -> 1xitem.advgenerators.iron_tubing@32767 +[16:58:13] [Server thread/DEBUG] [bdlib]: w -> 1xitem.advgenerators.iron_wiring@32767 +[16:58:13] [Server thread/DEBUG] [bdlib]: R -> 1xitem.advgenerators.turbine_rotor_manyullyn@32767 +[16:58:13] [Server thread/DEBUG] [bdlib]: Result meta is unset, defaulting to 0 +[16:58:13] [Server thread/DEBUG] [bdlib]: Done... result=1xtile.advgenerators.turbine_manyullyn@0 +[16:58:13] [Server thread/DEBUG] [bdlib]: Adding shapeless recipe RK => StackItem(advgenerators,turbine_kit_manyullyn,32767) * 1 +[16:58:13] [Server thread/DEBUG] [bdlib]: R -> 1xitem.advgenerators.turbine_rotor_manyullyn@32767 +[16:58:13] [Server thread/DEBUG] [bdlib]: K -> 1xitem.advgenerators.upgrade_kit@32767 +[16:58:13] [Server thread/DEBUG] [bdlib]: Result meta is unset, defaulting to 0 +[16:58:13] [Server thread/DEBUG] [bdlib]: Done... result=1xitem.advgenerators.turbine_kit_manyullyn@0 +[16:58:13] [Server thread/DEBUG] [bdlib]: Adding smelting recipe StackMacro(R) => StackMacro(X) * 11 (0.000000 xp) +[16:58:13] [Server thread/DEBUG] [bdlib]: Concrete ItemStack for OD entry 'ingotManyullyn' -> 11xitem.tconstruct.ingots@2 +[16:58:13] [Server thread/DEBUG] [bdlib]: added 1xitem.advgenerators.turbine_rotor_manyullyn@32767 -> 11xitem.tconstruct.ingots@2 +[16:58:13] [Server thread/DEBUG] [bdlib]: Condition CndHaveMod(ic2) - FALSE +[16:58:13] [Server thread/DEBUG] [bdlib]: Added A = StackBlock(advgenerators,power_capacitor_redstone,32767) +[16:58:13] [Server thread/DEBUG] [bdlib]: Added B = StackBlock(advgenerators,power_capacitor_advanced,32767) +[16:58:13] [Server thread/DEBUG] [bdlib]: Added C = StackBlock(advgenerators,power_capacitor_dense,32767) +[16:58:13] [Server thread/DEBUG] [bdlib]: Added k = StackItem(advgenerators,upgrade_kit,32767) +[16:58:13] [Server thread/DEBUG] [bdlib]: Added b = StackItem(advgenerators,capacitor_kit_advanced,32767) +[16:58:13] [Server thread/DEBUG] [bdlib]: Added c = StackItem(advgenerators,capacitor_kit_dense,32767) +[16:58:13] [Server thread/DEBUG] [bdlib]: Added F = StackItem(advgenerators,iron_frame,32767) +[16:58:13] [Server thread/DEBUG] [bdlib]: Added w = StackItem(advgenerators,iron_wiring,32767) +[16:58:13] [Server thread/DEBUG] [bdlib]: Condition CndOR(CndOR(CndHaveMod(ic2),CndHaveMod(thermalexpansion)),CndHaveMod(EnderIO)) - FALSE +[16:58:13] [Server thread/DEBUG] [bdlib]: Added l = StackItem(minecraft,dye,4) +[16:58:13] [Server thread/DEBUG] [bdlib]: Added R = StackBlock(minecraft,redstone_block,32767) +[16:58:13] [Server thread/DEBUG] [bdlib]: Added L = StackBlock(minecraft,lapis_block,32767) +[16:58:13] [Server thread/DEBUG] [bdlib]: Added Q = StackBlock(minecraft,quartz_block,32767) +[16:58:13] [Server thread/DEBUG] [bdlib]: Adding shaped recipe List(FwF, wRw, FwF) => StackMacro(A) * 1 +[16:58:13] [Server thread/DEBUG] [bdlib]: F -> 1xitem.advgenerators.iron_frame@32767 +[16:58:13] [Server thread/DEBUG] [bdlib]: w -> 1xitem.advgenerators.iron_wiring@32767 +[16:58:13] [Server thread/DEBUG] [bdlib]: R -> 1xtile.blockRedstone@32767 +[16:58:13] [Server thread/DEBUG] [bdlib]: Result meta is unset, defaulting to 0 +[16:58:13] [Server thread/DEBUG] [bdlib]: Done... result=1xtile.advgenerators.power_capacitor_redstone@0 +[16:58:13] [Server thread/DEBUG] [bdlib]: Adding shaped recipe List(lRl, RAR, lRl) => StackMacro(B) * 1 +[16:58:13] [Server thread/DEBUG] [bdlib]: l -> 1xitem.dyePowder@4 +[16:58:13] [Server thread/DEBUG] [bdlib]: R -> 1xtile.blockRedstone@32767 +[16:58:13] [Server thread/DEBUG] [bdlib]: A -> 1xtile.advgenerators.power_capacitor_redstone@32767 +[16:58:13] [Server thread/DEBUG] [bdlib]: Result meta is unset, defaulting to 0 +[16:58:13] [Server thread/DEBUG] [bdlib]: Done... result=1xtile.advgenerators.power_capacitor_advanced@0 +[16:58:13] [Server thread/DEBUG] [bdlib]: Adding shaped recipe List(lRl, RkR, lRl) => StackMacro(b) * 1 +[16:58:13] [Server thread/DEBUG] [bdlib]: l -> 1xitem.dyePowder@4 +[16:58:13] [Server thread/DEBUG] [bdlib]: R -> 1xtile.blockRedstone@32767 +[16:58:13] [Server thread/DEBUG] [bdlib]: k -> 1xitem.advgenerators.upgrade_kit@32767 +[16:58:13] [Server thread/DEBUG] [bdlib]: Result meta is unset, defaulting to 0 +[16:58:13] [Server thread/DEBUG] [bdlib]: Done... result=1xitem.advgenerators.capacitor_kit_advanced@0 +[16:58:13] [Server thread/DEBUG] [bdlib]: Adding shaped recipe List(QLQ, LBL, QLQ) => StackMacro(C) * 1 +[16:58:13] [Server thread/DEBUG] [bdlib]: Q -> 1xtile.quartzBlock@32767 +[16:58:13] [Server thread/DEBUG] [bdlib]: L -> 1xtile.blockLapis@32767 +[16:58:13] [Server thread/DEBUG] [bdlib]: B -> 1xtile.advgenerators.power_capacitor_advanced@32767 +[16:58:13] [Server thread/DEBUG] [bdlib]: Result meta is unset, defaulting to 0 +[16:58:13] [Server thread/DEBUG] [bdlib]: Done... result=1xtile.advgenerators.power_capacitor_dense@0 +[16:58:13] [Server thread/DEBUG] [bdlib]: Adding shaped recipe List(QLQ, LkL, QLQ) => StackMacro(c) * 1 +[16:58:13] [Server thread/DEBUG] [bdlib]: Q -> 1xtile.quartzBlock@32767 +[16:58:13] [Server thread/DEBUG] [bdlib]: L -> 1xtile.blockLapis@32767 +[16:58:13] [Server thread/DEBUG] [bdlib]: k -> 1xitem.advgenerators.upgrade_kit@32767 +[16:58:13] [Server thread/DEBUG] [bdlib]: Result meta is unset, defaulting to 0 +[16:58:13] [Server thread/DEBUG] [bdlib]: Done... result=1xitem.advgenerators.capacitor_kit_dense@0 +[16:58:13] [Server thread/DEBUG] [advgenerators]: Adding turbine fuel gasoline at 120.000000 MJ/mB +[16:58:13] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod advgenerators +[16:58:13] [Server thread/DEBUG] [FML]: Bar Step: Initialization - Advanced Generators took 0.153s +[16:58:13] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod gobblecore +[16:58:13] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod gobblecore +[16:58:13] [Server thread/DEBUG] [FML]: Bar Step: Initialization - Gobble Core took 0.000s +[16:58:13] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod harvest +[16:58:13] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod harvest +[16:58:13] [Server thread/DEBUG] [FML]: Bar Step: Initialization - Harvest took 0.000s +[16:58:13] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod horsepower +[16:58:13] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod horsepower +[16:58:13] [Server thread/DEBUG] [FML]: Bar Step: Initialization - Horse Power took 0.000s +[16:58:13] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod huntingdim +[16:58:13] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod huntingdim +[16:58:13] [Server thread/DEBUG] [FML]: Bar Step: Initialization - Hunting Dimension took 0.000s +[16:58:13] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod igwmod +[16:58:13] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod igwmod +[16:58:13] [Server thread/DEBUG] [FML]: Bar Step: Initialization - In-Game wiki Mod took 0.000s +[16:58:13] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod mcjtylib_ng +[16:58:13] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod mcjtylib_ng +[16:58:13] [Server thread/DEBUG] [FML]: Bar Step: Initialization - McJtyLib took 0.000s +[16:58:13] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod immcraft +[16:58:13] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod immcraft +[16:58:13] [Server thread/DEBUG] [FML]: Bar Step: Initialization - Immersive Craft took 0.000s +[16:58:13] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod immersivepetroleum +[16:58:13] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod immersivepetroleum +[16:58:13] [Server thread/DEBUG] [FML]: Bar Step: Initialization - Immersive Petroleum took 0.026s +[16:58:13] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod immersivetech +[16:58:13] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod immersivetech +[16:58:13] [Server thread/DEBUG] [FML]: Bar Step: Initialization - Immersive Tech took 0.039s +[16:58:13] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod improvedbackpacks +[16:58:13] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod improvedbackpacks +[16:58:13] [Server thread/DEBUG] [FML]: Bar Step: Initialization - Improved Backpacks took 0.002s +[16:58:13] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod incontrol +[16:58:13] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod incontrol +[16:58:13] [Server thread/DEBUG] [FML]: Bar Step: Initialization - InControl took 0.000s +[16:58:13] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod indlog +[16:58:13] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod indlog +[16:58:13] [Server thread/DEBUG] [FML]: Bar Step: Initialization - Inductive Logistics took 0.038s +[16:58:13] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod teslacorelib +[16:58:13] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod teslacorelib +[16:58:13] [Server thread/DEBUG] [FML]: Bar Step: Initialization - Tesla Core Lib took 0.005s +[16:58:13] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod industrialforegoing +[16:58:13] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod industrialforegoing +[16:58:13] [Server thread/DEBUG] [FML]: Bar Step: Initialization - Industrial Foregoing took 0.022s +[16:58:13] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod infoaccessories +[16:58:13] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod infoaccessories +[16:58:13] [Server thread/DEBUG] [FML]: Bar Step: Initialization - Info Accessories took 0.000s +[16:58:13] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod integrateddynamics +[16:58:13] [Server thread/TRACE] [Integrated Dynamics]: init() +[16:58:13] [Server thread/INFO] [Integrated Dynamics]: Registered packet handler. +[16:58:13] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod integrateddynamics +[16:58:13] [Server thread/DEBUG] [FML]: Bar Step: Initialization - Integrated Dynamics took 0.018s +[16:58:13] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod integrateddynamicscompat +[16:58:13] [Server thread/TRACE] [IntegratedDynamics-Compat]: init() +[16:58:13] [Server thread/INFO] [IntegratedDynamics-Compat]: Registered packet handler. +[16:58:13] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod integrateddynamicscompat +[16:58:13] [Server thread/DEBUG] [FML]: Bar Step: Initialization - IntegratedDynamics-Compat took 0.003s +[16:58:13] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod inventorytweaks +[16:58:13] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod inventorytweaks +[16:58:13] [Server thread/DEBUG] [FML]: Bar Step: Initialization - Inventory Tweaks took 0.007s +[16:58:13] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod ironbackpacks +[16:58:13] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod ironbackpacks +[16:58:13] [Server thread/DEBUG] [FML]: Bar Step: Initialization - Iron Backpacks took 0.016s +[16:58:13] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod ironchest +[16:58:13] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod ironchest +[16:58:13] [Server thread/DEBUG] [FML]: Bar Step: Initialization - Iron Chest took 0.013s +[16:58:13] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod ironjetpacks +[16:58:13] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod ironjetpacks +[16:58:13] [Server thread/DEBUG] [FML]: Bar Step: Initialization - Iron Jetpacks took 0.008s +[16:58:13] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod itemstages +[16:58:13] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod itemstages +[16:58:13] [Server thread/DEBUG] [FML]: Bar Step: Initialization - Item Stages took 0.000s +[16:58:13] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod journeymap +[16:58:13] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod journeymap +[16:58:13] [Server thread/DEBUG] [FML]: Bar Step: Initialization - JourneyMap took 0.023s +[16:58:13] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod jarm +[16:58:13] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod jarm +[16:58:13] [Server thread/DEBUG] [FML]: Bar Step: Initialization - Just A Raft Mod took 0.000s +[16:58:13] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod jaff +[16:58:13] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod jaff +[16:58:13] [Server thread/DEBUG] [FML]: Bar Step: Initialization - Just a Few Fish took 0.005s +[16:58:13] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod jeid +[16:58:13] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod jeid +[16:58:13] [Server thread/DEBUG] [FML]: Bar Step: Initialization - JustEnoughIDs took 0.000s +[16:58:13] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod kleeslabs +[16:58:13] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod kleeslabs +[16:58:13] [Server thread/DEBUG] [FML]: Bar Step: Initialization - KleeSlabs took 0.000s +[16:58:13] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod lex +[16:58:13] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod lex +[16:58:13] [Server thread/DEBUG] [FML]: Bar Step: Initialization - LibEx took 0.000s +[16:58:13] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod lttweaker +[16:58:13] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod lttweaker +[16:58:13] [Server thread/DEBUG] [FML]: Bar Step: Initialization - Loot Table Tweaker took 0.000s +[16:58:13] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod magma_monsters +[16:58:13] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod magma_monsters +[16:58:13] [Server thread/DEBUG] [FML]: Bar Step: Initialization - magma_monsters took 0.003s +[16:58:13] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod mekatweaks +[16:58:13] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod mekatweaks +[16:58:13] [Server thread/DEBUG] [FML]: Bar Step: Initialization - MekaTweaks took 0.000s +[16:58:13] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod mercurius +[16:58:13] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod mercurius +[16:58:13] [Server thread/DEBUG] [FML]: Bar Step: Initialization - Mercurius took 0.002s +[16:58:13] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod mobends +[16:58:13] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod mobends +[16:58:13] [Server thread/DEBUG] [FML]: Bar Step: Initialization - Mo' Bends took 0.001s +[16:58:13] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod mob_grinding_utils +[16:58:13] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod mob_grinding_utils +[16:58:13] [Server thread/DEBUG] [FML]: Bar Step: Initialization - mob_grinding_utils took 0.000s +[16:58:13] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod mobstages +[16:58:13] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod mobstages +[16:58:13] [Server thread/DEBUG] [FML]: Bar Step: Initialization - Mob Stages took 0.000s +[16:58:13] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod modularmachinery +[16:58:14] [Server thread/DEBUG] [FML]: Bar Finished: MachineRegistry took 0.069s +[16:58:14] [Server thread/INFO] [modularmachinery]: Variables: [5 loaded, 0 failed] +[16:58:14] [Server thread/INFO] [modularmachinery]: Machines: [20 loaded, 0 failed] +[16:58:14] [Server thread/WARN] [modularmachinery]: MachineRecipe with registryName modularmachinery:industrial_mill_striped zinnia already exists! +[16:58:14] [Server thread/WARN] [modularmachinery]: Offending files: '' and '' ! +[16:58:14] [Server thread/INFO] [modularmachinery]: Load-Phase: [507 loaded, 0 failed] +[16:58:14] [Server thread/INFO] [modularmachinery]: [Unknown Machinery: 0] +[16:58:14] [Server thread/INFO] [modularmachinery]: modularmachinery:orematic5000 (Recipes): [32 loaded, 0 failed] +[16:58:14] [Server thread/INFO] [modularmachinery]: modularmachinery:orematic5000_mk2 (Recipes): [32 loaded, 0 failed] +[16:58:14] [Server thread/INFO] [modularmachinery]: modularmachinery:orematic5000_mk3 (Recipes): [64 loaded, 0 failed] +[16:58:14] [Server thread/INFO] [modularmachinery]: modularmachinery:industrial_drying_unit (Recipes): [26 loaded, 0 failed] +[16:58:14] [Server thread/INFO] [modularmachinery]: modularmachinery:industrial_drying_unit_mk2 (Recipes): [26 loaded, 0 failed] +[16:58:14] [Server thread/INFO] [modularmachinery]: modularmachinery:industrial_drying_unit_mk3 (Recipes): [26 loaded, 0 failed] +[16:58:14] [Server thread/INFO] [modularmachinery]: modularmachinery:auto_cauldron (Recipes): [11 loaded, 0 failed] +[16:58:14] [Server thread/INFO] [modularmachinery]: modularmachinery:chemical_mixer (Recipes): [1 loaded, 0 failed] +[16:58:14] [Server thread/INFO] [modularmachinery]: modularmachinery:ethylitic_enricher (Recipes): [1 loaded, 0 failed] +[16:58:14] [Server thread/INFO] [modularmachinery]: modularmachinery:hydraulic_press (Recipes): [31 loaded, 0 failed] +[16:58:14] [Server thread/INFO] [modularmachinery]: modularmachinery:industrial_loom (Recipes): [22 loaded, 0 failed] +[16:58:14] [Server thread/INFO] [modularmachinery]: modularmachinery:industrial_mill (Recipes): [196 loaded, 1 failed] +[16:58:14] [Server thread/INFO] [modularmachinery]: modularmachinery:liquid_processor (Recipes): [1 loaded, 0 failed] +[16:58:14] [Server thread/INFO] [modularmachinery]: modularmachinery:mixer (Recipes): [6 loaded, 0 failed] +[16:58:14] [Server thread/INFO] [modularmachinery]: modularmachinery:mixer_mk2 (Recipes): [6 loaded, 0 failed] +[16:58:14] [Server thread/INFO] [modularmachinery]: modularmachinery:mixer_mk3 (Recipes): [6 loaded, 0 failed] +[16:58:14] [Server thread/INFO] [modularmachinery]: modularmachinery:paperclip_factory (Recipes): [2 loaded, 0 failed] +[16:58:14] [Server thread/INFO] [modularmachinery]: modularmachinery:plastic_molder (Recipes): [1 loaded, 0 failed] +[16:58:14] [Server thread/INFO] [modularmachinery]: modularmachinery:scamulator (Recipes): [15 loaded, 0 failed] +[16:58:14] [Server thread/INFO] [modularmachinery]: modularmachinery:volcanic_crystalizer (Recipes): [1 loaded, 0 failed] +[16:58:14] [Server thread/DEBUG] [FML]: Bar Finished: RecipeRegistry took 0.010s +[16:58:14] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod modularmachinery +[16:58:14] [Server thread/DEBUG] [FML]: Bar Step: Initialization - Modular Machinery took 0.508s +[16:58:14] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod morpheus +[16:58:14] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod morpheus +[16:58:14] [Server thread/DEBUG] [FML]: Bar Step: Initialization - Morpheus took 0.000s +[16:58:14] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod mputils +[16:58:14] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod mputils +[16:58:14] [Server thread/DEBUG] [FML]: Bar Step: Initialization - ModPack Utilities took 0.003s +[16:58:14] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod mpbasic +[16:58:14] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod mpbasic +[16:58:14] [Server thread/DEBUG] [FML]: Bar Step: Initialization - ModPack Basic Tools took 0.047s +[16:58:14] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod multiblockstages +[16:58:14] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod multiblockstages +[16:58:14] [Server thread/DEBUG] [FML]: Bar Step: Initialization - Multiblockstages took 0.000s +[16:58:14] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod mundaneredstone +[16:58:14] [Server thread/INFO] [mundaneredstone]: Registering World Generation Mundane Redstone Ore +[16:58:14] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod mundaneredstone +[16:58:14] [Server thread/DEBUG] [FML]: Bar Step: Initialization - Mundane Redstone took 0.003s +[16:58:14] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod mysticalagriculture +[16:58:14] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `ma_seed_reprocessor`, expected `mysticalagriculture`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:14] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `ma_inferium_furnace`, expected `mysticalagriculture`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:14] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `ma_prudentium_furnace`, expected `mysticalagriculture`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:14] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `ma_intermedium_furnace`, expected `mysticalagriculture`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:14] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `ma_superium_furnace`, expected `mysticalagriculture`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:14] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `ma_supremium_furnace`, expected `mysticalagriculture`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:14] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `ma_ultimate_furnace`, expected `mysticalagriculture`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:14] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod mysticalagriculture +[16:58:14] [Server thread/DEBUG] [FML]: Bar Step: Initialization - Mystical Agriculture took 0.020s +[16:58:14] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod mysticalagradditions +[16:58:14] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod mysticalagradditions +[16:58:14] [Server thread/DEBUG] [FML]: Bar Step: Initialization - Mystical Agradditions took 0.012s +[16:58:14] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod mystagradcompat +[16:58:14] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod mystagradcompat +[16:58:14] [Server thread/DEBUG] [FML]: Bar Step: Initialization - Mystical Agradditions Compat took 0.000s +[16:58:14] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod naturescompass +[16:58:14] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod naturescompass +[16:58:14] [Server thread/DEBUG] [FML]: Bar Step: Initialization - Nature's Compass took 0.002s +[16:58:14] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod nex +[16:58:14] [Server thread/INFO] [FML]: Ignored smelting recipe with conflicting input: 1xtile.hellsand@0 = 1xtile.nex:soulGlass@0 +[16:58:14] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod nex +[16:58:14] [Server thread/DEBUG] [FML]: Bar Step: Initialization - NetherEx took 0.047s +[16:58:14] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod noworldgen5you +[16:58:14] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod noworldgen5you +[16:58:14] [Server thread/DEBUG] [FML]: Bar Step: Initialization - No World Gen 5 You took 0.000s +[16:58:14] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod nutrition +[16:58:14] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod nutrition +[16:58:14] [Server thread/DEBUG] [FML]: Bar Step: Initialization - Nutrition took 0.001s +[16:58:14] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod samsocean +[16:58:14] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod samsocean +[16:58:14] [Server thread/DEBUG] [FML]: Bar Step: Initialization - Ocean Floor Classic took 0.002s +[16:58:14] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod oreexcavation +[16:58:14] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod oreexcavation +[16:58:14] [Server thread/DEBUG] [FML]: Bar Step: Initialization - OreExcavation took 0.000s +[16:58:14] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod oeintegration +[16:58:14] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod oeintegration +[16:58:14] [Server thread/DEBUG] [FML]: Bar Step: Initialization - OreExcavation Integration took 0.000s +[16:58:14] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod orestages +[16:58:14] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod orestages +[16:58:14] [Server thread/DEBUG] [FML]: Bar Step: Initialization - Ore Stages took 0.000s +[16:58:14] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod overloaded +[16:58:14] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod overloaded +[16:58:14] [Server thread/DEBUG] [FML]: Bar Step: Initialization - Overloaded took 0.042s +[16:58:14] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod pickletweaks +[16:58:14] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod pickletweaks +[16:58:14] [Server thread/DEBUG] [FML]: Bar Step: Initialization - Pickle Tweaks took 0.012s +[16:58:14] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod placebo +[16:58:14] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod placebo +[16:58:14] [Server thread/DEBUG] [FML]: Bar Step: Initialization - Placebo took 0.000s +[16:58:14] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod playerbosses +[16:58:14] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod playerbosses +[16:58:14] [Server thread/DEBUG] [FML]: Bar Step: Initialization - playerbosses took 0.000s +[16:58:14] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod playerskins +[16:58:14] [Server thread/INFO] [playerskins]: Loading Configs... +[16:58:14] [Server thread/INFO] [playerskins]: Added 98 biomes to Players Skin spawn list. +[16:58:14] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod playerskins +[16:58:14] [Server thread/DEBUG] [FML]: Bar Step: Initialization - Player Skin Mobs took 0.002s +[16:58:14] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod pneumaticcraft +[16:58:14] [Server thread/INFO] [Astral Core]: [AstralTransformer] Transforming alm : net.minecraft.enchantment.EnchantmentHelper with 1 patches! +[16:58:14] [Server thread/INFO] [Astral Core]: [AstralTransformer] Applied patch PATCHMODIFYENCHANTMENTLEVELS +[16:58:14] [Server thread/DEBUG] [mixin]: Mixing MixinEnchantmentHelper from mixins.jeid.core.json into net.minecraft.enchantment.EnchantmentHelper +[16:58:14] [Server thread/TRACE] [mixin]: Added class metadata for com/google/common/collect/Maps to metadata cache +[16:58:14] [Server thread/TRACE] [mixin]: Added class metadata for net/minecraft/util/WeightedRandom$Item to metadata cache +[16:58:14] [Server thread/DEBUG] [mixin]: Mixing EnchantmentHelperMixin from mixins.sevpatches.json into net.minecraft.enchantment.EnchantmentHelper +[16:58:14] [Server thread/INFO] [sevpatches_core]: PatchAstralAmulet succeeded +[16:58:14] [Server thread/TRACE] [mixin]: Added class metadata for hellfirepvp/astralsorcery/common/enchantment/amulet/EnchantmentUpgradeHelper to metadata cache +[16:58:14] [Server thread/INFO] [pneumaticcraft]: Registered Immersive Petroleum fuel 'gasoline' @ 1500000 mL air/bucket +[16:58:14] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod pneumaticcraft +[16:58:14] [Server thread/DEBUG] [FML]: Bar Step: Initialization - PneumaticCraft: Repressurized took 0.313s +[16:58:14] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod poweradapters +[16:58:14] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod poweradapters +[16:58:14] [Server thread/DEBUG] [FML]: Bar Step: Initialization - Power Adapters took 0.000s +[16:58:14] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod prestige +[16:58:14] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod prestige +[16:58:14] [Server thread/DEBUG] [FML]: Bar Step: Initialization - Prestige took 0.000s +[16:58:14] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod primalchests +[16:58:14] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod primalchests +[16:58:14] [Server thread/DEBUG] [FML]: Bar Step: Initialization - PrimalChests took 0.002s +[16:58:14] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod rustic +[16:58:14] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod rustic +[16:58:14] [Server thread/DEBUG] [FML]: Bar Step: Initialization - Rustic took 0.004s +[16:58:14] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod thebetweenlands +[16:58:15] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod thebetweenlands +[16:58:15] [Server thread/DEBUG] [FML]: Bar Step: Initialization - The Betweenlands took 0.317s +[16:58:15] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod primal +[16:58:15] [Server thread/INFO] [FML]: Ignored smelting recipe with conflicting input: 1xtile.mushroom@32767 = 1xitem.primal.mushroom_cooked@0 +[16:58:15] [Server thread/INFO] [FML]: Ignored smelting recipe with conflicting input: 1xtile.mushroom@32767 = 1xitem.primal.mushroom_cooked@0 +[16:58:15] [Server thread/INFO] [FML]: Ignored smelting recipe with conflicting input: 1xitem.primal.vanadium_dust@32767 = 1xitem.primal.shibuichi_ingot@0 +[16:58:15] [Server thread/INFO] [FML]: Ignored smelting recipe with conflicting input: 1xitem.primal.vanadium_plate@32767 = 1xitem.primal.shibuichi_ingot@0 +[16:58:15] [Server thread/INFO] [FML]: Ignored smelting recipe with conflicting input: 1xitem.primal.iron_plate@32767 = 1xitem.ingotIron@0 +[16:58:15] [Server thread/INFO] [FML]: Ignored smelting recipe with conflicting input: 1xitem.primal.gold_plate@32767 = 1xitem.ingotGold@0 +[16:58:15] [Server thread/INFO] [FML]: Ignored smelting recipe with conflicting input: 1xitem.primal.brass_plate@32767 = 1xitem.primal.brass_ingot@0 +[16:58:15] [Server thread/INFO] [FML]: Ignored smelting recipe with conflicting input: 1xitem.primal.bronze_plate@32767 = 1xitem.primal.bronze_ingot@0 +[16:58:15] [Server thread/INFO] [FML]: Ignored smelting recipe with conflicting input: 1xitem.primal.lead_plate@32767 = 1xitem.primal.lead_ingot@0 +[16:58:15] [Server thread/INFO] [FML]: Ignored smelting recipe with conflicting input: 1xitem.primal.silver_plate@32767 = 1xitem.primal.silver_ingot@0 +[16:58:15] [Server thread/INFO] [FML]: Ignored smelting recipe with conflicting input: 1xitem.primal.tin_plate@32767 = 1xitem.primal.tin_ingot@0 +[16:58:15] [Server thread/INFO] [FML]: Ignored smelting recipe with conflicting input: 1xitem.primal.zinc_plate@32767 = 1xitem.primal.zinc_ingot@0 +[16:58:15] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod primal +[16:58:15] [Server thread/DEBUG] [FML]: Bar Step: Initialization - PrimalCore took 0.211s +[16:58:15] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod progressiontweaks +[16:58:15] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod progressiontweaks +[16:58:15] [Server thread/DEBUG] [FML]: Bar Step: Initialization - Progression Tweaks took 0.005s +[16:58:15] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod prospectors +[16:58:15] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod prospectors +[16:58:15] [Server thread/DEBUG] [FML]: Bar Step: Initialization - Prospectors took 0.000s +[16:58:15] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod reborncore +[16:58:15] [Server thread/INFO] [reborncore]: Found 380 ores +[16:58:15] [Server thread/INFO] [reborncore]: Created new network wrapper rc&reborncore.&64769 +[16:58:15] [Server thread/INFO] [reborncore]: Registed packet to rc&reborncore.&64769 side: SERVER id:0 +[16:58:15] [Server thread/INFO] [reborncore]: Created new network wrapper rc&reborncore.&39932 +[16:58:15] [Server thread/INFO] [reborncore]: Registed packet to rc&reborncore.&39932 side: CLIENT id:0 +[16:58:15] [Server thread/INFO] [reborncore]: Registed packet to rc&reborncore.&39932 side: SERVER id:1 +[16:58:15] [Server thread/INFO] [reborncore]: Registed packet to rc&reborncore.&39932 side: SERVER id:2 +[16:58:15] [Server thread/INFO] [reborncore]: Registed packet to rc&reborncore.&39932 side: SERVER id:3 +[16:58:15] [Server thread/INFO] [reborncore]: Registed packet to rc&reborncore.&39932 side: CLIENT id:4 +[16:58:15] [Server thread/INFO] [reborncore]: Registed packet to rc&reborncore.&39932 side: CLIENT id:5 +[16:58:15] [Server thread/INFO] [reborncore]: Registed packet to rc&reborncore.&39932 side: SERVER id:6 +[16:58:15] [Server thread/INFO] [reborncore]: Registed packet to rc&reborncore.&39932 side: SERVER id:7 +[16:58:15] [Server thread/INFO] [reborncore]: Registed packet to rc&reborncore.&39932 side: CLIENT id:8 +[16:58:15] [Server thread/INFO] [reborncore]: Registed packet to rc&reborncore.&39932 side: CLIENT id:9 +[16:58:15] [Server thread/INFO] [reborncore]: Registed packet to rc&reborncore.&39932 side: CLIENT id:10 +[16:58:15] [Server thread/INFO] [reborncore]: Created new network wrapper rc&me.modmuss5&21645 +[16:58:15] [Server thread/INFO] [reborncore]: Registed packet to rc&me.modmuss5&21645 side: SERVER id:0 +[16:58:15] [Server thread/INFO] [reborncore]: Created new network wrapper rc&vswe.steves&10928 +[16:58:15] [Server thread/INFO] [reborncore]: Registed packet to rc&vswe.steves&10928 side: CLIENT id:0 +[16:58:15] [Server thread/INFO] [reborncore]: Registed packet to rc&vswe.steves&10928 side: SERVER id:2 +[16:58:15] [Server thread/INFO] [reborncore]: Registed packet to rc&vswe.steves&10928 side: CLIENT id:3 +[16:58:15] [Server thread/INFO] [reborncore]: Registed packet to rc&vswe.steves&10928 side: SERVER id:4 +[16:58:15] [Server thread/INFO] [reborncore]: Loaded registrys for net.minecraftforge.fml.common.event.FMLInitializationEvent in 0ms +[16:58:15] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod reborncore +[16:58:15] [Server thread/DEBUG] [FML]: Bar Step: Initialization - Reborn Core took 0.068s +[16:58:15] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod quantumstorage +[16:58:15] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod quantumstorage +[16:58:15] [Server thread/DEBUG] [FML]: Bar Step: Initialization - QuantumStorage took 0.000s +[16:58:15] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod quickleafdecay +[16:58:15] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod quickleafdecay +[16:58:15] [Server thread/DEBUG] [FML]: Bar Step: Initialization - Quick Leaf Decay took 0.000s +[16:58:15] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod rangedpumps +[16:58:15] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod rangedpumps +[16:58:15] [Server thread/DEBUG] [FML]: Bar Step: Initialization - Ranged Pumps took 0.000s +[16:58:15] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod realdrops +[16:58:15] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod realdrops +[16:58:15] [Server thread/DEBUG] [FML]: Bar Step: Initialization - Realistic Item Drops took 0.000s +[16:58:15] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod rebornstorage +[16:58:15] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod rebornstorage +[16:58:15] [Server thread/DEBUG] [FML]: Bar Step: Initialization - RebornStorage took 0.000s +[16:58:15] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod recipestages +[16:58:15] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod recipestages +[16:58:15] [Server thread/DEBUG] [FML]: Bar Step: Initialization - RecipeStages took 0.002s +[16:58:15] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod reccomplex +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'minecraft:entities/ocelot' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'minecraft:entities/silverfish' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'minecraft:entities/llama' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'twilightforest:entities/death_tome_hurt' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'twilightforest:entities/yeti' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'twilightforest:entities/mini_ghast' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'minecraft:chests/simple_dungeon' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'twilightforest:entities/snow_guardian' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'minecraft:entities/sheep/brown' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'minecraft:entities/vex' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'minecraft:entities/elder_guardian' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'abyssalcraft:entities/remnant_priest' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'minecraft:chests/nether_bridge' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'thebetweenlands:loot/sludge_worm_dungeon_urn' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'minecraft:entities/creeper' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'minecraft:entities/sheep/red' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'twilightforest:entities/questing_ram_rewards' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'twilightforest:entities/fire_beetle' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'abyssalcraft:entities/evil_sheep' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'twilightforest:entities/redcap' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'minecraft:entities/horse' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'jaff:entities/salmon' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'actuallyadditions:lush_caves' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'minecraft:entities/slime' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'minecraft:chests/abandoned_mineshaft' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'twilightforest:entities/bunny' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'thebetweenlands:entities/blood_snail' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'minecraft:entities/ghast' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'waddles:entities/penguin' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'minecraft:entities/zombie' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'twilightforest:structures/tree_cache/tree_cache' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'abyssalcraft:entities/omothol_ghoul' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'trumpetskeleton:entities/trumpet_skeleton' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'abyssalcraft:entities/lesser_shadow_shoggoth' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'actuallyadditions:jam_house' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'thebetweenlands:loot/sludge_plains_ruins_urn' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'minecraft:entities/sheep/silver' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'abyssalcraft:entities/evil_pig' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'minecraft:chests/jungle_temple' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'abyssalcraft:entities/evil_cow' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'minecraft:chests/desert_pyramid' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'twilightforest:entities/ice_crystal' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'thebetweenlands:entities/gas_cloud' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'thebetweenlands:entities/spirit_tree_face_large' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'jaff:entities/pufferfish' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'abyssalcraft:entities/anti_zombie' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'thebetweenlands:entities/termite' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'twilightforest:structures/hill_1/hill_1' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'thebetweenlands:loot/common_chest_loot' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'abyssalcraft:entities/anti_chicken' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'abyssalcraft:entities/remnant_master_blacksmith' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'minecraft:entities/mushroom_cow' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'thebetweenlands:entities/dreadful_peat_mummy' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'abyssalcraft:entities/dreadling' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'minecraft:entities/sheep/white' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'thebetweenlands:loot/present_loot' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'abyssalcraft:entities/dread_spawn' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'thebetweenlands:loot/dungeon_pot_loot' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'minecraft:entities/sheep/cyan' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'thebetweenlands:entities/small_sludge_worm' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'minecraft:entities/zombie_pigman' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'thebetweenlands:loot/sludge_worm_dungeon_item_shelf' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'minecraft:entities/cow' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'astralsorcery:chest_shrine' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'thebetweenlands:entities/peat_mummy' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'thebetweenlands:entities/root_sprite' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'minecraft:entities/pig' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'abyssalcraft:chests/stronghold_corridor' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'twilightforest:structures/tower_room/tower_room' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'abyssalcraft:entities/lesser_dreaded_shoggoth' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'abyssalcraft:entities/remnant' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'thebetweenlands:entities/sludge_menace' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'twilightforest:structures/aurora_room/aurora_room' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'thebetweenlands:entities/tarminion' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'thebetweenlands:entities/emberling' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'minecraft:chests/stronghold_corridor' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'playerskins:entities/skinloot' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'thebetweenlands:loot/wight_fortress_pot' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'minecraft:entities/stray' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'abyssalcraft:entities/asorah' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'minecraft:entities/sheep/magenta' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'betterwithmods:block/pulley' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'thebetweenlands:loot/cragrock_tower_pot' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'betterwithmods:gameplay/fishing' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'beneath:entities/shadow' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'tconstruct:entities/blueslime' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'thebetweenlands:animator/fabricated_scroll' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'abyssalcraft:entities/spectral_dragon' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'thebetweenlands:entities/lurker' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'thebetweenlands:entities/crypt_crawler' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'minecraft:gameplay/fishing/fish' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'minecraft:chests/igloo_chest' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'twilightforest:entities/winter_wolf' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'twilightforest:structures/hedge_maze/hedge_maze' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'thebetweenlands:loot/sludge_worm_dungeon_chest' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'galacticraftcore:crashed_probe' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'minecraft:gameplay/fishing/junk' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'thebetweenlands:loot/idol_heads_chest' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'minecraft:entities/donkey' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'twilightforest:entities/tower_termite' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'twilightforest:entities/goblin_knight' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'abyssalcraft:entities/remnant_banker' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'betterwithmods:block/turntable' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'abyssalcraft:entities/lesser_dreadbeast' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'thebetweenlands:entities/sporeling' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'abyssalcraft:entities/spawn_of_chagaroth' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'thebetweenlands:loot/shared_loot_pool_test' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'twilightforest:structures/hill_2/hill_2' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'abyssalcraft:chests/stronghold_crossing' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'natura:entities/imp' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'minecraft:entities/villager' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'abyssalcraft:entities/anti_player' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'minecraft:entities/spider' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'twilightforest:entities/ice_exploder' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'thebetweenlands:entities/moving_spawner_hole' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'abyssalcraft:entities/depths_ghoul_orange' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'thebetweenlands:entities/tar_beast' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'minecraft:entities/zombie_horse' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'minecraft:entities/sheep/yellow' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'minecraft:entities/sheep/black' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'minecraft:chests/village_blacksmith' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'twilightforest:structures/darktower_cache/darktower_cache' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'thebetweenlands:entities/barrishee' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'thebetweenlands:entities/dragonfly' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'abyssalcraft:entities/anti_creeper' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'twilightforest:entities/hydra' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'abyssalcraft:entities/remnant_blacksmith' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'thebetweenlands:loot/puffshroom' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'thebetweenlands:entities/wall_lamprey' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'twilightforest:entities/minoshroom' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'minecraft:entities/magma_cube' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'abyssalcraft:entities/depths_ghoul' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'minecraft:entities/sheep/pink' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'abyssalcraft:entities/shub_offspring' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'twilightforest:entities/death_tome' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'pneumaticcraft:inject/simple_dungeon_loot' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'minecraft:entities/mule' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'abyssalcraft:entities/lesser_omothol_shoggoth' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'minecraft:chests/end_city_treasure' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'thebetweenlands:entities/mire_snail' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'twilightforest:entities/armored_giant' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'minecraft:entities/endermite' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'minecraft:entities/bat' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'twilightforest:structures/stronghold_boss/stronghold_boss' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'minecraft:gameplay/fishing' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'industrialforegoing:entities/pink_slime' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'twilightforest:structures/stronghold_cache/stronghold_cache' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'thebetweenlands:loot/cragrock_tower_chest' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'betterwithmods:block/hopper' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'twilightforest:structures/labyrinth_room/labyrinth_room' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'thebetweenlands:entities/mire_snail_egg' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'thebetweenlands:entities/chiromaw' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'twilightforest:structures/darktower_key/darktower_key' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'thebetweenlands:entities/fortress_boss' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'thebetweenlands:entities/ash_sprite' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'minecraft:entities/evocation_illager' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'minecraft:entities/witch' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'twilightforest:structures/labyrinth_dead_end/labyrinth_dead_end' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'abyssalcraft:entities/abyssal_anti_zombie' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'minecraft:entities/skeleton_horse' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'minecraft:entities/zombie_villager' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'jaff:entities/cod' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'twilightforest:entities/ice_shooter' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'thebetweenlands:entities/wight' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'thebetweenlands:entities/spirit_tree_face_small' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'natura:entities/heatscarspider' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'twilightforest:entities/block_goblin' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'minecraft:entities/guardian' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'twilightforest:entities/wraith' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'abyssalcraft:entities/minion_of_the_gatekeeper' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'quark:entities/wraith' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'minecraft:entities/blaze' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'abyssalcraft:entities/abyssal_zombie' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'abyssalcraft:entities/dreadguard' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'abyssalcraft:entities/shadow_monster' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'abyssalcraft:entities/fist_of_chagaroth' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'thebetweenlands:entities/blind_cave_fish' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'waddles:empty' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'thebetweenlands:entities/angler' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'minecraft:entities/sheep' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'abyssalcraft:entities/chagaroth' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'minecraft:entities/sheep/orange' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'twilightforest:structures/stronghold_room/stronghold_room' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'twilightforest:entities/snow_queen' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'abyssalcraft:entities/lesser_shoggoth' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'thebetweenlands:loot/spawner_chest' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'twilightforest:entities/minotaur' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'twilightforest:entities/yeti_alpha' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'thebetweenlands:entities/pyrad' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'minecraft:entities/sheep/lime' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'twilightforest:entities/naga' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'twilightforest:structures/aurora_cache/aurora_cache' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'abyssalcraft:chests/mineshaft' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'minecraft:chests/stronghold_library' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'twilightforest:structures/troll_vault/troll_vault' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'minecraft:empty' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'immersiveengineering:chests/village_blacksmith' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'abyssalcraft:entities/coralium_infested_squid' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'abyssalcraft:entities/shadow_beast' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'abyssalcraft:entities/depths_ghoul_pete' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'thebetweenlands:entities/firefly' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'thebetweenlands:loot/music_disc' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'abyssalcraft:entities/depths_ghoul_wilson' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'abyssalcraft:entities/anti_spider' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'twilightforest:entities/raven' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'thebetweenlands:loot/cave_pot' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'minecraft:entities/chicken' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'thebetweenlands:loot/underground_ruins_pot' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'thebetweenlands:loot/tar_pool_pot' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'thebetweenlands:animator/scroll' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'twilightforest:entities/giant_miner' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'abyssalcraft:entities/dreaded_abyssalnite_golem' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'minecraft:chests/spawn_bonus_chest' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'abyssalcraft:entities/anti_bat' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'twilightforest:entities/skeleton_druid' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'minecraft:entities/sheep/light_blue' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'abyssalcraft:entities/demon_sheep' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'minecraft:entities/wolf' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'minecraft:entities/skeleton' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'twilightforest:structures/tower_library/tower_library' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'actuallyadditions:engineer_house' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'thebetweenlands:entities/dark_druid' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'minecraft:entities/enderman' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'thebetweenlands:loot/wight_fortress_chest' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'abyssalcraft:entities/shadow_creature' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'thebetweenlands:entities/silt_crab' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'abyssalcraft:entities/greater_dread_spawn' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'minecraft:entities/squid' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'minecraft:entities/shulker' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'twilightforest:entities/deer' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'twilightforest:structures/troll_garden/troll_garden' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'abyssalcraft:entities/remnant_librarian' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'twilightforest:entities/troll' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'thebetweenlands:entities/leech' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'minecraft:gameplay/fishing/treasure' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'minecraft:entities/cave_spider' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'minecraft:entities/sheep/green' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'twilightforest:entities/tower_golem' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'minecraft:entities/wither_skeleton' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'twilightforest:structures/darktower_boss/darktower_boss' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'betterwithmods:block/mill' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'twilightforest:structures/basement/basement' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'thebetweenlands:loot/sludge_worm_dungeon_crypt_urn' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'minecraft:entities/snowman' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'minecraft:entities/sheep/blue' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'abyssalcraft:entities/demon_cow' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'abyssalcraft:entities/demon_pig' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'minecraft:chests/stronghold_crossing' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'thebetweenlands:entities/swamp_hag' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'astralsorcery:shooting_star' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'thebetweenlands:entities/tiny_sludge_worm_helper' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'abyssalcraft:entities/demon_chicken' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'abyssalcraft:entities/abyssalnite_golem' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'minecraft:entities/rabbit' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'twilightforest:entities/helmet_crab' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'abyssalcraft:entities/anti_skeleton' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'twilightforest:entities/bird' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'thebetweenlands:entities/shambler' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'abyssalcraft:entities/jzahar' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'twilightforest:entities/slime_beetle' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'twilightforest:entities/maze_slime' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'minecraft:entities/polar_bear' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'abyssalcraft:entities/anti_ghoul' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'thebetweenlands:loot/common_pot_loot' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'thebetweenlands:entities/emberling_shaman' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'twilightforest:structures/hill_3/hill_3' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'abyssalcraft:entities/anti_cow' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'minecraft:entities/ender_dragon' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'twilightforest:entities/kobold' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'abyssalcraft:entities/remnant_butcher' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'minecraft:entities/parrot' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'thebetweenlands:entities/frog' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'abyssalcraft:entities/lesser_abyssal_shoggoth' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'minecraft:entities/sheep/gray' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'twilightforest:entities/lich' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'thebetweenlands:entities/boulder_sprite' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'minecraft:chests/jungle_temple_dispenser' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'minecraft:chests/woodland_mansion' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'immersiveengineering:chests/stronghold_library' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'thebetweenlands:entities/toad' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'thebetweenlands:entities/sludge' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'abyssalcraft:entities/evil_chicken' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'twilightforest:structures/labyrinth_vault/labyrinth_vault' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'minecraft:entities/vindication_illager' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'thebetweenlands:entities/tiny_sludge_worm' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'thebetweenlands:entities/large_sludge_worm' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'abyssalcraft:entities/anti_pig' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'thebetweenlands:loot/marsh_ruins_pot' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'minecraft:entities/husk' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'twilightforest:structures/aurora_boss/aurora_boss' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'abyssalcraft:entities/skeleton_goliath' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'thebetweenlands:entities/gecko' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'abyssalcraft:entities/sacthoth' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'minecraft:entities/sheep/purple' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'jaff:entities/clownfish' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'minecraft:entities/giant' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'thebetweenlands:loot/dungeon_chest_loot' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'thebetweenlands:loot/sludge_worm_dungeon_barrishee_chest' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'thebetweenlands:entities/wall_living_root' at level INTERNAL +[16:58:15] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'minecraft:entities/iron_golem' at level INTERNAL +[16:58:15] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod reccomplex +[16:58:15] [Server thread/DEBUG] [FML]: Bar Step: Initialization - Recurrent Complex took 0.319s +[16:58:15] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod refinedstorageaddons +[16:58:15] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod refinedstorageaddons +[16:58:15] [Server thread/DEBUG] [FML]: Bar Step: Initialization - Refined Storage Addons took 0.005s +[16:58:15] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod rftools +[16:58:15] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod rftools +[16:58:15] [Server thread/DEBUG] [FML]: Bar Step: Initialization - RFTools took 0.009s +[16:58:15] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod rftoolscontrol +[16:58:15] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod rftoolscontrol +[16:58:15] [Server thread/DEBUG] [FML]: Bar Step: Initialization - RFTools Control took 0.000s +[16:58:15] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod roadrunner +[16:58:15] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod roadrunner +[16:58:15] [Server thread/DEBUG] [FML]: Bar Step: Initialization - Road Runner took 0.001s +[16:58:15] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod scannable +[16:58:15] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod scannable +[16:58:15] [Server thread/DEBUG] [FML]: Bar Step: Initialization - Scannable took 0.018s +[16:58:15] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod sevpatches +[16:58:15] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod sevpatches +[16:58:15] [Server thread/DEBUG] [FML]: Bar Step: Initialization - SevPatches took 0.000s +[16:58:15] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod sevtweaks +[16:58:15] [Server thread/INFO] [sevtweaks]: Registering ocean Shoggoth Lair generator +[16:58:15] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `totemic` for name `war_dance`, expected `sevtweaks`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:15] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `totemic` for name `depths`, expected `sevtweaks`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:15] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `totemic` for name `fertility`, expected `sevtweaks`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:15] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `totemic` for name `zaphkiel_waltz`, expected `sevtweaks`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:15] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `totemic` for name `buffalo_dance`, expected `sevtweaks`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:15] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `totemic` for name `rain_dance`, expected `sevtweaks`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:15] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `totemic` for name `drought`, expected `sevtweaks`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:15] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `totemic` for name `flute`, expected `sevtweaks`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:15] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `totemic` for name `eagle_dance`, expected `sevtweaks`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:15] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `totemic` for name `cleansing`, expected `sevtweaks`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:15] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `totemic` for name `baykok_summon`, expected `sevtweaks`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:15] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `totemic` for name `sun_dance`, expected `sevtweaks`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:15] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `totemic` for name `danseMacabre`, expected `sevtweaks`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:15] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod sevtweaks +[16:58:15] [Server thread/DEBUG] [FML]: Bar Step: Initialization - SevTweaks took 0.007s +[16:58:15] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod sev_tweaks_npc +[16:58:15] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod sev_tweaks_npc +[16:58:15] [Server thread/DEBUG] [FML]: Bar Step: Initialization - sev_tweaks_npc took 0.000s +[16:58:15] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod simpleautorun +[16:58:15] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod simpleautorun +[16:58:15] [Server thread/DEBUG] [FML]: Bar Step: Initialization - SimpleAutoRun took 0.000s +[16:58:15] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod simplegenerators +[16:58:15] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod simplegenerators +[16:58:15] [Server thread/DEBUG] [FML]: Bar Step: Initialization - Simple Generators took 0.000s +[16:58:15] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod simpleplanes +[16:58:15] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod simpleplanes +[16:58:15] [Server thread/DEBUG] [FML]: Bar Step: Initialization - simpleplanes took 0.000s +[16:58:15] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod storagenetwork +[16:58:15] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod storagenetwork +[16:58:15] [Server thread/DEBUG] [FML]: Bar Step: Initialization - Simple Storage Network took 0.005s +[16:58:15] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod simpletomb +[16:58:15] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod simpletomb +[16:58:15] [Server thread/DEBUG] [FML]: Bar Step: Initialization - Simple Tomb took 0.000s +[16:58:15] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod simplyarrows +[16:58:15] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod simplyarrows +[16:58:15] [Server thread/DEBUG] [FML]: Bar Step: Initialization - Simply Arrows took 0.000s +[16:58:15] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod spartanshields +[16:58:15] [Server thread/DEBUG] [Spartan Shields]: Finished init phase! +[16:58:15] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod spartanshields +[16:58:15] [Server thread/DEBUG] [FML]: Bar Step: Initialization - Spartan Shields took 0.006s +[16:58:15] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod spatialservermod +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: shadows.fastfurnace.block.TileFastFurnace +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: net.minecraft.tileentity.TileEntityChest +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: net.minecraft.tileentity.TileEntityEnderChest +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: net.minecraft.block.BlockJukebox$TileEntityJukebox +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: net.minecraft.tileentity.TileEntityDispenser +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: net.minecraft.tileentity.TileEntityDropper +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: net.minecraft.tileentity.TileEntitySign +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: net.minecraft.tileentity.TileEntityMobSpawner +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: net.minecraft.tileentity.TileEntityNote +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: net.minecraft.tileentity.TileEntityPiston +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: net.minecraft.tileentity.TileEntityBrewingStand +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: net.minecraft.tileentity.TileEntityEnchantmentTable +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: net.minecraft.tileentity.TileEntityEndPortal +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: net.minecraft.tileentity.TileEntityBeacon +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: net.minecraft.tileentity.TileEntitySkull +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: net.minecraft.tileentity.TileEntityDaylightDetector +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: pl.asie.foamfix.common.TileEntityFasterHopper +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: net.minecraft.tileentity.TileEntityComparator +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: net.minecraft.tileentity.TileEntityFlowerPot +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: net.minecraft.tileentity.TileEntityBanner +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: net.minecraft.tileentity.TileEntityStructure +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: net.minecraft.tileentity.TileEntityEndGateway +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: net.minecraft.tileentity.TileEntityCommandBlock +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: net.minecraft.tileentity.TileEntityShulkerBox +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: net.minecraft.tileentity.TileEntityBed +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: com.shinoow.abyssalcraft.common.blocks.tile.TileEntityCrate +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: com.shinoow.abyssalcraft.common.blocks.tile.TileEntityDGhead +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: com.shinoow.abyssalcraft.common.blocks.tile.TileEntityPhead +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: com.shinoow.abyssalcraft.common.blocks.tile.TileEntityWhead +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: com.shinoow.abyssalcraft.common.blocks.tile.TileEntityOhead +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: com.shinoow.abyssalcraft.common.blocks.tile.TileEntityCrystallizer +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: com.shinoow.abyssalcraft.common.blocks.tile.TileEntityTransmutator +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: com.shinoow.abyssalcraft.common.blocks.tile.TileEntityDreadguardSpawner +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: com.shinoow.abyssalcraft.common.blocks.tile.TileEntityChagarothSpawner +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: com.shinoow.abyssalcraft.common.blocks.tile.TileEntityEngraver +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: com.shinoow.abyssalcraft.common.blocks.tile.TileEntityMaterializer +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: com.shinoow.abyssalcraft.common.blocks.tile.TileEntityRitualAltar +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: com.shinoow.abyssalcraft.common.blocks.tile.TileEntityRitualPedestal +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: com.shinoow.abyssalcraft.common.blocks.tile.TileEntityStatue +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: com.shinoow.abyssalcraft.common.blocks.tile.TileEntityDecorativeStatue +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: com.shinoow.abyssalcraft.common.blocks.tile.TileEntityShoggothBiomass +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: com.shinoow.abyssalcraft.common.blocks.tile.TileEntityEnergyPedestal +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: com.shinoow.abyssalcraft.common.blocks.tile.TileEntitySacrificialAltar +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: com.shinoow.abyssalcraft.common.blocks.tile.TileEntityTieredEnergyPedestal +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: com.shinoow.abyssalcraft.common.blocks.tile.TileEntityTieredSacrificialAltar +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: com.shinoow.abyssalcraft.common.blocks.tile.TileEntityJzaharSpawner +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: com.shinoow.abyssalcraft.common.blocks.tile.TileEntityGatekeeperMinionSpawner +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: com.shinoow.abyssalcraft.common.blocks.tile.TileEntityEnergyCollector +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: com.shinoow.abyssalcraft.common.blocks.tile.TileEntityEnergyRelay +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: com.shinoow.abyssalcraft.common.blocks.tile.TileEntityEnergyContainer +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: com.shinoow.abyssalcraft.common.blocks.tile.TileEntityTieredEnergyCollector +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: com.shinoow.abyssalcraft.common.blocks.tile.TileEntityTieredEnergyRelay +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: com.shinoow.abyssalcraft.common.blocks.tile.TileEntityTieredEnergyContainer +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: com.shinoow.abyssalcraft.common.blocks.tile.TileEntityRendingPedestal +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: com.shinoow.abyssalcraft.common.blocks.tile.TileEntityStateTransformer +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: com.shinoow.abyssalcraft.common.blocks.tile.TileEntityEnergyDepositioner +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: com.shinoow.abyssalcraft.common.blocks.tile.TileEntityMultiblock +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: twilightforest.tileentity.critters.TileEntityTFFirefly +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: twilightforest.tileentity.critters.TileEntityTFCicada +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: twilightforest.tileentity.critters.TileEntityTFMoonworm +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: twilightforest.tileentity.TileEntityTFNagaSpawner +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: twilightforest.tileentity.TileEntityTFLichSpawner +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: twilightforest.tileentity.TileEntityTFHydraSpawner +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: twilightforest.tileentity.TileEntityTFSmoker +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: twilightforest.tileentity.TileEntityTFPoppingJet +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: twilightforest.tileentity.TileEntityTFFlameJet +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: twilightforest.tileentity.TileEntityTFTowerBuilder +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: twilightforest.tileentity.TileEntityTFAntibuilder +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: twilightforest.tileentity.TileEntityTFTrophy +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: twilightforest.tileentity.TileEntityTFTowerBossSpawner +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: twilightforest.tileentity.TileEntityTFGhastTrapInactive +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: twilightforest.tileentity.TileEntityTFGhastTrapActive +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: twilightforest.tileentity.TileEntityTFCReactorActive +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: twilightforest.tileentity.TileEntityTFKnightPhantomsSpawner +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: twilightforest.tileentity.TileEntityTFSnowQueenSpawner +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: twilightforest.tileentity.TileEntityTFCinderFurnace +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: twilightforest.tileentity.TileEntityTFMinoshroomSpawner +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: twilightforest.tileentity.TileEntityTFAlphaYetiSpawner +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: buildcraft.core.tile.TileMarkerVolume +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: buildcraft.core.tile.TileMarkerPath +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: buildcraft.core.tile.TileEngineRedstone_BC8 +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: buildcraft.core.tile.TileEngineCreative +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: com.lothrazar.cyclicmagic.block.fluiddrain.TileEntityFluidDrain +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: com.lothrazar.cyclicmagic.block.wireless.TileEntityWirelessTr +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: com.lothrazar.cyclicmagic.block.wireless.TileEntityWirelessRec +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: com.lothrazar.cyclicmagic.block.sorting.TileEntityItemCableSort +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: com.lothrazar.cyclicmagic.block.cable.item.TileEntityItemCable +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: com.lothrazar.cyclicmagic.block.cablepump.item.TileEntityItemPump +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: com.lothrazar.cyclicmagic.block.cable.energy.TileEntityCablePower +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: com.lothrazar.cyclicmagic.block.cablepump.energy.TileEntityEnergyPump +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: com.lothrazar.cyclicmagic.block.cable.fluid.TileEntityFluidCable +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: com.lothrazar.cyclicmagic.block.cablepump.fluid.TileEntityFluidPump +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: com.lothrazar.cyclicmagic.block.cable.multi.TileEntityCableBundle +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: com.lothrazar.cyclicmagic.block.enchantlibrary.shelf.TileEntityLibrary +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: com.lothrazar.cyclicmagic.block.enchantlibrary.ctrl.TileEntityLibraryCtrl +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: com.lothrazar.cyclicmagic.block.vector.TileEntityVector +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: com.lothrazar.cyclicmagic.block.builderpattern.TileEntityPatternBuilder +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: com.lothrazar.cyclicmagic.block.magnetitem.TileEntityMagnet +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: com.lothrazar.cyclicmagic.block.interdiction.TileEntityMagnetAnti +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: com.lothrazar.cyclicmagic.block.collector.TileEntityVacuum +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: com.lothrazar.cyclicmagic.block.beaconpotion.TileEntityBeaconPotion +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: com.lothrazar.cyclicmagic.block.clockredstone.TileEntityClock +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: com.lothrazar.cyclicmagic.block.beaconempty.TileEntityBeaconPowered +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: com.lothrazar.cyclicmagic.block.sprinkler.TileSprinkler +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: com.lothrazar.cyclicmagic.block.forester.TileEntityForester +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: com.lothrazar.cyclicmagic.block.miner.TileEntityBlockMiner +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: com.lothrazar.cyclicmagic.block.hydrator.TileEntityHydrator +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: com.lothrazar.cyclicmagic.block.melter.TileMelter +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: com.lothrazar.cyclicmagic.block.solidifier.TileSolidifier +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: com.lothrazar.cyclicmagic.block.anvil.TileEntityAnvilAuto +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: com.lothrazar.cyclicmagic.block.harvester.TileEntityHarvester +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: com.lothrazar.cyclicmagic.block.enchanter.TileEntityEnchanter +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: com.lothrazar.cyclicmagic.block.exppylon.TileEntityXpPylon +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: com.lothrazar.cyclicmagic.block.buildershape.TileEntityStructureBuilder +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: com.lothrazar.cyclicmagic.block.uncrafter.TileEntityUncrafter +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: com.lothrazar.cyclicmagic.block.controlledminer.TileEntityControlledMiner +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: com.lothrazar.cyclicmagic.block.buildplacer.TileEntityPlacer +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: com.lothrazar.cyclicmagic.block.password.TileEntityPassword +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: com.lothrazar.cyclicmagic.block.autouser.TileEntityUser +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: com.lothrazar.cyclicmagic.block.trash.TileEntityTrash +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: com.lothrazar.cyclicmagic.block.workbench.TileEntityWorkbench +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: com.lothrazar.cyclicmagic.block.screentype.TileEntityScreen +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: com.lothrazar.cyclicmagic.block.screentarget.TileEntityScreenTarget +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: com.lothrazar.cyclicmagic.block.crafter.TileEntityCrafter +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: com.lothrazar.cyclicmagic.block.entitydetector.TileEntityDetector +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: com.lothrazar.cyclicmagic.block.fan.TileEntityFan +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: com.lothrazar.cyclicmagic.block.fishing.TileEntityFishing +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: com.lothrazar.cyclicmagic.block.disenchanter.TileEntityDisenchanter +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: com.lothrazar.cyclicmagic.block.tank.TileEntityFluidTank +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: com.lothrazar.cyclicmagic.block.dropper.TileEntityDropperExact +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: com.lothrazar.cyclicmagic.block.fluidplacer.TileEntityFluidPlacer +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: betterwithmods.module.gameplay.miniblocks.tiles.TileSiding +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: betterwithmods.module.gameplay.miniblocks.tiles.TileMoulding +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: betterwithmods.module.gameplay.miniblocks.tiles.TileCorner +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: betterwithmods.common.blocks.mechanical.tile.TileEntityMill +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: betterwithmods.common.blocks.mechanical.tile.TileEntityPulley +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: betterwithmods.common.blocks.mechanical.tile.TileEntityFilteredHopper +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: betterwithmods.common.blocks.mechanical.tile.TileEntityCauldron +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: betterwithmods.common.blocks.mechanical.tile.TileEntityCrucible +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: betterwithmods.common.blocks.tile.TileEntityDragonVessel +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: betterwithmods.common.blocks.mechanical.tile.TileEntityTurntable +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: betterwithmods.common.blocks.tile.TileEntitySteelAnvil +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: betterwithmods.common.blocks.tile.TileEntityVase +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: betterwithmods.common.blocks.mechanical.tile.TileEntityWindmillVertical +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: betterwithmods.common.blocks.mechanical.tile.TileEntityWindmillHorizontal +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: betterwithmods.common.blocks.mechanical.tile.TileEntityWaterwheel +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: betterwithmods.common.blocks.tile.TileEntityBlockDispenser +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: betterwithmods.common.blocks.mechanical.tile.TileEntityCreativeGen +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: betterwithmods.common.blocks.mechanical.tile.TileGearbox +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: betterwithmods.common.blocks.mechanical.tile.TileBellows +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: betterwithmods.common.blocks.tile.TileEntityBeacon +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: betterwithmods.common.blocks.tile.TileEnderchest +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: betterwithmods.common.blocks.mechanical.tile.TileAxle +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: betterwithmods.common.blocks.mechanical.tile.TileSaw +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: betterwithmods.common.blocks.mechanical.tile.TilePump +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: betterwithmods.common.blocks.mechanical.tile.TileCrank +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: betterwithmods.common.blocks.mechanical.tile.TileSteelSaw +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: betterwithmods.common.blocks.tile.TileEntityInfernalEnchanter +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: betterwithmods.common.blocks.mini.TileEntityMultiType +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: betterwithmods.common.blocks.tile.TileKiln +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: betterwithmods.common.blocks.mechanical.tile.TileMerger +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: betterwithmods.common.blocks.tile.TileFurnace +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: betterwithmods.common.blocks.tile.TileEntityBucket +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: appeng.tile.grindstone.TileGrinder +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: appeng.tile.grindstone.TileCrank +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: appeng.tile.misc.TileInscriber +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: appeng.tile.networking.TileWireless +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: appeng.tile.misc.TileCharger +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: appeng.tile.misc.TileSecurityStation +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: appeng.tile.qnb.TileQuantumBridge +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: appeng.tile.spatial.TileSpatialPylon +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: appeng.tile.spatial.TileSpatialIOPort +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: appeng.tile.networking.TileController +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: appeng.tile.storage.TileDrive +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: appeng.tile.storage.TileChest +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: appeng.tile.misc.TileInterface +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: appeng.fluids.tile.TileFluidInterface +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: appeng.tile.misc.TileCellWorkbench +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: appeng.tile.storage.TileIOPort +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: appeng.tile.misc.TileCondenser +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: appeng.tile.networking.TileEnergyAcceptor +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: appeng.tile.misc.TileVibrationChamber +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: appeng.tile.misc.TileQuartzGrowthAccelerator +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: appeng.tile.networking.TileEnergyCell +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: appeng.tile.networking.TileDenseEnergyCell +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: appeng.tile.networking.TileCreativeEnergyCell +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: appeng.tile.crafting.TileCraftingTile +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: appeng.tile.crafting.TileCraftingStorageTile +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: appeng.tile.crafting.TileCraftingMonitorTile +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: appeng.tile.crafting.TileMolecularAssembler +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: appeng.tile.misc.TileLightDetector +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: appeng.tile.misc.TilePaint +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: vazkii.quark.automation.tile.TileEnderWatcher +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: vazkii.quark.automation.tile.TileRainDetector +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: vazkii.quark.world.tile.TileSmoker +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: betterwithaddons.tileentity.TileEntityBannerDetector +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: betterwithaddons.tileentity.TileEntityWorldScaleActive +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: betterwithaddons.tileentity.TileEntityAlchDragon +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: betterwithaddons.tileentity.TileEntityNettedScreen +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: betterwithaddons.tileentity.TileEntityTatara +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: betterwithaddons.tileentity.TileEntitySoakingBox +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: betterwithaddons.tileentity.TileEntityDryingBox +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: betterwithaddons.tileentity.TileEntityLureTree +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: betterwithaddons.tileentity.TileEntityChute +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: betterwithaddons.tileentity.TileEntityAqueductWater +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: betterwithaddons.tileentity.TileEntityLegendarium +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: betterwithaddons.tileentity.TileEntityAncestrySand +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: betterwithaddons.tileentity.TileEntityInfuser +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: betterwithaddons.tileentity.TileEntityLoom +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: betterwithaddons.tileentity.TileEntityRopeSideways +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: betterwithaddons.tileentity.TileEntityRopePost +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: betterwithaddons.tileentity.TileEntityInvertedGearbox +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: betterwithaddons.tileentity.TileEntityTea +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: betterwithaddons.tileentity.TileEntityNabe +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: me.desht.modularrouters.block.tile.TileEntityItemRouter +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: me.desht.modularrouters.block.tile.TileEntityTemplateFrame +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: buildcraft.factory.tile.TileAutoWorkbenchItems +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: buildcraft.factory.tile.TileMiningWell +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: buildcraft.factory.tile.TilePump +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: buildcraft.factory.tile.TileFloodGate +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: buildcraft.factory.tile.TileTank +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: buildcraft.factory.tile.TileChute +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: buildcraft.factory.tile.TileDistiller_BC8 +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: buildcraft.factory.tile.TileHeatExchange +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: buildcraft.robotics.tile.TileZonePlanner +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: buildcraft.transport.tile.TileFilteredBuffer +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: buildcraft.transport.tile.TilePipeHolder +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: buildcraft.silicon.tile.TileLaser +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: buildcraft.silicon.tile.TileAssemblyTable +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: buildcraft.silicon.tile.TileAdvancedCraftingTable +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: buildcraft.silicon.tile.TileIntegrationTable +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mod.chiselsandbits.chiseledblock.TileEntityBlockChiseled +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mod.chiselsandbits.chiseledblock.TileEntityBlockChiseled$TileEntityBlockChiseledDummy +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mod.chiselsandbits.bittank.TileEntityBitTank +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.raoulvdberge.refinedstorage.tile.TileController +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.raoulvdberge.refinedstorage.tile.grid.TileGrid +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.raoulvdberge.refinedstorage.tile.grid.portable.TilePortableGrid +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.raoulvdberge.refinedstorage.tile.craftingmonitor.TileCraftingMonitor +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.raoulvdberge.refinedstorage.tile.TileStorageMonitor +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.raoulvdberge.refinedstorage.tile.TileSecurityManager +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.raoulvdberge.refinedstorage.tile.TileCrafter +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.raoulvdberge.refinedstorage.tile.TileDiskDrive +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.raoulvdberge.refinedstorage.tile.TileStorage +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.raoulvdberge.refinedstorage.tile.TileFluidStorage +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.raoulvdberge.refinedstorage.tile.TileCable +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.raoulvdberge.refinedstorage.tile.TileImporter +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.raoulvdberge.refinedstorage.tile.TileExporter +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.raoulvdberge.refinedstorage.tile.TileExternalStorage +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.raoulvdberge.refinedstorage.tile.TileConstructor +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.raoulvdberge.refinedstorage.tile.TileDestructor +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.raoulvdberge.refinedstorage.tile.TileReader +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.raoulvdberge.refinedstorage.tile.TileWriter +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.raoulvdberge.refinedstorage.tile.TileDetector +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.raoulvdberge.refinedstorage.tile.TileRelay +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.raoulvdberge.refinedstorage.tile.TileInterface +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.raoulvdberge.refinedstorage.tile.TileFluidInterface +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.raoulvdberge.refinedstorage.tile.TileWirelessTransmitter +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.raoulvdberge.refinedstorage.tile.TileNetworkTransmitter +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.raoulvdberge.refinedstorage.tile.TileNetworkReceiver +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.raoulvdberge.refinedstorage.tile.TileDiskManipulator +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.raoulvdberge.refinedstorage.tile.TileCrafterManager +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: net.blay09.mods.cookingforblockheads.tile.TileCookingTable +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: net.blay09.mods.cookingforblockheads.tile.TileOven +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: net.blay09.mods.cookingforblockheads.tile.TileFridge +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: net.blay09.mods.cookingforblockheads.tile.TileSink +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: net.blay09.mods.cookingforblockheads.tile.TileToolRack +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: net.blay09.mods.cookingforblockheads.tile.TileToaster +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: net.blay09.mods.cookingforblockheads.tile.TileMilkJar +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: net.blay09.mods.cookingforblockheads.tile.TileCowJar +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: net.blay09.mods.cookingforblockheads.tile.TileSpiceRack +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: net.blay09.mods.cookingforblockheads.tile.TileCounter +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: net.blay09.mods.cookingforblockheads.tile.TileCabinet +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: net.blay09.mods.cookingforblockheads.tile.TileCorner +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: net.blay09.mods.cookingforblockheads.tile.TileFruitBasket +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: net.blay09.mods.cookingforblockheads.tile.TileCuttingBoard +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: net.darkhax.darkutils.features.sneaky.TileEntitySneaky +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: net.darkhax.darkutils.features.timer.TileEntityTimer +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: net.darkhax.darkutils.features.monolith.TileEntityMonolithEXP +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: net.darkhax.darkutils.features.monolith.TileEntityMonolithSpawning +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: net.darkhax.darkutils.features.endertether.TileEntityEnderTether +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: net.darkhax.darkutils.features.enderhopper.TileEntityEnderHopper +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: net.darkhax.darkutils.features.antislime.TileEntityAntiSlime +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.bloodnbonesgaming.dimensionalcontrol.tileentity.TileEntityPortalCustom +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: dungpipe.tileentity.TileEntityDungPipe +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: dungpipe.tileentity.TileEntitySewerPipe +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: codechicken.enderstorage.tile.TileEnderChest +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: codechicken.enderstorage.tile.TileEnderTank +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.valkyrieofnight.et.m_multiblocks.m_components.m_modifiers.tile.TileModifierNull +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.valkyrieofnight.et.m_multiblocks.m_components.m_modifiers.tile.TileModifierSpeed +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.valkyrieofnight.et.m_multiblocks.m_nanobot.tile.modifier.TileModifierLuck +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.valkyrieofnight.et.m_multiblocks.m_components.m_structureframe.tile.TileStructureFrameT1 +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.valkyrieofnight.et.m_multiblocks.m_components.m_structureframe.tile.TileStructureFrameT2 +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.valkyrieofnight.et.m_multiblocks.m_components.m_structureframe.tile.TileStructureFrameT3 +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.valkyrieofnight.et.m_multiblocks.m_components.m_structureframe.tile.TileStructureFrameT4 +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.valkyrieofnight.et.m_multiblocks.m_components.m_structureframe.tile.TileStructureFrameT5 +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.valkyrieofnight.et.m_multiblocks.m_components.m_structureframe.tile.TileStructureFrameT6 +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.valkyrieofnight.et.m_multiblocks.m_components.m_structurepanel.tile.TileStructurePanel +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.valkyrieofnight.et.m_multiblocks.m_components.m_structurepanel.tile.TileStructurePanelClear +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.valkyrieofnight.et.m_multiblocks.m_lightningrod.tile.TileLightningRod +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.valkyrieofnight.et.m_multiblocks.m_lightningrod.tile.TileLightningRodInsulated +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.valkyrieofnight.et.m_multiblocks.m_lightningrod.tile.cont.TileContLightningT1 +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.valkyrieofnight.et.m_multiblocks.m_lightningrod.tile.cont.TileContLightningT2 +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.valkyrieofnight.et.m_multiblocks.m_lightningrod.tile.cont.TileContLightningT3 +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.valkyrieofnight.et.m_multiblocks.m_lightningrod.tile.cont.TileContLightningT4 +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.valkyrieofnight.et.m_multiblocks.m_lightningrod.tile.cont.TileContLightningT5 +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.valkyrieofnight.et.m_multiblocks.m_lightningrod.tile.cont.TileContLightningT6 +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.valkyrieofnight.et.m_multiblocks.m_solar.tile.cont.TileContSolarT1 +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.valkyrieofnight.et.m_multiblocks.m_solar.tile.cont.TileContSolarT2 +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.valkyrieofnight.et.m_multiblocks.m_solar.tile.cont.TileContSolarT3 +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.valkyrieofnight.et.m_multiblocks.m_solar.tile.cont.TileContSolarT4 +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.valkyrieofnight.et.m_multiblocks.m_solar.tile.cont.TileContSolarT5 +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.valkyrieofnight.et.m_multiblocks.m_solar.tile.cont.TileContSolarT6 +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.valkyrieofnight.et.m_multiblocks.m_solar.tile.cell.et.TileSolarCell1Litherite +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.valkyrieofnight.et.m_multiblocks.m_solar.tile.cell.et.TileSolarCell2Erodium +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.valkyrieofnight.et.m_multiblocks.m_solar.tile.cell.et.TileSolarCell3Kyronite +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.valkyrieofnight.et.m_multiblocks.m_solar.tile.cell.et.TileSolarCell4Pladium +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.valkyrieofnight.et.m_multiblocks.m_solar.tile.cell.et.TileSolarCell5Ionite +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.valkyrieofnight.et.m_multiblocks.m_solar.tile.cell.et.TileSolarCell6Aethium +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.valkyrieofnight.et.m_multiblocks.m_solar.tile.TileModifierPiezo +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.valkyrieofnight.et.m_multiblocks.m_teg.tile.TileThermalCell +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.valkyrieofnight.et.m_multiblocks.m_voidminer.tile.TileLaserCore +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.valkyrieofnight.et.m_multiblocks.m_voidminer.tile.TileLaserLens +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.valkyrieofnight.et.m_multiblocks.m_voidminer.tile.lens.TileLensCrystal +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.valkyrieofnight.et.m_multiblocks.m_voidminer.tile.lens.TileLaserLensColored +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.valkyrieofnight.et.m_multiblocks.m_voidminer.tile.TileModifierAccuracy +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.valkyrieofnight.et.m_multiblocks.m_voidminer.m_ore.tile.TileContOreT1 +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.valkyrieofnight.et.m_multiblocks.m_voidminer.m_ore.tile.TileContOreT2 +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.valkyrieofnight.et.m_multiblocks.m_voidminer.m_ore.tile.TileContOreT3 +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.valkyrieofnight.et.m_multiblocks.m_voidminer.m_ore.tile.TileContOreT4 +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.valkyrieofnight.et.m_multiblocks.m_voidminer.m_ore.tile.TileContOreT5 +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.valkyrieofnight.et.m_multiblocks.m_voidminer.m_ore.tile.TileContOreT6 +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.valkyrieofnight.et.m_multiblocks.m_voidminer.m_res.tile.TileContResT1 +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.valkyrieofnight.et.m_multiblocks.m_voidminer.m_res.tile.TileContResT2 +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.valkyrieofnight.et.m_multiblocks.m_voidminer.m_res.tile.TileContResT3 +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.valkyrieofnight.et.m_multiblocks.m_voidminer.m_res.tile.TileContResT4 +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.valkyrieofnight.et.m_multiblocks.m_voidminer.m_res.tile.TileContResT5 +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.valkyrieofnight.et.m_multiblocks.m_voidminer.m_res.tile.TileContResT6 +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.valkyrieofnight.et.m_multiblocks.m_voidminer.m_botanic.tile.TileContBotanicT1 +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.valkyrieofnight.et.m_multiblocks.m_voidminer.m_botanic.tile.TileContBotanicT2 +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.valkyrieofnight.et.m_multiblocks.m_voidminer.m_botanic.tile.TileContBotanicT3 +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.valkyrieofnight.et.m_multiblocks.m_voidminer.m_botanic.tile.TileContBotanicT4 +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.valkyrieofnight.et.m_multiblocks.m_voidminer.m_botanic.tile.TileContBotanicT5 +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.valkyrieofnight.et.m_multiblocks.m_voidminer.m_botanic.tile.TileContBotanicT6 +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.valkyrieofnight.et.m_multiblocks.m_nanobot.tile.modifier.TileModifierCreativeFlight +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.valkyrieofnight.et.m_multiblocks.m_nanobot.tile.modifier.TileModifierFlightSpeed +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.valkyrieofnight.et.m_multiblocks.m_nanobot.tile.modifier.TileModifierHaste +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.valkyrieofnight.et.m_multiblocks.m_nanobot.tile.modifier.TileModifierStrength +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.valkyrieofnight.et.m_multiblocks.m_nanobot.tile.modifier.TileModifierJumpBoost +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.valkyrieofnight.et.m_multiblocks.m_nanobot.tile.modifier.TileModifierRegeneration +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.valkyrieofnight.et.m_multiblocks.m_nanobot.tile.modifier.TileModifierResistance +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.valkyrieofnight.et.m_multiblocks.m_nanobot.tile.modifier.TileModifierFireResistance +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.valkyrieofnight.et.m_multiblocks.m_nanobot.tile.modifier.TileModifierWaterBreathing +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.valkyrieofnight.et.m_multiblocks.m_nanobot.tile.modifier.TileModifierInvisibility +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.valkyrieofnight.et.m_multiblocks.m_nanobot.tile.modifier.TileModifierNightVision +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.valkyrieofnight.et.m_multiblocks.m_nanobot.tile.modifier.TileModifierHealthBoost +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.valkyrieofnight.et.m_multiblocks.m_nanobot.tile.modifier.TileModifierAbsorption +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.valkyrieofnight.et.m_multiblocks.m_nanobot.tile.modifier.TileModifierSaturation +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.valkyrieofnight.et.m_multiblocks.m_nanobot.tile.modifier.TileModifierGlowing +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.valkyrieofnight.et.m_multiblocks.m_nanobot.m_ranged.tile.RContT1 +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.valkyrieofnight.et.m_multiblocks.m_nanobot.m_ranged.tile.RContT2 +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.valkyrieofnight.et.m_multiblocks.m_nanobot.m_ranged.tile.RContT3 +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.valkyrieofnight.et.m_multiblocks.m_nanobot.m_ranged.tile.RContT4 +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.valkyrieofnight.et.m_multiblocks.m_nanobot.m_ranged.tile.RContT5 +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.valkyrieofnight.et.m_multiblocks.m_nanobot.m_ranged.tile.RContT6 +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.valkyrieofnight.et.m_multiblocks.m_nanobot.m_personal.tile.PContT1 +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.valkyrieofnight.et.m_multiblocks.m_nanobot.m_personal.tile.PContT2 +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.valkyrieofnight.et.m_multiblocks.m_nanobot.m_personal.tile.PContT3 +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.valkyrieofnight.et.m_multiblocks.m_nanobot.m_personal.tile.PContT4 +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.valkyrieofnight.et.m_multiblocks.m_nanobot.m_personal.tile.PContT5 +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.valkyrieofnight.et.m_multiblocks.m_nanobot.m_personal.tile.PContT6 +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.blakebr0.extendedcrafting.tile.TilePedestal +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.blakebr0.extendedcrafting.tile.TileCraftingCore +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.blakebr0.extendedcrafting.tile.TileAutomationInterface +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.blakebr0.extendedcrafting.tile.TileBasicCraftingTable +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.blakebr0.extendedcrafting.tile.TileAdvancedCraftingTable +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.blakebr0.extendedcrafting.tile.TileEliteCraftingTable +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.blakebr0.extendedcrafting.tile.TileUltimateCraftingTable +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.blakebr0.extendedcrafting.tile.TileCompressor +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.blakebr0.extendedcrafting.tile.TileEnderCrafter +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.mjr.extraplanets.tileEntities.dungeonSpawners.TileEntityDungeonSpawnerMercury +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.mjr.extraplanets.tileEntities.treasureChests.TileEntityT4TreasureChest +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.mjr.extraplanets.tileEntities.dungeonSpawners.TileEntityDungeonSpawnerJupiter +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.mjr.extraplanets.tileEntities.treasureChests.TileEntityT5TreasureChest +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.mjr.extraplanets.tileEntities.dungeonSpawners.TileEntityDungeonSpawnerSaturn +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.mjr.extraplanets.tileEntities.treasureChests.TileEntityT6TreasureChest +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.mjr.extraplanets.tileEntities.dungeonSpawners.TileEntityDungeonSpawnerUranus +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.mjr.extraplanets.tileEntities.treasureChests.TileEntityT7TreasureChest +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.mjr.extraplanets.tileEntities.dungeonSpawners.TileEntityDungeonSpawnerNeptune +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.mjr.extraplanets.tileEntities.treasureChests.TileEntityT8TreasureChest +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.mjr.extraplanets.tileEntities.dungeonSpawners.TileEntityDungeonSpawnerPluto +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.mjr.extraplanets.tileEntities.treasureChests.TileEntityT9TreasureChest +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.mjr.extraplanets.tileEntities.dungeonSpawners.TileEntityDungeonSpawnerEris +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.mjr.extraplanets.tileEntities.treasureChests.TileEntityT10TreasureChest +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.mjr.extraplanets.tileEntities.blocks.TileEntityTier2LandingPadSingle +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.mjr.extraplanets.tileEntities.blocks.TileEntityTier2LandingPad +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.mjr.extraplanets.tileEntities.blocks.TileEntityTier3LandingPadSingle +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.mjr.extraplanets.tileEntities.blocks.TileEntityTier3LandingPad +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.mjr.extraplanets.tileEntities.blocks.TileEntityPoweredChargingPadSingle +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.mjr.extraplanets.tileEntities.blocks.TileEntityPoweredChargingPad +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.mjr.extraplanets.tileEntities.blocks.TileEntityRocketChargingPadSingle +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.mjr.extraplanets.tileEntities.blocks.TileEntityRocketChargingPad +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.mjr.extraplanets.tileEntities.machines.TileEntityAdvancedRefinery +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.mjr.extraplanets.tileEntities.machines.TileEntityUltimateRefinery +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.mjr.extraplanets.tileEntities.machines.TileEntitySolar +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.mjr.extraplanets.tileEntities.machines.TileEntityAdvancedOxygenCompressor +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.mjr.extraplanets.tileEntities.machines.TileEntityAdvancedOxygenDecompressor +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.mjr.extraplanets.tileEntities.machines.TileEntityUltimateOxygenCompressor +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.mjr.extraplanets.tileEntities.machines.TileEntityUltimateOxygenDecompressor +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.mjr.extraplanets.tileEntities.machines.TileEntityAdvancedFuelLoader +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.mjr.extraplanets.tileEntities.machines.TileEntityUltimateFuelLoader +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.mjr.extraplanets.tileEntities.machines.TileEntityBasicDensifier +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.mjr.extraplanets.tileEntities.machines.TileEntityVehicleChanger +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: net.blay09.mods.farmingforblockheads.tile.TileMarket +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: net.blay09.mods.farmingforblockheads.tile.TileChickenNest +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: net.blay09.mods.farmingforblockheads.tile.TileFeedingTrough +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: c0_0ry.ferdinandsflowers.tileentity.TileEntityFlowerChest +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: codechicken.multipart.handler.MultipartSaveLoad$TileNBTContainer +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: net.bdew.generators.controllers.turbine.TileTurbineController +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: net.bdew.generators.controllers.exchanger.TileExchangerController +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: net.bdew.generators.controllers.steam.TileSteamTurbineController +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: net.bdew.generators.controllers.syngas.TileSyngasController +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: net.bdew.generators.modules.rfOutput.TileRfOutput +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: net.bdew.generators.modules.forgeOutput.TileForgeOutput +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: net.bdew.generators.modules.gasInput.TileGasInput +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: net.bdew.generators.modules.fluidInput.TileFluidInput +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: net.bdew.generators.modules.fluidOutputSelect.TileFluidOutputSelect +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: net.bdew.generators.modules.itemInput.TileItemInput +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: net.bdew.generators.modules.itemOutput.TileItemOutput +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: net.bdew.generators.modules.turbine.TileTurbine +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: net.bdew.generators.modules.powerCapacitor.TilePowerCapacitor +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: net.bdew.generators.modules.fuelTank.TileFuelTank +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: net.bdew.generators.modules.heatingChamber.TileHeatingChamber +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: net.bdew.generators.modules.mixingChamber.TileMixingChamber +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: net.bdew.generators.modules.exchanger.TileExchanger +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: net.bdew.generators.modules.sensor.TileSensor +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: net.bdew.generators.modules.control.TileControl +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: net.bdew.generators.modules.efficiency.TileEfficiencyUpgradeTier1 +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: net.bdew.generators.modules.efficiency.TileEfficiencyUpgradeTier2 +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: se.gory_moon.horsepower.tileentity.TileEntityHandGrindstone +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: se.gory_moon.horsepower.tileentity.TileEntityGrindstone +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: se.gory_moon.horsepower.tileentity.TileEntityManualChopper +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: se.gory_moon.horsepower.tileentity.TileEntityChopper +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: se.gory_moon.horsepower.tileentity.TileEntityFiller +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: se.gory_moon.horsepower.tileentity.TileEntityPress +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: net.darkhax.huntingdim.block.TileEntityFrame +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mcjty.lib.multipart.MultipartTE +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: ru.poopycoders.improvedbackpacks.tiles.TileEntityBackpack +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: ru.poopycoders.improvedbackpacks.tiles.TileEntityEnderBackpack +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: org.cyclops.integrateddynamics.core.tileentity.TileMultipartTicking +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: org.cyclops.integrateddynamics.tileentity.TileVariablestore +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: org.cyclops.integrateddynamics.tileentity.TileEnergyBattery +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: org.cyclops.integrateddynamics.tileentity.TileCoalGenerator +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: org.cyclops.integrateddynamics.tileentity.TileProxy +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: org.cyclops.integrateddynamics.tileentity.TileMaterializer +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: org.cyclops.integrateddynamics.tileentity.TileDryingBasin +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: org.cyclops.integrateddynamics.tileentity.TileSqueezer +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: org.cyclops.integrateddynamics.tileentity.TileDelay +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: org.cyclops.integrateddynamics.tileentity.TileMechanicalSqueezer +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: org.cyclops.integrateddynamics.tileentity.TileMechanicalDryingBasin +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mob_grinding_utils.tile.TileEntityFan +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mob_grinding_utils.tile.TileEntityAbsorptionHopper +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mob_grinding_utils.tile.TileEntityTank +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mob_grinding_utils.tile.TileEntitySinkTank +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mob_grinding_utils.tile.TileEntityXPTap +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mob_grinding_utils.tile.TileEntitySaw +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: hellfirepvp.modularmachinery.common.tiles.base.TileColorableMachineComponent +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: hellfirepvp.modularmachinery.common.tiles.TileMachineController +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: hellfirepvp.modularmachinery.common.tiles.TileFluidInputHatch +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: hellfirepvp.modularmachinery.common.tiles.TileFluidOutputHatch +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: hellfirepvp.modularmachinery.common.tiles.TileItemOutputBus +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: hellfirepvp.modularmachinery.common.tiles.TileItemInputBus +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: hellfirepvp.modularmachinery.common.tiles.TileEnergyInputHatch +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: hellfirepvp.modularmachinery.common.tiles.TileEnergyOutputHatch +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.blakebr0.mysticalagriculture.tileentity.TileEntityTinkeringTable +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.cjm721.overloaded.block.tile.TileCreativeGeneratorFE +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.cjm721.overloaded.block.tile.infinity.TileInfiniteBarrel +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.cjm721.overloaded.block.tile.infinity.TileInfiniteTank +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.cjm721.overloaded.block.tile.infinity.TileInfiniteCapacitor +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.cjm721.overloaded.block.tile.hyperTransfer.TileHyperItemReceiver +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.cjm721.overloaded.block.tile.hyperTransfer.TileHyperItemSender +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.cjm721.overloaded.block.tile.hyperTransfer.TileHyperFluidReceiver +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.cjm721.overloaded.block.tile.hyperTransfer.TileHyperFluidSender +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.cjm721.overloaded.block.tile.hyperTransfer.TileHyperEnergyReceiver +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.cjm721.overloaded.block.tile.hyperTransfer.TileHyperEnergySender +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.cjm721.overloaded.block.tile.TileInfiniteWaterSource +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.cjm721.overloaded.block.tile.TileEnergyExtractor +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.cjm721.overloaded.block.tile.TilePlayerInterface +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.cjm721.overloaded.block.tile.TileItemInterface +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: me.desht.pneumaticcraft.common.tileentity.TileEntityPressureTube +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: me.desht.pneumaticcraft.common.tileentity.TileEntityAdvancedPressureTube +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: me.desht.pneumaticcraft.common.tileentity.TileEntityAirCompressor +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: me.desht.pneumaticcraft.common.tileentity.TileEntityAdvancedAirCompressor +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: me.desht.pneumaticcraft.common.tileentity.TileEntityAirCannon +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: me.desht.pneumaticcraft.common.tileentity.TileEntityPressureChamberWall +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: me.desht.pneumaticcraft.common.tileentity.TileEntityPressureChamberValve +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: me.desht.pneumaticcraft.common.tileentity.TileEntityChargingStation +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: me.desht.pneumaticcraft.common.tileentity.TileEntityElevatorBase +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: me.desht.pneumaticcraft.common.tileentity.TileEntityElevatorFrame +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: me.desht.pneumaticcraft.common.tileentity.TileEntityPressureChamberInterface +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: me.desht.pneumaticcraft.common.tileentity.TileEntityVacuumPump +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: me.desht.pneumaticcraft.common.tileentity.TileEntityPneumaticDoorBase +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: me.desht.pneumaticcraft.common.tileentity.TileEntityPneumaticDoor +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: me.desht.pneumaticcraft.common.tileentity.TileEntityAssemblyIOUnit +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: me.desht.pneumaticcraft.common.tileentity.TileEntityAssemblyPlatform +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: me.desht.pneumaticcraft.common.tileentity.TileEntityAssemblyDrill +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: me.desht.pneumaticcraft.common.tileentity.TileEntityAssemblyLaser +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: me.desht.pneumaticcraft.common.tileentity.TileEntityAssemblyController +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: me.desht.pneumaticcraft.common.tileentity.TileEntityUVLightBox +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: me.desht.pneumaticcraft.common.tileentity.TileEntitySecurityStation +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: me.desht.pneumaticcraft.common.tileentity.TileEntityUniversalSensor +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: me.desht.pneumaticcraft.common.tileentity.TileEntityUniversalActuator +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: me.desht.pneumaticcraft.common.tileentity.TileEntityAerialInterface +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: me.desht.pneumaticcraft.common.tileentity.TileEntityElectrostaticCompressor +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: me.desht.pneumaticcraft.common.tileentity.TileEntityAphorismTile +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: me.desht.pneumaticcraft.common.tileentity.TileEntityOmnidirectionalHopper +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: me.desht.pneumaticcraft.common.tileentity.TileEntityLiquidHopper +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: me.desht.pneumaticcraft.common.tileentity.TileEntityElevatorCaller +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: me.desht.pneumaticcraft.common.tileentity.TileEntityProgrammer +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: me.desht.pneumaticcraft.common.tileentity.TileEntityCreativeCompressor +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: me.desht.pneumaticcraft.common.tileentity.TileEntityPlasticMixer +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: me.desht.pneumaticcraft.common.tileentity.TileEntityLiquidCompressor +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: me.desht.pneumaticcraft.common.tileentity.TileEntityAdvancedLiquidCompressor +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: me.desht.pneumaticcraft.common.tileentity.TileEntityDroneRedstoneEmitter +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: me.desht.pneumaticcraft.common.tileentity.TileEntityCompressedIronBlock +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: me.desht.pneumaticcraft.common.tileentity.TileEntityHeatSink +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: me.desht.pneumaticcraft.common.tileentity.TileEntityVortexTube +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: me.desht.pneumaticcraft.common.tileentity.TileEntityProgrammableController +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: me.desht.pneumaticcraft.common.tileentity.TileEntityGasLift +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: me.desht.pneumaticcraft.common.tileentity.TileEntityRefinery +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: me.desht.pneumaticcraft.common.tileentity.TileEntityThermopneumaticProcessingPlant +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: me.desht.pneumaticcraft.common.tileentity.TileEntityKeroseneLamp +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: me.desht.pneumaticcraft.common.tileentity.TileEntitySentryTurret +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: me.desht.pneumaticcraft.common.tileentity.TileEntityFluxCompressor +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: me.desht.pneumaticcraft.common.tileentity.TileEntityPneumaticDynamo +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: me.desht.pneumaticcraft.common.tileentity.TileEntityThermalCompressor +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.jarhax.poweradapters.TileEntityMJ +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.blamejared.primalchests.tileentities.TileEntityPrimalChest +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.blamejared.primalchests.tileentities.TileEntityPrimalChestAdvanced +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: rustic.common.tileentity.TileEntityApiary +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: rustic.common.tileentity.TileEntityVase +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: rustic.common.tileentity.TileEntityBarrel +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: rustic.common.tileentity.TileEntityCabinet +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: rustic.common.tileentity.TileEntityLiquidBarrel +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: rustic.common.tileentity.TileEntityCrushingTub +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: rustic.common.tileentity.TileEntityEvaporatingBasin +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: rustic.common.tileentity.TileEntityCondenser +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: rustic.common.tileentity.TileEntityCondenserAdvancedBottom +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: rustic.common.tileentity.TileEntityCondenserAdvancedTop +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: rustic.common.tileentity.TileEntityBrewingBarrel +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: nmd.primal.core.common.tiles.machines.TileStorageCrate +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: nmd.primal.core.common.tiles.machines.TileWorkTableShelf +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: nmd.primal.core.common.tiles.machines.TileWorkTableSlab +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: nmd.primal.core.common.tiles.machines.TileShelf +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: nmd.primal.core.common.tiles.machines.TileDryingRack +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: nmd.primal.core.common.tiles.machines.TileFishTrap +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: nmd.primal.core.common.tiles.machines.TileHibachi +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: nmd.primal.core.common.tiles.machines.TileSmelter +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: nmd.primal.core.common.tiles.machines.TileCauldron +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: nmd.primal.core.common.tiles.machines.TileBarrel +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: nmd.primal.core.common.tiles.machines.TileBrickMold +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: nmd.primal.core.common.tiles.machines.TileTatamiBed +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: nmd.primal.core.common.tiles.ticking.TileFirePit +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: nmd.primal.core.common.tiles.ticking.TileBrickform +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: nmd.primal.core.common.tiles.ticking.TileKiln +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: QuantumStorage.tiles.TileQuantumTank +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: QuantumStorage.tiles.TileQuantumBarrel +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: QuantumStorage.tiles.TileCrater +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: QuantumStorage.tiles.chests.TileChestIron +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: QuantumStorage.tiles.chests.TileChestGold +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: QuantumStorage.tiles.chests.TileChestDiamond +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: QuantumStorage.tiles.TileQuantumStorageUnit +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: QuantumStorage.tiles.TileQuantumCrafter +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: QuantumStorage.tiles.trashcans.TileTrashcan +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: QuantumStorage.tiles.trashcans.TileTrashcanFluid +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.raoulvdberge.rangedpumps.tile.TilePump +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: me.modmuss50.rebornstorage.tiles.TileMultiCrafter +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: me.modmuss50.rebornstorage.tiles.TileIoPort +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: ivorius.reccomplex.block.legacy.BlockStructureGenerator$TileEntityStructureGenerator +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: ivorius.reccomplex.block.legacy.BlockMazeGenerator$TileEntityMazeGenerator +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: ivorius.reccomplex.block.legacy.BlockSpawnCommand$TileEntitySpawnCommand +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: ivorius.reccomplex.block.TileEntityBlockScript +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mcjty.rftools.blocks.shield.TickShieldBlockTileEntity +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mcjty.rftools.blocks.shield.NoTickShieldBlockTileEntity +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mcjty.rftools.blocks.shield.TickShieldSolidBlockTileEntity +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mcjty.rftools.blocks.shield.NoTickShieldSolidBlockTileEntity +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.valkyrieofnight.sg.m_generators.m_combustion.tile.TileGenCombustionSimple +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.valkyrieofnight.sg.m_generators.m_combustion.tile.TileGenCombustionUpgradable +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.valkyrieofnight.sg.m_generators.m_culinary.tile.TileGenCulinarySimple +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.valkyrieofnight.sg.m_generators.m_culinary.tile.TileGenCulinaryUpgradable +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.valkyrieofnight.sg.m_generators.m_ender.tile.TileGenEnderSimple +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.valkyrieofnight.sg.m_generators.m_ender.tile.TileGenEnderUpgradable +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.valkyrieofnight.sg.m_generators.m_nether.tile.TileGenNetherSimple +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.valkyrieofnight.sg.m_generators.m_nether.tile.TileGenNetherUpgradable +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.valkyrieofnight.sg.m_generators.m_soul.tile.TileGenSoulSimple +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.valkyrieofnight.sg.m_generators.m_soul.tile.TileGenSoulUpgradable +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.valkyrieofnight.sg.m_generators.m_geothermal.tile.TileGeothermalSimple +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.valkyrieofnight.sg.m_generators.m_geothermal.tile.TileGeothermalUpgradable +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.valkyrieofnight.sg.m_generators.m_fluidcombustion.title.TileFCombustionSimple +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.valkyrieofnight.sg.m_generators.m_fluidcombustion.title.TileFCombustionUpgradable +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.valkyrieofnight.sg.m_generators.m_turbine.tile.TileTurbineSimple +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.valkyrieofnight.sg.m_generators.m_turbine.tile.TileTurbineUpgradable +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.lothrazar.simpletomb.block.TileEntityTomb +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: vswe.stevescarts.blocks.tileentities.TileEntityCartAssembler +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: vswe.stevescarts.blocks.tileentities.TileEntityCargo +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: vswe.stevescarts.blocks.tileentities.TileEntityLiquid +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: vswe.stevescarts.blocks.tileentities.TileEntityDistributor +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: vswe.stevescarts.blocks.tileentities.TileEntityActivator +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: vswe.stevescarts.blocks.tileentities.TileEntityDetector +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: vswe.stevescarts.blocks.tileentities.TileEntityUpgrade +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.shinoow.beneath.common.block.tile.TileEntityTeleporterDeepDank +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: pokefenn.totemic.tileentity.totem.TileTotemBase +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: pokefenn.totemic.tileentity.totem.TileTotemPole +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: pokefenn.totemic.tileentity.music.TileDrum +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: pokefenn.totemic.tileentity.music.TileWindChime +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: pokefenn.totemic.tileentity.TileTipi +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: pokefenn.totemic.tileentity.TileDecoPillar +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: codechicken.translocators.tile.TileCraftingGrid +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: uppers.tiles.TileEntityUpper +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: de.ellpeck.wopper.TileEntityWopper +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mcjty.xnet.blocks.facade.FacadeTileEntity +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mcjty.xnet.blocks.cables.ConnectorTileEntity +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mcjty.xnet.blocks.cables.AdvancedConnectorTileEntity +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: primal_tech.tiles.TileEntityKiln +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: primal_tech.tiles.TileEntityWorkStump +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: primal_tech.tiles.TileEntityStoneGrill +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: primal_tech.tiles.TileEntityWoodenHopper +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: primal_tech.tiles.TileEntityWorkStumpUpgraded +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: primal_tech.tiles.TileEntityWaterSaw +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: primal_tech.tiles.TileEntityStoneAnvil +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: primal_tech.tiles.TileEntityWoodenBasin +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: team.chisel.common.block.TileAutoChisel +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: slimeknights.tconstruct.shared.tileentity.TileTable +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: slimeknights.tconstruct.tools.common.tileentity.TileCraftingStation +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: slimeknights.tconstruct.tools.common.tileentity.TileStencilTable +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: slimeknights.tconstruct.tools.common.tileentity.TilePartBuilder +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: slimeknights.tconstruct.tools.common.tileentity.TilePatternChest +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: slimeknights.tconstruct.tools.common.tileentity.TilePartChest +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: slimeknights.tconstruct.tools.common.tileentity.TileToolStation +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: slimeknights.tconstruct.tools.common.tileentity.TileToolForge +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: slimeknights.tconstruct.smeltery.tileentity.TileSmeltery +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: slimeknights.tconstruct.smeltery.tileentity.TileSmelteryComponent +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: slimeknights.tconstruct.smeltery.tileentity.TileTank +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: slimeknights.tconstruct.smeltery.tileentity.TileFaucet +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: slimeknights.tconstruct.smeltery.tileentity.TileChannel +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: slimeknights.tconstruct.smeltery.tileentity.TileCastingTable +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: slimeknights.tconstruct.smeltery.tileentity.TileCastingBasin +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: slimeknights.tconstruct.smeltery.tileentity.TileDrain +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: slimeknights.tconstruct.smeltery.tileentity.TileSearedFurnace +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: slimeknights.tconstruct.smeltery.tileentity.TileTinkerTank +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: slimeknights.tconstruct.gadgets.tileentity.TileItemRack +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: slimeknights.tconstruct.gadgets.tileentity.TileDryingRack +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: slimeknights.tconstruct.gadgets.tileentity.TileWoodenHopper +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: slimeknights.tconstruct.gadgets.tileentity.TileSlimeChannel +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.progwml6.natura.nether.block.furnace.tile.TileEntityNetherrackFurnace +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: jds.bibliocraft.tileentities.TileEntityBookcase +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: jds.bibliocraft.tileentities.TileEntityShelf +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: jds.bibliocraft.tileentities.TileEntityMarkerPole +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: jds.bibliocraft.tileentities.TileEntityClipboard +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: jds.bibliocraft.tileentities.BiblioLightTileEntity +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: jds.bibliocraft.tileentities.TileEntityFurniturePaneler +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: jds.bibliocraft.tileentities.TileEntityPotionShelf +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: jds.bibliocraft.tileentities.TileEntityToolRack +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: jds.bibliocraft.tileentities.TileEntityLabel +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: jds.bibliocraft.tileentities.TileEntityDesk +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: jds.bibliocraft.tileentities.TileEntityTable +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: jds.bibliocraft.tileentities.TileEntitySeat +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: jds.bibliocraft.tileentities.TileEntityFancySign +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: jds.bibliocraft.tileentities.TileEntityFancyWorkbench +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: jds.bibliocraft.tileentities.TileEntityFramedChest +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: jds.bibliocraft.tileentities.TileEntityMapFrame +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: jds.bibliocraft.tileentities.TileEntityCase +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: jds.bibliocraft.tileentities.TileEntityClock +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: jds.bibliocraft.tileentities.TileEntityPaintingBorderless +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: jds.bibliocraft.tileentities.TileEntityPaintingFancy +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: jds.bibliocraft.tileentities.TileEntityPaintingFlat +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: jds.bibliocraft.tileentities.TileEntityPaintingMiddle +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: jds.bibliocraft.tileentities.TileEntityPaintingSimple +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: jds.bibliocraft.tileentities.TileEntityPaintPress +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: jds.bibliocraft.tileentities.TileEntityArmorStand +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: jds.bibliocraft.tileentities.TileEntityTypeMachine +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: jds.bibliocraft.tileentities.TileEntityPrintPress +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: jds.bibliocraft.tileentities.TileEntityCookieJar +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: jds.bibliocraft.tileentities.TileEntityDinnerPlate +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: jds.bibliocraft.tileentities.TileEntityDiscRack +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: jds.bibliocraft.tileentities.TileEntitySwordPedestal +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: jds.bibliocraft.tileentities.TileEntityBell +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: jds.bibliocraft.tileentities.TileEntityTypewriter +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: WayofTime.bloodmagic.tile.TileAltar +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: WayofTime.bloodmagic.tile.TileImperfectRitualStone +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: WayofTime.bloodmagic.tile.TileMasterRitualStone +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: WayofTime.bloodmagic.tile.TileAlchemyArray +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: WayofTime.bloodmagic.tile.TileSpectralBlock +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: WayofTime.bloodmagic.tile.TilePhantomBlock +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: WayofTime.bloodmagic.tile.TileTeleposer +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: WayofTime.bloodmagic.tile.TileSoulForge +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: WayofTime.bloodmagic.tile.routing.TileMasterRoutingNode +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: WayofTime.bloodmagic.tile.routing.TileInputRoutingNode +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: WayofTime.bloodmagic.tile.routing.TileOutputRoutingNode +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: WayofTime.bloodmagic.tile.routing.TileItemRoutingNode +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: WayofTime.bloodmagic.tile.TileIncenseAltar +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: WayofTime.bloodmagic.tile.TileDemonCrucible +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: WayofTime.bloodmagic.tile.TileDemonPylon +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: WayofTime.bloodmagic.tile.TileDemonCrystallizer +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: WayofTime.bloodmagic.tile.TileDemonCrystal +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: WayofTime.bloodmagic.tile.TileAlchemyTable +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: WayofTime.bloodmagic.tile.TileDimensionalPortal +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: WayofTime.bloodmagic.tile.TileBloodTank +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: WayofTime.bloodmagic.tile.TileMimic +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: WayofTime.bloodmagic.tile.TileInversionPillar +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: org.dave.bonsaitrees.tile.TileBonsaiPot +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.direwolf20.buildinggadgets.common.blocks.templatemanager.TemplateManagerTileEntity +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.direwolf20.buildinggadgets.common.blocks.ConstructionBlockTileEntity +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: de.maxhenkel.car.blocks.tileentity.TileEntityFuelStation +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: de.maxhenkel.car.blocks.tileentity.TileEntityOilMill +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: de.maxhenkel.car.blocks.tileentity.TileEntityBlastFurnace +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: de.maxhenkel.car.blocks.tileentity.TileEntityBackmixReactor +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: de.maxhenkel.car.blocks.tileentity.TileEntityGenerator +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: de.maxhenkel.car.blocks.tileentity.TileEntitySplitTank +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: de.maxhenkel.car.blocks.tileentity.TileEntityTank +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: de.maxhenkel.car.blocks.tileentity.TileEntityCarWorkshop +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: de.maxhenkel.car.blocks.tileentity.TileEntityCable +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: de.maxhenkel.car.blocks.tileentity.TileEntityFluidExtractor +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: de.maxhenkel.car.blocks.tileentity.TileEntityDynamo +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: de.maxhenkel.car.blocks.tileentity.TileEntitySign +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: knightminer.ceramics.tileentity.TileBarrel +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: knightminer.ceramics.tileentity.TileBarrelExtension +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: knightminer.ceramics.tileentity.TileFaucet +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: knightminer.ceramics.tileentity.TileChannel +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: org.dave.compactmachines3.tile.TileEntityTunnel +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: org.dave.compactmachines3.tile.TileEntityMachine +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: org.dave.compactmachines3.tile.TileEntityFieldProjector +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: org.dave.compactmachines3.tile.TileEntityCraftingHologram +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: org.dave.compactmachines3.tile.TileEntityRedstoneTunnel +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: c4.conarm.common.tileentities.TileArmorStation +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: c4.conarm.common.tileentities.TileArmorForge +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: xyz.vsngamer.elevator.tile.TileElevator +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: fi.dy.masa.enderutilities.tileentity.TileEntityASU +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: fi.dy.masa.enderutilities.tileentity.TileEntityBarrel +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: fi.dy.masa.enderutilities.tileentity.TileEntityCreationStation +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: fi.dy.masa.enderutilities.tileentity.TileEntityDrawbridge +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: fi.dy.masa.enderutilities.tileentity.TileEntityElevator +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: fi.dy.masa.enderutilities.tileentity.TileEntityEnderFurnace +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: fi.dy.masa.enderutilities.tileentity.TileEntityEnderInfuser +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: fi.dy.masa.enderutilities.tileentity.TileEntityEnergyBridge +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: fi.dy.masa.enderutilities.tileentity.TileEntityHandyChest +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: fi.dy.masa.enderutilities.tileentity.TileEntityInserter +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: fi.dy.masa.enderutilities.tileentity.TileEntityJSU +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: fi.dy.masa.enderutilities.tileentity.TileEntityMemoryChest +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: fi.dy.masa.enderutilities.tileentity.TileEntityMSU +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: fi.dy.masa.enderutilities.tileentity.TileEntityPortal +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: fi.dy.masa.enderutilities.tileentity.TileEntityPortalFrame +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: fi.dy.masa.enderutilities.tileentity.TileEntityPortalPanel +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: fi.dy.masa.enderutilities.tileentity.TileEntityQuickStackerAdvanced +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: fi.dy.masa.enderutilities.tileentity.TileEntitySoundBlock +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: fi.dy.masa.enderutilities.tileentity.TileEntityToolWorkstation +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mcjty.immcraft.blocks.furnace.FurnaceTE +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mcjty.immcraft.blocks.bundle.BundleTE +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mcjty.immcraft.blocks.workbench.WorkbenchTE +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mcjty.immcraft.blocks.workbench.WorkbenchSecondaryTE +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mcjty.immcraft.blocks.inworldplacer.InWorldPlacerTE +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mcjty.immcraft.blocks.inworldplacer.InWorldVerticalPlacerTE +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mcjty.immcraft.blocks.foliage.SticksTE +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mcjty.immcraft.blocks.chest.ChestTE +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mcjty.immcraft.blocks.shelf.CupboardTE +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mcjty.immcraft.blocks.shelf.ShelfTE +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mcjty.immcraft.blocks.shelf.BookshelfTE +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mcjty.immcraft.blocks.book.BookStandTE +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: cd4017be.indlog.tileentity.ItemPipe +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: cd4017be.indlog.tileentity.FluidPipe +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: cd4017be.indlog.tileentity.WarpPipe +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: cd4017be.indlog.tileentity.Tank +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: cd4017be.indlog.tileentity.Buffer +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: cd4017be.indlog.tileentity.AutoCrafter +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: cd4017be.indlog.tileentity.InvConnector +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: cd4017be.indlog.tileentity.OverflowTrash +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: cd4017be.indlog.tileentity.FluidIntake +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: cd4017be.indlog.tileentity.FluidOutlet +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: cd4017be.indlog.tileentity.DropedItemInterface +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: cd4017be.indlog.tileentity.EntityInterface +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: cd4017be.indlog.tileentity.BlockPlacer +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: cpw.mods.ironchest.common.tileentity.chest.TileEntityIronChest +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: cpw.mods.ironchest.common.tileentity.chest.TileEntityGoldChest +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: cpw.mods.ironchest.common.tileentity.chest.TileEntityDiamondChest +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: cpw.mods.ironchest.common.tileentity.chest.TileEntityCopperChest +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: cpw.mods.ironchest.common.tileentity.chest.TileEntitySilverChest +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: cpw.mods.ironchest.common.tileentity.chest.TileEntityCrystalChest +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: cpw.mods.ironchest.common.tileentity.chest.TileEntityObsidianChest +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: cpw.mods.ironchest.common.tileentity.chest.TileEntityDirtChest +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: cpw.mods.ironchest.common.tileentity.shulker.TileEntityIronShulkerBox +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: cpw.mods.ironchest.common.tileentity.shulker.TileEntityGoldShulkerBox +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: cpw.mods.ironchest.common.tileentity.shulker.TileEntityDiamondShulkerBox +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: cpw.mods.ironchest.common.tileentity.shulker.TileEntityCopperShulkerBox +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: cpw.mods.ironchest.common.tileentity.shulker.TileEntitySilverShulkerBox +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: cpw.mods.ironchest.common.tileentity.shulker.TileEntityCrystalShulkerBox +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: cpw.mods.ironchest.common.tileentity.shulker.TileEntityObsidianShulkerBox +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: nex.tileentity.TileEntityUrnOfSorrow +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mcjty.rftools.blocks.generator.CoalGeneratorTileEntity +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mcjty.rftools.blocks.crafter.CrafterBlockTileEntity1 +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mcjty.rftools.blocks.crafter.CrafterBlockTileEntity2 +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mcjty.rftools.blocks.crafter.CrafterBlockTileEntity3 +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mcjty.rftools.blocks.storage.ModularStorageTileEntity +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mcjty.rftools.blocks.storage.RemoteStorageTileEntity +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mcjty.rftools.blocks.storage.StorageTerminalTileEntity +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mcjty.rftools.blocks.storage.LevelEmitterTileEntity +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mcjty.rftools.blocks.teleporter.MatterTransmitterTileEntity +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mcjty.rftools.blocks.teleporter.MatterReceiverTileEntity +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mcjty.rftools.blocks.teleporter.DialingDeviceTileEntity +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mcjty.rftools.blocks.teleporter.SimpleDialerTileEntity +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mcjty.rftools.blocks.screens.ScreenTileEntity +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mcjty.rftools.blocks.screens.CreativeScreenTileEntity +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mcjty.rftools.blocks.screens.ScreenHitTileEntity +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mcjty.rftools.blocks.screens.ScreenControllerTileEntity +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mcjty.rftools.blocks.logic.wireless.RedstoneTransmitterTileEntity +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mcjty.rftools.blocks.logic.wireless.RedstoneReceiverTileEntity +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mcjty.rftools.blocks.logic.sequencer.SequencerTileEntity +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mcjty.rftools.blocks.logic.counter.CounterTileEntity +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mcjty.rftools.blocks.logic.threelogic.ThreeLogicTileEntity +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mcjty.rftools.blocks.logic.invchecker.InvCheckerTileEntity +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mcjty.rftools.blocks.logic.sensor.SensorTileEntity +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mcjty.rftools.blocks.logic.analog.AnalogTileEntity +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mcjty.rftools.blocks.logic.digit.DigitTileEntity +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mcjty.rftools.blocks.logic.wire.WireTileEntity +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mcjty.rftools.blocks.logic.timer.TimerTileEntity +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mcjty.rftools.blocks.infuser.MachineInfuserTileEntity +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mcjty.rftools.blocks.builder.SpaceChamberControllerTileEntity +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mcjty.rftools.blocks.builder.BuilderTileEntity +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mcjty.rftools.blocks.shaper.ComposerTileEntity +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mcjty.rftools.blocks.shaper.LocatorTileEntity +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mcjty.rftools.blocks.shaper.ProjectorTileEntity +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mcjty.rftools.blocks.shaper.ScannerTileEntity +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mcjty.rftools.blocks.shaper.RemoteScannerTileEntity +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mcjty.rftools.blocks.powercell.PowerCellNormalTileEntity +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mcjty.rftools.blocks.powercell.PowerCellAdvancedTileEntity +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mcjty.rftools.blocks.powercell.PowerCellCreativeTileEntity +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mcjty.rftools.blocks.powercell.PowerCellSimpleTileEntity +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mcjty.rftools.blocks.relay.RelayTileEntity +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mcjty.rftools.blocks.monitor.RFMonitorBlockTileEntity +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mcjty.rftools.blocks.monitor.LiquidMonitorBlockTileEntity +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mcjty.rftools.blocks.shield.ShieldTileEntity +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mcjty.rftools.blocks.shield.ShieldTileEntity2 +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mcjty.rftools.blocks.shield.ShieldTileEntity3 +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mcjty.rftools.blocks.shield.ShieldTileEntity4 +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mcjty.rftools.blocks.environmental.EnvironmentalControllerTileEntity +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mcjty.rftools.blocks.spawner.SpawnerTileEntity +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mcjty.rftools.blocks.spawner.MatterBeamerTileEntity +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mcjty.rftools.blocks.blockprotector.BlockProtectorTileEntity +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mcjty.rftools.blocks.itemfilter.ItemFilterTileEntity +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mcjty.rftools.blocks.security.SecurityManagerTileEntity +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mcjty.rftools.blocks.endergen.EndergenicTileEntity +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mcjty.rftools.blocks.endergen.PearlInjectorTileEntity +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mcjty.rftools.blocks.endergen.EnderMonitorTileEntity +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mcjty.rftools.blocks.storagemonitor.StorageScannerTileEntity +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mcjty.rftools.blocks.elevator.ElevatorTileEntity +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mcjty.rftools.blocks.booster.BoosterTileEntity +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mcjty.rftoolscontrol.blocks.programmer.ProgrammerTileEntity +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mcjty.rftoolscontrol.blocks.processor.ProcessorTileEntity +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mcjty.rftoolscontrol.blocks.node.NodeTileEntity +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mcjty.rftoolscontrol.blocks.craftingstation.CraftingStationTileEntity +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mcjty.rftoolscontrol.blocks.workbench.WorkbenchTileEntity +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mcjty.rftoolscontrol.blocks.multitank.MultiTankTileEntity +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.jaquadro.minecraft.storagedrawers.block.tile.TileEntityDrawersStandard$Legacy +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.jaquadro.minecraft.storagedrawers.block.tile.TileEntityDrawersStandard$Slot1 +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.jaquadro.minecraft.storagedrawers.block.tile.TileEntityDrawersStandard$Slot2 +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.jaquadro.minecraft.storagedrawers.block.tile.TileEntityDrawersStandard$Slot4 +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.jaquadro.minecraft.storagedrawers.block.tile.TileEntityKeyButton +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.jaquadro.minecraft.storagedrawers.block.tile.TileEntityDrawersComp +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.jaquadro.minecraft.storagedrawers.block.tile.TileEntityController +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.jaquadro.minecraft.storagedrawers.block.tile.TileEntitySlave +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.jaquadro.minecraft.storagedrawers.block.tile.TileEntityFramingTable +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.jaquadro.minecraft.storagedrawers.block.tile.TileEntityTrim +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: edgarallen.soundmuffler.block.TileEntitySoundMuffler +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: knightminer.tcomplement.melter.tileentity.TileMelter +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: knightminer.tcomplement.melter.tileentity.TileHeater +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: knightminer.tcomplement.melter.tileentity.TileAlloyTank +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mods.waterstrainer.tileentity.TileEntityStrainer +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.github.atomicblom.weirdinggadget.block.tileentity.WeirdingGadgetTileEntity +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mcjty.xnet.blocks.controller.TileEntityController +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mcjty.xnet.blocks.router.TileEntityRouter +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mcjty.xnet.blocks.wireless.TileEntityWirelessRouter +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: hellfirepvp.astralsorcery.common.tile.TileAltar +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: hellfirepvp.astralsorcery.common.tile.TileRitualPedestal +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: hellfirepvp.astralsorcery.common.tile.network.TileCollectorCrystal +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: hellfirepvp.astralsorcery.common.tile.TileCelestialCrystals +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: hellfirepvp.astralsorcery.common.tile.TileGemCrystals +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: hellfirepvp.astralsorcery.common.tile.TileWell +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: hellfirepvp.astralsorcery.common.tile.TileIlluminator +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: hellfirepvp.astralsorcery.common.tile.TileTelescope +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: hellfirepvp.astralsorcery.common.tile.TileGrindstone +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: hellfirepvp.astralsorcery.common.tile.TileStructuralConnector +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: hellfirepvp.astralsorcery.common.tile.TileFakeTree +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: hellfirepvp.astralsorcery.common.tile.TileAttunementAltar +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: hellfirepvp.astralsorcery.common.tile.TileStarlightInfuser +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: hellfirepvp.astralsorcery.common.tile.TileTreeBeacon +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: hellfirepvp.astralsorcery.common.tile.TileRitualLink +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: hellfirepvp.astralsorcery.common.tile.TileTranslucent +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: hellfirepvp.astralsorcery.common.tile.TileAttunementRelay +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: hellfirepvp.astralsorcery.common.tile.TileMapDrawingTable +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: hellfirepvp.astralsorcery.common.tile.TileCelestialGateway +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: hellfirepvp.astralsorcery.common.tile.TileOreGenerator +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: hellfirepvp.astralsorcery.common.tile.TileVanishing +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: hellfirepvp.astralsorcery.common.tile.TileChalice +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: hellfirepvp.astralsorcery.common.tile.TileBore +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: hellfirepvp.astralsorcery.common.tile.TileStructController +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: hellfirepvp.astralsorcery.common.tile.TileObservatory +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: hellfirepvp.astralsorcery.common.tile.network.TileCrystalLens +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: hellfirepvp.astralsorcery.common.tile.network.TileCrystalPrismLens +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: hellfirepvp.astralsorcery.common.integrations.mods.geolosys.TileGeolosysSampleCluster +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.theprogrammingturkey.progressiontweaks.blocks.tileentities.TileFirePit +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.buuz135.industrial.tile.generator.PetrifiedFuelGeneratorTile +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.buuz135.industrial.tile.magic.EnchantmentRefinerTile +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.buuz135.industrial.tile.magic.EnchantmentExtractorTile +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.buuz135.industrial.tile.magic.EnchantmentAplicatorTile +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.buuz135.industrial.tile.mob.MobRelocatorTile +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.buuz135.industrial.tile.magic.PotionEnervatorTile +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.buuz135.industrial.tile.agriculture.AnimalIndependenceSelectorTile +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.buuz135.industrial.tile.agriculture.AnimalStockIncreaserTile +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.buuz135.industrial.tile.agriculture.CropSowerTile +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.buuz135.industrial.tile.agriculture.CropEnrichMaterialInjectorTile +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.buuz135.industrial.tile.agriculture.CropRecolectorTile +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.buuz135.industrial.tile.misc.BlackHoleUnitTile +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.buuz135.industrial.tile.misc.WaterCondesatorTile +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.buuz135.industrial.tile.agriculture.AnimalResourceHarvesterTile +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.buuz135.industrial.tile.agriculture.MobSlaughterFactoryTile +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.buuz135.industrial.tile.mob.MobDuplicatorTile +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.buuz135.industrial.tile.world.BlockDestroyerTile +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.buuz135.industrial.tile.world.BlockPlacerTile +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.buuz135.industrial.tile.agriculture.SewageCompostSolidifierTile +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.buuz135.industrial.tile.agriculture.AnimalByproductRecolectorTile +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.buuz135.industrial.tile.agriculture.SludgeRefinerTile +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.buuz135.industrial.tile.mob.MobDetectorTile +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.buuz135.industrial.tile.generator.LavaFabricatorTile +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.buuz135.industrial.tile.generator.BioReactorTile +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.buuz135.industrial.tile.generator.BiofuelGeneratorTile +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.buuz135.industrial.tile.world.LaserBaseTile +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.buuz135.industrial.tile.world.LaserDrillTile +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.buuz135.industrial.tile.misc.OreProcessorTile +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.buuz135.industrial.tile.misc.BlackHoleControllerTile +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.buuz135.industrial.tile.misc.BlackHoleControllerTileReworked +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.buuz135.industrial.tile.magic.EnchantmentInvokerTile +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.buuz135.industrial.tile.agriculture.SporesRecreatorTile +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.buuz135.industrial.tile.agriculture.AnimalGrowthIncreaserTile +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.buuz135.industrial.tile.world.MaterialStoneWorkFactoryTile +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.buuz135.industrial.tile.misc.BlackHoleTankTile +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.buuz135.industrial.tile.misc.ResourcefulFurnaceTile +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.buuz135.industrial.tile.mob.VillagerTradeExchangerTile +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.buuz135.industrial.tile.world.EnergyFieldProviderTile +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.buuz135.industrial.tile.misc.OreDictionaryConverterTile +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.buuz135.industrial.tile.generator.ProteinReactorTile +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.buuz135.industrial.tile.generator.ProteinGeneratorTile +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.buuz135.industrial.tile.agriculture.HydratorTile +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.buuz135.industrial.tile.mob.WitherBuilderTile +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.buuz135.industrial.tile.world.FluidPumpTile +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.buuz135.industrial.tile.misc.FluidCrafterTile +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.buuz135.industrial.tile.agriculture.PlantInteractorTile +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.buuz135.industrial.tile.misc.ItemSplitterTile +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.buuz135.industrial.tile.misc.FluidDictionaryConverterTile +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.buuz135.industrial.tile.misc.FrosterTile +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.buuz135.industrial.proxy.block.tile.TileEntityConveyor +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.buuz135.industrial.proxy.block.tile.TileEntityLabel +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mrriegel.storagenetwork.block.cable.TileCable +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mrriegel.storagenetwork.block.cable.link.TileCableLink +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mrriegel.storagenetwork.block.cable.io.TileCableIO +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mrriegel.storagenetwork.block.cable.processing.TileCableProcess +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mrriegel.storagenetwork.block.master.TileMaster +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mrriegel.storagenetwork.block.request.TileRequest +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mrriegel.storagenetwork.block.control.TileControl +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.viesis.viescraft.common.tileentity.TileEntityAirshipWorkbench +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: de.ellpeck.actuallyadditions.mod.tile.TileEntityCompost +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: de.ellpeck.actuallyadditions.mod.tile.TileEntityFeeder +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: de.ellpeck.actuallyadditions.mod.tile.TileEntityGiantChest +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: de.ellpeck.actuallyadditions.mod.tile.TileEntityGiantChestMedium +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: de.ellpeck.actuallyadditions.mod.tile.TileEntityGiantChestLarge +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: de.ellpeck.actuallyadditions.mod.tile.TileEntityGrinder +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: de.ellpeck.actuallyadditions.mod.tile.TileEntityFurnaceDouble +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: de.ellpeck.actuallyadditions.mod.tile.TileEntityInputter +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: de.ellpeck.actuallyadditions.mod.tile.TileEntityFishingNet +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: de.ellpeck.actuallyadditions.mod.tile.TileEntityFurnaceSolar +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: de.ellpeck.actuallyadditions.mod.tile.TileEntityHeatCollector +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: de.ellpeck.actuallyadditions.mod.tile.TileEntityItemRepairer +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: de.ellpeck.actuallyadditions.mod.tile.TileEntityBreaker +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: de.ellpeck.actuallyadditions.mod.tile.TileEntityDropper +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: de.ellpeck.actuallyadditions.mod.tile.TileEntityInputterAdvanced +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: de.ellpeck.actuallyadditions.mod.tile.TileEntityPlacer +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: de.ellpeck.actuallyadditions.mod.tile.TileEntityGrinderDouble +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: de.ellpeck.actuallyadditions.mod.tile.TileEntityCanolaPress +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: de.ellpeck.actuallyadditions.mod.tile.TileEntityFermentingBarrel +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: de.ellpeck.actuallyadditions.mod.tile.TileEntityOilGenerator +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: de.ellpeck.actuallyadditions.mod.tile.TileEntityCoalGenerator +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: de.ellpeck.actuallyadditions.mod.tile.TileEntityPhantomItemface +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: de.ellpeck.actuallyadditions.mod.tile.TileEntityPhantomLiquiface +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: de.ellpeck.actuallyadditions.mod.tile.TileEntityPhantomEnergyface +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: de.ellpeck.actuallyadditions.mod.tile.TileEntityPlayerInterface +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: de.ellpeck.actuallyadditions.mod.tile.TileEntityPhantomPlacer +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: de.ellpeck.actuallyadditions.mod.tile.TileEntityPhantomBreaker +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: de.ellpeck.actuallyadditions.mod.tile.TileEntityFluidCollector +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: de.ellpeck.actuallyadditions.mod.tile.TileEntityFluidPlacer +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: de.ellpeck.actuallyadditions.mod.tile.TileEntityLavaFactoryController +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: de.ellpeck.actuallyadditions.mod.tile.TileEntityCoffeeMachine +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: de.ellpeck.actuallyadditions.mod.tile.TileEntityPhantomBooster +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: de.ellpeck.actuallyadditions.mod.tile.TileEntityEnergizer +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: de.ellpeck.actuallyadditions.mod.tile.TileEntityEnervator +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: de.ellpeck.actuallyadditions.mod.tile.TileEntityXPSolidifier +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: de.ellpeck.actuallyadditions.mod.tile.TileEntitySmileyCloud +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: de.ellpeck.actuallyadditions.mod.tile.TileEntityLeafGenerator +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: de.ellpeck.actuallyadditions.mod.tile.TileEntityDirectionalBreaker +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: de.ellpeck.actuallyadditions.mod.tile.TileEntityRangedCollector +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: de.ellpeck.actuallyadditions.mod.tile.TileEntityAtomicReconstructor +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: de.ellpeck.actuallyadditions.mod.tile.TileEntityMiner +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: de.ellpeck.actuallyadditions.mod.tile.TileEntityFireworkBox +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: de.ellpeck.actuallyadditions.mod.tile.TileEntityPhantomRedstoneface +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: de.ellpeck.actuallyadditions.mod.tile.TileEntityLaserRelayItem +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: de.ellpeck.actuallyadditions.mod.tile.TileEntityLaserRelayEnergy +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: de.ellpeck.actuallyadditions.mod.tile.TileEntityLaserRelayEnergyAdvanced +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: de.ellpeck.actuallyadditions.mod.tile.TileEntityLaserRelayEnergyExtreme +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: de.ellpeck.actuallyadditions.mod.tile.TileEntityLaserRelayItemWhitelist +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: de.ellpeck.actuallyadditions.mod.tile.TileEntityItemViewer +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: de.ellpeck.actuallyadditions.mod.tile.TileEntityDisplayStand +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: de.ellpeck.actuallyadditions.mod.tile.TileEntityShockSuppressor +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: de.ellpeck.actuallyadditions.mod.tile.TileEntityEmpowerer +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: de.ellpeck.actuallyadditions.mod.tile.TileEntityLaserRelayFluids +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: de.ellpeck.actuallyadditions.mod.tile.TileEntityBioReactor +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: de.ellpeck.actuallyadditions.mod.tile.TileEntityFarmer +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: de.ellpeck.actuallyadditions.mod.tile.TileEntityItemViewerHopping +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: de.ellpeck.actuallyadditions.mod.tile.TileEntityBatteryBox +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: blusunrize.immersiveengineering.common.blocks.TileEntityIESlab +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: blusunrize.immersiveengineering.common.blocks.cloth.TileEntityBalloon +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: blusunrize.immersiveengineering.common.blocks.cloth.TileEntityStripCurtain +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: blusunrize.immersiveengineering.common.blocks.cloth.TileEntityShaderBanner +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: blusunrize.immersiveengineering.common.blocks.stone.TileEntityCokeOven +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: blusunrize.immersiveengineering.common.blocks.stone.TileEntityBlastFurnace +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: blusunrize.immersiveengineering.common.blocks.stone.TileEntityBlastFurnaceAdvanced +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: blusunrize.immersiveengineering.common.blocks.stone.TileEntityCoresample +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: blusunrize.immersiveengineering.common.blocks.stone.TileEntityAlloySmelter +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: blusunrize.immersiveengineering.common.blocks.wooden.TileEntityWoodenCrate +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: blusunrize.immersiveengineering.common.blocks.wooden.TileEntityWoodenBarrel +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: blusunrize.immersiveengineering.common.blocks.wooden.TileEntityModWorkbench +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: blusunrize.immersiveengineering.common.blocks.wooden.TileEntitySorter +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: blusunrize.immersiveengineering.common.blocks.wooden.TileEntityTurntable +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: blusunrize.immersiveengineering.common.blocks.wooden.TileEntityFluidSorter +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: blusunrize.immersiveengineering.common.blocks.wooden.TileEntityWatermill +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: blusunrize.immersiveengineering.common.blocks.wooden.TileEntityWindmill +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: blusunrize.immersiveengineering.common.blocks.wooden.TileEntityWoodenPost +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: blusunrize.immersiveengineering.common.blocks.wooden.TileEntityWallmount +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: blusunrize.immersiveengineering.common.blocks.metal.TileEntityLadder +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: blusunrize.immersiveengineering.common.blocks.metal.TileEntityLantern +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: blusunrize.immersiveengineering.common.blocks.metal.TileEntityRazorWire +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: blusunrize.immersiveengineering.common.blocks.metal.TileEntityToolbox +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: blusunrize.immersiveengineering.common.blocks.metal.TileEntityStructuralArm +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: blusunrize.immersiveengineering.common.blocks.metal.TileEntityConnectorLV +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: blusunrize.immersiveengineering.common.blocks.metal.TileEntityRelayLV +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: blusunrize.immersiveengineering.common.blocks.metal.TileEntityConnectorMV +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: blusunrize.immersiveengineering.common.blocks.metal.TileEntityRelayMV +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: blusunrize.immersiveengineering.common.blocks.metal.TileEntityConnectorHV +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: blusunrize.immersiveengineering.common.blocks.metal.TileEntityRelayHV +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: blusunrize.immersiveengineering.common.blocks.metal.TileEntityConnectorStructural +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: blusunrize.immersiveengineering.common.blocks.metal.TileEntityTransformer +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: blusunrize.immersiveengineering.common.blocks.metal.TileEntityTransformerHV +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: blusunrize.immersiveengineering.common.blocks.metal.TileEntityBreakerSwitch +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: blusunrize.immersiveengineering.common.blocks.metal.TileEntityRedstoneBreaker +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: blusunrize.immersiveengineering.common.blocks.metal.TileEntityEnergyMeter +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: blusunrize.immersiveengineering.common.blocks.metal.TileEntityConnectorRedstone +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: blusunrize.immersiveengineering.common.blocks.metal.TileEntityConnectorProbe +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: blusunrize.immersiveengineering.common.blocks.metal.TileEntityFeedthrough +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: blusunrize.immersiveengineering.common.blocks.metal.TileEntityCapacitorLV +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: blusunrize.immersiveengineering.common.blocks.metal.TileEntityCapacitorMV +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: blusunrize.immersiveengineering.common.blocks.metal.TileEntityCapacitorHV +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: blusunrize.immersiveengineering.common.blocks.metal.TileEntityCapacitorCreative +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: blusunrize.immersiveengineering.common.blocks.metal.TileEntityMetalBarrel +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: blusunrize.immersiveengineering.common.blocks.metal.TileEntityFluidPump +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: blusunrize.immersiveengineering.common.blocks.metal.TileEntityFluidPlacer +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: blusunrize.immersiveengineering.common.blocks.metal.TileEntityBlastFurnacePreheater +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: blusunrize.immersiveengineering.common.blocks.metal.TileEntityFurnaceHeater +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: blusunrize.immersiveengineering.common.blocks.metal.TileEntityDynamo +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: blusunrize.immersiveengineering.common.blocks.metal.TileEntityThermoelectricGen +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: blusunrize.immersiveengineering.common.blocks.metal.TileEntityElectricLantern +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: blusunrize.immersiveengineering.common.blocks.metal.TileEntityChargingStation +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: blusunrize.immersiveengineering.common.blocks.metal.TileEntityFluidPipe +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: blusunrize.immersiveengineering.common.blocks.metal.TileEntitySampleDrill +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: blusunrize.immersiveengineering.common.blocks.metal.TileEntityTeslaCoil +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: blusunrize.immersiveengineering.common.blocks.metal.TileEntityFloodlight +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: blusunrize.immersiveengineering.common.blocks.metal.TileEntityTurret +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: blusunrize.immersiveengineering.common.blocks.metal.TileEntityTurretChem +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: blusunrize.immersiveengineering.common.blocks.metal.TileEntityTurretGun +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: blusunrize.immersiveengineering.common.blocks.metal.TileEntityBelljar +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: blusunrize.immersiveengineering.common.blocks.metal.TileEntityConveyorBelt +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: blusunrize.immersiveengineering.common.blocks.metal.TileEntityConveyorVertical +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: blusunrize.immersiveengineering.common.blocks.metal.TileEntityMetalPress +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: blusunrize.immersiveengineering.common.blocks.metal.TileEntityCrusher +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: blusunrize.immersiveengineering.common.blocks.metal.TileEntitySheetmetalTank +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: blusunrize.immersiveengineering.common.blocks.metal.TileEntitySilo +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: blusunrize.immersiveengineering.common.blocks.metal.TileEntityAssembler +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: blusunrize.immersiveengineering.common.blocks.metal.TileEntityAutoWorkbench +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: blusunrize.immersiveengineering.common.blocks.metal.TileEntityBottlingMachine +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: blusunrize.immersiveengineering.common.blocks.metal.TileEntitySqueezer +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: blusunrize.immersiveengineering.common.blocks.metal.TileEntityFermenter +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: blusunrize.immersiveengineering.common.blocks.metal.TileEntityRefinery +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: blusunrize.immersiveengineering.common.blocks.metal.TileEntityDieselGenerator +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: blusunrize.immersiveengineering.common.blocks.metal.TileEntityBucketWheel +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: blusunrize.immersiveengineering.common.blocks.metal.TileEntityExcavator +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: blusunrize.immersiveengineering.common.blocks.metal.TileEntityArcFurnace +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: blusunrize.immersiveengineering.common.blocks.metal.TileEntityLightningrod +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: blusunrize.immersiveengineering.common.blocks.metal.TileEntityMixer +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: blusunrize.immersiveengineering.common.blocks.BlockFakeLight$TileEntityFakeLight +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mekanism.common.tile.TileEntityAdvancedBoundingBlock +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mekanism.common.tile.TileEntityAdvancedFactory +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mekanism.common.tile.TileEntityAmbientAccumulator +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mekanism.common.tile.TileEntityBin +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mekanism.common.tile.TileEntityBoilerCasing +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mekanism.common.tile.TileEntityBoilerValve +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mekanism.common.tile.TileEntityBoundingBlock +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mekanism.common.tile.TileEntityCardboardBox +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mekanism.common.tile.TileEntityChargepad +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mekanism.common.tile.TileEntityChemicalCrystallizer +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mekanism.common.tile.TileEntityChemicalDissolutionChamber +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mekanism.common.tile.TileEntityChemicalInfuser +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mekanism.common.tile.TileEntityChemicalInjectionChamber +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mekanism.common.tile.TileEntityChemicalOxidizer +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mekanism.common.tile.TileEntityChemicalWasher +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mekanism.common.tile.TileEntityCombiner +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mekanism.common.tile.TileEntityCrusher +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mekanism.common.tile.TileEntityDigitalMiner +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mekanism.common.tile.transmitter.TileEntityDiversionTransporter +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mekanism.common.tile.TileEntityDynamicTank +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mekanism.common.tile.TileEntityDynamicValve +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mekanism.common.tile.TileEntityElectricPump +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mekanism.common.tile.TileEntityElectrolyticSeparator +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mekanism.common.tile.TileEntityEliteFactory +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mekanism.common.tile.TileEntityEnergizedSmelter +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mekanism.common.tile.TileEntityEnergyCube +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mekanism.common.tile.TileEntityEnrichmentChamber +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mekanism.common.tile.TileEntityFactory +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mekanism.common.tile.TileEntityFluidTank +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mekanism.common.tile.TileEntityFluidicPlenisher +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mekanism.common.tile.TileEntityFormulaicAssemblicator +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mekanism.common.tile.TileEntityFuelwoodHeater +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mekanism.common.tile.TileEntityGasTank +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mekanism.common.tile.TileEntityGlowPanel +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mekanism.common.tile.TileEntityInductionCasing +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mekanism.common.tile.TileEntityInductionCell +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mekanism.common.tile.TileEntityInductionPort +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mekanism.common.tile.TileEntityInductionProvider +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mekanism.common.tile.TileEntityLaser +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mekanism.common.tile.TileEntityLaserAmplifier +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mekanism.common.tile.TileEntityLaserTractorBeam +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mekanism.common.tile.TileEntityLogisticalSorter +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mekanism.common.tile.transmitter.TileEntityLogisticalTransporter +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mekanism.common.tile.transmitter.TileEntityMechanicalPipe +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mekanism.common.tile.TileEntityMetallurgicInfuser +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mekanism.common.tile.TileEntityOredictionificator +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mekanism.common.tile.TileEntityOsmiumCompressor +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mekanism.common.tile.TileEntityPRC +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mekanism.common.tile.TileEntityPersonalChest +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mekanism.common.tile.TileEntityPrecisionSawmill +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mekanism.common.tile.TileEntityPressureDisperser +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mekanism.common.tile.transmitter.TileEntityPressurizedTube +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mekanism.common.tile.TileEntityPurificationChamber +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mekanism.common.tile.TileEntityQuantumEntangloporter +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mekanism.common.tile.TileEntityResistiveHeater +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mekanism.common.tile.transmitter.TileEntityRestrictiveTransporter +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mekanism.common.tile.TileEntityRotaryCondensentrator +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mekanism.common.tile.TileEntitySecurityDesk +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mekanism.common.tile.TileEntitySeismicVibrator +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mekanism.common.tile.TileEntitySolarNeutronActivator +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mekanism.common.tile.TileEntityStructuralGlass +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mekanism.common.tile.TileEntitySuperheatingElement +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mekanism.common.tile.TileEntityTeleporter +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mekanism.common.tile.TileEntityThermalEvaporationBlock +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mekanism.common.tile.TileEntityThermalEvaporationController +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mekanism.common.tile.TileEntityThermalEvaporationValve +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mekanism.common.tile.transmitter.TileEntityThermodynamicConductor +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mekanism.common.tile.transmitter.TileEntityUniversalCable +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: buildcraft.builders.tile.TileFiller +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: buildcraft.builders.tile.TileBuilder +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: buildcraft.builders.tile.TileArchitectTable +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: buildcraft.builders.tile.TileElectronicLibrary +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: buildcraft.builders.tile.TileReplacer +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: buildcraft.builders.tile.TileQuarry +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: se.gory_moon.chargers.tile.TileEntityCharger +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: se.gory_moon.chargers.tile.TileEntityWirelessCharger +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.elytradev.davincisvessels.common.tileentity.TileHelm +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.elytradev.davincisvessels.common.tileentity.TileGauge +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.elytradev.davincisvessels.common.tileentity.TileCrate +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.elytradev.davincisvessels.common.tileentity.TileEngine +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.elytradev.davincisvessels.common.tileentity.TileAnchorPoint +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.elytradev.davincisvessels.common.tileentity.TileEntitySecuredBed +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: micdoodle8.mods.galacticraft.core.tile.TileEntityTreasureChest +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: micdoodle8.mods.galacticraft.core.tile.TileEntityOxygenDistributor +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: micdoodle8.mods.galacticraft.core.tile.TileEntityOxygenCollector +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: micdoodle8.mods.galacticraft.core.tile.TileEntityFluidPipe +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: micdoodle8.mods.galacticraft.core.tile.TileEntityAirLock +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: micdoodle8.mods.galacticraft.core.tile.TileEntityRefinery +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: micdoodle8.mods.galacticraft.core.tile.TileEntityNasaWorkbench +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: micdoodle8.mods.galacticraft.core.tile.TileEntityDeconstructor +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: micdoodle8.mods.galacticraft.core.tile.TileEntityOxygenCompressor +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: micdoodle8.mods.galacticraft.core.tile.TileEntityFuelLoader +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: micdoodle8.mods.galacticraft.core.tile.TileEntityLandingPadSingle +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: micdoodle8.mods.galacticraft.core.tile.TileEntityLandingPad +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: micdoodle8.mods.galacticraft.core.tile.TileEntitySpaceStationBase +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: micdoodle8.mods.galacticraft.core.tile.TileEntityMulti +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: micdoodle8.mods.galacticraft.core.tile.TileEntityOxygenSealer +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: micdoodle8.mods.galacticraft.core.tile.TileEntityDungeonSpawner +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: micdoodle8.mods.galacticraft.core.tile.TileEntityOxygenDetector +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: micdoodle8.mods.galacticraft.core.tile.TileEntityBuggyFueler +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: micdoodle8.mods.galacticraft.core.tile.TileEntityBuggyFuelerSingle +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: micdoodle8.mods.galacticraft.core.tile.TileEntityCargoLoader +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: micdoodle8.mods.galacticraft.core.tile.TileEntityCargoUnloader +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: micdoodle8.mods.galacticraft.core.tile.TileEntityParaChest +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: micdoodle8.mods.galacticraft.core.tile.TileEntitySolar +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: micdoodle8.mods.galacticraft.core.tile.TileEntityDish +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: micdoodle8.mods.galacticraft.core.tile.TileEntityCrafting +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: micdoodle8.mods.galacticraft.core.tile.TileEntityEnergyStorageModule +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: micdoodle8.mods.galacticraft.core.tile.TileEntityCoalGenerator +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: micdoodle8.mods.galacticraft.core.tile.TileEntityElectricFurnace +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: micdoodle8.mods.galacticraft.core.tile.TileEntityAluminumWire +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: micdoodle8.mods.galacticraft.core.tile.TileEntityAluminumWireSwitch +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: micdoodle8.mods.galacticraft.core.tile.TileEntityFallenMeteor +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: micdoodle8.mods.galacticraft.core.tile.TileEntityIngotCompressor +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: micdoodle8.mods.galacticraft.core.tile.TileEntityElectricIngotCompressor +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: micdoodle8.mods.galacticraft.core.tile.TileEntityCircuitFabricator +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: micdoodle8.mods.galacticraft.core.tile.TileEntityAirLockController +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: micdoodle8.mods.galacticraft.core.tile.TileEntityOxygenStorageModule +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: micdoodle8.mods.galacticraft.core.tile.TileEntityOxygenDecompressor +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: micdoodle8.mods.galacticraft.core.tile.TileEntityThruster +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: micdoodle8.mods.galacticraft.core.tile.TileEntityArclamp +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: micdoodle8.mods.galacticraft.core.tile.TileEntityScreen +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: micdoodle8.mods.galacticraft.core.tile.TileEntityPanelLight +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: micdoodle8.mods.galacticraft.core.tile.TileEntityTelemetry +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: micdoodle8.mods.galacticraft.core.tile.TileEntityPainter +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: micdoodle8.mods.galacticraft.core.tile.TileEntityFluidTank +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: micdoodle8.mods.galacticraft.core.tile.TileEntityPlayerDetector +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: micdoodle8.mods.galacticraft.core.tile.TileEntityPlatform +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: micdoodle8.mods.galacticraft.core.tile.TileEntityEmergencyBox +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: micdoodle8.mods.galacticraft.core.tile.TileEntityNull +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: micdoodle8.mods.galacticraft.planets.mars.tile.TileEntitySlimelingEgg +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: micdoodle8.mods.galacticraft.planets.mars.tile.TileEntityTreasureChestMars +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: micdoodle8.mods.galacticraft.planets.mars.tile.TileEntityTerraformer +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: micdoodle8.mods.galacticraft.planets.mars.tile.TileEntityCryogenicChamber +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: micdoodle8.mods.galacticraft.planets.mars.tile.TileEntityGasLiquefier +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: micdoodle8.mods.galacticraft.planets.mars.tile.TileEntityMethaneSynthesizer +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: micdoodle8.mods.galacticraft.planets.mars.tile.TileEntityElectrolyzer +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: micdoodle8.mods.galacticraft.planets.mars.tile.TileEntityDungeonSpawnerMars +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: micdoodle8.mods.galacticraft.planets.mars.tile.TileEntityLaunchController +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: micdoodle8.mods.galacticraft.planets.asteroids.tile.TileEntityBeamReflector +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: micdoodle8.mods.galacticraft.planets.asteroids.tile.TileEntityBeamReceiver +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: micdoodle8.mods.galacticraft.planets.asteroids.tile.TileEntityShortRangeTelepad +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: micdoodle8.mods.galacticraft.planets.asteroids.tile.TileEntityTelepadFake +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: micdoodle8.mods.galacticraft.planets.asteroids.tile.TileEntityMinerBaseSingle +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: micdoodle8.mods.galacticraft.planets.asteroids.tile.TileEntityMinerBase +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: micdoodle8.mods.galacticraft.planets.venus.tile.TileEntitySpout +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: micdoodle8.mods.galacticraft.planets.venus.tile.TileEntityDungeonSpawnerVenus +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: micdoodle8.mods.galacticraft.planets.venus.tile.TileEntityTreasureChestVenus +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: micdoodle8.mods.galacticraft.planets.venus.tile.TileEntityGeothermalGenerator +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: micdoodle8.mods.galacticraft.planets.venus.tile.TileEntityCrashedProbe +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: micdoodle8.mods.galacticraft.planets.venus.tile.TileEntitySolarArrayModule +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: micdoodle8.mods.galacticraft.planets.venus.tile.TileEntitySolarArrayController +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: micdoodle8.mods.galacticraft.planets.venus.tile.TileEntityLaserTurret +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: flaxbeard.immersivepetroleum.common.blocks.metal.TileEntityDistillationTower +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: flaxbeard.immersivepetroleum.common.blocks.metal.TileEntityDistillationTower$TileEntityDistillationTowerParent +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: flaxbeard.immersivepetroleum.common.blocks.metal.TileEntityPumpjack +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: flaxbeard.immersivepetroleum.common.blocks.metal.TileEntityPumpjack$TileEntityPumpjackParent +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: flaxbeard.immersivepetroleum.common.blocks.metal.TileEntityAutoLubricator +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: flaxbeard.immersivepetroleum.common.blocks.metal.TileEntityGasGenerator +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: ferro2000.immersivetech.common.blocks.metal.tileentities.TileEntityDistiller +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: ferro2000.immersivetech.common.blocks.metal.tileentities.TileEntitySolarTower +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: ferro2000.immersivetech.common.blocks.metal.tileentities.TileEntitySolarReflector +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: ferro2000.immersivetech.common.blocks.metal.tileentities.TileEntitySteamTurbine +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: ferro2000.immersivetech.common.blocks.metal.tileentities.TileEntityBoiler +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: ferro2000.immersivetech.common.blocks.metal.tileentities.TileEntityAlternator +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: ferro2000.immersivetech.common.blocks.metal.tileentities.TileEntityTimer +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: ferro2000.immersivetech.common.blocks.stone.tileentities.TileEntityCokeOvenAdvanced +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: ferro2000.immersivetech.common.blocks.metal.tileentities.TileEntityCokeOvenPreheater +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.blakebr0.mysticalagriculture.tileentity.TileEntitySeedReprocessor +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.blakebr0.mysticalagriculture.tileentity.reprocessor.TileInferiumReprocessor +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.blakebr0.mysticalagriculture.tileentity.reprocessor.TilePrudentiumReprocessor +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.blakebr0.mysticalagriculture.tileentity.reprocessor.TileIntermediumReprocessor +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.blakebr0.mysticalagriculture.tileentity.reprocessor.TileSuperiumReprocessor +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.blakebr0.mysticalagriculture.tileentity.reprocessor.TileSupremiumReprocessor +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.blakebr0.mysticalagriculture.tileentity.reprocessor.TileUltimateReprocessor +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.blakebr0.mysticalagriculture.tileentity.furnace.TileInferiumFurnace +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.blakebr0.mysticalagriculture.tileentity.furnace.TilePrudentiumFurnace +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.blakebr0.mysticalagriculture.tileentity.furnace.TileIntermediumFurnace +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.blakebr0.mysticalagriculture.tileentity.furnace.TileSuperiumFurnace +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.blakebr0.mysticalagriculture.tileentity.furnace.TileSupremiumFurnace +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.blakebr0.mysticalagriculture.tileentity.furnace.TileUltimateFurnace +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: thebetweenlands.common.tile.TileEntityDruidAltar +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: thebetweenlands.common.tile.TileEntityPurifier +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: thebetweenlands.common.tile.TileEntityWeedwoodWorkbench +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: thebetweenlands.common.tile.TileEntityCompostBin +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: thebetweenlands.common.tile.TileEntityLootPot +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: thebetweenlands.common.tile.spawner.TileEntityMobSpawnerBetweenlands +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: thebetweenlands.common.tile.TileEntityWisp +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: thebetweenlands.common.tile.TileEntityBLFurnace +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: thebetweenlands.common.tile.TileEntityBLDualFurnace +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: thebetweenlands.common.tile.TileEntityChestBetweenlands +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: thebetweenlands.common.tile.TileEntityRubberTap +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: thebetweenlands.common.tile.TileEntitySpikeTrap +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: thebetweenlands.common.tile.TileEntityPossessedBlock +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: thebetweenlands.common.tile.TileEntityItemCage +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: thebetweenlands.common.tile.TileEntityWeedwoodSign +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: thebetweenlands.common.tile.TileEntityMudFlowerPot +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: thebetweenlands.common.tile.TileEntityGeckoCage +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: thebetweenlands.common.tile.TileEntityInfuser +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: thebetweenlands.common.tile.TileEntityMortar +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: thebetweenlands.common.tile.TileEntityAnimator +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: thebetweenlands.common.tile.TileEntityAlembic +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: thebetweenlands.common.tile.TileEntityDugSoil +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: thebetweenlands.common.tile.TileEntityItemShelf +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: thebetweenlands.common.tile.spawner.TileEntityTarBeastSpawner +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: thebetweenlands.common.tile.TileEntityTarLootPot1 +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: thebetweenlands.common.tile.TileEntityTarLootPot2 +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: thebetweenlands.common.tile.TileEntityTarLootPot3 +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: thebetweenlands.common.tile.TileEntityHopperBetweenlands +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: thebetweenlands.common.tile.TileEntityMossBed +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: thebetweenlands.common.tile.TileEntityAspectVial +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: thebetweenlands.common.tile.TileEntityAspectrusCrop +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: thebetweenlands.common.tile.TileEntityRepeller +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: thebetweenlands.common.tile.TileEntityPresent +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: thebetweenlands.common.tile.TileEntityPuffshroom +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: thebetweenlands.common.tile.TileEntityBeamOrigin +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: thebetweenlands.common.tile.TileEntityBeamRelay +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: thebetweenlands.common.tile.TileEntityWaystone +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: thebetweenlands.common.tile.TileEntityMudBrickAlcove +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: thebetweenlands.common.tile.TileEntityLootUrn +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: thebetweenlands.common.tile.TileEntityDungeonDoorRunes +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: thebetweenlands.common.tile.TileEntityDungeonDoorCombination +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: thebetweenlands.common.tile.TileEntityMudBricksSpikeTrap +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: thebetweenlands.common.tile.TileEntityMudTilesSpikeTrap +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: thebetweenlands.common.tile.TileEntityGroundItem +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: thebetweenlands.common.tile.TileEntityDecayPitControl +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: thebetweenlands.common.tile.TileEntityDecayPitHangingChain +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: thebetweenlands.common.tile.TileEntityDecayPitGroundChain +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: thebetweenlands.common.tile.TileEntityCenser +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: thebetweenlands.common.tile.TileEntityBarrel +[16:58:16] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod spatialservermod +[16:58:16] [Server thread/DEBUG] [FML]: Bar Step: Initialization - Spatial Server Mod took 0.316s +[16:58:16] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod stevescarts +[16:58:16] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod stevescarts +[16:58:16] [Server thread/DEBUG] [FML]: Bar Step: Initialization - Steve's Carts 2 took 0.112s +[16:58:16] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod stg +[16:58:16] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod stg +[16:58:16] [Server thread/DEBUG] [FML]: Bar Step: Initialization - SwingThroughGrass took 0.000s +[16:58:16] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod storagedrawers +[16:58:16] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod storagedrawers +[16:58:16] [Server thread/DEBUG] [FML]: Bar Step: Initialization - Storage Drawers took 0.016s +[16:58:16] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod streams +[16:58:16] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod streams +[16:58:16] [Server thread/DEBUG] [FML]: Bar Step: Initialization - Streams took 0.000s +[16:58:16] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod sasit +[16:58:16] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod sasit +[16:58:16] [Server thread/DEBUG] [FML]: Bar Step: Initialization - Stuff A Sock In It took 0.000s +[16:58:16] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod supersoundmuffler +[16:58:16] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod supersoundmuffler +[16:58:16] [Server thread/DEBUG] [FML]: Bar Step: Initialization - Super Sound Muffler: Revived took 0.005s +[16:58:16] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod tallgates +[16:58:16] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod tallgates +[16:58:16] [Server thread/DEBUG] [FML]: Bar Step: Initialization - TallGates took 0.000s +[16:58:16] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod beneath +[16:58:16] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod beneath +[16:58:16] [Server thread/DEBUG] [FML]: Bar Step: Initialization - The Beneath took 0.010s +[16:58:16] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod thirstybottles +[16:58:16] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod thirstybottles +[16:58:16] [Server thread/DEBUG] [FML]: Bar Step: Initialization - Thirsty Bottles took 0.000s +[16:58:16] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod timecontrol +[16:58:16] [Server thread/DEBUG] [mixin]: Mixing MixinChunkProviderServer from mixins.jeid.core.json into net.minecraft.world.gen.ChunkProviderServer +[16:58:16] [Server thread/INFO] [Quark ASM]: Transforming net.minecraft.world.WorldServer +[16:58:16] [Server thread/INFO] [Quark ASM]: Applying Transformation to method (Names [areAllPlayersAsleep, func_73056_e] Descriptor ()Z) +[16:58:16] [Server thread/INFO] [Quark ASM]: Located Method, patching... +[16:58:16] [Server thread/INFO] [Quark ASM]: Patch result: true +[16:58:16] [Server thread/DEBUG] [randompatches]: Transforming class: net.minecraft.world.WorldServer +[16:58:16] [Server thread/DEBUG] [randompatches]: Patching method: () +[16:58:16] [Server thread/TRACE] [mixin]: Added class metadata for net/minecraft/world/WorldServer to metadata cache +[16:58:16] [Server thread/TRACE] [mixin]: Added class metadata for net/minecraft/world/chunk/IChunkProvider to metadata cache +[16:58:16] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod timecontrol +[16:58:16] [Server thread/DEBUG] [FML]: Bar Step: Initialization - TimeControl took 0.032s +[16:58:16] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod tcomplement +[16:58:16] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod tcomplement +[16:58:16] [Server thread/DEBUG] [FML]: Bar Step: Initialization - Tinkers' Complement took 0.002s +[16:58:16] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod tinkerstages +[16:58:16] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod tinkerstages +[16:58:16] [Server thread/DEBUG] [FML]: Bar Step: Initialization - Tinker Stages took 0.000s +[16:58:16] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod tinkertoolleveling +[16:58:16] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod tinkertoolleveling +[16:58:16] [Server thread/DEBUG] [FML]: Bar Step: Initialization - Tinkers Tool Leveling took 0.000s +[16:58:16] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod togetherforever +[16:58:16] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod togetherforever +[16:58:16] [Server thread/DEBUG] [FML]: Bar Step: Initialization - TogetherForever took 0.000s +[16:58:16] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod totemic +[16:58:16] [Server thread/INFO] [Totemic]: Totemic is entering initialization stage +[16:58:16] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod totemic +[16:58:16] [Server thread/DEBUG] [FML]: Bar Step: Initialization - Totemic took 0.030s +[16:58:16] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod tothebatpoles +[16:58:16] [Server thread/TRACE] [FML]: Automatically registered mod tothebatpoles entity holder as tothebatpoles:holder +[16:58:16] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod tothebatpoles +[16:58:16] [Server thread/DEBUG] [FML]: Bar Step: Initialization - To the Bat Poles! took 0.002s +[16:58:16] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod translocators +[16:58:16] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod translocators +[16:58:16] [Server thread/DEBUG] [FML]: Bar Step: Initialization - Translocators took 0.004s +[16:58:16] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod treechopper +[16:58:16] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod treechopper +[16:58:16] [Server thread/DEBUG] [FML]: Bar Step: Initialization - Tree Chopper took 0.003s +[16:58:16] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod triumph +[16:58:16] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod triumph +[16:58:16] [Server thread/DEBUG] [FML]: Bar Step: Initialization - Triumph took 0.000s +[16:58:16] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod trumpetskeleton +[16:58:16] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod trumpetskeleton +[16:58:16] [Server thread/DEBUG] [FML]: Bar Step: Initialization - Trumpet Skeleton took 0.000s +[16:58:16] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod tumbleweed +[16:58:16] [Server thread/TRACE] [FML]: Automatically registered mod tumbleweed entity Tumbleweed as tumbleweed:tumbleweed +[16:58:16] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod tumbleweed +[16:58:16] [Server thread/DEBUG] [FML]: Bar Step: Initialization - Tumbleweed took 0.009s +[16:58:16] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod uppers +[16:58:16] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod uppers +[16:58:16] [Server thread/DEBUG] [FML]: Bar Step: Initialization - uppers took 0.000s +[16:58:16] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod universalmodifiers +[16:58:16] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod universalmodifiers +[16:58:16] [Server thread/DEBUG] [FML]: Bar Step: Initialization - Universal Modifiers took 0.000s +[16:58:16] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod vc +[16:58:16] [Server thread/INFO] [ViesCraft]: <<==============================>> +[16:58:16] [Server thread/INFO] [ViesCraft]: Init Complete. +[16:58:16] [Server thread/INFO] [ViesCraft]: <<==============================>> +[16:58:16] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod vc +[16:58:16] [Server thread/DEBUG] [FML]: Bar Step: Initialization - ViesCraft took 0.014s +[16:58:16] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod vtt +[16:58:16] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod vtt +[16:58:16] [Server thread/DEBUG] [FML]: Bar Step: Initialization - Villager Trade Tables took 0.000s +[16:58:16] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod waddles +[16:58:16] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod waddles +[16:58:16] [Server thread/DEBUG] [FML]: Bar Step: Initialization - Waddles took 0.000s +[16:58:16] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod wailastages +[16:58:16] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod wailastages +[16:58:16] [Server thread/DEBUG] [FML]: Bar Step: Initialization - Waila Stages took 0.000s +[16:58:16] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod walljump +[16:58:16] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod walljump +[16:58:16] [Server thread/DEBUG] [FML]: Bar Step: Initialization - Wall-Jump! took 0.008s +[16:58:16] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod wanionlib +[16:58:16] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod wanionlib +[16:58:16] [Server thread/DEBUG] [FML]: Bar Step: Initialization - WanionLib took 0.000s +[16:58:16] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod watercontrolextreme +[16:58:16] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod watercontrolextreme +[16:58:16] [Server thread/DEBUG] [FML]: Bar Step: Initialization - Water Control Extreme took 0.000s +[16:58:16] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod waterstrainer +[16:58:16] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod waterstrainer +[16:58:16] [Server thread/DEBUG] [FML]: Bar Step: Initialization - Water Strainer took 0.014s +[16:58:16] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod wawla +[16:58:16] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod wawla +[16:58:16] [Server thread/DEBUG] [FML]: Bar Step: Initialization - What Are We Looking At took 0.000s +[16:58:16] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod weirdinggadget +[16:58:16] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod weirdinggadget +[16:58:16] [Server thread/DEBUG] [FML]: Bar Step: Initialization - The Weirding Gadget took 0.000s +[16:58:16] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod wildcrops +[16:58:16] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod wildcrops +[16:58:16] [Server thread/DEBUG] [FML]: Bar Step: Initialization - Wild Crops took 0.002s +[16:58:16] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod witherskelefix +[16:58:16] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod witherskelefix +[16:58:16] [Server thread/DEBUG] [FML]: Bar Step: Initialization - Wither Skeleton Tweaks took 0.000s +[16:58:16] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod wopper +[16:58:16] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod wopper +[16:58:16] [Server thread/DEBUG] [FML]: Bar Step: Initialization - Wopper took 0.000s +[16:58:16] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod xnet +[16:58:16] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod xnet +[16:58:16] [Server thread/DEBUG] [FML]: Bar Step: Initialization - XNet took 0.000s +[16:58:16] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod ynot +[16:58:16] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod ynot +[16:58:16] [Server thread/DEBUG] [FML]: Bar Step: Initialization - YNot took 0.000s +[16:58:16] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod yoyos +[16:58:16] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod yoyos +[16:58:16] [Server thread/DEBUG] [FML]: Bar Step: Initialization - Yoyos took 0.019s +[16:58:16] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod zenstages +[16:58:16] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod zenstages +[16:58:16] [Server thread/DEBUG] [FML]: Bar Step: Initialization - ZenStages took 0.000s +[16:58:16] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod zenloot +[16:58:16] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod zenloot +[16:58:16] [Server thread/DEBUG] [FML]: Bar Step: Initialization - ZenLoot took 0.000s +[16:58:16] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod primal_tech +[16:58:16] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod primal_tech +[16:58:16] [Server thread/DEBUG] [FML]: Bar Step: Initialization - primal_tech took 0.005s +[16:58:16] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod teslacorelib_registries +[16:58:16] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod teslacorelib_registries +[16:58:16] [Server thread/DEBUG] [FML]: Bar Step: Initialization - Tesla Core Lib Registries took 0.002s +[16:58:16] [Server thread/DEBUG] [FML]: Bar Finished: Initialization took 7.955s +[16:58:16] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod minecraft +[16:58:16] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod minecraft +[16:58:16] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod minecraft +[16:58:16] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - Minecraft took 0.000s +[16:58:16] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod mcp +[16:58:16] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod mcp +[16:58:16] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod mcp +[16:58:16] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - Minecraft Coder Pack took 0.000s +[16:58:16] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod FML +[16:58:16] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod FML +[16:58:16] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod FML +[16:58:16] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - Forge Mod Loader took 0.000s +[16:58:16] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod forge +[16:58:16] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod forge +[16:58:16] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod forge +[16:58:16] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - Minecraft Forge took 0.000s +[16:58:16] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod ivtoolkit +[16:58:16] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod ivtoolkit +[16:58:16] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod ivtoolkit +[16:58:16] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - IvToolkit took 0.000s +[16:58:16] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod micdoodlecore +[16:58:16] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod micdoodlecore +[16:58:16] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod micdoodlecore +[16:58:16] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - Micdoodle8 Core took 0.000s +[16:58:16] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod smoothfontcore +[16:58:16] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod smoothfontcore +[16:58:16] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod smoothfontcore +[16:58:16] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - Smooth Font Core took 0.000s +[16:58:16] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod com.elytradev.movingworld.common.asm.coremod +[16:58:16] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod com.elytradev.movingworld.common.asm.coremod +[16:58:16] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod com.elytradev.movingworld.common.asm.coremod +[16:58:16] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - MovingWorld CORE took 0.000s +[16:58:16] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod bnbgamingcore +[16:58:16] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod bnbgamingcore +[16:58:16] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod bnbgamingcore +[16:58:16] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - BnBGamingCore took 0.000s +[16:58:16] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod foamfixcore +[16:58:16] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod foamfixcore +[16:58:16] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod foamfixcore +[16:58:16] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - FoamFixCore took 0.000s +[16:58:16] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod randompatches +[16:58:16] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod randompatches +[16:58:16] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod randompatches +[16:58:16] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - RandomPatches took 0.000s +[16:58:16] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod movillages +[16:58:16] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod movillages +[16:58:16] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod movillages +[16:58:16] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - Mo' Villages took 0.000s +[16:58:16] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod charcoalblock +[16:58:16] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod charcoalblock +[16:58:16] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod charcoalblock +[16:58:16] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - A Block of Charcoal took 0.000s +[16:58:16] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod crafttweaker +[16:58:16] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod crafttweaker +[16:58:16] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod crafttweaker +[16:58:16] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - CraftTweaker2 took 0.000s +[16:58:16] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod mtlib +[16:58:16] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod mtlib +[16:58:16] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod mtlib +[16:58:16] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - MTLib took 0.000s +[16:58:16] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod modtweaker +[16:58:16] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod modtweaker +[16:58:16] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod modtweaker +[16:58:16] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - Mod Tweaker took 0.000s +[16:58:16] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod jei +[16:58:16] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod jei +[16:58:16] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod jei +[16:58:16] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - Just Enough Items took 0.000s +[16:58:16] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod abyssalcraft +[16:58:16] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod abyssalcraft +[16:58:16] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod abyssalcraft +[16:58:16] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - AbyssalCraft took 0.005s +[16:58:16] [Server thread/TRACE] [FML]: Attempting to deliver 103 IMC messages to mod chisel +[16:58:16] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod chisel +[16:58:16] [Server thread/INFO] [Chisel]: Received 16 IMC messages from mod pickletweaks. +[16:58:16] [Server thread/INFO] [Chisel]: Received 9 IMC messages from mod immersiveengineering. +[16:58:16] [Server thread/INFO] [Chisel]: Received 3 IMC messages from mod quark. +[16:58:16] [Server thread/INFO] [Chisel]: Received 14 IMC messages from mod astralsorcery. +[16:58:16] [Server thread/INFO] [Chisel]: Received 39 IMC messages from mod twilightforest. +[16:58:16] [Server thread/INFO] [Chisel]: Received 22 IMC messages from mod tconstruct. +[16:58:16] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod chisel +[16:58:16] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - Chisel took 0.009s +[16:58:16] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod mantle +[16:58:16] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod mantle +[16:58:16] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod mantle +[16:58:16] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - Mantle took 0.000s +[16:58:16] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod twilightforest +[16:58:16] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod twilightforest +[16:58:16] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod twilightforest +[16:58:16] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - The Twilight Forest took 0.003s +[16:58:16] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod tconstruct +[16:58:16] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod tconstruct +[16:58:16] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod tconstruct +[16:58:16] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - Tinkers' Construct took 0.000s +[16:58:16] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod acintegration +[16:58:16] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod acintegration +[16:58:16] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod acintegration +[16:58:16] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - AbyssalCraft Integration took 0.000s +[16:58:16] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod fastbench +[16:58:16] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod fastbench +[16:58:16] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod fastbench +[16:58:16] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - FastWorkbench took 0.000s +[16:58:16] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod actuallyadditions +[16:58:16] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod actuallyadditions +[16:58:16] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod actuallyadditions +[16:58:16] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - Actually Additions took 0.000s +[16:58:16] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod baubles +[16:58:16] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod baubles +[16:58:16] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod baubles +[16:58:16] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - Baubles took 0.000s +[16:58:16] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod actuallybaubles +[16:58:16] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod actuallybaubles +[16:58:16] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod actuallybaubles +[16:58:16] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - Actually Baubles took 0.000s +[16:58:16] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod animalium +[16:58:16] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod animalium +[16:58:16] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod animalium +[16:58:16] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - animalium took 0.000s +[16:58:16] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod antiqueatlas +[16:58:16] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod antiqueatlas +[16:58:16] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod antiqueatlas +[16:58:16] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - Antique Atlas took 0.000s +[16:58:16] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod base +[16:58:16] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod base +[16:58:16] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod base +[16:58:16] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - B.A.S.E took 0.000s +[16:58:16] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod contenttweaker +[16:58:16] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod contenttweaker +[16:58:16] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod contenttweaker +[16:58:16] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - ContentTweaker took 0.000s +[16:58:16] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod immersiveengineering +[16:58:16] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod immersiveengineering +[16:58:16] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod immersiveengineering +[16:58:16] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - Immersive Engineering took 0.000s +[16:58:16] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod geolosys +[16:58:16] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod geolosys +[16:58:16] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod geolosys +[16:58:16] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - Geolosys took 0.000s +[16:58:16] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod buildcraftlib +[16:58:16] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod buildcraftlib +[16:58:16] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod buildcraftlib +[16:58:16] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - BuildCraft Lib took 0.000s +[16:58:16] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod buildcraftcore +[16:58:16] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod buildcraftcore +[16:58:16] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod buildcraftcore +[16:58:16] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - BuildCraft took 0.000s +[16:58:16] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod cyclicmagic +[16:58:16] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod cyclicmagic +[16:58:16] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod cyclicmagic +[16:58:16] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - Cyclic took 0.000s +[16:58:16] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod redstoneflux +[16:58:16] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod redstoneflux +[16:58:16] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod redstoneflux +[16:58:16] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - Redstone Flux took 0.000s +[16:58:16] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod mekanism +[16:58:16] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod mekanism +[16:58:16] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod mekanism +[16:58:16] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - Mekanism took 0.002s +[16:58:16] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod natura +[16:58:16] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod natura +[16:58:16] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod natura +[16:58:16] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - Natura took 0.000s +[16:58:16] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod traverse +[16:58:16] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod traverse +[16:58:16] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod traverse +[16:58:16] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - Traverse took 0.000s +[16:58:16] [Server thread/TRACE] [FML]: Attempting to deliver 8 IMC messages to mod betterwithmods +[16:58:16] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod betterwithmods +[16:58:16] [Server thread/DEBUG] [betterwithmods]: [BWIMCHandler] %s from %s +[16:58:16] [Server thread/DEBUG] [betterwithmods]: [BWIMCHandler] %s from %s +[16:58:16] [Server thread/DEBUG] [betterwithmods]: [BWIMCHandler] %s from %s +[16:58:16] [Server thread/DEBUG] [betterwithmods]: [BWIMCHandler] %s from %s +[16:58:16] [Server thread/DEBUG] [betterwithmods]: [BWIMCHandler] %s from %s +[16:58:16] [Server thread/DEBUG] [betterwithmods]: [BWIMCHandler] %s from %s +[16:58:16] [Server thread/DEBUG] [betterwithmods]: [BWIMCHandler] %s from %s +[16:58:16] [Server thread/DEBUG] [betterwithmods]: [BWIMCHandler] %s from %s +[16:58:16] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod betterwithmods +[16:58:16] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - Better With Mods took 0.003s +[16:58:16] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod appleskin +[16:58:16] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod appleskin +[16:58:16] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod appleskin +[16:58:16] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - AppleSkin took 0.000s +[16:58:16] [Server thread/TRACE] [FML]: Attempting to deliver 1338 IMC messages to mod appliedenergistics2 +[16:58:16] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod appliedenergistics2 +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod appliedenergistics2 +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - Applied Energistics 2 took 0.835s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod armoreablemobs +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod armoreablemobs +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod armoreablemobs +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - ArmoreableMobs took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod aroma1997core +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod aroma1997core +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod aroma1997core +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - Aroma1997Core took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod aromabackup +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod aromabackup +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod aromabackup +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - AromaBackup took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod aromabackuprecovery +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod aromabackuprecovery +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod aromabackuprecovery +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - AromaBackuprecovery took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod astikorcarts +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod astikorcarts +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod astikorcarts +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - AstikorCarts took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod astralsorcery +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod astralsorcery +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod astralsorcery +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - Astral Sorcery took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod quark +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod quark +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod quark +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - Quark took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod autoreglib +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod autoreglib +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod autoreglib +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - AutoRegLib took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod bdlib +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod bdlib +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod bdlib +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - BD Lib took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod betterwithaddons +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod betterwithaddons +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod betterwithaddons +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - Better with Addons took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod betterbedrock +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod betterbedrock +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod betterbedrock +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - Better Bedrock took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod betterbuilderswands +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod betterbuilderswands +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod betterbuilderswands +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - Better Builder's Wands took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod betterwithlib +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod betterwithlib +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod betterwithlib +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - Better With Lib took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod bibliocraft +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod bibliocraft +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod bibliocraft +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - BiblioCraft took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 18 IMC messages to mod waila +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod waila +[16:58:17] [Server thread/DEBUG] [Waila]: Receiving registration request from [ tconstruct ] for method slimeknights.tconstruct.plugin.waila.WailaRegistrar.wailaCallback +[16:58:17] [Server thread/DEBUG] [Waila]: Receiving registration request from [ bonsaitrees ] for method org.dave.bonsaitrees.compat.Waila.WailaProvider.register +[16:58:17] [Server thread/DEBUG] [Waila]: Receiving registration request from [ compactmachines3 ] for method org.dave.compactmachines3.compat.WailaProvider.register +[16:58:17] [Server thread/DEBUG] [Waila]: Receiving registration request from [ horsepower ] for method se.gory_moon.horsepower.waila.Provider.callbackRegister +[16:58:17] [Server thread/DEBUG] [Waila]: Receiving registration request from [ rftools ] for method mcjty.lib.compat.waila.WailaCompatibility.load +[16:58:17] [Server thread/DEBUG] [Waila]: Receiving registration request from [ wawla ] for method net.darkhax.wawla.engine.waila.EntityProvider.register +[16:58:17] [Server thread/DEBUG] [Waila]: Receiving registration request from [ wawla ] for method net.darkhax.wawla.engine.waila.TileProvider.register +[16:58:17] [Server thread/DEBUG] [Waila]: Receiving registration request from [ immersiveengineering ] for method blusunrize.immersiveengineering.common.util.compat.waila.IEWailaDataProvider.callbackRegister +[16:58:17] [Server thread/DEBUG] [Waila]: Receiving registration request from [ appliedenergistics2 ] for method appeng.integration.modules.waila.WailaModule.register +[16:58:17] [Server thread/DEBUG] [Waila]: Receiving registration request from [ modularrouters ] for method me.desht.modularrouters.integration.waila.WailaIntegration.callback +[16:58:17] [Server thread/DEBUG] [Waila]: Receiving registration request from [ extendedcrafting ] for method com.blakebr0.extendedcrafting.compat.WailaDataProvider.callbackRegister +[16:58:17] [Server thread/DEBUG] [Waila]: Receiving registration request from [ advgenerators ] for method net.bdew.generators.waila.WailaHandler.loadCallback +[16:58:17] [Server thread/DEBUG] [Waila]: Receiving registration request from [ mysticalagriculture ] for method com.blakebr0.mysticalagriculture.compat.WailaDataProvider.callbackRegister +[16:58:17] [Server thread/DEBUG] [Waila]: Receiving registration request from [ mysticalagradditions ] for method com.blakebr0.mysticalagradditions.compat.WailaDataProvider.callbackRegister +[16:58:17] [Server thread/DEBUG] [Waila]: Receiving registration request from [ pickletweaks ] for method com.blakebr0.pickletweaks.feature.FeatureWailaTooltips.callbackRegister +[16:58:17] [Server thread/DEBUG] [Waila]: Receiving registration request from [ pneumaticcraft ] for method me.desht.pneumaticcraft.common.thirdparty.waila.WailaCallback.callback +[16:58:17] [Server thread/DEBUG] [Waila]: Receiving registration request from [ storagedrawers ] for method com.jaquadro.minecraft.storagedrawers.integration.Waila.registerProvider +[16:58:17] [Server thread/DEBUG] [Waila]: Receiving registration request from [ supersoundmuffler ] for method edgarallen.soundmuffler.compat.waila.SoundMufflerWailaDataProvider.callbackRegister +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod waila +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - Waila took 0.005s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod modularrouters +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod modularrouters +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod modularrouters +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - Modular Routers took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod guideapi +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod guideapi +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod guideapi +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - Guide-API took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 15 IMC messages to mod bloodmagic +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod bloodmagic +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod bloodmagic +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - Blood Magic: Alchemical Wizardry took 0.001s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod bnbgaminglib +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod bnbgaminglib +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod bnbgaminglib +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - BNBGamingLib took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod bonsaitrees +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod bonsaitrees +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod bonsaitrees +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - Bonsai Trees took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod bookshelf +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod bookshelf +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod bookshelf +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - Bookshelf took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod bringbedrockback +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod bringbedrockback +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod bringbedrockback +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - BringBedrockBack took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod buildcraftbuilders +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod buildcraftbuilders +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod buildcraftbuilders +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - BuildCraft Builders took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod buildcraftfactory +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod buildcraftfactory +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod buildcraftfactory +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - BuildCraft Factory took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod buildcraftrobotics +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod buildcraftrobotics +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod buildcraftrobotics +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - BuildCraft Robotics took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod buildcrafttransport +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod buildcrafttransport +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod buildcrafttransport +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - BuildCraft Transport took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod buildcraftsilicon +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod buildcraftsilicon +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod buildcraftsilicon +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - BuildCraft Silicon took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod buildinggadgets +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod buildinggadgets +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod buildinggadgets +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - Building Gadgets took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod car +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod car +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod car +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - Ultimate Car Mod took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod gamestages +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod gamestages +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod gamestages +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - Game Stages took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod carryon +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod carryon +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod carryon +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - Carry On took 0.001s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod cd4017be_lib +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod cd4017be_lib +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod cd4017be_lib +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - CD4017BE_lib took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod ceramics +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod ceramics +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod ceramics +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - Ceramics took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod chameleon +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod chameleon +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod chameleon +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - Chameleon took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod chargers +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod chargers +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod chargers +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - Chargers took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 10 IMC messages to mod chiselsandbits +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod chiselsandbits +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod chiselsandbits +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - Chisels & Bits took 0.019s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod clumps +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod clumps +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod clumps +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - Clumps took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod codechickenlib +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod codechickenlib +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod codechickenlib +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - CodeChicken Lib took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod cyclopscore +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod cyclopscore +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod cyclopscore +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - Cyclops Core took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod commoncapabilities +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod commoncapabilities +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod commoncapabilities +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - CommonCapabilities took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod refinedstorage +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod refinedstorage +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod refinedstorage +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - Refined Storage took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod compactmachines3 +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod compactmachines3 +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod compactmachines3 +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - Compact Machines 3 took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod conarm +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod conarm +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod conarm +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - Construct's Armory took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod cookingforblockheads +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod cookingforblockheads +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod cookingforblockheads +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - Cooking for Blockheads took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod crafttweakerjei +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod crafttweakerjei +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod crafttweakerjei +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - CraftTweaker JEI Support took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod cucumber +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod cucumber +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod cucumber +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - Cucumber Library took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod darkutils +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod darkutils +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod darkutils +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - Dark Utilities took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod movingworld +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod movingworld +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod movingworld +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - Moving World took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod davincisvessels +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod davincisvessels +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod davincisvessels +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - Davinci's Vessels took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod death_compass +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod death_compass +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod death_compass +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - death_compass took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod despawningspawners +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod despawningspawners +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod despawningspawners +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - Despawning Spawners took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod dimensionalcontrol +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod dimensionalcontrol +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod dimensionalcontrol +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - Dimensional Control took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod dimstages +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod dimstages +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod dimstages +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - Dimension Stages took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod dungpipe +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod dungpipe +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod dungpipe +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - Dung Pipe took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod elevatorid +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod elevatorid +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod elevatorid +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - Elevator Mod took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod emberroot +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod emberroot +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod emberroot +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - EmberRoot Zoo took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod enderstorage +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod enderstorage +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod enderstorage +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - EnderStorage took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod enderutilities +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod enderutilities +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod enderutilities +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - Ender Utilities took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod valkyrielib +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod valkyrielib +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod valkyrielib +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - Valkyrie Lib took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod environmentaltech +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod environmentaltech +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod environmentaltech +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - Environmental Tech took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod extendedcrafting +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod extendedcrafting +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod extendedcrafting +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - Extended Crafting took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod galacticraftcore +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod galacticraftcore +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod galacticraftcore +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - Galacticraft Core took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod galacticraftplanets +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod galacticraftplanets +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod galacticraftplanets +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - Galacticraft Planets took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod mjrlegendslib +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod mjrlegendslib +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod mjrlegendslib +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - MJRLegendsLib took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod extraplanets +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod extraplanets +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod extraplanets +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - Extra Planets took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod farmingforblockheads +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod farmingforblockheads +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod farmingforblockheads +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - Farming for Blockheads took 0.002s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod farseek +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod farseek +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod farseek +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - Farseek took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod fastfurnace +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod fastfurnace +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod fastfurnace +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - FastFurnace took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod fat_cat +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod fat_cat +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod fat_cat +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - fat_cat took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod ferdinandsflowers +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod ferdinandsflowers +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod ferdinandsflowers +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - Ferdinand's Flowers took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod findme +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod findme +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod findme +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - FindMe took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod foamfix +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod foamfix +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod foamfix +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - FoamFix took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod forgelin +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod forgelin +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod forgelin +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - Shadowfacts' Forgelin took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod forgemultipartcbe +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod forgemultipartcbe +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod forgemultipartcbe +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - Forge Multipart CBE took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod microblockcbe +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod microblockcbe +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod microblockcbe +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - Forge Microblocks took 0.003s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod minecraftmultipartcbe +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod minecraftmultipartcbe +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod minecraftmultipartcbe +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - Minecraft Multipart Plugin took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod galacticrafttweaker +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod galacticrafttweaker +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod galacticrafttweaker +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - galacticrafttweaker took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod advgenerators +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod advgenerators +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod advgenerators +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - Advanced Generators took 0.001s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod gobblecore +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod gobblecore +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod gobblecore +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - Gobble Core took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod harvest +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod harvest +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod harvest +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - Harvest took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod horsepower +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod horsepower +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod horsepower +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - Horse Power took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod huntingdim +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod huntingdim +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod huntingdim +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - Hunting Dimension took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod igwmod +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod igwmod +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod igwmod +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - In-Game wiki Mod took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod mcjtylib_ng +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod mcjtylib_ng +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod mcjtylib_ng +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - McJtyLib took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod immcraft +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod immcraft +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod immcraft +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - Immersive Craft took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod immersivepetroleum +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod immersivepetroleum +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod immersivepetroleum +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - Immersive Petroleum took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod immersivetech +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod immersivetech +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod immersivetech +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - Immersive Tech took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod improvedbackpacks +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod improvedbackpacks +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod improvedbackpacks +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - Improved Backpacks took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod incontrol +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod incontrol +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod incontrol +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - InControl took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod indlog +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod indlog +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod indlog +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - Inductive Logistics took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod teslacorelib +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod teslacorelib +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod teslacorelib +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - Tesla Core Lib took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod industrialforegoing +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod industrialforegoing +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod industrialforegoing +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - Industrial Foregoing took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod infoaccessories +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod infoaccessories +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod infoaccessories +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - Info Accessories took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod integrateddynamics +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod integrateddynamics +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod integrateddynamics +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - Integrated Dynamics took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod integrateddynamicscompat +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod integrateddynamicscompat +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod integrateddynamicscompat +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - IntegratedDynamics-Compat took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod inventorytweaks +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod inventorytweaks +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod inventorytweaks +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - Inventory Tweaks took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod ironbackpacks +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod ironbackpacks +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod ironbackpacks +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - Iron Backpacks took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod ironchest +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod ironchest +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod ironchest +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - Iron Chest took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod ironjetpacks +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod ironjetpacks +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod ironjetpacks +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - Iron Jetpacks took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod itemstages +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod itemstages +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod itemstages +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - Item Stages took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod journeymap +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod journeymap +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod journeymap +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - JourneyMap took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod jarm +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod jarm +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod jarm +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - Just A Raft Mod took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod jaff +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod jaff +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod jaff +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - Just a Few Fish took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod jeid +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod jeid +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod jeid +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - JustEnoughIDs took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod kleeslabs +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod kleeslabs +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod kleeslabs +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - KleeSlabs took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod lex +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod lex +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod lex +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - LibEx took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod lttweaker +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod lttweaker +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod lttweaker +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - Loot Table Tweaker took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod magma_monsters +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod magma_monsters +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod magma_monsters +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - magma_monsters took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod mekatweaks +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod mekatweaks +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod mekatweaks +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - MekaTweaks took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod mercurius +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod mercurius +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod mercurius +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - Mercurius took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod mobends +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod mobends +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod mobends +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - Mo' Bends took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod mob_grinding_utils +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod mob_grinding_utils +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod mob_grinding_utils +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - mob_grinding_utils took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod mobstages +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod mobstages +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod mobstages +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - Mob Stages took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod modularmachinery +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod modularmachinery +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod modularmachinery +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - Modular Machinery took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod morpheus +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod morpheus +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod morpheus +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - Morpheus took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod mputils +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod mputils +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod mputils +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - ModPack Utilities took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod mpbasic +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod mpbasic +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod mpbasic +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - ModPack Basic Tools took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod multiblockstages +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod multiblockstages +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod multiblockstages +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - Multiblockstages took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod mundaneredstone +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod mundaneredstone +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod mundaneredstone +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - Mundane Redstone took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod mysticalagriculture +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod mysticalagriculture +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod mysticalagriculture +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - Mystical Agriculture took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod mysticalagradditions +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod mysticalagradditions +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod mysticalagradditions +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - Mystical Agradditions took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod mystagradcompat +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod mystagradcompat +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod mystagradcompat +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - Mystical Agradditions Compat took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod naturescompass +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod naturescompass +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod naturescompass +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - Nature's Compass took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod nex +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod nex +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod nex +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - NetherEx took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod noworldgen5you +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod noworldgen5you +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod noworldgen5you +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - No World Gen 5 You took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod nutrition +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod nutrition +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod nutrition +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - Nutrition took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod samsocean +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod samsocean +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod samsocean +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - Ocean Floor Classic took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod oreexcavation +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod oreexcavation +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod oreexcavation +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - OreExcavation took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod oeintegration +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod oeintegration +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod oeintegration +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - OreExcavation Integration took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod orestages +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod orestages +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod orestages +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - Ore Stages took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod overloaded +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod overloaded +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod overloaded +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - Overloaded took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod pickletweaks +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod pickletweaks +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod pickletweaks +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - Pickle Tweaks took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod placebo +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod placebo +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod placebo +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - Placebo took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod playerbosses +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod playerbosses +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod playerbosses +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - playerbosses took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod playerskins +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod playerskins +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod playerskins +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - Player Skin Mobs took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod pneumaticcraft +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod pneumaticcraft +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod pneumaticcraft +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - PneumaticCraft: Repressurized took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod poweradapters +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod poweradapters +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod poweradapters +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - Power Adapters took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod prestige +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod prestige +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod prestige +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - Prestige took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod primalchests +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod primalchests +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod primalchests +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - PrimalChests took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod rustic +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod rustic +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod rustic +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - Rustic took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod thebetweenlands +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod thebetweenlands +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod thebetweenlands +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - The Betweenlands took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod primal +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod primal +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod primal +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - PrimalCore took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod progressiontweaks +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod progressiontweaks +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod progressiontweaks +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - Progression Tweaks took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod prospectors +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod prospectors +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod prospectors +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - Prospectors took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod reborncore +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod reborncore +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod reborncore +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - Reborn Core took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod quantumstorage +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod quantumstorage +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod quantumstorage +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - QuantumStorage took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod quickleafdecay +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod quickleafdecay +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod quickleafdecay +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - Quick Leaf Decay took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod rangedpumps +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod rangedpumps +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod rangedpumps +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - Ranged Pumps took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod realdrops +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod realdrops +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod realdrops +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - Realistic Item Drops took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod rebornstorage +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod rebornstorage +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod rebornstorage +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - RebornStorage took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod recipestages +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod recipestages +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod recipestages +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - RecipeStages took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod reccomplex +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod reccomplex +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod reccomplex +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - Recurrent Complex took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod refinedstorageaddons +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod refinedstorageaddons +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod refinedstorageaddons +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - Refined Storage Addons took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 1 IMC messages to mod rftools +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod rftools +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod rftools +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - RFTools took 0.003s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 1 IMC messages to mod rftoolscontrol +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod rftoolscontrol +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod rftoolscontrol +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - RFTools Control took 0.006s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod roadrunner +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod roadrunner +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod roadrunner +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - Road Runner took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod scannable +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod scannable +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod scannable +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - Scannable took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod sevpatches +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod sevpatches +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod sevpatches +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - SevPatches took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod sevtweaks +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod sevtweaks +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod sevtweaks +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - SevTweaks took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod sev_tweaks_npc +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod sev_tweaks_npc +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod sev_tweaks_npc +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - sev_tweaks_npc took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod simpleautorun +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod simpleautorun +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod simpleautorun +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - SimpleAutoRun took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod simplegenerators +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod simplegenerators +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod simplegenerators +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - Simple Generators took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod simpleplanes +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod simpleplanes +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod simpleplanes +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - simpleplanes took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod storagenetwork +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod storagenetwork +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod storagenetwork +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - Simple Storage Network took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod simpletomb +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod simpletomb +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod simpletomb +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - Simple Tomb took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod simplyarrows +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod simplyarrows +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod simplyarrows +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - Simply Arrows took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod spartanshields +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod spartanshields +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod spartanshields +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - Spartan Shields took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod spatialservermod +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod spatialservermod +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod spatialservermod +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - Spatial Server Mod took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod stevescarts +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod stevescarts +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod stevescarts +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - Steve's Carts 2 took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod stg +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod stg +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod stg +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - SwingThroughGrass took 0.001s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod storagedrawers +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod storagedrawers +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod storagedrawers +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - Storage Drawers took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod streams +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod streams +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod streams +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - Streams took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod sasit +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod sasit +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod sasit +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - Stuff A Sock In It took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod supersoundmuffler +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod supersoundmuffler +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod supersoundmuffler +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - Super Sound Muffler: Revived took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod tallgates +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod tallgates +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod tallgates +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - TallGates took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod beneath +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod beneath +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod beneath +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - The Beneath took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod thirstybottles +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod thirstybottles +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod thirstybottles +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - Thirsty Bottles took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod timecontrol +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod timecontrol +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod timecontrol +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - TimeControl took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod tcomplement +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod tcomplement +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod tcomplement +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - Tinkers' Complement took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod tinkerstages +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod tinkerstages +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod tinkerstages +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - Tinker Stages took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod tinkertoolleveling +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod tinkertoolleveling +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod tinkertoolleveling +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - Tinkers Tool Leveling took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod togetherforever +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod togetherforever +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod togetherforever +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - TogetherForever took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod totemic +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod totemic +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod totemic +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - Totemic took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod tothebatpoles +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod tothebatpoles +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod tothebatpoles +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - To the Bat Poles! took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod translocators +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod translocators +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod translocators +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - Translocators took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod treechopper +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod treechopper +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod treechopper +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - Tree Chopper took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod triumph +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod triumph +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod triumph +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - Triumph took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod trumpetskeleton +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod trumpetskeleton +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod trumpetskeleton +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - Trumpet Skeleton took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod tumbleweed +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod tumbleweed +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod tumbleweed +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - Tumbleweed took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod uppers +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod uppers +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod uppers +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - uppers took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod universalmodifiers +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod universalmodifiers +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod universalmodifiers +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - Universal Modifiers took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod vc +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod vc +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod vc +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - ViesCraft took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod vtt +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod vtt +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod vtt +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - Villager Trade Tables took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod waddles +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod waddles +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod waddles +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - Waddles took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod wailastages +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod wailastages +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod wailastages +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - Waila Stages took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod walljump +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod walljump +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod walljump +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - Wall-Jump! took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod wanionlib +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod wanionlib +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod wanionlib +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - WanionLib took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod watercontrolextreme +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod watercontrolextreme +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod watercontrolextreme +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - Water Control Extreme took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod waterstrainer +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod waterstrainer +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod waterstrainer +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - Water Strainer took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod wawla +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod wawla +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod wawla +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - What Are We Looking At took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod weirdinggadget +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod weirdinggadget +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod weirdinggadget +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - The Weirding Gadget took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod wildcrops +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod wildcrops +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod wildcrops +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - Wild Crops took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod witherskelefix +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod witherskelefix +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod witherskelefix +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - Wither Skeleton Tweaks took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod wopper +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod wopper +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod wopper +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - Wopper took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 2 IMC messages to mod xnet +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod xnet +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod xnet +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - XNet took 0.009s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod ynot +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod ynot +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod ynot +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - YNot took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod yoyos +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod yoyos +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod yoyos +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - Yoyos took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod zenstages +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod zenstages +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod zenstages +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - ZenStages took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod zenloot +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod zenloot +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod zenloot +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - ZenLoot took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod primal_tech +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod primal_tech +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod primal_tech +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - primal_tech took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod teslacorelib_registries +[16:58:17] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod teslacorelib_registries +[16:58:17] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod teslacorelib_registries +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - Tesla Core Lib Registries took 0.000s +[16:58:17] [Server thread/DEBUG] [FML]: Bar Finished: InterModComms$IMC took 0.913s +[16:58:17] [Server thread/INFO] [FML]: Injecting itemstacks +[16:58:17] [Server thread/INFO] [FML]: Itemstack injection complete +[16:58:17] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod minecraft +[16:58:17] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod minecraft +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - Minecraft took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod mcp +[16:58:17] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod mcp +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - Minecraft Coder Pack took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod FML +[16:58:17] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod FML +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - Forge Mod Loader took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod forge +[16:58:17] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod forge +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - Minecraft Forge took 0.001s +[16:58:17] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod ivtoolkit +[16:58:17] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod ivtoolkit +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - IvToolkit took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod micdoodlecore +[16:58:17] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod micdoodlecore +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - Micdoodle8 Core took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod smoothfontcore +[16:58:17] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod smoothfontcore +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - Smooth Font Core took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod com.elytradev.movingworld.common.asm.coremod +[16:58:17] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod com.elytradev.movingworld.common.asm.coremod +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - MovingWorld CORE took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod bnbgamingcore +[16:58:17] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod bnbgamingcore +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - BnBGamingCore took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod foamfixcore +[16:58:17] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod foamfixcore +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - FoamFixCore took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod randompatches +[16:58:17] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod randompatches +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - RandomPatches took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod movillages +[16:58:17] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod movillages +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - Mo' Villages took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod charcoalblock +[16:58:17] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod charcoalblock +[16:58:17] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - A Block of Charcoal took 0.000s +[16:58:17] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod crafttweaker +[16:58:17] [Server thread/INFO] [FML]: Ignored smelting recipe with conflicting input: 1xitem.primal.shark_meat_raw@0 = 1xitem.primal.shark_meat_cooked@0 +[16:58:17] [Server thread/INFO] [FML]: Ignored smelting recipe with conflicting input: 1xtile.primal.nether_earth@4 = 1xtile.primal.nether_earth@0 +[16:58:17] [Server thread/INFO] [FML]: Ignored smelting recipe with conflicting input: 1xtile.primal.nether_earth@0 = 1xtile.primal.nether_earth@1 +[16:58:20] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod crafttweaker +[16:58:20] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - CraftTweaker2 took 2.663s +[16:58:20] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod mtlib +[16:58:20] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod mtlib +[16:58:20] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - MTLib took 0.000s +[16:58:20] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod modtweaker +[16:58:20] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod modtweaker +[16:58:20] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - Mod Tweaker took 0.000s +[16:58:20] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod jei +[16:58:20] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod jei +[16:58:20] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - Just Enough Items took 0.000s +[16:58:20] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod abyssalcraft +[16:58:20] [Server thread/INFO] [AbyssalCraft]: Post-initializing integrations! +[16:58:20] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod abyssalcraft +[16:58:20] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - AbyssalCraft took 0.021s +[16:58:20] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod chisel +[16:58:20] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod chisel +[16:58:20] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - Chisel took 0.000s +[16:58:20] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod mantle +[16:58:20] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod mantle +[16:58:20] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - Mantle took 0.000s +[16:58:20] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod twilightforest +[16:58:20] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod twilightforest +[16:58:20] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - The Twilight Forest took 0.000s +[16:58:20] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod tconstruct +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of melting recipe for fluid.tconstruct.stone from tile.stone.stone has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of melting recipe for fluid.tconstruct.stone from tile.stonebrick has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of melting recipe for fluid.tconstruct.stone from item.tconstruct.sharpening_kit has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of melting recipe for fluid.tconstruct.stone from item.tconstruct.shard has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of melting recipe for fluid.tconstruct.stone from item.tconstruct.tool_rod has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of melting recipe for fluid.tconstruct.stone from item.tconstruct.pick_head has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of melting recipe for fluid.tconstruct.stone from item.tconstruct.binding has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of melting recipe for fluid.tconstruct.stone from item.tconstruct.shovel_head has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of melting recipe for fluid.tconstruct.stone from item.tconstruct.axe_head has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of melting recipe for fluid.tconstruct.stone from item.tconstruct.kama_head has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of melting recipe for fluid.tconstruct.stone from item.tconstruct.tough_tool_rod has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of melting recipe for fluid.tconstruct.stone from item.tconstruct.hammer_head has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of melting recipe for fluid.tconstruct.stone from item.tconstruct.large_plate has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of melting recipe for fluid.tconstruct.stone from item.tconstruct.excavator_head has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of melting recipe for fluid.tconstruct.stone from item.tconstruct.tough_binding has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of melting recipe for fluid.tconstruct.stone from item.tconstruct.broad_axe_head has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of melting recipe for fluid.tconstruct.stone from item.tconstruct.scythe_head has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of melting recipe for fluid.tconstruct.stone from item.tconstruct.sword_blade has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of melting recipe for fluid.tconstruct.stone from item.tconstruct.wide_guard has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of melting recipe for fluid.tconstruct.stone from item.tconstruct.hand_guard has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of melting recipe for fluid.tconstruct.stone from item.tconstruct.cross_guard has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of melting recipe for fluid.tconstruct.stone from item.tconstruct.pan_head has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of melting recipe for fluid.tconstruct.stone from item.tconstruct.sign_head has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of melting recipe for fluid.tconstruct.stone from item.tconstruct.large_sword_blade has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of melting recipe for fluid.tconstruct.stone from item.tconstruct.bow_limb has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of melting recipe for fluid.tconstruct.stone from item.tconstruct.bow_string has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of melting recipe for fluid.tconstruct.stone from item.tconstruct.arrow_shaft has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of melting recipe for fluid.tconstruct.stone from item.tconstruct.arrow_head has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of melting recipe for fluid.tconstruct.stone from item.tconstruct.fletching has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of melting recipe for fluid.tconstruct.stone from item.tconstruct.knife_blade has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of melting recipe for fluid.tconstruct.stone from item.conarm.helmet_core has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of melting recipe for fluid.tconstruct.stone from item.conarm.armor_plate has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of melting recipe for fluid.tconstruct.stone from item.conarm.armor_trim has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of melting recipe for fluid.tconstruct.stone from item.conarm.chest_core has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of melting recipe for fluid.tconstruct.stone from item.conarm.leggings_core has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of melting recipe for fluid.tconstruct.stone from item.conarm.boots_core has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of melting recipe for fluid.tconstruct.stone from item.conarm.polishing_kit has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of melting recipe for fluid.tconstruct.stone from item.tcomplement.chisel_head has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of melting recipe for fluid.tconstruct.stone from item.yoyos.yoyo_cord has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of melting recipe for fluid.tconstruct.stone from item.yoyos.yoyo_body has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of melting recipe for fluid.tconstruct.stone from item.yoyos.yoyo_axle has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of basin casting recipe for tile.tconstruct.seared_furnace_controller has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of melting recipe for fluid.tconstruct.stone from tile.tconstruct.seared.stone has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of melting recipe for fluid.tconstruct.stone from item.tconstruct.materials.seared_brick has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of melting recipe for fluid.tconstruct.stone from tile.tconstruct.soil.grout has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of melting recipe for fluid.tconstruct.glass from tile.sand.default has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of melting recipe for fluid.tconstruct.glass from tile.glass has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of melting recipe for fluid.tconstruct.glass from tile.thinGlass has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of table casting recipe for tile.thinGlass has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of basin casting recipe for tile.tconstruct.clear_glass has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of drying rack recipe for item.leather from item.beefCooked has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of drying rack recipe for item.leather from item.chickenCooked has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of drying rack recipe for item.leather from item.fish.cod.cooked has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of drying rack recipe for item.leather from item.muttonCooked has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of drying rack recipe for item.leather from item.porkchopCooked has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of drying rack recipe for item.leather from item.rabbitCooked has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of melting recipe for fluid.fierymetal from item.twilightforest.fieryIngot has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of melting recipe for fluid.fierymetal from tile.twilightforest.BlockOfStorage.1 has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of melting recipe for fluid.fierymetal from item.contenttweaker.material_part has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of melting recipe for fluid.fierymetal from item.contenttweaker.material_part has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of table casting recipe for item.twilightforest.fieryIngot has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of basin casting recipe for tile.twilightforest.BlockOfStorage.1 has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of table casting recipe for item.contenttweaker.material_part has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of table casting recipe for item.contenttweaker.material_part has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of melting recipe for fluid.tconstruct.iron from item.ironNugget has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of melting recipe for fluid.tconstruct.iron from item.ingotIron has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of melting recipe for fluid.tconstruct.iron from tile.blockIron has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of melting recipe for fluid.tconstruct.iron from item.immersiveengineering.metal.plate_iron has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of melting recipe for fluid.tconstruct.iron from item.contenttweaker.material_part has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of melting recipe for fluid.tconstruct.iron from item.immersiveengineering.metal.dust_iron has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of table casting recipe for item.ingotIron has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of table casting recipe for item.ironNugget has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of basin casting recipe for tile.blockIron has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of table casting recipe for item.immersiveengineering.metal.plate_iron has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of table casting recipe for item.contenttweaker.material_part has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of melting recipe for fluid.tconstruct.pigiron from item.tconstruct.ingots.pigiron has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of melting recipe for fluid.tconstruct.pigiron from tile.tconstruct.metal.pigiron has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of table casting recipe for item.tconstruct.ingots.pigiron has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of basin casting recipe for tile.tconstruct.metal.pigiron has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of melting recipe for fluid.tconstruct.knightslime from item.tconstruct.ingots.knightslime has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of melting recipe for fluid.tconstruct.knightslime from tile.tconstruct.metal.knightslime has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of table casting recipe for item.tconstruct.ingots.knightslime has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of basin casting recipe for tile.tconstruct.metal.knightslime has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of melting recipe for fluid.tconstruct.alubrass from item.tconstruct.nuggets.alubrass has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of melting recipe for fluid.tconstruct.alubrass from item.tconstruct.ingots.alubrass has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of melting recipe for fluid.tconstruct.alubrass from tile.tconstruct.metal.alubrass has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of table casting recipe for item.tconstruct.ingots.alubrass has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of table casting recipe for item.tconstruct.nuggets.alubrass has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of basin casting recipe for tile.tconstruct.metal.alubrass has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of melting recipe for fluid.tconstruct.cobalt from item.tconstruct.nuggets.cobalt has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of melting recipe for fluid.tconstruct.cobalt from item.tconstruct.ingots.cobalt has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of melting recipe for fluid.tconstruct.cobalt from tile.tconstruct.metal.cobalt has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of melting recipe for fluid.tconstruct.cobalt from item.contenttweaker.material_part has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of melting recipe for fluid.tconstruct.cobalt from item.contenttweaker.material_part has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of melting recipe for fluid.tconstruct.cobalt from item.contenttweaker.material_part has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of table casting recipe for item.tconstruct.ingots.cobalt has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of table casting recipe for item.tconstruct.nuggets.cobalt has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of basin casting recipe for tile.tconstruct.metal.cobalt has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of table casting recipe for item.contenttweaker.material_part has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of table casting recipe for item.contenttweaker.material_part has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of melting recipe for fluid.tconstruct.ardite from item.tconstruct.nuggets.ardite has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of melting recipe for fluid.tconstruct.ardite from item.tconstruct.ingots.ardite has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of melting recipe for fluid.tconstruct.ardite from tile.tconstruct.metal.ardite has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of melting recipe for fluid.tconstruct.ardite from item.contenttweaker.material_part has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of table casting recipe for item.tconstruct.ingots.ardite has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of table casting recipe for item.tconstruct.nuggets.ardite has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of basin casting recipe for tile.tconstruct.metal.ardite has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of melting recipe for fluid.tconstruct.manyullyn from item.tconstruct.nuggets.manyullyn has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of melting recipe for fluid.tconstruct.manyullyn from item.tconstruct.ingots.manyullyn has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of melting recipe for fluid.tconstruct.manyullyn from tile.tconstruct.metal.manyullyn has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of table casting recipe for item.tconstruct.ingots.manyullyn has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of table casting recipe for item.tconstruct.nuggets.manyullyn has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of basin casting recipe for tile.tconstruct.metal.manyullyn has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of melting recipe for fluid.tconstruct.copper from item.immersiveengineering.metal.ingot_copper has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of melting recipe for fluid.tconstruct.copper from tile.immersiveengineering.storage.copper has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of melting recipe for fluid.tconstruct.copper from item.immersiveengineering.metal.plate_copper has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of melting recipe for fluid.tconstruct.copper from item.contenttweaker.material_part has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of melting recipe for fluid.tconstruct.copper from item.immersiveengineering.metal.dust_copper has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of table casting recipe for item.immersiveengineering.metal.ingot_copper has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of basin casting recipe for tile.immersiveengineering.storage.copper has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of table casting recipe for item.immersiveengineering.metal.plate_copper has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of table casting recipe for item.contenttweaker.material_part has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of melting recipe for fluid.tconstruct.bronze from item.bronzeIngot has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of melting recipe for fluid.tconstruct.bronze from tile.BasicBlock.BronzeBlock has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of melting recipe for fluid.tconstruct.bronze from item.contenttweaker.material_part has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of melting recipe for fluid.tconstruct.bronze from item.contenttweaker.material_part has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of table casting recipe for item.bronzeIngot has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of basin casting recipe for tile.BasicBlock.BronzeBlock has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of table casting recipe for item.contenttweaker.material_part has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of table casting recipe for item.contenttweaker.material_part has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of melting recipe for fluid.tconstruct.lead from item.immersiveengineering.metal.nugget_lead has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of melting recipe for fluid.tconstruct.lead from item.immersiveengineering.metal.ingot_lead has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of melting recipe for fluid.tconstruct.lead from tile.immersiveengineering.storage.lead has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of melting recipe for fluid.tconstruct.lead from item.immersiveengineering.metal.plate_lead has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of melting recipe for fluid.tconstruct.lead from item.contenttweaker.material_part has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of melting recipe for fluid.tconstruct.lead from item.immersiveengineering.metal.dust_lead has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of table casting recipe for item.immersiveengineering.metal.ingot_lead has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of table casting recipe for item.immersiveengineering.metal.nugget_lead has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of basin casting recipe for tile.immersiveengineering.storage.lead has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of table casting recipe for item.immersiveengineering.metal.plate_lead has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of table casting recipe for item.contenttweaker.material_part has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of melting recipe for fluid.tconstruct.silver from item.immersiveengineering.metal.nugget_silver has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of melting recipe for fluid.tconstruct.silver from item.immersiveengineering.metal.ingot_silver has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of melting recipe for fluid.tconstruct.silver from tile.immersiveengineering.storage.silver has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of melting recipe for fluid.tconstruct.silver from item.immersiveengineering.metal.plate_silver has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of melting recipe for fluid.tconstruct.silver from item.contenttweaker.material_part has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of melting recipe for fluid.tconstruct.silver from item.immersiveengineering.metal.dust_silver has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of table casting recipe for item.immersiveengineering.metal.ingot_silver has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of table casting recipe for item.immersiveengineering.metal.nugget_silver has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of basin casting recipe for tile.immersiveengineering.storage.silver has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of table casting recipe for item.immersiveengineering.metal.plate_silver has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of table casting recipe for item.contenttweaker.material_part has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of melting recipe for fluid.tconstruct.electrum from item.immersiveengineering.metal.nugget_electrum has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of melting recipe for fluid.tconstruct.electrum from item.immersiveengineering.metal.ingot_electrum has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of melting recipe for fluid.tconstruct.electrum from tile.immersiveengineering.storage.electrum has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of melting recipe for fluid.tconstruct.electrum from item.immersiveengineering.metal.plate_electrum has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of melting recipe for fluid.tconstruct.electrum from item.immersiveengineering.metal.dust_electrum has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of table casting recipe for item.immersiveengineering.metal.ingot_electrum has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of table casting recipe for item.immersiveengineering.metal.nugget_electrum has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of basin casting recipe for tile.immersiveengineering.storage.electrum has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of table casting recipe for item.immersiveengineering.metal.plate_electrum has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of melting recipe for fluid.tconstruct.steel from item.immersiveengineering.metal.nugget_steel has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of melting recipe for fluid.tconstruct.steel from item.immersiveengineering.metal.ingot_steel has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of melting recipe for fluid.tconstruct.steel from tile.immersiveengineering.storage.steel has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of melting recipe for fluid.tconstruct.steel from item.immersiveengineering.metal.plate_steel has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of melting recipe for fluid.tconstruct.steel from item.contenttweaker.material_part has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of melting recipe for fluid.tconstruct.steel from item.immersiveengineering.metal.dust_steel has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of table casting recipe for item.immersiveengineering.metal.ingot_steel has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of table casting recipe for item.immersiveengineering.metal.nugget_steel has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of basin casting recipe for tile.immersiveengineering.storage.steel has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of table casting recipe for item.immersiveengineering.metal.plate_steel has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of table casting recipe for item.contenttweaker.material_part has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of melting recipe for fluid.tconstruct.gold from item.goldNugget has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of melting recipe for fluid.tconstruct.gold from item.ingotGold has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of melting recipe for fluid.tconstruct.gold from tile.blockGold has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of melting recipe for fluid.tconstruct.gold from item.immersiveengineering.metal.plate_gold has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of melting recipe for fluid.tconstruct.gold from item.contenttweaker.material_part has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of melting recipe for fluid.tconstruct.gold from item.immersiveengineering.metal.dust_gold has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of table casting recipe for item.ingotGold has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of table casting recipe for item.goldNugget has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of basin casting recipe for tile.blockGold has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of table casting recipe for item.immersiveengineering.metal.plate_gold has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of table casting recipe for item.contenttweaker.material_part has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of melting recipe for fluid.tconstruct.tin from item.tinIngot has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of melting recipe for fluid.tconstruct.tin from tile.BasicBlock.TinBlock has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of melting recipe for fluid.tconstruct.tin from item.contenttweaker.material_part has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of melting recipe for fluid.tconstruct.tin from item.contenttweaker.material_part has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of melting recipe for fluid.tconstruct.tin from item.tinDust has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of table casting recipe for item.tinIngot has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of basin casting recipe for tile.BasicBlock.TinBlock has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of table casting recipe for item.contenttweaker.material_part has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of table casting recipe for item.contenttweaker.material_part has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of melting recipe for fluid.tconstruct.nickel from item.immersiveengineering.metal.nugget_nickel has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of melting recipe for fluid.tconstruct.nickel from item.immersiveengineering.metal.ingot_nickel has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of melting recipe for fluid.tconstruct.nickel from tile.immersiveengineering.storage.nickel has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of melting recipe for fluid.tconstruct.nickel from item.immersiveengineering.metal.plate_nickel has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of melting recipe for fluid.tconstruct.nickel from item.immersiveengineering.metal.dust_nickel has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of table casting recipe for item.immersiveengineering.metal.ingot_nickel has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of table casting recipe for item.immersiveengineering.metal.nugget_nickel has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of basin casting recipe for tile.immersiveengineering.storage.nickel has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of table casting recipe for item.immersiveengineering.metal.plate_nickel has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of melting recipe for fluid.tconstruct.zinc from item.tier8_items.ingot_zinc has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of melting recipe for fluid.tconstruct.zinc from tile.neptune.zinc_block has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of melting recipe for fluid.tconstruct.zinc from item.primal.zinc_dust has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of table casting recipe for item.tier8_items.ingot_zinc has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of basin casting recipe for tile.neptune.zinc_block has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of melting recipe for fluid.tconstruct.aluminum from item.immersiveengineering.metal.ingot_aluminum has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of melting recipe for fluid.tconstruct.aluminum from tile.immersiveengineering.storage.aluminum has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of melting recipe for fluid.tconstruct.aluminum from item.immersiveengineering.metal.plate_aluminum has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of melting recipe for fluid.tconstruct.aluminum from item.immersiveengineering.metal.dust_aluminum has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of table casting recipe for item.immersiveengineering.metal.ingot_aluminum has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of basin casting recipe for tile.immersiveengineering.storage.aluminum has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of table casting recipe for item.immersiveengineering.metal.plate_aluminum has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of melting recipe for fluid.moltenAbyssalnite from item.nugget.abyssalnite has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of melting recipe for fluid.moltenAbyssalnite from item.abyingot has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of melting recipe for fluid.moltenAbyssalnite from tile.ingotblock.0 has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of melting recipe for fluid.moltenAbyssalnite from item.dust.abyssalnite has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of table casting recipe for item.abyingot has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of table casting recipe for item.nugget.abyssalnite has been cancelled by event +[16:58:20] [Server thread/DEBUG] [tconstruct-API]: Registration of basin casting recipe for tile.ingotblock.0 has been cancelled by event +[16:58:21] [Server thread/DEBUG] [tconstruct-API]: Registration of melting recipe for fluid.moltenRefinedCoralium from item.nugget.coralium has been cancelled by event +[16:58:21] [Server thread/DEBUG] [tconstruct-API]: Registration of melting recipe for fluid.moltenRefinedCoralium from item.cingot has been cancelled by event +[16:58:21] [Server thread/DEBUG] [tconstruct-API]: Registration of melting recipe for fluid.moltenRefinedCoralium from tile.ingotblock.1 has been cancelled by event +[16:58:21] [Server thread/DEBUG] [tconstruct-API]: Registration of melting recipe for fluid.moltenRefinedCoralium from item.dust.coralium has been cancelled by event +[16:58:21] [Server thread/DEBUG] [tconstruct-API]: Registration of table casting recipe for item.cingot has been cancelled by event +[16:58:21] [Server thread/DEBUG] [tconstruct-API]: Registration of table casting recipe for item.nugget.coralium has been cancelled by event +[16:58:21] [Server thread/DEBUG] [tconstruct-API]: Registration of basin casting recipe for tile.ingotblock.1 has been cancelled by event +[16:58:21] [Server thread/DEBUG] [tconstruct-API]: Registration of melting recipe for fluid.moltenDreadium from item.nugget.dreadium has been cancelled by event +[16:58:21] [Server thread/DEBUG] [tconstruct-API]: Registration of melting recipe for fluid.moltenDreadium from item.dreadiumingot has been cancelled by event +[16:58:21] [Server thread/DEBUG] [tconstruct-API]: Registration of melting recipe for fluid.moltenDreadium from tile.ingotblock.2 has been cancelled by event +[16:58:21] [Server thread/DEBUG] [tconstruct-API]: Registration of melting recipe for fluid.moltenDreadium from item.dust.dreadium has been cancelled by event +[16:58:21] [Server thread/DEBUG] [tconstruct-API]: Registration of table casting recipe for item.dreadiumingot has been cancelled by event +[16:58:21] [Server thread/DEBUG] [tconstruct-API]: Registration of table casting recipe for item.nugget.dreadium has been cancelled by event +[16:58:21] [Server thread/DEBUG] [tconstruct-API]: Registration of basin casting recipe for tile.ingotblock.2 has been cancelled by event +[16:58:21] [Server thread/DEBUG] [tconstruct-API]: Registration of melting recipe for fluid.constantan from item.immersiveengineering.metal.nugget_constantan has been cancelled by event +[16:58:21] [Server thread/DEBUG] [tconstruct-API]: Registration of melting recipe for fluid.constantan from item.immersiveengineering.metal.ingot_constantan has been cancelled by event +[16:58:21] [Server thread/DEBUG] [tconstruct-API]: Registration of melting recipe for fluid.constantan from tile.immersiveengineering.storage.constantan has been cancelled by event +[16:58:21] [Server thread/DEBUG] [tconstruct-API]: Registration of melting recipe for fluid.constantan from item.immersiveengineering.metal.plate_constantan has been cancelled by event +[16:58:21] [Server thread/DEBUG] [tconstruct-API]: Registration of melting recipe for fluid.constantan from item.immersiveengineering.metal.dust_constantan has been cancelled by event +[16:58:21] [Server thread/DEBUG] [tconstruct-API]: Registration of table casting recipe for item.immersiveengineering.metal.ingot_constantan has been cancelled by event +[16:58:21] [Server thread/DEBUG] [tconstruct-API]: Registration of table casting recipe for item.immersiveengineering.metal.nugget_constantan has been cancelled by event +[16:58:21] [Server thread/DEBUG] [tconstruct-API]: Registration of basin casting recipe for tile.immersiveengineering.storage.constantan has been cancelled by event +[16:58:21] [Server thread/DEBUG] [tconstruct-API]: Registration of table casting recipe for item.immersiveengineering.metal.plate_constantan has been cancelled by event +[16:58:21] [Server thread/DEBUG] [tconstruct-API]: Registration of melting recipe for fluid.uranium from item.immersiveengineering.metal.ingot_uranium has been cancelled by event +[16:58:21] [Server thread/DEBUG] [tconstruct-API]: Registration of melting recipe for fluid.uranium from tile.immersiveengineering.storage.uranium has been cancelled by event +[16:58:21] [Server thread/DEBUG] [tconstruct-API]: Registration of melting recipe for fluid.uranium from item.immersiveengineering.metal.plate_uranium has been cancelled by event +[16:58:21] [Server thread/DEBUG] [tconstruct-API]: Registration of melting recipe for fluid.uranium from item.immersiveengineering.metal.dust_uranium has been cancelled by event +[16:58:21] [Server thread/DEBUG] [tconstruct-API]: Registration of table casting recipe for item.immersiveengineering.metal.ingot_uranium has been cancelled by event +[16:58:21] [Server thread/DEBUG] [tconstruct-API]: Registration of basin casting recipe for tile.immersiveengineering.storage.uranium has been cancelled by event +[16:58:21] [Server thread/DEBUG] [tconstruct-API]: Registration of table casting recipe for item.immersiveengineering.metal.plate_uranium has been cancelled by event +[16:58:21] [Server thread/TRACE] [tconstruct-TinkerSmeltery]: Added automatic melting recipe for 1xitem.shears@0 (288 iron) +[16:58:21] [Server thread/TRACE] [tconstruct-TinkerSmeltery]: Added automatic melting recipe for 1xitem.minecart@0 (720 iron) +[16:58:21] [Server thread/TRACE] [tconstruct-TinkerSmeltery]: Added automatic melting recipe for 1xtile.ironTrapdoor@0 (576 iron) +[16:58:21] [Server thread/TRACE] [tconstruct-TinkerSmeltery]: Added automatic melting recipe for 3xitem.doorIron@0 (288 iron) +[16:58:21] [Server thread/TRACE] [tconstruct-TinkerSmeltery]: Added automatic melting recipe for 1xitem.cauldron@0 (1008 iron) +[16:58:21] [Server thread/TRACE] [tconstruct-TinkerSmeltery]: Added automatic melting recipe for 1xtile.anvil@0 (4464 iron) +[16:58:21] [Server thread/TRACE] [tconstruct-TinkerSmeltery]: Added automatic melting recipe for 1xitem.dreadiumplate@0 (1152 moltendreadium) +[16:58:21] [Server thread/TRACE] [tconstruct-TinkerSmeltery]: Added automatic melting recipe for 1xitem.dreadiumlegs@0 (1008 moltendreadium) +[16:58:21] [Server thread/TRACE] [tconstruct-TinkerSmeltery]: Added automatic melting recipe for 1xitem.dreadiumhelmet@0 (720 moltendreadium) +[16:58:21] [Server thread/TRACE] [tconstruct-TinkerSmeltery]: Added automatic melting recipe for 1xitem.dreadiumboots@0 (576 moltendreadium) +[16:58:21] [Server thread/TRACE] [tconstruct-TinkerSmeltery]: Added automatic melting recipe for 1xitem.corplate@0 (1152 moltenrefinedcoralium) +[16:58:21] [Server thread/TRACE] [tconstruct-TinkerSmeltery]: Added automatic melting recipe for 1xitem.corlegs@0 (1008 moltenrefinedcoralium) +[16:58:21] [Server thread/TRACE] [tconstruct-TinkerSmeltery]: Added automatic melting recipe for 1xitem.corhelmet@0 (720 moltenrefinedcoralium) +[16:58:21] [Server thread/TRACE] [tconstruct-TinkerSmeltery]: Added automatic melting recipe for 1xitem.corboots@0 (576 moltenrefinedcoralium) +[16:58:21] [Server thread/TRACE] [tconstruct-TinkerSmeltery]: Added automatic melting recipe for 1xitem.aplate@0 (1152 moltenabyssalnite) +[16:58:21] [Server thread/TRACE] [tconstruct-TinkerSmeltery]: Added automatic melting recipe for 1xitem.alegs@0 (1008 moltenabyssalnite) +[16:58:21] [Server thread/TRACE] [tconstruct-TinkerSmeltery]: Added automatic melting recipe for 1xitem.ahelmet@0 (720 moltenabyssalnite) +[16:58:21] [Server thread/TRACE] [tconstruct-TinkerSmeltery]: Added automatic melting recipe for 1xitem.aboots@0 (576 moltenabyssalnite) +[16:58:21] [Server thread/TRACE] [tconstruct-TinkerSmeltery]: Added automatic melting recipe for 1xitem.twilightforest.knightmetalRing@0 (576 knightmetal) +[16:58:21] [Server thread/TRACE] [tconstruct-TinkerSmeltery]: Added automatic melting recipe for 1xitem.twilightforest.knightlyPlate@0 (1152 knightmetal) +[16:58:21] [Server thread/TRACE] [tconstruct-TinkerSmeltery]: Added automatic melting recipe for 1xitem.twilightforest.fieryHelm@0 (720 fierymetal) +[16:58:21] [Server thread/TRACE] [tconstruct-TinkerSmeltery]: Added automatic melting recipe for 1xitem.twilightforest.fieryPlate@0 (1152 fierymetal) +[16:58:21] [Server thread/TRACE] [tconstruct-TinkerSmeltery]: Added automatic melting recipe for 1xitem.twilightforest.fieryBoots@0 (576 fierymetal) +[16:58:21] [Server thread/TRACE] [tconstruct-TinkerSmeltery]: Added automatic melting recipe for 1xitem.twilightforest.knightlyHelm@0 (720 knightmetal) +[16:58:21] [Server thread/TRACE] [tconstruct-TinkerSmeltery]: Added automatic melting recipe for 1xitem.twilightforest.fieryLegs@0 (1008 fierymetal) +[16:58:21] [Server thread/TRACE] [tconstruct-TinkerSmeltery]: Added automatic melting recipe for 1xitem.twilightforest.knightlyBoots@0 (576 knightmetal) +[16:58:21] [Server thread/TRACE] [tconstruct-TinkerSmeltery]: Added automatic melting recipe for 1xitem.twilightforest.knightlyLegs@0 (1008 knightmetal) +[16:58:21] [Server thread/TRACE] [tconstruct-TinkerSmeltery]: Added automatic melting recipe for 4xtile.immersiveengineering.sheetmetal@5 (144 uranium) +[16:58:21] [Server thread/TRACE] [tconstruct-TinkerSmeltery]: Added automatic melting recipe for 4xtile.immersiveengineering.sheetmetal@8 (144 steel) +[16:58:21] [Server thread/TRACE] [tconstruct-TinkerSmeltery]: Added automatic melting recipe for 4xtile.immersiveengineering.sheetmetal@3 (144 silver) +[16:58:21] [Server thread/TRACE] [tconstruct-TinkerSmeltery]: Added automatic melting recipe for 4xtile.immersiveengineering.sheetmetal@4 (144 nickel) +[16:58:21] [Server thread/TRACE] [tconstruct-TinkerSmeltery]: Added automatic melting recipe for 4xtile.immersiveengineering.sheetmetal@2 (144 lead) +[16:58:21] [Server thread/TRACE] [tconstruct-TinkerSmeltery]: Added automatic melting recipe for 4xtile.immersiveengineering.sheetmetal@9 (144 iron) +[16:58:21] [Server thread/TRACE] [tconstruct-TinkerSmeltery]: Added automatic melting recipe for 4xtile.immersiveengineering.sheetmetal@10 (144 gold) +[16:58:21] [Server thread/TRACE] [tconstruct-TinkerSmeltery]: Added automatic melting recipe for 4xtile.immersiveengineering.sheetmetal@7 (144 electrum) +[16:58:21] [Server thread/TRACE] [tconstruct-TinkerSmeltery]: Added automatic melting recipe for 4xtile.immersiveengineering.sheetmetal@0 (144 copper) +[16:58:21] [Server thread/TRACE] [tconstruct-TinkerSmeltery]: Added automatic melting recipe for 4xtile.immersiveengineering.sheetmetal@6 (144 constantan) +[16:58:21] [Server thread/TRACE] [tconstruct-TinkerSmeltery]: Added automatic melting recipe for 4xtile.immersiveengineering.sheetmetal@1 (144 aluminum) +[16:58:21] [Server thread/TRACE] [tconstruct-TinkerSmeltery]: Added automatic melting recipe for 6xtile.immersiveengineering.storage_slab@5 (648 uranium) +[16:58:21] [Server thread/TRACE] [tconstruct-TinkerSmeltery]: Added automatic melting recipe for 6xtile.immersiveengineering.storage_slab@8 (648 steel) +[16:58:21] [Server thread/TRACE] [tconstruct-TinkerSmeltery]: Added automatic melting recipe for 6xtile.immersiveengineering.storage_slab@3 (648 silver) +[16:58:21] [Server thread/TRACE] [tconstruct-TinkerSmeltery]: Added automatic melting recipe for 6xtile.immersiveengineering.storage_slab@4 (648 nickel) +[16:58:21] [Server thread/TRACE] [tconstruct-TinkerSmeltery]: Added automatic melting recipe for 6xtile.immersiveengineering.storage_slab@2 (648 lead) +[16:58:21] [Server thread/TRACE] [tconstruct-TinkerSmeltery]: Added automatic melting recipe for 6xtile.immersiveengineering.storage_slab@7 (648 electrum) +[16:58:21] [Server thread/TRACE] [tconstruct-TinkerSmeltery]: Added automatic melting recipe for 6xtile.immersiveengineering.storage_slab@0 (648 copper) +[16:58:21] [Server thread/TRACE] [tconstruct-TinkerSmeltery]: Added automatic melting recipe for 6xtile.immersiveengineering.storage_slab@6 (648 constantan) +[16:58:21] [Server thread/TRACE] [tconstruct-TinkerSmeltery]: Added automatic melting recipe for 6xtile.immersiveengineering.storage_slab@1 (648 aluminum) +[16:58:21] [Server thread/TRACE] [tconstruct-TinkerSmeltery]: Added automatic melting recipe for 8xtile.immersiveengineering.metal_device1@6 (108 iron) +[16:58:21] [Server thread/TRACE] [tconstruct-TinkerSmeltery]: Added automatic melting recipe for 1xitem.immersiveengineering.material@16 (720 steel) +[16:58:21] [Server thread/TRACE] [tconstruct-TinkerSmeltery]: Added automatic melting recipe for 1xitem.immersiveengineering.steel_armor_legs@0 (1008 steel) +[16:58:21] [Server thread/TRACE] [tconstruct-TinkerSmeltery]: Added automatic melting recipe for 1xitem.immersiveengineering.steel_armor_head@0 (720 steel) +[16:58:21] [Server thread/TRACE] [tconstruct-TinkerSmeltery]: Added automatic melting recipe for 1xitem.immersiveengineering.steel_armor_chest@0 (1152 steel) +[16:58:21] [Server thread/TRACE] [tconstruct-TinkerSmeltery]: Added automatic melting recipe for 1xitem.immersiveengineering.steel_armor_feet@0 (576 steel) +[16:58:21] [Server thread/TRACE] [tconstruct-TinkerSmeltery]: Added automatic melting recipe for 1xitem.immersiveengineering.faraday_suit_legs@0 (1008 aluminum) +[16:58:21] [Server thread/TRACE] [tconstruct-TinkerSmeltery]: Added automatic melting recipe for 1xitem.immersiveengineering.faraday_suit_head@0 (720 aluminum) +[16:58:21] [Server thread/TRACE] [tconstruct-TinkerSmeltery]: Added automatic melting recipe for 1xitem.immersiveengineering.faraday_suit_chest@0 (1152 aluminum) +[16:58:21] [Server thread/TRACE] [tconstruct-TinkerSmeltery]: Added automatic melting recipe for 1xitem.immersiveengineering.faraday_suit_feet@0 (576 aluminum) +[16:58:21] [Server thread/TRACE] [tconstruct-TinkerSmeltery]: Added automatic melting recipe for 3xtile.environmentaltech.lightning_rod@0 (1296 iron) +[16:58:21] [Server thread/TRACE] [tconstruct-TinkerSmeltery]: Added automatic melting recipe for 2xitem.canister@1 (504 copper) +[16:58:21] [Server thread/TRACE] [tconstruct-TinkerSmeltery]: Added automatic melting recipe for 2xitem.canister@0 (504 tin) +[16:58:21] [Server thread/TRACE] [tconstruct-TinkerSmeltery]: Added automatic melting recipe for 1xitem.immersivepetroleum.upgrades@0 (1872 steel) +[16:58:21] [Server thread/TRACE] [tconstruct-TinkerSmeltery]: Added automatic melting recipe for 1xitem.immersivepetroleum.upgrades@1 (2160 steel) +[16:58:22] [Server thread/TRACE] [tconstruct-TinkerSmeltery]: Added automatic melting recipe for 12xtile.rustic.chain@0 (36 iron) +[16:58:22] [Server thread/TRACE] [tconstruct-TinkerSmeltery]: Added automatic melting recipe for 1xitem.propeller@0 (720 iron) +[16:58:22] [Server thread/TRACE] [tconstruct-TinkerSmeltery]: Added automatic melting recipe for 1xitem.SC2:unknownmodule@13 (864 iron) +[16:58:22] [Server thread/TRACE] [tconstruct-TinkerSmeltery]: Added automatic melting recipe for 1xitem.tcomplement.manyullyn_leggings@0 (1008 manyullyn) +[16:58:22] [Server thread/TRACE] [tconstruct-TinkerSmeltery]: Added automatic melting recipe for 1xitem.tcomplement.manyullyn_helmet@0 (720 manyullyn) +[16:58:22] [Server thread/TRACE] [tconstruct-TinkerSmeltery]: Added automatic melting recipe for 1xitem.tcomplement.manyullyn_chestplate@0 (1152 manyullyn) +[16:58:22] [Server thread/TRACE] [tconstruct-TinkerSmeltery]: Added automatic melting recipe for 1xitem.tcomplement.manyullyn_boots@0 (576 manyullyn) +[16:58:22] [Server thread/TRACE] [tconstruct-TinkerSmeltery]: Added automatic melting recipe for 1xitem.tcomplement.knightslime_leggings@0 (1008 knightslime) +[16:58:22] [Server thread/TRACE] [tconstruct-TinkerSmeltery]: Added automatic melting recipe for 1xitem.tcomplement.knightslime_helmet@0 (720 knightslime) +[16:58:22] [Server thread/TRACE] [tconstruct-TinkerSmeltery]: Added automatic melting recipe for 1xitem.tcomplement.knightslime_chestplate@0 (1152 knightslime) +[16:58:22] [Server thread/TRACE] [tconstruct-TinkerSmeltery]: Added automatic melting recipe for 1xitem.tcomplement.knightslime_boots@0 (576 knightslime) +[16:58:22] [Server thread/TRACE] [tconstruct-TinkerSmeltery]: Added automatic melting recipe for 1xtile.xnet.antenna_base@0 (1872 iron) +[16:58:22] [Server thread/TRACE] [tconstruct-TinkerSmeltery]: Added automatic melting recipe for 16xtile.iron_ladder@0 (63 iron) +[16:58:22] [Server thread/TRACE] [tconstruct-TinkerSmeltery]: Added automatic melting recipe for 32xtile.crash_barrier@0 (36 iron) +[16:58:22] [Server thread/TRACE] [tconstruct-TinkerSmeltery]: Added automatic melting recipe for 1xtile.car_workshop_outter@0 (1008 iron) +[16:58:22] [Server thread/TRACE] [tconstruct-TinkerSmeltery]: Added automatic melting recipe for 16xtile.fluid_pipe@0 (54 iron) +[16:58:22] [Server thread/TRACE] [tconstruct-TinkerSmeltery]: Added automatic melting recipe for 16xtile.rustic.iron_lattice@0 (45 iron) +[16:58:22] [Server thread/TRACE] [tconstruct-TinkerSmeltery]: Added automatic melting recipe for 2xitem.advgenerators.iron_frame@0 (288 iron) +[16:58:22] [Server thread/TRACE] [tconstruct-TinkerSmeltery]: Added automatic melting recipe for 4xitem.advgenerators.turbine_blade_iron@0 (180 iron) +[16:58:22] [Server thread/TRACE] [tconstruct-TinkerSmeltery]: Added automatic melting recipe for 4xitem.advgenerators.turbine_blade_manyullyn@0 (180 manyullyn) +[16:58:22] [Server thread/TRACE] [tconstruct-TinkerSmeltery]: Added automatic melting recipe for 1xitem.contenttweaker.bronze_legs@0 (1008 bronze) +[16:58:22] [Server thread/TRACE] [tconstruct-TinkerSmeltery]: Added automatic melting recipe for 1xitem.contenttweaker.bronze_head@0 (720 bronze) +[16:58:22] [Server thread/TRACE] [tconstruct-TinkerSmeltery]: Added automatic melting recipe for 1xitem.contenttweaker.copper_feet@0 (576 copper) +[16:58:22] [Server thread/TRACE] [tconstruct-TinkerSmeltery]: Added automatic melting recipe for 1xitem.contenttweaker.copper_chest@0 (1152 copper) +[16:58:22] [Server thread/TRACE] [tconstruct-TinkerSmeltery]: Added automatic melting recipe for 1xitem.contenttweaker.copper_head@0 (720 copper) +[16:58:22] [Server thread/TRACE] [tconstruct-TinkerSmeltery]: Added automatic melting recipe for 1xitem.contenttweaker.bronze_feet@0 (576 bronze) +[16:58:22] [Server thread/TRACE] [tconstruct-TinkerSmeltery]: Added automatic melting recipe for 1xitem.contenttweaker.bronze_chest@0 (1152 bronze) +[16:58:22] [Server thread/TRACE] [tconstruct-TinkerSmeltery]: Added automatic melting recipe for 1xitem.contenttweaker.copper_legs@0 (1008 copper) +[16:58:22] [Server thread/TRACE] [tconstruct-TinkerSmeltery]: Added automatic melting recipe for 1xitem.helmetGold@0 (720 gold) +[16:58:22] [Server thread/TRACE] [tconstruct-TinkerSmeltery]: Added automatic melting recipe for 1xtile.weightedPlate_light@0 (288 gold) +[16:58:22] [Server thread/TRACE] [tconstruct-TinkerSmeltery]: Added automatic melting recipe for 1xitem.chestplateGold@0 (1152 gold) +[16:58:22] [Server thread/TRACE] [tconstruct-TinkerSmeltery]: Added automatic melting recipe for 1xitem.helmetIron@0 (720 iron) +[16:58:22] [Server thread/TRACE] [tconstruct-TinkerSmeltery]: Added automatic melting recipe for 1xitem.leggingsIron@0 (1008 iron) +[16:58:22] [Server thread/TRACE] [tconstruct-TinkerSmeltery]: Added automatic melting recipe for 1xitem.chestplateIron@0 (1152 iron) +[16:58:22] [Server thread/TRACE] [tconstruct-TinkerSmeltery]: Added automatic melting recipe for 1xtile.weightedPlate_heavy@0 (288 iron) +[16:58:22] [Server thread/TRACE] [tconstruct-TinkerSmeltery]: Added automatic melting recipe for 1xitem.leggingsGold@0 (1008 gold) +[16:58:22] [Server thread/TRACE] [tconstruct-TinkerSmeltery]: Added automatic melting recipe for 1xitem.bootsGold@0 (576 gold) +[16:58:22] [Server thread/TRACE] [tconstruct-TinkerSmeltery]: Added automatic melting recipe for 1xitem.bootsIron@0 (576 iron) +[16:58:22] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod tconstruct +[16:58:22] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - Tinkers' Construct took 2.518s +[16:58:22] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod acintegration +[16:58:22] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod acintegration +[16:58:22] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - AbyssalCraft Integration took 0.000s +[16:58:22] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod fastbench +[16:58:22] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod fastbench +[16:58:22] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - FastWorkbench took 0.000s +[16:58:22] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod actuallyadditions +[16:58:22] [Server thread/INFO] [Actually Additions]: Starting PostInitialization Phase... +[16:58:22] [Server thread/INFO] [Actually Additions]: Initializing Crusher Recipes... +[16:58:22] [Server thread/DEBUG] [Actually Additions]: Added 149 Crusher Recipes automatically: [[Lnet.minecraft.item.ItemStack;@528a7772 -> 2xitem.immersiveengineering.metal@19, [Lnet.minecraft.item.ItemStack;@378d2227 -> 2xitem.immersiveengineering.metal@18, [Lnet.minecraft.item.ItemStack;@626a73d9 -> 2xitem.dyePowder@4, [Lnet.minecraft.item.ItemStack;@5e3d47c0 -> 2xitem.actuallyadditions.item_dust@4, [Lnet.minecraft.item.ItemStack;@5f0d8a92 -> 2xitem.diamond@0, [Lnet.minecraft.item.ItemStack;@14f174e -> 2xitem.OtherDust@0, [Lnet.minecraft.item.ItemStack;@308a5805 -> 2xitem.redstone@0, [Lnet.minecraft.item.ItemStack;@4bd1a93 -> 2xitem.emerald@0, [Lnet.minecraft.item.ItemStack;@3757598c -> 2xitem.netherquartz@0, [Lnet.minecraft.item.ItemStack;@4edbdd4f -> 2xitem.appliedenergistics2.material@3, [Lnet.minecraft.item.ItemStack;@2cf3fee1 -> 2xitem.bwm:material@18, [Lnet.minecraft.item.ItemStack;@4076006e -> 1xitem.immersiveengineering.metal@18, [Lnet.minecraft.item.ItemStack;@4de0aad5 -> 1xitem.immersiveengineering.metal@19, [Lnet.minecraft.item.ItemStack;@5dc13783 -> 1xitem.OtherDust@0, [Lnet.minecraft.item.ItemStack;@6ef6ce2c -> 1xitem.appliedenergistics2.material@3, [Lnet.minecraft.item.ItemStack;@1e73c6ec -> 1xitem.prismarineCrystals@0, [Lnet.minecraft.item.ItemStack;@568d61f5 -> 1xitem.actuallyadditions.item_dust@4, [Lnet.minecraft.item.ItemStack;@2a42988 -> 2xitem.immersiveengineering.metal@9, [Lnet.minecraft.item.ItemStack;@5afb105e -> 2xitem.Dust@4, [Lnet.minecraft.item.ItemStack;@5abff94b -> 2xitem.immersiveengineering.metal@12, [Lnet.minecraft.item.ItemStack;@6780b920 -> 2xitem.immersiveengineering.metal@11, [Lnet.minecraft.item.ItemStack;@44cb2431 -> 2xitem.immersiveengineering.metal@10, [Lnet.minecraft.item.ItemStack;@4630b516 -> 2xitem.immersiveengineering.metal@13, [Lnet.minecraft.item.ItemStack;@63e0793a -> 2xitem.contenttweaker.material_part@117, [Lnet.minecraft.item.ItemStack;@14b85df -> 2xitem.immersiveengineering.metal@14, [Lnet.minecraft.item.ItemStack;@1cbcd36b -> 2xitem.primal.zinc_dust@0, [Lnet.minecraft.item.ItemStack;@5f675def -> 2xitem.Dust@2, [Lnet.minecraft.item.ItemStack;@3f2ec690 -> 1xitem.OtherDust@6, [Lnet.minecraft.item.ItemStack;@6296c9d7 -> 1xitem.immersiveengineering.metal@17, [Lnet.minecraft.item.ItemStack;@18cb6965 -> 1xitem.contenttweaker.material_part@130, [Lnet.minecraft.item.ItemStack;@7da6c7b6 -> 1xitem.contenttweaker.material_part@129, [Lnet.minecraft.item.ItemStack;@347584d4 -> 2xitem.contenttweaker.material_part@130, [Lnet.minecraft.item.ItemStack;@60792bfc -> 2xitem.contenttweaker.material_part@129, [Lnet.minecraft.item.ItemStack;@23baf6d7 -> 1xitem.immersiveengineering.metal@9, [Lnet.minecraft.item.ItemStack;@68ea0e61 -> 1xitem.immersiveengineering.metal@10, [Lnet.minecraft.item.ItemStack;@7021748c -> 1xitem.immersiveengineering.metal@11, [Lnet.minecraft.item.ItemStack;@592e87bf -> 1xitem.immersiveengineering.metal@12, [Lnet.minecraft.item.ItemStack;@2d56de03 -> 1xitem.immersiveengineering.metal@13, [Lnet.minecraft.item.ItemStack;@15f754ce -> 1xitem.immersiveengineering.metal@14, [Lnet.minecraft.item.ItemStack;@6e89d7e8 -> 1xitem.immersiveengineering.metal@15, [Lnet.minecraft.item.ItemStack;@4337b6f9 -> 1xitem.immersiveengineering.metal@16, [Lnet.minecraft.item.ItemStack;@588ace5a -> 1xitem.immersiveengineering.material@18, [Lnet.minecraft.item.ItemStack;@77f4a0a1 -> 1xitem.OtherDust@5, [Lnet.minecraft.item.ItemStack;@57e21f20 -> 1xitem.Dust@2, [Lnet.minecraft.item.ItemStack;@291cfb5b -> 1xitem.Dust@4, [Lnet.minecraft.item.ItemStack;@276a083c -> 2xitem.appliedenergistics2.material@2, [Lnet.minecraft.item.ItemStack;@75c955d8 -> 2xitem.ic2compat@0, [Lnet.minecraft.item.ItemStack;@32155f5e -> 1xitem.contenttweaker.material_part@128, [Lnet.minecraft.item.ItemStack;@7c9dac64 -> 1xitem.bwm:material@18, [Lnet.minecraft.item.ItemStack;@bc17023 -> 1xitem.primal.zinc_dust@0, [Lnet.minecraft.item.ItemStack;@34999316 -> 1xitem.contenttweaker.material_part@117, [Lnet.minecraft.item.ItemStack;@2c6ec574 -> 2xitem.bwm:material@18, [Lnet.minecraft.item.ItemStack;@3d81a211 -> 2xitem.tier5_items@8, [Lnet.minecraft.item.ItemStack;@3d419dea -> 2xitem.tier7_items@7, [Lnet.minecraft.item.ItemStack;@4538b877 -> 2xitem.tier8_items@6, [Lnet.minecraft.item.ItemStack;@1fa790c1 -> 2xitem.tier11_items@0, [Lnet.minecraft.item.ItemStack;@2f86380e -> 2xitem.tier11_items@1, [Lnet.minecraft.item.ItemStack;@1e195ed9 -> 2xitem.tier11_items@2, [Lnet.minecraft.item.ItemStack;@1e62a66d -> 2xitem.tier11_items@3, [Lnet.minecraft.item.ItemStack;@3de00cf8 -> 2xitem.tier11_items@4, [Lnet.minecraft.item.ItemStack;@23b80502 -> 1xitem.actuallyadditions.item_dust@7, [Lnet.minecraft.item.ItemStack;@7783783a -> 1xitem.primal.crude_iron_dust@0, [Lnet.minecraft.item.ItemStack;@7c59f969 -> 1xitem.primal.tamahagane_dust@0, [Lnet.minecraft.item.ItemStack;@41e3bdd6 -> 1xitem.primal.shibuichi_dust@0, [Lnet.minecraft.item.ItemStack;@229030fd -> 1xitem.primal.adamant_dust@0, [Lnet.minecraft.item.ItemStack;@4e3ece3d -> 1xitem.dust@0, [Lnet.minecraft.item.ItemStack;@7d1fe422 -> 1xitem.dust@1, [Lnet.minecraft.item.ItemStack;@214efb5a -> 2xitem.dust@0, [Lnet.minecraft.item.ItemStack;@27a2056 -> 2xitem.coralium@0, [Lnet.minecraft.item.ItemStack;@3a8d5902 -> 1xitem.dust@2, [Lnet.minecraft.item.ItemStack;@38b19485 -> 2xitem.immersiveengineering.material@24, [Lnet.minecraft.item.ItemStack;@6ef32ce2 -> 2xitem.dust@1, [Lnet.minecraft.item.ItemStack;@3dd8d9fa -> 2xitem.actuallyadditions.item_misc@5, [Lnet.minecraft.item.ItemStack;@6dcdc20a -> 2xitem.actuallyadditions.item_dust@7, [Lnet.minecraft.item.ItemStack;@596c768a -> 2xitem.itemcraftingcomponent@0, [Lnet.minecraft.item.ItemStack;@2e8fd579 -> 2xitem.itemcraftingcomponent@2, [Lnet.minecraft.item.ItemStack;@55e3ce5b -> 1xitem.itemcraftingcomponent@2, [Lnet.minecraft.item.ItemStack;@56bd8b7f -> 2xitem.immersiveengineering.material@25, [Lnet.minecraft.item.ItemStack;@6c5f6f04 -> 2xitem.thebetweenlands.items_misc@19, [Lnet.minecraft.item.ItemStack;@3c2b4beb -> 2xitem.thebetweenlands.aqua_middle_gem@0, [Lnet.minecraft.item.ItemStack;@77f1db23 -> 2xitem.thebetweenlands.green_middle_gem@0, [Lnet.minecraft.item.ItemStack;@4d2d50d1 -> 2xitem.thebetweenlands.crimson_middle_gem@0, [Lnet.minecraft.item.ItemStack;@5a1d213f -> 2xitem.thebetweenlands.life_crystal@32767, [Lnet.minecraft.item.ItemStack;@3c8f5d84 -> 2xitem.thebetweenlands.items_misc@39, [Lnet.minecraft.item.ItemStack;@45deb1f5 -> 1xitem.OtherDust@4, [Lnet.minecraft.item.ItemStack;@62d2ca47 -> 2xitem.OtherDust@4, [Lnet.minecraft.item.ItemStack;@51f51bfb -> 2xitem.immersiveengineering.metal@15, [Lnet.minecraft.item.ItemStack;@17d01f3c -> 2xitem.immersiveengineering.metal@16, [Lnet.minecraft.item.ItemStack;@2731452a -> 2xitem.immersiveengineering.metal@17, [Lnet.minecraft.item.ItemStack;@53c53379 -> 1xitem.OtherDust@0, [Lnet.minecraft.item.ItemStack;@2a96d039 -> 1xitem.ic2compat@0, [Lnet.minecraft.item.ItemStack;@3da803a8 -> 1xitem.item_basic_asteroids@9, [Lnet.minecraft.item.ItemStack;@101d0922 -> 2xitem.contenttweaker.material_part@128, [Lnet.minecraft.item.ItemStack;@6a39bea3 -> 1xitem.contenttweaker.material_part@114, [Lnet.minecraft.item.ItemStack;@76b2acc5 -> 2xitem.contenttweaker.material_part@114, [Lnet.minecraft.item.ItemStack;@b7a54f8 -> 2xitem.nex:amethystCrystal@0, [Lnet.minecraft.item.ItemStack;@735618ac -> 2xitem.nex:rimeCrystal@0, [Lnet.minecraft.item.ItemStack;@54bd7cc3 -> 6xitem.immersiveengineering.metal@18, [Lnet.minecraft.item.ItemStack;@378a2615 -> 8xitem.immersiveengineering.metal@18, [Lnet.minecraft.item.ItemStack;@6e8e7988 -> 4xitem.ironNugget@0, [Lnet.minecraft.item.ItemStack;@2dde9f8d -> 4xitem.tconstruct.nuggets@5, [Lnet.minecraft.item.ItemStack;@123ab591 -> 6xitem.contenttweaker.material_part@130, [Lnet.minecraft.item.ItemStack;@7466834d -> 8xitem.contenttweaker.material_part@130, [Lnet.minecraft.item.ItemStack;@6939e670 -> 4xitem.tconstruct.nuggets@0, [Lnet.minecraft.item.ItemStack;@30422e2d -> 6xitem.contenttweaker.material_part@129, [Lnet.minecraft.item.ItemStack;@77139389 -> 8xitem.contenttweaker.material_part@129, [Lnet.minecraft.item.ItemStack;@37af0acd -> 4xitem.tconstruct.nuggets@1, [Lnet.minecraft.item.ItemStack;@1183702e -> 4xitem.tconstruct.nuggets@2, [Lnet.minecraft.item.ItemStack;@30111775 -> 6xitem.immersiveengineering.metal@9, [Lnet.minecraft.item.ItemStack;@5b754525 -> 8xitem.immersiveengineering.metal@9, [Lnet.minecraft.item.ItemStack;@1443c5e4 -> 6xitem.immersiveengineering.metal@11, [Lnet.minecraft.item.ItemStack;@1ecbc542 -> 8xitem.immersiveengineering.metal@11, [Lnet.minecraft.item.ItemStack;@26d9c351 -> 4xitem.immersiveengineering.metal@22, [Lnet.minecraft.item.ItemStack;@57f4f6c2 -> 6xitem.immersiveengineering.metal@12, [Lnet.minecraft.item.ItemStack;@5d92753d -> 8xitem.immersiveengineering.metal@12, [Lnet.minecraft.item.ItemStack;@1db34a18 -> 4xitem.immersiveengineering.metal@23, [Lnet.minecraft.item.ItemStack;@7598d1b4 -> 6xitem.immersiveengineering.metal@16, [Lnet.minecraft.item.ItemStack;@52a7b23 -> 8xitem.immersiveengineering.metal@16, [Lnet.minecraft.item.ItemStack;@4bdfcd26 -> 4xitem.immersiveengineering.metal@27, [Lnet.minecraft.item.ItemStack;@4c3badcf -> 6xitem.immersiveengineering.metal@17, [Lnet.minecraft.item.ItemStack;@7f9dc08d -> 8xitem.immersiveengineering.metal@17, [Lnet.minecraft.item.ItemStack;@29b84f3e -> 4xitem.immersiveengineering.metal@28, [Lnet.minecraft.item.ItemStack;@1cbb01d2 -> 6xitem.immersiveengineering.metal@19, [Lnet.minecraft.item.ItemStack;@d7f925f -> 8xitem.immersiveengineering.metal@19, [Lnet.minecraft.item.ItemStack;@1cf7a2d5 -> 4xitem.goldNugget@0, [Lnet.minecraft.item.ItemStack;@77dddfca -> 6xitem.Dust@4, [Lnet.minecraft.item.ItemStack;@332ce572 -> 8xitem.Dust@4, [Lnet.minecraft.item.ItemStack;@42307422 -> 6xitem.immersiveengineering.metal@13, [Lnet.minecraft.item.ItemStack;@637097bb -> 8xitem.immersiveengineering.metal@13, [Lnet.minecraft.item.ItemStack;@7a4a2790 -> 4xitem.immersiveengineering.metal@24, [Lnet.minecraft.item.ItemStack;@2e994ade -> 6xitem.primal.zinc_dust@0, [Lnet.minecraft.item.ItemStack;@6fc9ba4b -> 8xitem.primal.zinc_dust@0, [Lnet.minecraft.item.ItemStack;@8632546 -> 6xitem.immersiveengineering.metal@10, [Lnet.minecraft.item.ItemStack;@23bee57d -> 8xitem.immersiveengineering.metal@10, [Lnet.minecraft.item.ItemStack;@4795946e -> 6xitem.dust@0, [Lnet.minecraft.item.ItemStack;@652c7535 -> 8xitem.dust@0, [Lnet.minecraft.item.ItemStack;@74f425c3 -> 4xitem.nugget@0, [Lnet.minecraft.item.ItemStack;@20b5a32d -> 6xitem.dust@1, [Lnet.minecraft.item.ItemStack;@4be875b1 -> 8xitem.dust@1, [Lnet.minecraft.item.ItemStack;@4d6b2424 -> 4xitem.nugget@1, [Lnet.minecraft.item.ItemStack;@18e4ca77 -> 2xitem.dust@2, [Lnet.minecraft.item.ItemStack;@15c5ae8d -> 6xitem.dust@2, [Lnet.minecraft.item.ItemStack;@1d880479 -> 8xitem.dust@2, [Lnet.minecraft.item.ItemStack;@9d659e8 -> 4xitem.nugget@2, [Lnet.minecraft.item.ItemStack;@375f8dd7 -> 6xitem.immersiveengineering.metal@15, [Lnet.minecraft.item.ItemStack;@f56ec77 -> 8xitem.immersiveengineering.metal@15, [Lnet.minecraft.item.ItemStack;@52208a28 -> 4xitem.immersiveengineering.metal@26, [Lnet.minecraft.item.ItemStack;@6902909d -> 6xitem.immersiveengineering.metal@14, [Lnet.minecraft.item.ItemStack;@2278895f -> 8xitem.immersiveengineering.metal@14] +[16:58:22] [Server thread/DEBUG] [Actually Additions]: Couldn't add 320 Crusher Recipes automatically, either because the inputs were missing outputs, or because they exist already: [oreGold, oreIron, oreRedstone, oreEmerald, oreCoal, gemEmerald, oreBlockHematite, oreBlockLimonite, oreBlockMalachite, oreBlockAzurite, oreBlockCassiterite, oreBlockTeallite, oreBlockGalena, oreBlockBauxite, oreBlockPlatinum, oreBlockAutunite, oreBlockSphalerite, oreBlockCoal, oreBlockCinnabar, oreBlockGold, oreBlockLapis, oreBlockQuartz, oreBlockKimberlite, oreBlockBeryl, oreCopper, oreTin, oreSilver, oreLead, oreAluminum, oreNickel, orePlatinum, oreUranium, oreZinc, oreYellorium, oreOsmium, gemAmber, gemEnderBiotite, ingotEnderium, ingotBronze, ingotVibrantAlloy, ingotManyullyn, ingotKnightslime, ingotPigiron, ingotAlubrass, ingotBrickSeared, oreCobalt, oreArdite, ingotRefinedGlowstone, oreCertusQuartz, oreChargedCertusQuartz, ingotCrystaltine, ingotBlackIron, ingotUltimate, oreAluminium, oreNaturalAluminum, oreSilicon, oreCheese, ingotMercury, ingotPalladium, gemRedGem, ingotMagnesium, ingotCrystal, gemWhiteGem, gemBlueGem, ingotTungsten, ingotDarkIron, gemBlueDiamond, gemRedDiamond, gemPurpleDiamond, gemYellowDiamond, gemGreenDiamond, oreMercury, oreCarbon, orePalladium, oreRedGem, oreMagnesium, oreSlime, oreCrystal, oreWhiteGem, oreBlueGem, oreTungsten, oreDarkIron, oreDenseCoal, oreBlueDiamond, oreRedDiamond, orePurpleDiamond, oreYellowDiamond, oreGreenDiamond, ingotPrudentium, ingotSupremium, ingotInferium, ingotSoulium, ingotIntermedium, ingotBaseEssence, ingotSuperium, ingotInsanium, oreClusteredBogIron, oreClusteredMagnetite, oreClusteredZinc, oreClusteredOpal, gemQuartzVitrified, gemBloodOpal, oreClusterBogIron, oreClusterZinc, oreClusterMagnetite, ingotBrass, ingotWootz, ingotVanadium, oreDimensionalShard, gemCoralium, oreAbyssalnite, oreCoralium, oreDreadedAbyssalnite, oreCoraliumStone, gemShadow, ingotCoraliumBrick, oreSaltpeter, orePearlescentCoralium, oreLiquifiedCoralium, ingotEthaxiumBrick, ingotEthaxium, ingotInvar, ingotRedstoneAlloy, oreInferium, oreAquamarine, oreSampleOsmium, oreProsperity, oreSampleSilicon, oreAstralStarmetal, gemAquamarine, oreSulfur, oreSyrmorite, oreBone, oreOctine, oreValonite, oreAquaMiddleGem, oreGreenMiddleGem, oreCrimsonMiddleGem, oreLifeCrystal, oreScabyst, ingotSyrmorite, ingotOctine, gemValonite, gemAquaMiddleGem, gemCrimsonMiddleGem, gemGreenMiddleGem, gemLifeCrystal, gemScabyst, ingotYellorium, ingotThorium, oreThorium, ingotBoron, oreBoron, oreLithium, oreConstantan, oreElectrum, oreSteel, oreBronze, oreBrass, ingotThaumium, oreThaumium, ingotVoid, oreVoid, ingotFiery, ingotIronwood, ingotKnightmetal, ingotSteeleaf, ingotSoulforgedSteel, gemNetherCoal, ingotConcentratedHellfire, ingotHochoTetsu, oreDesh, oreIlmenite, ingotDesh, ingotRefinedIron, ingotIronCompressed, gemPearl, oreIronwood, oreKnightmetal, ingotNaturalAluminum, oreMeteoricIron, oreGeolosysAutunite, oreGeolosysAzurite, oreGeolosysBauxite, oreGeolosysBeryl, oreGeolosysCassiterite, oreGeolosysCinnabar, oreGeolosysCoal, oreGeolosysGalena, oreGeolosysGold, oreGeolosysHematite, oreGeolosysKimberlite, oreGeolosysLapis, oreGeolosysLimonite, oreGeolosysMalachite, oreGeolosysOsmium, oreGeolosysPlatinum, oreGeolosysQuartz, oreGeolosysSphalerite, oreGeolosysTeallite, oreClusterAluminum, oreClusterCopper, oreClusterGold, oreClusterIron, oreClusterLead, oreClusterNickel, oreClusterOsmium, oreClusterPlatinum, oreClusterSilver, oreClusterTin, oreClusterUranium, oreRockCrystal, oreBasicCertusQuartz, oreSpacePlatinum, ingotModularium, ingotGalgadorian, ingotCompressedIron, ingotReinforcedMetal, ingotEnhancedGalgadorian, ingotPigIron, ingotCalcium, oreSolar, oreNetherProsperity, oreEndProsperity, oreNetherInferium, oreEndInferium, oreAmethyst, gemAmethyst, oreRime, gemRime, oreSapphire, oreRuby, oreFiery, oreNetherFiery, denseoreFiery, orePoorFiery, oreNuggetFiery, oreNetherKnightmetal, denseoreKnightmetal, orePoorKnightmetal, oreNuggetKnightmetal, oreNetherIron, orePoorIron, oreNuggetIron, orePigiron, oreNetherPigiron, denseorePigiron, orePoorPigiron, oreNuggetPigiron, oreKnightslime, oreNetherKnightslime, denseoreKnightslime, orePoorKnightslime, oreNuggetKnightslime, oreAlubrass, oreNetherAlubrass, denseoreAlubrass, orePoorAlubrass, oreNuggetAlubrass, oreNetherCobalt, orePoorCobalt, oreNuggetCobalt, oreNetherArdite, orePoorArdite, oreNuggetArdite, oreManyullyn, oreNetherManyullyn, denseoreManyullyn, orePoorManyullyn, oreNuggetManyullyn, oreNetherCopper, orePoorCopper, oreNuggetCopper, oreNetherBronze, denseoreBronze, orePoorBronze, oreNuggetBronze, oreNetherLead, orePoorLead, oreNuggetLead, oreNetherSilver, orePoorSilver, oreNuggetSilver, oreNetherElectrum, orePoorElectrum, oreNuggetElectrum, oreNetherSteel, orePoorSteel, oreNuggetSteel, oreNetherGold, orePoorGold, oreNuggetGold, oreNetherTin, orePoorTin, oreNuggetTin, oreNetherNickel, orePoorNickel, oreNuggetNickel, oreNetherZinc, orePoorZinc, oreNuggetZinc, oreNetherAluminum, orePoorAluminum, oreNuggetAluminum, oreNetherAbyssalnite, orePoorAbyssalnite, oreNuggetAbyssalnite, oreNetherLiquifiedCoralium, orePoorLiquifiedCoralium, oreNuggetLiquifiedCoralium, oreDreadium, oreNetherDreadium, orePoorDreadium, oreNuggetDreadium, oreNetherConstantan, orePoorConstantan, oreNuggetConstantan, oreNetherUranium, orePoorUranium, oreNuggetUranium] +[16:58:22] [Server thread/DEBUG] [Actually Additions]: Removed 69 crusher recipes that had dupliate inputs, 139 remain. +[16:58:22] [Server thread/INFO] [Actually Additions]: Registered a total of 105 booklet chapters, where 314 out of 434 booklet pages contain information about items or fluids! +[16:58:22] [Server thread/INFO] [Actually Additions]: PostInitializing ServerProxy... +[16:58:22] [Server thread/INFO] [Actually Additions]: PostInitialization Finished. +[16:58:22] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod actuallyadditions +[16:58:22] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - Actually Additions took 0.049s +[16:58:22] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod baubles +[16:58:22] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod baubles +[16:58:22] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - Baubles took 0.000s +[16:58:22] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod actuallybaubles +[16:58:22] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod actuallybaubles +[16:58:22] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - Actually Baubles took 0.000s +[16:58:22] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod animalium +[16:58:22] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod animalium +[16:58:22] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - animalium took 0.000s +[16:58:22] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod antiqueatlas +[16:58:22] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod antiqueatlas +[16:58:22] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - Antique Atlas took 0.007s +[16:58:22] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod base +[16:58:22] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod base +[16:58:22] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - B.A.S.E took 0.005s +[16:58:22] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod contenttweaker +[16:58:22] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod contenttweaker +[16:58:22] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - ContentTweaker took 0.000s +[16:58:22] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod immersiveengineering +[16:58:22] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod immersiveengineering +[16:58:22] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - Immersive Engineering took 0.011s +[16:58:22] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod geolosys +[16:58:22] [Server thread/ERROR] [geolosys]: Entry primal:terraclay_block:0 is not valid. Reason: predicate block does not exist +[16:58:22] [Server thread/ERROR] [geolosys]: Entry gravelores:coal_gravel_ore is not valid. Reason: ore swap blacklist block does not exist +[16:58:22] [Server thread/ERROR] [geolosys]: Entry gravelores:iron_gravel_ore is not valid. Reason: ore swap blacklist block does not exist +[16:58:22] [Server thread/ERROR] [geolosys]: Entry gravelores:lapis_gravel_ore is not valid. Reason: ore swap blacklist block does not exist +[16:58:22] [Server thread/ERROR] [geolosys]: Entry gravelores:gold_gravel_ore is not valid. Reason: ore swap blacklist block does not exist +[16:58:22] [Server thread/ERROR] [geolosys]: Entry gravelores:redstone_gravel_ore is not valid. Reason: ore swap blacklist block does not exist +[16:58:22] [Server thread/ERROR] [geolosys]: Entry gravelores:diamond_gravel_ore is not valid. Reason: ore swap blacklist block does not exist +[16:58:22] [Server thread/ERROR] [geolosys]: Entry gravelores:emerald_gravel_ore is not valid. Reason: ore swap blacklist block does not exist +[16:58:22] [Server thread/ERROR] [geolosys]: Entry gravelores:tin_gravel_ore is not valid. Reason: ore swap blacklist block does not exist +[16:58:22] [Server thread/ERROR] [geolosys]: Entry gravelores:nickel_gravel_ore is not valid. Reason: ore swap blacklist block does not exist +[16:58:22] [Server thread/ERROR] [geolosys]: Entry gravelores:silver_gravel_ore is not valid. Reason: ore swap blacklist block does not exist +[16:58:22] [Server thread/ERROR] [geolosys]: Entry gravelores:lead_gravel_ore is not valid. Reason: ore swap blacklist block does not exist +[16:58:22] [Server thread/ERROR] [geolosys]: Entry gravelores:copper_gravel_ore is not valid. Reason: ore swap blacklist block does not exist +[16:58:22] [Server thread/ERROR] [geolosys]: Entry gravelores:aluminum_gravel_ore is not valid. Reason: ore swap blacklist block does not exist +[16:58:22] [Server thread/ERROR] [geolosys]: Entry nex:ore_quartz:0 is not valid. Reason: ore swap blacklist block does not exist +[16:58:22] [Server thread/ERROR] [geolosys]: Entry nex:ore_quartz:1 is not valid. Reason: ore swap blacklist block does not exist +[16:58:22] [Server thread/ERROR] [geolosys]: Entry nex:ore_quartz:2 is not valid. Reason: ore swap blacklist block does not exist +[16:58:22] [Server thread/ERROR] [geolosys]: Entry nex:ore_quartz:3 is not valid. Reason: ore swap blacklist block does not exist +[16:58:22] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod geolosys +[16:58:22] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - Geolosys took 0.008s +[16:58:22] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod buildcraftlib +[16:58:22] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod buildcraftlib +[16:58:22] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - BuildCraft Lib took 0.187s +[16:58:22] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod buildcraftcore +[16:58:22] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod buildcraftcore +[16:58:22] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - BuildCraft took 0.000s +[16:58:22] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod cyclicmagic +[16:58:22] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod cyclicmagic +[16:58:22] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - Cyclic took 0.005s +[16:58:22] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod redstoneflux +[16:58:22] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod redstoneflux +[16:58:22] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - Redstone Flux took 0.000s +[16:58:22] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod mekanism +[16:58:22] [Server thread/INFO] [Mekanism]: Fake player readout: UUID = 46e82cd0-d480-3d48-800a-77431ede078e, name = [Mekanism] +[16:58:22] [Server thread/INFO] [Mekanism]: Hooked into AE2 successfully. +[16:58:22] [Server thread/INFO] [Mekanism]: Hooked into Cyclic successfully. +[16:58:23] [Server thread/DEBUG] [BnBGamingCore]: Caught Exception while attempting to get class extensions for cofh.api.item.IToolHammer +[16:58:23] [Server thread/DEBUG] [BnBGamingCore]: Caught Exception while attempting to get class extensions for ic2.core.item.tool.ItemToolWrench +[16:58:23] [Server thread/INFO] [Mekanism]: Finished loading Cardboard Box blacklist (loaded 0 entries) +[16:58:23] [Server thread/INFO] [Mekanism]: Hooking complete. +[16:58:23] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod mekanism +[16:58:23] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - Mekanism took 0.165s +[16:58:23] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod natura +[16:58:23] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod natura +[16:58:23] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - Natura took 0.042s +[16:58:23] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod traverse +[16:58:23] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod traverse +[16:58:23] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - Traverse took 0.000s +[16:58:23] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod betterwithmods +[16:58:24] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod betterwithmods +[16:58:24] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - Better With Mods took 1.682s +[16:58:24] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod appleskin +[16:58:24] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod appleskin +[16:58:24] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - AppleSkin took 0.000s +[16:58:24] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod appliedenergistics2 +[16:58:24] [Server thread/INFO] [AE2:S]: Post Initialization ( started ) +[16:58:24] [Server thread/DEBUG] [BnBGamingCore]: Attempting to transform method func_186060_c in class appeng.spatial.StorageWorldProvider +[16:58:24] [Server thread/DEBUG] [BnBGamingCore]: Successfully transformed method func_186060_c in class appeng.spatial.StorageWorldProvider +[16:58:24] [Server thread/INFO] [AE2:S]: Industrial Craft 2 - Integration Disabled +[16:58:24] [Server thread/INFO] [AE2:S]: Railcraft - Integration Disabled +[16:58:24] [Server thread/INFO] [AE2:S]: Mine Factory Reloaded - Integration Disabled +[16:58:24] [Server thread/INFO] [AE2:S]: Waila - Integration Enable +[16:58:24] [Server thread/INFO] [AE2:S]: Mekanism - Integration Disabled +[16:58:24] [Server thread/INFO] [AE2:S]: OpenComputers - Integration Disabled +[16:58:24] [Server thread/INFO] [AE2:S]: TheOneProbe - Integration Disabled +[16:58:24] [Server thread/INFO] [AE2:S]: Tesla - Integration Disabled +[16:58:24] [Server thread/INFO] [AE2:S]: CraftTweaker - Integration Enable +[16:58:25] [Server thread/INFO] [AE2:S]: Post Initialization ( ended after 183ms ) +[16:58:25] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod appliedenergistics2 +[16:58:25] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - Applied Energistics 2 took 0.184s +[16:58:25] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod armoreablemobs +[16:58:25] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod armoreablemobs +[16:58:25] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - ArmoreableMobs took 0.000s +[16:58:25] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod aroma1997core +[16:58:25] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod aroma1997core +[16:58:25] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - Aroma1997Core took 0.010s +[16:58:25] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod aromabackup +[16:58:25] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod aromabackup +[16:58:25] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - AromaBackup took 0.000s +[16:58:25] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod aromabackuprecovery +[16:58:25] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod aromabackuprecovery +[16:58:25] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - AromaBackuprecovery took 0.000s +[16:58:25] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod astikorcarts +[16:58:25] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod astikorcarts +[16:58:25] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - AstikorCarts took 0.000s +[16:58:25] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod astralsorcery +[16:58:25] [Server thread/INFO] [Astral Sorcery]: Post compile recipes +[16:58:25] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod astralsorcery +[16:58:25] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - Astral Sorcery took 0.010s +[16:58:25] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod quark +[16:58:25] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod quark +[16:58:25] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - Quark took 0.014s +[16:58:25] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod autoreglib +[16:58:25] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod autoreglib +[16:58:25] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - AutoRegLib took 0.000s +[16:58:25] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod bdlib +[16:58:25] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod bdlib +[16:58:25] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - BD Lib took 0.000s +[16:58:25] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod betterwithaddons +[16:58:25] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod betterwithaddons +[16:58:25] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - Better with Addons took 0.019s +[16:58:25] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod betterbedrock +[16:58:25] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod betterbedrock +[16:58:25] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - Better Bedrock took 0.000s +[16:58:25] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod betterbuilderswands +[16:58:25] [Server thread/INFO] [betterbuilderswands]: Added 'minecraft:lapis_ore/0=>1*minecraft:lapis_ore/4=>minecraft:lapis_ore/0' to mapping +[16:58:25] [Server thread/INFO] [betterbuilderswands]: Added 'minecraft:lit_redstone_ore/0=>1*minecraft:redstone_ore/0=>minecraft:lit_redstone_ore/0' to mapping +[16:58:25] [Server thread/INFO] [betterbuilderswands]: Added 'minecraft:grass/0=>1*minecraft:grass/0=>minecraft:grass/0' to mapping +[16:58:25] [Server thread/INFO] [betterbuilderswands]: Added 'minecraft:grass/0=>1*minecraft:dirt/0=>minecraft:dirt/0' to mapping +[16:58:25] [Server thread/INFO] [betterbuilderswands]: Added 'minecraft:dirt/1=>1*minecraft:dirt/1=>minecraft:dirt/1' to mapping +[16:58:25] [Server thread/INFO] [betterbuilderswands]: Added 'minecraft:dirt/1=>1*minecraft:dirt/0=>minecraft:dirt/0' to mapping +[16:58:25] [Server thread/INFO] [betterbuilderswands]: Added 'minecraft:dirt/2=>1*minecraft:dirt/2=>minecraft:dirt/2' to mapping +[16:58:25] [Server thread/INFO] [betterbuilderswands]: Added 'minecraft:dirt/2=>1*minecraft:dirt/0=>minecraft:dirt/0' to mapping +[16:58:25] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod betterbuilderswands +[16:58:25] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - Better Builder's Wands took 0.005s +[16:58:25] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod betterwithlib +[16:58:25] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod betterwithlib +[16:58:25] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - Better With Lib took 0.000s +[16:58:25] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod bibliocraft +[16:58:25] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod bibliocraft +[16:58:25] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - BiblioCraft took 0.000s +[16:58:25] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod waila +[16:58:25] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod waila +[16:58:25] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - Waila took 0.002s +[16:58:25] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod modularrouters +[16:58:25] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod modularrouters +[16:58:25] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - Modular Routers took 0.007s +[16:58:25] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod guideapi +[16:58:25] [Server thread/WARN] [modularrouters]: no recipe found for modularrouters:item_router +[16:58:25] [Server thread/WARN] [modularrouters]: no recipe found for modularrouters:blank_module +[16:58:25] [Server thread/WARN] [modularrouters]: no recipe found for modularrouters:blank_upgrade +[16:58:25] [Server thread/WARN] [modularrouters]: no recipe found for modularrouters:augment_core +[16:58:25] [Server thread/WARN] [modularrouters]: no recipe found for modularrouters:module/player_module +[16:58:25] [Server thread/WARN] [modularrouters]: no recipe found for modularrouters:upgrade/sync_upgrade +[16:58:25] [Server thread/WARN] [modularrouters]: no recipe found for modularrouters:upgrade/fluid_upgrade +[16:58:25] [Server thread/WARN] [modularrouters]: no recipe found for modularrouters:filter/bulkitem_filter +[16:58:25] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod guideapi +[16:58:25] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - Guide-API took 0.050s +[16:58:25] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod bloodmagic +[16:58:25] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod bloodmagic +[16:58:25] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - Blood Magic: Alchemical Wizardry took 0.000s +[16:58:25] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod bnbgaminglib +[16:58:25] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod bnbgaminglib +[16:58:25] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - BNBGamingLib took 0.000s +[16:58:25] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod bonsaitrees +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'apple_tree.json' from config folder +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'forbidden_arcanus_mysterywood.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'byg_fir.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'natura_ghostwood.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'byg_witch_hazel.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'bewitchment_dragonsblood.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'byg_pink_stellata.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'bop_bamboo.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'byg_holly.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'terraqueous_peach.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'byg_aspen.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'twilightforest_oak.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'byg_orange_spruce.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'bop_pink_cherry.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'twilightforest_sortingtree.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'sugiforest_sugi.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'byg_zelkova.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'bop_yellow_autumn.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'tropicraft_lemon.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'aetherlegacy_skyroot_sapling.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'quark_blossoming.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'byg_palo_verde.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'hac_morus.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'terraqueous_pear.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'bewitchment_cypress.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'natura_amaranth.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'bop_mahogany.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'tconstruct_magmaslime.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'bewitchment_elder.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'byg_hawthorn.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'natura_fusewood.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'quark_swamp_oak.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'evilcraft_undead.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'tropicraft_orange.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'byg_mangrove.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'twilightforest_treeoftime.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'jurassicraft_ginkgo.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'thaumicbases_golden.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extrautils2_ironwood.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'twilightforest_minerstree.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'primalcore_ironwood.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'byg_skyris.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'traverse_yellow.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'byg_redwood.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'thaumicbases_ender.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'terraqueous_cherry.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'byg_white_cherry.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'byg_yellow_birch.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'bewitchment_juniper.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'bop_pine.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'tropicraft_grapefruit.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'byg_ebony.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'jurassicraft_calamites.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'naturesaura_ancient.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'hac_dates.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'terraqueous_orange.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'jurassicraft_araucaria.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'bop_white_cherry.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'bop_magic.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'terraqueous_plum.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'byg_pink_cherry.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'bop_origin.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'terraqueous_lemon.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'twilightforest_canopy.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'bop_ebony.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'bop_fir.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'hac_walnut.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'byg_cypress.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'byg_red_oak.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'tconstruct_purpleslime.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'abyssalcraft_dreadsapling.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'byg_jacaranda.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'thaumicbases_nether.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'byg_mahogany.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'bop_maple.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'jurassicraft_psaronius.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'byg_enchanted.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'bop_redwood.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'twilightforest_darkcanopy.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'natura_silverbell.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'rustic_olive.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'byg_silver_maple.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'bop_willow.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'byg_rowan.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'terraqueous_apple.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'wizardry_wisdom.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'byg_orange_oak.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'bop_jacaranda.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'natura_hopseed.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'hac_olive.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'minecraft_chorus.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'byg_red_spruce.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'tropicraft_palm.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'aetherlegacy_golden_oak_sapling.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'rustic_ironwood.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'bop_palm.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'twilightforest_mangrove.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'byg_yellow_spruce.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'twilightforest_rainbow_oak.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'tropicraft_lime.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'totemic_cedar.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'bop_umbran.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'thaumcraft_greatwood.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'bop_hellbark.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'natura_willow.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'byg_great_oak.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'lostaether_crystal_sapling.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'hac_lemon.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'byg_white_stellata.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'bop_eucalyptus.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'terraqueous_banana.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'terraqueous_mango.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'byg_pine.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'randomthings_spectre.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'byg_rainbow_eucalyptus.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'byg_red_maple.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'byg_orchard.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'terraqueous_coconut.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'traverse_orange.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'bop_dead.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'natura_maple.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'forbidden_arcanus_cherrywood.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'primalcore_yew.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'traverse_brown.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'byg_cika.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'byg_blue_spruce.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'bop_orange_autumn.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'abyssalcraft_dltsapling.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'traverse_fir.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'techreborn_rubber.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'natura_bloodwood.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'bop_flowering_oak.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'natura_sakura.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'thaumcraft_silverwood.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'ic2_rubber.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'twilightforest_treeoftransformation.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'natura_tigerwood.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'jurassicraft_phoenix.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'byg_ironwood.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'byg_palm.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'tconstruct_blueslime.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'byg_baobab.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'minecraft_reeds.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'byg_willow.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'tropicraft_mahogany.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'natura_eucalyptus.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'bop_mangrove.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'traverse_red.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'natura_darkwood.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'integrateddynamics_menril.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree type from file: 'twilightforest_minerstree.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree type from file: 'traverse_yellow.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree type from file: 'natura_maple.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree type from file: 'natura_eucalyptus.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree type from file: 'byg_silver_maple.json' +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'byg_silver_maple.json': Mod 'byg' for type 'byg:silver_maple' is not loaded. Skipping integration! +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree type from file: 'byg_pink_cherry.json' +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'byg_pink_cherry.json': Mod 'byg' for type 'byg:pink_cherry' is not loaded. Skipping integration! +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree type from file: 'traverse_fir.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree type from file: 'bop_mangrove.json' +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'bop_mangrove.json': Mod 'biomesoplenty' for type 'biomesoplenty:mangrove' is not loaded. Skipping integration! +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree type from file: 'natura_silverbell.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree type from file: 'aetherlegacy_golden_oak_sapling.json' +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'aetherlegacy_golden_oak_sapling.json': Mod 'aether_legacy' for type 'aetherlegacy:golden_oak' is not loaded. Skipping integration! +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree type from file: 'primalcore_yew.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree type from file: 'rustic_olive.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree type from file: 'byg_great_oak.json' +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'byg_great_oak.json': Mod 'byg' for type 'byg:greatoak' is not loaded. Skipping integration! +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree type from file: 'terraqueous_lemon.json' +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'terraqueous_lemon.json': Mod 'terraqueous' for type 'terraqueous:lemon' is not loaded. Skipping integration! +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree type from file: 'terraqueous_banana.json' +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'terraqueous_banana.json': Mod 'terraqueous' for type 'terraqueous:banana' is not loaded. Skipping integration! +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree type from file: 'bop_pink_cherry.json' +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'bop_pink_cherry.json': Mod 'biomesoplenty' for type 'biomesoplenty:pink_cherry' is not loaded. Skipping integration! +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree type from file: 'evilcraft_undead.json' +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'evilcraft_undead.json': Mod 'evilcraft' for type 'evilcraft:undead' is not loaded. Skipping integration! +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree type from file: 'byg_redwood.json' +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'byg_redwood.json': Mod 'byg' for type 'byg:redwood' is not loaded. Skipping integration! +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree type from file: 'byg_palm.json' +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'byg_palm.json': Mod 'byg' for type 'byg:palm' is not loaded. Skipping integration! +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree type from file: 'terraqueous_plum.json' +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'terraqueous_plum.json': Mod 'terraqueous' for type 'terraqueous:plum' is not loaded. Skipping integration! +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree type from file: 'traverse_brown.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree type from file: 'byg_red_maple.json' +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'byg_red_maple.json': Mod 'byg' for type 'byg:red_maple' is not loaded. Skipping integration! +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree type from file: 'bop_dead.json' +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'bop_dead.json': Mod 'biomesoplenty' for type 'biomesoplenty:dead' is not loaded. Skipping integration! +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree type from file: 'natura_bloodwood.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree type from file: 'byg_white_cherry.json' +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'byg_white_cherry.json': Mod 'byg' for type 'byg:white_cherry' is not loaded. Skipping integration! +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree type from file: 'naturesaura_ancient.json' +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'naturesaura_ancient.json': Mod 'naturesaura' for type 'naturesaura:ancient' is not loaded. Skipping integration! +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree type from file: 'totemic_cedar.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree type from file: 'byg_yellow_birch.json' +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'byg_yellow_birch.json': Mod 'byg' for type 'byg:yellow_birch' is not loaded. Skipping integration! +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree type from file: 'byg_skyris.json' +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'byg_skyris.json': Mod 'byg' for type 'byg:skyris' is not loaded. Skipping integration! +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree type from file: 'tropicraft_orange.json' +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'tropicraft_orange.json': Mod 'tropicraft' for type 'tropicraft:orange' is not loaded. Skipping integration! +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree type from file: 'tconstruct_blueslime.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree type from file: 'natura_willow.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree type from file: 'byg_willow.json' +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'byg_willow.json': Mod 'byg' for type 'byg:willow' is not loaded. Skipping integration! +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree type from file: 'techreborn_rubber.json' +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'techreborn_rubber.json': Mod 'techreborn' for type 'techreborn:rubber' is not loaded. Skipping integration! +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree type from file: 'bop_bamboo.json' +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'bop_bamboo.json': Mod 'biomesoplenty' for type 'biomesoplenty:bamboo' is not loaded. Skipping integration! +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree type from file: 'byg_palo_verde.json' +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'byg_palo_verde.json': Mod 'byg' for type 'byg:palo_verde' is not loaded. Skipping integration! +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree type from file: 'bop_mahogany.json' +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'bop_mahogany.json': Mod 'biomesoplenty' for type 'biomesoplenty:mahogany' is not loaded. Skipping integration! +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree type from file: 'bop_palm.json' +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'bop_palm.json': Mod 'biomesoplenty' for type 'biomesoplenty:palm' is not loaded. Skipping integration! +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree type from file: 'byg_ebony.json' +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'byg_ebony.json': Mod 'byg' for type 'byg:ebony' is not loaded. Skipping integration! +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree type from file: 'byg_zelkova.json' +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'byg_zelkova.json': Mod 'byg' for type 'byg:zelkova' is not loaded. Skipping integration! +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree type from file: 'hac_walnut.json' +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'hac_walnut.json': Mod 'dcs_climate' for type 'dcs_climate:walnut' is not loaded. Skipping integration! +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree type from file: 'jurassicraft_phoenix.json' +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'jurassicraft_phoenix.json': Mod 'jurassicraft' for type 'jurassicraft:phoenix' is not loaded. Skipping integration! +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree type from file: 'primalcore_ironwood.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree type from file: 'twilightforest_sortingtree.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree type from file: 'hac_dates.json' +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'hac_dates.json': Mod 'dcs_climate' for type 'dcs_climate:dates' is not loaded. Skipping integration! +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree type from file: 'hac_morus.json' +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'hac_morus.json': Mod 'dcs_climate' for type 'dcs_climate:morus' is not loaded. Skipping integration! +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree type from file: 'terraqueous_cherry.json' +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'terraqueous_cherry.json': Mod 'terraqueous' for type 'terraqueous:cherry' is not loaded. Skipping integration! +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree type from file: 'bop_yellow_autumn.json' +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'bop_yellow_autumn.json': Mod 'biomesoplenty' for type 'biomesoplenty:yellow_autumn' is not loaded. Skipping integration! +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree type from file: 'natura_tigerwood.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree type from file: 'bop_ebony.json' +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'bop_ebony.json': Mod 'biomesoplenty' for type 'biomesoplenty:ebony' is not loaded. Skipping integration! +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree type from file: 'jurassicraft_psaronius.json' +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'jurassicraft_psaronius.json': Mod 'jurassicraft' for type 'jurassicraft:psaronius' is not loaded. Skipping integration! +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree type from file: 'bop_eucalyptus.json' +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'bop_eucalyptus.json': Mod 'biomesoplenty' for type 'biomesoplenty:eucalyptus' is not loaded. Skipping integration! +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree type from file: 'thaumicbases_golden.json' +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'thaumicbases_golden.json': Mod 'thaumicbases' for type 'thaumicbases:golden' is not loaded. Skipping integration! +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree type from file: 'minecraft_reeds.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree type from file: 'integrateddynamics_menril.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree type from file: 'lostaether_crystal_sapling.json' +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'lostaether_crystal_sapling.json': Mod 'lost_aether' for type 'lostaether:crystal' is not loaded. Skipping integration! +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree type from file: 'natura_fusewood.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree type from file: 'bop_redwood.json' +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'bop_redwood.json': Mod 'biomesoplenty' for type 'biomesoplenty:redwood' is not loaded. Skipping integration! +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree type from file: 'bop_orange_autumn.json' +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'bop_orange_autumn.json': Mod 'biomesoplenty' for type 'biomesoplenty:orange_autumn' is not loaded. Skipping integration! +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree type from file: 'thaumcraft_greatwood.json' +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'thaumcraft_greatwood.json': Mod 'thaumcraft' for type 'thaumcraft:greatwood' is not loaded. Skipping integration! +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree type from file: 'tropicraft_grapefruit.json' +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'tropicraft_grapefruit.json': Mod 'tropicraft' for type 'tropicraft:grapefruit' is not loaded. Skipping integration! +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree type from file: 'terraqueous_coconut.json' +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'terraqueous_coconut.json': Mod 'terraqueous' for type 'terraqueous:coconut' is not loaded. Skipping integration! +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree type from file: 'bop_maple.json' +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'bop_maple.json': Mod 'biomesoplenty' for type 'biomesoplenty:maple' is not loaded. Skipping integration! +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree type from file: 'byg_orange_oak.json' +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'byg_orange_oak.json': Mod 'byg' for type 'byg:orange_oak' is not loaded. Skipping integration! +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree type from file: 'hac_olive.json' +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'hac_olive.json': Mod 'dcs_climate' for type 'dcs_climate:olive' is not loaded. Skipping integration! +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree type from file: 'terraqueous_mango.json' +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'terraqueous_mango.json': Mod 'terraqueous' for type 'terraqueous:mango' is not loaded. Skipping integration! +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree type from file: 'byg_blue_spruce.json' +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'byg_blue_spruce.json': Mod 'byg' for type 'byg:blue_spruce' is not loaded. Skipping integration! +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree type from file: 'bop_jacaranda.json' +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'bop_jacaranda.json': Mod 'biomesoplenty' for type 'biomesoplenty:jacaranda' is not loaded. Skipping integration! +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree type from file: 'byg_holly.json' +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'byg_holly.json': Mod 'byg' for type 'byg:holly' is not loaded. Skipping integration! +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree type from file: 'sugiforest_sugi.json' +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'sugiforest_sugi.json': Mod 'sugiforest' for type 'sugiforest:sugi' is not loaded. Skipping integration! +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree type from file: 'twilightforest_treeoftransformation.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree type from file: 'bewitchment_cypress.json' +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'bewitchment_cypress.json': Mod 'bewitchment' for type 'bewitchment:cypress' is not loaded. Skipping integration! +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree type from file: 'byg_ironwood.json' +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'byg_ironwood.json': Mod 'byg' for type 'byg:ironwood' is not loaded. Skipping integration! +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree type from file: 'bop_fir.json' +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'bop_fir.json': Mod 'biomesoplenty' for type 'biomesoplenty:fir' is not loaded. Skipping integration! +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree type from file: 'byg_cika.json' +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'byg_cika.json': Mod 'byg' for type 'byg:cika' is not loaded. Skipping integration! +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree type from file: 'tropicraft_lemon.json' +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'tropicraft_lemon.json': Mod 'tropicraft' for type 'tropicraft:lemon' is not loaded. Skipping integration! +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree type from file: 'byg_rowan.json' +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'byg_rowan.json': Mod 'byg' for type 'byg:rowan' is not loaded. Skipping integration! +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree type from file: 'twilightforest_darkcanopy.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree type from file: 'byg_rainbow_eucalyptus.json' +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'byg_rainbow_eucalyptus.json': Mod 'byg' for type 'byg:rainbow_eucalyptus' is not loaded. Skipping integration! +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree type from file: 'natura_hopseed.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree type from file: 'tropicraft_lime.json' +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'tropicraft_lime.json': Mod 'tropicraft' for type 'tropicraft:lime' is not loaded. Skipping integration! +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree type from file: 'quark_swamp_oak.json' +[16:58:25] [Server thread/WARN] [bonsaitrees]: Could not find an ItemStack for the sapling resource: quark:variant_sapling +[16:58:25] [Server thread/WARN] [bonsaitrees]: Could not find an ItemStack for the drop resource: quark:variant_sapling +[16:58:25] [Server thread/WARN] [bonsaitrees]: Could not find an ItemStack for the drop resource: quark:variant_leaves +[16:58:25] [Server thread/INFO] [bonsaitrees]: Tree type quark:swamp_oak has no sapling stack. Skipping... +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree type from file: 'bop_white_cherry.json' +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'bop_white_cherry.json': Mod 'biomesoplenty' for type 'biomesoplenty:white_cherry' is not loaded. Skipping integration! +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree type from file: 'randomthings_spectre.json' +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'randomthings_spectre.json': Mod 'randomthings' for type 'randomthings:spectre' is not loaded. Skipping integration! +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree type from file: 'terraqueous_apple.json' +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'terraqueous_apple.json': Mod 'terraqueous' for type 'terraqueous:apple' is not loaded. Skipping integration! +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree type from file: 'forbidden_arcanus_cherrywood.json' +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'forbidden_arcanus_cherrywood.json': Mod 'forbidden_arcanus' for type 'forbidden_arcanus:cherrywood' is not loaded. Skipping integration! +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree type from file: 'apple_tree.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree type from file: 'byg_cypress.json' +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'byg_cypress.json': Mod 'byg' for type 'byg:cypress' is not loaded. Skipping integration! +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree type from file: 'aetherlegacy_skyroot_sapling.json' +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'aetherlegacy_skyroot_sapling.json': Mod 'aether_legacy' for type 'aetherlegacy:skyroot' is not loaded. Skipping integration! +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree type from file: 'jurassicraft_araucaria.json' +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'jurassicraft_araucaria.json': Mod 'jurassicraft' for type 'jurassicraft:araucaria' is not loaded. Skipping integration! +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree type from file: 'byg_hawthorn.json' +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'byg_hawthorn.json': Mod 'byg' for type 'byg:hawthorn' is not loaded. Skipping integration! +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree type from file: 'abyssalcraft_dltsapling.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree type from file: 'natura_ghostwood.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree type from file: 'thaumicbases_nether.json' +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'thaumicbases_nether.json': Mod 'thaumicbases' for type 'thaumicbases:nether' is not loaded. Skipping integration! +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree type from file: 'tconstruct_magmaslime.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree type from file: 'bewitchment_juniper.json' +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'bewitchment_juniper.json': Mod 'bewitchment' for type 'bewitchment:juniper' is not loaded. Skipping integration! +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree type from file: 'byg_fir.json' +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'byg_fir.json': Mod 'byg' for type 'byg:fir' is not loaded. Skipping integration! +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree type from file: 'byg_mahogany.json' +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'byg_mahogany.json': Mod 'byg' for type 'byg:mahogany' is not loaded. Skipping integration! +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree type from file: 'terraqueous_pear.json' +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'terraqueous_pear.json': Mod 'terraqueous' for type 'terraqueous:pear' is not loaded. Skipping integration! +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree type from file: 'byg_pine.json' +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'byg_pine.json': Mod 'byg' for type 'byg:pine' is not loaded. Skipping integration! +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree type from file: 'jurassicraft_ginkgo.json' +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'jurassicraft_ginkgo.json': Mod 'jurassicraft' for type 'jurassicraft:ginkgo' is not loaded. Skipping integration! +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree type from file: 'byg_orchard.json' +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'byg_orchard.json': Mod 'byg' for type 'byg:orchard' is not loaded. Skipping integration! +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree type from file: 'terraqueous_peach.json' +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'terraqueous_peach.json': Mod 'terraqueous' for type 'terraqueous:peach' is not loaded. Skipping integration! +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree type from file: 'byg_enchanted.json' +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'byg_enchanted.json': Mod 'byg' for type 'byg:enchanted' is not loaded. Skipping integration! +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree type from file: 'tropicraft_mahogany.json' +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'tropicraft_mahogany.json': Mod 'tropicraft' for type 'tropicraft:mahogany' is not loaded. Skipping integration! +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree type from file: 'bop_magic.json' +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'bop_magic.json': Mod 'biomesoplenty' for type 'biomesoplenty:magic' is not loaded. Skipping integration! +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree type from file: 'hac_lemon.json' +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'hac_lemon.json': Mod 'dcs_climate' for type 'dcs_climate:lemon' is not loaded. Skipping integration! +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree type from file: 'byg_red_oak.json' +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'byg_red_oak.json': Mod 'byg' for type 'byg:red_oak' is not loaded. Skipping integration! +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree type from file: 'thaumicbases_ender.json' +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'thaumicbases_ender.json': Mod 'thaumicbases' for type 'thaumicbases:ender' is not loaded. Skipping integration! +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree type from file: 'byg_yellow_spruce.json' +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'byg_yellow_spruce.json': Mod 'byg' for type 'byg:yellow_spruce' is not loaded. Skipping integration! +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree type from file: 'byg_white_stellata.json' +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'byg_white_stellata.json': Mod 'byg' for type 'byg:white_stellata' is not loaded. Skipping integration! +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree type from file: 'tropicraft_palm.json' +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'tropicraft_palm.json': Mod 'tropicraft' for type 'tropicraft:palm' is not loaded. Skipping integration! +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree type from file: 'minecraft_chorus.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree type from file: 'quark_blossoming.json' +[16:58:25] [Server thread/WARN] [bonsaitrees]: Could not find an ItemStack for the sapling resource: quark:variant_sapling +[16:58:25] [Server thread/WARN] [bonsaitrees]: Could not find an ItemStack for the drop resource: quark:variant_sapling +[16:58:25] [Server thread/WARN] [bonsaitrees]: Could not find an ItemStack for the drop resource: quark:variant_leaves +[16:58:25] [Server thread/INFO] [bonsaitrees]: Tree type quark:blossoming has no sapling stack. Skipping... +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree type from file: 'twilightforest_rainbow_oak.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree type from file: 'byg_red_spruce.json' +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'byg_red_spruce.json': Mod 'byg' for type 'byg:red_spruce' is not loaded. Skipping integration! +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree type from file: 'jurassicraft_calamites.json' +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'jurassicraft_calamites.json': Mod 'jurassicraft' for type 'jurassicraft:calamites' is not loaded. Skipping integration! +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree type from file: 'thaumcraft_silverwood.json' +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'thaumcraft_silverwood.json': Mod 'thaumcraft' for type 'thaumcraft:silverwood' is not loaded. Skipping integration! +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree type from file: 'byg_pink_stellata.json' +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'byg_pink_stellata.json': Mod 'byg' for type 'byg:pink_stellata' is not loaded. Skipping integration! +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree type from file: 'byg_orange_spruce.json' +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'byg_orange_spruce.json': Mod 'byg' for type 'byg:orange_spruce' is not loaded. Skipping integration! +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree type from file: 'twilightforest_canopy.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree type from file: 'abyssalcraft_dreadsapling.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree type from file: 'wizardry_wisdom.json' +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'wizardry_wisdom.json': Mod 'wizardry' for type 'wizardry:wisdom' is not loaded. Skipping integration! +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree type from file: 'traverse_orange.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree type from file: 'bewitchment_dragonsblood.json' +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'bewitchment_dragonsblood.json': Mod 'bewitchment' for type 'bewitchment:dragons_blood' is not loaded. Skipping integration! +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree type from file: 'byg_witch_hazel.json' +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'byg_witch_hazel.json': Mod 'byg' for type 'byg:witch_hazel' is not loaded. Skipping integration! +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree type from file: 'ic2_rubber.json' +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'ic2_rubber.json': Mod 'ic2' for type 'ic2:rubber' is not loaded. Skipping integration! +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree type from file: 'bewitchment_elder.json' +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'bewitchment_elder.json': Mod 'bewitchment' for type 'bewitchment:elder' is not loaded. Skipping integration! +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree type from file: 'byg_jacaranda.json' +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'byg_jacaranda.json': Mod 'byg' for type 'byg:jacaranda' is not loaded. Skipping integration! +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree type from file: 'twilightforest_oak.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree type from file: 'byg_baobab.json' +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'byg_baobab.json': Mod 'byg' for type 'byg:baobab' is not loaded. Skipping integration! +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree type from file: 'twilightforest_mangrove.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree type from file: 'bop_flowering_oak.json' +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'bop_flowering_oak.json': Mod 'biomesoplenty' for type 'biomesoplenty:flowering_oak' is not loaded. Skipping integration! +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree type from file: 'natura_darkwood.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree type from file: 'forbidden_arcanus_mysterywood.json' +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'forbidden_arcanus_mysterywood.json': Mod 'forbidden_arcanus' for type 'forbidden_arcanus:mysterywood' is not loaded. Skipping integration! +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree type from file: 'bop_pine.json' +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'bop_pine.json': Mod 'biomesoplenty' for type 'biomesoplenty:pine' is not loaded. Skipping integration! +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree type from file: 'twilightforest_treeoftime.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree type from file: 'rustic_ironwood.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree type from file: 'extrautils2_ironwood.json' +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'extrautils2_ironwood.json': Mod 'extrautils2' for type 'extrautils2:ironwood' is not loaded. Skipping integration! +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree type from file: 'tconstruct_purpleslime.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree type from file: 'natura_amaranth.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree type from file: 'byg_mangrove.json' +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'byg_mangrove.json': Mod 'byg' for type 'byg:mangrove' is not loaded. Skipping integration! +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree type from file: 'natura_sakura.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree type from file: 'bop_umbran.json' +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'bop_umbran.json': Mod 'biomesoplenty' for type 'biomesoplenty:umbran' is not loaded. Skipping integration! +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree type from file: 'bop_willow.json' +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'bop_willow.json': Mod 'biomesoplenty' for type 'biomesoplenty:willow' is not loaded. Skipping integration! +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree type from file: 'bop_hellbark.json' +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'bop_hellbark.json': Mod 'biomesoplenty' for type 'biomesoplenty:hellbark' is not loaded. Skipping integration! +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree type from file: 'byg_aspen.json' +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'byg_aspen.json': Mod 'byg' for type 'byg:aspen' is not loaded. Skipping integration! +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree type from file: 'bop_origin.json' +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'bop_origin.json': Mod 'biomesoplenty' for type 'biomesoplenty:origin' is not loaded. Skipping integration! +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree type from file: 'traverse_red.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree type from file: 'terraqueous_orange.json' +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'terraqueous_orange.json': Mod 'terraqueous' for type 'terraqueous:orange' is not loaded. Skipping integration! +[16:58:25] [Server thread/INFO] [bonsaitrees]: Registering trees from integration: org.dave.bonsaitrees.integration.mods.Vanilla +[16:58:25] [Server thread/INFO] [bonsaitrees]: Registered 46 tree types +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'sand.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'netherrack.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'aether_grass.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'grass.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'aether_dirt.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'blueSlime.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'grassSlime.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'greenSlime.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'dirt.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'magmaSlime.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'end_stone.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'purpleSlime.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading soils from file: 'netherrack.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading soils from file: 'blueSlime.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading soils from file: 'dirt.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading soils from file: 'end_stone.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading soils from file: 'magmaSlime.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading soils from file: 'purpleSlime.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading soils from file: 'grassSlime.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading soils from file: 'grass.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading soils from file: 'aether_grass.json' +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load soils from file 'aether_grass.json': Mod 'aether_legacy' for soil 'aether_legacy:aether_grass' is not loaded. Skipping integration! +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading soils from file: 'aether_dirt.json' +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load soils from file 'aether_dirt.json': Mod 'aether_legacy' for soil 'aether_legacy:aether_dirt' is not loaded. Skipping integration! +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading soils from file: 'greenSlime.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading soils from file: 'sand.json' +[16:58:25] [Server thread/INFO] [bonsaitrees]: Registering soils from integration: org.dave.bonsaitrees.integration.mods.Vanilla +[16:58:25] [Server thread/INFO] [bonsaitrees]: Registered 24 soil types +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree minecraft:reeds grows on minecraft:sand because of sand +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree minecraft:reeds grows on minecraft:dirt because of grass +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree minecraft:reeds grows on minecraft:grass because of grass +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree minecraft:reeds grows on minecraft:dirt because of dirt +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree minecraft:reeds grows on minecraft:grass because of dirt +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree abyssalcraft:dltsapling grows on minecraft:dirt because of grass +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree abyssalcraft:dltsapling grows on minecraft:grass because of grass +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree abyssalcraft:dltsapling grows on minecraft:dirt because of dirt +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree abyssalcraft:dltsapling grows on minecraft:grass because of dirt +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree twilightforest:minerstree grows on minecraft:dirt because of grass +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree twilightforest:minerstree grows on minecraft:grass because of grass +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree twilightforest:minerstree grows on minecraft:dirt because of dirt +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree twilightforest:minerstree grows on minecraft:grass because of dirt +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree tconstruct:blueslime grows on tconstruct:slime_grass_magma_on_purple because of slime +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree tconstruct:blueslime grows on tconstruct:slime_grass_purple_on_green because of slime +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree tconstruct:blueslime grows on tconstruct:slime_grass_magma_on_green because of slime +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree tconstruct:blueslime grows on tconstruct:slime_grass_green_on_green because of slime +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree tconstruct:blueslime grows on tconstruct:slime_grass_green_on_magma because of slime +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree tconstruct:blueslime grows on tconstruct:slime_grass_green_on_blue because of slime +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree tconstruct:blueslime grows on tconstruct:slime_dirt_blue because of slime +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree tconstruct:blueslime grows on tconstruct:slime_grass_purple_on_magma because of slime +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree tconstruct:blueslime grows on tconstruct:slime_grass_magma_on_dirt because of slime +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree tconstruct:blueslime grows on tconstruct:slime_grass_purple_on_blue because of slime +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree tconstruct:blueslime grows on tconstruct:slime_grass_purple_on_dirt because of slime +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree tconstruct:blueslime grows on tconstruct:slime_dirt_magma because of slime +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree tconstruct:blueslime grows on tconstruct:slime_dirt_purple because of slime +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree tconstruct:blueslime grows on tconstruct:slime_grass_green_on_dirt because of slime +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree tconstruct:blueslime grows on tconstruct:slime_grass_purple_on_purple because of slime +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree tconstruct:blueslime grows on tconstruct:slime_dirt_green because of slime +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree tconstruct:blueslime grows on tconstruct:slime_grass_green_on_purple because of slime +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree tconstruct:blueslime grows on tconstruct:slime_grass_magma_on_magma because of slime +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree tconstruct:blueslime grows on tconstruct:slime_grass_magma_on_blue because of slime +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree rustic:ironwood grows on minecraft:dirt because of grass +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree rustic:ironwood grows on minecraft:grass because of grass +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree rustic:ironwood grows on minecraft:dirt because of dirt +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree rustic:ironwood grows on minecraft:grass because of dirt +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree natura:eucalpytus grows on minecraft:dirt because of grass +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree natura:eucalpytus grows on minecraft:grass because of grass +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree natura:eucalpytus grows on minecraft:dirt because of dirt +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree natura:eucalpytus grows on minecraft:grass because of dirt +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree rustic:sapling_apple grows on minecraft:dirt because of grass +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree rustic:sapling_apple grows on minecraft:grass because of grass +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree rustic:sapling_apple grows on minecraft:dirt because of dirt +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree rustic:sapling_apple grows on minecraft:grass because of dirt +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree traverse:red_autumnal_sapling grows on minecraft:dirt because of grass +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree traverse:red_autumnal_sapling grows on minecraft:grass because of grass +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree traverse:red_autumnal_sapling grows on minecraft:dirt because of dirt +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree traverse:red_autumnal_sapling grows on minecraft:grass because of dirt +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree natura:silverbell grows on minecraft:dirt because of grass +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree natura:silverbell grows on minecraft:grass because of grass +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree natura:silverbell grows on minecraft:dirt because of dirt +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree natura:silverbell grows on minecraft:grass because of dirt +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree natura:fusewood grows on minecraft:netherrack because of netherrack +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree natura:maple grows on minecraft:dirt because of grass +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree natura:maple grows on minecraft:grass because of grass +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree natura:maple grows on minecraft:dirt because of dirt +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree natura:maple grows on minecraft:grass because of dirt +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree natura:hopseed grows on minecraft:dirt because of grass +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree natura:hopseed grows on minecraft:grass because of grass +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree natura:hopseed grows on minecraft:dirt because of dirt +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree natura:hopseed grows on minecraft:grass because of dirt +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree natura:bloodwood grows on minecraft:netherrack because of netherrack +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree rustic:olive grows on minecraft:dirt because of grass +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree rustic:olive grows on minecraft:grass because of grass +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree rustic:olive grows on minecraft:dirt because of dirt +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree rustic:olive grows on minecraft:grass because of dirt +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree primal:yew grows on minecraft:dirt because of grass +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree primal:yew grows on minecraft:grass because of grass +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree primal:yew grows on minecraft:dirt because of dirt +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree primal:yew grows on minecraft:grass because of dirt +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree twilightforest:treeoftransformation grows on minecraft:dirt because of grass +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree twilightforest:treeoftransformation grows on minecraft:grass because of grass +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree twilightforest:treeoftransformation grows on minecraft:dirt because of dirt +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree twilightforest:treeoftransformation grows on minecraft:grass because of dirt +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree tconstruct:purpleslime grows on tconstruct:slime_grass_magma_on_purple because of slime +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree tconstruct:purpleslime grows on tconstruct:slime_grass_purple_on_green because of slime +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree tconstruct:purpleslime grows on tconstruct:slime_grass_magma_on_green because of slime +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree tconstruct:purpleslime grows on tconstruct:slime_grass_green_on_green because of slime +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree tconstruct:purpleslime grows on tconstruct:slime_grass_green_on_magma because of slime +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree tconstruct:purpleslime grows on tconstruct:slime_grass_green_on_blue because of slime +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree tconstruct:purpleslime grows on tconstruct:slime_dirt_blue because of slime +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree tconstruct:purpleslime grows on tconstruct:slime_grass_purple_on_magma because of slime +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree tconstruct:purpleslime grows on tconstruct:slime_grass_magma_on_dirt because of slime +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree tconstruct:purpleslime grows on tconstruct:slime_grass_purple_on_blue because of slime +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree tconstruct:purpleslime grows on tconstruct:slime_grass_purple_on_dirt because of slime +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree tconstruct:purpleslime grows on tconstruct:slime_dirt_magma because of slime +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree tconstruct:purpleslime grows on tconstruct:slime_dirt_purple because of slime +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree tconstruct:purpleslime grows on tconstruct:slime_grass_green_on_dirt because of slime +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree tconstruct:purpleslime grows on tconstruct:slime_grass_purple_on_purple because of slime +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree tconstruct:purpleslime grows on tconstruct:slime_dirt_green because of slime +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree tconstruct:purpleslime grows on tconstruct:slime_grass_green_on_purple because of slime +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree tconstruct:purpleslime grows on tconstruct:slime_grass_magma_on_magma because of slime +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree tconstruct:purpleslime grows on tconstruct:slime_grass_magma_on_blue because of slime +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree natura:amaranth grows on minecraft:dirt because of grass +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree natura:amaranth grows on minecraft:grass because of grass +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree natura:amaranth grows on minecraft:dirt because of dirt +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree natura:amaranth grows on minecraft:grass because of dirt +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree traverse:brown_autumnal_sapling grows on minecraft:dirt because of grass +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree traverse:brown_autumnal_sapling grows on minecraft:grass because of grass +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree traverse:brown_autumnal_sapling grows on minecraft:dirt because of dirt +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree traverse:brown_autumnal_sapling grows on minecraft:grass because of dirt +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree abyssalcraft:dreadsapling grows on minecraft:dirt because of grass +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree abyssalcraft:dreadsapling grows on minecraft:grass because of grass +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree abyssalcraft:dreadsapling grows on minecraft:dirt because of dirt +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree abyssalcraft:dreadsapling grows on minecraft:grass because of dirt +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree natura:sakura grows on minecraft:dirt because of grass +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree natura:sakura grows on minecraft:grass because of grass +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree natura:sakura grows on minecraft:dirt because of dirt +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree natura:sakura grows on minecraft:grass because of dirt +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree minecraft:birch grows on minecraft:dirt because of grass +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree minecraft:birch grows on minecraft:grass because of grass +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree minecraft:birch grows on minecraft:dirt because of dirt +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree minecraft:birch grows on minecraft:grass because of dirt +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree minecraft:jungle grows on minecraft:dirt because of grass +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree minecraft:jungle grows on minecraft:grass because of grass +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree minecraft:jungle grows on minecraft:dirt because of dirt +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree minecraft:jungle grows on minecraft:grass because of dirt +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree minecraft:chorus grows on minecraft:end_stone because of end_stone +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree minecraft:acacia grows on minecraft:dirt because of grass +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree minecraft:acacia grows on minecraft:grass because of grass +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree minecraft:acacia grows on minecraft:dirt because of dirt +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree minecraft:acacia grows on minecraft:grass because of dirt +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree minecraft:dark_oak grows on minecraft:dirt because of grass +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree minecraft:dark_oak grows on minecraft:grass because of grass +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree minecraft:dark_oak grows on minecraft:dirt because of dirt +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree minecraft:dark_oak grows on minecraft:grass because of dirt +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree integrateddynamics:menril grows on minecraft:dirt because of grass +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree integrateddynamics:menril grows on minecraft:grass because of grass +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree integrateddynamics:menril grows on minecraft:dirt because of dirt +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree integrateddynamics:menril grows on minecraft:grass because of dirt +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree natura:ghostwood grows on minecraft:netherrack because of netherrack +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree twilightforest:rainbow_oak grows on minecraft:dirt because of grass +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree twilightforest:rainbow_oak grows on minecraft:grass because of grass +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree twilightforest:rainbow_oak grows on minecraft:dirt because of dirt +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree twilightforest:rainbow_oak grows on minecraft:grass because of dirt +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree natura:tigerwood grows on minecraft:dirt because of grass +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree natura:tigerwood grows on minecraft:grass because of grass +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree natura:tigerwood grows on minecraft:dirt because of dirt +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree natura:tigerwood grows on minecraft:grass because of dirt +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree minecraft:spruce grows on minecraft:dirt because of grass +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree minecraft:spruce grows on minecraft:grass because of grass +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree minecraft:spruce grows on minecraft:dirt because of dirt +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree minecraft:spruce grows on minecraft:grass because of dirt +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree primal:ironwood grows on minecraft:dirt because of grass +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree primal:ironwood grows on minecraft:grass because of grass +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree primal:ironwood grows on minecraft:dirt because of dirt +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree primal:ironwood grows on minecraft:grass because of dirt +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree minecraft:oak grows on minecraft:dirt because of grass +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree minecraft:oak grows on minecraft:grass because of grass +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree minecraft:oak grows on minecraft:dirt because of dirt +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree minecraft:oak grows on minecraft:grass because of dirt +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree twilightforest:sortingtree grows on minecraft:dirt because of grass +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree twilightforest:sortingtree grows on minecraft:grass because of grass +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree twilightforest:sortingtree grows on minecraft:dirt because of dirt +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree twilightforest:sortingtree grows on minecraft:grass because of dirt +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree twilightforest:treeoftime grows on minecraft:dirt because of grass +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree twilightforest:treeoftime grows on minecraft:grass because of grass +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree twilightforest:treeoftime grows on minecraft:dirt because of dirt +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree twilightforest:treeoftime grows on minecraft:grass because of dirt +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree tconstruct:magmaslime grows on tconstruct:slime_grass_magma_on_purple because of slime +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree tconstruct:magmaslime grows on tconstruct:slime_grass_purple_on_green because of slime +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree tconstruct:magmaslime grows on tconstruct:slime_grass_magma_on_green because of slime +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree tconstruct:magmaslime grows on tconstruct:slime_grass_green_on_green because of slime +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree tconstruct:magmaslime grows on tconstruct:slime_grass_green_on_magma because of slime +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree tconstruct:magmaslime grows on tconstruct:slime_grass_green_on_blue because of slime +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree tconstruct:magmaslime grows on tconstruct:slime_dirt_blue because of slime +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree tconstruct:magmaslime grows on tconstruct:slime_grass_purple_on_magma because of slime +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree tconstruct:magmaslime grows on tconstruct:slime_grass_magma_on_dirt because of slime +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree tconstruct:magmaslime grows on tconstruct:slime_grass_purple_on_blue because of slime +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree tconstruct:magmaslime grows on tconstruct:slime_grass_purple_on_dirt because of slime +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree tconstruct:magmaslime grows on tconstruct:slime_dirt_magma because of slime +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree tconstruct:magmaslime grows on tconstruct:slime_dirt_purple because of slime +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree tconstruct:magmaslime grows on tconstruct:slime_grass_green_on_dirt because of slime +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree tconstruct:magmaslime grows on tconstruct:slime_grass_purple_on_purple because of slime +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree tconstruct:magmaslime grows on tconstruct:slime_dirt_green because of slime +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree tconstruct:magmaslime grows on tconstruct:slime_grass_green_on_purple because of slime +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree tconstruct:magmaslime grows on tconstruct:slime_grass_magma_on_magma because of slime +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree tconstruct:magmaslime grows on tconstruct:slime_grass_magma_on_blue because of slime +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree twilightforest:mangrove grows on minecraft:dirt because of grass +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree twilightforest:mangrove grows on minecraft:grass because of grass +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree twilightforest:mangrove grows on minecraft:dirt because of dirt +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree twilightforest:mangrove grows on minecraft:grass because of dirt +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree totemic:cedar grows on minecraft:dirt because of grass +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree totemic:cedar grows on minecraft:grass because of grass +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree totemic:cedar grows on minecraft:dirt because of dirt +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree totemic:cedar grows on minecraft:grass because of dirt +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree traverse:yellow_autumnal_sapling grows on minecraft:dirt because of grass +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree traverse:yellow_autumnal_sapling grows on minecraft:grass because of grass +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree traverse:yellow_autumnal_sapling grows on minecraft:dirt because of dirt +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree traverse:yellow_autumnal_sapling grows on minecraft:grass because of dirt +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree twilightforest:darkcanopy grows on minecraft:dirt because of grass +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree twilightforest:darkcanopy grows on minecraft:grass because of grass +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree twilightforest:darkcanopy grows on minecraft:dirt because of dirt +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree twilightforest:darkcanopy grows on minecraft:grass because of dirt +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree traverse:orange_autumnal_sapling grows on minecraft:dirt because of grass +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree traverse:orange_autumnal_sapling grows on minecraft:grass because of grass +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree traverse:orange_autumnal_sapling grows on minecraft:dirt because of dirt +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree traverse:orange_autumnal_sapling grows on minecraft:grass because of dirt +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree twilightforest:canopy grows on minecraft:dirt because of grass +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree twilightforest:canopy grows on minecraft:grass because of grass +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree twilightforest:canopy grows on minecraft:dirt because of dirt +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree twilightforest:canopy grows on minecraft:grass because of dirt +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree natura:darkwood grows on minecraft:netherrack because of netherrack +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree twilightforest:oak grows on minecraft:dirt because of grass +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree twilightforest:oak grows on minecraft:grass because of grass +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree twilightforest:oak grows on minecraft:dirt because of dirt +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree twilightforest:oak grows on minecraft:grass because of dirt +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree traverse:fir grows on minecraft:dirt because of grass +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree traverse:fir grows on minecraft:grass because of grass +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree traverse:fir grows on minecraft:dirt because of dirt +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree traverse:fir grows on minecraft:grass because of dirt +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree natura:willow grows on minecraft:dirt because of grass +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree natura:willow grows on minecraft:grass because of grass +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree natura:willow grows on minecraft:dirt because of dirt +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree natura:willow grows on minecraft:grass because of dirt +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'rustic_appletree001.json' from config folder +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'rustic_appletree002.json' from config folder +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'rustic_appletree003.json' from config folder +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'minecraft_birch003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'harvestcraft_cherry003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_acornoak001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_nutmeg002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'biomesoplenty_orange_autumn001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_rosegum002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_sallow001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'twilightforest_sortingtree002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'harvestcraft_starfruit001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'minecraft_jungle003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'hac_dates001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_ash003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'abyssalcraft_dltsapling001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_ash001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_blueberry003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'biomesoplenty_maple002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'traverse_red_autumnal_sapling002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_mango003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'twilightforest_rainbow_oak003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'harvestcraft_peach001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_cherryplum002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'harvestcraft_lemon003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'forbidden_arcanus_cherrywood001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_wildcherry003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_iroko001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_yew001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_manderin003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_blackthorn002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_apricot001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'biomesoplenty_umbran001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'thaumicbases_ender003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'terraqueous_plum001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_rowan001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'harvestcraft_walnut003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'biomesoplenty_palm001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'harvestcraft_passionfruit001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_prairiecrabapple002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'harvestcraft_pistachio002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'forestry_appleoak002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'thaumicbases_nether003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'forestry_datepalm001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'byg_silver_maple001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'harvestcraft_date003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'aetherlegacy_skyroot003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_copperbeech003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_sycamore003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'biomesoplenty_eucalyptus002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_coconut002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'forestry_redspruce001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_box003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_dwarfhazel001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_raspberry001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'hac_morus002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'twilightforest_rainbow_oak002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_raspberry003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'harvestcraft_grapefruit003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'harvestcraft_almond001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_apricot002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'integrateddynamics_menril003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'randomthings_spectre002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'forestry_desertacacia001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_osangeorange001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'harvestcraft_gooseberry002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'thaumcraft_greatwood003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_sallow003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'jurassicraft_ginkgo001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'terraqueous_lemon002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_rosewood001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'harvestcraft_peppercorn002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'forestry_ipe003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_balsamfir001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'forestry_padauk003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'harvestcraft_coconut002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'harvestcraft_maple002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'forestry_bullpine001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_alder003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'evilcraft_undead001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_plantain002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'forestry_sugarmaple002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'terraqueous_mango002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'forestry_papaya001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'randomthings_spectre001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'natura_sakura002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'byg_red_maple001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'forestry_hillcherry002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'hac_dates002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'terraqueous_coconut003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_nectarine002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extrautils2_ironwood001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'byg_cika001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_mango002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'harvestcraft_paperbark001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_box001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'ic2_rubber001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'harvestcraft_orange001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'tropicraft_palm003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'byg_blue_spruce001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'twilightforest_mangrove003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'byg_enchanted001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_peach003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_pear001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_grapefruit003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'harvestcraft_apricot001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'forestry_lemon001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'harvestcraft_soursop002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_hawthorn003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_pear003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'harvestcraft_spiderweb002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'rustic_olive003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'tropicraft_mahogany001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'terraqueous_coconut001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'byg_witch_hazel001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_clove002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'harvestcraft_dragonfruit003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'harvestcraft_hazelnut003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'harvestcraft_peppercorn001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_keylime002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'harvestcraft_cashew002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'biomesoplenty_white_cherry001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'biomesoplenty_flowering_oak001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_cedar002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'biomesoplenty_eucalyptus001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_nutmeg003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'harvestcraft_cherry002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_clove003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'tropicraft_orange003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_hemlock003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_douglasfir001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'natura_fusewood001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_monkeypuzzle003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_lime001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'sugiforest_sugi003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_elder001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'harvestcraft_pomegranate001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_banana002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'terraqueous_banana002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_monkeypuzzle001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_copperbeech001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'biomesoplenty_hellbark001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'biomesoplenty_redwood003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'hac_lemon001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_logwood002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'harvestcraft_persimmon002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'byg_enchanted002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'terraqueous_mango003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'harvestcraft_chestnut001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_hawthorn001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_osangeorange002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'harvestcraft_lemon001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'forestry_acacia001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_hazel002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'twilightforest_canopy002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'harvestcraft_papaya001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'harvestcraft_lychee003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'forestry_whitewillow001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_clove001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'forestry_hillcherry001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_mango001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'biomesoplenty_jacaranda001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_gooseberry001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'harvestcraft_avocado003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'abyssalcraft_dltsapling003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_cranberry001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'jurassicraft_calamites001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'hac_walnut002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'harvestcraft_peppercorn003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'byg_baobab001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'forestry_commonwalnut002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'forestry_kapok004.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'biomesoplenty_eucalyptus003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'harvestcraft_pawpaw002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_blackcurrant001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'thaumicbases_ender001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'minecraft_birch002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'harvestcraft_paperbark002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'forestry_wenge001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'harvestcraft_apple003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'forestry_datepalm002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_staranise003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'tconstruct_magmaslime003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'minecraft_chorus001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'forestry_sweetchestnut003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'minecraft_spruce001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_orchardapple001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_sycamore002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'natura_willow002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'terraqueous_orange001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_redbanana002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'natura_ghostwood002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'biomesoplenty_mahogany002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_coffee001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_rainbowgum002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'thaumcraft_silverwood003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_citron002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_purpleheart002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_goldenraspberry002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_logwood003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'forestry_sipiri003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_sweetgum001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_olive001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'forestry_mundanelarch002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'byg_orchard001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'biomesoplenty_pine001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'forestry_yellowmeranti003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_orchardapple003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'traverse_red_autumnal_sapling001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'biomesoplenty_maple003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_fingerlime002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_kumquat002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_aspen003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'harvestcraft_date001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'bewitchment_elder002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'natura_willow001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'traverse_yellow_autumnal_sapling002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_candlenut001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'harvestcraft_maple003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'forestry_yellowmeranti001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'twilightforest_minerstree003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'naturesaura_ancient003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'forbidden_arcanus_mysterywood003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'harvestcraft_hazelnut002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_hemlock001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'byg_orange_spruce001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'forestry_grandidierbaobab003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_swampgum001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'byg_cypress001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'twilightforest_sortingtree003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'forestry_jungle003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_satsuma001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'forestry_wenge002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'thaumcraft_greatwood001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'natura_tigerwood001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'integrateddynamics_menril001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'harvestcraft_vanillabean001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'tropicraft_grapefruit002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'forbidden_arcanus_mysterywood001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'tropicraft_lemon002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'forestry_silverbirch002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'terraqueous_orange003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'harvestcraft_avocado002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_elder003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'byg_orange_oak002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'forestry_ipe001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'lostaether_crystal003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'traverse_red_autumnal_sapling003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'tropicraft_palm001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'natura_sakura001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_pomelo003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_loblollypine002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'byg_aspen001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'biomesoplenty_dead002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_avacado002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'forestry_whitepoplar001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'byg_ebony001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'harvestcraft_spiderweb001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_staranise002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'minecraft_spruce002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'twilightforest_canopy001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_chilli003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_oldfustic002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_coffee002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'ic2_rubber003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_acornoak002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_starfruit001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_cinnamon003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_orchardapple002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_hemlock002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'forestry_redspruce002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'forestry_hillcherry003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'minecraft_oak001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'harvestcraft_lime002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_peach002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'rustic_olive002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'forestry_myrtleebony003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'byg_mangrove001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'bewitchment_dragons_blood003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'byg_rowan001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'thaumicbases_golden003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_brazilnut003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'biomesoplenty_fir003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'byg_fir001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'tropicraft_grapefruit001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'harvestcraft_cashew001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'biomesoplenty_magic002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'bewitchment_elder001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'primal_yew001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_gingko002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_cedar003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'byg_white_stellata001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'twilightforest_oak001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'harvestcraft_grapefruit002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'harvestcraft_walnut001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'terraqueous_peach003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_blackberry003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'traverse_yellow_autumnal_sapling003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_rainbowgum001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'bewitchment_juniper002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'byg_pink_cherry001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'biomesoplenty_flowering_oak002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'biomesoplenty_fir002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'harvestcraft_fig002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'forestry_sipiri002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'harvestcraft_hazelnut001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'harvestcraft_persimmon001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'forestry_sweetchestnut001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'bewitchment_juniper003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'harvestcraft_cinnamon003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_whitebeam001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'harvestcraft_peach003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'wizardry_wisdom003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'natura_ghostwood003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'tconstruct_purpleslime001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'thaumcraft_silverwood002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'natura_hopseed003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'forestry_myrtleebony001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'forestry_darkoak002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'aetherlegacy_skyroot004.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_tangerine002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_banana001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'lostaether_crystal005.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'harvestcraft_chestnut003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'harvestcraft_papaya002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'byg_rainbow_eucalyptus001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'forestry_sugarmaple001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'twilightforest_mangrove002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_cherryplum003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'harvestcraft_fig001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_avacado003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_elder002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'forestry_sugarmaple003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_douglasfir002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'biomesoplenty_bamboo001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'biomesoplenty_willow002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_brazilnut001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'byg_holly001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_aspen002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_box002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_holly001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'harvestcraft_papaya003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'harvestcraft_date002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'forestry_whitepoplar002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'natura_maple001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'primal_ironwood003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'biomesoplenty_mangrove003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'harvestcraft_olive003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'biomesoplenty_willow001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'harvestcraft_avocado001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'traverse_fir001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'forestry_cocobolo002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'harvestcraft_grapefruit001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_rosewood003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'terraqueous_mango001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'aetherlegacy_golden_oak001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'forestry_bluemahoe001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'terraqueous_apple001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_oldfustic003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'twilightforest_treeoftime003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'forestry_darkoak001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_cranberry002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'twilightforest_treeoftime002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'forestry_teak002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'aetherlegacy_golden_oak003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_cherryplum001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'natura_maple002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'natura_fusewood002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_orange003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'harvestcraft_mango002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'natura_silverbell003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_prairiecrabapple001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'byg_palm001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'biomesoplenty_hellbark003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_goldenraspberry003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'byg_yellow_birch001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_gingko003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'minecraft_acacia001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_pinkivory003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_nutmeg001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_whitebeam002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'ic2_rubber005.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'minecraft_chorus002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'natura_darkwood002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'forestry_zebrawood001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_monkeypuzzle002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_kumquat001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_purpleheart001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'jurassicraft_araucaria001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'aetherlegacy_golden_oak002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_allspice003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'terraqueous_plum002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_rosegum001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'harvestcraft_cinnamon001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'bewitchment_dragons_blood002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'harvestcraft_pecan001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_logwood001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'natura_hopseed001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'thaumcraft_silverwood001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_keylime003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'harvestcraft_dragonfruit001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_fir002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'harvestcraft_plum001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'forestry_commonwalnut001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'terraqueous_orange002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'forbidden_arcanus_cherrywood003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'twilightforest_darkcanopy001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_coffee003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'forestry_padauk002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'twilightforest_sortingtree001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'biomesoplenty_mangrove001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_dwarfhazel002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'forestry_appleoak001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_fingerlime001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_prairiecrabapple003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'harvestcraft_apricot002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_citron001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_floweringcrabapple001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_cypress001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_alder002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'twilightforest_treeoftime001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'terraqueous_pear003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'natura_bloodwood003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'terraqueous_coconut002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'byg_pine002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_redmaple003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_starfruit003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'forestry_cocobolo001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'thaumicbases_golden002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'biomesoplenty_palm002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'forestry_ipe002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_gooseberry002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_rowan002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'biomesoplenty_orange_autumn003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'tconstruct_blueslime002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'hac_olive002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'biomesoplenty_umbran003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'forestry_sipiri001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'traverse_yellow_autumnal_sapling001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'aetherlegacy_skyroot005.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'abyssalcraft_dreadsapling001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_elm001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_copperbeech002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'byg_hawthorn001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'hac_olive001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_blueberry001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'terraqueous_lemon003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_locust003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'natura_amaranth002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'harvestcraft_lychee002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_allspice002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_hornbeam003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_fir003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'harvestcraft_lemon002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'aetherlegacy_golden_oak004.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'harvestcraft_mango003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extrautils2_ironwood003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'tconstruct_magmaslime001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'terraqueous_cherry002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_fir001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'harvestcraft_vanillabean003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'twilightforest_darkcanopy003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_sallow002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'byg_palo_verde001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'byg_skyris001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'terraqueous_plum003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_avacado001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'harvestcraft_maple001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'traverse_brown_autumnal_sapling003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'harvestcraft_passionfruit003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'harvestcraft_soursop003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_peach001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_yew002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'byg_white_cherry002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'harvestcraft_apple002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'harvestcraft_durian003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'byg_greatoak001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'natura_eucalpytus003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'twilightforest_mangrove001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'biomesoplenty_redwood002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_banana003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_sweetgum003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'natura_bloodwood002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'tropicraft_lemon001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'ic2_rubber004.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'harvestcraft_guava001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'primal_yew002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_coconut001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'tropicraft_grapefruit003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'harvestcraft_almond002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'tropicraft_palm002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'natura_fusewood003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_blueberry002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_pinkivory001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'harvestcraft_nutmeg002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_holly002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_blackcurrant003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'byg_pine001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_beech003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'aetherlegacy_golden_oak005.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_almond001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'biomesoplenty_pink_cherry001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_grapefruit002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_satsuma002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'primal_ironwood001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'forestry_redspruce003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'forestry_zebrawood002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_whitebeam003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'abyssalcraft_dltsapling002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'wizardry_wisdom002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'forestry_sweetchestnut002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'forestry_mundanelarch003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_juniper002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_pear002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_blackberry002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'natura_maple003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'harvestcraft_pear002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'jurassicraft_phoenix001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'forbidden_arcanus_cherrywood002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_alder001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'harvestcraft_tamarind003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_hazel001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'wizardry_wisdom001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'biomesoplenty_origin003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'hac_walnut001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_butternut003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_swampgum002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_butternut002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'biomesoplenty_jacaranda002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'thaumicbases_nether002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_osangeorange003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'harvestcraft_tamarind002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'tconstruct_purpleslime002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'harvestcraft_rambutan002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'byg_pink_stellata001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_iroko003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_hazel003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_orange001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'harvestcraft_jackfruit001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'biomesoplenty_yellow_autumn002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_orange002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'harvestcraft_apple001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'byg_zelkova001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'abyssalcraft_dreadsapling002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'forestry_kapok002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_buddhahand002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_satsuma003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'natura_silverbell002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_gooseberry003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'terraqueous_banana003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_oldfustic001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'byg_jacaranda001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'natura_silverbell001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'quark_swamp_oak001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'harvestcraft_peach002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'biomesoplenty_white_cherry002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_cedar001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'natura_bloodwood001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'harvestcraft_pear003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_gingko001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'biomesoplenty_maple001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_blackthorn003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'biomesoplenty_fir001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_pomelo001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'tconstruct_blueslime003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'harvestcraft_starfruit003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'forestry_silverbirch001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'biomesoplenty_magic001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_sourcherry003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_tangerine001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'terraqueous_lemon001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'bewitchment_cypress001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_wildcherry001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'forestry_teak001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'byg_red_spruce001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'harvestcraft_lime001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_candlenut003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'biomesoplenty_origin001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'minecraft_jungle001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_redbanana003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'natura_sakura003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_blackcherry002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_citron003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_beech002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'harvestcraft_nutmeg001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_staranise001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_brazilnut002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'lostaether_crystal002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'harvestcraft_coconut003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_blackberry001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_pecan001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_raspberry002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_cashew001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_rosewood002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_cinnamon001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'minecraft_oak002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'harvestcraft_guava003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_hornbeam001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'harvestcraft_pomegranate002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'harvestcraft_pecan003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_manderin002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'natura_eucalpytus001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_dwarfhazel003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'harvestcraft_orange003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'minecraft_spruce003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_buddhahand003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'harvestcraft_plum002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'traverse_fir002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'harvestcraft_pomegranate003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'abyssalcraft_dreadsapling003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'tropicraft_orange001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'techreborn_rubber001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'harvestcraft_breadfruit003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'harvestcraft_banana001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'harvestcraft_cherry001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'harvestcraft_vanillabean002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'biomesoplenty_ebony003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'biomesoplenty_white_cherry003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'natura_ghostwood001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'terraqueous_cherry003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'harvestcraft_passionfruit002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_coconut003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'terraqueous_cherry001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'minecraft_chorus003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'terraqueous_apple002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'tropicraft_orange002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'integrateddynamics_menril002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_hornbeam002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'twilightforest_treeoftransformation003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_butternut001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_candlenut002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'hac_lemon002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'byg_mahogany001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_blackcherry003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'techreborn_rubber003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'biomesoplenty_willow003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_pinkivory002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'naturesaura_ancient002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'biomesoplenty_yellow_autumn003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'traverse_brown_autumnal_sapling001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_apricot003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'minecraft_jungle002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_olive003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'naturesaura_ancient001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'hac_lemon003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'biomesoplenty_dead003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'harvestcraft_dragonfruit002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'traverse_orange_autumnal_sapling003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'byg_yellow_spruce001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'harvestcraft_breadfruit002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'quark_blossoming001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'harvestcraft_guava002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'forestry_kapok001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'byg_orchard002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'bewitchment_dragons_blood001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'rustic_ironwood001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'twilightforest_minerstree002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extrautils2_ironwood002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'biomesoplenty_mangrove002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_brazilwood002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'forestry_jungle002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'harvestcraft_spiderweb003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'harvestcraft_rambutan003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'byg_ironwood001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'thaumicbases_ender002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_iroko002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'harvestcraft_tamarind001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_acornoak003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_aspen001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'hac_walnut003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_loblollypine003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'harvestcraft_pawpaw003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_hawthorn002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'forestry_yellowmeranti002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'bewitchment_cypress003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_sourcherry002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'forbidden_arcanus_mysterywood002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'twilightforest_rainbow_oak001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'harvestcraft_jackfruit002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'biomesoplenty_ebony002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'natura_eucalpytus002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'harvestcraft_lychee001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'minecraft_dark_oak002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_pomelo002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'traverse_orange_autumnal_sapling001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'forestry_padauk001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'biomesoplenty_pink_cherry003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_sweetcrabapple003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'aetherlegacy_skyroot001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_chilli001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'tropicraft_mahogany005.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_balsamfir002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_cinnamon002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'byg_willow001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'rustic_olive001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'harvestcraft_jackfruit003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'forestry_grandidierbaobab001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'techreborn_rubber002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'evilcraft_undead002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_almond003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_loblollypine001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_kumquat003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'biomesoplenty_bamboo002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_floweringcrabapple003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'evilcraft_undead003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'biomesoplenty_redwood001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'harvestcraft_cinnamon002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_wildcherry002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'harvestcraft_fig003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'terraqueous_peach001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'forestry_plum001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_juniper001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_holly003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'harvestcraft_banana003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'harvestcraft_durian002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_locust001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'bewitchment_juniper001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'minecraft_acacia003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'harvestcraft_pistachio003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'biomesoplenty_jacaranda003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_purpleheart003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'biomesoplenty_pine002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_redcurrant001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'biomesoplenty_orange_autumn002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'ic2_rubber002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_almond002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'twilightforest_treeoftransformation002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'biomesoplenty_yellow_autumn001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_sweetcrabapple002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'traverse_fir003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_douglasfir003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_cranberry003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'harvestcraft_pistachio001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_juniper003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'tconstruct_blueslime001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_blackcurrant002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'biomesoplenty_pink_cherry002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'biomesoplenty_ebony001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_allspice001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'forestry_bluemahoe003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'jurassicraft_psaronius001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_fingerlime003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'lostaether_crystal001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'tropicraft_lemon003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'biomesoplenty_mahogany001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_rainbowgum003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'biomesoplenty_hellbark002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'byg_redwood001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'twilightforest_darkcanopy002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'terraqueous_banana001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_starfruit002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_plantain001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'sugiforest_sugi002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'thaumicbases_nether001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'terraqueous_peach002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'byg_white_cherry001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'terraqueous_apple003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'harvestcraft_olive002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'biomesoplenty_flowering_oak003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'aetherlegacy_skyroot002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'tconstruct_purpleslime003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_sweetgum002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'rustic_ironwood003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_yew003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'harvestcraft_banana002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'harvestcraft_walnut002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_redmaple002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'natura_darkwood003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'harvestcraft_gooseberry003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'hac_olive003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'forestry_bluemahoe002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'harvestcraft_soursop001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'terraqueous_pear002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'tropicraft_lime001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'byg_orchard003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_chilli002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'rustic_ironwood002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'harvestcraft_nutmeg003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_brazilwood001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'natura_tigerwood003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'traverse_orange_autumnal_sapling002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_goldenraspberry001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'bewitchment_elder003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'tropicraft_mahogany003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'harvestcraft_mango001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'minecraft_birch001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_cashew003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'harvestcraft_chestnut002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'forestry_papaya002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'byg_red_oak001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'biomesoplenty_pine003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'evilcraft_undead004.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'harvestcraft_durian001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_nectarine003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'totemic_cedar003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'harvestcraft_pecan002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_balsamfir003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'harvestcraft_persimmon003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'forestry_teak003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'tropicraft_mahogany004.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_beech001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_elm003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'minecraft_dark_oak000.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'harvestcraft_starfruit002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'harvestcraft_pawpaw001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_sweetcrabapple001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'forestry_balsa002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'tropicraft_mahogany002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'harvestcraft_lime003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'tropicraft_lime003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'natura_amaranth001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'bewitchment_cypress002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_redmaple001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'natura_amaranth003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_locust002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'totemic_cedar002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'biomesoplenty_bamboo003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'harvestcraft_almond003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'biomesoplenty_dead001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'twilightforest_treeoftransformation001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'minecraft_dark_oak001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'byg_orange_oak001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_grapefruit001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'forestry_commonwalnut003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_cypress002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_cashew002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'biomesoplenty_umbran002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_lime003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'harvestcraft_orange002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'harvestcraft_plum003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'thaumicbases_golden001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'tropicraft_lime002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'harvestcraft_apricot003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_elm002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'hac_morus003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'natura_willow003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_rosegum003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_brazilwood003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_manderin001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'primal_yew003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'forestry_whitewillow002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'twilightforest_minerstree001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_ash002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'forestry_silverlime002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_olive002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'forestry_jungle001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'traverse_brown_autumnal_sapling002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_plantain003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'thaumcraft_greatwood002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_buddhahand001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'minecraft_oak003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'tconstruct_magmaslime002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'hac_morus001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_redcurrant002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'natura_tigerwood002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_nectarine001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_sycamore001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_keylime001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'harvestcraft_pear001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'harvestcraft_cashew003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_redcurrant003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'primal_ironwood002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'harvestcraft_olive001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'biomesoplenty_magic003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'forestry_zebrawood003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_floweringcrabapple002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'biomesoplenty_origin002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'harvestcraft_rambutan001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'terraqueous_pear001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'lostaether_crystal004.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'harvestcraft_paperbark003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'twilightforest_oak003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'minecraft_acacia002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'harvestcraft_breadfruit001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'forestry_bullpine002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_sourcherry001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'forestry_myrtleebony002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'forestry_grandidierbaobab002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'twilightforest_canopy003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_blackcherry001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_swampgum003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'forestry_balsa001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'forestry_mundanelarch001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_cypress003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_tangerine003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'harvestcraft_gooseberry001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'harvestcraft_coconut001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'forestry_kapok003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'byg_enchanted003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_blackthorn001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_redbanana001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'extratrees_lime002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'forestry_silverlime001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'natura_hopseed002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'sugiforest_sugi001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'natura_darkwood001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'hac_dates003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'totemic_cedar001.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'biomesoplenty_palm003.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: - Loading file 'twilightforest_oak002.json' from jar +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'biomesoplenty_palm002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: biomesoplenty_palm002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'harvestcraft_cinnamon002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: harvestcraft_cinnamon002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'evilcraft_undead004.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: evilcraft_undead004.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_osangeorange003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_osangeorange003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_cherryplum002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_cherryplum002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_monkeypuzzle001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_monkeypuzzle001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'forestry_sweetchestnut003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: forestry_sweetchestnut003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_redbanana001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_redbanana001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_sycamore002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_sycamore002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'ic2_rubber002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: ic2_rubber002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'natura_hopseed002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_plantain003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_plantain003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'tconstruct_magmaslime003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_loblollypine001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_loblollypine001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'harvestcraft_lemon001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: harvestcraft_lemon001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'harvestcraft_starfruit003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: harvestcraft_starfruit003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'harvestcraft_chestnut003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: harvestcraft_chestnut003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'harvestcraft_pomegranate001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: harvestcraft_pomegranate001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'twilightforest_mangrove003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_purpleheart002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_purpleheart002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'forestry_silverlime001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: forestry_silverlime001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'primal_yew003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_cranberry002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_cranberry002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'harvestcraft_hazelnut003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: harvestcraft_hazelnut003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_candlenut002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_candlenut002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'forestry_whitewillow001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: forestry_whitewillow001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_butternut003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_butternut003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_brazilwood002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_brazilwood002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_buddhahand002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_buddhahand002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'forestry_appleoak002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: forestry_appleoak002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_aspen002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_aspen002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_fingerlime001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_fingerlime001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'harvestcraft_persimmon002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: harvestcraft_persimmon002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'traverse_red_autumnal_sapling001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_brazilnut003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_brazilnut003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_wildcherry002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_wildcherry002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'harvestcraft_nutmeg002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: harvestcraft_nutmeg002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'natura_willow003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'harvestcraft_apple002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: harvestcraft_apple002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_gooseberry003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_gooseberry003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'twilightforest_minerstree001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'harvestcraft_tamarind001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: harvestcraft_tamarind001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'forestry_yellowmeranti001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: forestry_yellowmeranti001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_whitebeam003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_whitebeam003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'byg_holly001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: byg_holly001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'forestry_zebrawood003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: forestry_zebrawood003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'harvestcraft_soursop003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: harvestcraft_soursop003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'jurassicraft_calamites001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: jurassicraft_calamites001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'aetherlegacy_skyroot001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: aetherlegacy_skyroot001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'terraqueous_mango003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: terraqueous_mango003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'harvestcraft_lime002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: harvestcraft_lime002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'traverse_brown_autumnal_sapling003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'tropicraft_lemon003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: tropicraft_lemon003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'biomesoplenty_orange_autumn001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: biomesoplenty_orange_autumn001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_orchardapple001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_orchardapple001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_cashew003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_cashew003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'natura_eucalpytus001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_cedar003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_cedar003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'forestry_kapok004.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: forestry_kapok004.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'harvestcraft_guava003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: harvestcraft_guava003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'tropicraft_mahogany004.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: tropicraft_mahogany004.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'twilightforest_oak002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'harvestcraft_walnut001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: harvestcraft_walnut001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'harvestcraft_pecan002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: harvestcraft_pecan002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_box003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_box003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'traverse_yellow_autumnal_sapling001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_pomelo001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_pomelo001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'forbidden_arcanus_cherrywood001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: forbidden_arcanus_cherrywood001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_hawthorn001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_hawthorn001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'forestry_lemon001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: forestry_lemon001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_staranise003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_staranise003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_allspice002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_allspice002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_olive002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_olive002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_allspice003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_allspice003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extrautils2_ironwood001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extrautils2_ironwood001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'wizardry_wisdom002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: wizardry_wisdom002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'biomesoplenty_hellbark002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: biomesoplenty_hellbark002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'forestry_papaya002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: forestry_papaya002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_orchardapple002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_orchardapple002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_elm001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_elm001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'twilightforest_oak003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'forestry_bullpine002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: forestry_bullpine002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_hazel001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_hazel001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'terraqueous_banana001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: terraqueous_banana001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'thaumicbases_nether002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: thaumicbases_nether002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_redmaple002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_redmaple002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'terraqueous_mango002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: terraqueous_mango002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'biomesoplenty_eucalyptus001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: biomesoplenty_eucalyptus001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'terraqueous_banana002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: terraqueous_banana002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'harvestcraft_apple001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: harvestcraft_apple001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_copperbeech001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_copperbeech001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_grapefruit001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_grapefruit001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'harvestcraft_pear003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: harvestcraft_pear003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'traverse_red_autumnal_sapling002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'forestry_grandidierbaobab003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: forestry_grandidierbaobab003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'forestry_bluemahoe001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: forestry_bluemahoe001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'harvestcraft_persimmon003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: harvestcraft_persimmon003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_rosegum001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_rosegum001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_aspen001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_aspen001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_purpleheart003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_purpleheart003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_almond002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_almond002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'harvestcraft_chestnut002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: harvestcraft_chestnut002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'forestry_wenge001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: forestry_wenge001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_loblollypine002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_loblollypine002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'ic2_rubber003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: ic2_rubber003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'forestry_kapok003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: forestry_kapok003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'harvestcraft_peach001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: harvestcraft_peach001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_cranberry003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_cranberry003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'forestry_silverlime002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: forestry_silverlime002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'natura_hopseed001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'biomesoplenty_origin003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: biomesoplenty_origin003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'byg_pink_stellata001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: byg_pink_stellata001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'forestry_mundanelarch002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: forestry_mundanelarch002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'primal_ironwood003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'harvestcraft_cinnamon001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: harvestcraft_cinnamon001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'tropicraft_lemon002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: tropicraft_lemon002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'harvestcraft_mango003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: harvestcraft_mango003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_redmaple003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_redmaple003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'harvestcraft_olive003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: harvestcraft_olive003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'bewitchment_elder003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: bewitchment_elder003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'harvestcraft_walnut002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: harvestcraft_walnut002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'harvestcraft_gooseberry002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: harvestcraft_gooseberry002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'harvestcraft_cinnamon003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: harvestcraft_cinnamon003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_brazilnut002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_brazilnut002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'harvestcraft_tamarind002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: harvestcraft_tamarind002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'forestry_redspruce001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: forestry_redspruce001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'natura_amaranth001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_coconut001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_coconut001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'minecraft_dark_oak000.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'byg_ebony001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: byg_ebony001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extrautils2_ironwood002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extrautils2_ironwood002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_blackcurrant003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_blackcurrant003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'minecraft_birch001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'byg_yellow_birch001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: byg_yellow_birch001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_purpleheart001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_purpleheart001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'terraqueous_plum003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: terraqueous_plum003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_swampgum001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_swampgum001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_starfruit002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_starfruit002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_brazilwood001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_brazilwood001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_wildcherry003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_wildcherry003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'forestry_hillcherry003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: forestry_hillcherry003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'harvestcraft_olive001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: harvestcraft_olive001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'primal_yew002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_citron002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_citron002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_olive003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_olive003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'biomesoplenty_hellbark003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: biomesoplenty_hellbark003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_nutmeg001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_nutmeg001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'terraqueous_orange002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: terraqueous_orange002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_mango003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_mango003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'terraqueous_coconut001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: terraqueous_coconut001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_goldenraspberry001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_goldenraspberry001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'naturesaura_ancient001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: naturesaura_ancient001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'byg_pink_cherry001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: byg_pink_cherry001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_holly002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_holly002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'thaumicbases_nether003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: thaumicbases_nether003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'natura_maple003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'terraqueous_apple002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: terraqueous_apple002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_cedar002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_cedar002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'forestry_desertacacia001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: forestry_desertacacia001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_sallow001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_sallow001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'bewitchment_juniper001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: bewitchment_juniper001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'jurassicraft_araucaria001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: jurassicraft_araucaria001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'terraqueous_lemon001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: terraqueous_lemon001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'forestry_sipiri003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: forestry_sipiri003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'harvestcraft_pecan003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: harvestcraft_pecan003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'twilightforest_oak001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'naturesaura_ancient003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: naturesaura_ancient003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'rustic_appletree003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'traverse_brown_autumnal_sapling002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'harvestcraft_pistachio002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: harvestcraft_pistachio002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'randomthings_spectre002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: randomthings_spectre002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'biomesoplenty_jacaranda003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: biomesoplenty_jacaranda003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_aspen003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_aspen003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_blackcurrant001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_blackcurrant001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'techreborn_rubber003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: techreborn_rubber003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'biomesoplenty_pine003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: biomesoplenty_pine003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'harvestcraft_jackfruit002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: harvestcraft_jackfruit002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_prairiecrabapple001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_prairiecrabapple001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'tconstruct_purpleslime002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'natura_fusewood003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_hemlock002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_hemlock002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_gooseberry002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_gooseberry002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'natura_eucalpytus002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'byg_silver_maple001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: byg_silver_maple001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'byg_redwood001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: byg_redwood001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'natura_willow002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'twilightforest_minerstree003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'harvestcraft_durian001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: harvestcraft_durian001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'forbidden_arcanus_cherrywood003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: forbidden_arcanus_cherrywood003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_plantain002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_plantain002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'jurassicraft_phoenix001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: jurassicraft_phoenix001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_blackberry003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_blackberry003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_rowan001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_rowan001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'natura_hopseed003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_wildcherry001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_wildcherry001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'traverse_fir001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'lostaether_crystal004.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: lostaether_crystal004.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_douglasfir001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_douglasfir001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'thaumicbases_ender003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: thaumicbases_ender003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'forestry_myrtleebony001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: forestry_myrtleebony001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'harvestcraft_chestnut001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: harvestcraft_chestnut001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'harvestcraft_lychee001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: harvestcraft_lychee001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'primal_ironwood002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'forestry_silverbirch001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: forestry_silverbirch001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_blueberry003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_blueberry003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'twilightforest_treeoftransformation001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'harvestcraft_starfruit001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: harvestcraft_starfruit001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'natura_fusewood002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'thaumicbases_golden002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: thaumicbases_golden002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'harvestcraft_coconut001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: harvestcraft_coconut001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'biomesoplenty_eucalyptus003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: biomesoplenty_eucalyptus003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'forestry_mundanelarch003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: forestry_mundanelarch003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'tropicraft_lemon001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: tropicraft_lemon001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_butternut001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_butternut001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'byg_aspen001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: byg_aspen001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'twilightforest_treeoftime002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'biomesoplenty_white_cherry001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: biomesoplenty_white_cherry001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'biomesoplenty_ebony001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: biomesoplenty_ebony001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_cypress003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_cypress003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_nutmeg002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_nutmeg002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'harvestcraft_orange002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: harvestcraft_orange002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_balsamfir001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_balsamfir001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_juniper002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_juniper002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'forestry_grandidierbaobab001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: forestry_grandidierbaobab001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'forestry_acacia001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: forestry_acacia001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'sugiforest_sugi003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: sugiforest_sugi003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'tropicraft_lime003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: tropicraft_lime003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'hac_lemon003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: hac_lemon003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'harvestcraft_durian003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: harvestcraft_durian003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'aetherlegacy_golden_oak002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: aetherlegacy_golden_oak002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'forestry_bluemahoe002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: forestry_bluemahoe002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'tropicraft_orange003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: tropicraft_orange003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'harvestcraft_hazelnut001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: harvestcraft_hazelnut001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'forestry_cocobolo002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: forestry_cocobolo002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'tconstruct_purpleslime001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'forestry_redspruce002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: forestry_redspruce002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'minecraft_acacia002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_lime003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_lime003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'twilightforest_mangrove001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'byg_white_cherry001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: byg_white_cherry001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_peach002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_peach002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_avacado003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_avacado003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'harvestcraft_gooseberry003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: harvestcraft_gooseberry003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_staranise002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_staranise002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_allspice001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_allspice001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'harvestcraft_spiderweb002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: harvestcraft_spiderweb002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_blackthorn003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_blackthorn003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'terraqueous_banana003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: terraqueous_banana003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'tconstruct_magmaslime001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'twilightforest_darkcanopy002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'biomesoplenty_origin002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: biomesoplenty_origin002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'bewitchment_cypress001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: bewitchment_cypress001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'biomesoplenty_bamboo002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: biomesoplenty_bamboo002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'forestry_jungle002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: forestry_jungle002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'thaumcraft_silverwood003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: thaumcraft_silverwood003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'byg_baobab001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: byg_baobab001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'harvestcraft_fig003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: harvestcraft_fig003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_chilli003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_chilli003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'harvestcraft_pecan001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: harvestcraft_pecan001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_satsuma001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_satsuma001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_coffee002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_coffee002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_hornbeam003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_hornbeam003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'minecraft_jungle002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_citron001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_citron001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'harvestcraft_guava002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: harvestcraft_guava002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'quark_swamp_oak001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: quark_swamp_oak001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_box002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_box002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'forestry_jungle001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: forestry_jungle001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_cashew002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_cashew002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'byg_jacaranda001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: byg_jacaranda001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_fingerlime003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_fingerlime003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'wizardry_wisdom001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: wizardry_wisdom001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'harvestcraft_cashew003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: harvestcraft_cashew003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_almond001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_almond001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'thaumicbases_nether001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: thaumicbases_nether001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'terraqueous_coconut002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: terraqueous_coconut002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'terraqueous_apple003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: terraqueous_apple003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'biomesoplenty_orange_autumn003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: biomesoplenty_orange_autumn003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'natura_darkwood002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'harvestcraft_almond002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: harvestcraft_almond002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_prairiecrabapple003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_prairiecrabapple003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_whitebeam002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_whitebeam002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_hazel002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_hazel002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'twilightforest_rainbow_oak003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'biomesoplenty_umbran002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: biomesoplenty_umbran002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_candlenut003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_candlenut003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_orchardapple003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_orchardapple003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'tropicraft_mahogany002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: tropicraft_mahogany002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_alder001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_alder001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_beech002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_beech002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_rosewood003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_rosewood003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'tconstruct_magmaslime002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'harvestcraft_nutmeg003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: harvestcraft_nutmeg003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_goldenraspberry002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_goldenraspberry002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'biomesoplenty_orange_autumn002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: biomesoplenty_orange_autumn002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_buddhahand001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_buddhahand001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'harvestcraft_almond003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: harvestcraft_almond003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'aetherlegacy_skyroot003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: aetherlegacy_skyroot003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_whitebeam001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_whitebeam001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_hawthorn002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_hawthorn002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'natura_darkwood001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_balsamfir002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_balsamfir002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'tropicraft_grapefruit001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: tropicraft_grapefruit001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_juniper001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_juniper001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'natura_bloodwood003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'abyssalcraft_dreadsapling001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'byg_cika001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: byg_cika001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'harvestcraft_breadfruit003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: harvestcraft_breadfruit003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'forestry_sweetchestnut001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: forestry_sweetchestnut001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'bewitchment_elder002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: bewitchment_elder002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_pomelo002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_pomelo002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'biomesoplenty_dead002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: biomesoplenty_dead002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'harvestcraft_banana001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: harvestcraft_banana001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'biomesoplenty_flowering_oak003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: biomesoplenty_flowering_oak003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'biomesoplenty_bamboo003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: biomesoplenty_bamboo003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'hac_olive001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: hac_olive001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_osangeorange001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_osangeorange001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'harvestcraft_avocado002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: harvestcraft_avocado002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_apricot002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_apricot002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'hac_dates002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: hac_dates002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'twilightforest_mangrove002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'harvestcraft_grapefruit001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: harvestcraft_grapefruit001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_kumquat002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_kumquat002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'biomesoplenty_fir002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: biomesoplenty_fir002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_iroko001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_iroko001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'tropicraft_mahogany005.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: tropicraft_mahogany005.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_monkeypuzzle002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_monkeypuzzle002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'totemic_cedar002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_peach003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_peach003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'twilightforest_treeoftime003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'biomesoplenty_palm003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: biomesoplenty_palm003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_keylime002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_keylime002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'forestry_sugarmaple001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: forestry_sugarmaple001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'forbidden_arcanus_mysterywood001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: forbidden_arcanus_mysterywood001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'terraqueous_pear001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: terraqueous_pear001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_sweetgum003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_sweetgum003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'biomesoplenty_yellow_autumn003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: biomesoplenty_yellow_autumn003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'biomesoplenty_willow001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: biomesoplenty_willow001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'byg_orchard001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: byg_orchard001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'aetherlegacy_golden_oak003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: aetherlegacy_golden_oak003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'harvestcraft_lychee002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: harvestcraft_lychee002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_sourcherry001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_sourcherry001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_grapefruit003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_grapefruit003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_sweetcrabapple002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_sweetcrabapple002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'tropicraft_palm001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: tropicraft_palm001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'biomesoplenty_eucalyptus002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: biomesoplenty_eucalyptus002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'terraqueous_peach002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: terraqueous_peach002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'harvestcraft_passionfruit001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: harvestcraft_passionfruit001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'forestry_kapok001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: forestry_kapok001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'rustic_appletree002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'integrateddynamics_menril001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'natura_amaranth003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'harvestcraft_jackfruit001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: harvestcraft_jackfruit001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'forestry_grandidierbaobab002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: forestry_grandidierbaobab002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'terraqueous_cherry003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: terraqueous_cherry003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_yew002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_yew002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'minecraft_dark_oak002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'harvestcraft_lemon002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: harvestcraft_lemon002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'natura_tigerwood001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_redbanana002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_redbanana002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_redmaple001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_redmaple001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_blackcherry001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_blackcherry001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'harvestcraft_pomegranate002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: harvestcraft_pomegranate002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'minecraft_oak003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_elder003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_elder003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'naturesaura_ancient002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: naturesaura_ancient002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'harvestcraft_rambutan003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: harvestcraft_rambutan003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_banana003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_banana003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'hac_walnut002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: hac_walnut002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_douglasfir002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_douglasfir002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_pinkivory002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_pinkivory002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'lostaether_crystal005.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: lostaether_crystal005.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_cinnamon001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_cinnamon001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'harvestcraft_peppercorn003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: harvestcraft_peppercorn003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'natura_maple002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'traverse_fir002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'harvestcraft_pawpaw003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: harvestcraft_pawpaw003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'forestry_ipe001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: forestry_ipe001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_blackberry002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_blackberry002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'byg_yellow_spruce001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: byg_yellow_spruce001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_sallow002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_sallow002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_cedar001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_cedar001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_ash001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_ash001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_acornoak003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_acornoak003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'forestry_whitewillow002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: forestry_whitewillow002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'traverse_yellow_autumnal_sapling002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_holly003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_holly003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_gooseberry001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_gooseberry001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_floweringcrabapple003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_floweringcrabapple003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'terraqueous_orange001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: terraqueous_orange001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_hemlock001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_hemlock001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'minecraft_spruce003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'byg_white_stellata001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: byg_white_stellata001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'harvestcraft_lime003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: harvestcraft_lime003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_starfruit001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_starfruit001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'byg_enchanted001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: byg_enchanted001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'harvestcraft_pistachio003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: harvestcraft_pistachio003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'biomesoplenty_maple002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: biomesoplenty_maple002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'natura_sakura002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'jurassicraft_psaronius001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: jurassicraft_psaronius001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'evilcraft_undead001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: evilcraft_undead001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_oldfustic002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_oldfustic002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'harvestcraft_date003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: harvestcraft_date003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'byg_pine001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: byg_pine001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'bewitchment_juniper002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: bewitchment_juniper002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_gingko001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_gingko001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'forestry_appleoak001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: forestry_appleoak001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'harvestcraft_paperbark002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: harvestcraft_paperbark002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'forestry_yellowmeranti002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: forestry_yellowmeranti002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'forestry_padauk003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: forestry_padauk003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_raspberry003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_raspberry003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_brazilnut001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_brazilnut001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'techreborn_rubber002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: techreborn_rubber002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'forestry_plum001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: forestry_plum001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'thaumcraft_greatwood001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: thaumcraft_greatwood001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'rustic_ironwood002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_sycamore001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_sycamore001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'forestry_zebrawood002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: forestry_zebrawood002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'biomesoplenty_mangrove002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: biomesoplenty_mangrove002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'harvestcraft_mango002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: harvestcraft_mango002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_cherryplum003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_cherryplum003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'bewitchment_dragons_blood003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: bewitchment_dragons_blood003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_keylime003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_keylime003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'forestry_darkoak002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: forestry_darkoak002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'tropicraft_grapefruit002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: tropicraft_grapefruit002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'hac_morus002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: hac_morus002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'byg_orange_oak001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: byg_orange_oak001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'natura_silverbell002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'byg_willow001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: byg_willow001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'biomesoplenty_magic002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: biomesoplenty_magic002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'traverse_orange_autumnal_sapling001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'hac_dates001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: hac_dates001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'biomesoplenty_white_cherry003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: biomesoplenty_white_cherry003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'harvestcraft_apricot002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: harvestcraft_apricot002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'harvestcraft_dragonfruit001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: harvestcraft_dragonfruit001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'biomesoplenty_ebony003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: biomesoplenty_ebony003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'byg_blue_spruce001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: byg_blue_spruce001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'biomesoplenty_flowering_oak001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: biomesoplenty_flowering_oak001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'harvestcraft_cherry001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: harvestcraft_cherry001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_sweetgum002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_sweetgum002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'twilightforest_canopy003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'harvestcraft_plum003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: harvestcraft_plum003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_nectarine003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_nectarine003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_kumquat001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_kumquat001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'tropicraft_palm002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: tropicraft_palm002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_gingko003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_gingko003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'byg_fir001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: byg_fir001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'byg_rainbow_eucalyptus001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: byg_rainbow_eucalyptus001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'forestry_teak003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: forestry_teak003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'tconstruct_blueslime002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_balsamfir003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_balsamfir003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'rustic_olive002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'twilightforest_treeoftransformation003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'forestry_balsa001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: forestry_balsa001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'harvestcraft_paperbark001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: harvestcraft_paperbark001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'harvestcraft_papaya001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: harvestcraft_papaya001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'biomesoplenty_pine001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: biomesoplenty_pine001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'abyssalcraft_dreadsapling002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_yew003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_yew003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'biomesoplenty_umbran001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: biomesoplenty_umbran001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'lostaether_crystal002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: lostaether_crystal002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'byg_orchard002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: byg_orchard002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'harvestcraft_coconut003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: harvestcraft_coconut003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'forestry_padauk002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: forestry_padauk002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'bewitchment_dragons_blood001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: bewitchment_dragons_blood001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'byg_red_maple001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: byg_red_maple001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'hac_olive003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: hac_olive003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'harvestcraft_breadfruit002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: harvestcraft_breadfruit002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_sweetcrabapple001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_sweetcrabapple001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'thaumcraft_silverwood001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: thaumcraft_silverwood001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'forestry_commonwalnut002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: forestry_commonwalnut002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'harvestcraft_passionfruit002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: harvestcraft_passionfruit002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_blueberry001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_blueberry001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_iroko002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_iroko002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_cypress001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_cypress001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'biomesoplenty_willow002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: biomesoplenty_willow002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_apricot003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_apricot003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'biomesoplenty_jacaranda001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: biomesoplenty_jacaranda001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_rosewood001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_rosewood001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_acornoak001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_acornoak001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_sallow003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_sallow003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'forestry_jungle003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: forestry_jungle003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_banana002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_banana002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'totemic_cedar001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_pear002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_pear002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'natura_ghostwood002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'harvestcraft_grapefruit002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: harvestcraft_grapefruit002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'forestry_sipiri001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: forestry_sipiri001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'byg_red_spruce001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: byg_red_spruce001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'biomesoplenty_dead003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: biomesoplenty_dead003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_redcurrant002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_redcurrant002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'harvestcraft_cashew002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: harvestcraft_cashew002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'biomesoplenty_redwood002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: biomesoplenty_redwood002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'biomesoplenty_redwood003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: biomesoplenty_redwood003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'harvestcraft_maple001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: harvestcraft_maple001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'minecraft_jungle001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'aetherlegacy_skyroot004.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: aetherlegacy_skyroot004.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_fir002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_fir002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_satsuma002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_satsuma002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'harvestcraft_cashew001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: harvestcraft_cashew001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_floweringcrabapple002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_floweringcrabapple002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_coconut003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_coconut003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_alder002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_alder002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'traverse_fir003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_beech003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_beech003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'hac_lemon001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: hac_lemon001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_banana001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_banana001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_rosewood002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_rosewood002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_manderin001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_manderin001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'natura_bloodwood002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_elder002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_elder002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_pear001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_pear001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_goldenraspberry003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_goldenraspberry003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_clove002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_clove002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'byg_cypress001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: byg_cypress001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_dwarfhazel002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_dwarfhazel002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'terraqueous_peach003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: terraqueous_peach003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'minecraft_chorus002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'twilightforest_darkcanopy001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'forestry_commonwalnut003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: forestry_commonwalnut003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'forestry_sugarmaple002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: forestry_sugarmaple002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'minecraft_acacia001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'byg_rowan001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: byg_rowan001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'forestry_myrtleebony003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: forestry_myrtleebony003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'twilightforest_sortingtree003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_dwarfhazel003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_dwarfhazel003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'harvestcraft_coconut002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: harvestcraft_coconut002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'rustic_appletree001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_mango001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_mango001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_orange002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_orange002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'harvestcraft_lychee003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: harvestcraft_lychee003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'aetherlegacy_golden_oak004.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: aetherlegacy_golden_oak004.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'harvestcraft_fig002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: harvestcraft_fig002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_coffee001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_coffee001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'rustic_olive003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_nutmeg003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_nutmeg003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'tconstruct_blueslime003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'biomesoplenty_pink_cherry003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: biomesoplenty_pink_cherry003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_fir001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_fir001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'thaumicbases_ender001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: thaumicbases_ender001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'terraqueous_lemon003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: terraqueous_lemon003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'harvestcraft_orange003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: harvestcraft_orange003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'biomesoplenty_yellow_autumn001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: biomesoplenty_yellow_autumn001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_logwood002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_logwood002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'hac_lemon002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: hac_lemon002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_hornbeam002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_hornbeam002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_locust002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_locust002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'lostaether_crystal001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: lostaether_crystal001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'twilightforest_treeoftransformation002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'harvestcraft_apricot003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: harvestcraft_apricot003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_locust001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_locust001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'harvestcraft_vanillabean001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: harvestcraft_vanillabean001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_avacado002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_avacado002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'harvestcraft_dragonfruit002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: harvestcraft_dragonfruit002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'byg_palm001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: byg_palm001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'forestry_teak002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: forestry_teak002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'forestry_redspruce003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: forestry_redspruce003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'harvestcraft_mango001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: harvestcraft_mango001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'natura_ghostwood003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'natura_tigerwood003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'biomesoplenty_ebony002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: biomesoplenty_ebony002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'byg_orange_spruce001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: byg_orange_spruce001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'natura_silverbell001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'natura_fusewood001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_rainbowgum001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_rainbowgum001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'biomesoplenty_magic001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: biomesoplenty_magic001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_swampgum003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_swampgum003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'hac_morus001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: hac_morus001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'aetherlegacy_golden_oak005.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: aetherlegacy_golden_oak005.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'harvestcraft_peach003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: harvestcraft_peach003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'natura_ghostwood001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'thaumicbases_ender002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: thaumicbases_ender002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'minecraft_chorus003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'harvestcraft_apricot001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: harvestcraft_apricot001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'harvestcraft_avocado001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: harvestcraft_avocado001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'biomesoplenty_origin001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: biomesoplenty_origin001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'abyssalcraft_dltsapling003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'harvestcraft_vanillabean003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: harvestcraft_vanillabean003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'byg_orange_oak002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: byg_orange_oak002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'tropicraft_grapefruit003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: tropicraft_grapefruit003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'forestry_bluemahoe003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: forestry_bluemahoe003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_blueberry002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_blueberry002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'biomesoplenty_magic003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: biomesoplenty_magic003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'primal_ironwood001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_rainbowgum003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_rainbowgum003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'harvestcraft_breadfruit001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: harvestcraft_breadfruit001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'biomesoplenty_mangrove001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: biomesoplenty_mangrove001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'abyssalcraft_dltsapling001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'hac_olive002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: hac_olive002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_hawthorn003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_hawthorn003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'thaumicbases_golden001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: thaumicbases_golden001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_logwood001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_logwood001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'tconstruct_blueslime001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'terraqueous_pear003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: terraqueous_pear003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'traverse_orange_autumnal_sapling002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'twilightforest_sortingtree002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'forestry_myrtleebony002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: forestry_myrtleebony002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'biomesoplenty_mahogany002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: biomesoplenty_mahogany002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'byg_pine002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: byg_pine002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'harvestcraft_cherry002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: harvestcraft_cherry002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_dwarfhazel001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_dwarfhazel001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_satsuma003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_satsuma003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'twilightforest_canopy002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_orange001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_orange001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'forestry_sugarmaple003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: forestry_sugarmaple003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_ash002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_ash002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_clove001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_clove001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_box001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_box001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'tropicraft_mahogany001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: tropicraft_mahogany001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_gingko002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_gingko002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'bewitchment_cypress003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: bewitchment_cypress003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'harvestcraft_maple002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: harvestcraft_maple002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'forestry_hillcherry001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: forestry_hillcherry001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_rosegum003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_rosegum003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_tangerine003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_tangerine003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'harvestcraft_pawpaw002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: harvestcraft_pawpaw002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_fir003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_fir003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'byg_zelkova001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: byg_zelkova001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_pear003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_pear003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'terraqueous_cherry002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: terraqueous_cherry002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'minecraft_spruce002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'twilightforest_rainbow_oak001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'techreborn_rubber001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: techreborn_rubber001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_elm003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_elm003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_pinkivory001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_pinkivory001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'harvestcraft_spiderweb003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: harvestcraft_spiderweb003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'harvestcraft_rambutan002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: harvestcraft_rambutan002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'harvestcraft_banana003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: harvestcraft_banana003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_redcurrant003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_redcurrant003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'forestry_commonwalnut001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: forestry_commonwalnut001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'biomesoplenty_maple003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: biomesoplenty_maple003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'natura_maple001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'natura_sakura001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'bewitchment_dragons_blood002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: bewitchment_dragons_blood002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'biomesoplenty_mangrove003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: biomesoplenty_mangrove003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_tangerine001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_tangerine001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'harvestcraft_papaya002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: harvestcraft_papaya002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'minecraft_birch003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_raspberry002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_raspberry002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_chilli002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_chilli002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'biomesoplenty_redwood001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: biomesoplenty_redwood001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'rustic_ironwood001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_oldfustic003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_oldfustic003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_cinnamon002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_cinnamon002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_redbanana003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_redbanana003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'tropicraft_orange001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: tropicraft_orange001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'harvestcraft_plum002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: harvestcraft_plum002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_blackthorn002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_blackthorn002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_blackcherry002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_blackcherry002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'terraqueous_peach001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: terraqueous_peach001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_lime001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_lime001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_acornoak002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_acornoak002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'traverse_yellow_autumnal_sapling003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'ic2_rubber005.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: ic2_rubber005.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'natura_silverbell003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'forestry_ipe002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: forestry_ipe002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'sugiforest_sugi001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: sugiforest_sugi001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'harvestcraft_peppercorn002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: harvestcraft_peppercorn002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'harvestcraft_lemon003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: harvestcraft_lemon003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_sourcherry002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_sourcherry002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'terraqueous_plum001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: terraqueous_plum001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_nectarine002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_nectarine002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'forestry_cocobolo001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: forestry_cocobolo001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'hac_morus003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: hac_morus003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'forbidden_arcanus_mysterywood002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: forbidden_arcanus_mysterywood002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'hac_walnut001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: hac_walnut001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_manderin003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_manderin003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'tropicraft_lime002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: tropicraft_lime002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'biomesoplenty_fir003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: biomesoplenty_fir003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'forestry_zebrawood001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: forestry_zebrawood001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'byg_skyris001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: byg_skyris001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'totemic_cedar003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'harvestcraft_walnut003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: harvestcraft_walnut003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'twilightforest_sortingtree001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'harvestcraft_paperbark003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: harvestcraft_paperbark003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'primal_yew001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_kumquat003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_kumquat003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'forestry_datepalm001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: forestry_datepalm001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'forestry_yellowmeranti003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: forestry_yellowmeranti003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'byg_mahogany001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: byg_mahogany001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'forestry_wenge002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: forestry_wenge002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'harvestcraft_peach002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: harvestcraft_peach002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'biomesoplenty_pink_cherry001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: biomesoplenty_pink_cherry001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_loblollypine003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_loblollypine003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'natura_tigerwood002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'traverse_red_autumnal_sapling003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'forestry_kapok002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: forestry_kapok002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_copperbeech003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_copperbeech003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'biomesoplenty_fir001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: biomesoplenty_fir001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'evilcraft_undead002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: evilcraft_undead002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'ic2_rubber004.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: ic2_rubber004.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'harvestcraft_pomegranate003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: harvestcraft_pomegranate003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_mango002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_mango002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_keylime001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_keylime001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'byg_ironwood001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: byg_ironwood001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_ash003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_ash003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'biomesoplenty_maple001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: biomesoplenty_maple001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'forestry_bullpine001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: forestry_bullpine001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_swampgum002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_swampgum002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'natura_willow001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'terraqueous_mango001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: terraqueous_mango001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'integrateddynamics_menril002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'traverse_orange_autumnal_sapling003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'hac_dates003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: hac_dates003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_apricot001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_apricot001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_monkeypuzzle003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_monkeypuzzle003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'biomesoplenty_yellow_autumn002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: biomesoplenty_yellow_autumn002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'byg_hawthorn001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: byg_hawthorn001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_plantain001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_plantain001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'natura_sakura003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'terraqueous_plum002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: terraqueous_plum002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'rustic_ironwood003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_pecan001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_pecan001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'harvestcraft_pear001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: harvestcraft_pear001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_nectarine001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_nectarine001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_hemlock003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_hemlock003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'thaumcraft_greatwood002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: thaumcraft_greatwood002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_grapefruit002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_grapefruit002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'twilightforest_rainbow_oak002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'harvestcraft_date002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: harvestcraft_date002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_oldfustic001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_oldfustic001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'harvestcraft_dragonfruit003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: harvestcraft_dragonfruit003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'harvestcraft_pistachio001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: harvestcraft_pistachio001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'byg_enchanted002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: byg_enchanted002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'forestry_whitepoplar002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: forestry_whitepoplar002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'byg_palo_verde001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: byg_palo_verde001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_coconut002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_coconut002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_pinkivory003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_pinkivory003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'bewitchment_juniper003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: bewitchment_juniper003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_cashew001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_cashew001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'biomesoplenty_hellbark001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: biomesoplenty_hellbark001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_olive001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_olive001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'terraqueous_lemon002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: terraqueous_lemon002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'jurassicraft_ginkgo001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: jurassicraft_ginkgo001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'byg_witch_hazel001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: byg_witch_hazel001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_floweringcrabapple001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_floweringcrabapple001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'harvestcraft_lime001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: harvestcraft_lime001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_holly001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_holly001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_douglasfir003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_douglasfir003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_rosegum002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_rosegum002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'biomesoplenty_umbran003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: biomesoplenty_umbran003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_clove003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_clove003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'forestry_sipiri002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: forestry_sipiri002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'biomesoplenty_dead001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: biomesoplenty_dead001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_blackberry001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_blackberry001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'hac_walnut003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: hac_walnut003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_logwood003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_logwood003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'minecraft_jungle003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_orange003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_orange003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'harvestcraft_spiderweb001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: harvestcraft_spiderweb001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'harvestcraft_banana002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: harvestcraft_banana002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'harvestcraft_guava001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: harvestcraft_guava001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'thaumcraft_silverwood002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: thaumcraft_silverwood002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'harvestcraft_rambutan001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: harvestcraft_rambutan001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'aetherlegacy_skyroot002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: aetherlegacy_skyroot002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'forestry_padauk001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: forestry_padauk001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'harvestcraft_soursop001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: harvestcraft_soursop001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'minecraft_dark_oak001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'terraqueous_coconut003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: terraqueous_coconut003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'forestry_whitepoplar001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: forestry_whitepoplar001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'harvestcraft_cherry003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: harvestcraft_cherry003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'minecraft_oak001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'terraqueous_pear002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: terraqueous_pear002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_starfruit003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_starfruit003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'tropicraft_mahogany003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: tropicraft_mahogany003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'minecraft_oak002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_iroko003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_iroko003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'terraqueous_orange003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: terraqueous_orange003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'forestry_papaya001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: forestry_papaya001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_cranberry001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_cranberry001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_yew001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_yew001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'natura_amaranth002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'harvestcraft_passionfruit003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: harvestcraft_passionfruit003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'integrateddynamics_menril003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'harvestcraft_soursop002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: harvestcraft_soursop002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_fingerlime002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_fingerlime002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_elder001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_elder001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'forestry_darkoak001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: forestry_darkoak001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_sweetcrabapple003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_sweetcrabapple003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_redcurrant001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_redcurrant001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_brazilwood003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_brazilwood003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'bewitchment_elder001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: bewitchment_elder001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'forestry_sweetchestnut002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: forestry_sweetchestnut002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'harvestcraft_starfruit002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: harvestcraft_starfruit002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'harvestcraft_date001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: harvestcraft_date001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'biomesoplenty_willow003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: biomesoplenty_willow003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_cypress002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_cypress002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'biomesoplenty_white_cherry002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: biomesoplenty_white_cherry002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_cherryplum001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_cherryplum001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'thaumicbases_golden003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: thaumicbases_golden003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'tropicraft_palm003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: tropicraft_palm003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'evilcraft_undead003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: evilcraft_undead003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'minecraft_acacia003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'harvestcraft_nutmeg001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: harvestcraft_nutmeg001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'abyssalcraft_dreadsapling003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'biomesoplenty_palm001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: biomesoplenty_palm001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_buddhahand003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_buddhahand003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'biomesoplenty_pink_cherry002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: biomesoplenty_pink_cherry002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'harvestcraft_grapefruit003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: harvestcraft_grapefruit003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'harvestcraft_avocado003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: harvestcraft_avocado003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'biomesoplenty_flowering_oak002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: biomesoplenty_flowering_oak002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'byg_red_oak001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: byg_red_oak001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_osangeorange002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_osangeorange002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'twilightforest_darkcanopy003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'ic2_rubber001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: ic2_rubber001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_locust003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_locust003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'sugiforest_sugi002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: sugiforest_sugi002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'harvestcraft_pear002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: harvestcraft_pear002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_sycamore003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_sycamore003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'byg_mangrove001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: byg_mangrove001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'byg_enchanted003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: byg_enchanted003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'forestry_silverbirch002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: forestry_silverbirch002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'randomthings_spectre001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: randomthings_spectre001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'thaumcraft_greatwood003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: thaumcraft_greatwood003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'natura_bloodwood001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_raspberry001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_raspberry001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_cinnamon003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_cinnamon003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_manderin002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_manderin002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_hornbeam001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_hornbeam001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_almond003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_almond003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'harvestcraft_peppercorn001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: harvestcraft_peppercorn001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'rustic_olive001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'harvestcraft_fig001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: harvestcraft_fig001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'twilightforest_minerstree002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'forbidden_arcanus_mysterywood003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: forbidden_arcanus_mysterywood003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'forestry_datepalm002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: forestry_datepalm002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_pomelo003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_pomelo003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_juniper003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_juniper003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'harvestcraft_orange001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: harvestcraft_orange001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'minecraft_chorus001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_beech001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_beech001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_sourcherry003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_sourcherry003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_prairiecrabapple002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_prairiecrabapple002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'wizardry_wisdom003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: wizardry_wisdom003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_candlenut001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_candlenut001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'minecraft_spruce001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_sweetgum001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_sweetgum001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'harvestcraft_almond001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: harvestcraft_almond001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_copperbeech002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_copperbeech002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'biomesoplenty_jacaranda002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: biomesoplenty_jacaranda002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'quark_blossoming001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: quark_blossoming001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'traverse_brown_autumnal_sapling001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_alder003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_alder003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'natura_darkwood003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_coffee003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_coffee003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_elm002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_elm002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'terraqueous_apple001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: terraqueous_apple001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_hazel003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_hazel003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_tangerine002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_tangerine002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'byg_orchard003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: byg_orchard003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'tconstruct_purpleslime003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'tropicraft_lime001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: tropicraft_lime001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'lostaether_crystal003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: lostaether_crystal003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_blackcherry003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_blackcherry003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'bewitchment_cypress002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: bewitchment_cypress002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_rowan002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_rowan002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'biomesoplenty_bamboo001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: biomesoplenty_bamboo001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'natura_eucalpytus003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_lime002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_lime002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'harvestcraft_plum001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: harvestcraft_plum001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'aetherlegacy_skyroot005.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: aetherlegacy_skyroot005.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'byg_greatoak001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: byg_greatoak001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'harvestcraft_persimmon001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: harvestcraft_persimmon001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'forbidden_arcanus_cherrywood002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: forbidden_arcanus_cherrywood002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'harvestcraft_apple003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: harvestcraft_apple003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'harvestcraft_jackfruit003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: harvestcraft_jackfruit003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'harvestcraft_durian002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: harvestcraft_durian002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'forestry_ipe003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: forestry_ipe003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'byg_white_cherry002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: byg_white_cherry002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_citron003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_citron003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'biomesoplenty_mahogany001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: biomesoplenty_mahogany001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'harvestcraft_pawpaw001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: harvestcraft_pawpaw001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'twilightforest_treeoftime001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_peach001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_peach001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'harvestcraft_gooseberry001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: harvestcraft_gooseberry001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'twilightforest_canopy001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'harvestcraft_hazelnut002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: harvestcraft_hazelnut002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'forestry_balsa002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: forestry_balsa002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'harvestcraft_olive002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: harvestcraft_olive002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'biomesoplenty_pine002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: biomesoplenty_pine002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_blackthorn001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_blackthorn001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_butternut002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_butternut002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_blackcurrant002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_blackcurrant002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_staranise001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_staranise001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'minecraft_birch002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_chilli001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_chilli001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extrautils2_ironwood003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extrautils2_ironwood003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_rainbowgum002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_rainbowgum002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'extratrees_avacado001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: extratrees_avacado001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'forestry_teak001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: forestry_teak001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'harvestcraft_vanillabean002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: harvestcraft_vanillabean002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'harvestcraft_tamarind003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: harvestcraft_tamarind003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'forestry_hillcherry002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: forestry_hillcherry002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'tropicraft_orange002.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: tropicraft_orange002.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'harvestcraft_papaya003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: harvestcraft_papaya003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'aetherlegacy_golden_oak001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: aetherlegacy_golden_oak001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'forestry_mundanelarch001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: forestry_mundanelarch001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'terraqueous_cherry001.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: terraqueous_cherry001.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'harvestcraft_maple003.json' +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: Tree not registered. Skipping shape from file: harvestcraft_maple003.json +[16:58:25] [Server thread/DEBUG] [bonsaitrees]: > Loading tree shape from file: 'abyssalcraft_dltsapling002.json' +[16:58:25] [Server thread/INFO] [bonsaitrees]: Loaded 135 tree shapes. +[16:58:25] [Server thread/WARN] [bonsaitrees]: Tree type 'minecraft:reeds' has no shapes configured +[16:58:25] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod bonsaitrees +[16:58:25] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - Bonsai Trees took 0.148s +[16:58:25] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod bookshelf +[16:58:25] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod bookshelf +[16:58:25] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - Bookshelf took 0.000s +[16:58:25] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod bringbedrockback +[16:58:25] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod bringbedrockback +[16:58:25] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - BringBedrockBack took 0.000s +[16:58:25] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod buildcraftbuilders +[16:58:25] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod buildcraftbuilders +[16:58:25] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - BuildCraft Builders took 0.069s +[16:58:25] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod buildcraftfactory +[16:58:25] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod buildcraftfactory +[16:58:25] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - BuildCraft Factory took 0.000s +[16:58:25] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod buildcraftrobotics +[16:58:25] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod buildcraftrobotics +[16:58:25] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - BuildCraft Robotics took 0.000s +[16:58:25] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod buildcrafttransport +[16:58:25] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod buildcrafttransport +[16:58:25] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - BuildCraft Transport took 0.000s +[16:58:25] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod buildcraftsilicon +[16:58:25] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod buildcraftsilicon +[16:58:25] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - BuildCraft Silicon took 0.000s +[16:58:25] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod buildinggadgets +[16:58:25] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `cyclicmagic` for name `hydrator_037325be-4220-45f0-8b96-5311eb33d2detile.buildinggadgets.constructionblock_dense`, expected `buildinggadgets`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:25] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod buildinggadgets +[16:58:25] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - Building Gadgets took 0.004s +[16:58:25] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod car +[16:58:25] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod car +[16:58:25] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - Ultimate Car Mod took 0.029s +[16:58:25] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod gamestages +[16:58:25] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod gamestages +[16:58:25] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - Game Stages took 0.000s +[16:58:25] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod carryon +[16:58:25] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod carryon +[16:58:25] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - Carry On took 0.000s +[16:58:25] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod cd4017be_lib +[16:58:25] [Server thread/INFO] [cd4017be_lib]: skipped core.POST_INIT +[16:58:25] [Server thread/INFO] [cd4017be_lib]: skipped inductiveLogistics.POST_INIT +[16:58:25] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod cd4017be_lib +[16:58:25] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - CD4017BE_lib took 0.002s +[16:58:25] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod ceramics +[16:58:25] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod ceramics +[16:58:25] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - Ceramics took 0.011s +[16:58:25] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod chameleon +[16:58:25] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod chameleon +[16:58:25] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - Chameleon took 0.000s +[16:58:25] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod chargers +[16:58:25] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod chargers +[16:58:25] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - Chargers took 0.000s +[16:58:25] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod chiselsandbits +[16:58:25] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod chiselsandbits +[16:58:25] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - Chisels & Bits took 0.018s +[16:58:25] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod clumps +[16:58:25] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod clumps +[16:58:25] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - Clumps took 0.000s +[16:58:25] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod codechickenlib +[16:58:25] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod codechickenlib +[16:58:25] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - CodeChicken Lib took 0.000s +[16:58:25] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod cyclopscore +[16:58:25] [Server thread/TRACE] [Cyclops Core]: postInit() +[16:58:25] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod cyclopscore +[16:58:25] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - Cyclops Core took 0.001s +[16:58:25] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod commoncapabilities +[16:58:25] [Server thread/TRACE] [CommonCapabilities]: postInit() +[16:58:25] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod commoncapabilities +[16:58:25] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - CommonCapabilities took 0.000s +[16:58:25] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod refinedstorage +[16:58:25] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod refinedstorage +[16:58:25] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - Refined Storage took 0.000s +[16:58:25] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod compactmachines3 +[16:58:25] [Server thread/INFO] [compactmachines3]: Registered null handler for capability: net.minecraftforge.energy.IEnergyStorage +[16:58:25] [Server thread/INFO] [compactmachines3]: Registered null handler for capability: net.minecraftforge.items.IItemHandler +[16:58:25] [Server thread/INFO] [compactmachines3]: Registered null handler for capability: com.raoulvdberge.refinedstorage.api.network.node.INetworkNodeProxy +[16:58:25] [Server thread/INFO] [compactmachines3]: Registered null handler for capability: net.minecraftforge.fluids.capability.IFluidHandler +[16:58:25] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod compactmachines3 +[16:58:25] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - Compact Machines 3 took 0.015s +[16:58:25] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod conarm +[16:58:25] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod conarm +[16:58:25] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - Construct's Armory took 0.021s +[16:58:25] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod cookingforblockheads +[16:58:25] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod cookingforblockheads +[16:58:25] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - Cooking for Blockheads took 0.060s +[16:58:25] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod crafttweakerjei +[16:58:25] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod crafttweakerjei +[16:58:25] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - CraftTweaker JEI Support took 0.000s +[16:58:25] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod cucumber +[16:58:25] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod cucumber +[16:58:25] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - Cucumber Library took 0.001s +[16:58:25] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod darkutils +[16:58:25] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod darkutils +[16:58:25] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - Dark Utilities took 0.000s +[16:58:25] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod movingworld +[16:58:25] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod movingworld +[16:58:25] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - Moving World took 0.001s +[16:58:25] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod davincisvessels +[16:58:25] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod davincisvessels +[16:58:25] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - Davinci's Vessels took 0.000s +[16:58:25] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod death_compass +[16:58:25] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod death_compass +[16:58:25] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - death_compass took 0.000s +[16:58:25] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod despawningspawners +[16:58:25] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod despawningspawners +[16:58:25] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - Despawning Spawners took 0.000s +[16:58:25] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod dimensionalcontrol +[16:58:25] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod dimensionalcontrol +[16:58:25] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - Dimensional Control took 0.000s +[16:58:25] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod dimstages +[16:58:25] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod dimstages +[16:58:25] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - Dimension Stages took 0.000s +[16:58:25] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod dungpipe +[16:58:25] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod dungpipe +[16:58:25] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - Dung Pipe took 0.000s +[16:58:25] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod elevatorid +[16:58:25] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod elevatorid +[16:58:25] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - Elevator Mod took 0.000s +[16:58:25] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod emberroot +[16:58:25] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod emberroot +[16:58:25] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - EmberRoot Zoo took 0.000s +[16:58:25] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod enderstorage +[16:58:25] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod enderstorage +[16:58:25] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - EnderStorage took 0.000s +[16:58:25] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod enderutilities +[16:58:25] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod enderutilities +[16:58:25] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - Ender Utilities took 0.000s +[16:58:25] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod valkyrielib +[16:58:25] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod valkyrielib +[16:58:25] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - Valkyrie Lib took 0.000s +[16:58:25] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod environmentaltech +[16:58:25] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod environmentaltech +[16:58:25] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - Environmental Tech took 0.034s +[16:58:25] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod extendedcrafting +[16:58:25] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod extendedcrafting +[16:58:25] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - Extended Crafting took 0.005s +[16:58:25] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod galacticraftcore +[16:58:25] [Server thread/INFO] [Galacticraft]: Galacticraft: activating Mekanism compatibility. +[16:58:25] [Server thread/INFO] [Galacticraft]: Galacticraft: activating Tinker's Construct compatibility features. +[16:58:25] [Server thread/INFO] [Galacticraft]: Galacticraft: activating BuildCraft Transport (Pipes) compatibility features. +[16:58:25] [Server thread/INFO] [Galacticraft]: Galacticraft: activating AppliedEnergistics2 compatibility features. +[16:58:25] [Server thread/INFO] [Galacticraft]: Galacticraft: activating PneumaticCraft compatibility features. +[16:58:25] [Server thread/INFO] [Galacticraft]: Galacticraft: activating WAILA compatibility features. +[16:58:25] [Server thread/DEBUG] [BnBGamingCore]: Caught Exception while attempting to get class extensions for exnihilo.registries.HeatRegistry +[16:58:25] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod galacticraftcore +[16:58:25] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - Galacticraft Core took 0.074s +[16:58:25] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod galacticraftplanets +[16:58:25] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod galacticraftplanets +[16:58:25] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - Galacticraft Planets took 0.003s +[16:58:25] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod mjrlegendslib +[16:58:25] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod mjrlegendslib +[16:58:25] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - MJRLegendsLib took 0.000s +[16:58:25] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod extraplanets +[16:58:25] [Server thread/DEBUG] [BnBGamingCore]: Caught Exception while attempting to get class extensions for erogenousbeef.bigreactors.api.registry.ReactorInterior +[16:58:25] [Server thread/WARN] [com.mjr.mjrlegendslib.util.MessageUtilities]: extraplanets: An error occurred when setting up ExtremeReactors Compatibility, this is most likey intended! +[16:58:25] [Server thread/DEBUG] [BnBGamingCore]: Caught Exception while attempting to get class extensions for mcmultipart.microblock.MicroMaterialRegistry +[16:58:25] [Server thread/WARN] [com.mjr.mjrlegendslib.util.MessageUtilities]: extraplanets: An error occurred when setting up MCMultiPart Compatibility, this is most likey intended! +[16:58:25] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod extraplanets +[16:58:25] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - Extra Planets took 0.088s +[16:58:25] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod farmingforblockheads +[16:58:25] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod farmingforblockheads +[16:58:25] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - Farming for Blockheads took 0.000s +[16:58:25] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod farseek +[16:58:25] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod farseek +[16:58:25] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - Farseek took 0.000s +[16:58:25] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod fastfurnace +[16:58:25] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod fastfurnace +[16:58:25] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - FastFurnace took 0.000s +[16:58:25] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod fat_cat +[16:58:25] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod fat_cat +[16:58:25] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - fat_cat took 0.000s +[16:58:25] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod ferdinandsflowers +[16:58:25] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod ferdinandsflowers +[16:58:25] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - Ferdinand's Flowers took 0.000s +[16:58:25] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod findme +[16:58:25] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod findme +[16:58:25] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - FindMe took 0.000s +[16:58:25] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod foamfix +[16:58:25] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod foamfix +[16:58:25] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - FoamFix took 0.000s +[16:58:25] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod forgelin +[16:58:25] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod forgelin +[16:58:25] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - Shadowfacts' Forgelin took 0.000s +[16:58:25] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod forgemultipartcbe +[16:58:25] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod forgemultipartcbe +[16:58:25] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - Forge Multipart CBE took 0.030s +[16:58:25] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod microblockcbe +[16:58:25] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod microblockcbe +[16:58:25] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - Forge Microblocks took 0.015s +[16:58:25] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod minecraftmultipartcbe +[16:58:25] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod minecraftmultipartcbe +[16:58:25] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - Minecraft Multipart Plugin took 0.000s +[16:58:25] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod galacticrafttweaker +[16:58:25] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod galacticrafttweaker +[16:58:25] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - galacticrafttweaker took 0.000s +[16:58:25] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod advgenerators +[16:58:25] [Server thread/INFO] [advgenerators]: Turbine fuels: +[16:58:25] [Server thread/INFO] [advgenerators]: * liquidethene: 600 MJ/MB +[16:58:25] [Server thread/INFO] [advgenerators]: * gasoline: 120 MJ/MB +[16:58:25] [Server thread/INFO] [advgenerators]: * empoweredoil: 70 MJ/MB +[16:58:25] [Server thread/INFO] [advgenerators]: * liquidhydrogen: 4 MJ/MB +[16:58:25] [Server thread/INFO] [advgenerators]: * fuel: 150 MJ/MB +[16:58:25] [Server thread/INFO] [advgenerators]: * crystaloil: 40 MJ/MB +[16:58:25] [Server thread/INFO] [advgenerators]: * kerosene: 110 MJ/MB +[16:58:25] [Server thread/INFO] [advgenerators]: * diesel: 70 MJ/MB +[16:58:25] [Server thread/INFO] [advgenerators]: * lpg: 180 MJ/MB +[16:58:25] [Server thread/INFO] [advgenerators]: * syngas: 100 MJ/MB +[16:58:25] [Server thread/INFO] [advgenerators]: * refinedcanolaoil: 20 MJ/MB +[16:58:25] [Server thread/INFO] [advgenerators]: * biofuel: 80 MJ/MB +[16:58:25] [Server thread/INFO] [advgenerators]: * biodiesel: 50 MJ/MB +[16:58:25] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod advgenerators +[16:58:25] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - Advanced Generators took 0.005s +[16:58:25] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod gobblecore +[16:58:25] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod gobblecore +[16:58:25] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - Gobble Core took 0.000s +[16:58:25] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod harvest +[16:58:25] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod harvest +[16:58:25] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - Harvest took 0.012s +[16:58:25] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod horsepower +[16:58:25] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into horsepower for type INSTANCE +[16:58:25] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod horsepower +[16:58:25] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - Horse Power took 0.025s +[16:58:25] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod huntingdim +[16:58:25] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod huntingdim +[16:58:25] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - Hunting Dimension took 0.000s +[16:58:25] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod igwmod +[16:58:25] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod igwmod +[16:58:25] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - In-Game wiki Mod took 0.000s +[16:58:25] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod mcjtylib_ng +[16:58:25] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod mcjtylib_ng +[16:58:25] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - McJtyLib took 0.000s +[16:58:25] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod immcraft +[16:58:25] [Server thread/DEBUG] [BnBGamingCore]: Caught Exception while attempting to get class extensions for resonant.core.content.ItemScrewdriver +[16:58:25] [Server thread/DEBUG] [BnBGamingCore]: Caught Exception while attempting to get class extensions for ic2.core.item.tool.ItemToolWrenchElectric +[16:58:25] [Server thread/DEBUG] [BnBGamingCore]: Caught Exception while attempting to get class extensions for mrtjp.projectred.api.IScrewdriver +[16:58:25] [Server thread/DEBUG] [BnBGamingCore]: Caught Exception while attempting to get class extensions for mods.railcraft.api.core.items.IToolCrowbar +[16:58:25] [Server thread/DEBUG] [BnBGamingCore]: Caught Exception while attempting to get class extensions for com.bluepowermod.items.ItemScrewdriver +[16:58:25] [Server thread/DEBUG] [BnBGamingCore]: Caught Exception while attempting to get class extensions for thermalexpansion.item.tool.ItemWrench +[16:58:25] [Server thread/DEBUG] [BnBGamingCore]: Caught Exception while attempting to get class extensions for crazypants.enderio.api.tool.ITool +[16:58:25] [Server thread/DEBUG] [BnBGamingCore]: Caught Exception while attempting to get class extensions for mcjty.rftools.items.smartwrench +[16:58:25] [Server thread/DEBUG] [BnBGamingCore]: Caught Exception while attempting to get class extensions for pneumaticCraft.common.item.ItemPneumaticWrench +[16:58:25] [Server thread/DEBUG] [BnBGamingCore]: Caught Exception while attempting to get class extensions for powercrystals.minefactoryreloaded.api.IToolHammer +[16:58:25] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod immcraft +[16:58:25] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - Immersive Craft took 0.005s +[16:58:25] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod immersivepetroleum +[16:58:25] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod immersivepetroleum +[16:58:25] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - Immersive Petroleum took 0.000s +[16:58:25] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod immersivetech +[16:58:25] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod immersivetech +[16:58:25] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - Immersive Tech took 0.000s +[16:58:25] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod improvedbackpacks +[16:58:25] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod improvedbackpacks +[16:58:25] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - Improved Backpacks took 0.002s +[16:58:25] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod incontrol +[16:58:25] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod incontrol +[16:58:25] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - InControl took 0.000s +[16:58:25] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod indlog +[16:58:25] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod indlog +[16:58:25] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - Inductive Logistics took 0.000s +[16:58:25] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod teslacorelib +[16:58:25] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod teslacorelib +[16:58:25] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - Tesla Core Lib took 0.016s +[16:58:25] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod industrialforegoing +[16:58:25] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod industrialforegoing +[16:58:25] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - Industrial Foregoing took 0.067s +[16:58:25] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod infoaccessories +[16:58:25] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod infoaccessories +[16:58:25] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - Info Accessories took 0.000s +[16:58:25] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod integrateddynamics +[16:58:25] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod integrateddynamics +[16:58:25] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - Integrated Dynamics took 0.000s +[16:58:25] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod integrateddynamicscompat +[16:58:25] [Server thread/TRACE] [IntegratedDynamics-Compat]: postInit() +[16:58:25] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod integrateddynamicscompat +[16:58:25] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - IntegratedDynamics-Compat took 0.005s +[16:58:25] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod inventorytweaks +[16:58:25] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod inventorytweaks +[16:58:25] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - Inventory Tweaks took 0.014s +[16:58:25] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod ironbackpacks +[16:58:25] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod ironbackpacks +[16:58:25] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - Iron Backpacks took 0.000s +[16:58:25] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod ironchest +[16:58:25] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod ironchest +[16:58:25] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - Iron Chest took 0.000s +[16:58:25] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod ironjetpacks +[16:58:25] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod ironjetpacks +[16:58:25] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - Iron Jetpacks took 0.000s +[16:58:25] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod itemstages +[16:58:25] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod itemstages +[16:58:25] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - Item Stages took 0.000s +[16:58:25] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod journeymap +[16:58:25] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod journeymap +[16:58:25] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - JourneyMap took 0.000s +[16:58:25] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod jarm +[16:58:25] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod jarm +[16:58:25] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - Just A Raft Mod took 0.000s +[16:58:25] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod jaff +[16:58:25] [Server thread/WARN] [FML]: [Just a Few Fish] Couldn't find a block with the name 'BiomesOPlenty:poison'! +[16:58:25] [Server thread/WARN] [FML]: [Just a Few Fish] Couldn't find a block with the name 'BuildCraft|Energy:blockOil'! +[16:58:25] [Server thread/INFO] [sevpatches_core]: JAFFA Phase 2 +[16:58:25] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod jaff +[16:58:25] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - Just a Few Fish took 0.004s +[16:58:25] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod jeid +[16:58:25] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod jeid +[16:58:25] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - JustEnoughIDs took 0.000s +[16:58:25] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod kleeslabs +[16:58:25] [Server thread/INFO] [net.blay09.mods.kleeslabs.KleeSlabs]: If you wish to setup additional KleeSlabs compatibility, create a folder called 'KleeSlabsCompat' in your config directory and place JSON files inside. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab stone_patt1_slab could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab stone_patt2_slab could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab stone_patt3_slab could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab stone_patt4_slab could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab stone_patt5_slab could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab stone_patt6_slab could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab stone_patt7_slab could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab stone_patt8_slab could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab stone_patt9_slab could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab stone_patt10_slab could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab stone_patt11_slab could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab stone_patt12_slab could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab slabs.0 could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab slabs.1 could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab slabs.2 could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab slabs.3 could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab slabs.fireproof.0 could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab slabs.fireproof.1 could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab slabs.fireproof.2 could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab slabs.fireproof.3 could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab slabs.vanilla.fireproof.0 could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab concrete_slab_white could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab concrete_slab_orange could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab concrete_slab_magenta could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab concrete_slab_light_blue could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab concrete_slab_yellow could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab concrete_slab_lime could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab concrete_slab_pink could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab concrete_slab_gray could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab concrete_slab_silver could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab concrete_slab_cyan could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab concrete_slab_purple could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab concrete_slab_blue could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab concrete_slab_brown could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab concrete_slab_green could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab concrete_slab_red could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab concrete_slab_black could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab igneous_stone_halfslab could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab igneous_cobble_halfslab could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab igneous_brick_halfslab could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab metamorphic_stone_halfslab could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab metamorphic_cobble_halfslab could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab metamorphic_brick_halfslab could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab sedimentary_stone_halfslab could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab slabs.0 could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab slabs.1 could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab slabs.2 could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab slabs.3 could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab slabs.4 could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab slabs.fireproof.0 could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab slabs.fireproof.1 could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab slabs.fireproof.2 could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab slabs.fireproof.3 could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab slabs.fireproof.4 could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab snow_bricks_slab could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab sandy_bricks_slab could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab sandstone_bricks_slab could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab sandstone_smooth_slab could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab red_sandstone_bricks_slab could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab red_sandstone_smooth_slab could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab prismarine_slab could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab stone_basalt_slab could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab stone_basalt_bricks_slab could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab stained_planks_gray_slab could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab stained_planks_magenta_slab could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab stained_planks_cyan_slab could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab stained_planks_blue_slab could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab stained_planks_orange_slab could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab stained_planks_red_slab could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab stained_planks_yellow_slab could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab stained_planks_light_blue_slab could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab stained_planks_purple_slab could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab stained_planks_silver_slab could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab stained_planks_lime_slab could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab stained_planks_green_slab could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab stained_planks_black_slab could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab stained_planks_brown_slab could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab stained_planks_white_slab could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab stained_planks_pink_slab could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab reed_block_slab could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab thatch_slab could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab icy_stone_slab could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab fire_stone_slab could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab stone_limestone_slab could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab stone_marble_slab could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab iron_plate_slab could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab soul_sandstone_bricks_slab could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab soul_sandstone_smooth_slab could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab reed_block_slab could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab bark_oak_slab could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab bark_spruce_slab could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab bark_birch_slab could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab bark_jungle_slab could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab bark_acacia_slab could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab bark_dark_oak_slab could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab bookshelfslabsingle could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab dirtslabsingle could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab endstoneslabsingle could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab glassslabsingle could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab glowstoneslabsingle could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab grassslabsingle could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab gravelslabsingle could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab hardclayslabsingle could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab hayslabsingle could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab iceslabsingle could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab lavaslabsingle could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab leavesslabsingle could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab logslabsingle could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab mushroomslabsingle could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab myceliumslabsingle could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab netherrackslabsingle could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab orecoalslabsingle could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab orediamondslabsingle could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab oreemeraldslabsingle could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab oregoldslabsingle could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab oreironslabsingle could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab orelapisslabsingle could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab oreobsidianslabsingle could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab oreredstoneslabsingle could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab packediceslabsingle could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab sandslabsingle could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab sealaternslabsingle could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab slimeslabsingle could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab snowslabsingle could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab soulsandslabsingle could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab stainedclay1slabsingle could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab stainedclayslabsingle could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab stainedglass1slabsingle could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab stainedglassslabsingle could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab stone1slabsingle could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab stone2slabsingle could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab stone3slabsingle could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab stoneslabsingle could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab waterslabsingle could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab wool1slabsingle could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab woolslabsingle could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab boneslabsingle could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab rednetherrackslabsingle could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab netherwartslabsingle could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab magmaslabsingle could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab grasspathslabsingle could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab slab_umberstone could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab slab_umbercobble could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab slab_umbercobble_mossy could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab slab_umbercobble_webbed could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab slab_umberstone_bricks could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab slab_umbertile_smooth could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab slab_umbertile_smooth_small could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab slab_umberpaver could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab slab_umberpaver_mossy could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab slab_umberpaver_webbed could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab slab_amber could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab slab_amber_bricks could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab slab_planks_petrified_wood could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab slab_mud_bricks could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab slab_mir_bricks could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab slab_planks_eucalyptus could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab slab_planks_mahogany could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab slab_planks_baobab could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab slab_planks_mossbark could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab slab_planks_asper could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab slab_planks_cypress could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab slab_planks_balsam could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab slab_planks_bamboo could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab slab_planks_white could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab slab_planks_rotten could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab slab_planks_marshwood could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab slab_planks_scorched could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab slab_planks_varnished could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab quartzSlabDarkHalf could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab quartzSlabManaHalf could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab quartzSlabBlazeHalf could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab quartzSlabLavenderHalf could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab quartzSlabRedHalf could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab quartzSlabElfHalf could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab quartzSlabSunnyHalf could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab livingwood0Slab could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab livingwood1Slab could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab livingrock0Slab could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab livingrock1Slab could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab dreamwood0Slab could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab dreamwood1Slab could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab shimmerrock0Slab could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab shimmerwoodPlanks0Slab could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab biomeStoneA0Slab could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab biomeStoneA1Slab could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab biomeStoneA2Slab could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab biomeStoneA3Slab could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab biomeStoneA4Slab could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab biomeStoneA5Slab could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab biomeStoneA6Slab could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab biomeStoneA7Slab could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab biomeStoneA8Slab could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab biomeStoneA9Slab could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab biomeStoneA10Slab could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab biomeStoneA11Slab could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab biomeStoneA12Slab could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab biomeStoneA13Slab could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab biomeStoneA14Slab could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab biomeStoneA15Slab could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab biomeStoneB0Slab could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab biomeStoneB1Slab could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab biomeStoneB2Slab could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab biomeStoneB3Slab could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab biomeStoneB4Slab could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab biomeStoneB5Slab could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab biomeStoneB6Slab could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab biomeStoneB7Slab could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab pavement0Slab could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab pavement1Slab could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab pavement2Slab could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab pavement3Slab could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab pavement4Slab could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab pavement5Slab could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab wood_slab_0 could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab wood_slab_1 could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab other_slab could not be found. +[16:58:25] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod kleeslabs +[16:58:25] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - KleeSlabs took 0.060s +[16:58:25] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod lex +[16:58:25] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod lex +[16:58:25] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - LibEx took 0.000s +[16:58:25] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod lttweaker +[16:58:25] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod lttweaker +[16:58:25] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - Loot Table Tweaker took 0.000s +[16:58:25] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod magma_monsters +[16:58:25] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod magma_monsters +[16:58:25] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - magma_monsters took 0.000s +[16:58:25] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod mekatweaks +[16:58:25] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod mekatweaks +[16:58:25] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - MekaTweaks took 0.000s +[16:58:25] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod mercurius +[16:58:25] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod mercurius +[16:58:25] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - Mercurius took 0.008s +[16:58:25] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod mobends +[16:58:26] [Server thread/DEBUG] [BnBGamingCore]: Caught Exception while attempting to get class extensions for realrender.REN +[16:58:26] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod mobends +[16:58:26] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - Mo' Bends took 0.002s +[16:58:26] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod mob_grinding_utils +[16:58:26] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod mob_grinding_utils +[16:58:26] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - mob_grinding_utils took 0.000s +[16:58:26] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod mobstages +[16:58:26] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod mobstages +[16:58:26] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - Mob Stages took 0.000s +[16:58:26] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod modularmachinery +[16:58:26] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod modularmachinery +[16:58:26] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - Modular Machinery took 0.000s +[16:58:26] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod morpheus +[16:58:26] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod morpheus +[16:58:26] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - Morpheus took 0.003s +[16:58:26] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod mputils +[16:58:26] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod mputils +[16:58:26] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - ModPack Utilities took 0.000s +[16:58:26] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod mpbasic +[16:58:26] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod mpbasic +[16:58:26] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - ModPack Basic Tools took 0.000s +[16:58:26] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod multiblockstages +[16:58:26] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod multiblockstages +[16:58:26] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - Multiblockstages took 0.000s +[16:58:26] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod mundaneredstone +[16:58:26] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod mundaneredstone +[16:58:26] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - Mundane Redstone took 0.000s +[16:58:26] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod mysticalagriculture +[16:58:26] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod mysticalagriculture +[16:58:26] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - Mystical Agriculture took 0.000s +[16:58:26] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod mysticalagradditions +[16:58:26] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod mysticalagradditions +[16:58:26] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - Mystical Agradditions took 0.000s +[16:58:26] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod mystagradcompat +[16:58:26] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod mystagradcompat +[16:58:26] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - Mystical Agradditions Compat took 0.003s +[16:58:26] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod naturescompass +[16:58:26] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod naturescompass +[16:58:26] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - Nature's Compass took 0.000s +[16:58:26] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod nex +[16:58:26] [Server thread/INFO] [NetherEx]: The Nether has been overridden. +[16:58:26] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod nex +[16:58:26] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - NetherEx took 0.002s +[16:58:26] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod noworldgen5you +[16:58:26] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod noworldgen5you +[16:58:26] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - No World Gen 5 You took 0.000s +[16:58:26] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod nutrition +[16:58:26] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod nutrition +[16:58:26] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - Nutrition took 0.022s +[16:58:26] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod samsocean +[16:58:26] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod samsocean +[16:58:26] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - Ocean Floor Classic took 0.000s +[16:58:26] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod oreexcavation +[16:58:26] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod oreexcavation +[16:58:26] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - OreExcavation took 0.000s +[16:58:26] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod oeintegration +[16:58:26] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod oeintegration +[16:58:26] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - OreExcavation Integration took 0.000s +[16:58:26] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod orestages +[16:58:26] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod orestages +[16:58:26] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - Ore Stages took 0.000s +[16:58:26] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod overloaded +[16:58:26] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod overloaded +[16:58:26] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - Overloaded took 0.000s +[16:58:26] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod pickletweaks +[16:58:26] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod pickletweaks +[16:58:26] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - Pickle Tweaks took 0.026s +[16:58:26] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod placebo +[16:58:26] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod placebo +[16:58:26] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - Placebo took 0.000s +[16:58:26] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod playerbosses +[16:58:26] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod playerbosses +[16:58:26] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - playerbosses took 0.000s +[16:58:26] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod playerskins +[16:58:26] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod playerskins +[16:58:26] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - Player Skin Mobs took 0.006s +[16:58:26] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod pneumaticcraft +[16:58:26] [Server thread/WARN] [pneumaticcraft]: skipping BlockHeatProperties.cfg entry 'ic2:resource[type=uranium_block]': unknown block (mod not loaded?) +[16:58:26] [Server thread/WARN] [pneumaticcraft]: BlockHeatProperties.cfg: unknown fluid definition [ic2hot_coolant] +[16:58:26] [Server thread/WARN] [pneumaticcraft]: skipping BlockHeatProperties.cfg entry 'ic2hot_coolant': unknown fluid (mod not loaded?) +[16:58:26] [Server thread/WARN] [pneumaticcraft]: BlockHeatProperties.cfg: unknown fluid definition [ic2coolant] +[16:58:26] [Server thread/WARN] [pneumaticcraft]: skipping BlockHeatProperties.cfg entry 'ic2coolant': unknown fluid (mod not loaded?) +[16:58:26] [Server thread/WARN] [pneumaticcraft]: BlockHeatProperties.cfg: unknown fluid definition [ic2steam] +[16:58:26] [Server thread/WARN] [pneumaticcraft]: skipping BlockHeatProperties.cfg entry 'ic2steam': unknown fluid (mod not loaded?) +[16:58:26] [Server thread/WARN] [pneumaticcraft]: BlockHeatProperties.cfg: unknown fluid definition [ic2superheated_steam] +[16:58:26] [Server thread/WARN] [pneumaticcraft]: skipping BlockHeatProperties.cfg entry 'ic2superheated_steam': unknown fluid (mod not loaded?) +[16:58:26] [Server thread/WARN] [pneumaticcraft]: skipping BlockHeatProperties.cfg entry 'thermalfoundation:storage_alloy[type=enderium]': unknown block (mod not loaded?) +[16:58:26] [Server thread/WARN] [pneumaticcraft]: BlockHeatProperties.cfg: unknown fluid definition [cryotheum] +[16:58:26] [Server thread/WARN] [pneumaticcraft]: skipping BlockHeatProperties.cfg entry 'cryotheum': unknown fluid (mod not loaded?) +[16:58:26] [Server thread/ERROR] [pneumaticcraft]: invalid blockstate for quark:biome_cobblestone[variant=fire_stone]: unknown block name: quark:biome_cobblestone +[16:58:26] [Server thread/ERROR] [pneumaticcraft]: invalid blockstate for quark:biome_cobblestone[variant=icy_stone]: unknown block name: quark:biome_cobblestone +[16:58:26] [Server thread/INFO] [pneumaticcraft]: Registered experience fluid 'xpjuice' from mod 'cyclicmagic' with mB->XP ratio 20 +[16:58:26] [Server thread/INFO] [pneumaticcraft]: Registered experience fluid 'essence' from mod 'industrialforegoing' with mB->XP ratio 20 +[16:58:26] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod pneumaticcraft +[16:58:26] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - PneumaticCraft: Repressurized took 0.103s +[16:58:26] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod poweradapters +[16:58:26] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod poweradapters +[16:58:26] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - Power Adapters took 0.000s +[16:58:26] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod prestige +[16:58:26] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod prestige +[16:58:26] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - Prestige took 0.000s +[16:58:26] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod primalchests +[16:58:26] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod primalchests +[16:58:26] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - PrimalChests took 0.000s +[16:58:26] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod rustic +[16:58:26] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod rustic +[16:58:26] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - Rustic took 0.013s +[16:58:26] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod thebetweenlands +[16:58:26] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod thebetweenlands +[16:58:26] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - The Betweenlands took 0.000s +[16:58:26] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod primal +[16:58:26] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `primal:item_bwm` for name `raw_scrambled_egg`, expected `primal`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:26] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `primal:tile_bwm` for name `raw_pastry_4`, expected `primal`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:26] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `primal:item_bwm` for name `mystery_meat`, expected `primal`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:26] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `primal:item_bwm` for name `bat_wing`, expected `primal`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:26] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `primal:tile_bwm` for name `raw_pastry_1`, expected `primal`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:26] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `primal:item_bwm` for name `raw_egg`, expected `primal`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:26] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `primal:item_bwm` for name `raw_kebab`, expected `primal`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:26] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `primal:item_totemic` for name `buffalo_meat`, expected `primal`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:26] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `primal:item_nex` for name `ghastmeatraw`, expected `primal`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:26] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `primal:tile_bwm` for name `raw_pastry_2`, expected `primal`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:26] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `primal:item_bwm` for name `wolf_chop`, expected `primal`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:26] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `primal:item_bwm` for name `raw_omelet`, expected `primal`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:26] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod primal +[16:58:26] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - PrimalCore took 0.020s +[16:58:26] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod progressiontweaks +[16:58:26] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod progressiontweaks +[16:58:26] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - Progression Tweaks took 0.009s +[16:58:26] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod prospectors +[16:58:26] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod prospectors +[16:58:26] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - Prospectors took 0.000s +[16:58:26] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod reborncore +[16:58:26] [Server thread/INFO] [reborncore]: Loaded registrys for net.minecraftforge.fml.common.event.FMLPostInitializationEvent in 0ms +[16:58:26] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod reborncore +[16:58:26] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - Reborn Core took 0.004s +[16:58:26] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod quantumstorage +[16:58:26] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod quantumstorage +[16:58:26] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - QuantumStorage took 0.000s +[16:58:26] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod quickleafdecay +[16:58:26] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod quickleafdecay +[16:58:26] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - Quick Leaf Decay took 0.000s +[16:58:26] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod rangedpumps +[16:58:26] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod rangedpumps +[16:58:26] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - Ranged Pumps took 0.000s +[16:58:26] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod realdrops +[16:58:26] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod realdrops +[16:58:26] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - Realistic Item Drops took 0.000s +[16:58:26] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod rebornstorage +[16:58:26] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod rebornstorage +[16:58:26] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - RebornStorage took 0.000s +[16:58:26] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod recipestages +[16:58:26] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod recipestages +[16:58:26] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - RecipeStages took 0.000s +[16:58:26] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod reccomplex +[16:58:26] [Server thread/TRACE] [reccomplex]: Cleared all poem theme at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Cleared all natural generation category at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Cleared all structure at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Cleared all dimension preset at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Cleared all block preset at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Cleared all generic item collection component at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Cleared all biome preset at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Cleared all transformer preset at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Cleared all placer preset at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered poem theme 'poem' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered natural generation category 'decoration' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered natural generation category 'rare' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered natural generation category 'adventure' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered natural generation category 'frequent' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered natural generation category 'ultrarare' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered dimension preset 'nether' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered dimension preset 'end' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered dimension preset 'overworld' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered dimension preset 'anyplanet' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered biome preset 'snowy_nature' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered biome preset 'temperate_overworld' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered biome preset 'snowy_overworld' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered biome preset 'temperate_forest' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered biome preset 'underground' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered biome preset 'ocean' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered biome preset 'nether' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered biome preset 'jungle_trees' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered biome preset 'oak_trees' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered biome preset 'birch_trees' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered biome preset 'oak_trees_dead' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered biome preset 'big_jungle_trees' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered biome preset 'fir_trees' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered biome preset 'palm_trees' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered biome preset 'willow_trees' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered biome preset 'savanna_trees' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered biome preset 'pine_trees' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered biome preset 'overworld' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered placer preset 'surface' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered placer preset 'nether_surface' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered placer preset 'nether_top' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered placer preset 'half_buried' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered placer preset 'liquid_surface' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered placer preset 'underwater' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered transformer preset 'structure' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered transformer preset 'tree' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered block preset 'air' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered block preset 'allWool' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered poem theme 'war' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered poem theme 'love' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered poem theme 'summer' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered poem theme 'winter' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered poem theme 'grief' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered generic item collection component 'Unholy' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'Unholy' at level CUSTOM +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered generic item collection component 'AbandonedBurnable' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'AbandonedBurnable' at level CUSTOM +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered generic item collection component 'EarthShrine' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'EarthShrine' at level CUSTOM +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered generic item collection component 'CultArmory' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'CultArmory' at level CUSTOM +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered generic item collection component 'PyramidGraveGoodsCheap' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'PyramidGraveGoodsCheap' at level CUSTOM +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered generic item collection component 'AbandonedChest' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'AbandonedChest' at level CUSTOM +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered generic item collection component 'TribalChest' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'TribalChest' at level CUSTOM +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered generic item collection component 'AirShrine' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'AirShrine' at level CUSTOM +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered generic item collection component 'MesoStorageChest' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'MesoStorageChest' at level CUSTOM +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered generic item collection component 'WheatFieldMill' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'WheatFieldMill' at level CUSTOM +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered generic item collection component 'FireShrine' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'FireShrine' at level CUSTOM +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered generic item collection component 'ForestChest' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'ForestChest' at level CUSTOM +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered generic item collection component 'RichVillageHouse' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'RichVillageHouse' at level CUSTOM +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered generic item collection component 'VillageKitchen' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'VillageKitchen' at level CUSTOM +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered generic item collection component 'VillageLibrary' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'VillageLibrary' at level CUSTOM +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered generic item collection component 'VillageTannery' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'VillageTannery' at level CUSTOM +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered generic item collection component 'VillageGuardTower' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'VillageGuardTower' at level CUSTOM +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered generic item collection component 'VillagePumpkinChandlery' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'VillagePumpkinChandlery' at level CUSTOM +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered generic item collection component 'PirateChest' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'PirateChest' at level CUSTOM +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered generic item collection component 'PyramidChest' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'PyramidChest' at level CUSTOM +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered generic item collection component 'WheatFieldMillTools' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'WheatFieldMillTools' at level CUSTOM +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered generic item collection component 'PeacefulCrypt' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'PeacefulCrypt' at level CUSTOM +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered generic item collection component 'WoodStorage' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'WoodStorage' at level CUSTOM +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered generic item collection component 'Holy' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'Holy' at level CUSTOM +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered generic item collection component 'UnderwaterShrine' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'UnderwaterShrine' at level CUSTOM +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered generic item collection component 'CultTreasure' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered weighted item collection 'CultTreasure' at level CUSTOM +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered structure 'NetherThorn1' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered structure 'NetherThorn2' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered structure 'NetherThorn3' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered structure 'NetherThorn' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered structure 'NetherThorn4' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered structure 'NetherThorn5' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered structure 'RedMushroom1' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered structure 'BrownMushroom1' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered structure 'BrownMushroom' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered structure 'RedMushroom' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered structure 'BirchTree' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered structure 'OakTree' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered structure 'JungleTreeHuge1' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered structure 'SpruceTreeBig' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered structure 'GenericTreeSmall' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered structure 'FirTreeBig' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered structure 'DeadTreeLarge3' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered structure 'DeadTreeLarge2' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered structure 'FirTree' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered structure 'SpruceTree1' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered structure 'GenericTree6' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered structure 'QuakingAspen' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered structure 'GenericTree' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered structure 'GenericTree1' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered structure 'SavannaTree1' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered structure 'BirchTreeBig' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered structure 'AlascaCedar' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered structure 'LodgepolePine' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered structure 'BirchTree1' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered structure 'BirchTreeBig1' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered structure 'GenericTree3' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered structure 'OakTreeBig' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered structure 'WhiteWillowLarge' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered structure 'Mopane' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered structure 'SpruceTree' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered structure 'GenericTree2' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered structure 'Basswood' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered structure 'OakTreeHuge' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered structure 'SavannaTree' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered structure 'DeadTreeLarge1' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered structure 'SpruceTree2' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered structure 'GenericTree5' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered structure 'JungleTreeHuge' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered structure 'DeadTreeLarge' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered structure 'GenericTreeHuge' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered structure 'GenericTree4' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered structure 'Fiberpalm' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered structure 'SpruceTree3' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered structure 'ForestMazeTurn' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered structure 'ForestMazeEnd' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered structure 'ForestMazeSlimes' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered structure 'ForestMaze3Way' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered structure 'ForestMazeCorridor' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered structure 'ForestMazeClearing' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered structure 'ForestMazeCrossing' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered structure 'VillageGuardTower' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered structure 'VillageInn' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered structure 'VillageHouseRich1' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered structure 'VillageHouseRich' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered structure 'VillageForgeLarge' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered structure 'VillageWoodMill' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered structure 'VillageSavannaGlassworks' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered structure 'VillageSavannaChandlery' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered structure 'VillageSavannaKitchen' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered structure 'VillageSavannaStonemason' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered structure 'VillageSavannaTannery' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered structure 'VillageSavannaLibrary' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered structure 'VillageMarketplace' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered structure 'VillageChurch' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered structure 'VillageTriplets' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered structure 'GiganticTree' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered structure 'ShrineSmallAir' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered structure 'StoneMazeBig' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered structure 'ShrineSmallWater' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered structure 'DinosaurSkull' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered structure 'SmallFortRuinsJapanese' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered structure 'OldWatchtower' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered structure 'IceThorn3' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered structure 'WellShrine' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered structure 'StatueTemple' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered structure 'DesertFort' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered structure 'SmallClockworkSite' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered structure 'SmallWoodenCottage1' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered structure 'StoneMazePagoda' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered structure 'PirateHideout' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered structure 'ShrineSmallEarth' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered structure 'PeacefulCrypt' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered structure 'IceThorn2' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered structure 'WoodenClockTower' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered structure 'ClayWaterMound' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered structure 'SpiderPit' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered structure 'SmallAbandonedMine' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered structure 'SmallWoodenCottage' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered structure 'WoodThorn' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered structure 'TribalJungleHead' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered structure 'DesertHut' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered structure 'AbandonedWoodTower' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered structure 'SmallOutpost' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered structure 'BigClockworkSite' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered structure 'MesoMazePagoda' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered structure 'ForestBeacon' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered structure 'MonolythUnholy' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered structure 'JokerTower' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered structure 'PyramidMazePagoda' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered structure 'StoneMazeSmall' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered structure 'ForestMaze' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered structure 'DesertWatchtower' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered structure 'MysticalTree2' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered structure 'ElvenPond' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered structure 'SnakeTemple' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered structure 'SmallFortRuins' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered structure 'PirateChest' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered structure 'IceThorn4' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered structure 'BlazeSpawnerCrystal' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered structure 'MysticalTree' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered structure 'MysticalTree1' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered structure 'LonePillars' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered structure 'UndergroundCrypt' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered structure 'TemplePyramid' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered structure 'DinosaurSkeleton' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered structure 'ChurchGraveyardRuins' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered structure 'UndergroundTreeoid' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered structure 'IceThorn' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered structure 'DesertBeacon' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered structure 'SmallAbandonedOutpost' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered structure 'ClayWaterMound1' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered structure 'CorruptedEnderTree' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered structure 'BabylonTower' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered structure 'BrickHenge' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered structure 'MonolythHoly' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered structure 'GiganticTree1' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered structure 'StoneMazeHuge' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered structure 'SmallWoodenCottage2' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered structure 'BigPyramid' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered structure 'WoodThornBig' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered structure 'SmallPyramid' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered structure 'WoodWallRemains' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered structure 'WitchPillars' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered structure 'IceThorn1' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered structure 'TemplePyramid1' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered structure 'UnnaturalCrater' at level MODDED +[16:58:26] [Server thread/TRACE] [reccomplex]: Registered structure 'MeteorSite' at level MODDED +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'FallenPalmTree' at level MODDED +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'CuboneSkull' at level MODDED +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'HillAltarHouse' at level MODDED +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'VeldtBath' at level MODDED +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'ShrineSmallFire' at level MODDED +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'StoneMaze' at level MODDED +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'StonePlantMound' at level MODDED +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'StoneIceBoulder2' at level MODDED +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'StoneIceBoulder' at level MODDED +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'StonePlantMound1' at level MODDED +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'StoneIceBoulder3' at level MODDED +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'StonePlantMound2' at level MODDED +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'StonePlantMound3' at level MODDED +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'StoneIceBoulder1' at level MODDED +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'StonePlantMound4' at level MODDED +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'StoneLeafMound' at level MODDED +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'StonePlantBoulder' at level MODDED +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'StoneBoulder' at level MODDED +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'UndergroundCultChamber' at level MODDED +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'PyramidMazePillar' at level MODDED +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'PyramidMazePath' at level MODDED +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'PyramidMazeStorage' at level MODDED +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered transformer preset 'pyramid_maze' at level MODDED +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'PyramidMazeZombieTable' at level MODDED +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'PyramidMazeCorridorCollapse' at level MODDED +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'PyramidMazeScriptureTurn' at level MODDED +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'PyramidMazeStairCorridor' at level MODDED +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'PyramidMazeStairTurn' at level MODDED +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'PyramidMazeClosedDoorway' at level MODDED +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'PyramidMazeSpiderTurn' at level MODDED +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered transformer preset 'meso_maze' at level MODDED +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'MesoMazeSpiderTurn' at level MODDED +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'MesoMazeStorage' at level MODDED +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'MesoMazeStairTurn' at level MODDED +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'MesoMazeGrowth' at level MODDED +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'MesoMazeZombieTable' at level MODDED +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'MesoMazeStairCorridor' at level MODDED +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'MesoMazeCorridorCollapse' at level MODDED +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'MesoMazePath' at level MODDED +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'StoneMazeFountain' at level MODDED +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'StoneMazeShootingRange' at level MODDED +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'StoneMazePathBig' at level MODDED +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'StoneMazeStudy' at level MODDED +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'StoneMazeLitRoom' at level MODDED +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered transformer preset 'stone_maze' at level MODDED +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'StoneMazeSpiderRoom' at level MODDED +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'StoneMazeEndChest' at level MODDED +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'StoneMazePath' at level MODDED +[16:58:27] [Server thread/TRACE] [reccomplex]: Cleared all poem theme at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Cleared all natural generation category at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Cleared all structure at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Cleared all dimension preset at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Cleared all block preset at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Cleared all generic item collection component at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Cleared all biome preset at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Cleared all transformer preset at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Cleared all placer preset at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'AbandonedWoodTower' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'AlascaCedar' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'BabylonTower' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'Basswood' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'BigClockworkSite' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'BigPyramid' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'BirchTree' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'BirchTree1' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'BirchTreeBig' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'BirchTreeBig1' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'BlazeSpawnerCrystal' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'BrickHenge' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'BrownMushroom' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'BrownMushroom1' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'ChestsFromWorld' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'ChurchGraveyardRuins' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'ClayWaterMound' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'ClayWaterMound1' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'CorruptedEnderTree' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'CuboneSkull' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'DeadTreeLarge' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'DeadTreeLarge1' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'DeadTreeLarge2' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'DeadTreeLarge3' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'DesertBeacon' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'DesertFort' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'DesertHut' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'DesertWatchtower' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'ElvenPond' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'FallenPalmTree' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'Fiberpalm' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'FirTree' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'FirTreeBig' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'FlowerBed1' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'FlowerBed2' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'FlowerBed3' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'ForestBeacon' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'ForestMaze' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'ForestMaze3Way' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'ForestMazeClearing' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'ForestMazeCorridor' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'ForestMazeCrossing' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'ForestMazeEnd' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'ForestMazeSlimes' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'ForestMazeTurn' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'GenericTree' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'GenericTree1' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'GenericTree2' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'GenericTree3' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'GenericTree4' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'GenericTree5' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'GenericTree6' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'GenericTreeHuge' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'GenericTreeSmall' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'GiganticTree1' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'HillAltarHouse' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'IceThorn' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'IceThorn1' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'IceThorn2' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'IceThorn3' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'IceThorn4' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'JokerTower' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'JungleTreeHuge' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'JungleTreeHuge1' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'LodgepolePine' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'LonePillars' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'MapHouseVillage' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'MesoMazeCorridorCollapse' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'MesoMazeGrowth' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'MesoMazePagoda' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'MesoMazePath' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'MesoMazeSpiderTurn' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'MesoMazeStairCorridor' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'MesoMazeStairTurn' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'MesoMazeStorage' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'MesoMazeZombieTable' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered transformer preset 'meso_maze' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'MeteorSite' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'MonolythHoly' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'MonolythUnholy' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'Mopane' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'MysticalTree' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'MysticalTree1' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'MysticalTree2' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'NetherThorn' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'NetherThorn1' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'NetherThorn2' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'NetherThorn3' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'NetherThorn4' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'NetherThorn5' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'OakTree' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'OakTreeBig' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'OakTreeHuge' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'OldWatchtower' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'PeacefulCrypt' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'PirateChest' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'PirateHideout' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'PyramidMazeClosedDoorway' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'PyramidMazeCorridorCollapse' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'PyramidMazePagoda' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'PyramidMazePath' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'PyramidMazePillar' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'PyramidMazeScriptureTurn' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'PyramidMazeSpiderTurn' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'PyramidMazeStairCorridor' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'PyramidMazeStairTurn' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'PyramidMazeStorage' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'PyramidMazeZombieTable' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered transformer preset 'pyramid_maze' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'QuakingAspen' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'RedMushroom' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'RedMushroom1' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'Roots' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'SavannaTree' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'SavannaTree1' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'ShrineSmallAir' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'ShrineSmallEarth' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'ShrineSmallFire' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'ShrineSmallWater' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'SmallAbandonedMine' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'SmallAbandonedOutpost' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'SmallClockworkSite' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'SmallFortRuins' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'SmallFortRuinsJapanese' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'SmallOutpost' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'SmallPyramid' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'SmallWoodenCottage' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'SmallWoodenCottage1' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'SmallWoodenCottage2' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'SnakeTemple' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'SpiderPit' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'SpruceTree' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'SpruceTree1' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'SpruceTree2' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'SpruceTree3' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'SpruceTreeBig' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'StatueTemple' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'StoneBoulder' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'StoneIceBoulder' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'StoneIceBoulder1' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'StoneIceBoulder2' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'StoneIceBoulder3' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'StoneLeafMound' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'StoneMaze' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'StoneMazeBig' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'StoneMazeCorridorWall' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'StoneMazeEndChest' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'StoneMazeFountain' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'StoneMazeHuge' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'StoneMazeLitRoom' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'StoneMazePagoda' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'StoneMazePath' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'StoneMazePathBig' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'StoneMazeShootingRange' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'StoneMazeSmall' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'StoneMazeSpiderRoom' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'StoneMazeStudy' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'StonePlantBoulder' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'StonePlantMound' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'StonePlantMound1' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'StonePlantMound2' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'StonePlantMound3' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'StonePlantMound4' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered transformer preset 'stone_maze' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'TemplePyramid' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'TemplePyramid1' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'TestMoon' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'TheObelisk' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'TribalJungleHead' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'UndergroundCrypt' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'UndergroundCultChamber' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'UndergroundTreeoid' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'UnnaturalCrater' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'VeldtBath' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'VillageChurch' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'VillageForgeLarge' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'VillageGuardTower' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'VillageHouseRich' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'VillageHouseRich1' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'VillageInn' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'VillageMarketplace' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'VillageSavannaChandlery' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'VillageSavannaGlassworks' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'VillageSavannaKitchen' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'VillageSavannaLibrary' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'VillageSavannaStonemason' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'VillageSavannaTannery' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'VillageTriplets' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'VillageWoodMill' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'WellShrine' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'WhiteWillowLarge' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'WitchPillars' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'WoodenClockTower' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'WoodThorn' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'WoodThornBig' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'WoodWallRemains' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'DinosaurSkeleton' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'DinosaurSkull' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered biome preset 'FlowerBiomes' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'GiganticTree' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered biome preset 'HotSandy' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'HunterHut' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered dimension preset 'MoonOnly' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered biome preset 'MostTreeBiomes' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered biome preset 'MostTreeBiomes2' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'MudHut' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'MudRoundHouse' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'MulberryTree' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'MulberryTree2' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'MulberryTree3' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'NetherPortal1' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'NetherPortal2' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'NetherPortal3' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered dimension preset 'OverworldOnly' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered dimension preset 'OVERWORLDONLYAGAIN' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'RunePortal' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'SakuraTree' at level CUSTOM +[16:58:27] [Server thread/TRACE] [reccomplex]: Registered structure 'SakuraTree2' at level CUSTOM +[16:58:27] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod reccomplex +[16:58:27] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - Recurrent Complex took 1.285s +[16:58:27] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod refinedstorageaddons +[16:58:27] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod refinedstorageaddons +[16:58:27] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - Refined Storage Addons took 0.000s +[16:58:27] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod rftools +[16:58:27] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod rftools +[16:58:27] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - RFTools took 0.001s +[16:58:27] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod rftoolscontrol +[16:58:27] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod rftoolscontrol +[16:58:27] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - RFTools Control took 0.000s +[16:58:27] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod roadrunner +[16:58:27] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod roadrunner +[16:58:27] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - Road Runner took 0.000s +[16:58:27] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod scannable +[16:58:27] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod scannable +[16:58:27] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - Scannable took 0.001s +[16:58:27] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod sevpatches +[16:58:27] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod sevpatches +[16:58:27] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - SevPatches took 0.000s +[16:58:27] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod sevtweaks +[16:58:27] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod sevtweaks +[16:58:27] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - SevTweaks took 0.003s +[16:58:27] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod sev_tweaks_npc +[16:58:27] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod sev_tweaks_npc +[16:58:27] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - sev_tweaks_npc took 0.000s +[16:58:27] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod simpleautorun +[16:58:27] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod simpleautorun +[16:58:27] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - SimpleAutoRun took 0.000s +[16:58:27] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod simplegenerators +[16:58:27] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod simplegenerators +[16:58:27] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - Simple Generators took 0.327s +[16:58:27] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod simpleplanes +[16:58:27] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod simpleplanes +[16:58:27] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - simpleplanes took 0.000s +[16:58:27] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod storagenetwork +[16:58:27] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod storagenetwork +[16:58:27] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - Simple Storage Network took 0.005s +[16:58:27] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod simpletomb +[16:58:27] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod simpletomb +[16:58:27] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - Simple Tomb took 0.000s +[16:58:27] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod simplyarrows +[16:58:27] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod simplyarrows +[16:58:27] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - Simply Arrows took 0.000s +[16:58:27] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod spartanshields +[16:58:27] [Server thread/DEBUG] [Spartan Shields]: Finished postInit phase! +[16:58:27] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod spartanshields +[16:58:27] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - Spartan Shields took 0.004s +[16:58:27] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod spatialservermod +[16:58:27] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod spatialservermod +[16:58:27] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - Spatial Server Mod took 0.000s +[16:58:27] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod stevescarts +[16:58:27] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod stevescarts +[16:58:27] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - Steve's Carts 2 took 0.000s +[16:58:27] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod stg +[16:58:27] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod stg +[16:58:27] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - SwingThroughGrass took 0.000s +[16:58:27] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod storagedrawers +[16:58:27] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod storagedrawers +[16:58:27] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - Storage Drawers took 0.000s +[16:58:27] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod streams +[16:58:27] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod streams +[16:58:27] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - Streams took 0.000s +[16:58:27] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod sasit +[16:58:27] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod sasit +[16:58:27] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - Stuff A Sock In It took 0.000s +[16:58:27] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod supersoundmuffler +[16:58:27] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod supersoundmuffler +[16:58:27] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - Super Sound Muffler: Revived took 0.000s +[16:58:27] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod tallgates +[16:58:27] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod tallgates +[16:58:27] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - TallGates took 0.000s +[16:58:27] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod beneath +[16:58:27] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod beneath +[16:58:27] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - The Beneath took 0.000s +[16:58:27] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod thirstybottles +[16:58:27] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod thirstybottles +[16:58:27] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - Thirsty Bottles took 0.000s +[16:58:27] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod timecontrol +[16:58:27] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod timecontrol +[16:58:27] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - TimeControl took 0.000s +[16:58:27] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod tcomplement +[16:58:27] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod tcomplement +[16:58:27] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - Tinkers' Complement took 0.007s +[16:58:27] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod tinkerstages +[16:58:27] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod tinkerstages +[16:58:27] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - Tinker Stages took 0.000s +[16:58:27] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod tinkertoolleveling +[16:58:27] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod tinkertoolleveling +[16:58:27] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - Tinkers Tool Leveling took 0.005s +[16:58:27] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod togetherforever +[16:58:27] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod togetherforever +[16:58:27] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - TogetherForever took 0.000s +[16:58:27] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod totemic +[16:58:27] [Server thread/INFO] [Totemic]: Totemic is entering postinitialization stage +[16:58:27] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod totemic +[16:58:27] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - Totemic took 0.002s +[16:58:27] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod tothebatpoles +[16:58:27] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod tothebatpoles +[16:58:27] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - To the Bat Poles! took 0.000s +[16:58:27] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod translocators +[16:58:27] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod translocators +[16:58:27] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - Translocators took 0.000s +[16:58:27] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod treechopper +[16:58:27] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod treechopper +[16:58:27] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - Tree Chopper took 0.000s +[16:58:27] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod triumph +[16:58:27] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod triumph +[16:58:27] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - Triumph took 0.000s +[16:58:27] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod trumpetskeleton +[16:58:27] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod trumpetskeleton +[16:58:27] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - Trumpet Skeleton took 0.000s +[16:58:27] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod tumbleweed +[16:58:27] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod tumbleweed +[16:58:27] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - Tumbleweed took 0.003s +[16:58:27] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod uppers +[16:58:27] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod uppers +[16:58:27] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - uppers took 0.000s +[16:58:27] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod universalmodifiers +[16:58:27] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod universalmodifiers +[16:58:27] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - Universal Modifiers took 0.000s +[16:58:27] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod vc +[16:58:27] [Server thread/INFO] [ViesCraft]: <<==============================>> +[16:58:27] [Server thread/INFO] [ViesCraft]: Enforcing Brannigan's Law... +[16:58:27] [Server thread/INFO] [ViesCraft]: <<==============================>> +[16:58:27] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod vc +[16:58:27] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - ViesCraft took 0.001s +[16:58:27] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod vtt +[16:58:27] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod vtt +[16:58:27] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - Villager Trade Tables took 0.033s +[16:58:27] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod waddles +[16:58:27] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod waddles +[16:58:27] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - Waddles took 0.000s +[16:58:27] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod wailastages +[16:58:27] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod wailastages +[16:58:27] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - Waila Stages took 0.000s +[16:58:27] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod walljump +[16:58:27] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod walljump +[16:58:27] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - Wall-Jump! took 0.000s +[16:58:27] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod wanionlib +[16:58:27] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod wanionlib +[16:58:27] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - WanionLib took 0.000s +[16:58:27] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod watercontrolextreme +[16:58:27] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod watercontrolextreme +[16:58:27] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - Water Control Extreme took 0.000s +[16:58:27] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod waterstrainer +[16:58:27] [Server thread/INFO] [waterstrainer]: Importing waterstrainer_loottables.cfg ... +[16:58:27] [Server thread/INFO] [waterstrainer]: No errors were found! +[16:58:27] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod waterstrainer +[16:58:27] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - Water Strainer took 0.012s +[16:58:27] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod wawla +[16:58:27] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod wawla +[16:58:27] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - What Are We Looking At took 0.000s +[16:58:27] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod weirdinggadget +[16:58:27] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod weirdinggadget +[16:58:27] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - The Weirding Gadget took 0.000s +[16:58:27] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod wildcrops +[16:58:27] [Server thread/INFO] [FML]: [WildCrops] Adding crop minecraft:carrots for block minecraft:grass +[16:58:27] [Server thread/INFO] [FML]: [WildCrops] Adding crop minecraft:potatoes for block minecraft:grass +[16:58:27] [Server thread/INFO] [FML]: [WildCrops] Adding crop minecraft:beetroots for block minecraft:grass +[16:58:27] [Server thread/INFO] [FML]: [WildCrops] Adding crop minecraft:wheat for block minecraft:grass +[16:58:27] [Server thread/INFO] [FML]: [WildCrops] Adding crop betterwithmods:hemp for block minecraft:grass +[16:58:27] [Server thread/INFO] [FML]: [WildCrops] Adding crop minecraft:carrots for block minecraft:dirt +[16:58:27] [Server thread/INFO] [FML]: [WildCrops] Adding crop minecraft:potatoes for block minecraft:dirt +[16:58:27] [Server thread/INFO] [FML]: [WildCrops] Adding crop minecraft:beetroots for block minecraft:dirt +[16:58:27] [Server thread/INFO] [FML]: [WildCrops] Adding crop minecraft:wheat for block minecraft:dirt +[16:58:27] [Server thread/INFO] [FML]: [WildCrops] Adding crop betterwithmods:hemp for block minecraft:dirt +[16:58:27] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod wildcrops +[16:58:27] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - Wild Crops took 0.002s +[16:58:27] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod witherskelefix +[16:58:27] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod witherskelefix +[16:58:27] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - Wither Skeleton Tweaks took 0.000s +[16:58:27] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod wopper +[16:58:27] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod wopper +[16:58:27] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - Wopper took 0.000s +[16:58:27] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod xnet +[16:58:27] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod xnet +[16:58:27] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - XNet took 0.000s +[16:58:27] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod ynot +[16:58:27] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod ynot +[16:58:27] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - YNot took 0.000s +[16:58:27] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod yoyos +[16:58:27] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod yoyos +[16:58:27] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - Yoyos took 0.000s +[16:58:27] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod zenstages +[16:58:27] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod zenstages +[16:58:27] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - ZenStages took 0.000s +[16:58:27] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod zenloot +[16:58:27] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod zenloot +[16:58:27] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - ZenLoot took 0.000s +[16:58:27] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod primal_tech +[16:58:27] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod primal_tech +[16:58:27] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - primal_tech took 0.000s +[16:58:27] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod teslacorelib_registries +[16:58:27] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod teslacorelib_registries +[16:58:27] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - Tesla Core Lib Registries took 0.003s +[16:58:27] [Server thread/DEBUG] [FML]: Bar Finished: PostInitialization took 10.433s +[16:58:27] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod minecraft +[16:58:27] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod minecraft +[16:58:27] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - Minecraft took 0.000s +[16:58:27] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod mcp +[16:58:27] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod mcp +[16:58:27] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - Minecraft Coder Pack took 0.000s +[16:58:27] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod FML +[16:58:27] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod FML +[16:58:27] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - Forge Mod Loader took 0.000s +[16:58:27] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod forge +[16:58:27] [Server thread/DEBUG] [FML]: Forge RecipeSorter Baking: +[16:58:27] [Server thread/DEBUG] [FML]: 32: RecipeEntry("Before", UNKNOWN, ) +[16:58:27] [Server thread/DEBUG] [FML]: 31: RecipeEntry("minecraft:shaped", SHAPED, net.minecraft.item.crafting.ShapedRecipes) Before: minecraft:shapeless +[16:58:27] [Server thread/DEBUG] [FML]: 30: RecipeEntry("forge:shapedore", SHAPED, net.minecraftforge.oredict.ShapedOreRecipe) Before: minecraft:shapeless After: minecraft:shaped +[16:58:27] [Server thread/DEBUG] [FML]: 29: RecipeEntry("minecraft:mapextending", SHAPED, net.minecraft.item.crafting.RecipesMapExtending) Before: minecraft:shapeless After: minecraft:shaped +[16:58:27] [Server thread/DEBUG] [FML]: 28: RecipeEntry("galacticraftcore:shapedore", SHAPED, micdoodle8.mods.galacticraft.core.recipe.OreRecipeUpdatable) Before: minecraft:shapeless After: minecraft:shaped +[16:58:27] [Server thread/DEBUG] [FML]: 27: RecipeEntry("minecraft:shapeless", SHAPELESS, net.minecraft.item.crafting.ShapelessRecipes) After: minecraft:shaped +[16:58:27] [Server thread/DEBUG] [FML]: 26: RecipeEntry("minecraft:repair", SHAPELESS, net.minecraft.item.crafting.RecipeRepairItem) After: minecraft:shapeless +[16:58:27] [Server thread/DEBUG] [FML]: 25: RecipeEntry("minecraft:shield_deco", SHAPELESS, net.minecraft.item.crafting.ShieldRecipes$Decoration) After: minecraft:shapeless +[16:58:27] [Server thread/DEBUG] [FML]: 24: RecipeEntry("minecraft:fireworks", SHAPELESS, net.minecraft.item.crafting.RecipeFireworks) After: minecraft:shapeless +[16:58:27] [Server thread/DEBUG] [FML]: 23: RecipeEntry("forge:shapelessore", SHAPELESS, net.minecraftforge.oredict.ShapelessOreRecipe) After: minecraft:shapeless +[16:58:27] [Server thread/DEBUG] [FML]: 22: RecipeEntry("integrateddynamicscompatobservableshapeless", SHAPELESS, org.cyclops.cyclopscore.recipe.event.ObservableShapelessRecipe) After: forge:shapelessore +[16:58:27] [Server thread/DEBUG] [FML]: 21: RecipeEntry("minecraft:pattern_dupe", SHAPELESS, net.minecraft.item.crafting.RecipesBanners$RecipeDuplicatePattern) After: minecraft:shapeless +[16:58:27] [Server thread/DEBUG] [FML]: 20: RecipeEntry("integrateddynamicsenergybatterycombination", SHAPELESS, org.cyclops.integrateddynamics.core.recipe.ItemBlockEnergyContainerCombinationRecipe) After: forge:shapedore +[16:58:27] [Server thread/DEBUG] [FML]: 19: RecipeEntry("galacticraftplanets:canisterRecipe", SHAPELESS, micdoodle8.mods.galacticraft.planets.asteroids.recipe.CanisterRecipes) After: minecraft:shapeless +[16:58:27] [Server thread/DEBUG] [FML]: 18: RecipeEntry("commoncapabilitiesobservableshapeless", SHAPELESS, org.cyclops.cyclopscore.recipe.event.ObservableShapelessRecipe) After: forge:shapelessore +[16:58:27] [Server thread/DEBUG] [FML]: 17: RecipeEntry("integrateddynamicsobservableshaped", SHAPELESS, org.cyclops.cyclopscore.recipe.event.ObservableShapedRecipe) After: forge:shapedore +[16:58:27] [Server thread/DEBUG] [FML]: 16: RecipeEntry("integrateddynamicscompatobservableshaped", SHAPELESS, org.cyclops.cyclopscore.recipe.event.ObservableShapedRecipe) After: forge:shapedore +[16:58:27] [Server thread/DEBUG] [FML]: 15: RecipeEntry("commoncapabilitiesobservableshaped", SHAPELESS, org.cyclops.cyclopscore.recipe.event.ObservableShapedRecipe) After: forge:shapedore +[16:58:27] [Server thread/DEBUG] [FML]: 14: RecipeEntry("rustic:cabinet_recipe", SHAPED, rustic.common.crafting.RecipeCabinet) After: minecraft:shapeless +[16:58:27] [Server thread/DEBUG] [FML]: 13: RecipeEntry("minecraft:bookcloning", SHAPELESS, net.minecraft.item.crafting.RecipeBookCloning) After: minecraft:shapeless +[16:58:27] [Server thread/DEBUG] [FML]: 12: RecipeEntry("integrateddynamicsfacadecombination", SHAPELESS, org.cyclops.integrateddynamics.recipe.ItemFacadeRecipe) After: forge:shapedore +[16:58:27] [Server thread/DEBUG] [FML]: 11: RecipeEntry("minecraft:armordyes", SHAPELESS, net.minecraft.item.crafting.RecipesArmorDyes) After: minecraft:shapeless +[16:58:27] [Server thread/DEBUG] [FML]: 10: RecipeEntry("immersivepetroleum:schematicCrafting", SHAPELESS, flaxbeard.immersivepetroleum.common.SchematicCraftingHandler) After: minecraft:shapeless +[16:58:27] [Server thread/DEBUG] [FML]: 9: RecipeEntry("integrateddynamicsvariablecopy", SHAPELESS, org.cyclops.integrateddynamics.recipe.ItemVariableCopyRecipe) After: forge:shapedore +[16:58:27] [Server thread/DEBUG] [FML]: 8: RecipeEntry("rustic:shapeless_nonreturn", SHAPELESS, rustic.common.crafting.RecipeNonIngredientReturn) After: minecraft:shapeless +[16:58:27] [Server thread/DEBUG] [FML]: 7: RecipeEntry("minecraft:tippedarrow", SHAPELESS, net.minecraft.item.crafting.RecipeTippedArrow) After: minecraft:shapeless +[16:58:27] [Server thread/DEBUG] [FML]: 6: RecipeEntry("minecraft:mapcloning", SHAPELESS, net.minecraft.item.crafting.RecipesMapCloning) After: minecraft:shapeless +[16:58:27] [Server thread/DEBUG] [FML]: 5: RecipeEntry("minecraft:pattern_add", SHAPELESS, net.minecraft.item.crafting.RecipesBanners$RecipeAddPattern) After: minecraft:shapeless +[16:58:27] [Server thread/DEBUG] [FML]: 4: RecipeEntry("integrateddynamicsobservableshapeless", SHAPELESS, org.cyclops.cyclopscore.recipe.event.ObservableShapelessRecipe) After: forge:shapelessore +[16:58:27] [Server thread/DEBUG] [FML]: 3: RecipeEntry("integrateddynamicsitemclear", SHAPELESS, org.cyclops.integrateddynamics.recipe.ItemNbtClearRecipe) After: forge:shapedore +[16:58:27] [Server thread/DEBUG] [FML]: 2: RecipeEntry("bibliocraft:enchantedatlas", SHAPED, jds.bibliocraft.helpers.RecipeBiblioAtlas) +[16:58:27] [Server thread/DEBUG] [FML]: 1: RecipeEntry("After", UNKNOWN, ) +[16:58:27] [Server thread/DEBUG] [FML]: Sorting recipes +[16:58:27] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod forge +[16:58:27] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - Minecraft Forge took 0.001s +[16:58:27] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod ivtoolkit +[16:58:27] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod ivtoolkit +[16:58:27] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - IvToolkit took 0.000s +[16:58:27] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod micdoodlecore +[16:58:27] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod micdoodlecore +[16:58:27] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - Micdoodle8 Core took 0.000s +[16:58:27] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod smoothfontcore +[16:58:27] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod smoothfontcore +[16:58:27] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - Smooth Font Core took 0.000s +[16:58:27] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod com.elytradev.movingworld.common.asm.coremod +[16:58:27] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod com.elytradev.movingworld.common.asm.coremod +[16:58:27] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - MovingWorld CORE took 0.000s +[16:58:27] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod bnbgamingcore +[16:58:27] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod bnbgamingcore +[16:58:27] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - BnBGamingCore took 0.000s +[16:58:27] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod foamfixcore +[16:58:27] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod foamfixcore +[16:58:27] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - FoamFixCore took 0.000s +[16:58:27] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod randompatches +[16:58:27] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod randompatches +[16:58:27] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - RandomPatches took 0.000s +[16:58:27] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod movillages +[16:58:27] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod movillages +[16:58:27] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - Mo' Villages took 0.019s +[16:58:27] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod charcoalblock +[16:58:27] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod charcoalblock +[16:58:27] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - A Block of Charcoal took 0.000s +[16:58:27] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod crafttweaker +[16:58:27] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod crafttweaker +[16:58:27] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - CraftTweaker2 took 0.000s +[16:58:27] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod mtlib +[16:58:27] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod mtlib +[16:58:27] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - MTLib took 0.000s +[16:58:27] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod modtweaker +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod modtweaker +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - Mod Tweaker took 0.073s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod jei +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod jei +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - Just Enough Items took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod abyssalcraft +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod abyssalcraft +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - AbyssalCraft took 0.001s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod chisel +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod chisel +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - Chisel took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod mantle +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod mantle +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - Mantle took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod twilightforest +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod twilightforest +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - The Twilight Forest took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod tconstruct +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod tconstruct +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - Tinkers' Construct took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod acintegration +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod acintegration +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - AbyssalCraft Integration took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod fastbench +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod fastbench +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - FastWorkbench took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod actuallyadditions +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod actuallyadditions +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - Actually Additions took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod baubles +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod baubles +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - Baubles took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod actuallybaubles +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod actuallybaubles +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - Actually Baubles took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod animalium +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod animalium +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - animalium took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod antiqueatlas +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod antiqueatlas +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - Antique Atlas took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod base +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod base +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - B.A.S.E took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod contenttweaker +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod contenttweaker +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - ContentTweaker took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod immersiveengineering +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod immersiveengineering +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - Immersive Engineering took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod geolosys +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod geolosys +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - Geolosys took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod buildcraftlib +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod buildcraftlib +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - BuildCraft Lib took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod buildcraftcore +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod buildcraftcore +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - BuildCraft took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod cyclicmagic +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod cyclicmagic +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - Cyclic took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod redstoneflux +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod redstoneflux +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - Redstone Flux took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod mekanism +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod mekanism +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - Mekanism took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod natura +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod natura +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - Natura took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod traverse +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod traverse +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - Traverse took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod betterwithmods +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod betterwithmods +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - Better With Mods took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod appleskin +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod appleskin +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - AppleSkin took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod appliedenergistics2 +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod appliedenergistics2 +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - Applied Energistics 2 took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod armoreablemobs +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod armoreablemobs +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - ArmoreableMobs took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod aroma1997core +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod aroma1997core +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - Aroma1997Core took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod aromabackup +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod aromabackup +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - AromaBackup took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod aromabackuprecovery +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod aromabackuprecovery +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - AromaBackuprecovery took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod astikorcarts +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod astikorcarts +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - AstikorCarts took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod astralsorcery +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod astralsorcery +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - Astral Sorcery took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod quark +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod quark +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - Quark took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod autoreglib +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod autoreglib +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - AutoRegLib took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod bdlib +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod bdlib +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - BD Lib took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod betterwithaddons +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod betterwithaddons +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - Better with Addons took 0.003s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod betterbedrock +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod betterbedrock +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - Better Bedrock took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod betterbuilderswands +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod betterbuilderswands +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - Better Builder's Wands took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod betterwithlib +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod betterwithlib +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - Better With Lib took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod bibliocraft +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod bibliocraft +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - BiblioCraft took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod waila +[16:58:28] [Server thread/INFO] [Waila]: Starting Waila... +[16:58:28] [Server thread/INFO] [Waila]: Gathering annotated plugins... +[16:58:28] [Server thread/DEBUG] [Waila]: Attempting to discover plugin for totemic from pokefenn.totemic.waila.ModWailaPlugin +[16:58:28] [Server thread/DEBUG] [Waila]: Successfully discovered plugin for totemic from pokefenn.totemic.waila.ModWailaPlugin in 2.705 ms +[16:58:28] [Server thread/DEBUG] [Waila]: Attempting to discover plugin for anything from WayofTime.bloodmagic.compat.waila.BloodMagicHwylaPlugin +[16:58:28] [Server thread/DEBUG] [Waila]: Successfully discovered plugin for anything from WayofTime.bloodmagic.compat.waila.BloodMagicHwylaPlugin in 1.893 ms +[16:58:28] [Server thread/DEBUG] [Waila]: Attempting to discover plugin for anything from mcp.mobius.waila.addons.minecraft.PluginMinecraft +[16:58:28] [Server thread/DEBUG] [Waila]: Successfully discovered plugin for anything from mcp.mobius.waila.addons.minecraft.PluginMinecraft in 1.337 ms +[16:58:28] [Server thread/DEBUG] [Waila]: Attempting to discover plugin for anything from net.darkhax.darkutils.addons.waila.DarkUtilsTileProvider +[16:58:28] [Server thread/DEBUG] [Waila]: Successfully discovered plugin for anything from net.darkhax.darkutils.addons.waila.DarkUtilsTileProvider in 2.214 ms +[16:58:28] [Server thread/DEBUG] [Waila]: Attempting to discover plugin for anything from net.darkhax.orestages.compat.waila.OreTiersProvider +[16:58:28] [Server thread/DEBUG] [Waila]: Successfully discovered plugin for anything from net.darkhax.orestages.compat.waila.OreTiersProvider in 1.559 ms +[16:58:28] [Server thread/DEBUG] [Waila]: Attempting to discover plugin for anything from team.chisel.common.integration.waila.ChiselDataHandler +[16:58:28] [Server thread/DEBUG] [Waila]: Successfully discovered plugin for anything from team.chisel.common.integration.waila.ChiselDataHandler in 1.185 ms +[16:58:28] [Server thread/DEBUG] [Waila]: Attempting to discover plugin for anything from com.cjm721.overloaded.client.waila.OverloadedWailaPlugin +[16:58:28] [Server thread/DEBUG] [Waila]: Successfully discovered plugin for anything from com.cjm721.overloaded.client.waila.OverloadedWailaPlugin in 1.315 ms +[16:58:28] [Server thread/DEBUG] [Waila]: Attempting to discover plugin for anything from com.progwml6.natura.plugin.waila.PluginWaila +[16:58:28] [Server thread/DEBUG] [Waila]: Successfully discovered plugin for anything from com.progwml6.natura.plugin.waila.PluginWaila in 1.064 ms +[16:58:28] [Server thread/DEBUG] [Waila]: Attempting to discover plugin for anything from com.jarhax.poweradapters.compat.waila.WailaPowerAdapterInfo +[16:58:28] [Server thread/DEBUG] [Waila]: Successfully discovered plugin for anything from com.jarhax.poweradapters.compat.waila.WailaPowerAdapterInfo in 1.583 ms +[16:58:28] [Server thread/DEBUG] [Waila]: Attempting to discover plugin for anything from mcp.mobius.waila.addons.core.PluginCore +[16:58:28] [Server thread/DEBUG] [Waila]: Successfully discovered plugin for anything from mcp.mobius.waila.addons.core.PluginCore in 1.332 ms +[16:58:28] [Server thread/DEBUG] [Waila]: Attempting to discover plugin for anything from net.blay09.mods.cookingforblockheads.compat.WailaProvider +[16:58:28] [Server thread/DEBUG] [Waila]: Successfully discovered plugin for anything from net.blay09.mods.cookingforblockheads.compat.WailaProvider in 1.546 ms +[16:58:28] [Server thread/DEBUG] [Waila]: Attempting to discover plugin for anything from mcp.mobius.waila.addons.capability.PluginCapability +[16:58:28] [Server thread/DEBUG] [Waila]: Successfully discovered plugin for anything from mcp.mobius.waila.addons.capability.PluginCapability in 1.194 ms +[16:58:28] [Server thread/INFO] [Waila]: Gathering wrapped IMC plugins... +[16:58:28] [Server thread/DEBUG] [Waila]: Attempting to wrap reflected plugin at slimeknights.tconstruct.plugin.waila.WailaRegistrar.wailaCallback +[16:58:28] [Server thread/DEBUG] [Waila]: Successfully wrapped plugin for tconstruct at slimeknights.tconstruct.plugin.waila.WailaRegistrar.wailaCallback +[16:58:28] [Server thread/DEBUG] [Waila]: Attempting to wrap reflected plugin at org.dave.bonsaitrees.compat.Waila.WailaProvider.register +[16:58:28] [Server thread/DEBUG] [Waila]: Successfully wrapped plugin for bonsaitrees at org.dave.bonsaitrees.compat.Waila.WailaProvider.register +[16:58:28] [Server thread/DEBUG] [Waila]: Attempting to wrap reflected plugin at org.dave.compactmachines3.compat.WailaProvider.register +[16:58:28] [Server thread/DEBUG] [Waila]: Successfully wrapped plugin for compactmachines3 at org.dave.compactmachines3.compat.WailaProvider.register +[16:58:28] [Server thread/DEBUG] [Waila]: Attempting to wrap reflected plugin at se.gory_moon.horsepower.waila.Provider.callbackRegister +[16:58:28] [Server thread/DEBUG] [Waila]: Successfully wrapped plugin for horsepower at se.gory_moon.horsepower.waila.Provider.callbackRegister +[16:58:28] [Server thread/DEBUG] [Waila]: Attempting to wrap reflected plugin at mcjty.lib.compat.waila.WailaCompatibility.load +[16:58:28] [Server thread/DEBUG] [Waila]: Successfully wrapped plugin for rftools at mcjty.lib.compat.waila.WailaCompatibility.load +[16:58:28] [Server thread/DEBUG] [Waila]: Attempting to wrap reflected plugin at net.darkhax.wawla.engine.waila.EntityProvider.register +[16:58:28] [Server thread/DEBUG] [Waila]: Successfully wrapped plugin for wawla at net.darkhax.wawla.engine.waila.EntityProvider.register +[16:58:28] [Server thread/DEBUG] [Waila]: Attempting to wrap reflected plugin at net.darkhax.wawla.engine.waila.TileProvider.register +[16:58:28] [Server thread/DEBUG] [Waila]: Successfully wrapped plugin for wawla at net.darkhax.wawla.engine.waila.TileProvider.register +[16:58:28] [Server thread/DEBUG] [Waila]: Attempting to wrap reflected plugin at blusunrize.immersiveengineering.common.util.compat.waila.IEWailaDataProvider.callbackRegister +[16:58:28] [Server thread/DEBUG] [Waila]: Successfully wrapped plugin for immersiveengineering at blusunrize.immersiveengineering.common.util.compat.waila.IEWailaDataProvider.callbackRegister +[16:58:28] [Server thread/DEBUG] [Waila]: Attempting to wrap reflected plugin at appeng.integration.modules.waila.WailaModule.register +[16:58:28] [Server thread/DEBUG] [Waila]: Successfully wrapped plugin for appliedenergistics2 at appeng.integration.modules.waila.WailaModule.register +[16:58:28] [Server thread/DEBUG] [Waila]: Attempting to wrap reflected plugin at me.desht.modularrouters.integration.waila.WailaIntegration.callback +[16:58:28] [Server thread/DEBUG] [Waila]: Successfully wrapped plugin for modularrouters at me.desht.modularrouters.integration.waila.WailaIntegration.callback +[16:58:28] [Server thread/DEBUG] [Waila]: Attempting to wrap reflected plugin at com.blakebr0.extendedcrafting.compat.WailaDataProvider.callbackRegister +[16:58:28] [Server thread/DEBUG] [Waila]: Successfully wrapped plugin for extendedcrafting at com.blakebr0.extendedcrafting.compat.WailaDataProvider.callbackRegister +[16:58:28] [Server thread/DEBUG] [Waila]: Attempting to wrap reflected plugin at net.bdew.generators.waila.WailaHandler.loadCallback +[16:58:28] [Server thread/DEBUG] [Waila]: Successfully wrapped plugin for advgenerators at net.bdew.generators.waila.WailaHandler.loadCallback +[16:58:28] [Server thread/DEBUG] [Waila]: Attempting to wrap reflected plugin at com.blakebr0.mysticalagriculture.compat.WailaDataProvider.callbackRegister +[16:58:28] [Server thread/DEBUG] [Waila]: Successfully wrapped plugin for mysticalagriculture at com.blakebr0.mysticalagriculture.compat.WailaDataProvider.callbackRegister +[16:58:28] [Server thread/DEBUG] [Waila]: Attempting to wrap reflected plugin at com.blakebr0.mysticalagradditions.compat.WailaDataProvider.callbackRegister +[16:58:28] [Server thread/DEBUG] [Waila]: Successfully wrapped plugin for mysticalagradditions at com.blakebr0.mysticalagradditions.compat.WailaDataProvider.callbackRegister +[16:58:28] [Server thread/DEBUG] [Waila]: Attempting to wrap reflected plugin at com.blakebr0.pickletweaks.feature.FeatureWailaTooltips.callbackRegister +[16:58:28] [Server thread/DEBUG] [Waila]: Successfully wrapped plugin for pickletweaks at com.blakebr0.pickletweaks.feature.FeatureWailaTooltips.callbackRegister +[16:58:28] [Server thread/DEBUG] [Waila]: Attempting to wrap reflected plugin at me.desht.pneumaticcraft.common.thirdparty.waila.WailaCallback.callback +[16:58:28] [Server thread/DEBUG] [Waila]: Successfully wrapped plugin for pneumaticcraft at me.desht.pneumaticcraft.common.thirdparty.waila.WailaCallback.callback +[16:58:28] [Server thread/DEBUG] [Waila]: Attempting to wrap reflected plugin at com.jaquadro.minecraft.storagedrawers.integration.Waila.registerProvider +[16:58:28] [Server thread/DEBUG] [Waila]: Successfully wrapped plugin for storagedrawers at com.jaquadro.minecraft.storagedrawers.integration.Waila.registerProvider +[16:58:28] [Server thread/DEBUG] [Waila]: Attempting to wrap reflected plugin at edgarallen.soundmuffler.compat.waila.SoundMufflerWailaDataProvider.callbackRegister +[16:58:28] [Server thread/DEBUG] [Waila]: Successfully wrapped plugin for supersoundmuffler at edgarallen.soundmuffler.compat.waila.SoundMufflerWailaDataProvider.callbackRegister +[16:58:28] [Server thread/INFO] [Waila]: Registering plugins... +[16:58:28] [Server thread/INFO] [Waila]: Registering plugin at mcp.mobius.waila.addons.core.PluginCore +[16:58:28] [Server thread/INFO] [Waila]: Registering plugin at mcp.mobius.waila.addons.minecraft.PluginMinecraft +[16:58:28] [Server thread/INFO] [Waila]: Registering plugin at appeng.integration.modules.waila.WailaModule +[16:58:28] [Server thread/ERROR] [Waila]: Error registering wrapped plugin from appliedenergistics2 at appeng.integration.modules.waila.WailaModule.register +[16:58:28] [Server thread/INFO] [Waila]: Registering plugin at blusunrize.immersiveengineering.common.util.compat.waila.IEWailaDataProvider +[16:58:28] [Server thread/INFO] [Waila]: Registering plugin at com.blakebr0.extendedcrafting.compat.WailaDataProvider +[16:58:28] [Server thread/INFO] [Waila]: Registering plugin at com.blakebr0.mysticalagradditions.compat.WailaDataProvider +[16:58:28] [Server thread/INFO] [Waila]: Registering plugin at com.blakebr0.mysticalagriculture.compat.WailaDataProvider +[16:58:28] [Server thread/INFO] [Waila]: Registering plugin at com.blakebr0.pickletweaks.feature.FeatureWailaTooltips +[16:58:28] [Server thread/INFO] [Waila]: Registering plugin at com.cjm721.overloaded.client.waila.OverloadedWailaPlugin +[16:58:28] [Server thread/INFO] [Waila]: Registering plugin at com.jaquadro.minecraft.storagedrawers.integration.Waila +[16:58:28] [Server thread/DEBUG] [BnBGamingCore]: Caught Exception while attempting to get class extensions for net.minecraft.client.resources.I18n +[16:58:28] [Server thread/ERROR] [Waila]: Error registering wrapped plugin from storagedrawers at com.jaquadro.minecraft.storagedrawers.integration.Waila.registerProvider +[16:58:28] [Server thread/INFO] [Waila]: Registering plugin at com.jarhax.poweradapters.compat.waila.WailaPowerAdapterInfo +[16:58:28] [Server thread/INFO] [Waila]: Registering plugin at com.progwml6.natura.plugin.waila.PluginWaila +[16:58:28] [Server thread/INFO] [Waila]: Registering plugin at edgarallen.soundmuffler.compat.waila.SoundMufflerWailaDataProvider +[16:58:28] [Server thread/INFO] [Waila]: Registering plugin at mcjty.lib.compat.waila.WailaCompatibility +[16:58:28] [Server thread/INFO] [Waila]: Registering plugin at mcp.mobius.waila.addons.capability.PluginCapability +[16:58:28] [Server thread/INFO] [Waila]: Registering plugin at me.desht.modularrouters.integration.waila.WailaIntegration +[16:58:28] [Server thread/INFO] [Waila]: Registering plugin at me.desht.pneumaticcraft.common.thirdparty.waila.WailaCallback +[16:58:28] [Server thread/INFO] [Waila]: Registering plugin at net.bdew.generators.waila.WailaHandler +[16:58:28] [Server thread/INFO] [advgenerators]: WAILA callback received, loading... +[16:58:28] [Server thread/INFO] [Waila]: Registering plugin at net.blay09.mods.cookingforblockheads.compat.WailaProvider +[16:58:28] [Server thread/INFO] [Waila]: Registering plugin at net.darkhax.darkutils.addons.waila.DarkUtilsTileProvider +[16:58:28] [Server thread/INFO] [Waila]: Registering plugin at net.darkhax.orestages.compat.waila.OreTiersProvider +[16:58:28] [Server thread/INFO] [Waila]: Registering plugin at net.darkhax.wawla.engine.waila.EntityProvider +[16:58:28] [Server thread/INFO] [Waila]: Registering plugin at net.darkhax.wawla.engine.waila.TileProvider +[16:58:28] [Server thread/INFO] [Waila]: Registering plugin at org.dave.bonsaitrees.compat.Waila.WailaProvider +[16:58:28] [Server thread/INFO] [bonsaitrees]: Enabled support for Waila/Hwyla +[16:58:28] [Server thread/INFO] [Waila]: Registering plugin at org.dave.compactmachines3.compat.WailaProvider +[16:58:28] [Server thread/INFO] [compactmachines3]: Enabled support for Waila/Hwyla +[16:58:28] [Server thread/INFO] [Waila]: Registering plugin at pokefenn.totemic.waila.ModWailaPlugin +[16:58:28] [Server thread/INFO] [Waila]: Registering plugin at se.gory_moon.horsepower.waila.Provider +[16:58:28] [Server thread/INFO] [Waila]: Registering plugin at slimeknights.tconstruct.plugin.waila.WailaRegistrar +[16:58:28] [Server thread/INFO] [Waila]: Registering plugin at team.chisel.common.integration.waila.ChiselDataHandler +[16:58:28] [Server thread/INFO] [Waila]: Registering plugin at WayofTime.bloodmagic.compat.waila.BloodMagicHwylaPlugin +[16:58:28] [Server thread/INFO] [Waila]: Starting Waila took 177.0 ms +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod waila +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - Waila took 0.177s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod modularrouters +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod modularrouters +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - Modular Routers took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod guideapi +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod guideapi +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - Guide-API took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod bloodmagic +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod bloodmagic +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - Blood Magic: Alchemical Wizardry took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod bnbgaminglib +[16:58:28] [Server thread/INFO] [bnbgaminglib]: FML mod loading complete. There appear to be 3 BNBGaming mods present. +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod bnbgaminglib +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - BNBGamingLib took 0.003s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod bonsaitrees +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod bonsaitrees +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - Bonsai Trees took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod bookshelf +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod bookshelf +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - Bookshelf took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod bringbedrockback +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod bringbedrockback +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - BringBedrockBack took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod buildcraftbuilders +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod buildcraftbuilders +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - BuildCraft Builders took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod buildcraftfactory +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod buildcraftfactory +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - BuildCraft Factory took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod buildcraftrobotics +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod buildcraftrobotics +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - BuildCraft Robotics took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod buildcrafttransport +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod buildcrafttransport +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - BuildCraft Transport took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod buildcraftsilicon +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod buildcraftsilicon +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - BuildCraft Silicon took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod buildinggadgets +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod buildinggadgets +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - Building Gadgets took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod car +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod car +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - Ultimate Car Mod took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod gamestages +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod gamestages +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - Game Stages took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod carryon +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod carryon +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - Carry On took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod cd4017be_lib +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod cd4017be_lib +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - CD4017BE_lib took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod ceramics +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod ceramics +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - Ceramics took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod chameleon +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod chameleon +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - Chameleon took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod chargers +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod chargers +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - Chargers took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod chiselsandbits +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod chiselsandbits +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - Chisels & Bits took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod clumps +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod clumps +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - Clumps took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod codechickenlib +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod codechickenlib +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - CodeChicken Lib took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod cyclopscore +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod cyclopscore +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - Cyclops Core took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod commoncapabilities +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod commoncapabilities +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - CommonCapabilities took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod refinedstorage +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod refinedstorage +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - Refined Storage took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod compactmachines3 +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod compactmachines3 +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - Compact Machines 3 took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod conarm +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod conarm +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - Construct's Armory took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod cookingforblockheads +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod cookingforblockheads +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - Cooking for Blockheads took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod crafttweakerjei +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod crafttweakerjei +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - CraftTweaker JEI Support took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod cucumber +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod cucumber +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - Cucumber Library took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod darkutils +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod darkutils +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - Dark Utilities took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod movingworld +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod movingworld +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - Moving World took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod davincisvessels +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod davincisvessels +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - Davinci's Vessels took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod death_compass +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod death_compass +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - death_compass took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod despawningspawners +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod despawningspawners +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - Despawning Spawners took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod dimensionalcontrol +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod dimensionalcontrol +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - Dimensional Control took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod dimstages +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod dimstages +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - Dimension Stages took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod dungpipe +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod dungpipe +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - Dung Pipe took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod elevatorid +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod elevatorid +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - Elevator Mod took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod emberroot +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod emberroot +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - EmberRoot Zoo took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod enderstorage +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod enderstorage +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - EnderStorage took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod enderutilities +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod enderutilities +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - Ender Utilities took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod valkyrielib +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod valkyrielib +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - Valkyrie Lib took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod environmentaltech +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod environmentaltech +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - Environmental Tech took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod extendedcrafting +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod extendedcrafting +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - Extended Crafting took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod galacticraftcore +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod galacticraftcore +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - Galacticraft Core took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod galacticraftplanets +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod galacticraftplanets +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - Galacticraft Planets took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod mjrlegendslib +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod mjrlegendslib +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - MJRLegendsLib took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod extraplanets +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod extraplanets +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - Extra Planets took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod farmingforblockheads +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod farmingforblockheads +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - Farming for Blockheads took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod farseek +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod farseek +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - Farseek took 0.001s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod fastfurnace +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod fastfurnace +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - FastFurnace took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod fat_cat +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod fat_cat +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - fat_cat took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod ferdinandsflowers +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod ferdinandsflowers +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - Ferdinand's Flowers took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod findme +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod findme +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - FindMe took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod foamfix +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod foamfix +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - FoamFix took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod forgelin +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod forgelin +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - Shadowfacts' Forgelin took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod forgemultipartcbe +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod forgemultipartcbe +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - Forge Multipart CBE took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod microblockcbe +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod microblockcbe +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - Forge Microblocks took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod minecraftmultipartcbe +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod minecraftmultipartcbe +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - Minecraft Multipart Plugin took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod galacticrafttweaker +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod galacticrafttweaker +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - galacticrafttweaker took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod advgenerators +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod advgenerators +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - Advanced Generators took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod gobblecore +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod gobblecore +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - Gobble Core took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod harvest +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod harvest +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - Harvest took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod horsepower +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod horsepower +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - Horse Power took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod huntingdim +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod huntingdim +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - Hunting Dimension took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod igwmod +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod igwmod +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - In-Game wiki Mod took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod mcjtylib_ng +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod mcjtylib_ng +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - McJtyLib took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod immcraft +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod immcraft +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - Immersive Craft took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod immersivepetroleum +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod immersivepetroleum +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - Immersive Petroleum took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod immersivetech +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod immersivetech +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - Immersive Tech took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod improvedbackpacks +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod improvedbackpacks +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - Improved Backpacks took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod incontrol +[16:58:28] [Server thread/INFO] [incontrol]: Reading spawn rules from spawn.json +[16:58:28] [Server thread/INFO] [incontrol]: Reading spawn rules from summonaid.json +[16:58:28] [Server thread/INFO] [incontrol]: Reading spawn rules from potentialspawn.json +[16:58:28] [Server thread/INFO] [incontrol]: Reading spawn rules from loot.json +[16:58:28] [Server thread/INFO] [incontrol]: Reading spawn rules from experience.json +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod incontrol +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - InControl took 0.108s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod indlog +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod indlog +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - Inductive Logistics took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod teslacorelib +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod teslacorelib +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - Tesla Core Lib took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod industrialforegoing +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod industrialforegoing +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - Industrial Foregoing took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod infoaccessories +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod infoaccessories +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - Info Accessories took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod integrateddynamics +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod integrateddynamics +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - Integrated Dynamics took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod integrateddynamicscompat +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod integrateddynamicscompat +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - IntegratedDynamics-Compat took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod inventorytweaks +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod inventorytweaks +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - Inventory Tweaks took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod ironbackpacks +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod ironbackpacks +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - Iron Backpacks took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod ironchest +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod ironchest +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - Iron Chest took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod ironjetpacks +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod ironjetpacks +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - Iron Jetpacks took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod itemstages +[16:58:28] [Server thread/INFO] [Item Stages]: Sorting 14963 staged items. +[16:58:28] [Server thread/INFO] [Item Stages]: Sorting complete. Found 11 stages. Took 7ms +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod itemstages +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - Item Stages took 0.008s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod journeymap +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod journeymap +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - JourneyMap took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod jarm +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod jarm +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - Just A Raft Mod took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod jaff +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod jaff +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - Just a Few Fish took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod jeid +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod jeid +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - JustEnoughIDs took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod kleeslabs +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod kleeslabs +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - KleeSlabs took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod lex +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod lex +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - LibEx took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod lttweaker +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod lttweaker +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - Loot Table Tweaker took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod magma_monsters +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod magma_monsters +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - magma_monsters took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod mekatweaks +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod mekatweaks +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - MekaTweaks took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod mercurius +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod mercurius +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - Mercurius took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod mobends +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod mobends +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - Mo' Bends took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod mob_grinding_utils +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod mob_grinding_utils +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - mob_grinding_utils took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod mobstages +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod mobstages +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - Mob Stages took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod modularmachinery +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod modularmachinery +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - Modular Machinery took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod morpheus +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod morpheus +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - Morpheus took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod mputils +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod mputils +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - ModPack Utilities took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod mpbasic +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod mpbasic +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - ModPack Basic Tools took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod multiblockstages +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod multiblockstages +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - Multiblockstages took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod mundaneredstone +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod mundaneredstone +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - Mundane Redstone took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod mysticalagriculture +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod mysticalagriculture +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - Mystical Agriculture took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod mysticalagradditions +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod mysticalagradditions +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - Mystical Agradditions took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod mystagradcompat +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod mystagradcompat +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - Mystical Agradditions Compat took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod naturescompass +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod naturescompass +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - Nature's Compass took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod nex +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod nex +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - NetherEx took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod noworldgen5you +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod noworldgen5you +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - No World Gen 5 You took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod nutrition +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod nutrition +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - Nutrition took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod samsocean +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod samsocean +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - Ocean Floor Classic took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod oreexcavation +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod oreexcavation +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - OreExcavation took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod oeintegration +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod oeintegration +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - OreExcavation Integration took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod orestages +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod orestages +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - Ore Stages took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod overloaded +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod overloaded +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - Overloaded took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod pickletweaks +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod pickletweaks +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - Pickle Tweaks took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod placebo +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod placebo +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - Placebo took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod playerbosses +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod playerbosses +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - playerbosses took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod playerskins +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod playerskins +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - Player Skin Mobs took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod pneumaticcraft +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod pneumaticcraft +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - PneumaticCraft: Repressurized took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod poweradapters +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod poweradapters +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - Power Adapters took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod prestige +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod prestige +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - Prestige took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod primalchests +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod primalchests +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - PrimalChests took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod rustic +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod rustic +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - Rustic took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod thebetweenlands +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod thebetweenlands +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - The Betweenlands took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod primal +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod primal +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - PrimalCore took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod progressiontweaks +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod progressiontweaks +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - Progression Tweaks took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod prospectors +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod prospectors +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - Prospectors took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod reborncore +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod reborncore +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - Reborn Core took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod quantumstorage +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod quantumstorage +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - QuantumStorage took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod quickleafdecay +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod quickleafdecay +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - Quick Leaf Decay took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod rangedpumps +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod rangedpumps +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - Ranged Pumps took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod realdrops +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod realdrops +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - Realistic Item Drops took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod rebornstorage +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod rebornstorage +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - RebornStorage took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod recipestages +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod recipestages +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - RecipeStages took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod reccomplex +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod reccomplex +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - Recurrent Complex took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod refinedstorageaddons +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod refinedstorageaddons +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - Refined Storage Addons took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod rftools +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod rftools +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - RFTools took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod rftoolscontrol +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod rftoolscontrol +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - RFTools Control took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod roadrunner +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod roadrunner +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - Road Runner took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod scannable +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod scannable +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - Scannable took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod sevpatches +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod sevpatches +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - SevPatches took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod sevtweaks +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod sevtweaks +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - SevTweaks took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod sev_tweaks_npc +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod sev_tweaks_npc +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - sev_tweaks_npc took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod simpleautorun +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod simpleautorun +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - SimpleAutoRun took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod simplegenerators +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod simplegenerators +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - Simple Generators took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod simpleplanes +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod simpleplanes +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - simpleplanes took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod storagenetwork +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod storagenetwork +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - Simple Storage Network took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod simpletomb +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod simpletomb +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - Simple Tomb took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod simplyarrows +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod simplyarrows +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - Simply Arrows took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod spartanshields +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod spartanshields +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - Spartan Shields took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod spatialservermod +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod spatialservermod +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - Spatial Server Mod took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod stevescarts +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod stevescarts +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - Steve's Carts 2 took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod stg +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod stg +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - SwingThroughGrass took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod storagedrawers +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod storagedrawers +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - Storage Drawers took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod streams +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod streams +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - Streams took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod sasit +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod sasit +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - Stuff A Sock In It took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod supersoundmuffler +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod supersoundmuffler +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - Super Sound Muffler: Revived took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod tallgates +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod tallgates +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - TallGates took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod beneath +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod beneath +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - The Beneath took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod thirstybottles +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod thirstybottles +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - Thirsty Bottles took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod timecontrol +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod timecontrol +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - TimeControl took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod tcomplement +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod tcomplement +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - Tinkers' Complement took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod tinkerstages +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod tinkerstages +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - Tinker Stages took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod tinkertoolleveling +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod tinkertoolleveling +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - Tinkers Tool Leveling took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod togetherforever +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod togetherforever +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - TogetherForever took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod totemic +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod totemic +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - Totemic took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod tothebatpoles +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod tothebatpoles +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - To the Bat Poles! took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod translocators +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod translocators +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - Translocators took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod treechopper +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod treechopper +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - Tree Chopper took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod triumph +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod triumph +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - Triumph took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod trumpetskeleton +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod trumpetskeleton +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - Trumpet Skeleton took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod tumbleweed +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod tumbleweed +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - Tumbleweed took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod uppers +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod uppers +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - uppers took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod universalmodifiers +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod universalmodifiers +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - Universal Modifiers took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod vc +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod vc +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - ViesCraft took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod vtt +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod vtt +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - Villager Trade Tables took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod waddles +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod waddles +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - Waddles took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod wailastages +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod wailastages +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - Waila Stages took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod walljump +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod walljump +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - Wall-Jump! took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod wanionlib +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod wanionlib +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - WanionLib took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod watercontrolextreme +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod watercontrolextreme +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - Water Control Extreme took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod waterstrainer +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod waterstrainer +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - Water Strainer took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod wawla +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod wawla +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - What Are We Looking At took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod weirdinggadget +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod weirdinggadget +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - The Weirding Gadget took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod wildcrops +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod wildcrops +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - Wild Crops took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod witherskelefix +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod witherskelefix +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - Wither Skeleton Tweaks took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod wopper +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod wopper +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - Wopper took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod xnet +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod xnet +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - XNet took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod ynot +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod ynot +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - YNot took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod yoyos +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod yoyos +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - Yoyos took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod zenstages +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod zenstages +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - ZenStages took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod zenloot +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod zenloot +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - ZenLoot took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod primal_tech +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod primal_tech +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - primal_tech took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod teslacorelib_registries +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod teslacorelib_registries +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - Tesla Core Lib Registries took 0.000s +[16:58:28] [Server thread/DEBUG] [FML]: Bar Finished: LoadComplete took 0.399s +[16:58:28] [Server thread/DEBUG] [FML]: Freezing registries +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod minecraft +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod minecraft +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Minecraft took 0.001s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod mcp +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod mcp +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Minecraft Coder Pack took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod FML +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod FML +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Forge Mod Loader took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod forge +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod forge +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Minecraft Forge took 0.182s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod ivtoolkit +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod ivtoolkit +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - IvToolkit took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod micdoodlecore +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod micdoodlecore +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Micdoodle8 Core took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod smoothfontcore +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod smoothfontcore +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Smooth Font Core took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod com.elytradev.movingworld.common.asm.coremod +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod com.elytradev.movingworld.common.asm.coremod +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - MovingWorld CORE took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod bnbgamingcore +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod bnbgamingcore +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - BnBGamingCore took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod foamfixcore +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod foamfixcore +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - FoamFixCore took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod randompatches +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod randompatches +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - RandomPatches took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod movillages +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod movillages +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Mo' Villages took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod charcoalblock +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod charcoalblock +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - A Block of Charcoal took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod crafttweaker +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod crafttweaker +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - CraftTweaker2 took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod mtlib +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod mtlib +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - MTLib took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod modtweaker +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod modtweaker +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Mod Tweaker took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod jei +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod jei +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Just Enough Items took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod abyssalcraft +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod abyssalcraft +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - AbyssalCraft took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod chisel +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod chisel +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Chisel took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod mantle +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod mantle +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Mantle took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod twilightforest +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod twilightforest +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - The Twilight Forest took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod tconstruct +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod tconstruct +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Tinkers' Construct took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod acintegration +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod acintegration +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - AbyssalCraft Integration took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod fastbench +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod fastbench +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - FastWorkbench took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod actuallyadditions +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod actuallyadditions +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Actually Additions took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod baubles +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod baubles +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Baubles took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod actuallybaubles +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod actuallybaubles +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Actually Baubles took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod animalium +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod animalium +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - animalium took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod antiqueatlas +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod antiqueatlas +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Antique Atlas took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod base +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod base +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - B.A.S.E took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod contenttweaker +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod contenttweaker +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - ContentTweaker took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod immersiveengineering +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod immersiveengineering +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Immersive Engineering took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod geolosys +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod geolosys +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Geolosys took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod buildcraftlib +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod buildcraftlib +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - BuildCraft Lib took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod buildcraftcore +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod buildcraftcore +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - BuildCraft took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod cyclicmagic +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod cyclicmagic +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Cyclic took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod redstoneflux +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod redstoneflux +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Redstone Flux took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod mekanism +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod mekanism +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Mekanism took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod natura +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod natura +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Natura took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod traverse +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod traverse +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Traverse took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod betterwithmods +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod betterwithmods +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Better With Mods took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod appleskin +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod appleskin +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - AppleSkin took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod appliedenergistics2 +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod appliedenergistics2 +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Applied Energistics 2 took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod armoreablemobs +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod armoreablemobs +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - ArmoreableMobs took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod aroma1997core +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod aroma1997core +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Aroma1997Core took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod aromabackup +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod aromabackup +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - AromaBackup took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod aromabackuprecovery +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod aromabackuprecovery +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - AromaBackuprecovery took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod astikorcarts +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod astikorcarts +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - AstikorCarts took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod astralsorcery +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod astralsorcery +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Astral Sorcery took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod quark +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod quark +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Quark took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod autoreglib +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod autoreglib +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - AutoRegLib took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod bdlib +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod bdlib +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - BD Lib took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod betterwithaddons +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod betterwithaddons +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Better with Addons took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod betterbedrock +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod betterbedrock +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Better Bedrock took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod betterbuilderswands +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod betterbuilderswands +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Better Builder's Wands took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod betterwithlib +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod betterwithlib +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Better With Lib took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod bibliocraft +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod bibliocraft +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - BiblioCraft took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod waila +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod waila +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Waila took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod modularrouters +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod modularrouters +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Modular Routers took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod guideapi +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod guideapi +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Guide-API took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod bloodmagic +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod bloodmagic +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Blood Magic: Alchemical Wizardry took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod bnbgaminglib +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod bnbgaminglib +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - BNBGamingLib took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod bonsaitrees +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod bonsaitrees +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Bonsai Trees took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod bookshelf +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod bookshelf +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Bookshelf took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod bringbedrockback +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod bringbedrockback +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - BringBedrockBack took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod buildcraftbuilders +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod buildcraftbuilders +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - BuildCraft Builders took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod buildcraftfactory +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod buildcraftfactory +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - BuildCraft Factory took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod buildcraftrobotics +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod buildcraftrobotics +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - BuildCraft Robotics took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod buildcrafttransport +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod buildcrafttransport +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - BuildCraft Transport took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod buildcraftsilicon +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod buildcraftsilicon +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - BuildCraft Silicon took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod buildinggadgets +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod buildinggadgets +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Building Gadgets took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod car +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod car +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Ultimate Car Mod took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod gamestages +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod gamestages +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Game Stages took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod carryon +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod carryon +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Carry On took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod cd4017be_lib +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod cd4017be_lib +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - CD4017BE_lib took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod ceramics +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod ceramics +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Ceramics took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod chameleon +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod chameleon +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Chameleon took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod chargers +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod chargers +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Chargers took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod chiselsandbits +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod chiselsandbits +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Chisels & Bits took 0.006s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod clumps +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod clumps +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Clumps took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod codechickenlib +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod codechickenlib +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - CodeChicken Lib took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod cyclopscore +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod cyclopscore +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Cyclops Core took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod commoncapabilities +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod commoncapabilities +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - CommonCapabilities took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod refinedstorage +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod refinedstorage +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Refined Storage took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod compactmachines3 +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod compactmachines3 +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Compact Machines 3 took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod conarm +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod conarm +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Construct's Armory took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod cookingforblockheads +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod cookingforblockheads +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Cooking for Blockheads took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod crafttweakerjei +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod crafttweakerjei +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - CraftTweaker JEI Support took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod cucumber +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod cucumber +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Cucumber Library took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod darkutils +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod darkutils +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Dark Utilities took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod movingworld +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod movingworld +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Moving World took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod davincisvessels +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod davincisvessels +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Davinci's Vessels took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod death_compass +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod death_compass +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - death_compass took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod despawningspawners +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod despawningspawners +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Despawning Spawners took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod dimensionalcontrol +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod dimensionalcontrol +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Dimensional Control took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod dimstages +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod dimstages +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Dimension Stages took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod dungpipe +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod dungpipe +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Dung Pipe took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod elevatorid +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod elevatorid +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Elevator Mod took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod emberroot +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod emberroot +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - EmberRoot Zoo took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod enderstorage +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod enderstorage +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - EnderStorage took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod enderutilities +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod enderutilities +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Ender Utilities took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod valkyrielib +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod valkyrielib +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Valkyrie Lib took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod environmentaltech +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod environmentaltech +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Environmental Tech took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod extendedcrafting +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod extendedcrafting +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Extended Crafting took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod galacticraftcore +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod galacticraftcore +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Galacticraft Core took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod galacticraftplanets +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod galacticraftplanets +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Galacticraft Planets took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod mjrlegendslib +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod mjrlegendslib +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - MJRLegendsLib took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod extraplanets +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod extraplanets +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Extra Planets took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod farmingforblockheads +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod farmingforblockheads +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Farming for Blockheads took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod farseek +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod farseek +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Farseek took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod fastfurnace +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod fastfurnace +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - FastFurnace took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod fat_cat +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod fat_cat +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - fat_cat took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod ferdinandsflowers +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod ferdinandsflowers +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Ferdinand's Flowers took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod findme +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod findme +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - FindMe took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod foamfix +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod foamfix +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - FoamFix took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod forgelin +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod forgelin +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Shadowfacts' Forgelin took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod forgemultipartcbe +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod forgemultipartcbe +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Forge Multipart CBE took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod microblockcbe +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod microblockcbe +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Forge Microblocks took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod minecraftmultipartcbe +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod minecraftmultipartcbe +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Minecraft Multipart Plugin took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod galacticrafttweaker +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod galacticrafttweaker +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - galacticrafttweaker took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod advgenerators +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod advgenerators +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Advanced Generators took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod gobblecore +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod gobblecore +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Gobble Core took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod harvest +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod harvest +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Harvest took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod horsepower +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod horsepower +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Horse Power took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod huntingdim +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod huntingdim +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Hunting Dimension took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod igwmod +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod igwmod +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - In-Game wiki Mod took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod mcjtylib_ng +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod mcjtylib_ng +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - McJtyLib took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod immcraft +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod immcraft +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Immersive Craft took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod immersivepetroleum +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod immersivepetroleum +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Immersive Petroleum took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod immersivetech +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod immersivetech +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Immersive Tech took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod improvedbackpacks +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod improvedbackpacks +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Improved Backpacks took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod incontrol +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod incontrol +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - InControl took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod indlog +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod indlog +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Inductive Logistics took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod teslacorelib +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod teslacorelib +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Tesla Core Lib took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod industrialforegoing +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod industrialforegoing +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Industrial Foregoing took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod infoaccessories +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod infoaccessories +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Info Accessories took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod integrateddynamics +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod integrateddynamics +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Integrated Dynamics took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod integrateddynamicscompat +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod integrateddynamicscompat +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - IntegratedDynamics-Compat took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod inventorytweaks +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod inventorytweaks +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Inventory Tweaks took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod ironbackpacks +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod ironbackpacks +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Iron Backpacks took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod ironchest +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod ironchest +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Iron Chest took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod ironjetpacks +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod ironjetpacks +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Iron Jetpacks took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod itemstages +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod itemstages +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Item Stages took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod journeymap +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod journeymap +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - JourneyMap took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod jarm +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod jarm +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Just A Raft Mod took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod jaff +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod jaff +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Just a Few Fish took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod jeid +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod jeid +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - JustEnoughIDs took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod kleeslabs +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod kleeslabs +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - KleeSlabs took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod lex +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod lex +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - LibEx took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod lttweaker +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod lttweaker +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Loot Table Tweaker took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod magma_monsters +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod magma_monsters +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - magma_monsters took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod mekatweaks +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod mekatweaks +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - MekaTweaks took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod mercurius +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod mercurius +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Mercurius took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod mobends +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod mobends +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Mo' Bends took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod mob_grinding_utils +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod mob_grinding_utils +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - mob_grinding_utils took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod mobstages +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod mobstages +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Mob Stages took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod modularmachinery +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod modularmachinery +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Modular Machinery took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod morpheus +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod morpheus +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Morpheus took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod mputils +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod mputils +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - ModPack Utilities took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod mpbasic +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod mpbasic +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - ModPack Basic Tools took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod multiblockstages +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod multiblockstages +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Multiblockstages took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod mundaneredstone +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod mundaneredstone +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Mundane Redstone took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod mysticalagriculture +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod mysticalagriculture +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Mystical Agriculture took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod mysticalagradditions +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod mysticalagradditions +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Mystical Agradditions took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod mystagradcompat +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod mystagradcompat +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Mystical Agradditions Compat took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod naturescompass +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod naturescompass +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Nature's Compass took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod nex +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod nex +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - NetherEx took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod noworldgen5you +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod noworldgen5you +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - No World Gen 5 You took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod nutrition +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod nutrition +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Nutrition took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod samsocean +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod samsocean +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Ocean Floor Classic took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod oreexcavation +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod oreexcavation +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - OreExcavation took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod oeintegration +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod oeintegration +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - OreExcavation Integration took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod orestages +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod orestages +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Ore Stages took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod overloaded +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod overloaded +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Overloaded took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod pickletweaks +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod pickletweaks +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Pickle Tweaks took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod placebo +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod placebo +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Placebo took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod playerbosses +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod playerbosses +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - playerbosses took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod playerskins +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod playerskins +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Player Skin Mobs took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod pneumaticcraft +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod pneumaticcraft +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - PneumaticCraft: Repressurized took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod poweradapters +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod poweradapters +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Power Adapters took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod prestige +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod prestige +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Prestige took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod primalchests +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod primalchests +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - PrimalChests took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod rustic +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod rustic +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Rustic took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod thebetweenlands +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod thebetweenlands +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - The Betweenlands took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod primal +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod primal +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - PrimalCore took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod progressiontweaks +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod progressiontweaks +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Progression Tweaks took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod prospectors +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod prospectors +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Prospectors took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod reborncore +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod reborncore +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Reborn Core took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod quantumstorage +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod quantumstorage +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - QuantumStorage took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod quickleafdecay +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod quickleafdecay +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Quick Leaf Decay took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod rangedpumps +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod rangedpumps +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Ranged Pumps took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod realdrops +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod realdrops +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Realistic Item Drops took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod rebornstorage +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod rebornstorage +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - RebornStorage took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod recipestages +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod recipestages +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - RecipeStages took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod reccomplex +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod reccomplex +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Recurrent Complex took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod refinedstorageaddons +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod refinedstorageaddons +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Refined Storage Addons took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod rftools +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod rftools +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - RFTools took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod rftoolscontrol +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod rftoolscontrol +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - RFTools Control took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod roadrunner +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod roadrunner +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Road Runner took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod scannable +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod scannable +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Scannable took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod sevpatches +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod sevpatches +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - SevPatches took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod sevtweaks +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod sevtweaks +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - SevTweaks took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod sev_tweaks_npc +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod sev_tweaks_npc +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - sev_tweaks_npc took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod simpleautorun +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod simpleautorun +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - SimpleAutoRun took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod simplegenerators +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod simplegenerators +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Simple Generators took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod simpleplanes +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod simpleplanes +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - simpleplanes took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod storagenetwork +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod storagenetwork +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Simple Storage Network took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod simpletomb +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod simpletomb +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Simple Tomb took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod simplyarrows +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod simplyarrows +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Simply Arrows took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod spartanshields +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod spartanshields +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Spartan Shields took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod spatialservermod +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod spatialservermod +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Spatial Server Mod took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod stevescarts +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod stevescarts +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Steve's Carts 2 took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod stg +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod stg +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - SwingThroughGrass took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod storagedrawers +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod storagedrawers +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Storage Drawers took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod streams +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod streams +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Streams took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod sasit +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod sasit +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Stuff A Sock In It took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod supersoundmuffler +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod supersoundmuffler +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Super Sound Muffler: Revived took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod tallgates +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod tallgates +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - TallGates took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod beneath +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod beneath +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - The Beneath took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod thirstybottles +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod thirstybottles +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Thirsty Bottles took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod timecontrol +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod timecontrol +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - TimeControl took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod tcomplement +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod tcomplement +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Tinkers' Complement took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod tinkerstages +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod tinkerstages +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Tinker Stages took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod tinkertoolleveling +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod tinkertoolleveling +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Tinkers Tool Leveling took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod togetherforever +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod togetherforever +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - TogetherForever took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod totemic +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod totemic +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Totemic took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod tothebatpoles +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod tothebatpoles +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - To the Bat Poles! took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod translocators +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod translocators +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Translocators took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod treechopper +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod treechopper +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Tree Chopper took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod triumph +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod triumph +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Triumph took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod trumpetskeleton +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod trumpetskeleton +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Trumpet Skeleton took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod tumbleweed +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod tumbleweed +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Tumbleweed took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod uppers +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod uppers +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - uppers took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod universalmodifiers +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod universalmodifiers +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Universal Modifiers took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod vc +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod vc +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - ViesCraft took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod vtt +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod vtt +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Villager Trade Tables took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod waddles +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod waddles +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Waddles took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod wailastages +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod wailastages +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Waila Stages took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod walljump +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod walljump +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Wall-Jump! took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod wanionlib +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod wanionlib +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - WanionLib took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod watercontrolextreme +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod watercontrolextreme +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Water Control Extreme took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod waterstrainer +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod waterstrainer +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Water Strainer took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod wawla +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod wawla +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - What Are We Looking At took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod weirdinggadget +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod weirdinggadget +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - The Weirding Gadget took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod wildcrops +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod wildcrops +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Wild Crops took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod witherskelefix +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod witherskelefix +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Wither Skeleton Tweaks took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod wopper +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod wopper +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Wopper took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod xnet +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod xnet +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - XNet took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod ynot +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod ynot +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - YNot took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod yoyos +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod yoyos +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Yoyos took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod zenstages +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod zenstages +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - ZenStages took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod zenloot +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod zenloot +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - ZenLoot took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod primal_tech +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod primal_tech +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - primal_tech took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod teslacorelib_registries +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod teslacorelib_registries +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Tesla Core Lib Registries took 0.000s +[16:58:28] [Server thread/DEBUG] [FML]: Bar Finished: ModIdMapping took 0.192s +[16:58:28] [Server thread/DEBUG] [FML]: All registries frozen +[16:58:28] [Server thread/INFO] [FML]: Forge Mod Loader has successfully loaded 254 mods +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod minecraft +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod minecraft +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - Minecraft took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod mcp +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod mcp +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - Minecraft Coder Pack took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod FML +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod FML +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - Forge Mod Loader took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod forge +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod forge +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - Minecraft Forge took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod ivtoolkit +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod ivtoolkit +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - IvToolkit took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod micdoodlecore +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod micdoodlecore +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - Micdoodle8 Core took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod smoothfontcore +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod smoothfontcore +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - Smooth Font Core took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod com.elytradev.movingworld.common.asm.coremod +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod com.elytradev.movingworld.common.asm.coremod +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - MovingWorld CORE took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod bnbgamingcore +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod bnbgamingcore +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - BnBGamingCore took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod foamfixcore +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod foamfixcore +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - FoamFixCore took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod randompatches +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod randompatches +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - RandomPatches took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod movillages +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod movillages +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - Mo' Villages took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod charcoalblock +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod charcoalblock +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - A Block of Charcoal took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod crafttweaker +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod crafttweaker +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - CraftTweaker2 took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod mtlib +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod mtlib +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - MTLib took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod modtweaker +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod modtweaker +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - Mod Tweaker took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod jei +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod jei +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - Just Enough Items took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod abyssalcraft +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod abyssalcraft +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - AbyssalCraft took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod chisel +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod chisel +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - Chisel took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod mantle +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod mantle +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - Mantle took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod twilightforest +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod twilightforest +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - The Twilight Forest took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod tconstruct +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod tconstruct +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - Tinkers' Construct took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod acintegration +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod acintegration +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - AbyssalCraft Integration took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod fastbench +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod fastbench +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - FastWorkbench took 0.001s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod actuallyadditions +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod actuallyadditions +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - Actually Additions took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod baubles +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod baubles +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - Baubles took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod actuallybaubles +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod actuallybaubles +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - Actually Baubles took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod animalium +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod animalium +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - animalium took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod antiqueatlas +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod antiqueatlas +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - Antique Atlas took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod base +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod base +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - B.A.S.E took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod contenttweaker +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod contenttweaker +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - ContentTweaker took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod immersiveengineering +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod immersiveengineering +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - Immersive Engineering took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod geolosys +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod geolosys +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - Geolosys took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod buildcraftlib +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod buildcraftlib +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - BuildCraft Lib took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod buildcraftcore +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod buildcraftcore +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - BuildCraft took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod cyclicmagic +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod cyclicmagic +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - Cyclic took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod redstoneflux +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod redstoneflux +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - Redstone Flux took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod mekanism +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod mekanism +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - Mekanism took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod natura +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod natura +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - Natura took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod traverse +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod traverse +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - Traverse took 0.008s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod betterwithmods +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod betterwithmods +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - Better With Mods took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod appleskin +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod appleskin +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - AppleSkin took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod appliedenergistics2 +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod appliedenergistics2 +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - Applied Energistics 2 took 0.048s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod armoreablemobs +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod armoreablemobs +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - ArmoreableMobs took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod aroma1997core +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod aroma1997core +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - Aroma1997Core took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod aromabackup +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod aromabackup +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - AromaBackup took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod aromabackuprecovery +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod aromabackuprecovery +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - AromaBackuprecovery took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod astikorcarts +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod astikorcarts +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - AstikorCarts took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod astralsorcery +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod astralsorcery +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - Astral Sorcery took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod quark +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod quark +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - Quark took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod autoreglib +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod autoreglib +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - AutoRegLib took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod bdlib +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod bdlib +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - BD Lib took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod betterwithaddons +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod betterwithaddons +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - Better with Addons took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod betterbedrock +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod betterbedrock +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - Better Bedrock took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod betterbuilderswands +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod betterbuilderswands +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - Better Builder's Wands took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod betterwithlib +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod betterwithlib +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - Better With Lib took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod bibliocraft +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod bibliocraft +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - BiblioCraft took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod waila +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod waila +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - Waila took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod modularrouters +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod modularrouters +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - Modular Routers took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod guideapi +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod guideapi +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - Guide-API took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod bloodmagic +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod bloodmagic +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - Blood Magic: Alchemical Wizardry took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod bnbgaminglib +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod bnbgaminglib +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - BNBGamingLib took 0.002s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod bonsaitrees +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod bonsaitrees +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - Bonsai Trees took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod bookshelf +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod bookshelf +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - Bookshelf took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod bringbedrockback +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod bringbedrockback +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - BringBedrockBack took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod buildcraftbuilders +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod buildcraftbuilders +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - BuildCraft Builders took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod buildcraftfactory +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod buildcraftfactory +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - BuildCraft Factory took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod buildcraftrobotics +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod buildcraftrobotics +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - BuildCraft Robotics took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod buildcrafttransport +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod buildcrafttransport +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - BuildCraft Transport took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod buildcraftsilicon +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod buildcraftsilicon +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - BuildCraft Silicon took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod buildinggadgets +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod buildinggadgets +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - Building Gadgets took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod car +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod car +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - Ultimate Car Mod took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod gamestages +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod gamestages +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - Game Stages took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod carryon +[16:58:28] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod carryon +[16:58:28] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - Carry On took 0.000s +[16:58:28] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod cd4017be_lib +[16:58:29] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod cd4017be_lib +[16:58:29] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - CD4017BE_lib took 0.932s +[16:58:29] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod ceramics +[16:58:29] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod ceramics +[16:58:29] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - Ceramics took 0.000s +[16:58:29] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod chameleon +[16:58:29] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod chameleon +[16:58:29] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - Chameleon took 0.000s +[16:58:29] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod chargers +[16:58:29] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod chargers +[16:58:29] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - Chargers took 0.000s +[16:58:29] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod chiselsandbits +[16:58:29] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod chiselsandbits +[16:58:29] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - Chisels & Bits took 0.000s +[16:58:29] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod clumps +[16:58:29] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod clumps +[16:58:29] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - Clumps took 0.000s +[16:58:29] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod codechickenlib +[16:58:29] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod codechickenlib +[16:58:29] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - CodeChicken Lib took 0.000s +[16:58:29] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod cyclopscore +[16:58:29] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod cyclopscore +[16:58:29] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - Cyclops Core took 0.000s +[16:58:29] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod commoncapabilities +[16:58:29] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod commoncapabilities +[16:58:29] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - CommonCapabilities took 0.000s +[16:58:29] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod refinedstorage +[16:58:29] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod refinedstorage +[16:58:29] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - Refined Storage took 0.000s +[16:58:29] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod compactmachines3 +[16:58:29] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod compactmachines3 +[16:58:29] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - Compact Machines 3 took 0.000s +[16:58:29] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod conarm +[16:58:29] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod conarm +[16:58:29] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - Construct's Armory took 0.000s +[16:58:29] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod cookingforblockheads +[16:58:29] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod cookingforblockheads +[16:58:29] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - Cooking for Blockheads took 0.000s +[16:58:29] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod crafttweakerjei +[16:58:29] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod crafttweakerjei +[16:58:29] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - CraftTweaker JEI Support took 0.000s +[16:58:29] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod cucumber +[16:58:29] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod cucumber +[16:58:29] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - Cucumber Library took 0.000s +[16:58:29] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod darkutils +[16:58:29] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod darkutils +[16:58:29] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - Dark Utilities took 0.000s +[16:58:29] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod movingworld +[16:58:29] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod movingworld +[16:58:29] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - Moving World took 0.000s +[16:58:29] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod davincisvessels +[16:58:29] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod davincisvessels +[16:58:29] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - Davinci's Vessels took 0.000s +[16:58:29] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod death_compass +[16:58:29] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod death_compass +[16:58:29] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - death_compass took 0.000s +[16:58:29] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod despawningspawners +[16:58:29] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod despawningspawners +[16:58:29] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - Despawning Spawners took 0.000s +[16:58:29] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod dimensionalcontrol +[16:58:29] [Server thread/INFO] [dimensionalcontrol]: Creating Configuration Manager with preset 'SevTech_V2'. +[16:58:29] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod dimensionalcontrol +[16:58:29] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - Dimensional Control took 0.063s +[16:58:29] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod dimstages +[16:58:29] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod dimstages +[16:58:29] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - Dimension Stages took 0.000s +[16:58:29] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod dungpipe +[16:58:29] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod dungpipe +[16:58:29] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - Dung Pipe took 0.000s +[16:58:29] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod elevatorid +[16:58:29] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod elevatorid +[16:58:29] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - Elevator Mod took 0.000s +[16:58:29] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod emberroot +[16:58:29] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod emberroot +[16:58:29] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - EmberRoot Zoo took 0.000s +[16:58:29] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod enderstorage +[16:58:29] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod enderstorage +[16:58:29] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - EnderStorage took 0.000s +[16:58:29] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod enderutilities +[16:58:29] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod enderutilities +[16:58:29] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - Ender Utilities took 0.003s +[16:58:29] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod valkyrielib +[16:58:29] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod valkyrielib +[16:58:29] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - Valkyrie Lib took 0.000s +[16:58:29] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod environmentaltech +[16:58:29] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod environmentaltech +[16:58:29] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - Environmental Tech took 0.000s +[16:58:29] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod extendedcrafting +[16:58:29] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod extendedcrafting +[16:58:29] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - Extended Crafting took 0.000s +[16:58:29] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod galacticraftcore +[16:58:29] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod galacticraftcore +[16:58:29] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - Galacticraft Core took 0.027s +[16:58:29] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod galacticraftplanets +[16:58:29] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod galacticraftplanets +[16:58:29] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - Galacticraft Planets took 0.000s +[16:58:29] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod mjrlegendslib +[16:58:29] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod mjrlegendslib +[16:58:29] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - MJRLegendsLib took 0.000s +[16:58:29] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod extraplanets +[16:58:29] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod extraplanets +[16:58:29] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - Extra Planets took 0.000s +[16:58:29] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod farmingforblockheads +[16:58:29] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod farmingforblockheads +[16:58:29] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - Farming for Blockheads took 0.000s +[16:58:29] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod farseek +[16:58:29] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod farseek +[16:58:29] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - Farseek took 0.000s +[16:58:29] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod fastfurnace +[16:58:29] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod fastfurnace +[16:58:29] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - FastFurnace took 0.000s +[16:58:29] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod fat_cat +[16:58:29] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod fat_cat +[16:58:29] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - fat_cat took 0.000s +[16:58:29] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod ferdinandsflowers +[16:58:29] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod ferdinandsflowers +[16:58:29] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - Ferdinand's Flowers took 0.000s +[16:58:29] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod findme +[16:58:29] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod findme +[16:58:29] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - FindMe took 0.000s +[16:58:29] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod foamfix +[16:58:29] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod foamfix +[16:58:29] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - FoamFix took 0.000s +[16:58:29] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod forgelin +[16:58:29] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod forgelin +[16:58:29] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - Shadowfacts' Forgelin took 0.000s +[16:58:29] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod forgemultipartcbe +[16:58:29] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod forgemultipartcbe +[16:58:29] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - Forge Multipart CBE took 0.004s +[16:58:29] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod microblockcbe +[16:58:29] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod microblockcbe +[16:58:29] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - Forge Microblocks took 0.000s +[16:58:29] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod minecraftmultipartcbe +[16:58:29] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod minecraftmultipartcbe +[16:58:29] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - Minecraft Multipart Plugin took 0.000s +[16:58:29] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod galacticrafttweaker +[16:58:29] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod galacticrafttweaker +[16:58:29] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - galacticrafttweaker took 0.000s +[16:58:29] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod advgenerators +[16:58:29] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod advgenerators +[16:58:29] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - Advanced Generators took 0.000s +[16:58:29] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod gobblecore +[16:58:29] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod gobblecore +[16:58:29] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - Gobble Core took 0.000s +[16:58:29] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod harvest +[16:58:29] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod harvest +[16:58:29] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - Harvest took 0.000s +[16:58:29] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod horsepower +[16:58:29] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod horsepower +[16:58:29] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - Horse Power took 0.001s +[16:58:29] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod huntingdim +[16:58:29] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod huntingdim +[16:58:29] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - Hunting Dimension took 0.000s +[16:58:29] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod igwmod +[16:58:29] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod igwmod +[16:58:29] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - In-Game wiki Mod took 0.000s +[16:58:29] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod mcjtylib_ng +[16:58:29] [Server thread/INFO] [mcjtylib_ng]: Preparing all world data +[16:58:29] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod mcjtylib_ng +[16:58:29] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - McJtyLib took 0.003s +[16:58:29] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod immcraft +[16:58:29] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod immcraft +[16:58:29] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - Immersive Craft took 0.000s +[16:58:29] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod immersivepetroleum +[16:58:29] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod immersivepetroleum +[16:58:29] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - Immersive Petroleum took 0.000s +[16:58:29] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod immersivetech +[16:58:29] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod immersivetech +[16:58:29] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - Immersive Tech took 0.000s +[16:58:29] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod improvedbackpacks +[16:58:29] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod improvedbackpacks +[16:58:29] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - Improved Backpacks took 0.000s +[16:58:29] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod incontrol +[16:58:29] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod incontrol +[16:58:29] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - InControl took 0.000s +[16:58:29] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod indlog +[16:58:29] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod indlog +[16:58:29] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - Inductive Logistics took 0.000s +[16:58:29] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod teslacorelib +[16:58:29] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod teslacorelib +[16:58:29] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - Tesla Core Lib took 0.000s +[16:58:29] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod industrialforegoing +[16:58:29] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod industrialforegoing +[16:58:29] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - Industrial Foregoing took 0.000s +[16:58:29] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod infoaccessories +[16:58:29] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod infoaccessories +[16:58:29] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - Info Accessories took 0.000s +[16:58:29] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod integrateddynamics +[16:58:29] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod integrateddynamics +[16:58:29] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - Integrated Dynamics took 0.000s +[16:58:29] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod integrateddynamicscompat +[16:58:29] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod integrateddynamicscompat +[16:58:29] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - IntegratedDynamics-Compat took 0.000s +[16:58:29] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod inventorytweaks +[16:58:29] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod inventorytweaks +[16:58:29] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - Inventory Tweaks took 0.000s +[16:58:29] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod ironbackpacks +[16:58:29] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod ironbackpacks +[16:58:29] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - Iron Backpacks took 0.000s +[16:58:29] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod ironchest +[16:58:29] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod ironchest +[16:58:29] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - Iron Chest took 0.000s +[16:58:29] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod ironjetpacks +[16:58:29] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod ironjetpacks +[16:58:29] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - Iron Jetpacks took 0.000s +[16:58:29] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod itemstages +[16:58:29] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod itemstages +[16:58:29] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - Item Stages took 0.000s +[16:58:29] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod journeymap +[16:58:29] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod journeymap +[16:58:29] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - JourneyMap took 0.000s +[16:58:29] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod jarm +[16:58:29] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod jarm +[16:58:29] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - Just A Raft Mod took 0.000s +[16:58:29] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod jaff +[16:58:29] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod jaff +[16:58:29] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - Just a Few Fish took 0.000s +[16:58:29] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod jeid +[16:58:29] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod jeid +[16:58:29] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - JustEnoughIDs took 0.000s +[16:58:29] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod kleeslabs +[16:58:29] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod kleeslabs +[16:58:29] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - KleeSlabs took 0.000s +[16:58:29] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod lex +[16:58:29] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod lex +[16:58:29] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - LibEx took 0.000s +[16:58:29] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod lttweaker +[16:58:29] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod lttweaker +[16:58:29] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - Loot Table Tweaker took 0.000s +[16:58:29] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod magma_monsters +[16:58:29] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod magma_monsters +[16:58:29] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - magma_monsters took 0.000s +[16:58:29] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod mekatweaks +[16:58:29] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod mekatweaks +[16:58:29] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - MekaTweaks took 0.000s +[16:58:29] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod mercurius +[16:58:29] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod mercurius +[16:58:29] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - Mercurius took 0.000s +[16:58:29] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod mobends +[16:58:29] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod mobends +[16:58:29] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - Mo' Bends took 0.000s +[16:58:29] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod mob_grinding_utils +[16:58:29] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod mob_grinding_utils +[16:58:29] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - mob_grinding_utils took 0.000s +[16:58:29] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod mobstages +[16:58:29] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod mobstages +[16:58:29] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - Mob Stages took 0.000s +[16:58:29] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod modularmachinery +[16:58:29] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod modularmachinery +[16:58:29] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - Modular Machinery took 0.000s +[16:58:29] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod morpheus +[16:58:29] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod morpheus +[16:58:29] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - Morpheus took 0.000s +[16:58:29] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod mputils +[16:58:29] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod mputils +[16:58:29] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - ModPack Utilities took 0.000s +[16:58:29] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod mpbasic +[16:58:29] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod mpbasic +[16:58:29] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - ModPack Basic Tools took 0.000s +[16:58:29] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod multiblockstages +[16:58:29] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod multiblockstages +[16:58:29] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - Multiblockstages took 0.000s +[16:58:29] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod mundaneredstone +[16:58:29] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod mundaneredstone +[16:58:29] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - Mundane Redstone took 0.000s +[16:58:29] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod mysticalagriculture +[16:58:29] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod mysticalagriculture +[16:58:29] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - Mystical Agriculture took 0.000s +[16:58:29] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod mysticalagradditions +[16:58:29] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod mysticalagradditions +[16:58:29] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - Mystical Agradditions took 0.000s +[16:58:29] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod mystagradcompat +[16:58:29] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod mystagradcompat +[16:58:29] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - Mystical Agradditions Compat took 0.000s +[16:58:29] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod naturescompass +[16:58:29] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod naturescompass +[16:58:29] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - Nature's Compass took 0.000s +[16:58:29] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod nex +[16:58:29] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod nex +[16:58:29] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - NetherEx took 0.000s +[16:58:29] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod noworldgen5you +[16:58:29] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod noworldgen5you +[16:58:29] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - No World Gen 5 You took 0.000s +[16:58:29] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod nutrition +[16:58:29] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod nutrition +[16:58:29] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - Nutrition took 0.000s +[16:58:29] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod samsocean +[16:58:29] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod samsocean +[16:58:29] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - Ocean Floor Classic took 0.000s +[16:58:29] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod oreexcavation +[16:58:29] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod oreexcavation +[16:58:29] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - OreExcavation took 0.000s +[16:58:29] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod oeintegration +[16:58:29] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod oeintegration +[16:58:29] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - OreExcavation Integration took 0.000s +[16:58:29] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod orestages +[16:58:29] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod orestages +[16:58:29] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - Ore Stages took 0.000s +[16:58:29] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod overloaded +[16:58:29] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod overloaded +[16:58:29] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - Overloaded took 0.000s +[16:58:29] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod pickletweaks +[16:58:29] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod pickletweaks +[16:58:29] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - Pickle Tweaks took 0.000s +[16:58:29] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod placebo +[16:58:29] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod placebo +[16:58:29] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - Placebo took 0.000s +[16:58:29] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod playerbosses +[16:58:29] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod playerbosses +[16:58:29] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - playerbosses took 0.000s +[16:58:29] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod playerskins +[16:58:29] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod playerskins +[16:58:29] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - Player Skin Mobs took 0.000s +[16:58:29] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod pneumaticcraft +[16:58:29] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod pneumaticcraft +[16:58:29] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - PneumaticCraft: Repressurized took 0.000s +[16:58:29] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod poweradapters +[16:58:29] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod poweradapters +[16:58:29] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - Power Adapters took 0.000s +[16:58:29] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod prestige +[16:58:29] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod prestige +[16:58:29] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - Prestige took 0.000s +[16:58:29] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod primalchests +[16:58:29] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod primalchests +[16:58:29] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - PrimalChests took 0.000s +[16:58:29] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod rustic +[16:58:29] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod rustic +[16:58:29] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - Rustic took 0.000s +[16:58:29] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod thebetweenlands +[16:58:29] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod thebetweenlands +[16:58:29] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - The Betweenlands took 0.000s +[16:58:29] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod primal +[16:58:29] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod primal +[16:58:29] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - PrimalCore took 0.000s +[16:58:29] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod progressiontweaks +[16:58:29] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod progressiontweaks +[16:58:29] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - Progression Tweaks took 0.000s +[16:58:29] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod prospectors +[16:58:29] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod prospectors +[16:58:29] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - Prospectors took 0.000s +[16:58:29] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod reborncore +[16:58:29] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod reborncore +[16:58:29] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - Reborn Core took 0.000s +[16:58:29] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod quantumstorage +[16:58:29] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod quantumstorage +[16:58:29] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - QuantumStorage took 0.000s +[16:58:29] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod quickleafdecay +[16:58:29] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod quickleafdecay +[16:58:29] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - Quick Leaf Decay took 0.000s +[16:58:29] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod rangedpumps +[16:58:29] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod rangedpumps +[16:58:29] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - Ranged Pumps took 0.000s +[16:58:29] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod realdrops +[16:58:29] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod realdrops +[16:58:29] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - Realistic Item Drops took 0.000s +[16:58:29] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod rebornstorage +[16:58:29] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod rebornstorage +[16:58:29] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - RebornStorage took 0.000s +[16:58:29] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod recipestages +[16:58:29] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod recipestages +[16:58:29] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - RecipeStages took 0.000s +[16:58:29] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod reccomplex +[16:58:29] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod reccomplex +[16:58:29] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - Recurrent Complex took 0.000s +[16:58:29] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod refinedstorageaddons +[16:58:29] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod refinedstorageaddons +[16:58:29] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - Refined Storage Addons took 0.000s +[16:58:29] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod rftools +[16:58:29] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod rftools +[16:58:29] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - RFTools took 0.002s +[16:58:29] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod rftoolscontrol +[16:58:29] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod rftoolscontrol +[16:58:29] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - RFTools Control took 0.000s +[16:58:29] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod roadrunner +[16:58:29] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod roadrunner +[16:58:29] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - Road Runner took 0.000s +[16:58:29] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod scannable +[16:58:29] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod scannable +[16:58:29] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - Scannable took 0.000s +[16:58:29] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod sevpatches +[16:58:29] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod sevpatches +[16:58:29] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - SevPatches took 0.000s +[16:58:29] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod sevtweaks +[16:58:29] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod sevtweaks +[16:58:29] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - SevTweaks took 0.000s +[16:58:29] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod sev_tweaks_npc +[16:58:29] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod sev_tweaks_npc +[16:58:29] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - sev_tweaks_npc took 0.000s +[16:58:29] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod simpleautorun +[16:58:29] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod simpleautorun +[16:58:29] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - SimpleAutoRun took 0.000s +[16:58:29] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod simplegenerators +[16:58:29] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod simplegenerators +[16:58:29] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - Simple Generators took 0.000s +[16:58:29] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod simpleplanes +[16:58:29] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod simpleplanes +[16:58:29] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - simpleplanes took 0.000s +[16:58:29] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod storagenetwork +[16:58:29] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod storagenetwork +[16:58:29] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - Simple Storage Network took 0.000s +[16:58:29] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod simpletomb +[16:58:29] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod simpletomb +[16:58:29] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - Simple Tomb took 0.000s +[16:58:29] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod simplyarrows +[16:58:29] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod simplyarrows +[16:58:29] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - Simply Arrows took 0.000s +[16:58:29] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod spartanshields +[16:58:29] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod spartanshields +[16:58:29] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - Spartan Shields took 0.000s +[16:58:29] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod spatialservermod +[16:58:29] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod spatialservermod +[16:58:29] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - Spatial Server Mod took 0.000s +[16:58:29] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod stevescarts +[16:58:29] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod stevescarts +[16:58:29] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - Steve's Carts 2 took 0.000s +[16:58:29] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod stg +[16:58:29] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod stg +[16:58:29] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - SwingThroughGrass took 0.000s +[16:58:29] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod storagedrawers +[16:58:29] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod storagedrawers +[16:58:29] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - Storage Drawers took 0.000s +[16:58:29] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod streams +[16:58:29] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod streams +[16:58:29] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - Streams took 0.000s +[16:58:29] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod sasit +[16:58:29] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod sasit +[16:58:29] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - Stuff A Sock In It took 0.000s +[16:58:29] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod supersoundmuffler +[16:58:29] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod supersoundmuffler +[16:58:29] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - Super Sound Muffler: Revived took 0.000s +[16:58:29] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod tallgates +[16:58:29] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod tallgates +[16:58:29] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - TallGates took 0.000s +[16:58:29] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod beneath +[16:58:29] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod beneath +[16:58:29] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - The Beneath took 0.000s +[16:58:29] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod thirstybottles +[16:58:29] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod thirstybottles +[16:58:29] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - Thirsty Bottles took 0.000s +[16:58:29] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod timecontrol +[16:58:29] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod timecontrol +[16:58:29] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - TimeControl took 0.000s +[16:58:29] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod tcomplement +[16:58:29] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod tcomplement +[16:58:29] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - Tinkers' Complement took 0.000s +[16:58:29] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod tinkerstages +[16:58:29] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod tinkerstages +[16:58:29] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - Tinker Stages took 0.000s +[16:58:29] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod tinkertoolleveling +[16:58:29] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod tinkertoolleveling +[16:58:29] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - Tinkers Tool Leveling took 0.000s +[16:58:29] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod togetherforever +[16:58:29] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod togetherforever +[16:58:29] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - TogetherForever took 0.000s +[16:58:29] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod totemic +[16:58:29] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod totemic +[16:58:29] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - Totemic took 0.000s +[16:58:29] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod tothebatpoles +[16:58:29] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod tothebatpoles +[16:58:29] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - To the Bat Poles! took 0.000s +[16:58:29] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod translocators +[16:58:29] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod translocators +[16:58:29] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - Translocators took 0.000s +[16:58:29] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod treechopper +[16:58:29] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod treechopper +[16:58:29] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - Tree Chopper took 0.000s +[16:58:29] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod triumph +[16:58:29] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod triumph +[16:58:29] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - Triumph took 0.004s +[16:58:29] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod trumpetskeleton +[16:58:29] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod trumpetskeleton +[16:58:29] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - Trumpet Skeleton took 0.000s +[16:58:29] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod tumbleweed +[16:58:29] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod tumbleweed +[16:58:29] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - Tumbleweed took 0.000s +[16:58:29] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod uppers +[16:58:29] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod uppers +[16:58:29] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - uppers took 0.000s +[16:58:29] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod universalmodifiers +[16:58:29] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod universalmodifiers +[16:58:29] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - Universal Modifiers took 0.000s +[16:58:29] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod vc +[16:58:29] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod vc +[16:58:29] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - ViesCraft took 0.000s +[16:58:29] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod vtt +[16:58:29] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod vtt +[16:58:29] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - Villager Trade Tables took 0.000s +[16:58:29] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod waddles +[16:58:29] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod waddles +[16:58:29] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - Waddles took 0.000s +[16:58:29] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod wailastages +[16:58:29] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod wailastages +[16:58:29] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - Waila Stages took 0.000s +[16:58:29] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod walljump +[16:58:29] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod walljump +[16:58:29] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - Wall-Jump! took 0.000s +[16:58:29] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod wanionlib +[16:58:29] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod wanionlib +[16:58:29] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - WanionLib took 0.000s +[16:58:29] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod watercontrolextreme +[16:58:29] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod watercontrolextreme +[16:58:29] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - Water Control Extreme took 0.000s +[16:58:29] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod waterstrainer +[16:58:29] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod waterstrainer +[16:58:29] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - Water Strainer took 0.000s +[16:58:29] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod wawla +[16:58:29] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod wawla +[16:58:29] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - What Are We Looking At took 0.000s +[16:58:29] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod weirdinggadget +[16:58:29] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod weirdinggadget +[16:58:29] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - The Weirding Gadget took 0.000s +[16:58:29] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod wildcrops +[16:58:29] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod wildcrops +[16:58:29] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - Wild Crops took 0.000s +[16:58:29] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod witherskelefix +[16:58:29] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod witherskelefix +[16:58:29] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - Wither Skeleton Tweaks took 0.000s +[16:58:29] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod wopper +[16:58:29] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod wopper +[16:58:29] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - Wopper took 0.000s +[16:58:29] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod xnet +[16:58:29] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod xnet +[16:58:29] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - XNet took 0.000s +[16:58:29] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod ynot +[16:58:29] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod ynot +[16:58:29] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - YNot took 0.000s +[16:58:29] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod yoyos +[16:58:29] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod yoyos +[16:58:29] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - Yoyos took 0.000s +[16:58:29] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod zenstages +[16:58:29] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod zenstages +[16:58:29] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - ZenStages took 0.000s +[16:58:29] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod zenloot +[16:58:29] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod zenloot +[16:58:29] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - ZenLoot took 0.000s +[16:58:29] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod primal_tech +[16:58:29] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod primal_tech +[16:58:29] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - primal_tech took 0.000s +[16:58:29] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod teslacorelib_registries +[16:58:29] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod teslacorelib_registries +[16:58:29] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - Tesla Core Lib Registries took 0.000s +[16:58:29] [Server thread/DEBUG] [FML]: Bar Finished: ServerAboutToStart took 1.102s +[16:58:29] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Preparing level "world" +[16:58:29] [Server thread/INFO] [FML]: Injecting existing registry data into this server instance +[16:58:29] [Server thread/TRACE] [FML]: Registry Name : minecraft:blocks +[16:58:29] [Server thread/TRACE] [FML]: Registry: 0 minecraft:air Block{minecraft:air} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1 minecraft:stone Block{minecraft:stone} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2 minecraft:grass Block{minecraft:grass} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3 minecraft:dirt Block{minecraft:dirt} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4 minecraft:cobblestone Block{minecraft:cobblestone} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5 minecraft:planks Block{minecraft:planks} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6 minecraft:sapling Block{minecraft:sapling} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7 minecraft:bedrock Block{minecraft:bedrock} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8 minecraft:flowing_water Block{minecraft:flowing_water} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9 minecraft:water Block{minecraft:water} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10 minecraft:flowing_lava Block{minecraft:flowing_lava} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11 minecraft:lava Block{minecraft:lava} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12 minecraft:sand Block{minecraft:sand} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13 minecraft:gravel Block{minecraft:gravel} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 14 minecraft:gold_ore Block{minecraft:gold_ore} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 15 minecraft:iron_ore Block{minecraft:iron_ore} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 16 minecraft:coal_ore Block{minecraft:coal_ore} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 17 minecraft:log Block{minecraft:log} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 18 minecraft:leaves Block{minecraft:leaves} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 19 minecraft:sponge Block{minecraft:sponge} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 20 minecraft:glass Block{minecraft:glass} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 21 minecraft:lapis_ore Block{minecraft:lapis_ore} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 22 minecraft:lapis_block Block{minecraft:lapis_block} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 23 minecraft:dispenser Block{minecraft:dispenser} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 24 minecraft:sandstone Block{minecraft:sandstone} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 25 minecraft:noteblock Block{minecraft:noteblock} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 26 minecraft:bed Block{minecraft:bed} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 27 minecraft:golden_rail Block{minecraft:golden_rail} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 28 minecraft:detector_rail Block{minecraft:detector_rail} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 29 minecraft:sticky_piston Block{minecraft:sticky_piston} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 30 minecraft:web Block{minecraft:web} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 31 minecraft:tallgrass Block{minecraft:tallgrass} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 32 minecraft:deadbush Block{minecraft:deadbush} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 33 minecraft:piston Block{minecraft:piston} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 34 minecraft:piston_head Block{minecraft:piston_head} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 35 minecraft:wool Block{minecraft:wool} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 36 minecraft:piston_extension Block{minecraft:piston_extension} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 37 minecraft:yellow_flower Block{minecraft:yellow_flower} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 38 minecraft:red_flower Block{minecraft:red_flower} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 39 minecraft:brown_mushroom Block{minecraft:brown_mushroom} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 40 minecraft:red_mushroom Block{minecraft:red_mushroom} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 41 minecraft:gold_block Block{minecraft:gold_block} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 42 minecraft:iron_block Block{minecraft:iron_block} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 43 minecraft:double_stone_slab Block{minecraft:double_stone_slab} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 44 minecraft:stone_slab Block{minecraft:stone_slab} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 45 minecraft:brick_block Block{minecraft:brick_block} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 46 minecraft:tnt Block{minecraft:tnt} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 47 minecraft:bookshelf Block{minecraft:bookshelf} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 48 minecraft:mossy_cobblestone Block{minecraft:mossy_cobblestone} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 49 minecraft:obsidian Block{minecraft:obsidian} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 50 minecraft:torch Block{minecraft:torch} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 51 minecraft:fire Block{minecraft:fire} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 52 minecraft:mob_spawner Block{minecraft:mob_spawner} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 53 minecraft:oak_stairs Block{minecraft:oak_stairs} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 54 minecraft:chest Block{minecraft:chest} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 55 minecraft:redstone_wire Block{minecraft:redstone_wire} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 56 minecraft:diamond_ore Block{minecraft:diamond_ore} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 57 minecraft:diamond_block Block{minecraft:diamond_block} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 58 minecraft:crafting_table Block{minecraft:crafting_table} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 59 minecraft:wheat Block{minecraft:wheat} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 60 minecraft:farmland Block{minecraft:farmland} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 61 minecraft:furnace Block{minecraft:furnace} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 62 minecraft:lit_furnace Block{minecraft:lit_furnace} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 63 minecraft:standing_sign Block{minecraft:standing_sign} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 64 minecraft:wooden_door Block{minecraft:wooden_door} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 65 minecraft:ladder Block{minecraft:ladder} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 66 minecraft:rail Block{minecraft:rail} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 67 minecraft:stone_stairs Block{minecraft:stone_stairs} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 68 minecraft:wall_sign Block{minecraft:wall_sign} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 69 minecraft:lever Block{minecraft:lever} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 70 minecraft:stone_pressure_plate Block{minecraft:stone_pressure_plate} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 71 minecraft:iron_door Block{minecraft:iron_door} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 72 minecraft:wooden_pressure_plate Block{minecraft:wooden_pressure_plate} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 73 minecraft:redstone_ore Block{minecraft:redstone_ore} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 74 minecraft:lit_redstone_ore Block{minecraft:lit_redstone_ore} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 75 minecraft:unlit_redstone_torch Block{minecraft:unlit_redstone_torch} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 76 minecraft:redstone_torch Block{minecraft:redstone_torch} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 77 minecraft:stone_button Block{minecraft:stone_button} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 78 minecraft:snow_layer Block{minecraft:snow_layer} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 79 minecraft:ice Block{minecraft:ice} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 80 minecraft:snow Block{minecraft:snow} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 81 minecraft:cactus Block{minecraft:cactus} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 82 minecraft:clay Block{minecraft:clay} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 83 minecraft:reeds Block{minecraft:reeds} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 84 minecraft:jukebox Block{minecraft:jukebox} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 85 minecraft:fence Block{minecraft:fence} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 86 minecraft:pumpkin Block{minecraft:pumpkin} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 87 minecraft:netherrack Block{minecraft:netherrack} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 88 minecraft:soul_sand Block{minecraft:soul_sand} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 89 minecraft:glowstone Block{minecraft:glowstone} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 90 minecraft:portal Block{minecraft:portal} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 91 minecraft:lit_pumpkin Block{minecraft:lit_pumpkin} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 92 minecraft:cake Block{minecraft:cake} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 93 minecraft:unpowered_repeater Block{minecraft:unpowered_repeater} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 94 minecraft:powered_repeater Block{minecraft:powered_repeater} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 95 minecraft:stained_glass Block{minecraft:stained_glass} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 96 minecraft:trapdoor Block{minecraft:trapdoor} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 97 minecraft:monster_egg Block{minecraft:monster_egg} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 98 minecraft:stonebrick Block{minecraft:stonebrick} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 99 minecraft:brown_mushroom_block Block{minecraft:brown_mushroom_block} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 100 minecraft:red_mushroom_block Block{minecraft:red_mushroom_block} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 101 minecraft:iron_bars Block{minecraft:iron_bars} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 102 minecraft:glass_pane Block{minecraft:glass_pane} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 103 minecraft:melon_block Block{minecraft:melon_block} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 104 minecraft:pumpkin_stem Block{minecraft:pumpkin_stem} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 105 minecraft:melon_stem Block{minecraft:melon_stem} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 106 minecraft:vine Block{minecraft:vine} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 107 minecraft:fence_gate Block{minecraft:fence_gate} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 108 minecraft:brick_stairs Block{minecraft:brick_stairs} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 109 minecraft:stone_brick_stairs Block{minecraft:stone_brick_stairs} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 110 minecraft:mycelium Block{minecraft:mycelium} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 111 minecraft:waterlily Block{minecraft:waterlily} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 112 minecraft:nether_brick Block{minecraft:nether_brick} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 113 minecraft:nether_brick_fence Block{minecraft:nether_brick_fence} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 114 minecraft:nether_brick_stairs Block{minecraft:nether_brick_stairs} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 115 minecraft:nether_wart Block{minecraft:nether_wart} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 116 minecraft:enchanting_table Block{minecraft:enchanting_table} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 117 minecraft:brewing_stand Block{minecraft:brewing_stand} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 118 minecraft:cauldron Block{minecraft:cauldron} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 119 minecraft:end_portal Block{minecraft:end_portal} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 120 minecraft:end_portal_frame Block{minecraft:end_portal_frame} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 121 minecraft:end_stone Block{minecraft:end_stone} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 122 minecraft:dragon_egg Block{minecraft:dragon_egg} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 123 minecraft:redstone_lamp Block{minecraft:redstone_lamp} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 124 minecraft:lit_redstone_lamp Block{minecraft:lit_redstone_lamp} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 125 minecraft:double_wooden_slab Block{minecraft:double_wooden_slab} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 126 minecraft:wooden_slab Block{minecraft:wooden_slab} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 127 minecraft:cocoa Block{minecraft:cocoa} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 128 minecraft:sandstone_stairs Block{minecraft:sandstone_stairs} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 129 minecraft:emerald_ore Block{minecraft:emerald_ore} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 130 minecraft:ender_chest Block{minecraft:ender_chest} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 131 minecraft:tripwire_hook Block{minecraft:tripwire_hook} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 132 minecraft:tripwire Block{minecraft:tripwire} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 133 minecraft:emerald_block Block{minecraft:emerald_block} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 134 minecraft:spruce_stairs Block{minecraft:spruce_stairs} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 135 minecraft:birch_stairs Block{minecraft:birch_stairs} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 136 minecraft:jungle_stairs Block{minecraft:jungle_stairs} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 137 minecraft:command_block Block{minecraft:command_block} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 138 minecraft:beacon Block{minecraft:beacon} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 139 minecraft:cobblestone_wall Block{minecraft:cobblestone_wall} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 140 minecraft:flower_pot Block{minecraft:flower_pot} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 141 minecraft:carrots Block{minecraft:carrots} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 142 minecraft:potatoes Block{minecraft:potatoes} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 143 minecraft:wooden_button Block{minecraft:wooden_button} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 144 minecraft:skull Block{minecraft:skull} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 145 minecraft:anvil Block{minecraft:anvil} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 146 minecraft:trapped_chest Block{minecraft:trapped_chest} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 147 minecraft:light_weighted_pressure_plate Block{minecraft:light_weighted_pressure_plate} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 148 minecraft:heavy_weighted_pressure_plate Block{minecraft:heavy_weighted_pressure_plate} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 149 minecraft:unpowered_comparator Block{minecraft:unpowered_comparator} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 150 minecraft:powered_comparator Block{minecraft:powered_comparator} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 151 minecraft:daylight_detector Block{minecraft:daylight_detector} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 152 minecraft:redstone_block Block{minecraft:redstone_block} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 153 minecraft:quartz_ore Block{minecraft:quartz_ore} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 154 minecraft:hopper Block{minecraft:hopper} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 155 minecraft:quartz_block Block{minecraft:quartz_block} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 156 minecraft:quartz_stairs Block{minecraft:quartz_stairs} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 157 minecraft:activator_rail Block{minecraft:activator_rail} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 158 minecraft:dropper Block{minecraft:dropper} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 159 minecraft:stained_hardened_clay Block{minecraft:stained_hardened_clay} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 160 minecraft:stained_glass_pane Block{minecraft:stained_glass_pane} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 161 minecraft:leaves2 Block{minecraft:leaves2} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 162 minecraft:log2 Block{minecraft:log2} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 163 minecraft:acacia_stairs Block{minecraft:acacia_stairs} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 164 minecraft:dark_oak_stairs Block{minecraft:dark_oak_stairs} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 165 minecraft:slime Block{minecraft:slime} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 166 minecraft:barrier Block{minecraft:barrier} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 167 minecraft:iron_trapdoor Block{minecraft:iron_trapdoor} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 168 minecraft:prismarine Block{minecraft:prismarine} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 169 minecraft:sea_lantern Block{minecraft:sea_lantern} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 170 minecraft:hay_block Block{minecraft:hay_block} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 171 minecraft:carpet Block{minecraft:carpet} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 172 minecraft:hardened_clay Block{minecraft:hardened_clay} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 173 minecraft:coal_block Block{minecraft:coal_block} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 174 minecraft:packed_ice Block{minecraft:packed_ice} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 175 minecraft:double_plant Block{minecraft:double_plant} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 176 minecraft:standing_banner Block{minecraft:standing_banner} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 177 minecraft:wall_banner Block{minecraft:wall_banner} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 178 minecraft:daylight_detector_inverted Block{minecraft:daylight_detector_inverted} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 179 minecraft:red_sandstone Block{minecraft:red_sandstone} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 180 minecraft:red_sandstone_stairs Block{minecraft:red_sandstone_stairs} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 181 minecraft:double_stone_slab2 Block{minecraft:double_stone_slab2} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 182 minecraft:stone_slab2 Block{minecraft:stone_slab2} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 183 minecraft:spruce_fence_gate Block{minecraft:spruce_fence_gate} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 184 minecraft:birch_fence_gate Block{minecraft:birch_fence_gate} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 185 minecraft:jungle_fence_gate Block{minecraft:jungle_fence_gate} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 186 minecraft:dark_oak_fence_gate Block{minecraft:dark_oak_fence_gate} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 187 minecraft:acacia_fence_gate Block{minecraft:acacia_fence_gate} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 188 minecraft:spruce_fence Block{minecraft:spruce_fence} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 189 minecraft:birch_fence Block{minecraft:birch_fence} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 190 minecraft:jungle_fence Block{minecraft:jungle_fence} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 191 minecraft:dark_oak_fence Block{minecraft:dark_oak_fence} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 192 minecraft:acacia_fence Block{minecraft:acacia_fence} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 193 minecraft:spruce_door Block{minecraft:spruce_door} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 194 minecraft:birch_door Block{minecraft:birch_door} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 195 minecraft:jungle_door Block{minecraft:jungle_door} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 196 minecraft:acacia_door Block{minecraft:acacia_door} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 197 minecraft:dark_oak_door Block{minecraft:dark_oak_door} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 198 minecraft:end_rod Block{minecraft:end_rod} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 199 minecraft:chorus_plant Block{minecraft:chorus_plant} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 200 minecraft:chorus_flower Block{minecraft:chorus_flower} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 201 minecraft:purpur_block Block{minecraft:purpur_block} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 202 minecraft:purpur_pillar Block{minecraft:purpur_pillar} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 203 minecraft:purpur_stairs Block{minecraft:purpur_stairs} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 204 minecraft:purpur_double_slab Block{minecraft:purpur_double_slab} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 205 minecraft:purpur_slab Block{minecraft:purpur_slab} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 206 minecraft:end_bricks Block{minecraft:end_bricks} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 207 minecraft:beetroots Block{minecraft:beetroots} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 208 minecraft:grass_path Block{minecraft:grass_path} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 209 minecraft:end_gateway Block{minecraft:end_gateway} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 210 minecraft:repeating_command_block Block{minecraft:repeating_command_block} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 211 minecraft:chain_command_block Block{minecraft:chain_command_block} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 212 minecraft:frosted_ice Block{minecraft:frosted_ice} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 213 minecraft:magma Block{minecraft:magma} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 214 minecraft:nether_wart_block Block{minecraft:nether_wart_block} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 215 minecraft:red_nether_brick Block{minecraft:red_nether_brick} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 216 minecraft:bone_block Block{minecraft:bone_block} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 217 minecraft:structure_void Block{minecraft:structure_void} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 218 minecraft:observer Block{minecraft:observer} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 219 minecraft:white_shulker_box Block{minecraft:white_shulker_box} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 220 minecraft:orange_shulker_box Block{minecraft:orange_shulker_box} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 221 minecraft:magenta_shulker_box Block{minecraft:magenta_shulker_box} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 222 minecraft:light_blue_shulker_box Block{minecraft:light_blue_shulker_box} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 223 minecraft:yellow_shulker_box Block{minecraft:yellow_shulker_box} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 224 minecraft:lime_shulker_box Block{minecraft:lime_shulker_box} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 225 minecraft:pink_shulker_box Block{minecraft:pink_shulker_box} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 226 minecraft:gray_shulker_box Block{minecraft:gray_shulker_box} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 227 minecraft:silver_shulker_box Block{minecraft:silver_shulker_box} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 228 minecraft:cyan_shulker_box Block{minecraft:cyan_shulker_box} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 229 minecraft:purple_shulker_box Block{minecraft:purple_shulker_box} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 230 minecraft:blue_shulker_box Block{minecraft:blue_shulker_box} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 231 minecraft:brown_shulker_box Block{minecraft:brown_shulker_box} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 232 minecraft:green_shulker_box Block{minecraft:green_shulker_box} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 233 minecraft:red_shulker_box Block{minecraft:red_shulker_box} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 234 minecraft:black_shulker_box Block{minecraft:black_shulker_box} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 235 minecraft:white_glazed_terracotta Block{minecraft:white_glazed_terracotta} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 236 minecraft:orange_glazed_terracotta Block{minecraft:orange_glazed_terracotta} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 237 minecraft:magenta_glazed_terracotta Block{minecraft:magenta_glazed_terracotta} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 238 minecraft:light_blue_glazed_terracotta Block{minecraft:light_blue_glazed_terracotta} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 239 minecraft:yellow_glazed_terracotta Block{minecraft:yellow_glazed_terracotta} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 240 minecraft:lime_glazed_terracotta Block{minecraft:lime_glazed_terracotta} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 241 minecraft:pink_glazed_terracotta Block{minecraft:pink_glazed_terracotta} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 242 minecraft:gray_glazed_terracotta Block{minecraft:gray_glazed_terracotta} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 243 minecraft:silver_glazed_terracotta Block{minecraft:silver_glazed_terracotta} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 244 minecraft:cyan_glazed_terracotta Block{minecraft:cyan_glazed_terracotta} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 245 minecraft:purple_glazed_terracotta Block{minecraft:purple_glazed_terracotta} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 246 minecraft:blue_glazed_terracotta Block{minecraft:blue_glazed_terracotta} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 247 minecraft:brown_glazed_terracotta Block{minecraft:brown_glazed_terracotta} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 248 minecraft:green_glazed_terracotta Block{minecraft:green_glazed_terracotta} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 249 minecraft:red_glazed_terracotta Block{minecraft:red_glazed_terracotta} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 250 minecraft:black_glazed_terracotta Block{minecraft:black_glazed_terracotta} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 251 minecraft:concrete Block{minecraft:concrete} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 252 minecraft:concrete_powder Block{minecraft:concrete_powder} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 253 geolosys:ore Block{geolosys:ore} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 254 geolosys:ore_sample Block{geolosys:ore_sample} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 255 minecraft:structure_block Block{minecraft:structure_block} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 256 geolosys:ore_vanilla Block{geolosys:ore_vanilla} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 257 geolosys:ore_sample_vanilla Block{geolosys:ore_sample_vanilla} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 258 enderstorage:ender_storage Block{enderstorage:ender_storage} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 259 ferdinandsflowers:block_cff_flowers Block{ferdinandsflowers:block_cff_flowers} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 260 ferdinandsflowers:block_cff_flowersb Block{ferdinandsflowers:block_cff_flowersb} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 261 ferdinandsflowers:block_cff_flowersc Block{ferdinandsflowers:block_cff_flowersc} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 262 ferdinandsflowers:block_cff_flowersd Block{ferdinandsflowers:block_cff_flowersd} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 263 ferdinandsflowers:block_cff_flowerse Block{ferdinandsflowers:block_cff_flowerse} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 264 ferdinandsflowers:block_cff_doubles Block{ferdinandsflowers:block_cff_doubles} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 265 ferdinandsflowers:block_cff_doublesb Block{ferdinandsflowers:block_cff_doublesb} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 266 ferdinandsflowers:block_cff_doublesc Block{ferdinandsflowers:block_cff_doublesc} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 267 ferdinandsflowers:block_cff_doubless Block{ferdinandsflowers:block_cff_doubless} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 268 ferdinandsflowers:block_cff_doublesp Block{ferdinandsflowers:block_cff_doublesp} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 269 ferdinandsflowers:block_cff_desert Block{ferdinandsflowers:block_cff_desert} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 270 ferdinandsflowers:block_cff_ouch Block{ferdinandsflowers:block_cff_ouch} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 271 ferdinandsflowers:block_cff_doublesd Block{ferdinandsflowers:block_cff_doublesd} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 272 ferdinandsflowers:block_cff_fungus Block{ferdinandsflowers:block_cff_fungus} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 273 ferdinandsflowers:block_cff_dark Block{ferdinandsflowers:block_cff_dark} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 274 ferdinandsflowers:block_flower_chest Block{ferdinandsflowers:block_flower_chest} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 275 ferdinandsflowers:block_dye_brick Block{ferdinandsflowers:block_dye_brick} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 276 ferdinandsflowers:block_dye_brickb Block{ferdinandsflowers:block_dye_brickb} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 277 ferdinandsflowers:block_dye_brick_half Block{ferdinandsflowers:block_dye_brick_half} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 278 ferdinandsflowers:block_dye_brick_double Block{ferdinandsflowers:block_dye_brick_double} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 279 ferdinandsflowers:block_dye_brick_halfb Block{ferdinandsflowers:block_dye_brick_halfb} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 280 ferdinandsflowers:block_dye_brick_doubleb Block{ferdinandsflowers:block_dye_brick_doubleb} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 281 ferdinandsflowers:block_dye_brick_halfc Block{ferdinandsflowers:block_dye_brick_halfc} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 282 ferdinandsflowers:block_dye_brick_doublec Block{ferdinandsflowers:block_dye_brick_doublec} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 283 ferdinandsflowers:block_dye_brick_halfd Block{ferdinandsflowers:block_dye_brick_halfd} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 284 ferdinandsflowers:block_dye_brick_doubled Block{ferdinandsflowers:block_dye_brick_doubled} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 285 ferdinandsflowers:block_dye_glass Block{ferdinandsflowers:block_dye_glass} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 286 ferdinandsflowers:block_dye_glass_pane Block{ferdinandsflowers:block_dye_glass_pane} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 287 ferdinandsflowers:block_birthday Block{ferdinandsflowers:block_birthday} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 288 ferdinandsflowers:block_stone_light Block{ferdinandsflowers:block_stone_light} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 289 ferdinandsflowers:block_cobble_light Block{ferdinandsflowers:block_cobble_light} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 290 ferdinandsflowers:block_dirt_light Block{ferdinandsflowers:block_dirt_light} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 291 ferdinandsflowers:block_log_light Block{ferdinandsflowers:block_log_light} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 292 ferdinandsflowers:block_plank_light Block{ferdinandsflowers:block_plank_light} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 293 ferdinandsflowers:block_sand_light Block{ferdinandsflowers:block_sand_light} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 294 ferdinandsflowers:block_gravel_light Block{ferdinandsflowers:block_gravel_light} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 295 ferdinandsflowers:block_stonebrick_light Block{ferdinandsflowers:block_stonebrick_light} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 296 ferdinandsflowers:block_metal_light Block{ferdinandsflowers:block_metal_light} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 297 forgemultipartcbe:multipart_block Block{forgemultipartcbe:multipart_block} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 298 advgenerators:turbine_controller Block{advgenerators:turbine_controller} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 299 advgenerators:exchanger_controller Block{advgenerators:exchanger_controller} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 300 advgenerators:steam_turbine_controller Block{advgenerators:steam_turbine_controller} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 301 advgenerators:syngas_controller Block{advgenerators:syngas_controller} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 302 advgenerators:rf_output Block{advgenerators:rf_output} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 303 advgenerators:forge_output Block{advgenerators:forge_output} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 304 advgenerators:gas_input Block{advgenerators:gas_input} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 305 advgenerators:fluid_input Block{advgenerators:fluid_input} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 306 advgenerators:fluid_output_select Block{advgenerators:fluid_output_select} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 307 advgenerators:item_input Block{advgenerators:item_input} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 308 advgenerators:item_output Block{advgenerators:item_output} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 309 advgenerators:fuel_tank Block{advgenerators:fuel_tank} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 310 advgenerators:heating_chamber Block{advgenerators:heating_chamber} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 311 advgenerators:mixing_chamber Block{advgenerators:mixing_chamber} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 312 advgenerators:heat_exchanger Block{advgenerators:heat_exchanger} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 313 advgenerators:sensor Block{advgenerators:sensor} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 314 advgenerators:control Block{advgenerators:control} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 315 advgenerators:efficiency_upgrade_tier1 Block{advgenerators:efficiency_upgrade_tier1} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 316 advgenerators:efficiency_upgrade_tier2 Block{advgenerators:efficiency_upgrade_tier2} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 317 advgenerators:steam Block{advgenerators:steam} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 318 advgenerators:syngas_flaming Block{advgenerators:syngas_flaming} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 319 advgenerators:syngas Block{advgenerators:syngas} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 320 advgenerators:turbine_gold Block{advgenerators:turbine_gold} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 321 advgenerators:turbine_manyullyn Block{advgenerators:turbine_manyullyn} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 322 advgenerators:turbine_iron Block{advgenerators:turbine_iron} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 323 advgenerators:power_capacitor_redstone Block{advgenerators:power_capacitor_redstone} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 324 advgenerators:power_capacitor_advanced Block{advgenerators:power_capacitor_advanced} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 325 advgenerators:power_capacitor_dense Block{advgenerators:power_capacitor_dense} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 326 improvedbackpacks:backpack Block{improvedbackpacks:backpack} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 327 improvedbackpacks:ender_backpack Block{improvedbackpacks:ender_backpack} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 328 jaff:tank Block{jaff:tank} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 329 mundaneredstone:redstone_ore Block{mundaneredstone:redstone_ore} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 330 mysticalagradditions:molten_soulium Block{mysticalagradditions:molten_soulium} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 331 mysticalagradditions:molten_base_essence Block{mysticalagradditions:molten_base_essence} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 332 mysticalagradditions:molten_inferium Block{mysticalagradditions:molten_inferium} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 333 mysticalagradditions:molten_prudentium Block{mysticalagradditions:molten_prudentium} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 334 mysticalagradditions:molten_intermedium Block{mysticalagradditions:molten_intermedium} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 335 mysticalagradditions:molten_superium Block{mysticalagradditions:molten_superium} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 336 mysticalagradditions:molten_supremium Block{mysticalagradditions:molten_supremium} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 337 rustic:olive_oil Block{rustic:olive_oil} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 338 rustic:ironberry_juice Block{rustic:ironberry_juice} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 339 rustic:wildberry_juice Block{rustic:wildberry_juice} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 340 rustic:grape_juice Block{rustic:grape_juice} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 341 rustic:apple_juice Block{rustic:apple_juice} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 342 rustic:ale_wort Block{rustic:ale_wort} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 343 rustic:honey Block{rustic:honey} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 344 rustic:stone_pillar Block{rustic:stone_pillar} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 345 rustic:andesite_pillar Block{rustic:andesite_pillar} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 346 rustic:diorite_pillar Block{rustic:diorite_pillar} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 347 rustic:granite_pillar Block{rustic:granite_pillar} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 348 rustic:slate_pillar Block{rustic:slate_pillar} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 349 rustic:chain Block{rustic:chain} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 350 rustic:candle Block{rustic:candle} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 351 rustic:chandelier Block{rustic:chandelier} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 352 rustic:chain_gold Block{rustic:chain_gold} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 353 rustic:candle_gold Block{rustic:candle_gold} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 354 rustic:chandelier_gold Block{rustic:chandelier_gold} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 355 rustic:beehive Block{rustic:beehive} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 356 rustic:apiary Block{rustic:apiary} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 357 rustic:slate Block{rustic:slate} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 358 rustic:slate_roof Block{rustic:slate_roof} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 359 rustic:slate_tile Block{rustic:slate_tile} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 360 rustic:slate_brick Block{rustic:slate_brick} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 361 rustic:slate_chiseled Block{rustic:slate_chiseled} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 362 rustic:stairs_slate_roof Block{rustic:stairs_slate_roof} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 363 rustic:slate_roof_doubleslab Block{rustic:slate_roof_doubleslab} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 364 rustic:slate_roof_slab Block{rustic:slate_roof_slab} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 365 rustic:stairs_slate_brick Block{rustic:stairs_slate_brick} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 366 rustic:slate_brick_doubleslab Block{rustic:slate_brick_doubleslab} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 367 rustic:slate_brick_slab Block{rustic:slate_brick_slab} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 368 rustic:clay_wall Block{rustic:clay_wall} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 369 rustic:clay_wall_cross Block{rustic:clay_wall_cross} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 370 rustic:clay_wall_diag Block{rustic:clay_wall_diag} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 371 rustic:chair_oak Block{rustic:chair_oak} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 372 rustic:chair_big_oak Block{rustic:chair_big_oak} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 373 rustic:chair_birch Block{rustic:chair_birch} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 374 rustic:chair_spruce Block{rustic:chair_spruce} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 375 rustic:chair_acacia Block{rustic:chair_acacia} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 376 rustic:chair_jungle Block{rustic:chair_jungle} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 377 rustic:chair_olive Block{rustic:chair_olive} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 378 rustic:chair_ironwood Block{rustic:chair_ironwood} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 379 rustic:table_oak Block{rustic:table_oak} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 380 rustic:table_big_oak Block{rustic:table_big_oak} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 381 rustic:table_birch Block{rustic:table_birch} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 382 rustic:table_spruce Block{rustic:table_spruce} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 383 rustic:table_acacia Block{rustic:table_acacia} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 384 rustic:table_jungle Block{rustic:table_jungle} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 385 rustic:table_olive Block{rustic:table_olive} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 386 rustic:table_ironwood Block{rustic:table_ironwood} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 387 rustic:vase Block{rustic:vase} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 388 rustic:barrel Block{rustic:barrel} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 389 rustic:iron_lattice Block{rustic:iron_lattice} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 390 rustic:iron_lantern Block{rustic:iron_lantern} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 391 rustic:golden_lantern Block{rustic:golden_lantern} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 392 rustic:painted_wood_white Block{rustic:painted_wood_white} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 393 rustic:painted_wood_orange Block{rustic:painted_wood_orange} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 394 rustic:painted_wood_magenta Block{rustic:painted_wood_magenta} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 395 rustic:painted_wood_light_blue Block{rustic:painted_wood_light_blue} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 396 rustic:painted_wood_yellow Block{rustic:painted_wood_yellow} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 397 rustic:painted_wood_lime Block{rustic:painted_wood_lime} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 398 rustic:painted_wood_pink Block{rustic:painted_wood_pink} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 399 rustic:painted_wood_gray Block{rustic:painted_wood_gray} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 400 rustic:painted_wood_silver Block{rustic:painted_wood_silver} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 401 rustic:painted_wood_cyan Block{rustic:painted_wood_cyan} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 402 rustic:painted_wood_purple Block{rustic:painted_wood_purple} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 403 rustic:painted_wood_blue Block{rustic:painted_wood_blue} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 404 rustic:painted_wood_brown Block{rustic:painted_wood_brown} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 405 rustic:painted_wood_green Block{rustic:painted_wood_green} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 406 rustic:painted_wood_red Block{rustic:painted_wood_red} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 407 rustic:painted_wood_black Block{rustic:painted_wood_black} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 408 rustic:gargoyle Block{rustic:gargoyle} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 409 rustic:cabinet Block{rustic:cabinet} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 410 rustic:liquid_barrel Block{rustic:liquid_barrel} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 411 rustic:fertile_soil Block{rustic:fertile_soil} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 412 rustic:planks Block{rustic:planks} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 413 rustic:log Block{rustic:log} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 414 rustic:leaves Block{rustic:leaves} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 415 rustic:sapling Block{rustic:sapling} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 416 rustic:crushing_tub Block{rustic:crushing_tub} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 417 rustic:evaporating_basin Block{rustic:evaporating_basin} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 418 rustic:fence_olive Block{rustic:fence_olive} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 419 rustic:fence_ironwood Block{rustic:fence_ironwood} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 420 rustic:fence_gate_olive Block{rustic:fence_gate_olive} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 421 rustic:fence_gate_ironwood Block{rustic:fence_gate_ironwood} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 422 rustic:olive_doubleslab Block{rustic:olive_doubleslab} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 423 rustic:olive_slab Block{rustic:olive_slab} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 424 rustic:ironwood_doubleslab Block{rustic:ironwood_doubleslab} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 425 rustic:ironwood_slab Block{rustic:ironwood_slab} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 426 rustic:stairs_olive Block{rustic:stairs_olive} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 427 rustic:stairs_ironwood Block{rustic:stairs_ironwood} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 428 rustic:condenser Block{rustic:condenser} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 429 rustic:retort Block{rustic:retort} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 430 rustic:condenser_advanced Block{rustic:condenser_advanced} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 431 rustic:retort_advanced Block{rustic:retort_advanced} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 432 rustic:crop_stake Block{rustic:crop_stake} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 433 rustic:tomato_crop Block{rustic:tomato_crop} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 434 rustic:chili_crop Block{rustic:chili_crop} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 435 rustic:wildberry_bush Block{rustic:wildberry_bush} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 436 rustic:rope Block{rustic:rope} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 437 rustic:stake_tied Block{rustic:stake_tied} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 438 rustic:grape_stem Block{rustic:grape_stem} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 439 rustic:grape_leaves Block{rustic:grape_leaves} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 440 rustic:brewing_barrel Block{rustic:brewing_barrel} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 441 rustic:apple_seeds Block{rustic:apple_seeds} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 442 rustic:sapling_apple Block{rustic:sapling_apple} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 443 rustic:leaves_apple Block{rustic:leaves_apple} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 444 rustic:olive_door Block{rustic:olive_door} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 445 rustic:ironwood_door Block{rustic:ironwood_door} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 446 rustic:aloe_vera Block{rustic:aloe_vera} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 447 rustic:blood_orchid Block{rustic:blood_orchid} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 448 rustic:chamomile Block{rustic:chamomile} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 449 rustic:cloudsbluff Block{rustic:cloudsbluff} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 450 rustic:cohosh Block{rustic:cohosh} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 451 rustic:core_root Block{rustic:core_root} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 452 rustic:deathstalk_mushroom Block{rustic:deathstalk_mushroom} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 453 rustic:ginseng Block{rustic:ginseng} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 454 rustic:horsetail Block{rustic:horsetail} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 455 rustic:marsh_mallow Block{rustic:marsh_mallow} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 456 rustic:mooncap_mushroom Block{rustic:mooncap_mushroom} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 457 rustic:wind_thistle Block{rustic:wind_thistle} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 458 quantumstorage:quantum_tank Block{quantumstorage:quantum_tank} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 459 quantumstorage:quantum_barrel Block{quantumstorage:quantum_barrel} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 460 quantumstorage:crater Block{quantumstorage:crater} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 461 quantumstorage:chest_iron Block{quantumstorage:chest_iron} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 462 quantumstorage:chest_gold Block{quantumstorage:chest_gold} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 463 quantumstorage:chest_diamond Block{quantumstorage:chest_diamond} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 464 quantumstorage:quantum_storage_unit Block{quantumstorage:quantum_storage_unit} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 465 quantumstorage:quantumcrafter Block{quantumstorage:quantumcrafter} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 466 quantumstorage:trashcan Block{quantumstorage:trashcan} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 467 quantumstorage:trashcanfluid Block{quantumstorage:trashcanfluid} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 468 rebornstorage:multicrafter Block{rebornstorage:multicrafter} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 469 reccomplex:generic_space Block{reccomplex:generic_space} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 470 reccomplex:generic_solid Block{reccomplex:generic_solid} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 471 reccomplex:structure_generator Block{reccomplex:structure_generator} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 472 reccomplex:maze_generator Block{reccomplex:maze_generator} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 473 reccomplex:weighted_command_block Block{reccomplex:weighted_command_block} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 474 reccomplex:spawn_script Block{reccomplex:spawn_script} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 475 streams:river/tile.water/-2/-2 Block{streams:river/tile.water/-2/-2} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 476 streams:river/tile.water/-2/-1 Block{streams:river/tile.water/-2/-1} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 477 streams:river/tile.water/-2/0 Block{streams:river/tile.water/-2/0} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 478 streams:river/tile.water/-2/1 Block{streams:river/tile.water/-2/1} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 479 streams:river/tile.water/-2/2 Block{streams:river/tile.water/-2/2} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 480 streams:river/tile.water/-1/-2 Block{streams:river/tile.water/-1/-2} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 481 streams:river/tile.water/-1/2 Block{streams:river/tile.water/-1/2} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 482 streams:river/tile.water/0/-2 Block{streams:river/tile.water/0/-2} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 483 streams:river/tile.water/0/0 Block{streams:river/tile.water/0/0} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 484 streams:river/tile.water/0/2 Block{streams:river/tile.water/0/2} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 485 streams:river/tile.water/1/-2 Block{streams:river/tile.water/1/-2} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 486 streams:river/tile.water/1/2 Block{streams:river/tile.water/1/2} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 487 streams:river/tile.water/2/-2 Block{streams:river/tile.water/2/-2} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 488 streams:river/tile.water/2/-1 Block{streams:river/tile.water/2/-1} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 489 streams:river/tile.water/2/0 Block{streams:river/tile.water/2/0} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 490 streams:river/tile.water/2/1 Block{streams:river/tile.water/2/1} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 491 streams:river/tile.water/2/2 Block{streams:river/tile.water/2/2} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 492 streams:river/tile.lava/-2/-2 Block{streams:river/tile.lava/-2/-2} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 493 streams:river/tile.lava/-2/-1 Block{streams:river/tile.lava/-2/-1} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 494 streams:river/tile.lava/-2/0 Block{streams:river/tile.lava/-2/0} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 495 streams:river/tile.lava/-2/1 Block{streams:river/tile.lava/-2/1} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 496 streams:river/tile.lava/-2/2 Block{streams:river/tile.lava/-2/2} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 497 streams:river/tile.lava/-1/-2 Block{streams:river/tile.lava/-1/-2} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 498 streams:river/tile.lava/-1/2 Block{streams:river/tile.lava/-1/2} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 499 streams:river/tile.lava/0/-2 Block{streams:river/tile.lava/0/-2} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 500 streams:river/tile.lava/0/0 Block{streams:river/tile.lava/0/0} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 501 streams:river/tile.lava/0/2 Block{streams:river/tile.lava/0/2} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 502 streams:river/tile.lava/1/-2 Block{streams:river/tile.lava/1/-2} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 503 streams:river/tile.lava/1/2 Block{streams:river/tile.lava/1/2} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 504 streams:river/tile.lava/2/-2 Block{streams:river/tile.lava/2/-2} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 505 streams:river/tile.lava/2/-1 Block{streams:river/tile.lava/2/-1} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 506 streams:river/tile.lava/2/0 Block{streams:river/tile.lava/2/0} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 507 streams:river/tile.lava/2/1 Block{streams:river/tile.lava/2/1} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 508 streams:river/tile.lava/2/2 Block{streams:river/tile.lava/2/2} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 509 translocators:craftinggrid Block{translocators:craftinggrid} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 510 wopper:wopper Block{wopper:wopper} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 511 chisel:blockaluminum Block{chisel:blockaluminum} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 512 chisel:andesite Block{chisel:andesite} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 513 chisel:andesite1 Block{chisel:andesite1} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 514 chisel:andesite2 Block{chisel:andesite2} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 515 chisel:antiblock Block{chisel:antiblock} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 516 chisel:auto_chisel Block{chisel:auto_chisel} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 517 chisel:basalt Block{chisel:basalt} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 518 chisel:basalt1 Block{chisel:basalt1} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 519 chisel:basalt2 Block{chisel:basalt2} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 520 chisel:bookshelf_oak Block{chisel:bookshelf_oak} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 521 chisel:bookshelf_spruce Block{chisel:bookshelf_spruce} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 522 chisel:bookshelf_birch Block{chisel:bookshelf_birch} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 523 chisel:bookshelf_jungle Block{chisel:bookshelf_jungle} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 524 chisel:bookshelf_acacia Block{chisel:bookshelf_acacia} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 525 chisel:bookshelf_darkoak Block{chisel:bookshelf_darkoak} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 526 chisel:bricks Block{chisel:bricks} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 527 chisel:bricks1 Block{chisel:bricks1} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 528 chisel:bricks2 Block{chisel:bricks2} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 529 chisel:blockbronze Block{chisel:blockbronze} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 530 chisel:brownstone Block{chisel:brownstone} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 531 chisel:carpet_black Block{chisel:carpet_black} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 532 chisel:carpet_red Block{chisel:carpet_red} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 533 chisel:carpet_green Block{chisel:carpet_green} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 534 chisel:carpet_brown Block{chisel:carpet_brown} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 535 chisel:carpet_blue Block{chisel:carpet_blue} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 536 chisel:carpet_purple Block{chisel:carpet_purple} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 537 chisel:carpet_cyan Block{chisel:carpet_cyan} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 538 chisel:carpet_lightgray Block{chisel:carpet_lightgray} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 539 chisel:carpet_gray Block{chisel:carpet_gray} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 540 chisel:carpet_pink Block{chisel:carpet_pink} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 541 chisel:carpet_lime Block{chisel:carpet_lime} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 542 chisel:carpet_yellow Block{chisel:carpet_yellow} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 543 chisel:carpet_lightblue Block{chisel:carpet_lightblue} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 544 chisel:carpet_magenta Block{chisel:carpet_magenta} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 545 chisel:carpet_orange Block{chisel:carpet_orange} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 546 chisel:carpet_white Block{chisel:carpet_white} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 547 chisel:block_charcoal Block{chisel:block_charcoal} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 548 chisel:block_charcoal1 Block{chisel:block_charcoal1} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 549 chisel:block_charcoal2 Block{chisel:block_charcoal2} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 550 chisel:blockcobalt Block{chisel:blockcobalt} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 551 chisel:cobblestone Block{chisel:cobblestone} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 552 chisel:cobblestone1 Block{chisel:cobblestone1} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 553 chisel:cobblestone2 Block{chisel:cobblestone2} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 554 chisel:block_coal Block{chisel:block_coal} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 555 chisel:block_coal1 Block{chisel:block_coal1} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 556 chisel:block_coal2 Block{chisel:block_coal2} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 557 chisel:cobblestonemossy Block{chisel:cobblestonemossy} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 558 chisel:cobblestonemossy1 Block{chisel:cobblestonemossy1} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 559 chisel:cobblestonemossy2 Block{chisel:cobblestonemossy2} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 560 chisel:concrete_black Block{chisel:concrete_black} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 561 chisel:concrete_black1 Block{chisel:concrete_black1} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 562 chisel:concrete_black2 Block{chisel:concrete_black2} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 563 chisel:concrete_red Block{chisel:concrete_red} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 564 chisel:concrete_red1 Block{chisel:concrete_red1} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 565 chisel:concrete_red2 Block{chisel:concrete_red2} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 566 chisel:concrete_green Block{chisel:concrete_green} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 567 chisel:concrete_green1 Block{chisel:concrete_green1} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 568 chisel:concrete_green2 Block{chisel:concrete_green2} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 569 chisel:concrete_brown Block{chisel:concrete_brown} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 570 chisel:concrete_brown1 Block{chisel:concrete_brown1} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 571 chisel:concrete_brown2 Block{chisel:concrete_brown2} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 572 chisel:concrete_blue Block{chisel:concrete_blue} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 573 chisel:concrete_blue1 Block{chisel:concrete_blue1} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 574 chisel:concrete_blue2 Block{chisel:concrete_blue2} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 575 chisel:concrete_purple Block{chisel:concrete_purple} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 576 chisel:concrete_purple1 Block{chisel:concrete_purple1} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 577 chisel:concrete_purple2 Block{chisel:concrete_purple2} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 578 chisel:concrete_cyan Block{chisel:concrete_cyan} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 579 chisel:concrete_cyan1 Block{chisel:concrete_cyan1} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 580 chisel:concrete_cyan2 Block{chisel:concrete_cyan2} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 581 chisel:concrete_lightgray Block{chisel:concrete_lightgray} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 582 chisel:concrete_lightgray1 Block{chisel:concrete_lightgray1} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 583 chisel:concrete_lightgray2 Block{chisel:concrete_lightgray2} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 584 chisel:concrete_gray Block{chisel:concrete_gray} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 585 chisel:concrete_gray1 Block{chisel:concrete_gray1} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 586 chisel:concrete_gray2 Block{chisel:concrete_gray2} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 587 chisel:concrete_pink Block{chisel:concrete_pink} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 588 chisel:concrete_pink1 Block{chisel:concrete_pink1} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 589 chisel:concrete_pink2 Block{chisel:concrete_pink2} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 590 chisel:concrete_lime Block{chisel:concrete_lime} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 591 chisel:concrete_lime1 Block{chisel:concrete_lime1} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 592 chisel:concrete_lime2 Block{chisel:concrete_lime2} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 593 chisel:concrete_yellow Block{chisel:concrete_yellow} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 594 chisel:concrete_yellow1 Block{chisel:concrete_yellow1} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 595 chisel:concrete_yellow2 Block{chisel:concrete_yellow2} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 596 chisel:concrete_lightblue Block{chisel:concrete_lightblue} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 597 chisel:concrete_lightblue1 Block{chisel:concrete_lightblue1} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 598 chisel:concrete_lightblue2 Block{chisel:concrete_lightblue2} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 599 chisel:concrete_magenta Block{chisel:concrete_magenta} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 600 chisel:concrete_magenta1 Block{chisel:concrete_magenta1} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 601 chisel:concrete_magenta2 Block{chisel:concrete_magenta2} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 602 chisel:concrete_orange Block{chisel:concrete_orange} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 603 chisel:concrete_orange1 Block{chisel:concrete_orange1} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 604 chisel:concrete_orange2 Block{chisel:concrete_orange2} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 605 chisel:concrete_white Block{chisel:concrete_white} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 606 chisel:concrete_white1 Block{chisel:concrete_white1} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 607 chisel:concrete_white2 Block{chisel:concrete_white2} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 608 chisel:blockcopper Block{chisel:blockcopper} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 609 chisel:diamond Block{chisel:diamond} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 610 chisel:diorite Block{chisel:diorite} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 611 chisel:diorite1 Block{chisel:diorite1} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 612 chisel:diorite2 Block{chisel:diorite2} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 613 chisel:dirt Block{chisel:dirt} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 614 chisel:blockelectrum Block{chisel:blockelectrum} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 615 chisel:emerald Block{chisel:emerald} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 616 chisel:purpur Block{chisel:purpur} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 617 chisel:purpur1 Block{chisel:purpur1} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 618 chisel:purpur2 Block{chisel:purpur2} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 619 chisel:endstone Block{chisel:endstone} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 620 chisel:endstone1 Block{chisel:endstone1} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 621 chisel:endstone2 Block{chisel:endstone2} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 622 chisel:factory Block{chisel:factory} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 623 chisel:factory1 Block{chisel:factory1} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 624 chisel:futura Block{chisel:futura} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 625 chisel:glass Block{chisel:glass} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 626 chisel:glassdyedblack Block{chisel:glassdyedblack} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 627 chisel:glassdyedred Block{chisel:glassdyedred} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 628 chisel:glassdyedgreen Block{chisel:glassdyedgreen} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 629 chisel:glassdyedbrown Block{chisel:glassdyedbrown} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 630 chisel:glassdyedblue Block{chisel:glassdyedblue} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 631 chisel:glassdyedpurple Block{chisel:glassdyedpurple} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 632 chisel:glassdyedcyan Block{chisel:glassdyedcyan} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 633 chisel:glassdyedlightgray Block{chisel:glassdyedlightgray} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 634 chisel:glassdyedgray Block{chisel:glassdyedgray} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 635 chisel:glassdyedpink Block{chisel:glassdyedpink} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 636 chisel:glassdyedlime Block{chisel:glassdyedlime} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 637 chisel:glassdyedyellow Block{chisel:glassdyedyellow} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 638 chisel:glassdyedlightblue Block{chisel:glassdyedlightblue} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 639 chisel:glassdyedmagenta Block{chisel:glassdyedmagenta} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 640 chisel:glassdyedorange Block{chisel:glassdyedorange} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 641 chisel:glassdyedwhite Block{chisel:glassdyedwhite} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 642 chisel:glowstone Block{chisel:glowstone} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 643 chisel:glowstone1 Block{chisel:glowstone1} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 644 chisel:glowstone2 Block{chisel:glowstone2} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 645 chisel:blockgold Block{chisel:blockgold} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 646 chisel:gold Block{chisel:gold} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 647 chisel:granite Block{chisel:granite} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 648 chisel:granite1 Block{chisel:granite1} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 649 chisel:granite2 Block{chisel:granite2} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 650 chisel:hardenedclay Block{chisel:hardenedclay} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 651 chisel:hardenedclay1 Block{chisel:hardenedclay1} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 652 chisel:hardenedclay2 Block{chisel:hardenedclay2} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 653 chisel:ice Block{chisel:ice} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 654 chisel:ice1 Block{chisel:ice1} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 655 chisel:ice2 Block{chisel:ice2} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 656 chisel:icepillar Block{chisel:icepillar} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 657 chisel:blockiron Block{chisel:blockiron} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 658 chisel:iron Block{chisel:iron} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 659 chisel:ironpane Block{chisel:ironpane} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 660 chisel:laboratory Block{chisel:laboratory} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 661 chisel:lapis Block{chisel:lapis} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 662 chisel:lavastone Block{chisel:lavastone} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 663 chisel:lavastone1 Block{chisel:lavastone1} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 664 chisel:lavastone2 Block{chisel:lavastone2} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 665 chisel:blocklead Block{chisel:blocklead} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 666 chisel:limestone Block{chisel:limestone} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 667 chisel:limestone1 Block{chisel:limestone1} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 668 chisel:limestone2 Block{chisel:limestone2} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 669 chisel:marble Block{chisel:marble} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 670 chisel:marble1 Block{chisel:marble1} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 671 chisel:marble2 Block{chisel:marble2} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 672 chisel:marblepillar Block{chisel:marblepillar} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 673 chisel:netherbrick Block{chisel:netherbrick} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 674 chisel:netherrack Block{chisel:netherrack} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 675 chisel:blocknickel Block{chisel:blocknickel} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 676 chisel:obsidian Block{chisel:obsidian} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 677 chisel:planks-oak Block{chisel:planks-oak} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 678 chisel:planks-spruce Block{chisel:planks-spruce} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 679 chisel:planks-birch Block{chisel:planks-birch} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 680 chisel:planks-jungle Block{chisel:planks-jungle} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 681 chisel:planks-acacia Block{chisel:planks-acacia} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 682 chisel:planks-dark-oak Block{chisel:planks-dark-oak} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 683 chisel:blockplatinum Block{chisel:blockplatinum} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 684 chisel:prismarine Block{chisel:prismarine} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 685 chisel:prismarine1 Block{chisel:prismarine1} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 686 chisel:prismarine2 Block{chisel:prismarine2} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 687 chisel:quartz Block{chisel:quartz} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 688 chisel:quartz1 Block{chisel:quartz1} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 689 chisel:redstone Block{chisel:redstone} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 690 chisel:redstone1 Block{chisel:redstone1} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 691 chisel:sandstoneyellow Block{chisel:sandstoneyellow} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 692 chisel:sandstoneyellow1 Block{chisel:sandstoneyellow1} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 693 chisel:sandstoneyellow2 Block{chisel:sandstoneyellow2} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 694 chisel:sandstonered Block{chisel:sandstonered} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 695 chisel:sandstonered1 Block{chisel:sandstonered1} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 696 chisel:sandstonered2 Block{chisel:sandstonered2} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 697 chisel:sandstone-scribbles Block{chisel:sandstone-scribbles} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 698 chisel:blocksilver Block{chisel:blocksilver} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 699 chisel:blocksteel Block{chisel:blocksteel} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 700 chisel:stonebrick Block{chisel:stonebrick} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 701 chisel:stonebrick1 Block{chisel:stonebrick1} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 702 chisel:stonebrick2 Block{chisel:stonebrick2} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 703 chisel:technical Block{chisel:technical} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 704 chisel:technical1 Block{chisel:technical1} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 705 chisel:technicalnew Block{chisel:technicalnew} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 706 chisel:temple Block{chisel:temple} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 707 chisel:templemossy Block{chisel:templemossy} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 708 chisel:blocktin Block{chisel:blocktin} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 709 chisel:tyrian Block{chisel:tyrian} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 710 chisel:voidstone Block{chisel:voidstone} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 711 chisel:energizedvoidstone Block{chisel:energizedvoidstone} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 712 chisel:voidstonerunic Block{chisel:voidstonerunic} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 713 chisel:waterstone Block{chisel:waterstone} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 714 chisel:waterstone1 Block{chisel:waterstone1} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 715 chisel:waterstone2 Block{chisel:waterstone2} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 716 twilightforest:twilight_log Block{twilightforest:twilight_log} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 717 twilightforest:root Block{twilightforest:root} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 718 twilightforest:twilight_leaves Block{twilightforest:twilight_leaves} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 719 twilightforest:firefly Block{twilightforest:firefly} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 720 twilightforest:cicada Block{twilightforest:cicada} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 721 twilightforest:twilight_portal Block{twilightforest:twilight_portal} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 722 twilightforest:maze_stone Block{twilightforest:maze_stone} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 723 twilightforest:hedge Block{twilightforest:hedge} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 724 twilightforest:boss_spawner Block{twilightforest:boss_spawner} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 725 twilightforest:firefly_jar Block{twilightforest:firefly_jar} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 726 twilightforest:twilight_plant Block{twilightforest:twilight_plant} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 727 twilightforest:uncrafting_table Block{twilightforest:uncrafting_table} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 728 twilightforest:fire_jet Block{twilightforest:fire_jet} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 729 twilightforest:naga_stone Block{twilightforest:naga_stone} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 730 twilightforest:twilight_sapling Block{twilightforest:twilight_sapling} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 731 twilightforest:moonworm Block{twilightforest:moonworm} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 732 twilightforest:magic_log Block{twilightforest:magic_log} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 733 twilightforest:magic_leaves Block{twilightforest:magic_leaves} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 734 twilightforest:magic_log_core Block{twilightforest:magic_log_core} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 735 twilightforest:tower_wood Block{twilightforest:tower_wood} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 736 twilightforest:tower_device Block{twilightforest:tower_device} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 737 twilightforest:tower_translucent Block{twilightforest:tower_translucent} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 738 twilightforest:trophy Block{twilightforest:trophy} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 739 twilightforest:stronghold_shield Block{twilightforest:stronghold_shield} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 740 twilightforest:trophy_pedestal Block{twilightforest:trophy_pedestal} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 741 twilightforest:aurora_block Block{twilightforest:aurora_block} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 742 twilightforest:underbrick Block{twilightforest:underbrick} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 743 twilightforest:thorns Block{twilightforest:thorns} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 744 twilightforest:burnt_thorns Block{twilightforest:burnt_thorns} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 745 twilightforest:thorn_rose Block{twilightforest:thorn_rose} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 746 twilightforest:twilight_leaves_3 Block{twilightforest:twilight_leaves_3} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 747 twilightforest:deadrock Block{twilightforest:deadrock} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 748 twilightforest:dark_leaves Block{twilightforest:dark_leaves} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 749 twilightforest:aurora_pillar Block{twilightforest:aurora_pillar} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 750 twilightforest:aurora_slab Block{twilightforest:aurora_slab} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 751 twilightforest:double_aurora_slab Block{twilightforest:double_aurora_slab} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 752 twilightforest:trollsteinn Block{twilightforest:trollsteinn} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 753 twilightforest:wispy_cloud Block{twilightforest:wispy_cloud} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 754 twilightforest:fluffy_cloud Block{twilightforest:fluffy_cloud} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 755 twilightforest:giant_cobblestone Block{twilightforest:giant_cobblestone} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 756 twilightforest:giant_log Block{twilightforest:giant_log} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 757 twilightforest:giant_leaves Block{twilightforest:giant_leaves} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 758 twilightforest:giant_obsidian Block{twilightforest:giant_obsidian} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 759 twilightforest:uberous_soil Block{twilightforest:uberous_soil} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 760 twilightforest:huge_stalk Block{twilightforest:huge_stalk} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 761 twilightforest:huge_mushgloom Block{twilightforest:huge_mushgloom} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 762 twilightforest:trollvidr Block{twilightforest:trollvidr} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 763 twilightforest:unripe_trollber Block{twilightforest:unripe_trollber} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 764 twilightforest:trollber Block{twilightforest:trollber} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 765 twilightforest:knightmetal_block Block{twilightforest:knightmetal_block} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 766 twilightforest:huge_lilypad Block{twilightforest:huge_lilypad} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 767 twilightforest:huge_waterlily Block{twilightforest:huge_waterlily} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 768 twilightforest:slider Block{twilightforest:slider} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 769 twilightforest:castle_brick Block{twilightforest:castle_brick} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 770 twilightforest:castle_stairs_brick Block{twilightforest:castle_stairs_brick} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 771 twilightforest:castle_stairs_worn Block{twilightforest:castle_stairs_worn} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 772 twilightforest:castle_stairs_cracked Block{twilightforest:castle_stairs_cracked} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 773 twilightforest:castle_stairs_mossy Block{twilightforest:castle_stairs_mossy} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 774 twilightforest:castle_pillar Block{twilightforest:castle_pillar} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 775 twilightforest:castle_stairs Block{twilightforest:castle_stairs} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 776 twilightforest:castle_rune_brick Block{twilightforest:castle_rune_brick} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 777 twilightforest:force_field Block{twilightforest:force_field} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 778 twilightforest:cinder_furnace Block{twilightforest:cinder_furnace} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 779 twilightforest:cinder_furnace_lit Block{twilightforest:cinder_furnace_lit} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 780 twilightforest:cinder_log Block{twilightforest:cinder_log} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 781 twilightforest:castle_door Block{twilightforest:castle_door} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 782 twilightforest:castle_door_vanished Block{twilightforest:castle_door_vanished} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 783 twilightforest:castle_unlock Block{twilightforest:castle_unlock} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 784 twilightforest:experiment_115 Block{twilightforest:experiment_115} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 785 twilightforest:miniature_structure Block{twilightforest:miniature_structure} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 786 twilightforest:block_storage Block{twilightforest:block_storage} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 787 twilightforest:lapis_block Block{twilightforest:lapis_block} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 788 twilightforest:spiral_bricks Block{twilightforest:spiral_bricks} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 789 twilightforest:etched_nagastone Block{twilightforest:etched_nagastone} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 790 twilightforest:nagastone_stairs Block{twilightforest:nagastone_stairs} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 791 twilightforest:nagastone_pillar Block{twilightforest:nagastone_pillar} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 792 twilightforest:etched_nagastone_mossy Block{twilightforest:etched_nagastone_mossy} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 793 twilightforest:nagastone_stairs_mossy Block{twilightforest:nagastone_stairs_mossy} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 794 twilightforest:nagastone_pillar_mossy Block{twilightforest:nagastone_pillar_mossy} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 795 twilightforest:etched_nagastone_weathered Block{twilightforest:etched_nagastone_weathered} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 796 twilightforest:nagastone_stairs_weathered Block{twilightforest:nagastone_stairs_weathered} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 797 twilightforest:nagastone_pillar_weathered Block{twilightforest:nagastone_pillar_weathered} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 798 twilightforest:auroralized_glass Block{twilightforest:auroralized_glass} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 799 twilightforest:molten_fierymetal Block{twilightforest:molten_fierymetal} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 800 twilightforest:molten_knightmetal Block{twilightforest:molten_knightmetal} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 801 twilightforest:fiery_essence Block{twilightforest:fiery_essence} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 802 tconstruct:soil Block{tconstruct:soil} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 803 tconstruct:slime Block{tconstruct:slime} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 804 tconstruct:slime_congealed Block{tconstruct:slime_congealed} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 805 tconstruct:ore Block{tconstruct:ore} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 806 tconstruct:firewood Block{tconstruct:firewood} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 807 tconstruct:deco_ground Block{tconstruct:deco_ground} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 808 tconstruct:clear_glass Block{tconstruct:clear_glass} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 809 tconstruct:clear_stained_glass Block{tconstruct:clear_stained_glass} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 810 tconstruct:deco_ground_slab Block{tconstruct:deco_ground_slab} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 811 tconstruct:firewood_slab Block{tconstruct:firewood_slab} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 812 tconstruct:mudbrick_stairs Block{tconstruct:mudbrick_stairs} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 813 tconstruct:firewood_stairs Block{tconstruct:firewood_stairs} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 814 tconstruct:lavawood_stairs Block{tconstruct:lavawood_stairs} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 815 tconstruct:metal Block{tconstruct:metal} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 816 tconstruct:glow Block{tconstruct:glow} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 817 tconstruct:slime_dirt Block{tconstruct:slime_dirt} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 818 tconstruct:slime_grass Block{tconstruct:slime_grass} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 819 tconstruct:slime_leaves Block{tconstruct:slime_leaves} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 820 tconstruct:slime_grass_tall Block{tconstruct:slime_grass_tall} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 821 tconstruct:slime_sapling Block{tconstruct:slime_sapling} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 822 tconstruct:slime_vine_blue_end Block{tconstruct:slime_vine_blue_end} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 823 tconstruct:slime_vine_blue_mid Block{tconstruct:slime_vine_blue_mid} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 824 tconstruct:slime_vine_blue Block{tconstruct:slime_vine_blue} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 825 tconstruct:slime_vine_purple_end Block{tconstruct:slime_vine_purple_end} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 826 tconstruct:slime_vine_purple_mid Block{tconstruct:slime_vine_purple_mid} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 827 tconstruct:slime_vine_purple Block{tconstruct:slime_vine_purple} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 828 tconstruct:tooltables Block{tconstruct:tooltables} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 829 tconstruct:toolforge Block{tconstruct:toolforge} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 830 tconstruct:seared Block{tconstruct:seared} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 831 tconstruct:smeltery_controller Block{tconstruct:smeltery_controller} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 832 tconstruct:seared_tank Block{tconstruct:seared_tank} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 833 tconstruct:faucet Block{tconstruct:faucet} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 834 tconstruct:channel Block{tconstruct:channel} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 835 tconstruct:casting Block{tconstruct:casting} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 836 tconstruct:smeltery_io Block{tconstruct:smeltery_io} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 837 tconstruct:seared_glass Block{tconstruct:seared_glass} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 838 tconstruct:seared_furnace_controller Block{tconstruct:seared_furnace_controller} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 839 tconstruct:tinker_tank_controller Block{tconstruct:tinker_tank_controller} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 840 tconstruct:seared_slab Block{tconstruct:seared_slab} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 841 tconstruct:seared_slab2 Block{tconstruct:seared_slab2} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 842 tconstruct:seared_stairs_stone Block{tconstruct:seared_stairs_stone} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 843 tconstruct:seared_stairs_cobble Block{tconstruct:seared_stairs_cobble} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 844 tconstruct:seared_stairs_paver Block{tconstruct:seared_stairs_paver} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 845 tconstruct:seared_stairs_brick Block{tconstruct:seared_stairs_brick} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 846 tconstruct:seared_stairs_brick_cracked Block{tconstruct:seared_stairs_brick_cracked} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 847 tconstruct:seared_stairs_brick_fancy Block{tconstruct:seared_stairs_brick_fancy} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 848 tconstruct:seared_stairs_brick_square Block{tconstruct:seared_stairs_brick_square} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 849 tconstruct:seared_stairs_brick_triangle Block{tconstruct:seared_stairs_brick_triangle} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 850 tconstruct:seared_stairs_brick_small Block{tconstruct:seared_stairs_brick_small} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 851 tconstruct:seared_stairs_road Block{tconstruct:seared_stairs_road} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 852 tconstruct:seared_stairs_tile Block{tconstruct:seared_stairs_tile} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 853 tconstruct:seared_stairs_creeper Block{tconstruct:seared_stairs_creeper} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 854 tconstruct:stone_torch Block{tconstruct:stone_torch} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 855 tconstruct:stone_ladder Block{tconstruct:stone_ladder} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 856 tconstruct:punji Block{tconstruct:punji} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 857 tconstruct:rack Block{tconstruct:rack} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 858 tconstruct:wood_rail Block{tconstruct:wood_rail} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 859 tconstruct:wood_rail_trapdoor Block{tconstruct:wood_rail_trapdoor} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 860 tconstruct:wooden_hopper Block{tconstruct:wooden_hopper} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 861 tconstruct:slime_channel Block{tconstruct:slime_channel} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 862 tconstruct:dried_clay Block{tconstruct:dried_clay} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 863 tconstruct:dried_clay_slab Block{tconstruct:dried_clay_slab} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 864 tconstruct:dried_clay_stairs Block{tconstruct:dried_clay_stairs} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 865 tconstruct:dried_brick_stairs Block{tconstruct:dried_brick_stairs} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 866 tconstruct:brownstone Block{tconstruct:brownstone} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 867 tconstruct:brownstone_slab Block{tconstruct:brownstone_slab} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 868 tconstruct:brownstone_slab2 Block{tconstruct:brownstone_slab2} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 869 tconstruct:brownstone_stairs_smooth Block{tconstruct:brownstone_stairs_smooth} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 870 tconstruct:brownstone_stairs_rough Block{tconstruct:brownstone_stairs_rough} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 871 tconstruct:brownstone_stairs_paver Block{tconstruct:brownstone_stairs_paver} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 872 tconstruct:brownstone_stairs_brick Block{tconstruct:brownstone_stairs_brick} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 873 tconstruct:brownstone_stairs_brick_cracked Block{tconstruct:brownstone_stairs_brick_cracked} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 874 tconstruct:brownstone_stairs_brick_fancy Block{tconstruct:brownstone_stairs_brick_fancy} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 875 tconstruct:brownstone_stairs_brick_square Block{tconstruct:brownstone_stairs_brick_square} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 876 tconstruct:brownstone_stairs_brick_triangle Block{tconstruct:brownstone_stairs_brick_triangle} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 877 tconstruct:brownstone_stairs_brick_small Block{tconstruct:brownstone_stairs_brick_small} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 878 tconstruct:brownstone_stairs_road Block{tconstruct:brownstone_stairs_road} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 879 tconstruct:brownstone_stairs_tile Block{tconstruct:brownstone_stairs_tile} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 880 tconstruct:brownstone_stairs_creeper Block{tconstruct:brownstone_stairs_creeper} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 881 tconstruct:molten_iron Block{tconstruct:molten_iron} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 882 tconstruct:molten_pigiron Block{tconstruct:molten_pigiron} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 883 tconstruct:molten_knightslime Block{tconstruct:molten_knightslime} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 884 tconstruct:molten_alubrass Block{tconstruct:molten_alubrass} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 885 tconstruct:molten_cobalt Block{tconstruct:molten_cobalt} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 886 tconstruct:molten_ardite Block{tconstruct:molten_ardite} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 887 tconstruct:molten_manyullyn Block{tconstruct:molten_manyullyn} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 888 tconstruct:molten_copper Block{tconstruct:molten_copper} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 889 tconstruct:molten_bronze Block{tconstruct:molten_bronze} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 890 tconstruct:molten_lead Block{tconstruct:molten_lead} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 891 tconstruct:molten_silver Block{tconstruct:molten_silver} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 892 tconstruct:molten_electrum Block{tconstruct:molten_electrum} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 893 tconstruct:molten_steel Block{tconstruct:molten_steel} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 894 tconstruct:molten_gold Block{tconstruct:molten_gold} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 895 tconstruct:molten_brass Block{tconstruct:molten_brass} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 896 tconstruct:molten_tin Block{tconstruct:molten_tin} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 897 tconstruct:molten_nickel Block{tconstruct:molten_nickel} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 898 tconstruct:molten_zinc Block{tconstruct:molten_zinc} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 899 tconstruct:molten_aluminum Block{tconstruct:molten_aluminum} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 900 tconstruct:molten_stone Block{tconstruct:molten_stone} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 901 tconstruct:molten_obsidian Block{tconstruct:molten_obsidian} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 902 tconstruct:molten_clay Block{tconstruct:molten_clay} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 903 tconstruct:molten_dirt Block{tconstruct:molten_dirt} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 904 tconstruct:molten_emerald Block{tconstruct:molten_emerald} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 905 tconstruct:molten_glass Block{tconstruct:molten_glass} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 906 tconstruct:blood Block{tconstruct:blood} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 907 tconstruct:milk Block{tconstruct:milk} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 908 tconstruct:blueslime Block{tconstruct:blueslime} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 909 tconstruct:purpleslime Block{tconstruct:purpleslime} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 910 immersiveengineering:ore Block{immersiveengineering:ore} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 911 immersiveengineering:storage Block{immersiveengineering:storage} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 912 immersiveengineering:storage_slab Block{immersiveengineering:storage_slab} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 913 immersiveengineering:stone_decoration Block{immersiveengineering:stone_decoration} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 914 immersiveengineering:stone_decoration_slab Block{immersiveengineering:stone_decoration_slab} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 915 immersiveengineering:stone_decoration_stairs_hempcrete Block{immersiveengineering:stone_decoration_stairs_hempcrete} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 916 immersiveengineering:stone_decoration_stairs_concrete Block{immersiveengineering:stone_decoration_stairs_concrete} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 917 immersiveengineering:stone_decoration_stairs_concrete_tile Block{immersiveengineering:stone_decoration_stairs_concrete_tile} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 918 immersiveengineering:stone_decoration_stairs_concrete_leaded Block{immersiveengineering:stone_decoration_stairs_concrete_leaded} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 919 immersiveengineering:stone_device Block{immersiveengineering:stone_device} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 920 immersiveengineering:treated_wood Block{immersiveengineering:treated_wood} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 921 immersiveengineering:treated_wood_slab Block{immersiveengineering:treated_wood_slab} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 922 immersiveengineering:treated_wood_stairs0 Block{immersiveengineering:treated_wood_stairs0} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 923 immersiveengineering:treated_wood_stairs1 Block{immersiveengineering:treated_wood_stairs1} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 924 immersiveengineering:treated_wood_stairs2 Block{immersiveengineering:treated_wood_stairs2} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 925 immersiveengineering:wooden_decoration Block{immersiveengineering:wooden_decoration} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 926 immersiveengineering:wooden_device0 Block{immersiveengineering:wooden_device0} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 927 immersiveengineering:wooden_device1 Block{immersiveengineering:wooden_device1} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 928 immersiveengineering:hemp Block{immersiveengineering:hemp} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 929 immersiveengineering:cloth_device Block{immersiveengineering:cloth_device} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 930 immersiveengineering:fake_light Block{immersiveengineering:fake_light} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 931 immersiveengineering:sheetmetal Block{immersiveengineering:sheetmetal} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 932 immersiveengineering:sheetmetal_slab Block{immersiveengineering:sheetmetal_slab} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 933 immersiveengineering:metal_decoration0 Block{immersiveengineering:metal_decoration0} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 934 immersiveengineering:metal_decoration1 Block{immersiveengineering:metal_decoration1} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 935 immersiveengineering:metal_decoration2 Block{immersiveengineering:metal_decoration2} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 936 immersiveengineering:metal_decoration1_slab Block{immersiveengineering:metal_decoration1_slab} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 937 immersiveengineering:steel_scaffolding_stairs0 Block{immersiveengineering:steel_scaffolding_stairs0} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 938 immersiveengineering:steel_scaffolding_stairs1 Block{immersiveengineering:steel_scaffolding_stairs1} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 939 immersiveengineering:steel_scaffolding_stairs2 Block{immersiveengineering:steel_scaffolding_stairs2} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 940 immersiveengineering:aluminum_scaffolding_stairs0 Block{immersiveengineering:aluminum_scaffolding_stairs0} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 941 immersiveengineering:aluminum_scaffolding_stairs1 Block{immersiveengineering:aluminum_scaffolding_stairs1} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 942 immersiveengineering:aluminum_scaffolding_stairs2 Block{immersiveengineering:aluminum_scaffolding_stairs2} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 943 immersiveengineering:metal_ladder Block{immersiveengineering:metal_ladder} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 944 immersiveengineering:connector Block{immersiveengineering:connector} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 945 immersiveengineering:metal_device0 Block{immersiveengineering:metal_device0} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 946 immersiveengineering:metal_device1 Block{immersiveengineering:metal_device1} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 947 immersiveengineering:conveyor Block{immersiveengineering:conveyor} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 948 immersiveengineering:metal_multiblock Block{immersiveengineering:metal_multiblock} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 949 immersiveengineering:fluidcreosote Block{immersiveengineering:fluidcreosote} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 950 immersiveengineering:fluidplantoil Block{immersiveengineering:fluidplantoil} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 951 immersiveengineering:fluidethanol Block{immersiveengineering:fluidethanol} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 952 immersiveengineering:fluidbiodiesel Block{immersiveengineering:fluidbiodiesel} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 953 immersiveengineering:fluidconcrete Block{immersiveengineering:fluidconcrete} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 954 immersiveengineering:molten_uranium Block{immersiveengineering:molten_uranium} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 955 immersiveengineering:molten_constantan Block{immersiveengineering:molten_constantan} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 956 mekanism:basicblock Block{mekanism:basicblock} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 957 mekanism:basicblock2 Block{mekanism:basicblock2} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 958 mekanism:machineblock Block{mekanism:machineblock} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 959 mekanism:machineblock2 Block{mekanism:machineblock2} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 960 mekanism:machineblock3 Block{mekanism:machineblock3} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 961 mekanism:oreblock Block{mekanism:oreblock} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 962 mekanism:energycube Block{mekanism:energycube} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 963 mekanism:transmitter Block{mekanism:transmitter} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 964 mekanism:obsidiantnt Block{mekanism:obsidiantnt} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 965 mekanism:boundingblock Block{mekanism:boundingblock} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 966 mekanism:gastank Block{mekanism:gastank} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 967 mekanism:cardboardbox Block{mekanism:cardboardbox} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 968 mekanism:glowpanel Block{mekanism:glowpanel} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 969 mekanism:plasticblock Block{mekanism:plasticblock} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 970 mekanism:slickplasticblock Block{mekanism:slickplasticblock} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 971 mekanism:glowplasticblock Block{mekanism:glowplasticblock} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 972 mekanism:reinforcedplasticblock Block{mekanism:reinforcedplasticblock} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 973 mekanism:roadplasticblock Block{mekanism:roadplasticblock} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 974 mekanism:plasticfence Block{mekanism:plasticfence} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 975 mekanism:saltblock Block{mekanism:saltblock} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 976 natura:clouds Block{natura:clouds} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 977 natura:colored_grass Block{natura:colored_grass} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 978 natura:colored_grass_slab Block{natura:colored_grass_slab} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 979 natura:colored_grass_stairs_topiary Block{natura:colored_grass_stairs_topiary} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 980 natura:colored_grass_stairs_bluegrass Block{natura:colored_grass_stairs_bluegrass} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 981 natura:colored_grass_stairs_autumnal Block{natura:colored_grass_stairs_autumnal} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 982 natura:overworld_logs Block{natura:overworld_logs} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 983 natura:overworld_logs2 Block{natura:overworld_logs2} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 984 natura:redwood_logs Block{natura:redwood_logs} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 985 natura:overworld_leaves Block{natura:overworld_leaves} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 986 natura:overworld_leaves2 Block{natura:overworld_leaves2} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 987 natura:redwood_leaves Block{natura:redwood_leaves} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 988 natura:overworld_sapling Block{natura:overworld_sapling} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 989 natura:overworld_sapling2 Block{natura:overworld_sapling2} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 990 natura:redwood_sapling Block{natura:redwood_sapling} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 991 natura:bluebells_flower Block{natura:bluebells_flower} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 992 natura:overworld_planks Block{natura:overworld_planks} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 993 natura:overworld_slab Block{natura:overworld_slab} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 994 natura:overworld_slab2 Block{natura:overworld_slab2} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 995 natura:overworld_stairs_maple Block{natura:overworld_stairs_maple} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 996 natura:overworld_stairs_silverbell Block{natura:overworld_stairs_silverbell} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 997 natura:overworld_stairs_amaranth Block{natura:overworld_stairs_amaranth} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 998 natura:overworld_stairs_tiger Block{natura:overworld_stairs_tiger} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 999 natura:overworld_stairs_willow Block{natura:overworld_stairs_willow} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1000 natura:overworld_stairs_eucalyptus Block{natura:overworld_stairs_eucalyptus} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1001 natura:overworld_stairs_hopseed Block{natura:overworld_stairs_hopseed} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1002 natura:overworld_stairs_sakura Block{natura:overworld_stairs_sakura} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1003 natura:overworld_stairs_redwood Block{natura:overworld_stairs_redwood} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1004 natura:overworld_berrybush_raspberry Block{natura:overworld_berrybush_raspberry} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1005 natura:overworld_berrybush_blueberry Block{natura:overworld_berrybush_blueberry} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1006 natura:overworld_berrybush_blackberry Block{natura:overworld_berrybush_blackberry} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1007 natura:overworld_berrybush_maloberry Block{natura:overworld_berrybush_maloberry} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1008 natura:barley_crop Block{natura:barley_crop} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1009 natura:cotton_crop Block{natura:cotton_crop} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1010 natura:overworld_door_eucalyptus Block{natura:overworld_door_eucalyptus} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1011 natura:overworld_door_hopseed Block{natura:overworld_door_hopseed} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1012 natura:overworld_door_sakura Block{natura:overworld_door_sakura} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1013 natura:overworld_door_redwood Block{natura:overworld_door_redwood} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1014 natura:overworld_door_redwood_bark Block{natura:overworld_door_redwood_bark} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1015 natura:overworld_door_tiger Block{natura:overworld_door_tiger} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1016 natura:overworld_door_maple Block{natura:overworld_door_maple} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1017 natura:overworld_door_silverbell Block{natura:overworld_door_silverbell} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1018 natura:saguaro Block{natura:saguaro} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1019 natura:saguaro_baby Block{natura:saguaro_baby} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1020 natura:saguaro_fruit Block{natura:saguaro_fruit} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1021 natura:nether_logs Block{natura:nether_logs} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1022 natura:nether_logs2 Block{natura:nether_logs2} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1023 natura:nether_leaves Block{natura:nether_leaves} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1024 natura:nether_leaves2 Block{natura:nether_leaves2} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1025 natura:nether_sapling Block{natura:nether_sapling} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1026 natura:nether_sapling2 Block{natura:nether_sapling2} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1027 natura:nether_planks Block{natura:nether_planks} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1028 natura:nether_slab Block{natura:nether_slab} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1029 natura:nether_heat_sand Block{natura:nether_heat_sand} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1030 natura:nether_tainted_soil Block{natura:nether_tainted_soil} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1031 natura:nether_thorn_vines Block{natura:nether_thorn_vines} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1032 natura:nether_glass Block{natura:nether_glass} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1033 natura:nether_stairs_ghostwood Block{natura:nether_stairs_ghostwood} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1034 natura:nether_stairs_bloodwood Block{natura:nether_stairs_bloodwood} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1035 natura:nether_stairs_darkwood Block{natura:nether_stairs_darkwood} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1036 natura:nether_stairs_fusewood Block{natura:nether_stairs_fusewood} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1037 natura:nether_berrybush_blightberry Block{natura:nether_berrybush_blightberry} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1038 natura:nether_berrybush_duskberry Block{natura:nether_berrybush_duskberry} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1039 natura:nether_berrybush_skyberry Block{natura:nether_berrybush_skyberry} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1040 natura:nether_berrybush_stingberry Block{natura:nether_berrybush_stingberry} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1041 natura:respawn_obelisk Block{natura:respawn_obelisk} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1042 natura:nether_glowshroom Block{natura:nether_glowshroom} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1043 natura:nether_green_large_glowshroom Block{natura:nether_green_large_glowshroom} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1044 natura:nether_blue_large_glowshroom Block{natura:nether_blue_large_glowshroom} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1045 natura:nether_purple_large_glowshroom Block{natura:nether_purple_large_glowshroom} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1046 natura:nether_door_ghostwood Block{natura:nether_door_ghostwood} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1047 natura:nether_door_bloodwood Block{natura:nether_door_bloodwood} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1048 natura:nether_door_darkwood Block{natura:nether_door_darkwood} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1049 natura:nether_door_fusewood Block{natura:nether_door_fusewood} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1050 natura:blaze_hopper Block{natura:blaze_hopper} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1051 natura:nether_lever Block{natura:nether_lever} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1052 natura:nether_button Block{natura:nether_button} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1053 natura:nether_pressure_plate Block{natura:nether_pressure_plate} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1054 natura:blaze_rail Block{natura:blaze_rail} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1055 natura:blaze_rail_golden Block{natura:blaze_rail_golden} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1056 natura:blaze_rail_activator Block{natura:blaze_rail_activator} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1057 natura:blaze_rail_detector Block{natura:blaze_rail_detector} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1058 natura:netherrack_furnace Block{natura:netherrack_furnace} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1059 natura:lit_netherrack_furnace Block{natura:lit_netherrack_furnace} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1060 natura:maple_button Block{natura:maple_button} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1061 natura:maple_pressure_plate Block{natura:maple_pressure_plate} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1062 natura:maple_trap_door Block{natura:maple_trap_door} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1063 natura:maple_fence Block{natura:maple_fence} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1064 natura:maple_fence_gate Block{natura:maple_fence_gate} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1065 natura:silverbell_button Block{natura:silverbell_button} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1066 natura:silverbell_pressure_plate Block{natura:silverbell_pressure_plate} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1067 natura:silverbell_trap_door Block{natura:silverbell_trap_door} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1068 natura:silverbell_fence Block{natura:silverbell_fence} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1069 natura:silverbell_fence_gate Block{natura:silverbell_fence_gate} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1070 natura:amaranth_button Block{natura:amaranth_button} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1071 natura:amaranth_pressure_plate Block{natura:amaranth_pressure_plate} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1072 natura:amaranth_trap_door Block{natura:amaranth_trap_door} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1073 natura:amaranth_fence Block{natura:amaranth_fence} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1074 natura:amaranth_fence_gate Block{natura:amaranth_fence_gate} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1075 natura:tiger_button Block{natura:tiger_button} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1076 natura:tiger_pressure_plate Block{natura:tiger_pressure_plate} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1077 natura:tiger_trap_door Block{natura:tiger_trap_door} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1078 natura:tiger_fence Block{natura:tiger_fence} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1079 natura:tiger_fence_gate Block{natura:tiger_fence_gate} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1080 natura:willow_button Block{natura:willow_button} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1081 natura:willow_pressure_plate Block{natura:willow_pressure_plate} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1082 natura:willow_trap_door Block{natura:willow_trap_door} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1083 natura:willow_fence Block{natura:willow_fence} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1084 natura:willow_fence_gate Block{natura:willow_fence_gate} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1085 natura:eucalyptus_button Block{natura:eucalyptus_button} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1086 natura:eucalyptus_pressure_plate Block{natura:eucalyptus_pressure_plate} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1087 natura:eucalyptus_trap_door Block{natura:eucalyptus_trap_door} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1088 natura:eucalyptus_fence Block{natura:eucalyptus_fence} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1089 natura:eucalyptus_fence_gate Block{natura:eucalyptus_fence_gate} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1090 natura:hopseed_button Block{natura:hopseed_button} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1091 natura:hopseed_pressure_plate Block{natura:hopseed_pressure_plate} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1092 natura:hopseed_trap_door Block{natura:hopseed_trap_door} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1093 natura:hopseed_fence Block{natura:hopseed_fence} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1094 natura:hopseed_fence_gate Block{natura:hopseed_fence_gate} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1095 natura:sakura_button Block{natura:sakura_button} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1096 natura:sakura_pressure_plate Block{natura:sakura_pressure_plate} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1097 natura:sakura_trap_door Block{natura:sakura_trap_door} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1098 natura:sakura_fence Block{natura:sakura_fence} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1099 natura:sakura_fence_gate Block{natura:sakura_fence_gate} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1100 natura:redwood_button Block{natura:redwood_button} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1101 natura:redwood_pressure_plate Block{natura:redwood_pressure_plate} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1102 natura:redwood_trap_door Block{natura:redwood_trap_door} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1103 natura:redwood_fence Block{natura:redwood_fence} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1104 natura:redwood_fence_gate Block{natura:redwood_fence_gate} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1105 natura:overworld_bookshelves Block{natura:overworld_bookshelves} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1106 natura:overworld_workbenches Block{natura:overworld_workbenches} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1107 natura:ghostwood_button Block{natura:ghostwood_button} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1108 natura:ghostwood_pressure_plate Block{natura:ghostwood_pressure_plate} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1109 natura:ghostwood_trap_door Block{natura:ghostwood_trap_door} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1110 natura:ghostwood_fence Block{natura:ghostwood_fence} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1111 natura:ghostwood_fence_gate Block{natura:ghostwood_fence_gate} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1112 natura:bloodwood_button Block{natura:bloodwood_button} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1113 natura:bloodwood_pressure_plate Block{natura:bloodwood_pressure_plate} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1114 natura:bloodwood_trap_door Block{natura:bloodwood_trap_door} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1115 natura:bloodwood_fence Block{natura:bloodwood_fence} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1116 natura:bloodwood_fence_gate Block{natura:bloodwood_fence_gate} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1117 natura:fusewood_button Block{natura:fusewood_button} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1118 natura:fusewood_pressure_plate Block{natura:fusewood_pressure_plate} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1119 natura:fusewood_trap_door Block{natura:fusewood_trap_door} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1120 natura:fusewood_fence Block{natura:fusewood_fence} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1121 natura:fusewood_fence_gate Block{natura:fusewood_fence_gate} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1122 natura:darkwood_button Block{natura:darkwood_button} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1123 natura:darkwood_pressure_plate Block{natura:darkwood_pressure_plate} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1124 natura:darkwood_trap_door Block{natura:darkwood_trap_door} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1125 natura:darkwood_fence Block{natura:darkwood_fence} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1126 natura:darkwood_fence_gate Block{natura:darkwood_fence_gate} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1127 natura:nether_bookshelves Block{natura:nether_bookshelves} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1128 natura:nether_workbenches Block{natura:nether_workbenches} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1129 traverse:red_autumnal_leaves Block{traverse:red_autumnal_leaves} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1130 traverse:red_autumnal_sapling Block{traverse:red_autumnal_sapling} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1131 traverse:brown_autumnal_leaves Block{traverse:brown_autumnal_leaves} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1132 traverse:brown_autumnal_sapling Block{traverse:brown_autumnal_sapling} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1133 traverse:orange_autumnal_leaves Block{traverse:orange_autumnal_leaves} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1134 traverse:orange_autumnal_sapling Block{traverse:orange_autumnal_sapling} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1135 traverse:yellow_autumnal_leaves Block{traverse:yellow_autumnal_leaves} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1136 traverse:yellow_autumnal_sapling Block{traverse:yellow_autumnal_sapling} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1137 traverse:fir_leaves Block{traverse:fir_leaves} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1138 traverse:fir_sapling Block{traverse:fir_sapling} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1139 traverse:fir_log Block{traverse:fir_log} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1140 traverse:fir_planks Block{traverse:fir_planks} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1141 traverse:fir_stairs Block{traverse:fir_stairs} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1142 traverse:fir_slab Block{traverse:fir_slab} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1143 traverse:fir_double_slab Block{traverse:fir_double_slab} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1144 traverse:fir_fence Block{traverse:fir_fence} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1145 traverse:fir_fence_gate Block{traverse:fir_fence_gate} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1146 traverse:fir_door Block{traverse:fir_door} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1147 traverse:red_rock Block{traverse:red_rock} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1148 traverse:red_rock_bricks Block{traverse:red_rock_bricks} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1149 traverse:red_rock_bricks_stairs Block{traverse:red_rock_bricks_stairs} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1150 traverse:red_rock_bricks_slab Block{traverse:red_rock_bricks_slab} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1151 traverse:red_rock_bricks_double_slab Block{traverse:red_rock_bricks_double_slab} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1152 traverse:red_rock_bricks_chiseled Block{traverse:red_rock_bricks_chiseled} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1153 traverse:red_rock_slab Block{traverse:red_rock_slab} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1154 traverse:red_rock_double_slab Block{traverse:red_rock_double_slab} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1155 traverse:red_rock_cobblestone Block{traverse:red_rock_cobblestone} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1156 traverse:red_rock_cobblestone_stairs Block{traverse:red_rock_cobblestone_stairs} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1157 traverse:red_rock_cobblestone_slab Block{traverse:red_rock_cobblestone_slab} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1158 traverse:red_rock_cobblestone_double_slab Block{traverse:red_rock_cobblestone_double_slab} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1159 traverse:red_rock_cobblestone_wall Block{traverse:red_rock_cobblestone_wall} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1160 traverse:blue_rock Block{traverse:blue_rock} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1161 traverse:blue_rock_bricks Block{traverse:blue_rock_bricks} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1162 traverse:blue_rock_bricks_stairs Block{traverse:blue_rock_bricks_stairs} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1163 traverse:blue_rock_bricks_slab Block{traverse:blue_rock_bricks_slab} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1164 traverse:blue_rock_bricks_double_slab Block{traverse:blue_rock_bricks_double_slab} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1165 traverse:blue_rock_bricks_chiseled Block{traverse:blue_rock_bricks_chiseled} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1166 traverse:blue_rock_slab Block{traverse:blue_rock_slab} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1167 traverse:blue_rock_double_slab Block{traverse:blue_rock_double_slab} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1168 traverse:blue_rock_cobblestone Block{traverse:blue_rock_cobblestone} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1169 traverse:blue_rock_cobblestone_stairs Block{traverse:blue_rock_cobblestone_stairs} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1170 traverse:blue_rock_cobblestone_slab Block{traverse:blue_rock_cobblestone_slab} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1171 traverse:blue_rock_cobblestone_double_slab Block{traverse:blue_rock_cobblestone_double_slab} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1172 traverse:blue_rock_cobblestone_wall Block{traverse:blue_rock_cobblestone_wall} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1173 traverse:dead_grass Block{traverse:dead_grass} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1174 traverse:cold_grass Block{traverse:cold_grass} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1175 betterwithmods:anchor Block{betterwithmods:anchor} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1176 betterwithmods:rope Block{betterwithmods:rope} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1177 betterwithmods:single_machine Block{betterwithmods:single_machine} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1178 betterwithmods:wooden_axle Block{betterwithmods:wooden_axle} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1179 betterwithmods:steel_axle Block{betterwithmods:steel_axle} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1180 betterwithmods:wooden_gearbox Block{betterwithmods:wooden_gearbox} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1181 betterwithmods:steel_gearbox Block{betterwithmods:steel_gearbox} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1182 betterwithmods:steel_broken_gearbox Block{betterwithmods:steel_broken_gearbox} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1183 betterwithmods:wooden_broken_gearbox Block{betterwithmods:wooden_broken_gearbox} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1184 betterwithmods:hand_crank Block{betterwithmods:hand_crank} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1185 betterwithmods:wicker Block{betterwithmods:wicker} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1186 betterwithmods:grate Block{betterwithmods:grate} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1187 betterwithmods:slats Block{betterwithmods:slats} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1188 betterwithmods:planter Block{betterwithmods:planter} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1189 betterwithmods:vase Block{betterwithmods:vase} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1190 betterwithmods:urn Block{betterwithmods:urn} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1191 betterwithmods:unfired_pottery Block{betterwithmods:unfired_pottery} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1192 betterwithmods:stoked_flame Block{betterwithmods:stoked_flame} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1193 betterwithmods:hibachi Block{betterwithmods:hibachi} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1194 betterwithmods:bellows Block{betterwithmods:bellows} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1195 betterwithmods:kiln Block{betterwithmods:kiln} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1196 betterwithmods:hemp Block{betterwithmods:hemp} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1197 betterwithmods:detector Block{betterwithmods:detector} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1198 betterwithmods:lens Block{betterwithmods:lens} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1199 betterwithmods:invisible_light Block{betterwithmods:invisible_light} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1200 betterwithmods:saw Block{betterwithmods:saw} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1201 betterwithmods:aesthetic Block{betterwithmods:aesthetic} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1202 betterwithmods:booster Block{betterwithmods:booster} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1203 betterwithmods:windmill Block{betterwithmods:windmill} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1204 betterwithmods:waterwheel Block{betterwithmods:waterwheel} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1205 betterwithmods:wood_siding Block{betterwithmods:wood_siding} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1206 betterwithmods:wood_moulding Block{betterwithmods:wood_moulding} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1207 betterwithmods:wood_corner Block{betterwithmods:wood_corner} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1208 betterwithmods:wood_bench Block{betterwithmods:wood_bench} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1209 betterwithmods:wood_table Block{betterwithmods:wood_table} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1210 betterwithmods:companion_cube Block{betterwithmods:companion_cube} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1211 betterwithmods:block_dispenser Block{betterwithmods:block_dispenser} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1212 betterwithmods:bamboo_chime Block{betterwithmods:bamboo_chime} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1213 betterwithmods:metal_chime Block{betterwithmods:metal_chime} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1214 betterwithmods:buddy_block Block{betterwithmods:buddy_block} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1215 betterwithmods:creative_generator Block{betterwithmods:creative_generator} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1216 betterwithmods:light Block{betterwithmods:light} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1217 betterwithmods:platform Block{betterwithmods:platform} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1218 betterwithmods:mining_charge Block{betterwithmods:mining_charge} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1219 betterwithmods:fertile_farmland Block{betterwithmods:fertile_farmland} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1220 betterwithmods:screw_pump Block{betterwithmods:screw_pump} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1221 betterwithmods:vine_trap Block{betterwithmods:vine_trap} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1222 betterwithmods:raw_pastry Block{betterwithmods:raw_pastry} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1223 betterwithmods:steel_anvil Block{betterwithmods:steel_anvil} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1224 betterwithmods:stone_siding Block{betterwithmods:stone_siding} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1225 betterwithmods:stone_moulding Block{betterwithmods:stone_moulding} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1226 betterwithmods:stone_corner Block{betterwithmods:stone_corner} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1227 betterwithmods:dirt_slab Block{betterwithmods:dirt_slab} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1228 betterwithmods:cooking_pot Block{betterwithmods:cooking_pot} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1229 betterwithmods:temporary_water Block{betterwithmods:temporary_water} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1230 betterwithmods:iron_wall Block{betterwithmods:iron_wall} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1231 betterwithmods:stake Block{betterwithmods:stake} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1232 betterwithmods:stake_string Block{betterwithmods:stake_string} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1233 betterwithmods:nether_growth Block{betterwithmods:nether_growth} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1234 betterwithmods:steel_block Block{betterwithmods:steel_block} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1235 betterwithmods:steel_saw Block{betterwithmods:steel_saw} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1236 betterwithmods:blood_log Block{betterwithmods:blood_log} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1237 betterwithmods:blood_leaves Block{betterwithmods:blood_leaves} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1238 betterwithmods:blood_sapling Block{betterwithmods:blood_sapling} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1239 betterwithmods:nether_clay Block{betterwithmods:nether_clay} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1240 betterwithmods:cobblestone Block{betterwithmods:cobblestone} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1241 betterwithmods:steel_pressure_plate Block{betterwithmods:steel_pressure_plate} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1242 betterwithmods:infernal_enchanter Block{betterwithmods:infernal_enchanter} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1243 betterwithmods:candle Block{betterwithmods:candle} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1244 betterwithmods:candle_holder Block{betterwithmods:candle_holder} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1245 betterwithmods:shaft Block{betterwithmods:shaft} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1246 betterwithmods:bucket Block{betterwithmods:bucket} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1247 betterwithmods:siding_rock Block{betterwithmods:siding_rock} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1248 betterwithmods:siding_iron Block{betterwithmods:siding_iron} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1249 betterwithmods:siding_ground Block{betterwithmods:siding_ground} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1250 betterwithmods:siding_wood Block{betterwithmods:siding_wood} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1251 betterwithmods:siding_clay Block{betterwithmods:siding_clay} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1252 betterwithmods:moulding_rock Block{betterwithmods:moulding_rock} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1253 betterwithmods:moulding_iron Block{betterwithmods:moulding_iron} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1254 betterwithmods:moulding_ground Block{betterwithmods:moulding_ground} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1255 betterwithmods:moulding_wood Block{betterwithmods:moulding_wood} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1256 betterwithmods:moulding_clay Block{betterwithmods:moulding_clay} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1257 betterwithmods:corner_rock Block{betterwithmods:corner_rock} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1258 betterwithmods:corner_iron Block{betterwithmods:corner_iron} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1259 betterwithmods:corner_ground Block{betterwithmods:corner_ground} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1260 betterwithmods:corner_wood Block{betterwithmods:corner_wood} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1261 betterwithmods:corner_clay Block{betterwithmods:corner_clay} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1262 appliedenergistics2:quartz_ore BlockQuartzOre[quartz_ore] +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1263 appliedenergistics2:charged_quartz_ore BlockChargedQuartzOre[charged_quartz_ore] +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1264 appliedenergistics2:matrix_frame BlockMatrixFrame[matrix_frame] +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1265 appliedenergistics2:quartz_block BlockQuartz[quartz_block] +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1266 appliedenergistics2:quartz_pillar BlockQuartzPillar[quartz_pillar] +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1267 appliedenergistics2:chiseled_quartz_block BlockChiseledQuartz[chiseled_quartz_block] +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1268 appliedenergistics2:quartz_glass BlockQuartzGlass[quartz_glass] +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1269 appliedenergistics2:quartz_vibrant_glass BlockQuartzLamp[quartz_vibrant_glass] +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1270 appliedenergistics2:quartz_fixture BlockQuartzFixture[quartz_fixture] +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1271 appliedenergistics2:fluix_block BlockFluix[fluix_block] +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1272 appliedenergistics2:sky_stone_block BlockSkyStone[sky_stone_block] +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1273 appliedenergistics2:smooth_sky_stone_block BlockSkyStone[smooth_sky_stone_block] +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1274 appliedenergistics2:sky_stone_brick BlockSkyStone[sky_stone_brick] +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1275 appliedenergistics2:sky_stone_small_brick BlockSkyStone[sky_stone_small_brick] +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1276 appliedenergistics2:grindstone BlockGrinder[grindstone] +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1277 appliedenergistics2:crank BlockCrank[crank] +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1278 appliedenergistics2:inscriber BlockInscriber[inscriber] +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1279 appliedenergistics2:wireless_access_point BlockWireless[wireless_access_point] +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1280 appliedenergistics2:charger BlockCharger[charger] +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1281 appliedenergistics2:tiny_tnt BlockTinyTNT[tiny_tnt] +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1282 appliedenergistics2:security_station BlockSecurityStation[security_station] +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1283 appliedenergistics2:quantum_ring BlockQuantumRing[quantum_ring] +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1284 appliedenergistics2:quantum_link BlockQuantumLinkChamber[quantum_link] +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1285 appliedenergistics2:spatial_pylon BlockSpatialPylon[spatial_pylon] +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1286 appliedenergistics2:spatial_io_port BlockSpatialIOPort[spatial_io_port] +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1287 appliedenergistics2:controller BlockController[controller] +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1288 appliedenergistics2:drive BlockDrive[drive] +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1289 appliedenergistics2:chest BlockChest[chest] +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1290 appliedenergistics2:interface BlockInterface[interface] +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1291 appliedenergistics2:fluid_interface BlockFluidInterface[fluid_interface] +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1292 appliedenergistics2:cell_workbench BlockCellWorkbench[cell_workbench] +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1293 appliedenergistics2:io_port BlockIOPort[io_port] +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1294 appliedenergistics2:condenser BlockCondenser[condenser] +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1295 appliedenergistics2:energy_acceptor BlockEnergyAcceptor[energy_acceptor] +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1296 appliedenergistics2:vibration_chamber BlockVibrationChamber[vibration_chamber] +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1297 appliedenergistics2:quartz_growth_accelerator BlockQuartzGrowthAccelerator[quartz_growth_accelerator] +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1298 appliedenergistics2:energy_cell BlockEnergyCell[energy_cell] +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1299 appliedenergistics2:dense_energy_cell BlockDenseEnergyCell[dense_energy_cell] +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1300 appliedenergistics2:creative_energy_cell BlockCreativeEnergyCell[creative_energy_cell] +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1301 appliedenergistics2:crafting_unit BlockCraftingUnit[crafting_unit] +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1302 appliedenergistics2:crafting_accelerator BlockCraftingUnit[crafting_accelerator] +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1303 appliedenergistics2:crafting_storage_1k BlockCraftingStorage[crafting_storage_1k] +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1304 appliedenergistics2:crafting_storage_4k BlockCraftingStorage[crafting_storage_4k] +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1305 appliedenergistics2:crafting_storage_16k BlockCraftingStorage[crafting_storage_16k] +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1306 appliedenergistics2:crafting_storage_64k BlockCraftingStorage[crafting_storage_64k] +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1307 appliedenergistics2:crafting_monitor BlockCraftingMonitor[crafting_monitor] +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1308 appliedenergistics2:molecular_assembler BlockMolecularAssembler[molecular_assembler] +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1309 appliedenergistics2:light_detector BlockLightDetector[light_detector] +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1310 appliedenergistics2:paint BlockPaint[paint] +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1311 appliedenergistics2:sky_stone_stairs BlockStairCommon[sky_stone_stairs] +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1312 appliedenergistics2:smooth_sky_stone_stairs BlockStairCommon[smooth_sky_stone_stairs] +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1313 appliedenergistics2:sky_stone_brick_stairs BlockStairCommon[sky_stone_brick_stairs] +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1314 appliedenergistics2:sky_stone_small_brick_stairs BlockStairCommon[sky_stone_small_brick_stairs] +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1315 appliedenergistics2:fluix_stairs BlockStairCommon[fluix_stairs] +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1316 appliedenergistics2:quartz_stairs BlockStairCommon[quartz_stairs] +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1317 appliedenergistics2:chiseled_quartz_stairs BlockStairCommon[chiseled_quartz_stairs] +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1318 appliedenergistics2:quartz_pillar_stairs BlockStairCommon[quartz_pillar_stairs] +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1319 appliedenergistics2:cable_bus BlockCableBus[cable_bus] +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1320 appliedenergistics2:sky_stone_slab Block{appliedenergistics2:sky_stone_slab} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1321 appliedenergistics2:sky_stone_double_slab Block{appliedenergistics2:sky_stone_double_slab} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1322 appliedenergistics2:smooth_sky_stone_slab Block{appliedenergistics2:smooth_sky_stone_slab} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1323 appliedenergistics2:smooth_sky_stone_double_slab Block{appliedenergistics2:smooth_sky_stone_double_slab} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1324 appliedenergistics2:sky_stone_brick_slab Block{appliedenergistics2:sky_stone_brick_slab} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1325 appliedenergistics2:sky_stone_brick_double_slab Block{appliedenergistics2:sky_stone_brick_double_slab} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1326 appliedenergistics2:sky_stone_small_brick_slab Block{appliedenergistics2:sky_stone_small_brick_slab} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1327 appliedenergistics2:sky_stone_small_brick_double_slab Block{appliedenergistics2:sky_stone_small_brick_double_slab} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1328 appliedenergistics2:fluix_slab Block{appliedenergistics2:fluix_slab} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1329 appliedenergistics2:fluix_double_slab Block{appliedenergistics2:fluix_double_slab} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1330 appliedenergistics2:quartz_slab Block{appliedenergistics2:quartz_slab} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1331 appliedenergistics2:quartz_double_slab Block{appliedenergistics2:quartz_double_slab} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1332 appliedenergistics2:chiseled_quartz_slab Block{appliedenergistics2:chiseled_quartz_slab} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1333 appliedenergistics2:chiseled_quartz_double_slab Block{appliedenergistics2:chiseled_quartz_double_slab} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1334 appliedenergistics2:quartz_pillar_slab Block{appliedenergistics2:quartz_pillar_slab} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1335 appliedenergistics2:quartz_pillar_double_slab Block{appliedenergistics2:quartz_pillar_double_slab} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1336 quark:polished_stone Block{quark:polished_stone} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1337 quark:stone_wall Block{quark:stone_wall} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1338 quark:stone_granite_wall Block{quark:stone_granite_wall} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1339 quark:stone_diorite_wall Block{quark:stone_diorite_wall} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1340 quark:stone_andesite_wall Block{quark:stone_andesite_wall} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1341 quark:sandstone_wall Block{quark:sandstone_wall} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1342 quark:red_sandstone_wall Block{quark:red_sandstone_wall} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1343 quark:stonebrick_wall Block{quark:stonebrick_wall} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1344 quark:brick_wall Block{quark:brick_wall} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1345 quark:quartz_wall Block{quark:quartz_wall} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1346 quark:prismarine_rough_wall Block{quark:prismarine_rough_wall} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1347 quark:purpur_block_wall Block{quark:purpur_block_wall} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1348 quark:end_bricks_wall Block{quark:end_bricks_wall} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1349 quark:hardened_clay_tiles Block{quark:hardened_clay_tiles} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1350 quark:hardened_clay_tiles_stairs Block{quark:hardened_clay_tiles_stairs} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1351 quark:hardened_clay_tiles_slab Block{quark:hardened_clay_tiles_slab} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1352 quark:hardened_clay_tiles_slab_double Block{quark:hardened_clay_tiles_slab_double} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1353 quark:stained_clay_tiles Block{quark:stained_clay_tiles} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1354 quark:stained_clay_tiles_white_stairs Block{quark:stained_clay_tiles_white_stairs} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1355 quark:stained_clay_tiles_orange_stairs Block{quark:stained_clay_tiles_orange_stairs} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1356 quark:stained_clay_tiles_magenta_stairs Block{quark:stained_clay_tiles_magenta_stairs} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1357 quark:stained_clay_tiles_light_blue_stairs Block{quark:stained_clay_tiles_light_blue_stairs} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1358 quark:stained_clay_tiles_yellow_stairs Block{quark:stained_clay_tiles_yellow_stairs} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1359 quark:stained_clay_tiles_lime_stairs Block{quark:stained_clay_tiles_lime_stairs} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1360 quark:stained_clay_tiles_pink_stairs Block{quark:stained_clay_tiles_pink_stairs} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1361 quark:stained_clay_tiles_gray_stairs Block{quark:stained_clay_tiles_gray_stairs} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1362 quark:stained_clay_tiles_silver_stairs Block{quark:stained_clay_tiles_silver_stairs} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1363 quark:stained_clay_tiles_cyan_stairs Block{quark:stained_clay_tiles_cyan_stairs} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1364 quark:stained_clay_tiles_purple_stairs Block{quark:stained_clay_tiles_purple_stairs} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1365 quark:stained_clay_tiles_blue_stairs Block{quark:stained_clay_tiles_blue_stairs} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1366 quark:stained_clay_tiles_brown_stairs Block{quark:stained_clay_tiles_brown_stairs} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1367 quark:stained_clay_tiles_green_stairs Block{quark:stained_clay_tiles_green_stairs} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1368 quark:stained_clay_tiles_red_stairs Block{quark:stained_clay_tiles_red_stairs} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1369 quark:stained_clay_tiles_black_stairs Block{quark:stained_clay_tiles_black_stairs} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1370 quark:stained_clay_tiles_white_slab Block{quark:stained_clay_tiles_white_slab} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1371 quark:stained_clay_tiles_white_slab_double Block{quark:stained_clay_tiles_white_slab_double} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1372 quark:stained_clay_tiles_orange_slab Block{quark:stained_clay_tiles_orange_slab} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1373 quark:stained_clay_tiles_orange_slab_double Block{quark:stained_clay_tiles_orange_slab_double} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1374 quark:stained_clay_tiles_magenta_slab Block{quark:stained_clay_tiles_magenta_slab} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1375 quark:stained_clay_tiles_magenta_slab_double Block{quark:stained_clay_tiles_magenta_slab_double} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1376 quark:stained_clay_tiles_light_blue_slab Block{quark:stained_clay_tiles_light_blue_slab} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1377 quark:stained_clay_tiles_light_blue_slab_double Block{quark:stained_clay_tiles_light_blue_slab_double} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1378 quark:stained_clay_tiles_yellow_slab Block{quark:stained_clay_tiles_yellow_slab} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1379 quark:stained_clay_tiles_yellow_slab_double Block{quark:stained_clay_tiles_yellow_slab_double} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1380 quark:stained_clay_tiles_lime_slab Block{quark:stained_clay_tiles_lime_slab} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1381 quark:stained_clay_tiles_lime_slab_double Block{quark:stained_clay_tiles_lime_slab_double} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1382 quark:stained_clay_tiles_pink_slab Block{quark:stained_clay_tiles_pink_slab} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1383 quark:stained_clay_tiles_pink_slab_double Block{quark:stained_clay_tiles_pink_slab_double} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1384 quark:stained_clay_tiles_gray_slab Block{quark:stained_clay_tiles_gray_slab} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1385 quark:stained_clay_tiles_gray_slab_double Block{quark:stained_clay_tiles_gray_slab_double} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1386 quark:stained_clay_tiles_silver_slab Block{quark:stained_clay_tiles_silver_slab} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1387 quark:stained_clay_tiles_silver_slab_double Block{quark:stained_clay_tiles_silver_slab_double} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1388 quark:stained_clay_tiles_cyan_slab Block{quark:stained_clay_tiles_cyan_slab} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1389 quark:stained_clay_tiles_cyan_slab_double Block{quark:stained_clay_tiles_cyan_slab_double} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1390 quark:stained_clay_tiles_purple_slab Block{quark:stained_clay_tiles_purple_slab} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1391 quark:stained_clay_tiles_purple_slab_double Block{quark:stained_clay_tiles_purple_slab_double} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1392 quark:stained_clay_tiles_blue_slab Block{quark:stained_clay_tiles_blue_slab} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1393 quark:stained_clay_tiles_blue_slab_double Block{quark:stained_clay_tiles_blue_slab_double} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1394 quark:stained_clay_tiles_brown_slab Block{quark:stained_clay_tiles_brown_slab} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1395 quark:stained_clay_tiles_brown_slab_double Block{quark:stained_clay_tiles_brown_slab_double} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1396 quark:stained_clay_tiles_green_slab Block{quark:stained_clay_tiles_green_slab} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1397 quark:stained_clay_tiles_green_slab_double Block{quark:stained_clay_tiles_green_slab_double} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1398 quark:stained_clay_tiles_red_slab Block{quark:stained_clay_tiles_red_slab} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1399 quark:stained_clay_tiles_red_slab_double Block{quark:stained_clay_tiles_red_slab_double} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1400 quark:stained_clay_tiles_black_slab Block{quark:stained_clay_tiles_black_slab} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1401 quark:stained_clay_tiles_black_slab_double Block{quark:stained_clay_tiles_black_slab_double} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1402 quark:sturdy_stone Block{quark:sturdy_stone} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1403 quark:stone_stairs Block{quark:stone_stairs} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1404 quark:stone_granite_stairs Block{quark:stone_granite_stairs} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1405 quark:stone_granite_slab Block{quark:stone_granite_slab} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1406 quark:stone_granite_slab_double Block{quark:stone_granite_slab_double} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1407 quark:stone_diorite_stairs Block{quark:stone_diorite_stairs} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1408 quark:stone_diorite_slab Block{quark:stone_diorite_slab} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1409 quark:stone_diorite_slab_double Block{quark:stone_diorite_slab_double} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1410 quark:stone_andesite_stairs Block{quark:stone_andesite_stairs} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1411 quark:stone_andesite_slab Block{quark:stone_andesite_slab} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1412 quark:stone_andesite_slab_double Block{quark:stone_andesite_slab_double} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1413 quark:end_bricks_stairs Block{quark:end_bricks_stairs} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1414 quark:end_bricks_slab Block{quark:end_bricks_slab} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1415 quark:end_bricks_slab_double Block{quark:end_bricks_slab_double} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1416 quark:prismarine_bricks_stairs Block{quark:prismarine_bricks_stairs} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1417 quark:prismarine_bricks_slab Block{quark:prismarine_bricks_slab} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1418 quark:prismarine_bricks_slab_double Block{quark:prismarine_bricks_slab_double} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1419 quark:prismarine_dark_stairs Block{quark:prismarine_dark_stairs} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1420 quark:prismarine_dark_slab Block{quark:prismarine_dark_slab} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1421 quark:prismarine_dark_slab_double Block{quark:prismarine_dark_slab_double} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1422 quark:red_nether_brick_stairs Block{quark:red_nether_brick_stairs} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1423 quark:red_nether_brick_slab Block{quark:red_nether_brick_slab} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1424 quark:red_nether_brick_slab_double Block{quark:red_nether_brick_slab_double} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1425 quark:charred_nether_bricks Block{quark:charred_nether_bricks} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1426 quark:charred_nether_brick_stairs Block{quark:charred_nether_brick_stairs} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1427 quark:charred_nether_brick_slab Block{quark:charred_nether_brick_slab} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1428 quark:charred_nether_brick_slab_double Block{quark:charred_nether_brick_slab_double} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1429 quark:world_stone_bricks Block{quark:world_stone_bricks} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1430 quark:world_stone_carved Block{quark:world_stone_carved} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1431 quark:stone_granite_bricks_stairs Block{quark:stone_granite_bricks_stairs} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1432 quark:stone_granite_bricks_slab Block{quark:stone_granite_bricks_slab} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1433 quark:stone_granite_bricks_slab_double Block{quark:stone_granite_bricks_slab_double} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1434 quark:stone_diorite_bricks_stairs Block{quark:stone_diorite_bricks_stairs} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1435 quark:stone_diorite_bricks_slab Block{quark:stone_diorite_bricks_slab} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1436 quark:stone_diorite_bricks_slab_double Block{quark:stone_diorite_bricks_slab_double} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1437 quark:stone_andesite_bricks_stairs Block{quark:stone_andesite_bricks_stairs} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1438 quark:stone_andesite_bricks_slab Block{quark:stone_andesite_bricks_slab} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1439 quark:stone_andesite_bricks_slab_double Block{quark:stone_andesite_bricks_slab_double} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1440 quark:stone_granite_bricks_wall Block{quark:stone_granite_bricks_wall} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1441 quark:stone_diorite_bricks_wall Block{quark:stone_diorite_bricks_wall} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1442 quark:stone_andesite_bricks_wall Block{quark:stone_andesite_bricks_wall} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1443 quark:midori_block Block{quark:midori_block} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1444 quark:midori_pillar Block{quark:midori_pillar} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1445 quark:midori_block_stairs Block{quark:midori_block_stairs} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1446 quark:midori_block_slab Block{quark:midori_block_slab} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1447 quark:midori_block_slab_double Block{quark:midori_block_slab_double} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1448 quark:midori_block_wall Block{quark:midori_block_wall} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1449 quark:magma_bricks Block{quark:magma_bricks} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1450 quark:magma_bricks_stairs Block{quark:magma_bricks_stairs} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1451 quark:magma_bricks_slab Block{quark:magma_bricks_slab} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1452 quark:magma_bricks_slab_double Block{quark:magma_bricks_slab_double} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1453 quark:duskbound_block Block{quark:duskbound_block} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1454 quark:duskbound_lantern Block{quark:duskbound_lantern} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1455 quark:duskbound_block_stairs Block{quark:duskbound_block_stairs} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1456 quark:duskbound_block_slab Block{quark:duskbound_block_slab} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1457 quark:duskbound_block_slab_double Block{quark:duskbound_block_slab_double} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1458 quark:duskbound_block_wall Block{quark:duskbound_block_wall} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1459 quark:soul_sandstone Block{quark:soul_sandstone} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1460 quark:soul_sandstone_slab Block{quark:soul_sandstone_slab} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1461 quark:soul_sandstone_slab_double Block{quark:soul_sandstone_slab_double} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1462 quark:turf Block{quark:turf} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1463 quark:turf_stairs Block{quark:turf_stairs} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1464 quark:turf_slab Block{quark:turf_slab} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1465 quark:turf_slab_double Block{quark:turf_slab_double} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1466 quark:polished_netherrack Block{quark:polished_netherrack} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1467 quark:polished_netherrack_bricks_stairs Block{quark:polished_netherrack_bricks_stairs} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1468 quark:polished_netherrack_bricks_slab Block{quark:polished_netherrack_bricks_slab} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1469 quark:polished_netherrack_bricks_slab_double Block{quark:polished_netherrack_bricks_slab_double} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1470 quark:polished_netherrack_bricks_wall Block{quark:polished_netherrack_bricks_wall} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1471 quark:redstone_randomizer Block{quark:redstone_randomizer} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1472 quark:iron_button Block{quark:iron_button} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1473 quark:gold_button Block{quark:gold_button} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1474 quark:ender_watcher Block{quark:ender_watcher} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1475 quark:iron_rod Block{quark:iron_rod} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1476 quark:obsidian_pressure_plate Block{quark:obsidian_pressure_plate} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1477 quark:rain_detector Block{quark:rain_detector} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1478 quark:spruce_trapdoor Block{quark:spruce_trapdoor} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1479 quark:birch_trapdoor Block{quark:birch_trapdoor} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1480 quark:jungle_trapdoor Block{quark:jungle_trapdoor} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1481 quark:acacia_trapdoor Block{quark:acacia_trapdoor} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1482 quark:dark_oak_trapdoor Block{quark:dark_oak_trapdoor} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1483 quark:paper_wall Block{quark:paper_wall} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1484 quark:paper_wall_big Block{quark:paper_wall_big} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1485 quark:iron_ladder Block{quark:iron_ladder} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1486 quark:blaze_lantern Block{quark:blaze_lantern} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1487 quark:nether_brick_fence_gate Block{quark:nether_brick_fence_gate} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1488 quark:biotite_ore Block{quark:biotite_ore} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1489 quark:biotite_block Block{quark:biotite_block} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1490 quark:biotite_slab Block{quark:biotite_slab} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1491 quark:biotite_slab_double Block{quark:biotite_slab_double} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1492 quark:biotite_stairs Block{quark:biotite_stairs} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1493 quark:biotite_wall Block{quark:biotite_wall} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1494 quark:elder_prismarine Block{quark:elder_prismarine} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1495 quark:elder_sea_lantern Block{quark:elder_sea_lantern} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1496 quark:glowcelium Block{quark:glowcelium} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1497 quark:glowshroom Block{quark:glowshroom} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1498 quark:glowshroom_block Block{quark:glowshroom_block} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1499 quark:smoker Block{quark:smoker} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1500 quark:glowstone_dust_block Block{quark:glowstone_dust_block} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1501 quark:gunpowder_block Block{quark:gunpowder_block} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1502 quark:black_ash Block{quark:black_ash} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1503 betterwithaddons:banner_detector Block{betterwithaddons:banner_detector} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1504 betterwithaddons:world_scale Block{betterwithaddons:world_scale} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1505 betterwithaddons:world_scale_ore Block{betterwithaddons:world_scale_ore} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1506 betterwithaddons:world_scale_active Block{betterwithaddons:world_scale_active} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1507 betterwithaddons:elytra_magma Block{betterwithaddons:elytra_magma} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1508 betterwithaddons:extra_grass Block{betterwithaddons:extra_grass} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1509 betterwithaddons:pcb_wire Block{betterwithaddons:pcb_wire} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1510 betterwithaddons:pcb_block Block{betterwithaddons:pcb_block} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1511 betterwithaddons:lattice Block{betterwithaddons:lattice} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1512 betterwithaddons:thorn_rose Block{betterwithaddons:thorn_rose} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1513 betterwithaddons:thorns Block{betterwithaddons:thorns} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1514 betterwithaddons:chute Block{betterwithaddons:chute} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1515 betterwithaddons:aqueduct Block{betterwithaddons:aqueduct} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1516 betterwithaddons:aqueduct_water Block{betterwithaddons:aqueduct_water} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1517 betterwithaddons:redstone_emitter Block{betterwithaddons:redstone_emitter} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1518 betterwithaddons:block_matcher Block{betterwithaddons:block_matcher} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1519 betterwithaddons:legendarium Block{betterwithaddons:legendarium} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1520 betterwithaddons:weight_wood Block{betterwithaddons:weight_wood} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1521 betterwithaddons:weight_stone Block{betterwithaddons:weight_stone} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1522 betterwithaddons:scaffold Block{betterwithaddons:scaffold} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1523 betterwithaddons:rope_sideways Block{betterwithaddons:rope_sideways} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1524 betterwithaddons:rope_post Block{betterwithaddons:rope_post} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1525 betterwithaddons:spindle Block{betterwithaddons:spindle} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1526 betterwithaddons:loom Block{betterwithaddons:loom} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1527 betterwithaddons:leaves_luretree Block{betterwithaddons:leaves_luretree} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1528 betterwithaddons:sapling_luretree Block{betterwithaddons:sapling_luretree} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1529 betterwithaddons:log_luretree Block{betterwithaddons:log_luretree} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1530 betterwithaddons:log_luretree_face Block{betterwithaddons:log_luretree_face} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1531 betterwithaddons:leaves_mulberry Block{betterwithaddons:leaves_mulberry} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1532 betterwithaddons:sapling_mulberry Block{betterwithaddons:sapling_mulberry} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1533 betterwithaddons:log_mulberry Block{betterwithaddons:log_mulberry} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1534 betterwithaddons:planks_mulberry Block{betterwithaddons:planks_mulberry} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1535 betterwithaddons:leaves_sakura Block{betterwithaddons:leaves_sakura} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1536 betterwithaddons:sapling_sakura Block{betterwithaddons:sapling_sakura} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1537 betterwithaddons:log_sakura Block{betterwithaddons:log_sakura} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1538 betterwithaddons:planks_sakura Block{betterwithaddons:planks_sakura} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1539 betterwithaddons:ancestry_sand Block{betterwithaddons:ancestry_sand} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1540 betterwithaddons:ancestry_infuser Block{betterwithaddons:ancestry_infuser} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1541 betterwithaddons:leafpile_sakura Block{betterwithaddons:leafpile_sakura} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1542 betterwithaddons:crop_rush Block{betterwithaddons:crop_rush} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1543 betterwithaddons:crop_rice Block{betterwithaddons:crop_rice} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1544 betterwithaddons:crop_tea Block{betterwithaddons:crop_tea} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1545 betterwithaddons:bamboo Block{betterwithaddons:bamboo} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1546 betterwithaddons:slat Block{betterwithaddons:slat} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1547 betterwithaddons:netted_screen Block{betterwithaddons:netted_screen} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1548 betterwithaddons:iron_sand Block{betterwithaddons:iron_sand} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1549 betterwithaddons:kera Block{betterwithaddons:kera} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1550 betterwithaddons:tatara Block{betterwithaddons:tatara} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1551 betterwithaddons:cherrybox Block{betterwithaddons:cherrybox} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1552 betterwithaddons:nabe Block{betterwithaddons:nabe} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1553 betterwithaddons:shoji Block{betterwithaddons:shoji} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1554 betterwithaddons:fusuma Block{betterwithaddons:fusuma} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1555 betterwithaddons:tatami Block{betterwithaddons:tatami} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1556 betterwithaddons:tatami_full Block{betterwithaddons:tatami_full} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1557 betterwithaddons:zen_sand Block{betterwithaddons:zen_sand} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1558 betterwithaddons:zen_redsand Block{betterwithaddons:zen_redsand} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1559 betterwithaddons:zen_soulsand Block{betterwithaddons:zen_soulsand} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1560 betterwithaddons:zen_ironsand Block{betterwithaddons:zen_ironsand} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1561 betterwithaddons:wet_soap Block{betterwithaddons:wet_soap} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1562 betterwithaddons:chandelier Block{betterwithaddons:chandelier} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1563 betterwithaddons:paper_wall Block{betterwithaddons:paper_wall} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1564 betterwithaddons:wrought_bars Block{betterwithaddons:wrought_bars} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1565 betterwithaddons:wood_lamp Block{betterwithaddons:wood_lamp} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1566 betterwithaddons:wrought_lamp Block{betterwithaddons:wrought_lamp} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1567 betterwithaddons:pavement Block{betterwithaddons:pavement} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1568 betterwithaddons:whitebrick Block{betterwithaddons:whitebrick} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1569 betterwithaddons:box Block{betterwithaddons:box} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1570 betterwithaddons:bricks_stained Block{betterwithaddons:bricks_stained} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1571 betterwithaddons:unbaked Block{betterwithaddons:unbaked} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1572 betterwithaddons:rail_rusted Block{betterwithaddons:rail_rusted} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1573 betterwithaddons:log_termite Block{betterwithaddons:log_termite} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1574 betterwithaddons:writing_table Block{betterwithaddons:writing_table} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1575 betterwithaddons:adobe Block{betterwithaddons:adobe} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1576 betterwithaddons:pond_replacement Block{betterwithaddons:pond_replacement} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1577 betterwithaddons:ecksie_sapling Block{betterwithaddons:ecksie_sapling} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1578 betterwithaddons:inverted_gearbox Block{betterwithaddons:inverted_gearbox} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1579 bibliocraft:bookcase Block{bibliocraft:bookcase} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1580 bibliocraft:bookcasecreative Block{bibliocraft:bookcasecreative} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1581 bibliocraft:shelf Block{bibliocraft:shelf} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1582 bibliocraft:markerpole Block{bibliocraft:markerpole} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1583 bibliocraft:clipboard Block{bibliocraft:clipboard} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1584 bibliocraft:lanterngold Block{bibliocraft:lanterngold} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1585 bibliocraft:lanterniron Block{bibliocraft:lanterniron} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1586 bibliocraft:lampgold Block{bibliocraft:lampgold} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1587 bibliocraft:lampiron Block{bibliocraft:lampiron} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1588 bibliocraft:furniturepaneler Block{bibliocraft:furniturepaneler} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1589 bibliocraft:framedchest Block{bibliocraft:framedchest} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1590 bibliocraft:fancysign Block{bibliocraft:fancysign} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1591 bibliocraft:fancyworkbench Block{bibliocraft:fancyworkbench} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1592 bibliocraft:potionshelf Block{bibliocraft:potionshelf} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1593 bibliocraft:toolrack Block{bibliocraft:toolrack} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1594 bibliocraft:label Block{bibliocraft:label} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1595 bibliocraft:desk Block{bibliocraft:desk} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1596 bibliocraft:table Block{bibliocraft:table} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1597 bibliocraft:seat Block{bibliocraft:seat} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1598 bibliocraft:clock Block{bibliocraft:clock} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1599 bibliocraft:case Block{bibliocraft:case} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1600 bibliocraft:mapframe Block{bibliocraft:mapframe} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1601 bibliocraft:paintingframeflat Block{bibliocraft:paintingframeflat} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1602 bibliocraft:paintingframesimple Block{bibliocraft:paintingframesimple} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1603 bibliocraft:paintingframemiddle Block{bibliocraft:paintingframemiddle} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1604 bibliocraft:paintingframefancy Block{bibliocraft:paintingframefancy} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1605 bibliocraft:paintingframeborderless Block{bibliocraft:paintingframeborderless} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1606 bibliocraft:paintingpress Block{bibliocraft:paintingpress} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1607 bibliocraft:typewriter Block{bibliocraft:typewriter} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1608 bibliocraft:swordpedestal Block{bibliocraft:swordpedestal} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1609 bibliocraft:armorstand Block{bibliocraft:armorstand} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1610 bibliocraft:bell Block{bibliocraft:bell} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1611 bibliocraft:typesettingtable Block{bibliocraft:typesettingtable} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1612 bibliocraft:printingpress Block{bibliocraft:printingpress} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1613 bibliocraft:cookiejar Block{bibliocraft:cookiejar} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1614 bibliocraft:dinnerplate Block{bibliocraft:dinnerplate} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1615 bibliocraft:discrack Block{bibliocraft:discrack} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1616 modularrouters:item_router Block{modularrouters:item_router} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1617 modularrouters:template_frame Block{modularrouters:template_frame} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1618 bloodmagic:altar Block{bloodmagic:altar} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1619 bloodmagic:blood_rune Block{bloodmagic:blood_rune} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1620 bloodmagic:ritual_controller Block{bloodmagic:ritual_controller} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1621 bloodmagic:ritual_stone Block{bloodmagic:ritual_stone} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1622 bloodmagic:blood_light Block{bloodmagic:blood_light} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1623 bloodmagic:teleposer Block{bloodmagic:teleposer} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1624 bloodmagic:alchemy_array Block{bloodmagic:alchemy_array} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1625 bloodmagic:spectral Block{bloodmagic:spectral} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1626 bloodmagic:phantom Block{bloodmagic:phantom} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1627 bloodmagic:soul_forge Block{bloodmagic:soul_forge} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1628 bloodmagic:incense_altar Block{bloodmagic:incense_altar} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1629 bloodmagic:demon_crucible Block{bloodmagic:demon_crucible} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1630 bloodmagic:demon_pylon Block{bloodmagic:demon_pylon} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1631 bloodmagic:demon_crystallizer Block{bloodmagic:demon_crystallizer} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1632 bloodmagic:demon_crystal Block{bloodmagic:demon_crystal} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1633 bloodmagic:alchemy_table Block{bloodmagic:alchemy_table} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1634 bloodmagic:life_essence Block{bloodmagic:life_essence} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1635 bloodmagic:decorative_brick Block{bloodmagic:decorative_brick} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1636 bloodmagic:path Block{bloodmagic:path} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1637 bloodmagic:master_routing_node Block{bloodmagic:master_routing_node} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1638 bloodmagic:input_routing_node Block{bloodmagic:input_routing_node} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1639 bloodmagic:output_routing_node Block{bloodmagic:output_routing_node} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1640 bloodmagic:item_routing_node Block{bloodmagic:item_routing_node} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1641 bloodmagic:dimensional_portal Block{bloodmagic:dimensional_portal} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1642 bloodmagic:blood_tank Block{bloodmagic:blood_tank} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1643 bloodmagic:mimic Block{bloodmagic:mimic} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1644 bloodmagic:demon_brick_1 Block{bloodmagic:demon_brick_1} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1645 bloodmagic:demon_brick_2 Block{bloodmagic:demon_brick_2} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1646 bloodmagic:demon_extras Block{bloodmagic:demon_extras} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1647 bloodmagic:demon_pillar_1 Block{bloodmagic:demon_pillar_1} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1648 bloodmagic:demon_pillar_2 Block{bloodmagic:demon_pillar_2} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1649 bloodmagic:demon_pillar_cap_1 Block{bloodmagic:demon_pillar_cap_1} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1650 bloodmagic:demon_pillar_cap_2 Block{bloodmagic:demon_pillar_cap_2} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1651 bloodmagic:demon_pillar_cap_3 Block{bloodmagic:demon_pillar_cap_3} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1652 bloodmagic:demon_light Block{bloodmagic:demon_light} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1653 bloodmagic:demon_wall_1 Block{bloodmagic:demon_wall_1} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1654 bloodmagic:demon_stairs_1 Block{bloodmagic:demon_stairs_1} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1655 bloodmagic:demon_stairs_2 Block{bloodmagic:demon_stairs_2} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1656 bloodmagic:demon_stairs_3 Block{bloodmagic:demon_stairs_3} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1657 bloodmagic:inversion_pillar Block{bloodmagic:inversion_pillar} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1658 bloodmagic:inversion_pillar_end Block{bloodmagic:inversion_pillar_end} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1659 bonsaitrees:bonsaipot Block{bonsaitrees:bonsaipot} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1660 buildinggadgets:effectblock Block{buildinggadgets:effectblock} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1661 buildinggadgets:templatemanager Block{buildinggadgets:templatemanager} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1662 buildinggadgets:constructionblock_dense Block{buildinggadgets:constructionblock_dense} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1663 buildinggadgets:constructionblock Block{buildinggadgets:constructionblock} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1664 buildinggadgets:constructionblockpowder Block{buildinggadgets:constructionblockpowder} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1665 car:tar Block{car:tar} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1666 car:tar_slope Block{car:tar_slope} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1667 car:tar_slope_flat_upper Block{car:tar_slope_flat_upper} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1668 car:tar_slope_flat_lower Block{car:tar_slope_flat_lower} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1669 car:tar_slab Block{car:tar_slab} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1670 car:fuelstation Block{car:fuelstation} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1671 car:fuelstation_top Block{car:fuelstation_top} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1672 car:canola Block{car:canola} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1673 car:canola_oil Block{car:canola_oil} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1674 car:oilmill Block{car:oilmill} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1675 car:blastfurnace Block{car:blastfurnace} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1676 car:methanol Block{car:methanol} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1677 car:backmix_reactor Block{car:backmix_reactor} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1678 car:canola_methanol_mix Block{car:canola_methanol_mix} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1679 car:glycerin Block{car:glycerin} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1680 car:bio_diesel Block{car:bio_diesel} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1681 car:generator Block{car:generator} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1682 car:split_tank Block{car:split_tank} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1683 car:split_tank_top Block{car:split_tank_top} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1684 car:tank Block{car:tank} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1685 car:crash_barrier Block{car:crash_barrier} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1686 car:car_workshop Block{car:car_workshop} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1687 car:car_workshop_outter Block{car:car_workshop_outter} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1688 car:cable Block{car:cable} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1689 car:fluid_pipe Block{car:fluid_pipe} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1690 car:fluid_extractor Block{car:fluid_extractor} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1691 car:dynamo Block{car:dynamo} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1692 car:crank Block{car:crank} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1693 car:sign Block{car:sign} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1694 car:sign_post Block{car:sign_post} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1695 car:arrow_front_left_right_long Block{car:arrow_front_left_right_long} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1696 car:arrow_long Block{car:arrow_long} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1697 car:arrow_left Block{car:arrow_left} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1698 car:arrow_right Block{car:arrow_right} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1699 car:arrow_left_right_long Block{car:arrow_left_right_long} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1700 car:arrow_front_left_long Block{car:arrow_front_left_long} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1701 car:arrow_front_right_long Block{car:arrow_front_right_long} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1702 car:arrow_left_dia Block{car:arrow_left_dia} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1703 car:arrow_right_dia Block{car:arrow_right_dia} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1704 car:arrow_front_left_right Block{car:arrow_front_left_right} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1705 car:arrow Block{car:arrow} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1706 car:arrow_left_short Block{car:arrow_left_short} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1707 car:arrow_right_short Block{car:arrow_right_short} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1708 car:arrow_left_right Block{car:arrow_left_right} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1709 car:arrow_front_left Block{car:arrow_front_left} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1710 car:arrow_front_right Block{car:arrow_front_right} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1711 car:arrow_left_dia_short Block{car:arrow_left_dia_short} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1712 car:arrow_right_dia_short Block{car:arrow_right_dia_short} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1713 car:line_middle Block{car:line_middle} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1714 car:line_long Block{car:line_long} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1715 car:line_end Block{car:line_end} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1716 car:line_side_middle Block{car:line_side_middle} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1717 car:line_side_long Block{car:line_side_long} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1718 car:line_side_start Block{car:line_side_start} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1719 car:line_side_end Block{car:line_side_end} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1720 car:line_side_long_left Block{car:line_side_long_left} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1721 car:line_side_long_left_front Block{car:line_side_long_left_front} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1722 car:line_middle_edge Block{car:line_middle_edge} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1723 car:line_corner Block{car:line_corner} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1724 car:line_double Block{car:line_double} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1725 car:line_double_middle Block{car:line_double_middle} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1726 car:line_double_end Block{car:line_double_end} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1727 car:arrow_zebras Block{car:arrow_zebras} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1728 car:arrow_p Block{car:arrow_p} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1729 car:arrow_no_parking Block{car:arrow_no_parking} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1730 car:arrow_cross Block{car:arrow_cross} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1731 car:arrow_front_left_right_long_yellow Block{car:arrow_front_left_right_long_yellow} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1732 car:arrow_long_yellow Block{car:arrow_long_yellow} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1733 car:arrow_left_yellow Block{car:arrow_left_yellow} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1734 car:arrow_right_yellow Block{car:arrow_right_yellow} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1735 car:arrow_left_right_long_yellow Block{car:arrow_left_right_long_yellow} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1736 car:arrow_front_left_long_yellow Block{car:arrow_front_left_long_yellow} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1737 car:arrow_front_right_long_yellow Block{car:arrow_front_right_long_yellow} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1738 car:arrow_left_dia_yellow Block{car:arrow_left_dia_yellow} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1739 car:arrow_right_dia_yellow Block{car:arrow_right_dia_yellow} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1740 car:arrow_front_left_right_yellow Block{car:arrow_front_left_right_yellow} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1741 car:arrow_yellow Block{car:arrow_yellow} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1742 car:arrow_left_short_yellow Block{car:arrow_left_short_yellow} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1743 car:arrow_right_short_yellow Block{car:arrow_right_short_yellow} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1744 car:arrow_left_right_yellow Block{car:arrow_left_right_yellow} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1745 car:arrow_front_left_yellow Block{car:arrow_front_left_yellow} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1746 car:arrow_front_right_yellow Block{car:arrow_front_right_yellow} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1747 car:arrow_left_dia_short_yellow Block{car:arrow_left_dia_short_yellow} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1748 car:arrow_right_dia_short_yellow Block{car:arrow_right_dia_short_yellow} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1749 car:line_middle_yellow Block{car:line_middle_yellow} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1750 car:line_long_yellow Block{car:line_long_yellow} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1751 car:line_end_yellow Block{car:line_end_yellow} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1752 car:line_side_middle_yellow Block{car:line_side_middle_yellow} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1753 car:line_side_long_yellow Block{car:line_side_long_yellow} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1754 car:line_side_start_yellow Block{car:line_side_start_yellow} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1755 car:line_side_end_yellow Block{car:line_side_end_yellow} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1756 car:line_side_long_left_yellow Block{car:line_side_long_left_yellow} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1757 car:line_side_long_left_front_yellow Block{car:line_side_long_left_front_yellow} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1758 car:line_middle_edge_yellow Block{car:line_middle_edge_yellow} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1759 car:line_corner_yellow Block{car:line_corner_yellow} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1760 car:line_double_yellow Block{car:line_double_yellow} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1761 car:line_double_middle_yellow Block{car:line_double_middle_yellow} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1762 car:line_double_end_yellow Block{car:line_double_end_yellow} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1763 car:arrow_zebras_yellow Block{car:arrow_zebras_yellow} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1764 car:arrow_p_yellow Block{car:arrow_p_yellow} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1765 car:arrow_no_parking_yellow Block{car:arrow_no_parking_yellow} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1766 car:arrow_cross_yellow Block{car:arrow_cross_yellow} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1767 ceramics:clay_hard Block{ceramics:clay_hard} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1768 ceramics:clay_soft Block{ceramics:clay_soft} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1769 ceramics:clay_slab Block{ceramics:clay_slab} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1770 ceramics:clay_wall Block{ceramics:clay_wall} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1771 ceramics:porcelain Block{ceramics:porcelain} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1772 ceramics:porcelain_bricks_stairs Block{ceramics:porcelain_bricks_stairs} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1773 ceramics:rainbow_clay Block{ceramics:rainbow_clay} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1774 ceramics:rainbow_bricks_stairs Block{ceramics:rainbow_bricks_stairs} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1775 ceramics:dark_bricks_stairs Block{ceramics:dark_bricks_stairs} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1776 ceramics:golden_bricks_stairs Block{ceramics:golden_bricks_stairs} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1777 ceramics:marine_bricks_stairs Block{ceramics:marine_bricks_stairs} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1778 ceramics:dragon_bricks_stairs Block{ceramics:dragon_bricks_stairs} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1779 ceramics:lava_bricks_stairs Block{ceramics:lava_bricks_stairs} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1780 ceramics:monochrome_bricks_stairs Block{ceramics:monochrome_bricks_stairs} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1781 ceramics:clay_barrel_unfired Block{ceramics:clay_barrel_unfired} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1782 ceramics:clay_barrel Block{ceramics:clay_barrel} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1783 ceramics:clay_barrel_stained Block{ceramics:clay_barrel_stained} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1784 ceramics:clay_barrel_stained_extension Block{ceramics:clay_barrel_stained_extension} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1785 ceramics:porcelain_barrel Block{ceramics:porcelain_barrel} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1786 ceramics:porcelain_barrel_extension Block{ceramics:porcelain_barrel_extension} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1787 ceramics:clay_bucket_block Block{ceramics:clay_bucket_block} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1788 ceramics:faucet Block{ceramics:faucet} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1789 ceramics:channel Block{ceramics:channel} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1790 chargers:charger Block{chargers:charger} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1791 chargers:wireless_charger Block{chargers:wireless_charger} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1792 compactmachines3:tunnel Block{compactmachines3:tunnel} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1793 compactmachines3:wall Block{compactmachines3:wall} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1794 compactmachines3:wallbreakable Block{compactmachines3:wallbreakable} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1795 compactmachines3:machine Block{compactmachines3:machine} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1796 compactmachines3:fieldprojector Block{compactmachines3:fieldprojector} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1797 compactmachines3:craftinghologram Block{compactmachines3:craftinghologram} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1798 compactmachines3:redstonetunnel Block{compactmachines3:redstonetunnel} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1799 conarm:armorforge Block{conarm:armorforge} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1800 conarm:armorstation Block{conarm:armorstation} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1801 conarm:soft_obsidian Block{conarm:soft_obsidian} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1802 cookingforblockheads:cooking_table Block{cookingforblockheads:cooking_table} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1803 cookingforblockheads:oven Block{cookingforblockheads:oven} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1804 cookingforblockheads:fridge Block{cookingforblockheads:fridge} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1805 cookingforblockheads:sink Block{cookingforblockheads:sink} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1806 cookingforblockheads:tool_rack Block{cookingforblockheads:tool_rack} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1807 cookingforblockheads:toaster Block{cookingforblockheads:toaster} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1808 cookingforblockheads:milk_jar Block{cookingforblockheads:milk_jar} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1809 cookingforblockheads:cow_jar Block{cookingforblockheads:cow_jar} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1810 cookingforblockheads:spice_rack Block{cookingforblockheads:spice_rack} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1811 cookingforblockheads:counter Block{cookingforblockheads:counter} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1812 cookingforblockheads:cabinet Block{cookingforblockheads:cabinet} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1813 cookingforblockheads:corner Block{cookingforblockheads:corner} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1814 cookingforblockheads:kitchen_floor Block{cookingforblockheads:kitchen_floor} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1815 cookingforblockheads:fruit_basket Block{cookingforblockheads:fruit_basket} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1816 cookingforblockheads:cutting_board Block{cookingforblockheads:cutting_board} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1817 darkutils:trap_move Block{darkutils:trap_move} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1818 darkutils:trap_move_fast Block{darkutils:trap_move_fast} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1819 darkutils:trap_move_hyper Block{darkutils:trap_move_hyper} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1820 darkutils:update_detector Block{darkutils:update_detector} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1821 darkutils:trap_tile Block{darkutils:trap_tile} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1822 darkutils:trap_anchor Block{darkutils:trap_anchor} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1823 darkutils:sneaky Block{darkutils:sneaky} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1824 darkutils:sneaky_lever Block{darkutils:sneaky_lever} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1825 darkutils:sneaky_ghost Block{darkutils:sneaky_ghost} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1826 darkutils:sneaky_torch Block{darkutils:sneaky_torch} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1827 darkutils:sneaky_obsidian Block{darkutils:sneaky_obsidian} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1828 darkutils:sneaky_plate Block{darkutils:sneaky_plate} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1829 darkutils:sneaky_bedrock Block{darkutils:sneaky_bedrock} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1830 darkutils:sneaky_button Block{darkutils:sneaky_button} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1831 darkutils:pearl_block Block{darkutils:pearl_block} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1832 darkutils:timer Block{darkutils:timer} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1833 darkutils:monolith Block{darkutils:monolith} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1834 darkutils:filter Block{darkutils:filter} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1835 darkutils:filter_inverted Block{darkutils:filter_inverted} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1836 darkutils:grate Block{darkutils:grate} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1837 darkutils:fake_tnt Block{darkutils:fake_tnt} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1838 darkutils:ender_tether Block{darkutils:ender_tether} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1839 darkutils:ender_hopper Block{darkutils:ender_hopper} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1840 darkutils:ender_pearl_hopper Block{darkutils:ender_pearl_hopper} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1841 darkutils:slime_dyed Block{darkutils:slime_dyed} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1842 darkutils:wither_block Block{darkutils:wither_block} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1843 darkutils:anti_slime Block{darkutils:anti_slime} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1844 dungpipe:dung_pipe Block{dungpipe:dung_pipe} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1845 dungpipe:sewer_pipe Block{dungpipe:sewer_pipe} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1846 elevatorid:elevator_white Block{elevatorid:elevator_white} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1847 elevatorid:elevator_orange Block{elevatorid:elevator_orange} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1848 elevatorid:elevator_magenta Block{elevatorid:elevator_magenta} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1849 elevatorid:elevator_light_blue Block{elevatorid:elevator_light_blue} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1850 elevatorid:elevator_yellow Block{elevatorid:elevator_yellow} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1851 elevatorid:elevator_lime Block{elevatorid:elevator_lime} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1852 elevatorid:elevator_pink Block{elevatorid:elevator_pink} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1853 elevatorid:elevator_gray Block{elevatorid:elevator_gray} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1854 elevatorid:elevator_silver Block{elevatorid:elevator_silver} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1855 elevatorid:elevator_cyan Block{elevatorid:elevator_cyan} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1856 elevatorid:elevator_purple Block{elevatorid:elevator_purple} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1857 elevatorid:elevator_blue Block{elevatorid:elevator_blue} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1858 elevatorid:elevator_brown Block{elevatorid:elevator_brown} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1859 elevatorid:elevator_green Block{elevatorid:elevator_green} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1860 elevatorid:elevator_red Block{elevatorid:elevator_red} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1861 elevatorid:elevator_black Block{elevatorid:elevator_black} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1862 enderutilities:asu Block{enderutilities:asu} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1863 enderutilities:barrel Block{enderutilities:barrel} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1864 enderutilities:draw_bridge Block{enderutilities:draw_bridge} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1865 enderutilities:ender_elevator Block{enderutilities:ender_elevator} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1866 enderutilities:ender_elevator_slab Block{enderutilities:ender_elevator_slab} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1867 enderutilities:ender_elevator_layer Block{enderutilities:ender_elevator_layer} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1868 enderutilities:inserter Block{enderutilities:inserter} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1869 enderutilities:floor Block{enderutilities:floor} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1870 enderutilities:energy_bridge Block{enderutilities:energy_bridge} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1871 enderutilities:machine_0 Block{enderutilities:machine_0} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1872 enderutilities:machine_1 Block{enderutilities:machine_1} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1873 enderutilities:molecular_exciter Block{enderutilities:molecular_exciter} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1874 enderutilities:msu Block{enderutilities:msu} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1875 enderutilities:phasing Block{enderutilities:phasing} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1876 enderutilities:portal Block{enderutilities:portal} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1877 enderutilities:frame Block{enderutilities:frame} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1878 enderutilities:portal_panel Block{enderutilities:portal_panel} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1879 enderutilities:sound_block Block{enderutilities:sound_block} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1880 enderutilities:storage_0 Block{enderutilities:storage_0} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1881 extendedcrafting:storage Block{extendedcrafting:storage} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1882 extendedcrafting:frame Block{extendedcrafting:frame} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1883 extendedcrafting:lamp Block{extendedcrafting:lamp} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1884 extendedcrafting:trimmed Block{extendedcrafting:trimmed} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1885 extendedcrafting:crafting_table Block{extendedcrafting:crafting_table} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1886 extendedcrafting:pedestal Block{extendedcrafting:pedestal} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1887 extendedcrafting:crafting_core Block{extendedcrafting:crafting_core} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1888 extendedcrafting:interface Block{extendedcrafting:interface} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1889 extendedcrafting:table_basic Block{extendedcrafting:table_basic} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1890 extendedcrafting:table_advanced Block{extendedcrafting:table_advanced} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1891 extendedcrafting:table_elite Block{extendedcrafting:table_elite} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1892 extendedcrafting:table_ultimate Block{extendedcrafting:table_ultimate} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1893 extendedcrafting:compressor Block{extendedcrafting:compressor} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1894 extendedcrafting:ender_alternator Block{extendedcrafting:ender_alternator} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1895 extendedcrafting:ender_crafter Block{extendedcrafting:ender_crafter} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1896 galacticraftcore:crude_oil_still Block{galacticraftcore:crude_oil_still} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1897 galacticraftcore:fuel Block{galacticraftcore:fuel} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1898 galacticraftcore:landing_pad Block{galacticraftcore:landing_pad} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1899 galacticraftcore:landing_pad_full Block{galacticraftcore:landing_pad_full} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1900 galacticraftcore:unlit_torch Block{galacticraftcore:unlit_torch} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1901 galacticraftcore:unlit_torch_lit Block{galacticraftcore:unlit_torch_lit} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1902 galacticraftcore:breatheable_air Block{galacticraftcore:breatheable_air} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1903 galacticraftcore:bright_air Block{galacticraftcore:bright_air} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1904 galacticraftcore:bright_breathable_air Block{galacticraftcore:bright_breathable_air} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1905 galacticraftcore:distributor Block{galacticraftcore:distributor} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1906 galacticraftcore:collector Block{galacticraftcore:collector} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1907 galacticraftcore:oxygen_compressor Block{galacticraftcore:oxygen_compressor} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1908 galacticraftcore:sealer Block{galacticraftcore:sealer} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1909 galacticraftcore:oxygen_detector Block{galacticraftcore:oxygen_detector} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1910 galacticraftcore:aluminum_wire Block{galacticraftcore:aluminum_wire} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1911 galacticraftcore:fluid_pipe Block{galacticraftcore:fluid_pipe} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1912 galacticraftcore:fluid_pipe_pull Block{galacticraftcore:fluid_pipe_pull} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1913 galacticraftcore:refinery Block{galacticraftcore:refinery} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1914 galacticraftcore:fuel_loader Block{galacticraftcore:fuel_loader} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1915 galacticraftcore:cargo Block{galacticraftcore:cargo} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1916 galacticraftcore:rocket_workbench Block{galacticraftcore:rocket_workbench} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1917 galacticraftcore:basic_block_core Block{galacticraftcore:basic_block_core} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1918 galacticraftcore:air_lock_frame Block{galacticraftcore:air_lock_frame} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1919 galacticraftcore:air_lock_seal Block{galacticraftcore:air_lock_seal} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1920 galacticraftcore:space_glass_clear Block{galacticraftcore:space_glass_clear} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1921 galacticraftcore:space_glass_vanilla Block{galacticraftcore:space_glass_vanilla} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1922 galacticraftcore:space_glass_strong Block{galacticraftcore:space_glass_strong} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1923 galacticraftcore:space_glass_clear_tin Block{galacticraftcore:space_glass_clear_tin} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1924 galacticraftcore:space_glass_vanilla_tin Block{galacticraftcore:space_glass_vanilla_tin} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1925 galacticraftcore:space_glass_strong_tin Block{galacticraftcore:space_glass_strong_tin} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1926 galacticraftcore:magnetic_table Block{galacticraftcore:magnetic_table} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1927 galacticraftcore:enclosed Block{galacticraftcore:enclosed} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1928 galacticraftcore:space_station_base Block{galacticraftcore:space_station_base} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1929 galacticraftcore:block_multi Block{galacticraftcore:block_multi} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1930 galacticraftcore:parachest Block{galacticraftcore:parachest} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1931 galacticraftcore:solar Block{galacticraftcore:solar} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1932 galacticraftcore:dishbase Block{galacticraftcore:dishbase} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1933 galacticraftcore:machine Block{galacticraftcore:machine} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1934 galacticraftcore:machine2 Block{galacticraftcore:machine2} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1935 galacticraftcore:machine3 Block{galacticraftcore:machine3} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1936 galacticraftcore:machine_tiered Block{galacticraftcore:machine_tiered} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1937 galacticraftcore:machine4 Block{galacticraftcore:machine4} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1938 galacticraftcore:panel_lighting Block{galacticraftcore:panel_lighting} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1939 galacticraftcore:glowstone_torch Block{galacticraftcore:glowstone_torch} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1940 galacticraftcore:fallen_meteor Block{galacticraftcore:fallen_meteor} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1941 galacticraftcore:basic_block_moon Block{galacticraftcore:basic_block_moon} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1942 galacticraftcore:cheese Block{galacticraftcore:cheese} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1943 galacticraftcore:spin_thruster Block{galacticraftcore:spin_thruster} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1944 galacticraftcore:view_screen Block{galacticraftcore:view_screen} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1945 galacticraftcore:telemetry Block{galacticraftcore:telemetry} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1946 galacticraftcore:arclamp Block{galacticraftcore:arclamp} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1947 galacticraftcore:treasure_chest Block{galacticraftcore:treasure_chest} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1948 galacticraftcore:fluid_tank Block{galacticraftcore:fluid_tank} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1949 galacticraftcore:boss_spawner Block{galacticraftcore:boss_spawner} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1950 galacticraftcore:tin_stairs_1 Block{galacticraftcore:tin_stairs_1} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1951 galacticraftcore:tin_stairs_2 Block{galacticraftcore:tin_stairs_2} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1952 galacticraftcore:moon_stairs_stone Block{galacticraftcore:moon_stairs_stone} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1953 galacticraftcore:moon_stairs_brick Block{galacticraftcore:moon_stairs_brick} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1954 galacticraftcore:wall_gc Block{galacticraftcore:wall_gc} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1955 galacticraftcore:slab_gc_half Block{galacticraftcore:slab_gc_half} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1956 galacticraftcore:slab_gc_double Block{galacticraftcore:slab_gc_double} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1957 galacticraftcore:concealed_redstone Block{galacticraftcore:concealed_redstone} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1958 galacticraftcore:concealed_repeater_pow Block{galacticraftcore:concealed_repeater_pow} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1959 galacticraftcore:concealed_repeater Block{galacticraftcore:concealed_repeater} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1960 galacticraftcore:concealed_detector Block{galacticraftcore:concealed_detector} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1961 galacticraftcore:platform Block{galacticraftcore:platform} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1962 galacticraftcore:emergency_box Block{galacticraftcore:emergency_box} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1963 galacticraftcore:grating Block{galacticraftcore:grating} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1964 galacticraftcore:grating1 Block{galacticraftcore:grating1} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1965 galacticraftcore:grating2 Block{galacticraftcore:grating2} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1966 galacticraftplanets:sludge Block{galacticraftplanets:sludge} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1967 galacticraftplanets:treasure_t2 Block{galacticraftplanets:treasure_t2} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1968 galacticraftplanets:mars Block{galacticraftplanets:mars} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1969 galacticraftplanets:cavern_vines Block{galacticraftplanets:cavern_vines} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1970 galacticraftplanets:slimeling_egg Block{galacticraftplanets:slimeling_egg} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1971 galacticraftplanets:creeper_egg Block{galacticraftplanets:creeper_egg} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1972 galacticraftplanets:mars_machine Block{galacticraftplanets:mars_machine} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1973 galacticraftplanets:mars_machine_t2 Block{galacticraftplanets:mars_machine_t2} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1974 galacticraftplanets:boss_spawner_mars Block{galacticraftplanets:boss_spawner_mars} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1975 galacticraftplanets:mars_stairs_cobblestone Block{galacticraftplanets:mars_stairs_cobblestone} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1976 galacticraftplanets:mars_stairs_brick Block{galacticraftplanets:mars_stairs_brick} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1977 galacticraftplanets:asteroids_block Block{galacticraftplanets:asteroids_block} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1978 galacticraftplanets:walkway Block{galacticraftplanets:walkway} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1979 galacticraftplanets:beam_reflector Block{galacticraftplanets:beam_reflector} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1980 galacticraftplanets:beam_receiver Block{galacticraftplanets:beam_receiver} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1981 galacticraftplanets:telepad_short Block{galacticraftplanets:telepad_short} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1982 galacticraftplanets:telepad_fake Block{galacticraftplanets:telepad_fake} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1983 galacticraftplanets:dense_ice Block{galacticraftplanets:dense_ice} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1984 galacticraftplanets:miner_base Block{galacticraftplanets:miner_base} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1985 galacticraftplanets:miner_base_full Block{galacticraftplanets:miner_base_full} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1986 galacticraftplanets:spacewart Block{galacticraftplanets:spacewart} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1987 galacticraftplanets:sulphuric_acid Block{galacticraftplanets:sulphuric_acid} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1988 galacticraftplanets:venus Block{galacticraftplanets:venus} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1989 galacticraftplanets:spout Block{galacticraftplanets:spout} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1990 galacticraftplanets:boss_spawner_venus Block{galacticraftplanets:boss_spawner_venus} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1991 galacticraftplanets:treasure_t3 Block{galacticraftplanets:treasure_t3} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1992 galacticraftplanets:web_torch Block{galacticraftplanets:web_torch} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1993 galacticraftplanets:geothermal_generator Block{galacticraftplanets:geothermal_generator} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1994 galacticraftplanets:crashed_probe Block{galacticraftplanets:crashed_probe} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1995 galacticraftplanets:venus_rock_scorched Block{galacticraftplanets:venus_rock_scorched} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1996 galacticraftplanets:solar_array_module Block{galacticraftplanets:solar_array_module} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1997 galacticraftplanets:solar_array_controller Block{galacticraftplanets:solar_array_controller} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1998 galacticraftplanets:laser_turret Block{galacticraftplanets:laser_turret} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1999 extraplanets:mercury Block{extraplanets:mercury} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2000 extraplanets:mercury_gravel Block{extraplanets:mercury_gravel} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2001 extraplanets:mercury_spawner Block{extraplanets:mercury_spawner} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2002 extraplanets:treasure_chest_t4 Block{extraplanets:treasure_chest_t4} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2003 extraplanets:ceres Block{extraplanets:ceres} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2004 extraplanets:ceres_gravel Block{extraplanets:ceres_gravel} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2005 extraplanets:jupiter Block{extraplanets:jupiter} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2006 extraplanets:jupiter_gravel Block{extraplanets:jupiter_gravel} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2007 extraplanets:jupiter_spawner Block{extraplanets:jupiter_spawner} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2008 extraplanets:treasure_chest_t5 Block{extraplanets:treasure_chest_t5} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2009 extraplanets:volcanic_rock Block{extraplanets:volcanic_rock} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2010 extraplanets:ash_rock Block{extraplanets:ash_rock} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2011 extraplanets:orange_sand Block{extraplanets:orange_sand} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2012 extraplanets:orange_sandstone Block{extraplanets:orange_sandstone} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2013 extraplanets:saturn Block{extraplanets:saturn} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2014 extraplanets:saturn_gravel Block{extraplanets:saturn_gravel} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2015 extraplanets:saturn_spawner Block{extraplanets:saturn_spawner} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2016 extraplanets:treasure_chest_t6 Block{extraplanets:treasure_chest_t6} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2017 extraplanets:uranus Block{extraplanets:uranus} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2018 extraplanets:uranus_spawner Block{extraplanets:uranus_spawner} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2019 extraplanets:treasure_chest_t7 Block{extraplanets:treasure_chest_t7} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2020 extraplanets:dense_ice Block{extraplanets:dense_ice} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2021 extraplanets:neptune Block{extraplanets:neptune} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2022 extraplanets:neptune_spawner Block{extraplanets:neptune_spawner} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2023 extraplanets:treasure_chest_t8 Block{extraplanets:treasure_chest_t8} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2024 extraplanets:frozen_nitrogen Block{extraplanets:frozen_nitrogen} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2025 extraplanets:pluto Block{extraplanets:pluto} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2026 extraplanets:pluto_spawner Block{extraplanets:pluto_spawner} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2027 extraplanets:treasure_chest_t9 Block{extraplanets:treasure_chest_t9} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2028 extraplanets:pluto_gravel Block{extraplanets:pluto_gravel} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2029 extraplanets:eris Block{extraplanets:eris} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2030 extraplanets:eris_spawner Block{extraplanets:eris_spawner} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2031 extraplanets:treasure_chest_t10 Block{extraplanets:treasure_chest_t10} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2032 extraplanets:eris_gravel Block{extraplanets:eris_gravel} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2033 extraplanets:kepler22b Block{extraplanets:kepler22b} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2034 extraplanets:kepler22b_grass Block{extraplanets:kepler22b_grass} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2035 extraplanets:kepler22b_blue_grass Block{extraplanets:kepler22b_blue_grass} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2036 extraplanets:kepler22b_purple_grass Block{extraplanets:kepler22b_purple_grass} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2037 extraplanets:kepler22b_red_grass Block{extraplanets:kepler22b_red_grass} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2038 extraplanets:kepler22b_yellow_grass Block{extraplanets:kepler22b_yellow_grass} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2039 extraplanets:kepler22b_infected_grass Block{extraplanets:kepler22b_infected_grass} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2040 extraplanets:kepler22b_flowers Block{extraplanets:kepler22b_flowers} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2041 extraplanets:red_sand Block{extraplanets:red_sand} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2042 extraplanets:red_sandstone Block{extraplanets:red_sandstone} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2043 extraplanets:europa Block{extraplanets:europa} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2044 extraplanets:europa_gravel Block{extraplanets:europa_gravel} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2045 extraplanets:io Block{extraplanets:io} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2046 extraplanets:io_gravel Block{extraplanets:io_gravel} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2047 extraplanets:deimos Block{extraplanets:deimos} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2048 extraplanets:deimos_gravel Block{extraplanets:deimos_gravel} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2049 extraplanets:phobos Block{extraplanets:phobos} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2050 extraplanets:phobos_gravel Block{extraplanets:phobos_gravel} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2051 extraplanets:triton Block{extraplanets:triton} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2052 extraplanets:triton_gravel Block{extraplanets:triton_gravel} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2053 extraplanets:callisto Block{extraplanets:callisto} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2054 extraplanets:callisto_gravel Block{extraplanets:callisto_gravel} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2055 extraplanets:ganymede Block{extraplanets:ganymede} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2056 extraplanets:ganymede_gravel Block{extraplanets:ganymede_gravel} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2057 extraplanets:rhea Block{extraplanets:rhea} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2058 extraplanets:rhea_gravel Block{extraplanets:rhea_gravel} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2059 extraplanets:titan Block{extraplanets:titan} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2060 extraplanets:titan_gravel Block{extraplanets:titan_gravel} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2061 extraplanets:oberon Block{extraplanets:oberon} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2062 extraplanets:oberon_gravel Block{extraplanets:oberon_gravel} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2063 extraplanets:titania Block{extraplanets:titania} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2064 extraplanets:titania_gravel Block{extraplanets:titania_gravel} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2065 extraplanets:iapetus Block{extraplanets:iapetus} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2066 extraplanets:iapetus_gravel Block{extraplanets:iapetus_gravel} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2067 extraplanets:fossil Block{extraplanets:fossil} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2068 extraplanets:nuclear_bomb Block{extraplanets:nuclear_bomb} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2069 extraplanets:fire_bomb Block{extraplanets:fire_bomb} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2070 extraplanets:advanced_launch_pad Block{extraplanets:advanced_launch_pad} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2071 extraplanets:advanced_launch_pad_full Block{extraplanets:advanced_launch_pad_full} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2072 extraplanets:block_multi Block{extraplanets:block_multi} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2073 extraplanets:decorative_blocks Block{extraplanets:decorative_blocks} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2074 extraplanets:decorative_blocks2 Block{extraplanets:decorative_blocks2} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2075 extraplanets:candy_blocks Block{extraplanets:candy_blocks} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2076 extraplanets:candy_blocks_horizontal Block{extraplanets:candy_blocks_horizontal} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2077 extraplanets:cake_blocks Block{extraplanets:cake_blocks} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2078 extraplanets:white_sugar_cane Block{extraplanets:white_sugar_cane} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2079 extraplanets:diamond_grit Block{extraplanets:diamond_grit} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2080 extraplanets:gold_grit Block{extraplanets:gold_grit} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2081 extraplanets:coal_grit Block{extraplanets:coal_grit} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2082 extraplanets:iron_grit Block{extraplanets:iron_grit} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2083 extraplanets:emerald_grit Block{extraplanets:emerald_grit} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2084 extraplanets:mercury_stairs_surface Block{extraplanets:mercury_stairs_surface} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2085 extraplanets:mercury_stairs_sub_surface Block{extraplanets:mercury_stairs_sub_surface} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2086 extraplanets:mercury_stairs_stone Block{extraplanets:mercury_stairs_stone} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2087 extraplanets:mercury_stairs_stone_bricks Block{extraplanets:mercury_stairs_stone_bricks} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2088 extraplanets:ceres_stairs_surface Block{extraplanets:ceres_stairs_surface} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2089 extraplanets:ceres_stairs_sub_surface Block{extraplanets:ceres_stairs_sub_surface} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2090 extraplanets:ceres_stairs_stone Block{extraplanets:ceres_stairs_stone} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2091 extraplanets:ceres_stairs_stone_bricks Block{extraplanets:ceres_stairs_stone_bricks} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2092 extraplanets:jupiter_stairs_surface Block{extraplanets:jupiter_stairs_surface} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2093 extraplanets:jupiter_stairs_sub_surface Block{extraplanets:jupiter_stairs_sub_surface} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2094 extraplanets:jupiter_stairs_stone Block{extraplanets:jupiter_stairs_stone} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2095 extraplanets:jupiter_stairs_stone_bricks Block{extraplanets:jupiter_stairs_stone_bricks} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2096 extraplanets:saturn_stairs_surface Block{extraplanets:saturn_stairs_surface} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2097 extraplanets:saturn_stairs_sub_surface Block{extraplanets:saturn_stairs_sub_surface} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2098 extraplanets:saturn_stairs_stone Block{extraplanets:saturn_stairs_stone} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2099 extraplanets:saturn_stairs_stone_bricks Block{extraplanets:saturn_stairs_stone_bricks} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2100 extraplanets:uranus_stairs_surface Block{extraplanets:uranus_stairs_surface} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2101 extraplanets:uranus_stairs_sub_surface Block{extraplanets:uranus_stairs_sub_surface} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2102 extraplanets:uranus_stairs_stone Block{extraplanets:uranus_stairs_stone} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2103 extraplanets:uranus_stairs_stone_bricks Block{extraplanets:uranus_stairs_stone_bricks} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2104 extraplanets:neptune_stairs_surface Block{extraplanets:neptune_stairs_surface} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2105 extraplanets:neptune_stairs_sub_surface Block{extraplanets:neptune_stairs_sub_surface} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2106 extraplanets:neptune_stairs_stone Block{extraplanets:neptune_stairs_stone} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2107 extraplanets:neptune_stairs_stone_bricks Block{extraplanets:neptune_stairs_stone_bricks} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2108 extraplanets:pluto_stairs_surface Block{extraplanets:pluto_stairs_surface} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2109 extraplanets:pluto_stairs_sub_surface Block{extraplanets:pluto_stairs_sub_surface} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2110 extraplanets:pluto_stairs_stone Block{extraplanets:pluto_stairs_stone} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2111 extraplanets:pluto_stairs_stone_bricks Block{extraplanets:pluto_stairs_stone_bricks} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2112 extraplanets:eris_stairs_surface Block{extraplanets:eris_stairs_surface} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2113 extraplanets:eris_stairs_sub_surface Block{extraplanets:eris_stairs_sub_surface} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2114 extraplanets:eris_stairs_stone Block{extraplanets:eris_stairs_stone} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2115 extraplanets:eris_stairs_stone_bricks Block{extraplanets:eris_stairs_stone_bricks} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2116 extraplanets:kepler22b_maple_logs Block{extraplanets:kepler22b_maple_logs} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2117 extraplanets:kepler22b_maple_logs2 Block{extraplanets:kepler22b_maple_logs2} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2118 extraplanets:kepler22b_maple_saplings Block{extraplanets:kepler22b_maple_saplings} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2119 extraplanets:kepler22b_new_maple_leaves Block{extraplanets:kepler22b_new_maple_leaves} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2120 extraplanets:kepler22b_new_maple_leaves_2 Block{extraplanets:kepler22b_new_maple_leaves_2} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2121 extraplanets:kepler22b_planks Block{extraplanets:kepler22b_planks} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2122 extraplanets:advanced_refinery Block{extraplanets:advanced_refinery} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2123 extraplanets:ultimate_refinery Block{extraplanets:ultimate_refinery} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2124 extraplanets:solar Block{extraplanets:solar} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2125 extraplanets:advanced_oxygen_compressor Block{extraplanets:advanced_oxygen_compressor} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2126 extraplanets:ultimate_oxygen_compressor Block{extraplanets:ultimate_oxygen_compressor} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2127 extraplanets:advanced_fuel_loader Block{extraplanets:advanced_fuel_loader} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2128 extraplanets:ultimate_fuel_loader Block{extraplanets:ultimate_fuel_loader} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2129 extraplanets:basic_densifier Block{extraplanets:basic_densifier} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2130 extraplanets:vehicle_charger Block{extraplanets:vehicle_charger} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2131 extraplanets:glowstone Block{extraplanets:glowstone} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2132 extraplanets:magma Block{extraplanets:magma} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2133 extraplanets:nitrogen Block{extraplanets:nitrogen} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2134 extraplanets:frozen_water Block{extraplanets:frozen_water} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2135 extraplanets:salt Block{extraplanets:salt} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2136 extraplanets:radioactive_water Block{extraplanets:radioactive_water} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2137 extraplanets:clean_water Block{extraplanets:clean_water} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2138 extraplanets:infected_water Block{extraplanets:infected_water} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2139 extraplanets:methane Block{extraplanets:methane} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2140 extraplanets:nitrogen_ice Block{extraplanets:nitrogen_ice} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2141 extraplanets:liquid_hydrocarbon Block{extraplanets:liquid_hydrocarbon} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2142 extraplanets:liquid_chocolate Block{extraplanets:liquid_chocolate} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2143 extraplanets:liquid_caramel Block{extraplanets:liquid_caramel} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2144 farmingforblockheads:market Block{farmingforblockheads:market} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2145 farmingforblockheads:chicken_nest Block{farmingforblockheads:chicken_nest} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2146 farmingforblockheads:feeding_trough Block{farmingforblockheads:feeding_trough} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2147 farmingforblockheads:fertilized_farmland_rich Block{farmingforblockheads:fertilized_farmland_rich} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2148 farmingforblockheads:fertilized_farmland_healthy Block{farmingforblockheads:fertilized_farmland_healthy} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2149 farmingforblockheads:fertilized_farmland_rich_stable Block{farmingforblockheads:fertilized_farmland_rich_stable} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2150 farmingforblockheads:fertilized_farmland_healthy_stable Block{farmingforblockheads:fertilized_farmland_healthy_stable} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2151 farmingforblockheads:fertilized_farmland_stable Block{farmingforblockheads:fertilized_farmland_stable} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2152 horsepower:hand_grindstone Block{horsepower:hand_grindstone} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2153 horsepower:grindstone Block{horsepower:grindstone} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2154 horsepower:chopping_block Block{horsepower:chopping_block} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2155 horsepower:chopper Block{horsepower:chopper} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2156 horsepower:chopper_filler Block{horsepower:chopper_filler} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2157 horsepower:press Block{horsepower:press} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2158 horsepower:press_filler Block{horsepower:press_filler} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2159 huntingdim:frame Block{huntingdim:frame} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2160 huntingdim:portal Block{huntingdim:portal} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2161 immcraft:furnace Block{immcraft:furnace} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2162 immcraft:bundle Block{immcraft:bundle} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2163 immcraft:workbench Block{immcraft:workbench} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2164 immcraft:workbench_sec Block{immcraft:workbench_sec} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2165 immcraft:in_world_placer Block{immcraft:in_world_placer} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2166 immcraft:in_world_vertical_placer Block{immcraft:in_world_vertical_placer} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2167 immcraft:rock Block{immcraft:rock} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2168 immcraft:sticks Block{immcraft:sticks} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2169 immcraft:chest Block{immcraft:chest} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2170 immcraft:cupboard Block{immcraft:cupboard} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2171 immcraft:shelf Block{immcraft:shelf} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2172 immcraft:bookshelf Block{immcraft:bookshelf} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2173 immcraft:bookstand Block{immcraft:bookstand} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2174 immersivepetroleum:fluid_crude_oil Block{immersivepetroleum:fluid_crude_oil} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2175 immersivepetroleum:fluid_diesel Block{immersivepetroleum:fluid_diesel} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2176 immersivepetroleum:fluid_lubricant Block{immersivepetroleum:fluid_lubricant} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2177 immersivepetroleum:fluid_gasoline Block{immersivepetroleum:fluid_gasoline} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2178 immersivepetroleum:fluid_napalm Block{immersivepetroleum:fluid_napalm} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2179 immersivepetroleum:metal_multiblock Block{immersivepetroleum:metal_multiblock} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2180 immersivepetroleum:metal_device Block{immersivepetroleum:metal_device} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2181 immersivepetroleum:stone_decoration Block{immersivepetroleum:stone_decoration} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2182 immersivepetroleum:dummy Block{immersivepetroleum:dummy} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2183 immersivetech:metal_multiblock Block{immersivetech:metal_multiblock} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2184 immersivetech:stone_multiblock Block{immersivetech:stone_multiblock} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2185 immersivetech:connectors Block{immersivetech:connectors} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2186 immersivetech:metal_device Block{immersivetech:metal_device} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2187 immersivetech:stone_decoration Block{immersivetech:stone_decoration} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2188 immersivetech:fluiddistwater Block{immersivetech:fluiddistwater} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2189 immersivetech:fluidsteam Block{immersivetech:fluidsteam} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2190 indlog:item_pipe Block{indlog:item_pipe} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2191 indlog:fluid_pipe Block{indlog:fluid_pipe} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2192 indlog:warp_pipe Block{indlog:warp_pipe} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2193 indlog:tank Block{indlog:tank} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2194 indlog:buffer Block{indlog:buffer} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2195 indlog:auto_craft Block{indlog:auto_craft} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2196 indlog:inv_connector Block{indlog:inv_connector} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2197 indlog:trash Block{indlog:trash} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2198 indlog:fluid_intake Block{indlog:fluid_intake} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2199 indlog:fluid_outlet Block{indlog:fluid_outlet} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2200 indlog:drop_interface Block{indlog:drop_interface} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2201 indlog:entity_interface Block{indlog:entity_interface} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2202 indlog:block_placer Block{indlog:block_placer} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2203 integrateddynamics:part_audio_reader_block Block{integrateddynamics:part_audio_reader_block} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2204 integrateddynamics:part_block_reader_block Block{integrateddynamics:part_block_reader_block} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2205 integrateddynamics:part_entity_reader_block Block{integrateddynamics:part_entity_reader_block} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2206 integrateddynamics:part_extradimensional_reader_block Block{integrateddynamics:part_extradimensional_reader_block} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2207 integrateddynamics:part_fluid_reader_block Block{integrateddynamics:part_fluid_reader_block} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2208 integrateddynamics:part_inventory_reader_block Block{integrateddynamics:part_inventory_reader_block} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2209 integrateddynamics:part_machine_reader_block Block{integrateddynamics:part_machine_reader_block} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2210 integrateddynamics:part_network_reader_block Block{integrateddynamics:part_network_reader_block} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2211 integrateddynamics:part_redstone_reader_block Block{integrateddynamics:part_redstone_reader_block} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2212 integrateddynamics:part_world_reader_block Block{integrateddynamics:part_world_reader_block} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2213 integrateddynamics:part_audio_writer_block Block{integrateddynamics:part_audio_writer_block} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2214 integrateddynamics:part_effect_writer_block Block{integrateddynamics:part_effect_writer_block} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2215 integrateddynamics:part_entity_writer_block Block{integrateddynamics:part_entity_writer_block} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2216 integrateddynamics:part_machine_writer_block Block{integrateddynamics:part_machine_writer_block} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2217 integrateddynamics:part_inventory_writer_block Block{integrateddynamics:part_inventory_writer_block} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2218 integrateddynamics:part_redstone_writer_block Block{integrateddynamics:part_redstone_writer_block} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2219 integrateddynamics:part_static_light_panel_block Block{integrateddynamics:part_static_light_panel_block} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2220 integrateddynamics:part_dynamic_light_panel_block Block{integrateddynamics:part_dynamic_light_panel_block} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2221 integrateddynamics:part_display_panel_block Block{integrateddynamics:part_display_panel_block} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2222 integrateddynamics:part_connector_mono_directional_block Block{integrateddynamics:part_connector_mono_directional_block} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2223 integrateddynamics:part_connector_omni_directional_block Block{integrateddynamics:part_connector_omni_directional_block} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2224 integrateddynamics:cable Block{integrateddynamics:cable} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2225 integrateddynamics:variablestore Block{integrateddynamics:variablestore} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2226 integrateddynamics:logic_programmer Block{integrateddynamics:logic_programmer} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2227 integrateddynamics:invisible_light Block{integrateddynamics:invisible_light} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2228 integrateddynamics:energy_battery Block{integrateddynamics:energy_battery} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2229 integrateddynamics:creative_energy_battery Block{integrateddynamics:creative_energy_battery} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2230 integrateddynamics:coal_generator Block{integrateddynamics:coal_generator} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2231 integrateddynamics:proxy Block{integrateddynamics:proxy} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2232 integrateddynamics:materializer Block{integrateddynamics:materializer} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2233 integrateddynamics:menril_log Block{integrateddynamics:menril_log} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2234 integrateddynamics:menril_log_filled Block{integrateddynamics:menril_log_filled} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2235 integrateddynamics:menril_leaves Block{integrateddynamics:menril_leaves} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2236 integrateddynamics:menril_sapling Block{integrateddynamics:menril_sapling} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2237 integrateddynamics:menril_planks Block{integrateddynamics:menril_planks} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2238 integrateddynamics:crystalized_menril_block Block{integrateddynamics:crystalized_menril_block} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2239 integrateddynamics:crystalized_menril_brick Block{integrateddynamics:crystalized_menril_brick} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2240 integrateddynamics:block_menril_resin Block{integrateddynamics:block_menril_resin} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2241 integrateddynamics:drying_basin Block{integrateddynamics:drying_basin} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2242 integrateddynamics:squeezer Block{integrateddynamics:squeezer} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2243 integrateddynamics:menril_door Block{integrateddynamics:menril_door} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2244 integrateddynamics:menril_torch Block{integrateddynamics:menril_torch} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2245 integrateddynamics:menril_torch_stone Block{integrateddynamics:menril_torch_stone} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2246 integrateddynamics:menril_planks_stairs Block{integrateddynamics:menril_planks_stairs} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2247 integrateddynamics:crystalized_menril_block_stairs Block{integrateddynamics:crystalized_menril_block_stairs} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2248 integrateddynamics:crystalized_menril_brick_stairs Block{integrateddynamics:crystalized_menril_brick_stairs} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2249 integrateddynamics:delay Block{integrateddynamics:delay} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2250 integrateddynamics:block_liquid_chorus Block{integrateddynamics:block_liquid_chorus} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2251 integrateddynamics:crystalized_chorus_block Block{integrateddynamics:crystalized_chorus_block} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2252 integrateddynamics:crystalized_chorus_brick Block{integrateddynamics:crystalized_chorus_brick} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2253 integrateddynamics:crystalized_chorus_block_stairs Block{integrateddynamics:crystalized_chorus_block_stairs} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2254 integrateddynamics:crystalized_chorus_brick_stairs Block{integrateddynamics:crystalized_chorus_brick_stairs} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2255 integrateddynamics:mechanical_squeezer Block{integrateddynamics:mechanical_squeezer} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2256 integrateddynamics:mechanical_drying_basin Block{integrateddynamics:mechanical_drying_basin} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2257 ironchest:iron_chest Block{ironchest:iron_chest} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2258 ironchest:iron_shulker_box_white Block{ironchest:iron_shulker_box_white} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2259 ironchest:iron_shulker_box_orange Block{ironchest:iron_shulker_box_orange} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2260 ironchest:iron_shulker_box_magenta Block{ironchest:iron_shulker_box_magenta} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2261 ironchest:iron_shulker_box_light_blue Block{ironchest:iron_shulker_box_light_blue} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2262 ironchest:iron_shulker_box_yellow Block{ironchest:iron_shulker_box_yellow} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2263 ironchest:iron_shulker_box_lime Block{ironchest:iron_shulker_box_lime} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2264 ironchest:iron_shulker_box_pink Block{ironchest:iron_shulker_box_pink} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2265 ironchest:iron_shulker_box_gray Block{ironchest:iron_shulker_box_gray} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2266 ironchest:iron_shulker_box_silver Block{ironchest:iron_shulker_box_silver} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2267 ironchest:iron_shulker_box_cyan Block{ironchest:iron_shulker_box_cyan} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2268 ironchest:iron_shulker_box_purple Block{ironchest:iron_shulker_box_purple} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2269 ironchest:iron_shulker_box_blue Block{ironchest:iron_shulker_box_blue} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2270 ironchest:iron_shulker_box_brown Block{ironchest:iron_shulker_box_brown} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2271 ironchest:iron_shulker_box_green Block{ironchest:iron_shulker_box_green} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2272 ironchest:iron_shulker_box_red Block{ironchest:iron_shulker_box_red} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2273 ironchest:iron_shulker_box_black Block{ironchest:iron_shulker_box_black} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2274 mob_grinding_utils:fan Block{mob_grinding_utils:fan} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2275 mob_grinding_utils:saw Block{mob_grinding_utils:saw} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2276 mob_grinding_utils:absorption_hopper Block{mob_grinding_utils:absorption_hopper} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2277 mob_grinding_utils:spikes Block{mob_grinding_utils:spikes} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2278 mob_grinding_utils:tank Block{mob_grinding_utils:tank} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2279 mob_grinding_utils:tank_sink Block{mob_grinding_utils:tank_sink} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2280 mob_grinding_utils:xp_tap Block{mob_grinding_utils:xp_tap} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2281 mob_grinding_utils:wither_muffler Block{mob_grinding_utils:wither_muffler} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2282 mob_grinding_utils:dragon_muffler Block{mob_grinding_utils:dragon_muffler} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2283 mob_grinding_utils:dark_oak_stone Block{mob_grinding_utils:dark_oak_stone} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2284 mob_grinding_utils:entity_conveyor Block{mob_grinding_utils:entity_conveyor} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2285 mob_grinding_utils:ender_inhibitor_on Block{mob_grinding_utils:ender_inhibitor_on} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2286 mob_grinding_utils:ender_inhibitor_off Block{mob_grinding_utils:ender_inhibitor_off} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2287 mysticalagriculture:storage Block{mysticalagriculture:storage} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2288 mysticalagriculture:ingot_storage Block{mysticalagriculture:ingot_storage} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2289 mysticalagriculture:coal_block Block{mysticalagriculture:coal_block} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2290 mysticalagriculture:soulstone Block{mysticalagriculture:soulstone} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2291 mysticalagriculture:soulstone_slab Block{mysticalagriculture:soulstone_slab} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2292 mysticalagriculture:soulstone_slab_full Block{mysticalagriculture:soulstone_slab_full} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2293 mysticalagriculture:cobbled_soulstone_slab Block{mysticalagriculture:cobbled_soulstone_slab} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2294 mysticalagriculture:cobbled_soulstone_slab_full Block{mysticalagriculture:cobbled_soulstone_slab_full} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2295 mysticalagriculture:soulstone_brick_slab Block{mysticalagriculture:soulstone_brick_slab} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2296 mysticalagriculture:soulstone_brick_slab_full Block{mysticalagriculture:soulstone_brick_slab_full} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2297 mysticalagriculture:cobbled_soulstone_stairs Block{mysticalagriculture:cobbled_soulstone_stairs} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2298 mysticalagriculture:soulstone_brick_stairs Block{mysticalagriculture:soulstone_brick_stairs} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2299 mysticalagriculture:cobbled_soulstone_wall Block{mysticalagriculture:cobbled_soulstone_wall} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2300 mysticalagriculture:soulstone_brick_wall Block{mysticalagriculture:soulstone_brick_wall} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2301 mysticalagriculture:soul_glass Block{mysticalagriculture:soul_glass} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2302 mysticalagriculture:soul_glass_pane Block{mysticalagriculture:soul_glass_pane} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2303 mysticalagriculture:inferium_furnace Block{mysticalagriculture:inferium_furnace} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2304 mysticalagriculture:inferium_furnace_active Block{mysticalagriculture:inferium_furnace_active} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2305 mysticalagriculture:prudentium_furnace Block{mysticalagriculture:prudentium_furnace} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2306 mysticalagriculture:prudentium_furnace_active Block{mysticalagriculture:prudentium_furnace_active} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2307 mysticalagriculture:intermedium_furnace Block{mysticalagriculture:intermedium_furnace} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2308 mysticalagriculture:intermedium_furnace_active Block{mysticalagriculture:intermedium_furnace_active} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2309 mysticalagriculture:superium_furnace Block{mysticalagriculture:superium_furnace} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2310 mysticalagriculture:superium_furnace_active Block{mysticalagriculture:superium_furnace_active} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2311 mysticalagriculture:supremium_furnace Block{mysticalagriculture:supremium_furnace} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2312 mysticalagriculture:supremium_furnace_active Block{mysticalagriculture:supremium_furnace_active} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2313 mysticalagriculture:ultimate_furnace Block{mysticalagriculture:ultimate_furnace} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2314 mysticalagriculture:ultimate_furnace_active Block{mysticalagriculture:ultimate_furnace_active} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2315 mysticalagriculture:prosperity_ore Block{mysticalagriculture:prosperity_ore} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2316 mysticalagriculture:nether_prosperity_ore Block{mysticalagriculture:nether_prosperity_ore} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2317 mysticalagriculture:end_prosperity_ore Block{mysticalagriculture:end_prosperity_ore} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2318 mysticalagriculture:inferium_ore Block{mysticalagriculture:inferium_ore} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2319 mysticalagriculture:nether_inferium_ore Block{mysticalagriculture:nether_inferium_ore} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2320 mysticalagriculture:end_inferium_ore Block{mysticalagriculture:end_inferium_ore} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2321 mysticalagriculture:growth_accelerator Block{mysticalagriculture:growth_accelerator} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2322 mysticalagriculture:mystical_machine_frame Block{mysticalagriculture:mystical_machine_frame} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2323 mysticalagriculture:glowstone_lamp Block{mysticalagriculture:glowstone_lamp} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2324 mysticalagriculture:seed_reprocessor Block{mysticalagriculture:seed_reprocessor} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2325 mysticalagriculture:inferium_reprocessor Block{mysticalagriculture:inferium_reprocessor} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2326 mysticalagriculture:prudentium_reprocessor Block{mysticalagriculture:prudentium_reprocessor} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2327 mysticalagriculture:intermedium_reprocessor Block{mysticalagriculture:intermedium_reprocessor} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2328 mysticalagriculture:superium_reprocessor Block{mysticalagriculture:superium_reprocessor} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2329 mysticalagriculture:supremium_reprocessor Block{mysticalagriculture:supremium_reprocessor} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2330 mysticalagriculture:ultimate_reprocessor Block{mysticalagriculture:ultimate_reprocessor} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2331 mysticalagriculture:witherproof_block Block{mysticalagriculture:witherproof_block} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2332 mysticalagriculture:witherproof_glass Block{mysticalagriculture:witherproof_glass} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2333 mysticalagriculture:tinkering_table Block{mysticalagriculture:tinkering_table} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2334 mysticalagriculture:tier1_inferium_crop Block{mysticalagriculture:tier1_inferium_crop} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2335 mysticalagriculture:tier2_inferium_crop Block{mysticalagriculture:tier2_inferium_crop} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2336 mysticalagriculture:tier3_inferium_crop Block{mysticalagriculture:tier3_inferium_crop} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2337 mysticalagriculture:tier4_inferium_crop Block{mysticalagriculture:tier4_inferium_crop} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2338 mysticalagriculture:tier5_inferium_crop Block{mysticalagriculture:tier5_inferium_crop} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2339 mysticalagriculture:stone_crop Block{mysticalagriculture:stone_crop} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2340 mysticalagriculture:dirt_crop Block{mysticalagriculture:dirt_crop} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2341 mysticalagriculture:nature_crop Block{mysticalagriculture:nature_crop} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2342 mysticalagriculture:wood_crop Block{mysticalagriculture:wood_crop} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2343 mysticalagriculture:water_crop Block{mysticalagriculture:water_crop} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2344 mysticalagriculture:ice_crop Block{mysticalagriculture:ice_crop} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2345 mysticalagriculture:fire_crop Block{mysticalagriculture:fire_crop} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2346 mysticalagriculture:dye_crop Block{mysticalagriculture:dye_crop} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2347 mysticalagriculture:nether_crop Block{mysticalagriculture:nether_crop} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2348 mysticalagriculture:coal_crop Block{mysticalagriculture:coal_crop} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2349 mysticalagriculture:iron_crop Block{mysticalagriculture:iron_crop} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2350 mysticalagriculture:nether_quartz_crop Block{mysticalagriculture:nether_quartz_crop} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2351 mysticalagriculture:glowstone_crop Block{mysticalagriculture:glowstone_crop} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2352 mysticalagriculture:redstone_crop Block{mysticalagriculture:redstone_crop} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2353 mysticalagriculture:obsidian_crop Block{mysticalagriculture:obsidian_crop} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2354 mysticalagriculture:gold_crop Block{mysticalagriculture:gold_crop} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2355 mysticalagriculture:lapis_lazuli_crop Block{mysticalagriculture:lapis_lazuli_crop} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2356 mysticalagriculture:end_crop Block{mysticalagriculture:end_crop} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2357 mysticalagriculture:experience_crop Block{mysticalagriculture:experience_crop} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2358 mysticalagriculture:diamond_crop Block{mysticalagriculture:diamond_crop} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2359 mysticalagriculture:emerald_crop Block{mysticalagriculture:emerald_crop} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2360 mysticalagriculture:zombie_crop Block{mysticalagriculture:zombie_crop} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2361 mysticalagriculture:pig_crop Block{mysticalagriculture:pig_crop} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2362 mysticalagriculture:chicken_crop Block{mysticalagriculture:chicken_crop} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2363 mysticalagriculture:cow_crop Block{mysticalagriculture:cow_crop} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2364 mysticalagriculture:sheep_crop Block{mysticalagriculture:sheep_crop} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2365 mysticalagriculture:slime_crop Block{mysticalagriculture:slime_crop} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2366 mysticalagriculture:skeleton_crop Block{mysticalagriculture:skeleton_crop} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2367 mysticalagriculture:creeper_crop Block{mysticalagriculture:creeper_crop} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2368 mysticalagriculture:spider_crop Block{mysticalagriculture:spider_crop} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2369 mysticalagriculture:rabbit_crop Block{mysticalagriculture:rabbit_crop} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2370 mysticalagriculture:guardian_crop Block{mysticalagriculture:guardian_crop} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2371 mysticalagriculture:blaze_crop Block{mysticalagriculture:blaze_crop} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2372 mysticalagriculture:ghast_crop Block{mysticalagriculture:ghast_crop} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2373 mysticalagriculture:enderman_crop Block{mysticalagriculture:enderman_crop} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2374 mysticalagriculture:wither_skeleton_crop Block{mysticalagriculture:wither_skeleton_crop} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2375 mysticalagriculture:silicon_crop Block{mysticalagriculture:silicon_crop} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2376 mysticalagriculture:sulfur_crop Block{mysticalagriculture:sulfur_crop} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2377 mysticalagriculture:aluminum_crop Block{mysticalagriculture:aluminum_crop} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2378 mysticalagriculture:copper_crop Block{mysticalagriculture:copper_crop} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2379 mysticalagriculture:saltpeter_crop Block{mysticalagriculture:saltpeter_crop} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2380 mysticalagriculture:tin_crop Block{mysticalagriculture:tin_crop} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2381 mysticalagriculture:bronze_crop Block{mysticalagriculture:bronze_crop} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2382 mysticalagriculture:silver_crop Block{mysticalagriculture:silver_crop} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2383 mysticalagriculture:lead_crop Block{mysticalagriculture:lead_crop} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2384 mysticalagriculture:steel_crop Block{mysticalagriculture:steel_crop} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2385 mysticalagriculture:nickel_crop Block{mysticalagriculture:nickel_crop} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2386 mysticalagriculture:constantan_crop Block{mysticalagriculture:constantan_crop} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2387 mysticalagriculture:electrum_crop Block{mysticalagriculture:electrum_crop} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2388 mysticalagriculture:titanium_crop Block{mysticalagriculture:titanium_crop} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2389 mysticalagriculture:uranium_crop Block{mysticalagriculture:uranium_crop} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2390 mysticalagriculture:platinum_crop Block{mysticalagriculture:platinum_crop} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2391 mysticalagriculture:aluminum_brass_crop Block{mysticalagriculture:aluminum_brass_crop} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2392 mysticalagriculture:knightslime_crop Block{mysticalagriculture:knightslime_crop} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2393 mysticalagriculture:ardite_crop Block{mysticalagriculture:ardite_crop} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2394 mysticalagriculture:cobalt_crop Block{mysticalagriculture:cobalt_crop} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2395 mysticalagriculture:manyullyn_crop Block{mysticalagriculture:manyullyn_crop} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2396 mysticalagriculture:osmium_crop Block{mysticalagriculture:osmium_crop} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2397 mysticalagriculture:glowstone_ingot_crop Block{mysticalagriculture:glowstone_ingot_crop} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2398 mysticalagriculture:refined_obsidian_crop Block{mysticalagriculture:refined_obsidian_crop} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2399 mysticalagriculture:marble_crop Block{mysticalagriculture:marble_crop} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2400 mysticalagriculture:limestone_crop Block{mysticalagriculture:limestone_crop} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2401 mysticalagriculture:basalt_crop Block{mysticalagriculture:basalt_crop} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2402 mysticalagriculture:steeleaf_crop Block{mysticalagriculture:steeleaf_crop} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2403 mysticalagriculture:ironwood_crop Block{mysticalagriculture:ironwood_crop} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2404 mysticalagriculture:knightmetal_crop Block{mysticalagriculture:knightmetal_crop} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2405 mysticalagriculture:fiery_ingot_crop Block{mysticalagriculture:fiery_ingot_crop} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2406 mysticalagriculture:meteoric_iron_crop Block{mysticalagriculture:meteoric_iron_crop} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2407 mysticalagriculture:desh_crop Block{mysticalagriculture:desh_crop} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2408 mysticalagriculture:black_quartz_crop Block{mysticalagriculture:black_quartz_crop} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2409 mysticalagriculture:menril_crop Block{mysticalagriculture:menril_crop} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2410 mysticalagriculture:aquamarine_crop Block{mysticalagriculture:aquamarine_crop} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2411 mysticalagriculture:starmetal_crop Block{mysticalagriculture:starmetal_crop} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2412 mysticalagriculture:rock_crystal_crop Block{mysticalagriculture:rock_crystal_crop} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2413 mysticalagriculture:ender_biotite_crop Block{mysticalagriculture:ender_biotite_crop} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2414 mysticalagriculture:slate_crop Block{mysticalagriculture:slate_crop} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2415 mysticalagriculture:compressed_iron_crop Block{mysticalagriculture:compressed_iron_crop} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2416 mysticalagriculture:sky_stone_crop Block{mysticalagriculture:sky_stone_crop} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2417 mysticalagriculture:certus_quartz_crop Block{mysticalagriculture:certus_quartz_crop} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2418 mysticalagriculture:fluix_crop Block{mysticalagriculture:fluix_crop} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2419 mysticalagriculture:quartz_enriched_iron_crop Block{mysticalagriculture:quartz_enriched_iron_crop} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2420 mysticalagriculture:miners_torch Block{mysticalagriculture:miners_torch} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2421 mysticalagradditions:storage Block{mysticalagradditions:storage} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2422 mysticalagradditions:special Block{mysticalagradditions:special} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2423 mysticalagradditions:tinkering_table Block{mysticalagradditions:tinkering_table} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2424 mysticalagradditions:tier6_inferium_crop Block{mysticalagradditions:tier6_inferium_crop} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2425 mysticalagradditions:nether_star_crop Block{mysticalagradditions:nether_star_crop} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2426 mysticalagradditions:dragon_egg_crop Block{mysticalagradditions:dragon_egg_crop} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2427 nex:basalt Block{nex:basalt} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2428 nex:netherrack Block{nex:netherrack} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2429 nex:nether_brick Block{nex:nether_brick} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2430 nex:netherrack_path Block{nex:netherrack_path} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2431 nex:hyphae Block{nex:hyphae} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2432 nex:tilled_soul_sand Block{nex:tilled_soul_sand} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2433 nex:soul_glass Block{nex:soul_glass} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2434 nex:soul_glass_pane Block{nex:soul_glass_pane} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2435 nex:amethyst_block Block{nex:amethyst_block} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2436 nex:rime_block Block{nex:rime_block} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2437 nex:frostburn_ice Block{nex:frostburn_ice} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2438 nex:bone_sliver Block{nex:bone_sliver} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2439 nex:bone_chunk Block{nex:bone_chunk} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2440 nex:worn_iron Block{nex:worn_iron} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2441 nex:blue_fire Block{nex:blue_fire} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2442 nex:nether_portal Block{nex:nether_portal} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2443 nex:urn_of_sorrow Block{nex:urn_of_sorrow} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2444 nex:quartz_ore Block{nex:quartz_ore} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2445 nex:amethyst_ore Block{nex:amethyst_ore} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2446 nex:rime_ore Block{nex:rime_ore} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2447 nex:thornstalk Block{nex:thornstalk} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2448 nex:elder_mushroom Block{nex:elder_mushroom} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2449 nex:elder_mushroom_cap Block{nex:elder_mushroom_cap} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2450 nex:elder_mushroom_stem Block{nex:elder_mushroom_stem} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2451 nex:enoki_mushroom_stem Block{nex:enoki_mushroom_stem} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2452 nex:enoki_mushroom_cap Block{nex:enoki_mushroom_cap} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2453 nex:ichor Block{nex:ichor} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2454 nex:vanilla_slab Block{nex:vanilla_slab} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2455 nex:basalt_slab Block{nex:basalt_slab} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2456 nex:nether_brick_slab Block{nex:nether_brick_slab} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2457 nex:vanilla_slab_double Block{nex:vanilla_slab_double} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2458 nex:basalt_slab_double Block{nex:basalt_slab_double} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2459 nex:nether_brick_slab_double Block{nex:nether_brick_slab_double} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2460 nex:red_nether_brick_stairs Block{nex:red_nether_brick_stairs} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2461 nex:basalt_stairs Block{nex:basalt_stairs} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2462 nex:basalt_smooth_stairs Block{nex:basalt_smooth_stairs} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2463 nex:basalt_brick_stairs Block{nex:basalt_brick_stairs} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2464 nex:basalt_pillar_stairs Block{nex:basalt_pillar_stairs} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2465 nex:fiery_nether_brick_stairs Block{nex:fiery_nether_brick_stairs} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2466 nex:icy_nether_brick_stairs Block{nex:icy_nether_brick_stairs} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2467 nex:lively_nether_brick_stairs Block{nex:lively_nether_brick_stairs} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2468 nex:gloomy_nether_brick_stairs Block{nex:gloomy_nether_brick_stairs} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2469 nex:vanilla_wall Block{nex:vanilla_wall} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2470 nex:basalt_wall Block{nex:basalt_wall} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2471 nex:nether_brick_wall Block{nex:nether_brick_wall} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2472 nex:vanilla_fence Block{nex:vanilla_fence} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2473 nex:basalt_fence Block{nex:basalt_fence} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2474 nex:nether_brick_fence Block{nex:nether_brick_fence} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2475 nex:quartz_fence_gate Block{nex:quartz_fence_gate} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2476 nex:nether_brick_fence_gate Block{nex:nether_brick_fence_gate} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2477 nex:red_nether_brick_fence_gate Block{nex:red_nether_brick_fence_gate} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2478 nex:basalt_fence_gate Block{nex:basalt_fence_gate} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2479 nex:basalt_smooth_fence_gate Block{nex:basalt_smooth_fence_gate} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2480 nex:basalt_brick_fence_gate Block{nex:basalt_brick_fence_gate} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2481 nex:basalt_pillar_fence_gate Block{nex:basalt_pillar_fence_gate} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2482 nex:fiery_nether_brick_fence_gate Block{nex:fiery_nether_brick_fence_gate} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2483 nex:icy_nether_brick_fence_gate Block{nex:icy_nether_brick_fence_gate} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2484 nex:lively_nether_brick_fence_gate Block{nex:lively_nether_brick_fence_gate} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2485 nex:gloomy_nether_brick_fence_gate Block{nex:gloomy_nether_brick_fence_gate} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2486 overloaded:creative_generator Block{overloaded:creative_generator} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2487 overloaded:infinite_barrel Block{overloaded:infinite_barrel} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2488 overloaded:infinite_tank Block{overloaded:infinite_tank} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2489 overloaded:infinite_capacitor Block{overloaded:infinite_capacitor} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2490 overloaded:hyper_item_receiver Block{overloaded:hyper_item_receiver} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2491 overloaded:hyper_item_sender Block{overloaded:hyper_item_sender} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2492 overloaded:hyper_fluid_receiver Block{overloaded:hyper_fluid_receiver} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2493 overloaded:hyper_fluid_sender Block{overloaded:hyper_fluid_sender} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2494 overloaded:hyper_energy_receiver Block{overloaded:hyper_energy_receiver} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2495 overloaded:hyper_energy_sender Block{overloaded:hyper_energy_sender} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2496 overloaded:infinite_water_source Block{overloaded:infinite_water_source} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2497 overloaded:energy_extractor Block{overloaded:energy_extractor} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2498 overloaded:nether_star_block Block{overloaded:nether_star_block} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2499 overloaded:player_interface Block{overloaded:player_interface} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2500 overloaded:item_interface Block{overloaded:item_interface} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2501 overloaded:compressed_cobblestone Block{overloaded:compressed_cobblestone} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2502 overloaded:compressed_obsidian Block{overloaded:compressed_obsidian} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2503 pickletweaks:colored_cobblestone Block{pickletweaks:colored_cobblestone} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2504 pickletweaks:dark_glass Block{pickletweaks:dark_glass} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2505 pneumaticcraft:fluid.kerosene Block{pneumaticcraft:fluid.kerosene} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2506 pneumaticcraft:fluid.etchacid Block{pneumaticcraft:fluid.etchacid} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2507 pneumaticcraft:fluid.lpg Block{pneumaticcraft:fluid.lpg} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2508 pneumaticcraft:pressure_tube Block{pneumaticcraft:pressure_tube} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2509 pneumaticcraft:advanced_pressure_tube Block{pneumaticcraft:advanced_pressure_tube} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2510 pneumaticcraft:air_compressor Block{pneumaticcraft:air_compressor} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2511 pneumaticcraft:advanced_air_compressor Block{pneumaticcraft:advanced_air_compressor} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2512 pneumaticcraft:air_cannon Block{pneumaticcraft:air_cannon} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2513 pneumaticcraft:pressure_chamber_wall Block{pneumaticcraft:pressure_chamber_wall} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2514 pneumaticcraft:pressure_chamber_glass Block{pneumaticcraft:pressure_chamber_glass} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2515 pneumaticcraft:pressure_chamber_valve Block{pneumaticcraft:pressure_chamber_valve} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2516 pneumaticcraft:charging_station Block{pneumaticcraft:charging_station} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2517 pneumaticcraft:elevator_base Block{pneumaticcraft:elevator_base} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2518 pneumaticcraft:elevator_frame Block{pneumaticcraft:elevator_frame} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2519 pneumaticcraft:pressure_chamber_interface Block{pneumaticcraft:pressure_chamber_interface} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2520 pneumaticcraft:vacuum_pump Block{pneumaticcraft:vacuum_pump} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2521 pneumaticcraft:pneumatic_door_base Block{pneumaticcraft:pneumatic_door_base} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2522 pneumaticcraft:pneumatic_door Block{pneumaticcraft:pneumatic_door} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2523 pneumaticcraft:assembly_io_unit Block{pneumaticcraft:assembly_io_unit} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2524 pneumaticcraft:assembly_platform Block{pneumaticcraft:assembly_platform} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2525 pneumaticcraft:assembly_drill Block{pneumaticcraft:assembly_drill} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2526 pneumaticcraft:assembly_laser Block{pneumaticcraft:assembly_laser} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2527 pneumaticcraft:assembly_controller Block{pneumaticcraft:assembly_controller} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2528 pneumaticcraft:compressed_iron_block Block{pneumaticcraft:compressed_iron_block} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2529 pneumaticcraft:uv_light_box Block{pneumaticcraft:uv_light_box} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2530 pneumaticcraft:security_station Block{pneumaticcraft:security_station} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2531 pneumaticcraft:universal_sensor Block{pneumaticcraft:universal_sensor} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2532 pneumaticcraft:aerial_interface Block{pneumaticcraft:aerial_interface} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2533 pneumaticcraft:electrostatic_compressor Block{pneumaticcraft:electrostatic_compressor} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2534 pneumaticcraft:aphorism_tile Block{pneumaticcraft:aphorism_tile} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2535 pneumaticcraft:omnidirectional_hopper Block{pneumaticcraft:omnidirectional_hopper} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2536 pneumaticcraft:liquid_hopper Block{pneumaticcraft:liquid_hopper} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2537 pneumaticcraft:elevator_caller Block{pneumaticcraft:elevator_caller} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2538 pneumaticcraft:programmer Block{pneumaticcraft:programmer} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2539 pneumaticcraft:creative_compressor Block{pneumaticcraft:creative_compressor} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2540 pneumaticcraft:plastic_mixer Block{pneumaticcraft:plastic_mixer} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2541 pneumaticcraft:liquid_compressor Block{pneumaticcraft:liquid_compressor} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2542 pneumaticcraft:advanced_liquid_compressor Block{pneumaticcraft:advanced_liquid_compressor} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2543 pneumaticcraft:drone_redstone_emitter Block{pneumaticcraft:drone_redstone_emitter} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2544 pneumaticcraft:heat_sink Block{pneumaticcraft:heat_sink} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2545 pneumaticcraft:vortex_tube Block{pneumaticcraft:vortex_tube} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2546 pneumaticcraft:programmable_controller Block{pneumaticcraft:programmable_controller} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2547 pneumaticcraft:gas_lift Block{pneumaticcraft:gas_lift} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2548 pneumaticcraft:refinery Block{pneumaticcraft:refinery} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2549 pneumaticcraft:thermopneumatic_processing_plant Block{pneumaticcraft:thermopneumatic_processing_plant} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2550 pneumaticcraft:kerosene_lamp Block{pneumaticcraft:kerosene_lamp} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2551 pneumaticcraft:kerosene_lamp_light Block{pneumaticcraft:kerosene_lamp_light} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2552 pneumaticcraft:sentry_turret Block{pneumaticcraft:sentry_turret} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2553 pneumaticcraft:flux_compressor Block{pneumaticcraft:flux_compressor} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2554 pneumaticcraft:pneumatic_dynamo Block{pneumaticcraft:pneumatic_dynamo} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2555 pneumaticcraft:fake_ice Block{pneumaticcraft:fake_ice} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2556 pneumaticcraft:thermal_compressor Block{pneumaticcraft:thermal_compressor} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2557 poweradapters:mj Block{poweradapters:mj} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2558 primal:firepit Block{primal:firepit} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2559 primal:brickform Block{primal:brickform} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2560 primal:hibachi Block{primal:hibachi} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2561 primal:smelter Block{primal:smelter} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2562 primal:cauldron Block{primal:cauldron} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2563 primal:kiln_adobe Block{primal:kiln_adobe} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2564 primal:kiln_air Block{primal:kiln_air} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2565 primal:pitfall Block{primal:pitfall} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2566 primal:tatami_bed Block{primal:tatami_bed} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2567 primal:drying_rack Block{primal:drying_rack} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2568 primal:fish_trap Block{primal:fish_trap} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2569 primal:shelf_half Block{primal:shelf_half} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2570 primal:worktable_slab Block{primal:worktable_slab} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2571 primal:worktable_shelf Block{primal:worktable_shelf} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2572 primal:brick_mold Block{primal:brick_mold} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2573 primal:hardened_stone Block{primal:hardened_stone} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2574 primal:common_stone Block{primal:common_stone} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2575 primal:sarsen_stone Block{primal:sarsen_stone} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2576 primal:blue_stone Block{primal:blue_stone} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2577 primal:ortho_stone Block{primal:ortho_stone} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2578 primal:schist_green_stone Block{primal:schist_green_stone} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2579 primal:schist_blue_stone Block{primal:schist_blue_stone} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2580 primal:scoria_stone Block{primal:scoria_stone} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2581 primal:porphyry_stone Block{primal:porphyry_stone} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2582 primal:purpurite_stone Block{primal:purpurite_stone} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2583 primal:ferro_stone Block{primal:ferro_stone} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2584 primal:carbonate_stone Block{primal:carbonate_stone} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2585 primal:ciniscotta_block Block{primal:ciniscotta_block} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2586 primal:terracotta_block Block{primal:terracotta_block} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2587 primal:mud_dried Block{primal:mud_dried} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2588 primal:nether_earth Block{primal:nether_earth} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2589 primal:nether_stone Block{primal:nether_stone} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2590 primal:eroded_end_stone Block{primal:eroded_end_stone} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2591 primal:desiccated_stone Block{primal:desiccated_stone} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2592 primal:soul_stone Block{primal:soul_stone} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2593 primal:night_stone Block{primal:night_stone} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2594 primal:adobe_brick Block{primal:adobe_brick} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2595 primal:storage_crate Block{primal:storage_crate} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2596 primal:barrel Block{primal:barrel} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2597 primal:planks Block{primal:planks} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2598 primal:logs_stripped Block{primal:logs_stripped} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2599 primal:logs_stacked Block{primal:logs_stacked} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2600 primal:logs_stacked_corypha Block{primal:logs_stacked_corypha} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2601 primal:sapling Block{primal:sapling} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2602 primal:fence Block{primal:fence} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2603 primal:leaves Block{primal:leaves} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2604 primal:logs Block{primal:logs} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2605 primal:corypha_stalk Block{primal:corypha_stalk} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2606 primal:charcoal_stack Block{primal:charcoal_stack} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2607 primal:satetsu Block{primal:satetsu} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2608 primal:metalblock Block{primal:metalblock} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2609 primal:wall Block{primal:wall} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2610 primal:thatch_wet Block{primal:thatch_wet} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2611 primal:thatch Block{primal:thatch} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2612 primal:thatch_nether Block{primal:thatch_nether} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2613 primal:carpet_cineris Block{primal:carpet_cineris} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2614 primal:carpet_inanis Block{primal:carpet_inanis} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2615 primal:ovis_atre_wool Block{primal:ovis_atre_wool} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2616 primal:grated_gravel Block{primal:grated_gravel} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2617 primal:redstone_sand Block{primal:redstone_sand} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2618 primal:ash_common Block{primal:ash_common} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2619 primal:ash_yew Block{primal:ash_yew} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2620 primal:ash_ironwood Block{primal:ash_ironwood} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2621 primal:soulglass Block{primal:soulglass} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2622 primal:ironglass Block{primal:ironglass} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2623 primal:obsidian_transparent Block{primal:obsidian_transparent} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2624 primal:mud_wet Block{primal:mud_wet} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2625 primal:terra_block Block{primal:terra_block} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2626 primal:cinis_block Block{primal:cinis_block} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2627 primal:calcified_paraffin Block{primal:calcified_paraffin} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2628 primal:nether_path Block{primal:nether_path} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2629 primal:nether_farmland Block{primal:nether_farmland} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2630 primal:nether_growth Block{primal:nether_growth} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2631 primal:loam_block Block{primal:loam_block} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2632 primal:ancient_ice Block{primal:ancient_ice} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2633 primal:nether_mycelium Block{primal:nether_mycelium} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2634 primal:lantern_empty Block{primal:lantern_empty} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2635 primal:lantern_torch Block{primal:lantern_torch} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2636 primal:lantern_nether Block{primal:lantern_nether} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2637 primal:lantern_redstone Block{primal:lantern_redstone} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2638 primal:lantern_ignis Block{primal:lantern_ignis} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2639 primal:torch_wood Block{primal:torch_wood} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2640 primal:torch_nether Block{primal:torch_nether} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2641 primal:ignis_fatuus Block{primal:ignis_fatuus} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2642 primal:jackolantern Block{primal:jackolantern} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2643 primal:lever_nether Block{primal:lever_nether} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2644 primal:door_corypha Block{primal:door_corypha} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2645 primal:door_ironwood Block{primal:door_ironwood} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2646 primal:door_yew Block{primal:door_yew} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2647 primal:door_lacquer Block{primal:door_lacquer} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2648 primal:gate_ironwood Block{primal:gate_ironwood} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2649 primal:gate_corypha Block{primal:gate_corypha} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2650 primal:gate_yew Block{primal:gate_yew} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2651 primal:gate_lacquer Block{primal:gate_lacquer} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2652 primal:rush Block{primal:rush} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2653 primal:corn_stalk Block{primal:corn_stalk} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2654 primal:strangle_weed Block{primal:strangle_weed} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2655 primal:old_mans_beard Block{primal:old_mans_beard} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2656 primal:nether_bush Block{primal:nether_bush} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2657 primal:nether_vine Block{primal:nether_vine} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2658 primal:sinuous_weed Block{primal:sinuous_weed} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2659 primal:daucus_murn Block{primal:daucus_murn} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2660 primal:valus_omniferum Block{primal:valus_omniferum} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2661 primal:devils_tongue Block{primal:devils_tongue} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2662 primal:aconite Block{primal:aconite} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2663 primal:tall_grass_growing Block{primal:tall_grass_growing} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2664 primal:dry_grass Block{primal:dry_grass} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2665 primal:void_grass Block{primal:void_grass} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2666 primal:cineris_grass Block{primal:cineris_grass} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2667 primal:cineris_bloom Block{primal:cineris_bloom} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2668 primal:salt_netjry_block Block{primal:salt_netjry_block} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2669 primal:ore_salt Block{primal:ore_salt} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2670 primal:ore_iron Block{primal:ore_iron} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2671 primal:ore_bog_iron Block{primal:ore_bog_iron} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2672 primal:ore_magnetite Block{primal:ore_magnetite} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2673 primal:ore_zinc Block{primal:ore_zinc} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2674 primal:ore_opal Block{primal:ore_opal} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2675 primal:ladder_acacia Block{primal:ladder_acacia} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2676 primal:ladder_bigoak Block{primal:ladder_bigoak} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2677 primal:ladder_birch Block{primal:ladder_birch} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2678 primal:ladder_jungle Block{primal:ladder_jungle} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2679 primal:ladder_oak Block{primal:ladder_oak} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2680 primal:ladder_spruce Block{primal:ladder_spruce} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2681 primal:ladder_ironwood Block{primal:ladder_ironwood} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2682 primal:ladder_corypha Block{primal:ladder_corypha} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2683 primal:ladder_lacquer Block{primal:ladder_lacquer} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2684 primal:ladder_yew Block{primal:ladder_yew} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2685 primal:ladder_block_smoothstone Block{primal:ladder_block_smoothstone} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2686 primal:ladder_block_andesite Block{primal:ladder_block_andesite} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2687 primal:ladder_block_granite Block{primal:ladder_block_granite} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2688 primal:ladder_block_diorite Block{primal:ladder_block_diorite} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2689 primal:ladder_block_smoothandesite Block{primal:ladder_block_smoothandesite} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2690 primal:ladder_block_smoothgranite Block{primal:ladder_block_smoothgranite} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2691 primal:ladder_block_smoothdiorite Block{primal:ladder_block_smoothdiorite} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2692 primal:ladder_block_cobblestone Block{primal:ladder_block_cobblestone} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2693 primal:ladder_block_cobblestone_mossy Block{primal:ladder_block_cobblestone_mossy} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2694 primal:ladder_block_stonebrick Block{primal:ladder_block_stonebrick} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2695 primal:ladder_block_stonebrick_mossy Block{primal:ladder_block_stonebrick_mossy} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2696 primal:ladder_block_stonebrick_cracked Block{primal:ladder_block_stonebrick_cracked} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2697 primal:ladder_block_endstone Block{primal:ladder_block_endstone} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2698 primal:ladder_block_endbrick Block{primal:ladder_block_endbrick} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2699 primal:ladder_block_netherrack Block{primal:ladder_block_netherrack} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2700 primal:ladder_block_netherbrick Block{primal:ladder_block_netherbrick} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2701 primal:ladder_block_netherstone Block{primal:ladder_block_netherstone} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2702 primal:slat_oak Block{primal:slat_oak} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2703 primal:slat_spruce Block{primal:slat_spruce} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2704 primal:slat_birch Block{primal:slat_birch} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2705 primal:slat_jungle Block{primal:slat_jungle} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2706 primal:slat_acacia Block{primal:slat_acacia} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2707 primal:slat_bigoak Block{primal:slat_bigoak} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2708 primal:slat_ironwood Block{primal:slat_ironwood} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2709 primal:slat_yew Block{primal:slat_yew} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2710 primal:slat_corypha Block{primal:slat_corypha} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2711 primal:slat_lacquer Block{primal:slat_lacquer} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2712 primal:slat_iron Block{primal:slat_iron} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2713 primal:slab_mud Block{primal:slab_mud} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2714 primal:slab_glass Block{primal:slab_glass} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2715 primal:slab_netherrack Block{primal:slab_netherrack} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2716 primal:slab_netherstone Block{primal:slab_netherstone} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2717 primal:slab_soulglass Block{primal:slab_soulglass} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2718 primal:slab_netherearth Block{primal:slab_netherearth} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2719 primal:slab_ironwood Block{primal:slab_ironwood} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2720 primal:slab_corypha Block{primal:slab_corypha} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2721 primal:slab_lacquer Block{primal:slab_lacquer} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2722 primal:slab_yew Block{primal:slab_yew} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2723 primal:thin_slab_thatch Block{primal:thin_slab_thatch} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2724 primal:thin_slab_acacia Block{primal:thin_slab_acacia} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2725 primal:thin_slab_bigoak Block{primal:thin_slab_bigoak} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2726 primal:thin_slab_birch Block{primal:thin_slab_birch} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2727 primal:thin_slab_oak Block{primal:thin_slab_oak} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2728 primal:thin_slab_jungle Block{primal:thin_slab_jungle} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2729 primal:thin_slab_spruce Block{primal:thin_slab_spruce} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2730 primal:thin_slab_ironwood Block{primal:thin_slab_ironwood} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2731 primal:thin_slab_corypha Block{primal:thin_slab_corypha} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2732 primal:thin_slab_lacquer Block{primal:thin_slab_lacquer} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2733 primal:thin_slab_yew Block{primal:thin_slab_yew} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2734 primal:thin_slab_glass Block{primal:thin_slab_glass} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2735 primal:thin_slab_soulglass Block{primal:thin_slab_soulglass} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2736 primal:grate_acacia Block{primal:grate_acacia} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2737 primal:grate_bigoak Block{primal:grate_bigoak} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2738 primal:grate_birch Block{primal:grate_birch} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2739 primal:grate_jungle Block{primal:grate_jungle} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2740 primal:grate_oak Block{primal:grate_oak} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2741 primal:grate_spruce Block{primal:grate_spruce} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2742 primal:grate_thatch Block{primal:grate_thatch} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2743 primal:grate_ironwood Block{primal:grate_ironwood} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2744 primal:grate_corypha Block{primal:grate_corypha} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2745 primal:grate_lacquer Block{primal:grate_lacquer} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2746 primal:drain_carbonate_flag Block{primal:drain_carbonate_flag} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2747 primal:drain_ferro_flag Block{primal:drain_ferro_flag} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2748 primal:drain_thatch Block{primal:drain_thatch} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2749 primal:drain_stonebrick Block{primal:drain_stonebrick} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2750 primal:drain_netherstone Block{primal:drain_netherstone} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2751 primal:drain_scoria Block{primal:drain_scoria} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2752 primal:drain_nether_earth Block{primal:drain_nether_earth} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2753 primal:drain_mud Block{primal:drain_mud} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2754 primal:drain_schist_green Block{primal:drain_schist_green} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2755 primal:drain_ciniscotta Block{primal:drain_ciniscotta} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2756 primal:stairs_dirt Block{primal:stairs_dirt} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2757 primal:stairs_path Block{primal:stairs_path} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2758 primal:stairs_nether_earth Block{primal:stairs_nether_earth} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2759 primal:stairs_nether_path Block{primal:stairs_nether_path} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2760 primal:stairs_netherrack Block{primal:stairs_netherrack} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2761 primal:stairs_mud Block{primal:stairs_mud} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2762 primal:stairs_carbonate_flag Block{primal:stairs_carbonate_flag} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2763 primal:stairs_ferro_flag Block{primal:stairs_ferro_flag} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2764 primal:stairs_night_stone Block{primal:stairs_night_stone} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2765 primal:stairs_corypha Block{primal:stairs_corypha} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2766 primal:stairs_ironwood Block{primal:stairs_ironwood} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2767 primal:stairs_lacquer Block{primal:stairs_lacquer} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2768 primal:tannin Block{primal:tannin} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2769 primal:urushi Block{primal:urushi} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2770 primal:brine_netjry Block{primal:brine_netjry} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2771 primal:waste Block{primal:waste} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2772 primal:bitumen Block{primal:bitumen} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2773 primal:bitumen_boiling Block{primal:bitumen_boiling} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2774 primal:paraffin Block{primal:paraffin} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2775 primal:magma_basaltic Block{primal:magma_basaltic} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2776 primal:ovis_atre_milk Block{primal:ovis_atre_milk} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2777 primal:smoke Block{primal:smoke} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2778 rftools:machine_frame Block{rftools:machine_frame} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2779 rftools:machine_base Block{rftools:machine_base} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2780 rftools:dimensional_shard_ore Block{rftools:dimensional_shard_ore} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2781 rftools:coalgenerator Block{rftools:coalgenerator} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2782 rftools:crafter1 Block{rftools:crafter1} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2783 rftools:crafter2 Block{rftools:crafter2} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2784 rftools:crafter3 Block{rftools:crafter3} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2785 rftools:modular_storage Block{rftools:modular_storage} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2786 rftools:remote_storage Block{rftools:remote_storage} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2787 rftools:storage_terminal Block{rftools:storage_terminal} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2788 rftools:level_emitter Block{rftools:level_emitter} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2789 rftools:matter_transmitter Block{rftools:matter_transmitter} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2790 rftools:matter_receiver Block{rftools:matter_receiver} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2791 rftools:dialing_device Block{rftools:dialing_device} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2792 rftools:simple_dialer Block{rftools:simple_dialer} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2793 rftools:destination_analyzer Block{rftools:destination_analyzer} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2794 rftools:matter_booster Block{rftools:matter_booster} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2795 rftools:screen Block{rftools:screen} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2796 rftools:creative_screen Block{rftools:creative_screen} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2797 rftools:screen_hitblock Block{rftools:screen_hitblock} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2798 rftools:screen_controller Block{rftools:screen_controller} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2799 rftools:redstone_transmitter_block Block{rftools:redstone_transmitter_block} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2800 rftools:redstone_receiver_block Block{rftools:redstone_receiver_block} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2801 rftools:sequencer_block Block{rftools:sequencer_block} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2802 rftools:counter_block Block{rftools:counter_block} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2803 rftools:logic_block Block{rftools:logic_block} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2804 rftools:invchecker_block Block{rftools:invchecker_block} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2805 rftools:sensor_block Block{rftools:sensor_block} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2806 rftools:analog_block Block{rftools:analog_block} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2807 rftools:digit_block Block{rftools:digit_block} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2808 rftools:wire_block Block{rftools:wire_block} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2809 rftools:timer_block Block{rftools:timer_block} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2810 rftools:machine_infuser Block{rftools:machine_infuser} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2811 rftools:space_chamber Block{rftools:space_chamber} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2812 rftools:space_chamber_controller Block{rftools:space_chamber_controller} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2813 rftools:support_block Block{rftools:support_block} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2814 rftools:builder Block{rftools:builder} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2815 rftools:composer Block{rftools:composer} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2816 rftools:locator Block{rftools:locator} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2817 rftools:projector Block{rftools:projector} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2818 rftools:scanner Block{rftools:scanner} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2819 rftools:remote_scanner Block{rftools:remote_scanner} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2820 rftools:powercell Block{rftools:powercell} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2821 rftools:powercell_advanced Block{rftools:powercell_advanced} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2822 rftools:powercell_creative Block{rftools:powercell_creative} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2823 rftools:powercell_simple Block{rftools:powercell_simple} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2824 rftools:relay Block{rftools:relay} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2825 rftools:rf_monitor Block{rftools:rf_monitor} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2826 rftools:liquid_monitor Block{rftools:liquid_monitor} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2827 rftools:shield_block1 Block{rftools:shield_block1} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2828 rftools:shield_block2 Block{rftools:shield_block2} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2829 rftools:shield_block3 Block{rftools:shield_block3} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2830 rftools:shield_block4 Block{rftools:shield_block4} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2831 rftools:invisible_shield_block Block{rftools:invisible_shield_block} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2832 rftools:notick_invisible_shield_block Block{rftools:notick_invisible_shield_block} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2833 rftools:invisible_shield_block_opaque Block{rftools:invisible_shield_block_opaque} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2834 rftools:notick_invisible_shield_block_opaque Block{rftools:notick_invisible_shield_block_opaque} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2835 rftools:shield_template_block Block{rftools:shield_template_block} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2836 rftools:solid_shield_block Block{rftools:solid_shield_block} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2837 rftools:notick_solid_shield_block Block{rftools:notick_solid_shield_block} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2838 rftools:camo_shield_block Block{rftools:camo_shield_block} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2839 rftools:notick_camo_shield_block Block{rftools:notick_camo_shield_block} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2840 rftools:solid_shield_block_opaque Block{rftools:solid_shield_block_opaque} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2841 rftools:notick_solid_shield_block_opaque Block{rftools:notick_solid_shield_block_opaque} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2842 rftools:camo_shield_block_opaque Block{rftools:camo_shield_block_opaque} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2843 rftools:notick_camo_shield_block_opaque Block{rftools:notick_camo_shield_block_opaque} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2844 rftools:environmental_controller Block{rftools:environmental_controller} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2845 rftools:spawner Block{rftools:spawner} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2846 rftools:matter_beamer Block{rftools:matter_beamer} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2847 rftools:block_protector Block{rftools:block_protector} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2848 rftools:item_filter Block{rftools:item_filter} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2849 rftools:security_manager Block{rftools:security_manager} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2850 rftools:endergenic Block{rftools:endergenic} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2851 rftools:pearl_injector Block{rftools:pearl_injector} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2852 rftools:ender_monitor Block{rftools:ender_monitor} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2853 rftools:storage_scanner Block{rftools:storage_scanner} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2854 rftools:elevator Block{rftools:elevator} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2855 rftools:booster Block{rftools:booster} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2856 rftoolscontrol:programmer Block{rftoolscontrol:programmer} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2857 rftoolscontrol:processor Block{rftoolscontrol:processor} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2858 rftoolscontrol:node Block{rftoolscontrol:node} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2859 rftoolscontrol:craftingstation Block{rftoolscontrol:craftingstation} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2860 rftoolscontrol:workbench Block{rftoolscontrol:workbench} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2861 rftoolscontrol:tank Block{rftoolscontrol:tank} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2862 simpletomb:grave_simple Block{simpletomb:grave_simple} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2863 simpletomb:grave_normal Block{simpletomb:grave_normal} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2864 simpletomb:grave_cross Block{simpletomb:grave_cross} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2865 simpletomb:tombstone Block{simpletomb:tombstone} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2866 stevescarts:blockcartassembler Block{stevescarts:blockcartassembler} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2867 stevescarts:blockcargomanager Block{stevescarts:blockcargomanager} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2868 stevescarts:blockliquidmanager Block{stevescarts:blockliquidmanager} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2869 stevescarts:blockdistributor Block{stevescarts:blockdistributor} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2870 stevescarts:blockactivator Block{stevescarts:blockactivator} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2871 stevescarts:blockdetector Block{stevescarts:blockdetector} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2872 stevescarts:upgrade Block{stevescarts:upgrade} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2873 stevescarts:blockjunction Block{stevescarts:blockjunction} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2874 stevescarts:blockadvdetector Block{stevescarts:blockadvdetector} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2875 stevescarts:blockmetalstorage Block{stevescarts:blockmetalstorage} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2876 storagedrawers:basicdrawers Block{storagedrawers:basicdrawers} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2877 storagedrawers:keybutton Block{storagedrawers:keybutton} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2878 storagedrawers:compdrawers Block{storagedrawers:compdrawers} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2879 storagedrawers:controller Block{storagedrawers:controller} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2880 storagedrawers:controllerslave Block{storagedrawers:controllerslave} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2881 storagedrawers:trim Block{storagedrawers:trim} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2882 storagedrawers:framingtable Block{storagedrawers:framingtable} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2883 storagedrawers:customdrawers Block{storagedrawers:customdrawers} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2884 storagedrawers:customtrim Block{storagedrawers:customtrim} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2885 supersoundmuffler:sound_muffler Block{supersoundmuffler:sound_muffler} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2886 tallgates:oak_tall_gate Block{tallgates:oak_tall_gate} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2887 tallgates:spruce_tall_gate Block{tallgates:spruce_tall_gate} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2888 tallgates:birch_tall_gate Block{tallgates:birch_tall_gate} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2889 tallgates:jungle_tall_gate Block{tallgates:jungle_tall_gate} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2890 tallgates:dark_oak_tall_gate Block{tallgates:dark_oak_tall_gate} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2891 tallgates:acacia_tall_gate Block{tallgates:acacia_tall_gate} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2892 tcomplement:liquid_chocolate_liquor Block{tcomplement:liquid_chocolate_liquor} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2893 tcomplement:liquid_milk_chocolate Block{tcomplement:liquid_milk_chocolate} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2894 tcomplement:melter Block{tcomplement:melter} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2895 tcomplement:alloy_tank Block{tcomplement:alloy_tank} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2896 tcomplement:porcelain_tank Block{tcomplement:porcelain_tank} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2897 tcomplement:porcelain_melter Block{tcomplement:porcelain_melter} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2898 tcomplement:porcelain_alloy_tank Block{tcomplement:porcelain_alloy_tank} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2899 tcomplement:porcelain_casting Block{tcomplement:porcelain_casting} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2900 totemic:cedar_log Block{totemic:cedar_log} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2901 totemic:stripped_cedar_log Block{totemic:stripped_cedar_log} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2902 totemic:cedar_plank Block{totemic:cedar_plank} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2903 totemic:cedar_sapling Block{totemic:cedar_sapling} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2904 totemic:cedar_leaves Block{totemic:cedar_leaves} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2905 totemic:cedar_stairs Block{totemic:cedar_stairs} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2906 totemic:cedar_slab Block{totemic:cedar_slab} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2907 totemic:double_cedar_slab Block{totemic:double_cedar_slab} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2908 totemic:cedar_fence Block{totemic:cedar_fence} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2909 totemic:cedar_fence_gate Block{totemic:cedar_fence_gate} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2910 totemic:totem_base Block{totemic:totem_base} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2911 totemic:totem_pole Block{totemic:totem_pole} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2912 totemic:totem_torch Block{totemic:totem_torch} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2913 totemic:drum Block{totemic:drum} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2914 totemic:wind_chime Block{totemic:wind_chime} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2915 totemic:tipi Block{totemic:tipi} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2916 totemic:dummy_tipi Block{totemic:dummy_tipi} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2917 totemic:wooden_pillar Block{totemic:wooden_pillar} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2918 totemic:wooden_pillar_base Block{totemic:wooden_pillar_base} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2919 uppers:upper Block{uppers:upper} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2920 vc:airship_workbench Block{vc:airship_workbench} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2921 waterstrainer:strainer_base Block{waterstrainer:strainer_base} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2922 weirdinggadget:weirding_gadget Block{weirdinggadget:weirding_gadget} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2923 xnet:facade Block{xnet:facade} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2924 xnet:redstone_proxy Block{xnet:redstone_proxy} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2925 xnet:redstone_proxy_upd Block{xnet:redstone_proxy_upd} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2926 xnet:controller Block{xnet:controller} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2927 xnet:router Block{xnet:router} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2928 xnet:wireless_router Block{xnet:wireless_router} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2929 xnet:antenna Block{xnet:antenna} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2930 xnet:antenna_base Block{xnet:antenna_base} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2931 xnet:antenna_dish Block{xnet:antenna_dish} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2932 xnet:netcable Block{xnet:netcable} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2933 xnet:connector Block{xnet:connector} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2934 xnet:advanced_connector Block{xnet:advanced_connector} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2935 primal_tech:clay_kiln Block{primal_tech:clay_kiln} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2936 primal_tech:flint_block Block{primal_tech:flint_block} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2937 primal_tech:stick_bundle Block{primal_tech:stick_bundle} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2938 primal_tech:fibre_torch Block{primal_tech:fibre_torch} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2939 primal_tech:fibre_torch_lit Block{primal_tech:fibre_torch_lit} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2940 primal_tech:charcoal_block Block{primal_tech:charcoal_block} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2941 primal_tech:work_stump Block{primal_tech:work_stump} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2942 primal_tech:stone_grill Block{primal_tech:stone_grill} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2943 primal_tech:wooden_hopper Block{primal_tech:wooden_hopper} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2944 primal_tech:work_stump_upgraded Block{primal_tech:work_stump_upgraded} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2945 primal_tech:charcoal_hopper Block{primal_tech:charcoal_hopper} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2946 primal_tech:water_saw Block{primal_tech:water_saw} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2947 primal_tech:stone_anvil Block{primal_tech:stone_anvil} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2948 primal_tech:leaf_bed Block{primal_tech:leaf_bed} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2949 primal_tech:wooden_basin Block{primal_tech:wooden_basin} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2950 charcoalblock:charcoal_block Block{charcoalblock:charcoal_block} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2951 abyssalcraft:stone Block{abyssalcraft:stone} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2952 abyssalcraft:cobblestone Block{abyssalcraft:cobblestone} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2953 abyssalcraft:darkstone_brick Block{abyssalcraft:darkstone_brick} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2954 abyssalcraft:dsglow Block{abyssalcraft:dsglow} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2955 abyssalcraft:darkbrickslab1 Block{abyssalcraft:darkbrickslab1} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2956 abyssalcraft:darkbrickslab2 Block{abyssalcraft:darkbrickslab2} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2957 abyssalcraft:darkcobbleslab1 Block{abyssalcraft:darkcobbleslab1} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2958 abyssalcraft:darkcobbleslab2 Block{abyssalcraft:darkcobbleslab2} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2959 abyssalcraft:dbstairs Block{abyssalcraft:dbstairs} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2960 abyssalcraft:dcstairs Block{abyssalcraft:dcstairs} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2961 abyssalcraft:dltleaves Block{abyssalcraft:dltleaves} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2962 abyssalcraft:dltlog Block{abyssalcraft:dltlog} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2963 abyssalcraft:dltlog2 Block{abyssalcraft:dltlog2} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2964 abyssalcraft:dltsapling Block{abyssalcraft:dltsapling} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2965 abyssalcraft:abybrick Block{abyssalcraft:abybrick} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2966 abyssalcraft:abyslab1 Block{abyssalcraft:abyslab1} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2967 abyssalcraft:abyslab2 Block{abyssalcraft:abyslab2} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2968 abyssalcraft:abystairs Block{abyssalcraft:abystairs} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2969 abyssalcraft:coraliumore Block{abyssalcraft:coraliumore} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2970 abyssalcraft:abyore Block{abyssalcraft:abyore} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2971 abyssalcraft:abyfence Block{abyssalcraft:abyfence} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2972 abyssalcraft:dscwall Block{abyssalcraft:dscwall} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2973 abyssalcraft:odb Block{abyssalcraft:odb} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2974 abyssalcraft:ingotblock Block{abyssalcraft:ingotblock} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2975 abyssalcraft:coraliumstone Block{abyssalcraft:coraliumstone} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2976 abyssalcraft:odbcore Block{abyssalcraft:odbcore} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2977 abyssalcraft:crate Block{abyssalcraft:crate} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2978 abyssalcraft:abyportal Block{abyssalcraft:abyportal} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2979 abyssalcraft:darkstoneslab1 Block{abyssalcraft:darkstoneslab1} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2980 abyssalcraft:darkstoneslab2 Block{abyssalcraft:darkstoneslab2} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2981 abyssalcraft:coraliumfire Block{abyssalcraft:coraliumfire} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2982 abyssalcraft:dsbutton Block{abyssalcraft:dsbutton} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2983 abyssalcraft:dspplate Block{abyssalcraft:dspplate} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2984 abyssalcraft:dltplank Block{abyssalcraft:dltplank} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2985 abyssalcraft:dltbutton Block{abyssalcraft:dltbutton} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2986 abyssalcraft:dltpplate Block{abyssalcraft:dltpplate} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2987 abyssalcraft:dltstairs Block{abyssalcraft:dltstairs} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2988 abyssalcraft:dltslab1 Block{abyssalcraft:dltslab1} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2989 abyssalcraft:dltslab2 Block{abyssalcraft:dltslab2} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2990 abyssalcraft:cwater Block{abyssalcraft:cwater} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2991 abyssalcraft:psdl Block{abyssalcraft:psdl} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2992 abyssalcraft:abycorore Block{abyssalcraft:abycorore} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2993 abyssalcraft:altar Block{abyssalcraft:altar} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2994 abyssalcraft:abybutton Block{abyssalcraft:abybutton} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2995 abyssalcraft:abypplate Block{abyssalcraft:abypplate} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2996 abyssalcraft:dsbfence Block{abyssalcraft:dsbfence} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2997 abyssalcraft:dltfence Block{abyssalcraft:dltfence} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2998 abyssalcraft:abydreadore Block{abyssalcraft:abydreadore} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2999 abyssalcraft:dreadore Block{abyssalcraft:dreadore} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3000 abyssalcraft:dreadbrick Block{abyssalcraft:dreadbrick} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3001 abyssalcraft:abydreadbrick Block{abyssalcraft:abydreadbrick} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3002 abyssalcraft:dreadgrass Block{abyssalcraft:dreadgrass} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3003 abyssalcraft:dreadlog Block{abyssalcraft:dreadlog} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3004 abyssalcraft:dreadleaves Block{abyssalcraft:dreadleaves} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3005 abyssalcraft:dreadsapling Block{abyssalcraft:dreadsapling} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3006 abyssalcraft:dreadplanks Block{abyssalcraft:dreadplanks} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3007 abyssalcraft:dreadportal Block{abyssalcraft:dreadportal} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3008 abyssalcraft:dreadfire Block{abyssalcraft:dreadfire} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3009 abyssalcraft:dghead Block{abyssalcraft:dghead} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3010 abyssalcraft:phead Block{abyssalcraft:phead} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3011 abyssalcraft:whead Block{abyssalcraft:whead} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3012 abyssalcraft:ohead Block{abyssalcraft:ohead} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3013 abyssalcraft:dreadbrickstairs Block{abyssalcraft:dreadbrickstairs} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3014 abyssalcraft:dreadbrickfence Block{abyssalcraft:dreadbrickfence} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3015 abyssalcraft:dreadbrickslab1 Block{abyssalcraft:dreadbrickslab1} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3016 abyssalcraft:dreadbrickslab2 Block{abyssalcraft:dreadbrickslab2} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3017 abyssalcraft:abydreadbrickstairs Block{abyssalcraft:abydreadbrickstairs} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3018 abyssalcraft:abydreadbrickfence Block{abyssalcraft:abydreadbrickfence} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3019 abyssalcraft:abydreadbrickslab1 Block{abyssalcraft:abydreadbrickslab1} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3020 abyssalcraft:abydreadbrickslab2 Block{abyssalcraft:abydreadbrickslab2} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3021 abyssalcraft:antiwater Block{abyssalcraft:antiwater} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3022 abyssalcraft:cstonebrick Block{abyssalcraft:cstonebrick} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3023 abyssalcraft:cstonebrickfence Block{abyssalcraft:cstonebrickfence} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3024 abyssalcraft:cstonebrickslab1 Block{abyssalcraft:cstonebrickslab1} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3025 abyssalcraft:cstonebrickslab2 Block{abyssalcraft:cstonebrickslab2} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3026 abyssalcraft:cstonebrickstairs Block{abyssalcraft:cstonebrickstairs} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3027 abyssalcraft:cstonebutton Block{abyssalcraft:cstonebutton} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3028 abyssalcraft:cstonepplate Block{abyssalcraft:cstonepplate} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3029 abyssalcraft:dreadaltartop Block{abyssalcraft:dreadaltartop} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3030 abyssalcraft:dreadaltarbottom Block{abyssalcraft:dreadaltarbottom} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3031 abyssalcraft:crystallizer Block{abyssalcraft:crystallizer} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3032 abyssalcraft:crystallizer_on Block{abyssalcraft:crystallizer_on} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3033 abyssalcraft:transmutator Block{abyssalcraft:transmutator} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3034 abyssalcraft:transmutator_on Block{abyssalcraft:transmutator_on} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3035 abyssalcraft:dreadguardspawner Block{abyssalcraft:dreadguardspawner} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3036 abyssalcraft:chagarothspawner Block{abyssalcraft:chagarothspawner} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3037 abyssalcraft:drtfence Block{abyssalcraft:drtfence} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3038 abyssalcraft:nitreore Block{abyssalcraft:nitreore} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3039 abyssalcraft:abyiroore Block{abyssalcraft:abyiroore} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3040 abyssalcraft:abygolore Block{abyssalcraft:abygolore} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3041 abyssalcraft:abydiaore Block{abyssalcraft:abydiaore} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3042 abyssalcraft:abynitore Block{abyssalcraft:abynitore} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3043 abyssalcraft:abytinore Block{abyssalcraft:abytinore} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3044 abyssalcraft:abycopore Block{abyssalcraft:abycopore} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3045 abyssalcraft:abypcorore Block{abyssalcraft:abypcorore} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3046 abyssalcraft:abylcorore Block{abyssalcraft:abylcorore} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3047 abyssalcraft:solidlava Block{abyssalcraft:solidlava} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3048 abyssalcraft:ethaxiumbrick Block{abyssalcraft:ethaxiumbrick} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3049 abyssalcraft:ethaxiumpillar Block{abyssalcraft:ethaxiumpillar} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3050 abyssalcraft:ethaxiumbrickstairs Block{abyssalcraft:ethaxiumbrickstairs} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3051 abyssalcraft:ethaxiumbrickslab1 Block{abyssalcraft:ethaxiumbrickslab1} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3052 abyssalcraft:ethaxiumbrickslab2 Block{abyssalcraft:ethaxiumbrickslab2} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3053 abyssalcraft:ethaxiumfence Block{abyssalcraft:ethaxiumfence} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3054 abyssalcraft:omotholportal Block{abyssalcraft:omotholportal} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3055 abyssalcraft:omotholfire Block{abyssalcraft:omotholfire} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3056 abyssalcraft:engraver Block{abyssalcraft:engraver} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3057 abyssalcraft:engraver_on Block{abyssalcraft:engraver_on} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3058 abyssalcraft:materializer Block{abyssalcraft:materializer} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3059 abyssalcraft:darkethaxiumbrick Block{abyssalcraft:darkethaxiumbrick} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3060 abyssalcraft:darkethaxiumpillar Block{abyssalcraft:darkethaxiumpillar} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3061 abyssalcraft:darkethaxiumbrickstairs Block{abyssalcraft:darkethaxiumbrickstairs} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3062 abyssalcraft:darkethaxiumbrickslab1 Block{abyssalcraft:darkethaxiumbrickslab1} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3063 abyssalcraft:darkethaxiumbrickslab2 Block{abyssalcraft:darkethaxiumbrickslab2} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3064 abyssalcraft:darkethaxiumbrickfence Block{abyssalcraft:darkethaxiumbrickfence} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3065 abyssalcraft:ritualaltar Block{abyssalcraft:ritualaltar} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3066 abyssalcraft:ritualpedestal Block{abyssalcraft:ritualpedestal} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3067 abyssalcraft:shoggothblock Block{abyssalcraft:shoggothblock} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3068 abyssalcraft:statue Block{abyssalcraft:statue} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3069 abyssalcraft:shoggothbiomass Block{abyssalcraft:shoggothbiomass} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3070 abyssalcraft:energypedestal Block{abyssalcraft:energypedestal} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3071 abyssalcraft:monolithpillar Block{abyssalcraft:monolithpillar} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3072 abyssalcraft:sacrificialaltar Block{abyssalcraft:sacrificialaltar} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3073 abyssalcraft:tieredenergypedestal Block{abyssalcraft:tieredenergypedestal} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3074 abyssalcraft:tieredsacrificialaltar Block{abyssalcraft:tieredsacrificialaltar} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3075 abyssalcraft:jzaharspawner Block{abyssalcraft:jzaharspawner} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3076 abyssalcraft:gatekeeperminionspawner Block{abyssalcraft:gatekeeperminionspawner} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3077 abyssalcraft:fire Block{abyssalcraft:fire} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3078 abyssalcraft:decorativestatue Block{abyssalcraft:decorativestatue} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3079 abyssalcraft:crystalcluster Block{abyssalcraft:crystalcluster} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3080 abyssalcraft:crystalcluster2 Block{abyssalcraft:crystalcluster2} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3081 abyssalcraft:energycollector Block{abyssalcraft:energycollector} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3082 abyssalcraft:energyrelay Block{abyssalcraft:energyrelay} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3083 abyssalcraft:energycontainer Block{abyssalcraft:energycontainer} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3084 abyssalcraft:tieredenergycollector Block{abyssalcraft:tieredenergycollector} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3085 abyssalcraft:tieredenergyrelay Block{abyssalcraft:tieredenergyrelay} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3086 abyssalcraft:tieredenergycontainer Block{abyssalcraft:tieredenergycontainer} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3087 abyssalcraft:abyssalsand Block{abyssalcraft:abyssalsand} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3088 abyssalcraft:fusedabyssalsand Block{abyssalcraft:fusedabyssalsand} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3089 abyssalcraft:abyssalsandglass Block{abyssalcraft:abyssalsandglass} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3090 abyssalcraft:dreadlandsdirt Block{abyssalcraft:dreadlandsdirt} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3091 abyssalcraft:abyssalcobblestonestairs Block{abyssalcraft:abyssalcobblestonestairs} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3092 abyssalcraft:abyssalcobblestoneslab1 Block{abyssalcraft:abyssalcobblestoneslab1} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3093 abyssalcraft:abyssalcobblestoneslab2 Block{abyssalcraft:abyssalcobblestoneslab2} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3094 abyssalcraft:abyssalcobblestonewall Block{abyssalcraft:abyssalcobblestonewall} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3095 abyssalcraft:dreadstonecobblestonestairs Block{abyssalcraft:dreadstonecobblestonestairs} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3096 abyssalcraft:dreadstonecobblestoneslab1 Block{abyssalcraft:dreadstonecobblestoneslab1} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3097 abyssalcraft:dreadstonecobblestoneslab2 Block{abyssalcraft:dreadstonecobblestoneslab2} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3098 abyssalcraft:dreadstonecobblestonewall Block{abyssalcraft:dreadstonecobblestonewall} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3099 abyssalcraft:abyssalnitecobblestonestairs Block{abyssalcraft:abyssalnitecobblestonestairs} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3100 abyssalcraft:abyssalnitecobblestoneslab1 Block{abyssalcraft:abyssalnitecobblestoneslab1} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3101 abyssalcraft:abyssalnitecobblestoneslab2 Block{abyssalcraft:abyssalnitecobblestoneslab2} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3102 abyssalcraft:abyssalnitecobblestonewall Block{abyssalcraft:abyssalnitecobblestonewall} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3103 abyssalcraft:coraliumcobblestonestairs Block{abyssalcraft:coraliumcobblestonestairs} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3104 abyssalcraft:coraliumcobblestoneslab1 Block{abyssalcraft:coraliumcobblestoneslab1} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3105 abyssalcraft:coraliumcobblestoneslab2 Block{abyssalcraft:coraliumcobblestoneslab2} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3106 abyssalcraft:coraliumcobblestonewall Block{abyssalcraft:coraliumcobblestonewall} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3107 abyssalcraft:luminousthistle Block{abyssalcraft:luminousthistle} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3108 abyssalcraft:wastelandsthorn Block{abyssalcraft:wastelandsthorn} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3109 abyssalcraft:rendingpedestal Block{abyssalcraft:rendingpedestal} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3110 abyssalcraft:statetransformer Block{abyssalcraft:statetransformer} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3111 abyssalcraft:energydepositioner Block{abyssalcraft:energydepositioner} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3112 abyssalcraft:calcifiedstone Block{abyssalcraft:calcifiedstone} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3113 abyssalcraft:door_dlt Block{abyssalcraft:door_dlt} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3114 abyssalcraft:door_drt Block{abyssalcraft:door_drt} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3115 abyssalcraft:multiblock Block{abyssalcraft:multiblock} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3116 acintegration:moltenabyssalnite Block{acintegration:moltenabyssalnite} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3117 acintegration:moltencoralium Block{acintegration:moltencoralium} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3118 acintegration:moltendreadium Block{acintegration:moltendreadium} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3119 actuallyadditions:block_canola_oil Block{actuallyadditions:block_canola_oil} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3120 actuallyadditions:block_refined_canola_oil Block{actuallyadditions:block_refined_canola_oil} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3121 actuallyadditions:block_crystal_oil Block{actuallyadditions:block_crystal_oil} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3122 actuallyadditions:block_empowered_oil Block{actuallyadditions:block_empowered_oil} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3123 actuallyadditions:block_crystal_cluster_redstone Block{actuallyadditions:block_crystal_cluster_redstone} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3124 actuallyadditions:block_crystal_cluster_lapis Block{actuallyadditions:block_crystal_cluster_lapis} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3125 actuallyadditions:block_crystal_cluster_diamond Block{actuallyadditions:block_crystal_cluster_diamond} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3126 actuallyadditions:block_crystal_cluster_coal Block{actuallyadditions:block_crystal_cluster_coal} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3127 actuallyadditions:block_crystal_cluster_emerald Block{actuallyadditions:block_crystal_cluster_emerald} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3128 actuallyadditions:block_crystal_cluster_iron Block{actuallyadditions:block_crystal_cluster_iron} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3129 actuallyadditions:block_battery_box Block{actuallyadditions:block_battery_box} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3130 actuallyadditions:block_item_viewer_hopping Block{actuallyadditions:block_item_viewer_hopping} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3131 actuallyadditions:block_farmer Block{actuallyadditions:block_farmer} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3132 actuallyadditions:block_bio_reactor Block{actuallyadditions:block_bio_reactor} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3133 actuallyadditions:block_empowerer Block{actuallyadditions:block_empowerer} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3134 actuallyadditions:block_tiny_torch Block{actuallyadditions:block_tiny_torch} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3135 actuallyadditions:block_shock_suppressor Block{actuallyadditions:block_shock_suppressor} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3136 actuallyadditions:block_display_stand Block{actuallyadditions:block_display_stand} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3137 actuallyadditions:block_player_interface Block{actuallyadditions:block_player_interface} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3138 actuallyadditions:block_item_viewer Block{actuallyadditions:block_item_viewer} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3139 actuallyadditions:block_firework_box Block{actuallyadditions:block_firework_box} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3140 actuallyadditions:block_miner Block{actuallyadditions:block_miner} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3141 actuallyadditions:block_atomic_reconstructor Block{actuallyadditions:block_atomic_reconstructor} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3142 actuallyadditions:block_crystal Block{actuallyadditions:block_crystal} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3143 actuallyadditions:block_crystal_empowered Block{actuallyadditions:block_crystal_empowered} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3144 actuallyadditions:block_black_lotus Block{actuallyadditions:block_black_lotus} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3145 actuallyadditions:block_laser_relay Block{actuallyadditions:block_laser_relay} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3146 actuallyadditions:block_laser_relay_advanced Block{actuallyadditions:block_laser_relay_advanced} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3147 actuallyadditions:block_laser_relay_extreme Block{actuallyadditions:block_laser_relay_extreme} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3148 actuallyadditions:block_laser_relay_fluids Block{actuallyadditions:block_laser_relay_fluids} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3149 actuallyadditions:block_laser_relay_item Block{actuallyadditions:block_laser_relay_item} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3150 actuallyadditions:block_laser_relay_item_whitelist Block{actuallyadditions:block_laser_relay_item_whitelist} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3151 actuallyadditions:block_ranged_collector Block{actuallyadditions:block_ranged_collector} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3152 actuallyadditions:block_directional_breaker Block{actuallyadditions:block_directional_breaker} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3153 actuallyadditions:block_leaf_generator Block{actuallyadditions:block_leaf_generator} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3154 actuallyadditions:block_smiley_cloud Block{actuallyadditions:block_smiley_cloud} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3155 actuallyadditions:block_xp_solidifier Block{actuallyadditions:block_xp_solidifier} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3156 actuallyadditions:block_testifi_bucks_green_wall Block{actuallyadditions:block_testifi_bucks_green_wall} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3157 actuallyadditions:block_testifi_bucks_white_wall Block{actuallyadditions:block_testifi_bucks_white_wall} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3158 actuallyadditions:block_testifi_bucks_green_stairs Block{actuallyadditions:block_testifi_bucks_green_stairs} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3159 actuallyadditions:block_testifi_bucks_white_stairs Block{actuallyadditions:block_testifi_bucks_white_stairs} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3160 actuallyadditions:block_testifi_bucks_green_slab Block{actuallyadditions:block_testifi_bucks_green_slab} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3161 actuallyadditions:block_testifi_bucks_white_slab Block{actuallyadditions:block_testifi_bucks_white_slab} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3162 actuallyadditions:block_testifi_bucks_green_fence Block{actuallyadditions:block_testifi_bucks_green_fence} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3163 actuallyadditions:block_testifi_bucks_white_fence Block{actuallyadditions:block_testifi_bucks_white_fence} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3164 actuallyadditions:block_colored_lamp Block{actuallyadditions:block_colored_lamp} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3165 actuallyadditions:block_colored_lamp_on Block{actuallyadditions:block_colored_lamp_on} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3166 actuallyadditions:block_lamp_powerer Block{actuallyadditions:block_lamp_powerer} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3167 actuallyadditions:block_treasure_chest Block{actuallyadditions:block_treasure_chest} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3168 actuallyadditions:block_energizer Block{actuallyadditions:block_energizer} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3169 actuallyadditions:block_enervator Block{actuallyadditions:block_enervator} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3170 actuallyadditions:block_lava_factory_controller Block{actuallyadditions:block_lava_factory_controller} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3171 actuallyadditions:block_canola_press Block{actuallyadditions:block_canola_press} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3172 actuallyadditions:block_phantomface Block{actuallyadditions:block_phantomface} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3173 actuallyadditions:block_phantom_placer Block{actuallyadditions:block_phantom_placer} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3174 actuallyadditions:block_phantom_liquiface Block{actuallyadditions:block_phantom_liquiface} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3175 actuallyadditions:block_phantom_energyface Block{actuallyadditions:block_phantom_energyface} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3176 actuallyadditions:block_phantom_redstoneface Block{actuallyadditions:block_phantom_redstoneface} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3177 actuallyadditions:block_phantom_breaker Block{actuallyadditions:block_phantom_breaker} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3178 actuallyadditions:block_coal_generator Block{actuallyadditions:block_coal_generator} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3179 actuallyadditions:block_oil_generator Block{actuallyadditions:block_oil_generator} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3180 actuallyadditions:block_fermenting_barrel Block{actuallyadditions:block_fermenting_barrel} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3181 actuallyadditions:block_rice Block{actuallyadditions:block_rice} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3182 actuallyadditions:block_canola Block{actuallyadditions:block_canola} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3183 actuallyadditions:block_flax Block{actuallyadditions:block_flax} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3184 actuallyadditions:block_coffee Block{actuallyadditions:block_coffee} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3185 actuallyadditions:block_compost Block{actuallyadditions:block_compost} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3186 actuallyadditions:block_misc Block{actuallyadditions:block_misc} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3187 actuallyadditions:block_feeder Block{actuallyadditions:block_feeder} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3188 actuallyadditions:block_giant_chest Block{actuallyadditions:block_giant_chest} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3189 actuallyadditions:block_giant_chest_medium Block{actuallyadditions:block_giant_chest_medium} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3190 actuallyadditions:block_giant_chest_large Block{actuallyadditions:block_giant_chest_large} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3191 actuallyadditions:block_grinder Block{actuallyadditions:block_grinder} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3192 actuallyadditions:block_grinder_double Block{actuallyadditions:block_grinder_double} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3193 actuallyadditions:block_furnace_double Block{actuallyadditions:block_furnace_double} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3194 actuallyadditions:block_inputter Block{actuallyadditions:block_inputter} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3195 actuallyadditions:block_inputter_advanced Block{actuallyadditions:block_inputter_advanced} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3196 actuallyadditions:block_fishing_net Block{actuallyadditions:block_fishing_net} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3197 actuallyadditions:block_furnace_solar Block{actuallyadditions:block_furnace_solar} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3198 actuallyadditions:block_heat_collector Block{actuallyadditions:block_heat_collector} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3199 actuallyadditions:block_item_repairer Block{actuallyadditions:block_item_repairer} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3200 actuallyadditions:block_greenhouse_glass Block{actuallyadditions:block_greenhouse_glass} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3201 actuallyadditions:block_breaker Block{actuallyadditions:block_breaker} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3202 actuallyadditions:block_placer Block{actuallyadditions:block_placer} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3203 actuallyadditions:block_dropper Block{actuallyadditions:block_dropper} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3204 actuallyadditions:block_fluid_placer Block{actuallyadditions:block_fluid_placer} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3205 actuallyadditions:block_fluid_collector Block{actuallyadditions:block_fluid_collector} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3206 actuallyadditions:block_coffee_machine Block{actuallyadditions:block_coffee_machine} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3207 actuallyadditions:block_phantom_booster Block{actuallyadditions:block_phantom_booster} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3208 actuallyadditions:block_wild Block{actuallyadditions:block_wild} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3209 actuallyadditions:block_quartz_wall Block{actuallyadditions:block_quartz_wall} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3210 actuallyadditions:block_chiseled_quartz_wall Block{actuallyadditions:block_chiseled_quartz_wall} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3211 actuallyadditions:block_pillar_quartz_wall Block{actuallyadditions:block_pillar_quartz_wall} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3212 actuallyadditions:block_quartz_stair Block{actuallyadditions:block_quartz_stair} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3213 actuallyadditions:block_chiseled_quartz_stair Block{actuallyadditions:block_chiseled_quartz_stair} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3214 actuallyadditions:block_pillar_quartz_stair Block{actuallyadditions:block_pillar_quartz_stair} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3215 actuallyadditions:block_quartz_slab Block{actuallyadditions:block_quartz_slab} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3216 actuallyadditions:block_chiseled_quartz_slab Block{actuallyadditions:block_chiseled_quartz_slab} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3217 actuallyadditions:block_pillar_quartz_slab Block{actuallyadditions:block_pillar_quartz_slab} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3218 contenttweaker:propene_molten Block{contenttweaker:propene_molten} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3219 contenttweaker:plastic_molten Block{contenttweaker:plastic_molten} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3220 contenttweaker:platinum_molten Block{contenttweaker:platinum_molten} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3221 contenttweaker:galgadorian_molten Block{contenttweaker:galgadorian_molten} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3222 contenttweaker:ender_pearl_molten Block{contenttweaker:ender_pearl_molten} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3223 contenttweaker:redstone_molten Block{contenttweaker:redstone_molten} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3224 contenttweaker:invar_molten Block{contenttweaker:invar_molten} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3225 contenttweaker:redstone_alloy_molten Block{contenttweaker:redstone_alloy_molten} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3226 contenttweaker:steeleaf_molten Block{contenttweaker:steeleaf_molten} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3227 contenttweaker:sub_block_holder_1 Block{contenttweaker:sub_block_holder_1} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3228 contenttweaker:sub_block_holder_0 Block{contenttweaker:sub_block_holder_0} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3229 contenttweaker:sub_block_holder_3 Block{contenttweaker:sub_block_holder_3} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3230 contenttweaker:sub_block_holder_2 Block{contenttweaker:sub_block_holder_2} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3231 contenttweaker:cheese Block{contenttweaker:cheese} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3232 contenttweaker:osmium_molten Block{contenttweaker:osmium_molten} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3233 contenttweaker:naphtha_molten Block{contenttweaker:naphtha_molten} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3234 contenttweaker:titanium_molten Block{contenttweaker:titanium_molten} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3235 contenttweaker:enhanced_galgadorian_molten Block{contenttweaker:enhanced_galgadorian_molten} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3236 contenttweaker:reinforced_metal_molten Block{contenttweaker:reinforced_metal_molten} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3237 contenttweaker:glowstone_molten Block{contenttweaker:glowstone_molten} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3238 contenttweaker:slime Block{contenttweaker:slime} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3239 contenttweaker:modularium_molten Block{contenttweaker:modularium_molten} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3240 buildcraftcore:spring Block{buildcraftcore:spring} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3241 buildcraftcore:decorated Block{buildcraftcore:decorated} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3242 buildcraftcore:marker_volume Block{buildcraftcore:marker_volume} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3243 buildcraftcore:marker_path Block{buildcraftcore:marker_path} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3244 buildcraftcore:engine Block{buildcraftcore:engine} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3245 cyclicmagic:fluid_drain Block{cyclicmagic:fluid_drain} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3246 cyclicmagic:fire_dark Block{cyclicmagic:fire_dark} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3247 cyclicmagic:plate_launch_med Block{cyclicmagic:plate_launch_med} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3248 cyclicmagic:plate_launch_small Block{cyclicmagic:plate_launch_small} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3249 cyclicmagic:plate_launch_large Block{cyclicmagic:plate_launch_large} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3250 cyclicmagic:plate_launch_extra Block{cyclicmagic:plate_launch_extra} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3251 cyclicmagic:wireless_transmitter Block{cyclicmagic:wireless_transmitter} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3252 cyclicmagic:wireless_receiver Block{cyclicmagic:wireless_receiver} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3253 cyclicmagic:spikes_iron Block{cyclicmagic:spikes_iron} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3254 cyclicmagic:spikes_diamond Block{cyclicmagic:spikes_diamond} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3255 cyclicmagic:block_fragile Block{cyclicmagic:block_fragile} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3256 cyclicmagic:block_fragile_auto Block{cyclicmagic:block_fragile_auto} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3257 cyclicmagic:block_fragile_weak Block{cyclicmagic:block_fragile_weak} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3258 cyclicmagic:item_pipe_sort Block{cyclicmagic:item_pipe_sort} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3259 cyclicmagic:item_pipe Block{cyclicmagic:item_pipe} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3260 cyclicmagic:item_pump Block{cyclicmagic:item_pump} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3261 cyclicmagic:energy_pipe Block{cyclicmagic:energy_pipe} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3262 cyclicmagic:energy_pump Block{cyclicmagic:energy_pump} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3263 cyclicmagic:fluid_pipe Block{cyclicmagic:fluid_pipe} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3264 cyclicmagic:fluid_pump Block{cyclicmagic:fluid_pump} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3265 cyclicmagic:bundled_pipe Block{cyclicmagic:bundled_pipe} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3266 cyclicmagic:block_library Block{cyclicmagic:block_library} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3267 cyclicmagic:block_library_ctrl Block{cyclicmagic:block_library_ctrl} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3268 cyclicmagic:poison Block{cyclicmagic:poison} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3269 cyclicmagic:amber Block{cyclicmagic:amber} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3270 cyclicmagic:crystal Block{cyclicmagic:crystal} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3271 cyclicmagic:milk Block{cyclicmagic:milk} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3272 cyclicmagic:plate_vector Block{cyclicmagic:plate_vector} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3273 cyclicmagic:builder_pattern Block{cyclicmagic:builder_pattern} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3274 cyclicmagic:magnet_block Block{cyclicmagic:magnet_block} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3275 cyclicmagic:magnet_anti_block Block{cyclicmagic:magnet_anti_block} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3276 cyclicmagic:block_vacuum Block{cyclicmagic:block_vacuum} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3277 cyclicmagic:beacon_potion Block{cyclicmagic:beacon_potion} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3278 cyclicmagic:clock Block{cyclicmagic:clock} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3279 cyclicmagic:apple Block{cyclicmagic:apple} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3280 cyclicmagic:beacon_redstone Block{cyclicmagic:beacon_redstone} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3281 cyclicmagic:sprinkler Block{cyclicmagic:sprinkler} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3282 cyclicmagic:block_forester Block{cyclicmagic:block_forester} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3283 cyclicmagic:block_miner Block{cyclicmagic:block_miner} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3284 cyclicmagic:block_hydrator Block{cyclicmagic:block_hydrator} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3285 cyclicmagic:melter Block{cyclicmagic:melter} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3286 cyclicmagic:solidifier Block{cyclicmagic:solidifier} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3287 cyclicmagic:block_anvil Block{cyclicmagic:block_anvil} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3288 cyclicmagic:harvester_block Block{cyclicmagic:harvester_block} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3289 cyclicmagic:xpjuice Block{cyclicmagic:xpjuice} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3290 cyclicmagic:block_enchanter Block{cyclicmagic:block_enchanter} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3291 cyclicmagic:exp_pylon Block{cyclicmagic:exp_pylon} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3292 cyclicmagic:builder_block Block{cyclicmagic:builder_block} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3293 cyclicmagic:uncrafting_block Block{cyclicmagic:uncrafting_block} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3294 cyclicmagic:block_miner_smart Block{cyclicmagic:block_miner_smart} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3295 cyclicmagic:placer_block Block{cyclicmagic:placer_block} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3296 cyclicmagic:password_block Block{cyclicmagic:password_block} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3297 cyclicmagic:block_user Block{cyclicmagic:block_user} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3298 cyclicmagic:trash Block{cyclicmagic:trash} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3299 cyclicmagic:block_workbench Block{cyclicmagic:block_workbench} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3300 cyclicmagic:block_screen Block{cyclicmagic:block_screen} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3301 cyclicmagic:screen_target Block{cyclicmagic:screen_target} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3302 cyclicmagic:block_soundproofing Block{cyclicmagic:block_soundproofing} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3303 cyclicmagic:auto_crafter Block{cyclicmagic:auto_crafter} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3304 cyclicmagic:entity_detector Block{cyclicmagic:entity_detector} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3305 cyclicmagic:fan Block{cyclicmagic:fan} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3306 cyclicmagic:block_fishing Block{cyclicmagic:block_fishing} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3307 cyclicmagic:block_disenchanter Block{cyclicmagic:block_disenchanter} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3308 cyclicmagic:block_storeempty Block{cyclicmagic:block_storeempty} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3309 cyclicmagic:dropper_exact Block{cyclicmagic:dropper_exact} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3310 cyclicmagic:fluid_placer Block{cyclicmagic:fluid_placer} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3311 astralsorcery:fluidblockliquidstarlight Block{astralsorcery:fluidblockliquidstarlight} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3312 astralsorcery:blockcustomore Block{astralsorcery:blockcustomore} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3313 astralsorcery:blockcustomsandore Block{astralsorcery:blockcustomsandore} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3314 astralsorcery:blockcustomflower Block{astralsorcery:blockcustomflower} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3315 astralsorcery:blockmarble Block{astralsorcery:blockmarble} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3316 astralsorcery:blockmarblestairs Block{astralsorcery:blockmarblestairs} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3317 astralsorcery:blockmarbleslab Block{astralsorcery:blockmarbleslab} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3318 astralsorcery:blockmarbledoubleslab Block{astralsorcery:blockmarbledoubleslab} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3319 astralsorcery:blockblackmarble Block{astralsorcery:blockblackmarble} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3320 astralsorcery:blockinfusedwood Block{astralsorcery:blockinfusedwood} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3321 astralsorcery:blockflarelight Block{astralsorcery:blockflarelight} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3322 astralsorcery:blockvanishing Block{astralsorcery:blockvanishing} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3323 astralsorcery:blockchalice Block{astralsorcery:blockchalice} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3324 astralsorcery:blockbore Block{astralsorcery:blockbore} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3325 astralsorcery:blockborehead Block{astralsorcery:blockborehead} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3326 astralsorcery:blockaltar Block{astralsorcery:blockaltar} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3327 astralsorcery:blockattunementaltar Block{astralsorcery:blockattunementaltar} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3328 astralsorcery:blockattunementrelay Block{astralsorcery:blockattunementrelay} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3329 astralsorcery:blockritualpedestal Block{astralsorcery:blockritualpedestal} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3330 astralsorcery:blockwell Block{astralsorcery:blockwell} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3331 astralsorcery:blockworldilluminator Block{astralsorcery:blockworldilluminator} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3332 astralsorcery:blockmachine Block{astralsorcery:blockmachine} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3333 astralsorcery:blockfaketree Block{astralsorcery:blockfaketree} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3334 astralsorcery:blockstarlightinfuser Block{astralsorcery:blockstarlightinfuser} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3335 astralsorcery:blockrituallink Block{astralsorcery:blockrituallink} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3336 astralsorcery:blockportalnode Block{astralsorcery:blockportalnode} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3337 astralsorcery:blocktreebeacon Block{astralsorcery:blocktreebeacon} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3338 astralsorcery:blocktranslucentblock Block{astralsorcery:blocktranslucentblock} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3339 astralsorcery:blockmapdrawingtable Block{astralsorcery:blockmapdrawingtable} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3340 astralsorcery:blockcelestialgateway Block{astralsorcery:blockcelestialgateway} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3341 astralsorcery:blockobservatory Block{astralsorcery:blockobservatory} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3342 astralsorcery:blocklens Block{astralsorcery:blocklens} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3343 astralsorcery:blockprism Block{astralsorcery:blockprism} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3344 astralsorcery:blockcelestialcrystals Block{astralsorcery:blockcelestialcrystals} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3345 astralsorcery:blockgemcrystals Block{astralsorcery:blockgemcrystals} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3346 astralsorcery:blockcollectorcrystal Block{astralsorcery:blockcollectorcrystal} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3347 astralsorcery:blockcelestialcollectorcrystal Block{astralsorcery:blockcelestialcollectorcrystal} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3348 astralsorcery:blockstructural Block{astralsorcery:blockstructural} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3349 astralsorcery:blockgeolosyssamplecluster Block{astralsorcery:blockgeolosyssamplecluster} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3350 buildcraftbuilders:filler Block{buildcraftbuilders:filler} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3351 buildcraftbuilders:builder Block{buildcraftbuilders:builder} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3352 buildcraftbuilders:architect Block{buildcraftbuilders:architect} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3353 buildcraftbuilders:library Block{buildcraftbuilders:library} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3354 buildcraftbuilders:replacer Block{buildcraftbuilders:replacer} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3355 buildcraftbuilders:frame Block{buildcraftbuilders:frame} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3356 buildcraftbuilders:quarry Block{buildcraftbuilders:quarry} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3357 buildcraftfactory:autoworkbench_item Block{buildcraftfactory:autoworkbench_item} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3358 buildcraftfactory:mining_well Block{buildcraftfactory:mining_well} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3359 buildcraftfactory:tube Block{buildcraftfactory:tube} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3360 buildcraftfactory:flood_gate Block{buildcraftfactory:flood_gate} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3361 buildcraftfactory:tank Block{buildcraftfactory:tank} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3362 buildcraftfactory:chute Block{buildcraftfactory:chute} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3363 buildcraftfactory:distiller Block{buildcraftfactory:distiller} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3364 buildcraftfactory:heat_exchange Block{buildcraftfactory:heat_exchange} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3365 buildcraftfactory:water_gel Block{buildcraftfactory:water_gel} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3366 buildcraftrobotics:zone_planner Block{buildcraftrobotics:zone_planner} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3367 buildcrafttransport:filtered_buffer Block{buildcrafttransport:filtered_buffer} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3368 buildcrafttransport:pipe_holder Block{buildcrafttransport:pipe_holder} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3369 chiselsandbits:bittank Block{chiselsandbits:bittank} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3370 chiselsandbits:chiseled_wood Block{chiselsandbits:chiseled_wood} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3371 chiselsandbits:chiseled_rock Block{chiselsandbits:chiseled_rock} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3372 chiselsandbits:chiseled_iron Block{chiselsandbits:chiseled_iron} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3373 chiselsandbits:chiseled_cloth Block{chiselsandbits:chiseled_cloth} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3374 chiselsandbits:chiseled_ice Block{chiselsandbits:chiseled_ice} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3375 chiselsandbits:chiseled_packedice Block{chiselsandbits:chiseled_packedice} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3376 chiselsandbits:chiseled_clay Block{chiselsandbits:chiseled_clay} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3377 chiselsandbits:chiseled_glass Block{chiselsandbits:chiseled_glass} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3378 chiselsandbits:chiseled_sand Block{chiselsandbits:chiseled_sand} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3379 chiselsandbits:chiseled_ground Block{chiselsandbits:chiseled_ground} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3380 chiselsandbits:chiseled_grass Block{chiselsandbits:chiseled_grass} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3381 chiselsandbits:chiseled_snow Block{chiselsandbits:chiseled_snow} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3382 chiselsandbits:chiseled_fluid Block{chiselsandbits:chiseled_fluid} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3383 chiselsandbits:chiseled_leaves Block{chiselsandbits:chiseled_leaves} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3384 refinedstorage:controller Block{refinedstorage:controller} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3385 refinedstorage:grid Block{refinedstorage:grid} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3386 refinedstorage:portable_grid Block{refinedstorage:portable_grid} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3387 refinedstorage:crafting_monitor Block{refinedstorage:crafting_monitor} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3388 refinedstorage:storage_monitor Block{refinedstorage:storage_monitor} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3389 refinedstorage:security_manager Block{refinedstorage:security_manager} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3390 refinedstorage:crafter Block{refinedstorage:crafter} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3391 refinedstorage:disk_drive Block{refinedstorage:disk_drive} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3392 refinedstorage:storage Block{refinedstorage:storage} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3393 refinedstorage:fluid_storage Block{refinedstorage:fluid_storage} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3394 refinedstorage:cable Block{refinedstorage:cable} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3395 refinedstorage:importer Block{refinedstorage:importer} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3396 refinedstorage:exporter Block{refinedstorage:exporter} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3397 refinedstorage:external_storage Block{refinedstorage:external_storage} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3398 refinedstorage:constructor Block{refinedstorage:constructor} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3399 refinedstorage:destructor Block{refinedstorage:destructor} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3400 refinedstorage:reader Block{refinedstorage:reader} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3401 refinedstorage:writer Block{refinedstorage:writer} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3402 refinedstorage:detector Block{refinedstorage:detector} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3403 refinedstorage:relay Block{refinedstorage:relay} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3404 refinedstorage:interface Block{refinedstorage:interface} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3405 refinedstorage:fluid_interface Block{refinedstorage:fluid_interface} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3406 refinedstorage:wireless_transmitter Block{refinedstorage:wireless_transmitter} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3407 refinedstorage:machine_casing Block{refinedstorage:machine_casing} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3408 refinedstorage:quartz_enriched_iron_block Block{refinedstorage:quartz_enriched_iron_block} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3409 refinedstorage:network_transmitter Block{refinedstorage:network_transmitter} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3410 refinedstorage:network_receiver Block{refinedstorage:network_receiver} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3411 refinedstorage:disk_manipulator Block{refinedstorage:disk_manipulator} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3412 refinedstorage:crafter_manager Block{refinedstorage:crafter_manager} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3413 davincisvessels:marker Block{davincisvessels:marker} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3414 davincisvessels:floater Block{davincisvessels:floater} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3415 davincisvessels:balloon Block{davincisvessels:balloon} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3416 davincisvessels:gauge Block{davincisvessels:gauge} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3417 davincisvessels:seat Block{davincisvessels:seat} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3418 davincisvessels:buffer Block{davincisvessels:buffer} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3419 davincisvessels:stickybuffer Block{davincisvessels:stickybuffer} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3420 davincisvessels:engine Block{davincisvessels:engine} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3421 davincisvessels:crate_wood Block{davincisvessels:crate_wood} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3422 davincisvessels:anchorpoint Block{davincisvessels:anchorpoint} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3423 davincisvessels:securedbed Block{davincisvessels:securedbed} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3424 dimensionalcontrol:dimensional_portal Block{dimensionalcontrol:dimensional_portal} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3425 environmentaltech:litherite Block{environmentaltech:litherite} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3426 environmentaltech:litherite_paver Block{environmentaltech:litherite_paver} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3427 environmentaltech:litherite_bricks Block{environmentaltech:litherite_bricks} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3428 environmentaltech:litherite_tiles Block{environmentaltech:litherite_tiles} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3429 environmentaltech:litherite_stairs Block{environmentaltech:litherite_stairs} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3430 environmentaltech:litherite_brick_stairs Block{environmentaltech:litherite_brick_stairs} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3431 environmentaltech:litherite_tile_stairs Block{environmentaltech:litherite_tile_stairs} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3432 environmentaltech:litherite_slab_double Block{environmentaltech:litherite_slab_double} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3433 environmentaltech:litherite_slab Block{environmentaltech:litherite_slab} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3434 environmentaltech:litherite_paver_slab_double Block{environmentaltech:litherite_paver_slab_double} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3435 environmentaltech:litherite_paver_slab Block{environmentaltech:litherite_paver_slab} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3436 environmentaltech:litherite_brick_slab_double Block{environmentaltech:litherite_brick_slab_double} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3437 environmentaltech:litherite_brick_slab Block{environmentaltech:litherite_brick_slab} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3438 environmentaltech:litherite_tile_slab_double Block{environmentaltech:litherite_tile_slab_double} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3439 environmentaltech:litherite_tile_slab Block{environmentaltech:litherite_tile_slab} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3440 environmentaltech:erodium Block{environmentaltech:erodium} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3441 environmentaltech:erodium_paver Block{environmentaltech:erodium_paver} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3442 environmentaltech:erodium_bricks Block{environmentaltech:erodium_bricks} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3443 environmentaltech:erodium_tiles Block{environmentaltech:erodium_tiles} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3444 environmentaltech:erodium_stairs Block{environmentaltech:erodium_stairs} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3445 environmentaltech:erodium_brick_stairs Block{environmentaltech:erodium_brick_stairs} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3446 environmentaltech:erodium_tile_stairs Block{environmentaltech:erodium_tile_stairs} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3447 environmentaltech:erodium_slab_double Block{environmentaltech:erodium_slab_double} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3448 environmentaltech:erodium_slab Block{environmentaltech:erodium_slab} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3449 environmentaltech:erodium_paver_slab_double Block{environmentaltech:erodium_paver_slab_double} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3450 environmentaltech:erodium_paver_slab Block{environmentaltech:erodium_paver_slab} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3451 environmentaltech:erodium_brick_slab_double Block{environmentaltech:erodium_brick_slab_double} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3452 environmentaltech:erodium_brick_slab Block{environmentaltech:erodium_brick_slab} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3453 environmentaltech:erodium_tile_slab_double Block{environmentaltech:erodium_tile_slab_double} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3454 environmentaltech:erodium_tile_slab Block{environmentaltech:erodium_tile_slab} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3455 environmentaltech:kyronite Block{environmentaltech:kyronite} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3456 environmentaltech:kyronite_paver Block{environmentaltech:kyronite_paver} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3457 environmentaltech:kyronite_bricks Block{environmentaltech:kyronite_bricks} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3458 environmentaltech:kyronite_tiles Block{environmentaltech:kyronite_tiles} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3459 environmentaltech:kyronite_stairs Block{environmentaltech:kyronite_stairs} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3460 environmentaltech:kyronite_brick_stairs Block{environmentaltech:kyronite_brick_stairs} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3461 environmentaltech:kyronite_tile_stairs Block{environmentaltech:kyronite_tile_stairs} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3462 environmentaltech:kyronite_slab_double Block{environmentaltech:kyronite_slab_double} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3463 environmentaltech:kyronite_slab Block{environmentaltech:kyronite_slab} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3464 environmentaltech:kyronite_paver_slab_double Block{environmentaltech:kyronite_paver_slab_double} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3465 environmentaltech:kyronite_paver_slab Block{environmentaltech:kyronite_paver_slab} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3466 environmentaltech:kyronite_brick_slab_double Block{environmentaltech:kyronite_brick_slab_double} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3467 environmentaltech:kyronite_brick_slab Block{environmentaltech:kyronite_brick_slab} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3468 environmentaltech:kyronite_tile_slab_double Block{environmentaltech:kyronite_tile_slab_double} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3469 environmentaltech:kyronite_tile_slab Block{environmentaltech:kyronite_tile_slab} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3470 environmentaltech:pladium Block{environmentaltech:pladium} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3471 environmentaltech:pladium_paver Block{environmentaltech:pladium_paver} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3472 environmentaltech:pladium_bricks Block{environmentaltech:pladium_bricks} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3473 environmentaltech:pladium_tiles Block{environmentaltech:pladium_tiles} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3474 environmentaltech:pladium_stairs Block{environmentaltech:pladium_stairs} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3475 environmentaltech:pladium_brick_stairs Block{environmentaltech:pladium_brick_stairs} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3476 environmentaltech:pladium_tile_stairs Block{environmentaltech:pladium_tile_stairs} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3477 environmentaltech:pladium_slab_double Block{environmentaltech:pladium_slab_double} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3478 environmentaltech:pladium_slab Block{environmentaltech:pladium_slab} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3479 environmentaltech:pladium_paver_slab_double Block{environmentaltech:pladium_paver_slab_double} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3480 environmentaltech:pladium_paver_slab Block{environmentaltech:pladium_paver_slab} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3481 environmentaltech:pladium_brick_slab_double Block{environmentaltech:pladium_brick_slab_double} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3482 environmentaltech:pladium_brick_slab Block{environmentaltech:pladium_brick_slab} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3483 environmentaltech:pladium_tile_slab_double Block{environmentaltech:pladium_tile_slab_double} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3484 environmentaltech:pladium_tile_slab Block{environmentaltech:pladium_tile_slab} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3485 environmentaltech:ionite Block{environmentaltech:ionite} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3486 environmentaltech:ionite_paver Block{environmentaltech:ionite_paver} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3487 environmentaltech:ionite_bricks Block{environmentaltech:ionite_bricks} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3488 environmentaltech:ionite_tiles Block{environmentaltech:ionite_tiles} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3489 environmentaltech:ionite_stairs Block{environmentaltech:ionite_stairs} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3490 environmentaltech:ionite_brick_stairs Block{environmentaltech:ionite_brick_stairs} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3491 environmentaltech:ionite_tile_stairs Block{environmentaltech:ionite_tile_stairs} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3492 environmentaltech:ionite_slab_double Block{environmentaltech:ionite_slab_double} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3493 environmentaltech:ionite_slab Block{environmentaltech:ionite_slab} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3494 environmentaltech:ionite_paver_slab_double Block{environmentaltech:ionite_paver_slab_double} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3495 environmentaltech:ionite_paver_slab Block{environmentaltech:ionite_paver_slab} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3496 environmentaltech:ionite_brick_slab_double Block{environmentaltech:ionite_brick_slab_double} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3497 environmentaltech:ionite_brick_slab Block{environmentaltech:ionite_brick_slab} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3498 environmentaltech:ionite_tile_slab_double Block{environmentaltech:ionite_tile_slab_double} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3499 environmentaltech:ionite_tile_slab Block{environmentaltech:ionite_tile_slab} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3500 environmentaltech:aethium Block{environmentaltech:aethium} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3501 environmentaltech:aethium_paver Block{environmentaltech:aethium_paver} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3502 environmentaltech:aethium_bricks Block{environmentaltech:aethium_bricks} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3503 environmentaltech:aethium_tiles Block{environmentaltech:aethium_tiles} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3504 environmentaltech:aethium_stairs Block{environmentaltech:aethium_stairs} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3505 environmentaltech:aethium_brick_stairs Block{environmentaltech:aethium_brick_stairs} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3506 environmentaltech:aethium_tile_stairs Block{environmentaltech:aethium_tile_stairs} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3507 environmentaltech:aethium_slab_double Block{environmentaltech:aethium_slab_double} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3508 environmentaltech:aethium_slab Block{environmentaltech:aethium_slab} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3509 environmentaltech:aethium_paver_slab_double Block{environmentaltech:aethium_paver_slab_double} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3510 environmentaltech:aethium_paver_slab Block{environmentaltech:aethium_paver_slab} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3511 environmentaltech:aethium_brick_slab_double Block{environmentaltech:aethium_brick_slab_double} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3512 environmentaltech:aethium_brick_slab Block{environmentaltech:aethium_brick_slab} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3513 environmentaltech:aethium_tile_slab_double Block{environmentaltech:aethium_tile_slab_double} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3514 environmentaltech:aethium_tile_slab Block{environmentaltech:aethium_tile_slab} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3515 environmentaltech:lonsdaleite Block{environmentaltech:lonsdaleite} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3516 environmentaltech:lonsdaleite_paver Block{environmentaltech:lonsdaleite_paver} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3517 environmentaltech:lonsdaleite_bricks Block{environmentaltech:lonsdaleite_bricks} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3518 environmentaltech:lonsdaleite_tiles Block{environmentaltech:lonsdaleite_tiles} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3519 environmentaltech:lonsdaleite_stairs Block{environmentaltech:lonsdaleite_stairs} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3520 environmentaltech:lonsdaleite_brick_stairs Block{environmentaltech:lonsdaleite_brick_stairs} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3521 environmentaltech:lonsdaleite_tile_stairs Block{environmentaltech:lonsdaleite_tile_stairs} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3522 environmentaltech:lonsdaleite_slab_double Block{environmentaltech:lonsdaleite_slab_double} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3523 environmentaltech:lonsdaleite_slab Block{environmentaltech:lonsdaleite_slab} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3524 environmentaltech:lonsdaleite_paver_slab_double Block{environmentaltech:lonsdaleite_paver_slab_double} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3525 environmentaltech:lonsdaleite_paver_slab Block{environmentaltech:lonsdaleite_paver_slab} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3526 environmentaltech:lonsdaleite_brick_slab_double Block{environmentaltech:lonsdaleite_brick_slab_double} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3527 environmentaltech:lonsdaleite_brick_slab Block{environmentaltech:lonsdaleite_brick_slab} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3528 environmentaltech:lonsdaleite_tile_slab_double Block{environmentaltech:lonsdaleite_tile_slab_double} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3529 environmentaltech:lonsdaleite_tile_slab Block{environmentaltech:lonsdaleite_tile_slab} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3530 environmentaltech:mica Block{environmentaltech:mica} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3531 environmentaltech:interconnect Block{environmentaltech:interconnect} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3532 environmentaltech:modifier_null Block{environmentaltech:modifier_null} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3533 environmentaltech:modifier_speed Block{environmentaltech:modifier_speed} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3534 environmentaltech:modifier_luck Block{environmentaltech:modifier_luck} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3535 environmentaltech:structure_frame_1 Block{environmentaltech:structure_frame_1} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3536 environmentaltech:structure_frame_2 Block{environmentaltech:structure_frame_2} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3537 environmentaltech:structure_frame_3 Block{environmentaltech:structure_frame_3} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3538 environmentaltech:structure_frame_4 Block{environmentaltech:structure_frame_4} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3539 environmentaltech:structure_frame_5 Block{environmentaltech:structure_frame_5} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3540 environmentaltech:structure_frame_6 Block{environmentaltech:structure_frame_6} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3541 environmentaltech:structure_panel Block{environmentaltech:structure_panel} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3542 environmentaltech:structure_panel_clear Block{environmentaltech:structure_panel_clear} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3543 environmentaltech:lightning_rod Block{environmentaltech:lightning_rod} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3544 environmentaltech:lightning_rod_insulated Block{environmentaltech:lightning_rod_insulated} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3545 environmentaltech:lightning_cont_1 Block{environmentaltech:lightning_cont_1} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3546 environmentaltech:lightning_cont_2 Block{environmentaltech:lightning_cont_2} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3547 environmentaltech:lightning_cont_3 Block{environmentaltech:lightning_cont_3} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3548 environmentaltech:lightning_cont_4 Block{environmentaltech:lightning_cont_4} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3549 environmentaltech:lightning_cont_5 Block{environmentaltech:lightning_cont_5} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3550 environmentaltech:lightning_cont_6 Block{environmentaltech:lightning_cont_6} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3551 environmentaltech:solar_cont_1 Block{environmentaltech:solar_cont_1} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3552 environmentaltech:solar_cont_2 Block{environmentaltech:solar_cont_2} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3553 environmentaltech:solar_cont_3 Block{environmentaltech:solar_cont_3} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3554 environmentaltech:solar_cont_4 Block{environmentaltech:solar_cont_4} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3555 environmentaltech:solar_cont_5 Block{environmentaltech:solar_cont_5} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3556 environmentaltech:solar_cont_6 Block{environmentaltech:solar_cont_6} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3557 environmentaltech:solar_cell_litherite Block{environmentaltech:solar_cell_litherite} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3558 environmentaltech:solar_cell_erodium Block{environmentaltech:solar_cell_erodium} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3559 environmentaltech:solar_cell_kyronite Block{environmentaltech:solar_cell_kyronite} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3560 environmentaltech:solar_cell_pladium Block{environmentaltech:solar_cell_pladium} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3561 environmentaltech:solar_cell_ionite Block{environmentaltech:solar_cell_ionite} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3562 environmentaltech:solar_cell_aethium Block{environmentaltech:solar_cell_aethium} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3563 environmentaltech:modifier_piezo Block{environmentaltech:modifier_piezo} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3564 environmentaltech:thermal_cell Block{environmentaltech:thermal_cell} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3565 environmentaltech:laser_core Block{environmentaltech:laser_core} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3566 environmentaltech:laser_lens Block{environmentaltech:laser_lens} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3567 environmentaltech:laser_lens_crystal Block{environmentaltech:laser_lens_crystal} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3568 environmentaltech:laser_lens_colored Block{environmentaltech:laser_lens_colored} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3569 environmentaltech:modifier_accuracy Block{environmentaltech:modifier_accuracy} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3570 environmentaltech:void_ore_miner_cont_1 Block{environmentaltech:void_ore_miner_cont_1} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3571 environmentaltech:void_ore_miner_cont_2 Block{environmentaltech:void_ore_miner_cont_2} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3572 environmentaltech:void_ore_miner_cont_3 Block{environmentaltech:void_ore_miner_cont_3} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3573 environmentaltech:void_ore_miner_cont_4 Block{environmentaltech:void_ore_miner_cont_4} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3574 environmentaltech:void_ore_miner_cont_5 Block{environmentaltech:void_ore_miner_cont_5} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3575 environmentaltech:void_ore_miner_cont_6 Block{environmentaltech:void_ore_miner_cont_6} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3576 environmentaltech:void_res_miner_cont_1 Block{environmentaltech:void_res_miner_cont_1} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3577 environmentaltech:void_res_miner_cont_2 Block{environmentaltech:void_res_miner_cont_2} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3578 environmentaltech:void_res_miner_cont_3 Block{environmentaltech:void_res_miner_cont_3} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3579 environmentaltech:void_res_miner_cont_4 Block{environmentaltech:void_res_miner_cont_4} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3580 environmentaltech:void_res_miner_cont_5 Block{environmentaltech:void_res_miner_cont_5} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3581 environmentaltech:void_res_miner_cont_6 Block{environmentaltech:void_res_miner_cont_6} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3582 environmentaltech:void_botanic_miner_cont_1 Block{environmentaltech:void_botanic_miner_cont_1} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3583 environmentaltech:void_botanic_miner_cont_2 Block{environmentaltech:void_botanic_miner_cont_2} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3584 environmentaltech:void_botanic_miner_cont_3 Block{environmentaltech:void_botanic_miner_cont_3} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3585 environmentaltech:void_botanic_miner_cont_4 Block{environmentaltech:void_botanic_miner_cont_4} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3586 environmentaltech:void_botanic_miner_cont_5 Block{environmentaltech:void_botanic_miner_cont_5} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3587 environmentaltech:void_botanic_miner_cont_6 Block{environmentaltech:void_botanic_miner_cont_6} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3588 environmentaltech:modifier_creative_flight Block{environmentaltech:modifier_creative_flight} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3589 environmentaltech:modifier_flight_speed Block{environmentaltech:modifier_flight_speed} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3590 environmentaltech:modifier_haste Block{environmentaltech:modifier_haste} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3591 environmentaltech:modifier_strength Block{environmentaltech:modifier_strength} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3592 environmentaltech:modifier_jump_boost Block{environmentaltech:modifier_jump_boost} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3593 environmentaltech:modifier_regeneration Block{environmentaltech:modifier_regeneration} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3594 environmentaltech:modifier_resistance Block{environmentaltech:modifier_resistance} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3595 environmentaltech:modifier_fire_resistance Block{environmentaltech:modifier_fire_resistance} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3596 environmentaltech:modifier_water_breathing Block{environmentaltech:modifier_water_breathing} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3597 environmentaltech:modifier_invisibility Block{environmentaltech:modifier_invisibility} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3598 environmentaltech:modifier_night_vision Block{environmentaltech:modifier_night_vision} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3599 environmentaltech:modifier_health_boost Block{environmentaltech:modifier_health_boost} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3600 environmentaltech:modifier_absorption Block{environmentaltech:modifier_absorption} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3601 environmentaltech:modifier_saturation Block{environmentaltech:modifier_saturation} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3602 environmentaltech:modifier_glowing Block{environmentaltech:modifier_glowing} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3603 environmentaltech:nano_cont_ranged_1 Block{environmentaltech:nano_cont_ranged_1} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3604 environmentaltech:nano_cont_ranged_2 Block{environmentaltech:nano_cont_ranged_2} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3605 environmentaltech:nano_cont_ranged_3 Block{environmentaltech:nano_cont_ranged_3} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3606 environmentaltech:nano_cont_ranged_4 Block{environmentaltech:nano_cont_ranged_4} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3607 environmentaltech:nano_cont_ranged_5 Block{environmentaltech:nano_cont_ranged_5} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3608 environmentaltech:nano_cont_ranged_6 Block{environmentaltech:nano_cont_ranged_6} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3609 environmentaltech:nano_cont_personal_1 Block{environmentaltech:nano_cont_personal_1} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3610 environmentaltech:nano_cont_personal_2 Block{environmentaltech:nano_cont_personal_2} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3611 environmentaltech:nano_cont_personal_3 Block{environmentaltech:nano_cont_personal_3} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3612 environmentaltech:nano_cont_personal_4 Block{environmentaltech:nano_cont_personal_4} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3613 environmentaltech:nano_cont_personal_5 Block{environmentaltech:nano_cont_personal_5} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3614 environmentaltech:nano_cont_personal_6 Block{environmentaltech:nano_cont_personal_6} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3615 progressiontweaks:fire_pit_lit Block{progressiontweaks:fire_pit_lit} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3616 progressiontweaks:fire_pit_unlit Block{progressiontweaks:fire_pit_unlit} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3617 progressiontweaks:blank_teleporter Block{progressiontweaks:blank_teleporter} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3618 progressiontweaks:machine_frame Block{progressiontweaks:machine_frame} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3619 progressiontweaks:nanomachine_frame Block{progressiontweaks:nanomachine_frame} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3620 mcjtylib_ng:multipart Block{mcjtylib_ng:multipart} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3621 industrialforegoing:petrified_fuel_generator Block{industrialforegoing:petrified_fuel_generator} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3622 industrialforegoing:enchantment_refiner Block{industrialforegoing:enchantment_refiner} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3623 industrialforegoing:enchantment_extractor Block{industrialforegoing:enchantment_extractor} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3624 industrialforegoing:enchantment_aplicator Block{industrialforegoing:enchantment_aplicator} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3625 industrialforegoing:mob_relocator Block{industrialforegoing:mob_relocator} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3626 industrialforegoing:potion_enervator Block{industrialforegoing:potion_enervator} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3627 industrialforegoing:animal_independence_selector Block{industrialforegoing:animal_independence_selector} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3628 industrialforegoing:animal_stock_increaser Block{industrialforegoing:animal_stock_increaser} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3629 industrialforegoing:crop_sower Block{industrialforegoing:crop_sower} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3630 industrialforegoing:crop_enrich_material_injector Block{industrialforegoing:crop_enrich_material_injector} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3631 industrialforegoing:crop_recolector Block{industrialforegoing:crop_recolector} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3632 industrialforegoing:black_hole_unit Block{industrialforegoing:black_hole_unit} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3633 industrialforegoing:water_condensator Block{industrialforegoing:water_condensator} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3634 industrialforegoing:animal_resource_harvester Block{industrialforegoing:animal_resource_harvester} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3635 industrialforegoing:mob_slaughter_factory Block{industrialforegoing:mob_slaughter_factory} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3636 industrialforegoing:mob_duplicator Block{industrialforegoing:mob_duplicator} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3637 industrialforegoing:block_destroyer Block{industrialforegoing:block_destroyer} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3638 industrialforegoing:block_placer Block{industrialforegoing:block_placer} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3639 industrialforegoing:sewage_composter_solidifier Block{industrialforegoing:sewage_composter_solidifier} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3640 industrialforegoing:animal_byproduct_recolector Block{industrialforegoing:animal_byproduct_recolector} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3641 industrialforegoing:sludge_refiner Block{industrialforegoing:sludge_refiner} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3642 industrialforegoing:mob_detector Block{industrialforegoing:mob_detector} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3643 industrialforegoing:lava_fabricator Block{industrialforegoing:lava_fabricator} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3644 industrialforegoing:bioreactor Block{industrialforegoing:bioreactor} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3645 industrialforegoing:biofuel_generator Block{industrialforegoing:biofuel_generator} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3646 industrialforegoing:laser_base Block{industrialforegoing:laser_base} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3647 industrialforegoing:laser_drill Block{industrialforegoing:laser_drill} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3648 industrialforegoing:ore_processor Block{industrialforegoing:ore_processor} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3649 industrialforegoing:black_hole_controller Block{industrialforegoing:black_hole_controller} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3650 industrialforegoing:black_hole_controller_reworked Block{industrialforegoing:black_hole_controller_reworked} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3651 industrialforegoing:enchantment_invoker Block{industrialforegoing:enchantment_invoker} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3652 industrialforegoing:spores_recreator Block{industrialforegoing:spores_recreator} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3653 industrialforegoing:animal_growth_increaser Block{industrialforegoing:animal_growth_increaser} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3654 industrialforegoing:material_stonework_factory Block{industrialforegoing:material_stonework_factory} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3655 industrialforegoing:black_hole_tank Block{industrialforegoing:black_hole_tank} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3656 industrialforegoing:resourceful_furnace Block{industrialforegoing:resourceful_furnace} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3657 industrialforegoing:villager_trade_exchanger Block{industrialforegoing:villager_trade_exchanger} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3658 industrialforegoing:energy_field_provider Block{industrialforegoing:energy_field_provider} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3659 industrialforegoing:oredictionary_converter Block{industrialforegoing:oredictionary_converter} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3660 industrialforegoing:protein_reactor Block{industrialforegoing:protein_reactor} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3661 industrialforegoing:protein_generator Block{industrialforegoing:protein_generator} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3662 industrialforegoing:hydrator Block{industrialforegoing:hydrator} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3663 industrialforegoing:wither_builder Block{industrialforegoing:wither_builder} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3664 industrialforegoing:fluid_pump Block{industrialforegoing:fluid_pump} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3665 industrialforegoing:fluid_crafter Block{industrialforegoing:fluid_crafter} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3666 industrialforegoing:plant_interactor Block{industrialforegoing:plant_interactor} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3667 industrialforegoing:item_splitter Block{industrialforegoing:item_splitter} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3668 industrialforegoing:fluiddictionary_converter Block{industrialforegoing:fluiddictionary_converter} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3669 industrialforegoing:froster Block{industrialforegoing:froster} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3670 industrialforegoing:essence Block{industrialforegoing:essence} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3671 industrialforegoing:milk Block{industrialforegoing:milk} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3672 industrialforegoing:meat Block{industrialforegoing:meat} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3673 industrialforegoing:latex Block{industrialforegoing:latex} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3674 industrialforegoing:sewage Block{industrialforegoing:sewage} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3675 industrialforegoing:sludge Block{industrialforegoing:sludge} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3676 industrialforegoing:biofuel Block{industrialforegoing:biofuel} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3677 industrialforegoing:if.pink_slime Block{industrialforegoing:if.pink_slime} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3678 industrialforegoing:if.protein Block{industrialforegoing:if.protein} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3679 industrialforegoing:conveyor Block{industrialforegoing:conveyor} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3680 industrialforegoing:black_hole_label Block{industrialforegoing:black_hole_label} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3681 modularmachinery:blockcontroller Block{modularmachinery:blockcontroller} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3682 modularmachinery:blockcasing Block{modularmachinery:blockcasing} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3683 modularmachinery:blockinputbus Block{modularmachinery:blockinputbus} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3684 modularmachinery:blockoutputbus Block{modularmachinery:blockoutputbus} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3685 modularmachinery:blockfluidinputhatch Block{modularmachinery:blockfluidinputhatch} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3686 modularmachinery:blockfluidoutputhatch Block{modularmachinery:blockfluidoutputhatch} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3687 modularmachinery:blockenergyinputhatch Block{modularmachinery:blockenergyinputhatch} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3688 modularmachinery:blockenergyoutputhatch Block{modularmachinery:blockenergyoutputhatch} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3689 primalchests:primal_chest Block{primalchests:primal_chest} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3690 primalchests:primal_chest_advanced Block{primalchests:primal_chest_advanced} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3691 thebetweenlands:swamp_water Block{thebetweenlands:swamp_water} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3692 thebetweenlands:stagnant_water Block{thebetweenlands:stagnant_water} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3693 thebetweenlands:tar Block{thebetweenlands:tar} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3694 thebetweenlands:rubber Block{thebetweenlands:rubber} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3695 thebetweenlands:druid_stone_1 Block{thebetweenlands:druid_stone_1} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3696 thebetweenlands:druid_stone_2 Block{thebetweenlands:druid_stone_2} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3697 thebetweenlands:druid_stone_3 Block{thebetweenlands:druid_stone_3} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3698 thebetweenlands:druid_stone_4 Block{thebetweenlands:druid_stone_4} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3699 thebetweenlands:druid_stone_5 Block{thebetweenlands:druid_stone_5} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3700 thebetweenlands:druid_stone_6 Block{thebetweenlands:druid_stone_6} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3701 thebetweenlands:betweenlands_bedrock Block{thebetweenlands:betweenlands_bedrock} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3702 thebetweenlands:betweenstone Block{thebetweenlands:betweenstone} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3703 thebetweenlands:generic_stone Block{thebetweenlands:generic_stone} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3704 thebetweenlands:mud Block{thebetweenlands:mud} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3705 thebetweenlands:peat Block{thebetweenlands:peat} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3706 thebetweenlands:sludgy_dirt Block{thebetweenlands:sludgy_dirt} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3707 thebetweenlands:spreading_sludgy_dirt Block{thebetweenlands:spreading_sludgy_dirt} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3708 thebetweenlands:slimy_dirt Block{thebetweenlands:slimy_dirt} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3709 thebetweenlands:slimy_grass Block{thebetweenlands:slimy_grass} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3710 thebetweenlands:cragrock Block{thebetweenlands:cragrock} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3711 thebetweenlands:pitstone Block{thebetweenlands:pitstone} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3712 thebetweenlands:limestone Block{thebetweenlands:limestone} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3713 thebetweenlands:swamp_dirt Block{thebetweenlands:swamp_dirt} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3714 thebetweenlands:coarse_swamp_dirt Block{thebetweenlands:coarse_swamp_dirt} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3715 thebetweenlands:swamp_grass Block{thebetweenlands:swamp_grass} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3716 thebetweenlands:wisp Block{thebetweenlands:wisp} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3717 thebetweenlands:octine_ore Block{thebetweenlands:octine_ore} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3718 thebetweenlands:valonite_ore Block{thebetweenlands:valonite_ore} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3719 thebetweenlands:sulfur_ore Block{thebetweenlands:sulfur_ore} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3720 thebetweenlands:slimy_bone_ore Block{thebetweenlands:slimy_bone_ore} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3721 thebetweenlands:scabyst_ore Block{thebetweenlands:scabyst_ore} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3722 thebetweenlands:syrmorite_ore Block{thebetweenlands:syrmorite_ore} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3723 thebetweenlands:aqua_middle_gem_ore Block{thebetweenlands:aqua_middle_gem_ore} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3724 thebetweenlands:crimson_middle_gem_ore Block{thebetweenlands:crimson_middle_gem_ore} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3725 thebetweenlands:green_middle_gem_ore Block{thebetweenlands:green_middle_gem_ore} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3726 thebetweenlands:life_crystal_stalactite Block{thebetweenlands:life_crystal_stalactite} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3727 thebetweenlands:stalactite Block{thebetweenlands:stalactite} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3728 thebetweenlands:silt Block{thebetweenlands:silt} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3729 thebetweenlands:dead_grass Block{thebetweenlands:dead_grass} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3730 thebetweenlands:tar_solid Block{thebetweenlands:tar_solid} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3731 thebetweenlands:puddle Block{thebetweenlands:puddle} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3732 thebetweenlands:log_weedwood Block{thebetweenlands:log_weedwood} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3733 thebetweenlands:log_rotten_bark Block{thebetweenlands:log_rotten_bark} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3734 thebetweenlands:log_spreading_rotten_bark Block{thebetweenlands:log_spreading_rotten_bark} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3735 thebetweenlands:log_rubber Block{thebetweenlands:log_rubber} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3736 thebetweenlands:log_hearthgrove Block{thebetweenlands:log_hearthgrove} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3737 thebetweenlands:log_nibbletwig Block{thebetweenlands:log_nibbletwig} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3738 thebetweenlands:log_spirit_tree Block{thebetweenlands:log_spirit_tree} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3739 thebetweenlands:weedwood Block{thebetweenlands:weedwood} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3740 thebetweenlands:log_sap Block{thebetweenlands:log_sap} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3741 thebetweenlands:sapling_weedwood Block{thebetweenlands:sapling_weedwood} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3742 thebetweenlands:sapling_sap Block{thebetweenlands:sapling_sap} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3743 thebetweenlands:sapling_rubber Block{thebetweenlands:sapling_rubber} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3744 thebetweenlands:sapling_hearthgrove Block{thebetweenlands:sapling_hearthgrove} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3745 thebetweenlands:sapling_nibbletwig Block{thebetweenlands:sapling_nibbletwig} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3746 thebetweenlands:sapling_spirit_tree Block{thebetweenlands:sapling_spirit_tree} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3747 thebetweenlands:root_pod Block{thebetweenlands:root_pod} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3748 thebetweenlands:leaves_weedwood_tree Block{thebetweenlands:leaves_weedwood_tree} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3749 thebetweenlands:leaves_sap_tree Block{thebetweenlands:leaves_sap_tree} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3750 thebetweenlands:leaves_rubber_tree Block{thebetweenlands:leaves_rubber_tree} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3751 thebetweenlands:leaves_hearthgrove_tree Block{thebetweenlands:leaves_hearthgrove_tree} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3752 thebetweenlands:leaves_nibbletwig_tree Block{thebetweenlands:leaves_nibbletwig_tree} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3753 thebetweenlands:leaves_spirit_tree_top Block{thebetweenlands:leaves_spirit_tree_top} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3754 thebetweenlands:leaves_spirit_tree_middle Block{thebetweenlands:leaves_spirit_tree_middle} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3755 thebetweenlands:leaves_spirit_tree_bottom Block{thebetweenlands:leaves_spirit_tree_bottom} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3756 thebetweenlands:weedwood_planks Block{thebetweenlands:weedwood_planks} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3757 thebetweenlands:rubber_tree_planks Block{thebetweenlands:rubber_tree_planks} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3758 thebetweenlands:giant_root_planks Block{thebetweenlands:giant_root_planks} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3759 thebetweenlands:hearthgrove_planks Block{thebetweenlands:hearthgrove_planks} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3760 thebetweenlands:nibbletwig_planks Block{thebetweenlands:nibbletwig_planks} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3761 thebetweenlands:angry_betweenstone Block{thebetweenlands:angry_betweenstone} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3762 thebetweenlands:betweenstone_bricks Block{thebetweenlands:betweenstone_bricks} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3763 thebetweenlands:betweenstone_bricks_mirage Block{thebetweenlands:betweenstone_bricks_mirage} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3764 thebetweenlands:betweenstone_tiles Block{thebetweenlands:betweenstone_tiles} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3765 thebetweenlands:betweenstone_chiseled Block{thebetweenlands:betweenstone_chiseled} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3766 thebetweenlands:cragrock_chiseled Block{thebetweenlands:cragrock_chiseled} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3767 thebetweenlands:limestone_chiseled Block{thebetweenlands:limestone_chiseled} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3768 thebetweenlands:pitstone_chiseled Block{thebetweenlands:pitstone_chiseled} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3769 thebetweenlands:scabyst_chiseled_1 Block{thebetweenlands:scabyst_chiseled_1} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3770 thebetweenlands:scabyst_chiseled_2 Block{thebetweenlands:scabyst_chiseled_2} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3771 thebetweenlands:scabyst_chiseled_3 Block{thebetweenlands:scabyst_chiseled_3} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3772 thebetweenlands:scabyst_pitstone_dotted Block{thebetweenlands:scabyst_pitstone_dotted} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3773 thebetweenlands:scabyst_pitstone_horizontal Block{thebetweenlands:scabyst_pitstone_horizontal} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3774 thebetweenlands:scabyst_bricks Block{thebetweenlands:scabyst_bricks} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3775 thebetweenlands:cracked_betweenstone_bricks Block{thebetweenlands:cracked_betweenstone_bricks} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3776 thebetweenlands:cracked_betweenstone_tiles Block{thebetweenlands:cracked_betweenstone_tiles} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3777 thebetweenlands:cracked_limestone_bricks Block{thebetweenlands:cracked_limestone_bricks} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3778 thebetweenlands:cragrock_bricks Block{thebetweenlands:cragrock_bricks} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3779 thebetweenlands:cragrock_tiles Block{thebetweenlands:cragrock_tiles} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3780 thebetweenlands:glowing_betweenstone_tile Block{thebetweenlands:glowing_betweenstone_tile} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3781 thebetweenlands:inactive_glowing_smooth_cragrock Block{thebetweenlands:inactive_glowing_smooth_cragrock} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3782 thebetweenlands:glowing_smooth_cragrock Block{thebetweenlands:glowing_smooth_cragrock} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3783 thebetweenlands:limestone_bricks Block{thebetweenlands:limestone_bricks} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3784 thebetweenlands:limestone_tiles Block{thebetweenlands:limestone_tiles} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3785 thebetweenlands:mossy_betweenstone_bricks Block{thebetweenlands:mossy_betweenstone_bricks} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3786 thebetweenlands:mossy_betweenstone_tiles Block{thebetweenlands:mossy_betweenstone_tiles} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3787 thebetweenlands:mossy_limestone_bricks Block{thebetweenlands:mossy_limestone_bricks} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3788 thebetweenlands:mossy_smooth_betweenstone Block{thebetweenlands:mossy_smooth_betweenstone} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3789 thebetweenlands:mud_bricks Block{thebetweenlands:mud_bricks} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3790 thebetweenlands:mud_brick_shingles Block{thebetweenlands:mud_brick_shingles} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3791 thebetweenlands:rubber_block Block{thebetweenlands:rubber_block} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3792 thebetweenlands:pitstone_bricks Block{thebetweenlands:pitstone_bricks} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3793 thebetweenlands:pitstone_tiles Block{thebetweenlands:pitstone_tiles} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3794 thebetweenlands:polished_limestone Block{thebetweenlands:polished_limestone} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3795 thebetweenlands:smooth_betweenstone Block{thebetweenlands:smooth_betweenstone} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3796 thebetweenlands:smooth_cragrock Block{thebetweenlands:smooth_cragrock} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3797 thebetweenlands:octine_block Block{thebetweenlands:octine_block} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3798 thebetweenlands:syrmorite_block Block{thebetweenlands:syrmorite_block} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3799 thebetweenlands:valonite_block Block{thebetweenlands:valonite_block} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3800 thebetweenlands:scabyst_block Block{thebetweenlands:scabyst_block} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3801 thebetweenlands:weak_betweenstone_tiles Block{thebetweenlands:weak_betweenstone_tiles} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3802 thebetweenlands:weak_polished_limestone Block{thebetweenlands:weak_polished_limestone} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3803 thebetweenlands:weak_mossy_betweenstone_tiles Block{thebetweenlands:weak_mossy_betweenstone_tiles} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3804 thebetweenlands:dentrothyst Block{thebetweenlands:dentrothyst} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3805 thebetweenlands:loot_pot Block{thebetweenlands:loot_pot} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3806 thebetweenlands:mob_spawner Block{thebetweenlands:mob_spawner} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3807 thebetweenlands:temple_pillar Block{thebetweenlands:temple_pillar} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3808 thebetweenlands:betweenstone_pillar Block{thebetweenlands:betweenstone_pillar} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3809 thebetweenlands:pitstone_pillar Block{thebetweenlands:pitstone_pillar} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3810 thebetweenlands:limestone_pillar Block{thebetweenlands:limestone_pillar} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3811 thebetweenlands:cragrock_pillar Block{thebetweenlands:cragrock_pillar} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3812 thebetweenlands:tar_beast_spawner Block{thebetweenlands:tar_beast_spawner} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3813 thebetweenlands:tar_loot_pot Block{thebetweenlands:tar_loot_pot} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3814 thebetweenlands:cragrock_stairs Block{thebetweenlands:cragrock_stairs} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3815 thebetweenlands:pitstone_stairs Block{thebetweenlands:pitstone_stairs} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3816 thebetweenlands:betweenstone_stairs Block{thebetweenlands:betweenstone_stairs} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3817 thebetweenlands:betweenstone_brick_stairs Block{thebetweenlands:betweenstone_brick_stairs} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3818 thebetweenlands:mud_brick_stairs Block{thebetweenlands:mud_brick_stairs} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3819 thebetweenlands:cragrock_brick_stairs Block{thebetweenlands:cragrock_brick_stairs} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3820 thebetweenlands:limestone_brick_stairs Block{thebetweenlands:limestone_brick_stairs} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3821 thebetweenlands:pitstone_brick_stairs Block{thebetweenlands:pitstone_brick_stairs} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3822 thebetweenlands:limestone_stairs Block{thebetweenlands:limestone_stairs} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3823 thebetweenlands:smooth_betweenstone_stairs Block{thebetweenlands:smooth_betweenstone_stairs} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3824 thebetweenlands:smooth_cragrock_stairs Block{thebetweenlands:smooth_cragrock_stairs} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3825 thebetweenlands:polished_limestone_stairs Block{thebetweenlands:polished_limestone_stairs} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3826 thebetweenlands:mossy_betweenstone_brick_stairs Block{thebetweenlands:mossy_betweenstone_brick_stairs} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3827 thebetweenlands:mossy_smooth_betweenstone_stairs Block{thebetweenlands:mossy_smooth_betweenstone_stairs} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3828 thebetweenlands:cracked_betweenstone_brick_stairs Block{thebetweenlands:cracked_betweenstone_brick_stairs} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3829 thebetweenlands:scabyst_brick_stairs Block{thebetweenlands:scabyst_brick_stairs} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3830 thebetweenlands:sulfur_block Block{thebetweenlands:sulfur_block} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3831 thebetweenlands:temple_bricks Block{thebetweenlands:temple_bricks} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3832 thebetweenlands:smooth_pitstone Block{thebetweenlands:smooth_pitstone} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3833 thebetweenlands:mire_coral_block Block{thebetweenlands:mire_coral_block} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3834 thebetweenlands:deep_water_coral_block Block{thebetweenlands:deep_water_coral_block} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3835 thebetweenlands:slimy_bone_block Block{thebetweenlands:slimy_bone_block} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3836 thebetweenlands:aqua_middle_gem_block Block{thebetweenlands:aqua_middle_gem_block} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3837 thebetweenlands:crimson_middle_gem_block Block{thebetweenlands:crimson_middle_gem_block} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3838 thebetweenlands:green_middle_gem_block Block{thebetweenlands:green_middle_gem_block} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3839 thebetweenlands:compost_block Block{thebetweenlands:compost_block} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3840 thebetweenlands:polished_dentrothyst Block{thebetweenlands:polished_dentrothyst} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3841 thebetweenlands:silt_glass Block{thebetweenlands:silt_glass} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3842 thebetweenlands:silt_glass_pane Block{thebetweenlands:silt_glass_pane} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3843 thebetweenlands:polished_dentrothyst_pane Block{thebetweenlands:polished_dentrothyst_pane} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3844 thebetweenlands:amate_paper_pane_1 Block{thebetweenlands:amate_paper_pane_1} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3845 thebetweenlands:amate_paper_pane_2 Block{thebetweenlands:amate_paper_pane_2} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3846 thebetweenlands:amate_paper_pane_3 Block{thebetweenlands:amate_paper_pane_3} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3847 thebetweenlands:smooth_pitstone_stairs Block{thebetweenlands:smooth_pitstone_stairs} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3848 thebetweenlands:tar_solid_stairs Block{thebetweenlands:tar_solid_stairs} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3849 thebetweenlands:temple_brick_stairs Block{thebetweenlands:temple_brick_stairs} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3850 thebetweenlands:spike_trap Block{thebetweenlands:spike_trap} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3851 thebetweenlands:weedwood_plank_stairs Block{thebetweenlands:weedwood_plank_stairs} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3852 thebetweenlands:rubber_tree_plank_stairs Block{thebetweenlands:rubber_tree_plank_stairs} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3853 thebetweenlands:giant_root_plank_stairs Block{thebetweenlands:giant_root_plank_stairs} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3854 thebetweenlands:hearthgrove_plank_stairs Block{thebetweenlands:hearthgrove_plank_stairs} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3855 thebetweenlands:nibbletwig_plank_stairs Block{thebetweenlands:nibbletwig_plank_stairs} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3856 thebetweenlands:possessed_block Block{thebetweenlands:possessed_block} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3857 thebetweenlands:item_cage Block{thebetweenlands:item_cage} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3858 thebetweenlands:item_shelf Block{thebetweenlands:item_shelf} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3859 thebetweenlands:thatch Block{thebetweenlands:thatch} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3860 thebetweenlands:cragrock_slab Block{thebetweenlands:cragrock_slab} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3861 thebetweenlands:pitstone_slab Block{thebetweenlands:pitstone_slab} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3862 thebetweenlands:betweenstone_slab Block{thebetweenlands:betweenstone_slab} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3863 thebetweenlands:smooth_pitstone_slab Block{thebetweenlands:smooth_pitstone_slab} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3864 thebetweenlands:tar_solid_slab Block{thebetweenlands:tar_solid_slab} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3865 thebetweenlands:temple_brick_slab Block{thebetweenlands:temple_brick_slab} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3866 thebetweenlands:betweenstone_brick_slab Block{thebetweenlands:betweenstone_brick_slab} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3867 thebetweenlands:mud_brick_slab Block{thebetweenlands:mud_brick_slab} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3868 thebetweenlands:cragrock_brick_slab Block{thebetweenlands:cragrock_brick_slab} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3869 thebetweenlands:limestone_brick_slab Block{thebetweenlands:limestone_brick_slab} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3870 thebetweenlands:limestone_slab Block{thebetweenlands:limestone_slab} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3871 thebetweenlands:smooth_betweenstone_slab Block{thebetweenlands:smooth_betweenstone_slab} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3872 thebetweenlands:smooth_cragrock_slab Block{thebetweenlands:smooth_cragrock_slab} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3873 thebetweenlands:polished_limestone_slab Block{thebetweenlands:polished_limestone_slab} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3874 thebetweenlands:pitstone_brick_slab Block{thebetweenlands:pitstone_brick_slab} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3875 thebetweenlands:mossy_betweenstone_brick_slab Block{thebetweenlands:mossy_betweenstone_brick_slab} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3876 thebetweenlands:mossy_smooth_betweenstone_slab Block{thebetweenlands:mossy_smooth_betweenstone_slab} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3877 thebetweenlands:cracked_betweenstone_brick_slab Block{thebetweenlands:cracked_betweenstone_brick_slab} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3878 thebetweenlands:weedwood_plank_slab Block{thebetweenlands:weedwood_plank_slab} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3879 thebetweenlands:rubber_tree_plank_slab Block{thebetweenlands:rubber_tree_plank_slab} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3880 thebetweenlands:giant_root_plank_slab Block{thebetweenlands:giant_root_plank_slab} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3881 thebetweenlands:hearthgrove_plank_slab Block{thebetweenlands:hearthgrove_plank_slab} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3882 thebetweenlands:nibbletwig_plank_slab Block{thebetweenlands:nibbletwig_plank_slab} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3883 thebetweenlands:mud_brick_shingle_slab Block{thebetweenlands:mud_brick_shingle_slab} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3884 thebetweenlands:mud_brick_shingle_stairs Block{thebetweenlands:mud_brick_shingle_stairs} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3885 thebetweenlands:mud_brick_shingle_wall Block{thebetweenlands:mud_brick_shingle_wall} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3886 thebetweenlands:thatch_slab Block{thebetweenlands:thatch_slab} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3887 thebetweenlands:scabyst_brick_slab Block{thebetweenlands:scabyst_brick_slab} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3888 thebetweenlands:pitstone_wall Block{thebetweenlands:pitstone_wall} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3889 thebetweenlands:betweenstone_wall Block{thebetweenlands:betweenstone_wall} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3890 thebetweenlands:tar_solid_wall Block{thebetweenlands:tar_solid_wall} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3891 thebetweenlands:temple_brick_wall Block{thebetweenlands:temple_brick_wall} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3892 thebetweenlands:smooth_pitstone_wall Block{thebetweenlands:smooth_pitstone_wall} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3893 thebetweenlands:betweenstone_brick_wall Block{thebetweenlands:betweenstone_brick_wall} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3894 thebetweenlands:mud_brick_wall Block{thebetweenlands:mud_brick_wall} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3895 thebetweenlands:cragrock_wall Block{thebetweenlands:cragrock_wall} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3896 thebetweenlands:cragrock_brick_wall Block{thebetweenlands:cragrock_brick_wall} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3897 thebetweenlands:limestone_brick_wall Block{thebetweenlands:limestone_brick_wall} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3898 thebetweenlands:limestone_wall Block{thebetweenlands:limestone_wall} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3899 thebetweenlands:polished_limestone_wall Block{thebetweenlands:polished_limestone_wall} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3900 thebetweenlands:pitstone_brick_wall Block{thebetweenlands:pitstone_brick_wall} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3901 thebetweenlands:smooth_betweenstone_wall Block{thebetweenlands:smooth_betweenstone_wall} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3902 thebetweenlands:smooth_cragrock_wall Block{thebetweenlands:smooth_cragrock_wall} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3903 thebetweenlands:mossy_betweenstone_brick_wall Block{thebetweenlands:mossy_betweenstone_brick_wall} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3904 thebetweenlands:mossy_smooth_betweenstone_wall Block{thebetweenlands:mossy_smooth_betweenstone_wall} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3905 thebetweenlands:cracked_betweenstone_brick_wall Block{thebetweenlands:cracked_betweenstone_brick_wall} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3906 thebetweenlands:scabyst_brick_wall Block{thebetweenlands:scabyst_brick_wall} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3907 thebetweenlands:weedwood_plank_fence Block{thebetweenlands:weedwood_plank_fence} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3908 thebetweenlands:weedwood_log_fence Block{thebetweenlands:weedwood_log_fence} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3909 thebetweenlands:rubber_tree_plank_fence Block{thebetweenlands:rubber_tree_plank_fence} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3910 thebetweenlands:giant_root_plank_fence Block{thebetweenlands:giant_root_plank_fence} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3911 thebetweenlands:hearthgrove_plank_fence Block{thebetweenlands:hearthgrove_plank_fence} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3912 thebetweenlands:nibbletwig_plank_fence Block{thebetweenlands:nibbletwig_plank_fence} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3913 thebetweenlands:weedwood_plank_fence_gate Block{thebetweenlands:weedwood_plank_fence_gate} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3914 thebetweenlands:weedwood_log_fence_gate Block{thebetweenlands:weedwood_log_fence_gate} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3915 thebetweenlands:rubber_tree_plank_fence_gate Block{thebetweenlands:rubber_tree_plank_fence_gate} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3916 thebetweenlands:giant_root_plank_fence_gate Block{thebetweenlands:giant_root_plank_fence_gate} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3917 thebetweenlands:hearthgrove_plank_fence_gate Block{thebetweenlands:hearthgrove_plank_fence_gate} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3918 thebetweenlands:nibbletwig_plank_fence_gate Block{thebetweenlands:nibbletwig_plank_fence_gate} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3919 thebetweenlands:weedwood_plank_pressure_plate Block{thebetweenlands:weedwood_plank_pressure_plate} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3920 thebetweenlands:betweenstone_pressure_plate Block{thebetweenlands:betweenstone_pressure_plate} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3921 thebetweenlands:syrmorite_pressure_plate Block{thebetweenlands:syrmorite_pressure_plate} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3922 thebetweenlands:weedwood_plank_button Block{thebetweenlands:weedwood_plank_button} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3923 thebetweenlands:betweenstone_button Block{thebetweenlands:betweenstone_button} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3924 thebetweenlands:weedwood_ladder Block{thebetweenlands:weedwood_ladder} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3925 thebetweenlands:weedwood_lever Block{thebetweenlands:weedwood_lever} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3926 thebetweenlands:worm_dungeon_pillar Block{thebetweenlands:worm_dungeon_pillar} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3927 thebetweenlands:compacted_mud Block{thebetweenlands:compacted_mud} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3928 thebetweenlands:mud_tiles Block{thebetweenlands:mud_tiles} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3929 thebetweenlands:puffshroom Block{thebetweenlands:puffshroom} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3930 thebetweenlands:mud_bricks_carved Block{thebetweenlands:mud_bricks_carved} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3931 thebetweenlands:mud_brick_stairs_decay_1 Block{thebetweenlands:mud_brick_stairs_decay_1} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3932 thebetweenlands:mud_brick_stairs_decay_2 Block{thebetweenlands:mud_brick_stairs_decay_2} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3933 thebetweenlands:mud_brick_stairs_decay_3 Block{thebetweenlands:mud_brick_stairs_decay_3} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3934 thebetweenlands:mud_brick_stairs_decay_4 Block{thebetweenlands:mud_brick_stairs_decay_4} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3935 thebetweenlands:mud_brick_slab_decay_1 Block{thebetweenlands:mud_brick_slab_decay_1} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3936 thebetweenlands:mud_brick_slab_decay_2 Block{thebetweenlands:mud_brick_slab_decay_2} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3937 thebetweenlands:mud_brick_slab_decay_3 Block{thebetweenlands:mud_brick_slab_decay_3} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3938 thebetweenlands:mud_brick_slab_decay_4 Block{thebetweenlands:mud_brick_slab_decay_4} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3939 thebetweenlands:edge_shroom Block{thebetweenlands:edge_shroom} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3940 thebetweenlands:edge_moss Block{thebetweenlands:edge_moss} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3941 thebetweenlands:edge_leaf Block{thebetweenlands:edge_leaf} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3942 thebetweenlands:mud_tower_beam_origin Block{thebetweenlands:mud_tower_beam_origin} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3943 thebetweenlands:mud_tower_beam_relay Block{thebetweenlands:mud_tower_beam_relay} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3944 thebetweenlands:mud_tower_beam_tube Block{thebetweenlands:mud_tower_beam_tube} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3945 thebetweenlands:mud_tower_beam_lens_supports Block{thebetweenlands:mud_tower_beam_lens_supports} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3946 thebetweenlands:diagonal_energy_barrier Block{thebetweenlands:diagonal_energy_barrier} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3947 thebetweenlands:mud_brick_alcove Block{thebetweenlands:mud_brick_alcove} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3948 thebetweenlands:loot_urn Block{thebetweenlands:loot_urn} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3949 thebetweenlands:dungeon_door_runes Block{thebetweenlands:dungeon_door_runes} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3950 thebetweenlands:dungeon_door_runes_mimic Block{thebetweenlands:dungeon_door_runes_mimic} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3951 thebetweenlands:dungeon_door_runes_crawler Block{thebetweenlands:dungeon_door_runes_crawler} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3952 thebetweenlands:dungeon_door_combination Block{thebetweenlands:dungeon_door_combination} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3953 thebetweenlands:mud_bricks_climbable Block{thebetweenlands:mud_bricks_climbable} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3954 thebetweenlands:mud_tiles_water Block{thebetweenlands:mud_tiles_water} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3955 thebetweenlands:dungeon_wall_candle Block{thebetweenlands:dungeon_wall_candle} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3956 thebetweenlands:wooden_support_beam_rotten_1 Block{thebetweenlands:wooden_support_beam_rotten_1} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3957 thebetweenlands:wooden_support_beam_rotten_2 Block{thebetweenlands:wooden_support_beam_rotten_2} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3958 thebetweenlands:wooden_support_beam_rotten_3 Block{thebetweenlands:wooden_support_beam_rotten_3} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3959 thebetweenlands:log_rotten_bark_carved_1 Block{thebetweenlands:log_rotten_bark_carved_1} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3960 thebetweenlands:log_rotten_bark_carved_2 Block{thebetweenlands:log_rotten_bark_carved_2} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3961 thebetweenlands:log_rotten_bark_carved_3 Block{thebetweenlands:log_rotten_bark_carved_3} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3962 thebetweenlands:log_rotten_bark_carved_4 Block{thebetweenlands:log_rotten_bark_carved_4} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3963 thebetweenlands:log_rotten_bark_carved_5 Block{thebetweenlands:log_rotten_bark_carved_5} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3964 thebetweenlands:log_rotten_bark_carved_6 Block{thebetweenlands:log_rotten_bark_carved_6} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3965 thebetweenlands:log_rotten_bark_carved_7 Block{thebetweenlands:log_rotten_bark_carved_7} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3966 thebetweenlands:log_rotten_bark_carved_8 Block{thebetweenlands:log_rotten_bark_carved_8} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3967 thebetweenlands:log_rotten_bark_carved_9 Block{thebetweenlands:log_rotten_bark_carved_9} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3968 thebetweenlands:log_rotten_bark_carved_10 Block{thebetweenlands:log_rotten_bark_carved_10} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3969 thebetweenlands:log_rotten_bark_carved_11 Block{thebetweenlands:log_rotten_bark_carved_11} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3970 thebetweenlands:log_rotten_bark_carved_12 Block{thebetweenlands:log_rotten_bark_carved_12} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3971 thebetweenlands:log_rotten_bark_carved_13 Block{thebetweenlands:log_rotten_bark_carved_13} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3972 thebetweenlands:log_rotten_bark_carved_14 Block{thebetweenlands:log_rotten_bark_carved_14} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3973 thebetweenlands:log_rotten_bark_carved_15 Block{thebetweenlands:log_rotten_bark_carved_15} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3974 thebetweenlands:log_rotten_bark_carved_16 Block{thebetweenlands:log_rotten_bark_carved_16} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3975 thebetweenlands:energy_barrier_mud Block{thebetweenlands:energy_barrier_mud} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3976 thebetweenlands:mud_brick_spike_trap Block{thebetweenlands:mud_brick_spike_trap} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3977 thebetweenlands:mud_tiles_spike_trap Block{thebetweenlands:mud_tiles_spike_trap} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3978 thebetweenlands:compacted_mud_slope Block{thebetweenlands:compacted_mud_slope} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3979 thebetweenlands:compacted_mud_slab Block{thebetweenlands:compacted_mud_slab} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3980 thebetweenlands:compacted_mud_mirage Block{thebetweenlands:compacted_mud_mirage} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3981 thebetweenlands:decay_pit_control Block{thebetweenlands:decay_pit_control} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3982 thebetweenlands:rotten_planks Block{thebetweenlands:rotten_planks} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3983 thebetweenlands:rotten_plank_slab Block{thebetweenlands:rotten_plank_slab} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3984 thebetweenlands:rotten_plank_stairs Block{thebetweenlands:rotten_plank_stairs} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3985 thebetweenlands:rotten_plank_fence Block{thebetweenlands:rotten_plank_fence} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3986 thebetweenlands:rotten_plank_fence_gate Block{thebetweenlands:rotten_plank_fence_gate} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3987 thebetweenlands:mud_tower_brazier Block{thebetweenlands:mud_tower_brazier} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3988 thebetweenlands:decay_pit_hanging_chain Block{thebetweenlands:decay_pit_hanging_chain} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3989 thebetweenlands:decay_pit_ground_chain Block{thebetweenlands:decay_pit_ground_chain} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3990 thebetweenlands:decay_pit_invisible_floor_block Block{thebetweenlands:decay_pit_invisible_floor_block} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3991 thebetweenlands:decay_pit_invisible_floor_block_r_1 Block{thebetweenlands:decay_pit_invisible_floor_block_r_1} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3992 thebetweenlands:decay_pit_invisible_floor_block_r_2 Block{thebetweenlands:decay_pit_invisible_floor_block_r_2} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3993 thebetweenlands:decay_pit_invisible_floor_block_l_1 Block{thebetweenlands:decay_pit_invisible_floor_block_l_1} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3994 thebetweenlands:decay_pit_invisible_floor_block_l_2 Block{thebetweenlands:decay_pit_invisible_floor_block_l_2} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3995 thebetweenlands:decay_pit_invisible_floor_block_diagonal Block{thebetweenlands:decay_pit_invisible_floor_block_diagonal} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3996 thebetweenlands:present Block{thebetweenlands:present} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3997 thebetweenlands:pitcher_plant Block{thebetweenlands:pitcher_plant} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3998 thebetweenlands:weeping_blue Block{thebetweenlands:weeping_blue} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3999 thebetweenlands:sundew Block{thebetweenlands:sundew} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4000 thebetweenlands:black_hat_mushroom Block{thebetweenlands:black_hat_mushroom} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4001 thebetweenlands:bulb_capped_mushroom Block{thebetweenlands:bulb_capped_mushroom} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4002 thebetweenlands:flat_head_mushroom Block{thebetweenlands:flat_head_mushroom} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4003 thebetweenlands:venus_fly_trap Block{thebetweenlands:venus_fly_trap} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4004 thebetweenlands:volarpad Block{thebetweenlands:volarpad} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4005 thebetweenlands:swamp_plant Block{thebetweenlands:swamp_plant} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4006 thebetweenlands:swamp_kelp Block{thebetweenlands:swamp_kelp} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4007 thebetweenlands:mire_coral Block{thebetweenlands:mire_coral} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4008 thebetweenlands:deep_water_coral Block{thebetweenlands:deep_water_coral} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4009 thebetweenlands:water_weeds Block{thebetweenlands:water_weeds} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4010 thebetweenlands:bulb_capped_mushroom_cap Block{thebetweenlands:bulb_capped_mushroom_cap} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4011 thebetweenlands:bulb_capped_mushroom_stalk Block{thebetweenlands:bulb_capped_mushroom_stalk} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4012 thebetweenlands:shelf_fungus Block{thebetweenlands:shelf_fungus} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4013 thebetweenlands:algae Block{thebetweenlands:algae} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4014 thebetweenlands:poison_ivy Block{thebetweenlands:poison_ivy} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4015 thebetweenlands:root Block{thebetweenlands:root} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4016 thebetweenlands:root_underwater Block{thebetweenlands:root_underwater} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4017 thebetweenlands:giant_root Block{thebetweenlands:giant_root} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4018 thebetweenlands:arrow_arum Block{thebetweenlands:arrow_arum} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4019 thebetweenlands:blue_eyed_grass Block{thebetweenlands:blue_eyed_grass} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4020 thebetweenlands:blue_iris Block{thebetweenlands:blue_iris} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4021 thebetweenlands:boneset Block{thebetweenlands:boneset} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4022 thebetweenlands:bottle_brush_grass Block{thebetweenlands:bottle_brush_grass} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4023 thebetweenlands:broomsedge Block{thebetweenlands:broomsedge} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4024 thebetweenlands:button_bush Block{thebetweenlands:button_bush} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4025 thebetweenlands:cardinal_flower Block{thebetweenlands:cardinal_flower} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4026 thebetweenlands:cattail Block{thebetweenlands:cattail} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4027 thebetweenlands:cave_grass Block{thebetweenlands:cave_grass} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4028 thebetweenlands:copper_iris Block{thebetweenlands:copper_iris} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4029 thebetweenlands:marsh_hibiscus Block{thebetweenlands:marsh_hibiscus} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4030 thebetweenlands:marsh_mallow Block{thebetweenlands:marsh_mallow} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4031 thebetweenlands:bladderwort_flower Block{thebetweenlands:bladderwort_flower} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4032 thebetweenlands:bladderwort_stalk Block{thebetweenlands:bladderwort_stalk} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4033 thebetweenlands:bog_bean_flower Block{thebetweenlands:bog_bean_flower} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4034 thebetweenlands:bog_bean_stalk Block{thebetweenlands:bog_bean_stalk} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4035 thebetweenlands:golden_club_flower Block{thebetweenlands:golden_club_flower} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4036 thebetweenlands:golden_club_stalk Block{thebetweenlands:golden_club_stalk} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4037 thebetweenlands:marsh_marigold_flower Block{thebetweenlands:marsh_marigold_flower} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4038 thebetweenlands:marsh_marigold_stalk Block{thebetweenlands:marsh_marigold_stalk} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4039 thebetweenlands:swamp_double_tallgrass Block{thebetweenlands:swamp_double_tallgrass} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4040 thebetweenlands:milkweed Block{thebetweenlands:milkweed} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4041 thebetweenlands:nettle Block{thebetweenlands:nettle} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4042 thebetweenlands:nettle_flowered Block{thebetweenlands:nettle_flowered} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4043 thebetweenlands:pickerel_weed Block{thebetweenlands:pickerel_weed} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4044 thebetweenlands:phragmites Block{thebetweenlands:phragmites} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4045 thebetweenlands:shoots Block{thebetweenlands:shoots} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4046 thebetweenlands:sludgecreep Block{thebetweenlands:sludgecreep} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4047 thebetweenlands:tall_sludgecreep Block{thebetweenlands:tall_sludgecreep} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4048 thebetweenlands:soft_rush Block{thebetweenlands:soft_rush} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4049 thebetweenlands:swamp_reed Block{thebetweenlands:swamp_reed} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4050 thebetweenlands:swamp_reed_underwater Block{thebetweenlands:swamp_reed_underwater} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4051 thebetweenlands:thorns Block{thebetweenlands:thorns} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4052 thebetweenlands:tall_cattail Block{thebetweenlands:tall_cattail} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4053 thebetweenlands:swamp_tallgrass Block{thebetweenlands:swamp_tallgrass} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4054 thebetweenlands:dead_weedwood_bush Block{thebetweenlands:dead_weedwood_bush} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4055 thebetweenlands:weedwood_bush Block{thebetweenlands:weedwood_bush} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4056 thebetweenlands:hollow_log Block{thebetweenlands:hollow_log} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4057 thebetweenlands:cave_moss Block{thebetweenlands:cave_moss} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4058 thebetweenlands:cryptweed Block{thebetweenlands:cryptweed} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4059 thebetweenlands:string_roots Block{thebetweenlands:string_roots} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4060 thebetweenlands:pale_grass Block{thebetweenlands:pale_grass} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4061 thebetweenlands:rotbulb Block{thebetweenlands:rotbulb} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4062 thebetweenlands:moss Block{thebetweenlands:moss} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4063 thebetweenlands:dead_moss Block{thebetweenlands:dead_moss} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4064 thebetweenlands:lichen Block{thebetweenlands:lichen} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4065 thebetweenlands:dead_lichen Block{thebetweenlands:dead_lichen} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4066 thebetweenlands:hanger Block{thebetweenlands:hanger} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4067 thebetweenlands:middle_fruit_bush Block{thebetweenlands:middle_fruit_bush} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4068 thebetweenlands:fungus_crop Block{thebetweenlands:fungus_crop} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4069 thebetweenlands:aspectrus_crop Block{thebetweenlands:aspectrus_crop} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4070 thebetweenlands:purified_swamp_dirt Block{thebetweenlands:purified_swamp_dirt} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4071 thebetweenlands:dug_swamp_dirt Block{thebetweenlands:dug_swamp_dirt} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4072 thebetweenlands:dug_purified_swamp_dirt Block{thebetweenlands:dug_purified_swamp_dirt} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4073 thebetweenlands:dug_swamp_grass Block{thebetweenlands:dug_swamp_grass} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4074 thebetweenlands:dug_purified_swamp_grass Block{thebetweenlands:dug_purified_swamp_grass} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4075 thebetweenlands:black_ice Block{thebetweenlands:black_ice} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4076 thebetweenlands:snow Block{thebetweenlands:snow} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4077 thebetweenlands:log_portal Block{thebetweenlands:log_portal} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4078 thebetweenlands:tree_portal Block{thebetweenlands:tree_portal} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4079 thebetweenlands:portal_frame Block{thebetweenlands:portal_frame} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4080 thebetweenlands:druid_altar Block{thebetweenlands:druid_altar} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4081 thebetweenlands:purifier Block{thebetweenlands:purifier} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4082 thebetweenlands:weedwood_workbench Block{thebetweenlands:weedwood_workbench} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4083 thebetweenlands:compost_bin Block{thebetweenlands:compost_bin} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4084 thebetweenlands:weedwood_jukebox Block{thebetweenlands:weedwood_jukebox} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4085 thebetweenlands:sulfur_furnace Block{thebetweenlands:sulfur_furnace} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4086 thebetweenlands:sulfur_furnace_active Block{thebetweenlands:sulfur_furnace_active} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4087 thebetweenlands:sulfur_furnace_dual Block{thebetweenlands:sulfur_furnace_dual} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4088 thebetweenlands:sulfur_furnace_dual_active Block{thebetweenlands:sulfur_furnace_dual_active} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4089 thebetweenlands:weedwood_chest Block{thebetweenlands:weedwood_chest} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4090 thebetweenlands:weedwood_rubber_tap Block{thebetweenlands:weedwood_rubber_tap} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4091 thebetweenlands:syrmorite_rubber_tap Block{thebetweenlands:syrmorite_rubber_tap} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4092 thebetweenlands:sludge Block{thebetweenlands:sludge} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4093 thebetweenlands:fallen_leaves Block{thebetweenlands:fallen_leaves} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4094 thebetweenlands:energy_barrier Block{thebetweenlands:energy_barrier} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4095 thebetweenlands:weedwood_door Block{thebetweenlands:weedwood_door} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4096 thebetweenlands:rubber_tree_plank_door Block{thebetweenlands:rubber_tree_plank_door} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4097 thebetweenlands:giant_root_plank_door Block{thebetweenlands:giant_root_plank_door} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4098 thebetweenlands:hearthgrove_plank_door Block{thebetweenlands:hearthgrove_plank_door} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4099 thebetweenlands:nibbletwig_plank_door Block{thebetweenlands:nibbletwig_plank_door} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4100 thebetweenlands:syrmorite_door Block{thebetweenlands:syrmorite_door} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4101 thebetweenlands:scabyst_door Block{thebetweenlands:scabyst_door} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4102 thebetweenlands:standing_weedwood_sign Block{thebetweenlands:standing_weedwood_sign} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4103 thebetweenlands:wall_weedwood_sign Block{thebetweenlands:wall_weedwood_sign} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4104 thebetweenlands:sulfur_torch Block{thebetweenlands:sulfur_torch} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4105 thebetweenlands:weedwood_trapdoor Block{thebetweenlands:weedwood_trapdoor} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4106 thebetweenlands:rubber_tree_plank_trapdoor Block{thebetweenlands:rubber_tree_plank_trapdoor} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4107 thebetweenlands:syrmorite_trapdoor Block{thebetweenlands:syrmorite_trapdoor} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4108 thebetweenlands:giant_root_plank_trapdoor Block{thebetweenlands:giant_root_plank_trapdoor} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4109 thebetweenlands:hearthgrove_plank_trapdoor Block{thebetweenlands:hearthgrove_plank_trapdoor} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4110 thebetweenlands:nibbletwig_plank_trapdoor Block{thebetweenlands:nibbletwig_plank_trapdoor} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4111 thebetweenlands:scabyst_trapdoor Block{thebetweenlands:scabyst_trapdoor} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4112 thebetweenlands:syrmorite_hopper Block{thebetweenlands:syrmorite_hopper} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4113 thebetweenlands:mud_flower_pot Block{thebetweenlands:mud_flower_pot} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4114 thebetweenlands:mud_flower_pot_candle Block{thebetweenlands:mud_flower_pot_candle} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4115 thebetweenlands:gecko_cage Block{thebetweenlands:gecko_cage} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4116 thebetweenlands:infuser Block{thebetweenlands:infuser} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4117 thebetweenlands:aspect_vial_block Block{thebetweenlands:aspect_vial_block} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4118 thebetweenlands:mortar Block{thebetweenlands:mortar} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4119 thebetweenlands:censer Block{thebetweenlands:censer} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4120 thebetweenlands:weedwood_barrel Block{thebetweenlands:weedwood_barrel} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4121 thebetweenlands:syrmorite_barrel Block{thebetweenlands:syrmorite_barrel} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4122 thebetweenlands:animator Block{thebetweenlands:animator} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4123 thebetweenlands:alembic Block{thebetweenlands:alembic} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4124 thebetweenlands:moss_bed Block{thebetweenlands:moss_bed} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4125 thebetweenlands:rope Block{thebetweenlands:rope} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4126 thebetweenlands:damp_torch Block{thebetweenlands:damp_torch} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4127 thebetweenlands:walkway Block{thebetweenlands:walkway} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4128 thebetweenlands:wood_chip_path Block{thebetweenlands:wood_chip_path} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4129 thebetweenlands:thatch_roof Block{thebetweenlands:thatch_roof} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4130 thebetweenlands:mud_brick_roof Block{thebetweenlands:mud_brick_roof} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4131 thebetweenlands:repeller Block{thebetweenlands:repeller} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4132 thebetweenlands:waystone Block{thebetweenlands:waystone} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4133 thebetweenlands:caving_rope_light Block{thebetweenlands:caving_rope_light} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4134 thebetweenlands:ground_item Block{thebetweenlands:ground_item} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4135 rangedpumps:pump Block{rangedpumps:pump} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4136 simplegenerators:combustion_simple Block{simplegenerators:combustion_simple} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4137 simplegenerators:combustion_upgradable Block{simplegenerators:combustion_upgradable} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4138 simplegenerators:culinary_simple Block{simplegenerators:culinary_simple} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4139 simplegenerators:culinary_upgradable Block{simplegenerators:culinary_upgradable} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4140 simplegenerators:ender_simple Block{simplegenerators:ender_simple} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4141 simplegenerators:ender_upgradable Block{simplegenerators:ender_upgradable} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4142 simplegenerators:nether_simple Block{simplegenerators:nether_simple} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4143 simplegenerators:nether_upgradable Block{simplegenerators:nether_upgradable} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4144 simplegenerators:soul_simple Block{simplegenerators:soul_simple} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4145 simplegenerators:soul_upgradable Block{simplegenerators:soul_upgradable} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4146 simplegenerators:geothermal_simple Block{simplegenerators:geothermal_simple} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4147 simplegenerators:geothermal_upgradable Block{simplegenerators:geothermal_upgradable} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4148 simplegenerators:fluid_combustion_simple Block{simplegenerators:fluid_combustion_simple} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4149 simplegenerators:fluid_combustion_upgradable Block{simplegenerators:fluid_combustion_upgradable} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4150 simplegenerators:turbine_simple Block{simplegenerators:turbine_simple} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4151 simplegenerators:turbine_upgradable Block{simplegenerators:turbine_upgradable} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4152 storagenetwork:master Block{storagenetwork:master} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4153 storagenetwork:request Block{storagenetwork:request} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4154 storagenetwork:kabel Block{storagenetwork:kabel} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4155 storagenetwork:storage_kabel Block{storagenetwork:storage_kabel} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4156 storagenetwork:ex_kabel Block{storagenetwork:ex_kabel} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4157 storagenetwork:im_kabel Block{storagenetwork:im_kabel} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4158 storagenetwork:process_kabel Block{storagenetwork:process_kabel} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4159 storagenetwork:controller Block{storagenetwork:controller} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4160 beneath:teleporterbeneath Block{beneath:teleporterbeneath} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4161 galacticraftcore:unlit_torch_stone Block{galacticraftcore:unlit_torch_stone} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4162 galacticraftcore:unlit_torch_stone_lit Block{galacticraftcore:unlit_torch_stone_lit} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4163 galacticraftcore:grating3 Block{galacticraftcore:grating3} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4164 galacticraftcore:grating4 Block{galacticraftcore:grating4} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4165 galacticraftcore:grating5 Block{galacticraftcore:grating5} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4166 galacticraftcore:grating6 Block{galacticraftcore:grating6} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4167 galacticraftcore:grating7 Block{galacticraftcore:grating7} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4168 galacticraftcore:grating8 Block{galacticraftcore:grating8} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4169 galacticraftcore:grating9 Block{galacticraftcore:grating9} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4170 galacticraftcore:grating10 Block{galacticraftcore:grating10} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4171 galacticraftcore:grating11 Block{galacticraftcore:grating11} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4172 galacticraftcore:grating12 Block{galacticraftcore:grating12} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4173 galacticraftcore:grating13 Block{galacticraftcore:grating13} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4174 galacticraftcore:grating14 Block{galacticraftcore:grating14} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4175 galacticraftcore:grating15 Block{galacticraftcore:grating15} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4176 galacticraftcore:grating16 Block{galacticraftcore:grating16} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4177 galacticraftcore:grating17 Block{galacticraftcore:grating17} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4178 galacticraftcore:grating18 Block{galacticraftcore:grating18} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4179 galacticraftcore:grating19 Block{galacticraftcore:grating19} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4180 galacticraftcore:grating20 Block{galacticraftcore:grating20} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4181 galacticraftcore:grating21 Block{galacticraftcore:grating21} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4182 galacticraftcore:grating22 Block{galacticraftcore:grating22} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4183 galacticraftcore:grating23 Block{galacticraftcore:grating23} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4184 galacticraftcore:grating24 Block{galacticraftcore:grating24} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4185 galacticraftcore:grating25 Block{galacticraftcore:grating25} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4186 galacticraftcore:grating26 Block{galacticraftcore:grating26} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4187 galacticraftcore:grating27 Block{galacticraftcore:grating27} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4188 galacticraftcore:grating28 Block{galacticraftcore:grating28} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4189 galacticraftcore:grating29 Block{galacticraftcore:grating29} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4190 galacticraftcore:grating30 Block{galacticraftcore:grating30} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4191 galacticraftcore:grating31 Block{galacticraftcore:grating31} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4192 galacticraftcore:grating32 Block{galacticraftcore:grating32} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4193 galacticraftcore:grating33 Block{galacticraftcore:grating33} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4194 galacticraftcore:grating34 Block{galacticraftcore:grating34} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4195 galacticraftcore:grating35 Block{galacticraftcore:grating35} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4196 galacticraftcore:grating36 Block{galacticraftcore:grating36} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4197 galacticraftcore:grating37 Block{galacticraftcore:grating37} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4198 galacticraftcore:grating38 Block{galacticraftcore:grating38} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4199 galacticraftcore:grating39 Block{galacticraftcore:grating39} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4200 galacticraftcore:grating40 Block{galacticraftcore:grating40} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4201 galacticraftcore:grating41 Block{galacticraftcore:grating41} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4202 galacticraftcore:grating42 Block{galacticraftcore:grating42} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4203 galacticraftcore:grating43 Block{galacticraftcore:grating43} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4204 galacticraftcore:grating44 Block{galacticraftcore:grating44} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4205 galacticraftcore:grating45 Block{galacticraftcore:grating45} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4206 galacticraftcore:grating46 Block{galacticraftcore:grating46} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4207 galacticraftcore:grating47 Block{galacticraftcore:grating47} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4208 galacticraftcore:grating48 Block{galacticraftcore:grating48} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4209 galacticraftcore:grating49 Block{galacticraftcore:grating49} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4210 galacticraftcore:grating50 Block{galacticraftcore:grating50} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4211 galacticraftcore:grating51 Block{galacticraftcore:grating51} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4212 galacticraftcore:grating52 Block{galacticraftcore:grating52} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4213 galacticraftcore:grating53 Block{galacticraftcore:grating53} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4214 galacticraftcore:grating54 Block{galacticraftcore:grating54} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4215 galacticraftcore:grating55 Block{galacticraftcore:grating55} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4216 galacticraftcore:grating56 Block{galacticraftcore:grating56} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4217 galacticraftcore:grating57 Block{galacticraftcore:grating57} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4218 galacticraftcore:grating58 Block{galacticraftcore:grating58} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4219 galacticraftcore:grating59 Block{galacticraftcore:grating59} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4220 galacticraftcore:grating60 Block{galacticraftcore:grating60} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4221 galacticraftcore:grating61 Block{galacticraftcore:grating61} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4222 galacticraftcore:grating62 Block{galacticraftcore:grating62} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4223 galacticraftcore:grating63 Block{galacticraftcore:grating63} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4224 galacticraftcore:grating64 Block{galacticraftcore:grating64} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4225 galacticraftcore:grating65 Block{galacticraftcore:grating65} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4226 galacticraftcore:grating66 Block{galacticraftcore:grating66} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4227 galacticraftcore:grating67 Block{galacticraftcore:grating67} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4228 galacticraftcore:grating68 Block{galacticraftcore:grating68} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4229 galacticraftcore:grating69 Block{galacticraftcore:grating69} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4230 galacticraftcore:grating70 Block{galacticraftcore:grating70} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4231 galacticraftcore:grating71 Block{galacticraftcore:grating71} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4232 galacticraftcore:grating72 Block{galacticraftcore:grating72} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4233 galacticraftcore:grating73 Block{galacticraftcore:grating73} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4234 galacticraftcore:grating74 Block{galacticraftcore:grating74} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4235 galacticraftcore:grating75 Block{galacticraftcore:grating75} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4236 galacticraftcore:grating76 Block{galacticraftcore:grating76} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4237 galacticraftcore:grating77 Block{galacticraftcore:grating77} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4238 galacticraftcore:grating78 Block{galacticraftcore:grating78} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4239 galacticraftcore:grating79 Block{galacticraftcore:grating79} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4240 galacticraftcore:grating80 Block{galacticraftcore:grating80} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4241 galacticraftcore:grating81 Block{galacticraftcore:grating81} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4242 galacticraftcore:grating82 Block{galacticraftcore:grating82} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4243 galacticraftcore:grating83 Block{galacticraftcore:grating83} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4244 galacticraftcore:grating84 Block{galacticraftcore:grating84} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4245 galacticraftcore:grating85 Block{galacticraftcore:grating85} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4246 galacticraftcore:grating86 Block{galacticraftcore:grating86} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4247 galacticraftcore:grating87 Block{galacticraftcore:grating87} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4248 galacticraftcore:grating88 Block{galacticraftcore:grating88} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4249 galacticraftcore:grating89 Block{galacticraftcore:grating89} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4250 galacticraftcore:grating90 Block{galacticraftcore:grating90} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4251 galacticraftcore:grating91 Block{galacticraftcore:grating91} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4252 galacticraftcore:grating92 Block{galacticraftcore:grating92} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4253 galacticraftcore:grating93 Block{galacticraftcore:grating93} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4254 galacticraftcore:grating94 Block{galacticraftcore:grating94} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4255 galacticraftcore:grating95 Block{galacticraftcore:grating95} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4256 galacticraftcore:grating96 Block{galacticraftcore:grating96} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4257 galacticraftcore:grating97 Block{galacticraftcore:grating97} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4258 galacticraftcore:grating98 Block{galacticraftcore:grating98} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4259 galacticraftcore:grating99 Block{galacticraftcore:grating99} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4260 galacticraftcore:grating100 Block{galacticraftcore:grating100} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4261 galacticraftcore:grating101 Block{galacticraftcore:grating101} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4262 galacticraftcore:grating102 Block{galacticraftcore:grating102} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4263 galacticraftcore:grating103 Block{galacticraftcore:grating103} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4264 galacticraftcore:grating104 Block{galacticraftcore:grating104} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4265 galacticraftcore:grating105 Block{galacticraftcore:grating105} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4266 galacticraftcore:grating106 Block{galacticraftcore:grating106} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4267 galacticraftcore:grating107 Block{galacticraftcore:grating107} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4268 galacticraftcore:grating108 Block{galacticraftcore:grating108} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4269 galacticraftcore:grating109 Block{galacticraftcore:grating109} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4270 galacticraftcore:grating110 Block{galacticraftcore:grating110} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4271 galacticraftcore:grating111 Block{galacticraftcore:grating111} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4272 galacticraftcore:grating112 Block{galacticraftcore:grating112} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4273 galacticraftcore:grating113 Block{galacticraftcore:grating113} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4274 galacticraftcore:grating114 Block{galacticraftcore:grating114} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4275 galacticraftcore:grating115 Block{galacticraftcore:grating115} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4276 galacticraftcore:grating116 Block{galacticraftcore:grating116} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4277 galacticraftcore:grating117 Block{galacticraftcore:grating117} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4278 galacticraftcore:grating118 Block{galacticraftcore:grating118} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4279 galacticraftcore:grating119 Block{galacticraftcore:grating119} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4280 galacticraftcore:grating120 Block{galacticraftcore:grating120} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4281 galacticraftcore:grating121 Block{galacticraftcore:grating121} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4282 galacticraftcore:grating122 Block{galacticraftcore:grating122} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4283 galacticraftcore:grating123 Block{galacticraftcore:grating123} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4284 galacticraftcore:grating124 Block{galacticraftcore:grating124} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4285 galacticraftcore:grating125 Block{galacticraftcore:grating125} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4286 galacticraftcore:grating126 Block{galacticraftcore:grating126} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4287 galacticraftcore:grating127 Block{galacticraftcore:grating127} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4288 galacticraftcore:grating128 Block{galacticraftcore:grating128} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4289 galacticraftcore:grating129 Block{galacticraftcore:grating129} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4290 galacticraftcore:grating130 Block{galacticraftcore:grating130} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4291 galacticraftcore:grating131 Block{galacticraftcore:grating131} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4292 galacticraftcore:grating132 Block{galacticraftcore:grating132} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4293 galacticraftcore:grating133 Block{galacticraftcore:grating133} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4294 galacticraftcore:grating134 Block{galacticraftcore:grating134} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4295 galacticraftcore:grating135 Block{galacticraftcore:grating135} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4296 galacticraftcore:grating136 Block{galacticraftcore:grating136} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4297 galacticraftcore:grating137 Block{galacticraftcore:grating137} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4298 galacticraftcore:grating138 Block{galacticraftcore:grating138} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4299 galacticraftcore:grating139 Block{galacticraftcore:grating139} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4300 galacticraftcore:grating140 Block{galacticraftcore:grating140} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4301 galacticraftcore:grating141 Block{galacticraftcore:grating141} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4302 galacticraftcore:grating142 Block{galacticraftcore:grating142} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4303 galacticraftcore:grating143 Block{galacticraftcore:grating143} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4304 galacticraftcore:grating144 Block{galacticraftcore:grating144} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4305 galacticraftcore:grating145 Block{galacticraftcore:grating145} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4306 galacticraftcore:grating146 Block{galacticraftcore:grating146} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4307 galacticraftcore:grating147 Block{galacticraftcore:grating147} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4308 galacticraftcore:grating148 Block{galacticraftcore:grating148} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4309 galacticraftcore:grating149 Block{galacticraftcore:grating149} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4310 galacticraftcore:grating150 Block{galacticraftcore:grating150} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4311 galacticraftcore:grating151 Block{galacticraftcore:grating151} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4312 galacticraftcore:grating152 Block{galacticraftcore:grating152} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4313 galacticraftcore:grating153 Block{galacticraftcore:grating153} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4314 galacticraftcore:grating154 Block{galacticraftcore:grating154} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4315 galacticraftcore:grating155 Block{galacticraftcore:grating155} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4316 galacticraftcore:grating156 Block{galacticraftcore:grating156} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4317 galacticraftcore:grating157 Block{galacticraftcore:grating157} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4318 galacticraftcore:grating158 Block{galacticraftcore:grating158} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4319 galacticraftcore:grating159 Block{galacticraftcore:grating159} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4320 galacticraftcore:grating160 Block{galacticraftcore:grating160} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4321 galacticraftcore:grating161 Block{galacticraftcore:grating161} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4322 galacticraftcore:grating162 Block{galacticraftcore:grating162} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4323 galacticraftcore:grating163 Block{galacticraftcore:grating163} +[16:58:29] [Server thread/TRACE] [FML]: Registry Name : minecraft:items +[16:58:29] [Server thread/TRACE] [FML]: Registry: 0 minecraft:air net.minecraft.item.ItemAir@6b23897a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1 minecraft:stone net.minecraft.item.ItemMultiTexture@4512f5f1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2 minecraft:grass net.minecraft.item.ItemColored@3bfead8d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3 minecraft:dirt net.minecraft.item.ItemMultiTexture@5f662dd +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4 minecraft:cobblestone net.minecraft.item.ItemBlock@38568876 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5 minecraft:planks net.minecraft.item.ItemMultiTexture@6c4c32ff +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6 minecraft:sapling net.minecraft.item.ItemMultiTexture@5603632c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7 minecraft:bedrock net.minecraft.item.ItemBlock@76685ab0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12 minecraft:sand net.minecraft.item.ItemMultiTexture@7305a443 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13 minecraft:gravel net.minecraft.item.ItemBlock@3ed2a30c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 14 minecraft:gold_ore net.minecraft.item.ItemBlock@adbc3bc +[16:58:29] [Server thread/TRACE] [FML]: Registry: 15 minecraft:iron_ore net.minecraft.item.ItemBlock@3c6d3ba +[16:58:29] [Server thread/TRACE] [FML]: Registry: 16 minecraft:coal_ore net.minecraft.item.ItemBlock@5d3f583d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 17 minecraft:log net.minecraft.item.ItemMultiTexture@22cca101 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 18 minecraft:leaves net.minecraft.item.ItemLeaves@5924ea91 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 19 minecraft:sponge net.minecraft.item.ItemMultiTexture@3e356ed6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 20 minecraft:glass net.minecraft.item.ItemBlock@403b7be3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 21 minecraft:lapis_ore net.minecraft.item.ItemBlock@2a5d9ede +[16:58:29] [Server thread/TRACE] [FML]: Registry: 22 minecraft:lapis_block net.minecraft.item.ItemBlock@39e91bda +[16:58:29] [Server thread/TRACE] [FML]: Registry: 23 minecraft:dispenser net.minecraft.item.ItemBlock@2c3f81ef +[16:58:29] [Server thread/TRACE] [FML]: Registry: 24 minecraft:sandstone net.minecraft.item.ItemMultiTexture@712dd0b0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 25 minecraft:noteblock net.minecraft.item.ItemBlock@6b3284 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 27 minecraft:golden_rail net.minecraft.item.ItemBlock@500beb9f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 28 minecraft:detector_rail net.minecraft.item.ItemBlock@67e37d25 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 29 minecraft:sticky_piston net.minecraft.item.ItemPiston@21f27bb5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 30 minecraft:web net.minecraft.item.ItemBlock@2e2a2b07 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 31 minecraft:tallgrass net.minecraft.item.ItemColored@52dc71b2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 32 minecraft:deadbush net.minecraft.item.ItemBlock@e1d2781 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 33 minecraft:piston net.minecraft.item.ItemPiston@3c00da24 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 35 minecraft:wool net.minecraft.item.ItemCloth@569026df +[16:58:29] [Server thread/TRACE] [FML]: Registry: 37 minecraft:yellow_flower net.minecraft.item.ItemMultiTexture@4e451f9a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 38 minecraft:red_flower net.minecraft.item.ItemMultiTexture@2f59cb6f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 39 minecraft:brown_mushroom net.minecraft.item.ItemBlock@60cbba57 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 40 minecraft:red_mushroom net.minecraft.item.ItemBlock@614d01b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 41 minecraft:gold_block net.minecraft.item.ItemBlock@3be2ef56 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 42 minecraft:iron_block net.minecraft.item.ItemBlock@5a8149f6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 44 minecraft:stone_slab net.minecraft.item.ItemSlab@7cddc50f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 45 minecraft:brick_block net.minecraft.item.ItemBlock@1e60890c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 46 minecraft:tnt net.minecraft.item.ItemBlock@c680819 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 47 minecraft:bookshelf net.minecraft.item.ItemBlock@52cda4bd +[16:58:29] [Server thread/TRACE] [FML]: Registry: 48 minecraft:mossy_cobblestone net.minecraft.item.ItemBlock@40aaf656 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 49 minecraft:obsidian net.minecraft.item.ItemBlock@5a183fa6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 50 minecraft:torch net.minecraft.item.ItemBlock@167ccc3c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 52 minecraft:mob_spawner net.minecraft.item.ItemBlock@21d561c9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 53 minecraft:oak_stairs net.minecraft.item.ItemBlock@752e50c6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 54 minecraft:chest net.minecraft.item.ItemBlock@2bef33e7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 56 minecraft:diamond_ore net.minecraft.item.ItemBlock@5bd191c2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 57 minecraft:diamond_block net.minecraft.item.ItemBlock@51806858 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 58 minecraft:crafting_table shadows.fastbench.FastBench$1@5bf9ae31 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 60 minecraft:farmland net.minecraft.item.ItemBlock@40dcbf7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 61 minecraft:furnace shadows.fastfurnace.FastFurnace$1@226cf890 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 65 minecraft:ladder net.minecraft.item.ItemBlock@19565b5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 66 minecraft:rail net.minecraft.item.ItemBlock@2ac7c683 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 67 minecraft:stone_stairs net.minecraft.item.ItemBlock@407ff25f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 69 minecraft:lever net.minecraft.item.ItemBlock@3ba8fbc8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 70 minecraft:stone_pressure_plate net.minecraft.item.ItemBlock@113a89c5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 72 minecraft:wooden_pressure_plate net.minecraft.item.ItemBlock@55da6bf +[16:58:29] [Server thread/TRACE] [FML]: Registry: 73 minecraft:redstone_ore net.minecraft.item.ItemBlock@3a0f5141 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 76 minecraft:redstone_torch net.minecraft.item.ItemBlock@46059b73 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 77 minecraft:stone_button net.minecraft.item.ItemBlock@3b446d7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 78 minecraft:snow_layer net.minecraft.item.ItemSnow@2b71a12e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 79 minecraft:ice net.minecraft.item.ItemBlock@41c56930 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 80 minecraft:snow net.minecraft.item.ItemBlock@60660d21 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 81 minecraft:cactus net.minecraft.item.ItemBlock@2898c70d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 82 minecraft:clay net.minecraft.item.ItemBlock@ec67be1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 84 minecraft:jukebox net.minecraft.item.ItemBlock@64a00fe0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 85 minecraft:fence net.minecraft.item.ItemBlock@347f0950 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 86 minecraft:pumpkin net.minecraft.item.ItemBlock@516370c1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 87 minecraft:netherrack net.minecraft.item.ItemBlock@27563444 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 88 minecraft:soul_sand net.minecraft.item.ItemBlock@507e3e77 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 89 minecraft:glowstone net.minecraft.item.ItemBlock@73796ae5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 91 minecraft:lit_pumpkin net.minecraft.item.ItemBlock@3956e933 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 95 minecraft:stained_glass net.minecraft.item.ItemCloth@106c3e0a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 96 minecraft:trapdoor net.minecraft.item.ItemBlock@2fb40e49 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 97 minecraft:monster_egg net.minecraft.item.ItemMultiTexture@368e7d3a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 98 minecraft:stonebrick net.minecraft.item.ItemMultiTexture@375682a5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 99 minecraft:brown_mushroom_block net.minecraft.item.ItemBlock@79827e71 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 100 minecraft:red_mushroom_block net.minecraft.item.ItemBlock@3c20abd6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 101 minecraft:iron_bars net.minecraft.item.ItemBlock@7cd2d3b6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 102 minecraft:glass_pane net.minecraft.item.ItemBlock@7f922523 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 103 minecraft:melon_block net.minecraft.item.ItemBlock@1509bd56 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 106 minecraft:vine net.minecraft.item.ItemColored@2c4eda3a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 107 minecraft:fence_gate net.minecraft.item.ItemBlock@466bf366 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 108 minecraft:brick_stairs net.minecraft.item.ItemBlock@344f4a82 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 109 minecraft:stone_brick_stairs net.minecraft.item.ItemBlock@1ecbb787 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 110 minecraft:mycelium net.minecraft.item.ItemBlock@6441cff1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 111 minecraft:waterlily net.minecraft.item.ItemLilyPad@4f09d998 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 112 minecraft:nether_brick net.minecraft.item.ItemBlock@cbd3871 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 113 minecraft:nether_brick_fence net.minecraft.item.ItemBlock@66694050 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 114 minecraft:nether_brick_stairs net.minecraft.item.ItemBlock@39303a6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 116 minecraft:enchanting_table net.minecraft.item.ItemBlock@2d7df55 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 120 minecraft:end_portal_frame net.minecraft.item.ItemBlock@674c01ce +[16:58:29] [Server thread/TRACE] [FML]: Registry: 121 minecraft:end_stone net.minecraft.item.ItemBlock@4b8ba6b7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 122 minecraft:dragon_egg net.minecraft.item.ItemBlock@6c8f5262 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 123 minecraft:redstone_lamp net.minecraft.item.ItemBlock@6bca6c4c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 126 minecraft:wooden_slab net.minecraft.item.ItemSlab@7de2c19c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 128 minecraft:sandstone_stairs net.minecraft.item.ItemBlock@5dcec8e9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 129 minecraft:emerald_ore net.minecraft.item.ItemBlock@4bc49d70 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 130 minecraft:ender_chest net.minecraft.item.ItemBlock@73543048 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 131 minecraft:tripwire_hook net.minecraft.item.ItemBlock@1851f19f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 133 minecraft:emerald_block net.minecraft.item.ItemBlock@33f3ebfc +[16:58:29] [Server thread/TRACE] [FML]: Registry: 134 minecraft:spruce_stairs net.minecraft.item.ItemBlock@5cb3cfef +[16:58:29] [Server thread/TRACE] [FML]: Registry: 135 minecraft:birch_stairs net.minecraft.item.ItemBlock@eb77241 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 136 minecraft:jungle_stairs net.minecraft.item.ItemBlock@197da701 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 137 minecraft:command_block net.minecraft.item.ItemBlock@35fd03d9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 138 minecraft:beacon net.minecraft.item.ItemBlock@77737e3e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 139 minecraft:cobblestone_wall net.minecraft.item.ItemMultiTexture@3652dd19 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 143 minecraft:wooden_button net.minecraft.item.ItemBlock@6b6cf3c1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 145 minecraft:anvil net.minecraft.item.ItemAnvilBlock@4ceb368b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 146 minecraft:trapped_chest net.minecraft.item.ItemBlock@1ddc5857 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 147 minecraft:light_weighted_pressure_plate net.minecraft.item.ItemBlock@6f0df74 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 148 minecraft:heavy_weighted_pressure_plate net.minecraft.item.ItemBlock@42bbd21c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 151 minecraft:daylight_detector net.minecraft.item.ItemBlock@57f1fbae +[16:58:29] [Server thread/TRACE] [FML]: Registry: 152 minecraft:redstone_block net.minecraft.item.ItemBlock@28901fe7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 153 minecraft:quartz_ore net.minecraft.item.ItemBlock@289b7efe +[16:58:29] [Server thread/TRACE] [FML]: Registry: 154 minecraft:hopper net.minecraft.item.ItemBlock@34ac72c3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 155 minecraft:quartz_block net.minecraft.item.ItemMultiTexture@6cd8c373 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 156 minecraft:quartz_stairs net.minecraft.item.ItemBlock@449f9628 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 157 minecraft:activator_rail net.minecraft.item.ItemBlock@37806ccb +[16:58:29] [Server thread/TRACE] [FML]: Registry: 158 minecraft:dropper net.minecraft.item.ItemBlock@606d2a92 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 159 minecraft:stained_hardened_clay net.minecraft.item.ItemCloth@4a84beb7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 160 minecraft:stained_glass_pane net.minecraft.item.ItemCloth@2e778abb +[16:58:29] [Server thread/TRACE] [FML]: Registry: 161 minecraft:leaves2 net.minecraft.item.ItemLeaves@7bc239db +[16:58:29] [Server thread/TRACE] [FML]: Registry: 162 minecraft:log2 net.minecraft.item.ItemMultiTexture@307ba188 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 163 minecraft:acacia_stairs net.minecraft.item.ItemBlock@1e8b0ab5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 164 minecraft:dark_oak_stairs net.minecraft.item.ItemBlock@7ef34eb3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 165 minecraft:slime net.minecraft.item.ItemBlock@2719139f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 166 minecraft:barrier net.minecraft.item.ItemBlock@72924f19 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 167 minecraft:iron_trapdoor net.minecraft.item.ItemBlock@46c093b4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 168 minecraft:prismarine net.minecraft.item.ItemMultiTexture@58fbecde +[16:58:29] [Server thread/TRACE] [FML]: Registry: 169 minecraft:sea_lantern net.minecraft.item.ItemBlock@299615a5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 170 minecraft:hay_block net.minecraft.item.ItemBlock@4ff00844 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 171 minecraft:carpet net.minecraft.item.ItemCloth@20ee660b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 172 minecraft:hardened_clay net.minecraft.item.ItemBlock@40e41f88 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 173 minecraft:coal_block net.minecraft.item.ItemBlock@27b7913 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 174 minecraft:packed_ice net.minecraft.item.ItemBlock@4d86f330 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 175 minecraft:double_plant net.minecraft.item.ItemMultiTexture@7f065f9e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 179 minecraft:red_sandstone net.minecraft.item.ItemMultiTexture@4b407ac7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 180 minecraft:red_sandstone_stairs net.minecraft.item.ItemBlock@4c5ae26d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 182 minecraft:stone_slab2 net.minecraft.item.ItemSlab@5578ed7e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 183 minecraft:spruce_fence_gate net.minecraft.item.ItemBlock@28be7db5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 184 minecraft:birch_fence_gate net.minecraft.item.ItemBlock@700596f9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 185 minecraft:jungle_fence_gate net.minecraft.item.ItemBlock@2ac00dc9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 186 minecraft:dark_oak_fence_gate net.minecraft.item.ItemBlock@33293b34 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 187 minecraft:acacia_fence_gate net.minecraft.item.ItemBlock@68a1bb31 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 188 minecraft:spruce_fence net.minecraft.item.ItemBlock@5ab1107d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 189 minecraft:birch_fence net.minecraft.item.ItemBlock@671561b9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 190 minecraft:jungle_fence net.minecraft.item.ItemBlock@3aebdb4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 191 minecraft:dark_oak_fence net.minecraft.item.ItemBlock@4fd70118 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 192 minecraft:acacia_fence net.minecraft.item.ItemBlock@1db7c267 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 198 minecraft:end_rod net.minecraft.item.ItemBlock@292b7a02 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 199 minecraft:chorus_plant net.minecraft.item.ItemBlock@3e242137 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 200 minecraft:chorus_flower net.minecraft.item.ItemBlock@25dacc5a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 201 minecraft:purpur_block net.minecraft.item.ItemBlock@55b7f9f1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 202 minecraft:purpur_pillar net.minecraft.item.ItemBlock@273e622f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 203 minecraft:purpur_stairs net.minecraft.item.ItemBlock@380cd266 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 205 minecraft:purpur_slab net.minecraft.item.ItemSlab@4b477121 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 206 minecraft:end_bricks net.minecraft.item.ItemBlock@509e0253 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 208 minecraft:grass_path net.minecraft.item.ItemBlock@5dfc7b3f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 210 minecraft:repeating_command_block net.minecraft.item.ItemBlock@5dd5422f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 211 minecraft:chain_command_block net.minecraft.item.ItemBlock@158b8d10 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 213 minecraft:magma net.minecraft.item.ItemBlock@e594c46 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 214 minecraft:nether_wart_block net.minecraft.item.ItemBlock@1cd853ee +[16:58:29] [Server thread/TRACE] [FML]: Registry: 215 minecraft:red_nether_brick net.minecraft.item.ItemBlock@6b6bae60 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 216 minecraft:bone_block net.minecraft.item.ItemBlock@22c14d10 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 217 minecraft:structure_void net.minecraft.item.ItemBlock@66be0e72 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 218 minecraft:observer net.minecraft.item.ItemBlock@38276668 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 219 minecraft:white_shulker_box net.minecraft.item.ItemShulkerBox@2688b2be +[16:58:29] [Server thread/TRACE] [FML]: Registry: 220 minecraft:orange_shulker_box net.minecraft.item.ItemShulkerBox@30d3f583 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 221 minecraft:magenta_shulker_box net.minecraft.item.ItemShulkerBox@3344c1d7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 222 minecraft:light_blue_shulker_box net.minecraft.item.ItemShulkerBox@73b034ca +[16:58:29] [Server thread/TRACE] [FML]: Registry: 223 minecraft:yellow_shulker_box net.minecraft.item.ItemShulkerBox@104e6540 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 224 minecraft:lime_shulker_box net.minecraft.item.ItemShulkerBox@3f9ee527 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 225 minecraft:pink_shulker_box net.minecraft.item.ItemShulkerBox@2a41d17a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 226 minecraft:gray_shulker_box net.minecraft.item.ItemShulkerBox@58a5b69c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 227 minecraft:silver_shulker_box net.minecraft.item.ItemShulkerBox@3b22bcad +[16:58:29] [Server thread/TRACE] [FML]: Registry: 228 minecraft:cyan_shulker_box net.minecraft.item.ItemShulkerBox@735dc133 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 229 minecraft:purple_shulker_box net.minecraft.item.ItemShulkerBox@57330423 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 230 minecraft:blue_shulker_box net.minecraft.item.ItemShulkerBox@2257590f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 231 minecraft:brown_shulker_box net.minecraft.item.ItemShulkerBox@c3e5e3c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 232 minecraft:green_shulker_box net.minecraft.item.ItemShulkerBox@11f752d1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 233 minecraft:red_shulker_box net.minecraft.item.ItemShulkerBox@5eaa4ed0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 234 minecraft:black_shulker_box net.minecraft.item.ItemShulkerBox@462deb2b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 235 minecraft:white_glazed_terracotta net.minecraft.item.ItemBlock@381c826c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 236 minecraft:orange_glazed_terracotta net.minecraft.item.ItemBlock@13563e64 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 237 minecraft:magenta_glazed_terracotta net.minecraft.item.ItemBlock@1f062e10 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 238 minecraft:light_blue_glazed_terracotta net.minecraft.item.ItemBlock@36dbfa68 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 239 minecraft:yellow_glazed_terracotta net.minecraft.item.ItemBlock@6a08113d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 240 minecraft:lime_glazed_terracotta net.minecraft.item.ItemBlock@480fb706 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 241 minecraft:pink_glazed_terracotta net.minecraft.item.ItemBlock@66d766b9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 242 minecraft:gray_glazed_terracotta net.minecraft.item.ItemBlock@f36c8b1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 243 minecraft:silver_glazed_terracotta net.minecraft.item.ItemBlock@251db193 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 244 minecraft:cyan_glazed_terracotta net.minecraft.item.ItemBlock@109f95b1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 245 minecraft:purple_glazed_terracotta net.minecraft.item.ItemBlock@4d20cbb5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 246 minecraft:blue_glazed_terracotta net.minecraft.item.ItemBlock@74eae1e0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 247 minecraft:brown_glazed_terracotta net.minecraft.item.ItemBlock@3c3357c7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 248 minecraft:green_glazed_terracotta net.minecraft.item.ItemBlock@506d7fed +[16:58:29] [Server thread/TRACE] [FML]: Registry: 249 minecraft:red_glazed_terracotta net.minecraft.item.ItemBlock@1bdb6b36 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 250 minecraft:black_glazed_terracotta net.minecraft.item.ItemBlock@381d7c4c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 251 minecraft:concrete net.minecraft.item.ItemCloth@1e3689e7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 252 minecraft:concrete_powder net.minecraft.item.ItemCloth@259f0fdb +[16:58:29] [Server thread/TRACE] [FML]: Registry: 255 minecraft:structure_block net.minecraft.item.ItemBlock@655d5285 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 256 minecraft:iron_shovel net.minecraft.item.ItemSpade@689fe2a3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 257 minecraft:iron_pickaxe net.minecraft.item.ItemPickaxe@261c5d1f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 258 minecraft:iron_axe net.minecraft.item.ItemAxe@409df37d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 259 minecraft:flint_and_steel net.minecraft.item.ItemFlintAndSteel@369d624d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 260 minecraft:apple net.minecraft.item.ItemFood@189f9f9f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 261 minecraft:bow net.minecraft.item.ItemBow@2b9a7211 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 262 minecraft:arrow net.minecraft.item.ItemArrow@3db145f7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 263 minecraft:coal net.minecraft.item.ItemCoal@7ae75ba6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 264 minecraft:diamond net.minecraft.item.Item@2bab1821 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 265 minecraft:iron_ingot net.minecraft.item.Item@7f6137fb +[16:58:29] [Server thread/TRACE] [FML]: Registry: 266 minecraft:gold_ingot net.minecraft.item.Item@57657b96 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 267 minecraft:iron_sword net.minecraft.item.ItemSword@1f8a1b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 268 minecraft:wooden_sword net.minecraft.item.ItemSword@568cbf8d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 269 minecraft:wooden_shovel net.minecraft.item.ItemSpade@376c5950 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 270 minecraft:wooden_pickaxe net.minecraft.item.ItemPickaxe@11ec699 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 271 minecraft:wooden_axe net.minecraft.item.ItemAxe@7d2ddbf3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 272 minecraft:stone_sword net.minecraft.item.ItemSword@4eee730c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 273 minecraft:stone_shovel net.minecraft.item.ItemSpade@1b1d1558 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 274 minecraft:stone_pickaxe net.minecraft.item.ItemPickaxe@6cc022ac +[16:58:29] [Server thread/TRACE] [FML]: Registry: 275 minecraft:stone_axe net.minecraft.item.ItemAxe@7f219e84 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 276 minecraft:diamond_sword net.minecraft.item.ItemSword@42eaf47f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 277 minecraft:diamond_shovel net.minecraft.item.ItemSpade@312e8eaf +[16:58:29] [Server thread/TRACE] [FML]: Registry: 278 minecraft:diamond_pickaxe net.minecraft.item.ItemPickaxe@5c960f64 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 279 minecraft:diamond_axe net.minecraft.item.ItemAxe@2f307fcc +[16:58:29] [Server thread/TRACE] [FML]: Registry: 280 minecraft:stick net.minecraft.item.Item@3aec2f59 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 281 minecraft:bowl net.minecraft.item.Item@7f72855d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 282 minecraft:mushroom_stew net.minecraft.item.ItemSoup@361d169a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 283 minecraft:golden_sword net.minecraft.item.ItemSword@47a68e3f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 284 minecraft:golden_shovel net.minecraft.item.ItemSpade@52288c65 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 285 minecraft:golden_pickaxe net.minecraft.item.ItemPickaxe@33ef393a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 286 minecraft:golden_axe net.minecraft.item.ItemAxe@6d18401b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 287 minecraft:string net.minecraft.item.ItemBlockSpecial@141874c8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 288 minecraft:feather net.minecraft.item.Item@147ea894 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 289 minecraft:gunpowder net.minecraft.item.Item@38aed8ad +[16:58:29] [Server thread/TRACE] [FML]: Registry: 290 minecraft:wooden_hoe net.minecraft.item.ItemHoe@1a507ea0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 291 minecraft:stone_hoe net.minecraft.item.ItemHoe@64a9fca7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 292 minecraft:iron_hoe net.minecraft.item.ItemHoe@22f756c5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 293 minecraft:diamond_hoe net.minecraft.item.ItemHoe@485a5c9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 294 minecraft:golden_hoe net.minecraft.item.ItemHoe@1d397e87 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 295 minecraft:wheat_seeds net.minecraft.item.ItemSeeds@10ab976b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 296 minecraft:wheat net.minecraft.item.Item@5da799 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 297 minecraft:bread net.minecraft.item.ItemFood@2b0d6bf2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 298 minecraft:leather_helmet net.minecraft.item.ItemArmor@68a7bc12 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 299 minecraft:leather_chestplate net.minecraft.item.ItemArmor@14f03f2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 300 minecraft:leather_leggings net.minecraft.item.ItemArmor@235b4aea +[16:58:29] [Server thread/TRACE] [FML]: Registry: 301 minecraft:leather_boots net.minecraft.item.ItemArmor@31f4fdc5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 302 minecraft:chainmail_helmet net.minecraft.item.ItemArmor@64e680c5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 303 minecraft:chainmail_chestplate net.minecraft.item.ItemArmor@1dcf5f38 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 304 minecraft:chainmail_leggings net.minecraft.item.ItemArmor@64ba5a71 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 305 minecraft:chainmail_boots net.minecraft.item.ItemArmor@72b689f6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 306 minecraft:iron_helmet net.minecraft.item.ItemArmor@2286dfcd +[16:58:29] [Server thread/TRACE] [FML]: Registry: 307 minecraft:iron_chestplate net.minecraft.item.ItemArmor@4557723a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 308 minecraft:iron_leggings net.minecraft.item.ItemArmor@7308d133 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 309 minecraft:iron_boots net.minecraft.item.ItemArmor@35b70f9d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 310 minecraft:diamond_helmet net.minecraft.item.ItemArmor@21dbd651 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 311 minecraft:diamond_chestplate net.minecraft.item.ItemArmor@5f63a6f2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 312 minecraft:diamond_leggings net.minecraft.item.ItemArmor@6a577564 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 313 minecraft:diamond_boots net.minecraft.item.ItemArmor@67915454 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 314 minecraft:golden_helmet net.minecraft.item.ItemArmor@18876fa9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 315 minecraft:golden_chestplate net.minecraft.item.ItemArmor@5a110e7d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 316 minecraft:golden_leggings net.minecraft.item.ItemArmor@b3cbc0e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 317 minecraft:golden_boots net.minecraft.item.ItemArmor@66e27ac9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 318 minecraft:flint net.minecraft.item.Item@453bbb9b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 319 minecraft:porkchop net.minecraft.item.ItemFood@170b27a7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 320 minecraft:cooked_porkchop net.minecraft.item.ItemFood@79392584 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 321 minecraft:painting net.minecraft.item.ItemHangingEntity@665e18d5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 322 minecraft:golden_apple net.minecraft.item.ItemAppleGold@2862bac6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 323 minecraft:sign net.minecraft.item.ItemSign@534c3b9d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 324 minecraft:wooden_door net.minecraft.item.ItemDoor@67c1fc9b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 325 minecraft:bucket net.minecraft.item.ItemBucket@771b2b5b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 326 minecraft:water_bucket net.minecraft.item.ItemBucket@1aa64998 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 327 minecraft:lava_bucket net.minecraft.item.ItemBucket@571b4bf6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 328 minecraft:minecart net.minecraft.item.ItemMinecart@665c79a2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 329 minecraft:saddle net.minecraft.item.ItemSaddle@2c3d1214 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 330 minecraft:iron_door net.minecraft.item.ItemDoor@48064a5a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 331 minecraft:redstone net.minecraft.item.ItemRedstone@257e8c43 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 332 minecraft:snowball net.minecraft.item.ItemSnowball@5e38329d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 333 minecraft:boat net.minecraft.item.ItemBoat@4f70b659 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 334 minecraft:leather net.minecraft.item.Item@18f1a81a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 335 minecraft:milk_bucket net.minecraft.item.ItemBucketMilk@4d1f6e1c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 336 minecraft:brick net.minecraft.item.Item@3431cb1f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 337 minecraft:clay_ball net.minecraft.item.Item@42c9f2cd +[16:58:29] [Server thread/TRACE] [FML]: Registry: 338 minecraft:reeds net.minecraft.item.ItemBlockSpecial@797c67c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 339 minecraft:paper net.minecraft.item.Item@31ce271c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 340 minecraft:book net.minecraft.item.ItemBook@1f41f259 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 341 minecraft:slime_ball net.minecraft.item.Item@648c80cb +[16:58:29] [Server thread/TRACE] [FML]: Registry: 342 minecraft:chest_minecart net.minecraft.item.ItemMinecart@4a9d6eb9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 343 minecraft:furnace_minecart net.minecraft.item.ItemMinecart@157a2c86 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 344 minecraft:egg net.minecraft.item.ItemEgg@12115c28 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 345 minecraft:compass net.minecraft.item.ItemCompass@4822d7a1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 346 minecraft:fishing_rod net.minecraft.item.ItemFishingRod@58dd1d0c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 347 minecraft:clock net.minecraft.item.ItemClock@cd9ce76 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 348 minecraft:glowstone_dust net.minecraft.item.Item@421c057a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 349 minecraft:fish net.minecraft.item.ItemFishFood@7fecc26f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 350 minecraft:cooked_fish net.minecraft.item.ItemFishFood@402adc9c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 351 minecraft:dye net.minecraft.item.ItemDye@549b26d7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 352 minecraft:bone net.minecraft.item.Item@2c9430c6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 353 minecraft:sugar net.minecraft.item.Item@66978c15 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 354 minecraft:cake net.minecraft.item.ItemBlockSpecial@6c96dc5c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 355 minecraft:bed net.minecraft.item.ItemBed@3ade99bb +[16:58:29] [Server thread/TRACE] [FML]: Registry: 356 minecraft:repeater net.minecraft.item.ItemBlockSpecial@193710c3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 357 minecraft:cookie net.minecraft.item.ItemFood@eb23b9c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 358 minecraft:filled_map net.minecraft.item.ItemMap@51a65f56 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 359 minecraft:shears net.minecraft.item.ItemShears@1071f3ad +[16:58:29] [Server thread/TRACE] [FML]: Registry: 360 minecraft:melon net.minecraft.item.ItemFood@6aaed880 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 361 minecraft:pumpkin_seeds net.minecraft.item.ItemSeeds@9bd477c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 362 minecraft:melon_seeds net.minecraft.item.ItemSeeds@7444714e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 363 minecraft:beef net.minecraft.item.ItemFood@6b3708f0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 364 minecraft:cooked_beef net.minecraft.item.ItemFood@77c1a7ce +[16:58:29] [Server thread/TRACE] [FML]: Registry: 365 minecraft:chicken net.minecraft.item.ItemFood@16a7af5d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 366 minecraft:cooked_chicken net.minecraft.item.ItemFood@207358ad +[16:58:29] [Server thread/TRACE] [FML]: Registry: 367 minecraft:rotten_flesh net.minecraft.item.ItemFood@3e2ee637 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 368 minecraft:ender_pearl net.minecraft.item.ItemEnderPearl@2e10f765 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 369 minecraft:blaze_rod net.minecraft.item.Item@100d071 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 370 minecraft:ghast_tear net.minecraft.item.Item@4c5379f5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 371 minecraft:gold_nugget net.minecraft.item.Item@333d5a0c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 372 minecraft:nether_wart net.minecraft.item.ItemSeeds@1abf38d1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 373 minecraft:potion net.minecraft.item.ItemPotion@4af0ae2c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 374 minecraft:glass_bottle net.minecraft.item.ItemGlassBottle@4d9ad37e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 375 minecraft:spider_eye net.minecraft.item.ItemFood@481b8d53 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 376 minecraft:fermented_spider_eye net.minecraft.item.Item@6e8426aa +[16:58:29] [Server thread/TRACE] [FML]: Registry: 377 minecraft:blaze_powder net.minecraft.item.Item@752573df +[16:58:29] [Server thread/TRACE] [FML]: Registry: 378 minecraft:magma_cream net.minecraft.item.Item@6ebf5f26 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 379 minecraft:brewing_stand net.minecraft.item.ItemBlockSpecial@7a5a26b7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 380 minecraft:cauldron net.minecraft.item.ItemBlockSpecial@3524ee20 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 381 minecraft:ender_eye net.minecraft.item.ItemEnderEye@6c04310f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 382 minecraft:speckled_melon net.minecraft.item.Item@5ce7ab6f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 383 minecraft:spawn_egg net.minecraft.item.ItemMonsterPlacer@5a8d03ce +[16:58:29] [Server thread/TRACE] [FML]: Registry: 384 minecraft:experience_bottle net.minecraft.item.ItemExpBottle@6d76aa05 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 385 minecraft:fire_charge net.minecraft.item.ItemFireball@475fb7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 386 minecraft:writable_book net.minecraft.item.ItemWritableBook@4c7d19bf +[16:58:29] [Server thread/TRACE] [FML]: Registry: 387 minecraft:written_book net.minecraft.item.ItemWrittenBook@32c114d9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 388 minecraft:emerald net.minecraft.item.Item@73f6ffb1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 389 minecraft:item_frame net.minecraft.item.ItemHangingEntity@4505ec36 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 390 minecraft:flower_pot net.minecraft.item.ItemBlockSpecial@41fe0d98 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 391 minecraft:carrot net.minecraft.item.ItemSeedFood@19983dd1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 392 minecraft:potato net.minecraft.item.ItemSeedFood@700b035b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 393 minecraft:baked_potato net.minecraft.item.ItemFood@786de0a3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 394 minecraft:poisonous_potato net.minecraft.item.ItemFood@472dc215 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 395 minecraft:map net.minecraft.item.ItemEmptyMap@65384249 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 396 minecraft:golden_carrot net.minecraft.item.ItemFood@6441db2c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 397 minecraft:skull net.minecraft.item.ItemSkull@6c2063e0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 398 minecraft:carrot_on_a_stick net.minecraft.item.ItemCarrotOnAStick@27ea7c8f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 399 minecraft:nether_star net.minecraft.item.ItemSimpleFoiled@1aade3c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 400 minecraft:pumpkin_pie net.minecraft.item.ItemFood@7d8a5ec7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 401 minecraft:fireworks net.minecraft.item.ItemFirework@65a7bc80 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 402 minecraft:firework_charge net.minecraft.item.ItemFireworkCharge@1001b435 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 403 minecraft:enchanted_book net.minecraft.item.ItemEnchantedBook@49318c2a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 404 minecraft:comparator net.minecraft.item.ItemBlockSpecial@17adbecf +[16:58:29] [Server thread/TRACE] [FML]: Registry: 405 minecraft:netherbrick net.minecraft.item.Item@59eb987a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 406 minecraft:quartz net.minecraft.item.Item@31b4c003 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 407 minecraft:tnt_minecart net.minecraft.item.ItemMinecart@74214ac3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 408 minecraft:hopper_minecart net.minecraft.item.ItemMinecart@e00c94e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 409 minecraft:prismarine_shard net.minecraft.item.Item@b2db8bc +[16:58:29] [Server thread/TRACE] [FML]: Registry: 410 minecraft:prismarine_crystals net.minecraft.item.Item@1c0ec502 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 411 minecraft:rabbit net.minecraft.item.ItemFood@6287e312 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 412 minecraft:cooked_rabbit net.minecraft.item.ItemFood@6a450cb5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 413 minecraft:rabbit_stew net.minecraft.item.ItemSoup@c4bb119 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 414 minecraft:rabbit_foot net.minecraft.item.Item@66075347 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 415 minecraft:rabbit_hide net.minecraft.item.Item@3b45a3e6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 416 minecraft:armor_stand net.minecraft.item.ItemArmorStand@31406eab +[16:58:29] [Server thread/TRACE] [FML]: Registry: 417 minecraft:iron_horse_armor net.minecraft.item.Item@3bb6b9ab +[16:58:29] [Server thread/TRACE] [FML]: Registry: 418 minecraft:golden_horse_armor net.minecraft.item.Item@31f90517 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 419 minecraft:diamond_horse_armor net.minecraft.item.Item@2f6f2d91 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 420 minecraft:lead net.minecraft.item.ItemLead@7040d71 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 421 minecraft:name_tag net.minecraft.item.ItemNameTag@3d5b2c1e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 422 minecraft:command_block_minecart net.minecraft.item.ItemMinecart@137a9d69 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 423 minecraft:mutton net.minecraft.item.ItemFood@12faeada +[16:58:29] [Server thread/TRACE] [FML]: Registry: 424 minecraft:cooked_mutton net.minecraft.item.ItemFood@73a5cc47 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 425 minecraft:banner net.minecraft.item.ItemBanner@74b13aa +[16:58:29] [Server thread/TRACE] [FML]: Registry: 426 minecraft:end_crystal net.minecraft.item.ItemEndCrystal@7a02d760 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 427 minecraft:spruce_door net.minecraft.item.ItemDoor@5a86112a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 428 minecraft:birch_door net.minecraft.item.ItemDoor@3203ffa3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 429 minecraft:jungle_door net.minecraft.item.ItemDoor@49231d79 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 430 minecraft:acacia_door net.minecraft.item.ItemDoor@25f67aea +[16:58:29] [Server thread/TRACE] [FML]: Registry: 431 minecraft:dark_oak_door net.minecraft.item.ItemDoor@4f93303f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 432 minecraft:chorus_fruit net.minecraft.item.ItemChorusFruit@3e7940b3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 433 minecraft:chorus_fruit_popped net.minecraft.item.Item@1ae37be2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 434 minecraft:beetroot net.minecraft.item.ItemFood@60147536 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 435 minecraft:beetroot_seeds net.minecraft.item.ItemSeeds@2438a038 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 436 minecraft:beetroot_soup net.minecraft.item.ItemSoup@50b010d4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 437 minecraft:dragon_breath net.minecraft.item.Item@510d4d4b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 438 minecraft:splash_potion net.minecraft.item.ItemSplashPotion@10b36d8a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 439 minecraft:spectral_arrow net.minecraft.item.ItemSpectralArrow@3d00c2ae +[16:58:29] [Server thread/TRACE] [FML]: Registry: 440 minecraft:tipped_arrow net.minecraft.item.ItemTippedArrow@684a34f4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 441 minecraft:lingering_potion net.minecraft.item.ItemLingeringPotion@33a39d7e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 442 minecraft:shield net.minecraft.item.ItemShield@2643caa6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 443 minecraft:elytra net.minecraft.item.ItemElytra@2c9af700 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 444 minecraft:spruce_boat net.minecraft.item.ItemBoat@29897daf +[16:58:29] [Server thread/TRACE] [FML]: Registry: 445 minecraft:birch_boat net.minecraft.item.ItemBoat@63e54c66 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 446 minecraft:jungle_boat net.minecraft.item.ItemBoat@5246453e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 447 minecraft:acacia_boat net.minecraft.item.ItemBoat@299f9a81 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 448 minecraft:dark_oak_boat net.minecraft.item.ItemBoat@4b19ee18 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 449 minecraft:totem_of_undying net.minecraft.item.Item@2561d61 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 450 minecraft:shulker_shell net.minecraft.item.Item@6259d7a0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 452 minecraft:iron_nugget net.minecraft.item.Item@374712f8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 453 minecraft:knowledge_book net.minecraft.item.ItemKnowledgeBook@43600de0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2256 minecraft:record_13 net.minecraft.item.ItemRecord@20425fab +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2257 minecraft:record_cat net.minecraft.item.ItemRecord@71c2cb26 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2258 minecraft:record_blocks net.minecraft.item.ItemRecord@593db293 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2259 minecraft:record_chirp net.minecraft.item.ItemRecord@5220e6ff +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2260 minecraft:record_far net.minecraft.item.ItemRecord@602d5417 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2261 minecraft:record_mall net.minecraft.item.ItemRecord@75128cf +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2262 minecraft:record_mellohi net.minecraft.item.ItemRecord@33ccab9c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2263 minecraft:record_stal net.minecraft.item.ItemRecord@668ea404 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2264 minecraft:record_strad net.minecraft.item.ItemRecord@6c89c92e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2265 minecraft:record_ward net.minecraft.item.ItemRecord@62109320 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2266 minecraft:record_11 net.minecraft.item.ItemRecord@34d644b5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2267 minecraft:record_wait net.minecraft.item.ItemRecord@276b68af +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4096 geolosys:ore com.oitsjustjose.geolosys.common.blocks.BlockOre$ItemBlockOre@4620d770 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4097 geolosys:ore_sample com.oitsjustjose.geolosys.common.blocks.BlockSample$ItemBlockOre@1848854c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4098 geolosys:ore_vanilla com.oitsjustjose.geolosys.common.blocks.BlockOreVanilla$ItemBlockOre@194bf93b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4099 geolosys:ore_sample_vanilla com.oitsjustjose.geolosys.common.blocks.BlockSampleVanilla$ItemBlockOre@4e9e225c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4100 geolosys:cluster com.oitsjustjose.geolosys.common.items.ItemCluster@b110f3d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4101 geolosys:field_manual com.oitsjustjose.geolosys.common.items.ItemFieldManual@3f5371d4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4102 carryon:tile_item tschipp.carryon.common.item.ItemTile@1849c571 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4103 carryon:entity_item tschipp.carryon.common.item.ItemEntity@3239cbc8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4104 enderstorage:ender_storage codechicken.enderstorage.item.ItemEnderStorage@74f547d6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4105 enderstorage:ender_pouch codechicken.enderstorage.item.ItemEnderPouch@41d7940f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4106 ferdinandsflowers:block_cff_flowers c0_0ry.ferdinandsflowers.blocks.item.ItemBlockFlowers@2fd22052 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4107 ferdinandsflowers:block_cff_flowersb c0_0ry.ferdinandsflowers.blocks.item.ItemBlockFlowers@2d247614 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4108 ferdinandsflowers:block_cff_flowersc c0_0ry.ferdinandsflowers.blocks.item.ItemBlockFlowers@15cdf4d2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4109 ferdinandsflowers:block_cff_flowersd c0_0ry.ferdinandsflowers.blocks.item.ItemBlockFlowers@33d1ace +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4110 ferdinandsflowers:block_cff_flowerse c0_0ry.ferdinandsflowers.blocks.item.ItemBlockFlowers@5069c819 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4111 ferdinandsflowers:block_cff_doubles c0_0ry.ferdinandsflowers.blocks.item.ItemBlockFlowers@22d907ef +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4112 ferdinandsflowers:block_cff_doublesb c0_0ry.ferdinandsflowers.blocks.item.ItemBlockFlowers@49fcfa40 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4113 ferdinandsflowers:block_cff_doublesc c0_0ry.ferdinandsflowers.blocks.item.ItemBlockFlowers@352070e6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4114 ferdinandsflowers:block_cff_doubless c0_0ry.ferdinandsflowers.blocks.item.ItemBlockFlowers@33feab1d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4115 ferdinandsflowers:block_cff_doublesp c0_0ry.ferdinandsflowers.blocks.item.ItemBlockFlowers@6a916d40 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4116 ferdinandsflowers:block_cff_desert c0_0ry.ferdinandsflowers.blocks.item.ItemBlockFlowers@2d74ba04 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4117 ferdinandsflowers:block_cff_ouch c0_0ry.ferdinandsflowers.blocks.item.ItemBlockFlowers@3324751a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4118 ferdinandsflowers:block_cff_doublesd c0_0ry.ferdinandsflowers.blocks.item.ItemBlockFlowers@70d1c77 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4119 ferdinandsflowers:block_cff_fungus c0_0ry.ferdinandsflowers.blocks.item.ItemBlockFlowers@59f7ed73 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4120 ferdinandsflowers:block_cff_dark c0_0ry.ferdinandsflowers.blocks.item.ItemBlockFlowers@77d20400 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4121 ferdinandsflowers:block_flower_chest net.minecraft.item.ItemBlock@1fa60c85 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4122 ferdinandsflowers:block_dye_brick c0_0ry.ferdinandsflowers.blocks.item.ItemBlockFlowers@3bce9322 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4123 ferdinandsflowers:block_dye_brickb c0_0ry.ferdinandsflowers.blocks.item.ItemBlockFlowers@1dd5cf5e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4124 ferdinandsflowers:block_dye_brick_half net.minecraft.item.ItemSlab@4b5a6d54 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4125 ferdinandsflowers:block_dye_brick_halfb net.minecraft.item.ItemSlab@2cc5e003 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4126 ferdinandsflowers:block_dye_brick_halfc net.minecraft.item.ItemSlab@7915284f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4127 ferdinandsflowers:block_dye_brick_halfd net.minecraft.item.ItemSlab@46ca934b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4128 ferdinandsflowers:block_dye_glass c0_0ry.ferdinandsflowers.blocks.item.ItemBlockFlowers@de71aa8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4129 ferdinandsflowers:block_dye_glass_pane c0_0ry.ferdinandsflowers.blocks.item.ItemBlockFlowers@5fe5cd03 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4130 ferdinandsflowers:block_birthday net.minecraft.item.ItemBlock@cbd527d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4131 ferdinandsflowers:block_stone_light c0_0ry.ferdinandsflowers.blocks.item.ItemBlockFlowers@2bb05720 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4132 ferdinandsflowers:block_cobble_light c0_0ry.ferdinandsflowers.blocks.item.ItemBlockFlowers@19d3dd7b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4133 ferdinandsflowers:block_dirt_light c0_0ry.ferdinandsflowers.blocks.item.ItemBlockFlowers@606d0fe5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4134 ferdinandsflowers:block_log_light c0_0ry.ferdinandsflowers.blocks.item.ItemBlockFlowers@24a9803 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4135 ferdinandsflowers:block_plank_light c0_0ry.ferdinandsflowers.blocks.item.ItemBlockFlowers@9144093 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4136 ferdinandsflowers:block_sand_light c0_0ry.ferdinandsflowers.blocks.item.ItemBlockFlowers@54f1b115 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4137 ferdinandsflowers:block_gravel_light net.minecraft.item.ItemBlock@22a6a8dc +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4138 ferdinandsflowers:block_stonebrick_light c0_0ry.ferdinandsflowers.blocks.item.ItemBlockFlowers@6d9d72c6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4139 ferdinandsflowers:block_metal_light c0_0ry.ferdinandsflowers.blocks.item.ItemBlockFlowers@5c3b77dc +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4140 ferdinandsflowers:item_test c0_0ry.ferdinandsflowers.items.ItemTest@5c38c8f4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4141 ferdinandsflowers:flower_dye c0_0ry.ferdinandsflowers.items.FlowerDye@5c833d2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4142 ferdinandsflowers:flower_dyeb c0_0ry.ferdinandsflowers.items.FlowerDyeB@742d581e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4143 microblockcbe:microblock codechicken.microblock.ItemMicroPart@5026986 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4144 microblockcbe:saw_stone codechicken.microblock.ItemSaw@3bd2fd43 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4145 microblockcbe:saw_iron codechicken.microblock.ItemSaw@7571a460 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4146 microblockcbe:saw_diamond codechicken.microblock.ItemSaw@22c5efba +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4147 microblockcbe:stone_rod net.minecraft.item.Item@456f3b56 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4148 advgenerators:iron_frame net.bdew.lib.items.BaseItem@6c66386d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4149 advgenerators:power_io net.bdew.lib.items.BaseItem@f994d35 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4150 advgenerators:iron_tubing net.bdew.lib.items.BaseItem@708f4adf +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4151 advgenerators:iron_wiring net.bdew.lib.items.BaseItem@6f209c2a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4152 advgenerators:controller net.bdew.lib.items.BaseItem@325874f3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4153 advgenerators:pressure_valve net.bdew.lib.items.BaseItem@776d6768 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4154 advgenerators:advanced_pressure_valve net.bdew.lib.items.BaseItem@7d3e12e8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4155 advgenerators:upgrade_kit net.bdew.lib.items.BaseItem@161410a9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4156 advgenerators:turbine_controller net.bdew.lib.block.ItemBlockTooltip@5abdf0ac +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4157 advgenerators:exchanger_controller net.bdew.lib.block.ItemBlockTooltip@33773f4b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4158 advgenerators:steam_turbine_controller net.bdew.lib.block.ItemBlockTooltip@54164c53 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4159 advgenerators:syngas_controller net.bdew.lib.block.ItemBlockTooltip@3b9ce9b4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4160 advgenerators:rf_output net.bdew.lib.block.ItemBlockTooltip@d6c00fd +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4161 advgenerators:forge_output net.bdew.lib.block.ItemBlockTooltip@3f46d201 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4162 advgenerators:gas_input net.bdew.lib.block.ItemBlockTooltip@36000a63 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4163 advgenerators:fluid_input net.bdew.lib.block.ItemBlockTooltip@7e4f66c8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4164 advgenerators:fluid_output_select net.bdew.lib.block.ItemBlockTooltip@29760328 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4165 advgenerators:item_input net.bdew.lib.block.ItemBlockTooltip@65164253 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4166 advgenerators:item_output net.bdew.lib.block.ItemBlockTooltip@6e81465b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4167 advgenerators:fuel_tank net.bdew.lib.block.ItemBlockTooltip@6ac182f5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4168 advgenerators:heating_chamber net.bdew.lib.block.ItemBlockTooltip@35ebfb64 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4169 advgenerators:mixing_chamber net.bdew.lib.block.ItemBlockTooltip@3fb184a1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4170 advgenerators:heat_exchanger net.bdew.lib.block.ItemBlockTooltip@19b64f2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4171 advgenerators:sensor net.bdew.lib.block.ItemBlockTooltip@6ec820ba +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4172 advgenerators:control net.bdew.lib.block.ItemBlockTooltip@12d8ab61 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4173 advgenerators:efficiency_upgrade_tier1 net.bdew.lib.block.ItemBlockTooltip@3023c226 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4174 advgenerators:efficiency_upgrade_tier2 net.bdew.lib.block.ItemBlockTooltip@7e5ab565 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4175 advgenerators:steam net.minecraft.item.ItemBlock@4a9ca680 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4176 advgenerators:syngas_flaming net.minecraft.item.ItemBlock@7d6f78f7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4177 advgenerators:syngas net.minecraft.item.ItemBlock@67d61ec0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4178 advgenerators:turbine_rotor_gold net.bdew.generators.items.TurbineItem@566a1b5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4179 advgenerators:turbine_kit_gold net.bdew.generators.items.TurbineUpgradeKit@5b878709 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4180 advgenerators:turbine_gold net.bdew.lib.block.ItemBlockTooltip@4c5a7790 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4181 advgenerators:turbine_blade_manyullyn net.bdew.generators.items.TurbineItem@393a36ad +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4182 advgenerators:turbine_rotor_manyullyn net.bdew.generators.items.TurbineItem@12885df +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4183 advgenerators:turbine_kit_manyullyn net.bdew.generators.items.TurbineUpgradeKit@1dbad2ed +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4184 advgenerators:turbine_manyullyn net.bdew.lib.block.ItemBlockTooltip@6481e5cb +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4185 advgenerators:turbine_blade_iron net.bdew.generators.items.TurbineItem@78df035e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4186 advgenerators:turbine_rotor_iron net.bdew.generators.items.TurbineItem@323d85e2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4187 advgenerators:turbine_iron net.bdew.lib.block.ItemBlockTooltip@13b89fc8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4188 advgenerators:power_capacitor_redstone net.bdew.lib.block.ItemBlockTooltip@38d2202f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4189 advgenerators:capacitor_kit_advanced net.bdew.generators.items.CapacitorUpgradeKit@284ab125 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4190 advgenerators:power_capacitor_advanced net.bdew.lib.block.ItemBlockTooltip@4e865e1d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4191 advgenerators:capacitor_kit_dense net.bdew.generators.items.CapacitorUpgradeKit@6daef92 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4192 advgenerators:power_capacitor_dense net.bdew.lib.block.ItemBlockTooltip@6dafb68c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4193 improvedbackpacks:backpack ru.poopycoders.improvedbackpacks.items.ItemBackpack@381ea521 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4194 improvedbackpacks:bound_leather net.minecraft.item.Item@69511c83 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4195 improvedbackpacks:tanned_leather net.minecraft.item.Item@40bfa517 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4196 improvedbackpacks:blank_upgrade net.minecraft.item.Item@69b0d353 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4197 improvedbackpacks:upgrade ru.poopycoders.improvedbackpacks.items.ItemBackpackUpgrade@121e76db +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4198 improvedbackpacks:ender_backpack ru.poopycoders.improvedbackpacks.items.ItemEnderBackpack@12437476 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4199 jaff:tank net.minecraft.item.ItemBlock@3ecff580 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4200 jaff:fish_bucket_cod com.tmtravlr.jaff.items.ItemFishBucket@7fceaeaf +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4201 jaff:fish_bucket_salmon com.tmtravlr.jaff.items.ItemFishBucket@3186f6af +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4202 jaff:fish_bucket_clownfish com.tmtravlr.jaff.items.ItemFishBucket@2f9a1bd7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4203 jaff:fish_bucket_pufferfish com.tmtravlr.jaff.items.ItemFishBucket@6eb88851 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4204 jaff:iron_hook net.minecraft.item.Item@6409e8ff +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4205 jaff:fish_bones net.minecraft.item.Item@623c595f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4206 jaff:wooden_fishing_rod com.tmtravlr.jaff.items.ItemHookedFishingRod@1d87b26c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4207 jaff:iron_fishing_rod com.tmtravlr.jaff.items.ItemHookedFishingRod@37d75b8d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4208 jaff:golden_fishing_rod com.tmtravlr.jaff.items.ItemHookedFishingRod@1cb20398 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4209 jaff:diamond_fishing_rod com.tmtravlr.jaff.items.ItemHookedFishingRod@1cc457f0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4210 mundaneredstone:redstone_ore net.minecraft.item.ItemBlock@788c4d66 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4211 rustic:olive_oil net.minecraft.item.ItemBlock@19c7d74e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4212 rustic:ironberry_juice net.minecraft.item.ItemBlock@2e03f7a8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4213 rustic:wildberry_juice net.minecraft.item.ItemBlock@625d623 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4214 rustic:grape_juice net.minecraft.item.ItemBlock@304910c2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4215 rustic:apple_juice net.minecraft.item.ItemBlock@20711640 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4216 rustic:ale_wort net.minecraft.item.ItemBlock@13e9b56b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4217 rustic:honey net.minecraft.item.ItemBlock@26f05548 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4218 rustic:stone_pillar net.minecraft.item.ItemBlock@5770f6a6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4219 rustic:andesite_pillar net.minecraft.item.ItemBlock@4d8b928b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4220 rustic:diorite_pillar net.minecraft.item.ItemBlock@75906018 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4221 rustic:granite_pillar net.minecraft.item.ItemBlock@1974cfd9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4222 rustic:slate_pillar net.minecraft.item.ItemBlock@557c8172 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4223 rustic:chain net.minecraft.item.ItemBlock@4cedee9b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4224 rustic:candle net.minecraft.item.ItemBlock@2dd28a47 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4225 rustic:chandelier net.minecraft.item.ItemBlock@3c3527cd +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4226 rustic:chain_gold net.minecraft.item.ItemBlock@301424e8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4227 rustic:candle_gold net.minecraft.item.ItemBlock@6a34dcce +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4228 rustic:chandelier_gold net.minecraft.item.ItemBlock@13ab31eb +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4229 rustic:beehive net.minecraft.item.ItemBlock@6cd10fd0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4230 rustic:apiary net.minecraft.item.ItemBlock@1ee1fa63 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4231 rustic:slate net.minecraft.item.ItemBlock@685c4030 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4232 rustic:slate_roof net.minecraft.item.ItemBlock@15016aa8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4233 rustic:slate_tile net.minecraft.item.ItemBlock@5fca1d83 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4234 rustic:slate_brick net.minecraft.item.ItemBlock@3eef69a4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4235 rustic:slate_chiseled net.minecraft.item.ItemBlock@5085a258 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4236 rustic:stairs_slate_roof net.minecraft.item.ItemBlock@6ca42263 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4237 rustic:slate_roof_slab_item rustic.common.blocks.slab.ItemBlockSlabBase@7492081a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4238 rustic:stairs_slate_brick net.minecraft.item.ItemBlock@20c8e7df +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4239 rustic:slate_brick_slab_item rustic.common.blocks.slab.ItemBlockSlabBase@603c66ea +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4240 rustic:clay_wall net.minecraft.item.ItemBlock@74cb1c99 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4241 rustic:clay_wall_cross net.minecraft.item.ItemBlock@34004c81 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4242 rustic:clay_wall_diag net.minecraft.item.ItemBlock@4d5e60c7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4243 rustic:chair_oak net.minecraft.item.ItemBlock@5de56b60 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4244 rustic:chair_big_oak net.minecraft.item.ItemBlock@131dbee5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4245 rustic:chair_birch net.minecraft.item.ItemBlock@50381018 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4246 rustic:chair_spruce net.minecraft.item.ItemBlock@10e5447e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4247 rustic:chair_acacia net.minecraft.item.ItemBlock@4b53f4dd +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4248 rustic:chair_jungle net.minecraft.item.ItemBlock@52c7b113 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4249 rustic:chair_olive net.minecraft.item.ItemBlock@29cf8126 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4250 rustic:chair_ironwood net.minecraft.item.ItemBlock@359c602 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4251 rustic:table_oak net.minecraft.item.ItemBlock@3490b870 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4252 rustic:table_big_oak net.minecraft.item.ItemBlock@9512ad5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4253 rustic:table_birch net.minecraft.item.ItemBlock@246668d3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4254 rustic:table_spruce net.minecraft.item.ItemBlock@3415afe8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4255 rustic:table_acacia net.minecraft.item.ItemBlock@784ba153 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4256 rustic:table_jungle net.minecraft.item.ItemBlock@1ed8445 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4257 rustic:table_olive net.minecraft.item.ItemBlock@18e582b1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4258 rustic:table_ironwood net.minecraft.item.ItemBlock@c07fd14 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4259 rustic:vase rustic.common.blocks.BlockVase$1@3f7273e7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4260 rustic:barrel net.minecraft.item.ItemBlock@6e08fbbe +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4261 rustic:iron_lattice net.minecraft.item.ItemBlock@7bb2dae6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4262 rustic:iron_lantern net.minecraft.item.ItemBlock@10d72706 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4263 rustic:golden_lantern net.minecraft.item.ItemBlock@36a8274b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4264 rustic:painted_wood_white net.minecraft.item.ItemBlock@5f768bcd +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4265 rustic:painted_wood_orange net.minecraft.item.ItemBlock@31a1681d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4266 rustic:painted_wood_magenta net.minecraft.item.ItemBlock@153a82da +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4267 rustic:painted_wood_light_blue net.minecraft.item.ItemBlock@16155a0b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4268 rustic:painted_wood_yellow net.minecraft.item.ItemBlock@7b335c75 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4269 rustic:painted_wood_lime net.minecraft.item.ItemBlock@7201ee76 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4270 rustic:painted_wood_pink net.minecraft.item.ItemBlock@35ea305f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4271 rustic:painted_wood_gray net.minecraft.item.ItemBlock@13c3c6d6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4272 rustic:painted_wood_silver net.minecraft.item.ItemBlock@2bb02d33 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4273 rustic:painted_wood_cyan net.minecraft.item.ItemBlock@48287ad2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4274 rustic:painted_wood_purple net.minecraft.item.ItemBlock@42e8ead0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4275 rustic:painted_wood_blue net.minecraft.item.ItemBlock@51c25ee3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4276 rustic:painted_wood_brown net.minecraft.item.ItemBlock@70e794f0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4277 rustic:painted_wood_green net.minecraft.item.ItemBlock@5ad974fa +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4278 rustic:painted_wood_red net.minecraft.item.ItemBlock@419d52a5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4279 rustic:painted_wood_black net.minecraft.item.ItemBlock@370a1eb5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4280 rustic:gargoyle net.minecraft.item.ItemBlock@4b5b3e84 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4281 rustic:cabinet net.minecraft.item.ItemBlock@37328364 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4282 rustic:liquid_barrel net.minecraft.item.ItemBlock@458987c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4283 rustic:fertile_soil net.minecraft.item.ItemBlock@6195a1d7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4284 rustic:planks rustic.common.blocks.BlockPlanksRustic$1@3c406c43 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4285 rustic:log rustic.common.blocks.BlockLogRustic$1@228b0f36 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4286 rustic:leaves rustic.common.blocks.BlockLeavesRustic$1@23c68711 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4287 rustic:sapling rustic.common.blocks.BlockSaplingRustic$1@59183e6b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4288 rustic:crushing_tub net.minecraft.item.ItemBlock@494138eb +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4289 rustic:evaporating_basin net.minecraft.item.ItemBlock@48d1872f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4290 rustic:fence_olive net.minecraft.item.ItemBlock@2ba9a1ae +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4291 rustic:fence_ironwood net.minecraft.item.ItemBlock@6e17e46e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4292 rustic:fence_gate_olive net.minecraft.item.ItemBlock@3a033940 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4293 rustic:fence_gate_ironwood net.minecraft.item.ItemBlock@56f130b8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4294 rustic:olive_slab_item rustic.common.blocks.slab.ItemBlockSlabBase@10d406db +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4295 rustic:ironwood_slab_item rustic.common.blocks.slab.ItemBlockSlabBase@1cee0481 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4296 rustic:stairs_olive net.minecraft.item.ItemBlock@23ebcf74 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4297 rustic:stairs_ironwood net.minecraft.item.ItemBlock@588d8d8c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4298 rustic:condenser net.minecraft.item.ItemBlock@1e37bc11 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4299 rustic:retort net.minecraft.item.ItemBlock@3c39fe41 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4300 rustic:condenser_advanced net.minecraft.item.ItemBlock@5467cbfd +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4301 rustic:retort_advanced net.minecraft.item.ItemBlock@7fd7e9e3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4302 rustic:crop_stake net.minecraft.item.ItemBlock@1eddcc03 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4303 rustic:wildberry_bush net.minecraft.item.ItemBlock@1e917d82 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4304 rustic:rope net.minecraft.item.ItemBlock@6c0666 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4305 rustic:grape_stem net.minecraft.item.ItemBlock@21a67f8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4306 rustic:brewing_barrel net.minecraft.item.ItemBlock@32cf2850 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4307 rustic:apple_seeds net.minecraft.item.ItemBlock@6dc84d61 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4308 rustic:sapling_apple net.minecraft.item.ItemBlock@4c07e716 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4309 rustic:leaves_apple net.minecraft.item.ItemBlock@781b8cbc +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4310 rustic:olive_door rustic.common.blocks.BlockDoorRustic$1@4ef9662d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4311 rustic:ironwood_door rustic.common.blocks.BlockDoorRustic$1@5ae7d0de +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4312 rustic:aloe_vera rustic.common.blocks.crops.BlockHerbBase$ItemHerbBase@6078c4d5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4313 rustic:blood_orchid rustic.common.blocks.crops.BlockHerbBase$ItemHerbBase@3763efbb +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4314 rustic:chamomile rustic.common.blocks.crops.BlockHerbBase$ItemHerbBase@22b85b22 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4315 rustic:cohosh rustic.common.blocks.crops.BlockHerbBase$ItemHerbBase@7dd6b93a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4316 rustic:deathstalk_mushroom rustic.common.blocks.crops.BlockHerbBase$ItemHerbBase@6d22bc56 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4317 rustic:horsetail rustic.common.blocks.crops.BlockHerbBase$ItemHerbBase@1f35610c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4318 rustic:mooncap_mushroom rustic.common.blocks.crops.BlockHerbBase$ItemHerbBase@2cb29711 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4319 rustic:wind_thistle rustic.common.blocks.crops.BlockHerbBase$ItemHerbBase@7273f581 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4320 rustic:cloudsbluff rustic.common.blocks.crops.Herbs$13@1de19bbc +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4321 rustic:core_root rustic.common.items.ItemHerbEdible@70d3aa7c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4322 rustic:ginseng rustic.common.items.ItemHerbEdible@121acf40 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4323 rustic:marsh_mallow rustic.common.items.ItemHerbEdible@bbcd186 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4324 rustic:book rustic.common.items.ItemBook@5dda78a7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4325 rustic:bee rustic.common.items.ItemBase@4dec0d6f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4326 rustic:honeycomb rustic.common.items.ItemBase@19399e50 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4327 rustic:beeswax rustic.common.items.ItemBase@6a5e63f7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4328 rustic:tallow rustic.common.items.ItemBase@644f215b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4329 rustic:olives rustic.common.items.ModItems$1@5a38a19 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4330 rustic:ironberries rustic.common.items.ModItems$2@7f07b147 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4331 rustic:fluid_bottle rustic.common.items.ItemFluidBottle@224f3d61 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4332 rustic:dust_tiny_iron rustic.common.items.ItemBase@63c5bc69 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4333 rustic:elixir rustic.common.items.ItemElixir@6e8d27a0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4334 rustic:tomato rustic.common.items.ModItems$3@30971a54 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4335 rustic:tomato_seeds rustic.common.items.ItemStakeCropSeed@18ff806 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4336 rustic:chili_pepper rustic.common.items.ModItems$4@4c851631 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4337 rustic:chili_pepper_seeds rustic.common.items.ItemStakeCropSeed@596bf825 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4338 rustic:wildberries rustic.common.items.ModItems$5@249b63ba +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4339 rustic:grapes rustic.common.items.ModItems$6@4667bf6a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4340 quantumstorage:quantum_tank net.minecraft.item.ItemBlock@5bdbcb2a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4341 quantumstorage:quantum_barrel net.minecraft.item.ItemBlock@4afce340 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4342 quantumstorage:crater net.minecraft.item.ItemBlock@7f3fb965 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4343 quantumstorage:chest_iron net.minecraft.item.ItemBlock@7d923ae1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4344 quantumstorage:chest_gold net.minecraft.item.ItemBlock@3e2649ae +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4345 quantumstorage:chest_diamond net.minecraft.item.ItemBlock@297129d4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4346 quantumstorage:quantum_storage_unit net.minecraft.item.ItemBlock@40a68b4c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4347 quantumstorage:quantumcrafter net.minecraft.item.ItemBlock@38eef072 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4348 quantumstorage:trashcan net.minecraft.item.ItemBlock@603788e3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4349 quantumstorage:trashcanfluid net.minecraft.item.ItemBlock@7f735475 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4350 quantumstorage:quantumstoragedisk QuantumStorage.compat.ItemQuantumStorageDisk@4c57b934 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4351 quantumstorage:quantumstoragediskfluid QuantumStorage.compat.ItemQuantumStorageDiskFluid@61f33def +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4352 rebornstorage:storagecell me.modmuss50.rebornstorage.items.ItemRebornStorageCell@6807cc20 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4353 rebornstorage:storagecellfluid me.modmuss50.rebornstorage.items.ItemRebornStorageCellFluid@2456c26d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4354 rebornstorage:storagepart me.modmuss50.rebornstorage.items.ItemStoragePart@4cf52511 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4355 rebornstorage:multicrafter me.modmuss50.rebornstorage.blocks.ItemBlockMultiCrafter@3ad2b730 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4356 reccomplex:block_selector ivorius.reccomplex.item.ItemBlockSelectorBlock@7a88f280 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4357 reccomplex:block_selector_floating ivorius.reccomplex.item.ItemBlockSelectorFloating@26ca4f73 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4358 reccomplex:inventory_generation_tag ivorius.reccomplex.item.ItemLootGenMultiTag@bfe9148 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4359 reccomplex:inventory_generation_single_tag ivorius.reccomplex.item.ItemLootGenSingleTag@57f81a4d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4360 reccomplex:inventory_generation_component_tag ivorius.reccomplex.item.ItemLootTableComponentTag@8a870e4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4361 reccomplex:artifact_generation_tag ivorius.reccomplex.item.ItemArtifactGenerator@3a020956 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4362 reccomplex:book_generation_tag ivorius.reccomplex.item.ItemBookGenerator@13e06fc9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4363 reccomplex:generic_space ivorius.reccomplex.item.ItemBlockGenericSpace@31a345df +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4364 reccomplex:generic_solid ivorius.reccomplex.item.ItemBlockGenericSolid@524c6fb5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4365 reccomplex:structure_generator net.minecraft.item.ItemBlock@6625fc6a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4366 reccomplex:maze_generator net.minecraft.item.ItemBlock@4a04dace +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4367 reccomplex:weighted_command_block net.minecraft.item.ItemBlock@5fcbfc58 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4368 reccomplex:spawn_script net.minecraft.item.ItemBlock@45cb86c1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4369 reccomplex:inspector ivorius.reccomplex.item.ItemInspector@79ea7555 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4370 translocators:diamond_nugget net.minecraft.item.Item@14b79448 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4371 translocators:translocator_part codechicken.translocators.item.TranslocatorPartItem@ec8de3f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4372 wopper:wopper net.minecraft.item.ItemBlock@1265332d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4373 chisel:blockaluminum team.chisel.common.block.ItemChiselBlock@38c1cac9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4374 chisel:andesite team.chisel.common.block.ItemChiselBlock@dab2824 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4375 chisel:andesite1 team.chisel.common.block.ItemChiselBlock@15f221d0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4376 chisel:andesite2 team.chisel.common.block.ItemChiselBlock@134d5d29 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4377 chisel:antiblock team.chisel.common.block.ItemChiselBlock@6b22b8a2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4378 chisel:basalt team.chisel.common.block.ItemChiselBlock@2b65a145 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4379 chisel:basalt1 team.chisel.common.block.ItemChiselBlock@72240b02 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4380 chisel:basalt2 team.chisel.common.block.ItemChiselBlock@7349986c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4381 chisel:bookshelf_oak team.chisel.common.block.ItemChiselBlock@1b330a1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4382 chisel:bookshelf_spruce team.chisel.common.block.ItemChiselBlock@31937397 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4383 chisel:bookshelf_birch team.chisel.common.block.ItemChiselBlock@5e36d66b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4384 chisel:bookshelf_jungle team.chisel.common.block.ItemChiselBlock@2f7457e7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4385 chisel:bookshelf_acacia team.chisel.common.block.ItemChiselBlock@234a9905 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4386 chisel:bookshelf_darkoak team.chisel.common.block.ItemChiselBlock@7ad7fab9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4387 chisel:bricks team.chisel.common.block.ItemChiselBlock@5febf97 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4388 chisel:bricks1 team.chisel.common.block.ItemChiselBlock@4855c572 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4389 chisel:bricks2 team.chisel.common.block.ItemChiselBlock@529bd19a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4390 chisel:blockbronze team.chisel.common.block.ItemChiselBlock@15160a3d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4391 chisel:brownstone team.chisel.common.block.ItemChiselBlock@649c9a6d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4392 chisel:carpet_black team.chisel.common.block.ItemChiselBlock@5160fd39 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4393 chisel:carpet_red team.chisel.common.block.ItemChiselBlock@4e7eb2e5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4394 chisel:carpet_green team.chisel.common.block.ItemChiselBlock@48bcb6fd +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4395 chisel:carpet_brown team.chisel.common.block.ItemChiselBlock@469cb016 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4396 chisel:carpet_blue team.chisel.common.block.ItemChiselBlock@66b52c63 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4397 chisel:carpet_purple team.chisel.common.block.ItemChiselBlock@6fcb7ef3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4398 chisel:carpet_cyan team.chisel.common.block.ItemChiselBlock@192576af +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4399 chisel:carpet_lightgray team.chisel.common.block.ItemChiselBlock@6d34cd5a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4400 chisel:carpet_gray team.chisel.common.block.ItemChiselBlock@feaf757 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4401 chisel:carpet_pink team.chisel.common.block.ItemChiselBlock@256f60a6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4402 chisel:carpet_lime team.chisel.common.block.ItemChiselBlock@559b8339 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4403 chisel:carpet_yellow team.chisel.common.block.ItemChiselBlock@4a40fa43 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4404 chisel:carpet_lightblue team.chisel.common.block.ItemChiselBlock@4abb6be2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4405 chisel:carpet_magenta team.chisel.common.block.ItemChiselBlock@4c27fe4e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4406 chisel:carpet_orange team.chisel.common.block.ItemChiselBlock@173d9863 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4407 chisel:carpet_white team.chisel.common.block.ItemChiselBlock@6f58a321 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4408 chisel:block_charcoal team.chisel.common.block.ItemChiselBlock@7ae43a5e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4409 chisel:block_charcoal1 team.chisel.common.block.ItemChiselBlock@34e8c897 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4410 chisel:block_charcoal2 team.chisel.common.block.ItemChiselBlock@4ee08ee0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4411 chisel:blockcobalt team.chisel.common.block.ItemChiselBlock@3542411d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4412 chisel:cobblestone team.chisel.common.block.ItemChiselBlock@10c110ae +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4413 chisel:cobblestone1 team.chisel.common.block.ItemChiselBlock@26851b39 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4414 chisel:cobblestone2 team.chisel.common.block.ItemChiselBlock@1f6fd4c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4415 chisel:block_coal team.chisel.common.block.ItemChiselBlock@4ab62cd6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4416 chisel:block_coal1 team.chisel.common.block.ItemChiselBlock@2e9c308d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4417 chisel:block_coal2 team.chisel.common.block.ItemChiselBlock@60ebfafb +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4418 chisel:cobblestonemossy team.chisel.common.block.ItemChiselBlock@f9dd41a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4419 chisel:cobblestonemossy1 team.chisel.common.block.ItemChiselBlock@6b143588 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4420 chisel:cobblestonemossy2 team.chisel.common.block.ItemChiselBlock@ac12b2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4421 chisel:concrete_black team.chisel.common.block.ItemChiselBlock@21fb95f4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4422 chisel:concrete_black1 team.chisel.common.block.ItemChiselBlock@367a792d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4423 chisel:concrete_black2 team.chisel.common.block.ItemChiselBlock@5b9c2b54 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4424 chisel:concrete_red team.chisel.common.block.ItemChiselBlock@352d853c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4425 chisel:concrete_red1 team.chisel.common.block.ItemChiselBlock@61cbd6a2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4426 chisel:concrete_red2 team.chisel.common.block.ItemChiselBlock@8a89387 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4427 chisel:concrete_green team.chisel.common.block.ItemChiselBlock@2b29470a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4428 chisel:concrete_green1 team.chisel.common.block.ItemChiselBlock@796a74aa +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4429 chisel:concrete_green2 team.chisel.common.block.ItemChiselBlock@3ccd2fce +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4430 chisel:concrete_brown team.chisel.common.block.ItemChiselBlock@13764c2c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4431 chisel:concrete_brown1 team.chisel.common.block.ItemChiselBlock@5ca8e703 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4432 chisel:concrete_brown2 team.chisel.common.block.ItemChiselBlock@3f70b25d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4433 chisel:concrete_blue team.chisel.common.block.ItemChiselBlock@206a69b3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4434 chisel:concrete_blue1 team.chisel.common.block.ItemChiselBlock@68ee9fce +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4435 chisel:concrete_blue2 team.chisel.common.block.ItemChiselBlock@53117bb5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4436 chisel:concrete_purple team.chisel.common.block.ItemChiselBlock@4d041565 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4437 chisel:concrete_purple1 team.chisel.common.block.ItemChiselBlock@5658d8d1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4438 chisel:concrete_purple2 team.chisel.common.block.ItemChiselBlock@3592ae1a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4439 chisel:concrete_cyan team.chisel.common.block.ItemChiselBlock@5b5dad76 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4440 chisel:concrete_cyan1 team.chisel.common.block.ItemChiselBlock@2a7d6dc4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4441 chisel:concrete_cyan2 team.chisel.common.block.ItemChiselBlock@31fb5230 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4442 chisel:concrete_lightgray team.chisel.common.block.ItemChiselBlock@c9e0306 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4443 chisel:concrete_lightgray1 team.chisel.common.block.ItemChiselBlock@796e6f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4444 chisel:concrete_lightgray2 team.chisel.common.block.ItemChiselBlock@c7eff19 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4445 chisel:concrete_gray team.chisel.common.block.ItemChiselBlock@74b2662f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4446 chisel:concrete_gray1 team.chisel.common.block.ItemChiselBlock@6902bf1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4447 chisel:concrete_gray2 team.chisel.common.block.ItemChiselBlock@370a7fb0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4448 chisel:concrete_pink team.chisel.common.block.ItemChiselBlock@b1a82f9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4449 chisel:concrete_pink1 team.chisel.common.block.ItemChiselBlock@3b408c2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4450 chisel:concrete_pink2 team.chisel.common.block.ItemChiselBlock@43f8939a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4451 chisel:concrete_lime team.chisel.common.block.ItemChiselBlock@229631cf +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4452 chisel:concrete_lime1 team.chisel.common.block.ItemChiselBlock@3a8c86ad +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4453 chisel:concrete_lime2 team.chisel.common.block.ItemChiselBlock@5c3a5028 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4454 chisel:concrete_yellow team.chisel.common.block.ItemChiselBlock@24c3d7db +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4455 chisel:concrete_yellow1 team.chisel.common.block.ItemChiselBlock@298478d5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4456 chisel:concrete_yellow2 team.chisel.common.block.ItemChiselBlock@1b52de71 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4457 chisel:concrete_lightblue team.chisel.common.block.ItemChiselBlock@29eb07fd +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4458 chisel:concrete_lightblue1 team.chisel.common.block.ItemChiselBlock@7203828b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4459 chisel:concrete_lightblue2 team.chisel.common.block.ItemChiselBlock@4b47f94b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4460 chisel:concrete_magenta team.chisel.common.block.ItemChiselBlock@d663e0c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4461 chisel:concrete_magenta1 team.chisel.common.block.ItemChiselBlock@578679e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4462 chisel:concrete_magenta2 team.chisel.common.block.ItemChiselBlock@357dcbf9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4463 chisel:concrete_orange team.chisel.common.block.ItemChiselBlock@4f6144a2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4464 chisel:concrete_orange1 team.chisel.common.block.ItemChiselBlock@9b246d6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4465 chisel:concrete_orange2 team.chisel.common.block.ItemChiselBlock@619cda6f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4466 chisel:concrete_white team.chisel.common.block.ItemChiselBlock@c8df5ca +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4467 chisel:concrete_white1 team.chisel.common.block.ItemChiselBlock@7d758d68 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4468 chisel:concrete_white2 team.chisel.common.block.ItemChiselBlock@6f981142 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4469 chisel:blockcopper team.chisel.common.block.ItemChiselBlock@36091c71 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4470 chisel:diamond team.chisel.common.block.ItemChiselBlock@110e7c8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4471 chisel:diorite team.chisel.common.block.ItemChiselBlock@2e7f3ead +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4472 chisel:diorite1 team.chisel.common.block.ItemChiselBlock@64096437 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4473 chisel:diorite2 team.chisel.common.block.ItemChiselBlock@2e6e631e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4474 chisel:dirt team.chisel.common.block.ItemChiselBlock@5eeed55e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4475 chisel:blockelectrum team.chisel.common.block.ItemChiselBlock@2b434c02 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4476 chisel:emerald team.chisel.common.block.ItemChiselBlock@19890ec7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4477 chisel:purpur team.chisel.common.block.ItemChiselBlock@3dfc035f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4478 chisel:purpur1 team.chisel.common.block.ItemChiselBlock@47c79c45 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4479 chisel:purpur2 team.chisel.common.block.ItemChiselBlock@d46ca3d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4480 chisel:endstone team.chisel.common.block.ItemChiselBlock@2b234c54 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4481 chisel:endstone1 team.chisel.common.block.ItemChiselBlock@22ba6890 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4482 chisel:endstone2 team.chisel.common.block.ItemChiselBlock@2d968599 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4483 chisel:factory team.chisel.common.block.ItemChiselBlock@22b9eff4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4484 chisel:factory1 team.chisel.common.block.ItemChiselBlock@17efb3db +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4485 chisel:futura team.chisel.common.block.ItemChiselBlock@2d44c446 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4486 chisel:glass team.chisel.common.block.ItemChiselBlock@2bc14440 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4487 chisel:glassdyedblack team.chisel.common.block.ItemChiselBlock@70de5518 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4488 chisel:glassdyedred team.chisel.common.block.ItemChiselBlock@6df4b235 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4489 chisel:glassdyedgreen team.chisel.common.block.ItemChiselBlock@27d7d60d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4490 chisel:glassdyedbrown team.chisel.common.block.ItemChiselBlock@11d13abb +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4491 chisel:glassdyedblue team.chisel.common.block.ItemChiselBlock@2ee102d8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4492 chisel:glassdyedpurple team.chisel.common.block.ItemChiselBlock@5916ca71 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4493 chisel:glassdyedcyan team.chisel.common.block.ItemChiselBlock@489cdc6d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4494 chisel:glassdyedlightgray team.chisel.common.block.ItemChiselBlock@454b7c25 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4495 chisel:glassdyedgray team.chisel.common.block.ItemChiselBlock@78d4ac65 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4496 chisel:glassdyedpink team.chisel.common.block.ItemChiselBlock@5469601a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4497 chisel:glassdyedlime team.chisel.common.block.ItemChiselBlock@73ee4645 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4498 chisel:glassdyedyellow team.chisel.common.block.ItemChiselBlock@9c6339a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4499 chisel:glassdyedlightblue team.chisel.common.block.ItemChiselBlock@b5154f4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4500 chisel:glassdyedmagenta team.chisel.common.block.ItemChiselBlock@b46240e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4501 chisel:glassdyedorange team.chisel.common.block.ItemChiselBlock@76c62b29 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4502 chisel:glassdyedwhite team.chisel.common.block.ItemChiselBlock@59b93f7b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4503 chisel:glowstone team.chisel.common.block.ItemChiselBlock@29218b45 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4504 chisel:glowstone1 team.chisel.common.block.ItemChiselBlock@3df54607 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4505 chisel:glowstone2 team.chisel.common.block.ItemChiselBlock@2466ed0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4506 chisel:blockgold team.chisel.common.block.ItemChiselBlock@28ee078 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4507 chisel:gold team.chisel.common.block.ItemChiselBlock@673c6167 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4508 chisel:granite team.chisel.common.block.ItemChiselBlock@5a8fc4bb +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4509 chisel:granite1 team.chisel.common.block.ItemChiselBlock@2f36f640 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4510 chisel:granite2 team.chisel.common.block.ItemChiselBlock@6ea933f9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4511 chisel:hardenedclay team.chisel.common.block.ItemChiselBlock@20e12c16 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4512 chisel:hardenedclay1 team.chisel.common.block.ItemChiselBlock@4f9095d7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4513 chisel:hardenedclay2 team.chisel.common.block.ItemChiselBlock@58e6b4d8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4514 chisel:ice team.chisel.common.block.ItemChiselBlock@23473c9c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4515 chisel:ice1 team.chisel.common.block.ItemChiselBlock@25598084 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4516 chisel:ice2 team.chisel.common.block.ItemChiselBlock@dc19e58 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4517 chisel:icepillar team.chisel.common.block.ItemChiselBlock@80b3f8d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4518 chisel:blockiron team.chisel.common.block.ItemChiselBlock@27f56fc5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4519 chisel:iron team.chisel.common.block.ItemChiselBlock@1462058a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4520 chisel:ironpane team.chisel.common.block.ItemChiselBlock@7cda770b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4521 chisel:laboratory team.chisel.common.block.ItemChiselBlock@149ce90a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4522 chisel:lapis team.chisel.common.block.ItemChiselBlock@11bb4e38 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4523 chisel:lavastone team.chisel.common.block.ItemChiselBlock@1faafd03 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4524 chisel:lavastone1 team.chisel.common.block.ItemChiselBlock@6e209a91 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4525 chisel:lavastone2 team.chisel.common.block.ItemChiselBlock@624c4c9e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4526 chisel:blocklead team.chisel.common.block.ItemChiselBlock@2c885a57 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4527 chisel:limestone team.chisel.common.block.ItemChiselBlock@a0a899d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4528 chisel:limestone1 team.chisel.common.block.ItemChiselBlock@16c87542 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4529 chisel:limestone2 team.chisel.common.block.ItemChiselBlock@69d493b8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4530 chisel:marble team.chisel.common.block.ItemChiselBlock@31d000d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4531 chisel:marble1 team.chisel.common.block.ItemChiselBlock@6b0f6bdf +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4532 chisel:marble2 team.chisel.common.block.ItemChiselBlock@398ba2e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4533 chisel:marblepillar team.chisel.common.block.ItemChiselBlock@5c93dc7f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4534 chisel:netherbrick team.chisel.common.block.ItemChiselBlock@339477e4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4535 chisel:netherrack team.chisel.common.block.ItemChiselBlock@1ff6069d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4536 chisel:blocknickel team.chisel.common.block.ItemChiselBlock@1b5dca49 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4537 chisel:obsidian team.chisel.common.block.ItemChiselBlock@6789d3f6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4538 chisel:planks-oak team.chisel.common.block.ItemChiselBlock@7fee2f6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4539 chisel:planks-spruce team.chisel.common.block.ItemChiselBlock@5058e806 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4540 chisel:planks-birch team.chisel.common.block.ItemChiselBlock@995d7c4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4541 chisel:planks-jungle team.chisel.common.block.ItemChiselBlock@7a484cb7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4542 chisel:planks-acacia team.chisel.common.block.ItemChiselBlock@3c94e332 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4543 chisel:planks-dark-oak team.chisel.common.block.ItemChiselBlock@77136ce +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4544 chisel:blockplatinum team.chisel.common.block.ItemChiselBlock@32dd891d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4545 chisel:prismarine team.chisel.common.block.ItemChiselBlock@66e8609 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4546 chisel:prismarine1 team.chisel.common.block.ItemChiselBlock@3ff8328c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4547 chisel:prismarine2 team.chisel.common.block.ItemChiselBlock@6cfa8a78 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4548 chisel:quartz team.chisel.common.block.ItemChiselBlock@71e2068f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4549 chisel:quartz1 team.chisel.common.block.ItemChiselBlock@66c052b5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4550 chisel:redstone team.chisel.common.block.ItemChiselBlock@4cf93d00 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4551 chisel:redstone1 team.chisel.common.block.ItemChiselBlock@6d245451 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4552 chisel:sandstoneyellow team.chisel.common.block.ItemChiselBlock@e19cff3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4553 chisel:sandstoneyellow1 team.chisel.common.block.ItemChiselBlock@45dc4bb3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4554 chisel:sandstoneyellow2 team.chisel.common.block.ItemChiselBlock@6a37857c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4555 chisel:sandstonered team.chisel.common.block.ItemChiselBlock@5f70e74e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4556 chisel:sandstonered1 team.chisel.common.block.ItemChiselBlock@7703876e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4557 chisel:sandstonered2 team.chisel.common.block.ItemChiselBlock@31f09a77 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4558 chisel:sandstone-scribbles team.chisel.common.block.ItemChiselBlock@2029dbc6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4559 chisel:blocksilver team.chisel.common.block.ItemChiselBlock@3ed65b02 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4560 chisel:blocksteel team.chisel.common.block.ItemChiselBlock@346ea5a0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4561 chisel:stonebrick team.chisel.common.block.ItemChiselBlock@2a4b2083 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4562 chisel:stonebrick1 team.chisel.common.block.ItemChiselBlock@3df18124 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4563 chisel:stonebrick2 team.chisel.common.block.ItemChiselBlock@2690b160 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4564 chisel:technical team.chisel.common.block.ItemChiselBlock@7620f151 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4565 chisel:technical1 team.chisel.common.block.ItemChiselBlock@4dc37a8b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4566 chisel:technicalnew team.chisel.common.block.ItemChiselBlock@1c0a8d23 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4567 chisel:temple team.chisel.common.block.ItemChiselBlock@1a4d6311 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4568 chisel:templemossy team.chisel.common.block.ItemChiselBlock@6f38c1a1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4569 chisel:blocktin team.chisel.common.block.ItemChiselBlock@283459db +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4570 chisel:tyrian team.chisel.common.block.ItemChiselBlock@4099ee81 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4571 chisel:voidstone team.chisel.common.block.ItemChiselBlock@407bc745 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4572 chisel:energizedvoidstone team.chisel.common.block.ItemChiselBlock@36adf86f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4573 chisel:voidstonerunic team.chisel.common.block.ItemChiselBlock@4224946 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4574 chisel:waterstone team.chisel.common.block.ItemChiselBlock@5aff5356 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4575 chisel:waterstone1 team.chisel.common.block.ItemChiselBlock@4b2b2bbe +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4576 chisel:waterstone2 team.chisel.common.block.ItemChiselBlock@d54df3f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4577 forge:bucketfilled net.minecraftforge.fluids.UniversalBucket@1a0f476d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4578 chisel:auto_chisel net.minecraft.item.ItemBlock@13516486 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4579 chisel:chisel_iron team.chisel.common.item.ItemChisel@357590a5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4580 chisel:chisel_diamond team.chisel.common.item.ItemChisel@10895ff +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4581 chisel:chisel_hitech team.chisel.common.item.ItemChisel@7163af3e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4582 chisel:offsettool team.chisel.common.item.ItemOffsetTool@74f15d60 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4583 twilightforest:naga_scale twilightforest.item.ItemTF@43a08310 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4584 twilightforest:naga_chestplate twilightforest.item.ItemTFNagaArmor@ee4af19 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4585 twilightforest:naga_leggings twilightforest.item.ItemTFNagaArmor@7ec10135 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4586 twilightforest:twilight_scepter twilightforest.item.ItemTFTwilightWand@7c19934c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4587 twilightforest:lifedrain_scepter twilightforest.item.ItemTFScepterLifeDrain@4e231267 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4588 twilightforest:zombie_scepter twilightforest.item.ItemTFZombieWand@27c7226d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4589 twilightforest:shield_scepter twilightforest.item.ItemTFShieldWand@274886f9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4590 twilightforest:ore_meter twilightforest.item.ItemTFOreMeter@56ab4e5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4591 twilightforest:magic_map twilightforest.item.ItemTFMagicMap@4bd5f86 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4592 twilightforest:maze_map twilightforest.item.ItemTFMazeMap@4485bed2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4593 twilightforest:ore_map twilightforest.item.ItemTFMazeMap@75eca15a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4594 twilightforest:raven_feather twilightforest.item.ItemTF@385e0b8a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4595 twilightforest:magic_map_focus twilightforest.item.ItemTF@42be5268 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4596 twilightforest:maze_map_focus twilightforest.item.ItemTF@2b2417c3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4597 twilightforest:liveroot twilightforest.item.ItemTF@3bd2858c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4598 twilightforest:ironwood_raw twilightforest.item.ItemTF@7318db27 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4599 twilightforest:ironwood_ingot twilightforest.item.ItemTF@4305fa3e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4600 twilightforest:ironwood_helmet twilightforest.item.ItemTFIronwoodArmor@5487f28d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4601 twilightforest:ironwood_chestplate twilightforest.item.ItemTFIronwoodArmor@9f5f96d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4602 twilightforest:ironwood_leggings twilightforest.item.ItemTFIronwoodArmor@7a81c297 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4603 twilightforest:ironwood_boots twilightforest.item.ItemTFIronwoodArmor@46e076c9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4604 twilightforest:ironwood_sword twilightforest.item.ItemTFIronwoodSword@13a1d4fb +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4605 twilightforest:ironwood_shovel twilightforest.item.ItemTFIronwoodShovel@25d66d7b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4606 twilightforest:ironwood_pickaxe twilightforest.item.ItemTFIronwoodPick@2c2241f3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4607 twilightforest:ironwood_axe twilightforest.item.ItemTFIronwoodAxe@15ec7953 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4608 twilightforest:ironwood_hoe twilightforest.item.ItemTFIronwoodHoe@12a23db4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4609 twilightforest:torchberries twilightforest.item.ItemTF@3f48936e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4610 twilightforest:raw_venison twilightforest.item.ItemTFFood@6d389c6b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4611 twilightforest:cooked_venison twilightforest.item.ItemTFFood@6ef453e5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4612 twilightforest:hydra_chop twilightforest.item.ItemTFHydraChops@4922c8f1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4613 twilightforest:fiery_blood twilightforest.item.ItemTF@171a5269 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4614 twilightforest:trophy twilightforest.item.ItemTFTrophy@3451b9a1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4615 twilightforest:fiery_ingot twilightforest.item.ItemTF@6beb9a9a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4616 twilightforest:fiery_helmet twilightforest.item.ItemTFFieryArmor@38515740 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4617 twilightforest:fiery_chestplate twilightforest.item.ItemTFFieryArmor@575f6547 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4618 twilightforest:fiery_leggings twilightforest.item.ItemTFFieryArmor@4eca229e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4619 twilightforest:fiery_boots twilightforest.item.ItemTFFieryArmor@72781049 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4620 twilightforest:fiery_sword twilightforest.item.ItemTFFierySword@3218a94b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4621 twilightforest:fiery_pickaxe twilightforest.item.ItemTFFieryPick@7b627b34 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4622 twilightforest:steeleaf_ingot twilightforest.item.ItemTF@4ff85d32 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4623 twilightforest:steeleaf_helmet twilightforest.item.ItemTFSteeleafArmor@3ffb852d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4624 twilightforest:steeleaf_chestplate twilightforest.item.ItemTFSteeleafArmor@56b16c8f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4625 twilightforest:steeleaf_leggings twilightforest.item.ItemTFSteeleafArmor@345cff5f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4626 twilightforest:steeleaf_boots twilightforest.item.ItemTFSteeleafArmor@2216e35e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4627 twilightforest:steeleaf_sword twilightforest.item.ItemTFSteeleafSword@52426350 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4628 twilightforest:steeleaf_shovel twilightforest.item.ItemTFSteeleafShovel@2847cf48 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4629 twilightforest:steeleaf_pickaxe twilightforest.item.ItemTFSteeleafPick@d52b0f5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4630 twilightforest:steeleaf_axe twilightforest.item.ItemTFSteeleafAxe@19bdb631 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4631 twilightforest:steeleaf_hoe twilightforest.item.ItemTFSteeleafHoe@42cae86 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4632 twilightforest:minotaur_axe twilightforest.item.ItemTFMinotaurAxe@78e3b097 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4633 twilightforest:mazebreaker_pickaxe twilightforest.item.ItemTFMazebreakerPick@36e09a42 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4634 twilightforest:transformation_powder twilightforest.item.ItemTFTransformPowder@54e6ffd3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4635 twilightforest:raw_meef twilightforest.item.ItemTFFood@149a2352 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4636 twilightforest:cooked_meef twilightforest.item.ItemTFFood@22cabf +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4637 twilightforest:meef_stroganoff twilightforest.item.ItemTFSoup@d419641 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4638 twilightforest:maze_wafer twilightforest.item.ItemTFFood@4804a408 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4639 twilightforest:magic_map_empty twilightforest.item.ItemTFEmptyMagicMap@67c78c0f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4640 twilightforest:maze_map_empty twilightforest.item.ItemTFEmptyMazeMap@bfc2102 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4641 twilightforest:ore_map_empty twilightforest.item.ItemTFEmptyMazeMap@7aac4128 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4642 twilightforest:ore_magnet twilightforest.item.ItemTFOreMagnet@95394d7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4643 twilightforest:crumble_horn twilightforest.item.ItemTFCrumbleHorn@57d147d7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4644 twilightforest:peacock_fan twilightforest.item.ItemTFPeacockFan@23e6c5b3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4645 twilightforest:moonworm_queen twilightforest.item.ItemTFMoonwormQueen@6128f338 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4646 twilightforest:charm_of_life_1 twilightforest.item.ItemCharmBaubleable@226deb90 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4647 twilightforest:charm_of_life_2 twilightforest.item.ItemCharmBaubleable@408caec9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4648 twilightforest:charm_of_keeping_1 twilightforest.item.ItemCharmBaubleable@669b24d3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4649 twilightforest:charm_of_keeping_2 twilightforest.item.ItemCharmBaubleable@2a06cdfa +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4650 twilightforest:charm_of_keeping_3 twilightforest.item.ItemCharmBaubleable@677a8241 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4651 twilightforest:tower_key twilightforest.item.ItemTFTowerKey@7d279bba +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4652 twilightforest:borer_essence twilightforest.item.ItemTF@61d2f0f9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4653 twilightforest:carminite twilightforest.item.ItemTF@52891e08 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4654 twilightforest:experiment_115 twilightforest.item.ItemTFExperiment115@7ded8939 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4655 twilightforest:armor_shard twilightforest.item.ItemTF@b4eeb45 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4656 twilightforest:knightmetal_ingot twilightforest.item.ItemTF@112ddd7a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4657 twilightforest:armor_shard_cluster twilightforest.item.ItemTF@1c8cdcb2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4658 twilightforest:knightmetal_helmet twilightforest.item.ItemTFKnightlyArmor@39d80f1d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4659 twilightforest:knightmetal_chestplate twilightforest.item.ItemTFKnightlyArmor@37ddf1aa +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4660 twilightforest:knightmetal_leggings twilightforest.item.ItemTFKnightlyArmor@7432ab9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4661 twilightforest:knightmetal_boots twilightforest.item.ItemTFKnightlyArmor@62c3ba28 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4662 twilightforest:knightmetal_sword twilightforest.item.ItemTFKnightlySword@1b9af18a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4663 twilightforest:knightmetal_pickaxe twilightforest.item.ItemTFKnightlyPick@5665e324 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4664 twilightforest:knightmetal_axe twilightforest.item.ItemTFKnightlyAxe@16fd81a1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4665 twilightforest:phantom_helmet twilightforest.item.ItemTFPhantomArmor@71505cae +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4666 twilightforest:phantom_chestplate twilightforest.item.ItemTFPhantomArmor@5184c39c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4667 twilightforest:lamp_of_cinders twilightforest.item.ItemTFLampOfCinders@275adac0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4668 twilightforest:fiery_tears twilightforest.item.ItemTF@549c47a9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4669 twilightforest:alpha_fur twilightforest.item.ItemTF@23f3f685 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4670 twilightforest:yeti_helmet twilightforest.item.ItemTFYetiArmor@6c8fc424 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4671 twilightforest:yeti_chestplate twilightforest.item.ItemTFYetiArmor@5be263d2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4672 twilightforest:yeti_leggings twilightforest.item.ItemTFYetiArmor@5df55a18 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4673 twilightforest:yeti_boots twilightforest.item.ItemTFYetiArmor@4acc8cc9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4674 twilightforest:ice_bomb twilightforest.item.ItemTFIceBomb@d578731 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4675 twilightforest:arctic_fur twilightforest.item.ItemTF@57d6a366 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4676 twilightforest:arctic_helmet twilightforest.item.ItemTFArcticArmor@3002a1c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4677 twilightforest:arctic_chestplate twilightforest.item.ItemTFArcticArmor@47daf1d9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4678 twilightforest:arctic_leggings twilightforest.item.ItemTFArcticArmor@3315e86a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4679 twilightforest:arctic_boots twilightforest.item.ItemTFArcticArmor@6c3ab204 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4680 twilightforest:magic_beans twilightforest.item.ItemTFMagicBeans@7eac5568 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4681 twilightforest:giant_pickaxe twilightforest.item.ItemTFGiantPick@7cc935c3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4682 twilightforest:giant_sword twilightforest.item.ItemTFGiantSword@4a1c0f02 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4683 twilightforest:triple_bow twilightforest.item.ItemTFTripleBow@29c6ac6f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4684 twilightforest:seeker_bow twilightforest.item.ItemTFSeekerBow@6b5bd20e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4685 twilightforest:ice_bow twilightforest.item.ItemTFIceBow@2c59d418 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4686 twilightforest:ender_bow twilightforest.item.ItemTFEnderBow@37c7c970 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4687 twilightforest:ice_sword twilightforest.item.ItemTFIceSword@63a81146 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4688 twilightforest:glass_sword twilightforest.item.ItemTFGlassSword@4d7097c4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4689 twilightforest:knightmetal_ring twilightforest.item.ItemTF@3f4513c0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4690 twilightforest:block_and_chain twilightforest.item.ItemTFChainBlock@72092134 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4691 twilightforest:cube_talisman twilightforest.item.ItemTF@4ddc6d12 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4692 twilightforest:cube_of_annihilation twilightforest.item.ItemTFCubeOfAnnihilation@34a0ba96 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4693 twilightforest:twilight_log twilightforest.item.ItemBlockTFMeta@627c99d5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4694 twilightforest:root twilightforest.item.ItemBlockTFMeta@7a149e9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4695 twilightforest:twilight_leaves twilightforest.item.ItemBlockTFLeaves@f5bfa50 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4696 twilightforest:firefly twilightforest.item.ItemBlockWearable@40c869a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4697 twilightforest:cicada twilightforest.item.ItemBlockWearable@476036b9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4698 twilightforest:maze_stone twilightforest.item.ItemBlockTFMeta@1739cd7f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4699 twilightforest:hedge twilightforest.item.ItemBlockTFMeta@6566f247 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4700 twilightforest:boss_spawner twilightforest.item.ItemBlockTFMeta@53e9027 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4701 twilightforest:firefly_jar net.minecraft.item.ItemBlock@43adbbc7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4702 twilightforest:twilight_plant twilightforest.item.ItemBlockTFPlant@4800e921 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4703 twilightforest:uncrafting_table net.minecraft.item.ItemBlock@394ef7ae +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4704 twilightforest:fire_jet twilightforest.item.ItemBlockTFMeta@171310c3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4705 twilightforest:naga_stone twilightforest.item.ItemBlockTFMeta@3b3e17cd +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4706 twilightforest:twilight_sapling twilightforest.item.TFRegisterItemEvent$1@2db8fa05 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4707 twilightforest:moonworm twilightforest.item.ItemBlockWearable@137ea1d5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4708 twilightforest:magic_log twilightforest.item.ItemBlockTFMeta@549a9405 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4709 twilightforest:magic_leaves twilightforest.item.ItemBlockTFLeaves@11fb6a5b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4710 twilightforest:magic_log_core twilightforest.item.ItemBlockTFMeta@7bf9d2b3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4711 twilightforest:tower_wood twilightforest.item.ItemBlockTFMeta@1defa410 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4712 twilightforest:tower_device twilightforest.item.ItemBlockTFMeta@1d552114 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4713 twilightforest:tower_translucent twilightforest.item.ItemBlockTFMeta@57362957 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4714 twilightforest:stronghold_shield twilightforest.item.ItemBlockTFMeta@62ef0548 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4715 twilightforest:trophy_pedestal twilightforest.item.ItemBlockTFMeta@240f221 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4716 twilightforest:aurora_block net.minecraft.item.ItemBlock@36293efc +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4717 twilightforest:underbrick twilightforest.item.ItemBlockTFMeta@50b3c5ff +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4718 twilightforest:thorns net.minecraft.item.ItemMultiTexture@4aec4fe4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4719 twilightforest:burnt_thorns net.minecraft.item.ItemBlock@4fb87d62 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4720 twilightforest:thorn_rose net.minecraft.item.ItemBlock@309974b7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4721 twilightforest:twilight_leaves_3 twilightforest.item.ItemBlockTFLeaves@7ecbc366 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4722 twilightforest:deadrock net.minecraft.item.ItemMultiTexture@56f03034 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4723 twilightforest:dark_leaves net.minecraft.item.ItemBlock@5a2f14e5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4724 twilightforest:aurora_pillar net.minecraft.item.ItemBlock@2168efdb +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4725 twilightforest:aurora_slab net.minecraft.item.ItemSlab@198c863 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4726 twilightforest:trollsteinn net.minecraft.item.ItemBlock@56be29f4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4727 twilightforest:wispy_cloud net.minecraft.item.ItemBlock@741497fa +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4728 twilightforest:fluffy_cloud net.minecraft.item.ItemBlock@1264b894 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4729 twilightforest:giant_cobblestone twilightforest.item.ItemTFGiantBlock@722ed3b9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4730 twilightforest:giant_log twilightforest.item.ItemTFGiantBlock@22553141 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4731 twilightforest:giant_leaves twilightforest.item.ItemTFGiantBlock@15c29d87 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4732 twilightforest:giant_obsidian twilightforest.item.ItemTFGiantBlock@52195bd +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4733 twilightforest:uberous_soil net.minecraft.item.ItemBlock@1962dbb +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4734 twilightforest:huge_stalk net.minecraft.item.ItemBlock@a42dbf1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4735 twilightforest:huge_mushgloom net.minecraft.item.ItemBlock@bed419b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4736 twilightforest:trollvidr net.minecraft.item.ItemBlock@2e8b126 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4737 twilightforest:unripe_trollber net.minecraft.item.ItemBlock@3223af35 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4738 twilightforest:trollber net.minecraft.item.ItemBlock@2e2277d3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4739 twilightforest:knightmetal_block net.minecraft.item.ItemBlock@4fa20a15 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4740 twilightforest:huge_lilypad twilightforest.item.ItemBlockTFHugeLilyPad@27f1af74 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4741 twilightforest:huge_waterlily twilightforest.item.ItemBlockTFHugeWaterLily@45fd8b4b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4742 twilightforest:slider twilightforest.item.ItemBlockTFMeta@6a4c4e61 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4743 twilightforest:castle_brick twilightforest.item.ItemBlockTFMeta@406cd653 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4744 twilightforest:castle_stairs_brick twilightforest.item.ItemBlockTFMeta@5c652380 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4745 twilightforest:castle_stairs_cracked twilightforest.item.ItemBlockTFMeta@756b4c94 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4746 twilightforest:castle_stairs_worn twilightforest.item.ItemBlockTFMeta@7ddc3b1e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4747 twilightforest:castle_stairs_mossy twilightforest.item.ItemBlockTFMeta@5b24b4b8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4748 twilightforest:castle_pillar twilightforest.item.ItemBlockTFMeta@2ea8f57f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4749 twilightforest:castle_stairs twilightforest.item.ItemBlockTFMeta@18813d2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4750 twilightforest:castle_rune_brick twilightforest.item.ItemBlockTFMeta@1d90dc36 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4751 twilightforest:force_field twilightforest.item.ItemBlockTFMeta@63ef2a48 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4752 twilightforest:cinder_furnace net.minecraft.item.ItemBlock@a853847 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4753 twilightforest:cinder_log twilightforest.item.ItemBlockTFMeta@4bd2bc46 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4754 twilightforest:castle_door twilightforest.item.ItemBlockTFMeta@5038b866 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4755 twilightforest:castle_door_vanished twilightforest.item.ItemBlockTFMeta@4a1f6543 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4756 twilightforest:miniature_structure twilightforest.item.ItemTFMiniatureStructure@37958ab2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4757 twilightforest:block_storage twilightforest.item.ItemTFCompressed@13ffa3cf +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4758 twilightforest:spiral_bricks net.minecraft.item.ItemBlock@236e93f4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4759 twilightforest:etched_nagastone net.minecraft.item.ItemBlock@38354d31 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4760 twilightforest:nagastone_pillar net.minecraft.item.ItemBlock@454ed316 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4761 twilightforest:nagastone_stairs twilightforest.item.ItemBlockTFMeta@2bc1f1ab +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4762 twilightforest:etched_nagastone_mossy net.minecraft.item.ItemBlock@7c672614 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4763 twilightforest:nagastone_pillar_mossy net.minecraft.item.ItemBlock@6e29a06c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4764 twilightforest:nagastone_stairs_mossy twilightforest.item.ItemBlockTFMeta@5d4c08dc +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4765 twilightforest:etched_nagastone_weathered net.minecraft.item.ItemBlock@79a4e677 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4766 twilightforest:nagastone_pillar_weathered net.minecraft.item.ItemBlock@3c3628d1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4767 twilightforest:nagastone_stairs_weathered twilightforest.item.ItemBlockTFMeta@1fbfc5fb +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4768 twilightforest:auroralized_glass net.minecraft.item.ItemBlock@22883438 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4769 twilightforest:shader twilightforest.compat.ie.ItemTFShader@6d7df03d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4770 twilightforest:shader_bag twilightforest.compat.ie.ItemTFShaderGrabbag@24731c69 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4771 tconstruct:book slimeknights.tconstruct.common.item.ItemTinkerBook@b73f96a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4772 tconstruct:soil slimeknights.mantle.item.ItemBlockMeta@5b52d777 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4773 tconstruct:slime slimeknights.mantle.item.ItemBlockMeta@183fee62 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4774 tconstruct:slime_congealed slimeknights.mantle.item.ItemBlockMeta@c93fca6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4775 tconstruct:ore slimeknights.mantle.item.ItemBlockMeta@58020ad8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4776 tconstruct:firewood slimeknights.mantle.item.ItemBlockMeta@152697c0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4777 tconstruct:deco_ground slimeknights.mantle.item.ItemBlockMeta@728d27f8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4778 tconstruct:clear_glass slimeknights.mantle.item.ItemBlockMeta@616883c3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4779 tconstruct:clear_stained_glass slimeknights.mantle.item.ItemBlockMeta@29f411fc +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4780 tconstruct:deco_ground_slab slimeknights.mantle.item.ItemBlockSlab@13644f83 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4781 tconstruct:firewood_slab slimeknights.mantle.item.ItemBlockSlab@3637a0b7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4782 tconstruct:mudbrick_stairs slimeknights.mantle.item.ItemBlockMeta@3f452c7c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4783 tconstruct:firewood_stairs slimeknights.mantle.item.ItemBlockMeta@5fb499a2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4784 tconstruct:lavawood_stairs slimeknights.mantle.item.ItemBlockMeta@6e9dcd80 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4785 tconstruct:nuggets slimeknights.tconstruct.shared.item.ItemMetaDynamicTinkers@8e7dfee +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4786 tconstruct:ingots slimeknights.tconstruct.shared.item.ItemMetaDynamicTinkers@4a563714 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4787 tconstruct:materials slimeknights.mantle.item.ItemMetaDynamic@197691ea +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4788 tconstruct:edible slimeknights.mantle.item.ItemEdible@5591afc6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4789 tconstruct:metal slimeknights.mantle.item.ItemBlockMeta@51e1e9a9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4790 tconstruct:slime_dirt slimeknights.mantle.item.ItemBlockMeta@37d6b0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4791 tconstruct:slime_grass slimeknights.mantle.item.ItemBlockMeta@65a99a0c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4792 tconstruct:slime_leaves slimeknights.tconstruct.world.item.ItemBlockLeaves@636cec4b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4793 tconstruct:slime_grass_tall slimeknights.mantle.item.ItemBlockMeta@5d5034c0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4794 tconstruct:slime_sapling slimeknights.mantle.item.ItemBlockMeta@7480ac9c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4795 tconstruct:slime_vine_blue_end slimeknights.mantle.item.ItemBlockMeta@3e63fd1a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4796 tconstruct:slime_vine_blue_mid slimeknights.mantle.item.ItemBlockMeta@3a694029 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4797 tconstruct:slime_vine_blue slimeknights.mantle.item.ItemBlockMeta@66c38590 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4798 tconstruct:slime_vine_purple_end slimeknights.mantle.item.ItemBlockMeta@17562198 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4799 tconstruct:slime_vine_purple_mid slimeknights.mantle.item.ItemBlockMeta@36fc8545 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4800 tconstruct:slime_vine_purple slimeknights.mantle.item.ItemBlockMeta@46e4e3bb +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4801 tconstruct:pattern slimeknights.tconstruct.library.tools.Pattern@4889d5bc +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4802 tconstruct:shard slimeknights.tconstruct.library.tools.Shard@f10650c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4803 tconstruct:sharpening_kit slimeknights.tconstruct.tools.common.item.SharpeningKit@19c2b98a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4804 tconstruct:pick_head slimeknights.tconstruct.library.tools.ToolPart@f31afb +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4805 tconstruct:shovel_head slimeknights.tconstruct.library.tools.ToolPart@cc727ec +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4806 tconstruct:axe_head slimeknights.tconstruct.library.tools.ToolPart@2ce23b6a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4807 tconstruct:broad_axe_head slimeknights.tconstruct.library.tools.ToolPart@2060c995 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4808 tconstruct:sword_blade slimeknights.tconstruct.library.tools.ToolPart@38dc2ba0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4809 tconstruct:large_sword_blade slimeknights.tconstruct.library.tools.ToolPart@d118310 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4810 tconstruct:hammer_head slimeknights.tconstruct.library.tools.ToolPart@3095c0b3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4811 tconstruct:excavator_head slimeknights.tconstruct.library.tools.ToolPart@169f8b55 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4812 tconstruct:kama_head slimeknights.tconstruct.library.tools.ToolPart@4f47230d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4813 tconstruct:scythe_head slimeknights.tconstruct.library.tools.ToolPart@4e4f20f6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4814 tconstruct:pan_head slimeknights.tconstruct.library.tools.ToolPart@5041e1d4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4815 tconstruct:sign_head slimeknights.tconstruct.library.tools.ToolPart@3a6e1daa +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4816 tconstruct:tool_rod slimeknights.tconstruct.library.tools.ToolPart@4c470ea1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4817 tconstruct:tough_tool_rod slimeknights.tconstruct.library.tools.ToolPart@7b38df4f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4818 tconstruct:binding slimeknights.tconstruct.library.tools.ToolPart@24a8debd +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4819 tconstruct:tough_binding slimeknights.tconstruct.library.tools.ToolPart@6e6104cf +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4820 tconstruct:wide_guard slimeknights.tconstruct.library.tools.ToolPart@1a272da4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4821 tconstruct:hand_guard slimeknights.tconstruct.library.tools.ToolPart@27585b08 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4822 tconstruct:cross_guard slimeknights.tconstruct.library.tools.ToolPart@45e73468 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4823 tconstruct:large_plate slimeknights.tconstruct.library.tools.ToolPart@23461767 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4824 tconstruct:knife_blade slimeknights.tconstruct.library.tools.ToolPart@af54a6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4825 tconstruct:bow_limb slimeknights.tconstruct.library.tools.ToolPart@65cadfa0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4826 tconstruct:bow_string slimeknights.tconstruct.library.tools.ToolPart@1972e305 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4827 tconstruct:arrow_head slimeknights.tconstruct.library.tools.ToolPart@a9c2263 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4828 tconstruct:arrow_shaft slimeknights.tconstruct.library.tools.ToolPart@706c5df2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4829 tconstruct:fletching slimeknights.tconstruct.library.tools.ToolPart@4368bb80 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4830 tconstruct:bolt_core slimeknights.tconstruct.tools.ranged.item.BoltCore@26e8aedb +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4831 tconstruct:tooltables slimeknights.tconstruct.tools.common.item.ItemBlockTable@32cbed8d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4832 tconstruct:toolforge slimeknights.tconstruct.tools.common.item.ItemBlockTable@1f7b7cfd +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4833 tconstruct:pickaxe slimeknights.tconstruct.tools.tools.Pickaxe@7995f92f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4834 tconstruct:shovel slimeknights.tconstruct.tools.tools.Shovel@42782c4b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4835 tconstruct:hatchet slimeknights.tconstruct.tools.tools.Hatchet@424994e4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4836 tconstruct:mattock slimeknights.tconstruct.tools.tools.Mattock@5fca7ef9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4837 tconstruct:kama slimeknights.tconstruct.tools.tools.Kama@56a38f48 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4838 tconstruct:hammer slimeknights.tconstruct.tools.tools.Hammer@546cfb56 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4839 tconstruct:excavator slimeknights.tconstruct.tools.tools.Excavator@682a803e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4840 tconstruct:lumberaxe slimeknights.tconstruct.tools.tools.LumberAxe@2213cce0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4841 tconstruct:scythe slimeknights.tconstruct.tools.tools.Scythe@20e23bf5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4842 tconstruct:broadsword slimeknights.tconstruct.tools.melee.item.BroadSword@3194f2c2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4843 tconstruct:longsword slimeknights.tconstruct.tools.melee.item.LongSword@25ec97f9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4844 tconstruct:rapier slimeknights.tconstruct.tools.melee.item.Rapier@6f496357 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4845 tconstruct:frypan slimeknights.tconstruct.tools.melee.item.FryPan@6cd551cc +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4846 tconstruct:battlesign slimeknights.tconstruct.tools.melee.item.BattleSign@5d0898c5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4847 tconstruct:cleaver slimeknights.tconstruct.tools.melee.item.Cleaver@2ca49992 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4848 tconstruct:shortbow slimeknights.tconstruct.tools.ranged.item.ShortBow@6b4201da +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4849 tconstruct:longbow slimeknights.tconstruct.tools.ranged.item.LongBow@52792583 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4850 tconstruct:crossbow slimeknights.tconstruct.tools.ranged.item.CrossBow@6659c50b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4851 tconstruct:arrow slimeknights.tconstruct.tools.ranged.item.Arrow@2416f91d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4852 tconstruct:bolt slimeknights.tconstruct.tools.ranged.item.Bolt@1b20eff0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4853 tconstruct:shuriken slimeknights.tconstruct.tools.ranged.item.Shuriken@541a7c8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4854 tconstruct:seared slimeknights.mantle.item.ItemBlockMeta@79962938 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4855 tconstruct:smeltery_controller slimeknights.mantle.item.ItemBlockMeta@699474ec +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4856 tconstruct:seared_tank slimeknights.tconstruct.smeltery.item.ItemTank@79cc9c22 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4857 tconstruct:faucet slimeknights.mantle.item.ItemBlockMeta@7a2f75ad +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4858 tconstruct:channel slimeknights.tconstruct.smeltery.item.ItemChannel@36ab068d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4859 tconstruct:casting slimeknights.mantle.item.ItemBlockMeta@2b1bb1f6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4860 tconstruct:smeltery_io slimeknights.mantle.item.ItemBlockMeta@2a982b25 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4861 tconstruct:seared_glass slimeknights.mantle.item.ItemBlockMeta@63cc903f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4862 tconstruct:seared_furnace_controller slimeknights.mantle.item.ItemBlockMeta@dbd7da5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4863 tconstruct:tinker_tank_controller slimeknights.mantle.item.ItemBlockMeta@7bdfe9e5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4864 tconstruct:seared_slab slimeknights.mantle.item.ItemBlockSlab@10f534b8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4865 tconstruct:seared_slab2 slimeknights.mantle.item.ItemBlockSlab@173f13f1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4866 tconstruct:seared_stairs_stone slimeknights.mantle.item.ItemBlockMeta@718904e6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4867 tconstruct:seared_stairs_cobble slimeknights.mantle.item.ItemBlockMeta@751d5bf3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4868 tconstruct:seared_stairs_paver slimeknights.mantle.item.ItemBlockMeta@4cf4f11c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4869 tconstruct:seared_stairs_brick slimeknights.mantle.item.ItemBlockMeta@233bd3e8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4870 tconstruct:seared_stairs_brick_cracked slimeknights.mantle.item.ItemBlockMeta@1aac5d5d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4871 tconstruct:seared_stairs_brick_fancy slimeknights.mantle.item.ItemBlockMeta@5f14f38 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4872 tconstruct:seared_stairs_brick_square slimeknights.mantle.item.ItemBlockMeta@6ee6228b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4873 tconstruct:seared_stairs_brick_triangle slimeknights.mantle.item.ItemBlockMeta@133f182c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4874 tconstruct:seared_stairs_brick_small slimeknights.mantle.item.ItemBlockMeta@6b81e9a3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4875 tconstruct:seared_stairs_road slimeknights.mantle.item.ItemBlockMeta@6486f364 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4876 tconstruct:seared_stairs_tile slimeknights.mantle.item.ItemBlockMeta@3b2b7705 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4877 tconstruct:seared_stairs_creeper slimeknights.mantle.item.ItemBlockMeta@503ef634 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4878 tconstruct:cast slimeknights.tconstruct.library.smeltery.Cast@7abd9e5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4879 tconstruct:cast_custom slimeknights.tconstruct.smeltery.item.CastCustom@221c40ca +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4880 tconstruct:clay_cast slimeknights.tconstruct.library.smeltery.Cast@5297f64 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4881 tconstruct:stone_torch slimeknights.mantle.item.ItemBlockMeta@5c14ead5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4882 tconstruct:stone_ladder slimeknights.mantle.item.ItemBlockMeta@642c71b5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4883 tconstruct:punji slimeknights.mantle.item.ItemBlockMeta@247677ea +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4884 tconstruct:rack slimeknights.tconstruct.gadgets.item.ItemBlockRack@1153f395 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4885 tconstruct:wood_rail slimeknights.mantle.item.ItemBlockMeta@16f599d3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4886 tconstruct:wood_rail_trapdoor slimeknights.mantle.item.ItemBlockMeta@1ab65c0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4887 tconstruct:wooden_hopper slimeknights.mantle.item.ItemBlockMeta@3c8e7bac +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4888 tconstruct:slime_channel slimeknights.mantle.item.ItemBlockMeta@324fe8f3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4889 tconstruct:dried_clay slimeknights.mantle.item.ItemBlockMeta@84ed468 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4890 tconstruct:dried_clay_slab slimeknights.mantle.item.ItemBlockSlab@529135c4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4891 tconstruct:dried_clay_stairs slimeknights.mantle.item.ItemBlockMeta@1d8d7721 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4892 tconstruct:dried_brick_stairs slimeknights.mantle.item.ItemBlockMeta@50c80c13 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4893 tconstruct:brownstone slimeknights.mantle.item.ItemBlockMeta@2e5b7ff6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4894 tconstruct:brownstone_slab slimeknights.mantle.item.ItemBlockSlab@75bf50ec +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4895 tconstruct:brownstone_slab2 slimeknights.mantle.item.ItemBlockSlab@3fd0505 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4896 tconstruct:brownstone_stairs_smooth slimeknights.mantle.item.ItemBlockMeta@134529fd +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4897 tconstruct:brownstone_stairs_rough slimeknights.mantle.item.ItemBlockMeta@661450ac +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4898 tconstruct:brownstone_stairs_paver slimeknights.mantle.item.ItemBlockMeta@692354b2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4899 tconstruct:brownstone_stairs_brick slimeknights.mantle.item.ItemBlockMeta@29da1be +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4900 tconstruct:brownstone_stairs_brick_cracked slimeknights.mantle.item.ItemBlockMeta@382d6ad1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4901 tconstruct:brownstone_stairs_brick_fancy slimeknights.mantle.item.ItemBlockMeta@7c78dc48 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4902 tconstruct:brownstone_stairs_brick_square slimeknights.mantle.item.ItemBlockMeta@f8d91b1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4903 tconstruct:brownstone_stairs_brick_triangle slimeknights.mantle.item.ItemBlockMeta@60f251af +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4904 tconstruct:brownstone_stairs_brick_small slimeknights.mantle.item.ItemBlockMeta@335ad482 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4905 tconstruct:brownstone_stairs_road slimeknights.mantle.item.ItemBlockMeta@97ad43d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4906 tconstruct:brownstone_stairs_tile slimeknights.mantle.item.ItemBlockMeta@6a19dcba +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4907 tconstruct:brownstone_stairs_creeper slimeknights.mantle.item.ItemBlockMeta@1814977f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4908 tconstruct:slimesling slimeknights.tconstruct.gadgets.item.ItemSlimeSling@228b569b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4909 tconstruct:slime_boots slimeknights.tconstruct.gadgets.item.ItemSlimeBoots@3a3efda3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4910 tconstruct:piggybackpack slimeknights.tconstruct.gadgets.item.ItemPiggybackPack@7fc0757 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4911 tconstruct:throwball slimeknights.tconstruct.gadgets.item.ItemThrowball@770b5c77 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4912 tconstruct:stone_stick net.minecraft.item.Item@3e47e7fb +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4913 tconstruct:fancy_frame slimeknights.tconstruct.gadgets.item.ItemFancyItemFrame@2d26de2f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4914 tconstruct:spaghetti slimeknights.tconstruct.gadgets.item.ItemSpaghetti@6e61f429 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4915 tconstruct:moms_spaghetti slimeknights.tconstruct.gadgets.item.ItemMomsSpaghetti@144e9f52 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4916 baubles:ring baubles.common.items.ItemRing@67549805 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4917 animalium:wild_dog_pelt net.minecraft.item.Item@380f9ec9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4918 animalium:bear_meat net.minecraft.item.ItemFood@668e978e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4919 animalium:bear_meat_cooked net.minecraft.item.ItemFood@6fcb659b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4920 animalium:bear_claw net.minecraft.item.Item@2c1c4cd7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4921 animalium:bear_claw_paxel animalium.items.ItemBearClawPaxel@68a1664b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4922 animalium:rat_meat animalium.ModItems$1@7a01be36 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4923 animalium:rat_meat_cooked net.minecraft.item.ItemFood@4ed2fb50 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4924 animalium:dog_boots animalium.items.ItemDogPeltBoots@1025a55a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4925 antiqueatlas:empty_antique_atlas hunternif.mc.atlas.item.ItemEmptyAtlas@666ca9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4926 antiqueatlas:antique_atlas hunternif.mc.atlas.item.ItemAtlas@6396c1d0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4927 immersiveengineering:ore blusunrize.immersiveengineering.common.blocks.ItemBlockIEBase@1491339a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4928 immersiveengineering:storage blusunrize.immersiveengineering.common.blocks.ItemBlockIEBase@4dc05223 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4929 immersiveengineering:storage_slab blusunrize.immersiveengineering.common.blocks.ItemBlockIESlabs@7ef06c16 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4930 immersiveengineering:stone_decoration blusunrize.immersiveengineering.common.blocks.ItemBlockIEBase@2bbdaa59 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4931 immersiveengineering:stone_decoration_slab blusunrize.immersiveengineering.common.blocks.ItemBlockIESlabs@36ad4157 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4932 immersiveengineering:stone_decoration_stairs_hempcrete blusunrize.immersiveengineering.common.blocks.ItemBlockIEStairs@79335ceb +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4933 immersiveengineering:stone_decoration_stairs_concrete blusunrize.immersiveengineering.common.blocks.ItemBlockIEStairs@4de0f07 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4934 immersiveengineering:stone_decoration_stairs_concrete_tile blusunrize.immersiveengineering.common.blocks.ItemBlockIEStairs@42f792a7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4935 immersiveengineering:stone_decoration_stairs_concrete_leaded blusunrize.immersiveengineering.common.blocks.ItemBlockIEStairs@1e0cc457 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4936 immersiveengineering:stone_device blusunrize.immersiveengineering.common.blocks.ItemBlockIEBase@7dbb1779 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4937 immersiveengineering:treated_wood blusunrize.immersiveengineering.common.blocks.ItemBlockIEBase@96989fe +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4938 immersiveengineering:treated_wood_slab blusunrize.immersiveengineering.common.blocks.ItemBlockIESlabs@77f540de +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4939 immersiveengineering:treated_wood_stairs0 blusunrize.immersiveengineering.common.blocks.ItemBlockIEStairs@fa30c0b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4940 immersiveengineering:treated_wood_stairs1 blusunrize.immersiveengineering.common.blocks.ItemBlockIEStairs@2a06c259 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4941 immersiveengineering:treated_wood_stairs2 blusunrize.immersiveengineering.common.blocks.ItemBlockIEStairs@6f65989e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4942 immersiveengineering:wooden_decoration blusunrize.immersiveengineering.common.blocks.ItemBlockIEBase@32cbd61c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4943 immersiveengineering:wooden_device0 blusunrize.immersiveengineering.common.blocks.ItemBlockIEBase$ItemBlockIENoInventory@259f471a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4944 immersiveengineering:wooden_device1 blusunrize.immersiveengineering.common.blocks.ItemBlockIEBase@39974dfa +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4945 immersiveengineering:hemp net.minecraft.item.ItemBlock@7a75933e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4946 immersiveengineering:cloth_device blusunrize.immersiveengineering.common.blocks.cloth.ItemBlockClothDevice@1662c15a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4947 immersiveengineering:fake_light blusunrize.immersiveengineering.common.blocks.ItemBlockIEBase@499ae31b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4948 immersiveengineering:sheetmetal blusunrize.immersiveengineering.common.blocks.ItemBlockIEBase@4a619f4f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4949 immersiveengineering:sheetmetal_slab blusunrize.immersiveengineering.common.blocks.ItemBlockIESlabs@1cdb095e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4950 immersiveengineering:metal_decoration0 blusunrize.immersiveengineering.common.blocks.ItemBlockIEBase@1c33638e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4951 immersiveengineering:metal_decoration1 blusunrize.immersiveengineering.common.blocks.ItemBlockIEBase@2afd928 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4952 immersiveengineering:metal_decoration2 blusunrize.immersiveengineering.common.blocks.ItemBlockIEBase@44f2a5d5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4953 immersiveengineering:metal_decoration1_slab blusunrize.immersiveengineering.common.blocks.ItemBlockIESlabs@27d5ec +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4954 immersiveengineering:steel_scaffolding_stairs0 blusunrize.immersiveengineering.common.blocks.ItemBlockIEStairs@78ff975 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4955 immersiveengineering:steel_scaffolding_stairs1 blusunrize.immersiveengineering.common.blocks.ItemBlockIEStairs@7b950635 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4956 immersiveengineering:steel_scaffolding_stairs2 blusunrize.immersiveengineering.common.blocks.ItemBlockIEStairs@2a18d89f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4957 immersiveengineering:aluminum_scaffolding_stairs0 blusunrize.immersiveengineering.common.blocks.ItemBlockIEStairs@142ee085 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4958 immersiveengineering:aluminum_scaffolding_stairs1 blusunrize.immersiveengineering.common.blocks.ItemBlockIEStairs@6c12e724 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4959 immersiveengineering:aluminum_scaffolding_stairs2 blusunrize.immersiveengineering.common.blocks.ItemBlockIEStairs@3f65f03d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4960 immersiveengineering:metal_ladder blusunrize.immersiveengineering.common.blocks.ItemBlockIEBase@53550b6e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4961 immersiveengineering:connector blusunrize.immersiveengineering.common.blocks.ItemBlockIEBase@309cf349 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4962 immersiveengineering:metal_device0 blusunrize.immersiveengineering.common.blocks.ItemBlockIEBase@4bcc19b9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4963 immersiveengineering:metal_device1 blusunrize.immersiveengineering.common.blocks.ItemBlockIEBase@5b38ece5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4964 immersiveengineering:conveyor blusunrize.immersiveengineering.common.blocks.ItemBlockIEBase@204d9297 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4965 immersiveengineering:metal_multiblock blusunrize.immersiveengineering.common.blocks.ItemBlockIEBase@779c2b6c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4966 immersiveengineering:material blusunrize.immersiveengineering.common.items.ItemMaterial@5cb6e5f7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4967 immersiveengineering:metal blusunrize.immersiveengineering.common.items.ItemIEBase@40756540 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4968 immersiveengineering:tool blusunrize.immersiveengineering.common.items.ItemIETool@ce09ef3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4969 immersiveengineering:pickaxe_steel blusunrize.immersiveengineering.common.items.tools.ItemIEPickaxe@1a311348 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4970 immersiveengineering:shovel_steel blusunrize.immersiveengineering.common.items.tools.ItemIEShovel@71c3d4a4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4971 immersiveengineering:axe_steel blusunrize.immersiveengineering.common.items.tools.ItemIEAxe@1a77e0b9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4972 immersiveengineering:hoe_steel blusunrize.immersiveengineering.common.items.tools.ItemIEHoe@1268e202 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4973 immersiveengineering:sword_steel blusunrize.immersiveengineering.common.items.tools.ItemIESword@510854 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4974 immersiveengineering:toolbox blusunrize.immersiveengineering.common.items.ItemToolbox@6f589a0e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4975 immersiveengineering:wirecoil blusunrize.immersiveengineering.common.items.ItemWireCoil@4a0fcd74 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4976 immersiveengineering:seed blusunrize.immersiveengineering.common.items.ItemIESeed@1fa24ec5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4977 immersiveengineering:drill blusunrize.immersiveengineering.common.items.ItemDrill@1739e6cd +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4978 immersiveengineering:drillhead blusunrize.immersiveengineering.common.items.ItemDrillhead@3c1a86ce +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4979 immersiveengineering:jerrycan blusunrize.immersiveengineering.common.items.ItemJerrycan@84a9854 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4980 immersiveengineering:mold blusunrize.immersiveengineering.common.items.ItemIEBase@5133bfe +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4981 immersiveengineering:blueprint blusunrize.immersiveengineering.common.items.ItemEngineersBlueprint@5dc4ba1f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4982 immersiveengineering:revolver blusunrize.immersiveengineering.common.items.ItemRevolver@35807b9f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4983 immersiveengineering:speedloader blusunrize.immersiveengineering.common.items.ItemSpeedloader@69d4dd43 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4984 immersiveengineering:bullet blusunrize.immersiveengineering.common.items.ItemBullet@7584d74c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4985 immersiveengineering:chemthrower blusunrize.immersiveengineering.common.items.ItemChemthrower@d689fa1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4986 immersiveengineering:railgun blusunrize.immersiveengineering.common.items.ItemRailgun@3b824110 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4987 immersiveengineering:skyhook blusunrize.immersiveengineering.common.items.ItemSkyhook@7473ade6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4988 immersiveengineering:toolupgrade blusunrize.immersiveengineering.common.items.ItemToolUpgrade@279e2a93 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4989 immersiveengineering:shader blusunrize.immersiveengineering.common.items.ItemShader@6e423c56 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4990 immersiveengineering:shader_bag blusunrize.immersiveengineering.common.items.ItemShaderBag@47616a4f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4991 immersiveengineering:earmuffs blusunrize.immersiveengineering.common.items.ItemEarmuffs@278bfdcd +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4992 immersiveengineering:coresample blusunrize.immersiveengineering.common.items.ItemCoresample@2e94e3d8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4993 immersiveengineering:graphite_electrode blusunrize.immersiveengineering.common.items.ItemGraphiteElectrode@78088e2b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4994 immersiveengineering:faraday_suit_feet blusunrize.immersiveengineering.common.items.ItemFaradaySuit@12bdd4a8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4995 immersiveengineering:faraday_suit_legs blusunrize.immersiveengineering.common.items.ItemFaradaySuit@7b09d3af +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4996 immersiveengineering:faraday_suit_chest blusunrize.immersiveengineering.common.items.ItemFaradaySuit@49812963 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4997 immersiveengineering:faraday_suit_head blusunrize.immersiveengineering.common.items.ItemFaradaySuit@6cb985c9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4998 immersiveengineering:fluorescent_tube blusunrize.immersiveengineering.common.items.ItemFluorescentTube@757bdf0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4999 immersiveengineering:powerpack blusunrize.immersiveengineering.common.items.ItemPowerpack@3a6b4d28 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5000 immersiveengineering:shield blusunrize.immersiveengineering.common.items.ItemIEShield@2cdd7b05 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5001 immersiveengineering:maintenance_kit blusunrize.immersiveengineering.common.items.ItemMaintenanceKit@4b289c47 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5002 immersiveengineering:steel_armor_feet blusunrize.immersiveengineering.common.items.ItemSteelArmor@67392949 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5003 immersiveengineering:steel_armor_legs blusunrize.immersiveengineering.common.items.ItemSteelArmor@207b63f8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5004 immersiveengineering:steel_armor_chest blusunrize.immersiveengineering.common.items.ItemSteelArmor@5f111203 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5005 immersiveengineering:steel_armor_head blusunrize.immersiveengineering.common.items.ItemSteelArmor@50e5ab2b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5006 immersiveengineering:fake_icon blusunrize.immersiveengineering.common.IEContent$2@42ab3cd9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5007 buildcraftlib:guide buildcraft.lib.item.ItemGuide@1c8a592c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5008 buildcraftlib:guide_note buildcraft.lib.item.ItemGuideNote@7030c58e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5009 buildcraftlib:debugger buildcraft.lib.item.ItemDebugger@62faa7fd +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5010 mekanism:electricbow mekanism.common.item.ItemElectricBow@4c35f65b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5011 mekanism:dust mekanism.common.item.ItemDust@2b885c8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5012 mekanism:ingot mekanism.common.item.ItemIngot@74523ca4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5013 mekanism:nugget mekanism.common.item.ItemNugget@4320b89c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5014 mekanism:energytablet mekanism.common.item.ItemEnergized@2044098d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5015 mekanism:speedupgrade mekanism.common.item.ItemUpgrade@66945e88 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5016 mekanism:energyupgrade mekanism.common.item.ItemUpgrade@3c6f9e2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5017 mekanism:filterupgrade mekanism.common.item.ItemUpgrade@45e4555e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5018 mekanism:mufflingupgrade mekanism.common.item.ItemUpgrade@45ec340e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5019 mekanism:gasupgrade mekanism.common.item.ItemUpgrade@1484225 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5020 mekanism:anchorupgrade mekanism.common.item.ItemUpgrade@35f5b207 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5021 mekanism:robit mekanism.common.item.ItemRobit@52dc5f42 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5022 mekanism:atomicdisassembler mekanism.common.item.ItemAtomicDisassembler@76b45d53 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5023 mekanism:enrichedalloy mekanism.common.item.ItemAlloy@352e60ca +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5024 mekanism:reinforcedalloy mekanism.common.item.ItemAlloy@2dd399e2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5025 mekanism:atomicalloy mekanism.common.item.ItemAlloy@1d45f555 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5026 mekanism:itemproxy mekanism.common.item.ItemProxy@49cf7d6b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5027 mekanism:controlcircuit mekanism.common.item.ItemControlCircuit@f216ca8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5028 mekanism:enrichediron mekanism.common.item.ItemMekanism@3e8ce827 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5029 mekanism:compressedcarbon mekanism.common.item.ItemMekanism@cd15dfe +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5030 mekanism:compressedredstone mekanism.common.item.ItemMekanism@3ec74d2a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5031 mekanism:compresseddiamond mekanism.common.item.ItemMekanism@3a073276 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5032 mekanism:compressedobsidian mekanism.common.item.ItemMekanism@639328c1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5033 mekanism:portableteleporter mekanism.common.item.ItemPortableTeleporter@65abb7e0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5034 mekanism:teleportationcore mekanism.common.item.ItemMekanism@61810862 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5035 mekanism:clump mekanism.common.item.ItemClump@621602a6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5036 mekanism:dirtydust mekanism.common.item.ItemDirtyDust@1839eb05 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5037 mekanism:configurator mekanism.common.item.ItemConfigurator@20154b55 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5038 mekanism:networkreader mekanism.common.item.ItemNetworkReader@493e952d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5039 mekanism:walkietalkie mekanism.common.item.ItemWalkieTalkie@1b6fbd9e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5040 mekanism:jetpack mekanism.common.item.ItemJetpack@4224662f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5041 mekanism:dictionary mekanism.common.item.ItemDictionary@4cd90c35 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5042 mekanism:gasmask mekanism.common.item.ItemGasMask@5cc36c57 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5043 mekanism:scubatank mekanism.common.item.ItemScubaTank@2b0abbf +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5044 mekanism:balloon mekanism.common.item.ItemBalloon@5c1327cd +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5045 mekanism:shard mekanism.common.item.ItemShard@461ca918 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5046 mekanism:electrolyticcore mekanism.common.item.ItemMekanism@7bb6db0b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5047 mekanism:sawdust mekanism.common.item.ItemMekanism@1dd30aae +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5048 mekanism:salt mekanism.common.item.ItemMekanism@19ef1585 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5049 mekanism:crystal mekanism.common.item.ItemCrystal@3a983bc9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5050 mekanism:freerunners mekanism.common.item.ItemFreeRunners@3a48886b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5051 mekanism:armoredjetpack mekanism.common.item.ItemJetpack@3da23133 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5052 mekanism:configurationcard mekanism.common.item.ItemConfigurationCard@77bbc112 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5053 mekanism:craftingformula mekanism.common.item.ItemCraftingFormula@72b82331 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5054 mekanism:seismicreader mekanism.common.item.ItemSeismicReader@131a53de +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5055 mekanism:substrate mekanism.common.item.ItemMekanism@68277407 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5056 mekanism:polyethene mekanism.common.item.ItemHDPE@41bd8b40 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5057 mekanism:biofuel mekanism.common.item.ItemMekanism@72af99ed +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5058 mekanism:flamethrower mekanism.common.item.ItemFlamethrower@336ab0c5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5059 mekanism:gaugedropper mekanism.common.item.ItemGaugeDropper@603e7de3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5060 mekanism:tierinstaller mekanism.common.item.ItemTierInstaller@4df40d2f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5061 mekanism:otherdust mekanism.common.item.ItemOtherDust@439a858d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5062 mekanism:basicblock mekanism.common.item.ItemBlockBasic@5b22b707 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5063 mekanism:basicblock2 mekanism.common.item.ItemBlockBasic@4c83f703 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5064 mekanism:machineblock mekanism.common.item.ItemBlockMachine@2422f849 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5065 mekanism:machineblock2 mekanism.common.item.ItemBlockMachine@3540f319 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5066 mekanism:machineblock3 mekanism.common.item.ItemBlockMachine@31fc05af +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5067 mekanism:oreblock mekanism.common.item.ItemBlockOre@3f9f9d90 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5068 mekanism:energycube mekanism.common.item.ItemBlockEnergyCube@5c75c42d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5069 mekanism:transmitter mekanism.common.item.ItemBlockTransmitter@531d0054 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5070 mekanism:obsidiantnt net.minecraft.item.ItemBlock@21bbf2b6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5071 mekanism:boundingblock net.minecraft.item.ItemBlock@3258565e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5072 mekanism:gastank mekanism.common.item.ItemBlockGasTank@5a2d9164 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5073 mekanism:cardboardbox mekanism.common.item.ItemBlockCardboardBox@54e7bea2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5074 mekanism:glowpanel mekanism.common.item.ItemBlockGlowPanel@c1acb05 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5075 mekanism:plasticblock mekanism.common.item.ItemBlockPlastic@4737331a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5076 mekanism:slickplasticblock mekanism.common.item.ItemBlockPlastic@6af281a3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5077 mekanism:glowplasticblock mekanism.common.item.ItemBlockPlastic@30ea3d1b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5078 mekanism:reinforcedplasticblock mekanism.common.item.ItemBlockPlastic@e29e214 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5079 mekanism:roadplasticblock mekanism.common.item.ItemBlockPlastic@70f8bf28 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5080 mekanism:plasticfence mekanism.common.item.ItemBlockPlastic@e79c70d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5081 mekanism:saltblock net.minecraft.item.ItemBlock@6f9a313c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5082 natura:clouds slimeknights.mantle.item.ItemBlockMeta@5f745e6b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5083 natura:materials slimeknights.mantle.item.ItemMetaDynamic@5077324b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5084 natura:empty_bowls slimeknights.mantle.item.ItemMetaDynamic@1170dcf2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5085 natura:edibles com.progwml6.natura.shared.item.food.ItemNaturaEdible@fa2d3df +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5086 natura:soups com.progwml6.natura.shared.item.food.ItemNaturaEdibleSoup@712e9a61 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5087 natura:seed_bags com.progwml6.natura.shared.item.bags.ItemSeedBag@588430e9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5088 natura:sticks slimeknights.mantle.item.ItemMetaDynamic@4c56f0ee +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5089 natura:bonemeal_bag com.progwml6.natura.shared.item.bags.ItemBoneBag@1be207c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5090 natura:colored_grass slimeknights.mantle.item.ItemBlockMeta@78444bda +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5091 natura:colored_grass_slab slimeknights.mantle.item.ItemBlockSlab@3ee15bc +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5092 natura:colored_grass_stairs_topiary slimeknights.mantle.item.ItemBlockMeta@3ec9b168 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5093 natura:colored_grass_stairs_bluegrass slimeknights.mantle.item.ItemBlockMeta@4e04db0d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5094 natura:colored_grass_stairs_autumnal slimeknights.mantle.item.ItemBlockMeta@1444438c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5095 natura:overworld_logs slimeknights.mantle.item.ItemBlockMeta@6774e74d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5096 natura:overworld_logs2 slimeknights.mantle.item.ItemBlockMeta@14c5483a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5097 natura:redwood_logs slimeknights.mantle.item.ItemBlockMeta@7cf1251c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5098 natura:overworld_leaves com.progwml6.natura.common.item.ItemBlockLeaves@a1189ac +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5099 natura:overworld_leaves2 com.progwml6.natura.common.item.ItemBlockLeaves@34ab944c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5100 natura:redwood_leaves com.progwml6.natura.common.item.ItemBlockLeaves@41078e00 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5101 natura:overworld_sapling slimeknights.mantle.item.ItemBlockMeta@71a1b924 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5102 natura:overworld_sapling2 slimeknights.mantle.item.ItemBlockMeta@777b1255 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5103 natura:redwood_sapling slimeknights.mantle.item.ItemBlockMeta@1f1ae102 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5104 natura:bluebells_flower slimeknights.mantle.item.ItemBlockMeta@62101b6f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5105 natura:overworld_planks slimeknights.mantle.item.ItemBlockMeta@1e84e690 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5106 natura:overworld_slab slimeknights.mantle.item.ItemBlockSlab@31c2a6af +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5107 natura:overworld_slab2 slimeknights.mantle.item.ItemBlockSlab@79184364 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5108 natura:overworld_stairs_maple slimeknights.mantle.item.ItemBlockMeta@1b31f44b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5109 natura:overworld_stairs_silverbell slimeknights.mantle.item.ItemBlockMeta@223821db +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5110 natura:overworld_stairs_amaranth slimeknights.mantle.item.ItemBlockMeta@6eb1ced +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5111 natura:overworld_stairs_tiger slimeknights.mantle.item.ItemBlockMeta@3dd36c37 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5112 natura:overworld_stairs_willow slimeknights.mantle.item.ItemBlockMeta@29d4446a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5113 natura:overworld_stairs_eucalyptus slimeknights.mantle.item.ItemBlockMeta@4a818e72 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5114 natura:overworld_stairs_hopseed slimeknights.mantle.item.ItemBlockMeta@1453ffbb +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5115 natura:overworld_stairs_sakura slimeknights.mantle.item.ItemBlockMeta@32c78bd2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5116 natura:overworld_stairs_redwood slimeknights.mantle.item.ItemBlockMeta@39bb7ef4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5117 natura:overworld_berrybush_raspberry slimeknights.mantle.item.ItemBlockMeta@7f0f95af +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5118 natura:overworld_berrybush_blueberry slimeknights.mantle.item.ItemBlockMeta@74aa13d2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5119 natura:overworld_berrybush_blackberry slimeknights.mantle.item.ItemBlockMeta@7abd9f8e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5120 natura:overworld_berrybush_maloberry slimeknights.mantle.item.ItemBlockMeta@181312f3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5121 natura:barley_crop slimeknights.mantle.item.ItemBlockMeta@1bb25eb3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5122 natura:cotton_crop slimeknights.mantle.item.ItemBlockMeta@3fa2ea94 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5123 natura:overworld_door_eucalyptus slimeknights.mantle.item.ItemBlockMeta@29f54301 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5124 natura:overworld_door_hopseed slimeknights.mantle.item.ItemBlockMeta@29f14846 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5125 natura:overworld_door_sakura slimeknights.mantle.item.ItemBlockMeta@203fdc0d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5126 natura:overworld_door_redwood slimeknights.mantle.item.ItemBlockMeta@8e164d4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5127 natura:overworld_door_redwood_bark slimeknights.mantle.item.ItemBlockMeta@b8fc382 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5128 natura:overworld_door_tiger slimeknights.mantle.item.ItemBlockMeta@281f19cd +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5129 natura:overworld_door_maple slimeknights.mantle.item.ItemBlockMeta@761e6777 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5130 natura:overworld_door_silverbell slimeknights.mantle.item.ItemBlockMeta@75da6aa4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5131 natura:saguaro slimeknights.mantle.item.ItemBlockMeta@bc244e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5132 natura:saguaro_baby slimeknights.mantle.item.ItemBlockMeta@503d94e5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5133 natura:saguaro_fruit slimeknights.mantle.item.ItemBlockMeta@559d744a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5134 natura:overworld_seeds com.progwml6.natura.overworld.item.ItemSeeds@124b6f7b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5135 natura:overworld_seed_bags com.progwml6.natura.shared.item.bags.ItemSeedBag@2eed5b6b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5136 natura:overworld_doors com.progwml6.natura.common.item.ItemNaturaDoor@465638c1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5137 natura:saguaro_fruit_item com.progwml6.natura.overworld.item.ItemSaguaroFruit@4b5d935a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5138 natura:nether_logs slimeknights.mantle.item.ItemBlockMeta@39edcd7c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5139 natura:nether_logs2 slimeknights.mantle.item.ItemBlockMeta@4e8a6ab0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5140 natura:nether_leaves com.progwml6.natura.common.item.ItemBlockLeaves@3c69ed29 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5141 natura:nether_leaves2 com.progwml6.natura.common.item.ItemBlockLeaves@1b096ebd +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5142 natura:nether_sapling slimeknights.mantle.item.ItemBlockMeta@4cd8d68d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5143 natura:nether_sapling2 slimeknights.mantle.item.ItemBlockMeta@519afa4c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5144 natura:nether_planks slimeknights.mantle.item.ItemBlockMeta@22e955f3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5145 natura:nether_slab slimeknights.mantle.item.ItemBlockSlab@7245ab95 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5146 natura:nether_heat_sand slimeknights.mantle.item.ItemBlockMeta@782367ee +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5147 natura:nether_tainted_soil slimeknights.mantle.item.ItemBlockMeta@7eedaa3c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5148 natura:nether_thorn_vines slimeknights.mantle.item.ItemBlockMeta@16c32edf +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5149 natura:nether_glass slimeknights.mantle.item.ItemBlockMeta@49053691 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5150 natura:nether_stairs_ghostwood slimeknights.mantle.item.ItemBlockMeta@2afa2448 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5151 natura:nether_stairs_bloodwood slimeknights.mantle.item.ItemBlockMeta@3955d761 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5152 natura:nether_stairs_darkwood slimeknights.mantle.item.ItemBlockMeta@36efb342 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5153 natura:nether_stairs_fusewood slimeknights.mantle.item.ItemBlockMeta@56bebab0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5154 natura:nether_berrybush_blightberry slimeknights.mantle.item.ItemBlockMeta@2d9d1c4b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5155 natura:nether_berrybush_duskberry slimeknights.mantle.item.ItemBlockMeta@3ae42846 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5156 natura:nether_berrybush_skyberry slimeknights.mantle.item.ItemBlockMeta@71dae9fb +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5157 natura:nether_berrybush_stingberry slimeknights.mantle.item.ItemBlockMeta@5292a64a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5158 natura:respawn_obelisk slimeknights.mantle.item.ItemBlockMeta@17288717 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5159 natura:nether_glowshroom slimeknights.mantle.item.ItemBlockMeta@c153bac +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5160 natura:nether_green_large_glowshroom slimeknights.mantle.item.ItemBlockMeta@2aa68ee4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5161 natura:nether_blue_large_glowshroom slimeknights.mantle.item.ItemBlockMeta@6d41cd0c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5162 natura:nether_purple_large_glowshroom slimeknights.mantle.item.ItemBlockMeta@3e02ff8c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5163 natura:nether_door_ghostwood slimeknights.mantle.item.ItemBlockMeta@1bef7bbb +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5164 natura:nether_door_bloodwood slimeknights.mantle.item.ItemBlockMeta@5a0178c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5165 natura:nether_door_darkwood slimeknights.mantle.item.ItemBlockMeta@666a9399 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5166 natura:nether_door_fusewood slimeknights.mantle.item.ItemBlockMeta@4f3dee47 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5167 natura:blaze_hopper slimeknights.mantle.item.ItemBlockMeta@2fef76b8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5168 natura:nether_lever slimeknights.mantle.item.ItemBlockMeta@2af608be +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5169 natura:nether_button slimeknights.mantle.item.ItemBlockMeta@18b2b022 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5170 natura:nether_pressure_plate slimeknights.mantle.item.ItemBlockMeta@385d2aa5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5171 natura:blaze_rail slimeknights.mantle.item.ItemBlockMeta@6cd3d1a0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5172 natura:blaze_rail_golden slimeknights.mantle.item.ItemBlockMeta@767a977c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5173 natura:blaze_rail_activator slimeknights.mantle.item.ItemBlockMeta@7bc40a31 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5174 natura:blaze_rail_detector slimeknights.mantle.item.ItemBlockMeta@2a9d1fee +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5175 natura:netherrack_furnace slimeknights.mantle.item.ItemBlockMeta@583185cc +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5176 natura:lit_netherrack_furnace slimeknights.mantle.item.ItemBlockMeta@7a5238c1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5177 natura:nether_doors com.progwml6.natura.common.item.ItemNaturaDoor@211c3038 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5178 natura:maple_button slimeknights.mantle.item.ItemBlockMeta@633c399a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5179 natura:maple_pressure_plate slimeknights.mantle.item.ItemBlockMeta@37f7cfd4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5180 natura:maple_trap_door slimeknights.mantle.item.ItemBlockMeta@5c087ddb +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5181 natura:maple_fence slimeknights.mantle.item.ItemBlockMeta@1c550b92 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5182 natura:maple_fence_gate slimeknights.mantle.item.ItemBlockMeta@1e27116b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5183 natura:silverbell_button slimeknights.mantle.item.ItemBlockMeta@17a7e414 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5184 natura:silverbell_pressure_plate slimeknights.mantle.item.ItemBlockMeta@8deb59e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5185 natura:silverbell_trap_door slimeknights.mantle.item.ItemBlockMeta@3c63268c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5186 natura:silverbell_fence slimeknights.mantle.item.ItemBlockMeta@1a69d422 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5187 natura:silverbell_fence_gate slimeknights.mantle.item.ItemBlockMeta@3246143f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5188 natura:amaranth_button slimeknights.mantle.item.ItemBlockMeta@4fc935ac +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5189 natura:amaranth_pressure_plate slimeknights.mantle.item.ItemBlockMeta@6a3b2d9f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5190 natura:amaranth_trap_door slimeknights.mantle.item.ItemBlockMeta@3ea73c3e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5191 natura:amaranth_fence slimeknights.mantle.item.ItemBlockMeta@3cc22039 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5192 natura:amaranth_fence_gate slimeknights.mantle.item.ItemBlockMeta@3aa01658 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5193 natura:tiger_button slimeknights.mantle.item.ItemBlockMeta@9c49346 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5194 natura:tiger_pressure_plate slimeknights.mantle.item.ItemBlockMeta@e05188c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5195 natura:tiger_trap_door slimeknights.mantle.item.ItemBlockMeta@23eb229d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5196 natura:tiger_fence slimeknights.mantle.item.ItemBlockMeta@19c3f26e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5197 natura:tiger_fence_gate slimeknights.mantle.item.ItemBlockMeta@34b01cb3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5198 natura:willow_button slimeknights.mantle.item.ItemBlockMeta@12d7b3d1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5199 natura:willow_pressure_plate slimeknights.mantle.item.ItemBlockMeta@68d284dc +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5200 natura:willow_trap_door slimeknights.mantle.item.ItemBlockMeta@6e044b2a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5201 natura:willow_fence slimeknights.mantle.item.ItemBlockMeta@5a6597dd +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5202 natura:willow_fence_gate slimeknights.mantle.item.ItemBlockMeta@7583ee7b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5203 natura:eucalyptus_button slimeknights.mantle.item.ItemBlockMeta@90b6073 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5204 natura:eucalyptus_pressure_plate slimeknights.mantle.item.ItemBlockMeta@451a3763 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5205 natura:eucalyptus_trap_door slimeknights.mantle.item.ItemBlockMeta@33b78b62 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5206 natura:eucalyptus_fence slimeknights.mantle.item.ItemBlockMeta@59ad5b59 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5207 natura:eucalyptus_fence_gate slimeknights.mantle.item.ItemBlockMeta@b77a0e7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5208 natura:hopseed_button slimeknights.mantle.item.ItemBlockMeta@1fc23fc5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5209 natura:hopseed_pressure_plate slimeknights.mantle.item.ItemBlockMeta@10215bc4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5210 natura:hopseed_trap_door slimeknights.mantle.item.ItemBlockMeta@2365ad0a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5211 natura:hopseed_fence slimeknights.mantle.item.ItemBlockMeta@15235119 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5212 natura:hopseed_fence_gate slimeknights.mantle.item.ItemBlockMeta@1b91686f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5213 natura:sakura_button slimeknights.mantle.item.ItemBlockMeta@1f4efa2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5214 natura:sakura_pressure_plate slimeknights.mantle.item.ItemBlockMeta@f770f6b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5215 natura:sakura_trap_door slimeknights.mantle.item.ItemBlockMeta@533c05 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5216 natura:sakura_fence slimeknights.mantle.item.ItemBlockMeta@1011ee70 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5217 natura:sakura_fence_gate slimeknights.mantle.item.ItemBlockMeta@36be9a2f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5218 natura:redwood_button slimeknights.mantle.item.ItemBlockMeta@105c7c4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5219 natura:redwood_pressure_plate slimeknights.mantle.item.ItemBlockMeta@18af70f5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5220 natura:redwood_trap_door slimeknights.mantle.item.ItemBlockMeta@7526ffe +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5221 natura:redwood_fence slimeknights.mantle.item.ItemBlockMeta@45ffe2d9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5222 natura:redwood_fence_gate slimeknights.mantle.item.ItemBlockMeta@6a6b2645 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5223 natura:overworld_bookshelves slimeknights.mantle.item.ItemBlockMeta@9a0db25 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5224 natura:overworld_workbenches slimeknights.mantle.item.ItemBlockMeta@1d197870 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5225 natura:ghostwood_button slimeknights.mantle.item.ItemBlockMeta@27cab820 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5226 natura:ghostwood_pressure_plate slimeknights.mantle.item.ItemBlockMeta@14a0eb92 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5227 natura:ghostwood_trap_door slimeknights.mantle.item.ItemBlockMeta@1b5663d0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5228 natura:ghostwood_fence slimeknights.mantle.item.ItemBlockMeta@4d5a5232 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5229 natura:ghostwood_fence_gate slimeknights.mantle.item.ItemBlockMeta@3f23e801 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5230 natura:bloodwood_button slimeknights.mantle.item.ItemBlockMeta@2ccc680c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5231 natura:bloodwood_pressure_plate slimeknights.mantle.item.ItemBlockMeta@4acc6a6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5232 natura:bloodwood_trap_door slimeknights.mantle.item.ItemBlockMeta@1bf8cfc3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5233 natura:bloodwood_fence slimeknights.mantle.item.ItemBlockMeta@3bbb5f5d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5234 natura:bloodwood_fence_gate slimeknights.mantle.item.ItemBlockMeta@7478cc2e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5235 natura:fusewood_button slimeknights.mantle.item.ItemBlockMeta@1683bdf1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5236 natura:fusewood_pressure_plate slimeknights.mantle.item.ItemBlockMeta@4b58fe35 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5237 natura:fusewood_trap_door slimeknights.mantle.item.ItemBlockMeta@2a7811b4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5238 natura:fusewood_fence slimeknights.mantle.item.ItemBlockMeta@1853a169 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5239 natura:fusewood_fence_gate slimeknights.mantle.item.ItemBlockMeta@13b4eba7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5240 natura:darkwood_button slimeknights.mantle.item.ItemBlockMeta@1f1116b2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5241 natura:darkwood_pressure_plate slimeknights.mantle.item.ItemBlockMeta@758e5155 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5242 natura:darkwood_trap_door slimeknights.mantle.item.ItemBlockMeta@70d3ee64 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5243 natura:darkwood_fence slimeknights.mantle.item.ItemBlockMeta@448eda0a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5244 natura:darkwood_fence_gate slimeknights.mantle.item.ItemBlockMeta@53bde0af +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5245 natura:nether_bookshelves slimeknights.mantle.item.ItemBlockMeta@54be1774 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5246 natura:nether_workbenches slimeknights.mantle.item.ItemBlockMeta@3bf17349 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5247 traverse:red_autumnal_leaves net.minecraft.item.ItemBlock@91db0b7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5248 traverse:red_autumnal_sapling net.minecraft.item.ItemBlock@351991a3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5249 traverse:brown_autumnal_leaves net.minecraft.item.ItemBlock@11b835c3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5250 traverse:brown_autumnal_sapling net.minecraft.item.ItemBlock@21e36786 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5251 traverse:orange_autumnal_leaves net.minecraft.item.ItemBlock@459ff305 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5252 traverse:orange_autumnal_sapling net.minecraft.item.ItemBlock@3c72f69c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5253 traverse:yellow_autumnal_leaves net.minecraft.item.ItemBlock@6cb4dafc +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5254 traverse:yellow_autumnal_sapling net.minecraft.item.ItemBlock@56515fbb +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5255 traverse:fir_leaves net.minecraft.item.ItemBlock@6c6c89af +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5256 traverse:fir_sapling net.minecraft.item.ItemBlock@478154a8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5257 traverse:fir_log net.minecraft.item.ItemBlock@d28059e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5258 traverse:fir_planks net.minecraft.item.ItemBlock@51583f07 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5259 traverse:fir_stairs net.minecraft.item.ItemBlock@5971e572 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5260 traverse:fir_slab net.minecraft.item.ItemSlab@1418dee0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5261 traverse:fir_fence net.minecraft.item.ItemBlock@59d12d08 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5262 traverse:fir_fence_gate net.minecraft.item.ItemBlock@49e19132 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5263 traverse:fir_door prospector.traverse.item.ItemTraverseWoodDoor@1f6db709 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5264 traverse:red_rock net.minecraft.item.ItemBlock@4d5095da +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5265 traverse:red_rock_bricks net.minecraft.item.ItemBlock@1db94815 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5266 traverse:red_rock_bricks_stairs net.minecraft.item.ItemBlock@58942291 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5267 traverse:red_rock_bricks_slab net.minecraft.item.ItemSlab@2ab30375 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5268 traverse:red_rock_bricks_chiseled net.minecraft.item.ItemBlock@6384adbc +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5269 traverse:red_rock_slab net.minecraft.item.ItemSlab@34aab839 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5270 traverse:red_rock_cobblestone net.minecraft.item.ItemBlock@4dd38497 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5271 traverse:red_rock_cobblestone_stairs net.minecraft.item.ItemBlock@7f498ef3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5272 traverse:red_rock_cobblestone_slab net.minecraft.item.ItemSlab@39e625eb +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5273 traverse:red_rock_cobblestone_wall net.minecraft.item.ItemBlock@586c399e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5274 traverse:blue_rock net.minecraft.item.ItemBlock@94ae938 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5275 traverse:blue_rock_bricks net.minecraft.item.ItemBlock@3a47c0f4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5276 traverse:blue_rock_bricks_stairs net.minecraft.item.ItemBlock@3286732a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5277 traverse:blue_rock_bricks_slab net.minecraft.item.ItemSlab@b9f1c2d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5278 traverse:blue_rock_bricks_chiseled net.minecraft.item.ItemBlock@55c2274f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5279 traverse:blue_rock_slab net.minecraft.item.ItemSlab@51861d63 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5280 traverse:blue_rock_cobblestone net.minecraft.item.ItemBlock@50983b5a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5281 traverse:blue_rock_cobblestone_stairs net.minecraft.item.ItemBlock@23952b10 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5282 traverse:blue_rock_cobblestone_slab net.minecraft.item.ItemSlab@67a99872 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5283 traverse:blue_rock_cobblestone_wall net.minecraft.item.ItemBlock@625fce1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5284 traverse:dead_grass net.minecraft.item.ItemBlock@17764594 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5285 traverse:cold_grass net.minecraft.item.ItemBlock@1db131c1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5286 betterwithmods:breeding_harness betterwithmods.common.items.ItemBreedingHarness@1f9b60c6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5287 betterwithmods:anchor net.minecraft.item.ItemBlock@3ae4dc44 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5288 betterwithmods:rope net.minecraft.item.ItemBlock@2ecfdde0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5289 betterwithmods:single_machine betterwithmods.common.blocks.ItemBlockMeta@1a0b001c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5290 betterwithmods:wooden_axle net.minecraft.item.ItemBlock@5e52cecb +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5291 betterwithmods:steel_axle net.minecraft.item.ItemBlock@42482fb9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5292 betterwithmods:wooden_gearbox net.minecraft.item.ItemBlock@1238cacd +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5293 betterwithmods:steel_gearbox net.minecraft.item.ItemBlock@50713376 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5294 betterwithmods:steel_broken_gearbox net.minecraft.item.ItemBlock@181d9b25 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5295 betterwithmods:wooden_broken_gearbox net.minecraft.item.ItemBlock@1bab5a78 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5296 betterwithmods:hand_crank net.minecraft.item.ItemBlock@4f919562 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5297 betterwithmods:wicker net.minecraft.item.ItemBlock@1622f565 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5298 betterwithmods:grate betterwithmods.common.blocks.ItemBlockMeta@62928037 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5299 betterwithmods:slats betterwithmods.common.blocks.ItemBlockMeta@23ab6e87 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5300 betterwithmods:planter betterwithmods.common.blocks.ItemBlockPlanter@6052d515 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5301 betterwithmods:vase betterwithmods.common.blocks.ItemBlockMeta@61da9da7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5302 betterwithmods:urn betterwithmods.common.blocks.ItemBlockUrn@17bf2a93 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5303 betterwithmods:unfired_pottery betterwithmods.common.blocks.ItemBlockMeta@6f18a1b5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5304 betterwithmods:hibachi net.minecraft.item.ItemBlock@19942b3e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5305 betterwithmods:bellows betterwithmods.common.blocks.ItemBlockMeta@2c96ba0e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5306 betterwithmods:hemp betterwithmods.common.items.ItemHempSeed@4293e6bd +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5307 betterwithmods:detector net.minecraft.item.ItemBlock@682ce253 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5308 betterwithmods:lens net.minecraft.item.ItemBlock@5059f9b3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5309 betterwithmods:saw net.minecraft.item.ItemBlock@49866f7c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5310 betterwithmods:aesthetic betterwithmods.common.blocks.ItemBlockMeta@147dceff +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5311 betterwithmods:booster net.minecraft.item.ItemBlock@1b4c8859 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5312 betterwithmods:wood_siding betterwithmods.common.blocks.mini.ItemBlockMini@4c77ee2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5313 betterwithmods:wood_moulding betterwithmods.common.blocks.mini.ItemBlockMini@7e400c89 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5314 betterwithmods:wood_corner betterwithmods.common.blocks.mini.ItemBlockMini@4b03f88 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5315 betterwithmods:wood_bench betterwithmods.common.blocks.ItemBlockMeta@7bc16107 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5316 betterwithmods:wood_table betterwithmods.common.blocks.ItemBlockMeta@44ce20f3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5317 betterwithmods:companion_cube net.minecraft.item.ItemBlock@3a9458a7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5318 betterwithmods:block_dispenser net.minecraft.item.ItemBlock@3fdd7c02 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5319 betterwithmods:bamboo_chime betterwithmods.common.blocks.ItemBlockMeta@4fe4fba7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5320 betterwithmods:metal_chime betterwithmods.common.blocks.ItemBlockMeta@7a988310 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5321 betterwithmods:buddy_block net.minecraft.item.ItemBlock@62d1ad84 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5322 betterwithmods:creative_generator net.minecraft.item.ItemBlock@36b8e0b0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5323 betterwithmods:light net.minecraft.item.ItemBlock@5ee90c03 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5324 betterwithmods:platform net.minecraft.item.ItemBlock@605794cd +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5325 betterwithmods:mining_charge net.minecraft.item.ItemBlock@f85b8ce +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5326 betterwithmods:fertile_farmland net.minecraft.item.ItemBlock@7e4974ee +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5327 betterwithmods:screw_pump net.minecraft.item.ItemBlock@6856f630 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5328 betterwithmods:vine_trap net.minecraft.item.ItemBlock@34fbf60b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5329 betterwithmods:raw_pastry betterwithmods.common.blocks.ItemBlockMeta@161a7b92 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5330 betterwithmods:steel_anvil net.minecraft.item.ItemBlock@234183bb +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5331 betterwithmods:stone_siding betterwithmods.common.blocks.mini.ItemBlockMini@7c791695 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5332 betterwithmods:stone_moulding betterwithmods.common.blocks.mini.ItemBlockMini@17d9ecbf +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5333 betterwithmods:stone_corner betterwithmods.common.blocks.mini.ItemBlockMini@525ac33d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5334 betterwithmods:dirt_slab betterwithmods.common.items.ItemSimpleSlab@7d29ce96 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5335 betterwithmods:cooking_pot betterwithmods.common.BWMBlocks$1@49d0b218 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5336 betterwithmods:iron_wall net.minecraft.item.ItemBlock@11b41389 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5337 betterwithmods:stake net.minecraft.item.ItemBlock@157369a9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5338 betterwithmods:nether_growth betterwithmods.common.blocks.ItemBlockSpore@261d48ef +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5339 betterwithmods:steel_block betterwithmods.common.BWMBlocks$2@6a917e46 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5340 betterwithmods:steel_saw betterwithmods.common.items.tools.ItemSteelSaw@5b8810c6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5341 betterwithmods:blood_log net.minecraft.item.ItemBlock@5538143f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5342 betterwithmods:blood_leaves net.minecraft.item.ItemBlock@19ae7447 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5343 betterwithmods:blood_sapling net.minecraft.item.ItemBlock@78ac4a7a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5344 betterwithmods:nether_clay net.minecraft.item.ItemBlock@63397b89 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5345 betterwithmods:cobblestone betterwithmods.common.blocks.ItemBlockMeta@7635023d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5346 betterwithmods:steel_pressure_plate net.minecraft.item.ItemBlock@1cd35cf0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5347 betterwithmods:infernal_enchanter net.minecraft.item.ItemBlock@6b63a8a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5348 betterwithmods:candle betterwithmods.common.blocks.ItemBlockMeta@2efbfce6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5349 betterwithmods:candle_holder net.minecraft.item.ItemBlock@708137ee +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5350 betterwithmods:shaft net.minecraft.item.ItemBlock@7633d1d2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5351 betterwithmods:bucket net.minecraft.item.ItemBlock@4166c7f4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5352 betterwithmods:material betterwithmods.common.items.ItemMaterial@308b0ff2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5353 betterwithmods:axle_generator betterwithmods.common.items.ItemAxleGenerator@49cc704a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5354 betterwithmods:bark betterwithmods.common.items.ItemBark@211985e0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5355 betterwithmods:donut net.minecraft.item.ItemFood@56b7bf50 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5356 betterwithmods:dynamite betterwithmods.common.items.ItemDynamite@11a7426f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5357 betterwithmods:fertilizer betterwithmods.common.items.ItemFertilizer@3e2bceeb +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5358 betterwithmods:steel_axe betterwithmods.common.items.tools.ItemSoulforgedAxe@144fb744 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5359 betterwithmods:steel_hoe betterwithmods.common.items.tools.ItemSoulforgedHoe@799416a8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5360 betterwithmods:steel_pickaxe betterwithmods.common.items.tools.ItemSoulforgedPickaxe@12b26bf5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5361 betterwithmods:steel_shovel betterwithmods.common.items.tools.ItemSoulforgedShovel@720ea3de +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5362 betterwithmods:steel_sword betterwithmods.common.items.tools.ItemSoulforgedSword@1b12df4c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5363 betterwithmods:steel_mattock betterwithmods.common.items.tools.ItemSoulforgedMattock@42eaabd0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5364 betterwithmods:steel_battleaxe betterwithmods.common.items.tools.ItemSoulforgedBattleAxe@43869dbb +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5365 betterwithmods:steel_hacksaw betterwithmods.common.items.tools.ItemHacksaw@4411d646 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5366 betterwithmods:steel_helmet betterwithmods.common.items.tools.ItemSoulforgeArmor@6c7ab336 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5367 betterwithmods:steel_chest betterwithmods.common.items.tools.ItemSoulforgeArmor@6f6c4fea +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5368 betterwithmods:steel_pants betterwithmods.common.items.tools.ItemSoulforgeArmor@496cee9a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5369 betterwithmods:steel_boots betterwithmods.common.items.tools.ItemSoulforgeArmor@2888bd5a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5370 betterwithmods:creeper_oyster betterwithmods.common.items.ItemAltNameFood@49749937 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5371 betterwithmods:ender_spectacles betterwithmods.common.items.ItemEnderSpectacles@636827dd +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5372 betterwithmods:raw_egg net.minecraft.item.ItemFood@5e570fe2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5373 betterwithmods:cooked_egg net.minecraft.item.ItemFood@294b3ad6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5374 betterwithmods:raw_scrambled_egg net.minecraft.item.ItemFood@63a26a5f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5375 betterwithmods:cooked_scrambled_egg net.minecraft.item.ItemFood@ef2ea3d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5376 betterwithmods:raw_omelet net.minecraft.item.ItemFood@68bcdc1e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5377 betterwithmods:cooked_omelet net.minecraft.item.ItemFood@18d1c655 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5378 betterwithmods:ham_and_eggs net.minecraft.item.ItemFood@68d1b782 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5379 betterwithmods:tasty_sandwich net.minecraft.item.ItemFood@71eb1ba7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5380 betterwithmods:composite_bow betterwithmods.common.items.tools.ItemCompositeBow@7f3975a8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5381 betterwithmods:broadhead_arrow betterwithmods.common.items.tools.ItemBroadheadArrow@69ccf774 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5382 betterwithmods:beef_dinner net.minecraft.item.ItemFood@c443068 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5383 betterwithmods:beef_potatoes net.minecraft.item.ItemFood@25db3464 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5384 betterwithmods:chicken_soup net.minecraft.item.ItemSoup@11fb9142 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5385 betterwithmods:chocolate net.minecraft.item.ItemFood@1f82a35e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5386 betterwithmods:chowder net.minecraft.item.ItemSoup@32e807b6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5387 betterwithmods:cooked_kebab net.minecraft.item.ItemFood@4e6c6d9b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5388 betterwithmods:hearty_stew net.minecraft.item.ItemSoup@3508495 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5389 betterwithmods:raw_kebab net.minecraft.item.ItemFood@9425ff2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5390 betterwithmods:pork_dinner net.minecraft.item.ItemFood@7be53cdb +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5391 betterwithmods:stump_remover betterwithmods.common.items.tools.ItemStumpRemover@56488689 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5392 betterwithmods:dirt_pile net.minecraft.item.Item@513bc4f9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5393 betterwithmods:gravel_pile net.minecraft.item.Item@4a9dace3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5394 betterwithmods:sand_pile net.minecraft.item.Item@18cc528f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5395 betterwithmods:red_sand_pile net.minecraft.item.Item@a22f3d1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5396 betterwithmods:wolf_chop net.minecraft.item.ItemFood@531e260 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5397 betterwithmods:cooked_wolf_chop net.minecraft.item.ItemFood@22ecac91 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5398 betterwithmods:kibble net.minecraft.item.ItemFood@584eda69 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5399 betterwithmods:apple_pie net.minecraft.item.ItemFood@45ef06ca +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5400 betterwithmods:manual betterwithmods.common.items.ItemBookManual@4f47def5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5401 betterwithmods:mystery_meat net.minecraft.item.ItemFood@8887ba8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5402 betterwithmods:cooked_mystery_meat net.minecraft.item.ItemFood@26bb7542 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5403 betterwithmods:bat_wing net.minecraft.item.ItemFood@1bdfee09 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5404 betterwithmods:cooked_bat_wing net.minecraft.item.ItemFood@6a1e2bf1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5405 betterwithmods:arcane_scroll betterwithmods.common.items.ItemArcaneScroll@21004821 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5406 betterwithmods:leather_tanned_boots betterwithmods.common.items.tools.ItemLeatherTannedArmor@a513b7e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5407 betterwithmods:leather_tanned_chest betterwithmods.common.items.tools.ItemLeatherTannedArmor@f5b77ec +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5408 betterwithmods:leather_tanned_helmet betterwithmods.common.items.tools.ItemLeatherTannedArmor@71f0ef43 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5409 betterwithmods:leather_tanned_pants betterwithmods.common.items.tools.ItemLeatherTannedArmor@3aa47bc4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5410 betterwithmods:wool_boots betterwithmods.common.items.tools.ItemWoolArmor@451be88d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5411 betterwithmods:wool_chest betterwithmods.common.items.tools.ItemWoolArmor@382ed47f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5412 betterwithmods:wool_helmet betterwithmods.common.items.tools.ItemWoolArmor@4dabea62 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5413 betterwithmods:wool_pants betterwithmods.common.items.tools.ItemWoolArmor@5412e294 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5414 betterwithmods:siding_rock betterwithmods.module.gameplay.miniblocks.ItemMini@5c6c3826 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5415 betterwithmods:siding_iron betterwithmods.module.gameplay.miniblocks.ItemMini@38273a04 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5416 betterwithmods:siding_ground betterwithmods.module.gameplay.miniblocks.ItemMini@23fdcf52 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5417 betterwithmods:siding_wood betterwithmods.module.gameplay.miniblocks.ItemMini@9fca4c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5418 betterwithmods:siding_clay betterwithmods.module.gameplay.miniblocks.ItemMini@3d0f6f71 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5419 betterwithmods:moulding_rock betterwithmods.module.gameplay.miniblocks.ItemMini@3c7985ce +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5420 betterwithmods:moulding_iron betterwithmods.module.gameplay.miniblocks.ItemMini@71334a4c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5421 betterwithmods:moulding_ground betterwithmods.module.gameplay.miniblocks.ItemMini@f00238c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5422 betterwithmods:moulding_wood betterwithmods.module.gameplay.miniblocks.ItemMini@4932a1fa +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5423 betterwithmods:moulding_clay betterwithmods.module.gameplay.miniblocks.ItemMini@39151ae7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5424 betterwithmods:corner_rock betterwithmods.module.gameplay.miniblocks.ItemMini@529f46a3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5425 betterwithmods:corner_iron betterwithmods.module.gameplay.miniblocks.ItemMini@5c0d133f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5426 betterwithmods:corner_ground betterwithmods.module.gameplay.miniblocks.ItemMini@6c4435 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5427 betterwithmods:corner_wood betterwithmods.module.gameplay.miniblocks.ItemMini@11bfb4fd +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5428 betterwithmods:corner_clay betterwithmods.module.gameplay.miniblocks.ItemMini@39bd5237 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5429 appliedenergistics2:quartz_ore appeng.block.AEBaseItemBlock@6f329abe +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5430 appliedenergistics2:charged_quartz_ore appeng.block.AEBaseItemBlock@346d3f9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5431 appliedenergistics2:matrix_frame appeng.block.AEBaseItemBlock@50b9154c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5432 appliedenergistics2:quartz_block appeng.block.AEBaseItemBlock@34164e05 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5433 appliedenergistics2:quartz_pillar appeng.block.AEBaseItemBlock@4f0ad553 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5434 appliedenergistics2:chiseled_quartz_block appeng.block.AEBaseItemBlock@7ae61e50 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5435 appliedenergistics2:quartz_glass appeng.block.AEBaseItemBlock@62ed7735 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5436 appliedenergistics2:quartz_vibrant_glass appeng.block.AEBaseItemBlock@648d7b0b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5437 appliedenergistics2:quartz_fixture appeng.block.AEBaseItemBlock@7d349a84 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5438 appliedenergistics2:fluix_block appeng.block.AEBaseItemBlock@376a1fec +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5439 appliedenergistics2:sky_stone_block appeng.block.AEBaseItemBlock@3e3792eb +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5440 appliedenergistics2:smooth_sky_stone_block appeng.block.AEBaseItemBlock@316de305 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5441 appliedenergistics2:sky_stone_brick appeng.block.AEBaseItemBlock@6854bf16 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5442 appliedenergistics2:sky_stone_small_brick appeng.block.AEBaseItemBlock@fa6488f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5443 appliedenergistics2:grindstone appeng.block.AEBaseItemBlock@d84335a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5444 appliedenergistics2:crank appeng.block.AEBaseItemBlock@53af8c24 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5445 appliedenergistics2:inscriber appeng.block.AEBaseItemBlock@1e4e2548 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5446 appliedenergistics2:wireless_access_point appeng.block.AEBaseItemBlock@2311f43e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5447 appliedenergistics2:charger appeng.block.AEBaseItemBlock@f231de5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5448 appliedenergistics2:tiny_tnt appeng.block.AEBaseItemBlock@723dca9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5449 appliedenergistics2:security_station appeng.block.AEBaseItemBlock@20c26e89 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5450 appliedenergistics2:quantum_ring appeng.block.AEBaseItemBlock@4fc97bbc +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5451 appliedenergistics2:quantum_link appeng.block.AEBaseItemBlock@6355d67f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5452 appliedenergistics2:spatial_pylon appeng.block.AEBaseItemBlock@740e33c5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5453 appliedenergistics2:spatial_io_port appeng.block.AEBaseItemBlock@470badeb +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5454 appliedenergistics2:controller appeng.block.AEBaseItemBlock@439b3a2d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5455 appliedenergistics2:drive appeng.block.AEBaseItemBlock@e30fa0f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5456 appliedenergistics2:chest appeng.block.AEBaseItemBlock@ba57017 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5457 appliedenergistics2:interface appeng.block.AEBaseItemBlock@115be07d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5458 appliedenergistics2:fluid_interface appeng.block.AEBaseItemBlock@b8bea29 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5459 appliedenergistics2:cell_workbench appeng.block.AEBaseItemBlock@2e289d5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5460 appliedenergistics2:io_port appeng.block.AEBaseItemBlock@22e77456 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5461 appliedenergistics2:condenser appeng.block.AEBaseItemBlock@6cf1307f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5462 appliedenergistics2:energy_acceptor appeng.block.AEBaseItemBlock@387f556a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5463 appliedenergistics2:vibration_chamber appeng.block.AEBaseItemBlock@2e45cf91 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5464 appliedenergistics2:quartz_growth_accelerator appeng.block.AEBaseItemBlock@37994bcb +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5465 appliedenergistics2:energy_cell appeng.block.AEBaseItemBlockChargeable@528ee78f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5466 appliedenergistics2:dense_energy_cell appeng.block.AEBaseItemBlockChargeable@10182cb1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5467 appliedenergistics2:creative_energy_cell appeng.block.AEBaseItemBlock@10214064 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5468 appliedenergistics2:crafting_unit appeng.block.AEBaseItemBlock@6d9b86b8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5469 appliedenergistics2:crafting_accelerator appeng.block.AEBaseItemBlock@488cb61b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5470 appliedenergistics2:crafting_storage_1k appeng.block.crafting.ItemCraftingStorage@19a0661f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5471 appliedenergistics2:crafting_storage_4k appeng.block.crafting.ItemCraftingStorage@318272f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5472 appliedenergistics2:crafting_storage_16k appeng.block.crafting.ItemCraftingStorage@3287dfb2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5473 appliedenergistics2:crafting_storage_64k appeng.block.crafting.ItemCraftingStorage@1f969b97 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5474 appliedenergistics2:crafting_monitor appeng.block.AEBaseItemBlock@51c86e4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5475 appliedenergistics2:molecular_assembler appeng.block.AEBaseItemBlock@477fe837 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5476 appliedenergistics2:light_detector appeng.block.AEBaseItemBlock@4b89c525 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5477 appliedenergistics2:paint appeng.block.AEBaseItemBlock@60e8a5e0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5478 appliedenergistics2:sky_stone_stairs net.minecraft.item.ItemBlock@1a224bf +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5479 appliedenergistics2:smooth_sky_stone_stairs net.minecraft.item.ItemBlock@39a44aec +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5480 appliedenergistics2:sky_stone_brick_stairs net.minecraft.item.ItemBlock@3c010010 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5481 appliedenergistics2:sky_stone_small_brick_stairs net.minecraft.item.ItemBlock@19e365d5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5482 appliedenergistics2:fluix_stairs net.minecraft.item.ItemBlock@9743d8a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5483 appliedenergistics2:quartz_stairs net.minecraft.item.ItemBlock@129ce562 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5484 appliedenergistics2:chiseled_quartz_stairs net.minecraft.item.ItemBlock@26a966a1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5485 appliedenergistics2:quartz_pillar_stairs net.minecraft.item.ItemBlock@2466626c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5486 appliedenergistics2:cable_bus appeng.block.AEBaseItemBlock@c569307 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5487 appliedenergistics2:sky_stone_slab net.minecraft.item.ItemSlab@7914c01a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5488 appliedenergistics2:smooth_sky_stone_slab net.minecraft.item.ItemSlab@14e53df7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5489 appliedenergistics2:sky_stone_brick_slab net.minecraft.item.ItemSlab@3874805 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5490 appliedenergistics2:sky_stone_small_brick_slab net.minecraft.item.ItemSlab@3b712dd9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5491 appliedenergistics2:fluix_slab net.minecraft.item.ItemSlab@64ba2ebd +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5492 appliedenergistics2:quartz_slab net.minecraft.item.ItemSlab@598dbd58 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5493 appliedenergistics2:chiseled_quartz_slab net.minecraft.item.ItemSlab@6073010c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5494 appliedenergistics2:quartz_pillar_slab net.minecraft.item.ItemSlab@52dee73e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5495 appliedenergistics2:certus_quartz_axe appeng.items.tools.quartz.ToolQuartzAxe@6724e41e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5496 appliedenergistics2:certus_quartz_hoe appeng.items.tools.quartz.ToolQuartzHoe@53f7f2df +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5497 appliedenergistics2:certus_quartz_spade appeng.items.tools.quartz.ToolQuartzSpade@2bf4f2cc +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5498 appliedenergistics2:certus_quartz_pickaxe appeng.items.tools.quartz.ToolQuartzPickaxe@eb6179b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5499 appliedenergistics2:certus_quartz_sword appeng.items.tools.quartz.ToolQuartzSword@4ef20647 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5500 appliedenergistics2:certus_quartz_wrench ToolQuartzWrench[certus_quartz_wrench] +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5501 appliedenergistics2:certus_quartz_cutting_knife ToolQuartzCuttingKnife[certus_quartz_cutting_knife] +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5502 appliedenergistics2:nether_quartz_axe appeng.items.tools.quartz.ToolQuartzAxe@102550cb +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5503 appliedenergistics2:nether_quartz_hoe appeng.items.tools.quartz.ToolQuartzHoe@4e3bbcb6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5504 appliedenergistics2:nether_quartz_spade appeng.items.tools.quartz.ToolQuartzSpade@173f6c39 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5505 appliedenergistics2:nether_quartz_pickaxe appeng.items.tools.quartz.ToolQuartzPickaxe@358e956b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5506 appliedenergistics2:nether_quartz_sword appeng.items.tools.quartz.ToolQuartzSword@f973819 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5507 appliedenergistics2:nether_quartz_wrench ToolQuartzWrench[nether_quartz_wrench] +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5508 appliedenergistics2:nether_quartz_cutting_knife ToolQuartzCuttingKnife[nether_quartz_cutting_knife] +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5509 appliedenergistics2:entropy_manipulator ToolEntropyManipulator[entropy_manipulator] +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5510 appliedenergistics2:wireless_terminal ToolWirelessTerminal[wireless_terminal] +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5511 appliedenergistics2:charged_staff ToolChargedStaff[charged_staff] +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5512 appliedenergistics2:matter_cannon ToolMatterCannon[matter_cannon] +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5513 appliedenergistics2:portable_cell ToolPortableCell[portable_cell] +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5514 appliedenergistics2:color_applicator ToolColorApplicator[color_applicator] +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5515 appliedenergistics2:biometric_card ToolBiometricCard[biometric_card] +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5516 appliedenergistics2:memory_card ToolMemoryCard[memory_card] +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5517 appliedenergistics2:network_tool ToolNetworkTool[network_tool] +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5518 appliedenergistics2:creative_storage_cell ItemCreativeStorageCell[creative_storage_cell] +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5519 appliedenergistics2:view_cell ItemViewCell[view_cell] +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5520 appliedenergistics2:storage_cell_1k BasicItemStorageCell[storage_cell_1k] +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5521 appliedenergistics2:storage_cell_4k BasicItemStorageCell[storage_cell_4k] +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5522 appliedenergistics2:storage_cell_16k BasicItemStorageCell[storage_cell_16k] +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5523 appliedenergistics2:storage_cell_64k BasicItemStorageCell[storage_cell_64k] +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5524 appliedenergistics2:fluid_storage_cell_1k BasicFluidStorageCell[fluid_storage_cell_1k] +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5525 appliedenergistics2:fluid_storage_cell_4k BasicFluidStorageCell[fluid_storage_cell_4k] +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5526 appliedenergistics2:fluid_storage_cell_16k BasicFluidStorageCell[fluid_storage_cell_16k] +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5527 appliedenergistics2:fluid_storage_cell_64k BasicFluidStorageCell[fluid_storage_cell_64k] +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5528 appliedenergistics2:spatial_storage_cell_2_cubed ItemSpatialStorageCell[spatial_storage_cell_2_cubed] +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5529 appliedenergistics2:spatial_storage_cell_16_cubed ItemSpatialStorageCell[spatial_storage_cell_16_cubed] +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5530 appliedenergistics2:spatial_storage_cell_128_cubed ItemSpatialStorageCell[spatial_storage_cell_128_cubed] +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5531 appliedenergistics2:facade ItemFacade[facade] +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5532 appliedenergistics2:crystal_seed ItemCrystalSeed[crystal_seed] +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5533 appliedenergistics2:encoded_pattern ItemEncodedPattern[encoded_pattern] +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5534 appliedenergistics2:paint_ball ItemPaintBall[paint_ball] +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5535 appliedenergistics2:dummy_fluid_item FluidDummyItem[dummy_fluid_item] +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5536 appliedenergistics2:material ItemMaterial[material] +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5537 appliedenergistics2:part ItemPart[part] +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5538 astikorcarts:wheel de.mennomax.astikorcarts.item.ItemWheel@f477ec6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5539 astikorcarts:cargocart de.mennomax.astikorcarts.item.ItemCargoCart@7ee77b00 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5540 astikorcarts:plowcart de.mennomax.astikorcarts.item.ItemPlowCart@7f1ca54b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5541 astikorcarts:mobcart de.mennomax.astikorcarts.item.ItemMobCart@685de963 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5542 quark:witch_hat vazkii.quark.vanity.item.ItemWitchHat@1914b3fe +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5543 quark:polished_stone vazkii.arl.item.ItemModBlock@5cd80be0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5544 quark:stone_wall vazkii.arl.item.ItemModBlock@19a25400 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5545 quark:stone_granite_wall vazkii.arl.item.ItemModBlock@38e8c82 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5546 quark:stone_diorite_wall vazkii.arl.item.ItemModBlock@49f7b61 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5547 quark:stone_andesite_wall vazkii.arl.item.ItemModBlock@1804e719 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5548 quark:sandstone_wall vazkii.arl.item.ItemModBlock@138da24d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5549 quark:red_sandstone_wall vazkii.arl.item.ItemModBlock@6490d622 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5550 quark:stonebrick_wall vazkii.arl.item.ItemModBlock@1babfda2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5551 quark:brick_wall vazkii.arl.item.ItemModBlock@2428fde1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5552 quark:quartz_wall vazkii.arl.item.ItemModBlock@5ac9ace3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5553 quark:prismarine_rough_wall vazkii.arl.item.ItemModBlock@388a405e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5554 quark:purpur_block_wall vazkii.arl.item.ItemModBlock@7c08ec00 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5555 quark:end_bricks_wall vazkii.arl.item.ItemModBlock@1facc195 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5556 quark:hardened_clay_tiles vazkii.arl.item.ItemModBlock@815c837 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5557 quark:hardened_clay_tiles_stairs vazkii.arl.item.ItemModBlock@62f7e1db +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5558 quark:hardened_clay_tiles_slab vazkii.arl.item.ItemModBlockSlab@59247969 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5559 quark:stained_clay_tiles vazkii.arl.item.ItemModBlock@207dbbb1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5560 quark:stained_clay_tiles_white_stairs vazkii.arl.item.ItemModBlock@60f8bf9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5561 quark:stained_clay_tiles_orange_stairs vazkii.arl.item.ItemModBlock@5bab5bda +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5562 quark:stained_clay_tiles_magenta_stairs vazkii.arl.item.ItemModBlock@213e9ef7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5563 quark:stained_clay_tiles_light_blue_stairs vazkii.arl.item.ItemModBlock@6cd31952 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5564 quark:stained_clay_tiles_yellow_stairs vazkii.arl.item.ItemModBlock@16791772 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5565 quark:stained_clay_tiles_lime_stairs vazkii.arl.item.ItemModBlock@178debec +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5566 quark:stained_clay_tiles_pink_stairs vazkii.arl.item.ItemModBlock@421116cc +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5567 quark:stained_clay_tiles_gray_stairs vazkii.arl.item.ItemModBlock@367c9e55 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5568 quark:stained_clay_tiles_silver_stairs vazkii.arl.item.ItemModBlock@6860cd6f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5569 quark:stained_clay_tiles_cyan_stairs vazkii.arl.item.ItemModBlock@104a9904 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5570 quark:stained_clay_tiles_purple_stairs vazkii.arl.item.ItemModBlock@5aa75ab7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5571 quark:stained_clay_tiles_blue_stairs vazkii.arl.item.ItemModBlock@87bf980 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5572 quark:stained_clay_tiles_brown_stairs vazkii.arl.item.ItemModBlock@661e5655 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5573 quark:stained_clay_tiles_green_stairs vazkii.arl.item.ItemModBlock@2258712b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5574 quark:stained_clay_tiles_red_stairs vazkii.arl.item.ItemModBlock@42cae535 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5575 quark:stained_clay_tiles_black_stairs vazkii.arl.item.ItemModBlock@152ab315 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5576 quark:stained_clay_tiles_white_slab vazkii.arl.item.ItemModBlockSlab@192f31b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5577 quark:stained_clay_tiles_orange_slab vazkii.arl.item.ItemModBlockSlab@60a21b2b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5578 quark:stained_clay_tiles_magenta_slab vazkii.arl.item.ItemModBlockSlab@75d4b947 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5579 quark:stained_clay_tiles_light_blue_slab vazkii.arl.item.ItemModBlockSlab@35a60ef3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5580 quark:stained_clay_tiles_yellow_slab vazkii.arl.item.ItemModBlockSlab@23ba2977 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5581 quark:stained_clay_tiles_lime_slab vazkii.arl.item.ItemModBlockSlab@53b11568 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5582 quark:stained_clay_tiles_pink_slab vazkii.arl.item.ItemModBlockSlab@3ff80d8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5583 quark:stained_clay_tiles_gray_slab vazkii.arl.item.ItemModBlockSlab@62bc7c2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5584 quark:stained_clay_tiles_silver_slab vazkii.arl.item.ItemModBlockSlab@7428a7e1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5585 quark:stained_clay_tiles_cyan_slab vazkii.arl.item.ItemModBlockSlab@2fe9f659 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5586 quark:stained_clay_tiles_purple_slab vazkii.arl.item.ItemModBlockSlab@50ef4a3c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5587 quark:stained_clay_tiles_blue_slab vazkii.arl.item.ItemModBlockSlab@8a29234 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5588 quark:stained_clay_tiles_brown_slab vazkii.arl.item.ItemModBlockSlab@39043b6e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5589 quark:stained_clay_tiles_green_slab vazkii.arl.item.ItemModBlockSlab@593f5929 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5590 quark:stained_clay_tiles_red_slab vazkii.arl.item.ItemModBlockSlab@732b4698 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5591 quark:stained_clay_tiles_black_slab vazkii.arl.item.ItemModBlockSlab@6f8459fb +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5592 quark:sturdy_stone vazkii.arl.item.ItemModBlock@7743c02e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5593 quark:stone_stairs vazkii.arl.item.ItemModBlock@541629fe +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5594 quark:stone_granite_stairs vazkii.arl.item.ItemModBlock@7da0aa62 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5595 quark:stone_granite_slab vazkii.arl.item.ItemModBlockSlab@30a66fac +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5596 quark:stone_diorite_stairs vazkii.arl.item.ItemModBlock@598d9b26 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5597 quark:stone_diorite_slab vazkii.arl.item.ItemModBlockSlab@3cb11030 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5598 quark:stone_andesite_stairs vazkii.arl.item.ItemModBlock@443a5e7e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5599 quark:stone_andesite_slab vazkii.arl.item.ItemModBlockSlab@47e2825a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5600 quark:end_bricks_stairs vazkii.arl.item.ItemModBlock@7283752b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5601 quark:end_bricks_slab vazkii.arl.item.ItemModBlockSlab@4607dbdb +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5602 quark:prismarine_bricks_stairs vazkii.arl.item.ItemModBlock@5058a4cb +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5603 quark:prismarine_bricks_slab vazkii.arl.item.ItemModBlockSlab@3fb0cc8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5604 quark:prismarine_dark_stairs vazkii.arl.item.ItemModBlock@6ab80bb1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5605 quark:prismarine_dark_slab vazkii.arl.item.ItemModBlockSlab@1299dc3e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5606 quark:red_nether_brick_stairs vazkii.arl.item.ItemModBlock@7724c5a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5607 quark:red_nether_brick_slab vazkii.arl.item.ItemModBlockSlab@5c349d30 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5608 quark:charred_nether_bricks vazkii.arl.item.ItemModBlock@767be084 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5609 quark:charred_nether_brick_stairs vazkii.arl.item.ItemModBlock@2a5fba59 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5610 quark:charred_nether_brick_slab vazkii.arl.item.ItemModBlockSlab@3fda33d4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5611 quark:world_stone_bricks vazkii.arl.item.ItemModBlock@477fe402 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5612 quark:world_stone_carved vazkii.arl.item.ItemModBlock@6ea943a9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5613 quark:stone_granite_bricks_stairs vazkii.arl.item.ItemModBlock@39f3b157 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5614 quark:stone_granite_bricks_slab vazkii.arl.item.ItemModBlockSlab@57d9712e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5615 quark:stone_diorite_bricks_stairs vazkii.arl.item.ItemModBlock@6fbec023 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5616 quark:stone_diorite_bricks_slab vazkii.arl.item.ItemModBlockSlab@4b2e6276 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5617 quark:stone_andesite_bricks_stairs vazkii.arl.item.ItemModBlock@6f730b4d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5618 quark:stone_andesite_bricks_slab vazkii.arl.item.ItemModBlockSlab@733f478c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5619 quark:stone_granite_bricks_wall vazkii.arl.item.ItemModBlock@6a993e10 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5620 quark:stone_diorite_bricks_wall vazkii.arl.item.ItemModBlock@521ccce7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5621 quark:stone_andesite_bricks_wall vazkii.arl.item.ItemModBlock@25428c8a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5622 quark:midori_block vazkii.arl.item.ItemModBlock@2c48ac89 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5623 quark:midori_pillar vazkii.arl.item.ItemModBlock@f027eae +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5624 quark:midori_block_stairs vazkii.arl.item.ItemModBlock@3bcdf05d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5625 quark:midori_block_slab vazkii.arl.item.ItemModBlockSlab@ada1d72 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5626 quark:midori_block_wall vazkii.arl.item.ItemModBlock@639fc444 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5627 quark:magma_bricks vazkii.arl.item.ItemModBlock@7f742197 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5628 quark:magma_bricks_stairs vazkii.arl.item.ItemModBlock@2bef693c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5629 quark:magma_bricks_slab vazkii.arl.item.ItemModBlockSlab@7184d0be +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5630 quark:duskbound_block vazkii.arl.item.ItemModBlock@6c24872e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5631 quark:duskbound_lantern vazkii.arl.item.ItemModBlock@32026ba4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5632 quark:duskbound_block_stairs vazkii.arl.item.ItemModBlock@62f44251 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5633 quark:duskbound_block_slab vazkii.arl.item.ItemModBlockSlab@35a26f91 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5634 quark:duskbound_block_wall vazkii.arl.item.ItemModBlock@7df783fc +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5635 quark:soul_sandstone vazkii.arl.item.ItemModBlock@5c8998ad +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5636 quark:soul_sandstone_slab vazkii.arl.item.ItemModBlockSlab@1cafbfa7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5637 quark:turf vazkii.arl.item.ItemModBlock@3a579544 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5638 quark:turf_stairs vazkii.arl.item.ItemModBlock@7b7e0991 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5639 quark:turf_slab vazkii.arl.item.ItemModBlockSlab@6b22baa3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5640 quark:polished_netherrack vazkii.arl.item.ItemModBlock@a9162e7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5641 quark:polished_netherrack_bricks_stairs vazkii.arl.item.ItemModBlock@c6a3b44 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5642 quark:polished_netherrack_bricks_slab vazkii.arl.item.ItemModBlockSlab@7d399d9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5643 quark:polished_netherrack_bricks_wall vazkii.arl.item.ItemModBlock@795acc22 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5644 quark:trowel vazkii.quark.building.item.ItemTrowel@78dd1fb4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5645 quark:glass_shards vazkii.quark.tweaks.item.ItemGlassShard@25b0bbf0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5646 quark:redstone_randomizer vazkii.arl.item.ItemModBlock@3e36e3ce +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5647 quark:iron_button vazkii.arl.item.ItemModBlock@11a203f6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5648 quark:gold_button vazkii.arl.item.ItemModBlock@1128ec9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5649 quark:ender_watcher vazkii.arl.item.ItemModBlock@215dda20 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5650 quark:iron_rod vazkii.arl.item.ItemModBlock@28fc6556 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5651 quark:obsidian_pressure_plate vazkii.arl.item.ItemModBlock@29c07e0c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5652 quark:rain_detector vazkii.arl.item.ItemModBlock@3c31d93b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5653 quark:spruce_trapdoor vazkii.arl.item.ItemModBlock@73729847 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5654 quark:birch_trapdoor vazkii.arl.item.ItemModBlock@38ef95aa +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5655 quark:jungle_trapdoor vazkii.arl.item.ItemModBlock@12f5bca5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5656 quark:acacia_trapdoor vazkii.arl.item.ItemModBlock@203f47c1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5657 quark:dark_oak_trapdoor vazkii.arl.item.ItemModBlock@47685321 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5658 quark:paper_wall vazkii.arl.item.ItemModBlock@36ecca3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5659 quark:paper_wall_big vazkii.arl.item.ItemModBlock@3cc158ff +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5660 quark:iron_ladder vazkii.arl.item.ItemModBlock@661a11e9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5661 quark:blaze_lantern vazkii.arl.item.ItemModBlock@636ea750 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5662 quark:nether_brick_fence_gate vazkii.arl.item.ItemModBlock@1690744a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5663 quark:glass_item_frame vazkii.quark.decoration.item.ItemGlassItemFrame@20a0c0c7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5664 quark:biotite_ore vazkii.arl.item.ItemModBlock@16031863 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5665 quark:biotite_block vazkii.arl.item.ItemModBlock@4179d4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5666 quark:biotite vazkii.quark.world.item.ItemBiotite@15667fb2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5667 quark:biotite_slab vazkii.arl.item.ItemModBlockSlab@33663321 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5668 quark:biotite_stairs vazkii.arl.item.ItemModBlock@3d28f52e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5669 quark:biotite_wall vazkii.arl.item.ItemModBlock@362cb486 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5670 quark:elder_prismarine vazkii.arl.item.ItemModBlock@1011c61e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5671 quark:elder_sea_lantern vazkii.arl.item.ItemModBlock@12ec1006 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5672 quark:glowcelium vazkii.arl.item.ItemModBlock@689706f0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5673 quark:glowshroom vazkii.arl.item.ItemModBlock@3b4c07e0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5674 quark:glowshroom_block vazkii.arl.item.ItemModBlock@257317a1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5675 quark:soul_bead vazkii.quark.world.item.ItemSoulBead@57ed5f29 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5676 quark:smoker vazkii.arl.item.ItemModBlock@79d63a2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5677 quark:glowstone_dust_block vazkii.arl.item.ItemModBlock@5cb517b6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5678 quark:gunpowder_block vazkii.arl.item.ItemModBlock@61c6cd9e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5679 quark:arrow_ender vazkii.quark.misc.item.ItemModArrow@1cc3d43d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5680 quark:arrow_explosive vazkii.quark.misc.item.ItemModArrow@6b66cb06 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5681 quark:arrow_torch vazkii.quark.misc.item.ItemModArrow@141cbe8b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5682 quark:slime_bucket vazkii.quark.misc.item.ItemSlimeBucket@5c6fd298 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5683 quark:black_ash vazkii.quark.misc.item.ItemBlackAshBlock@30032ac4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5684 quark:soul_powder vazkii.quark.misc.item.ItemSoulPowder@44ff93d5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5685 betterwithaddons:banner_detector betterwithaddons.item.ItemBlockMeta@13820ce9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5686 betterwithaddons:world_scale betterwithaddons.item.ItemBlockMeta@315bf713 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5687 betterwithaddons:world_scale_ore betterwithaddons.item.ItemBlockMeta@18a7bef6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5688 betterwithaddons:world_scale_active betterwithaddons.item.ItemBlockMeta@207ee70c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5689 betterwithaddons:elytra_magma betterwithaddons.item.ItemBlockMeta@231852ae +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5690 betterwithaddons:extra_grass betterwithaddons.item.ItemBlockMeta@4d95dab1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5691 betterwithaddons:pcb_block betterwithaddons.item.ItemBlockMeta@68e08dfb +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5692 betterwithaddons:lattice betterwithaddons.item.ItemBlockMeta@3ff1416c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5693 betterwithaddons:thorn_rose betterwithaddons.item.ItemBlockMeta@5e9de91e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5694 betterwithaddons:thorns betterwithaddons.item.ItemBlockMeta@3d3ee02e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5695 betterwithaddons:chute betterwithaddons.item.ItemBlockMeta@51dd3d27 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5696 betterwithaddons:aqueduct betterwithaddons.item.ItemBlockMeta@6492ec51 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5697 betterwithaddons:redstone_emitter betterwithaddons.item.ItemBlockMeta@55763cc4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5698 betterwithaddons:block_matcher betterwithaddons.item.ItemBlockMeta@1f8389d4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5699 betterwithaddons:legendarium betterwithaddons.item.ItemBlockMeta@270fbb06 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5700 betterwithaddons:weight_wood betterwithaddons.item.ItemBlockMeta@548c3bd2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5701 betterwithaddons:weight_stone betterwithaddons.item.ItemBlockMeta@3078ad9b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5702 betterwithaddons:scaffold betterwithaddons.item.ItemBlockMeta@33b65f69 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5703 betterwithaddons:spindle betterwithaddons.item.ItemBlockMeta@69bb1592 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5704 betterwithaddons:loom betterwithaddons.item.ItemBlockMeta@5c5ce1dc +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5705 betterwithaddons:leaves_luretree betterwithaddons.item.ItemBlockMeta@293d9bb9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5706 betterwithaddons:sapling_luretree betterwithaddons.item.ItemBlockMeta@2871d4e0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5707 betterwithaddons:log_luretree betterwithaddons.item.ItemBlockMeta@19d753f9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5708 betterwithaddons:log_luretree_face betterwithaddons.item.ItemBlockMeta@22be031e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5709 betterwithaddons:leaves_mulberry betterwithaddons.item.ItemBlockMeta@671bb4a3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5710 betterwithaddons:sapling_mulberry betterwithaddons.item.ItemBlockMeta@41ebba74 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5711 betterwithaddons:log_mulberry betterwithaddons.item.ItemBlockMeta@6200612b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5712 betterwithaddons:planks_mulberry betterwithaddons.item.ItemBlockMeta@30742886 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5713 betterwithaddons:leaves_sakura betterwithaddons.item.ItemBlockMeta@a703c87 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5714 betterwithaddons:sapling_sakura betterwithaddons.item.ItemBlockMeta@16540fa7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5715 betterwithaddons:log_sakura betterwithaddons.item.ItemBlockMeta@77bc2d7f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5716 betterwithaddons:planks_sakura betterwithaddons.item.ItemBlockMeta@661d0b16 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5717 betterwithaddons:ancestry_sand betterwithaddons.item.ItemBlockMeta@6d828756 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5718 betterwithaddons:ancestry_infuser betterwithaddons.item.ItemBlockMeta@5b9d8476 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5719 betterwithaddons:leafpile_sakura betterwithaddons.item.ItemBlockMeta@4ddc9daf +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5720 betterwithaddons:crop_rush betterwithaddons.item.ItemBlockSeed@43976ab9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5721 betterwithaddons:crop_rice betterwithaddons.item.ItemBlockSeed@3ad6edaa +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5722 betterwithaddons:crop_tea betterwithaddons.item.ItemBlockSeed@d5f70b2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5723 betterwithaddons:bamboo betterwithaddons.item.ItemBlockMeta@24c7b553 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5724 betterwithaddons:slat betterwithaddons.item.ItemBlockMeta@5cfdd1d0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5725 betterwithaddons:netted_screen betterwithaddons.item.ItemBlockMeta@514bcc58 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5726 betterwithaddons:iron_sand betterwithaddons.item.ItemBlockMeta@27e7ec23 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5727 betterwithaddons:kera betterwithaddons.item.ItemBlockMeta@3e93b8a1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5728 betterwithaddons:tatara betterwithaddons.item.ItemBlockMeta@cd28df2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5729 betterwithaddons:cherrybox betterwithaddons.item.ItemBlockMeta@374b93c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5730 betterwithaddons:nabe betterwithaddons.item.ItemBlockMeta@1b6acb85 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5731 betterwithaddons:shoji betterwithaddons.item.ItemBlockMeta@381f3ef9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5732 betterwithaddons:fusuma betterwithaddons.item.ItemBlockMeta@20ba8915 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5733 betterwithaddons:tatami betterwithaddons.item.ItemBlockMeta@6a17967 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5734 betterwithaddons:tatami_full betterwithaddons.item.ItemBlockMeta@4b5aacd5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5735 betterwithaddons:zen_sand betterwithaddons.item.ItemBlockMeta@af3abb1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5736 betterwithaddons:zen_redsand betterwithaddons.item.ItemBlockMeta@7e7569db +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5737 betterwithaddons:zen_soulsand betterwithaddons.item.ItemBlockMeta@73125d33 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5738 betterwithaddons:zen_ironsand betterwithaddons.item.ItemBlockMeta@6d307b80 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5739 betterwithaddons:wet_soap betterwithaddons.item.ItemBlockMeta@7a89ebb4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5740 betterwithaddons:chandelier betterwithaddons.item.ItemBlockMeta@2fe77e8f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5741 betterwithaddons:paper_wall betterwithaddons.item.ItemBlockMeta@4e7d5585 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5742 betterwithaddons:wrought_bars betterwithaddons.item.ItemBlockMeta@20ffdbb1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5743 betterwithaddons:wood_lamp betterwithaddons.item.ItemBlockMeta@159e5051 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5744 betterwithaddons:wrought_lamp betterwithaddons.item.ItemBlockMeta@119476b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5745 betterwithaddons:pavement betterwithaddons.item.ItemBlockMeta@25ecfbb0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5746 betterwithaddons:whitebrick betterwithaddons.item.ItemBlockMeta@7b909eef +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5747 betterwithaddons:box betterwithaddons.item.ItemBlockMeta@1c6b4514 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5748 betterwithaddons:bricks_stained net.minecraft.item.ItemCloth@57027bed +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5749 betterwithaddons:unbaked betterwithaddons.item.ItemBlockMeta@15f13bc6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5750 betterwithaddons:rail_rusted betterwithaddons.item.ItemBlockMeta@6ae9a871 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5751 betterwithaddons:log_termite betterwithaddons.item.ItemBlockMeta@2cec13dd +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5752 betterwithaddons:writing_table betterwithaddons.item.ItemBlockMeta@6875c8be +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5753 betterwithaddons:adobe betterwithaddons.item.ItemBlockMeta@7446f17d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5754 betterwithaddons:pond_replacement betterwithaddons.item.ItemBlockMeta@534b65a4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5755 betterwithaddons:ecksie_sapling betterwithaddons.item.ItemBlockMeta@1ff5e6eb +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5756 betterwithaddons:inverted_gearbox betterwithaddons.item.ItemBlockMeta@5983fd93 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5757 betterwithaddons:iron_spade betterwithaddons.item.rbdtools.ItemSpade@1a8d32c7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5758 betterwithaddons:iron_matchpick betterwithaddons.item.rbdtools.ItemMatchPick@12e31277 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5759 betterwithaddons:iron_machete betterwithaddons.item.rbdtools.ItemMachete@22116c7e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5760 betterwithaddons:iron_kukri betterwithaddons.item.rbdtools.ItemKukri@64b862ca +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5761 betterwithaddons:iron_carpentersaw betterwithaddons.item.rbdtools.ItemCarpenterSaw@17d06f90 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5762 betterwithaddons:iron_masonpick betterwithaddons.item.rbdtools.ItemMasonPick@1daaa7b7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5763 betterwithaddons:gold_spade betterwithaddons.item.rbdtools.ItemSpade@34715ae0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5764 betterwithaddons:gold_matchpick betterwithaddons.item.rbdtools.ItemMatchPick@13f8c096 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5765 betterwithaddons:gold_machete betterwithaddons.item.rbdtools.ItemMachete@7408196 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5766 betterwithaddons:gold_kukri betterwithaddons.item.rbdtools.ItemKukri@4f1f09d6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5767 betterwithaddons:gold_carpentersaw betterwithaddons.item.rbdtools.ItemCarpenterSaw@7107ec8f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5768 betterwithaddons:gold_masonpick betterwithaddons.item.rbdtools.ItemMasonPick@242e6e49 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5769 betterwithaddons:diamond_spade betterwithaddons.item.rbdtools.ItemSpade@2761076b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5770 betterwithaddons:diamond_matchpick betterwithaddons.item.rbdtools.ItemMatchPick@1007fbe8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5771 betterwithaddons:diamond_machete betterwithaddons.item.rbdtools.ItemMachete@5e2a1ef3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5772 betterwithaddons:diamond_kukri betterwithaddons.item.rbdtools.ItemKukri@9a17f59 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5773 betterwithaddons:diamond_carpentersaw betterwithaddons.item.rbdtools.ItemCarpenterSaw@26547b59 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5774 betterwithaddons:diamond_masonpick betterwithaddons.item.rbdtools.ItemMasonPick@9230cc0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5775 betterwithaddons:steel_spade betterwithaddons.item.ModItems$1@7705691 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5776 betterwithaddons:steel_matchpick betterwithaddons.item.ModItems$2@529aa91 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5777 betterwithaddons:steel_machete betterwithaddons.item.ModItems$3@a287de +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5778 betterwithaddons:steel_kukri betterwithaddons.item.ModItems$4@11f6de06 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5779 betterwithaddons:steel_carpentersaw betterwithaddons.item.ModItems$5@1437d677 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5780 betterwithaddons:steel_masonpick betterwithaddons.item.ModItems$6@5c829b42 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5781 betterwithaddons:material betterwithaddons.item.ItemMaterial@488a7b7b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5782 betterwithaddons:worldshard betterwithaddons.item.ItemWorldScale@6fab8a82 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5783 betterwithaddons:greatbow betterwithaddons.item.ItemGreatbow@45057d6e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5784 betterwithaddons:greatarrow betterwithaddons.item.ItemGreatarrow@d15b607 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5785 betterwithaddons:greatarrow_lightning betterwithaddons.item.ItemGreatarrowLightning@16df557d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5786 betterwithaddons:greatarrow_destruction betterwithaddons.item.ItemGreatarrowDestruction@259332be +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5787 betterwithaddons:monument betterwithaddons.item.ItemMonument@4b93c56f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5788 betterwithaddons:food_mushroom_baked net.minecraft.item.ItemFood@6b16e794 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5789 betterwithaddons:food_amanita_baked net.minecraft.item.ItemFood@78e2336 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5790 betterwithaddons:food_beetroot_cooked net.minecraft.item.ItemFood@3bb4f7bb +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5791 betterwithaddons:food_beetroot_baked net.minecraft.item.ItemFood@6ed9e51f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5792 betterwithaddons:food_carrot_cooked net.minecraft.item.ItemFood@322f8517 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5793 betterwithaddons:food_carrot_baked net.minecraft.item.ItemFood@444e97f7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5794 betterwithaddons:food_potato_cooked net.minecraft.item.ItemFood@585bb9ea +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5795 betterwithaddons:food_egg_cooked net.minecraft.item.ItemFood@790b5ee3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5796 betterwithaddons:food_meatballs net.minecraft.item.ItemFood@37c27be8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5797 betterwithaddons:food_ground_meat net.minecraft.item.ItemFood@703a3c8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5798 betterwithaddons:food_pie_mushroom net.minecraft.item.ItemFood@212de2b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5799 betterwithaddons:food_pie_amanita net.minecraft.item.ItemFood@214d74cc +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5800 betterwithaddons:food_pie_meat net.minecraft.item.ItemFood@5745636 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5801 betterwithaddons:food_pie_melon net.minecraft.item.ItemFood@1f73a8b3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5802 betterwithaddons:food_clownfish_cooked net.minecraft.item.ItemFood@b84cef0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5803 betterwithaddons:food_pufferfish_baked net.minecraft.item.ItemFood@41253058 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5804 betterwithaddons:food_pufferfish_prepared net.minecraft.item.ItemFood@66471bac +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5805 betterwithaddons:food_pufferfish_cooked net.minecraft.item.ItemFood@64f301e7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5806 betterwithaddons:food_fugu_sac net.minecraft.item.ItemFood@492db0c7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5807 betterwithaddons:food_sashimi net.minecraft.item.ItemFood@21e2ee4a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5808 betterwithaddons:food_mulberry net.minecraft.item.ItemFood@7fa60ba1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5809 betterwithaddons:food_cooked_rice net.minecraft.item.ItemFood@3a6d18b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5810 betterwithaddons:food_bowl_rice betterwithaddons.item.ItemFoodBowl@2729f2b0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5811 betterwithaddons:laxative betterwithaddons.item.ItemLaxative@118fd8a1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5812 betterwithaddons:tea_leaves betterwithaddons.item.ItemTea@5ebb2232 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5813 betterwithaddons:tea_soaked betterwithaddons.item.ItemTea@6ba49ae7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5814 betterwithaddons:tea_wilted betterwithaddons.item.ItemTea@3704951 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5815 betterwithaddons:tea_powder betterwithaddons.item.ItemTea@6c55c34e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5816 betterwithaddons:soulsand_pile net.minecraft.item.Item@6bf8c644 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5817 betterwithaddons:rotten_food net.minecraft.item.ItemFood@24440a7e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5818 betterwithaddons:wool betterwithaddons.item.ItemColored@257ff566 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5819 betterwithaddons:salt betterwithaddons.item.ItemMaterial@67720d34 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5820 betterwithaddons:artifact_frame betterwithaddons.item.ItemArtifactFrame@4a952d78 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5821 betterwithaddons:tool_shard betterwithaddons.item.ItemToolShard@4e86c9ae +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5822 betterwithaddons:brick_stained betterwithaddons.item.ItemStainedBrick@1488d1dd +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5823 betterwithaddons:shinai betterwithaddons.item.ItemShinai@636475d5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5824 betterwithaddons:katana betterwithaddons.item.ItemKatana@796a2c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5825 betterwithaddons:wakizashi betterwithaddons.item.ItemWakizashi@78ca0834 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5826 betterwithaddons:tanto betterwithaddons.item.ItemTanto@2a1e28c9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5827 betterwithaddons:yumi betterwithaddons.item.ItemYumi@6a943a82 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5828 betterwithaddons:ya betterwithaddons.item.ItemYa@21f715f6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5829 betterwithaddons:poisoned_ya betterwithaddons.item.ItemPoisonedYa@9d43254 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5830 betterwithaddons:ancestry_bottle betterwithaddons.item.ItemAncestryBottle@28ccc6d9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5831 betterwithaddons:teacup betterwithaddons.item.ItemTeaCup@52571bc7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5832 betterwithaddons:japanmat betterwithaddons.item.ItemMaterial@19dc7b25 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5833 betterwithaddons:helmet_samurai betterwithaddons.item.ItemSamuraiArmor@10f09e7d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5834 betterwithaddons:chest_samurai betterwithaddons.item.ItemSamuraiArmor@652d846b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5835 betterwithaddons:legs_samurai betterwithaddons.item.ItemSamuraiArmor@2b996c19 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5836 betterwithaddons:boots_samurai betterwithaddons.item.ItemSamuraiArmor@538e4c9e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5837 betterwithaddons:helmet_paper betterwithaddons.item.ItemPaperArmor@471923e4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5838 betterwithaddons:chest_paper betterwithaddons.item.ItemPaperArmor@1c4fa32 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5839 betterwithaddons:legs_paper betterwithaddons.item.ItemPaperArmor@38aec0c3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5840 betterwithaddons:boots_paper betterwithaddons.item.ItemPaperArmor@2bd47345 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5841 betterwithaddons:bag betterwithaddons.item.ItemMaterial@1d954d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5842 betterwithaddons:crate betterwithaddons.item.ItemMaterial@28734188 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5843 betterwithaddons:congealed betterwithaddons.item.ItemMaterial@4210ee62 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5844 betterwithaddons:bolt betterwithaddons.item.ItemMaterial@386fa056 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5845 betterwithaddons:bundle betterwithaddons.item.ItemMaterial@5434fdeb +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5846 betterwithaddons:decomat betterwithaddons.item.ItemMaterial@66f989e4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5847 betterwithaddons:tweakmat betterwithaddons.item.ItemMaterial@23df08a7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5848 betterwithaddons:ink_and_quill betterwithaddons.item.ItemInkAndQuill@6677619a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5849 betterwithaddons:wheatmat betterwithaddons.item.ItemMaterial@155f131a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5850 betterwithaddons:explosion betterwithaddons.item.ModItems$7@3fc31efc +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5851 bibliocraft:bookcase jds.bibliocraft.blocks.blockitems.BlockItemBookcase@7931f935 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5852 bibliocraft:bookcasecreative jds.bibliocraft.blocks.blockitems.BlockItemBookcaseCreative@6f70281 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5853 bibliocraft:shelf jds.bibliocraft.blocks.blockitems.BlockItemShelf@28ee2631 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5854 bibliocraft:markerpole net.minecraft.item.ItemBlock@62e5ad2f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5855 bibliocraft:clipboard net.minecraft.item.ItemBlock@642c60ad +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5856 bibliocraft:lanterngold jds.bibliocraft.blocks.blockitems.BlockItemLantern@27c4f30a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5857 bibliocraft:lanterniron jds.bibliocraft.blocks.blockitems.BlockItemLantern@83a6d4d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5858 bibliocraft:lampgold jds.bibliocraft.blocks.blockitems.BlockItemLamp@1b87d88c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5859 bibliocraft:lampiron jds.bibliocraft.blocks.blockitems.BlockItemLamp@3dafc924 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5860 bibliocraft:furniturepaneler jds.bibliocraft.blocks.blockitems.BlockItemFurniturePaneler@2fd9fb93 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5861 bibliocraft:framedchest jds.bibliocraft.blocks.blockitems.BlockItemFramedChest@25c78c17 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5862 bibliocraft:fancysign jds.bibliocraft.blocks.blockitems.BlockItemFancySign@3d1fec4c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5863 bibliocraft:fancyworkbench jds.bibliocraft.blocks.blockitems.BlockItemFancyWorkbench@1ae94c1e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5864 bibliocraft:potionshelf jds.bibliocraft.blocks.blockitems.BlockItemPotionShelf@19df6a62 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5865 bibliocraft:toolrack jds.bibliocraft.blocks.blockitems.BlockItemToolRack@179f6ce4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5866 bibliocraft:label jds.bibliocraft.blocks.blockitems.BlockItemLabel@7def30ba +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5867 bibliocraft:desk jds.bibliocraft.blocks.blockitems.BlockItemDesk@507dba42 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5868 bibliocraft:table jds.bibliocraft.blocks.blockitems.BlockItemTable@41bd6407 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5869 bibliocraft:seat jds.bibliocraft.blocks.blockitems.BlockItemSeat@2f03d158 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5870 bibliocraft:clock jds.bibliocraft.blocks.blockitems.BlockItemClock@27e1f87c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5871 bibliocraft:case jds.bibliocraft.blocks.blockitems.BlockItemCase@70ab8a5b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5872 bibliocraft:mapframe jds.bibliocraft.blocks.blockitems.BlockItemMapFrame@76d4450f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5873 bibliocraft:paintingframeflat jds.bibliocraft.blocks.blockitems.BlockItemPaintingFrameFlat@20fc935c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5874 bibliocraft:paintingframesimple jds.bibliocraft.blocks.blockitems.BlockItemPaintingFrameSimple@54c9c003 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5875 bibliocraft:paintingframemiddle jds.bibliocraft.blocks.blockitems.BlockItemPaintingFrameMiddle@6d2f7b55 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5876 bibliocraft:paintingframefancy jds.bibliocraft.blocks.blockitems.BlockItemPaintingFrameFancy@77853696 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5877 bibliocraft:paintingframeborderless jds.bibliocraft.blocks.blockitems.BlockItemPaintingFrameBorderless@5550cc43 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5878 bibliocraft:paintingpress net.minecraft.item.ItemBlock@2e5948b6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5879 bibliocraft:typewriter jds.bibliocraft.blocks.blockitems.BlockItemTypewriter@1fb1886d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5880 bibliocraft:swordpedestal jds.bibliocraft.blocks.blockitems.BlockItemSwordPedestal@482aa022 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5881 bibliocraft:armorstand jds.bibliocraft.blocks.blockitems.BlockItemArmorStand@53489891 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5882 bibliocraft:bell net.minecraft.item.ItemBlock@19aa84a6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5883 bibliocraft:typesettingtable net.minecraft.item.ItemBlock@1f5c5dc1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5884 bibliocraft:printingpress net.minecraft.item.ItemBlock@7e986452 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5885 bibliocraft:cookiejar net.minecraft.item.ItemBlock@6983e700 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5886 bibliocraft:dinnerplate net.minecraft.item.ItemBlock@2441d122 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5887 bibliocraft:discrack net.minecraft.item.ItemBlock@590e323e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5888 bibliocraft:compass jds.bibliocraft.items.ItemWaypointCompass@552882b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5889 bibliocraft:maptool jds.bibliocraft.items.ItemMapTool@2a79f6e7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5890 bibliocraft:seatback1 jds.bibliocraft.items.ItemSeatBack@56111c42 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5891 bibliocraft:seatback2 jds.bibliocraft.items.ItemSeatBack2@45ad2e03 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5892 bibliocraft:seatback3 jds.bibliocraft.items.ItemSeatBack3@3bf0b46c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5893 bibliocraft:seatback4 jds.bibliocraft.items.ItemSeatBack4@5369722d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5894 bibliocraft:seatback5 jds.bibliocraft.items.ItemSeatBack5@1e2c0e85 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5895 bibliocraft:stockroomcatalog jds.bibliocraft.items.ItemStockroomCatalog@5de6b885 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5896 bibliocraft:plumbline jds.bibliocraft.items.ItemPlumbLine@67b3e88e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5897 bibliocraft:framingsaw jds.bibliocraft.items.ItemFramingSaw@22eab7f9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5898 bibliocraft:framingboard jds.bibliocraft.items.ItemFramingBoard@51fb0770 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5899 bibliocraft:framingsheet jds.bibliocraft.items.ItemFramingSheet@724d92d3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5900 bibliocraft:testeritem jds.bibliocraft.items.ItemNameTester@57f071fe +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5901 bibliocraft:atlasbook jds.bibliocraft.items.ItemAtlas@7675f93d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5902 bibliocraft:atlasplate jds.bibliocraft.items.ItemAtlasPlate@5ae0625d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5903 bibliocraft:deathcompass jds.bibliocraft.items.ItemDeathCompass@6fef3480 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5904 bibliocraft:paintingcanvas jds.bibliocraft.items.ItemPaintingCanvas@7fc4ef30 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5905 bibliocraft:bigbook jds.bibliocraft.items.ItemBigBook@4b4673ff +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5906 bibliocraft:recipebook jds.bibliocraft.items.ItemRecipeBook@7036990e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5907 bibliocraft:slottedbook jds.bibliocraft.items.ItemSlottedBook@1d05a4a3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5908 bibliocraft:handdrill jds.bibliocraft.items.ItemHandDrill@60f16b37 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5909 bibliocraft:tapemeasure jds.bibliocraft.items.ItemTapeMeasure@63f32793 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5910 bibliocraft:tape jds.bibliocraft.items.ItemTape@4b63219 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5911 bibliocraft:bibliochase jds.bibliocraft.items.ItemChase@3aee5bec +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5912 bibliocraft:printplate jds.bibliocraft.items.ItemPlate@5af87b4e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5913 bibliocraft:enchantedplate jds.bibliocraft.items.ItemEnchantedPlate@661d1660 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5914 bibliocraft:biblioredbook jds.bibliocraft.items.ItemRedstoneBook@46c9a486 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5915 bibliocraft:biblioglasses jds.bibliocraft.items.ItemReadingGlasses@ddb0e3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5916 bibliocraft:bibliodrill jds.bibliocraft.items.ItemDrill@1689838f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5917 bibliocraft:bibliocreativelock jds.bibliocraft.items.ItemLock@8119512 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5918 bibliocraft:biblioclipboard jds.bibliocraft.items.ItemClipboard@16e528d5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5919 modularrouters:item_router net.minecraft.item.ItemBlock@25b73605 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5920 modularrouters:template_frame net.minecraft.item.ItemBlock@2d5cea66 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5921 modularrouters:blank_module me.desht.modularrouters.item.ItemBase@3226936c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5922 modularrouters:blank_upgrade me.desht.modularrouters.item.ItemBase@74dca312 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5923 modularrouters:augment_core me.desht.modularrouters.item.ItemBase@5e85c99 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5924 modularrouters:override_card me.desht.modularrouters.item.ItemBase@57337649 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5925 modularrouters:module me.desht.modularrouters.item.module.ItemModule@51882230 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5926 modularrouters:upgrade me.desht.modularrouters.item.upgrade.ItemUpgrade@405dcf20 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5927 modularrouters:filter me.desht.modularrouters.item.smartfilter.ItemSmartFilter@7164f26 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5928 modularrouters:augment me.desht.modularrouters.item.augment.ItemAugment@4bdbe0b3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5929 bloodmagic:altar net.minecraft.item.ItemBlock@713c7665 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5930 bloodmagic:blood_rune WayofTime.bloodmagic.item.block.base.ItemBlockEnum@1b16b10d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5931 bloodmagic:ritual_controller WayofTime.bloodmagic.item.block.base.ItemBlockEnum@51afaf8a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5932 bloodmagic:ritual_stone WayofTime.bloodmagic.item.block.base.ItemBlockEnum@77e0c29f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5933 bloodmagic:teleposer net.minecraft.item.ItemBlock@65fd0d58 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5934 bloodmagic:soul_forge net.minecraft.item.ItemBlock@4bcd4633 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5935 bloodmagic:incense_altar net.minecraft.item.ItemBlock@6732733f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5936 bloodmagic:demon_crucible net.minecraft.item.ItemBlock@1637a17c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5937 bloodmagic:demon_pylon net.minecraft.item.ItemBlock@1b2df92f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5938 bloodmagic:demon_crystallizer net.minecraft.item.ItemBlock@3a70c8a7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5939 bloodmagic:demon_crystal WayofTime.bloodmagic.item.block.ItemBlockDemonCrystal@4eafef5d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5940 bloodmagic:alchemy_table WayofTime.bloodmagic.item.block.ItemBlockAlchemyTable@65389bb5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5941 bloodmagic:decorative_brick WayofTime.bloodmagic.item.block.base.ItemBlockEnum@1128e2bc +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5942 bloodmagic:path WayofTime.bloodmagic.item.block.base.ItemBlockEnum@2da125ce +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5943 bloodmagic:master_routing_node net.minecraft.item.ItemBlock@1c45e220 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5944 bloodmagic:input_routing_node net.minecraft.item.ItemBlock@3d81272e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5945 bloodmagic:output_routing_node net.minecraft.item.ItemBlock@6bea0f20 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5946 bloodmagic:item_routing_node net.minecraft.item.ItemBlock@4fc1c8c6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5947 bloodmagic:blood_tank WayofTime.bloodmagic.item.block.ItemBlockBloodTank@7c2677fc +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5948 bloodmagic:mimic WayofTime.bloodmagic.item.block.ItemBlockMimic@482a8701 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5949 bloodmagic:demon_brick_1 WayofTime.bloodmagic.item.block.base.ItemBlockEnum@7302122b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5950 bloodmagic:demon_brick_2 WayofTime.bloodmagic.item.block.base.ItemBlockEnum@32c47375 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5951 bloodmagic:demon_extras WayofTime.bloodmagic.item.block.base.ItemBlockEnum@7d926b46 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5952 bloodmagic:demon_pillar_1 WayofTime.bloodmagic.item.block.base.ItemBlockEnum@619cf97a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5953 bloodmagic:demon_pillar_2 WayofTime.bloodmagic.item.block.base.ItemBlockEnum@2ec2c28 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5954 bloodmagic:demon_pillar_cap_1 WayofTime.bloodmagic.item.block.base.ItemBlockEnum@1322b8db +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5955 bloodmagic:demon_pillar_cap_2 WayofTime.bloodmagic.item.block.base.ItemBlockEnum@7d0429a2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5956 bloodmagic:demon_pillar_cap_3 WayofTime.bloodmagic.item.block.base.ItemBlockEnum@7bd54851 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5957 bloodmagic:demon_light WayofTime.bloodmagic.item.block.base.ItemBlockEnum@18bba66f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5958 bloodmagic:demon_wall_1 WayofTime.bloodmagic.item.block.base.ItemBlockEnum@1e5931c3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5959 bloodmagic:demon_stairs_1 WayofTime.bloodmagic.item.block.base.ItemBlockEnum@42cc5293 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5960 bloodmagic:demon_stairs_2 WayofTime.bloodmagic.item.block.base.ItemBlockEnum@138a0d5b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5961 bloodmagic:demon_stairs_3 WayofTime.bloodmagic.item.block.base.ItemBlockEnum@5647499b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5962 bloodmagic:inversion_pillar WayofTime.bloodmagic.item.block.base.ItemBlockEnum@1c7adb9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5963 bloodmagic:inversion_pillar_end WayofTime.bloodmagic.item.block.base.ItemBlockEnum@21bf2fd8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5964 bloodmagic:blood_orb WayofTime.bloodmagic.item.ItemBloodOrb@629c0e61 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5965 bloodmagic:activation_crystal WayofTime.bloodmagic.item.ItemActivationCrystal@e7b9838 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5966 bloodmagic:slate WayofTime.bloodmagic.item.ItemSlate@326d462b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5967 bloodmagic:inscription_tool WayofTime.bloodmagic.item.ItemInscriptionTool@6af46e51 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5968 bloodmagic:sacrificial_dagger WayofTime.bloodmagic.item.ItemSacrificialDagger@68998a68 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5969 bloodmagic:pack_sacrifice WayofTime.bloodmagic.item.gear.ItemPackSacrifice@ca4b690 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5970 bloodmagic:pack_self_sacrifice WayofTime.bloodmagic.item.gear.ItemPackSelfSacrifice@5b8805d2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5971 bloodmagic:dagger_of_sacrifice WayofTime.bloodmagic.item.ItemDaggerOfSacrifice@3a71751b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5972 bloodmagic:ritual_diviner WayofTime.bloodmagic.item.ItemRitualDiviner@62752060 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5973 bloodmagic:ritual_dismantler WayofTime.bloodmagic.item.ItemRitualDismantler@2b3a5c99 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5974 bloodmagic:ritual_reader WayofTime.bloodmagic.item.ItemRitualReader@fd4595c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5975 bloodmagic:lava_crystal WayofTime.bloodmagic.item.ItemLavaCrystal@3e3c2c10 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5976 bloodmagic:bound_sword WayofTime.bloodmagic.item.ItemBoundSword@75017d97 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5977 bloodmagic:bound_pickaxe WayofTime.bloodmagic.item.ItemBoundPickaxe@c26393a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5978 bloodmagic:bound_axe WayofTime.bloodmagic.item.ItemBoundAxe@21958f5b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5979 bloodmagic:bound_shovel WayofTime.bloodmagic.item.ItemBoundShovel@7e167bd5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5980 bloodmagic:sigil_divination WayofTime.bloodmagic.item.sigil.ItemSigilDivination@854c45 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5981 bloodmagic:sigil_air WayofTime.bloodmagic.item.sigil.ItemSigilAir@3dd75a86 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5982 bloodmagic:sigil_water WayofTime.bloodmagic.item.sigil.ItemSigilWater@30b5e530 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5983 bloodmagic:sigil_lava WayofTime.bloodmagic.item.sigil.ItemSigilLava@7d30e820 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5984 bloodmagic:sigil_void WayofTime.bloodmagic.item.sigil.ItemSigilVoid@577d74a7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5985 bloodmagic:sigil_green_grove WayofTime.bloodmagic.item.sigil.ItemSigilGreenGrove@50f917a4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5986 bloodmagic:sigil_blood_light WayofTime.bloodmagic.item.sigil.ItemSigilBloodLight@4f7af4ee +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5987 bloodmagic:sigil_elemental_affinity WayofTime.bloodmagic.item.sigil.ItemSigilElementalAffinity@357174c9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5988 bloodmagic:sigil_magnetism WayofTime.bloodmagic.item.sigil.ItemSigilMagnetism@915f68c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5989 bloodmagic:sigil_suppression WayofTime.bloodmagic.item.sigil.ItemSigilSuppression@1149843d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5990 bloodmagic:sigil_haste WayofTime.bloodmagic.item.sigil.ItemSigilHaste@98cdf7e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5991 bloodmagic:sigil_fast_miner WayofTime.bloodmagic.item.sigil.ItemSigilFastMiner@376535ba +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5992 bloodmagic:sigil_seer WayofTime.bloodmagic.item.sigil.ItemSigilDivination@1162044c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5993 bloodmagic:sigil_phantom_bridge WayofTime.bloodmagic.item.sigil.ItemSigilPhantomBridge@4c571231 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5994 bloodmagic:sigil_whirlwind WayofTime.bloodmagic.item.sigil.ItemSigilWhirlwind@234f53ea +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5995 bloodmagic:sigil_compression WayofTime.bloodmagic.item.sigil.ItemSigilCompression@3d996adc +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5996 bloodmagic:sigil_ender_severance WayofTime.bloodmagic.item.sigil.ItemSigilEnderSeverance@3c585947 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5997 bloodmagic:sigil_holding WayofTime.bloodmagic.item.sigil.ItemSigilHolding@48ea0267 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5998 bloodmagic:sigil_teleposition WayofTime.bloodmagic.item.sigil.ItemSigilTeleposition@11e3d893 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5999 bloodmagic:sigil_transposition WayofTime.bloodmagic.item.sigil.ItemSigilTransposition@675a8ff9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6000 bloodmagic:sigil_claw WayofTime.bloodmagic.item.sigil.ItemSigilClaw@19366034 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6001 bloodmagic:sigil_bounce WayofTime.bloodmagic.item.sigil.ItemSigilBounce@1d7a04f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6002 bloodmagic:sigil_frost WayofTime.bloodmagic.item.sigil.ItemSigilFrost@e7fc7a6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6003 bloodmagic:component WayofTime.bloodmagic.item.ItemEnum$Variant@3d69b4d7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6004 bloodmagic:item_demon_crystal WayofTime.bloodmagic.item.ItemDemonCrystal@17f4548e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6005 bloodmagic:teleposition_focus WayofTime.bloodmagic.item.ItemTelepositionFocus@2b9d5be7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6006 bloodmagic:experience_tome WayofTime.bloodmagic.item.ItemExperienceBook@5baffbc5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6007 bloodmagic:blood_shard WayofTime.bloodmagic.item.ItemEnum$Variant@2b90236b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6008 bloodmagic:living_armour_helmet WayofTime.bloodmagic.item.armour.ItemLivingArmour@38ac7554 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6009 bloodmagic:living_armour_chest WayofTime.bloodmagic.item.armour.ItemLivingArmour@1137a306 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6010 bloodmagic:living_armour_leggings WayofTime.bloodmagic.item.armour.ItemLivingArmour@1cbccf35 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6011 bloodmagic:living_armour_boots WayofTime.bloodmagic.item.armour.ItemLivingArmour@2b221cbb +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6012 bloodmagic:sentient_armour_helmet WayofTime.bloodmagic.item.armour.ItemSentientArmour@6e44a6bd +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6013 bloodmagic:sentient_armour_chest WayofTime.bloodmagic.item.armour.ItemSentientArmour@15f8487e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6014 bloodmagic:sentient_armour_leggings WayofTime.bloodmagic.item.armour.ItemSentientArmour@bfb9244 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6015 bloodmagic:sentient_armour_boots WayofTime.bloodmagic.item.armour.ItemSentientArmour@6b238637 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6016 bloodmagic:altar_maker WayofTime.bloodmagic.item.ItemAltarMaker@1e7552b3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6017 bloodmagic:upgrade_tome WayofTime.bloodmagic.item.ItemUpgradeTome@5f7660f9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6018 bloodmagic:upgrade_trainer WayofTime.bloodmagic.item.ItemUpgradeTrainer@7ba3d901 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6019 bloodmagic:arcane_ashes WayofTime.bloodmagic.item.ItemArcaneAshes@51822665 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6020 bloodmagic:monster_soul WayofTime.bloodmagic.item.soul.ItemMonsterSoul@6556162c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6021 bloodmagic:soul_gem WayofTime.bloodmagic.item.soul.ItemSoulGem@94bd3d7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6022 bloodmagic:soul_snare WayofTime.bloodmagic.item.soul.ItemSoulSnare@6c45782e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6023 bloodmagic:sentient_sword WayofTime.bloodmagic.item.soul.ItemSentientSword@2c34dacd +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6024 bloodmagic:sentient_bow WayofTime.bloodmagic.item.soul.ItemSentientBow@79864e11 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6025 bloodmagic:sentient_armour_gem WayofTime.bloodmagic.item.soul.ItemSentientArmourGem@2e84ff9d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6026 bloodmagic:sentient_axe WayofTime.bloodmagic.item.soul.ItemSentientAxe@69c7666b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6027 bloodmagic:sentient_pickaxe WayofTime.bloodmagic.item.soul.ItemSentientPickaxe@63af3b2c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6028 bloodmagic:sentient_shovel WayofTime.bloodmagic.item.soul.ItemSentientShovel@2812178e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6029 bloodmagic:node_router WayofTime.bloodmagic.item.routing.ItemNodeRouter@21e36d06 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6030 bloodmagic:base_item_filter WayofTime.bloodmagic.item.routing.ItemRouterFilter@7345a36f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6031 bloodmagic:base_fluid_filter WayofTime.bloodmagic.item.routing.ItemFluidRouterFilter@69a98070 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6032 bloodmagic:cutting_fluid WayofTime.bloodmagic.item.alchemy.ItemCuttingFluid@513f54ac +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6033 bloodmagic:sanguine_book WayofTime.bloodmagic.item.ItemSanguineBook@6b8e98d0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6034 bloodmagic:points_upgrade WayofTime.bloodmagic.item.alchemy.ItemLivingArmourPointsUpgrade@358e0015 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6035 bloodmagic:demon_will_gauge WayofTime.bloodmagic.item.ItemDemonWillGauge@1081bcd4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6036 bloodmagic:potion_flask WayofTime.bloodmagic.item.ItemPotionFlask@3b30105c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6037 bloodmagic:alchemic_vial WayofTime.bloodmagic.item.ItemAlchemicVial@24e747f2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6038 bloodmagic:icarus_scroll WayofTime.bloodmagic.item.soulBreath.ItemFlightScroll@61ac75d3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6039 bonsaitrees:bonsaipot org.dave.bonsaitrees.item.ItemBlockPonsaiPot@28af345a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6040 buildinggadgets:buildingtool com.direwolf20.buildinggadgets.common.items.gadgets.GadgetBuilding@48870979 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6041 buildinggadgets:exchangertool com.direwolf20.buildinggadgets.common.items.gadgets.GadgetExchanger@4de54aba +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6042 buildinggadgets:copypastetool com.direwolf20.buildinggadgets.common.items.gadgets.GadgetCopyPaste@64ca224b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6043 buildinggadgets:templatemanager net.minecraft.item.ItemBlock@1476236a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6044 buildinggadgets:template com.direwolf20.buildinggadgets.common.items.Template@73a10bc4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6045 buildinggadgets:destructiontool com.direwolf20.buildinggadgets.common.items.gadgets.GadgetDestruction@12035f54 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6046 buildinggadgets:constructionblock_dense net.minecraft.item.ItemBlock@27eeff25 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6047 buildinggadgets:constructionblock net.minecraft.item.ItemBlock@226e5c1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6048 buildinggadgets:constructionblockpowder net.minecraft.item.ItemBlock@79a2216a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6049 buildinggadgets:constructionpaste com.direwolf20.buildinggadgets.common.items.pastes.ConstructionPaste@715338f5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6050 buildinggadgets:construction_chunk_dense com.direwolf20.buildinggadgets.common.items.pastes.ConstructionChunkDense@2114e62d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6051 buildinggadgets:constructionpastecontainer com.direwolf20.buildinggadgets.common.items.pastes.ConstructionPasteContainer@7acbf261 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6052 buildinggadgets:constructionpastecontainert2 com.direwolf20.buildinggadgets.common.items.pastes.ConstructionPasteContainer@2c07f472 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6053 buildinggadgets:constructionpastecontainert3 com.direwolf20.buildinggadgets.common.items.pastes.ConstructionPasteContainer@6e7e17d5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6054 buildinggadgets:constructionpastecontainercreative com.direwolf20.buildinggadgets.common.items.pastes.ConstructionPasteContainerCreative@293c51df +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6055 car:tar net.minecraft.item.ItemBlock@c41f663 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6056 car:tar_slope net.minecraft.item.ItemBlock@1ff637fd +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6057 car:tar_slope_flat_upper net.minecraft.item.ItemBlock@1284b69 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6058 car:tar_slope_flat_lower net.minecraft.item.ItemBlock@4a51503a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6059 car:tar_slab net.minecraft.item.ItemBlock@49a055fd +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6060 car:fuelstation net.minecraft.item.ItemBlock@6747daeb +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6061 car:canola_oil net.minecraft.item.ItemBlock@2477a669 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6062 car:oilmill net.minecraft.item.ItemBlock@64e7f25d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6063 car:blastfurnace net.minecraft.item.ItemBlock@2f234c81 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6064 car:methanol net.minecraft.item.ItemBlock@76ea4b0c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6065 car:backmix_reactor net.minecraft.item.ItemBlock@6f37ff56 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6066 car:canola_methanol_mix net.minecraft.item.ItemBlock@34199df7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6067 car:glycerin net.minecraft.item.ItemBlock@1eb98b1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6068 car:bio_diesel net.minecraft.item.ItemBlock@25fd11ab +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6069 car:generator net.minecraft.item.ItemBlock@75e0970d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6070 car:split_tank net.minecraft.item.ItemBlock@dee5a63 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6071 car:tank net.minecraft.item.ItemBlock@501d657f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6072 car:crash_barrier net.minecraft.item.ItemBlock@1da0469e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6073 car:car_workshop net.minecraft.item.ItemBlock@6c09e2d8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6074 car:car_workshop_outter net.minecraft.item.ItemBlock@134b8078 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6075 car:cable net.minecraft.item.ItemBlock@284639f3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6076 car:fluid_pipe net.minecraft.item.ItemBlock@37cd0ed3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6077 car:fluid_extractor net.minecraft.item.ItemBlock@147125d0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6078 car:dynamo net.minecraft.item.ItemBlock@5bf62f66 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6079 car:crank net.minecraft.item.ItemBlock@42e61c4a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6080 car:sign net.minecraft.item.ItemBlock@1d823953 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6081 car:sign_post net.minecraft.item.ItemBlock@40d096 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6082 car:arrow_front_left_right_long net.minecraft.item.ItemBlock@6aa742e7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6083 car:arrow_long net.minecraft.item.ItemBlock@18d107b5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6084 car:arrow_left net.minecraft.item.ItemBlock@1415ed5d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6085 car:arrow_right net.minecraft.item.ItemBlock@12d75b29 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6086 car:arrow_left_right_long net.minecraft.item.ItemBlock@423783ee +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6087 car:arrow_front_left_long net.minecraft.item.ItemBlock@524bd8b2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6088 car:arrow_front_right_long net.minecraft.item.ItemBlock@690fa8a3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6089 car:arrow_left_dia net.minecraft.item.ItemBlock@4129b8b8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6090 car:arrow_right_dia net.minecraft.item.ItemBlock@3f7f6b80 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6091 car:arrow_front_left_right net.minecraft.item.ItemBlock@33fdaa95 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6092 car:arrow net.minecraft.item.ItemBlock@27a356f9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6093 car:arrow_left_short net.minecraft.item.ItemBlock@2b43c6cd +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6094 car:arrow_right_short net.minecraft.item.ItemBlock@6fa48b4e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6095 car:arrow_left_right net.minecraft.item.ItemBlock@31d33d2d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6096 car:arrow_front_left net.minecraft.item.ItemBlock@cfab170 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6097 car:arrow_front_right net.minecraft.item.ItemBlock@39ba6b8c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6098 car:arrow_left_dia_short net.minecraft.item.ItemBlock@728f690e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6099 car:arrow_right_dia_short net.minecraft.item.ItemBlock@5a1d1827 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6100 car:line_middle net.minecraft.item.ItemBlock@3b55325 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6101 car:line_long net.minecraft.item.ItemBlock@69b9aed4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6102 car:line_end net.minecraft.item.ItemBlock@60f77df4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6103 car:line_side_middle net.minecraft.item.ItemBlock@52999ded +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6104 car:line_side_long net.minecraft.item.ItemBlock@7b9cc0e0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6105 car:line_side_start net.minecraft.item.ItemBlock@5ff70e49 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6106 car:line_side_end net.minecraft.item.ItemBlock@4b4d09e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6107 car:line_side_long_left net.minecraft.item.ItemBlock@1a5c4310 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6108 car:line_side_long_left_front net.minecraft.item.ItemBlock@75a1b7b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6109 car:line_middle_edge net.minecraft.item.ItemBlock@60b8c89f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6110 car:line_corner net.minecraft.item.ItemBlock@42aac436 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6111 car:line_double net.minecraft.item.ItemBlock@3a165bb0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6112 car:line_double_middle net.minecraft.item.ItemBlock@6dc01e4a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6113 car:line_double_end net.minecraft.item.ItemBlock@4b1adf5d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6114 car:arrow_zebras net.minecraft.item.ItemBlock@5f05297c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6115 car:arrow_p net.minecraft.item.ItemBlock@574622f7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6116 car:arrow_no_parking net.minecraft.item.ItemBlock@3a19541b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6117 car:arrow_cross net.minecraft.item.ItemBlock@27648432 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6118 car:arrow_front_left_right_long_yellow net.minecraft.item.ItemBlock@51dc176b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6119 car:arrow_long_yellow net.minecraft.item.ItemBlock@37ebd63d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6120 car:arrow_left_yellow net.minecraft.item.ItemBlock@47a2e557 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6121 car:arrow_right_yellow net.minecraft.item.ItemBlock@4464ac85 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6122 car:arrow_left_right_long_yellow net.minecraft.item.ItemBlock@75b28c2d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6123 car:arrow_front_left_long_yellow net.minecraft.item.ItemBlock@1c81f698 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6124 car:arrow_front_right_long_yellow net.minecraft.item.ItemBlock@4cd93002 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6125 car:arrow_left_dia_yellow net.minecraft.item.ItemBlock@2db8bd98 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6126 car:arrow_right_dia_yellow net.minecraft.item.ItemBlock@4c0a8fe6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6127 car:arrow_front_left_right_yellow net.minecraft.item.ItemBlock@5fac85c9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6128 car:arrow_yellow net.minecraft.item.ItemBlock@5a70e71e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6129 car:arrow_left_short_yellow net.minecraft.item.ItemBlock@32ccc5b5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6130 car:arrow_right_short_yellow net.minecraft.item.ItemBlock@2aa119b5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6131 car:arrow_left_right_yellow net.minecraft.item.ItemBlock@119843e5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6132 car:arrow_front_left_yellow net.minecraft.item.ItemBlock@4c0d1edf +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6133 car:arrow_front_right_yellow net.minecraft.item.ItemBlock@18388b86 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6134 car:arrow_left_dia_short_yellow net.minecraft.item.ItemBlock@3af65585 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6135 car:arrow_right_dia_short_yellow net.minecraft.item.ItemBlock@69a2ae55 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6136 car:line_middle_yellow net.minecraft.item.ItemBlock@4dfdbe58 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6137 car:line_long_yellow net.minecraft.item.ItemBlock@114578da +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6138 car:line_end_yellow net.minecraft.item.ItemBlock@19175d0a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6139 car:line_side_middle_yellow net.minecraft.item.ItemBlock@65bb887b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6140 car:line_side_long_yellow net.minecraft.item.ItemBlock@4594f5ea +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6141 car:line_side_start_yellow net.minecraft.item.ItemBlock@7f2dd62a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6142 car:line_side_end_yellow net.minecraft.item.ItemBlock@5c712bc8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6143 car:line_side_long_left_yellow net.minecraft.item.ItemBlock@6530986d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6144 car:line_side_long_left_front_yellow net.minecraft.item.ItemBlock@7e90a84 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6145 car:line_middle_edge_yellow net.minecraft.item.ItemBlock@166400d5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6146 car:line_corner_yellow net.minecraft.item.ItemBlock@431e56ba +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6147 car:line_double_yellow net.minecraft.item.ItemBlock@220c4d44 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6148 car:line_double_middle_yellow net.minecraft.item.ItemBlock@6d7edeab +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6149 car:line_double_end_yellow net.minecraft.item.ItemBlock@5baa0979 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6150 car:arrow_zebras_yellow net.minecraft.item.ItemBlock@6a302f30 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6151 car:arrow_p_yellow net.minecraft.item.ItemBlock@2a16295f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6152 car:arrow_no_parking_yellow net.minecraft.item.ItemBlock@31862130 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6153 car:arrow_cross_yellow net.minecraft.item.ItemBlock@3a6c07b8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6154 car:painter de.maxhenkel.car.items.ItemPainter@3fdcd87e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6155 car:painter_yellow de.maxhenkel.car.items.ItemPainter@6271ba92 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6156 car:canola_seeds de.maxhenkel.car.items.ItemCanolaSeed@552982c3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6157 car:canola de.maxhenkel.car.items.ItemCanola@b85918c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6158 car:rapecake de.maxhenkel.car.items.ItemRapeCake@5243a7aa +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6159 car:iron_stick de.maxhenkel.car.items.ItemCraftingComponent@3d89325a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6160 car:engine_piston de.maxhenkel.car.items.ItemCraftingComponent@242f80b2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6161 car:engine_3_cylinder de.maxhenkel.car.items.ItemCraftingComponent@3017c4a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6162 car:engine_6_cylinder de.maxhenkel.car.items.ItemCraftingComponent@4cb0f577 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6163 car:car_seat de.maxhenkel.car.items.ItemCraftingComponent@385f1559 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6164 car:windshield de.maxhenkel.car.items.ItemCraftingComponent@602d28f0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6165 car:wheel de.maxhenkel.car.items.ItemCraftingComponent@68c6eb93 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6166 car:axle de.maxhenkel.car.items.ItemCraftingComponent@2396b0b1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6167 car:container de.maxhenkel.car.items.ItemCraftingComponent@63a39c47 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6168 car:car_body_part_wood de.maxhenkel.car.items.ItemCarBodyPartWood@6ac0426b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6169 car:car_tank de.maxhenkel.car.items.ItemCraftingComponent@3505b6d3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6170 car:control_unit de.maxhenkel.car.items.ItemCraftingComponent@23808bfa +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6171 car:canister de.maxhenkel.car.items.ItemCanister@5c3e6a69 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6172 car:repair_kit de.maxhenkel.car.items.ItemRepairKit@3405b89f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6173 car:wrench de.maxhenkel.car.items.ItemRepairTool@2c2e23e2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6174 car:screw_driver de.maxhenkel.car.items.ItemRepairTool@bd6b2c6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6175 car:hammer de.maxhenkel.car.items.ItemRepairTool@2494ecf7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6176 car:cable_insulator de.maxhenkel.car.items.ItemCraftingComponent@3d4c79ba +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6177 car:key de.maxhenkel.car.items.ItemKey@60a06cc2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6178 car:battery de.maxhenkel.car.items.ItemBattery@5edea292 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6179 car:number_plate de.maxhenkel.car.items.ItemNumberPlate@5d2e0eea +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6180 cd4017be_lib:rrwi cd4017be.lib.item.BaseItem@3712d5c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6181 cd4017be_lib:m cd4017be.lib.item.ItemMaterial@60d4878c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6182 ceramics:unfired_clay knightminer.ceramics.items.ItemClayUnfired@66c16df4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6183 ceramics:clay_bucket knightminer.ceramics.items.ItemClayBucket@4f6f3ba6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6184 ceramics:clay_shears knightminer.ceramics.items.ItemClayShears@3b2e5156 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6185 ceramics:clay_helmet knightminer.ceramics.items.ItemArmorClay@5f0a9e4c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6186 ceramics:clay_chestplate knightminer.ceramics.items.ItemArmorClay@1d346492 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6187 ceramics:clay_leggings knightminer.ceramics.items.ItemArmorClay@54d93283 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6188 ceramics:clay_boots knightminer.ceramics.items.ItemArmorClay@40efd3ae +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6189 ceramics:clay_helmet_raw knightminer.ceramics.items.ItemArmorClayRaw@75323004 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6190 ceramics:clay_chestplate_raw knightminer.ceramics.items.ItemArmorClayRaw@6862590b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6191 ceramics:clay_leggings_raw knightminer.ceramics.items.ItemArmorClayRaw@562e850a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6192 ceramics:clay_boots_raw knightminer.ceramics.items.ItemArmorClayRaw@7b77ae1b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6193 ceramics:clay_bucket_block net.minecraft.item.ItemBlock@1f211361 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6194 ceramics:clay_hard knightminer.ceramics.items.ItemBlockEnum@47d564ee +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6195 ceramics:clay_soft knightminer.ceramics.items.ItemBlockEnum@1941d79 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6196 ceramics:clay_wall knightminer.ceramics.items.ItemBlockEnum@1639bc31 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6197 ceramics:clay_slab knightminer.ceramics.items.ItemBlockEnumSlab@12e2a99f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6198 ceramics:porcelain knightminer.ceramics.items.ItemBlockEnum@333c016f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6199 ceramics:porcelain_bricks_stairs net.minecraft.item.ItemBlock@683ffb0d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6200 ceramics:rainbow_clay knightminer.ceramics.items.ItemBlockEnum@745a0f30 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6201 ceramics:rainbow_bricks_stairs net.minecraft.item.ItemBlock@73f3fe75 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6202 ceramics:dark_bricks_stairs net.minecraft.item.ItemBlock@2097be1d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6203 ceramics:golden_bricks_stairs net.minecraft.item.ItemBlock@37e7ce91 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6204 ceramics:marine_bricks_stairs net.minecraft.item.ItemBlock@136074d2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6205 ceramics:dragon_bricks_stairs net.minecraft.item.ItemBlock@7f8c209d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6206 ceramics:lava_bricks_stairs net.minecraft.item.ItemBlock@62760e27 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6207 ceramics:monochrome_bricks_stairs net.minecraft.item.ItemBlock@6b6cd7be +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6208 ceramics:clay_barrel_unfired knightminer.ceramics.items.ItemBlockBarrel@65acb7c7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6209 ceramics:clay_barrel knightminer.ceramics.items.ItemBlockBarrel@37798a63 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6210 ceramics:clay_barrel_stained net.minecraft.item.ItemCloth@3a256a15 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6211 ceramics:clay_barrel_stained_extension net.minecraft.item.ItemCloth@16f45074 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6212 ceramics:porcelain_barrel net.minecraft.item.ItemCloth@16e6cfe2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6213 ceramics:porcelain_barrel_extension net.minecraft.item.ItemCloth@6db775cf +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6214 ceramics:faucet net.minecraft.item.ItemBlock@7cd3cfae +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6215 ceramics:channel knightminer.ceramics.items.ItemBlockChannel@68a9188f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6216 chargers:charger se.gory_moon.chargers.items.ItemChargerBlock@3e661158 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6217 chargers:wireless_charger se.gory_moon.chargers.items.ItemWirelessChargerBlock@5c2a0785 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6218 compactmachines3:tunnel net.minecraft.item.ItemBlock@164df677 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6219 compactmachines3:redstonetunnel net.minecraft.item.ItemBlock@3680e951 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6220 compactmachines3:wall org.dave.compactmachines3.item.ItemBlockWall@5b473d16 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6221 compactmachines3:wallbreakable net.minecraft.item.ItemBlock@4e834ba6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6222 compactmachines3:machine org.dave.compactmachines3.item.ItemBlockMachine@421a5291 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6223 compactmachines3:fieldprojector org.dave.compactmachines3.item.ItemBlockFieldProjector@3611ef69 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6224 compactmachines3:psd org.dave.compactmachines3.item.ItemPersonalShrinkingDevice@4a73052a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6225 compactmachines3:tunneltool org.dave.compactmachines3.item.ItemTunnelTool@2a9da9c6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6226 compactmachines3:redstonetunneltool org.dave.compactmachines3.item.ItemRedstoneTunnelTool@6a901896 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6227 conarm:helmet_core c4.conarm.lib.armor.ArmorPart@14bdd0d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6228 conarm:armor_trim c4.conarm.lib.armor.ArmorPart@2f059a27 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6229 conarm:armor_plate c4.conarm.lib.armor.ArmorPart@1129ac68 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6230 conarm:chest_core c4.conarm.lib.armor.ArmorPart@23880bc1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6231 conarm:leggings_core c4.conarm.lib.armor.ArmorPart@62d1ff29 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6232 conarm:boots_core c4.conarm.lib.armor.ArmorPart@610695f6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6233 conarm:helmet c4.conarm.common.items.armor.Helmet@5a4aaae9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6234 conarm:chestplate c4.conarm.common.items.armor.Chestplate@15fd21f7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6235 conarm:leggings c4.conarm.common.items.armor.Leggings@7937ea4b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6236 conarm:boots c4.conarm.common.items.armor.Boots@615f5add +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6237 conarm:book c4.conarm.common.items.ItemArmoryBook@40ba1530 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6238 conarm:invisible_ink c4.conarm.common.items.ItemConarmMat@2a1a6f52 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6239 conarm:resist_mat c4.conarm.common.items.ItemConarmMat@37e730b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6240 conarm:resist_mat_fire c4.conarm.common.items.ItemConarmMat@13fde5c1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6241 conarm:resist_mat_proj c4.conarm.common.items.ItemConarmMat@9fd1b90 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6242 conarm:resist_mat_blast c4.conarm.common.items.ItemConarmMat@70e49502 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6243 conarm:gauntlet_mat c4.conarm.common.items.ItemBase@72463e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6244 conarm:gauntlet_mat_speed c4.conarm.common.items.ItemConarmMat@7c5d681c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6245 conarm:gauntlet_mat_attack c4.conarm.common.items.ItemConarmMat@1d1ddd9c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6246 conarm:gauntlet_mat_reach c4.conarm.common.items.ItemConarmMat@498517b8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6247 conarm:frosty_soles c4.conarm.common.items.ItemConarmMat@5bd4fb00 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6248 conarm:travel_belt_base c4.conarm.common.items.ItemBase@4c5e75ee +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6249 conarm:travel_belt c4.conarm.common.items.AccessoryBase@5e854840 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6250 conarm:travel_potion c4.conarm.common.items.AccessoryBase@22f5b46b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6251 conarm:travel_sack c4.conarm.common.items.AccessoryBase@1dbb44de +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6252 conarm:travel_goggles_base c4.conarm.common.items.ItemBase@473b1d3d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6253 conarm:travel_goggles c4.conarm.common.items.AccessoryBase@33888ad2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6254 conarm:travel_night c4.conarm.common.items.AccessoryBase@3c512624 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6255 conarm:travel_cloak c4.conarm.common.items.ItemBase@7b8b08c4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6256 conarm:travel_sneak c4.conarm.common.items.AccessoryBase@6446207d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6257 conarm:travel_slowfall c4.conarm.common.items.AccessoryBase@136fe83d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6258 conarm:travel_soul c4.conarm.common.items.AccessoryBase@26ba9c72 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6259 conarm:polishing_kit c4.conarm.common.items.ItemPolishingKit@5044f056 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6260 conarm:armorforge slimeknights.tconstruct.tools.common.item.ItemBlockTable@72e8b01f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6261 conarm:armorstation slimeknights.tconstruct.tools.common.item.ItemBlockTable@39ad74ad +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6262 cookingforblockheads:cooking_table net.minecraft.item.ItemBlock@55bceb8f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6263 cookingforblockheads:oven net.minecraft.item.ItemBlock@963c54 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6264 cookingforblockheads:fridge net.minecraft.item.ItemBlock@37c91c11 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6265 cookingforblockheads:sink net.minecraft.item.ItemBlock@65930e59 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6266 cookingforblockheads:tool_rack net.minecraft.item.ItemBlock@57c171f7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6267 cookingforblockheads:toaster net.minecraft.item.ItemBlock@660483c7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6268 cookingforblockheads:milk_jar net.minecraft.item.ItemBlock@19523282 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6269 cookingforblockheads:cow_jar net.minecraft.item.ItemBlock@644e1637 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6270 cookingforblockheads:spice_rack net.minecraft.item.ItemBlock@38dc8d80 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6271 cookingforblockheads:counter net.minecraft.item.ItemBlock@7a842be7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6272 cookingforblockheads:cabinet net.minecraft.item.ItemBlock@72cac017 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6273 cookingforblockheads:corner net.minecraft.item.ItemBlock@66a18fd7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6274 cookingforblockheads:kitchen_floor net.minecraft.item.ItemBlock@3acdbe0e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6275 cookingforblockheads:fruit_basket net.minecraft.item.ItemBlock@614d61a3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6276 cookingforblockheads:cutting_board net.minecraft.item.ItemBlock@4523cfe5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6277 cookingforblockheads:recipe_book net.blay09.mods.cookingforblockheads.item.ItemRecipeBook@7021ba53 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6278 cookingforblockheads:heating_unit net.blay09.mods.cookingforblockheads.item.ItemHeatingUnit@4bb2f875 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6279 cookingforblockheads:ice_unit net.blay09.mods.cookingforblockheads.item.ItemIceUnit@42f3fb8f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6280 cookingforblockheads:preservation_chamber net.blay09.mods.cookingforblockheads.item.ItemPreservationChamber@21ac7875 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6281 darkutils:trap_move net.minecraft.item.ItemBlock@5ca2ad31 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6282 darkutils:trap_move_fast net.minecraft.item.ItemBlock@f9780 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6283 darkutils:trap_move_hyper net.minecraft.item.ItemBlock@5dfd3b8d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6284 darkutils:update_detector net.minecraft.item.ItemBlock@1fd09f97 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6285 darkutils:trap_tile net.darkhax.bookshelf.item.ItemBlockBasic@56d26279 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6286 darkutils:trap_anchor net.minecraft.item.ItemBlock@2a1d4cb4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6287 darkutils:sneaky net.minecraft.item.ItemBlock@1e083b29 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6288 darkutils:sneaky_lever net.minecraft.item.ItemBlock@53f3358 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6289 darkutils:sneaky_ghost net.minecraft.item.ItemBlock@403b582c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6290 darkutils:sneaky_torch net.minecraft.item.ItemBlock@83d473 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6291 darkutils:sneaky_obsidian net.minecraft.item.ItemBlock@5f0d7639 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6292 darkutils:sneaky_plate net.minecraft.item.ItemBlock@23542b73 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6293 darkutils:sneaky_bedrock net.minecraft.item.ItemBlock@39b4fd0d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6294 darkutils:sneaky_button net.minecraft.item.ItemBlock@278a8604 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6295 darkutils:shulker_pearl net.darkhax.darkutils.features.shulkerpearl.ItemShulkerPearl@13029072 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6296 darkutils:pearl_block net.darkhax.bookshelf.item.ItemBlockBasic@110f3ed2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6297 darkutils:timer net.minecraft.item.ItemBlock@f4de56b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6298 darkutils:monolith net.darkhax.bookshelf.item.ItemBlockBasic@7c04e820 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6299 darkutils:filter net.darkhax.darkutils.features.filter.ItemBlockFilter@7b0266d2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6300 darkutils:filter_inverted net.darkhax.darkutils.features.filter.ItemBlockFilter@13132ece +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6301 darkutils:lore_tag net.darkhax.darkutils.features.loretag.ItemFormatLoreTag@7395f77a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6302 darkutils:grate net.minecraft.item.ItemBlock@288b44c0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6303 darkutils:fake_tnt net.minecraft.item.ItemBlock@405793f5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6304 darkutils:ender_tether net.minecraft.item.ItemBlock@4ab8a06f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6305 darkutils:ender_hopper net.minecraft.item.ItemBlock@16cab065 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6306 darkutils:ender_pearl_hopper net.minecraft.item.ItemBlock@64954b38 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6307 darkutils:slime_dyed net.darkhax.bookshelf.item.ItemBlockBasic@18a1b464 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6308 darkutils:material net.darkhax.darkutils.features.material.ItemMaterial@590dfc9b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6309 darkutils:wither_block net.darkhax.bookshelf.item.ItemBlockBasic@1715c4c7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6310 darkutils:charm_agression net.darkhax.darkutils.features.charms.ItemCharm@549f07d8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6311 darkutils:focus_sash net.darkhax.darkutils.features.charms.ItemCharm@1a9d4af8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6312 darkutils:charm_gluttony net.darkhax.darkutils.features.charms.ItemCharm@f0acf5b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6313 darkutils:charm_null net.darkhax.darkutils.features.charms.ItemNullCharm@36000181 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6314 darkutils:charm_portal net.darkhax.darkutils.features.charms.ItemCharm@1a0d615e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6315 darkutils:charm_sleep net.darkhax.darkutils.features.charms.ItemCharm@6ab7326d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6316 darkutils:anti_slime net.minecraft.item.ItemBlock@339e4877 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6317 death_compass:death_compass death_compass.items.ItemDeathCompass@794d8456 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6318 dungpipe:dung_pipe net.minecraft.item.ItemBlock@225a1fad +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6319 dungpipe:sewer_pipe net.minecraft.item.ItemBlock@7d0ac76c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6320 elevatorid:elevator_white xyz.vsngamer.elevator.blocks.BlockElevator$ItemBlockElevator@2e5c02ed +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6321 elevatorid:elevator_orange xyz.vsngamer.elevator.blocks.BlockElevator$ItemBlockElevator@5c09c7fc +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6322 elevatorid:elevator_magenta xyz.vsngamer.elevator.blocks.BlockElevator$ItemBlockElevator@77935ab6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6323 elevatorid:elevator_light_blue xyz.vsngamer.elevator.blocks.BlockElevator$ItemBlockElevator@7ecb9339 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6324 elevatorid:elevator_yellow xyz.vsngamer.elevator.blocks.BlockElevator$ItemBlockElevator@30cead67 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6325 elevatorid:elevator_lime xyz.vsngamer.elevator.blocks.BlockElevator$ItemBlockElevator@22eaaaa5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6326 elevatorid:elevator_pink xyz.vsngamer.elevator.blocks.BlockElevator$ItemBlockElevator@4fc112a4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6327 elevatorid:elevator_gray xyz.vsngamer.elevator.blocks.BlockElevator$ItemBlockElevator@6d31023e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6328 elevatorid:elevator_silver xyz.vsngamer.elevator.blocks.BlockElevator$ItemBlockElevator@28513f6a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6329 elevatorid:elevator_cyan xyz.vsngamer.elevator.blocks.BlockElevator$ItemBlockElevator@5f191747 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6330 elevatorid:elevator_purple xyz.vsngamer.elevator.blocks.BlockElevator$ItemBlockElevator@188a7a32 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6331 elevatorid:elevator_blue xyz.vsngamer.elevator.blocks.BlockElevator$ItemBlockElevator@7d4fbbef +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6332 elevatorid:elevator_brown xyz.vsngamer.elevator.blocks.BlockElevator$ItemBlockElevator@5cc47143 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6333 elevatorid:elevator_green xyz.vsngamer.elevator.blocks.BlockElevator$ItemBlockElevator@4bf0f6b3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6334 elevatorid:elevator_red xyz.vsngamer.elevator.blocks.BlockElevator$ItemBlockElevator@605e15 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6335 elevatorid:elevator_black xyz.vsngamer.elevator.blocks.BlockElevator$ItemBlockElevator@f00d35 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6336 enderutilities:endercapacitor fi.dy.masa.enderutilities.item.part.ItemEnderCapacitor@664d381 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6337 enderutilities:enderpart fi.dy.masa.enderutilities.item.part.ItemEnderPart@25990587 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6338 enderutilities:linkcrystal fi.dy.masa.enderutilities.item.part.ItemLinkCrystal@6e95e753 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6339 enderutilities:builderswand fi.dy.masa.enderutilities.item.ItemBuildersWand@3669cbad +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6340 enderutilities:chairwand fi.dy.masa.enderutilities.item.ItemChairWand@1631ee3a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6341 enderutilities:dolly fi.dy.masa.enderutilities.item.ItemDolly@7b697446 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6342 enderutilities:enderarrow fi.dy.masa.enderutilities.item.ItemEnderArrow@3a87ab07 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6343 enderutilities:enderbag fi.dy.masa.enderutilities.item.ItemEnderBag@42cb3b59 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6344 enderutilities:enderbow fi.dy.masa.enderutilities.item.ItemEnderBow@5b924d04 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6345 enderutilities:enderbucket fi.dy.masa.enderutilities.item.ItemEnderBucket@6b69c974 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6346 enderutilities:enderlasso fi.dy.masa.enderutilities.item.ItemEnderLasso@6cb1888d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6347 enderutilities:enderpearlreusable fi.dy.masa.enderutilities.item.ItemEnderPearlReusable@77bb67b1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6348 enderutilities:enderporter fi.dy.masa.enderutilities.item.ItemEnderPorter@3e88fe2f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6349 enderutilities:endersword fi.dy.masa.enderutilities.item.tool.ItemEnderSword@1b8fa2e3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6350 enderutilities:endertool fi.dy.masa.enderutilities.item.tool.ItemEnderTool@7b9aa4ff +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6351 enderutilities:handybag fi.dy.masa.enderutilities.item.ItemHandyBag@57b0c2d2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6352 enderutilities:icemelter fi.dy.masa.enderutilities.item.ItemIceMelter@2e30278d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6353 enderutilities:inventoryswapper fi.dy.masa.enderutilities.item.ItemInventorySwapper@484e0012 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6354 enderutilities:livingmanipulator fi.dy.masa.enderutilities.item.ItemLivingManipulator@665df8b8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6355 enderutilities:mobharness fi.dy.masa.enderutilities.item.ItemMobHarness@37aa00f3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6356 enderutilities:nullifier fi.dy.masa.enderutilities.item.ItemNullifier@180945c4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6357 enderutilities:pet_contract fi.dy.masa.enderutilities.item.ItemPetContract@20ff8847 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6358 enderutilities:pickupmanager fi.dy.masa.enderutilities.item.ItemPickupManager@29ee2cd8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6359 enderutilities:quickstacker fi.dy.masa.enderutilities.item.ItemQuickStacker@4e240c8e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6360 enderutilities:portalscaler fi.dy.masa.enderutilities.item.ItemPortalScaler@1cd157eb +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6361 enderutilities:ruler fi.dy.masa.enderutilities.item.ItemRuler@40b05986 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6362 enderutilities:syringe fi.dy.masa.enderutilities.item.ItemSyringe@18e025a4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6363 enderutilities:void_pickaxe fi.dy.masa.enderutilities.item.tool.ItemVoidPickaxe@764e1a4a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6364 enderutilities:asu fi.dy.masa.enderutilities.item.block.ItemBlockStoragePlacementProperty@5104450a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6365 enderutilities:barrel fi.dy.masa.enderutilities.item.block.ItemBlockStorage@7453e107 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6366 enderutilities:draw_bridge fi.dy.masa.enderutilities.item.block.ItemBlockPlacementProperty@51a94bb2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6367 enderutilities:ender_elevator fi.dy.masa.enderutilities.block.BlockElevator$1@5f0c03d8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6368 enderutilities:ender_elevator_slab fi.dy.masa.enderutilities.block.BlockElevatorSlab$1@2f53b319 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6369 enderutilities:ender_elevator_layer fi.dy.masa.enderutilities.block.BlockElevatorSlab$1@3ef0bcd3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6370 enderutilities:inserter fi.dy.masa.enderutilities.item.block.ItemBlockPlacementProperty@15d6a16 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6371 enderutilities:floor fi.dy.masa.enderutilities.item.block.ItemBlockEnderUtilities@51e6b378 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6372 enderutilities:energy_bridge fi.dy.masa.enderutilities.item.block.ItemBlockEnderUtilities@639f0926 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6373 enderutilities:machine_0 fi.dy.masa.enderutilities.item.block.ItemBlockEnderUtilities@583227a2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6374 enderutilities:machine_1 fi.dy.masa.enderutilities.item.block.ItemBlockEnderUtilities@3255fb68 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6375 enderutilities:molecular_exciter fi.dy.masa.enderutilities.item.block.ItemBlockEnderUtilities@564cf329 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6376 enderutilities:msu fi.dy.masa.enderutilities.item.block.ItemBlockStorage@4d8116ff +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6377 enderutilities:phasing fi.dy.masa.enderutilities.item.block.ItemBlockEnderUtilities@44727da +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6378 enderutilities:frame fi.dy.masa.enderutilities.item.block.ItemBlockEnderUtilities@19540281 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6379 enderutilities:portal_panel fi.dy.masa.enderutilities.item.block.ItemBlockEnderUtilities@28b06f39 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6380 enderutilities:sound_block fi.dy.masa.enderutilities.item.block.ItemBlockEnderUtilities@6dc3b23e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6381 enderutilities:storage_0 fi.dy.masa.enderutilities.item.block.ItemBlockStorage@500731ab +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6382 extendedcrafting:storage com.blakebr0.extendedcrafting.block.ItemBlockStorage@69fe6120 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6383 extendedcrafting:frame net.minecraft.item.ItemBlock@41b06201 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6384 extendedcrafting:lamp com.blakebr0.extendedcrafting.block.ItemBlockLamp@631af8bc +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6385 extendedcrafting:trimmed com.blakebr0.extendedcrafting.block.ItemBlockTrimmed@21b3750b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6386 extendedcrafting:crafting_table net.minecraft.item.ItemBlock@15236221 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6387 extendedcrafting:pedestal net.minecraft.item.ItemBlock@57c1aaee +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6388 extendedcrafting:crafting_core net.minecraft.item.ItemBlock@632a67b2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6389 extendedcrafting:interface net.minecraft.item.ItemBlock@590b5df1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6390 extendedcrafting:table_basic net.minecraft.item.ItemBlock@57370e9b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6391 extendedcrafting:table_advanced net.minecraft.item.ItemBlock@dfb4849 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6392 extendedcrafting:table_elite net.minecraft.item.ItemBlock@3ddca9b3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6393 extendedcrafting:table_ultimate net.minecraft.item.ItemBlock@3e3b9f2c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6394 extendedcrafting:compressor net.minecraft.item.ItemBlock@51970da6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6395 extendedcrafting:ender_alternator net.minecraft.item.ItemBlock@6f9aedd +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6396 extendedcrafting:ender_crafter net.minecraft.item.ItemBlock@5eb00e80 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6397 extendedcrafting:guide com.blakebr0.cucumber.guide.ItemGuide@3c902885 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6398 extendedcrafting:material com.blakebr0.extendedcrafting.item.ItemMaterial@5503e88c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6399 extendedcrafting:handheld_table com.blakebr0.extendedcrafting.item.ItemHandheldTable@1e472bb7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6400 extendedcrafting:recipe_maker com.blakebr0.extendedcrafting.item.ItemRecipeMaker@40ddf2f1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6401 extendedcrafting:singularity com.blakebr0.extendedcrafting.item.ItemSingularity@7db43e6f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6402 extendedcrafting:singularity_custom com.blakebr0.extendedcrafting.item.ItemSingularityCustom@37b9fedd +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6403 extendedcrafting:singularity_ultimate com.blakebr0.extendedcrafting.item.ItemSingularityUltimate@1004710e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6404 galacticraftcore:crude_oil_still micdoodle8.mods.galacticraft.core.items.ItemBlockGC@4dc0e0a7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6405 galacticraftcore:bucket_oil micdoodle8.mods.galacticraft.core.items.ItemBucketGC@461b04a9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6406 galacticraftcore:fuel micdoodle8.mods.galacticraft.core.items.ItemBlockGC@71d1c480 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6407 galacticraftcore:bucket_fuel micdoodle8.mods.galacticraft.core.items.ItemBucketGC@7e83380 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6408 galacticraftcore:landing_pad micdoodle8.mods.galacticraft.core.items.ItemBlockLandingPad@4d672e02 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6409 galacticraftcore:landing_pad_full micdoodle8.mods.galacticraft.core.items.ItemBlockGC@5347554b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6410 galacticraftcore:unlit_torch micdoodle8.mods.galacticraft.core.items.ItemBlockGC@2ccd6e67 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6411 galacticraftcore:unlit_torch_lit micdoodle8.mods.galacticraft.core.items.ItemBlockGC@6aff2c4d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6412 galacticraftcore:distributor micdoodle8.mods.galacticraft.core.items.ItemBlockDesc@1e9c082e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6413 galacticraftcore:collector micdoodle8.mods.galacticraft.core.items.ItemBlockDesc@7718ebbb +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6414 galacticraftcore:oxygen_compressor micdoodle8.mods.galacticraft.core.items.ItemBlockOxygenCompressor@30e10d69 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6415 galacticraftcore:sealer micdoodle8.mods.galacticraft.core.items.ItemBlockDesc@23efd27c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6416 galacticraftcore:oxygen_detector micdoodle8.mods.galacticraft.core.items.ItemBlockDesc@5dcc6357 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6417 galacticraftcore:aluminum_wire micdoodle8.mods.galacticraft.core.items.ItemBlockAluminumWire@6d391e66 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6418 galacticraftcore:fluid_pipe micdoodle8.mods.galacticraft.core.items.ItemBlockDesc@558bcced +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6419 galacticraftcore:fluid_pipe_pull micdoodle8.mods.galacticraft.core.items.ItemBlockDesc@82a9812 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6420 galacticraftcore:refinery micdoodle8.mods.galacticraft.core.items.ItemBlockDesc@36c2949b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6421 galacticraftcore:fuel_loader micdoodle8.mods.galacticraft.core.items.ItemBlockDesc@132d760b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6422 galacticraftcore:cargo micdoodle8.mods.galacticraft.core.items.ItemBlockCargoLoader@184a3c27 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6423 galacticraftcore:rocket_workbench micdoodle8.mods.galacticraft.core.items.ItemBlockNasaWorkbench@44fccd34 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6424 galacticraftcore:basic_block_core micdoodle8.mods.galacticraft.core.items.ItemBlockBase@66b8ff7c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6425 galacticraftcore:air_lock_frame micdoodle8.mods.galacticraft.core.items.ItemBlockAirLock@1e5d508e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6426 galacticraftcore:air_lock_seal micdoodle8.mods.galacticraft.core.items.ItemBlockGC@573fec66 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6427 galacticraftcore:space_glass_clear micdoodle8.mods.galacticraft.core.items.ItemBlockGlassGC@75881ed8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6428 galacticraftcore:space_glass_vanilla micdoodle8.mods.galacticraft.core.items.ItemBlockGlassGC@54ea4c0a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6429 galacticraftcore:space_glass_strong micdoodle8.mods.galacticraft.core.items.ItemBlockGlassGC@2047bf39 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6430 galacticraftcore:magnetic_table micdoodle8.mods.galacticraft.core.items.ItemBlockDesc@8b33b8b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6431 galacticraftcore:enclosed micdoodle8.mods.galacticraft.core.items.ItemBlockEnclosed@3df88a9b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6432 galacticraftcore:space_station_base micdoodle8.mods.galacticraft.core.items.ItemBlockGC@3b740b32 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6433 galacticraftcore:parachest micdoodle8.mods.galacticraft.core.items.ItemBlockDesc@26d7d512 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6434 galacticraftcore:solar micdoodle8.mods.galacticraft.core.items.ItemBlockSolar@37a9cd20 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6435 galacticraftcore:dishbase micdoodle8.mods.galacticraft.core.items.ItemBlockGC@4e7c251c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6436 galacticraftcore:machine micdoodle8.mods.galacticraft.core.items.ItemBlockMachine@554a8a7a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6437 galacticraftcore:machine2 micdoodle8.mods.galacticraft.core.items.ItemBlockMachine@4d2daa84 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6438 galacticraftcore:machine3 micdoodle8.mods.galacticraft.core.items.ItemBlockMachine@3414becc +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6439 galacticraftcore:machine_tiered micdoodle8.mods.galacticraft.core.items.ItemBlockMachine@1b6f2997 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6440 galacticraftcore:machine4 micdoodle8.mods.galacticraft.core.items.ItemBlockMachine@1af769da +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6441 galacticraftcore:panel_lighting micdoodle8.mods.galacticraft.core.items.ItemBlockPanel@3a2e898a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6442 galacticraftcore:glowstone_torch micdoodle8.mods.galacticraft.core.items.ItemBlockDesc@2b5db2dd +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6443 galacticraftcore:fallen_meteor micdoodle8.mods.galacticraft.core.items.ItemBlockDesc@491c15b0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6444 galacticraftcore:basic_block_moon micdoodle8.mods.galacticraft.core.items.ItemBlockMoon@68840cf0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6445 galacticraftcore:cheese micdoodle8.mods.galacticraft.core.items.ItemBlockCheese@26a8aab3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6446 galacticraftcore:spin_thruster micdoodle8.mods.galacticraft.core.items.ItemBlockThruster@60252fe1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6447 galacticraftcore:view_screen micdoodle8.mods.galacticraft.core.items.ItemBlockDesc@49bd17c0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6448 galacticraftcore:telemetry micdoodle8.mods.galacticraft.core.items.ItemBlockDesc@196618b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6449 galacticraftcore:arclamp micdoodle8.mods.galacticraft.core.items.ItemBlockArclamp@6288ae38 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6450 galacticraftcore:treasure_chest micdoodle8.mods.galacticraft.core.items.ItemBlockDesc@2b1bcfaf +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6451 galacticraftcore:fluid_tank micdoodle8.mods.galacticraft.core.items.ItemBlockDesc@a39de1b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6452 galacticraftcore:boss_spawner micdoodle8.mods.galacticraft.core.items.ItemBlockGC@38117cee +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6453 galacticraftcore:tin_stairs_1 micdoodle8.mods.galacticraft.core.items.ItemBlockGC@1f4ffcba +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6454 galacticraftcore:tin_stairs_2 micdoodle8.mods.galacticraft.core.items.ItemBlockGC@6adc2e4b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6455 galacticraftcore:moon_stairs_stone micdoodle8.mods.galacticraft.core.items.ItemBlockGC@2ed1fc0d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6456 galacticraftcore:moon_stairs_brick micdoodle8.mods.galacticraft.core.items.ItemBlockGC@1d140335 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6457 galacticraftcore:wall_gc micdoodle8.mods.galacticraft.core.items.ItemBlockWallGC@7dde8601 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6458 galacticraftcore:slab_gc_half micdoodle8.mods.galacticraft.core.items.ItemBlockSlabGC@767b5187 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6459 galacticraftcore:slab_gc_double micdoodle8.mods.galacticraft.core.items.ItemBlockSlabGC@57ebfad1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6460 galacticraftcore:concealed_redstone micdoodle8.mods.galacticraft.core.items.ItemBlockGC@6a5b46b2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6461 galacticraftcore:concealed_repeater_pow micdoodle8.mods.galacticraft.core.items.ItemBlockGC@633c2b76 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6462 galacticraftcore:concealed_repeater micdoodle8.mods.galacticraft.core.items.ItemBlockGC@4f67a9ff +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6463 galacticraftcore:concealed_detector micdoodle8.mods.galacticraft.core.items.ItemBlockCreativeGC@47d2efb0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6464 galacticraftcore:platform micdoodle8.mods.galacticraft.core.items.ItemBlockDesc@770c4f2e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6465 galacticraftcore:emergency_box micdoodle8.mods.galacticraft.core.items.ItemBlockEmergencyBox@7569bd22 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6466 galacticraftcore:grating micdoodle8.mods.galacticraft.core.items.ItemBlockGC@733ca21 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6467 galacticraftcore:rocket_t1 micdoodle8.mods.galacticraft.core.items.ItemTier1Rocket@57cc0a18 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6468 galacticraftcore:oxygen_mask micdoodle8.mods.galacticraft.core.items.ItemOxygenMask@42ac4af0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6469 galacticraftcore:oxygen_gear micdoodle8.mods.galacticraft.core.items.ItemOxygenGear@7a146f2a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6470 galacticraftcore:oxygen_tank_light_full micdoodle8.mods.galacticraft.core.items.ItemOxygenTank@63efc08b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6471 galacticraftcore:oxygen_tank_med_full micdoodle8.mods.galacticraft.core.items.ItemOxygenTank@54448a24 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6472 galacticraftcore:oxygen_tank_heavy_full micdoodle8.mods.galacticraft.core.items.ItemOxygenTank@749fa196 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6473 galacticraftcore:infinite_oxygen micdoodle8.mods.galacticraft.core.items.ItemCanisterOxygenInfinite@2d2bed10 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6474 galacticraftcore:sensor_lens micdoodle8.mods.galacticraft.core.items.ItemBase@305d9ba6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6475 galacticraftcore:sensor_glasses micdoodle8.mods.galacticraft.core.items.ItemSensorGlasses@44b85d0e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6476 galacticraftcore:standard_wrench micdoodle8.mods.galacticraft.core.items.ItemUniversalWrench@40b83223 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6477 galacticraftcore:steel_pickaxe micdoodle8.mods.galacticraft.core.items.ItemPickaxeGC@4922b8b3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6478 galacticraftcore:steel_axe micdoodle8.mods.galacticraft.core.items.ItemAxeGC@3b139fea +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6479 galacticraftcore:steel_hoe micdoodle8.mods.galacticraft.core.items.ItemHoeGC@67cfb385 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6480 galacticraftcore:steel_shovel micdoodle8.mods.galacticraft.core.items.ItemSpadeGC@6667bc75 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6481 galacticraftcore:steel_sword micdoodle8.mods.galacticraft.core.items.ItemSwordGC@3adc672a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6482 galacticraftcore:steel_helmet micdoodle8.mods.galacticraft.core.items.ItemArmorGC@81f75a5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6483 galacticraftcore:steel_chestplate micdoodle8.mods.galacticraft.core.items.ItemArmorGC@da81bba +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6484 galacticraftcore:steel_leggings micdoodle8.mods.galacticraft.core.items.ItemArmorGC@27b96c7a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6485 galacticraftcore:steel_boots micdoodle8.mods.galacticraft.core.items.ItemArmorGC@4cd9d35 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6486 galacticraftcore:canister micdoodle8.mods.galacticraft.core.items.ItemCanister@1d975354 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6487 galacticraftcore:air_vent micdoodle8.mods.galacticraft.core.items.ItemBase@7de98f8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6488 galacticraftcore:air_fan micdoodle8.mods.galacticraft.core.items.ItemBase@5c810862 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6489 galacticraftcore:oxygen_concentrator micdoodle8.mods.galacticraft.core.items.ItemBase@53dc1ef +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6490 galacticraftcore:engine micdoodle8.mods.galacticraft.core.items.ItemRocketEngineGC@22972fef +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6491 galacticraftcore:heavy_plating micdoodle8.mods.galacticraft.core.items.ItemBase@517d6a1d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6492 galacticraftcore:nose_cone micdoodle8.mods.galacticraft.core.items.ItemBase@56baa48 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6493 galacticraftcore:rocket_fins micdoodle8.mods.galacticraft.core.items.ItemBase@6e3221b3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6494 galacticraftcore:steel_pole micdoodle8.mods.galacticraft.core.items.ItemBase@754193cd +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6495 galacticraftcore:canvas micdoodle8.mods.galacticraft.core.items.ItemBase@4f5622fa +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6496 galacticraftcore:oil_canister_partial micdoodle8.mods.galacticraft.core.items.ItemOilCanister@1737e8b2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6497 galacticraftcore:fuel_canister_partial micdoodle8.mods.galacticraft.core.items.ItemFuelCanister@68f77c5e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6498 galacticraftcore:schematic micdoodle8.mods.galacticraft.core.items.ItemSchematic@11d15576 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6499 galacticraftcore:key micdoodle8.mods.galacticraft.core.items.ItemKey@6feef444 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6500 galacticraftcore:buggymat micdoodle8.mods.galacticraft.core.items.ItemBuggyMaterial@47b4e373 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6501 galacticraftcore:buggy micdoodle8.mods.galacticraft.core.items.ItemBuggy@14726257 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6502 galacticraftcore:basic_item micdoodle8.mods.galacticraft.core.items.ItemBasic@f13ff4a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6503 galacticraftcore:food micdoodle8.mods.galacticraft.core.items.ItemFood@17c76638 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6504 galacticraftcore:battery micdoodle8.mods.galacticraft.core.items.ItemBattery@7708a0c8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6505 galacticraftcore:infinite_battery micdoodle8.mods.galacticraft.core.items.ItemBatteryInfinite@70ef04a4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6506 galacticraftcore:meteor_chunk micdoodle8.mods.galacticraft.core.items.ItemMeteorChunk@60964c5c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6507 galacticraftcore:cheese_curd micdoodle8.mods.galacticraft.core.items.ItemCheese@4ccc00d0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6508 galacticraftcore:meteoric_iron_raw micdoodle8.mods.galacticraft.core.items.ItemMeteoricIron@7e70e761 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6509 galacticraftcore:item_basic_moon micdoodle8.mods.galacticraft.core.items.ItemMoon@76b2162f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6510 galacticraftcore:flag micdoodle8.mods.galacticraft.core.items.ItemFlag@24145009 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6511 galacticraftcore:parachute micdoodle8.mods.galacticraft.core.items.ItemParaChute@8f20edb +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6512 galacticraftcore:prelaunch_checklist micdoodle8.mods.galacticraft.core.items.ItemPreLaunchChecklist@71c0bb4b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6513 galacticraftcore:dungeonfinder micdoodle8.mods.galacticraft.core.items.ItemBase@17a5c832 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6514 galacticraftcore:emergency_kit micdoodle8.mods.galacticraft.core.items.ItemEmergencyKit@113756d7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6515 galacticraftcore:ic2compat micdoodle8.mods.galacticraft.core.items.ItemIC2Compat@9ab16fc +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6516 galacticraftplanets:sludge micdoodle8.mods.galacticraft.core.items.ItemBlockDesc@7d45fe61 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6517 galacticraftplanets:bucket_sludge micdoodle8.mods.galacticraft.core.items.ItemBucketGC@44184da3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6518 galacticraftplanets:treasure_t2 micdoodle8.mods.galacticraft.core.items.ItemBlockDesc@6fb23a19 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6519 galacticraftplanets:mars micdoodle8.mods.galacticraft.planets.mars.items.ItemBlockMars@3e7fcde5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6520 galacticraftplanets:cavern_vines micdoodle8.mods.galacticraft.core.items.ItemBlockDesc@6c9b8abd +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6521 galacticraftplanets:slimeling_egg micdoodle8.mods.galacticraft.planets.mars.items.ItemBlockEgg@6ae8a7d8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6522 galacticraftplanets:creeper_egg micdoodle8.mods.galacticraft.core.items.ItemBlockDesc@14f43a6e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6523 galacticraftplanets:mars_machine micdoodle8.mods.galacticraft.planets.mars.items.ItemBlockMachine@5424cdf0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6524 galacticraftplanets:mars_machine_t2 micdoodle8.mods.galacticraft.planets.mars.items.ItemBlockMachine@645a7bab +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6525 galacticraftplanets:boss_spawner_mars micdoodle8.mods.galacticraft.core.items.ItemBlockGC@4ba3c69f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6526 galacticraftplanets:mars_stairs_cobblestone micdoodle8.mods.galacticraft.core.items.ItemBlockGC@7e31a2cf +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6527 galacticraftplanets:mars_stairs_brick micdoodle8.mods.galacticraft.core.items.ItemBlockGC@c88bbb4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6528 galacticraftplanets:carbon_fragments micdoodle8.mods.galacticraft.planets.mars.items.ItemCarbonFragments@3bb81ead +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6529 galacticraftplanets:item_basic_mars micdoodle8.mods.galacticraft.planets.mars.items.ItemBasicMars@6e7aa07b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6530 galacticraftplanets:desh_pick micdoodle8.mods.galacticraft.planets.mars.items.ItemPickaxeMars@1d2e40a1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6531 galacticraftplanets:desh_pick_slime micdoodle8.mods.galacticraft.planets.mars.items.ItemPickaxeStickyMars@54321dab +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6532 galacticraftplanets:desh_axe micdoodle8.mods.galacticraft.planets.mars.items.ItemAxeMars@2f043cf6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6533 galacticraftplanets:desh_hoe micdoodle8.mods.galacticraft.planets.mars.items.ItemHoeMars@14462815 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6534 galacticraftplanets:desh_spade micdoodle8.mods.galacticraft.planets.mars.items.ItemSpadeMars@7b825974 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6535 galacticraftplanets:desh_sword micdoodle8.mods.galacticraft.planets.mars.items.ItemSwordMars@3f19ccea +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6536 galacticraftplanets:desh_helmet micdoodle8.mods.galacticraft.planets.mars.items.ItemArmorMars@48a42e7b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6537 galacticraftplanets:desh_chestplate micdoodle8.mods.galacticraft.planets.mars.items.ItemArmorMars@1acfbb75 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6538 galacticraftplanets:desh_leggings micdoodle8.mods.galacticraft.planets.mars.items.ItemArmorMars@46df1235 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6539 galacticraftplanets:desh_boots micdoodle8.mods.galacticraft.planets.mars.items.ItemArmorMars@772ab8b0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6540 galacticraftplanets:rocket_t2 micdoodle8.mods.galacticraft.planets.mars.items.ItemTier2Rocket@3174a473 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6541 galacticraftplanets:key micdoodle8.mods.galacticraft.planets.mars.items.ItemKeyMars@14d734c8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6542 galacticraftplanets:schematic micdoodle8.mods.galacticraft.planets.mars.items.ItemSchematicTier2@7df786df +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6543 galacticraftplanets:asteroids_block micdoodle8.mods.galacticraft.planets.asteroids.items.ItemBlockAsteroids@c786b17 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6544 galacticraftplanets:walkway micdoodle8.mods.galacticraft.planets.asteroids.items.ItemBlockWalkway@183b11d7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6545 galacticraftplanets:beam_reflector micdoodle8.mods.galacticraft.core.items.ItemBlockDesc@35e7076c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6546 galacticraftplanets:beam_receiver micdoodle8.mods.galacticraft.core.items.ItemBlockDesc@74e7be71 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6547 galacticraftplanets:telepad_short micdoodle8.mods.galacticraft.planets.asteroids.items.ItemBlockShortRangeTelepad@3b885329 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6548 galacticraftplanets:dense_ice micdoodle8.mods.galacticraft.core.items.ItemBlockGC@7b7d5826 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6549 galacticraftplanets:miner_base micdoodle8.mods.galacticraft.core.items.ItemBlockDesc@76acfc42 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6550 galacticraftplanets:grapple micdoodle8.mods.galacticraft.planets.asteroids.items.ItemGrappleHook@3f71c0d0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6551 galacticraftplanets:rocket_t3 micdoodle8.mods.galacticraft.planets.asteroids.items.ItemTier3Rocket@4699cd0c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6552 galacticraftplanets:astro_miner micdoodle8.mods.galacticraft.planets.asteroids.items.ItemAstroMiner@57340191 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6553 galacticraftplanets:thermal_padding micdoodle8.mods.galacticraft.planets.asteroids.items.ItemThermalPadding@46ebb9d9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6554 galacticraftplanets:item_basic_asteroids micdoodle8.mods.galacticraft.planets.asteroids.items.ItemBasicAsteroids@772d8694 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6555 galacticraftplanets:methane_canister_partial micdoodle8.mods.galacticraft.planets.asteroids.items.ItemCanisterMethane@7fd4c4d0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6556 galacticraftplanets:canister_partial_lox micdoodle8.mods.galacticraft.planets.asteroids.items.ItemCanisterLiquidOxygen@89b6a32 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6557 galacticraftplanets:canister_partial_ln2 micdoodle8.mods.galacticraft.planets.asteroids.items.ItemCanisterLiquidNitrogen@13a52f89 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6558 galacticraftplanets:atmospheric_valve micdoodle8.mods.galacticraft.planets.asteroids.items.ItemAtmosphericValve@827024f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6559 galacticraftplanets:heavy_nose_cone micdoodle8.mods.galacticraft.planets.asteroids.items.ItemHeavyNoseCone@518cb5df +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6560 galacticraftplanets:orion_drive micdoodle8.mods.galacticraft.planets.asteroids.items.ItemOrionDrive@2158f26 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6561 galacticraftplanets:titanium_helmet micdoodle8.mods.galacticraft.planets.asteroids.items.ItemArmorAsteroids@7c7a2619 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6562 galacticraftplanets:titanium_chestplate micdoodle8.mods.galacticraft.planets.asteroids.items.ItemArmorAsteroids@4b1cf003 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6563 galacticraftplanets:titanium_leggings micdoodle8.mods.galacticraft.planets.asteroids.items.ItemArmorAsteroids@1211198c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6564 galacticraftplanets:titanium_boots micdoodle8.mods.galacticraft.planets.asteroids.items.ItemArmorAsteroids@67bc2863 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6565 galacticraftplanets:titanium_axe micdoodle8.mods.galacticraft.planets.asteroids.items.ItemAxeAsteroids@3876318a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6566 galacticraftplanets:titanium_pickaxe micdoodle8.mods.galacticraft.planets.asteroids.items.ItemPickaxeAsteroids@87369b1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6567 galacticraftplanets:titanium_shovel micdoodle8.mods.galacticraft.planets.asteroids.items.ItemSpadeAsteroids@3c65172d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6568 galacticraftplanets:titanium_hoe micdoodle8.mods.galacticraft.planets.asteroids.items.ItemHoeAsteroids@12a7d338 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6569 galacticraftplanets:titanium_sword micdoodle8.mods.galacticraft.planets.asteroids.items.ItemSwordAsteroids@1b544a87 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6570 galacticraftplanets:strange_seed micdoodle8.mods.galacticraft.planets.asteroids.items.ItemStrangeSeed@87996bd +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6571 galacticraftplanets:sulphuric_acid micdoodle8.mods.galacticraft.core.items.ItemBlockDesc@1c3134e0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6572 galacticraftplanets:bucket_sulphuric_acid micdoodle8.mods.galacticraft.core.items.ItemBucketGC@30230a4d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6573 galacticraftplanets:venus micdoodle8.mods.galacticraft.planets.venus.items.ItemBlockBasicVenus@99a6ebc +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6574 galacticraftplanets:spout micdoodle8.mods.galacticraft.core.items.ItemBlockGC@4d92dd4c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6575 galacticraftplanets:boss_spawner_venus micdoodle8.mods.galacticraft.core.items.ItemBlockGC@5811662a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6576 galacticraftplanets:treasure_t3 micdoodle8.mods.galacticraft.core.items.ItemBlockDesc@70c86e07 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6577 galacticraftplanets:web_torch micdoodle8.mods.galacticraft.planets.venus.items.ItemBlockTorchWeb@2afd012c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6578 galacticraftplanets:geothermal_generator micdoodle8.mods.galacticraft.core.items.ItemBlockDesc@71ded182 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6579 galacticraftplanets:crashed_probe micdoodle8.mods.galacticraft.core.items.ItemBlockDesc@22add9a5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6580 galacticraftplanets:venus_rock_scorched micdoodle8.mods.galacticraft.core.items.ItemBlockGC@112623a1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6581 galacticraftplanets:solar_array_module micdoodle8.mods.galacticraft.core.items.ItemBlockDesc@5390a4c8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6582 galacticraftplanets:solar_array_controller micdoodle8.mods.galacticraft.core.items.ItemBlockDesc@54c52df9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6583 galacticraftplanets:laser_turret micdoodle8.mods.galacticraft.planets.asteroids.items.ItemBlockLaser@1869a635 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6584 galacticraftplanets:thermal_padding_t2 micdoodle8.mods.galacticraft.planets.venus.items.ItemThermalPaddingTier2@38f2b5b2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6585 galacticraftplanets:basic_item_venus micdoodle8.mods.galacticraft.planets.venus.items.ItemBasicVenus@6e12f080 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6586 galacticraftplanets:volcanic_pickaxe micdoodle8.mods.galacticraft.planets.venus.items.ItemVolcanicPickaxe@1345a25e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6587 galacticraftplanets:key_t3 micdoodle8.mods.galacticraft.planets.venus.items.ItemKeyVenus@4648f60d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6588 galacticraftplanets:atomic_battery micdoodle8.mods.galacticraft.planets.venus.items.ItemBatteryAtomic@6b3a8453 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6589 galacticraftcore:unlit_torch_stone micdoodle8.mods.galacticraft.core.items.ItemBlockGC@12d5ef44 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6590 galacticraftcore:unlit_torch_stone_lit micdoodle8.mods.galacticraft.core.items.ItemBlockGC@2cbce812 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6591 extraplanets:mercury com.mjr.extraplanets.itemBlocks.planetAndMoons.ItemBlockMercury@14a4e7e9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6592 extraplanets:mercury_gravel com.mjr.mjrlegendslib.itemBlock.ItemBlockDefault@2b585d01 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6593 extraplanets:mercury_spawner com.mjr.mjrlegendslib.itemBlock.ItemBlockDefault@fd662b5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6594 extraplanets:treasure_chest_t4 micdoodle8.mods.galacticraft.core.items.ItemBlockDesc@4c0a016e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6595 extraplanets:ceres com.mjr.extraplanets.itemBlocks.planetAndMoons.ItemBlockCeres@7fa23ca9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6596 extraplanets:ceres_gravel com.mjr.mjrlegendslib.itemBlock.ItemBlockDefault@16fbd609 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6597 extraplanets:jupiter com.mjr.extraplanets.itemBlocks.planetAndMoons.ItemBlockJupiter@2a84cda9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6598 extraplanets:jupiter_gravel com.mjr.mjrlegendslib.itemBlock.ItemBlockDefault@3699b8e6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6599 extraplanets:jupiter_spawner com.mjr.mjrlegendslib.itemBlock.ItemBlockDefault@58b08de8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6600 extraplanets:treasure_chest_t5 micdoodle8.mods.galacticraft.core.items.ItemBlockDesc@10b35369 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6601 extraplanets:volcanic_rock com.mjr.mjrlegendslib.itemBlock.ItemBlockDefault@1c563d53 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6602 extraplanets:ash_rock com.mjr.mjrlegendslib.itemBlock.ItemBlockDefault@67f3e8b7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6603 extraplanets:orange_sand com.mjr.mjrlegendslib.itemBlock.ItemBlockDefault@3bf0e66c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6604 extraplanets:orange_sandstone com.mjr.mjrlegendslib.itemBlock.ItemBlockDefault@3152d260 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6605 extraplanets:saturn com.mjr.extraplanets.itemBlocks.planetAndMoons.ItemBlockSaturn@1c43ddbc +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6606 extraplanets:saturn_gravel com.mjr.mjrlegendslib.itemBlock.ItemBlockDefault@648d38d3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6607 extraplanets:saturn_spawner com.mjr.mjrlegendslib.itemBlock.ItemBlockDefault@58f271a8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6608 extraplanets:treasure_chest_t6 micdoodle8.mods.galacticraft.core.items.ItemBlockDesc@7f147904 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6609 extraplanets:uranus com.mjr.extraplanets.itemBlocks.planetAndMoons.ItemBlockUranus@7db8f567 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6610 extraplanets:uranus_spawner com.mjr.mjrlegendslib.itemBlock.ItemBlockDefault@70fe01a3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6611 extraplanets:treasure_chest_t7 micdoodle8.mods.galacticraft.core.items.ItemBlockDesc@3bca5125 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6612 extraplanets:dense_ice com.mjr.mjrlegendslib.itemBlock.ItemBlockDefault@674ac301 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6613 extraplanets:neptune com.mjr.extraplanets.itemBlocks.planetAndMoons.ItemBlockNeptune@5d630142 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6614 extraplanets:neptune_spawner com.mjr.mjrlegendslib.itemBlock.ItemBlockDefault@5d90f054 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6615 extraplanets:treasure_chest_t8 micdoodle8.mods.galacticraft.core.items.ItemBlockDesc@343ad1ba +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6616 extraplanets:frozen_nitrogen com.mjr.mjrlegendslib.itemBlock.ItemBlockDefault@5d94ef7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6617 extraplanets:pluto com.mjr.extraplanets.itemBlocks.planetAndMoons.ItemBlockPluto@4075261f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6618 extraplanets:pluto_spawner com.mjr.mjrlegendslib.itemBlock.ItemBlockDefault@1a3d6c15 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6619 extraplanets:treasure_chest_t9 micdoodle8.mods.galacticraft.core.items.ItemBlockDesc@7868d9e9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6620 extraplanets:pluto_gravel com.mjr.mjrlegendslib.itemBlock.ItemBlockDefault@37899ee5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6621 extraplanets:eris com.mjr.extraplanets.itemBlocks.planetAndMoons.ItemBlockEris@5e2513d5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6622 extraplanets:eris_spawner com.mjr.mjrlegendslib.itemBlock.ItemBlockDefault@2f8981c0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6623 extraplanets:treasure_chest_t10 micdoodle8.mods.galacticraft.core.items.ItemBlockDesc@1190a249 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6624 extraplanets:eris_gravel com.mjr.mjrlegendslib.itemBlock.ItemBlockDefault@6a156828 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6625 extraplanets:kepler22b com.mjr.extraplanets.itemBlocks.planetAndMoons.ItemBlockKepler22b@1cd87504 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6626 extraplanets:kepler22b_grass com.mjr.mjrlegendslib.itemBlock.ItemBlockDefault@7fbc60de +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6627 extraplanets:kepler22b_blue_grass com.mjr.mjrlegendslib.itemBlock.ItemBlockDefault@6baa078a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6628 extraplanets:kepler22b_purple_grass com.mjr.mjrlegendslib.itemBlock.ItemBlockDefault@2abf66ff +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6629 extraplanets:kepler22b_red_grass com.mjr.mjrlegendslib.itemBlock.ItemBlockDefault@759056f9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6630 extraplanets:kepler22b_yellow_grass com.mjr.mjrlegendslib.itemBlock.ItemBlockDefault@69b66205 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6631 extraplanets:kepler22b_infected_grass com.mjr.mjrlegendslib.itemBlock.ItemBlockDefault@529baeee +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6632 extraplanets:kepler22b_flowers com.mjr.extraplanets.itemBlocks.planetAndMoons.Kepler22b.ItemBlockKepler22bTallGrass@342a2dc +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6633 extraplanets:red_sand com.mjr.mjrlegendslib.itemBlock.ItemBlockDefault@74120bd3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6634 extraplanets:red_sandstone com.mjr.mjrlegendslib.itemBlock.ItemBlockDefault@2e6ef91e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6635 extraplanets:europa com.mjr.extraplanets.itemBlocks.planetAndMoons.ItemBlockEuropa@218dcee3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6636 extraplanets:europa_gravel com.mjr.mjrlegendslib.itemBlock.ItemBlockDefault@374fdc4c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6637 extraplanets:io com.mjr.extraplanets.itemBlocks.planetAndMoons.ItemBlockIo@536715e5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6638 extraplanets:io_gravel com.mjr.mjrlegendslib.itemBlock.ItemBlockDefault@a98a09e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6639 extraplanets:deimos com.mjr.extraplanets.itemBlocks.planetAndMoons.ItemBlockDeimos@452d9df8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6640 extraplanets:deimos_gravel com.mjr.mjrlegendslib.itemBlock.ItemBlockDefault@c4994ad +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6641 extraplanets:phobos com.mjr.extraplanets.itemBlocks.planetAndMoons.ItemBlockPhobos@676a60fc +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6642 extraplanets:phobos_gravel com.mjr.mjrlegendslib.itemBlock.ItemBlockDefault@28b9b0df +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6643 extraplanets:triton com.mjr.extraplanets.itemBlocks.planetAndMoons.ItemBlockTriton@1d23a6d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6644 extraplanets:triton_gravel com.mjr.mjrlegendslib.itemBlock.ItemBlockDefault@417e2a06 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6645 extraplanets:callisto com.mjr.extraplanets.itemBlocks.planetAndMoons.ItemBlockCallisto@75a7cf55 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6646 extraplanets:callisto_gravel com.mjr.mjrlegendslib.itemBlock.ItemBlockDefault@10fda676 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6647 extraplanets:ganymede com.mjr.extraplanets.itemBlocks.planetAndMoons.ItemBlockGanymede@6ce756 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6648 extraplanets:ganymede_gravel com.mjr.mjrlegendslib.itemBlock.ItemBlockDefault@30f2d347 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6649 extraplanets:rhea com.mjr.extraplanets.itemBlocks.planetAndMoons.ItemBlockRhea@7be47f6b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6650 extraplanets:rhea_gravel com.mjr.mjrlegendslib.itemBlock.ItemBlockDefault@657a877 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6651 extraplanets:titan com.mjr.extraplanets.itemBlocks.planetAndMoons.ItemBlockTitan@6166a9bc +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6652 extraplanets:titan_gravel com.mjr.mjrlegendslib.itemBlock.ItemBlockDefault@4728263c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6653 extraplanets:oberon com.mjr.extraplanets.itemBlocks.planetAndMoons.ItemBlockOberon@1f6f1695 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6654 extraplanets:oberon_gravel com.mjr.mjrlegendslib.itemBlock.ItemBlockDefault@24c0111f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6655 extraplanets:titania com.mjr.extraplanets.itemBlocks.planetAndMoons.ItemBlockTitania@70bf6772 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6656 extraplanets:titania_gravel com.mjr.mjrlegendslib.itemBlock.ItemBlockDefault@76a0a69f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6657 extraplanets:iapetus com.mjr.extraplanets.itemBlocks.planetAndMoons.ItemBlockIapetus@111cdd60 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6658 extraplanets:iapetus_gravel com.mjr.mjrlegendslib.itemBlock.ItemBlockDefault@35f06eb5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6659 extraplanets:fossil com.mjr.mjrlegendslib.itemBlock.ItemBlockDefault@3e7f1b8e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6660 extraplanets:nuclear_bomb com.mjr.mjrlegendslib.itemBlock.ItemBlockDefault@4d18d680 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6661 extraplanets:fire_bomb com.mjr.mjrlegendslib.itemBlock.ItemBlockDefault@3a98e59e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6662 extraplanets:advanced_launch_pad com.mjr.extraplanets.itemBlocks.blocks.ItemBlockCustomLandingPad@cabb1be +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6663 extraplanets:advanced_launch_pad_full com.mjr.mjrlegendslib.itemBlock.ItemBlockDefault@4ace78ce +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6664 extraplanets:block_multi com.mjr.extraplanets.itemBlocks.blocks.ItemBlockDummy@41691bc1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6665 extraplanets:decorative_blocks com.mjr.extraplanets.itemBlocks.blocks.ItemBlockDecorativeBlocks@3ca0a267 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6666 extraplanets:decorative_blocks2 com.mjr.extraplanets.itemBlocks.blocks.ItemBlockDecorativeBlocks2@6dd7d20c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6667 extraplanets:candy_blocks com.mjr.extraplanets.itemBlocks.blocks.ItemBlockCandyBlocks@5466cf70 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6668 extraplanets:candy_blocks_horizontal com.mjr.extraplanets.itemBlocks.blocks.ItemBlockCandyBlocksHorizontal@5d58612e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6669 extraplanets:cake_blocks com.mjr.extraplanets.itemBlocks.blocks.ItemBlockCakeBlocks@64525378 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6670 extraplanets:white_sugar_cane micdoodle8.mods.galacticraft.core.items.ItemBlockDesc@3746aa4c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6671 extraplanets:diamond_grit com.mjr.mjrlegendslib.itemBlock.ItemBlockDefault@5539fe9b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6672 extraplanets:gold_grit com.mjr.mjrlegendslib.itemBlock.ItemBlockDefault@4b76b403 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6673 extraplanets:coal_grit com.mjr.mjrlegendslib.itemBlock.ItemBlockDefault@3d49e786 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6674 extraplanets:iron_grit com.mjr.mjrlegendslib.itemBlock.ItemBlockDefault@3f5f2ea9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6675 extraplanets:emerald_grit com.mjr.mjrlegendslib.itemBlock.ItemBlockDefault@2508d2ff +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6676 extraplanets:mercury_stairs_surface com.mjr.mjrlegendslib.itemBlock.ItemBlockDefault@5b20acf1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6677 extraplanets:mercury_stairs_sub_surface com.mjr.mjrlegendslib.itemBlock.ItemBlockDefault@29a715c4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6678 extraplanets:mercury_stairs_stone com.mjr.mjrlegendslib.itemBlock.ItemBlockDefault@6fcb5c3f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6679 extraplanets:mercury_stairs_stone_bricks com.mjr.mjrlegendslib.itemBlock.ItemBlockDefault@c37e413 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6680 extraplanets:ceres_stairs_surface com.mjr.mjrlegendslib.itemBlock.ItemBlockDefault@52ae8640 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6681 extraplanets:ceres_stairs_sub_surface com.mjr.mjrlegendslib.itemBlock.ItemBlockDefault@43b6a0e4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6682 extraplanets:ceres_stairs_stone com.mjr.mjrlegendslib.itemBlock.ItemBlockDefault@76a93609 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6683 extraplanets:ceres_stairs_stone_bricks com.mjr.mjrlegendslib.itemBlock.ItemBlockDefault@450d43b3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6684 extraplanets:jupiter_stairs_surface com.mjr.mjrlegendslib.itemBlock.ItemBlockDefault@633751d4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6685 extraplanets:jupiter_stairs_sub_surface com.mjr.mjrlegendslib.itemBlock.ItemBlockDefault@15f07cd6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6686 extraplanets:jupiter_stairs_stone com.mjr.mjrlegendslib.itemBlock.ItemBlockDefault@2a56091f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6687 extraplanets:jupiter_stairs_stone_bricks com.mjr.mjrlegendslib.itemBlock.ItemBlockDefault@569c73d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6688 extraplanets:saturn_stairs_surface com.mjr.mjrlegendslib.itemBlock.ItemBlockDefault@5c898fb5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6689 extraplanets:saturn_stairs_sub_surface com.mjr.mjrlegendslib.itemBlock.ItemBlockDefault@4a895e3e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6690 extraplanets:saturn_stairs_stone com.mjr.mjrlegendslib.itemBlock.ItemBlockDefault@500db881 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6691 extraplanets:saturn_stairs_stone_bricks com.mjr.mjrlegendslib.itemBlock.ItemBlockDefault@1b16dd92 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6692 extraplanets:uranus_stairs_surface com.mjr.mjrlegendslib.itemBlock.ItemBlockDefault@bf21d62 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6693 extraplanets:uranus_stairs_sub_surface com.mjr.mjrlegendslib.itemBlock.ItemBlockDefault@b8ada8c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6694 extraplanets:uranus_stairs_stone com.mjr.mjrlegendslib.itemBlock.ItemBlockDefault@36feb2cc +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6695 extraplanets:uranus_stairs_stone_bricks com.mjr.mjrlegendslib.itemBlock.ItemBlockDefault@1b2903cc +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6696 extraplanets:neptune_stairs_surface com.mjr.mjrlegendslib.itemBlock.ItemBlockDefault@2b14c6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6697 extraplanets:neptune_stairs_sub_surface com.mjr.mjrlegendslib.itemBlock.ItemBlockDefault@5da8f0f5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6698 extraplanets:neptune_stairs_stone com.mjr.mjrlegendslib.itemBlock.ItemBlockDefault@1e03515e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6699 extraplanets:neptune_stairs_stone_bricks com.mjr.mjrlegendslib.itemBlock.ItemBlockDefault@4d670631 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6700 extraplanets:pluto_stairs_surface com.mjr.mjrlegendslib.itemBlock.ItemBlockDefault@15b2a67f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6701 extraplanets:pluto_stairs_sub_surface com.mjr.mjrlegendslib.itemBlock.ItemBlockDefault@f07d364 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6702 extraplanets:pluto_stairs_stone com.mjr.mjrlegendslib.itemBlock.ItemBlockDefault@b8aea7b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6703 extraplanets:pluto_stairs_stone_bricks com.mjr.mjrlegendslib.itemBlock.ItemBlockDefault@7ea923b5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6704 extraplanets:eris_stairs_surface com.mjr.mjrlegendslib.itemBlock.ItemBlockDefault@7ea8e341 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6705 extraplanets:eris_stairs_sub_surface com.mjr.mjrlegendslib.itemBlock.ItemBlockDefault@4f858303 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6706 extraplanets:eris_stairs_stone com.mjr.mjrlegendslib.itemBlock.ItemBlockDefault@138071ba +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6707 extraplanets:eris_stairs_stone_bricks com.mjr.mjrlegendslib.itemBlock.ItemBlockDefault@24834cf4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6708 extraplanets:kepler22b_maple_logs com.mjr.extraplanets.itemBlocks.planetAndMoons.Kepler22b.ItemBlockKepler22bMapleLog@1d0801ce +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6709 extraplanets:kepler22b_maple_logs2 com.mjr.extraplanets.itemBlocks.planetAndMoons.Kepler22b.ItemBlockKepler22bMapleLog2@7e7614f7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6710 extraplanets:kepler22b_maple_saplings com.mjr.extraplanets.itemBlocks.planetAndMoons.Kepler22b.ItemBlockKepler22bMapleSapling@6e6bb722 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6711 extraplanets:kepler22b_new_maple_leaves com.mjr.extraplanets.itemBlocks.planetAndMoons.Kepler22b.ItemBlockKepler22bMapleLeaf@5031b2f7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6712 extraplanets:kepler22b_new_maple_leaves_2 com.mjr.extraplanets.itemBlocks.planetAndMoons.Kepler22b.ItemBlockKepler22bMapleLeaf2@deadf4e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6713 extraplanets:kepler22b_planks com.mjr.extraplanets.itemBlocks.planetAndMoons.Kepler22b.ItemBlockKepler22bPlanks@43f5a3a8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6714 extraplanets:advanced_refinery micdoodle8.mods.galacticraft.core.items.ItemBlockDesc@7014ce53 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6715 extraplanets:ultimate_refinery micdoodle8.mods.galacticraft.core.items.ItemBlockDesc@2def7cac +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6716 extraplanets:solar com.mjr.extraplanets.itemBlocks.machines.ItemBlockSolar@76a4d6f0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6717 extraplanets:advanced_oxygen_compressor com.mjr.extraplanets.itemBlocks.machines.ItemBlockAdvancedOxygenCompressor@1822c36f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6718 extraplanets:ultimate_oxygen_compressor com.mjr.extraplanets.itemBlocks.machines.ItemBlockUltimateOxygenCompressor@4e12e06e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6719 extraplanets:advanced_fuel_loader micdoodle8.mods.galacticraft.core.items.ItemBlockDesc@18ceef1c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6720 extraplanets:ultimate_fuel_loader micdoodle8.mods.galacticraft.core.items.ItemBlockDesc@480da9a3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6721 extraplanets:basic_densifier micdoodle8.mods.galacticraft.core.items.ItemBlockDesc@46ba3276 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6722 extraplanets:vehicle_charger micdoodle8.mods.galacticraft.core.items.ItemBlockDesc@1ff2bb5f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6723 extraplanets:glowstone micdoodle8.mods.galacticraft.core.items.ItemBlockGC@702b01b2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6724 extraplanets:magma micdoodle8.mods.galacticraft.core.items.ItemBlockGC@55cefea5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6725 extraplanets:nitrogen micdoodle8.mods.galacticraft.core.items.ItemBlockGC@42704fe8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6726 extraplanets:frozen_water micdoodle8.mods.galacticraft.core.items.ItemBlockGC@48d22cba +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6727 extraplanets:salt micdoodle8.mods.galacticraft.core.items.ItemBlockGC@60dc8283 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6728 extraplanets:radioactive_water micdoodle8.mods.galacticraft.core.items.ItemBlockGC@424573eb +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6729 extraplanets:clean_water micdoodle8.mods.galacticraft.core.items.ItemBlockGC@28a7b44 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6730 extraplanets:infected_water micdoodle8.mods.galacticraft.core.items.ItemBlockGC@5b642053 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6731 extraplanets:methane micdoodle8.mods.galacticraft.core.items.ItemBlockGC@5fa86926 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6732 extraplanets:nitrogen_ice micdoodle8.mods.galacticraft.core.items.ItemBlockGC@361b8313 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6733 extraplanets:liquid_hydrocarbon micdoodle8.mods.galacticraft.core.items.ItemBlockGC@679a9ecf +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6734 extraplanets:liquid_chocolate micdoodle8.mods.galacticraft.core.items.ItemBlockGC@1d064cd7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6735 extraplanets:liquid_caramel micdoodle8.mods.galacticraft.core.items.ItemBlockGC@17be708 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6736 extraplanets:blue_diamond_pickaxe com.mjr.mjrlegendslib.item.BasicPickaxe@6b12ff2f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6737 extraplanets:blue_diamond_axe com.mjr.mjrlegendslib.item.BasicAxe@58cd7864 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6738 extraplanets:blue_diamond_hoe com.mjr.mjrlegendslib.item.BasicHoe@7702f75e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6739 extraplanets:blue_diamond_shovel com.mjr.mjrlegendslib.item.BasicShovel@299f1d11 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6740 extraplanets:blue_diamond_sword com.mjr.mjrlegendslib.item.BasicSword@5588648a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6741 extraplanets:red_diamond_pickaxe com.mjr.mjrlegendslib.item.BasicPickaxe@66353807 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6742 extraplanets:red_diamond_axe com.mjr.mjrlegendslib.item.BasicAxe@6ed9b98 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6743 extraplanets:red_diamond_hoe com.mjr.mjrlegendslib.item.BasicHoe@57cb69c1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6744 extraplanets:red_diamond_shovel com.mjr.mjrlegendslib.item.BasicShovel@4171eb86 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6745 extraplanets:red_diamond_sword com.mjr.mjrlegendslib.item.BasicSword@ecb06af +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6746 extraplanets:purple_diamond_pickaxe com.mjr.mjrlegendslib.item.BasicPickaxe@64107db5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6747 extraplanets:purple_diamond_axe com.mjr.mjrlegendslib.item.BasicAxe@68199597 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6748 extraplanets:purple_diamond_hoe com.mjr.mjrlegendslib.item.BasicHoe@267a7ec9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6749 extraplanets:purple_diamond_shovel com.mjr.mjrlegendslib.item.BasicShovel@7052ead7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6750 extraplanets:purple_diamond_sword com.mjr.mjrlegendslib.item.BasicSword@1748ccbd +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6751 extraplanets:yellow_diamond_pickaxe com.mjr.mjrlegendslib.item.BasicPickaxe@33d946ee +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6752 extraplanets:yellow_diamond_axe com.mjr.mjrlegendslib.item.BasicAxe@4620ea6a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6753 extraplanets:yellow_diamond_hoe com.mjr.mjrlegendslib.item.BasicHoe@21c3a42b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6754 extraplanets:yellow_diamond_shovel com.mjr.mjrlegendslib.item.BasicShovel@703fa98a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6755 extraplanets:yellow_diamond_sword com.mjr.mjrlegendslib.item.BasicSword@9a86f55 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6756 extraplanets:green_diamond_pickaxe com.mjr.mjrlegendslib.item.BasicPickaxe@481ab7b0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6757 extraplanets:green_diamond_axe com.mjr.mjrlegendslib.item.BasicAxe@74c4a064 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6758 extraplanets:green_diamond_hoe com.mjr.mjrlegendslib.item.BasicHoe@79ba248f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6759 extraplanets:green_diamond_shovel com.mjr.mjrlegendslib.item.BasicShovel@33a23e2a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6760 extraplanets:green_diamond_sword com.mjr.mjrlegendslib.item.BasicSword@2e98b8d9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6761 extraplanets:blue_diamond_helmet com.mjr.extraplanets.items.armor.BlueDiamondArmor@2d868257 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6762 extraplanets:blue_diamond_chest com.mjr.extraplanets.items.armor.BlueDiamondArmor@660281a1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6763 extraplanets:blue_diamond_legings com.mjr.extraplanets.items.armor.BlueDiamondArmor@17147d6b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6764 extraplanets:blue_diamond_boots com.mjr.extraplanets.items.armor.BlueDiamondArmor@5c3c744d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6765 extraplanets:red_diamond_helmet com.mjr.extraplanets.items.armor.RedDiamondArmor@68016156 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6766 extraplanets:red_diamond_chest com.mjr.extraplanets.items.armor.RedDiamondArmor@45e05780 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6767 extraplanets:red_diamond_legings com.mjr.extraplanets.items.armor.RedDiamondArmor@745895e5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6768 extraplanets:red_diamond_boots com.mjr.extraplanets.items.armor.RedDiamondArmor@737e1832 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6769 extraplanets:purple_diamond_helmet com.mjr.extraplanets.items.armor.PurpleDiamondArmor@5da9eded +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6770 extraplanets:purple_diamond_chest com.mjr.extraplanets.items.armor.PurpleDiamondArmor@407e3a15 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6771 extraplanets:purple_diamond_legings com.mjr.extraplanets.items.armor.PurpleDiamondArmor@4c0328de +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6772 extraplanets:purple_diamond_boots com.mjr.extraplanets.items.armor.PurpleDiamondArmor@150c728a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6773 extraplanets:yellow_diamond_helmet com.mjr.extraplanets.items.armor.YellowDiamondArmor@679daf4d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6774 extraplanets:yellow_diamond_chest com.mjr.extraplanets.items.armor.YellowDiamondArmor@56f76a6f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6775 extraplanets:yellow_diamond_legings com.mjr.extraplanets.items.armor.YellowDiamondArmor@472cbfab +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6776 extraplanets:yellow_diamond_boots com.mjr.extraplanets.items.armor.YellowDiamondArmor@2a69f073 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6777 extraplanets:green_diamond_helmet com.mjr.extraplanets.items.armor.GreenDiamondArmor@4f92339c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6778 extraplanets:green_diamond_chest com.mjr.extraplanets.items.armor.GreenDiamondArmor@3f948b1b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6779 extraplanets:green_diamond_legings com.mjr.extraplanets.items.armor.GreenDiamondArmor@4469e77b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6780 extraplanets:green_diamond_boots com.mjr.extraplanets.items.armor.GreenDiamondArmor@65363248 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6781 extraplanets:tier1_space_suit_helmet com.mjr.extraplanets.items.armor.Tier1SpaceSuitArmor@3d945179 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6782 extraplanets:tier1_space_suit_chest com.mjr.extraplanets.items.armor.Tier1SpaceSuitArmor@147c8bb9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6783 extraplanets:tier1_space_suit_jetpack_chest com.mjr.extraplanets.items.armor.Tier1SpaceSuitArmorJetpack@1e85d6fe +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6784 extraplanets:tier1_space_suit_legings com.mjr.extraplanets.items.armor.Tier1SpaceSuitArmor@5cced29a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6785 extraplanets:tier1_space_suit_boots com.mjr.extraplanets.items.armor.Tier1SpaceSuitArmor@4763edab +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6786 extraplanets:tier1_space_suit_gravity_boots com.mjr.extraplanets.items.armor.Tier1SpaceSuitArmor@502792e2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6787 extraplanets:tier2_space_suit_helmet com.mjr.extraplanets.items.armor.Tier2SpaceSuitArmor@37584b22 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6788 extraplanets:tier2_space_suit_chest com.mjr.extraplanets.items.armor.Tier2SpaceSuitArmor@7610bbf2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6789 extraplanets:tier2_space_suit_jetpack_chest com.mjr.extraplanets.items.armor.Tier2SpaceSuitArmorJetpack@197d9763 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6790 extraplanets:tier2_space_suit_legings com.mjr.extraplanets.items.armor.Tier2SpaceSuitArmor@6cf8c0c9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6791 extraplanets:tier2_space_suit_boots com.mjr.extraplanets.items.armor.Tier2SpaceSuitArmor@73456e4a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6792 extraplanets:tier2_space_suit_gravity_boots com.mjr.extraplanets.items.armor.Tier2SpaceSuitArmor@35337be2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6793 extraplanets:tier3_space_suit_helmet com.mjr.extraplanets.items.armor.Tier3SpaceSuitArmor@5fca0089 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6794 extraplanets:tier3_space_suit_chest com.mjr.extraplanets.items.armor.Tier3SpaceSuitArmor@7179e926 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6795 extraplanets:tier3_space_suit_jetpack_chest com.mjr.extraplanets.items.armor.Tier3SpaceSuitArmorJetpack@5112c36e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6796 extraplanets:tier3_space_suit_legings com.mjr.extraplanets.items.armor.Tier3SpaceSuitArmor@3d7ba00c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6797 extraplanets:tier3_space_suit_boots com.mjr.extraplanets.items.armor.Tier3SpaceSuitArmor@4d678d21 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6798 extraplanets:tier3_space_suit_gravity_boots com.mjr.extraplanets.items.armor.Tier3SpaceSuitArmor@6eab9077 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6799 extraplanets:tier4_space_suit_helmet com.mjr.extraplanets.items.armor.Tier4SpaceSuitArmor@c3af24f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6800 extraplanets:tier4_space_suit_chest com.mjr.extraplanets.items.armor.Tier4SpaceSuitArmor@1d1addf4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6801 extraplanets:tier4_space_suit_jetpack_chest com.mjr.extraplanets.items.armor.Tier4SpaceSuitArmorJetpack@5fe93131 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6802 extraplanets:tier4_space_suit_legings com.mjr.extraplanets.items.armor.Tier4SpaceSuitArmor@476967e3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6803 extraplanets:tier4_space_suit_boots com.mjr.extraplanets.items.armor.Tier4SpaceSuitArmor@1e40eff4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6804 extraplanets:tier4_space_suit_gravity_boots com.mjr.extraplanets.items.armor.Tier4SpaceSuitArmor@53fa124a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6805 extraplanets:mercury_battery com.mjr.extraplanets.items.ItemBasicBattery@7f0efaee +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6806 extraplanets:compressed_mercury com.mjr.extraplanets.items.ItemMercuryCompressed@573837dc +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6807 extraplanets:ingot_mercury com.mjr.extraplanets.items.ItemBasicItem@75c9107f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6808 extraplanets:item_tier4_rocket com.mjr.extraplanets.items.rockets.Tier4Rocket@1e7c306f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6809 extraplanets:schematic_tier4 com.mjr.extraplanets.items.schematics.ItemSchematicTier4Rocket@16ad70c4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6810 extraplanets:nose_cone_tier4 com.mjr.extraplanets.items.noseCones.Tier4NoseCone@3d331a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6811 extraplanets:tier4_items com.mjr.extraplanets.items.planetAndMoonItems.ItemTier4Items@3d4a818a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6812 extraplanets:t4key com.mjr.extraplanets.items.keys.ItemKeyT4@42ca2104 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6813 extraplanets:ingot_uranium com.mjr.extraplanets.items.ItemBasicItem@3f1c42c9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6814 extraplanets:item_tier5_rocket com.mjr.extraplanets.items.rockets.Tier5Rocket@56d003d3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6815 extraplanets:schematic_tier5 com.mjr.extraplanets.items.schematics.ItemSchematicTier5Rocket@3f7f9e52 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6816 extraplanets:nose_cone_tier5 com.mjr.extraplanets.items.noseCones.Tier5NoseCone@2c2e4ab8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6817 extraplanets:tier5_items com.mjr.extraplanets.items.planetAndMoonItems.ItemTier5Items@71f94ffe +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6818 extraplanets:t5key com.mjr.extraplanets.items.keys.ItemKeyT5@27e10489 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6819 extraplanets:nickel_battery com.mjr.extraplanets.items.ItemBasicBattery@642f8329 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6820 extraplanets:item_tier6_rocket com.mjr.extraplanets.items.rockets.Tier6Rocket@3a0a7e9e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6821 extraplanets:schematic_tier6 com.mjr.extraplanets.items.schematics.ItemSchematicTier6Rocket@1b7409e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6822 extraplanets:nose_cone_tier6 com.mjr.extraplanets.items.noseCones.Tier6NoseCone@2e5dc96d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6823 extraplanets:tier6_items com.mjr.extraplanets.items.planetAndMoonItems.ItemTier6Items@36733144 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6824 extraplanets:t6key com.mjr.extraplanets.items.keys.ItemKeyT6@5fe4479a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6825 extraplanets:item_tier7_rocket com.mjr.extraplanets.items.rockets.Tier7Rocket@64ec4f48 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6826 extraplanets:schematic_tier7 com.mjr.extraplanets.items.schematics.ItemSchematicTier7Rocket@243ae419 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6827 extraplanets:nose_cone_tier7 com.mjr.extraplanets.items.noseCones.Tier7NoseCone@b6c08cb +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6828 extraplanets:tier7_items com.mjr.extraplanets.items.planetAndMoonItems.ItemTier7Items@76c956ab +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6829 extraplanets:t7key com.mjr.extraplanets.items.keys.ItemKeyT7@70d9d135 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6830 extraplanets:item_tier8_rocket com.mjr.extraplanets.items.rockets.Tier8Rocket@330e91b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6831 extraplanets:schematic_tier8 com.mjr.extraplanets.items.schematics.ItemSchematicTier8Rocket@68f183e6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6832 extraplanets:nose_cone_tier8 com.mjr.extraplanets.items.noseCones.Tier8NoseCone@5431fc5d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6833 extraplanets:tier8_items com.mjr.extraplanets.items.planetAndMoonItems.ItemTier8Items@6adfcf97 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6834 extraplanets:t8key com.mjr.extraplanets.items.keys.ItemKeyT8@6ea38be6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6835 extraplanets:zinc_battery com.mjr.extraplanets.items.ItemBasicBattery@aa9db67 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6836 extraplanets:item_tier9_rocket com.mjr.extraplanets.items.rockets.Tier9Rocket@51210d7b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6837 extraplanets:schematic_tier9 com.mjr.extraplanets.items.schematics.ItemSchematicTier9Rocket@4516c3bf +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6838 extraplanets:nose_cone_tier9 com.mjr.extraplanets.items.noseCones.Tier9NoseCone@37988c40 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6839 extraplanets:tier9_items com.mjr.extraplanets.items.planetAndMoonItems.ItemTier9Items@732e1b37 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6840 extraplanets:t9key com.mjr.extraplanets.items.keys.ItemKeyT9@2abd9afc +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6841 extraplanets:item_tier10_rocket com.mjr.extraplanets.items.rockets.Tier10Rocket@5945af2f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6842 extraplanets:schematic_tier10 com.mjr.extraplanets.items.schematics.ItemSchematicTier10Rocket@2a4cc2cb +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6843 extraplanets:nose_cone_tier10 com.mjr.extraplanets.items.noseCones.Tier10NoseCone@29389316 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6844 extraplanets:tier10_items com.mjr.extraplanets.items.planetAndMoonItems.ItemTier10Items@6f9496b7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6845 extraplanets:t10key com.mjr.extraplanets.items.keys.ItemKeyT10@1b5c70bd +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6846 extraplanets:schematic_tier10_electric_rocket com.mjr.extraplanets.items.schematics.ItemSchematicTier10ElectricRocket@574aa387 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6847 extraplanets:tier11_items com.mjr.extraplanets.items.planetAndMoonItems.ItemTier11Items@3a873a5b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6848 extraplanets:apple_diamond com.mjr.extraplanets.items.ItemAppleDiamond@716d2292 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6849 extraplanets:apple_iron com.mjr.extraplanets.items.ItemAppleIron@9cc6d9a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6850 extraplanets:thermal_cloth com.mjr.extraplanets.items.thermalPadding.ItemThermalCloth@b18a1bf +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6851 extraplanets:tier3_thermal_padding com.mjr.extraplanets.items.thermalPadding.ItemTier3ThermalPadding@8ce0765 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6852 extraplanets:tier4_thermal_padding com.mjr.extraplanets.items.thermalPadding.ItemTier4ThermalPadding@10afcd5c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6853 extraplanets:tier5_thermal_padding com.mjr.extraplanets.items.thermalPadding.ItemTier5ThermalPadding@7a65d26e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6854 extraplanets:advanced_battery com.mjr.extraplanets.items.ItemBasicBattery@343e91c4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6855 extraplanets:ultimate_battery com.mjr.extraplanets.items.ItemBasicBattery@4cb34d09 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6856 extraplanets:massive_battery com.mjr.extraplanets.items.ItemBasicBattery@2218acee +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6857 extraplanets:oxygen_tank_very_heavy_full com.mjr.extraplanets.items.ItemCustomOxygenTank@76bafc61 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6858 extraplanets:oxygen_tank_extremely_heavy_full com.mjr.extraplanets.items.ItemCustomOxygenTank@36caf3c3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6859 extraplanets:tier1_pressure_layer com.mjr.extraplanets.items.ItemBasicItem@60c73b16 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6860 extraplanets:tier2_pressure_layer com.mjr.extraplanets.items.ItemBasicItem@75f943c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6861 extraplanets:tier3_pressure_layer com.mjr.extraplanets.items.ItemBasicItem@26a72942 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6862 extraplanets:tier4_pressure_layer com.mjr.extraplanets.items.ItemBasicItem@471292be +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6863 extraplanets:tier1_radiation_layer com.mjr.extraplanets.items.ItemBasicItem@1e541ec1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6864 extraplanets:tier2_radiation_layer com.mjr.extraplanets.items.ItemBasicItem@65d18743 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6865 extraplanets:tier3_radiation_layer com.mjr.extraplanets.items.ItemBasicItem@7a234f82 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6866 extraplanets:tier4_radiation_layer com.mjr.extraplanets.items.ItemBasicItem@29f7b51a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6867 extraplanets:tier1_armor_layer com.mjr.extraplanets.items.ItemBasicItem@176b14f3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6868 extraplanets:tier2_armor_layer com.mjr.extraplanets.items.ItemBasicItem@7ee972c2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6869 extraplanets:tier3_armor_layer com.mjr.extraplanets.items.ItemBasicItem@1e566dc2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6870 extraplanets:tier4_armor_layer com.mjr.extraplanets.items.ItemBasicItem@a1d5477 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6871 extraplanets:tier1_un_prepared_space_suit_helmet com.mjr.extraplanets.items.ItemBasicItem@451e154b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6872 extraplanets:tier1_un_prepared_space_suit_chest com.mjr.extraplanets.items.ItemBasicItem@70d41048 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6873 extraplanets:tier1_un_prepared_space_suit_legings com.mjr.extraplanets.items.ItemBasicItem@5d415bed +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6874 extraplanets:tier1_un_prepared_space_suit_boots com.mjr.extraplanets.items.ItemBasicItem@3d1f12de +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6875 extraplanets:tier2_un_prepared_space_suit_helmet com.mjr.extraplanets.items.ItemBasicItem@89eec7b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6876 extraplanets:tier2_un_prepared_space_suit_chest com.mjr.extraplanets.items.ItemBasicItem@5818eb70 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6877 extraplanets:tier2_un_prepared_space_suit_legings com.mjr.extraplanets.items.ItemBasicItem@f515dad +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6878 extraplanets:tier2_un_prepared_space_suit_boots com.mjr.extraplanets.items.ItemBasicItem@4a1d377b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6879 extraplanets:tier3_un_prepared_space_suit_helmet com.mjr.extraplanets.items.ItemBasicItem@351fe777 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6880 extraplanets:tier3_un_prepared_space_suit_chest com.mjr.extraplanets.items.ItemBasicItem@2a43c9cf +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6881 extraplanets:tier3_un_prepared_space_suit_legings com.mjr.extraplanets.items.ItemBasicItem@2f7a451f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6882 extraplanets:tier3_un_prepared_space_suit_boots com.mjr.extraplanets.items.ItemBasicItem@cff1964 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6883 extraplanets:tier4_un_prepared_space_suit_helmet com.mjr.extraplanets.items.ItemBasicItem@461173d3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6884 extraplanets:tier4_un_prepared_space_suit_chest com.mjr.extraplanets.items.ItemBasicItem@7228c76f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6885 extraplanets:tier4_un_prepared_space_suit_legings com.mjr.extraplanets.items.ItemBasicItem@f072688 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6886 extraplanets:tier4_un_prepared_space_suit_boots com.mjr.extraplanets.items.ItemBasicItem@7b472a35 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6887 extraplanets:module_items com.mjr.extraplanets.items.ItemModuleItems@36054165 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6888 extraplanets:mars_rover com.mjr.extraplanets.items.vehicles.ItemMarsRover@222fb75 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6889 extraplanets:schematic_mars_rover com.mjr.extraplanets.items.schematics.ItemSchematicMarsRover@3427bedf +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6890 extraplanets:venus_rover com.mjr.extraplanets.items.vehicles.ItemVenusRover@76733cec +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6891 extraplanets:schematic_venus_rover com.mjr.extraplanets.items.schematics.ItemSchematicVenusRover@6ae1452e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6892 extraplanets:electric_parts com.mjr.extraplanets.items.ItemElectricParts@7f8de254 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6893 extraplanets:wafer com.mjr.extraplanets.items.ItemWafers@76d56a3c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6894 extraplanets:ingot_lead com.mjr.extraplanets.items.ItemBasicItem@192eac56 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6895 extraplanets:cloth com.mjr.extraplanets.items.ItemBasicItem@79865268 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6896 extraplanets:tools com.mjr.extraplanets.items.ItemTools@6989804e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6897 extraplanets:gravity_controller com.mjr.extraplanets.items.ItemBasicItem@34d093c9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6898 extraplanets:tier1_kit com.mjr.extraplanets.items.ItemBasicKit@58f0c519 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6899 extraplanets:tier2_kit com.mjr.extraplanets.items.ItemBasicKit@13aec97d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6900 extraplanets:tier3_kit com.mjr.extraplanets.items.ItemBasicKit@3680b0b6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6901 extraplanets:tier4_kit com.mjr.extraplanets.items.ItemBasicKit@67e3374 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6902 extraplanets:tier5_kit com.mjr.extraplanets.items.ItemBasicKit@5878e6af +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6903 extraplanets:item_tier10_electric_rocket com.mjr.extraplanets.items.rockets.ElectricRocket@3df839fc +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6904 extraplanets:geiger_counter com.mjr.extraplanets.items.ItemGeigerCounter@e4e2bf5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6905 extraplanets:white_sugar_cane_item net.minecraft.item.ItemBlockSpecial@795c5cdb +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6906 extraplanets:chocolate_bar net.minecraft.item.ItemFood@660e90c1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6907 extraplanets:caramel_bar net.minecraft.item.ItemFood@1a456225 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6908 extraplanets:oxygen_tank_light_full_black com.mjr.extraplanets.items.ItemCustomOxygenTank@652be31b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6909 extraplanets:oxygen_tank_light_full_red com.mjr.extraplanets.items.ItemCustomOxygenTank@7e8ac1e1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6910 extraplanets:oxygen_tank_light_full_green com.mjr.extraplanets.items.ItemCustomOxygenTank@6c90ce69 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6911 extraplanets:oxygen_tank_light_full_brown com.mjr.extraplanets.items.ItemCustomOxygenTank@5d75dd94 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6912 extraplanets:oxygen_tank_light_full_blue com.mjr.extraplanets.items.ItemCustomOxygenTank@67fcce1a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6913 extraplanets:oxygen_tank_light_full_purple com.mjr.extraplanets.items.ItemCustomOxygenTank@4fd18ecd +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6914 extraplanets:oxygen_tank_light_full_cyan com.mjr.extraplanets.items.ItemCustomOxygenTank@25d8f2d8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6915 extraplanets:oxygen_tank_light_full_light_gray com.mjr.extraplanets.items.ItemCustomOxygenTank@5632128a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6916 extraplanets:oxygen_tank_light_full_gray com.mjr.extraplanets.items.ItemCustomOxygenTank@573f8a48 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6917 extraplanets:oxygen_tank_light_full_pink com.mjr.extraplanets.items.ItemCustomOxygenTank@14dbd184 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6918 extraplanets:oxygen_tank_light_full_yellow com.mjr.extraplanets.items.ItemCustomOxygenTank@7677bff5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6919 extraplanets:oxygen_tank_light_full_light_blue com.mjr.extraplanets.items.ItemCustomOxygenTank@301755f3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6920 extraplanets:oxygen_tank_light_full_magenta com.mjr.extraplanets.items.ItemCustomOxygenTank@1b51e473 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6921 extraplanets:oxygen_tank_light_full_orange com.mjr.extraplanets.items.ItemCustomOxygenTank@514c516c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6922 extraplanets:oxygen_tank_light_full_white com.mjr.extraplanets.items.ItemCustomOxygenTank@1a0fd4a7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6923 extraplanets:oxygen_tank_med_full_black com.mjr.extraplanets.items.ItemCustomOxygenTank@10bda2d8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6924 extraplanets:oxygen_tank_med_full_red com.mjr.extraplanets.items.ItemCustomOxygenTank@4dbaec0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6925 extraplanets:oxygen_tank_med_full_green com.mjr.extraplanets.items.ItemCustomOxygenTank@37af5806 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6926 extraplanets:oxygen_tank_med_full_brown com.mjr.extraplanets.items.ItemCustomOxygenTank@536108b8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6927 extraplanets:oxygen_tank_med_full_blue com.mjr.extraplanets.items.ItemCustomOxygenTank@2e37db6e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6928 extraplanets:oxygen_tank_med_full_purple com.mjr.extraplanets.items.ItemCustomOxygenTank@7743ddc6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6929 extraplanets:oxygen_tank_med_full_cyan com.mjr.extraplanets.items.ItemCustomOxygenTank@3ae1c440 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6930 extraplanets:oxygen_tank_med_full_light_gray com.mjr.extraplanets.items.ItemCustomOxygenTank@611e2f6c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6931 extraplanets:oxygen_tank_med_full_gray com.mjr.extraplanets.items.ItemCustomOxygenTank@7162748a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6932 extraplanets:oxygen_tank_med_full_pink com.mjr.extraplanets.items.ItemCustomOxygenTank@18263a8d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6933 extraplanets:oxygen_tank_med_full_yellow com.mjr.extraplanets.items.ItemCustomOxygenTank@2cd12e0d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6934 extraplanets:oxygen_tank_med_full_light_blue com.mjr.extraplanets.items.ItemCustomOxygenTank@3ca411b4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6935 extraplanets:oxygen_tank_med_full_magenta com.mjr.extraplanets.items.ItemCustomOxygenTank@5e00e48e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6936 extraplanets:oxygen_tank_med_full_lime com.mjr.extraplanets.items.ItemCustomOxygenTank@775b5f91 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6937 extraplanets:oxygen_tank_med_full_white com.mjr.extraplanets.items.ItemCustomOxygenTank@52dfb631 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6938 extraplanets:oxygen_tank_heavy_full_black com.mjr.extraplanets.items.ItemCustomOxygenTank@4e6a246f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6939 extraplanets:oxygen_tank_heavy_full_lime com.mjr.extraplanets.items.ItemCustomOxygenTank@17978db8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6940 extraplanets:oxygen_tank_heavy_full_green com.mjr.extraplanets.items.ItemCustomOxygenTank@3a9dff0c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6941 extraplanets:oxygen_tank_heavy_full_brown com.mjr.extraplanets.items.ItemCustomOxygenTank@155cb850 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6942 extraplanets:oxygen_tank_heavy_full_blue com.mjr.extraplanets.items.ItemCustomOxygenTank@a8aafc8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6943 extraplanets:oxygen_tank_heavy_full_purple com.mjr.extraplanets.items.ItemCustomOxygenTank@21db096c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6944 extraplanets:oxygen_tank_heavy_full_cyan com.mjr.extraplanets.items.ItemCustomOxygenTank@74ebf7c4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6945 extraplanets:oxygen_tank_heavy_full_light_gray com.mjr.extraplanets.items.ItemCustomOxygenTank@4855f31 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6946 extraplanets:oxygen_tank_heavy_full_gray com.mjr.extraplanets.items.ItemCustomOxygenTank@5bae5486 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6947 extraplanets:oxygen_tank_heavy_full_pink com.mjr.extraplanets.items.ItemCustomOxygenTank@22c7a6f6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6948 extraplanets:oxygen_tank_heavy_full_yellow com.mjr.extraplanets.items.ItemCustomOxygenTank@9b930bd +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6949 extraplanets:oxygen_tank_heavy_full_light_blue com.mjr.extraplanets.items.ItemCustomOxygenTank@276b8a6c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6950 extraplanets:oxygen_tank_heavy_full_magenta com.mjr.extraplanets.items.ItemCustomOxygenTank@e48e063 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6951 extraplanets:oxygen_tank_heavy_full_orange com.mjr.extraplanets.items.ItemCustomOxygenTank@1127074a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6952 extraplanets:oxygen_tank_heavy_full_white com.mjr.extraplanets.items.ItemCustomOxygenTank@515bf10b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6953 farmingforblockheads:market net.minecraft.item.ItemBlock@24231935 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6954 farmingforblockheads:chicken_nest net.minecraft.item.ItemBlock@77edab77 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6955 farmingforblockheads:feeding_trough net.minecraft.item.ItemBlock@308faf4b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6956 farmingforblockheads:fertilized_farmland_rich net.minecraft.item.ItemBlock@3b5af05c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6957 farmingforblockheads:fertilized_farmland_healthy net.minecraft.item.ItemBlock@70cbcb3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6958 farmingforblockheads:fertilized_farmland_rich_stable net.minecraft.item.ItemBlock@1d201936 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6959 farmingforblockheads:fertilized_farmland_healthy_stable net.minecraft.item.ItemBlock@5098082e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6960 farmingforblockheads:fertilized_farmland_stable net.minecraft.item.ItemBlock@3c2cda71 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6961 farmingforblockheads:fertilizer net.blay09.mods.farmingforblockheads.item.ItemFertilizer@417bc1aa +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6962 fat_cat:top_hat fat_cat.items.ItemTopHat@7a25d225 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6963 horsepower:flour net.minecraft.item.Item@4ca64f09 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6964 horsepower:dough net.minecraft.item.Item@745c26c7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6965 horsepower:hand_grindstone net.minecraft.item.ItemBlock@2c1e3dbe +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6966 horsepower:grindstone net.minecraft.item.ItemBlock@13ebc73c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6967 horsepower:chopping_block net.minecraft.item.ItemBlock@2f347459 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6968 horsepower:chopper se.gory_moon.horsepower.items.ItemBlockDouble@109f1e82 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6969 horsepower:press se.gory_moon.horsepower.items.ItemBlockDouble@4db132e2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6970 huntingdim:frame net.darkhax.huntingdim.item.ItemBlockColor@2ece4f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6971 huntingdim:portal net.darkhax.huntingdim.item.ItemBlockColor@c34e4af +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6972 huntingdim:biome_changer net.darkhax.huntingdim.item.ItemBiomeChanger@643790a5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6973 immcraft:chisel mcjty.immcraft.items.ItemChisel@20d588e3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6974 immcraft:saw mcjty.immcraft.items.ItemSaw@56ff6600 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6975 immcraft:dummybook mcjty.immcraft.items.ItemDummyBook@7dc5e1ec +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6976 immcraft:manual mcjty.immcraft.items.ImmersiveCraftManual@252fe449 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6977 immcraft:furnace net.minecraft.item.ItemBlock@2931e29f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6978 immcraft:bundle net.minecraft.item.ItemBlock@4535edf +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6979 immcraft:workbench net.minecraft.item.ItemBlock@56cb1538 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6980 immcraft:workbench_sec net.minecraft.item.ItemBlock@c9cbe04 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6981 immcraft:in_world_placer net.minecraft.item.ItemBlock@2a9f8012 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6982 immcraft:in_world_vertical_placer net.minecraft.item.ItemBlock@34a48638 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6983 immcraft:rock mcjty.immcraft.blocks.foliage.RockItemBlock@3ac82741 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6984 immcraft:sticks net.minecraft.item.ItemBlock@534dc282 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6985 immcraft:chest net.minecraft.item.ItemBlock@50447e9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6986 immcraft:cupboard net.minecraft.item.ItemBlock@15018437 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6987 immcraft:shelf net.minecraft.item.ItemBlock@6e085bf9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6988 immcraft:bookshelf net.minecraft.item.ItemBlock@536ccd68 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6989 immcraft:bookstand net.minecraft.item.ItemBlock@74f0e3e3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6990 immersivepetroleum:metal_multiblock flaxbeard.immersivepetroleum.common.blocks.ItemBlockIPBase@6dc9f176 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6991 immersivepetroleum:metal_device flaxbeard.immersivepetroleum.common.blocks.ItemBlockIPBase@41b2b8a5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6992 immersivepetroleum:stone_decoration flaxbeard.immersivepetroleum.common.blocks.ItemBlockIPBase@74002a76 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6993 immersivepetroleum:dummy flaxbeard.immersivepetroleum.common.blocks.ItemBlockIPBase@71c30ee +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6994 immersivepetroleum:material flaxbeard.immersivepetroleum.common.items.ItemIPBase@257c233a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6995 immersivepetroleum:schematic flaxbeard.immersivepetroleum.common.items.ItemProjector@63162d1c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6996 immersivepetroleum:speedboat flaxbeard.immersivepetroleum.common.items.ItemSpeedboat@715fd0a0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6997 immersivepetroleum:upgrades flaxbeard.immersivepetroleum.common.items.ItemIPUpgrade@4790767 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6998 immersivepetroleum:oil_can flaxbeard.immersivepetroleum.common.items.ItemOilCan@6284cc46 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6999 immersivetech:metal_multiblock ferro2000.immersivetech.common.blocks.ItemBlockITBase@26a546df +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7000 immersivetech:stone_multiblock ferro2000.immersivetech.common.blocks.ItemBlockITBase@2970587b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7001 immersivetech:connectors ferro2000.immersivetech.common.blocks.ItemBlockITBase@657e300d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7002 immersivetech:metal_device ferro2000.immersivetech.common.blocks.ItemBlockITBase@215c3618 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7003 immersivetech:stone_decoration ferro2000.immersivetech.common.blocks.ItemBlockITBase@2d431f52 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7004 immersivetech:material ferro2000.immersivetech.common.items.ItemITBase@6db3901 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7005 indlog:item_pipe cd4017be.indlog.item.ItemItemPipe@11fe300e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7006 indlog:fluid_pipe cd4017be.indlog.item.ItemFluidPipe@3c9ddc10 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7007 indlog:warp_pipe cd4017be.lib.item.BaseItemBlock@5661dd5d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7008 indlog:tank cd4017be.indlog.item.ItemTank@6fef984 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7009 indlog:buffer cd4017be.indlog.item.ItemBuffer@66e0c715 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7010 indlog:auto_craft cd4017be.lib.item.BaseItemBlock@34cfea85 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7011 indlog:inv_connector cd4017be.lib.item.BaseItemBlock@6c9c5274 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7012 indlog:trash cd4017be.lib.item.BaseItemBlock@1d5fa4ba +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7013 indlog:fluid_intake cd4017be.lib.item.BaseItemBlock@7de7106b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7014 indlog:fluid_outlet cd4017be.lib.item.BaseItemBlock@36374690 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7015 indlog:drop_interface cd4017be.lib.item.BaseItemBlock@3836bdd0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7016 indlog:entity_interface cd4017be.lib.item.BaseItemBlock@58acb418 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7017 indlog:block_placer cd4017be.lib.item.BaseItemBlock@1d8d832e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7018 indlog:fluid_filter cd4017be.indlog.item.ItemFluidFilter@110255c9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7019 indlog:item_filter cd4017be.indlog.item.ItemItemFilter@1c57b204 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7020 indlog:amount_filter cd4017be.indlog.item.ItemAmountFilter@21e6d9e2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7021 indlog:property_filter cd4017be.indlog.item.ItemItemPropertyFilter@5083ba03 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7022 indlog:name_filter cd4017be.indlog.item.ItemNameFilter@532c11c7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7023 indlog:portable_craft cd4017be.indlog.item.ItemPortableCrafter@72ca5e34 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7024 indlog:remote_inv cd4017be.indlog.item.ItemRemoteInv@65f4a046 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7025 teslacorelib:base_addon net.ndrei.teslacorelib.items.BaseAddonItem@27facb30 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7026 teslacorelib:energy_tier1 net.ndrei.teslacorelib.items.EnergyUpgradeTier1@c5a4453 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7027 teslacorelib:energy_tier2 net.ndrei.teslacorelib.items.EnergyUpgradeTier2@5c798300 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7028 teslacorelib:machine_case net.ndrei.teslacorelib.items.MachineCaseItem@2250a691 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7029 teslacorelib:speed_tier1 net.ndrei.teslacorelib.items.SpeedUpgradeTier1@7679632c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7030 teslacorelib:speed_tier2 net.ndrei.teslacorelib.items.SpeedUpgradeTier2@26528a99 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7031 teslacorelib:wrench net.ndrei.teslacorelib.items.TeslaWrench@3569ff48 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7032 infoaccessories:info_accessory net.darkhax.infoaccessories.items.ItemInfoAccessory@267ae317 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7033 integrateddynamics:part_audio_reader_item ItemPart(part=org.cyclops.integrateddynamics.part.PartTypeAudioReader@5e024c29) +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7034 integrateddynamics:part_block_reader_item ItemPart(part=org.cyclops.integrateddynamics.part.PartTypeBlockReader@6386ff20) +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7035 integrateddynamics:part_entity_reader_item ItemPart(part=org.cyclops.integrateddynamics.part.PartTypeEntityReader@1891f7f9) +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7036 integrateddynamics:part_extradimensional_reader_item ItemPart(part=org.cyclops.integrateddynamics.part.PartTypeExtraDimensionalReader@3332e8bb) +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7037 integrateddynamics:part_fluid_reader_item ItemPart(part=org.cyclops.integrateddynamics.part.PartTypeFluidReader@39999895) +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7038 integrateddynamics:part_inventory_reader_item ItemPart(part=org.cyclops.integrateddynamics.part.PartTypeInventoryReader@5db0273e) +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7039 integrateddynamics:part_machine_reader_item ItemPart(part=org.cyclops.integrateddynamics.part.PartTypeMachineReader@3a0142f7) +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7040 integrateddynamics:part_network_reader_item ItemPart(part=org.cyclops.integrateddynamics.part.PartTypeNetworkReader@1be24133) +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7041 integrateddynamics:part_redstone_reader_item ItemPart(part=org.cyclops.integrateddynamics.part.PartTypeRedstoneReader@6c7bf27) +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7042 integrateddynamics:part_world_reader_item ItemPart(part=org.cyclops.integrateddynamics.part.PartTypeWorldReader@68072dee) +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7043 integrateddynamics:part_audio_writer_item ItemPart(part=org.cyclops.integrateddynamics.part.PartTypeAudioWriter@11beb932) +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7044 integrateddynamics:part_effect_writer_item ItemPart(part=org.cyclops.integrateddynamics.part.PartTypeEffectWriter@2cb9f719) +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7045 integrateddynamics:part_entity_writer_item ItemPart(part=org.cyclops.integrateddynamics.part.PartTypeEntityWriter@1b23dc66) +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7046 integrateddynamics:part_machine_writer_item ItemPart(part=org.cyclops.integrateddynamics.part.PartTypeMachineWriter@1584fde4) +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7047 integrateddynamics:part_inventory_writer_item ItemPart(part=org.cyclops.integrateddynamics.part.PartTypeInventoryWriter@2e12bb3b) +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7048 integrateddynamics:part_redstone_writer_item ItemPart(part=org.cyclops.integrateddynamics.part.PartTypeRedstoneWriter@1a1c3bc0) +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7049 integrateddynamics:part_static_light_panel_item ItemPart(part=org.cyclops.integrateddynamics.part.PartTypePanelLightStatic@1422594) +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7050 integrateddynamics:part_dynamic_light_panel_item ItemPart(part=org.cyclops.integrateddynamics.part.PartTypePanelLightDynamic@70d11cf0) +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7051 integrateddynamics:part_display_panel_item ItemPart(part=org.cyclops.integrateddynamics.part.PartTypePanelDisplay@75942e60) +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7052 integrateddynamics:part_connector_mono_directional_item ItemPart(part=org.cyclops.integrateddynamics.part.PartTypeConnectorMonoDirectional@47cd96eb) +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7053 integrateddynamics:part_connector_omni_directional_item ItemPart(part=org.cyclops.integrateddynamics.part.PartTypeConnectorOmniDirectional@4275bbd) +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7054 integrateddynamics:cable org.cyclops.integrateddynamics.item.ItemBlockCable@57b37503 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7055 integrateddynamics:variablestore org.cyclops.cyclopscore.item.ItemBlockMetadata@2ffdd599 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7056 integrateddynamics:logic_programmer org.cyclops.cyclopscore.item.ItemBlockMetadata@7bce1928 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7057 integrateddynamics:invisible_light org.cyclops.cyclopscore.item.ItemBlockMetadata@509fb274 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7058 integrateddynamics:energy_battery org.cyclops.integrateddynamics.core.item.ItemBlockEnergyContainerAutoSupply@1c48de09 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7059 integrateddynamics:creative_energy_battery org.cyclops.integrateddynamics.core.item.ItemBlockEnergyContainerAutoSupply@5dd89104 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7060 integrateddynamics:coal_generator org.cyclops.cyclopscore.item.ItemBlockMetadata@5654d4ce +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7061 integrateddynamics:proxy org.cyclops.integrateddynamics.item.ItemBlockProxy@7b75c062 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7062 integrateddynamics:materializer org.cyclops.cyclopscore.item.ItemBlockMetadata@2197e193 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7063 integrateddynamics:menril_log org.cyclops.cyclopscore.item.ItemBlockMetadata@38de0414 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7064 integrateddynamics:menril_log_filled org.cyclops.cyclopscore.item.ItemBlockMetadata@48dc5565 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7065 integrateddynamics:menril_leaves org.cyclops.cyclopscore.item.ItemBlockMetadata@1d7feacc +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7066 integrateddynamics:menril_sapling org.cyclops.cyclopscore.item.ItemBlockMetadata@37a0b89 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7067 integrateddynamics:menril_planks org.cyclops.cyclopscore.item.ItemBlockMetadata@4b4c4156 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7068 integrateddynamics:crystalized_menril_block org.cyclops.cyclopscore.item.ItemBlockMetadata@61114227 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7069 integrateddynamics:crystalized_menril_brick org.cyclops.cyclopscore.item.ItemBlockMetadata@3daed43 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7070 integrateddynamics:block_menril_resin org.cyclops.cyclopscore.item.ItemBlockMetadata@50af98f2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7071 integrateddynamics:drying_basin org.cyclops.cyclopscore.item.ItemBlockMetadata@79c03540 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7072 integrateddynamics:squeezer org.cyclops.cyclopscore.item.ItemBlockMetadata@122b5025 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7073 integrateddynamics:menril_door org.cyclops.cyclopscore.item.ItemDoorMetadata@46cf17d6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7074 integrateddynamics:menril_torch org.cyclops.cyclopscore.item.ItemBlockMetadata@6a0b7ff5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7075 integrateddynamics:menril_torch_stone org.cyclops.cyclopscore.item.ItemBlockMetadata@12993dc1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7076 integrateddynamics:menril_planks_stairs org.cyclops.cyclopscore.item.ItemBlockMetadata@5a7bedcf +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7077 integrateddynamics:crystalized_menril_block_stairs org.cyclops.cyclopscore.item.ItemBlockMetadata@643430f1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7078 integrateddynamics:crystalized_menril_brick_stairs org.cyclops.cyclopscore.item.ItemBlockMetadata@55711f55 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7079 integrateddynamics:delay org.cyclops.integrateddynamics.item.ItemBlockDelay@edd470f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7080 integrateddynamics:block_liquid_chorus org.cyclops.cyclopscore.item.ItemBlockMetadata@b4dc68e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7081 integrateddynamics:crystalized_chorus_block org.cyclops.cyclopscore.item.ItemBlockMetadata@4e3bdcae +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7082 integrateddynamics:crystalized_chorus_brick org.cyclops.cyclopscore.item.ItemBlockMetadata@13ede98b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7083 integrateddynamics:crystalized_chorus_block_stairs org.cyclops.cyclopscore.item.ItemBlockMetadata@77ec31c6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7084 integrateddynamics:crystalized_chorus_brick_stairs org.cyclops.cyclopscore.item.ItemBlockMetadata@1270e003 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7085 integrateddynamics:mechanical_squeezer org.cyclops.cyclopscore.item.ItemBlockMetadata@23e904f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7086 integrateddynamics:mechanical_drying_basin org.cyclops.cyclopscore.item.ItemBlockMetadata@7ee39032 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7087 integrateddynamics:wrench org.cyclops.integrateddynamics.item.ItemWrench@6817ec29 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7088 integrateddynamics:variable org.cyclops.integrateddynamics.item.ItemVariable@7df269d0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7089 integrateddynamics:labeller org.cyclops.integrateddynamics.item.ItemLabeller@b3822c9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7090 integrateddynamics:facade ItemFacade() +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7091 integrateddynamics:crystalized_menril_chunk org.cyclops.cyclopscore.config.configurable.ConfigurableItem@69b8519c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7092 integrateddynamics:variable_transformer org.cyclops.integrateddynamics.item.ItemVariableTransformerConfig$1@3e198e26 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7093 integrateddynamics:menril_berries org.cyclops.integrateddynamics.item.ItemMenrilBerriesConfig$1@50cbccdc +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7094 integrateddynamics:portable_logic_programmer org.cyclops.integrateddynamics.item.ItemPortableLogicProgrammer@1aaf9266 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7095 integrateddynamics:on_the_dynamics_of_integration org.cyclops.integrateddynamics.item.ItemOnTheDynamicsOfIntegration@1860d7b5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7096 integrateddynamics:crystalized_chorus_chunk org.cyclops.cyclopscore.config.configurable.ConfigurableItem@3130041e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7097 integrateddynamics:logic_director org.cyclops.cyclopscore.config.configurable.ConfigurableItem@432ad4a0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7098 ironbackpacks:backpack gr8pefish.ironbackpacks.item.ItemBackpack@3ef7d77c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7099 ironbackpacks:upgrade gr8pefish.ironbackpacks.item.ItemUpgrade@28ac3750 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7100 ironchest:iron_gold_chest_upgrade cpw.mods.ironchest.common.items.chest.ItemChestChanger@40b698d7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7101 ironchest:gold_diamond_chest_upgrade cpw.mods.ironchest.common.items.chest.ItemChestChanger@39fdc0a7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7102 ironchest:copper_silver_chest_upgrade cpw.mods.ironchest.common.items.chest.ItemChestChanger@3e282c6b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7103 ironchest:silver_gold_chest_upgrade cpw.mods.ironchest.common.items.chest.ItemChestChanger@6cb3d0c7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7104 ironchest:copper_iron_chest_upgrade cpw.mods.ironchest.common.items.chest.ItemChestChanger@18b78da6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7105 ironchest:diamond_crystal_chest_upgrade cpw.mods.ironchest.common.items.chest.ItemChestChanger@4f988eef +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7106 ironchest:wood_iron_chest_upgrade cpw.mods.ironchest.common.items.chest.ItemChestChanger@30aca803 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7107 ironchest:wood_copper_chest_upgrade cpw.mods.ironchest.common.items.chest.ItemChestChanger@426b6339 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7108 ironchest:diamond_obsidian_chest_upgrade cpw.mods.ironchest.common.items.chest.ItemChestChanger@66150c6f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7109 ironchest:iron_gold_shulker_upgrade cpw.mods.ironchest.common.items.shulker.ItemShulkerBoxChanger@70b58482 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7110 ironchest:gold_diamond_shulker_upgrade cpw.mods.ironchest.common.items.shulker.ItemShulkerBoxChanger@4d9a9ea0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7111 ironchest:copper_silver_shulker_upgrade cpw.mods.ironchest.common.items.shulker.ItemShulkerBoxChanger@7e32f476 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7112 ironchest:silver_gold_shulker_upgrade cpw.mods.ironchest.common.items.shulker.ItemShulkerBoxChanger@6029fe53 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7113 ironchest:copper_iron_shulker_upgrade cpw.mods.ironchest.common.items.shulker.ItemShulkerBoxChanger@3c64e740 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7114 ironchest:diamond_crystal_shulker_upgrade cpw.mods.ironchest.common.items.shulker.ItemShulkerBoxChanger@259211f2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7115 ironchest:vanilla_iron_shulker_upgrade cpw.mods.ironchest.common.items.shulker.ItemShulkerBoxChanger@4c6ad072 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7116 ironchest:vanilla_copper_shulker_upgrade cpw.mods.ironchest.common.items.shulker.ItemShulkerBoxChanger@631e74ca +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7117 ironchest:diamond_obsidian_shulker_upgrade cpw.mods.ironchest.common.items.shulker.ItemShulkerBoxChanger@785bc10e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7118 ironchest:iron_chest cpw.mods.ironchest.common.items.chest.ItemIronChest@7f9ecd31 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7119 ironchest:iron_shulker_box_white cpw.mods.ironchest.common.items.shulker.ItemIronShulkerBox@24df4fa4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7120 ironchest:iron_shulker_box_orange cpw.mods.ironchest.common.items.shulker.ItemIronShulkerBox@3eb92452 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7121 ironchest:iron_shulker_box_magenta cpw.mods.ironchest.common.items.shulker.ItemIronShulkerBox@52edb253 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7122 ironchest:iron_shulker_box_light_blue cpw.mods.ironchest.common.items.shulker.ItemIronShulkerBox@5b931a7a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7123 ironchest:iron_shulker_box_yellow cpw.mods.ironchest.common.items.shulker.ItemIronShulkerBox@56fdcc3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7124 ironchest:iron_shulker_box_lime cpw.mods.ironchest.common.items.shulker.ItemIronShulkerBox@7283f388 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7125 ironchest:iron_shulker_box_pink cpw.mods.ironchest.common.items.shulker.ItemIronShulkerBox@4d43a8a1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7126 ironchest:iron_shulker_box_gray cpw.mods.ironchest.common.items.shulker.ItemIronShulkerBox@ec03bb9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7127 ironchest:iron_shulker_box_silver cpw.mods.ironchest.common.items.shulker.ItemIronShulkerBox@75327766 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7128 ironchest:iron_shulker_box_cyan cpw.mods.ironchest.common.items.shulker.ItemIronShulkerBox@1840d5fb +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7129 ironchest:iron_shulker_box_purple cpw.mods.ironchest.common.items.shulker.ItemIronShulkerBox@489670f2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7130 ironchest:iron_shulker_box_blue cpw.mods.ironchest.common.items.shulker.ItemIronShulkerBox@478487aa +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7131 ironchest:iron_shulker_box_brown cpw.mods.ironchest.common.items.shulker.ItemIronShulkerBox@21eb517b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7132 ironchest:iron_shulker_box_green cpw.mods.ironchest.common.items.shulker.ItemIronShulkerBox@3f1ab7b0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7133 ironchest:iron_shulker_box_red cpw.mods.ironchest.common.items.shulker.ItemIronShulkerBox@44704141 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7134 ironchest:iron_shulker_box_black cpw.mods.ironchest.common.items.shulker.ItemIronShulkerBox@272a27b2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7135 ironjetpacks:strap com.blakebr0.ironjetpacks.item.ItemBasic@5c31daa5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7136 ironjetpacks:basic_coil com.blakebr0.ironjetpacks.item.ItemBasic@367c51a4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7137 ironjetpacks:advanced_coil com.blakebr0.ironjetpacks.item.ItemBasic@70c06463 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7138 ironjetpacks:elite_coil com.blakebr0.ironjetpacks.item.ItemBasic@621da7e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7139 ironjetpacks:ultimate_coil com.blakebr0.ironjetpacks.item.ItemBasic@5497cced +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7140 ironjetpacks:creative_cell com.blakebr0.ironjetpacks.item.ItemComponent@b246aa +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7141 ironjetpacks:electrum_cell com.blakebr0.ironjetpacks.item.ItemComponent@73a2c9a3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7142 ironjetpacks:diamond_cell com.blakebr0.ironjetpacks.item.ItemComponent@7b581f83 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7143 ironjetpacks:emerald_cell com.blakebr0.ironjetpacks.item.ItemComponent@114244a1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7144 ironjetpacks:creative_thruster com.blakebr0.ironjetpacks.item.ItemComponent@3d7c735 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7145 ironjetpacks:electrum_thruster com.blakebr0.ironjetpacks.item.ItemComponent@665de93d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7146 ironjetpacks:diamond_thruster com.blakebr0.ironjetpacks.item.ItemComponent@5d425672 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7147 ironjetpacks:emerald_thruster com.blakebr0.ironjetpacks.item.ItemComponent@5ea67637 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7148 ironjetpacks:creative_capacitor com.blakebr0.ironjetpacks.item.ItemComponent@6375ecb9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7149 ironjetpacks:electrum_capacitor com.blakebr0.ironjetpacks.item.ItemComponent@6a68e5eb +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7150 ironjetpacks:diamond_capacitor com.blakebr0.ironjetpacks.item.ItemComponent@25d6cf12 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7151 ironjetpacks:emerald_capacitor com.blakebr0.ironjetpacks.item.ItemComponent@482c0251 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7152 ironjetpacks:creative_jetpack com.blakebr0.ironjetpacks.item.ItemJetpack@3188eeba +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7153 ironjetpacks:electrum_jetpack com.blakebr0.ironjetpacks.item.ItemJetpack@5b8b64e0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7154 ironjetpacks:diamond_jetpack com.blakebr0.ironjetpacks.item.ItemJetpack@51b946ce +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7155 ironjetpacks:emerald_jetpack com.blakebr0.ironjetpacks.item.ItemJetpack@f9172d8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7156 jarm:oak_raft com.Mrbysco.JustARaftMod.Items.ItemRaft@68f794b3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7157 jarm:spruce_raft com.Mrbysco.JustARaftMod.Items.ItemRaft@6b58ec9b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7158 jarm:birch_raft com.Mrbysco.JustARaftMod.Items.ItemRaft@7560d502 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7159 jarm:jungle_raft com.Mrbysco.JustARaftMod.Items.ItemRaft@31d6908f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7160 jarm:acacia_raft com.Mrbysco.JustARaftMod.Items.ItemRaft@6550c80a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7161 jarm:dark_oak_raft com.Mrbysco.JustARaftMod.Items.ItemRaft@4940dc0f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7162 mob_grinding_utils:fan_upgrade mob_grinding_utils.items.ItemFanUpgrade@3381b60f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7163 mob_grinding_utils:absorption_upgrade mob_grinding_utils.items.ItemAbsorptionUpgrade@5c54dfe4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7164 mob_grinding_utils:saw_upgrade mob_grinding_utils.items.ItemSawUpgrade@39cc145a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7165 mob_grinding_utils:mob_swab mob_grinding_utils.items.ItemMobSwab@2da480d6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7166 mob_grinding_utils:gm_chicken_feed mob_grinding_utils.items.ItemGMChickenFeed@13ab7aa3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7167 mob_grinding_utils:null_sword mob_grinding_utils.items.ItemImaginaryInvisibleNotReallyThereSword@69fa2ccd +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7168 mob_grinding_utils:fan mob_grinding_utils.ModBlocks$1@30cd9b6c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7169 mob_grinding_utils:saw mob_grinding_utils.ModBlocks$2@39661f93 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7170 mob_grinding_utils:absorption_hopper mob_grinding_utils.ModBlocks$3@7150147e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7171 mob_grinding_utils:spikes mob_grinding_utils.ModBlocks$4@49f4d2dd +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7172 mob_grinding_utils:tank mob_grinding_utils.ModBlocks$5@153e2674 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7173 mob_grinding_utils:tank_sink mob_grinding_utils.ModBlocks$6@1c2d39c7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7174 mob_grinding_utils:xp_tap mob_grinding_utils.ModBlocks$7@6daf3dd8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7175 mob_grinding_utils:wither_muffler mob_grinding_utils.ModBlocks$8@2a2788a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7176 mob_grinding_utils:dragon_muffler mob_grinding_utils.ModBlocks$9@664be32c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7177 mob_grinding_utils:dark_oak_stone mob_grinding_utils.ModBlocks$10@135d0d23 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7178 mob_grinding_utils:entity_conveyor mob_grinding_utils.ModBlocks$11@788a36d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7179 mob_grinding_utils:ender_inhibitor_on mob_grinding_utils.ModBlocks$12@167fed3e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7180 mob_grinding_utils:ender_inhibitor_off mob_grinding_utils.ModBlocks$13@2f142e5e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7181 mysticalagriculture:storage com.blakebr0.mysticalagriculture.blocks.ItemBlockStorage@545b1a8a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7182 mysticalagriculture:ingot_storage com.blakebr0.mysticalagriculture.blocks.ItemBlockIngotStorage@168a58a7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7183 mysticalagriculture:coal_block com.blakebr0.mysticalagriculture.blocks.ItemBlockEssenceCoal@7ff54155 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7184 mysticalagriculture:soulstone com.blakebr0.mysticalagriculture.blocks.soulstone.ItemBlockSoulstone@719de62b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7185 mysticalagriculture:soulstone_slab net.minecraft.item.ItemSlab@7d1e3dd8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7186 mysticalagriculture:cobbled_soulstone_slab net.minecraft.item.ItemSlab@39950dbc +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7187 mysticalagriculture:soulstone_brick_slab net.minecraft.item.ItemSlab@6c3f1c32 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7188 mysticalagriculture:cobbled_soulstone_stairs net.minecraft.item.ItemBlock@728d0320 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7189 mysticalagriculture:soulstone_brick_stairs net.minecraft.item.ItemBlock@7e710054 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7190 mysticalagriculture:cobbled_soulstone_wall net.minecraft.item.ItemBlock@6f181acb +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7191 mysticalagriculture:soulstone_brick_wall net.minecraft.item.ItemBlock@7b525596 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7192 mysticalagriculture:soul_glass net.minecraft.item.ItemBlock@61dccddf +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7193 mysticalagriculture:soul_glass_pane net.minecraft.item.ItemBlock@17591210 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7194 mysticalagriculture:inferium_furnace net.minecraft.item.ItemBlock@38b88c72 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7195 mysticalagriculture:prudentium_furnace net.minecraft.item.ItemBlock@51af8016 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7196 mysticalagriculture:intermedium_furnace net.minecraft.item.ItemBlock@569a0dc9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7197 mysticalagriculture:superium_furnace net.minecraft.item.ItemBlock@90c4c98 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7198 mysticalagriculture:supremium_furnace net.minecraft.item.ItemBlock@75ab9ad7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7199 mysticalagriculture:ultimate_furnace net.minecraft.item.ItemBlock@58291b44 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7200 mysticalagriculture:prosperity_ore net.minecraft.item.ItemBlock@5edbb1cd +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7201 mysticalagriculture:nether_prosperity_ore net.minecraft.item.ItemBlock@35584e02 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7202 mysticalagriculture:end_prosperity_ore net.minecraft.item.ItemBlock@1c8c175c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7203 mysticalagriculture:inferium_ore net.minecraft.item.ItemBlock@cefccb2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7204 mysticalagriculture:nether_inferium_ore net.minecraft.item.ItemBlock@fb9413b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7205 mysticalagriculture:end_inferium_ore net.minecraft.item.ItemBlock@78663690 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7206 mysticalagriculture:growth_accelerator net.minecraft.item.ItemBlock@4ace837 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7207 mysticalagriculture:mystical_machine_frame net.minecraft.item.ItemBlock@76543e4c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7208 mysticalagriculture:glowstone_lamp net.minecraft.item.ItemBlock@33211924 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7209 mysticalagriculture:seed_reprocessor net.minecraft.item.ItemBlock@7a3a6b66 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7210 mysticalagriculture:inferium_reprocessor net.minecraft.item.ItemBlock@19b4d946 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7211 mysticalagriculture:prudentium_reprocessor net.minecraft.item.ItemBlock@4ec52262 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7212 mysticalagriculture:intermedium_reprocessor net.minecraft.item.ItemBlock@7596eaa7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7213 mysticalagriculture:superium_reprocessor net.minecraft.item.ItemBlock@5c5ede28 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7214 mysticalagriculture:supremium_reprocessor net.minecraft.item.ItemBlock@639f520c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7215 mysticalagriculture:ultimate_reprocessor net.minecraft.item.ItemBlock@4aeba2f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7216 mysticalagriculture:witherproof_block net.minecraft.item.ItemBlock@46afbbcf +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7217 mysticalagriculture:witherproof_glass net.minecraft.item.ItemBlock@6c2a82ac +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7218 mysticalagriculture:tinkering_table com.blakebr0.mysticalagriculture.blocks.ItemBlockTinkeringTable@75bcb217 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7219 mysticalagriculture:tier1_inferium_crop net.minecraft.item.ItemBlock@432114d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7220 mysticalagriculture:tier2_inferium_crop net.minecraft.item.ItemBlock@3f78a3c7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7221 mysticalagriculture:tier3_inferium_crop net.minecraft.item.ItemBlock@77f7966 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7222 mysticalagriculture:tier4_inferium_crop net.minecraft.item.ItemBlock@17435f94 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7223 mysticalagriculture:tier5_inferium_crop net.minecraft.item.ItemBlock@36f9c48 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7224 mysticalagriculture:stone_crop net.minecraft.item.ItemBlock@79f37179 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7225 mysticalagriculture:dirt_crop net.minecraft.item.ItemBlock@5bb8368 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7226 mysticalagriculture:nature_crop net.minecraft.item.ItemBlock@809d3b4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7227 mysticalagriculture:wood_crop net.minecraft.item.ItemBlock@777b9321 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7228 mysticalagriculture:water_crop net.minecraft.item.ItemBlock@15e15c0e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7229 mysticalagriculture:ice_crop net.minecraft.item.ItemBlock@4c182d19 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7230 mysticalagriculture:fire_crop net.minecraft.item.ItemBlock@a4ad35d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7231 mysticalagriculture:dye_crop net.minecraft.item.ItemBlock@2103abae +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7232 mysticalagriculture:nether_crop net.minecraft.item.ItemBlock@3e9d92ac +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7233 mysticalagriculture:coal_crop net.minecraft.item.ItemBlock@33e00083 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7234 mysticalagriculture:iron_crop net.minecraft.item.ItemBlock@6f6ced99 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7235 mysticalagriculture:nether_quartz_crop net.minecraft.item.ItemBlock@538e6501 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7236 mysticalagriculture:glowstone_crop net.minecraft.item.ItemBlock@154852e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7237 mysticalagriculture:redstone_crop net.minecraft.item.ItemBlock@3283799f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7238 mysticalagriculture:obsidian_crop net.minecraft.item.ItemBlock@3a8b5a73 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7239 mysticalagriculture:gold_crop net.minecraft.item.ItemBlock@1a8d964e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7240 mysticalagriculture:lapis_lazuli_crop net.minecraft.item.ItemBlock@3f550dc4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7241 mysticalagriculture:end_crop net.minecraft.item.ItemBlock@1633c430 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7242 mysticalagriculture:experience_crop net.minecraft.item.ItemBlock@760b5c47 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7243 mysticalagriculture:diamond_crop net.minecraft.item.ItemBlock@c28b2e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7244 mysticalagriculture:emerald_crop net.minecraft.item.ItemBlock@176e8ddf +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7245 mysticalagriculture:zombie_crop net.minecraft.item.ItemBlock@1ff4d946 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7246 mysticalagriculture:pig_crop net.minecraft.item.ItemBlock@3331479b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7247 mysticalagriculture:chicken_crop net.minecraft.item.ItemBlock@273e3128 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7248 mysticalagriculture:cow_crop net.minecraft.item.ItemBlock@445d4065 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7249 mysticalagriculture:sheep_crop net.minecraft.item.ItemBlock@7d5a9f41 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7250 mysticalagriculture:slime_crop net.minecraft.item.ItemBlock@446e02ee +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7251 mysticalagriculture:skeleton_crop net.minecraft.item.ItemBlock@120fcc3a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7252 mysticalagriculture:creeper_crop net.minecraft.item.ItemBlock@3cffe876 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7253 mysticalagriculture:spider_crop net.minecraft.item.ItemBlock@15f6d83f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7254 mysticalagriculture:rabbit_crop net.minecraft.item.ItemBlock@21bbc11d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7255 mysticalagriculture:guardian_crop net.minecraft.item.ItemBlock@4d39a70c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7256 mysticalagriculture:blaze_crop net.minecraft.item.ItemBlock@e464a85 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7257 mysticalagriculture:ghast_crop net.minecraft.item.ItemBlock@2d524c52 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7258 mysticalagriculture:enderman_crop net.minecraft.item.ItemBlock@529ec3cc +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7259 mysticalagriculture:wither_skeleton_crop net.minecraft.item.ItemBlock@521f1f54 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7260 mysticalagriculture:silicon_crop net.minecraft.item.ItemBlock@6eb165f0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7261 mysticalagriculture:sulfur_crop net.minecraft.item.ItemBlock@51be94a8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7262 mysticalagriculture:aluminum_crop net.minecraft.item.ItemBlock@751aadf0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7263 mysticalagriculture:copper_crop net.minecraft.item.ItemBlock@5f55e9b8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7264 mysticalagriculture:saltpeter_crop net.minecraft.item.ItemBlock@3aae9947 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7265 mysticalagriculture:tin_crop net.minecraft.item.ItemBlock@1f90516e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7266 mysticalagriculture:bronze_crop net.minecraft.item.ItemBlock@3fc50a41 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7267 mysticalagriculture:silver_crop net.minecraft.item.ItemBlock@4f2d3c28 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7268 mysticalagriculture:lead_crop net.minecraft.item.ItemBlock@107e02b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7269 mysticalagriculture:steel_crop net.minecraft.item.ItemBlock@1c81ca44 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7270 mysticalagriculture:nickel_crop net.minecraft.item.ItemBlock@b015c97 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7271 mysticalagriculture:constantan_crop net.minecraft.item.ItemBlock@2d6beda3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7272 mysticalagriculture:electrum_crop net.minecraft.item.ItemBlock@13d3469d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7273 mysticalagriculture:titanium_crop net.minecraft.item.ItemBlock@1127d49 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7274 mysticalagriculture:uranium_crop net.minecraft.item.ItemBlock@f67c18 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7275 mysticalagriculture:platinum_crop net.minecraft.item.ItemBlock@72028f50 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7276 mysticalagriculture:aluminum_brass_crop net.minecraft.item.ItemBlock@7b6cd823 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7277 mysticalagriculture:knightslime_crop net.minecraft.item.ItemBlock@69061a32 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7278 mysticalagriculture:ardite_crop net.minecraft.item.ItemBlock@5aa3adb6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7279 mysticalagriculture:cobalt_crop net.minecraft.item.ItemBlock@3c3dd1bd +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7280 mysticalagriculture:manyullyn_crop net.minecraft.item.ItemBlock@218dabd9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7281 mysticalagriculture:osmium_crop net.minecraft.item.ItemBlock@7883e250 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7282 mysticalagriculture:glowstone_ingot_crop net.minecraft.item.ItemBlock@3f0a3eeb +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7283 mysticalagriculture:refined_obsidian_crop net.minecraft.item.ItemBlock@6de8b08e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7284 mysticalagriculture:marble_crop net.minecraft.item.ItemBlock@21f70d89 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7285 mysticalagriculture:limestone_crop net.minecraft.item.ItemBlock@4601ea85 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7286 mysticalagriculture:basalt_crop net.minecraft.item.ItemBlock@289269c8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7287 mysticalagriculture:steeleaf_crop net.minecraft.item.ItemBlock@d6d094 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7288 mysticalagriculture:ironwood_crop net.minecraft.item.ItemBlock@19541e42 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7289 mysticalagriculture:knightmetal_crop net.minecraft.item.ItemBlock@50c89a2f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7290 mysticalagriculture:fiery_ingot_crop net.minecraft.item.ItemBlock@6b2f65d7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7291 mysticalagriculture:meteoric_iron_crop net.minecraft.item.ItemBlock@5d4b4a56 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7292 mysticalagriculture:desh_crop net.minecraft.item.ItemBlock@64d4e9b3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7293 mysticalagriculture:black_quartz_crop net.minecraft.item.ItemBlock@70d91ee4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7294 mysticalagriculture:menril_crop net.minecraft.item.ItemBlock@60c8ccf5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7295 mysticalagriculture:aquamarine_crop net.minecraft.item.ItemBlock@67d62340 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7296 mysticalagriculture:starmetal_crop net.minecraft.item.ItemBlock@248cc778 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7297 mysticalagriculture:rock_crystal_crop net.minecraft.item.ItemBlock@1c1ac333 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7298 mysticalagriculture:ender_biotite_crop net.minecraft.item.ItemBlock@3a930b21 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7299 mysticalagriculture:slate_crop net.minecraft.item.ItemBlock@6c89e310 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7300 mysticalagriculture:compressed_iron_crop net.minecraft.item.ItemBlock@2efc4efe +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7301 mysticalagriculture:sky_stone_crop net.minecraft.item.ItemBlock@64351349 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7302 mysticalagriculture:certus_quartz_crop net.minecraft.item.ItemBlock@465dc6ed +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7303 mysticalagriculture:fluix_crop net.minecraft.item.ItemBlock@656f3c55 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7304 mysticalagriculture:quartz_enriched_iron_crop net.minecraft.item.ItemBlock@292815b8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7305 mysticalagriculture:miners_torch com.blakebr0.mysticalagriculture.blocks.ItemBlockMinersTorch@65cbe48f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7306 mysticalagriculture:crafting com.blakebr0.mysticalagriculture.items.ItemCrafting@4d092c75 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7307 mysticalagriculture:infusion_crystal com.blakebr0.mysticalagriculture.items.ItemInfusionCrystal@51182c15 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7308 mysticalagriculture:master_infusion_crystal com.blakebr0.mysticalagriculture.items.ItemMasterInfusionCrystal@38f4765b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7309 mysticalagriculture:core_remover com.blakebr0.mysticalagriculture.items.ItemCoreRemover@2210256 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7310 mysticalagriculture:fertilized_essence com.blakebr0.mysticalagriculture.items.ItemFertilizedEssence@5b726598 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7311 mysticalagriculture:inferium_apple com.blakebr0.mysticalagriculture.items.apples.ItemInferiumApple@6cfece3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7312 mysticalagriculture:prudentium_apple com.blakebr0.mysticalagriculture.items.apples.ItemPrudentiumApple@162700ab +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7313 mysticalagriculture:intermedium_apple com.blakebr0.mysticalagriculture.items.apples.ItemIntermediumApple@dfaea9a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7314 mysticalagriculture:superium_apple com.blakebr0.mysticalagriculture.items.apples.ItemSuperiumApple@7c37ac1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7315 mysticalagriculture:supremium_apple com.blakebr0.mysticalagriculture.items.apples.ItemSupremiumApple@7e92362e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7316 mysticalagriculture:coal com.blakebr0.mysticalagriculture.items.ItemEssenceCoal@509e430f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7317 mysticalagriculture:watering_can com.blakebr0.mysticalagriculture.items.ItemWateringCan@a6addbc +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7318 mysticalagriculture:soulium_dagger com.blakebr0.mysticalagriculture.items.ItemSouliumDagger@16e3bb42 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7319 mysticalagriculture:xp_droplet com.blakebr0.mysticalagriculture.items.ItemExperienceDroplet@792fccf6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7320 mysticalagriculture:chunk com.blakebr0.mysticalagriculture.items.ItemChunk@5b0b7ee7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7321 mysticalagriculture:stone_essence com.blakebr0.cucumber.item.ItemBase@7d0df07 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7322 mysticalagriculture:dirt_essence com.blakebr0.cucumber.item.ItemBase@c625d14 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7323 mysticalagriculture:nature_essence com.blakebr0.cucumber.item.ItemBase@b2d6812 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7324 mysticalagriculture:wood_essence com.blakebr0.cucumber.item.ItemBase@b51d3d6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7325 mysticalagriculture:water_essence com.blakebr0.cucumber.item.ItemBase@a780d5c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7326 mysticalagriculture:ice_essence com.blakebr0.cucumber.item.ItemBase@14ec6bfa +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7327 mysticalagriculture:fire_essence com.blakebr0.cucumber.item.ItemBase@74e1ec8d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7328 mysticalagriculture:dye_essence com.blakebr0.cucumber.item.ItemBase@712b5ea4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7329 mysticalagriculture:nether_essence com.blakebr0.cucumber.item.ItemBase@3b73bf30 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7330 mysticalagriculture:coal_essence com.blakebr0.cucumber.item.ItemBase@4c37a01f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7331 mysticalagriculture:iron_essence com.blakebr0.cucumber.item.ItemBase@3749a890 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7332 mysticalagriculture:nether_quartz_essence com.blakebr0.cucumber.item.ItemBase@1c3c1ea3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7333 mysticalagriculture:glowstone_essence com.blakebr0.cucumber.item.ItemBase@3a90a82b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7334 mysticalagriculture:redstone_essence com.blakebr0.cucumber.item.ItemBase@4b56c03e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7335 mysticalagriculture:obsidian_essence com.blakebr0.cucumber.item.ItemBase@31a1fcec +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7336 mysticalagriculture:gold_essence com.blakebr0.cucumber.item.ItemBase@4d94357d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7337 mysticalagriculture:lapis_lazuli_essence com.blakebr0.cucumber.item.ItemBase@72fa0d14 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7338 mysticalagriculture:end_essence com.blakebr0.cucumber.item.ItemBase@fd06445 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7339 mysticalagriculture:experience_essence com.blakebr0.cucumber.item.ItemBase@31a8bfcf +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7340 mysticalagriculture:diamond_essence com.blakebr0.cucumber.item.ItemBase@5dfb5b5a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7341 mysticalagriculture:emerald_essence com.blakebr0.cucumber.item.ItemBase@7fcb6f5c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7342 mysticalagriculture:zombie_essence com.blakebr0.cucumber.item.ItemBase@73b5ceac +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7343 mysticalagriculture:pig_essence com.blakebr0.cucumber.item.ItemBase@79751d2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7344 mysticalagriculture:chicken_essence com.blakebr0.cucumber.item.ItemBase@31fbf1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7345 mysticalagriculture:cow_essence com.blakebr0.cucumber.item.ItemBase@2424d524 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7346 mysticalagriculture:sheep_essence com.blakebr0.cucumber.item.ItemBase@7939bfa2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7347 mysticalagriculture:slime_essence com.blakebr0.cucumber.item.ItemBase@449d7896 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7348 mysticalagriculture:skeleton_essence com.blakebr0.cucumber.item.ItemBase@4b7ced87 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7349 mysticalagriculture:creeper_essence com.blakebr0.cucumber.item.ItemBase@49f39c39 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7350 mysticalagriculture:spider_essence com.blakebr0.cucumber.item.ItemBase@7d03fe0a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7351 mysticalagriculture:rabbit_essence com.blakebr0.cucumber.item.ItemBase@52f560f4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7352 mysticalagriculture:guardian_essence com.blakebr0.cucumber.item.ItemBase@7e49bff8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7353 mysticalagriculture:blaze_essence com.blakebr0.cucumber.item.ItemBase@2b8ef65c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7354 mysticalagriculture:ghast_essence com.blakebr0.cucumber.item.ItemBase@491fbe89 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7355 mysticalagriculture:enderman_essence com.blakebr0.cucumber.item.ItemBase@3094959e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7356 mysticalagriculture:wither_skeleton_essence com.blakebr0.cucumber.item.ItemBase@3114a0b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7357 mysticalagriculture:silicon_essence com.blakebr0.cucumber.item.ItemBase@5ff17023 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7358 mysticalagriculture:sulfur_essence com.blakebr0.cucumber.item.ItemBase@6b2e66a2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7359 mysticalagriculture:aluminum_essence com.blakebr0.cucumber.item.ItemBase@7f02363c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7360 mysticalagriculture:copper_essence com.blakebr0.cucumber.item.ItemBase@764a6ac5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7361 mysticalagriculture:saltpeter_essence com.blakebr0.cucumber.item.ItemBase@22ee7c47 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7362 mysticalagriculture:tin_essence com.blakebr0.cucumber.item.ItemBase@3aed05ce +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7363 mysticalagriculture:bronze_essence com.blakebr0.cucumber.item.ItemBase@54307779 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7364 mysticalagriculture:silver_essence com.blakebr0.cucumber.item.ItemBase@71093378 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7365 mysticalagriculture:lead_essence com.blakebr0.cucumber.item.ItemBase@20d4655a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7366 mysticalagriculture:steel_essence com.blakebr0.cucumber.item.ItemBase@72c5d7fb +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7367 mysticalagriculture:nickel_essence com.blakebr0.cucumber.item.ItemBase@2519fd65 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7368 mysticalagriculture:constantan_essence com.blakebr0.cucumber.item.ItemBase@1d33884d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7369 mysticalagriculture:electrum_essence com.blakebr0.cucumber.item.ItemBase@1e4ec004 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7370 mysticalagriculture:titanium_essence com.blakebr0.cucumber.item.ItemBase@42e8a639 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7371 mysticalagriculture:uranium_essence com.blakebr0.cucumber.item.ItemBase@287089d4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7372 mysticalagriculture:platinum_essence com.blakebr0.cucumber.item.ItemBase@29801d77 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7373 mysticalagriculture:aluminum_brass_essence com.blakebr0.cucumber.item.ItemBase@4126a6a3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7374 mysticalagriculture:knightslime_essence com.blakebr0.cucumber.item.ItemBase@46f819d0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7375 mysticalagriculture:ardite_essence com.blakebr0.cucumber.item.ItemBase@6a6a06f2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7376 mysticalagriculture:cobalt_essence com.blakebr0.cucumber.item.ItemBase@43a8d56d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7377 mysticalagriculture:manyullyn_essence com.blakebr0.cucumber.item.ItemBase@37cf7005 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7378 mysticalagriculture:osmium_essence com.blakebr0.cucumber.item.ItemBase@317fd9b5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7379 mysticalagriculture:glowstone_ingot_essence com.blakebr0.cucumber.item.ItemBase@b9804fe +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7380 mysticalagriculture:refined_obsidian_essence com.blakebr0.cucumber.item.ItemBase@e9ebb5d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7381 mysticalagriculture:marble_essence com.blakebr0.cucumber.item.ItemBase@429dadd3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7382 mysticalagriculture:limestone_essence com.blakebr0.cucumber.item.ItemBase@d606644 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7383 mysticalagriculture:basalt_essence com.blakebr0.cucumber.item.ItemBase@46142ce2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7384 mysticalagriculture:steeleaf_essence com.blakebr0.cucumber.item.ItemBase@3dab232e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7385 mysticalagriculture:ironwood_essence com.blakebr0.cucumber.item.ItemBase@12f7e27d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7386 mysticalagriculture:knightmetal_essence com.blakebr0.cucumber.item.ItemBase@1cabe421 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7387 mysticalagriculture:fiery_ingot_essence com.blakebr0.cucumber.item.ItemBase@7bbfb86a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7388 mysticalagriculture:meteoric_iron_essence com.blakebr0.cucumber.item.ItemBase@1f694660 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7389 mysticalagriculture:desh_essence com.blakebr0.cucumber.item.ItemBase@32a0bbfa +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7390 mysticalagriculture:black_quartz_essence com.blakebr0.cucumber.item.ItemBase@71e9cb63 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7391 mysticalagriculture:menril_essence com.blakebr0.cucumber.item.ItemBase@779351dc +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7392 mysticalagriculture:aquamarine_essence com.blakebr0.cucumber.item.ItemBase@221c4308 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7393 mysticalagriculture:starmetal_essence com.blakebr0.cucumber.item.ItemBase@15d443da +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7394 mysticalagriculture:rock_crystal_essence com.blakebr0.cucumber.item.ItemBase@2a5920d0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7395 mysticalagriculture:ender_biotite_essence com.blakebr0.cucumber.item.ItemBase@47a989f6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7396 mysticalagriculture:slate_essence com.blakebr0.cucumber.item.ItemBase@7ed9608 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7397 mysticalagriculture:compressed_iron_essence com.blakebr0.cucumber.item.ItemBase@3090dfbc +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7398 mysticalagriculture:sky_stone_essence com.blakebr0.cucumber.item.ItemBase@532c26de +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7399 mysticalagriculture:certus_quartz_essence com.blakebr0.cucumber.item.ItemBase@5841e374 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7400 mysticalagriculture:fluix_essence com.blakebr0.cucumber.item.ItemBase@33f763a2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7401 mysticalagriculture:quartz_enriched_iron_essence com.blakebr0.cucumber.item.ItemBase@52c275f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7402 mysticalagriculture:tier1_inferium_seeds com.blakebr0.mysticalagriculture.items.ItemSeed@77b96d35 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7403 mysticalagriculture:tier2_inferium_seeds com.blakebr0.mysticalagriculture.items.ItemSeed@3dec7daa +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7404 mysticalagriculture:tier3_inferium_seeds com.blakebr0.mysticalagriculture.items.ItemSeed@3a44eb60 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7405 mysticalagriculture:tier4_inferium_seeds com.blakebr0.mysticalagriculture.items.ItemSeed@753b03d3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7406 mysticalagriculture:tier5_inferium_seeds com.blakebr0.mysticalagriculture.items.ItemSeed@49570884 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7407 mysticalagriculture:stone_seeds com.blakebr0.mysticalagriculture.items.ItemSeed@7b2e6b48 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7408 mysticalagriculture:dirt_seeds com.blakebr0.mysticalagriculture.items.ItemSeed@6f257864 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7409 mysticalagriculture:nature_seeds com.blakebr0.mysticalagriculture.items.ItemSeed@74df4042 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7410 mysticalagriculture:wood_seeds com.blakebr0.mysticalagriculture.items.ItemSeed@19d09468 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7411 mysticalagriculture:water_seeds com.blakebr0.mysticalagriculture.items.ItemSeed@73c18bff +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7412 mysticalagriculture:ice_seeds com.blakebr0.mysticalagriculture.items.ItemSeed@221e394e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7413 mysticalagriculture:fire_seeds com.blakebr0.mysticalagriculture.items.ItemSeed@304ae0ca +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7414 mysticalagriculture:dye_seeds com.blakebr0.mysticalagriculture.items.ItemSeed@58ce2b58 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7415 mysticalagriculture:nether_seeds com.blakebr0.mysticalagriculture.items.ItemSeed@28fc476e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7416 mysticalagriculture:coal_seeds com.blakebr0.mysticalagriculture.items.ItemSeed@47f7c7ba +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7417 mysticalagriculture:iron_seeds com.blakebr0.mysticalagriculture.items.ItemSeed@7f48ab99 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7418 mysticalagriculture:nether_quartz_seeds com.blakebr0.mysticalagriculture.items.ItemSeed@3da420ba +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7419 mysticalagriculture:glowstone_seeds com.blakebr0.mysticalagriculture.items.ItemSeed@18bbe7c3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7420 mysticalagriculture:redstone_seeds com.blakebr0.mysticalagriculture.items.ItemSeed@7fc6cf39 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7421 mysticalagriculture:obsidian_seeds com.blakebr0.mysticalagriculture.items.ItemSeed@36bcdee5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7422 mysticalagriculture:gold_seeds com.blakebr0.mysticalagriculture.items.ItemSeed@401ee8df +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7423 mysticalagriculture:lapis_lazuli_seeds com.blakebr0.mysticalagriculture.items.ItemSeed@14a8f625 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7424 mysticalagriculture:end_seeds com.blakebr0.mysticalagriculture.items.ItemSeed@68eae072 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7425 mysticalagriculture:experience_seeds com.blakebr0.mysticalagriculture.items.ItemSeed@65d0d124 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7426 mysticalagriculture:diamond_seeds com.blakebr0.mysticalagriculture.items.ItemSeed@28eb127d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7427 mysticalagriculture:emerald_seeds com.blakebr0.mysticalagriculture.items.ItemSeed@2dadcc8b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7428 mysticalagriculture:zombie_seeds com.blakebr0.mysticalagriculture.items.ItemSeed@26afe93c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7429 mysticalagriculture:pig_seeds com.blakebr0.mysticalagriculture.items.ItemSeed@10abdc13 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7430 mysticalagriculture:chicken_seeds com.blakebr0.mysticalagriculture.items.ItemSeed@24550bf8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7431 mysticalagriculture:cow_seeds com.blakebr0.mysticalagriculture.items.ItemSeed@35f53e78 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7432 mysticalagriculture:sheep_seeds com.blakebr0.mysticalagriculture.items.ItemSeed@1368a093 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7433 mysticalagriculture:slime_seeds com.blakebr0.mysticalagriculture.items.ItemSeed@758a73bd +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7434 mysticalagriculture:skeleton_seeds com.blakebr0.mysticalagriculture.items.ItemSeed@4fa05c53 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7435 mysticalagriculture:creeper_seeds com.blakebr0.mysticalagriculture.items.ItemSeed@45c230b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7436 mysticalagriculture:spider_seeds com.blakebr0.mysticalagriculture.items.ItemSeed@deabb5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7437 mysticalagriculture:rabbit_seeds com.blakebr0.mysticalagriculture.items.ItemSeed@2a060061 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7438 mysticalagriculture:guardian_seeds com.blakebr0.mysticalagriculture.items.ItemSeed@1bc1093d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7439 mysticalagriculture:blaze_seeds com.blakebr0.mysticalagriculture.items.ItemSeed@77b884f3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7440 mysticalagriculture:ghast_seeds com.blakebr0.mysticalagriculture.items.ItemSeed@36648ec6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7441 mysticalagriculture:enderman_seeds com.blakebr0.mysticalagriculture.items.ItemSeed@549f7549 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7442 mysticalagriculture:wither_skeleton_seeds com.blakebr0.mysticalagriculture.items.ItemSeed@1c276b88 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7443 mysticalagriculture:silicon_seeds com.blakebr0.mysticalagriculture.items.ItemSeed@5cde41b0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7444 mysticalagriculture:sulfur_seeds com.blakebr0.mysticalagriculture.items.ItemSeed@239cf239 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7445 mysticalagriculture:aluminum_seeds com.blakebr0.mysticalagriculture.items.ItemSeed@66fb9a4e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7446 mysticalagriculture:copper_seeds com.blakebr0.mysticalagriculture.items.ItemSeed@38104c8d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7447 mysticalagriculture:saltpeter_seeds com.blakebr0.mysticalagriculture.items.ItemSeed@7ef0f661 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7448 mysticalagriculture:tin_seeds com.blakebr0.mysticalagriculture.items.ItemSeed@73f095e8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7449 mysticalagriculture:bronze_seeds com.blakebr0.mysticalagriculture.items.ItemSeed@571edf71 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7450 mysticalagriculture:silver_seeds com.blakebr0.mysticalagriculture.items.ItemSeed@a2edec +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7451 mysticalagriculture:lead_seeds com.blakebr0.mysticalagriculture.items.ItemSeed@4e1ec46 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7452 mysticalagriculture:steel_seeds com.blakebr0.mysticalagriculture.items.ItemSeed@a1d501d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7453 mysticalagriculture:nickel_seeds com.blakebr0.mysticalagriculture.items.ItemSeed@4f01c051 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7454 mysticalagriculture:constantan_seeds com.blakebr0.mysticalagriculture.items.ItemSeed@63dbfce +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7455 mysticalagriculture:electrum_seeds com.blakebr0.mysticalagriculture.items.ItemSeed@6ca40395 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7456 mysticalagriculture:titanium_seeds com.blakebr0.mysticalagriculture.items.ItemSeed@71e9bc61 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7457 mysticalagriculture:uranium_seeds com.blakebr0.mysticalagriculture.items.ItemSeed@7cc35bc9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7458 mysticalagriculture:platinum_seeds com.blakebr0.mysticalagriculture.items.ItemSeed@24242f4c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7459 mysticalagriculture:aluminum_brass_seeds com.blakebr0.mysticalagriculture.items.ItemSeed@77949242 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7460 mysticalagriculture:knightslime_seeds com.blakebr0.mysticalagriculture.items.ItemSeed@4342d526 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7461 mysticalagriculture:ardite_seeds com.blakebr0.mysticalagriculture.items.ItemSeed@42a70f82 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7462 mysticalagriculture:cobalt_seeds com.blakebr0.mysticalagriculture.items.ItemSeed@6f2c2da7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7463 mysticalagriculture:manyullyn_seeds com.blakebr0.mysticalagriculture.items.ItemSeed@10b12988 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7464 mysticalagriculture:osmium_seeds com.blakebr0.mysticalagriculture.items.ItemSeed@793ce2e5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7465 mysticalagriculture:glowstone_ingot_seeds com.blakebr0.mysticalagriculture.items.ItemSeed@b9d5b91 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7466 mysticalagriculture:refined_obsidian_seeds com.blakebr0.mysticalagriculture.items.ItemSeed@298d2105 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7467 mysticalagriculture:marble_seeds com.blakebr0.mysticalagriculture.items.ItemSeed@63aa584f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7468 mysticalagriculture:limestone_seeds com.blakebr0.mysticalagriculture.items.ItemSeed@5bb775bc +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7469 mysticalagriculture:basalt_seeds com.blakebr0.mysticalagriculture.items.ItemSeed@6c05fdb3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7470 mysticalagriculture:steeleaf_seeds com.blakebr0.mysticalagriculture.items.ItemSeed@5c40aa7e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7471 mysticalagriculture:ironwood_seeds com.blakebr0.mysticalagriculture.items.ItemSeed@50ea7ea0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7472 mysticalagriculture:knightmetal_seeds com.blakebr0.mysticalagriculture.items.ItemSeed@3f686e7b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7473 mysticalagriculture:fiery_ingot_seeds com.blakebr0.mysticalagriculture.items.ItemSeed@55f1357b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7474 mysticalagriculture:meteoric_iron_seeds com.blakebr0.mysticalagriculture.items.ItemSeed@5e9f1bbf +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7475 mysticalagriculture:desh_seeds com.blakebr0.mysticalagriculture.items.ItemSeed@3e3b2b4b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7476 mysticalagriculture:black_quartz_seeds com.blakebr0.mysticalagriculture.items.ItemSeed@170a217d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7477 mysticalagriculture:menril_seeds com.blakebr0.mysticalagriculture.items.ItemSeed@7d97c0a2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7478 mysticalagriculture:aquamarine_seeds com.blakebr0.mysticalagriculture.items.ItemSeed@10fbe042 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7479 mysticalagriculture:starmetal_seeds com.blakebr0.mysticalagriculture.items.ItemSeed@6ca6d3e5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7480 mysticalagriculture:rock_crystal_seeds com.blakebr0.mysticalagriculture.items.ItemSeed@7018997e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7481 mysticalagriculture:ender_biotite_seeds com.blakebr0.mysticalagriculture.items.ItemSeed@1c088f7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7482 mysticalagriculture:slate_seeds com.blakebr0.mysticalagriculture.items.ItemSeed@23f03845 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7483 mysticalagriculture:compressed_iron_seeds com.blakebr0.mysticalagriculture.items.ItemSeed@3920a171 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7484 mysticalagriculture:sky_stone_seeds com.blakebr0.mysticalagriculture.items.ItemSeed@36a2be80 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7485 mysticalagriculture:certus_quartz_seeds com.blakebr0.mysticalagriculture.items.ItemSeed@14af59a2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7486 mysticalagriculture:fluix_seeds com.blakebr0.mysticalagriculture.items.ItemSeed@7b9be4b5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7487 mysticalagriculture:quartz_enriched_iron_seeds com.blakebr0.mysticalagriculture.items.ItemSeed@7ce2416d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7488 mysticalagriculture:gear com.blakebr0.mysticalagriculture.items.ItemGear@3784ebf2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7489 mysticalagriculture:charm com.blakebr0.mysticalagriculture.items.ItemCharm@6089e435 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7490 mysticalagriculture:inferium_arrow com.blakebr0.mysticalagriculture.items.arrow.ItemInferiumArrow@686b61f5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7491 mysticalagriculture:prudentium_arrow com.blakebr0.mysticalagriculture.items.arrow.ItemPrudentiumArrow@c19b578 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7492 mysticalagriculture:intermedium_arrow com.blakebr0.mysticalagriculture.items.arrow.ItemIntermediumArrow@1c520472 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7493 mysticalagriculture:superium_arrow com.blakebr0.mysticalagriculture.items.arrow.ItemSuperiumArrow@3355e381 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7494 mysticalagriculture:supremium_arrow com.blakebr0.mysticalagriculture.items.arrow.ItemSupremiumArrow@8258d7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7495 mysticalagriculture:inferium_sword com.blakebr0.mysticalagriculture.items.tools.ItemEssenceSword@41719fca +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7496 mysticalagriculture:inferium_pickaxe com.blakebr0.mysticalagriculture.items.tools.ItemEssencePickaxe@4d8c7202 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7497 mysticalagriculture:inferium_shovel com.blakebr0.mysticalagriculture.items.tools.ItemEssenceShovel@51d9c9d9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7498 mysticalagriculture:inferium_axe com.blakebr0.mysticalagriculture.items.tools.ItemEssenceAxe@438f77d5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7499 mysticalagriculture:inferium_hoe com.blakebr0.mysticalagriculture.items.tools.ItemEssenceHoe@ecd2fa1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7500 mysticalagriculture:inferium_shears com.blakebr0.mysticalagriculture.items.tools.ItemEssenceShears@207f5018 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7501 mysticalagriculture:inferium_bow com.blakebr0.mysticalagriculture.items.tools.ItemEssenceBow@3ff7d2cf +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7502 mysticalagriculture:inferium_sickle com.blakebr0.mysticalagriculture.items.tools.ItemEssenceSickle@77e2b3b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7503 mysticalagriculture:inferium_scythe com.blakebr0.mysticalagriculture.items.tools.ItemEssenceScythe@60a9bc52 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7504 mysticalagriculture:inferium_fishing_rod com.blakebr0.mysticalagriculture.items.tools.ItemEssenceFishingRod@3a0cdfcf +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7505 mysticalagriculture:prudentium_sword com.blakebr0.mysticalagriculture.items.tools.ItemEssenceSword@3b6c13eb +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7506 mysticalagriculture:prudentium_pickaxe com.blakebr0.mysticalagriculture.items.tools.ItemEssencePickaxe@4dbdc04e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7507 mysticalagriculture:prudentium_shovel com.blakebr0.mysticalagriculture.items.tools.ItemEssenceShovel@60dbbe87 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7508 mysticalagriculture:prudentium_axe com.blakebr0.mysticalagriculture.items.tools.ItemEssenceAxe@3c75f7f4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7509 mysticalagriculture:prudentium_hoe com.blakebr0.mysticalagriculture.items.tools.ItemEssenceHoe@67dd58da +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7510 mysticalagriculture:prudentium_shears com.blakebr0.mysticalagriculture.items.tools.ItemEssenceShears@44414bdf +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7511 mysticalagriculture:prudentium_bow com.blakebr0.mysticalagriculture.items.tools.ItemEssenceBow@7953fa56 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7512 mysticalagriculture:prudentium_sickle com.blakebr0.mysticalagriculture.items.tools.ItemEssenceSickle@6a8a78df +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7513 mysticalagriculture:prudentium_scythe com.blakebr0.mysticalagriculture.items.tools.ItemEssenceScythe@679cf6dc +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7514 mysticalagriculture:prudentium_fishing_rod com.blakebr0.mysticalagriculture.items.tools.ItemEssenceFishingRod@294d4643 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7515 mysticalagriculture:intermedium_sword com.blakebr0.mysticalagriculture.items.tools.ItemEssenceSword@4faa8876 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7516 mysticalagriculture:intermedium_pickaxe com.blakebr0.mysticalagriculture.items.tools.ItemEssencePickaxe@765f4ddc +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7517 mysticalagriculture:intermedium_shovel com.blakebr0.mysticalagriculture.items.tools.ItemEssenceShovel@76756fdd +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7518 mysticalagriculture:intermedium_axe com.blakebr0.mysticalagriculture.items.tools.ItemEssenceAxe@3549500e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7519 mysticalagriculture:intermedium_hoe com.blakebr0.mysticalagriculture.items.tools.ItemEssenceHoe@2ebb97e9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7520 mysticalagriculture:intermedium_shears com.blakebr0.mysticalagriculture.items.tools.ItemEssenceShears@22861e4f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7521 mysticalagriculture:intermedium_bow com.blakebr0.mysticalagriculture.items.tools.ItemEssenceBow@7fd08645 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7522 mysticalagriculture:intermedium_sickle com.blakebr0.mysticalagriculture.items.tools.ItemEssenceSickle@e67091 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7523 mysticalagriculture:intermedium_scythe com.blakebr0.mysticalagriculture.items.tools.ItemEssenceScythe@7290abbb +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7524 mysticalagriculture:intermedium_fishing_rod com.blakebr0.mysticalagriculture.items.tools.ItemEssenceFishingRod@6076b7c0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7525 mysticalagriculture:superium_sword com.blakebr0.mysticalagriculture.items.tools.ItemEssenceSword@1befe725 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7526 mysticalagriculture:superium_pickaxe com.blakebr0.mysticalagriculture.items.tools.ItemEssencePickaxe@28be6e31 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7527 mysticalagriculture:superium_shovel com.blakebr0.mysticalagriculture.items.tools.ItemEssenceShovel@5f84c5ee +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7528 mysticalagriculture:superium_axe com.blakebr0.mysticalagriculture.items.tools.ItemEssenceAxe@a19b169 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7529 mysticalagriculture:superium_hoe com.blakebr0.mysticalagriculture.items.tools.ItemEssenceHoe@6e2ba9c0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7530 mysticalagriculture:superium_shears com.blakebr0.mysticalagriculture.items.tools.ItemEssenceShears@35bf9dd2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7531 mysticalagriculture:superium_bow com.blakebr0.mysticalagriculture.items.tools.ItemEssenceBow@4c6d953e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7532 mysticalagriculture:superium_sickle com.blakebr0.mysticalagriculture.items.tools.ItemEssenceSickle@b38e723 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7533 mysticalagriculture:superium_scythe com.blakebr0.mysticalagriculture.items.tools.ItemEssenceScythe@38ee2a2d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7534 mysticalagriculture:superium_fishing_rod com.blakebr0.mysticalagriculture.items.tools.ItemEssenceFishingRod@71f661ef +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7535 mysticalagriculture:supremium_sword com.blakebr0.mysticalagriculture.items.tools.ItemEssenceSword@5192de8a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7536 mysticalagriculture:supremium_pickaxe com.blakebr0.mysticalagriculture.items.tools.ItemEssencePickaxe@1d5f2a64 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7537 mysticalagriculture:supremium_shovel com.blakebr0.mysticalagriculture.items.tools.ItemEssenceShovel@5429c4a0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7538 mysticalagriculture:supremium_axe com.blakebr0.mysticalagriculture.items.tools.ItemEssenceAxe@16922ed3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7539 mysticalagriculture:supremium_hoe com.blakebr0.mysticalagriculture.items.tools.ItemSupremiumHoe@5133c405 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7540 mysticalagriculture:supremium_shears com.blakebr0.mysticalagriculture.items.tools.ItemEssenceShears@355bd84d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7541 mysticalagriculture:supremium_bow com.blakebr0.mysticalagriculture.items.tools.ItemEssenceBow@2f4d0682 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7542 mysticalagriculture:supremium_sickle com.blakebr0.mysticalagriculture.items.tools.ItemEssenceSickle@282e410e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7543 mysticalagriculture:supremium_scythe com.blakebr0.mysticalagriculture.items.tools.ItemEssenceScythe@6772bbe2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7544 mysticalagriculture:supremium_fishing_rod com.blakebr0.mysticalagriculture.items.tools.ItemEssenceFishingRod@c809ef1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7545 mysticalagriculture:inferium_helmet com.blakebr0.mysticalagriculture.items.armor.ItemInferiumArmor@6e098ebe +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7546 mysticalagriculture:inferium_chestplate com.blakebr0.mysticalagriculture.items.armor.ItemInferiumArmor@7ae263a8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7547 mysticalagriculture:inferium_leggings com.blakebr0.mysticalagriculture.items.armor.ItemInferiumArmor@58b05bae +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7548 mysticalagriculture:inferium_boots com.blakebr0.mysticalagriculture.items.armor.ItemInferiumArmor@1afb66b0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7549 mysticalagriculture:prudentium_helmet com.blakebr0.mysticalagriculture.items.armor.ItemPrudentiumArmor@51b3bcb0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7550 mysticalagriculture:prudentium_chestplate com.blakebr0.mysticalagriculture.items.armor.ItemPrudentiumArmor@b84e003 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7551 mysticalagriculture:prudentium_leggings com.blakebr0.mysticalagriculture.items.armor.ItemPrudentiumArmor@4a8bd925 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7552 mysticalagriculture:prudentium_boots com.blakebr0.mysticalagriculture.items.armor.ItemPrudentiumArmor@59045344 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7553 mysticalagriculture:intermedium_helmet com.blakebr0.mysticalagriculture.items.armor.ItemIntermediumArmor@39364cb0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7554 mysticalagriculture:intermedium_chestplate com.blakebr0.mysticalagriculture.items.armor.ItemIntermediumArmor@2d60e842 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7555 mysticalagriculture:intermedium_leggings com.blakebr0.mysticalagriculture.items.armor.ItemIntermediumArmor@568510d9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7556 mysticalagriculture:intermedium_boots com.blakebr0.mysticalagriculture.items.armor.ItemIntermediumArmor@32e8f193 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7557 mysticalagriculture:superium_helmet com.blakebr0.mysticalagriculture.items.armor.ItemSuperiumArmor@1338b53e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7558 mysticalagriculture:superium_chestplate com.blakebr0.mysticalagriculture.items.armor.ItemSuperiumArmor@6dc57c58 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7559 mysticalagriculture:superium_leggings com.blakebr0.mysticalagriculture.items.armor.ItemSuperiumArmor@18d47c1a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7560 mysticalagriculture:superium_boots com.blakebr0.mysticalagriculture.items.armor.ItemSuperiumArmor@229b724a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7561 mysticalagriculture:supremium_helmet com.blakebr0.mysticalagriculture.items.armor.ItemSupremiumArmor@323d370d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7562 mysticalagriculture:supremium_chestplate com.blakebr0.mysticalagriculture.items.armor.ItemSupremiumArmor@9b2b9fc +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7563 mysticalagriculture:supremium_leggings com.blakebr0.mysticalagriculture.items.armor.ItemSupremiumArmor@70c293a2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7564 mysticalagriculture:supremium_boots com.blakebr0.mysticalagriculture.items.armor.ItemSupremiumArmor@611cf07a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7565 mysticalagradditions:storage com.blakebr0.mysticalagradditions.blocks.ItemBlockStorage@4b3ef0f5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7566 mysticalagradditions:special com.blakebr0.mysticalagradditions.blocks.ItemBlockSpecial@1142fead +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7567 mysticalagradditions:tinkering_table net.minecraft.item.ItemBlock@631deacc +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7568 mysticalagradditions:tier6_inferium_crop net.minecraft.item.ItemBlock@6b628748 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7569 mysticalagradditions:nether_star_crop net.minecraft.item.ItemBlock@57e76b89 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7570 mysticalagradditions:dragon_egg_crop net.minecraft.item.ItemBlock@51d6404e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7571 mysticalagradditions:insanium com.blakebr0.mysticalagradditions.items.ItemInsanium@5d119b32 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7572 mysticalagradditions:stuff com.blakebr0.mysticalagradditions.items.ItemStuff@22360f1f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7573 mysticalagradditions:nether_star_essence com.blakebr0.cucumber.item.ItemBase@4ee193f3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7574 mysticalagradditions:dragon_egg_essence com.blakebr0.cucumber.item.ItemBase@2d567e51 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7575 mysticalagradditions:tier6_inferium_seeds com.blakebr0.mysticalagradditions.items.ItemTier6Seed@7c4fb8c2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7576 mysticalagradditions:nether_star_seeds com.blakebr0.mysticalagradditions.items.ItemTier6Seed@6e931ea3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7577 mysticalagradditions:dragon_egg_seeds com.blakebr0.mysticalagradditions.items.ItemTier6Seed@2caf6689 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7578 mysticalagradditions:charm com.blakebr0.mysticalagradditions.items.ItemCharm@329531bb +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7579 mysticalagradditions:inferium_paxel com.blakebr0.mysticalagradditions.items.ItemPaxel@339d0683 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7580 mysticalagradditions:prudentium_paxel com.blakebr0.mysticalagradditions.items.ItemPaxel@450d6055 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7581 mysticalagradditions:intermedium_paxel com.blakebr0.mysticalagradditions.items.ItemPaxel@12c1cd53 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7582 mysticalagradditions:superium_paxel com.blakebr0.mysticalagradditions.items.ItemPaxel@9c22e59 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7583 mysticalagradditions:supremium_paxel com.blakebr0.mysticalagradditions.items.ItemPaxel@52b088fc +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7584 naturescompass:naturescompass com.chaosthedude.naturescompass.items.ItemNaturesCompass@7c114537 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7585 nex:netherbrick nex.item.ItemNetherbrick@6c991512 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7586 nex:wither_bone lex.item.ItemLibEx@520054bf +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7587 nex:wither_dust nex.item.ItemWitherDust@2083707 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7588 nex:salamander_hide nex.item.ItemSalamanderHide@593f5f26 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7589 nex:amethyst_crystal lex.item.ItemLibEx@6536fcc +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7590 nex:rime_crystal lex.item.ItemLibEx@22c6db91 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7591 nex:rime_and_steel nex.item.ItemRimeAndSteel@6bba51d1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7592 nex:spore lex.item.ItemLibEx@7233c6da +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7593 nex:bone_spider_fang lex.item.ItemLibEx@515671d5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7594 nex:ghast_queen_tear lex.item.ItemLibEx@4ce6593c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7595 nex:obsidian_boat nex.item.ItemObsidianBoat@58680962 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7596 nex:ghast_meat_raw lex.item.ItemEdibleLibEx@340111a3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7597 nex:ghast_meat_cooked lex.item.ItemEdibleLibEx@563b162f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7598 nex:congealed_magma_cream lex.item.ItemEdibleLibEx@28ea9a6d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7599 nex:enoki_mushroom lex.item.ItemEdibleLibEx@30d1a50b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7600 nex:golden_wither_bone_sword nex.item.ItemGoldenWitherBoneSword@c6126bb +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7601 nex:golden_wither_bone_pickaxe nex.item.ItemGoldenWitherBonePickaxe@2e5c376 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7602 nex:golden_wither_bone_shovel nex.item.ItemGoldenWitherBoneShovel@7ea008b5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7603 nex:golden_wither_bone_axe nex.item.ItemGoldenWitherBoneAxe@43e40397 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7604 nex:golden_wither_bone_hoe nex.item.ItemGoldenWitherBoneHoe@46b5b1ae +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7605 nex:golden_wither_bone_hammer nex.item.ItemGoldenWitherBoneHammer@6a67247d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7606 nex:wither_bone_helmet nex.item.ItemWitherBoneArmor@47aca143 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7607 nex:wither_bone_chestplate nex.item.ItemWitherBoneArmor@25237fb8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7608 nex:wither_bone_leggings nex.item.ItemWitherBoneArmor@173912b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7609 nex:wither_bone_boots nex.item.ItemWitherBoneArmor@753a07a1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7610 nex:salamander_hide_helmet nex.item.ItemSalamanderHideArmor@57be06fc +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7611 nex:salamander_hide_chestplate nex.item.ItemSalamanderHideArmor@74b943d5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7612 nex:salamander_hide_leggings nex.item.ItemSalamanderHideArmor@519b55ec +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7613 nex:salamander_hide_boots nex.item.ItemSalamanderHideArmor@763520c5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7614 nex:basalt nex.item.ItemBlockBasalt@4f41d8e9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7615 nex:netherrack nex.item.ItemBlockNetherrack@14aff44e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7616 nex:nether_brick nex.item.ItemBlockNetherBrick@347a528c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7617 nex:netherrack_path nex.item.ItemBlockNetherrackPath@71fd34cd +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7618 nex:hyphae lex.item.ItemBlockLibEx@30ba2c8b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7619 nex:tilled_soul_sand lex.item.ItemBlockLibEx@5bdcb356 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7620 nex:soul_glass lex.item.ItemBlockLibEx@3dd47493 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7621 nex:soul_glass_pane lex.item.ItemBlockLibEx@251774b8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7622 nex:amethyst_block lex.item.ItemBlockLibEx@44a8cae5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7623 nex:rime_block lex.item.ItemBlockLibEx@7ad09725 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7624 nex:frostburn_ice lex.item.ItemBlockLibEx@643e1400 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7625 nex:bone_sliver lex.item.ItemBlockLibEx@7a921e8b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7626 nex:bone_chunk lex.item.ItemBlockLibEx@78ef0cde +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7627 nex:worn_iron lex.item.ItemBlockLibEx@6f8c559 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7628 nex:urn_of_sorrow nex.item.ItemBlockUrnOfSorrow@12f25f92 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7629 nex:quartz_ore nex.item.ItemBlockQuartzOre@787e7d01 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7630 nex:amethyst_ore lex.item.ItemBlockLibEx@7877172c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7631 nex:rime_ore lex.item.ItemBlockLibEx@38e5c776 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7632 nex:elder_mushroom nex.item.ItemBlockElderMushroom@386b0137 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7633 nex:elder_mushroom_cap nex.item.ItemBlockElderMushroomCap@33f6f54e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7634 nex:elder_mushroom_stem lex.item.ItemBlockLibEx@73f85a6b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7635 nex:enoki_mushroom_stem lex.item.ItemBlockLibEx@6530fd15 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7636 nex:enoki_mushroom_cap lex.item.ItemBlockLibEx@5b22a3d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7637 nex:thornstalk nex.item.ItemBlockThornstalk@1eae340 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7638 nex:ichor lex.item.ItemBlockLibEx@3070da14 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7639 nex:vanilla_slab nex.item.ItemBlockVanillaSlab@524a515a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7640 nex:basalt_slab nex.item.ItemBlockBasaltSlab@46bd6aec +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7641 nex:nether_brick_slab nex.item.ItemBlockNetherBrickSlab@109b6198 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7642 nex:vanilla_slab_double nex.item.ItemBlockVanillaSlab@268db9e5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7643 nex:basalt_slab_double nex.item.ItemBlockBasaltSlab@26cdecef +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7644 nex:nether_brick_slab_double nex.item.ItemBlockNetherBrickSlab@b0a08d0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7645 nex:red_nether_brick_stairs lex.item.ItemBlockLibEx@40563f88 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7646 nex:fiery_nether_brick_stairs lex.item.ItemBlockLibEx@bdff4f6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7647 nex:icy_nether_brick_stairs lex.item.ItemBlockLibEx@423ccbf6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7648 nex:lively_nether_brick_stairs lex.item.ItemBlockLibEx@192b07e9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7649 nex:gloomy_nether_brick_stairs lex.item.ItemBlockLibEx@68f0d13b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7650 nex:basalt_stairs lex.item.ItemBlockLibEx@1c7ce097 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7651 nex:basalt_smooth_stairs lex.item.ItemBlockLibEx@38bbeb95 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7652 nex:basalt_brick_stairs lex.item.ItemBlockLibEx@79eeb724 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7653 nex:basalt_pillar_stairs lex.item.ItemBlockLibEx@1779c82b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7654 nex:vanilla_wall nex.item.ItemBlockVanillaWall@6c7afa0b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7655 nex:basalt_wall nex.item.ItemBlockBasaltWall@b7a4352 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7656 nex:nether_brick_wall nex.item.ItemBlockNetherBrickWall@721828e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7657 nex:vanilla_fence nex.item.ItemBlockVanillaFence@5e402ad1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7658 nex:basalt_fence nex.item.ItemBlockBasaltFence@65d129b0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7659 nex:nether_brick_fence nex.item.ItemBlockNetherBrickFence@3c68968b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7660 nex:quartz_fence_gate lex.item.ItemBlockLibEx@3756467a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7661 nex:nether_brick_fence_gate lex.item.ItemBlockLibEx@681fe4e3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7662 nex:red_nether_brick_fence_gate lex.item.ItemBlockLibEx@46fccf9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7663 nex:basalt_fence_gate lex.item.ItemBlockLibEx@7c4bde31 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7664 nex:basalt_smooth_fence_gate lex.item.ItemBlockLibEx@792b3254 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7665 nex:basalt_brick_fence_gate lex.item.ItemBlockLibEx@6e04e96e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7666 nex:basalt_pillar_fence_gate lex.item.ItemBlockLibEx@1476f853 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7667 nex:fiery_nether_brick_fence_gate lex.item.ItemBlockLibEx@366e06ba +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7668 nex:icy_nether_brick_fence_gate lex.item.ItemBlockLibEx@16772bb1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7669 nex:lively_nether_brick_fence_gate lex.item.ItemBlockLibEx@5ff1ef88 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7670 nex:gloomy_nether_brick_fence_gate lex.item.ItemBlockLibEx@7c663045 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7671 oeintegration:excavatemodifier atm.bloodworkxgaming.oeintegration.Common.Items.ItemExcavateModifier@3a7bb2a5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7672 overloaded:creative_generator net.minecraft.item.ItemBlock@157e3cf8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7673 overloaded:infinite_barrel net.minecraft.item.ItemBlock@45231c70 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7674 overloaded:infinite_tank net.minecraft.item.ItemBlock@88af889 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7675 overloaded:infinite_capacitor net.minecraft.item.ItemBlock@6f839da7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7676 overloaded:hyper_item_receiver net.minecraft.item.ItemBlock@bfef553 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7677 overloaded:hyper_item_sender net.minecraft.item.ItemBlock@56e3b8c0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7678 overloaded:hyper_fluid_receiver net.minecraft.item.ItemBlock@9724c25 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7679 overloaded:hyper_fluid_sender net.minecraft.item.ItemBlock@7a6f9609 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7680 overloaded:hyper_energy_receiver net.minecraft.item.ItemBlock@647b07a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7681 overloaded:hyper_energy_sender net.minecraft.item.ItemBlock@4d293dca +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7682 overloaded:infinite_water_source net.minecraft.item.ItemBlock@5621532e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7683 overloaded:energy_extractor net.minecraft.item.ItemBlock@5078483d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7684 overloaded:nether_star_block net.minecraft.item.ItemBlock@6b07e628 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7685 overloaded:player_interface net.minecraft.item.ItemBlock@6f4451ef +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7686 overloaded:item_interface net.minecraft.item.ItemBlock@3320c70a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7687 overloaded:linking_card com.cjm721.overloaded.item.functional.ItemLinkingCard@218b48f3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7688 overloaded:multi_tool com.cjm721.overloaded.item.functional.ItemMultiTool@7569dc4c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7689 overloaded:energy_core com.cjm721.overloaded.item.crafting.ItemEnergyCore@38ef2027 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7690 overloaded:fluid_core com.cjm721.overloaded.item.crafting.ItemFluidCore@d42b8a7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7691 overloaded:item_core com.cjm721.overloaded.item.crafting.ItemItemCore@76f5a52c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7692 overloaded:multi_helmet com.cjm721.overloaded.item.functional.armor.ItemMultiHelmet@d900b1b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7693 overloaded:multi_chestplate com.cjm721.overloaded.item.functional.armor.ItemMultiChestplate@648240d8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7694 overloaded:multi_leggings com.cjm721.overloaded.item.functional.armor.ItemMultiLeggings@37932faa +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7695 overloaded:multi_boots com.cjm721.overloaded.item.functional.armor.ItemMultiBoots@4072738e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7696 overloaded:settings_editor com.cjm721.overloaded.item.functional.ItemSettingEditor@4dc59c02 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7697 overloaded:ray_gun com.cjm721.overloaded.item.functional.ItemRayGun@cea7385 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7698 overloaded:railgun com.cjm721.overloaded.item.functional.ItemRailGun@1475753f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7699 overloaded:compressed_cobblestone com.cjm721.overloaded.item.basic.ItemCompressedBlock@4f726e58 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7700 overloaded:compressed_obsidian com.cjm721.overloaded.item.basic.ItemCompressedBlock@2eb6de38 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7701 pickletweaks:colored_cobblestone com.blakebr0.pickletweaks.feature.block.itemblock.ItemBlockColoredCobblestone@719ff630 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7702 pickletweaks:dark_glass net.minecraft.item.ItemBlock@4efca9b1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7703 pickletweaks:coal_piece com.blakebr0.pickletweaks.feature.item.ItemCoalPiece@12a01e98 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7704 pickletweaks:diamond_apple com.blakebr0.pickletweaks.feature.item.ItemDiamondApple@a7f55ea +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7705 pickletweaks:emerald_apple com.blakebr0.pickletweaks.feature.item.ItemEmeraldApple@4df0ce3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7706 pickletweaks:watering_can com.blakebr0.pickletweaks.feature.item.ItemWateringCan@2f458ce8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7707 pickletweaks:grass_fiber com.blakebr0.pickletweaks.feature.item.ItemGrassFiber@3d831346 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7708 pickletweaks:grass_mesh com.blakebr0.pickletweaks.feature.item.ItemMesh@4da3c119 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7709 pickletweaks:mesh com.blakebr0.pickletweaks.feature.item.ItemMesh@3167745a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7710 pickletweaks:reinforced_mesh com.blakebr0.pickletweaks.feature.item.ItemMesh@32c68c52 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7711 pickletweaks:magnet com.blakebr0.pickletweaks.feature.item.ItemMagnet@17fab06f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7712 pickletweaks:nightvision_goggles com.blakebr0.pickletweaks.feature.item.ItemNightvisionGoggles@737947da +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7713 pickletweaks:nightvision_goggles_c com.blakebr0.pickletweaks.feature.item.ItemNightvisionGogglesC@3dd6935b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7714 pickletweaks:dye_powder com.blakebr0.pickletweaks.feature.item.ItemDyePowder@44821080 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7715 pickletweaks:repair_kit com.blakebr0.pickletweaks.feature.item.ItemRepairKit@4ecd69ee +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7716 pickletweaks:repair_kit_custom com.blakebr0.pickletweaks.feature.item.ItemRepairKitCustom@486fd879 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7717 pickletweaks:ppm4 com.blakebr0.pickletweaks.feature.item.ItemPPM4@ad460d3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7718 pickletweaks:copper_sword com.blakebr0.pickletweaks.feature.item.tool.ItemModSword@5e066719 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7719 pickletweaks:copper_pickaxe com.blakebr0.pickletweaks.feature.item.tool.ItemModPickaxe@7ba1f72e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7720 pickletweaks:copper_shovel com.blakebr0.pickletweaks.feature.item.tool.ItemModShovel@4d3b4433 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7721 pickletweaks:copper_axe com.blakebr0.pickletweaks.feature.item.tool.ItemModAxe@64c067bf +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7722 pickletweaks:copper_hoe com.blakebr0.pickletweaks.feature.item.tool.ItemModHoe@993fa91 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7723 pickletweaks:bronze_sword com.blakebr0.pickletweaks.feature.item.tool.ItemModSword@7dff640a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7724 pickletweaks:bronze_pickaxe com.blakebr0.pickletweaks.feature.item.tool.ItemModPickaxe@6a72ad5a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7725 pickletweaks:bronze_shovel com.blakebr0.pickletweaks.feature.item.tool.ItemModShovel@de8d234 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7726 pickletweaks:bronze_axe com.blakebr0.pickletweaks.feature.item.tool.ItemModAxe@1b39f66a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7727 pickletweaks:bronze_hoe com.blakebr0.pickletweaks.feature.item.tool.ItemModHoe@1d601e33 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7728 pneumaticcraft:safety_tube_module me.desht.pneumaticcraft.common.item.ItemTubeModule@29b57fbe +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7729 pneumaticcraft:pressure_gauge_module me.desht.pneumaticcraft.common.item.ItemTubeModule@12991943 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7730 pneumaticcraft:flow_detector_module me.desht.pneumaticcraft.common.item.ItemTubeModule@4c0fc39a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7731 pneumaticcraft:air_grate_module me.desht.pneumaticcraft.common.item.ItemTubeModule@4a6207bb +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7732 pneumaticcraft:regulator_tube_module me.desht.pneumaticcraft.common.item.ItemTubeModule@5ab780af +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7733 pneumaticcraft:charging_module me.desht.pneumaticcraft.common.item.ItemTubeModule@702771e8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7734 pneumaticcraft:logistics_module me.desht.pneumaticcraft.common.item.ItemTubeModule@c7a06d8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7735 pneumaticcraft:redstone_module me.desht.pneumaticcraft.common.item.ItemTubeModule@3aef8f8f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7736 pneumaticcraft:fluid.kerosene net.minecraft.item.ItemBlock@619084d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7737 pneumaticcraft:fluid.etchacid net.minecraft.item.ItemBlock@496fc4b6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7738 pneumaticcraft:fluid.lpg net.minecraft.item.ItemBlock@416aed48 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7739 pneumaticcraft:gps_tool me.desht.pneumaticcraft.common.item.ItemGPSTool@7e579d30 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7740 pneumaticcraft:gps_area_tool me.desht.pneumaticcraft.common.item.ItemGPSAreaTool@138dec63 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7741 pneumaticcraft:ingot_iron_compressed me.desht.pneumaticcraft.common.item.ItemPneumatic@fed80d7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7742 pneumaticcraft:pressure_gauge me.desht.pneumaticcraft.common.item.ItemPneumatic@4d912207 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7743 pneumaticcraft:stone_base me.desht.pneumaticcraft.common.item.ItemPneumatic@2c49c56d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7744 pneumaticcraft:cannon_barrel me.desht.pneumaticcraft.common.item.ItemPneumatic@50dbda73 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7745 pneumaticcraft:turbine_blade me.desht.pneumaticcraft.common.item.ItemPneumatic@33530387 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7746 pneumaticcraft:plastic me.desht.pneumaticcraft.common.item.ItemPlastic@1b101741 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7747 pneumaticcraft:air_canister me.desht.pneumaticcraft.common.item.ItemPressurizable@54993088 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7748 pneumaticcraft:reinforced_air_canister me.desht.pneumaticcraft.common.item.ItemReinforcedAirCanister@5ccb7eb7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7749 pneumaticcraft:vortex_cannon me.desht.pneumaticcraft.common.item.ItemVortexCannon@108b9b6a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7750 pneumaticcraft:pneumatic_cylinder me.desht.pneumaticcraft.common.item.ItemPneumatic@5941619b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7751 pneumaticcraft:pneumatic_helmet me.desht.pneumaticcraft.common.item.ItemPneumaticArmor@10e35f37 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7752 pneumaticcraft:pneumatic_chestplate me.desht.pneumaticcraft.common.item.ItemPneumaticArmor@28e88f02 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7753 pneumaticcraft:pneumatic_leggings me.desht.pneumaticcraft.common.item.ItemPneumaticArmor@27cea2a9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7754 pneumaticcraft:pneumatic_boots me.desht.pneumaticcraft.common.item.ItemPneumaticArmor@f3369 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7755 pneumaticcraft:manometer me.desht.pneumaticcraft.common.item.ItemManometer@66e3c066 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7756 pneumaticcraft:turbine_rotor me.desht.pneumaticcraft.common.item.ItemPneumatic@34eaedf9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7757 pneumaticcraft:assembly_program me.desht.pneumaticcraft.common.item.ItemAssemblyProgram@59955c29 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7758 pneumaticcraft:empty_pcb me.desht.pneumaticcraft.common.item.ItemEmptyPCB@33a8d952 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7759 pneumaticcraft:unassembled_pcb me.desht.pneumaticcraft.common.item.ItemNonDespawning@402fbf1a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7760 pneumaticcraft:pcb_blueprint me.desht.pneumaticcraft.common.item.ItemPneumatic@5f5bf530 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7761 pneumaticcraft:transistor me.desht.pneumaticcraft.common.item.ItemPneumatic@465b1444 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7762 pneumaticcraft:capacitor me.desht.pneumaticcraft.common.item.ItemPneumatic@334c3794 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7763 pneumaticcraft:printed_circuit_board me.desht.pneumaticcraft.common.item.ItemPneumatic@e268988 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7764 pneumaticcraft:failed_pcb me.desht.pneumaticcraft.common.item.ItemNonDespawning@e541f09 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7765 pneumaticcraft:network_component me.desht.pneumaticcraft.common.item.ItemNetworkComponents@78411da5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7766 pneumaticcraft:stop_worm me.desht.pneumaticcraft.common.item.ItemPneumatic@5643e9f3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7767 pneumaticcraft:nuke_virus me.desht.pneumaticcraft.common.item.ItemPneumatic@58e316c3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7768 pneumaticcraft:compressed_iron_gear me.desht.pneumaticcraft.common.item.ItemPneumatic@1708bf7f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7769 pneumaticcraft:pneumatic_wrench me.desht.pneumaticcraft.common.item.ItemPneumaticWrench@2e115576 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7770 pneumaticcraft:drone me.desht.pneumaticcraft.common.item.ItemDrone@3ca5a291 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7771 pneumaticcraft:programming_puzzle me.desht.pneumaticcraft.common.item.ItemProgrammingPuzzle@5e89c58e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7772 pneumaticcraft:advanced_pcb me.desht.pneumaticcraft.common.item.ItemPneumatic@1098c2e5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7773 pneumaticcraft:remote me.desht.pneumaticcraft.common.item.ItemRemote@47c38bc8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7774 pneumaticcraft:seismic_sensor me.desht.pneumaticcraft.common.item.ItemSeismicSensor@1afecfa +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7775 pneumaticcraft:logistics_configurator me.desht.pneumaticcraft.common.item.ItemLogisticsConfigurator@19c873e3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7776 pneumaticcraft:logistic_drone me.desht.pneumaticcraft.common.item.ItemBasicDrone@2febbbea +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7777 pneumaticcraft:harvesting_drone me.desht.pneumaticcraft.common.item.ItemBasicDrone@71d8bf88 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7778 pneumaticcraft:gun_ammo me.desht.pneumaticcraft.common.item.ItemGunAmmoStandard@770e0694 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7779 pneumaticcraft:gun_ammo_incendiary me.desht.pneumaticcraft.common.item.ItemGunAmmoIncendiary@666b841e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7780 pneumaticcraft:gun_ammo_weighted me.desht.pneumaticcraft.common.item.ItemGunAmmoWeighted@48afec1d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7781 pneumaticcraft:gun_ammo_ap me.desht.pneumaticcraft.common.item.ItemGunAmmoArmorPiercing@61d0cf31 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7782 pneumaticcraft:gun_ammo_explosive me.desht.pneumaticcraft.common.item.ItemGunAmmoExplosive@3ce802f4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7783 pneumaticcraft:gun_ammo_freezing me.desht.pneumaticcraft.common.item.ItemGunAmmoFreezing@6feb2fe9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7784 pneumaticcraft:amadron_tablet me.desht.pneumaticcraft.common.item.ItemAmadronTablet@c28e6c1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7785 pneumaticcraft:minigun me.desht.pneumaticcraft.common.item.ItemMinigun@56a077ce +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7786 pneumaticcraft:camo_applicator me.desht.pneumaticcraft.common.item.ItemCamoApplicator@6b339841 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7787 pneumaticcraft:micromissiles me.desht.pneumaticcraft.common.item.ItemMicromissiles@2174b6d7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7788 pneumaticcraft:volume_upgrade me.desht.pneumaticcraft.common.item.ItemMachineUpgrade@593494ef +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7789 pneumaticcraft:dispenser_upgrade me.desht.pneumaticcraft.common.item.ItemMachineUpgrade@1ce4baf5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7790 pneumaticcraft:item_life_upgrade me.desht.pneumaticcraft.common.item.ItemMachineUpgrade@182265b0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7791 pneumaticcraft:entity_tracker_upgrade me.desht.pneumaticcraft.common.item.ItemMachineUpgrade@7db290ec +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7792 pneumaticcraft:block_tracker_upgrade me.desht.pneumaticcraft.common.item.ItemMachineUpgrade@dcf059 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7793 pneumaticcraft:speed_upgrade me.desht.pneumaticcraft.common.item.ItemMachineUpgrade@3956d1a5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7794 pneumaticcraft:search_upgrade me.desht.pneumaticcraft.common.item.ItemMachineUpgrade@32d22cda +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7795 pneumaticcraft:coordinate_tracker_upgrade me.desht.pneumaticcraft.common.item.ItemMachineUpgrade@5b8eef9c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7796 pneumaticcraft:range_upgrade me.desht.pneumaticcraft.common.item.ItemMachineUpgrade@3c37828c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7797 pneumaticcraft:security_upgrade me.desht.pneumaticcraft.common.item.ItemMachineUpgrade@33e3b756 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7798 pneumaticcraft:magnet_upgrade me.desht.pneumaticcraft.common.item.ItemMachineUpgrade@10f4e90c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7799 pneumaticcraft:charging_upgrade me.desht.pneumaticcraft.common.item.ItemMachineUpgrade@3c2a1681 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7800 pneumaticcraft:armor_upgrade me.desht.pneumaticcraft.common.item.ItemMachineUpgrade@3c09d06a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7801 pneumaticcraft:jet_boots_upgrade me.desht.pneumaticcraft.common.item.ItemMachineUpgrade@12fe89ba +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7802 pneumaticcraft:night_vision_upgrade me.desht.pneumaticcraft.common.item.ItemMachineUpgrade@25f5ae60 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7803 pneumaticcraft:scuba_upgrade me.desht.pneumaticcraft.common.item.ItemMachineUpgrade@49072a41 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7804 pneumaticcraft:creative_upgrade me.desht.pneumaticcraft.common.item.ItemMachineUpgrade@3bff298b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7805 pneumaticcraft:pressure_tube net.minecraft.item.ItemBlock@6c712664 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7806 pneumaticcraft:advanced_pressure_tube net.minecraft.item.ItemBlock@1e9c3391 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7807 pneumaticcraft:air_compressor net.minecraft.item.ItemBlock@376126ab +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7808 pneumaticcraft:advanced_air_compressor net.minecraft.item.ItemBlock@5213e3f2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7809 pneumaticcraft:air_cannon net.minecraft.item.ItemBlock@37b4bdd2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7810 pneumaticcraft:pressure_chamber_wall net.minecraft.item.ItemBlock@48cb000e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7811 pneumaticcraft:pressure_chamber_glass net.minecraft.item.ItemBlock@76a123c2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7812 pneumaticcraft:pressure_chamber_valve net.minecraft.item.ItemBlock@3be05297 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7813 pneumaticcraft:charging_station net.minecraft.item.ItemBlock@29282214 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7814 pneumaticcraft:elevator_base net.minecraft.item.ItemBlock@39f38c4f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7815 pneumaticcraft:elevator_frame net.minecraft.item.ItemBlock@46331780 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7816 pneumaticcraft:pressure_chamber_interface net.minecraft.item.ItemBlock@7f7e913b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7817 pneumaticcraft:vacuum_pump net.minecraft.item.ItemBlock@17ae3442 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7818 pneumaticcraft:pneumatic_door_base net.minecraft.item.ItemBlock@321a530c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7819 pneumaticcraft:pneumatic_door net.minecraft.item.ItemBlock@6ccbcdd8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7820 pneumaticcraft:assembly_io_unit net.minecraft.item.ItemBlock@67377e33 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7821 pneumaticcraft:assembly_platform net.minecraft.item.ItemBlock@15d5ab3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7822 pneumaticcraft:assembly_drill net.minecraft.item.ItemBlock@613feba7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7823 pneumaticcraft:assembly_laser net.minecraft.item.ItemBlock@53a85f55 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7824 pneumaticcraft:assembly_controller net.minecraft.item.ItemBlock@fb265f5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7825 pneumaticcraft:compressed_iron_block net.minecraft.item.ItemBlock@64d12e72 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7826 pneumaticcraft:uv_light_box net.minecraft.item.ItemBlock@7aad839c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7827 pneumaticcraft:security_station net.minecraft.item.ItemBlock@6b6e396b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7828 pneumaticcraft:universal_sensor net.minecraft.item.ItemBlock@776f643e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7829 pneumaticcraft:aerial_interface net.minecraft.item.ItemBlock@1aa0661f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7830 pneumaticcraft:electrostatic_compressor net.minecraft.item.ItemBlock@c87a7b4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7831 pneumaticcraft:aphorism_tile net.minecraft.item.ItemBlock@1638622e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7832 pneumaticcraft:omnidirectional_hopper net.minecraft.item.ItemBlock@1afaba43 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7833 pneumaticcraft:liquid_hopper me.desht.pneumaticcraft.common.itemblock.ItemBlockLiquidHopper@32781a50 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7834 pneumaticcraft:elevator_caller net.minecraft.item.ItemBlock@67842723 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7835 pneumaticcraft:programmer net.minecraft.item.ItemBlock@28e3b132 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7836 pneumaticcraft:creative_compressor me.desht.pneumaticcraft.common.block.BlockCreativeCompressor$ItemBlockCreativeCompressor@44ea12e0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7837 pneumaticcraft:plastic_mixer net.minecraft.item.ItemBlock@2918861 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7838 pneumaticcraft:liquid_compressor net.minecraft.item.ItemBlock@374ec320 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7839 pneumaticcraft:advanced_liquid_compressor net.minecraft.item.ItemBlock@107c84f1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7840 pneumaticcraft:heat_sink net.minecraft.item.ItemBlock@495e90c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7841 pneumaticcraft:vortex_tube net.minecraft.item.ItemBlock@ac9ab7f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7842 pneumaticcraft:programmable_controller net.minecraft.item.ItemBlock@4b5f3ec5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7843 pneumaticcraft:gas_lift net.minecraft.item.ItemBlock@3ff07053 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7844 pneumaticcraft:refinery net.minecraft.item.ItemBlock@14062328 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7845 pneumaticcraft:thermopneumatic_processing_plant net.minecraft.item.ItemBlock@53d3e084 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7846 pneumaticcraft:kerosene_lamp net.minecraft.item.ItemBlock@6148552d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7847 pneumaticcraft:sentry_turret net.minecraft.item.ItemBlock@5d86c3bf +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7848 pneumaticcraft:flux_compressor net.minecraft.item.ItemBlock@78bca444 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7849 pneumaticcraft:pneumatic_dynamo net.minecraft.item.ItemBlock@34a7ac17 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7850 pneumaticcraft:fake_ice net.minecraft.item.ItemBlock@17657693 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7851 pneumaticcraft:thermal_compressor net.minecraft.item.ItemBlock@7c15d4fb +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7852 pneumaticcraft:logistic_frame_active_provider me.desht.pneumaticcraft.common.item.ItemLogisticsFrame@67351dfa +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7853 pneumaticcraft:logistic_frame_passive_provider me.desht.pneumaticcraft.common.item.ItemLogisticsFrame@3ff2094b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7854 pneumaticcraft:logistic_frame_storage me.desht.pneumaticcraft.common.item.ItemLogisticsFrame@346f59ba +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7855 pneumaticcraft:logistic_frame_default_storage me.desht.pneumaticcraft.common.item.ItemLogisticsFrame@88c36dc +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7856 pneumaticcraft:logistic_frame_requester me.desht.pneumaticcraft.common.item.ItemLogisticsFrame@44404f7d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7857 pneumaticcraft:heat_frame me.desht.pneumaticcraft.common.semiblock.ItemSemiBlockBase@3cf53f16 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7858 pneumaticcraft:spawner_agitator me.desht.pneumaticcraft.common.semiblock.ItemSemiBlockBase@4aae4b1b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7859 pneumaticcraft:crop_support me.desht.pneumaticcraft.common.semiblock.ItemSemiBlockBase@15e2cc9a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7860 pneumaticcraft:transfer_gadget me.desht.pneumaticcraft.common.semiblock.ItemSemiBlockBase@672044d7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7861 poweradapters:mj net.minecraft.item.ItemBlock@6196d1b9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7862 primal:firepit net.minecraft.item.ItemBlock@68581e88 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7863 primal:brickform net.minecraft.item.ItemBlock@54b53cfe +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7864 primal:hibachi nmd.primal.core.common.items.block.ItemNBTMud@655989f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7865 primal:smelter nmd.primal.core.common.items.block.ItemSmelter@51198af5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7866 primal:cauldron nmd.primal.core.common.items.block.ItemCauldron@799d6200 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7867 primal:kiln_adobe net.minecraft.item.ItemBlock@4b2e301 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7868 primal:kiln_air net.minecraft.item.ItemBlock@2e090268 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7869 primal:pitfall net.minecraft.item.ItemBlock@335a7b7e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7870 primal:tatami_bed nmd.primal.core.common.items.block.ItemTatamiBed@21c58277 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7871 primal:drying_rack nmd.primal.core.common.items.block.ItemNBTWood@327cd7a5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7872 primal:fish_trap nmd.primal.core.common.items.block.ItemFishTraps@548099c0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7873 primal:shelf_half nmd.primal.core.common.items.block.ItemNBTWood@346199a5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7874 primal:worktable_slab nmd.primal.core.common.items.block.ItemNBTWood@393a7364 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7875 primal:worktable_shelf nmd.primal.core.common.items.block.ItemNBTWood@6daf5a19 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7876 primal:brick_mold nmd.primal.core.common.items.block.ItemNBTWood@3db190f5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7877 primal:hardened_stone nmd.primal.core.common.items.block.ItemTypeColor@5259a57 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7878 primal:common_stone nmd.primal.core.common.items.block.ItemTypeBrick@6fee78c4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7879 primal:sarsen_stone nmd.primal.core.common.items.block.ItemTypeBrick@780688b2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7880 primal:blue_stone nmd.primal.core.common.items.block.ItemTypeBrick@4901897f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7881 primal:ortho_stone nmd.primal.core.common.items.block.ItemTypeBrick@605f552a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7882 primal:schist_green_stone nmd.primal.core.common.items.block.ItemTypeBrick@7ceb39bd +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7883 primal:schist_blue_stone nmd.primal.core.common.items.block.ItemTypeBrick@30e46d8a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7884 primal:scoria_stone nmd.primal.core.common.items.block.ItemTypeBrick@75eb5098 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7885 primal:porphyry_stone nmd.primal.core.common.items.block.ItemTypeBrick@6f07ad0a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7886 primal:purpurite_stone nmd.primal.core.common.items.block.ItemTypeBrick@4a045786 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7887 primal:ferro_stone nmd.primal.core.common.items.block.ItemTypeBrick@599feb71 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7888 primal:carbonate_stone nmd.primal.core.common.items.block.ItemTypeBrick@76df1f4a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7889 primal:ciniscotta_block nmd.primal.core.common.items.block.ItemTypeBrick@24e28366 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7890 primal:terracotta_block nmd.primal.core.common.items.block.ItemTypeBrick@4c32581b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7891 primal:mud_dried nmd.primal.core.common.items.block.ItemTypeBrick@6a50f68f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7892 primal:nether_earth nmd.primal.core.common.items.block.ItemTypeBrick@64fb81c0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7893 primal:nether_stone nmd.primal.core.common.items.block.ItemTypeBrick@5432c78a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7894 primal:eroded_end_stone nmd.primal.core.common.items.block.ItemTypeBrick@a1ebf97 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7895 primal:desiccated_stone nmd.primal.core.common.items.block.ItemTypeBrick@6797c4d5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7896 primal:soul_stone nmd.primal.core.common.items.block.ItemTypeBrick@5fdaac66 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7897 primal:night_stone nmd.primal.core.common.items.block.ItemNightStone@1d163e80 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7898 primal:adobe_brick net.minecraft.item.ItemBlock@628bc8b2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7899 primal:storage_crate nmd.primal.core.common.items.block.ItemCrate@3b63095a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7900 primal:barrel nmd.primal.core.common.items.block.ItemBarrel@31503bcc +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7901 primal:planks nmd.primal.core.common.items.block.ItemTypePlank@1d9ee158 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7902 primal:logs_stripped nmd.primal.core.common.items.block.ItemTypeLogsAll@21ec7401 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7903 primal:logs_stacked nmd.primal.core.common.items.block.ItemTypeLogsAll@26690bf +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7904 primal:logs_stacked_corypha net.minecraft.item.ItemBlock@32584564 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7905 primal:sapling nmd.primal.core.common.items.block.ItemTypeSapling@5826e656 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7906 primal:fence nmd.primal.core.common.items.block.ItemTypePlank@1aa8dd2f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7907 primal:leaves nmd.primal.core.common.items.block.ItemTypeLog@2c7d45ad +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7908 primal:logs nmd.primal.core.common.items.block.ItemTypeLog@5c7e4623 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7909 primal:corypha_stalk nmd.primal.core.common.items.block.ItemNetherLog@33051fac +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7910 primal:charcoal_stack nmd.primal.core.common.items.block.ItemQuality@6f98ed46 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7911 primal:satetsu nmd.primal.core.common.items.block.ItemQuality@298e9d35 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7912 primal:metalblock nmd.primal.core.common.items.block.ItemTypeMetal@7ef8979 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7913 primal:wall nmd.primal.core.common.items.block.ItemTypeStone@1c8c0e57 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7914 primal:thatch_wet net.minecraft.item.ItemBlock@34d6325d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7915 primal:thatch net.minecraft.item.ItemBlock@69ec66c7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7916 primal:thatch_nether nmd.primal.core.common.items.block.ItemFireProof@12338ec2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7917 primal:carpet_cineris nmd.primal.core.common.items.block.ItemFireProof@6e31c465 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7918 primal:carpet_inanis nmd.primal.core.common.items.block.ItemFireProof@6bf04724 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7919 primal:ovis_atre_wool nmd.primal.core.common.items.block.ItemFireProof@6120cec3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7920 primal:grated_gravel net.minecraft.item.ItemBlock@6feb19bb +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7921 primal:redstone_sand net.minecraft.item.ItemBlock@f99facf +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7922 primal:ash_common nmd.primal.core.common.items.block.ItemAsh@66b9457f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7923 primal:ash_yew nmd.primal.core.common.items.block.ItemAsh@188c9bd +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7924 primal:ash_ironwood nmd.primal.core.common.items.block.ItemAsh@36192ef6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7925 primal:soulglass nmd.primal.core.common.items.block.ItemFireProof@7616f578 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7926 primal:ironglass net.minecraft.item.ItemBlock@5a28c478 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7927 primal:obsidian_transparent nmd.primal.core.common.items.block.ItemObsidianTransparent@1daa2ba1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7928 primal:mud_wet net.minecraft.item.ItemBlock@62bbd87c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7929 primal:terra_block net.minecraft.item.ItemBlock@23475c66 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7930 primal:cinis_block nmd.primal.core.common.items.block.ItemFireProof@3f505772 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7931 primal:calcified_paraffin net.minecraft.item.ItemBlock@73eb841a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7932 primal:nether_path nmd.primal.core.common.items.block.ItemFireProof@4f2fca23 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7933 primal:nether_farmland nmd.primal.core.common.items.block.ItemFireProof@56921bcc +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7934 primal:nether_growth nmd.primal.core.common.items.block.ItemFireProof@6bc42dab +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7935 primal:loam_block net.minecraft.item.ItemBlock@4420bf9d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7936 primal:ancient_ice nmd.primal.core.common.items.block.ItemAncientIce@75ef1be8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7937 primal:nether_mycelium net.minecraft.item.ItemBlock@33e532e2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7938 primal:lantern_empty net.minecraft.item.ItemBlock@7906f840 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7939 primal:lantern_torch net.minecraft.item.ItemBlock@389b6caa +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7940 primal:lantern_nether net.minecraft.item.ItemBlock@3526100a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7941 primal:lantern_redstone net.minecraft.item.ItemBlock@2fce466e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7942 primal:lantern_ignis net.minecraft.item.ItemBlock@61c46f2f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7943 primal:torch_wood nmd.primal.core.common.items.block.ItemTorchBlock@259a181 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7944 primal:torch_nether nmd.primal.core.common.items.block.ItemTorchBlock@7fa4780 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7945 primal:ignis_fatuus nmd.primal.core.common.items.block.ItemIgnis@5ada8c27 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7946 primal:jackolantern net.minecraft.item.ItemBlock@18253d44 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7947 primal:lever_nether nmd.primal.core.common.items.block.ItemFireProof@57bfd268 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7948 primal:door_corypha nmd.primal.core.common.items.ItemPrimalDoor@2ac5958 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7949 primal:door_ironwood nmd.primal.core.common.items.ItemPrimalDoor@c19469e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7950 primal:door_yew nmd.primal.core.common.items.ItemPrimalDoor@3d678544 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7951 primal:door_lacquer nmd.primal.core.common.items.ItemPrimalDoor@14e23c12 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7952 primal:gate_ironwood net.minecraft.item.ItemBlock@7464d14f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7953 primal:gate_corypha net.minecraft.item.ItemBlock@320f44eb +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7954 primal:gate_yew net.minecraft.item.ItemBlock@3343aa4b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7955 primal:gate_lacquer net.minecraft.item.ItemBlock@36c4029d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7956 primal:rush net.minecraft.item.ItemBlock@647853a3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7957 primal:corn_stalk net.minecraft.item.ItemBlock@2c187bdb +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7958 primal:strangle_weed net.minecraft.item.ItemBlock@2278de1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7959 primal:old_mans_beard net.minecraft.item.ItemBlock@1461a7d2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7960 primal:nether_bush net.minecraft.item.ItemBlock@32a20bb6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7961 primal:nether_vine nmd.primal.core.common.items.block.ItemFireProof@5d0b689a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7962 primal:sinuous_weed nmd.primal.core.common.items.block.ItemFireProof@63fdae5f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7963 primal:daucus_murn nmd.primal.core.common.items.block.ItemFireProof@7abbdac5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7964 primal:valus_omniferum nmd.primal.core.common.items.block.ItemFireProof@5866819f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7965 primal:devils_tongue nmd.primal.core.common.items.block.ItemFireProof@5e2f6db1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7966 primal:aconite net.minecraft.item.ItemBlock@50aeaf7d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7967 primal:tall_grass_growing net.minecraft.item.ItemBlock@74e72a5f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7968 primal:dry_grass net.minecraft.item.ItemBlock@18612725 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7969 primal:void_grass net.minecraft.item.ItemBlock@3d86837d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7970 primal:cineris_grass nmd.primal.core.common.items.block.ItemFireProof@18f606f7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7971 primal:cineris_bloom nmd.primal.core.common.items.block.ItemFireProof@558e6264 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7972 primal:salt_netjry_block net.minecraft.item.ItemBlock@44c72fff +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7973 primal:ore_salt nmd.primal.core.common.items.block.ItemOreSalt@4dd3c171 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7974 primal:ore_iron net.minecraft.item.ItemBlock@65bab782 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7975 primal:ore_bog_iron nmd.primal.core.common.items.block.ItemOreBogIron@43817413 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7976 primal:ore_magnetite nmd.primal.core.common.items.block.ItemOreMagnetite@3ec4134b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7977 primal:ore_zinc nmd.primal.core.common.items.block.ItemOreZinc@6dcf95ab +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7978 primal:ore_opal nmd.primal.core.common.items.block.ItemOreOpal@5df93937 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7979 primal:ladder_acacia net.minecraft.item.ItemBlock@1590ff77 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7980 primal:ladder_bigoak net.minecraft.item.ItemBlock@b50e8c5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7981 primal:ladder_birch net.minecraft.item.ItemBlock@1a2356c9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7982 primal:ladder_jungle net.minecraft.item.ItemBlock@e87f43b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7983 primal:ladder_oak net.minecraft.item.ItemBlock@1c7ed9db +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7984 primal:ladder_spruce net.minecraft.item.ItemBlock@10641c51 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7985 primal:ladder_ironwood nmd.primal.core.common.items.block.ItemFireProof@1071858a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7986 primal:ladder_corypha nmd.primal.core.common.items.block.ItemFireProof@21668d93 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7987 primal:ladder_lacquer net.minecraft.item.ItemBlock@4bbc3865 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7988 primal:ladder_yew net.minecraft.item.ItemBlock@7b8a23d7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7989 primal:ladder_block_smoothstone net.minecraft.item.ItemBlock@674bb4f9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7990 primal:ladder_block_andesite net.minecraft.item.ItemBlock@7254a796 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7991 primal:ladder_block_granite net.minecraft.item.ItemBlock@5881c6a9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7992 primal:ladder_block_diorite net.minecraft.item.ItemBlock@72bfd2f5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7993 primal:ladder_block_smoothandesite net.minecraft.item.ItemBlock@48694c27 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7994 primal:ladder_block_smoothgranite net.minecraft.item.ItemBlock@1fd63aab +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7995 primal:ladder_block_smoothdiorite net.minecraft.item.ItemBlock@49b41376 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7996 primal:ladder_block_cobblestone net.minecraft.item.ItemBlock@451048cf +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7997 primal:ladder_block_cobblestone_mossy net.minecraft.item.ItemBlock@471a2c3e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7998 primal:ladder_block_stonebrick net.minecraft.item.ItemBlock@69375514 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7999 primal:ladder_block_stonebrick_mossy net.minecraft.item.ItemBlock@f1c4e7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8000 primal:ladder_block_stonebrick_cracked net.minecraft.item.ItemBlock@47e0a206 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8001 primal:ladder_block_endstone net.minecraft.item.ItemBlock@518d0d18 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8002 primal:ladder_block_endbrick net.minecraft.item.ItemBlock@2416dc8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8003 primal:ladder_block_netherrack net.minecraft.item.ItemBlock@c19479b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8004 primal:ladder_block_netherbrick net.minecraft.item.ItemBlock@4eab348c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8005 primal:ladder_block_netherstone net.minecraft.item.ItemBlock@7777058c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8006 primal:slat_oak net.minecraft.item.ItemBlock@7e511987 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8007 primal:slat_spruce net.minecraft.item.ItemBlock@3832bc49 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8008 primal:slat_birch net.minecraft.item.ItemBlock@2faaf097 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8009 primal:slat_jungle net.minecraft.item.ItemBlock@60becb8b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8010 primal:slat_acacia net.minecraft.item.ItemBlock@16557b3a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8011 primal:slat_bigoak net.minecraft.item.ItemBlock@3ba85d4d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8012 primal:slat_ironwood nmd.primal.core.common.items.block.ItemFireProof@43fe3ce7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8013 primal:slat_yew net.minecraft.item.ItemBlock@558a4580 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8014 primal:slat_corypha nmd.primal.core.common.items.block.ItemFireProof@68bb78a0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8015 primal:slat_lacquer net.minecraft.item.ItemBlock@118002cf +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8016 primal:slat_iron net.minecraft.item.ItemBlock@232b1d1c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8017 primal:slab_mud net.minecraft.item.ItemBlock@240aeabc +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8018 primal:slab_glass net.minecraft.item.ItemBlock@17c7e8e5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8019 primal:slab_netherrack net.minecraft.item.ItemBlock@64016a8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8020 primal:slab_netherstone net.minecraft.item.ItemBlock@7d783881 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8021 primal:slab_soulglass nmd.primal.core.common.items.block.ItemFireProof@e546298 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8022 primal:slab_netherearth net.minecraft.item.ItemBlock@267c2377 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8023 primal:slab_ironwood nmd.primal.core.common.items.block.ItemFireProof@200f9446 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8024 primal:slab_corypha nmd.primal.core.common.items.block.ItemFireProof@1c0f1cf6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8025 primal:slab_lacquer net.minecraft.item.ItemBlock@31e2ed4d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8026 primal:slab_yew net.minecraft.item.ItemBlock@76c2179d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8027 primal:thin_slab_thatch net.minecraft.item.ItemBlock@2a3310a7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8028 primal:thin_slab_acacia net.minecraft.item.ItemBlock@4e3f51bb +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8029 primal:thin_slab_bigoak net.minecraft.item.ItemBlock@689145b4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8030 primal:thin_slab_birch net.minecraft.item.ItemBlock@e89d9c4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8031 primal:thin_slab_oak net.minecraft.item.ItemBlock@3c8d569a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8032 primal:thin_slab_jungle net.minecraft.item.ItemBlock@80b6a39 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8033 primal:thin_slab_spruce net.minecraft.item.ItemBlock@6ad53269 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8034 primal:thin_slab_ironwood nmd.primal.core.common.items.block.ItemFireProof@2a52810e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8035 primal:thin_slab_corypha nmd.primal.core.common.items.block.ItemFireProof@7c3d2b58 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8036 primal:thin_slab_lacquer net.minecraft.item.ItemBlock@2f34cc44 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8037 primal:thin_slab_yew net.minecraft.item.ItemBlock@6cb1e5b1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8038 primal:thin_slab_glass net.minecraft.item.ItemBlock@52d543d8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8039 primal:thin_slab_soulglass nmd.primal.core.common.items.block.ItemFireProof@47a7c531 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8040 primal:grate_acacia net.minecraft.item.ItemBlock@4ef8776d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8041 primal:grate_bigoak net.minecraft.item.ItemBlock@2d878f6e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8042 primal:grate_birch net.minecraft.item.ItemBlock@55b4d285 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8043 primal:grate_jungle net.minecraft.item.ItemBlock@2c431b4f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8044 primal:grate_oak net.minecraft.item.ItemBlock@218d42b5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8045 primal:grate_spruce net.minecraft.item.ItemBlock@30e05515 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8046 primal:grate_thatch net.minecraft.item.ItemBlock@43338976 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8047 primal:grate_ironwood nmd.primal.core.common.items.block.ItemFireProof@779e6b3c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8048 primal:grate_corypha nmd.primal.core.common.items.block.ItemFireProof@3ccd0790 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8049 primal:grate_lacquer net.minecraft.item.ItemBlock@eb7b5e1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8050 primal:drain_carbonate_flag net.minecraft.item.ItemBlock@5190f578 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8051 primal:drain_ferro_flag net.minecraft.item.ItemBlock@5553b3fd +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8052 primal:drain_thatch net.minecraft.item.ItemBlock@1f6cf40 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8053 primal:drain_stonebrick net.minecraft.item.ItemBlock@325d6a22 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8054 primal:drain_netherstone nmd.primal.core.common.items.block.ItemFireProof@64b07224 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8055 primal:drain_scoria nmd.primal.core.common.items.block.ItemFireProof@2cb4e914 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8056 primal:drain_nether_earth net.minecraft.item.ItemBlock@1b8fbf0d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8057 primal:drain_mud net.minecraft.item.ItemBlock@42daca24 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8058 primal:drain_schist_green net.minecraft.item.ItemBlock@251cb109 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8059 primal:drain_ciniscotta net.minecraft.item.ItemBlock@2eeb10f7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8060 primal:stairs_dirt net.minecraft.item.ItemBlock@48faa5f0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8061 primal:stairs_path net.minecraft.item.ItemBlock@5ce5dd21 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8062 primal:stairs_nether_earth net.minecraft.item.ItemBlock@1c31bb4d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8063 primal:stairs_nether_path net.minecraft.item.ItemBlock@6aab7c94 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8064 primal:stairs_netherrack net.minecraft.item.ItemBlock@77639114 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8065 primal:stairs_mud net.minecraft.item.ItemBlock@51d560c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8066 primal:stairs_carbonate_flag net.minecraft.item.ItemBlock@14677e31 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8067 primal:stairs_ferro_flag net.minecraft.item.ItemBlock@2599eff5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8068 primal:stairs_night_stone net.minecraft.item.ItemBlock@4e992163 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8069 primal:stairs_corypha nmd.primal.core.common.items.block.ItemFireProof@215bb38a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8070 primal:stairs_ironwood nmd.primal.core.common.items.block.ItemFireProof@ee2d766 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8071 primal:stairs_lacquer net.minecraft.item.ItemBlock@646e7708 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8072 primal:golden_stick nmd.primal.core.common.items.debug.GoldenStick@637bd0df +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8073 primal:glass_stick nmd.primal.core.common.items.debug.GlassStick@1f40e8d9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8074 primal:dirt_stick nmd.primal.core.common.items.debug.DirtStick@70155b0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8075 primal:cauldron_ladle_ironwood nmd.primal.core.common.items.tools.CauldronLadle@10c0b46f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8076 primal:cauldron_ladle_corypha nmd.primal.core.common.items.tools.CauldronLadle@2d006380 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8077 primal:cauldron_ladle_lacquer nmd.primal.core.common.items.tools.CauldronLadle@351e40d9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8078 primal:cauldron_ladle_yew nmd.primal.core.common.items.tools.CauldronLadle@38bf3f1f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8079 primal:cauldron_ladle_bone nmd.primal.core.common.items.tools.CauldronLadle@2dc997ab +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8080 primal:mud_clump nmd.primal.core.common.items.projectiles.Mud@3fbedf1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8081 primal:terra_clump nmd.primal.core.common.items.projectiles.Mud@44247ddf +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8082 primal:cinis_clump nmd.primal.core.common.items.projectiles.Mud@5a2e583 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8083 primal:adobe_clump nmd.primal.core.common.items.projectiles.Mud@64b75e53 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8084 primal:muck nmd.primal.core.common.items.projectiles.Mud@38ffa351 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8085 primal:muck_molten nmd.primal.core.common.items.projectiles.Mud@5fd2fb14 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8086 primal:paraffin_clump nmd.primal.core.common.items.projectiles.Mud@4d4e8390 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8087 primal:slag nmd.primal.core.common.items.projectiles.Mud@13d509ac +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8088 primal:fermented_jungle nmd.primal.core.common.items.projectiles.Mud@5675d5ac +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8089 primal:ancient_ice_chunk nmd.primal.core.common.items.projectiles.Mud@1eb79e2d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8090 primal:rock_stone nmd.primal.core.common.items.projectiles.Rock@27dccc68 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8091 primal:rock_andesite nmd.primal.core.common.items.projectiles.Rock@1c7f3956 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8092 primal:rock_diorite nmd.primal.core.common.items.projectiles.Rock@64df57c0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8093 primal:rock_granite nmd.primal.core.common.items.projectiles.Rock@463beb80 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8094 primal:rock_netherrack nmd.primal.core.common.items.projectiles.Rock@745c0a3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8095 primal:rock_end nmd.primal.core.common.items.projectiles.Rock@6215fc94 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8096 primal:arrow_quartz nmd.primal.core.common.items.projectiles.Arrow@7cead641 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8097 primal:arrow_ironwood nmd.primal.core.common.items.projectiles.Arrow@659455b7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8098 primal:arrow_torch_wood nmd.primal.core.common.items.projectiles.Arrow@4cfdc17e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8099 primal:arrow_torch_nether nmd.primal.core.common.items.projectiles.Arrow@1416529 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8100 primal:arrow_torch_redstone nmd.primal.core.common.items.projectiles.Arrow@2b33e39e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8101 primal:arrow_water nmd.primal.core.common.items.projectiles.Arrow@6ccd32a2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8102 primal:arrow_paraffin nmd.primal.core.common.items.projectiles.Arrow@4e99e874 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8103 primal:arrow_bitumen nmd.primal.core.common.items.projectiles.Arrow@44fba4a3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8104 primal:bottle_paraffin nmd.primal.core.common.items.projectiles.BottleSplash@706090b1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8105 primal:bottle_bitumen nmd.primal.core.common.items.projectiles.BottleSplash@75bdf43d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8106 primal:fishing_rod_corypha nmd.primal.core.common.items.tools.FishingRod@74e668b6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8107 primal:boat_ironwood nmd.primal.core.common.items.ItemBoatWood@6da11435 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8108 primal:boat_yew nmd.primal.core.common.items.ItemBoatWood@19b0e428 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8109 primal:boat_lacquer nmd.primal.core.common.items.ItemBoatWood@336f73f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8110 primal:boat_corypha nmd.primal.core.common.items.ItemBoatNether@44528c37 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8111 primal:mud_brick_wet nmd.primal.core.common.items.ItemBrick@21372834 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8112 primal:mud_brick_dry nmd.primal.core.common.items.ItemBrick@3fb8099e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8113 primal:terra_brick_wet nmd.primal.core.common.items.ItemBrick@b839e59 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8114 primal:terra_brick_dry nmd.primal.core.common.items.ItemBrick@5be0982a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8115 primal:cinis_brick_wet nmd.primal.core.common.items.ItemBrick@438e6dea +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8116 primal:cinis_brick_dry nmd.primal.core.common.items.ItemBrick@3c0568fc +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8117 primal:adobe_brick_wet nmd.primal.core.common.items.ItemBrick@2b634873 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8118 primal:adobe_brick_dry nmd.primal.core.common.items.ItemBrick@741da4fd +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8119 primal:animal_fur nmd.primal.core.common.items.PrimalItem@44cc76a9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8120 primal:pelt_animal nmd.primal.core.common.items.PrimalItem@5399b444 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8121 primal:pelt_animal_large nmd.primal.core.common.items.PrimalItem@62884e94 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8122 primal:pelt_bear_black nmd.primal.core.common.items.PrimalItem@7b2b3474 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8123 primal:pelt_bear_brown nmd.primal.core.common.items.PrimalItem@5c756c86 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8124 primal:pelt_bear_polar nmd.primal.core.common.items.PrimalItem@42d0d8d8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8125 primal:pelt_deer nmd.primal.core.common.items.PrimalItem@620cc2f8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8126 primal:pelt_cow nmd.primal.core.common.items.PrimalItem@4026d259 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8127 primal:pelt_dog nmd.primal.core.common.items.PrimalItem@37408787 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8128 primal:pelt_pig nmd.primal.core.common.items.PrimalItem@73929faf +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8129 primal:pelt_shark nmd.primal.core.common.items.PrimalItem@778d8827 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8130 primal:pelt_gator nmd.primal.core.common.items.PrimalItem@1cf2895 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8131 primal:pelt_mooshroom nmd.primal.core.common.items.PrimalItem@3200fb94 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8132 primal:pelt_sheep nmd.primal.core.common.items.PrimalItem@5588759c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8133 primal:pelt_ovis nmd.primal.core.common.items.PrimalItem@4e5f13ba +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8134 primal:pelt_horse nmd.primal.core.common.items.PrimalItem@362c0164 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8135 primal:pelt_donkey nmd.primal.core.common.items.PrimalItem@3c5806e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8136 primal:pelt_mule nmd.primal.core.common.items.PrimalItem@1577311f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8137 primal:pelt_llama nmd.primal.core.common.items.PrimalItem@238322c8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8138 primal:hide_dried nmd.primal.core.common.items.PrimalItem@75f230fd +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8139 primal:hide_raw nmd.primal.core.common.items.PrimalItem@5a1b18dd +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8140 primal:hide_salted nmd.primal.core.common.items.PrimalItem@76c83548 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8141 primal:hide_spoiled nmd.primal.core.common.items.PrimalItem@4ce7dc3b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8142 primal:hide_tanned nmd.primal.core.common.items.PrimalItem@28f67882 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8143 primal:pigman_hide_dried nmd.primal.core.common.items.PrimalItem@2a2950b1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8144 primal:pigman_hide_raw nmd.primal.core.common.items.PrimalItem@1dfc42c9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8145 primal:pigman_hide_salted nmd.primal.core.common.items.PrimalItem@6f885349 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8146 primal:pigman_hide_spoiled nmd.primal.core.common.items.PrimalItem@74211452 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8147 primal:pigman_hide_tanned nmd.primal.core.common.items.PrimalItem@14ed6ebf +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8148 primal:pigman_leather nmd.primal.core.common.items.PrimalItem@6b788ce1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8149 primal:mortar nmd.primal.core.common.items.PrimalItem@46c788dc +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8150 primal:leather_strip nmd.primal.core.common.items.PrimalItem@3a3897d2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8151 primal:leather_cordage nmd.primal.core.common.items.PrimalItem@45df8ebc +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8152 primal:leather_boiled nmd.primal.core.common.items.PrimalItem@6a6f0d62 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8153 primal:silk_cordage nmd.primal.core.common.items.PrimalItem@1014e99b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8154 primal:silk_cordage_coiled nmd.primal.core.common.items.PrimalItem@6eec7a4c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8155 primal:fletching nmd.primal.core.common.items.PrimalItem@577fa343 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8156 primal:wood_pin nmd.primal.core.common.items.PrimalItem@4569a0d3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8157 primal:ironwood_stick nmd.primal.core.common.items.PrimalItem@7206d1d4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8158 primal:yew_stick nmd.primal.core.common.items.PrimalItem@7fb5ebc2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8159 primal:tallow nmd.primal.core.common.items.PrimalItem@55fa3acc +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8160 primal:bark_oak nmd.primal.core.common.items.PrimalItem@5d1d6798 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8161 primal:bark_spruce nmd.primal.core.common.items.PrimalItem@1951859e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8162 primal:bark_birch nmd.primal.core.common.items.PrimalItem@496a968d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8163 primal:bark_jungle nmd.primal.core.common.items.PrimalItem@4dc2f936 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8164 primal:bark_acacia nmd.primal.core.common.items.PrimalItem@7bd576b1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8165 primal:bark_bigoak nmd.primal.core.common.items.PrimalItem@6e3d7120 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8166 primal:bark_ironwood nmd.primal.core.common.items.PrimalItem@737e4c94 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8167 primal:bark_yew nmd.primal.core.common.items.PrimalItem@292f0084 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8168 primal:bark_corypha nmd.primal.core.common.items.PrimalItem@799f9bee +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8169 primal:barrel_trap nmd.primal.core.common.items.BarrelTrap@7c2e418c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8170 primal:barrel_oak_lid nmd.primal.core.common.items.PrimalItem@7db5a871 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8171 primal:barrel_spruce_lid nmd.primal.core.common.items.PrimalItem@2ccfac63 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8172 primal:barrel_birch_lid nmd.primal.core.common.items.PrimalItem@298a02ff +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8173 primal:barrel_jungle_lid nmd.primal.core.common.items.PrimalItem@27260463 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8174 primal:barrel_acacia_lid nmd.primal.core.common.items.PrimalItem@7700c6d6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8175 primal:barrel_dark_oak_lid nmd.primal.core.common.items.PrimalItem@26fdd0e1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8176 primal:barrel_ironwood_lid nmd.primal.core.common.items.PrimalItem@5f19b33b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8177 primal:barrel_yew_lid nmd.primal.core.common.items.PrimalItem@488ba1a7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8178 primal:barrel_corypha_lid nmd.primal.core.common.items.PrimalItem@39ccf816 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8179 primal:barrel_lacquer_lid nmd.primal.core.common.items.PrimalItem@717e4d16 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8180 primal:logs_split_oak nmd.primal.core.common.items.SplitLog@636ca869 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8181 primal:logs_split_spruce nmd.primal.core.common.items.SplitLog@767fab3a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8182 primal:logs_split_birch nmd.primal.core.common.items.SplitLog@28ade1ab +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8183 primal:logs_split_jungle nmd.primal.core.common.items.SplitLog@2b381f55 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8184 primal:logs_split_acacia nmd.primal.core.common.items.SplitLog@2d91d5bb +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8185 primal:logs_split_bigoak nmd.primal.core.common.items.SplitLog@263c9d48 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8186 primal:logs_split_ironwood nmd.primal.core.common.items.SplitLog@615b809d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8187 primal:logs_split_yew nmd.primal.core.common.items.SplitLog@a72e954 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8188 primal:logs_split_corypha nmd.primal.core.common.items.SplitLog@296dd9ac +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8189 primal:lacquer_stick nmd.primal.core.common.items.PrimalItem@6b79d714 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8190 primal:shark_fin nmd.primal.core.common.items.PrimalItem@561bfd8e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8191 primal:shark_tooth nmd.primal.core.common.items.PrimalItem@4bbe9650 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8192 primal:urushi_ground nmd.primal.core.common.items.PrimalItem@c598632 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8193 primal:tannin_ground nmd.primal.core.common.items.PrimalItem@29bd31da +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8194 primal:inferum_ground nmd.primal.core.common.items.PrimalItem@20434eee +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8195 primal:bone_knapp nmd.primal.core.common.items.PrimalItem@1ff050a0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8196 primal:bone_point nmd.primal.core.common.items.PrimalItem@5f583d7a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8197 primal:flint_knapp nmd.primal.core.common.items.PrimalItem@1fabe4aa +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8198 primal:flint_point nmd.primal.core.common.items.PrimalItem@25a5fd8f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8199 primal:quartz_knapp nmd.primal.core.common.items.PrimalItem@38cdcccb +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8200 primal:quartz_point nmd.primal.core.common.items.PrimalItem@26e08545 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8201 primal:obsidian_shard nmd.primal.core.common.items.PrimalItem@66aebb87 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8202 primal:obsidian_knapp nmd.primal.core.common.items.PrimalItem@6c6d6b58 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8203 primal:obsidian_point nmd.primal.core.common.items.PrimalItem@3a10598a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8204 primal:obsidian_lens nmd.primal.core.common.items.PrimalItem@18f82920 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8205 primal:quartz_vitrified_lens nmd.primal.core.common.items.tools.VitrifiedLens@b19cb3b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8206 primal:quartz_vitrified nmd.primal.core.common.items.PrimalItem@c2956ab +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8207 primal:opal nmd.primal.core.common.items.PrimalItem@34cd82ad +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8208 primal:opal_knapp nmd.primal.core.common.items.PrimalItem@6d251c3d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8209 primal:opal_point nmd.primal.core.common.items.PrimalItem@28a042b1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8210 primal:diamond_knapp nmd.primal.core.common.items.PrimalItem@6e7ac500 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8211 primal:diamond_point nmd.primal.core.common.items.PrimalItem@36faea88 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8212 primal:emerald_knapp nmd.primal.core.common.items.PrimalItem@737bcc9e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8213 primal:emerald_point nmd.primal.core.common.items.PrimalItem@5964ad8a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8214 primal:nether_fiber nmd.primal.core.common.items.PrimalItem@610e3163 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8215 primal:nether_fiber_pulp nmd.primal.core.common.items.PrimalItem@c13960 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8216 primal:nether_cordage nmd.primal.core.common.items.PrimalItem@2df31ada +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8217 primal:nether_cloth nmd.primal.core.common.items.CheeseCloth@5187ea13 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8218 primal:nether_papyrus nmd.primal.core.common.items.PrimalItem@41124c69 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8219 primal:nether_tinder nmd.primal.core.common.items.PrimalItem@48117712 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8220 primal:corypha_stick nmd.primal.core.common.items.PrimalItem@7d819100 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8221 primal:corypha_pin nmd.primal.core.common.items.PrimalItem@13382bd1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8222 primal:wolf_head_item nmd.primal.core.common.items.PrimalItem@409a4cdb +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8223 primal:pelt_wolf nmd.primal.core.common.items.PrimalItem@3f00a3d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8224 primal:ash_wolf nmd.primal.core.common.items.PrimalItem@720882d2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8225 primal:ash_bone nmd.primal.core.common.items.PrimalItem@203c49e1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8226 primal:animal_fat nmd.primal.core.common.items.foods.Foodstuff@325225a9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8227 primal:animal_fat_nether nmd.primal.core.common.items.foods.Foodstuff@31f0703c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8228 primal:salo nmd.primal.core.common.items.foods.Foodstuff@7d86ac2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8229 primal:chum nmd.primal.core.common.items.foods.Foodstuff@45694899 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8230 primal:rot nmd.primal.core.common.items.foods.Foodstuff@663552f0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8231 primal:fish_cod_rotten nmd.primal.core.common.items.foods.RottenFood@5476bf9a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8232 primal:fish_salmon_rotten nmd.primal.core.common.items.foods.RottenFood@10bc41ac +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8233 primal:fish_clown_rotten nmd.primal.core.common.items.foods.RottenFood@1f9eeea2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8234 primal:fish_puffer_rotten nmd.primal.core.common.items.foods.RottenFood@53f09d73 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8235 primal:fish_cod_dried nmd.primal.core.common.items.foods.Foodstuff@329b62f8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8236 primal:fish_salmon_dried nmd.primal.core.common.items.foods.Foodstuff@40d8f426 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8237 primal:fish_clown_dried nmd.primal.core.common.items.foods.Foodstuff@28dbf961 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8238 primal:fish_puffer_dried nmd.primal.core.common.items.foods.Foodstuff@7f97e20c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8239 primal:fish_cod_salted nmd.primal.core.common.items.foods.SaltedFood@16f2c3a4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8240 primal:fish_salmon_salted nmd.primal.core.common.items.foods.SaltedFood@118c6c98 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8241 primal:fish_clown_salted nmd.primal.core.common.items.foods.SaltedFood@666b9f39 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8242 primal:fish_puffer_salted nmd.primal.core.common.items.foods.SaltedFood@262c967a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8243 primal:fish_cod_cured nmd.primal.core.common.items.foods.Foodstuff@26c38ef8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8244 primal:fish_salmon_cured nmd.primal.core.common.items.foods.Foodstuff@54d9de14 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8245 primal:fish_clown_cured nmd.primal.core.common.items.foods.Foodstuff@6e7111e1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8246 primal:fish_puffer_cured nmd.primal.core.common.items.foods.Foodstuff@2c2cc513 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8247 primal:fish_clown_cooked nmd.primal.core.common.items.foods.Foodstuff@16222a20 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8248 primal:fish_puffer_cooked nmd.primal.core.common.items.foods.Foodstuff@c917f8e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8249 primal:fish_lava_worm_raw nmd.primal.core.common.items.foods.Foodstuff@6a8989e4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8250 primal:fish_lava_worm_rotten nmd.primal.core.common.items.foods.RottenFood@2047ddfb +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8251 primal:fish_lava_worm_salted nmd.primal.core.common.items.foods.SaltedFood@273390f9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8252 primal:fish_lava_worm_dried nmd.primal.core.common.items.foods.Foodstuff@2059e69e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8253 primal:fish_lava_worm_cured nmd.primal.core.common.items.foods.Foodstuff@6b99dd8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8254 primal:fish_lava_crawdad_raw nmd.primal.core.common.items.foods.Foodstuff@188f20f1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8255 primal:fish_lava_crawdad_rotten nmd.primal.core.common.items.foods.RottenFood@2300cf41 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8256 primal:fish_lava_crawdad_salted nmd.primal.core.common.items.foods.SaltedFood@4c02b0a9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8257 primal:fish_lava_crawdad_dried nmd.primal.core.common.items.foods.Foodstuff@61fb3ac +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8258 primal:fish_lava_crawdad_cured nmd.primal.core.common.items.foods.Foodstuff@67f69336 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8259 primal:shark_meat_raw nmd.primal.core.common.items.foods.Foodstuff@42a9224e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8260 primal:gator_meat_raw nmd.primal.core.common.items.foods.Foodstuff@1b77554a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8261 primal:horse_meat_raw nmd.primal.core.common.items.foods.Foodstuff@600e075b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8262 primal:wolf_meat_raw nmd.primal.core.common.items.foods.Foodstuff@33b2574f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8263 primal:ovis_meat_raw nmd.primal.core.common.items.foods.Foodstuff@3802b825 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8264 primal:pigman_meat_raw nmd.primal.core.common.items.foods.Foodstuff@197e676a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8265 primal:bear_meat_raw nmd.primal.core.common.items.foods.Foodstuff@9da9fc1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8266 primal:llama_meat_raw nmd.primal.core.common.items.foods.Foodstuff@2873b99a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8267 primal:bat_meat_raw nmd.primal.core.common.items.foods.Foodstuff@59dff21 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8268 primal:shark_meat_rotten nmd.primal.core.common.items.foods.RottenFood@6fb29dcf +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8269 primal:gator_meat_rotten nmd.primal.core.common.items.foods.RottenFood@324b336f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8270 primal:horse_meat_rotten nmd.primal.core.common.items.foods.RottenFood@7c1e3d5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8271 primal:wolf_meat_rotten nmd.primal.core.common.items.foods.RottenFood@6dcf70fb +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8272 primal:ovis_meat_rotten nmd.primal.core.common.items.foods.RottenFood@16e8c468 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8273 primal:pigman_meat_rotten nmd.primal.core.common.items.foods.RottenFood@7d535d91 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8274 primal:bear_meat_rotten nmd.primal.core.common.items.foods.RottenFood@7584c6a5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8275 primal:llama_meat_rotten nmd.primal.core.common.items.foods.RottenFood@63da2846 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8276 primal:bat_meat_rotten nmd.primal.core.common.items.foods.RottenFood@33416bd1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8277 primal:shark_meat_salted nmd.primal.core.common.items.foods.SaltedFood@541907fd +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8278 primal:gator_meat_salted nmd.primal.core.common.items.foods.SaltedFood@7fb4235 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8279 primal:pigman_meat_salted nmd.primal.core.common.items.foods.SaltedFood@35d1d294 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8280 primal:bear_meat_salted nmd.primal.core.common.items.foods.SaltedFood@df6281c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8281 primal:llama_meat_salted nmd.primal.core.common.items.foods.SaltedFood@11cce0b0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8282 primal:wolf_meat_salted nmd.primal.core.common.items.foods.SaltedFood@4c7be256 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8283 primal:ovis_meat_salted nmd.primal.core.common.items.foods.SaltedFood@7785dc3f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8284 primal:bat_meat_salted nmd.primal.core.common.items.foods.SaltedFood@4b8fbc1b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8285 primal:horse_meat_salted nmd.primal.core.common.items.foods.SaltedFood@3d301cba +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8286 primal:shark_meat_dried nmd.primal.core.common.items.foods.Foodstuff@2eca2018 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8287 primal:horse_meat_dried nmd.primal.core.common.items.foods.Foodstuff@777775da +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8288 primal:wolf_meat_dried nmd.primal.core.common.items.foods.Foodstuff@412e704b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8289 primal:ovis_meat_dried nmd.primal.core.common.items.foods.Foodstuff@7c466118 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8290 primal:pigman_meat_dried nmd.primal.core.common.items.foods.Foodstuff@3735468 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8291 primal:bear_meat_dried nmd.primal.core.common.items.foods.Foodstuff@4f662879 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8292 primal:bat_meat_dried nmd.primal.core.common.items.foods.Foodstuff@7df8b5f6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8293 primal:shark_meat_cured nmd.primal.core.common.items.foods.Foodstuff@327945f0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8294 primal:gator_meat_cured nmd.primal.core.common.items.foods.Foodstuff@2b3087c3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8295 primal:pigman_meat_cured nmd.primal.core.common.items.foods.Foodstuff@55eb573c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8296 primal:llama_meat_charqui nmd.primal.core.common.items.foods.Foodstuff@6d840f72 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8297 primal:wolf_meat_cured nmd.primal.core.common.items.foods.Foodstuff@152a91f7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8298 primal:ovis_meat_cured nmd.primal.core.common.items.foods.Foodstuff@3a0b120e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8299 primal:bat_meat_cured nmd.primal.core.common.items.foods.Foodstuff@3556e0c4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8300 primal:horse_meat_cured nmd.primal.core.common.items.foods.Foodstuff@78e49683 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8301 primal:horse_meat_cooked nmd.primal.core.common.items.foods.Foodstuff@39800541 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8302 primal:wolf_meat_cooked nmd.primal.core.common.items.foods.Foodstuff@5bf9fb1d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8303 primal:ovis_meat_cooked nmd.primal.core.common.items.foods.Foodstuff@59ab7066 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8304 primal:shark_meat_cooked nmd.primal.core.common.items.foods.Foodstuff@527b55e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8305 primal:gator_meat_cooked nmd.primal.core.common.items.foods.Foodstuff@3cb412b6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8306 primal:pigman_meat_cooked nmd.primal.core.common.items.foods.Foodstuff@2881272e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8307 primal:bear_meat_cooked nmd.primal.core.common.items.foods.Foodstuff@2a2b4a18 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8308 primal:llama_meat_cooked nmd.primal.core.common.items.foods.Foodstuff@129e9746 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8309 primal:bat_meat_cooked nmd.primal.core.common.items.foods.Foodstuff@e230601 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8310 primal:cheese_white nmd.primal.core.common.items.foods.Cheese@2fbae8bc +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8311 primal:cheese_red nmd.primal.core.common.items.foods.Cheese@5f311cd9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8312 primal:corn_cob_cooked nmd.primal.core.common.items.foods.Foodstuff@397384de +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8313 primal:corn_bread nmd.primal.core.common.items.foods.Foodstuff@2f768eff +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8314 primal:corn_ground nmd.primal.core.common.items.foods.Foodstuff@57716ca5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8315 primal:wheat_ground nmd.primal.core.common.items.foods.Foodstuff@f16546 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8316 primal:rush_seeds_cooked nmd.primal.core.common.items.foods.Foodstuff@258144f2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8317 primal:daucus_murn_root_cooked nmd.primal.core.common.items.foods.Foodstuff@3e9b37cb +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8318 primal:valus_bread nmd.primal.core.common.items.foods.Foodstuff@625360f9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8319 primal:egg_death nmd.primal.core.common.items.foods.Foodstuff@6903f2a0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8320 primal:egg_boiled nmd.primal.core.common.items.foods.Foodstuff@468a8da6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8321 primal:potato_boiled nmd.primal.core.common.items.foods.Foodstuff@2148cfd3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8322 primal:mushroom_cooked nmd.primal.core.common.items.foods.Foodstuff@586527ab +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8323 primal:nether_wart_cooked nmd.primal.core.common.items.foods.Foodstuff@2e8558f5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8324 primal:sinuous_resin nmd.primal.core.common.items.foods.Resin@3c70173e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8325 primal:potato_rotten nmd.primal.core.common.items.foods.Foodstuff@5ba16134 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8326 primal:salt_dust_netjry nmd.primal.core.common.items.PrimalItem@2a084d94 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8327 primal:salt_dust_rock nmd.primal.core.common.items.PrimalItem@2eceead0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8328 primal:salt_dust_fire nmd.primal.core.common.items.PrimalItem@123bc1d0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8329 primal:salt_dust_void nmd.primal.core.common.items.PrimalItem@42c3aa62 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8330 primal:pumpkin_piece nmd.primal.core.common.items.foods.WetFood@2a4f2b43 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8331 primal:corn_cob nmd.primal.core.common.items.foods.WetFood@738eccb0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8332 primal:valus_melon nmd.primal.core.common.items.foods.WetFood@3f77a650 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8333 primal:daucus_murn_root nmd.primal.core.common.items.foods.WetFood@60b88b66 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8334 primal:tannin_bottle nmd.primal.core.common.items.foods.BottleDrink@337ea101 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8335 primal:urushi_bottle nmd.primal.core.common.items.foods.BottleDrink@36101092 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8336 primal:ovis_milk_bottle nmd.primal.core.common.items.foods.BottleOvisMilk@34d77526 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8337 primal:plant_fiber nmd.primal.core.common.items.PrimalItem@10903b61 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8338 primal:plant_fiber_pulp nmd.primal.core.common.items.PrimalItem@56a0e6db +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8339 primal:plant_cordage nmd.primal.core.common.items.PrimalItem@6082f81d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8340 primal:plant_cloth nmd.primal.core.common.items.CheeseCloth@6ff3df6e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8341 primal:plant_tinder nmd.primal.core.common.items.PrimalItem@7e29bac2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8342 primal:plant_papyrus nmd.primal.core.common.items.PrimalItem@2fee1de2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8343 primal:daucus_murn_fronds nmd.primal.core.common.items.PrimalItem@585b4a12 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8344 primal:daucus_murn_fronds_withered nmd.primal.core.common.items.PrimalItem@2922f6d8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8345 primal:valus_fiber nmd.primal.core.common.items.PrimalItem@1aeeb694 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8346 primal:valus_sepals nmd.primal.core.common.items.PrimalItem@45b0a926 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8347 primal:valus_stalk_fresh nmd.primal.core.common.items.PrimalItem@47b96058 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8348 primal:valus_stalk_withered nmd.primal.core.common.items.PrimalItem@7993da41 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8349 primal:void_fiber nmd.primal.core.common.items.PrimalItem@162699f1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8350 primal:void_cordage nmd.primal.core.common.items.PrimalItem@569feb8a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8351 primal:sinuous_fiber nmd.primal.core.common.items.PrimalItem@5a28eaa1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8352 primal:sinuous_cordage nmd.primal.core.common.items.PrimalItem@3d8e6277 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8353 primal:rush_stems nmd.primal.core.common.items.PrimalItem@1fc59d26 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8354 primal:thatching_wet nmd.primal.core.common.items.PrimalItem@362ff6ef +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8355 primal:thatching_dry nmd.primal.core.common.items.PrimalItem@2bcf7f69 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8356 primal:thatching_nether nmd.primal.core.common.items.PrimalItem@651c3dbd +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8357 primal:corn_stalk_wet nmd.primal.core.common.items.PrimalItem@5683b095 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8358 primal:corn_stalk_dry nmd.primal.core.common.items.PrimalItem@1fd2bc24 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8359 primal:aconite_sprig nmd.primal.core.common.items.foods.Foodstuff@4fb6bc80 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8360 primal:aconite_petal nmd.primal.core.common.items.foods.Foodstuff@4bc3911e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8361 primal:yew_aril_seedless nmd.primal.core.common.items.foods.Foodstuff@f97eb +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8362 primal:devils_tongue_sepals nmd.primal.core.common.items.foods.Foodstuff@ab63852 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8363 primal:corn_seeds nmd.primal.core.common.items.foods.Seeds@701ec738 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8364 primal:rush_seeds nmd.primal.core.common.items.foods.Seeds@2782e344 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8365 primal:dry_grass_root nmd.primal.core.common.items.foods.Seeds@5b4e8890 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8366 primal:dry_grass_seed nmd.primal.core.common.items.foods.Seeds@60014f03 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8367 primal:nether_root nmd.primal.core.common.items.foods.Seeds@66a0733c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8368 primal:nether_seed nmd.primal.core.common.items.foods.Seeds@5688246f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8369 primal:searing_ember nmd.primal.core.common.items.foods.Seeds@792d3c26 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8370 primal:daucus_murn_seeds nmd.primal.core.common.items.foods.Seeds@13be1d57 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8371 primal:valus_seed nmd.primal.core.common.items.foods.Seeds@76e2a58f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8372 primal:corypha_seed nmd.primal.core.common.items.foods.Seeds@61de4c60 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8373 primal:void_grass_root nmd.primal.core.common.items.foods.Seeds@71028071 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8374 primal:void_seed nmd.primal.core.common.items.foods.Seeds@12357fa3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8375 primal:sinuous_spore nmd.primal.core.common.items.foods.Seeds@71186eb7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8376 primal:devils_tongue_tendril nmd.primal.core.common.items.foods.Seeds@623681b8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8377 primal:aconite_root nmd.primal.core.common.items.foods.Seeds@7528487 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8378 primal:yew_seed nmd.primal.core.common.items.foods.Seeds@3e232ba9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8379 primal:yew_aril nmd.primal.core.common.items.foods.Seeds@c7c870c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8380 primal:tall_grass_seeds nmd.primal.core.common.items.foods.Seeds@5a91ec7a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8381 primal:wax_residue nmd.primal.core.common.items.PrimalItem@49742d13 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8382 primal:soul_residue nmd.primal.core.common.items.PrimalItem@6ead29f7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8383 primal:bitumin_clump nmd.primal.core.common.items.PrimalItem@68187c9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8384 primal:ore_cluster_bog_iron nmd.primal.core.common.items.PrimalItem@53a6495f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8385 primal:ore_cluster_zinc nmd.primal.core.common.items.PrimalItem@3bd2fa8d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8386 primal:ore_cluster_magnetite nmd.primal.core.common.items.PrimalItem@3c379e91 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8387 primal:magnetite_dust nmd.primal.core.common.items.PrimalItem@3682f911 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8388 primal:charcoal_mote nmd.primal.core.common.items.PrimalItem@578fb22f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8389 primal:charcoal_fair nmd.primal.core.common.items.PrimalItem@7ba52cc1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8390 primal:charcoal_good nmd.primal.core.common.items.PrimalItem@7b66f632 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8391 primal:charcoal_high nmd.primal.core.common.items.PrimalItem@5a8dc23e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8392 primal:charcoal_pure nmd.primal.core.common.items.PrimalItem@70b90d8a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8393 primal:carbonate_slack nmd.primal.core.common.items.PrimalItem@2228f478 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8394 primal:ferro_slack nmd.primal.core.common.items.PrimalItem@6eb35169 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8395 primal:iron_dust nmd.primal.core.common.items.PrimalItem@5a9be2b3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8396 primal:iron_plate nmd.primal.core.common.items.PrimalItem@62766137 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8397 primal:steel_ingot nmd.primal.core.common.items.PrimalItem@718d235 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8398 primal:steel_plate nmd.primal.core.common.items.PrimalItem@7354e3a6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8399 primal:gold_dust nmd.primal.core.common.items.PrimalItem@765f0905 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8400 primal:gold_plate nmd.primal.core.common.items.PrimalItem@27f1a120 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8401 primal:copper_nugget nmd.primal.core.common.items.PrimalItem@66394691 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8402 primal:copper_dust nmd.primal.core.common.items.PrimalItem@3cbde043 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8403 primal:copper_ingot nmd.primal.core.common.items.PrimalItem@166fbe55 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8404 primal:copper_plate nmd.primal.core.common.items.PrimalItem@2eff8575 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8405 primal:tin_nugget nmd.primal.core.common.items.PrimalItem@7d93d711 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8406 primal:tin_dust nmd.primal.core.common.items.PrimalItem@5f9ca6ac +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8407 primal:tin_ingot nmd.primal.core.common.items.PrimalItem@d1a5407 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8408 primal:tin_plate nmd.primal.core.common.items.PrimalItem@52149583 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8409 primal:bronze_nugget nmd.primal.core.common.items.PrimalItem@6807e0ab +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8410 primal:bronze_dust nmd.primal.core.common.items.PrimalItem@37623bc0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8411 primal:bronze_ingot nmd.primal.core.common.items.PrimalItem@48c081b7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8412 primal:bronze_plate nmd.primal.core.common.items.PrimalItem@695b0073 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8413 primal:brass_nugget nmd.primal.core.common.items.PrimalItem@4f419aa3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8414 primal:brass_dust nmd.primal.core.common.items.PrimalItem@34067c5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8415 primal:brass_ingot nmd.primal.core.common.items.PrimalItem@48e8b1a9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8416 primal:brass_plate nmd.primal.core.common.items.PrimalItem@3a56614e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8417 primal:silver_nugget nmd.primal.core.common.items.PrimalItem@3aa8578e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8418 primal:silver_dust nmd.primal.core.common.items.PrimalItem@45f109ac +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8419 primal:silver_ingot nmd.primal.core.common.items.PrimalItem@4c245c4d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8420 primal:silver_plate nmd.primal.core.common.items.PrimalItem@55dd0f6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8421 primal:lead_nugget nmd.primal.core.common.items.PrimalItem@48ac0598 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8422 primal:lead_dust nmd.primal.core.common.items.PrimalItem@51086732 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8423 primal:lead_ingot nmd.primal.core.common.items.PrimalItem@3a39c785 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8424 primal:lead_plate nmd.primal.core.common.items.PrimalItem@13632a67 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8425 primal:aluminum_nugget nmd.primal.core.common.items.PrimalItem@1c0eece +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8426 primal:aluminum_dust nmd.primal.core.common.items.PrimalItem@6b12dad8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8427 primal:aluminum_ingot nmd.primal.core.common.items.PrimalItem@6128e5cf +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8428 primal:aluminum_plate nmd.primal.core.common.items.PrimalItem@6718d1ba +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8429 primal:nickel_nugget nmd.primal.core.common.items.PrimalItem@1a70bc31 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8430 primal:nickel_dust nmd.primal.core.common.items.PrimalItem@4169f616 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8431 primal:nickel_ingot nmd.primal.core.common.items.PrimalItem@605d6a80 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8432 primal:nickel_plate nmd.primal.core.common.items.PrimalItem@533b1150 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8433 primal:platinum_nugget nmd.primal.core.common.items.PrimalItem@5dec8467 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8434 primal:platinum_dust nmd.primal.core.common.items.PrimalItem@37c00ac0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8435 primal:platinum_ingot nmd.primal.core.common.items.PrimalItem@3cfa2cf9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8436 primal:platinum_plate nmd.primal.core.common.items.PrimalItem@24a2bb40 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8437 primal:zinc_nugget nmd.primal.core.common.items.PrimalItem@1303331e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8438 primal:zinc_dust nmd.primal.core.common.items.PrimalItem@195daea0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8439 primal:zinc_ingot nmd.primal.core.common.items.PrimalItem@28946e70 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8440 primal:zinc_plate nmd.primal.core.common.items.PrimalItem@46d157cc +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8441 primal:diamond_plate nmd.primal.core.common.items.PrimalItem@320dd918 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8442 primal:obsidian_plate nmd.primal.core.common.items.PrimalItem@39e1c6c7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8443 primal:carbon_plate nmd.primal.core.common.items.PrimalItem@3272929f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8444 primal:crude_iron_plate nmd.primal.core.common.items.PrimalItem@7ed1dc2a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8445 primal:crude_iron_dust nmd.primal.core.common.items.PrimalItem@22c80ff1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8446 primal:crude_iron_ingot nmd.primal.core.common.items.PrimalItem@15a83291 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8447 primal:crude_iron_nugget nmd.primal.core.common.items.PrimalItem@3368bcd1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8448 primal:iron_bloom nmd.primal.core.common.items.PrimalItem@43a8061a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8449 primal:steel_nugget nmd.primal.core.common.items.PrimalItem@21fd2e19 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8450 primal:wootz_nugget nmd.primal.core.common.items.PrimalItem@7595ac0d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8451 primal:wootz_dust nmd.primal.core.common.items.PrimalItem@36d185a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8452 primal:wootz_ingot nmd.primal.core.common.items.PrimalItem@7656fb +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8453 primal:wootz_plate nmd.primal.core.common.items.PrimalItem@48332d0a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8454 primal:tamahagane_bloom nmd.primal.core.common.items.PrimalItem@101e15c5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8455 primal:tamahagane_nugget nmd.primal.core.common.items.PrimalItem@7bda6054 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8456 primal:tamahagane_dust nmd.primal.core.common.items.PrimalItem@4929305a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8457 primal:tamahagane_ingot nmd.primal.core.common.items.PrimalItem@18a30f08 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8458 primal:tamahagane_plate nmd.primal.core.common.items.PrimalItem@787381e4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8459 primal:shibuichi_nugget nmd.primal.core.common.items.PrimalItem@5083967e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8460 primal:shibuichi_dust nmd.primal.core.common.items.PrimalItem@50a8d7d4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8461 primal:shibuichi_ingot nmd.primal.core.common.items.PrimalItem@50735986 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8462 primal:shibuichi_plate nmd.primal.core.common.items.PrimalItem@34eb9ecd +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8463 primal:adamant_nugget nmd.primal.core.common.items.PrimalItem@7897ce48 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8464 primal:adamant_dust nmd.primal.core.common.items.PrimalItem@6e17a0f9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8465 primal:adamant_ingot nmd.primal.core.common.items.PrimalItem@24e26bd4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8466 primal:adamant_plate nmd.primal.core.common.items.PrimalItem@4c979473 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8467 primal:vanadium_nugget nmd.primal.core.common.items.PrimalItem@ab4e627 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8468 primal:vanadium_dust nmd.primal.core.common.items.PrimalItem@6efce3c1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8469 primal:vanadium_ingot nmd.primal.core.common.items.PrimalItem@1eb8c661 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8470 primal:vanadium_plate nmd.primal.core.common.items.PrimalItem@33908e4f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8471 primal:iron_strand nmd.primal.core.common.items.PrimalItem@567d1f42 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8472 primal:iron_pin nmd.primal.core.common.items.PrimalItem@5f960ca7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8473 primal:iron_ring nmd.primal.core.common.items.PrimalItem@74552fa +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8474 primal:iron_mesh nmd.primal.core.common.items.PrimalItem@301056ab +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8475 primal:copper_strand nmd.primal.core.common.items.PrimalItem@ea9d8e4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8476 primal:sharp_bone nmd.primal.core.common.items.tools.PrimalSword@61351ea2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8477 primal:bone_pickaxe nmd.primal.core.common.items.tools.PrimalPickAxe@4c4a42fc +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8478 primal:bone_shovel nmd.primal.core.common.items.tools.PrimalShovel@7e5df0d0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8479 primal:bone_hoe nmd.primal.core.common.items.tools.PrimalHoe@3e736907 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8480 primal:flint_pickaxe nmd.primal.core.common.items.tools.PrimalPickAxe@777aa065 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8481 primal:flint_shovel nmd.primal.core.common.items.tools.PrimalShovel@69b941d4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8482 primal:flint_hoe nmd.primal.core.common.items.tools.PrimalHoe@78f3e743 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8483 primal:quartz_pickaxe nmd.primal.core.common.items.tools.PrimalPickAxe@5d6d920b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8484 primal:quartz_shovel nmd.primal.core.common.items.tools.PrimalShovel@7f36684b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8485 primal:quartz_hoe nmd.primal.core.common.items.tools.PrimalHoe@5c223198 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8486 primal:diamond_pickaxe nmd.primal.core.common.items.tools.PrimalPickAxe@3b8c1ca0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8487 primal:diamond_shovel nmd.primal.core.common.items.tools.PrimalShovel@a403c10 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8488 primal:diamond_hoe nmd.primal.core.common.items.tools.PrimalHoe@46f86923 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8489 primal:emerald_pickaxe nmd.primal.core.common.items.tools.PrimalPickAxe@b9b3e95 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8490 primal:emerald_shovel nmd.primal.core.common.items.tools.PrimalShovel@50295a5a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8491 primal:emerald_hoe nmd.primal.core.common.items.tools.PrimalHoe@5b024cf3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8492 primal:opal_pickaxe nmd.primal.core.common.items.tools.PrimalPickAxe@5e3697c1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8493 primal:opal_shovel nmd.primal.core.common.items.tools.PrimalShovel@c0b6504 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8494 primal:opal_hoe nmd.primal.core.common.items.tools.PrimalHoe@16ea1555 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8495 primal:obsidian_pickaxe nmd.primal.core.common.items.tools.PrimalPickAxe@5f46a6af +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8496 primal:obsidian_shovel nmd.primal.core.common.items.tools.PrimalShovel@3524aa19 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8497 primal:obsidian_hoe nmd.primal.core.common.items.tools.PrimalHoe@6250cafc +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8498 primal:ironwood_bow nmd.primal.core.common.items.tools.PrimalBow@24563b5e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8499 primal:yew_bow nmd.primal.core.common.items.tools.PrimalBow@4ecf92a5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8500 primal:corypha_bow nmd.primal.core.common.items.tools.PrimalBow@5eab9d07 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8501 primal:bone_hatchet nmd.primal.core.common.items.tools.PrimalAxe@3a48ab04 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8502 primal:flint_hatchet nmd.primal.core.common.items.tools.PrimalAxe@2f51ebd8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8503 primal:quartz_hatchet nmd.primal.core.common.items.tools.PrimalAxe@1db91e2d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8504 primal:obsidian_hatchet nmd.primal.core.common.items.tools.PrimalAxe@1f78fb38 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8505 primal:opal_hatchet nmd.primal.core.common.items.tools.PrimalAxe@60177358 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8506 primal:emerald_hatchet nmd.primal.core.common.items.tools.PrimalAxe@40384ba9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8507 primal:diamond_hatchet nmd.primal.core.common.items.tools.PrimalAxe@15a56df5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8508 primal:flint_axe nmd.primal.core.common.items.tools.PrimalAxe@4d5cf542 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8509 primal:quartz_axe nmd.primal.core.common.items.tools.PrimalAxe@168ac202 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8510 primal:obsidian_axe nmd.primal.core.common.items.tools.PrimalAxe@14eda679 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8511 primal:opal_axe nmd.primal.core.common.items.tools.PrimalAxe@2a19abd4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8512 primal:emerald_axe nmd.primal.core.common.items.tools.PrimalAxe@45bd30 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8513 primal:diamond_axe nmd.primal.core.common.items.tools.PrimalAxe@409fe5e8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8514 primal:bone_shears nmd.primal.core.common.items.tools.PrimalShears@39384dec +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8515 primal:flint_shears nmd.primal.core.common.items.tools.PrimalShears@5e981614 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8516 primal:quartz_shears nmd.primal.core.common.items.tools.PrimalShears@73998cca +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8517 primal:flint_workblade nmd.primal.core.common.items.tools.WorkBlade@4c1687f4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8518 primal:quartz_workblade nmd.primal.core.common.items.tools.WorkBlade@373ae4b7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8519 primal:iron_workblade nmd.primal.core.common.items.tools.WorkBlade@298c6cf2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8520 primal:obsidian_workblade nmd.primal.core.common.items.tools.WorkBlade@164c4ad5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8521 primal:opal_workblade nmd.primal.core.common.items.tools.WorkBlade@6e1d46cf +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8522 primal:emerald_workblade nmd.primal.core.common.items.tools.WorkBlade@e6208e7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8523 primal:diamond_workblade nmd.primal.core.common.items.tools.WorkBlade@44c31e25 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8524 primal:stone_gallagher nmd.primal.core.common.items.tools.Gallagher@30adee8a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8525 primal:nether_gallagher nmd.primal.core.common.items.tools.Gallagher@3402fd6e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8526 primal:quartz_gallagher nmd.primal.core.common.items.tools.Gallagher@2a39fe39 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8527 primal:iron_gallagher nmd.primal.core.common.items.tools.Gallagher@7657ef6d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8528 primal:bone_saw nmd.primal.core.common.items.tools.HandSaw@29d19693 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8529 primal:flint_saw nmd.primal.core.common.items.tools.HandSaw@a9be74a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8530 primal:iron_saw nmd.primal.core.common.items.tools.HandSaw@6f361816 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8531 primal:quartz_saw nmd.primal.core.common.items.tools.HandSaw@2653be1a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8532 primal:copper_saw nmd.primal.core.common.items.tools.HandSaw@313d14d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8533 primal:diamond_saw nmd.primal.core.common.items.tools.HandSaw@5667c7d2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8534 primal:emerald_saw nmd.primal.core.common.items.tools.HandSaw@94e83a0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8535 primal:obsidian_saw nmd.primal.core.common.items.tools.HandSaw@32564ffd +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8536 primal:quartz_clippers nmd.primal.core.common.items.tools.PrimalShears@2f527943 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8537 primal:iron_clippers nmd.primal.core.common.items.tools.PrimalShears@47e3722c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8538 primal:sword_crude_bone nmd.primal.core.common.items.tools.CrudeSword@3acdbaf3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8539 primal:sword_crude_flint nmd.primal.core.common.items.tools.CrudeSword@3ae423f0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8540 primal:sword_crude_quartz nmd.primal.core.common.items.tools.CrudeSword@6c0cd8e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8541 primal:sword_crude_iron nmd.primal.core.common.items.tools.CrudeSword@5a6ead68 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8542 primal:sword_crude_wootz nmd.primal.core.common.items.tools.CrudeSword@da38ef4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8543 primal:armor_obsidian_goggles nmd.primal.core.common.items.armor.ArmorDarkGoggles@47d85faf +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8544 primal:armor_obsidian_head nmd.primal.core.common.items.armor.ArmorObsidian@158ffa0a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8545 primal:armor_obsidian_body nmd.primal.core.common.items.armor.ArmorObsidian@289b391e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8546 primal:armor_obsidian_legs nmd.primal.core.common.items.armor.ArmorObsidian@2dbb2e85 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8547 primal:armor_obsidian_feet nmd.primal.core.common.items.armor.ArmorObsidian@251661e4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8548 primal:armor_wolf_head nmd.primal.core.common.items.armor.ArmorHideWolf@4a3add96 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8549 primal:armor_wolf_body nmd.primal.core.common.items.armor.ArmorHideWolf@5c358c74 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8550 primal:armor_wolf_legs nmd.primal.core.common.items.armor.ArmorHideWolf@fc293a4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8551 primal:armor_wolf_feet nmd.primal.core.common.items.armor.ArmorHideWolf@39ebb6a2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8552 primal:armor_ovis_head nmd.primal.core.common.items.armor.ArmorHideOvis@55076488 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8553 primal:armor_ovis_body nmd.primal.core.common.items.armor.ArmorHideOvis@2a7973f3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8554 primal:armor_ovis_legs nmd.primal.core.common.items.armor.ArmorHideOvis@726aef2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8555 primal:armor_ovis_feet nmd.primal.core.common.items.armor.ArmorHideOvis@696bb9ba +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8556 primal:stone_basin nmd.primal.core.common.items.StoneBasin@16c3d713 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8557 primal:fire_bow nmd.primal.core.common.items.tools.FireBow@166fd4f8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8558 primal:searing_sprig nmd.primal.core.common.items.tools.SearingSprig@39c52eb0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8559 primal:cauldron_lid nmd.primal.core.common.items.PrimalItem@2800d352 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8560 primal:smelter_lid_mud nmd.primal.core.common.items.PrimalItem@20f3e20e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8561 primal:smelter_lid_adobe nmd.primal.core.common.items.PrimalItem@48d32afc +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8562 primal:smelter_lid_terra nmd.primal.core.common.items.PrimalItem@58733df8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8563 primal:smelter_lid_cinis nmd.primal.core.common.items.PrimalItem@76c7efe7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8564 primal:torch_nether_lit nmd.primal.core.common.items.LitTorch@491b90a3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8565 quantumstorage:crate QuantumStorage.items.ItemCrate@184ed7b6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8566 quantumstorage:upgrade QuantumStorage.upgrades.ItemUpgrade@5913a5ba +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8567 quantumstorage:quantum_battery QuantumStorage.items.ItemQuantumBattery@10e2c1a8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8568 quantumstorage:quantum_bag QuantumStorage.items.ItemQuantumBag@5e9d59f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8569 rftools:smartwrench mcjty.rftools.items.smartwrench.SmartWrenchItem@6bf451f3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8570 rftools:rftools_manual mcjty.rftools.items.manual.RFToolsManualItem@2f0e1742 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8571 rftools:rftools_shape_manual mcjty.rftools.items.manual.RFToolsShapeManualItem@29e76c8a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8572 rftools:dimensional_shard mcjty.rftools.items.DimensionalShardItem@62691104 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8573 rftools:shard_wand mcjty.rftools.items.creativeonly.ShardWandItem@2bdbaf73 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8574 rftools:infused_diamond mcjty.rftools.items.InfusedDiamond@74b0094d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8575 rftools:infused_enderpearl mcjty.rftools.items.InfusedEnderpearl@66a1b86d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8576 rftools:syringe mcjty.rftools.items.SyringeItem@4c6a748c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8577 rftools:peace_essence mcjty.rftools.items.PeaceEssenceItem@3abcfa45 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8578 rftools:developers_delight mcjty.rftools.items.creativeonly.DevelopersDelightItem@4eb2763e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8579 rftools:network_monitor mcjty.rftools.items.netmonitor.NetworkMonitorItem@253bcd55 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8580 rftools:modifier_module mcjty.rftools.items.modifier.ModifierItem@3a6a036a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8581 rftools:storage_module_tablet mcjty.rftools.items.storage.StorageModuleTabletItem@6759b8b0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8582 rftools:storage_module mcjty.rftools.items.storage.StorageModuleItem@3a8731e3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8583 rftools:oredict_module mcjty.rftools.items.storage.OreDictTypeItem@41ad1283 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8584 rftools:generic_module mcjty.rftools.items.storage.GenericTypeItem@2bb6288f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8585 rftools:filter_module mcjty.rftools.items.storage.StorageFilterItem@1809971 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8586 rftools:teleport_probe mcjty.rftools.items.teleportprobe.TeleportProbeItem@20bb88b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8587 rftools:charged_porter mcjty.rftools.items.teleportprobe.ChargedPorterItem@2b9b9b43 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8588 rftools:advanced_charged_porter mcjty.rftools.items.teleportprobe.AdvancedChargedPorterItem@31733cef +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8589 rftools:text_module mcjty.rftools.items.screenmodules.TextModuleItem@343d60a1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8590 rftools:inventory_module mcjty.rftools.items.screenmodules.InventoryModuleItem@6b2d494d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8591 rftools:inventoryplus_module mcjty.rftools.items.screenmodules.InventoryPlusModuleItem@1c9b96e8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8592 rftools:energy_module mcjty.rftools.items.screenmodules.EnergyModuleItem@34a745d0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8593 rftools:energyplus_module mcjty.rftools.items.screenmodules.EnergyPlusModuleItem@6b40038d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8594 rftools:clock_module mcjty.rftools.items.screenmodules.ClockModuleItem@6aa64889 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8595 rftools:fluid_module mcjty.rftools.items.screenmodules.FluidModuleItem@2a4aafe3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8596 rftools:fluidplus_module mcjty.rftools.items.screenmodules.FluidPlusModuleItem@244de6bf +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8597 rftools:machineinformation_module mcjty.rftools.items.screenmodules.MachineInformationModuleItem@4f7ac5d0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8598 rftools:computer_module mcjty.rftools.items.screenmodules.ComputerModuleItem@17403eb6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8599 rftools:button_module mcjty.rftools.items.screenmodules.ButtonModuleItem@680abe0a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8600 rftools:elevator_button_module mcjty.rftools.items.screenmodules.ElevatorButtonModuleItem@23b9d5aa +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8601 rftools:redstone_module mcjty.rftools.items.screenmodules.RedstoneModuleItem@3af4d048 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8602 rftools:counter_module mcjty.rftools.items.screenmodules.CounterModuleItem@2c57fc2e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8603 rftools:counterplus_module mcjty.rftools.items.screenmodules.CounterPlusModuleItem@1190fd40 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8604 rftools:storage_control_module mcjty.rftools.items.screenmodules.StorageControlModuleItem@7ce97e5d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8605 rftools:dump_module mcjty.rftools.items.screenmodules.DumpModuleItem@60838718 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8606 rftools:space_chamber_card mcjty.rftools.items.builder.SpaceChamberCardItem@7326a1aa +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8607 rftools:shape_card mcjty.rftools.items.builder.ShapeCardItem@654a3873 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8608 rftools:powercell_card mcjty.rftools.items.powercell.PowerCellCardItem@52e6a911 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8609 rftools:regeneration_module mcjty.rftools.items.envmodules.RegenerationEModuleItem@2ea15f12 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8610 rftools:regenerationplus_module mcjty.rftools.items.envmodules.RegenerationPlusEModuleItem@684c909d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8611 rftools:speed_module mcjty.rftools.items.envmodules.SpeedEModuleItem@5c71b447 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8612 rftools:speedplus_module mcjty.rftools.items.envmodules.SpeedPlusEModuleItem@3bb820f9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8613 rftools:haste_module mcjty.rftools.items.envmodules.HasteEModuleItem@1f45a153 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8614 rftools:hasteplus_module mcjty.rftools.items.envmodules.HastePlusEModuleItem@1381125e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8615 rftools:saturation_module mcjty.rftools.items.envmodules.SaturationEModuleItem@42034fe5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8616 rftools:saturationplus_module mcjty.rftools.items.envmodules.SaturationPlusEModuleItem@38c610b4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8617 rftools:featherfalling_module mcjty.rftools.items.envmodules.FeatherFallingEModuleItem@abb61c6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8618 rftools:featherfallingplus_module mcjty.rftools.items.envmodules.FeatherFallingPlusEModuleItem@11b3912d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8619 rftools:flight_module mcjty.rftools.items.envmodules.FlightEModuleItem@49978899 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8620 rftools:peaceful_module mcjty.rftools.items.envmodules.PeacefulEModuleItem@41dc72af +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8621 rftools:waterbreathing_module mcjty.rftools.items.envmodules.WaterBreathingEModuleItem@10b89e03 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8622 rftools:nightvision_module mcjty.rftools.items.envmodules.NightVisionEModuleItem@1d0f4fc0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8623 rftools:blindness_module mcjty.rftools.items.envmodules.BlindnessEModuleItem@6829dfb8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8624 rftools:weakness_module mcjty.rftools.items.envmodules.WeaknessEModuleItem@4ac28118 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8625 rftools:poison_module mcjty.rftools.items.envmodules.PoisonEModuleItem@1ede46c5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8626 rftools:slowness_module mcjty.rftools.items.envmodules.SlownessEModuleItem@79c87b91 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8627 rftools:glowing_module mcjty.rftools.items.envmodules.GlowingEModuleItem@5fbabf0f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8628 rftools:luck_module mcjty.rftools.items.envmodules.LuckEModuleItem@12e2fa1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8629 rftools:noteleport_module mcjty.rftools.items.envmodules.NoTeleportEModuleItem@6d2ab92f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8630 rftools:orphaning_card mcjty.rftools.blocks.security.OrphaningCardItem@570453e8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8631 rftools:security_card mcjty.rftools.blocks.security.SecurityCardItem@5d4cdcc0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8632 rftools:machine_frame net.minecraft.item.ItemBlock@2defa3ef +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8633 rftools:machine_base net.minecraft.item.ItemBlock@153494bc +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8634 rftools:dimensional_shard_ore mcjty.lib.blocks.DamageMetadataItemBlock@60da0ee1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8635 rftools:coalgenerator mcjty.lib.blocks.GenericItemBlock@5b4b64e6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8636 rftools:crafter1 mcjty.lib.blocks.GenericItemBlock@b6b54bb +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8637 rftools:crafter2 mcjty.lib.blocks.GenericItemBlock@3acbb01e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8638 rftools:crafter3 mcjty.lib.blocks.GenericItemBlock@a561ca0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8639 rftools:modular_storage mcjty.lib.blocks.GenericItemBlock@aba2558 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8640 rftools:remote_storage mcjty.lib.blocks.GenericItemBlock@5b257638 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8641 rftools:storage_terminal mcjty.lib.blocks.GenericItemBlock@3c096602 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8642 rftools:level_emitter mcjty.lib.blocks.GenericItemBlock@600de3f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8643 rftools:matter_transmitter mcjty.lib.blocks.GenericItemBlock@5dcbab42 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8644 rftools:matter_receiver mcjty.lib.blocks.GenericItemBlock@2daf8275 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8645 rftools:dialing_device mcjty.lib.blocks.GenericItemBlock@5a61d8b4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8646 rftools:simple_dialer mcjty.rftools.blocks.teleporter.SimpleDialerItemBlock@5a9004e1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8647 rftools:destination_analyzer net.minecraft.item.ItemBlock@5a01254a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8648 rftools:matter_booster net.minecraft.item.ItemBlock@b6cb855 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8649 rftools:screen mcjty.lib.blocks.GenericItemBlock@5f9c75f4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8650 rftools:creative_screen mcjty.lib.blocks.GenericItemBlock@5f1d5ea +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8651 rftools:screen_controller mcjty.lib.blocks.GenericItemBlock@56898b6b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8652 rftools:redstone_transmitter_block mcjty.lib.blocks.GenericItemBlock@38c93fff +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8653 rftools:redstone_receiver_block mcjty.lib.blocks.GenericItemBlock@4c6cec7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8654 rftools:sequencer_block mcjty.lib.blocks.GenericItemBlock@f130530 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8655 rftools:counter_block mcjty.lib.blocks.GenericItemBlock@15db056a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8656 rftools:logic_block mcjty.lib.blocks.GenericItemBlock@641cf6e9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8657 rftools:invchecker_block mcjty.lib.blocks.GenericItemBlock@561eac5b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8658 rftools:sensor_block mcjty.lib.blocks.GenericItemBlock@41b3192d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8659 rftools:analog_block mcjty.lib.blocks.GenericItemBlock@c8ea424 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8660 rftools:digit_block mcjty.lib.blocks.GenericItemBlock@f26b0e2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8661 rftools:wire_block mcjty.lib.blocks.GenericItemBlock@2cf9b929 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8662 rftools:timer_block mcjty.lib.blocks.GenericItemBlock@75daa7ea +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8663 rftools:machine_infuser mcjty.lib.blocks.GenericItemBlock@c0c92f1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8664 rftools:space_chamber net.minecraft.item.ItemBlock@36978232 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8665 rftools:space_chamber_controller mcjty.lib.blocks.GenericItemBlock@57c65538 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8666 rftools:support_block net.minecraft.item.ItemBlock@77035ddd +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8667 rftools:builder mcjty.lib.blocks.GenericItemBlock@1f70c2d6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8668 rftools:composer mcjty.lib.blocks.GenericItemBlock@15fc5518 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8669 rftools:locator mcjty.lib.blocks.GenericItemBlock@7076ad0a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8670 rftools:projector mcjty.lib.blocks.GenericItemBlock@1d76eb6c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8671 rftools:scanner mcjty.lib.blocks.GenericItemBlock@489fc66 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8672 rftools:remote_scanner mcjty.lib.blocks.GenericItemBlock@732a2d7a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8673 rftools:powercell mcjty.lib.blocks.GenericItemBlock@3671c0e8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8674 rftools:powercell_advanced mcjty.lib.blocks.GenericItemBlock@1cf660c1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8675 rftools:powercell_creative mcjty.lib.blocks.GenericItemBlock@5757d5f5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8676 rftools:powercell_simple mcjty.lib.blocks.GenericItemBlock@75346398 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8677 rftools:relay mcjty.lib.blocks.GenericItemBlock@4dfa9b56 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8678 rftools:rf_monitor mcjty.lib.blocks.GenericItemBlock@62251a40 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8679 rftools:liquid_monitor mcjty.lib.blocks.GenericItemBlock@b34838c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8680 rftools:shield_block1 mcjty.lib.blocks.GenericItemBlock@5dca09d1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8681 rftools:shield_block2 mcjty.lib.blocks.GenericItemBlock@44f31915 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8682 rftools:shield_block3 mcjty.lib.blocks.GenericItemBlock@eceecd1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8683 rftools:shield_block4 mcjty.lib.blocks.GenericItemBlock@21492667 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8684 rftools:invisible_shield_block net.minecraft.item.ItemBlock@2c40371e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8685 rftools:notick_invisible_shield_block net.minecraft.item.ItemBlock@7027b832 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8686 rftools:invisible_shield_block_opaque net.minecraft.item.ItemBlock@9f67a83 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8687 rftools:notick_invisible_shield_block_opaque net.minecraft.item.ItemBlock@61641fc4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8688 rftools:shield_template_block mcjty.lib.blocks.DamageMetadataItemBlock@4cb13c31 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8689 rftools:solid_shield_block net.minecraft.item.ItemBlock@11aebbd +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8690 rftools:notick_solid_shield_block net.minecraft.item.ItemBlock@3b82bb7f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8691 rftools:camo_shield_block net.minecraft.item.ItemBlock@7ad919f4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8692 rftools:notick_camo_shield_block net.minecraft.item.ItemBlock@3fcce22a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8693 rftools:solid_shield_block_opaque net.minecraft.item.ItemBlock@69ddb16d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8694 rftools:notick_solid_shield_block_opaque net.minecraft.item.ItemBlock@47aab66a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8695 rftools:camo_shield_block_opaque net.minecraft.item.ItemBlock@758e01d2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8696 rftools:notick_camo_shield_block_opaque net.minecraft.item.ItemBlock@2d8b70fb +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8697 rftools:environmental_controller mcjty.lib.blocks.GenericItemBlock@29d9fafe +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8698 rftools:spawner mcjty.lib.blocks.GenericItemBlock@3b520049 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8699 rftools:matter_beamer mcjty.lib.blocks.GenericItemBlock@3e570660 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8700 rftools:block_protector mcjty.lib.blocks.GenericItemBlock@482da5f9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8701 rftools:item_filter mcjty.lib.blocks.GenericItemBlock@2ec5a808 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8702 rftools:security_manager mcjty.lib.blocks.GenericItemBlock@5bea5d1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8703 rftools:endergenic mcjty.lib.blocks.GenericItemBlock@35cd700 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8704 rftools:pearl_injector mcjty.lib.blocks.GenericItemBlock@267bb8ff +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8705 rftools:ender_monitor mcjty.lib.blocks.GenericItemBlock@257dd1d0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8706 rftools:storage_scanner mcjty.lib.blocks.GenericItemBlock@559d7883 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8707 rftools:elevator mcjty.lib.blocks.GenericItemBlock@309c51e7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8708 rftools:booster mcjty.lib.blocks.GenericItemBlock@4bdbab4b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8709 rftoolscontrol:rftoolscontrol_manual mcjty.rftoolscontrol.items.manual.RFToolsControlManualItem@6310b1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8710 rftoolscontrol:program_card mcjty.rftoolscontrol.items.ProgramCardItem@3e04395e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8711 rftoolscontrol:cpu_core_500 mcjty.rftoolscontrol.items.CPUCoreItem@6cc55410 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8712 rftoolscontrol:cpu_core_1000 mcjty.rftoolscontrol.items.CPUCoreItem@7a522b30 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8713 rftoolscontrol:cpu_core_2000 mcjty.rftoolscontrol.items.CPUCoreItem@622c5a53 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8714 rftoolscontrol:ram_chip mcjty.rftoolscontrol.items.RAMChipItem@7d7d4181 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8715 rftoolscontrol:network_card mcjty.rftoolscontrol.items.NetworkCardItem@3b5effea +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8716 rftoolscontrol:advanced_network_card mcjty.rftoolscontrol.items.NetworkCardItem@50be581a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8717 rftoolscontrol:card_base mcjty.rftoolscontrol.items.CardBaseItem@50c07e9c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8718 rftoolscontrol:crafting_card mcjty.rftoolscontrol.items.craftingcard.CraftingCardItem@47264c4c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8719 rftoolscontrol:token mcjty.rftoolscontrol.items.TokenItem@b4b5aed +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8720 rftoolscontrol:network_identifier mcjty.rftoolscontrol.items.NetworkIdentifierItem@2917ad16 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8721 rftoolscontrol:graphics_card mcjty.rftoolscontrol.items.GraphicsCardItem@7a700236 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8722 rftoolscontrol:variable_module mcjty.rftoolscontrol.items.variablemodule.VariableModuleItem@fc16518 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8723 rftoolscontrol:interaction_module mcjty.rftoolscontrol.items.interactionmodule.InteractionModuleItem@5e0cda3f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8724 rftoolscontrol:console_module mcjty.rftoolscontrol.items.consolemodule.ConsoleModuleItem@4ae7a3f5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8725 rftoolscontrol:vectorart_module mcjty.rftoolscontrol.items.vectorartmodule.VectorArtModuleItem@307c792d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8726 rftoolscontrol:programmer mcjty.lib.blocks.GenericItemBlock@3411239f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8727 rftoolscontrol:processor mcjty.lib.blocks.GenericItemBlock@c74da00 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8728 rftoolscontrol:node mcjty.lib.blocks.GenericItemBlock@7bfb3870 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8729 rftoolscontrol:craftingstation mcjty.lib.blocks.GenericItemBlock@281d8333 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8730 rftoolscontrol:workbench mcjty.lib.blocks.GenericItemBlock@15ad4074 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8731 rftoolscontrol:tank mcjty.lib.blocks.GenericItemBlock@3f233c1b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8732 scannable:scanner li.cil.scannable.common.item.ItemScanner@5979a7b8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8733 scannable:module_blank li.cil.scannable.common.item.ItemScannerModuleBlank@4dc129 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8734 scannable:module_range li.cil.scannable.common.item.ItemScannerModuleRange@257451a8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8735 scannable:module_animal li.cil.scannable.common.item.ItemScannerModuleAnimal@5e5538e5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8736 scannable:module_monster li.cil.scannable.common.item.ItemScannerModuleMonster@660ff3bd +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8737 scannable:module_ore_common li.cil.scannable.common.item.ItemScannerModuleBlockOreCommon@37c3a165 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8738 scannable:module_ore_rare li.cil.scannable.common.item.ItemScannerModuleBlockOreRare@5c6058da +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8739 scannable:module_block li.cil.scannable.common.item.ItemScannerModuleBlockConfigurable@5f44a8db +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8740 scannable:module_structure li.cil.scannable.common.item.ItemScannerModuleStructure@6e6a44ae +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8741 scannable:module_fluid li.cil.scannable.common.item.ItemScannerModuleBlockFluid@564adb32 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8742 scannable:module_entity li.cil.scannable.common.item.ItemScannerModuleEntity@49efdda0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8743 sev_tweaks_npc:golden_ladder_of_ascension sev_tweaks_npc.items.ItemLadderOfAscension@4a54428a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8744 simpleplanes:propeller net.minecraft.item.Item@3a3fdbba +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8745 simpleplanes:furnace_engine net.minecraft.item.Item@76c96d44 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8746 simpleplanes:junk_engine net.minecraft.item.Item@4f2b2b0c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8747 simpleplanes:sprayer xyz.przemyk.simpleplanes.items.InformationItem@27037071 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8748 simpleplanes:booster xyz.przemyk.simpleplanes.items.InformationItem@63a59d20 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8749 simpleplanes:floaty_bedding xyz.przemyk.simpleplanes.items.InformationItem@5e3b7f5d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8750 simpleplanes:shooter xyz.przemyk.simpleplanes.items.InformationItem@485e4cdd +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8751 simpleplanes:folding xyz.przemyk.simpleplanes.items.InformationItem@74e23d5f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8752 simpleplanes:healing xyz.przemyk.simpleplanes.items.InformationItem@3be1e27e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8753 simpleplanes:oak_plane xyz.przemyk.simpleplanes.items.PlaneItem@3ea5b3c8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8754 simpleplanes:oak_large_plane xyz.przemyk.simpleplanes.items.PlaneItem@4273865 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8755 simpleplanes:oak_helicopter xyz.przemyk.simpleplanes.items.PlaneItem@614af57b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8756 simpleplanes:oak_mega_plane xyz.przemyk.simpleplanes.items.PlaneItem@558c193e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8757 simpleplanes:acacia_plane xyz.przemyk.simpleplanes.items.PlaneItem@4624dbb4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8758 simpleplanes:acacia_large_plane xyz.przemyk.simpleplanes.items.PlaneItem@7bfd3705 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8759 simpleplanes:acacia_helicopter xyz.przemyk.simpleplanes.items.PlaneItem@4d2ae42c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8760 simpleplanes:acacia_mega_plane xyz.przemyk.simpleplanes.items.PlaneItem@785a515e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8761 simpleplanes:birch_plane xyz.przemyk.simpleplanes.items.PlaneItem@1843cc9a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8762 simpleplanes:birch_large_plane xyz.przemyk.simpleplanes.items.PlaneItem@a149588 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8763 simpleplanes:birch_helicopter xyz.przemyk.simpleplanes.items.PlaneItem@10851b62 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8764 simpleplanes:birch_mega_plane xyz.przemyk.simpleplanes.items.PlaneItem@3a7f788d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8765 simpleplanes:crimson_plane xyz.przemyk.simpleplanes.items.PlaneItem@3c5e5444 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8766 simpleplanes:crimson_large_plane xyz.przemyk.simpleplanes.items.PlaneItem@12482e92 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8767 simpleplanes:crimson_helicopter xyz.przemyk.simpleplanes.items.PlaneItem@2aae79b2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8768 simpleplanes:crimson_mega_plane xyz.przemyk.simpleplanes.items.PlaneItem@6b54c77a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8769 simpleplanes:dark_oak_plane xyz.przemyk.simpleplanes.items.PlaneItem@25e65220 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8770 simpleplanes:dark_oak_large_plane xyz.przemyk.simpleplanes.items.PlaneItem@7689c4b0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8771 simpleplanes:dark_oak_helicopter xyz.przemyk.simpleplanes.items.PlaneItem@2f33503a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8772 simpleplanes:dark_oak_mega_plane xyz.przemyk.simpleplanes.items.PlaneItem@62112db1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8773 simpleplanes:jungle_plane xyz.przemyk.simpleplanes.items.PlaneItem@75f10481 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8774 simpleplanes:jungle_large_plane xyz.przemyk.simpleplanes.items.PlaneItem@4de5f2cb +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8775 simpleplanes:jungle_helicopter xyz.przemyk.simpleplanes.items.PlaneItem@78e2c9cd +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8776 simpleplanes:jungle_mega_plane xyz.przemyk.simpleplanes.items.PlaneItem@13750fc5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8777 simpleplanes:spruce_plane xyz.przemyk.simpleplanes.items.PlaneItem@6eddd426 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8778 simpleplanes:spruce_large_plane xyz.przemyk.simpleplanes.items.PlaneItem@ccc009c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8779 simpleplanes:spruce_helicopter xyz.przemyk.simpleplanes.items.PlaneItem@628e0c69 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8780 simpleplanes:spruce_mega_plane xyz.przemyk.simpleplanes.items.PlaneItem@593e3cda +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8781 simpleplanes:warped_plane xyz.przemyk.simpleplanes.items.PlaneItem@59c2af3f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8782 simpleplanes:warped_large_plane xyz.przemyk.simpleplanes.items.PlaneItem@35669c7b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8783 simpleplanes:warped_helicopter xyz.przemyk.simpleplanes.items.PlaneItem@271923fa +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8784 simpleplanes:warped_mega_plane xyz.przemyk.simpleplanes.items.PlaneItem@f69132f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8785 simpleplanes:bop_cherry_plane xyz.przemyk.simpleplanes.items.PlaneItem@431eeeaa +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8786 simpleplanes:bop_cherry_large_plane xyz.przemyk.simpleplanes.items.PlaneItem@421a27f6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8787 simpleplanes:bop_cherry_helicopter xyz.przemyk.simpleplanes.items.PlaneItem@2cf2cabc +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8788 simpleplanes:bop_cherry_mega_plane xyz.przemyk.simpleplanes.items.PlaneItem@6bc55466 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8789 simpleplanes:bop_dead_plane xyz.przemyk.simpleplanes.items.PlaneItem@5f1a9c0a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8790 simpleplanes:bop_dead_large_plane xyz.przemyk.simpleplanes.items.PlaneItem@4c2c2588 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8791 simpleplanes:bop_dead_helicopter xyz.przemyk.simpleplanes.items.PlaneItem@7631a19b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8792 simpleplanes:bop_dead_mega_plane xyz.przemyk.simpleplanes.items.PlaneItem@3796bd5f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8793 simpleplanes:bop_fir_plane xyz.przemyk.simpleplanes.items.PlaneItem@3ce78d6b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8794 simpleplanes:bop_fir_large_plane xyz.przemyk.simpleplanes.items.PlaneItem@11caff1a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8795 simpleplanes:bop_fir_helicopter xyz.przemyk.simpleplanes.items.PlaneItem@6a8ca9c1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8796 simpleplanes:bop_fir_mega_plane xyz.przemyk.simpleplanes.items.PlaneItem@68728d8a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8797 simpleplanes:bop_hellbark_plane xyz.przemyk.simpleplanes.items.PlaneItem@687ed93a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8798 simpleplanes:bop_hellbark_large_plane xyz.przemyk.simpleplanes.items.PlaneItem@2e8ad900 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8799 simpleplanes:bop_hellbark_helicopter xyz.przemyk.simpleplanes.items.PlaneItem@21c7bfb1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8800 simpleplanes:bop_hellbark_mega_plane xyz.przemyk.simpleplanes.items.PlaneItem@5d2568de +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8801 simpleplanes:bop_jacaranda_plane xyz.przemyk.simpleplanes.items.PlaneItem@438cdd49 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8802 simpleplanes:bop_jacaranda_large_plane xyz.przemyk.simpleplanes.items.PlaneItem@3bb64ee1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8803 simpleplanes:bop_jacaranda_helicopter xyz.przemyk.simpleplanes.items.PlaneItem@27104411 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8804 simpleplanes:bop_jacaranda_mega_plane xyz.przemyk.simpleplanes.items.PlaneItem@5105abb5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8805 simpleplanes:bop_mahogany_plane xyz.przemyk.simpleplanes.items.PlaneItem@74464249 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8806 simpleplanes:bop_mahogany_large_plane xyz.przemyk.simpleplanes.items.PlaneItem@7d0edb66 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8807 simpleplanes:bop_mahogany_helicopter xyz.przemyk.simpleplanes.items.PlaneItem@581b281a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8808 simpleplanes:bop_mahogany_mega_plane xyz.przemyk.simpleplanes.items.PlaneItem@24bf78af +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8809 simpleplanes:bop_magic_plane xyz.przemyk.simpleplanes.items.PlaneItem@622d327b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8810 simpleplanes:bop_magic_large_plane xyz.przemyk.simpleplanes.items.PlaneItem@69f300b3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8811 simpleplanes:bop_magic_helicopter xyz.przemyk.simpleplanes.items.PlaneItem@6829ae6f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8812 simpleplanes:bop_magic_mega_plane xyz.przemyk.simpleplanes.items.PlaneItem@370cc9c5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8813 simpleplanes:bop_palm_plane xyz.przemyk.simpleplanes.items.PlaneItem@3cb98bb5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8814 simpleplanes:bop_palm_large_plane xyz.przemyk.simpleplanes.items.PlaneItem@4dbef209 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8815 simpleplanes:bop_palm_helicopter xyz.przemyk.simpleplanes.items.PlaneItem@68417707 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8816 simpleplanes:bop_palm_mega_plane xyz.przemyk.simpleplanes.items.PlaneItem@39d2c92b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8817 simpleplanes:bop_redwood_plane xyz.przemyk.simpleplanes.items.PlaneItem@49460987 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8818 simpleplanes:bop_redwood_large_plane xyz.przemyk.simpleplanes.items.PlaneItem@73d2941c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8819 simpleplanes:bop_redwood_helicopter xyz.przemyk.simpleplanes.items.PlaneItem@10c83c2e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8820 simpleplanes:bop_redwood_mega_plane xyz.przemyk.simpleplanes.items.PlaneItem@3ffc348d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8821 simpleplanes:bop_umbran_plane xyz.przemyk.simpleplanes.items.PlaneItem@468f18c4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8822 simpleplanes:bop_umbran_large_plane xyz.przemyk.simpleplanes.items.PlaneItem@219a067d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8823 simpleplanes:bop_umbran_helicopter xyz.przemyk.simpleplanes.items.PlaneItem@70e2772c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8824 simpleplanes:bop_umbran_mega_plane xyz.przemyk.simpleplanes.items.PlaneItem@2ee46de1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8825 simpleplanes:bop_willow_plane xyz.przemyk.simpleplanes.items.PlaneItem@101309c1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8826 simpleplanes:bop_willow_large_plane xyz.przemyk.simpleplanes.items.PlaneItem@61cb4c50 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8827 simpleplanes:bop_willow_helicopter xyz.przemyk.simpleplanes.items.PlaneItem@2730c52 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8828 simpleplanes:bop_willow_mega_plane xyz.przemyk.simpleplanes.items.PlaneItem@f75f298 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8829 simpleplanes:byg_aspen_plane xyz.przemyk.simpleplanes.items.PlaneItem@7a0afb6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8830 simpleplanes:byg_aspen_large_plane xyz.przemyk.simpleplanes.items.PlaneItem@3c32dade +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8831 simpleplanes:byg_aspen_helicopter xyz.przemyk.simpleplanes.items.PlaneItem@26394096 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8832 simpleplanes:byg_aspen_mega_plane xyz.przemyk.simpleplanes.items.PlaneItem@67887fb +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8833 simpleplanes:byg_baobab_plane xyz.przemyk.simpleplanes.items.PlaneItem@427459d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8834 simpleplanes:byg_baobab_large_plane xyz.przemyk.simpleplanes.items.PlaneItem@2ee99bed +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8835 simpleplanes:byg_baobab_helicopter xyz.przemyk.simpleplanes.items.PlaneItem@42b84356 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8836 simpleplanes:byg_baobab_mega_plane xyz.przemyk.simpleplanes.items.PlaneItem@3d43a5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8837 simpleplanes:byg_blue_enchanted_plane xyz.przemyk.simpleplanes.items.PlaneItem@3e88e592 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8838 simpleplanes:byg_blue_enchanted_large_plane xyz.przemyk.simpleplanes.items.PlaneItem@5c5c375d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8839 simpleplanes:byg_blue_enchanted_helicopter xyz.przemyk.simpleplanes.items.PlaneItem@5cfe6d73 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8840 simpleplanes:byg_blue_enchanted_mega_plane xyz.przemyk.simpleplanes.items.PlaneItem@36342d22 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8841 simpleplanes:byg_cherry_plane xyz.przemyk.simpleplanes.items.PlaneItem@4f69ea03 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8842 simpleplanes:byg_cherry_large_plane xyz.przemyk.simpleplanes.items.PlaneItem@7232da6c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8843 simpleplanes:byg_cherry_helicopter xyz.przemyk.simpleplanes.items.PlaneItem@5d08a4ac +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8844 simpleplanes:byg_cherry_mega_plane xyz.przemyk.simpleplanes.items.PlaneItem@4a42cf12 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8845 simpleplanes:byg_cika_plane xyz.przemyk.simpleplanes.items.PlaneItem@4a7b0dab +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8846 simpleplanes:byg_cika_large_plane xyz.przemyk.simpleplanes.items.PlaneItem@2efe5f32 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8847 simpleplanes:byg_cika_helicopter xyz.przemyk.simpleplanes.items.PlaneItem@36cbb385 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8848 simpleplanes:byg_cika_mega_plane xyz.przemyk.simpleplanes.items.PlaneItem@6aadd011 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8849 simpleplanes:byg_cypress_plane xyz.przemyk.simpleplanes.items.PlaneItem@78299eba +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8850 simpleplanes:byg_cypress_large_plane xyz.przemyk.simpleplanes.items.PlaneItem@24f24942 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8851 simpleplanes:byg_cypress_helicopter xyz.przemyk.simpleplanes.items.PlaneItem@4fce81c2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8852 simpleplanes:byg_cypress_mega_plane xyz.przemyk.simpleplanes.items.PlaneItem@4be7fd72 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8853 simpleplanes:byg_ebony_plane xyz.przemyk.simpleplanes.items.PlaneItem@7f8f66fa +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8854 simpleplanes:byg_ebony_large_plane xyz.przemyk.simpleplanes.items.PlaneItem@49819810 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8855 simpleplanes:byg_ebony_helicopter xyz.przemyk.simpleplanes.items.PlaneItem@727ac073 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8856 simpleplanes:byg_ebony_mega_plane xyz.przemyk.simpleplanes.items.PlaneItem@602af23 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8857 simpleplanes:byg_fir_plane xyz.przemyk.simpleplanes.items.PlaneItem@23ea1af +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8858 simpleplanes:byg_fir_large_plane xyz.przemyk.simpleplanes.items.PlaneItem@473ae8e0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8859 simpleplanes:byg_fir_helicopter xyz.przemyk.simpleplanes.items.PlaneItem@63e7d12c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8860 simpleplanes:byg_fir_mega_plane xyz.przemyk.simpleplanes.items.PlaneItem@708f11c4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8861 simpleplanes:byg_green_enchanted_plane xyz.przemyk.simpleplanes.items.PlaneItem@7cbf5a3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8862 simpleplanes:byg_green_enchanted_large_plane xyz.przemyk.simpleplanes.items.PlaneItem@17a66052 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8863 simpleplanes:byg_green_enchanted_helicopter xyz.przemyk.simpleplanes.items.PlaneItem@4a95bd3b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8864 simpleplanes:byg_green_enchanted_mega_plane xyz.przemyk.simpleplanes.items.PlaneItem@429c849c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8865 simpleplanes:byg_holly_plane xyz.przemyk.simpleplanes.items.PlaneItem@1aa20781 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8866 simpleplanes:byg_holly_large_plane xyz.przemyk.simpleplanes.items.PlaneItem@3e225077 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8867 simpleplanes:byg_holly_helicopter xyz.przemyk.simpleplanes.items.PlaneItem@59b94eed +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8868 simpleplanes:byg_holly_mega_plane xyz.przemyk.simpleplanes.items.PlaneItem@7fa78922 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8869 simpleplanes:byg_jacaranda_plane xyz.przemyk.simpleplanes.items.PlaneItem@75331758 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8870 simpleplanes:byg_jacaranda_large_plane xyz.przemyk.simpleplanes.items.PlaneItem@59be5061 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8871 simpleplanes:byg_jacaranda_helicopter xyz.przemyk.simpleplanes.items.PlaneItem@4a63b39d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8872 simpleplanes:byg_jacaranda_mega_plane xyz.przemyk.simpleplanes.items.PlaneItem@9cecd6a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8873 simpleplanes:byg_mahogany_plane xyz.przemyk.simpleplanes.items.PlaneItem@64aa92dc +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8874 simpleplanes:byg_mahogany_large_plane xyz.przemyk.simpleplanes.items.PlaneItem@4f3ceb70 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8875 simpleplanes:byg_mahogany_helicopter xyz.przemyk.simpleplanes.items.PlaneItem@18944651 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8876 simpleplanes:byg_mahogany_mega_plane xyz.przemyk.simpleplanes.items.PlaneItem@674e7db4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8877 simpleplanes:byg_mangrove_plane xyz.przemyk.simpleplanes.items.PlaneItem@57c23ff3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8878 simpleplanes:byg_mangrove_large_plane xyz.przemyk.simpleplanes.items.PlaneItem@7f0d2910 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8879 simpleplanes:byg_mangrove_helicopter xyz.przemyk.simpleplanes.items.PlaneItem@45114e6e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8880 simpleplanes:byg_mangrove_mega_plane xyz.przemyk.simpleplanes.items.PlaneItem@51a628a5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8881 simpleplanes:byg_maple_plane xyz.przemyk.simpleplanes.items.PlaneItem@175da8c5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8882 simpleplanes:byg_maple_large_plane xyz.przemyk.simpleplanes.items.PlaneItem@10e4697 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8883 simpleplanes:byg_maple_helicopter xyz.przemyk.simpleplanes.items.PlaneItem@4e231ae6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8884 simpleplanes:byg_maple_mega_plane xyz.przemyk.simpleplanes.items.PlaneItem@2e20f087 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8885 simpleplanes:byg_pine_plane xyz.przemyk.simpleplanes.items.PlaneItem@54c17e06 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8886 simpleplanes:byg_pine_large_plane xyz.przemyk.simpleplanes.items.PlaneItem@2788b0f7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8887 simpleplanes:byg_pine_helicopter xyz.przemyk.simpleplanes.items.PlaneItem@712a6aca +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8888 simpleplanes:byg_pine_mega_plane xyz.przemyk.simpleplanes.items.PlaneItem@582708a0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8889 simpleplanes:byg_rainbow_eucalyptus_plane xyz.przemyk.simpleplanes.items.PlaneItem@7496cec +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8890 simpleplanes:byg_rainbow_eucalyptus_large_plane xyz.przemyk.simpleplanes.items.PlaneItem@65247bfa +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8891 simpleplanes:byg_rainbow_eucalyptus_helicopter xyz.przemyk.simpleplanes.items.PlaneItem@477a21ae +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8892 simpleplanes:byg_rainbow_eucalyptus_mega_plane xyz.przemyk.simpleplanes.items.PlaneItem@27f853e9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8893 simpleplanes:byg_redwood_plane xyz.przemyk.simpleplanes.items.PlaneItem@6b1a75f6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8894 simpleplanes:byg_redwood_large_plane xyz.przemyk.simpleplanes.items.PlaneItem@2d2738c4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8895 simpleplanes:byg_redwood_helicopter xyz.przemyk.simpleplanes.items.PlaneItem@3b461b9f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8896 simpleplanes:byg_redwood_mega_plane xyz.przemyk.simpleplanes.items.PlaneItem@5ec46005 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8897 simpleplanes:byg_skyris_plane xyz.przemyk.simpleplanes.items.PlaneItem@66490bee +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8898 simpleplanes:byg_skyris_large_plane xyz.przemyk.simpleplanes.items.PlaneItem@72bceefb +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8899 simpleplanes:byg_skyris_helicopter xyz.przemyk.simpleplanes.items.PlaneItem@792d89d0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8900 simpleplanes:byg_skyris_mega_plane xyz.przemyk.simpleplanes.items.PlaneItem@4141ab8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8901 simpleplanes:byg_willow_plane xyz.przemyk.simpleplanes.items.PlaneItem@2aac77af +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8902 simpleplanes:byg_willow_large_plane xyz.przemyk.simpleplanes.items.PlaneItem@3f729f37 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8903 simpleplanes:byg_willow_helicopter xyz.przemyk.simpleplanes.items.PlaneItem@2a84e200 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8904 simpleplanes:byg_willow_mega_plane xyz.przemyk.simpleplanes.items.PlaneItem@ee1fc32 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8905 simpleplanes:byg_witch_hazel_plane xyz.przemyk.simpleplanes.items.PlaneItem@4739f34e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8906 simpleplanes:byg_witch_hazel_large_plane xyz.przemyk.simpleplanes.items.PlaneItem@6c9957b9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8907 simpleplanes:byg_witch_hazel_helicopter xyz.przemyk.simpleplanes.items.PlaneItem@61002cc8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8908 simpleplanes:byg_witch_hazel_mega_plane xyz.przemyk.simpleplanes.items.PlaneItem@60814cb6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8909 simpleplanes:byg_zelkova_plane xyz.przemyk.simpleplanes.items.PlaneItem@68aa706b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8910 simpleplanes:byg_zelkova_large_plane xyz.przemyk.simpleplanes.items.PlaneItem@4e28c658 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8911 simpleplanes:byg_zelkova_helicopter xyz.przemyk.simpleplanes.items.PlaneItem@2e2ed539 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8912 simpleplanes:byg_zelkova_mega_plane xyz.przemyk.simpleplanes.items.PlaneItem@4420d8b6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8913 simpleplanes:ft_cherry_plane xyz.przemyk.simpleplanes.items.PlaneItem@7f32d171 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8914 simpleplanes:ft_cherry_large_plane xyz.przemyk.simpleplanes.items.PlaneItem@77a0c2c9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8915 simpleplanes:ft_cherry_helicopter xyz.przemyk.simpleplanes.items.PlaneItem@2fff4619 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8916 simpleplanes:ft_cherry_mega_plane xyz.przemyk.simpleplanes.items.PlaneItem@6d58ce38 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8917 simpleplanes:ft_citrus_plane xyz.przemyk.simpleplanes.items.PlaneItem@40823bb +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8918 simpleplanes:ft_citrus_large_plane xyz.przemyk.simpleplanes.items.PlaneItem@754f0f79 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8919 simpleplanes:ft_citrus_helicopter xyz.przemyk.simpleplanes.items.PlaneItem@20554047 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8920 simpleplanes:ft_citrus_mega_plane xyz.przemyk.simpleplanes.items.PlaneItem@bd7737b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8921 simpletomb:grave_key com.lothrazar.simpletomb.item.ItemGraveKey@4e079c41 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8922 simplyarrows:arrow_bone net.darkhax.simplyarrows.items.ItemArrowBase@433e763f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8923 simplyarrows:arrow_flint net.darkhax.simplyarrows.items.ItemArrowBase@49634167 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8924 simplyarrows:arrow_iron net.darkhax.simplyarrows.items.ItemArrowBase@799fbf9b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8925 simplyarrows:arrow_flame net.darkhax.simplyarrows.items.ItemArrowBase@b88c17d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8926 simplyarrows:arrow_cake net.darkhax.simplyarrows.items.ItemArrowBase@3b37d1bd +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8927 simplyarrows:arrow_torch net.darkhax.simplyarrows.items.ItemArrowBase@688cd7c5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8928 simplyarrows:arrow_love net.darkhax.simplyarrows.items.ItemArrowBase@6c6bde28 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8929 simplyarrows:arrow_tnt net.darkhax.simplyarrows.items.ItemArrowBase@212569f1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8930 spartanshields:shield_basic_wood com.oblivioussp.spartanshields.item.ItemShieldBasic@188e261a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8931 spartanshields:shield_basic_stone com.oblivioussp.spartanshields.item.ItemShieldBasic@398b7312 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8932 spartanshields:shield_basic_iron com.oblivioussp.spartanshields.item.ItemShieldBasic@2608b2a1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8933 spartanshields:shield_basic_gold com.oblivioussp.spartanshields.item.ItemShieldBasic@4e842e63 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8934 spartanshields:shield_basic_diamond com.oblivioussp.spartanshields.item.ItemShieldBasic@5847c933 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8935 spartanshields:shield_basic_obsidian com.oblivioussp.spartanshields.item.ItemShieldObsidian@5b93c9ec +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8936 spartanshields:shield_tower_wood com.oblivioussp.spartanshields.item.ItemShieldBasic@4256b4a3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8937 spartanshields:shield_tower_stone com.oblivioussp.spartanshields.item.ItemShieldBasic@72f1ab82 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8938 spartanshields:shield_tower_iron com.oblivioussp.spartanshields.item.ItemShieldBasic@66571e16 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8939 spartanshields:shield_tower_gold com.oblivioussp.spartanshields.item.ItemShieldBasic@234e7799 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8940 spartanshields:shield_tower_diamond com.oblivioussp.spartanshields.item.ItemShieldBasic@544a2cff +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8941 spartanshields:shield_tower_obsidian com.oblivioussp.spartanshields.item.ItemShieldObsidian@2b18204f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8942 spartanshields:shield_basic_bronze com.oblivioussp.spartanshields.item.ItemShieldExtraMaterial@25436f0e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8943 spartanshields:shield_tower_bronze com.oblivioussp.spartanshields.item.ItemShieldExtraMaterial@20eb928d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8944 spartanshields:shield_basic_steel com.oblivioussp.spartanshields.item.ItemShieldExtraMaterial@4a1bc487 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8945 spartanshields:shield_tower_steel com.oblivioussp.spartanshields.item.ItemShieldExtraMaterial@36e2c4dc +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8946 spartanshields:shield_basic_copper com.oblivioussp.spartanshields.item.ItemShieldExtraMaterial@8e7e611 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8947 spartanshields:shield_tower_copper com.oblivioussp.spartanshields.item.ItemShieldExtraMaterial@7464627a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8948 spartanshields:shield_basic_tin com.oblivioussp.spartanshields.item.ItemShieldExtraMaterial@60cfbf8d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8949 spartanshields:shield_tower_tin com.oblivioussp.spartanshields.item.ItemShieldExtraMaterial@402b536c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8950 spartanshields:shield_basic_silver com.oblivioussp.spartanshields.item.ItemShieldSilver@3d45d970 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8951 spartanshields:shield_tower_silver com.oblivioussp.spartanshields.item.ItemShieldSilver@27ef4d87 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8952 spartanshields:shield_basic_invar com.oblivioussp.spartanshields.item.ItemShieldExtraMaterial@f1cd03e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8953 spartanshields:shield_tower_invar com.oblivioussp.spartanshields.item.ItemShieldExtraMaterial@76c7f2eb +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8954 spartanshields:shield_basic_platinum com.oblivioussp.spartanshields.item.ItemShieldExtraMaterial@65da2b1a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8955 spartanshields:shield_tower_platinum com.oblivioussp.spartanshields.item.ItemShieldExtraMaterial@3884c153 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8956 spartanshields:shield_basic_electrum com.oblivioussp.spartanshields.item.ItemShieldExtraMaterial@51707b5d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8957 spartanshields:shield_tower_electrum com.oblivioussp.spartanshields.item.ItemShieldExtraMaterial@18698b32 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8958 spartanshields:shield_basic_nickel com.oblivioussp.spartanshields.item.ItemShieldExtraMaterial@2cdff1de +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8959 spartanshields:shield_tower_nickel com.oblivioussp.spartanshields.item.ItemShieldExtraMaterial@324f234f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8960 spartanshields:shield_basic_lead com.oblivioussp.spartanshields.item.ItemShieldExtraMaterial@60371cc8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8961 spartanshields:shield_tower_lead com.oblivioussp.spartanshields.item.ItemShieldExtraMaterial@34532be7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8962 spartanshields:shield_basic_constantan com.oblivioussp.spartanshields.item.ItemShieldExtraMaterial@67d16db2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8963 spartanshields:shield_tower_constantan com.oblivioussp.spartanshields.item.ItemShieldExtraMaterial@2ccf6f5c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8964 spartanshields:shield_riot_rftools com.oblivioussp.spartanshields.item.ItemShieldPoweredFE@4f87c2b8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8965 stevescarts:blockcartassembler net.minecraft.item.ItemBlock@144e3d3a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8966 stevescarts:blockcargomanager net.minecraft.item.ItemBlock@7b859497 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8967 stevescarts:blockliquidmanager net.minecraft.item.ItemBlock@4a4dd2f7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8968 stevescarts:blockdistributor net.minecraft.item.ItemBlock@42617612 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8969 stevescarts:blockactivator net.minecraft.item.ItemBlock@27233489 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8970 stevescarts:blockdetector vswe.stevescarts.items.ItemBlockDetector@70d52dd6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8971 stevescarts:upgrade vswe.stevescarts.items.ItemUpgrade@542b9351 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8972 stevescarts:blockjunction net.minecraft.item.ItemBlock@1db3ae20 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8973 stevescarts:blockadvdetector net.minecraft.item.ItemBlock@238a5663 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8974 stevescarts:blockmetalstorage vswe.stevescarts.items.ItemBlockStorage@7ae86459 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8975 stevescarts:modularcart vswe.stevescarts.items.ItemCarts@60f9505f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8976 stevescarts:modulecomponents vswe.stevescarts.items.ItemCartComponent@5dcc1830 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8977 stevescarts:cartmodule vswe.stevescarts.items.ItemCartModule@35a24a67 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8978 storagedrawers:upgrade_template net.minecraft.item.Item@7251c14e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8979 storagedrawers:upgrade_storage com.jaquadro.minecraft.storagedrawers.item.ItemUpgradeStorage@3dbcae5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8980 storagedrawers:upgrade_one_stack com.jaquadro.minecraft.storagedrawers.item.ItemUpgrade@3a28ac6b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8981 storagedrawers:upgrade_status com.jaquadro.minecraft.storagedrawers.item.ItemUpgradeStatus@468f41d1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8982 storagedrawers:upgrade_void com.jaquadro.minecraft.storagedrawers.item.ItemUpgrade@29efa579 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8983 storagedrawers:upgrade_conversion com.jaquadro.minecraft.storagedrawers.item.ItemUpgrade@74bede43 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8984 storagedrawers:upgrade_creative com.jaquadro.minecraft.storagedrawers.item.ItemUpgradeCreative@b8a6f4b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8985 storagedrawers:upgrade_redstone com.jaquadro.minecraft.storagedrawers.item.ItemUpgradeRedstone@37b72622 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8986 storagedrawers:drawer_key com.jaquadro.minecraft.storagedrawers.item.ItemDrawerKey@63a799c0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8987 storagedrawers:shroud_key com.jaquadro.minecraft.storagedrawers.item.ItemShroudKey@61691f31 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8988 storagedrawers:personal_key com.jaquadro.minecraft.storagedrawers.item.ItemPersonalKey@39c1c460 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8989 storagedrawers:quantify_key com.jaquadro.minecraft.storagedrawers.item.ItemQuantifyKey@3749634c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8990 storagedrawers:tape com.jaquadro.minecraft.storagedrawers.item.ItemTape@687f85fc +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8991 storagedrawers:basicdrawers com.jaquadro.minecraft.storagedrawers.item.ItemBasicDrawers@1a73e852 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8992 storagedrawers:keybutton com.jaquadro.minecraft.storagedrawers.item.ItemKeyButton@28643026 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8993 storagedrawers:compdrawers com.jaquadro.minecraft.storagedrawers.item.ItemCompDrawers@4c9565e1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8994 storagedrawers:controller com.jaquadro.minecraft.storagedrawers.item.ItemController@496b5445 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8995 storagedrawers:controllerslave net.minecraft.item.ItemBlock@2e22934f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8996 storagedrawers:trim com.jaquadro.minecraft.storagedrawers.item.ItemTrim@49c7de70 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8997 storagedrawers:framingtable com.jaquadro.minecraft.storagedrawers.item.ItemFramingTable@6d6e9982 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8998 storagedrawers:customdrawers com.jaquadro.minecraft.storagedrawers.item.ItemCustomDrawers@5110e29d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8999 storagedrawers:customtrim com.jaquadro.minecraft.storagedrawers.item.ItemCustomTrim@3d249180 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9000 supersoundmuffler:sound_muffler_bauble edgarallen.soundmuffler.bauble.ItemSoundMufflerBauble@7803c48b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9001 supersoundmuffler:sound_muffler net.minecraft.item.ItemBlock@89057f3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9002 tallgates:tall_gate se.gory_moon.tallgates.items.ItemTallGate@668b804f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9003 tcomplement:materials slimeknights.mantle.item.ItemMetaDynamic@388eb967 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9004 tcomplement:cast slimeknights.tconstruct.smeltery.item.CastCustom@4ec710db +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9005 tcomplement:cast_clay slimeknights.tconstruct.smeltery.item.CastCustom@2806b214 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9006 tcomplement:edibles slimeknights.mantle.item.ItemEdible@22235728 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9007 tcomplement:melter slimeknights.mantle.item.ItemBlockMeta@6f2b978a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9008 tcomplement:alloy_tank slimeknights.tconstruct.smeltery.item.ItemTank@199c137c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9009 tcomplement:porcelain_tank slimeknights.tconstruct.smeltery.item.ItemTank@4178449 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9010 tcomplement:porcelain_melter slimeknights.mantle.item.ItemBlockMeta@3cb519f4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9011 tcomplement:porcelain_alloy_tank slimeknights.tconstruct.smeltery.item.ItemTank@f115e2f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9012 tcomplement:manyullyn_helmet knightminer.tcomplement.armor.items.ItemArmorBase@4e625c0a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9013 tcomplement:manyullyn_chestplate knightminer.tcomplement.armor.items.ItemArmorBase@5a0c868b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9014 tcomplement:manyullyn_leggings knightminer.tcomplement.armor.items.ItemArmorBase@5fe95bc3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9015 tcomplement:manyullyn_boots knightminer.tcomplement.armor.items.ItemArmorBase@54d75ed7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9016 tcomplement:knightslime_helmet knightminer.tcomplement.armor.items.ItemKnightSlimeArmor@360f2d0f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9017 tcomplement:knightslime_chestplate knightminer.tcomplement.armor.items.ItemKnightSlimeArmor@23ad5f4e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9018 tcomplement:knightslime_leggings knightminer.tcomplement.armor.items.ItemKnightSlimeArmor@4d628c0a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9019 tcomplement:knightslime_boots knightminer.tcomplement.armor.items.ItemKnightSlimeArmor@bff5c6f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9020 tcomplement:porcelain_casting slimeknights.mantle.item.ItemBlockMeta@44d77f4a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9021 tcomplement:chisel_head slimeknights.tconstruct.library.tools.ToolPart@d491fb1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9022 tcomplement:chisel knightminer.tcomplement.plugin.chisel.items.ItemChisel@257ff207 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9023 totemic:cedar_log net.minecraft.item.ItemBlock@32258b64 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9024 totemic:stripped_cedar_log net.minecraft.item.ItemBlock@1f900b43 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9025 totemic:cedar_plank net.minecraft.item.ItemBlock@f0a504e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9026 totemic:cedar_sapling net.minecraft.item.ItemBlock@97d4d87 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9027 totemic:cedar_leaves net.minecraft.item.ItemBlock@171d8967 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9028 totemic:cedar_stairs net.minecraft.item.ItemBlock@84842d4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9029 totemic:cedar_slab net.minecraft.item.ItemSlab@559debb3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9030 totemic:cedar_fence net.minecraft.item.ItemBlock@36ef85f2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9031 totemic:cedar_fence_gate net.minecraft.item.ItemBlock@4dc264f9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9032 totemic:totem_base net.minecraft.item.ItemBlock@7d6d177 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9033 totemic:totem_pole net.minecraft.item.ItemBlock@3dac624d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9034 totemic:totem_torch net.minecraft.item.ItemBlock@7726a01f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9035 totemic:drum net.minecraft.item.ItemBlock@299df7ae +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9036 totemic:wind_chime net.minecraft.item.ItemBlock@1871d683 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9037 totemic:tipi pokefenn.totemic.item.ItemTipi@461161ca +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9038 totemic:wooden_pillar net.minecraft.item.ItemMultiTexture@4f5074f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9039 totemic:wooden_pillar_base net.minecraft.item.ItemMultiTexture@4293a0f8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9040 totemic:flute pokefenn.totemic.item.equipment.music.ItemFlute@54c0a3e7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9041 totemic:rattle pokefenn.totemic.item.equipment.music.ItemRattle@19929784 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9042 totemic:jingle_dress pokefenn.totemic.item.equipment.music.ItemJingleDress@722a63ce +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9043 totemic:eagle_bone_whistle pokefenn.totemic.item.equipment.music.ItemEagleBoneWhistle@35f13486 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9044 totemic:totem_whittling_knife pokefenn.totemic.item.equipment.ItemTotemWhittlingKnife@6abac6a0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9045 totemic:bark_stripper pokefenn.totemic.item.equipment.ItemBarkStripper@3bb49f8b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9046 totemic:totemic_staff pokefenn.totemic.item.equipment.ItemTotemicStaff@369701ce +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9047 totemic:sub_items pokefenn.totemic.item.ItemTotemicItems@a7e569e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9048 totemic:totempedia pokefenn.totemic.item.ItemTotempedia@36cd0eb7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9049 totemic:buffalo_items pokefenn.totemic.item.ItemBuffaloDrops@291a9722 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9050 totemic:buffalo_meat net.minecraft.item.ItemFood@270d7abe +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9051 totemic:cooked_buffalo_meat net.minecraft.item.ItemFood@5fbf0267 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9052 totemic:baykok_bow pokefenn.totemic.item.equipment.weapon.ItemBaykokBow@1d91791 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9053 totemic:medicine_bag pokefenn.totemic.item.equipment.ItemMedicineBag@7c87330f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9054 totemic:ceremony_cheat pokefenn.totemic.item.ItemCeremonyCheat@30937eab +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9055 totemic:eagle_drops pokefenn.totemic.item.ItemEagleDrops@1718eee4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9056 totemic:nether_pipe pokefenn.totemic.item.equipment.music.ItemNetherPipe@5eb41609 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9057 uppers:upper uppers.ModBlocks$1@1b6e599b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9058 vc:item_guidebook_main com.viesis.viescraft.common.items.ItemGuidebookMain@5a868fa5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9059 vc:item_dismounter_normal com.viesis.viescraft.common.items.ItemDismounterNormal@73114997 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9060 vc:item_dismounter_player com.viesis.viescraft.common.items.ItemDismounterPlayer@6a7bd7d1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9061 vc:item_viesoline_pellets com.viesis.viescraft.common.items.parts.ItemViesoline@1e46ac2a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9062 vc:item_logic_chip com.viesis.viescraft.common.items.parts.main.ItemLogicChip@70d3f3e0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9063 vc:item_airship_ignition com.viesis.viescraft.common.items.parts.main.ItemIgnition@977519c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9064 vc:item_airship_frame com.viesis.viescraft.common.items.parts.main.ItemFrame@3d06da3c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9065 vc:item_airship_engine com.viesis.viescraft.common.items.parts.main.ItemEngine@160a064a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9066 vc:item_airship_balloon com.viesis.viescraft.common.items.parts.main.ItemBalloon@79a9bb98 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9067 vc:upgrades/item_upgrade_airship_core com.viesis.viescraft.common.items.upgrades.ItemUpgradeCore@4a61ee80 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9068 vc:upgrades/item_upgrade_airship_frame com.viesis.viescraft.common.items.upgrades.ItemUpgradeFrame@41bd1aca +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9069 vc:upgrades/item_upgrade_airship_engine com.viesis.viescraft.common.items.upgrades.ItemUpgradeEngine@7c36ce1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9070 vc:upgrades/item_upgrade_airship_balloon com.viesis.viescraft.common.items.upgrades.ItemUpgradeBalloon@330272fa +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9071 vc:item_bomb com.viesis.viescraft.common.items.ItemBomb@76d28ff4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9072 vc:modules/item_module_type com.viesis.viescraft.common.items.parts.ItemModuleType@5f90b0ae +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9073 vc:modules/item_module_creative com.viesis.viescraft.common.items.parts.ItemModuleCreative@43a86bd9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9074 vc:airships/item_airship com.viesis.viescraft.common.items.airships.ItemAirship@631d54f4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9075 vc:airships/item_airship_creative com.viesis.viescraft.common.items.airships.ItemCreativeAirship@1d2da4c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9076 vc:achievements/achievement_airship com.viesis.viescraft.common.items.achievements.ItemAchievement@5b9d0f18 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9077 vc:achievements/achievement_airship_portal com.viesis.viescraft.common.items.ItemEntityAirship@5b6b5111 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9078 vc:symbols/item_display_symbol com.viesis.viescraft.common.items.symbols.ItemDisplaySymbol@5258147c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9079 vc:airship_workbench net.minecraft.item.ItemBlock@45cfb4c1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9080 waterstrainer:net mods.waterstrainer.item.ItemNet@76733cc4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9081 waterstrainer:worm mods.waterstrainer.item.ItemWorm@c1baa16 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9082 waterstrainer:super_worm mods.waterstrainer.item.ItemSuperWorm@473af99b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9083 waterstrainer:bait_pot mods.waterstrainer.item.ItemBaitPot@160dc572 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9084 waterstrainer:garden_trowel mods.waterstrainer.item.ItemGardenTrowel@3890e435 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9085 waterstrainer:efficiency_meter mods.waterstrainer.item.ItemEfficiencyMeter@609ea5a5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9086 waterstrainer:strainer_survivalist mods.waterstrainer.item.ItemStrainer@660b52f3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9087 waterstrainer:strainer_survivalist_solid mods.waterstrainer.item.ItemStrainer@2d5eeda7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9088 waterstrainer:strainer_survivalist_reinforced mods.waterstrainer.item.ItemStrainer@694d7fbe +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9089 waterstrainer:strainer_survivalist_dense mods.waterstrainer.item.ItemStrainer@71478b86 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9090 waterstrainer:strainer_survivalist_dense_solid mods.waterstrainer.item.ItemStrainer@571344e7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9091 waterstrainer:strainer_survivalist_dense_reinforced mods.waterstrainer.item.ItemStrainer@d7aa877 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9092 waterstrainer:strainer_fisherman mods.waterstrainer.item.ItemStrainer@fc896e9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9093 waterstrainer:strainer_base net.minecraft.item.ItemBlock@429e372d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9094 weirdinggadget:weirding_gadget net.minecraft.item.ItemBlock@f6777e5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9095 xnet:xnet_manual mcjty.xnet.items.manual.XNetManualItem@57864f6e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9096 xnet:connector_upgrade mcjty.xnet.items.ConnectorUpgradeItem@1cb2e4a9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9097 xnet:facade mcjty.xnet.blocks.facade.FacadeItemBlock@2f269f4d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9098 xnet:redstone_proxy net.minecraft.item.ItemBlock@1b4a0d13 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9099 xnet:redstone_proxy_upd net.minecraft.item.ItemBlock@7ed2cc2b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9100 xnet:netcable mcjty.lib.blocks.DamageMetadataItemBlock@75cef8f4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9101 xnet:connector mcjty.lib.blocks.DamageMetadataItemBlock@6e89cdf7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9102 xnet:advanced_connector mcjty.lib.blocks.DamageMetadataItemBlock@25e077a0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9103 xnet:controller mcjty.lib.blocks.GenericItemBlock@4dbb54a3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9104 xnet:router mcjty.lib.blocks.GenericItemBlock@4f301cb8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9105 xnet:wireless_router mcjty.lib.blocks.GenericItemBlock@6ff686dc +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9106 xnet:antenna mcjty.lib.blocks.GenericItemBlock@498da1f5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9107 xnet:antenna_base mcjty.lib.blocks.GenericItemBlock@5e84fa2b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9108 xnet:antenna_dish mcjty.lib.blocks.GenericItemBlock@119ef89f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9109 yoyos:cord net.minecraft.item.Item@4a854c16 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9110 primal_tech:fire_sticks primal_tech.items.ItemFireSticks@e6ff317 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9111 primal_tech:bone_pickaxe primal_tech.items.ItemBonePickaxe@945187d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9112 primal_tech:bone_axe primal_tech.items.ItemBoneAxe@3d37553b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9113 primal_tech:bone_shovel net.minecraft.item.ItemSpade@68eee68d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9114 primal_tech:bone_shears primal_tech.items.ItemBoneShears@19e847cc +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9115 primal_tech:fluid_bladder primal_tech.items.ItemFluidBladder@384f327c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9116 primal_tech:bone_shard primal_tech.items.ItemMaterials@3f5626c3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9117 primal_tech:plant_fibres primal_tech.items.ItemMaterials@2013652a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9118 primal_tech:twine primal_tech.items.ItemMaterials@7b9e90c3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9119 primal_tech:rock net.minecraft.item.Item@3a03911e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9120 primal_tech:wood_club primal_tech.items.ItemClub@346dc8a3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9121 primal_tech:bone_club primal_tech.items.ItemClub@fecc131 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9122 primal_tech:stone_club primal_tech.items.ItemClub@7b4087 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9123 primal_tech:flint_edged_disc primal_tech.items.ItemMaterials@26d6aaf7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9124 primal_tech:bone_sword primal_tech.ModItems$1@7ca4565e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9125 primal_tech:bone_knife primal_tech.ModItems$2@15a8f5b2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9126 primal_tech:stone_mallet primal_tech.ModItems$3@4f0de0f8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9127 primal_tech:leaf_bed primal_tech.items.ItemLeafBed@5c1f7afc +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9128 primal_tech:flint_block net.minecraft.item.ItemBlock@257d187 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9129 primal_tech:charcoal_block primal_tech.ModBlocks$4@5080a11a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9130 primal_tech:clay_kiln primal_tech.ModBlocks$1@70aa81d2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9131 primal_tech:stick_bundle primal_tech.ModBlocks$2@5745dda1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9132 primal_tech:fibre_torch net.minecraft.item.ItemBlock@6ba2e527 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9133 primal_tech:wooden_hopper primal_tech.ModBlocks$7@3e7f1138 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9134 primal_tech:charcoal_hopper primal_tech.ModBlocks$9@1affa334 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9135 primal_tech:fibre_torch_lit primal_tech.ModBlocks$3@632edd1f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9136 primal_tech:work_stump primal_tech.ModBlocks$5@1fd98780 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9137 primal_tech:stone_grill primal_tech.ModBlocks$6@59e9a392 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9138 primal_tech:work_stump_upgraded primal_tech.ModBlocks$10@3ee85d98 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9139 primal_tech:water_saw primal_tech.ModBlocks$11@2b3bb97f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9140 primal_tech:stone_anvil primal_tech.ModBlocks$12@780dde1f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9141 primal_tech:wooden_basin primal_tech.ModBlocks$13@6c6c07bf +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9142 teslacorelib:gear_diamond net.ndrei.teslacorelib.items.gears.GearDiamondItem@fb10fe5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9143 teslacorelib:gear_gold net.ndrei.teslacorelib.items.gears.GearGoldItem@febff05 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9144 teslacorelib:gear_iron net.ndrei.teslacorelib.items.gears.GearIronItem@36520b38 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9145 teslacorelib:gear_stone net.ndrei.teslacorelib.items.gears.GearStoneItem@47733386 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9146 charcoalblock:charcoal_block net.minecraft.item.ItemBlock@7facfa05 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9147 abyssalcraft:stone com.shinoow.abyssalcraft.common.blocks.itemblock.ItemMetadataBlock@2fef3122 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9148 abyssalcraft:cobblestone com.shinoow.abyssalcraft.common.blocks.itemblock.ItemMetadataBlock@942f42c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9149 abyssalcraft:darkstone_brick com.shinoow.abyssalcraft.common.blocks.itemblock.ItemMetadataBlock@57f30981 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9150 abyssalcraft:dsglow com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockAC@4f97bda8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9151 abyssalcraft:darkbrickslab1 com.shinoow.abyssalcraft.common.blocks.itemblock.ItemSlabAC@19a7e359 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9152 abyssalcraft:darkbrickslab2 com.shinoow.abyssalcraft.common.blocks.itemblock.ItemSlabAC@7da87d5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9153 abyssalcraft:darkcobbleslab1 com.shinoow.abyssalcraft.common.blocks.itemblock.ItemSlabAC@482a39ae +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9154 abyssalcraft:darkcobbleslab2 com.shinoow.abyssalcraft.common.blocks.itemblock.ItemSlabAC@3a22b7fe +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9155 abyssalcraft:dbstairs com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockAC@1c3926c8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9156 abyssalcraft:dcstairs com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockAC@4f0efeb5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9157 abyssalcraft:dltleaves com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockAC@56f059b3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9158 abyssalcraft:dltlog com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockAC@794289d4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9159 abyssalcraft:dltlog2 com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockAC@2c18ef52 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9160 abyssalcraft:dltsapling com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockAC@14db4732 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9161 abyssalcraft:abybrick com.shinoow.abyssalcraft.common.blocks.itemblock.ItemMetadataBlock@4032b9db +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9162 abyssalcraft:abyslab1 com.shinoow.abyssalcraft.common.blocks.itemblock.ItemSlabAC@2d538420 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9163 abyssalcraft:abyslab2 com.shinoow.abyssalcraft.common.blocks.itemblock.ItemSlabAC@46da8ca7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9164 abyssalcraft:abystairs com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockColorName@8f6b199 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9165 abyssalcraft:coraliumore com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockAC@5d5f3d3d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9166 abyssalcraft:abyore com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockAC@6c1cd032 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9167 abyssalcraft:abyfence com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockColorName@7e31c6a2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9168 abyssalcraft:dscwall com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockAC@4376ca84 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9169 abyssalcraft:odb com.shinoow.abyssalcraft.common.blocks.itemblock.ItemODB@67e4a102 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9170 abyssalcraft:ingotblock com.shinoow.abyssalcraft.common.blocks.itemblock.ItemMetadataBlock@6d73708c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9171 abyssalcraft:coraliumstone com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockAC@1d87af56 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9172 abyssalcraft:odbcore com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockColorName@68507488 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9173 abyssalcraft:crate com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockAC@2afe2431 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9174 abyssalcraft:abyportal com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockAC@5cffc6f2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9175 abyssalcraft:darkstoneslab1 com.shinoow.abyssalcraft.common.blocks.itemblock.ItemSlabAC@7ca23f24 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9176 abyssalcraft:darkstoneslab2 com.shinoow.abyssalcraft.common.blocks.itemblock.ItemSlabAC@17bdf00c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9177 abyssalcraft:coraliumfire com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockAC@4cb99166 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9178 abyssalcraft:dsbutton com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockAC@6e530655 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9179 abyssalcraft:dspplate com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockAC@3654fa4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9180 abyssalcraft:dltplank com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockAC@7b20e254 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9181 abyssalcraft:dltbutton com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockAC@7b927ef7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9182 abyssalcraft:dltpplate com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockAC@d05ae7e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9183 abyssalcraft:dltstairs com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockAC@2434d815 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9184 abyssalcraft:dltslab1 com.shinoow.abyssalcraft.common.blocks.itemblock.ItemSlabAC@587aac85 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9185 abyssalcraft:dltslab2 com.shinoow.abyssalcraft.common.blocks.itemblock.ItemSlabAC@307704bb +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9186 abyssalcraft:cwater com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockAC@10212a95 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9187 abyssalcraft:psdl com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockAC@1257acf4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9188 abyssalcraft:abycorore com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockAC@1fc424bf +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9189 abyssalcraft:altar com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockAC@171ea920 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9190 abyssalcraft:abybutton com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockColorName@e724cd4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9191 abyssalcraft:abypplate com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockColorName@216d61e2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9192 abyssalcraft:dsbfence com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockAC@1fb248ac +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9193 abyssalcraft:dltfence com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockAC@7d87a5d3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9194 abyssalcraft:abydreadore com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockAC@618f425b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9195 abyssalcraft:dreadore com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockAC@2b274df9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9196 abyssalcraft:dreadbrick com.shinoow.abyssalcraft.common.blocks.itemblock.ItemMetadataBlock@26dd9719 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9197 abyssalcraft:abydreadbrick com.shinoow.abyssalcraft.common.blocks.itemblock.ItemMetadataBlock@66b4072c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9198 abyssalcraft:dreadgrass com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockAC@7db21c3b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9199 abyssalcraft:dreadlog com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockAC@6cebdef1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9200 abyssalcraft:dreadleaves com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockAC@2644e92a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9201 abyssalcraft:dreadsapling com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockAC@608f17a9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9202 abyssalcraft:dreadplanks com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockAC@d319c47 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9203 abyssalcraft:dreadportal com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockAC@3f1fd746 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9204 abyssalcraft:dreadfire com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockAC@3e936436 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9205 abyssalcraft:dghead com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockAC@26391e12 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9206 abyssalcraft:phead com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockAC@276b6d36 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9207 abyssalcraft:whead com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockAC@660f3b7a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9208 abyssalcraft:ohead com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockAC@43985159 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9209 abyssalcraft:dreadbrickstairs com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockAC@2dbf1eb6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9210 abyssalcraft:dreadbrickfence com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockAC@5141d4ea +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9211 abyssalcraft:dreadbrickslab1 com.shinoow.abyssalcraft.common.blocks.itemblock.ItemSlabAC@4e8ae153 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9212 abyssalcraft:dreadbrickslab2 com.shinoow.abyssalcraft.common.blocks.itemblock.ItemSlabAC@4f196342 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9213 abyssalcraft:abydreadbrickstairs com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockAC@1a069eb9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9214 abyssalcraft:abydreadbrickfence com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockAC@45bfef97 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9215 abyssalcraft:abydreadbrickslab1 com.shinoow.abyssalcraft.common.blocks.itemblock.ItemSlabAC@5c260e0a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9216 abyssalcraft:abydreadbrickslab2 com.shinoow.abyssalcraft.common.blocks.itemblock.ItemSlabAC@582165bf +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9217 abyssalcraft:antiwater com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockAC@767cdb54 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9218 abyssalcraft:cstonebrick com.shinoow.abyssalcraft.common.blocks.itemblock.ItemMetadataBlock@4c85415b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9219 abyssalcraft:cstonebrickfence com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockAC@203f409f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9220 abyssalcraft:cstonebrickslab1 com.shinoow.abyssalcraft.common.blocks.itemblock.ItemSlabAC@73e0c5ba +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9221 abyssalcraft:cstonebrickslab2 com.shinoow.abyssalcraft.common.blocks.itemblock.ItemSlabAC@63d616e9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9222 abyssalcraft:cstonebrickstairs com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockAC@53f1c51 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9223 abyssalcraft:cstonebutton com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockAC@5f5e8fd1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9224 abyssalcraft:cstonepplate com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockAC@2ae64c95 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9225 abyssalcraft:dreadaltartop com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockAC@79d4667e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9226 abyssalcraft:dreadaltarbottom com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockAC@4743081 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9227 abyssalcraft:crystallizer com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockAC@2f7f07d9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9228 abyssalcraft:crystallizer_on com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockAC@37657447 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9229 abyssalcraft:transmutator com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockAC@6dd80343 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9230 abyssalcraft:transmutator_on com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockAC@480dc641 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9231 abyssalcraft:dreadguardspawner com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockAC@1f1b4156 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9232 abyssalcraft:chagarothspawner com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockAC@3c0c9be +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9233 abyssalcraft:drtfence com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockAC@2eaf109e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9234 abyssalcraft:nitreore com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockAC@8b6f4c4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9235 abyssalcraft:abyiroore com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockAC@4d620575 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9236 abyssalcraft:abygolore com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockAC@48eab85e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9237 abyssalcraft:abydiaore com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockAC@1e177a3d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9238 abyssalcraft:abynitore com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockAC@2138adef +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9239 abyssalcraft:abytinore com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockAC@7c2c5d10 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9240 abyssalcraft:abycopore com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockAC@61192283 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9241 abyssalcraft:abypcorore com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockAC@44fa6a0f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9242 abyssalcraft:abylcorore com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockAC@20c9f0aa +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9243 abyssalcraft:solidlava com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockAC@3e93fd7e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9244 abyssalcraft:ethaxiumbrick com.shinoow.abyssalcraft.common.blocks.itemblock.ItemMetadataBlock@16b6cd15 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9245 abyssalcraft:ethaxiumpillar com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockColorName@10b77de +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9246 abyssalcraft:ethaxiumbrickstairs com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockColorName@6ea89bf5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9247 abyssalcraft:ethaxiumbrickslab1 com.shinoow.abyssalcraft.common.blocks.itemblock.ItemSlabAC@4f71f353 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9248 abyssalcraft:ethaxiumbrickslab2 com.shinoow.abyssalcraft.common.blocks.itemblock.ItemSlabAC@6f0f41cd +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9249 abyssalcraft:ethaxiumfence com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockColorName@35e06e75 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9250 abyssalcraft:omotholportal com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockAC@1f3d3c0f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9251 abyssalcraft:omotholfire com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockAC@5f16bfd0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9252 abyssalcraft:engraver com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockAC@4a828cd6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9253 abyssalcraft:engraver_on com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockAC@7ca7d035 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9254 abyssalcraft:materializer com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockAC@a8c56ea +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9255 abyssalcraft:darkethaxiumbrick com.shinoow.abyssalcraft.common.blocks.itemblock.ItemMetadataBlock@600e8054 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9256 abyssalcraft:darkethaxiumpillar com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockColorName@3eb454bf +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9257 abyssalcraft:darkethaxiumbrickstairs com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockColorName@7c500d24 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9258 abyssalcraft:darkethaxiumbrickslab1 com.shinoow.abyssalcraft.common.blocks.itemblock.ItemSlabAC@14032f42 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9259 abyssalcraft:darkethaxiumbrickslab2 com.shinoow.abyssalcraft.common.blocks.itemblock.ItemSlabAC@1b11b6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9260 abyssalcraft:darkethaxiumbrickfence com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockColorName@1c96bca6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9261 abyssalcraft:ritualaltar com.shinoow.abyssalcraft.common.blocks.itemblock.ItemRitualBlock@60d3ab3d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9262 abyssalcraft:ritualpedestal com.shinoow.abyssalcraft.common.blocks.itemblock.ItemRitualBlock@6d27e15a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9263 abyssalcraft:shoggothblock com.shinoow.abyssalcraft.common.blocks.itemblock.ItemShoggothOoze@35e9cbe9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9264 abyssalcraft:statue com.shinoow.abyssalcraft.common.blocks.itemblock.ItemMetadataBlock@1c33227e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9265 abyssalcraft:shoggothbiomass com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockAC@6144e886 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9266 abyssalcraft:energypedestal com.shinoow.abyssalcraft.common.blocks.itemblock.ItemPEContainerBlock@33bbe8c5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9267 abyssalcraft:monolithpillar com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockAC@48f6dbd8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9268 abyssalcraft:sacrificialaltar com.shinoow.abyssalcraft.common.blocks.itemblock.ItemPEContainerBlock@4d53306a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9269 abyssalcraft:tieredenergypedestal com.shinoow.abyssalcraft.common.blocks.itemblock.ItemMetadataPEContainerBlock@b95e19e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9270 abyssalcraft:tieredsacrificialaltar com.shinoow.abyssalcraft.common.blocks.itemblock.ItemMetadataPEContainerBlock@6784cde9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9271 abyssalcraft:jzaharspawner com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockAC@19d2f2da +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9272 abyssalcraft:gatekeeperminionspawner com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockAC@4dd641ea +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9273 abyssalcraft:fire com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockAC@696bd0df +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9274 abyssalcraft:decorativestatue com.shinoow.abyssalcraft.common.blocks.itemblock.ItemDecorativeStatueBlock@28c1a39e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9275 abyssalcraft:crystalcluster com.shinoow.abyssalcraft.common.blocks.itemblock.ItemCrystalClusterBlock@260bd07e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9276 abyssalcraft:crystalcluster2 com.shinoow.abyssalcraft.common.blocks.itemblock.ItemCrystalClusterBlock2@59ad1c44 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9277 abyssalcraft:energycollector com.shinoow.abyssalcraft.common.blocks.itemblock.ItemPEContainerBlock@6ef7d286 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9278 abyssalcraft:energyrelay com.shinoow.abyssalcraft.common.blocks.itemblock.ItemPEContainerBlock@4b8f4195 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9279 abyssalcraft:energycontainer com.shinoow.abyssalcraft.common.blocks.itemblock.ItemPEContainerBlock@337fe0ba +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9280 abyssalcraft:tieredenergycollector com.shinoow.abyssalcraft.common.blocks.itemblock.ItemTieredEnergyCollectorBlock@20195ad +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9281 abyssalcraft:tieredenergyrelay com.shinoow.abyssalcraft.common.blocks.itemblock.ItemTieredEnergyRelayBlock@52321489 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9282 abyssalcraft:tieredenergycontainer com.shinoow.abyssalcraft.common.blocks.itemblock.ItemTieredEnergyContainerBlock@638074b3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9283 abyssalcraft:abyssalsand com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockAC@2f363249 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9284 abyssalcraft:fusedabyssalsand com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockAC@219476ff +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9285 abyssalcraft:abyssalsandglass com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockAC@63c0a818 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9286 abyssalcraft:dreadlandsdirt com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockAC@3856d3f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9287 abyssalcraft:abyssalcobblestonestairs com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockAC@1d3fb37c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9288 abyssalcraft:abyssalcobblestoneslab1 com.shinoow.abyssalcraft.common.blocks.itemblock.ItemSlabAC@1f1e1daa +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9289 abyssalcraft:abyssalcobblestoneslab2 com.shinoow.abyssalcraft.common.blocks.itemblock.ItemSlabAC@79f8f639 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9290 abyssalcraft:abyssalcobblestonewall com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockAC@513c80ac +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9291 abyssalcraft:dreadstonecobblestonestairs com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockAC@31787da4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9292 abyssalcraft:dreadstonecobblestoneslab1 com.shinoow.abyssalcraft.common.blocks.itemblock.ItemSlabAC@5e64d56c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9293 abyssalcraft:dreadstonecobblestoneslab2 com.shinoow.abyssalcraft.common.blocks.itemblock.ItemSlabAC@6093a9a7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9294 abyssalcraft:dreadstonecobblestonewall com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockAC@551f6cf9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9295 abyssalcraft:abyssalnitecobblestonestairs com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockAC@27f8aea3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9296 abyssalcraft:abyssalnitecobblestoneslab1 com.shinoow.abyssalcraft.common.blocks.itemblock.ItemSlabAC@5f4fd085 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9297 abyssalcraft:abyssalnitecobblestoneslab2 com.shinoow.abyssalcraft.common.blocks.itemblock.ItemSlabAC@22ec945a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9298 abyssalcraft:abyssalnitecobblestonewall com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockAC@c3a4c5a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9299 abyssalcraft:coraliumcobblestonestairs com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockAC@6e5566c8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9300 abyssalcraft:coraliumcobblestoneslab1 com.shinoow.abyssalcraft.common.blocks.itemblock.ItemSlabAC@4fbf587f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9301 abyssalcraft:coraliumcobblestoneslab2 com.shinoow.abyssalcraft.common.blocks.itemblock.ItemSlabAC@9b75b96 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9302 abyssalcraft:coraliumcobblestonewall com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockAC@57b19e66 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9303 abyssalcraft:luminousthistle com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockAC@1217d17e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9304 abyssalcraft:wastelandsthorn com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockAC@27de1fe3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9305 abyssalcraft:rendingpedestal com.shinoow.abyssalcraft.common.blocks.itemblock.ItemRendingPedestalBlock@14069b65 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9306 abyssalcraft:statetransformer com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockAC@4f9f652d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9307 abyssalcraft:energydepositioner com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockAC@632fd181 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9308 abyssalcraft:calcifiedstone com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockAC@34d9fb00 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9309 abyssalcraft:multiblock com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockAC@14a4834d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9310 abyssalcraft:devsword com.shinoow.abyssalcraft.common.items.AbyssalCraftTool@20a63af9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9311 abyssalcraft:shoggoth_projectile net.minecraft.item.Item@3d1854b5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9312 abyssalcraft:oc com.shinoow.abyssalcraft.common.items.ItemOC@4662b9ed +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9313 abyssalcraft:gatewaykey com.shinoow.abyssalcraft.common.items.ItemPortalPlacer@76ecf487 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9314 abyssalcraft:staff com.shinoow.abyssalcraft.common.items.ItemStaff@670c6951 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9315 abyssalcraft:powerstonetracker com.shinoow.abyssalcraft.common.items.ItemTrackerPSDL@18ce24f9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9316 abyssalcraft:eoa com.shinoow.abyssalcraft.common.items.ItemEoA@4bb05bdc +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9317 abyssalcraft:gatewaykeydl com.shinoow.abyssalcraft.common.items.ItemPortalPlacer@5a69c6e1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9318 abyssalcraft:dreadshard com.shinoow.abyssalcraft.common.items.ItemACBasic@5e2b6a1c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9319 abyssalcraft:dreadchunk com.shinoow.abyssalcraft.common.items.ItemACBasic@37ab64cc +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9320 abyssalcraft:abychunk com.shinoow.abyssalcraft.common.items.ItemACBasic@7e8cb75e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9321 abyssalcraft:abyingot com.shinoow.abyssalcraft.common.items.ItemACBasic@6ac628a0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9322 abyssalcraft:coralium com.shinoow.abyssalcraft.common.items.ItemACBasic@6fb8d46e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9323 abyssalcraft:ccluster2 com.shinoow.abyssalcraft.common.items.ItemCoraliumcluster@3595051 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9324 abyssalcraft:ccluster3 com.shinoow.abyssalcraft.common.items.ItemCoraliumcluster@18742123 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9325 abyssalcraft:ccluster4 com.shinoow.abyssalcraft.common.items.ItemCoraliumcluster@43ac89a5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9326 abyssalcraft:ccluster5 com.shinoow.abyssalcraft.common.items.ItemCoraliumcluster@6a1e3e1a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9327 abyssalcraft:ccluster6 com.shinoow.abyssalcraft.common.items.ItemCoraliumcluster@230c20d0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9328 abyssalcraft:ccluster7 com.shinoow.abyssalcraft.common.items.ItemCoraliumcluster@1ac860ab +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9329 abyssalcraft:ccluster8 com.shinoow.abyssalcraft.common.items.ItemCoraliumcluster@3d0e33f6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9330 abyssalcraft:ccluster9 com.shinoow.abyssalcraft.common.items.ItemCoraliumcluster@26fb24a3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9331 abyssalcraft:cpearl com.shinoow.abyssalcraft.common.items.ItemACBasic@64b39a0c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9332 abyssalcraft:cchunk com.shinoow.abyssalcraft.common.items.ItemACBasic@3da77309 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9333 abyssalcraft:cingot com.shinoow.abyssalcraft.common.items.ItemACBasic@71fa66c8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9334 abyssalcraft:platec com.shinoow.abyssalcraft.common.items.ItemACBasic@e5b9a68 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9335 abyssalcraft:transmutationgem com.shinoow.abyssalcraft.common.items.ItemCorb@76401255 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9336 abyssalcraft:corflesh com.shinoow.abyssalcraft.common.items.ItemCorflesh@707908af +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9337 abyssalcraft:corbone com.shinoow.abyssalcraft.common.items.ItemCorbone@5297fc4e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9338 abyssalcraft:dpick com.shinoow.abyssalcraft.common.items.ItemACPickaxe@4db4ae +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9339 abyssalcraft:daxe com.shinoow.abyssalcraft.common.items.ItemACAxe@7669cc48 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9340 abyssalcraft:dshovel com.shinoow.abyssalcraft.common.items.ItemACShovel@4e6d8e5a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9341 abyssalcraft:dsword com.shinoow.abyssalcraft.common.items.ItemACSword@23757e55 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9342 abyssalcraft:dhoe com.shinoow.abyssalcraft.common.items.ItemACHoe@4e705651 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9343 abyssalcraft:apick com.shinoow.abyssalcraft.common.items.ItemACPickaxe@7643c85b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9344 abyssalcraft:aaxe com.shinoow.abyssalcraft.common.items.ItemACAxe@547e9797 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9345 abyssalcraft:ashovel com.shinoow.abyssalcraft.common.items.ItemACShovel@5c71dc9b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9346 abyssalcraft:asword com.shinoow.abyssalcraft.common.items.ItemACSword@10ffcb9a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9347 abyssalcraft:ahoe com.shinoow.abyssalcraft.common.items.ItemACHoe@7816d8ce +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9348 abyssalcraft:corpick com.shinoow.abyssalcraft.common.items.ItemACPickaxe@58f42a74 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9349 abyssalcraft:coraxe com.shinoow.abyssalcraft.common.items.ItemACAxe@ab3a0f5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9350 abyssalcraft:corshovel com.shinoow.abyssalcraft.common.items.ItemACShovel@64fe1922 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9351 abyssalcraft:corsword com.shinoow.abyssalcraft.common.items.ItemACSword@2a607ddb +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9352 abyssalcraft:corhoe com.shinoow.abyssalcraft.common.items.ItemACHoe@53be4569 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9353 abyssalcraft:ahelmet com.shinoow.abyssalcraft.common.items.armor.ItemAbyssalniteArmor@4beec790 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9354 abyssalcraft:aplate com.shinoow.abyssalcraft.common.items.armor.ItemAbyssalniteArmor@2a1071 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9355 abyssalcraft:alegs com.shinoow.abyssalcraft.common.items.armor.ItemAbyssalniteArmor@33d2b709 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9356 abyssalcraft:aboots com.shinoow.abyssalcraft.common.items.armor.ItemAbyssalniteArmor@1dcd0e59 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9357 abyssalcraft:dhelmet com.shinoow.abyssalcraft.common.items.armor.ItemDreadArmor@6cd07788 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9358 abyssalcraft:dplate com.shinoow.abyssalcraft.common.items.armor.ItemDreadArmor@1848c1c0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9359 abyssalcraft:dlegs com.shinoow.abyssalcraft.common.items.armor.ItemDreadArmor@7b25be78 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9360 abyssalcraft:dboots com.shinoow.abyssalcraft.common.items.armor.ItemDreadArmor@2b584844 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9361 abyssalcraft:corhelmet com.shinoow.abyssalcraft.common.items.armor.ItemCoraliumArmor@1a854620 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9362 abyssalcraft:corplate com.shinoow.abyssalcraft.common.items.armor.ItemCoraliumArmor@43bd0a2a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9363 abyssalcraft:corlegs com.shinoow.abyssalcraft.common.items.armor.ItemCoraliumArmor@102c923d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9364 abyssalcraft:corboots com.shinoow.abyssalcraft.common.items.armor.ItemCoraliumArmor@703c8557 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9365 abyssalcraft:corhelmetp com.shinoow.abyssalcraft.common.items.armor.ItemCoraliumPArmor@1bdd169f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9366 abyssalcraft:corplatep com.shinoow.abyssalcraft.common.items.armor.ItemCoraliumPArmor@2fda2aa8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9367 abyssalcraft:corlegsp com.shinoow.abyssalcraft.common.items.armor.ItemCoraliumPArmor@4942579f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9368 abyssalcraft:corbootsp com.shinoow.abyssalcraft.common.items.armor.ItemCoraliumPArmor@21a19d11 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9369 abyssalcraft:depthshelmet com.shinoow.abyssalcraft.common.items.armor.ItemDepthsArmor@4b9859de +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9370 abyssalcraft:depthsplate com.shinoow.abyssalcraft.common.items.armor.ItemDepthsArmor@35cc26d0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9371 abyssalcraft:depthslegs com.shinoow.abyssalcraft.common.items.armor.ItemDepthsArmor@71506aaa +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9372 abyssalcraft:depthsboots com.shinoow.abyssalcraft.common.items.armor.ItemDepthsArmor@28db25bc +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9373 abyssalcraft:cobbleu com.shinoow.abyssalcraft.api.item.ItemUpgradeKit@449de3e3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9374 abyssalcraft:ironu com.shinoow.abyssalcraft.api.item.ItemUpgradeKit@50bed55b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9375 abyssalcraft:goldu com.shinoow.abyssalcraft.api.item.ItemUpgradeKit@7999f432 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9376 abyssalcraft:diamondu com.shinoow.abyssalcraft.api.item.ItemUpgradeKit@582d7365 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9377 abyssalcraft:abyssalniteu com.shinoow.abyssalcraft.api.item.ItemUpgradeKit@73041178 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9378 abyssalcraft:coraliumu com.shinoow.abyssalcraft.api.item.ItemUpgradeKit@55b6064e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9379 abyssalcraft:dreadiumu com.shinoow.abyssalcraft.api.item.ItemUpgradeKit@63b840ae +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9380 abyssalcraft:ethaxiumu com.shinoow.abyssalcraft.api.item.ItemUpgradeKit@50bdb1e7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9381 abyssalcraft:mre com.shinoow.abyssalcraft.common.items.ItemPlatefood@361e559 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9382 abyssalcraft:ironp com.shinoow.abyssalcraft.common.items.ItemACBasic@6680170d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9383 abyssalcraft:chickenp com.shinoow.abyssalcraft.common.items.ItemPlatefood@471c9643 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9384 abyssalcraft:porkp com.shinoow.abyssalcraft.common.items.ItemPlatefood@7a9325ce +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9385 abyssalcraft:beefp com.shinoow.abyssalcraft.common.items.ItemPlatefood@76d45ce8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9386 abyssalcraft:fishp com.shinoow.abyssalcraft.common.items.ItemPlatefood@108a0540 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9387 abyssalcraft:dirtyplate com.shinoow.abyssalcraft.common.items.ItemACBasic@3387379c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9388 abyssalcraft:friedegg net.minecraft.item.ItemFood@5059d977 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9389 abyssalcraft:eggp com.shinoow.abyssalcraft.common.items.ItemPlatefood@43efc88 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9390 abyssalcraft:cloth com.shinoow.abyssalcraft.common.items.ItemWashCloth@445e594a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9391 abyssalcraft:shadowfragment com.shinoow.abyssalcraft.common.items.ItemACBasic@4e6fad8a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9392 abyssalcraft:shadowshard com.shinoow.abyssalcraft.common.items.ItemACBasic@50634751 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9393 abyssalcraft:shadowgem com.shinoow.abyssalcraft.common.items.ItemACBasic@234a2b69 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9394 abyssalcraft:oblivionshard com.shinoow.abyssalcraft.common.items.ItemACBasic@15e8a243 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9395 abyssalcraft:corbow com.shinoow.abyssalcraft.common.items.ItemCoraliumBow@26584e89 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9396 abyssalcraft:cbrick com.shinoow.abyssalcraft.common.items.ItemACBasic@6c4bdcdc +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9397 abyssalcraft:cudgel com.shinoow.abyssalcraft.common.items.ItemCudgel@1ea8a35f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9398 abyssalcraft:dreadiumingot com.shinoow.abyssalcraft.common.items.ItemACBasic@4e82f073 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9399 abyssalcraft:dreadfragment com.shinoow.abyssalcraft.common.items.ItemACBasic@2a4ad32c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9400 abyssalcraft:dreadiumhelmet com.shinoow.abyssalcraft.common.items.armor.ItemDreadiumArmor@2c413958 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9401 abyssalcraft:dreadiumplate com.shinoow.abyssalcraft.common.items.armor.ItemDreadiumArmor@2da777fd +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9402 abyssalcraft:dreadiumlegs com.shinoow.abyssalcraft.common.items.armor.ItemDreadiumArmor@225c2396 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9403 abyssalcraft:dreadiumboots com.shinoow.abyssalcraft.common.items.armor.ItemDreadiumArmor@25677e38 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9404 abyssalcraft:dreadiumpickaxe com.shinoow.abyssalcraft.common.items.ItemACPickaxe@18d55785 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9405 abyssalcraft:dreadiumaxe com.shinoow.abyssalcraft.common.items.ItemACAxe@43bcad9b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9406 abyssalcraft:dreadiumshovel com.shinoow.abyssalcraft.common.items.ItemACShovel@1ae4ccf7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9407 abyssalcraft:dreadiumsword com.shinoow.abyssalcraft.common.items.ItemACSword@66cbaf34 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9408 abyssalcraft:dreadiumhoe com.shinoow.abyssalcraft.common.items.ItemACHoe@5490a517 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9409 abyssalcraft:carboncluster com.shinoow.abyssalcraft.common.items.ItemACBasic@72e61a6b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9410 abyssalcraft:densecarboncluster com.shinoow.abyssalcraft.common.items.ItemACBasic@4e59e3b4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9411 abyssalcraft:methane com.shinoow.abyssalcraft.common.items.ItemACBasic@75505744 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9412 abyssalcraft:nitre com.shinoow.abyssalcraft.common.items.ItemACBasic@24b9ece4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9413 abyssalcraft:sulfur com.shinoow.abyssalcraft.common.items.ItemACBasic@66ce8f5a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9414 abyssalcraft:crystal com.shinoow.abyssalcraft.common.items.ItemCrystal@670b9474 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9415 abyssalcraft:crystalshard com.shinoow.abyssalcraft.common.items.ItemCrystal@109605a6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9416 abyssalcraft:dreadcloth com.shinoow.abyssalcraft.common.items.ItemACBasic@7b23159c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9417 abyssalcraft:dreadplate com.shinoow.abyssalcraft.common.items.ItemACBasic@6905f1fd +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9418 abyssalcraft:dreadblade com.shinoow.abyssalcraft.common.items.ItemACBasic@5296709d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9419 abyssalcraft:dreadhilt com.shinoow.abyssalcraft.common.items.ItemDreadiumKatana@728de45c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9420 abyssalcraft:dreadkatana com.shinoow.abyssalcraft.common.items.ItemDreadiumKatana@11619064 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9421 abyssalcraft:dreadkey com.shinoow.abyssalcraft.common.items.ItemACBasic@572d01ac +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9422 abyssalcraft:gatewaykeyjzh com.shinoow.abyssalcraft.common.items.ItemPortalPlacer@365e914c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9423 abyssalcraft:dreadiumsamuraihelmet com.shinoow.abyssalcraft.common.items.armor.ItemDreadiumSamuraiArmor@5f4a624d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9424 abyssalcraft:dreadiumsamuraiplate com.shinoow.abyssalcraft.common.items.armor.ItemDreadiumSamuraiArmor@475b02d3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9425 abyssalcraft:dreadiumsamurailegs com.shinoow.abyssalcraft.common.items.armor.ItemDreadiumSamuraiArmor@275bcdd5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9426 abyssalcraft:dreadiumsamuraiboots com.shinoow.abyssalcraft.common.items.armor.ItemDreadiumSamuraiArmor@5bc2520 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9427 abyssalcraft:tiningot com.shinoow.abyssalcraft.common.items.ItemACBasic@2bec2cdf +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9428 abyssalcraft:copperingot com.shinoow.abyssalcraft.common.items.ItemACBasic@36136b76 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9429 abyssalcraft:antibeef com.shinoow.abyssalcraft.common.items.ItemAntiFood@98c3c79 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9430 abyssalcraft:antichicken com.shinoow.abyssalcraft.common.items.ItemAntiFood@4b1a18f5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9431 abyssalcraft:antipork com.shinoow.abyssalcraft.common.items.ItemAntiFood@15a4f9d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9432 abyssalcraft:antiflesh com.shinoow.abyssalcraft.common.items.ItemAntiFood@2c3fcc1b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9433 abyssalcraft:antibone com.shinoow.abyssalcraft.common.items.ItemACBasic@44384211 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9434 abyssalcraft:antispidereye com.shinoow.abyssalcraft.common.items.ItemAntiFood@5f7e37d3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9435 abyssalcraft:soulreaper com.shinoow.abyssalcraft.common.items.ItemSoulReaper@c0bbd06 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9436 abyssalcraft:ethbrick com.shinoow.abyssalcraft.common.items.ItemACBasic@5e06f788 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9437 abyssalcraft:ethaxiumingot com.shinoow.abyssalcraft.common.items.ItemACBasic@58281e93 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9438 abyssalcraft:lifecrystal com.shinoow.abyssalcraft.common.items.ItemACBasic@76467aea +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9439 abyssalcraft:ethaxiumhelmet com.shinoow.abyssalcraft.common.items.armor.ItemEthaxiumArmor@2d9958b7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9440 abyssalcraft:ethaxiumplate com.shinoow.abyssalcraft.common.items.armor.ItemEthaxiumArmor@32cee5d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9441 abyssalcraft:ethaxiumlegs com.shinoow.abyssalcraft.common.items.armor.ItemEthaxiumArmor@24fe8048 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9442 abyssalcraft:ethaxiumboots com.shinoow.abyssalcraft.common.items.armor.ItemEthaxiumArmor@78b182f5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9443 abyssalcraft:ethaxiumpickaxe com.shinoow.abyssalcraft.common.items.ItemEthaxiumPickaxe@27f40aa9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9444 abyssalcraft:ethaxiumaxe com.shinoow.abyssalcraft.common.items.ItemACAxe@4e271368 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9445 abyssalcraft:ethaxiumshovel com.shinoow.abyssalcraft.common.items.ItemACShovel@56e350b9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9446 abyssalcraft:ethaxiumsword com.shinoow.abyssalcraft.common.items.ItemACSword@13b7f1a5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9447 abyssalcraft:ethaxiumhoe com.shinoow.abyssalcraft.common.items.ItemACHoe@14111038 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9448 abyssalcraft:coin com.shinoow.abyssalcraft.common.items.ItemCoin@625bfd81 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9449 abyssalcraft:cthulhucoin com.shinoow.abyssalcraft.common.items.ItemCoin@2ef11feb +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9450 abyssalcraft:eldercoin com.shinoow.abyssalcraft.common.items.ItemCoin@267f949 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9451 abyssalcraft:jzaharcoin com.shinoow.abyssalcraft.common.items.ItemCoin@1e6ba9ed +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9452 abyssalcraft:engraving_blank com.shinoow.abyssalcraft.api.item.ItemEngraving@23e1e854 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9453 abyssalcraft:engraving_cthulhu com.shinoow.abyssalcraft.api.item.ItemEngraving@549a584 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9454 abyssalcraft:engraving_elder com.shinoow.abyssalcraft.api.item.ItemEngraving@3859a9d5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9455 abyssalcraft:engraving_jzahar com.shinoow.abyssalcraft.api.item.ItemEngraving@7b3e4bf2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9456 abyssalcraft:eldritchscale com.shinoow.abyssalcraft.common.items.ItemACBasic@57b1af89 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9457 abyssalcraft:omotholflesh com.shinoow.abyssalcraft.common.items.ItemOmotholFlesh@1f1c457e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9458 abyssalcraft:anticorflesh com.shinoow.abyssalcraft.common.items.ItemCorflesh@6afe4049 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9459 abyssalcraft:anticorbone com.shinoow.abyssalcraft.common.items.ItemCorbone@6316f73f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9460 abyssalcraft:necronomicon com.shinoow.abyssalcraft.common.items.ItemNecronomicon@3901c133 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9461 abyssalcraft:necronomicon_cor com.shinoow.abyssalcraft.common.items.ItemNecronomicon@444b44d8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9462 abyssalcraft:necronomicon_dre com.shinoow.abyssalcraft.common.items.ItemNecronomicon@5c2fb810 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9463 abyssalcraft:necronomicon_omt com.shinoow.abyssalcraft.common.items.ItemNecronomicon@8d403a5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9464 abyssalcraft:abyssalnomicon com.shinoow.abyssalcraft.common.items.ItemNecronomicon@3feb43d5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9465 abyssalcraft:crystalbag_small com.shinoow.abyssalcraft.common.items.ItemCrystalBag@2198bd74 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9466 abyssalcraft:crystalbag_medium com.shinoow.abyssalcraft.common.items.ItemCrystalBag@d67e6f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9467 abyssalcraft:crystalbag_large com.shinoow.abyssalcraft.common.items.ItemCrystalBag@28379cfb +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9468 abyssalcraft:crystalbag_huge com.shinoow.abyssalcraft.common.items.ItemCrystalBag@4d2787c3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9469 abyssalcraft:shoggothflesh com.shinoow.abyssalcraft.lib.item.ItemMetadata@2930f00e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9470 abyssalcraft:ingotnugget com.shinoow.abyssalcraft.common.items.ItemMetadataMisc@1aa6c641 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9471 abyssalcraft:drainstaff com.shinoow.abyssalcraft.common.items.ItemDrainStaff@ee251aa +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9472 abyssalcraft:essence com.shinoow.abyssalcraft.common.items.ItemMetadataMisc@7f0ac62a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9473 abyssalcraft:skin com.shinoow.abyssalcraft.common.items.ItemMetadataMisc@5194f945 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9474 abyssalcraft:charm com.shinoow.abyssalcraft.lib.item.ItemCharm@7d2ca9f8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9475 abyssalcraft:cthulhucharm com.shinoow.abyssalcraft.lib.item.ItemCharm@61dfc8f6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9476 abyssalcraft:hasturcharm com.shinoow.abyssalcraft.lib.item.ItemCharm@48cd7971 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9477 abyssalcraft:jzaharcharm com.shinoow.abyssalcraft.lib.item.ItemCharm@3e65effc +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9478 abyssalcraft:azathothcharm com.shinoow.abyssalcraft.lib.item.ItemCharm@261ee2a1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9479 abyssalcraft:nyarlathotepcharm com.shinoow.abyssalcraft.lib.item.ItemCharm@399906ec +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9480 abyssalcraft:yogsothothcharm com.shinoow.abyssalcraft.lib.item.ItemCharm@1a3cf65f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9481 abyssalcraft:shubniggurathcharm com.shinoow.abyssalcraft.lib.item.ItemCharm@b37f0eb +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9482 abyssalcraft:hasturcoin com.shinoow.abyssalcraft.common.items.ItemCoin@5aed00c6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9483 abyssalcraft:azathothcoin com.shinoow.abyssalcraft.common.items.ItemCoin@2bb2c311 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9484 abyssalcraft:nyarlathotepcoin com.shinoow.abyssalcraft.common.items.ItemCoin@56415636 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9485 abyssalcraft:yogsothothcoin com.shinoow.abyssalcraft.common.items.ItemCoin@62c554bd +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9486 abyssalcraft:shubniggurathcoin com.shinoow.abyssalcraft.common.items.ItemCoin@501c9313 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9487 abyssalcraft:engraving_hastur com.shinoow.abyssalcraft.api.item.ItemEngraving@6d8b684a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9488 abyssalcraft:engraving_azathoth com.shinoow.abyssalcraft.api.item.ItemEngraving@31a7632b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9489 abyssalcraft:engraving_nyarlathotep com.shinoow.abyssalcraft.api.item.ItemEngraving@790fb91e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9490 abyssalcraft:engraving_yogsothoth com.shinoow.abyssalcraft.api.item.ItemEngraving@4dbf2927 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9491 abyssalcraft:engraving_shubniggurath com.shinoow.abyssalcraft.api.item.ItemEngraving@7bc0c1e2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9492 abyssalcraft:gatekeeperessence com.shinoow.abyssalcraft.common.items.ItemGatekeeperEssence@71744b8a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9493 abyssalcraft:interdimensionalcage com.shinoow.abyssalcraft.common.items.ItemInterdimensionalCage@7537cbf3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9494 abyssalcraft:crystalfragment com.shinoow.abyssalcraft.common.items.ItemCrystal@41f53263 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9495 abyssalcraft:stonetablet com.shinoow.abyssalcraft.common.items.ItemStoneTablet@3c47346e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9496 abyssalcraft:scroll com.shinoow.abyssalcraft.common.items.ItemScroll@6fbc1077 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9497 abyssalcraft:unique_scroll com.shinoow.abyssalcraft.common.items.ItemScroll@249f2620 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9498 abyssalcraft:antidote com.shinoow.abyssalcraft.common.items.ItemAntidote@4c916efa +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9499 abyssalcraft:door_dlt net.minecraft.item.ItemDoor@49f0c742 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9500 abyssalcraft:door_drt net.minecraft.item.ItemDoor@464049a3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9501 abyssalcraft:charcoal com.shinoow.abyssalcraft.common.items.ItemACBasic@1b33c96d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9502 acintegration:dust com.shinoow.abyssalcraft.lib.item.ItemMetadata@77cd6d38 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9503 acintegration:moltenabyssalnite net.minecraft.item.ItemBlock@7bf8327d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9504 acintegration:moltencoralium net.minecraft.item.ItemBlock@5332ae7e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9505 acintegration:moltendreadium net.minecraft.item.ItemBlock@4f482a47 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9506 actuallyadditions:magnet_ring_bauble me.jacky1356400.actuallybaubles.item.ItemMagnetRingBauble@2cafa71f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9507 actuallyadditions:potion_ring_advanced_bauble me.jacky1356400.actuallybaubles.item.ItemPotionRingAdvancedBauble@61c7dc7b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9508 actuallyadditions:battery_bauble me.jacky1356400.actuallybaubles.item.ItemBatteryBauble@250d22f4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9509 actuallyadditions:battery_double_bauble me.jacky1356400.actuallybaubles.item.ItemBatteryBauble@d8a819c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9510 actuallyadditions:battery_triple_bauble me.jacky1356400.actuallybaubles.item.ItemBatteryBauble@5c4c586d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9511 actuallyadditions:battery_quadruple_bauble me.jacky1356400.actuallybaubles.item.ItemBatteryBauble@3b7639b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9512 actuallyadditions:battery_quintuple_bauble me.jacky1356400.actuallybaubles.item.ItemBatteryBauble@4fe1fb9b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9513 actuallyadditions:block_canola_oil de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@16be159a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9514 actuallyadditions:block_refined_canola_oil de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@288fb810 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9515 actuallyadditions:block_crystal_oil de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@109cad21 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9516 actuallyadditions:block_empowered_oil de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@50e1a18a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9517 actuallyadditions:block_crystal_cluster_redstone de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@36956cc9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9518 actuallyadditions:block_crystal_cluster_lapis de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@638f0d33 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9519 actuallyadditions:block_crystal_cluster_diamond de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@160f41c6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9520 actuallyadditions:block_crystal_cluster_coal de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@4b3f4f7c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9521 actuallyadditions:block_crystal_cluster_emerald de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@56d191f6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9522 actuallyadditions:block_crystal_cluster_iron de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@4dace88a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9523 actuallyadditions:block_battery_box de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@21418188 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9524 actuallyadditions:block_item_viewer_hopping de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@10b46e73 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9525 actuallyadditions:block_farmer de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@4a3003b2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9526 actuallyadditions:block_bio_reactor de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@60725ac6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9527 actuallyadditions:block_empowerer de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@4d12ca81 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9528 actuallyadditions:block_tiny_torch de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@7ee6e2a6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9529 actuallyadditions:block_shock_suppressor de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@3401435b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9530 actuallyadditions:block_display_stand de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@46d78b77 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9531 actuallyadditions:block_player_interface de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@1dca07ee +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9532 actuallyadditions:block_item_viewer de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@54f02523 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9533 actuallyadditions:block_firework_box de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@6ad5bf7d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9534 actuallyadditions:block_miner de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@10a31d63 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9535 actuallyadditions:block_atomic_reconstructor de.ellpeck.actuallyadditions.mod.blocks.BlockAtomicReconstructor$TheItemBlock@5d1b9dee +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9536 actuallyadditions:block_crystal de.ellpeck.actuallyadditions.mod.blocks.BlockCrystal$TheItemBlock@8977253 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9537 actuallyadditions:block_crystal_empowered de.ellpeck.actuallyadditions.mod.blocks.BlockCrystal$TheItemBlock@4ffe0a6b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9538 actuallyadditions:block_black_lotus de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@47be4ef2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9539 actuallyadditions:block_laser_relay de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@46cb5f06 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9540 actuallyadditions:block_laser_relay_advanced de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@757da866 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9541 actuallyadditions:block_laser_relay_extreme de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@4a6f59f0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9542 actuallyadditions:block_laser_relay_fluids de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@7f135791 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9543 actuallyadditions:block_laser_relay_item de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@63bc041a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9544 actuallyadditions:block_laser_relay_item_whitelist de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@7b1abe93 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9545 actuallyadditions:block_ranged_collector de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@4b0ac8d9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9546 actuallyadditions:block_directional_breaker de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@2e40a1f6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9547 actuallyadditions:block_leaf_generator de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@2ddfecf0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9548 actuallyadditions:block_smiley_cloud de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@39f21fe +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9549 actuallyadditions:block_xp_solidifier de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@1e4e7d54 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9550 actuallyadditions:block_testifi_bucks_green_wall de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@352a207a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9551 actuallyadditions:block_testifi_bucks_white_wall de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@6740f243 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9552 actuallyadditions:block_testifi_bucks_green_stairs de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@1daaaf84 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9553 actuallyadditions:block_testifi_bucks_white_stairs de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@7063c5b8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9554 actuallyadditions:block_testifi_bucks_green_slab de.ellpeck.actuallyadditions.mod.blocks.BlockSlabs$TheItemBlock@142e023e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9555 actuallyadditions:block_testifi_bucks_white_slab de.ellpeck.actuallyadditions.mod.blocks.BlockSlabs$TheItemBlock@741c2812 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9556 actuallyadditions:block_testifi_bucks_green_fence de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@3c027f9a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9557 actuallyadditions:block_testifi_bucks_white_fence de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@52a223a7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9558 actuallyadditions:block_colored_lamp de.ellpeck.actuallyadditions.mod.blocks.BlockColoredLamp$TheItemBlock@3679e43f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9559 actuallyadditions:block_colored_lamp_on de.ellpeck.actuallyadditions.mod.blocks.BlockColoredLamp$TheItemBlock@23b0165a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9560 actuallyadditions:block_lamp_powerer de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@ce14319 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9561 actuallyadditions:block_treasure_chest de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@4f1df639 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9562 actuallyadditions:block_energizer de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@363cabf9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9563 actuallyadditions:block_enervator de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@159d79a2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9564 actuallyadditions:block_lava_factory_controller de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@13e20983 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9565 actuallyadditions:block_canola_press de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@336e89f8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9566 actuallyadditions:block_phantomface de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@605e9f0f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9567 actuallyadditions:block_phantom_placer de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@1ef0bacf +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9568 actuallyadditions:block_phantom_liquiface de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@1ddd0683 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9569 actuallyadditions:block_phantom_energyface de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@5a3b7d89 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9570 actuallyadditions:block_phantom_redstoneface de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@4e893726 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9571 actuallyadditions:block_phantom_breaker de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@5534dafa +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9572 actuallyadditions:block_coal_generator de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@20a837c1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9573 actuallyadditions:block_oil_generator de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@21fec168 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9574 actuallyadditions:block_fermenting_barrel de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@26c9f276 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9575 actuallyadditions:block_rice de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@55591f5f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9576 actuallyadditions:block_canola de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@34ae3c0a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9577 actuallyadditions:block_flax de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@638c5e76 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9578 actuallyadditions:block_coffee de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@abf4a33 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9579 actuallyadditions:block_compost de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@17810fdc +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9580 actuallyadditions:block_misc de.ellpeck.actuallyadditions.mod.blocks.BlockMisc$TheItemBlock@520a3f4a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9581 actuallyadditions:block_feeder de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@5374a493 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9582 actuallyadditions:block_giant_chest de.ellpeck.actuallyadditions.mod.blocks.BlockGiantChest$TheItemBlock@236a921c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9583 actuallyadditions:block_giant_chest_medium de.ellpeck.actuallyadditions.mod.blocks.BlockGiantChest$TheItemBlock@3c0a9642 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9584 actuallyadditions:block_giant_chest_large de.ellpeck.actuallyadditions.mod.blocks.BlockGiantChest$TheItemBlock@3ff90ee6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9585 actuallyadditions:block_grinder de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@495f65b6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9586 actuallyadditions:block_grinder_double de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@3e52f4f3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9587 actuallyadditions:block_furnace_double de.ellpeck.actuallyadditions.mod.blocks.BlockFurnaceDouble$TheItemBlock@5682cdfd +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9588 actuallyadditions:block_inputter de.ellpeck.actuallyadditions.mod.blocks.BlockInputter$TheItemBlock@21fb77f5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9589 actuallyadditions:block_inputter_advanced de.ellpeck.actuallyadditions.mod.blocks.BlockInputter$TheItemBlock@13bbc4a9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9590 actuallyadditions:block_fishing_net de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@3ae74f41 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9591 actuallyadditions:block_furnace_solar de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@7a4a80c5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9592 actuallyadditions:block_heat_collector de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@7414a6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9593 actuallyadditions:block_item_repairer de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@4da7068d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9594 actuallyadditions:block_greenhouse_glass de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@4d3ad53f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9595 actuallyadditions:block_breaker de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@635838f5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9596 actuallyadditions:block_placer de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@4329c11c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9597 actuallyadditions:block_dropper de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@36cf249a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9598 actuallyadditions:block_fluid_placer de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@2dc78c51 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9599 actuallyadditions:block_fluid_collector de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@ffa868c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9600 actuallyadditions:block_coffee_machine de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@256974e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9601 actuallyadditions:block_phantom_booster de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@4d72886a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9602 actuallyadditions:block_wild de.ellpeck.actuallyadditions.mod.blocks.BlockWildPlant$TheItemBlock@5cc63091 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9603 actuallyadditions:block_quartz_wall de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@7530363 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9604 actuallyadditions:block_chiseled_quartz_wall de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@31091820 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9605 actuallyadditions:block_pillar_quartz_wall de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@6861f7b3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9606 actuallyadditions:block_quartz_stair de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@5ce0096 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9607 actuallyadditions:block_chiseled_quartz_stair de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@1a994357 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9608 actuallyadditions:block_pillar_quartz_stair de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@6328803c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9609 actuallyadditions:block_quartz_slab de.ellpeck.actuallyadditions.mod.blocks.BlockSlabs$TheItemBlock@4932f85 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9610 actuallyadditions:block_chiseled_quartz_slab de.ellpeck.actuallyadditions.mod.blocks.BlockSlabs$TheItemBlock@71ac4531 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9611 actuallyadditions:block_pillar_quartz_slab de.ellpeck.actuallyadditions.mod.blocks.BlockSlabs$TheItemBlock@217f33a8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9612 actuallyadditions:item_crystal_shard de.ellpeck.actuallyadditions.mod.items.ItemCrystalShard@6f17edb +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9613 actuallyadditions:item_engineer_goggles_advanced de.ellpeck.actuallyadditions.mod.items.ItemEngineerGoggles@155f3d70 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9614 actuallyadditions:item_engineer_goggles de.ellpeck.actuallyadditions.mod.items.ItemEngineerGoggles@1f6587bb +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9615 actuallyadditions:item_laser_upgrade_range de.ellpeck.actuallyadditions.mod.items.ItemLaserRelayUpgrade@1b038687 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9616 actuallyadditions:item_laser_upgrade_invisibility de.ellpeck.actuallyadditions.mod.items.ItemLaserRelayUpgrade@895dd1b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9617 actuallyadditions:item_filling_wand de.ellpeck.actuallyadditions.mod.items.ItemFillingWand@50af5dd2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9618 actuallyadditions:item_bag de.ellpeck.actuallyadditions.mod.items.ItemBag@5da5f6ba +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9619 actuallyadditions:item_void_bag de.ellpeck.actuallyadditions.mod.items.ItemBag@5a157437 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9620 actuallyadditions:item_worm de.ellpeck.actuallyadditions.mod.items.ItemWorm@7b0acf14 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9621 actuallyadditions:item_player_probe de.ellpeck.actuallyadditions.mod.items.ItemPlayerProbe@7c4e176b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9622 actuallyadditions:item_filter de.ellpeck.actuallyadditions.mod.items.ItemFilter@562584fd +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9623 actuallyadditions:item_water_bowl de.ellpeck.actuallyadditions.mod.items.ItemWaterBowl@47331bdb +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9624 actuallyadditions:item_spawner_changer de.ellpeck.actuallyadditions.mod.items.ItemSpawnerChanger@2447a8a5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9625 actuallyadditions:item_misc de.ellpeck.actuallyadditions.mod.items.ItemMisc@5582c4d6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9626 actuallyadditions:item_crate_keeper de.ellpeck.actuallyadditions.mod.items.ItemGeneric@59fb6442 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9627 actuallyadditions:item_color_lens de.ellpeck.actuallyadditions.mod.items.lens.ItemLens@230301ec +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9628 actuallyadditions:item_explosion_lens de.ellpeck.actuallyadditions.mod.items.lens.ItemLens@3a9897a9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9629 actuallyadditions:item_damage_lens de.ellpeck.actuallyadditions.mod.items.lens.ItemLens@79ff4058 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9630 actuallyadditions:item_more_damage_lens de.ellpeck.actuallyadditions.mod.items.lens.ItemLens@7ba4f251 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9631 actuallyadditions:item_disenchanting_lens de.ellpeck.actuallyadditions.mod.items.lens.ItemLens@401390a8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9632 actuallyadditions:item_mining_lens de.ellpeck.actuallyadditions.mod.items.lens.ItemLens@3ec872dc +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9633 actuallyadditions:item_crystal de.ellpeck.actuallyadditions.mod.items.ItemCrystal@3d3608dd +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9634 actuallyadditions:item_crystal_empowered de.ellpeck.actuallyadditions.mod.items.ItemCrystal@615c4350 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9635 actuallyadditions:item_laser_wrench de.ellpeck.actuallyadditions.mod.items.ItemLaserWrench@3d960903 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9636 actuallyadditions:item_chest_to_crate_upgrade de.ellpeck.actuallyadditions.mod.items.ItemChestToCrateUpgrade@40b5c2ff +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9637 actuallyadditions:item_small_to_medium_crate_upgrade de.ellpeck.actuallyadditions.mod.items.ItemChestToCrateUpgrade@4d485ad4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9638 actuallyadditions:item_medium_to_large_crate_upgrade de.ellpeck.actuallyadditions.mod.items.ItemChestToCrateUpgrade@4e8dc6ee +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9639 actuallyadditions:item_booklet de.ellpeck.actuallyadditions.mod.items.ItemBooklet@43de002d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9640 actuallyadditions:item_growth_ring de.ellpeck.actuallyadditions.mod.items.ItemGrowthRing@2d928093 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9641 actuallyadditions:item_suction_ring de.ellpeck.actuallyadditions.mod.items.ItemMagnetRing@2283e10f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9642 actuallyadditions:item_water_removal_ring de.ellpeck.actuallyadditions.mod.items.ItemWaterRemovalRing@219f907 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9643 actuallyadditions:item_helm_emerald de.ellpeck.actuallyadditions.mod.items.base.ItemArmorAA@becf8a9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9644 actuallyadditions:item_chest_emerald de.ellpeck.actuallyadditions.mod.items.base.ItemArmorAA@7c9428e6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9645 actuallyadditions:item_pants_emerald de.ellpeck.actuallyadditions.mod.items.base.ItemArmorAA@5c5cf6ca +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9646 actuallyadditions:item_boots_emerald de.ellpeck.actuallyadditions.mod.items.base.ItemArmorAA@afb12e9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9647 actuallyadditions:item_helm_obsidian de.ellpeck.actuallyadditions.mod.items.base.ItemArmorAA@66be9aaf +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9648 actuallyadditions:item_chest_obsidian de.ellpeck.actuallyadditions.mod.items.base.ItemArmorAA@3b304d86 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9649 actuallyadditions:item_pants_obsidian de.ellpeck.actuallyadditions.mod.items.base.ItemArmorAA@61168c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9650 actuallyadditions:item_boots_obsidian de.ellpeck.actuallyadditions.mod.items.base.ItemArmorAA@525f2033 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9651 actuallyadditions:item_helm_quartz de.ellpeck.actuallyadditions.mod.items.base.ItemArmorAA@4026a335 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9652 actuallyadditions:item_chest_quartz de.ellpeck.actuallyadditions.mod.items.base.ItemArmorAA@79438aca +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9653 actuallyadditions:item_pants_quartz de.ellpeck.actuallyadditions.mod.items.base.ItemArmorAA@719e2618 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9654 actuallyadditions:item_boots_quartz de.ellpeck.actuallyadditions.mod.items.base.ItemArmorAA@5a6bcea0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9655 actuallyadditions:item_tele_staff de.ellpeck.actuallyadditions.mod.items.ItemTeleStaff@31f55e01 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9656 actuallyadditions:item_wings_of_the_bats de.ellpeck.actuallyadditions.mod.items.ItemWingsOfTheBats@4a7f6a93 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9657 actuallyadditions:item_drill de.ellpeck.actuallyadditions.mod.items.ItemDrill@8dac6b4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9658 actuallyadditions:item_battery de.ellpeck.actuallyadditions.mod.items.ItemBattery@35ecd539 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9659 actuallyadditions:item_battery_double de.ellpeck.actuallyadditions.mod.items.ItemBattery@7870d342 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9660 actuallyadditions:item_battery_triple de.ellpeck.actuallyadditions.mod.items.ItemBattery@636e9f1b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9661 actuallyadditions:item_battery_quadruple de.ellpeck.actuallyadditions.mod.items.ItemBattery@3d5f0aa4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9662 actuallyadditions:item_battery_quintuple de.ellpeck.actuallyadditions.mod.items.ItemBattery@6ec9552b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9663 actuallyadditions:item_drill_upgrade_speed de.ellpeck.actuallyadditions.mod.items.ItemDrillUpgrade@105d6173 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9664 actuallyadditions:item_drill_upgrade_speed_ii de.ellpeck.actuallyadditions.mod.items.ItemDrillUpgrade@75ca224 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9665 actuallyadditions:item_drill_upgrade_speed_iii de.ellpeck.actuallyadditions.mod.items.ItemDrillUpgrade@42938241 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9666 actuallyadditions:item_drill_upgrade_silk_touch de.ellpeck.actuallyadditions.mod.items.ItemDrillUpgrade@6657f735 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9667 actuallyadditions:item_drill_upgrade_fortune de.ellpeck.actuallyadditions.mod.items.ItemDrillUpgrade@1d7a5475 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9668 actuallyadditions:item_drill_upgrade_fortune_ii de.ellpeck.actuallyadditions.mod.items.ItemDrillUpgrade@7fd5987c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9669 actuallyadditions:item_drill_upgrade_three_by_three de.ellpeck.actuallyadditions.mod.items.ItemDrillUpgrade@210a8c4d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9670 actuallyadditions:item_drill_upgrade_five_by_five de.ellpeck.actuallyadditions.mod.items.ItemDrillUpgrade@783d2906 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9671 actuallyadditions:item_drill_upgrade_block_placing de.ellpeck.actuallyadditions.mod.items.ItemDrillUpgrade@372b0388 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9672 actuallyadditions:item_fertilizer de.ellpeck.actuallyadditions.mod.items.ItemFertilizer@4ef2642b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9673 actuallyadditions:item_coffee de.ellpeck.actuallyadditions.mod.items.ItemCoffee@646e7b69 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9674 actuallyadditions:item_phantom_connector de.ellpeck.actuallyadditions.mod.items.ItemPhantomConnector@11f3eb4d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9675 actuallyadditions:item_resonant_rice de.ellpeck.actuallyadditions.mod.items.ItemResonantRice@17856c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9676 actuallyadditions:item_food de.ellpeck.actuallyadditions.mod.items.ItemFoods@6fcfe1a5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9677 actuallyadditions:item_jam de.ellpeck.actuallyadditions.mod.items.ItemJams@78ed6a06 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9678 actuallyadditions:item_knife de.ellpeck.actuallyadditions.mod.items.ItemKnife@76ca5fd5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9679 actuallyadditions:item_crafter_on_a_stick de.ellpeck.actuallyadditions.mod.items.ItemCrafterOnAStick@4aca8885 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9680 actuallyadditions:item_dust de.ellpeck.actuallyadditions.mod.items.ItemDust@5a188ab0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9681 actuallyadditions:item_solidified_experience de.ellpeck.actuallyadditions.mod.items.ItemSolidifiedExperience@19b07be9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9682 actuallyadditions:item_leaf_blower de.ellpeck.actuallyadditions.mod.items.ItemLeafBlower@493666af +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9683 actuallyadditions:item_leaf_blower_advanced de.ellpeck.actuallyadditions.mod.items.ItemLeafBlower@6d26bcab +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9684 actuallyadditions:item_potion_ring de.ellpeck.actuallyadditions.mod.items.ItemPotionRing@73b68f2a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9685 actuallyadditions:item_potion_ring_advanced de.ellpeck.actuallyadditions.mod.items.ItemPotionRing@6d65d6e6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9686 actuallyadditions:item_hairy_ball de.ellpeck.actuallyadditions.mod.items.ItemHairyBall@6abfcea +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9687 actuallyadditions:item_coffee_beans de.ellpeck.actuallyadditions.mod.items.ItemCoffeeBean@171cc6fb +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9688 actuallyadditions:item_rice_seed de.ellpeck.actuallyadditions.mod.items.base.ItemSeed@4f07e357 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9689 actuallyadditions:item_canola_seed de.ellpeck.actuallyadditions.mod.items.base.ItemFoodSeed@88fea42 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9690 actuallyadditions:item_flax_seed de.ellpeck.actuallyadditions.mod.items.base.ItemSeed@4b1ecf53 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9691 actuallyadditions:item_coffee_seed de.ellpeck.actuallyadditions.mod.items.base.ItemSeed@3ac4e3d5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9692 actuallyadditions:item_pickaxe_emerald de.ellpeck.actuallyadditions.mod.items.ItemPickaxeAA@4a29a281 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9693 actuallyadditions:item_axe_emerald de.ellpeck.actuallyadditions.mod.items.ItemAxeAA@3d039c7c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9694 actuallyadditions:item_shovel_emerald de.ellpeck.actuallyadditions.mod.items.ItemShovelAA@5aa8d8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9695 actuallyadditions:item_sword_emerald de.ellpeck.actuallyadditions.mod.items.base.ItemSwordAA@1d9d394d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9696 actuallyadditions:item_hoe_emerald de.ellpeck.actuallyadditions.mod.items.base.ItemHoeAA@1a27add5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9697 actuallyadditions:item_pickaxe_obsidian de.ellpeck.actuallyadditions.mod.items.ItemPickaxeAA@3be62291 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9698 actuallyadditions:item_axe_obsidian de.ellpeck.actuallyadditions.mod.items.ItemAxeAA@6e2f415d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9699 actuallyadditions:item_shovel_obsidian de.ellpeck.actuallyadditions.mod.items.ItemShovelAA@1a8c4a84 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9700 actuallyadditions:item_sword_obsidian de.ellpeck.actuallyadditions.mod.items.base.ItemSwordAA@3d621505 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9701 actuallyadditions:item_hoe_obsidian de.ellpeck.actuallyadditions.mod.items.base.ItemHoeAA@371a4a92 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9702 actuallyadditions:item_pickaxe_quartz de.ellpeck.actuallyadditions.mod.items.ItemPickaxeAA@232bd085 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9703 actuallyadditions:item_axe_quartz de.ellpeck.actuallyadditions.mod.items.ItemAxeAA@5b0b760e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9704 actuallyadditions:item_shovel_quartz de.ellpeck.actuallyadditions.mod.items.ItemShovelAA@76ec8a57 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9705 actuallyadditions:item_sword_quartz de.ellpeck.actuallyadditions.mod.items.base.ItemSwordAA@13c710c2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9706 actuallyadditions:item_hoe_quartz de.ellpeck.actuallyadditions.mod.items.base.ItemHoeAA@6e9545c7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9707 actuallyadditions:wooden_paxel de.ellpeck.actuallyadditions.mod.items.ItemAllToolAA@6e2ee51d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9708 actuallyadditions:stone_paxel de.ellpeck.actuallyadditions.mod.items.ItemAllToolAA@7c8274bd +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9709 actuallyadditions:iron_paxel de.ellpeck.actuallyadditions.mod.items.ItemAllToolAA@57e82aef +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9710 actuallyadditions:gold_paxel de.ellpeck.actuallyadditions.mod.items.ItemAllToolAA@1317f6a8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9711 actuallyadditions:diamond_paxel de.ellpeck.actuallyadditions.mod.items.ItemAllToolAA@a88efda +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9712 actuallyadditions:emerald_paxel de.ellpeck.actuallyadditions.mod.items.ItemAllToolAA@654055aa +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9713 actuallyadditions:obsidian_paxel de.ellpeck.actuallyadditions.mod.items.ItemAllToolAA@7369a4bf +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9714 actuallyadditions:quartz_paxel de.ellpeck.actuallyadditions.mod.items.ItemAllToolAA@5fe7becc +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9715 actuallyadditions:item_pickaxe_crystal_red de.ellpeck.actuallyadditions.mod.items.ItemPickaxeAA@125c7cd5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9716 actuallyadditions:item_axe_crystal_red de.ellpeck.actuallyadditions.mod.items.ItemAxeAA@75569631 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9717 actuallyadditions:item_shovel_crystal_red de.ellpeck.actuallyadditions.mod.items.ItemShovelAA@4b249878 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9718 actuallyadditions:item_sword_crystal_red de.ellpeck.actuallyadditions.mod.items.base.ItemSwordAA@29574e0e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9719 actuallyadditions:item_hoe_crystal_red de.ellpeck.actuallyadditions.mod.items.base.ItemHoeAA@581c3525 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9720 actuallyadditions:item_helm_crystal_red de.ellpeck.actuallyadditions.mod.items.base.ItemArmorAA@7de32572 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9721 actuallyadditions:item_chest_crystal_red de.ellpeck.actuallyadditions.mod.items.base.ItemArmorAA@498aff0a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9722 actuallyadditions:item_pants_crystal_red de.ellpeck.actuallyadditions.mod.items.base.ItemArmorAA@d4e875e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9723 actuallyadditions:item_boots_crystal_red de.ellpeck.actuallyadditions.mod.items.base.ItemArmorAA@7cc7bcff +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9724 actuallyadditions:item_paxel_crystal_red de.ellpeck.actuallyadditions.mod.items.ItemAllToolAA@19bac709 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9725 actuallyadditions:item_pickaxe_crystal_blue de.ellpeck.actuallyadditions.mod.items.ItemPickaxeAA@76b27b1e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9726 actuallyadditions:item_axe_crystal_blue de.ellpeck.actuallyadditions.mod.items.ItemAxeAA@65867cf8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9727 actuallyadditions:item_shovel_crystal_blue de.ellpeck.actuallyadditions.mod.items.ItemShovelAA@5c8ac870 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9728 actuallyadditions:item_sword_crystal_blue de.ellpeck.actuallyadditions.mod.items.base.ItemSwordAA@13c7ce67 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9729 actuallyadditions:item_hoe_crystal_blue de.ellpeck.actuallyadditions.mod.items.base.ItemHoeAA@76c83d8a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9730 actuallyadditions:item_helm_crystal_blue de.ellpeck.actuallyadditions.mod.items.base.ItemArmorAA@18ebcea0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9731 actuallyadditions:item_chest_crystal_blue de.ellpeck.actuallyadditions.mod.items.base.ItemArmorAA@6070018 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9732 actuallyadditions:item_pants_crystal_blue de.ellpeck.actuallyadditions.mod.items.base.ItemArmorAA@7f8a03f1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9733 actuallyadditions:item_boots_crystal_blue de.ellpeck.actuallyadditions.mod.items.base.ItemArmorAA@3eeb78bb +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9734 actuallyadditions:item_paxel_crystal_blue de.ellpeck.actuallyadditions.mod.items.ItemAllToolAA@207ffe17 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9735 actuallyadditions:item_pickaxe_crystal_light_blue de.ellpeck.actuallyadditions.mod.items.ItemPickaxeAA@2abc7b20 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9736 actuallyadditions:item_axe_crystal_light_blue de.ellpeck.actuallyadditions.mod.items.ItemAxeAA@7a53ce6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9737 actuallyadditions:item_shovel_crystal_light_blue de.ellpeck.actuallyadditions.mod.items.ItemShovelAA@303665f5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9738 actuallyadditions:item_sword_crystal_light_blue de.ellpeck.actuallyadditions.mod.items.base.ItemSwordAA@6f66aaa2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9739 actuallyadditions:item_hoe_crystal_light_blue de.ellpeck.actuallyadditions.mod.items.base.ItemHoeAA@26caa915 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9740 actuallyadditions:item_helm_crystal_light_blue de.ellpeck.actuallyadditions.mod.items.base.ItemArmorAA@78b33f08 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9741 actuallyadditions:item_chest_crystal_light_blue de.ellpeck.actuallyadditions.mod.items.base.ItemArmorAA@468af7c6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9742 actuallyadditions:item_pants_crystal_light_blue de.ellpeck.actuallyadditions.mod.items.base.ItemArmorAA@69b0e16d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9743 actuallyadditions:item_boots_crystal_light_blue de.ellpeck.actuallyadditions.mod.items.base.ItemArmorAA@c7b7240 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9744 actuallyadditions:item_paxel_crystal_light_blue de.ellpeck.actuallyadditions.mod.items.ItemAllToolAA@826e326 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9745 actuallyadditions:item_pickaxe_crystal_black de.ellpeck.actuallyadditions.mod.items.ItemPickaxeAA@bbc261a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9746 actuallyadditions:item_axe_crystal_black de.ellpeck.actuallyadditions.mod.items.ItemAxeAA@5155ae75 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9747 actuallyadditions:item_shovel_crystal_black de.ellpeck.actuallyadditions.mod.items.ItemShovelAA@22a4374b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9748 actuallyadditions:item_sword_crystal_black de.ellpeck.actuallyadditions.mod.items.base.ItemSwordAA@1d24cfea +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9749 actuallyadditions:item_hoe_crystal_black de.ellpeck.actuallyadditions.mod.items.base.ItemHoeAA@7742b6a2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9750 actuallyadditions:item_helm_crystal_black de.ellpeck.actuallyadditions.mod.items.base.ItemArmorAA@6dd147b8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9751 actuallyadditions:item_chest_crystal_black de.ellpeck.actuallyadditions.mod.items.base.ItemArmorAA@7cf4a903 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9752 actuallyadditions:item_pants_crystal_black de.ellpeck.actuallyadditions.mod.items.base.ItemArmorAA@12218479 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9753 actuallyadditions:item_boots_crystal_black de.ellpeck.actuallyadditions.mod.items.base.ItemArmorAA@451f0d0f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9754 actuallyadditions:item_paxel_crystal_black de.ellpeck.actuallyadditions.mod.items.ItemAllToolAA@b188839 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9755 actuallyadditions:item_pickaxe_crystal_green de.ellpeck.actuallyadditions.mod.items.ItemPickaxeAA@885e87e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9756 actuallyadditions:item_axe_crystal_green de.ellpeck.actuallyadditions.mod.items.ItemAxeAA@33e52d1b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9757 actuallyadditions:item_shovel_crystal_green de.ellpeck.actuallyadditions.mod.items.ItemShovelAA@51f07a63 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9758 actuallyadditions:item_sword_crystal_green de.ellpeck.actuallyadditions.mod.items.base.ItemSwordAA@1ee67924 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9759 actuallyadditions:item_hoe_crystal_green de.ellpeck.actuallyadditions.mod.items.base.ItemHoeAA@3907b49e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9760 actuallyadditions:item_helm_crystal_green de.ellpeck.actuallyadditions.mod.items.base.ItemArmorAA@22946e93 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9761 actuallyadditions:item_chest_crystal_green de.ellpeck.actuallyadditions.mod.items.base.ItemArmorAA@7b716773 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9762 actuallyadditions:item_pants_crystal_green de.ellpeck.actuallyadditions.mod.items.base.ItemArmorAA@65ed2628 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9763 actuallyadditions:item_boots_crystal_green de.ellpeck.actuallyadditions.mod.items.base.ItemArmorAA@582738ef +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9764 actuallyadditions:item_paxel_crystal_green de.ellpeck.actuallyadditions.mod.items.ItemAllToolAA@2390db50 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9765 actuallyadditions:item_pickaxe_crystal_white de.ellpeck.actuallyadditions.mod.items.ItemPickaxeAA@71e18e23 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9766 actuallyadditions:item_axe_crystal_white de.ellpeck.actuallyadditions.mod.items.ItemAxeAA@5c63e662 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9767 actuallyadditions:item_shovel_crystal_white de.ellpeck.actuallyadditions.mod.items.ItemShovelAA@58440a34 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9768 actuallyadditions:item_sword_crystal_white de.ellpeck.actuallyadditions.mod.items.base.ItemSwordAA@7d2b0037 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9769 actuallyadditions:item_hoe_crystal_white de.ellpeck.actuallyadditions.mod.items.base.ItemHoeAA@461927 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9770 actuallyadditions:item_helm_crystal_white de.ellpeck.actuallyadditions.mod.items.base.ItemArmorAA@5946258e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9771 actuallyadditions:item_chest_crystal_white de.ellpeck.actuallyadditions.mod.items.base.ItemArmorAA@29fc8b2a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9772 actuallyadditions:item_pants_crystal_white de.ellpeck.actuallyadditions.mod.items.base.ItemArmorAA@25ac345b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9773 actuallyadditions:item_boots_crystal_white de.ellpeck.actuallyadditions.mod.items.base.ItemArmorAA@442d8041 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9774 actuallyadditions:item_paxel_crystal_white de.ellpeck.actuallyadditions.mod.items.ItemAllToolAA@4355bfbb +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9775 base:wrench com.teamacronymcoders.base.modules.tool.ItemWrench@3b4f785c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9776 contenttweaker:material_part com.teamacronymcoders.base.materialsystem.items.ItemMaterialPart@19b700b7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9777 contenttweaker:copper_feet com.teamacronymcoders.base.materialsystem.items.ItemMaterialArmor@d183583 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9778 contenttweaker:bronze_feet com.teamacronymcoders.base.materialsystem.items.ItemMaterialArmor@22080e1b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9779 contenttweaker:copper_chest com.teamacronymcoders.base.materialsystem.items.ItemMaterialArmor@7e9d153c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9780 contenttweaker:the_oj com.teamacronymcoders.contenttweaker.modules.vanilla.items.ItemContent@7653106e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9781 contenttweaker:sub_block_holder_1 com.teamacronymcoders.base.subblocksystem.items.ItemBlockSubBlockHolder@4179b9e4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9782 contenttweaker:sub_block_holder_0 com.teamacronymcoders.base.subblocksystem.items.ItemBlockSubBlockHolder@134b40f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9783 contenttweaker:sub_block_holder_3 com.teamacronymcoders.base.subblocksystem.items.ItemBlockSubBlockHolder@2027be26 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9784 contenttweaker:creeper_tear com.teamacronymcoders.contenttweaker.modules.vanilla.items.ItemContent@4e191a2c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9785 contenttweaker:sub_block_holder_2 com.teamacronymcoders.base.subblocksystem.items.ItemBlockSubBlockHolder@42a33c92 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9786 contenttweaker:bronze_head com.teamacronymcoders.base.materialsystem.items.ItemMaterialArmor@1c6efba3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9787 contenttweaker:bronze_legs com.teamacronymcoders.base.materialsystem.items.ItemMaterialArmor@6ef08a6b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9788 contenttweaker:copper_head com.teamacronymcoders.base.materialsystem.items.ItemMaterialArmor@429410bc +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9789 contenttweaker:bronze_chest com.teamacronymcoders.base.materialsystem.items.ItemMaterialArmor@34aadb93 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9790 contenttweaker:copper_legs com.teamacronymcoders.base.materialsystem.items.ItemMaterialArmor@245ad6cb +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9791 buildcraftcore:spring buildcraft.core.item.ItemBlockSpring@774681fa +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9792 buildcraftcore:decorated buildcraft.core.item.ItemBlockDecorated@f376c24 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9793 buildcraftcore:marker_volume buildcraft.lib.item.ItemBlockBC_Neptune@4ca02127 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9794 buildcraftcore:marker_path buildcraft.lib.item.ItemBlockBC_Neptune@349ed34c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9795 buildcraftcore:engine buildcraft.core.item.ItemEngine_BC8@7794cd74 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9796 buildcraftcore:wrench buildcraft.core.item.ItemWrench_Neptune@43f6d9ee +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9797 buildcraftcore:gear_wood buildcraft.lib.item.ItemBC_Neptune@e9261ae +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9798 buildcraftcore:gear_stone buildcraft.lib.item.ItemBC_Neptune@4c54c783 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9799 buildcraftcore:gear_iron buildcraft.lib.item.ItemBC_Neptune@1d7a5c10 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9800 buildcraftcore:gear_gold buildcraft.lib.item.ItemBC_Neptune@68b6dff8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9801 buildcraftcore:gear_diamond buildcraft.lib.item.ItemBC_Neptune@75345c51 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9802 buildcraftcore:list buildcraft.core.item.ItemList_BC8@1fb6e5ab +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9803 buildcraftcore:map_location buildcraft.core.item.ItemMapLocation@5063b091 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9804 buildcraftcore:marker_connector buildcraft.core.item.ItemMarkerConnector@ef4fc7a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9805 buildcraftcore:volume_box buildcraft.core.item.ItemVolumeBox@59f5ff21 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9806 cyclicmagic:fluid_drain net.minecraft.item.ItemBlock@7146c209 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9807 cyclicmagic:crystallized_amber com.lothrazar.cyclicmagic.item.ItemGemAmber@7c39a173 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9808 cyclicmagic:crystallized_obsidian com.lothrazar.cyclicmagic.item.ItemGemObsidian@598599e5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9809 cyclicmagic:gold_minecart com.lothrazar.cyclicmagic.item.minecart.ItemGoldMinecart@de3a2f9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9810 cyclicmagic:gold_furnace_minecart com.lothrazar.cyclicmagic.item.minecart.ItemGoldFurnaceMinecart@52d0b9d1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9811 cyclicmagic:stone_minecart com.lothrazar.cyclicmagic.item.minecart.ItemStoneMinecart@2278b55f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9812 cyclicmagic:dropper_minecart com.lothrazar.cyclicmagic.item.minecart.ItemDropperMinecart@1611a53f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9813 cyclicmagic:turret_minecart com.lothrazar.cyclicmagic.item.minecart.ItemTurretMinecart@54fc31d3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9814 cyclicmagic:purple_boots com.lothrazar.cyclicmagic.item.equipmentcrystal.ItemCrystalArmor@17a6aee0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9815 cyclicmagic:purple_leggings com.lothrazar.cyclicmagic.item.equipmentcrystal.ItemCrystalArmor@227d1263 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9816 cyclicmagic:purple_chestplate com.lothrazar.cyclicmagic.item.equipmentcrystal.ItemCrystalArmor@6ff13619 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9817 cyclicmagic:purple_helmet com.lothrazar.cyclicmagic.item.equipmentcrystal.ItemCrystalArmor@621c941e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9818 cyclicmagic:crystal_pickaxe com.lothrazar.cyclicmagic.item.equipmentcrystal.ItemCrystalPickaxe@642e4572 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9819 cyclicmagic:crystal_axe com.lothrazar.cyclicmagic.item.equipmentcrystal.ItemCrystalAxe@55ad52bd +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9820 cyclicmagic:crystal_spade com.lothrazar.cyclicmagic.item.equipmentcrystal.ItemCrystalSpade@2012a35c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9821 cyclicmagic:crystal_hoe com.lothrazar.cyclicmagic.item.equipmentcrystal.ItemCrystalHoe@2769885f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9822 cyclicmagic:crystal_sword com.lothrazar.cyclicmagic.item.equipmentcrystal.ItemCrystalSword@31fa4c15 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9823 cyclicmagic:glowing_helmet com.lothrazar.cyclicmagic.item.equipmentmagic.ItemGlowingHelmet@7ba38513 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9824 cyclicmagic:sword_weakness com.lothrazar.cyclicmagic.item.equipmentmagic.ItemPoweredSword@efdc82d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9825 cyclicmagic:sword_slowness com.lothrazar.cyclicmagic.item.equipmentmagic.ItemPoweredSword@3bc082ed +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9826 cyclicmagic:sword_ender com.lothrazar.cyclicmagic.item.equipmentmagic.ItemPoweredSword@5000deba +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9827 cyclicmagic:sandstone_pickaxe com.lothrazar.cyclicmagic.item.equipmentsandstone.ItemSandstonePickaxe@63ba94a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9828 cyclicmagic:sandstone_axe com.lothrazar.cyclicmagic.item.equipmentsandstone.ItemSandstoneAxe@5a43ade2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9829 cyclicmagic:sandstone_spade com.lothrazar.cyclicmagic.item.equipmentsandstone.ItemSandstoneSpade@2821150a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9830 cyclicmagic:sandstone_hoe com.lothrazar.cyclicmagic.item.equipmentsandstone.ItemSandstoneHoe@3379ba4b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9831 cyclicmagic:sandstone_sword com.lothrazar.cyclicmagic.item.equipmentsandstone.ItemSandstoneSword@5325a0a9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9832 cyclicmagic:chest_sack com.lothrazar.cyclicmagic.item.tiletransporter.ItemChestSack@6ccd87ca +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9833 cyclicmagic:chest_sack_empty com.lothrazar.cyclicmagic.item.tiletransporter.ItemChestSackEmpty@3aee61e7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9834 cyclicmagic:storage_bag com.lothrazar.cyclicmagic.item.storagesack.ItemStorageBag@75438bc7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9835 cyclicmagic:ender_pearl_reuse com.lothrazar.cyclicmagic.item.enderpearl.ItemEnderPearlReuse@14fa0a6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9836 cyclicmagic:ender_pearl_mounted com.lothrazar.cyclicmagic.item.enderpearl.ItemEnderPearlReuse@1e53c2bc +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9837 cyclicmagic:tool_harvest_weeds com.lothrazar.cyclicmagic.item.scythe.ItemScythe@2ed4d156 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9838 cyclicmagic:tool_harvest_crops com.lothrazar.cyclicmagic.item.scythe.ItemScythe@5f4efd96 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9839 cyclicmagic:tool_harvest_leaves com.lothrazar.cyclicmagic.item.scythe.ItemScythe@3ad5614d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9840 cyclicmagic:tool_swap com.lothrazar.cyclicmagic.item.exchangebuild.ItemBuildSwapper@44bb2f13 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9841 cyclicmagic:tool_swap_match com.lothrazar.cyclicmagic.item.exchangebuild.ItemBuildSwapper@3a65ffc5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9842 cyclicmagic:horse_upgrade_type com.lothrazar.cyclicmagic.item.mobs.ItemHorseUpgrade@3a16dc94 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9843 cyclicmagic:horse_upgrade_variant com.lothrazar.cyclicmagic.item.mobs.ItemHorseUpgrade@73be7368 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9844 cyclicmagic:horse_upgrade_health com.lothrazar.cyclicmagic.item.mobs.ItemHorseUpgrade@6e6019bb +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9845 cyclicmagic:horse_upgrade_speed com.lothrazar.cyclicmagic.item.mobs.ItemHorseUpgrade@7bee4865 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9846 cyclicmagic:horse_upgrade_jump com.lothrazar.cyclicmagic.item.mobs.ItemHorseUpgrade@7710d9f0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9847 cyclicmagic:heart_food com.lothrazar.cyclicmagic.item.ItemHeartContainer@2564ce56 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9848 cyclicmagic:fire_dark_anim net.minecraft.item.Item@7735d149 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9849 cyclicmagic:ender_blaze com.lothrazar.cyclicmagic.item.firemagic.ItemProjectileBlaze@1976a3d5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9850 cyclicmagic:fire_dark net.minecraft.item.ItemBlock@10526dfe +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9851 cyclicmagic:plate_launch_med net.minecraft.item.ItemBlock@61fcf95d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9852 cyclicmagic:plate_launch_small net.minecraft.item.ItemBlock@9663156 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9853 cyclicmagic:plate_launch_large net.minecraft.item.ItemBlock@6599aaf6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9854 cyclicmagic:plate_launch_extra net.minecraft.item.ItemBlock@1a614291 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9855 cyclicmagic:wireless_transmitter com.lothrazar.cyclicmagic.block.wireless.ItemBlockWireless@1fa65a0c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9856 cyclicmagic:wireless_receiver net.minecraft.item.ItemBlock@201a5711 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9857 cyclicmagic:spikes_iron net.minecraft.item.ItemBlock@e7dd345 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9858 cyclicmagic:spikes_diamond net.minecraft.item.ItemBlock@55b46c19 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9859 cyclicmagic:block_fragile com.lothrazar.cyclicmagic.block.scaffolding.ItemBlockScaffolding@2c23eba +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9860 cyclicmagic:block_fragile_auto com.lothrazar.cyclicmagic.block.scaffolding.ItemBlockScaffolding@5aad4120 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9861 cyclicmagic:block_fragile_weak com.lothrazar.cyclicmagic.block.scaffolding.ItemBlockScaffolding@7dabd1c0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9862 cyclicmagic:item_pipe_sort net.minecraft.item.ItemBlock@c654f4c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9863 cyclicmagic:item_pipe net.minecraft.item.ItemBlock@57cdcb3d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9864 cyclicmagic:item_pump net.minecraft.item.ItemBlock@32e06c63 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9865 cyclicmagic:energy_pipe net.minecraft.item.ItemBlock@38a45215 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9866 cyclicmagic:energy_pump net.minecraft.item.ItemBlock@b38f275 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9867 cyclicmagic:fluid_pipe net.minecraft.item.ItemBlock@560d155 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9868 cyclicmagic:fluid_pump net.minecraft.item.ItemBlock@136f3dc8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9869 cyclicmagic:bundled_pipe net.minecraft.item.ItemBlock@67d90df5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9870 cyclicmagic:card_location com.lothrazar.cyclicmagic.item.locationgps.ItemLocationGps@7acddcd3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9871 cyclicmagic:block_library com.lothrazar.cyclicmagic.block.enchantlibrary.shelf.ItemBlockLibrary@55d4d0da +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9872 cyclicmagic:block_library_ctrl net.minecraft.item.ItemBlock@75e1f73a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9873 cyclicmagic:poison net.minecraft.item.ItemBlock@4240df75 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9874 cyclicmagic:amber net.minecraft.item.ItemBlock@38e2b820 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9875 cyclicmagic:crystal net.minecraft.item.ItemBlock@6034dfd8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9876 cyclicmagic:milk net.minecraft.item.ItemBlock@73d106e0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9877 cyclicmagic:tool_trade com.lothrazar.cyclicmagic.item.merchant.ItemMerchantAlmanac@37aed498 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9878 cyclicmagic:soulstone com.lothrazar.cyclicmagic.item.SoulstoneItem@1aa049f5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9879 cyclicmagic:tool_launcher com.lothrazar.cyclicmagic.item.ItemPlayerLauncher@5cac9f66 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9880 cyclicmagic:password_remote com.lothrazar.cyclicmagic.item.ItemLeverRemote@27316415 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9881 cyclicmagic:tool_elevate com.lothrazar.cyclicmagic.item.ItemWarpSurface@60c16dfb +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9882 cyclicmagic:tool_rotate com.lothrazar.cyclicmagic.item.ItemRotateBlock@667a6e7f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9883 cyclicmagic:evoker_fang com.lothrazar.cyclicmagic.item.ItemEvokerFangs@787da211 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9884 cyclicmagic:water_spreader com.lothrazar.cyclicmagic.item.ItemWaterSpreader@7e8d7ca4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9885 cyclicmagic:ender_eye_orb com.lothrazar.cyclicmagic.item.endereye.ItemEnderEyeReuse@46629bbc +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9886 cyclicmagic:glove_climb com.lothrazar.cyclicmagic.item.equipbauble.ItemGloveClimb@34afa378 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9887 cyclicmagic:tool_torch_launcher com.lothrazar.cyclicmagic.item.torchmagic.ItemTorchThrower@6a5f4ea9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9888 cyclicmagic:water_freezer com.lothrazar.cyclicmagic.item.ItemIceWand@5f63dc0b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9889 cyclicmagic:fire_killer com.lothrazar.cyclicmagic.item.ItemFireExtinguish@4a9ee31f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9890 cyclicmagic:sack_ender com.lothrazar.cyclicmagic.item.ItemEnderBag@2c380819 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9891 cyclicmagic:tool_mount com.lothrazar.cyclicmagic.item.ItemStirrups@18733e8b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9892 cyclicmagic:tool_prospector com.lothrazar.cyclicmagic.item.ItemProspector@7d049783 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9893 cyclicmagic:book_ender com.lothrazar.cyclicmagic.item.enderbook.ItemEnderBook@6e4244b9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9894 cyclicmagic:carbon_paper com.lothrazar.cyclicmagic.item.ItemPaperCarbon@8c9012a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9895 cyclicmagic:tool_spelunker com.lothrazar.cyclicmagic.item.ItemCaveFinder@490b07bc +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9896 cyclicmagic:ender_dungeon com.lothrazar.cyclicmagic.item.findspawner.ItemProjectileDungeon@554baf65 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9897 cyclicmagic:ender_lightning com.lothrazar.cyclicmagic.item.lightningmagic.ItemProjectileLightning@43c1b957 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9898 cyclicmagic:cyclic_wand_build com.lothrazar.cyclicmagic.item.cyclicwand.ItemCyclicWand@29e3b491 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9899 cyclicmagic:tool_warp_home com.lothrazar.cyclicmagic.item.ItemEnderWing@5d3f7fa3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9900 cyclicmagic:tool_warp_spawn com.lothrazar.cyclicmagic.item.ItemEnderWing@7fe5cf1b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9901 cyclicmagic:tool_push com.lothrazar.cyclicmagic.item.ItemPistonWand@55d32f7e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9902 cyclicmagic:sleeping_mat com.lothrazar.cyclicmagic.item.sleep.ItemSleepingMat@5b3ec2e1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9903 cyclicmagic:tool_spawn_inspect com.lothrazar.cyclicmagic.item.ItemSpawnInspect@74b09399 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9904 cyclicmagic:mattock com.lothrazar.cyclicmagic.item.ItemMattock@75367ce2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9905 cyclicmagic:wand_hypno com.lothrazar.cyclicmagic.item.ItemWandHypno@35b6e33f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9906 cyclicmagic:tool_randomize com.lothrazar.cyclicmagic.item.random.ItemRandomizer@249134d2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9907 cyclicmagic:ender_wool com.lothrazar.cyclicmagic.item.shears.ItemShearsRanged@544d4782 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9908 cyclicmagic:ender_torch com.lothrazar.cyclicmagic.item.torchmagic.ItemProjectileTorch@125ae085 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9909 cyclicmagic:magic_net com.lothrazar.cyclicmagic.item.mobcapture.ItemProjectileMagicNet@107756ea +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9910 cyclicmagic:apple_emerald com.lothrazar.cyclicmagic.item.mobs.ItemVillagerMagic@e0f41d5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9911 cyclicmagic:corrupted_chorus com.lothrazar.cyclicmagic.item.ItemNoclipGhost@4d57b43d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9912 cyclicmagic:glowing_chorus com.lothrazar.cyclicmagic.item.ItemFlight@3dedd792 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9913 cyclicmagic:ender_snow com.lothrazar.cyclicmagic.item.snowmagic.ItemProjectileSnow@322f6fa +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9914 cyclicmagic:ender_water com.lothrazar.cyclicmagic.item.ItemWaterRemoval@46b970d3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9915 cyclicmagic:tool_auto_torch com.lothrazar.cyclicmagic.item.equipbauble.ItemAutoTorch@2b83f94c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9916 cyclicmagic:charm_antidote com.lothrazar.cyclicmagic.item.equipbauble.ItemCharmAntidote@430eb0f1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9917 cyclicmagic:wand_missile com.lothrazar.cyclicmagic.item.homingmissile.ItemMagicMissile@6c53bee8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9918 cyclicmagic:charm_water com.lothrazar.cyclicmagic.item.equipbauble.ItemCharmWater@3f51a5b7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9919 cyclicmagic:charm_air com.lothrazar.cyclicmagic.item.equipbauble.ItemCharmAir@62ac18c1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9920 cyclicmagic:charm_void com.lothrazar.cyclicmagic.item.equipbauble.ItemCharmVoid@4d333458 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9921 cyclicmagic:charm_boat com.lothrazar.cyclicmagic.item.equipbauble.ItemCharmBoat@2b501181 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9922 cyclicmagic:charm_fire com.lothrazar.cyclicmagic.item.equipbauble.ItemCharmFire@692e4e3e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9923 cyclicmagic:charm_speed com.lothrazar.cyclicmagic.item.equipbauble.ItemCharmSpeed@26e2d3d0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9924 cyclicmagic:charm_wing com.lothrazar.cyclicmagic.item.equipbauble.ItemCharmSlowfall@77716506 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9925 cyclicmagic:food_step com.lothrazar.cyclicmagic.item.ItemAppleStep@57b78d1a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9926 cyclicmagic:tool_mount_inverse com.lothrazar.cyclicmagic.item.ItemStirrupsReverse@6579f646 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9927 cyclicmagic:apple_lapis com.lothrazar.cyclicmagic.item.mobs.ItemHorseTame@4e8e3f71 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9928 cyclicmagic:plate_vector com.lothrazar.cyclicmagic.block.vector.ItemBlockVectorPlate@7ec21923 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9929 cyclicmagic:builder_pattern net.minecraft.item.ItemBlock@4f4aee90 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9930 cyclicmagic:magnet_block net.minecraft.item.ItemBlock@6e963518 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9931 cyclicmagic:magnet_anti_block net.minecraft.item.ItemBlock@64906670 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9932 cyclicmagic:inventory_food com.lothrazar.cyclicmagic.item.ItemInventoryUnlock@209f614a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9933 cyclicmagic:crafting_food com.lothrazar.cyclicmagic.item.ItemCraftingUnlock@1cf8774d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9934 cyclicmagic:block_vacuum net.minecraft.item.ItemBlock@4a059375 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9935 cyclicmagic:beacon_potion net.minecraft.item.ItemBlock@6dfa78c7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9936 cyclicmagic:clock net.minecraft.item.ItemBlock@331bc831 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9937 cyclicmagic:apple net.minecraft.item.ItemBlock@491f5176 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9938 cyclicmagic:beacon_redstone net.minecraft.item.ItemBlock@3373923e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9939 cyclicmagic:sprinkler net.minecraft.item.ItemBlock@52073c3b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9940 cyclicmagic:block_forester net.minecraft.item.ItemBlock@779c76db +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9941 cyclicmagic:block_miner net.minecraft.item.ItemBlock@351e2727 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9942 cyclicmagic:block_hydrator com.lothrazar.cyclicmagic.block.hydrator.ItemBlockHydrator@5c7891fa +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9943 cyclicmagic:melter net.minecraft.item.ItemBlock@1c0b4df6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9944 cyclicmagic:solidifier net.minecraft.item.ItemBlock@23359e43 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9945 cyclicmagic:block_anvil net.minecraft.item.ItemBlock@69504e5c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9946 cyclicmagic:harvester_block net.minecraft.item.ItemBlock@73603ccb +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9947 cyclicmagic:xpjuice net.minecraft.item.ItemBlock@23836092 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9948 cyclicmagic:block_enchanter net.minecraft.item.ItemBlock@7e7c7033 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9949 cyclicmagic:exp_pylon com.lothrazar.cyclicmagic.block.exppylon.ItemBlockPylon@2b85a618 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9950 cyclicmagic:builder_block net.minecraft.item.ItemBlock@100df1ef +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9951 cyclicmagic:uncrafting_block net.minecraft.item.ItemBlock@77656c80 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9952 cyclicmagic:block_miner_smart net.minecraft.item.ItemBlock@684220af +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9953 cyclicmagic:placer_block net.minecraft.item.ItemBlock@4a7e265 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9954 cyclicmagic:password_block net.minecraft.item.ItemBlock@4397083f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9955 cyclicmagic:block_user net.minecraft.item.ItemBlock@35f7ea64 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9956 cyclicmagic:trash net.minecraft.item.ItemBlock@4e7d5363 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9957 cyclicmagic:block_workbench net.minecraft.item.ItemBlock@13fd3220 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9958 cyclicmagic:block_screen net.minecraft.item.ItemBlock@4e9e496 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9959 cyclicmagic:screen_target net.minecraft.item.ItemBlock@7edce096 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9960 cyclicmagic:block_soundproofing net.minecraft.item.ItemBlock@31f1a99b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9961 cyclicmagic:auto_crafter net.minecraft.item.ItemBlock@65bd610a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9962 cyclicmagic:entity_detector net.minecraft.item.ItemBlock@7d68187a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9963 cyclicmagic:fan net.minecraft.item.ItemBlock@4a8414d6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9964 cyclicmagic:block_fishing net.minecraft.item.ItemBlock@67e002fa +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9965 cyclicmagic:block_disenchanter net.minecraft.item.ItemBlock@7825b93 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9966 cyclicmagic:block_storeempty com.lothrazar.cyclicmagic.block.tank.ItemBlockFluidTank@47f25b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9967 cyclicmagic:dropper_exact net.minecraft.item.ItemBlock@4c9714a8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9968 cyclicmagic:fluid_placer net.minecraft.item.ItemBlock@57c620d0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9969 astralsorcery:itemcraftingcomponent hellfirepvp.astralsorcery.common.item.ItemCraftingComponent@76837390 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9970 astralsorcery:itemconstellationpaper hellfirepvp.astralsorcery.common.item.ItemConstellationPaper@10901a06 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9971 astralsorcery:iteminfusedglass hellfirepvp.astralsorcery.common.item.ItemInfusedGlass@48f8fcc1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9972 astralsorcery:itemrockcrystalsimple hellfirepvp.astralsorcery.common.item.crystal.ItemRockCrystalSimple@c28bcbf +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9973 astralsorcery:itemtunedrockcrystal hellfirepvp.astralsorcery.common.item.crystal.ItemTunedRockCrystal@61da4159 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9974 astralsorcery:itemcelestialcrystal hellfirepvp.astralsorcery.common.item.crystal.ItemCelestialCrystal@718a274e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9975 astralsorcery:itemtunedcelestialcrystal hellfirepvp.astralsorcery.common.item.crystal.ItemTunedCelestialCrystal@7e1bc34a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9976 astralsorcery:itemjournal hellfirepvp.astralsorcery.common.item.ItemJournal@371f5572 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9977 astralsorcery:itemhandtelescope hellfirepvp.astralsorcery.common.item.ItemHandTelescope@47c0a41 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9978 astralsorcery:itemlinkingtool hellfirepvp.astralsorcery.common.item.tool.ItemLinkingTool@24ecfdd7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9979 astralsorcery:itemwand hellfirepvp.astralsorcery.common.item.tool.wand.ItemWand@4cd7b93 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9980 astralsorcery:itemsextant hellfirepvp.astralsorcery.common.item.tool.sextant.ItemSextant@49b41abd +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9981 astralsorcery:itemilluminationwand hellfirepvp.astralsorcery.common.item.wand.ItemIlluminationWand@2dfe3fc8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9982 astralsorcery:itemcoloredlens hellfirepvp.astralsorcery.common.item.ItemColoredLens@6e3f7de5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9983 astralsorcery:itemskyresonator hellfirepvp.astralsorcery.common.item.tool.ItemSkyResonator@1c19252 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9984 astralsorcery:itemshiftingstar hellfirepvp.astralsorcery.common.item.useables.ItemShiftingStar@68490125 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9985 astralsorcery:itemarchitectwand hellfirepvp.astralsorcery.common.item.wand.ItemArchitectWand@3495639b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9986 astralsorcery:itemexchangewand hellfirepvp.astralsorcery.common.item.wand.ItemExchangeWand@2150e0b9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9987 astralsorcery:itemgrapplewand hellfirepvp.astralsorcery.common.item.wand.ItemGrappleWand@2c0eb5c3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9988 astralsorcery:itemusabledust hellfirepvp.astralsorcery.common.item.useables.ItemUsableDust@29fdbd3c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9989 astralsorcery:itemknowledgeshare hellfirepvp.astralsorcery.common.item.ItemKnowledgeShare@ceed94e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9990 astralsorcery:itemperkseal hellfirepvp.astralsorcery.common.item.useables.ItemPerkSeal@13f8faf3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9991 astralsorcery:itemknowledgefragment hellfirepvp.astralsorcery.common.item.knowledge.ItemKnowledgeFragment@350b851d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9992 astralsorcery:itemfragmentcapsule hellfirepvp.astralsorcery.common.item.knowledge.ItemFragmentCapsule@6cf29ed2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9993 astralsorcery:itemperkgem hellfirepvp.astralsorcery.common.item.gem.ItemPerkGem@162c0eab +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9994 astralsorcery:itemcrystalpickaxe hellfirepvp.astralsorcery.common.item.tool.ItemCrystalPickaxe@42d741ff +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9995 astralsorcery:itemcrystalshovel hellfirepvp.astralsorcery.common.item.tool.ItemCrystalShovel@2b1d17d5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9996 astralsorcery:itemcrystalaxe hellfirepvp.astralsorcery.common.item.tool.ItemCrystalAxe@5361186a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9997 astralsorcery:itemcrystalsword hellfirepvp.astralsorcery.common.item.tool.ItemCrystalSword@254e1dfb +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9998 astralsorcery:itemchargedcrystalaxe hellfirepvp.astralsorcery.common.item.tool.ItemChargedCrystalAxe@5dee7814 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9999 astralsorcery:itemchargedcrystalsword hellfirepvp.astralsorcery.common.item.tool.ItemChargedCrystalSword@1e8e6fc3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10000 astralsorcery:itemchargedcrystalpickaxe hellfirepvp.astralsorcery.common.item.tool.ItemChargedCrystalPickaxe@45779630 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10001 astralsorcery:itemchargedcrystalshovel hellfirepvp.astralsorcery.common.item.tool.ItemChargedCrystalShovel@1083eaa0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10002 astralsorcery:itemcape hellfirepvp.astralsorcery.common.item.wearable.ItemCape@532897ee +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10003 astralsorcery:itemenchantmentamulet hellfirepvp.astralsorcery.common.item.wearable.ItemEnchantmentAmulet@3e830e7c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10004 astralsorcery:blockmarblestairs net.minecraft.item.ItemBlock@539e9e18 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10005 astralsorcery:blockflarelight net.minecraft.item.ItemBlock@2a21444d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10006 astralsorcery:blockvanishing net.minecraft.item.ItemBlock@25787d43 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10007 astralsorcery:blockchalice net.minecraft.item.ItemBlock@32e777e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10008 astralsorcery:blockbore net.minecraft.item.ItemBlock@24e7475d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10009 astralsorcery:blockattunementaltar net.minecraft.item.ItemBlock@4c47ca0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10010 astralsorcery:blockattunementrelay net.minecraft.item.ItemBlock@62309b1e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10011 astralsorcery:blockwell net.minecraft.item.ItemBlock@12d595a1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10012 astralsorcery:blockworldilluminator net.minecraft.item.ItemBlock@c96f509 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10013 astralsorcery:blockfaketree net.minecraft.item.ItemBlock@2b10a947 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10014 astralsorcery:blockstarlightinfuser net.minecraft.item.ItemBlock@4d9e3f50 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10015 astralsorcery:blockrituallink net.minecraft.item.ItemBlock@73d8c3df +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10016 astralsorcery:blockportalnode net.minecraft.item.ItemBlock@485d5e10 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10017 astralsorcery:blocktreebeacon net.minecraft.item.ItemBlock@66299ccd +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10018 astralsorcery:blocktranslucentblock net.minecraft.item.ItemBlock@5a714be7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10019 astralsorcery:blockmapdrawingtable net.minecraft.item.ItemBlock@6f82bd4d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10020 astralsorcery:blockcelestialgateway net.minecraft.item.ItemBlock@4d8dc373 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10021 astralsorcery:blockobservatory net.minecraft.item.ItemBlock@6768e1fb +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10022 astralsorcery:blocklens net.minecraft.item.ItemBlock@3796a082 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10023 astralsorcery:blockprism net.minecraft.item.ItemBlock@4d841be8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10024 astralsorcery:blockgeolosyssamplecluster net.minecraft.item.ItemBlock@6eb1df70 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10025 astralsorcery:blockmarbleslab net.minecraft.item.ItemSlab@4e769c64 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10026 astralsorcery:blockcustomore hellfirepvp.astralsorcery.common.item.block.ItemBlockCustomName@4c66b798 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10027 astralsorcery:blockcustomsandore hellfirepvp.astralsorcery.common.item.block.ItemBlockCustomName@2150aea7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10028 astralsorcery:blockcustomflower hellfirepvp.astralsorcery.common.item.block.ItemBlockCustomName@417aafa2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10029 astralsorcery:blockmarble hellfirepvp.astralsorcery.common.item.block.ItemBlockCustomName@3b159e55 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10030 astralsorcery:blockblackmarble hellfirepvp.astralsorcery.common.item.block.ItemBlockCustomName@423634d8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10031 astralsorcery:blockinfusedwood hellfirepvp.astralsorcery.common.item.block.ItemBlockCustomName@66379faf +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10032 astralsorcery:blockborehead hellfirepvp.astralsorcery.common.item.block.ItemBlockCustomName@72243b74 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10033 astralsorcery:blockmachine hellfirepvp.astralsorcery.common.item.block.ItemBlockCustomName@6554f453 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10034 astralsorcery:blockcelestialcrystals hellfirepvp.astralsorcery.common.item.block.ItemBlockCustomName@16b79cd5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10035 astralsorcery:blockgemcrystals hellfirepvp.astralsorcery.common.item.block.ItemBlockCustomName@4c27b34b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10036 astralsorcery:blockstructural hellfirepvp.astralsorcery.common.item.block.ItemBlockCustomName@1f0bde20 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10037 astralsorcery:blockritualpedestal hellfirepvp.astralsorcery.common.item.block.ItemBlockRitualPedestal@5d3f57fe +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10038 astralsorcery:blockaltar hellfirepvp.astralsorcery.common.item.block.ItemBlockAltar@77c439b8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10039 astralsorcery:blockcollectorcrystal hellfirepvp.astralsorcery.common.item.block.ItemCollectorCrystal@60871e0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10040 astralsorcery:blockcelestialcollectorcrystal hellfirepvp.astralsorcery.common.item.block.ItemCollectorCrystal@473345df +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10041 betterbuilderswands:wandstone portablejim.bbw.core.items.ItemRestrictedWandBasic@37034860 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10042 betterbuilderswands:wandiron portablejim.bbw.core.items.ItemRestrictedWandAdvanced@54c87b0a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10043 betterbuilderswands:wanddiamond portablejim.bbw.core.items.ItemUnrestrictedWand@2d221e24 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10044 betterbuilderswands:wandunbreakable portablejim.bbw.core.items.ItemUnrestrictedWand@2a1528c3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10045 buildcraftbuilders:snapshot buildcraft.builders.item.ItemSnapshot@7f825a9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10046 buildcraftbuilders:schematic_single buildcraft.builders.item.ItemSchematicSingle@10ff0e77 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10047 buildcraftbuilders:filler_planner buildcraft.builders.item.ItemFillerPlanner@2d91f172 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10048 buildcraftbuilders:filler buildcraft.lib.item.ItemBlockBC_Neptune@2e419733 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10049 buildcraftbuilders:builder buildcraft.lib.item.ItemBlockBC_Neptune@68d23a3f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10050 buildcraftbuilders:architect buildcraft.lib.item.ItemBlockBC_Neptune@361de4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10051 buildcraftbuilders:library buildcraft.lib.item.ItemBlockBC_Neptune@228e76f1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10052 buildcraftbuilders:replacer buildcraft.lib.item.ItemBlockBC_Neptune@d4859c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10053 buildcraftbuilders:frame buildcraft.lib.item.ItemBlockBC_Neptune@79ae547b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10054 buildcraftbuilders:quarry buildcraft.lib.item.ItemBlockBC_Neptune@4947af97 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10055 buildcraftfactory:autoworkbench_item buildcraft.lib.item.ItemBlockBC_Neptune@182f71b0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10056 buildcraftfactory:mining_well buildcraft.lib.item.ItemBlockBC_Neptune@3cf3ff4c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10057 buildcraftfactory:flood_gate buildcraft.lib.item.ItemBlockBC_Neptune@37756925 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10058 buildcraftfactory:tank buildcraft.lib.item.ItemBlockBC_Neptune@43ba434b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10059 buildcraftfactory:chute buildcraft.lib.item.ItemBlockBC_Neptune@20fb087d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10060 buildcraftfactory:distiller buildcraft.lib.item.ItemBlockBC_Neptune@3d19ab1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10061 buildcraftfactory:heat_exchange buildcraft.lib.item.ItemBlockBC_Neptune@1f71e7af +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10062 buildcraftfactory:water_gel_spawn buildcraft.factory.item.ItemWaterGel@ec04f11 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10063 buildcraftfactory:gel buildcraft.lib.item.ItemBC_Neptune@76800654 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10064 buildcraftrobotics:zone_planner buildcraft.lib.item.ItemBlockBC_Neptune@790b1e27 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10065 buildcrafttransport:pipe_structure buildcraft.transport.item.ItemPipeHolder@6957d236 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10066 buildcrafttransport:pipe_wood_item buildcraft.transport.item.ItemPipeHolder@6563b0ca +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10067 buildcrafttransport:pipe_cobble_item buildcraft.transport.item.ItemPipeHolder@13a7a894 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10068 buildcrafttransport:pipe_stone_item buildcraft.transport.item.ItemPipeHolder@32fc76e1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10069 buildcrafttransport:pipe_quartz_item buildcraft.transport.item.ItemPipeHolder@656dc4ea +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10070 buildcrafttransport:pipe_iron_item buildcraft.transport.item.ItemPipeHolder@1df0dd6d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10071 buildcrafttransport:pipe_gold_item buildcraft.transport.item.ItemPipeHolder@333d254f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10072 buildcrafttransport:pipe_clay_item buildcraft.transport.item.ItemPipeHolder@622706b7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10073 buildcrafttransport:pipe_sandstone_item buildcraft.transport.item.ItemPipeHolder@69e6c48d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10074 buildcrafttransport:pipe_void_item buildcraft.transport.item.ItemPipeHolder@72e66769 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10075 buildcrafttransport:pipe_obsidian_item buildcraft.transport.item.ItemPipeHolder@28ab2327 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10076 buildcrafttransport:pipe_diamond_item buildcraft.transport.item.ItemPipeHolder@72638a3b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10077 buildcrafttransport:pipe_diamond_wood_item buildcraft.transport.item.ItemPipeHolder@2dfefa56 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10078 buildcrafttransport:pipe_lapis_item buildcraft.transport.item.ItemPipeHolder@6c621daf +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10079 buildcrafttransport:pipe_daizuli_item buildcraft.transport.item.ItemPipeHolder@1da1a91f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10080 buildcrafttransport:pipe_emzuli_item buildcraft.transport.item.ItemPipeHolder@737ddac2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10081 buildcrafttransport:pipe_stripes_item buildcraft.transport.item.ItemPipeHolder@290bb2b1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10082 buildcrafttransport:pipe_wood_fluid buildcraft.transport.item.ItemPipeHolder@55785d5a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10083 buildcrafttransport:pipe_cobble_fluid buildcraft.transport.item.ItemPipeHolder@4501ffbb +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10084 buildcrafttransport:pipe_stone_fluid buildcraft.transport.item.ItemPipeHolder@58379613 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10085 buildcrafttransport:pipe_quartz_fluid buildcraft.transport.item.ItemPipeHolder@2cdd299e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10086 buildcrafttransport:pipe_gold_fluid buildcraft.transport.item.ItemPipeHolder@3b5823d2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10087 buildcrafttransport:pipe_iron_fluid buildcraft.transport.item.ItemPipeHolder@71eeef25 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10088 buildcrafttransport:pipe_clay_fluid buildcraft.transport.item.ItemPipeHolder@150d7805 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10089 buildcrafttransport:pipe_sandstone_fluid buildcraft.transport.item.ItemPipeHolder@50d922e3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10090 buildcrafttransport:pipe_void_fluid buildcraft.transport.item.ItemPipeHolder@2ae5cd99 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10091 buildcrafttransport:pipe_diamond_fluid buildcraft.transport.item.ItemPipeHolder@2cf48827 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10092 buildcrafttransport:pipe_diamond_wood_fluid buildcraft.transport.item.ItemPipeHolder@52c710ec +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10093 buildcrafttransport:pipe_wood_power buildcraft.transport.item.ItemPipeHolder@4b10fe6d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10094 buildcrafttransport:pipe_cobble_power buildcraft.transport.item.ItemPipeHolder@4f1d6b93 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10095 buildcrafttransport:pipe_stone_power buildcraft.transport.item.ItemPipeHolder@472067e7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10096 buildcrafttransport:pipe_quartz_power buildcraft.transport.item.ItemPipeHolder@2d8a4f9f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10097 buildcrafttransport:pipe_gold_power buildcraft.transport.item.ItemPipeHolder@61253fd5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10098 buildcrafttransport:pipe_sandstone_power buildcraft.transport.item.ItemPipeHolder@45c08191 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10099 buildcrafttransport:filtered_buffer buildcraft.lib.item.ItemBlockBC_Neptune@11bd991 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10100 buildcrafttransport:waterproof buildcraft.lib.item.ItemBC_Neptune@7e92989a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10101 buildcrafttransport:plug_blocker buildcraft.lib.item.ItemPluggableSimple@3601db0a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10102 buildcrafttransport:plug_power_adaptor buildcraft.lib.item.ItemPluggableSimple@770c1852 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10103 buildcraftsilicon:redstone_chipset buildcraft.silicon.item.ItemRedstoneChipset@28048073 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10104 buildcraftsilicon:plug_gate buildcraft.silicon.item.ItemPluggableGate@42b89ba1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10105 buildcraftsilicon:plug_pulsar buildcraft.lib.item.ItemPluggableSimple@7a59d177 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10106 buildcraftsilicon:plug_light_sensor buildcraft.lib.item.ItemPluggableSimple@6d0088e6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10107 buildcraftsilicon:plug_facade buildcraft.silicon.item.ItemPluggableFacade@610b9a2d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10108 chiselsandbits:chisel_stone mod.chiselsandbits.items.ItemChisel@6768603e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10109 chiselsandbits:chisel_iron mod.chiselsandbits.items.ItemChisel@538ed7cd +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10110 chiselsandbits:chisel_gold mod.chiselsandbits.items.ItemChisel@3aa022e2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10111 chiselsandbits:chisel_diamond mod.chiselsandbits.items.ItemChisel@7470d69 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10112 chiselsandbits:positiveprint mod.chiselsandbits.items.ItemPositivePrint@230af42f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10113 chiselsandbits:negativeprint mod.chiselsandbits.items.ItemNegativePrint@61f7f3c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10114 chiselsandbits:mirrorprint mod.chiselsandbits.items.ItemMirrorPrint@3d93fa2f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10115 chiselsandbits:bit_bag mod.chiselsandbits.items.ItemBitBag@445b178b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10116 chiselsandbits:wrench_wood mod.chiselsandbits.items.ItemWrench@28094b1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10117 chiselsandbits:bitsaw_diamond mod.chiselsandbits.items.ItemBitSaw@765fb342 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10118 chiselsandbits:block_bit mod.chiselsandbits.items.ItemChiseledBit@b44c42a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10119 chiselsandbits:tape_measure mod.chiselsandbits.items.ItemTapeMeasure@29a415ef +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10120 chiselsandbits:bittank net.minecraft.item.ItemBlock@2f872976 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10121 chiselsandbits:chiseled_wood mod.chiselsandbits.chiseledblock.ItemBlockChiseled@24c94a67 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10122 chiselsandbits:chiseled_rock mod.chiselsandbits.chiseledblock.ItemBlockChiseled@901af40 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10123 chiselsandbits:chiseled_iron mod.chiselsandbits.chiseledblock.ItemBlockChiseled@3c8e2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10124 chiselsandbits:chiseled_cloth mod.chiselsandbits.chiseledblock.ItemBlockChiseled@16d99d0d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10125 chiselsandbits:chiseled_ice mod.chiselsandbits.chiseledblock.ItemBlockChiseled@78ad77c3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10126 chiselsandbits:chiseled_packedice mod.chiselsandbits.chiseledblock.ItemBlockChiseled@7cd2bc39 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10127 chiselsandbits:chiseled_clay mod.chiselsandbits.chiseledblock.ItemBlockChiseled@62883f99 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10128 chiselsandbits:chiseled_glass mod.chiselsandbits.chiseledblock.ItemBlockChiseled@3863e730 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10129 chiselsandbits:chiseled_sand mod.chiselsandbits.chiseledblock.ItemBlockChiseled@2be39c90 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10130 chiselsandbits:chiseled_ground mod.chiselsandbits.chiseledblock.ItemBlockChiseled@42b9cea1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10131 chiselsandbits:chiseled_grass mod.chiselsandbits.chiseledblock.ItemBlockChiseled@616e5598 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10132 chiselsandbits:chiseled_snow mod.chiselsandbits.chiseledblock.ItemBlockChiseled@461364e2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10133 chiselsandbits:chiseled_fluid mod.chiselsandbits.chiseledblock.ItemBlockChiseled@71a377ac +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10134 chiselsandbits:chiseled_leaves mod.chiselsandbits.chiseledblock.ItemBlockChiseled@7d6363ff +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10135 refinedstorage:controller com.raoulvdberge.refinedstorage.item.itemblock.ItemBlockController@335b761e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10136 refinedstorage:grid com.raoulvdberge.refinedstorage.item.itemblock.ItemBlockBase@59af79ce +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10137 refinedstorage:portable_grid com.raoulvdberge.refinedstorage.item.itemblock.ItemBlockPortableGrid@3f35859f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10138 refinedstorage:crafting_monitor com.raoulvdberge.refinedstorage.item.itemblock.ItemBlockBase@40a2b1fc +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10139 refinedstorage:storage_monitor com.raoulvdberge.refinedstorage.item.itemblock.ItemBlockBase@28a1d470 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10140 refinedstorage:security_manager com.raoulvdberge.refinedstorage.item.itemblock.ItemBlockBase@a62a9a3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10141 refinedstorage:crafter com.raoulvdberge.refinedstorage.item.itemblock.ItemBlockBase@19e8cc0d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10142 refinedstorage:disk_drive com.raoulvdberge.refinedstorage.item.itemblock.ItemBlockBase@4c90a39d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10143 refinedstorage:storage com.raoulvdberge.refinedstorage.item.itemblock.ItemBlockStorage@6a34ec2b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10144 refinedstorage:fluid_storage com.raoulvdberge.refinedstorage.item.itemblock.ItemBlockFluidStorage@75047f7f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10145 refinedstorage:cable com.raoulvdberge.refinedstorage.item.itemblock.ItemBlockBase@2a535d76 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10146 refinedstorage:importer com.raoulvdberge.refinedstorage.item.itemblock.ItemBlockBase@63968fea +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10147 refinedstorage:exporter com.raoulvdberge.refinedstorage.item.itemblock.ItemBlockBase@2e0e7207 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10148 refinedstorage:external_storage com.raoulvdberge.refinedstorage.item.itemblock.ItemBlockBase@78a70f3e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10149 refinedstorage:constructor com.raoulvdberge.refinedstorage.item.itemblock.ItemBlockBase@482f55b1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10150 refinedstorage:destructor com.raoulvdberge.refinedstorage.item.itemblock.ItemBlockBase@1f916a81 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10151 refinedstorage:reader com.raoulvdberge.refinedstorage.item.itemblock.ItemBlockBase@4252bd3e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10152 refinedstorage:writer com.raoulvdberge.refinedstorage.item.itemblock.ItemBlockBase@2cc94b5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10153 refinedstorage:detector com.raoulvdberge.refinedstorage.item.itemblock.ItemBlockBase@307ccb80 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10154 refinedstorage:relay com.raoulvdberge.refinedstorage.item.itemblock.ItemBlockBase@242d6a6c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10155 refinedstorage:interface com.raoulvdberge.refinedstorage.item.itemblock.ItemBlockBase@7341889a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10156 refinedstorage:fluid_interface com.raoulvdberge.refinedstorage.item.itemblock.ItemBlockBase@154ed37b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10157 refinedstorage:wireless_transmitter com.raoulvdberge.refinedstorage.item.itemblock.ItemBlockBase@43b83a99 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10158 refinedstorage:machine_casing com.raoulvdberge.refinedstorage.item.itemblock.ItemBlockBase@c095688 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10159 refinedstorage:quartz_enriched_iron_block com.raoulvdberge.refinedstorage.item.itemblock.ItemBlockBase@73730acb +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10160 refinedstorage:network_transmitter com.raoulvdberge.refinedstorage.item.itemblock.ItemBlockBase@10c5dad5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10161 refinedstorage:network_receiver com.raoulvdberge.refinedstorage.item.itemblock.ItemBlockBase@12ab46a6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10162 refinedstorage:disk_manipulator com.raoulvdberge.refinedstorage.item.itemblock.ItemBlockBase@5450ef6d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10163 refinedstorage:crafter_manager com.raoulvdberge.refinedstorage.item.itemblock.ItemBlockBase@3f9e927e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10164 refinedstorage:quartz_enriched_iron com.raoulvdberge.refinedstorage.item.ItemQuartzEnrichedIron@1b3e42a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10165 refinedstorage:processor_binding com.raoulvdberge.refinedstorage.item.ItemProcessorBinding@49651ccc +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10166 refinedstorage:cutting_tool com.raoulvdberge.refinedstorage.item.ItemCuttingTool@1a9da90a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10167 refinedstorage:storage_disk com.raoulvdberge.refinedstorage.item.ItemStorageDisk@51dbc545 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10168 refinedstorage:fluid_storage_disk com.raoulvdberge.refinedstorage.item.ItemFluidStorageDisk@4f57e9e0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10169 refinedstorage:storage_housing com.raoulvdberge.refinedstorage.item.ItemStorageHousing@2e351fba +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10170 refinedstorage:pattern com.raoulvdberge.refinedstorage.item.ItemPattern@5917268f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10171 refinedstorage:storage_part com.raoulvdberge.refinedstorage.item.ItemStoragePart@56693105 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10172 refinedstorage:fluid_storage_part com.raoulvdberge.refinedstorage.item.ItemFluidStoragePart@2681dac1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10173 refinedstorage:wireless_grid com.raoulvdberge.refinedstorage.item.ItemWirelessGrid@204fd964 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10174 refinedstorage:wireless_fluid_grid com.raoulvdberge.refinedstorage.item.ItemWirelessFluidGrid@408ca0bc +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10175 refinedstorage:wireless_crafting_monitor com.raoulvdberge.refinedstorage.item.ItemWirelessCraftingMonitor@5ff240b1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10176 refinedstorage:processor com.raoulvdberge.refinedstorage.item.ItemProcessor@778dce5c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10177 refinedstorage:core com.raoulvdberge.refinedstorage.item.ItemCore@2957bd30 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10178 refinedstorage:silicon com.raoulvdberge.refinedstorage.item.ItemSilicon@c7b71e6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10179 refinedstorage:upgrade com.raoulvdberge.refinedstorage.item.ItemUpgrade@41415f10 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10180 refinedstorage:filter com.raoulvdberge.refinedstorage.item.ItemFilter@58a7864a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10181 refinedstorage:network_card com.raoulvdberge.refinedstorage.item.ItemNetworkCard@4c8d0e53 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10182 refinedstorage:security_card com.raoulvdberge.refinedstorage.item.ItemSecurityCard@1b2ea265 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10183 refinedstorage:cover com.raoulvdberge.refinedstorage.item.ItemCover@50dcd7cf +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10184 refinedstorage:hollow_cover com.raoulvdberge.refinedstorage.item.ItemHollowCover@342d8e48 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10185 refinedstorage:wrench com.raoulvdberge.refinedstorage.item.ItemWrench@1076f108 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10186 davincisvessels:securedbed com.elytradev.davincisvessels.common.object.item.ItemSecuredBed@75e4822 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10187 davincisvessels:marker net.minecraft.item.ItemBlock@4a272f78 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10188 davincisvessels:floater net.minecraft.item.ItemBlock@67a85f15 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10189 davincisvessels:balloon net.minecraft.item.ItemCloth@37d7e6d4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10190 davincisvessels:gauge com.elytradev.davincisvessels.common.object.item.ItemGaugeBlock@42bda754 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10191 davincisvessels:seat net.minecraft.item.ItemBlock@31921c94 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10192 davincisvessels:buffer net.minecraft.item.ItemBlock@1467bd44 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10193 davincisvessels:stickybuffer net.minecraft.item.ItemBlock@1c0e085a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10194 davincisvessels:engine net.minecraft.item.ItemBlock@33268b88 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10195 davincisvessels:crate_wood net.minecraft.item.ItemBlock@12f157c4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10196 davincisvessels:anchorpoint com.elytradev.davincisvessels.common.object.item.ItemBlockAnchorPoint@3bd54543 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10197 emberroot:owl_egg teamroots.emberroot.entity.owl.ItemOwlEgg@57f5c6bb +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10198 valkyrielib:guide com.valkyrieofnight.vliblegacy.m_guide.item.ItemGuide@50086d06 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10199 valkyrielib:modifier_component com.valkyrieofnight.vliblegacy.m_modifiers.features.UItems$1@48df5fb4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10200 valkyrielib:modifier_speed com.valkyrieofnight.vliblegacy.m_modifiers.item.MItemSpeed@5931e4b1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10201 environmentaltech:litherite com.valkyrieofnight.vliblegacy.lib.item.VLItemBlock@33fb0878 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10202 environmentaltech:litherite_paver com.valkyrieofnight.vliblegacy.lib.item.VLItemBlock@1ebc34c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10203 environmentaltech:litherite_bricks com.valkyrieofnight.vliblegacy.lib.item.VLItemBlock@57a9abac +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10204 environmentaltech:litherite_tiles com.valkyrieofnight.vliblegacy.lib.item.VLItemBlock@36c981da +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10205 environmentaltech:litherite_stairs com.valkyrieofnight.vliblegacy.lib.item.VLItemBlock@5d1af7b3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10206 environmentaltech:litherite_brick_stairs com.valkyrieofnight.vliblegacy.lib.item.VLItemBlock@234aeff +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10207 environmentaltech:litherite_tile_stairs com.valkyrieofnight.vliblegacy.lib.item.VLItemBlock@185a81de +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10208 environmentaltech:litherite_slab com.valkyrieofnight.vliblegacy.lib.item.VLItemBlockSlab@62e7145e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10209 environmentaltech:litherite_paver_slab com.valkyrieofnight.vliblegacy.lib.item.VLItemBlockSlab@68cad0de +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10210 environmentaltech:litherite_brick_slab com.valkyrieofnight.vliblegacy.lib.item.VLItemBlockSlab@4faed86e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10211 environmentaltech:litherite_tile_slab com.valkyrieofnight.vliblegacy.lib.item.VLItemBlockSlab@336e434 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10212 environmentaltech:erodium com.valkyrieofnight.vliblegacy.lib.item.VLItemBlock@592945e8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10213 environmentaltech:erodium_paver com.valkyrieofnight.vliblegacy.lib.item.VLItemBlock@67db2233 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10214 environmentaltech:erodium_bricks com.valkyrieofnight.vliblegacy.lib.item.VLItemBlock@5e0ffb0e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10215 environmentaltech:erodium_tiles com.valkyrieofnight.vliblegacy.lib.item.VLItemBlock@6aaca3bf +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10216 environmentaltech:erodium_stairs com.valkyrieofnight.vliblegacy.lib.item.VLItemBlock@79b9bd07 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10217 environmentaltech:erodium_brick_stairs com.valkyrieofnight.vliblegacy.lib.item.VLItemBlock@474dd2b9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10218 environmentaltech:erodium_tile_stairs com.valkyrieofnight.vliblegacy.lib.item.VLItemBlock@66bb96d5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10219 environmentaltech:erodium_slab com.valkyrieofnight.vliblegacy.lib.item.VLItemBlockSlab@698560e6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10220 environmentaltech:erodium_paver_slab com.valkyrieofnight.vliblegacy.lib.item.VLItemBlockSlab@5de0b954 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10221 environmentaltech:erodium_brick_slab com.valkyrieofnight.vliblegacy.lib.item.VLItemBlockSlab@7491704b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10222 environmentaltech:erodium_tile_slab com.valkyrieofnight.vliblegacy.lib.item.VLItemBlockSlab@4ea65d32 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10223 environmentaltech:kyronite com.valkyrieofnight.vliblegacy.lib.item.VLItemBlock@c669650 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10224 environmentaltech:kyronite_paver com.valkyrieofnight.vliblegacy.lib.item.VLItemBlock@5414b491 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10225 environmentaltech:kyronite_bricks com.valkyrieofnight.vliblegacy.lib.item.VLItemBlock@2b789570 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10226 environmentaltech:kyronite_tiles com.valkyrieofnight.vliblegacy.lib.item.VLItemBlock@57cb02e0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10227 environmentaltech:kyronite_stairs com.valkyrieofnight.vliblegacy.lib.item.VLItemBlock@6fa7ca5f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10228 environmentaltech:kyronite_brick_stairs com.valkyrieofnight.vliblegacy.lib.item.VLItemBlock@1e665b06 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10229 environmentaltech:kyronite_tile_stairs com.valkyrieofnight.vliblegacy.lib.item.VLItemBlock@71da8eaf +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10230 environmentaltech:kyronite_slab com.valkyrieofnight.vliblegacy.lib.item.VLItemBlockSlab@7e094e76 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10231 environmentaltech:kyronite_paver_slab com.valkyrieofnight.vliblegacy.lib.item.VLItemBlockSlab@2f2d96da +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10232 environmentaltech:kyronite_brick_slab com.valkyrieofnight.vliblegacy.lib.item.VLItemBlockSlab@33f4652 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10233 environmentaltech:kyronite_tile_slab com.valkyrieofnight.vliblegacy.lib.item.VLItemBlockSlab@26b50f6c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10234 environmentaltech:pladium com.valkyrieofnight.vliblegacy.lib.item.VLItemBlock@127b9f32 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10235 environmentaltech:pladium_paver com.valkyrieofnight.vliblegacy.lib.item.VLItemBlock@51a340e1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10236 environmentaltech:pladium_bricks com.valkyrieofnight.vliblegacy.lib.item.VLItemBlock@28d79151 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10237 environmentaltech:pladium_tiles com.valkyrieofnight.vliblegacy.lib.item.VLItemBlock@26173548 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10238 environmentaltech:pladium_stairs com.valkyrieofnight.vliblegacy.lib.item.VLItemBlock@685bbcb7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10239 environmentaltech:pladium_brick_stairs com.valkyrieofnight.vliblegacy.lib.item.VLItemBlock@23b44d15 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10240 environmentaltech:pladium_tile_stairs com.valkyrieofnight.vliblegacy.lib.item.VLItemBlock@377d1d2b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10241 environmentaltech:pladium_slab com.valkyrieofnight.vliblegacy.lib.item.VLItemBlockSlab@285fd3f9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10242 environmentaltech:pladium_paver_slab com.valkyrieofnight.vliblegacy.lib.item.VLItemBlockSlab@1dd47c41 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10243 environmentaltech:pladium_brick_slab com.valkyrieofnight.vliblegacy.lib.item.VLItemBlockSlab@1c09560b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10244 environmentaltech:pladium_tile_slab com.valkyrieofnight.vliblegacy.lib.item.VLItemBlockSlab@434294e4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10245 environmentaltech:ionite com.valkyrieofnight.vliblegacy.lib.item.VLItemBlock@15d4476e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10246 environmentaltech:ionite_paver com.valkyrieofnight.vliblegacy.lib.item.VLItemBlock@2bdc07e1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10247 environmentaltech:ionite_bricks com.valkyrieofnight.vliblegacy.lib.item.VLItemBlock@7db3b59f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10248 environmentaltech:ionite_tiles com.valkyrieofnight.vliblegacy.lib.item.VLItemBlock@2a01fb79 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10249 environmentaltech:ionite_stairs com.valkyrieofnight.vliblegacy.lib.item.VLItemBlock@1d593660 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10250 environmentaltech:ionite_brick_stairs com.valkyrieofnight.vliblegacy.lib.item.VLItemBlock@5671d925 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10251 environmentaltech:ionite_tile_stairs com.valkyrieofnight.vliblegacy.lib.item.VLItemBlock@360e9139 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10252 environmentaltech:ionite_slab com.valkyrieofnight.vliblegacy.lib.item.VLItemBlockSlab@13716eb2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10253 environmentaltech:ionite_paver_slab com.valkyrieofnight.vliblegacy.lib.item.VLItemBlockSlab@474fb08a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10254 environmentaltech:ionite_brick_slab com.valkyrieofnight.vliblegacy.lib.item.VLItemBlockSlab@1fafe1b7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10255 environmentaltech:ionite_tile_slab com.valkyrieofnight.vliblegacy.lib.item.VLItemBlockSlab@5dea2c22 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10256 environmentaltech:aethium com.valkyrieofnight.vliblegacy.lib.item.VLItemBlock@4576ddd3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10257 environmentaltech:aethium_paver com.valkyrieofnight.vliblegacy.lib.item.VLItemBlock@7f07ee17 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10258 environmentaltech:aethium_bricks com.valkyrieofnight.vliblegacy.lib.item.VLItemBlock@1f451a19 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10259 environmentaltech:aethium_tiles com.valkyrieofnight.vliblegacy.lib.item.VLItemBlock@13c2beef +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10260 environmentaltech:aethium_stairs com.valkyrieofnight.vliblegacy.lib.item.VLItemBlock@60297101 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10261 environmentaltech:aethium_brick_stairs com.valkyrieofnight.vliblegacy.lib.item.VLItemBlock@201e4c45 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10262 environmentaltech:aethium_tile_stairs com.valkyrieofnight.vliblegacy.lib.item.VLItemBlock@173c1f8d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10263 environmentaltech:aethium_slab com.valkyrieofnight.vliblegacy.lib.item.VLItemBlockSlab@118fee43 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10264 environmentaltech:aethium_paver_slab com.valkyrieofnight.vliblegacy.lib.item.VLItemBlockSlab@3a85240a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10265 environmentaltech:aethium_brick_slab com.valkyrieofnight.vliblegacy.lib.item.VLItemBlockSlab@68ab3b7b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10266 environmentaltech:aethium_tile_slab com.valkyrieofnight.vliblegacy.lib.item.VLItemBlockSlab@1f9c8194 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10267 environmentaltech:lonsdaleite com.valkyrieofnight.vliblegacy.lib.item.VLItemBlock@718f99d2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10268 environmentaltech:lonsdaleite_paver com.valkyrieofnight.vliblegacy.lib.item.VLItemBlock@6239469d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10269 environmentaltech:lonsdaleite_bricks com.valkyrieofnight.vliblegacy.lib.item.VLItemBlock@5378d942 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10270 environmentaltech:lonsdaleite_tiles com.valkyrieofnight.vliblegacy.lib.item.VLItemBlock@28936298 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10271 environmentaltech:lonsdaleite_stairs com.valkyrieofnight.vliblegacy.lib.item.VLItemBlock@25df2f51 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10272 environmentaltech:lonsdaleite_brick_stairs com.valkyrieofnight.vliblegacy.lib.item.VLItemBlock@d7a88d9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10273 environmentaltech:lonsdaleite_tile_stairs com.valkyrieofnight.vliblegacy.lib.item.VLItemBlock@185de2fd +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10274 environmentaltech:lonsdaleite_slab com.valkyrieofnight.vliblegacy.lib.item.VLItemBlockSlab@2b69c4cc +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10275 environmentaltech:lonsdaleite_paver_slab com.valkyrieofnight.vliblegacy.lib.item.VLItemBlockSlab@7710d357 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10276 environmentaltech:lonsdaleite_brick_slab com.valkyrieofnight.vliblegacy.lib.item.VLItemBlockSlab@2e75a12c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10277 environmentaltech:lonsdaleite_tile_slab com.valkyrieofnight.vliblegacy.lib.item.VLItemBlockSlab@59c8e415 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10278 environmentaltech:mica com.valkyrieofnight.vliblegacy.lib.item.VLItemBlock@3c621444 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10279 environmentaltech:litherite_crystal com.valkyrieofnight.et.m_resources.item.ETRItemOre@4d19f2f4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10280 environmentaltech:erodium_crystal com.valkyrieofnight.et.m_resources.item.ETRItemOre@4ee656ba +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10281 environmentaltech:kyronite_crystal com.valkyrieofnight.et.m_resources.item.ETRItemOre@5090fb3f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10282 environmentaltech:pladium_crystal com.valkyrieofnight.et.m_resources.item.ETRItemOre@7c7c155d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10283 environmentaltech:ionite_crystal com.valkyrieofnight.et.m_resources.item.ETRItemOre@7ef0d674 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10284 environmentaltech:aethium_crystal com.valkyrieofnight.et.m_resources.item.ETRItemOre@2df1c96 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10285 environmentaltech:lonsdaleite_crystal com.valkyrieofnight.et.m_resources.item.ETRItemOre@55c146f1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10286 environmentaltech:interconnect com.valkyrieofnight.vliblegacy.lib.item.VLItemBlock@490b77e9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10287 environmentaltech:tool_multiblock_assembler com.valkyrieofnight.et.m_multiblocks.item.ItemMultiBlockAssembler@1c310df1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10288 environmentaltech:connector com.valkyrieofnight.et.m_multiblocks.item.ETMItem@31305bca +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10289 environmentaltech:modifier_null com.valkyrieofnight.vliblegacy.lib.item.VLItemBlock@4b71dad6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10290 environmentaltech:modifier_speed com.valkyrieofnight.vliblegacy.lib.item.VLItemBlock@1458fb87 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10291 environmentaltech:modifier_luck com.valkyrieofnight.vliblegacy.lib.item.VLItemBlock@67e72da +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10292 environmentaltech:structure_frame_1 com.valkyrieofnight.vliblegacy.lib.item.VLItemBlock@35a387d4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10293 environmentaltech:structure_frame_2 com.valkyrieofnight.vliblegacy.lib.item.VLItemBlock@70415cdc +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10294 environmentaltech:structure_frame_3 com.valkyrieofnight.vliblegacy.lib.item.VLItemBlock@23160590 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10295 environmentaltech:structure_frame_4 com.valkyrieofnight.vliblegacy.lib.item.VLItemBlock@568b4b8a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10296 environmentaltech:structure_frame_5 com.valkyrieofnight.vliblegacy.lib.item.VLItemBlock@7fbffba8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10297 environmentaltech:structure_frame_6 com.valkyrieofnight.vliblegacy.lib.item.VLItemBlock@5e2ff3f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10298 environmentaltech:structure_panel com.valkyrieofnight.vliblegacy.lib.item.VLItemBlock@164b4096 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10299 environmentaltech:structure_panel_clear com.valkyrieofnight.vliblegacy.lib.item.VLItemBlock@1a909ece +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10300 environmentaltech:lightning_rod com.valkyrieofnight.vliblegacy.lib.item.VLItemBlock@8fb5be9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10301 environmentaltech:lightning_rod_insulated com.valkyrieofnight.vliblegacy.lib.item.VLItemBlock@4478f590 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10302 environmentaltech:lightning_cont_1 com.valkyrieofnight.vliblegacy.lib.item.VLItemBlockColorized@5a00753f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10303 environmentaltech:lightning_cont_2 com.valkyrieofnight.vliblegacy.lib.item.VLItemBlockColorized@525e04dc +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10304 environmentaltech:lightning_cont_3 com.valkyrieofnight.vliblegacy.lib.item.VLItemBlockColorized@28396d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10305 environmentaltech:lightning_cont_4 com.valkyrieofnight.vliblegacy.lib.item.VLItemBlockColorized@37f988d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10306 environmentaltech:lightning_cont_5 com.valkyrieofnight.vliblegacy.lib.item.VLItemBlockColorized@5a8fac50 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10307 environmentaltech:lightning_cont_6 com.valkyrieofnight.vliblegacy.lib.item.VLItemBlockColorized@78552b39 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10308 environmentaltech:solar_cont_1 com.valkyrieofnight.vliblegacy.lib.item.VLItemBlockColorized@39f7960f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10309 environmentaltech:solar_cont_2 com.valkyrieofnight.vliblegacy.lib.item.VLItemBlockColorized@4633da4c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10310 environmentaltech:solar_cont_3 com.valkyrieofnight.vliblegacy.lib.item.VLItemBlockColorized@617913f6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10311 environmentaltech:solar_cont_4 com.valkyrieofnight.vliblegacy.lib.item.VLItemBlockColorized@30a4e003 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10312 environmentaltech:solar_cont_5 com.valkyrieofnight.vliblegacy.lib.item.VLItemBlockColorized@35664ff6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10313 environmentaltech:solar_cont_6 com.valkyrieofnight.vliblegacy.lib.item.VLItemBlockColorized@6d5f02ac +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10314 environmentaltech:solar_cell_litherite com.valkyrieofnight.vliblegacy.lib.item.VLItemBlock@44904a52 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10315 environmentaltech:solar_cell_erodium com.valkyrieofnight.vliblegacy.lib.item.VLItemBlock@53231e3b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10316 environmentaltech:solar_cell_kyronite com.valkyrieofnight.vliblegacy.lib.item.VLItemBlock@54bdf256 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10317 environmentaltech:solar_cell_pladium com.valkyrieofnight.vliblegacy.lib.item.VLItemBlock@4162c00f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10318 environmentaltech:solar_cell_ionite com.valkyrieofnight.vliblegacy.lib.item.VLItemBlock@766d0ab +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10319 environmentaltech:solar_cell_aethium com.valkyrieofnight.vliblegacy.lib.item.VLItemBlock@4cffd4ba +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10320 environmentaltech:modifier_piezo com.valkyrieofnight.vliblegacy.lib.item.VLItemBlock@77eba031 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10321 environmentaltech:photovoltaic_cell com.valkyrieofnight.et.m_multiblocks.item.ETMItem@20de647b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10322 environmentaltech:thermal_cell com.valkyrieofnight.vliblegacy.lib.item.VLItemBlock@118c1b43 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10323 environmentaltech:laser_core com.valkyrieofnight.vliblegacy.lib.item.VLItemBlock@23e447cc +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10324 environmentaltech:laser_lens com.valkyrieofnight.vliblegacy.lib.item.VLItemBlock@9a481a9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10325 environmentaltech:laser_lens_crystal com.valkyrieofnight.vliblegacy.lib.item.VLItemBlock@5a0ad15a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10326 environmentaltech:laser_lens_colored com.valkyrieofnight.vliblegacy.lib.item.VLItemBlockDyeColored@2b2d9f5b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10327 environmentaltech:modifier_accuracy com.valkyrieofnight.vliblegacy.lib.item.VLItemBlock@2af677d5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10328 environmentaltech:diode com.valkyrieofnight.et.m_multiblocks.item.ETMItem@7f202eb +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10329 environmentaltech:void_ore_miner_cont_1 com.valkyrieofnight.vliblegacy.lib.item.VLItemBlockColorized@bfe834e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10330 environmentaltech:void_ore_miner_cont_2 com.valkyrieofnight.vliblegacy.lib.item.VLItemBlockColorized@4cee022d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10331 environmentaltech:void_ore_miner_cont_3 com.valkyrieofnight.vliblegacy.lib.item.VLItemBlockColorized@55bf9cba +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10332 environmentaltech:void_ore_miner_cont_4 com.valkyrieofnight.vliblegacy.lib.item.VLItemBlockColorized@42cd29bc +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10333 environmentaltech:void_ore_miner_cont_5 com.valkyrieofnight.vliblegacy.lib.item.VLItemBlockColorized@3d562658 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10334 environmentaltech:void_ore_miner_cont_6 com.valkyrieofnight.vliblegacy.lib.item.VLItemBlockColorized@195a4b5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10335 environmentaltech:void_res_miner_cont_1 com.valkyrieofnight.vliblegacy.lib.item.VLItemBlockColorized@2866a271 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10336 environmentaltech:void_res_miner_cont_2 com.valkyrieofnight.vliblegacy.lib.item.VLItemBlockColorized@34dee08 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10337 environmentaltech:void_res_miner_cont_3 com.valkyrieofnight.vliblegacy.lib.item.VLItemBlockColorized@f257cdf +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10338 environmentaltech:void_res_miner_cont_4 com.valkyrieofnight.vliblegacy.lib.item.VLItemBlockColorized@23b9d182 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10339 environmentaltech:void_res_miner_cont_5 com.valkyrieofnight.vliblegacy.lib.item.VLItemBlockColorized@3ed19aae +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10340 environmentaltech:void_res_miner_cont_6 com.valkyrieofnight.vliblegacy.lib.item.VLItemBlockColorized@52001ed2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10341 environmentaltech:void_botanic_miner_cont_1 com.valkyrieofnight.vliblegacy.lib.item.VLItemBlockColorized@766753c9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10342 environmentaltech:void_botanic_miner_cont_2 com.valkyrieofnight.vliblegacy.lib.item.VLItemBlockColorized@1b3fb946 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10343 environmentaltech:void_botanic_miner_cont_3 com.valkyrieofnight.vliblegacy.lib.item.VLItemBlockColorized@29094465 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10344 environmentaltech:void_botanic_miner_cont_4 com.valkyrieofnight.vliblegacy.lib.item.VLItemBlockColorized@7bad2918 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10345 environmentaltech:void_botanic_miner_cont_5 com.valkyrieofnight.vliblegacy.lib.item.VLItemBlockColorized@3798d4bf +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10346 environmentaltech:void_botanic_miner_cont_6 com.valkyrieofnight.vliblegacy.lib.item.VLItemBlockColorized@510bae83 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10347 environmentaltech:modifier_creative_flight com.valkyrieofnight.vliblegacy.lib.item.VLItemBlock@32c2e2ab +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10348 environmentaltech:modifier_flight_speed com.valkyrieofnight.vliblegacy.lib.item.VLItemBlock@20b5f802 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10349 environmentaltech:modifier_haste com.valkyrieofnight.vliblegacy.lib.item.VLItemBlock@5179ed87 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10350 environmentaltech:modifier_strength com.valkyrieofnight.vliblegacy.lib.item.VLItemBlock@5d0a3e9d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10351 environmentaltech:modifier_jump_boost com.valkyrieofnight.vliblegacy.lib.item.VLItemBlock@7878482d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10352 environmentaltech:modifier_regeneration com.valkyrieofnight.vliblegacy.lib.item.VLItemBlock@7782dac8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10353 environmentaltech:modifier_resistance com.valkyrieofnight.vliblegacy.lib.item.VLItemBlock@6989046a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10354 environmentaltech:modifier_fire_resistance com.valkyrieofnight.vliblegacy.lib.item.VLItemBlock@65fb3110 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10355 environmentaltech:modifier_water_breathing com.valkyrieofnight.vliblegacy.lib.item.VLItemBlock@5f7824a2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10356 environmentaltech:modifier_invisibility com.valkyrieofnight.vliblegacy.lib.item.VLItemBlock@3ecdf11f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10357 environmentaltech:modifier_night_vision com.valkyrieofnight.vliblegacy.lib.item.VLItemBlock@1fc608f8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10358 environmentaltech:modifier_health_boost com.valkyrieofnight.vliblegacy.lib.item.VLItemBlock@2309d9a1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10359 environmentaltech:modifier_absorption com.valkyrieofnight.vliblegacy.lib.item.VLItemBlock@3d4ab456 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10360 environmentaltech:modifier_saturation com.valkyrieofnight.vliblegacy.lib.item.VLItemBlock@6c5effe9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10361 environmentaltech:modifier_glowing com.valkyrieofnight.vliblegacy.lib.item.VLItemBlock@4370bb52 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10362 environmentaltech:nano_cont_ranged_1 com.valkyrieofnight.vliblegacy.lib.item.VLItemBlockColorized@2ed9b64c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10363 environmentaltech:nano_cont_ranged_2 com.valkyrieofnight.vliblegacy.lib.item.VLItemBlockColorized@46594fc5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10364 environmentaltech:nano_cont_ranged_3 com.valkyrieofnight.vliblegacy.lib.item.VLItemBlockColorized@5d634150 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10365 environmentaltech:nano_cont_ranged_4 com.valkyrieofnight.vliblegacy.lib.item.VLItemBlockColorized@1b8fcb85 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10366 environmentaltech:nano_cont_ranged_5 com.valkyrieofnight.vliblegacy.lib.item.VLItemBlockColorized@7887756e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10367 environmentaltech:nano_cont_ranged_6 com.valkyrieofnight.vliblegacy.lib.item.VLItemBlockColorized@74ac3adc +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10368 environmentaltech:nano_cont_personal_1 com.valkyrieofnight.vliblegacy.lib.item.VLItemBlockColorized@33829cd8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10369 environmentaltech:nano_cont_personal_2 com.valkyrieofnight.vliblegacy.lib.item.VLItemBlockColorized@5634aace +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10370 environmentaltech:nano_cont_personal_3 com.valkyrieofnight.vliblegacy.lib.item.VLItemBlockColorized@155b8963 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10371 environmentaltech:nano_cont_personal_4 com.valkyrieofnight.vliblegacy.lib.item.VLItemBlockColorized@342bce +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10372 environmentaltech:nano_cont_personal_5 com.valkyrieofnight.vliblegacy.lib.item.VLItemBlockColorized@2777134c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10373 environmentaltech:nano_cont_personal_6 com.valkyrieofnight.vliblegacy.lib.item.VLItemBlockColorized@54e6afb6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10374 progressiontweaks:lime com.theprogrammingturkey.progressiontweaks.items.ItemLime@5de6d8cb +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10375 progressiontweaks:spear com.theprogrammingturkey.progressiontweaks.items.ItemSpear@2d5fb570 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10376 progressiontweaks:broken_spear_tip com.theprogrammingturkey.progressiontweaks.items.ItemBrokenSpear@1b5f3e67 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10377 progressiontweaks:broken_spear_shaft com.theprogrammingturkey.progressiontweaks.items.ItemBrokenSpear@42d219c6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10378 progressiontweaks:tomahawk com.theprogrammingturkey.progressiontweaks.items.ItemTomahawk@641495e2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10379 progressiontweaks:stone_hammer com.theprogrammingturkey.progressiontweaks.items.ItemStoneHammer@54141625 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10380 progressiontweaks:flat_bread com.theprogrammingturkey.gobblecore.items.BaseItemFood@70407476 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10381 progressiontweaks:unfired_clay_bowl com.theprogrammingturkey.gobblecore.items.BaseItem@303b5419 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10382 progressiontweaks:fire_pit_unlit com.theprogrammingturkey.gobblecore.items.BaseItemBlock@53849982 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10383 progressiontweaks:blank_teleporter com.theprogrammingturkey.gobblecore.items.BaseItemBlock@65f48ce1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10384 progressiontweaks:machine_frame com.theprogrammingturkey.gobblecore.items.BaseItemBlock@331c578b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10385 progressiontweaks:nanomachine_frame com.theprogrammingturkey.gobblecore.items.BaseItemBlock@1890ea6a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10386 mcjtylib_ng:multipart mcjty.lib.multipart.MultipartItemBlock@6faf3873 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10387 industrialforegoing:petrified_fuel_generator net.minecraft.item.ItemBlock@60d0fe99 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10388 industrialforegoing:enchantment_refiner net.minecraft.item.ItemBlock@762a3e50 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10389 industrialforegoing:enchantment_extractor net.minecraft.item.ItemBlock@3187e05c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10390 industrialforegoing:enchantment_aplicator net.minecraft.item.ItemBlock@2ad5770c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10391 industrialforegoing:mob_relocator net.minecraft.item.ItemBlock@4d1670f9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10392 industrialforegoing:potion_enervator net.minecraft.item.ItemBlock@6a691fb5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10393 industrialforegoing:animal_independence_selector net.minecraft.item.ItemBlock@646287a4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10394 industrialforegoing:animal_stock_increaser net.minecraft.item.ItemBlock@650ef133 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10395 industrialforegoing:crop_sower net.minecraft.item.ItemBlock@1b61d4d3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10396 industrialforegoing:crop_enrich_material_injector net.minecraft.item.ItemBlock@3957e4bd +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10397 industrialforegoing:crop_recolector net.minecraft.item.ItemBlock@49781b94 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10398 industrialforegoing:black_hole_unit com.buuz135.industrial.tile.block.BlackHoleUnitBlock$BlockStorageItem@6312167 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10399 industrialforegoing:water_condensator net.minecraft.item.ItemBlock@5c919d41 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10400 industrialforegoing:animal_resource_harvester net.minecraft.item.ItemBlock@3d588427 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10401 industrialforegoing:mob_slaughter_factory net.minecraft.item.ItemBlock@3824edc +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10402 industrialforegoing:mob_duplicator net.minecraft.item.ItemBlock@c377dd2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10403 industrialforegoing:block_destroyer net.minecraft.item.ItemBlock@5c9c9280 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10404 industrialforegoing:block_placer net.minecraft.item.ItemBlock@259c4c88 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10405 industrialforegoing:sewage_composter_solidifier net.minecraft.item.ItemBlock@34f90249 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10406 industrialforegoing:animal_byproduct_recolector net.minecraft.item.ItemBlock@39730e9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10407 industrialforegoing:sludge_refiner net.minecraft.item.ItemBlock@3ba7ba89 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10408 industrialforegoing:mob_detector net.minecraft.item.ItemBlock@7c185979 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10409 industrialforegoing:lava_fabricator net.minecraft.item.ItemBlock@fe7f9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10410 industrialforegoing:bioreactor net.minecraft.item.ItemBlock@3a258f69 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10411 industrialforegoing:biofuel_generator net.minecraft.item.ItemBlock@3cd00956 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10412 industrialforegoing:laser_base net.minecraft.item.ItemBlock@23d5c24 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10413 industrialforegoing:laser_drill net.minecraft.item.ItemBlock@7d7253b5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10414 industrialforegoing:ore_processor net.minecraft.item.ItemBlock@6b3ad5b5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10415 industrialforegoing:black_hole_controller net.minecraft.item.ItemBlock@579ceb3d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10416 industrialforegoing:black_hole_controller_reworked net.minecraft.item.ItemBlock@3f285196 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10417 industrialforegoing:enchantment_invoker net.minecraft.item.ItemBlock@50a8523d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10418 industrialforegoing:spores_recreator net.minecraft.item.ItemBlock@6d02a2e0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10419 industrialforegoing:animal_growth_increaser net.minecraft.item.ItemBlock@5df7797e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10420 industrialforegoing:material_stonework_factory net.minecraft.item.ItemBlock@20ae27b7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10421 industrialforegoing:black_hole_tank com.buuz135.industrial.tile.block.BlackHoleTankBlock$BlockTankItem@17f77c56 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10422 industrialforegoing:resourceful_furnace net.minecraft.item.ItemBlock@4a74e272 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10423 industrialforegoing:villager_trade_exchanger net.minecraft.item.ItemBlock@636f0b58 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10424 industrialforegoing:energy_field_provider net.minecraft.item.ItemBlock@2da131f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10425 industrialforegoing:oredictionary_converter net.minecraft.item.ItemBlock@2ee3cade +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10426 industrialforegoing:protein_reactor net.minecraft.item.ItemBlock@4369da02 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10427 industrialforegoing:protein_generator net.minecraft.item.ItemBlock@58473cfc +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10428 industrialforegoing:hydrator net.minecraft.item.ItemBlock@ad78e00 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10429 industrialforegoing:wither_builder net.minecraft.item.ItemBlock@3a5200be +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10430 industrialforegoing:fluid_pump net.minecraft.item.ItemBlock@3766743c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10431 industrialforegoing:fluid_crafter net.minecraft.item.ItemBlock@56271ef0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10432 industrialforegoing:plant_interactor net.minecraft.item.ItemBlock@60363dba +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10433 industrialforegoing:item_splitter net.minecraft.item.ItemBlock@4acb86f2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10434 industrialforegoing:fluiddictionary_converter net.minecraft.item.ItemBlock@4e88dc03 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10435 industrialforegoing:froster net.minecraft.item.ItemBlock@20368bbc +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10436 industrialforegoing:tinydryrubber com.buuz135.industrial.item.IFCustomItem@71bca9ed +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10437 industrialforegoing:dryrubber com.buuz135.industrial.item.IFCustomItem@67565d3e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10438 industrialforegoing:plastic com.buuz135.industrial.item.IFCustomItem@6fb6ed13 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10439 industrialforegoing:fertilizer com.buuz135.industrial.item.FertilizerItem@7bc9e032 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10440 industrialforegoing:meat_feeder com.buuz135.industrial.item.MeatFeederItem@6f2edd67 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10441 industrialforegoing:mob_imprisonment_tool com.buuz135.industrial.item.MobImprisonmentToolItem@3ac4c211 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10442 industrialforegoing:laser_lens com.buuz135.industrial.item.LaserLensItem@62c26e2f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10443 industrialforegoing:laser_lens_inverted com.buuz135.industrial.item.LaserLensItem@563eca35 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10444 industrialforegoing:straw com.buuz135.industrial.item.ItemStraw@4fe2f070 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10445 industrialforegoing:conveyor_upgrade com.buuz135.industrial.item.ItemConveyorUpgrade@532a77d7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10446 industrialforegoing:pink_slime com.buuz135.industrial.item.IFCustomItem@2268c88b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10447 industrialforegoing:book_manual com.buuz135.industrial.item.BookManualItem@227c191 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10448 industrialforegoing:pink_slime_ingot com.buuz135.industrial.item.IFCustomItem@5a9ed0d5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10449 industrialforegoing:infinity_drill com.buuz135.industrial.item.infinity.ItemInfinityDrill@5a8a909e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10450 industrialforegoing:adult_filter com.buuz135.industrial.item.addon.AdultFilterAddonItem@3ec227d4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10451 industrialforegoing:range_addon com.buuz135.industrial.item.addon.RangeAddonItem@2d542d4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10452 industrialforegoing:energy_field_addon com.buuz135.industrial.item.addon.EnergyFieldAddon@2ee12223 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10453 industrialforegoing:leaf_shearing com.buuz135.industrial.item.addon.LeafShearingAddonItem@20e14901 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10454 industrialforegoing:itemstack_transfer_addon_pull com.buuz135.industrial.item.addon.movility.ItemStackTransferAddon@f32364e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10455 industrialforegoing:itemstack_transfer_addon_push com.buuz135.industrial.item.addon.movility.ItemStackTransferAddon@2759169e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10456 industrialforegoing:fluid_transfer_addon_pull com.buuz135.industrial.item.addon.movility.FluidTransferAddon@8ec86c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10457 industrialforegoing:fluid_transfer_addon_push com.buuz135.industrial.item.addon.movility.FluidTransferAddon@2a0d303d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10458 industrialforegoing:fortune_addon com.buuz135.industrial.item.addon.FortuneAddonItem@3413e374 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10459 industrialforegoing:conveyor com.buuz135.industrial.proxy.block.BlockConveyor$ConveyorItem@45468783 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10460 industrialforegoing:black_hole_label net.minecraft.item.ItemBlock@1177e43b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10461 modularmachinery:blockcontroller hellfirepvp.modularmachinery.common.item.ItemBlockMachineComponent@68250d6d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10462 modularmachinery:blockcasing hellfirepvp.modularmachinery.common.item.ItemBlockMachineComponentCustomName@288b7f80 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10463 modularmachinery:blockinputbus hellfirepvp.modularmachinery.common.item.ItemBlockMachineComponentCustomName@59008f8d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10464 modularmachinery:blockoutputbus hellfirepvp.modularmachinery.common.item.ItemBlockMachineComponentCustomName@77f8eeaa +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10465 modularmachinery:blockfluidinputhatch hellfirepvp.modularmachinery.common.item.ItemBlockMachineComponentCustomName@3776db5d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10466 modularmachinery:blockfluidoutputhatch hellfirepvp.modularmachinery.common.item.ItemBlockMachineComponentCustomName@44f2d54c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10467 modularmachinery:blockenergyinputhatch hellfirepvp.modularmachinery.common.item.ItemBlockMachineComponentCustomName@19d356b8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10468 modularmachinery:blockenergyoutputhatch hellfirepvp.modularmachinery.common.item.ItemBlockMachineComponentCustomName@296e7696 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10469 modularmachinery:itemblueprint hellfirepvp.modularmachinery.common.item.ItemBlueprint@2843fcd5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10470 modularmachinery:itemmodularium hellfirepvp.modularmachinery.common.item.ItemModularium@7a491424 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10471 modularmachinery:itemconstructtool hellfirepvp.modularmachinery.common.item.ItemConstructTool@792ceb43 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10472 primalchests:primal_chest net.minecraft.item.ItemBlock@14be1dd2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10473 primalchests:primal_chest_advanced net.minecraft.item.ItemBlock@2664d355 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10474 thebetweenlands:druid_stone_1 net.minecraft.item.ItemBlock@380c4229 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10475 thebetweenlands:druid_stone_2 net.minecraft.item.ItemBlock@7c25f056 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10476 thebetweenlands:druid_stone_3 net.minecraft.item.ItemBlock@1811228d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10477 thebetweenlands:druid_stone_4 net.minecraft.item.ItemBlock@186fa4a1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10478 thebetweenlands:druid_stone_5 net.minecraft.item.ItemBlock@42a8a08f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10479 thebetweenlands:druid_stone_6 net.minecraft.item.ItemBlock@115c4fcc +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10480 thebetweenlands:betweenlands_bedrock net.minecraft.item.ItemBlock@c80220 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10481 thebetweenlands:betweenstone net.minecraft.item.ItemBlock@6567f434 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10482 thebetweenlands:generic_stone thebetweenlands.common.item.ItemBlockEnum@62cc8ccf +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10483 thebetweenlands:mud net.minecraft.item.ItemBlock@111d8d75 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10484 thebetweenlands:peat net.minecraft.item.ItemBlock@51044474 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10485 thebetweenlands:sludgy_dirt net.minecraft.item.ItemBlock@b98dc34 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10486 thebetweenlands:spreading_sludgy_dirt net.minecraft.item.ItemBlock@d34837c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10487 thebetweenlands:slimy_dirt net.minecraft.item.ItemBlock@703fd18a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10488 thebetweenlands:slimy_grass net.minecraft.item.ItemBlock@36b1c1d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10489 thebetweenlands:cragrock thebetweenlands.common.item.ItemBlockEnum@4edf1938 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10490 thebetweenlands:pitstone net.minecraft.item.ItemBlock@67594cfc +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10491 thebetweenlands:limestone net.minecraft.item.ItemBlock@6964721c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10492 thebetweenlands:swamp_dirt net.minecraft.item.ItemBlock@32b410d9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10493 thebetweenlands:coarse_swamp_dirt net.minecraft.item.ItemBlock@494c96e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10494 thebetweenlands:swamp_grass net.minecraft.item.ItemBlock@29074bac +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10495 thebetweenlands:wisp net.minecraft.item.ItemBlock@63392802 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10496 thebetweenlands:octine_ore net.minecraft.item.ItemBlock@7119de64 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10497 thebetweenlands:valonite_ore net.minecraft.item.ItemBlock@53e4a690 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10498 thebetweenlands:sulfur_ore net.minecraft.item.ItemBlock@40adcd6b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10499 thebetweenlands:slimy_bone_ore net.minecraft.item.ItemBlock@6afe9444 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10500 thebetweenlands:scabyst_ore net.minecraft.item.ItemBlock@552b9d81 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10501 thebetweenlands:syrmorite_ore net.minecraft.item.ItemBlock@230d7192 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10502 thebetweenlands:aqua_middle_gem_ore net.minecraft.item.ItemBlock@d65260d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10503 thebetweenlands:crimson_middle_gem_ore net.minecraft.item.ItemBlock@1327df51 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10504 thebetweenlands:green_middle_gem_ore net.minecraft.item.ItemBlock@1a699f21 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10505 thebetweenlands:life_crystal_stalactite thebetweenlands.common.item.ItemBlockEnum@52a0fc1f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10506 thebetweenlands:stalactite net.minecraft.item.ItemBlock@7651ed08 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10507 thebetweenlands:silt net.minecraft.item.ItemBlock@5b2179c4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10508 thebetweenlands:dead_grass net.minecraft.item.ItemBlock@de77516 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10509 thebetweenlands:tar_solid net.minecraft.item.ItemBlock@58f230b1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10510 thebetweenlands:puddle net.minecraft.item.ItemBlock@21b2af0a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10511 thebetweenlands:log_weedwood thebetweenlands.common.block.terrain.BlockLogBetweenlands$1@710d1da1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10512 thebetweenlands:log_rotten_bark thebetweenlands.common.block.terrain.BlockLogBetweenlands$1@47749953 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10513 thebetweenlands:log_spreading_rotten_bark net.minecraft.item.ItemBlock@eca5eb4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10514 thebetweenlands:log_rubber net.minecraft.item.ItemBlock@3ab47a98 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10515 thebetweenlands:log_hearthgrove thebetweenlands.common.block.terrain.BlockHearthgroveLog$1@234d887a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10516 thebetweenlands:log_nibbletwig thebetweenlands.common.block.terrain.BlockLogBetweenlands$1@40103341 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10517 thebetweenlands:log_spirit_tree thebetweenlands.common.block.terrain.BlockLogBetweenlands$1@1cf3ea09 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10518 thebetweenlands:weedwood net.minecraft.item.ItemBlock@50a33b5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10519 thebetweenlands:log_sap thebetweenlands.common.block.terrain.BlockLogBetweenlands$1@4a4b7536 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10520 thebetweenlands:sapling_weedwood net.minecraft.item.ItemBlock@b80dd05 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10521 thebetweenlands:sapling_sap net.minecraft.item.ItemBlock@8a0cdde +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10522 thebetweenlands:sapling_rubber net.minecraft.item.ItemBlock@5ce3c0e4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10523 thebetweenlands:sapling_hearthgrove net.minecraft.item.ItemBlock@4d90fc8b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10524 thebetweenlands:sapling_nibbletwig net.minecraft.item.ItemBlock@407568c9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10525 thebetweenlands:sapling_spirit_tree thebetweenlands.common.block.plant.BlockSaplingSpiritTree$1@4eb58324 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10526 thebetweenlands:root_pod net.minecraft.item.ItemBlock@c939ef6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10527 thebetweenlands:leaves_weedwood_tree net.minecraft.item.ItemBlock@462d4f4b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10528 thebetweenlands:leaves_sap_tree net.minecraft.item.ItemBlock@2d754467 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10529 thebetweenlands:leaves_rubber_tree net.minecraft.item.ItemBlock@4fbb5e4e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10530 thebetweenlands:leaves_hearthgrove_tree net.minecraft.item.ItemBlock@5f4f0d61 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10531 thebetweenlands:leaves_nibbletwig_tree net.minecraft.item.ItemBlock@73b446d4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10532 thebetweenlands:leaves_spirit_tree_top net.minecraft.item.ItemBlock@74e572b9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10533 thebetweenlands:leaves_spirit_tree_middle net.minecraft.item.ItemBlock@61b90b45 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10534 thebetweenlands:leaves_spirit_tree_bottom net.minecraft.item.ItemBlock@46ba3616 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10535 thebetweenlands:weedwood_planks net.minecraft.item.ItemBlock@17694af3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10536 thebetweenlands:rubber_tree_planks net.minecraft.item.ItemBlock@48c6921d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10537 thebetweenlands:giant_root_planks net.minecraft.item.ItemBlock@610c5b63 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10538 thebetweenlands:hearthgrove_planks net.minecraft.item.ItemBlock@7611dbd2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10539 thebetweenlands:nibbletwig_planks net.minecraft.item.ItemBlock@2bf23931 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10540 thebetweenlands:angry_betweenstone net.minecraft.item.ItemBlock@57d80028 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10541 thebetweenlands:betweenstone_bricks net.minecraft.item.ItemBlock@540c8ef3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10542 thebetweenlands:betweenstone_bricks_mirage net.minecraft.item.ItemBlock@2c3b10eb +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10543 thebetweenlands:betweenstone_tiles net.minecraft.item.ItemBlock@163a9fec +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10544 thebetweenlands:betweenstone_chiseled net.minecraft.item.ItemBlock@1f40443 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10545 thebetweenlands:cragrock_chiseled net.minecraft.item.ItemBlock@313f6998 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10546 thebetweenlands:limestone_chiseled net.minecraft.item.ItemBlock@45778b1c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10547 thebetweenlands:pitstone_chiseled net.minecraft.item.ItemBlock@770b9a1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10548 thebetweenlands:scabyst_chiseled_1 net.minecraft.item.ItemBlock@26076310 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10549 thebetweenlands:scabyst_chiseled_2 net.minecraft.item.ItemBlock@6c3ebde1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10550 thebetweenlands:scabyst_chiseled_3 net.minecraft.item.ItemBlock@15e8f411 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10551 thebetweenlands:scabyst_pitstone_dotted net.minecraft.item.ItemBlock@1757eabc +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10552 thebetweenlands:scabyst_pitstone_horizontal net.minecraft.item.ItemBlock@a5504a5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10553 thebetweenlands:scabyst_bricks net.minecraft.item.ItemBlock@131d71bb +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10554 thebetweenlands:cracked_betweenstone_bricks net.minecraft.item.ItemBlock@418747b5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10555 thebetweenlands:cracked_betweenstone_tiles net.minecraft.item.ItemBlock@69ad5733 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10556 thebetweenlands:cracked_limestone_bricks net.minecraft.item.ItemBlock@4bff168f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10557 thebetweenlands:cragrock_bricks net.minecraft.item.ItemBlock@339736e2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10558 thebetweenlands:cragrock_tiles net.minecraft.item.ItemBlock@48d665ca +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10559 thebetweenlands:glowing_betweenstone_tile net.minecraft.item.ItemBlock@4b41a72c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10560 thebetweenlands:inactive_glowing_smooth_cragrock net.minecraft.item.ItemBlock@78398ba5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10561 thebetweenlands:glowing_smooth_cragrock net.minecraft.item.ItemBlock@72938266 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10562 thebetweenlands:limestone_bricks net.minecraft.item.ItemBlock@91051cb +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10563 thebetweenlands:limestone_tiles net.minecraft.item.ItemBlock@4f2eff02 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10564 thebetweenlands:mossy_betweenstone_bricks net.minecraft.item.ItemBlock@7bfe21e1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10565 thebetweenlands:mossy_betweenstone_tiles net.minecraft.item.ItemBlock@15101c4a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10566 thebetweenlands:mossy_limestone_bricks net.minecraft.item.ItemBlock@1e85892a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10567 thebetweenlands:mossy_smooth_betweenstone net.minecraft.item.ItemBlock@26ebb317 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10568 thebetweenlands:mud_bricks net.minecraft.item.ItemBlock@2c907f02 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10569 thebetweenlands:mud_brick_shingles net.minecraft.item.ItemBlock@39f7c496 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10570 thebetweenlands:rubber_block net.minecraft.item.ItemBlock@b09c65b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10571 thebetweenlands:pitstone_bricks net.minecraft.item.ItemBlock@7081af26 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10572 thebetweenlands:pitstone_tiles net.minecraft.item.ItemBlock@5f46a65b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10573 thebetweenlands:polished_limestone net.minecraft.item.ItemBlock@58921a51 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10574 thebetweenlands:smooth_betweenstone net.minecraft.item.ItemBlock@1d6c2406 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10575 thebetweenlands:smooth_cragrock net.minecraft.item.ItemBlock@60e94012 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10576 thebetweenlands:octine_block net.minecraft.item.ItemBlock@a77462a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10577 thebetweenlands:syrmorite_block net.minecraft.item.ItemBlock@427f85a7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10578 thebetweenlands:valonite_block net.minecraft.item.ItemBlock@3e4fc5fa +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10579 thebetweenlands:scabyst_block net.minecraft.item.ItemBlock@148cebf1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10580 thebetweenlands:weak_betweenstone_tiles net.minecraft.item.ItemBlock@24faa95c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10581 thebetweenlands:weak_polished_limestone net.minecraft.item.ItemBlock@1a9652d9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10582 thebetweenlands:weak_mossy_betweenstone_tiles net.minecraft.item.ItemBlock@5a363464 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10583 thebetweenlands:dentrothyst thebetweenlands.common.item.ItemBlockEnum@29168fb0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10584 thebetweenlands:loot_pot thebetweenlands.common.item.ItemBlockEnum@58d76387 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10585 thebetweenlands:mob_spawner net.minecraft.item.ItemBlock@70ffe2de +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10586 thebetweenlands:temple_pillar net.minecraft.item.ItemBlock@1b817db1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10587 thebetweenlands:betweenstone_pillar net.minecraft.item.ItemBlock@6f71a7e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10588 thebetweenlands:pitstone_pillar net.minecraft.item.ItemBlock@655f8a7c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10589 thebetweenlands:limestone_pillar net.minecraft.item.ItemBlock@6ab97d1b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10590 thebetweenlands:cragrock_pillar net.minecraft.item.ItemBlock@7ac5e908 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10591 thebetweenlands:tar_beast_spawner net.minecraft.item.ItemBlock@445f28c4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10592 thebetweenlands:tar_loot_pot thebetweenlands.common.item.ItemBlockEnum@5dca5659 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10593 thebetweenlands:cragrock_stairs net.minecraft.item.ItemBlock@7c3aa95e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10594 thebetweenlands:pitstone_stairs net.minecraft.item.ItemBlock@29e29278 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10595 thebetweenlands:betweenstone_stairs net.minecraft.item.ItemBlock@14c69688 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10596 thebetweenlands:betweenstone_brick_stairs net.minecraft.item.ItemBlock@1bb162d7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10597 thebetweenlands:mud_brick_stairs net.minecraft.item.ItemBlock@32e858a6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10598 thebetweenlands:cragrock_brick_stairs net.minecraft.item.ItemBlock@f246dd1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10599 thebetweenlands:limestone_brick_stairs net.minecraft.item.ItemBlock@2ff6c86b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10600 thebetweenlands:pitstone_brick_stairs net.minecraft.item.ItemBlock@3f41a098 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10601 thebetweenlands:limestone_stairs net.minecraft.item.ItemBlock@4f9cf2be +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10602 thebetweenlands:smooth_betweenstone_stairs net.minecraft.item.ItemBlock@63fa5479 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10603 thebetweenlands:smooth_cragrock_stairs net.minecraft.item.ItemBlock@7a567dfd +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10604 thebetweenlands:polished_limestone_stairs net.minecraft.item.ItemBlock@48a1574f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10605 thebetweenlands:mossy_betweenstone_brick_stairs net.minecraft.item.ItemBlock@600045e7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10606 thebetweenlands:mossy_smooth_betweenstone_stairs net.minecraft.item.ItemBlock@51e88c02 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10607 thebetweenlands:cracked_betweenstone_brick_stairs net.minecraft.item.ItemBlock@1898ba57 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10608 thebetweenlands:scabyst_brick_stairs net.minecraft.item.ItemBlock@5a418d24 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10609 thebetweenlands:sulfur_block net.minecraft.item.ItemBlock@380cc4f6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10610 thebetweenlands:temple_bricks net.minecraft.item.ItemBlock@2d11c769 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10611 thebetweenlands:smooth_pitstone net.minecraft.item.ItemBlock@70868a9e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10612 thebetweenlands:mire_coral_block net.minecraft.item.ItemBlock@26781107 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10613 thebetweenlands:deep_water_coral_block net.minecraft.item.ItemBlock@788d4a4a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10614 thebetweenlands:slimy_bone_block net.minecraft.item.ItemBlock@5b04f0bd +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10615 thebetweenlands:aqua_middle_gem_block net.minecraft.item.ItemBlock@1f125339 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10616 thebetweenlands:crimson_middle_gem_block net.minecraft.item.ItemBlock@790499f5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10617 thebetweenlands:green_middle_gem_block net.minecraft.item.ItemBlock@6b495385 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10618 thebetweenlands:compost_block net.minecraft.item.ItemBlock@17b4d749 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10619 thebetweenlands:polished_dentrothyst thebetweenlands.common.item.ItemBlockEnum@1a32d51d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10620 thebetweenlands:silt_glass net.minecraft.item.ItemBlock@47a43c9f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10621 thebetweenlands:silt_glass_pane net.minecraft.item.ItemBlock@66d08a95 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10622 thebetweenlands:polished_dentrothyst_pane thebetweenlands.common.item.ItemBlockEnum@57ef1799 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10623 thebetweenlands:amate_paper_pane_1 net.minecraft.item.ItemBlock@5b79ba44 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10624 thebetweenlands:amate_paper_pane_2 net.minecraft.item.ItemBlock@3ddf3570 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10625 thebetweenlands:amate_paper_pane_3 net.minecraft.item.ItemBlock@5fb9847c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10626 thebetweenlands:smooth_pitstone_stairs net.minecraft.item.ItemBlock@70c503cd +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10627 thebetweenlands:tar_solid_stairs net.minecraft.item.ItemBlock@66f83c0b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10628 thebetweenlands:temple_brick_stairs net.minecraft.item.ItemBlock@22c8e111 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10629 thebetweenlands:spike_trap net.minecraft.item.ItemBlock@31c10b50 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10630 thebetweenlands:weedwood_plank_stairs net.minecraft.item.ItemBlock@6942bdce +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10631 thebetweenlands:rubber_tree_plank_stairs net.minecraft.item.ItemBlock@4e7dcc89 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10632 thebetweenlands:giant_root_plank_stairs net.minecraft.item.ItemBlock@2b586c3e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10633 thebetweenlands:hearthgrove_plank_stairs net.minecraft.item.ItemBlock@12fa698e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10634 thebetweenlands:nibbletwig_plank_stairs net.minecraft.item.ItemBlock@6e2a1ad2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10635 thebetweenlands:possessed_block net.minecraft.item.ItemBlock@4e939a1a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10636 thebetweenlands:item_cage net.minecraft.item.ItemBlock@26c2366a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10637 thebetweenlands:item_shelf net.minecraft.item.ItemBlock@67359d25 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10638 thebetweenlands:thatch net.minecraft.item.ItemBlock@5977e79b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10639 thebetweenlands:cragrock_slab thebetweenlands.common.item.ItemBlockSlab@be6f5e5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10640 thebetweenlands:pitstone_slab thebetweenlands.common.item.ItemBlockSlab@3ca0e395 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10641 thebetweenlands:betweenstone_slab thebetweenlands.common.item.ItemBlockSlab@77b78d91 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10642 thebetweenlands:smooth_pitstone_slab thebetweenlands.common.item.ItemBlockSlab@119ae7c3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10643 thebetweenlands:tar_solid_slab thebetweenlands.common.item.ItemBlockSlab@2def61c8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10644 thebetweenlands:temple_brick_slab thebetweenlands.common.item.ItemBlockSlab@166883ab +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10645 thebetweenlands:betweenstone_brick_slab thebetweenlands.common.item.ItemBlockSlab@5df84ff2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10646 thebetweenlands:mud_brick_slab thebetweenlands.common.item.ItemBlockSlab@1b1a0f71 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10647 thebetweenlands:cragrock_brick_slab thebetweenlands.common.item.ItemBlockSlab@4d2ddcfb +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10648 thebetweenlands:limestone_brick_slab thebetweenlands.common.item.ItemBlockSlab@1f8a7b2e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10649 thebetweenlands:limestone_slab thebetweenlands.common.item.ItemBlockSlab@1230f2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10650 thebetweenlands:smooth_betweenstone_slab thebetweenlands.common.item.ItemBlockSlab@4b38c606 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10651 thebetweenlands:smooth_cragrock_slab thebetweenlands.common.item.ItemBlockSlab@68d1119e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10652 thebetweenlands:polished_limestone_slab thebetweenlands.common.item.ItemBlockSlab@244e54a1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10653 thebetweenlands:pitstone_brick_slab thebetweenlands.common.item.ItemBlockSlab@35ca657a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10654 thebetweenlands:mossy_betweenstone_brick_slab thebetweenlands.common.item.ItemBlockSlab@38cf9d33 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10655 thebetweenlands:mossy_smooth_betweenstone_slab thebetweenlands.common.item.ItemBlockSlab@58f22655 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10656 thebetweenlands:cracked_betweenstone_brick_slab thebetweenlands.common.item.ItemBlockSlab@e4f9ab6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10657 thebetweenlands:weedwood_plank_slab thebetweenlands.common.item.ItemBlockSlab@68c8cfb0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10658 thebetweenlands:rubber_tree_plank_slab thebetweenlands.common.item.ItemBlockSlab@2caae19f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10659 thebetweenlands:giant_root_plank_slab thebetweenlands.common.item.ItemBlockSlab@65a3aad1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10660 thebetweenlands:hearthgrove_plank_slab thebetweenlands.common.item.ItemBlockSlab@174b06f9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10661 thebetweenlands:nibbletwig_plank_slab thebetweenlands.common.item.ItemBlockSlab@39d0eeef +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10662 thebetweenlands:mud_brick_shingle_slab thebetweenlands.common.item.ItemBlockSlab@420d4653 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10663 thebetweenlands:mud_brick_shingle_stairs net.minecraft.item.ItemBlock@3a0089e1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10664 thebetweenlands:mud_brick_shingle_wall net.minecraft.item.ItemBlock@75b33c96 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10665 thebetweenlands:thatch_slab thebetweenlands.common.item.ItemBlockSlab@4b2a1359 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10666 thebetweenlands:scabyst_brick_slab thebetweenlands.common.item.ItemBlockSlab@63bdebb1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10667 thebetweenlands:pitstone_wall net.minecraft.item.ItemBlock@5dcc29a6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10668 thebetweenlands:betweenstone_wall net.minecraft.item.ItemBlock@31f7f905 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10669 thebetweenlands:tar_solid_wall net.minecraft.item.ItemBlock@2adc94b9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10670 thebetweenlands:temple_brick_wall net.minecraft.item.ItemBlock@26b00230 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10671 thebetweenlands:smooth_pitstone_wall net.minecraft.item.ItemBlock@1a0d9e59 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10672 thebetweenlands:betweenstone_brick_wall net.minecraft.item.ItemBlock@14bc73cc +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10673 thebetweenlands:mud_brick_wall net.minecraft.item.ItemBlock@5a8b44be +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10674 thebetweenlands:cragrock_wall net.minecraft.item.ItemBlock@7c8c7c5d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10675 thebetweenlands:cragrock_brick_wall net.minecraft.item.ItemBlock@a05dac3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10676 thebetweenlands:limestone_brick_wall net.minecraft.item.ItemBlock@7d50ea5c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10677 thebetweenlands:limestone_wall net.minecraft.item.ItemBlock@7d7efffc +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10678 thebetweenlands:polished_limestone_wall net.minecraft.item.ItemBlock@620f1a9a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10679 thebetweenlands:pitstone_brick_wall net.minecraft.item.ItemBlock@46f817da +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10680 thebetweenlands:smooth_betweenstone_wall net.minecraft.item.ItemBlock@3c000753 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10681 thebetweenlands:smooth_cragrock_wall net.minecraft.item.ItemBlock@368b9e30 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10682 thebetweenlands:mossy_betweenstone_brick_wall net.minecraft.item.ItemBlock@2cca89b1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10683 thebetweenlands:mossy_smooth_betweenstone_wall net.minecraft.item.ItemBlock@2a8a1d35 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10684 thebetweenlands:cracked_betweenstone_brick_wall net.minecraft.item.ItemBlock@168cada8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10685 thebetweenlands:scabyst_brick_wall net.minecraft.item.ItemBlock@7c9cdb57 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10686 thebetweenlands:weedwood_plank_fence net.minecraft.item.ItemBlock@4e34274 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10687 thebetweenlands:weedwood_log_fence net.minecraft.item.ItemBlock@7e7a9468 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10688 thebetweenlands:rubber_tree_plank_fence net.minecraft.item.ItemBlock@d6887e2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10689 thebetweenlands:giant_root_plank_fence net.minecraft.item.ItemBlock@1734a37b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10690 thebetweenlands:hearthgrove_plank_fence net.minecraft.item.ItemBlock@9dab30b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10691 thebetweenlands:nibbletwig_plank_fence net.minecraft.item.ItemBlock@2329bf8c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10692 thebetweenlands:weedwood_plank_fence_gate net.minecraft.item.ItemBlock@6a377b9c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10693 thebetweenlands:weedwood_log_fence_gate net.minecraft.item.ItemBlock@58aa22da +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10694 thebetweenlands:rubber_tree_plank_fence_gate net.minecraft.item.ItemBlock@434902f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10695 thebetweenlands:giant_root_plank_fence_gate net.minecraft.item.ItemBlock@6a8f9afa +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10696 thebetweenlands:hearthgrove_plank_fence_gate net.minecraft.item.ItemBlock@3bb5e7ac +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10697 thebetweenlands:nibbletwig_plank_fence_gate net.minecraft.item.ItemBlock@3280bef2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10698 thebetweenlands:weedwood_plank_pressure_plate net.minecraft.item.ItemBlock@1295e565 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10699 thebetweenlands:betweenstone_pressure_plate net.minecraft.item.ItemBlock@4dbe587 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10700 thebetweenlands:syrmorite_pressure_plate net.minecraft.item.ItemBlock@1047fa37 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10701 thebetweenlands:weedwood_plank_button net.minecraft.item.ItemBlock@2707b1e3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10702 thebetweenlands:betweenstone_button net.minecraft.item.ItemBlock@1a84d6ab +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10703 thebetweenlands:weedwood_ladder net.minecraft.item.ItemBlock@4128efa1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10704 thebetweenlands:weedwood_lever net.minecraft.item.ItemBlock@6e1123f1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10705 thebetweenlands:worm_dungeon_pillar thebetweenlands.common.item.ItemBlockEnum@74030f79 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10706 thebetweenlands:compacted_mud net.minecraft.item.ItemBlock@488eaedc +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10707 thebetweenlands:mud_tiles thebetweenlands.common.item.ItemBlockEnum@4e5d158b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10708 thebetweenlands:puffshroom net.minecraft.item.ItemBlock@29b4a91a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10709 thebetweenlands:mud_bricks_carved thebetweenlands.common.item.ItemBlockEnum@45201392 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10710 thebetweenlands:mud_brick_stairs_decay_1 net.minecraft.item.ItemBlock@78e5bda4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10711 thebetweenlands:mud_brick_stairs_decay_2 net.minecraft.item.ItemBlock@5e321e7e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10712 thebetweenlands:mud_brick_stairs_decay_3 net.minecraft.item.ItemBlock@524280db +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10713 thebetweenlands:mud_brick_stairs_decay_4 net.minecraft.item.ItemBlock@173bb582 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10714 thebetweenlands:mud_brick_slab_decay_1 thebetweenlands.common.item.ItemBlockSlab@42e6325c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10715 thebetweenlands:mud_brick_slab_decay_2 thebetweenlands.common.item.ItemBlockSlab@c691590 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10716 thebetweenlands:mud_brick_slab_decay_3 thebetweenlands.common.item.ItemBlockSlab@4a6b089e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10717 thebetweenlands:mud_brick_slab_decay_4 thebetweenlands.common.item.ItemBlockSlab@b633f4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10718 thebetweenlands:edge_shroom thebetweenlands.common.block.plant.BlockEdgePlant$ItemBlockEdgePlant@73b1956c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10719 thebetweenlands:edge_moss thebetweenlands.common.block.plant.BlockEdgePlant$ItemBlockEdgePlant@3730cb1f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10720 thebetweenlands:edge_leaf thebetweenlands.common.block.plant.BlockEdgePlant$ItemBlockEdgePlant@250d1a9f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10721 thebetweenlands:mud_tower_beam_origin net.minecraft.item.ItemBlock@1495a459 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10722 thebetweenlands:mud_tower_beam_relay net.minecraft.item.ItemBlock@6b705952 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10723 thebetweenlands:mud_tower_beam_tube net.minecraft.item.ItemBlock@5aa90f10 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10724 thebetweenlands:mud_tower_beam_lens_supports net.minecraft.item.ItemBlock@173d2f38 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10725 thebetweenlands:diagonal_energy_barrier net.minecraft.item.ItemBlock@2eb3e6ea +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10726 thebetweenlands:mud_brick_alcove net.minecraft.item.ItemBlock@47e080a7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10727 thebetweenlands:loot_urn thebetweenlands.common.item.ItemBlockEnum@55a3d6c4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10728 thebetweenlands:dungeon_door_runes net.minecraft.item.ItemBlock@2b9967a7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10729 thebetweenlands:dungeon_door_runes_mimic net.minecraft.item.ItemBlock@1a2c4088 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10730 thebetweenlands:dungeon_door_runes_crawler net.minecraft.item.ItemBlock@598a0ed2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10731 thebetweenlands:dungeon_door_combination net.minecraft.item.ItemBlock@1254f6d1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10732 thebetweenlands:mud_bricks_climbable net.minecraft.item.ItemBlock@72900f63 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10733 thebetweenlands:mud_tiles_water net.minecraft.item.ItemBlock@a4029b9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10734 thebetweenlands:dungeon_wall_candle net.minecraft.item.ItemBlock@3355abd +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10735 thebetweenlands:wooden_support_beam_rotten_1 net.minecraft.item.ItemBlock@3662c674 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10736 thebetweenlands:wooden_support_beam_rotten_2 net.minecraft.item.ItemBlock@447b2ccc +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10737 thebetweenlands:wooden_support_beam_rotten_3 net.minecraft.item.ItemBlock@4ffdc81b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10738 thebetweenlands:log_rotten_bark_carved_1 net.minecraft.item.ItemBlock@66b483eb +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10739 thebetweenlands:log_rotten_bark_carved_2 net.minecraft.item.ItemBlock@4645b82f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10740 thebetweenlands:log_rotten_bark_carved_3 net.minecraft.item.ItemBlock@5bc5f167 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10741 thebetweenlands:log_rotten_bark_carved_4 net.minecraft.item.ItemBlock@7a595714 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10742 thebetweenlands:log_rotten_bark_carved_5 net.minecraft.item.ItemBlock@3830286f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10743 thebetweenlands:log_rotten_bark_carved_6 net.minecraft.item.ItemBlock@535f7b86 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10744 thebetweenlands:log_rotten_bark_carved_7 net.minecraft.item.ItemBlock@2765f643 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10745 thebetweenlands:log_rotten_bark_carved_8 net.minecraft.item.ItemBlock@1734e44c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10746 thebetweenlands:log_rotten_bark_carved_9 net.minecraft.item.ItemBlock@2e7ed595 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10747 thebetweenlands:log_rotten_bark_carved_10 net.minecraft.item.ItemBlock@6550897 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10748 thebetweenlands:log_rotten_bark_carved_11 net.minecraft.item.ItemBlock@e8a31f0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10749 thebetweenlands:log_rotten_bark_carved_12 net.minecraft.item.ItemBlock@3eaca2e9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10750 thebetweenlands:log_rotten_bark_carved_13 net.minecraft.item.ItemBlock@66260ad4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10751 thebetweenlands:log_rotten_bark_carved_14 net.minecraft.item.ItemBlock@4899a737 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10752 thebetweenlands:log_rotten_bark_carved_15 net.minecraft.item.ItemBlock@17c30a65 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10753 thebetweenlands:log_rotten_bark_carved_16 net.minecraft.item.ItemBlock@4c23499e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10754 thebetweenlands:energy_barrier_mud net.minecraft.item.ItemBlock@1a058a64 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10755 thebetweenlands:mud_brick_spike_trap net.minecraft.item.ItemBlock@1fa0260c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10756 thebetweenlands:mud_tiles_spike_trap net.minecraft.item.ItemBlock@10bf87bf +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10757 thebetweenlands:compacted_mud_slope net.minecraft.item.ItemBlock@4606538f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10758 thebetweenlands:compacted_mud_slab thebetweenlands.common.item.ItemBlockSlab@70e6b781 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10759 thebetweenlands:compacted_mud_mirage net.minecraft.item.ItemBlock@6ee86fd7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10760 thebetweenlands:rotten_planks net.minecraft.item.ItemBlock@2868fca +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10761 thebetweenlands:rotten_plank_slab thebetweenlands.common.item.ItemBlockSlab@76e83e3e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10762 thebetweenlands:rotten_plank_stairs net.minecraft.item.ItemBlock@33f7c5dd +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10763 thebetweenlands:rotten_plank_fence net.minecraft.item.ItemBlock@1ecc92a3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10764 thebetweenlands:rotten_plank_fence_gate net.minecraft.item.ItemBlock@2802b66f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10765 thebetweenlands:mud_tower_brazier net.minecraft.item.ItemBlock@1fac649f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10766 thebetweenlands:present net.minecraft.item.ItemBlock@1278839a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10767 thebetweenlands:pitcher_plant net.minecraft.item.ItemBlock@685b42fc +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10768 thebetweenlands:weeping_blue net.minecraft.item.ItemBlock@55d72056 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10769 thebetweenlands:sundew net.minecraft.item.ItemBlock@29a32eef +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10770 thebetweenlands:black_hat_mushroom net.minecraft.item.ItemBlock@7f911c12 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10771 thebetweenlands:bulb_capped_mushroom net.minecraft.item.ItemBlock@4deffdbe +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10772 thebetweenlands:flat_head_mushroom net.minecraft.item.ItemBlock@2156b1c5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10773 thebetweenlands:venus_fly_trap net.minecraft.item.ItemBlock@11b23756 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10774 thebetweenlands:volarpad net.minecraft.item.ItemBlock@6634c8fe +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10775 thebetweenlands:swamp_plant net.minecraft.item.ItemBlock@5404db8b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10776 thebetweenlands:mire_coral net.minecraft.item.ItemBlock@40488057 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10777 thebetweenlands:deep_water_coral net.minecraft.item.ItemBlock@40c0078f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10778 thebetweenlands:water_weeds net.minecraft.item.ItemBlock@f35451 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10779 thebetweenlands:bulb_capped_mushroom_cap net.minecraft.item.ItemBlock@72d91f47 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10780 thebetweenlands:bulb_capped_mushroom_stalk net.minecraft.item.ItemBlock@76976373 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10781 thebetweenlands:shelf_fungus net.minecraft.item.ItemBlock@36abee51 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10782 thebetweenlands:algae net.minecraft.item.ItemBlock@2ce07509 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10783 thebetweenlands:poison_ivy net.minecraft.item.ItemBlock@167964f5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10784 thebetweenlands:root thebetweenlands.common.item.ItemBlockRoot@5b3811b2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10785 thebetweenlands:giant_root net.minecraft.item.ItemBlock@3208b5e2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10786 thebetweenlands:arrow_arum net.minecraft.item.ItemBlock@1defc697 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10787 thebetweenlands:blue_eyed_grass net.minecraft.item.ItemBlock@406c4713 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10788 thebetweenlands:blue_iris net.minecraft.item.ItemBlock@5bc27b2d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10789 thebetweenlands:boneset net.minecraft.item.ItemBlock@2c127212 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10790 thebetweenlands:bottle_brush_grass net.minecraft.item.ItemBlock@4f2ad279 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10791 thebetweenlands:broomsedge net.minecraft.item.ItemBlock@6d5c4050 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10792 thebetweenlands:button_bush net.minecraft.item.ItemBlock@250f55c5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10793 thebetweenlands:cardinal_flower net.minecraft.item.ItemBlock@1a322194 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10794 thebetweenlands:cattail net.minecraft.item.ItemBlock@31281b1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10795 thebetweenlands:cave_grass net.minecraft.item.ItemBlock@c430f43 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10796 thebetweenlands:copper_iris net.minecraft.item.ItemBlock@533dc273 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10797 thebetweenlands:marsh_hibiscus net.minecraft.item.ItemBlock@58887701 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10798 thebetweenlands:marsh_mallow net.minecraft.item.ItemBlock@4f807aa8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10799 thebetweenlands:bladderwort_flower net.minecraft.item.ItemBlock@5b2d4d0c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10800 thebetweenlands:bladderwort_stalk net.minecraft.item.ItemBlock@66be3240 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10801 thebetweenlands:bog_bean_flower net.minecraft.item.ItemBlock@7d1561e9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10802 thebetweenlands:golden_club_flower net.minecraft.item.ItemBlock@318c01d9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10803 thebetweenlands:marsh_marigold_flower net.minecraft.item.ItemBlock@f87fc9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10804 thebetweenlands:swamp_double_tallgrass net.minecraft.item.ItemBlock@17c371a4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10805 thebetweenlands:milkweed net.minecraft.item.ItemBlock@410f509c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10806 thebetweenlands:nettle net.minecraft.item.ItemBlock@105c13ad +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10807 thebetweenlands:nettle_flowered net.minecraft.item.ItemBlock@53193058 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10808 thebetweenlands:pickerel_weed net.minecraft.item.ItemBlock@5fdb35ce +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10809 thebetweenlands:phragmites net.minecraft.item.ItemBlock@646b0519 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10810 thebetweenlands:shoots net.minecraft.item.ItemBlock@14dab342 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10811 thebetweenlands:sludgecreep net.minecraft.item.ItemBlock@e5bda71 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10812 thebetweenlands:tall_sludgecreep net.minecraft.item.ItemBlock@8a8eb31 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10813 thebetweenlands:soft_rush net.minecraft.item.ItemBlock@34d774f0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10814 thebetweenlands:thorns net.minecraft.item.ItemBlock@7556818b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10815 thebetweenlands:tall_cattail net.minecraft.item.ItemBlock@250e5502 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10816 thebetweenlands:swamp_tallgrass net.minecraft.item.ItemBlock@6a30d3f1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10817 thebetweenlands:dead_weedwood_bush net.minecraft.item.ItemBlock@654f5ab3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10818 thebetweenlands:weedwood_bush net.minecraft.item.ItemBlock@24d4d548 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10819 thebetweenlands:hollow_log net.minecraft.item.ItemBlock@73a52295 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10820 thebetweenlands:cave_moss net.minecraft.item.ItemBlock@1fe6d84b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10821 thebetweenlands:cryptweed net.minecraft.item.ItemBlock@6393c6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10822 thebetweenlands:string_roots net.minecraft.item.ItemBlock@21f6817 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10823 thebetweenlands:pale_grass net.minecraft.item.ItemBlock@58f4434b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10824 thebetweenlands:rotbulb net.minecraft.item.ItemBlock@7179fc9e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10825 thebetweenlands:moss net.minecraft.item.ItemBlock@6d18acd4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10826 thebetweenlands:dead_moss net.minecraft.item.ItemBlock@143e3eb0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10827 thebetweenlands:lichen net.minecraft.item.ItemBlock@6eaad967 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10828 thebetweenlands:dead_lichen net.minecraft.item.ItemBlock@50895520 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10829 thebetweenlands:hanger thebetweenlands.common.block.terrain.BlockHanger$1@78df2de9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10830 thebetweenlands:purified_swamp_dirt net.minecraft.item.ItemBlock@1d7157fc +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10831 thebetweenlands:dug_swamp_dirt thebetweenlands.common.item.ItemBlockMeta@25a8d4d4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10832 thebetweenlands:dug_purified_swamp_dirt thebetweenlands.common.item.ItemBlockMeta@3f92b514 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10833 thebetweenlands:dug_swamp_grass thebetweenlands.common.item.ItemBlockMeta@3ea3776a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10834 thebetweenlands:dug_purified_swamp_grass thebetweenlands.common.item.ItemBlockMeta@29fa09f5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10835 thebetweenlands:black_ice net.minecraft.item.ItemBlock@4a17666a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10836 thebetweenlands:snow net.minecraft.item.ItemBlock@60074029 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10837 thebetweenlands:log_portal thebetweenlands.common.block.terrain.BlockLogBetweenlands$1@453a7364 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10838 thebetweenlands:portal_frame thebetweenlands.common.item.ItemBlockEnum@3cf66f97 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10839 thebetweenlands:druid_altar net.minecraft.item.ItemBlock@4d237a55 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10840 thebetweenlands:purifier net.minecraft.item.ItemBlock@177f6dd0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10841 thebetweenlands:weedwood_workbench net.minecraft.item.ItemBlock@1488d08 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10842 thebetweenlands:compost_bin net.minecraft.item.ItemBlock@e4dd061 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10843 thebetweenlands:weedwood_jukebox net.minecraft.item.ItemBlock@586ae22f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10844 thebetweenlands:sulfur_furnace net.minecraft.item.ItemBlock@3417151f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10845 thebetweenlands:sulfur_furnace_dual net.minecraft.item.ItemBlock@7172fe58 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10846 thebetweenlands:weedwood_chest net.minecraft.item.ItemBlock@115ce6cf +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10847 thebetweenlands:sludge net.minecraft.item.ItemBlock@1e281551 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10848 thebetweenlands:fallen_leaves net.minecraft.item.ItemBlock@121b5466 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10849 thebetweenlands:energy_barrier net.minecraft.item.ItemBlock@747de843 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10850 thebetweenlands:sulfur_torch net.minecraft.item.ItemBlock@261029d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10851 thebetweenlands:weedwood_trapdoor net.minecraft.item.ItemBlock@5c3d0d1d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10852 thebetweenlands:rubber_tree_plank_trapdoor net.minecraft.item.ItemBlock@144dda98 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10853 thebetweenlands:syrmorite_trapdoor net.minecraft.item.ItemBlock@f6907a2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10854 thebetweenlands:giant_root_plank_trapdoor net.minecraft.item.ItemBlock@5968938 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10855 thebetweenlands:hearthgrove_plank_trapdoor net.minecraft.item.ItemBlock@31773972 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10856 thebetweenlands:nibbletwig_plank_trapdoor net.minecraft.item.ItemBlock@4b14acde +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10857 thebetweenlands:scabyst_trapdoor net.minecraft.item.ItemBlock@c87e609 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10858 thebetweenlands:syrmorite_hopper net.minecraft.item.ItemBlock@3de961e8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10859 thebetweenlands:mud_flower_pot net.minecraft.item.ItemBlock@355d738e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10860 thebetweenlands:mud_flower_pot_candle net.minecraft.item.ItemBlock@5bc15ba7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10861 thebetweenlands:gecko_cage net.minecraft.item.ItemBlock@68c55978 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10862 thebetweenlands:infuser net.minecraft.item.ItemBlock@1e5593a9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10863 thebetweenlands:mortar net.minecraft.item.ItemBlock@404a52ee +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10864 thebetweenlands:censer net.minecraft.item.ItemBlock@11873523 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10865 thebetweenlands:weedwood_barrel thebetweenlands.common.item.misc.ItemBarrel@53cba0f2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10866 thebetweenlands:syrmorite_barrel thebetweenlands.common.item.misc.ItemBarrel@61b1b9f9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10867 thebetweenlands:animator net.minecraft.item.ItemBlock@73fe5a03 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10868 thebetweenlands:alembic net.minecraft.item.ItemBlock@5bf85772 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10869 thebetweenlands:damp_torch net.minecraft.item.ItemBlock@553aa0cf +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10870 thebetweenlands:walkway net.minecraft.item.ItemBlock@3928a5e0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10871 thebetweenlands:wood_chip_path net.minecraft.item.ItemBlock@3887ce84 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10872 thebetweenlands:thatch_roof net.minecraft.item.ItemBlock@215d5d21 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10873 thebetweenlands:mud_brick_roof net.minecraft.item.ItemBlock@21e1bd1d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10874 thebetweenlands:repeller net.minecraft.item.ItemBlock@5d9a0b64 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10875 thebetweenlands:waystone net.minecraft.item.ItemBlock@5bef0dbd +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10876 thebetweenlands:items_misc thebetweenlands.common.item.misc.ItemMisc@4876887c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10877 thebetweenlands:items_crushed thebetweenlands.common.item.herblore.ItemCrushed@630588cf +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10878 thebetweenlands:items_plant_drop thebetweenlands.common.item.herblore.ItemPlantDrop@6c7f881d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10879 thebetweenlands:swamp_talisman thebetweenlands.common.item.misc.ItemSwampTalisman@2ae8035d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10880 thebetweenlands:weedwood_rowboat thebetweenlands.common.item.misc.ItemWeedwoodRowboat@56a15b14 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10881 thebetweenlands:dentrothyst_shard_orange thebetweenlands.common.item.misc.ItemDentrothystShard@19ade2ff +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10882 thebetweenlands:dentrothyst_shard_green thebetweenlands.common.item.misc.ItemDentrothystShard@902beb7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10883 thebetweenlands:sap_ball thebetweenlands.common.item.food.ItemSapBall@639ab621 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10884 thebetweenlands:rotten_food thebetweenlands.common.item.food.ItemRottenFood@3fbf28bd +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10885 thebetweenlands:middle_fruit_bush_seeds thebetweenlands.common.item.farming.ItemMiddleFruitBushSeeds@49739faf +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10886 thebetweenlands:spores thebetweenlands.common.item.farming.ItemSpores@55187730 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10887 thebetweenlands:aspectrus_seeds thebetweenlands.common.item.farming.ItemAspectrusSeeds@6305e80c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10888 thebetweenlands:mire_snail_egg thebetweenlands.common.item.food.ItemMireSnailEgg@25b9de11 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10889 thebetweenlands:mire_snail_egg_cooked thebetweenlands.common.item.food.ItemBLFood@7062b3ee +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10890 thebetweenlands:angler_meat_raw thebetweenlands.common.item.food.ItemBLFood@6655eb25 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10891 thebetweenlands:angler_meat_cooked thebetweenlands.common.item.food.ItemBLFood@2a5c3a6b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10892 thebetweenlands:frog_legs_raw thebetweenlands.common.item.food.ItemBLFood@41fe3067 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10893 thebetweenlands:frog_legs_cooked thebetweenlands.common.item.food.ItemBLFood@24660675 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10894 thebetweenlands:snail_flesh_raw thebetweenlands.common.item.food.ItemBLFood@6d23cd1f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10895 thebetweenlands:snail_flesh_cooked thebetweenlands.common.item.food.ItemBLFood@26e72db2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10896 thebetweenlands:reed_donut thebetweenlands.common.item.food.ItemBLFood@162a5c01 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10897 thebetweenlands:jam_donut thebetweenlands.common.item.food.ItemBLFood@26bb51f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10898 thebetweenlands:gerts_donut thebetweenlands.common.item.food.ItemGertsDonut@7153db78 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10899 thebetweenlands:aspectrus_fruit thebetweenlands.common.item.food.ItemAspectrusFruit@6ec6f25d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10900 thebetweenlands:puffshroom_tendril thebetweenlands.common.item.food.ItemBLFood@2ac871d0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10901 thebetweenlands:kraken_tentacle thebetweenlands.common.item.food.ItemBLFood@75d4fadb +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10902 thebetweenlands:kraken_calamari thebetweenlands.common.item.food.ItemBLFood@1a337702 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10903 thebetweenlands:middle_fruit thebetweenlands.common.item.food.ItemBLFood@43be2a03 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10904 thebetweenlands:mince_pie thebetweenlands.common.item.food.ItemBLFood@2a919555 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10905 thebetweenlands:christmas_pudding thebetweenlands.common.item.food.ItemBLFood@78c1b0fe +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10906 thebetweenlands:candy_cane thebetweenlands.common.item.food.ItemBLFood@794b5383 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10907 thebetweenlands:weeping_blue_petal thebetweenlands.common.item.food.ItemWeepingBluePetal@4b17809b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10908 thebetweenlands:wight_heart thebetweenlands.common.item.food.ItemWightHeart@6d8a9f91 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10909 thebetweenlands:yellow_dotted_fungus thebetweenlands.common.item.food.ItemBLFood@18b9949e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10910 thebetweenlands:silt_crab_claw thebetweenlands.common.item.food.ItemBLFood@3b4d0b41 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10911 thebetweenlands:crab_stick thebetweenlands.common.item.food.ItemBLFood@4c2947eb +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10912 thebetweenlands:nettle_soup thebetweenlands.common.item.food.ItemNettleSoup@75662fe8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10913 thebetweenlands:sludge_jello thebetweenlands.common.item.food.ItemBLFood@21af58be +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10914 thebetweenlands:middle_fruit_jello thebetweenlands.common.item.food.ItemBLFood@72eb58c9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10915 thebetweenlands:sap_jello thebetweenlands.common.item.food.ItemSapJello@74fb4f60 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10916 thebetweenlands:marshmallow thebetweenlands.common.item.food.ItemMarshmallow@30a62778 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10917 thebetweenlands:marshmallow_pink thebetweenlands.common.item.food.ItemMarshmallowPink@6b17f37a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10918 thebetweenlands:flat_head_mushroom_item thebetweenlands.common.item.food.ItemFlatHeadMushroom@4392c3c1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10919 thebetweenlands:black_hat_mushroom_item thebetweenlands.common.item.food.ItemBlackHatMushroom@6d3c149c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10920 thebetweenlands:bulb_capped_mushroom_item thebetweenlands.common.item.food.ItemBulbCappedMushroom@6c2073a4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10921 thebetweenlands:swamp_reed_item thebetweenlands.common.item.farming.ItemSwampReed@3878d179 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10922 thebetweenlands:swamp_kelp_item thebetweenlands.common.item.farming.ItemSwampKelp@6da1817c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10923 thebetweenlands:fried_swamp_kelp thebetweenlands.common.item.food.ItemBLFood@6034f0a0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10924 thebetweenlands:forbidden_fig thebetweenlands.common.item.food.ItemForbiddenFig@fe60251 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10925 thebetweenlands:candy_blue thebetweenlands.common.item.food.ItemBLFood@716bf9cd +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10926 thebetweenlands:candy_red thebetweenlands.common.item.food.ItemBLFood@10202cfd +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10927 thebetweenlands:candy_yellow thebetweenlands.common.item.food.ItemBLFood@57d66fa9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10928 thebetweenlands:chiromaw_wing thebetweenlands.common.item.food.ItemChiromawWing@689d1b88 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10929 thebetweenlands:tangled_root thebetweenlands.common.item.food.ItemTangledRoot@469632c7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10930 thebetweenlands:mire_scramble thebetweenlands.common.item.food.ItemMireScramble@57c0b92c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10931 thebetweenlands:weeping_blue_petal_salad thebetweenlands.common.item.food.ItemWeepingBluePetalSalad@338f3f5a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10932 thebetweenlands:nibblestick thebetweenlands.common.item.food.ItemNibblestick@33ce33f8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10933 thebetweenlands:spirit_fruit thebetweenlands.common.item.food.ItemSpiritFruit@44392f4c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10934 thebetweenlands:sushi thebetweenlands.common.item.food.ItemBLFood@1662f73e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10935 thebetweenlands:bone_helmet thebetweenlands.common.item.armor.ItemBoneArmor@73a7f5cb +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10936 thebetweenlands:bone_chestplate thebetweenlands.common.item.armor.ItemBoneArmor@5fa64b45 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10937 thebetweenlands:bone_leggings thebetweenlands.common.item.armor.ItemBoneArmor@5b3bf640 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10938 thebetweenlands:bone_boots thebetweenlands.common.item.armor.ItemBoneArmor@4c9d8e7a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10939 thebetweenlands:lurker_skin_helmet thebetweenlands.common.item.armor.ItemLurkerSkinArmor@444ee255 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10940 thebetweenlands:lurker_skin_chestplate thebetweenlands.common.item.armor.ItemLurkerSkinArmor@4043956a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10941 thebetweenlands:lurker_skin_leggings thebetweenlands.common.item.armor.ItemLurkerSkinArmor@600d3d46 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10942 thebetweenlands:lurker_skin_boots thebetweenlands.common.item.armor.ItemLurkerSkinArmor@324284b7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10943 thebetweenlands:syrmorite_helmet thebetweenlands.common.item.armor.ItemSyrmoriteArmor@5d19b96a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10944 thebetweenlands:syrmorite_chestplate thebetweenlands.common.item.armor.ItemSyrmoriteArmor@54f74882 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10945 thebetweenlands:syrmorite_leggings thebetweenlands.common.item.armor.ItemSyrmoriteArmor@72b60997 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10946 thebetweenlands:syrmorite_boots thebetweenlands.common.item.armor.ItemSyrmoriteArmor@1f5109b5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10947 thebetweenlands:valonite_helmet thebetweenlands.common.item.armor.ItemValoniteArmor@614edbf4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10948 thebetweenlands:valonite_chestplate thebetweenlands.common.item.armor.ItemValoniteArmor@23f68cfb +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10949 thebetweenlands:valonite_leggings thebetweenlands.common.item.armor.ItemValoniteArmor@34fd2591 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10950 thebetweenlands:valonite_boots thebetweenlands.common.item.armor.ItemValoniteArmor@22766f13 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10951 thebetweenlands:rubber_boots thebetweenlands.common.item.armor.ItemRubberBoots@22f652d3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10952 thebetweenlands:marsh_runner_boots thebetweenlands.common.item.armor.ItemMarshRunnerBoots@6e65dcba +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10953 thebetweenlands:skull_mask thebetweenlands.common.item.armor.ItemSkullMask@4fda9f59 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10954 thebetweenlands:explorers_hat thebetweenlands.common.item.armor.ItemExplorersHat@219b8b2c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10955 thebetweenlands:spirit_tree_face_large_mask thebetweenlands.common.item.armor.ItemSpiritTreeFaceMaskLarge@374d3f2d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10956 thebetweenlands:spirit_tree_face_small_mask thebetweenlands.common.item.armor.ItemSpiritTreeFaceMaskSmall@743173a6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10957 thebetweenlands:spirit_tree_face_small_mask_animated thebetweenlands.common.item.misc.ItemSpiritTreeFaceMaskSmallAnimated@5cdd6f47 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10958 thebetweenlands:gallery_frame_small thebetweenlands.common.item.misc.ItemGalleryFrame@1e4ed6d7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10959 thebetweenlands:gallery_frame_large thebetweenlands.common.item.misc.ItemGalleryFrame@1380d91d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10960 thebetweenlands:gallery_frame_very_large thebetweenlands.common.item.misc.ItemGalleryFrame@125a1754 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10961 thebetweenlands:weedwood_sword thebetweenlands.common.item.tools.ItemBLSword@25caf50f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10962 thebetweenlands:weedwood_shovel thebetweenlands.common.item.tools.ItemBLShovel@4d5a770f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10963 thebetweenlands:weedwood_axe thebetweenlands.common.item.tools.ItemBLAxe@58871788 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10964 thebetweenlands:weedwood_pickaxe thebetweenlands.common.item.tools.ItemBLPickaxe@1a254b7b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10965 thebetweenlands:bone_sword thebetweenlands.common.item.tools.ItemBLSword@68b5a7bd +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10966 thebetweenlands:bone_shovel thebetweenlands.common.item.tools.ItemBLShovel@764957ab +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10967 thebetweenlands:bone_axe thebetweenlands.common.item.tools.ItemBLAxe@161225bd +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10968 thebetweenlands:bone_pickaxe thebetweenlands.common.item.tools.ItemBLPickaxe@265cda97 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10969 thebetweenlands:octine_sword thebetweenlands.common.item.tools.ItemOctineSword@639109ae +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10970 thebetweenlands:octine_shovel thebetweenlands.common.item.tools.ItemOctineShovel@5fd9ee78 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10971 thebetweenlands:octine_axe thebetweenlands.common.item.tools.ItemOctineAxe@58e117f3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10972 thebetweenlands:octine_pickaxe thebetweenlands.common.item.tools.ItemOctinePickaxe@1829f61a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10973 thebetweenlands:valonite_sword thebetweenlands.common.item.tools.ItemBLSword@739e50c8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10974 thebetweenlands:valonite_shovel thebetweenlands.common.item.tools.ItemBLShovel@63a4daed +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10975 thebetweenlands:valonite_axe thebetweenlands.common.item.tools.ItemBLAxe@33aa17e5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10976 thebetweenlands:valonite_greataxe thebetweenlands.common.item.tools.ItemGreataxe@6464beac +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10977 thebetweenlands:valonite_pickaxe thebetweenlands.common.item.tools.ItemBLPickaxe@65fdaaf8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10978 thebetweenlands:octine_shield thebetweenlands.common.item.shields.ItemOctineShield@76883f7d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10979 thebetweenlands:valonite_shield thebetweenlands.common.item.shields.ItemValoniteShield@563b73f1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10980 thebetweenlands:weedwood_shield thebetweenlands.common.item.shields.ItemWeedwoodShield@70d4bcb4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10981 thebetweenlands:living_weedwood_shield thebetweenlands.common.item.shields.ItemLivingWeedwoodShield@6a3e3f72 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10982 thebetweenlands:syrmorite_shield thebetweenlands.common.item.shields.ItemSyrmoriteShield@248a51d9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10983 thebetweenlands:bone_shield thebetweenlands.common.item.tools.ItemBLShield@2e3c2b77 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10984 thebetweenlands:dentrothyst_shield_green thebetweenlands.common.item.shields.ItemDentrothystShield@26bc1189 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10985 thebetweenlands:dentrothyst_shield_green_polished thebetweenlands.common.item.shields.ItemDentrothystShield@50ce981e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10986 thebetweenlands:dentrothyst_shield_orange thebetweenlands.common.item.shields.ItemDentrothystShield@1fe676e3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10987 thebetweenlands:dentrothyst_shield_orange_polished thebetweenlands.common.item.shields.ItemDentrothystShield@3800984e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10988 thebetweenlands:lurker_skin_shield thebetweenlands.common.item.shields.ItemLurkerSkinShield@55bcbc94 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10989 thebetweenlands:manual_hl thebetweenlands.common.item.herblore.ItemManualHL@204b6718 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10990 thebetweenlands:syrmorite_shears thebetweenlands.common.item.tools.ItemSyrmoriteShears@43bd59cb +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10991 thebetweenlands:sickle thebetweenlands.common.item.tools.ItemSickle@2ed1ece +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10992 thebetweenlands:shockwave_sword thebetweenlands.common.item.tools.ItemShockwaveSword@acfce01 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10993 thebetweenlands:angler_tooth_arrow thebetweenlands.common.item.tools.bow.ItemBLArrow@71471be7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10994 thebetweenlands:poisoned_angler_tooth_arrow thebetweenlands.common.item.tools.bow.ItemBLArrow@589d7705 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10995 thebetweenlands:octine_arrow thebetweenlands.common.item.tools.bow.ItemBLArrow@326c09b6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10996 thebetweenlands:basilisk_arrow thebetweenlands.common.item.tools.bow.ItemBLArrow@46a7663c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10997 thebetweenlands:sludge_worm_arrow thebetweenlands.common.item.tools.bow.ItemBLArrow@ff6c52c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10998 thebetweenlands:weedwood_bow thebetweenlands.common.item.tools.bow.ItemBLBow@3c60be88 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10999 thebetweenlands:predator_bow thebetweenlands.common.item.tools.bow.ItemPredatorBow@6e93310b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11000 thebetweenlands:wights_bane thebetweenlands.common.item.tools.ItemLootSword@13f82c63 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11001 thebetweenlands:sludge_slicer thebetweenlands.common.item.tools.ItemLootSword@2a9e4495 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11002 thebetweenlands:critter_cruncher thebetweenlands.common.item.tools.ItemLootSword@13b32bb0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11003 thebetweenlands:hag_hacker thebetweenlands.common.item.tools.ItemHagHacker@645f4ba4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11004 thebetweenlands:voodoo_doll thebetweenlands.common.item.tools.ItemVoodooDoll@3696e878 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11005 thebetweenlands:swift_pick thebetweenlands.common.item.tools.ItemSwiftPick@6ef4b8d3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11006 thebetweenlands:ancient_greatsword thebetweenlands.common.item.tools.ItemAncientGreatsword@6410e016 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11007 thebetweenlands:ancient_battle_axe thebetweenlands.common.item.tools.ItemAncientBattleAxe@7a8c955b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11008 thebetweenlands:pestle thebetweenlands.common.item.tools.ItemPestle@7bd8675a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11009 thebetweenlands:net thebetweenlands.common.item.tools.ItemNet@30a16ad2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11010 thebetweenlands:lurker_skin_pouch thebetweenlands.common.item.equipment.ItemLurkerSkinPouch@53d23c80 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11011 thebetweenlands:caving_rope thebetweenlands.common.item.misc.ItemCavingRope@4dea4dec +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11012 thebetweenlands:grappling_hook thebetweenlands.common.item.misc.ItemGrapplingHook@753001bc +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11013 thebetweenlands:volarkite thebetweenlands.common.item.misc.ItemVolarkite@4e7c1232 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11014 thebetweenlands:bl_bucket thebetweenlands.common.item.tools.ItemBLBucket@40d186b8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11015 thebetweenlands:bl_bucket_rubber thebetweenlands.common.item.tools.ItemSpecificBucket@3e2839bc +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11016 thebetweenlands:bl_bucket_infusion thebetweenlands.common.item.tools.ItemBucketInfusion@c081141 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11017 thebetweenlands:bl_bucket_plant_tonic thebetweenlands.common.item.farming.ItemPlantTonic@1312b801 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11018 thebetweenlands:syrmorite_bucket_solid_rubber thebetweenlands.common.item.tools.ItemSyrmoriteBucketSolidRubber@665a763e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11019 thebetweenlands:astatos thebetweenlands.common.item.misc.ItemBLRecord@48190545 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11020 thebetweenlands:between_you_and_me thebetweenlands.common.item.misc.ItemBLRecord@4d7971e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11021 thebetweenlands:christmas_on_the_marsh thebetweenlands.common.item.misc.ItemBLRecord@203f535 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11022 thebetweenlands:the_explorer thebetweenlands.common.item.misc.ItemBLRecord@37dd98cd +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11023 thebetweenlands:hag_dance thebetweenlands.common.item.misc.ItemBLRecord@376e805e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11024 thebetweenlands:lonely_fire thebetweenlands.common.item.misc.ItemBLRecord@fb99eca +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11025 thebetweenlands:mysterious_record thebetweenlands.common.item.misc.ItemBLRecord@120e6855 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11026 thebetweenlands:ancient thebetweenlands.common.item.misc.ItemBLRecord@49ce8129 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11027 thebetweenlands:beneath_a_green_sky thebetweenlands.common.item.misc.ItemBLRecord@a61843e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11028 thebetweenlands:dj_wights_mixtape thebetweenlands.common.item.misc.ItemBLRecord@49ed0476 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11029 thebetweenlands:onwards thebetweenlands.common.item.misc.ItemBLRecord@28c091de +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11030 thebetweenlands:stuck_in_the_mud thebetweenlands.common.item.misc.ItemBLRecord@15ba8a26 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11031 thebetweenlands:wandering_wisps thebetweenlands.common.item.misc.ItemBLRecord@13fcbcdb +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11032 thebetweenlands:waterlogged thebetweenlands.common.item.misc.ItemBLRecord@3293c466 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11033 thebetweenlands:weedwood_door_item thebetweenlands.common.registries.ItemRegistry$1@1e71fd8b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11034 thebetweenlands:syrmorite_door_item thebetweenlands.common.registries.ItemRegistry$2@5f5bafd9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11035 thebetweenlands:rubber_tree_plank_door_item thebetweenlands.common.registries.ItemRegistry$3@29b7ca8d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11036 thebetweenlands:giant_root_plank_door_item thebetweenlands.common.registries.ItemRegistry$4@52b8b29 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11037 thebetweenlands:hearthgrove_plank_door_item thebetweenlands.common.registries.ItemRegistry$5@1427b3a2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11038 thebetweenlands:nibbletwig_plank_door_item thebetweenlands.common.registries.ItemRegistry$6@1600e398 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11039 thebetweenlands:scabyst_door_item thebetweenlands.common.registries.ItemRegistry$7@174b077 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11040 thebetweenlands:weedwood_sign_item thebetweenlands.common.item.misc.ItemWeedwoodSign@585f01b3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11041 thebetweenlands:crimson_middle_gem thebetweenlands.common.item.misc.ItemGem@714c13b9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11042 thebetweenlands:aqua_middle_gem thebetweenlands.common.item.misc.ItemGem@60c1322b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11043 thebetweenlands:green_middle_gem thebetweenlands.common.item.misc.ItemGem@4492c14c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11044 thebetweenlands:life_crystal thebetweenlands.common.item.misc.ItemLifeCrystal@646012f4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11045 thebetweenlands:test_item thebetweenlands.common.item.misc.TestItem@7520141a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11046 thebetweenlands:test_item_chimp thebetweenlands.common.item.misc.TestItemChimp@1c1930ff +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11047 thebetweenlands:test_item_chimp_ruler thebetweenlands.common.item.misc.TestItemChimpRuler@4ed31a91 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11048 thebetweenlands:location_debug thebetweenlands.common.item.misc.LocationDebugItem@2a40460d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11049 thebetweenlands:pyrad_flame thebetweenlands.common.item.misc.ItemPyradFlame@5f35179b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11050 thebetweenlands:gecko thebetweenlands.common.item.misc.ItemMob@afe4a4a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11051 thebetweenlands:firefly thebetweenlands.common.item.misc.ItemMob@5cafde16 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11052 thebetweenlands:sludge_worm_egg_sac thebetweenlands.common.item.misc.ItemMob@74778ba0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11053 thebetweenlands:shimmer_stone thebetweenlands.common.item.misc.ItemShimmerStone@309d37a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11054 thebetweenlands:tarminion thebetweenlands.common.item.misc.ItemTarminion@7b5d654b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11055 thebetweenlands:moss_bed_item thebetweenlands.common.item.misc.ItemMossBed@59204b58 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11056 thebetweenlands:sludge_ball net.minecraft.item.Item@1142f157 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11057 thebetweenlands:elixir thebetweenlands.common.item.herblore.ItemElixir@5c9d7206 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11058 thebetweenlands:dentrothyst_vial thebetweenlands.common.item.herblore.ItemDentrothystVial@4cfa23e3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11059 thebetweenlands:dentrothyst_fluid_vial thebetweenlands.common.item.herblore.ItemDentrothystFluidVial@3d0e1169 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11060 thebetweenlands:aspect_vial thebetweenlands.common.item.herblore.ItemAspectVial@175bcbaf +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11061 thebetweenlands:glue thebetweenlands.common.item.misc.ItemGlue@1115485a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11062 thebetweenlands:amulet thebetweenlands.common.item.equipment.ItemAmulet@262f153c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11063 thebetweenlands:amulet_slot thebetweenlands.common.item.misc.ItemAmuletSlot@3bd7df21 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11064 thebetweenlands:rope_item thebetweenlands.common.item.misc.ItemRope@72187d47 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11065 thebetweenlands:ring_of_power thebetweenlands.common.item.equipment.ItemRingOfPower@4974bcc6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11066 thebetweenlands:ring_of_flight thebetweenlands.common.item.equipment.ItemRingOfFlight@172cc621 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11067 thebetweenlands:ring_of_recruitment thebetweenlands.common.item.equipment.ItemRingOfRecruitment@12072d32 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11068 thebetweenlands:ring_of_summoning thebetweenlands.common.item.equipment.ItemRingOfSummoning@23448870 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11069 thebetweenlands:ring_of_dispersion thebetweenlands.common.item.equipment.ItemRingOfDispersion@4f3a9252 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11070 thebetweenlands:ring_of_gathering thebetweenlands.common.item.misc.ItemRingOfGathering@3ed6585a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11071 thebetweenlands:angry_pebble thebetweenlands.common.item.misc.ItemAngryPebble@15138c0f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11072 thebetweenlands:lore_scrap thebetweenlands.common.item.misc.ItemLoreScrap@121391d5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11073 thebetweenlands:tainted_potion thebetweenlands.common.item.food.ItemTaintedPotion@9a029c7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11074 thebetweenlands:octine_ingot thebetweenlands.common.item.misc.ItemOctineIngot@538a421 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11075 thebetweenlands:mummy_bait thebetweenlands.common.item.misc.ItemMummyBait@c42237d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11076 thebetweenlands:sap_spit net.minecraft.item.Item@2d18619 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11077 thebetweenlands:bark_amulet thebetweenlands.common.item.misc.ItemBarkAmulet@ab77995 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11078 thebetweenlands:empty_amate_map thebetweenlands.common.item.misc.ItemEmptyAmateMap@4a6edd4e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11079 thebetweenlands:amate_map thebetweenlands.common.item.misc.ItemAmateMap@572a46b5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11080 thebetweenlands:bone_wayfinder thebetweenlands.common.item.misc.ItemBoneWayfinder@5945e307 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11081 thebetweenlands:magic_item_magnet thebetweenlands.common.item.misc.ItemMagicItemMagnet@680f526b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11082 thebetweenlands:gem_singer thebetweenlands.common.item.misc.ItemGemSinger@54b76689 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11083 thebetweenlands:shambler_tongue net.minecraft.item.Item@51ad8d44 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11084 thebetweenlands:rune_door_key thebetweenlands.common.item.misc.ItemRuneDoorKey@270611ad +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11085 prospectors:prospector_lowest com.lothrazar.prospectors.ItemProspector@1090e7b4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11086 prospectors:prospector_low com.lothrazar.prospectors.ItemProspector@3c35a9ee +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11087 prospectors:prospector_med com.lothrazar.prospectors.ItemProspector@31f94427 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11088 prospectors:prospector_high com.lothrazar.prospectors.ItemProspector@12582540 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11089 prospectors:prospector_best com.lothrazar.prospectors.ItemProspector@5e2cdf8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11090 rangedpumps:pump com.raoulvdberge.rangedpumps.item.ItemBlockPump@5a816bfb +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11091 refinedstorageaddons:wireless_crafting_grid com.raoulvdberge.refinedstorageaddons.item.ItemWirelessCraftingGrid@19385348 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11092 simplegenerators:combustion_simple com.valkyrieofnight.vliblegacy.lib.item.VLItemBlockColorized@4ee6700d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11093 simplegenerators:combustion_upgradable com.valkyrieofnight.vliblegacy.lib.item.VLItemBlockColorized@28dd114d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11094 simplegenerators:culinary_simple com.valkyrieofnight.vliblegacy.lib.item.VLItemBlockColorized@64ccfdb5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11095 simplegenerators:culinary_upgradable com.valkyrieofnight.vliblegacy.lib.item.VLItemBlockColorized@3fb54077 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11096 simplegenerators:ender_simple com.valkyrieofnight.vliblegacy.lib.item.VLItemBlockColorized@42ae2994 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11097 simplegenerators:ender_upgradable com.valkyrieofnight.vliblegacy.lib.item.VLItemBlockColorized@2391ff5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11098 simplegenerators:nether_simple com.valkyrieofnight.vliblegacy.lib.item.VLItemBlockColorized@11b6b52 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11099 simplegenerators:nether_upgradable com.valkyrieofnight.vliblegacy.lib.item.VLItemBlockColorized@14b825fe +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11100 simplegenerators:soul_simple com.valkyrieofnight.vliblegacy.lib.item.VLItemBlockColorized@27e94c74 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11101 simplegenerators:soul_upgradable com.valkyrieofnight.vliblegacy.lib.item.VLItemBlockColorized@6de529cb +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11102 simplegenerators:geothermal_simple com.valkyrieofnight.vliblegacy.lib.item.VLItemBlockColorized@377e9ede +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11103 simplegenerators:geothermal_upgradable com.valkyrieofnight.vliblegacy.lib.item.VLItemBlockColorized@623cca1a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11104 simplegenerators:fluid_combustion_simple com.valkyrieofnight.vliblegacy.lib.item.VLItemBlockColorized@f5ba0c5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11105 simplegenerators:fluid_combustion_upgradable com.valkyrieofnight.vliblegacy.lib.item.VLItemBlockColorized@4bb46b94 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11106 simplegenerators:turbine_simple com.valkyrieofnight.vliblegacy.lib.item.VLItemBlockColorized@87f9452 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11107 simplegenerators:turbine_upgradable com.valkyrieofnight.vliblegacy.lib.item.VLItemBlockColorized@c97f35d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11108 storagenetwork:master net.minecraft.item.ItemBlock@5e982782 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11109 storagenetwork:request net.minecraft.item.ItemBlock@36180f0e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11110 storagenetwork:kabel net.minecraft.item.ItemBlock@42b1d09b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11111 storagenetwork:storage_kabel net.minecraft.item.ItemBlock@710fce8b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11112 storagenetwork:ex_kabel net.minecraft.item.ItemBlock@6e34431f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11113 storagenetwork:im_kabel net.minecraft.item.ItemBlock@18a251a8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11114 storagenetwork:process_kabel net.minecraft.item.ItemBlock@545b7f2f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11115 storagenetwork:controller net.minecraft.item.ItemBlock@5baf98b9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11116 storagenetwork:upgrade mrriegel.storagenetwork.item.ItemUpgrade@174f1468 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11117 storagenetwork:remote mrriegel.storagenetwork.item.remote.ItemRemote@1dea2838 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11118 beneath:teleporterbeneath net.minecraft.item.ItemBlock@12c79ead +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11119 trumpetskeleton:trumpet com.jamieswhiteshirt.trumpetskeleton.common.item.ItemTrumpet@70a1920b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11120 witherskelefix:fragment shadows.wstweaks.common.ItemWitherFragment@5b30defc +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11121 witherskelefix:blade shadows.wstweaks.common.ItemImmolationBlade@6a05ce60 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11122 witherskelefix:blade2 shadows.wstweaks.common.ItemImmolationBlade@4b03932c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11123 yoyos:yoyo_axle slimeknights.tconstruct.library.tools.ToolPart@1b47e44a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11124 yoyos:yoyo_body slimeknights.tconstruct.library.tools.ToolPart@b37c66a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11125 yoyos:yoyo_cord slimeknights.tconstruct.library.tools.ToolPart@74a34a7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11126 yoyos:yoyo com.jozufozu.yoyos.tinkers.YoyoCore@3ec59a2f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11127 yoyos:book com.jozufozu.yoyos.tinkers.ItemYoyoBook@28f606ef +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11128 primal:smoke net.minecraft.item.ItemBlock@1162bd9c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11129 primal:urushi net.minecraft.item.ItemBlock@29becfad +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11130 primal:brine_netjry net.minecraft.item.ItemBlock@3167650b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11131 primal:bitumen_boiling net.minecraft.item.ItemBlock@10fb7d39 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11132 primal:magma_basaltic net.minecraft.item.ItemBlock@1471ace7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11133 primal:tannin net.minecraft.item.ItemBlock@4bedca63 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11134 primal:waste net.minecraft.item.ItemBlock@4128b128 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11135 primal:paraffin net.minecraft.item.ItemBlock@af10e81 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11136 primal:bitumen net.minecraft.item.ItemBlock@137e8dac +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11137 primal:ovis_atre_milk net.minecraft.item.ItemBlock@36e5f372 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11138 guideapi:modularrouters-guidebook amerifrance.guideapi.item.ItemGuideBook@111c1d1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11139 guideapi:bloodmagic-guide amerifrance.guideapi.item.ItemGuideBook@3a2c5ff7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11140 guideapi:cyclicmagic-guide amerifrance.guideapi.item.ItemGuideBook@1e828b4e +[16:58:29] [Server thread/TRACE] [FML]: Registry Name : minecraft:potions +[16:58:29] [Server thread/TRACE] [FML]: Registry: 0 rustic:ironskin rustic.common.potions.PotionIronSkin@12892a29 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1 minecraft:speed net.minecraft.potion.Potion@20e25bf7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2 minecraft:slowness net.minecraft.potion.Potion@9fc125b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3 minecraft:haste net.minecraft.potion.Potion@62129f97 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4 minecraft:mining_fatigue net.minecraft.potion.Potion@22db974d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5 minecraft:strength net.minecraft.potion.PotionAttackDamage@435a4d2d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6 minecraft:instant_health net.minecraft.potion.PotionHealth@834b0f7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7 minecraft:instant_damage net.minecraft.potion.PotionHealth@4c69b396 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8 minecraft:jump_boost net.minecraft.potion.Potion@49314684 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9 minecraft:nausea net.minecraft.potion.Potion@4d5d945d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10 minecraft:regeneration net.minecraft.potion.Potion@60c33609 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11 minecraft:resistance net.minecraft.potion.Potion@6137dc84 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12 minecraft:fire_resistance net.minecraft.potion.Potion@22f1a340 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13 minecraft:water_breathing net.minecraft.potion.Potion@32f243f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 14 minecraft:invisibility net.minecraft.potion.Potion@7aa5292d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 15 minecraft:blindness net.minecraft.potion.Potion@25291901 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 16 minecraft:night_vision net.minecraft.potion.Potion@a6d4547 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 17 minecraft:hunger net.minecraft.potion.Potion@701996e9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 18 minecraft:weakness net.minecraft.potion.PotionAttackDamage@23263586 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 19 minecraft:poison net.minecraft.potion.Potion@4e2ad1f2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 20 minecraft:wither net.minecraft.potion.Potion@2e0de20d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 21 minecraft:health_boost net.minecraft.potion.PotionHealthBoost@37289e90 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 22 minecraft:absorption net.minecraft.potion.PotionAbsorption@66297b63 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 23 minecraft:saturation net.minecraft.potion.PotionHealth@1d7f2719 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 24 minecraft:glowing net.minecraft.potion.Potion@685e5967 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 25 minecraft:levitation net.minecraft.potion.Potion@106387cf +[16:58:29] [Server thread/TRACE] [FML]: Registry: 26 minecraft:luck net.minecraft.potion.Potion@3d3c14c3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 27 minecraft:unluck net.minecraft.potion.Potion@599fab92 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 28 rustic:feather rustic.common.potions.PotionFeather@7e6489d9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 29 rustic:blazing_trail rustic.common.potions.PotionBlazingTrail@1f7d3dab +[16:58:29] [Server thread/TRACE] [FML]: Registry: 30 rustic:shame rustic.common.potions.PotionShame@221c41fb +[16:58:29] [Server thread/TRACE] [FML]: Registry: 31 rustic:full rustic.common.potions.PotionBase@791feff3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 32 rustic:magic_resistance rustic.common.potions.PotionBase@23ef8b48 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 33 rustic:wither_ward rustic.common.potions.PotionBase@55896afb +[16:58:29] [Server thread/TRACE] [FML]: Registry: 34 rustic:tipsy rustic.common.potions.PotionTipsy@15daea28 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 35 twilightforest:frosted twilightforest.potions.PotionFrosted@3aac52e2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 36 tconstruct:carry slimeknights.tconstruct.gadgets.item.ItemPiggybackPack$CarryPotionEffect@4eb55e8b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 37 tconstruct:enderference slimeknights.tconstruct.library.potion.TinkerPotion@1e91c3ca +[16:58:29] [Server thread/TRACE] [FML]: Registry: 38 tconstruct:insatiable slimeknights.tconstruct.library.potion.TinkerPotion@5179c60c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 39 tconstruct:magnetic slimeknights.tconstruct.tools.traits.TraitMagnetic$MagneticPotion@5ef83f2e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 40 tconstruct:momentum slimeknights.tconstruct.library.potion.TinkerPotion@6955866f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 41 tconstruct:dot slimeknights.tconstruct.tools.traits.TraitSharp$DoT@794a971c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 42 tconstruct:splinter slimeknights.tconstruct.library.potion.TinkerPotion@669c679f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 43 immersiveengineering:flammable blusunrize.immersiveengineering.common.util.IEPotions$IEPotion@513fa51a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 44 immersiveengineering:slippery blusunrize.immersiveengineering.common.util.IEPotions$IEPotion@1b8583ab +[16:58:29] [Server thread/TRACE] [FML]: Registry: 45 immersiveengineering:conductive blusunrize.immersiveengineering.common.util.IEPotions$IEPotion@eb1f821 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 46 immersiveengineering:sticky blusunrize.immersiveengineering.common.util.IEPotions$IEPotion@496840c9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 47 immersiveengineering:stunned blusunrize.immersiveengineering.common.util.IEPotions$IEPotion@65532b8b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 48 immersiveengineering:concretefeet blusunrize.immersiveengineering.common.util.IEPotions$IEPotion@527c6451 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 49 immersiveengineering:flashed blusunrize.immersiveengineering.common.util.IEPotions$IEPotion@530dfecf +[16:58:29] [Server thread/TRACE] [FML]: Registry: 50 betterwithmods:true_sight betterwithmods.common.potion.PotionTruesight@530dc4e5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 51 betterwithmods:fortune betterwithmods.common.potion.BWPotion@7f07f75f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 52 betterwithmods:looting betterwithmods.common.potion.BWPotion@a94156e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 53 betterwithmods:slow_fall betterwithmods.common.potion.PotionSlowfall@38e598fc +[16:58:29] [Server thread/TRACE] [FML]: Registry: 54 quark:curse vazkii.quark.base.potion.PotionMod@2e26d2bc +[16:58:29] [Server thread/TRACE] [FML]: Registry: 55 quark:danger_sight vazkii.quark.base.potion.PotionMod@3145df69 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 56 betterwithaddons:boss betterwithaddons.potion.effects.EffectBoss@1fda38be +[16:58:29] [Server thread/TRACE] [FML]: Registry: 57 betterwithaddons:cannonball betterwithaddons.potion.effects.EffectCannonball@bec71c1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 58 betterwithaddons:electrified betterwithaddons.potion.effects.EffectElectrified@1347e132 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 59 betterwithaddons:tarred betterwithaddons.potion.effects.EffectTarred@c66daa4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 60 bloodmagic:boost WayofTime.bloodmagic.potion.PotionBloodMagic@7b76e2c7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 61 bloodmagic:whirlwind WayofTime.bloodmagic.potion.PotionBloodMagic@74ceaefc +[16:58:29] [Server thread/TRACE] [FML]: Registry: 62 bloodmagic:planar_binding WayofTime.bloodmagic.potion.PotionBloodMagic@7c2f4366 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 63 bloodmagic:soul_snare WayofTime.bloodmagic.potion.PotionBloodMagic@24a75157 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 64 bloodmagic:soul_fray WayofTime.bloodmagic.potion.PotionBloodMagic@680bffde +[16:58:29] [Server thread/TRACE] [FML]: Registry: 65 bloodmagic:fire_fuse WayofTime.bloodmagic.potion.PotionBloodMagic@6933056d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 66 bloodmagic:constrict WayofTime.bloodmagic.potion.PotionBloodMagic@6f815f5e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 67 bloodmagic:plant_leech WayofTime.bloodmagic.potion.PotionBloodMagic@71329610 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 68 bloodmagic:deafness WayofTime.bloodmagic.potion.PotionBloodMagic@46f072e7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 69 bloodmagic:bounce WayofTime.bloodmagic.potion.PotionBloodMagic@37991f39 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 70 bloodmagic:cling WayofTime.bloodmagic.potion.PotionBloodMagic@5287dd3b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 71 bloodmagic:sacrificial_lamb WayofTime.bloodmagic.potion.PotionBloodMagic@3760536d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 72 bloodmagic:flight WayofTime.bloodmagic.potion.PotionBloodMagic@7242682c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 73 bloodmagic:grounded WayofTime.bloodmagic.potion.PotionBloodMagic@d5dc18a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 74 bloodmagic:suspended WayofTime.bloodmagic.potion.PotionBloodMagic@61dfbb1f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 75 bloodmagic:heavy_heart WayofTime.bloodmagic.potion.PotionBloodMagic@54917772 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 76 bloodmagic:feathered WayofTime.bloodmagic.potion.PotionBloodMagic@357366c4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 77 conarm:superhotpotion c4.conarm.common.armor.traits.TraitSuperhot$SuperhotPotion@3a186b1a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 78 nex:freeze nex.potion.PotionFreeze@4e2e98a3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 79 nex:frostbite lex.potion.PotionLibEx@442fac24 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 80 nex:spore lex.potion.PotionLibEx@3d165f00 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 81 nex:lost lex.potion.PotionLibEx@19294f18 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 82 primal:aconite nmd.primal.core.common.potions.PrimalPotion@23f8271e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 83 primal:yew nmd.primal.core.common.potions.PrimalPotion@1a8fe1c9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 84 primal:adrenaline nmd.primal.core.common.potions.PrimalPotion@15ee53c7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 85 primal:porphyria nmd.primal.core.common.potions.PrimalPotion@46ec9fed +[16:58:29] [Server thread/TRACE] [FML]: Registry: 86 primal:water_burn nmd.primal.core.common.potions.PrimalPotion@24ce90f9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 87 primal:sun_burn nmd.primal.core.common.potions.PrimalPotion@412abc00 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 88 totemic:bat pokefenn.totemic.potion.PotionBat@54154e64 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 89 totemic:spider pokefenn.totemic.potion.PotionSpider@40cb325a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 90 abyssalcraft:cplague com.shinoow.abyssalcraft.common.potion.PotionCplague@b411c2d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 91 abyssalcraft:dplague com.shinoow.abyssalcraft.common.potion.PotionDplague@6dd1947e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 92 abyssalcraft:antimatter com.shinoow.abyssalcraft.common.potion.PotionAntimatter@134991ce +[16:58:29] [Server thread/TRACE] [FML]: Registry: 93 cyclicmagic:potion.magnet com.lothrazar.cyclicmagic.potion.effect.PotionMagnet@a09381f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 94 cyclicmagic:potion.ender com.lothrazar.cyclicmagic.potion.effect.PotionEnder@9aafd07 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 95 cyclicmagic:potion.waterwalk com.lothrazar.cyclicmagic.potion.effect.PotionWaterwalk@6839fa28 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 96 cyclicmagic:potion.slowfall com.lothrazar.cyclicmagic.potion.effect.PotionSlowfall@3721d100 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 97 cyclicmagic:potion.snow com.lothrazar.cyclicmagic.potion.effect.PotionSnow@742bce3b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 98 cyclicmagic:potion.swimspeed com.lothrazar.cyclicmagic.potion.effect.PotionSwimSpeed@2ab7477c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 99 cyclicmagic:potion.bounce com.lothrazar.cyclicmagic.potion.effect.PotionBounce@df800b8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 100 cyclicmagic:potion.frostwalker com.lothrazar.cyclicmagic.potion.effect.PotionFrostWalker@34e879d6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 101 cyclicmagic:potion.butter com.lothrazar.cyclicmagic.potion.effect.PotionDropItems@1e982366 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 102 cyclicmagic:potion.stunned com.lothrazar.cyclicmagic.potion.effect.PotionStunned@e041b6e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 103 cyclicmagic:potion.saturation com.lothrazar.cyclicmagic.potion.effect.PotionSaturation@433437d6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 104 astralsorcery:potioncheatdeath hellfirepvp.astralsorcery.common.potion.PotionCheatDeath@410d62d1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 105 astralsorcery:potionbleed hellfirepvp.astralsorcery.common.potion.PotionBleed@222fe652 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 106 astralsorcery:potionspellplague hellfirepvp.astralsorcery.common.potion.PotionSpellPlague@6a404ae2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 107 astralsorcery:potiondropmodifier hellfirepvp.astralsorcery.common.potion.PotionDropModifier@352dce31 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 108 astralsorcery:potiontimefreeze hellfirepvp.astralsorcery.common.potion.PotionTimeFreeze@1f1c39af +[16:58:29] [Server thread/TRACE] [FML]: Registry: 109 nutrition:toughness ca.wescook.nutrition.potions.PotionToughness@42dc5168 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 110 nutrition:nourished ca.wescook.nutrition.potions.PotionNourished@2a23048b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 111 nutrition:malnourished ca.wescook.nutrition.potions.PotionMalnourished@71241bb8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 112 thebetweenlands:effect_petrify thebetweenlands.common.herblore.elixir.effects.ElixirEffect$ElixirPotionEffect@1d499cd2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 113 thebetweenlands:effect_isolatedsenses thebetweenlands.common.herblore.elixir.effects.ElixirEffect$ElixirPotionEffect@4ce1ad18 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 114 thebetweenlands:effect_limbless thebetweenlands.common.herblore.elixir.effects.ElixirEffect$ElixirPotionEffect@1f1281e3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 115 thebetweenlands:effect_deformed thebetweenlands.common.herblore.elixir.effects.ElixirEffect$ElixirPotionEffect@56b0eb69 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 116 thebetweenlands:effect_foggedmind thebetweenlands.common.herblore.elixir.effects.ElixirEffect$ElixirPotionEffect@7ce4261 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 117 thebetweenlands:effect_heavyweight thebetweenlands.common.herblore.elixir.effects.ElixirEffect$ElixirPotionEffect@4686b6ed +[16:58:29] [Server thread/TRACE] [FML]: Registry: 118 thebetweenlands:effect_basilisk thebetweenlands.common.herblore.elixir.effects.ElixirEffect$ElixirPotionEffect@4d103a47 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 119 thebetweenlands:effect_weakbow thebetweenlands.common.herblore.elixir.effects.ElixirEffect$ElixirPotionEffect@1c2a6b2f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 120 thebetweenlands:effect_blindman thebetweenlands.common.herblore.elixir.effects.ElixirEffect$ElixirPotionEffect@6902ff81 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 121 thebetweenlands:effect_slugarm thebetweenlands.common.herblore.elixir.effects.ElixirEffect$ElixirPotionEffect@1a400d92 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 122 thebetweenlands:effect_stenching thebetweenlands.common.herblore.elixir.effects.ElixirEffect$ElixirPotionEffect@56cede9f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 123 thebetweenlands:effect_drunkard thebetweenlands.common.herblore.elixir.effects.ElixirEffect$ElixirPotionEffect@19f2a47a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 124 thebetweenlands:effect_starvation thebetweenlands.common.herblore.elixir.effects.ElixirEffect$ElixirPotionEffect@67f2be32 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 125 thebetweenlands:effect_poisonsting thebetweenlands.common.herblore.elixir.effects.ElixirEffect$ElixirPotionEffect@7d4403c3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 126 thebetweenlands:effect_decay thebetweenlands.common.herblore.elixir.effects.ElixirEffect$ElixirPotionEffect@5dde00d2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 127 thebetweenlands:effect_draining thebetweenlands.common.herblore.elixir.effects.ElixirEffect$ElixirPotionEffect@5103ae67 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 128 thebetweenlands:effect_lumbering thebetweenlands.common.herblore.elixir.effects.ElixirEffect$ElixirPotionEffect@23f2895b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 129 thebetweenlands:effect_weakness thebetweenlands.common.herblore.elixir.effects.ElixirEffect$ElixirPotionEffect@7e75dcfd +[16:58:29] [Server thread/TRACE] [FML]: Registry: 130 thebetweenlands:effect_hunterssensemaster thebetweenlands.common.herblore.elixir.effects.ElixirEffect$ElixirPotionEffect@53009b71 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 131 thebetweenlands:effect_wings thebetweenlands.common.herblore.elixir.effects.ElixirEffect$ElixirPotionEffect@1f3c67e0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 132 thebetweenlands:effect_gillsgrowth thebetweenlands.common.herblore.elixir.effects.ElixirEffect$ElixirPotionEffect@28b39d0d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 133 thebetweenlands:effect_unclouded thebetweenlands.common.herblore.elixir.effects.ElixirEffect$ElixirPotionEffect@78f12ed2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 134 thebetweenlands:effect_lightweight thebetweenlands.common.herblore.elixir.effects.ElixirEffect$ElixirPotionEffect@2ffde9ae +[16:58:29] [Server thread/TRACE] [FML]: Registry: 135 thebetweenlands:effect_spiderbreed thebetweenlands.common.herblore.elixir.effects.ElixirEffect$ElixirPotionEffect@538298d6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 136 thebetweenlands:effect_sagittarius thebetweenlands.common.herblore.elixir.effects.ElixirEffect$ElixirPotionEffect@67ed2c5e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 137 thebetweenlands:effect_catseyes thebetweenlands.common.herblore.elixir.effects.ElixirEffect$ElixirPotionEffect@169b09cf +[16:58:29] [Server thread/TRACE] [FML]: Registry: 138 thebetweenlands:effect_swiftarm thebetweenlands.common.herblore.elixir.effects.ElixirEffect$ElixirPotionEffect@566b222b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 139 thebetweenlands:effect_masking thebetweenlands.common.herblore.elixir.effects.ElixirEffect$ElixirPotionEffect@11e84418 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 140 thebetweenlands:effect_hunterssense thebetweenlands.common.herblore.elixir.effects.ElixirEffect$ElixirPotionEffect@1fe905a7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 141 thebetweenlands:effect_feasting thebetweenlands.common.herblore.elixir.effects.ElixirEffect$ElixirPotionEffect@51f2a2e4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 142 thebetweenlands:effect_toughskin thebetweenlands.common.herblore.elixir.effects.ElixirEffect$ElixirPotionEffect@5e87b88b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 143 thebetweenlands:effect_ripening thebetweenlands.common.herblore.elixir.effects.ElixirEffect$ElixirPotionEffect@d9cefc7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 144 thebetweenlands:effect_healing thebetweenlands.common.herblore.elixir.effects.ElixirEffect$ElixirPotionEffect@5a0f17ee +[16:58:29] [Server thread/TRACE] [FML]: Registry: 145 thebetweenlands:effect_nimblefeet thebetweenlands.common.herblore.elixir.effects.ElixirEffect$ElixirPotionEffect@1eae7bc9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 146 thebetweenlands:effect_strength thebetweenlands.common.herblore.elixir.effects.ElixirEffect$ElixirPotionEffect@7d0edb77 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 147 thebetweenlands:root_bound thebetweenlands.common.herblore.elixir.PotionRootBound@1706f1c6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 148 thebetweenlands:enlightened thebetweenlands.common.herblore.elixir.PotionEnlightened@359424af +[16:58:29] [Server thread/TRACE] [FML]: Registry Name : minecraft:biomes +[16:58:29] [Server thread/TRACE] [FML]: Registry: 0 minecraft:ocean net.minecraft.world.biome.BiomeOcean@119cd026 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1 minecraft:plains net.minecraft.world.biome.BiomePlains@731a5a39 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2 minecraft:desert net.minecraft.world.biome.BiomeDesert@6da76bb1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3 minecraft:extreme_hills net.minecraft.world.biome.BiomeHills@38410ce5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4 minecraft:forest net.minecraft.world.biome.BiomeForest@70028163 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5 minecraft:taiga net.minecraft.world.biome.BiomeTaiga@124e538e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6 minecraft:swampland net.minecraft.world.biome.BiomeSwamp@6ac9742e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7 minecraft:river net.minecraft.world.biome.BiomeRiver@21298c3a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8 minecraft:hell net.minecraft.world.biome.BiomeHell@4f9a8d71 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9 minecraft:sky net.minecraft.world.biome.BiomeEnd@1201c2f6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10 minecraft:frozen_ocean net.minecraft.world.biome.BiomeOcean@cbf9cc1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11 minecraft:frozen_river net.minecraft.world.biome.BiomeRiver@4ae93e38 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12 minecraft:ice_flats net.minecraft.world.biome.BiomeSnow@111ae918 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13 minecraft:ice_mountains net.minecraft.world.biome.BiomeSnow@41fdb59c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 14 minecraft:mushroom_island net.minecraft.world.biome.BiomeMushroomIsland@5112858c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 15 minecraft:mushroom_island_shore net.minecraft.world.biome.BiomeMushroomIsland@1786e49f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 16 minecraft:beaches net.minecraft.world.biome.BiomeBeach@275ff5f8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 17 minecraft:desert_hills net.minecraft.world.biome.BiomeDesert@62243a7a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 18 minecraft:forest_hills net.minecraft.world.biome.BiomeForest@42a698bd +[16:58:29] [Server thread/TRACE] [FML]: Registry: 19 minecraft:taiga_hills net.minecraft.world.biome.BiomeTaiga@26acbc9d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 20 minecraft:smaller_extreme_hills net.minecraft.world.biome.BiomeHills@7e047d85 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 21 minecraft:jungle net.minecraft.world.biome.BiomeJungle@4a0161ee +[16:58:29] [Server thread/TRACE] [FML]: Registry: 22 minecraft:jungle_hills net.minecraft.world.biome.BiomeJungle@58192546 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 23 minecraft:jungle_edge net.minecraft.world.biome.BiomeJungle@18be7f57 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 24 minecraft:deep_ocean net.minecraft.world.biome.BiomeOcean@64aab3fd +[16:58:29] [Server thread/TRACE] [FML]: Registry: 25 minecraft:stone_beach net.minecraft.world.biome.BiomeStoneBeach@34c79268 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 26 minecraft:cold_beach net.minecraft.world.biome.BiomeBeach@5fe80760 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 27 minecraft:birch_forest net.minecraft.world.biome.BiomeForest@6e6c723b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 28 minecraft:birch_forest_hills net.minecraft.world.biome.BiomeForest@66859669 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 29 minecraft:roofed_forest net.minecraft.world.biome.BiomeForest@6e591c03 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 30 minecraft:taiga_cold net.minecraft.world.biome.BiomeTaiga@7115d5af +[16:58:29] [Server thread/TRACE] [FML]: Registry: 31 minecraft:taiga_cold_hills net.minecraft.world.biome.BiomeTaiga@7ce58c1c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 32 minecraft:redwood_taiga net.minecraft.world.biome.BiomeTaiga@36996b37 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 33 minecraft:redwood_taiga_hills net.minecraft.world.biome.BiomeTaiga@1006d0e3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 34 minecraft:extreme_hills_with_trees net.minecraft.world.biome.BiomeHills@4f61c7e1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 35 minecraft:savanna net.minecraft.world.biome.BiomeSavanna@6289376f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 36 minecraft:savanna_rock net.minecraft.world.biome.BiomeSavanna@442e7215 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 37 minecraft:mesa net.minecraft.world.biome.BiomeMesa@2df6d461 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 38 minecraft:mesa_rock net.minecraft.world.biome.BiomeMesa@1791670e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 39 minecraft:mesa_clear_rock net.minecraft.world.biome.BiomeMesa@4d5d6297 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 40 jeid:error_biome net.minecraft.world.biome.BiomeVoid@43ac92be +[16:58:29] [Server thread/TRACE] [FML]: Registry: 41 twilightforest:twilight_lake twilightforest.biomes.TFBiomeTwilightLake@7b76aa47 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 42 twilightforest:twilight_forest twilightforest.biomes.TFBiomeBase@4d83757a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 43 twilightforest:dense_twilight_forest twilightforest.biomes.TFBiomeTwilightForestVariant@2c1d6961 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 44 twilightforest:twilight_highlands twilightforest.biomes.TFBiomeHighlands@6e9c8fc2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 45 twilightforest:mushroom_forest twilightforest.biomes.TFBiomeMushrooms@25addd6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 46 twilightforest:twilight_swamp twilightforest.biomes.TFBiomeSwamp@37f274b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 47 twilightforest:twilight_stream twilightforest.biomes.TFBiomeStream@d395843 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 48 twilightforest:snowy_forest twilightforest.biomes.TFBiomeSnow@69f65a2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 49 twilightforest:twilight_glacier twilightforest.biomes.TFBiomeGlacier@30dceaa2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 50 twilightforest:twilight_clearing twilightforest.biomes.TFBiomeClearing@21e36752 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 51 twilightforest:oak_savannah twilightforest.biomes.TFBiomeOakSavanna@da58b2c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 52 twilightforest:firefly_forest twilightforest.biomes.TFBiomeFireflyForest@2010456d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 53 twilightforest:deep_mushroom_forest twilightforest.biomes.TFBiomeDeepMushrooms@26d04be9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 54 twilightforest:dark_forest twilightforest.biomes.TFBiomeDarkForest@14f9213b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 55 twilightforest:enchanted_forest twilightforest.biomes.TFBiomeEnchantedForest@2654b91a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 56 twilightforest:fire_swamp twilightforest.biomes.TFBiomeFireSwamp@11b0a38c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 57 twilightforest:dark_forest_center twilightforest.biomes.TFBiomeDarkForestCenter@6ababc71 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 58 twilightforest:highlands_center twilightforest.biomes.TFBiomeFinalPlateau@330bd93a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 59 twilightforest:thornlands twilightforest.biomes.TFBiomeThornlands@6a67a87e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 60 traverse:autumnal_woods prospector.traverse.world.biomes.BiomeAutumnalWoods@5ec53629 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 61 traverse:woodlands prospector.traverse.world.biomes.BiomeWoodlands@251f172f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 62 traverse:mini_jungle prospector.traverse.world.biomes.BiomeMiniJungle@159317c8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 63 traverse:meadow prospector.traverse.world.biomes.BiomeMeadow@3c6e840b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 64 traverse:green_swamp prospector.traverse.world.biomes.BiomeLushSwamp@e79f972 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 65 traverse:red_desert prospector.traverse.world.biomes.BiomeRedDesert@530231fd +[16:58:29] [Server thread/TRACE] [FML]: Registry: 66 traverse:temperate_rainforest prospector.traverse.world.biomes.BiomeConiferousForest@5e225102 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 67 traverse:badlands prospector.traverse.world.biomes.BiomeBadlands@16a4d811 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 68 traverse:mountainous_desert prospector.traverse.world.biomes.BiomeMountainousDesert@57d701de +[16:58:29] [Server thread/TRACE] [FML]: Registry: 69 traverse:rocky_plateau prospector.traverse.world.biomes.BiomeRockyPlateau@15984f00 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 70 traverse:forested_hills prospector.traverse.world.biomes.BiomeForestedHills@59fea6f0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 71 traverse:birch_forested_hills prospector.traverse.world.biomes.BiomeForestedHills@69aa898e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 72 traverse:autumnal_wooded_hills prospector.traverse.world.biomes.BiomeAutumnalWoodedHills@61cbc94 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 73 traverse:cliffs prospector.traverse.world.biomes.BiomeCliffs@512b0318 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 74 traverse:glacier prospector.traverse.world.biomes.BiomeGlacier@7dcee6eb +[16:58:29] [Server thread/TRACE] [FML]: Registry: 75 traverse:glacier_spikes prospector.traverse.world.biomes.BiomeGlacier@4095f625 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 76 traverse:snowy_coniferous_forest prospector.traverse.world.biomes.BiomeConiferousForest@230e0abf +[16:58:29] [Server thread/TRACE] [FML]: Registry: 77 traverse:lush_hills prospector.traverse.world.biomes.BiomeLushHills@2a34ee05 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 78 traverse:canyon prospector.traverse.world.biomes.BiomeCanyon@20c7bc16 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 79 traverse:crag_cliffs prospector.traverse.world.biomes.BiomeCragCliffs@4f8c52f5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 80 appliedenergistics2:storage_biome appeng.spatial.BiomeGenStorage@114d630a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 81 galacticraftcore:outer space micdoodle8.mods.galacticraft.api.prefab.world.gen.BiomeAdaptive@28e3aa1e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 82 galacticraftplanets:outer space 1 micdoodle8.mods.galacticraft.api.prefab.world.gen.BiomeAdaptive@27f3f99a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 83 galacticraftplanets:outer space 2 micdoodle8.mods.galacticraft.api.prefab.world.gen.BiomeAdaptive@7ff8c974 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 84 extraplanets:outer space 3 micdoodle8.mods.galacticraft.api.prefab.world.gen.BiomeAdaptive@752af53e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 85 extraplanets:outer space 4 micdoodle8.mods.galacticraft.api.prefab.world.gen.BiomeAdaptive@40ac02df +[16:58:29] [Server thread/TRACE] [FML]: Registry: 86 extraplanets:outer space 5 micdoodle8.mods.galacticraft.api.prefab.world.gen.BiomeAdaptive@782b0c79 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 87 extraplanets:outer space 6 micdoodle8.mods.galacticraft.api.prefab.world.gen.BiomeAdaptive@41a1d961 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 88 extraplanets:outer space 7 micdoodle8.mods.galacticraft.api.prefab.world.gen.BiomeAdaptive@6380576e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 89 extraplanets:outer space 8 micdoodle8.mods.galacticraft.api.prefab.world.gen.BiomeAdaptive@439a0b3b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 90 extraplanets:outer space 9 micdoodle8.mods.galacticraft.api.prefab.world.gen.BiomeAdaptive@63f28ff5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 91 extraplanets:outer space 10 micdoodle8.mods.galacticraft.api.prefab.world.gen.BiomeAdaptive@2cd7383b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 92 extraplanets:outer space 11 micdoodle8.mods.galacticraft.api.prefab.world.gen.BiomeAdaptive@4d0d21e8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 93 extraplanets:outer space 12 micdoodle8.mods.galacticraft.api.prefab.world.gen.BiomeAdaptive@5e5d28a1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 94 integrateddynamics:biome_meneglin org.cyclops.integrateddynamics.world.biome.BiomeMeneglin@292789b8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 95 nex:ruthless_sands nex.world.biome.BiomeRuthlessSands@1b375234 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 96 nex:fungi_forest nex.world.biome.BiomeFungiForest@7f914f07 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 97 nex:torrid_wasteland nex.world.biome.BiomeTorridWasteland@46afb178 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 98 nex:arctic_abyss nex.world.biome.BiomeArcticAbyss@4e50f967 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 99 abyssalcraft:darklands com.shinoow.abyssalcraft.common.world.biome.BiomeGenDarklands@6f57a46b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 100 abyssalcraft:darklands_forest com.shinoow.abyssalcraft.common.world.biome.BiomeGenDarklandsForest@1acb27f1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 101 abyssalcraft:darklands_plains com.shinoow.abyssalcraft.common.world.biome.BiomeGenDarklandsPlains@215461a1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 102 abyssalcraft:darklands_hills com.shinoow.abyssalcraft.common.world.biome.BiomeGenDarklandsHills@68063f2d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 103 abyssalcraft:darklands_mountains com.shinoow.abyssalcraft.common.world.biome.BiomeGenDarklandsMountains@3a20aaba +[16:58:29] [Server thread/TRACE] [FML]: Registry: 104 abyssalcraft:coralium_infested_swamp com.shinoow.abyssalcraft.common.world.biome.BiomeGenCorSwamp@7917e6a0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 105 abyssalcraft:abyssal_wastelands com.shinoow.abyssalcraft.common.world.biome.BiomeGenAbywasteland@7bccd94a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 106 abyssalcraft:dreadlands com.shinoow.abyssalcraft.common.world.biome.BiomeGenDreadlands@22ea6e49 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 107 abyssalcraft:purified_dreadlands com.shinoow.abyssalcraft.common.world.biome.BiomeGenAbyDreadlands@1d2065d4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 108 abyssalcraft:dreadlands_forest com.shinoow.abyssalcraft.common.world.biome.BiomeGenForestDreadlands@5bc4b236 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 109 abyssalcraft:dreadlands_mountains com.shinoow.abyssalcraft.common.world.biome.BiomeGenMountainDreadlands@465f368d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 110 abyssalcraft:omothol com.shinoow.abyssalcraft.common.world.biome.BiomeGenOmothol@37b69029 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 111 abyssalcraft:dark_realm com.shinoow.abyssalcraft.common.world.biome.BiomeGenDarkRealm@29264dce +[16:58:29] [Server thread/TRACE] [FML]: Registry: 112 abyssalcraft:purged com.shinoow.abyssalcraft.common.world.biome.BiomePurged@570d1fde +[16:58:29] [Server thread/TRACE] [FML]: Registry: 113 thebetweenlands:patchy_islands thebetweenlands.common.world.biome.BiomePatchyIslands@37e1400b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 114 thebetweenlands:swamplands thebetweenlands.common.world.biome.BiomeSwamplands@529b7bad +[16:58:29] [Server thread/TRACE] [FML]: Registry: 115 thebetweenlands:deep_waters thebetweenlands.common.world.biome.BiomeDeepWaters@7e184a19 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 116 thebetweenlands:coarse_islands thebetweenlands.common.world.biome.BiomeCoarseIslands@384ac444 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 117 thebetweenlands:sludge_plains thebetweenlands.common.world.biome.BiomeSludgePlains@5162a5e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 118 thebetweenlands:marsh_0 thebetweenlands.common.world.biome.BiomeMarsh@cd97f42 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 119 thebetweenlands:marsh_1 thebetweenlands.common.world.biome.BiomeMarsh@30ada442 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 120 thebetweenlands:swamplands_clearing thebetweenlands.common.world.biome.BiomeSwamplandsClearing@5e2b3ef7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 121 thebetweenlands:sludge_plains_clearing thebetweenlands.common.world.biome.BiomeSludgePlainsClearing@6adbabb6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 122 beneath:the_beneath com.shinoow.beneath.common.world.biome.BiomeDeepDank@2dbffac0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 127 minecraft:void net.minecraft.world.biome.BiomeVoid@3741a170 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 129 minecraft:mutated_plains net.minecraft.world.biome.BiomePlains@2541b4d3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 130 minecraft:mutated_desert net.minecraft.world.biome.BiomeDesert@6c5e6da +[16:58:29] [Server thread/TRACE] [FML]: Registry: 131 minecraft:mutated_extreme_hills net.minecraft.world.biome.BiomeHills@7f027735 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 132 minecraft:mutated_forest net.minecraft.world.biome.BiomeForest@45f20384 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 133 minecraft:mutated_taiga net.minecraft.world.biome.BiomeTaiga@6d3dc0c5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 134 minecraft:mutated_swampland net.minecraft.world.biome.BiomeSwamp@4467088e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 140 minecraft:mutated_ice_flats net.minecraft.world.biome.BiomeSnow@283074e8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 149 minecraft:mutated_jungle net.minecraft.world.biome.BiomeJungle@7d0bbc49 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 151 minecraft:mutated_jungle_edge net.minecraft.world.biome.BiomeJungle@7eb370c5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 155 minecraft:mutated_birch_forest net.minecraft.world.biome.BiomeForestMutated@29509774 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 156 minecraft:mutated_birch_forest_hills net.minecraft.world.biome.BiomeForestMutated@9198fe3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 157 minecraft:mutated_roofed_forest net.minecraft.world.biome.BiomeForest@6cc9f35d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 158 minecraft:mutated_taiga_cold net.minecraft.world.biome.BiomeTaiga@f61b92d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 160 minecraft:mutated_redwood_taiga net.minecraft.world.biome.BiomeTaiga@22277482 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 161 minecraft:mutated_redwood_taiga_hills net.minecraft.world.biome.BiomeTaiga@670481b2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 162 minecraft:mutated_extreme_hills_with_trees net.minecraft.world.biome.BiomeHills@4474c514 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 163 minecraft:mutated_savanna net.minecraft.world.biome.BiomeSavannaMutated@5fc44b4b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 164 minecraft:mutated_savanna_rock net.minecraft.world.biome.BiomeSavannaMutated@1c8e4810 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 165 minecraft:mutated_mesa net.minecraft.world.biome.BiomeMesa@7e3062f0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 166 minecraft:mutated_mesa_rock net.minecraft.world.biome.BiomeMesa@4dfe14d4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 167 minecraft:mutated_mesa_clear_rock net.minecraft.world.biome.BiomeMesa@309d9033 +[16:58:29] [Server thread/TRACE] [FML]: Registry Name : minecraft:soundevents +[16:58:29] [Server thread/TRACE] [FML]: Registry: 0 minecraft:ambient.cave net.minecraft.util.SoundEvent@50734cea +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1 minecraft:block.anvil.break net.minecraft.util.SoundEvent@784212 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2 minecraft:block.anvil.destroy net.minecraft.util.SoundEvent@5ac646b3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3 minecraft:block.anvil.fall net.minecraft.util.SoundEvent@24b38e8f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4 minecraft:block.anvil.hit net.minecraft.util.SoundEvent@5cf072ea +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5 minecraft:block.anvil.land net.minecraft.util.SoundEvent@1edac3b4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6 minecraft:block.anvil.place net.minecraft.util.SoundEvent@7641ed02 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7 minecraft:block.anvil.step net.minecraft.util.SoundEvent@4ebed2b3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8 minecraft:block.anvil.use net.minecraft.util.SoundEvent@11069eac +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9 minecraft:block.brewing_stand.brew net.minecraft.util.SoundEvent@5909285b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10 minecraft:block.chest.close net.minecraft.util.SoundEvent@2059f785 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11 minecraft:block.chest.locked net.minecraft.util.SoundEvent@18ca9277 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12 minecraft:block.chest.open net.minecraft.util.SoundEvent@3d9c8c3c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13 minecraft:block.chorus_flower.death net.minecraft.util.SoundEvent@2dc73024 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 14 minecraft:block.chorus_flower.grow net.minecraft.util.SoundEvent@42cd0fc6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 15 minecraft:block.cloth.break net.minecraft.util.SoundEvent@e5864c2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 16 minecraft:block.cloth.fall net.minecraft.util.SoundEvent@577cf459 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 17 minecraft:block.cloth.hit net.minecraft.util.SoundEvent@432eb882 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 18 minecraft:block.cloth.place net.minecraft.util.SoundEvent@69372c1e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 19 minecraft:block.cloth.step net.minecraft.util.SoundEvent@24842b8e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 20 minecraft:block.comparator.click net.minecraft.util.SoundEvent@146add7b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 21 minecraft:block.dispenser.dispense net.minecraft.util.SoundEvent@22368ddc +[16:58:29] [Server thread/TRACE] [FML]: Registry: 22 minecraft:block.dispenser.fail net.minecraft.util.SoundEvent@72b10258 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 23 minecraft:block.dispenser.launch net.minecraft.util.SoundEvent@77ec9fdb +[16:58:29] [Server thread/TRACE] [FML]: Registry: 24 minecraft:block.enchantment_table.use net.minecraft.util.SoundEvent@35af1558 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 25 minecraft:block.end_gateway.spawn net.minecraft.util.SoundEvent@2361365c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 26 minecraft:block.end_portal.spawn net.minecraft.util.SoundEvent@59b853aa +[16:58:29] [Server thread/TRACE] [FML]: Registry: 27 minecraft:block.end_portal_frame.fill net.minecraft.util.SoundEvent@4ab90d01 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 28 minecraft:block.enderchest.close net.minecraft.util.SoundEvent@771d4db +[16:58:29] [Server thread/TRACE] [FML]: Registry: 29 minecraft:block.enderchest.open net.minecraft.util.SoundEvent@2d88c1bf +[16:58:29] [Server thread/TRACE] [FML]: Registry: 30 minecraft:block.fence_gate.close net.minecraft.util.SoundEvent@3636f2a7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 31 minecraft:block.fence_gate.open net.minecraft.util.SoundEvent@34652065 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 32 minecraft:block.fire.ambient net.minecraft.util.SoundEvent@3dbbed3e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 33 minecraft:block.fire.extinguish net.minecraft.util.SoundEvent@56d5460f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 34 minecraft:block.furnace.fire_crackle net.minecraft.util.SoundEvent@57f725b8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 35 minecraft:block.glass.break net.minecraft.util.SoundEvent@4a0c512b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 36 minecraft:block.glass.fall net.minecraft.util.SoundEvent@28bc9749 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 37 minecraft:block.glass.hit net.minecraft.util.SoundEvent@54a5496f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 38 minecraft:block.glass.place net.minecraft.util.SoundEvent@3a116ca6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 39 minecraft:block.glass.step net.minecraft.util.SoundEvent@12bcf7c6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 40 minecraft:block.grass.break net.minecraft.util.SoundEvent@5e763c07 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 41 minecraft:block.grass.fall net.minecraft.util.SoundEvent@2066e897 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 42 minecraft:block.grass.hit net.minecraft.util.SoundEvent@1123d461 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 43 minecraft:block.grass.place net.minecraft.util.SoundEvent@64540344 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 44 minecraft:block.grass.step net.minecraft.util.SoundEvent@b2d8dcd +[16:58:29] [Server thread/TRACE] [FML]: Registry: 45 minecraft:block.gravel.break net.minecraft.util.SoundEvent@1c98fe6f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 46 minecraft:block.gravel.fall net.minecraft.util.SoundEvent@1397b141 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 47 minecraft:block.gravel.hit net.minecraft.util.SoundEvent@579dde54 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 48 minecraft:block.gravel.place net.minecraft.util.SoundEvent@30b9728f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 49 minecraft:block.gravel.step net.minecraft.util.SoundEvent@6b899971 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 50 minecraft:block.iron_door.close net.minecraft.util.SoundEvent@453a30f8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 51 minecraft:block.iron_door.open net.minecraft.util.SoundEvent@7cec3975 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 52 minecraft:block.iron_trapdoor.close net.minecraft.util.SoundEvent@73a116d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 53 minecraft:block.iron_trapdoor.open net.minecraft.util.SoundEvent@205f52ea +[16:58:29] [Server thread/TRACE] [FML]: Registry: 54 minecraft:block.ladder.break net.minecraft.util.SoundEvent@34f60be9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 55 minecraft:block.ladder.fall net.minecraft.util.SoundEvent@29ccab93 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 56 minecraft:block.ladder.hit net.minecraft.util.SoundEvent@7e2a76be +[16:58:29] [Server thread/TRACE] [FML]: Registry: 57 minecraft:block.ladder.place net.minecraft.util.SoundEvent@24b8a393 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 58 minecraft:block.ladder.step net.minecraft.util.SoundEvent@20155dae +[16:58:29] [Server thread/TRACE] [FML]: Registry: 59 minecraft:block.lava.ambient net.minecraft.util.SoundEvent@6c49ea0c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 60 minecraft:block.lava.extinguish net.minecraft.util.SoundEvent@417bfebd +[16:58:29] [Server thread/TRACE] [FML]: Registry: 61 minecraft:block.lava.pop net.minecraft.util.SoundEvent@20be793a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 62 minecraft:block.lever.click net.minecraft.util.SoundEvent@2a4cb8ae +[16:58:29] [Server thread/TRACE] [FML]: Registry: 63 minecraft:block.metal.break net.minecraft.util.SoundEvent@9763e61 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 64 minecraft:block.metal.fall net.minecraft.util.SoundEvent@17e6b7e4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 65 minecraft:block.metal.hit net.minecraft.util.SoundEvent@44c27b8b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 66 minecraft:block.metal.place net.minecraft.util.SoundEvent@b842275 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 67 minecraft:block.metal.step net.minecraft.util.SoundEvent@33399052 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 68 minecraft:block.metal_pressureplate.click_off net.minecraft.util.SoundEvent@11c25846 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 69 minecraft:block.metal_pressureplate.click_on net.minecraft.util.SoundEvent@460b77d6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 70 minecraft:block.note.basedrum net.minecraft.util.SoundEvent@6cb662e8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 71 minecraft:block.note.bass net.minecraft.util.SoundEvent@13f2d42c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 72 minecraft:block.note.bell net.minecraft.util.SoundEvent@1071ae7c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 73 minecraft:block.note.chime net.minecraft.util.SoundEvent@dd9de63 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 74 minecraft:block.note.flute net.minecraft.util.SoundEvent@52a75c12 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 75 minecraft:block.note.guitar net.minecraft.util.SoundEvent@57f1a1de +[16:58:29] [Server thread/TRACE] [FML]: Registry: 76 minecraft:block.note.harp net.minecraft.util.SoundEvent@4a6ef712 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 77 minecraft:block.note.hat net.minecraft.util.SoundEvent@98712fa +[16:58:29] [Server thread/TRACE] [FML]: Registry: 78 minecraft:block.note.pling net.minecraft.util.SoundEvent@61288814 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 79 minecraft:block.note.snare net.minecraft.util.SoundEvent@3b8d2abe +[16:58:29] [Server thread/TRACE] [FML]: Registry: 80 minecraft:block.note.xylophone net.minecraft.util.SoundEvent@6669cba +[16:58:29] [Server thread/TRACE] [FML]: Registry: 81 minecraft:block.piston.contract net.minecraft.util.SoundEvent@37c74e4e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 82 minecraft:block.piston.extend net.minecraft.util.SoundEvent@128a188a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 83 minecraft:block.portal.ambient net.minecraft.util.SoundEvent@400008bf +[16:58:29] [Server thread/TRACE] [FML]: Registry: 84 minecraft:block.portal.travel net.minecraft.util.SoundEvent@72b1df49 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 85 minecraft:block.portal.trigger net.minecraft.util.SoundEvent@7f894a6f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 86 minecraft:block.redstone_torch.burnout net.minecraft.util.SoundEvent@3d05435c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 87 minecraft:block.sand.break net.minecraft.util.SoundEvent@7d80e1b3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 88 minecraft:block.sand.fall net.minecraft.util.SoundEvent@1b732dd +[16:58:29] [Server thread/TRACE] [FML]: Registry: 89 minecraft:block.sand.hit net.minecraft.util.SoundEvent@3458dab6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 90 minecraft:block.sand.place net.minecraft.util.SoundEvent@23d060c2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 91 minecraft:block.sand.step net.minecraft.util.SoundEvent@59278072 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 92 minecraft:block.shulker_box.close net.minecraft.util.SoundEvent@61be6051 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 93 minecraft:block.shulker_box.open net.minecraft.util.SoundEvent@13c18bba +[16:58:29] [Server thread/TRACE] [FML]: Registry: 94 minecraft:block.slime.break net.minecraft.util.SoundEvent@33373f70 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 95 minecraft:block.slime.fall net.minecraft.util.SoundEvent@56f61d74 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 96 minecraft:block.slime.hit net.minecraft.util.SoundEvent@44d84313 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 97 minecraft:block.slime.place net.minecraft.util.SoundEvent@5bdb9c69 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 98 minecraft:block.slime.step net.minecraft.util.SoundEvent@511de4dd +[16:58:29] [Server thread/TRACE] [FML]: Registry: 99 minecraft:block.snow.break net.minecraft.util.SoundEvent@37e64e37 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 100 minecraft:block.snow.fall net.minecraft.util.SoundEvent@31204303 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 101 minecraft:block.snow.hit net.minecraft.util.SoundEvent@369fb99a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 102 minecraft:block.snow.place net.minecraft.util.SoundEvent@81a8898 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 103 minecraft:block.snow.step net.minecraft.util.SoundEvent@d08f85a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 104 minecraft:block.stone.break net.minecraft.util.SoundEvent@3e839aa3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 105 minecraft:block.stone.fall net.minecraft.util.SoundEvent@751bb780 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 106 minecraft:block.stone.hit net.minecraft.util.SoundEvent@2919aff3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 107 minecraft:block.stone.place net.minecraft.util.SoundEvent@639948a2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 108 minecraft:block.stone.step net.minecraft.util.SoundEvent@416d90f0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 109 minecraft:block.stone_button.click_off net.minecraft.util.SoundEvent@696298ea +[16:58:29] [Server thread/TRACE] [FML]: Registry: 110 minecraft:block.stone_button.click_on net.minecraft.util.SoundEvent@de0c402 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 111 minecraft:block.stone_pressureplate.click_off net.minecraft.util.SoundEvent@24955144 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 112 minecraft:block.stone_pressureplate.click_on net.minecraft.util.SoundEvent@9d2af36 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 113 minecraft:block.tripwire.attach net.minecraft.util.SoundEvent@740ad32e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 114 minecraft:block.tripwire.click_off net.minecraft.util.SoundEvent@7f41d979 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 115 minecraft:block.tripwire.click_on net.minecraft.util.SoundEvent@71d0b8a4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 116 minecraft:block.tripwire.detach net.minecraft.util.SoundEvent@6d6712b7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 117 minecraft:block.water.ambient net.minecraft.util.SoundEvent@4f563f96 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 118 minecraft:block.waterlily.place net.minecraft.util.SoundEvent@3eadad14 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 119 minecraft:block.wood.break net.minecraft.util.SoundEvent@4acc27fd +[16:58:29] [Server thread/TRACE] [FML]: Registry: 120 minecraft:block.wood.fall net.minecraft.util.SoundEvent@1feb76b9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 121 minecraft:block.wood.hit net.minecraft.util.SoundEvent@61bf405d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 122 minecraft:block.wood.place net.minecraft.util.SoundEvent@32298473 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 123 minecraft:block.wood.step net.minecraft.util.SoundEvent@19f1be04 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 124 minecraft:block.wood_button.click_off net.minecraft.util.SoundEvent@5d6b5d3d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 125 minecraft:block.wood_button.click_on net.minecraft.util.SoundEvent@464d5365 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 126 minecraft:block.wood_pressureplate.click_off net.minecraft.util.SoundEvent@38394dc3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 127 minecraft:block.wood_pressureplate.click_on net.minecraft.util.SoundEvent@2cacd55e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 128 minecraft:block.wooden_door.close net.minecraft.util.SoundEvent@2ba9f743 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 129 minecraft:block.wooden_door.open net.minecraft.util.SoundEvent@7535f28 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 130 minecraft:block.wooden_trapdoor.close net.minecraft.util.SoundEvent@75f65d54 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 131 minecraft:block.wooden_trapdoor.open net.minecraft.util.SoundEvent@3f3a6091 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 132 minecraft:enchant.thorns.hit net.minecraft.util.SoundEvent@5b4d9bda +[16:58:29] [Server thread/TRACE] [FML]: Registry: 133 minecraft:entity.armorstand.break net.minecraft.util.SoundEvent@467a2584 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 134 minecraft:entity.armorstand.fall net.minecraft.util.SoundEvent@121dce2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 135 minecraft:entity.armorstand.hit net.minecraft.util.SoundEvent@6df31abf +[16:58:29] [Server thread/TRACE] [FML]: Registry: 136 minecraft:entity.armorstand.place net.minecraft.util.SoundEvent@5a57cf90 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 137 minecraft:entity.arrow.hit net.minecraft.util.SoundEvent@4d16975b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 138 minecraft:entity.arrow.hit_player net.minecraft.util.SoundEvent@425f94d7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 139 minecraft:entity.arrow.shoot net.minecraft.util.SoundEvent@378c48c1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 140 minecraft:entity.bat.ambient net.minecraft.util.SoundEvent@53432aef +[16:58:29] [Server thread/TRACE] [FML]: Registry: 141 minecraft:entity.bat.death net.minecraft.util.SoundEvent@2a16d393 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 142 minecraft:entity.bat.hurt net.minecraft.util.SoundEvent@14d1032a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 143 minecraft:entity.bat.loop net.minecraft.util.SoundEvent@414e8b31 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 144 minecraft:entity.bat.takeoff net.minecraft.util.SoundEvent@b90c5a5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 145 minecraft:entity.blaze.ambient net.minecraft.util.SoundEvent@1786150f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 146 minecraft:entity.blaze.burn net.minecraft.util.SoundEvent@bd28c86 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 147 minecraft:entity.blaze.death net.minecraft.util.SoundEvent@3ef089ce +[16:58:29] [Server thread/TRACE] [FML]: Registry: 148 minecraft:entity.blaze.hurt net.minecraft.util.SoundEvent@3340ce58 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 149 minecraft:entity.blaze.shoot net.minecraft.util.SoundEvent@14499b52 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 150 minecraft:entity.boat.paddle_land net.minecraft.util.SoundEvent@be083e1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 151 minecraft:entity.boat.paddle_water net.minecraft.util.SoundEvent@3164d5aa +[16:58:29] [Server thread/TRACE] [FML]: Registry: 152 minecraft:entity.bobber.retrieve net.minecraft.util.SoundEvent@4e3ffd0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 153 minecraft:entity.bobber.splash net.minecraft.util.SoundEvent@5ca86715 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 154 minecraft:entity.bobber.throw net.minecraft.util.SoundEvent@53d808ea +[16:58:29] [Server thread/TRACE] [FML]: Registry: 155 minecraft:entity.cat.ambient net.minecraft.util.SoundEvent@44864ebe +[16:58:29] [Server thread/TRACE] [FML]: Registry: 156 minecraft:entity.cat.death net.minecraft.util.SoundEvent@5f803481 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 157 minecraft:entity.cat.hiss net.minecraft.util.SoundEvent@408f70ab +[16:58:29] [Server thread/TRACE] [FML]: Registry: 158 minecraft:entity.cat.hurt net.minecraft.util.SoundEvent@5383bf08 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 159 minecraft:entity.cat.purr net.minecraft.util.SoundEvent@2586e878 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 160 minecraft:entity.cat.purreow net.minecraft.util.SoundEvent@7b7cf475 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 161 minecraft:entity.chicken.ambient net.minecraft.util.SoundEvent@404dc999 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 162 minecraft:entity.chicken.death net.minecraft.util.SoundEvent@ef85567 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 163 minecraft:entity.chicken.egg net.minecraft.util.SoundEvent@1c2fb9e8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 164 minecraft:entity.chicken.hurt net.minecraft.util.SoundEvent@ec3944 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 165 minecraft:entity.chicken.step net.minecraft.util.SoundEvent@2e4339c1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 166 minecraft:entity.cow.ambient net.minecraft.util.SoundEvent@62dc1203 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 167 minecraft:entity.cow.death net.minecraft.util.SoundEvent@35d0749 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 168 minecraft:entity.cow.hurt net.minecraft.util.SoundEvent@621a387f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 169 minecraft:entity.cow.milk net.minecraft.util.SoundEvent@552088cc +[16:58:29] [Server thread/TRACE] [FML]: Registry: 170 minecraft:entity.cow.step net.minecraft.util.SoundEvent@57eed461 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 171 minecraft:entity.creeper.death net.minecraft.util.SoundEvent@3c62f69a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 172 minecraft:entity.creeper.hurt net.minecraft.util.SoundEvent@f08f8a9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 173 minecraft:entity.creeper.primed net.minecraft.util.SoundEvent@5ebf776c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 174 minecraft:entity.donkey.ambient net.minecraft.util.SoundEvent@7fd3fd06 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 175 minecraft:entity.donkey.angry net.minecraft.util.SoundEvent@54ae1240 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 176 minecraft:entity.donkey.chest net.minecraft.util.SoundEvent@1c2b65cc +[16:58:29] [Server thread/TRACE] [FML]: Registry: 177 minecraft:entity.donkey.death net.minecraft.util.SoundEvent@390a7532 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 178 minecraft:entity.donkey.hurt net.minecraft.util.SoundEvent@595184d8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 179 minecraft:entity.egg.throw net.minecraft.util.SoundEvent@7d49a1a0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 180 minecraft:entity.elder_guardian.ambient net.minecraft.util.SoundEvent@3a0baec0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 181 minecraft:entity.elder_guardian.ambient_land net.minecraft.util.SoundEvent@50c2ef56 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 182 minecraft:entity.elder_guardian.curse net.minecraft.util.SoundEvent@560d6d2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 183 minecraft:entity.elder_guardian.death net.minecraft.util.SoundEvent@3514237f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 184 minecraft:entity.elder_guardian.death_land net.minecraft.util.SoundEvent@520ee6b3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 185 minecraft:entity.elder_guardian.flop net.minecraft.util.SoundEvent@15f11bfb +[16:58:29] [Server thread/TRACE] [FML]: Registry: 186 minecraft:entity.elder_guardian.hurt net.minecraft.util.SoundEvent@16a499d1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 187 minecraft:entity.elder_guardian.hurt_land net.minecraft.util.SoundEvent@2bf4fa1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 188 minecraft:entity.enderdragon.ambient net.minecraft.util.SoundEvent@27210a3b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 189 minecraft:entity.enderdragon.death net.minecraft.util.SoundEvent@3a12f3e7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 190 minecraft:entity.enderdragon.flap net.minecraft.util.SoundEvent@84a9f65 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 191 minecraft:entity.enderdragon.growl net.minecraft.util.SoundEvent@70700b8a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 192 minecraft:entity.enderdragon.hurt net.minecraft.util.SoundEvent@5fafa76d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 193 minecraft:entity.enderdragon.shoot net.minecraft.util.SoundEvent@720ffab4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 194 minecraft:entity.enderdragon_fireball.explode net.minecraft.util.SoundEvent@2e62e227 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 195 minecraft:entity.endereye.death net.minecraft.util.SoundEvent@5ebe903a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 196 minecraft:entity.endereye.launch net.minecraft.util.SoundEvent@7c88d04f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 197 minecraft:entity.endermen.ambient net.minecraft.util.SoundEvent@71df5f30 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 198 minecraft:entity.endermen.death net.minecraft.util.SoundEvent@4895e8f6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 199 minecraft:entity.endermen.hurt net.minecraft.util.SoundEvent@62808e9e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 200 minecraft:entity.endermen.scream net.minecraft.util.SoundEvent@58b03029 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 201 minecraft:entity.endermen.stare net.minecraft.util.SoundEvent@539dd2d0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 202 minecraft:entity.endermen.teleport net.minecraft.util.SoundEvent@3428420d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 203 minecraft:entity.endermite.ambient net.minecraft.util.SoundEvent@523ade68 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 204 minecraft:entity.endermite.death net.minecraft.util.SoundEvent@b529d7e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 205 minecraft:entity.endermite.hurt net.minecraft.util.SoundEvent@3664c596 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 206 minecraft:entity.endermite.step net.minecraft.util.SoundEvent@40aad17d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 207 minecraft:entity.enderpearl.throw net.minecraft.util.SoundEvent@44e79e9e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 208 minecraft:entity.evocation_fangs.attack net.minecraft.util.SoundEvent@5bc14211 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 209 minecraft:entity.evocation_illager.ambient net.minecraft.util.SoundEvent@4b99648a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 210 minecraft:entity.evocation_illager.cast_spell net.minecraft.util.SoundEvent@5d2e65bd +[16:58:29] [Server thread/TRACE] [FML]: Registry: 211 minecraft:entity.evocation_illager.death net.minecraft.util.SoundEvent@254513e8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 212 minecraft:entity.evocation_illager.hurt net.minecraft.util.SoundEvent@74450c9b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 213 minecraft:entity.evocation_illager.prepare_attack net.minecraft.util.SoundEvent@74f89bad +[16:58:29] [Server thread/TRACE] [FML]: Registry: 214 minecraft:entity.evocation_illager.prepare_summon net.minecraft.util.SoundEvent@5ad50b02 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 215 minecraft:entity.evocation_illager.prepare_wololo net.minecraft.util.SoundEvent@570299e3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 216 minecraft:entity.experience_bottle.throw net.minecraft.util.SoundEvent@bff764c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 217 minecraft:entity.experience_orb.pickup net.minecraft.util.SoundEvent@3beaa16d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 218 minecraft:entity.firework.blast net.minecraft.util.SoundEvent@49153009 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 219 minecraft:entity.firework.blast_far net.minecraft.util.SoundEvent@a1b7549 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 220 minecraft:entity.firework.large_blast net.minecraft.util.SoundEvent@7aa63f50 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 221 minecraft:entity.firework.large_blast_far net.minecraft.util.SoundEvent@142918a0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 222 minecraft:entity.firework.launch net.minecraft.util.SoundEvent@745cf754 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 223 minecraft:entity.firework.shoot net.minecraft.util.SoundEvent@25bc65ab +[16:58:29] [Server thread/TRACE] [FML]: Registry: 224 minecraft:entity.firework.twinkle net.minecraft.util.SoundEvent@6eab92f3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 225 minecraft:entity.firework.twinkle_far net.minecraft.util.SoundEvent@321b7b9e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 226 minecraft:entity.generic.big_fall net.minecraft.util.SoundEvent@21eedcde +[16:58:29] [Server thread/TRACE] [FML]: Registry: 227 minecraft:entity.generic.burn net.minecraft.util.SoundEvent@67396475 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 228 minecraft:entity.generic.death net.minecraft.util.SoundEvent@55b74e6b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 229 minecraft:entity.generic.drink net.minecraft.util.SoundEvent@3c1908c8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 230 minecraft:entity.generic.eat net.minecraft.util.SoundEvent@6bc62bb9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 231 minecraft:entity.generic.explode net.minecraft.util.SoundEvent@47f0e078 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 232 minecraft:entity.generic.extinguish_fire net.minecraft.util.SoundEvent@28db2afb +[16:58:29] [Server thread/TRACE] [FML]: Registry: 233 minecraft:entity.generic.hurt net.minecraft.util.SoundEvent@5c703860 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 234 minecraft:entity.generic.small_fall net.minecraft.util.SoundEvent@6315bb4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 235 minecraft:entity.generic.splash net.minecraft.util.SoundEvent@4682882a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 236 minecraft:entity.generic.swim net.minecraft.util.SoundEvent@37fffef3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 237 minecraft:entity.ghast.ambient net.minecraft.util.SoundEvent@6a116354 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 238 minecraft:entity.ghast.death net.minecraft.util.SoundEvent@66716959 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 239 minecraft:entity.ghast.hurt net.minecraft.util.SoundEvent@34e07e65 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 240 minecraft:entity.ghast.scream net.minecraft.util.SoundEvent@7ca0166c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 241 minecraft:entity.ghast.shoot net.minecraft.util.SoundEvent@1dcad16f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 242 minecraft:entity.ghast.warn net.minecraft.util.SoundEvent@701c482e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 243 minecraft:entity.guardian.ambient net.minecraft.util.SoundEvent@4738131e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 244 minecraft:entity.guardian.ambient_land net.minecraft.util.SoundEvent@3b576ee3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 245 minecraft:entity.guardian.attack net.minecraft.util.SoundEvent@705d914f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 246 minecraft:entity.guardian.death net.minecraft.util.SoundEvent@6212ea52 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 247 minecraft:entity.guardian.death_land net.minecraft.util.SoundEvent@65b5b5ed +[16:58:29] [Server thread/TRACE] [FML]: Registry: 248 minecraft:entity.guardian.flop net.minecraft.util.SoundEvent@6595ffce +[16:58:29] [Server thread/TRACE] [FML]: Registry: 249 minecraft:entity.guardian.hurt net.minecraft.util.SoundEvent@795eddda +[16:58:29] [Server thread/TRACE] [FML]: Registry: 250 minecraft:entity.guardian.hurt_land net.minecraft.util.SoundEvent@c6bf8d9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 251 minecraft:entity.horse.ambient net.minecraft.util.SoundEvent@44392e64 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 252 minecraft:entity.horse.angry net.minecraft.util.SoundEvent@e18d2a2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 253 minecraft:entity.horse.armor net.minecraft.util.SoundEvent@1a77eb6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 254 minecraft:entity.horse.breathe net.minecraft.util.SoundEvent@52d9f36b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 255 minecraft:entity.horse.death net.minecraft.util.SoundEvent@5f9ebd5a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 256 minecraft:entity.horse.eat net.minecraft.util.SoundEvent@175bf9c9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 257 minecraft:entity.horse.gallop net.minecraft.util.SoundEvent@2db3675a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 258 minecraft:entity.horse.hurt net.minecraft.util.SoundEvent@306c9b2c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 259 minecraft:entity.horse.jump net.minecraft.util.SoundEvent@1ab28416 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 260 minecraft:entity.horse.land net.minecraft.util.SoundEvent@52efb338 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 261 minecraft:entity.horse.saddle net.minecraft.util.SoundEvent@64508788 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 262 minecraft:entity.horse.step net.minecraft.util.SoundEvent@30b1c5d5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 263 minecraft:entity.horse.step_wood net.minecraft.util.SoundEvent@3e2d65e1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 264 minecraft:entity.hostile.big_fall net.minecraft.util.SoundEvent@1174676f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 265 minecraft:entity.hostile.death net.minecraft.util.SoundEvent@71f8ce0e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 266 minecraft:entity.hostile.hurt net.minecraft.util.SoundEvent@4fd92289 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 267 minecraft:entity.hostile.small_fall net.minecraft.util.SoundEvent@1a8e44fe +[16:58:29] [Server thread/TRACE] [FML]: Registry: 268 minecraft:entity.hostile.splash net.minecraft.util.SoundEvent@287317df +[16:58:29] [Server thread/TRACE] [FML]: Registry: 269 minecraft:entity.hostile.swim net.minecraft.util.SoundEvent@1fcc3461 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 270 minecraft:entity.husk.ambient net.minecraft.util.SoundEvent@1987807b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 271 minecraft:entity.husk.death net.minecraft.util.SoundEvent@71469e01 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 272 minecraft:entity.husk.hurt net.minecraft.util.SoundEvent@41bbb219 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 273 minecraft:entity.husk.step net.minecraft.util.SoundEvent@3f2ae973 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 274 minecraft:entity.illusion_illager.ambient net.minecraft.util.SoundEvent@1a8b22b5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 275 minecraft:entity.illusion_illager.cast_spell net.minecraft.util.SoundEvent@5f781173 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 276 minecraft:entity.illusion_illager.death net.minecraft.util.SoundEvent@43cf5bff +[16:58:29] [Server thread/TRACE] [FML]: Registry: 277 minecraft:entity.illusion_illager.hurt net.minecraft.util.SoundEvent@2b464384 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 278 minecraft:entity.illusion_illager.mirror_move net.minecraft.util.SoundEvent@681b42d3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 279 minecraft:entity.illusion_illager.prepare_blindness net.minecraft.util.SoundEvent@77f7352a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 280 minecraft:entity.illusion_illager.prepare_mirror net.minecraft.util.SoundEvent@4ede8888 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 281 minecraft:entity.irongolem.attack net.minecraft.util.SoundEvent@571db8b4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 282 minecraft:entity.irongolem.death net.minecraft.util.SoundEvent@65a2755e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 283 minecraft:entity.irongolem.hurt net.minecraft.util.SoundEvent@2b3242a5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 284 minecraft:entity.irongolem.step net.minecraft.util.SoundEvent@11120583 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 285 minecraft:entity.item.break net.minecraft.util.SoundEvent@2bf0c70d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 286 minecraft:entity.item.pickup net.minecraft.util.SoundEvent@5d8e4fa8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 287 minecraft:entity.itemframe.add_item net.minecraft.util.SoundEvent@649009d6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 288 minecraft:entity.itemframe.break net.minecraft.util.SoundEvent@652f26da +[16:58:29] [Server thread/TRACE] [FML]: Registry: 289 minecraft:entity.itemframe.place net.minecraft.util.SoundEvent@484a5ddd +[16:58:29] [Server thread/TRACE] [FML]: Registry: 290 minecraft:entity.itemframe.remove_item net.minecraft.util.SoundEvent@6796a873 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 291 minecraft:entity.itemframe.rotate_item net.minecraft.util.SoundEvent@3acc3ee +[16:58:29] [Server thread/TRACE] [FML]: Registry: 292 minecraft:entity.leashknot.break net.minecraft.util.SoundEvent@1f293cb7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 293 minecraft:entity.leashknot.place net.minecraft.util.SoundEvent@5972e3a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 294 minecraft:entity.lightning.impact net.minecraft.util.SoundEvent@5790cbcb +[16:58:29] [Server thread/TRACE] [FML]: Registry: 295 minecraft:entity.lightning.thunder net.minecraft.util.SoundEvent@32c6d164 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 296 minecraft:entity.lingeringpotion.throw net.minecraft.util.SoundEvent@645c9f0f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 297 minecraft:entity.llama.ambient net.minecraft.util.SoundEvent@58068b40 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 298 minecraft:entity.llama.angry net.minecraft.util.SoundEvent@999cd18 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 299 minecraft:entity.llama.chest net.minecraft.util.SoundEvent@dd060be +[16:58:29] [Server thread/TRACE] [FML]: Registry: 300 minecraft:entity.llama.death net.minecraft.util.SoundEvent@df432ec +[16:58:29] [Server thread/TRACE] [FML]: Registry: 301 minecraft:entity.llama.eat net.minecraft.util.SoundEvent@6144e499 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 302 minecraft:entity.llama.hurt net.minecraft.util.SoundEvent@26f204a4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 303 minecraft:entity.llama.spit net.minecraft.util.SoundEvent@28295554 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 304 minecraft:entity.llama.step net.minecraft.util.SoundEvent@4e671ef +[16:58:29] [Server thread/TRACE] [FML]: Registry: 305 minecraft:entity.llama.swag net.minecraft.util.SoundEvent@42403dc6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 306 minecraft:entity.magmacube.death net.minecraft.util.SoundEvent@74a1d60e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 307 minecraft:entity.magmacube.hurt net.minecraft.util.SoundEvent@16c0be3b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 308 minecraft:entity.magmacube.jump net.minecraft.util.SoundEvent@219edc05 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 309 minecraft:entity.magmacube.squish net.minecraft.util.SoundEvent@62f37bfd +[16:58:29] [Server thread/TRACE] [FML]: Registry: 310 minecraft:entity.minecart.inside net.minecraft.util.SoundEvent@1818d00b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 311 minecraft:entity.minecart.riding net.minecraft.util.SoundEvent@b3a8455 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 312 minecraft:entity.mooshroom.shear net.minecraft.util.SoundEvent@5c930fc3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 313 minecraft:entity.mule.ambient net.minecraft.util.SoundEvent@25c6ab3f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 314 minecraft:entity.mule.chest net.minecraft.util.SoundEvent@7b80af04 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 315 minecraft:entity.mule.death net.minecraft.util.SoundEvent@2447940d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 316 minecraft:entity.mule.hurt net.minecraft.util.SoundEvent@60ee7a51 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 317 minecraft:entity.painting.break net.minecraft.util.SoundEvent@70e1aa20 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 318 minecraft:entity.painting.place net.minecraft.util.SoundEvent@e67d3b7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 319 minecraft:entity.parrot.ambient net.minecraft.util.SoundEvent@1618c98a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 320 minecraft:entity.parrot.death net.minecraft.util.SoundEvent@5b715ea +[16:58:29] [Server thread/TRACE] [FML]: Registry: 321 minecraft:entity.parrot.eat net.minecraft.util.SoundEvent@787a0fd6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 322 minecraft:entity.parrot.fly net.minecraft.util.SoundEvent@48b09105 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 323 minecraft:entity.parrot.hurt net.minecraft.util.SoundEvent@18b45500 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 324 minecraft:entity.parrot.imitate.blaze net.minecraft.util.SoundEvent@25110bb9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 325 minecraft:entity.parrot.imitate.creeper net.minecraft.util.SoundEvent@dbda472 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 326 minecraft:entity.parrot.imitate.elder_guardian net.minecraft.util.SoundEvent@41492479 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 327 minecraft:entity.parrot.imitate.enderdragon net.minecraft.util.SoundEvent@7bef7505 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 328 minecraft:entity.parrot.imitate.enderman net.minecraft.util.SoundEvent@568ef502 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 329 minecraft:entity.parrot.imitate.endermite net.minecraft.util.SoundEvent@36f05595 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 330 minecraft:entity.parrot.imitate.evocation_illager net.minecraft.util.SoundEvent@3e12c5de +[16:58:29] [Server thread/TRACE] [FML]: Registry: 331 minecraft:entity.parrot.imitate.ghast net.minecraft.util.SoundEvent@3e55d844 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 332 minecraft:entity.parrot.imitate.husk net.minecraft.util.SoundEvent@1f521c69 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 333 minecraft:entity.parrot.imitate.illusion_illager net.minecraft.util.SoundEvent@2b3abeeb +[16:58:29] [Server thread/TRACE] [FML]: Registry: 334 minecraft:entity.parrot.imitate.magmacube net.minecraft.util.SoundEvent@3aeb267 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 335 minecraft:entity.parrot.imitate.polar_bear net.minecraft.util.SoundEvent@13a9cdae +[16:58:29] [Server thread/TRACE] [FML]: Registry: 336 minecraft:entity.parrot.imitate.shulker net.minecraft.util.SoundEvent@1c972ae6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 337 minecraft:entity.parrot.imitate.silverfish net.minecraft.util.SoundEvent@62a41279 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 338 minecraft:entity.parrot.imitate.skeleton net.minecraft.util.SoundEvent@146fa9c0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 339 minecraft:entity.parrot.imitate.slime net.minecraft.util.SoundEvent@49f6c25e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 340 minecraft:entity.parrot.imitate.spider net.minecraft.util.SoundEvent@6c13019c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 341 minecraft:entity.parrot.imitate.stray net.minecraft.util.SoundEvent@2e66f1bd +[16:58:29] [Server thread/TRACE] [FML]: Registry: 342 minecraft:entity.parrot.imitate.vex net.minecraft.util.SoundEvent@47ae6c18 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 343 minecraft:entity.parrot.imitate.vindication_illager net.minecraft.util.SoundEvent@3835b281 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 344 minecraft:entity.parrot.imitate.witch net.minecraft.util.SoundEvent@4c5e4bfa +[16:58:29] [Server thread/TRACE] [FML]: Registry: 345 minecraft:entity.parrot.imitate.wither net.minecraft.util.SoundEvent@552cb0d5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 346 minecraft:entity.parrot.imitate.wither_skeleton net.minecraft.util.SoundEvent@61d6c8c4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 347 minecraft:entity.parrot.imitate.wolf net.minecraft.util.SoundEvent@74e2cfc5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 348 minecraft:entity.parrot.imitate.zombie net.minecraft.util.SoundEvent@4a5d5b38 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 349 minecraft:entity.parrot.imitate.zombie_pigman net.minecraft.util.SoundEvent@7a47f0be +[16:58:29] [Server thread/TRACE] [FML]: Registry: 350 minecraft:entity.parrot.imitate.zombie_villager net.minecraft.util.SoundEvent@2d8087da +[16:58:29] [Server thread/TRACE] [FML]: Registry: 351 minecraft:entity.parrot.step net.minecraft.util.SoundEvent@4f7ef948 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 352 minecraft:entity.pig.ambient net.minecraft.util.SoundEvent@6fdaef04 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 353 minecraft:entity.pig.death net.minecraft.util.SoundEvent@2a5d2041 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 354 minecraft:entity.pig.hurt net.minecraft.util.SoundEvent@3cacc87 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 355 minecraft:entity.pig.saddle net.minecraft.util.SoundEvent@3bc6c10f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 356 minecraft:entity.pig.step net.minecraft.util.SoundEvent@3dcbbbc +[16:58:29] [Server thread/TRACE] [FML]: Registry: 357 minecraft:entity.player.attack.crit net.minecraft.util.SoundEvent@4040ccae +[16:58:29] [Server thread/TRACE] [FML]: Registry: 358 minecraft:entity.player.attack.knockback net.minecraft.util.SoundEvent@15bb8ed5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 359 minecraft:entity.player.attack.nodamage net.minecraft.util.SoundEvent@18f8ebd4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 360 minecraft:entity.player.attack.strong net.minecraft.util.SoundEvent@7e1fb22c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 361 minecraft:entity.player.attack.sweep net.minecraft.util.SoundEvent@38fc34fd +[16:58:29] [Server thread/TRACE] [FML]: Registry: 362 minecraft:entity.player.attack.weak net.minecraft.util.SoundEvent@7178d811 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 363 minecraft:entity.player.big_fall net.minecraft.util.SoundEvent@2e013ba1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 364 minecraft:entity.player.breath net.minecraft.util.SoundEvent@2d8c729f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 365 minecraft:entity.player.burp net.minecraft.util.SoundEvent@740ee00f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 366 minecraft:entity.player.death net.minecraft.util.SoundEvent@430106cf +[16:58:29] [Server thread/TRACE] [FML]: Registry: 367 minecraft:entity.player.hurt net.minecraft.util.SoundEvent@647af13d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 368 minecraft:entity.player.hurt_drown net.minecraft.util.SoundEvent@2aac6fa7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 369 minecraft:entity.player.hurt_on_fire net.minecraft.util.SoundEvent@29a1ec65 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 370 minecraft:entity.player.levelup net.minecraft.util.SoundEvent@625db0e0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 371 minecraft:entity.player.small_fall net.minecraft.util.SoundEvent@511d568f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 372 minecraft:entity.player.splash net.minecraft.util.SoundEvent@1805ca5c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 373 minecraft:entity.player.swim net.minecraft.util.SoundEvent@3e61cffd +[16:58:29] [Server thread/TRACE] [FML]: Registry: 374 minecraft:entity.polar_bear.ambient net.minecraft.util.SoundEvent@3134b261 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 375 minecraft:entity.polar_bear.baby_ambient net.minecraft.util.SoundEvent@aa633e6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 376 minecraft:entity.polar_bear.death net.minecraft.util.SoundEvent@3cc74fc4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 377 minecraft:entity.polar_bear.hurt net.minecraft.util.SoundEvent@c697186 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 378 minecraft:entity.polar_bear.step net.minecraft.util.SoundEvent@185a7dd0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 379 minecraft:entity.polar_bear.warning net.minecraft.util.SoundEvent@2358443e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 380 minecraft:entity.rabbit.ambient net.minecraft.util.SoundEvent@25e796fe +[16:58:29] [Server thread/TRACE] [FML]: Registry: 381 minecraft:entity.rabbit.attack net.minecraft.util.SoundEvent@62c53685 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 382 minecraft:entity.rabbit.death net.minecraft.util.SoundEvent@29ba63f0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 383 minecraft:entity.rabbit.hurt net.minecraft.util.SoundEvent@4822ab4d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 384 minecraft:entity.rabbit.jump net.minecraft.util.SoundEvent@516b84d1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 385 minecraft:entity.sheep.ambient net.minecraft.util.SoundEvent@1ad1f167 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 386 minecraft:entity.sheep.death net.minecraft.util.SoundEvent@608eb42e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 387 minecraft:entity.sheep.hurt net.minecraft.util.SoundEvent@3d2b13b1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 388 minecraft:entity.sheep.shear net.minecraft.util.SoundEvent@30eb55c9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 389 minecraft:entity.sheep.step net.minecraft.util.SoundEvent@2524d07a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 390 minecraft:entity.shulker.ambient net.minecraft.util.SoundEvent@309e3f34 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 391 minecraft:entity.shulker.close net.minecraft.util.SoundEvent@554d040d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 392 minecraft:entity.shulker.death net.minecraft.util.SoundEvent@3fe24670 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 393 minecraft:entity.shulker.hurt net.minecraft.util.SoundEvent@3c46e6f6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 394 minecraft:entity.shulker.hurt_closed net.minecraft.util.SoundEvent@7d6019d5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 395 minecraft:entity.shulker.open net.minecraft.util.SoundEvent@40b01718 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 396 minecraft:entity.shulker.shoot net.minecraft.util.SoundEvent@6d4c18b8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 397 minecraft:entity.shulker.teleport net.minecraft.util.SoundEvent@663622b1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 398 minecraft:entity.shulker_bullet.hit net.minecraft.util.SoundEvent@1be52113 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 399 minecraft:entity.shulker_bullet.hurt net.minecraft.util.SoundEvent@5badeda0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 400 minecraft:entity.silverfish.ambient net.minecraft.util.SoundEvent@56a9a7b5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 401 minecraft:entity.silverfish.death net.minecraft.util.SoundEvent@1dd247b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 402 minecraft:entity.silverfish.hurt net.minecraft.util.SoundEvent@338270ea +[16:58:29] [Server thread/TRACE] [FML]: Registry: 403 minecraft:entity.silverfish.step net.minecraft.util.SoundEvent@7f64bd7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 404 minecraft:entity.skeleton.ambient net.minecraft.util.SoundEvent@1c79d093 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 405 minecraft:entity.skeleton.death net.minecraft.util.SoundEvent@746fd19b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 406 minecraft:entity.skeleton.hurt net.minecraft.util.SoundEvent@54caeadc +[16:58:29] [Server thread/TRACE] [FML]: Registry: 407 minecraft:entity.skeleton.shoot net.minecraft.util.SoundEvent@61d7bb61 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 408 minecraft:entity.skeleton.step net.minecraft.util.SoundEvent@33f81280 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 409 minecraft:entity.skeleton_horse.ambient net.minecraft.util.SoundEvent@3991fe6d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 410 minecraft:entity.skeleton_horse.death net.minecraft.util.SoundEvent@3a0e7f89 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 411 minecraft:entity.skeleton_horse.hurt net.minecraft.util.SoundEvent@665ed71a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 412 minecraft:entity.slime.attack net.minecraft.util.SoundEvent@15c1b543 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 413 minecraft:entity.slime.death net.minecraft.util.SoundEvent@23954300 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 414 minecraft:entity.slime.hurt net.minecraft.util.SoundEvent@6aae82cc +[16:58:29] [Server thread/TRACE] [FML]: Registry: 415 minecraft:entity.slime.jump net.minecraft.util.SoundEvent@7a587e84 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 416 minecraft:entity.slime.squish net.minecraft.util.SoundEvent@622ba721 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 417 minecraft:entity.small_magmacube.death net.minecraft.util.SoundEvent@6b2f7527 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 418 minecraft:entity.small_magmacube.hurt net.minecraft.util.SoundEvent@7509226c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 419 minecraft:entity.small_magmacube.squish net.minecraft.util.SoundEvent@4c9cce17 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 420 minecraft:entity.small_slime.death net.minecraft.util.SoundEvent@73316a0a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 421 minecraft:entity.small_slime.hurt net.minecraft.util.SoundEvent@63a7af06 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 422 minecraft:entity.small_slime.jump net.minecraft.util.SoundEvent@5f01fb5c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 423 minecraft:entity.small_slime.squish net.minecraft.util.SoundEvent@75c77add +[16:58:29] [Server thread/TRACE] [FML]: Registry: 424 minecraft:entity.snowball.throw net.minecraft.util.SoundEvent@d5e3f55 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 425 minecraft:entity.snowman.ambient net.minecraft.util.SoundEvent@53df7e67 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 426 minecraft:entity.snowman.death net.minecraft.util.SoundEvent@3d4b45b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 427 minecraft:entity.snowman.hurt net.minecraft.util.SoundEvent@4d0b276e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 428 minecraft:entity.snowman.shoot net.minecraft.util.SoundEvent@31531d0d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 429 minecraft:entity.spider.ambient net.minecraft.util.SoundEvent@19d76106 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 430 minecraft:entity.spider.death net.minecraft.util.SoundEvent@3f87780b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 431 minecraft:entity.spider.hurt net.minecraft.util.SoundEvent@2ba318c2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 432 minecraft:entity.spider.step net.minecraft.util.SoundEvent@231d3ce +[16:58:29] [Server thread/TRACE] [FML]: Registry: 433 minecraft:entity.splash_potion.break net.minecraft.util.SoundEvent@204c5ddf +[16:58:29] [Server thread/TRACE] [FML]: Registry: 434 minecraft:entity.splash_potion.throw net.minecraft.util.SoundEvent@240f2efd +[16:58:29] [Server thread/TRACE] [FML]: Registry: 435 minecraft:entity.squid.ambient net.minecraft.util.SoundEvent@175957b6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 436 minecraft:entity.squid.death net.minecraft.util.SoundEvent@1b7a4930 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 437 minecraft:entity.squid.hurt net.minecraft.util.SoundEvent@591a4d25 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 438 minecraft:entity.stray.ambient net.minecraft.util.SoundEvent@4bfe83d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 439 minecraft:entity.stray.death net.minecraft.util.SoundEvent@5906ebfb +[16:58:29] [Server thread/TRACE] [FML]: Registry: 440 minecraft:entity.stray.hurt net.minecraft.util.SoundEvent@10fc1a22 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 441 minecraft:entity.stray.step net.minecraft.util.SoundEvent@1b841e7d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 442 minecraft:entity.tnt.primed net.minecraft.util.SoundEvent@6081f330 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 443 minecraft:entity.vex.ambient net.minecraft.util.SoundEvent@eb695e8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 444 minecraft:entity.vex.charge net.minecraft.util.SoundEvent@7eebb316 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 445 minecraft:entity.vex.death net.minecraft.util.SoundEvent@45273d40 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 446 minecraft:entity.vex.hurt net.minecraft.util.SoundEvent@2a504ea7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 447 minecraft:entity.villager.ambient net.minecraft.util.SoundEvent@10f397d0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 448 minecraft:entity.villager.death net.minecraft.util.SoundEvent@33a3e5db +[16:58:29] [Server thread/TRACE] [FML]: Registry: 449 minecraft:entity.villager.hurt net.minecraft.util.SoundEvent@4f9213d2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 450 minecraft:entity.villager.no net.minecraft.util.SoundEvent@679f59f1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 451 minecraft:entity.villager.trading net.minecraft.util.SoundEvent@6b5e1fc5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 452 minecraft:entity.villager.yes net.minecraft.util.SoundEvent@47ffa248 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 453 minecraft:entity.vindication_illager.ambient net.minecraft.util.SoundEvent@18ac25e6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 454 minecraft:entity.vindication_illager.death net.minecraft.util.SoundEvent@5e1a7d3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 455 minecraft:entity.vindication_illager.hurt net.minecraft.util.SoundEvent@1eda309d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 456 minecraft:entity.witch.ambient net.minecraft.util.SoundEvent@248d2cec +[16:58:29] [Server thread/TRACE] [FML]: Registry: 457 minecraft:entity.witch.death net.minecraft.util.SoundEvent@5d77be8e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 458 minecraft:entity.witch.drink net.minecraft.util.SoundEvent@55a055cc +[16:58:29] [Server thread/TRACE] [FML]: Registry: 459 minecraft:entity.witch.hurt net.minecraft.util.SoundEvent@1ab1d93d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 460 minecraft:entity.witch.throw net.minecraft.util.SoundEvent@57167ccb +[16:58:29] [Server thread/TRACE] [FML]: Registry: 461 minecraft:entity.wither.ambient net.minecraft.util.SoundEvent@37753b69 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 462 minecraft:entity.wither.break_block net.minecraft.util.SoundEvent@602c167e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 463 minecraft:entity.wither.death net.minecraft.util.SoundEvent@74c04377 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 464 minecraft:entity.wither.hurt net.minecraft.util.SoundEvent@10d49900 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 465 minecraft:entity.wither.shoot net.minecraft.util.SoundEvent@e645600 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 466 minecraft:entity.wither.spawn net.minecraft.util.SoundEvent@e7b3e54 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 467 minecraft:entity.wither_skeleton.ambient net.minecraft.util.SoundEvent@78d61f17 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 468 minecraft:entity.wither_skeleton.death net.minecraft.util.SoundEvent@4cfe9594 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 469 minecraft:entity.wither_skeleton.hurt net.minecraft.util.SoundEvent@60861e5d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 470 minecraft:entity.wither_skeleton.step net.minecraft.util.SoundEvent@37d81587 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 471 minecraft:entity.wolf.ambient net.minecraft.util.SoundEvent@7f3e9acc +[16:58:29] [Server thread/TRACE] [FML]: Registry: 472 minecraft:entity.wolf.death net.minecraft.util.SoundEvent@47d4e28a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 473 minecraft:entity.wolf.growl net.minecraft.util.SoundEvent@177068db +[16:58:29] [Server thread/TRACE] [FML]: Registry: 474 minecraft:entity.wolf.howl net.minecraft.util.SoundEvent@60f3239f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 475 minecraft:entity.wolf.hurt net.minecraft.util.SoundEvent@6b103db7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 476 minecraft:entity.wolf.pant net.minecraft.util.SoundEvent@b3042ed +[16:58:29] [Server thread/TRACE] [FML]: Registry: 477 minecraft:entity.wolf.shake net.minecraft.util.SoundEvent@1f12d5e0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 478 minecraft:entity.wolf.step net.minecraft.util.SoundEvent@6604f246 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 479 minecraft:entity.wolf.whine net.minecraft.util.SoundEvent@c1386b4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 480 minecraft:entity.zombie.ambient net.minecraft.util.SoundEvent@53d9af1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 481 minecraft:entity.zombie.attack_door_wood net.minecraft.util.SoundEvent@c89e263 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 482 minecraft:entity.zombie.attack_iron_door net.minecraft.util.SoundEvent@4d5ea776 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 483 minecraft:entity.zombie.break_door_wood net.minecraft.util.SoundEvent@5d68be4f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 484 minecraft:entity.zombie.death net.minecraft.util.SoundEvent@34eb5d01 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 485 minecraft:entity.zombie.hurt net.minecraft.util.SoundEvent@77b22b05 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 486 minecraft:entity.zombie.infect net.minecraft.util.SoundEvent@4fef5792 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 487 minecraft:entity.zombie.step net.minecraft.util.SoundEvent@57ed02e6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 488 minecraft:entity.zombie_horse.ambient net.minecraft.util.SoundEvent@39004e4f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 489 minecraft:entity.zombie_horse.death net.minecraft.util.SoundEvent@5f0ca069 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 490 minecraft:entity.zombie_horse.hurt net.minecraft.util.SoundEvent@6a6a2fdd +[16:58:29] [Server thread/TRACE] [FML]: Registry: 491 minecraft:entity.zombie_pig.ambient net.minecraft.util.SoundEvent@552ffa44 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 492 minecraft:entity.zombie_pig.angry net.minecraft.util.SoundEvent@6e66b498 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 493 minecraft:entity.zombie_pig.death net.minecraft.util.SoundEvent@54d35ed5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 494 minecraft:entity.zombie_pig.hurt net.minecraft.util.SoundEvent@6f7c9755 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 495 minecraft:entity.zombie_villager.ambient net.minecraft.util.SoundEvent@45abbd24 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 496 minecraft:entity.zombie_villager.converted net.minecraft.util.SoundEvent@1e32037d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 497 minecraft:entity.zombie_villager.cure net.minecraft.util.SoundEvent@5059d398 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 498 minecraft:entity.zombie_villager.death net.minecraft.util.SoundEvent@5b1420f9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 499 minecraft:entity.zombie_villager.hurt net.minecraft.util.SoundEvent@434ee422 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 500 minecraft:entity.zombie_villager.step net.minecraft.util.SoundEvent@4de93edd +[16:58:29] [Server thread/TRACE] [FML]: Registry: 501 minecraft:item.armor.equip_chain net.minecraft.util.SoundEvent@53b2e1eb +[16:58:29] [Server thread/TRACE] [FML]: Registry: 502 minecraft:item.armor.equip_diamond net.minecraft.util.SoundEvent@29db008c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 503 minecraft:item.armor.equip_elytra net.minecraft.util.SoundEvent@1d008e61 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 504 minecraft:item.armor.equip_generic net.minecraft.util.SoundEvent@191b44ca +[16:58:29] [Server thread/TRACE] [FML]: Registry: 505 minecraft:item.armor.equip_gold net.minecraft.util.SoundEvent@5de243bb +[16:58:29] [Server thread/TRACE] [FML]: Registry: 506 minecraft:item.armor.equip_iron net.minecraft.util.SoundEvent@2c4cf7eb +[16:58:29] [Server thread/TRACE] [FML]: Registry: 507 minecraft:item.armor.equip_leather net.minecraft.util.SoundEvent@35260785 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 508 minecraft:item.bottle.empty net.minecraft.util.SoundEvent@76d828ff +[16:58:29] [Server thread/TRACE] [FML]: Registry: 509 minecraft:item.bottle.fill net.minecraft.util.SoundEvent@39685204 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 510 minecraft:item.bottle.fill_dragonbreath net.minecraft.util.SoundEvent@72d0196d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 511 minecraft:item.bucket.empty net.minecraft.util.SoundEvent@77cf329d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 512 minecraft:item.bucket.empty_lava net.minecraft.util.SoundEvent@4067634b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 513 minecraft:item.bucket.fill net.minecraft.util.SoundEvent@3b64f131 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 514 minecraft:item.bucket.fill_lava net.minecraft.util.SoundEvent@490d9c41 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 515 minecraft:item.chorus_fruit.teleport net.minecraft.util.SoundEvent@47d81427 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 516 minecraft:item.elytra.flying net.minecraft.util.SoundEvent@3c5e4aac +[16:58:29] [Server thread/TRACE] [FML]: Registry: 517 minecraft:item.firecharge.use net.minecraft.util.SoundEvent@20afd96f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 518 minecraft:item.flintandsteel.use net.minecraft.util.SoundEvent@565a6af +[16:58:29] [Server thread/TRACE] [FML]: Registry: 519 minecraft:item.hoe.till net.minecraft.util.SoundEvent@21bf308 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 520 minecraft:item.shield.block net.minecraft.util.SoundEvent@4cded2cd +[16:58:29] [Server thread/TRACE] [FML]: Registry: 521 minecraft:item.shield.break net.minecraft.util.SoundEvent@12e40e98 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 522 minecraft:item.shovel.flatten net.minecraft.util.SoundEvent@3a9c92b5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 523 minecraft:item.totem.use net.minecraft.util.SoundEvent@67c2b55d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 524 minecraft:music.creative net.minecraft.util.SoundEvent@5db04bd2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 525 minecraft:music.credits net.minecraft.util.SoundEvent@6f921e32 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 526 minecraft:music.dragon net.minecraft.util.SoundEvent@31c5304f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 527 minecraft:music.end net.minecraft.util.SoundEvent@43df1377 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 528 minecraft:music.game net.minecraft.util.SoundEvent@1cee3e05 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 529 minecraft:music.menu net.minecraft.util.SoundEvent@63f2d024 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 530 minecraft:music.nether net.minecraft.util.SoundEvent@7b2dd35d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 531 minecraft:record.11 net.minecraft.util.SoundEvent@405223e4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 532 minecraft:record.13 net.minecraft.util.SoundEvent@2d2133fd +[16:58:29] [Server thread/TRACE] [FML]: Registry: 533 minecraft:record.blocks net.minecraft.util.SoundEvent@58a7a58d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 534 minecraft:record.cat net.minecraft.util.SoundEvent@4d8522ff +[16:58:29] [Server thread/TRACE] [FML]: Registry: 535 minecraft:record.chirp net.minecraft.util.SoundEvent@1c9975a8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 536 minecraft:record.far net.minecraft.util.SoundEvent@3883031d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 537 minecraft:record.mall net.minecraft.util.SoundEvent@5d6d424d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 538 minecraft:record.mellohi net.minecraft.util.SoundEvent@391b01c5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 539 minecraft:record.stal net.minecraft.util.SoundEvent@6e78177b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 540 minecraft:record.strad net.minecraft.util.SoundEvent@4ec37a42 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 541 minecraft:record.wait net.minecraft.util.SoundEvent@798b36fd +[16:58:29] [Server thread/TRACE] [FML]: Registry: 542 minecraft:record.ward net.minecraft.util.SoundEvent@18ff1520 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 543 minecraft:ui.button.click net.minecraft.util.SoundEvent@36120a8b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 544 minecraft:ui.toast.in net.minecraft.util.SoundEvent@63d66761 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 545 minecraft:ui.toast.out net.minecraft.util.SoundEvent@434a8938 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 546 minecraft:ui.toast.challenge_complete net.minecraft.util.SoundEvent@237cd264 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 547 minecraft:weather.rain net.minecraft.util.SoundEvent@51cd2d2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 548 minecraft:weather.rain.above net.minecraft.util.SoundEvent@5521407f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 549 chisel:metal_break net.minecraft.util.SoundEvent@2c8f540e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 550 chisel:metal_fall net.minecraft.util.SoundEvent@22430106 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 551 chisel:metal_hit net.minecraft.util.SoundEvent@6ca4cc09 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 552 chisel:metal_place net.minecraft.util.SoundEvent@6693a020 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 553 chisel:metal_step net.minecraft.util.SoundEvent@306ab7d8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 554 chisel:fallback net.minecraft.util.SoundEvent@a1bcbe2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 555 chisel:wood_chisel net.minecraft.util.SoundEvent@40958a2c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 556 chisel:dirt_chisel net.minecraft.util.SoundEvent@5ecd147e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 557 jaff:item.rod.reel net.minecraft.util.SoundEvent@3c7082d6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 558 twilightforest:mob.kobold.die net.minecraft.util.SoundEvent@650fec53 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 559 twilightforest:mob.kobold.kobold net.minecraft.util.SoundEvent@5d560ec1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 560 twilightforest:mob.kobold.hurt net.minecraft.util.SoundEvent@67057856 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 561 twilightforest:mob.cicada net.minecraft.util.SoundEvent@64211fbe +[16:58:29] [Server thread/TRACE] [FML]: Registry: 562 twilightforest:mob.naga.hiss net.minecraft.util.SoundEvent@7ed61a1d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 563 twilightforest:mob.naga.hurt net.minecraft.util.SoundEvent@131b3300 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 564 twilightforest:mob.naga.rattle net.minecraft.util.SoundEvent@5f102efd +[16:58:29] [Server thread/TRACE] [FML]: Registry: 565 twilightforest:mob.raven.caw net.minecraft.util.SoundEvent@3320164e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 566 twilightforest:mob.raven.squawk net.minecraft.util.SoundEvent@7de8f4c5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 567 twilightforest:mob.redcap.die net.minecraft.util.SoundEvent@37214b4b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 568 twilightforest:mob.redcap.redcap net.minecraft.util.SoundEvent@6998ec94 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 569 twilightforest:mob.redcap.hurt net.minecraft.util.SoundEvent@5ab9058f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 570 twilightforest:mob.tinybird.chirp net.minecraft.util.SoundEvent@60cd9cc1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 571 twilightforest:mob.tinybird.hurt net.minecraft.util.SoundEvent@5d8bf880 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 572 twilightforest:mob.tinybird.song net.minecraft.util.SoundEvent@735943e9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 573 twilightforest:mob.urghast.trapactive net.minecraft.util.SoundEvent@615ea570 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 574 twilightforest:mob.urghast.trapon net.minecraft.util.SoundEvent@6d79060e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 575 twilightforest:mob.urghast.trapspindown net.minecraft.util.SoundEvent@6f34acd9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 576 twilightforest:mob.urghast.trapwarmup net.minecraft.util.SoundEvent@56cbfcdd +[16:58:29] [Server thread/TRACE] [FML]: Registry: 577 twilightforest:mob.wraith.wraith net.minecraft.util.SoundEvent@42aaa651 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 578 twilightforest:mob.hydra.death net.minecraft.util.SoundEvent@67c6917c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 579 twilightforest:mob.hydra.growl net.minecraft.util.SoundEvent@2ddeab39 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 580 twilightforest:mob.hydra.hurt net.minecraft.util.SoundEvent@24fa974b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 581 twilightforest:mob.hydra.roar net.minecraft.util.SoundEvent@337525ab +[16:58:29] [Server thread/TRACE] [FML]: Registry: 582 twilightforest:mob.hydra.warn net.minecraft.util.SoundEvent@606b1fc8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 583 twilightforest:mob.mosquito.mosquito net.minecraft.util.SoundEvent@3834f79f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 584 twilightforest:mob.ice.noise net.minecraft.util.SoundEvent@48846f1d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 585 twilightforest:mob.ice.death net.minecraft.util.SoundEvent@524643db +[16:58:29] [Server thread/TRACE] [FML]: Registry: 586 twilightforest:mob.ice.hurt net.minecraft.util.SoundEvent@6aeb9304 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 587 twilightforest:random.slider net.minecraft.util.SoundEvent@757c09c9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 588 twilightforest:music.bg net.minecraft.util.SoundEvent@1eeb6cfc +[16:58:29] [Server thread/TRACE] [FML]: Registry: 589 tconstruct:little_saw net.minecraft.util.SoundEvent@18f80240 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 590 tconstruct:frypan_hit net.minecraft.util.SoundEvent@7bab058a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 591 tconstruct:toy_squeak net.minecraft.util.SoundEvent@de8770 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 592 tconstruct:slimesling net.minecraft.util.SoundEvent@55f6c3c4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 593 tconstruct:charged net.minecraft.util.SoundEvent@dc43138 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 594 tconstruct:discharge net.minecraft.util.SoundEvent@2ee0e25f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 595 tconstruct:stone_hit net.minecraft.util.SoundEvent@5a7115f4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 596 tconstruct:wood_hit net.minecraft.util.SoundEvent@39fa059d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 597 tconstruct:crossbow_reload net.minecraft.util.SoundEvent@159bae6b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 598 mekanism:etc.beep net.minecraft.util.SoundEvent@4f53109e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 599 mekanism:etc.click net.minecraft.util.SoundEvent@7109c155 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 600 mekanism:etc.ding net.minecraft.util.SoundEvent@7e885928 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 601 mekanism:etc.error net.minecraft.util.SoundEvent@619334e2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 602 mekanism:etc.gasmask net.minecraft.util.SoundEvent@36931fae +[16:58:29] [Server thread/TRACE] [FML]: Registry: 603 mekanism:etc.hydraulic net.minecraft.util.SoundEvent@9af7340 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 604 mekanism:etc.pop net.minecraft.util.SoundEvent@35d22a44 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 605 mekanism:etc.success net.minecraft.util.SoundEvent@4d9e3c38 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 606 mekanism:etc.cj net.minecraft.util.SoundEvent@635e344a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 607 betterwithmods:block.wood.creak net.minecraft.util.SoundEvent@11196e12 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 608 betterwithmods:block.stone.grind net.minecraft.util.SoundEvent@353df67f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 609 betterwithmods:block.wood.bellow net.minecraft.util.SoundEvent@9fe731c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 610 betterwithmods:block.wood.chime net.minecraft.util.SoundEvent@1b10fa0d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 611 betterwithmods:block.metal.chime net.minecraft.util.SoundEvent@41237e83 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 612 betterwithmods:block.metal.hacksaw net.minecraft.util.SoundEvent@1b77e6d6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 613 betterwithmods:block.millstone.netherrack net.minecraft.util.SoundEvent@616b1037 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 614 betterwithmods:block.saw.cut net.minecraft.util.SoundEvent@7db74e85 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 615 betterwithmods:block.mechanical.overpower net.minecraft.util.SoundEvent@27baf0d6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 616 betterwithmods:entity.player.oof net.minecraft.util.SoundEvent@35ff3a1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 617 quark:item.soul_powder.spawn vazkii.quark.base.sounds.ModSoundEvent@3a8cb155 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 618 quark:block.pipe.shoot vazkii.quark.base.sounds.ModSoundEvent@7d8813e7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 619 quark:block.pipe.pickup vazkii.quark.base.sounds.ModSoundEvent@dc470c0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 620 quark:block.pipe.shoot.lenny vazkii.quark.base.sounds.ModSoundEvent@71fa5822 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 621 quark:block.pipe.pickup.lenny vazkii.quark.base.sounds.ModSoundEvent@2ea34951 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 622 quark:block.sponge.hiss vazkii.quark.base.sounds.ModSoundEvent@13097049 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 623 quark:entity.boat.add_item vazkii.quark.base.sounds.ModSoundEvent@3de55098 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 624 quark:item.soul_bead.curse vazkii.quark.base.sounds.ModSoundEvent@1e7d244e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 625 quark:block.monster_box.growl vazkii.quark.base.sounds.ModSoundEvent@2aa01f11 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 626 quark:entity.stoneling.meep vazkii.quark.base.sounds.ModSoundEvent@72f3b934 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 627 quark:entity.stoneling.purr vazkii.quark.base.sounds.ModSoundEvent@65854662 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 628 quark:entity.stoneling.give vazkii.quark.base.sounds.ModSoundEvent@12ad41c8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 629 quark:entity.stoneling.take vazkii.quark.base.sounds.ModSoundEvent@385f8c1b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 630 quark:entity.stoneling.eat vazkii.quark.base.sounds.ModSoundEvent@578ab83d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 631 quark:entity.stoneling.die vazkii.quark.base.sounds.ModSoundEvent@187352f8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 632 quark:entity.stoneling.cry vazkii.quark.base.sounds.ModSoundEvent@60a8f33f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 633 quark:entity.frog.wednesday vazkii.quark.base.sounds.ModSoundEvent@24d39465 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 634 quark:entity.frog.hurt vazkii.quark.base.sounds.ModSoundEvent@269a8b92 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 635 quark:entity.frog.die vazkii.quark.base.sounds.ModSoundEvent@24fcf92b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 636 quark:entity.frog.idle vazkii.quark.base.sounds.ModSoundEvent@3ead780 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 637 quark:entity.frog.jump vazkii.quark.base.sounds.ModSoundEvent@3b220b24 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 638 quark:entity.pickarang.throw vazkii.quark.base.sounds.ModSoundEvent@4916d1c9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 639 modularrouters:error net.minecraft.util.SoundEvent@a605c61 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 640 modularrouters:success net.minecraft.util.SoundEvent@5fe3cc7a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 641 modularrouters:thud net.minecraft.util.SoundEvent@74b39789 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 642 buildinggadgets:beep net.minecraft.util.SoundEvent@48ac333b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 643 car:engine_stop net.minecraft.util.SoundEvent@4de88754 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 644 car:engine_starting net.minecraft.util.SoundEvent@59d48f3c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 645 car:engine_start net.minecraft.util.SoundEvent@2b64f85 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 646 car:engine_idle net.minecraft.util.SoundEvent@44ac16cc +[16:58:29] [Server thread/TRACE] [FML]: Registry: 647 car:engine_high net.minecraft.util.SoundEvent@4d77fb2a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 648 car:engine_fail net.minecraft.util.SoundEvent@302720d7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 649 car:sport_engine_stop net.minecraft.util.SoundEvent@dd8b31 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 650 car:sport_engine_starting net.minecraft.util.SoundEvent@2463e790 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 651 car:sport_engine_start net.minecraft.util.SoundEvent@56bff69d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 652 car:sport_engine_idle net.minecraft.util.SoundEvent@5f975505 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 653 car:sport_engine_high net.minecraft.util.SoundEvent@33ffc9c5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 654 car:sport_engine_fail net.minecraft.util.SoundEvent@81bf74d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 655 car:gas_station net.minecraft.util.SoundEvent@2139f3cd +[16:58:29] [Server thread/TRACE] [FML]: Registry: 656 car:car_crash net.minecraft.util.SoundEvent@4463a592 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 657 car:generator net.minecraft.util.SoundEvent@91fed3a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 658 car:car_horn net.minecraft.util.SoundEvent@5ee9d2cb +[16:58:29] [Server thread/TRACE] [FML]: Registry: 659 car:car_lock net.minecraft.util.SoundEvent@3020e540 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 660 car:car_unlock net.minecraft.util.SoundEvent@69b699e3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 661 car:ratchet net.minecraft.util.SoundEvent@1f36cfd2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 662 compactmachines3:miniaturization_crafting net.minecraft.util.SoundEvent@4ca13370 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 663 cookingforblockheads:fridge_open net.minecraft.util.SoundEvent@35affdf0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 664 cookingforblockheads:fridge_close net.minecraft.util.SoundEvent@16b17f6c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 665 cookingforblockheads:oven_open net.minecraft.util.SoundEvent@35f7327a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 666 cookingforblockheads:oven_close net.minecraft.util.SoundEvent@4685174f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 667 cookingforblockheads:toaster_start net.minecraft.util.SoundEvent@c0f2212 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 668 cookingforblockheads:toaster_stop net.minecraft.util.SoundEvent@11d866e0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 669 elevatorid:teleport net.minecraft.util.SoundEvent@1db0e243 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 670 farmingforblockheads:falling net.minecraft.util.SoundEvent@4e0ed971 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 671 ironbackpacks:open_backpack net.minecraft.util.SoundEvent@301fb67c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 672 ironbackpacks:close_backpack net.minecraft.util.SoundEvent@6e5a612c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 673 ironjetpacks:jetpack net.minecraft.util.SoundEvent@ed6fb52 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 674 magma_monsters:magma_monster_living net.minecraft.util.SoundEvent@36ab7ea8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 675 magma_monsters:magma_monster_hurt net.minecraft.util.SoundEvent@7b4a8257 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 676 magma_monsters:magma_monster_death net.minecraft.util.SoundEvent@46a4df13 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 677 mob_grinding_utils:tap_squeak net.minecraft.util.SoundEvent@12a2df9a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 678 mob_grinding_utils:entity_wither_spawn_local net.minecraft.util.SoundEvent@3dd5afa3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 679 mob_grinding_utils:entity_wither_death_local net.minecraft.util.SoundEvent@5d69a34d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 680 mob_grinding_utils:entity_dragon_death_local net.minecraft.util.SoundEvent@2f8d6e4e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 681 mob_grinding_utils:chicken_rise net.minecraft.util.SoundEvent@2b573a2a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 682 nex:pigtificate_ambient lex.sound.SoundEventLibEx@248d8772 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 683 nex:pigtificate_hurt lex.sound.SoundEventLibEx@451e3b11 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 684 nex:pigtificate_death lex.sound.SoundEventLibEx@198c4552 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 685 nex:mogus_ambient lex.sound.SoundEventLibEx@7e16daf3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 686 nex:mogus_hurt lex.sound.SoundEventLibEx@36687454 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 687 nex:mogus_death lex.sound.SoundEventLibEx@21a173b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 688 nex:salamander_ambient lex.sound.SoundEventLibEx@79c764ff +[16:58:29] [Server thread/TRACE] [FML]: Registry: 689 nex:salamander_hurt lex.sound.SoundEventLibEx@31cee876 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 690 nex:salamander_death lex.sound.SoundEventLibEx@44f1e0cf +[16:58:29] [Server thread/TRACE] [FML]: Registry: 691 nex:wight_ambient lex.sound.SoundEventLibEx@168084a5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 692 nex:wight_hurt lex.sound.SoundEventLibEx@5422ea16 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 693 nex:wight_death lex.sound.SoundEventLibEx@126925bc +[16:58:29] [Server thread/TRACE] [FML]: Registry: 694 nex:ember_hurt lex.sound.SoundEventLibEx@595548a6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 695 nex:ember_death lex.sound.SoundEventLibEx@4b625a85 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 696 nex:nethermite_ambient lex.sound.SoundEventLibEx@8d37ba5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 697 nex:nethermite_hurt lex.sound.SoundEventLibEx@53ccebc6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 698 nex:nethermite_death lex.sound.SoundEventLibEx@20af9961 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 699 nex:spinout_ambient lex.sound.SoundEventLibEx@79404983 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 700 nex:spinout_hurt lex.sound.SoundEventLibEx@6a5d0b5d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 701 nex:spinout_death lex.sound.SoundEventLibEx@5e7b5f0b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 702 nex:spore_hurt lex.sound.SoundEventLibEx@2c3a134 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 703 nex:spore_death lex.sound.SoundEventLibEx@7934ecbe +[16:58:29] [Server thread/TRACE] [FML]: Registry: 704 nex:spore_warn lex.sound.SoundEventLibEx@7b310726 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 705 nex:spore_explode lex.sound.SoundEventLibEx@7f368c4c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 706 nex:ghastling_ambient lex.sound.SoundEventLibEx@6063589f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 707 nex:ghastling_hurt lex.sound.SoundEventLibEx@3eec1931 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 708 nex:ghastling_death lex.sound.SoundEventLibEx@4d1731fd +[16:58:29] [Server thread/TRACE] [FML]: Registry: 709 nex:ghastling_warn lex.sound.SoundEventLibEx@60880ff +[16:58:29] [Server thread/TRACE] [FML]: Registry: 710 nex:ghastling_shoot lex.sound.SoundEventLibEx@7cd58701 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 711 nex:ghast_queen_ambient lex.sound.SoundEventLibEx@222e3c3b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 712 nex:ghast_queen_hurt lex.sound.SoundEventLibEx@5642695a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 713 nex:ghast_queen_death lex.sound.SoundEventLibEx@140f1415 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 714 nex:ghast_queen_shoot lex.sound.SoundEventLibEx@4432741a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 715 nex:ghast_queen_summon lex.sound.SoundEventLibEx@172e4743 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 716 pneumaticcraft:air_cannon net.minecraft.util.SoundEvent@5263f445 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 717 pneumaticcraft:leaking_gas net.minecraft.util.SoundEvent@3ea0eda0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 718 pneumaticcraft:pneumatic_crusher net.minecraft.util.SoundEvent@6965dcca +[16:58:29] [Server thread/TRACE] [FML]: Registry: 719 pneumaticcraft:interface_door net.minecraft.util.SoundEvent@c149afa +[16:58:29] [Server thread/TRACE] [FML]: Registry: 720 pneumaticcraft:elevator_rising_start net.minecraft.util.SoundEvent@419886e1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 721 pneumaticcraft:elevator_rising_stop net.minecraft.util.SoundEvent@786cae9f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 722 pneumaticcraft:elevator_rising net.minecraft.util.SoundEvent@3fa8aed4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 723 pneumaticcraft:helmet_hack_finish net.minecraft.util.SoundEvent@17c32091 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 724 pneumaticcraft:hud_init net.minecraft.util.SoundEvent@12e91306 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 725 pneumaticcraft:hud_init_complete net.minecraft.util.SoundEvent@fec5f92 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 726 pneumaticcraft:hud_entity_lock net.minecraft.util.SoundEvent@75488eb5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 727 pneumaticcraft:sci_fi net.minecraft.util.SoundEvent@7b01ef25 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 728 pneumaticcraft:pneumatic_wrench net.minecraft.util.SoundEvent@212aa260 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 729 pneumaticcraft:minigun net.minecraft.util.SoundEvent@4c576918 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 730 pneumaticcraft:minigun_stop net.minecraft.util.SoundEvent@7d5b6b01 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 731 pneumaticcraft:drone_hurt net.minecraft.util.SoundEvent@9d7cb48 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 732 pneumaticcraft:drone_death net.minecraft.util.SoundEvent@7d1a51b0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 733 pneumaticcraft:short_hiss net.minecraft.util.SoundEvent@a72f8a2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 734 pneumaticcraft:punch net.minecraft.util.SoundEvent@2c57898e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 735 pneumaticcraft:pneumatic_door net.minecraft.util.SoundEvent@1b6d9ac7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 736 pneumaticcraft:chirp net.minecraft.util.SoundEvent@34d5dfcb +[16:58:29] [Server thread/TRACE] [FML]: Registry: 737 pneumaticcraft:scuba net.minecraft.util.SoundEvent@297f861b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 738 pneumaticcraft:leaking_gas_low net.minecraft.util.SoundEvent@39746143 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 739 primal:silent net.minecraft.util.SoundEvent@4eb87f08 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 740 primal:block_cauldron_empty net.minecraft.util.SoundEvent@5409da93 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 741 primal:block_cauldron_filled net.minecraft.util.SoundEvent@193d157 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 742 primal:block_cauldron_lid net.minecraft.util.SoundEvent@1b77d65f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 743 primal:block_cauldron_add net.minecraft.util.SoundEvent@16baba06 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 744 primal:block_cauldron_take net.minecraft.util.SoundEvent@cfd2700 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 745 primal:block_cauldron_match net.minecraft.util.SoundEvent@137b46a1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 746 primal:block_cauldron_finish net.minecraft.util.SoundEvent@369bafbf +[16:58:29] [Server thread/TRACE] [FML]: Registry: 747 primal:block_barrel_empty net.minecraft.util.SoundEvent@753249e0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 748 primal:block_barrel_filled net.minecraft.util.SoundEvent@1092b561 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 749 primal:block_barrel_lid net.minecraft.util.SoundEvent@5915a79c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 750 primal:block_pottery_lid net.minecraft.util.SoundEvent@32181d56 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 751 primal:block_pottery_hit net.minecraft.util.SoundEvent@55023fbc +[16:58:29] [Server thread/TRACE] [FML]: Registry: 752 primal:block_pottery_step net.minecraft.util.SoundEvent@503ea1c0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 753 primal:block_pottery_break net.minecraft.util.SoundEvent@24e3d51c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 754 primal:block_pottery_place net.minecraft.util.SoundEvent@56638e7b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 755 primal:block_pottery_active net.minecraft.util.SoundEvent@1258a4d4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 756 primal:block_spikes_fall net.minecraft.util.SoundEvent@374d27fe +[16:58:29] [Server thread/TRACE] [FML]: Registry: 757 primal:block_ice_freeze net.minecraft.util.SoundEvent@d3c4f3e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 758 primal:block_ice_break net.minecraft.util.SoundEvent@476618b4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 759 primal:block_ice_place net.minecraft.util.SoundEvent@104f7a88 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 760 primal:block_ooze net.minecraft.util.SoundEvent@4ee3cda8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 761 primal:effect_magic_inhibit net.minecraft.util.SoundEvent@21c93ef5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 762 primal:misc_steam net.minecraft.util.SoundEvent@569d21c0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 763 primal:misc_placement net.minecraft.util.SoundEvent@3ded9aa1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 764 primal:craft_flake net.minecraft.util.SoundEvent@6d339e39 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 765 primal:tool_saw_wood net.minecraft.util.SoundEvent@5653bfc +[16:58:29] [Server thread/TRACE] [FML]: Registry: 766 primal:tool_axe_wood net.minecraft.util.SoundEvent@3ac989b1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 767 primal:tool_blade_scrape net.minecraft.util.SoundEvent@6ba024db +[16:58:29] [Server thread/TRACE] [FML]: Registry: 768 primal:fluid_swish net.minecraft.util.SoundEvent@1a93bdc0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 769 primal:fluid_splash net.minecraft.util.SoundEvent@3605cfb5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 770 primal:entity_ovis_say net.minecraft.util.SoundEvent@40f75cc5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 771 primal:entity_ovis_hurt net.minecraft.util.SoundEvent@2a1b3efc +[16:58:29] [Server thread/TRACE] [FML]: Registry: 772 primal:entity_ovis_angry net.minecraft.util.SoundEvent@2d61ebc2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 773 primal:entity_gator_say net.minecraft.util.SoundEvent@3581e1bc +[16:58:29] [Server thread/TRACE] [FML]: Registry: 774 primal:entity_gator_hurt net.minecraft.util.SoundEvent@4fea82bd +[16:58:29] [Server thread/TRACE] [FML]: Registry: 775 primal:entity_gator_death net.minecraft.util.SoundEvent@3c75b962 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 776 primal:entity_wolf_howl net.minecraft.util.SoundEvent@1ee87ad5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 777 reborncore:block_dismantle net.minecraft.util.SoundEvent@245ee4b5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 778 rftools:teleport_whoosh net.minecraft.util.SoundEvent@205ea597 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 779 rftools:teleport_error net.minecraft.util.SoundEvent@4ca70958 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 780 sev_tweaks_npc:ladder_placement net.minecraft.util.SoundEvent@ec8f56b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 781 sev_tweaks_npc:glen_barf_1 net.minecraft.util.SoundEvent@5bef9b38 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 782 sev_tweaks_npc:glen_whinge net.minecraft.util.SoundEvent@2ff6b4d4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 783 sev_tweaks_npc:glen_hurt net.minecraft.util.SoundEvent@2ddbc838 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 784 sev_tweaks_npc:glen_death net.minecraft.util.SoundEvent@64f10345 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 785 simpleplanes:plane_loop net.minecraft.util.SoundEvent@46c46237 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 786 stevescarts:gearswitch net.minecraft.util.SoundEvent@6713df5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 787 stevescarts:win net.minecraft.util.SoundEvent@ea3e931 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 788 stevescarts:boop net.minecraft.util.SoundEvent@396f2c5b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 789 stevescarts:gameover net.minecraft.util.SoundEvent@5cdf349b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 790 stevescarts:1lines net.minecraft.util.SoundEvent@53ce2460 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 791 stevescarts:2lines net.minecraft.util.SoundEvent@4235a549 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 792 stevescarts:3lines net.minecraft.util.SoundEvent@2f854a0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 793 stevescarts:4lines net.minecraft.util.SoundEvent@27a6d388 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 794 stevescarts:highscore net.minecraft.util.SoundEvent@5690e38 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 795 stevescarts:hit net.minecraft.util.SoundEvent@6a99ec31 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 796 stevescarts:click net.minecraft.util.SoundEvent@2a84e896 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 797 stevescarts:blobclick net.minecraft.util.SoundEvent@3b2f44dd +[16:58:29] [Server thread/TRACE] [FML]: Registry: 798 stevescarts:flagclick net.minecraft.util.SoundEvent@76fa854e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 799 stevescarts:goodjob net.minecraft.util.SoundEvent@53a717c4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 800 tinkertoolleveling:levelup net.minecraft.util.SoundEvent@5e6a957e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 801 totemic:flute net.minecraft.util.SoundEvent@1fa22bc2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 802 totemic:rattle net.minecraft.util.SoundEvent@3dd00d8d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 803 totemic:drum net.minecraft.util.SoundEvent@562234c4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 804 totemic:wind_chime net.minecraft.util.SoundEvent@5c699a1b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 805 totemic:eagle_bone_whistle net.minecraft.util.SoundEvent@529b466f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 806 totemic:bald_eagle.ambient net.minecraft.util.SoundEvent@6f1a85d4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 807 totemic:bald_eagle.hurt net.minecraft.util.SoundEvent@28d908e7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 808 totemic:bald_eagle.death net.minecraft.util.SoundEvent@38f0e6a5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 809 waddles:adelie.ambient net.minecraft.util.SoundEvent@305077ea +[16:58:29] [Server thread/TRACE] [FML]: Registry: 810 waddles:adelie.baby.ambient net.minecraft.util.SoundEvent@b5f6011 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 811 waddles:adelie.death net.minecraft.util.SoundEvent@6ba1cfad +[16:58:29] [Server thread/TRACE] [FML]: Registry: 812 waddles:adelie.hurt net.minecraft.util.SoundEvent@54dbc9b2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 813 yoyos:entity.yoyo.throw net.minecraft.util.SoundEvent@67871be4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 814 yoyos:entity.yoyo.stick net.minecraft.util.SoundEvent@1728a0ed +[16:58:29] [Server thread/TRACE] [FML]: Registry: 815 yoyos:entity.yoyo.chase net.minecraft.util.SoundEvent@7291c902 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 816 primal_tech:breaking_stuff net.minecraft.util.SoundEvent@780d18bb +[16:58:29] [Server thread/TRACE] [FML]: Registry: 817 primal_tech:cabbage_fart net.minecraft.util.SoundEvent@270a6465 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 818 primal_tech:bentley net.minecraft.util.SoundEvent@75f797a1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 819 abyssalcraft:dreadguard.idle net.minecraft.util.SoundEvent@95299c4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 820 abyssalcraft:dreadguard.hit net.minecraft.util.SoundEvent@190a9095 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 821 abyssalcraft:dreadguard.death net.minecraft.util.SoundEvent@6dd7e69d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 822 abyssalcraft:ghoul.normal.idle net.minecraft.util.SoundEvent@24543e19 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 823 abyssalcraft:ghoul.hit net.minecraft.util.SoundEvent@39550fee +[16:58:29] [Server thread/TRACE] [FML]: Registry: 824 abyssalcraft:ghoul.death net.minecraft.util.SoundEvent@7416be69 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 825 abyssalcraft:ghoul.pete.idle net.minecraft.util.SoundEvent@26274d78 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 826 abyssalcraft:ghoul.wilson.idle net.minecraft.util.SoundEvent@23861b53 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 827 abyssalcraft:ghoul.orange.idle net.minecraft.util.SoundEvent@323d4ab2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 828 abyssalcraft:golem.death net.minecraft.util.SoundEvent@73994f6a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 829 abyssalcraft:golem.hit net.minecraft.util.SoundEvent@6fc990ec +[16:58:29] [Server thread/TRACE] [FML]: Registry: 830 abyssalcraft:golem.idle net.minecraft.util.SoundEvent@7c8652c5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 831 abyssalcraft:sacthoth.death net.minecraft.util.SoundEvent@24b6ff3d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 832 abyssalcraft:shadow.death net.minecraft.util.SoundEvent@1d6d16de +[16:58:29] [Server thread/TRACE] [FML]: Registry: 833 abyssalcraft:shadow.hit net.minecraft.util.SoundEvent@3e80bb6f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 834 abyssalcraft:remnant.scream net.minecraft.util.SoundEvent@705ed600 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 835 abyssalcraft:remnant.yes net.minecraft.util.SoundEvent@63029021 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 836 abyssalcraft:remnant.no net.minecraft.util.SoundEvent@162cb179 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 837 abyssalcraft:remnant.priest.chant net.minecraft.util.SoundEvent@2d4c2b10 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 838 abyssalcraft:shoggoth.idle net.minecraft.util.SoundEvent@2ba4166f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 839 abyssalcraft:shoggoth.hit net.minecraft.util.SoundEvent@5cd008a2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 840 abyssalcraft:shoggoth.death net.minecraft.util.SoundEvent@2f04cd38 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 841 abyssalcraft:shoggoth.step net.minecraft.util.SoundEvent@635c6763 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 842 abyssalcraft:shoggoth.shoot net.minecraft.util.SoundEvent@68400209 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 843 abyssalcraft:shoggoth.birth net.minecraft.util.SoundEvent@348992bb +[16:58:29] [Server thread/TRACE] [FML]: Registry: 844 abyssalcraft:shoggoth.consume net.minecraft.util.SoundEvent@3d6de41f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 845 abyssalcraft:jzahar.charge net.minecraft.util.SoundEvent@3d0afbae +[16:58:29] [Server thread/TRACE] [FML]: Registry: 846 abyssalcraft:chant.cthulhu net.minecraft.util.SoundEvent@55b2e64c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 847 abyssalcraft:chant.yog_sothoth_1 net.minecraft.util.SoundEvent@2d56aa0b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 848 abyssalcraft:chant.yog_sothoth_2 net.minecraft.util.SoundEvent@7f49fea2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 849 abyssalcraft:chant.hastur_1 net.minecraft.util.SoundEvent@15f4ad6e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 850 abyssalcraft:chant.hastur_2 net.minecraft.util.SoundEvent@5736a91a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 851 abyssalcraft:chant.sleeping net.minecraft.util.SoundEvent@4fa85705 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 852 abyssalcraft:chant.cthugha net.minecraft.util.SoundEvent@7f241cbc +[16:58:29] [Server thread/TRACE] [FML]: Registry: 853 abyssalcraft:dreadspawn.idle net.minecraft.util.SoundEvent@4f0b41eb +[16:58:29] [Server thread/TRACE] [FML]: Registry: 854 abyssalcraft:dreadspawn.hit net.minecraft.util.SoundEvent@2d974f69 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 855 abyssalcraft:dreadspawn.death net.minecraft.util.SoundEvent@200a35a1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 856 abyssalcraft:abyssalzombie.idle net.minecraft.util.SoundEvent@7f140ce0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 857 abyssalcraft:abyssalzombie.hit net.minecraft.util.SoundEvent@6a050ef0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 858 abyssalcraft:abyssalzombie.death net.minecraft.util.SoundEvent@7dfef8de +[16:58:29] [Server thread/TRACE] [FML]: Registry: 859 abyssalcraft:antiplayer.hurt net.minecraft.util.SoundEvent@c287dfd +[16:58:29] [Server thread/TRACE] [FML]: Registry: 860 abyssalcraft:dreadguard.barf net.minecraft.util.SoundEvent@53041394 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 861 abyssalcraft:jzahar.blast net.minecraft.util.SoundEvent@11b4f58a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 862 abyssalcraft:jzahar.shout net.minecraft.util.SoundEvent@1b86c76a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 863 abyssalcraft:jzahar.earthquake net.minecraft.util.SoundEvent@548e9672 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 864 abyssalcraft:jzahar.implosion net.minecraft.util.SoundEvent@27e5a7c4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 865 abyssalcraft:jzahar.black_hole net.minecraft.util.SoundEvent@114b1e17 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 866 actuallyadditions:duh_duh_duh_duuuh net.minecraft.util.SoundEvent@5fe54a84 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 867 actuallyadditions:coffee_machine net.minecraft.util.SoundEvent@3a6d8285 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 868 actuallyadditions:reconstructor net.minecraft.util.SoundEvent@1656e88e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 869 actuallyadditions:crusher net.minecraft.util.SoundEvent@3ac2afce +[16:58:29] [Server thread/TRACE] [FML]: Registry: 870 cyclicmagic:basey net.minecraft.util.SoundEvent@1929b9a7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 871 cyclicmagic:dungeonfinder net.minecraft.util.SoundEvent@381a3094 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 872 cyclicmagic:bwewe net.minecraft.util.SoundEvent@17895486 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 873 cyclicmagic:fill net.minecraft.util.SoundEvent@6b68f8bc +[16:58:29] [Server thread/TRACE] [FML]: Registry: 874 cyclicmagic:bwoaaap net.minecraft.util.SoundEvent@3fd880f7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 875 cyclicmagic:crack net.minecraft.util.SoundEvent@56af9908 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 876 cyclicmagic:thunk net.minecraft.util.SoundEvent@bdfda3f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 877 cyclicmagic:pschew_fire net.minecraft.util.SoundEvent@27de6ee0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 878 cyclicmagic:block_scaffolding net.minecraft.util.SoundEvent@5c7a9dd4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 879 cyclicmagic:chaos_reaper net.minecraft.util.SoundEvent@7637388a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 880 cyclicmagic:fireball_explode net.minecraft.util.SoundEvent@3cc0a51 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 881 cyclicmagic:fireball_staff_launch net.minecraft.util.SoundEvent@5731cda6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 882 cyclicmagic:frost_staff_launch net.minecraft.util.SoundEvent@5fad6ea9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 883 cyclicmagic:lightning_staff_launch net.minecraft.util.SoundEvent@1011febe +[16:58:29] [Server thread/TRACE] [FML]: Registry: 884 cyclicmagic:machine_launch net.minecraft.util.SoundEvent@73ece06f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 885 cyclicmagic:monster_ball_capture net.minecraft.util.SoundEvent@2a694f49 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 886 cyclicmagic:monster_ball_release net.minecraft.util.SoundEvent@1e85a48b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 887 cyclicmagic:spikes_off net.minecraft.util.SoundEvent@1fe5deb +[16:58:29] [Server thread/TRACE] [FML]: Registry: 888 cyclicmagic:spikes_on net.minecraft.util.SoundEvent@15052a23 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 889 cyclicmagic:spirit_seeker net.minecraft.util.SoundEvent@75f63ccd +[16:58:29] [Server thread/TRACE] [FML]: Registry: 890 cyclicmagic:step_height_down net.minecraft.util.SoundEvent@46e47f04 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 891 cyclicmagic:step_height_up net.minecraft.util.SoundEvent@35066336 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 892 cyclicmagic:tool_mode net.minecraft.util.SoundEvent@96e1387 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 893 cyclicmagic:warp_echo net.minecraft.util.SoundEvent@4d3a4633 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 894 cyclicmagic:dcoin net.minecraft.util.SoundEvent@28431ccf +[16:58:29] [Server thread/TRACE] [FML]: Registry: 895 cyclicmagic:fan_off net.minecraft.util.SoundEvent@2edac522 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 896 cyclicmagic:fan_on net.minecraft.util.SoundEvent@57d11955 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 897 cyclicmagic:fan_loop net.minecraft.util.SoundEvent@48c5d642 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 898 cyclicmagic:doorbell_mikekoenig net.minecraft.util.SoundEvent@78d00ef1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 899 cyclicmagic:dice_mike_koenig net.minecraft.util.SoundEvent@db271c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 900 astralsorcery:clipswitch hellfirepvp.astralsorcery.common.util.SoundUtils$CategorizedSoundEvent@7b97194b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 901 astralsorcery:attunement hellfirepvp.astralsorcery.common.util.SoundUtils$CategorizedSoundEvent@6087ffa +[16:58:29] [Server thread/TRACE] [FML]: Registry: 902 astralsorcery:craftfinish hellfirepvp.astralsorcery.common.util.SoundUtils$CategorizedSoundEvent@6267ed1e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 903 astralsorcery:bookclose hellfirepvp.astralsorcery.common.util.SoundUtils$CategorizedSoundEvent@79646844 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 904 astralsorcery:bookflip hellfirepvp.astralsorcery.common.util.SoundUtils$CategorizedSoundEvent@3afa6b62 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 905 emberroot:owl.hoot_single net.minecraft.util.SoundEvent@7f483468 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 906 emberroot:owl.hoot_double net.minecraft.util.SoundEvent@229a2982 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 907 emberroot:owl.hurt net.minecraft.util.SoundEvent@786653dd +[16:58:29] [Server thread/TRACE] [FML]: Registry: 908 emberroot:direwolf.hurt net.minecraft.util.SoundEvent@112e86c8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 909 emberroot:direwolf.howl net.minecraft.util.SoundEvent@2ffb0bf1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 910 emberroot:direwolf.growl net.minecraft.util.SoundEvent@5c5ef1b5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 911 emberroot:direwolf.death net.minecraft.util.SoundEvent@16eca958 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 912 emberroot:spiritambient net.minecraft.util.SoundEvent@7311658b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 913 emberroot:spirithurt net.minecraft.util.SoundEvent@4c24c9b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 914 emberroot:staffcast net.minecraft.util.SoundEvent@2f3ac6ef +[16:58:29] [Server thread/TRACE] [FML]: Registry: 915 emberroot:bossambient net.minecraft.util.SoundEvent@5c6f0c39 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 916 emberroot:bosshurt net.minecraft.util.SoundEvent@24aa1702 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 917 emberroot:bossdeath net.minecraft.util.SoundEvent@321a2198 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 918 enderutilities:jailer net.minecraft.util.SoundEvent@4bee948a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 919 enderutilities:molecular_exciter net.minecraft.util.SoundEvent@6f44470a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 920 playerbosses:boss.hurt net.minecraft.util.SoundEvent@1b225fe7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 921 playerbosses:boss.ambient net.minecraft.util.SoundEvent@78d7abfa +[16:58:29] [Server thread/TRACE] [FML]: Registry: 922 playerbosses:boss.death net.minecraft.util.SoundEvent@47223aae +[16:58:29] [Server thread/TRACE] [FML]: Registry: 923 thebetweenlands:bl_menu thebetweenlands.common.sound.BLSoundEvent@a135957 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 924 thebetweenlands:bl_dimension thebetweenlands.common.sound.BLSoundEvent@3c7e295 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 925 thebetweenlands:greebling_music_1 thebetweenlands.common.sound.BLSoundEvent@460a116c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 926 thebetweenlands:greebling_music_2 thebetweenlands.common.sound.BLSoundEvent@10aba449 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 927 thebetweenlands:16612 thebetweenlands.common.sound.BLSoundEvent@7e12c832 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 928 thebetweenlands:ancient thebetweenlands.common.sound.BLSoundEvent@c6519b9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 929 thebetweenlands:astatos thebetweenlands.common.sound.BLSoundEvent@af9d7a1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 930 thebetweenlands:beneath_a_green_sky thebetweenlands.common.sound.BLSoundEvent@3e35853d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 931 thebetweenlands:between_you_and_me thebetweenlands.common.sound.BLSoundEvent@12053d6d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 932 thebetweenlands:christmas_on_the_marsh thebetweenlands.common.sound.BLSoundEvent@20e3b817 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 933 thebetweenlands:dj_wights_mixtape thebetweenlands.common.sound.BLSoundEvent@1a8757ec +[16:58:29] [Server thread/TRACE] [FML]: Registry: 934 thebetweenlands:hag_dance thebetweenlands.common.sound.BLSoundEvent@78595767 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 935 thebetweenlands:lonely_fire thebetweenlands.common.sound.BLSoundEvent@438ce354 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 936 thebetweenlands:onwards thebetweenlands.common.sound.BLSoundEvent@72bc5fd6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 937 thebetweenlands:stuck_in_the_mud thebetweenlands.common.sound.BLSoundEvent@56b028e9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 938 thebetweenlands:the_explorer thebetweenlands.common.sound.BLSoundEvent@3cd9db82 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 939 thebetweenlands:wandering_wisps thebetweenlands.common.sound.BLSoundEvent@443e436f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 940 thebetweenlands:waterlogged thebetweenlands.common.sound.BLSoundEvent@64264433 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 941 thebetweenlands:ambient_blood_sky_roar thebetweenlands.common.sound.BLSoundEvent@e29eea +[16:58:29] [Server thread/TRACE] [FML]: Registry: 942 thebetweenlands:ambient_blood_sky thebetweenlands.common.sound.BLSoundEvent@3c0d1729 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 943 thebetweenlands:ambient_cave thebetweenlands.common.sound.BLSoundEvent@2a9af0b5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 944 thebetweenlands:ambient_cave_spook thebetweenlands.common.sound.BLSoundEvent@675e8043 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 945 thebetweenlands:ambient_wight_fortress thebetweenlands.common.sound.BLSoundEvent@73df478c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 946 thebetweenlands:ambient_spoopy thebetweenlands.common.sound.BLSoundEvent@27bfa281 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 947 thebetweenlands:ambient_swamp thebetweenlands.common.sound.BLSoundEvent@5addf19b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 948 thebetweenlands:ambient_water thebetweenlands.common.sound.BLSoundEvent@49922e1b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 949 thebetweenlands:ambient_frosty thebetweenlands.common.sound.BLSoundEvent@40f8f382 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 950 thebetweenlands:ambient_snowfall thebetweenlands.common.sound.BLSoundEvent@1a09fab6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 951 thebetweenlands:ambient_sludge_worm_dungeon thebetweenlands.common.sound.BLSoundEvent@2f6d8145 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 952 thebetweenlands:crumble thebetweenlands.common.sound.BLSoundEvent@77d79045 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 953 thebetweenlands:fig thebetweenlands.common.sound.BLSoundEvent@703419de +[16:58:29] [Server thread/TRACE] [FML]: Registry: 954 thebetweenlands:spike thebetweenlands.common.sound.BLSoundEvent@25bd9124 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 955 thebetweenlands:possessed_scream thebetweenlands.common.sound.BLSoundEvent@66994b7f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 956 thebetweenlands:sorry thebetweenlands.common.sound.BLSoundEvent@2d07ba51 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 957 thebetweenlands:rejected thebetweenlands.common.sound.BLSoundEvent@7dadacc6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 958 thebetweenlands:shockwave_sword thebetweenlands.common.sound.BLSoundEvent@34d026e6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 959 thebetweenlands:squish thebetweenlands.common.sound.BLSoundEvent@183e51b0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 960 thebetweenlands:ignite thebetweenlands.common.sound.BLSoundEvent@8fbb5d4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 961 thebetweenlands:damage_reduction thebetweenlands.common.sound.BLSoundEvent@1820e391 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 962 thebetweenlands:rift_open thebetweenlands.common.sound.BLSoundEvent@2d721165 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 963 thebetweenlands:rift_creak thebetweenlands.common.sound.BLSoundEvent@472b66aa +[16:58:29] [Server thread/TRACE] [FML]: Registry: 964 thebetweenlands:roof_collapse thebetweenlands.common.sound.BLSoundEvent@12ab2e8e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 965 thebetweenlands:brazier_light thebetweenlands.common.sound.BLSoundEvent@d886b21 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 966 thebetweenlands:beam_activate thebetweenlands.common.sound.BLSoundEvent@304cbacc +[16:58:29] [Server thread/TRACE] [FML]: Registry: 967 thebetweenlands:plug_hit thebetweenlands.common.sound.BLSoundEvent@2c4e8459 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 968 thebetweenlands:plug_lock thebetweenlands.common.sound.BLSoundEvent@675a1000 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 969 thebetweenlands:chain thebetweenlands.common.sound.BLSoundEvent@2945aea9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 970 thebetweenlands:chain_long thebetweenlands.common.sound.BLSoundEvent@7c0afb97 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 971 thebetweenlands:gears thebetweenlands.common.sound.BLSoundEvent@24bed403 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 972 thebetweenlands:wall_slide thebetweenlands.common.sound.BLSoundEvent@13d30a84 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 973 thebetweenlands:wall_slam thebetweenlands.common.sound.BLSoundEvent@1767deb1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 974 thebetweenlands:poop_jet thebetweenlands.common.sound.BLSoundEvent@3c9a5989 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 975 thebetweenlands:pit_fall thebetweenlands.common.sound.BLSoundEvent@6ed69cd5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 976 thebetweenlands:angler_attack thebetweenlands.common.sound.BLSoundEvent@65da2ca1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 977 thebetweenlands:angler_death thebetweenlands.common.sound.BLSoundEvent@4ce1e4fd +[16:58:29] [Server thread/TRACE] [FML]: Registry: 978 thebetweenlands:dark_druid_death thebetweenlands.common.sound.BLSoundEvent@22d9baf9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 979 thebetweenlands:dark_druid_hit thebetweenlands.common.sound.BLSoundEvent@78b3aa43 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 980 thebetweenlands:dark_druid_living thebetweenlands.common.sound.BLSoundEvent@4cb82ed0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 981 thebetweenlands:druid_chant thebetweenlands.common.sound.BLSoundEvent@fbdedb6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 982 thebetweenlands:druid_teleport thebetweenlands.common.sound.BLSoundEvent@60dc80ca +[16:58:29] [Server thread/TRACE] [FML]: Registry: 983 thebetweenlands:dreadful_peat_mummy_bite thebetweenlands.common.sound.BLSoundEvent@558cf20 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 984 thebetweenlands:dreadful_peat_mummy_death thebetweenlands.common.sound.BLSoundEvent@81bbff5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 985 thebetweenlands:dreadful_peat_mummy_emerge thebetweenlands.common.sound.BLSoundEvent@68ab331d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 986 thebetweenlands:dreadful_peat_mummy_hurt thebetweenlands.common.sound.BLSoundEvent@6c753412 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 987 thebetweenlands:dreadful_peat_mummy_lick thebetweenlands.common.sound.BLSoundEvent@2f17d773 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 988 thebetweenlands:dreadful_peat_mummy_living thebetweenlands.common.sound.BLSoundEvent@7a262173 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 989 thebetweenlands:dreadful_peat_mummy_loop thebetweenlands.common.sound.BLSoundEvent@4b24d6f1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 990 thebetweenlands:dreadful_peat_mummy_retch thebetweenlands.common.sound.BLSoundEvent@e34be23 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 991 thebetweenlands:dreadful_peat_mummy_scream thebetweenlands.common.sound.BLSoundEvent@1f095cd9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 992 thebetweenlands:dreadful_peat_mummy_swipe thebetweenlands.common.sound.BLSoundEvent@54efdbf2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 993 thebetweenlands:peat_mummy_charge thebetweenlands.common.sound.BLSoundEvent@39911cc0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 994 thebetweenlands:peat_mummy_death thebetweenlands.common.sound.BLSoundEvent@12ff6877 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 995 thebetweenlands:peat_mummy_emerge thebetweenlands.common.sound.BLSoundEvent@47c51165 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 996 thebetweenlands:peat_mummy_hurt thebetweenlands.common.sound.BLSoundEvent@6ddf7224 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 997 thebetweenlands:peat_mummy_living thebetweenlands.common.sound.BLSoundEvent@5c990443 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 998 thebetweenlands:flying_fiend_death thebetweenlands.common.sound.BLSoundEvent@35cc7377 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 999 thebetweenlands:flying_fiend_hurt thebetweenlands.common.sound.BLSoundEvent@5a6d0292 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1000 thebetweenlands:flying_fiend_living thebetweenlands.common.sound.BLSoundEvent@4c3505a9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1001 thebetweenlands:fortress_boss_death thebetweenlands.common.sound.BLSoundEvent@589abb70 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1002 thebetweenlands:fortress_boss_hurt thebetweenlands.common.sound.BLSoundEvent@e9b3cdf +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1003 thebetweenlands:fortress_boss_living thebetweenlands.common.sound.BLSoundEvent@3c50c60c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1004 thebetweenlands:fortress_boss_loop thebetweenlands.common.sound.BLSoundEvent@582c9462 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1005 thebetweenlands:fortress_boss_nope thebetweenlands.common.sound.BLSoundEvent@5560e52c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1006 thebetweenlands:fortress_boss_shield_down thebetweenlands.common.sound.BLSoundEvent@24a569b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1007 thebetweenlands:fortress_boss_summon_projectiles thebetweenlands.common.sound.BLSoundEvent@38909078 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1008 thebetweenlands:fortress_boss_teleport thebetweenlands.common.sound.BLSoundEvent@4238c8c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1009 thebetweenlands:fortress_puzzle_cage_break thebetweenlands.common.sound.BLSoundEvent@563850a1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1010 thebetweenlands:fortress_puzzle_orb thebetweenlands.common.sound.BLSoundEvent@6963a73 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1011 thebetweenlands:fortress_puzzle_sword thebetweenlands.common.sound.BLSoundEvent@3ab96989 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1012 thebetweenlands:fortress_teleport thebetweenlands.common.sound.BLSoundEvent@2266d5be +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1013 thebetweenlands:pyrad_death thebetweenlands.common.sound.BLSoundEvent@36cf340b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1014 thebetweenlands:pyrad_hurt thebetweenlands.common.sound.BLSoundEvent@1bdd503 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1015 thebetweenlands:pyrad_living thebetweenlands.common.sound.BLSoundEvent@7039019c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1016 thebetweenlands:lurker_hurt thebetweenlands.common.sound.BLSoundEvent@64e6e100 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1017 thebetweenlands:lurker_living thebetweenlands.common.sound.BLSoundEvent@2bc6eefb +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1018 thebetweenlands:lurker_death thebetweenlands.common.sound.BLSoundEvent@443c334d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1019 thebetweenlands:swamp_hag_death thebetweenlands.common.sound.BLSoundEvent@7cb1ffb7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1020 thebetweenlands:swamp_hag_hurt thebetweenlands.common.sound.BLSoundEvent@2f0cffc0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1021 thebetweenlands:swamp_hag_living thebetweenlands.common.sound.BLSoundEvent@33a17dec +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1022 thebetweenlands:swamp_hag_living_1 thebetweenlands.common.sound.BLSoundEvent@1622868e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1023 thebetweenlands:swamp_hag_living_2 thebetweenlands.common.sound.BLSoundEvent@659d8fba +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1024 thebetweenlands:swamp_hag_living_3 thebetweenlands.common.sound.BLSoundEvent@2d279e36 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1025 thebetweenlands:swamp_hag_living_4 thebetweenlands.common.sound.BLSoundEvent@1551d863 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1026 thebetweenlands:tar_beast_death thebetweenlands.common.sound.BLSoundEvent@17452ab1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1027 thebetweenlands:tar_beast_hurt thebetweenlands.common.sound.BLSoundEvent@1eac87bc +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1028 thebetweenlands:tar_beast_living thebetweenlands.common.sound.BLSoundEvent@feb6c71 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1029 thebetweenlands:tar_beast_step thebetweenlands.common.sound.BLSoundEvent@14623f2f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1030 thebetweenlands:tar_beast_suck thebetweenlands.common.sound.BLSoundEvent@2acc8fb0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1031 thebetweenlands:temple_guardian_berserker_charge thebetweenlands.common.sound.BLSoundEvent@50a76c32 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1032 thebetweenlands:temple_guardian_berserker_impact thebetweenlands.common.sound.BLSoundEvent@47b0ab3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1033 thebetweenlands:temple_guardian_berserker_living thebetweenlands.common.sound.BLSoundEvent@1e5d654 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1034 thebetweenlands:temple_guardian_death thebetweenlands.common.sound.BLSoundEvent@4f9a68d7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1035 thebetweenlands:temple_guardian_hurt thebetweenlands.common.sound.BLSoundEvent@24374bea +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1036 thebetweenlands:temple_guardian_melee_living thebetweenlands.common.sound.BLSoundEvent@78c5e34d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1037 thebetweenlands:temple_guardian_step thebetweenlands.common.sound.BLSoundEvent@57bdcd77 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1038 thebetweenlands:wight_hurt thebetweenlands.common.sound.BLSoundEvent@4b7dcb87 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1039 thebetweenlands:wight_moan thebetweenlands.common.sound.BLSoundEvent@550bb119 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1040 thebetweenlands:wight_death thebetweenlands.common.sound.BLSoundEvent@283ef7e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1041 thebetweenlands:wight_attack thebetweenlands.common.sound.BLSoundEvent@3bec4c2c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1042 thebetweenlands:crab_snip thebetweenlands.common.sound.BLSoundEvent@1e688925 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1043 thebetweenlands:gas_cloud_living thebetweenlands.common.sound.BLSoundEvent@16e37088 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1044 thebetweenlands:gas_cloud_hurt thebetweenlands.common.sound.BLSoundEvent@b069535 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1045 thebetweenlands:gas_cloud_death thebetweenlands.common.sound.BLSoundEvent@52523555 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1046 thebetweenlands:boulder_sprite_living thebetweenlands.common.sound.BLSoundEvent@829af9b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1047 thebetweenlands:boulder_sprite_hurt thebetweenlands.common.sound.BLSoundEvent@543e926 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1048 thebetweenlands:bounder_sprite_death thebetweenlands.common.sound.BLSoundEvent@3ad36b86 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1049 thebetweenlands:bounder_sprite_roll thebetweenlands.common.sound.BLSoundEvent@79681914 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1050 thebetweenlands:spirit_tree_face_small_spit thebetweenlands.common.sound.BLSoundEvent@3cf824d5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1051 thebetweenlands:spirit_tree_face_small_living thebetweenlands.common.sound.BLSoundEvent@2668f0b5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1052 thebetweenlands:spirit_tree_face_large_spit thebetweenlands.common.sound.BLSoundEvent@7c630a5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1053 thebetweenlands:spirit_tree_face_large_death thebetweenlands.common.sound.BLSoundEvent@3edf39f0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1054 thebetweenlands:spirit_tree_face_large_living thebetweenlands.common.sound.BLSoundEvent@43fc6c72 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1055 thebetweenlands:spirit_tree_face_small_emerge thebetweenlands.common.sound.BLSoundEvent@22f0c1e0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1056 thebetweenlands:spirit_tree_face_large_emerge thebetweenlands.common.sound.BLSoundEvent@14059e03 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1057 thebetweenlands:spirit_tree_face_suck thebetweenlands.common.sound.BLSoundEvent@53d225ca +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1058 thebetweenlands:spirit_tree_face_spit_root_spikes thebetweenlands.common.sound.BLSoundEvent@736d4c3e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1059 thebetweenlands:spirit_tree_spike_trap thebetweenlands.common.sound.BLSoundEvent@57367c72 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1060 thebetweenlands:spirit_tree_spike_trap_emerge thebetweenlands.common.sound.BLSoundEvent@6f7b1511 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1061 thebetweenlands:spirit_tree_spikes thebetweenlands.common.sound.BLSoundEvent@2d459141 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1062 thebetweenlands:root_spike_particle_hit thebetweenlands.common.sound.BLSoundEvent@3450346b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1063 thebetweenlands:shambler_death thebetweenlands.common.sound.BLSoundEvent@50e11b7f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1064 thebetweenlands:shambler_hurt thebetweenlands.common.sound.BLSoundEvent@67854fef +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1065 thebetweenlands:shambler_living thebetweenlands.common.sound.BLSoundEvent@66cb15c7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1066 thebetweenlands:shambler_lick thebetweenlands.common.sound.BLSoundEvent@530d9619 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1067 thebetweenlands:crypt_crawler_death thebetweenlands.common.sound.BLSoundEvent@bef55e4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1068 thebetweenlands:crypt_crawler_hurt thebetweenlands.common.sound.BLSoundEvent@46589941 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1069 thebetweenlands:crypt_crawler_living thebetweenlands.common.sound.BLSoundEvent@7883d960 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1070 thebetweenlands:crypt_crawler_dig thebetweenlands.common.sound.BLSoundEvent@47812537 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1071 thebetweenlands:wall_lamprey_suck thebetweenlands.common.sound.BLSoundEvent@36b01856 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1072 thebetweenlands:wall_lamprey_attack thebetweenlands.common.sound.BLSoundEvent@34a01d50 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1073 thebetweenlands:wall_living_root_emerge thebetweenlands.common.sound.BLSoundEvent@520e9a7d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1074 thebetweenlands:worm_emerge thebetweenlands.common.sound.BLSoundEvent@1ce8a596 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1075 thebetweenlands:worm_plop thebetweenlands.common.sound.BLSoundEvent@2a2c7cf5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1076 thebetweenlands:worm_hurt thebetweenlands.common.sound.BLSoundEvent@1ed2be7d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1077 thebetweenlands:worm_living thebetweenlands.common.sound.BLSoundEvent@382912a8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1078 thebetweenlands:worm_death thebetweenlands.common.sound.BLSoundEvent@61b4c42e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1079 thebetweenlands:worm_splat thebetweenlands.common.sound.BLSoundEvent@28b6d739 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1080 thebetweenlands:worm_egg_sac_living thebetweenlands.common.sound.BLSoundEvent@231cb504 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1081 thebetweenlands:worm_egg_sac_squish thebetweenlands.common.sound.BLSoundEvent@53d05f9d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1082 thebetweenlands:splodeshroom_winddown thebetweenlands.common.sound.BLSoundEvent@1482747d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1083 thebetweenlands:splodeshroom_windup thebetweenlands.common.sound.BLSoundEvent@a9376cb +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1084 thebetweenlands:splodeshroom_pop thebetweenlands.common.sound.BLSoundEvent@4ce14608 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1085 thebetweenlands:pit_of_decay_loop thebetweenlands.common.sound.BLSoundEvent@1d1cd4be +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1086 thebetweenlands:emberling_flames thebetweenlands.common.sound.BLSoundEvent@1aba7afc +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1087 thebetweenlands:emberling_jump thebetweenlands.common.sound.BLSoundEvent@b8e724e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1088 thebetweenlands:emberling_hurt thebetweenlands.common.sound.BLSoundEvent@4d19a431 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1089 thebetweenlands:emberling_living thebetweenlands.common.sound.BLSoundEvent@36db3008 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1090 thebetweenlands:emberling_death thebetweenlands.common.sound.BLSoundEvent@7f7fc1b5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1091 thebetweenlands:barrishee_hurt thebetweenlands.common.sound.BLSoundEvent@71bc016 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1092 thebetweenlands:barrishee_living thebetweenlands.common.sound.BLSoundEvent@7a3c4e8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1093 thebetweenlands:barrishee_death thebetweenlands.common.sound.BLSoundEvent@6817ef64 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1094 thebetweenlands:barrishee_step thebetweenlands.common.sound.BLSoundEvent@6964e9ba +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1095 thebetweenlands:barrishee_scream thebetweenlands.common.sound.BLSoundEvent@30269ff0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1096 thebetweenlands:dragonfly thebetweenlands.common.sound.BLSoundEvent@29bb8998 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1097 thebetweenlands:frog_death thebetweenlands.common.sound.BLSoundEvent@7e803f04 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1098 thebetweenlands:frog_hurt thebetweenlands.common.sound.BLSoundEvent@30673057 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1099 thebetweenlands:frog_living thebetweenlands.common.sound.BLSoundEvent@343af0b4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1100 thebetweenlands:gecko_death thebetweenlands.common.sound.BLSoundEvent@41b858e2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1101 thebetweenlands:gecko_hide thebetweenlands.common.sound.BLSoundEvent@3e3f27ce +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1102 thebetweenlands:gecko_hurt thebetweenlands.common.sound.BLSoundEvent@37d34dd6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1103 thebetweenlands:gecko_living thebetweenlands.common.sound.BLSoundEvent@540fa4c8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1104 thebetweenlands:giant_toad_death thebetweenlands.common.sound.BLSoundEvent@577399e3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1105 thebetweenlands:giant_toad_hurt thebetweenlands.common.sound.BLSoundEvent@10b5c594 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1106 thebetweenlands:giant_toad_living thebetweenlands.common.sound.BLSoundEvent@3da597a9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1107 thebetweenlands:snail_death thebetweenlands.common.sound.BLSoundEvent@14a55d31 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1108 thebetweenlands:snail_hurt thebetweenlands.common.sound.BLSoundEvent@5fd262c7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1109 thebetweenlands:snail_living thebetweenlands.common.sound.BLSoundEvent@617585cc +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1110 thebetweenlands:leech_death thebetweenlands.common.sound.BLSoundEvent@707c5e94 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1111 thebetweenlands:leech_hurt thebetweenlands.common.sound.BLSoundEvent@4e0ed97f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1112 thebetweenlands:leech_living thebetweenlands.common.sound.BLSoundEvent@2865e23 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1113 thebetweenlands:sludge_menace_death thebetweenlands.common.sound.BLSoundEvent@4f90f05a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1114 thebetweenlands:sludge_menace_hurt thebetweenlands.common.sound.BLSoundEvent@5d0a9fc2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1115 thebetweenlands:sludge_menace_living thebetweenlands.common.sound.BLSoundEvent@6577603d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1116 thebetweenlands:sporeling_death thebetweenlands.common.sound.BLSoundEvent@55b05df6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1117 thebetweenlands:sporeling_hurt thebetweenlands.common.sound.BLSoundEvent@1dea753a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1118 thebetweenlands:sporeling_living thebetweenlands.common.sound.BLSoundEvent@14971dca +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1119 thebetweenlands:termite_living thebetweenlands.common.sound.BLSoundEvent@4a3fe1ed +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1120 thebetweenlands:root_sprite_death thebetweenlands.common.sound.BLSoundEvent@1d374ab1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1121 thebetweenlands:root_sprite_living thebetweenlands.common.sound.BLSoundEvent@53babf88 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1122 thebetweenlands:root_sprite_hurt thebetweenlands.common.sound.BLSoundEvent@7f6f8178 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1123 thebetweenlands:greebling_vanish thebetweenlands.common.sound.BLSoundEvent@4a6a27f1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1124 thebetweenlands:rowboat_row_starboard thebetweenlands.common.sound.BLSoundEvent@6d2f9ecf +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1125 thebetweenlands:rowboat_row_port thebetweenlands.common.sound.BLSoundEvent@6bef3a1d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1126 thebetweenlands:rowboat_row_start_starboard thebetweenlands.common.sound.BLSoundEvent@68081259 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1127 thebetweenlands:rowboat_row_start_port thebetweenlands.common.sound.BLSoundEvent@73c6f506 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1128 thebetweenlands:voodoo_doll thebetweenlands.common.sound.BLSoundEvent@628ec457 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1129 thebetweenlands:gem_singer thebetweenlands.common.sound.BLSoundEvent@70a335c9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1130 thebetweenlands:gem_singer_echo thebetweenlands.common.sound.BLSoundEvent@58916b5e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1131 thebetweenlands:rope_throw thebetweenlands.common.sound.BLSoundEvent@1cbbcb8f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1132 thebetweenlands:rope_pull thebetweenlands.common.sound.BLSoundEvent@8831833 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1133 thebetweenlands:rope_swing thebetweenlands.common.sound.BLSoundEvent@61677997 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1134 thebetweenlands:rope_grab thebetweenlands.common.sound.BLSoundEvent@327f257e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1135 thebetweenlands:ring_of_dispersion_teleport thebetweenlands.common.sound.BLSoundEvent@705a670d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1136 thebetweenlands:long_swing thebetweenlands.common.sound.BLSoundEvent@6088abb5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1137 thebetweenlands:long_slice thebetweenlands.common.sound.BLSoundEvent@3a79ddf2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1138 thebetweenlands:grind thebetweenlands.common.sound.BLSoundEvent@71664b16 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1139 thebetweenlands:infuser_finished thebetweenlands.common.sound.BLSoundEvent@52a73838 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1140 thebetweenlands:purifier thebetweenlands.common.sound.BLSoundEvent@77d7e4da +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1141 thebetweenlands:animator thebetweenlands.common.sound.BLSoundEvent@335219f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1142 thebetweenlands:portal thebetweenlands.common.sound.BLSoundEvent@40c8f414 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1143 thebetweenlands:portal_activate thebetweenlands.common.sound.BLSoundEvent@2bc562cd +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1144 thebetweenlands:portal_travel thebetweenlands.common.sound.BLSoundEvent@637ca25b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1145 thebetweenlands:portal_trigger thebetweenlands.common.sound.BLSoundEvent@496f4e72 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1146 thebetweenlands:puff_shroom thebetweenlands.common.sound.BLSoundEvent@4e007b1f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1147 thebetweenlands:mud_door_1 thebetweenlands.common.sound.BLSoundEvent@4ed3ab18 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1148 thebetweenlands:mud_door_2 thebetweenlands.common.sound.BLSoundEvent@483bb6e3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1149 thebetweenlands:mud_door_lock thebetweenlands.common.sound.BLSoundEvent@7b146d48 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1150 thebetweenlands:mud_door_trap thebetweenlands.common.sound.BLSoundEvent@368129b6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1151 thebetweenlands:beam_switch thebetweenlands.common.sound.BLSoundEvent@65d9df15 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1152 beneath:beneath.normal net.minecraft.util.SoundEvent@7040f1e3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1153 beneath:beneath.muffled net.minecraft.util.SoundEvent@2866ac8e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1154 beneath:beneath.drawnout net.minecraft.util.SoundEvent@1715fcad +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1155 beneath:deepdank net.minecraft.util.SoundEvent@3c9fb82d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1156 beneath:dark1 net.minecraft.util.SoundEvent@4b2799b4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1157 beneath:dark2 net.minecraft.util.SoundEvent@56384e82 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1158 beneath:scream net.minecraft.util.SoundEvent@6ef0207c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1159 trumpetskeleton:entity.trumpet_skeleton.ambient net.minecraft.util.SoundEvent@2f6fa35f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1160 trumpetskeleton:item.trumpet.use net.minecraft.util.SoundEvent@58f2653f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1161 trumpetskeleton:entity.parrot.imitate.trumpet_skeleton net.minecraft.util.SoundEvent@4c2a6cfd +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1162 immersiveengineering:metalpresssmash net.minecraft.util.SoundEvent@4ad1a715 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1163 immersiveengineering:spray_fire net.minecraft.util.SoundEvent@5b239327 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1164 immersiveengineering:revolverreload net.minecraft.util.SoundEvent@2f117998 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1165 immersiveengineering:spray net.minecraft.util.SoundEvent@4752831b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1166 immersiveengineering:revolverfirethump net.minecraft.util.SoundEvent@68bf9295 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1167 immersiveengineering:tesla net.minecraft.util.SoundEvent@54795b74 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1168 immersiveengineering:dieselgenerator net.minecraft.util.SoundEvent@4f9ad734 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1169 immersiveengineering:chargefast net.minecraft.util.SoundEvent@4f9c99ec +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1170 immersiveengineering:railgunfire net.minecraft.util.SoundEvent@7f81fe91 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1171 immersiveengineering:revolverfire net.minecraft.util.SoundEvent@1b80fdb3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1172 immersiveengineering:crusher net.minecraft.util.SoundEvent@10f901c1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1173 immersiveengineering:metalpresspiston net.minecraft.util.SoundEvent@fcf9076 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1174 immersiveengineering:chargeslow net.minecraft.util.SoundEvent@6be5f43e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1175 immersiveengineering:spark net.minecraft.util.SoundEvent@38fcf802 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1176 immersiveengineering:birthdayparty net.minecraft.util.SoundEvent@3f4afc35 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1177 immersiveengineering:direswitch net.minecraft.util.SoundEvent@3f9fdd20 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1178 immersiveengineering:chute net.minecraft.util.SoundEvent@2123835c +[16:58:29] [Server thread/TRACE] [FML]: Registry Name : minecraft:potiontypes +[16:58:29] [Server thread/TRACE] [FML]: Registry: 0 minecraft:empty net.minecraft.potion.PotionType@50915d5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1 minecraft:water net.minecraft.potion.PotionType@63661fc7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2 minecraft:mundane net.minecraft.potion.PotionType@65130cf2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3 minecraft:thick net.minecraft.potion.PotionType@19412eef +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4 minecraft:awkward net.minecraft.potion.PotionType@542b27af +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5 minecraft:night_vision net.minecraft.potion.PotionType@7e092ca +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6 minecraft:long_night_vision net.minecraft.potion.PotionType@7ae97a58 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7 minecraft:invisibility net.minecraft.potion.PotionType@6a4f15bc +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8 minecraft:long_invisibility net.minecraft.potion.PotionType@67544105 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9 minecraft:leaping net.minecraft.potion.PotionType@6421e9e7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10 minecraft:long_leaping net.minecraft.potion.PotionType@552b7481 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11 minecraft:strong_leaping net.minecraft.potion.PotionType@475b796d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12 minecraft:fire_resistance net.minecraft.potion.PotionType@24244ea +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13 minecraft:long_fire_resistance net.minecraft.potion.PotionType@69c7fb94 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 14 minecraft:swiftness net.minecraft.potion.PotionType@67c61551 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 15 minecraft:long_swiftness net.minecraft.potion.PotionType@7bca98d5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 16 minecraft:strong_swiftness net.minecraft.potion.PotionType@6bbff652 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 17 minecraft:slowness net.minecraft.potion.PotionType@3d72abea +[16:58:29] [Server thread/TRACE] [FML]: Registry: 18 minecraft:long_slowness net.minecraft.potion.PotionType@6a495d88 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 19 minecraft:water_breathing net.minecraft.potion.PotionType@45ea6c24 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 20 minecraft:long_water_breathing net.minecraft.potion.PotionType@51f31fad +[16:58:29] [Server thread/TRACE] [FML]: Registry: 21 minecraft:healing net.minecraft.potion.PotionType@7976d382 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 22 minecraft:strong_healing net.minecraft.potion.PotionType@59f36439 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 23 minecraft:harming net.minecraft.potion.PotionType@4feea86f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 24 minecraft:strong_harming net.minecraft.potion.PotionType@6a9c848 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 25 minecraft:poison net.minecraft.potion.PotionType@498cf1dc +[16:58:29] [Server thread/TRACE] [FML]: Registry: 26 minecraft:long_poison net.minecraft.potion.PotionType@b9c8678 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 27 minecraft:strong_poison net.minecraft.potion.PotionType@318beab4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 28 minecraft:regeneration net.minecraft.potion.PotionType@79a88f45 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 29 minecraft:long_regeneration net.minecraft.potion.PotionType@578483bd +[16:58:29] [Server thread/TRACE] [FML]: Registry: 30 minecraft:strong_regeneration net.minecraft.potion.PotionType@38447073 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 31 minecraft:strength net.minecraft.potion.PotionType@56f4f385 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 32 minecraft:long_strength net.minecraft.potion.PotionType@6b9b9cb9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 33 minecraft:strong_strength net.minecraft.potion.PotionType@18f1631c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 34 minecraft:weakness net.minecraft.potion.PotionType@3ad5f99 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 35 minecraft:long_weakness net.minecraft.potion.PotionType@72b4ecb2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 36 minecraft:luck net.minecraft.potion.PotionType@457dc809 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 37 quark:haste net.minecraft.potion.PotionType@588961e7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 38 quark:long_haste net.minecraft.potion.PotionType@53d7dce2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 39 quark:strong_haste net.minecraft.potion.PotionType@737f8f9f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 40 quark:mining_fatigue net.minecraft.potion.PotionType@675a7c03 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 41 quark:long_mining_fatigue net.minecraft.potion.PotionType@74cfaf56 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 42 quark:strong_mining_fatigue net.minecraft.potion.PotionType@19925de1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 43 quark:resistance net.minecraft.potion.PotionType@169e2a3b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 44 quark:long_resistance net.minecraft.potion.PotionType@2290f68f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 45 quark:strong_resistance net.minecraft.potion.PotionType@2b2c4894 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 46 quark:danger_sight net.minecraft.potion.PotionType@20da7545 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 47 quark:long_danger_sight net.minecraft.potion.PotionType@47f24c97 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 48 nex:normal_freeze lex.potion.PotionTypeLibEx@1a45f3e0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 49 nex:normal_frostbite lex.potion.PotionTypeLibEx@6d143d2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 50 nex:normal_spore lex.potion.PotionTypeLibEx@ad3f909 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 51 nex:normal_lost lex.potion.PotionTypeLibEx@7d310de3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 52 abyssalcraft:cplague net.minecraft.potion.PotionType@48de2b56 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 53 abyssalcraft:cplague_long net.minecraft.potion.PotionType@449d3e4c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 54 abyssalcraft:dplague net.minecraft.potion.PotionType@51938c67 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 55 abyssalcraft:dplague_long net.minecraft.potion.PotionType@2438dda3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 56 abyssalcraft:dplague_strong net.minecraft.potion.PotionType@1d05c6e9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 57 abyssalcraft:antimatter net.minecraft.potion.PotionType@3047e45b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 58 abyssalcraft:antimatter_long net.minecraft.potion.PotionType@7dfab680 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 59 cyclicmagic:ender com.lothrazar.cyclicmagic.potion.PotionTypeCyclic@1fcdb959 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 60 cyclicmagic:snow com.lothrazar.cyclicmagic.potion.PotionTypeCyclic@23a64a29 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 61 cyclicmagic:butter com.lothrazar.cyclicmagic.potion.PotionTypeCyclic@79b5c13b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 62 cyclicmagic:butter2 com.lothrazar.cyclicmagic.potion.PotionTypeCyclic@24e5697f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 63 cyclicmagic:slowfall com.lothrazar.cyclicmagic.potion.PotionTypeCyclic@7df35017 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 64 cyclicmagic:waterwalk com.lothrazar.cyclicmagic.potion.PotionTypeCyclic@5b2f0418 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 65 cyclicmagic:swim com.lothrazar.cyclicmagic.potion.PotionTypeCyclic@514dd9ef +[16:58:29] [Server thread/TRACE] [FML]: Registry: 66 cyclicmagic:swim2 com.lothrazar.cyclicmagic.potion.PotionTypeCyclic@57c19a69 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 67 cyclicmagic:bounce com.lothrazar.cyclicmagic.potion.PotionTypeCyclic@14ff4570 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 68 cyclicmagic:frostwalker com.lothrazar.cyclicmagic.potion.PotionTypeCyclic@51bc8d3d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 69 cyclicmagic:magnet com.lothrazar.cyclicmagic.potion.PotionTypeCyclic@7669091 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 70 cyclicmagic:levitation com.lothrazar.cyclicmagic.potion.PotionTypeCyclic@12352b9b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 71 cyclicmagic:haste com.lothrazar.cyclicmagic.potion.PotionTypeCyclic@2c55884f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 72 cyclicmagic:haste2 com.lothrazar.cyclicmagic.potion.PotionTypeCyclic@1ca0f8ad +[16:58:29] [Server thread/TRACE] [FML]: Registry: 73 cyclicmagic:resistance com.lothrazar.cyclicmagic.potion.PotionTypeCyclic@2006d463 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 74 cyclicmagic:resistance2 com.lothrazar.cyclicmagic.potion.PotionTypeCyclic@f0f4ad5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 75 cyclicmagic:healthboost com.lothrazar.cyclicmagic.potion.PotionTypeCyclic@303aded3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 76 cyclicmagic:luck com.lothrazar.cyclicmagic.potion.PotionTypeCyclic@5c95e1bf +[16:58:29] [Server thread/TRACE] [FML]: Registry: 77 cyclicmagic:wither com.lothrazar.cyclicmagic.potion.PotionTypeCyclic@51c0a933 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 78 cyclicmagic:blindness com.lothrazar.cyclicmagic.potion.PotionTypeCyclic@410cd7f9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 79 cyclicmagic:saturation com.lothrazar.cyclicmagic.potion.PotionTypeCyclic@73f75e89 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 80 cyclicmagic:hunger com.lothrazar.cyclicmagic.potion.PotionTypeCyclic@5c0cdca9 +[16:58:29] [Server thread/TRACE] [FML]: Registry Name : minecraft:enchantments +[16:58:29] [Server thread/TRACE] [FML]: Registry: 0 minecraft:protection net.minecraft.enchantment.EnchantmentProtection@2e68bd3d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1 minecraft:fire_protection net.minecraft.enchantment.EnchantmentProtection@2fda92e0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2 minecraft:feather_falling net.minecraft.enchantment.EnchantmentProtection@535adf36 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3 minecraft:blast_protection net.minecraft.enchantment.EnchantmentProtection@4ea4290f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4 minecraft:projectile_protection net.minecraft.enchantment.EnchantmentProtection@25cef4b3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5 minecraft:respiration net.minecraft.enchantment.EnchantmentOxygen@79f82fc4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6 minecraft:aqua_affinity net.minecraft.enchantment.EnchantmentWaterWorker@4fa3bebe +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7 minecraft:thorns net.minecraft.enchantment.EnchantmentThorns@669b8190 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8 minecraft:depth_strider net.minecraft.enchantment.EnchantmentWaterWalker@70a8654 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9 minecraft:frost_walker net.minecraft.enchantment.EnchantmentFrostWalker@66ab3716 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10 minecraft:binding_curse net.minecraft.enchantment.EnchantmentBindingCurse@6418075c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11 jaff:roasting com.tmtravlr.jaff.EnchantmentRodFireAspect@71fb9c4e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12 bibliocraft:bibliocraft.deathcompassench jds.bibliocraft.enchantments.EnchantmentDeathCompass@4f19c71e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13 bibliocraft:bibliocraft.readingench jds.bibliocraft.enchantments.EnchantmentReading@377be778 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 14 oeintegration:oreexcavation atm.bloodworkxgaming.oeintegration.Enchantments.ExcavationEnchantment@73442749 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 15 spartanshields:ssenchspikes com.oblivioussp.spartanshields.enchantment.EnchantmentSpikes@26ecce64 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 16 minecraft:sharpness net.minecraft.enchantment.EnchantmentDamage@37c49a55 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 17 minecraft:smite net.minecraft.enchantment.EnchantmentDamage@13e6ab86 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 18 minecraft:bane_of_arthropods net.minecraft.enchantment.EnchantmentDamage@4f5d7091 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 19 minecraft:knockback net.minecraft.enchantment.EnchantmentKnockback@4dfe56dc +[16:58:29] [Server thread/TRACE] [FML]: Registry: 20 minecraft:fire_aspect net.minecraft.enchantment.EnchantmentFireAspect@66450129 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 21 minecraft:looting net.minecraft.enchantment.EnchantmentLootBonus@445d878c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 22 minecraft:sweeping net.minecraft.enchantment.EnchantmentSweepingEdge@1315d910 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 23 walljump:walljump genandnic.walljump.enchantment.WallJumpEnchant@4cbe807f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 24 walljump:doublejump genandnic.walljump.enchantment.DoubleJumpEnchant@646402c8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 25 walljump:speedboost genandnic.walljump.enchantment.SpeedBoostEnchant@1658d18f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 26 yoyos:collecting com.jozufozu.yoyos.common.EnchantmentCollecting@6e827d09 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 27 abyssalcraft:coralium com.shinoow.abyssalcraft.common.enchantments.EnchantmentWeaponInfusion@2ab44053 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 28 abyssalcraft:dread com.shinoow.abyssalcraft.common.enchantments.EnchantmentWeaponInfusion@7a303823 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 29 abyssalcraft:light_pierce com.shinoow.abyssalcraft.common.enchantments.EnchantmentLightPierce@11ca6469 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 30 abyssalcraft:iron_wall com.shinoow.abyssalcraft.common.enchantments.EnchantmentIronWall@6cdd396c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 31 abyssalcraft:sapping com.shinoow.abyssalcraft.common.enchantments.EnchantmentSapping@64e35a7c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 32 minecraft:efficiency net.minecraft.enchantment.EnchantmentDigging@14af9f51 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 33 minecraft:silk_touch net.minecraft.enchantment.EnchantmentUntouching@23ee31b8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 34 minecraft:unbreaking net.minecraft.enchantment.EnchantmentDurability@713c8cbb +[16:58:29] [Server thread/TRACE] [FML]: Registry: 35 minecraft:fortune net.minecraft.enchantment.EnchantmentLootBonus@7680beac +[16:58:29] [Server thread/TRACE] [FML]: Registry: 36 abyssalcraft:multi_rend com.shinoow.abyssalcraft.common.enchantments.EnchantmentMultiRend@1fe997e3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 37 cyclicmagic:enchantment.autosmelt com.lothrazar.cyclicmagic.enchant.EnchantAutoSmelt@5d42515b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 38 cyclicmagic:enchantment.beheading com.lothrazar.cyclicmagic.enchant.EnchantBeheading@58d115c6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 39 cyclicmagic:enchantment.lifeleech com.lothrazar.cyclicmagic.enchant.EnchantLifeLeech@261f841a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 40 cyclicmagic:enchantment.quickdraw com.lothrazar.cyclicmagic.enchant.EnchantQuickdraw@751a59b5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 41 cyclicmagic:enchantment.reach com.lothrazar.cyclicmagic.enchant.EnchantReach@3a9d16c4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 42 cyclicmagic:enchantment.waterwalking com.lothrazar.cyclicmagic.enchant.EnchantWaterwalking@6ab24b74 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 43 cyclicmagic:enchantment.expboost com.lothrazar.cyclicmagic.enchant.EnchantXpBoost@30572d6c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 44 astralsorcery:enchantment.as.nightvision hellfirepvp.astralsorcery.common.enchantment.EnchantmentNightVision@5b8f2cfa +[16:58:29] [Server thread/TRACE] [FML]: Registry: 45 astralsorcery:enchantment.as.smelting hellfirepvp.astralsorcery.common.enchantment.EnchantmentScorchingHeat@40049d6b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 48 minecraft:power net.minecraft.enchantment.EnchantmentArrowDamage@23974cac +[16:58:29] [Server thread/TRACE] [FML]: Registry: 49 minecraft:punch net.minecraft.enchantment.EnchantmentArrowKnockback@57eb2555 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 50 minecraft:flame net.minecraft.enchantment.EnchantmentArrowFire@30942f54 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 51 minecraft:infinity net.minecraft.enchantment.EnchantmentArrowInfinite@4f2a0909 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 61 minecraft:luck_of_the_sea net.minecraft.enchantment.EnchantmentLootBonus@34947355 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 62 minecraft:lure net.minecraft.enchantment.EnchantmentFishingSpeed@5e528476 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 70 minecraft:mending net.minecraft.enchantment.EnchantmentMending@72e5206 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 71 minecraft:vanishing_curse net.minecraft.enchantment.EnchantmentVanishingCurse@48cebb78 +[16:58:29] [Server thread/TRACE] [FML]: Registry Name : minecraft:recipes +[16:58:29] [Server thread/TRACE] [FML]: Registry: 0 minecraft:armordye net.minecraft.item.crafting.RecipesArmorDyes@361065d1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1 minecraft:bookcloning net.minecraft.item.crafting.RecipeBookCloning@6984f7d1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2 minecraft:mapcloning net.minecraft.item.crafting.RecipesMapCloning@441a2d52 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4 minecraft:fireworks net.minecraft.item.crafting.RecipeFireworks@15d18b61 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5 minecraft:repairitem net.minecraft.item.crafting.RecipeRepairItem@41ff98dc +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6 minecraft:tippedarrow net.minecraft.item.crafting.RecipeTippedArrow@20c7a91d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7 minecraft:bannerduplicate net.minecraft.item.crafting.RecipesBanners$RecipeDuplicatePattern@435a13ac +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8 minecraft:banneraddpattern net.minecraft.item.crafting.RecipesBanners$RecipeAddPattern@1bce19db +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9 minecraft:shielddecoration net.minecraft.item.crafting.ShieldRecipes$Decoration@276ae21c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10 minecraft:shulkerboxcoloring net.minecraft.item.crafting.ShulkerBoxRecipes$ShulkerBoxColoring@57cd77e1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12 minecraft:yellow_stained_hardened_clay RecipeStage{tier='zero', recipe=8xtile.clayHardenedStained@4:[net.minecraft.item.crafting.Ingredient@198c97d0, net.minecraft.item.crafting.Ingredient@198c97d0, net.minecraft.item.crafting.Ingredient@198c97d0, net.minecraft.item.crafting.Ingredient@198c97d0, net.minecraftforge.oredict.OreIngredient@2933d669, net.minecraft.item.crafting.Ingredient@198c97d0, net.minecraft.item.crafting.Ingredient@198c97d0, net.minecraft.item.crafting.Ingredient@198c97d0, net.minecraft.item.crafting.Ingredient@198c97d0]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13 minecraft:yellow_stained_glass_pane RecipeStage{tier='two', recipe=12xtile.thinStainedGlass@4:[net.minecraftforge.oredict.OreIngredient@5bf6c3ae, net.minecraftforge.oredict.OreIngredient@571d61a1, net.minecraftforge.oredict.OreIngredient@13c374ad, net.minecraftforge.oredict.OreIngredient@24747822, net.minecraftforge.oredict.OreIngredient@497234b1, net.minecraftforge.oredict.OreIngredient@75de4457]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 14 minecraft:yellow_stained_glass RecipeStage{tier='two', recipe=8xtile.stainedGlass@4:[net.minecraftforge.oredict.OreIngredient@7d30205d, net.minecraftforge.oredict.OreIngredient@7a82f2b1, net.minecraftforge.oredict.OreIngredient@228d96ec, net.minecraftforge.oredict.OreIngredient@25768216, net.minecraftforge.oredict.OreIngredient@59b86c2d, net.minecraftforge.oredict.OreIngredient@34c20ad1, net.minecraftforge.oredict.OreIngredient@7a36c053, net.minecraftforge.oredict.OreIngredient@6b418b31, net.minecraftforge.oredict.OreIngredient@71024b70]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 17 minecraft:yellow_concrete_powder RecipeStage{tier='one', recipe=8xtile.concretePowder@4:[net.minecraftforge.oredict.OreIngredient@55b25303, net.minecraft.item.crafting.Ingredient@7ddd5715, net.minecraft.item.crafting.Ingredient@d88d9d7, net.minecraft.item.crafting.Ingredient@54c15e, net.minecraft.item.crafting.Ingredient@5d38758a, net.minecraft.item.crafting.Ingredient@4acae4c7, net.minecraft.item.crafting.Ingredient@1c7da28, net.minecraft.item.crafting.Ingredient@27bfa57f, net.minecraft.item.crafting.Ingredient@39b50027]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 18 minecraft:yellow_carpet RecipeStage{tier='two', recipe=3xtile.woolCarpet@4:[net.minecraftforge.oredict.OreIngredient@19ca35be, net.minecraftforge.oredict.OreIngredient@7e352db5]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 21 minecraft:yellow_banner RecipeStage{tier='two', recipe=1xtile.banner@11:[net.minecraftforge.oredict.OreIngredient@40c99472, net.minecraftforge.oredict.OreIngredient@3f323529, net.minecraftforge.oredict.OreIngredient@71ad139e, net.minecraftforge.oredict.OreIngredient@245e70ae, net.minecraftforge.oredict.OreIngredient@28b81a53, net.minecraftforge.oredict.OreIngredient@68de910, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1fa53bbc, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 23 minecraft:wooden_sword nmd.primal.core.common.recipes.irecipe.EmptyRecipe@41c298bb +[16:58:29] [Server thread/TRACE] [FML]: Registry: 24 minecraft:wooden_shovel nmd.primal.core.common.recipes.irecipe.EmptyRecipe@19494fa8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 25 minecraft:wooden_pressure_plate RecipeStage{tier='two', recipe=1xtile.pressurePlateWood@0:[thebetweenlands.common.recipe.ShapelessOverrideDummyRecipe$OverrideIngredient@59fc6908, thebetweenlands.common.recipe.ShapelessOverrideDummyRecipe$OverrideIngredient@212bbcf]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 26 minecraft:wooden_pickaxe nmd.primal.core.common.recipes.irecipe.EmptyRecipe@130ddb7e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 27 minecraft:wooden_hoe nmd.primal.core.common.recipes.irecipe.EmptyRecipe@3c697263 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 28 minecraft:wooden_door RecipeStage{tier='one', recipe=3xitem.doorOak@0:[net.minecraft.item.crafting.Ingredient@621c7b91, net.minecraft.item.crafting.Ingredient@621c7b91, net.minecraft.item.crafting.Ingredient@621c7b91, net.minecraft.item.crafting.Ingredient@621c7b91, net.minecraft.item.crafting.Ingredient@621c7b91, net.minecraft.item.crafting.Ingredient@621c7b91]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 29 minecraft:wooden_button RecipeStage{tier='one', recipe=1xtile.button@0:[thebetweenlands.common.recipe.ShapelessOverrideDummyRecipe$OverrideIngredient@1dfa8dc5]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 30 minecraft:wooden_axe nmd.primal.core.common.recipes.irecipe.EmptyRecipe@1839557d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 31 minecraft:white_stained_hardened_clay RecipeStage{tier='zero', recipe=8xtile.clayHardenedStained@0:[net.minecraft.item.crafting.Ingredient@71d2bc34, net.minecraft.item.crafting.Ingredient@71d2bc34, net.minecraft.item.crafting.Ingredient@71d2bc34, net.minecraft.item.crafting.Ingredient@71d2bc34, net.minecraftforge.oredict.OreIngredient@6220609a, net.minecraft.item.crafting.Ingredient@71d2bc34, net.minecraft.item.crafting.Ingredient@71d2bc34, net.minecraft.item.crafting.Ingredient@71d2bc34, net.minecraft.item.crafting.Ingredient@71d2bc34]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 32 minecraft:white_stained_glass_pane RecipeStage{tier='two', recipe=12xtile.thinStainedGlass@0:[net.minecraftforge.oredict.OreIngredient@41365288, net.minecraftforge.oredict.OreIngredient@735cee92, net.minecraftforge.oredict.OreIngredient@38b534ca, net.minecraftforge.oredict.OreIngredient@59f0b7f6, net.minecraftforge.oredict.OreIngredient@2a211c52, net.minecraftforge.oredict.OreIngredient@3e9d5ffa]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 33 minecraft:white_stained_glass RecipeStage{tier='two', recipe=8xtile.stainedGlass@0:[net.minecraftforge.oredict.OreIngredient@2f9f2f87, net.minecraftforge.oredict.OreIngredient@738c6285, net.minecraftforge.oredict.OreIngredient@51ed232a, net.minecraftforge.oredict.OreIngredient@55bd462, net.minecraftforge.oredict.OreIngredient@536e2059, net.minecraftforge.oredict.OreIngredient@43e6e8fb, net.minecraftforge.oredict.OreIngredient@7baa77de, net.minecraftforge.oredict.OreIngredient@2089440d, net.minecraftforge.oredict.OreIngredient@247d4ad]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 34 minecraft:white_concrete_powder RecipeStage{tier='one', recipe=8xtile.concretePowder@0:[net.minecraftforge.oredict.OreIngredient@7612452e, net.minecraft.item.crafting.Ingredient@9930ff6, net.minecraft.item.crafting.Ingredient@5d571179, net.minecraft.item.crafting.Ingredient@12ebfc66, net.minecraft.item.crafting.Ingredient@4a609803, net.minecraft.item.crafting.Ingredient@5b1dd206, net.minecraft.item.crafting.Ingredient@3ea4dcc5, net.minecraft.item.crafting.Ingredient@73611fbb, net.minecraft.item.crafting.Ingredient@3d0f2154]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 35 minecraft:white_carpet RecipeStage{tier='two', recipe=3xtile.woolCarpet@0:[net.minecraftforge.oredict.OreIngredient@5e2ec8b5, net.minecraftforge.oredict.OreIngredient@346d5651]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 37 minecraft:white_banner RecipeStage{tier='two', recipe=1xtile.banner@15:[net.minecraftforge.oredict.OreIngredient@3aba18ef, net.minecraftforge.oredict.OreIngredient@500a5b34, net.minecraftforge.oredict.OreIngredient@7559707, net.minecraftforge.oredict.OreIngredient@2b8ba953, net.minecraftforge.oredict.OreIngredient@419cb1ad, net.minecraftforge.oredict.OreIngredient@434d9151, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@688bdb90, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 38 minecraft:wheat RecipeStage{tier='tutorial', recipe=9xitem.wheat@0:[net.minecraft.item.crafting.Ingredient@65b639e1]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 39 minecraft:tripwire_hook RecipeStage{tier='two', recipe=2xtile.tripWireSource@0:[net.minecraftforge.oredict.OreIngredient@1e3c26e3, net.minecraftforge.oredict.OreIngredient@3a89ed50, net.minecraftforge.oredict.OreIngredient@15612449]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 40 minecraft:trapped_chest RecipeStage{tier='three', recipe=1xtile.chestTrap@0:[net.minecraftforge.oredict.OreIngredient@23003a2e, net.minecraft.item.crafting.Ingredient@30be77cd]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 41 minecraft:trapdoor RecipeStage{tier='one', recipe=6xtile.oak_trapdoor@0:[net.minecraft.item.crafting.Ingredient@61cfc102, net.minecraft.item.crafting.Ingredient@5ae2e982, net.minecraft.item.crafting.Ingredient@4934506, net.minecraft.item.crafting.Ingredient@6ee3edcd, net.minecraft.item.crafting.Ingredient@713bf6c2, net.minecraft.item.crafting.Ingredient@3c58af9e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 43 minecraft:tnt_minecart RecipeStage{tier='three', recipe=1xitem.minecartTnt@0:[net.minecraft.item.crafting.Ingredient@75af5f2a, net.minecraft.item.crafting.Ingredient@adc06b2]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 44 minecraft:tnt RecipeStage{tier='one', recipe=1xtile.tnt@0:[net.minecraftforge.oredict.OreIngredient@68978310, net.minecraft.item.crafting.Ingredient@3ab7b0f, net.minecraftforge.oredict.OreIngredient@57b21c09, net.minecraft.item.crafting.Ingredient@3ab7b0f, net.minecraftforge.oredict.OreIngredient@25f6d041, net.minecraft.item.crafting.Ingredient@3ab7b0f, net.minecraftforge.oredict.OreIngredient@28d974b0, net.minecraft.item.crafting.Ingredient@3ab7b0f, net.minecraftforge.oredict.OreIngredient@7c02edb8]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 47 minecraft:stonebrick RecipeStage{tier='two', recipe=4xtile.stonebricksmooth@0:[net.minecraft.item.crafting.Ingredient@3de8e614, net.minecraft.item.crafting.Ingredient@3de8e614, net.minecraft.item.crafting.Ingredient@3de8e614, net.minecraft.item.crafting.Ingredient@3de8e614]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 48 minecraft:stone_sword nmd.primal.core.common.recipes.irecipe.EmptyRecipe@1302af43 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 49 minecraft:stone_stairs RecipeStage{tier='one', recipe=4xtile.stairsStone@0:[net.minecraft.item.crafting.Ingredient@4225b4e2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4225b4e2, net.minecraft.item.crafting.Ingredient@4225b4e2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4225b4e2, net.minecraft.item.crafting.Ingredient@4225b4e2, net.minecraft.item.crafting.Ingredient@4225b4e2]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 51 minecraft:stone_shovel RecipeStage{tier='zero', recipe=1xitem.shovelStone@0:[net.minecraftforge.oredict.OreIngredient@38e75ea8, net.minecraftforge.oredict.OreIngredient@586fe354, net.minecraftforge.oredict.OreIngredient@69ad8b02]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 52 minecraft:stone_pressure_plate RecipeStage{tier='two', recipe=1xtile.pressurePlateStone@0:[thebetweenlands.common.recipe.ShapelessOverrideDummyRecipe$OverrideIngredient@59eff980, thebetweenlands.common.recipe.ShapelessOverrideDummyRecipe$OverrideIngredient@63e16f9c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 53 minecraft:stone_pickaxe RecipeStage{tier='zero', recipe=1xitem.pickaxeStone@0:[net.minecraftforge.oredict.OreIngredient@731c34e8, net.minecraftforge.oredict.OreIngredient@766c4412, net.minecraftforge.oredict.OreIngredient@50643282, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@744d1d50, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@66e4cc45, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 54 minecraft:stone_hoe RecipeStage{tier='one', recipe=1xitem.hoeStone@0:[net.minecraftforge.oredict.OreIngredient@72bc485f, net.minecraftforge.oredict.OreIngredient@33d84a8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1f06ae02, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5f40cf43]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 55 minecraft:stone_button RecipeStage{tier='one', recipe=1xtile.button@0:[thebetweenlands.common.recipe.ShapelessOverrideDummyRecipe$OverrideIngredient@743a7cec]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 56 minecraft:stone_brick_stairs RecipeStage{tier='two', recipe=4xtile.stairsStoneBrickSmooth@0:[net.minecraft.item.crafting.Ingredient@296b758, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@296b758, net.minecraft.item.crafting.Ingredient@296b758, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@296b758, net.minecraft.item.crafting.Ingredient@296b758, net.minecraft.item.crafting.Ingredient@296b758]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 58 minecraft:stone_axe RecipeStage{tier='zero', recipe=1xitem.hatchetStone@0:[net.minecraftforge.oredict.OreIngredient@20d95fdd, net.minecraftforge.oredict.OreIngredient@a85837a, net.minecraftforge.oredict.OreIngredient@53667fbe, net.minecraftforge.oredict.OreIngredient@68a1b32c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2ec3e52]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 59 minecraft:sticky_piston RecipeStage{tier='two', recipe=1xtile.pistonStickyBase@0:[net.minecraftforge.oredict.OreIngredient@24d4e326, net.minecraft.item.crafting.Ingredient@deb0c0e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 62 minecraft:spruce_stairs RecipeStage{tier='one', recipe=4xtile.stairsWoodSpruce@0:[net.minecraft.item.crafting.Ingredient@14c06f50, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@14c06f50, net.minecraft.item.crafting.Ingredient@14c06f50, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@14c06f50, net.minecraft.item.crafting.Ingredient@14c06f50, net.minecraft.item.crafting.Ingredient@14c06f50]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 64 minecraft:spruce_fence_gate RecipeStage{tier='one', recipe=1xtile.spruceFenceGate@0:[net.minecraft.item.crafting.Ingredient@4bd29a01, net.minecraft.item.crafting.Ingredient@5a4a8a33, net.minecraft.item.crafting.Ingredient@4bd29a01, net.minecraft.item.crafting.Ingredient@4bd29a01, net.minecraft.item.crafting.Ingredient@5a4a8a33, net.minecraft.item.crafting.Ingredient@4bd29a01]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 65 minecraft:spruce_fence RecipeStage{tier='one', recipe=3xtile.spruceFence@0:[net.minecraft.item.crafting.Ingredient@637bf67c, net.minecraft.item.crafting.Ingredient@3207e6de, net.minecraft.item.crafting.Ingredient@637bf67c, net.minecraft.item.crafting.Ingredient@637bf67c, net.minecraft.item.crafting.Ingredient@3207e6de, net.minecraft.item.crafting.Ingredient@637bf67c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 66 minecraft:spruce_door RecipeStage{tier='one', recipe=3xitem.doorSpruce@0:[net.minecraft.item.crafting.Ingredient@613aeb51, net.minecraft.item.crafting.Ingredient@613aeb51, net.minecraft.item.crafting.Ingredient@613aeb51, net.minecraft.item.crafting.Ingredient@613aeb51, net.minecraft.item.crafting.Ingredient@613aeb51, net.minecraft.item.crafting.Ingredient@613aeb51]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 68 minecraft:spectral_arrow RecipeStage{tier='three', recipe=2xitem.spectral_arrow@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@420fb435, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4141a281, net.minecraft.item.crafting.Ingredient@3bc82aa3, net.minecraftforge.oredict.OreIngredient@7ac992bf, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4b8d50b9, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 69 minecraft:speckled_melon RecipeStage{tier='two', recipe=1xitem.speckledMelon@0:[net.minecraft.item.crafting.Ingredient@37b04a2a, net.minecraft.item.crafting.Ingredient@37b04a2a, net.minecraft.item.crafting.Ingredient@37b04a2a, net.minecraft.item.crafting.Ingredient@37b04a2a, net.minecraft.item.crafting.Ingredient@3b910a4b, net.minecraft.item.crafting.Ingredient@37b04a2a, net.minecraft.item.crafting.Ingredient@37b04a2a, net.minecraft.item.crafting.Ingredient@37b04a2a, net.minecraft.item.crafting.Ingredient@37b04a2a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 70 minecraft:snow_layer RecipeStage{tier='zero', recipe=6xtile.snow@0:[net.minecraft.item.crafting.Ingredient@5e888fba, net.minecraft.item.crafting.Ingredient@5e888fba, net.minecraft.item.crafting.Ingredient@5e888fba]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 71 minecraft:snow RecipeStage{tier='tutorial', recipe=1xtile.snow@0:[net.minecraft.item.crafting.Ingredient@35825d43, net.minecraft.item.crafting.Ingredient@35825d43, net.minecraft.item.crafting.Ingredient@35825d43, net.minecraft.item.crafting.Ingredient@35825d43]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 72 minecraft:smooth_sandstone RecipeStage{tier='zero', recipe=4xtile.sandStone@2:[net.minecraft.item.crafting.Ingredient@395ac2e5, net.minecraft.item.crafting.Ingredient@395ac2e5, net.minecraft.item.crafting.Ingredient@395ac2e5, net.minecraft.item.crafting.Ingredient@395ac2e5]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 73 minecraft:smooth_red_sandstone RecipeStage{tier='zero', recipe=4xtile.redSandStone@2:[net.minecraft.item.crafting.Ingredient@14cf30b3, net.minecraft.item.crafting.Ingredient@14cf30b3, net.minecraft.item.crafting.Ingredient@14cf30b3, net.minecraft.item.crafting.Ingredient@14cf30b3]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 74 minecraft:slime_ball RecipeStage{tier='zero', recipe=9xitem.slimeball@0:[net.minecraft.item.crafting.Ingredient@4ca6e265]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 75 minecraft:slime RecipeStage{tier='zero', recipe=1xtile.slime@0:[net.minecraftforge.oredict.OreIngredient@741cfbe1, net.minecraftforge.oredict.OreIngredient@38851a49, net.minecraftforge.oredict.OreIngredient@e6f2b8c, net.minecraftforge.oredict.OreIngredient@2fc6aa60, net.minecraftforge.oredict.OreIngredient@3c169f8a, net.minecraftforge.oredict.OreIngredient@2c519d13, net.minecraftforge.oredict.OreIngredient@5b95e05e, net.minecraftforge.oredict.OreIngredient@411ac4e6, net.minecraftforge.oredict.OreIngredient@4978f980]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 76 minecraft:sign RecipeStage{tier='zero', recipe=3xitem.sign@0:[net.minecraftforge.oredict.OreIngredient@69614cb9, net.minecraftforge.oredict.OreIngredient@1d82d6db, net.minecraftforge.oredict.OreIngredient@aa80c79, net.minecraftforge.oredict.OreIngredient@4925055, net.minecraftforge.oredict.OreIngredient@6775d0fa, net.minecraftforge.oredict.OreIngredient@6ccaf6c1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@26cbf4e5, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 77 minecraft:shield RecipeStage{tier='two', recipe=1xitem.shield@0:[net.minecraftforge.oredict.OreIngredient@304d0891, net.minecraftforge.oredict.OreIngredient@79f6fc62, net.minecraftforge.oredict.OreIngredient@42b17163, net.minecraftforge.oredict.OreIngredient@3b24c90c, net.minecraftforge.oredict.OreIngredient@63755779, net.minecraftforge.oredict.OreIngredient@2daeb299, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@645de426, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 78 minecraft:shears RecipeStage{tier='two', recipe=1xitem.shears@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@79ac3d08, net.minecraftforge.oredict.OreIngredient@302b63db, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 79 minecraft:sea_lantern RecipeStage{tier='zero', recipe=1xtile.seaLantern@0:[net.minecraftforge.oredict.OreIngredient@6849253d, net.minecraftforge.oredict.OreIngredient@633e80c6, net.minecraftforge.oredict.OreIngredient@7b62b5d4, net.minecraftforge.oredict.OreIngredient@103c34d8, net.minecraftforge.oredict.OreIngredient@317d9b2f, net.minecraftforge.oredict.OreIngredient@26d21576, net.minecraftforge.oredict.OreIngredient@4870d86d, net.minecraftforge.oredict.OreIngredient@391baf4f, net.minecraftforge.oredict.OreIngredient@6462efa0]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 80 minecraft:sandstone_stairs RecipeStage{tier='one', recipe=4xtile.stairsSandStone@0:[net.minecraft.item.crafting.Ingredient@71904ea8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@71904ea8, net.minecraft.item.crafting.Ingredient@71904ea8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@71904ea8, net.minecraft.item.crafting.Ingredient@71904ea8, net.minecraft.item.crafting.Ingredient@71904ea8]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 82 minecraft:sandstone RecipeStage{tier='zero', recipe=1xtile.sandStone@0:[net.minecraft.item.crafting.Ingredient@49825659, net.minecraft.item.crafting.Ingredient@49825659, net.minecraft.item.crafting.Ingredient@49825659, net.minecraft.item.crafting.Ingredient@49825659]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 83 minecraft:repeater RecipeStage{tier='three', recipe=1xitem.diode@0:[net.minecraft.item.crafting.Ingredient@26bd2d7d, net.minecraftforge.oredict.OreIngredient@522d2fff, net.minecraft.item.crafting.Ingredient@26bd2d7d, net.minecraftforge.oredict.OreIngredient@1cd03667, net.minecraftforge.oredict.OreIngredient@78559365, net.minecraftforge.oredict.OreIngredient@bb96c20]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 84 minecraft:redstone_torch RecipeStage{tier='three', recipe=1xtile.notGate@0:[net.minecraftforge.oredict.OreIngredient@3050f87f, net.minecraftforge.oredict.OreIngredient@2d2e931c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 85 minecraft:redstone_lamp RecipeStage{tier='three', recipe=1xtile.redstoneLight@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7934e367, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@39ac480d, net.minecraftforge.oredict.OreIngredient@e88cc47, net.minecraftforge.oredict.OreIngredient@576708f9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@916f6a9, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 89 minecraft:red_stained_hardened_clay RecipeStage{tier='zero', recipe=8xtile.clayHardenedStained@14:[net.minecraft.item.crafting.Ingredient@48306567, net.minecraft.item.crafting.Ingredient@48306567, net.minecraft.item.crafting.Ingredient@48306567, net.minecraft.item.crafting.Ingredient@48306567, net.minecraftforge.oredict.OreIngredient@13ee4ed3, net.minecraft.item.crafting.Ingredient@48306567, net.minecraft.item.crafting.Ingredient@48306567, net.minecraft.item.crafting.Ingredient@48306567, net.minecraft.item.crafting.Ingredient@48306567]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 90 minecraft:red_stained_glass_pane RecipeStage{tier='two', recipe=12xtile.thinStainedGlass@14:[net.minecraftforge.oredict.OreIngredient@49bd143f, net.minecraftforge.oredict.OreIngredient@4d65b82d, net.minecraftforge.oredict.OreIngredient@600d740d, net.minecraftforge.oredict.OreIngredient@1743609, net.minecraftforge.oredict.OreIngredient@2049d6f4, net.minecraftforge.oredict.OreIngredient@408db600]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 91 minecraft:red_stained_glass RecipeStage{tier='two', recipe=8xtile.stainedGlass@14:[net.minecraftforge.oredict.OreIngredient@4b2b1f00, net.minecraftforge.oredict.OreIngredient@6bcfbc12, net.minecraftforge.oredict.OreIngredient@5df29e9, net.minecraftforge.oredict.OreIngredient@284fa2e4, net.minecraftforge.oredict.OreIngredient@3b0f7bf2, net.minecraftforge.oredict.OreIngredient@2db67fad, net.minecraftforge.oredict.OreIngredient@51da9b93, net.minecraftforge.oredict.OreIngredient@4574bce, net.minecraftforge.oredict.OreIngredient@44c7605d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 92 minecraft:red_sandstone_stairs RecipeStage{tier='one', recipe=4xtile.stairsRedSandStone@0:[net.minecraft.item.crafting.Ingredient@5c452e69, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5c452e69, net.minecraft.item.crafting.Ingredient@5c452e69, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5c452e69, net.minecraft.item.crafting.Ingredient@5c452e69, net.minecraft.item.crafting.Ingredient@5c452e69]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 94 minecraft:red_sandstone RecipeStage{tier='zero', recipe=1xtile.redSandStone@0:[net.minecraft.item.crafting.Ingredient@4b3ea082, net.minecraft.item.crafting.Ingredient@4b3ea082, net.minecraft.item.crafting.Ingredient@4b3ea082, net.minecraft.item.crafting.Ingredient@4b3ea082]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 95 minecraft:red_nether_brick RecipeStage{tier='three', recipe=1xtile.redNetherBrick@0:[net.minecraft.item.crafting.Ingredient@fc9313d, net.minecraft.item.crafting.Ingredient@7c5eb88c, net.minecraft.item.crafting.Ingredient@7c5eb88c, net.minecraft.item.crafting.Ingredient@fc9313d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 100 minecraft:red_concrete_powder RecipeStage{tier='one', recipe=8xtile.concretePowder@14:[net.minecraftforge.oredict.OreIngredient@5a92247f, net.minecraft.item.crafting.Ingredient@2296926d, net.minecraft.item.crafting.Ingredient@10ef09e3, net.minecraft.item.crafting.Ingredient@776d50d6, net.minecraft.item.crafting.Ingredient@43815bc, net.minecraft.item.crafting.Ingredient@122bfaac, net.minecraft.item.crafting.Ingredient@7ae3591b, net.minecraft.item.crafting.Ingredient@67954d71, net.minecraft.item.crafting.Ingredient@234421ca]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 101 minecraft:red_carpet RecipeStage{tier='two', recipe=3xtile.woolCarpet@14:[net.minecraftforge.oredict.OreIngredient@5f113abd, net.minecraftforge.oredict.OreIngredient@612603aa]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 104 minecraft:red_banner RecipeStage{tier='two', recipe=1xtile.banner@1:[net.minecraftforge.oredict.OreIngredient@48234a72, net.minecraftforge.oredict.OreIngredient@b0a6a5, net.minecraftforge.oredict.OreIngredient@330b6694, net.minecraftforge.oredict.OreIngredient@2a9d65d9, net.minecraftforge.oredict.OreIngredient@783fda22, net.minecraftforge.oredict.OreIngredient@7dbfde0e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@15e828eb, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 108 minecraft:quartz_stairs RecipeStage{tier='one', recipe=4xtile.stairsQuartz@0:[net.minecraft.item.crafting.Ingredient@5c3cc103, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5c3cc103, net.minecraft.item.crafting.Ingredient@5c3cc103, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5c3cc103, net.minecraft.item.crafting.Ingredient@5c3cc103, net.minecraft.item.crafting.Ingredient@5c3cc103]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 110 minecraft:quartz_block RecipeStage{tier='three', recipe=1xtile.quartzBlock@0:[net.minecraft.item.crafting.Ingredient@21288943, net.minecraft.item.crafting.Ingredient@21288943, net.minecraft.item.crafting.Ingredient@21288943, net.minecraft.item.crafting.Ingredient@21288943]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 111 minecraft:purpur_stairs RecipeStage{tier='one', recipe=4xtile.stairsPurpur@0:[net.minecraft.item.crafting.Ingredient@24e6bd00, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@24e6bd00, net.minecraft.item.crafting.Ingredient@24e6bd00, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@24e6bd00, net.minecraft.item.crafting.Ingredient@24e6bd00, net.minecraft.item.crafting.Ingredient@24e6bd00]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 112 minecraft:purpur_slab RecipeStage{tier='four', recipe=6xtile.purpurSlab@0:[net.minecraft.item.crafting.Ingredient@2ab91b65, net.minecraft.item.crafting.Ingredient@2ab91b65, net.minecraft.item.crafting.Ingredient@2ab91b65]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 113 minecraft:purpur_pillar RecipeStage{tier='four', recipe=1xtile.purpurPillar@0:[net.minecraft.item.crafting.Ingredient@7cc8fd4b, net.minecraft.item.crafting.Ingredient@7cc8fd4b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 114 minecraft:purpur_block RecipeStage{tier='four', recipe=4xtile.purpurBlock@0:[net.minecraft.item.crafting.Ingredient@410c1f44, net.minecraft.item.crafting.Ingredient@410c1f44, net.minecraft.item.crafting.Ingredient@410c1f44, net.minecraft.item.crafting.Ingredient@410c1f44]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 116 minecraft:purple_stained_hardened_clay RecipeStage{tier='zero', recipe=8xtile.clayHardenedStained@10:[net.minecraft.item.crafting.Ingredient@44f86613, net.minecraft.item.crafting.Ingredient@44f86613, net.minecraft.item.crafting.Ingredient@44f86613, net.minecraft.item.crafting.Ingredient@44f86613, net.minecraftforge.oredict.OreIngredient@1de20593, net.minecraft.item.crafting.Ingredient@44f86613, net.minecraft.item.crafting.Ingredient@44f86613, net.minecraft.item.crafting.Ingredient@44f86613, net.minecraft.item.crafting.Ingredient@44f86613]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 117 minecraft:purple_stained_glass_pane RecipeStage{tier='two', recipe=12xtile.thinStainedGlass@10:[net.minecraftforge.oredict.OreIngredient@18b78d68, net.minecraftforge.oredict.OreIngredient@7d64d6fa, net.minecraftforge.oredict.OreIngredient@182d4720, net.minecraftforge.oredict.OreIngredient@15ee072b, net.minecraftforge.oredict.OreIngredient@31960433, net.minecraftforge.oredict.OreIngredient@6a1ed7fd]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 118 minecraft:purple_stained_glass RecipeStage{tier='two', recipe=8xtile.stainedGlass@10:[net.minecraftforge.oredict.OreIngredient@18f889d9, net.minecraftforge.oredict.OreIngredient@7dca12b2, net.minecraftforge.oredict.OreIngredient@7cfc36a4, net.minecraftforge.oredict.OreIngredient@60c1b7f9, net.minecraftforge.oredict.OreIngredient@3c2b4c79, net.minecraftforge.oredict.OreIngredient@115996cc, net.minecraftforge.oredict.OreIngredient@c0dcb55, net.minecraftforge.oredict.OreIngredient@611ecb52, net.minecraftforge.oredict.OreIngredient@7300b8c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 119 minecraft:purple_shulker_box RecipeStage{tier='four', recipe=1xtile.shulkerBoxPurple@0:[net.minecraft.item.crafting.Ingredient@404a7c61, net.minecraftforge.oredict.OreIngredient@5a021250, net.minecraft.item.crafting.Ingredient@404a7c61]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 121 minecraft:purple_concrete_powder RecipeStage{tier='one', recipe=8xtile.concretePowder@10:[net.minecraftforge.oredict.OreIngredient@280f3732, net.minecraft.item.crafting.Ingredient@3ac2772d, net.minecraft.item.crafting.Ingredient@3c380db5, net.minecraft.item.crafting.Ingredient@5df17e60, net.minecraft.item.crafting.Ingredient@f9d7d3f, net.minecraft.item.crafting.Ingredient@264f18fe, net.minecraft.item.crafting.Ingredient@5a66fc27, net.minecraft.item.crafting.Ingredient@cb29b75, net.minecraft.item.crafting.Ingredient@68226b59]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 122 minecraft:purple_carpet RecipeStage{tier='two', recipe=3xtile.woolCarpet@10:[net.minecraftforge.oredict.OreIngredient@625520f1, net.minecraftforge.oredict.OreIngredient@638aff90]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 125 minecraft:purple_banner RecipeStage{tier='two', recipe=1xtile.banner@5:[net.minecraftforge.oredict.OreIngredient@e44e7f9, net.minecraftforge.oredict.OreIngredient@7aa5813f, net.minecraftforge.oredict.OreIngredient@6988442, net.minecraftforge.oredict.OreIngredient@6d0dfb7e, net.minecraftforge.oredict.OreIngredient@44dfa209, net.minecraftforge.oredict.OreIngredient@12a56fd4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@505d4356, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 126 minecraft:pumpkin_seeds RecipeStage{tier='zero', recipe=4xitem.seeds_pumpkin@0:[net.minecraft.item.crafting.Ingredient@6000ca67]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 128 minecraft:prismarine_bricks RecipeStage{tier='zero', recipe=1xtile.prismarine@1:[net.minecraftforge.oredict.OreIngredient@6b7fbb9a, net.minecraftforge.oredict.OreIngredient@529da2ee, net.minecraftforge.oredict.OreIngredient@68601c18, net.minecraftforge.oredict.OreIngredient@7656fde8, net.minecraftforge.oredict.OreIngredient@60632bd3, net.minecraftforge.oredict.OreIngredient@5f567fe3, net.minecraftforge.oredict.OreIngredient@373e38cd, net.minecraftforge.oredict.OreIngredient@76c63a7f, net.minecraftforge.oredict.OreIngredient@f82bac7]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 129 minecraft:prismarine RecipeStage{tier='zero', recipe=1xtile.prismarine@0:[net.minecraftforge.oredict.OreIngredient@634775b3, net.minecraftforge.oredict.OreIngredient@2579d146, net.minecraftforge.oredict.OreIngredient@622b1254, net.minecraftforge.oredict.OreIngredient@7865d854]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 130 minecraft:polished_granite RecipeStage{tier='zero', recipe=4xtile.stone@2:[net.minecraftforge.oredict.OreIngredient@20d7c006, net.minecraftforge.oredict.OreIngredient@4b4fc6bb, net.minecraftforge.oredict.OreIngredient@714cd434, net.minecraftforge.oredict.OreIngredient@273d0531]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 131 minecraft:polished_diorite RecipeStage{tier='zero', recipe=4xtile.stone@4:[net.minecraftforge.oredict.OreIngredient@39f43620, net.minecraftforge.oredict.OreIngredient@c3b45bb, net.minecraftforge.oredict.OreIngredient@1bc1dd7c, net.minecraftforge.oredict.OreIngredient@549a47b8]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 132 minecraft:polished_andesite RecipeStage{tier='zero', recipe=4xtile.stone@6:[net.minecraftforge.oredict.OreIngredient@4cc73e3d, net.minecraftforge.oredict.OreIngredient@1a07bc83, net.minecraftforge.oredict.OreIngredient@f38b882, net.minecraftforge.oredict.OreIngredient@919895a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 135 minecraft:pink_stained_hardened_clay RecipeStage{tier='zero', recipe=8xtile.clayHardenedStained@6:[net.minecraft.item.crafting.Ingredient@57642552, net.minecraft.item.crafting.Ingredient@57642552, net.minecraft.item.crafting.Ingredient@57642552, net.minecraft.item.crafting.Ingredient@57642552, net.minecraftforge.oredict.OreIngredient@18ec7663, net.minecraft.item.crafting.Ingredient@57642552, net.minecraft.item.crafting.Ingredient@57642552, net.minecraft.item.crafting.Ingredient@57642552, net.minecraft.item.crafting.Ingredient@57642552]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 136 minecraft:pink_stained_glass_pane RecipeStage{tier='two', recipe=12xtile.thinStainedGlass@6:[net.minecraftforge.oredict.OreIngredient@5373ea0c, net.minecraftforge.oredict.OreIngredient@1aaa47e5, net.minecraftforge.oredict.OreIngredient@712055b4, net.minecraftforge.oredict.OreIngredient@a846a9d, net.minecraftforge.oredict.OreIngredient@46ebd24b, net.minecraftforge.oredict.OreIngredient@eb6301c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 137 minecraft:pink_stained_glass RecipeStage{tier='two', recipe=8xtile.stainedGlass@6:[net.minecraftforge.oredict.OreIngredient@7d48498b, net.minecraftforge.oredict.OreIngredient@5431143d, net.minecraftforge.oredict.OreIngredient@4cd0fd7a, net.minecraftforge.oredict.OreIngredient@7359122c, net.minecraftforge.oredict.OreIngredient@4c6219dd, net.minecraftforge.oredict.OreIngredient@10ae6c90, net.minecraftforge.oredict.OreIngredient@5b5e68d2, net.minecraftforge.oredict.OreIngredient@60add9e7, net.minecraftforge.oredict.OreIngredient@3cdd88de]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 141 minecraft:pink_concrete_powder RecipeStage{tier='one', recipe=8xtile.concretePowder@6:[net.minecraftforge.oredict.OreIngredient@7928cf03, net.minecraft.item.crafting.Ingredient@69173bb7, net.minecraft.item.crafting.Ingredient@5d0ea2af, net.minecraft.item.crafting.Ingredient@7fec354, net.minecraft.item.crafting.Ingredient@1828eff, net.minecraft.item.crafting.Ingredient@5118c7fb, net.minecraft.item.crafting.Ingredient@792b0cad, net.minecraft.item.crafting.Ingredient@8be84bf, net.minecraft.item.crafting.Ingredient@1d5e0621]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 142 minecraft:pink_carpet RecipeStage{tier='two', recipe=3xtile.woolCarpet@6:[net.minecraftforge.oredict.OreIngredient@29e33380, net.minecraftforge.oredict.OreIngredient@53246af4]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 145 minecraft:pink_banner RecipeStage{tier='two', recipe=1xtile.banner@9:[net.minecraftforge.oredict.OreIngredient@57bba7bb, net.minecraftforge.oredict.OreIngredient@652a1dca, net.minecraftforge.oredict.OreIngredient@72549f83, net.minecraftforge.oredict.OreIngredient@468f0f91, net.minecraftforge.oredict.OreIngredient@4c83ee84, net.minecraftforge.oredict.OreIngredient@79f26e93, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2f8c5ea9, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 146 minecraft:pillar_quartz_block RecipeStage{tier='three', recipe=2xtile.quartzBlock@2:[net.minecraft.item.crafting.Ingredient@794daa09, net.minecraft.item.crafting.Ingredient@794daa09]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 148 minecraft:painting RecipeStage{tier='two', recipe=1xitem.painting@0:[net.minecraftforge.oredict.OreIngredient@65bd16bb, net.minecraftforge.oredict.OreIngredient@7d9eee1d, net.minecraftforge.oredict.OreIngredient@17304176, net.minecraftforge.oredict.OreIngredient@743a7e41, net.minecraft.item.crafting.Ingredient@766534b0, net.minecraftforge.oredict.OreIngredient@793fb6b3, net.minecraftforge.oredict.OreIngredient@735b518f, net.minecraftforge.oredict.OreIngredient@66758563, net.minecraftforge.oredict.OreIngredient@411a279a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 150 minecraft:orange_stained_hardened_clay RecipeStage{tier='zero', recipe=8xtile.clayHardenedStained@1:[net.minecraft.item.crafting.Ingredient@11bac6d7, net.minecraft.item.crafting.Ingredient@11bac6d7, net.minecraft.item.crafting.Ingredient@11bac6d7, net.minecraft.item.crafting.Ingredient@11bac6d7, net.minecraftforge.oredict.OreIngredient@26feb343, net.minecraft.item.crafting.Ingredient@11bac6d7, net.minecraft.item.crafting.Ingredient@11bac6d7, net.minecraft.item.crafting.Ingredient@11bac6d7, net.minecraft.item.crafting.Ingredient@11bac6d7]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 151 minecraft:orange_stained_glass_pane RecipeStage{tier='two', recipe=12xtile.thinStainedGlass@1:[net.minecraftforge.oredict.OreIngredient@364876f1, net.minecraftforge.oredict.OreIngredient@576496b7, net.minecraftforge.oredict.OreIngredient@68587216, net.minecraftforge.oredict.OreIngredient@3b6fa0f5, net.minecraftforge.oredict.OreIngredient@4ee5b697, net.minecraftforge.oredict.OreIngredient@3d4750d2]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 152 minecraft:orange_stained_glass RecipeStage{tier='two', recipe=8xtile.stainedGlass@1:[net.minecraftforge.oredict.OreIngredient@16a44dae, net.minecraftforge.oredict.OreIngredient@500a3f87, net.minecraftforge.oredict.OreIngredient@33b86a1f, net.minecraftforge.oredict.OreIngredient@34fe7d7a, net.minecraftforge.oredict.OreIngredient@838f76, net.minecraftforge.oredict.OreIngredient@1746ee6, net.minecraftforge.oredict.OreIngredient@71ec0445, net.minecraftforge.oredict.OreIngredient@363ea2af, net.minecraftforge.oredict.OreIngredient@2a5a6321]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 155 minecraft:orange_concrete_powder RecipeStage{tier='one', recipe=8xtile.concretePowder@1:[net.minecraftforge.oredict.OreIngredient@5acc2ae5, net.minecraft.item.crafting.Ingredient@685280dd, net.minecraft.item.crafting.Ingredient@56957f08, net.minecraft.item.crafting.Ingredient@5b0fc8c2, net.minecraft.item.crafting.Ingredient@2140582, net.minecraft.item.crafting.Ingredient@7ebc2975, net.minecraft.item.crafting.Ingredient@32c7495, net.minecraft.item.crafting.Ingredient@2640f5ea, net.minecraft.item.crafting.Ingredient@45accb5]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 156 minecraft:orange_carpet RecipeStage{tier='two', recipe=3xtile.woolCarpet@1:[net.minecraftforge.oredict.OreIngredient@23f619f6, net.minecraftforge.oredict.OreIngredient@728293e1]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 159 minecraft:orange_banner RecipeStage{tier='two', recipe=1xtile.banner@14:[net.minecraftforge.oredict.OreIngredient@6a7fa07, net.minecraftforge.oredict.OreIngredient@5416a2ed, net.minecraftforge.oredict.OreIngredient@6aa3dc77, net.minecraftforge.oredict.OreIngredient@31947c30, net.minecraftforge.oredict.OreIngredient@8dacfc7, net.minecraftforge.oredict.OreIngredient@693a05fb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1d8e3ccf, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 160 minecraft:observer RecipeStage{tier='three', recipe=1xtile.observer@0:[net.minecraftforge.oredict.OreIngredient@f69b6b2, net.minecraftforge.oredict.OreIngredient@5113f46f, net.minecraftforge.oredict.OreIngredient@683f366b, net.minecraftforge.oredict.OreIngredient@43b17e7, net.minecraftforge.oredict.OreIngredient@4625edf4, net.minecraft.item.crafting.Ingredient@3a44ebd5, net.minecraftforge.oredict.OreIngredient@85bc9d3, net.minecraftforge.oredict.OreIngredient@19462add, net.minecraftforge.oredict.OreIngredient@451e923d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 162 minecraft:oak_stairs RecipeStage{tier='one', recipe=4xtile.stairsWood@0:[net.minecraft.item.crafting.Ingredient@3d5a6849, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3d5a6849, net.minecraft.item.crafting.Ingredient@3d5a6849, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3d5a6849, net.minecraft.item.crafting.Ingredient@3d5a6849, net.minecraft.item.crafting.Ingredient@3d5a6849]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 164 minecraft:noteblock RecipeStage{tier='three', recipe=1xtile.musicBlock@0:[net.minecraftforge.oredict.OreIngredient@2cbd9d27, net.minecraftforge.oredict.OreIngredient@7a7ecc32, net.minecraftforge.oredict.OreIngredient@52c61162, net.minecraftforge.oredict.OreIngredient@63f8fe7d, net.minecraftforge.oredict.OreIngredient@23ec0380, net.minecraftforge.oredict.OreIngredient@2f7f4493, net.minecraftforge.oredict.OreIngredient@4dd01d1f, net.minecraftforge.oredict.OreIngredient@697f09ce, net.minecraftforge.oredict.OreIngredient@2acce762]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 165 minecraft:nether_wart_block RecipeStage{tier='three', recipe=1xtile.netherWartBlock@0:[net.minecraft.item.crafting.Ingredient@434c179e, net.minecraft.item.crafting.Ingredient@434c179e, net.minecraft.item.crafting.Ingredient@434c179e, net.minecraft.item.crafting.Ingredient@434c179e, net.minecraft.item.crafting.Ingredient@434c179e, net.minecraft.item.crafting.Ingredient@434c179e, net.minecraft.item.crafting.Ingredient@434c179e, net.minecraft.item.crafting.Ingredient@434c179e, net.minecraft.item.crafting.Ingredient@434c179e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 166 minecraft:nether_brick_stairs RecipeStage{tier='one', recipe=4xtile.stairsNetherBrick@0:[net.minecraft.item.crafting.Ingredient@388a6656, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@388a6656, net.minecraft.item.crafting.Ingredient@388a6656, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@388a6656, net.minecraft.item.crafting.Ingredient@388a6656, net.minecraft.item.crafting.Ingredient@388a6656]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 167 minecraft:nether_brick_slab RecipeStage{tier='three', recipe=6xtile.stoneSlab@6:[net.minecraft.item.crafting.Ingredient@4487dce, net.minecraft.item.crafting.Ingredient@4487dce, net.minecraft.item.crafting.Ingredient@4487dce]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 168 minecraft:nether_brick_fence RecipeStage{tier='one', recipe=6xtile.netherFence@0:[net.minecraft.item.crafting.Ingredient@712a5de4, net.minecraft.item.crafting.Ingredient@712a5de4, net.minecraft.item.crafting.Ingredient@712a5de4, net.minecraft.item.crafting.Ingredient@712a5de4, net.minecraft.item.crafting.Ingredient@712a5de4, net.minecraft.item.crafting.Ingredient@712a5de4]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 169 minecraft:nether_brick RecipeStage{tier='three', recipe=1xtile.netherBrick@0:[net.minecraft.item.crafting.Ingredient@6a4ba6f4, net.minecraft.item.crafting.Ingredient@6a4ba6f4, net.minecraft.item.crafting.Ingredient@6a4ba6f4, net.minecraft.item.crafting.Ingredient@6a4ba6f4]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 171 minecraft:mossy_stonebrick RecipeStage{tier='two', recipe=1xtile.stonebricksmooth@1:[net.minecraft.item.crafting.Ingredient@e9fa0ea, net.minecraft.item.crafting.Ingredient@1c619a77]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 172 minecraft:mossy_cobblestone_wall RecipeStage{tier='zero', recipe=6xtile.cobbleWall@1:[net.minecraft.item.crafting.Ingredient@27a57c66, net.minecraft.item.crafting.Ingredient@27a57c66, net.minecraft.item.crafting.Ingredient@27a57c66, net.minecraft.item.crafting.Ingredient@27a57c66, net.minecraft.item.crafting.Ingredient@27a57c66, net.minecraft.item.crafting.Ingredient@27a57c66]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 173 minecraft:mossy_cobblestone RecipeStage{tier='zero', recipe=1xtile.stoneMoss@0:[net.minecraftforge.oredict.OreIngredient@7fc27574, net.minecraft.item.crafting.Ingredient@3c511385]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 174 minecraft:minecart RecipeStage{tier='three', recipe=1xitem.minecart@0:[net.minecraftforge.oredict.OreIngredient@3237b776, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2317f987, net.minecraftforge.oredict.OreIngredient@6e2dfd70, net.minecraftforge.oredict.OreIngredient@2a85c14, net.minecraftforge.oredict.OreIngredient@dabd730]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 175 minecraft:melon_seeds RecipeStage{tier='zero', recipe=1xitem.seeds_melon@0:[net.minecraft.item.crafting.Ingredient@77f2807f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 176 minecraft:melon_block RecipeStage{tier='tutorial', recipe=1xtile.melon@0:[net.minecraft.item.crafting.Ingredient@57421698, net.minecraft.item.crafting.Ingredient@57421698, net.minecraft.item.crafting.Ingredient@57421698, net.minecraft.item.crafting.Ingredient@57421698, net.minecraft.item.crafting.Ingredient@57421698, net.minecraft.item.crafting.Ingredient@57421698, net.minecraft.item.crafting.Ingredient@57421698, net.minecraft.item.crafting.Ingredient@57421698, net.minecraft.item.crafting.Ingredient@57421698]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 178 minecraft:magma_cream RecipeStage{tier='three', recipe=1xitem.magmaCream@0:[net.minecraft.item.crafting.Ingredient@53425450, net.minecraftforge.oredict.OreIngredient@68b2a0c3]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 179 minecraft:magma RecipeStage{tier='three', recipe=1xtile.magma@0:[net.minecraft.item.crafting.Ingredient@228c854f, net.minecraft.item.crafting.Ingredient@228c854f, net.minecraft.item.crafting.Ingredient@228c854f, net.minecraft.item.crafting.Ingredient@228c854f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 181 minecraft:magenta_stained_hardened_clay RecipeStage{tier='zero', recipe=8xtile.clayHardenedStained@2:[net.minecraft.item.crafting.Ingredient@f55ecec, net.minecraft.item.crafting.Ingredient@f55ecec, net.minecraft.item.crafting.Ingredient@f55ecec, net.minecraft.item.crafting.Ingredient@f55ecec, net.minecraftforge.oredict.OreIngredient@761feb18, net.minecraft.item.crafting.Ingredient@f55ecec, net.minecraft.item.crafting.Ingredient@f55ecec, net.minecraft.item.crafting.Ingredient@f55ecec, net.minecraft.item.crafting.Ingredient@f55ecec]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 182 minecraft:magenta_stained_glass_pane RecipeStage{tier='two', recipe=12xtile.thinStainedGlass@2:[net.minecraftforge.oredict.OreIngredient@bd6e9a0, net.minecraftforge.oredict.OreIngredient@5c9459cd, net.minecraftforge.oredict.OreIngredient@ee221f3, net.minecraftforge.oredict.OreIngredient@72c4c1c, net.minecraftforge.oredict.OreIngredient@3b0b2eb0, net.minecraftforge.oredict.OreIngredient@45af422d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 183 minecraft:magenta_stained_glass RecipeStage{tier='two', recipe=8xtile.stainedGlass@2:[net.minecraftforge.oredict.OreIngredient@5a5d0ed2, net.minecraftforge.oredict.OreIngredient@3ff4f529, net.minecraftforge.oredict.OreIngredient@5de822c9, net.minecraftforge.oredict.OreIngredient@62e9bd73, net.minecraftforge.oredict.OreIngredient@50f01462, net.minecraftforge.oredict.OreIngredient@4835eee8, net.minecraftforge.oredict.OreIngredient@54d7734d, net.minecraftforge.oredict.OreIngredient@7b7a5e81, net.minecraftforge.oredict.OreIngredient@2b791688]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 189 minecraft:magenta_concrete_powder RecipeStage{tier='one', recipe=8xtile.concretePowder@2:[net.minecraftforge.oredict.OreIngredient@cb0f47b, net.minecraft.item.crafting.Ingredient@2c855eb7, net.minecraft.item.crafting.Ingredient@3a6ae0f0, net.minecraft.item.crafting.Ingredient@7854f2a2, net.minecraft.item.crafting.Ingredient@72f86029, net.minecraft.item.crafting.Ingredient@740ef827, net.minecraft.item.crafting.Ingredient@198eeb36, net.minecraft.item.crafting.Ingredient@4690cb47, net.minecraft.item.crafting.Ingredient@77d80294]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 190 minecraft:magenta_carpet RecipeStage{tier='two', recipe=3xtile.woolCarpet@2:[net.minecraftforge.oredict.OreIngredient@1a44be1c, net.minecraftforge.oredict.OreIngredient@4764885e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 193 minecraft:magenta_banner RecipeStage{tier='two', recipe=1xtile.banner@13:[net.minecraftforge.oredict.OreIngredient@3ab5b777, net.minecraftforge.oredict.OreIngredient@3d4047e2, net.minecraftforge.oredict.OreIngredient@5f867298, net.minecraftforge.oredict.OreIngredient@5a8c0769, net.minecraftforge.oredict.OreIngredient@4d951d40, net.minecraftforge.oredict.OreIngredient@72d52c47, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1e2b9237, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 194 minecraft:lit_pumpkin RecipeStage{tier='one', recipe=1xtile.litpumpkin@0:[net.minecraft.item.crafting.Ingredient@3a3fc789, net.minecraft.item.crafting.Ingredient@2fad7002]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 196 minecraft:lime_stained_hardened_clay RecipeStage{tier='zero', recipe=8xtile.clayHardenedStained@5:[net.minecraft.item.crafting.Ingredient@165634aa, net.minecraft.item.crafting.Ingredient@165634aa, net.minecraft.item.crafting.Ingredient@165634aa, net.minecraft.item.crafting.Ingredient@165634aa, net.minecraftforge.oredict.OreIngredient@1ad0a479, net.minecraft.item.crafting.Ingredient@165634aa, net.minecraft.item.crafting.Ingredient@165634aa, net.minecraft.item.crafting.Ingredient@165634aa, net.minecraft.item.crafting.Ingredient@165634aa]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 197 minecraft:lime_stained_glass_pane RecipeStage{tier='two', recipe=12xtile.thinStainedGlass@5:[net.minecraftforge.oredict.OreIngredient@5828273e, net.minecraftforge.oredict.OreIngredient@4fd79d26, net.minecraftforge.oredict.OreIngredient@6e3227a6, net.minecraftforge.oredict.OreIngredient@71deb575, net.minecraftforge.oredict.OreIngredient@68567da7, net.minecraftforge.oredict.OreIngredient@1b9bf326]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 198 minecraft:lime_stained_glass RecipeStage{tier='two', recipe=8xtile.stainedGlass@5:[net.minecraftforge.oredict.OreIngredient@646be8e4, net.minecraftforge.oredict.OreIngredient@609a9c01, net.minecraftforge.oredict.OreIngredient@3b7a6ef0, net.minecraftforge.oredict.OreIngredient@7fbca87a, net.minecraftforge.oredict.OreIngredient@442b53a1, net.minecraftforge.oredict.OreIngredient@70e5b5b1, net.minecraftforge.oredict.OreIngredient@180048b3, net.minecraftforge.oredict.OreIngredient@2e5ccb1, net.minecraftforge.oredict.OreIngredient@1c4d2117]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 200 minecraft:lime_concrete_powder RecipeStage{tier='one', recipe=8xtile.concretePowder@5:[net.minecraftforge.oredict.OreIngredient@772b05cf, net.minecraft.item.crafting.Ingredient@4d343793, net.minecraft.item.crafting.Ingredient@57a259c1, net.minecraft.item.crafting.Ingredient@1427827f, net.minecraft.item.crafting.Ingredient@27015621, net.minecraft.item.crafting.Ingredient@4b6575fd, net.minecraft.item.crafting.Ingredient@ecc5101, net.minecraft.item.crafting.Ingredient@26501edd, net.minecraft.item.crafting.Ingredient@bcde468]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 201 minecraft:lime_carpet RecipeStage{tier='two', recipe=3xtile.woolCarpet@5:[net.minecraftforge.oredict.OreIngredient@21bc7a4, net.minecraftforge.oredict.OreIngredient@1787032]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 204 minecraft:lime_banner RecipeStage{tier='two', recipe=1xtile.banner@10:[net.minecraftforge.oredict.OreIngredient@332c5085, net.minecraftforge.oredict.OreIngredient@64d13fe5, net.minecraftforge.oredict.OreIngredient@6cd3fae1, net.minecraftforge.oredict.OreIngredient@391c26d5, net.minecraftforge.oredict.OreIngredient@6865f10b, net.minecraftforge.oredict.OreIngredient@526d5f5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@76d13342, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 207 minecraft:light_gray_stained_hardened_clay RecipeStage{tier='zero', recipe=8xtile.clayHardenedStained@8:[net.minecraft.item.crafting.Ingredient@b94c22d, net.minecraft.item.crafting.Ingredient@b94c22d, net.minecraft.item.crafting.Ingredient@b94c22d, net.minecraft.item.crafting.Ingredient@b94c22d, net.minecraftforge.oredict.OreIngredient@17d82ad9, net.minecraft.item.crafting.Ingredient@b94c22d, net.minecraft.item.crafting.Ingredient@b94c22d, net.minecraft.item.crafting.Ingredient@b94c22d, net.minecraft.item.crafting.Ingredient@b94c22d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 208 minecraft:light_gray_stained_glass_pane RecipeStage{tier='two', recipe=12xtile.thinStainedGlass@8:[net.minecraftforge.oredict.OreIngredient@30b39467, net.minecraftforge.oredict.OreIngredient@734b682c, net.minecraftforge.oredict.OreIngredient@6cc2fa74, net.minecraftforge.oredict.OreIngredient@3a1a8bd7, net.minecraftforge.oredict.OreIngredient@1626205f, net.minecraftforge.oredict.OreIngredient@3e8430bf]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 209 minecraft:light_gray_stained_glass RecipeStage{tier='two', recipe=8xtile.stainedGlass@8:[net.minecraftforge.oredict.OreIngredient@456e7c41, net.minecraftforge.oredict.OreIngredient@2b441308, net.minecraftforge.oredict.OreIngredient@cc7fae7, net.minecraftforge.oredict.OreIngredient@13d93208, net.minecraftforge.oredict.OreIngredient@25e3c846, net.minecraftforge.oredict.OreIngredient@2eb453a1, net.minecraftforge.oredict.OreIngredient@1d978452, net.minecraftforge.oredict.OreIngredient@4704bc9a, net.minecraftforge.oredict.OreIngredient@7c1efdc4]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 215 minecraft:light_gray_concrete_powder RecipeStage{tier='one', recipe=8xtile.concretePowder@8:[net.minecraftforge.oredict.OreIngredient@3c3c5eb7, net.minecraft.item.crafting.Ingredient@53f67af6, net.minecraft.item.crafting.Ingredient@5a85f41b, net.minecraft.item.crafting.Ingredient@35abfeba, net.minecraft.item.crafting.Ingredient@7b031f53, net.minecraft.item.crafting.Ingredient@1b42eb0f, net.minecraft.item.crafting.Ingredient@6e92f150, net.minecraft.item.crafting.Ingredient@4268c16, net.minecraft.item.crafting.Ingredient@673ce246]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 216 minecraft:light_gray_carpet RecipeStage{tier='two', recipe=3xtile.woolCarpet@8:[net.minecraftforge.oredict.OreIngredient@6286fcde, net.minecraftforge.oredict.OreIngredient@6ecebe57]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 219 minecraft:light_gray_banner RecipeStage{tier='two', recipe=1xtile.banner@7:[net.minecraftforge.oredict.OreIngredient@d7314be, net.minecraftforge.oredict.OreIngredient@6fca669c, net.minecraftforge.oredict.OreIngredient@7cb8e0c0, net.minecraftforge.oredict.OreIngredient@3c7be288, net.minecraftforge.oredict.OreIngredient@2938c75d, net.minecraftforge.oredict.OreIngredient@157aba60, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2e7ff6ef, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 221 minecraft:light_blue_stained_hardened_clay RecipeStage{tier='zero', recipe=8xtile.clayHardenedStained@3:[net.minecraft.item.crafting.Ingredient@19f007c4, net.minecraft.item.crafting.Ingredient@19f007c4, net.minecraft.item.crafting.Ingredient@19f007c4, net.minecraft.item.crafting.Ingredient@19f007c4, net.minecraftforge.oredict.OreIngredient@62771d5f, net.minecraft.item.crafting.Ingredient@19f007c4, net.minecraft.item.crafting.Ingredient@19f007c4, net.minecraft.item.crafting.Ingredient@19f007c4, net.minecraft.item.crafting.Ingredient@19f007c4]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 222 minecraft:light_blue_stained_glass_pane RecipeStage{tier='two', recipe=12xtile.thinStainedGlass@3:[net.minecraftforge.oredict.OreIngredient@336e4770, net.minecraftforge.oredict.OreIngredient@6739ac79, net.minecraftforge.oredict.OreIngredient@352352e2, net.minecraftforge.oredict.OreIngredient@6fe43cfc, net.minecraftforge.oredict.OreIngredient@2ef0b3b7, net.minecraftforge.oredict.OreIngredient@4809874]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 223 minecraft:light_blue_stained_glass RecipeStage{tier='two', recipe=8xtile.stainedGlass@3:[net.minecraftforge.oredict.OreIngredient@2b9b7e44, net.minecraftforge.oredict.OreIngredient@6556a417, net.minecraftforge.oredict.OreIngredient@4e10de01, net.minecraftforge.oredict.OreIngredient@4ed3bc8f, net.minecraftforge.oredict.OreIngredient@3e4a824f, net.minecraftforge.oredict.OreIngredient@6e6cff8d, net.minecraftforge.oredict.OreIngredient@26c4d497, net.minecraftforge.oredict.OreIngredient@75203304, net.minecraftforge.oredict.OreIngredient@1f929f15]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 226 minecraft:light_blue_concrete_powder RecipeStage{tier='one', recipe=8xtile.concretePowder@3:[net.minecraftforge.oredict.OreIngredient@62a73c0d, net.minecraft.item.crafting.Ingredient@7b2a6ed3, net.minecraft.item.crafting.Ingredient@28993a77, net.minecraft.item.crafting.Ingredient@2c6b36d7, net.minecraft.item.crafting.Ingredient@3f1485c3, net.minecraft.item.crafting.Ingredient@17e03804, net.minecraft.item.crafting.Ingredient@764bf20d, net.minecraft.item.crafting.Ingredient@363bf9d, net.minecraft.item.crafting.Ingredient@184218af]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 227 minecraft:light_blue_carpet RecipeStage{tier='two', recipe=3xtile.woolCarpet@3:[net.minecraftforge.oredict.OreIngredient@69c67d7b, net.minecraftforge.oredict.OreIngredient@2358d7dd]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 230 minecraft:light_blue_banner RecipeStage{tier='two', recipe=1xtile.banner@12:[net.minecraftforge.oredict.OreIngredient@4d34d517, net.minecraftforge.oredict.OreIngredient@21f9ad1c, net.minecraftforge.oredict.OreIngredient@4b1db304, net.minecraftforge.oredict.OreIngredient@683844b2, net.minecraftforge.oredict.OreIngredient@34fb8cf, net.minecraftforge.oredict.OreIngredient@6fb274f7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@49117f96, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 231 minecraft:lever RecipeStage{tier='two', recipe=1xtile.lever@0:[net.minecraftforge.oredict.OreIngredient@63a6afd2, net.minecraftforge.oredict.OreIngredient@1dd1eaa9]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 232 minecraft:leather_leggings nmd.primal.core.common.recipes.irecipe.EmptyRecipe@1db456ff +[16:58:29] [Server thread/TRACE] [FML]: Registry: 233 minecraft:leather_helmet nmd.primal.core.common.recipes.irecipe.EmptyRecipe@719b1b7b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 234 minecraft:leather_chestplate nmd.primal.core.common.recipes.irecipe.EmptyRecipe@654aec98 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 235 minecraft:leather_boots nmd.primal.core.common.recipes.irecipe.EmptyRecipe@181daad0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 242 minecraft:jungle_stairs RecipeStage{tier='one', recipe=4xtile.stairsWoodJungle@0:[net.minecraft.item.crafting.Ingredient@529a2d6f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@529a2d6f, net.minecraft.item.crafting.Ingredient@529a2d6f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@529a2d6f, net.minecraft.item.crafting.Ingredient@529a2d6f, net.minecraft.item.crafting.Ingredient@529a2d6f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 244 minecraft:jungle_fence_gate RecipeStage{tier='one', recipe=1xtile.jungleFenceGate@0:[net.minecraft.item.crafting.Ingredient@9588bd8, net.minecraft.item.crafting.Ingredient@75edfe9a, net.minecraft.item.crafting.Ingredient@9588bd8, net.minecraft.item.crafting.Ingredient@9588bd8, net.minecraft.item.crafting.Ingredient@75edfe9a, net.minecraft.item.crafting.Ingredient@9588bd8]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 245 minecraft:jungle_fence RecipeStage{tier='one', recipe=3xtile.jungleFence@0:[net.minecraft.item.crafting.Ingredient@5fe5f2f0, net.minecraft.item.crafting.Ingredient@7138e064, net.minecraft.item.crafting.Ingredient@5fe5f2f0, net.minecraft.item.crafting.Ingredient@5fe5f2f0, net.minecraft.item.crafting.Ingredient@7138e064, net.minecraft.item.crafting.Ingredient@5fe5f2f0]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 246 minecraft:jungle_door RecipeStage{tier='one', recipe=3xitem.doorJungle@0:[net.minecraft.item.crafting.Ingredient@e7c3ba2, net.minecraft.item.crafting.Ingredient@e7c3ba2, net.minecraft.item.crafting.Ingredient@e7c3ba2, net.minecraft.item.crafting.Ingredient@e7c3ba2, net.minecraft.item.crafting.Ingredient@e7c3ba2, net.minecraft.item.crafting.Ingredient@e7c3ba2]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 250 minecraft:iron_trapdoor RecipeStage{tier='two', recipe=1xtile.ironTrapdoor@0:[net.minecraftforge.oredict.OreIngredient@49d620e7, net.minecraftforge.oredict.OreIngredient@6c97993c, net.minecraftforge.oredict.OreIngredient@2168250e, net.minecraftforge.oredict.OreIngredient@139d13a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 255 minecraft:iron_leggings nmd.primal.core.common.recipes.irecipe.EmptyRecipe@40537a83 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 259 minecraft:iron_helmet nmd.primal.core.common.recipes.irecipe.EmptyRecipe@1be35d24 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 260 minecraft:iron_door RecipeStage{tier='two', recipe=3xitem.doorIron@0:[net.minecraftforge.oredict.OreIngredient@4de66cd, net.minecraftforge.oredict.OreIngredient@710f9c1e, net.minecraftforge.oredict.OreIngredient@6dc3f014, net.minecraftforge.oredict.OreIngredient@44cf220d, net.minecraftforge.oredict.OreIngredient@33d0cc57, net.minecraftforge.oredict.OreIngredient@3eb2595f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 261 minecraft:iron_chestplate nmd.primal.core.common.recipes.irecipe.EmptyRecipe@5a868b6a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 262 minecraft:iron_boots nmd.primal.core.common.recipes.irecipe.EmptyRecipe@295d7f31 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 266 minecraft:hopper_minecart RecipeStage{tier='three', recipe=1xitem.minecartHopper@0:[net.minecraft.item.crafting.Ingredient@7685912e, net.minecraft.item.crafting.Ingredient@3ea3b20d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 269 minecraft:hay_block RecipeStage{tier='zero', recipe=1xtile.hayBlock@0:[net.minecraft.item.crafting.Ingredient@323fa578, net.minecraft.item.crafting.Ingredient@323fa578, net.minecraft.item.crafting.Ingredient@323fa578, net.minecraft.item.crafting.Ingredient@323fa578, net.minecraft.item.crafting.Ingredient@323fa578, net.minecraft.item.crafting.Ingredient@323fa578, net.minecraft.item.crafting.Ingredient@323fa578, net.minecraft.item.crafting.Ingredient@323fa578, net.minecraft.item.crafting.Ingredient@323fa578]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 271 minecraft:green_stained_hardened_clay RecipeStage{tier='zero', recipe=8xtile.clayHardenedStained@13:[net.minecraft.item.crafting.Ingredient@7a2d676e, net.minecraft.item.crafting.Ingredient@7a2d676e, net.minecraft.item.crafting.Ingredient@7a2d676e, net.minecraft.item.crafting.Ingredient@7a2d676e, net.minecraftforge.oredict.OreIngredient@7a6e5034, net.minecraft.item.crafting.Ingredient@7a2d676e, net.minecraft.item.crafting.Ingredient@7a2d676e, net.minecraft.item.crafting.Ingredient@7a2d676e, net.minecraft.item.crafting.Ingredient@7a2d676e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 272 minecraft:green_stained_glass_pane RecipeStage{tier='two', recipe=12xtile.thinStainedGlass@13:[net.minecraftforge.oredict.OreIngredient@38790c01, net.minecraftforge.oredict.OreIngredient@629517c4, net.minecraftforge.oredict.OreIngredient@18745013, net.minecraftforge.oredict.OreIngredient@10134cd9, net.minecraftforge.oredict.OreIngredient@607a43de, net.minecraftforge.oredict.OreIngredient@2a9b4322]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 273 minecraft:green_stained_glass RecipeStage{tier='two', recipe=8xtile.stainedGlass@13:[net.minecraftforge.oredict.OreIngredient@10d57aaa, net.minecraftforge.oredict.OreIngredient@1aaa99ed, net.minecraftforge.oredict.OreIngredient@28fc5dd5, net.minecraftforge.oredict.OreIngredient@588e99bb, net.minecraftforge.oredict.OreIngredient@63b5b82a, net.minecraftforge.oredict.OreIngredient@2d1e2040, net.minecraftforge.oredict.OreIngredient@6746d2c3, net.minecraftforge.oredict.OreIngredient@4b29ccd1, net.minecraftforge.oredict.OreIngredient@5934976]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 274 minecraft:green_concrete_powder RecipeStage{tier='one', recipe=8xtile.concretePowder@13:[net.minecraftforge.oredict.OreIngredient@59d375a4, net.minecraft.item.crafting.Ingredient@7631fb3e, net.minecraft.item.crafting.Ingredient@3aede2ff, net.minecraft.item.crafting.Ingredient@ab5c335, net.minecraft.item.crafting.Ingredient@5769679b, net.minecraft.item.crafting.Ingredient@2ef89e43, net.minecraft.item.crafting.Ingredient@7bd76b79, net.minecraft.item.crafting.Ingredient@5fdfa35d, net.minecraft.item.crafting.Ingredient@43165282]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 275 minecraft:green_carpet RecipeStage{tier='two', recipe=3xtile.woolCarpet@13:[net.minecraftforge.oredict.OreIngredient@8d26497, net.minecraftforge.oredict.OreIngredient@d187e18]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 278 minecraft:green_banner RecipeStage{tier='two', recipe=1xtile.banner@2:[net.minecraftforge.oredict.OreIngredient@5a5e35d4, net.minecraftforge.oredict.OreIngredient@45ecc33e, net.minecraftforge.oredict.OreIngredient@378eeef3, net.minecraftforge.oredict.OreIngredient@31cdfb88, net.minecraftforge.oredict.OreIngredient@1a9688f0, net.minecraftforge.oredict.OreIngredient@39c04daf, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@79f9d512, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 280 minecraft:gray_stained_hardened_clay RecipeStage{tier='zero', recipe=8xtile.clayHardenedStained@7:[net.minecraft.item.crafting.Ingredient@3f60ba06, net.minecraft.item.crafting.Ingredient@3f60ba06, net.minecraft.item.crafting.Ingredient@3f60ba06, net.minecraft.item.crafting.Ingredient@3f60ba06, net.minecraftforge.oredict.OreIngredient@325f24b3, net.minecraft.item.crafting.Ingredient@3f60ba06, net.minecraft.item.crafting.Ingredient@3f60ba06, net.minecraft.item.crafting.Ingredient@3f60ba06, net.minecraft.item.crafting.Ingredient@3f60ba06]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 281 minecraft:gray_stained_glass_pane RecipeStage{tier='two', recipe=12xtile.thinStainedGlass@7:[net.minecraftforge.oredict.OreIngredient@5b926af, net.minecraftforge.oredict.OreIngredient@111b1086, net.minecraftforge.oredict.OreIngredient@55fe0e18, net.minecraftforge.oredict.OreIngredient@1ecfc2a8, net.minecraftforge.oredict.OreIngredient@528f1380, net.minecraftforge.oredict.OreIngredient@1bd9b677]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 282 minecraft:gray_stained_glass RecipeStage{tier='two', recipe=8xtile.stainedGlass@7:[net.minecraftforge.oredict.OreIngredient@3ef2f5da, net.minecraftforge.oredict.OreIngredient@5e48ba2e, net.minecraftforge.oredict.OreIngredient@74f1a174, net.minecraftforge.oredict.OreIngredient@224dcb93, net.minecraftforge.oredict.OreIngredient@b38a625, net.minecraftforge.oredict.OreIngredient@103ae4a6, net.minecraftforge.oredict.OreIngredient@69391dd4, net.minecraftforge.oredict.OreIngredient@25e44233, net.minecraftforge.oredict.OreIngredient@6ba3c124]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 284 minecraft:gray_concrete_powder RecipeStage{tier='one', recipe=8xtile.concretePowder@7:[net.minecraftforge.oredict.OreIngredient@a7f469c, net.minecraft.item.crafting.Ingredient@5963a2c9, net.minecraft.item.crafting.Ingredient@79143853, net.minecraft.item.crafting.Ingredient@541ea657, net.minecraft.item.crafting.Ingredient@7308e2d6, net.minecraft.item.crafting.Ingredient@37b97394, net.minecraft.item.crafting.Ingredient@6f371390, net.minecraft.item.crafting.Ingredient@4eba3c3f, net.minecraft.item.crafting.Ingredient@7a90796c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 285 minecraft:gray_carpet RecipeStage{tier='two', recipe=3xtile.woolCarpet@7:[net.minecraftforge.oredict.OreIngredient@7fa01c16, net.minecraftforge.oredict.OreIngredient@b9656d7]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 288 minecraft:gray_banner RecipeStage{tier='two', recipe=1xtile.banner@8:[net.minecraftforge.oredict.OreIngredient@34b8363, net.minecraftforge.oredict.OreIngredient@33502497, net.minecraftforge.oredict.OreIngredient@72e2e9f5, net.minecraftforge.oredict.OreIngredient@7dd8256d, net.minecraftforge.oredict.OreIngredient@2257e12e, net.minecraftforge.oredict.OreIngredient@10111d6f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@75d9e3d9, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 289 minecraft:granite RecipeStage{tier='tutorial', recipe=1xtile.stone@1:[net.minecraftforge.oredict.OreIngredient@49964342, net.minecraft.item.crafting.Ingredient@642270ad]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 294 minecraft:golden_leggings nmd.primal.core.common.recipes.irecipe.EmptyRecipe@6eaa5f12 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 296 minecraft:golden_helmet nmd.primal.core.common.recipes.irecipe.EmptyRecipe@72b6d657 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 297 minecraft:golden_chestplate nmd.primal.core.common.recipes.irecipe.EmptyRecipe@616c1f91 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 298 minecraft:golden_carrot RecipeStage{tier='two', recipe=1xitem.carrotGolden@0:[net.minecraft.item.crafting.Ingredient@75a0e0c2, net.minecraft.item.crafting.Ingredient@75a0e0c2, net.minecraft.item.crafting.Ingredient@75a0e0c2, net.minecraft.item.crafting.Ingredient@75a0e0c2, net.minecraft.item.crafting.Ingredient@4190b111, net.minecraft.item.crafting.Ingredient@75a0e0c2, net.minecraft.item.crafting.Ingredient@75a0e0c2, net.minecraft.item.crafting.Ingredient@75a0e0c2, net.minecraft.item.crafting.Ingredient@75a0e0c2]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 299 minecraft:golden_boots nmd.primal.core.common.recipes.irecipe.EmptyRecipe@3eb5203e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 301 minecraft:golden_apple RecipeStage{tier='two', recipe=1xitem.appleGold@0:[net.minecraftforge.oredict.OreIngredient@1ad43268, net.minecraftforge.oredict.OreIngredient@46a40e85, net.minecraftforge.oredict.OreIngredient@ae8bec8, net.minecraftforge.oredict.OreIngredient@1ebd651b, net.minecraft.item.crafting.Ingredient@7b2cd7ff, net.minecraftforge.oredict.OreIngredient@25c153d6, net.minecraftforge.oredict.OreIngredient@4377a1cd, net.minecraftforge.oredict.OreIngredient@ca64995, net.minecraftforge.oredict.OreIngredient@79c670a7]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 306 minecraft:glowstone RecipeStage{tier='three', recipe=1xtile.lightgem@0:[net.minecraftforge.oredict.OreIngredient@2561f889, net.minecraftforge.oredict.OreIngredient@5a58d50c, net.minecraftforge.oredict.OreIngredient@48ad4364, net.minecraftforge.oredict.OreIngredient@4ec0c93f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 309 minecraft:furnace_minecart RecipeStage{tier='three', recipe=1xitem.minecartFurnace@0:[net.minecraft.item.crafting.Ingredient@488ae823, net.minecraft.item.crafting.Ingredient@19b6b7e7]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 311 minecraft:flower_pot RecipeStage{tier='one', recipe=1xitem.flowerPot@0:[net.minecraft.item.crafting.Ingredient@3d123d10, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3d123d10, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3d123d10, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 312 minecraft:flint_and_steel RecipeStage{tier='two', recipe=1xitem.flintAndSteel@0:[net.minecraftforge.oredict.OreIngredient@1d2eb9fa, net.minecraft.item.crafting.Ingredient@4377b35b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 313 minecraft:fishing_rod RecipeStage{tier='two', recipe=1xitem.fishingRod@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4d54057b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@760cd442, net.minecraftforge.oredict.OreIngredient@18198dc4, net.minecraftforge.oredict.OreIngredient@70900654, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1d82aae0]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 314 minecraft:fire_charge RecipeStage{tier='three', recipe=3xitem.fireball@0:[net.minecraftforge.oredict.OreIngredient@d3cc3d6, net.minecraft.item.crafting.Ingredient@b0bd567, net.minecraft.item.crafting.Ingredient@7f8586f9]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 315 minecraft:fermented_spider_eye RecipeStage{tier='zero', recipe=1xitem.fermentedSpiderEye@0:[net.minecraft.item.crafting.Ingredient@9223122, net.minecraft.item.crafting.Ingredient@3c2b7322, net.minecraft.item.crafting.Ingredient@7731504]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 316 minecraft:fence_gate RecipeStage{tier='one', recipe=1xtile.fenceGate@0:[net.minecraft.item.crafting.Ingredient@23e0ef68, net.minecraft.item.crafting.Ingredient@7207cb8b, net.minecraft.item.crafting.Ingredient@23e0ef68, net.minecraft.item.crafting.Ingredient@23e0ef68, net.minecraft.item.crafting.Ingredient@7207cb8b, net.minecraft.item.crafting.Ingredient@23e0ef68]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 317 minecraft:fence RecipeStage{tier='one', recipe=3xtile.fence@0:[net.minecraft.item.crafting.Ingredient@505e8d48, net.minecraft.item.crafting.Ingredient@53628ff6, net.minecraft.item.crafting.Ingredient@505e8d48, net.minecraft.item.crafting.Ingredient@505e8d48, net.minecraft.item.crafting.Ingredient@53628ff6, net.minecraft.item.crafting.Ingredient@505e8d48]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 318 minecraft:ender_eye RecipeStage{tier='three', recipe=1xitem.eyeOfEnder@0:[net.minecraftforge.oredict.OreIngredient@599f1818, net.minecraft.item.crafting.Ingredient@5926f291]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 320 minecraft:end_rod RecipeStage{tier='four', recipe=4xtile.endRod@0:[net.minecraft.item.crafting.Ingredient@37b0a724, net.minecraft.item.crafting.Ingredient@4a6c33a0]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 321 minecraft:end_crystal RecipeStage{tier='four', recipe=1xitem.end_crystal@0:[net.minecraftforge.oredict.OreIngredient@29cd07d9, net.minecraftforge.oredict.OreIngredient@21107daa, net.minecraftforge.oredict.OreIngredient@4ad9282d, net.minecraftforge.oredict.OreIngredient@6ba7b6b6, net.minecraft.item.crafting.Ingredient@1fce17b8, net.minecraftforge.oredict.OreIngredient@2a1597d4, net.minecraftforge.oredict.OreIngredient@84a5211, net.minecraft.item.crafting.Ingredient@24c6a471, net.minecraftforge.oredict.OreIngredient@bd18b75]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 322 minecraft:end_bricks RecipeStage{tier='four', recipe=4xtile.endBricks@0:[net.minecraft.item.crafting.Ingredient@36ba9aa3, net.minecraft.item.crafting.Ingredient@36ba9aa3, net.minecraft.item.crafting.Ingredient@36ba9aa3, net.minecraft.item.crafting.Ingredient@36ba9aa3]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 326 minecraft:dropper RecipeStage{tier='three', recipe=1xtile.dropper@0:[net.minecraftforge.oredict.OreIngredient@6cf7c56e, net.minecraftforge.oredict.OreIngredient@46b28dd5, net.minecraftforge.oredict.OreIngredient@3e624662, net.minecraftforge.oredict.OreIngredient@61e3a09b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@33edd57c, net.minecraftforge.oredict.OreIngredient@61e32af1, net.minecraftforge.oredict.OreIngredient@4d9e31f9, net.minecraftforge.oredict.OreIngredient@3185b7a9]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 327 minecraft:dispenser RecipeStage{tier='three', recipe=1xtile.dispenser@0:[net.minecraftforge.oredict.OreIngredient@6c9ec2d0, net.minecraftforge.oredict.OreIngredient@14d2d910, net.minecraftforge.oredict.OreIngredient@28ff238a, net.minecraftforge.oredict.OreIngredient@34dbf1c3, net.minecraft.item.crafting.Ingredient@5524e471, net.minecraftforge.oredict.OreIngredient@2ec92dca, net.minecraftforge.oredict.OreIngredient@2cd16b5a, net.minecraftforge.oredict.OreIngredient@7d63fe39, net.minecraftforge.oredict.OreIngredient@165d4dbf]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 328 minecraft:diorite RecipeStage{tier='tutorial', recipe=2xtile.stone@3:[net.minecraftforge.oredict.OreIngredient@719d95c3, net.minecraft.item.crafting.Ingredient@142ac60e, net.minecraft.item.crafting.Ingredient@142ac60e, net.minecraftforge.oredict.OreIngredient@56b1ab11]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 329 minecraft:diamond_sword RecipeStage{tier='five', recipe=1xitem.swordDiamond@0:[net.minecraftforge.oredict.OreIngredient@344115c8, net.minecraftforge.oredict.OreIngredient@488d864a, net.minecraftforge.oredict.OreIngredient@55233115]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 330 minecraft:diamond_shovel RecipeStage{tier='five', recipe=1xitem.shovelDiamond@0:[net.minecraftforge.oredict.OreIngredient@e91e183, net.minecraftforge.oredict.OreIngredient@32c24acc, net.minecraftforge.oredict.OreIngredient@16592508]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 331 minecraft:diamond_pickaxe RecipeStage{tier='five', recipe=1xitem.pickaxeDiamond@0:[net.minecraftforge.oredict.OreIngredient@5a3e154f, net.minecraftforge.oredict.OreIngredient@5ba26a72, net.minecraftforge.oredict.OreIngredient@7b16cfe0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@24b8c4ef, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@e06395a, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 332 minecraft:diamond_leggings nmd.primal.core.common.recipes.irecipe.EmptyRecipe@5b73c9da +[16:58:29] [Server thread/TRACE] [FML]: Registry: 333 minecraft:diamond_hoe RecipeStage{tier='five', recipe=1xitem.hoeDiamond@0:[net.minecraftforge.oredict.OreIngredient@183fd167, net.minecraftforge.oredict.OreIngredient@1dfe2f7f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5676c24d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@62c2159e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 334 minecraft:diamond_helmet nmd.primal.core.common.recipes.irecipe.EmptyRecipe@6539000a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 335 minecraft:diamond_chestplate nmd.primal.core.common.recipes.irecipe.EmptyRecipe@5d46dba +[16:58:29] [Server thread/TRACE] [FML]: Registry: 336 minecraft:diamond_boots nmd.primal.core.common.recipes.irecipe.EmptyRecipe@573301df +[16:58:29] [Server thread/TRACE] [FML]: Registry: 338 minecraft:diamond_axe RecipeStage{tier='five', recipe=1xitem.hatchetDiamond@0:[net.minecraftforge.oredict.OreIngredient@364e3b92, net.minecraftforge.oredict.OreIngredient@2b957897, net.minecraftforge.oredict.OreIngredient@48c2de72, net.minecraftforge.oredict.OreIngredient@5ea54ca4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@19f07e49]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 341 minecraft:daylight_detector RecipeStage{tier='three', recipe=1xtile.daylightDetector@0:[net.minecraftforge.oredict.OreIngredient@579b9102, net.minecraftforge.oredict.OreIngredient@4dca376f, net.minecraftforge.oredict.OreIngredient@f056ae, net.minecraft.item.crafting.Ingredient@1009a9b4, net.minecraft.item.crafting.Ingredient@1009a9b4, net.minecraft.item.crafting.Ingredient@1009a9b4, net.minecraft.item.crafting.Ingredient@55154761, net.minecraft.item.crafting.Ingredient@55154761, net.minecraft.item.crafting.Ingredient@55154761]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 342 minecraft:dark_prismarine RecipeStage{tier='zero', recipe=1xtile.prismarine@2:[net.minecraftforge.oredict.OreIngredient@6a6e6af3, net.minecraftforge.oredict.OreIngredient@61f6f53d, net.minecraftforge.oredict.OreIngredient@7d1bd723, net.minecraftforge.oredict.OreIngredient@7fdcbb08, net.minecraftforge.oredict.OreIngredient@66fc6ff2, net.minecraftforge.oredict.OreIngredient@30f5310d, net.minecraftforge.oredict.OreIngredient@13f44aff, net.minecraftforge.oredict.OreIngredient@9eab772, net.minecraftforge.oredict.OreIngredient@c6cca42]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 344 minecraft:dark_oak_stairs RecipeStage{tier='one', recipe=4xtile.stairsWoodDarkOak@0:[net.minecraft.item.crafting.Ingredient@75b57ecd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@75b57ecd, net.minecraft.item.crafting.Ingredient@75b57ecd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@75b57ecd, net.minecraft.item.crafting.Ingredient@75b57ecd, net.minecraft.item.crafting.Ingredient@75b57ecd]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 346 minecraft:dark_oak_fence_gate RecipeStage{tier='one', recipe=1xtile.darkOakFenceGate@0:[net.minecraft.item.crafting.Ingredient@4221663d, net.minecraft.item.crafting.Ingredient@3ebfe048, net.minecraft.item.crafting.Ingredient@4221663d, net.minecraft.item.crafting.Ingredient@4221663d, net.minecraft.item.crafting.Ingredient@3ebfe048, net.minecraft.item.crafting.Ingredient@4221663d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 347 minecraft:dark_oak_fence RecipeStage{tier='one', recipe=3xtile.darkOakFence@0:[net.minecraft.item.crafting.Ingredient@47b4fcd5, net.minecraft.item.crafting.Ingredient@3c971473, net.minecraft.item.crafting.Ingredient@47b4fcd5, net.minecraft.item.crafting.Ingredient@47b4fcd5, net.minecraft.item.crafting.Ingredient@3c971473, net.minecraft.item.crafting.Ingredient@47b4fcd5]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 348 minecraft:dark_oak_door RecipeStage{tier='one', recipe=3xitem.doorDarkOak@0:[net.minecraft.item.crafting.Ingredient@26abee34, net.minecraft.item.crafting.Ingredient@26abee34, net.minecraft.item.crafting.Ingredient@26abee34, net.minecraft.item.crafting.Ingredient@26abee34, net.minecraft.item.crafting.Ingredient@26abee34, net.minecraft.item.crafting.Ingredient@26abee34]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 351 minecraft:cyan_stained_hardened_clay RecipeStage{tier='zero', recipe=8xtile.clayHardenedStained@9:[net.minecraft.item.crafting.Ingredient@126320a8, net.minecraft.item.crafting.Ingredient@126320a8, net.minecraft.item.crafting.Ingredient@126320a8, net.minecraft.item.crafting.Ingredient@126320a8, net.minecraftforge.oredict.OreIngredient@78179ea1, net.minecraft.item.crafting.Ingredient@126320a8, net.minecraft.item.crafting.Ingredient@126320a8, net.minecraft.item.crafting.Ingredient@126320a8, net.minecraft.item.crafting.Ingredient@126320a8]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 352 minecraft:cyan_stained_glass_pane RecipeStage{tier='two', recipe=12xtile.thinStainedGlass@9:[net.minecraftforge.oredict.OreIngredient@1243653b, net.minecraftforge.oredict.OreIngredient@406534df, net.minecraftforge.oredict.OreIngredient@33ef91e0, net.minecraftforge.oredict.OreIngredient@7749f3aa, net.minecraftforge.oredict.OreIngredient@7eaa3ac5, net.minecraftforge.oredict.OreIngredient@17803a03]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 353 minecraft:cyan_stained_glass RecipeStage{tier='two', recipe=8xtile.stainedGlass@9:[net.minecraftforge.oredict.OreIngredient@582fd982, net.minecraftforge.oredict.OreIngredient@6043a58e, net.minecraftforge.oredict.OreIngredient@4f10d751, net.minecraftforge.oredict.OreIngredient@59d6bc92, net.minecraftforge.oredict.OreIngredient@7f139de3, net.minecraftforge.oredict.OreIngredient@281285a, net.minecraftforge.oredict.OreIngredient@4b62cd04, net.minecraftforge.oredict.OreIngredient@27bccad6, net.minecraftforge.oredict.OreIngredient@44a3b747]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 355 minecraft:cyan_concrete_powder RecipeStage{tier='one', recipe=8xtile.concretePowder@9:[net.minecraftforge.oredict.OreIngredient@5317f88e, net.minecraft.item.crafting.Ingredient@76737130, net.minecraft.item.crafting.Ingredient@6a2d1f6d, net.minecraft.item.crafting.Ingredient@6f2a13c7, net.minecraft.item.crafting.Ingredient@c581e65, net.minecraft.item.crafting.Ingredient@61cf142f, net.minecraft.item.crafting.Ingredient@631bb90c, net.minecraft.item.crafting.Ingredient@5c902a83, net.minecraft.item.crafting.Ingredient@10f7bc42]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 356 minecraft:cyan_carpet RecipeStage{tier='two', recipe=3xtile.woolCarpet@9:[net.minecraftforge.oredict.OreIngredient@ad76424, net.minecraftforge.oredict.OreIngredient@198c2113]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 359 minecraft:cyan_banner RecipeStage{tier='two', recipe=1xtile.banner@6:[net.minecraftforge.oredict.OreIngredient@42320d5d, net.minecraftforge.oredict.OreIngredient@73a03a74, net.minecraftforge.oredict.OreIngredient@51bdb53d, net.minecraftforge.oredict.OreIngredient@aa0d26c, net.minecraftforge.oredict.OreIngredient@58aa7e80, net.minecraftforge.oredict.OreIngredient@2aab8c7b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1683d04e, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 363 minecraft:comparator RecipeStage{tier='three', recipe=1xitem.comparator@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@34f4fd04, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@34f4fd04, net.minecraft.item.crafting.Ingredient@445265b0, net.minecraft.item.crafting.Ingredient@34f4fd04, net.minecraftforge.oredict.OreIngredient@70f9d784, net.minecraftforge.oredict.OreIngredient@6c10f5e, net.minecraftforge.oredict.OreIngredient@a9852ae]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 364 minecraft:cobblestone_wall RecipeStage{tier='zero', recipe=6xtile.cobbleWall@0:[net.minecraft.item.crafting.Ingredient@7a461744, net.minecraft.item.crafting.Ingredient@7a461744, net.minecraft.item.crafting.Ingredient@7a461744, net.minecraft.item.crafting.Ingredient@7a461744, net.minecraft.item.crafting.Ingredient@7a461744, net.minecraft.item.crafting.Ingredient@7a461744]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 366 minecraft:coarse_dirt RecipeStage{tier='tutorial', recipe=4xtile.dirt@1:[net.minecraft.item.crafting.Ingredient@26ab3c1b, net.minecraft.item.crafting.Ingredient@98dc042, net.minecraft.item.crafting.Ingredient@98dc042, net.minecraft.item.crafting.Ingredient@26ab3c1b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 372 minecraft:chiseled_sandstone RecipeStage{tier='zero', recipe=1xtile.sandStone@1:[net.minecraft.item.crafting.Ingredient@4b50ebea, net.minecraft.item.crafting.Ingredient@4b50ebea]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 373 minecraft:chiseled_red_sandstone RecipeStage{tier='zero', recipe=1xtile.redSandStone@1:[net.minecraft.item.crafting.Ingredient@31fd3db2, net.minecraft.item.crafting.Ingredient@31fd3db2]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 374 minecraft:chiseled_quartz_block RecipeStage{tier='three', recipe=1xtile.quartzBlock@1:[net.minecraft.item.crafting.Ingredient@75375bb0, net.minecraft.item.crafting.Ingredient@75375bb0]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 375 minecraft:chest_minecart RecipeStage{tier='three', recipe=1xitem.minecartChest@0:[net.minecraftforge.oredict.OreIngredient@7d5dbde2, net.minecraft.item.crafting.Ingredient@2845fd12]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 377 minecraft:cauldron RecipeStage{tier='two', recipe=1xitem.cauldron@0:[net.minecraftforge.oredict.OreIngredient@43eba1cf, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5ff2e918, net.minecraftforge.oredict.OreIngredient@784da49d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@990e894, net.minecraftforge.oredict.OreIngredient@17ebc5b0, net.minecraftforge.oredict.OreIngredient@5f19547c, net.minecraftforge.oredict.OreIngredient@4a657a4e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 378 minecraft:carrot_on_a_stick RecipeStage{tier='two', recipe=1xitem.carrotOnAStick@0:[net.minecraft.item.crafting.Ingredient@4d099a37, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@398a27e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 382 minecraft:brown_stained_hardened_clay RecipeStage{tier='zero', recipe=8xtile.clayHardenedStained@12:[net.minecraft.item.crafting.Ingredient@23c3f787, net.minecraft.item.crafting.Ingredient@23c3f787, net.minecraft.item.crafting.Ingredient@23c3f787, net.minecraft.item.crafting.Ingredient@23c3f787, net.minecraftforge.oredict.OreIngredient@2f0a3eaf, net.minecraft.item.crafting.Ingredient@23c3f787, net.minecraft.item.crafting.Ingredient@23c3f787, net.minecraft.item.crafting.Ingredient@23c3f787, net.minecraft.item.crafting.Ingredient@23c3f787]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 383 minecraft:brown_stained_glass_pane RecipeStage{tier='two', recipe=12xtile.thinStainedGlass@12:[net.minecraftforge.oredict.OreIngredient@1858a3b6, net.minecraftforge.oredict.OreIngredient@42125cbc, net.minecraftforge.oredict.OreIngredient@4a5a0178, net.minecraftforge.oredict.OreIngredient@345bb1da, net.minecraftforge.oredict.OreIngredient@69c3f1f4, net.minecraftforge.oredict.OreIngredient@3964b7cc]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 384 minecraft:brown_stained_glass RecipeStage{tier='two', recipe=8xtile.stainedGlass@12:[net.minecraftforge.oredict.OreIngredient@23af2059, net.minecraftforge.oredict.OreIngredient@4a138097, net.minecraftforge.oredict.OreIngredient@3c298470, net.minecraftforge.oredict.OreIngredient@20ef9eee, net.minecraftforge.oredict.OreIngredient@7a98cf42, net.minecraftforge.oredict.OreIngredient@2cd9efbe, net.minecraftforge.oredict.OreIngredient@5c23e451, net.minecraftforge.oredict.OreIngredient@e709d5, net.minecraftforge.oredict.OreIngredient@3cb93454]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 385 minecraft:brown_concrete_powder RecipeStage{tier='one', recipe=8xtile.concretePowder@12:[net.minecraftforge.oredict.OreIngredient@5ffe9862, net.minecraft.item.crafting.Ingredient@6311898c, net.minecraft.item.crafting.Ingredient@7ea0438c, net.minecraft.item.crafting.Ingredient@3831fb48, net.minecraft.item.crafting.Ingredient@7083e548, net.minecraft.item.crafting.Ingredient@1f315f3d, net.minecraft.item.crafting.Ingredient@63f1d374, net.minecraft.item.crafting.Ingredient@54ad9ff9, net.minecraft.item.crafting.Ingredient@3b6b9981]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 386 minecraft:brown_carpet RecipeStage{tier='two', recipe=3xtile.woolCarpet@12:[net.minecraftforge.oredict.OreIngredient@1c3cfea0, net.minecraftforge.oredict.OreIngredient@24ade553]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 389 minecraft:brown_banner RecipeStage{tier='two', recipe=1xtile.banner@3:[net.minecraftforge.oredict.OreIngredient@786d2cca, net.minecraftforge.oredict.OreIngredient@6b12c007, net.minecraftforge.oredict.OreIngredient@519eb6d8, net.minecraftforge.oredict.OreIngredient@6fd4cfbe, net.minecraftforge.oredict.OreIngredient@7eceb5f2, net.minecraftforge.oredict.OreIngredient@3a150d4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@27ad0e0e, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 390 minecraft:brick_stairs RecipeStage{tier='one', recipe=4xtile.stairsBrick@0:[net.minecraft.item.crafting.Ingredient@32f35739, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@32f35739, net.minecraft.item.crafting.Ingredient@32f35739, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@32f35739, net.minecraft.item.crafting.Ingredient@32f35739, net.minecraft.item.crafting.Ingredient@32f35739]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 393 minecraft:brewing_stand RecipeStage{tier='three', recipe=1xitem.brewingStand@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@41843b88, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6ecd9c7a, net.minecraftforge.oredict.OreIngredient@65a7c574, net.minecraftforge.oredict.OreIngredient@6c890ee4]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 396 minecraft:bow RecipeStage{tier='two', recipe=1xitem.bow@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5ebae4e1, net.minecraftforge.oredict.OreIngredient@205fecab, net.minecraftforge.oredict.OreIngredient@3f452bb6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@440514ba, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4d116d37, net.minecraftforge.oredict.OreIngredient@12f4fa8a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 401 minecraft:bone_block RecipeStage{tier='tutorial', recipe=1xtile.boneBlock@0:[net.minecraft.item.crafting.Ingredient@3ce74930, net.minecraft.item.crafting.Ingredient@3ce74930, net.minecraft.item.crafting.Ingredient@3ce74930, net.minecraft.item.crafting.Ingredient@3ce74930, net.minecraft.item.crafting.Ingredient@3ce74930, net.minecraft.item.crafting.Ingredient@3ce74930, net.minecraft.item.crafting.Ingredient@3ce74930, net.minecraft.item.crafting.Ingredient@3ce74930, net.minecraft.item.crafting.Ingredient@3ce74930]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 404 minecraft:blue_stained_hardened_clay RecipeStage{tier='zero', recipe=8xtile.clayHardenedStained@11:[net.minecraft.item.crafting.Ingredient@456c6754, net.minecraft.item.crafting.Ingredient@456c6754, net.minecraft.item.crafting.Ingredient@456c6754, net.minecraft.item.crafting.Ingredient@456c6754, net.minecraftforge.oredict.OreIngredient@4e09f913, net.minecraft.item.crafting.Ingredient@456c6754, net.minecraft.item.crafting.Ingredient@456c6754, net.minecraft.item.crafting.Ingredient@456c6754, net.minecraft.item.crafting.Ingredient@456c6754]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 405 minecraft:blue_stained_glass_pane RecipeStage{tier='two', recipe=12xtile.thinStainedGlass@11:[net.minecraftforge.oredict.OreIngredient@ce870d5, net.minecraftforge.oredict.OreIngredient@462ee45c, net.minecraftforge.oredict.OreIngredient@6a98533d, net.minecraftforge.oredict.OreIngredient@6bd8fe1c, net.minecraftforge.oredict.OreIngredient@24f9556a, net.minecraftforge.oredict.OreIngredient@15c449ad]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 406 minecraft:blue_stained_glass RecipeStage{tier='two', recipe=8xtile.stainedGlass@11:[net.minecraftforge.oredict.OreIngredient@3d6de193, net.minecraftforge.oredict.OreIngredient@1169d03c, net.minecraftforge.oredict.OreIngredient@7f55857e, net.minecraftforge.oredict.OreIngredient@486b2218, net.minecraftforge.oredict.OreIngredient@1a5823ff, net.minecraftforge.oredict.OreIngredient@45efe8b8, net.minecraftforge.oredict.OreIngredient@1642fb0e, net.minecraftforge.oredict.OreIngredient@7a8603c, net.minecraftforge.oredict.OreIngredient@5cb4eced]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 407 minecraft:blue_concrete_powder RecipeStage{tier='one', recipe=8xtile.concretePowder@11:[net.minecraftforge.oredict.OreIngredient@66a475eb, net.minecraft.item.crafting.Ingredient@4f9e32f2, net.minecraft.item.crafting.Ingredient@432e242d, net.minecraft.item.crafting.Ingredient@537360e3, net.minecraft.item.crafting.Ingredient@70f5f6c7, net.minecraft.item.crafting.Ingredient@4ec25389, net.minecraft.item.crafting.Ingredient@7cff1930, net.minecraft.item.crafting.Ingredient@34c31a34, net.minecraft.item.crafting.Ingredient@6b5f91a5]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 408 minecraft:blue_carpet RecipeStage{tier='two', recipe=3xtile.woolCarpet@11:[net.minecraftforge.oredict.OreIngredient@673f68ba, net.minecraftforge.oredict.OreIngredient@23524de1]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 411 minecraft:blue_banner RecipeStage{tier='two', recipe=1xtile.banner@4:[net.minecraftforge.oredict.OreIngredient@56501c61, net.minecraftforge.oredict.OreIngredient@36140de2, net.minecraftforge.oredict.OreIngredient@64fd863b, net.minecraftforge.oredict.OreIngredient@26308f8f, net.minecraftforge.oredict.OreIngredient@70553c3c, net.minecraftforge.oredict.OreIngredient@663854c9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6efcca6b, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 414 minecraft:black_stained_hardened_clay RecipeStage{tier='zero', recipe=8xtile.clayHardenedStained@15:[net.minecraft.item.crafting.Ingredient@373e09c7, net.minecraft.item.crafting.Ingredient@373e09c7, net.minecraft.item.crafting.Ingredient@373e09c7, net.minecraft.item.crafting.Ingredient@373e09c7, net.minecraftforge.oredict.OreIngredient@31c58dd4, net.minecraft.item.crafting.Ingredient@373e09c7, net.minecraft.item.crafting.Ingredient@373e09c7, net.minecraft.item.crafting.Ingredient@373e09c7, net.minecraft.item.crafting.Ingredient@373e09c7]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 415 minecraft:black_stained_glass_pane RecipeStage{tier='two', recipe=12xtile.thinStainedGlass@15:[net.minecraftforge.oredict.OreIngredient@39e2b615, net.minecraftforge.oredict.OreIngredient@6649c9f9, net.minecraftforge.oredict.OreIngredient@b363a63, net.minecraftforge.oredict.OreIngredient@1680bdfc, net.minecraftforge.oredict.OreIngredient@3a7ef327, net.minecraftforge.oredict.OreIngredient@1250e390]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 416 minecraft:black_stained_glass RecipeStage{tier='two', recipe=8xtile.stainedGlass@15:[net.minecraftforge.oredict.OreIngredient@280f369b, net.minecraftforge.oredict.OreIngredient@3b73013b, net.minecraftforge.oredict.OreIngredient@76d92ab9, net.minecraftforge.oredict.OreIngredient@63800b91, net.minecraftforge.oredict.OreIngredient@326a5294, net.minecraftforge.oredict.OreIngredient@11b3f73b, net.minecraftforge.oredict.OreIngredient@2e808b56, net.minecraftforge.oredict.OreIngredient@4d3fd194, net.minecraftforge.oredict.OreIngredient@2da1d455]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 417 minecraft:black_concrete_powder RecipeStage{tier='one', recipe=8xtile.concretePowder@15:[net.minecraftforge.oredict.OreIngredient@23a5f4f5, net.minecraft.item.crafting.Ingredient@4bb4adf7, net.minecraft.item.crafting.Ingredient@11544ddd, net.minecraft.item.crafting.Ingredient@38e46ea, net.minecraft.item.crafting.Ingredient@116f823c, net.minecraft.item.crafting.Ingredient@7f5a5ef3, net.minecraft.item.crafting.Ingredient@4c53ce60, net.minecraft.item.crafting.Ingredient@3d1b6816, net.minecraft.item.crafting.Ingredient@508863eb]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 418 minecraft:black_carpet RecipeStage{tier='two', recipe=3xtile.woolCarpet@15:[net.minecraftforge.oredict.OreIngredient@95511ec, net.minecraftforge.oredict.OreIngredient@3a55d223]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 421 minecraft:black_banner RecipeStage{tier='two', recipe=1xtile.banner@0:[net.minecraftforge.oredict.OreIngredient@4acb821d, net.minecraftforge.oredict.OreIngredient@447d9c87, net.minecraftforge.oredict.OreIngredient@78324043, net.minecraftforge.oredict.OreIngredient@7ed0c60e, net.minecraftforge.oredict.OreIngredient@689d68a3, net.minecraftforge.oredict.OreIngredient@402c5893, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2a76388d, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 423 minecraft:birch_stairs RecipeStage{tier='one', recipe=4xtile.stairsWoodBirch@0:[net.minecraft.item.crafting.Ingredient@fcdeb50, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@fcdeb50, net.minecraft.item.crafting.Ingredient@fcdeb50, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@fcdeb50, net.minecraft.item.crafting.Ingredient@fcdeb50, net.minecraft.item.crafting.Ingredient@fcdeb50]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 425 minecraft:birch_fence_gate RecipeStage{tier='one', recipe=1xtile.birchFenceGate@0:[net.minecraft.item.crafting.Ingredient@11a9f958, net.minecraft.item.crafting.Ingredient@7585531b, net.minecraft.item.crafting.Ingredient@11a9f958, net.minecraft.item.crafting.Ingredient@11a9f958, net.minecraft.item.crafting.Ingredient@7585531b, net.minecraft.item.crafting.Ingredient@11a9f958]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 426 minecraft:birch_fence RecipeStage{tier='one', recipe=3xtile.birchFence@0:[net.minecraft.item.crafting.Ingredient@33c5d3e, net.minecraft.item.crafting.Ingredient@cf6a6eb, net.minecraft.item.crafting.Ingredient@33c5d3e, net.minecraft.item.crafting.Ingredient@33c5d3e, net.minecraft.item.crafting.Ingredient@cf6a6eb, net.minecraft.item.crafting.Ingredient@33c5d3e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 427 minecraft:birch_door RecipeStage{tier='one', recipe=3xitem.doorBirch@0:[net.minecraft.item.crafting.Ingredient@6f272dc4, net.minecraft.item.crafting.Ingredient@6f272dc4, net.minecraft.item.crafting.Ingredient@6f272dc4, net.minecraft.item.crafting.Ingredient@6f272dc4, net.minecraft.item.crafting.Ingredient@6f272dc4, net.minecraft.item.crafting.Ingredient@6f272dc4]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 430 minecraft:beacon RecipeStage{tier='three', recipe=1xtile.beacon@0:[net.minecraftforge.oredict.OreIngredient@52ee6b7b, net.minecraftforge.oredict.OreIngredient@51b5c9f5, net.minecraftforge.oredict.OreIngredient@737ffb90, net.minecraftforge.oredict.OreIngredient@68560722, net.minecraftforge.oredict.OreIngredient@49c20ce0, net.minecraftforge.oredict.OreIngredient@36479e4c, net.minecraft.item.crafting.Ingredient@28d48616, net.minecraft.item.crafting.Ingredient@28d48616, net.minecraft.item.crafting.Ingredient@28d48616]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 432 minecraft:armor_stand RecipeStage{tier='two', recipe=1xitem.armorStand@0:[net.minecraftforge.oredict.OreIngredient@3ba38aa0, net.minecraftforge.oredict.OreIngredient@311cd666, net.minecraftforge.oredict.OreIngredient@498f1312, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5233aa23, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7562cc4f, net.minecraft.item.crafting.Ingredient@61236349, net.minecraftforge.oredict.OreIngredient@229a8b63]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 433 minecraft:anvil RecipeStage{tier='two', recipe=1xtile.anvil@0:[net.minecraft.item.crafting.Ingredient@38379575, net.minecraft.item.crafting.Ingredient@38379575, net.minecraft.item.crafting.Ingredient@38379575, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@133c1ba1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5c11d957, net.minecraftforge.oredict.OreIngredient@3f72762e, net.minecraftforge.oredict.OreIngredient@49453330]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 434 minecraft:andesite RecipeStage{tier='tutorial', recipe=2xtile.stone@5:[net.minecraftforge.oredict.OreIngredient@3ad7c8aa, net.minecraftforge.oredict.OreIngredient@685e75c6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 437 minecraft:acacia_stairs RecipeStage{tier='one', recipe=4xtile.stairsWoodAcacia@0:[net.minecraft.item.crafting.Ingredient@fb79241, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@fb79241, net.minecraft.item.crafting.Ingredient@fb79241, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@fb79241, net.minecraft.item.crafting.Ingredient@fb79241, net.minecraft.item.crafting.Ingredient@fb79241]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 439 minecraft:acacia_fence_gate RecipeStage{tier='one', recipe=1xtile.acaciaFenceGate@0:[net.minecraft.item.crafting.Ingredient@154ea177, net.minecraft.item.crafting.Ingredient@30c0993e, net.minecraft.item.crafting.Ingredient@154ea177, net.minecraft.item.crafting.Ingredient@154ea177, net.minecraft.item.crafting.Ingredient@30c0993e, net.minecraft.item.crafting.Ingredient@154ea177]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 440 minecraft:acacia_fence RecipeStage{tier='one', recipe=3xtile.acaciaFence@0:[net.minecraft.item.crafting.Ingredient@520b547c, net.minecraft.item.crafting.Ingredient@33a1bb90, net.minecraft.item.crafting.Ingredient@520b547c, net.minecraft.item.crafting.Ingredient@520b547c, net.minecraft.item.crafting.Ingredient@33a1bb90, net.minecraft.item.crafting.Ingredient@520b547c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 441 minecraft:acacia_door RecipeStage{tier='one', recipe=3xitem.doorAcacia@0:[net.minecraft.item.crafting.Ingredient@2e03b52f, net.minecraft.item.crafting.Ingredient@2e03b52f, net.minecraft.item.crafting.Ingredient@2e03b52f, net.minecraft.item.crafting.Ingredient@2e03b52f, net.minecraft.item.crafting.Ingredient@2e03b52f, net.minecraft.item.crafting.Ingredient@2e03b52f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 452 improvedbackpacks:backpack_dyeing_white ru.poopycoders.improvedbackpacks.init.recipes.RecipeBackpackDye@42b9a265 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 453 improvedbackpacks:backpack_dyeing_orange ru.poopycoders.improvedbackpacks.init.recipes.RecipeBackpackDye@362a16c0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 454 improvedbackpacks:backpack_dyeing_magenta ru.poopycoders.improvedbackpacks.init.recipes.RecipeBackpackDye@3bdcb943 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 455 improvedbackpacks:backpack_dyeing_light_blue ru.poopycoders.improvedbackpacks.init.recipes.RecipeBackpackDye@465f1120 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 456 improvedbackpacks:backpack_dyeing_yellow ru.poopycoders.improvedbackpacks.init.recipes.RecipeBackpackDye@49fa3904 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 457 improvedbackpacks:backpack_dyeing_lime ru.poopycoders.improvedbackpacks.init.recipes.RecipeBackpackDye@2f00baed +[16:58:29] [Server thread/TRACE] [FML]: Registry: 458 improvedbackpacks:backpack_dyeing_pink ru.poopycoders.improvedbackpacks.init.recipes.RecipeBackpackDye@71c808ef +[16:58:29] [Server thread/TRACE] [FML]: Registry: 459 improvedbackpacks:backpack_dyeing_gray ru.poopycoders.improvedbackpacks.init.recipes.RecipeBackpackDye@4fa0d1e7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 460 improvedbackpacks:backpack_dyeing_silver ru.poopycoders.improvedbackpacks.init.recipes.RecipeBackpackDye@570af30e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 461 improvedbackpacks:backpack_dyeing_cyan ru.poopycoders.improvedbackpacks.init.recipes.RecipeBackpackDye@7df7ecd0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 462 improvedbackpacks:backpack_dyeing_purple ru.poopycoders.improvedbackpacks.init.recipes.RecipeBackpackDye@4cc90cf1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 463 improvedbackpacks:backpack_dyeing_blue ru.poopycoders.improvedbackpacks.init.recipes.RecipeBackpackDye@5afc366 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 464 improvedbackpacks:backpack_dyeing_brown ru.poopycoders.improvedbackpacks.init.recipes.RecipeBackpackDye@5bdd25e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 465 improvedbackpacks:backpack_dyeing_green ru.poopycoders.improvedbackpacks.init.recipes.RecipeBackpackDye@476e3f55 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 466 improvedbackpacks:backpack_dyeing_red ru.poopycoders.improvedbackpacks.init.recipes.RecipeBackpackDye@43c40dcd +[16:58:29] [Server thread/TRACE] [FML]: Registry: 467 improvedbackpacks:backpack_dyeing_black ru.poopycoders.improvedbackpacks.init.recipes.RecipeBackpackDye@380b5220 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 468 improvedbackpacks:backpack_upgrading ru.poopycoders.improvedbackpacks.init.recipes.RecipeBackpackUpgrade@60045020 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 469 quantumstorage:quantum_tank RecipeStage{tier='five', recipe=1xtile.quantumstorage.quantum_tank@0:[net.minecraft.item.crafting.Ingredient@73b582ba, net.minecraft.item.crafting.Ingredient@73b582ba, net.minecraft.item.crafting.Ingredient@73b582ba, net.minecraft.item.crafting.Ingredient@640a30d3, net.minecraft.item.crafting.Ingredient@39d1989d, net.minecraft.item.crafting.Ingredient@640a30d3, net.minecraft.item.crafting.Ingredient@640a30d3, net.minecraft.item.crafting.Ingredient@640a30d3, net.minecraft.item.crafting.Ingredient@640a30d3]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 470 quantumstorage:quantum_tank_1 RecipeStage{tier='five', recipe=1xtile.quantumstorage.quantum_tank@0:[net.minecraft.item.crafting.Ingredient@4c7a71d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 471 quantumstorage:crater RecipeStage{tier='five', recipe=1xtile.quantumstorage.crater@0:[net.minecraft.item.crafting.Ingredient@bf83041, net.minecraft.item.crafting.Ingredient@68c7c212, net.minecraft.item.crafting.Ingredient@bf83041, net.minecraft.item.crafting.Ingredient@bf83041, net.minecraftforge.oredict.OreIngredient@197e8e38, net.minecraft.item.crafting.Ingredient@bf83041, net.minecraft.item.crafting.Ingredient@bf83041, net.minecraft.item.crafting.Ingredient@4afd2d31, net.minecraft.item.crafting.Ingredient@bf83041]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 477 quantumstorage:quantumcrafter RecipeStage{tier='five', recipe=1xtile.quantumstorage.quantumcrafter@0:[net.minecraft.item.crafting.Ingredient@6fffd7b6, net.minecraft.item.crafting.Ingredient@24acb152, net.minecraft.item.crafting.Ingredient@6fffd7b6, net.minecraft.item.crafting.Ingredient@6fffd7b6, net.minecraftforge.oredict.OreIngredient@41ccde3e, net.minecraft.item.crafting.Ingredient@6fffd7b6, net.minecraft.item.crafting.Ingredient@6fffd7b6, net.minecraft.item.crafting.Ingredient@6fffd7b6, net.minecraft.item.crafting.Ingredient@6fffd7b6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 478 quantumstorage:trashcan RecipeStage{tier='five', recipe=1xtile.quantumstorage.trashcan@0:[net.minecraft.item.crafting.Ingredient@247e10ba, net.minecraft.item.crafting.Ingredient@247e10ba, net.minecraft.item.crafting.Ingredient@247e10ba, net.minecraft.item.crafting.Ingredient@40a4a599, net.minecraft.item.crafting.Ingredient@7e9d53f9, net.minecraft.item.crafting.Ingredient@40a4a599, net.minecraft.item.crafting.Ingredient@40a4a599, net.minecraft.item.crafting.Ingredient@40a4a599, net.minecraft.item.crafting.Ingredient@40a4a599]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 479 quantumstorage:trashcanfluid RecipeStage{tier='five', recipe=1xtile.quantumstorage.trashcanfluid@0:[net.minecraft.item.crafting.Ingredient@718e4552, net.minecraft.item.crafting.Ingredient@718e4552, net.minecraft.item.crafting.Ingredient@718e4552, net.minecraft.item.crafting.Ingredient@11514f4e, net.minecraft.item.crafting.Ingredient@17f00ca1, net.minecraft.item.crafting.Ingredient@11514f4e, net.minecraft.item.crafting.Ingredient@11514f4e, net.minecraft.item.crafting.Ingredient@11514f4e, net.minecraft.item.crafting.Ingredient@11514f4e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 480 quantumstorage:crate RecipeStage{tier='five', recipe=16xitem.quantumstorage.crate@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@54e5b376, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@54e5b376, net.minecraft.item.crafting.Ingredient@323be7, net.minecraftforge.oredict.OreIngredient@54e5b376, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@54e5b376, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 484 quantumstorage:quantum_bag_1 RecipeStage{tier='five', recipe=1xitem.quantumstorage.quantum_bag@0:[net.minecraft.item.crafting.Ingredient@461850f2, net.minecraftforge.oredict.OreIngredient@15ccc797]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 485 quantumstorage:quantum_bag_2 RecipeStage{tier='five', recipe=1xitem.quantumstorage.quantum_bag@1:[net.minecraft.item.crafting.Ingredient@256efad9, net.minecraftforge.oredict.OreIngredient@21f5a146]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 486 quantumstorage:quantum_bag_3 RecipeStage{tier='five', recipe=1xitem.quantumstorage.quantum_bag@2:[net.minecraft.item.crafting.Ingredient@68adf2ef, net.minecraftforge.oredict.OreIngredient@3a477511]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 487 quantumstorage:quantum_bag_4 RecipeStage{tier='five', recipe=1xitem.quantumstorage.quantum_bag@3:[net.minecraft.item.crafting.Ingredient@55f50272, net.minecraftforge.oredict.OreIngredient@52c8a8a9]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 488 quantumstorage:quantum_bag_5 RecipeStage{tier='five', recipe=1xitem.quantumstorage.quantum_bag@4:[net.minecraft.item.crafting.Ingredient@45e0069a, net.minecraftforge.oredict.OreIngredient@387b6ac6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 489 quantumstorage:quantum_bag_6 RecipeStage{tier='five', recipe=1xitem.quantumstorage.quantum_bag@5:[net.minecraft.item.crafting.Ingredient@49a17330, net.minecraftforge.oredict.OreIngredient@cb06848]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 490 quantumstorage:quantum_bag_7 RecipeStage{tier='five', recipe=1xitem.quantumstorage.quantum_bag@6:[net.minecraft.item.crafting.Ingredient@483ce62d, net.minecraftforge.oredict.OreIngredient@ac624e9]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 491 quantumstorage:quantum_bag_8 RecipeStage{tier='five', recipe=1xitem.quantumstorage.quantum_bag@7:[net.minecraft.item.crafting.Ingredient@1a28ed2a, net.minecraftforge.oredict.OreIngredient@358a7dcc]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 492 quantumstorage:quantum_bag_9 RecipeStage{tier='five', recipe=1xitem.quantumstorage.quantum_bag@8:[net.minecraft.item.crafting.Ingredient@54cf4594, net.minecraftforge.oredict.OreIngredient@953b39a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 493 quantumstorage:quantum_bag_10 RecipeStage{tier='five', recipe=1xitem.quantumstorage.quantum_bag@9:[net.minecraft.item.crafting.Ingredient@663f9745, net.minecraftforge.oredict.OreIngredient@48f28df3]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 494 quantumstorage:quantum_bag_11 RecipeStage{tier='five', recipe=1xitem.quantumstorage.quantum_bag@10:[net.minecraft.item.crafting.Ingredient@3dc27a23, net.minecraftforge.oredict.OreIngredient@275d5761]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 495 quantumstorage:quantum_bag_12 RecipeStage{tier='five', recipe=1xitem.quantumstorage.quantum_bag@11:[net.minecraft.item.crafting.Ingredient@6ee0a593, net.minecraftforge.oredict.OreIngredient@405dd90e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 496 quantumstorage:quantum_bag_13 RecipeStage{tier='five', recipe=1xitem.quantumstorage.quantum_bag@12:[net.minecraft.item.crafting.Ingredient@102c0542, net.minecraftforge.oredict.OreIngredient@7b8be6e9]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 497 quantumstorage:quantum_bag_14 RecipeStage{tier='five', recipe=1xitem.quantumstorage.quantum_bag@13:[net.minecraft.item.crafting.Ingredient@6b394802, net.minecraftforge.oredict.OreIngredient@1bcf4632]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 498 quantumstorage:quantum_bag_15 RecipeStage{tier='five', recipe=1xitem.quantumstorage.quantum_bag@14:[net.minecraft.item.crafting.Ingredient@6c9d64f4, net.minecraftforge.oredict.OreIngredient@4dc5583d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 499 quantumstorage:quantum_bag_16 RecipeStage{tier='five', recipe=1xitem.quantumstorage.quantum_bag@15:[net.minecraft.item.crafting.Ingredient@293024d1, net.minecraftforge.oredict.OreIngredient@2e8d4fc7]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 501 abyssalcraft:stonetablet RecipeStage{tier='zero', recipe=1xitem.stonetablet@0:[net.minecraft.item.crafting.Ingredient@658f6960, net.minecraft.item.crafting.Ingredient@465b71b9, net.minecraft.item.crafting.Ingredient@658f6960, net.minecraft.item.crafting.Ingredient@465b71b9, net.minecraft.item.crafting.Ingredient@6dcc96eb, net.minecraft.item.crafting.Ingredient@465b71b9, net.minecraft.item.crafting.Ingredient@658f6960, net.minecraft.item.crafting.Ingredient@465b71b9, net.minecraft.item.crafting.Ingredient@658f6960]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 502 abyssalcraft:statetransformer RecipeStage{tier='two', recipe=1xtile.statetransformer@0:[net.minecraft.item.crafting.Ingredient@61c86f3d, net.minecraft.item.crafting.Ingredient@61c86f3d, net.minecraft.item.crafting.Ingredient@61c86f3d, net.minecraft.item.crafting.Ingredient@61c86f3d, net.minecraft.item.crafting.Ingredient@526690a7, net.minecraft.item.crafting.Ingredient@61c86f3d, net.minecraft.item.crafting.Ingredient@61c86f3d, net.minecraftforge.oredict.OreIngredient@46c7419a, net.minecraft.item.crafting.Ingredient@61c86f3d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 503 abyssalcraft:spawn_egg net.minecraft.item.crafting.ShapedRecipes@bd035d7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 504 abyssalcraft:skin_2 RecipeStage{tier='two', recipe=1xitem.skin@2:[net.minecraft.item.crafting.Ingredient@6f19f4ec, net.minecraft.item.crafting.Ingredient@6f19f4ec, net.minecraft.item.crafting.Ingredient@6f19f4ec, net.minecraft.item.crafting.Ingredient@6f19f4ec, net.minecraft.item.crafting.Ingredient@656d0a55, net.minecraft.item.crafting.Ingredient@6f19f4ec, net.minecraft.item.crafting.Ingredient@6f19f4ec, net.minecraft.item.crafting.Ingredient@6f19f4ec, net.minecraft.item.crafting.Ingredient@6f19f4ec]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 505 abyssalcraft:skin_1 RecipeStage{tier='two', recipe=1xitem.skin@1:[net.minecraft.item.crafting.Ingredient@6908d243, net.minecraft.item.crafting.Ingredient@6908d243, net.minecraft.item.crafting.Ingredient@6908d243, net.minecraft.item.crafting.Ingredient@6908d243, net.minecraft.item.crafting.Ingredient@2850c8a4, net.minecraft.item.crafting.Ingredient@6908d243, net.minecraft.item.crafting.Ingredient@6908d243, net.minecraft.item.crafting.Ingredient@6908d243, net.minecraft.item.crafting.Ingredient@6908d243]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 506 abyssalcraft:skin_0 RecipeStage{tier='two', recipe=1xitem.skin@0:[net.minecraft.item.crafting.Ingredient@7806b740, net.minecraft.item.crafting.Ingredient@7806b740, net.minecraft.item.crafting.Ingredient@7806b740, net.minecraft.item.crafting.Ingredient@7806b740, net.minecraft.item.crafting.Ingredient@5c4ce816, net.minecraft.item.crafting.Ingredient@7806b740, net.minecraft.item.crafting.Ingredient@7806b740, net.minecraft.item.crafting.Ingredient@7806b740, net.minecraft.item.crafting.Ingredient@7806b740]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 511 abyssalcraft:sacrificialaltar RecipeStage{tier='one', recipe=1xtile.sacrificialaltar@0:[net.minecraft.item.crafting.Ingredient@37b5a91f, net.minecraft.item.crafting.Ingredient@79655d92, net.minecraft.item.crafting.Ingredient@37b5a91f, net.minecraft.item.crafting.Ingredient@5a4b6de3, net.minecraft.item.crafting.Ingredient@3a792df1, net.minecraft.item.crafting.Ingredient@5a4b6de3, net.minecraft.item.crafting.Ingredient@5a4b6de3, net.minecraft.item.crafting.Ingredient@5a4b6de3, net.minecraft.item.crafting.Ingredient@5a4b6de3]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 512 abyssalcraft:rendingpedestal RecipeStage{tier='one', recipe=1xtile.rendingpedestal@0:[net.minecraft.item.crafting.Ingredient@61366e17, net.minecraft.item.crafting.Ingredient@47ebf33f, net.minecraft.item.crafting.Ingredient@61366e17, net.minecraft.item.crafting.Ingredient@61366e17, net.minecraft.item.crafting.Ingredient@3f5766be, net.minecraft.item.crafting.Ingredient@61366e17, net.minecraft.item.crafting.Ingredient@61366e17, net.minecraft.item.crafting.Ingredient@61366e17, net.minecraft.item.crafting.Ingredient@61366e17]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 513 abyssalcraft:powerstonetracker RecipeStage{tier='two', recipe=4xitem.powerstonetracker@0:[net.minecraft.item.crafting.Ingredient@8b9d3f8, net.minecraft.item.crafting.Ingredient@8b9d3f8, net.minecraft.item.crafting.Ingredient@8b9d3f8, net.minecraft.item.crafting.Ingredient@8b9d3f8, net.minecraft.item.crafting.Ingredient@407ff936, net.minecraft.item.crafting.Ingredient@8b9d3f8, net.minecraft.item.crafting.Ingredient@8b9d3f8, net.minecraft.item.crafting.Ingredient@8b9d3f8, net.minecraft.item.crafting.Ingredient@8b9d3f8]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 515 abyssalcraft:platec RecipeStage{tier='two', recipe=1xitem.platec@0:[net.minecraft.item.crafting.Ingredient@6695e8f4, net.minecraft.item.crafting.Ingredient@c92d0d, net.minecraft.item.crafting.Ingredient@6695e8f4, net.minecraft.item.crafting.Ingredient@6695e8f4, net.minecraft.item.crafting.Ingredient@c92d0d, net.minecraft.item.crafting.Ingredient@6695e8f4, net.minecraft.item.crafting.Ingredient@6695e8f4, net.minecraft.item.crafting.Ingredient@c92d0d, net.minecraft.item.crafting.Ingredient@6695e8f4]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 516 abyssalcraft:odbcore RecipeStage{tier='two', recipe=1xtile.odbcore@0:[net.minecraft.item.crafting.Ingredient@3799bfc3, net.minecraft.item.crafting.Ingredient@22a18a70, net.minecraft.item.crafting.Ingredient@3799bfc3, net.minecraft.item.crafting.Ingredient@4681450, net.minecraft.item.crafting.Ingredient@638970d8, net.minecraft.item.crafting.Ingredient@4681450, net.minecraft.item.crafting.Ingredient@3799bfc3, net.minecraft.item.crafting.Ingredient@22a18a70, net.minecraft.item.crafting.Ingredient@3799bfc3]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 517 abyssalcraft:oblivionshard RecipeStage{tier='two', recipe=1xitem.oblivionshard@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1a495e57, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1a495e57, net.minecraft.item.crafting.Ingredient@217e1003, net.minecraft.item.crafting.Ingredient@1a495e57, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1a495e57, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 518 abyssalcraft:necronomicon_omt RecipeStage{tier='two', recipe=1xitem.necronomicon_omt@0:[net.minecraft.item.crafting.Ingredient@160454fd, net.minecraft.item.crafting.Ingredient@160454fd, net.minecraft.item.crafting.Ingredient@160454fd, net.minecraft.item.crafting.Ingredient@556d70d5]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 519 abyssalcraft:necronomicon_dre RecipeStage{tier='two', recipe=1xitem.necronomicon_dre@0:[net.minecraft.item.crafting.Ingredient@55345e4a, net.minecraft.item.crafting.Ingredient@55345e4a, net.minecraft.item.crafting.Ingredient@55345e4a, net.minecraft.item.crafting.Ingredient@2973f266]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 520 abyssalcraft:necronomicon_cor RecipeStage{tier='two', recipe=1xitem.necronomicon_cor@0:[net.minecraft.item.crafting.Ingredient@642ad5b4, net.minecraft.item.crafting.Ingredient@642ad5b4, net.minecraft.item.crafting.Ingredient@642ad5b4, net.minecraft.item.crafting.Ingredient@4ac1ad08]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 523 abyssalcraft:monolithpillar RecipeStage{tier='one', recipe=1xtile.monolithpillar@0:[net.minecraft.item.crafting.Ingredient@221a05ab, net.minecraft.item.crafting.Ingredient@221a05ab, net.minecraft.item.crafting.Ingredient@221a05ab, net.minecraft.item.crafting.Ingredient@221a05ab]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 524 abyssalcraft:lifecrystal RecipeStage{tier='two', recipe=1xitem.lifecrystal@0:[net.minecraft.item.crafting.Ingredient@5f9e4593, net.minecraft.item.crafting.Ingredient@70d950e6, net.minecraft.item.crafting.Ingredient@36f85cc7, net.minecraft.item.crafting.Ingredient@42018d9c, net.minecraft.item.crafting.Ingredient@6f1efa92, net.minecraft.item.crafting.Ingredient@55fac9f7]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 540 abyssalcraft:fire_charge RecipeStage{tier='three', recipe=3xitem.fireball@0:[net.minecraft.item.crafting.Ingredient@6b275b30, net.minecraft.item.crafting.Ingredient@625307d3, net.minecraft.item.crafting.Ingredient@4540fd71]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 542 abyssalcraft:ethaxiumsword RecipeStage{tier='two', recipe=1xitem.ethaxiumsword@0:[net.minecraft.item.crafting.Ingredient@581b13eb, net.minecraft.item.crafting.Ingredient@581b13eb, net.minecraft.item.crafting.Ingredient@1dbdaf24]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 543 abyssalcraft:ethaxiumshovel RecipeStage{tier='two', recipe=1xitem.ethaxiumshovel@0:[net.minecraft.item.crafting.Ingredient@4ea67067, net.minecraft.item.crafting.Ingredient@7cae02be, net.minecraft.item.crafting.Ingredient@7cae02be]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 544 abyssalcraft:ethaxiumplate RecipeStage{tier='two', recipe=1xitem.ethaxiumplate@0:[net.minecraft.item.crafting.Ingredient@2ba0a7eb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2ba0a7eb, net.minecraft.item.crafting.Ingredient@2ba0a7eb, net.minecraft.item.crafting.Ingredient@2ba0a7eb, net.minecraft.item.crafting.Ingredient@2ba0a7eb, net.minecraft.item.crafting.Ingredient@2ba0a7eb, net.minecraft.item.crafting.Ingredient@2ba0a7eb, net.minecraft.item.crafting.Ingredient@2ba0a7eb]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 545 abyssalcraft:ethaxiumpillar RecipeStage{tier='two', recipe=2xtile.ethaxiumpillar@0:[net.minecraft.item.crafting.Ingredient@5bd4b1b1, net.minecraft.item.crafting.Ingredient@179b1f85, net.minecraft.item.crafting.Ingredient@5bd4b1b1, net.minecraft.item.crafting.Ingredient@179b1f85]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 546 abyssalcraft:ethaxiumpickaxe RecipeStage{tier='two', recipe=1xitem.ethaxiumpickaxe@0:[net.minecraft.item.crafting.Ingredient@56ec27b6, net.minecraft.item.crafting.Ingredient@56ec27b6, net.minecraft.item.crafting.Ingredient@56ec27b6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4673b72c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4673b72c, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 547 abyssalcraft:ethaxiumlegs RecipeStage{tier='two', recipe=1xitem.ethaxiumlegs@0:[net.minecraft.item.crafting.Ingredient@6f056dd9, net.minecraft.item.crafting.Ingredient@6f056dd9, net.minecraft.item.crafting.Ingredient@6f056dd9, net.minecraft.item.crafting.Ingredient@6f056dd9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6f056dd9, net.minecraft.item.crafting.Ingredient@6f056dd9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6f056dd9]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 552 abyssalcraft:ethaxiumhoe RecipeStage{tier='two', recipe=1xitem.ethaxiumhoe@0:[net.minecraft.item.crafting.Ingredient@2f598269, net.minecraft.item.crafting.Ingredient@2f598269, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@29e41f19, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@29e41f19]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 553 abyssalcraft:ethaxiumhelmet RecipeStage{tier='two', recipe=1xitem.ethaxiumhelmet@0:[net.minecraft.item.crafting.Ingredient@60469f69, net.minecraft.item.crafting.Ingredient@60469f69, net.minecraft.item.crafting.Ingredient@60469f69, net.minecraft.item.crafting.Ingredient@60469f69, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@60469f69]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 554 abyssalcraft:ethaxiumfence RecipeStage{tier='one', recipe=6xtile.ethaxiumfence@0:[net.minecraft.item.crafting.Ingredient@12e5a628, net.minecraft.item.crafting.Ingredient@12e5a628, net.minecraft.item.crafting.Ingredient@12e5a628, net.minecraft.item.crafting.Ingredient@12e5a628, net.minecraft.item.crafting.Ingredient@12e5a628, net.minecraft.item.crafting.Ingredient@12e5a628]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 555 abyssalcraft:ethaxiumbrickstairs RecipeStage{tier='two', recipe=4xtile.ethaxiumbrickstairs@0:[net.minecraft.item.crafting.Ingredient@7a327391, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7a327391, net.minecraft.item.crafting.Ingredient@7a327391, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7a327391, net.minecraft.item.crafting.Ingredient@7a327391, net.minecraft.item.crafting.Ingredient@7a327391]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 556 abyssalcraft:ethaxiumbrickslab1_0 RecipeStage{tier='two', recipe=6xtile.ethaxiumbrickslab1@0:[net.minecraft.item.crafting.Ingredient@2cab8264, net.minecraft.item.crafting.Ingredient@2cab8264, net.minecraft.item.crafting.Ingredient@2cab8264]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 557 abyssalcraft:ethaxiumbrick_1 RecipeStage{tier='two', recipe=1xtile.ethaxiumbrick@1:[net.minecraft.item.crafting.Ingredient@2c9a11d5, net.minecraft.item.crafting.Ingredient@2c9a11d5]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 558 abyssalcraft:ethaxiumbrick_0 RecipeStage{tier='two', recipe=1xtile.ethaxiumbrick@0:[net.minecraft.item.crafting.Ingredient@3738ae91, net.minecraft.item.crafting.Ingredient@3738ae91, net.minecraft.item.crafting.Ingredient@3738ae91, net.minecraft.item.crafting.Ingredient@3738ae91]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 559 abyssalcraft:ethaxiumboots RecipeStage{tier='two', recipe=1xitem.ethaxiumboots@0:[net.minecraft.item.crafting.Ingredient@58faf0b6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@58faf0b6, net.minecraft.item.crafting.Ingredient@58faf0b6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@58faf0b6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 560 abyssalcraft:ethaxiumaxe RecipeStage{tier='two', recipe=1xitem.ethaxiumaxe@0:[net.minecraft.item.crafting.Ingredient@4a193bc3, net.minecraft.item.crafting.Ingredient@4a193bc3, net.minecraft.item.crafting.Ingredient@4a193bc3, net.minecraft.item.crafting.Ingredient@39fe8427, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@39fe8427]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 561 abyssalcraft:engraving_yogsothoth RecipeStage{tier='two', recipe=1xitem.engraving_yogsothoth@0:[net.minecraft.item.crafting.Ingredient@42056918, net.minecraft.item.crafting.Ingredient@7e167c8e, net.minecraft.item.crafting.Ingredient@42056918, net.minecraft.item.crafting.Ingredient@42056918, net.minecraft.item.crafting.Ingredient@42056918, net.minecraft.item.crafting.Ingredient@42056918]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 562 abyssalcraft:engraving_shubniggurath RecipeStage{tier='two', recipe=1xitem.engraving_shubniggurath@0:[net.minecraft.item.crafting.Ingredient@44338766, net.minecraft.item.crafting.Ingredient@42e98d23, net.minecraft.item.crafting.Ingredient@44338766, net.minecraft.item.crafting.Ingredient@44338766, net.minecraft.item.crafting.Ingredient@44338766, net.minecraft.item.crafting.Ingredient@44338766]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 563 abyssalcraft:engraving_nyarlathotep RecipeStage{tier='two', recipe=1xitem.engraving_nyarlathotep@0:[net.minecraft.item.crafting.Ingredient@23c08e19, net.minecraft.item.crafting.Ingredient@20728d40, net.minecraft.item.crafting.Ingredient@23c08e19, net.minecraft.item.crafting.Ingredient@23c08e19, net.minecraft.item.crafting.Ingredient@23c08e19, net.minecraft.item.crafting.Ingredient@23c08e19]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 564 abyssalcraft:engraving_jzahar RecipeStage{tier='two', recipe=1xitem.engraving_jzahar@0:[net.minecraft.item.crafting.Ingredient@1ef44ddb, net.minecraft.item.crafting.Ingredient@4ed0af8f, net.minecraft.item.crafting.Ingredient@1ef44ddb, net.minecraft.item.crafting.Ingredient@1ef44ddb, net.minecraft.item.crafting.Ingredient@1ef44ddb, net.minecraft.item.crafting.Ingredient@1ef44ddb]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 565 abyssalcraft:engraving_hastur RecipeStage{tier='two', recipe=1xitem.engraving_hastur@0:[net.minecraft.item.crafting.Ingredient@63f025cb, net.minecraft.item.crafting.Ingredient@393a71b8, net.minecraft.item.crafting.Ingredient@63f025cb, net.minecraft.item.crafting.Ingredient@63f025cb, net.minecraft.item.crafting.Ingredient@63f025cb, net.minecraft.item.crafting.Ingredient@63f025cb]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 566 abyssalcraft:engraving_elder RecipeStage{tier='two', recipe=1xitem.engraving_elder@0:[net.minecraft.item.crafting.Ingredient@1b1236b3, net.minecraft.item.crafting.Ingredient@3306e94a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 567 abyssalcraft:engraving_cthulhu RecipeStage{tier='two', recipe=1xitem.engraving_cthulhu@0:[net.minecraft.item.crafting.Ingredient@452b9ee3, net.minecraft.item.crafting.Ingredient@3f1f57cb, net.minecraft.item.crafting.Ingredient@452b9ee3, net.minecraft.item.crafting.Ingredient@452b9ee3, net.minecraft.item.crafting.Ingredient@452b9ee3, net.minecraft.item.crafting.Ingredient@452b9ee3]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 568 abyssalcraft:engraving_blank RecipeStage{tier='two', recipe=1xitem.engraving_blank@0:[net.minecraft.item.crafting.Ingredient@7b3cb55a, net.minecraft.item.crafting.Ingredient@7b3cb55a, net.minecraft.item.crafting.Ingredient@7b3cb55a, net.minecraft.item.crafting.Ingredient@7b3cb55a, net.minecraft.item.crafting.Ingredient@6a670544, net.minecraft.item.crafting.Ingredient@7b3cb55a, net.minecraft.item.crafting.Ingredient@7b3cb55a, net.minecraft.item.crafting.Ingredient@7b3cb55a, net.minecraft.item.crafting.Ingredient@7b3cb55a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 569 abyssalcraft:engraving_azathoth RecipeStage{tier='two', recipe=1xitem.engraving_azathoth@0:[net.minecraft.item.crafting.Ingredient@462523cd, net.minecraft.item.crafting.Ingredient@8e769f9, net.minecraft.item.crafting.Ingredient@17102b0c, net.minecraft.item.crafting.Ingredient@5125db54, net.minecraft.item.crafting.Ingredient@3e71a1f6, net.minecraft.item.crafting.Ingredient@deaaf60]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 570 abyssalcraft:engraver RecipeStage{tier='two', recipe=1xtile.engraver@0:[net.minecraft.item.crafting.Ingredient@31d65993, net.minecraft.item.crafting.Ingredient@74f19fd8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@31d65993, net.minecraft.item.crafting.Ingredient@74f19fd8, net.minecraft.item.crafting.Ingredient@6958fcbd, net.minecraft.item.crafting.Ingredient@fb07d82, net.minecraft.item.crafting.Ingredient@74f19fd8, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 571 abyssalcraft:energyrelay RecipeStage{tier='zero', recipe=1xtile.energyrelay@0:[net.minecraft.item.crafting.Ingredient@3075e1aa, net.minecraft.item.crafting.Ingredient@3075e1aa, net.minecraft.item.crafting.Ingredient@135df4c5, net.minecraft.item.crafting.Ingredient@3075e1aa, net.minecraft.item.crafting.Ingredient@7d1e0ce3, net.minecraft.item.crafting.Ingredient@3075e1aa, net.minecraft.item.crafting.Ingredient@3075e1aa, net.minecraft.item.crafting.Ingredient@3075e1aa, net.minecraft.item.crafting.Ingredient@135df4c5]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 572 abyssalcraft:energypedestal RecipeStage{tier='one', recipe=1xtile.energypedestal@0:[net.minecraft.item.crafting.Ingredient@3f9e9e68, net.minecraft.item.crafting.Ingredient@3e542adf, net.minecraft.item.crafting.Ingredient@3f9e9e68, net.minecraft.item.crafting.Ingredient@3f9e9e68, net.minecraft.item.crafting.Ingredient@1ec1f3e8, net.minecraft.item.crafting.Ingredient@3f9e9e68, net.minecraft.item.crafting.Ingredient@3f9e9e68, net.minecraft.item.crafting.Ingredient@3f9e9e68, net.minecraft.item.crafting.Ingredient@3f9e9e68]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 573 abyssalcraft:energydepositioner RecipeStage{tier='two', recipe=1xtile.energydepositioner@0:[net.minecraft.item.crafting.Ingredient@478151c4, net.minecraft.item.crafting.Ingredient@478151c4, net.minecraft.item.crafting.Ingredient@478151c4, net.minecraft.item.crafting.Ingredient@40aa706c, net.minecraft.item.crafting.Ingredient@36dd02da, net.minecraft.item.crafting.Ingredient@40aa706c, net.minecraft.item.crafting.Ingredient@478151c4, net.minecraft.item.crafting.Ingredient@3e14d3e8, net.minecraft.item.crafting.Ingredient@478151c4]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 574 abyssalcraft:energycollector RecipeStage{tier='zero', recipe=1xtile.energycollector@0:[net.minecraft.item.crafting.Ingredient@2e235505, net.minecraft.item.crafting.Ingredient@2e235505, net.minecraft.item.crafting.Ingredient@2e235505, net.minecraft.item.crafting.Ingredient@2e235505, net.minecraft.item.crafting.Ingredient@70d02167, net.minecraft.item.crafting.Ingredient@2e235505, net.minecraft.item.crafting.Ingredient@2e235505, net.minecraft.item.crafting.Ingredient@2e235505, net.minecraft.item.crafting.Ingredient@2e235505]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 576 abyssalcraft:dsword RecipeStage{tier='zero', recipe=1xitem.dsword@0:[net.minecraft.item.crafting.Ingredient@1149786, net.minecraft.item.crafting.Ingredient@1149786, net.minecraftforge.oredict.OreIngredient@5b112722]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 577 abyssalcraft:dspplate RecipeStage{tier='two', recipe=1xtile.dspplate@0:[net.minecraft.item.crafting.Ingredient@176da680, net.minecraft.item.crafting.Ingredient@176da680]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 578 abyssalcraft:dshovel RecipeStage{tier='zero', recipe=1xitem.dshovel@0:[net.minecraft.item.crafting.Ingredient@647b379b, net.minecraftforge.oredict.OreIngredient@5b112722, net.minecraftforge.oredict.OreIngredient@5b112722]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 579 abyssalcraft:dsglow RecipeStage{tier='three', recipe=4xtile.dsglow@0:[net.minecraft.item.crafting.Ingredient@5c3fe458, net.minecraft.item.crafting.Ingredient@6fba31e7, net.minecraft.item.crafting.Ingredient@5c3fe458, net.minecraft.item.crafting.Ingredient@6c1f81c3, net.minecraft.item.crafting.Ingredient@2395b0d5, net.minecraft.item.crafting.Ingredient@6c1f81c3, net.minecraft.item.crafting.Ingredient@5c3fe458, net.minecraft.item.crafting.Ingredient@6c1f81c3, net.minecraft.item.crafting.Ingredient@5c3fe458]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 580 abyssalcraft:dscwall RecipeStage{tier='zero', recipe=6xtile.dscwall@0:[net.minecraft.item.crafting.Ingredient@6fb61272, net.minecraft.item.crafting.Ingredient@6fb61272, net.minecraft.item.crafting.Ingredient@6fb61272, net.minecraft.item.crafting.Ingredient@6fb61272, net.minecraft.item.crafting.Ingredient@6fb61272, net.minecraft.item.crafting.Ingredient@6fb61272]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 581 abyssalcraft:dsbutton RecipeStage{tier='one', recipe=1xtile.dsbutton@0:[net.minecraft.item.crafting.Ingredient@14d29f64]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 582 abyssalcraft:dsbfence RecipeStage{tier='one', recipe=6xtile.dsbfence@0:[net.minecraft.item.crafting.Ingredient@4bf822a9, net.minecraft.item.crafting.Ingredient@4bf822a9, net.minecraft.item.crafting.Ingredient@4bf822a9, net.minecraft.item.crafting.Ingredient@4bf822a9, net.minecraft.item.crafting.Ingredient@4bf822a9, net.minecraft.item.crafting.Ingredient@4bf822a9]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 583 abyssalcraft:drtfence RecipeStage{tier='one', recipe=3xtile.drtfence@0:[net.minecraft.item.crafting.Ingredient@4a19076e, net.minecraftforge.oredict.OreIngredient@5b112722, net.minecraft.item.crafting.Ingredient@4a19076e, net.minecraft.item.crafting.Ingredient@4a19076e, net.minecraftforge.oredict.OreIngredient@5b112722, net.minecraft.item.crafting.Ingredient@4a19076e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 584 abyssalcraft:dreadstonecobblestonewall RecipeStage{tier='two', recipe=6xtile.dreadstonecobblestonewall@0:[net.minecraft.item.crafting.Ingredient@672971de, net.minecraft.item.crafting.Ingredient@672971de, net.minecraft.item.crafting.Ingredient@672971de, net.minecraft.item.crafting.Ingredient@672971de, net.minecraft.item.crafting.Ingredient@672971de, net.minecraft.item.crafting.Ingredient@672971de]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 585 abyssalcraft:dreadstonecobblestonestairs RecipeStage{tier='two', recipe=4xtile.dreadstonecobblestonestairs@0:[net.minecraft.item.crafting.Ingredient@3bb6571, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3bb6571, net.minecraft.item.crafting.Ingredient@3bb6571, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3bb6571, net.minecraft.item.crafting.Ingredient@3bb6571, net.minecraft.item.crafting.Ingredient@3bb6571]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 586 abyssalcraft:dreadstonecobblestoneslab1_0 RecipeStage{tier='two', recipe=6xtile.dreadstonecobblestoneslab1@0:[net.minecraft.item.crafting.Ingredient@5430714d, net.minecraft.item.crafting.Ingredient@5430714d, net.minecraft.item.crafting.Ingredient@5430714d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 587 abyssalcraft:dreadplate RecipeStage{tier='two', recipe=1xitem.dreadplate@0:[net.minecraft.item.crafting.Ingredient@44f814d6, net.minecraft.item.crafting.Ingredient@44f814d6, net.minecraft.item.crafting.Ingredient@44f814d6, net.minecraft.item.crafting.Ingredient@44f814d6, net.minecraft.item.crafting.Ingredient@66c62ee3, net.minecraft.item.crafting.Ingredient@44f814d6, net.minecraft.item.crafting.Ingredient@44f814d6, net.minecraft.item.crafting.Ingredient@44f814d6, net.minecraft.item.crafting.Ingredient@44f814d6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 589 abyssalcraft:dreadkatana RecipeStage{tier='two', recipe=1xitem.dreadkatana@0:[net.minecraft.item.crafting.Ingredient@73584d25, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@56b000ef, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 591 abyssalcraft:dreadiumsword RecipeStage{tier='two', recipe=1xitem.dreadiumsword@0:[net.minecraft.item.crafting.Ingredient@5e10171, net.minecraft.item.crafting.Ingredient@5e10171, net.minecraftforge.oredict.OreIngredient@5b112722]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 592 abyssalcraft:dreadiumshovel RecipeStage{tier='two', recipe=1xitem.dreadiumshovel@0:[net.minecraft.item.crafting.Ingredient@e4ec092, net.minecraftforge.oredict.OreIngredient@5b112722, net.minecraftforge.oredict.OreIngredient@5b112722]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 593 abyssalcraft:dreadiumsamuraiplate RecipeStage{tier='two', recipe=1xitem.dreadiumsamuraiplate@0:[net.minecraft.item.crafting.Ingredient@16cddbad, net.minecraft.item.crafting.Ingredient@309cf639, net.minecraft.item.crafting.Ingredient@16cddbad, net.minecraft.item.crafting.Ingredient@16cddbad, net.minecraft.item.crafting.Ingredient@23ecf620, net.minecraft.item.crafting.Ingredient@16cddbad, net.minecraft.item.crafting.Ingredient@fbe99cc, net.minecraft.item.crafting.Ingredient@fbe99cc, net.minecraft.item.crafting.Ingredient@fbe99cc]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 594 abyssalcraft:dreadiumsamurailegs RecipeStage{tier='two', recipe=1xitem.dreadiumsamurailegs@0:[net.minecraft.item.crafting.Ingredient@33ec6154, net.minecraft.item.crafting.Ingredient@50b3606a, net.minecraft.item.crafting.Ingredient@33ec6154, net.minecraft.item.crafting.Ingredient@ef9fd15, net.minecraft.item.crafting.Ingredient@ef9fd15, net.minecraft.item.crafting.Ingredient@ef9fd15]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 595 abyssalcraft:dreadiumsamuraihelmet RecipeStage{tier='two', recipe=1xitem.dreadiumsamuraihelmet@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@d6bfe1c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6a0af7ad, net.minecraft.item.crafting.Ingredient@6cd7ca6e, net.minecraft.item.crafting.Ingredient@6a0af7ad]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 596 abyssalcraft:dreadiumsamuraiboots RecipeStage{tier='two', recipe=1xitem.dreadiumsamuraiboots@0:[net.minecraft.item.crafting.Ingredient@40f6923d, net.minecraft.item.crafting.Ingredient@253e8e4e, net.minecraft.item.crafting.Ingredient@40f6923d, net.minecraft.item.crafting.Ingredient@5e7478d0, net.minecraft.item.crafting.Ingredient@5e7478d0, net.minecraft.item.crafting.Ingredient@5e7478d0]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 597 abyssalcraft:dreadiumplate RecipeStage{tier='two', recipe=1xitem.dreadiumplate@0:[net.minecraft.item.crafting.Ingredient@11f716bf, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@11f716bf, net.minecraft.item.crafting.Ingredient@11f716bf, net.minecraft.item.crafting.Ingredient@11f716bf, net.minecraft.item.crafting.Ingredient@11f716bf, net.minecraft.item.crafting.Ingredient@11f716bf, net.minecraft.item.crafting.Ingredient@11f716bf, net.minecraft.item.crafting.Ingredient@11f716bf]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 598 abyssalcraft:dreadiumpickaxe RecipeStage{tier='two', recipe=1xitem.dreadiumpickaxe@0:[net.minecraft.item.crafting.Ingredient@7a5efd48, net.minecraft.item.crafting.Ingredient@7a5efd48, net.minecraft.item.crafting.Ingredient@7a5efd48, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5b112722, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5b112722, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 599 abyssalcraft:dreadiumlegs RecipeStage{tier='two', recipe=1xitem.dreadiumlegs@0:[net.minecraft.item.crafting.Ingredient@262a218f, net.minecraft.item.crafting.Ingredient@262a218f, net.minecraft.item.crafting.Ingredient@262a218f, net.minecraft.item.crafting.Ingredient@262a218f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@262a218f, net.minecraft.item.crafting.Ingredient@262a218f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@262a218f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 602 abyssalcraft:dreadiumhoe RecipeStage{tier='two', recipe=1xitem.dreadiumhoe@0:[net.minecraft.item.crafting.Ingredient@51e06365, net.minecraft.item.crafting.Ingredient@51e06365, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5b112722, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5b112722]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 603 abyssalcraft:dreadiumhelmet RecipeStage{tier='two', recipe=1xitem.dreadiumhelmet@0:[net.minecraft.item.crafting.Ingredient@49281f, net.minecraft.item.crafting.Ingredient@49281f, net.minecraft.item.crafting.Ingredient@49281f, net.minecraft.item.crafting.Ingredient@49281f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@49281f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 604 abyssalcraft:dreadiumboots RecipeStage{tier='two', recipe=1xitem.dreadiumboots@0:[net.minecraft.item.crafting.Ingredient@725d13e7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@725d13e7, net.minecraft.item.crafting.Ingredient@725d13e7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@725d13e7]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 605 abyssalcraft:dreadiumaxe RecipeStage{tier='two', recipe=1xitem.dreadiumaxe@0:[net.minecraft.item.crafting.Ingredient@496bff00, net.minecraft.item.crafting.Ingredient@496bff00, net.minecraft.item.crafting.Ingredient@496bff00, net.minecraftforge.oredict.OreIngredient@5b112722, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5b112722]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 606 abyssalcraft:dreadhilt RecipeStage{tier='two', recipe=1xitem.dreadhilt@0:[net.minecraft.item.crafting.Ingredient@7cd9256a, net.minecraft.item.crafting.Ingredient@7cd9256a, net.minecraft.item.crafting.Ingredient@7cd9256a, net.minecraft.item.crafting.Ingredient@13150005, net.minecraft.item.crafting.Ingredient@3cafcdbd, net.minecraft.item.crafting.Ingredient@13150005, net.minecraft.item.crafting.Ingredient@13150005, net.minecraft.item.crafting.Ingredient@3cafcdbd, net.minecraft.item.crafting.Ingredient@13150005]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 607 abyssalcraft:dreadcloth_alt RecipeStage{tier='two', recipe=1xitem.dreadcloth@0:[net.minecraft.item.crafting.Ingredient@78b4c816, net.minecraft.item.crafting.Ingredient@2093ac46, net.minecraft.item.crafting.Ingredient@78b4c816, net.minecraft.item.crafting.Ingredient@2093ac46, net.minecraft.item.crafting.Ingredient@71f6b9b7, net.minecraft.item.crafting.Ingredient@2093ac46, net.minecraft.item.crafting.Ingredient@78b4c816, net.minecraft.item.crafting.Ingredient@2093ac46, net.minecraft.item.crafting.Ingredient@78b4c816]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 608 abyssalcraft:dreadcloth RecipeStage{tier='two', recipe=1xitem.dreadcloth@0:[net.minecraft.item.crafting.Ingredient@4d06fc51, net.minecraft.item.crafting.Ingredient@5ee7e22d, net.minecraft.item.crafting.Ingredient@4d06fc51, net.minecraft.item.crafting.Ingredient@5ee7e22d, net.minecraft.item.crafting.Ingredient@47afa479, net.minecraft.item.crafting.Ingredient@5ee7e22d, net.minecraft.item.crafting.Ingredient@4d06fc51, net.minecraft.item.crafting.Ingredient@5ee7e22d, net.minecraft.item.crafting.Ingredient@4d06fc51]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 609 abyssalcraft:dreadbrickstairs RecipeStage{tier='two', recipe=4xtile.dreadbrickstairs@0:[net.minecraft.item.crafting.Ingredient@21907ce3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@21907ce3, net.minecraft.item.crafting.Ingredient@21907ce3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@21907ce3, net.minecraft.item.crafting.Ingredient@21907ce3, net.minecraft.item.crafting.Ingredient@21907ce3]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 610 abyssalcraft:dreadbrickslab1_0 RecipeStage{tier='two', recipe=6xtile.dreadbrickslab1@0:[net.minecraft.item.crafting.Ingredient@22a1bf51, net.minecraft.item.crafting.Ingredient@22a1bf51, net.minecraft.item.crafting.Ingredient@22a1bf51]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 611 abyssalcraft:dreadbrickfence RecipeStage{tier='one', recipe=6xtile.dreadbrickfence@0:[net.minecraft.item.crafting.Ingredient@64e748db, net.minecraft.item.crafting.Ingredient@64e748db, net.minecraft.item.crafting.Ingredient@64e748db, net.minecraft.item.crafting.Ingredient@64e748db, net.minecraft.item.crafting.Ingredient@64e748db, net.minecraft.item.crafting.Ingredient@64e748db]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 612 abyssalcraft:dreadbrick_1 RecipeStage{tier='two', recipe=1xtile.dreadbrick@1:[net.minecraft.item.crafting.Ingredient@491f9e15, net.minecraft.item.crafting.Ingredient@491f9e15]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 613 abyssalcraft:dreadbrick_0 RecipeStage{tier='two', recipe=4xtile.dreadbrick@0:[net.minecraft.item.crafting.Ingredient@49d13465, net.minecraft.item.crafting.Ingredient@49d13465, net.minecraft.item.crafting.Ingredient@49d13465, net.minecraft.item.crafting.Ingredient@49d13465]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 614 abyssalcraft:dreadblade RecipeStage{tier='two', recipe=1xitem.dreadblade@0:[net.minecraft.item.crafting.Ingredient@66c8d095, net.minecraft.item.crafting.Ingredient@66c8d095, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@66c8d095, net.minecraft.item.crafting.Ingredient@66c8d095, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@66c8d095, net.minecraft.item.crafting.Ingredient@66c8d095, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 615 abyssalcraft:drainstaff_0 RecipeStage{tier='two', recipe=1xitem.drainstaff@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5e62adbb, net.minecraft.item.crafting.Ingredient@32823061, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5e62adbb, net.minecraft.item.crafting.Ingredient@5e62adbb, net.minecraft.item.crafting.Ingredient@5e62adbb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 616 abyssalcraft:dpick RecipeStage{tier='zero', recipe=1xitem.dpick@0:[net.minecraft.item.crafting.Ingredient@69ce3446, net.minecraft.item.crafting.Ingredient@69ce3446, net.minecraft.item.crafting.Ingredient@69ce3446, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5b112722, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5b112722, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 617 abyssalcraft:door_drt RecipeStage{tier='two', recipe=1xitem.door_drt@0:[net.minecraft.item.crafting.Ingredient@55ca4510, net.minecraft.item.crafting.Ingredient@55ca4510, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@55ca4510, net.minecraft.item.crafting.Ingredient@55ca4510, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@55ca4510, net.minecraft.item.crafting.Ingredient@55ca4510, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 618 abyssalcraft:door_dlt RecipeStage{tier='one', recipe=1xitem.door_dlt@0:[net.minecraft.item.crafting.Ingredient@57d5407c, net.minecraft.item.crafting.Ingredient@57d5407c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@57d5407c, net.minecraft.item.crafting.Ingredient@57d5407c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@57d5407c, net.minecraft.item.crafting.Ingredient@57d5407c, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 619 abyssalcraft:dltstairs RecipeStage{tier='one', recipe=4xtile.dltstairs@0:[net.minecraft.item.crafting.Ingredient@2ed058de, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2ed058de, net.minecraft.item.crafting.Ingredient@2ed058de, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2ed058de, net.minecraft.item.crafting.Ingredient@2ed058de, net.minecraft.item.crafting.Ingredient@2ed058de]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 621 abyssalcraft:dltpplate RecipeStage{tier='two', recipe=1xtile.dltpplate@0:[net.minecraft.item.crafting.Ingredient@3b8f37a1, net.minecraft.item.crafting.Ingredient@3b8f37a1]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 623 abyssalcraft:dltfence RecipeStage{tier='one', recipe=3xtile.dltfence@0:[net.minecraft.item.crafting.Ingredient@447a38f0, net.minecraftforge.oredict.OreIngredient@5b112722, net.minecraft.item.crafting.Ingredient@447a38f0, net.minecraft.item.crafting.Ingredient@447a38f0, net.minecraftforge.oredict.OreIngredient@5b112722, net.minecraft.item.crafting.Ingredient@447a38f0]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 624 abyssalcraft:dltbutton RecipeStage{tier='one', recipe=1xtile.dltbutton@0:[net.minecraft.item.crafting.Ingredient@5c04edbe]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 626 abyssalcraft:dhoe RecipeStage{tier='one', recipe=1xitem.dhoe@0:[net.minecraft.item.crafting.Ingredient@d9fc6eb, net.minecraft.item.crafting.Ingredient@d9fc6eb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5b112722, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5b112722]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 627 abyssalcraft:densecarboncluster RecipeStage{tier='three', recipe=1xitem.densecarboncluster@0:[net.minecraft.item.crafting.Ingredient@284911c7, net.minecraft.item.crafting.Ingredient@284911c7, net.minecraft.item.crafting.Ingredient@284911c7, net.minecraft.item.crafting.Ingredient@284911c7, net.minecraft.item.crafting.Ingredient@11231858, net.minecraft.item.crafting.Ingredient@284911c7, net.minecraft.item.crafting.Ingredient@284911c7, net.minecraft.item.crafting.Ingredient@284911c7, net.minecraft.item.crafting.Ingredient@284911c7]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 635 abyssalcraft:dcstairs RecipeStage{tier='one', recipe=4xtile.dcstairs@0:[net.minecraft.item.crafting.Ingredient@16ec4e19, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@16ec4e19, net.minecraft.item.crafting.Ingredient@16ec4e19, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@16ec4e19, net.minecraft.item.crafting.Ingredient@16ec4e19, net.minecraft.item.crafting.Ingredient@16ec4e19]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 636 abyssalcraft:dbstairs RecipeStage{tier='one', recipe=4xtile.dbstairs@0:[net.minecraft.item.crafting.Ingredient@2016386e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2016386e, net.minecraft.item.crafting.Ingredient@2016386e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2016386e, net.minecraft.item.crafting.Ingredient@2016386e, net.minecraft.item.crafting.Ingredient@2016386e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 637 abyssalcraft:daxe RecipeStage{tier='zero', recipe=1xitem.daxe@0:[net.minecraft.item.crafting.Ingredient@7c9507ca, net.minecraft.item.crafting.Ingredient@7c9507ca, net.minecraft.item.crafting.Ingredient@7c9507ca, net.minecraftforge.oredict.OreIngredient@5b112722, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5b112722]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 638 abyssalcraft:darkstoneslab1_0 RecipeStage{tier='zero', recipe=6xtile.darkstoneslab1@0:[net.minecraft.item.crafting.Ingredient@6dba3e6c, net.minecraft.item.crafting.Ingredient@6dba3e6c, net.minecraft.item.crafting.Ingredient@6dba3e6c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 639 abyssalcraft:darkstone_brick_1 RecipeStage{tier='zero', recipe=1xtile.darkstone_brick@1:[net.minecraft.item.crafting.Ingredient@6cfd8e34, net.minecraft.item.crafting.Ingredient@6cfd8e34]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 640 abyssalcraft:darkstone_brick_0 RecipeStage{tier='zero', recipe=4xtile.darkstone_brick@0:[net.minecraft.item.crafting.Ingredient@ebb3786, net.minecraft.item.crafting.Ingredient@ebb3786, net.minecraft.item.crafting.Ingredient@ebb3786, net.minecraft.item.crafting.Ingredient@ebb3786]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 641 abyssalcraft:darkethaxiumpillar RecipeStage{tier='two', recipe=2xtile.darkethaxiumpillar@0:[net.minecraft.item.crafting.Ingredient@67a61c40, net.minecraft.item.crafting.Ingredient@478b949a, net.minecraft.item.crafting.Ingredient@67a61c40, net.minecraft.item.crafting.Ingredient@478b949a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 642 abyssalcraft:darkethaxiumbrickstairs RecipeStage{tier='two', recipe=4xtile.darkethaxiumbrickstairs@0:[net.minecraft.item.crafting.Ingredient@709e44f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@709e44f, net.minecraft.item.crafting.Ingredient@709e44f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@709e44f, net.minecraft.item.crafting.Ingredient@709e44f, net.minecraft.item.crafting.Ingredient@709e44f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 643 abyssalcraft:darkethaxiumbrickslab1_0 RecipeStage{tier='two', recipe=6xtile.darkethaxiumbrickslab1@0:[net.minecraft.item.crafting.Ingredient@393b7a34, net.minecraft.item.crafting.Ingredient@393b7a34, net.minecraft.item.crafting.Ingredient@393b7a34]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 644 abyssalcraft:darkethaxiumbrickfence RecipeStage{tier='one', recipe=6xtile.darkethaxiumbrickfence@0:[net.minecraft.item.crafting.Ingredient@6fa5e33, net.minecraft.item.crafting.Ingredient@6fa5e33, net.minecraft.item.crafting.Ingredient@6fa5e33, net.minecraft.item.crafting.Ingredient@6fa5e33, net.minecraft.item.crafting.Ingredient@6fa5e33, net.minecraft.item.crafting.Ingredient@6fa5e33]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 645 abyssalcraft:darkethaxiumbrick_1 RecipeStage{tier='two', recipe=1xtile.darkethaxiumbrick@1:[net.minecraft.item.crafting.Ingredient@51db8f25, net.minecraft.item.crafting.Ingredient@51db8f25]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 646 abyssalcraft:darkethaxiumbrick_0 RecipeStage{tier='two', recipe=1xtile.darkethaxiumbrick@0:[net.minecraft.item.crafting.Ingredient@425f82e, net.minecraft.item.crafting.Ingredient@4a57c518, net.minecraft.item.crafting.Ingredient@425f82e, net.minecraft.item.crafting.Ingredient@4a57c518]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 647 abyssalcraft:darkcobbleslab1_0 RecipeStage{tier='zero', recipe=6xtile.darkcobbleslab1@0:[net.minecraft.item.crafting.Ingredient@308502b3, net.minecraft.item.crafting.Ingredient@308502b3, net.minecraft.item.crafting.Ingredient@308502b3]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 648 abyssalcraft:darkbrickslab1_0 RecipeStage{tier='zero', recipe=6xtile.darkbrickslab1@0:[net.minecraft.item.crafting.Ingredient@42398b6d, net.minecraft.item.crafting.Ingredient@42398b6d, net.minecraft.item.crafting.Ingredient@42398b6d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 649 abyssalcraft:cstonepplate RecipeStage{tier='two', recipe=1xtile.cstonepplate@0:[net.minecraft.item.crafting.Ingredient@13d770b0, net.minecraft.item.crafting.Ingredient@13d770b0]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 650 abyssalcraft:cstonebutton RecipeStage{tier='two', recipe=1xtile.cstonebutton@0:[net.minecraft.item.crafting.Ingredient@3d8bf9a7]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 651 abyssalcraft:cstonebrickstairs RecipeStage{tier='two', recipe=4xtile.cstonebrickstairs@0:[net.minecraft.item.crafting.Ingredient@4b077be4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4b077be4, net.minecraft.item.crafting.Ingredient@4b077be4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4b077be4, net.minecraft.item.crafting.Ingredient@4b077be4, net.minecraft.item.crafting.Ingredient@4b077be4]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 652 abyssalcraft:cstonebrickslab1_0 RecipeStage{tier='two', recipe=6xtile.cstonebrickslab1@0:[net.minecraft.item.crafting.Ingredient@71a57f13, net.minecraft.item.crafting.Ingredient@71a57f13, net.minecraft.item.crafting.Ingredient@71a57f13]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 653 abyssalcraft:cstonebrickfence RecipeStage{tier='one', recipe=6xtile.cstonebrickfence@0:[net.minecraft.item.crafting.Ingredient@59fc5450, net.minecraft.item.crafting.Ingredient@59fc5450, net.minecraft.item.crafting.Ingredient@59fc5450, net.minecraft.item.crafting.Ingredient@59fc5450, net.minecraft.item.crafting.Ingredient@59fc5450, net.minecraft.item.crafting.Ingredient@59fc5450]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 654 abyssalcraft:cstonebrick_1 RecipeStage{tier='two', recipe=1xtile.cstonebrick@1:[net.minecraft.item.crafting.Ingredient@26a0c6da, net.minecraft.item.crafting.Ingredient@26a0c6da]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 655 abyssalcraft:cstonebrick_0 RecipeStage{tier='two', recipe=1xtile.cstonebrick@0:[net.minecraft.item.crafting.Ingredient@2ba3845e, net.minecraft.item.crafting.Ingredient@2ba3845e, net.minecraft.item.crafting.Ingredient@2ba3845e, net.minecraft.item.crafting.Ingredient@2ba3845e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 656 abyssalcraft:crystalshard_9_alt_alt RecipeStage{tier='three', recipe=1xitem.crystalshard@9:[net.minecraft.item.crafting.Ingredient@63b1814c, net.minecraft.item.crafting.Ingredient@63b1814c, net.minecraft.item.crafting.Ingredient@63b1814c, net.minecraft.item.crafting.Ingredient@63b1814c, net.minecraft.item.crafting.Ingredient@63b1814c, net.minecraft.item.crafting.Ingredient@63b1814c, net.minecraft.item.crafting.Ingredient@63b1814c, net.minecraft.item.crafting.Ingredient@63b1814c, net.minecraft.item.crafting.Ingredient@63b1814c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 657 abyssalcraft:crystalshard_9_alt RecipeStage{tier='three', recipe=9xitem.crystalshard@9:[net.minecraft.item.crafting.Ingredient@549aa026]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 658 abyssalcraft:crystalshard_9 RecipeStage{tier='three', recipe=1xitem.crystalshard@9:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3d8dc9a3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@49645fd7, net.minecraft.item.crafting.Ingredient@49645fd7, net.minecraft.item.crafting.Ingredient@49645fd7]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 659 abyssalcraft:crystalshard_8_alt RecipeStage{tier='three', recipe=1xitem.crystalshard@8:[net.minecraft.item.crafting.Ingredient@57599629, net.minecraft.item.crafting.Ingredient@57599629, net.minecraft.item.crafting.Ingredient@57599629, net.minecraft.item.crafting.Ingredient@57599629, net.minecraft.item.crafting.Ingredient@57599629, net.minecraft.item.crafting.Ingredient@57599629, net.minecraft.item.crafting.Ingredient@57599629, net.minecraft.item.crafting.Ingredient@57599629, net.minecraft.item.crafting.Ingredient@57599629]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 660 abyssalcraft:crystalshard_8 RecipeStage{tier='three', recipe=9xitem.crystalshard@8:[net.minecraft.item.crafting.Ingredient@7fb6187d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 661 abyssalcraft:crystalshard_7_alt RecipeStage{tier='three', recipe=1xitem.crystalshard@7:[net.minecraft.item.crafting.Ingredient@1145a4df, net.minecraft.item.crafting.Ingredient@1145a4df, net.minecraft.item.crafting.Ingredient@1145a4df, net.minecraft.item.crafting.Ingredient@1145a4df, net.minecraft.item.crafting.Ingredient@1145a4df, net.minecraft.item.crafting.Ingredient@1145a4df, net.minecraft.item.crafting.Ingredient@1145a4df, net.minecraft.item.crafting.Ingredient@1145a4df, net.minecraft.item.crafting.Ingredient@1145a4df]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 662 abyssalcraft:crystalshard_7 RecipeStage{tier='three', recipe=9xitem.crystalshard@7:[net.minecraft.item.crafting.Ingredient@918f93d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 663 abyssalcraft:crystalshard_6_alt RecipeStage{tier='three', recipe=1xitem.crystalshard@6:[net.minecraft.item.crafting.Ingredient@431b5d63, net.minecraft.item.crafting.Ingredient@431b5d63, net.minecraft.item.crafting.Ingredient@431b5d63, net.minecraft.item.crafting.Ingredient@431b5d63, net.minecraft.item.crafting.Ingredient@431b5d63, net.minecraft.item.crafting.Ingredient@431b5d63, net.minecraft.item.crafting.Ingredient@431b5d63, net.minecraft.item.crafting.Ingredient@431b5d63, net.minecraft.item.crafting.Ingredient@431b5d63]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 664 abyssalcraft:crystalshard_6 RecipeStage{tier='three', recipe=9xitem.crystalshard@6:[net.minecraft.item.crafting.Ingredient@7d664ab6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 665 abyssalcraft:crystalshard_5_alt RecipeStage{tier='three', recipe=1xitem.crystalshard@5:[net.minecraft.item.crafting.Ingredient@47681d2e, net.minecraft.item.crafting.Ingredient@47681d2e, net.minecraft.item.crafting.Ingredient@47681d2e, net.minecraft.item.crafting.Ingredient@47681d2e, net.minecraft.item.crafting.Ingredient@47681d2e, net.minecraft.item.crafting.Ingredient@47681d2e, net.minecraft.item.crafting.Ingredient@47681d2e, net.minecraft.item.crafting.Ingredient@47681d2e, net.minecraft.item.crafting.Ingredient@47681d2e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 666 abyssalcraft:crystalshard_5 RecipeStage{tier='three', recipe=9xitem.crystalshard@5:[net.minecraft.item.crafting.Ingredient@5e7ec4da]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 667 abyssalcraft:crystalshard_4_alt RecipeStage{tier='three', recipe=1xitem.crystalshard@4:[net.minecraft.item.crafting.Ingredient@35387947, net.minecraft.item.crafting.Ingredient@35387947, net.minecraft.item.crafting.Ingredient@35387947, net.minecraft.item.crafting.Ingredient@35387947, net.minecraft.item.crafting.Ingredient@35387947, net.minecraft.item.crafting.Ingredient@35387947, net.minecraft.item.crafting.Ingredient@35387947, net.minecraft.item.crafting.Ingredient@35387947, net.minecraft.item.crafting.Ingredient@35387947]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 668 abyssalcraft:crystalshard_4 RecipeStage{tier='three', recipe=9xitem.crystalshard@4:[net.minecraft.item.crafting.Ingredient@79028853]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 669 abyssalcraft:crystalshard_3_alt RecipeStage{tier='three', recipe=1xitem.crystalshard@3:[net.minecraft.item.crafting.Ingredient@7a169a9d, net.minecraft.item.crafting.Ingredient@7a169a9d, net.minecraft.item.crafting.Ingredient@7a169a9d, net.minecraft.item.crafting.Ingredient@7a169a9d, net.minecraft.item.crafting.Ingredient@7a169a9d, net.minecraft.item.crafting.Ingredient@7a169a9d, net.minecraft.item.crafting.Ingredient@7a169a9d, net.minecraft.item.crafting.Ingredient@7a169a9d, net.minecraft.item.crafting.Ingredient@7a169a9d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 670 abyssalcraft:crystalshard_3 RecipeStage{tier='three', recipe=9xitem.crystalshard@3:[net.minecraft.item.crafting.Ingredient@39ed102a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 671 abyssalcraft:crystalshard_2_alt RecipeStage{tier='three', recipe=1xitem.crystalshard@2:[net.minecraft.item.crafting.Ingredient@7b06af29, net.minecraft.item.crafting.Ingredient@7b06af29, net.minecraft.item.crafting.Ingredient@7b06af29, net.minecraft.item.crafting.Ingredient@7b06af29, net.minecraft.item.crafting.Ingredient@7b06af29, net.minecraft.item.crafting.Ingredient@7b06af29, net.minecraft.item.crafting.Ingredient@7b06af29, net.minecraft.item.crafting.Ingredient@7b06af29, net.minecraft.item.crafting.Ingredient@7b06af29]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 672 abyssalcraft:crystalshard_27_alt RecipeStage{tier='three', recipe=1xitem.crystalshard@27:[net.minecraft.item.crafting.Ingredient@6d02d4df, net.minecraft.item.crafting.Ingredient@6d02d4df, net.minecraft.item.crafting.Ingredient@6d02d4df, net.minecraft.item.crafting.Ingredient@6d02d4df, net.minecraft.item.crafting.Ingredient@6d02d4df, net.minecraft.item.crafting.Ingredient@6d02d4df, net.minecraft.item.crafting.Ingredient@6d02d4df, net.minecraft.item.crafting.Ingredient@6d02d4df, net.minecraft.item.crafting.Ingredient@6d02d4df]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 673 abyssalcraft:crystalshard_27 RecipeStage{tier='three', recipe=9xitem.crystalshard@27:[net.minecraft.item.crafting.Ingredient@13d75bc5]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 674 abyssalcraft:crystalshard_26_alt RecipeStage{tier='three', recipe=1xitem.crystalshard@26:[net.minecraft.item.crafting.Ingredient@2b2cf89b, net.minecraft.item.crafting.Ingredient@2b2cf89b, net.minecraft.item.crafting.Ingredient@2b2cf89b, net.minecraft.item.crafting.Ingredient@2b2cf89b, net.minecraft.item.crafting.Ingredient@2b2cf89b, net.minecraft.item.crafting.Ingredient@2b2cf89b, net.minecraft.item.crafting.Ingredient@2b2cf89b, net.minecraft.item.crafting.Ingredient@2b2cf89b, net.minecraft.item.crafting.Ingredient@2b2cf89b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 675 abyssalcraft:crystalshard_26 RecipeStage{tier='three', recipe=9xitem.crystalshard@26:[net.minecraft.item.crafting.Ingredient@d18406a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 676 abyssalcraft:crystalshard_25_alt RecipeStage{tier='three', recipe=1xitem.crystalshard@25:[net.minecraft.item.crafting.Ingredient@465e9c5f, net.minecraft.item.crafting.Ingredient@465e9c5f, net.minecraft.item.crafting.Ingredient@465e9c5f, net.minecraft.item.crafting.Ingredient@465e9c5f, net.minecraft.item.crafting.Ingredient@465e9c5f, net.minecraft.item.crafting.Ingredient@465e9c5f, net.minecraft.item.crafting.Ingredient@465e9c5f, net.minecraft.item.crafting.Ingredient@465e9c5f, net.minecraft.item.crafting.Ingredient@465e9c5f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 677 abyssalcraft:crystalshard_25 RecipeStage{tier='three', recipe=9xitem.crystalshard@25:[net.minecraft.item.crafting.Ingredient@2ab27cd2]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 678 abyssalcraft:crystalshard_24_alt RecipeStage{tier='three', recipe=1xitem.crystalshard@24:[net.minecraft.item.crafting.Ingredient@103ef55d, net.minecraft.item.crafting.Ingredient@103ef55d, net.minecraft.item.crafting.Ingredient@103ef55d, net.minecraft.item.crafting.Ingredient@103ef55d, net.minecraft.item.crafting.Ingredient@103ef55d, net.minecraft.item.crafting.Ingredient@103ef55d, net.minecraft.item.crafting.Ingredient@103ef55d, net.minecraft.item.crafting.Ingredient@103ef55d, net.minecraft.item.crafting.Ingredient@103ef55d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 679 abyssalcraft:crystalshard_24 RecipeStage{tier='three', recipe=9xitem.crystalshard@24:[net.minecraft.item.crafting.Ingredient@3afaced2]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 680 abyssalcraft:crystalshard_23_alt_alt RecipeStage{tier='three', recipe=1xitem.crystalshard@23:[net.minecraft.item.crafting.Ingredient@4c1e398a, net.minecraft.item.crafting.Ingredient@4c1e398a, net.minecraft.item.crafting.Ingredient@4c1e398a, net.minecraft.item.crafting.Ingredient@4c1e398a, net.minecraft.item.crafting.Ingredient@4c1e398a, net.minecraft.item.crafting.Ingredient@4c1e398a, net.minecraft.item.crafting.Ingredient@4c1e398a, net.minecraft.item.crafting.Ingredient@4c1e398a, net.minecraft.item.crafting.Ingredient@4c1e398a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 681 abyssalcraft:crystalshard_23_alt RecipeStage{tier='three', recipe=9xitem.crystalshard@23:[net.minecraft.item.crafting.Ingredient@62c9bd50]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 682 abyssalcraft:crystalshard_23 RecipeStage{tier='three', recipe=1xitem.crystalshard@23:[net.minecraft.item.crafting.Ingredient@1b1f2484, net.minecraft.item.crafting.Ingredient@3b744683]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 683 abyssalcraft:crystalshard_22_alt_alt RecipeStage{tier='three', recipe=1xitem.crystalshard@22:[net.minecraft.item.crafting.Ingredient@34330160, net.minecraft.item.crafting.Ingredient@34330160, net.minecraft.item.crafting.Ingredient@34330160, net.minecraft.item.crafting.Ingredient@34330160, net.minecraft.item.crafting.Ingredient@34330160, net.minecraft.item.crafting.Ingredient@34330160, net.minecraft.item.crafting.Ingredient@34330160, net.minecraft.item.crafting.Ingredient@34330160, net.minecraft.item.crafting.Ingredient@34330160]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 684 abyssalcraft:crystalshard_22_alt RecipeStage{tier='three', recipe=9xitem.crystalshard@22:[net.minecraft.item.crafting.Ingredient@20ba9292]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 685 abyssalcraft:crystalshard_22 RecipeStage{tier='three', recipe=1xitem.crystalshard@22:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4d426b03, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@47bf9e8f, net.minecraft.item.crafting.Ingredient@47bf9e8f, net.minecraft.item.crafting.Ingredient@47bf9e8f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4d426b03, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 686 abyssalcraft:crystalshard_21_alt_alt RecipeStage{tier='three', recipe=1xitem.crystalshard@21:[net.minecraft.item.crafting.Ingredient@7caaad0e, net.minecraft.item.crafting.Ingredient@7caaad0e, net.minecraft.item.crafting.Ingredient@7caaad0e, net.minecraft.item.crafting.Ingredient@7caaad0e, net.minecraft.item.crafting.Ingredient@7caaad0e, net.minecraft.item.crafting.Ingredient@7caaad0e, net.minecraft.item.crafting.Ingredient@7caaad0e, net.minecraft.item.crafting.Ingredient@7caaad0e, net.minecraft.item.crafting.Ingredient@7caaad0e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 687 abyssalcraft:crystalshard_21_alt RecipeStage{tier='three', recipe=9xitem.crystalshard@21:[net.minecraft.item.crafting.Ingredient@f6e80b6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 688 abyssalcraft:crystalshard_21 RecipeStage{tier='three', recipe=1xitem.crystalshard@21:[net.minecraft.item.crafting.Ingredient@7dd297, net.minecraft.item.crafting.Ingredient@516fc6ee, net.minecraft.item.crafting.Ingredient@7dd297]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 689 abyssalcraft:crystalshard_20_alt RecipeStage{tier='three', recipe=1xitem.crystalshard@20:[net.minecraft.item.crafting.Ingredient@9fda192, net.minecraft.item.crafting.Ingredient@9fda192, net.minecraft.item.crafting.Ingredient@9fda192, net.minecraft.item.crafting.Ingredient@9fda192, net.minecraft.item.crafting.Ingredient@9fda192, net.minecraft.item.crafting.Ingredient@9fda192, net.minecraft.item.crafting.Ingredient@9fda192, net.minecraft.item.crafting.Ingredient@9fda192, net.minecraft.item.crafting.Ingredient@9fda192]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 690 abyssalcraft:crystalshard_20 RecipeStage{tier='three', recipe=9xitem.crystalshard@20:[net.minecraft.item.crafting.Ingredient@4742d0f9]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 691 abyssalcraft:crystalshard_2 RecipeStage{tier='three', recipe=9xitem.crystalshard@2:[net.minecraft.item.crafting.Ingredient@cb7bfab]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 692 abyssalcraft:crystalshard_1_alt RecipeStage{tier='three', recipe=1xitem.crystalshard@1:[net.minecraft.item.crafting.Ingredient@35c42b20, net.minecraft.item.crafting.Ingredient@35c42b20, net.minecraft.item.crafting.Ingredient@35c42b20, net.minecraft.item.crafting.Ingredient@35c42b20, net.minecraft.item.crafting.Ingredient@35c42b20, net.minecraft.item.crafting.Ingredient@35c42b20, net.minecraft.item.crafting.Ingredient@35c42b20, net.minecraft.item.crafting.Ingredient@35c42b20, net.minecraft.item.crafting.Ingredient@35c42b20]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 693 abyssalcraft:crystalshard_19_alt RecipeStage{tier='three', recipe=1xitem.crystalshard@19:[net.minecraft.item.crafting.Ingredient@6d755048, net.minecraft.item.crafting.Ingredient@6d755048, net.minecraft.item.crafting.Ingredient@6d755048, net.minecraft.item.crafting.Ingredient@6d755048, net.minecraft.item.crafting.Ingredient@6d755048, net.minecraft.item.crafting.Ingredient@6d755048, net.minecraft.item.crafting.Ingredient@6d755048, net.minecraft.item.crafting.Ingredient@6d755048, net.minecraft.item.crafting.Ingredient@6d755048]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 694 abyssalcraft:crystalshard_19 RecipeStage{tier='three', recipe=9xitem.crystalshard@19:[net.minecraft.item.crafting.Ingredient@4ffb3c59]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 695 abyssalcraft:crystalshard_18_alt RecipeStage{tier='three', recipe=1xitem.crystalshard@18:[net.minecraft.item.crafting.Ingredient@73643a19, net.minecraft.item.crafting.Ingredient@73643a19, net.minecraft.item.crafting.Ingredient@73643a19, net.minecraft.item.crafting.Ingredient@73643a19, net.minecraft.item.crafting.Ingredient@73643a19, net.minecraft.item.crafting.Ingredient@73643a19, net.minecraft.item.crafting.Ingredient@73643a19, net.minecraft.item.crafting.Ingredient@73643a19, net.minecraft.item.crafting.Ingredient@73643a19]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 696 abyssalcraft:crystalshard_18 RecipeStage{tier='three', recipe=9xitem.crystalshard@18:[net.minecraft.item.crafting.Ingredient@2a14c494]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 697 abyssalcraft:crystalshard_17_alt RecipeStage{tier='three', recipe=1xitem.crystalshard@17:[net.minecraft.item.crafting.Ingredient@48732202, net.minecraft.item.crafting.Ingredient@48732202, net.minecraft.item.crafting.Ingredient@48732202, net.minecraft.item.crafting.Ingredient@48732202, net.minecraft.item.crafting.Ingredient@48732202, net.minecraft.item.crafting.Ingredient@48732202, net.minecraft.item.crafting.Ingredient@48732202, net.minecraft.item.crafting.Ingredient@48732202, net.minecraft.item.crafting.Ingredient@48732202]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 698 abyssalcraft:crystalshard_17 RecipeStage{tier='three', recipe=9xitem.crystalshard@17:[net.minecraft.item.crafting.Ingredient@36901184]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 699 abyssalcraft:crystalshard_16_alt RecipeStage{tier='three', recipe=1xitem.crystalshard@16:[net.minecraft.item.crafting.Ingredient@63ce6441, net.minecraft.item.crafting.Ingredient@63ce6441, net.minecraft.item.crafting.Ingredient@63ce6441, net.minecraft.item.crafting.Ingredient@63ce6441, net.minecraft.item.crafting.Ingredient@63ce6441, net.minecraft.item.crafting.Ingredient@63ce6441, net.minecraft.item.crafting.Ingredient@63ce6441, net.minecraft.item.crafting.Ingredient@63ce6441, net.minecraft.item.crafting.Ingredient@63ce6441]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 700 abyssalcraft:crystalshard_16 RecipeStage{tier='three', recipe=9xitem.crystalshard@16:[net.minecraft.item.crafting.Ingredient@8bae4bd]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 701 abyssalcraft:crystalshard_15_alt RecipeStage{tier='three', recipe=1xitem.crystalshard@15:[net.minecraft.item.crafting.Ingredient@7b4f36e9, net.minecraft.item.crafting.Ingredient@7b4f36e9, net.minecraft.item.crafting.Ingredient@7b4f36e9, net.minecraft.item.crafting.Ingredient@7b4f36e9, net.minecraft.item.crafting.Ingredient@7b4f36e9, net.minecraft.item.crafting.Ingredient@7b4f36e9, net.minecraft.item.crafting.Ingredient@7b4f36e9, net.minecraft.item.crafting.Ingredient@7b4f36e9, net.minecraft.item.crafting.Ingredient@7b4f36e9]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 702 abyssalcraft:crystalshard_15 RecipeStage{tier='three', recipe=9xitem.crystalshard@15:[net.minecraft.item.crafting.Ingredient@1e857b3d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 703 abyssalcraft:crystalshard_14_alt RecipeStage{tier='three', recipe=1xitem.crystalshard@14:[net.minecraft.item.crafting.Ingredient@61c39d39, net.minecraft.item.crafting.Ingredient@61c39d39, net.minecraft.item.crafting.Ingredient@61c39d39, net.minecraft.item.crafting.Ingredient@61c39d39, net.minecraft.item.crafting.Ingredient@61c39d39, net.minecraft.item.crafting.Ingredient@61c39d39, net.minecraft.item.crafting.Ingredient@61c39d39, net.minecraft.item.crafting.Ingredient@61c39d39, net.minecraft.item.crafting.Ingredient@61c39d39]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 704 abyssalcraft:crystalshard_14 RecipeStage{tier='three', recipe=9xitem.crystalshard@14:[net.minecraft.item.crafting.Ingredient@191bb8a2]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 705 abyssalcraft:crystalshard_13_alt RecipeStage{tier='three', recipe=1xitem.crystalshard@13:[net.minecraft.item.crafting.Ingredient@3104858d, net.minecraft.item.crafting.Ingredient@3104858d, net.minecraft.item.crafting.Ingredient@3104858d, net.minecraft.item.crafting.Ingredient@3104858d, net.minecraft.item.crafting.Ingredient@3104858d, net.minecraft.item.crafting.Ingredient@3104858d, net.minecraft.item.crafting.Ingredient@3104858d, net.minecraft.item.crafting.Ingredient@3104858d, net.minecraft.item.crafting.Ingredient@3104858d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 706 abyssalcraft:crystalshard_13 RecipeStage{tier='three', recipe=9xitem.crystalshard@13:[net.minecraft.item.crafting.Ingredient@3eb6feef]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 707 abyssalcraft:crystalshard_12_alt RecipeStage{tier='three', recipe=1xitem.crystalshard@12:[net.minecraft.item.crafting.Ingredient@33a91114, net.minecraft.item.crafting.Ingredient@33a91114, net.minecraft.item.crafting.Ingredient@33a91114, net.minecraft.item.crafting.Ingredient@33a91114, net.minecraft.item.crafting.Ingredient@33a91114, net.minecraft.item.crafting.Ingredient@33a91114, net.minecraft.item.crafting.Ingredient@33a91114, net.minecraft.item.crafting.Ingredient@33a91114, net.minecraft.item.crafting.Ingredient@33a91114]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 708 abyssalcraft:crystalshard_12 RecipeStage{tier='three', recipe=9xitem.crystalshard@12:[net.minecraft.item.crafting.Ingredient@502ba5da]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 709 abyssalcraft:crystalshard_11_alt RecipeStage{tier='three', recipe=1xitem.crystalshard@11:[net.minecraft.item.crafting.Ingredient@2d8a8086, net.minecraft.item.crafting.Ingredient@2d8a8086, net.minecraft.item.crafting.Ingredient@2d8a8086, net.minecraft.item.crafting.Ingredient@2d8a8086, net.minecraft.item.crafting.Ingredient@2d8a8086, net.minecraft.item.crafting.Ingredient@2d8a8086, net.minecraft.item.crafting.Ingredient@2d8a8086, net.minecraft.item.crafting.Ingredient@2d8a8086, net.minecraft.item.crafting.Ingredient@2d8a8086]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 710 abyssalcraft:crystalshard_11 RecipeStage{tier='three', recipe=9xitem.crystalshard@11:[net.minecraft.item.crafting.Ingredient@462c6ff9]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 711 abyssalcraft:crystalshard_10_alt_alt RecipeStage{tier='three', recipe=1xitem.crystalshard@10:[net.minecraft.item.crafting.Ingredient@bde0474, net.minecraft.item.crafting.Ingredient@bde0474, net.minecraft.item.crafting.Ingredient@bde0474, net.minecraft.item.crafting.Ingredient@bde0474, net.minecraft.item.crafting.Ingredient@bde0474, net.minecraft.item.crafting.Ingredient@bde0474, net.minecraft.item.crafting.Ingredient@bde0474, net.minecraft.item.crafting.Ingredient@bde0474, net.minecraft.item.crafting.Ingredient@bde0474]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 712 abyssalcraft:crystalshard_10_alt RecipeStage{tier='three', recipe=9xitem.crystalshard@10:[net.minecraft.item.crafting.Ingredient@2f746ffb]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 713 abyssalcraft:crystalshard_10 RecipeStage{tier='three', recipe=1xitem.crystalshard@10:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3e2e4f2c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3e2e4f2c, net.minecraft.item.crafting.Ingredient@12c9bc3e, net.minecraft.item.crafting.Ingredient@3e2e4f2c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3e2e4f2c, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 714 abyssalcraft:crystalshard_1 RecipeStage{tier='three', recipe=9xitem.crystalshard@1:[net.minecraft.item.crafting.Ingredient@544c7d7d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 715 abyssalcraft:crystalshard_0_alt RecipeStage{tier='three', recipe=1xitem.crystalshard@0:[net.minecraft.item.crafting.Ingredient@234c9552, net.minecraft.item.crafting.Ingredient@234c9552, net.minecraft.item.crafting.Ingredient@234c9552, net.minecraft.item.crafting.Ingredient@234c9552, net.minecraft.item.crafting.Ingredient@234c9552, net.minecraft.item.crafting.Ingredient@234c9552, net.minecraft.item.crafting.Ingredient@234c9552, net.minecraft.item.crafting.Ingredient@234c9552, net.minecraft.item.crafting.Ingredient@234c9552]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 716 abyssalcraft:crystalshard_0 RecipeStage{tier='three', recipe=9xitem.crystalshard@0:[net.minecraft.item.crafting.Ingredient@56a9e814]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 717 abyssalcraft:crystallizer RecipeStage{tier='two', recipe=1xtile.crystallizer@0:[net.minecraft.item.crafting.Ingredient@5a1bc3f6, net.minecraft.item.crafting.Ingredient@5a1bc3f6, net.minecraft.item.crafting.Ingredient@5a1bc3f6, net.minecraft.item.crafting.Ingredient@72740658, net.minecraft.item.crafting.Ingredient@29c5c3b9, net.minecraft.item.crafting.Ingredient@72740658, net.minecraft.item.crafting.Ingredient@5a1bc3f6, net.minecraft.item.crafting.Ingredient@5a1bc3f6, net.minecraft.item.crafting.Ingredient@5a1bc3f6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 718 abyssalcraft:crystalfragment_9_alt RecipeStage{tier='three', recipe=9xitem.crystalfragment@9:[net.minecraft.item.crafting.Ingredient@3b9a4e9b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 719 abyssalcraft:crystalfragment_9 RecipeStage{tier='three', recipe=1xitem.crystalfragment@9:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4ac409cc, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2666356b, net.minecraft.item.crafting.Ingredient@2666356b, net.minecraft.item.crafting.Ingredient@2666356b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 720 abyssalcraft:crystalfragment_8 RecipeStage{tier='three', recipe=9xitem.crystalfragment@8:[net.minecraft.item.crafting.Ingredient@796f24a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 721 abyssalcraft:crystalfragment_7 RecipeStage{tier='three', recipe=9xitem.crystalfragment@7:[net.minecraft.item.crafting.Ingredient@4b18f52a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 722 abyssalcraft:crystalfragment_6 RecipeStage{tier='three', recipe=9xitem.crystalfragment@6:[net.minecraft.item.crafting.Ingredient@73f571da]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 723 abyssalcraft:crystalfragment_5 RecipeStage{tier='three', recipe=9xitem.crystalfragment@5:[net.minecraft.item.crafting.Ingredient@26dd1919]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 724 abyssalcraft:crystalfragment_4 RecipeStage{tier='three', recipe=9xitem.crystalfragment@4:[net.minecraft.item.crafting.Ingredient@4fcdf49c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 725 abyssalcraft:crystalfragment_3 RecipeStage{tier='three', recipe=9xitem.crystalfragment@3:[net.minecraft.item.crafting.Ingredient@2f89bc81]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 726 abyssalcraft:crystalfragment_27 RecipeStage{tier='three', recipe=9xitem.crystalfragment@27:[net.minecraft.item.crafting.Ingredient@5198d437]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 727 abyssalcraft:crystalfragment_26 RecipeStage{tier='three', recipe=9xitem.crystalfragment@26:[net.minecraft.item.crafting.Ingredient@47f49aa2]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 728 abyssalcraft:crystalfragment_25 RecipeStage{tier='three', recipe=9xitem.crystalfragment@25:[net.minecraft.item.crafting.Ingredient@4a237350]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 729 abyssalcraft:crystalfragment_24 RecipeStage{tier='three', recipe=9xitem.crystalfragment@24:[net.minecraft.item.crafting.Ingredient@3dcab0c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 730 abyssalcraft:crystalfragment_23_alt RecipeStage{tier='three', recipe=9xitem.crystalfragment@23:[net.minecraft.item.crafting.Ingredient@59595ea7]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 731 abyssalcraft:crystalfragment_23 RecipeStage{tier='three', recipe=1xitem.crystalfragment@23:[net.minecraft.item.crafting.Ingredient@2c2148d1, net.minecraft.item.crafting.Ingredient@49bd1230]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 732 abyssalcraft:crystalfragment_22_alt RecipeStage{tier='three', recipe=9xitem.crystalfragment@22:[net.minecraft.item.crafting.Ingredient@68eaadd2]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 733 abyssalcraft:crystalfragment_22 RecipeStage{tier='three', recipe=1xitem.crystalfragment@22:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3ab064dd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@30194aea, net.minecraft.item.crafting.Ingredient@30194aea, net.minecraft.item.crafting.Ingredient@30194aea, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3ab064dd, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 734 abyssalcraft:crystalfragment_21_alt RecipeStage{tier='three', recipe=9xitem.crystalfragment@21:[net.minecraft.item.crafting.Ingredient@249ef27e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 735 abyssalcraft:crystalfragment_21 RecipeStage{tier='three', recipe=1xitem.crystalfragment@21:[net.minecraft.item.crafting.Ingredient@44a378fe, net.minecraft.item.crafting.Ingredient@25a4ee02, net.minecraft.item.crafting.Ingredient@44a378fe]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 736 abyssalcraft:crystalfragment_20 RecipeStage{tier='three', recipe=9xitem.crystalfragment@20:[net.minecraft.item.crafting.Ingredient@2e653af1]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 737 abyssalcraft:crystalfragment_2 RecipeStage{tier='three', recipe=9xitem.crystalfragment@2:[net.minecraft.item.crafting.Ingredient@37abed55]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 738 abyssalcraft:crystalfragment_19 RecipeStage{tier='three', recipe=9xitem.crystalfragment@19:[net.minecraft.item.crafting.Ingredient@299e06aa]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 739 abyssalcraft:crystalfragment_18 RecipeStage{tier='three', recipe=9xitem.crystalfragment@18:[net.minecraft.item.crafting.Ingredient@1363dc0d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 740 abyssalcraft:crystalfragment_17 RecipeStage{tier='three', recipe=9xitem.crystalfragment@17:[net.minecraft.item.crafting.Ingredient@2e7b2b7e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 741 abyssalcraft:crystalfragment_16 RecipeStage{tier='three', recipe=9xitem.crystalfragment@16:[net.minecraft.item.crafting.Ingredient@59c7c199]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 742 abyssalcraft:crystalfragment_15 RecipeStage{tier='three', recipe=9xitem.crystalfragment@15:[net.minecraft.item.crafting.Ingredient@6304cbe4]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 743 abyssalcraft:crystalfragment_14 RecipeStage{tier='three', recipe=9xitem.crystalfragment@14:[net.minecraft.item.crafting.Ingredient@503d2779]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 744 abyssalcraft:crystalfragment_13 RecipeStage{tier='three', recipe=9xitem.crystalfragment@13:[net.minecraft.item.crafting.Ingredient@14e12634]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 745 abyssalcraft:crystalfragment_12 RecipeStage{tier='three', recipe=9xitem.crystalfragment@12:[net.minecraft.item.crafting.Ingredient@519db9cc]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 746 abyssalcraft:crystalfragment_11 RecipeStage{tier='three', recipe=9xitem.crystalfragment@11:[net.minecraft.item.crafting.Ingredient@4b21c9e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 747 abyssalcraft:crystalfragment_10_alt RecipeStage{tier='three', recipe=9xitem.crystalfragment@10:[net.minecraft.item.crafting.Ingredient@36995f2d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 748 abyssalcraft:crystalfragment_10 RecipeStage{tier='three', recipe=1xitem.crystalfragment@10:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@386e64c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@386e64c, net.minecraft.item.crafting.Ingredient@18b622c6, net.minecraft.item.crafting.Ingredient@386e64c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@386e64c, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 749 abyssalcraft:crystalfragment_1 RecipeStage{tier='three', recipe=9xitem.crystalfragment@1:[net.minecraft.item.crafting.Ingredient@80c843f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 750 abyssalcraft:crystalfragment_0 RecipeStage{tier='three', recipe=9xitem.crystalfragment@0:[net.minecraft.item.crafting.Ingredient@6960bf30]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 751 abyssalcraft:crystalcluster_9 RecipeStage{tier='three', recipe=1xtile.crystalcluster@9:[net.minecraft.item.crafting.Ingredient@5ad19001, net.minecraft.item.crafting.Ingredient@5ad19001, net.minecraft.item.crafting.Ingredient@5ad19001, net.minecraft.item.crafting.Ingredient@5ad19001, net.minecraft.item.crafting.Ingredient@5ad19001, net.minecraft.item.crafting.Ingredient@5ad19001, net.minecraft.item.crafting.Ingredient@5ad19001, net.minecraft.item.crafting.Ingredient@5ad19001, net.minecraft.item.crafting.Ingredient@5ad19001]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 752 abyssalcraft:crystalcluster_8 RecipeStage{tier='three', recipe=1xtile.crystalcluster@8:[net.minecraft.item.crafting.Ingredient@6ab4716d, net.minecraft.item.crafting.Ingredient@6ab4716d, net.minecraft.item.crafting.Ingredient@6ab4716d, net.minecraft.item.crafting.Ingredient@6ab4716d, net.minecraft.item.crafting.Ingredient@6ab4716d, net.minecraft.item.crafting.Ingredient@6ab4716d, net.minecraft.item.crafting.Ingredient@6ab4716d, net.minecraft.item.crafting.Ingredient@6ab4716d, net.minecraft.item.crafting.Ingredient@6ab4716d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 753 abyssalcraft:crystalcluster_7 RecipeStage{tier='three', recipe=1xtile.crystalcluster@7:[net.minecraft.item.crafting.Ingredient@21a2e3ec, net.minecraft.item.crafting.Ingredient@21a2e3ec, net.minecraft.item.crafting.Ingredient@21a2e3ec, net.minecraft.item.crafting.Ingredient@21a2e3ec, net.minecraft.item.crafting.Ingredient@21a2e3ec, net.minecraft.item.crafting.Ingredient@21a2e3ec, net.minecraft.item.crafting.Ingredient@21a2e3ec, net.minecraft.item.crafting.Ingredient@21a2e3ec, net.minecraft.item.crafting.Ingredient@21a2e3ec]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 754 abyssalcraft:crystalcluster_6 RecipeStage{tier='three', recipe=1xtile.crystalcluster@6:[net.minecraft.item.crafting.Ingredient@3ac2c3cc, net.minecraft.item.crafting.Ingredient@3ac2c3cc, net.minecraft.item.crafting.Ingredient@3ac2c3cc, net.minecraft.item.crafting.Ingredient@3ac2c3cc, net.minecraft.item.crafting.Ingredient@3ac2c3cc, net.minecraft.item.crafting.Ingredient@3ac2c3cc, net.minecraft.item.crafting.Ingredient@3ac2c3cc, net.minecraft.item.crafting.Ingredient@3ac2c3cc, net.minecraft.item.crafting.Ingredient@3ac2c3cc]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 755 abyssalcraft:crystalcluster_5 RecipeStage{tier='three', recipe=1xtile.crystalcluster@5:[net.minecraft.item.crafting.Ingredient@26a691a3, net.minecraft.item.crafting.Ingredient@26a691a3, net.minecraft.item.crafting.Ingredient@26a691a3, net.minecraft.item.crafting.Ingredient@26a691a3, net.minecraft.item.crafting.Ingredient@26a691a3, net.minecraft.item.crafting.Ingredient@26a691a3, net.minecraft.item.crafting.Ingredient@26a691a3, net.minecraft.item.crafting.Ingredient@26a691a3, net.minecraft.item.crafting.Ingredient@26a691a3]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 756 abyssalcraft:crystalcluster_4 RecipeStage{tier='three', recipe=1xtile.crystalcluster@4:[net.minecraft.item.crafting.Ingredient@3c52205c, net.minecraft.item.crafting.Ingredient@3c52205c, net.minecraft.item.crafting.Ingredient@3c52205c, net.minecraft.item.crafting.Ingredient@3c52205c, net.minecraft.item.crafting.Ingredient@3c52205c, net.minecraft.item.crafting.Ingredient@3c52205c, net.minecraft.item.crafting.Ingredient@3c52205c, net.minecraft.item.crafting.Ingredient@3c52205c, net.minecraft.item.crafting.Ingredient@3c52205c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 757 abyssalcraft:crystalcluster_3 RecipeStage{tier='three', recipe=1xtile.crystalcluster@3:[net.minecraft.item.crafting.Ingredient@12f6c3e5, net.minecraft.item.crafting.Ingredient@12f6c3e5, net.minecraft.item.crafting.Ingredient@12f6c3e5, net.minecraft.item.crafting.Ingredient@12f6c3e5, net.minecraft.item.crafting.Ingredient@12f6c3e5, net.minecraft.item.crafting.Ingredient@12f6c3e5, net.minecraft.item.crafting.Ingredient@12f6c3e5, net.minecraft.item.crafting.Ingredient@12f6c3e5, net.minecraft.item.crafting.Ingredient@12f6c3e5]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 758 abyssalcraft:crystalcluster_2 RecipeStage{tier='three', recipe=1xtile.crystalcluster@2:[net.minecraft.item.crafting.Ingredient@40d7b813, net.minecraft.item.crafting.Ingredient@40d7b813, net.minecraft.item.crafting.Ingredient@40d7b813, net.minecraft.item.crafting.Ingredient@40d7b813, net.minecraft.item.crafting.Ingredient@40d7b813, net.minecraft.item.crafting.Ingredient@40d7b813, net.minecraft.item.crafting.Ingredient@40d7b813, net.minecraft.item.crafting.Ingredient@40d7b813, net.minecraft.item.crafting.Ingredient@40d7b813]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 759 abyssalcraft:crystalcluster_15 RecipeStage{tier='three', recipe=1xtile.crystalcluster@15:[net.minecraft.item.crafting.Ingredient@4be72c5b, net.minecraft.item.crafting.Ingredient@4be72c5b, net.minecraft.item.crafting.Ingredient@4be72c5b, net.minecraft.item.crafting.Ingredient@4be72c5b, net.minecraft.item.crafting.Ingredient@4be72c5b, net.minecraft.item.crafting.Ingredient@4be72c5b, net.minecraft.item.crafting.Ingredient@4be72c5b, net.minecraft.item.crafting.Ingredient@4be72c5b, net.minecraft.item.crafting.Ingredient@4be72c5b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 760 abyssalcraft:crystalcluster_14 RecipeStage{tier='three', recipe=1xtile.crystalcluster@14:[net.minecraft.item.crafting.Ingredient@1f12451, net.minecraft.item.crafting.Ingredient@1f12451, net.minecraft.item.crafting.Ingredient@1f12451, net.minecraft.item.crafting.Ingredient@1f12451, net.minecraft.item.crafting.Ingredient@1f12451, net.minecraft.item.crafting.Ingredient@1f12451, net.minecraft.item.crafting.Ingredient@1f12451, net.minecraft.item.crafting.Ingredient@1f12451, net.minecraft.item.crafting.Ingredient@1f12451]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 761 abyssalcraft:crystalcluster_13 RecipeStage{tier='three', recipe=1xtile.crystalcluster@13:[net.minecraft.item.crafting.Ingredient@2a7f3f5e, net.minecraft.item.crafting.Ingredient@2a7f3f5e, net.minecraft.item.crafting.Ingredient@2a7f3f5e, net.minecraft.item.crafting.Ingredient@2a7f3f5e, net.minecraft.item.crafting.Ingredient@2a7f3f5e, net.minecraft.item.crafting.Ingredient@2a7f3f5e, net.minecraft.item.crafting.Ingredient@2a7f3f5e, net.minecraft.item.crafting.Ingredient@2a7f3f5e, net.minecraft.item.crafting.Ingredient@2a7f3f5e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 762 abyssalcraft:crystalcluster_12 RecipeStage{tier='three', recipe=1xtile.crystalcluster@12:[net.minecraft.item.crafting.Ingredient@522891fd, net.minecraft.item.crafting.Ingredient@522891fd, net.minecraft.item.crafting.Ingredient@522891fd, net.minecraft.item.crafting.Ingredient@522891fd, net.minecraft.item.crafting.Ingredient@522891fd, net.minecraft.item.crafting.Ingredient@522891fd, net.minecraft.item.crafting.Ingredient@522891fd, net.minecraft.item.crafting.Ingredient@522891fd, net.minecraft.item.crafting.Ingredient@522891fd]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 763 abyssalcraft:crystalcluster_11 RecipeStage{tier='three', recipe=1xtile.crystalcluster@11:[net.minecraft.item.crafting.Ingredient@4add1a31, net.minecraft.item.crafting.Ingredient@4add1a31, net.minecraft.item.crafting.Ingredient@4add1a31, net.minecraft.item.crafting.Ingredient@4add1a31, net.minecraft.item.crafting.Ingredient@4add1a31, net.minecraft.item.crafting.Ingredient@4add1a31, net.minecraft.item.crafting.Ingredient@4add1a31, net.minecraft.item.crafting.Ingredient@4add1a31, net.minecraft.item.crafting.Ingredient@4add1a31]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 764 abyssalcraft:crystalcluster_10 RecipeStage{tier='three', recipe=1xtile.crystalcluster@10:[net.minecraft.item.crafting.Ingredient@28406063, net.minecraft.item.crafting.Ingredient@28406063, net.minecraft.item.crafting.Ingredient@28406063, net.minecraft.item.crafting.Ingredient@28406063, net.minecraft.item.crafting.Ingredient@28406063, net.minecraft.item.crafting.Ingredient@28406063, net.minecraft.item.crafting.Ingredient@28406063, net.minecraft.item.crafting.Ingredient@28406063, net.minecraft.item.crafting.Ingredient@28406063]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 765 abyssalcraft:crystalcluster_1 RecipeStage{tier='three', recipe=1xtile.crystalcluster@1:[net.minecraft.item.crafting.Ingredient@304c12b8, net.minecraft.item.crafting.Ingredient@304c12b8, net.minecraft.item.crafting.Ingredient@304c12b8, net.minecraft.item.crafting.Ingredient@304c12b8, net.minecraft.item.crafting.Ingredient@304c12b8, net.minecraft.item.crafting.Ingredient@304c12b8, net.minecraft.item.crafting.Ingredient@304c12b8, net.minecraft.item.crafting.Ingredient@304c12b8, net.minecraft.item.crafting.Ingredient@304c12b8]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 766 abyssalcraft:crystalcluster_0 RecipeStage{tier='three', recipe=1xtile.crystalcluster@0:[net.minecraft.item.crafting.Ingredient@786bbd0f, net.minecraft.item.crafting.Ingredient@786bbd0f, net.minecraft.item.crafting.Ingredient@786bbd0f, net.minecraft.item.crafting.Ingredient@786bbd0f, net.minecraft.item.crafting.Ingredient@786bbd0f, net.minecraft.item.crafting.Ingredient@786bbd0f, net.minecraft.item.crafting.Ingredient@786bbd0f, net.minecraft.item.crafting.Ingredient@786bbd0f, net.minecraft.item.crafting.Ingredient@786bbd0f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 767 abyssalcraft:crystalcluster2_9 RecipeStage{tier='three', recipe=1xtile.crystalcluster2@9:[net.minecraft.item.crafting.Ingredient@39b1b5c2, net.minecraft.item.crafting.Ingredient@39b1b5c2, net.minecraft.item.crafting.Ingredient@39b1b5c2, net.minecraft.item.crafting.Ingredient@39b1b5c2, net.minecraft.item.crafting.Ingredient@39b1b5c2, net.minecraft.item.crafting.Ingredient@39b1b5c2, net.minecraft.item.crafting.Ingredient@39b1b5c2, net.minecraft.item.crafting.Ingredient@39b1b5c2, net.minecraft.item.crafting.Ingredient@39b1b5c2]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 768 abyssalcraft:crystalcluster2_8 RecipeStage{tier='three', recipe=1xtile.crystalcluster2@8:[net.minecraft.item.crafting.Ingredient@638455d1, net.minecraft.item.crafting.Ingredient@638455d1, net.minecraft.item.crafting.Ingredient@638455d1, net.minecraft.item.crafting.Ingredient@638455d1, net.minecraft.item.crafting.Ingredient@638455d1, net.minecraft.item.crafting.Ingredient@638455d1, net.minecraft.item.crafting.Ingredient@638455d1, net.minecraft.item.crafting.Ingredient@638455d1, net.minecraft.item.crafting.Ingredient@638455d1]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 769 abyssalcraft:crystalcluster2_7 RecipeStage{tier='three', recipe=1xtile.crystalcluster2@7:[net.minecraft.item.crafting.Ingredient@540cac10, net.minecraft.item.crafting.Ingredient@540cac10, net.minecraft.item.crafting.Ingredient@540cac10, net.minecraft.item.crafting.Ingredient@540cac10, net.minecraft.item.crafting.Ingredient@540cac10, net.minecraft.item.crafting.Ingredient@540cac10, net.minecraft.item.crafting.Ingredient@540cac10, net.minecraft.item.crafting.Ingredient@540cac10, net.minecraft.item.crafting.Ingredient@540cac10]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 770 abyssalcraft:crystalcluster2_6 RecipeStage{tier='three', recipe=1xtile.crystalcluster2@6:[net.minecraft.item.crafting.Ingredient@520e0c67, net.minecraft.item.crafting.Ingredient@520e0c67, net.minecraft.item.crafting.Ingredient@520e0c67, net.minecraft.item.crafting.Ingredient@520e0c67, net.minecraft.item.crafting.Ingredient@520e0c67, net.minecraft.item.crafting.Ingredient@520e0c67, net.minecraft.item.crafting.Ingredient@520e0c67, net.minecraft.item.crafting.Ingredient@520e0c67, net.minecraft.item.crafting.Ingredient@520e0c67]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 771 abyssalcraft:crystalcluster2_5 RecipeStage{tier='three', recipe=1xtile.crystalcluster2@5:[net.minecraft.item.crafting.Ingredient@7e8722e2, net.minecraft.item.crafting.Ingredient@7e8722e2, net.minecraft.item.crafting.Ingredient@7e8722e2, net.minecraft.item.crafting.Ingredient@7e8722e2, net.minecraft.item.crafting.Ingredient@7e8722e2, net.minecraft.item.crafting.Ingredient@7e8722e2, net.minecraft.item.crafting.Ingredient@7e8722e2, net.minecraft.item.crafting.Ingredient@7e8722e2, net.minecraft.item.crafting.Ingredient@7e8722e2]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 772 abyssalcraft:crystalcluster2_4 RecipeStage{tier='three', recipe=1xtile.crystalcluster2@4:[net.minecraft.item.crafting.Ingredient@12c0e01f, net.minecraft.item.crafting.Ingredient@12c0e01f, net.minecraft.item.crafting.Ingredient@12c0e01f, net.minecraft.item.crafting.Ingredient@12c0e01f, net.minecraft.item.crafting.Ingredient@12c0e01f, net.minecraft.item.crafting.Ingredient@12c0e01f, net.minecraft.item.crafting.Ingredient@12c0e01f, net.minecraft.item.crafting.Ingredient@12c0e01f, net.minecraft.item.crafting.Ingredient@12c0e01f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 773 abyssalcraft:crystalcluster2_3 RecipeStage{tier='three', recipe=1xtile.crystalcluster2@3:[net.minecraft.item.crafting.Ingredient@68921d4, net.minecraft.item.crafting.Ingredient@68921d4, net.minecraft.item.crafting.Ingredient@68921d4, net.minecraft.item.crafting.Ingredient@68921d4, net.minecraft.item.crafting.Ingredient@68921d4, net.minecraft.item.crafting.Ingredient@68921d4, net.minecraft.item.crafting.Ingredient@68921d4, net.minecraft.item.crafting.Ingredient@68921d4, net.minecraft.item.crafting.Ingredient@68921d4]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 774 abyssalcraft:crystalcluster2_2 RecipeStage{tier='three', recipe=1xtile.crystalcluster2@2:[net.minecraft.item.crafting.Ingredient@44b6e0ae, net.minecraft.item.crafting.Ingredient@44b6e0ae, net.minecraft.item.crafting.Ingredient@44b6e0ae, net.minecraft.item.crafting.Ingredient@44b6e0ae, net.minecraft.item.crafting.Ingredient@44b6e0ae, net.minecraft.item.crafting.Ingredient@44b6e0ae, net.minecraft.item.crafting.Ingredient@44b6e0ae, net.minecraft.item.crafting.Ingredient@44b6e0ae, net.minecraft.item.crafting.Ingredient@44b6e0ae]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 775 abyssalcraft:crystalcluster2_11 RecipeStage{tier='three', recipe=1xtile.crystalcluster2@11:[net.minecraft.item.crafting.Ingredient@ed3940b, net.minecraft.item.crafting.Ingredient@ed3940b, net.minecraft.item.crafting.Ingredient@ed3940b, net.minecraft.item.crafting.Ingredient@ed3940b, net.minecraft.item.crafting.Ingredient@ed3940b, net.minecraft.item.crafting.Ingredient@ed3940b, net.minecraft.item.crafting.Ingredient@ed3940b, net.minecraft.item.crafting.Ingredient@ed3940b, net.minecraft.item.crafting.Ingredient@ed3940b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 776 abyssalcraft:crystalcluster2_10 RecipeStage{tier='three', recipe=1xtile.crystalcluster2@10:[net.minecraft.item.crafting.Ingredient@16a263d4, net.minecraft.item.crafting.Ingredient@16a263d4, net.minecraft.item.crafting.Ingredient@16a263d4, net.minecraft.item.crafting.Ingredient@16a263d4, net.minecraft.item.crafting.Ingredient@16a263d4, net.minecraft.item.crafting.Ingredient@16a263d4, net.minecraft.item.crafting.Ingredient@16a263d4, net.minecraft.item.crafting.Ingredient@16a263d4, net.minecraft.item.crafting.Ingredient@16a263d4]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 777 abyssalcraft:crystalcluster2_1 RecipeStage{tier='three', recipe=1xtile.crystalcluster2@1:[net.minecraft.item.crafting.Ingredient@160105ab, net.minecraft.item.crafting.Ingredient@160105ab, net.minecraft.item.crafting.Ingredient@160105ab, net.minecraft.item.crafting.Ingredient@160105ab, net.minecraft.item.crafting.Ingredient@160105ab, net.minecraft.item.crafting.Ingredient@160105ab, net.minecraft.item.crafting.Ingredient@160105ab, net.minecraft.item.crafting.Ingredient@160105ab, net.minecraft.item.crafting.Ingredient@160105ab]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 778 abyssalcraft:crystalcluster2_0 RecipeStage{tier='three', recipe=1xtile.crystalcluster2@0:[net.minecraft.item.crafting.Ingredient@5a226f58, net.minecraft.item.crafting.Ingredient@5a226f58, net.minecraft.item.crafting.Ingredient@5a226f58, net.minecraft.item.crafting.Ingredient@5a226f58, net.minecraft.item.crafting.Ingredient@5a226f58, net.minecraft.item.crafting.Ingredient@5a226f58, net.minecraft.item.crafting.Ingredient@5a226f58, net.minecraft.item.crafting.Ingredient@5a226f58, net.minecraft.item.crafting.Ingredient@5a226f58]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 779 abyssalcraft:crystalbag_small RecipeStage{tier='two', recipe=1xitem.crystalbag_small@0:[net.minecraft.item.crafting.Ingredient@797a4a0c, net.minecraft.item.crafting.Ingredient@4d5dac2e, net.minecraft.item.crafting.Ingredient@797a4a0c, net.minecraft.item.crafting.Ingredient@4d5dac2e, net.minecraft.item.crafting.Ingredient@4a4520b2, net.minecraft.item.crafting.Ingredient@4d5dac2e, net.minecraft.item.crafting.Ingredient@4d5dac2e, net.minecraft.item.crafting.Ingredient@4d5dac2e, net.minecraft.item.crafting.Ingredient@4d5dac2e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 780 abyssalcraft:crystalbag_medium RecipeStage{tier='two', recipe=1xitem.crystalbag_medium@0:[net.minecraft.item.crafting.Ingredient@4f229631, net.minecraft.item.crafting.Ingredient@4f229631, net.minecraft.item.crafting.Ingredient@4f229631, net.minecraft.item.crafting.Ingredient@4f229631, net.minecraft.item.crafting.Ingredient@ccd8d6c, net.minecraft.item.crafting.Ingredient@4f229631, net.minecraft.item.crafting.Ingredient@4f229631, net.minecraft.item.crafting.Ingredient@4f229631, net.minecraft.item.crafting.Ingredient@4f229631]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 781 abyssalcraft:crystalbag_large RecipeStage{tier='two', recipe=1xitem.crystalbag_large@0:[net.minecraft.item.crafting.Ingredient@7013a2ae, net.minecraft.item.crafting.Ingredient@7013a2ae, net.minecraft.item.crafting.Ingredient@7013a2ae, net.minecraft.item.crafting.Ingredient@7013a2ae, net.minecraft.item.crafting.Ingredient@2c400ea4, net.minecraft.item.crafting.Ingredient@7013a2ae, net.minecraft.item.crafting.Ingredient@7013a2ae, net.minecraft.item.crafting.Ingredient@7013a2ae, net.minecraft.item.crafting.Ingredient@7013a2ae]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 782 abyssalcraft:crystalbag_huge RecipeStage{tier='two', recipe=1xitem.crystalbag_huge@0:[net.minecraft.item.crafting.Ingredient@72c7c65f, net.minecraft.item.crafting.Ingredient@72c7c65f, net.minecraft.item.crafting.Ingredient@72c7c65f, net.minecraft.item.crafting.Ingredient@72c7c65f, net.minecraft.item.crafting.Ingredient@48acc3bf, net.minecraft.item.crafting.Ingredient@72c7c65f, net.minecraft.item.crafting.Ingredient@72c7c65f, net.minecraft.item.crafting.Ingredient@72c7c65f, net.minecraft.item.crafting.Ingredient@72c7c65f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 783 abyssalcraft:crystal_9_alt_alt RecipeStage{tier='three', recipe=1xitem.crystal@9:[net.minecraft.item.crafting.Ingredient@19c2f124, net.minecraft.item.crafting.Ingredient@19c2f124, net.minecraft.item.crafting.Ingredient@19c2f124, net.minecraft.item.crafting.Ingredient@19c2f124, net.minecraft.item.crafting.Ingredient@19c2f124, net.minecraft.item.crafting.Ingredient@19c2f124, net.minecraft.item.crafting.Ingredient@19c2f124, net.minecraft.item.crafting.Ingredient@19c2f124, net.minecraft.item.crafting.Ingredient@19c2f124]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 784 abyssalcraft:crystal_9_alt RecipeStage{tier='three', recipe=9xitem.crystal@9:[net.minecraft.item.crafting.Ingredient@55261c4b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 785 abyssalcraft:crystal_9 RecipeStage{tier='three', recipe=1xitem.crystal@9:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@28053ca1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@382ae2dc, net.minecraft.item.crafting.Ingredient@382ae2dc, net.minecraft.item.crafting.Ingredient@382ae2dc]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 786 abyssalcraft:crystal_8_alt RecipeStage{tier='three', recipe=1xitem.crystal@8:[net.minecraft.item.crafting.Ingredient@454d504e, net.minecraft.item.crafting.Ingredient@454d504e, net.minecraft.item.crafting.Ingredient@454d504e, net.minecraft.item.crafting.Ingredient@454d504e, net.minecraft.item.crafting.Ingredient@454d504e, net.minecraft.item.crafting.Ingredient@454d504e, net.minecraft.item.crafting.Ingredient@454d504e, net.minecraft.item.crafting.Ingredient@454d504e, net.minecraft.item.crafting.Ingredient@454d504e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 787 abyssalcraft:crystal_8 RecipeStage{tier='three', recipe=9xitem.crystal@8:[net.minecraft.item.crafting.Ingredient@7c13fd95]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 788 abyssalcraft:crystal_7_alt RecipeStage{tier='three', recipe=1xitem.crystal@7:[net.minecraft.item.crafting.Ingredient@40a109bf, net.minecraft.item.crafting.Ingredient@40a109bf, net.minecraft.item.crafting.Ingredient@40a109bf, net.minecraft.item.crafting.Ingredient@40a109bf, net.minecraft.item.crafting.Ingredient@40a109bf, net.minecraft.item.crafting.Ingredient@40a109bf, net.minecraft.item.crafting.Ingredient@40a109bf, net.minecraft.item.crafting.Ingredient@40a109bf, net.minecraft.item.crafting.Ingredient@40a109bf]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 789 abyssalcraft:crystal_7 RecipeStage{tier='three', recipe=9xitem.crystal@7:[net.minecraft.item.crafting.Ingredient@2b4e72c9]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 790 abyssalcraft:crystal_6_alt RecipeStage{tier='three', recipe=1xitem.crystal@6:[net.minecraft.item.crafting.Ingredient@4b6f6532, net.minecraft.item.crafting.Ingredient@4b6f6532, net.minecraft.item.crafting.Ingredient@4b6f6532, net.minecraft.item.crafting.Ingredient@4b6f6532, net.minecraft.item.crafting.Ingredient@4b6f6532, net.minecraft.item.crafting.Ingredient@4b6f6532, net.minecraft.item.crafting.Ingredient@4b6f6532, net.minecraft.item.crafting.Ingredient@4b6f6532, net.minecraft.item.crafting.Ingredient@4b6f6532]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 791 abyssalcraft:crystal_6 RecipeStage{tier='three', recipe=9xitem.crystal@6:[net.minecraft.item.crafting.Ingredient@3d5f49d8]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 792 abyssalcraft:crystal_5_alt RecipeStage{tier='three', recipe=1xitem.crystal@5:[net.minecraft.item.crafting.Ingredient@578ad694, net.minecraft.item.crafting.Ingredient@578ad694, net.minecraft.item.crafting.Ingredient@578ad694, net.minecraft.item.crafting.Ingredient@578ad694, net.minecraft.item.crafting.Ingredient@578ad694, net.minecraft.item.crafting.Ingredient@578ad694, net.minecraft.item.crafting.Ingredient@578ad694, net.minecraft.item.crafting.Ingredient@578ad694, net.minecraft.item.crafting.Ingredient@578ad694]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 793 abyssalcraft:crystal_5 RecipeStage{tier='three', recipe=9xitem.crystal@5:[net.minecraft.item.crafting.Ingredient@6a8b08c6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 794 abyssalcraft:crystal_4_alt RecipeStage{tier='three', recipe=1xitem.crystal@4:[net.minecraft.item.crafting.Ingredient@3287174d, net.minecraft.item.crafting.Ingredient@3287174d, net.minecraft.item.crafting.Ingredient@3287174d, net.minecraft.item.crafting.Ingredient@3287174d, net.minecraft.item.crafting.Ingredient@3287174d, net.minecraft.item.crafting.Ingredient@3287174d, net.minecraft.item.crafting.Ingredient@3287174d, net.minecraft.item.crafting.Ingredient@3287174d, net.minecraft.item.crafting.Ingredient@3287174d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 795 abyssalcraft:crystal_4 RecipeStage{tier='three', recipe=9xitem.crystal@4:[net.minecraft.item.crafting.Ingredient@3c6dd6ad]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 796 abyssalcraft:crystal_3_alt RecipeStage{tier='three', recipe=1xitem.crystal@3:[net.minecraft.item.crafting.Ingredient@77d04631, net.minecraft.item.crafting.Ingredient@77d04631, net.minecraft.item.crafting.Ingredient@77d04631, net.minecraft.item.crafting.Ingredient@77d04631, net.minecraft.item.crafting.Ingredient@77d04631, net.minecraft.item.crafting.Ingredient@77d04631, net.minecraft.item.crafting.Ingredient@77d04631, net.minecraft.item.crafting.Ingredient@77d04631, net.minecraft.item.crafting.Ingredient@77d04631]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 797 abyssalcraft:crystal_3 RecipeStage{tier='three', recipe=9xitem.crystal@3:[net.minecraft.item.crafting.Ingredient@659851a1]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 798 abyssalcraft:crystal_2_alt RecipeStage{tier='three', recipe=1xitem.crystal@2:[net.minecraft.item.crafting.Ingredient@5c28faa3, net.minecraft.item.crafting.Ingredient@5c28faa3, net.minecraft.item.crafting.Ingredient@5c28faa3, net.minecraft.item.crafting.Ingredient@5c28faa3, net.minecraft.item.crafting.Ingredient@5c28faa3, net.minecraft.item.crafting.Ingredient@5c28faa3, net.minecraft.item.crafting.Ingredient@5c28faa3, net.minecraft.item.crafting.Ingredient@5c28faa3, net.minecraft.item.crafting.Ingredient@5c28faa3]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 799 abyssalcraft:crystal_27_alt RecipeStage{tier='three', recipe=1xitem.crystal@27:[net.minecraft.item.crafting.Ingredient@3b767baa, net.minecraft.item.crafting.Ingredient@3b767baa, net.minecraft.item.crafting.Ingredient@3b767baa, net.minecraft.item.crafting.Ingredient@3b767baa, net.minecraft.item.crafting.Ingredient@3b767baa, net.minecraft.item.crafting.Ingredient@3b767baa, net.minecraft.item.crafting.Ingredient@3b767baa, net.minecraft.item.crafting.Ingredient@3b767baa, net.minecraft.item.crafting.Ingredient@3b767baa]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 800 abyssalcraft:crystal_27 RecipeStage{tier='three', recipe=9xitem.crystal@27:[net.minecraft.item.crafting.Ingredient@30aa6a66]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 801 abyssalcraft:crystal_26_alt RecipeStage{tier='three', recipe=1xitem.crystal@26:[net.minecraft.item.crafting.Ingredient@72f66b88, net.minecraft.item.crafting.Ingredient@72f66b88, net.minecraft.item.crafting.Ingredient@72f66b88, net.minecraft.item.crafting.Ingredient@72f66b88, net.minecraft.item.crafting.Ingredient@72f66b88, net.minecraft.item.crafting.Ingredient@72f66b88, net.minecraft.item.crafting.Ingredient@72f66b88, net.minecraft.item.crafting.Ingredient@72f66b88, net.minecraft.item.crafting.Ingredient@72f66b88]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 802 abyssalcraft:crystal_26 RecipeStage{tier='three', recipe=9xitem.crystal@26:[net.minecraft.item.crafting.Ingredient@26f14218]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 803 abyssalcraft:crystal_25_alt RecipeStage{tier='three', recipe=1xitem.crystal@25:[net.minecraft.item.crafting.Ingredient@4a8144f1, net.minecraft.item.crafting.Ingredient@4a8144f1, net.minecraft.item.crafting.Ingredient@4a8144f1, net.minecraft.item.crafting.Ingredient@4a8144f1, net.minecraft.item.crafting.Ingredient@4a8144f1, net.minecraft.item.crafting.Ingredient@4a8144f1, net.minecraft.item.crafting.Ingredient@4a8144f1, net.minecraft.item.crafting.Ingredient@4a8144f1, net.minecraft.item.crafting.Ingredient@4a8144f1]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 804 abyssalcraft:crystal_25 RecipeStage{tier='three', recipe=9xitem.crystal@25:[net.minecraft.item.crafting.Ingredient@14579ae3]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 805 abyssalcraft:crystal_24_alt RecipeStage{tier='three', recipe=1xitem.crystal@24:[net.minecraft.item.crafting.Ingredient@5efbff1f, net.minecraft.item.crafting.Ingredient@5efbff1f, net.minecraft.item.crafting.Ingredient@5efbff1f, net.minecraft.item.crafting.Ingredient@5efbff1f, net.minecraft.item.crafting.Ingredient@5efbff1f, net.minecraft.item.crafting.Ingredient@5efbff1f, net.minecraft.item.crafting.Ingredient@5efbff1f, net.minecraft.item.crafting.Ingredient@5efbff1f, net.minecraft.item.crafting.Ingredient@5efbff1f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 806 abyssalcraft:crystal_24 RecipeStage{tier='three', recipe=9xitem.crystal@24:[net.minecraft.item.crafting.Ingredient@7125aec]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 807 abyssalcraft:crystal_23_alt_alt RecipeStage{tier='three', recipe=1xitem.crystal@23:[net.minecraft.item.crafting.Ingredient@6113a988, net.minecraft.item.crafting.Ingredient@6113a988, net.minecraft.item.crafting.Ingredient@6113a988, net.minecraft.item.crafting.Ingredient@6113a988, net.minecraft.item.crafting.Ingredient@6113a988, net.minecraft.item.crafting.Ingredient@6113a988, net.minecraft.item.crafting.Ingredient@6113a988, net.minecraft.item.crafting.Ingredient@6113a988, net.minecraft.item.crafting.Ingredient@6113a988]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 808 abyssalcraft:crystal_23_alt RecipeStage{tier='three', recipe=9xitem.crystal@23:[net.minecraft.item.crafting.Ingredient@3b87622b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 809 abyssalcraft:crystal_23 RecipeStage{tier='three', recipe=1xitem.crystal@23:[net.minecraft.item.crafting.Ingredient@7b6fdc4d, net.minecraft.item.crafting.Ingredient@2d2955d5]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 810 abyssalcraft:crystal_22_alt_alt RecipeStage{tier='three', recipe=1xitem.crystal@22:[net.minecraft.item.crafting.Ingredient@2d71f81a, net.minecraft.item.crafting.Ingredient@2d71f81a, net.minecraft.item.crafting.Ingredient@2d71f81a, net.minecraft.item.crafting.Ingredient@2d71f81a, net.minecraft.item.crafting.Ingredient@2d71f81a, net.minecraft.item.crafting.Ingredient@2d71f81a, net.minecraft.item.crafting.Ingredient@2d71f81a, net.minecraft.item.crafting.Ingredient@2d71f81a, net.minecraft.item.crafting.Ingredient@2d71f81a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 811 abyssalcraft:crystal_22_alt RecipeStage{tier='three', recipe=9xitem.crystal@22:[net.minecraft.item.crafting.Ingredient@7e283f73]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 812 abyssalcraft:crystal_22 RecipeStage{tier='three', recipe=1xitem.crystal@22:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4707c5c4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2bf463a2, net.minecraft.item.crafting.Ingredient@2bf463a2, net.minecraft.item.crafting.Ingredient@2bf463a2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4707c5c4, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 813 abyssalcraft:crystal_21_alt_alt RecipeStage{tier='three', recipe=1xitem.crystal@21:[net.minecraft.item.crafting.Ingredient@7d8d62fd, net.minecraft.item.crafting.Ingredient@7d8d62fd, net.minecraft.item.crafting.Ingredient@7d8d62fd, net.minecraft.item.crafting.Ingredient@7d8d62fd, net.minecraft.item.crafting.Ingredient@7d8d62fd, net.minecraft.item.crafting.Ingredient@7d8d62fd, net.minecraft.item.crafting.Ingredient@7d8d62fd, net.minecraft.item.crafting.Ingredient@7d8d62fd, net.minecraft.item.crafting.Ingredient@7d8d62fd]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 814 abyssalcraft:crystal_21_alt RecipeStage{tier='three', recipe=9xitem.crystal@21:[net.minecraft.item.crafting.Ingredient@2e61ac83]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 815 abyssalcraft:crystal_21 RecipeStage{tier='three', recipe=1xitem.crystal@21:[net.minecraft.item.crafting.Ingredient@727449a1, net.minecraft.item.crafting.Ingredient@56538c95, net.minecraft.item.crafting.Ingredient@727449a1]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 816 abyssalcraft:crystal_20_alt RecipeStage{tier='three', recipe=1xitem.crystal@20:[net.minecraft.item.crafting.Ingredient@274326d4, net.minecraft.item.crafting.Ingredient@274326d4, net.minecraft.item.crafting.Ingredient@274326d4, net.minecraft.item.crafting.Ingredient@274326d4, net.minecraft.item.crafting.Ingredient@274326d4, net.minecraft.item.crafting.Ingredient@274326d4, net.minecraft.item.crafting.Ingredient@274326d4, net.minecraft.item.crafting.Ingredient@274326d4, net.minecraft.item.crafting.Ingredient@274326d4]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 817 abyssalcraft:crystal_20 RecipeStage{tier='three', recipe=9xitem.crystal@20:[net.minecraft.item.crafting.Ingredient@4973b6b0]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 818 abyssalcraft:crystal_2 RecipeStage{tier='three', recipe=9xitem.crystal@2:[net.minecraft.item.crafting.Ingredient@4c309726]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 820 abyssalcraft:crystal_19_alt RecipeStage{tier='three', recipe=1xitem.crystal@19:[net.minecraft.item.crafting.Ingredient@7ef51eec, net.minecraft.item.crafting.Ingredient@7ef51eec, net.minecraft.item.crafting.Ingredient@7ef51eec, net.minecraft.item.crafting.Ingredient@7ef51eec, net.minecraft.item.crafting.Ingredient@7ef51eec, net.minecraft.item.crafting.Ingredient@7ef51eec, net.minecraft.item.crafting.Ingredient@7ef51eec, net.minecraft.item.crafting.Ingredient@7ef51eec, net.minecraft.item.crafting.Ingredient@7ef51eec]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 821 abyssalcraft:crystal_19 RecipeStage{tier='three', recipe=9xitem.crystal@19:[net.minecraft.item.crafting.Ingredient@78145f8e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 822 abyssalcraft:crystal_18_alt RecipeStage{tier='three', recipe=1xitem.crystal@18:[net.minecraft.item.crafting.Ingredient@c7b53, net.minecraft.item.crafting.Ingredient@c7b53, net.minecraft.item.crafting.Ingredient@c7b53, net.minecraft.item.crafting.Ingredient@c7b53, net.minecraft.item.crafting.Ingredient@c7b53, net.minecraft.item.crafting.Ingredient@c7b53, net.minecraft.item.crafting.Ingredient@c7b53, net.minecraft.item.crafting.Ingredient@c7b53, net.minecraft.item.crafting.Ingredient@c7b53]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 823 abyssalcraft:crystal_18 RecipeStage{tier='three', recipe=9xitem.crystal@18:[net.minecraft.item.crafting.Ingredient@541b6a0a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 828 abyssalcraft:crystal_15_alt RecipeStage{tier='three', recipe=1xitem.crystal@15:[net.minecraft.item.crafting.Ingredient@df1ef30, net.minecraft.item.crafting.Ingredient@df1ef30, net.minecraft.item.crafting.Ingredient@df1ef30, net.minecraft.item.crafting.Ingredient@df1ef30, net.minecraft.item.crafting.Ingredient@df1ef30, net.minecraft.item.crafting.Ingredient@df1ef30, net.minecraft.item.crafting.Ingredient@df1ef30, net.minecraft.item.crafting.Ingredient@df1ef30, net.minecraft.item.crafting.Ingredient@df1ef30]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 829 abyssalcraft:crystal_15 RecipeStage{tier='three', recipe=9xitem.crystal@15:[net.minecraft.item.crafting.Ingredient@1e421e23]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 830 abyssalcraft:crystal_14_alt RecipeStage{tier='three', recipe=1xitem.crystal@14:[net.minecraft.item.crafting.Ingredient@3e442937, net.minecraft.item.crafting.Ingredient@3e442937, net.minecraft.item.crafting.Ingredient@3e442937, net.minecraft.item.crafting.Ingredient@3e442937, net.minecraft.item.crafting.Ingredient@3e442937, net.minecraft.item.crafting.Ingredient@3e442937, net.minecraft.item.crafting.Ingredient@3e442937, net.minecraft.item.crafting.Ingredient@3e442937, net.minecraft.item.crafting.Ingredient@3e442937]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 831 abyssalcraft:crystal_14 RecipeStage{tier='three', recipe=9xitem.crystal@14:[net.minecraft.item.crafting.Ingredient@3c78bc5c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 832 abyssalcraft:crystal_13_alt RecipeStage{tier='three', recipe=1xitem.crystal@13:[net.minecraft.item.crafting.Ingredient@648f393d, net.minecraft.item.crafting.Ingredient@648f393d, net.minecraft.item.crafting.Ingredient@648f393d, net.minecraft.item.crafting.Ingredient@648f393d, net.minecraft.item.crafting.Ingredient@648f393d, net.minecraft.item.crafting.Ingredient@648f393d, net.minecraft.item.crafting.Ingredient@648f393d, net.minecraft.item.crafting.Ingredient@648f393d, net.minecraft.item.crafting.Ingredient@648f393d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 833 abyssalcraft:crystal_13 RecipeStage{tier='three', recipe=9xitem.crystal@13:[net.minecraft.item.crafting.Ingredient@5f124135]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 834 abyssalcraft:crystal_12_alt RecipeStage{tier='three', recipe=1xitem.crystal@12:[net.minecraft.item.crafting.Ingredient@7b45b28e, net.minecraft.item.crafting.Ingredient@7b45b28e, net.minecraft.item.crafting.Ingredient@7b45b28e, net.minecraft.item.crafting.Ingredient@7b45b28e, net.minecraft.item.crafting.Ingredient@7b45b28e, net.minecraft.item.crafting.Ingredient@7b45b28e, net.minecraft.item.crafting.Ingredient@7b45b28e, net.minecraft.item.crafting.Ingredient@7b45b28e, net.minecraft.item.crafting.Ingredient@7b45b28e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 835 abyssalcraft:crystal_12 RecipeStage{tier='three', recipe=9xitem.crystal@12:[net.minecraft.item.crafting.Ingredient@6de741d1]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 836 abyssalcraft:crystal_11_alt RecipeStage{tier='three', recipe=1xitem.crystal@11:[net.minecraft.item.crafting.Ingredient@62ec3430, net.minecraft.item.crafting.Ingredient@62ec3430, net.minecraft.item.crafting.Ingredient@62ec3430, net.minecraft.item.crafting.Ingredient@62ec3430, net.minecraft.item.crafting.Ingredient@62ec3430, net.minecraft.item.crafting.Ingredient@62ec3430, net.minecraft.item.crafting.Ingredient@62ec3430, net.minecraft.item.crafting.Ingredient@62ec3430, net.minecraft.item.crafting.Ingredient@62ec3430]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 837 abyssalcraft:crystal_11 RecipeStage{tier='three', recipe=9xitem.crystal@11:[net.minecraft.item.crafting.Ingredient@331a5d6e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 838 abyssalcraft:crystal_10_alt_alt RecipeStage{tier='three', recipe=1xitem.crystal@10:[net.minecraft.item.crafting.Ingredient@40240fa7, net.minecraft.item.crafting.Ingredient@40240fa7, net.minecraft.item.crafting.Ingredient@40240fa7, net.minecraft.item.crafting.Ingredient@40240fa7, net.minecraft.item.crafting.Ingredient@40240fa7, net.minecraft.item.crafting.Ingredient@40240fa7, net.minecraft.item.crafting.Ingredient@40240fa7, net.minecraft.item.crafting.Ingredient@40240fa7, net.minecraft.item.crafting.Ingredient@40240fa7]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 839 abyssalcraft:crystal_10_alt RecipeStage{tier='three', recipe=9xitem.crystal@10:[net.minecraft.item.crafting.Ingredient@57c99533]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 840 abyssalcraft:crystal_10 RecipeStage{tier='three', recipe=1xitem.crystal@10:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@60e0e16a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@60e0e16a, net.minecraft.item.crafting.Ingredient@6cfb9c14, net.minecraft.item.crafting.Ingredient@60e0e16a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@60e0e16a, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 844 abyssalcraft:crate RecipeStage{tier='one', recipe=2xtile.woodencrate@0:[net.minecraftforge.oredict.OreIngredient@5b112722, net.minecraftforge.oredict.OreIngredient@13909931, net.minecraftforge.oredict.OreIngredient@5b112722, net.minecraftforge.oredict.OreIngredient@13909931, net.minecraftforge.oredict.OreIngredient@46c7419a, net.minecraftforge.oredict.OreIngredient@13909931, net.minecraftforge.oredict.OreIngredient@5b112722, net.minecraftforge.oredict.OreIngredient@13909931, net.minecraftforge.oredict.OreIngredient@5b112722]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 845 abyssalcraft:corsword RecipeStage{tier='two', recipe=1xitem.corsword@0:[net.minecraft.item.crafting.Ingredient@34d1d22d, net.minecraft.item.crafting.Ingredient@34d1d22d, net.minecraftforge.oredict.OreIngredient@5b112722]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 846 abyssalcraft:corshovel RecipeStage{tier='two', recipe=1xitem.corshovel@0:[net.minecraft.item.crafting.Ingredient@4b3bc9bc, net.minecraftforge.oredict.OreIngredient@5b112722, net.minecraftforge.oredict.OreIngredient@5b112722]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 847 abyssalcraft:corplatep RecipeStage{tier='two', recipe=1xitem.corplatep@0:[net.minecraft.item.crafting.Ingredient@8508db7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@8508db7, net.minecraft.item.crafting.Ingredient@60db7dcf, net.minecraft.item.crafting.Ingredient@21c64e49, net.minecraft.item.crafting.Ingredient@60db7dcf, net.minecraft.item.crafting.Ingredient@60db7dcf, net.minecraft.item.crafting.Ingredient@8508db7, net.minecraft.item.crafting.Ingredient@60db7dcf]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 848 abyssalcraft:corplate RecipeStage{tier='two', recipe=1xitem.corplate@0:[net.minecraft.item.crafting.Ingredient@58c0ad41, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@58c0ad41, net.minecraft.item.crafting.Ingredient@58c0ad41, net.minecraft.item.crafting.Ingredient@58c0ad41, net.minecraft.item.crafting.Ingredient@58c0ad41, net.minecraft.item.crafting.Ingredient@58c0ad41, net.minecraft.item.crafting.Ingredient@58c0ad41, net.minecraft.item.crafting.Ingredient@58c0ad41]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 849 abyssalcraft:corpick RecipeStage{tier='two', recipe=1xitem.corpick@0:[net.minecraft.item.crafting.Ingredient@3c06a340, net.minecraft.item.crafting.Ingredient@3c06a340, net.minecraft.item.crafting.Ingredient@3c06a340, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5b112722, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5b112722, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 850 abyssalcraft:corlegsp RecipeStage{tier='two', recipe=1xitem.corlegsp@0:[net.minecraft.item.crafting.Ingredient@61b6907a, net.minecraft.item.crafting.Ingredient@3ce41a7b, net.minecraft.item.crafting.Ingredient@61b6907a, net.minecraft.item.crafting.Ingredient@b4ace34, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@b4ace34, net.minecraft.item.crafting.Ingredient@b4ace34, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@b4ace34]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 851 abyssalcraft:corlegs RecipeStage{tier='two', recipe=1xitem.corlegs@0:[net.minecraft.item.crafting.Ingredient@51631836, net.minecraft.item.crafting.Ingredient@51631836, net.minecraft.item.crafting.Ingredient@51631836, net.minecraft.item.crafting.Ingredient@51631836, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@51631836, net.minecraft.item.crafting.Ingredient@51631836, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@51631836]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 852 abyssalcraft:corhoe RecipeStage{tier='two', recipe=1xitem.corhoe@0:[net.minecraft.item.crafting.Ingredient@7d8d64d0, net.minecraft.item.crafting.Ingredient@7d8d64d0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5b112722, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5b112722]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 853 abyssalcraft:corhelmetp RecipeStage{tier='two', recipe=1xitem.corhelmetp@0:[net.minecraft.item.crafting.Ingredient@19bc2729, net.minecraft.item.crafting.Ingredient@2065bd02, net.minecraft.item.crafting.Ingredient@19bc2729, net.minecraft.item.crafting.Ingredient@2065bd02, net.minecraft.item.crafting.Ingredient@17f87cde, net.minecraft.item.crafting.Ingredient@2065bd02, net.minecraft.item.crafting.Ingredient@314fd9e1, net.minecraft.item.crafting.Ingredient@314fd9e1, net.minecraft.item.crafting.Ingredient@314fd9e1]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 854 abyssalcraft:corhelmet RecipeStage{tier='two', recipe=1xitem.corhelmet@0:[net.minecraft.item.crafting.Ingredient@77c43dc2, net.minecraft.item.crafting.Ingredient@77c43dc2, net.minecraft.item.crafting.Ingredient@77c43dc2, net.minecraft.item.crafting.Ingredient@77c43dc2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@77c43dc2]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 855 abyssalcraft:corbow RecipeStage{tier='two', recipe=1xitem.corbow@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6cb7900e, net.minecraft.item.crafting.Ingredient@5fae614e, net.minecraft.item.crafting.Ingredient@3906e4d3, net.minecraft.item.crafting.Ingredient@220c5909, net.minecraft.item.crafting.Ingredient@5fae614e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6cb7900e, net.minecraft.item.crafting.Ingredient@5fae614e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 856 abyssalcraft:corbootsp RecipeStage{tier='two', recipe=1xitem.corbootsp@0:[net.minecraft.item.crafting.Ingredient@b431058, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@b431058, net.minecraft.item.crafting.Ingredient@6be20ce1, net.minecraft.item.crafting.Ingredient@6d60a190, net.minecraft.item.crafting.Ingredient@6be20ce1]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 857 abyssalcraft:corboots RecipeStage{tier='two', recipe=1xitem.corboots@0:[net.minecraft.item.crafting.Ingredient@228fd89, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@228fd89, net.minecraft.item.crafting.Ingredient@228fd89, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@228fd89]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 858 abyssalcraft:coraxe RecipeStage{tier='two', recipe=1xitem.coraxe@0:[net.minecraft.item.crafting.Ingredient@4bbe1282, net.minecraft.item.crafting.Ingredient@4bbe1282, net.minecraft.item.crafting.Ingredient@4bbe1282, net.minecraftforge.oredict.OreIngredient@5b112722, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5b112722]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 860 abyssalcraft:coraliumstone_alt RecipeStage{tier='one', recipe=1xtile.coraliumstone@0:[net.minecraft.item.crafting.Ingredient@4a474cf9, net.minecraft.item.crafting.Ingredient@4a474cf9, net.minecraft.item.crafting.Ingredient@4a474cf9, net.minecraft.item.crafting.Ingredient@4a474cf9, net.minecraft.item.crafting.Ingredient@6ce756f7, net.minecraft.item.crafting.Ingredient@4a474cf9, net.minecraft.item.crafting.Ingredient@4a474cf9, net.minecraft.item.crafting.Ingredient@4a474cf9, net.minecraft.item.crafting.Ingredient@4a474cf9]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 861 abyssalcraft:coraliumstone RecipeStage{tier='one', recipe=1xtile.coraliumstone@0:[net.minecraft.item.crafting.Ingredient@2adb9232, net.minecraft.item.crafting.Ingredient@2adb9232, net.minecraft.item.crafting.Ingredient@2adb9232, net.minecraft.item.crafting.Ingredient@61252f13, net.minecraft.item.crafting.Ingredient@61252f13, net.minecraft.item.crafting.Ingredient@61252f13, net.minecraft.item.crafting.Ingredient@2adb9232, net.minecraft.item.crafting.Ingredient@2adb9232, net.minecraft.item.crafting.Ingredient@2adb9232]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 862 abyssalcraft:coraliumcobblestonewall RecipeStage{tier='two', recipe=6xtile.coraliumcobblestonewall@0:[net.minecraft.item.crafting.Ingredient@2a06b572, net.minecraft.item.crafting.Ingredient@2a06b572, net.minecraft.item.crafting.Ingredient@2a06b572, net.minecraft.item.crafting.Ingredient@2a06b572, net.minecraft.item.crafting.Ingredient@2a06b572, net.minecraft.item.crafting.Ingredient@2a06b572]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 863 abyssalcraft:coraliumcobblestonestairs RecipeStage{tier='two', recipe=4xtile.coraliumcobblestonestairs@0:[net.minecraft.item.crafting.Ingredient@77b51b2c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@77b51b2c, net.minecraft.item.crafting.Ingredient@77b51b2c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@77b51b2c, net.minecraft.item.crafting.Ingredient@77b51b2c, net.minecraft.item.crafting.Ingredient@77b51b2c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 864 abyssalcraft:coraliumcobblestoneslab1_0 RecipeStage{tier='two', recipe=6xtile.coraliumcobblestoneslab1@0:[net.minecraft.item.crafting.Ingredient@47526e6f, net.minecraft.item.crafting.Ingredient@47526e6f, net.minecraft.item.crafting.Ingredient@47526e6f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 865 abyssalcraft:coralium_alt_alt_alt_alt_alt_alt_alt RecipeStage{tier='one', recipe=9xitem.coralium@0:[net.minecraft.item.crafting.Ingredient@b302c86]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 866 abyssalcraft:coralium_alt_alt_alt_alt_alt_alt RecipeStage{tier='one', recipe=8xitem.coralium@0:[net.minecraft.item.crafting.Ingredient@6c41a55a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 867 abyssalcraft:coralium_alt_alt_alt_alt_alt RecipeStage{tier='one', recipe=7xitem.coralium@0:[net.minecraft.item.crafting.Ingredient@7e72ea54]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 868 abyssalcraft:coralium_alt_alt_alt_alt RecipeStage{tier='one', recipe=6xitem.coralium@0:[net.minecraft.item.crafting.Ingredient@16fb2ce9]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 869 abyssalcraft:coralium_alt_alt_alt RecipeStage{tier='one', recipe=5xitem.coralium@0:[net.minecraft.item.crafting.Ingredient@6b4d8288]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 870 abyssalcraft:coralium_alt_alt RecipeStage{tier='one', recipe=4xitem.coralium@0:[net.minecraft.item.crafting.Ingredient@3bf2d978]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 871 abyssalcraft:coralium_alt RecipeStage{tier='one', recipe=3xitem.coralium@0:[net.minecraft.item.crafting.Ingredient@27032d16]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 872 abyssalcraft:coralium RecipeStage{tier='one', recipe=2xitem.coralium@0:[net.minecraft.item.crafting.Ingredient@60f45e2c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 873 abyssalcraft:coin_alt_alt RecipeStage{tier='two', recipe=1xitem.blankcoin@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@234576a9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@234576a9, net.minecraft.item.crafting.Ingredient@471e4c5, net.minecraftforge.oredict.OreIngredient@234576a9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@234576a9, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 874 abyssalcraft:coin_alt RecipeStage{tier='two', recipe=1xitem.blankcoin@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1e5213c3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1e5213c3, net.minecraft.item.crafting.Ingredient@30dcfc27, net.minecraftforge.oredict.OreIngredient@1e5213c3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1e5213c3, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 875 abyssalcraft:coin RecipeStage{tier='two', recipe=1xitem.blankcoin@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@62e55594, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@62e55594, net.minecraft.item.crafting.Ingredient@2d28af42, net.minecraftforge.oredict.OreIngredient@62e55594, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@62e55594, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 882 abyssalcraft:ccluster9_alt_alt RecipeStage{tier='one', recipe=1xitem.ccluster9@0:[net.minecraft.item.crafting.Ingredient@43783e1f, net.minecraft.item.crafting.Ingredient@298c8115, net.minecraft.item.crafting.Ingredient@18b0d451]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 883 abyssalcraft:ccluster9_alt RecipeStage{tier='one', recipe=1xitem.ccluster9@0:[net.minecraft.item.crafting.Ingredient@6c092209, net.minecraft.item.crafting.Ingredient@6549e779]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 884 abyssalcraft:ccluster9 RecipeStage{tier='one', recipe=1xitem.ccluster9@0:[net.minecraft.item.crafting.Ingredient@6ab25b06, net.minecraft.item.crafting.Ingredient@174fedea, net.minecraft.item.crafting.Ingredient@4143e446, net.minecraft.item.crafting.Ingredient@514b02d5, net.minecraft.item.crafting.Ingredient@29591991, net.minecraft.item.crafting.Ingredient@411191ed, net.minecraft.item.crafting.Ingredient@1fae3c5d, net.minecraft.item.crafting.Ingredient@167ac8d7, net.minecraft.item.crafting.Ingredient@778ede18]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 885 abyssalcraft:ccluster8_alt_alt RecipeStage{tier='one', recipe=1xitem.ccluster8@0:[net.minecraft.item.crafting.Ingredient@15fc0c91, net.minecraft.item.crafting.Ingredient@42c9239c, net.minecraft.item.crafting.Ingredient@6fdac52a, net.minecraft.item.crafting.Ingredient@60a6fd00]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 886 abyssalcraft:ccluster8_alt RecipeStage{tier='one', recipe=1xitem.ccluster8@0:[net.minecraft.item.crafting.Ingredient@70c62b8c, net.minecraft.item.crafting.Ingredient@3aaff360]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 887 abyssalcraft:ccluster8 RecipeStage{tier='one', recipe=1xitem.ccluster8@0:[net.minecraft.item.crafting.Ingredient@548e17c2, net.minecraft.item.crafting.Ingredient@7c9ad637, net.minecraft.item.crafting.Ingredient@c03d168, net.minecraft.item.crafting.Ingredient@63809e34, net.minecraft.item.crafting.Ingredient@4714b581, net.minecraft.item.crafting.Ingredient@6d95f83a, net.minecraft.item.crafting.Ingredient@7f8ffc71, net.minecraft.item.crafting.Ingredient@1819bc8a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 888 abyssalcraft:ccluster7_alt RecipeStage{tier='one', recipe=1xitem.ccluster7@0:[net.minecraft.item.crafting.Ingredient@6d91d081, net.minecraft.item.crafting.Ingredient@ae0c984]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 889 abyssalcraft:ccluster7 RecipeStage{tier='one', recipe=1xitem.ccluster7@0:[net.minecraft.item.crafting.Ingredient@542bc67, net.minecraft.item.crafting.Ingredient@7ec99f1a, net.minecraft.item.crafting.Ingredient@355785ae, net.minecraft.item.crafting.Ingredient@2b6a686a, net.minecraft.item.crafting.Ingredient@3b5b48e4, net.minecraft.item.crafting.Ingredient@95821da, net.minecraft.item.crafting.Ingredient@2bbfaa]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 890 abyssalcraft:ccluster6_alt_alt RecipeStage{tier='one', recipe=1xitem.ccluster6@0:[net.minecraft.item.crafting.Ingredient@c124213, net.minecraft.item.crafting.Ingredient@21b2983a, net.minecraft.item.crafting.Ingredient@6b91557]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 891 abyssalcraft:ccluster6_alt RecipeStage{tier='one', recipe=1xitem.ccluster6@0:[net.minecraft.item.crafting.Ingredient@79b68653, net.minecraft.item.crafting.Ingredient@6be4e767]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 892 abyssalcraft:ccluster6 RecipeStage{tier='one', recipe=1xitem.ccluster6@0:[net.minecraft.item.crafting.Ingredient@6ea5e5c2, net.minecraft.item.crafting.Ingredient@2ce4a2ba, net.minecraft.item.crafting.Ingredient@38bb6aae, net.minecraft.item.crafting.Ingredient@2d914314, net.minecraft.item.crafting.Ingredient@6cdb3891, net.minecraft.item.crafting.Ingredient@6523a6c2]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 893 abyssalcraft:ccluster5_alt RecipeStage{tier='one', recipe=1xitem.ccluster5@0:[net.minecraft.item.crafting.Ingredient@6c473e00, net.minecraft.item.crafting.Ingredient@186b2584]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 894 abyssalcraft:ccluster5 RecipeStage{tier='one', recipe=1xitem.ccluster5@0:[net.minecraft.item.crafting.Ingredient@6c1da1a5, net.minecraft.item.crafting.Ingredient@3182a336, net.minecraft.item.crafting.Ingredient@2cd8970, net.minecraft.item.crafting.Ingredient@7010e860, net.minecraft.item.crafting.Ingredient@71017f4e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 895 abyssalcraft:ccluster4_alt RecipeStage{tier='one', recipe=1xitem.ccluster4@0:[net.minecraft.item.crafting.Ingredient@36f33da8, net.minecraft.item.crafting.Ingredient@14256e9c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 896 abyssalcraft:ccluster4 RecipeStage{tier='one', recipe=1xitem.ccluster4@0:[net.minecraft.item.crafting.Ingredient@56eb3974, net.minecraft.item.crafting.Ingredient@32422cb2, net.minecraft.item.crafting.Ingredient@50963407, net.minecraft.item.crafting.Ingredient@160faa18]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 897 abyssalcraft:ccluster3_alt RecipeStage{tier='one', recipe=1xitem.ccluster3@0:[net.minecraft.item.crafting.Ingredient@30478a4d, net.minecraft.item.crafting.Ingredient@29f714d0]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 898 abyssalcraft:ccluster3 RecipeStage{tier='one', recipe=1xitem.ccluster3@0:[net.minecraft.item.crafting.Ingredient@6ccb4cec, net.minecraft.item.crafting.Ingredient@77f1bc30, net.minecraft.item.crafting.Ingredient@157d8395]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 899 abyssalcraft:ccluster2 RecipeStage{tier='one', recipe=1xitem.ccluster2@0:[net.minecraft.item.crafting.Ingredient@10f9b4e, net.minecraft.item.crafting.Ingredient@ec0571e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 900 abyssalcraft:cchunk RecipeStage{tier='two', recipe=1xitem.cchunk@0:[net.minecraft.item.crafting.Ingredient@54bf9860, net.minecraft.item.crafting.Ingredient@54bf9860, net.minecraft.item.crafting.Ingredient@54bf9860, net.minecraft.item.crafting.Ingredient@54bf9860, net.minecraft.item.crafting.Ingredient@19974b46, net.minecraft.item.crafting.Ingredient@54bf9860, net.minecraft.item.crafting.Ingredient@54bf9860, net.minecraft.item.crafting.Ingredient@54bf9860, net.minecraft.item.crafting.Ingredient@54bf9860]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 901 abyssalcraft:carboncluster RecipeStage{tier='three', recipe=1xitem.carboncluster@0:[net.minecraft.item.crafting.Ingredient@2ee901bf, net.minecraft.item.crafting.Ingredient@2ee901bf, net.minecraft.item.crafting.Ingredient@2ee901bf, net.minecraft.item.crafting.Ingredient@2ee901bf, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2ee901bf, net.minecraft.item.crafting.Ingredient@2ee901bf, net.minecraft.item.crafting.Ingredient@2ee901bf, net.minecraft.item.crafting.Ingredient@2ee901bf]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 903 abyssalcraft:asword RecipeStage{tier='one', recipe=1xitem.asword@0:[net.minecraft.item.crafting.Ingredient@183d7228, net.minecraft.item.crafting.Ingredient@183d7228, net.minecraftforge.oredict.OreIngredient@5b112722]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 904 abyssalcraft:ashovel RecipeStage{tier='one', recipe=1xitem.ashovel@0:[net.minecraft.item.crafting.Ingredient@52e448d1, net.minecraftforge.oredict.OreIngredient@5b112722, net.minecraftforge.oredict.OreIngredient@5b112722]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 905 abyssalcraft:aplate RecipeStage{tier='one', recipe=1xitem.aplate@0:[net.minecraft.item.crafting.Ingredient@7d4eb170, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7d4eb170, net.minecraft.item.crafting.Ingredient@7d4eb170, net.minecraft.item.crafting.Ingredient@7d4eb170, net.minecraft.item.crafting.Ingredient@7d4eb170, net.minecraft.item.crafting.Ingredient@7d4eb170, net.minecraft.item.crafting.Ingredient@7d4eb170, net.minecraft.item.crafting.Ingredient@7d4eb170]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 906 abyssalcraft:apick RecipeStage{tier='one', recipe=1xitem.apick@0:[net.minecraft.item.crafting.Ingredient@5fc744c7, net.minecraft.item.crafting.Ingredient@5fc744c7, net.minecraft.item.crafting.Ingredient@5fc744c7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5b112722, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5b112722, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 907 abyssalcraft:antidote_1 RecipeStage{tier='two', recipe=1xitem.antidote@1:[net.minecraftforge.common.crafting.IngredientNBT@3d6583d4, net.minecraft.item.crafting.Ingredient@6935cb0e, net.minecraft.item.crafting.Ingredient@65a99ba4, net.minecraft.item.crafting.Ingredient@35b350ef]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 908 abyssalcraft:antidote_0 RecipeStage{tier='two', recipe=1xitem.antidote@0:[net.minecraftforge.common.crafting.IngredientNBT@65b50a73, net.minecraft.item.crafting.Ingredient@9f5d415, net.minecraft.item.crafting.Ingredient@741f8e77, net.minecraft.item.crafting.Ingredient@4ef44682]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 909 abyssalcraft:alegs RecipeStage{tier='one', recipe=1xitem.alegs@0:[net.minecraft.item.crafting.Ingredient@40e5cf36, net.minecraft.item.crafting.Ingredient@40e5cf36, net.minecraft.item.crafting.Ingredient@40e5cf36, net.minecraft.item.crafting.Ingredient@40e5cf36, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@40e5cf36, net.minecraft.item.crafting.Ingredient@40e5cf36, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@40e5cf36]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 910 abyssalcraft:ahoe RecipeStage{tier='one', recipe=1xitem.ahoe@0:[net.minecraft.item.crafting.Ingredient@7e5712ad, net.minecraft.item.crafting.Ingredient@7e5712ad, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5b112722, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5b112722]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 911 abyssalcraft:ahelmet RecipeStage{tier='one', recipe=1xitem.ahelmet@0:[net.minecraft.item.crafting.Ingredient@6d645335, net.minecraft.item.crafting.Ingredient@6d645335, net.minecraft.item.crafting.Ingredient@6d645335, net.minecraft.item.crafting.Ingredient@6d645335, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6d645335]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 912 abyssalcraft:abystairs RecipeStage{tier='two', recipe=4xtile.abystairs@0:[net.minecraft.item.crafting.Ingredient@4b680777, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4b680777, net.minecraft.item.crafting.Ingredient@4b680777, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4b680777, net.minecraft.item.crafting.Ingredient@4b680777, net.minecraft.item.crafting.Ingredient@4b680777]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 913 abyssalcraft:abyssalnomicon RecipeStage{tier='two', recipe=1xitem.abyssalnomicon@0:[net.minecraft.item.crafting.Ingredient@2ac9f54e, net.minecraft.item.crafting.Ingredient@2adad6f0, net.minecraft.item.crafting.Ingredient@2ac9f54e, net.minecraft.item.crafting.Ingredient@69823177, net.minecraft.item.crafting.Ingredient@40d76dce, net.minecraft.item.crafting.Ingredient@69823177, net.minecraft.item.crafting.Ingredient@2ac9f54e, net.minecraft.item.crafting.Ingredient@69823177, net.minecraft.item.crafting.Ingredient@2ac9f54e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 915 abyssalcraft:abyssalnitecobblestonewall RecipeStage{tier='two', recipe=6xtile.abyssalnitecobblestonewall@0:[net.minecraft.item.crafting.Ingredient@3b53d023, net.minecraft.item.crafting.Ingredient@3b53d023, net.minecraft.item.crafting.Ingredient@3b53d023, net.minecraft.item.crafting.Ingredient@3b53d023, net.minecraft.item.crafting.Ingredient@3b53d023, net.minecraft.item.crafting.Ingredient@3b53d023]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 916 abyssalcraft:abyssalnitecobblestonestairs RecipeStage{tier='two', recipe=4xtile.abyssalnitecobblestonestairs@0:[net.minecraft.item.crafting.Ingredient@72f17a8a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@72f17a8a, net.minecraft.item.crafting.Ingredient@72f17a8a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@72f17a8a, net.minecraft.item.crafting.Ingredient@72f17a8a, net.minecraft.item.crafting.Ingredient@72f17a8a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 917 abyssalcraft:abyssalnitecobblestoneslab1_0 RecipeStage{tier='two', recipe=6xtile.abyssalnitecobblestoneslab1@0:[net.minecraft.item.crafting.Ingredient@3eaf9b91, net.minecraft.item.crafting.Ingredient@3eaf9b91, net.minecraft.item.crafting.Ingredient@3eaf9b91]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 918 abyssalcraft:abyssalcobblestonewall RecipeStage{tier='two', recipe=6xtile.abyssalcobblestonewall@0:[net.minecraft.item.crafting.Ingredient@47616a30, net.minecraft.item.crafting.Ingredient@47616a30, net.minecraft.item.crafting.Ingredient@47616a30, net.minecraft.item.crafting.Ingredient@47616a30, net.minecraft.item.crafting.Ingredient@47616a30, net.minecraft.item.crafting.Ingredient@47616a30]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 919 abyssalcraft:abyssalcobblestonestairs RecipeStage{tier='two', recipe=4xtile.abyssalcobblestonestairs@0:[net.minecraft.item.crafting.Ingredient@685d25cd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@685d25cd, net.minecraft.item.crafting.Ingredient@685d25cd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@685d25cd, net.minecraft.item.crafting.Ingredient@685d25cd, net.minecraft.item.crafting.Ingredient@685d25cd]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 920 abyssalcraft:abyssalcobblestoneslab1_0 RecipeStage{tier='two', recipe=6xtile.abyssalcobblestoneslab1@0:[net.minecraft.item.crafting.Ingredient@68230df7, net.minecraft.item.crafting.Ingredient@68230df7, net.minecraft.item.crafting.Ingredient@68230df7]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 921 abyssalcraft:abyslab1_0 RecipeStage{tier='two', recipe=6xtile.abyslab1@0:[net.minecraft.item.crafting.Ingredient@7e853e, net.minecraft.item.crafting.Ingredient@7e853e, net.minecraft.item.crafting.Ingredient@7e853e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 922 abyssalcraft:abypplate RecipeStage{tier='two', recipe=1xtile.abypplate@0:[net.minecraft.item.crafting.Ingredient@103d335e, net.minecraft.item.crafting.Ingredient@103d335e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 925 abyssalcraft:abyfence RecipeStage{tier='two', recipe=6xtile.abyfence@0:[net.minecraft.item.crafting.Ingredient@31321873, net.minecraft.item.crafting.Ingredient@31321873, net.minecraft.item.crafting.Ingredient@31321873, net.minecraft.item.crafting.Ingredient@31321873, net.minecraft.item.crafting.Ingredient@31321873, net.minecraft.item.crafting.Ingredient@31321873]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 926 abyssalcraft:abydreadbrickstairs RecipeStage{tier='two', recipe=4xtile.abydreadbrickstairs@0:[net.minecraft.item.crafting.Ingredient@74886456, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@74886456, net.minecraft.item.crafting.Ingredient@74886456, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@74886456, net.minecraft.item.crafting.Ingredient@74886456, net.minecraft.item.crafting.Ingredient@74886456]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 927 abyssalcraft:abydreadbrickslab1_0 RecipeStage{tier='two', recipe=6xtile.abydreadbrickslab1@0:[net.minecraft.item.crafting.Ingredient@51ded081, net.minecraft.item.crafting.Ingredient@51ded081, net.minecraft.item.crafting.Ingredient@51ded081]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 928 abyssalcraft:abydreadbrickfence RecipeStage{tier='one', recipe=6xtile.abydreadbrickfence@0:[net.minecraft.item.crafting.Ingredient@746ee903, net.minecraft.item.crafting.Ingredient@746ee903, net.minecraft.item.crafting.Ingredient@746ee903, net.minecraft.item.crafting.Ingredient@746ee903, net.minecraft.item.crafting.Ingredient@746ee903, net.minecraft.item.crafting.Ingredient@746ee903]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 929 abyssalcraft:abydreadbrick_1 RecipeStage{tier='two', recipe=1xtile.abydreadbrick@1:[net.minecraft.item.crafting.Ingredient@1a80a61a, net.minecraft.item.crafting.Ingredient@1a80a61a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 930 abyssalcraft:abydreadbrick_0 RecipeStage{tier='two', recipe=4xtile.abydreadbrick@0:[net.minecraft.item.crafting.Ingredient@4b339474, net.minecraft.item.crafting.Ingredient@4b339474, net.minecraft.item.crafting.Ingredient@4b339474, net.minecraft.item.crafting.Ingredient@4b339474]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 931 abyssalcraft:abybutton RecipeStage{tier='one', recipe=1xtile.abybutton@0:[net.minecraft.item.crafting.Ingredient@5e5b2a70]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 932 abyssalcraft:abybrick_1 RecipeStage{tier='two', recipe=1xtile.abybrick@1:[net.minecraft.item.crafting.Ingredient@7e9f4450, net.minecraft.item.crafting.Ingredient@7e9f4450]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 933 abyssalcraft:abybrick_0 RecipeStage{tier='two', recipe=4xtile.abybrick@0:[net.minecraft.item.crafting.Ingredient@6d25ebe9, net.minecraft.item.crafting.Ingredient@6d25ebe9, net.minecraft.item.crafting.Ingredient@6d25ebe9, net.minecraft.item.crafting.Ingredient@6d25ebe9]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 934 abyssalcraft:aboots RecipeStage{tier='one', recipe=1xitem.aboots@0:[net.minecraft.item.crafting.Ingredient@5b02d44b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5b02d44b, net.minecraft.item.crafting.Ingredient@5b02d44b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5b02d44b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 935 abyssalcraft:aaxe RecipeStage{tier='one', recipe=1xitem.aaxe@0:[net.minecraft.item.crafting.Ingredient@45cd2a70, net.minecraft.item.crafting.Ingredient@45cd2a70, net.minecraft.item.crafting.Ingredient@45cd2a70, net.minecraftforge.oredict.OreIngredient@5b112722, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5b112722]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 936 twilightforest:ironwood_chestplate RecipeStage{tier='two', recipe=1xitem.twilightforest.ironwoodPlate@0:[net.minecraftforge.oredict.OreIngredient@c8c4e74, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@c8c4e74, net.minecraftforge.oredict.OreIngredient@c8c4e74, net.minecraftforge.oredict.OreIngredient@c8c4e74, net.minecraftforge.oredict.OreIngredient@c8c4e74, net.minecraftforge.oredict.OreIngredient@c8c4e74, net.minecraftforge.oredict.OreIngredient@c8c4e74, net.minecraftforge.oredict.OreIngredient@c8c4e74]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 938 twilightforest:aurora_pillar RecipeStage{tier='two', recipe=2xtile.twilightforest.AuroraPillar@0:[net.minecraft.item.crafting.Ingredient@583bda80, net.minecraft.item.crafting.Ingredient@583bda80]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 939 twilightforest:yeti_boots RecipeStage{tier='two', recipe=1xitem.twilightforest.yetiBoots@0:[net.minecraft.item.crafting.Ingredient@3a26cfa7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3a26cfa7, net.minecraft.item.crafting.Ingredient@3a26cfa7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3a26cfa7]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 940 twilightforest:ironwood_helmet RecipeStage{tier='two', recipe=1xitem.twilightforest.ironwoodHelm@0:[net.minecraftforge.oredict.OreIngredient@c8c4e74, net.minecraftforge.oredict.OreIngredient@c8c4e74, net.minecraftforge.oredict.OreIngredient@c8c4e74, net.minecraftforge.oredict.OreIngredient@c8c4e74, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@c8c4e74]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 941 twilightforest:knightmetal_ring RecipeStage{tier='two', recipe=1xitem.twilightforest.knightmetalRing@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@199f0e94, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@199f0e94, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@199f0e94, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@199f0e94, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 942 twilightforest:aurora_slab_0 RecipeStage{tier='two', recipe=6xtile.twilightforest.AuroraSlab@0:[net.minecraft.item.crafting.Ingredient@6f9e2691, net.minecraft.item.crafting.Ingredient@6f9e2691, net.minecraft.item.crafting.Ingredient@6f9e2691]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 943 twilightforest:lifedrain_scepter RecipeStage{tier='two', recipe=1xitem.twilightforest.scepterLifeDrain@0:[net.minecraft.item.crafting.Ingredient@61066ef5, net.minecraft.item.crafting.Ingredient@10b3ea90]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 945 twilightforest:steeleaf_chestplate RecipeStage{tier='two', recipe=1xitem.twilightforest.steeleafPlate@0:[net.minecraftforge.oredict.OreIngredient@6f732acc, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6f732acc, net.minecraftforge.oredict.OreIngredient@6f732acc, net.minecraftforge.oredict.OreIngredient@6f732acc, net.minecraftforge.oredict.OreIngredient@6f732acc, net.minecraftforge.oredict.OreIngredient@6f732acc, net.minecraftforge.oredict.OreIngredient@6f732acc, net.minecraftforge.oredict.OreIngredient@6f732acc]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 946 twilightforest:ironwood_leggings RecipeStage{tier='two', recipe=1xitem.twilightforest.ironwoodLegs@0:[net.minecraftforge.oredict.OreIngredient@c8c4e74, net.minecraftforge.oredict.OreIngredient@c8c4e74, net.minecraftforge.oredict.OreIngredient@c8c4e74, net.minecraftforge.oredict.OreIngredient@c8c4e74, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@c8c4e74, net.minecraftforge.oredict.OreIngredient@c8c4e74, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@c8c4e74]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 948 twilightforest:castleblock_stairs_cracked_reverse RecipeStage{tier='two', recipe=3xtile.twilightforest.CastleBrick@2:[net.minecraft.item.crafting.Ingredient@7127a68c, net.minecraft.item.crafting.Ingredient@21914c03, net.minecraft.item.crafting.Ingredient@4624b60b, net.minecraft.item.crafting.Ingredient@40f4fd97]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 949 twilightforest:carminite_alt RecipeStage{tier='two', recipe=1xitem.twilightforest.carminite@0:[net.minecraftforge.oredict.OreIngredient@3d4766b4, net.minecraft.item.crafting.Ingredient@23f9af48, net.minecraftforge.oredict.OreIngredient@3d4766b4, net.minecraft.item.crafting.Ingredient@23f9af48, net.minecraft.item.crafting.Ingredient@7601becc, net.minecraft.item.crafting.Ingredient@23f9af48, net.minecraftforge.oredict.OreIngredient@3d4766b4, net.minecraft.item.crafting.Ingredient@23f9af48, net.minecraftforge.oredict.OreIngredient@3d4766b4]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 950 twilightforest:giant_pickaxe RecipeStage{tier='two', recipe=1xitem.twilightforest.giantPick@0:[net.minecraft.item.crafting.Ingredient@3bbf52f6, net.minecraft.item.crafting.Ingredient@3bbf52f6, net.minecraft.item.crafting.Ingredient@3bbf52f6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3d2a33e5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3d2a33e5, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 951 twilightforest:castleblock_stairs_mossy_reverse RecipeStage{tier='two', recipe=3xtile.twilightforest.CastleBrick@4:[net.minecraft.item.crafting.Ingredient@15b96b1d, net.minecraft.item.crafting.Ingredient@f7c67a, net.minecraft.item.crafting.Ingredient@70302669, net.minecraft.item.crafting.Ingredient@f792c02]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 953 twilightforest:arctic_chestplate RecipeStage{tier='two', recipe=1xitem.twilightforest.arcticPlate@0:[net.minecraft.item.crafting.Ingredient@f9666ad, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@f9666ad, net.minecraft.item.crafting.Ingredient@f9666ad, net.minecraft.item.crafting.Ingredient@f9666ad, net.minecraft.item.crafting.Ingredient@f9666ad, net.minecraft.item.crafting.Ingredient@f9666ad, net.minecraft.item.crafting.Ingredient@f9666ad, net.minecraft.item.crafting.Ingredient@f9666ad]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 954 twilightforest:nagastone_stairs_right RecipeStage{tier='two', recipe=8xtile.twilightforest.NagastoneStairs@8:[net.minecraft.item.crafting.Ingredient@419874ff, net.minecraft.item.crafting.Ingredient@419874ff, net.minecraft.item.crafting.Ingredient@419874ff, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@419874ff, net.minecraft.item.crafting.Ingredient@419874ff, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@419874ff]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 955 twilightforest:fiery_iron_leggings RecipeStage{tier='two', recipe=1xitem.twilightforest.fieryLegs@0:[net.minecraft.item.crafting.Ingredient@71764eef, net.minecraft.item.crafting.Ingredient@5ef224b1, net.minecraft.item.crafting.Ingredient@c4f285d, net.minecraft.item.crafting.Ingredient@760e6a2a, net.minecraft.item.crafting.Ingredient@5cea00c0, net.minecraft.item.crafting.Ingredient@666abe02, net.minecraft.item.crafting.Ingredient@59443f2, net.minecraft.item.crafting.Ingredient@363d67ec]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 956 twilightforest:castleblock_stairs_brick_reverse RecipeStage{tier='two', recipe=3xtile.twilightforest.CastleBrick@0:[net.minecraft.item.crafting.Ingredient@5406f058, net.minecraft.item.crafting.Ingredient@2366d0e7, net.minecraft.item.crafting.Ingredient@205bfb7d, net.minecraft.item.crafting.Ingredient@666026da]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 957 twilightforest:castle_pillar_encased_none RecipeStage{tier='two', recipe=4xtile.twilightforest.CastlePillar@1:[net.minecraft.item.crafting.Ingredient@3db1e41b, net.minecraft.item.crafting.Ingredient@3db1e41b, net.minecraft.item.crafting.Ingredient@3db1e41b, net.minecraft.item.crafting.Ingredient@3db1e41b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 958 twilightforest:moonworm_queen RecipeStage{tier='two', recipe=1xitem.twilightforest.moonwormQueen@0:[net.minecraft.item.crafting.Ingredient@51605fd9, net.minecraft.item.crafting.Ingredient@59cf36a3, net.minecraft.item.crafting.Ingredient@294095b8, net.minecraft.item.crafting.Ingredient@550bf9c8]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 959 twilightforest:steeleaf_helmet RecipeStage{tier='two', recipe=1xitem.twilightforest.steeleafHelm@0:[net.minecraftforge.oredict.OreIngredient@6f732acc, net.minecraftforge.oredict.OreIngredient@6f732acc, net.minecraftforge.oredict.OreIngredient@6f732acc, net.minecraftforge.oredict.OreIngredient@6f732acc, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6f732acc]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 961 twilightforest:ironwood_axe RecipeStage{tier='two', recipe=1xitem.twilightforest.ironwoodAxe@0:[net.minecraftforge.oredict.OreIngredient@c8c4e74, net.minecraftforge.oredict.OreIngredient@c8c4e74, net.minecraftforge.oredict.OreIngredient@c8c4e74, net.minecraftforge.oredict.OreIngredient@2f61a9c1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2f61a9c1]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 962 twilightforest:ironwood_block_to_ingot RecipeStage{tier='two', recipe=9xitem.twilightforest.ironwoodIngot@0:[net.minecraft.item.crafting.Ingredient@1561edb4]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 964 twilightforest:yeti_chestplate RecipeStage{tier='two', recipe=1xitem.twilightforest.yetiPlate@0:[net.minecraft.item.crafting.Ingredient@70461e2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@70461e2, net.minecraft.item.crafting.Ingredient@70461e2, net.minecraft.item.crafting.Ingredient@70461e2, net.minecraft.item.crafting.Ingredient@70461e2, net.minecraft.item.crafting.Ingredient@70461e2, net.minecraft.item.crafting.Ingredient@70461e2, net.minecraft.item.crafting.Ingredient@70461e2]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 965 twilightforest:steeleaf_shovel RecipeStage{tier='two', recipe=1xitem.twilightforest.steeleafShovel@0:[net.minecraftforge.oredict.OreIngredient@6f732acc, net.minecraftforge.oredict.OreIngredient@2f61a9c1, net.minecraftforge.oredict.OreIngredient@2f61a9c1]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 966 twilightforest:knightmetal_chestplate RecipeStage{tier='two', recipe=1xitem.twilightforest.knightlyPlate@0:[net.minecraftforge.oredict.OreIngredient@199f0e94, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@199f0e94, net.minecraftforge.oredict.OreIngredient@199f0e94, net.minecraftforge.oredict.OreIngredient@199f0e94, net.minecraftforge.oredict.OreIngredient@199f0e94, net.minecraftforge.oredict.OreIngredient@199f0e94, net.minecraftforge.oredict.OreIngredient@199f0e94, net.minecraftforge.oredict.OreIngredient@199f0e94]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 967 twilightforest:castleblock_stairs_encased RecipeStage{tier='two', recipe=8xtile.twilightforest.CastleStairs@0:[net.minecraft.item.crafting.Ingredient@2bcba446, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2bcba446, net.minecraft.item.crafting.Ingredient@2bcba446, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2bcba446, net.minecraft.item.crafting.Ingredient@2bcba446, net.minecraft.item.crafting.Ingredient@2bcba446]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 968 twilightforest:fiery_iron_helmet RecipeStage{tier='two', recipe=1xitem.twilightforest.fieryHelm@0:[net.minecraft.item.crafting.Ingredient@2814b10, net.minecraft.item.crafting.Ingredient@3b33ed88, net.minecraft.item.crafting.Ingredient@64c8ca0, net.minecraft.item.crafting.Ingredient@77698e4b, net.minecraft.item.crafting.Ingredient@a03f76d, net.minecraft.item.crafting.Ingredient@31a32bb0]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 969 twilightforest:shield_scepter RecipeStage{tier='two', recipe=1xitem.twilightforest.scepterShield@0:[net.minecraft.item.crafting.Ingredient@77b0b172, net.minecraft.item.crafting.Ingredient@cd1bb71]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 970 twilightforest:steeleaf_hoe RecipeStage{tier='two', recipe=1xitem.twilightforest.steeleafHoe@0:[net.minecraftforge.oredict.OreIngredient@6f732acc, net.minecraftforge.oredict.OreIngredient@6f732acc, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2f61a9c1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2f61a9c1]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 972 twilightforest:nagastone_spiral RecipeStage{tier='two', recipe=8xtile.twilightforest.SpiralBricks@0:[net.minecraftforge.common.crafting.CompoundIngredient@6d7a81b7, net.minecraft.item.crafting.Ingredient@838292c, net.minecraft.item.crafting.Ingredient@838292c, net.minecraftforge.common.crafting.CompoundIngredient@6d7a81b7, net.minecraft.item.crafting.Ingredient@838292c, net.minecraft.item.crafting.Ingredient@838292c, net.minecraftforge.common.crafting.CompoundIngredient@6d7a81b7, net.minecraftforge.common.crafting.CompoundIngredient@6d7a81b7, net.minecraftforge.common.crafting.CompoundIngredient@6d7a81b7]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 973 twilightforest:fiery_iron_chestplate RecipeStage{tier='two', recipe=1xitem.twilightforest.fieryPlate@0:[net.minecraft.item.crafting.Ingredient@22984992, net.minecraft.item.crafting.Ingredient@507187b3, net.minecraft.item.crafting.Ingredient@59601e15, net.minecraft.item.crafting.Ingredient@258df162, net.minecraft.item.crafting.Ingredient@17623cd2, net.minecraft.item.crafting.Ingredient@47588333, net.minecraft.item.crafting.Ingredient@3391386e, net.minecraft.item.crafting.Ingredient@59a799eb, net.minecraft.item.crafting.Ingredient@63cf98f9]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 974 twilightforest:tower_device_12 RecipeStage{tier='two', recipe=1xtile.twilightforest.TowerDevice@12:[net.minecraft.item.crafting.Ingredient@6a613d14, net.minecraft.item.crafting.Ingredient@17190835, net.minecraft.item.crafting.Ingredient@6a613d14, net.minecraft.item.crafting.Ingredient@17190835, net.minecraftforge.oredict.OreIngredient@1c3d5658, net.minecraft.item.crafting.Ingredient@17190835, net.minecraft.item.crafting.Ingredient@6a613d14, net.minecraft.item.crafting.Ingredient@17190835, net.minecraft.item.crafting.Ingredient@6a613d14]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 975 twilightforest:steeleaf_pickaxe RecipeStage{tier='two', recipe=1xitem.twilightforest.steeleafPick@0:[net.minecraftforge.oredict.OreIngredient@6f732acc, net.minecraftforge.oredict.OreIngredient@6f732acc, net.minecraftforge.oredict.OreIngredient@6f732acc, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2f61a9c1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2f61a9c1, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 976 twilightforest:knightmetal_sword RecipeStage{tier='two', recipe=1xitem.twilightforest.knightlySword@0:[net.minecraftforge.oredict.OreIngredient@199f0e94, net.minecraftforge.oredict.OreIngredient@199f0e94, net.minecraftforge.oredict.OreIngredient@2f61a9c1]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 977 twilightforest:nagastone_stairs_right_weathered RecipeStage{tier='two', recipe=8xtile.twilightforest.NagastoneStairsWeathered@8:[net.minecraft.item.crafting.Ingredient@62235c5, net.minecraft.item.crafting.Ingredient@62235c5, net.minecraft.item.crafting.Ingredient@62235c5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@62235c5, net.minecraft.item.crafting.Ingredient@62235c5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@62235c5]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 978 twilightforest:charm_of_keeping_3 RecipeStage{tier='two', recipe=1xitem.twilightforest.charmOfKeeping3@0:[net.minecraft.item.crafting.Ingredient@62fb6017, net.minecraft.item.crafting.Ingredient@478d6c3c, net.minecraft.item.crafting.Ingredient@49339848, net.minecraft.item.crafting.Ingredient@77dd0d60]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 979 twilightforest:tower_device_6 RecipeStage{tier='two', recipe=1xtile.twilightforest.TowerDevice@6:[net.minecraft.item.crafting.Ingredient@7763d19, net.minecraft.item.crafting.Ingredient@28d2d16e, net.minecraft.item.crafting.Ingredient@7763d19, net.minecraft.item.crafting.Ingredient@28d2d16e, net.minecraft.item.crafting.Ingredient@1f7849a0, net.minecraft.item.crafting.Ingredient@28d2d16e, net.minecraft.item.crafting.Ingredient@7763d19, net.minecraft.item.crafting.Ingredient@28d2d16e, net.minecraft.item.crafting.Ingredient@7763d19]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 981 twilightforest:carminite_block_to_item RecipeStage{tier='two', recipe=9xitem.twilightforest.carminite@0:[net.minecraft.item.crafting.Ingredient@4ae06d2c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 982 twilightforest:yeti_helmet RecipeStage{tier='two', recipe=1xitem.twilightforest.yetiHelm@0:[net.minecraft.item.crafting.Ingredient@5267efca, net.minecraft.item.crafting.Ingredient@5267efca, net.minecraft.item.crafting.Ingredient@5267efca, net.minecraft.item.crafting.Ingredient@5267efca, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5267efca]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 986 twilightforest:nagastone_stairs_reverse RecipeStage{tier='two', recipe=3xtile.twilightforest.EtchedNagastone@0:[net.minecraft.item.crafting.Ingredient@55bac73c, net.minecraft.item.crafting.Ingredient@4b3a7ef2, net.minecraft.item.crafting.Ingredient@720ef8c3, net.minecraft.item.crafting.Ingredient@5996241d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 987 twilightforest:castle_pillar_encased RecipeStage{tier='two', recipe=6xtile.twilightforest.CastlePillar@0:[net.minecraft.item.crafting.Ingredient@c8adb56, net.minecraft.item.crafting.Ingredient@1175a78c, net.minecraft.item.crafting.Ingredient@c8adb56, net.minecraft.item.crafting.Ingredient@c8adb56, net.minecraft.item.crafting.Ingredient@1175a78c, net.minecraft.item.crafting.Ingredient@c8adb56]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 988 twilightforest:arctic_helmet RecipeStage{tier='two', recipe=1xitem.twilightforest.arcticHelm@0:[net.minecraft.item.crafting.Ingredient@5677049e, net.minecraft.item.crafting.Ingredient@5677049e, net.minecraft.item.crafting.Ingredient@5677049e, net.minecraft.item.crafting.Ingredient@5677049e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5677049e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 989 twilightforest:yeti_leggings RecipeStage{tier='two', recipe=1xitem.twilightforest.yetiLegs@0:[net.minecraft.item.crafting.Ingredient@da76428, net.minecraft.item.crafting.Ingredient@da76428, net.minecraft.item.crafting.Ingredient@da76428, net.minecraft.item.crafting.Ingredient@da76428, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@da76428, net.minecraft.item.crafting.Ingredient@da76428, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@da76428]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 990 twilightforest:carminite RecipeStage{tier='two', recipe=1xitem.twilightforest.carminite@0:[net.minecraft.item.crafting.Ingredient@16214255, net.minecraftforge.oredict.OreIngredient@3d4766b4, net.minecraft.item.crafting.Ingredient@16214255, net.minecraftforge.oredict.OreIngredient@3d4766b4, net.minecraft.item.crafting.Ingredient@1584ad75, net.minecraftforge.oredict.OreIngredient@3d4766b4, net.minecraft.item.crafting.Ingredient@16214255, net.minecraftforge.oredict.OreIngredient@3d4766b4, net.minecraft.item.crafting.Ingredient@16214255]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 991 twilightforest:twilight_scepter RecipeStage{tier='two', recipe=1xitem.twilightforest.scepterTwilight@0:[net.minecraft.item.crafting.Ingredient@39143ed8, net.minecraftforge.oredict.OreIngredient@4abbe7a6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 992 twilightforest:castleblock_stairs_bold_reverse RecipeStage{tier='two', recipe=3xtile.twilightforest.CastlePillar@2:[net.minecraft.item.crafting.Ingredient@3dcc0c62, net.minecraft.item.crafting.Ingredient@63050a4b, net.minecraft.item.crafting.Ingredient@20c7c795, net.minecraft.item.crafting.Ingredient@35c3466b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 993 twilightforest:tower_device_2 RecipeStage{tier='two', recipe=8xtile.twilightforest.TowerDevice@2:[net.minecraft.item.crafting.Ingredient@755ca785, net.minecraft.item.crafting.Ingredient@39e0a2f7, net.minecraft.item.crafting.Ingredient@755ca785, net.minecraft.item.crafting.Ingredient@39e0a2f7, net.minecraft.item.crafting.Ingredient@121792f1, net.minecraft.item.crafting.Ingredient@39e0a2f7, net.minecraft.item.crafting.Ingredient@755ca785, net.minecraft.item.crafting.Ingredient@39e0a2f7, net.minecraft.item.crafting.Ingredient@755ca785]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 994 twilightforest:block_and_chain RecipeStage{tier='two', recipe=1xitem.twilightforest.chainBlock@0:[net.minecraft.item.crafting.Ingredient@451ab596, net.minecraftforge.oredict.OreIngredient@199f0e94, net.minecraftforge.oredict.OreIngredient@199f0e94, net.minecraftforge.oredict.OreIngredient@199f0e94, net.minecraft.item.crafting.Ingredient@7b90165f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 995 twilightforest:ironwood_raw RecipeStage{tier='two', recipe=1xitem.twilightforest.ironwoodRaw@0:[net.minecraft.item.crafting.Ingredient@71994c8, net.minecraftforge.oredict.OreIngredient@af8eb59, net.minecraftforge.oredict.OreIngredient@5b54850c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 996 twilightforest:knightmetal_axe RecipeStage{tier='two', recipe=1xitem.twilightforest.knightlyAxe@0:[net.minecraftforge.oredict.OreIngredient@199f0e94, net.minecraftforge.oredict.OreIngredient@199f0e94, net.minecraftforge.oredict.OreIngredient@199f0e94, net.minecraftforge.oredict.OreIngredient@2f61a9c1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2f61a9c1]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 997 twilightforest:fiery_iron_boots RecipeStage{tier='two', recipe=1xitem.twilightforest.fieryBoots@0:[net.minecraft.item.crafting.Ingredient@5ebc05ca, net.minecraft.item.crafting.Ingredient@51db267f, net.minecraft.item.crafting.Ingredient@675de18a, net.minecraft.item.crafting.Ingredient@62751c9c, net.minecraft.item.crafting.Ingredient@6aacf0e9]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 998 twilightforest:naga_chestplate RecipeStage{tier='two', recipe=1xitem.twilightforest.plateNaga@0:[net.minecraft.item.crafting.Ingredient@3588b9df, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3588b9df, net.minecraft.item.crafting.Ingredient@3588b9df, net.minecraft.item.crafting.Ingredient@3588b9df, net.minecraft.item.crafting.Ingredient@3588b9df, net.minecraft.item.crafting.Ingredient@3588b9df, net.minecraft.item.crafting.Ingredient@3588b9df, net.minecraft.item.crafting.Ingredient@3588b9df]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 999 twilightforest:arctic_leggings RecipeStage{tier='two', recipe=1xitem.twilightforest.arcticLegs@0:[net.minecraft.item.crafting.Ingredient@4d17fbb8, net.minecraft.item.crafting.Ingredient@4d17fbb8, net.minecraft.item.crafting.Ingredient@4d17fbb8, net.minecraft.item.crafting.Ingredient@4d17fbb8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4d17fbb8, net.minecraft.item.crafting.Ingredient@4d17fbb8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4d17fbb8]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1000 twilightforest:arctic_boots RecipeStage{tier='two', recipe=1xitem.twilightforest.arcticBoots@0:[net.minecraft.item.crafting.Ingredient@123d5465, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@123d5465, net.minecraft.item.crafting.Ingredient@123d5465, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@123d5465]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1001 twilightforest:steeleaf_sword RecipeStage{tier='two', recipe=1xitem.twilightforest.steeleafSword@0:[net.minecraftforge.oredict.OreIngredient@6f732acc, net.minecraftforge.oredict.OreIngredient@6f732acc, net.minecraftforge.oredict.OreIngredient@2f61a9c1]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1003 twilightforest:castleblock_stairs_bold RecipeStage{tier='two', recipe=8xtile.twilightforest.CastleStairs@8:[net.minecraft.item.crafting.Ingredient@37680a88, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@37680a88, net.minecraft.item.crafting.Ingredient@37680a88, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@37680a88, net.minecraft.item.crafting.Ingredient@37680a88, net.minecraft.item.crafting.Ingredient@37680a88]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1004 twilightforest:firefly_jar RecipeStage{tier='two', recipe=1xtile.twilightforest.FireflyJar@0:[net.minecraft.item.crafting.Ingredient@1d15eceb, net.minecraft.item.crafting.Ingredient@19d2e7ec]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1005 twilightforest:magic_map_empty RecipeStage{tier='two', recipe=1xitem.twilightforest.emptyMagicMap@0:[net.minecraftforge.oredict.OreIngredient@3d8d7f75, net.minecraftforge.oredict.OreIngredient@3d8d7f75, net.minecraftforge.oredict.OreIngredient@3d8d7f75, net.minecraftforge.oredict.OreIngredient@3d8d7f75, net.minecraft.item.crafting.Ingredient@402b6e65, net.minecraftforge.oredict.OreIngredient@3d8d7f75, net.minecraftforge.oredict.OreIngredient@3d8d7f75, net.minecraftforge.oredict.OreIngredient@3d8d7f75, net.minecraftforge.oredict.OreIngredient@3d8d7f75]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1006 twilightforest:nagastone_stairs_left_weathered RecipeStage{tier='two', recipe=8xtile.twilightforest.NagastoneStairsWeathered@0:[net.minecraft.item.crafting.Ingredient@1826c844, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1826c844, net.minecraft.item.crafting.Ingredient@1826c844, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1826c844, net.minecraft.item.crafting.Ingredient@1826c844, net.minecraft.item.crafting.Ingredient@1826c844]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1007 twilightforest:nagastone_stairs_right_mossy RecipeStage{tier='two', recipe=8xtile.twilightforest.NagastoneStairsMossy@8:[net.minecraft.item.crafting.Ingredient@60366be8, net.minecraft.item.crafting.Ingredient@60366be8, net.minecraft.item.crafting.Ingredient@60366be8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@60366be8, net.minecraft.item.crafting.Ingredient@60366be8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@60366be8]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1008 twilightforest:castleblock_stairs_encased_reverse RecipeStage{tier='two', recipe=3xtile.twilightforest.CastlePillar@0:[net.minecraft.item.crafting.Ingredient@4f55a56b, net.minecraft.item.crafting.Ingredient@3d64af6a, net.minecraft.item.crafting.Ingredient@2ff67bc6, net.minecraft.item.crafting.Ingredient@4cdbfcd1]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1009 twilightforest:fiery_helmet RecipeStage{tier='two', recipe=1xitem.twilightforest.fieryHelm@0:[net.minecraftforge.oredict.OreIngredient@2d87ef3a, net.minecraftforge.oredict.OreIngredient@2d87ef3a, net.minecraftforge.oredict.OreIngredient@2d87ef3a, net.minecraftforge.oredict.OreIngredient@2d87ef3a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2d87ef3a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1010 twilightforest:giant_sword RecipeStage{tier='two', recipe=1xitem.twilightforest.giantSword@0:[net.minecraft.item.crafting.Ingredient@131f8f8b, net.minecraft.item.crafting.Ingredient@131f8f8b, net.minecraft.item.crafting.Ingredient@7ff8d495]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1013 twilightforest:armor_shard_cluster RecipeStage{tier='two', recipe=1xitem.twilightforest.shardCluster@0:[net.minecraft.item.crafting.Ingredient@109df93d, net.minecraft.item.crafting.Ingredient@109df93d, net.minecraft.item.crafting.Ingredient@109df93d, net.minecraft.item.crafting.Ingredient@109df93d, net.minecraft.item.crafting.Ingredient@109df93d, net.minecraft.item.crafting.Ingredient@109df93d, net.minecraft.item.crafting.Ingredient@109df93d, net.minecraft.item.crafting.Ingredient@109df93d, net.minecraft.item.crafting.Ingredient@109df93d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1014 twilightforest:ironwood_pickaxe RecipeStage{tier='two', recipe=1xitem.twilightforest.ironwoodPick@0:[net.minecraftforge.oredict.OreIngredient@c8c4e74, net.minecraftforge.oredict.OreIngredient@c8c4e74, net.minecraftforge.oredict.OreIngredient@c8c4e74, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2f61a9c1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2f61a9c1, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1015 twilightforest:carminite_block RecipeStage{tier='two', recipe=1xtile.twilightforest.BlockOfStorage@4:[net.minecraftforge.oredict.OreIngredient@229ca658, net.minecraftforge.oredict.OreIngredient@229ca658, net.minecraftforge.oredict.OreIngredient@229ca658, net.minecraftforge.oredict.OreIngredient@229ca658, net.minecraftforge.oredict.OreIngredient@229ca658, net.minecraftforge.oredict.OreIngredient@229ca658, net.minecraftforge.oredict.OreIngredient@229ca658, net.minecraftforge.oredict.OreIngredient@229ca658, net.minecraftforge.oredict.OreIngredient@229ca658]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1018 twilightforest:tower_device_0 RecipeStage{tier='two', recipe=2xtile.twilightforest.TowerDevice@0:[net.minecraft.item.crafting.Ingredient@3acacb4c, net.minecraftforge.oredict.OreIngredient@3d4766b4, net.minecraft.item.crafting.Ingredient@3acacb4c, net.minecraftforge.oredict.OreIngredient@3d4766b4, net.minecraft.item.crafting.Ingredient@f50c03, net.minecraftforge.oredict.OreIngredient@3d4766b4, net.minecraft.item.crafting.Ingredient@3acacb4c, net.minecraftforge.oredict.OreIngredient@3d4766b4, net.minecraft.item.crafting.Ingredient@3acacb4c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1019 twilightforest:cobblestone RecipeStage{tier='tutorial', recipe=64xtile.stonebrick@0:[net.minecraft.item.crafting.Ingredient@122a7fa7]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1020 twilightforest:charm_of_life_2 RecipeStage{tier='two', recipe=1xitem.twilightforest.charmOfLife2@0:[net.minecraft.item.crafting.Ingredient@7e08db80, net.minecraft.item.crafting.Ingredient@4a2d404a, net.minecraft.item.crafting.Ingredient@7b5b85ed, net.minecraft.item.crafting.Ingredient@366c24d1]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1021 twilightforest:ironwood_boots RecipeStage{tier='two', recipe=1xitem.twilightforest.ironwoodBoots@0:[net.minecraftforge.oredict.OreIngredient@c8c4e74, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@c8c4e74, net.minecraftforge.oredict.OreIngredient@c8c4e74, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@c8c4e74]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1022 twilightforest:ironwood_hoe RecipeStage{tier='two', recipe=1xitem.twilightforest.ironwoodHoe@0:[net.minecraftforge.oredict.OreIngredient@c8c4e74, net.minecraftforge.oredict.OreIngredient@c8c4e74, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2f61a9c1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2f61a9c1]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1023 twilightforest:leaves_0 RecipeStage{tier='zero', recipe=64xtile.leaves@0:[net.minecraft.item.crafting.Ingredient@56d2a8be]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1025 twilightforest:fiery_chestplate RecipeStage{tier='two', recipe=1xitem.twilightforest.fieryPlate@0:[net.minecraftforge.oredict.OreIngredient@2d87ef3a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2d87ef3a, net.minecraftforge.oredict.OreIngredient@2d87ef3a, net.minecraftforge.oredict.OreIngredient@2d87ef3a, net.minecraftforge.oredict.OreIngredient@2d87ef3a, net.minecraftforge.oredict.OreIngredient@2d87ef3a, net.minecraftforge.oredict.OreIngredient@2d87ef3a, net.minecraftforge.oredict.OreIngredient@2d87ef3a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1026 twilightforest:charm_of_keeping_2 RecipeStage{tier='two', recipe=1xitem.twilightforest.charmOfKeeping2@0:[net.minecraft.item.crafting.Ingredient@7c7318a7, net.minecraft.item.crafting.Ingredient@59223e14, net.minecraft.item.crafting.Ingredient@657e5d96, net.minecraft.item.crafting.Ingredient@42b1a092]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1027 twilightforest:knightmetal_block RecipeStage{tier='two', recipe=1xtile.twilightforest.KnightmetalBlock@0:[net.minecraftforge.oredict.OreIngredient@199f0e94, net.minecraftforge.oredict.OreIngredient@199f0e94, net.minecraftforge.oredict.OreIngredient@199f0e94, net.minecraftforge.oredict.OreIngredient@199f0e94, net.minecraftforge.oredict.OreIngredient@199f0e94, net.minecraftforge.oredict.OreIngredient@199f0e94, net.minecraftforge.oredict.OreIngredient@199f0e94, net.minecraftforge.oredict.OreIngredient@199f0e94, net.minecraftforge.oredict.OreIngredient@199f0e94]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1029 twilightforest:nagastone_stairs_mossy_reverse RecipeStage{tier='two', recipe=3xtile.twilightforest.EtchedNagastone@0:[net.minecraft.item.crafting.Ingredient@49aefd77, net.minecraft.item.crafting.Ingredient@3c0b0b6f, net.minecraft.item.crafting.Ingredient@6fbc53dc, net.minecraft.item.crafting.Ingredient@5590c43f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1030 twilightforest:steeleaf_boots RecipeStage{tier='two', recipe=1xitem.twilightforest.steeleafBoots@0:[net.minecraftforge.oredict.OreIngredient@6f732acc, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6f732acc, net.minecraftforge.oredict.OreIngredient@6f732acc, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6f732acc]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1031 twilightforest:fiery_boots RecipeStage{tier='two', recipe=1xitem.twilightforest.fieryBoots@0:[net.minecraftforge.oredict.OreIngredient@2d87ef3a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2d87ef3a, net.minecraftforge.oredict.OreIngredient@2d87ef3a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2d87ef3a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1032 twilightforest:castleblock_stairs_worn RecipeStage{tier='two', recipe=8xtile.twilightforest.CastleStairsWorn@0:[net.minecraft.item.crafting.Ingredient@4533b725, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4533b725, net.minecraft.item.crafting.Ingredient@4533b725, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4533b725, net.minecraft.item.crafting.Ingredient@4533b725, net.minecraft.item.crafting.Ingredient@4533b725]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1033 twilightforest:ironwood_block RecipeStage{tier='two', recipe=1xtile.twilightforest.BlockOfStorage@0:[net.minecraftforge.oredict.OreIngredient@c8c4e74, net.minecraftforge.oredict.OreIngredient@c8c4e74, net.minecraftforge.oredict.OreIngredient@c8c4e74, net.minecraftforge.oredict.OreIngredient@c8c4e74, net.minecraftforge.oredict.OreIngredient@c8c4e74, net.minecraftforge.oredict.OreIngredient@c8c4e74, net.minecraftforge.oredict.OreIngredient@c8c4e74, net.minecraftforge.oredict.OreIngredient@c8c4e74, net.minecraftforge.oredict.OreIngredient@c8c4e74]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1034 twilightforest:naga_leggings RecipeStage{tier='two', recipe=1xitem.twilightforest.legsNaga@0:[net.minecraft.item.crafting.Ingredient@53ca75fe, net.minecraft.item.crafting.Ingredient@53ca75fe, net.minecraft.item.crafting.Ingredient@53ca75fe, net.minecraft.item.crafting.Ingredient@53ca75fe, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@53ca75fe, net.minecraft.item.crafting.Ingredient@53ca75fe, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@53ca75fe]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1035 twilightforest:nagastone_stairs_weathered_reverse RecipeStage{tier='two', recipe=3xtile.twilightforest.EtchedNagastone@0:[net.minecraft.item.crafting.Ingredient@4d105ff1, net.minecraft.item.crafting.Ingredient@1ccf00ca, net.minecraft.item.crafting.Ingredient@4f46be6a, net.minecraft.item.crafting.Ingredient@e2d796c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1036 twilightforest:nagastone_stairs_left_mossy RecipeStage{tier='two', recipe=8xtile.twilightforest.NagastoneStairsMossy@0:[net.minecraft.item.crafting.Ingredient@2baa1e32, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2baa1e32, net.minecraft.item.crafting.Ingredient@2baa1e32, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2baa1e32, net.minecraft.item.crafting.Ingredient@2baa1e32, net.minecraft.item.crafting.Ingredient@2baa1e32]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1037 twilightforest:knightmetal_helmet RecipeStage{tier='two', recipe=1xitem.twilightforest.knightlyHelm@0:[net.minecraftforge.oredict.OreIngredient@199f0e94, net.minecraftforge.oredict.OreIngredient@199f0e94, net.minecraftforge.oredict.OreIngredient@199f0e94, net.minecraftforge.oredict.OreIngredient@199f0e94, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@199f0e94]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1038 twilightforest:fire_jet_6 RecipeStage{tier='two', recipe=1xtile.twilightforest.FireJet@6:[net.minecraft.item.crafting.Ingredient@a1a5b47, net.minecraftforge.oredict.OreIngredient@3d4766b4, net.minecraft.item.crafting.Ingredient@a1a5b47, net.minecraftforge.oredict.OreIngredient@3d4766b4, net.minecraft.item.crafting.Ingredient@6ee1a0d7, net.minecraftforge.oredict.OreIngredient@3d4766b4, net.minecraft.item.crafting.Ingredient@1082e56c, net.minecraft.item.crafting.Ingredient@1082e56c, net.minecraft.item.crafting.Ingredient@1082e56c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1039 twilightforest:castleblock_stairs_cracked RecipeStage{tier='two', recipe=8xtile.twilightforest.CastleStairsCracked@0:[net.minecraft.item.crafting.Ingredient@7f65ee42, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7f65ee42, net.minecraft.item.crafting.Ingredient@7f65ee42, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7f65ee42, net.minecraft.item.crafting.Ingredient@7f65ee42, net.minecraft.item.crafting.Ingredient@7f65ee42]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1040 twilightforest:arctic_block RecipeStage{tier='two', recipe=1xtile.twilightforest.BlockOfStorage@3:[net.minecraftforge.oredict.OreIngredient@4c8db391, net.minecraftforge.oredict.OreIngredient@4c8db391, net.minecraftforge.oredict.OreIngredient@4c8db391, net.minecraftforge.oredict.OreIngredient@4c8db391, net.minecraftforge.oredict.OreIngredient@4c8db391, net.minecraftforge.oredict.OreIngredient@4c8db391, net.minecraftforge.oredict.OreIngredient@4c8db391, net.minecraftforge.oredict.OreIngredient@4c8db391, net.minecraftforge.oredict.OreIngredient@4c8db391]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1041 twilightforest:castleblock_stairs_mossy RecipeStage{tier='two', recipe=8xtile.twilightforest.CastleStairsMossy@0:[net.minecraft.item.crafting.Ingredient@48f64472, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@48f64472, net.minecraft.item.crafting.Ingredient@48f64472, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@48f64472, net.minecraft.item.crafting.Ingredient@48f64472, net.minecraft.item.crafting.Ingredient@48f64472]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1042 twilightforest:arctic_block_to_item RecipeStage{tier='two', recipe=9xitem.twilightforest.arcticFur@0:[net.minecraft.item.crafting.Ingredient@2e76e631]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1043 twilightforest:castle_pillar_bold_none RecipeStage{tier='two', recipe=4xtile.twilightforest.CastlePillar@3:[net.minecraft.item.crafting.Ingredient@238bf5a4, net.minecraft.item.crafting.Ingredient@238bf5a4, net.minecraft.item.crafting.Ingredient@238bf5a4, net.minecraft.item.crafting.Ingredient@238bf5a4]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1044 twilightforest:castle_paver RecipeStage{tier='two', recipe=4xtile.twilightforest.CastleBrick@5:[net.minecraft.item.crafting.Ingredient@7a0d9380, net.minecraft.item.crafting.Ingredient@7a0d9380, net.minecraft.item.crafting.Ingredient@7a0d9380, net.minecraft.item.crafting.Ingredient@7a0d9380]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1047 twilightforest:nagastone_stairs_left RecipeStage{tier='two', recipe=8xtile.twilightforest.NagastoneStairs@0:[net.minecraft.item.crafting.Ingredient@54a93837, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@54a93837, net.minecraft.item.crafting.Ingredient@54a93837, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@54a93837, net.minecraft.item.crafting.Ingredient@54a93837, net.minecraft.item.crafting.Ingredient@54a93837]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1049 twilightforest:ironwood_sword RecipeStage{tier='two', recipe=1xitem.twilightforest.ironwoodSword@0:[net.minecraftforge.oredict.OreIngredient@c8c4e74, net.minecraftforge.oredict.OreIngredient@c8c4e74, net.minecraftforge.oredict.OreIngredient@2f61a9c1]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1050 twilightforest:fiery_leggings RecipeStage{tier='two', recipe=1xitem.twilightforest.fieryLegs@0:[net.minecraftforge.oredict.OreIngredient@2d87ef3a, net.minecraftforge.oredict.OreIngredient@2d87ef3a, net.minecraftforge.oredict.OreIngredient@2d87ef3a, net.minecraftforge.oredict.OreIngredient@2d87ef3a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2d87ef3a, net.minecraftforge.oredict.OreIngredient@2d87ef3a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2d87ef3a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1051 twilightforest:steeleaf_leggings RecipeStage{tier='two', recipe=1xitem.twilightforest.steeleafLegs@0:[net.minecraftforge.oredict.OreIngredient@6f732acc, net.minecraftforge.oredict.OreIngredient@6f732acc, net.minecraftforge.oredict.OreIngredient@6f732acc, net.minecraftforge.oredict.OreIngredient@6f732acc, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6f732acc, net.minecraftforge.oredict.OreIngredient@6f732acc, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6f732acc]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1052 twilightforest:zombie_scepter RecipeStage{tier='two', recipe=1xitem.twilightforest.scepterZombie@0:[net.minecraft.item.crafting.Ingredient@3a5f8f49, net.minecraft.item.crafting.Ingredient@2e33770d, net.minecraftforge.common.crafting.CompoundIngredient@53664f93]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1053 twilightforest:knightmetal_pickaxe RecipeStage{tier='two', recipe=1xitem.twilightforest.knightlyPick@0:[net.minecraftforge.oredict.OreIngredient@199f0e94, net.minecraftforge.oredict.OreIngredient@199f0e94, net.minecraftforge.oredict.OreIngredient@199f0e94, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2f61a9c1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2f61a9c1, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1054 twilightforest:steeleaf_axe RecipeStage{tier='two', recipe=1xitem.twilightforest.steeleafAxe@0:[net.minecraftforge.oredict.OreIngredient@6f732acc, net.minecraftforge.oredict.OreIngredient@6f732acc, net.minecraftforge.oredict.OreIngredient@6f732acc, net.minecraftforge.oredict.OreIngredient@2f61a9c1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2f61a9c1]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1055 twilightforest:fire_jet_1 RecipeStage{tier='two', recipe=1xtile.twilightforest.FireJet@1:[net.minecraft.item.crafting.Ingredient@5b91c24e, net.minecraftforge.oredict.OreIngredient@3d4766b4, net.minecraft.item.crafting.Ingredient@5b91c24e, net.minecraftforge.oredict.OreIngredient@3d4766b4, net.minecraft.item.crafting.Ingredient@250e273c, net.minecraftforge.oredict.OreIngredient@3d4766b4, net.minecraft.item.crafting.Ingredient@5b91c24e, net.minecraftforge.oredict.OreIngredient@3d4766b4, net.minecraft.item.crafting.Ingredient@5b91c24e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1056 twilightforest:knightmetal_ingot RecipeStage{tier='two', recipe=9xitem.twilightforest.knightMetal@0:[net.minecraft.item.crafting.Ingredient@7aea46a9]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1058 twilightforest:castleblock_stairs_brick RecipeStage{tier='two', recipe=8xtile.twilightforest.CastleStairsBrick@0:[net.minecraft.item.crafting.Ingredient@16220368, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@16220368, net.minecraft.item.crafting.Ingredient@16220368, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@16220368, net.minecraft.item.crafting.Ingredient@16220368, net.minecraft.item.crafting.Ingredient@16220368]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1059 twilightforest:castleblock_stairs_worn_reverse RecipeStage{tier='two', recipe=3xtile.twilightforest.CastleBrick@1:[net.minecraft.item.crafting.Ingredient@42504ebf, net.minecraft.item.crafting.Ingredient@5954af97, net.minecraft.item.crafting.Ingredient@69fc827b, net.minecraft.item.crafting.Ingredient@544e64b9]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1060 twilightforest:knightmetal_boots RecipeStage{tier='two', recipe=1xitem.twilightforest.knightlyBoots@0:[net.minecraftforge.oredict.OreIngredient@199f0e94, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@199f0e94, net.minecraftforge.oredict.OreIngredient@199f0e94, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@199f0e94]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1062 twilightforest:knightmetal_leggings RecipeStage{tier='two', recipe=1xitem.twilightforest.knightlyLegs@0:[net.minecraftforge.oredict.OreIngredient@199f0e94, net.minecraftforge.oredict.OreIngredient@199f0e94, net.minecraftforge.oredict.OreIngredient@199f0e94, net.minecraftforge.oredict.OreIngredient@199f0e94, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@199f0e94, net.minecraftforge.oredict.OreIngredient@199f0e94, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@199f0e94]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1063 twilightforest:castle_pillar_bold RecipeStage{tier='two', recipe=4xtile.twilightforest.CastlePillar@2:[net.minecraft.item.crafting.Ingredient@6c239671, net.minecraft.item.crafting.Ingredient@6c239671, net.minecraft.item.crafting.Ingredient@6c239671, net.minecraft.item.crafting.Ingredient@6c239671]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1064 twilightforest:maze_map_empty RecipeStage{tier='two', recipe=1xitem.twilightforest.emptyMazeMap@0:[net.minecraftforge.oredict.OreIngredient@3d8d7f75, net.minecraftforge.oredict.OreIngredient@3d8d7f75, net.minecraftforge.oredict.OreIngredient@3d8d7f75, net.minecraftforge.oredict.OreIngredient@3d8d7f75, net.minecraft.item.crafting.Ingredient@ad74ccc, net.minecraftforge.oredict.OreIngredient@3d8d7f75, net.minecraftforge.oredict.OreIngredient@3d8d7f75, net.minecraftforge.oredict.OreIngredient@3d8d7f75, net.minecraftforge.oredict.OreIngredient@3d8d7f75]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1065 twilightforest:ironwood_shovel RecipeStage{tier='two', recipe=1xitem.twilightforest.ironwoodShovel@0:[net.minecraftforge.oredict.OreIngredient@c8c4e74, net.minecraftforge.oredict.OreIngredient@2f61a9c1, net.minecraftforge.oredict.OreIngredient@2f61a9c1]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1066 tconstruct:world/slime_grass_blue RecipeStage{tier='three', recipe=1xtile.tconstruct.slime_grass@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@78276e98, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@78276e98, net.minecraft.item.crafting.Ingredient@2e56a322, net.minecraft.item.crafting.Ingredient@78276e98, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@78276e98, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1067 tconstruct:world/slime_grass_purple RecipeStage{tier='three', recipe=1xtile.tconstruct.slime_grass@5:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@27464c86, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@27464c86, net.minecraft.item.crafting.Ingredient@154bc93b, net.minecraft.item.crafting.Ingredient@27464c86, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@27464c86, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1068 tconstruct:world/slime_grass_magma RecipeStage{tier='three', recipe=1xtile.tconstruct.slime_grass@10:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7af8cbb1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7af8cbb1, net.minecraft.item.crafting.Ingredient@45f99616, net.minecraft.item.crafting.Ingredient@7af8cbb1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7af8cbb1, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1069 tconstruct:gadgets/punji_sticks RecipeStage{tier='zero', recipe=3xtile.tconstruct.punji@0:[net.minecraft.item.crafting.Ingredient@4c694c77, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4c694c77, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4c694c77, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4c694c77, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4c694c77]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1070 tconstruct:gadgets/dried/dried_clay_slab RecipeStage{tier='zero', recipe=6xtile.tconstruct.dried_clay_slab@0:[net.minecraft.item.crafting.Ingredient@6427b0c8, net.minecraft.item.crafting.Ingredient@6427b0c8, net.minecraft.item.crafting.Ingredient@6427b0c8]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1071 tconstruct:gadgets/dried/dried_bricks RecipeStage{tier='one', recipe=1xtile.tconstruct.dried_clay@1:[net.minecraft.item.crafting.Ingredient@27b87861, net.minecraft.item.crafting.Ingredient@27b87861, net.minecraft.item.crafting.Ingredient@27b87861, net.minecraft.item.crafting.Ingredient@27b87861]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1072 tconstruct:gadgets/dried/dried_bricks_slab RecipeStage{tier='one', recipe=6xtile.tconstruct.dried_clay_slab@1:[net.minecraft.item.crafting.Ingredient@2fa60ce8, net.minecraft.item.crafting.Ingredient@2fa60ce8, net.minecraft.item.crafting.Ingredient@2fa60ce8]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1073 tconstruct:gadgets/dried/dried_clay_stairs RecipeStage{tier='one', recipe=4xtile.tconstruct.dried_clay_stairs@0:[net.minecraft.item.crafting.Ingredient@57a577b5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@57a577b5, net.minecraft.item.crafting.Ingredient@57a577b5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@57a577b5, net.minecraft.item.crafting.Ingredient@57a577b5, net.minecraft.item.crafting.Ingredient@57a577b5]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1074 tconstruct:gadgets/dried/dried_bricks_stairs RecipeStage{tier='one', recipe=4xtile.tconstruct.dried_brick_stairs@0:[net.minecraft.item.crafting.Ingredient@341b657d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@341b657d, net.minecraft.item.crafting.Ingredient@341b657d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@341b657d, net.minecraft.item.crafting.Ingredient@341b657d, net.minecraft.item.crafting.Ingredient@341b657d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1075 tconstruct:gadgets/dried/dried_bricks_slab_simple RecipeStage{tier='one', recipe=1xtile.tconstruct.dried_clay_slab@1:[net.minecraft.item.crafting.Ingredient@68f2cf95, net.minecraft.item.crafting.Ingredient@68f2cf95]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1076 tconstruct:gadgets/brownstone/stairs/creeper_stairs RecipeStage{tier='three', recipe=4xtile.tconstruct.brownstone_stairs_creeper@0:[net.minecraft.item.crafting.Ingredient@10c760b7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@10c760b7, net.minecraft.item.crafting.Ingredient@10c760b7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@10c760b7, net.minecraft.item.crafting.Ingredient@10c760b7, net.minecraft.item.crafting.Ingredient@10c760b7]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1077 tconstruct:gadgets/brownstone/stairs/bricks_stairs RecipeStage{tier='one', recipe=4xtile.tconstruct.brownstone_stairs_brick@0:[net.minecraft.item.crafting.Ingredient@2d66f756, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2d66f756, net.minecraft.item.crafting.Ingredient@2d66f756, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2d66f756, net.minecraft.item.crafting.Ingredient@2d66f756, net.minecraft.item.crafting.Ingredient@2d66f756]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1078 tconstruct:gadgets/brownstone/stairs/square_bricks_stairs RecipeStage{tier='one', recipe=4xtile.tconstruct.brownstone_stairs_brick_square@0:[net.minecraft.item.crafting.Ingredient@3db28ce, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3db28ce, net.minecraft.item.crafting.Ingredient@3db28ce, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3db28ce, net.minecraft.item.crafting.Ingredient@3db28ce, net.minecraft.item.crafting.Ingredient@3db28ce]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1079 tconstruct:gadgets/brownstone/stairs/rough_stairs RecipeStage{tier='three', recipe=4xtile.tconstruct.brownstone_stairs_rough@0:[net.minecraft.item.crafting.Ingredient@7ae7ec74, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7ae7ec74, net.minecraft.item.crafting.Ingredient@7ae7ec74, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7ae7ec74, net.minecraft.item.crafting.Ingredient@7ae7ec74, net.minecraft.item.crafting.Ingredient@7ae7ec74]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1080 tconstruct:gadgets/brownstone/stairs/road_stairs RecipeStage{tier='three', recipe=4xtile.tconstruct.brownstone_stairs_road@0:[net.minecraft.item.crafting.Ingredient@2c073be5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2c073be5, net.minecraft.item.crafting.Ingredient@2c073be5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2c073be5, net.minecraft.item.crafting.Ingredient@2c073be5, net.minecraft.item.crafting.Ingredient@2c073be5]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1081 tconstruct:gadgets/brownstone/stairs/small_bricks_stairs RecipeStage{tier='one', recipe=4xtile.tconstruct.brownstone_stairs_brick_small@0:[net.minecraft.item.crafting.Ingredient@5a598be0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5a598be0, net.minecraft.item.crafting.Ingredient@5a598be0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5a598be0, net.minecraft.item.crafting.Ingredient@5a598be0, net.minecraft.item.crafting.Ingredient@5a598be0]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1082 tconstruct:gadgets/brownstone/stairs/tile_stairs RecipeStage{tier='three', recipe=4xtile.tconstruct.brownstone_stairs_tile@0:[net.minecraft.item.crafting.Ingredient@67e75c2b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@67e75c2b, net.minecraft.item.crafting.Ingredient@67e75c2b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@67e75c2b, net.minecraft.item.crafting.Ingredient@67e75c2b, net.minecraft.item.crafting.Ingredient@67e75c2b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1083 tconstruct:gadgets/brownstone/stairs/cracked_bricks_stairs RecipeStage{tier='one', recipe=4xtile.tconstruct.brownstone_stairs_brick_cracked@0:[net.minecraft.item.crafting.Ingredient@1ab09578, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1ab09578, net.minecraft.item.crafting.Ingredient@1ab09578, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1ab09578, net.minecraft.item.crafting.Ingredient@1ab09578, net.minecraft.item.crafting.Ingredient@1ab09578]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1084 tconstruct:gadgets/brownstone/stairs/paver_stairs RecipeStage{tier='three', recipe=4xtile.tconstruct.brownstone_stairs_paver@0:[net.minecraft.item.crafting.Ingredient@41b405b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@41b405b, net.minecraft.item.crafting.Ingredient@41b405b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@41b405b, net.minecraft.item.crafting.Ingredient@41b405b, net.minecraft.item.crafting.Ingredient@41b405b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1085 tconstruct:gadgets/brownstone/stairs/smooth_stairs RecipeStage{tier='three', recipe=4xtile.tconstruct.brownstone_stairs_smooth@0:[net.minecraft.item.crafting.Ingredient@2d4f1eac, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2d4f1eac, net.minecraft.item.crafting.Ingredient@2d4f1eac, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2d4f1eac, net.minecraft.item.crafting.Ingredient@2d4f1eac, net.minecraft.item.crafting.Ingredient@2d4f1eac]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1086 tconstruct:gadgets/brownstone/stairs/triangle_bricks_stairs RecipeStage{tier='one', recipe=4xtile.tconstruct.brownstone_stairs_brick_triangle@0:[net.minecraft.item.crafting.Ingredient@bdbd717, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@bdbd717, net.minecraft.item.crafting.Ingredient@bdbd717, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@bdbd717, net.minecraft.item.crafting.Ingredient@bdbd717, net.minecraft.item.crafting.Ingredient@bdbd717]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1087 tconstruct:gadgets/brownstone/stairs/fancy_bricks_stairs RecipeStage{tier='one', recipe=4xtile.tconstruct.brownstone_stairs_brick_fancy@0:[net.minecraft.item.crafting.Ingredient@2e94a90a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2e94a90a, net.minecraft.item.crafting.Ingredient@2e94a90a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2e94a90a, net.minecraft.item.crafting.Ingredient@2e94a90a, net.minecraft.item.crafting.Ingredient@2e94a90a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1088 tconstruct:gadgets/brownstone/slab/cracked_bricks_slab RecipeStage{tier='one', recipe=6xtile.tconstruct.brownstone_slab@4:[net.minecraft.item.crafting.Ingredient@249a510d, net.minecraft.item.crafting.Ingredient@249a510d, net.minecraft.item.crafting.Ingredient@249a510d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1089 tconstruct:gadgets/brownstone/slab/fancy_bricks_slab RecipeStage{tier='one', recipe=6xtile.tconstruct.brownstone_slab@5:[net.minecraft.item.crafting.Ingredient@54bfd3b, net.minecraft.item.crafting.Ingredient@54bfd3b, net.minecraft.item.crafting.Ingredient@54bfd3b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1090 tconstruct:gadgets/brownstone/slab/tile_slab RecipeStage{tier='three', recipe=6xtile.tconstruct.brownstone_slab2@3:[net.minecraft.item.crafting.Ingredient@11f3dbf9, net.minecraft.item.crafting.Ingredient@11f3dbf9, net.minecraft.item.crafting.Ingredient@11f3dbf9]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1091 tconstruct:gadgets/brownstone/slab/smooth_slab RecipeStage{tier='three', recipe=6xtile.tconstruct.brownstone_slab@0:[net.minecraft.item.crafting.Ingredient@2582d33b, net.minecraft.item.crafting.Ingredient@2582d33b, net.minecraft.item.crafting.Ingredient@2582d33b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1092 tconstruct:gadgets/brownstone/slab/creeper_slab RecipeStage{tier='three', recipe=6xtile.tconstruct.brownstone_slab2@0:[net.minecraft.item.crafting.Ingredient@227d50f0, net.minecraft.item.crafting.Ingredient@227d50f0, net.minecraft.item.crafting.Ingredient@227d50f0]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1093 tconstruct:gadgets/brownstone/slab/small_bricks_slab RecipeStage{tier='one', recipe=6xtile.tconstruct.brownstone_slab2@2:[net.minecraft.item.crafting.Ingredient@5ca0f905, net.minecraft.item.crafting.Ingredient@5ca0f905, net.minecraft.item.crafting.Ingredient@5ca0f905]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1094 tconstruct:gadgets/brownstone/slab/paver_slab RecipeStage{tier='three', recipe=6xtile.tconstruct.brownstone_slab@2:[net.minecraft.item.crafting.Ingredient@40dde4f3, net.minecraft.item.crafting.Ingredient@40dde4f3, net.minecraft.item.crafting.Ingredient@40dde4f3]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1095 tconstruct:gadgets/brownstone/slab/bricks_slab RecipeStage{tier='one', recipe=6xtile.tconstruct.brownstone_slab@3:[net.minecraft.item.crafting.Ingredient@3fc2c3e4, net.minecraft.item.crafting.Ingredient@3fc2c3e4, net.minecraft.item.crafting.Ingredient@3fc2c3e4]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1096 tconstruct:gadgets/brownstone/slab/square_bricks_slab RecipeStage{tier='one', recipe=6xtile.tconstruct.brownstone_slab@6:[net.minecraft.item.crafting.Ingredient@6ebb9b09, net.minecraft.item.crafting.Ingredient@6ebb9b09, net.minecraft.item.crafting.Ingredient@6ebb9b09]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1097 tconstruct:gadgets/brownstone/slab/triangle_bricks_slab RecipeStage{tier='one', recipe=6xtile.tconstruct.brownstone_slab2@1:[net.minecraft.item.crafting.Ingredient@62099cbe, net.minecraft.item.crafting.Ingredient@62099cbe, net.minecraft.item.crafting.Ingredient@62099cbe]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1098 tconstruct:gadgets/brownstone/slab/rough_slab RecipeStage{tier='three', recipe=6xtile.tconstruct.brownstone_slab@1:[net.minecraft.item.crafting.Ingredient@5419e671, net.minecraft.item.crafting.Ingredient@5419e671, net.minecraft.item.crafting.Ingredient@5419e671]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1099 tconstruct:gadgets/brownstone/slab/road_slab RecipeStage{tier='three', recipe=6xtile.tconstruct.brownstone_slab@7:[net.minecraft.item.crafting.Ingredient@407b3ad2, net.minecraft.item.crafting.Ingredient@407b3ad2, net.minecraft.item.crafting.Ingredient@407b3ad2]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1100 tconstruct:gadgets/brownstone/block/rough_bricks RecipeStage{tier='three', recipe=3xtile.tconstruct.brownstone@1:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@34984ebd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4ee7becd, net.minecraftforge.oredict.OreIngredient@34984ebd, net.minecraftforge.oredict.OreIngredient@4ee7becd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@34984ebd, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1101 tconstruct:gadgets/brownstone/block/bricks RecipeStage{tier='one', recipe=1xtile.tconstruct.brownstone@3:[net.minecraft.item.crafting.Ingredient@4a222dfc]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1102 tconstruct:gadgets/brownstone/block/paver_default RecipeStage{tier='three', recipe=1xtile.tconstruct.brownstone@2:[net.minecraft.item.crafting.Ingredient@6fd5bb9b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1103 tconstruct:gadgets/slimeboots/slime_boots_blood RecipeStage{tier='one', recipe=1xitem.tconstruct.slime_boots@3:[net.minecraftforge.oredict.OreIngredient@427cde0a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@427cde0a, net.minecraft.item.crafting.Ingredient@6e4751a4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6e4751a4]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1104 tconstruct:gadgets/slimeboots/slime_boots_magma RecipeStage{tier='three', recipe=1xitem.tconstruct.slime_boots@4:[net.minecraftforge.oredict.OreIngredient@1f3546f6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1f3546f6, net.minecraft.item.crafting.Ingredient@4cb31090, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4cb31090]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1105 tconstruct:gadgets/slimeboots/slime_boots RecipeStage{tier='one', recipe=1xitem.tconstruct.slime_boots@0:[net.minecraftforge.oredict.OreIngredient@49d02768, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@49d02768, net.minecraft.item.crafting.Ingredient@387eb1dd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@387eb1dd]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1106 tconstruct:gadgets/slimeboots/slime_boots_purple RecipeStage{tier='three', recipe=1xitem.tconstruct.slime_boots@2:[net.minecraftforge.oredict.OreIngredient@375552d0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@375552d0, net.minecraft.item.crafting.Ingredient@3d8cc172, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3d8cc172]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1107 tconstruct:gadgets/slimeboots/slime_boots_blue RecipeStage{tier='three', recipe=1xitem.tconstruct.slime_boots@1:[net.minecraftforge.oredict.OreIngredient@2fabc32e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2fabc32e, net.minecraft.item.crafting.Ingredient@188cff78, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@188cff78]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1110 tconstruct:gadgets/rail/wood_rail_trapdoor RecipeStage{tier='three', recipe=4xtile.tconstruct.wood_rail_trapdoor@0:[net.minecraftforge.oredict.OreIngredient@2cf02f72, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2cf02f72, net.minecraftforge.oredict.OreIngredient@2cf02f72, net.minecraftforge.oredict.OreIngredient@2f2bb548, net.minecraftforge.oredict.OreIngredient@2cf02f72, net.minecraftforge.oredict.OreIngredient@2cf02f72, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2cf02f72]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1111 tconstruct:gadgets/stone/stone_ladder RecipeStage{tier='zero', recipe=3xtile.tconstruct.stone_ladder@0:[net.minecraftforge.oredict.OreIngredient@173e7f9a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@173e7f9a, net.minecraftforge.oredict.OreIngredient@173e7f9a, net.minecraftforge.oredict.OreIngredient@173e7f9a, net.minecraftforge.oredict.OreIngredient@173e7f9a, net.minecraftforge.oredict.OreIngredient@173e7f9a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@173e7f9a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1113 tconstruct:gadgets/stone/jack_o_latern RecipeStage{tier='one', recipe=1xtile.litpumpkin@0:[net.minecraft.item.crafting.Ingredient@551418ba, net.minecraft.item.crafting.Ingredient@1c492d65]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1115 tconstruct:gadgets/slimesling_fallback RecipeStage{tier='two', recipe=1xitem.tconstruct.slimesling@0:[net.minecraft.item.crafting.Ingredient@58d0dec5, net.minecraftforge.oredict.OreIngredient@69e69b0e, net.minecraft.item.crafting.Ingredient@58d0dec5, net.minecraftforge.oredict.OreIngredient@251d4511, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@251d4511, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@251d4511, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1122 tconstruct:gadgets/frames/golden_fancy_item_frame RecipeStage{tier='two', recipe=1xitem.tconstruct.fancy_frame@5:[net.minecraftforge.oredict.OreIngredient@71fc78f0, net.minecraftforge.oredict.OreIngredient@71fc78f0, net.minecraftforge.oredict.OreIngredient@71fc78f0, net.minecraftforge.oredict.OreIngredient@71fc78f0, net.minecraft.item.crafting.Ingredient@2ef5ab33, net.minecraftforge.oredict.OreIngredient@71fc78f0, net.minecraftforge.oredict.OreIngredient@71fc78f0, net.minecraftforge.oredict.OreIngredient@71fc78f0, net.minecraftforge.oredict.OreIngredient@71fc78f0]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1123 tconstruct:gadgets/frames/clear_fancy_item_frame RecipeStage{tier='two', recipe=1xitem.tconstruct.fancy_frame@6:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1ab4034a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1ab4034a, net.minecraftforge.oredict.OreIngredient@1c2774c8, net.minecraftforge.oredict.OreIngredient@1ab4034a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1ab4034a, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1124 tconstruct:gadgets/frames/cobalt_fancy_item_frame RecipeStage{tier='four', recipe=1xitem.tconstruct.fancy_frame@2:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2767eda8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2767eda8, net.minecraft.item.crafting.Ingredient@74f48759, net.minecraftforge.oredict.OreIngredient@2767eda8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2767eda8, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1125 tconstruct:gadgets/frames/manyullyn_fancy_item_frame RecipeStage{tier='four', recipe=1xitem.tconstruct.fancy_frame@4:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7968ff91, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7968ff91, net.minecraft.item.crafting.Ingredient@200b7564, net.minecraftforge.oredict.OreIngredient@7968ff91, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7968ff91, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1126 tconstruct:gadgets/frames/jewel_fancy_item_frame RecipeStage{tier='two', recipe=1xitem.tconstruct.fancy_frame@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@686c0452, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@686c0452, net.minecraft.item.crafting.Ingredient@3f4a9b13, net.minecraftforge.oredict.OreIngredient@686c0452, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@686c0452, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1127 tconstruct:gadgets/frames/ardite_fancy_item_frame RecipeStage{tier='four', recipe=1xitem.tconstruct.fancy_frame@3:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@35048f68, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@35048f68, net.minecraft.item.crafting.Ingredient@e7282b1, net.minecraftforge.oredict.OreIngredient@35048f68, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@35048f68, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1128 tconstruct:gadgets/frames/alubrass_fancy_item_frame RecipeStage{tier='three', recipe=1xitem.tconstruct.fancy_frame@1:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3b9952da, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3b9952da, net.minecraft.item.crafting.Ingredient@5e113815, net.minecraftforge.oredict.OreIngredient@3b9952da, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3b9952da, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1129 tconstruct:gadgets/table/item/rack RecipeStage{tier='zero', recipe=1xtile.tconstruct.rack@0:[net.minecraftforge.oredict.OreIngredient@1c563bd7, net.minecraftforge.oredict.OreIngredient@1c563bd7]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1130 tconstruct:gadgets/table/item/rack_lavawood net.minecraft.item.crafting.ShapedRecipes@5005c07d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1131 tconstruct:gadgets/table/drying/rack RecipeStage{tier='zero', recipe=1xtile.tconstruct.rack@1:[net.minecraftforge.oredict.OreIngredient@50883d4f, net.minecraftforge.oredict.OreIngredient@50883d4f, net.minecraftforge.oredict.OreIngredient@50883d4f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1132 tconstruct:gadgets/table/drying/rack_lavawood net.minecraft.item.crafting.ShapedRecipes@79aa998f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1133 tconstruct:gadgets/throwball/glowball RecipeStage{tier='three', recipe=8xitem.tconstruct.throwball@0:[net.minecraft.item.crafting.Ingredient@4daa2709, net.minecraft.item.crafting.Ingredient@4daa2709, net.minecraft.item.crafting.Ingredient@4daa2709, net.minecraft.item.crafting.Ingredient@4daa2709, net.minecraftforge.oredict.OreIngredient@60e1a9d2, net.minecraft.item.crafting.Ingredient@4daa2709, net.minecraft.item.crafting.Ingredient@4daa2709, net.minecraft.item.crafting.Ingredient@4daa2709, net.minecraft.item.crafting.Ingredient@4daa2709]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1135 tconstruct:gadgets/slime_boots_fallback RecipeStage{tier='one', recipe=1xitem.tconstruct.slime_boots@0:[net.minecraftforge.oredict.OreIngredient@58c0f636, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@58c0f636, net.minecraftforge.oredict.OreIngredient@219f622f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@219f622f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1136 tconstruct:common/firewood/lavawood_stairs RecipeStage{tier='three', recipe=4xtile.tconstruct.lavawood_stairs@0:[net.minecraft.item.crafting.Ingredient@3bca4ad8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3bca4ad8, net.minecraft.item.crafting.Ingredient@3bca4ad8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3bca4ad8, net.minecraft.item.crafting.Ingredient@3bca4ad8, net.minecraft.item.crafting.Ingredient@3bca4ad8]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1139 tconstruct:common/firewood/firewood_stairs RecipeStage{tier='three', recipe=4xtile.tconstruct.firewood_stairs@0:[net.minecraft.item.crafting.Ingredient@1b619b20, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1b619b20, net.minecraft.item.crafting.Ingredient@1b619b20, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1b619b20, net.minecraft.item.crafting.Ingredient@1b619b20, net.minecraft.item.crafting.Ingredient@1b619b20]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1140 tconstruct:common/firewood/firewood RecipeStage{tier='three', recipe=1xtile.tconstruct.firewood@1:[net.minecraft.item.crafting.Ingredient@73d7a0a0, net.minecraft.item.crafting.Ingredient@186b2483, net.minecraft.item.crafting.Ingredient@215173cf]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1142 tconstruct:common/soil/mud_bricks_block RecipeStage{tier='one', recipe=1xtile.tconstruct.deco_ground@0:[net.minecraft.item.crafting.Ingredient@5779f269, net.minecraft.item.crafting.Ingredient@5779f269, net.minecraft.item.crafting.Ingredient@5779f269, net.minecraft.item.crafting.Ingredient@5779f269]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1143 tconstruct:common/soil/mud_bricks_slab RecipeStage{tier='one', recipe=1xtile.tconstruct.deco_ground_slab@0:[net.minecraft.item.crafting.Ingredient@18745592, net.minecraft.item.crafting.Ingredient@18745592]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1144 tconstruct:common/soil/mud_bricks_stairs RecipeStage{tier='one', recipe=4xtile.tconstruct.mudbrick_stairs@0:[net.minecraft.item.crafting.Ingredient@6f3cb8b7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6f3cb8b7, net.minecraft.item.crafting.Ingredient@6f3cb8b7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6f3cb8b7, net.minecraft.item.crafting.Ingredient@6f3cb8b7, net.minecraft.item.crafting.Ingredient@6f3cb8b7]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1145 tconstruct:common/soil/graveyard_soil RecipeStage{tier='zero', recipe=1xtile.tconstruct.soil@3:[net.minecraft.item.crafting.Ingredient@491e1027, net.minecraft.item.crafting.Ingredient@23b65a35, net.minecraft.item.crafting.Ingredient@9808c31]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1146 tconstruct:common/soil/mud_bricks_slab_bricks RecipeStage{tier='one', recipe=6xtile.tconstruct.deco_ground_slab@0:[net.minecraft.item.crafting.Ingredient@f2b79f, net.minecraft.item.crafting.Ingredient@f2b79f, net.minecraft.item.crafting.Ingredient@f2b79f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1148 tconstruct:common/slime/magma/magma_congealed_slime_block RecipeStage{tier='three', recipe=1xtile.tconstruct.slime_congealed@4:[net.minecraft.item.crafting.Ingredient@3120890a, net.minecraft.item.crafting.Ingredient@3120890a, net.minecraft.item.crafting.Ingredient@3120890a, net.minecraft.item.crafting.Ingredient@3120890a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1149 tconstruct:common/slime/magma/magma_slime_block RecipeStage{tier='three', recipe=1xtile.tconstruct.slime@4:[net.minecraft.item.crafting.Ingredient@45243b5b, net.minecraft.item.crafting.Ingredient@344c5178, net.minecraft.item.crafting.Ingredient@20aad408, net.minecraft.item.crafting.Ingredient@1c4b3126, net.minecraft.item.crafting.Ingredient@78d13f17, net.minecraft.item.crafting.Ingredient@2ec076e4]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1151 tconstruct:common/slime/blue/blue_slime_block RecipeStage{tier='three', recipe=1xtile.tconstruct.slime@1:[net.minecraft.item.crafting.Ingredient@46435474, net.minecraft.item.crafting.Ingredient@45104c7, net.minecraft.item.crafting.Ingredient@1ba2359c, net.minecraft.item.crafting.Ingredient@44c96657, net.minecraft.item.crafting.Ingredient@18f57a4e, net.minecraft.item.crafting.Ingredient@140e22ab]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1154 tconstruct:common/slime/blue/blue_congealed_slime_block RecipeStage{tier='three', recipe=1xtile.tconstruct.slime_congealed@1:[net.minecraft.item.crafting.Ingredient@3521b66a, net.minecraft.item.crafting.Ingredient@3521b66a, net.minecraft.item.crafting.Ingredient@3521b66a, net.minecraft.item.crafting.Ingredient@3521b66a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1155 tconstruct:common/slime/blood/blood_slime_ball RecipeStage{tier='one', recipe=4xitem.tconstruct.edible@3:[net.minecraft.item.crafting.Ingredient@49588f2c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1156 tconstruct:common/slime/blood/blood_congealed_slime_block RecipeStage{tier='one', recipe=1xtile.tconstruct.slime_congealed@3:[net.minecraft.item.crafting.Ingredient@66906650, net.minecraft.item.crafting.Ingredient@66906650, net.minecraft.item.crafting.Ingredient@66906650, net.minecraft.item.crafting.Ingredient@66906650]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1157 tconstruct:common/slime/blood/blood_slime_ball_from_block RecipeStage{tier='one', recipe=9xitem.tconstruct.edible@3:[net.minecraft.item.crafting.Ingredient@44b3dbc1]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1158 tconstruct:common/slime/blood/blood_slime_block RecipeStage{tier='one', recipe=1xtile.tconstruct.slime@3:[net.minecraft.item.crafting.Ingredient@16399fc9, net.minecraft.item.crafting.Ingredient@72867064, net.minecraft.item.crafting.Ingredient@15a3d0ac, net.minecraft.item.crafting.Ingredient@28d276ba, net.minecraft.item.crafting.Ingredient@72cf73be, net.minecraft.item.crafting.Ingredient@338b28d3]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1159 tconstruct:common/slime/slime/green_slime_block RecipeStage{tier='zero', recipe=1xtile.tconstruct.slime@0:[net.minecraft.item.crafting.Ingredient@6086c3d3, net.minecraft.item.crafting.Ingredient@6de87435, net.minecraft.item.crafting.Ingredient@3db72870, net.minecraft.item.crafting.Ingredient@3a6e7e3d, net.minecraft.item.crafting.Ingredient@6c20aaf8, net.minecraft.item.crafting.Ingredient@42473295]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1160 tconstruct:common/slime/slime/slime_ball_from_block RecipeStage{tier='zero', recipe=9xitem.slimeball@0:[net.minecraft.item.crafting.Ingredient@1dd72ed6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1161 tconstruct:common/slime/slime/green_congealed_slime_block RecipeStage{tier='zero', recipe=1xtile.tconstruct.slime_congealed@0:[net.minecraft.item.crafting.Ingredient@5dcc555f, net.minecraft.item.crafting.Ingredient@5dcc555f, net.minecraft.item.crafting.Ingredient@5dcc555f, net.minecraft.item.crafting.Ingredient@5dcc555f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1162 tconstruct:common/slime/slime/green_slime_ball RecipeStage{tier='zero', recipe=4xitem.slimeball@0:[net.minecraft.item.crafting.Ingredient@23608957]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1163 tconstruct:common/slime/purple/purple_congealed_slime_block RecipeStage{tier='three', recipe=1xtile.tconstruct.slime_congealed@2:[net.minecraft.item.crafting.Ingredient@2f2c4566, net.minecraft.item.crafting.Ingredient@2f2c4566, net.minecraft.item.crafting.Ingredient@2f2c4566, net.minecraft.item.crafting.Ingredient@2f2c4566]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1166 tconstruct:common/slime/purple/purple_slime_block RecipeStage{tier='three', recipe=1xtile.tconstruct.slime@2:[net.minecraft.item.crafting.Ingredient@5e5abebd, net.minecraft.item.crafting.Ingredient@7ae99e34, net.minecraft.item.crafting.Ingredient@3625b447, net.minecraft.item.crafting.Ingredient@4b951c6, net.minecraft.item.crafting.Ingredient@f1db8ba, net.minecraft.item.crafting.Ingredient@39b38f53]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1183 tconstruct:common/metals/silkyjewel/silky_jewel_block RecipeStage{tier='three', recipe=1xtile.tconstruct.metal@6:[net.minecraft.item.crafting.Ingredient@21309b60, net.minecraft.item.crafting.Ingredient@21309b60, net.minecraft.item.crafting.Ingredient@21309b60, net.minecraft.item.crafting.Ingredient@21309b60, net.minecraft.item.crafting.Ingredient@21309b60, net.minecraft.item.crafting.Ingredient@21309b60, net.minecraft.item.crafting.Ingredient@21309b60, net.minecraft.item.crafting.Ingredient@21309b60, net.minecraft.item.crafting.Ingredient@21309b60]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1210 tconstruct:smeltery/faucet RecipeStage{tier='one', recipe=1xtile.tconstruct.faucet@0:[net.minecraft.item.crafting.Ingredient@450f6a09, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@450f6a09, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@450f6a09, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1211 tconstruct:smeltery/casting_basin RecipeStage{tier='zero', recipe=1xtile.tconstruct.casting@1:[net.minecraft.item.crafting.Ingredient@58717948, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@58717948, net.minecraft.item.crafting.Ingredient@58717948, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@58717948, net.minecraft.item.crafting.Ingredient@58717948, net.minecraft.item.crafting.Ingredient@58717948, net.minecraft.item.crafting.Ingredient@58717948]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1212 tconstruct:smeltery/seared/bricks/bricks_simple RecipeStage{tier='zero', recipe=1xtile.tconstruct.seared@3:[net.minecraft.item.crafting.Ingredient@456191ef, net.minecraft.item.crafting.Ingredient@456191ef, net.minecraft.item.crafting.Ingredient@456191ef, net.minecraft.item.crafting.Ingredient@456191ef]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1213 tconstruct:smeltery/seared/bricks/bricks RecipeStage{tier='zero', recipe=1xtile.tconstruct.seared@3:[net.minecraft.item.crafting.Ingredient@6d1af13a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1214 tconstruct:smeltery/seared/bricks/paver_bricks_default RecipeStage{tier='one', recipe=1xtile.tconstruct.seared@2:[net.minecraft.item.crafting.Ingredient@2ebc6b78]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1215 tconstruct:smeltery/seared/tank RecipeStage{tier='two', recipe=1xtile.tconstruct.seared_tank@0:[net.minecraft.item.crafting.Ingredient@672bb627, net.minecraft.item.crafting.Ingredient@672bb627, net.minecraft.item.crafting.Ingredient@672bb627, net.minecraft.item.crafting.Ingredient@672bb627, net.minecraftforge.oredict.OreIngredient@2ba05754, net.minecraft.item.crafting.Ingredient@672bb627, net.minecraft.item.crafting.Ingredient@672bb627, net.minecraft.item.crafting.Ingredient@672bb627, net.minecraft.item.crafting.Ingredient@672bb627]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1216 tconstruct:smeltery/seared/stairs/creeper_stairs RecipeStage{tier='two', recipe=4xtile.tconstruct.seared_stairs_creeper@0:[net.minecraft.item.crafting.Ingredient@d92eb87, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@d92eb87, net.minecraft.item.crafting.Ingredient@d92eb87, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@d92eb87, net.minecraft.item.crafting.Ingredient@d92eb87, net.minecraft.item.crafting.Ingredient@d92eb87]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1217 tconstruct:smeltery/seared/stairs/bricks_stairs RecipeStage{tier='two', recipe=4xtile.tconstruct.seared_stairs_brick@0:[net.minecraft.item.crafting.Ingredient@3c4026bf, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3c4026bf, net.minecraft.item.crafting.Ingredient@3c4026bf, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3c4026bf, net.minecraft.item.crafting.Ingredient@3c4026bf, net.minecraft.item.crafting.Ingredient@3c4026bf]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1218 tconstruct:smeltery/seared/stairs/square_bricks_stairs RecipeStage{tier='two', recipe=4xtile.tconstruct.seared_stairs_brick_square@0:[net.minecraft.item.crafting.Ingredient@5f0a5177, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5f0a5177, net.minecraft.item.crafting.Ingredient@5f0a5177, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5f0a5177, net.minecraft.item.crafting.Ingredient@5f0a5177, net.minecraft.item.crafting.Ingredient@5f0a5177]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1219 tconstruct:smeltery/seared/stairs/road_stairs RecipeStage{tier='two', recipe=4xtile.tconstruct.seared_stairs_road@0:[net.minecraft.item.crafting.Ingredient@49f65c62, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@49f65c62, net.minecraft.item.crafting.Ingredient@49f65c62, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@49f65c62, net.minecraft.item.crafting.Ingredient@49f65c62, net.minecraft.item.crafting.Ingredient@49f65c62]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1220 tconstruct:smeltery/seared/stairs/small_bricks_stairs RecipeStage{tier='two', recipe=4xtile.tconstruct.seared_stairs_brick_small@0:[net.minecraft.item.crafting.Ingredient@5a7ac415, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5a7ac415, net.minecraft.item.crafting.Ingredient@5a7ac415, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5a7ac415, net.minecraft.item.crafting.Ingredient@5a7ac415, net.minecraft.item.crafting.Ingredient@5a7ac415]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1221 tconstruct:smeltery/seared/stairs/tile_stairs RecipeStage{tier='two', recipe=4xtile.tconstruct.seared_stairs_tile@0:[net.minecraft.item.crafting.Ingredient@3b0d8cce, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3b0d8cce, net.minecraft.item.crafting.Ingredient@3b0d8cce, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3b0d8cce, net.minecraft.item.crafting.Ingredient@3b0d8cce, net.minecraft.item.crafting.Ingredient@3b0d8cce]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1222 tconstruct:smeltery/seared/stairs/cracked_bricks_stairs RecipeStage{tier='two', recipe=4xtile.tconstruct.seared_stairs_brick_cracked@0:[net.minecraft.item.crafting.Ingredient@29d1f247, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@29d1f247, net.minecraft.item.crafting.Ingredient@29d1f247, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@29d1f247, net.minecraft.item.crafting.Ingredient@29d1f247, net.minecraft.item.crafting.Ingredient@29d1f247]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1223 tconstruct:smeltery/seared/stairs/paver_stairs RecipeStage{tier='two', recipe=4xtile.tconstruct.seared_stairs_paver@0:[net.minecraft.item.crafting.Ingredient@40319b0c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@40319b0c, net.minecraft.item.crafting.Ingredient@40319b0c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@40319b0c, net.minecraft.item.crafting.Ingredient@40319b0c, net.minecraft.item.crafting.Ingredient@40319b0c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1224 tconstruct:smeltery/seared/stairs/stone_stairs RecipeStage{tier='two', recipe=4xtile.tconstruct.seared_stairs_stone@0:[net.minecraft.item.crafting.Ingredient@333b67f2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@333b67f2, net.minecraft.item.crafting.Ingredient@333b67f2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@333b67f2, net.minecraft.item.crafting.Ingredient@333b67f2, net.minecraft.item.crafting.Ingredient@333b67f2]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1225 tconstruct:smeltery/seared/stairs/triangle_bricks_stairs RecipeStage{tier='two', recipe=4xtile.tconstruct.seared_stairs_brick_triangle@0:[net.minecraft.item.crafting.Ingredient@723658df, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@723658df, net.minecraft.item.crafting.Ingredient@723658df, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@723658df, net.minecraft.item.crafting.Ingredient@723658df, net.minecraft.item.crafting.Ingredient@723658df]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1226 tconstruct:smeltery/seared/stairs/fancy_bricks_stairs RecipeStage{tier='two', recipe=4xtile.tconstruct.seared_stairs_brick_fancy@0:[net.minecraft.item.crafting.Ingredient@7d1a55ae, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7d1a55ae, net.minecraft.item.crafting.Ingredient@7d1a55ae, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7d1a55ae, net.minecraft.item.crafting.Ingredient@7d1a55ae, net.minecraft.item.crafting.Ingredient@7d1a55ae]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1227 tconstruct:smeltery/seared/stairs/cobblestone_stairs RecipeStage{tier='two', recipe=4xtile.tconstruct.seared_stairs_cobble@0:[net.minecraft.item.crafting.Ingredient@288afba3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@288afba3, net.minecraft.item.crafting.Ingredient@288afba3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@288afba3, net.minecraft.item.crafting.Ingredient@288afba3, net.minecraft.item.crafting.Ingredient@288afba3]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1229 tconstruct:smeltery/seared/window RecipeStage{tier='two', recipe=1xtile.tconstruct.seared_tank@2:[net.minecraft.item.crafting.Ingredient@1a93f8d5, net.minecraftforge.oredict.OreIngredient@71b88cf0, net.minecraft.item.crafting.Ingredient@1a93f8d5, net.minecraft.item.crafting.Ingredient@1a93f8d5, net.minecraftforge.oredict.OreIngredient@71b88cf0, net.minecraft.item.crafting.Ingredient@1a93f8d5, net.minecraft.item.crafting.Ingredient@1a93f8d5, net.minecraftforge.oredict.OreIngredient@71b88cf0, net.minecraft.item.crafting.Ingredient@1a93f8d5]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1230 tconstruct:smeltery/seared/slab/cracked_bricks_slab RecipeStage{tier='two', recipe=6xtile.tconstruct.seared_slab@4:[net.minecraft.item.crafting.Ingredient@7ebfcc3d, net.minecraft.item.crafting.Ingredient@7ebfcc3d, net.minecraft.item.crafting.Ingredient@7ebfcc3d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1231 tconstruct:smeltery/seared/slab/cobblestone_slab RecipeStage{tier='two', recipe=6xtile.tconstruct.seared_slab@1:[net.minecraft.item.crafting.Ingredient@32dc3513, net.minecraft.item.crafting.Ingredient@32dc3513, net.minecraft.item.crafting.Ingredient@32dc3513]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1232 tconstruct:smeltery/seared/slab/fancy_bricks_slab RecipeStage{tier='two', recipe=6xtile.tconstruct.seared_slab@5:[net.minecraft.item.crafting.Ingredient@697d789, net.minecraft.item.crafting.Ingredient@697d789, net.minecraft.item.crafting.Ingredient@697d789]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1233 tconstruct:smeltery/seared/slab/creeperface_slab RecipeStage{tier='two', recipe=6xtile.tconstruct.seared_slab2@0:[net.minecraft.item.crafting.Ingredient@a5c464d, net.minecraft.item.crafting.Ingredient@a5c464d, net.minecraft.item.crafting.Ingredient@a5c464d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1234 tconstruct:smeltery/seared/slab/tile_slab RecipeStage{tier='two', recipe=6xtile.tconstruct.seared_slab2@3:[net.minecraft.item.crafting.Ingredient@3888a53e, net.minecraft.item.crafting.Ingredient@3888a53e, net.minecraft.item.crafting.Ingredient@3888a53e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1235 tconstruct:smeltery/seared/slab/stone_slab RecipeStage{tier='two', recipe=6xtile.tconstruct.seared_slab@0:[net.minecraft.item.crafting.Ingredient@1aa02935, net.minecraft.item.crafting.Ingredient@1aa02935, net.minecraft.item.crafting.Ingredient@1aa02935]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1236 tconstruct:smeltery/seared/slab/small_bricks_slab RecipeStage{tier='two', recipe=6xtile.tconstruct.seared_slab2@2:[net.minecraft.item.crafting.Ingredient@e849f23, net.minecraft.item.crafting.Ingredient@e849f23, net.minecraft.item.crafting.Ingredient@e849f23]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1237 tconstruct:smeltery/seared/slab/paver_slab RecipeStage{tier='two', recipe=6xtile.tconstruct.seared_slab@2:[net.minecraft.item.crafting.Ingredient@32a5e104, net.minecraft.item.crafting.Ingredient@32a5e104, net.minecraft.item.crafting.Ingredient@32a5e104]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1238 tconstruct:smeltery/seared/slab/bricks_slab_simple RecipeStage{tier='two', recipe=1xtile.tconstruct.seared_slab@3:[net.minecraft.item.crafting.Ingredient@74e39309, net.minecraft.item.crafting.Ingredient@74e39309]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1239 tconstruct:smeltery/seared/slab/bricks_slab RecipeStage{tier='two', recipe=6xtile.tconstruct.seared_slab@3:[net.minecraft.item.crafting.Ingredient@2586c467, net.minecraft.item.crafting.Ingredient@2586c467, net.minecraft.item.crafting.Ingredient@2586c467]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1240 tconstruct:smeltery/seared/slab/square_bricks_slab RecipeStage{tier='two', recipe=6xtile.tconstruct.seared_slab@6:[net.minecraft.item.crafting.Ingredient@71bf4221, net.minecraft.item.crafting.Ingredient@71bf4221, net.minecraft.item.crafting.Ingredient@71bf4221]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1241 tconstruct:smeltery/seared/slab/triangle_bricks_slab RecipeStage{tier='two', recipe=6xtile.tconstruct.seared_slab2@1:[net.minecraft.item.crafting.Ingredient@7c47ed4e, net.minecraft.item.crafting.Ingredient@7c47ed4e, net.minecraft.item.crafting.Ingredient@7c47ed4e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1242 tconstruct:smeltery/seared/slab/road_slab RecipeStage{tier='two', recipe=6xtile.tconstruct.seared_slab@7:[net.minecraft.item.crafting.Ingredient@3da76e3c, net.minecraft.item.crafting.Ingredient@3da76e3c, net.minecraft.item.crafting.Ingredient@3da76e3c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1243 tconstruct:smeltery/seared/glass RecipeStage{tier='two', recipe=1xtile.tconstruct.seared_glass@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@749cf81f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@749cf81f, net.minecraftforge.oredict.OreIngredient@537965bf, net.minecraft.item.crafting.Ingredient@749cf81f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@749cf81f, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1244 tconstruct:smeltery/seared/gauge RecipeStage{tier='two', recipe=1xtile.tconstruct.seared_tank@1:[net.minecraft.item.crafting.Ingredient@69f77396, net.minecraftforge.oredict.OreIngredient@5e648d7c, net.minecraft.item.crafting.Ingredient@69f77396, net.minecraftforge.oredict.OreIngredient@5e648d7c, net.minecraftforge.oredict.OreIngredient@5e648d7c, net.minecraftforge.oredict.OreIngredient@5e648d7c, net.minecraft.item.crafting.Ingredient@69f77396, net.minecraftforge.oredict.OreIngredient@5e648d7c, net.minecraft.item.crafting.Ingredient@69f77396]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1245 tconstruct:smeltery/casting_table RecipeStage{tier='zero', recipe=1xtile.tconstruct.casting@0:[net.minecraft.item.crafting.Ingredient@1f8cd054, net.minecraft.item.crafting.Ingredient@1f8cd054, net.minecraft.item.crafting.Ingredient@1f8cd054, net.minecraft.item.crafting.Ingredient@1f8cd054, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1f8cd054, net.minecraft.item.crafting.Ingredient@1f8cd054, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1f8cd054]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1247 tconstruct:smeltery/smeltery_drain RecipeStage{tier='two', recipe=1xtile.tconstruct.smeltery_io@0:[net.minecraft.item.crafting.Ingredient@23e48bd0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@23e48bd0, net.minecraft.item.crafting.Ingredient@23e48bd0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@23e48bd0, net.minecraft.item.crafting.Ingredient@23e48bd0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@23e48bd0]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1249 tconstruct:smeltery/channel RecipeStage{tier='one', recipe=3xtile.tconstruct.channel@0:[net.minecraft.item.crafting.Ingredient@573d7767, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@573d7767, net.minecraft.item.crafting.Ingredient@573d7767, net.minecraft.item.crafting.Ingredient@573d7767, net.minecraft.item.crafting.Ingredient@573d7767]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1253 tconstruct:tools/table/stencil_table slimeknights.tconstruct.tools.common.TableRecipeFactory$TableRecipe@36d685db +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1254 tconstruct:tools/table/chest/pattern net.minecraftforge.oredict.ShapedOreRecipe@722dcdd1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1255 tconstruct:tools/table/chest/part net.minecraftforge.oredict.ShapedOreRecipe@50073848 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1256 tconstruct:tools/table/chest/pattern_simple net.minecraftforge.oredict.ShapedOreRecipe@6eebc012 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1257 tconstruct:tools/table/tool_station net.minecraftforge.oredict.ShapedOreRecipe@28763b50 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1258 tconstruct:tools/table/part_builder slimeknights.tconstruct.tools.common.TableRecipeFactory$TableRecipe@4ef12d3f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1259 tconstruct:tools/table/crafting_station RecipeStage{tier='two', recipe=1xtile.tconstruct.tooltables@0:[net.minecraftforge.oredict.OreIngredient@30e3ac12]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1260 tconstruct:tools/mud/slimy_mud_magma RecipeStage{tier='three', recipe=1xtile.tconstruct.soil@5:[net.minecraft.item.crafting.Ingredient@7825e05a, net.minecraft.item.crafting.Ingredient@68b6ab6d, net.minecraft.item.crafting.Ingredient@52e4d1d6, net.minecraft.item.crafting.Ingredient@5d4e93a2, net.minecraft.item.crafting.Ingredient@abe9f61, net.minecraft.item.crafting.Ingredient@570eb098]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1261 tconstruct:tools/mud/slimy_mud_blue_block RecipeStage{tier='three', recipe=1xtile.tconstruct.soil@2:[net.minecraft.item.crafting.Ingredient@56f9c254, net.minecraftforge.oredict.OreIngredient@70c10784, net.minecraftforge.oredict.OreIngredient@2dda421c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1262 tconstruct:tools/mud/slimy_mud_green_block RecipeStage{tier='two', recipe=1xtile.tconstruct.soil@1:[net.minecraft.item.crafting.Ingredient@4f849f34, net.minecraftforge.oredict.OreIngredient@22a6c05a, net.minecraftforge.oredict.OreIngredient@4b6a0b5d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1263 tconstruct:tools/mud/slimy_mud_green RecipeStage{tier='two', recipe=1xtile.tconstruct.soil@1:[net.minecraft.item.crafting.Ingredient@10e507d9, net.minecraft.item.crafting.Ingredient@2549cabe, net.minecraft.item.crafting.Ingredient@494e0f96, net.minecraft.item.crafting.Ingredient@34d5c504, net.minecraftforge.oredict.OreIngredient@c36d788, net.minecraftforge.oredict.OreIngredient@6741f08a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1264 tconstruct:tools/mud/slimy_mud_blue RecipeStage{tier='three', recipe=1xtile.tconstruct.soil@2:[net.minecraft.item.crafting.Ingredient@16301d00, net.minecraft.item.crafting.Ingredient@1bfd66a4, net.minecraft.item.crafting.Ingredient@34ecb142, net.minecraft.item.crafting.Ingredient@215bba89, net.minecraftforge.oredict.OreIngredient@37957bbf, net.minecraftforge.oredict.OreIngredient@47adf3af]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1266 tconstruct:tools/materials/expander_h RecipeStage{tier='three', recipe=1xitem.tconstruct.materials@13:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@66c767f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4c7dd5b7, net.minecraft.item.crafting.Ingredient@657a82a2, net.minecraftforge.oredict.OreIngredient@4c7dd5b7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@66c767f, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1267 tconstruct:tools/materials/silky_cloth RecipeStage{tier='three', recipe=1xitem.tconstruct.materials@15:[net.minecraft.item.crafting.Ingredient@65e32bd4, net.minecraft.item.crafting.Ingredient@65e32bd4, net.minecraft.item.crafting.Ingredient@65e32bd4, net.minecraft.item.crafting.Ingredient@65e32bd4, net.minecraftforge.oredict.OreIngredient@5f0c767a, net.minecraft.item.crafting.Ingredient@65e32bd4, net.minecraft.item.crafting.Ingredient@65e32bd4, net.minecraft.item.crafting.Ingredient@65e32bd4, net.minecraft.item.crafting.Ingredient@65e32bd4]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1268 tconstruct:tools/materials/ball_of_moss RecipeStage{tier='two', recipe=1xitem.tconstruct.materials@18:[net.minecraftforge.oredict.OreIngredient@287d9c45, net.minecraftforge.oredict.OreIngredient@287d9c45, net.minecraftforge.oredict.OreIngredient@287d9c45, net.minecraftforge.oredict.OreIngredient@287d9c45, net.minecraftforge.oredict.OreIngredient@287d9c45, net.minecraftforge.oredict.OreIngredient@287d9c45, net.minecraftforge.oredict.OreIngredient@287d9c45, net.minecraftforge.oredict.OreIngredient@287d9c45, net.minecraftforge.oredict.OreIngredient@287d9c45]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1269 tconstruct:tools/materials/expander_w RecipeStage{tier='three', recipe=1xitem.tconstruct.materials@12:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@12794ceb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5588c7df, net.minecraft.item.crafting.Ingredient@47cb7ea3, net.minecraft.item.crafting.Ingredient@5588c7df, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@12794ceb, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1270 tconstruct:tools/materials/reinforcement RecipeStage{tier='three', recipe=1xitem.tconstruct.materials@14:[net.minecraftforge.oredict.OreIngredient@5503ee6f, net.minecraftforge.oredict.OreIngredient@5503ee6f, net.minecraftforge.oredict.OreIngredient@5503ee6f, net.minecraftforge.oredict.OreIngredient@5503ee6f, net.minecraftforge.oredict.OreIngredient@2a1f971f, net.minecraftforge.oredict.OreIngredient@5503ee6f, net.minecraftforge.oredict.OreIngredient@5503ee6f, net.minecraftforge.oredict.OreIngredient@5503ee6f, net.minecraftforge.oredict.OreIngredient@5503ee6f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1272 immersiveengineering:wooden_devices/workbench RecipeStage{tier='three', recipe=1xtile.immersiveengineering.wooden_device0@2:[net.minecraftforge.oredict.OreIngredient@2a2496a6, net.minecraftforge.oredict.OreIngredient@2a2496a6, net.minecraftforge.oredict.OreIngredient@2a2496a6, net.minecraftforge.oredict.OreIngredient@770cf3f9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4359a6fb]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1273 immersiveengineering:wooden_devices/windmill RecipeStage{tier='three', recipe=1xtile.immersiveengineering.wooden_device1@1:[net.minecraft.item.crafting.Ingredient@1544f13d, net.minecraft.item.crafting.Ingredient@1544f13d, net.minecraft.item.crafting.Ingredient@1544f13d, net.minecraft.item.crafting.Ingredient@1544f13d, net.minecraftforge.oredict.OreIngredient@70f2ad1e, net.minecraft.item.crafting.Ingredient@1544f13d, net.minecraft.item.crafting.Ingredient@1544f13d, net.minecraft.item.crafting.Ingredient@1544f13d, net.minecraft.item.crafting.Ingredient@1544f13d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1274 immersiveengineering:wooden_devices/watermill RecipeStage{tier='three', recipe=1xtile.immersiveengineering.wooden_device1@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@373fe302, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@373fe302, net.minecraftforge.oredict.OreIngredient@75058994, net.minecraft.item.crafting.Ingredient@373fe302, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@373fe302, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1275 immersiveengineering:wooden_devices/wallmount RecipeStage{tier='three', recipe=4xtile.immersiveengineering.wooden_device1@4:[net.minecraftforge.oredict.OreIngredient@2a2496a6, net.minecraftforge.oredict.OreIngredient@2a2496a6, net.minecraftforge.oredict.OreIngredient@2a2496a6, net.minecraftforge.oredict.OreIngredient@faef845]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1276 immersiveengineering:wooden_devices/turntable RecipeStage{tier='three', recipe=1xtile.immersiveengineering.wooden_device0@6:[net.minecraftforge.oredict.OreIngredient@2a2496a6, net.minecraftforge.oredict.OreIngredient@70f2ad1e, net.minecraftforge.oredict.OreIngredient@2a2496a6, net.minecraftforge.oredict.OreIngredient@761ddf1d, net.minecraft.item.crafting.Ingredient@52928a84, net.minecraftforge.oredict.OreIngredient@761ddf1d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1277 immersiveengineering:wooden_devices/reinforced_crate RecipeStage{tier='three', recipe=1xtile.immersiveengineering.wooden_device0@5:[net.minecraftforge.oredict.OreIngredient@2a2496a6, net.minecraftforge.oredict.OreIngredient@10d59414, net.minecraftforge.oredict.OreIngredient@2a2496a6, net.minecraftforge.oredict.OreIngredient@6c990d3d, net.minecraft.item.crafting.Ingredient@3be026a6, net.minecraftforge.oredict.OreIngredient@6c990d3d, net.minecraftforge.oredict.OreIngredient@2a2496a6, net.minecraftforge.oredict.OreIngredient@10d59414, net.minecraftforge.oredict.OreIngredient@2a2496a6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1278 immersiveengineering:wooden_devices/post RecipeStage{tier='three', recipe=1xtile.immersiveengineering.wooden_device1@3:[net.minecraftforge.oredict.OreIngredient@4359a6fb, net.minecraftforge.oredict.OreIngredient@4359a6fb, net.minecraftforge.oredict.OreIngredient@3322a186]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1279 immersiveengineering:wooden_devices/item_router RecipeStage{tier='three', recipe=1xtile.immersiveengineering.wooden_device0@3:[net.minecraftforge.oredict.OreIngredient@2a2496a6, net.minecraftforge.oredict.OreIngredient@761ddf1d, net.minecraftforge.oredict.OreIngredient@2a2496a6, net.minecraftforge.oredict.OreIngredient@70f2ad1e, net.minecraftforge.common.crafting.IngredientNBT@24070f4a, net.minecraftforge.oredict.OreIngredient@70f2ad1e, net.minecraftforge.oredict.OreIngredient@2a2496a6, net.minecraft.item.crafting.Ingredient@607998c9, net.minecraftforge.oredict.OreIngredient@2a2496a6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1280 immersiveengineering:wooden_devices/gunpowder_barrel RecipeStage{tier='three', recipe=1xtile.immersiveengineering.wooden_device0@4:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@24189185, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6c6ee99f, net.minecraft.item.crafting.Ingredient@5ae0ada1, net.minecraft.item.crafting.Ingredient@6c6ee99f, net.minecraft.item.crafting.Ingredient@6c6ee99f, net.minecraft.item.crafting.Ingredient@6c6ee99f, net.minecraft.item.crafting.Ingredient@6c6ee99f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1281 immersiveengineering:wooden_devices/fluid_router RecipeStage{tier='three', recipe=1xtile.immersiveengineering.wooden_device0@7:[net.minecraftforge.oredict.OreIngredient@2a2496a6, net.minecraftforge.oredict.OreIngredient@761ddf1d, net.minecraftforge.oredict.OreIngredient@2a2496a6, net.minecraftforge.oredict.OreIngredient@70f2ad1e, net.minecraft.item.crafting.Ingredient@5a2b56f, net.minecraftforge.oredict.OreIngredient@70f2ad1e, net.minecraftforge.oredict.OreIngredient@2a2496a6, net.minecraft.item.crafting.Ingredient@607998c9, net.minecraftforge.oredict.OreIngredient@2a2496a6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1282 immersiveengineering:wooden_devices/crate RecipeStage{tier='three', recipe=1xtile.immersiveengineering.wooden_device0@0:[net.minecraftforge.oredict.OreIngredient@2a2496a6, net.minecraftforge.oredict.OreIngredient@2a2496a6, net.minecraftforge.oredict.OreIngredient@2a2496a6, net.minecraftforge.oredict.OreIngredient@2a2496a6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2a2496a6, net.minecraftforge.oredict.OreIngredient@2a2496a6, net.minecraftforge.oredict.OreIngredient@2a2496a6, net.minecraftforge.oredict.OreIngredient@2a2496a6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1283 immersiveengineering:wooden_devices/barrel RecipeStage{tier='three', recipe=1xtile.immersiveengineering.wooden_device0@1:[net.minecraftforge.oredict.OreIngredient@26b9f5bd, net.minecraftforge.oredict.OreIngredient@26b9f5bd, net.minecraftforge.oredict.OreIngredient@26b9f5bd, net.minecraftforge.oredict.OreIngredient@2a2496a6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2a2496a6, net.minecraftforge.oredict.OreIngredient@2a2496a6, net.minecraftforge.oredict.OreIngredient@2a2496a6, net.minecraftforge.oredict.OreIngredient@2a2496a6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1284 immersiveengineering:wirecoils/wirecoil_structural RecipeStage{tier='three', recipe=4xitem.immersiveengineering.wirecoil@4:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@329e50ff, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@329e50ff, net.minecraftforge.common.crafting.CompoundIngredient@19cabb3, net.minecraftforge.oredict.OreIngredient@329e50ff, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@329e50ff, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1285 immersiveengineering:wirecoils/wirecoil_rope RecipeStage{tier='three', recipe=4xitem.immersiveengineering.wirecoil@3:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@24189185, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@24189185, net.minecraftforge.common.crafting.CompoundIngredient@19cabb3, net.minecraftforge.oredict.OreIngredient@24189185, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@24189185, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1286 immersiveengineering:wirecoils/wirecoil_redstone2 RecipeStage{tier='three', recipe=4xitem.immersiveengineering.wirecoil@5:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4e67b95c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@761ddf1d, net.minecraftforge.common.crafting.CompoundIngredient@19cabb3, net.minecraftforge.oredict.OreIngredient@761ddf1d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4e67b95c, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1287 immersiveengineering:wirecoils/wirecoil_redstone RecipeStage{tier='three', recipe=4xitem.immersiveengineering.wirecoil@5:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@761ddf1d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4e67b95c, net.minecraftforge.common.crafting.CompoundIngredient@19cabb3, net.minecraftforge.oredict.OreIngredient@4e67b95c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@761ddf1d, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1288 immersiveengineering:wirecoils/wirecoil_mv_ins RecipeStage{tier='three', recipe=4xitem.immersiveengineering.wirecoil@7:[net.minecraftforge.oredict.OreIngredient@306af98c, net.minecraft.item.crafting.Ingredient@75f7534f, net.minecraftforge.oredict.OreIngredient@306af98c, net.minecraft.item.crafting.Ingredient@75f7534f, blusunrize.immersiveengineering.common.crafting.IngredientFluidStack@23eae34d, net.minecraft.item.crafting.Ingredient@75f7534f, net.minecraftforge.oredict.OreIngredient@306af98c, net.minecraft.item.crafting.Ingredient@75f7534f, net.minecraftforge.oredict.OreIngredient@306af98c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1289 immersiveengineering:wirecoils/wirecoil_mv RecipeStage{tier='three', recipe=4xitem.immersiveengineering.wirecoil@1:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@25a964c8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@25a964c8, net.minecraftforge.common.crafting.CompoundIngredient@19cabb3, net.minecraftforge.oredict.OreIngredient@25a964c8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@25a964c8, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1290 immersiveengineering:wirecoils/wirecoil_lv_ins RecipeStage{tier='three', recipe=4xitem.immersiveengineering.wirecoil@6:[net.minecraftforge.oredict.OreIngredient@306af98c, net.minecraft.item.crafting.Ingredient@620777e4, net.minecraftforge.oredict.OreIngredient@306af98c, net.minecraft.item.crafting.Ingredient@620777e4, net.minecraftforge.oredict.OreIngredient@306af98c, net.minecraft.item.crafting.Ingredient@620777e4, net.minecraftforge.oredict.OreIngredient@306af98c, net.minecraft.item.crafting.Ingredient@620777e4, net.minecraftforge.oredict.OreIngredient@306af98c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1291 immersiveengineering:wirecoils/wirecoil_lv RecipeStage{tier='three', recipe=4xitem.immersiveengineering.wirecoil@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@36f30c05, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@36f30c05, net.minecraftforge.common.crafting.CompoundIngredient@19cabb3, net.minecraftforge.oredict.OreIngredient@36f30c05, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@36f30c05, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1292 immersiveengineering:wirecoils/wirecoil_hv2 RecipeStage{tier='three', recipe=4xitem.immersiveengineering.wirecoil@2:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4e67b95c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@329e50ff, net.minecraftforge.common.crafting.CompoundIngredient@19cabb3, net.minecraftforge.oredict.OreIngredient@329e50ff, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4e67b95c, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1293 immersiveengineering:wirecoils/wirecoil_hv RecipeStage{tier='three', recipe=4xitem.immersiveengineering.wirecoil@2:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@329e50ff, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4e67b95c, net.minecraftforge.common.crafting.CompoundIngredient@19cabb3, net.minecraftforge.oredict.OreIngredient@4e67b95c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@329e50ff, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1294 immersiveengineering:treated_wood/treated_wood_stairs_cycle2 RecipeStage{tier='three', recipe=1xtile.immersiveengineering.treated_wood_stairs0@0:[net.minecraft.item.crafting.Ingredient@2e372465]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1295 immersiveengineering:treated_wood/treated_wood_stairs_cycle1 RecipeStage{tier='three', recipe=1xtile.immersiveengineering.treated_wood_stairs2@0:[net.minecraft.item.crafting.Ingredient@62adc89a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1296 immersiveengineering:treated_wood/treated_wood_stairs_cycle0 RecipeStage{tier='three', recipe=1xtile.immersiveengineering.treated_wood_stairs1@0:[net.minecraft.item.crafting.Ingredient@72dd9ef0]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1297 immersiveengineering:treated_wood/treated_wood_stairs2 RecipeStage{tier='three', recipe=4xtile.immersiveengineering.treated_wood_stairs2@0:[net.minecraft.item.crafting.Ingredient@5e8f24fe, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5e8f24fe, net.minecraft.item.crafting.Ingredient@5e8f24fe, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5e8f24fe, net.minecraft.item.crafting.Ingredient@5e8f24fe, net.minecraft.item.crafting.Ingredient@5e8f24fe]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1298 immersiveengineering:treated_wood/treated_wood_stairs1 RecipeStage{tier='three', recipe=4xtile.immersiveengineering.treated_wood_stairs1@0:[net.minecraft.item.crafting.Ingredient@4c662528, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4c662528, net.minecraft.item.crafting.Ingredient@4c662528, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4c662528, net.minecraft.item.crafting.Ingredient@4c662528, net.minecraft.item.crafting.Ingredient@4c662528]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1299 immersiveengineering:treated_wood/treated_wood_stairs0 RecipeStage{tier='three', recipe=4xtile.immersiveengineering.treated_wood_stairs0@0:[net.minecraft.item.crafting.Ingredient@6b0427ee, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6b0427ee, net.minecraft.item.crafting.Ingredient@6b0427ee, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6b0427ee, net.minecraft.item.crafting.Ingredient@6b0427ee, net.minecraft.item.crafting.Ingredient@6b0427ee]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1300 immersiveengineering:treated_wood/treated_wood_slab_cycle2 RecipeStage{tier='three', recipe=1xtile.immersiveengineering.treated_wood_slab@0:[net.minecraft.item.crafting.Ingredient@67c6db4]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1301 immersiveengineering:treated_wood/treated_wood_slab_cycle1 RecipeStage{tier='three', recipe=1xtile.immersiveengineering.treated_wood_slab@2:[net.minecraft.item.crafting.Ingredient@662b0e56]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1302 immersiveengineering:treated_wood/treated_wood_slab_cycle0 RecipeStage{tier='three', recipe=1xtile.immersiveengineering.treated_wood_slab@1:[net.minecraft.item.crafting.Ingredient@632c2332]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1303 immersiveengineering:treated_wood/treated_wood_slab_back2 RecipeStage{tier='three', recipe=1xtile.immersiveengineering.treated_wood@2:[net.minecraft.item.crafting.Ingredient@148a92dd, net.minecraft.item.crafting.Ingredient@148a92dd]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1304 immersiveengineering:treated_wood/treated_wood_slab_back1 RecipeStage{tier='three', recipe=1xtile.immersiveengineering.treated_wood@1:[net.minecraft.item.crafting.Ingredient@426a3635, net.minecraft.item.crafting.Ingredient@426a3635]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1305 immersiveengineering:treated_wood/treated_wood_slab_back0 RecipeStage{tier='three', recipe=1xtile.immersiveengineering.treated_wood@0:[net.minecraft.item.crafting.Ingredient@2326bb71, net.minecraft.item.crafting.Ingredient@2326bb71]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1306 immersiveengineering:treated_wood/treated_wood_slab2 RecipeStage{tier='three', recipe=6xtile.immersiveengineering.treated_wood_slab@2:[net.minecraft.item.crafting.Ingredient@8d31079, net.minecraft.item.crafting.Ingredient@8d31079, net.minecraft.item.crafting.Ingredient@8d31079]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1307 immersiveengineering:treated_wood/treated_wood_slab1 RecipeStage{tier='three', recipe=6xtile.immersiveengineering.treated_wood_slab@1:[net.minecraft.item.crafting.Ingredient@5273d6a6, net.minecraft.item.crafting.Ingredient@5273d6a6, net.minecraft.item.crafting.Ingredient@5273d6a6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1308 immersiveengineering:treated_wood/treated_wood_slab0 RecipeStage{tier='three', recipe=6xtile.immersiveengineering.treated_wood_slab@0:[net.minecraft.item.crafting.Ingredient@2e48f868, net.minecraft.item.crafting.Ingredient@2e48f868, net.minecraft.item.crafting.Ingredient@2e48f868]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1309 immersiveengineering:treated_wood/treated_wood_scaffolding RecipeStage{tier='three', recipe=6xtile.immersiveengineering.wooden_decoration@1:[net.minecraftforge.oredict.OreIngredient@2a2496a6, net.minecraftforge.oredict.OreIngredient@2a2496a6, net.minecraftforge.oredict.OreIngredient@2a2496a6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@faef845, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@faef845, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@faef845]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1310 immersiveengineering:treated_wood/treated_wood_fence RecipeStage{tier='three', recipe=3xtile.immersiveengineering.wooden_decoration@0:[net.minecraftforge.oredict.OreIngredient@2a2496a6, net.minecraftforge.oredict.OreIngredient@faef845, net.minecraftforge.oredict.OreIngredient@2a2496a6, net.minecraftforge.oredict.OreIngredient@2a2496a6, net.minecraftforge.oredict.OreIngredient@faef845, net.minecraftforge.oredict.OreIngredient@2a2496a6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1311 immersiveengineering:treated_wood/treated_wood_cycle2 RecipeStage{tier='three', recipe=1xtile.immersiveengineering.treated_wood@0:[net.minecraft.item.crafting.Ingredient@e02e6d4]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1312 immersiveengineering:treated_wood/treated_wood_cycle1 RecipeStage{tier='three', recipe=1xtile.immersiveengineering.treated_wood@2:[net.minecraft.item.crafting.Ingredient@6ea2c51a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1313 immersiveengineering:treated_wood/treated_wood_cycle0 RecipeStage{tier='three', recipe=1xtile.immersiveengineering.treated_wood@1:[net.minecraft.item.crafting.Ingredient@524e3539]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1314 immersiveengineering:treated_wood/treated_wood RecipeStage{tier='three', recipe=8xtile.immersiveengineering.treated_wood@0:[net.minecraftforge.oredict.OreIngredient@231b41a, net.minecraftforge.oredict.OreIngredient@231b41a, net.minecraftforge.oredict.OreIngredient@231b41a, net.minecraftforge.oredict.OreIngredient@231b41a, blusunrize.immersiveengineering.common.crafting.IngredientFluidStack@6cd565a7, net.minecraftforge.oredict.OreIngredient@231b41a, net.minecraftforge.oredict.OreIngredient@231b41a, net.minecraftforge.oredict.OreIngredient@231b41a, net.minecraftforge.oredict.OreIngredient@231b41a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1315 immersiveengineering:toolupgrades/shield_shock RecipeStage{tier='three', recipe=1xitem.immersiveengineering.toolupgrade@11:[net.minecraft.item.crafting.Ingredient@722db353, net.minecraftforge.oredict.OreIngredient@6c990d3d, net.minecraft.item.crafting.Ingredient@722db353, net.minecraft.item.crafting.Ingredient@722db353, net.minecraftforge.oredict.OreIngredient@6c990d3d, net.minecraft.item.crafting.Ingredient@722db353, net.minecraft.item.crafting.Ingredient@722db353, net.minecraftforge.oredict.OreIngredient@6c990d3d, net.minecraft.item.crafting.Ingredient@722db353]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1316 immersiveengineering:toolupgrades/shield_magnet RecipeStage{tier='three', recipe=1xitem.immersiveengineering.toolupgrade@12:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@57eea70, net.minecraftforge.oredict.OreIngredient@57eea70, net.minecraft.item.crafting.Ingredient@18d34d7e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@57eea70, net.minecraftforge.oredict.OreIngredient@70f2ad1e, net.minecraftforge.oredict.OreIngredient@57eea70]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1317 immersiveengineering:toolupgrades/shield_flash RecipeStage{tier='three', recipe=1xitem.immersiveengineering.toolupgrade@10:[net.minecraftforge.oredict.OreIngredient@5220ecc5, net.minecraftforge.oredict.OreIngredient@18890910, net.minecraftforge.oredict.OreIngredient@5220ecc5, net.minecraftforge.oredict.OreIngredient@18890910, net.minecraft.item.crafting.Ingredient@7e01ea5d, net.minecraftforge.oredict.OreIngredient@18890910]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1318 immersiveengineering:toolupgrades/revolver_magazine RecipeStage{tier='three', recipe=1xitem.immersiveengineering.toolupgrade@5:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@738cc5af, net.minecraftforge.oredict.OreIngredient@75058994, net.minecraftforge.oredict.OreIngredient@738cc5af, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@738cc5af, net.minecraft.item.crafting.Ingredient@607998c9, net.minecraftforge.oredict.OreIngredient@738cc5af, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1319 immersiveengineering:toolupgrades/revolver_electro RecipeStage{tier='three', recipe=1xitem.immersiveengineering.toolupgrade@6:[net.minecraft.item.crafting.Ingredient@7e01ea5d, net.minecraft.item.crafting.Ingredient@7e01ea5d, net.minecraft.item.crafting.Ingredient@7e01ea5d, net.minecraftforge.oredict.OreIngredient@66d3ed3f, net.minecraftforge.oredict.OreIngredient@36f30c05, net.minecraftforge.oredict.OreIngredient@66d3ed3f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1320 immersiveengineering:toolupgrades/revolver_bayonet RecipeStage{tier='three', recipe=1xitem.immersiveengineering.toolupgrade@4:[net.minecraft.item.crafting.Ingredient@40fa78e, net.minecraftforge.oredict.OreIngredient@75058994, net.minecraftforge.oredict.OreIngredient@75058994, net.minecraftforge.oredict.OreIngredient@2a2496a6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1321 immersiveengineering:toolupgrades/railgun_scope RecipeStage{tier='three', recipe=1xitem.immersiveengineering.toolupgrade@8:[net.minecraftforge.oredict.OreIngredient@58fbcaa3, net.minecraftforge.oredict.OreIngredient@738cc5af, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@738cc5af, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@738cc5af, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@738cc5af, net.minecraftforge.oredict.OreIngredient@58fbcaa3]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1322 immersiveengineering:toolupgrades/railgun_capacitors RecipeStage{tier='three', recipe=1xitem.immersiveengineering.toolupgrade@9:[net.minecraft.item.crafting.Ingredient@3d5cab19, net.minecraft.item.crafting.Ingredient@3d5cab19, net.minecraft.item.crafting.Ingredient@3d5cab19, net.minecraft.item.crafting.Ingredient@56929b04, net.minecraft.item.crafting.Ingredient@56929b04, net.minecraft.item.crafting.Ingredient@56929b04]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1323 immersiveengineering:toolupgrades/drill_waterproof RecipeStage{tier='three', recipe=1xitem.immersiveengineering.toolupgrade@0:[net.minecraft.item.crafting.Ingredient@2fd0fe0f, net.minecraftforge.oredict.OreIngredient@7501ef7e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7501ef7e, net.minecraft.item.crafting.Ingredient@2fd0fe0f, net.minecraftforge.oredict.OreIngredient@7501ef7e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7501ef7e, net.minecraft.item.crafting.Ingredient@607998c9]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1324 immersiveengineering:toolupgrades/drill_lube RecipeStage{tier='three', recipe=1xitem.immersiveengineering.toolupgrade@1:[blusunrize.immersiveengineering.common.crafting.IngredientFluidStack@624aaa3e, net.minecraftforge.oredict.OreIngredient@70f2ad1e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@70f2ad1e, blusunrize.immersiveengineering.common.crafting.IngredientFluidStack@624aaa3e, net.minecraftforge.oredict.OreIngredient@70f2ad1e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@70f2ad1e, net.minecraft.item.crafting.Ingredient@607998c9]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1325 immersiveengineering:toolupgrades/drill_damage RecipeStage{tier='three', recipe=1xitem.immersiveengineering.toolupgrade@2:[net.minecraftforge.oredict.OreIngredient@75058994, net.minecraftforge.oredict.OreIngredient@75058994, net.minecraftforge.oredict.OreIngredient@75058994, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@cf7c923, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1326 immersiveengineering:toolupgrades/drill_capacity RecipeStage{tier='three', recipe=1xitem.immersiveengineering.toolupgrade@3:[net.minecraft.item.crafting.Ingredient@607998c9, net.minecraftforge.oredict.OreIngredient@75058994, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@75058994, net.minecraft.item.crafting.Ingredient@3f63bb68, net.minecraftforge.oredict.OreIngredient@3c9ded9c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3c9ded9c, net.minecraft.item.crafting.Ingredient@3f63bb68]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1327 immersiveengineering:toolupgrades/chemthrower_multitank RecipeStage{tier='three', recipe=1xitem.immersiveengineering.toolupgrade@13:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@249b87d4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3a98465b, net.minecraft.item.crafting.Ingredient@cf7c923, net.minecraft.item.crafting.Ingredient@3a98465b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1328 immersiveengineering:toolupgrades/chemthrower_focus RecipeStage{tier='three', recipe=1xitem.immersiveengineering.toolupgrade@7:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@75058994, net.minecraftforge.oredict.OreIngredient@75058994, net.minecraft.item.crafting.Ingredient@76a6c0e6, net.minecraft.item.crafting.Ingredient@76a6c0e6, net.minecraft.item.crafting.Ingredient@29828afd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@75058994, net.minecraftforge.oredict.OreIngredient@75058994]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1329 immersiveengineering:tool/wirecutter_repair blusunrize.immersiveengineering.common.crafting.RecipeIEItemRepair@fde9efb +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1331 immersiveengineering:tool/voltmeter RecipeStage{tier='three', recipe=1xitem.immersiveengineering.tool@2:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4cb066be, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.common.crafting.CompoundIngredient@19cabb3, net.minecraftforge.oredict.OreIngredient@738cc5af, net.minecraftforge.common.crafting.CompoundIngredient@19cabb3]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1332 immersiveengineering:tool/toolbox RecipeStage{tier='three', recipe=1xitem.immersiveengineering.toolbox@0:[net.minecraftforge.oredict.OreIngredient@5220ecc5, net.minecraftforge.oredict.OreIngredient@5220ecc5, net.minecraftforge.oredict.OreIngredient@5220ecc5, net.minecraftforge.oredict.OreIngredient@3c9ded9c, net.minecraft.item.crafting.Ingredient@6785b74e, net.minecraftforge.oredict.OreIngredient@3c9ded9c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1336 immersiveengineering:tool/steel_hoe RecipeStage{tier='three', recipe=1xitem.immersiveengineering.hoe_steel@0:[net.minecraftforge.oredict.OreIngredient@75058994, net.minecraftforge.oredict.OreIngredient@75058994, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@faef845, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@faef845]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1338 immersiveengineering:tool/speedloader RecipeStage{tier='three', recipe=1xitem.immersiveengineering.speedloader@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@70f2ad1e, net.minecraftforge.oredict.OreIngredient@70f2ad1e, net.minecraftforge.oredict.OreIngredient@70f2ad1e, net.minecraftforge.oredict.OreIngredient@75058994, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@70f2ad1e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1339 immersiveengineering:tool/skyhook RecipeStage{tier='three', recipe=1xitem.immersiveengineering.skyhook@0:[net.minecraftforge.oredict.OreIngredient@75058994, net.minecraftforge.oredict.OreIngredient@75058994, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@75058994, net.minecraft.item.crafting.Ingredient@607998c9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2b83c1bf, net.minecraft.item.crafting.Ingredient@2b83c1bf]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1340 immersiveengineering:tool/shield RecipeStage{tier='three', recipe=1xitem.immersiveengineering.shield@0:[net.minecraftforge.oredict.OreIngredient@2480e63, net.minecraftforge.oredict.OreIngredient@2a2496a6, net.minecraftforge.oredict.OreIngredient@2480e63, net.minecraftforge.oredict.OreIngredient@2480e63, net.minecraft.item.crafting.Ingredient@3dea978d, net.minecraftforge.oredict.OreIngredient@2480e63, net.minecraftforge.oredict.OreIngredient@2480e63, net.minecraftforge.oredict.OreIngredient@2a2496a6, net.minecraftforge.oredict.OreIngredient@2480e63]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1341 immersiveengineering:tool/revolver RecipeStage{tier='three', recipe=1xitem.immersiveengineering.revolver@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@70f2ad1e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@417c6e39, net.minecraft.item.crafting.Ingredient@552f0757, net.minecraft.item.crafting.Ingredient@392ada81, net.minecraft.item.crafting.Ingredient@2b83c1bf, net.minecraftforge.oredict.OreIngredient@70f2ad1e, net.minecraft.item.crafting.Ingredient@2b83c1bf]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1342 immersiveengineering:tool/railgun RecipeStage{tier='three', recipe=1xitem.immersiveengineering.railgun@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3f4473f0, net.minecraft.item.crafting.Ingredient@2b83c1bf, net.minecraft.item.crafting.Ingredient@64da2b52, net.minecraft.item.crafting.Ingredient@32b309fb, net.minecraft.item.crafting.Ingredient@3f4473f0, net.minecraft.item.crafting.Ingredient@32b309fb, net.minecraft.item.crafting.Ingredient@64da2b52, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1343 immersiveengineering:tool/manual RecipeStage{tier='three', recipe=1xitem.immersiveengineering.tool@3:[net.minecraft.item.crafting.Ingredient@2f0dbe3e, net.minecraft.item.crafting.Ingredient@91dc852]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1344 immersiveengineering:tool/maintenance_kit RecipeStage{tier='three', recipe=1xitem.immersiveengineering.maintenance_kit@0:[net.minecraftforge.oredict.OreIngredient@6c990d3d, net.minecraft.item.crafting.Ingredient@17961d4b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@306af98c, net.minecraftforge.oredict.OreIngredient@306af98c, net.minecraftforge.oredict.OreIngredient@306af98c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1345 immersiveengineering:tool/jerrycan RecipeStage{tier='three', recipe=1xitem.immersiveengineering.jerrycan@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@10d59414, net.minecraftforge.oredict.OreIngredient@10d59414, net.minecraftforge.oredict.OreIngredient@10d59414, net.minecraft.item.crafting.Ingredient@2f5315ea, net.minecraft.item.crafting.Ingredient@2f5315ea, net.minecraftforge.oredict.OreIngredient@10d59414, net.minecraft.item.crafting.Ingredient@2f5315ea, net.minecraft.item.crafting.Ingredient@2f5315ea]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1346 immersiveengineering:tool/hammer_repair blusunrize.immersiveengineering.common.crafting.RecipeIEItemRepair@327895fa +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1348 immersiveengineering:tool/fluorescent_tube RecipeStage{tier='three', recipe=1xitem.immersiveengineering.fluorescent_tube@0:[net.minecraftforge.oredict.OreIngredient@5f2a4946, net.minecraft.item.crafting.Ingredient@755d177, net.minecraftforge.oredict.OreIngredient@5f2a4946, net.minecraftforge.oredict.OreIngredient@5f2a4946, net.minecraftforge.oredict.OreIngredient@aa3455e, net.minecraftforge.oredict.OreIngredient@5f2a4946, net.minecraftforge.oredict.OreIngredient@5f2a4946, net.minecraftforge.oredict.OreIngredient@aa3455e, net.minecraftforge.oredict.OreIngredient@5f2a4946]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1349 immersiveengineering:tool/drill_diesel RecipeStage{tier='three', recipe=1xitem.immersiveengineering.drill@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2b83c1bf, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5716eb7f, net.minecraft.item.crafting.Ingredient@2b83c1bf, net.minecraft.item.crafting.Ingredient@cf7c923, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1350 immersiveengineering:tool/drillhead_steel RecipeStage{tier='three', recipe=1xitem.immersiveengineering.drillhead@0:[net.minecraftforge.oredict.OreIngredient@75058994, net.minecraftforge.oredict.OreIngredient@75058994, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@346bca52, net.minecraftforge.oredict.OreIngredient@346bca52, net.minecraftforge.oredict.OreIngredient@75058994, net.minecraftforge.oredict.OreIngredient@75058994, net.minecraftforge.oredict.OreIngredient@75058994, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1351 immersiveengineering:tool/drillhead_iron RecipeStage{tier='three', recipe=1xitem.immersiveengineering.drillhead@1:[net.minecraftforge.oredict.OreIngredient@70f2ad1e, net.minecraftforge.oredict.OreIngredient@70f2ad1e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@53fe405d, net.minecraftforge.oredict.OreIngredient@53fe405d, net.minecraftforge.oredict.OreIngredient@70f2ad1e, net.minecraftforge.oredict.OreIngredient@70f2ad1e, net.minecraftforge.oredict.OreIngredient@70f2ad1e, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1352 immersiveengineering:tool/chemthrower RecipeStage{tier='three', recipe=1xitem.immersiveengineering.chemthrower@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@515f5f43, net.minecraft.item.crafting.Ingredient@2b83c1bf, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@529ed40e, net.minecraft.item.crafting.Ingredient@2b83c1bf, net.minecraft.item.crafting.Ingredient@4aaa5ce4, net.minecraft.item.crafting.Ingredient@4251de5, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1353 immersiveengineering:stone_decoration/insulating_glass RecipeStage{tier='three', recipe=2xtile.immersiveengineering.stone_decoration@8:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5f2a4946, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7bcf9829, net.minecraftforge.oredict.OreIngredient@10c95058, net.minecraftforge.oredict.OreIngredient@7bcf9829, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5f2a4946, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1354 immersiveengineering:stone_decoration/hempcrete_stairs RecipeStage{tier='three', recipe=4xtile.immersiveengineering.stone_decoration_stairs_hempcrete@0:[net.minecraft.item.crafting.Ingredient@1e5e515f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1e5e515f, net.minecraft.item.crafting.Ingredient@1e5e515f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1e5e515f, net.minecraft.item.crafting.Ingredient@1e5e515f, net.minecraft.item.crafting.Ingredient@1e5e515f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1355 immersiveengineering:stone_decoration/hempcrete_slab_back RecipeStage{tier='three', recipe=1xtile.immersiveengineering.stone_decoration@4:[net.minecraft.item.crafting.Ingredient@5b0d4945, net.minecraft.item.crafting.Ingredient@5b0d4945]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1356 immersiveengineering:stone_decoration/hempcrete_slab RecipeStage{tier='three', recipe=6xtile.immersiveengineering.stone_decoration_slab@4:[net.minecraft.item.crafting.Ingredient@17e10da5, net.minecraft.item.crafting.Ingredient@17e10da5, net.minecraft.item.crafting.Ingredient@17e10da5]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1357 immersiveengineering:stone_decoration/hempcrete RecipeStage{tier='three', recipe=6xtile.immersiveengineering.stone_decoration@4:[net.minecraft.item.crafting.Ingredient@4e1333b9, net.minecraft.item.crafting.Ingredient@4e1333b9, net.minecraft.item.crafting.Ingredient@4e1333b9, net.minecraftforge.oredict.OreIngredient@24189185, net.minecraftforge.oredict.OreIngredient@24189185, net.minecraftforge.oredict.OreIngredient@24189185, net.minecraft.item.crafting.Ingredient@4e1333b9, net.minecraft.item.crafting.Ingredient@4e1333b9, net.minecraft.item.crafting.Ingredient@4e1333b9]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1358 immersiveengineering:stone_decoration/concrete_tile_uncraft RecipeStage{tier='three', recipe=1xtile.immersiveengineering.stone_decoration@5:[net.minecraft.item.crafting.Ingredient@76374913]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1359 immersiveengineering:stone_decoration/concrete_tile_stairs RecipeStage{tier='three', recipe=4xtile.immersiveengineering.stone_decoration_stairs_concrete_tile@0:[net.minecraft.item.crafting.Ingredient@2b24e439, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2b24e439, net.minecraft.item.crafting.Ingredient@2b24e439, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2b24e439, net.minecraft.item.crafting.Ingredient@2b24e439, net.minecraft.item.crafting.Ingredient@2b24e439]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1360 immersiveengineering:stone_decoration/concrete_tile_slab_back RecipeStage{tier='three', recipe=1xtile.immersiveengineering.stone_decoration@6:[net.minecraft.item.crafting.Ingredient@7e8af511, net.minecraft.item.crafting.Ingredient@7e8af511]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1361 immersiveengineering:stone_decoration/concrete_tile_slab RecipeStage{tier='three', recipe=6xtile.immersiveengineering.stone_decoration_slab@6:[net.minecraft.item.crafting.Ingredient@6ecdbe39, net.minecraft.item.crafting.Ingredient@6ecdbe39, net.minecraft.item.crafting.Ingredient@6ecdbe39]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1362 immersiveengineering:stone_decoration/concrete_tile RecipeStage{tier='three', recipe=4xtile.immersiveengineering.stone_decoration@6:[net.minecraft.item.crafting.Ingredient@191f3336, net.minecraft.item.crafting.Ingredient@191f3336, net.minecraft.item.crafting.Ingredient@191f3336, net.minecraft.item.crafting.Ingredient@191f3336]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1363 immersiveengineering:stone_decoration/concrete_stairs_cycle1 RecipeStage{tier='three', recipe=1xtile.immersiveengineering.stone_decoration_stairs_concrete@0:[net.minecraft.item.crafting.Ingredient@a09f794]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1364 immersiveengineering:stone_decoration/concrete_stairs_cycle0 RecipeStage{tier='three', recipe=1xtile.immersiveengineering.stone_decoration_stairs_concrete_tile@0:[net.minecraft.item.crafting.Ingredient@4bc81ac2]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1365 immersiveengineering:stone_decoration/concrete_stairs RecipeStage{tier='three', recipe=4xtile.immersiveengineering.stone_decoration_stairs_concrete@0:[net.minecraft.item.crafting.Ingredient@e897048, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@e897048, net.minecraft.item.crafting.Ingredient@e897048, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@e897048, net.minecraft.item.crafting.Ingredient@e897048, net.minecraft.item.crafting.Ingredient@e897048]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1366 immersiveengineering:stone_decoration/concrete_slab_back RecipeStage{tier='three', recipe=1xtile.immersiveengineering.stone_decoration@5:[net.minecraft.item.crafting.Ingredient@6398528e, net.minecraft.item.crafting.Ingredient@6398528e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1367 immersiveengineering:stone_decoration/concrete_slab RecipeStage{tier='three', recipe=6xtile.immersiveengineering.stone_decoration_slab@5:[net.minecraft.item.crafting.Ingredient@41f0e8f, net.minecraft.item.crafting.Ingredient@41f0e8f, net.minecraft.item.crafting.Ingredient@41f0e8f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1368 immersiveengineering:stone_decoration/concrete_leaded_stairs RecipeStage{tier='three', recipe=4xtile.immersiveengineering.stone_decoration_stairs_concrete_leaded@0:[net.minecraft.item.crafting.Ingredient@7977ca8d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7977ca8d, net.minecraft.item.crafting.Ingredient@7977ca8d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7977ca8d, net.minecraft.item.crafting.Ingredient@7977ca8d, net.minecraft.item.crafting.Ingredient@7977ca8d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1369 immersiveengineering:stone_decoration/concrete_leaded_slab_back RecipeStage{tier='three', recipe=1xtile.immersiveengineering.stone_decoration@7:[net.minecraft.item.crafting.Ingredient@77f891, net.minecraft.item.crafting.Ingredient@77f891]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1370 immersiveengineering:stone_decoration/concrete_leaded_slab RecipeStage{tier='three', recipe=6xtile.immersiveengineering.stone_decoration_slab@7:[net.minecraft.item.crafting.Ingredient@14e3b8d7, net.minecraft.item.crafting.Ingredient@14e3b8d7, net.minecraft.item.crafting.Ingredient@14e3b8d7]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1371 immersiveengineering:stone_decoration/concrete_leaded RecipeStage{tier='three', recipe=1xtile.immersiveengineering.stone_decoration@7:[net.minecraftforge.oredict.OreIngredient@771e15c0, net.minecraft.item.crafting.Ingredient@25a45d6f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1372 immersiveengineering:stone_decoration/concrete2 RecipeStage{tier='three', recipe=12xtile.immersiveengineering.stone_decoration@5:[net.minecraftforge.oredict.OreIngredient@4720e240, net.minecraft.item.crafting.Ingredient@1773691, net.minecraftforge.oredict.OreIngredient@4720e240, net.minecraft.item.crafting.Ingredient@5f440bc1, blusunrize.immersiveengineering.common.crafting.IngredientFluidStack@3abda9aa, net.minecraft.item.crafting.Ingredient@5f440bc1, net.minecraftforge.oredict.OreIngredient@4720e240, net.minecraft.item.crafting.Ingredient@1773691, net.minecraftforge.oredict.OreIngredient@4720e240]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1373 immersiveengineering:stone_decoration/concrete RecipeStage{tier='three', recipe=8xtile.immersiveengineering.stone_decoration@5:[net.minecraftforge.oredict.OreIngredient@7a8ca60e, net.minecraft.item.crafting.Ingredient@56a7b7dc, net.minecraftforge.oredict.OreIngredient@7a8ca60e, net.minecraft.item.crafting.Ingredient@66637c70, blusunrize.immersiveengineering.common.crafting.IngredientFluidStack@359060bd, net.minecraft.item.crafting.Ingredient@66637c70, net.minecraftforge.oredict.OreIngredient@7a8ca60e, net.minecraft.item.crafting.Ingredient@56a7b7dc, net.minecraftforge.oredict.OreIngredient@7a8ca60e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1374 immersiveengineering:stone_decoration/cokebrick_slab_back RecipeStage{tier='three', recipe=1xtile.immersiveengineering.stone_decoration@0:[net.minecraft.item.crafting.Ingredient@11cd6357, net.minecraft.item.crafting.Ingredient@11cd6357]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1375 immersiveengineering:stone_decoration/cokebrick_slab RecipeStage{tier='three', recipe=6xtile.immersiveengineering.stone_decoration_slab@0:[net.minecraft.item.crafting.Ingredient@46409de2, net.minecraft.item.crafting.Ingredient@46409de2, net.minecraft.item.crafting.Ingredient@46409de2]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1376 immersiveengineering:stone_decoration/cokebrick RecipeStage{tier='three', recipe=3xtile.immersiveengineering.stone_decoration@0:[net.minecraft.item.crafting.Ingredient@49c97e03, net.minecraftforge.oredict.OreIngredient@1edd415b, net.minecraft.item.crafting.Ingredient@49c97e03, net.minecraftforge.oredict.OreIngredient@1edd415b, net.minecraftforge.oredict.OreIngredient@4e7dbc1c, net.minecraftforge.oredict.OreIngredient@1edd415b, net.minecraft.item.crafting.Ingredient@49c97e03, net.minecraftforge.oredict.OreIngredient@1edd415b, net.minecraft.item.crafting.Ingredient@49c97e03]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1377 immersiveengineering:stone_decoration/cokeblock_uncraft RecipeStage{tier='three', recipe=9xitem.immersiveengineering.material@6:[net.minecraft.item.crafting.Ingredient@7d168bce]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1378 immersiveengineering:stone_decoration/cokeblock RecipeStage{tier='three', recipe=1xtile.immersiveengineering.stone_decoration@3:[net.minecraft.item.crafting.Ingredient@237b836a, net.minecraft.item.crafting.Ingredient@237b836a, net.minecraft.item.crafting.Ingredient@237b836a, net.minecraft.item.crafting.Ingredient@237b836a, net.minecraft.item.crafting.Ingredient@237b836a, net.minecraft.item.crafting.Ingredient@237b836a, net.minecraft.item.crafting.Ingredient@237b836a, net.minecraft.item.crafting.Ingredient@237b836a, net.minecraft.item.crafting.Ingredient@237b836a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1380 immersiveengineering:stone_decoration/blastbrick_slab RecipeStage{tier='three', recipe=6xtile.immersiveengineering.stone_decoration_slab@1:[net.minecraft.item.crafting.Ingredient@3c025e9b, net.minecraft.item.crafting.Ingredient@3c025e9b, net.minecraft.item.crafting.Ingredient@3c025e9b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1381 immersiveengineering:stone_decoration/blastbrick_reinforced_slab_back RecipeStage{tier='three', recipe=1xtile.immersiveengineering.stone_decoration@2:[net.minecraft.item.crafting.Ingredient@381d9e6, net.minecraft.item.crafting.Ingredient@381d9e6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1382 immersiveengineering:stone_decoration/blastbrick_reinforced_slab RecipeStage{tier='three', recipe=6xtile.immersiveengineering.stone_decoration_slab@2:[net.minecraft.item.crafting.Ingredient@38f1ae0b, net.minecraft.item.crafting.Ingredient@38f1ae0b, net.minecraft.item.crafting.Ingredient@38f1ae0b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1383 immersiveengineering:stone_decoration/blastbrick_reinforced RecipeStage{tier='three', recipe=1xtile.immersiveengineering.stone_decoration@2:[net.minecraftforge.oredict.OreIngredient@2480e63, net.minecraft.item.crafting.Ingredient@72c91ccd]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1385 immersiveengineering:stone_decoration/alloybrick_slab_back RecipeStage{tier='one', recipe=1xtile.immersiveengineering.stone_decoration@10:[net.minecraft.item.crafting.Ingredient@23c9b704, net.minecraft.item.crafting.Ingredient@23c9b704]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1386 immersiveengineering:stone_decoration/alloybrick_slab RecipeStage{tier='one', recipe=6xtile.immersiveengineering.stone_decoration_slab@10:[net.minecraft.item.crafting.Ingredient@37dbdc5e, net.minecraft.item.crafting.Ingredient@37dbdc5e, net.minecraft.item.crafting.Ingredient@37dbdc5e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1387 immersiveengineering:stone_decoration/alloybrick RecipeStage{tier='one', recipe=2xtile.immersiveengineering.stone_decoration@10:[net.minecraftforge.oredict.OreIngredient@4e7dbc1c, net.minecraftforge.oredict.OreIngredient@1edd415b, net.minecraftforge.oredict.OreIngredient@1edd415b, net.minecraftforge.oredict.OreIngredient@4e7dbc1c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1389 immersiveengineering:sheetmetal/uranium_sheetmetal_slab_back RecipeStage{tier='three', recipe=1xtile.immersiveengineering.sheetmetal@5:[net.minecraft.item.crafting.Ingredient@b3b066, net.minecraft.item.crafting.Ingredient@b3b066]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1390 immersiveengineering:sheetmetal/uranium_sheetmetal_slab RecipeStage{tier='three', recipe=6xtile.immersiveengineering.sheetmetal_slab@5:[net.minecraft.item.crafting.Ingredient@5134340, net.minecraft.item.crafting.Ingredient@5134340, net.minecraft.item.crafting.Ingredient@5134340]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1391 immersiveengineering:sheetmetal/uranium_sheetmetal RecipeStage{tier='three', recipe=4xtile.immersiveengineering.sheetmetal@5:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5ffbbff, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5ffbbff, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5ffbbff, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5ffbbff, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1393 immersiveengineering:sheetmetal/steel_sheetmetal_slab_back RecipeStage{tier='three', recipe=1xtile.immersiveengineering.sheetmetal@8:[net.minecraft.item.crafting.Ingredient@40bec182, net.minecraft.item.crafting.Ingredient@40bec182]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1394 immersiveengineering:sheetmetal/steel_sheetmetal_slab RecipeStage{tier='three', recipe=6xtile.immersiveengineering.sheetmetal_slab@8:[net.minecraft.item.crafting.Ingredient@28a5a5fe, net.minecraft.item.crafting.Ingredient@28a5a5fe, net.minecraft.item.crafting.Ingredient@28a5a5fe]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1395 immersiveengineering:sheetmetal/steel_sheetmetal RecipeStage{tier='three', recipe=4xtile.immersiveengineering.sheetmetal@8:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2480e63, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2480e63, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2480e63, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2480e63, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1397 immersiveengineering:sheetmetal/silver_sheetmetal_slab_back RecipeStage{tier='three', recipe=1xtile.immersiveengineering.sheetmetal@3:[net.minecraft.item.crafting.Ingredient@2aabc013, net.minecraft.item.crafting.Ingredient@2aabc013]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1398 immersiveengineering:sheetmetal/silver_sheetmetal_slab RecipeStage{tier='three', recipe=6xtile.immersiveengineering.sheetmetal_slab@3:[net.minecraft.item.crafting.Ingredient@550c284c, net.minecraft.item.crafting.Ingredient@550c284c, net.minecraft.item.crafting.Ingredient@550c284c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1399 immersiveengineering:sheetmetal/silver_sheetmetal RecipeStage{tier='three', recipe=4xtile.immersiveengineering.sheetmetal@3:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3e814893, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3e814893, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3e814893, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3e814893, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1401 immersiveengineering:sheetmetal/nickel_sheetmetal_slab_back RecipeStage{tier='three', recipe=1xtile.immersiveengineering.sheetmetal@4:[net.minecraft.item.crafting.Ingredient@25b8c9a0, net.minecraft.item.crafting.Ingredient@25b8c9a0]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1402 immersiveengineering:sheetmetal/nickel_sheetmetal_slab RecipeStage{tier='three', recipe=6xtile.immersiveengineering.sheetmetal_slab@4:[net.minecraft.item.crafting.Ingredient@27d67a62, net.minecraft.item.crafting.Ingredient@27d67a62, net.minecraft.item.crafting.Ingredient@27d67a62]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1403 immersiveengineering:sheetmetal/nickel_sheetmetal RecipeStage{tier='three', recipe=4xtile.immersiveengineering.sheetmetal@4:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6842f9cf, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6842f9cf, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6842f9cf, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6842f9cf, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1405 immersiveengineering:sheetmetal/lead_sheetmetal_slab_back RecipeStage{tier='three', recipe=1xtile.immersiveengineering.sheetmetal@2:[net.minecraft.item.crafting.Ingredient@3c327ed9, net.minecraft.item.crafting.Ingredient@3c327ed9]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1406 immersiveengineering:sheetmetal/lead_sheetmetal_slab RecipeStage{tier='three', recipe=6xtile.immersiveengineering.sheetmetal_slab@2:[net.minecraft.item.crafting.Ingredient@5599a5f7, net.minecraft.item.crafting.Ingredient@5599a5f7, net.minecraft.item.crafting.Ingredient@5599a5f7]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1407 immersiveengineering:sheetmetal/lead_sheetmetal RecipeStage{tier='three', recipe=4xtile.immersiveengineering.sheetmetal@2:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@771e15c0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@771e15c0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@771e15c0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@771e15c0, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1409 immersiveengineering:sheetmetal/iron_sheetmetal_slab_back RecipeStage{tier='three', recipe=1xtile.immersiveengineering.sheetmetal@9:[net.minecraft.item.crafting.Ingredient@76709596, net.minecraft.item.crafting.Ingredient@76709596]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1410 immersiveengineering:sheetmetal/iron_sheetmetal_slab RecipeStage{tier='three', recipe=6xtile.immersiveengineering.sheetmetal_slab@9:[net.minecraft.item.crafting.Ingredient@3b7e8701, net.minecraft.item.crafting.Ingredient@3b7e8701, net.minecraft.item.crafting.Ingredient@3b7e8701]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1411 immersiveengineering:sheetmetal/iron_sheetmetal RecipeStage{tier='three', recipe=4xtile.immersiveengineering.sheetmetal@9:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@10d59414, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@10d59414, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@10d59414, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@10d59414, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1413 immersiveengineering:sheetmetal/gold_sheetmetal_slab_back RecipeStage{tier='three', recipe=1xtile.immersiveengineering.sheetmetal@10:[net.minecraft.item.crafting.Ingredient@6d4fcfe9, net.minecraft.item.crafting.Ingredient@6d4fcfe9]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1414 immersiveengineering:sheetmetal/gold_sheetmetal_slab RecipeStage{tier='three', recipe=6xtile.immersiveengineering.sheetmetal_slab@10:[net.minecraft.item.crafting.Ingredient@7517a76b, net.minecraft.item.crafting.Ingredient@7517a76b, net.minecraft.item.crafting.Ingredient@7517a76b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1415 immersiveengineering:sheetmetal/gold_sheetmetal RecipeStage{tier='three', recipe=4xtile.immersiveengineering.sheetmetal@10:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@9ad1ed, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@9ad1ed, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@9ad1ed, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@9ad1ed, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1417 immersiveengineering:sheetmetal/electrum_sheetmetal_slab_back RecipeStage{tier='three', recipe=1xtile.immersiveengineering.sheetmetal@7:[net.minecraft.item.crafting.Ingredient@765ef77b, net.minecraft.item.crafting.Ingredient@765ef77b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1418 immersiveengineering:sheetmetal/electrum_sheetmetal_slab RecipeStage{tier='three', recipe=6xtile.immersiveengineering.sheetmetal_slab@7:[net.minecraft.item.crafting.Ingredient@5fdc2266, net.minecraft.item.crafting.Ingredient@5fdc2266, net.minecraft.item.crafting.Ingredient@5fdc2266]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1419 immersiveengineering:sheetmetal/electrum_sheetmetal RecipeStage{tier='three', recipe=4xtile.immersiveengineering.sheetmetal@7:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5589595d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5589595d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5589595d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5589595d, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1421 immersiveengineering:sheetmetal/copper_sheetmetal_slab_back RecipeStage{tier='three', recipe=1xtile.immersiveengineering.sheetmetal@0:[net.minecraft.item.crafting.Ingredient@5ed5422c, net.minecraft.item.crafting.Ingredient@5ed5422c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1422 immersiveengineering:sheetmetal/copper_sheetmetal_slab RecipeStage{tier='three', recipe=6xtile.immersiveengineering.sheetmetal_slab@0:[net.minecraft.item.crafting.Ingredient@726e04b5, net.minecraft.item.crafting.Ingredient@726e04b5, net.minecraft.item.crafting.Ingredient@726e04b5]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1423 immersiveengineering:sheetmetal/copper_sheetmetal RecipeStage{tier='three', recipe=4xtile.immersiveengineering.sheetmetal@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5a17a761, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5a17a761, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5a17a761, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5a17a761, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1425 immersiveengineering:sheetmetal/constantan_sheetmetal_slab_back RecipeStage{tier='three', recipe=1xtile.immersiveengineering.sheetmetal@6:[net.minecraft.item.crafting.Ingredient@77fd1562, net.minecraft.item.crafting.Ingredient@77fd1562]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1426 immersiveengineering:sheetmetal/constantan_sheetmetal_slab RecipeStage{tier='three', recipe=6xtile.immersiveengineering.sheetmetal_slab@6:[net.minecraft.item.crafting.Ingredient@e531e19, net.minecraft.item.crafting.Ingredient@e531e19, net.minecraft.item.crafting.Ingredient@e531e19]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1427 immersiveengineering:sheetmetal/constantan_sheetmetal RecipeStage{tier='three', recipe=4xtile.immersiveengineering.sheetmetal@6:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@54889af0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@54889af0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@54889af0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@54889af0, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1429 immersiveengineering:sheetmetal/aluminum_sheetmetal_slab_back RecipeStage{tier='three', recipe=1xtile.immersiveengineering.sheetmetal@1:[net.minecraft.item.crafting.Ingredient@67cf3089, net.minecraft.item.crafting.Ingredient@67cf3089]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1430 immersiveengineering:sheetmetal/aluminum_sheetmetal_slab RecipeStage{tier='three', recipe=6xtile.immersiveengineering.sheetmetal_slab@1:[net.minecraft.item.crafting.Ingredient@436015b5, net.minecraft.item.crafting.Ingredient@436015b5, net.minecraft.item.crafting.Ingredient@436015b5]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1431 immersiveengineering:sheetmetal/aluminum_sheetmetal RecipeStage{tier='three', recipe=4xtile.immersiveengineering.sheetmetal@1:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5220ecc5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5220ecc5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5220ecc5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5220ecc5, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1433 immersiveengineering:metal_storage/uranium_slab RecipeStage{tier='four', recipe=6xtile.immersiveengineering.storage_slab@5:[net.minecraft.item.crafting.Ingredient@6b0fe0fd, net.minecraft.item.crafting.Ingredient@6b0fe0fd, net.minecraft.item.crafting.Ingredient@6b0fe0fd]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1439 immersiveengineering:metal_storage/steel_slab RecipeStage{tier='three', recipe=6xtile.immersiveengineering.storage_slab@8:[net.minecraft.item.crafting.Ingredient@17fe8625, net.minecraft.item.crafting.Ingredient@17fe8625, net.minecraft.item.crafting.Ingredient@17fe8625]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1445 immersiveengineering:metal_storage/silver_slab RecipeStage{tier='three', recipe=6xtile.immersiveengineering.storage_slab@3:[net.minecraft.item.crafting.Ingredient@76ab1046, net.minecraft.item.crafting.Ingredient@76ab1046, net.minecraft.item.crafting.Ingredient@76ab1046]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1451 immersiveengineering:metal_storage/nickel_slab RecipeStage{tier='three', recipe=6xtile.immersiveengineering.storage_slab@4:[net.minecraft.item.crafting.Ingredient@2969fca1, net.minecraft.item.crafting.Ingredient@2969fca1, net.minecraft.item.crafting.Ingredient@2969fca1]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1457 immersiveengineering:metal_storage/lead_slab RecipeStage{tier='three', recipe=6xtile.immersiveengineering.storage_slab@2:[net.minecraft.item.crafting.Ingredient@ac4616c, net.minecraft.item.crafting.Ingredient@ac4616c, net.minecraft.item.crafting.Ingredient@ac4616c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1465 immersiveengineering:metal_storage/electrum_slab RecipeStage{tier='three', recipe=6xtile.immersiveengineering.storage_slab@7:[net.minecraft.item.crafting.Ingredient@69ee3c4c, net.minecraft.item.crafting.Ingredient@69ee3c4c, net.minecraft.item.crafting.Ingredient@69ee3c4c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1471 immersiveengineering:metal_storage/copper_slab RecipeStage{tier='one', recipe=6xtile.immersiveengineering.storage_slab@0:[net.minecraft.item.crafting.Ingredient@3f0b0cfa, net.minecraft.item.crafting.Ingredient@3f0b0cfa, net.minecraft.item.crafting.Ingredient@3f0b0cfa]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1477 immersiveengineering:metal_storage/constantan_slab RecipeStage{tier='three', recipe=6xtile.immersiveengineering.storage_slab@6:[net.minecraft.item.crafting.Ingredient@22de81be, net.minecraft.item.crafting.Ingredient@22de81be, net.minecraft.item.crafting.Ingredient@22de81be]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1483 immersiveengineering:metal_storage/aluminum_slab RecipeStage{tier='three', recipe=6xtile.immersiveengineering.storage_slab@1:[net.minecraft.item.crafting.Ingredient@edb0947, net.minecraft.item.crafting.Ingredient@edb0947, net.minecraft.item.crafting.Ingredient@edb0947]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1488 immersiveengineering:metal_devices/turret_gun RecipeStage{tier='three', recipe=1xtile.immersiveengineering.metal_device1@11:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@32a99b35, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@397271dd, net.minecraft.item.crafting.Ingredient@25eccc72, net.minecraft.item.crafting.Ingredient@2dcba4ed, net.minecraft.item.crafting.Ingredient@79939d7e, net.minecraft.item.crafting.Ingredient@71dd14a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1489 immersiveengineering:metal_devices/turret_chemthrower RecipeStage{tier='three', recipe=1xtile.immersiveengineering.metal_device1@10:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1278517c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@47b9e5fb, net.minecraft.item.crafting.Ingredient@1fae0087, net.minecraft.item.crafting.Ingredient@6de8989, net.minecraft.item.crafting.Ingredient@5e636a96, net.minecraft.item.crafting.Ingredient@ec03397]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1490 immersiveengineering:metal_devices/thermoelectric_generator RecipeStage{tier='three', recipe=1xtile.immersiveengineering.metal_device1@3:[net.minecraftforge.oredict.OreIngredient@75058994, net.minecraftforge.oredict.OreIngredient@75058994, net.minecraftforge.oredict.OreIngredient@75058994, net.minecraftforge.oredict.OreIngredient@54889af0, net.minecraft.item.crafting.Ingredient@52928a84, net.minecraftforge.oredict.OreIngredient@54889af0, net.minecraftforge.oredict.OreIngredient@54889af0, net.minecraftforge.oredict.OreIngredient@54889af0, net.minecraftforge.oredict.OreIngredient@54889af0]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1491 immersiveengineering:metal_devices/tesla_coil RecipeStage{tier='three', recipe=1xtile.immersiveengineering.metal_device1@8:[net.minecraftforge.oredict.OreIngredient@7e2973a2, net.minecraftforge.oredict.OreIngredient@7e2973a2, net.minecraftforge.oredict.OreIngredient@7e2973a2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@52928a84, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@71f95238, net.minecraft.item.crafting.Ingredient@52928a84, net.minecraft.item.crafting.Ingredient@71f95238]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1492 immersiveengineering:metal_devices/powered_lantern RecipeStage{tier='three', recipe=3xtile.immersiveengineering.metal_device1@4:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@10d59414, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@18890910, net.minecraft.item.crafting.Ingredient@7e01ea5d, net.minecraftforge.oredict.OreIngredient@18890910, net.minecraftforge.oredict.OreIngredient@10d59414, net.minecraftforge.oredict.OreIngredient@761ddf1d, net.minecraftforge.oredict.OreIngredient@10d59414]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1493 immersiveengineering:metal_devices/garden_cloche RecipeStage{tier='three', recipe=1xtile.immersiveengineering.metal_device1@13:[net.minecraftforge.oredict.OreIngredient@5f2a4946, net.minecraft.item.crafting.Ingredient@7e01ea5d, net.minecraftforge.oredict.OreIngredient@5f2a4946, net.minecraftforge.oredict.OreIngredient@5f2a4946, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5f2a4946, net.minecraftforge.oredict.OreIngredient@2a2496a6, net.minecraft.item.crafting.Ingredient@607998c9, net.minecraftforge.oredict.OreIngredient@2a2496a6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1494 immersiveengineering:metal_devices/furnace_heater RecipeStage{tier='three', recipe=1xtile.immersiveengineering.metal_device1@1:[net.minecraftforge.oredict.OreIngredient@70f2ad1e, net.minecraftforge.oredict.OreIngredient@738cc5af, net.minecraftforge.oredict.OreIngredient@70f2ad1e, net.minecraftforge.oredict.OreIngredient@738cc5af, net.minecraft.item.crafting.Ingredient@52928a84, net.minecraftforge.oredict.OreIngredient@738cc5af, net.minecraftforge.oredict.OreIngredient@70f2ad1e, net.minecraftforge.oredict.OreIngredient@761ddf1d, net.minecraftforge.oredict.OreIngredient@70f2ad1e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1496 immersiveengineering:metal_devices/fluid_pipe RecipeStage{tier='three', recipe=8xtile.immersiveengineering.metal_device1@6:[net.minecraftforge.oredict.OreIngredient@10d59414, net.minecraftforge.oredict.OreIngredient@10d59414, net.minecraftforge.oredict.OreIngredient@10d59414, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@10d59414, net.minecraftforge.oredict.OreIngredient@10d59414, net.minecraftforge.oredict.OreIngredient@10d59414]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1497 immersiveengineering:metal_devices/fluid_outlet RecipeStage{tier='three', recipe=1xtile.immersiveengineering.metal_device0@6:[net.minecraftforge.oredict.OreIngredient@10d59414, net.minecraft.item.crafting.Ingredient@120ee129, net.minecraftforge.oredict.OreIngredient@10d59414, net.minecraft.item.crafting.Ingredient@120ee129, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@120ee129, net.minecraftforge.oredict.OreIngredient@10d59414, net.minecraft.item.crafting.Ingredient@120ee129, net.minecraftforge.oredict.OreIngredient@10d59414]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1498 immersiveengineering:metal_devices/floodlight RecipeStage{tier='three', recipe=1xtile.immersiveengineering.metal_device1@9:[net.minecraftforge.oredict.OreIngredient@70f2ad1e, net.minecraftforge.oredict.OreIngredient@70f2ad1e, net.minecraftforge.oredict.OreIngredient@70f2ad1e, net.minecraftforge.oredict.OreIngredient@18890910, net.minecraft.item.crafting.Ingredient@7e01ea5d, net.minecraft.item.crafting.Ingredient@52928a84, net.minecraftforge.oredict.OreIngredient@70f2ad1e, net.minecraft.item.crafting.Ingredient@607998c9, net.minecraftforge.oredict.OreIngredient@70f2ad1e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1499 immersiveengineering:metal_devices/dynamo RecipeStage{tier='three', recipe=1xtile.immersiveengineering.metal_device1@2:[net.minecraftforge.oredict.OreIngredient@761ddf1d, net.minecraft.item.crafting.Ingredient@52928a84, net.minecraftforge.oredict.OreIngredient@761ddf1d, net.minecraftforge.oredict.OreIngredient@70f2ad1e, net.minecraftforge.oredict.OreIngredient@70f2ad1e, net.minecraftforge.oredict.OreIngredient@70f2ad1e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1500 immersiveengineering:metal_devices/coresample_drill RecipeStage{tier='three', recipe=1xtile.immersiveengineering.metal_device1@7:[net.minecraftforge.oredict.OreIngredient@c8498a6, net.minecraftforge.oredict.OreIngredient@107b4865, net.minecraftforge.oredict.OreIngredient@c8498a6, net.minecraftforge.oredict.OreIngredient@c8498a6, net.minecraftforge.oredict.OreIngredient@107b4865, net.minecraftforge.oredict.OreIngredient@c8498a6, net.minecraft.item.crafting.Ingredient@8267280, net.minecraftforge.oredict.OreIngredient@107b4865, net.minecraft.item.crafting.Ingredient@8267280]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1501 immersiveengineering:metal_devices/charging_station RecipeStage{tier='three', recipe=1xtile.immersiveengineering.metal_device1@5:[net.minecraftforge.oredict.OreIngredient@70f2ad1e, net.minecraft.item.crafting.Ingredient@4acda08b, net.minecraftforge.oredict.OreIngredient@70f2ad1e, net.minecraftforge.oredict.OreIngredient@5f2a4946, net.minecraftforge.oredict.OreIngredient@5f2a4946, net.minecraftforge.oredict.OreIngredient@5f2a4946, net.minecraftforge.oredict.OreIngredient@2a2496a6, net.minecraft.item.crafting.Ingredient@52928a84, net.minecraftforge.oredict.OreIngredient@2a2496a6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1502 immersiveengineering:metal_devices/capacitor_mv RecipeStage{tier='three', recipe=1xtile.immersiveengineering.metal_device0@1:[net.minecraftforge.oredict.OreIngredient@70f2ad1e, net.minecraftforge.oredict.OreIngredient@70f2ad1e, net.minecraftforge.oredict.OreIngredient@70f2ad1e, net.minecraftforge.oredict.OreIngredient@72f951c, net.minecraftforge.oredict.OreIngredient@b8e4169, net.minecraftforge.oredict.OreIngredient@72f951c, net.minecraftforge.oredict.OreIngredient@2a2496a6, net.minecraftforge.oredict.OreIngredient@185b8635, net.minecraftforge.oredict.OreIngredient@2a2496a6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1503 immersiveengineering:metal_devices/capacitor_lv RecipeStage{tier='three', recipe=1xtile.immersiveengineering.metal_device0@0:[net.minecraftforge.oredict.OreIngredient@70f2ad1e, net.minecraftforge.oredict.OreIngredient@70f2ad1e, net.minecraftforge.oredict.OreIngredient@70f2ad1e, net.minecraftforge.oredict.OreIngredient@738cc5af, net.minecraftforge.oredict.OreIngredient@b8e4169, net.minecraftforge.oredict.OreIngredient@738cc5af, net.minecraftforge.oredict.OreIngredient@2a2496a6, net.minecraftforge.oredict.OreIngredient@761ddf1d, net.minecraftforge.oredict.OreIngredient@2a2496a6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1504 immersiveengineering:metal_devices/capacitor_hv RecipeStage{tier='three', recipe=1xtile.immersiveengineering.metal_device0@2:[net.minecraftforge.oredict.OreIngredient@75058994, net.minecraftforge.oredict.OreIngredient@75058994, net.minecraftforge.oredict.OreIngredient@75058994, net.minecraftforge.oredict.OreIngredient@7e2973a2, net.minecraftforge.oredict.OreIngredient@c5173fa, net.minecraftforge.oredict.OreIngredient@7e2973a2, net.minecraftforge.oredict.OreIngredient@2a2496a6, net.minecraftforge.oredict.OreIngredient@185b8635, net.minecraftforge.oredict.OreIngredient@2a2496a6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1505 immersiveengineering:metal_devices/blastfurnace_preheater RecipeStage{tier='three', recipe=1xtile.immersiveengineering.metal_device1@0:[net.minecraftforge.oredict.OreIngredient@6b7f9ec9, net.minecraftforge.oredict.OreIngredient@6b7f9ec9, net.minecraftforge.oredict.OreIngredient@6b7f9ec9, net.minecraftforge.oredict.OreIngredient@6b7f9ec9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6b7f9ec9, net.minecraftforge.oredict.OreIngredient@6b7f9ec9, net.minecraft.item.crafting.Ingredient@689453d8, net.minecraftforge.oredict.OreIngredient@6b7f9ec9]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1506 immersiveengineering:metal_devices/barrel RecipeStage{tier='three', recipe=1xtile.immersiveengineering.metal_device0@4:[net.minecraftforge.oredict.OreIngredient@64adcdbc, net.minecraftforge.oredict.OreIngredient@64adcdbc, net.minecraftforge.oredict.OreIngredient@64adcdbc, net.minecraftforge.oredict.OreIngredient@6b7f9ec9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6b7f9ec9, net.minecraftforge.oredict.OreIngredient@6b7f9ec9, net.minecraftforge.oredict.OreIngredient@6b7f9ec9, net.minecraftforge.oredict.OreIngredient@6b7f9ec9]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1507 immersiveengineering:metal_decoration/structural_arm_steel RecipeStage{tier='three', recipe=4xtile.immersiveengineering.metal_decoration2@7:[net.minecraftforge.oredict.OreIngredient@c8498a6, net.minecraftforge.oredict.OreIngredient@c8498a6, net.minecraftforge.oredict.OreIngredient@c8498a6, net.minecraftforge.oredict.OreIngredient@c8498a6, net.minecraftforge.oredict.OreIngredient@c8498a6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@c8498a6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1508 immersiveengineering:metal_decoration/structural_arm_alu RecipeStage{tier='three', recipe=4xtile.immersiveengineering.metal_decoration2@8:[net.minecraftforge.oredict.OreIngredient@74dcea8a, net.minecraftforge.oredict.OreIngredient@74dcea8a, net.minecraftforge.oredict.OreIngredient@74dcea8a, net.minecraftforge.oredict.OreIngredient@74dcea8a, net.minecraftforge.oredict.OreIngredient@74dcea8a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@74dcea8a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1509 immersiveengineering:metal_decoration/steel_wallmount RecipeStage{tier='three', recipe=4xtile.immersiveengineering.metal_decoration2@1:[net.minecraftforge.oredict.OreIngredient@75058994, net.minecraftforge.oredict.OreIngredient@75058994, net.minecraftforge.oredict.OreIngredient@75058994, net.minecraftforge.oredict.OreIngredient@66d3ed3f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1510 immersiveengineering:metal_decoration/steel_scaffolding_stairs_cycle2 RecipeStage{tier='three', recipe=1xtile.immersiveengineering.steel_scaffolding_stairs0@0:[net.minecraft.item.crafting.Ingredient@72aa93d2]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1511 immersiveengineering:metal_decoration/steel_scaffolding_stairs_cycle1 RecipeStage{tier='three', recipe=1xtile.immersiveengineering.steel_scaffolding_stairs2@0:[net.minecraft.item.crafting.Ingredient@45250fa]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1512 immersiveengineering:metal_decoration/steel_scaffolding_stairs_cycle0 RecipeStage{tier='three', recipe=1xtile.immersiveengineering.steel_scaffolding_stairs1@0:[net.minecraft.item.crafting.Ingredient@79067471]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1513 immersiveengineering:metal_decoration/steel_scaffolding_stairs2 RecipeStage{tier='three', recipe=4xtile.immersiveengineering.steel_scaffolding_stairs2@0:[net.minecraft.item.crafting.Ingredient@17003e12, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@17003e12, net.minecraft.item.crafting.Ingredient@17003e12, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@17003e12, net.minecraft.item.crafting.Ingredient@17003e12, net.minecraft.item.crafting.Ingredient@17003e12]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1514 immersiveengineering:metal_decoration/steel_scaffolding_stairs1 RecipeStage{tier='three', recipe=4xtile.immersiveengineering.steel_scaffolding_stairs1@0:[net.minecraft.item.crafting.Ingredient@366c3d7f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@366c3d7f, net.minecraft.item.crafting.Ingredient@366c3d7f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@366c3d7f, net.minecraft.item.crafting.Ingredient@366c3d7f, net.minecraft.item.crafting.Ingredient@366c3d7f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1515 immersiveengineering:metal_decoration/steel_scaffolding_stairs0 RecipeStage{tier='three', recipe=4xtile.immersiveengineering.steel_scaffolding_stairs0@0:[net.minecraft.item.crafting.Ingredient@6e107215, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6e107215, net.minecraft.item.crafting.Ingredient@6e107215, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6e107215, net.minecraft.item.crafting.Ingredient@6e107215, net.minecraft.item.crafting.Ingredient@6e107215]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1516 immersiveengineering:metal_decoration/steel_scaffolding_slab_cycle2 RecipeStage{tier='three', recipe=1xtile.immersiveengineering.metal_decoration1_slab@1:[net.minecraft.item.crafting.Ingredient@5bd76248]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1517 immersiveengineering:metal_decoration/steel_scaffolding_slab_cycle1 RecipeStage{tier='three', recipe=1xtile.immersiveengineering.metal_decoration1_slab@3:[net.minecraft.item.crafting.Ingredient@658a9f7a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1518 immersiveengineering:metal_decoration/steel_scaffolding_slab_cycle0 RecipeStage{tier='three', recipe=1xtile.immersiveengineering.metal_decoration1_slab@2:[net.minecraft.item.crafting.Ingredient@45be8f70]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1519 immersiveengineering:metal_decoration/steel_scaffolding_slab_back2 RecipeStage{tier='three', recipe=1xtile.immersiveengineering.metal_decoration1@3:[net.minecraft.item.crafting.Ingredient@25d7a05e, net.minecraft.item.crafting.Ingredient@25d7a05e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1520 immersiveengineering:metal_decoration/steel_scaffolding_slab_back1 RecipeStage{tier='three', recipe=1xtile.immersiveengineering.metal_decoration1@2:[net.minecraft.item.crafting.Ingredient@7620dd23, net.minecraft.item.crafting.Ingredient@7620dd23]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1521 immersiveengineering:metal_decoration/steel_scaffolding_slab_back0 RecipeStage{tier='three', recipe=1xtile.immersiveengineering.metal_decoration1@1:[net.minecraft.item.crafting.Ingredient@72154c10, net.minecraft.item.crafting.Ingredient@72154c10]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1522 immersiveengineering:metal_decoration/steel_scaffolding_slab2 RecipeStage{tier='three', recipe=6xtile.immersiveengineering.metal_decoration1_slab@3:[net.minecraft.item.crafting.Ingredient@55465bd2, net.minecraft.item.crafting.Ingredient@55465bd2, net.minecraft.item.crafting.Ingredient@55465bd2]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1523 immersiveengineering:metal_decoration/steel_scaffolding_slab1 RecipeStage{tier='three', recipe=6xtile.immersiveengineering.metal_decoration1_slab@2:[net.minecraft.item.crafting.Ingredient@32081599, net.minecraft.item.crafting.Ingredient@32081599, net.minecraft.item.crafting.Ingredient@32081599]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1524 immersiveengineering:metal_decoration/steel_scaffolding_slab0 RecipeStage{tier='three', recipe=6xtile.immersiveengineering.metal_decoration1_slab@1:[net.minecraft.item.crafting.Ingredient@77314892, net.minecraft.item.crafting.Ingredient@77314892, net.minecraft.item.crafting.Ingredient@77314892]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1525 immersiveengineering:metal_decoration/steel_scaffolding_cycle2 RecipeStage{tier='three', recipe=1xtile.immersiveengineering.metal_decoration1@1:[net.minecraft.item.crafting.Ingredient@188779c4]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1526 immersiveengineering:metal_decoration/steel_scaffolding_cycle1 RecipeStage{tier='three', recipe=1xtile.immersiveengineering.metal_decoration1@3:[net.minecraft.item.crafting.Ingredient@115062d5]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1527 immersiveengineering:metal_decoration/steel_scaffolding_cycle0 RecipeStage{tier='three', recipe=1xtile.immersiveengineering.metal_decoration1@2:[net.minecraft.item.crafting.Ingredient@25d329ea]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1528 immersiveengineering:metal_decoration/steel_scaffolding RecipeStage{tier='three', recipe=6xtile.immersiveengineering.metal_decoration1@1:[net.minecraftforge.oredict.OreIngredient@75058994, net.minecraftforge.oredict.OreIngredient@75058994, net.minecraftforge.oredict.OreIngredient@75058994, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@66d3ed3f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@66d3ed3f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@66d3ed3f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1529 immersiveengineering:metal_decoration/steel_post RecipeStage{tier='three', recipe=1xtile.immersiveengineering.metal_decoration2@0:[net.minecraftforge.oredict.OreIngredient@107b4865, net.minecraftforge.oredict.OreIngredient@107b4865, net.minecraftforge.oredict.OreIngredient@3322a186]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1530 immersiveengineering:metal_decoration/steel_fence RecipeStage{tier='three', recipe=3xtile.immersiveengineering.metal_decoration1@0:[net.minecraftforge.oredict.OreIngredient@75058994, net.minecraftforge.oredict.OreIngredient@66d3ed3f, net.minecraftforge.oredict.OreIngredient@75058994, net.minecraftforge.oredict.OreIngredient@75058994, net.minecraftforge.oredict.OreIngredient@66d3ed3f, net.minecraftforge.oredict.OreIngredient@75058994]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1532 immersiveengineering:metal_decoration/razor_wire RecipeStage{tier='three', recipe=3xtile.immersiveengineering.metal_decoration2@5:[net.minecraftforge.oredict.OreIngredient@2480e63, net.minecraftforge.oredict.OreIngredient@329e50ff, net.minecraftforge.oredict.OreIngredient@2480e63, net.minecraftforge.oredict.OreIngredient@329e50ff, net.minecraftforge.oredict.OreIngredient@329e50ff, net.minecraftforge.oredict.OreIngredient@329e50ff, net.minecraftforge.oredict.OreIngredient@2480e63, net.minecraftforge.oredict.OreIngredient@329e50ff, net.minecraftforge.oredict.OreIngredient@2480e63]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1533 immersiveengineering:metal_decoration/radiator RecipeStage{tier='three', recipe=2xtile.immersiveengineering.metal_decoration0@7:[net.minecraftforge.oredict.OreIngredient@75058994, net.minecraftforge.oredict.OreIngredient@738cc5af, net.minecraftforge.oredict.OreIngredient@75058994, net.minecraftforge.oredict.OreIngredient@738cc5af, blusunrize.immersiveengineering.common.crafting.IngredientFluidStack@46537d8, net.minecraftforge.oredict.OreIngredient@738cc5af, net.minecraftforge.oredict.OreIngredient@75058994, net.minecraftforge.oredict.OreIngredient@738cc5af, net.minecraftforge.oredict.OreIngredient@75058994]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1534 immersiveengineering:metal_decoration/light_engineering RecipeStage{tier='three', recipe=2xtile.immersiveengineering.metal_decoration0@4:[net.minecraftforge.oredict.OreIngredient@70f2ad1e, net.minecraft.item.crafting.Ingredient@607998c9, net.minecraftforge.oredict.OreIngredient@70f2ad1e, net.minecraftforge.oredict.OreIngredient@738cc5af, net.minecraftforge.oredict.OreIngredient@738cc5af, net.minecraftforge.oredict.OreIngredient@738cc5af, net.minecraftforge.oredict.OreIngredient@70f2ad1e, net.minecraft.item.crafting.Ingredient@607998c9, net.minecraftforge.oredict.OreIngredient@70f2ad1e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1535 immersiveengineering:metal_decoration/lantern RecipeStage{tier='three', recipe=3xtile.immersiveengineering.metal_decoration2@4:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@10d59414, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@18890910, net.minecraftforge.oredict.OreIngredient@70c96d3e, net.minecraftforge.oredict.OreIngredient@18890910, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@10d59414, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1536 immersiveengineering:metal_decoration/ladder_covered_steel RecipeStage{tier='three', recipe=1xtile.immersiveengineering.metal_ladder@1:[net.minecraftforge.oredict.OreIngredient@c8498a6, net.minecraft.item.crafting.Ingredient@6265c09c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1537 immersiveengineering:metal_decoration/ladder_covered_aluminum RecipeStage{tier='three', recipe=1xtile.immersiveengineering.metal_ladder@2:[net.minecraftforge.oredict.OreIngredient@74dcea8a, net.minecraft.item.crafting.Ingredient@722b585d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1538 immersiveengineering:metal_decoration/ladder RecipeStage{tier='three', recipe=3xtile.immersiveengineering.metal_ladder@0:[net.minecraftforge.common.crafting.CompoundIngredient@66e6c263, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.common.crafting.CompoundIngredient@66e6c263, net.minecraftforge.common.crafting.CompoundIngredient@66e6c263, net.minecraftforge.common.crafting.CompoundIngredient@66e6c263, net.minecraftforge.common.crafting.CompoundIngredient@66e6c263, net.minecraftforge.common.crafting.CompoundIngredient@66e6c263, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.common.crafting.CompoundIngredient@66e6c263]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1539 immersiveengineering:metal_decoration/heavy_engineering RecipeStage{tier='three', recipe=2xtile.immersiveengineering.metal_decoration0@5:[net.minecraftforge.oredict.OreIngredient@75058994, net.minecraft.item.crafting.Ingredient@cf7c923, net.minecraftforge.oredict.OreIngredient@75058994, net.minecraft.item.crafting.Ingredient@3701d0fb, net.minecraftforge.oredict.OreIngredient@72f951c, net.minecraft.item.crafting.Ingredient@3701d0fb, net.minecraftforge.oredict.OreIngredient@75058994, net.minecraft.item.crafting.Ingredient@cf7c923, net.minecraftforge.oredict.OreIngredient@75058994]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1540 immersiveengineering:metal_decoration/generator RecipeStage{tier='three', recipe=2xtile.immersiveengineering.metal_decoration0@6:[net.minecraftforge.oredict.OreIngredient@75058994, net.minecraftforge.oredict.OreIngredient@75058994, net.minecraftforge.oredict.OreIngredient@75058994, net.minecraftforge.oredict.OreIngredient@72f951c, net.minecraft.item.crafting.Ingredient@513ca5c7, net.minecraftforge.oredict.OreIngredient@72f951c, net.minecraftforge.oredict.OreIngredient@75058994, net.minecraftforge.oredict.OreIngredient@75058994, net.minecraftforge.oredict.OreIngredient@75058994]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1541 immersiveengineering:metal_decoration/coil_hv RecipeStage{tier='three', recipe=1xtile.immersiveengineering.metal_decoration0@2:[net.minecraft.item.crafting.Ingredient@40dde5e, net.minecraft.item.crafting.Ingredient@40dde5e, net.minecraft.item.crafting.Ingredient@40dde5e, net.minecraft.item.crafting.Ingredient@40dde5e, net.minecraftforge.oredict.OreIngredient@70f2ad1e, net.minecraft.item.crafting.Ingredient@40dde5e, net.minecraft.item.crafting.Ingredient@40dde5e, net.minecraft.item.crafting.Ingredient@40dde5e, net.minecraft.item.crafting.Ingredient@40dde5e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1542 immersiveengineering:metal_decoration/coil_electrum RecipeStage{tier='three', recipe=1xtile.immersiveengineering.metal_decoration0@1:[net.minecraft.item.crafting.Ingredient@1ed70929, net.minecraft.item.crafting.Ingredient@1ed70929, net.minecraft.item.crafting.Ingredient@1ed70929, net.minecraft.item.crafting.Ingredient@1ed70929, net.minecraftforge.oredict.OreIngredient@70f2ad1e, net.minecraft.item.crafting.Ingredient@1ed70929, net.minecraft.item.crafting.Ingredient@1ed70929, net.minecraft.item.crafting.Ingredient@1ed70929, net.minecraft.item.crafting.Ingredient@1ed70929]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1543 immersiveengineering:metal_decoration/coil_copper RecipeStage{tier='three', recipe=1xtile.immersiveengineering.metal_decoration0@0:[net.minecraft.item.crafting.Ingredient@4d9804aa, net.minecraft.item.crafting.Ingredient@4d9804aa, net.minecraft.item.crafting.Ingredient@4d9804aa, net.minecraft.item.crafting.Ingredient@4d9804aa, net.minecraftforge.oredict.OreIngredient@70f2ad1e, net.minecraft.item.crafting.Ingredient@4d9804aa, net.minecraft.item.crafting.Ingredient@4d9804aa, net.minecraft.item.crafting.Ingredient@4d9804aa, net.minecraft.item.crafting.Ingredient@4d9804aa]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1544 immersiveengineering:metal_decoration/aluminum_wallmount RecipeStage{tier='three', recipe=4xtile.immersiveengineering.metal_decoration2@3:[net.minecraftforge.oredict.OreIngredient@7e2973a2, net.minecraftforge.oredict.OreIngredient@7e2973a2, net.minecraftforge.oredict.OreIngredient@7e2973a2, net.minecraftforge.oredict.OreIngredient@3a3fc28]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1545 immersiveengineering:metal_decoration/aluminum_scaffolding_stairs_cycle2 RecipeStage{tier='three', recipe=1xtile.immersiveengineering.aluminum_scaffolding_stairs0@0:[net.minecraft.item.crafting.Ingredient@2e9a4ea8]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1546 immersiveengineering:metal_decoration/aluminum_scaffolding_stairs_cycle1 RecipeStage{tier='three', recipe=1xtile.immersiveengineering.aluminum_scaffolding_stairs2@0:[net.minecraft.item.crafting.Ingredient@f29dbba]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1547 immersiveengineering:metal_decoration/aluminum_scaffolding_stairs_cycle0 RecipeStage{tier='three', recipe=1xtile.immersiveengineering.aluminum_scaffolding_stairs1@0:[net.minecraft.item.crafting.Ingredient@70ceb98d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1548 immersiveengineering:metal_decoration/aluminum_scaffolding_stairs2 RecipeStage{tier='three', recipe=4xtile.immersiveengineering.aluminum_scaffolding_stairs2@0:[net.minecraft.item.crafting.Ingredient@6dd9c7c8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6dd9c7c8, net.minecraft.item.crafting.Ingredient@6dd9c7c8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6dd9c7c8, net.minecraft.item.crafting.Ingredient@6dd9c7c8, net.minecraft.item.crafting.Ingredient@6dd9c7c8]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1549 immersiveengineering:metal_decoration/aluminum_scaffolding_stairs1 RecipeStage{tier='three', recipe=4xtile.immersiveengineering.aluminum_scaffolding_stairs1@0:[net.minecraft.item.crafting.Ingredient@9519d84, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@9519d84, net.minecraft.item.crafting.Ingredient@9519d84, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@9519d84, net.minecraft.item.crafting.Ingredient@9519d84, net.minecraft.item.crafting.Ingredient@9519d84]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1550 immersiveengineering:metal_decoration/aluminum_scaffolding_stairs0 RecipeStage{tier='three', recipe=4xtile.immersiveengineering.aluminum_scaffolding_stairs0@0:[net.minecraft.item.crafting.Ingredient@3147ed4a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3147ed4a, net.minecraft.item.crafting.Ingredient@3147ed4a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3147ed4a, net.minecraft.item.crafting.Ingredient@3147ed4a, net.minecraft.item.crafting.Ingredient@3147ed4a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1551 immersiveengineering:metal_decoration/aluminum_scaffolding_slab_cycle2 RecipeStage{tier='three', recipe=1xtile.immersiveengineering.metal_decoration1_slab@5:[net.minecraft.item.crafting.Ingredient@583cd4f2]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1552 immersiveengineering:metal_decoration/aluminum_scaffolding_slab_cycle1 RecipeStage{tier='three', recipe=1xtile.immersiveengineering.metal_decoration1_slab@7:[net.minecraft.item.crafting.Ingredient@96d0e41]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1553 immersiveengineering:metal_decoration/aluminum_scaffolding_slab_cycle0 RecipeStage{tier='three', recipe=1xtile.immersiveengineering.metal_decoration1_slab@6:[net.minecraft.item.crafting.Ingredient@71d5c0a6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1554 immersiveengineering:metal_decoration/aluminum_scaffolding_slab_back2 RecipeStage{tier='three', recipe=1xtile.immersiveengineering.metal_decoration1@7:[net.minecraft.item.crafting.Ingredient@26910d32, net.minecraft.item.crafting.Ingredient@26910d32]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1555 immersiveengineering:metal_decoration/aluminum_scaffolding_slab_back1 RecipeStage{tier='three', recipe=1xtile.immersiveengineering.metal_decoration1@6:[net.minecraft.item.crafting.Ingredient@76421137, net.minecraft.item.crafting.Ingredient@76421137]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1556 immersiveengineering:metal_decoration/aluminum_scaffolding_slab_back0 RecipeStage{tier='three', recipe=1xtile.immersiveengineering.metal_decoration1@5:[net.minecraft.item.crafting.Ingredient@89dc2d, net.minecraft.item.crafting.Ingredient@89dc2d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1557 immersiveengineering:metal_decoration/aluminum_scaffolding_slab2 RecipeStage{tier='three', recipe=6xtile.immersiveengineering.metal_decoration1_slab@7:[net.minecraft.item.crafting.Ingredient@30ddc954, net.minecraft.item.crafting.Ingredient@30ddc954, net.minecraft.item.crafting.Ingredient@30ddc954]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1558 immersiveengineering:metal_decoration/aluminum_scaffolding_slab1 RecipeStage{tier='three', recipe=6xtile.immersiveengineering.metal_decoration1_slab@6:[net.minecraft.item.crafting.Ingredient@78a57d94, net.minecraft.item.crafting.Ingredient@78a57d94, net.minecraft.item.crafting.Ingredient@78a57d94]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1559 immersiveengineering:metal_decoration/aluminum_scaffolding_slab0 RecipeStage{tier='three', recipe=6xtile.immersiveengineering.metal_decoration1_slab@5:[net.minecraft.item.crafting.Ingredient@67c5fd3c, net.minecraft.item.crafting.Ingredient@67c5fd3c, net.minecraft.item.crafting.Ingredient@67c5fd3c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1560 immersiveengineering:metal_decoration/aluminum_scaffolding_cycle2 RecipeStage{tier='three', recipe=1xtile.immersiveengineering.metal_decoration1@5:[net.minecraft.item.crafting.Ingredient@161e19ec]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1561 immersiveengineering:metal_decoration/aluminum_scaffolding_cycle1 RecipeStage{tier='three', recipe=1xtile.immersiveengineering.metal_decoration1@7:[net.minecraft.item.crafting.Ingredient@46af9da6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1562 immersiveengineering:metal_decoration/aluminum_scaffolding_cycle0 RecipeStage{tier='three', recipe=1xtile.immersiveengineering.metal_decoration1@6:[net.minecraft.item.crafting.Ingredient@738b72ad]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1563 immersiveengineering:metal_decoration/aluminum_scaffolding RecipeStage{tier='three', recipe=6xtile.immersiveengineering.metal_decoration1@5:[net.minecraftforge.oredict.OreIngredient@7e2973a2, net.minecraftforge.oredict.OreIngredient@7e2973a2, net.minecraftforge.oredict.OreIngredient@7e2973a2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3a3fc28, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3a3fc28, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3a3fc28]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1564 immersiveengineering:metal_decoration/aluminum_post RecipeStage{tier='three', recipe=1xtile.immersiveengineering.metal_decoration2@2:[net.minecraftforge.oredict.OreIngredient@4a6a8ae0, net.minecraftforge.oredict.OreIngredient@4a6a8ae0, net.minecraftforge.oredict.OreIngredient@3322a186]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1565 immersiveengineering:metal_decoration/aluminum_fence RecipeStage{tier='three', recipe=3xtile.immersiveengineering.metal_decoration1@4:[net.minecraftforge.oredict.OreIngredient@7e2973a2, net.minecraftforge.oredict.OreIngredient@3a3fc28, net.minecraftforge.oredict.OreIngredient@7e2973a2, net.minecraftforge.oredict.OreIngredient@7e2973a2, net.minecraftforge.oredict.OreIngredient@3a3fc28, net.minecraftforge.oredict.OreIngredient@7e2973a2]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1566 immersiveengineering:material/wooden_grip RecipeStage{tier='three', recipe=1xitem.immersiveengineering.material@13:[net.minecraftforge.oredict.OreIngredient@faef845, net.minecraftforge.oredict.OreIngredient@faef845, net.minecraftforge.oredict.OreIngredient@738cc5af, net.minecraftforge.oredict.OreIngredient@faef845, net.minecraftforge.oredict.OreIngredient@faef845, net.minecraftforge.oredict.OreIngredient@faef845]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1571 immersiveengineering:material/windmill_sail RecipeStage{tier='three', recipe=1xitem.immersiveengineering.material@12:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@306af98c, net.minecraftforge.oredict.OreIngredient@306af98c, net.minecraftforge.oredict.OreIngredient@306af98c, net.minecraftforge.oredict.OreIngredient@306af98c, net.minecraftforge.oredict.OreIngredient@306af98c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@306af98c, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1572 immersiveengineering:material/windmill_blade RecipeStage{tier='three', recipe=1xitem.immersiveengineering.material@11:[net.minecraftforge.oredict.OreIngredient@2a2496a6, net.minecraftforge.oredict.OreIngredient@2a2496a6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@faef845, net.minecraftforge.oredict.OreIngredient@faef845, net.minecraftforge.oredict.OreIngredient@2a2496a6, net.minecraftforge.oredict.OreIngredient@faef845, net.minecraftforge.oredict.OreIngredient@faef845, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1573 immersiveengineering:material/waterwheel_segment RecipeStage{tier='three', recipe=1xitem.immersiveengineering.material@10:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@faef845, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@faef845, net.minecraftforge.oredict.OreIngredient@2a2496a6, net.minecraftforge.oredict.OreIngredient@faef845, net.minecraftforge.oredict.OreIngredient@2a2496a6, net.minecraftforge.oredict.OreIngredient@faef845, net.minecraftforge.oredict.OreIngredient@2a2496a6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1576 immersiveengineering:material/stick_treated RecipeStage{tier='three', recipe=4xitem.immersiveengineering.material@0:[net.minecraftforge.oredict.OreIngredient@2a2496a6, net.minecraftforge.oredict.OreIngredient@2a2496a6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1591 immersiveengineering:material/hemp_fabric RecipeStage{tier='three', recipe=1xitem.immersiveengineering.material@5:[net.minecraftforge.oredict.OreIngredient@24189185, net.minecraftforge.oredict.OreIngredient@24189185, net.minecraftforge.oredict.OreIngredient@24189185, net.minecraftforge.oredict.OreIngredient@24189185, net.minecraftforge.oredict.OreIngredient@13f01724, net.minecraftforge.oredict.OreIngredient@24189185, net.minecraftforge.oredict.OreIngredient@24189185, net.minecraftforge.oredict.OreIngredient@24189185, net.minecraftforge.oredict.OreIngredient@24189185]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1593 immersiveengineering:material/gunpart_hammer RecipeStage{tier='three', recipe=1xitem.immersiveengineering.material@16:[net.minecraftforge.oredict.OreIngredient@75058994, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@75058994, net.minecraftforge.oredict.OreIngredient@75058994, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@75058994, net.minecraftforge.oredict.OreIngredient@75058994]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1594 immersiveengineering:material/gunpart_drum RecipeStage{tier='three', recipe=1xitem.immersiveengineering.material@15:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@75058994, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@75058994, net.minecraft.item.crafting.Ingredient@607998c9, net.minecraftforge.oredict.OreIngredient@75058994, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@75058994, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1595 immersiveengineering:material/gunpart_barrel RecipeStage{tier='three', recipe=1xitem.immersiveengineering.material@14:[net.minecraftforge.oredict.OreIngredient@66d3ed3f, net.minecraftforge.oredict.OreIngredient@66d3ed3f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1596 immersiveengineering:material/empty_shell RecipeStage{tier='three', recipe=5xitem.immersiveengineering.bullet@1:[net.minecraft.item.crafting.Ingredient@68be0689, net.minecraftforge.oredict.OreIngredient@3c9ded9c, net.minecraft.item.crafting.Ingredient@68be0689, net.minecraft.item.crafting.Ingredient@68be0689, net.minecraftforge.oredict.OreIngredient@3c9ded9c, net.minecraft.item.crafting.Ingredient@68be0689, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@738cc5af, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1597 immersiveengineering:material/empty_casing RecipeStage{tier='three', recipe=5xitem.immersiveengineering.bullet@0:[net.minecraftforge.oredict.OreIngredient@738cc5af, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@738cc5af, net.minecraftforge.oredict.OreIngredient@738cc5af, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@738cc5af, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@738cc5af, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1600 immersiveengineering:material/component_steel RecipeStage{tier='three', recipe=1xitem.immersiveengineering.material@9:[net.minecraftforge.oredict.OreIngredient@2480e63, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2480e63, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@738cc5af, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2480e63, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2480e63]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1601 immersiveengineering:material/component_iron RecipeStage{tier='three', recipe=1xitem.immersiveengineering.material@8:[net.minecraftforge.oredict.OreIngredient@10d59414, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@10d59414, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@738cc5af, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@10d59414, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@10d59414]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1602 immersiveengineering:conveyors/conveyor_verticalcovered RecipeStage{tier='three', recipe=1xtile.immersiveengineering.conveyor@0:[net.minecraftforge.oredict.OreIngredient@c8498a6, net.minecraftforge.common.crafting.IngredientNBT@5c2b4de7]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1603 immersiveengineering:conveyors/conveyor_vertical RecipeStage{tier='three', recipe=3xtile.immersiveengineering.conveyor@0:[net.minecraftforge.common.crafting.IngredientNBT@24070f4a, net.minecraftforge.oredict.OreIngredient@70f2ad1e, net.minecraftforge.common.crafting.IngredientNBT@24070f4a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.common.crafting.IngredientNBT@24070f4a, net.minecraftforge.oredict.OreIngredient@70f2ad1e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1604 immersiveengineering:conveyors/conveyor_uncontrolled_back RecipeStage{tier='three', recipe=1xtile.immersiveengineering.conveyor@0:[net.minecraftforge.common.crafting.IngredientNBT@30a5f6a7]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1605 immersiveengineering:conveyors/conveyor_uncontrolled RecipeStage{tier='three', recipe=1xtile.immersiveengineering.conveyor@0:[net.minecraftforge.common.crafting.IngredientNBT@24070f4a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1606 immersiveengineering:conveyors/conveyor_splitter RecipeStage{tier='three', recipe=1xtile.immersiveengineering.conveyor@0:[net.minecraftforge.common.crafting.IngredientNBT@24070f4a, net.minecraftforge.oredict.OreIngredient@70f2ad1e, net.minecraftforge.common.crafting.IngredientNBT@24070f4a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.common.crafting.IngredientNBT@24070f4a, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1607 immersiveengineering:conveyors/conveyor_extractcovered RecipeStage{tier='three', recipe=1xtile.immersiveengineering.conveyor@0:[net.minecraftforge.oredict.OreIngredient@c8498a6, net.minecraftforge.common.crafting.IngredientNBT@199ca28f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1608 immersiveengineering:conveyors/conveyor_extract RecipeStage{tier='three', recipe=1xtile.immersiveengineering.conveyor@0:[net.minecraftforge.oredict.OreIngredient@2a2496a6, net.minecraft.item.crafting.Ingredient@5af357e0, net.minecraft.item.crafting.Ingredient@607998c9, net.minecraftforge.common.crafting.IngredientNBT@24070f4a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1609 immersiveengineering:conveyors/conveyor_droppercovered RecipeStage{tier='three', recipe=1xtile.immersiveengineering.conveyor@0:[net.minecraftforge.oredict.OreIngredient@c8498a6, net.minecraftforge.common.crafting.IngredientNBT@137b7357]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1610 immersiveengineering:conveyors/conveyor_dropper RecipeStage{tier='three', recipe=1xtile.immersiveengineering.conveyor@0:[net.minecraftforge.common.crafting.IngredientNBT@24070f4a, net.minecraft.item.crafting.Ingredient@7fababa7]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1611 immersiveengineering:conveyors/conveyor_covered RecipeStage{tier='three', recipe=1xtile.immersiveengineering.conveyor@0:[net.minecraftforge.oredict.OreIngredient@c8498a6, net.minecraftforge.common.crafting.IngredientNBT@24070f4a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1612 immersiveengineering:conveyors/conveyor_basic_rubber RecipeStage{tier='three', recipe=8xtile.immersiveengineering.conveyor@0:[net.minecraftforge.oredict.OreIngredient@3b2b252b, net.minecraftforge.oredict.OreIngredient@3b2b252b, net.minecraftforge.oredict.OreIngredient@3b2b252b, net.minecraftforge.oredict.OreIngredient@70f2ad1e, net.minecraftforge.oredict.OreIngredient@761ddf1d, net.minecraftforge.oredict.OreIngredient@70f2ad1e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1613 immersiveengineering:conveyors/conveyor_basic RecipeStage{tier='three', recipe=8xtile.immersiveengineering.conveyor@0:[net.minecraftforge.oredict.OreIngredient@57eea70, net.minecraftforge.oredict.OreIngredient@57eea70, net.minecraftforge.oredict.OreIngredient@57eea70, net.minecraftforge.oredict.OreIngredient@70f2ad1e, net.minecraftforge.oredict.OreIngredient@761ddf1d, net.minecraftforge.oredict.OreIngredient@70f2ad1e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1614 immersiveengineering:conveyors/chute_steel RecipeStage{tier='three', recipe=12xtile.immersiveengineering.conveyor@0:[net.minecraftforge.oredict.OreIngredient@484142e6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@484142e6, net.minecraftforge.oredict.OreIngredient@484142e6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@484142e6, net.minecraftforge.oredict.OreIngredient@484142e6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@484142e6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1615 immersiveengineering:conveyors/chute_iron RecipeStage{tier='three', recipe=12xtile.immersiveengineering.conveyor@0:[net.minecraftforge.oredict.OreIngredient@6b7f9ec9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6b7f9ec9, net.minecraftforge.oredict.OreIngredient@6b7f9ec9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6b7f9ec9, net.minecraftforge.oredict.OreIngredient@6b7f9ec9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6b7f9ec9]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1616 immersiveengineering:conveyors/chute_copper RecipeStage{tier='three', recipe=12xtile.immersiveengineering.conveyor@0:[net.minecraftforge.oredict.OreIngredient@73338cc5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@73338cc5, net.minecraftforge.oredict.OreIngredient@73338cc5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@73338cc5, net.minecraftforge.oredict.OreIngredient@73338cc5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@73338cc5]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1617 immersiveengineering:conveyors/chute_aluminum RecipeStage{tier='three', recipe=12xtile.immersiveengineering.conveyor@0:[net.minecraftforge.oredict.OreIngredient@60a8a2e0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@60a8a2e0, net.minecraftforge.oredict.OreIngredient@60a8a2e0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@60a8a2e0, net.minecraftforge.oredict.OreIngredient@60a8a2e0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@60a8a2e0]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1618 immersiveengineering:connectors/transformer_hv RecipeStage{tier='three', recipe=1xtile.immersiveengineering.connector@8:[net.minecraft.item.crafting.Ingredient@20a514f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5420a95c, net.minecraftforge.oredict.OreIngredient@70f2ad1e, net.minecraft.item.crafting.Ingredient@552544b1, net.minecraftforge.oredict.OreIngredient@70f2ad1e, net.minecraftforge.oredict.OreIngredient@70f2ad1e, net.minecraftforge.oredict.OreIngredient@70f2ad1e, net.minecraftforge.oredict.OreIngredient@70f2ad1e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1619 immersiveengineering:connectors/transformer RecipeStage{tier='three', recipe=1xtile.immersiveengineering.connector@7:[net.minecraft.item.crafting.Ingredient@576e12da, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6c456f4, net.minecraftforge.oredict.OreIngredient@70f2ad1e, net.minecraft.item.crafting.Ingredient@609eef24, net.minecraftforge.oredict.OreIngredient@70f2ad1e, net.minecraftforge.oredict.OreIngredient@70f2ad1e, net.minecraftforge.oredict.OreIngredient@70f2ad1e, net.minecraftforge.oredict.OreIngredient@70f2ad1e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1620 immersiveengineering:connectors/relay_mv RecipeStage{tier='three', recipe=8xtile.immersiveengineering.connector@3:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@70f2ad1e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@db1969c, net.minecraftforge.oredict.OreIngredient@70f2ad1e, net.minecraft.item.crafting.Ingredient@db1969c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1621 immersiveengineering:connectors/relay_lv RecipeStage{tier='three', recipe=8xtile.immersiveengineering.connector@1:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@738cc5af, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@536e8486, net.minecraftforge.oredict.OreIngredient@738cc5af, net.minecraft.item.crafting.Ingredient@536e8486]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1622 immersiveengineering:connectors/relay_hv RecipeStage{tier='three', recipe=8xtile.immersiveengineering.connector@5:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7e2973a2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1a4a5abd, net.minecraftforge.oredict.OreIngredient@7e2973a2, net.minecraft.item.crafting.Ingredient@1a4a5abd, net.minecraft.item.crafting.Ingredient@1a4a5abd, net.minecraftforge.oredict.OreIngredient@7e2973a2, net.minecraft.item.crafting.Ingredient@1a4a5abd]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1623 immersiveengineering:connectors/redstone_breaker RecipeStage{tier='three', recipe=1xtile.immersiveengineering.connector@10:[net.minecraft.item.crafting.Ingredient@34609575, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@34609575, net.minecraftforge.oredict.OreIngredient@70f2ad1e, net.minecraft.item.crafting.Ingredient@34adee44, net.minecraftforge.oredict.OreIngredient@70f2ad1e, net.minecraftforge.oredict.OreIngredient@70f2ad1e, net.minecraftforge.oredict.OreIngredient@761ddf1d, net.minecraftforge.oredict.OreIngredient@70f2ad1e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1624 immersiveengineering:connectors/current_transformer RecipeStage{tier='three', recipe=1xtile.immersiveengineering.connector@11:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2dccb7f0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7aaa42f1, net.minecraft.item.crafting.Ingredient@52928a84, net.minecraft.item.crafting.Ingredient@7aaa42f1, net.minecraftforge.oredict.OreIngredient@70f2ad1e, net.minecraft.item.crafting.Ingredient@52928a84, net.minecraftforge.oredict.OreIngredient@70f2ad1e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1625 immersiveengineering:connectors/connector_structural RecipeStage{tier='three', recipe=8xtile.immersiveengineering.connector@6:[net.minecraftforge.oredict.OreIngredient@75058994, net.minecraftforge.oredict.OreIngredient@66d3ed3f, net.minecraftforge.oredict.OreIngredient@75058994, net.minecraftforge.oredict.OreIngredient@75058994, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@75058994]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1626 immersiveengineering:connectors/connector_redstone RecipeStage{tier='three', recipe=4xtile.immersiveengineering.connector@12:[net.minecraftforge.oredict.OreIngredient@5cee8a62, net.minecraftforge.oredict.OreIngredient@5cee8a62, net.minecraftforge.oredict.OreIngredient@5cee8a62, net.minecraft.item.crafting.Ingredient@6606faf2, net.minecraftforge.oredict.OreIngredient@761ddf1d, net.minecraft.item.crafting.Ingredient@6606faf2]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1627 immersiveengineering:connectors/connector_probe RecipeStage{tier='three', recipe=1xtile.immersiveengineering.connector@13:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@52a6f71e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@18890910, net.minecraft.item.crafting.Ingredient@65d78fa7, net.minecraftforge.oredict.OreIngredient@18890910, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3abb326c, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1628 immersiveengineering:connectors/connector_mv RecipeStage{tier='three', recipe=4xtile.immersiveengineering.connector@2:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@70f2ad1e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@c217870, net.minecraftforge.oredict.OreIngredient@70f2ad1e, net.minecraft.item.crafting.Ingredient@c217870, net.minecraft.item.crafting.Ingredient@c217870, net.minecraftforge.oredict.OreIngredient@70f2ad1e, net.minecraft.item.crafting.Ingredient@c217870]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1629 immersiveengineering:connectors/connector_lv RecipeStage{tier='three', recipe=4xtile.immersiveengineering.connector@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@738cc5af, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7883cdbf, net.minecraftforge.oredict.OreIngredient@738cc5af, net.minecraft.item.crafting.Ingredient@7883cdbf, net.minecraft.item.crafting.Ingredient@7883cdbf, net.minecraftforge.oredict.OreIngredient@738cc5af, net.minecraft.item.crafting.Ingredient@7883cdbf]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1630 immersiveengineering:connectors/connector_hv RecipeStage{tier='three', recipe=4xtile.immersiveengineering.connector@4:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7e2973a2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@f54cef1, net.minecraftforge.oredict.OreIngredient@7e2973a2, net.minecraft.item.crafting.Ingredient@f54cef1, net.minecraft.item.crafting.Ingredient@f54cef1, net.minecraftforge.oredict.OreIngredient@7e2973a2, net.minecraft.item.crafting.Ingredient@f54cef1]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1631 immersiveengineering:connectors/breaker_switch RecipeStage{tier='three', recipe=1xtile.immersiveengineering.connector@9:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6e8527ea, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2be4e250, net.minecraftforge.oredict.OreIngredient@738cc5af, net.minecraft.item.crafting.Ingredient@2be4e250]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1632 immersiveengineering:cloth_devices/strip_curtain RecipeStage{tier='three', recipe=3xtile.immersiveengineering.cloth_device@2:[net.minecraftforge.common.crafting.CompoundIngredient@66e6c263, net.minecraftforge.common.crafting.CompoundIngredient@66e6c263, net.minecraftforge.common.crafting.CompoundIngredient@66e6c263, net.minecraftforge.oredict.OreIngredient@306af98c, net.minecraftforge.oredict.OreIngredient@306af98c, net.minecraftforge.oredict.OreIngredient@306af98c, net.minecraftforge.oredict.OreIngredient@306af98c, net.minecraftforge.oredict.OreIngredient@306af98c, net.minecraftforge.oredict.OreIngredient@306af98c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1633 immersiveengineering:cloth_devices/jump_cushion RecipeStage{tier='three', recipe=3xtile.immersiveengineering.cloth_device@0:[net.minecraftforge.oredict.OreIngredient@306af98c, net.minecraftforge.oredict.OreIngredient@306af98c, net.minecraftforge.oredict.OreIngredient@306af98c, net.minecraftforge.oredict.OreIngredient@306af98c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@306af98c, net.minecraftforge.oredict.OreIngredient@306af98c, net.minecraftforge.oredict.OreIngredient@306af98c, net.minecraftforge.oredict.OreIngredient@306af98c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1634 immersiveengineering:cloth_devices/balloon RecipeStage{tier='three', recipe=2xtile.immersiveengineering.cloth_device@1:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@306af98c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@306af98c, net.minecraftforge.oredict.OreIngredient@37a41082, net.minecraftforge.oredict.OreIngredient@306af98c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@26b9f5bd, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1635 immersiveengineering:blueprints/molds RecipeStage{tier='three', recipe=1xitem.immersiveengineering.blueprint@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2480e63, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7501ef7e, net.minecraftforge.oredict.OreIngredient@7501ef7e, net.minecraftforge.oredict.OreIngredient@7501ef7e, net.minecraft.item.crafting.Ingredient@bf7eb01, net.minecraft.item.crafting.Ingredient@bf7eb01, net.minecraft.item.crafting.Ingredient@bf7eb01]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1636 immersiveengineering:blueprints/components RecipeStage{tier='three', recipe=1xitem.immersiveengineering.blueprint@0:[net.minecraftforge.oredict.OreIngredient@738cc5af, net.minecraftforge.oredict.OreIngredient@7e2973a2, net.minecraftforge.oredict.OreIngredient@70f2ad1e, net.minecraftforge.oredict.OreIngredient@7501ef7e, net.minecraftforge.oredict.OreIngredient@7501ef7e, net.minecraftforge.oredict.OreIngredient@7501ef7e, net.minecraft.item.crafting.Ingredient@4649fa0c, net.minecraft.item.crafting.Ingredient@4649fa0c, net.minecraft.item.crafting.Ingredient@4649fa0c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1637 immersiveengineering:blueprints/common_cartridges RecipeStage{tier='three', recipe=1xitem.immersiveengineering.blueprint@0:[net.minecraft.item.crafting.Ingredient@776098f3, net.minecraftforge.oredict.OreIngredient@738cc5af, net.minecraft.item.crafting.Ingredient@1fce8e84, net.minecraftforge.oredict.OreIngredient@7501ef7e, net.minecraftforge.oredict.OreIngredient@7501ef7e, net.minecraftforge.oredict.OreIngredient@7501ef7e, net.minecraft.item.crafting.Ingredient@3dfd0a70, net.minecraft.item.crafting.Ingredient@3dfd0a70, net.minecraft.item.crafting.Ingredient@3dfd0a70]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1638 immersiveengineering:armor/steel_legs RecipeStage{tier='three', recipe=1xitem.immersiveengineering.steel_armor_legs@0:[net.minecraftforge.oredict.OreIngredient@2480e63, net.minecraftforge.oredict.OreIngredient@2480e63, net.minecraftforge.oredict.OreIngredient@2480e63, net.minecraftforge.oredict.OreIngredient@2480e63, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2480e63, net.minecraftforge.oredict.OreIngredient@2480e63, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2480e63]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1639 immersiveengineering:armor/steel_helm RecipeStage{tier='three', recipe=1xitem.immersiveengineering.steel_armor_head@0:[net.minecraftforge.oredict.OreIngredient@2480e63, net.minecraftforge.oredict.OreIngredient@2480e63, net.minecraftforge.oredict.OreIngredient@2480e63, net.minecraftforge.oredict.OreIngredient@2480e63, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2480e63]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1640 immersiveengineering:armor/steel_chest RecipeStage{tier='three', recipe=1xitem.immersiveengineering.steel_armor_chest@0:[net.minecraftforge.oredict.OreIngredient@2480e63, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2480e63, net.minecraftforge.oredict.OreIngredient@2480e63, net.minecraftforge.oredict.OreIngredient@2480e63, net.minecraftforge.oredict.OreIngredient@2480e63, net.minecraftforge.oredict.OreIngredient@2480e63, net.minecraftforge.oredict.OreIngredient@2480e63, net.minecraftforge.oredict.OreIngredient@2480e63]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1641 immersiveengineering:armor/steel_boots RecipeStage{tier='three', recipe=1xitem.immersiveengineering.steel_armor_feet@0:[net.minecraftforge.oredict.OreIngredient@2480e63, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2480e63, net.minecraftforge.oredict.OreIngredient@2480e63, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2480e63]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1642 immersiveengineering:armor/powerpack RecipeStage{tier='three', recipe=1xitem.immersiveengineering.powerpack@0:[net.minecraftforge.oredict.OreIngredient@57eea70, net.minecraft.item.crafting.Ingredient@62601684, net.minecraftforge.oredict.OreIngredient@57eea70, net.minecraft.item.crafting.Ingredient@67950046, net.minecraft.item.crafting.Ingredient@6bbbe7c7, net.minecraft.item.crafting.Ingredient@67950046]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1643 immersiveengineering:armor/faraday_legs RecipeStage{tier='three', recipe=1xitem.immersiveengineering.faraday_suit_legs@0:[net.minecraftforge.oredict.OreIngredient@5220ecc5, net.minecraftforge.oredict.OreIngredient@5220ecc5, net.minecraftforge.oredict.OreIngredient@5220ecc5, net.minecraftforge.oredict.OreIngredient@5220ecc5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5220ecc5, net.minecraftforge.oredict.OreIngredient@5220ecc5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5220ecc5]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1644 immersiveengineering:armor/faraday_helm RecipeStage{tier='three', recipe=1xitem.immersiveengineering.faraday_suit_head@0:[net.minecraftforge.oredict.OreIngredient@5220ecc5, net.minecraftforge.oredict.OreIngredient@5220ecc5, net.minecraftforge.oredict.OreIngredient@5220ecc5, net.minecraftforge.oredict.OreIngredient@5220ecc5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5220ecc5]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1645 immersiveengineering:armor/faraday_chest RecipeStage{tier='three', recipe=1xitem.immersiveengineering.faraday_suit_chest@0:[net.minecraftforge.oredict.OreIngredient@5220ecc5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5220ecc5, net.minecraftforge.oredict.OreIngredient@5220ecc5, net.minecraftforge.oredict.OreIngredient@5220ecc5, net.minecraftforge.oredict.OreIngredient@5220ecc5, net.minecraftforge.oredict.OreIngredient@5220ecc5, net.minecraftforge.oredict.OreIngredient@5220ecc5, net.minecraftforge.oredict.OreIngredient@5220ecc5]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1646 immersiveengineering:armor/faraday_boots RecipeStage{tier='three', recipe=1xitem.immersiveengineering.faraday_suit_feet@0:[net.minecraftforge.oredict.OreIngredient@5220ecc5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5220ecc5, net.minecraftforge.oredict.OreIngredient@5220ecc5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5220ecc5]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1647 immersiveengineering:armor/earmuffs RecipeStage{tier='three', recipe=1xitem.immersiveengineering.earmuffs@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6c990d3d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6c990d3d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6c990d3d, net.minecraft.item.crafting.Ingredient@63b6f346, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@63b6f346]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1649 buildcraftlib:guide_book RecipeStage{tier='three', recipe=1xitem.buildcraft.guide@0:[net.minecraftforge.oredict.OreIngredient@3bc0ce0, net.minecraft.item.crafting.Ingredient@7f513e65, net.minecraft.item.crafting.Ingredient@5d5fde4, net.minecraft.item.crafting.Ingredient@66ec3c00]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1650 buildcraftcore:wrench RecipeStage{tier='three', recipe=1xitem.wrenchItem@0:[net.minecraftforge.oredict.OreIngredient@d3a1b43, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@d3a1b43, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7cd41822, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@d3a1b43, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1654 buildcraftcore:marker_connector RecipeStage{tier='four', recipe=1xitem.markerConnector@0:[net.minecraft.item.crafting.Ingredient@54c3d3cc, net.minecraftforge.oredict.OreIngredient@2fba9ce6, net.minecraft.item.crafting.Ingredient@500fe1ea]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1661 mekanism:walkietalkie RecipeStage{tier='five', recipe=1xitem.WalkieTalkie@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@41614848, net.minecraftforge.oredict.OreIngredient@2785e981, net.minecraftforge.oredict.OreIngredient@6641f462, net.minecraftforge.oredict.OreIngredient@2785e981, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2785e981, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1662 mekanism:transmitter_6_alt_alt_alt RecipeStage{tier='five', recipe=8xtile.Transmitter@6:[mekanism.common.recipe.MekanismIngredient@26875422, mekanism.common.recipe.MekanismIngredient@26875422, mekanism.common.recipe.MekanismIngredient@26875422, mekanism.common.recipe.MekanismIngredient@26875422, net.minecraftforge.oredict.OreIngredient@77ee303, mekanism.common.recipe.MekanismIngredient@26875422, mekanism.common.recipe.MekanismIngredient@26875422, mekanism.common.recipe.MekanismIngredient@26875422, mekanism.common.recipe.MekanismIngredient@26875422]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1663 mekanism:transmitter_6_alt_alt RecipeStage{tier='five', recipe=8xtile.Transmitter@6:[mekanism.common.recipe.MekanismIngredient@38d06fbc, mekanism.common.recipe.MekanismIngredient@38d06fbc, mekanism.common.recipe.MekanismIngredient@38d06fbc, mekanism.common.recipe.MekanismIngredient@38d06fbc, net.minecraftforge.oredict.OreIngredient@2078a9f8, mekanism.common.recipe.MekanismIngredient@38d06fbc, mekanism.common.recipe.MekanismIngredient@38d06fbc, mekanism.common.recipe.MekanismIngredient@38d06fbc, mekanism.common.recipe.MekanismIngredient@38d06fbc]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1664 mekanism:transmitter_6_alt RecipeStage{tier='five', recipe=8xtile.Transmitter@6:[mekanism.common.recipe.MekanismIngredient@3f5a5524, mekanism.common.recipe.MekanismIngredient@3f5a5524, mekanism.common.recipe.MekanismIngredient@3f5a5524, mekanism.common.recipe.MekanismIngredient@3f5a5524, net.minecraftforge.oredict.OreIngredient@43a503a9, mekanism.common.recipe.MekanismIngredient@3f5a5524, mekanism.common.recipe.MekanismIngredient@3f5a5524, mekanism.common.recipe.MekanismIngredient@3f5a5524, mekanism.common.recipe.MekanismIngredient@3f5a5524]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1665 mekanism:transmitter_6 RecipeStage{tier='five', recipe=8xtile.Transmitter@6:[net.minecraftforge.oredict.OreIngredient@3258ecdd, net.minecraftforge.oredict.OreIngredient@7253787b, net.minecraftforge.oredict.OreIngredient@3258ecdd]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1666 mekanism:transmitter_5 RecipeStage{tier='five', recipe=2xtile.Transmitter@5:[net.minecraftforge.oredict.OreIngredient@7760ff8e, net.minecraftforge.oredict.OreIngredient@7760ff8e, net.minecraftforge.oredict.OreIngredient@7760ff8e, net.minecraftforge.oredict.OreIngredient@20882fb2, net.minecraft.item.crafting.Ingredient@5c7fec4b, net.minecraftforge.oredict.OreIngredient@20882fb2, net.minecraftforge.oredict.OreIngredient@7760ff8e, net.minecraftforge.oredict.OreIngredient@7760ff8e, net.minecraftforge.oredict.OreIngredient@7760ff8e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1667 mekanism:transmitter_4 RecipeStage{tier='five', recipe=2xtile.Transmitter@4:[net.minecraftforge.oredict.OreIngredient@1bcdddae, net.minecraft.item.crafting.Ingredient@4263d0c9, net.minecraftforge.oredict.OreIngredient@1bcdddae]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1668 mekanism:transmitter_3_alt_alt_alt RecipeStage{tier='five', recipe=8xtile.Transmitter@3:[mekanism.common.recipe.MekanismIngredient@94a60e5, mekanism.common.recipe.MekanismIngredient@94a60e5, mekanism.common.recipe.MekanismIngredient@94a60e5, mekanism.common.recipe.MekanismIngredient@94a60e5, net.minecraftforge.oredict.OreIngredient@6406d7b3, mekanism.common.recipe.MekanismIngredient@94a60e5, mekanism.common.recipe.MekanismIngredient@94a60e5, mekanism.common.recipe.MekanismIngredient@94a60e5, mekanism.common.recipe.MekanismIngredient@94a60e5]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1669 mekanism:transmitter_3_alt_alt RecipeStage{tier='five', recipe=8xtile.Transmitter@3:[mekanism.common.recipe.MekanismIngredient@7cadbea6, mekanism.common.recipe.MekanismIngredient@7cadbea6, mekanism.common.recipe.MekanismIngredient@7cadbea6, mekanism.common.recipe.MekanismIngredient@7cadbea6, net.minecraftforge.oredict.OreIngredient@16bd8203, mekanism.common.recipe.MekanismIngredient@7cadbea6, mekanism.common.recipe.MekanismIngredient@7cadbea6, mekanism.common.recipe.MekanismIngredient@7cadbea6, mekanism.common.recipe.MekanismIngredient@7cadbea6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1670 mekanism:transmitter_3_alt RecipeStage{tier='five', recipe=8xtile.Transmitter@3:[mekanism.common.recipe.MekanismIngredient@a7e570f, mekanism.common.recipe.MekanismIngredient@a7e570f, mekanism.common.recipe.MekanismIngredient@a7e570f, mekanism.common.recipe.MekanismIngredient@a7e570f, net.minecraftforge.oredict.OreIngredient@6e647bbe, mekanism.common.recipe.MekanismIngredient@a7e570f, mekanism.common.recipe.MekanismIngredient@a7e570f, mekanism.common.recipe.MekanismIngredient@a7e570f, mekanism.common.recipe.MekanismIngredient@a7e570f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1671 mekanism:transmitter_3 RecipeStage{tier='five', recipe=8xtile.Transmitter@3:[net.minecraftforge.oredict.OreIngredient@18e73a83, net.minecraftforge.oredict.OreIngredient@6641f462, net.minecraftforge.oredict.OreIngredient@18e73a83]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1672 mekanism:transmitter_2_alt_alt_alt RecipeStage{tier='five', recipe=8xtile.Transmitter@2:[mekanism.common.recipe.MekanismIngredient@4bbf1eff, mekanism.common.recipe.MekanismIngredient@4bbf1eff, mekanism.common.recipe.MekanismIngredient@4bbf1eff, mekanism.common.recipe.MekanismIngredient@4bbf1eff, net.minecraftforge.oredict.OreIngredient@427ba5e6, mekanism.common.recipe.MekanismIngredient@4bbf1eff, mekanism.common.recipe.MekanismIngredient@4bbf1eff, mekanism.common.recipe.MekanismIngredient@4bbf1eff, mekanism.common.recipe.MekanismIngredient@4bbf1eff]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1673 mekanism:transmitter_2_alt_alt RecipeStage{tier='five', recipe=8xtile.Transmitter@2:[mekanism.common.recipe.MekanismIngredient@467ff47d, mekanism.common.recipe.MekanismIngredient@467ff47d, mekanism.common.recipe.MekanismIngredient@467ff47d, mekanism.common.recipe.MekanismIngredient@467ff47d, net.minecraftforge.oredict.OreIngredient@5fdead60, mekanism.common.recipe.MekanismIngredient@467ff47d, mekanism.common.recipe.MekanismIngredient@467ff47d, mekanism.common.recipe.MekanismIngredient@467ff47d, mekanism.common.recipe.MekanismIngredient@467ff47d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1674 mekanism:transmitter_2_alt RecipeStage{tier='five', recipe=8xtile.Transmitter@2:[mekanism.common.recipe.MekanismIngredient@1477b59f, mekanism.common.recipe.MekanismIngredient@1477b59f, mekanism.common.recipe.MekanismIngredient@1477b59f, mekanism.common.recipe.MekanismIngredient@1477b59f, net.minecraftforge.oredict.OreIngredient@9558c1d, mekanism.common.recipe.MekanismIngredient@1477b59f, mekanism.common.recipe.MekanismIngredient@1477b59f, mekanism.common.recipe.MekanismIngredient@1477b59f, mekanism.common.recipe.MekanismIngredient@1477b59f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1675 mekanism:transmitter_2 RecipeStage{tier='five', recipe=8xtile.Transmitter@2:[net.minecraftforge.oredict.OreIngredient@57bbf558, net.minecraftforge.oredict.OreIngredient@f490643, net.minecraftforge.oredict.OreIngredient@57bbf558]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1676 mekanism:transmitter_1_alt_alt_alt RecipeStage{tier='five', recipe=8xtile.Transmitter@1:[mekanism.common.recipe.MekanismIngredient@1f3bfbc, mekanism.common.recipe.MekanismIngredient@1f3bfbc, mekanism.common.recipe.MekanismIngredient@1f3bfbc, mekanism.common.recipe.MekanismIngredient@1f3bfbc, net.minecraftforge.oredict.OreIngredient@7dce8e52, mekanism.common.recipe.MekanismIngredient@1f3bfbc, mekanism.common.recipe.MekanismIngredient@1f3bfbc, mekanism.common.recipe.MekanismIngredient@1f3bfbc, mekanism.common.recipe.MekanismIngredient@1f3bfbc]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1677 mekanism:transmitter_1_alt_alt RecipeStage{tier='five', recipe=8xtile.Transmitter@1:[mekanism.common.recipe.MekanismIngredient@34123e6, mekanism.common.recipe.MekanismIngredient@34123e6, mekanism.common.recipe.MekanismIngredient@34123e6, mekanism.common.recipe.MekanismIngredient@34123e6, net.minecraftforge.oredict.OreIngredient@559dfaa9, mekanism.common.recipe.MekanismIngredient@34123e6, mekanism.common.recipe.MekanismIngredient@34123e6, mekanism.common.recipe.MekanismIngredient@34123e6, mekanism.common.recipe.MekanismIngredient@34123e6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1678 mekanism:transmitter_1_alt RecipeStage{tier='five', recipe=8xtile.Transmitter@1:[mekanism.common.recipe.MekanismIngredient@17a404e2, mekanism.common.recipe.MekanismIngredient@17a404e2, mekanism.common.recipe.MekanismIngredient@17a404e2, mekanism.common.recipe.MekanismIngredient@17a404e2, net.minecraftforge.oredict.OreIngredient@524e49d0, mekanism.common.recipe.MekanismIngredient@17a404e2, mekanism.common.recipe.MekanismIngredient@17a404e2, mekanism.common.recipe.MekanismIngredient@17a404e2, mekanism.common.recipe.MekanismIngredient@17a404e2]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1679 mekanism:transmitter_1 RecipeStage{tier='five', recipe=8xtile.Transmitter@1:[net.minecraftforge.oredict.OreIngredient@6a137518, net.minecraft.item.crafting.Ingredient@68722446, net.minecraftforge.oredict.OreIngredient@6a137518]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1680 mekanism:transmitter_0_alt_alt_alt RecipeStage{tier='five', recipe=8xtile.Transmitter@0:[mekanism.common.recipe.MekanismIngredient@c71e04a, mekanism.common.recipe.MekanismIngredient@c71e04a, mekanism.common.recipe.MekanismIngredient@c71e04a, mekanism.common.recipe.MekanismIngredient@c71e04a, net.minecraftforge.oredict.OreIngredient@71978519, mekanism.common.recipe.MekanismIngredient@c71e04a, mekanism.common.recipe.MekanismIngredient@c71e04a, mekanism.common.recipe.MekanismIngredient@c71e04a, mekanism.common.recipe.MekanismIngredient@c71e04a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1681 mekanism:transmitter_0_alt_alt RecipeStage{tier='five', recipe=8xtile.Transmitter@0:[mekanism.common.recipe.MekanismIngredient@4405b532, mekanism.common.recipe.MekanismIngredient@4405b532, mekanism.common.recipe.MekanismIngredient@4405b532, mekanism.common.recipe.MekanismIngredient@4405b532, net.minecraftforge.oredict.OreIngredient@71329af8, mekanism.common.recipe.MekanismIngredient@4405b532, mekanism.common.recipe.MekanismIngredient@4405b532, mekanism.common.recipe.MekanismIngredient@4405b532, mekanism.common.recipe.MekanismIngredient@4405b532]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1682 mekanism:transmitter_0_alt RecipeStage{tier='five', recipe=8xtile.Transmitter@0:[mekanism.common.recipe.MekanismIngredient@1245a2b3, mekanism.common.recipe.MekanismIngredient@1245a2b3, mekanism.common.recipe.MekanismIngredient@1245a2b3, mekanism.common.recipe.MekanismIngredient@1245a2b3, net.minecraftforge.oredict.OreIngredient@2f25c5eb, mekanism.common.recipe.MekanismIngredient@1245a2b3, mekanism.common.recipe.MekanismIngredient@1245a2b3, mekanism.common.recipe.MekanismIngredient@1245a2b3, mekanism.common.recipe.MekanismIngredient@1245a2b3]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1683 mekanism:transmitter_0 RecipeStage{tier='five', recipe=8xtile.Transmitter@0:[net.minecraftforge.oredict.OreIngredient@11344e70, net.minecraftforge.oredict.OreIngredient@71c263fc, net.minecraftforge.oredict.OreIngredient@11344e70]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1684 mekanism:tierinstaller_3 RecipeStage{tier='five', recipe=1xitem.TierInstaller@3:[net.minecraftforge.oredict.OreIngredient@4cf75f2, net.minecraftforge.oredict.OreIngredient@303ad71e, net.minecraftforge.oredict.OreIngredient@4cf75f2, net.minecraftforge.oredict.OreIngredient@5c57716e, net.minecraftforge.oredict.OreIngredient@2c50838e, net.minecraftforge.oredict.OreIngredient@5c57716e, net.minecraftforge.oredict.OreIngredient@4cf75f2, net.minecraftforge.oredict.OreIngredient@303ad71e, net.minecraftforge.oredict.OreIngredient@4cf75f2]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1685 mekanism:tierinstaller_2 RecipeStage{tier='five', recipe=1xitem.TierInstaller@2:[net.minecraftforge.oredict.OreIngredient@74963975, net.minecraftforge.oredict.OreIngredient@5931dabe, net.minecraftforge.oredict.OreIngredient@74963975, net.minecraftforge.oredict.OreIngredient@6e28348, net.minecraftforge.oredict.OreIngredient@77e631d3, net.minecraftforge.oredict.OreIngredient@6e28348, net.minecraftforge.oredict.OreIngredient@74963975, net.minecraftforge.oredict.OreIngredient@5931dabe, net.minecraftforge.oredict.OreIngredient@74963975]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1686 mekanism:tierinstaller_1 RecipeStage{tier='five', recipe=1xitem.TierInstaller@1:[net.minecraftforge.oredict.OreIngredient@2eecafaa, net.minecraftforge.oredict.OreIngredient@570ad57f, net.minecraftforge.oredict.OreIngredient@2eecafaa, net.minecraftforge.oredict.OreIngredient@2d2f230e, net.minecraftforge.oredict.OreIngredient@1507d64f, net.minecraftforge.oredict.OreIngredient@2d2f230e, net.minecraftforge.oredict.OreIngredient@2eecafaa, net.minecraftforge.oredict.OreIngredient@570ad57f, net.minecraftforge.oredict.OreIngredient@2eecafaa]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1687 mekanism:tierinstaller_0 RecipeStage{tier='five', recipe=1xitem.TierInstaller@0:[net.minecraftforge.oredict.OreIngredient@622f578b, net.minecraftforge.oredict.OreIngredient@6641f462, net.minecraftforge.oredict.OreIngredient@622f578b, net.minecraftforge.oredict.OreIngredient@7a496f41, net.minecraftforge.oredict.OreIngredient@76fdc457, net.minecraftforge.oredict.OreIngredient@7a496f41, net.minecraftforge.oredict.OreIngredient@622f578b, net.minecraftforge.oredict.OreIngredient@6641f462, net.minecraftforge.oredict.OreIngredient@622f578b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1688 mekanism:teleportationcore RecipeStage{tier='five', recipe=1xitem.TeleportationCore@0:[net.minecraft.item.crafting.Ingredient@4231efd0, net.minecraft.item.crafting.Ingredient@1c34b474, net.minecraft.item.crafting.Ingredient@4231efd0, net.minecraftforge.oredict.OreIngredient@583228e7, net.minecraft.item.crafting.Ingredient@67ff9eb1, net.minecraftforge.oredict.OreIngredient@583228e7, net.minecraft.item.crafting.Ingredient@4231efd0, net.minecraft.item.crafting.Ingredient@1c34b474, net.minecraft.item.crafting.Ingredient@4231efd0]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1689 mekanism:speedupgrade RecipeStage{tier='five', recipe=1xitem.SpeedUpgrade@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@77ac17ad, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@64303b4d, net.minecraftforge.oredict.OreIngredient@6408cbe9, net.minecraft.item.crafting.Ingredient@64303b4d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@77ac17ad, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1690 mekanism:slickplasticblock_9_alt RecipeStage{tier='five', recipe=4xtile.SlickPlasticBlock@9:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1e2d6d90, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1e2d6d90, net.minecraftforge.oredict.OreIngredient@5b245184, net.minecraft.item.crafting.Ingredient@1e2d6d90, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1e2d6d90, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1691 mekanism:slickplasticblock_9 RecipeStage{tier='five', recipe=4xtile.SlickPlasticBlock@9:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5b309541, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5b309541, net.minecraftforge.oredict.OreIngredient@3a0a8106, net.minecraft.item.crafting.Ingredient@5b309541, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5b309541, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1692 mekanism:slickplasticblock_8_alt RecipeStage{tier='five', recipe=4xtile.SlickPlasticBlock@8:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5b73af97, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5b73af97, net.minecraftforge.oredict.OreIngredient@3cf59311, net.minecraft.item.crafting.Ingredient@5b73af97, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5b73af97, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1693 mekanism:slickplasticblock_8 RecipeStage{tier='five', recipe=4xtile.SlickPlasticBlock@8:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1da7d1bb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1da7d1bb, net.minecraftforge.oredict.OreIngredient@346a8012, net.minecraft.item.crafting.Ingredient@1da7d1bb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1da7d1bb, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1694 mekanism:slickplasticblock_7_alt RecipeStage{tier='five', recipe=4xtile.SlickPlasticBlock@7:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@792190ef, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@792190ef, net.minecraftforge.oredict.OreIngredient@19bdae96, net.minecraft.item.crafting.Ingredient@792190ef, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@792190ef, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1695 mekanism:slickplasticblock_7 RecipeStage{tier='five', recipe=4xtile.SlickPlasticBlock@7:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@729706dd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@729706dd, net.minecraftforge.oredict.OreIngredient@15f350f6, net.minecraft.item.crafting.Ingredient@729706dd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@729706dd, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1696 mekanism:slickplasticblock_6_alt RecipeStage{tier='five', recipe=4xtile.SlickPlasticBlock@6:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3fdcd51f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3fdcd51f, net.minecraftforge.oredict.OreIngredient@46b4ae68, net.minecraft.item.crafting.Ingredient@3fdcd51f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3fdcd51f, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1697 mekanism:slickplasticblock_6 RecipeStage{tier='five', recipe=4xtile.SlickPlasticBlock@6:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6cc5ae4e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6cc5ae4e, net.minecraftforge.oredict.OreIngredient@7ffc477e, net.minecraft.item.crafting.Ingredient@6cc5ae4e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6cc5ae4e, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1698 mekanism:slickplasticblock_5_alt RecipeStage{tier='five', recipe=4xtile.SlickPlasticBlock@5:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@105169f3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@105169f3, net.minecraftforge.oredict.OreIngredient@2ffbf115, net.minecraft.item.crafting.Ingredient@105169f3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@105169f3, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1699 mekanism:slickplasticblock_5 RecipeStage{tier='five', recipe=4xtile.SlickPlasticBlock@5:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3679cddf, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3679cddf, net.minecraftforge.oredict.OreIngredient@16112693, net.minecraft.item.crafting.Ingredient@3679cddf, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3679cddf, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1700 mekanism:slickplasticblock_4_alt RecipeStage{tier='five', recipe=4xtile.SlickPlasticBlock@4:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@45503858, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@45503858, net.minecraftforge.oredict.OreIngredient@566e12de, net.minecraft.item.crafting.Ingredient@45503858, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@45503858, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1701 mekanism:slickplasticblock_4 RecipeStage{tier='five', recipe=4xtile.SlickPlasticBlock@4:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@353dd74b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@353dd74b, net.minecraftforge.oredict.OreIngredient@62c367ec, net.minecraft.item.crafting.Ingredient@353dd74b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@353dd74b, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1702 mekanism:slickplasticblock_3_alt RecipeStage{tier='five', recipe=4xtile.SlickPlasticBlock@3:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@37b99478, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@37b99478, net.minecraftforge.oredict.OreIngredient@1c796ab2, net.minecraft.item.crafting.Ingredient@37b99478, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@37b99478, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1703 mekanism:slickplasticblock_3 RecipeStage{tier='five', recipe=4xtile.SlickPlasticBlock@3:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@bd7ba4a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@bd7ba4a, net.minecraftforge.oredict.OreIngredient@72e47d31, net.minecraft.item.crafting.Ingredient@bd7ba4a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@bd7ba4a, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1704 mekanism:slickplasticblock_2_alt RecipeStage{tier='five', recipe=4xtile.SlickPlasticBlock@2:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@644d30f9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@644d30f9, net.minecraftforge.oredict.OreIngredient@33df908b, net.minecraft.item.crafting.Ingredient@644d30f9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@644d30f9, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1705 mekanism:slickplasticblock_2 RecipeStage{tier='five', recipe=4xtile.SlickPlasticBlock@2:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5868b0bd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5868b0bd, net.minecraftforge.oredict.OreIngredient@5738a3a5, net.minecraft.item.crafting.Ingredient@5868b0bd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5868b0bd, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1706 mekanism:slickplasticblock_1_alt RecipeStage{tier='five', recipe=4xtile.SlickPlasticBlock@1:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6c066f58, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6c066f58, net.minecraftforge.oredict.OreIngredient@648ca025, net.minecraft.item.crafting.Ingredient@6c066f58, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6c066f58, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1707 mekanism:slickplasticblock_15_alt RecipeStage{tier='five', recipe=4xtile.SlickPlasticBlock@15:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@22078dc5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@22078dc5, net.minecraftforge.oredict.OreIngredient@4ca9b278, net.minecraft.item.crafting.Ingredient@22078dc5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@22078dc5, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1708 mekanism:slickplasticblock_15 RecipeStage{tier='five', recipe=4xtile.SlickPlasticBlock@15:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1264be20, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1264be20, net.minecraftforge.oredict.OreIngredient@40a3c9a, net.minecraft.item.crafting.Ingredient@1264be20, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1264be20, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1709 mekanism:slickplasticblock_14_alt RecipeStage{tier='five', recipe=4xtile.SlickPlasticBlock@14:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@462a76a3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@462a76a3, net.minecraftforge.oredict.OreIngredient@1c5e2191, net.minecraft.item.crafting.Ingredient@462a76a3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@462a76a3, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1710 mekanism:slickplasticblock_14 RecipeStage{tier='five', recipe=4xtile.SlickPlasticBlock@14:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@42178b7a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@42178b7a, net.minecraftforge.oredict.OreIngredient@1730bc71, net.minecraft.item.crafting.Ingredient@42178b7a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@42178b7a, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1711 mekanism:slickplasticblock_13_alt RecipeStage{tier='five', recipe=4xtile.SlickPlasticBlock@13:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@39bf5636, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@39bf5636, net.minecraftforge.oredict.OreIngredient@2f3af4ed, net.minecraft.item.crafting.Ingredient@39bf5636, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@39bf5636, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1712 mekanism:slickplasticblock_13 RecipeStage{tier='five', recipe=4xtile.SlickPlasticBlock@13:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7a220076, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7a220076, net.minecraftforge.oredict.OreIngredient@362415f5, net.minecraft.item.crafting.Ingredient@7a220076, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7a220076, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1713 mekanism:slickplasticblock_12_alt RecipeStage{tier='five', recipe=4xtile.SlickPlasticBlock@12:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@66149ff9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@66149ff9, net.minecraftforge.oredict.OreIngredient@6a05eb50, net.minecraft.item.crafting.Ingredient@66149ff9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@66149ff9, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1714 mekanism:slickplasticblock_12 RecipeStage{tier='five', recipe=4xtile.SlickPlasticBlock@12:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5bdf5780, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5bdf5780, net.minecraftforge.oredict.OreIngredient@1432fe90, net.minecraft.item.crafting.Ingredient@5bdf5780, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5bdf5780, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1715 mekanism:slickplasticblock_11_alt RecipeStage{tier='five', recipe=4xtile.SlickPlasticBlock@11:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@39aadec0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@39aadec0, net.minecraftforge.oredict.OreIngredient@64c50e11, net.minecraft.item.crafting.Ingredient@39aadec0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@39aadec0, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1716 mekanism:slickplasticblock_11 RecipeStage{tier='five', recipe=4xtile.SlickPlasticBlock@11:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@77c064c6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@77c064c6, net.minecraftforge.oredict.OreIngredient@1c3c1acf, net.minecraft.item.crafting.Ingredient@77c064c6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@77c064c6, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1717 mekanism:slickplasticblock_10_alt RecipeStage{tier='five', recipe=4xtile.SlickPlasticBlock@10:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@673cb944, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@673cb944, net.minecraftforge.oredict.OreIngredient@77ee398c, net.minecraft.item.crafting.Ingredient@673cb944, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@673cb944, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1718 mekanism:slickplasticblock_10 RecipeStage{tier='five', recipe=4xtile.SlickPlasticBlock@10:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@12364657, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@12364657, net.minecraftforge.oredict.OreIngredient@5fc7b501, net.minecraft.item.crafting.Ingredient@12364657, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@12364657, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1719 mekanism:slickplasticblock_1 RecipeStage{tier='five', recipe=4xtile.SlickPlasticBlock@1:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3c53746e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3c53746e, net.minecraftforge.oredict.OreIngredient@6f00e154, net.minecraft.item.crafting.Ingredient@3c53746e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3c53746e, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1720 mekanism:slickplasticblock_0_alt RecipeStage{tier='five', recipe=4xtile.SlickPlasticBlock@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@273d95f0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@273d95f0, net.minecraftforge.oredict.OreIngredient@4beb0651, net.minecraft.item.crafting.Ingredient@273d95f0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@273d95f0, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1721 mekanism:slickplasticblock_0 RecipeStage{tier='five', recipe=4xtile.SlickPlasticBlock@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@b7c7770, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@b7c7770, net.minecraftforge.oredict.OreIngredient@227ec7ca, net.minecraft.item.crafting.Ingredient@b7c7770, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@b7c7770, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1722 mekanism:seismicreader RecipeStage{tier='five', recipe=1xitem.SeismicReader@0:[net.minecraftforge.oredict.OreIngredient@3f839e3e, net.minecraft.item.crafting.Ingredient@5632611f, net.minecraftforge.oredict.OreIngredient@3f839e3e, net.minecraftforge.oredict.OreIngredient@3f839e3e, net.minecraft.item.crafting.Ingredient@40a00429, net.minecraftforge.oredict.OreIngredient@3f839e3e, net.minecraftforge.oredict.OreIngredient@3f839e3e, net.minecraftforge.oredict.OreIngredient@3f839e3e, net.minecraftforge.oredict.OreIngredient@3f839e3e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1723 mekanism:scubatank RecipeStage{tier='five', recipe=1xitem.ScubaTank@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6641f462, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@37047b24, mekanism.common.recipe.MekanismIngredient@792ed9a4, net.minecraft.item.crafting.Ingredient@37047b24, net.minecraftforge.oredict.OreIngredient@6078e565, net.minecraftforge.oredict.OreIngredient@6078e565, net.minecraftforge.oredict.OreIngredient@6078e565]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1725 mekanism:robit RecipeStage{tier='five', recipe=1xitem.Robit@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@53bcaa85, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4611f328, net.minecraft.item.crafting.Ingredient@4af1437a, net.minecraft.item.crafting.Ingredient@4611f328, net.minecraftforge.oredict.OreIngredient@18a9864a, net.minecraft.item.crafting.Ingredient@4c897440, net.minecraftforge.oredict.OreIngredient@18a9864a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1726 mekanism:roadplasticblock_9_alt RecipeStage{tier='five', recipe=4xtile.RoadPlasticBlock@9:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@452f1a34, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@452f1a34, net.minecraftforge.oredict.OreIngredient@ffb6fbd, net.minecraft.item.crafting.Ingredient@452f1a34, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@452f1a34, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1727 mekanism:roadplasticblock_9 RecipeStage{tier='five', recipe=3xtile.RoadPlasticBlock@9:[net.minecraft.item.crafting.Ingredient@6f2d21dd, net.minecraft.item.crafting.Ingredient@6f2d21dd, net.minecraft.item.crafting.Ingredient@6f2d21dd, net.minecraft.item.crafting.Ingredient@3ccd536, net.minecraft.item.crafting.Ingredient@3ccd536, net.minecraft.item.crafting.Ingredient@3ccd536, net.minecraft.item.crafting.Ingredient@6f2d21dd, net.minecraft.item.crafting.Ingredient@6f2d21dd, net.minecraft.item.crafting.Ingredient@6f2d21dd]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1728 mekanism:roadplasticblock_8_alt RecipeStage{tier='five', recipe=4xtile.RoadPlasticBlock@8:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2b222bc2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2b222bc2, net.minecraftforge.oredict.OreIngredient@3a06bcd4, net.minecraft.item.crafting.Ingredient@2b222bc2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2b222bc2, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1729 mekanism:roadplasticblock_8 RecipeStage{tier='five', recipe=3xtile.RoadPlasticBlock@8:[net.minecraft.item.crafting.Ingredient@57a550a8, net.minecraft.item.crafting.Ingredient@57a550a8, net.minecraft.item.crafting.Ingredient@57a550a8, net.minecraft.item.crafting.Ingredient@6a80c5ac, net.minecraft.item.crafting.Ingredient@6a80c5ac, net.minecraft.item.crafting.Ingredient@6a80c5ac, net.minecraft.item.crafting.Ingredient@57a550a8, net.minecraft.item.crafting.Ingredient@57a550a8, net.minecraft.item.crafting.Ingredient@57a550a8]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1730 mekanism:roadplasticblock_7_alt RecipeStage{tier='five', recipe=4xtile.RoadPlasticBlock@7:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4e976d3f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4e976d3f, net.minecraftforge.oredict.OreIngredient@3ad37809, net.minecraft.item.crafting.Ingredient@4e976d3f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4e976d3f, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1731 mekanism:roadplasticblock_7 RecipeStage{tier='five', recipe=3xtile.RoadPlasticBlock@7:[net.minecraft.item.crafting.Ingredient@5f7deefa, net.minecraft.item.crafting.Ingredient@5f7deefa, net.minecraft.item.crafting.Ingredient@5f7deefa, net.minecraft.item.crafting.Ingredient@a502339, net.minecraft.item.crafting.Ingredient@a502339, net.minecraft.item.crafting.Ingredient@a502339, net.minecraft.item.crafting.Ingredient@5f7deefa, net.minecraft.item.crafting.Ingredient@5f7deefa, net.minecraft.item.crafting.Ingredient@5f7deefa]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1732 mekanism:roadplasticblock_6_alt RecipeStage{tier='five', recipe=4xtile.RoadPlasticBlock@6:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4aa3ab91, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4aa3ab91, net.minecraftforge.oredict.OreIngredient@4cc15777, net.minecraft.item.crafting.Ingredient@4aa3ab91, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4aa3ab91, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1733 mekanism:roadplasticblock_6 RecipeStage{tier='five', recipe=3xtile.RoadPlasticBlock@6:[net.minecraft.item.crafting.Ingredient@a402998, net.minecraft.item.crafting.Ingredient@a402998, net.minecraft.item.crafting.Ingredient@a402998, net.minecraft.item.crafting.Ingredient@43ee5027, net.minecraft.item.crafting.Ingredient@43ee5027, net.minecraft.item.crafting.Ingredient@43ee5027, net.minecraft.item.crafting.Ingredient@a402998, net.minecraft.item.crafting.Ingredient@a402998, net.minecraft.item.crafting.Ingredient@a402998]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1734 mekanism:roadplasticblock_5_alt RecipeStage{tier='five', recipe=4xtile.RoadPlasticBlock@5:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2117ec82, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2117ec82, net.minecraftforge.oredict.OreIngredient@15f77a9d, net.minecraft.item.crafting.Ingredient@2117ec82, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2117ec82, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1735 mekanism:roadplasticblock_5 RecipeStage{tier='five', recipe=3xtile.RoadPlasticBlock@5:[net.minecraft.item.crafting.Ingredient@2c63edac, net.minecraft.item.crafting.Ingredient@2c63edac, net.minecraft.item.crafting.Ingredient@2c63edac, net.minecraft.item.crafting.Ingredient@6429915f, net.minecraft.item.crafting.Ingredient@6429915f, net.minecraft.item.crafting.Ingredient@6429915f, net.minecraft.item.crafting.Ingredient@2c63edac, net.minecraft.item.crafting.Ingredient@2c63edac, net.minecraft.item.crafting.Ingredient@2c63edac]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1736 mekanism:roadplasticblock_4_alt RecipeStage{tier='five', recipe=4xtile.RoadPlasticBlock@4:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@45655d56, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@45655d56, net.minecraftforge.oredict.OreIngredient@5330ccc7, net.minecraft.item.crafting.Ingredient@45655d56, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@45655d56, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1737 mekanism:roadplasticblock_4 RecipeStage{tier='five', recipe=3xtile.RoadPlasticBlock@4:[net.minecraft.item.crafting.Ingredient@7614edb7, net.minecraft.item.crafting.Ingredient@7614edb7, net.minecraft.item.crafting.Ingredient@7614edb7, net.minecraft.item.crafting.Ingredient@1fa1acbd, net.minecraft.item.crafting.Ingredient@1fa1acbd, net.minecraft.item.crafting.Ingredient@1fa1acbd, net.minecraft.item.crafting.Ingredient@7614edb7, net.minecraft.item.crafting.Ingredient@7614edb7, net.minecraft.item.crafting.Ingredient@7614edb7]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1738 mekanism:roadplasticblock_3_alt RecipeStage{tier='five', recipe=4xtile.RoadPlasticBlock@3:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5956eb44, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5956eb44, net.minecraftforge.oredict.OreIngredient@69b800c5, net.minecraft.item.crafting.Ingredient@5956eb44, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5956eb44, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1739 mekanism:roadplasticblock_3 RecipeStage{tier='five', recipe=3xtile.RoadPlasticBlock@3:[net.minecraft.item.crafting.Ingredient@3af63a91, net.minecraft.item.crafting.Ingredient@3af63a91, net.minecraft.item.crafting.Ingredient@3af63a91, net.minecraft.item.crafting.Ingredient@8206faf, net.minecraft.item.crafting.Ingredient@8206faf, net.minecraft.item.crafting.Ingredient@8206faf, net.minecraft.item.crafting.Ingredient@3af63a91, net.minecraft.item.crafting.Ingredient@3af63a91, net.minecraft.item.crafting.Ingredient@3af63a91]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1740 mekanism:roadplasticblock_2_alt RecipeStage{tier='five', recipe=4xtile.RoadPlasticBlock@2:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@42609a26, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@42609a26, net.minecraftforge.oredict.OreIngredient@70d4e77c, net.minecraft.item.crafting.Ingredient@42609a26, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@42609a26, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1741 mekanism:roadplasticblock_2 RecipeStage{tier='five', recipe=3xtile.RoadPlasticBlock@2:[net.minecraft.item.crafting.Ingredient@7cb4e9b4, net.minecraft.item.crafting.Ingredient@7cb4e9b4, net.minecraft.item.crafting.Ingredient@7cb4e9b4, net.minecraft.item.crafting.Ingredient@5863c0a1, net.minecraft.item.crafting.Ingredient@5863c0a1, net.minecraft.item.crafting.Ingredient@5863c0a1, net.minecraft.item.crafting.Ingredient@7cb4e9b4, net.minecraft.item.crafting.Ingredient@7cb4e9b4, net.minecraft.item.crafting.Ingredient@7cb4e9b4]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1742 mekanism:roadplasticblock_1_alt RecipeStage{tier='five', recipe=4xtile.RoadPlasticBlock@1:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1f2a421c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1f2a421c, net.minecraftforge.oredict.OreIngredient@281ba25d, net.minecraft.item.crafting.Ingredient@1f2a421c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1f2a421c, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1743 mekanism:roadplasticblock_15_alt RecipeStage{tier='five', recipe=4xtile.RoadPlasticBlock@15:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5382f7b1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5382f7b1, net.minecraftforge.oredict.OreIngredient@337a5cde, net.minecraft.item.crafting.Ingredient@5382f7b1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5382f7b1, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1744 mekanism:roadplasticblock_15 RecipeStage{tier='five', recipe=3xtile.RoadPlasticBlock@15:[net.minecraft.item.crafting.Ingredient@1106478c, net.minecraft.item.crafting.Ingredient@1106478c, net.minecraft.item.crafting.Ingredient@1106478c, net.minecraft.item.crafting.Ingredient@67d4940f, net.minecraft.item.crafting.Ingredient@67d4940f, net.minecraft.item.crafting.Ingredient@67d4940f, net.minecraft.item.crafting.Ingredient@1106478c, net.minecraft.item.crafting.Ingredient@1106478c, net.minecraft.item.crafting.Ingredient@1106478c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1745 mekanism:roadplasticblock_14_alt RecipeStage{tier='five', recipe=4xtile.RoadPlasticBlock@14:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6f090772, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6f090772, net.minecraftforge.oredict.OreIngredient@2c7e2405, net.minecraft.item.crafting.Ingredient@6f090772, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6f090772, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1746 mekanism:roadplasticblock_14 RecipeStage{tier='five', recipe=3xtile.RoadPlasticBlock@14:[net.minecraft.item.crafting.Ingredient@737f899a, net.minecraft.item.crafting.Ingredient@737f899a, net.minecraft.item.crafting.Ingredient@737f899a, net.minecraft.item.crafting.Ingredient@29e81f55, net.minecraft.item.crafting.Ingredient@29e81f55, net.minecraft.item.crafting.Ingredient@29e81f55, net.minecraft.item.crafting.Ingredient@737f899a, net.minecraft.item.crafting.Ingredient@737f899a, net.minecraft.item.crafting.Ingredient@737f899a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1747 mekanism:roadplasticblock_13_alt RecipeStage{tier='five', recipe=4xtile.RoadPlasticBlock@13:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1f5b5976, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1f5b5976, net.minecraftforge.oredict.OreIngredient@750e1af8, net.minecraft.item.crafting.Ingredient@1f5b5976, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1f5b5976, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1748 mekanism:roadplasticblock_13 RecipeStage{tier='five', recipe=3xtile.RoadPlasticBlock@13:[net.minecraft.item.crafting.Ingredient@4945afb6, net.minecraft.item.crafting.Ingredient@4945afb6, net.minecraft.item.crafting.Ingredient@4945afb6, net.minecraft.item.crafting.Ingredient@19e64b7, net.minecraft.item.crafting.Ingredient@19e64b7, net.minecraft.item.crafting.Ingredient@19e64b7, net.minecraft.item.crafting.Ingredient@4945afb6, net.minecraft.item.crafting.Ingredient@4945afb6, net.minecraft.item.crafting.Ingredient@4945afb6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1749 mekanism:roadplasticblock_12_alt RecipeStage{tier='five', recipe=4xtile.RoadPlasticBlock@12:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3166bf32, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3166bf32, net.minecraftforge.oredict.OreIngredient@75ad7464, net.minecraft.item.crafting.Ingredient@3166bf32, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3166bf32, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1750 mekanism:roadplasticblock_12 RecipeStage{tier='five', recipe=3xtile.RoadPlasticBlock@12:[net.minecraft.item.crafting.Ingredient@46dfad31, net.minecraft.item.crafting.Ingredient@46dfad31, net.minecraft.item.crafting.Ingredient@46dfad31, net.minecraft.item.crafting.Ingredient@56ca979c, net.minecraft.item.crafting.Ingredient@56ca979c, net.minecraft.item.crafting.Ingredient@56ca979c, net.minecraft.item.crafting.Ingredient@46dfad31, net.minecraft.item.crafting.Ingredient@46dfad31, net.minecraft.item.crafting.Ingredient@46dfad31]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1751 mekanism:roadplasticblock_11_alt RecipeStage{tier='five', recipe=4xtile.RoadPlasticBlock@11:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@26a871f9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@26a871f9, net.minecraftforge.oredict.OreIngredient@241f98d1, net.minecraft.item.crafting.Ingredient@26a871f9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@26a871f9, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1752 mekanism:roadplasticblock_11 RecipeStage{tier='five', recipe=3xtile.RoadPlasticBlock@11:[net.minecraft.item.crafting.Ingredient@2c6c659e, net.minecraft.item.crafting.Ingredient@2c6c659e, net.minecraft.item.crafting.Ingredient@2c6c659e, net.minecraft.item.crafting.Ingredient@3b9abfe8, net.minecraft.item.crafting.Ingredient@3b9abfe8, net.minecraft.item.crafting.Ingredient@3b9abfe8, net.minecraft.item.crafting.Ingredient@2c6c659e, net.minecraft.item.crafting.Ingredient@2c6c659e, net.minecraft.item.crafting.Ingredient@2c6c659e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1753 mekanism:roadplasticblock_10_alt RecipeStage{tier='five', recipe=4xtile.RoadPlasticBlock@10:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7c2f5ea8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7c2f5ea8, net.minecraftforge.oredict.OreIngredient@4ada1180, net.minecraft.item.crafting.Ingredient@7c2f5ea8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7c2f5ea8, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1754 mekanism:roadplasticblock_10 RecipeStage{tier='five', recipe=3xtile.RoadPlasticBlock@10:[net.minecraft.item.crafting.Ingredient@10399ec7, net.minecraft.item.crafting.Ingredient@10399ec7, net.minecraft.item.crafting.Ingredient@10399ec7, net.minecraft.item.crafting.Ingredient@64fe0576, net.minecraft.item.crafting.Ingredient@64fe0576, net.minecraft.item.crafting.Ingredient@64fe0576, net.minecraft.item.crafting.Ingredient@10399ec7, net.minecraft.item.crafting.Ingredient@10399ec7, net.minecraft.item.crafting.Ingredient@10399ec7]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1755 mekanism:roadplasticblock_1 RecipeStage{tier='five', recipe=3xtile.RoadPlasticBlock@1:[net.minecraft.item.crafting.Ingredient@58851e22, net.minecraft.item.crafting.Ingredient@58851e22, net.minecraft.item.crafting.Ingredient@58851e22, net.minecraft.item.crafting.Ingredient@388a064f, net.minecraft.item.crafting.Ingredient@388a064f, net.minecraft.item.crafting.Ingredient@388a064f, net.minecraft.item.crafting.Ingredient@58851e22, net.minecraft.item.crafting.Ingredient@58851e22, net.minecraft.item.crafting.Ingredient@58851e22]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1756 mekanism:roadplasticblock_0_alt RecipeStage{tier='five', recipe=4xtile.RoadPlasticBlock@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5ff930c3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5ff930c3, net.minecraftforge.oredict.OreIngredient@33c315d, net.minecraft.item.crafting.Ingredient@5ff930c3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5ff930c3, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1757 mekanism:roadplasticblock_0 RecipeStage{tier='five', recipe=3xtile.RoadPlasticBlock@0:[net.minecraft.item.crafting.Ingredient@146e3489, net.minecraft.item.crafting.Ingredient@146e3489, net.minecraft.item.crafting.Ingredient@146e3489, net.minecraft.item.crafting.Ingredient@1949c634, net.minecraft.item.crafting.Ingredient@1949c634, net.minecraft.item.crafting.Ingredient@1949c634, net.minecraft.item.crafting.Ingredient@146e3489, net.minecraft.item.crafting.Ingredient@146e3489, net.minecraft.item.crafting.Ingredient@146e3489]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1758 mekanism:reinforcedplasticblock_9_alt RecipeStage{tier='five', recipe=4xtile.ReinforcedPlasticBlock@9:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7a095627, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7a095627, net.minecraftforge.oredict.OreIngredient@796b122, net.minecraft.item.crafting.Ingredient@7a095627, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7a095627, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1759 mekanism:reinforcedplasticblock_9 RecipeStage{tier='five', recipe=4xtile.ReinforcedPlasticBlock@9:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2a8955d0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2a8955d0, net.minecraftforge.oredict.OreIngredient@7453dbf7, net.minecraft.item.crafting.Ingredient@2a8955d0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2a8955d0, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1760 mekanism:reinforcedplasticblock_8_alt RecipeStage{tier='five', recipe=4xtile.ReinforcedPlasticBlock@8:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@81672a6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@81672a6, net.minecraftforge.oredict.OreIngredient@47a3e3cb, net.minecraft.item.crafting.Ingredient@81672a6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@81672a6, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1761 mekanism:reinforcedplasticblock_8 RecipeStage{tier='five', recipe=4xtile.ReinforcedPlasticBlock@8:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7bf48b23, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7bf48b23, net.minecraftforge.oredict.OreIngredient@23e84650, net.minecraft.item.crafting.Ingredient@7bf48b23, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7bf48b23, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1762 mekanism:reinforcedplasticblock_7_alt RecipeStage{tier='five', recipe=4xtile.ReinforcedPlasticBlock@7:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@60730067, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@60730067, net.minecraftforge.oredict.OreIngredient@7ed5ea01, net.minecraft.item.crafting.Ingredient@60730067, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@60730067, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1763 mekanism:reinforcedplasticblock_7 RecipeStage{tier='five', recipe=4xtile.ReinforcedPlasticBlock@7:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@199e8fb9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@199e8fb9, net.minecraftforge.oredict.OreIngredient@235d7d4, net.minecraft.item.crafting.Ingredient@199e8fb9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@199e8fb9, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1764 mekanism:reinforcedplasticblock_6_alt RecipeStage{tier='five', recipe=4xtile.ReinforcedPlasticBlock@6:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@79dc1aaa, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@79dc1aaa, net.minecraftforge.oredict.OreIngredient@91605a2, net.minecraft.item.crafting.Ingredient@79dc1aaa, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@79dc1aaa, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1765 mekanism:reinforcedplasticblock_6 RecipeStage{tier='five', recipe=4xtile.ReinforcedPlasticBlock@6:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@310ddbd7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@310ddbd7, net.minecraftforge.oredict.OreIngredient@7563dbf3, net.minecraft.item.crafting.Ingredient@310ddbd7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@310ddbd7, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1766 mekanism:reinforcedplasticblock_5_alt RecipeStage{tier='five', recipe=4xtile.ReinforcedPlasticBlock@5:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5abdd597, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5abdd597, net.minecraftforge.oredict.OreIngredient@2965679a, net.minecraft.item.crafting.Ingredient@5abdd597, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5abdd597, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1767 mekanism:reinforcedplasticblock_5 RecipeStage{tier='five', recipe=4xtile.ReinforcedPlasticBlock@5:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@25c6620a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@25c6620a, net.minecraftforge.oredict.OreIngredient@4205e451, net.minecraft.item.crafting.Ingredient@25c6620a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@25c6620a, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1768 mekanism:reinforcedplasticblock_4_alt RecipeStage{tier='five', recipe=4xtile.ReinforcedPlasticBlock@4:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@26c1049c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@26c1049c, net.minecraftforge.oredict.OreIngredient@6e91704a, net.minecraft.item.crafting.Ingredient@26c1049c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@26c1049c, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1769 mekanism:reinforcedplasticblock_4 RecipeStage{tier='five', recipe=4xtile.ReinforcedPlasticBlock@4:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@34818c77, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@34818c77, net.minecraftforge.oredict.OreIngredient@5c16f802, net.minecraft.item.crafting.Ingredient@34818c77, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@34818c77, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1770 mekanism:reinforcedplasticblock_3_alt RecipeStage{tier='five', recipe=4xtile.ReinforcedPlasticBlock@3:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@79b85d16, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@79b85d16, net.minecraftforge.oredict.OreIngredient@51b20127, net.minecraft.item.crafting.Ingredient@79b85d16, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@79b85d16, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1771 mekanism:reinforcedplasticblock_3 RecipeStage{tier='five', recipe=4xtile.ReinforcedPlasticBlock@3:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@458f7247, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@458f7247, net.minecraftforge.oredict.OreIngredient@3dc5a3aa, net.minecraft.item.crafting.Ingredient@458f7247, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@458f7247, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1772 mekanism:reinforcedplasticblock_2_alt RecipeStage{tier='five', recipe=4xtile.ReinforcedPlasticBlock@2:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@75f39078, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@75f39078, net.minecraftforge.oredict.OreIngredient@7360f1f, net.minecraft.item.crafting.Ingredient@75f39078, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@75f39078, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1773 mekanism:reinforcedplasticblock_2 RecipeStage{tier='five', recipe=4xtile.ReinforcedPlasticBlock@2:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7d326435, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7d326435, net.minecraftforge.oredict.OreIngredient@932ac9a, net.minecraft.item.crafting.Ingredient@7d326435, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7d326435, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1774 mekanism:reinforcedplasticblock_1_alt RecipeStage{tier='five', recipe=4xtile.ReinforcedPlasticBlock@1:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5b1e5da0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5b1e5da0, net.minecraftforge.oredict.OreIngredient@77a92490, net.minecraft.item.crafting.Ingredient@5b1e5da0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5b1e5da0, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1775 mekanism:reinforcedplasticblock_15_alt RecipeStage{tier='five', recipe=4xtile.ReinforcedPlasticBlock@15:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@60eb3b98, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@60eb3b98, net.minecraftforge.oredict.OreIngredient@fa60828, net.minecraft.item.crafting.Ingredient@60eb3b98, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@60eb3b98, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1776 mekanism:reinforcedplasticblock_15 RecipeStage{tier='five', recipe=4xtile.ReinforcedPlasticBlock@15:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7556728a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7556728a, net.minecraftforge.oredict.OreIngredient@7591fa2e, net.minecraft.item.crafting.Ingredient@7556728a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7556728a, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1777 mekanism:reinforcedplasticblock_14_alt RecipeStage{tier='five', recipe=4xtile.ReinforcedPlasticBlock@14:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6fe12d3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6fe12d3, net.minecraftforge.oredict.OreIngredient@3c28f9f9, net.minecraft.item.crafting.Ingredient@6fe12d3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6fe12d3, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1778 mekanism:reinforcedplasticblock_14 RecipeStage{tier='five', recipe=4xtile.ReinforcedPlasticBlock@14:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@50f018d3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@50f018d3, net.minecraftforge.oredict.OreIngredient@4c0e5e58, net.minecraft.item.crafting.Ingredient@50f018d3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@50f018d3, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1779 mekanism:reinforcedplasticblock_13_alt RecipeStage{tier='five', recipe=4xtile.ReinforcedPlasticBlock@13:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@23fa89e2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@23fa89e2, net.minecraftforge.oredict.OreIngredient@3257964, net.minecraft.item.crafting.Ingredient@23fa89e2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@23fa89e2, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1780 mekanism:reinforcedplasticblock_13 RecipeStage{tier='five', recipe=4xtile.ReinforcedPlasticBlock@13:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@395d8d36, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@395d8d36, net.minecraftforge.oredict.OreIngredient@7979dd5a, net.minecraft.item.crafting.Ingredient@395d8d36, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@395d8d36, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1781 mekanism:reinforcedplasticblock_12_alt RecipeStage{tier='five', recipe=4xtile.ReinforcedPlasticBlock@12:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7d1da27c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7d1da27c, net.minecraftforge.oredict.OreIngredient@7a6961d5, net.minecraft.item.crafting.Ingredient@7d1da27c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7d1da27c, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1782 mekanism:reinforcedplasticblock_12 RecipeStage{tier='five', recipe=4xtile.ReinforcedPlasticBlock@12:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6ca2641, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6ca2641, net.minecraftforge.oredict.OreIngredient@3acbd60e, net.minecraft.item.crafting.Ingredient@6ca2641, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6ca2641, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1783 mekanism:reinforcedplasticblock_11_alt RecipeStage{tier='five', recipe=4xtile.ReinforcedPlasticBlock@11:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6bc121ea, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6bc121ea, net.minecraftforge.oredict.OreIngredient@3debfe4d, net.minecraft.item.crafting.Ingredient@6bc121ea, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6bc121ea, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1784 mekanism:reinforcedplasticblock_11 RecipeStage{tier='five', recipe=4xtile.ReinforcedPlasticBlock@11:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1451c948, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1451c948, net.minecraftforge.oredict.OreIngredient@176dca24, net.minecraft.item.crafting.Ingredient@1451c948, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1451c948, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1785 mekanism:reinforcedplasticblock_10_alt RecipeStage{tier='five', recipe=4xtile.ReinforcedPlasticBlock@10:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@736aa864, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@736aa864, net.minecraftforge.oredict.OreIngredient@5463b9b1, net.minecraft.item.crafting.Ingredient@736aa864, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@736aa864, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1786 mekanism:reinforcedplasticblock_10 RecipeStage{tier='five', recipe=4xtile.ReinforcedPlasticBlock@10:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2d1ab88e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2d1ab88e, net.minecraftforge.oredict.OreIngredient@47d28d7, net.minecraft.item.crafting.Ingredient@2d1ab88e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2d1ab88e, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1787 mekanism:reinforcedplasticblock_1 RecipeStage{tier='five', recipe=4xtile.ReinforcedPlasticBlock@1:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4a14eb9f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4a14eb9f, net.minecraftforge.oredict.OreIngredient@5a43ec75, net.minecraft.item.crafting.Ingredient@4a14eb9f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4a14eb9f, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1788 mekanism:reinforcedplasticblock_0_alt RecipeStage{tier='five', recipe=4xtile.ReinforcedPlasticBlock@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3a00c731, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3a00c731, net.minecraftforge.oredict.OreIngredient@2f3241e9, net.minecraft.item.crafting.Ingredient@3a00c731, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3a00c731, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1789 mekanism:reinforcedplasticblock_0 RecipeStage{tier='five', recipe=4xtile.ReinforcedPlasticBlock@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@699b1465, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@699b1465, net.minecraftforge.oredict.OreIngredient@275b0f5c, net.minecraft.item.crafting.Ingredient@699b1465, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@699b1465, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1791 mekanism:portableteleporter RecipeStage{tier='five', recipe=1xitem.PortableTeleporter@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@34abbbb8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6641f462, net.minecraft.item.crafting.Ingredient@19d1c4ef, net.minecraftforge.oredict.OreIngredient@6641f462, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@34abbbb8, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1792 mekanism:polyethene_3 RecipeStage{tier='five', recipe=1xitem.Polyethene@3:[net.minecraft.item.crafting.Ingredient@4b3f88ba, net.minecraft.item.crafting.Ingredient@4b3f88ba]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1793 mekanism:polyethene_2 RecipeStage{tier='five', recipe=1xitem.Polyethene@2:[net.minecraft.item.crafting.Ingredient@76c51415, net.minecraft.item.crafting.Ingredient@76c51415, net.minecraft.item.crafting.Ingredient@76c51415, net.minecraft.item.crafting.Ingredient@76c51415, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@76c51415, net.minecraft.item.crafting.Ingredient@76c51415, net.minecraft.item.crafting.Ingredient@76c51415, net.minecraft.item.crafting.Ingredient@76c51415]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1794 mekanism:polyethene_1 RecipeStage{tier='five', recipe=1xitem.Polyethene@1:[net.minecraft.item.crafting.Ingredient@31407de2, net.minecraft.item.crafting.Ingredient@31407de2, net.minecraft.item.crafting.Ingredient@31407de2, net.minecraft.item.crafting.Ingredient@31407de2]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1795 mekanism:plasticfence_9_alt RecipeStage{tier='five', recipe=4xtile.PlasticFence@9:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2a096e87, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2a096e87, net.minecraftforge.oredict.OreIngredient@65fb4774, net.minecraft.item.crafting.Ingredient@2a096e87, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2a096e87, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1796 mekanism:plasticfence_9 RecipeStage{tier='five', recipe=3xtile.PlasticFence@9:[net.minecraft.item.crafting.Ingredient@28d8d3fa, net.minecraft.item.crafting.Ingredient@3167a123, net.minecraft.item.crafting.Ingredient@28d8d3fa, net.minecraft.item.crafting.Ingredient@28d8d3fa, net.minecraft.item.crafting.Ingredient@3167a123, net.minecraft.item.crafting.Ingredient@28d8d3fa]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1797 mekanism:plasticfence_8_alt RecipeStage{tier='five', recipe=4xtile.PlasticFence@8:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@53980b87, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@53980b87, net.minecraftforge.oredict.OreIngredient@ef1d618, net.minecraft.item.crafting.Ingredient@53980b87, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@53980b87, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1798 mekanism:plasticfence_8 RecipeStage{tier='five', recipe=3xtile.PlasticFence@8:[net.minecraft.item.crafting.Ingredient@397c84fb, net.minecraft.item.crafting.Ingredient@2b4b564e, net.minecraft.item.crafting.Ingredient@397c84fb, net.minecraft.item.crafting.Ingredient@397c84fb, net.minecraft.item.crafting.Ingredient@2b4b564e, net.minecraft.item.crafting.Ingredient@397c84fb]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1799 mekanism:plasticfence_7_alt RecipeStage{tier='five', recipe=4xtile.PlasticFence@7:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2ba9f086, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2ba9f086, net.minecraftforge.oredict.OreIngredient@247a4fe7, net.minecraft.item.crafting.Ingredient@2ba9f086, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2ba9f086, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1800 mekanism:plasticfence_7 RecipeStage{tier='five', recipe=3xtile.PlasticFence@7:[net.minecraft.item.crafting.Ingredient@5b1168b4, net.minecraft.item.crafting.Ingredient@25d490f4, net.minecraft.item.crafting.Ingredient@5b1168b4, net.minecraft.item.crafting.Ingredient@5b1168b4, net.minecraft.item.crafting.Ingredient@25d490f4, net.minecraft.item.crafting.Ingredient@5b1168b4]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1801 mekanism:plasticfence_6_alt RecipeStage{tier='five', recipe=4xtile.PlasticFence@6:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5f43610f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5f43610f, net.minecraftforge.oredict.OreIngredient@5aec2392, net.minecraft.item.crafting.Ingredient@5f43610f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5f43610f, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1802 mekanism:plasticfence_6 RecipeStage{tier='five', recipe=3xtile.PlasticFence@6:[net.minecraft.item.crafting.Ingredient@51b5ba35, net.minecraft.item.crafting.Ingredient@58647c43, net.minecraft.item.crafting.Ingredient@51b5ba35, net.minecraft.item.crafting.Ingredient@51b5ba35, net.minecraft.item.crafting.Ingredient@58647c43, net.minecraft.item.crafting.Ingredient@51b5ba35]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1803 mekanism:plasticfence_5_alt RecipeStage{tier='five', recipe=4xtile.PlasticFence@5:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@610e45f6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@610e45f6, net.minecraftforge.oredict.OreIngredient@4f057539, net.minecraft.item.crafting.Ingredient@610e45f6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@610e45f6, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1804 mekanism:plasticfence_5 RecipeStage{tier='five', recipe=3xtile.PlasticFence@5:[net.minecraft.item.crafting.Ingredient@78f509c, net.minecraft.item.crafting.Ingredient@586735e5, net.minecraft.item.crafting.Ingredient@78f509c, net.minecraft.item.crafting.Ingredient@78f509c, net.minecraft.item.crafting.Ingredient@586735e5, net.minecraft.item.crafting.Ingredient@78f509c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1805 mekanism:plasticfence_4_alt RecipeStage{tier='five', recipe=4xtile.PlasticFence@4:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@41df1fa2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@41df1fa2, net.minecraftforge.oredict.OreIngredient@69fddaa5, net.minecraft.item.crafting.Ingredient@41df1fa2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@41df1fa2, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1806 mekanism:plasticfence_4 RecipeStage{tier='five', recipe=3xtile.PlasticFence@4:[net.minecraft.item.crafting.Ingredient@1f7383f5, net.minecraft.item.crafting.Ingredient@4424588, net.minecraft.item.crafting.Ingredient@1f7383f5, net.minecraft.item.crafting.Ingredient@1f7383f5, net.minecraft.item.crafting.Ingredient@4424588, net.minecraft.item.crafting.Ingredient@1f7383f5]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1807 mekanism:plasticfence_3_alt RecipeStage{tier='five', recipe=4xtile.PlasticFence@3:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@71e22c7a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@71e22c7a, net.minecraftforge.oredict.OreIngredient@5b0f0519, net.minecraft.item.crafting.Ingredient@71e22c7a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@71e22c7a, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1808 mekanism:plasticfence_3 RecipeStage{tier='five', recipe=3xtile.PlasticFence@3:[net.minecraft.item.crafting.Ingredient@612679cb, net.minecraft.item.crafting.Ingredient@50ef244a, net.minecraft.item.crafting.Ingredient@612679cb, net.minecraft.item.crafting.Ingredient@612679cb, net.minecraft.item.crafting.Ingredient@50ef244a, net.minecraft.item.crafting.Ingredient@612679cb]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1809 mekanism:plasticfence_2_alt RecipeStage{tier='five', recipe=4xtile.PlasticFence@2:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@40756fb3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@40756fb3, net.minecraftforge.oredict.OreIngredient@2819d6, net.minecraft.item.crafting.Ingredient@40756fb3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@40756fb3, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1810 mekanism:plasticfence_2 RecipeStage{tier='five', recipe=3xtile.PlasticFence@2:[net.minecraft.item.crafting.Ingredient@2f27d054, net.minecraft.item.crafting.Ingredient@365578, net.minecraft.item.crafting.Ingredient@2f27d054, net.minecraft.item.crafting.Ingredient@2f27d054, net.minecraft.item.crafting.Ingredient@365578, net.minecraft.item.crafting.Ingredient@2f27d054]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1811 mekanism:plasticfence_1_alt RecipeStage{tier='five', recipe=4xtile.PlasticFence@1:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@57442a13, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@57442a13, net.minecraftforge.oredict.OreIngredient@19713189, net.minecraft.item.crafting.Ingredient@57442a13, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@57442a13, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1812 mekanism:plasticfence_15_alt RecipeStage{tier='five', recipe=4xtile.PlasticFence@15:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@48205667, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@48205667, net.minecraftforge.oredict.OreIngredient@8544c0a, net.minecraft.item.crafting.Ingredient@48205667, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@48205667, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1813 mekanism:plasticfence_15 RecipeStage{tier='five', recipe=3xtile.PlasticFence@15:[net.minecraft.item.crafting.Ingredient@b89f01c, net.minecraft.item.crafting.Ingredient@1e1b6932, net.minecraft.item.crafting.Ingredient@b89f01c, net.minecraft.item.crafting.Ingredient@b89f01c, net.minecraft.item.crafting.Ingredient@1e1b6932, net.minecraft.item.crafting.Ingredient@b89f01c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1814 mekanism:plasticfence_14_alt RecipeStage{tier='five', recipe=4xtile.PlasticFence@14:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1a1e6aaa, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1a1e6aaa, net.minecraftforge.oredict.OreIngredient@730c00be, net.minecraft.item.crafting.Ingredient@1a1e6aaa, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1a1e6aaa, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1815 mekanism:plasticfence_14 RecipeStage{tier='five', recipe=3xtile.PlasticFence@14:[net.minecraft.item.crafting.Ingredient@2586b6a5, net.minecraft.item.crafting.Ingredient@7a414f3b, net.minecraft.item.crafting.Ingredient@2586b6a5, net.minecraft.item.crafting.Ingredient@2586b6a5, net.minecraft.item.crafting.Ingredient@7a414f3b, net.minecraft.item.crafting.Ingredient@2586b6a5]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1816 mekanism:plasticfence_13_alt RecipeStage{tier='five', recipe=4xtile.PlasticFence@13:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@60a1694c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@60a1694c, net.minecraftforge.oredict.OreIngredient@699842b8, net.minecraft.item.crafting.Ingredient@60a1694c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@60a1694c, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1817 mekanism:plasticfence_13 RecipeStage{tier='five', recipe=3xtile.PlasticFence@13:[net.minecraft.item.crafting.Ingredient@2479cf42, net.minecraft.item.crafting.Ingredient@64a0a07a, net.minecraft.item.crafting.Ingredient@2479cf42, net.minecraft.item.crafting.Ingredient@2479cf42, net.minecraft.item.crafting.Ingredient@64a0a07a, net.minecraft.item.crafting.Ingredient@2479cf42]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1818 mekanism:plasticfence_12_alt RecipeStage{tier='five', recipe=4xtile.PlasticFence@12:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3914947, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3914947, net.minecraftforge.oredict.OreIngredient@3cc54cbf, net.minecraft.item.crafting.Ingredient@3914947, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3914947, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1819 mekanism:plasticfence_12 RecipeStage{tier='five', recipe=3xtile.PlasticFence@12:[net.minecraft.item.crafting.Ingredient@700f078, net.minecraft.item.crafting.Ingredient@2d273b47, net.minecraft.item.crafting.Ingredient@700f078, net.minecraft.item.crafting.Ingredient@700f078, net.minecraft.item.crafting.Ingredient@2d273b47, net.minecraft.item.crafting.Ingredient@700f078]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1820 mekanism:plasticfence_11_alt RecipeStage{tier='five', recipe=4xtile.PlasticFence@11:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@25ca134c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@25ca134c, net.minecraftforge.oredict.OreIngredient@267eee90, net.minecraft.item.crafting.Ingredient@25ca134c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@25ca134c, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1821 mekanism:plasticfence_11 RecipeStage{tier='five', recipe=3xtile.PlasticFence@11:[net.minecraft.item.crafting.Ingredient@1fb5dc30, net.minecraft.item.crafting.Ingredient@75f61869, net.minecraft.item.crafting.Ingredient@1fb5dc30, net.minecraft.item.crafting.Ingredient@1fb5dc30, net.minecraft.item.crafting.Ingredient@75f61869, net.minecraft.item.crafting.Ingredient@1fb5dc30]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1822 mekanism:plasticfence_10_alt RecipeStage{tier='five', recipe=4xtile.PlasticFence@10:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5db8eca2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5db8eca2, net.minecraftforge.oredict.OreIngredient@4d8d6018, net.minecraft.item.crafting.Ingredient@5db8eca2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5db8eca2, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1823 mekanism:plasticfence_10 RecipeStage{tier='five', recipe=3xtile.PlasticFence@10:[net.minecraft.item.crafting.Ingredient@68772d00, net.minecraft.item.crafting.Ingredient@39540f7e, net.minecraft.item.crafting.Ingredient@68772d00, net.minecraft.item.crafting.Ingredient@68772d00, net.minecraft.item.crafting.Ingredient@39540f7e, net.minecraft.item.crafting.Ingredient@68772d00]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1824 mekanism:plasticfence_1 RecipeStage{tier='five', recipe=3xtile.PlasticFence@1:[net.minecraft.item.crafting.Ingredient@5216bcc5, net.minecraft.item.crafting.Ingredient@5cee542b, net.minecraft.item.crafting.Ingredient@5216bcc5, net.minecraft.item.crafting.Ingredient@5216bcc5, net.minecraft.item.crafting.Ingredient@5cee542b, net.minecraft.item.crafting.Ingredient@5216bcc5]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1825 mekanism:plasticfence_0_alt RecipeStage{tier='five', recipe=4xtile.PlasticFence@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@35fd16ea, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@35fd16ea, net.minecraftforge.oredict.OreIngredient@57ec34a0, net.minecraft.item.crafting.Ingredient@35fd16ea, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@35fd16ea, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1826 mekanism:plasticfence_0 RecipeStage{tier='five', recipe=3xtile.PlasticFence@0:[net.minecraft.item.crafting.Ingredient@6091f8b9, net.minecraft.item.crafting.Ingredient@5e19b136, net.minecraft.item.crafting.Ingredient@6091f8b9, net.minecraft.item.crafting.Ingredient@6091f8b9, net.minecraft.item.crafting.Ingredient@5e19b136, net.minecraft.item.crafting.Ingredient@6091f8b9]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1827 mekanism:plasticblock_9_alt RecipeStage{tier='five', recipe=4xtile.PlasticBlock@9:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@473dbddc, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@473dbddc, net.minecraftforge.oredict.OreIngredient@6862ed4f, net.minecraft.item.crafting.Ingredient@473dbddc, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@473dbddc, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1828 mekanism:plasticblock_9 RecipeStage{tier='five', recipe=4xtile.PlasticBlock@9:[net.minecraft.item.crafting.Ingredient@97cf6ae, net.minecraft.item.crafting.Ingredient@97cf6ae, net.minecraft.item.crafting.Ingredient@97cf6ae, net.minecraft.item.crafting.Ingredient@97cf6ae, net.minecraftforge.oredict.OreIngredient@25af64d6, net.minecraft.item.crafting.Ingredient@97cf6ae, net.minecraft.item.crafting.Ingredient@97cf6ae, net.minecraft.item.crafting.Ingredient@97cf6ae, net.minecraft.item.crafting.Ingredient@97cf6ae]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1829 mekanism:plasticblock_8_alt RecipeStage{tier='five', recipe=4xtile.PlasticBlock@8:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@73684e2d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@73684e2d, net.minecraftforge.oredict.OreIngredient@4b797d6, net.minecraft.item.crafting.Ingredient@73684e2d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@73684e2d, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1830 mekanism:plasticblock_8 RecipeStage{tier='five', recipe=4xtile.PlasticBlock@8:[net.minecraft.item.crafting.Ingredient@59e7826f, net.minecraft.item.crafting.Ingredient@59e7826f, net.minecraft.item.crafting.Ingredient@59e7826f, net.minecraft.item.crafting.Ingredient@59e7826f, net.minecraftforge.oredict.OreIngredient@5a86f311, net.minecraft.item.crafting.Ingredient@59e7826f, net.minecraft.item.crafting.Ingredient@59e7826f, net.minecraft.item.crafting.Ingredient@59e7826f, net.minecraft.item.crafting.Ingredient@59e7826f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1831 mekanism:plasticblock_7_alt RecipeStage{tier='five', recipe=4xtile.PlasticBlock@7:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@22941553, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@22941553, net.minecraftforge.oredict.OreIngredient@51650deb, net.minecraft.item.crafting.Ingredient@22941553, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@22941553, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1832 mekanism:plasticblock_7 RecipeStage{tier='five', recipe=4xtile.PlasticBlock@7:[net.minecraft.item.crafting.Ingredient@47086eeb, net.minecraft.item.crafting.Ingredient@47086eeb, net.minecraft.item.crafting.Ingredient@47086eeb, net.minecraft.item.crafting.Ingredient@47086eeb, net.minecraftforge.oredict.OreIngredient@5c13ddfa, net.minecraft.item.crafting.Ingredient@47086eeb, net.minecraft.item.crafting.Ingredient@47086eeb, net.minecraft.item.crafting.Ingredient@47086eeb, net.minecraft.item.crafting.Ingredient@47086eeb]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1833 mekanism:plasticblock_6_alt RecipeStage{tier='five', recipe=4xtile.PlasticBlock@6:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7d2f6f97, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7d2f6f97, net.minecraftforge.oredict.OreIngredient@368c5d21, net.minecraft.item.crafting.Ingredient@7d2f6f97, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7d2f6f97, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1834 mekanism:plasticblock_6 RecipeStage{tier='five', recipe=4xtile.PlasticBlock@6:[net.minecraft.item.crafting.Ingredient@3ab8b416, net.minecraft.item.crafting.Ingredient@3ab8b416, net.minecraft.item.crafting.Ingredient@3ab8b416, net.minecraft.item.crafting.Ingredient@3ab8b416, net.minecraftforge.oredict.OreIngredient@773f1eb3, net.minecraft.item.crafting.Ingredient@3ab8b416, net.minecraft.item.crafting.Ingredient@3ab8b416, net.minecraft.item.crafting.Ingredient@3ab8b416, net.minecraft.item.crafting.Ingredient@3ab8b416]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1835 mekanism:plasticblock_5_alt RecipeStage{tier='five', recipe=4xtile.PlasticBlock@5:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2da81ee8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2da81ee8, net.minecraftforge.oredict.OreIngredient@328047da, net.minecraft.item.crafting.Ingredient@2da81ee8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2da81ee8, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1836 mekanism:plasticblock_5 RecipeStage{tier='five', recipe=4xtile.PlasticBlock@5:[net.minecraft.item.crafting.Ingredient@2821a6ca, net.minecraft.item.crafting.Ingredient@2821a6ca, net.minecraft.item.crafting.Ingredient@2821a6ca, net.minecraft.item.crafting.Ingredient@2821a6ca, net.minecraftforge.oredict.OreIngredient@71ab7b25, net.minecraft.item.crafting.Ingredient@2821a6ca, net.minecraft.item.crafting.Ingredient@2821a6ca, net.minecraft.item.crafting.Ingredient@2821a6ca, net.minecraft.item.crafting.Ingredient@2821a6ca]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1837 mekanism:plasticblock_4_alt RecipeStage{tier='five', recipe=4xtile.PlasticBlock@4:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@376d148, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@376d148, net.minecraftforge.oredict.OreIngredient@714ea4b5, net.minecraft.item.crafting.Ingredient@376d148, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@376d148, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1838 mekanism:plasticblock_4 RecipeStage{tier='five', recipe=4xtile.PlasticBlock@4:[net.minecraft.item.crafting.Ingredient@72ed9a50, net.minecraft.item.crafting.Ingredient@72ed9a50, net.minecraft.item.crafting.Ingredient@72ed9a50, net.minecraft.item.crafting.Ingredient@72ed9a50, net.minecraftforge.oredict.OreIngredient@768e25d6, net.minecraft.item.crafting.Ingredient@72ed9a50, net.minecraft.item.crafting.Ingredient@72ed9a50, net.minecraft.item.crafting.Ingredient@72ed9a50, net.minecraft.item.crafting.Ingredient@72ed9a50]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1839 mekanism:plasticblock_3_alt RecipeStage{tier='five', recipe=4xtile.PlasticBlock@3:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@111234b2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@111234b2, net.minecraftforge.oredict.OreIngredient@837105a, net.minecraft.item.crafting.Ingredient@111234b2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@111234b2, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1840 mekanism:plasticblock_3 RecipeStage{tier='five', recipe=4xtile.PlasticBlock@3:[net.minecraft.item.crafting.Ingredient@2f1194cc, net.minecraft.item.crafting.Ingredient@2f1194cc, net.minecraft.item.crafting.Ingredient@2f1194cc, net.minecraft.item.crafting.Ingredient@2f1194cc, net.minecraftforge.oredict.OreIngredient@1813ec3, net.minecraft.item.crafting.Ingredient@2f1194cc, net.minecraft.item.crafting.Ingredient@2f1194cc, net.minecraft.item.crafting.Ingredient@2f1194cc, net.minecraft.item.crafting.Ingredient@2f1194cc]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1841 mekanism:plasticblock_2_alt RecipeStage{tier='five', recipe=4xtile.PlasticBlock@2:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@12e20888, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@12e20888, net.minecraftforge.oredict.OreIngredient@11ba24d6, net.minecraft.item.crafting.Ingredient@12e20888, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@12e20888, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1842 mekanism:plasticblock_2 RecipeStage{tier='five', recipe=4xtile.PlasticBlock@2:[net.minecraft.item.crafting.Ingredient@5277e424, net.minecraft.item.crafting.Ingredient@5277e424, net.minecraft.item.crafting.Ingredient@5277e424, net.minecraft.item.crafting.Ingredient@5277e424, net.minecraftforge.oredict.OreIngredient@29fc6672, net.minecraft.item.crafting.Ingredient@5277e424, net.minecraft.item.crafting.Ingredient@5277e424, net.minecraft.item.crafting.Ingredient@5277e424, net.minecraft.item.crafting.Ingredient@5277e424]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1843 mekanism:plasticblock_1_alt RecipeStage{tier='five', recipe=4xtile.PlasticBlock@1:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2b257b1a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2b257b1a, net.minecraftforge.oredict.OreIngredient@946bec2, net.minecraft.item.crafting.Ingredient@2b257b1a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2b257b1a, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1844 mekanism:plasticblock_15_alt RecipeStage{tier='five', recipe=4xtile.PlasticBlock@15:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@426572c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@426572c, net.minecraftforge.oredict.OreIngredient@51ef24f1, net.minecraft.item.crafting.Ingredient@426572c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@426572c, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1845 mekanism:plasticblock_15 RecipeStage{tier='five', recipe=4xtile.PlasticBlock@15:[net.minecraft.item.crafting.Ingredient@253c17d5, net.minecraft.item.crafting.Ingredient@253c17d5, net.minecraft.item.crafting.Ingredient@253c17d5, net.minecraft.item.crafting.Ingredient@253c17d5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@253c17d5, net.minecraft.item.crafting.Ingredient@253c17d5, net.minecraft.item.crafting.Ingredient@253c17d5, net.minecraft.item.crafting.Ingredient@253c17d5]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1846 mekanism:plasticblock_14_alt RecipeStage{tier='five', recipe=4xtile.PlasticBlock@14:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@71317789, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@71317789, net.minecraftforge.oredict.OreIngredient@4280806a, net.minecraft.item.crafting.Ingredient@71317789, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@71317789, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1847 mekanism:plasticblock_14 RecipeStage{tier='five', recipe=4xtile.PlasticBlock@14:[net.minecraft.item.crafting.Ingredient@d0297bb, net.minecraft.item.crafting.Ingredient@d0297bb, net.minecraft.item.crafting.Ingredient@d0297bb, net.minecraft.item.crafting.Ingredient@d0297bb, net.minecraftforge.oredict.OreIngredient@207a3d31, net.minecraft.item.crafting.Ingredient@d0297bb, net.minecraft.item.crafting.Ingredient@d0297bb, net.minecraft.item.crafting.Ingredient@d0297bb, net.minecraft.item.crafting.Ingredient@d0297bb]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1848 mekanism:plasticblock_13_alt RecipeStage{tier='five', recipe=4xtile.PlasticBlock@13:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@faa1908, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@faa1908, net.minecraftforge.oredict.OreIngredient@268fd3cc, net.minecraft.item.crafting.Ingredient@faa1908, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@faa1908, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1849 mekanism:plasticblock_13 RecipeStage{tier='five', recipe=4xtile.PlasticBlock@13:[net.minecraft.item.crafting.Ingredient@f13211b, net.minecraft.item.crafting.Ingredient@f13211b, net.minecraft.item.crafting.Ingredient@f13211b, net.minecraft.item.crafting.Ingredient@f13211b, net.minecraftforge.oredict.OreIngredient@2b9a829b, net.minecraft.item.crafting.Ingredient@f13211b, net.minecraft.item.crafting.Ingredient@f13211b, net.minecraft.item.crafting.Ingredient@f13211b, net.minecraft.item.crafting.Ingredient@f13211b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1850 mekanism:plasticblock_12_alt RecipeStage{tier='five', recipe=4xtile.PlasticBlock@12:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@74bf8ddf, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@74bf8ddf, net.minecraftforge.oredict.OreIngredient@5c2dacd4, net.minecraft.item.crafting.Ingredient@74bf8ddf, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@74bf8ddf, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1851 mekanism:plasticblock_12 RecipeStage{tier='five', recipe=4xtile.PlasticBlock@12:[net.minecraft.item.crafting.Ingredient@1cf078d7, net.minecraft.item.crafting.Ingredient@1cf078d7, net.minecraft.item.crafting.Ingredient@1cf078d7, net.minecraft.item.crafting.Ingredient@1cf078d7, net.minecraftforge.oredict.OreIngredient@7f55a960, net.minecraft.item.crafting.Ingredient@1cf078d7, net.minecraft.item.crafting.Ingredient@1cf078d7, net.minecraft.item.crafting.Ingredient@1cf078d7, net.minecraft.item.crafting.Ingredient@1cf078d7]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1852 mekanism:plasticblock_11_alt RecipeStage{tier='five', recipe=4xtile.PlasticBlock@11:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@772c95cc, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@772c95cc, net.minecraftforge.oredict.OreIngredient@638009cd, net.minecraft.item.crafting.Ingredient@772c95cc, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@772c95cc, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1853 mekanism:plasticblock_11 RecipeStage{tier='five', recipe=4xtile.PlasticBlock@11:[net.minecraft.item.crafting.Ingredient@434f6fe5, net.minecraft.item.crafting.Ingredient@434f6fe5, net.minecraft.item.crafting.Ingredient@434f6fe5, net.minecraft.item.crafting.Ingredient@434f6fe5, net.minecraftforge.oredict.OreIngredient@40aba48d, net.minecraft.item.crafting.Ingredient@434f6fe5, net.minecraft.item.crafting.Ingredient@434f6fe5, net.minecraft.item.crafting.Ingredient@434f6fe5, net.minecraft.item.crafting.Ingredient@434f6fe5]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1854 mekanism:plasticblock_10_alt RecipeStage{tier='five', recipe=4xtile.PlasticBlock@10:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7db2d0af, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7db2d0af, net.minecraftforge.oredict.OreIngredient@6165be0c, net.minecraft.item.crafting.Ingredient@7db2d0af, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7db2d0af, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1855 mekanism:plasticblock_10 RecipeStage{tier='five', recipe=4xtile.PlasticBlock@10:[net.minecraft.item.crafting.Ingredient@3d76dd24, net.minecraft.item.crafting.Ingredient@3d76dd24, net.minecraft.item.crafting.Ingredient@3d76dd24, net.minecraft.item.crafting.Ingredient@3d76dd24, net.minecraftforge.oredict.OreIngredient@7db66d7, net.minecraft.item.crafting.Ingredient@3d76dd24, net.minecraft.item.crafting.Ingredient@3d76dd24, net.minecraft.item.crafting.Ingredient@3d76dd24, net.minecraft.item.crafting.Ingredient@3d76dd24]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1856 mekanism:plasticblock_1 RecipeStage{tier='five', recipe=4xtile.PlasticBlock@1:[net.minecraft.item.crafting.Ingredient@5f4fcca2, net.minecraft.item.crafting.Ingredient@5f4fcca2, net.minecraft.item.crafting.Ingredient@5f4fcca2, net.minecraft.item.crafting.Ingredient@5f4fcca2, net.minecraftforge.oredict.OreIngredient@2d9c134c, net.minecraft.item.crafting.Ingredient@5f4fcca2, net.minecraft.item.crafting.Ingredient@5f4fcca2, net.minecraft.item.crafting.Ingredient@5f4fcca2, net.minecraft.item.crafting.Ingredient@5f4fcca2]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1857 mekanism:plasticblock_0_alt RecipeStage{tier='five', recipe=4xtile.PlasticBlock@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@69fe4631, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@69fe4631, net.minecraftforge.oredict.OreIngredient@4c120af5, net.minecraft.item.crafting.Ingredient@69fe4631, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@69fe4631, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1858 mekanism:plasticblock_0 RecipeStage{tier='five', recipe=4xtile.PlasticBlock@0:[net.minecraft.item.crafting.Ingredient@759cf228, net.minecraft.item.crafting.Ingredient@759cf228, net.minecraft.item.crafting.Ingredient@759cf228, net.minecraft.item.crafting.Ingredient@759cf228, net.minecraftforge.oredict.OreIngredient@652ed8f2, net.minecraft.item.crafting.Ingredient@759cf228, net.minecraft.item.crafting.Ingredient@759cf228, net.minecraft.item.crafting.Ingredient@759cf228, net.minecraft.item.crafting.Ingredient@759cf228]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1860 mekanism:obsidiantnt RecipeStage{tier='five', recipe=1xtile.ObsidianTNT@0:[net.minecraft.item.crafting.Ingredient@1eaac617, net.minecraft.item.crafting.Ingredient@1eaac617, net.minecraft.item.crafting.Ingredient@1eaac617, net.minecraft.item.crafting.Ingredient@7e740602, net.minecraft.item.crafting.Ingredient@7e740602, net.minecraft.item.crafting.Ingredient@7e740602, net.minecraft.item.crafting.Ingredient@1eaac617, net.minecraft.item.crafting.Ingredient@1eaac617, net.minecraft.item.crafting.Ingredient@1eaac617]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1864 mekanism:nugget_3 RecipeStage{tier='five', recipe=9xitem.Nugget@3:[net.minecraftforge.oredict.OreIngredient@4582aa3e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1867 mekanism:nugget_0 RecipeStage{tier='five', recipe=9xitem.Nugget@0:[net.minecraftforge.oredict.OreIngredient@216f3474]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1868 mekanism:networkreader RecipeStage{tier='five', recipe=1xitem.NetworkReader@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7ff138a5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@32854a2c, net.minecraft.item.crafting.Ingredient@ac8a927, net.minecraft.item.crafting.Ingredient@32854a2c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1dfe35aa, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1869 mekanism:mufflingupgrade RecipeStage{tier='five', recipe=1xitem.MufflingUpgrade@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6ff018cd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5081d4a1, net.minecraftforge.oredict.OreIngredient@4360fce2, net.minecraft.item.crafting.Ingredient@5081d4a1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6ff018cd, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1870 mekanism:machineblock_9 RecipeStage{tier='five', recipe=1xtile.MachineBlock@9:[net.minecraftforge.oredict.OreIngredient@585e4fc2, net.minecraftforge.oredict.OreIngredient@570ad57f, net.minecraftforge.oredict.OreIngredient@585e4fc2, net.minecraftforge.oredict.OreIngredient@7b6434fb, net.minecraft.item.crafting.Ingredient@245a0e6b, net.minecraftforge.oredict.OreIngredient@7b6434fb, net.minecraftforge.oredict.OreIngredient@585e4fc2, net.minecraftforge.oredict.OreIngredient@570ad57f, net.minecraftforge.oredict.OreIngredient@585e4fc2]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1871 mekanism:machineblock_8 RecipeStage{tier='five', recipe=1xtile.MachineBlock@8:[net.minecraftforge.oredict.OreIngredient@66a1ea1b, net.minecraft.item.crafting.Ingredient@4d7d8c57, net.minecraftforge.oredict.OreIngredient@66a1ea1b, net.minecraftforge.oredict.OreIngredient@79e705a0, net.minecraftforge.oredict.OreIngredient@347b00f9, net.minecraftforge.oredict.OreIngredient@79e705a0, net.minecraftforge.oredict.OreIngredient@66a1ea1b, net.minecraft.item.crafting.Ingredient@4d7d8c57, net.minecraftforge.oredict.OreIngredient@66a1ea1b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1872 mekanism:machineblock_7_alt_alt_alt_alt_alt_alt_alt_alt RecipeStage{tier='five', recipe=1xtile.MachineBlock@7:[net.minecraftforge.oredict.OreIngredient@51c69625, net.minecraftforge.oredict.OreIngredient@5931dabe, net.minecraftforge.oredict.OreIngredient@51c69625, net.minecraftforge.oredict.OreIngredient@228be38f, mekanism.common.recipe.MekanismIngredient@186554c, net.minecraftforge.oredict.OreIngredient@228be38f, net.minecraftforge.oredict.OreIngredient@51c69625, net.minecraftforge.oredict.OreIngredient@5931dabe, net.minecraftforge.oredict.OreIngredient@51c69625]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1873 mekanism:machineblock_7_alt_alt_alt_alt_alt_alt_alt RecipeStage{tier='five', recipe=1xtile.MachineBlock@7:[net.minecraftforge.oredict.OreIngredient@26163972, net.minecraftforge.oredict.OreIngredient@5931dabe, net.minecraftforge.oredict.OreIngredient@26163972, net.minecraftforge.oredict.OreIngredient@2439c3f4, mekanism.common.recipe.MekanismIngredient@55361ae2, net.minecraftforge.oredict.OreIngredient@2439c3f4, net.minecraftforge.oredict.OreIngredient@26163972, net.minecraftforge.oredict.OreIngredient@5931dabe, net.minecraftforge.oredict.OreIngredient@26163972]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1874 mekanism:machineblock_7_alt_alt_alt_alt_alt_alt RecipeStage{tier='five', recipe=1xtile.MachineBlock@7:[net.minecraftforge.oredict.OreIngredient@11f4284f, net.minecraftforge.oredict.OreIngredient@5931dabe, net.minecraftforge.oredict.OreIngredient@11f4284f, net.minecraftforge.oredict.OreIngredient@2fc8a673, mekanism.common.recipe.MekanismIngredient@555507b0, net.minecraftforge.oredict.OreIngredient@2fc8a673, net.minecraftforge.oredict.OreIngredient@11f4284f, net.minecraftforge.oredict.OreIngredient@5931dabe, net.minecraftforge.oredict.OreIngredient@11f4284f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1875 mekanism:machineblock_7_alt_alt_alt_alt_alt RecipeStage{tier='five', recipe=1xtile.MachineBlock@7:[net.minecraftforge.oredict.OreIngredient@3cc4e6, net.minecraftforge.oredict.OreIngredient@5931dabe, net.minecraftforge.oredict.OreIngredient@3cc4e6, net.minecraftforge.oredict.OreIngredient@57dc4266, mekanism.common.recipe.MekanismIngredient@7aaedc0, net.minecraftforge.oredict.OreIngredient@57dc4266, net.minecraftforge.oredict.OreIngredient@3cc4e6, net.minecraftforge.oredict.OreIngredient@5931dabe, net.minecraftforge.oredict.OreIngredient@3cc4e6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1876 mekanism:machineblock_7_alt_alt_alt_alt RecipeStage{tier='five', recipe=1xtile.MachineBlock@7:[net.minecraftforge.oredict.OreIngredient@300798b3, net.minecraftforge.oredict.OreIngredient@5931dabe, net.minecraftforge.oredict.OreIngredient@300798b3, net.minecraftforge.oredict.OreIngredient@249d5b3d, mekanism.common.recipe.MekanismIngredient@39b85539, net.minecraftforge.oredict.OreIngredient@249d5b3d, net.minecraftforge.oredict.OreIngredient@300798b3, net.minecraftforge.oredict.OreIngredient@5931dabe, net.minecraftforge.oredict.OreIngredient@300798b3]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1877 mekanism:machineblock_7_alt_alt_alt RecipeStage{tier='five', recipe=1xtile.MachineBlock@7:[net.minecraftforge.oredict.OreIngredient@7d94d810, net.minecraftforge.oredict.OreIngredient@5931dabe, net.minecraftforge.oredict.OreIngredient@7d94d810, net.minecraftforge.oredict.OreIngredient@6abfe3e5, mekanism.common.recipe.MekanismIngredient@771bf3b, net.minecraftforge.oredict.OreIngredient@6abfe3e5, net.minecraftforge.oredict.OreIngredient@7d94d810, net.minecraftforge.oredict.OreIngredient@5931dabe, net.minecraftforge.oredict.OreIngredient@7d94d810]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1878 mekanism:machineblock_7_alt_alt RecipeStage{tier='five', recipe=1xtile.MachineBlock@7:[net.minecraftforge.oredict.OreIngredient@37e06ad5, net.minecraftforge.oredict.OreIngredient@5931dabe, net.minecraftforge.oredict.OreIngredient@37e06ad5, net.minecraftforge.oredict.OreIngredient@3fd3be5, mekanism.common.recipe.MekanismIngredient@14dd786f, net.minecraftforge.oredict.OreIngredient@3fd3be5, net.minecraftforge.oredict.OreIngredient@37e06ad5, net.minecraftforge.oredict.OreIngredient@5931dabe, net.minecraftforge.oredict.OreIngredient@37e06ad5]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1879 mekanism:machineblock_7_alt RecipeStage{tier='five', recipe=1xtile.MachineBlock@7:[net.minecraftforge.oredict.OreIngredient@1c2c620c, net.minecraftforge.oredict.OreIngredient@5931dabe, net.minecraftforge.oredict.OreIngredient@1c2c620c, net.minecraftforge.oredict.OreIngredient@18b48699, mekanism.common.recipe.MekanismIngredient@3b14b673, net.minecraftforge.oredict.OreIngredient@18b48699, net.minecraftforge.oredict.OreIngredient@1c2c620c, net.minecraftforge.oredict.OreIngredient@5931dabe, net.minecraftforge.oredict.OreIngredient@1c2c620c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1880 mekanism:machineblock_7 RecipeStage{tier='five', recipe=1xtile.MachineBlock@7:[net.minecraftforge.oredict.OreIngredient@6e173442, net.minecraftforge.oredict.OreIngredient@5931dabe, net.minecraftforge.oredict.OreIngredient@6e173442, net.minecraftforge.oredict.OreIngredient@579e1d2f, mekanism.common.recipe.MekanismIngredient@871bb8f, net.minecraftforge.oredict.OreIngredient@579e1d2f, net.minecraftforge.oredict.OreIngredient@6e173442, net.minecraftforge.oredict.OreIngredient@5931dabe, net.minecraftforge.oredict.OreIngredient@6e173442]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1881 mekanism:machineblock_6_alt_alt_alt_alt_alt_alt_alt_alt RecipeStage{tier='five', recipe=1xtile.MachineBlock@6:[net.minecraftforge.oredict.OreIngredient@78d8975a, net.minecraftforge.oredict.OreIngredient@570ad57f, net.minecraftforge.oredict.OreIngredient@78d8975a, net.minecraftforge.oredict.OreIngredient@66ff9e06, mekanism.common.recipe.MekanismIngredient@3bff90b0, net.minecraftforge.oredict.OreIngredient@66ff9e06, net.minecraftforge.oredict.OreIngredient@78d8975a, net.minecraftforge.oredict.OreIngredient@570ad57f, net.minecraftforge.oredict.OreIngredient@78d8975a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1882 mekanism:machineblock_6_alt_alt_alt_alt_alt_alt_alt RecipeStage{tier='five', recipe=1xtile.MachineBlock@6:[net.minecraftforge.oredict.OreIngredient@20b691ae, net.minecraftforge.oredict.OreIngredient@570ad57f, net.minecraftforge.oredict.OreIngredient@20b691ae, net.minecraftforge.oredict.OreIngredient@62121f85, mekanism.common.recipe.MekanismIngredient@6dccab5a, net.minecraftforge.oredict.OreIngredient@62121f85, net.minecraftforge.oredict.OreIngredient@20b691ae, net.minecraftforge.oredict.OreIngredient@570ad57f, net.minecraftforge.oredict.OreIngredient@20b691ae]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1883 mekanism:machineblock_6_alt_alt_alt_alt_alt_alt RecipeStage{tier='five', recipe=1xtile.MachineBlock@6:[net.minecraftforge.oredict.OreIngredient@3b6df7b4, net.minecraftforge.oredict.OreIngredient@570ad57f, net.minecraftforge.oredict.OreIngredient@3b6df7b4, net.minecraftforge.oredict.OreIngredient@6e94d9cf, mekanism.common.recipe.MekanismIngredient@51af3d04, net.minecraftforge.oredict.OreIngredient@6e94d9cf, net.minecraftforge.oredict.OreIngredient@3b6df7b4, net.minecraftforge.oredict.OreIngredient@570ad57f, net.minecraftforge.oredict.OreIngredient@3b6df7b4]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1884 mekanism:machineblock_6_alt_alt_alt_alt_alt RecipeStage{tier='five', recipe=1xtile.MachineBlock@6:[net.minecraftforge.oredict.OreIngredient@4e69c7ca, net.minecraftforge.oredict.OreIngredient@570ad57f, net.minecraftforge.oredict.OreIngredient@4e69c7ca, net.minecraftforge.oredict.OreIngredient@33bc610e, mekanism.common.recipe.MekanismIngredient@3e5899d1, net.minecraftforge.oredict.OreIngredient@33bc610e, net.minecraftforge.oredict.OreIngredient@4e69c7ca, net.minecraftforge.oredict.OreIngredient@570ad57f, net.minecraftforge.oredict.OreIngredient@4e69c7ca]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1885 mekanism:machineblock_6_alt_alt_alt_alt RecipeStage{tier='five', recipe=1xtile.MachineBlock@6:[net.minecraftforge.oredict.OreIngredient@46dbfc8e, net.minecraftforge.oredict.OreIngredient@570ad57f, net.minecraftforge.oredict.OreIngredient@46dbfc8e, net.minecraftforge.oredict.OreIngredient@a5f354c, mekanism.common.recipe.MekanismIngredient@78dce9f6, net.minecraftforge.oredict.OreIngredient@a5f354c, net.minecraftforge.oredict.OreIngredient@46dbfc8e, net.minecraftforge.oredict.OreIngredient@570ad57f, net.minecraftforge.oredict.OreIngredient@46dbfc8e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1886 mekanism:machineblock_6_alt_alt_alt RecipeStage{tier='five', recipe=1xtile.MachineBlock@6:[net.minecraftforge.oredict.OreIngredient@aa6c32c, net.minecraftforge.oredict.OreIngredient@570ad57f, net.minecraftforge.oredict.OreIngredient@aa6c32c, net.minecraftforge.oredict.OreIngredient@25dbc3a2, mekanism.common.recipe.MekanismIngredient@26cb2304, net.minecraftforge.oredict.OreIngredient@25dbc3a2, net.minecraftforge.oredict.OreIngredient@aa6c32c, net.minecraftforge.oredict.OreIngredient@570ad57f, net.minecraftforge.oredict.OreIngredient@aa6c32c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1887 mekanism:machineblock_6_alt_alt RecipeStage{tier='five', recipe=1xtile.MachineBlock@6:[net.minecraftforge.oredict.OreIngredient@5befa5a1, net.minecraftforge.oredict.OreIngredient@570ad57f, net.minecraftforge.oredict.OreIngredient@5befa5a1, net.minecraftforge.oredict.OreIngredient@53604663, mekanism.common.recipe.MekanismIngredient@7fcf2040, net.minecraftforge.oredict.OreIngredient@53604663, net.minecraftforge.oredict.OreIngredient@5befa5a1, net.minecraftforge.oredict.OreIngredient@570ad57f, net.minecraftforge.oredict.OreIngredient@5befa5a1]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1888 mekanism:machineblock_6_alt RecipeStage{tier='five', recipe=1xtile.MachineBlock@6:[net.minecraftforge.oredict.OreIngredient@311779f0, net.minecraftforge.oredict.OreIngredient@570ad57f, net.minecraftforge.oredict.OreIngredient@311779f0, net.minecraftforge.oredict.OreIngredient@269eb500, mekanism.common.recipe.MekanismIngredient@344e0825, net.minecraftforge.oredict.OreIngredient@269eb500, net.minecraftforge.oredict.OreIngredient@311779f0, net.minecraftforge.oredict.OreIngredient@570ad57f, net.minecraftforge.oredict.OreIngredient@311779f0]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1889 mekanism:machineblock_6 RecipeStage{tier='five', recipe=1xtile.MachineBlock@6:[net.minecraftforge.oredict.OreIngredient@7a2e10a2, net.minecraftforge.oredict.OreIngredient@570ad57f, net.minecraftforge.oredict.OreIngredient@7a2e10a2, net.minecraftforge.oredict.OreIngredient@953f209, mekanism.common.recipe.MekanismIngredient@6108861b, net.minecraftforge.oredict.OreIngredient@953f209, net.minecraftforge.oredict.OreIngredient@7a2e10a2, net.minecraftforge.oredict.OreIngredient@570ad57f, net.minecraftforge.oredict.OreIngredient@7a2e10a2]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1890 mekanism:machineblock_5_alt_alt_alt_alt_alt_alt_alt_alt RecipeStage{tier='five', recipe=1xtile.MachineBlock@5:[net.minecraftforge.oredict.OreIngredient@4f50e4f8, net.minecraftforge.oredict.OreIngredient@6641f462, net.minecraftforge.oredict.OreIngredient@4f50e4f8, net.minecraftforge.oredict.OreIngredient@73b0f5f7, net.minecraft.item.crafting.Ingredient@48dd748c, net.minecraftforge.oredict.OreIngredient@73b0f5f7, net.minecraftforge.oredict.OreIngredient@4f50e4f8, net.minecraftforge.oredict.OreIngredient@6641f462, net.minecraftforge.oredict.OreIngredient@4f50e4f8]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1891 mekanism:machineblock_5_alt_alt_alt_alt_alt_alt_alt RecipeStage{tier='five', recipe=1xtile.MachineBlock@5:[net.minecraftforge.oredict.OreIngredient@51670be2, net.minecraftforge.oredict.OreIngredient@6641f462, net.minecraftforge.oredict.OreIngredient@51670be2, net.minecraftforge.oredict.OreIngredient@54897a92, net.minecraft.item.crafting.Ingredient@63bab61c, net.minecraftforge.oredict.OreIngredient@54897a92, net.minecraftforge.oredict.OreIngredient@51670be2, net.minecraftforge.oredict.OreIngredient@6641f462, net.minecraftforge.oredict.OreIngredient@51670be2]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1892 mekanism:machineblock_5_alt_alt_alt_alt_alt_alt RecipeStage{tier='five', recipe=1xtile.MachineBlock@5:[net.minecraftforge.oredict.OreIngredient@3a7082ae, net.minecraftforge.oredict.OreIngredient@6641f462, net.minecraftforge.oredict.OreIngredient@3a7082ae, net.minecraftforge.oredict.OreIngredient@3a190ac0, net.minecraft.item.crafting.Ingredient@5a249abd, net.minecraftforge.oredict.OreIngredient@3a190ac0, net.minecraftforge.oredict.OreIngredient@3a7082ae, net.minecraftforge.oredict.OreIngredient@6641f462, net.minecraftforge.oredict.OreIngredient@3a7082ae]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1893 mekanism:machineblock_5_alt_alt_alt_alt_alt RecipeStage{tier='five', recipe=1xtile.MachineBlock@5:[net.minecraftforge.oredict.OreIngredient@290c8a2, net.minecraftforge.oredict.OreIngredient@6641f462, net.minecraftforge.oredict.OreIngredient@290c8a2, net.minecraftforge.oredict.OreIngredient@7e98354a, net.minecraft.item.crafting.Ingredient@60a30f79, net.minecraftforge.oredict.OreIngredient@7e98354a, net.minecraftforge.oredict.OreIngredient@290c8a2, net.minecraftforge.oredict.OreIngredient@6641f462, net.minecraftforge.oredict.OreIngredient@290c8a2]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1894 mekanism:machineblock_5_alt_alt_alt_alt RecipeStage{tier='five', recipe=1xtile.MachineBlock@5:[net.minecraftforge.oredict.OreIngredient@2561517e, net.minecraftforge.oredict.OreIngredient@6641f462, net.minecraftforge.oredict.OreIngredient@2561517e, net.minecraftforge.oredict.OreIngredient@2b0f12c2, net.minecraft.item.crafting.Ingredient@2931d5c3, net.minecraftforge.oredict.OreIngredient@2b0f12c2, net.minecraftforge.oredict.OreIngredient@2561517e, net.minecraftforge.oredict.OreIngredient@6641f462, net.minecraftforge.oredict.OreIngredient@2561517e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1895 mekanism:machineblock_5_alt_alt_alt RecipeStage{tier='five', recipe=1xtile.MachineBlock@5:[net.minecraftforge.oredict.OreIngredient@25bba821, net.minecraftforge.oredict.OreIngredient@6641f462, net.minecraftforge.oredict.OreIngredient@25bba821, net.minecraftforge.oredict.OreIngredient@3a5423e1, net.minecraft.item.crafting.Ingredient@20db7a66, net.minecraftforge.oredict.OreIngredient@3a5423e1, net.minecraftforge.oredict.OreIngredient@25bba821, net.minecraftforge.oredict.OreIngredient@6641f462, net.minecraftforge.oredict.OreIngredient@25bba821]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1896 mekanism:machineblock_5_alt_alt RecipeStage{tier='five', recipe=1xtile.MachineBlock@5:[net.minecraftforge.oredict.OreIngredient@25b740af, net.minecraftforge.oredict.OreIngredient@6641f462, net.minecraftforge.oredict.OreIngredient@25b740af, net.minecraftforge.oredict.OreIngredient@29cd0e25, net.minecraft.item.crafting.Ingredient@4f367fc6, net.minecraftforge.oredict.OreIngredient@29cd0e25, net.minecraftforge.oredict.OreIngredient@25b740af, net.minecraftforge.oredict.OreIngredient@6641f462, net.minecraftforge.oredict.OreIngredient@25b740af]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1897 mekanism:machineblock_5_alt RecipeStage{tier='five', recipe=1xtile.MachineBlock@5:[net.minecraftforge.oredict.OreIngredient@1322b0b0, net.minecraftforge.oredict.OreIngredient@6641f462, net.minecraftforge.oredict.OreIngredient@1322b0b0, net.minecraftforge.oredict.OreIngredient@13a94007, net.minecraft.item.crafting.Ingredient@60990cfa, net.minecraftforge.oredict.OreIngredient@13a94007, net.minecraftforge.oredict.OreIngredient@1322b0b0, net.minecraftforge.oredict.OreIngredient@6641f462, net.minecraftforge.oredict.OreIngredient@1322b0b0]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1898 mekanism:machineblock_5 RecipeStage{tier='five', recipe=1xtile.MachineBlock@5:[net.minecraftforge.oredict.OreIngredient@4900daf7, net.minecraftforge.oredict.OreIngredient@6641f462, net.minecraftforge.oredict.OreIngredient@4900daf7, net.minecraftforge.oredict.OreIngredient@4a12f0b5, net.minecraft.item.crafting.Ingredient@43a969c5, net.minecraftforge.oredict.OreIngredient@4a12f0b5, net.minecraftforge.oredict.OreIngredient@4900daf7, net.minecraftforge.oredict.OreIngredient@6641f462, net.minecraftforge.oredict.OreIngredient@4900daf7]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1899 mekanism:machineblock_4 mekanism.common.recipe.ShapedMekanismRecipe@6b3c701d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1900 mekanism:machineblock_3 RecipeStage{tier='five', recipe=1xtile.MachineBlock@3:[net.minecraftforge.oredict.OreIngredient@606a3371, net.minecraftforge.oredict.OreIngredient@6641f462, net.minecraftforge.oredict.OreIngredient@606a3371, net.minecraft.item.crafting.Ingredient@11c5c7d1, net.minecraft.item.crafting.Ingredient@68de0bf9, net.minecraft.item.crafting.Ingredient@11c5c7d1, net.minecraftforge.oredict.OreIngredient@606a3371, net.minecraftforge.oredict.OreIngredient@6641f462, net.minecraftforge.oredict.OreIngredient@606a3371]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1901 mekanism:machineblock_2 RecipeStage{tier='five', recipe=1xtile.MachineBlock@2:[net.minecraftforge.oredict.OreIngredient@5ac5ba1b, net.minecraftforge.oredict.OreIngredient@5931dabe, net.minecraftforge.oredict.OreIngredient@5ac5ba1b, net.minecraftforge.oredict.OreIngredient@56f67a4a, net.minecraft.item.crafting.Ingredient@69acba17, net.minecraftforge.oredict.OreIngredient@56f67a4a, net.minecraftforge.oredict.OreIngredient@5ac5ba1b, net.minecraftforge.oredict.OreIngredient@5931dabe, net.minecraftforge.oredict.OreIngredient@5ac5ba1b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1902 mekanism:machineblock_15 RecipeStage{tier='five', recipe=1xtile.MachineBlock@15:[net.minecraftforge.oredict.OreIngredient@12b2488b, net.minecraft.item.crafting.Ingredient@1a829603, net.minecraftforge.oredict.OreIngredient@12b2488b, net.minecraftforge.oredict.OreIngredient@12b2488b, net.minecraftforge.oredict.OreIngredient@6641f462, net.minecraftforge.oredict.OreIngredient@12b2488b, net.minecraftforge.oredict.OreIngredient@12b2488b, net.minecraftforge.oredict.OreIngredient@12b2488b, net.minecraftforge.oredict.OreIngredient@12b2488b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1903 mekanism:machineblock_14 RecipeStage{tier='five', recipe=1xtile.MachineBlock@14:[net.minecraft.item.crafting.Ingredient@7154ef7d, net.minecraft.item.crafting.Ingredient@7154ef7d, net.minecraft.item.crafting.Ingredient@7154ef7d, net.minecraftforge.oredict.OreIngredient@52609bb3, net.minecraft.item.crafting.Ingredient@58d1fe07, net.minecraftforge.oredict.OreIngredient@52609bb3]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1904 mekanism:machineblock_13 RecipeStage{tier='five', recipe=1xtile.MachineBlock@13:[net.minecraftforge.oredict.OreIngredient@6ec812ab, net.minecraftforge.oredict.OreIngredient@71d44d63, net.minecraftforge.oredict.OreIngredient@6ec812ab, net.minecraftforge.oredict.OreIngredient@344c7f14, net.minecraftforge.oredict.OreIngredient@6641f462, net.minecraftforge.oredict.OreIngredient@344c7f14, net.minecraftforge.oredict.OreIngredient@6ec812ab, net.minecraftforge.oredict.OreIngredient@6ec812ab, net.minecraftforge.oredict.OreIngredient@6ec812ab]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1905 mekanism:machineblock_12 RecipeStage{tier='five', recipe=1xtile.MachineBlock@12:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@15cafe98, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@230fb4b5, net.minecraft.item.crafting.Ingredient@19dcf3aa, net.minecraft.item.crafting.Ingredient@230fb4b5, net.minecraftforge.oredict.OreIngredient@553c2962, net.minecraftforge.oredict.OreIngredient@553c2962, net.minecraftforge.oredict.OreIngredient@553c2962]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1906 mekanism:machineblock_11 RecipeStage{tier='five', recipe=1xtile.MachineBlock@11:[net.minecraftforge.oredict.OreIngredient@6641f462, net.minecraft.item.crafting.Ingredient@1585509f, net.minecraftforge.oredict.OreIngredient@6641f462, net.minecraft.item.crafting.Ingredient@1585509f, net.minecraft.item.crafting.Ingredient@3c830ae, net.minecraft.item.crafting.Ingredient@1585509f, net.minecraftforge.oredict.OreIngredient@6641f462, net.minecraft.item.crafting.Ingredient@1585509f, net.minecraftforge.oredict.OreIngredient@6641f462]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1907 mekanism:machineblock_10 RecipeStage{tier='five', recipe=1xtile.MachineBlock@10:[net.minecraftforge.oredict.OreIngredient@13675d74, net.minecraftforge.oredict.OreIngredient@6641f462, net.minecraftforge.oredict.OreIngredient@13675d74, net.minecraftforge.oredict.OreIngredient@1a88bb74, net.minecraft.item.crafting.Ingredient@4388e0d8, net.minecraftforge.oredict.OreIngredient@1a88bb74, net.minecraftforge.oredict.OreIngredient@13675d74, net.minecraftforge.oredict.OreIngredient@6641f462, net.minecraftforge.oredict.OreIngredient@13675d74]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1908 mekanism:machineblock_1 RecipeStage{tier='five', recipe=1xtile.MachineBlock@1:[net.minecraftforge.oredict.OreIngredient@1695cc25, net.minecraftforge.oredict.OreIngredient@570ad57f, net.minecraftforge.oredict.OreIngredient@1695cc25, net.minecraft.item.crafting.Ingredient@529f06b8, net.minecraft.item.crafting.Ingredient@501412a2, net.minecraft.item.crafting.Ingredient@529f06b8, net.minecraftforge.oredict.OreIngredient@1695cc25, net.minecraftforge.oredict.OreIngredient@570ad57f, net.minecraftforge.oredict.OreIngredient@1695cc25]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1909 mekanism:machineblock_0 RecipeStage{tier='five', recipe=1xtile.MachineBlock@0:[net.minecraftforge.oredict.OreIngredient@495356fb, net.minecraftforge.oredict.OreIngredient@6641f462, net.minecraftforge.oredict.OreIngredient@495356fb, net.minecraftforge.oredict.OreIngredient@173f567a, net.minecraft.item.crafting.Ingredient@60b26444, net.minecraftforge.oredict.OreIngredient@173f567a, net.minecraftforge.oredict.OreIngredient@495356fb, net.minecraftforge.oredict.OreIngredient@6641f462, net.minecraftforge.oredict.OreIngredient@495356fb]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1910 mekanism:machineblock3_6 RecipeStage{tier='five', recipe=1xtile.MachineBlock3@6:[net.minecraftforge.oredict.OreIngredient@2195347, net.minecraftforge.oredict.OreIngredient@6641f462, net.minecraftforge.oredict.OreIngredient@2195347, net.minecraft.item.crafting.Ingredient@2a01a8c8, net.minecraft.item.crafting.Ingredient@6ada9eb7, net.minecraft.item.crafting.Ingredient@2a01a8c8, net.minecraftforge.oredict.OreIngredient@2195347, net.minecraftforge.oredict.OreIngredient@2195347, net.minecraftforge.oredict.OreIngredient@2195347]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1911 mekanism:machineblock3_5 RecipeStage{tier='five', recipe=1xtile.MachineBlock3@5:[net.minecraftforge.oredict.OreIngredient@1e74b845, net.minecraft.item.crafting.Ingredient@926b3cc, net.minecraftforge.oredict.OreIngredient@1e74b845, net.minecraftforge.oredict.OreIngredient@6641f462, net.minecraft.item.crafting.Ingredient@4e08c55, net.minecraftforge.oredict.OreIngredient@6641f462, net.minecraftforge.oredict.OreIngredient@1e74b845, net.minecraftforge.oredict.OreIngredient@265cb8c5, net.minecraftforge.oredict.OreIngredient@1e74b845]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1912 mekanism:machineblock3_4 RecipeStage{tier='five', recipe=1xtile.MachineBlock3@4:[net.minecraftforge.oredict.OreIngredient@12dd020a, net.minecraftforge.oredict.OreIngredient@40b27d4a, net.minecraftforge.oredict.OreIngredient@12dd020a, net.minecraftforge.oredict.OreIngredient@40b27d4a, net.minecraft.item.crafting.Ingredient@de21505, net.minecraftforge.oredict.OreIngredient@40b27d4a, net.minecraftforge.oredict.OreIngredient@12dd020a, net.minecraft.item.crafting.Ingredient@4b8d8e72, net.minecraftforge.oredict.OreIngredient@12dd020a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1914 mekanism:machineblock3_1 RecipeStage{tier='five', recipe=1xtile.MachineBlock3@1:[net.minecraftforge.oredict.OreIngredient@5b1cafc8, net.minecraft.item.crafting.Ingredient@556b8ad9, net.minecraftforge.oredict.OreIngredient@5b1cafc8, net.minecraftforge.oredict.OreIngredient@5931dabe, net.minecraft.item.crafting.Ingredient@4d8ed62e, net.minecraftforge.oredict.OreIngredient@5931dabe, net.minecraftforge.oredict.OreIngredient@5b2e7581, net.minecraftforge.oredict.OreIngredient@5b2e7581, net.minecraftforge.oredict.OreIngredient@5b2e7581]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1915 mekanism:machineblock3_0 RecipeStage{tier='five', recipe=1xtile.MachineBlock3@0:[net.minecraftforge.oredict.OreIngredient@3363a045, net.minecraftforge.oredict.OreIngredient@303ad71e, net.minecraftforge.oredict.OreIngredient@3363a045, net.minecraftforge.oredict.OreIngredient@69c846d5, net.minecraft.item.crafting.Ingredient@78e36168, net.minecraftforge.oredict.OreIngredient@69c846d5, net.minecraftforge.oredict.OreIngredient@3363a045, net.minecraftforge.oredict.OreIngredient@303ad71e, net.minecraftforge.oredict.OreIngredient@3363a045]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1916 mekanism:machineblock2_9 RecipeStage{tier='five', recipe=1xtile.MachineBlock2@9:[net.minecraftforge.oredict.OreIngredient@61228be0, net.minecraft.item.crafting.Ingredient@62f2b387, net.minecraftforge.oredict.OreIngredient@61228be0, net.minecraftforge.oredict.OreIngredient@6641f462, net.minecraft.item.crafting.Ingredient@7b35fdfb, net.minecraftforge.oredict.OreIngredient@6641f462, net.minecraftforge.oredict.OreIngredient@61228be0, net.minecraftforge.oredict.OreIngredient@61228be0, net.minecraftforge.oredict.OreIngredient@61228be0]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1917 mekanism:machineblock2_8 RecipeStage{tier='five', recipe=1xtile.MachineBlock2@8:[net.minecraftforge.oredict.OreIngredient@6641f462, mekanism.common.recipe.MekanismIngredient@22353fc1, net.minecraftforge.oredict.OreIngredient@6641f462, net.minecraft.item.crafting.Ingredient@107a8916, net.minecraft.item.crafting.Ingredient@7d4db60c, net.minecraft.item.crafting.Ingredient@107a8916, net.minecraftforge.oredict.OreIngredient@6641f462, mekanism.common.recipe.MekanismIngredient@22353fc1, net.minecraftforge.oredict.OreIngredient@6641f462]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1918 mekanism:machineblock2_7 RecipeStage{tier='five', recipe=1xtile.MachineBlock2@7:[net.minecraftforge.oredict.OreIngredient@6641f462, net.minecraft.item.crafting.Ingredient@379489e2, net.minecraftforge.oredict.OreIngredient@6641f462, net.minecraft.item.crafting.Ingredient@176cafa, net.minecraft.item.crafting.Ingredient@4e44188f, net.minecraft.item.crafting.Ingredient@176cafa, net.minecraftforge.oredict.OreIngredient@6641f462, mekanism.common.recipe.MekanismIngredient@75736d1c, net.minecraftforge.oredict.OreIngredient@6641f462]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1919 mekanism:machineblock2_6 RecipeStage{tier='five', recipe=1xtile.MachineBlock2@6:[net.minecraftforge.oredict.OreIngredient@6641f462, mekanism.common.recipe.MekanismIngredient@3b72664f, net.minecraftforge.oredict.OreIngredient@6641f462, net.minecraft.item.crafting.Ingredient@2ee84b3, net.minecraft.item.crafting.Ingredient@6a011c46, net.minecraft.item.crafting.Ingredient@2ee84b3, net.minecraftforge.oredict.OreIngredient@6641f462, mekanism.common.recipe.MekanismIngredient@3b72664f, net.minecraftforge.oredict.OreIngredient@6641f462]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1920 mekanism:machineblock2_5 RecipeStage{tier='five', recipe=1xtile.MachineBlock2@5:[net.minecraftforge.oredict.OreIngredient@100551cb, net.minecraftforge.oredict.OreIngredient@6641f462, net.minecraftforge.oredict.OreIngredient@100551cb, net.minecraft.item.crafting.Ingredient@7cd3730a, net.minecraft.item.crafting.Ingredient@5378aa2, net.minecraft.item.crafting.Ingredient@7cd3730a, net.minecraftforge.oredict.OreIngredient@100551cb, net.minecraftforge.oredict.OreIngredient@6641f462, net.minecraftforge.oredict.OreIngredient@100551cb]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1921 mekanism:machineblock2_4 RecipeStage{tier='five', recipe=1xtile.MachineBlock2@4:[net.minecraftforge.oredict.OreIngredient@6e3f733a, net.minecraftforge.oredict.OreIngredient@79cb9799, net.minecraftforge.oredict.OreIngredient@6e3f733a, net.minecraft.item.crafting.Ingredient@7dbf4294, net.minecraft.item.crafting.Ingredient@8390a71, net.minecraft.item.crafting.Ingredient@7dbf4294, net.minecraftforge.oredict.OreIngredient@6e3f733a, net.minecraftforge.oredict.OreIngredient@79cb9799, net.minecraftforge.oredict.OreIngredient@6e3f733a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1922 mekanism:machineblock2_3 RecipeStage{tier='five', recipe=1xtile.MachineBlock2@3:[net.minecraftforge.oredict.OreIngredient@38a53a31, net.minecraftforge.oredict.OreIngredient@5931dabe, net.minecraftforge.oredict.OreIngredient@38a53a31, net.minecraftforge.oredict.OreIngredient@ee9d89f, net.minecraft.item.crafting.Ingredient@1958ebaf, net.minecraftforge.oredict.OreIngredient@ee9d89f, net.minecraftforge.oredict.OreIngredient@38a53a31, net.minecraftforge.oredict.OreIngredient@5931dabe, net.minecraftforge.oredict.OreIngredient@38a53a31]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1923 mekanism:machineblock2_2 RecipeStage{tier='five', recipe=1xtile.MachineBlock2@2:[net.minecraft.item.crafting.Ingredient@52ff3c57, net.minecraftforge.oredict.OreIngredient@6641f462, net.minecraft.item.crafting.Ingredient@52ff3c57, mekanism.common.recipe.MekanismIngredient@504a59d1, net.minecraft.item.crafting.Ingredient@6cab544e, mekanism.common.recipe.MekanismIngredient@504a59d1, net.minecraft.item.crafting.Ingredient@52ff3c57, net.minecraftforge.oredict.OreIngredient@6641f462, net.minecraft.item.crafting.Ingredient@52ff3c57]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1924 mekanism:machineblock2_15 RecipeStage{tier='five', recipe=1xtile.MachineBlock2@15:[net.minecraft.item.crafting.Ingredient@4cc9c297, net.minecraft.item.crafting.Ingredient@2e114628]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1925 mekanism:machineblock2_14 RecipeStage{tier='five', recipe=1xtile.MachineBlock2@14:[net.minecraftforge.oredict.OreIngredient@47a9f6fb, net.minecraftforge.oredict.OreIngredient@47a9f6fb, net.minecraftforge.oredict.OreIngredient@47a9f6fb, net.minecraftforge.oredict.OreIngredient@47a9f6fb, mekanism.common.recipe.MekanismIngredient@fa091c3, net.minecraftforge.oredict.OreIngredient@7d9b387c, net.minecraftforge.oredict.OreIngredient@47a9f6fb, net.minecraftforge.oredict.OreIngredient@47a9f6fb, net.minecraftforge.oredict.OreIngredient@47a9f6fb]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1926 mekanism:machineblock2_13 RecipeStage{tier='five', recipe=1xtile.MachineBlock2@13:[net.minecraftforge.oredict.OreIngredient@25aa07b3, net.minecraft.item.crafting.Ingredient@4f7428d2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@25aa07b3, net.minecraft.item.crafting.Ingredient@f471801, net.minecraftforge.oredict.OreIngredient@1c01680f, net.minecraftforge.oredict.OreIngredient@25aa07b3, net.minecraft.item.crafting.Ingredient@4f7428d2, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1927 mekanism:machineblock2_12 RecipeStage{tier='five', recipe=1xtile.MachineBlock2@12:[net.minecraftforge.oredict.OreIngredient@7f7989e0, net.minecraftforge.oredict.OreIngredient@7f7989e0, net.minecraftforge.oredict.OreIngredient@7f7989e0, net.minecraftforge.oredict.OreIngredient@6641f462, net.minecraft.item.crafting.Ingredient@742c70dc, net.minecraftforge.oredict.OreIngredient@6641f462, net.minecraftforge.oredict.OreIngredient@7f7989e0, net.minecraftforge.oredict.OreIngredient@7f7989e0, net.minecraftforge.oredict.OreIngredient@7f7989e0]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1928 mekanism:machineblock2_11_alt_alt_alt RecipeStage{tier='five', recipe=1xtile.MachineBlock2@11:[net.minecraftforge.oredict.OreIngredient@7eb7528b, net.minecraftforge.oredict.OreIngredient@736dbe2a, net.minecraftforge.oredict.OreIngredient@7eb7528b, net.minecraftforge.oredict.OreIngredient@736dbe2a, mekanism.common.recipe.MekanismIngredient@57ec9c93, net.minecraftforge.oredict.OreIngredient@736dbe2a, net.minecraftforge.oredict.OreIngredient@7eb7528b, net.minecraftforge.oredict.OreIngredient@736dbe2a, net.minecraftforge.oredict.OreIngredient@7eb7528b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1929 mekanism:machineblock2_11_alt_alt RecipeStage{tier='five', recipe=1xtile.MachineBlock2@11:[net.minecraftforge.oredict.OreIngredient@4079b046, net.minecraftforge.oredict.OreIngredient@3d06b4b5, net.minecraftforge.oredict.OreIngredient@4079b046, net.minecraftforge.oredict.OreIngredient@3d06b4b5, mekanism.common.recipe.MekanismIngredient@566ef5d2, net.minecraftforge.oredict.OreIngredient@3d06b4b5, net.minecraftforge.oredict.OreIngredient@4079b046, net.minecraftforge.oredict.OreIngredient@3d06b4b5, net.minecraftforge.oredict.OreIngredient@4079b046]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1930 mekanism:machineblock2_11_alt RecipeStage{tier='five', recipe=1xtile.MachineBlock2@11:[net.minecraftforge.oredict.OreIngredient@198b512b, net.minecraftforge.oredict.OreIngredient@2720a8b2, net.minecraftforge.oredict.OreIngredient@198b512b, net.minecraftforge.oredict.OreIngredient@2720a8b2, mekanism.common.recipe.MekanismIngredient@1da38508, net.minecraftforge.oredict.OreIngredient@2720a8b2, net.minecraftforge.oredict.OreIngredient@198b512b, net.minecraftforge.oredict.OreIngredient@2720a8b2, net.minecraftforge.oredict.OreIngredient@198b512b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1931 mekanism:machineblock2_11 RecipeStage{tier='five', recipe=1xtile.MachineBlock2@11:[net.minecraftforge.oredict.OreIngredient@51ffbbd6, net.minecraftforge.oredict.OreIngredient@7d0daa80, net.minecraftforge.oredict.OreIngredient@51ffbbd6, net.minecraftforge.oredict.OreIngredient@7d0daa80, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7d0daa80, net.minecraftforge.oredict.OreIngredient@51ffbbd6, net.minecraftforge.oredict.OreIngredient@7d0daa80, net.minecraftforge.oredict.OreIngredient@51ffbbd6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1932 mekanism:machineblock2_10 RecipeStage{tier='five', recipe=1xtile.MachineBlock2@10:[net.minecraftforge.oredict.OreIngredient@12946c17, net.minecraft.item.crafting.Ingredient@6729844e, net.minecraftforge.oredict.OreIngredient@12946c17, net.minecraftforge.oredict.OreIngredient@6641f462, net.minecraft.item.crafting.Ingredient@13dc5721, net.minecraftforge.oredict.OreIngredient@6641f462, mekanism.common.recipe.MekanismIngredient@229973b1, net.minecraft.item.crafting.Ingredient@4c51e3f2, mekanism.common.recipe.MekanismIngredient@229973b1]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1933 mekanism:machineblock2_1 RecipeStage{tier='five', recipe=1xtile.MachineBlock2@1:[net.minecraft.item.crafting.Ingredient@63885867, net.minecraftforge.oredict.OreIngredient@6641f462, net.minecraft.item.crafting.Ingredient@63885867, net.minecraft.item.crafting.Ingredient@497bd00d, net.minecraft.item.crafting.Ingredient@3efe554c, mekanism.common.recipe.MekanismIngredient@3814f748, net.minecraft.item.crafting.Ingredient@63885867, net.minecraftforge.oredict.OreIngredient@6641f462, net.minecraft.item.crafting.Ingredient@63885867]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1934 mekanism:machineblock2_0 RecipeStage{tier='five', recipe=1xtile.MachineBlock2@0:[net.minecraftforge.oredict.OreIngredient@52be3441, net.minecraftforge.oredict.OreIngredient@6641f462, net.minecraftforge.oredict.OreIngredient@52be3441, mekanism.common.recipe.MekanismIngredient@5d3bf1bc, net.minecraft.item.crafting.Ingredient@3270edf5, mekanism.common.recipe.MekanismIngredient@47214464, net.minecraftforge.oredict.OreIngredient@52be3441, net.minecraftforge.oredict.OreIngredient@6641f462, net.minecraftforge.oredict.OreIngredient@52be3441]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1935 mekanism:jetpack RecipeStage{tier='five', recipe=1xitem.Jetpack@0:[net.minecraftforge.oredict.OreIngredient@1e4ffb35, net.minecraftforge.oredict.OreIngredient@6641f462, net.minecraftforge.oredict.OreIngredient@1e4ffb35, net.minecraftforge.oredict.OreIngredient@7469a752, mekanism.common.recipe.MekanismIngredient@79929e31, net.minecraftforge.oredict.OreIngredient@7469a752, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7469a752, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1942 mekanism:ingot_3_alt RecipeStage{tier='five', recipe=1xitem.Ingot@3:[net.minecraftforge.oredict.OreIngredient@746420a7, net.minecraftforge.oredict.OreIngredient@746420a7, net.minecraftforge.oredict.OreIngredient@746420a7, net.minecraftforge.oredict.OreIngredient@746420a7, net.minecraftforge.oredict.OreIngredient@746420a7, net.minecraftforge.oredict.OreIngredient@746420a7, net.minecraftforge.oredict.OreIngredient@746420a7, net.minecraftforge.oredict.OreIngredient@746420a7, net.minecraftforge.oredict.OreIngredient@746420a7]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1943 mekanism:ingot_3 RecipeStage{tier='five', recipe=9xitem.Ingot@3:[net.minecraft.item.crafting.Ingredient@76ce2dd4]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1948 mekanism:ingot_0_alt RecipeStage{tier='five', recipe=1xitem.Ingot@0:[net.minecraftforge.oredict.OreIngredient@26068e27, net.minecraftforge.oredict.OreIngredient@26068e27, net.minecraftforge.oredict.OreIngredient@26068e27, net.minecraftforge.oredict.OreIngredient@26068e27, net.minecraftforge.oredict.OreIngredient@26068e27, net.minecraftforge.oredict.OreIngredient@26068e27, net.minecraftforge.oredict.OreIngredient@26068e27, net.minecraftforge.oredict.OreIngredient@26068e27, net.minecraftforge.oredict.OreIngredient@26068e27]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1949 mekanism:ingot_0 RecipeStage{tier='five', recipe=9xitem.Ingot@0:[net.minecraft.item.crafting.Ingredient@619ec6da]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1950 mekanism:glowplasticblock_9_alt RecipeStage{tier='five', recipe=4xtile.GlowPlasticBlock@9:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4c06b2a2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4c06b2a2, net.minecraftforge.oredict.OreIngredient@62cd3643, net.minecraft.item.crafting.Ingredient@4c06b2a2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4c06b2a2, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1951 mekanism:glowplasticblock_9 RecipeStage{tier='five', recipe=3xtile.GlowPlasticBlock@9:[net.minecraft.item.crafting.Ingredient@7701bf4f, net.minecraft.item.crafting.Ingredient@912006b, net.minecraft.item.crafting.Ingredient@727626fe, net.minecraft.item.crafting.Ingredient@215d511d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1952 mekanism:glowplasticblock_8_alt RecipeStage{tier='five', recipe=4xtile.GlowPlasticBlock@8:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4ac8d81a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4ac8d81a, net.minecraftforge.oredict.OreIngredient@72e14974, net.minecraft.item.crafting.Ingredient@4ac8d81a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4ac8d81a, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1953 mekanism:glowplasticblock_8 RecipeStage{tier='five', recipe=3xtile.GlowPlasticBlock@8:[net.minecraft.item.crafting.Ingredient@519961eb, net.minecraft.item.crafting.Ingredient@ef52762, net.minecraft.item.crafting.Ingredient@52f9655b, net.minecraft.item.crafting.Ingredient@22f8d184]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1954 mekanism:glowplasticblock_7_alt RecipeStage{tier='five', recipe=4xtile.GlowPlasticBlock@7:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@62c77ce8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@62c77ce8, net.minecraftforge.oredict.OreIngredient@79f8f69b, net.minecraft.item.crafting.Ingredient@62c77ce8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@62c77ce8, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1955 mekanism:glowplasticblock_7 RecipeStage{tier='five', recipe=3xtile.GlowPlasticBlock@7:[net.minecraft.item.crafting.Ingredient@541b7afc, net.minecraft.item.crafting.Ingredient@789085df, net.minecraft.item.crafting.Ingredient@4bce78e0, net.minecraft.item.crafting.Ingredient@692d15b8]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1956 mekanism:glowplasticblock_6_alt RecipeStage{tier='five', recipe=4xtile.GlowPlasticBlock@6:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@239ca277, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@239ca277, net.minecraftforge.oredict.OreIngredient@37112979, net.minecraft.item.crafting.Ingredient@239ca277, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@239ca277, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1957 mekanism:glowplasticblock_6 RecipeStage{tier='five', recipe=3xtile.GlowPlasticBlock@6:[net.minecraft.item.crafting.Ingredient@7c28bd59, net.minecraft.item.crafting.Ingredient@4ca2d6bc, net.minecraft.item.crafting.Ingredient@64d4326e, net.minecraft.item.crafting.Ingredient@464ec8b2]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1958 mekanism:glowplasticblock_5_alt RecipeStage{tier='five', recipe=4xtile.GlowPlasticBlock@5:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@50c1074d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@50c1074d, net.minecraftforge.oredict.OreIngredient@41acdcd, net.minecraft.item.crafting.Ingredient@50c1074d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@50c1074d, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1959 mekanism:glowplasticblock_5 RecipeStage{tier='five', recipe=3xtile.GlowPlasticBlock@5:[net.minecraft.item.crafting.Ingredient@5bc40863, net.minecraft.item.crafting.Ingredient@5f6779b2, net.minecraft.item.crafting.Ingredient@4ccbccd, net.minecraft.item.crafting.Ingredient@1bf06f13]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1960 mekanism:glowplasticblock_4_alt RecipeStage{tier='five', recipe=4xtile.GlowPlasticBlock@4:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7d192980, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7d192980, net.minecraftforge.oredict.OreIngredient@7acaf926, net.minecraft.item.crafting.Ingredient@7d192980, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7d192980, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1961 mekanism:glowplasticblock_4 RecipeStage{tier='five', recipe=3xtile.GlowPlasticBlock@4:[net.minecraft.item.crafting.Ingredient@5d0482a5, net.minecraft.item.crafting.Ingredient@6e1d5950, net.minecraft.item.crafting.Ingredient@73d856b6, net.minecraft.item.crafting.Ingredient@5162ee3c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1962 mekanism:glowplasticblock_3_alt RecipeStage{tier='five', recipe=4xtile.GlowPlasticBlock@3:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5bd0d4ce, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5bd0d4ce, net.minecraftforge.oredict.OreIngredient@21580a1c, net.minecraft.item.crafting.Ingredient@5bd0d4ce, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5bd0d4ce, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1963 mekanism:glowplasticblock_3 RecipeStage{tier='five', recipe=3xtile.GlowPlasticBlock@3:[net.minecraft.item.crafting.Ingredient@48e5d1eb, net.minecraft.item.crafting.Ingredient@13078e44, net.minecraft.item.crafting.Ingredient@583d978c, net.minecraft.item.crafting.Ingredient@10c8e761]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1964 mekanism:glowplasticblock_2_alt RecipeStage{tier='five', recipe=4xtile.GlowPlasticBlock@2:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3a0faf5b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3a0faf5b, net.minecraftforge.oredict.OreIngredient@6cad9ac6, net.minecraft.item.crafting.Ingredient@3a0faf5b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3a0faf5b, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1965 mekanism:glowplasticblock_2 RecipeStage{tier='five', recipe=3xtile.GlowPlasticBlock@2:[net.minecraft.item.crafting.Ingredient@34a4b6f0, net.minecraft.item.crafting.Ingredient@5f516d5f, net.minecraft.item.crafting.Ingredient@474e2c3e, net.minecraft.item.crafting.Ingredient@8563a99]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1966 mekanism:glowplasticblock_1_alt RecipeStage{tier='five', recipe=4xtile.GlowPlasticBlock@1:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@429926ef, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@429926ef, net.minecraftforge.oredict.OreIngredient@7b86be5f, net.minecraft.item.crafting.Ingredient@429926ef, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@429926ef, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1967 mekanism:glowplasticblock_15_alt RecipeStage{tier='five', recipe=4xtile.GlowPlasticBlock@15:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@472b6692, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@472b6692, net.minecraftforge.oredict.OreIngredient@28142ae2, net.minecraft.item.crafting.Ingredient@472b6692, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@472b6692, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1968 mekanism:glowplasticblock_15 RecipeStage{tier='five', recipe=3xtile.GlowPlasticBlock@15:[net.minecraft.item.crafting.Ingredient@19dbc786, net.minecraft.item.crafting.Ingredient@79b1727a, net.minecraft.item.crafting.Ingredient@6718de72, net.minecraft.item.crafting.Ingredient@7af67d01]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1969 mekanism:glowplasticblock_14_alt RecipeStage{tier='five', recipe=4xtile.GlowPlasticBlock@14:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@279b2f2d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@279b2f2d, net.minecraftforge.oredict.OreIngredient@29527ef2, net.minecraft.item.crafting.Ingredient@279b2f2d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@279b2f2d, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1970 mekanism:glowplasticblock_14 RecipeStage{tier='five', recipe=3xtile.GlowPlasticBlock@14:[net.minecraft.item.crafting.Ingredient@1909705d, net.minecraft.item.crafting.Ingredient@7e78afb7, net.minecraft.item.crafting.Ingredient@77f4f4d1, net.minecraft.item.crafting.Ingredient@6589b23b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1971 mekanism:glowplasticblock_13_alt RecipeStage{tier='five', recipe=4xtile.GlowPlasticBlock@13:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@745ceff9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@745ceff9, net.minecraftforge.oredict.OreIngredient@46d48ef8, net.minecraft.item.crafting.Ingredient@745ceff9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@745ceff9, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1972 mekanism:glowplasticblock_13 RecipeStage{tier='five', recipe=3xtile.GlowPlasticBlock@13:[net.minecraft.item.crafting.Ingredient@761fbe42, net.minecraft.item.crafting.Ingredient@107fb7a6, net.minecraft.item.crafting.Ingredient@65cec4d0, net.minecraft.item.crafting.Ingredient@37d343f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1973 mekanism:glowplasticblock_12_alt RecipeStage{tier='five', recipe=4xtile.GlowPlasticBlock@12:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1c799d86, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1c799d86, net.minecraftforge.oredict.OreIngredient@4f8caf32, net.minecraft.item.crafting.Ingredient@1c799d86, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1c799d86, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1974 mekanism:glowplasticblock_12 RecipeStage{tier='five', recipe=3xtile.GlowPlasticBlock@12:[net.minecraft.item.crafting.Ingredient@7b228503, net.minecraft.item.crafting.Ingredient@76a7afc4, net.minecraft.item.crafting.Ingredient@34b465b8, net.minecraft.item.crafting.Ingredient@f5bea52]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1975 mekanism:glowplasticblock_11_alt RecipeStage{tier='five', recipe=4xtile.GlowPlasticBlock@11:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6c7b7bbf, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6c7b7bbf, net.minecraftforge.oredict.OreIngredient@7f37ed53, net.minecraft.item.crafting.Ingredient@6c7b7bbf, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6c7b7bbf, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1976 mekanism:glowplasticblock_11 RecipeStage{tier='five', recipe=3xtile.GlowPlasticBlock@11:[net.minecraft.item.crafting.Ingredient@6e1843e0, net.minecraft.item.crafting.Ingredient@4bc23290, net.minecraft.item.crafting.Ingredient@70ad7768, net.minecraft.item.crafting.Ingredient@75ddd235]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1977 mekanism:glowplasticblock_10_alt RecipeStage{tier='five', recipe=4xtile.GlowPlasticBlock@10:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3a07350, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3a07350, net.minecraftforge.oredict.OreIngredient@6e7ab4f9, net.minecraft.item.crafting.Ingredient@3a07350, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3a07350, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1978 mekanism:glowplasticblock_10 RecipeStage{tier='five', recipe=3xtile.GlowPlasticBlock@10:[net.minecraft.item.crafting.Ingredient@27d063cb, net.minecraft.item.crafting.Ingredient@51e0f41c, net.minecraft.item.crafting.Ingredient@2dcff691, net.minecraft.item.crafting.Ingredient@75d4a61]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1979 mekanism:glowplasticblock_1 RecipeStage{tier='five', recipe=3xtile.GlowPlasticBlock@1:[net.minecraft.item.crafting.Ingredient@4a6bbc9d, net.minecraft.item.crafting.Ingredient@54b986d5, net.minecraft.item.crafting.Ingredient@2e1a1a09, net.minecraft.item.crafting.Ingredient@4ed0a999]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1980 mekanism:glowplasticblock_0_alt RecipeStage{tier='five', recipe=4xtile.GlowPlasticBlock@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@74bcbb2d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@74bcbb2d, net.minecraftforge.oredict.OreIngredient@6e328a0b, net.minecraft.item.crafting.Ingredient@74bcbb2d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@74bcbb2d, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1981 mekanism:glowplasticblock_0 RecipeStage{tier='five', recipe=3xtile.GlowPlasticBlock@0:[net.minecraft.item.crafting.Ingredient@5fb3be0f, net.minecraft.item.crafting.Ingredient@4860129e, net.minecraft.item.crafting.Ingredient@1a60e1e, net.minecraft.item.crafting.Ingredient@7ca364db]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1982 mekanism:glowpanel_9_alt RecipeStage{tier='five', recipe=4xtile.GlowPanel@9:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@209be895, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@209be895, net.minecraftforge.oredict.OreIngredient@96474de, net.minecraft.item.crafting.Ingredient@209be895, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@209be895, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1983 mekanism:glowpanel_9 RecipeStage{tier='five', recipe=2xtile.GlowPanel@9:[net.minecraftforge.oredict.OreIngredient@54f2da84, net.minecraft.item.crafting.Ingredient@4c86b95c, net.minecraftforge.oredict.OreIngredient@54f2da84, net.minecraft.item.crafting.Ingredient@4c86b95c, net.minecraftforge.oredict.OreIngredient@1d0a99c7, net.minecraft.item.crafting.Ingredient@4c86b95c, net.minecraftforge.oredict.OreIngredient@3722f310, net.minecraft.item.crafting.Ingredient@4c86b95c, net.minecraftforge.oredict.OreIngredient@3722f310]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1984 mekanism:glowpanel_8_alt RecipeStage{tier='five', recipe=4xtile.GlowPanel@8:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@65649713, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@65649713, net.minecraftforge.oredict.OreIngredient@212ae84c, net.minecraft.item.crafting.Ingredient@65649713, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@65649713, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1985 mekanism:glowpanel_8 RecipeStage{tier='five', recipe=2xtile.GlowPanel@8:[net.minecraftforge.oredict.OreIngredient@34214fc5, net.minecraft.item.crafting.Ingredient@68021221, net.minecraftforge.oredict.OreIngredient@34214fc5, net.minecraft.item.crafting.Ingredient@68021221, net.minecraftforge.oredict.OreIngredient@7811180b, net.minecraft.item.crafting.Ingredient@68021221, net.minecraftforge.oredict.OreIngredient@47ab85d8, net.minecraft.item.crafting.Ingredient@68021221, net.minecraftforge.oredict.OreIngredient@47ab85d8]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1986 mekanism:glowpanel_7_alt RecipeStage{tier='five', recipe=4xtile.GlowPanel@7:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6a1e7c5f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6a1e7c5f, net.minecraftforge.oredict.OreIngredient@46545a4e, net.minecraft.item.crafting.Ingredient@6a1e7c5f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6a1e7c5f, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1987 mekanism:glowpanel_7 RecipeStage{tier='five', recipe=2xtile.GlowPanel@7:[net.minecraftforge.oredict.OreIngredient@47054f5d, net.minecraft.item.crafting.Ingredient@405a0cb, net.minecraftforge.oredict.OreIngredient@47054f5d, net.minecraft.item.crafting.Ingredient@405a0cb, net.minecraftforge.oredict.OreIngredient@2aef9cfd, net.minecraft.item.crafting.Ingredient@405a0cb, net.minecraftforge.oredict.OreIngredient@36ae1baa, net.minecraft.item.crafting.Ingredient@405a0cb, net.minecraftforge.oredict.OreIngredient@36ae1baa]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1988 mekanism:glowpanel_6_alt RecipeStage{tier='five', recipe=4xtile.GlowPanel@6:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@62fd7b62, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@62fd7b62, net.minecraftforge.oredict.OreIngredient@5fd08a45, net.minecraft.item.crafting.Ingredient@62fd7b62, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@62fd7b62, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1989 mekanism:glowpanel_6 RecipeStage{tier='five', recipe=2xtile.GlowPanel@6:[net.minecraftforge.oredict.OreIngredient@284b1c00, net.minecraft.item.crafting.Ingredient@6c061c46, net.minecraftforge.oredict.OreIngredient@284b1c00, net.minecraft.item.crafting.Ingredient@6c061c46, net.minecraftforge.oredict.OreIngredient@7dac0225, net.minecraft.item.crafting.Ingredient@6c061c46, net.minecraftforge.oredict.OreIngredient@1f48819f, net.minecraft.item.crafting.Ingredient@6c061c46, net.minecraftforge.oredict.OreIngredient@1f48819f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1990 mekanism:glowpanel_5_alt RecipeStage{tier='five', recipe=4xtile.GlowPanel@5:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@751449bf, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@751449bf, net.minecraftforge.oredict.OreIngredient@3da0a12, net.minecraft.item.crafting.Ingredient@751449bf, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@751449bf, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1991 mekanism:glowpanel_5 RecipeStage{tier='five', recipe=2xtile.GlowPanel@5:[net.minecraftforge.oredict.OreIngredient@1ebf9f46, net.minecraft.item.crafting.Ingredient@272baf74, net.minecraftforge.oredict.OreIngredient@1ebf9f46, net.minecraft.item.crafting.Ingredient@272baf74, net.minecraftforge.oredict.OreIngredient@7e735fd5, net.minecraft.item.crafting.Ingredient@272baf74, net.minecraftforge.oredict.OreIngredient@7df036f, net.minecraft.item.crafting.Ingredient@272baf74, net.minecraftforge.oredict.OreIngredient@7df036f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1992 mekanism:glowpanel_4_alt RecipeStage{tier='five', recipe=4xtile.GlowPanel@4:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4007312, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4007312, net.minecraftforge.oredict.OreIngredient@2611d1fe, net.minecraft.item.crafting.Ingredient@4007312, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4007312, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1993 mekanism:glowpanel_4 RecipeStage{tier='five', recipe=2xtile.GlowPanel@4:[net.minecraftforge.oredict.OreIngredient@26b09a03, net.minecraft.item.crafting.Ingredient@6f6619ba, net.minecraftforge.oredict.OreIngredient@26b09a03, net.minecraft.item.crafting.Ingredient@6f6619ba, net.minecraftforge.oredict.OreIngredient@2ccad526, net.minecraft.item.crafting.Ingredient@6f6619ba, net.minecraftforge.oredict.OreIngredient@13d32267, net.minecraft.item.crafting.Ingredient@6f6619ba, net.minecraftforge.oredict.OreIngredient@13d32267]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1994 mekanism:glowpanel_3_alt RecipeStage{tier='five', recipe=4xtile.GlowPanel@3:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1eb6f520, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1eb6f520, net.minecraftforge.oredict.OreIngredient@218c5158, net.minecraft.item.crafting.Ingredient@1eb6f520, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1eb6f520, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1995 mekanism:glowpanel_3 RecipeStage{tier='five', recipe=2xtile.GlowPanel@3:[net.minecraftforge.oredict.OreIngredient@7d08936c, net.minecraft.item.crafting.Ingredient@79d3cbbf, net.minecraftforge.oredict.OreIngredient@7d08936c, net.minecraft.item.crafting.Ingredient@79d3cbbf, net.minecraftforge.oredict.OreIngredient@313aae88, net.minecraft.item.crafting.Ingredient@79d3cbbf, net.minecraftforge.oredict.OreIngredient@673a9da0, net.minecraft.item.crafting.Ingredient@79d3cbbf, net.minecraftforge.oredict.OreIngredient@673a9da0]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1996 mekanism:glowpanel_2_alt RecipeStage{tier='five', recipe=4xtile.GlowPanel@2:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6eb7b148, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6eb7b148, net.minecraftforge.oredict.OreIngredient@37709377, net.minecraft.item.crafting.Ingredient@6eb7b148, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6eb7b148, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1997 mekanism:glowpanel_2 RecipeStage{tier='five', recipe=2xtile.GlowPanel@2:[net.minecraftforge.oredict.OreIngredient@6667e43f, net.minecraft.item.crafting.Ingredient@176b726c, net.minecraftforge.oredict.OreIngredient@6667e43f, net.minecraft.item.crafting.Ingredient@176b726c, net.minecraftforge.oredict.OreIngredient@1e266eec, net.minecraft.item.crafting.Ingredient@176b726c, net.minecraftforge.oredict.OreIngredient@3243ba62, net.minecraft.item.crafting.Ingredient@176b726c, net.minecraftforge.oredict.OreIngredient@3243ba62]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1998 mekanism:glowpanel_1_alt RecipeStage{tier='five', recipe=4xtile.GlowPanel@1:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@252b7189, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@252b7189, net.minecraftforge.oredict.OreIngredient@29cb378b, net.minecraft.item.crafting.Ingredient@252b7189, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@252b7189, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1999 mekanism:glowpanel_15_alt RecipeStage{tier='five', recipe=4xtile.GlowPanel@15:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@687eb558, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@687eb558, net.minecraftforge.oredict.OreIngredient@478321c3, net.minecraft.item.crafting.Ingredient@687eb558, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@687eb558, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2000 mekanism:glowpanel_15 RecipeStage{tier='five', recipe=2xtile.GlowPanel@15:[net.minecraftforge.oredict.OreIngredient@3661439f, net.minecraft.item.crafting.Ingredient@1af57c8, net.minecraftforge.oredict.OreIngredient@3661439f, net.minecraft.item.crafting.Ingredient@1af57c8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1af57c8, net.minecraftforge.oredict.OreIngredient@2e54ced1, net.minecraft.item.crafting.Ingredient@1af57c8, net.minecraftforge.oredict.OreIngredient@2e54ced1]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2001 mekanism:glowpanel_14_alt RecipeStage{tier='five', recipe=4xtile.GlowPanel@14:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1ecb69a2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1ecb69a2, net.minecraftforge.oredict.OreIngredient@19427cf9, net.minecraft.item.crafting.Ingredient@1ecb69a2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1ecb69a2, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2002 mekanism:glowpanel_14 RecipeStage{tier='five', recipe=2xtile.GlowPanel@14:[net.minecraftforge.oredict.OreIngredient@7db45661, net.minecraft.item.crafting.Ingredient@16e0ca81, net.minecraftforge.oredict.OreIngredient@7db45661, net.minecraft.item.crafting.Ingredient@16e0ca81, net.minecraftforge.oredict.OreIngredient@61cdcada, net.minecraft.item.crafting.Ingredient@16e0ca81, net.minecraftforge.oredict.OreIngredient@4cb5a28d, net.minecraft.item.crafting.Ingredient@16e0ca81, net.minecraftforge.oredict.OreIngredient@4cb5a28d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2003 mekanism:glowpanel_13_alt RecipeStage{tier='five', recipe=4xtile.GlowPanel@13:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6d9d6d6f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6d9d6d6f, net.minecraftforge.oredict.OreIngredient@119d5e3a, net.minecraft.item.crafting.Ingredient@6d9d6d6f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6d9d6d6f, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2004 mekanism:glowpanel_13 RecipeStage{tier='five', recipe=2xtile.GlowPanel@13:[net.minecraftforge.oredict.OreIngredient@47c8963c, net.minecraft.item.crafting.Ingredient@4678744b, net.minecraftforge.oredict.OreIngredient@47c8963c, net.minecraft.item.crafting.Ingredient@4678744b, net.minecraftforge.oredict.OreIngredient@a88ddf, net.minecraft.item.crafting.Ingredient@4678744b, net.minecraftforge.oredict.OreIngredient@4728b122, net.minecraft.item.crafting.Ingredient@4678744b, net.minecraftforge.oredict.OreIngredient@4728b122]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2005 mekanism:glowpanel_12_alt RecipeStage{tier='five', recipe=4xtile.GlowPanel@12:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7ace3c9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7ace3c9, net.minecraftforge.oredict.OreIngredient@569b5b6f, net.minecraft.item.crafting.Ingredient@7ace3c9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7ace3c9, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2006 mekanism:glowpanel_12 RecipeStage{tier='five', recipe=2xtile.GlowPanel@12:[net.minecraftforge.oredict.OreIngredient@6b8a15cf, net.minecraft.item.crafting.Ingredient@60c7a9cd, net.minecraftforge.oredict.OreIngredient@6b8a15cf, net.minecraft.item.crafting.Ingredient@60c7a9cd, net.minecraftforge.oredict.OreIngredient@44e89595, net.minecraft.item.crafting.Ingredient@60c7a9cd, net.minecraftforge.oredict.OreIngredient@10293a41, net.minecraft.item.crafting.Ingredient@60c7a9cd, net.minecraftforge.oredict.OreIngredient@10293a41]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2007 mekanism:glowpanel_11_alt RecipeStage{tier='five', recipe=4xtile.GlowPanel@11:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2f848c5f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2f848c5f, net.minecraftforge.oredict.OreIngredient@37a56118, net.minecraft.item.crafting.Ingredient@2f848c5f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2f848c5f, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2008 mekanism:glowpanel_11 RecipeStage{tier='five', recipe=2xtile.GlowPanel@11:[net.minecraftforge.oredict.OreIngredient@3a5da28, net.minecraft.item.crafting.Ingredient@7679bebd, net.minecraftforge.oredict.OreIngredient@3a5da28, net.minecraft.item.crafting.Ingredient@7679bebd, net.minecraftforge.oredict.OreIngredient@28f09ac8, net.minecraft.item.crafting.Ingredient@7679bebd, net.minecraftforge.oredict.OreIngredient@11767d78, net.minecraft.item.crafting.Ingredient@7679bebd, net.minecraftforge.oredict.OreIngredient@11767d78]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2009 mekanism:glowpanel_10_alt RecipeStage{tier='five', recipe=4xtile.GlowPanel@10:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@9ad85cc, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@9ad85cc, net.minecraftforge.oredict.OreIngredient@494d05ac, net.minecraft.item.crafting.Ingredient@9ad85cc, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@9ad85cc, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2010 mekanism:glowpanel_10 RecipeStage{tier='five', recipe=2xtile.GlowPanel@10:[net.minecraftforge.oredict.OreIngredient@76fc7b42, net.minecraft.item.crafting.Ingredient@5dc7116a, net.minecraftforge.oredict.OreIngredient@76fc7b42, net.minecraft.item.crafting.Ingredient@5dc7116a, net.minecraftforge.oredict.OreIngredient@37d685a8, net.minecraft.item.crafting.Ingredient@5dc7116a, net.minecraftforge.oredict.OreIngredient@b7499aa, net.minecraft.item.crafting.Ingredient@5dc7116a, net.minecraftforge.oredict.OreIngredient@b7499aa]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2011 mekanism:glowpanel_1 RecipeStage{tier='five', recipe=2xtile.GlowPanel@1:[net.minecraftforge.oredict.OreIngredient@5780856f, net.minecraft.item.crafting.Ingredient@7748cacf, net.minecraftforge.oredict.OreIngredient@5780856f, net.minecraft.item.crafting.Ingredient@7748cacf, net.minecraftforge.oredict.OreIngredient@7af34983, net.minecraft.item.crafting.Ingredient@7748cacf, net.minecraftforge.oredict.OreIngredient@357a0ac9, net.minecraft.item.crafting.Ingredient@7748cacf, net.minecraftforge.oredict.OreIngredient@357a0ac9]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2012 mekanism:glowpanel_0_alt RecipeStage{tier='five', recipe=4xtile.GlowPanel@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@52bb761b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@52bb761b, net.minecraftforge.oredict.OreIngredient@269ac352, net.minecraft.item.crafting.Ingredient@52bb761b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@52bb761b, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2013 mekanism:glowpanel_0 RecipeStage{tier='five', recipe=2xtile.GlowPanel@0:[net.minecraftforge.oredict.OreIngredient@40898135, net.minecraft.item.crafting.Ingredient@32f54d84, net.minecraftforge.oredict.OreIngredient@40898135, net.minecraft.item.crafting.Ingredient@32f54d84, net.minecraftforge.oredict.OreIngredient@545d6b05, net.minecraft.item.crafting.Ingredient@32f54d84, net.minecraftforge.oredict.OreIngredient@2effb5b9, net.minecraft.item.crafting.Ingredient@32f54d84, net.minecraftforge.oredict.OreIngredient@2effb5b9]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2014 mekanism:gaugedropper RecipeStage{tier='five', recipe=1xitem.GaugeDropper@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6c4b6cd2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@564987b8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@564987b8, net.minecraftforge.oredict.OreIngredient@564987b8, net.minecraftforge.oredict.OreIngredient@564987b8, net.minecraftforge.oredict.OreIngredient@564987b8]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2015 mekanism:gasupgrade RecipeStage{tier='five', recipe=1xitem.GasUpgrade@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1c293618, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2ce0abf5, net.minecraftforge.oredict.OreIngredient@3fcde48a, net.minecraft.item.crafting.Ingredient@2ce0abf5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1c293618, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2016 mekanism:gastank_0_alt_alt_alt RecipeStage{tier='five', recipe=1xtile.GasTank@0:[net.minecraftforge.oredict.OreIngredient@1ada0cf6, net.minecraftforge.oredict.OreIngredient@78b555cb, net.minecraftforge.oredict.OreIngredient@1ada0cf6, net.minecraftforge.oredict.OreIngredient@78b555cb, mekanism.common.recipe.MekanismIngredient@648cba2c, net.minecraftforge.oredict.OreIngredient@78b555cb, net.minecraftforge.oredict.OreIngredient@1ada0cf6, net.minecraftforge.oredict.OreIngredient@78b555cb, net.minecraftforge.oredict.OreIngredient@1ada0cf6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2017 mekanism:gastank_0_alt_alt RecipeStage{tier='five', recipe=1xtile.GasTank@0:[net.minecraftforge.oredict.OreIngredient@77ea4104, net.minecraftforge.oredict.OreIngredient@198f45e1, net.minecraftforge.oredict.OreIngredient@77ea4104, net.minecraftforge.oredict.OreIngredient@198f45e1, mekanism.common.recipe.MekanismIngredient@36a79a8, net.minecraftforge.oredict.OreIngredient@198f45e1, net.minecraftforge.oredict.OreIngredient@77ea4104, net.minecraftforge.oredict.OreIngredient@198f45e1, net.minecraftforge.oredict.OreIngredient@77ea4104]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2018 mekanism:gastank_0_alt RecipeStage{tier='five', recipe=1xtile.GasTank@0:[net.minecraftforge.oredict.OreIngredient@2e15023d, net.minecraftforge.oredict.OreIngredient@1344ef27, net.minecraftforge.oredict.OreIngredient@2e15023d, net.minecraftforge.oredict.OreIngredient@1344ef27, mekanism.common.recipe.MekanismIngredient@6f93ee3a, net.minecraftforge.oredict.OreIngredient@1344ef27, net.minecraftforge.oredict.OreIngredient@2e15023d, net.minecraftforge.oredict.OreIngredient@1344ef27, net.minecraftforge.oredict.OreIngredient@2e15023d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2019 mekanism:gastank_0 RecipeStage{tier='five', recipe=1xtile.GasTank@0:[net.minecraftforge.oredict.OreIngredient@75a6c15f, net.minecraftforge.oredict.OreIngredient@752f39e4, net.minecraftforge.oredict.OreIngredient@75a6c15f, net.minecraftforge.oredict.OreIngredient@752f39e4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@752f39e4, net.minecraftforge.oredict.OreIngredient@75a6c15f, net.minecraftforge.oredict.OreIngredient@752f39e4, net.minecraftforge.oredict.OreIngredient@75a6c15f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2020 mekanism:gasmask RecipeStage{tier='five', recipe=1xitem.GasMask@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2bc3aae4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4d7907d7, net.minecraftforge.oredict.OreIngredient@6641f462, net.minecraftforge.oredict.OreIngredient@4d7907d7, net.minecraftforge.oredict.OreIngredient@2bc3aae4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2bc3aae4]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2021 mekanism:freerunners RecipeStage{tier='five', recipe=1xitem.FreeRunners@0:[net.minecraftforge.oredict.OreIngredient@6641f462, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6641f462, net.minecraft.item.crafting.Ingredient@1535e17e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1535e17e, net.minecraft.item.crafting.Ingredient@1f69eb4b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1f69eb4b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2022 mekanism:flamethrower RecipeStage{tier='five', recipe=1xitem.Flamethrower@0:[net.minecraftforge.oredict.OreIngredient@407cf401, net.minecraftforge.oredict.OreIngredient@407cf401, net.minecraftforge.oredict.OreIngredient@407cf401, net.minecraftforge.oredict.OreIngredient@407cf401, mekanism.common.recipe.MekanismIngredient@27dd8dee, net.minecraft.item.crafting.Ingredient@3c80bcc1, net.minecraftforge.oredict.OreIngredient@53df0fd8, net.minecraftforge.oredict.OreIngredient@570ad57f, net.minecraftforge.oredict.OreIngredient@53df0fd8]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2023 mekanism:filterupgrade RecipeStage{tier='five', recipe=1xitem.FilterUpgrade@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1e8d32c3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@598a4ffc, net.minecraftforge.oredict.OreIngredient@6a56cc28, net.minecraft.item.crafting.Ingredient@598a4ffc, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1e8d32c3, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2024 mekanism:energyupgrade RecipeStage{tier='five', recipe=1xitem.EnergyUpgrade@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4dd90f1b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@341894a6, net.minecraftforge.oredict.OreIngredient@2a0a0b19, net.minecraft.item.crafting.Ingredient@341894a6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4dd90f1b, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2025 mekanism:energytablet RecipeStage{tier='five', recipe=1xitem.EnergyTablet@0:[net.minecraftforge.oredict.OreIngredient@24e34a81, net.minecraftforge.oredict.OreIngredient@1a0a17b7, net.minecraftforge.oredict.OreIngredient@24e34a81, net.minecraft.item.crafting.Ingredient@3c554f96, net.minecraftforge.oredict.OreIngredient@1a0a17b7, net.minecraft.item.crafting.Ingredient@3c554f96, net.minecraftforge.oredict.OreIngredient@24e34a81, net.minecraftforge.oredict.OreIngredient@1a0a17b7, net.minecraftforge.oredict.OreIngredient@24e34a81]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2026 mekanism:energycube_0_alt_alt_alt RecipeStage{tier='five', recipe=1xtile.EnergyCube@0:[net.minecraftforge.oredict.OreIngredient@4682ea9d, net.minecraft.item.crafting.Ingredient@3770453e, net.minecraftforge.oredict.OreIngredient@4682ea9d, net.minecraftforge.oredict.OreIngredient@2c46c8b0, mekanism.common.recipe.MekanismIngredient@ec3771d, net.minecraftforge.oredict.OreIngredient@2c46c8b0, net.minecraftforge.oredict.OreIngredient@4682ea9d, net.minecraft.item.crafting.Ingredient@3770453e, net.minecraftforge.oredict.OreIngredient@4682ea9d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2027 mekanism:energycube_0_alt_alt RecipeStage{tier='five', recipe=1xtile.EnergyCube@0:[net.minecraftforge.oredict.OreIngredient@1ff3d47d, net.minecraft.item.crafting.Ingredient@3516ba7b, net.minecraftforge.oredict.OreIngredient@1ff3d47d, net.minecraftforge.oredict.OreIngredient@4d6c6865, mekanism.common.recipe.MekanismIngredient@65dfecee, net.minecraftforge.oredict.OreIngredient@4d6c6865, net.minecraftforge.oredict.OreIngredient@1ff3d47d, net.minecraft.item.crafting.Ingredient@3516ba7b, net.minecraftforge.oredict.OreIngredient@1ff3d47d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2028 mekanism:energycube_0_alt RecipeStage{tier='five', recipe=1xtile.EnergyCube@0:[net.minecraftforge.oredict.OreIngredient@72b5ad90, net.minecraft.item.crafting.Ingredient@5d1d0202, net.minecraftforge.oredict.OreIngredient@72b5ad90, net.minecraftforge.oredict.OreIngredient@701bc1d0, mekanism.common.recipe.MekanismIngredient@78dbeb26, net.minecraftforge.oredict.OreIngredient@701bc1d0, net.minecraftforge.oredict.OreIngredient@72b5ad90, net.minecraft.item.crafting.Ingredient@5d1d0202, net.minecraftforge.oredict.OreIngredient@72b5ad90]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2029 mekanism:energycube_0 RecipeStage{tier='five', recipe=1xtile.EnergyCube@0:[net.minecraftforge.oredict.OreIngredient@13bb3805, net.minecraft.item.crafting.Ingredient@3017c3aa, net.minecraftforge.oredict.OreIngredient@13bb3805, net.minecraftforge.oredict.OreIngredient@66d9162a, net.minecraft.item.crafting.Ingredient@583e989e, net.minecraftforge.oredict.OreIngredient@66d9162a, net.minecraftforge.oredict.OreIngredient@13bb3805, net.minecraft.item.crafting.Ingredient@3017c3aa, net.minecraftforge.oredict.OreIngredient@13bb3805]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2030 mekanism:electrolyticcore RecipeStage{tier='five', recipe=1xitem.ElectrolyticCore@0:[net.minecraft.item.crafting.Ingredient@73bd8a71, net.minecraftforge.oredict.OreIngredient@1e1bcab6, net.minecraft.item.crafting.Ingredient@73bd8a71, net.minecraftforge.oredict.OreIngredient@6c8b6ea3, net.minecraft.item.crafting.Ingredient@73bd8a71, net.minecraftforge.oredict.OreIngredient@34eec3b1, net.minecraft.item.crafting.Ingredient@73bd8a71, net.minecraftforge.oredict.OreIngredient@1e1bcab6, net.minecraft.item.crafting.Ingredient@73bd8a71]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2031 mekanism:electricbow RecipeStage{tier='five', recipe=1xitem.ElectricBow@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@460c9674, net.minecraft.item.crafting.Ingredient@403083ec, net.minecraft.item.crafting.Ingredient@56a25921, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@403083ec, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@460c9674, net.minecraft.item.crafting.Ingredient@403083ec]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2032 mekanism:dictionary RecipeStage{tier='five', recipe=1xitem.Dictionary@0:[net.minecraftforge.oredict.OreIngredient@6641f462, net.minecraft.item.crafting.Ingredient@2d63bcf3]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2033 mekanism:craftingformula RecipeStage{tier='five', recipe=1xitem.CraftingFormula@0:[net.minecraft.item.crafting.Ingredient@5edd3445, net.minecraftforge.oredict.OreIngredient@6641f462]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2034 mekanism:controlcircuit_3 RecipeStage{tier='five', recipe=1xitem.ControlCircuit@3:[net.minecraftforge.oredict.OreIngredient@5f3e4f75, net.minecraft.item.crafting.Ingredient@5150d64b, net.minecraftforge.oredict.OreIngredient@5f3e4f75]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2035 mekanism:controlcircuit_2 RecipeStage{tier='five', recipe=1xitem.ControlCircuit@2:[net.minecraftforge.oredict.OreIngredient@3ff1220, net.minecraft.item.crafting.Ingredient@761535d, net.minecraftforge.oredict.OreIngredient@3ff1220]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2036 mekanism:controlcircuit_1 RecipeStage{tier='five', recipe=1xitem.ControlCircuit@1:[net.minecraftforge.oredict.OreIngredient@64c795d9, net.minecraft.item.crafting.Ingredient@19ef75a0, net.minecraftforge.oredict.OreIngredient@64c795d9]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2037 mekanism:configurator RecipeStage{tier='five', recipe=1xitem.Configurator@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3260e9d1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@e9d79c0, net.minecraft.item.crafting.Ingredient@64426c7, net.minecraft.item.crafting.Ingredient@e9d79c0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@51a9d879, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2038 mekanism:configurationcard RecipeStage{tier='five', recipe=1xitem.ConfigurationCard@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5a6d8234, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5a6d8234, net.minecraftforge.oredict.OreIngredient@6641f462, net.minecraft.item.crafting.Ingredient@5a6d8234, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5a6d8234, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2040 mekanism:cardboardbox RecipeStage{tier='five', recipe=1xtile.CardboardBox@0:[mekanism.common.recipe.MultiOredictIngredient@d898981, mekanism.common.recipe.MultiOredictIngredient@d898981, mekanism.common.recipe.MultiOredictIngredient@d898981, mekanism.common.recipe.MultiOredictIngredient@d898981]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2041 mekanism:basicblock_9 RecipeStage{tier='five', recipe=4xtile.BasicBlock@9:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1fed1a8b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1fed1a8b, net.minecraft.item.crafting.Ingredient@3aaf1481, net.minecraftforge.oredict.OreIngredient@1fed1a8b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1fed1a8b, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2042 mekanism:basicblock_8 RecipeStage{tier='five', recipe=1xtile.BasicBlock@8:[net.minecraftforge.oredict.OreIngredient@6aeb2d43, net.minecraftforge.oredict.OreIngredient@2440c277, net.minecraftforge.oredict.OreIngredient@6aeb2d43, net.minecraftforge.oredict.OreIngredient@2440c277, net.minecraftforge.oredict.OreIngredient@2c5d93f3, net.minecraftforge.oredict.OreIngredient@2440c277, net.minecraftforge.oredict.OreIngredient@6aeb2d43, net.minecraftforge.oredict.OreIngredient@2440c277, net.minecraftforge.oredict.OreIngredient@6aeb2d43]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2044 mekanism:basicblock_6_alt_alt_alt RecipeStage{tier='five', recipe=1xtile.BasicBlock@6:[net.minecraftforge.oredict.OreIngredient@8db67c5, net.minecraftforge.oredict.OreIngredient@303ad71e, net.minecraftforge.oredict.OreIngredient@8db67c5, net.minecraftforge.oredict.OreIngredient@27a5b82, mekanism.common.recipe.MekanismIngredient@5d0d3066, net.minecraftforge.oredict.OreIngredient@27a5b82, net.minecraftforge.oredict.OreIngredient@8db67c5, net.minecraftforge.oredict.OreIngredient@8db67c5, net.minecraftforge.oredict.OreIngredient@8db67c5]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2045 mekanism:basicblock_6_alt_alt RecipeStage{tier='five', recipe=1xtile.BasicBlock@6:[net.minecraftforge.oredict.OreIngredient@2288dc88, net.minecraftforge.oredict.OreIngredient@5931dabe, net.minecraftforge.oredict.OreIngredient@2288dc88, net.minecraftforge.oredict.OreIngredient@4505f4a6, mekanism.common.recipe.MekanismIngredient@4e5b54a0, net.minecraftforge.oredict.OreIngredient@4505f4a6, net.minecraftforge.oredict.OreIngredient@2288dc88, net.minecraftforge.oredict.OreIngredient@2288dc88, net.minecraftforge.oredict.OreIngredient@2288dc88]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2046 mekanism:basicblock_6_alt RecipeStage{tier='five', recipe=1xtile.BasicBlock@6:[net.minecraftforge.oredict.OreIngredient@d864a3c, net.minecraftforge.oredict.OreIngredient@570ad57f, net.minecraftforge.oredict.OreIngredient@d864a3c, net.minecraftforge.oredict.OreIngredient@34f8396a, mekanism.common.recipe.MekanismIngredient@1a831222, net.minecraftforge.oredict.OreIngredient@34f8396a, net.minecraftforge.oredict.OreIngredient@d864a3c, net.minecraftforge.oredict.OreIngredient@d864a3c, net.minecraftforge.oredict.OreIngredient@d864a3c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2047 mekanism:basicblock_6 RecipeStage{tier='five', recipe=1xtile.BasicBlock@6:[net.minecraftforge.oredict.OreIngredient@1327f4eb, net.minecraftforge.oredict.OreIngredient@6641f462, net.minecraftforge.oredict.OreIngredient@1327f4eb, net.minecraftforge.oredict.OreIngredient@13854faf, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@13854faf, net.minecraftforge.oredict.OreIngredient@1327f4eb, net.minecraftforge.oredict.OreIngredient@1327f4eb, net.minecraftforge.oredict.OreIngredient@1327f4eb]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2049 mekanism:basicblock_4 RecipeStage{tier='five', recipe=1xtile.BasicBlock@4:[net.minecraftforge.oredict.OreIngredient@26cbcb90, net.minecraftforge.oredict.OreIngredient@26cbcb90, net.minecraftforge.oredict.OreIngredient@26cbcb90, net.minecraftforge.oredict.OreIngredient@26cbcb90, net.minecraftforge.oredict.OreIngredient@26cbcb90, net.minecraftforge.oredict.OreIngredient@26cbcb90, net.minecraftforge.oredict.OreIngredient@26cbcb90, net.minecraftforge.oredict.OreIngredient@26cbcb90, net.minecraftforge.oredict.OreIngredient@26cbcb90]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2051 mekanism:basicblock_2 RecipeStage{tier='five', recipe=1xtile.BasicBlock@2:[net.minecraftforge.oredict.OreIngredient@4c328a0a, net.minecraftforge.oredict.OreIngredient@4c328a0a, net.minecraftforge.oredict.OreIngredient@4c328a0a, net.minecraftforge.oredict.OreIngredient@4c328a0a, net.minecraftforge.oredict.OreIngredient@4c328a0a, net.minecraftforge.oredict.OreIngredient@4c328a0a, net.minecraftforge.oredict.OreIngredient@4c328a0a, net.minecraftforge.oredict.OreIngredient@4c328a0a, net.minecraftforge.oredict.OreIngredient@4c328a0a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2052 mekanism:basicblock_15 RecipeStage{tier='five', recipe=1xtile.BasicBlock@15:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@51ac4f91, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@51ac4f91, net.minecraftforge.oredict.OreIngredient@570ad57f, net.minecraft.item.crafting.Ingredient@51ac4f91, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@51ac4f91, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2053 mekanism:basicblock_14 RecipeStage{tier='five', recipe=1xtile.BasicBlock@14:[net.minecraftforge.oredict.OreIngredient@570ad57f, net.minecraftforge.oredict.OreIngredient@7cb9c568, net.minecraftforge.oredict.OreIngredient@570ad57f, net.minecraft.item.crafting.Ingredient@1b201fab, net.minecraft.item.crafting.Ingredient@409d0877, net.minecraft.item.crafting.Ingredient@1b201fab, net.minecraft.item.crafting.Ingredient@1b201fab, net.minecraft.item.crafting.Ingredient@1b201fab, net.minecraft.item.crafting.Ingredient@1b201fab]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2056 mekanism:basicblock_11 RecipeStage{tier='five', recipe=2xtile.BasicBlock@11:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3c815c68, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3c815c68, net.minecraftforge.oredict.OreIngredient@6641f462, net.minecraft.item.crafting.Ingredient@3c815c68, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3c815c68, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2057 mekanism:basicblock_10 RecipeStage{tier='five', recipe=4xtile.BasicBlock@10:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@775ae8a7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@775ae8a7, net.minecraftforge.oredict.OreIngredient@6c445c85, net.minecraftforge.oredict.OreIngredient@775ae8a7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@775ae8a7, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2060 mekanism:basicblock2_9 RecipeStage{tier='five', recipe=1xtile.BasicBlock2@9:[net.minecraftforge.oredict.OreIngredient@d9b4ecf, net.minecraftforge.oredict.OreIngredient@383e8b4a, net.minecraftforge.oredict.OreIngredient@d9b4ecf, net.minecraftforge.oredict.OreIngredient@5931dabe, net.minecraft.item.crafting.Ingredient@378bba9a, net.minecraftforge.oredict.OreIngredient@5931dabe, net.minecraftforge.oredict.OreIngredient@d9b4ecf, net.minecraft.item.crafting.Ingredient@3d42cec0, net.minecraftforge.oredict.OreIngredient@d9b4ecf]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2061 mekanism:basicblock2_8 RecipeStage{tier='five', recipe=2xtile.BasicBlock2@8:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6db3127e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6db3127e, net.minecraftforge.oredict.OreIngredient@570ad57f, net.minecraft.item.crafting.Ingredient@6db3127e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6db3127e, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2062 mekanism:basicblock2_7 RecipeStage{tier='five', recipe=4xtile.BasicBlock2@7:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7a96b8c8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7a96b8c8, net.minecraftforge.oredict.OreIngredient@5743522a, net.minecraftforge.oredict.OreIngredient@7a96b8c8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7a96b8c8, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2063 mekanism:basicblock2_6 RecipeStage{tier='five', recipe=1xtile.BasicBlock2@6:[net.minecraftforge.oredict.OreIngredient@2822cd0a, net.minecraft.item.crafting.Ingredient@7884d106, net.minecraftforge.oredict.OreIngredient@2822cd0a, net.minecraft.item.crafting.Ingredient@7884d106, net.minecraft.item.crafting.Ingredient@3c4da69c, net.minecraft.item.crafting.Ingredient@7884d106, net.minecraftforge.oredict.OreIngredient@2822cd0a, net.minecraft.item.crafting.Ingredient@7884d106, net.minecraftforge.oredict.OreIngredient@2822cd0a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2064 mekanism:basicblock2_5 RecipeStage{tier='five', recipe=1xtile.BasicBlock2@5:[net.minecraftforge.oredict.OreIngredient@2bfec1aa, net.minecraftforge.oredict.OreIngredient@3796f005, net.minecraftforge.oredict.OreIngredient@2bfec1aa, net.minecraftforge.oredict.OreIngredient@3796f005, net.minecraft.item.crafting.Ingredient@3ba2023f, net.minecraftforge.oredict.OreIngredient@3796f005, net.minecraftforge.oredict.OreIngredient@2bfec1aa, net.minecraftforge.oredict.OreIngredient@3796f005, net.minecraftforge.oredict.OreIngredient@2bfec1aa]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2065 mekanism:basicblock2_4_alt_alt_alt RecipeStage{tier='five', recipe=1xtile.BasicBlock2@4:[net.minecraftforge.oredict.OreIngredient@303ad71e, mekanism.common.recipe.MekanismIngredient@592dac81, net.minecraftforge.oredict.OreIngredient@303ad71e, mekanism.common.recipe.MekanismIngredient@592dac81, mekanism.common.recipe.MekanismIngredient@1c879c21, mekanism.common.recipe.MekanismIngredient@592dac81, net.minecraftforge.oredict.OreIngredient@303ad71e, mekanism.common.recipe.MekanismIngredient@592dac81, net.minecraftforge.oredict.OreIngredient@303ad71e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2066 mekanism:basicblock2_4_alt_alt RecipeStage{tier='five', recipe=1xtile.BasicBlock2@4:[net.minecraftforge.oredict.OreIngredient@5931dabe, mekanism.common.recipe.MekanismIngredient@3e9892dd, net.minecraftforge.oredict.OreIngredient@5931dabe, mekanism.common.recipe.MekanismIngredient@3e9892dd, mekanism.common.recipe.MekanismIngredient@517ed79c, mekanism.common.recipe.MekanismIngredient@3e9892dd, net.minecraftforge.oredict.OreIngredient@5931dabe, mekanism.common.recipe.MekanismIngredient@3e9892dd, net.minecraftforge.oredict.OreIngredient@5931dabe]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2067 mekanism:basicblock2_4_alt RecipeStage{tier='five', recipe=1xtile.BasicBlock2@4:[net.minecraftforge.oredict.OreIngredient@570ad57f, mekanism.common.recipe.MekanismIngredient@570a1106, net.minecraftforge.oredict.OreIngredient@570ad57f, mekanism.common.recipe.MekanismIngredient@570a1106, mekanism.common.recipe.MekanismIngredient@1daa8ae6, mekanism.common.recipe.MekanismIngredient@570a1106, net.minecraftforge.oredict.OreIngredient@570ad57f, mekanism.common.recipe.MekanismIngredient@570a1106, net.minecraftforge.oredict.OreIngredient@570ad57f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2068 mekanism:basicblock2_4 RecipeStage{tier='five', recipe=1xtile.BasicBlock2@4:[net.minecraftforge.oredict.OreIngredient@2b1c58e6, net.minecraftforge.oredict.OreIngredient@6641f462, net.minecraftforge.oredict.OreIngredient@2b1c58e6, net.minecraftforge.oredict.OreIngredient@6641f462, mekanism.common.recipe.MekanismIngredient@a996a9a, net.minecraftforge.oredict.OreIngredient@6641f462, net.minecraftforge.oredict.OreIngredient@2b1c58e6, net.minecraftforge.oredict.OreIngredient@6641f462, net.minecraftforge.oredict.OreIngredient@2b1c58e6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2069 mekanism:basicblock2_3_alt_alt_alt RecipeStage{tier='five', recipe=1xtile.BasicBlock2@3:[net.minecraft.item.crafting.Ingredient@227a9c4, mekanism.common.recipe.MekanismIngredient@970777b, net.minecraft.item.crafting.Ingredient@227a9c4, mekanism.common.recipe.MekanismIngredient@970777b, mekanism.common.recipe.MekanismIngredient@76e203ff, mekanism.common.recipe.MekanismIngredient@970777b, net.minecraft.item.crafting.Ingredient@227a9c4, mekanism.common.recipe.MekanismIngredient@970777b, net.minecraft.item.crafting.Ingredient@227a9c4]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2070 mekanism:basicblock2_3_alt_alt RecipeStage{tier='five', recipe=1xtile.BasicBlock2@3:[net.minecraft.item.crafting.Ingredient@5fc628ea, mekanism.common.recipe.MekanismIngredient@73bd0daf, net.minecraft.item.crafting.Ingredient@5fc628ea, mekanism.common.recipe.MekanismIngredient@73bd0daf, mekanism.common.recipe.MekanismIngredient@727b2f92, mekanism.common.recipe.MekanismIngredient@73bd0daf, net.minecraft.item.crafting.Ingredient@5fc628ea, mekanism.common.recipe.MekanismIngredient@73bd0daf, net.minecraft.item.crafting.Ingredient@5fc628ea]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2071 mekanism:basicblock2_3_alt RecipeStage{tier='five', recipe=1xtile.BasicBlock2@3:[net.minecraft.item.crafting.Ingredient@5b2babcf, mekanism.common.recipe.MekanismIngredient@9b84d7d, net.minecraft.item.crafting.Ingredient@5b2babcf, mekanism.common.recipe.MekanismIngredient@9b84d7d, mekanism.common.recipe.MekanismIngredient@4f4caacc, mekanism.common.recipe.MekanismIngredient@9b84d7d, net.minecraft.item.crafting.Ingredient@5b2babcf, mekanism.common.recipe.MekanismIngredient@9b84d7d, net.minecraft.item.crafting.Ingredient@5b2babcf]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2072 mekanism:basicblock2_3 RecipeStage{tier='five', recipe=1xtile.BasicBlock2@3:[net.minecraftforge.oredict.OreIngredient@2562c065, net.minecraft.item.crafting.Ingredient@2d8e5780, net.minecraftforge.oredict.OreIngredient@2562c065, net.minecraft.item.crafting.Ingredient@2d8e5780, mekanism.common.recipe.MekanismIngredient@4dcd9f89, net.minecraft.item.crafting.Ingredient@2d8e5780, net.minecraftforge.oredict.OreIngredient@2562c065, net.minecraft.item.crafting.Ingredient@2d8e5780, net.minecraftforge.oredict.OreIngredient@2562c065]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2073 mekanism:basicblock2_2 RecipeStage{tier='five', recipe=2xtile.BasicBlock2@2:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1bbb5ad3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1bbb5ad3, net.minecraftforge.oredict.OreIngredient@5931dabe, net.minecraft.item.crafting.Ingredient@1bbb5ad3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1bbb5ad3, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2074 mekanism:basicblock2_1 RecipeStage{tier='five', recipe=4xtile.BasicBlock2@1:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@88b20c8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@88b20c8, net.minecraft.item.crafting.Ingredient@35cbbe4e, net.minecraftforge.oredict.OreIngredient@88b20c8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@88b20c8, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2075 mekanism:basicblock2_0 RecipeStage{tier='five', recipe=4xtile.BasicBlock2@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1c15ced1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1c15ced1, net.minecraftforge.oredict.OreIngredient@2f26b39, net.minecraftforge.oredict.OreIngredient@1c15ced1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1c15ced1, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2076 mekanism:balloon_9_alt RecipeStage{tier='three', recipe=1xitem.Balloon@9:[net.minecraft.item.crafting.Ingredient@942a162, net.minecraftforge.oredict.OreIngredient@4bf505d8]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2077 mekanism:balloon_9 RecipeStage{tier='three', recipe=2xitem.Balloon@9:[net.minecraft.item.crafting.Ingredient@758ddd61, net.minecraft.item.crafting.Ingredient@18e5cfe9, net.minecraftforge.oredict.OreIngredient@134fed40]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2078 mekanism:balloon_8_alt RecipeStage{tier='three', recipe=1xitem.Balloon@8:[net.minecraft.item.crafting.Ingredient@6ad73349, net.minecraftforge.oredict.OreIngredient@3bfd9347]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2079 mekanism:balloon_8 RecipeStage{tier='three', recipe=2xitem.Balloon@8:[net.minecraft.item.crafting.Ingredient@6972db3b, net.minecraft.item.crafting.Ingredient@20321b3e, net.minecraftforge.oredict.OreIngredient@2c3e04a5]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2080 mekanism:balloon_7_alt RecipeStage{tier='three', recipe=1xitem.Balloon@7:[net.minecraft.item.crafting.Ingredient@119a22f0, net.minecraftforge.oredict.OreIngredient@681af95]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2081 mekanism:balloon_7 RecipeStage{tier='three', recipe=2xitem.Balloon@7:[net.minecraft.item.crafting.Ingredient@25f27c34, net.minecraft.item.crafting.Ingredient@52ac8604, net.minecraftforge.oredict.OreIngredient@71491375]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2082 mekanism:balloon_6_alt RecipeStage{tier='three', recipe=1xitem.Balloon@6:[net.minecraft.item.crafting.Ingredient@42b8b433, net.minecraftforge.oredict.OreIngredient@58761104]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2083 mekanism:balloon_6 RecipeStage{tier='three', recipe=2xitem.Balloon@6:[net.minecraft.item.crafting.Ingredient@50ab12d5, net.minecraft.item.crafting.Ingredient@40bba27, net.minecraftforge.oredict.OreIngredient@2448d1b2]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2084 mekanism:balloon_5_alt RecipeStage{tier='three', recipe=1xitem.Balloon@5:[net.minecraft.item.crafting.Ingredient@41659379, net.minecraftforge.oredict.OreIngredient@15ac3b46]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2085 mekanism:balloon_5 RecipeStage{tier='three', recipe=2xitem.Balloon@5:[net.minecraft.item.crafting.Ingredient@4fc2735b, net.minecraft.item.crafting.Ingredient@45d78187, net.minecraftforge.oredict.OreIngredient@e7b68ad]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2086 mekanism:balloon_4_alt RecipeStage{tier='three', recipe=1xitem.Balloon@4:[net.minecraft.item.crafting.Ingredient@45062d0b, net.minecraftforge.oredict.OreIngredient@2cfb12fd]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2087 mekanism:balloon_4 RecipeStage{tier='three', recipe=2xitem.Balloon@4:[net.minecraft.item.crafting.Ingredient@46490e12, net.minecraft.item.crafting.Ingredient@61a7ec38, net.minecraftforge.oredict.OreIngredient@7b9999a9]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2088 mekanism:balloon_3_alt RecipeStage{tier='three', recipe=1xitem.Balloon@3:[net.minecraft.item.crafting.Ingredient@22480870, net.minecraftforge.oredict.OreIngredient@41b0cc91]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2089 mekanism:balloon_3 RecipeStage{tier='three', recipe=2xitem.Balloon@3:[net.minecraft.item.crafting.Ingredient@7d50b9e0, net.minecraft.item.crafting.Ingredient@40734d53, net.minecraftforge.oredict.OreIngredient@4de0ed7b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2090 mekanism:balloon_2_alt RecipeStage{tier='three', recipe=1xitem.Balloon@2:[net.minecraft.item.crafting.Ingredient@616c06b, net.minecraftforge.oredict.OreIngredient@7484c227]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2091 mekanism:balloon_2 RecipeStage{tier='three', recipe=2xitem.Balloon@2:[net.minecraft.item.crafting.Ingredient@52937f5a, net.minecraft.item.crafting.Ingredient@76ee222b, net.minecraftforge.oredict.OreIngredient@4af80d1d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2092 mekanism:balloon_1_alt RecipeStage{tier='three', recipe=1xitem.Balloon@1:[net.minecraft.item.crafting.Ingredient@2eca0755, net.minecraftforge.oredict.OreIngredient@58ceb3f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2093 mekanism:balloon_15_alt RecipeStage{tier='three', recipe=1xitem.Balloon@15:[net.minecraft.item.crafting.Ingredient@5a87b123, net.minecraftforge.oredict.OreIngredient@7b7d6515]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2094 mekanism:balloon_15 RecipeStage{tier='three', recipe=2xitem.Balloon@15:[net.minecraft.item.crafting.Ingredient@6ac8ce, net.minecraft.item.crafting.Ingredient@275661a8, net.minecraftforge.oredict.OreIngredient@678b0b40]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2095 mekanism:balloon_14_alt RecipeStage{tier='three', recipe=1xitem.Balloon@14:[net.minecraft.item.crafting.Ingredient@7005d57e, net.minecraftforge.oredict.OreIngredient@ab62024]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2096 mekanism:balloon_14 RecipeStage{tier='three', recipe=2xitem.Balloon@14:[net.minecraft.item.crafting.Ingredient@65c1fd, net.minecraft.item.crafting.Ingredient@6d43a9ca, net.minecraftforge.oredict.OreIngredient@47421928]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2097 mekanism:balloon_13_alt RecipeStage{tier='three', recipe=1xitem.Balloon@13:[net.minecraft.item.crafting.Ingredient@3e334946, net.minecraftforge.oredict.OreIngredient@38c22529]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2098 mekanism:balloon_13 RecipeStage{tier='three', recipe=2xitem.Balloon@13:[net.minecraft.item.crafting.Ingredient@2a079cf5, net.minecraft.item.crafting.Ingredient@87f5aaf, net.minecraftforge.oredict.OreIngredient@6f708513]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2099 mekanism:balloon_12_alt RecipeStage{tier='three', recipe=1xitem.Balloon@12:[net.minecraft.item.crafting.Ingredient@4b55d6f6, net.minecraftforge.oredict.OreIngredient@4954a513]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2100 mekanism:balloon_12 RecipeStage{tier='three', recipe=2xitem.Balloon@12:[net.minecraft.item.crafting.Ingredient@76bb64c3, net.minecraft.item.crafting.Ingredient@134cb628, net.minecraftforge.oredict.OreIngredient@914b349]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2101 mekanism:balloon_11_alt RecipeStage{tier='three', recipe=1xitem.Balloon@11:[net.minecraft.item.crafting.Ingredient@3d50d2fe, net.minecraftforge.oredict.OreIngredient@3d4c3b03]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2102 mekanism:balloon_11 RecipeStage{tier='three', recipe=2xitem.Balloon@11:[net.minecraft.item.crafting.Ingredient@74e4c666, net.minecraft.item.crafting.Ingredient@cfb4acc, net.minecraftforge.oredict.OreIngredient@1b232f0d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2103 mekanism:balloon_10_alt RecipeStage{tier='three', recipe=1xitem.Balloon@10:[net.minecraft.item.crafting.Ingredient@56c1f429, net.minecraftforge.oredict.OreIngredient@34b38049]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2104 mekanism:balloon_10 RecipeStage{tier='three', recipe=2xitem.Balloon@10:[net.minecraft.item.crafting.Ingredient@4fdfacbd, net.minecraft.item.crafting.Ingredient@7d5fed1c, net.minecraftforge.oredict.OreIngredient@3bf26bcb]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2105 mekanism:balloon_1 RecipeStage{tier='three', recipe=2xitem.Balloon@1:[net.minecraft.item.crafting.Ingredient@72925b0b, net.minecraft.item.crafting.Ingredient@4063db0c, net.minecraftforge.oredict.OreIngredient@7f25bfa]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2106 mekanism:balloon_0_alt RecipeStage{tier='three', recipe=1xitem.Balloon@0:[net.minecraft.item.crafting.Ingredient@40021e8e, net.minecraftforge.oredict.OreIngredient@48c3b8b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2107 mekanism:balloon_0 RecipeStage{tier='three', recipe=2xitem.Balloon@0:[net.minecraft.item.crafting.Ingredient@47028e7c, net.minecraft.item.crafting.Ingredient@7adee492, net.minecraftforge.oredict.OreIngredient@14f2e86]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2108 mekanism:atomicdisassembler RecipeStage{tier='five', recipe=1xitem.AtomicDisassembler@0:[net.minecraft.item.crafting.Ingredient@38bfc843, net.minecraft.item.crafting.Ingredient@7b382291, net.minecraft.item.crafting.Ingredient@38bfc843, net.minecraft.item.crafting.Ingredient@38bfc843, net.minecraft.item.crafting.Ingredient@6db1da5e, net.minecraft.item.crafting.Ingredient@38bfc843, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5c4d2af7, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2109 mekanism:armoredjetpack RecipeStage{tier='five', recipe=1xitem.ArmoredJetpack@0:[net.minecraftforge.oredict.OreIngredient@177f813c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@177f813c, net.minecraftforge.oredict.OreIngredient@76cf5fcb, net.minecraftforge.oredict.OreIngredient@5cf4249b, net.minecraftforge.oredict.OreIngredient@76cf5fcb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, mekanism.common.recipe.MekanismIngredient@5224c24e, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2110 mekanism:anchorupgrade RecipeStage{tier='five', recipe=1xitem.AnchorUpgrade@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@28efc23c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3ceb47a0, net.minecraftforge.oredict.OreIngredient@2d95e125, net.minecraft.item.crafting.Ingredient@3ceb47a0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@28efc23c, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2267 natura:common/nether_wart RecipeStage{tier='three', recipe=9xitem.netherStalkSeeds@0:[net.minecraft.item.crafting.Ingredient@6d41247f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2273 natura:common/wheat_seeds RecipeStage{tier='zero', recipe=9xitem.seeds@0:[net.minecraft.item.crafting.Ingredient@2f07adea]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2280 natura:common/potatoes RecipeStage{tier='tutorial', recipe=9xitem.potato@0:[net.minecraft.item.crafting.Ingredient@6e446811]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2281 natura:common/daylight_detector RecipeStage{tier='three', recipe=1xtile.daylightDetector@0:[net.minecraftforge.oredict.OreIngredient@593f594b, net.minecraftforge.oredict.OreIngredient@593f594b, net.minecraftforge.oredict.OreIngredient@593f594b, net.minecraftforge.oredict.OreIngredient@2e05453a, net.minecraftforge.oredict.OreIngredient@2e05453a, net.minecraftforge.oredict.OreIngredient@2e05453a, net.minecraftforge.oredict.OreIngredient@7c5d5429, net.minecraftforge.oredict.OreIngredient@7c5d5429, net.minecraftforge.oredict.OreIngredient@7c5d5429]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2283 natura:common/carrots RecipeStage{tier='tutorial', recipe=9xitem.carrots@0:[net.minecraft.item.crafting.Ingredient@390a4f4e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2311 natura:nether/soul_sand RecipeStage{tier='three', recipe=1xtile.hellsand@0:[net.minecraft.item.crafting.Ingredient@2b012d17, net.minecraft.item.crafting.Ingredient@215e0085]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2333 traverse:fir_stairs RecipeStage{tier='one', recipe=4xtile.traverse:fir_stairs@0:[net.minecraft.item.crafting.Ingredient@13df10df, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@13df10df, net.minecraft.item.crafting.Ingredient@13df10df, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@13df10df, net.minecraft.item.crafting.Ingredient@13df10df, net.minecraft.item.crafting.Ingredient@13df10df]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2334 traverse:fir_fence_gate RecipeStage{tier='one', recipe=1xtile.traverse:fir_fence_gate@0:[net.minecraftforge.oredict.OreIngredient@6039ddb2, net.minecraft.item.crafting.Ingredient@480e2919, net.minecraftforge.oredict.OreIngredient@6039ddb2, net.minecraftforge.oredict.OreIngredient@6039ddb2, net.minecraft.item.crafting.Ingredient@480e2919, net.minecraftforge.oredict.OreIngredient@6039ddb2]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2335 traverse:crag_rock_cobblestone RecipeStage{tier='zero', recipe=8xtile.traverse:blue_rock_cobblestone@0:[net.minecraftforge.oredict.OreIngredient@6ef843ec, net.minecraftforge.oredict.OreIngredient@6ef843ec, net.minecraftforge.oredict.OreIngredient@6ef843ec, net.minecraftforge.oredict.OreIngredient@6ef843ec, net.minecraftforge.oredict.OreIngredient@773d5df9, net.minecraftforge.oredict.OreIngredient@6ef843ec, net.minecraftforge.oredict.OreIngredient@6ef843ec, net.minecraftforge.oredict.OreIngredient@6ef843ec, net.minecraftforge.oredict.OreIngredient@6ef843ec]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2336 traverse:red_rock_cobblestone_smalldust RecipeStage{tier='zero', recipe=2xtile.traverse:red_rock_cobblestone@0:[net.minecraftforge.oredict.OreIngredient@2c4f053, net.minecraftforge.oredict.OreIngredient@42145229, net.minecraftforge.oredict.OreIngredient@725707bc]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2337 traverse:red_rock_brick_slab RecipeStage{tier='one', recipe=6xtile.traverse:red_rock_bricks_slab@0:[net.minecraft.item.crafting.Ingredient@3f9ec6a4, net.minecraft.item.crafting.Ingredient@3f9ec6a4, net.minecraft.item.crafting.Ingredient@3f9ec6a4]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2338 traverse:crag_rock_cobblestone_stairs RecipeStage{tier='one', recipe=4xtile.traverse:blue_rock_cobblestone_stairs@0:[net.minecraft.item.crafting.Ingredient@4df17e44, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4df17e44, net.minecraft.item.crafting.Ingredient@4df17e44, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4df17e44, net.minecraft.item.crafting.Ingredient@4df17e44, net.minecraft.item.crafting.Ingredient@4df17e44]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2339 traverse:red_rock_slab RecipeStage{tier='zero', recipe=6xtile.traverse:red_rock_slab@0:[net.minecraft.item.crafting.Ingredient@6f69c94e, net.minecraft.item.crafting.Ingredient@6f69c94e, net.minecraft.item.crafting.Ingredient@6f69c94e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2340 traverse:fir_fence RecipeStage{tier='one', recipe=3xtile.traverse:fir_fence@0:[net.minecraft.item.crafting.Ingredient@3a63e99b, net.minecraftforge.oredict.OreIngredient@790a8499, net.minecraft.item.crafting.Ingredient@3a63e99b, net.minecraft.item.crafting.Ingredient@3a63e99b, net.minecraftforge.oredict.OreIngredient@790a8499, net.minecraft.item.crafting.Ingredient@3a63e99b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2342 traverse:red_rock_cobblestone_wall RecipeStage{tier='zero', recipe=6xtile.traverse:red_rock_cobblestone_wall@0:[net.minecraft.item.crafting.Ingredient@47a43896, net.minecraft.item.crafting.Ingredient@47a43896, net.minecraft.item.crafting.Ingredient@47a43896, net.minecraft.item.crafting.Ingredient@47a43896, net.minecraft.item.crafting.Ingredient@47a43896, net.minecraft.item.crafting.Ingredient@47a43896]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2343 traverse:red_rock_brick RecipeStage{tier='one', recipe=4xtile.traverse:red_rock_bricks@0:[net.minecraft.item.crafting.Ingredient@66466b41, net.minecraft.item.crafting.Ingredient@66466b41, net.minecraft.item.crafting.Ingredient@66466b41, net.minecraft.item.crafting.Ingredient@66466b41]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2346 traverse:fir_door RecipeStage{tier='one', recipe=3xtile.traverse:fir_door@0:[net.minecraft.item.crafting.Ingredient@5eee715d, net.minecraft.item.crafting.Ingredient@5eee715d, net.minecraft.item.crafting.Ingredient@5eee715d, net.minecraft.item.crafting.Ingredient@5eee715d, net.minecraft.item.crafting.Ingredient@5eee715d, net.minecraft.item.crafting.Ingredient@5eee715d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2347 traverse:crag_rock_cobblestone_wall RecipeStage{tier='zero', recipe=6xtile.traverse:blue_rock_cobblestone_wall@0:[net.minecraft.item.crafting.Ingredient@381c93f0, net.minecraft.item.crafting.Ingredient@381c93f0, net.minecraft.item.crafting.Ingredient@381c93f0, net.minecraft.item.crafting.Ingredient@381c93f0, net.minecraft.item.crafting.Ingredient@381c93f0, net.minecraft.item.crafting.Ingredient@381c93f0]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2348 traverse:crag_rock_brick_slab RecipeStage{tier='one', recipe=6xtile.traverse:blue_rock_bricks_slab@0:[net.minecraft.item.crafting.Ingredient@27ff910c, net.minecraft.item.crafting.Ingredient@27ff910c, net.minecraft.item.crafting.Ingredient@27ff910c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2349 traverse:crag_rock_brick_stairs RecipeStage{tier='one', recipe=4xtile.traverse:blue_rock_bricks_stairs@0:[net.minecraft.item.crafting.Ingredient@4e9d0325, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4e9d0325, net.minecraft.item.crafting.Ingredient@4e9d0325, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4e9d0325, net.minecraft.item.crafting.Ingredient@4e9d0325, net.minecraft.item.crafting.Ingredient@4e9d0325]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2350 traverse:crag_rock_brick RecipeStage{tier='one', recipe=4xtile.traverse:blue_rock_bricks@0:[net.minecraft.item.crafting.Ingredient@1cb2e019, net.minecraft.item.crafting.Ingredient@1cb2e019, net.minecraft.item.crafting.Ingredient@1cb2e019, net.minecraft.item.crafting.Ingredient@1cb2e019]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2352 traverse:red_rock_chiseled_brick RecipeStage{tier='one', recipe=1xtile.traverse:red_rock_bricks_chiseled@0:[net.minecraft.item.crafting.Ingredient@704e090b, net.minecraft.item.crafting.Ingredient@704e090b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2354 traverse:red_rock_brick_stairs RecipeStage{tier='one', recipe=4xtile.traverse:red_rock_bricks_stairs@0:[net.minecraft.item.crafting.Ingredient@20eba64a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@20eba64a, net.minecraft.item.crafting.Ingredient@20eba64a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@20eba64a, net.minecraft.item.crafting.Ingredient@20eba64a, net.minecraft.item.crafting.Ingredient@20eba64a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2355 traverse:red_rock_cobblestone RecipeStage{tier='zero', recipe=8xtile.traverse:red_rock_cobblestone@0:[net.minecraftforge.oredict.OreIngredient@4f58053c, net.minecraftforge.oredict.OreIngredient@4f58053c, net.minecraftforge.oredict.OreIngredient@4f58053c, net.minecraftforge.oredict.OreIngredient@4f58053c, net.minecraftforge.oredict.OreIngredient@28767aa4, net.minecraftforge.oredict.OreIngredient@4f58053c, net.minecraftforge.oredict.OreIngredient@4f58053c, net.minecraftforge.oredict.OreIngredient@4f58053c, net.minecraftforge.oredict.OreIngredient@4f58053c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2356 traverse:crag_rock_chiseled_brick RecipeStage{tier='one', recipe=1xtile.traverse:blue_rock_bricks_chiseled@0:[net.minecraft.item.crafting.Ingredient@61a5d49a, net.minecraft.item.crafting.Ingredient@61a5d49a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2357 traverse:red_rock_cobblestone_slab RecipeStage{tier='zero', recipe=6xtile.traverse:red_rock_cobblestone_slab@0:[net.minecraft.item.crafting.Ingredient@20f66e17, net.minecraft.item.crafting.Ingredient@20f66e17, net.minecraft.item.crafting.Ingredient@20f66e17]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2358 traverse:red_rock_cobblestone_stairs RecipeStage{tier='one', recipe=4xtile.traverse:red_rock_cobblestone_stairs@0:[net.minecraft.item.crafting.Ingredient@3bf69f8b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3bf69f8b, net.minecraft.item.crafting.Ingredient@3bf69f8b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3bf69f8b, net.minecraft.item.crafting.Ingredient@3bf69f8b, net.minecraft.item.crafting.Ingredient@3bf69f8b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2360 betterwithmods:items/leather_tanned_helmet RecipeStage{tier='zero', recipe=1xitem.bwm:leather_tanned_helmet@0:[net.minecraftforge.oredict.OreIngredient@31d42165, net.minecraftforge.oredict.OreIngredient@31d42165, net.minecraftforge.oredict.OreIngredient@31d42165, net.minecraftforge.oredict.OreIngredient@31d42165, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@31d42165]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2361 betterwithmods:items/chainmail_boots RecipeStage{tier='two', recipe=1xitem.bootsChain@0:[net.minecraftforge.oredict.OreIngredient@4ca441d4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4ca441d4, net.minecraftforge.oredict.OreIngredient@4ca441d4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4ca441d4]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2362 betterwithmods:items/chainmail_leggings RecipeStage{tier='two', recipe=1xitem.leggingsChain@0:[net.minecraftforge.oredict.OreIngredient@1a045684, net.minecraftforge.oredict.OreIngredient@1a045684, net.minecraftforge.oredict.OreIngredient@1a045684, net.minecraftforge.oredict.OreIngredient@1a045684, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1a045684, net.minecraftforge.oredict.OreIngredient@1a045684, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1a045684]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2363 betterwithmods:items/leather_tanned_boots RecipeStage{tier='zero', recipe=1xitem.bwm:leather_tanned_boots@0:[net.minecraftforge.oredict.OreIngredient@43697fc5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@43697fc5, net.minecraftforge.oredict.OreIngredient@43697fc5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@43697fc5]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2369 betterwithmods:items/material/material.ender_ocular RecipeStage{tier='two', recipe=1xitem.bwm:material@40:[net.minecraftforge.oredict.OreIngredient@1aaf59ce, net.minecraftforge.oredict.OreIngredient@1aaf59ce, net.minecraftforge.oredict.OreIngredient@1aaf59ce, net.minecraftforge.oredict.OreIngredient@1aaf59ce, net.minecraftforge.oredict.OreIngredient@460e5278, net.minecraftforge.oredict.OreIngredient@1aaf59ce, net.minecraftforge.oredict.OreIngredient@1aaf59ce, net.minecraftforge.oredict.OreIngredient@1aaf59ce, net.minecraftforge.oredict.OreIngredient@1aaf59ce]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2372 betterwithmods:items/material/material.concentrated_hellfire RecipeStage{tier='three', recipe=9xitem.bwm:material@17:[net.minecraft.item.crafting.Ingredient@4f873ea3]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2374 betterwithmods:items/material/material.nugget_steel net.minecraftforge.oredict.ShapelessOreRecipe@2b74246f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2375 betterwithmods:items/material/material.padding RecipeStage{tier='one', recipe=1xitem.bwm:material@41:[net.minecraft.item.crafting.Ingredient@5e8df54b, net.minecraftforge.oredict.OreIngredient@54d0f5a9]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2376 betterwithmods:items/material/material.windmill_blade RecipeStage{tier='one', recipe=1xitem.bwm:material@11:[net.minecraftforge.oredict.OreIngredient@5400c232, net.minecraftforge.oredict.OreIngredient@5400c232, net.minecraftforge.oredict.OreIngredient@5400c232, net.minecraftforge.oredict.OreIngredient@5400c232, net.minecraftforge.oredict.OreIngredient@5400c232, net.minecraftforge.oredict.OreIngredient@5400c232, net.minecraftforge.oredict.OreIngredient@5aff508e, net.minecraftforge.oredict.OreIngredient@5aff508e, net.minecraftforge.oredict.OreIngredient@5aff508e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2377 betterwithmods:items/material/material.hemp_cloth RecipeStage{tier='zero', recipe=1xitem.bwm:material@4:[net.minecraftforge.oredict.OreIngredient@2d953f6a, net.minecraftforge.oredict.OreIngredient@2d953f6a, net.minecraftforge.oredict.OreIngredient@2d953f6a, net.minecraftforge.oredict.OreIngredient@2d953f6a, net.minecraftforge.oredict.OreIngredient@2d953f6a, net.minecraftforge.oredict.OreIngredient@2d953f6a, net.minecraftforge.oredict.OreIngredient@2d953f6a, net.minecraftforge.oredict.OreIngredient@2d953f6a, net.minecraftforge.oredict.OreIngredient@2d953f6a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2378 betterwithmods:items/material/material.diamond_ingot RecipeStage{tier='five', recipe=1xitem.bwm:material@45:[net.minecraftforge.oredict.OreIngredient@599f84a7, net.minecraftforge.oredict.OreIngredient@1e1a3ae4, net.minecraft.item.crafting.Ingredient@4eb0a95c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2379 betterwithmods:items/material/material.windmill_blade.siding RecipeStage{tier='one', recipe=1xitem.bwm:material@11:[net.minecraftforge.oredict.OreIngredient@1e682710, net.minecraftforge.oredict.OreIngredient@1e682710, net.minecraftforge.oredict.OreIngredient@1e682710, net.minecraftforge.oredict.OreIngredient@1e682710, net.minecraftforge.oredict.OreIngredient@1e682710, net.minecraftforge.oredict.OreIngredient@1e682710, type:SIDING parent:[1xtile.wood@0, 1xtile.wood@1, 1xtile.wood@2, 1xtile.wood@3, 1xtile.wood@4, 1xtile.wood@5, 1xtile.rustic.planks@0, 1xtile.rustic.planks@1, 1xtile.rustic.painted_wood_black@0, 1xtile.rustic.painted_wood_blue@0, 1xtile.rustic.painted_wood_brown@0, 1xtile.rustic.painted_wood_cyan@0, 1xtile.rustic.painted_wood_gray@0, 1xtile.rustic.painted_wood_green@0, 1xtile.rustic.painted_wood_light_blue@0, 1xtile.rustic.painted_wood_lime@0, 1xtile.rustic.painted_wood_magenta@0, 1xtile.rustic.painted_wood_orange@0, 1xtile.rustic.painted_wood_pink@0, 1xtile.rustic.painted_wood_purple@0, 1xtile.rustic.painted_wood_red@0, 1xtile.rustic.painted_wood_silver@0, 1xtile.rustic.painted_wood_white@0, 1xtile.rustic.painted_wood_yellow@0, 1xtile.chisel.planks-oak@0, 1xtile.chisel.planks-oak@1, 1xtile.chisel.planks-oak@2, 1xtile.chisel.planks-oak@3, 1xtile.chisel.planks-oak@4, 1xtile.chisel.planks-oak@5, 1xtile.chisel.planks-oak@6, 1xtile.chisel.planks-oak@7, 1xtile.chisel.planks-oak@8, 1xtile.chisel.planks-oak@9, 1xtile.chisel.planks-oak@10, 1xtile.chisel.planks-oak@11, 1xtile.chisel.planks-oak@12, 1xtile.chisel.planks-oak@13, 1xtile.chisel.planks-oak@14, 1xtile.chisel.planks-spruce@0, 1xtile.chisel.planks-spruce@1, 1xtile.chisel.planks-spruce@2, 1xtile.chisel.planks-spruce@3, 1xtile.chisel.planks-spruce@4, 1xtile.chisel.planks-spruce@5, 1xtile.chisel.planks-spruce@6, 1xtile.chisel.planks-spruce@7, 1xtile.chisel.planks-spruce@8, 1xtile.chisel.planks-spruce@9, 1xtile.chisel.planks-spruce@10, 1xtile.chisel.planks-spruce@11, 1xtile.chisel.planks-spruce@12, 1xtile.chisel.planks-spruce@13, 1xtile.chisel.planks-spruce@14, 1xtile.chisel.planks-birch@0, 1xtile.chisel.planks-birch@1, 1xtile.chisel.planks-birch@2, 1xtile.chisel.planks-birch@3, 1xtile.chisel.planks-birch@4, 1xtile.chisel.planks-birch@5, 1xtile.chisel.planks-birch@6, 1xtile.chisel.planks-birch@7, 1xtile.chisel.planks-birch@8, 1xtile.chisel.planks-birch@9, 1xtile.chisel.planks-birch@10, 1xtile.chisel.planks-birch@11, 1xtile.chisel.planks-birch@12, 1xtile.chisel.planks-birch@13, 1xtile.chisel.planks-birch@14, 1xtile.chisel.planks-jungle@0, 1xtile.chisel.planks-jungle@1, 1xtile.chisel.planks-jungle@2, 1xtile.chisel.planks-jungle@3, 1xtile.chisel.planks-jungle@4, 1xtile.chisel.planks-jungle@5, 1xtile.chisel.planks-jungle@6, 1xtile.chisel.planks-jungle@7, 1xtile.chisel.planks-jungle@8, 1xtile.chisel.planks-jungle@9, 1xtile.chisel.planks-jungle@10, 1xtile.chisel.planks-jungle@11, 1xtile.chisel.planks-jungle@12, 1xtile.chisel.planks-jungle@13, 1xtile.chisel.planks-jungle@14, 1xtile.chisel.planks-acacia@0, 1xtile.chisel.planks-acacia@1, 1xtile.chisel.planks-acacia@2, 1xtile.chisel.planks-acacia@3, 1xtile.chisel.planks-acacia@4, 1xtile.chisel.planks-acacia@5, 1xtile.chisel.planks-acacia@6, 1xtile.chisel.planks-acacia@7, 1xtile.chisel.planks-acacia@8, 1xtile.chisel.planks-acacia@9, 1xtile.chisel.planks-acacia@10, 1xtile.chisel.planks-acacia@11, 1xtile.chisel.planks-acacia@12, 1xtile.chisel.planks-acacia@13, 1xtile.chisel.planks-acacia@14, 1xtile.chisel.planks-dark-oak@0, 1xtile.chisel.planks-dark-oak@1, 1xtile.chisel.planks-dark-oak@2, 1xtile.chisel.planks-dark-oak@3, 1xtile.chisel.planks-dark-oak@4, 1xtile.chisel.planks-dark-oak@5, 1xtile.chisel.planks-dark-oak@6, 1xtile.chisel.planks-dark-oak@7, 1xtile.chisel.planks-dark-oak@8, 1xtile.chisel.planks-dark-oak@9, 1xtile.chisel.planks-dark-oak@10, 1xtile.chisel.planks-dark-oak@11, 1xtile.chisel.planks-dark-oak@12, 1xtile.chisel.planks-dark-oak@13, 1xtile.chisel.planks-dark-oak@14, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8, 1xtile.natura.nether_planks@0, 1xtile.natura.nether_planks@1, 1xtile.natura.nether_planks@2, 1xtile.natura.nether_planks@3, 1xtile.planks_sakura@0, 1xtile.planks_mulberry@0, 1xtile.blocks.integrateddynamics.menril_planks@0, 1xtile.primal.planks@0, 1xtile.primal.planks@1, 1xtile.primal.planks@2, 1xtile.primal.planks@3, 1xtile.dltplank@0, 1xtile.dreadplanks@0, 1xtile.thebetweenlands.weedwood_planks@0, 1xtile.thebetweenlands.rubber_tree_planks@0, 1xtile.thebetweenlands.giant_root_planks@0, 1xtile.thebetweenlands.hearthgrove_planks@0, 1xtile.thebetweenlands.nibbletwig_planks@0, 1xtile.twilightforest.TowerStone@0, 1xtile.twilightforest.TowerStone@1, 1xtile.twilightforest.TowerStone@2, 1xtile.twilightforest.TowerStone@3, 1xtile.twilightforest.TowerStone@4, 1xtile.totemic:cedar_plank@0, 1xtile.traverse:fir_planks@0, 1xtile.kepler22b_planks.0@0, 1xtile.primal.planks@0, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8], type:SIDING parent:[1xtile.wood@0, 1xtile.wood@1, 1xtile.wood@2, 1xtile.wood@3, 1xtile.wood@4, 1xtile.wood@5, 1xtile.rustic.planks@0, 1xtile.rustic.planks@1, 1xtile.rustic.painted_wood_black@0, 1xtile.rustic.painted_wood_blue@0, 1xtile.rustic.painted_wood_brown@0, 1xtile.rustic.painted_wood_cyan@0, 1xtile.rustic.painted_wood_gray@0, 1xtile.rustic.painted_wood_green@0, 1xtile.rustic.painted_wood_light_blue@0, 1xtile.rustic.painted_wood_lime@0, 1xtile.rustic.painted_wood_magenta@0, 1xtile.rustic.painted_wood_orange@0, 1xtile.rustic.painted_wood_pink@0, 1xtile.rustic.painted_wood_purple@0, 1xtile.rustic.painted_wood_red@0, 1xtile.rustic.painted_wood_silver@0, 1xtile.rustic.painted_wood_white@0, 1xtile.rustic.painted_wood_yellow@0, 1xtile.chisel.planks-oak@0, 1xtile.chisel.planks-oak@1, 1xtile.chisel.planks-oak@2, 1xtile.chisel.planks-oak@3, 1xtile.chisel.planks-oak@4, 1xtile.chisel.planks-oak@5, 1xtile.chisel.planks-oak@6, 1xtile.chisel.planks-oak@7, 1xtile.chisel.planks-oak@8, 1xtile.chisel.planks-oak@9, 1xtile.chisel.planks-oak@10, 1xtile.chisel.planks-oak@11, 1xtile.chisel.planks-oak@12, 1xtile.chisel.planks-oak@13, 1xtile.chisel.planks-oak@14, 1xtile.chisel.planks-spruce@0, 1xtile.chisel.planks-spruce@1, 1xtile.chisel.planks-spruce@2, 1xtile.chisel.planks-spruce@3, 1xtile.chisel.planks-spruce@4, 1xtile.chisel.planks-spruce@5, 1xtile.chisel.planks-spruce@6, 1xtile.chisel.planks-spruce@7, 1xtile.chisel.planks-spruce@8, 1xtile.chisel.planks-spruce@9, 1xtile.chisel.planks-spruce@10, 1xtile.chisel.planks-spruce@11, 1xtile.chisel.planks-spruce@12, 1xtile.chisel.planks-spruce@13, 1xtile.chisel.planks-spruce@14, 1xtile.chisel.planks-birch@0, 1xtile.chisel.planks-birch@1, 1xtile.chisel.planks-birch@2, 1xtile.chisel.planks-birch@3, 1xtile.chisel.planks-birch@4, 1xtile.chisel.planks-birch@5, 1xtile.chisel.planks-birch@6, 1xtile.chisel.planks-birch@7, 1xtile.chisel.planks-birch@8, 1xtile.chisel.planks-birch@9, 1xtile.chisel.planks-birch@10, 1xtile.chisel.planks-birch@11, 1xtile.chisel.planks-birch@12, 1xtile.chisel.planks-birch@13, 1xtile.chisel.planks-birch@14, 1xtile.chisel.planks-jungle@0, 1xtile.chisel.planks-jungle@1, 1xtile.chisel.planks-jungle@2, 1xtile.chisel.planks-jungle@3, 1xtile.chisel.planks-jungle@4, 1xtile.chisel.planks-jungle@5, 1xtile.chisel.planks-jungle@6, 1xtile.chisel.planks-jungle@7, 1xtile.chisel.planks-jungle@8, 1xtile.chisel.planks-jungle@9, 1xtile.chisel.planks-jungle@10, 1xtile.chisel.planks-jungle@11, 1xtile.chisel.planks-jungle@12, 1xtile.chisel.planks-jungle@13, 1xtile.chisel.planks-jungle@14, 1xtile.chisel.planks-acacia@0, 1xtile.chisel.planks-acacia@1, 1xtile.chisel.planks-acacia@2, 1xtile.chisel.planks-acacia@3, 1xtile.chisel.planks-acacia@4, 1xtile.chisel.planks-acacia@5, 1xtile.chisel.planks-acacia@6, 1xtile.chisel.planks-acacia@7, 1xtile.chisel.planks-acacia@8, 1xtile.chisel.planks-acacia@9, 1xtile.chisel.planks-acacia@10, 1xtile.chisel.planks-acacia@11, 1xtile.chisel.planks-acacia@12, 1xtile.chisel.planks-acacia@13, 1xtile.chisel.planks-acacia@14, 1xtile.chisel.planks-dark-oak@0, 1xtile.chisel.planks-dark-oak@1, 1xtile.chisel.planks-dark-oak@2, 1xtile.chisel.planks-dark-oak@3, 1xtile.chisel.planks-dark-oak@4, 1xtile.chisel.planks-dark-oak@5, 1xtile.chisel.planks-dark-oak@6, 1xtile.chisel.planks-dark-oak@7, 1xtile.chisel.planks-dark-oak@8, 1xtile.chisel.planks-dark-oak@9, 1xtile.chisel.planks-dark-oak@10, 1xtile.chisel.planks-dark-oak@11, 1xtile.chisel.planks-dark-oak@12, 1xtile.chisel.planks-dark-oak@13, 1xtile.chisel.planks-dark-oak@14, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8, 1xtile.natura.nether_planks@0, 1xtile.natura.nether_planks@1, 1xtile.natura.nether_planks@2, 1xtile.natura.nether_planks@3, 1xtile.planks_sakura@0, 1xtile.planks_mulberry@0, 1xtile.blocks.integrateddynamics.menril_planks@0, 1xtile.primal.planks@0, 1xtile.primal.planks@1, 1xtile.primal.planks@2, 1xtile.primal.planks@3, 1xtile.dltplank@0, 1xtile.dreadplanks@0, 1xtile.thebetweenlands.weedwood_planks@0, 1xtile.thebetweenlands.rubber_tree_planks@0, 1xtile.thebetweenlands.giant_root_planks@0, 1xtile.thebetweenlands.hearthgrove_planks@0, 1xtile.thebetweenlands.nibbletwig_planks@0, 1xtile.twilightforest.TowerStone@0, 1xtile.twilightforest.TowerStone@1, 1xtile.twilightforest.TowerStone@2, 1xtile.twilightforest.TowerStone@3, 1xtile.twilightforest.TowerStone@4, 1xtile.totemic:cedar_plank@0, 1xtile.traverse:fir_planks@0, 1xtile.kepler22b_planks.0@0, 1xtile.primal.planks@0, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8], type:SIDING parent:[1xtile.wood@0, 1xtile.wood@1, 1xtile.wood@2, 1xtile.wood@3, 1xtile.wood@4, 1xtile.wood@5, 1xtile.rustic.planks@0, 1xtile.rustic.planks@1, 1xtile.rustic.painted_wood_black@0, 1xtile.rustic.painted_wood_blue@0, 1xtile.rustic.painted_wood_brown@0, 1xtile.rustic.painted_wood_cyan@0, 1xtile.rustic.painted_wood_gray@0, 1xtile.rustic.painted_wood_green@0, 1xtile.rustic.painted_wood_light_blue@0, 1xtile.rustic.painted_wood_lime@0, 1xtile.rustic.painted_wood_magenta@0, 1xtile.rustic.painted_wood_orange@0, 1xtile.rustic.painted_wood_pink@0, 1xtile.rustic.painted_wood_purple@0, 1xtile.rustic.painted_wood_red@0, 1xtile.rustic.painted_wood_silver@0, 1xtile.rustic.painted_wood_white@0, 1xtile.rustic.painted_wood_yellow@0, 1xtile.chisel.planks-oak@0, 1xtile.chisel.planks-oak@1, 1xtile.chisel.planks-oak@2, 1xtile.chisel.planks-oak@3, 1xtile.chisel.planks-oak@4, 1xtile.chisel.planks-oak@5, 1xtile.chisel.planks-oak@6, 1xtile.chisel.planks-oak@7, 1xtile.chisel.planks-oak@8, 1xtile.chisel.planks-oak@9, 1xtile.chisel.planks-oak@10, 1xtile.chisel.planks-oak@11, 1xtile.chisel.planks-oak@12, 1xtile.chisel.planks-oak@13, 1xtile.chisel.planks-oak@14, 1xtile.chisel.planks-spruce@0, 1xtile.chisel.planks-spruce@1, 1xtile.chisel.planks-spruce@2, 1xtile.chisel.planks-spruce@3, 1xtile.chisel.planks-spruce@4, 1xtile.chisel.planks-spruce@5, 1xtile.chisel.planks-spruce@6, 1xtile.chisel.planks-spruce@7, 1xtile.chisel.planks-spruce@8, 1xtile.chisel.planks-spruce@9, 1xtile.chisel.planks-spruce@10, 1xtile.chisel.planks-spruce@11, 1xtile.chisel.planks-spruce@12, 1xtile.chisel.planks-spruce@13, 1xtile.chisel.planks-spruce@14, 1xtile.chisel.planks-birch@0, 1xtile.chisel.planks-birch@1, 1xtile.chisel.planks-birch@2, 1xtile.chisel.planks-birch@3, 1xtile.chisel.planks-birch@4, 1xtile.chisel.planks-birch@5, 1xtile.chisel.planks-birch@6, 1xtile.chisel.planks-birch@7, 1xtile.chisel.planks-birch@8, 1xtile.chisel.planks-birch@9, 1xtile.chisel.planks-birch@10, 1xtile.chisel.planks-birch@11, 1xtile.chisel.planks-birch@12, 1xtile.chisel.planks-birch@13, 1xtile.chisel.planks-birch@14, 1xtile.chisel.planks-jungle@0, 1xtile.chisel.planks-jungle@1, 1xtile.chisel.planks-jungle@2, 1xtile.chisel.planks-jungle@3, 1xtile.chisel.planks-jungle@4, 1xtile.chisel.planks-jungle@5, 1xtile.chisel.planks-jungle@6, 1xtile.chisel.planks-jungle@7, 1xtile.chisel.planks-jungle@8, 1xtile.chisel.planks-jungle@9, 1xtile.chisel.planks-jungle@10, 1xtile.chisel.planks-jungle@11, 1xtile.chisel.planks-jungle@12, 1xtile.chisel.planks-jungle@13, 1xtile.chisel.planks-jungle@14, 1xtile.chisel.planks-acacia@0, 1xtile.chisel.planks-acacia@1, 1xtile.chisel.planks-acacia@2, 1xtile.chisel.planks-acacia@3, 1xtile.chisel.planks-acacia@4, 1xtile.chisel.planks-acacia@5, 1xtile.chisel.planks-acacia@6, 1xtile.chisel.planks-acacia@7, 1xtile.chisel.planks-acacia@8, 1xtile.chisel.planks-acacia@9, 1xtile.chisel.planks-acacia@10, 1xtile.chisel.planks-acacia@11, 1xtile.chisel.planks-acacia@12, 1xtile.chisel.planks-acacia@13, 1xtile.chisel.planks-acacia@14, 1xtile.chisel.planks-dark-oak@0, 1xtile.chisel.planks-dark-oak@1, 1xtile.chisel.planks-dark-oak@2, 1xtile.chisel.planks-dark-oak@3, 1xtile.chisel.planks-dark-oak@4, 1xtile.chisel.planks-dark-oak@5, 1xtile.chisel.planks-dark-oak@6, 1xtile.chisel.planks-dark-oak@7, 1xtile.chisel.planks-dark-oak@8, 1xtile.chisel.planks-dark-oak@9, 1xtile.chisel.planks-dark-oak@10, 1xtile.chisel.planks-dark-oak@11, 1xtile.chisel.planks-dark-oak@12, 1xtile.chisel.planks-dark-oak@13, 1xtile.chisel.planks-dark-oak@14, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8, 1xtile.natura.nether_planks@0, 1xtile.natura.nether_planks@1, 1xtile.natura.nether_planks@2, 1xtile.natura.nether_planks@3, 1xtile.planks_sakura@0, 1xtile.planks_mulberry@0, 1xtile.blocks.integrateddynamics.menril_planks@0, 1xtile.primal.planks@0, 1xtile.primal.planks@1, 1xtile.primal.planks@2, 1xtile.primal.planks@3, 1xtile.dltplank@0, 1xtile.dreadplanks@0, 1xtile.thebetweenlands.weedwood_planks@0, 1xtile.thebetweenlands.rubber_tree_planks@0, 1xtile.thebetweenlands.giant_root_planks@0, 1xtile.thebetweenlands.hearthgrove_planks@0, 1xtile.thebetweenlands.nibbletwig_planks@0, 1xtile.twilightforest.TowerStone@0, 1xtile.twilightforest.TowerStone@1, 1xtile.twilightforest.TowerStone@2, 1xtile.twilightforest.TowerStone@3, 1xtile.twilightforest.TowerStone@4, 1xtile.totemic:cedar_plank@0, 1xtile.traverse:fir_planks@0, 1xtile.kepler22b_planks.0@0, 1xtile.primal.planks@0, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8]]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2381 betterwithmods:items/material/material.redstone_latch RecipeStage{tier='three', recipe=1xitem.bwm:material@34:[net.minecraftforge.oredict.OreIngredient@5ea80cf1, net.minecraftforge.oredict.OreIngredient@5ea80cf1, net.minecraftforge.oredict.OreIngredient@5ea80cf1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@39cf0f1e, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2383 betterwithmods:items/material/material.soap RecipeStage{tier='three', recipe=9xitem.bwm:material@50:[net.minecraft.item.crafting.Ingredient@8ca7e28]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2384 betterwithmods:items/material/material.hemp_fibers RecipeStage{tier='zero', recipe=6xitem.bwm:material@3:[net.minecraft.item.crafting.Ingredient@2a5c6a7]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2385 betterwithmods:items/material/material.ingot_steel RecipeStage{tier='three', recipe=1xitem.bwm:material@14:[net.minecraftforge.oredict.OreIngredient@557f9ea3, net.minecraftforge.oredict.OreIngredient@557f9ea3, net.minecraftforge.oredict.OreIngredient@557f9ea3, net.minecraftforge.oredict.OreIngredient@557f9ea3, net.minecraftforge.oredict.OreIngredient@557f9ea3, net.minecraftforge.oredict.OreIngredient@557f9ea3, net.minecraftforge.oredict.OreIngredient@557f9ea3, net.minecraftforge.oredict.OreIngredient@557f9ea3, net.minecraftforge.oredict.OreIngredient@557f9ea3]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2387 betterwithmods:items/chainmail_helmet RecipeStage{tier='two', recipe=1xitem.helmetChain@0:[net.minecraftforge.oredict.OreIngredient@2f0ef002, net.minecraftforge.oredict.OreIngredient@2f0ef002, net.minecraftforge.oredict.OreIngredient@2f0ef002, net.minecraftforge.oredict.OreIngredient@2f0ef002, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2f0ef002]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2388 betterwithmods:items/leather_tanned_chest RecipeStage{tier='zero', recipe=1xitem.bwm:leather_tanned_chest@0:[net.minecraftforge.oredict.OreIngredient@3c9c90cb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3c9c90cb, net.minecraftforge.oredict.OreIngredient@3c9c90cb, net.minecraftforge.oredict.OreIngredient@3c9c90cb, net.minecraftforge.oredict.OreIngredient@3c9c90cb, net.minecraftforge.oredict.OreIngredient@3c9c90cb, net.minecraftforge.oredict.OreIngredient@3c9c90cb, net.minecraftforge.oredict.OreIngredient@3c9c90cb]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2389 betterwithmods:items/void_urn RecipeStage{tier='three', recipe=1xtile.bwm:urn@9:[net.minecraft.item.crafting.Ingredient@1543ffa4, net.minecraft.item.crafting.Ingredient@1eca4c46, net.minecraftforge.oredict.OreIngredient@40d83419]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2390 betterwithmods:items/nether_clay RecipeStage{tier='three', recipe=1xtile.bwm:nether_clay@0:[net.minecraftforge.oredict.OreIngredient@4394a936, net.minecraftforge.oredict.OreIngredient@4394a936, net.minecraftforge.oredict.OreIngredient@4394a936, net.minecraftforge.oredict.OreIngredient@4394a936]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2392 betterwithmods:items/broadhead_arrow RecipeStage{tier='three', recipe=1xitem.bwm:broadhead_arrow@0:[net.minecraftforge.oredict.OreIngredient@6d78f61e, net.minecraftforge.oredict.OreIngredient@3f27b907, net.minecraftforge.oredict.OreIngredient@73f259d2]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2393 betterwithmods:items/leather_tanned_pants RecipeStage{tier='zero', recipe=1xitem.bwm:leather_tanned_pants@0:[net.minecraftforge.oredict.OreIngredient@731f820e, net.minecraftforge.oredict.OreIngredient@731f820e, net.minecraftforge.oredict.OreIngredient@731f820e, net.minecraftforge.oredict.OreIngredient@731f820e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@731f820e, net.minecraftforge.oredict.OreIngredient@731f820e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@731f820e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2394 betterwithmods:items/chainmail_chestplate RecipeStage{tier='two', recipe=1xitem.chestplateChain@0:[net.minecraftforge.oredict.OreIngredient@41e2e98c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@41e2e98c, net.minecraftforge.oredict.OreIngredient@41e2e98c, net.minecraftforge.oredict.OreIngredient@41e2e98c, net.minecraftforge.oredict.OreIngredient@41e2e98c, net.minecraftforge.oredict.OreIngredient@41e2e98c, net.minecraftforge.oredict.OreIngredient@41e2e98c, net.minecraftforge.oredict.OreIngredient@41e2e98c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2395 betterwithmods:items/ender_spectacles RecipeStage{tier='two', recipe=1xitem.bwm:ender_spectacles@0:[net.minecraft.item.crafting.Ingredient@6d3cc305, net.minecraft.item.crafting.Ingredient@6900ee6a, net.minecraft.item.crafting.Ingredient@6d3cc305]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2396 betterwithmods:items/composite_bow RecipeStage{tier='two', recipe=1xitem.bwm:composite_bow@0:[net.minecraftforge.oredict.OreIngredient@e0c036c, type:MOULDING parent:[1xtile.wood@0, 1xtile.wood@1, 1xtile.wood@2, 1xtile.wood@3, 1xtile.wood@4, 1xtile.wood@5, 1xtile.rustic.planks@0, 1xtile.rustic.planks@1, 1xtile.rustic.painted_wood_black@0, 1xtile.rustic.painted_wood_blue@0, 1xtile.rustic.painted_wood_brown@0, 1xtile.rustic.painted_wood_cyan@0, 1xtile.rustic.painted_wood_gray@0, 1xtile.rustic.painted_wood_green@0, 1xtile.rustic.painted_wood_light_blue@0, 1xtile.rustic.painted_wood_lime@0, 1xtile.rustic.painted_wood_magenta@0, 1xtile.rustic.painted_wood_orange@0, 1xtile.rustic.painted_wood_pink@0, 1xtile.rustic.painted_wood_purple@0, 1xtile.rustic.painted_wood_red@0, 1xtile.rustic.painted_wood_silver@0, 1xtile.rustic.painted_wood_white@0, 1xtile.rustic.painted_wood_yellow@0, 1xtile.chisel.planks-oak@0, 1xtile.chisel.planks-oak@1, 1xtile.chisel.planks-oak@2, 1xtile.chisel.planks-oak@3, 1xtile.chisel.planks-oak@4, 1xtile.chisel.planks-oak@5, 1xtile.chisel.planks-oak@6, 1xtile.chisel.planks-oak@7, 1xtile.chisel.planks-oak@8, 1xtile.chisel.planks-oak@9, 1xtile.chisel.planks-oak@10, 1xtile.chisel.planks-oak@11, 1xtile.chisel.planks-oak@12, 1xtile.chisel.planks-oak@13, 1xtile.chisel.planks-oak@14, 1xtile.chisel.planks-spruce@0, 1xtile.chisel.planks-spruce@1, 1xtile.chisel.planks-spruce@2, 1xtile.chisel.planks-spruce@3, 1xtile.chisel.planks-spruce@4, 1xtile.chisel.planks-spruce@5, 1xtile.chisel.planks-spruce@6, 1xtile.chisel.planks-spruce@7, 1xtile.chisel.planks-spruce@8, 1xtile.chisel.planks-spruce@9, 1xtile.chisel.planks-spruce@10, 1xtile.chisel.planks-spruce@11, 1xtile.chisel.planks-spruce@12, 1xtile.chisel.planks-spruce@13, 1xtile.chisel.planks-spruce@14, 1xtile.chisel.planks-birch@0, 1xtile.chisel.planks-birch@1, 1xtile.chisel.planks-birch@2, 1xtile.chisel.planks-birch@3, 1xtile.chisel.planks-birch@4, 1xtile.chisel.planks-birch@5, 1xtile.chisel.planks-birch@6, 1xtile.chisel.planks-birch@7, 1xtile.chisel.planks-birch@8, 1xtile.chisel.planks-birch@9, 1xtile.chisel.planks-birch@10, 1xtile.chisel.planks-birch@11, 1xtile.chisel.planks-birch@12, 1xtile.chisel.planks-birch@13, 1xtile.chisel.planks-birch@14, 1xtile.chisel.planks-jungle@0, 1xtile.chisel.planks-jungle@1, 1xtile.chisel.planks-jungle@2, 1xtile.chisel.planks-jungle@3, 1xtile.chisel.planks-jungle@4, 1xtile.chisel.planks-jungle@5, 1xtile.chisel.planks-jungle@6, 1xtile.chisel.planks-jungle@7, 1xtile.chisel.planks-jungle@8, 1xtile.chisel.planks-jungle@9, 1xtile.chisel.planks-jungle@10, 1xtile.chisel.planks-jungle@11, 1xtile.chisel.planks-jungle@12, 1xtile.chisel.planks-jungle@13, 1xtile.chisel.planks-jungle@14, 1xtile.chisel.planks-acacia@0, 1xtile.chisel.planks-acacia@1, 1xtile.chisel.planks-acacia@2, 1xtile.chisel.planks-acacia@3, 1xtile.chisel.planks-acacia@4, 1xtile.chisel.planks-acacia@5, 1xtile.chisel.planks-acacia@6, 1xtile.chisel.planks-acacia@7, 1xtile.chisel.planks-acacia@8, 1xtile.chisel.planks-acacia@9, 1xtile.chisel.planks-acacia@10, 1xtile.chisel.planks-acacia@11, 1xtile.chisel.planks-acacia@12, 1xtile.chisel.planks-acacia@13, 1xtile.chisel.planks-acacia@14, 1xtile.chisel.planks-dark-oak@0, 1xtile.chisel.planks-dark-oak@1, 1xtile.chisel.planks-dark-oak@2, 1xtile.chisel.planks-dark-oak@3, 1xtile.chisel.planks-dark-oak@4, 1xtile.chisel.planks-dark-oak@5, 1xtile.chisel.planks-dark-oak@6, 1xtile.chisel.planks-dark-oak@7, 1xtile.chisel.planks-dark-oak@8, 1xtile.chisel.planks-dark-oak@9, 1xtile.chisel.planks-dark-oak@10, 1xtile.chisel.planks-dark-oak@11, 1xtile.chisel.planks-dark-oak@12, 1xtile.chisel.planks-dark-oak@13, 1xtile.chisel.planks-dark-oak@14, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8, 1xtile.natura.nether_planks@0, 1xtile.natura.nether_planks@1, 1xtile.natura.nether_planks@2, 1xtile.natura.nether_planks@3, 1xtile.planks_sakura@0, 1xtile.planks_mulberry@0, 1xtile.blocks.integrateddynamics.menril_planks@0, 1xtile.primal.planks@0, 1xtile.primal.planks@1, 1xtile.primal.planks@2, 1xtile.primal.planks@3, 1xtile.dltplank@0, 1xtile.dreadplanks@0, 1xtile.thebetweenlands.weedwood_planks@0, 1xtile.thebetweenlands.rubber_tree_planks@0, 1xtile.thebetweenlands.giant_root_planks@0, 1xtile.thebetweenlands.hearthgrove_planks@0, 1xtile.thebetweenlands.nibbletwig_planks@0, 1xtile.twilightforest.TowerStone@0, 1xtile.twilightforest.TowerStone@1, 1xtile.twilightforest.TowerStone@2, 1xtile.twilightforest.TowerStone@3, 1xtile.twilightforest.TowerStone@4, 1xtile.totemic:cedar_plank@0, 1xtile.traverse:fir_planks@0, 1xtile.kepler22b_planks.0@0, 1xtile.primal.planks@0, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8], net.minecraftforge.oredict.OreIngredient@5dfda1d6, type:MOULDING parent:[1xtile.wood@0, 1xtile.wood@1, 1xtile.wood@2, 1xtile.wood@3, 1xtile.wood@4, 1xtile.wood@5, 1xtile.rustic.planks@0, 1xtile.rustic.planks@1, 1xtile.rustic.painted_wood_black@0, 1xtile.rustic.painted_wood_blue@0, 1xtile.rustic.painted_wood_brown@0, 1xtile.rustic.painted_wood_cyan@0, 1xtile.rustic.painted_wood_gray@0, 1xtile.rustic.painted_wood_green@0, 1xtile.rustic.painted_wood_light_blue@0, 1xtile.rustic.painted_wood_lime@0, 1xtile.rustic.painted_wood_magenta@0, 1xtile.rustic.painted_wood_orange@0, 1xtile.rustic.painted_wood_pink@0, 1xtile.rustic.painted_wood_purple@0, 1xtile.rustic.painted_wood_red@0, 1xtile.rustic.painted_wood_silver@0, 1xtile.rustic.painted_wood_white@0, 1xtile.rustic.painted_wood_yellow@0, 1xtile.chisel.planks-oak@0, 1xtile.chisel.planks-oak@1, 1xtile.chisel.planks-oak@2, 1xtile.chisel.planks-oak@3, 1xtile.chisel.planks-oak@4, 1xtile.chisel.planks-oak@5, 1xtile.chisel.planks-oak@6, 1xtile.chisel.planks-oak@7, 1xtile.chisel.planks-oak@8, 1xtile.chisel.planks-oak@9, 1xtile.chisel.planks-oak@10, 1xtile.chisel.planks-oak@11, 1xtile.chisel.planks-oak@12, 1xtile.chisel.planks-oak@13, 1xtile.chisel.planks-oak@14, 1xtile.chisel.planks-spruce@0, 1xtile.chisel.planks-spruce@1, 1xtile.chisel.planks-spruce@2, 1xtile.chisel.planks-spruce@3, 1xtile.chisel.planks-spruce@4, 1xtile.chisel.planks-spruce@5, 1xtile.chisel.planks-spruce@6, 1xtile.chisel.planks-spruce@7, 1xtile.chisel.planks-spruce@8, 1xtile.chisel.planks-spruce@9, 1xtile.chisel.planks-spruce@10, 1xtile.chisel.planks-spruce@11, 1xtile.chisel.planks-spruce@12, 1xtile.chisel.planks-spruce@13, 1xtile.chisel.planks-spruce@14, 1xtile.chisel.planks-birch@0, 1xtile.chisel.planks-birch@1, 1xtile.chisel.planks-birch@2, 1xtile.chisel.planks-birch@3, 1xtile.chisel.planks-birch@4, 1xtile.chisel.planks-birch@5, 1xtile.chisel.planks-birch@6, 1xtile.chisel.planks-birch@7, 1xtile.chisel.planks-birch@8, 1xtile.chisel.planks-birch@9, 1xtile.chisel.planks-birch@10, 1xtile.chisel.planks-birch@11, 1xtile.chisel.planks-birch@12, 1xtile.chisel.planks-birch@13, 1xtile.chisel.planks-birch@14, 1xtile.chisel.planks-jungle@0, 1xtile.chisel.planks-jungle@1, 1xtile.chisel.planks-jungle@2, 1xtile.chisel.planks-jungle@3, 1xtile.chisel.planks-jungle@4, 1xtile.chisel.planks-jungle@5, 1xtile.chisel.planks-jungle@6, 1xtile.chisel.planks-jungle@7, 1xtile.chisel.planks-jungle@8, 1xtile.chisel.planks-jungle@9, 1xtile.chisel.planks-jungle@10, 1xtile.chisel.planks-jungle@11, 1xtile.chisel.planks-jungle@12, 1xtile.chisel.planks-jungle@13, 1xtile.chisel.planks-jungle@14, 1xtile.chisel.planks-acacia@0, 1xtile.chisel.planks-acacia@1, 1xtile.chisel.planks-acacia@2, 1xtile.chisel.planks-acacia@3, 1xtile.chisel.planks-acacia@4, 1xtile.chisel.planks-acacia@5, 1xtile.chisel.planks-acacia@6, 1xtile.chisel.planks-acacia@7, 1xtile.chisel.planks-acacia@8, 1xtile.chisel.planks-acacia@9, 1xtile.chisel.planks-acacia@10, 1xtile.chisel.planks-acacia@11, 1xtile.chisel.planks-acacia@12, 1xtile.chisel.planks-acacia@13, 1xtile.chisel.planks-acacia@14, 1xtile.chisel.planks-dark-oak@0, 1xtile.chisel.planks-dark-oak@1, 1xtile.chisel.planks-dark-oak@2, 1xtile.chisel.planks-dark-oak@3, 1xtile.chisel.planks-dark-oak@4, 1xtile.chisel.planks-dark-oak@5, 1xtile.chisel.planks-dark-oak@6, 1xtile.chisel.planks-dark-oak@7, 1xtile.chisel.planks-dark-oak@8, 1xtile.chisel.planks-dark-oak@9, 1xtile.chisel.planks-dark-oak@10, 1xtile.chisel.planks-dark-oak@11, 1xtile.chisel.planks-dark-oak@12, 1xtile.chisel.planks-dark-oak@13, 1xtile.chisel.planks-dark-oak@14, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8, 1xtile.natura.nether_planks@0, 1xtile.natura.nether_planks@1, 1xtile.natura.nether_planks@2, 1xtile.natura.nether_planks@3, 1xtile.planks_sakura@0, 1xtile.planks_mulberry@0, 1xtile.blocks.integrateddynamics.menril_planks@0, 1xtile.primal.planks@0, 1xtile.primal.planks@1, 1xtile.primal.planks@2, 1xtile.primal.planks@3, 1xtile.dltplank@0, 1xtile.dreadplanks@0, 1xtile.thebetweenlands.weedwood_planks@0, 1xtile.thebetweenlands.rubber_tree_planks@0, 1xtile.thebetweenlands.giant_root_planks@0, 1xtile.thebetweenlands.hearthgrove_planks@0, 1xtile.thebetweenlands.nibbletwig_planks@0, 1xtile.twilightforest.TowerStone@0, 1xtile.twilightforest.TowerStone@1, 1xtile.twilightforest.TowerStone@2, 1xtile.twilightforest.TowerStone@3, 1xtile.twilightforest.TowerStone@4, 1xtile.totemic:cedar_plank@0, 1xtile.traverse:fir_planks@0, 1xtile.kepler22b_planks.0@0, 1xtile.primal.planks@0, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8], net.minecraftforge.oredict.OreIngredient@5dfda1d6, net.minecraftforge.oredict.OreIngredient@4bf7626b, net.minecraftforge.oredict.OreIngredient@e0c036c, type:MOULDING parent:[1xtile.wood@0, 1xtile.wood@1, 1xtile.wood@2, 1xtile.wood@3, 1xtile.wood@4, 1xtile.wood@5, 1xtile.rustic.planks@0, 1xtile.rustic.planks@1, 1xtile.rustic.painted_wood_black@0, 1xtile.rustic.painted_wood_blue@0, 1xtile.rustic.painted_wood_brown@0, 1xtile.rustic.painted_wood_cyan@0, 1xtile.rustic.painted_wood_gray@0, 1xtile.rustic.painted_wood_green@0, 1xtile.rustic.painted_wood_light_blue@0, 1xtile.rustic.painted_wood_lime@0, 1xtile.rustic.painted_wood_magenta@0, 1xtile.rustic.painted_wood_orange@0, 1xtile.rustic.painted_wood_pink@0, 1xtile.rustic.painted_wood_purple@0, 1xtile.rustic.painted_wood_red@0, 1xtile.rustic.painted_wood_silver@0, 1xtile.rustic.painted_wood_white@0, 1xtile.rustic.painted_wood_yellow@0, 1xtile.chisel.planks-oak@0, 1xtile.chisel.planks-oak@1, 1xtile.chisel.planks-oak@2, 1xtile.chisel.planks-oak@3, 1xtile.chisel.planks-oak@4, 1xtile.chisel.planks-oak@5, 1xtile.chisel.planks-oak@6, 1xtile.chisel.planks-oak@7, 1xtile.chisel.planks-oak@8, 1xtile.chisel.planks-oak@9, 1xtile.chisel.planks-oak@10, 1xtile.chisel.planks-oak@11, 1xtile.chisel.planks-oak@12, 1xtile.chisel.planks-oak@13, 1xtile.chisel.planks-oak@14, 1xtile.chisel.planks-spruce@0, 1xtile.chisel.planks-spruce@1, 1xtile.chisel.planks-spruce@2, 1xtile.chisel.planks-spruce@3, 1xtile.chisel.planks-spruce@4, 1xtile.chisel.planks-spruce@5, 1xtile.chisel.planks-spruce@6, 1xtile.chisel.planks-spruce@7, 1xtile.chisel.planks-spruce@8, 1xtile.chisel.planks-spruce@9, 1xtile.chisel.planks-spruce@10, 1xtile.chisel.planks-spruce@11, 1xtile.chisel.planks-spruce@12, 1xtile.chisel.planks-spruce@13, 1xtile.chisel.planks-spruce@14, 1xtile.chisel.planks-birch@0, 1xtile.chisel.planks-birch@1, 1xtile.chisel.planks-birch@2, 1xtile.chisel.planks-birch@3, 1xtile.chisel.planks-birch@4, 1xtile.chisel.planks-birch@5, 1xtile.chisel.planks-birch@6, 1xtile.chisel.planks-birch@7, 1xtile.chisel.planks-birch@8, 1xtile.chisel.planks-birch@9, 1xtile.chisel.planks-birch@10, 1xtile.chisel.planks-birch@11, 1xtile.chisel.planks-birch@12, 1xtile.chisel.planks-birch@13, 1xtile.chisel.planks-birch@14, 1xtile.chisel.planks-jungle@0, 1xtile.chisel.planks-jungle@1, 1xtile.chisel.planks-jungle@2, 1xtile.chisel.planks-jungle@3, 1xtile.chisel.planks-jungle@4, 1xtile.chisel.planks-jungle@5, 1xtile.chisel.planks-jungle@6, 1xtile.chisel.planks-jungle@7, 1xtile.chisel.planks-jungle@8, 1xtile.chisel.planks-jungle@9, 1xtile.chisel.planks-jungle@10, 1xtile.chisel.planks-jungle@11, 1xtile.chisel.planks-jungle@12, 1xtile.chisel.planks-jungle@13, 1xtile.chisel.planks-jungle@14, 1xtile.chisel.planks-acacia@0, 1xtile.chisel.planks-acacia@1, 1xtile.chisel.planks-acacia@2, 1xtile.chisel.planks-acacia@3, 1xtile.chisel.planks-acacia@4, 1xtile.chisel.planks-acacia@5, 1xtile.chisel.planks-acacia@6, 1xtile.chisel.planks-acacia@7, 1xtile.chisel.planks-acacia@8, 1xtile.chisel.planks-acacia@9, 1xtile.chisel.planks-acacia@10, 1xtile.chisel.planks-acacia@11, 1xtile.chisel.planks-acacia@12, 1xtile.chisel.planks-acacia@13, 1xtile.chisel.planks-acacia@14, 1xtile.chisel.planks-dark-oak@0, 1xtile.chisel.planks-dark-oak@1, 1xtile.chisel.planks-dark-oak@2, 1xtile.chisel.planks-dark-oak@3, 1xtile.chisel.planks-dark-oak@4, 1xtile.chisel.planks-dark-oak@5, 1xtile.chisel.planks-dark-oak@6, 1xtile.chisel.planks-dark-oak@7, 1xtile.chisel.planks-dark-oak@8, 1xtile.chisel.planks-dark-oak@9, 1xtile.chisel.planks-dark-oak@10, 1xtile.chisel.planks-dark-oak@11, 1xtile.chisel.planks-dark-oak@12, 1xtile.chisel.planks-dark-oak@13, 1xtile.chisel.planks-dark-oak@14, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8, 1xtile.natura.nether_planks@0, 1xtile.natura.nether_planks@1, 1xtile.natura.nether_planks@2, 1xtile.natura.nether_planks@3, 1xtile.planks_sakura@0, 1xtile.planks_mulberry@0, 1xtile.blocks.integrateddynamics.menril_planks@0, 1xtile.primal.planks@0, 1xtile.primal.planks@1, 1xtile.primal.planks@2, 1xtile.primal.planks@3, 1xtile.dltplank@0, 1xtile.dreadplanks@0, 1xtile.thebetweenlands.weedwood_planks@0, 1xtile.thebetweenlands.rubber_tree_planks@0, 1xtile.thebetweenlands.giant_root_planks@0, 1xtile.thebetweenlands.hearthgrove_planks@0, 1xtile.thebetweenlands.nibbletwig_planks@0, 1xtile.twilightforest.TowerStone@0, 1xtile.twilightforest.TowerStone@1, 1xtile.twilightforest.TowerStone@2, 1xtile.twilightforest.TowerStone@3, 1xtile.twilightforest.TowerStone@4, 1xtile.totemic:cedar_plank@0, 1xtile.traverse:fir_planks@0, 1xtile.kepler22b_planks.0@0, 1xtile.primal.planks@0, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8], net.minecraftforge.oredict.OreIngredient@5dfda1d6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2398 betterwithmods:items/dynamite RecipeStage{tier='two', recipe=1xitem.bwm:dynamite@0:[net.minecraftforge.oredict.OreIngredient@40b3d659, net.minecraftforge.oredict.OreIngredient@17244af6, net.minecraftforge.oredict.OreIngredient@3363c5e1, net.minecraft.item.crafting.Ingredient@7cf13f18, net.minecraft.item.crafting.Ingredient@222e3fc1, net.minecraftforge.oredict.OreIngredient@17e8b288]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2399 betterwithmods:dragon_vessel RecipeStage{tier='three', recipe=1xtile.bwm:cooking_pot@2:[net.minecraftforge.oredict.OreIngredient@5c3b9d9a, net.minecraft.item.crafting.Ingredient@3da8c078, net.minecraftforge.oredict.OreIngredient@5c3b9d9a, net.minecraftforge.oredict.OreIngredient@5c3b9d9a, net.minecraft.item.crafting.Ingredient@4ed8a313, net.minecraftforge.oredict.OreIngredient@5c3b9d9a, net.minecraftforge.oredict.OreIngredient@5c3b9d9a, net.minecraftforge.oredict.OreIngredient@5c3b9d9a, net.minecraftforge.oredict.OreIngredient@5c3b9d9a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2401 betterwithmods:blocks/netherclay_brick RecipeStage{tier='three', recipe=1xtile.bwm:unfired_pottery@5:[net.minecraft.item.crafting.Ingredient@45ab59ab]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2402 betterwithmods:blocks/grate_4 RecipeStage{tier='one', recipe=4xtile.bwm:grate@4:[type:MOULDING parent:[1xtile.wood@4], net.minecraftforge.oredict.OreIngredient@26ec97e9, type:MOULDING parent:[1xtile.wood@4], type:MOULDING parent:[1xtile.wood@4], net.minecraftforge.oredict.OreIngredient@26ec97e9, type:MOULDING parent:[1xtile.wood@4]]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2403 betterwithmods:blocks/redstone/lens RecipeStage{tier='three', recipe=1xtile.bwm:lens@0:[net.minecraftforge.oredict.OreIngredient@307a7288, net.minecraftforge.oredict.OreIngredient@2d0568b8, net.minecraftforge.oredict.OreIngredient@307a7288, net.minecraftforge.oredict.OreIngredient@307a7288, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@307a7288, net.minecraftforge.oredict.OreIngredient@307a7288, net.minecraftforge.oredict.OreIngredient@463bf2a4, net.minecraftforge.oredict.OreIngredient@307a7288]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2404 betterwithmods:blocks/redstone/mining_charge RecipeStage{tier='three', recipe=2xtile.bwm:mining_charge@0:[net.minecraft.item.crafting.Ingredient@34a32ed2, net.minecraftforge.oredict.OreIngredient@754bfe1, net.minecraft.item.crafting.Ingredient@34a32ed2, net.minecraft.item.crafting.Ingredient@5dccf1e, net.minecraft.item.crafting.Ingredient@5dccf1e, net.minecraft.item.crafting.Ingredient@5dccf1e, net.minecraft.item.crafting.Ingredient@5dccf1e, net.minecraft.item.crafting.Ingredient@5dccf1e, net.minecraft.item.crafting.Ingredient@5dccf1e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2405 betterwithmods:blocks/redstone/comparator RecipeStage{tier='three', recipe=1xitem.comparator@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@10620878, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@10620878, net.minecraftforge.oredict.OreIngredient@66497d41, net.minecraft.item.crafting.Ingredient@10620878, type:SIDING parent:[1xtile.stone@0], type:SIDING parent:[1xtile.stone@0], type:SIDING parent:[1xtile.stone@0]]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2406 betterwithmods:blocks/redstone/hibachi RecipeStage{tier='three', recipe=1xtile.bwm:hibachi@0:[net.minecraft.item.crafting.Ingredient@22b7478c, net.minecraft.item.crafting.Ingredient@22b7478c, net.minecraft.item.crafting.Ingredient@22b7478c, net.minecraftforge.oredict.OreIngredient@71c0709f, net.minecraft.item.crafting.Ingredient@7c088ecc, net.minecraftforge.oredict.OreIngredient@71c0709f, net.minecraftforge.oredict.OreIngredient@71c0709f, net.minecraftforge.oredict.OreIngredient@73bc1ee1, net.minecraftforge.oredict.OreIngredient@71c0709f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2407 betterwithmods:blocks/redstone/light RecipeStage{tier='three', recipe=1xtile.bwm:light@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@638cff96, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@638cff96, net.minecraftforge.oredict.OreIngredient@27af8b1c, net.minecraftforge.oredict.OreIngredient@638cff96, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2adb0bac, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2422 betterwithmods:blocks/grate_1 RecipeStage{tier='one', recipe=4xtile.bwm:grate@1:[type:MOULDING parent:[1xtile.wood@1], net.minecraftforge.oredict.OreIngredient@6794998b, type:MOULDING parent:[1xtile.wood@1], type:MOULDING parent:[1xtile.wood@1], net.minecraftforge.oredict.OreIngredient@6794998b, type:MOULDING parent:[1xtile.wood@1]]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2423 betterwithmods:blocks/steel_anvil RecipeStage{tier='three', recipe=1xtile.bwm:steel_anvil@0:[net.minecraft.item.crafting.Ingredient@73eced96, net.minecraft.item.crafting.Ingredient@73eced96, net.minecraft.item.crafting.Ingredient@73eced96, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@73eced96, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@73eced96, net.minecraft.item.crafting.Ingredient@73eced96, net.minecraft.item.crafting.Ingredient@73eced96]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2424 betterwithmods:blocks/aesthetic.10 RecipeStage{tier='three', recipe=1xtile.bwm:aesthetic@10:[net.minecraftforge.oredict.OreIngredient@5209a7a2, net.minecraftforge.oredict.OreIngredient@5209a7a2, net.minecraftforge.oredict.OreIngredient@5209a7a2, net.minecraftforge.oredict.OreIngredient@5209a7a2, net.minecraftforge.oredict.OreIngredient@5209a7a2, net.minecraftforge.oredict.OreIngredient@5209a7a2, net.minecraftforge.oredict.OreIngredient@5209a7a2, net.minecraftforge.oredict.OreIngredient@5209a7a2, net.minecraftforge.oredict.OreIngredient@5209a7a2]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2425 betterwithmods:blocks/slats_4 RecipeStage{tier='one', recipe=4xtile.bwm:slats@4:[type:MOULDING parent:[1xtile.wood@4], type:MOULDING parent:[1xtile.wood@4], type:MOULDING parent:[1xtile.wood@4], type:MOULDING parent:[1xtile.wood@4]]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2426 betterwithmods:blocks/slats_1 RecipeStage{tier='one', recipe=4xtile.bwm:slats@1:[type:MOULDING parent:[1xtile.wood@1], type:MOULDING parent:[1xtile.wood@1], type:MOULDING parent:[1xtile.wood@1], type:MOULDING parent:[1xtile.wood@1]]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2427 betterwithmods:blocks/candle/candle_6 RecipeStage{tier='one', recipe=1xtile.bwm:candle@6:[net.minecraftforge.oredict.OreIngredient@2eb5e869, net.minecraftforge.oredict.OreIngredient@163e3ed2]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2428 betterwithmods:blocks/candle/candle_5 RecipeStage{tier='one', recipe=1xtile.bwm:candle@5:[net.minecraftforge.oredict.OreIngredient@70d98f2e, net.minecraftforge.oredict.OreIngredient@385566f1]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2429 betterwithmods:blocks/candle/candle_4 RecipeStage{tier='one', recipe=1xtile.bwm:candle@4:[net.minecraftforge.oredict.OreIngredient@2c547a55, net.minecraftforge.oredict.OreIngredient@1b835d44]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2430 betterwithmods:blocks/candle/candle RecipeStage{tier='one', recipe=1xtile.bwm:candle@0:[net.minecraftforge.oredict.OreIngredient@4b5d8b82, net.minecraftforge.oredict.OreIngredient@3965a142, net.minecraftforge.oredict.OreIngredient@3965a142]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2431 betterwithmods:blocks/candle/candle_9 RecipeStage{tier='one', recipe=1xtile.bwm:candle@9:[net.minecraftforge.oredict.OreIngredient@4f95c149, net.minecraftforge.oredict.OreIngredient@36b0e2cc]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2432 betterwithmods:blocks/candle/candle_3 RecipeStage{tier='one', recipe=1xtile.bwm:candle@3:[net.minecraftforge.oredict.OreIngredient@75c0d4e7, net.minecraftforge.oredict.OreIngredient@2bab5084]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2433 betterwithmods:blocks/candle/candle_7 RecipeStage{tier='one', recipe=1xtile.bwm:candle@7:[net.minecraftforge.oredict.OreIngredient@389dd094, net.minecraftforge.oredict.OreIngredient@2e92d2e6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2434 betterwithmods:blocks/candle/candle_14 RecipeStage{tier='one', recipe=1xtile.bwm:candle@14:[net.minecraftforge.oredict.OreIngredient@17c1244a, net.minecraftforge.oredict.OreIngredient@75558a7]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2435 betterwithmods:blocks/candle/candle_12 RecipeStage{tier='one', recipe=1xtile.bwm:candle@12:[net.minecraftforge.oredict.OreIngredient@19c1bf2f, net.minecraftforge.oredict.OreIngredient@70a95df1]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2436 betterwithmods:blocks/candle/candle_11 RecipeStage{tier='one', recipe=1xtile.bwm:candle@11:[net.minecraftforge.oredict.OreIngredient@2ce5abbb, net.minecraftforge.oredict.OreIngredient@5c0eccb0]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2437 betterwithmods:blocks/candle/candle_8 RecipeStage{tier='one', recipe=1xtile.bwm:candle@8:[net.minecraftforge.oredict.OreIngredient@454fb84, net.minecraftforge.oredict.OreIngredient@341cabb0]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2438 betterwithmods:blocks/candle/candle_13 RecipeStage{tier='one', recipe=1xtile.bwm:candle@13:[net.minecraftforge.oredict.OreIngredient@9a0e171, net.minecraftforge.oredict.OreIngredient@6a907994]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2439 betterwithmods:blocks/candle/candle_15 RecipeStage{tier='one', recipe=1xtile.bwm:candle@15:[net.minecraftforge.oredict.OreIngredient@74335dae, net.minecraftforge.oredict.OreIngredient@7d582467]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2440 betterwithmods:blocks/candle/candle_1 RecipeStage{tier='one', recipe=1xtile.bwm:candle@1:[net.minecraftforge.oredict.OreIngredient@fa9aa7b, net.minecraftforge.oredict.OreIngredient@34afa4bc]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2441 betterwithmods:blocks/candle/candle_10 RecipeStage{tier='one', recipe=1xtile.bwm:candle@10:[net.minecraftforge.oredict.OreIngredient@56ccb617, net.minecraftforge.oredict.OreIngredient@7147d56c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2442 betterwithmods:blocks/candle/candle_2 RecipeStage{tier='one', recipe=1xtile.bwm:candle@2:[net.minecraftforge.oredict.OreIngredient@b083ad3, net.minecraftforge.oredict.OreIngredient@22ba4146]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2443 betterwithmods:blocks/candle/candle_0 RecipeStage{tier='one', recipe=1xtile.bwm:candle@0:[net.minecraftforge.oredict.OreIngredient@508e9312, net.minecraftforge.oredict.OreIngredient@3332fb12]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2444 betterwithmods:blocks/bucket RecipeStage{tier='two', recipe=1xtile.bwm:bucket@0:[net.minecraft.item.crafting.Ingredient@a46c70e, net.minecraft.item.crafting.Ingredient@5abac08c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2445 betterwithmods:blocks/slats_3 RecipeStage{tier='one', recipe=4xtile.bwm:slats@3:[type:MOULDING parent:[1xtile.wood@3], type:MOULDING parent:[1xtile.wood@3], type:MOULDING parent:[1xtile.wood@3], type:MOULDING parent:[1xtile.wood@3]]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2448 betterwithmods:blocks/clay_brick RecipeStage{tier='two', recipe=1xtile.bwm:unfired_pottery@4:[net.minecraft.item.crafting.Ingredient@404e8cdf]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2450 betterwithmods:blocks/infernal_enchanter RecipeStage{tier='three', recipe=1xtile.bwm:infernal_enchanter@0:[net.minecraft.item.crafting.Ingredient@18d70b30, net.minecraftforge.oredict.OreIngredient@6362f3e, net.minecraft.item.crafting.Ingredient@18d70b30, net.minecraftforge.oredict.OreIngredient@39518144, net.minecraft.item.crafting.Ingredient@6eac6b9f, net.minecraftforge.oredict.OreIngredient@39518144, net.minecraftforge.oredict.OreIngredient@39518144, net.minecraftforge.oredict.OreIngredient@39518144, net.minecraftforge.oredict.OreIngredient@39518144]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2451 betterwithmods:blocks/grate_5 RecipeStage{tier='one', recipe=4xtile.bwm:grate@5:[type:MOULDING parent:[1xtile.wood@5], net.minecraftforge.oredict.OreIngredient@41697584, type:MOULDING parent:[1xtile.wood@5], type:MOULDING parent:[1xtile.wood@5], net.minecraftforge.oredict.OreIngredient@41697584, type:MOULDING parent:[1xtile.wood@5]]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2452 betterwithmods:blocks/aesthetic.4 RecipeStage{tier='one', recipe=1xtile.bwm:aesthetic@4:[net.minecraft.item.crafting.Ingredient@6cf3680e, net.minecraft.item.crafting.Ingredient@6cf3680e, net.minecraft.item.crafting.Ingredient@6cf3680e, net.minecraft.item.crafting.Ingredient@6cf3680e, net.minecraft.item.crafting.Ingredient@6cf3680e, net.minecraft.item.crafting.Ingredient@6cf3680e, net.minecraft.item.crafting.Ingredient@6cf3680e, net.minecraft.item.crafting.Ingredient@6cf3680e, net.minecraft.item.crafting.Ingredient@6cf3680e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2453 betterwithmods:blocks/slats_0 RecipeStage{tier='one', recipe=4xtile.bwm:slats@0:[type:MOULDING parent:[1xtile.wood@0], type:MOULDING parent:[1xtile.wood@0], type:MOULDING parent:[1xtile.wood@0], type:MOULDING parent:[1xtile.wood@0]]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2454 betterwithmods:blocks/aesthetic.13 RecipeStage{tier='zero', recipe=1xtile.bwm:aesthetic@13:[net.minecraftforge.oredict.OreIngredient@430bf8f9, net.minecraftforge.oredict.OreIngredient@430bf8f9, net.minecraftforge.oredict.OreIngredient@430bf8f9, net.minecraftforge.oredict.OreIngredient@430bf8f9, net.minecraftforge.oredict.OreIngredient@430bf8f9, net.minecraftforge.oredict.OreIngredient@430bf8f9, net.minecraftforge.oredict.OreIngredient@430bf8f9, net.minecraftforge.oredict.OreIngredient@430bf8f9, net.minecraftforge.oredict.OreIngredient@430bf8f9]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2455 betterwithmods:blocks/slats_2 RecipeStage{tier='one', recipe=4xtile.bwm:slats@2:[type:MOULDING parent:[1xtile.wood@2], type:MOULDING parent:[1xtile.wood@2], type:MOULDING parent:[1xtile.wood@2], type:MOULDING parent:[1xtile.wood@2]]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2456 betterwithmods:blocks/platform RecipeStage{tier='one', recipe=1xtile.bwm:platform@0:[net.minecraftforge.common.crafting.CompoundIngredient@153a3bce, net.minecraft.item.crafting.Ingredient@5f515f78, net.minecraftforge.common.crafting.CompoundIngredient@153a3bce, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.common.crafting.CompoundIngredient@153a3bce, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.common.crafting.CompoundIngredient@153a3bce, net.minecraft.item.crafting.Ingredient@5f515f78, net.minecraftforge.common.crafting.CompoundIngredient@153a3bce]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2457 betterwithmods:blocks/mini/wood_bench_4 RecipeStage{tier='one', recipe=4xtile.bwm:wood_bench@4:[type:SIDING parent:[1xtile.wood@4], type:SIDING parent:[1xtile.wood@4], type:SIDING parent:[1xtile.wood@4], net.minecraft.item.crafting.Ingredient$1@7e2c8622, type:MOULDING parent:[1xtile.wood@4], net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2458 betterwithmods:blocks/mini/wood_bench_2 RecipeStage{tier='one', recipe=4xtile.bwm:wood_bench@2:[type:SIDING parent:[1xtile.wood@2], type:SIDING parent:[1xtile.wood@2], type:SIDING parent:[1xtile.wood@2], net.minecraft.item.crafting.Ingredient$1@7e2c8622, type:MOULDING parent:[1xtile.wood@2], net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2459 betterwithmods:blocks/mini/wood_bench_0 RecipeStage{tier='one', recipe=4xtile.bwm:wood_bench@0:[type:SIDING parent:[1xtile.wood@0], type:SIDING parent:[1xtile.wood@0], type:SIDING parent:[1xtile.wood@0], net.minecraft.item.crafting.Ingredient$1@7e2c8622, type:MOULDING parent:[1xtile.wood@0], net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2462 betterwithmods:blocks/mini/wood_bench_1 RecipeStage{tier='one', recipe=4xtile.bwm:wood_bench@1:[type:SIDING parent:[1xtile.wood@1], type:SIDING parent:[1xtile.wood@1], type:SIDING parent:[1xtile.wood@1], net.minecraft.item.crafting.Ingredient$1@7e2c8622, type:MOULDING parent:[1xtile.wood@1], net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2465 betterwithmods:blocks/mini/wood_bench_3 RecipeStage{tier='one', recipe=4xtile.bwm:wood_bench@3:[type:SIDING parent:[1xtile.wood@3], type:SIDING parent:[1xtile.wood@3], type:SIDING parent:[1xtile.wood@3], net.minecraft.item.crafting.Ingredient$1@7e2c8622, type:MOULDING parent:[1xtile.wood@3], net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2466 betterwithmods:blocks/mini/wood_bench_5 RecipeStage{tier='one', recipe=4xtile.bwm:wood_bench@5:[type:SIDING parent:[1xtile.wood@5], type:SIDING parent:[1xtile.wood@5], type:SIDING parent:[1xtile.wood@5], net.minecraft.item.crafting.Ingredient$1@7e2c8622, type:MOULDING parent:[1xtile.wood@5], net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2469 betterwithmods:blocks/stake RecipeStage{tier='three', recipe=1xtile.bwm:stake@0:[net.minecraftforge.oredict.OreIngredient@503b552a, type:MOULDING parent:[1xtile.wood@0, 1xtile.wood@1, 1xtile.wood@2, 1xtile.wood@3, 1xtile.wood@4, 1xtile.wood@5, 1xtile.rustic.planks@0, 1xtile.rustic.planks@1, 1xtile.rustic.painted_wood_black@0, 1xtile.rustic.painted_wood_blue@0, 1xtile.rustic.painted_wood_brown@0, 1xtile.rustic.painted_wood_cyan@0, 1xtile.rustic.painted_wood_gray@0, 1xtile.rustic.painted_wood_green@0, 1xtile.rustic.painted_wood_light_blue@0, 1xtile.rustic.painted_wood_lime@0, 1xtile.rustic.painted_wood_magenta@0, 1xtile.rustic.painted_wood_orange@0, 1xtile.rustic.painted_wood_pink@0, 1xtile.rustic.painted_wood_purple@0, 1xtile.rustic.painted_wood_red@0, 1xtile.rustic.painted_wood_silver@0, 1xtile.rustic.painted_wood_white@0, 1xtile.rustic.painted_wood_yellow@0, 1xtile.chisel.planks-oak@0, 1xtile.chisel.planks-oak@1, 1xtile.chisel.planks-oak@2, 1xtile.chisel.planks-oak@3, 1xtile.chisel.planks-oak@4, 1xtile.chisel.planks-oak@5, 1xtile.chisel.planks-oak@6, 1xtile.chisel.planks-oak@7, 1xtile.chisel.planks-oak@8, 1xtile.chisel.planks-oak@9, 1xtile.chisel.planks-oak@10, 1xtile.chisel.planks-oak@11, 1xtile.chisel.planks-oak@12, 1xtile.chisel.planks-oak@13, 1xtile.chisel.planks-oak@14, 1xtile.chisel.planks-spruce@0, 1xtile.chisel.planks-spruce@1, 1xtile.chisel.planks-spruce@2, 1xtile.chisel.planks-spruce@3, 1xtile.chisel.planks-spruce@4, 1xtile.chisel.planks-spruce@5, 1xtile.chisel.planks-spruce@6, 1xtile.chisel.planks-spruce@7, 1xtile.chisel.planks-spruce@8, 1xtile.chisel.planks-spruce@9, 1xtile.chisel.planks-spruce@10, 1xtile.chisel.planks-spruce@11, 1xtile.chisel.planks-spruce@12, 1xtile.chisel.planks-spruce@13, 1xtile.chisel.planks-spruce@14, 1xtile.chisel.planks-birch@0, 1xtile.chisel.planks-birch@1, 1xtile.chisel.planks-birch@2, 1xtile.chisel.planks-birch@3, 1xtile.chisel.planks-birch@4, 1xtile.chisel.planks-birch@5, 1xtile.chisel.planks-birch@6, 1xtile.chisel.planks-birch@7, 1xtile.chisel.planks-birch@8, 1xtile.chisel.planks-birch@9, 1xtile.chisel.planks-birch@10, 1xtile.chisel.planks-birch@11, 1xtile.chisel.planks-birch@12, 1xtile.chisel.planks-birch@13, 1xtile.chisel.planks-birch@14, 1xtile.chisel.planks-jungle@0, 1xtile.chisel.planks-jungle@1, 1xtile.chisel.planks-jungle@2, 1xtile.chisel.planks-jungle@3, 1xtile.chisel.planks-jungle@4, 1xtile.chisel.planks-jungle@5, 1xtile.chisel.planks-jungle@6, 1xtile.chisel.planks-jungle@7, 1xtile.chisel.planks-jungle@8, 1xtile.chisel.planks-jungle@9, 1xtile.chisel.planks-jungle@10, 1xtile.chisel.planks-jungle@11, 1xtile.chisel.planks-jungle@12, 1xtile.chisel.planks-jungle@13, 1xtile.chisel.planks-jungle@14, 1xtile.chisel.planks-acacia@0, 1xtile.chisel.planks-acacia@1, 1xtile.chisel.planks-acacia@2, 1xtile.chisel.planks-acacia@3, 1xtile.chisel.planks-acacia@4, 1xtile.chisel.planks-acacia@5, 1xtile.chisel.planks-acacia@6, 1xtile.chisel.planks-acacia@7, 1xtile.chisel.planks-acacia@8, 1xtile.chisel.planks-acacia@9, 1xtile.chisel.planks-acacia@10, 1xtile.chisel.planks-acacia@11, 1xtile.chisel.planks-acacia@12, 1xtile.chisel.planks-acacia@13, 1xtile.chisel.planks-acacia@14, 1xtile.chisel.planks-dark-oak@0, 1xtile.chisel.planks-dark-oak@1, 1xtile.chisel.planks-dark-oak@2, 1xtile.chisel.planks-dark-oak@3, 1xtile.chisel.planks-dark-oak@4, 1xtile.chisel.planks-dark-oak@5, 1xtile.chisel.planks-dark-oak@6, 1xtile.chisel.planks-dark-oak@7, 1xtile.chisel.planks-dark-oak@8, 1xtile.chisel.planks-dark-oak@9, 1xtile.chisel.planks-dark-oak@10, 1xtile.chisel.planks-dark-oak@11, 1xtile.chisel.planks-dark-oak@12, 1xtile.chisel.planks-dark-oak@13, 1xtile.chisel.planks-dark-oak@14, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8, 1xtile.natura.nether_planks@0, 1xtile.natura.nether_planks@1, 1xtile.natura.nether_planks@2, 1xtile.natura.nether_planks@3, 1xtile.planks_sakura@0, 1xtile.planks_mulberry@0, 1xtile.blocks.integrateddynamics.menril_planks@0, 1xtile.primal.planks@0, 1xtile.primal.planks@1, 1xtile.primal.planks@2, 1xtile.primal.planks@3, 1xtile.dltplank@0, 1xtile.dreadplanks@0, 1xtile.thebetweenlands.weedwood_planks@0, 1xtile.thebetweenlands.rubber_tree_planks@0, 1xtile.thebetweenlands.giant_root_planks@0, 1xtile.thebetweenlands.hearthgrove_planks@0, 1xtile.thebetweenlands.nibbletwig_planks@0, 1xtile.twilightforest.TowerStone@0, 1xtile.twilightforest.TowerStone@1, 1xtile.twilightforest.TowerStone@2, 1xtile.twilightforest.TowerStone@3, 1xtile.twilightforest.TowerStone@4, 1xtile.totemic:cedar_plank@0, 1xtile.traverse:fir_planks@0, 1xtile.kepler22b_planks.0@0, 1xtile.primal.planks@0, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8]]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2470 betterwithmods:blocks/grate_2 RecipeStage{tier='one', recipe=4xtile.bwm:grate@2:[type:MOULDING parent:[1xtile.wood@2], net.minecraftforge.oredict.OreIngredient@7b17b031, type:MOULDING parent:[1xtile.wood@2], type:MOULDING parent:[1xtile.wood@2], net.minecraftforge.oredict.OreIngredient@7b17b031, type:MOULDING parent:[1xtile.wood@2]]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2471 betterwithmods:blocks/aesthetic.5 RecipeStage{tier='one', recipe=1xtile.bwm:aesthetic@5:[net.minecraft.item.crafting.Ingredient@72472a5e, net.minecraft.item.crafting.Ingredient@72472a5e, net.minecraft.item.crafting.Ingredient@72472a5e, net.minecraft.item.crafting.Ingredient@72472a5e, net.minecraft.item.crafting.Ingredient@72472a5e, net.minecraft.item.crafting.Ingredient@72472a5e, net.minecraft.item.crafting.Ingredient@72472a5e, net.minecraft.item.crafting.Ingredient@72472a5e, net.minecraft.item.crafting.Ingredient@72472a5e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2473 betterwithmods:blocks/aesthetic.9 RecipeStage{tier='one', recipe=1xtile.bwm:aesthetic@9:[net.minecraftforge.oredict.OreIngredient@2371c451, net.minecraftforge.oredict.OreIngredient@2371c451, net.minecraftforge.oredict.OreIngredient@2371c451, net.minecraftforge.oredict.OreIngredient@2371c451, net.minecraftforge.oredict.OreIngredient@2371c451, net.minecraftforge.oredict.OreIngredient@2371c451, net.minecraftforge.oredict.OreIngredient@2371c451, net.minecraftforge.oredict.OreIngredient@2371c451, net.minecraftforge.oredict.OreIngredient@2371c451]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2474 betterwithmods:blocks/vine_trap RecipeStage{tier='zero', recipe=1xtile.bwm:vine_trap@0:[net.minecraft.item.crafting.Ingredient@6aacf23c, net.minecraft.item.crafting.Ingredient@6aacf23c, net.minecraft.item.crafting.Ingredient@6aacf23c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2475 betterwithmods:blocks/slats_5 RecipeStage{tier='one', recipe=4xtile.bwm:slats@5:[type:MOULDING parent:[1xtile.wood@5], type:MOULDING parent:[1xtile.wood@5], type:MOULDING parent:[1xtile.wood@5], type:MOULDING parent:[1xtile.wood@5]]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2476 betterwithmods:blocks/grate_3 RecipeStage{tier='one', recipe=4xtile.bwm:grate@3:[type:MOULDING parent:[1xtile.wood@3], net.minecraftforge.oredict.OreIngredient@2ea4a5eb, type:MOULDING parent:[1xtile.wood@3], type:MOULDING parent:[1xtile.wood@3], net.minecraftforge.oredict.OreIngredient@2ea4a5eb, type:MOULDING parent:[1xtile.wood@3]]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2478 betterwithmods:blocks/mech/hand_crank RecipeStage{tier='zero', recipe=1xtile.bwm:hand_crank@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7cef55fe, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7cef55fe, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@319b82d8, net.minecraftforge.oredict.OreIngredient@dd65632, net.minecraftforge.oredict.OreIngredient@319b82d8]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2480 betterwithmods:blocks/mech/fix_steel_gearbox RecipeStage{tier='three', recipe=1xtile.bwm:steel_gearbox@0:[net.minecraft.item.crafting.Ingredient@6af789c8, net.minecraftforge.oredict.OreIngredient@64ad74ef, net.minecraftforge.oredict.OreIngredient@6623922f, net.minecraftforge.oredict.OreIngredient@1922fcff, net.minecraftforge.oredict.OreIngredient@4fcd9fda]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2482 betterwithmods:blocks/mech/waterwheel RecipeStage{tier='one', recipe=1xitem.bwm:axle_generator@2:[net.minecraft.item.crafting.Ingredient@56be2e17, net.minecraft.item.crafting.Ingredient@56be2e17, net.minecraft.item.crafting.Ingredient@56be2e17, net.minecraft.item.crafting.Ingredient@56be2e17, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@56be2e17, net.minecraft.item.crafting.Ingredient@56be2e17, net.minecraft.item.crafting.Ingredient@56be2e17, net.minecraft.item.crafting.Ingredient@56be2e17]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2484 betterwithmods:blocks/mech/single_machine_2 RecipeStage{tier='three', recipe=1xtile.bwm:single_machine@2:[type:SIDING parent:[1xtile.wood@0, 1xtile.wood@1, 1xtile.wood@2, 1xtile.wood@3, 1xtile.wood@4, 1xtile.wood@5, 1xtile.rustic.planks@0, 1xtile.rustic.planks@1, 1xtile.rustic.painted_wood_black@0, 1xtile.rustic.painted_wood_blue@0, 1xtile.rustic.painted_wood_brown@0, 1xtile.rustic.painted_wood_cyan@0, 1xtile.rustic.painted_wood_gray@0, 1xtile.rustic.painted_wood_green@0, 1xtile.rustic.painted_wood_light_blue@0, 1xtile.rustic.painted_wood_lime@0, 1xtile.rustic.painted_wood_magenta@0, 1xtile.rustic.painted_wood_orange@0, 1xtile.rustic.painted_wood_pink@0, 1xtile.rustic.painted_wood_purple@0, 1xtile.rustic.painted_wood_red@0, 1xtile.rustic.painted_wood_silver@0, 1xtile.rustic.painted_wood_white@0, 1xtile.rustic.painted_wood_yellow@0, 1xtile.chisel.planks-oak@0, 1xtile.chisel.planks-oak@1, 1xtile.chisel.planks-oak@2, 1xtile.chisel.planks-oak@3, 1xtile.chisel.planks-oak@4, 1xtile.chisel.planks-oak@5, 1xtile.chisel.planks-oak@6, 1xtile.chisel.planks-oak@7, 1xtile.chisel.planks-oak@8, 1xtile.chisel.planks-oak@9, 1xtile.chisel.planks-oak@10, 1xtile.chisel.planks-oak@11, 1xtile.chisel.planks-oak@12, 1xtile.chisel.planks-oak@13, 1xtile.chisel.planks-oak@14, 1xtile.chisel.planks-spruce@0, 1xtile.chisel.planks-spruce@1, 1xtile.chisel.planks-spruce@2, 1xtile.chisel.planks-spruce@3, 1xtile.chisel.planks-spruce@4, 1xtile.chisel.planks-spruce@5, 1xtile.chisel.planks-spruce@6, 1xtile.chisel.planks-spruce@7, 1xtile.chisel.planks-spruce@8, 1xtile.chisel.planks-spruce@9, 1xtile.chisel.planks-spruce@10, 1xtile.chisel.planks-spruce@11, 1xtile.chisel.planks-spruce@12, 1xtile.chisel.planks-spruce@13, 1xtile.chisel.planks-spruce@14, 1xtile.chisel.planks-birch@0, 1xtile.chisel.planks-birch@1, 1xtile.chisel.planks-birch@2, 1xtile.chisel.planks-birch@3, 1xtile.chisel.planks-birch@4, 1xtile.chisel.planks-birch@5, 1xtile.chisel.planks-birch@6, 1xtile.chisel.planks-birch@7, 1xtile.chisel.planks-birch@8, 1xtile.chisel.planks-birch@9, 1xtile.chisel.planks-birch@10, 1xtile.chisel.planks-birch@11, 1xtile.chisel.planks-birch@12, 1xtile.chisel.planks-birch@13, 1xtile.chisel.planks-birch@14, 1xtile.chisel.planks-jungle@0, 1xtile.chisel.planks-jungle@1, 1xtile.chisel.planks-jungle@2, 1xtile.chisel.planks-jungle@3, 1xtile.chisel.planks-jungle@4, 1xtile.chisel.planks-jungle@5, 1xtile.chisel.planks-jungle@6, 1xtile.chisel.planks-jungle@7, 1xtile.chisel.planks-jungle@8, 1xtile.chisel.planks-jungle@9, 1xtile.chisel.planks-jungle@10, 1xtile.chisel.planks-jungle@11, 1xtile.chisel.planks-jungle@12, 1xtile.chisel.planks-jungle@13, 1xtile.chisel.planks-jungle@14, 1xtile.chisel.planks-acacia@0, 1xtile.chisel.planks-acacia@1, 1xtile.chisel.planks-acacia@2, 1xtile.chisel.planks-acacia@3, 1xtile.chisel.planks-acacia@4, 1xtile.chisel.planks-acacia@5, 1xtile.chisel.planks-acacia@6, 1xtile.chisel.planks-acacia@7, 1xtile.chisel.planks-acacia@8, 1xtile.chisel.planks-acacia@9, 1xtile.chisel.planks-acacia@10, 1xtile.chisel.planks-acacia@11, 1xtile.chisel.planks-acacia@12, 1xtile.chisel.planks-acacia@13, 1xtile.chisel.planks-acacia@14, 1xtile.chisel.planks-dark-oak@0, 1xtile.chisel.planks-dark-oak@1, 1xtile.chisel.planks-dark-oak@2, 1xtile.chisel.planks-dark-oak@3, 1xtile.chisel.planks-dark-oak@4, 1xtile.chisel.planks-dark-oak@5, 1xtile.chisel.planks-dark-oak@6, 1xtile.chisel.planks-dark-oak@7, 1xtile.chisel.planks-dark-oak@8, 1xtile.chisel.planks-dark-oak@9, 1xtile.chisel.planks-dark-oak@10, 1xtile.chisel.planks-dark-oak@11, 1xtile.chisel.planks-dark-oak@12, 1xtile.chisel.planks-dark-oak@13, 1xtile.chisel.planks-dark-oak@14, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8, 1xtile.natura.nether_planks@0, 1xtile.natura.nether_planks@1, 1xtile.natura.nether_planks@2, 1xtile.natura.nether_planks@3, 1xtile.planks_sakura@0, 1xtile.planks_mulberry@0, 1xtile.blocks.integrateddynamics.menril_planks@0, 1xtile.primal.planks@0, 1xtile.primal.planks@1, 1xtile.primal.planks@2, 1xtile.primal.planks@3, 1xtile.dltplank@0, 1xtile.dreadplanks@0, 1xtile.thebetweenlands.weedwood_planks@0, 1xtile.thebetweenlands.rubber_tree_planks@0, 1xtile.thebetweenlands.giant_root_planks@0, 1xtile.thebetweenlands.hearthgrove_planks@0, 1xtile.thebetweenlands.nibbletwig_planks@0, 1xtile.twilightforest.TowerStone@0, 1xtile.twilightforest.TowerStone@1, 1xtile.twilightforest.TowerStone@2, 1xtile.twilightforest.TowerStone@3, 1xtile.twilightforest.TowerStone@4, 1xtile.totemic:cedar_plank@0, 1xtile.traverse:fir_planks@0, 1xtile.kepler22b_planks.0@0, 1xtile.primal.planks@0, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8], net.minecraft.item.crafting.Ingredient$1@7e2c8622, type:SIDING parent:[1xtile.wood@0, 1xtile.wood@1, 1xtile.wood@2, 1xtile.wood@3, 1xtile.wood@4, 1xtile.wood@5, 1xtile.rustic.planks@0, 1xtile.rustic.planks@1, 1xtile.rustic.painted_wood_black@0, 1xtile.rustic.painted_wood_blue@0, 1xtile.rustic.painted_wood_brown@0, 1xtile.rustic.painted_wood_cyan@0, 1xtile.rustic.painted_wood_gray@0, 1xtile.rustic.painted_wood_green@0, 1xtile.rustic.painted_wood_light_blue@0, 1xtile.rustic.painted_wood_lime@0, 1xtile.rustic.painted_wood_magenta@0, 1xtile.rustic.painted_wood_orange@0, 1xtile.rustic.painted_wood_pink@0, 1xtile.rustic.painted_wood_purple@0, 1xtile.rustic.painted_wood_red@0, 1xtile.rustic.painted_wood_silver@0, 1xtile.rustic.painted_wood_white@0, 1xtile.rustic.painted_wood_yellow@0, 1xtile.chisel.planks-oak@0, 1xtile.chisel.planks-oak@1, 1xtile.chisel.planks-oak@2, 1xtile.chisel.planks-oak@3, 1xtile.chisel.planks-oak@4, 1xtile.chisel.planks-oak@5, 1xtile.chisel.planks-oak@6, 1xtile.chisel.planks-oak@7, 1xtile.chisel.planks-oak@8, 1xtile.chisel.planks-oak@9, 1xtile.chisel.planks-oak@10, 1xtile.chisel.planks-oak@11, 1xtile.chisel.planks-oak@12, 1xtile.chisel.planks-oak@13, 1xtile.chisel.planks-oak@14, 1xtile.chisel.planks-spruce@0, 1xtile.chisel.planks-spruce@1, 1xtile.chisel.planks-spruce@2, 1xtile.chisel.planks-spruce@3, 1xtile.chisel.planks-spruce@4, 1xtile.chisel.planks-spruce@5, 1xtile.chisel.planks-spruce@6, 1xtile.chisel.planks-spruce@7, 1xtile.chisel.planks-spruce@8, 1xtile.chisel.planks-spruce@9, 1xtile.chisel.planks-spruce@10, 1xtile.chisel.planks-spruce@11, 1xtile.chisel.planks-spruce@12, 1xtile.chisel.planks-spruce@13, 1xtile.chisel.planks-spruce@14, 1xtile.chisel.planks-birch@0, 1xtile.chisel.planks-birch@1, 1xtile.chisel.planks-birch@2, 1xtile.chisel.planks-birch@3, 1xtile.chisel.planks-birch@4, 1xtile.chisel.planks-birch@5, 1xtile.chisel.planks-birch@6, 1xtile.chisel.planks-birch@7, 1xtile.chisel.planks-birch@8, 1xtile.chisel.planks-birch@9, 1xtile.chisel.planks-birch@10, 1xtile.chisel.planks-birch@11, 1xtile.chisel.planks-birch@12, 1xtile.chisel.planks-birch@13, 1xtile.chisel.planks-birch@14, 1xtile.chisel.planks-jungle@0, 1xtile.chisel.planks-jungle@1, 1xtile.chisel.planks-jungle@2, 1xtile.chisel.planks-jungle@3, 1xtile.chisel.planks-jungle@4, 1xtile.chisel.planks-jungle@5, 1xtile.chisel.planks-jungle@6, 1xtile.chisel.planks-jungle@7, 1xtile.chisel.planks-jungle@8, 1xtile.chisel.planks-jungle@9, 1xtile.chisel.planks-jungle@10, 1xtile.chisel.planks-jungle@11, 1xtile.chisel.planks-jungle@12, 1xtile.chisel.planks-jungle@13, 1xtile.chisel.planks-jungle@14, 1xtile.chisel.planks-acacia@0, 1xtile.chisel.planks-acacia@1, 1xtile.chisel.planks-acacia@2, 1xtile.chisel.planks-acacia@3, 1xtile.chisel.planks-acacia@4, 1xtile.chisel.planks-acacia@5, 1xtile.chisel.planks-acacia@6, 1xtile.chisel.planks-acacia@7, 1xtile.chisel.planks-acacia@8, 1xtile.chisel.planks-acacia@9, 1xtile.chisel.planks-acacia@10, 1xtile.chisel.planks-acacia@11, 1xtile.chisel.planks-acacia@12, 1xtile.chisel.planks-acacia@13, 1xtile.chisel.planks-acacia@14, 1xtile.chisel.planks-dark-oak@0, 1xtile.chisel.planks-dark-oak@1, 1xtile.chisel.planks-dark-oak@2, 1xtile.chisel.planks-dark-oak@3, 1xtile.chisel.planks-dark-oak@4, 1xtile.chisel.planks-dark-oak@5, 1xtile.chisel.planks-dark-oak@6, 1xtile.chisel.planks-dark-oak@7, 1xtile.chisel.planks-dark-oak@8, 1xtile.chisel.planks-dark-oak@9, 1xtile.chisel.planks-dark-oak@10, 1xtile.chisel.planks-dark-oak@11, 1xtile.chisel.planks-dark-oak@12, 1xtile.chisel.planks-dark-oak@13, 1xtile.chisel.planks-dark-oak@14, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8, 1xtile.natura.nether_planks@0, 1xtile.natura.nether_planks@1, 1xtile.natura.nether_planks@2, 1xtile.natura.nether_planks@3, 1xtile.planks_sakura@0, 1xtile.planks_mulberry@0, 1xtile.blocks.integrateddynamics.menril_planks@0, 1xtile.primal.planks@0, 1xtile.primal.planks@1, 1xtile.primal.planks@2, 1xtile.primal.planks@3, 1xtile.dltplank@0, 1xtile.dreadplanks@0, 1xtile.thebetweenlands.weedwood_planks@0, 1xtile.thebetweenlands.rubber_tree_planks@0, 1xtile.thebetweenlands.giant_root_planks@0, 1xtile.thebetweenlands.hearthgrove_planks@0, 1xtile.thebetweenlands.nibbletwig_planks@0, 1xtile.twilightforest.TowerStone@0, 1xtile.twilightforest.TowerStone@1, 1xtile.twilightforest.TowerStone@2, 1xtile.twilightforest.TowerStone@3, 1xtile.twilightforest.TowerStone@4, 1xtile.totemic:cedar_plank@0, 1xtile.traverse:fir_planks@0, 1xtile.kepler22b_planks.0@0, 1xtile.primal.planks@0, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8], net.minecraftforge.oredict.OreIngredient@f1b632a, net.minecraft.item.crafting.Ingredient@14673337, net.minecraftforge.oredict.OreIngredient@f1b632a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, type:CORNER parent:[1xtile.wood@0, 1xtile.wood@1, 1xtile.wood@2, 1xtile.wood@3, 1xtile.wood@4, 1xtile.wood@5, 1xtile.rustic.planks@0, 1xtile.rustic.planks@1, 1xtile.rustic.painted_wood_black@0, 1xtile.rustic.painted_wood_blue@0, 1xtile.rustic.painted_wood_brown@0, 1xtile.rustic.painted_wood_cyan@0, 1xtile.rustic.painted_wood_gray@0, 1xtile.rustic.painted_wood_green@0, 1xtile.rustic.painted_wood_light_blue@0, 1xtile.rustic.painted_wood_lime@0, 1xtile.rustic.painted_wood_magenta@0, 1xtile.rustic.painted_wood_orange@0, 1xtile.rustic.painted_wood_pink@0, 1xtile.rustic.painted_wood_purple@0, 1xtile.rustic.painted_wood_red@0, 1xtile.rustic.painted_wood_silver@0, 1xtile.rustic.painted_wood_white@0, 1xtile.rustic.painted_wood_yellow@0, 1xtile.chisel.planks-oak@0, 1xtile.chisel.planks-oak@1, 1xtile.chisel.planks-oak@2, 1xtile.chisel.planks-oak@3, 1xtile.chisel.planks-oak@4, 1xtile.chisel.planks-oak@5, 1xtile.chisel.planks-oak@6, 1xtile.chisel.planks-oak@7, 1xtile.chisel.planks-oak@8, 1xtile.chisel.planks-oak@9, 1xtile.chisel.planks-oak@10, 1xtile.chisel.planks-oak@11, 1xtile.chisel.planks-oak@12, 1xtile.chisel.planks-oak@13, 1xtile.chisel.planks-oak@14, 1xtile.chisel.planks-spruce@0, 1xtile.chisel.planks-spruce@1, 1xtile.chisel.planks-spruce@2, 1xtile.chisel.planks-spruce@3, 1xtile.chisel.planks-spruce@4, 1xtile.chisel.planks-spruce@5, 1xtile.chisel.planks-spruce@6, 1xtile.chisel.planks-spruce@7, 1xtile.chisel.planks-spruce@8, 1xtile.chisel.planks-spruce@9, 1xtile.chisel.planks-spruce@10, 1xtile.chisel.planks-spruce@11, 1xtile.chisel.planks-spruce@12, 1xtile.chisel.planks-spruce@13, 1xtile.chisel.planks-spruce@14, 1xtile.chisel.planks-birch@0, 1xtile.chisel.planks-birch@1, 1xtile.chisel.planks-birch@2, 1xtile.chisel.planks-birch@3, 1xtile.chisel.planks-birch@4, 1xtile.chisel.planks-birch@5, 1xtile.chisel.planks-birch@6, 1xtile.chisel.planks-birch@7, 1xtile.chisel.planks-birch@8, 1xtile.chisel.planks-birch@9, 1xtile.chisel.planks-birch@10, 1xtile.chisel.planks-birch@11, 1xtile.chisel.planks-birch@12, 1xtile.chisel.planks-birch@13, 1xtile.chisel.planks-birch@14, 1xtile.chisel.planks-jungle@0, 1xtile.chisel.planks-jungle@1, 1xtile.chisel.planks-jungle@2, 1xtile.chisel.planks-jungle@3, 1xtile.chisel.planks-jungle@4, 1xtile.chisel.planks-jungle@5, 1xtile.chisel.planks-jungle@6, 1xtile.chisel.planks-jungle@7, 1xtile.chisel.planks-jungle@8, 1xtile.chisel.planks-jungle@9, 1xtile.chisel.planks-jungle@10, 1xtile.chisel.planks-jungle@11, 1xtile.chisel.planks-jungle@12, 1xtile.chisel.planks-jungle@13, 1xtile.chisel.planks-jungle@14, 1xtile.chisel.planks-acacia@0, 1xtile.chisel.planks-acacia@1, 1xtile.chisel.planks-acacia@2, 1xtile.chisel.planks-acacia@3, 1xtile.chisel.planks-acacia@4, 1xtile.chisel.planks-acacia@5, 1xtile.chisel.planks-acacia@6, 1xtile.chisel.planks-acacia@7, 1xtile.chisel.planks-acacia@8, 1xtile.chisel.planks-acacia@9, 1xtile.chisel.planks-acacia@10, 1xtile.chisel.planks-acacia@11, 1xtile.chisel.planks-acacia@12, 1xtile.chisel.planks-acacia@13, 1xtile.chisel.planks-acacia@14, 1xtile.chisel.planks-dark-oak@0, 1xtile.chisel.planks-dark-oak@1, 1xtile.chisel.planks-dark-oak@2, 1xtile.chisel.planks-dark-oak@3, 1xtile.chisel.planks-dark-oak@4, 1xtile.chisel.planks-dark-oak@5, 1xtile.chisel.planks-dark-oak@6, 1xtile.chisel.planks-dark-oak@7, 1xtile.chisel.planks-dark-oak@8, 1xtile.chisel.planks-dark-oak@9, 1xtile.chisel.planks-dark-oak@10, 1xtile.chisel.planks-dark-oak@11, 1xtile.chisel.planks-dark-oak@12, 1xtile.chisel.planks-dark-oak@13, 1xtile.chisel.planks-dark-oak@14, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8, 1xtile.natura.nether_planks@0, 1xtile.natura.nether_planks@1, 1xtile.natura.nether_planks@2, 1xtile.natura.nether_planks@3, 1xtile.planks_sakura@0, 1xtile.planks_mulberry@0, 1xtile.blocks.integrateddynamics.menril_planks@0, 1xtile.primal.planks@0, 1xtile.primal.planks@1, 1xtile.primal.planks@2, 1xtile.primal.planks@3, 1xtile.dltplank@0, 1xtile.dreadplanks@0, 1xtile.thebetweenlands.weedwood_planks@0, 1xtile.thebetweenlands.rubber_tree_planks@0, 1xtile.thebetweenlands.giant_root_planks@0, 1xtile.thebetweenlands.hearthgrove_planks@0, 1xtile.thebetweenlands.nibbletwig_planks@0, 1xtile.twilightforest.TowerStone@0, 1xtile.twilightforest.TowerStone@1, 1xtile.twilightforest.TowerStone@2, 1xtile.twilightforest.TowerStone@3, 1xtile.twilightforest.TowerStone@4, 1xtile.totemic:cedar_plank@0, 1xtile.traverse:fir_planks@0, 1xtile.kepler22b_planks.0@0, 1xtile.primal.planks@0, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8], net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2485 betterwithmods:blocks/mech/windmill RecipeStage{tier='one', recipe=1xitem.bwm:axle_generator@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@762dc44d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@762dc44d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@762dc44d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@762dc44d, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2489 betterwithmods:blocks/mech/screw_pump RecipeStage{tier='one', recipe=1xtile.bwm:screw_pump@0:[net.minecraftforge.oredict.OreIngredient@3ed18e5e, net.minecraft.item.crafting.Ingredient@3196d756, net.minecraftforge.oredict.OreIngredient@3ed18e5e, type:SIDING parent:[1xtile.wood@0, 1xtile.wood@1, 1xtile.wood@2, 1xtile.wood@3, 1xtile.wood@4, 1xtile.wood@5, 1xtile.rustic.planks@0, 1xtile.rustic.planks@1, 1xtile.rustic.painted_wood_black@0, 1xtile.rustic.painted_wood_blue@0, 1xtile.rustic.painted_wood_brown@0, 1xtile.rustic.painted_wood_cyan@0, 1xtile.rustic.painted_wood_gray@0, 1xtile.rustic.painted_wood_green@0, 1xtile.rustic.painted_wood_light_blue@0, 1xtile.rustic.painted_wood_lime@0, 1xtile.rustic.painted_wood_magenta@0, 1xtile.rustic.painted_wood_orange@0, 1xtile.rustic.painted_wood_pink@0, 1xtile.rustic.painted_wood_purple@0, 1xtile.rustic.painted_wood_red@0, 1xtile.rustic.painted_wood_silver@0, 1xtile.rustic.painted_wood_white@0, 1xtile.rustic.painted_wood_yellow@0, 1xtile.chisel.planks-oak@0, 1xtile.chisel.planks-oak@1, 1xtile.chisel.planks-oak@2, 1xtile.chisel.planks-oak@3, 1xtile.chisel.planks-oak@4, 1xtile.chisel.planks-oak@5, 1xtile.chisel.planks-oak@6, 1xtile.chisel.planks-oak@7, 1xtile.chisel.planks-oak@8, 1xtile.chisel.planks-oak@9, 1xtile.chisel.planks-oak@10, 1xtile.chisel.planks-oak@11, 1xtile.chisel.planks-oak@12, 1xtile.chisel.planks-oak@13, 1xtile.chisel.planks-oak@14, 1xtile.chisel.planks-spruce@0, 1xtile.chisel.planks-spruce@1, 1xtile.chisel.planks-spruce@2, 1xtile.chisel.planks-spruce@3, 1xtile.chisel.planks-spruce@4, 1xtile.chisel.planks-spruce@5, 1xtile.chisel.planks-spruce@6, 1xtile.chisel.planks-spruce@7, 1xtile.chisel.planks-spruce@8, 1xtile.chisel.planks-spruce@9, 1xtile.chisel.planks-spruce@10, 1xtile.chisel.planks-spruce@11, 1xtile.chisel.planks-spruce@12, 1xtile.chisel.planks-spruce@13, 1xtile.chisel.planks-spruce@14, 1xtile.chisel.planks-birch@0, 1xtile.chisel.planks-birch@1, 1xtile.chisel.planks-birch@2, 1xtile.chisel.planks-birch@3, 1xtile.chisel.planks-birch@4, 1xtile.chisel.planks-birch@5, 1xtile.chisel.planks-birch@6, 1xtile.chisel.planks-birch@7, 1xtile.chisel.planks-birch@8, 1xtile.chisel.planks-birch@9, 1xtile.chisel.planks-birch@10, 1xtile.chisel.planks-birch@11, 1xtile.chisel.planks-birch@12, 1xtile.chisel.planks-birch@13, 1xtile.chisel.planks-birch@14, 1xtile.chisel.planks-jungle@0, 1xtile.chisel.planks-jungle@1, 1xtile.chisel.planks-jungle@2, 1xtile.chisel.planks-jungle@3, 1xtile.chisel.planks-jungle@4, 1xtile.chisel.planks-jungle@5, 1xtile.chisel.planks-jungle@6, 1xtile.chisel.planks-jungle@7, 1xtile.chisel.planks-jungle@8, 1xtile.chisel.planks-jungle@9, 1xtile.chisel.planks-jungle@10, 1xtile.chisel.planks-jungle@11, 1xtile.chisel.planks-jungle@12, 1xtile.chisel.planks-jungle@13, 1xtile.chisel.planks-jungle@14, 1xtile.chisel.planks-acacia@0, 1xtile.chisel.planks-acacia@1, 1xtile.chisel.planks-acacia@2, 1xtile.chisel.planks-acacia@3, 1xtile.chisel.planks-acacia@4, 1xtile.chisel.planks-acacia@5, 1xtile.chisel.planks-acacia@6, 1xtile.chisel.planks-acacia@7, 1xtile.chisel.planks-acacia@8, 1xtile.chisel.planks-acacia@9, 1xtile.chisel.planks-acacia@10, 1xtile.chisel.planks-acacia@11, 1xtile.chisel.planks-acacia@12, 1xtile.chisel.planks-acacia@13, 1xtile.chisel.planks-acacia@14, 1xtile.chisel.planks-dark-oak@0, 1xtile.chisel.planks-dark-oak@1, 1xtile.chisel.planks-dark-oak@2, 1xtile.chisel.planks-dark-oak@3, 1xtile.chisel.planks-dark-oak@4, 1xtile.chisel.planks-dark-oak@5, 1xtile.chisel.planks-dark-oak@6, 1xtile.chisel.planks-dark-oak@7, 1xtile.chisel.planks-dark-oak@8, 1xtile.chisel.planks-dark-oak@9, 1xtile.chisel.planks-dark-oak@10, 1xtile.chisel.planks-dark-oak@11, 1xtile.chisel.planks-dark-oak@12, 1xtile.chisel.planks-dark-oak@13, 1xtile.chisel.planks-dark-oak@14, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8, 1xtile.natura.nether_planks@0, 1xtile.natura.nether_planks@1, 1xtile.natura.nether_planks@2, 1xtile.natura.nether_planks@3, 1xtile.planks_sakura@0, 1xtile.planks_mulberry@0, 1xtile.blocks.integrateddynamics.menril_planks@0, 1xtile.primal.planks@0, 1xtile.primal.planks@1, 1xtile.primal.planks@2, 1xtile.primal.planks@3, 1xtile.dltplank@0, 1xtile.dreadplanks@0, 1xtile.thebetweenlands.weedwood_planks@0, 1xtile.thebetweenlands.rubber_tree_planks@0, 1xtile.thebetweenlands.giant_root_planks@0, 1xtile.thebetweenlands.hearthgrove_planks@0, 1xtile.thebetweenlands.nibbletwig_planks@0, 1xtile.twilightforest.TowerStone@0, 1xtile.twilightforest.TowerStone@1, 1xtile.twilightforest.TowerStone@2, 1xtile.twilightforest.TowerStone@3, 1xtile.twilightforest.TowerStone@4, 1xtile.totemic:cedar_plank@0, 1xtile.traverse:fir_planks@0, 1xtile.kepler22b_planks.0@0, 1xtile.primal.planks@0, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8], net.minecraftforge.oredict.OreIngredient@2b63b70f, type:SIDING parent:[1xtile.wood@0, 1xtile.wood@1, 1xtile.wood@2, 1xtile.wood@3, 1xtile.wood@4, 1xtile.wood@5, 1xtile.rustic.planks@0, 1xtile.rustic.planks@1, 1xtile.rustic.painted_wood_black@0, 1xtile.rustic.painted_wood_blue@0, 1xtile.rustic.painted_wood_brown@0, 1xtile.rustic.painted_wood_cyan@0, 1xtile.rustic.painted_wood_gray@0, 1xtile.rustic.painted_wood_green@0, 1xtile.rustic.painted_wood_light_blue@0, 1xtile.rustic.painted_wood_lime@0, 1xtile.rustic.painted_wood_magenta@0, 1xtile.rustic.painted_wood_orange@0, 1xtile.rustic.painted_wood_pink@0, 1xtile.rustic.painted_wood_purple@0, 1xtile.rustic.painted_wood_red@0, 1xtile.rustic.painted_wood_silver@0, 1xtile.rustic.painted_wood_white@0, 1xtile.rustic.painted_wood_yellow@0, 1xtile.chisel.planks-oak@0, 1xtile.chisel.planks-oak@1, 1xtile.chisel.planks-oak@2, 1xtile.chisel.planks-oak@3, 1xtile.chisel.planks-oak@4, 1xtile.chisel.planks-oak@5, 1xtile.chisel.planks-oak@6, 1xtile.chisel.planks-oak@7, 1xtile.chisel.planks-oak@8, 1xtile.chisel.planks-oak@9, 1xtile.chisel.planks-oak@10, 1xtile.chisel.planks-oak@11, 1xtile.chisel.planks-oak@12, 1xtile.chisel.planks-oak@13, 1xtile.chisel.planks-oak@14, 1xtile.chisel.planks-spruce@0, 1xtile.chisel.planks-spruce@1, 1xtile.chisel.planks-spruce@2, 1xtile.chisel.planks-spruce@3, 1xtile.chisel.planks-spruce@4, 1xtile.chisel.planks-spruce@5, 1xtile.chisel.planks-spruce@6, 1xtile.chisel.planks-spruce@7, 1xtile.chisel.planks-spruce@8, 1xtile.chisel.planks-spruce@9, 1xtile.chisel.planks-spruce@10, 1xtile.chisel.planks-spruce@11, 1xtile.chisel.planks-spruce@12, 1xtile.chisel.planks-spruce@13, 1xtile.chisel.planks-spruce@14, 1xtile.chisel.planks-birch@0, 1xtile.chisel.planks-birch@1, 1xtile.chisel.planks-birch@2, 1xtile.chisel.planks-birch@3, 1xtile.chisel.planks-birch@4, 1xtile.chisel.planks-birch@5, 1xtile.chisel.planks-birch@6, 1xtile.chisel.planks-birch@7, 1xtile.chisel.planks-birch@8, 1xtile.chisel.planks-birch@9, 1xtile.chisel.planks-birch@10, 1xtile.chisel.planks-birch@11, 1xtile.chisel.planks-birch@12, 1xtile.chisel.planks-birch@13, 1xtile.chisel.planks-birch@14, 1xtile.chisel.planks-jungle@0, 1xtile.chisel.planks-jungle@1, 1xtile.chisel.planks-jungle@2, 1xtile.chisel.planks-jungle@3, 1xtile.chisel.planks-jungle@4, 1xtile.chisel.planks-jungle@5, 1xtile.chisel.planks-jungle@6, 1xtile.chisel.planks-jungle@7, 1xtile.chisel.planks-jungle@8, 1xtile.chisel.planks-jungle@9, 1xtile.chisel.planks-jungle@10, 1xtile.chisel.planks-jungle@11, 1xtile.chisel.planks-jungle@12, 1xtile.chisel.planks-jungle@13, 1xtile.chisel.planks-jungle@14, 1xtile.chisel.planks-acacia@0, 1xtile.chisel.planks-acacia@1, 1xtile.chisel.planks-acacia@2, 1xtile.chisel.planks-acacia@3, 1xtile.chisel.planks-acacia@4, 1xtile.chisel.planks-acacia@5, 1xtile.chisel.planks-acacia@6, 1xtile.chisel.planks-acacia@7, 1xtile.chisel.planks-acacia@8, 1xtile.chisel.planks-acacia@9, 1xtile.chisel.planks-acacia@10, 1xtile.chisel.planks-acacia@11, 1xtile.chisel.planks-acacia@12, 1xtile.chisel.planks-acacia@13, 1xtile.chisel.planks-acacia@14, 1xtile.chisel.planks-dark-oak@0, 1xtile.chisel.planks-dark-oak@1, 1xtile.chisel.planks-dark-oak@2, 1xtile.chisel.planks-dark-oak@3, 1xtile.chisel.planks-dark-oak@4, 1xtile.chisel.planks-dark-oak@5, 1xtile.chisel.planks-dark-oak@6, 1xtile.chisel.planks-dark-oak@7, 1xtile.chisel.planks-dark-oak@8, 1xtile.chisel.planks-dark-oak@9, 1xtile.chisel.planks-dark-oak@10, 1xtile.chisel.planks-dark-oak@11, 1xtile.chisel.planks-dark-oak@12, 1xtile.chisel.planks-dark-oak@13, 1xtile.chisel.planks-dark-oak@14, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8, 1xtile.natura.nether_planks@0, 1xtile.natura.nether_planks@1, 1xtile.natura.nether_planks@2, 1xtile.natura.nether_planks@3, 1xtile.planks_sakura@0, 1xtile.planks_mulberry@0, 1xtile.blocks.integrateddynamics.menril_planks@0, 1xtile.primal.planks@0, 1xtile.primal.planks@1, 1xtile.primal.planks@2, 1xtile.primal.planks@3, 1xtile.dltplank@0, 1xtile.dreadplanks@0, 1xtile.thebetweenlands.weedwood_planks@0, 1xtile.thebetweenlands.rubber_tree_planks@0, 1xtile.thebetweenlands.giant_root_planks@0, 1xtile.thebetweenlands.hearthgrove_planks@0, 1xtile.thebetweenlands.nibbletwig_planks@0, 1xtile.twilightforest.TowerStone@0, 1xtile.twilightforest.TowerStone@1, 1xtile.twilightforest.TowerStone@2, 1xtile.twilightforest.TowerStone@3, 1xtile.twilightforest.TowerStone@4, 1xtile.totemic:cedar_plank@0, 1xtile.traverse:fir_planks@0, 1xtile.kepler22b_planks.0@0, 1xtile.primal.planks@0, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8], type:SIDING parent:[1xtile.wood@0, 1xtile.wood@1, 1xtile.wood@2, 1xtile.wood@3, 1xtile.wood@4, 1xtile.wood@5, 1xtile.rustic.planks@0, 1xtile.rustic.planks@1, 1xtile.rustic.painted_wood_black@0, 1xtile.rustic.painted_wood_blue@0, 1xtile.rustic.painted_wood_brown@0, 1xtile.rustic.painted_wood_cyan@0, 1xtile.rustic.painted_wood_gray@0, 1xtile.rustic.painted_wood_green@0, 1xtile.rustic.painted_wood_light_blue@0, 1xtile.rustic.painted_wood_lime@0, 1xtile.rustic.painted_wood_magenta@0, 1xtile.rustic.painted_wood_orange@0, 1xtile.rustic.painted_wood_pink@0, 1xtile.rustic.painted_wood_purple@0, 1xtile.rustic.painted_wood_red@0, 1xtile.rustic.painted_wood_silver@0, 1xtile.rustic.painted_wood_white@0, 1xtile.rustic.painted_wood_yellow@0, 1xtile.chisel.planks-oak@0, 1xtile.chisel.planks-oak@1, 1xtile.chisel.planks-oak@2, 1xtile.chisel.planks-oak@3, 1xtile.chisel.planks-oak@4, 1xtile.chisel.planks-oak@5, 1xtile.chisel.planks-oak@6, 1xtile.chisel.planks-oak@7, 1xtile.chisel.planks-oak@8, 1xtile.chisel.planks-oak@9, 1xtile.chisel.planks-oak@10, 1xtile.chisel.planks-oak@11, 1xtile.chisel.planks-oak@12, 1xtile.chisel.planks-oak@13, 1xtile.chisel.planks-oak@14, 1xtile.chisel.planks-spruce@0, 1xtile.chisel.planks-spruce@1, 1xtile.chisel.planks-spruce@2, 1xtile.chisel.planks-spruce@3, 1xtile.chisel.planks-spruce@4, 1xtile.chisel.planks-spruce@5, 1xtile.chisel.planks-spruce@6, 1xtile.chisel.planks-spruce@7, 1xtile.chisel.planks-spruce@8, 1xtile.chisel.planks-spruce@9, 1xtile.chisel.planks-spruce@10, 1xtile.chisel.planks-spruce@11, 1xtile.chisel.planks-spruce@12, 1xtile.chisel.planks-spruce@13, 1xtile.chisel.planks-spruce@14, 1xtile.chisel.planks-birch@0, 1xtile.chisel.planks-birch@1, 1xtile.chisel.planks-birch@2, 1xtile.chisel.planks-birch@3, 1xtile.chisel.planks-birch@4, 1xtile.chisel.planks-birch@5, 1xtile.chisel.planks-birch@6, 1xtile.chisel.planks-birch@7, 1xtile.chisel.planks-birch@8, 1xtile.chisel.planks-birch@9, 1xtile.chisel.planks-birch@10, 1xtile.chisel.planks-birch@11, 1xtile.chisel.planks-birch@12, 1xtile.chisel.planks-birch@13, 1xtile.chisel.planks-birch@14, 1xtile.chisel.planks-jungle@0, 1xtile.chisel.planks-jungle@1, 1xtile.chisel.planks-jungle@2, 1xtile.chisel.planks-jungle@3, 1xtile.chisel.planks-jungle@4, 1xtile.chisel.planks-jungle@5, 1xtile.chisel.planks-jungle@6, 1xtile.chisel.planks-jungle@7, 1xtile.chisel.planks-jungle@8, 1xtile.chisel.planks-jungle@9, 1xtile.chisel.planks-jungle@10, 1xtile.chisel.planks-jungle@11, 1xtile.chisel.planks-jungle@12, 1xtile.chisel.planks-jungle@13, 1xtile.chisel.planks-jungle@14, 1xtile.chisel.planks-acacia@0, 1xtile.chisel.planks-acacia@1, 1xtile.chisel.planks-acacia@2, 1xtile.chisel.planks-acacia@3, 1xtile.chisel.planks-acacia@4, 1xtile.chisel.planks-acacia@5, 1xtile.chisel.planks-acacia@6, 1xtile.chisel.planks-acacia@7, 1xtile.chisel.planks-acacia@8, 1xtile.chisel.planks-acacia@9, 1xtile.chisel.planks-acacia@10, 1xtile.chisel.planks-acacia@11, 1xtile.chisel.planks-acacia@12, 1xtile.chisel.planks-acacia@13, 1xtile.chisel.planks-acacia@14, 1xtile.chisel.planks-dark-oak@0, 1xtile.chisel.planks-dark-oak@1, 1xtile.chisel.planks-dark-oak@2, 1xtile.chisel.planks-dark-oak@3, 1xtile.chisel.planks-dark-oak@4, 1xtile.chisel.planks-dark-oak@5, 1xtile.chisel.planks-dark-oak@6, 1xtile.chisel.planks-dark-oak@7, 1xtile.chisel.planks-dark-oak@8, 1xtile.chisel.planks-dark-oak@9, 1xtile.chisel.planks-dark-oak@10, 1xtile.chisel.planks-dark-oak@11, 1xtile.chisel.planks-dark-oak@12, 1xtile.chisel.planks-dark-oak@13, 1xtile.chisel.planks-dark-oak@14, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8, 1xtile.natura.nether_planks@0, 1xtile.natura.nether_planks@1, 1xtile.natura.nether_planks@2, 1xtile.natura.nether_planks@3, 1xtile.planks_sakura@0, 1xtile.planks_mulberry@0, 1xtile.blocks.integrateddynamics.menril_planks@0, 1xtile.primal.planks@0, 1xtile.primal.planks@1, 1xtile.primal.planks@2, 1xtile.primal.planks@3, 1xtile.dltplank@0, 1xtile.dreadplanks@0, 1xtile.thebetweenlands.weedwood_planks@0, 1xtile.thebetweenlands.rubber_tree_planks@0, 1xtile.thebetweenlands.giant_root_planks@0, 1xtile.thebetweenlands.hearthgrove_planks@0, 1xtile.thebetweenlands.nibbletwig_planks@0, 1xtile.twilightforest.TowerStone@0, 1xtile.twilightforest.TowerStone@1, 1xtile.twilightforest.TowerStone@2, 1xtile.twilightforest.TowerStone@3, 1xtile.twilightforest.TowerStone@4, 1xtile.totemic:cedar_plank@0, 1xtile.traverse:fir_planks@0, 1xtile.kepler22b_planks.0@0, 1xtile.primal.planks@0, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8], net.minecraftforge.oredict.OreIngredient@13567b, type:SIDING parent:[1xtile.wood@0, 1xtile.wood@1, 1xtile.wood@2, 1xtile.wood@3, 1xtile.wood@4, 1xtile.wood@5, 1xtile.rustic.planks@0, 1xtile.rustic.planks@1, 1xtile.rustic.painted_wood_black@0, 1xtile.rustic.painted_wood_blue@0, 1xtile.rustic.painted_wood_brown@0, 1xtile.rustic.painted_wood_cyan@0, 1xtile.rustic.painted_wood_gray@0, 1xtile.rustic.painted_wood_green@0, 1xtile.rustic.painted_wood_light_blue@0, 1xtile.rustic.painted_wood_lime@0, 1xtile.rustic.painted_wood_magenta@0, 1xtile.rustic.painted_wood_orange@0, 1xtile.rustic.painted_wood_pink@0, 1xtile.rustic.painted_wood_purple@0, 1xtile.rustic.painted_wood_red@0, 1xtile.rustic.painted_wood_silver@0, 1xtile.rustic.painted_wood_white@0, 1xtile.rustic.painted_wood_yellow@0, 1xtile.chisel.planks-oak@0, 1xtile.chisel.planks-oak@1, 1xtile.chisel.planks-oak@2, 1xtile.chisel.planks-oak@3, 1xtile.chisel.planks-oak@4, 1xtile.chisel.planks-oak@5, 1xtile.chisel.planks-oak@6, 1xtile.chisel.planks-oak@7, 1xtile.chisel.planks-oak@8, 1xtile.chisel.planks-oak@9, 1xtile.chisel.planks-oak@10, 1xtile.chisel.planks-oak@11, 1xtile.chisel.planks-oak@12, 1xtile.chisel.planks-oak@13, 1xtile.chisel.planks-oak@14, 1xtile.chisel.planks-spruce@0, 1xtile.chisel.planks-spruce@1, 1xtile.chisel.planks-spruce@2, 1xtile.chisel.planks-spruce@3, 1xtile.chisel.planks-spruce@4, 1xtile.chisel.planks-spruce@5, 1xtile.chisel.planks-spruce@6, 1xtile.chisel.planks-spruce@7, 1xtile.chisel.planks-spruce@8, 1xtile.chisel.planks-spruce@9, 1xtile.chisel.planks-spruce@10, 1xtile.chisel.planks-spruce@11, 1xtile.chisel.planks-spruce@12, 1xtile.chisel.planks-spruce@13, 1xtile.chisel.planks-spruce@14, 1xtile.chisel.planks-birch@0, 1xtile.chisel.planks-birch@1, 1xtile.chisel.planks-birch@2, 1xtile.chisel.planks-birch@3, 1xtile.chisel.planks-birch@4, 1xtile.chisel.planks-birch@5, 1xtile.chisel.planks-birch@6, 1xtile.chisel.planks-birch@7, 1xtile.chisel.planks-birch@8, 1xtile.chisel.planks-birch@9, 1xtile.chisel.planks-birch@10, 1xtile.chisel.planks-birch@11, 1xtile.chisel.planks-birch@12, 1xtile.chisel.planks-birch@13, 1xtile.chisel.planks-birch@14, 1xtile.chisel.planks-jungle@0, 1xtile.chisel.planks-jungle@1, 1xtile.chisel.planks-jungle@2, 1xtile.chisel.planks-jungle@3, 1xtile.chisel.planks-jungle@4, 1xtile.chisel.planks-jungle@5, 1xtile.chisel.planks-jungle@6, 1xtile.chisel.planks-jungle@7, 1xtile.chisel.planks-jungle@8, 1xtile.chisel.planks-jungle@9, 1xtile.chisel.planks-jungle@10, 1xtile.chisel.planks-jungle@11, 1xtile.chisel.planks-jungle@12, 1xtile.chisel.planks-jungle@13, 1xtile.chisel.planks-jungle@14, 1xtile.chisel.planks-acacia@0, 1xtile.chisel.planks-acacia@1, 1xtile.chisel.planks-acacia@2, 1xtile.chisel.planks-acacia@3, 1xtile.chisel.planks-acacia@4, 1xtile.chisel.planks-acacia@5, 1xtile.chisel.planks-acacia@6, 1xtile.chisel.planks-acacia@7, 1xtile.chisel.planks-acacia@8, 1xtile.chisel.planks-acacia@9, 1xtile.chisel.planks-acacia@10, 1xtile.chisel.planks-acacia@11, 1xtile.chisel.planks-acacia@12, 1xtile.chisel.planks-acacia@13, 1xtile.chisel.planks-acacia@14, 1xtile.chisel.planks-dark-oak@0, 1xtile.chisel.planks-dark-oak@1, 1xtile.chisel.planks-dark-oak@2, 1xtile.chisel.planks-dark-oak@3, 1xtile.chisel.planks-dark-oak@4, 1xtile.chisel.planks-dark-oak@5, 1xtile.chisel.planks-dark-oak@6, 1xtile.chisel.planks-dark-oak@7, 1xtile.chisel.planks-dark-oak@8, 1xtile.chisel.planks-dark-oak@9, 1xtile.chisel.planks-dark-oak@10, 1xtile.chisel.planks-dark-oak@11, 1xtile.chisel.planks-dark-oak@12, 1xtile.chisel.planks-dark-oak@13, 1xtile.chisel.planks-dark-oak@14, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8, 1xtile.natura.nether_planks@0, 1xtile.natura.nether_planks@1, 1xtile.natura.nether_planks@2, 1xtile.natura.nether_planks@3, 1xtile.planks_sakura@0, 1xtile.planks_mulberry@0, 1xtile.blocks.integrateddynamics.menril_planks@0, 1xtile.primal.planks@0, 1xtile.primal.planks@1, 1xtile.primal.planks@2, 1xtile.primal.planks@3, 1xtile.dltplank@0, 1xtile.dreadplanks@0, 1xtile.thebetweenlands.weedwood_planks@0, 1xtile.thebetweenlands.rubber_tree_planks@0, 1xtile.thebetweenlands.giant_root_planks@0, 1xtile.thebetweenlands.hearthgrove_planks@0, 1xtile.thebetweenlands.nibbletwig_planks@0, 1xtile.twilightforest.TowerStone@0, 1xtile.twilightforest.TowerStone@1, 1xtile.twilightforest.TowerStone@2, 1xtile.twilightforest.TowerStone@3, 1xtile.twilightforest.TowerStone@4, 1xtile.totemic:cedar_plank@0, 1xtile.traverse:fir_planks@0, 1xtile.kepler22b_planks.0@0, 1xtile.primal.planks@0, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8]]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2491 betterwithmods:blocks/mech/advanced_bellows RecipeStage{tier='three', recipe=1xtile.bwm:bellows@1:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@60b2548e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@73930d64, net.minecraft.item.crafting.Ingredient@189ff123, net.minecraftforge.oredict.OreIngredient@73930d64, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7a18effc, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2492 betterwithmods:blocks/mech/booster RecipeStage{tier='three', recipe=6xtile.bwm:booster@0:[net.minecraftforge.oredict.OreIngredient@39c48eaa, net.minecraftforge.oredict.OreIngredient@6a7b611c, net.minecraftforge.oredict.OreIngredient@39c48eaa, net.minecraftforge.oredict.OreIngredient@39c48eaa, net.minecraftforge.oredict.OreIngredient@19a0e2af, net.minecraftforge.oredict.OreIngredient@39c48eaa, net.minecraftforge.oredict.OreIngredient@39c48eaa, net.minecraft.item.crafting.Ingredient@6c03ac50, net.minecraftforge.oredict.OreIngredient@39c48eaa]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2496 betterwithmods:blocks/grate_0 RecipeStage{tier='one', recipe=4xtile.bwm:grate@0:[type:MOULDING parent:[1xtile.wood@0], net.minecraftforge.oredict.OreIngredient@2c213016, type:MOULDING parent:[1xtile.wood@0], type:MOULDING parent:[1xtile.wood@0], net.minecraftforge.oredict.OreIngredient@2c213016, type:MOULDING parent:[1xtile.wood@0]]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2497 betterwithmods:blocks/aesthetic.3 RecipeStage{tier='three', recipe=1xtile.bwm:aesthetic@3:[net.minecraftforge.oredict.OreIngredient@6c4b44ea, net.minecraftforge.oredict.OreIngredient@6c4b44ea, net.minecraftforge.oredict.OreIngredient@6c4b44ea, net.minecraftforge.oredict.OreIngredient@6c4b44ea, net.minecraftforge.oredict.OreIngredient@6c4b44ea, net.minecraftforge.oredict.OreIngredient@6c4b44ea, net.minecraftforge.oredict.OreIngredient@6c4b44ea, net.minecraftforge.oredict.OreIngredient@6c4b44ea, net.minecraftforge.oredict.OreIngredient@6c4b44ea]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2498 betterwithmods:blocks/vase/vase_1 RecipeStage{tier='one', recipe=1xtile.bwm:vase@1:[net.minecraftforge.oredict.OreIngredient@483f320, net.minecraftforge.oredict.OreIngredient@5d7e20c7]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2499 betterwithmods:blocks/vase/vase_11 RecipeStage{tier='one', recipe=1xtile.bwm:vase@11:[net.minecraftforge.oredict.OreIngredient@442d82f9, net.minecraftforge.oredict.OreIngredient@5547f07e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2500 betterwithmods:blocks/vase/vase_5 RecipeStage{tier='one', recipe=1xtile.bwm:vase@5:[net.minecraftforge.oredict.OreIngredient@3537c7b, net.minecraftforge.oredict.OreIngredient@260df90c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2501 betterwithmods:blocks/vase/vase_2 RecipeStage{tier='one', recipe=1xtile.bwm:vase@2:[net.minecraftforge.oredict.OreIngredient@4c44fb22, net.minecraftforge.oredict.OreIngredient@55f9f48c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2502 betterwithmods:blocks/vase/vase_12 RecipeStage{tier='one', recipe=1xtile.bwm:vase@12:[net.minecraftforge.oredict.OreIngredient@7c03c9c0, net.minecraftforge.oredict.OreIngredient@23720d23]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2503 betterwithmods:blocks/vase/vase_15 RecipeStage{tier='one', recipe=1xtile.bwm:vase@15:[net.minecraftforge.oredict.OreIngredient@2a604af7, net.minecraftforge.oredict.OreIngredient@38ea3cf1]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2504 betterwithmods:blocks/vase/vase_13 RecipeStage{tier='one', recipe=1xtile.bwm:vase@13:[net.minecraftforge.oredict.OreIngredient@677b1a4c, net.minecraftforge.oredict.OreIngredient@7aa86cc2]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2505 betterwithmods:blocks/vase/vase_14 RecipeStage{tier='one', recipe=1xtile.bwm:vase@14:[net.minecraftforge.oredict.OreIngredient@2a8e7633, net.minecraftforge.oredict.OreIngredient@5eeb0a99]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2506 betterwithmods:blocks/vase/vase_3 RecipeStage{tier='one', recipe=1xtile.bwm:vase@3:[net.minecraftforge.oredict.OreIngredient@81e9a81, net.minecraftforge.oredict.OreIngredient@13f5675b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2507 betterwithmods:blocks/vase/vase_9 RecipeStage{tier='one', recipe=1xtile.bwm:vase@9:[net.minecraftforge.oredict.OreIngredient@38e49722, net.minecraftforge.oredict.OreIngredient@6c74b4a5]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2508 betterwithmods:blocks/vase/vase_4 RecipeStage{tier='one', recipe=1xtile.bwm:vase@4:[net.minecraftforge.oredict.OreIngredient@77695ff7, net.minecraftforge.oredict.OreIngredient@5f71c7fc]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2509 betterwithmods:blocks/vase/vase_0 RecipeStage{tier='one', recipe=1xtile.bwm:vase@0:[net.minecraftforge.oredict.OreIngredient@21e1bcae, net.minecraftforge.oredict.OreIngredient@d72f7c0]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2510 betterwithmods:blocks/vase/vase_8 RecipeStage{tier='one', recipe=1xtile.bwm:vase@8:[net.minecraftforge.oredict.OreIngredient@5d84db97, net.minecraftforge.oredict.OreIngredient@780c1b4c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2511 betterwithmods:blocks/vase/vase_6 RecipeStage{tier='one', recipe=1xtile.bwm:vase@6:[net.minecraftforge.oredict.OreIngredient@710ba88e, net.minecraftforge.oredict.OreIngredient@75371d9]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2512 betterwithmods:blocks/vase/vase_10 RecipeStage{tier='one', recipe=1xtile.bwm:vase@10:[net.minecraftforge.oredict.OreIngredient@557d045b, net.minecraftforge.oredict.OreIngredient@e0651f8]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2513 betterwithmods:blocks/vase/vase_7 RecipeStage{tier='one', recipe=1xtile.bwm:vase@7:[net.minecraftforge.oredict.OreIngredient@3fdd91ee, net.minecraftforge.oredict.OreIngredient@c2f2d5c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2514 betterwithmods:piles/dirt RecipeStage{tier='tutorial', recipe=1xtile.dirt@0:[net.minecraft.item.crafting.Ingredient@12a1501a, net.minecraft.item.crafting.Ingredient@12a1501a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2515 betterwithmods:piles/dirt_slab_1 RecipeStage{tier='zero', recipe=4xtile.bwm:dirt_slab@0:[net.minecraft.item.crafting.Ingredient@70a28495, net.minecraft.item.crafting.Ingredient@70a28495]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2516 betterwithmods:piles/sand_1 RecipeStage{tier='tutorial', recipe=1xtile.sand@1:[net.minecraft.item.crafting.Ingredient@3fe4587a, net.minecraft.item.crafting.Ingredient@66cf79e0, net.minecraft.item.crafting.Ingredient@6f931734, net.minecraft.item.crafting.Ingredient@3b42014]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2517 betterwithmods:piles/dirt_pile RecipeStage{tier='zero', recipe=4xitem.bwm:dirt_pile@0:[net.minecraft.item.crafting.Ingredient@56584234]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2518 betterwithmods:piles/sand_0 RecipeStage{tier='tutorial', recipe=1xtile.sand@0:[net.minecraft.item.crafting.Ingredient@33342e2b, net.minecraft.item.crafting.Ingredient@ae67608, net.minecraft.item.crafting.Ingredient@27fe4043, net.minecraft.item.crafting.Ingredient@4cf424ad]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2519 betterwithmods:piles/dirt_0 RecipeStage{tier='tutorial', recipe=1xtile.dirt@0:[net.minecraft.item.crafting.Ingredient@5fd946cb, net.minecraft.item.crafting.Ingredient@19cff330, net.minecraft.item.crafting.Ingredient@1d2bc558, net.minecraft.item.crafting.Ingredient@13925f6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2520 betterwithmods:piles/gravel_pile RecipeStage{tier='zero', recipe=4xitem.bwm:gravel_pile@0:[net.minecraft.item.crafting.Ingredient@79ef7c89]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2521 betterwithmods:piles/gravel RecipeStage{tier='tutorial', recipe=1xtile.gravel@0:[net.minecraft.item.crafting.Ingredient@22cec250, net.minecraft.item.crafting.Ingredient@62aa2609, net.minecraft.item.crafting.Ingredient@4c61d330, net.minecraft.item.crafting.Ingredient@53769318]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2522 betterwithmods:piles/dirt_slab_0 RecipeStage{tier='zero', recipe=1xtile.bwm:dirt_slab@0:[net.minecraft.item.crafting.Ingredient@1164fd93, net.minecraft.item.crafting.Ingredient@66569dec]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2523 betterwithmods:piles/sand_pile RecipeStage{tier='zero', recipe=4xitem.bwm:sand_pile@0:[net.minecraft.item.crafting.Ingredient@15c10328]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2524 betterwithmods:piles/red_sand_pile RecipeStage{tier='zero', recipe=4xitem.bwm:red_sand_pile@0:[net.minecraft.item.crafting.Ingredient@a65a047]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2526 betterwithmods:higheff/oak_stairs RecipeStage{tier='one', recipe=1xtile.stairsWood@0:[type:MOULDING parent:[1xtile.wood@0], net.minecraft.item.crafting.Ingredient$1@7e2c8622, type:MOULDING parent:[1xtile.wood@0], type:MOULDING parent:[1xtile.wood@0]]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2527 betterwithmods:higheff/cobblestone_stairs RecipeStage{tier='one', recipe=1xtile.stairsStone@0:[type:MOULDING parent:[1xtile.stonebrick@0], net.minecraft.item.crafting.Ingredient$1@7e2c8622, type:MOULDING parent:[1xtile.stonebrick@0], type:MOULDING parent:[1xtile.stonebrick@0]]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2528 betterwithmods:higheff/dark_oak_fence RecipeStage{tier='one', recipe=2xtile.darkOakFence@0:[type:MOULDING parent:[1xtile.wood@5], type:MOULDING parent:[1xtile.wood@5], type:MOULDING parent:[1xtile.wood@5]]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2529 betterwithmods:higheff/spruce_fence RecipeStage{tier='one', recipe=2xtile.spruceFence@0:[type:MOULDING parent:[1xtile.wood@1], type:MOULDING parent:[1xtile.wood@1], type:MOULDING parent:[1xtile.wood@1]]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2531 betterwithmods:higheff/birch_door RecipeStage{tier='one', recipe=1xitem.doorBirch@0:[type:SIDING parent:[1xtile.wood@2], type:SIDING parent:[1xtile.wood@2], type:SIDING parent:[1xtile.wood@2], type:SIDING parent:[1xtile.wood@2], type:SIDING parent:[1xtile.wood@2], type:SIDING parent:[1xtile.wood@2]]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2532 betterwithmods:higheff/dark_oak_door RecipeStage{tier='one', recipe=1xitem.doorDarkOak@0:[type:SIDING parent:[1xtile.wood@5], type:SIDING parent:[1xtile.wood@5], type:SIDING parent:[1xtile.wood@5], type:SIDING parent:[1xtile.wood@5], type:SIDING parent:[1xtile.wood@5], type:SIDING parent:[1xtile.wood@5]]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2533 betterwithmods:higheff/spruce_stairs RecipeStage{tier='one', recipe=1xtile.stairsWoodSpruce@0:[type:MOULDING parent:[1xtile.wood@1], net.minecraft.item.crafting.Ingredient$1@7e2c8622, type:MOULDING parent:[1xtile.wood@1], type:MOULDING parent:[1xtile.wood@1]]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2534 betterwithmods:higheff/jungle_fence_gate RecipeStage{tier='one', recipe=1xtile.jungleFenceGate@0:[type:MOULDING parent:[1xtile.wood@3], type:SIDING parent:[1xtile.wood@3], type:MOULDING parent:[1xtile.wood@3]]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2535 betterwithmods:higheff/acacia_fence_gate RecipeStage{tier='one', recipe=1xtile.acaciaFenceGate@0:[type:MOULDING parent:[1xtile.wood@4], type:SIDING parent:[1xtile.wood@4], type:MOULDING parent:[1xtile.wood@4]]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2539 betterwithmods:higheff/acacia_door RecipeStage{tier='one', recipe=1xitem.doorAcacia@0:[type:SIDING parent:[1xtile.wood@4], type:SIDING parent:[1xtile.wood@4], type:SIDING parent:[1xtile.wood@4], type:SIDING parent:[1xtile.wood@4], type:SIDING parent:[1xtile.wood@4], type:SIDING parent:[1xtile.wood@4]]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2540 betterwithmods:higheff/dark_oak_stairs RecipeStage{tier='one', recipe=1xtile.stairsWoodDarkOak@0:[type:MOULDING parent:[1xtile.wood@5], net.minecraft.item.crafting.Ingredient$1@7e2c8622, type:MOULDING parent:[1xtile.wood@5], type:MOULDING parent:[1xtile.wood@5]]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2541 betterwithmods:higheff/noteblock RecipeStage{tier='three', recipe=1xtile.musicBlock@0:[type:SIDING parent:[1xtile.wood@0, 1xtile.wood@1, 1xtile.wood@2, 1xtile.wood@3, 1xtile.wood@4, 1xtile.wood@5, 1xtile.rustic.planks@0, 1xtile.rustic.planks@1, 1xtile.rustic.painted_wood_black@0, 1xtile.rustic.painted_wood_blue@0, 1xtile.rustic.painted_wood_brown@0, 1xtile.rustic.painted_wood_cyan@0, 1xtile.rustic.painted_wood_gray@0, 1xtile.rustic.painted_wood_green@0, 1xtile.rustic.painted_wood_light_blue@0, 1xtile.rustic.painted_wood_lime@0, 1xtile.rustic.painted_wood_magenta@0, 1xtile.rustic.painted_wood_orange@0, 1xtile.rustic.painted_wood_pink@0, 1xtile.rustic.painted_wood_purple@0, 1xtile.rustic.painted_wood_red@0, 1xtile.rustic.painted_wood_silver@0, 1xtile.rustic.painted_wood_white@0, 1xtile.rustic.painted_wood_yellow@0, 1xtile.chisel.planks-oak@0, 1xtile.chisel.planks-oak@1, 1xtile.chisel.planks-oak@2, 1xtile.chisel.planks-oak@3, 1xtile.chisel.planks-oak@4, 1xtile.chisel.planks-oak@5, 1xtile.chisel.planks-oak@6, 1xtile.chisel.planks-oak@7, 1xtile.chisel.planks-oak@8, 1xtile.chisel.planks-oak@9, 1xtile.chisel.planks-oak@10, 1xtile.chisel.planks-oak@11, 1xtile.chisel.planks-oak@12, 1xtile.chisel.planks-oak@13, 1xtile.chisel.planks-oak@14, 1xtile.chisel.planks-spruce@0, 1xtile.chisel.planks-spruce@1, 1xtile.chisel.planks-spruce@2, 1xtile.chisel.planks-spruce@3, 1xtile.chisel.planks-spruce@4, 1xtile.chisel.planks-spruce@5, 1xtile.chisel.planks-spruce@6, 1xtile.chisel.planks-spruce@7, 1xtile.chisel.planks-spruce@8, 1xtile.chisel.planks-spruce@9, 1xtile.chisel.planks-spruce@10, 1xtile.chisel.planks-spruce@11, 1xtile.chisel.planks-spruce@12, 1xtile.chisel.planks-spruce@13, 1xtile.chisel.planks-spruce@14, 1xtile.chisel.planks-birch@0, 1xtile.chisel.planks-birch@1, 1xtile.chisel.planks-birch@2, 1xtile.chisel.planks-birch@3, 1xtile.chisel.planks-birch@4, 1xtile.chisel.planks-birch@5, 1xtile.chisel.planks-birch@6, 1xtile.chisel.planks-birch@7, 1xtile.chisel.planks-birch@8, 1xtile.chisel.planks-birch@9, 1xtile.chisel.planks-birch@10, 1xtile.chisel.planks-birch@11, 1xtile.chisel.planks-birch@12, 1xtile.chisel.planks-birch@13, 1xtile.chisel.planks-birch@14, 1xtile.chisel.planks-jungle@0, 1xtile.chisel.planks-jungle@1, 1xtile.chisel.planks-jungle@2, 1xtile.chisel.planks-jungle@3, 1xtile.chisel.planks-jungle@4, 1xtile.chisel.planks-jungle@5, 1xtile.chisel.planks-jungle@6, 1xtile.chisel.planks-jungle@7, 1xtile.chisel.planks-jungle@8, 1xtile.chisel.planks-jungle@9, 1xtile.chisel.planks-jungle@10, 1xtile.chisel.planks-jungle@11, 1xtile.chisel.planks-jungle@12, 1xtile.chisel.planks-jungle@13, 1xtile.chisel.planks-jungle@14, 1xtile.chisel.planks-acacia@0, 1xtile.chisel.planks-acacia@1, 1xtile.chisel.planks-acacia@2, 1xtile.chisel.planks-acacia@3, 1xtile.chisel.planks-acacia@4, 1xtile.chisel.planks-acacia@5, 1xtile.chisel.planks-acacia@6, 1xtile.chisel.planks-acacia@7, 1xtile.chisel.planks-acacia@8, 1xtile.chisel.planks-acacia@9, 1xtile.chisel.planks-acacia@10, 1xtile.chisel.planks-acacia@11, 1xtile.chisel.planks-acacia@12, 1xtile.chisel.planks-acacia@13, 1xtile.chisel.planks-acacia@14, 1xtile.chisel.planks-dark-oak@0, 1xtile.chisel.planks-dark-oak@1, 1xtile.chisel.planks-dark-oak@2, 1xtile.chisel.planks-dark-oak@3, 1xtile.chisel.planks-dark-oak@4, 1xtile.chisel.planks-dark-oak@5, 1xtile.chisel.planks-dark-oak@6, 1xtile.chisel.planks-dark-oak@7, 1xtile.chisel.planks-dark-oak@8, 1xtile.chisel.planks-dark-oak@9, 1xtile.chisel.planks-dark-oak@10, 1xtile.chisel.planks-dark-oak@11, 1xtile.chisel.planks-dark-oak@12, 1xtile.chisel.planks-dark-oak@13, 1xtile.chisel.planks-dark-oak@14, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8, 1xtile.natura.nether_planks@0, 1xtile.natura.nether_planks@1, 1xtile.natura.nether_planks@2, 1xtile.natura.nether_planks@3, 1xtile.planks_sakura@0, 1xtile.planks_mulberry@0, 1xtile.blocks.integrateddynamics.menril_planks@0, 1xtile.primal.planks@0, 1xtile.primal.planks@1, 1xtile.primal.planks@2, 1xtile.primal.planks@3, 1xtile.dltplank@0, 1xtile.dreadplanks@0, 1xtile.thebetweenlands.weedwood_planks@0, 1xtile.thebetweenlands.rubber_tree_planks@0, 1xtile.thebetweenlands.giant_root_planks@0, 1xtile.thebetweenlands.hearthgrove_planks@0, 1xtile.thebetweenlands.nibbletwig_planks@0, 1xtile.twilightforest.TowerStone@0, 1xtile.twilightforest.TowerStone@1, 1xtile.twilightforest.TowerStone@2, 1xtile.twilightforest.TowerStone@3, 1xtile.twilightforest.TowerStone@4, 1xtile.totemic:cedar_plank@0, 1xtile.traverse:fir_planks@0, 1xtile.kepler22b_planks.0@0, 1xtile.primal.planks@0, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8], type:SIDING parent:[1xtile.wood@0, 1xtile.wood@1, 1xtile.wood@2, 1xtile.wood@3, 1xtile.wood@4, 1xtile.wood@5, 1xtile.rustic.planks@0, 1xtile.rustic.planks@1, 1xtile.rustic.painted_wood_black@0, 1xtile.rustic.painted_wood_blue@0, 1xtile.rustic.painted_wood_brown@0, 1xtile.rustic.painted_wood_cyan@0, 1xtile.rustic.painted_wood_gray@0, 1xtile.rustic.painted_wood_green@0, 1xtile.rustic.painted_wood_light_blue@0, 1xtile.rustic.painted_wood_lime@0, 1xtile.rustic.painted_wood_magenta@0, 1xtile.rustic.painted_wood_orange@0, 1xtile.rustic.painted_wood_pink@0, 1xtile.rustic.painted_wood_purple@0, 1xtile.rustic.painted_wood_red@0, 1xtile.rustic.painted_wood_silver@0, 1xtile.rustic.painted_wood_white@0, 1xtile.rustic.painted_wood_yellow@0, 1xtile.chisel.planks-oak@0, 1xtile.chisel.planks-oak@1, 1xtile.chisel.planks-oak@2, 1xtile.chisel.planks-oak@3, 1xtile.chisel.planks-oak@4, 1xtile.chisel.planks-oak@5, 1xtile.chisel.planks-oak@6, 1xtile.chisel.planks-oak@7, 1xtile.chisel.planks-oak@8, 1xtile.chisel.planks-oak@9, 1xtile.chisel.planks-oak@10, 1xtile.chisel.planks-oak@11, 1xtile.chisel.planks-oak@12, 1xtile.chisel.planks-oak@13, 1xtile.chisel.planks-oak@14, 1xtile.chisel.planks-spruce@0, 1xtile.chisel.planks-spruce@1, 1xtile.chisel.planks-spruce@2, 1xtile.chisel.planks-spruce@3, 1xtile.chisel.planks-spruce@4, 1xtile.chisel.planks-spruce@5, 1xtile.chisel.planks-spruce@6, 1xtile.chisel.planks-spruce@7, 1xtile.chisel.planks-spruce@8, 1xtile.chisel.planks-spruce@9, 1xtile.chisel.planks-spruce@10, 1xtile.chisel.planks-spruce@11, 1xtile.chisel.planks-spruce@12, 1xtile.chisel.planks-spruce@13, 1xtile.chisel.planks-spruce@14, 1xtile.chisel.planks-birch@0, 1xtile.chisel.planks-birch@1, 1xtile.chisel.planks-birch@2, 1xtile.chisel.planks-birch@3, 1xtile.chisel.planks-birch@4, 1xtile.chisel.planks-birch@5, 1xtile.chisel.planks-birch@6, 1xtile.chisel.planks-birch@7, 1xtile.chisel.planks-birch@8, 1xtile.chisel.planks-birch@9, 1xtile.chisel.planks-birch@10, 1xtile.chisel.planks-birch@11, 1xtile.chisel.planks-birch@12, 1xtile.chisel.planks-birch@13, 1xtile.chisel.planks-birch@14, 1xtile.chisel.planks-jungle@0, 1xtile.chisel.planks-jungle@1, 1xtile.chisel.planks-jungle@2, 1xtile.chisel.planks-jungle@3, 1xtile.chisel.planks-jungle@4, 1xtile.chisel.planks-jungle@5, 1xtile.chisel.planks-jungle@6, 1xtile.chisel.planks-jungle@7, 1xtile.chisel.planks-jungle@8, 1xtile.chisel.planks-jungle@9, 1xtile.chisel.planks-jungle@10, 1xtile.chisel.planks-jungle@11, 1xtile.chisel.planks-jungle@12, 1xtile.chisel.planks-jungle@13, 1xtile.chisel.planks-jungle@14, 1xtile.chisel.planks-acacia@0, 1xtile.chisel.planks-acacia@1, 1xtile.chisel.planks-acacia@2, 1xtile.chisel.planks-acacia@3, 1xtile.chisel.planks-acacia@4, 1xtile.chisel.planks-acacia@5, 1xtile.chisel.planks-acacia@6, 1xtile.chisel.planks-acacia@7, 1xtile.chisel.planks-acacia@8, 1xtile.chisel.planks-acacia@9, 1xtile.chisel.planks-acacia@10, 1xtile.chisel.planks-acacia@11, 1xtile.chisel.planks-acacia@12, 1xtile.chisel.planks-acacia@13, 1xtile.chisel.planks-acacia@14, 1xtile.chisel.planks-dark-oak@0, 1xtile.chisel.planks-dark-oak@1, 1xtile.chisel.planks-dark-oak@2, 1xtile.chisel.planks-dark-oak@3, 1xtile.chisel.planks-dark-oak@4, 1xtile.chisel.planks-dark-oak@5, 1xtile.chisel.planks-dark-oak@6, 1xtile.chisel.planks-dark-oak@7, 1xtile.chisel.planks-dark-oak@8, 1xtile.chisel.planks-dark-oak@9, 1xtile.chisel.planks-dark-oak@10, 1xtile.chisel.planks-dark-oak@11, 1xtile.chisel.planks-dark-oak@12, 1xtile.chisel.planks-dark-oak@13, 1xtile.chisel.planks-dark-oak@14, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8, 1xtile.natura.nether_planks@0, 1xtile.natura.nether_planks@1, 1xtile.natura.nether_planks@2, 1xtile.natura.nether_planks@3, 1xtile.planks_sakura@0, 1xtile.planks_mulberry@0, 1xtile.blocks.integrateddynamics.menril_planks@0, 1xtile.primal.planks@0, 1xtile.primal.planks@1, 1xtile.primal.planks@2, 1xtile.primal.planks@3, 1xtile.dltplank@0, 1xtile.dreadplanks@0, 1xtile.thebetweenlands.weedwood_planks@0, 1xtile.thebetweenlands.rubber_tree_planks@0, 1xtile.thebetweenlands.giant_root_planks@0, 1xtile.thebetweenlands.hearthgrove_planks@0, 1xtile.thebetweenlands.nibbletwig_planks@0, 1xtile.twilightforest.TowerStone@0, 1xtile.twilightforest.TowerStone@1, 1xtile.twilightforest.TowerStone@2, 1xtile.twilightforest.TowerStone@3, 1xtile.twilightforest.TowerStone@4, 1xtile.totemic:cedar_plank@0, 1xtile.traverse:fir_planks@0, 1xtile.kepler22b_planks.0@0, 1xtile.primal.planks@0, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8], type:SIDING parent:[1xtile.wood@0, 1xtile.wood@1, 1xtile.wood@2, 1xtile.wood@3, 1xtile.wood@4, 1xtile.wood@5, 1xtile.rustic.planks@0, 1xtile.rustic.planks@1, 1xtile.rustic.painted_wood_black@0, 1xtile.rustic.painted_wood_blue@0, 1xtile.rustic.painted_wood_brown@0, 1xtile.rustic.painted_wood_cyan@0, 1xtile.rustic.painted_wood_gray@0, 1xtile.rustic.painted_wood_green@0, 1xtile.rustic.painted_wood_light_blue@0, 1xtile.rustic.painted_wood_lime@0, 1xtile.rustic.painted_wood_magenta@0, 1xtile.rustic.painted_wood_orange@0, 1xtile.rustic.painted_wood_pink@0, 1xtile.rustic.painted_wood_purple@0, 1xtile.rustic.painted_wood_red@0, 1xtile.rustic.painted_wood_silver@0, 1xtile.rustic.painted_wood_white@0, 1xtile.rustic.painted_wood_yellow@0, 1xtile.chisel.planks-oak@0, 1xtile.chisel.planks-oak@1, 1xtile.chisel.planks-oak@2, 1xtile.chisel.planks-oak@3, 1xtile.chisel.planks-oak@4, 1xtile.chisel.planks-oak@5, 1xtile.chisel.planks-oak@6, 1xtile.chisel.planks-oak@7, 1xtile.chisel.planks-oak@8, 1xtile.chisel.planks-oak@9, 1xtile.chisel.planks-oak@10, 1xtile.chisel.planks-oak@11, 1xtile.chisel.planks-oak@12, 1xtile.chisel.planks-oak@13, 1xtile.chisel.planks-oak@14, 1xtile.chisel.planks-spruce@0, 1xtile.chisel.planks-spruce@1, 1xtile.chisel.planks-spruce@2, 1xtile.chisel.planks-spruce@3, 1xtile.chisel.planks-spruce@4, 1xtile.chisel.planks-spruce@5, 1xtile.chisel.planks-spruce@6, 1xtile.chisel.planks-spruce@7, 1xtile.chisel.planks-spruce@8, 1xtile.chisel.planks-spruce@9, 1xtile.chisel.planks-spruce@10, 1xtile.chisel.planks-spruce@11, 1xtile.chisel.planks-spruce@12, 1xtile.chisel.planks-spruce@13, 1xtile.chisel.planks-spruce@14, 1xtile.chisel.planks-birch@0, 1xtile.chisel.planks-birch@1, 1xtile.chisel.planks-birch@2, 1xtile.chisel.planks-birch@3, 1xtile.chisel.planks-birch@4, 1xtile.chisel.planks-birch@5, 1xtile.chisel.planks-birch@6, 1xtile.chisel.planks-birch@7, 1xtile.chisel.planks-birch@8, 1xtile.chisel.planks-birch@9, 1xtile.chisel.planks-birch@10, 1xtile.chisel.planks-birch@11, 1xtile.chisel.planks-birch@12, 1xtile.chisel.planks-birch@13, 1xtile.chisel.planks-birch@14, 1xtile.chisel.planks-jungle@0, 1xtile.chisel.planks-jungle@1, 1xtile.chisel.planks-jungle@2, 1xtile.chisel.planks-jungle@3, 1xtile.chisel.planks-jungle@4, 1xtile.chisel.planks-jungle@5, 1xtile.chisel.planks-jungle@6, 1xtile.chisel.planks-jungle@7, 1xtile.chisel.planks-jungle@8, 1xtile.chisel.planks-jungle@9, 1xtile.chisel.planks-jungle@10, 1xtile.chisel.planks-jungle@11, 1xtile.chisel.planks-jungle@12, 1xtile.chisel.planks-jungle@13, 1xtile.chisel.planks-jungle@14, 1xtile.chisel.planks-acacia@0, 1xtile.chisel.planks-acacia@1, 1xtile.chisel.planks-acacia@2, 1xtile.chisel.planks-acacia@3, 1xtile.chisel.planks-acacia@4, 1xtile.chisel.planks-acacia@5, 1xtile.chisel.planks-acacia@6, 1xtile.chisel.planks-acacia@7, 1xtile.chisel.planks-acacia@8, 1xtile.chisel.planks-acacia@9, 1xtile.chisel.planks-acacia@10, 1xtile.chisel.planks-acacia@11, 1xtile.chisel.planks-acacia@12, 1xtile.chisel.planks-acacia@13, 1xtile.chisel.planks-acacia@14, 1xtile.chisel.planks-dark-oak@0, 1xtile.chisel.planks-dark-oak@1, 1xtile.chisel.planks-dark-oak@2, 1xtile.chisel.planks-dark-oak@3, 1xtile.chisel.planks-dark-oak@4, 1xtile.chisel.planks-dark-oak@5, 1xtile.chisel.planks-dark-oak@6, 1xtile.chisel.planks-dark-oak@7, 1xtile.chisel.planks-dark-oak@8, 1xtile.chisel.planks-dark-oak@9, 1xtile.chisel.planks-dark-oak@10, 1xtile.chisel.planks-dark-oak@11, 1xtile.chisel.planks-dark-oak@12, 1xtile.chisel.planks-dark-oak@13, 1xtile.chisel.planks-dark-oak@14, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8, 1xtile.natura.nether_planks@0, 1xtile.natura.nether_planks@1, 1xtile.natura.nether_planks@2, 1xtile.natura.nether_planks@3, 1xtile.planks_sakura@0, 1xtile.planks_mulberry@0, 1xtile.blocks.integrateddynamics.menril_planks@0, 1xtile.primal.planks@0, 1xtile.primal.planks@1, 1xtile.primal.planks@2, 1xtile.primal.planks@3, 1xtile.dltplank@0, 1xtile.dreadplanks@0, 1xtile.thebetweenlands.weedwood_planks@0, 1xtile.thebetweenlands.rubber_tree_planks@0, 1xtile.thebetweenlands.giant_root_planks@0, 1xtile.thebetweenlands.hearthgrove_planks@0, 1xtile.thebetweenlands.nibbletwig_planks@0, 1xtile.twilightforest.TowerStone@0, 1xtile.twilightforest.TowerStone@1, 1xtile.twilightforest.TowerStone@2, 1xtile.twilightforest.TowerStone@3, 1xtile.twilightforest.TowerStone@4, 1xtile.totemic:cedar_plank@0, 1xtile.traverse:fir_planks@0, 1xtile.kepler22b_planks.0@0, 1xtile.primal.planks@0, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8], type:SIDING parent:[1xtile.wood@0, 1xtile.wood@1, 1xtile.wood@2, 1xtile.wood@3, 1xtile.wood@4, 1xtile.wood@5, 1xtile.rustic.planks@0, 1xtile.rustic.planks@1, 1xtile.rustic.painted_wood_black@0, 1xtile.rustic.painted_wood_blue@0, 1xtile.rustic.painted_wood_brown@0, 1xtile.rustic.painted_wood_cyan@0, 1xtile.rustic.painted_wood_gray@0, 1xtile.rustic.painted_wood_green@0, 1xtile.rustic.painted_wood_light_blue@0, 1xtile.rustic.painted_wood_lime@0, 1xtile.rustic.painted_wood_magenta@0, 1xtile.rustic.painted_wood_orange@0, 1xtile.rustic.painted_wood_pink@0, 1xtile.rustic.painted_wood_purple@0, 1xtile.rustic.painted_wood_red@0, 1xtile.rustic.painted_wood_silver@0, 1xtile.rustic.painted_wood_white@0, 1xtile.rustic.painted_wood_yellow@0, 1xtile.chisel.planks-oak@0, 1xtile.chisel.planks-oak@1, 1xtile.chisel.planks-oak@2, 1xtile.chisel.planks-oak@3, 1xtile.chisel.planks-oak@4, 1xtile.chisel.planks-oak@5, 1xtile.chisel.planks-oak@6, 1xtile.chisel.planks-oak@7, 1xtile.chisel.planks-oak@8, 1xtile.chisel.planks-oak@9, 1xtile.chisel.planks-oak@10, 1xtile.chisel.planks-oak@11, 1xtile.chisel.planks-oak@12, 1xtile.chisel.planks-oak@13, 1xtile.chisel.planks-oak@14, 1xtile.chisel.planks-spruce@0, 1xtile.chisel.planks-spruce@1, 1xtile.chisel.planks-spruce@2, 1xtile.chisel.planks-spruce@3, 1xtile.chisel.planks-spruce@4, 1xtile.chisel.planks-spruce@5, 1xtile.chisel.planks-spruce@6, 1xtile.chisel.planks-spruce@7, 1xtile.chisel.planks-spruce@8, 1xtile.chisel.planks-spruce@9, 1xtile.chisel.planks-spruce@10, 1xtile.chisel.planks-spruce@11, 1xtile.chisel.planks-spruce@12, 1xtile.chisel.planks-spruce@13, 1xtile.chisel.planks-spruce@14, 1xtile.chisel.planks-birch@0, 1xtile.chisel.planks-birch@1, 1xtile.chisel.planks-birch@2, 1xtile.chisel.planks-birch@3, 1xtile.chisel.planks-birch@4, 1xtile.chisel.planks-birch@5, 1xtile.chisel.planks-birch@6, 1xtile.chisel.planks-birch@7, 1xtile.chisel.planks-birch@8, 1xtile.chisel.planks-birch@9, 1xtile.chisel.planks-birch@10, 1xtile.chisel.planks-birch@11, 1xtile.chisel.planks-birch@12, 1xtile.chisel.planks-birch@13, 1xtile.chisel.planks-birch@14, 1xtile.chisel.planks-jungle@0, 1xtile.chisel.planks-jungle@1, 1xtile.chisel.planks-jungle@2, 1xtile.chisel.planks-jungle@3, 1xtile.chisel.planks-jungle@4, 1xtile.chisel.planks-jungle@5, 1xtile.chisel.planks-jungle@6, 1xtile.chisel.planks-jungle@7, 1xtile.chisel.planks-jungle@8, 1xtile.chisel.planks-jungle@9, 1xtile.chisel.planks-jungle@10, 1xtile.chisel.planks-jungle@11, 1xtile.chisel.planks-jungle@12, 1xtile.chisel.planks-jungle@13, 1xtile.chisel.planks-jungle@14, 1xtile.chisel.planks-acacia@0, 1xtile.chisel.planks-acacia@1, 1xtile.chisel.planks-acacia@2, 1xtile.chisel.planks-acacia@3, 1xtile.chisel.planks-acacia@4, 1xtile.chisel.planks-acacia@5, 1xtile.chisel.planks-acacia@6, 1xtile.chisel.planks-acacia@7, 1xtile.chisel.planks-acacia@8, 1xtile.chisel.planks-acacia@9, 1xtile.chisel.planks-acacia@10, 1xtile.chisel.planks-acacia@11, 1xtile.chisel.planks-acacia@12, 1xtile.chisel.planks-acacia@13, 1xtile.chisel.planks-acacia@14, 1xtile.chisel.planks-dark-oak@0, 1xtile.chisel.planks-dark-oak@1, 1xtile.chisel.planks-dark-oak@2, 1xtile.chisel.planks-dark-oak@3, 1xtile.chisel.planks-dark-oak@4, 1xtile.chisel.planks-dark-oak@5, 1xtile.chisel.planks-dark-oak@6, 1xtile.chisel.planks-dark-oak@7, 1xtile.chisel.planks-dark-oak@8, 1xtile.chisel.planks-dark-oak@9, 1xtile.chisel.planks-dark-oak@10, 1xtile.chisel.planks-dark-oak@11, 1xtile.chisel.planks-dark-oak@12, 1xtile.chisel.planks-dark-oak@13, 1xtile.chisel.planks-dark-oak@14, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8, 1xtile.natura.nether_planks@0, 1xtile.natura.nether_planks@1, 1xtile.natura.nether_planks@2, 1xtile.natura.nether_planks@3, 1xtile.planks_sakura@0, 1xtile.planks_mulberry@0, 1xtile.blocks.integrateddynamics.menril_planks@0, 1xtile.primal.planks@0, 1xtile.primal.planks@1, 1xtile.primal.planks@2, 1xtile.primal.planks@3, 1xtile.dltplank@0, 1xtile.dreadplanks@0, 1xtile.thebetweenlands.weedwood_planks@0, 1xtile.thebetweenlands.rubber_tree_planks@0, 1xtile.thebetweenlands.giant_root_planks@0, 1xtile.thebetweenlands.hearthgrove_planks@0, 1xtile.thebetweenlands.nibbletwig_planks@0, 1xtile.twilightforest.TowerStone@0, 1xtile.twilightforest.TowerStone@1, 1xtile.twilightforest.TowerStone@2, 1xtile.twilightforest.TowerStone@3, 1xtile.twilightforest.TowerStone@4, 1xtile.totemic:cedar_plank@0, 1xtile.traverse:fir_planks@0, 1xtile.kepler22b_planks.0@0, 1xtile.primal.planks@0, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8], net.minecraftforge.oredict.OreIngredient@413c7813, type:SIDING parent:[1xtile.wood@0, 1xtile.wood@1, 1xtile.wood@2, 1xtile.wood@3, 1xtile.wood@4, 1xtile.wood@5, 1xtile.rustic.planks@0, 1xtile.rustic.planks@1, 1xtile.rustic.painted_wood_black@0, 1xtile.rustic.painted_wood_blue@0, 1xtile.rustic.painted_wood_brown@0, 1xtile.rustic.painted_wood_cyan@0, 1xtile.rustic.painted_wood_gray@0, 1xtile.rustic.painted_wood_green@0, 1xtile.rustic.painted_wood_light_blue@0, 1xtile.rustic.painted_wood_lime@0, 1xtile.rustic.painted_wood_magenta@0, 1xtile.rustic.painted_wood_orange@0, 1xtile.rustic.painted_wood_pink@0, 1xtile.rustic.painted_wood_purple@0, 1xtile.rustic.painted_wood_red@0, 1xtile.rustic.painted_wood_silver@0, 1xtile.rustic.painted_wood_white@0, 1xtile.rustic.painted_wood_yellow@0, 1xtile.chisel.planks-oak@0, 1xtile.chisel.planks-oak@1, 1xtile.chisel.planks-oak@2, 1xtile.chisel.planks-oak@3, 1xtile.chisel.planks-oak@4, 1xtile.chisel.planks-oak@5, 1xtile.chisel.planks-oak@6, 1xtile.chisel.planks-oak@7, 1xtile.chisel.planks-oak@8, 1xtile.chisel.planks-oak@9, 1xtile.chisel.planks-oak@10, 1xtile.chisel.planks-oak@11, 1xtile.chisel.planks-oak@12, 1xtile.chisel.planks-oak@13, 1xtile.chisel.planks-oak@14, 1xtile.chisel.planks-spruce@0, 1xtile.chisel.planks-spruce@1, 1xtile.chisel.planks-spruce@2, 1xtile.chisel.planks-spruce@3, 1xtile.chisel.planks-spruce@4, 1xtile.chisel.planks-spruce@5, 1xtile.chisel.planks-spruce@6, 1xtile.chisel.planks-spruce@7, 1xtile.chisel.planks-spruce@8, 1xtile.chisel.planks-spruce@9, 1xtile.chisel.planks-spruce@10, 1xtile.chisel.planks-spruce@11, 1xtile.chisel.planks-spruce@12, 1xtile.chisel.planks-spruce@13, 1xtile.chisel.planks-spruce@14, 1xtile.chisel.planks-birch@0, 1xtile.chisel.planks-birch@1, 1xtile.chisel.planks-birch@2, 1xtile.chisel.planks-birch@3, 1xtile.chisel.planks-birch@4, 1xtile.chisel.planks-birch@5, 1xtile.chisel.planks-birch@6, 1xtile.chisel.planks-birch@7, 1xtile.chisel.planks-birch@8, 1xtile.chisel.planks-birch@9, 1xtile.chisel.planks-birch@10, 1xtile.chisel.planks-birch@11, 1xtile.chisel.planks-birch@12, 1xtile.chisel.planks-birch@13, 1xtile.chisel.planks-birch@14, 1xtile.chisel.planks-jungle@0, 1xtile.chisel.planks-jungle@1, 1xtile.chisel.planks-jungle@2, 1xtile.chisel.planks-jungle@3, 1xtile.chisel.planks-jungle@4, 1xtile.chisel.planks-jungle@5, 1xtile.chisel.planks-jungle@6, 1xtile.chisel.planks-jungle@7, 1xtile.chisel.planks-jungle@8, 1xtile.chisel.planks-jungle@9, 1xtile.chisel.planks-jungle@10, 1xtile.chisel.planks-jungle@11, 1xtile.chisel.planks-jungle@12, 1xtile.chisel.planks-jungle@13, 1xtile.chisel.planks-jungle@14, 1xtile.chisel.planks-acacia@0, 1xtile.chisel.planks-acacia@1, 1xtile.chisel.planks-acacia@2, 1xtile.chisel.planks-acacia@3, 1xtile.chisel.planks-acacia@4, 1xtile.chisel.planks-acacia@5, 1xtile.chisel.planks-acacia@6, 1xtile.chisel.planks-acacia@7, 1xtile.chisel.planks-acacia@8, 1xtile.chisel.planks-acacia@9, 1xtile.chisel.planks-acacia@10, 1xtile.chisel.planks-acacia@11, 1xtile.chisel.planks-acacia@12, 1xtile.chisel.planks-acacia@13, 1xtile.chisel.planks-acacia@14, 1xtile.chisel.planks-dark-oak@0, 1xtile.chisel.planks-dark-oak@1, 1xtile.chisel.planks-dark-oak@2, 1xtile.chisel.planks-dark-oak@3, 1xtile.chisel.planks-dark-oak@4, 1xtile.chisel.planks-dark-oak@5, 1xtile.chisel.planks-dark-oak@6, 1xtile.chisel.planks-dark-oak@7, 1xtile.chisel.planks-dark-oak@8, 1xtile.chisel.planks-dark-oak@9, 1xtile.chisel.planks-dark-oak@10, 1xtile.chisel.planks-dark-oak@11, 1xtile.chisel.planks-dark-oak@12, 1xtile.chisel.planks-dark-oak@13, 1xtile.chisel.planks-dark-oak@14, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8, 1xtile.natura.nether_planks@0, 1xtile.natura.nether_planks@1, 1xtile.natura.nether_planks@2, 1xtile.natura.nether_planks@3, 1xtile.planks_sakura@0, 1xtile.planks_mulberry@0, 1xtile.blocks.integrateddynamics.menril_planks@0, 1xtile.primal.planks@0, 1xtile.primal.planks@1, 1xtile.primal.planks@2, 1xtile.primal.planks@3, 1xtile.dltplank@0, 1xtile.dreadplanks@0, 1xtile.thebetweenlands.weedwood_planks@0, 1xtile.thebetweenlands.rubber_tree_planks@0, 1xtile.thebetweenlands.giant_root_planks@0, 1xtile.thebetweenlands.hearthgrove_planks@0, 1xtile.thebetweenlands.nibbletwig_planks@0, 1xtile.twilightforest.TowerStone@0, 1xtile.twilightforest.TowerStone@1, 1xtile.twilightforest.TowerStone@2, 1xtile.twilightforest.TowerStone@3, 1xtile.twilightforest.TowerStone@4, 1xtile.totemic:cedar_plank@0, 1xtile.traverse:fir_planks@0, 1xtile.kepler22b_planks.0@0, 1xtile.primal.planks@0, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8], type:SIDING parent:[1xtile.wood@0, 1xtile.wood@1, 1xtile.wood@2, 1xtile.wood@3, 1xtile.wood@4, 1xtile.wood@5, 1xtile.rustic.planks@0, 1xtile.rustic.planks@1, 1xtile.rustic.painted_wood_black@0, 1xtile.rustic.painted_wood_blue@0, 1xtile.rustic.painted_wood_brown@0, 1xtile.rustic.painted_wood_cyan@0, 1xtile.rustic.painted_wood_gray@0, 1xtile.rustic.painted_wood_green@0, 1xtile.rustic.painted_wood_light_blue@0, 1xtile.rustic.painted_wood_lime@0, 1xtile.rustic.painted_wood_magenta@0, 1xtile.rustic.painted_wood_orange@0, 1xtile.rustic.painted_wood_pink@0, 1xtile.rustic.painted_wood_purple@0, 1xtile.rustic.painted_wood_red@0, 1xtile.rustic.painted_wood_silver@0, 1xtile.rustic.painted_wood_white@0, 1xtile.rustic.painted_wood_yellow@0, 1xtile.chisel.planks-oak@0, 1xtile.chisel.planks-oak@1, 1xtile.chisel.planks-oak@2, 1xtile.chisel.planks-oak@3, 1xtile.chisel.planks-oak@4, 1xtile.chisel.planks-oak@5, 1xtile.chisel.planks-oak@6, 1xtile.chisel.planks-oak@7, 1xtile.chisel.planks-oak@8, 1xtile.chisel.planks-oak@9, 1xtile.chisel.planks-oak@10, 1xtile.chisel.planks-oak@11, 1xtile.chisel.planks-oak@12, 1xtile.chisel.planks-oak@13, 1xtile.chisel.planks-oak@14, 1xtile.chisel.planks-spruce@0, 1xtile.chisel.planks-spruce@1, 1xtile.chisel.planks-spruce@2, 1xtile.chisel.planks-spruce@3, 1xtile.chisel.planks-spruce@4, 1xtile.chisel.planks-spruce@5, 1xtile.chisel.planks-spruce@6, 1xtile.chisel.planks-spruce@7, 1xtile.chisel.planks-spruce@8, 1xtile.chisel.planks-spruce@9, 1xtile.chisel.planks-spruce@10, 1xtile.chisel.planks-spruce@11, 1xtile.chisel.planks-spruce@12, 1xtile.chisel.planks-spruce@13, 1xtile.chisel.planks-spruce@14, 1xtile.chisel.planks-birch@0, 1xtile.chisel.planks-birch@1, 1xtile.chisel.planks-birch@2, 1xtile.chisel.planks-birch@3, 1xtile.chisel.planks-birch@4, 1xtile.chisel.planks-birch@5, 1xtile.chisel.planks-birch@6, 1xtile.chisel.planks-birch@7, 1xtile.chisel.planks-birch@8, 1xtile.chisel.planks-birch@9, 1xtile.chisel.planks-birch@10, 1xtile.chisel.planks-birch@11, 1xtile.chisel.planks-birch@12, 1xtile.chisel.planks-birch@13, 1xtile.chisel.planks-birch@14, 1xtile.chisel.planks-jungle@0, 1xtile.chisel.planks-jungle@1, 1xtile.chisel.planks-jungle@2, 1xtile.chisel.planks-jungle@3, 1xtile.chisel.planks-jungle@4, 1xtile.chisel.planks-jungle@5, 1xtile.chisel.planks-jungle@6, 1xtile.chisel.planks-jungle@7, 1xtile.chisel.planks-jungle@8, 1xtile.chisel.planks-jungle@9, 1xtile.chisel.planks-jungle@10, 1xtile.chisel.planks-jungle@11, 1xtile.chisel.planks-jungle@12, 1xtile.chisel.planks-jungle@13, 1xtile.chisel.planks-jungle@14, 1xtile.chisel.planks-acacia@0, 1xtile.chisel.planks-acacia@1, 1xtile.chisel.planks-acacia@2, 1xtile.chisel.planks-acacia@3, 1xtile.chisel.planks-acacia@4, 1xtile.chisel.planks-acacia@5, 1xtile.chisel.planks-acacia@6, 1xtile.chisel.planks-acacia@7, 1xtile.chisel.planks-acacia@8, 1xtile.chisel.planks-acacia@9, 1xtile.chisel.planks-acacia@10, 1xtile.chisel.planks-acacia@11, 1xtile.chisel.planks-acacia@12, 1xtile.chisel.planks-acacia@13, 1xtile.chisel.planks-acacia@14, 1xtile.chisel.planks-dark-oak@0, 1xtile.chisel.planks-dark-oak@1, 1xtile.chisel.planks-dark-oak@2, 1xtile.chisel.planks-dark-oak@3, 1xtile.chisel.planks-dark-oak@4, 1xtile.chisel.planks-dark-oak@5, 1xtile.chisel.planks-dark-oak@6, 1xtile.chisel.planks-dark-oak@7, 1xtile.chisel.planks-dark-oak@8, 1xtile.chisel.planks-dark-oak@9, 1xtile.chisel.planks-dark-oak@10, 1xtile.chisel.planks-dark-oak@11, 1xtile.chisel.planks-dark-oak@12, 1xtile.chisel.planks-dark-oak@13, 1xtile.chisel.planks-dark-oak@14, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8, 1xtile.natura.nether_planks@0, 1xtile.natura.nether_planks@1, 1xtile.natura.nether_planks@2, 1xtile.natura.nether_planks@3, 1xtile.planks_sakura@0, 1xtile.planks_mulberry@0, 1xtile.blocks.integrateddynamics.menril_planks@0, 1xtile.primal.planks@0, 1xtile.primal.planks@1, 1xtile.primal.planks@2, 1xtile.primal.planks@3, 1xtile.dltplank@0, 1xtile.dreadplanks@0, 1xtile.thebetweenlands.weedwood_planks@0, 1xtile.thebetweenlands.rubber_tree_planks@0, 1xtile.thebetweenlands.giant_root_planks@0, 1xtile.thebetweenlands.hearthgrove_planks@0, 1xtile.thebetweenlands.nibbletwig_planks@0, 1xtile.twilightforest.TowerStone@0, 1xtile.twilightforest.TowerStone@1, 1xtile.twilightforest.TowerStone@2, 1xtile.twilightforest.TowerStone@3, 1xtile.twilightforest.TowerStone@4, 1xtile.totemic:cedar_plank@0, 1xtile.traverse:fir_planks@0, 1xtile.kepler22b_planks.0@0, 1xtile.primal.planks@0, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8], type:SIDING parent:[1xtile.wood@0, 1xtile.wood@1, 1xtile.wood@2, 1xtile.wood@3, 1xtile.wood@4, 1xtile.wood@5, 1xtile.rustic.planks@0, 1xtile.rustic.planks@1, 1xtile.rustic.painted_wood_black@0, 1xtile.rustic.painted_wood_blue@0, 1xtile.rustic.painted_wood_brown@0, 1xtile.rustic.painted_wood_cyan@0, 1xtile.rustic.painted_wood_gray@0, 1xtile.rustic.painted_wood_green@0, 1xtile.rustic.painted_wood_light_blue@0, 1xtile.rustic.painted_wood_lime@0, 1xtile.rustic.painted_wood_magenta@0, 1xtile.rustic.painted_wood_orange@0, 1xtile.rustic.painted_wood_pink@0, 1xtile.rustic.painted_wood_purple@0, 1xtile.rustic.painted_wood_red@0, 1xtile.rustic.painted_wood_silver@0, 1xtile.rustic.painted_wood_white@0, 1xtile.rustic.painted_wood_yellow@0, 1xtile.chisel.planks-oak@0, 1xtile.chisel.planks-oak@1, 1xtile.chisel.planks-oak@2, 1xtile.chisel.planks-oak@3, 1xtile.chisel.planks-oak@4, 1xtile.chisel.planks-oak@5, 1xtile.chisel.planks-oak@6, 1xtile.chisel.planks-oak@7, 1xtile.chisel.planks-oak@8, 1xtile.chisel.planks-oak@9, 1xtile.chisel.planks-oak@10, 1xtile.chisel.planks-oak@11, 1xtile.chisel.planks-oak@12, 1xtile.chisel.planks-oak@13, 1xtile.chisel.planks-oak@14, 1xtile.chisel.planks-spruce@0, 1xtile.chisel.planks-spruce@1, 1xtile.chisel.planks-spruce@2, 1xtile.chisel.planks-spruce@3, 1xtile.chisel.planks-spruce@4, 1xtile.chisel.planks-spruce@5, 1xtile.chisel.planks-spruce@6, 1xtile.chisel.planks-spruce@7, 1xtile.chisel.planks-spruce@8, 1xtile.chisel.planks-spruce@9, 1xtile.chisel.planks-spruce@10, 1xtile.chisel.planks-spruce@11, 1xtile.chisel.planks-spruce@12, 1xtile.chisel.planks-spruce@13, 1xtile.chisel.planks-spruce@14, 1xtile.chisel.planks-birch@0, 1xtile.chisel.planks-birch@1, 1xtile.chisel.planks-birch@2, 1xtile.chisel.planks-birch@3, 1xtile.chisel.planks-birch@4, 1xtile.chisel.planks-birch@5, 1xtile.chisel.planks-birch@6, 1xtile.chisel.planks-birch@7, 1xtile.chisel.planks-birch@8, 1xtile.chisel.planks-birch@9, 1xtile.chisel.planks-birch@10, 1xtile.chisel.planks-birch@11, 1xtile.chisel.planks-birch@12, 1xtile.chisel.planks-birch@13, 1xtile.chisel.planks-birch@14, 1xtile.chisel.planks-jungle@0, 1xtile.chisel.planks-jungle@1, 1xtile.chisel.planks-jungle@2, 1xtile.chisel.planks-jungle@3, 1xtile.chisel.planks-jungle@4, 1xtile.chisel.planks-jungle@5, 1xtile.chisel.planks-jungle@6, 1xtile.chisel.planks-jungle@7, 1xtile.chisel.planks-jungle@8, 1xtile.chisel.planks-jungle@9, 1xtile.chisel.planks-jungle@10, 1xtile.chisel.planks-jungle@11, 1xtile.chisel.planks-jungle@12, 1xtile.chisel.planks-jungle@13, 1xtile.chisel.planks-jungle@14, 1xtile.chisel.planks-acacia@0, 1xtile.chisel.planks-acacia@1, 1xtile.chisel.planks-acacia@2, 1xtile.chisel.planks-acacia@3, 1xtile.chisel.planks-acacia@4, 1xtile.chisel.planks-acacia@5, 1xtile.chisel.planks-acacia@6, 1xtile.chisel.planks-acacia@7, 1xtile.chisel.planks-acacia@8, 1xtile.chisel.planks-acacia@9, 1xtile.chisel.planks-acacia@10, 1xtile.chisel.planks-acacia@11, 1xtile.chisel.planks-acacia@12, 1xtile.chisel.planks-acacia@13, 1xtile.chisel.planks-acacia@14, 1xtile.chisel.planks-dark-oak@0, 1xtile.chisel.planks-dark-oak@1, 1xtile.chisel.planks-dark-oak@2, 1xtile.chisel.planks-dark-oak@3, 1xtile.chisel.planks-dark-oak@4, 1xtile.chisel.planks-dark-oak@5, 1xtile.chisel.planks-dark-oak@6, 1xtile.chisel.planks-dark-oak@7, 1xtile.chisel.planks-dark-oak@8, 1xtile.chisel.planks-dark-oak@9, 1xtile.chisel.planks-dark-oak@10, 1xtile.chisel.planks-dark-oak@11, 1xtile.chisel.planks-dark-oak@12, 1xtile.chisel.planks-dark-oak@13, 1xtile.chisel.planks-dark-oak@14, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8, 1xtile.natura.nether_planks@0, 1xtile.natura.nether_planks@1, 1xtile.natura.nether_planks@2, 1xtile.natura.nether_planks@3, 1xtile.planks_sakura@0, 1xtile.planks_mulberry@0, 1xtile.blocks.integrateddynamics.menril_planks@0, 1xtile.primal.planks@0, 1xtile.primal.planks@1, 1xtile.primal.planks@2, 1xtile.primal.planks@3, 1xtile.dltplank@0, 1xtile.dreadplanks@0, 1xtile.thebetweenlands.weedwood_planks@0, 1xtile.thebetweenlands.rubber_tree_planks@0, 1xtile.thebetweenlands.giant_root_planks@0, 1xtile.thebetweenlands.hearthgrove_planks@0, 1xtile.thebetweenlands.nibbletwig_planks@0, 1xtile.twilightforest.TowerStone@0, 1xtile.twilightforest.TowerStone@1, 1xtile.twilightforest.TowerStone@2, 1xtile.twilightforest.TowerStone@3, 1xtile.twilightforest.TowerStone@4, 1xtile.totemic:cedar_plank@0, 1xtile.traverse:fir_planks@0, 1xtile.kepler22b_planks.0@0, 1xtile.primal.planks@0, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8], type:SIDING parent:[1xtile.wood@0, 1xtile.wood@1, 1xtile.wood@2, 1xtile.wood@3, 1xtile.wood@4, 1xtile.wood@5, 1xtile.rustic.planks@0, 1xtile.rustic.planks@1, 1xtile.rustic.painted_wood_black@0, 1xtile.rustic.painted_wood_blue@0, 1xtile.rustic.painted_wood_brown@0, 1xtile.rustic.painted_wood_cyan@0, 1xtile.rustic.painted_wood_gray@0, 1xtile.rustic.painted_wood_green@0, 1xtile.rustic.painted_wood_light_blue@0, 1xtile.rustic.painted_wood_lime@0, 1xtile.rustic.painted_wood_magenta@0, 1xtile.rustic.painted_wood_orange@0, 1xtile.rustic.painted_wood_pink@0, 1xtile.rustic.painted_wood_purple@0, 1xtile.rustic.painted_wood_red@0, 1xtile.rustic.painted_wood_silver@0, 1xtile.rustic.painted_wood_white@0, 1xtile.rustic.painted_wood_yellow@0, 1xtile.chisel.planks-oak@0, 1xtile.chisel.planks-oak@1, 1xtile.chisel.planks-oak@2, 1xtile.chisel.planks-oak@3, 1xtile.chisel.planks-oak@4, 1xtile.chisel.planks-oak@5, 1xtile.chisel.planks-oak@6, 1xtile.chisel.planks-oak@7, 1xtile.chisel.planks-oak@8, 1xtile.chisel.planks-oak@9, 1xtile.chisel.planks-oak@10, 1xtile.chisel.planks-oak@11, 1xtile.chisel.planks-oak@12, 1xtile.chisel.planks-oak@13, 1xtile.chisel.planks-oak@14, 1xtile.chisel.planks-spruce@0, 1xtile.chisel.planks-spruce@1, 1xtile.chisel.planks-spruce@2, 1xtile.chisel.planks-spruce@3, 1xtile.chisel.planks-spruce@4, 1xtile.chisel.planks-spruce@5, 1xtile.chisel.planks-spruce@6, 1xtile.chisel.planks-spruce@7, 1xtile.chisel.planks-spruce@8, 1xtile.chisel.planks-spruce@9, 1xtile.chisel.planks-spruce@10, 1xtile.chisel.planks-spruce@11, 1xtile.chisel.planks-spruce@12, 1xtile.chisel.planks-spruce@13, 1xtile.chisel.planks-spruce@14, 1xtile.chisel.planks-birch@0, 1xtile.chisel.planks-birch@1, 1xtile.chisel.planks-birch@2, 1xtile.chisel.planks-birch@3, 1xtile.chisel.planks-birch@4, 1xtile.chisel.planks-birch@5, 1xtile.chisel.planks-birch@6, 1xtile.chisel.planks-birch@7, 1xtile.chisel.planks-birch@8, 1xtile.chisel.planks-birch@9, 1xtile.chisel.planks-birch@10, 1xtile.chisel.planks-birch@11, 1xtile.chisel.planks-birch@12, 1xtile.chisel.planks-birch@13, 1xtile.chisel.planks-birch@14, 1xtile.chisel.planks-jungle@0, 1xtile.chisel.planks-jungle@1, 1xtile.chisel.planks-jungle@2, 1xtile.chisel.planks-jungle@3, 1xtile.chisel.planks-jungle@4, 1xtile.chisel.planks-jungle@5, 1xtile.chisel.planks-jungle@6, 1xtile.chisel.planks-jungle@7, 1xtile.chisel.planks-jungle@8, 1xtile.chisel.planks-jungle@9, 1xtile.chisel.planks-jungle@10, 1xtile.chisel.planks-jungle@11, 1xtile.chisel.planks-jungle@12, 1xtile.chisel.planks-jungle@13, 1xtile.chisel.planks-jungle@14, 1xtile.chisel.planks-acacia@0, 1xtile.chisel.planks-acacia@1, 1xtile.chisel.planks-acacia@2, 1xtile.chisel.planks-acacia@3, 1xtile.chisel.planks-acacia@4, 1xtile.chisel.planks-acacia@5, 1xtile.chisel.planks-acacia@6, 1xtile.chisel.planks-acacia@7, 1xtile.chisel.planks-acacia@8, 1xtile.chisel.planks-acacia@9, 1xtile.chisel.planks-acacia@10, 1xtile.chisel.planks-acacia@11, 1xtile.chisel.planks-acacia@12, 1xtile.chisel.planks-acacia@13, 1xtile.chisel.planks-acacia@14, 1xtile.chisel.planks-dark-oak@0, 1xtile.chisel.planks-dark-oak@1, 1xtile.chisel.planks-dark-oak@2, 1xtile.chisel.planks-dark-oak@3, 1xtile.chisel.planks-dark-oak@4, 1xtile.chisel.planks-dark-oak@5, 1xtile.chisel.planks-dark-oak@6, 1xtile.chisel.planks-dark-oak@7, 1xtile.chisel.planks-dark-oak@8, 1xtile.chisel.planks-dark-oak@9, 1xtile.chisel.planks-dark-oak@10, 1xtile.chisel.planks-dark-oak@11, 1xtile.chisel.planks-dark-oak@12, 1xtile.chisel.planks-dark-oak@13, 1xtile.chisel.planks-dark-oak@14, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8, 1xtile.natura.nether_planks@0, 1xtile.natura.nether_planks@1, 1xtile.natura.nether_planks@2, 1xtile.natura.nether_planks@3, 1xtile.planks_sakura@0, 1xtile.planks_mulberry@0, 1xtile.blocks.integrateddynamics.menril_planks@0, 1xtile.primal.planks@0, 1xtile.primal.planks@1, 1xtile.primal.planks@2, 1xtile.primal.planks@3, 1xtile.dltplank@0, 1xtile.dreadplanks@0, 1xtile.thebetweenlands.weedwood_planks@0, 1xtile.thebetweenlands.rubber_tree_planks@0, 1xtile.thebetweenlands.giant_root_planks@0, 1xtile.thebetweenlands.hearthgrove_planks@0, 1xtile.thebetweenlands.nibbletwig_planks@0, 1xtile.twilightforest.TowerStone@0, 1xtile.twilightforest.TowerStone@1, 1xtile.twilightforest.TowerStone@2, 1xtile.twilightforest.TowerStone@3, 1xtile.twilightforest.TowerStone@4, 1xtile.totemic:cedar_plank@0, 1xtile.traverse:fir_planks@0, 1xtile.kepler22b_planks.0@0, 1xtile.primal.planks@0, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8]]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2542 betterwithmods:higheff/oak_door RecipeStage{tier='one', recipe=1xitem.doorOak@0:[type:SIDING parent:[1xtile.wood@0], type:SIDING parent:[1xtile.wood@0], type:SIDING parent:[1xtile.wood@0], type:SIDING parent:[1xtile.wood@0], type:SIDING parent:[1xtile.wood@0], type:SIDING parent:[1xtile.wood@0]]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2543 betterwithmods:higheff/birch_fence_gate RecipeStage{tier='one', recipe=1xtile.birchFenceGate@0:[type:MOULDING parent:[1xtile.wood@2], type:SIDING parent:[1xtile.wood@2], type:MOULDING parent:[1xtile.wood@2]]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2546 betterwithmods:higheff/acacia_fence RecipeStage{tier='one', recipe=2xtile.acaciaFence@0:[type:MOULDING parent:[1xtile.wood@4], type:MOULDING parent:[1xtile.wood@4], type:MOULDING parent:[1xtile.wood@4]]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2547 betterwithmods:higheff/jungle_stairs RecipeStage{tier='one', recipe=1xtile.stairsWoodJungle@0:[type:MOULDING parent:[1xtile.wood@3], net.minecraft.item.crafting.Ingredient$1@7e2c8622, type:MOULDING parent:[1xtile.wood@3], type:MOULDING parent:[1xtile.wood@3]]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2548 betterwithmods:higheff/jungle_door RecipeStage{tier='one', recipe=1xitem.doorJungle@0:[type:SIDING parent:[1xtile.wood@3], type:SIDING parent:[1xtile.wood@3], type:SIDING parent:[1xtile.wood@3], type:SIDING parent:[1xtile.wood@3], type:SIDING parent:[1xtile.wood@3], type:SIDING parent:[1xtile.wood@3]]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2550 betterwithmods:higheff/oak_fence_gate RecipeStage{tier='one', recipe=1xtile.fenceGate@0:[type:MOULDING parent:[1xtile.wood@0], type:SIDING parent:[1xtile.wood@0], type:MOULDING parent:[1xtile.wood@0]]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2551 betterwithmods:higheff/nether_brick_stairs RecipeStage{tier='one', recipe=1xtile.stairsNetherBrick@0:[type:MOULDING parent:[1xtile.netherBrick@0], net.minecraft.item.crafting.Ingredient$1@7e2c8622, type:MOULDING parent:[1xtile.netherBrick@0], type:MOULDING parent:[1xtile.netherBrick@0]]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2552 betterwithmods:higheff/oak_fence RecipeStage{tier='one', recipe=2xtile.fence@0:[type:MOULDING parent:[1xtile.wood@0], type:MOULDING parent:[1xtile.wood@0], type:MOULDING parent:[1xtile.wood@0]]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2553 betterwithmods:higheff/brick_stairs RecipeStage{tier='one', recipe=1xtile.stairsBrick@0:[type:MOULDING parent:[1xitem.brick@0], net.minecraft.item.crafting.Ingredient$1@7e2c8622, type:MOULDING parent:[1xitem.brick@0], type:MOULDING parent:[1xitem.brick@0]]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2554 betterwithmods:higheff/sign RecipeStage{tier='zero', recipe=3xitem.sign@0:[type:SIDING parent:[1xtile.wood@0, 1xtile.wood@1, 1xtile.wood@2, 1xtile.wood@3, 1xtile.wood@4, 1xtile.wood@5, 1xtile.rustic.planks@0, 1xtile.rustic.planks@1, 1xtile.rustic.painted_wood_black@0, 1xtile.rustic.painted_wood_blue@0, 1xtile.rustic.painted_wood_brown@0, 1xtile.rustic.painted_wood_cyan@0, 1xtile.rustic.painted_wood_gray@0, 1xtile.rustic.painted_wood_green@0, 1xtile.rustic.painted_wood_light_blue@0, 1xtile.rustic.painted_wood_lime@0, 1xtile.rustic.painted_wood_magenta@0, 1xtile.rustic.painted_wood_orange@0, 1xtile.rustic.painted_wood_pink@0, 1xtile.rustic.painted_wood_purple@0, 1xtile.rustic.painted_wood_red@0, 1xtile.rustic.painted_wood_silver@0, 1xtile.rustic.painted_wood_white@0, 1xtile.rustic.painted_wood_yellow@0, 1xtile.chisel.planks-oak@0, 1xtile.chisel.planks-oak@1, 1xtile.chisel.planks-oak@2, 1xtile.chisel.planks-oak@3, 1xtile.chisel.planks-oak@4, 1xtile.chisel.planks-oak@5, 1xtile.chisel.planks-oak@6, 1xtile.chisel.planks-oak@7, 1xtile.chisel.planks-oak@8, 1xtile.chisel.planks-oak@9, 1xtile.chisel.planks-oak@10, 1xtile.chisel.planks-oak@11, 1xtile.chisel.planks-oak@12, 1xtile.chisel.planks-oak@13, 1xtile.chisel.planks-oak@14, 1xtile.chisel.planks-spruce@0, 1xtile.chisel.planks-spruce@1, 1xtile.chisel.planks-spruce@2, 1xtile.chisel.planks-spruce@3, 1xtile.chisel.planks-spruce@4, 1xtile.chisel.planks-spruce@5, 1xtile.chisel.planks-spruce@6, 1xtile.chisel.planks-spruce@7, 1xtile.chisel.planks-spruce@8, 1xtile.chisel.planks-spruce@9, 1xtile.chisel.planks-spruce@10, 1xtile.chisel.planks-spruce@11, 1xtile.chisel.planks-spruce@12, 1xtile.chisel.planks-spruce@13, 1xtile.chisel.planks-spruce@14, 1xtile.chisel.planks-birch@0, 1xtile.chisel.planks-birch@1, 1xtile.chisel.planks-birch@2, 1xtile.chisel.planks-birch@3, 1xtile.chisel.planks-birch@4, 1xtile.chisel.planks-birch@5, 1xtile.chisel.planks-birch@6, 1xtile.chisel.planks-birch@7, 1xtile.chisel.planks-birch@8, 1xtile.chisel.planks-birch@9, 1xtile.chisel.planks-birch@10, 1xtile.chisel.planks-birch@11, 1xtile.chisel.planks-birch@12, 1xtile.chisel.planks-birch@13, 1xtile.chisel.planks-birch@14, 1xtile.chisel.planks-jungle@0, 1xtile.chisel.planks-jungle@1, 1xtile.chisel.planks-jungle@2, 1xtile.chisel.planks-jungle@3, 1xtile.chisel.planks-jungle@4, 1xtile.chisel.planks-jungle@5, 1xtile.chisel.planks-jungle@6, 1xtile.chisel.planks-jungle@7, 1xtile.chisel.planks-jungle@8, 1xtile.chisel.planks-jungle@9, 1xtile.chisel.planks-jungle@10, 1xtile.chisel.planks-jungle@11, 1xtile.chisel.planks-jungle@12, 1xtile.chisel.planks-jungle@13, 1xtile.chisel.planks-jungle@14, 1xtile.chisel.planks-acacia@0, 1xtile.chisel.planks-acacia@1, 1xtile.chisel.planks-acacia@2, 1xtile.chisel.planks-acacia@3, 1xtile.chisel.planks-acacia@4, 1xtile.chisel.planks-acacia@5, 1xtile.chisel.planks-acacia@6, 1xtile.chisel.planks-acacia@7, 1xtile.chisel.planks-acacia@8, 1xtile.chisel.planks-acacia@9, 1xtile.chisel.planks-acacia@10, 1xtile.chisel.planks-acacia@11, 1xtile.chisel.planks-acacia@12, 1xtile.chisel.planks-acacia@13, 1xtile.chisel.planks-acacia@14, 1xtile.chisel.planks-dark-oak@0, 1xtile.chisel.planks-dark-oak@1, 1xtile.chisel.planks-dark-oak@2, 1xtile.chisel.planks-dark-oak@3, 1xtile.chisel.planks-dark-oak@4, 1xtile.chisel.planks-dark-oak@5, 1xtile.chisel.planks-dark-oak@6, 1xtile.chisel.planks-dark-oak@7, 1xtile.chisel.planks-dark-oak@8, 1xtile.chisel.planks-dark-oak@9, 1xtile.chisel.planks-dark-oak@10, 1xtile.chisel.planks-dark-oak@11, 1xtile.chisel.planks-dark-oak@12, 1xtile.chisel.planks-dark-oak@13, 1xtile.chisel.planks-dark-oak@14, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8, 1xtile.natura.nether_planks@0, 1xtile.natura.nether_planks@1, 1xtile.natura.nether_planks@2, 1xtile.natura.nether_planks@3, 1xtile.planks_sakura@0, 1xtile.planks_mulberry@0, 1xtile.blocks.integrateddynamics.menril_planks@0, 1xtile.primal.planks@0, 1xtile.primal.planks@1, 1xtile.primal.planks@2, 1xtile.primal.planks@3, 1xtile.dltplank@0, 1xtile.dreadplanks@0, 1xtile.thebetweenlands.weedwood_planks@0, 1xtile.thebetweenlands.rubber_tree_planks@0, 1xtile.thebetweenlands.giant_root_planks@0, 1xtile.thebetweenlands.hearthgrove_planks@0, 1xtile.thebetweenlands.nibbletwig_planks@0, 1xtile.twilightforest.TowerStone@0, 1xtile.twilightforest.TowerStone@1, 1xtile.twilightforest.TowerStone@2, 1xtile.twilightforest.TowerStone@3, 1xtile.twilightforest.TowerStone@4, 1xtile.totemic:cedar_plank@0, 1xtile.traverse:fir_planks@0, 1xtile.kepler22b_planks.0@0, 1xtile.primal.planks@0, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8], type:MOULDING parent:[1xtile.wood@0, 1xtile.wood@1, 1xtile.wood@2, 1xtile.wood@3, 1xtile.wood@4, 1xtile.wood@5, 1xtile.rustic.planks@0, 1xtile.rustic.planks@1, 1xtile.rustic.painted_wood_black@0, 1xtile.rustic.painted_wood_blue@0, 1xtile.rustic.painted_wood_brown@0, 1xtile.rustic.painted_wood_cyan@0, 1xtile.rustic.painted_wood_gray@0, 1xtile.rustic.painted_wood_green@0, 1xtile.rustic.painted_wood_light_blue@0, 1xtile.rustic.painted_wood_lime@0, 1xtile.rustic.painted_wood_magenta@0, 1xtile.rustic.painted_wood_orange@0, 1xtile.rustic.painted_wood_pink@0, 1xtile.rustic.painted_wood_purple@0, 1xtile.rustic.painted_wood_red@0, 1xtile.rustic.painted_wood_silver@0, 1xtile.rustic.painted_wood_white@0, 1xtile.rustic.painted_wood_yellow@0, 1xtile.chisel.planks-oak@0, 1xtile.chisel.planks-oak@1, 1xtile.chisel.planks-oak@2, 1xtile.chisel.planks-oak@3, 1xtile.chisel.planks-oak@4, 1xtile.chisel.planks-oak@5, 1xtile.chisel.planks-oak@6, 1xtile.chisel.planks-oak@7, 1xtile.chisel.planks-oak@8, 1xtile.chisel.planks-oak@9, 1xtile.chisel.planks-oak@10, 1xtile.chisel.planks-oak@11, 1xtile.chisel.planks-oak@12, 1xtile.chisel.planks-oak@13, 1xtile.chisel.planks-oak@14, 1xtile.chisel.planks-spruce@0, 1xtile.chisel.planks-spruce@1, 1xtile.chisel.planks-spruce@2, 1xtile.chisel.planks-spruce@3, 1xtile.chisel.planks-spruce@4, 1xtile.chisel.planks-spruce@5, 1xtile.chisel.planks-spruce@6, 1xtile.chisel.planks-spruce@7, 1xtile.chisel.planks-spruce@8, 1xtile.chisel.planks-spruce@9, 1xtile.chisel.planks-spruce@10, 1xtile.chisel.planks-spruce@11, 1xtile.chisel.planks-spruce@12, 1xtile.chisel.planks-spruce@13, 1xtile.chisel.planks-spruce@14, 1xtile.chisel.planks-birch@0, 1xtile.chisel.planks-birch@1, 1xtile.chisel.planks-birch@2, 1xtile.chisel.planks-birch@3, 1xtile.chisel.planks-birch@4, 1xtile.chisel.planks-birch@5, 1xtile.chisel.planks-birch@6, 1xtile.chisel.planks-birch@7, 1xtile.chisel.planks-birch@8, 1xtile.chisel.planks-birch@9, 1xtile.chisel.planks-birch@10, 1xtile.chisel.planks-birch@11, 1xtile.chisel.planks-birch@12, 1xtile.chisel.planks-birch@13, 1xtile.chisel.planks-birch@14, 1xtile.chisel.planks-jungle@0, 1xtile.chisel.planks-jungle@1, 1xtile.chisel.planks-jungle@2, 1xtile.chisel.planks-jungle@3, 1xtile.chisel.planks-jungle@4, 1xtile.chisel.planks-jungle@5, 1xtile.chisel.planks-jungle@6, 1xtile.chisel.planks-jungle@7, 1xtile.chisel.planks-jungle@8, 1xtile.chisel.planks-jungle@9, 1xtile.chisel.planks-jungle@10, 1xtile.chisel.planks-jungle@11, 1xtile.chisel.planks-jungle@12, 1xtile.chisel.planks-jungle@13, 1xtile.chisel.planks-jungle@14, 1xtile.chisel.planks-acacia@0, 1xtile.chisel.planks-acacia@1, 1xtile.chisel.planks-acacia@2, 1xtile.chisel.planks-acacia@3, 1xtile.chisel.planks-acacia@4, 1xtile.chisel.planks-acacia@5, 1xtile.chisel.planks-acacia@6, 1xtile.chisel.planks-acacia@7, 1xtile.chisel.planks-acacia@8, 1xtile.chisel.planks-acacia@9, 1xtile.chisel.planks-acacia@10, 1xtile.chisel.planks-acacia@11, 1xtile.chisel.planks-acacia@12, 1xtile.chisel.planks-acacia@13, 1xtile.chisel.planks-acacia@14, 1xtile.chisel.planks-dark-oak@0, 1xtile.chisel.planks-dark-oak@1, 1xtile.chisel.planks-dark-oak@2, 1xtile.chisel.planks-dark-oak@3, 1xtile.chisel.planks-dark-oak@4, 1xtile.chisel.planks-dark-oak@5, 1xtile.chisel.planks-dark-oak@6, 1xtile.chisel.planks-dark-oak@7, 1xtile.chisel.planks-dark-oak@8, 1xtile.chisel.planks-dark-oak@9, 1xtile.chisel.planks-dark-oak@10, 1xtile.chisel.planks-dark-oak@11, 1xtile.chisel.planks-dark-oak@12, 1xtile.chisel.planks-dark-oak@13, 1xtile.chisel.planks-dark-oak@14, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8, 1xtile.natura.nether_planks@0, 1xtile.natura.nether_planks@1, 1xtile.natura.nether_planks@2, 1xtile.natura.nether_planks@3, 1xtile.planks_sakura@0, 1xtile.planks_mulberry@0, 1xtile.blocks.integrateddynamics.menril_planks@0, 1xtile.primal.planks@0, 1xtile.primal.planks@1, 1xtile.primal.planks@2, 1xtile.primal.planks@3, 1xtile.dltplank@0, 1xtile.dreadplanks@0, 1xtile.thebetweenlands.weedwood_planks@0, 1xtile.thebetweenlands.rubber_tree_planks@0, 1xtile.thebetweenlands.giant_root_planks@0, 1xtile.thebetweenlands.hearthgrove_planks@0, 1xtile.thebetweenlands.nibbletwig_planks@0, 1xtile.twilightforest.TowerStone@0, 1xtile.twilightforest.TowerStone@1, 1xtile.twilightforest.TowerStone@2, 1xtile.twilightforest.TowerStone@3, 1xtile.twilightforest.TowerStone@4, 1xtile.totemic:cedar_plank@0, 1xtile.traverse:fir_planks@0, 1xtile.kepler22b_planks.0@0, 1xtile.primal.planks@0, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8]]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2555 betterwithmods:higheff/dark_oak_fence_gate RecipeStage{tier='one', recipe=1xtile.darkOakFenceGate@0:[type:MOULDING parent:[1xtile.wood@5], type:SIDING parent:[1xtile.wood@5], type:MOULDING parent:[1xtile.wood@5]]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2556 betterwithmods:higheff/sandstone_stairs RecipeStage{tier='one', recipe=1xtile.stairsSandStone@0:[type:MOULDING parent:[1xtile.sandStone@0], net.minecraft.item.crafting.Ingredient$1@7e2c8622, type:MOULDING parent:[1xtile.sandStone@0], type:MOULDING parent:[1xtile.sandStone@0]]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2558 betterwithmods:higheff/spruce_door RecipeStage{tier='one', recipe=1xitem.doorSpruce@0:[type:SIDING parent:[1xtile.wood@1], type:SIDING parent:[1xtile.wood@1], type:SIDING parent:[1xtile.wood@1], type:SIDING parent:[1xtile.wood@1], type:SIDING parent:[1xtile.wood@1], type:SIDING parent:[1xtile.wood@1]]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2559 betterwithmods:higheff/birch_stairs RecipeStage{tier='one', recipe=1xtile.stairsWoodBirch@0:[type:MOULDING parent:[1xtile.wood@2], net.minecraft.item.crafting.Ingredient$1@7e2c8622, type:MOULDING parent:[1xtile.wood@2], type:MOULDING parent:[1xtile.wood@2]]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2561 betterwithmods:higheff/spruce_fence_gate RecipeStage{tier='one', recipe=1xtile.spruceFenceGate@0:[type:MOULDING parent:[1xtile.wood@1], type:SIDING parent:[1xtile.wood@1], type:MOULDING parent:[1xtile.wood@1]]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2564 betterwithmods:higheff/stone_brick_stairs RecipeStage{tier='two', recipe=1xtile.stairsStoneBrickSmooth@0:[type:MOULDING parent:[1xtile.stonebricksmooth@0], net.minecraft.item.crafting.Ingredient$1@7e2c8622, type:MOULDING parent:[1xtile.stonebricksmooth@0], type:MOULDING parent:[1xtile.stonebricksmooth@0]]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2565 betterwithmods:higheff/jungle_fence RecipeStage{tier='one', recipe=2xtile.jungleFence@0:[type:MOULDING parent:[1xtile.wood@3], type:MOULDING parent:[1xtile.wood@3], type:MOULDING parent:[1xtile.wood@3]]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2566 betterwithmods:higheff/acacia_stairs RecipeStage{tier='one', recipe=1xtile.stairsWoodAcacia@0:[type:MOULDING parent:[1xtile.wood@4], net.minecraft.item.crafting.Ingredient$1@7e2c8622, type:MOULDING parent:[1xtile.wood@4], type:MOULDING parent:[1xtile.wood@4]]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2568 betterwithmods:higheff/oak_trapdoor RecipeStage{tier='one', recipe=1xtile.oak_trapdoor@0:[type:SIDING parent:[1xtile.wood@0, 1xtile.wood@1, 1xtile.wood@2, 1xtile.wood@3, 1xtile.wood@4, 1xtile.wood@5, 1xtile.rustic.planks@0, 1xtile.rustic.planks@1, 1xtile.rustic.painted_wood_black@0, 1xtile.rustic.painted_wood_blue@0, 1xtile.rustic.painted_wood_brown@0, 1xtile.rustic.painted_wood_cyan@0, 1xtile.rustic.painted_wood_gray@0, 1xtile.rustic.painted_wood_green@0, 1xtile.rustic.painted_wood_light_blue@0, 1xtile.rustic.painted_wood_lime@0, 1xtile.rustic.painted_wood_magenta@0, 1xtile.rustic.painted_wood_orange@0, 1xtile.rustic.painted_wood_pink@0, 1xtile.rustic.painted_wood_purple@0, 1xtile.rustic.painted_wood_red@0, 1xtile.rustic.painted_wood_silver@0, 1xtile.rustic.painted_wood_white@0, 1xtile.rustic.painted_wood_yellow@0, 1xtile.chisel.planks-oak@0, 1xtile.chisel.planks-oak@1, 1xtile.chisel.planks-oak@2, 1xtile.chisel.planks-oak@3, 1xtile.chisel.planks-oak@4, 1xtile.chisel.planks-oak@5, 1xtile.chisel.planks-oak@6, 1xtile.chisel.planks-oak@7, 1xtile.chisel.planks-oak@8, 1xtile.chisel.planks-oak@9, 1xtile.chisel.planks-oak@10, 1xtile.chisel.planks-oak@11, 1xtile.chisel.planks-oak@12, 1xtile.chisel.planks-oak@13, 1xtile.chisel.planks-oak@14, 1xtile.chisel.planks-spruce@0, 1xtile.chisel.planks-spruce@1, 1xtile.chisel.planks-spruce@2, 1xtile.chisel.planks-spruce@3, 1xtile.chisel.planks-spruce@4, 1xtile.chisel.planks-spruce@5, 1xtile.chisel.planks-spruce@6, 1xtile.chisel.planks-spruce@7, 1xtile.chisel.planks-spruce@8, 1xtile.chisel.planks-spruce@9, 1xtile.chisel.planks-spruce@10, 1xtile.chisel.planks-spruce@11, 1xtile.chisel.planks-spruce@12, 1xtile.chisel.planks-spruce@13, 1xtile.chisel.planks-spruce@14, 1xtile.chisel.planks-birch@0, 1xtile.chisel.planks-birch@1, 1xtile.chisel.planks-birch@2, 1xtile.chisel.planks-birch@3, 1xtile.chisel.planks-birch@4, 1xtile.chisel.planks-birch@5, 1xtile.chisel.planks-birch@6, 1xtile.chisel.planks-birch@7, 1xtile.chisel.planks-birch@8, 1xtile.chisel.planks-birch@9, 1xtile.chisel.planks-birch@10, 1xtile.chisel.planks-birch@11, 1xtile.chisel.planks-birch@12, 1xtile.chisel.planks-birch@13, 1xtile.chisel.planks-birch@14, 1xtile.chisel.planks-jungle@0, 1xtile.chisel.planks-jungle@1, 1xtile.chisel.planks-jungle@2, 1xtile.chisel.planks-jungle@3, 1xtile.chisel.planks-jungle@4, 1xtile.chisel.planks-jungle@5, 1xtile.chisel.planks-jungle@6, 1xtile.chisel.planks-jungle@7, 1xtile.chisel.planks-jungle@8, 1xtile.chisel.planks-jungle@9, 1xtile.chisel.planks-jungle@10, 1xtile.chisel.planks-jungle@11, 1xtile.chisel.planks-jungle@12, 1xtile.chisel.planks-jungle@13, 1xtile.chisel.planks-jungle@14, 1xtile.chisel.planks-acacia@0, 1xtile.chisel.planks-acacia@1, 1xtile.chisel.planks-acacia@2, 1xtile.chisel.planks-acacia@3, 1xtile.chisel.planks-acacia@4, 1xtile.chisel.planks-acacia@5, 1xtile.chisel.planks-acacia@6, 1xtile.chisel.planks-acacia@7, 1xtile.chisel.planks-acacia@8, 1xtile.chisel.planks-acacia@9, 1xtile.chisel.planks-acacia@10, 1xtile.chisel.planks-acacia@11, 1xtile.chisel.planks-acacia@12, 1xtile.chisel.planks-acacia@13, 1xtile.chisel.planks-acacia@14, 1xtile.chisel.planks-dark-oak@0, 1xtile.chisel.planks-dark-oak@1, 1xtile.chisel.planks-dark-oak@2, 1xtile.chisel.planks-dark-oak@3, 1xtile.chisel.planks-dark-oak@4, 1xtile.chisel.planks-dark-oak@5, 1xtile.chisel.planks-dark-oak@6, 1xtile.chisel.planks-dark-oak@7, 1xtile.chisel.planks-dark-oak@8, 1xtile.chisel.planks-dark-oak@9, 1xtile.chisel.planks-dark-oak@10, 1xtile.chisel.planks-dark-oak@11, 1xtile.chisel.planks-dark-oak@12, 1xtile.chisel.planks-dark-oak@13, 1xtile.chisel.planks-dark-oak@14, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8, 1xtile.natura.nether_planks@0, 1xtile.natura.nether_planks@1, 1xtile.natura.nether_planks@2, 1xtile.natura.nether_planks@3, 1xtile.planks_sakura@0, 1xtile.planks_mulberry@0, 1xtile.blocks.integrateddynamics.menril_planks@0, 1xtile.primal.planks@0, 1xtile.primal.planks@1, 1xtile.primal.planks@2, 1xtile.primal.planks@3, 1xtile.dltplank@0, 1xtile.dreadplanks@0, 1xtile.thebetweenlands.weedwood_planks@0, 1xtile.thebetweenlands.rubber_tree_planks@0, 1xtile.thebetweenlands.giant_root_planks@0, 1xtile.thebetweenlands.hearthgrove_planks@0, 1xtile.thebetweenlands.nibbletwig_planks@0, 1xtile.twilightforest.TowerStone@0, 1xtile.twilightforest.TowerStone@1, 1xtile.twilightforest.TowerStone@2, 1xtile.twilightforest.TowerStone@3, 1xtile.twilightforest.TowerStone@4, 1xtile.totemic:cedar_plank@0, 1xtile.traverse:fir_planks@0, 1xtile.kepler22b_planks.0@0, 1xtile.primal.planks@0, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8], type:SIDING parent:[1xtile.wood@0, 1xtile.wood@1, 1xtile.wood@2, 1xtile.wood@3, 1xtile.wood@4, 1xtile.wood@5, 1xtile.rustic.planks@0, 1xtile.rustic.planks@1, 1xtile.rustic.painted_wood_black@0, 1xtile.rustic.painted_wood_blue@0, 1xtile.rustic.painted_wood_brown@0, 1xtile.rustic.painted_wood_cyan@0, 1xtile.rustic.painted_wood_gray@0, 1xtile.rustic.painted_wood_green@0, 1xtile.rustic.painted_wood_light_blue@0, 1xtile.rustic.painted_wood_lime@0, 1xtile.rustic.painted_wood_magenta@0, 1xtile.rustic.painted_wood_orange@0, 1xtile.rustic.painted_wood_pink@0, 1xtile.rustic.painted_wood_purple@0, 1xtile.rustic.painted_wood_red@0, 1xtile.rustic.painted_wood_silver@0, 1xtile.rustic.painted_wood_white@0, 1xtile.rustic.painted_wood_yellow@0, 1xtile.chisel.planks-oak@0, 1xtile.chisel.planks-oak@1, 1xtile.chisel.planks-oak@2, 1xtile.chisel.planks-oak@3, 1xtile.chisel.planks-oak@4, 1xtile.chisel.planks-oak@5, 1xtile.chisel.planks-oak@6, 1xtile.chisel.planks-oak@7, 1xtile.chisel.planks-oak@8, 1xtile.chisel.planks-oak@9, 1xtile.chisel.planks-oak@10, 1xtile.chisel.planks-oak@11, 1xtile.chisel.planks-oak@12, 1xtile.chisel.planks-oak@13, 1xtile.chisel.planks-oak@14, 1xtile.chisel.planks-spruce@0, 1xtile.chisel.planks-spruce@1, 1xtile.chisel.planks-spruce@2, 1xtile.chisel.planks-spruce@3, 1xtile.chisel.planks-spruce@4, 1xtile.chisel.planks-spruce@5, 1xtile.chisel.planks-spruce@6, 1xtile.chisel.planks-spruce@7, 1xtile.chisel.planks-spruce@8, 1xtile.chisel.planks-spruce@9, 1xtile.chisel.planks-spruce@10, 1xtile.chisel.planks-spruce@11, 1xtile.chisel.planks-spruce@12, 1xtile.chisel.planks-spruce@13, 1xtile.chisel.planks-spruce@14, 1xtile.chisel.planks-birch@0, 1xtile.chisel.planks-birch@1, 1xtile.chisel.planks-birch@2, 1xtile.chisel.planks-birch@3, 1xtile.chisel.planks-birch@4, 1xtile.chisel.planks-birch@5, 1xtile.chisel.planks-birch@6, 1xtile.chisel.planks-birch@7, 1xtile.chisel.planks-birch@8, 1xtile.chisel.planks-birch@9, 1xtile.chisel.planks-birch@10, 1xtile.chisel.planks-birch@11, 1xtile.chisel.planks-birch@12, 1xtile.chisel.planks-birch@13, 1xtile.chisel.planks-birch@14, 1xtile.chisel.planks-jungle@0, 1xtile.chisel.planks-jungle@1, 1xtile.chisel.planks-jungle@2, 1xtile.chisel.planks-jungle@3, 1xtile.chisel.planks-jungle@4, 1xtile.chisel.planks-jungle@5, 1xtile.chisel.planks-jungle@6, 1xtile.chisel.planks-jungle@7, 1xtile.chisel.planks-jungle@8, 1xtile.chisel.planks-jungle@9, 1xtile.chisel.planks-jungle@10, 1xtile.chisel.planks-jungle@11, 1xtile.chisel.planks-jungle@12, 1xtile.chisel.planks-jungle@13, 1xtile.chisel.planks-jungle@14, 1xtile.chisel.planks-acacia@0, 1xtile.chisel.planks-acacia@1, 1xtile.chisel.planks-acacia@2, 1xtile.chisel.planks-acacia@3, 1xtile.chisel.planks-acacia@4, 1xtile.chisel.planks-acacia@5, 1xtile.chisel.planks-acacia@6, 1xtile.chisel.planks-acacia@7, 1xtile.chisel.planks-acacia@8, 1xtile.chisel.planks-acacia@9, 1xtile.chisel.planks-acacia@10, 1xtile.chisel.planks-acacia@11, 1xtile.chisel.planks-acacia@12, 1xtile.chisel.planks-acacia@13, 1xtile.chisel.planks-acacia@14, 1xtile.chisel.planks-dark-oak@0, 1xtile.chisel.planks-dark-oak@1, 1xtile.chisel.planks-dark-oak@2, 1xtile.chisel.planks-dark-oak@3, 1xtile.chisel.planks-dark-oak@4, 1xtile.chisel.planks-dark-oak@5, 1xtile.chisel.planks-dark-oak@6, 1xtile.chisel.planks-dark-oak@7, 1xtile.chisel.planks-dark-oak@8, 1xtile.chisel.planks-dark-oak@9, 1xtile.chisel.planks-dark-oak@10, 1xtile.chisel.planks-dark-oak@11, 1xtile.chisel.planks-dark-oak@12, 1xtile.chisel.planks-dark-oak@13, 1xtile.chisel.planks-dark-oak@14, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8, 1xtile.natura.nether_planks@0, 1xtile.natura.nether_planks@1, 1xtile.natura.nether_planks@2, 1xtile.natura.nether_planks@3, 1xtile.planks_sakura@0, 1xtile.planks_mulberry@0, 1xtile.blocks.integrateddynamics.menril_planks@0, 1xtile.primal.planks@0, 1xtile.primal.planks@1, 1xtile.primal.planks@2, 1xtile.primal.planks@3, 1xtile.dltplank@0, 1xtile.dreadplanks@0, 1xtile.thebetweenlands.weedwood_planks@0, 1xtile.thebetweenlands.rubber_tree_planks@0, 1xtile.thebetweenlands.giant_root_planks@0, 1xtile.thebetweenlands.hearthgrove_planks@0, 1xtile.thebetweenlands.nibbletwig_planks@0, 1xtile.twilightforest.TowerStone@0, 1xtile.twilightforest.TowerStone@1, 1xtile.twilightforest.TowerStone@2, 1xtile.twilightforest.TowerStone@3, 1xtile.twilightforest.TowerStone@4, 1xtile.totemic:cedar_plank@0, 1xtile.traverse:fir_planks@0, 1xtile.kepler22b_planks.0@0, 1xtile.primal.planks@0, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8], type:SIDING parent:[1xtile.wood@0, 1xtile.wood@1, 1xtile.wood@2, 1xtile.wood@3, 1xtile.wood@4, 1xtile.wood@5, 1xtile.rustic.planks@0, 1xtile.rustic.planks@1, 1xtile.rustic.painted_wood_black@0, 1xtile.rustic.painted_wood_blue@0, 1xtile.rustic.painted_wood_brown@0, 1xtile.rustic.painted_wood_cyan@0, 1xtile.rustic.painted_wood_gray@0, 1xtile.rustic.painted_wood_green@0, 1xtile.rustic.painted_wood_light_blue@0, 1xtile.rustic.painted_wood_lime@0, 1xtile.rustic.painted_wood_magenta@0, 1xtile.rustic.painted_wood_orange@0, 1xtile.rustic.painted_wood_pink@0, 1xtile.rustic.painted_wood_purple@0, 1xtile.rustic.painted_wood_red@0, 1xtile.rustic.painted_wood_silver@0, 1xtile.rustic.painted_wood_white@0, 1xtile.rustic.painted_wood_yellow@0, 1xtile.chisel.planks-oak@0, 1xtile.chisel.planks-oak@1, 1xtile.chisel.planks-oak@2, 1xtile.chisel.planks-oak@3, 1xtile.chisel.planks-oak@4, 1xtile.chisel.planks-oak@5, 1xtile.chisel.planks-oak@6, 1xtile.chisel.planks-oak@7, 1xtile.chisel.planks-oak@8, 1xtile.chisel.planks-oak@9, 1xtile.chisel.planks-oak@10, 1xtile.chisel.planks-oak@11, 1xtile.chisel.planks-oak@12, 1xtile.chisel.planks-oak@13, 1xtile.chisel.planks-oak@14, 1xtile.chisel.planks-spruce@0, 1xtile.chisel.planks-spruce@1, 1xtile.chisel.planks-spruce@2, 1xtile.chisel.planks-spruce@3, 1xtile.chisel.planks-spruce@4, 1xtile.chisel.planks-spruce@5, 1xtile.chisel.planks-spruce@6, 1xtile.chisel.planks-spruce@7, 1xtile.chisel.planks-spruce@8, 1xtile.chisel.planks-spruce@9, 1xtile.chisel.planks-spruce@10, 1xtile.chisel.planks-spruce@11, 1xtile.chisel.planks-spruce@12, 1xtile.chisel.planks-spruce@13, 1xtile.chisel.planks-spruce@14, 1xtile.chisel.planks-birch@0, 1xtile.chisel.planks-birch@1, 1xtile.chisel.planks-birch@2, 1xtile.chisel.planks-birch@3, 1xtile.chisel.planks-birch@4, 1xtile.chisel.planks-birch@5, 1xtile.chisel.planks-birch@6, 1xtile.chisel.planks-birch@7, 1xtile.chisel.planks-birch@8, 1xtile.chisel.planks-birch@9, 1xtile.chisel.planks-birch@10, 1xtile.chisel.planks-birch@11, 1xtile.chisel.planks-birch@12, 1xtile.chisel.planks-birch@13, 1xtile.chisel.planks-birch@14, 1xtile.chisel.planks-jungle@0, 1xtile.chisel.planks-jungle@1, 1xtile.chisel.planks-jungle@2, 1xtile.chisel.planks-jungle@3, 1xtile.chisel.planks-jungle@4, 1xtile.chisel.planks-jungle@5, 1xtile.chisel.planks-jungle@6, 1xtile.chisel.planks-jungle@7, 1xtile.chisel.planks-jungle@8, 1xtile.chisel.planks-jungle@9, 1xtile.chisel.planks-jungle@10, 1xtile.chisel.planks-jungle@11, 1xtile.chisel.planks-jungle@12, 1xtile.chisel.planks-jungle@13, 1xtile.chisel.planks-jungle@14, 1xtile.chisel.planks-acacia@0, 1xtile.chisel.planks-acacia@1, 1xtile.chisel.planks-acacia@2, 1xtile.chisel.planks-acacia@3, 1xtile.chisel.planks-acacia@4, 1xtile.chisel.planks-acacia@5, 1xtile.chisel.planks-acacia@6, 1xtile.chisel.planks-acacia@7, 1xtile.chisel.planks-acacia@8, 1xtile.chisel.planks-acacia@9, 1xtile.chisel.planks-acacia@10, 1xtile.chisel.planks-acacia@11, 1xtile.chisel.planks-acacia@12, 1xtile.chisel.planks-acacia@13, 1xtile.chisel.planks-acacia@14, 1xtile.chisel.planks-dark-oak@0, 1xtile.chisel.planks-dark-oak@1, 1xtile.chisel.planks-dark-oak@2, 1xtile.chisel.planks-dark-oak@3, 1xtile.chisel.planks-dark-oak@4, 1xtile.chisel.planks-dark-oak@5, 1xtile.chisel.planks-dark-oak@6, 1xtile.chisel.planks-dark-oak@7, 1xtile.chisel.planks-dark-oak@8, 1xtile.chisel.planks-dark-oak@9, 1xtile.chisel.planks-dark-oak@10, 1xtile.chisel.planks-dark-oak@11, 1xtile.chisel.planks-dark-oak@12, 1xtile.chisel.planks-dark-oak@13, 1xtile.chisel.planks-dark-oak@14, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8, 1xtile.natura.nether_planks@0, 1xtile.natura.nether_planks@1, 1xtile.natura.nether_planks@2, 1xtile.natura.nether_planks@3, 1xtile.planks_sakura@0, 1xtile.planks_mulberry@0, 1xtile.blocks.integrateddynamics.menril_planks@0, 1xtile.primal.planks@0, 1xtile.primal.planks@1, 1xtile.primal.planks@2, 1xtile.primal.planks@3, 1xtile.dltplank@0, 1xtile.dreadplanks@0, 1xtile.thebetweenlands.weedwood_planks@0, 1xtile.thebetweenlands.rubber_tree_planks@0, 1xtile.thebetweenlands.giant_root_planks@0, 1xtile.thebetweenlands.hearthgrove_planks@0, 1xtile.thebetweenlands.nibbletwig_planks@0, 1xtile.twilightforest.TowerStone@0, 1xtile.twilightforest.TowerStone@1, 1xtile.twilightforest.TowerStone@2, 1xtile.twilightforest.TowerStone@3, 1xtile.twilightforest.TowerStone@4, 1xtile.totemic:cedar_plank@0, 1xtile.traverse:fir_planks@0, 1xtile.kepler22b_planks.0@0, 1xtile.primal.planks@0, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8], type:SIDING parent:[1xtile.wood@0, 1xtile.wood@1, 1xtile.wood@2, 1xtile.wood@3, 1xtile.wood@4, 1xtile.wood@5, 1xtile.rustic.planks@0, 1xtile.rustic.planks@1, 1xtile.rustic.painted_wood_black@0, 1xtile.rustic.painted_wood_blue@0, 1xtile.rustic.painted_wood_brown@0, 1xtile.rustic.painted_wood_cyan@0, 1xtile.rustic.painted_wood_gray@0, 1xtile.rustic.painted_wood_green@0, 1xtile.rustic.painted_wood_light_blue@0, 1xtile.rustic.painted_wood_lime@0, 1xtile.rustic.painted_wood_magenta@0, 1xtile.rustic.painted_wood_orange@0, 1xtile.rustic.painted_wood_pink@0, 1xtile.rustic.painted_wood_purple@0, 1xtile.rustic.painted_wood_red@0, 1xtile.rustic.painted_wood_silver@0, 1xtile.rustic.painted_wood_white@0, 1xtile.rustic.painted_wood_yellow@0, 1xtile.chisel.planks-oak@0, 1xtile.chisel.planks-oak@1, 1xtile.chisel.planks-oak@2, 1xtile.chisel.planks-oak@3, 1xtile.chisel.planks-oak@4, 1xtile.chisel.planks-oak@5, 1xtile.chisel.planks-oak@6, 1xtile.chisel.planks-oak@7, 1xtile.chisel.planks-oak@8, 1xtile.chisel.planks-oak@9, 1xtile.chisel.planks-oak@10, 1xtile.chisel.planks-oak@11, 1xtile.chisel.planks-oak@12, 1xtile.chisel.planks-oak@13, 1xtile.chisel.planks-oak@14, 1xtile.chisel.planks-spruce@0, 1xtile.chisel.planks-spruce@1, 1xtile.chisel.planks-spruce@2, 1xtile.chisel.planks-spruce@3, 1xtile.chisel.planks-spruce@4, 1xtile.chisel.planks-spruce@5, 1xtile.chisel.planks-spruce@6, 1xtile.chisel.planks-spruce@7, 1xtile.chisel.planks-spruce@8, 1xtile.chisel.planks-spruce@9, 1xtile.chisel.planks-spruce@10, 1xtile.chisel.planks-spruce@11, 1xtile.chisel.planks-spruce@12, 1xtile.chisel.planks-spruce@13, 1xtile.chisel.planks-spruce@14, 1xtile.chisel.planks-birch@0, 1xtile.chisel.planks-birch@1, 1xtile.chisel.planks-birch@2, 1xtile.chisel.planks-birch@3, 1xtile.chisel.planks-birch@4, 1xtile.chisel.planks-birch@5, 1xtile.chisel.planks-birch@6, 1xtile.chisel.planks-birch@7, 1xtile.chisel.planks-birch@8, 1xtile.chisel.planks-birch@9, 1xtile.chisel.planks-birch@10, 1xtile.chisel.planks-birch@11, 1xtile.chisel.planks-birch@12, 1xtile.chisel.planks-birch@13, 1xtile.chisel.planks-birch@14, 1xtile.chisel.planks-jungle@0, 1xtile.chisel.planks-jungle@1, 1xtile.chisel.planks-jungle@2, 1xtile.chisel.planks-jungle@3, 1xtile.chisel.planks-jungle@4, 1xtile.chisel.planks-jungle@5, 1xtile.chisel.planks-jungle@6, 1xtile.chisel.planks-jungle@7, 1xtile.chisel.planks-jungle@8, 1xtile.chisel.planks-jungle@9, 1xtile.chisel.planks-jungle@10, 1xtile.chisel.planks-jungle@11, 1xtile.chisel.planks-jungle@12, 1xtile.chisel.planks-jungle@13, 1xtile.chisel.planks-jungle@14, 1xtile.chisel.planks-acacia@0, 1xtile.chisel.planks-acacia@1, 1xtile.chisel.planks-acacia@2, 1xtile.chisel.planks-acacia@3, 1xtile.chisel.planks-acacia@4, 1xtile.chisel.planks-acacia@5, 1xtile.chisel.planks-acacia@6, 1xtile.chisel.planks-acacia@7, 1xtile.chisel.planks-acacia@8, 1xtile.chisel.planks-acacia@9, 1xtile.chisel.planks-acacia@10, 1xtile.chisel.planks-acacia@11, 1xtile.chisel.planks-acacia@12, 1xtile.chisel.planks-acacia@13, 1xtile.chisel.planks-acacia@14, 1xtile.chisel.planks-dark-oak@0, 1xtile.chisel.planks-dark-oak@1, 1xtile.chisel.planks-dark-oak@2, 1xtile.chisel.planks-dark-oak@3, 1xtile.chisel.planks-dark-oak@4, 1xtile.chisel.planks-dark-oak@5, 1xtile.chisel.planks-dark-oak@6, 1xtile.chisel.planks-dark-oak@7, 1xtile.chisel.planks-dark-oak@8, 1xtile.chisel.planks-dark-oak@9, 1xtile.chisel.planks-dark-oak@10, 1xtile.chisel.planks-dark-oak@11, 1xtile.chisel.planks-dark-oak@12, 1xtile.chisel.planks-dark-oak@13, 1xtile.chisel.planks-dark-oak@14, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8, 1xtile.natura.nether_planks@0, 1xtile.natura.nether_planks@1, 1xtile.natura.nether_planks@2, 1xtile.natura.nether_planks@3, 1xtile.planks_sakura@0, 1xtile.planks_mulberry@0, 1xtile.blocks.integrateddynamics.menril_planks@0, 1xtile.primal.planks@0, 1xtile.primal.planks@1, 1xtile.primal.planks@2, 1xtile.primal.planks@3, 1xtile.dltplank@0, 1xtile.dreadplanks@0, 1xtile.thebetweenlands.weedwood_planks@0, 1xtile.thebetweenlands.rubber_tree_planks@0, 1xtile.thebetweenlands.giant_root_planks@0, 1xtile.thebetweenlands.hearthgrove_planks@0, 1xtile.thebetweenlands.nibbletwig_planks@0, 1xtile.twilightforest.TowerStone@0, 1xtile.twilightforest.TowerStone@1, 1xtile.twilightforest.TowerStone@2, 1xtile.twilightforest.TowerStone@3, 1xtile.twilightforest.TowerStone@4, 1xtile.totemic:cedar_plank@0, 1xtile.traverse:fir_planks@0, 1xtile.kepler22b_planks.0@0, 1xtile.primal.planks@0, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8], type:SIDING parent:[1xtile.wood@0, 1xtile.wood@1, 1xtile.wood@2, 1xtile.wood@3, 1xtile.wood@4, 1xtile.wood@5, 1xtile.rustic.planks@0, 1xtile.rustic.planks@1, 1xtile.rustic.painted_wood_black@0, 1xtile.rustic.painted_wood_blue@0, 1xtile.rustic.painted_wood_brown@0, 1xtile.rustic.painted_wood_cyan@0, 1xtile.rustic.painted_wood_gray@0, 1xtile.rustic.painted_wood_green@0, 1xtile.rustic.painted_wood_light_blue@0, 1xtile.rustic.painted_wood_lime@0, 1xtile.rustic.painted_wood_magenta@0, 1xtile.rustic.painted_wood_orange@0, 1xtile.rustic.painted_wood_pink@0, 1xtile.rustic.painted_wood_purple@0, 1xtile.rustic.painted_wood_red@0, 1xtile.rustic.painted_wood_silver@0, 1xtile.rustic.painted_wood_white@0, 1xtile.rustic.painted_wood_yellow@0, 1xtile.chisel.planks-oak@0, 1xtile.chisel.planks-oak@1, 1xtile.chisel.planks-oak@2, 1xtile.chisel.planks-oak@3, 1xtile.chisel.planks-oak@4, 1xtile.chisel.planks-oak@5, 1xtile.chisel.planks-oak@6, 1xtile.chisel.planks-oak@7, 1xtile.chisel.planks-oak@8, 1xtile.chisel.planks-oak@9, 1xtile.chisel.planks-oak@10, 1xtile.chisel.planks-oak@11, 1xtile.chisel.planks-oak@12, 1xtile.chisel.planks-oak@13, 1xtile.chisel.planks-oak@14, 1xtile.chisel.planks-spruce@0, 1xtile.chisel.planks-spruce@1, 1xtile.chisel.planks-spruce@2, 1xtile.chisel.planks-spruce@3, 1xtile.chisel.planks-spruce@4, 1xtile.chisel.planks-spruce@5, 1xtile.chisel.planks-spruce@6, 1xtile.chisel.planks-spruce@7, 1xtile.chisel.planks-spruce@8, 1xtile.chisel.planks-spruce@9, 1xtile.chisel.planks-spruce@10, 1xtile.chisel.planks-spruce@11, 1xtile.chisel.planks-spruce@12, 1xtile.chisel.planks-spruce@13, 1xtile.chisel.planks-spruce@14, 1xtile.chisel.planks-birch@0, 1xtile.chisel.planks-birch@1, 1xtile.chisel.planks-birch@2, 1xtile.chisel.planks-birch@3, 1xtile.chisel.planks-birch@4, 1xtile.chisel.planks-birch@5, 1xtile.chisel.planks-birch@6, 1xtile.chisel.planks-birch@7, 1xtile.chisel.planks-birch@8, 1xtile.chisel.planks-birch@9, 1xtile.chisel.planks-birch@10, 1xtile.chisel.planks-birch@11, 1xtile.chisel.planks-birch@12, 1xtile.chisel.planks-birch@13, 1xtile.chisel.planks-birch@14, 1xtile.chisel.planks-jungle@0, 1xtile.chisel.planks-jungle@1, 1xtile.chisel.planks-jungle@2, 1xtile.chisel.planks-jungle@3, 1xtile.chisel.planks-jungle@4, 1xtile.chisel.planks-jungle@5, 1xtile.chisel.planks-jungle@6, 1xtile.chisel.planks-jungle@7, 1xtile.chisel.planks-jungle@8, 1xtile.chisel.planks-jungle@9, 1xtile.chisel.planks-jungle@10, 1xtile.chisel.planks-jungle@11, 1xtile.chisel.planks-jungle@12, 1xtile.chisel.planks-jungle@13, 1xtile.chisel.planks-jungle@14, 1xtile.chisel.planks-acacia@0, 1xtile.chisel.planks-acacia@1, 1xtile.chisel.planks-acacia@2, 1xtile.chisel.planks-acacia@3, 1xtile.chisel.planks-acacia@4, 1xtile.chisel.planks-acacia@5, 1xtile.chisel.planks-acacia@6, 1xtile.chisel.planks-acacia@7, 1xtile.chisel.planks-acacia@8, 1xtile.chisel.planks-acacia@9, 1xtile.chisel.planks-acacia@10, 1xtile.chisel.planks-acacia@11, 1xtile.chisel.planks-acacia@12, 1xtile.chisel.planks-acacia@13, 1xtile.chisel.planks-acacia@14, 1xtile.chisel.planks-dark-oak@0, 1xtile.chisel.planks-dark-oak@1, 1xtile.chisel.planks-dark-oak@2, 1xtile.chisel.planks-dark-oak@3, 1xtile.chisel.planks-dark-oak@4, 1xtile.chisel.planks-dark-oak@5, 1xtile.chisel.planks-dark-oak@6, 1xtile.chisel.planks-dark-oak@7, 1xtile.chisel.planks-dark-oak@8, 1xtile.chisel.planks-dark-oak@9, 1xtile.chisel.planks-dark-oak@10, 1xtile.chisel.planks-dark-oak@11, 1xtile.chisel.planks-dark-oak@12, 1xtile.chisel.planks-dark-oak@13, 1xtile.chisel.planks-dark-oak@14, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8, 1xtile.natura.nether_planks@0, 1xtile.natura.nether_planks@1, 1xtile.natura.nether_planks@2, 1xtile.natura.nether_planks@3, 1xtile.planks_sakura@0, 1xtile.planks_mulberry@0, 1xtile.blocks.integrateddynamics.menril_planks@0, 1xtile.primal.planks@0, 1xtile.primal.planks@1, 1xtile.primal.planks@2, 1xtile.primal.planks@3, 1xtile.dltplank@0, 1xtile.dreadplanks@0, 1xtile.thebetweenlands.weedwood_planks@0, 1xtile.thebetweenlands.rubber_tree_planks@0, 1xtile.thebetweenlands.giant_root_planks@0, 1xtile.thebetweenlands.hearthgrove_planks@0, 1xtile.thebetweenlands.nibbletwig_planks@0, 1xtile.twilightforest.TowerStone@0, 1xtile.twilightforest.TowerStone@1, 1xtile.twilightforest.TowerStone@2, 1xtile.twilightforest.TowerStone@3, 1xtile.twilightforest.TowerStone@4, 1xtile.totemic:cedar_plank@0, 1xtile.traverse:fir_planks@0, 1xtile.kepler22b_planks.0@0, 1xtile.primal.planks@0, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8], type:SIDING parent:[1xtile.wood@0, 1xtile.wood@1, 1xtile.wood@2, 1xtile.wood@3, 1xtile.wood@4, 1xtile.wood@5, 1xtile.rustic.planks@0, 1xtile.rustic.planks@1, 1xtile.rustic.painted_wood_black@0, 1xtile.rustic.painted_wood_blue@0, 1xtile.rustic.painted_wood_brown@0, 1xtile.rustic.painted_wood_cyan@0, 1xtile.rustic.painted_wood_gray@0, 1xtile.rustic.painted_wood_green@0, 1xtile.rustic.painted_wood_light_blue@0, 1xtile.rustic.painted_wood_lime@0, 1xtile.rustic.painted_wood_magenta@0, 1xtile.rustic.painted_wood_orange@0, 1xtile.rustic.painted_wood_pink@0, 1xtile.rustic.painted_wood_purple@0, 1xtile.rustic.painted_wood_red@0, 1xtile.rustic.painted_wood_silver@0, 1xtile.rustic.painted_wood_white@0, 1xtile.rustic.painted_wood_yellow@0, 1xtile.chisel.planks-oak@0, 1xtile.chisel.planks-oak@1, 1xtile.chisel.planks-oak@2, 1xtile.chisel.planks-oak@3, 1xtile.chisel.planks-oak@4, 1xtile.chisel.planks-oak@5, 1xtile.chisel.planks-oak@6, 1xtile.chisel.planks-oak@7, 1xtile.chisel.planks-oak@8, 1xtile.chisel.planks-oak@9, 1xtile.chisel.planks-oak@10, 1xtile.chisel.planks-oak@11, 1xtile.chisel.planks-oak@12, 1xtile.chisel.planks-oak@13, 1xtile.chisel.planks-oak@14, 1xtile.chisel.planks-spruce@0, 1xtile.chisel.planks-spruce@1, 1xtile.chisel.planks-spruce@2, 1xtile.chisel.planks-spruce@3, 1xtile.chisel.planks-spruce@4, 1xtile.chisel.planks-spruce@5, 1xtile.chisel.planks-spruce@6, 1xtile.chisel.planks-spruce@7, 1xtile.chisel.planks-spruce@8, 1xtile.chisel.planks-spruce@9, 1xtile.chisel.planks-spruce@10, 1xtile.chisel.planks-spruce@11, 1xtile.chisel.planks-spruce@12, 1xtile.chisel.planks-spruce@13, 1xtile.chisel.planks-spruce@14, 1xtile.chisel.planks-birch@0, 1xtile.chisel.planks-birch@1, 1xtile.chisel.planks-birch@2, 1xtile.chisel.planks-birch@3, 1xtile.chisel.planks-birch@4, 1xtile.chisel.planks-birch@5, 1xtile.chisel.planks-birch@6, 1xtile.chisel.planks-birch@7, 1xtile.chisel.planks-birch@8, 1xtile.chisel.planks-birch@9, 1xtile.chisel.planks-birch@10, 1xtile.chisel.planks-birch@11, 1xtile.chisel.planks-birch@12, 1xtile.chisel.planks-birch@13, 1xtile.chisel.planks-birch@14, 1xtile.chisel.planks-jungle@0, 1xtile.chisel.planks-jungle@1, 1xtile.chisel.planks-jungle@2, 1xtile.chisel.planks-jungle@3, 1xtile.chisel.planks-jungle@4, 1xtile.chisel.planks-jungle@5, 1xtile.chisel.planks-jungle@6, 1xtile.chisel.planks-jungle@7, 1xtile.chisel.planks-jungle@8, 1xtile.chisel.planks-jungle@9, 1xtile.chisel.planks-jungle@10, 1xtile.chisel.planks-jungle@11, 1xtile.chisel.planks-jungle@12, 1xtile.chisel.planks-jungle@13, 1xtile.chisel.planks-jungle@14, 1xtile.chisel.planks-acacia@0, 1xtile.chisel.planks-acacia@1, 1xtile.chisel.planks-acacia@2, 1xtile.chisel.planks-acacia@3, 1xtile.chisel.planks-acacia@4, 1xtile.chisel.planks-acacia@5, 1xtile.chisel.planks-acacia@6, 1xtile.chisel.planks-acacia@7, 1xtile.chisel.planks-acacia@8, 1xtile.chisel.planks-acacia@9, 1xtile.chisel.planks-acacia@10, 1xtile.chisel.planks-acacia@11, 1xtile.chisel.planks-acacia@12, 1xtile.chisel.planks-acacia@13, 1xtile.chisel.planks-acacia@14, 1xtile.chisel.planks-dark-oak@0, 1xtile.chisel.planks-dark-oak@1, 1xtile.chisel.planks-dark-oak@2, 1xtile.chisel.planks-dark-oak@3, 1xtile.chisel.planks-dark-oak@4, 1xtile.chisel.planks-dark-oak@5, 1xtile.chisel.planks-dark-oak@6, 1xtile.chisel.planks-dark-oak@7, 1xtile.chisel.planks-dark-oak@8, 1xtile.chisel.planks-dark-oak@9, 1xtile.chisel.planks-dark-oak@10, 1xtile.chisel.planks-dark-oak@11, 1xtile.chisel.planks-dark-oak@12, 1xtile.chisel.planks-dark-oak@13, 1xtile.chisel.planks-dark-oak@14, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8, 1xtile.natura.nether_planks@0, 1xtile.natura.nether_planks@1, 1xtile.natura.nether_planks@2, 1xtile.natura.nether_planks@3, 1xtile.planks_sakura@0, 1xtile.planks_mulberry@0, 1xtile.blocks.integrateddynamics.menril_planks@0, 1xtile.primal.planks@0, 1xtile.primal.planks@1, 1xtile.primal.planks@2, 1xtile.primal.planks@3, 1xtile.dltplank@0, 1xtile.dreadplanks@0, 1xtile.thebetweenlands.weedwood_planks@0, 1xtile.thebetweenlands.rubber_tree_planks@0, 1xtile.thebetweenlands.giant_root_planks@0, 1xtile.thebetweenlands.hearthgrove_planks@0, 1xtile.thebetweenlands.nibbletwig_planks@0, 1xtile.twilightforest.TowerStone@0, 1xtile.twilightforest.TowerStone@1, 1xtile.twilightforest.TowerStone@2, 1xtile.twilightforest.TowerStone@3, 1xtile.twilightforest.TowerStone@4, 1xtile.totemic:cedar_plank@0, 1xtile.traverse:fir_planks@0, 1xtile.kepler22b_planks.0@0, 1xtile.primal.planks@0, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8]]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2569 betterwithmods:higheff/birch_fence RecipeStage{tier='one', recipe=2xtile.birchFence@0:[type:MOULDING parent:[1xtile.wood@2], type:MOULDING parent:[1xtile.wood@2], type:MOULDING parent:[1xtile.wood@2]]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2570 betterwithmods:decompress/dung_decompress net.minecraft.item.crafting.ShapelessRecipes@34ff7aa9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2571 betterwithmods:decompress/material.diamond_ingot_compress RecipeStage{tier='five', recipe=1xitem.bwm:material@45:[net.minecraftforge.oredict.OreIngredient@21960e13, net.minecraftforge.oredict.OreIngredient@21960e13, net.minecraftforge.oredict.OreIngredient@21960e13, net.minecraftforge.oredict.OreIngredient@21960e13, net.minecraftforge.oredict.OreIngredient@21960e13, net.minecraftforge.oredict.OreIngredient@21960e13, net.minecraftforge.oredict.OreIngredient@21960e13, net.minecraftforge.oredict.OreIngredient@21960e13, net.minecraftforge.oredict.OreIngredient@21960e13]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2572 betterwithmods:decompress/material.padding_decompress RecipeStage{tier='one', recipe=9xitem.bwm:material@41:[net.minecraft.item.crafting.Ingredient@1d086a00]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2573 betterwithmods:decompress/wicker_decompress RecipeStage{tier='zero', recipe=3xitem.reeds@0:[net.minecraft.item.crafting.Ingredient@577f1ccf, net.minecraft.item.crafting.Ingredient@7e20e56c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2574 betterwithmods:decompress/steel_block RecipeStage{tier='three', recipe=16xitem.bwm:material@14:[net.minecraft.item.crafting.Ingredient@43c31903]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2576 betterwithmods:decompress/ender_pearl_decompress RecipeStage{tier='two', recipe=9xitem.enderPearl@0:[net.minecraft.item.crafting.Ingredient@11ca4498]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2579 betterwithmods:decompress/rope_block_decompress RecipeStage{tier='one', recipe=1xtile.bwm:rope@0:[net.minecraftforge.oredict.OreIngredient@3677e891, net.minecraftforge.oredict.OreIngredient@3677e891, net.minecraftforge.oredict.OreIngredient@3677e891, net.minecraftforge.oredict.OreIngredient@3677e891, net.minecraftforge.oredict.OreIngredient@3677e891, net.minecraftforge.oredict.OreIngredient@3677e891]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2580 betterwithmods:decompress/rope_decompress RecipeStage{tier='one', recipe=9xtile.bwm:rope@0:[net.minecraft.item.crafting.Ingredient@3f023110]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2581 betterwithmods:decompress/nethercoal_decompress RecipeStage{tier='three', recipe=9xitem.bwm:material@1:[net.minecraft.item.crafting.Ingredient@4281261f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2582 betterwithmods:food/raw_omelet RecipeStage{tier='zero', recipe=2xitem.bwm:raw_omelet@0:[net.minecraft.item.crafting.Ingredient@6419369a, net.minecraft.item.crafting.Ingredient@2e6972ec, net.minecraft.item.crafting.Ingredient@5c350441, net.minecraft.item.crafting.Ingredient@6986ed84]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2583 betterwithmods:food/raw_scrambled_egg RecipeStage{tier='three', recipe=2xitem.bwm:raw_scrambled_egg@0:[net.minecraft.item.crafting.Ingredient@bca6d2e, net.minecraft.item.crafting.Ingredient@7ae34f74]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2584 betterwithmods:food/ham_and_eggs RecipeStage{tier='zero', recipe=2xitem.bwm:ham_and_eggs@0:[net.minecraft.item.crafting.Ingredient@2e14f3b7, net.minecraft.item.crafting.Ingredient@59541653]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2585 betterwithmods:food/raw_pastry_0 RecipeStage{tier='three', recipe=1xtile.bwm:raw_pastry@0:[net.minecraft.item.crafting.Ingredient@2cd280f1, net.minecraft.item.crafting.Ingredient@2cd280f1, net.minecraft.item.crafting.Ingredient@2cd280f1, net.minecraft.item.crafting.Ingredient@743bb0e0, net.minecraft.item.crafting.Ingredient@7b7f1cd0, net.minecraft.item.crafting.Ingredient@743bb0e0, net.minecraftforge.oredict.OreIngredient@4e58ba74, net.minecraftforge.oredict.OreIngredient@4e58ba74, net.minecraftforge.oredict.OreIngredient@4e58ba74]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2586 betterwithmods:food/raw_pastry_2 RecipeStage{tier='two', recipe=1xtile.bwm:raw_pastry@2:[net.minecraftforge.oredict.OreIngredient@12ec27b0, net.minecraftforge.oredict.OreIngredient@6dd9e316, net.minecraftforge.oredict.OreIngredient@12ec27b0]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2587 betterwithmods:food/pork_dinner RecipeStage{tier='zero', recipe=3xitem.bwm:pork_dinner@0:[net.minecraft.item.crafting.Ingredient@4ce6360a, net.minecraftforge.oredict.OreIngredient@437bc170, net.minecraftforge.oredict.OreIngredient@60cfb86d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2588 betterwithmods:food/raw_pastry_1 RecipeStage{tier='two', recipe=1xtile.bwm:raw_pastry@1:[net.minecraft.item.crafting.Ingredient@fee186, net.minecraft.item.crafting.Ingredient@34609bb7, net.minecraft.item.crafting.Ingredient@248f452b, net.minecraftforge.oredict.OreIngredient@407044a2]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2589 betterwithmods:food/tasty_sandwich RecipeStage{tier='zero', recipe=2xitem.bwm:tasty_sandwich@0:[net.minecraft.item.crafting.Ingredient@1b17569e, net.minecraftforge.oredict.OreIngredient@701f8a0]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2590 betterwithmods:food/raw_kebab RecipeStage{tier='zero', recipe=3xitem.bwm:raw_kebab@0:[net.minecraft.item.crafting.Ingredient@35f2984a, net.minecraftforge.oredict.OreIngredient@58072569, net.minecraft.item.crafting.Ingredient@216a4f86, net.minecraftforge.oredict.OreIngredient@6981f305]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2591 betterwithmods:food/beef_dinner RecipeStage{tier='zero', recipe=3xitem.bwm:beef_dinner@0:[net.minecraft.item.crafting.Ingredient@3c47ebea, net.minecraftforge.oredict.OreIngredient@742ae76b, net.minecraftforge.oredict.OreIngredient@37418709]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2592 betterwithmods:food/beef_potatoes RecipeStage{tier='zero', recipe=2xitem.bwm:beef_potatoes@0:[net.minecraft.item.crafting.Ingredient@371a3a83, net.minecraftforge.oredict.OreIngredient@174a9c18]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2593 betterwithmods:food/raw_pastry_4 RecipeStage{tier='two', recipe=1xtile.bwm:raw_pastry@4:[net.minecraft.item.crafting.Ingredient@4560db6, net.minecraft.item.crafting.Ingredient@27f08539, net.minecraft.item.crafting.Ingredient@3e22616a, net.minecraftforge.oredict.OreIngredient@6bd0a60]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2594 appliedenergistics2:tools/paintballs_yellow RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.paint_ball@4:[net.minecraft.item.crafting.Ingredient@61c52d34, net.minecraft.item.crafting.Ingredient@61c52d34, net.minecraft.item.crafting.Ingredient@61c52d34, net.minecraft.item.crafting.Ingredient@61c52d34, net.minecraftforge.oredict.OreIngredient@757f7e06, net.minecraft.item.crafting.Ingredient@61c52d34, net.minecraft.item.crafting.Ingredient@61c52d34, net.minecraft.item.crafting.Ingredient@61c52d34, net.minecraft.item.crafting.Ingredient@61c52d34]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2595 appliedenergistics2:tools/paintballs_white RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.paint_ball@0:[net.minecraft.item.crafting.Ingredient@f71dbf6, net.minecraft.item.crafting.Ingredient@f71dbf6, net.minecraft.item.crafting.Ingredient@f71dbf6, net.minecraft.item.crafting.Ingredient@f71dbf6, net.minecraftforge.oredict.OreIngredient@9be89f2, net.minecraft.item.crafting.Ingredient@f71dbf6, net.minecraft.item.crafting.Ingredient@f71dbf6, net.minecraft.item.crafting.Ingredient@f71dbf6, net.minecraft.item.crafting.Ingredient@f71dbf6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2596 appliedenergistics2:tools/paintballs_red RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.paint_ball@14:[net.minecraft.item.crafting.Ingredient@1abcc23b, net.minecraft.item.crafting.Ingredient@1abcc23b, net.minecraft.item.crafting.Ingredient@1abcc23b, net.minecraft.item.crafting.Ingredient@1abcc23b, net.minecraftforge.oredict.OreIngredient@3e70e60e, net.minecraft.item.crafting.Ingredient@1abcc23b, net.minecraft.item.crafting.Ingredient@1abcc23b, net.minecraft.item.crafting.Ingredient@1abcc23b, net.minecraft.item.crafting.Ingredient@1abcc23b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2597 appliedenergistics2:tools/paintballs_purple RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.paint_ball@10:[net.minecraft.item.crafting.Ingredient@4dffab09, net.minecraft.item.crafting.Ingredient@4dffab09, net.minecraft.item.crafting.Ingredient@4dffab09, net.minecraft.item.crafting.Ingredient@4dffab09, net.minecraftforge.oredict.OreIngredient@616f8211, net.minecraft.item.crafting.Ingredient@4dffab09, net.minecraft.item.crafting.Ingredient@4dffab09, net.minecraft.item.crafting.Ingredient@4dffab09, net.minecraft.item.crafting.Ingredient@4dffab09]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2598 appliedenergistics2:tools/paintballs_pink RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.paint_ball@6:[net.minecraft.item.crafting.Ingredient@54738617, net.minecraft.item.crafting.Ingredient@54738617, net.minecraft.item.crafting.Ingredient@54738617, net.minecraft.item.crafting.Ingredient@54738617, net.minecraftforge.oredict.OreIngredient@11b7bde1, net.minecraft.item.crafting.Ingredient@54738617, net.minecraft.item.crafting.Ingredient@54738617, net.minecraft.item.crafting.Ingredient@54738617, net.minecraft.item.crafting.Ingredient@54738617]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2599 appliedenergistics2:tools/paintballs_orange RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.paint_ball@1:[net.minecraft.item.crafting.Ingredient@60281307, net.minecraft.item.crafting.Ingredient@60281307, net.minecraft.item.crafting.Ingredient@60281307, net.minecraft.item.crafting.Ingredient@60281307, net.minecraftforge.oredict.OreIngredient@3e749a1f, net.minecraft.item.crafting.Ingredient@60281307, net.minecraft.item.crafting.Ingredient@60281307, net.minecraft.item.crafting.Ingredient@60281307, net.minecraft.item.crafting.Ingredient@60281307]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2600 appliedenergistics2:tools/paintballs_magenta RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.paint_ball@2:[net.minecraft.item.crafting.Ingredient@43a5af30, net.minecraft.item.crafting.Ingredient@43a5af30, net.minecraft.item.crafting.Ingredient@43a5af30, net.minecraft.item.crafting.Ingredient@43a5af30, net.minecraftforge.oredict.OreIngredient@51494704, net.minecraft.item.crafting.Ingredient@43a5af30, net.minecraft.item.crafting.Ingredient@43a5af30, net.minecraft.item.crafting.Ingredient@43a5af30, net.minecraft.item.crafting.Ingredient@43a5af30]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2601 appliedenergistics2:tools/paintballs_lumen_yellow RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.paint_ball@24:[net.minecraft.item.crafting.Ingredient@5a77e60c, net.minecraft.item.crafting.Ingredient@5a77e60c, net.minecraft.item.crafting.Ingredient@5a77e60c, net.minecraft.item.crafting.Ingredient@5a77e60c, net.minecraftforge.oredict.OreIngredient@2fcd774, net.minecraft.item.crafting.Ingredient@5a77e60c, net.minecraft.item.crafting.Ingredient@5a77e60c, net.minecraft.item.crafting.Ingredient@5a77e60c, net.minecraft.item.crafting.Ingredient@5a77e60c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2602 appliedenergistics2:tools/paintballs_lumen_white RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.paint_ball@20:[net.minecraft.item.crafting.Ingredient@4840f593, net.minecraft.item.crafting.Ingredient@4840f593, net.minecraft.item.crafting.Ingredient@4840f593, net.minecraft.item.crafting.Ingredient@4840f593, net.minecraftforge.oredict.OreIngredient@39b38e25, net.minecraft.item.crafting.Ingredient@4840f593, net.minecraft.item.crafting.Ingredient@4840f593, net.minecraft.item.crafting.Ingredient@4840f593, net.minecraft.item.crafting.Ingredient@4840f593]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2603 appliedenergistics2:tools/paintballs_lumen_red RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.paint_ball@34:[net.minecraft.item.crafting.Ingredient@20e3456e, net.minecraft.item.crafting.Ingredient@20e3456e, net.minecraft.item.crafting.Ingredient@20e3456e, net.minecraft.item.crafting.Ingredient@20e3456e, net.minecraftforge.oredict.OreIngredient@6ff0c07a, net.minecraft.item.crafting.Ingredient@20e3456e, net.minecraft.item.crafting.Ingredient@20e3456e, net.minecraft.item.crafting.Ingredient@20e3456e, net.minecraft.item.crafting.Ingredient@20e3456e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2604 appliedenergistics2:tools/paintballs_lumen_purple RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.paint_ball@30:[net.minecraft.item.crafting.Ingredient@6f2d6984, net.minecraft.item.crafting.Ingredient@6f2d6984, net.minecraft.item.crafting.Ingredient@6f2d6984, net.minecraft.item.crafting.Ingredient@6f2d6984, net.minecraftforge.oredict.OreIngredient@a840c37, net.minecraft.item.crafting.Ingredient@6f2d6984, net.minecraft.item.crafting.Ingredient@6f2d6984, net.minecraft.item.crafting.Ingredient@6f2d6984, net.minecraft.item.crafting.Ingredient@6f2d6984]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2605 appliedenergistics2:tools/paintballs_lumen_pink RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.paint_ball@26:[net.minecraft.item.crafting.Ingredient@92731be, net.minecraft.item.crafting.Ingredient@92731be, net.minecraft.item.crafting.Ingredient@92731be, net.minecraft.item.crafting.Ingredient@92731be, net.minecraftforge.oredict.OreIngredient@1bd91be9, net.minecraft.item.crafting.Ingredient@92731be, net.minecraft.item.crafting.Ingredient@92731be, net.minecraft.item.crafting.Ingredient@92731be, net.minecraft.item.crafting.Ingredient@92731be]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2606 appliedenergistics2:tools/paintballs_lumen_orange RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.paint_ball@21:[net.minecraft.item.crafting.Ingredient@54160ec0, net.minecraft.item.crafting.Ingredient@54160ec0, net.minecraft.item.crafting.Ingredient@54160ec0, net.minecraft.item.crafting.Ingredient@54160ec0, net.minecraftforge.oredict.OreIngredient@55bf72ef, net.minecraft.item.crafting.Ingredient@54160ec0, net.minecraft.item.crafting.Ingredient@54160ec0, net.minecraft.item.crafting.Ingredient@54160ec0, net.minecraft.item.crafting.Ingredient@54160ec0]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2607 appliedenergistics2:tools/paintballs_lumen_magenta RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.paint_ball@22:[net.minecraft.item.crafting.Ingredient@7d80d36d, net.minecraft.item.crafting.Ingredient@7d80d36d, net.minecraft.item.crafting.Ingredient@7d80d36d, net.minecraft.item.crafting.Ingredient@7d80d36d, net.minecraftforge.oredict.OreIngredient@4419b5b, net.minecraft.item.crafting.Ingredient@7d80d36d, net.minecraft.item.crafting.Ingredient@7d80d36d, net.minecraft.item.crafting.Ingredient@7d80d36d, net.minecraft.item.crafting.Ingredient@7d80d36d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2608 appliedenergistics2:tools/paintballs_lumen_lime RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.paint_ball@25:[net.minecraft.item.crafting.Ingredient@688bc21e, net.minecraft.item.crafting.Ingredient@688bc21e, net.minecraft.item.crafting.Ingredient@688bc21e, net.minecraft.item.crafting.Ingredient@688bc21e, net.minecraftforge.oredict.OreIngredient@6c005fff, net.minecraft.item.crafting.Ingredient@688bc21e, net.minecraft.item.crafting.Ingredient@688bc21e, net.minecraft.item.crafting.Ingredient@688bc21e, net.minecraft.item.crafting.Ingredient@688bc21e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2609 appliedenergistics2:tools/paintballs_lumen_light_gray RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.paint_ball@28:[net.minecraft.item.crafting.Ingredient@4a3f355d, net.minecraft.item.crafting.Ingredient@4a3f355d, net.minecraft.item.crafting.Ingredient@4a3f355d, net.minecraft.item.crafting.Ingredient@4a3f355d, net.minecraftforge.oredict.OreIngredient@264c51ee, net.minecraft.item.crafting.Ingredient@4a3f355d, net.minecraft.item.crafting.Ingredient@4a3f355d, net.minecraft.item.crafting.Ingredient@4a3f355d, net.minecraft.item.crafting.Ingredient@4a3f355d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2610 appliedenergistics2:tools/paintballs_lumen_light_blue RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.paint_ball@23:[net.minecraft.item.crafting.Ingredient@a40c161, net.minecraft.item.crafting.Ingredient@a40c161, net.minecraft.item.crafting.Ingredient@a40c161, net.minecraft.item.crafting.Ingredient@a40c161, net.minecraftforge.oredict.OreIngredient@702b47b, net.minecraft.item.crafting.Ingredient@a40c161, net.minecraft.item.crafting.Ingredient@a40c161, net.minecraft.item.crafting.Ingredient@a40c161, net.minecraft.item.crafting.Ingredient@a40c161]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2611 appliedenergistics2:tools/paintballs_lumen_green RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.paint_ball@33:[net.minecraft.item.crafting.Ingredient@1868dc18, net.minecraft.item.crafting.Ingredient@1868dc18, net.minecraft.item.crafting.Ingredient@1868dc18, net.minecraft.item.crafting.Ingredient@1868dc18, net.minecraftforge.oredict.OreIngredient@1509d11b, net.minecraft.item.crafting.Ingredient@1868dc18, net.minecraft.item.crafting.Ingredient@1868dc18, net.minecraft.item.crafting.Ingredient@1868dc18, net.minecraft.item.crafting.Ingredient@1868dc18]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2612 appliedenergistics2:tools/paintballs_lumen_gray RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.paint_ball@27:[net.minecraft.item.crafting.Ingredient@20e1c4ab, net.minecraft.item.crafting.Ingredient@20e1c4ab, net.minecraft.item.crafting.Ingredient@20e1c4ab, net.minecraft.item.crafting.Ingredient@20e1c4ab, net.minecraftforge.oredict.OreIngredient@66664d84, net.minecraft.item.crafting.Ingredient@20e1c4ab, net.minecraft.item.crafting.Ingredient@20e1c4ab, net.minecraft.item.crafting.Ingredient@20e1c4ab, net.minecraft.item.crafting.Ingredient@20e1c4ab]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2613 appliedenergistics2:tools/paintballs_lumen_cyan RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.paint_ball@29:[net.minecraft.item.crafting.Ingredient@76ebf511, net.minecraft.item.crafting.Ingredient@76ebf511, net.minecraft.item.crafting.Ingredient@76ebf511, net.minecraft.item.crafting.Ingredient@76ebf511, net.minecraftforge.oredict.OreIngredient@5a13e74, net.minecraft.item.crafting.Ingredient@76ebf511, net.minecraft.item.crafting.Ingredient@76ebf511, net.minecraft.item.crafting.Ingredient@76ebf511, net.minecraft.item.crafting.Ingredient@76ebf511]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2614 appliedenergistics2:tools/paintballs_lumen_brown RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.paint_ball@32:[net.minecraft.item.crafting.Ingredient@5c4e4900, net.minecraft.item.crafting.Ingredient@5c4e4900, net.minecraft.item.crafting.Ingredient@5c4e4900, net.minecraft.item.crafting.Ingredient@5c4e4900, net.minecraftforge.oredict.OreIngredient@ddfacaa, net.minecraft.item.crafting.Ingredient@5c4e4900, net.minecraft.item.crafting.Ingredient@5c4e4900, net.minecraft.item.crafting.Ingredient@5c4e4900, net.minecraft.item.crafting.Ingredient@5c4e4900]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2615 appliedenergistics2:tools/paintballs_lumen_blue RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.paint_ball@31:[net.minecraft.item.crafting.Ingredient@2ba57c9e, net.minecraft.item.crafting.Ingredient@2ba57c9e, net.minecraft.item.crafting.Ingredient@2ba57c9e, net.minecraft.item.crafting.Ingredient@2ba57c9e, net.minecraftforge.oredict.OreIngredient@6c3c0382, net.minecraft.item.crafting.Ingredient@2ba57c9e, net.minecraft.item.crafting.Ingredient@2ba57c9e, net.minecraft.item.crafting.Ingredient@2ba57c9e, net.minecraft.item.crafting.Ingredient@2ba57c9e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2616 appliedenergistics2:tools/paintballs_lumen_black RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.paint_ball@35:[net.minecraft.item.crafting.Ingredient@c9a0a60, net.minecraft.item.crafting.Ingredient@c9a0a60, net.minecraft.item.crafting.Ingredient@c9a0a60, net.minecraft.item.crafting.Ingredient@c9a0a60, net.minecraftforge.oredict.OreIngredient@126bf7f1, net.minecraft.item.crafting.Ingredient@c9a0a60, net.minecraft.item.crafting.Ingredient@c9a0a60, net.minecraft.item.crafting.Ingredient@c9a0a60, net.minecraft.item.crafting.Ingredient@c9a0a60]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2617 appliedenergistics2:tools/paintballs_lime RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.paint_ball@5:[net.minecraft.item.crafting.Ingredient@dc097db, net.minecraft.item.crafting.Ingredient@dc097db, net.minecraft.item.crafting.Ingredient@dc097db, net.minecraft.item.crafting.Ingredient@dc097db, net.minecraftforge.oredict.OreIngredient@8298d9, net.minecraft.item.crafting.Ingredient@dc097db, net.minecraft.item.crafting.Ingredient@dc097db, net.minecraft.item.crafting.Ingredient@dc097db, net.minecraft.item.crafting.Ingredient@dc097db]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2618 appliedenergistics2:tools/paintballs_light_gray RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.paint_ball@8:[net.minecraft.item.crafting.Ingredient@1342a21e, net.minecraft.item.crafting.Ingredient@1342a21e, net.minecraft.item.crafting.Ingredient@1342a21e, net.minecraft.item.crafting.Ingredient@1342a21e, net.minecraftforge.oredict.OreIngredient@6fc5f9b3, net.minecraft.item.crafting.Ingredient@1342a21e, net.minecraft.item.crafting.Ingredient@1342a21e, net.minecraft.item.crafting.Ingredient@1342a21e, net.minecraft.item.crafting.Ingredient@1342a21e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2619 appliedenergistics2:tools/paintballs_light_blue RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.paint_ball@3:[net.minecraft.item.crafting.Ingredient@5566af0f, net.minecraft.item.crafting.Ingredient@5566af0f, net.minecraft.item.crafting.Ingredient@5566af0f, net.minecraft.item.crafting.Ingredient@5566af0f, net.minecraftforge.oredict.OreIngredient@65673933, net.minecraft.item.crafting.Ingredient@5566af0f, net.minecraft.item.crafting.Ingredient@5566af0f, net.minecraft.item.crafting.Ingredient@5566af0f, net.minecraft.item.crafting.Ingredient@5566af0f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2620 appliedenergistics2:tools/paintballs_green RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.paint_ball@13:[net.minecraft.item.crafting.Ingredient@49d56176, net.minecraft.item.crafting.Ingredient@49d56176, net.minecraft.item.crafting.Ingredient@49d56176, net.minecraft.item.crafting.Ingredient@49d56176, net.minecraftforge.oredict.OreIngredient@6acc4d5b, net.minecraft.item.crafting.Ingredient@49d56176, net.minecraft.item.crafting.Ingredient@49d56176, net.minecraft.item.crafting.Ingredient@49d56176, net.minecraft.item.crafting.Ingredient@49d56176]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2621 appliedenergistics2:tools/paintballs_gray RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.paint_ball@7:[net.minecraft.item.crafting.Ingredient@6ab02c8a, net.minecraft.item.crafting.Ingredient@6ab02c8a, net.minecraft.item.crafting.Ingredient@6ab02c8a, net.minecraft.item.crafting.Ingredient@6ab02c8a, net.minecraftforge.oredict.OreIngredient@6fd34bc7, net.minecraft.item.crafting.Ingredient@6ab02c8a, net.minecraft.item.crafting.Ingredient@6ab02c8a, net.minecraft.item.crafting.Ingredient@6ab02c8a, net.minecraft.item.crafting.Ingredient@6ab02c8a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2622 appliedenergistics2:tools/paintballs_cyan RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.paint_ball@9:[net.minecraft.item.crafting.Ingredient@3a9c7100, net.minecraft.item.crafting.Ingredient@3a9c7100, net.minecraft.item.crafting.Ingredient@3a9c7100, net.minecraft.item.crafting.Ingredient@3a9c7100, net.minecraftforge.oredict.OreIngredient@d3b53cd, net.minecraft.item.crafting.Ingredient@3a9c7100, net.minecraft.item.crafting.Ingredient@3a9c7100, net.minecraft.item.crafting.Ingredient@3a9c7100, net.minecraft.item.crafting.Ingredient@3a9c7100]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2623 appliedenergistics2:tools/paintballs_brown RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.paint_ball@12:[net.minecraft.item.crafting.Ingredient@199935dd, net.minecraft.item.crafting.Ingredient@199935dd, net.minecraft.item.crafting.Ingredient@199935dd, net.minecraft.item.crafting.Ingredient@199935dd, net.minecraftforge.oredict.OreIngredient@68fa4ec, net.minecraft.item.crafting.Ingredient@199935dd, net.minecraft.item.crafting.Ingredient@199935dd, net.minecraft.item.crafting.Ingredient@199935dd, net.minecraft.item.crafting.Ingredient@199935dd]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2624 appliedenergistics2:tools/paintballs_blue RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.paint_ball@11:[net.minecraft.item.crafting.Ingredient@71632fb2, net.minecraft.item.crafting.Ingredient@71632fb2, net.minecraft.item.crafting.Ingredient@71632fb2, net.minecraft.item.crafting.Ingredient@71632fb2, net.minecraftforge.oredict.OreIngredient@1c3df5ef, net.minecraft.item.crafting.Ingredient@71632fb2, net.minecraft.item.crafting.Ingredient@71632fb2, net.minecraft.item.crafting.Ingredient@71632fb2, net.minecraft.item.crafting.Ingredient@71632fb2]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2625 appliedenergistics2:tools/paintballs_black RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.paint_ball@15:[net.minecraft.item.crafting.Ingredient@4d37a661, net.minecraft.item.crafting.Ingredient@4d37a661, net.minecraft.item.crafting.Ingredient@4d37a661, net.minecraft.item.crafting.Ingredient@4d37a661, net.minecraftforge.oredict.OreIngredient@6722556b, net.minecraft.item.crafting.Ingredient@4d37a661, net.minecraft.item.crafting.Ingredient@4d37a661, net.minecraft.item.crafting.Ingredient@4d37a661, net.minecraft.item.crafting.Ingredient@4d37a661]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2626 appliedenergistics2:tools/network_tool RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.network_tool@0:[net.minecraftforge.oredict.OreIngredient@15e06860, net.minecraftforge.oredict.OreIngredient@370b8e3, net.minecraftforge.oredict.OreIngredient@51896b03, net.minecraft.item.crafting.Ingredient@12ae2319]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2627 appliedenergistics2:tools/network_portable_cell RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.portable_cell@0:[net.minecraft.item.crafting.Ingredient@7bb4015f, net.minecraft.item.crafting.Ingredient@7535026a, net.minecraft.item.crafting.Ingredient@20268db7]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2628 appliedenergistics2:tools/network_memory_card RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.memory_card@0:[net.minecraft.item.crafting.Ingredient@c80eb94, net.minecraftforge.oredict.OreIngredient@623feccc, net.minecraftforge.oredict.OreIngredient@623feccc, net.minecraftforge.oredict.OreIngredient@b87fae3, net.minecraftforge.oredict.OreIngredient@41d72c63, net.minecraftforge.oredict.OreIngredient@b87fae3]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2629 appliedenergistics2:tools/network_color_applicator RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.color_applicator@0:[net.minecraft.item.crafting.Ingredient@56bb9e79, net.minecraftforge.oredict.OreIngredient@66b5b5f5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@66b5b5f5, net.minecraft.item.crafting.Ingredient@4a78bded, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@773992f3]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2630 appliedenergistics2:tools/network_biometric_card net.minecraftforge.oredict.ShapedOreRecipe@57ea1fe9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2631 appliedenergistics2:tools/nether_quartz_wrench RecipeStage{tier='four', recipe=1xitem.appliedenergistics2.nether_quartz_wrench@0:[net.minecraftforge.oredict.OreIngredient@71e57628, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@71e57628, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@71e57628, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@71e57628, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@71e57628]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2632 appliedenergistics2:tools/nether_quartz_sword RecipeStage{tier='four', recipe=1xitem.appliedenergistics2.nether_quartz_sword@0:[net.minecraftforge.oredict.OreIngredient@3061d83d, net.minecraftforge.oredict.OreIngredient@3061d83d, net.minecraftforge.oredict.OreIngredient@7f8c96f1]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2633 appliedenergistics2:tools/nether_quartz_spade RecipeStage{tier='four', recipe=1xitem.appliedenergistics2.nether_quartz_spade@0:[net.minecraftforge.oredict.OreIngredient@5e7299ec, net.minecraftforge.oredict.OreIngredient@4b47bfda, net.minecraftforge.oredict.OreIngredient@4b47bfda]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2634 appliedenergistics2:tools/nether_quartz_pickaxe RecipeStage{tier='four', recipe=1xitem.appliedenergistics2.nether_quartz_pickaxe@0:[net.minecraftforge.oredict.OreIngredient@3d50fdbe, net.minecraftforge.oredict.OreIngredient@3d50fdbe, net.minecraftforge.oredict.OreIngredient@3d50fdbe, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@17080faf, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@17080faf, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2635 appliedenergistics2:tools/nether_quartz_hoe RecipeStage{tier='four', recipe=1xitem.appliedenergistics2.nether_quartz_hoe@0:[net.minecraftforge.oredict.OreIngredient@a8b60eb, net.minecraftforge.oredict.OreIngredient@a8b60eb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5a409b23, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5a409b23]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2636 appliedenergistics2:tools/nether_quartz_cutting_knife RecipeStage{tier='four', recipe=1xitem.appliedenergistics2.nether_quartz_cutting_knife@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5d698f8c, net.minecraftforge.oredict.OreIngredient@5238c413, net.minecraftforge.oredict.OreIngredient@5d698f8c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1307958f, net.minecraftforge.oredict.OreIngredient@1307958f, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2637 appliedenergistics2:tools/nether_quartz_axe RecipeStage{tier='four', recipe=1xitem.appliedenergistics2.nether_quartz_axe@0:[net.minecraftforge.oredict.OreIngredient@51145ff, net.minecraftforge.oredict.OreIngredient@51145ff, net.minecraftforge.oredict.OreIngredient@51145ff, net.minecraftforge.oredict.OreIngredient@47238852, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@47238852]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2638 appliedenergistics2:tools/misctools_entropy_manipulator RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.entropy_manipulator@0:[net.minecraftforge.common.crafting.CompoundIngredient@38b5836e, net.minecraft.item.crafting.Ingredient@284d715, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1ea928e5, net.minecraftforge.oredict.OreIngredient@5e62ed59, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5e62ed59]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2639 appliedenergistics2:tools/misctools_charged_staff RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.charged_staff@0:[net.minecraft.item.crafting.Ingredient@3b573d62, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@67e0af12, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@67e0af12]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2640 appliedenergistics2:tools/matter_cannon RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.matter_cannon@0:[net.minecraftforge.oredict.OreIngredient@3fe8fd7f, net.minecraftforge.oredict.OreIngredient@3fe8fd7f, net.minecraft.item.crafting.Ingredient@1b734b87, net.minecraft.item.crafting.Ingredient@7f12f199, net.minecraft.item.crafting.Ingredient@8672dcb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3fe8fd7f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2641 appliedenergistics2:tools/certus_quartz_wrench RecipeStage{tier='four', recipe=1xitem.appliedenergistics2.certus_quartz_wrench@0:[net.minecraftforge.oredict.OreIngredient@287ca160, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@287ca160, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@287ca160, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@287ca160, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@287ca160]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2642 appliedenergistics2:tools/certus_quartz_sword RecipeStage{tier='four', recipe=1xitem.appliedenergistics2.certus_quartz_sword@0:[net.minecraftforge.oredict.OreIngredient@7a2b7b45, net.minecraftforge.oredict.OreIngredient@7a2b7b45, net.minecraftforge.oredict.OreIngredient@24261380]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2643 appliedenergistics2:tools/certus_quartz_spade RecipeStage{tier='four', recipe=1xitem.appliedenergistics2.certus_quartz_spade@0:[net.minecraftforge.oredict.OreIngredient@4cedfcc8, net.minecraftforge.oredict.OreIngredient@1683cba9, net.minecraftforge.oredict.OreIngredient@1683cba9]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2644 appliedenergistics2:tools/certus_quartz_pickaxe RecipeStage{tier='four', recipe=1xitem.appliedenergistics2.certus_quartz_pickaxe@0:[net.minecraftforge.oredict.OreIngredient@19e09df6, net.minecraftforge.oredict.OreIngredient@19e09df6, net.minecraftforge.oredict.OreIngredient@19e09df6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@543133d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@543133d, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2645 appliedenergistics2:tools/certus_quartz_hoe RecipeStage{tier='four', recipe=1xitem.appliedenergistics2.certus_quartz_hoe@0:[net.minecraftforge.oredict.OreIngredient@63d12384, net.minecraftforge.oredict.OreIngredient@63d12384, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@33456bad, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@33456bad]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2646 appliedenergistics2:tools/certus_quartz_cutting_knife RecipeStage{tier='four', recipe=1xitem.appliedenergistics2.certus_quartz_cutting_knife@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2099ca4d, net.minecraftforge.oredict.OreIngredient@4d89aa56, net.minecraftforge.oredict.OreIngredient@2099ca4d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6ceac2d1, net.minecraftforge.oredict.OreIngredient@6ceac2d1, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2647 appliedenergistics2:tools/certus_quartz_axe RecipeStage{tier='four', recipe=1xitem.appliedenergistics2.certus_quartz_axe@0:[net.minecraftforge.oredict.OreIngredient@6cea600e, net.minecraftforge.oredict.OreIngredient@6cea600e, net.minecraftforge.oredict.OreIngredient@6cea600e, net.minecraftforge.oredict.OreIngredient@47600239, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@47600239]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2648 appliedenergistics2:network/wireless_terminal RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.wireless_terminal@0:[net.minecraft.item.crafting.Ingredient@ceff2ef, net.minecraft.item.crafting.Ingredient@30c6f162, net.minecraft.item.crafting.Ingredient@69946e37]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2649 appliedenergistics2:network/wireless_part RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.material@41:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@15225530, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4727f7ca, net.minecraft.item.crafting.Ingredient@723e470b, net.minecraftforge.oredict.OreIngredient@4727f7ca, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4727f7ca, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2650 appliedenergistics2:network/wireless_booster RecipeStage{tier='five', recipe=2xitem.appliedenergistics2.material@42:[net.minecraftforge.oredict.OreIngredient@62b85228, net.minecraftforge.common.crafting.CompoundIngredient@3fad9d16, net.minecraftforge.common.crafting.CompoundIngredient@7c9bf32, net.minecraftforge.oredict.OreIngredient@3e28c049, net.minecraftforge.oredict.OreIngredient@3e28c049, net.minecraftforge.oredict.OreIngredient@3e28c049]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2651 appliedenergistics2:network/wireless_access_point RecipeStage{tier='five', recipe=1xtile.appliedenergistics2.wireless_access_point@0:[net.minecraft.item.crafting.Ingredient@a2428d1, net.minecraft.item.crafting.Ingredient@3a24b33d, net.minecraft.item.crafting.Ingredient@15850113]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2652 appliedenergistics2:network/parts/tunnels_me RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.part@460:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7b809152, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7b809152, net.minecraft.item.crafting.Ingredient@71257205, net.minecraftforge.oredict.OreIngredient@7b809152, net.minecraftforge.common.crafting.CompoundIngredient@38b5836e, net.minecraftforge.common.crafting.CompoundIngredient@38b5836e, net.minecraftforge.common.crafting.CompoundIngredient@38b5836e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2653 appliedenergistics2:network/parts/toggle_bus_inverted_alt RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.part@100:[net.minecraft.item.crafting.Ingredient@63e0cafd]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2654 appliedenergistics2:network/parts/toggle_bus_alt RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.part@80:[net.minecraft.item.crafting.Ingredient@24c1030d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2655 appliedenergistics2:network/parts/toggle_bus RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.part@80:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7c946286, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@431154f4, net.minecraft.item.crafting.Ingredient@422d485c, net.minecraft.item.crafting.Ingredient@431154f4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7c946286, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2656 appliedenergistics2:network/parts/terminals_pattern RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.part@340:[net.minecraft.item.crafting.Ingredient@54b89598, net.minecraft.item.crafting.Ingredient@40d3e413]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2657 appliedenergistics2:network/parts/terminals_interface RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.part@480:[net.minecraftforge.oredict.OreIngredient@2ed14199, net.minecraft.item.crafting.Ingredient@9f6a32c, net.minecraft.item.crafting.Ingredient@500cfaa8]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2658 appliedenergistics2:network/parts/terminals_fluid RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.part@520:[net.minecraft.item.crafting.Ingredient@23856c44, net.minecraft.item.crafting.Ingredient@580a1bdf, net.minecraft.item.crafting.Ingredient@1b671e4a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2661 appliedenergistics2:network/parts/storage_bus_fluid RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.part@221:[net.minecraft.item.crafting.Ingredient@1803202d, net.minecraft.item.crafting.Ingredient@66db778a, net.minecraft.item.crafting.Ingredient@46e74c11, net.minecraft.item.crafting.Ingredient@c324b1e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2662 appliedenergistics2:network/parts/storage_bus RecipeStage{tier='four', recipe=1xitem.appliedenergistics2.part@220:[net.minecraft.item.crafting.Ingredient@101debc2, net.minecraft.item.crafting.Ingredient@500cfaa8, net.minecraft.item.crafting.Ingredient@6ae78b19]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2663 appliedenergistics2:network/parts/quartz_fiber_part RecipeStage{tier='four', recipe=3xitem.appliedenergistics2.part@140:[net.minecraftforge.common.crafting.CompoundIngredient@5ee45da6, net.minecraftforge.common.crafting.CompoundIngredient@5ee45da6, net.minecraftforge.common.crafting.CompoundIngredient@5ee45da6, net.minecraftforge.common.crafting.CompoundIngredient@2fca44ce, net.minecraftforge.common.crafting.CompoundIngredient@2fca44ce, net.minecraftforge.common.crafting.CompoundIngredient@2fca44ce, net.minecraftforge.common.crafting.CompoundIngredient@5ee45da6, net.minecraftforge.common.crafting.CompoundIngredient@5ee45da6, net.minecraftforge.common.crafting.CompoundIngredient@5ee45da6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2664 appliedenergistics2:network/parts/planes_formation_fluid_alt RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.part@321:[net.minecraftforge.common.crafting.CompoundIngredient@38b5836e, net.minecraftforge.common.crafting.CompoundIngredient@38b5836e, net.minecraftforge.common.crafting.CompoundIngredient@38b5836e, net.minecraftforge.oredict.OreIngredient@3c27e829, net.minecraftforge.oredict.OreIngredient@3c27e829, net.minecraftforge.oredict.OreIngredient@3c27e829, net.minecraftforge.oredict.OreIngredient@257dac9f, net.minecraft.item.crafting.Ingredient@5df0d4e0, net.minecraftforge.oredict.OreIngredient@257dac9f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2665 appliedenergistics2:network/parts/planes_formation_fluid RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.part@321:[net.minecraftforge.oredict.OreIngredient@adeea38, net.minecraftforge.oredict.OreIngredient@49877d45, net.minecraftforge.common.crafting.CompoundIngredient@38b5836e, net.minecraft.item.crafting.Ingredient@764b4ef2, net.minecraftforge.oredict.OreIngredient@49877d45, net.minecraftforge.common.crafting.CompoundIngredient@38b5836e, net.minecraftforge.oredict.OreIngredient@adeea38, net.minecraftforge.oredict.OreIngredient@49877d45, net.minecraftforge.common.crafting.CompoundIngredient@38b5836e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2666 appliedenergistics2:network/parts/planes_formation_alt RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.part@320:[net.minecraftforge.oredict.OreIngredient@5313d41d, net.minecraftforge.common.crafting.CompoundIngredient@38b5836e, net.minecraft.item.crafting.Ingredient@6be3734e, net.minecraftforge.common.crafting.CompoundIngredient@38b5836e, net.minecraftforge.oredict.OreIngredient@5313d41d, net.minecraftforge.common.crafting.CompoundIngredient@38b5836e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2667 appliedenergistics2:network/parts/planes_formation RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.part@320:[net.minecraftforge.common.crafting.CompoundIngredient@38b5836e, net.minecraftforge.common.crafting.CompoundIngredient@38b5836e, net.minecraftforge.common.crafting.CompoundIngredient@38b5836e, net.minecraftforge.oredict.OreIngredient@4f099e44, net.minecraft.item.crafting.Ingredient@6b2b230, net.minecraftforge.oredict.OreIngredient@4f099e44]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2668 appliedenergistics2:network/parts/planes_annihilatition_identity RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.part@301:[net.minecraft.item.crafting.Ingredient@649aef89, net.minecraft.item.crafting.Ingredient@3a4db22]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2669 appliedenergistics2:network/parts/planes_annihilation_fluid_alt RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.part@302:[net.minecraftforge.oredict.OreIngredient@6f635e7, net.minecraftforge.oredict.OreIngredient@5424f2a1, net.minecraftforge.common.crafting.CompoundIngredient@38b5836e, net.minecraft.item.crafting.Ingredient@1ab3bc39, net.minecraftforge.oredict.OreIngredient@5424f2a1, net.minecraftforge.common.crafting.CompoundIngredient@38b5836e, net.minecraftforge.oredict.OreIngredient@6f635e7, net.minecraftforge.oredict.OreIngredient@5424f2a1, net.minecraftforge.common.crafting.CompoundIngredient@38b5836e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2670 appliedenergistics2:network/parts/planes_annihilation_fluid RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.part@302:[net.minecraftforge.common.crafting.CompoundIngredient@38b5836e, net.minecraftforge.common.crafting.CompoundIngredient@38b5836e, net.minecraftforge.common.crafting.CompoundIngredient@38b5836e, net.minecraftforge.oredict.OreIngredient@5102341, net.minecraftforge.oredict.OreIngredient@5102341, net.minecraftforge.oredict.OreIngredient@5102341, net.minecraftforge.oredict.OreIngredient@401f0beb, net.minecraft.item.crafting.Ingredient@72dfdbd3, net.minecraftforge.oredict.OreIngredient@401f0beb]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2671 appliedenergistics2:network/parts/planes_annihilation_alt2 RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.part@300:[net.minecraftforge.oredict.OreIngredient@6cd93ce1, net.minecraftforge.common.crafting.CompoundIngredient@38b5836e, net.minecraft.item.crafting.Ingredient@2200503a, net.minecraftforge.common.crafting.CompoundIngredient@38b5836e, net.minecraftforge.oredict.OreIngredient@6cd93ce1, net.minecraftforge.common.crafting.CompoundIngredient@38b5836e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2672 appliedenergistics2:network/parts/planes_annihilation_alt RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.part@300:[net.minecraftforge.common.crafting.CompoundIngredient@38b5836e, net.minecraftforge.common.crafting.CompoundIngredient@38b5836e, net.minecraftforge.common.crafting.CompoundIngredient@38b5836e, net.minecraftforge.oredict.OreIngredient@41a132a8, net.minecraft.item.crafting.Ingredient@164d15f6, net.minecraftforge.oredict.OreIngredient@41a132a8]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2675 appliedenergistics2:network/parts/panels_monitor RecipeStage{tier='four', recipe=1xitem.appliedenergistics2.part@160:[net.minecraft.item.crafting.Ingredient@6debb3d4]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2676 appliedenergistics2:network/parts/panels_dark_monitor RecipeStage{tier='four', recipe=1xitem.appliedenergistics2.part@200:[net.minecraft.item.crafting.Ingredient@3c72af2c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2677 appliedenergistics2:network/parts/monitors_storage RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.part@400:[net.minecraft.item.crafting.Ingredient@3f92b7f8, net.minecraftforge.oredict.OreIngredient@1d5e72c5]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2678 appliedenergistics2:network/parts/monitors_conversion RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.part@420:[net.minecraft.item.crafting.Ingredient@59bb31b3, net.minecraft.item.crafting.Ingredient@5bd99867, net.minecraft.item.crafting.Ingredient@116e9a1b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2679 appliedenergistics2:network/parts/level_emitter RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.part@280:[net.minecraft.item.crafting.Ingredient@39e73421, net.minecraft.item.crafting.Ingredient@4d25537f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2680 appliedenergistics2:network/parts/import_bus_fluid RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.part@241:[net.minecraft.item.crafting.Ingredient@59e6be5c, net.minecraft.item.crafting.Ingredient@26703779, net.minecraft.item.crafting.Ingredient@59e6be5c, net.minecraftforge.oredict.OreIngredient@6af44af4, net.minecraft.item.crafting.Ingredient@50500f2a, net.minecraftforge.oredict.OreIngredient@6af44af4]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2681 appliedenergistics2:network/parts/import_bus RecipeStage{tier='four', recipe=1xitem.appliedenergistics2.part@240:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@18d8f532, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7d908c73, net.minecraft.item.crafting.Ingredient@ae0e151, net.minecraftforge.oredict.OreIngredient@7d908c73]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2682 appliedenergistics2:network/parts/fluid_level_emitter RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.part@281:[net.minecraft.item.crafting.Ingredient@101c8d5c, net.minecraftforge.oredict.OreIngredient@542ffdc4, net.minecraft.item.crafting.Ingredient@21e8cc05]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2683 appliedenergistics2:network/parts/export_bus_fluid RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.part@261:[net.minecraftforge.oredict.OreIngredient@8643e49, net.minecraft.item.crafting.Ingredient@420174d9, net.minecraftforge.oredict.OreIngredient@8643e49, net.minecraft.item.crafting.Ingredient@739bea01, net.minecraft.item.crafting.Ingredient@264440f8, net.minecraft.item.crafting.Ingredient@739bea01]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2684 appliedenergistics2:network/parts/export_bus RecipeStage{tier='four', recipe=1xitem.appliedenergistics2.part@260:[net.minecraftforge.oredict.OreIngredient@2ef2af48, net.minecraft.item.crafting.Ingredient@3beaf275, net.minecraftforge.oredict.OreIngredient@2ef2af48, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6d380bd8, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2685 appliedenergistics2:network/parts/cable_anchor RecipeStage{tier='four', recipe=3xitem.appliedenergistics2.part@120:[net.minecraftforge.common.crafting.CompoundIngredient@7428b1dd, net.minecraft.item.crafting.Ingredient@78f747d2]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2686 appliedenergistics2:network/crafting/patterns_blank RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.material@52:[net.minecraft.item.crafting.Ingredient@67999eb3, net.minecraftforge.oredict.OreIngredient@657c7e69, net.minecraft.item.crafting.Ingredient@67999eb3, net.minecraftforge.oredict.OreIngredient@657c7e69, net.minecraftforge.common.crafting.CompoundIngredient@3fad9d16, net.minecraftforge.oredict.OreIngredient@657c7e69, net.minecraftforge.oredict.OreIngredient@5b276d39, net.minecraftforge.oredict.OreIngredient@5b276d39, net.minecraftforge.oredict.OreIngredient@5b276d39]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2687 appliedenergistics2:network/crafting/molecular_assembler RecipeStage{tier='five', recipe=1xtile.appliedenergistics2.molecular_assembler@0:[net.minecraftforge.oredict.OreIngredient@6baab735, net.minecraft.item.crafting.Ingredient@7c16d621, net.minecraftforge.oredict.OreIngredient@6baab735, net.minecraft.item.crafting.Ingredient@6437e494, net.minecraftforge.oredict.OreIngredient@2f8638df, net.minecraft.item.crafting.Ingredient@3ff61c88, net.minecraftforge.oredict.OreIngredient@6baab735, net.minecraft.item.crafting.Ingredient@7c16d621, net.minecraftforge.oredict.OreIngredient@6baab735]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2688 appliedenergistics2:network/crafting/cpu_crafting_unit RecipeStage{tier='five', recipe=1xtile.appliedenergistics2.crafting_unit@0:[net.minecraftforge.oredict.OreIngredient@55615806, net.minecraft.item.crafting.Ingredient@7964cad8, net.minecraftforge.oredict.OreIngredient@55615806, net.minecraft.item.crafting.Ingredient@3ffb1232, net.minecraft.item.crafting.Ingredient@2fceeebe, net.minecraft.item.crafting.Ingredient@3ffb1232, net.minecraftforge.oredict.OreIngredient@55615806, net.minecraft.item.crafting.Ingredient@7964cad8, net.minecraftforge.oredict.OreIngredient@55615806]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2689 appliedenergistics2:network/crafting/cpu_crafting_storage_64k RecipeStage{tier='five', recipe=1xtile.appliedenergistics2.crafting_storage_64k@0:[net.minecraft.item.crafting.Ingredient@4619617a, net.minecraft.item.crafting.Ingredient@30114bef]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2690 appliedenergistics2:network/crafting/cpu_crafting_storage_4k RecipeStage{tier='five', recipe=1xtile.appliedenergistics2.crafting_storage_4k@0:[net.minecraft.item.crafting.Ingredient@fc42bdf, net.minecraft.item.crafting.Ingredient@2d21db60]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2691 appliedenergistics2:network/crafting/cpu_crafting_storage_1k RecipeStage{tier='five', recipe=1xtile.appliedenergistics2.crafting_storage_1k@0:[net.minecraft.item.crafting.Ingredient@508543f2, net.minecraft.item.crafting.Ingredient@6da22517]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2692 appliedenergistics2:network/crafting/cpu_crafting_storage_16k RecipeStage{tier='five', recipe=1xtile.appliedenergistics2.crafting_storage_16k@0:[net.minecraft.item.crafting.Ingredient@67199c1b, net.minecraft.item.crafting.Ingredient@64a10cc]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2693 appliedenergistics2:network/crafting/cpu_crafting_monitor RecipeStage{tier='five', recipe=1xtile.appliedenergistics2.crafting_monitor@0:[net.minecraft.item.crafting.Ingredient@3328a6f, net.minecraft.item.crafting.Ingredient@30dea820]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2694 appliedenergistics2:network/crafting/cpu_crafting_accelerator RecipeStage{tier='five', recipe=1xtile.appliedenergistics2.crafting_accelerator@0:[net.minecraft.item.crafting.Ingredient@5c8a6f3d, net.minecraft.item.crafting.Ingredient@a4e73ca]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2695 appliedenergistics2:network/cells/view_cell_storage RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.view_cell@0:[net.minecraft.item.crafting.Ingredient@5fdcdcff, net.minecraftforge.common.crafting.CompoundIngredient@3fad9d16]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2696 appliedenergistics2:network/cells/view_cell RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.view_cell@0:[net.minecraft.item.crafting.Ingredient@4b0003e5, net.minecraftforge.oredict.OreIngredient@684d6a24, net.minecraft.item.crafting.Ingredient@4b0003e5, net.minecraftforge.oredict.OreIngredient@684d6a24, net.minecraftforge.common.crafting.CompoundIngredient@3fad9d16, net.minecraftforge.oredict.OreIngredient@684d6a24, net.minecraftforge.oredict.OreIngredient@234f22b1, net.minecraftforge.oredict.OreIngredient@234f22b1, net.minecraftforge.oredict.OreIngredient@234f22b1]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2697 appliedenergistics2:network/cells/storage_components_cell_64k_part RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.material@38:[net.minecraftforge.oredict.OreIngredient@3b08074e, net.minecraft.item.crafting.Ingredient@18750c8d, net.minecraftforge.oredict.OreIngredient@3b08074e, net.minecraft.item.crafting.Ingredient@66140cbe, net.minecraft.item.crafting.Ingredient@72e716a5, net.minecraft.item.crafting.Ingredient@66140cbe, net.minecraftforge.oredict.OreIngredient@3b08074e, net.minecraft.item.crafting.Ingredient@66140cbe, net.minecraftforge.oredict.OreIngredient@3b08074e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2698 appliedenergistics2:network/cells/storage_components_cell_4k_part RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.material@36:[net.minecraftforge.oredict.OreIngredient@3c08840a, net.minecraft.item.crafting.Ingredient@353087da, net.minecraftforge.oredict.OreIngredient@3c08840a, net.minecraft.item.crafting.Ingredient@6e3b39b, net.minecraft.item.crafting.Ingredient@7ccfd900, net.minecraft.item.crafting.Ingredient@6e3b39b, net.minecraftforge.oredict.OreIngredient@3c08840a, net.minecraft.item.crafting.Ingredient@6e3b39b, net.minecraftforge.oredict.OreIngredient@3c08840a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2699 appliedenergistics2:network/cells/storage_components_cell_1k_part RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.material@35:[net.minecraftforge.oredict.OreIngredient@65befb9c, net.minecraftforge.common.crafting.CompoundIngredient@3fad9d16, net.minecraftforge.oredict.OreIngredient@65befb9c, net.minecraftforge.common.crafting.CompoundIngredient@3fad9d16, net.minecraft.item.crafting.Ingredient@78eb58f9, net.minecraftforge.common.crafting.CompoundIngredient@3fad9d16, net.minecraftforge.oredict.OreIngredient@65befb9c, net.minecraftforge.common.crafting.CompoundIngredient@3fad9d16, net.minecraftforge.oredict.OreIngredient@65befb9c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2700 appliedenergistics2:network/cells/storage_components_cell_16k_part RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.material@37:[net.minecraftforge.oredict.OreIngredient@7e89ace9, net.minecraft.item.crafting.Ingredient@73a2627d, net.minecraftforge.oredict.OreIngredient@7e89ace9, net.minecraft.item.crafting.Ingredient@49b3e432, net.minecraft.item.crafting.Ingredient@6f67564e, net.minecraft.item.crafting.Ingredient@49b3e432, net.minecraftforge.oredict.OreIngredient@7e89ace9, net.minecraft.item.crafting.Ingredient@49b3e432, net.minecraftforge.oredict.OreIngredient@7e89ace9]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2701 appliedenergistics2:network/cells/storage_cell_64k_storage RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.storage_cell_64k@0:[net.minecraft.item.crafting.Ingredient@2e418eff, net.minecraft.item.crafting.Ingredient@7405e508]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2702 appliedenergistics2:network/cells/storage_cell_64k RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.storage_cell_64k@0:[net.minecraft.item.crafting.Ingredient@7c2b82c6, net.minecraftforge.oredict.OreIngredient@78c624bf, net.minecraft.item.crafting.Ingredient@7c2b82c6, net.minecraftforge.oredict.OreIngredient@78c624bf, net.minecraft.item.crafting.Ingredient@37a00cb9, net.minecraftforge.oredict.OreIngredient@78c624bf, net.minecraftforge.oredict.OreIngredient@3735d0b7, net.minecraftforge.oredict.OreIngredient@3735d0b7, net.minecraftforge.oredict.OreIngredient@3735d0b7]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2703 appliedenergistics2:network/cells/storage_cell_4k_storage RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.storage_cell_4k@0:[net.minecraft.item.crafting.Ingredient@70cc782a, net.minecraft.item.crafting.Ingredient@ba3bf57]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2704 appliedenergistics2:network/cells/storage_cell_4k RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.storage_cell_4k@0:[net.minecraft.item.crafting.Ingredient@16b53a69, net.minecraftforge.oredict.OreIngredient@1c09b514, net.minecraft.item.crafting.Ingredient@16b53a69, net.minecraftforge.oredict.OreIngredient@1c09b514, net.minecraft.item.crafting.Ingredient@4f81a967, net.minecraftforge.oredict.OreIngredient@1c09b514, net.minecraftforge.oredict.OreIngredient@2dc65d77, net.minecraftforge.oredict.OreIngredient@2dc65d77, net.minecraftforge.oredict.OreIngredient@2dc65d77]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2705 appliedenergistics2:network/cells/storage_cell_1k_storage RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.storage_cell_1k@0:[net.minecraft.item.crafting.Ingredient@7c9287dc, net.minecraft.item.crafting.Ingredient@495ba016]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2706 appliedenergistics2:network/cells/storage_cell_1k RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.storage_cell_1k@0:[net.minecraft.item.crafting.Ingredient@613b5c9e, net.minecraftforge.oredict.OreIngredient@6352b47e, net.minecraft.item.crafting.Ingredient@613b5c9e, net.minecraftforge.oredict.OreIngredient@6352b47e, net.minecraft.item.crafting.Ingredient@36baac1b, net.minecraftforge.oredict.OreIngredient@6352b47e, net.minecraftforge.oredict.OreIngredient@78f09bd2, net.minecraftforge.oredict.OreIngredient@78f09bd2, net.minecraftforge.oredict.OreIngredient@78f09bd2]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2707 appliedenergistics2:network/cells/storage_cell_16k_storage RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.storage_cell_16k@0:[net.minecraft.item.crafting.Ingredient@6432f819, net.minecraft.item.crafting.Ingredient@1f58cc58]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2708 appliedenergistics2:network/cells/storage_cell_16k RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.storage_cell_16k@0:[net.minecraft.item.crafting.Ingredient@7eae0873, net.minecraftforge.oredict.OreIngredient@7bd40423, net.minecraft.item.crafting.Ingredient@7eae0873, net.minecraftforge.oredict.OreIngredient@7bd40423, net.minecraft.item.crafting.Ingredient@66d0e36, net.minecraftforge.oredict.OreIngredient@7bd40423, net.minecraftforge.oredict.OreIngredient@3581c387, net.minecraftforge.oredict.OreIngredient@3581c387, net.minecraftforge.oredict.OreIngredient@3581c387]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2709 appliedenergistics2:network/cells/spatial_storage_cell_2_cubed_storage RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.spatial_storage_cell_2_cubed@0:[net.minecraft.item.crafting.Ingredient@7b4d42b3, net.minecraft.item.crafting.Ingredient@3501e9d6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2710 appliedenergistics2:network/cells/spatial_storage_cell_2_cubed RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.spatial_storage_cell_2_cubed@0:[net.minecraft.item.crafting.Ingredient@16bb22ec, net.minecraftforge.oredict.OreIngredient@3a3078aa, net.minecraft.item.crafting.Ingredient@16bb22ec, net.minecraftforge.oredict.OreIngredient@3a3078aa, net.minecraft.item.crafting.Ingredient@67ac5f77, net.minecraftforge.oredict.OreIngredient@3a3078aa, net.minecraftforge.oredict.OreIngredient@3a96f5f7, net.minecraftforge.oredict.OreIngredient@3a96f5f7, net.minecraftforge.oredict.OreIngredient@3a96f5f7]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2711 appliedenergistics2:network/cells/spatial_storage_cell_16_cubed_storage RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.spatial_storage_cell_16_cubed@0:[net.minecraft.item.crafting.Ingredient@1965b6a4, net.minecraft.item.crafting.Ingredient@4c965e79]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2712 appliedenergistics2:network/cells/spatial_storage_cell_16_cubed RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.spatial_storage_cell_16_cubed@0:[net.minecraft.item.crafting.Ingredient@59b35658, net.minecraftforge.oredict.OreIngredient@6f57f117, net.minecraft.item.crafting.Ingredient@59b35658, net.minecraftforge.oredict.OreIngredient@6f57f117, net.minecraft.item.crafting.Ingredient@d1763c6, net.minecraftforge.oredict.OreIngredient@6f57f117, net.minecraftforge.oredict.OreIngredient@79872542, net.minecraftforge.oredict.OreIngredient@79872542, net.minecraftforge.oredict.OreIngredient@79872542]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2713 appliedenergistics2:network/cells/spatial_storage_cell_128_cubed_storage RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.spatial_storage_cell_128_cubed@0:[net.minecraft.item.crafting.Ingredient@ac82cda, net.minecraft.item.crafting.Ingredient@d030243]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2714 appliedenergistics2:network/cells/spatial_storage_cell_128_cubed RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.spatial_storage_cell_128_cubed@0:[net.minecraft.item.crafting.Ingredient@1fa9d731, net.minecraftforge.oredict.OreIngredient@8720d21, net.minecraft.item.crafting.Ingredient@1fa9d731, net.minecraftforge.oredict.OreIngredient@8720d21, net.minecraft.item.crafting.Ingredient@6cd2eda7, net.minecraftforge.oredict.OreIngredient@8720d21, net.minecraftforge.oredict.OreIngredient@d867a34, net.minecraftforge.oredict.OreIngredient@d867a34, net.minecraftforge.oredict.OreIngredient@d867a34]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2715 appliedenergistics2:network/cells/spatial_components_1 RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.material@34:[net.minecraftforge.oredict.OreIngredient@12748766, net.minecraft.item.crafting.Ingredient@40f4002a, net.minecraftforge.oredict.OreIngredient@12748766, net.minecraft.item.crafting.Ingredient@40f4002a, net.minecraft.item.crafting.Ingredient@60bd4249, net.minecraft.item.crafting.Ingredient@40f4002a, net.minecraftforge.oredict.OreIngredient@12748766, net.minecraft.item.crafting.Ingredient@40f4002a, net.minecraftforge.oredict.OreIngredient@12748766]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2716 appliedenergistics2:network/cells/spatial_components_0 RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.material@33:[net.minecraftforge.oredict.OreIngredient@3b24265b, net.minecraft.item.crafting.Ingredient@754fade6, net.minecraftforge.oredict.OreIngredient@3b24265b, net.minecraft.item.crafting.Ingredient@754fade6, net.minecraft.item.crafting.Ingredient@1c4cd10d, net.minecraft.item.crafting.Ingredient@754fade6, net.minecraftforge.oredict.OreIngredient@3b24265b, net.minecraft.item.crafting.Ingredient@754fade6, net.minecraftforge.oredict.OreIngredient@3b24265b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2717 appliedenergistics2:network/cells/spatial_components RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.material@32:[net.minecraftforge.oredict.OreIngredient@58f4eca8, net.minecraft.item.crafting.Ingredient@598e72ab, net.minecraftforge.oredict.OreIngredient@58f4eca8, net.minecraft.item.crafting.Ingredient@598e72ab, net.minecraft.item.crafting.Ingredient@50ec22a8, net.minecraft.item.crafting.Ingredient@598e72ab, net.minecraftforge.oredict.OreIngredient@58f4eca8, net.minecraft.item.crafting.Ingredient@598e72ab, net.minecraftforge.oredict.OreIngredient@58f4eca8]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2718 appliedenergistics2:network/cells/fluid_storage_components_cell_64k_part RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.material@57:[net.minecraft.item.crafting.Ingredient@2204fc68, net.minecraft.item.crafting.Ingredient@2ca8a3c0, net.minecraft.item.crafting.Ingredient@2204fc68, net.minecraft.item.crafting.Ingredient@459ba7c, net.minecraft.item.crafting.Ingredient@712f5215, net.minecraft.item.crafting.Ingredient@459ba7c, net.minecraft.item.crafting.Ingredient@2204fc68, net.minecraft.item.crafting.Ingredient@459ba7c, net.minecraft.item.crafting.Ingredient@2204fc68]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2719 appliedenergistics2:network/cells/fluid_storage_components_cell_4k_part RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.material@55:[net.minecraft.item.crafting.Ingredient@4223c225, net.minecraft.item.crafting.Ingredient@15942429, net.minecraft.item.crafting.Ingredient@4223c225, net.minecraft.item.crafting.Ingredient@156e94b8, net.minecraft.item.crafting.Ingredient@2e270f0, net.minecraft.item.crafting.Ingredient@156e94b8, net.minecraft.item.crafting.Ingredient@4223c225, net.minecraft.item.crafting.Ingredient@156e94b8, net.minecraft.item.crafting.Ingredient@4223c225]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2720 appliedenergistics2:network/cells/fluid_storage_components_cell_1k_part RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.material@54:[net.minecraft.item.crafting.Ingredient@da52154, net.minecraftforge.common.crafting.CompoundIngredient@3fad9d16, net.minecraft.item.crafting.Ingredient@da52154, net.minecraftforge.common.crafting.CompoundIngredient@3fad9d16, net.minecraft.item.crafting.Ingredient@cd8b700, net.minecraftforge.common.crafting.CompoundIngredient@3fad9d16, net.minecraft.item.crafting.Ingredient@da52154, net.minecraftforge.common.crafting.CompoundIngredient@3fad9d16, net.minecraft.item.crafting.Ingredient@da52154]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2721 appliedenergistics2:network/cells/fluid_storage_components_cell_16k_part RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.material@56:[net.minecraft.item.crafting.Ingredient@69b7e170, net.minecraft.item.crafting.Ingredient@140e4300, net.minecraft.item.crafting.Ingredient@69b7e170, net.minecraft.item.crafting.Ingredient@52f3300b, net.minecraft.item.crafting.Ingredient@54c2ae1d, net.minecraft.item.crafting.Ingredient@52f3300b, net.minecraft.item.crafting.Ingredient@69b7e170, net.minecraft.item.crafting.Ingredient@52f3300b, net.minecraft.item.crafting.Ingredient@69b7e170]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2722 appliedenergistics2:network/cells/fluid_storage_cell_64k_storage RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.fluid_storage_cell_64k@0:[net.minecraft.item.crafting.Ingredient@2e5f2533, net.minecraft.item.crafting.Ingredient@16b41647]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2723 appliedenergistics2:network/cells/fluid_storage_cell_64k RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.fluid_storage_cell_64k@0:[net.minecraft.item.crafting.Ingredient@7c4e0b51, net.minecraftforge.oredict.OreIngredient@76904a22, net.minecraft.item.crafting.Ingredient@7c4e0b51, net.minecraftforge.oredict.OreIngredient@76904a22, net.minecraft.item.crafting.Ingredient@4d066b05, net.minecraftforge.oredict.OreIngredient@76904a22, net.minecraftforge.oredict.OreIngredient@143ff705, net.minecraftforge.oredict.OreIngredient@143ff705, net.minecraftforge.oredict.OreIngredient@143ff705]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2724 appliedenergistics2:network/cells/fluid_storage_cell_4k_storage RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.fluid_storage_cell_4k@0:[net.minecraft.item.crafting.Ingredient@20672d26, net.minecraft.item.crafting.Ingredient@16645110]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2725 appliedenergistics2:network/cells/fluid_storage_cell_4k RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.fluid_storage_cell_4k@0:[net.minecraft.item.crafting.Ingredient@63b7013c, net.minecraftforge.oredict.OreIngredient@6be527db, net.minecraft.item.crafting.Ingredient@63b7013c, net.minecraftforge.oredict.OreIngredient@6be527db, net.minecraft.item.crafting.Ingredient@45145301, net.minecraftforge.oredict.OreIngredient@6be527db, net.minecraftforge.oredict.OreIngredient@647538bd, net.minecraftforge.oredict.OreIngredient@647538bd, net.minecraftforge.oredict.OreIngredient@647538bd]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2726 appliedenergistics2:network/cells/fluid_storage_cell_1k_storage RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.fluid_storage_cell_1k@0:[net.minecraft.item.crafting.Ingredient@76fe9ce0, net.minecraft.item.crafting.Ingredient@60baa4a5]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2727 appliedenergistics2:network/cells/fluid_storage_cell_1k RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.fluid_storage_cell_1k@0:[net.minecraft.item.crafting.Ingredient@5c6bc9f0, net.minecraftforge.oredict.OreIngredient@71f4038c, net.minecraft.item.crafting.Ingredient@5c6bc9f0, net.minecraftforge.oredict.OreIngredient@71f4038c, net.minecraft.item.crafting.Ingredient@16edbc8c, net.minecraftforge.oredict.OreIngredient@71f4038c, net.minecraftforge.oredict.OreIngredient@48e8c098, net.minecraftforge.oredict.OreIngredient@48e8c098, net.minecraftforge.oredict.OreIngredient@48e8c098]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2728 appliedenergistics2:network/cells/fluid_storage_cell_16k_storage RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.fluid_storage_cell_16k@0:[net.minecraft.item.crafting.Ingredient@30e26961, net.minecraft.item.crafting.Ingredient@7afc2816]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2729 appliedenergistics2:network/cells/fluid_storage_cell_16k RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.fluid_storage_cell_16k@0:[net.minecraft.item.crafting.Ingredient@5fb07e79, net.minecraftforge.oredict.OreIngredient@353c1e95, net.minecraft.item.crafting.Ingredient@5fb07e79, net.minecraftforge.oredict.OreIngredient@353c1e95, net.minecraft.item.crafting.Ingredient@4bc6762d, net.minecraftforge.oredict.OreIngredient@353c1e95, net.minecraftforge.oredict.OreIngredient@3e9e96e6, net.minecraftforge.oredict.OreIngredient@3e9e96e6, net.minecraftforge.oredict.OreIngredient@3e9e96e6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2730 appliedenergistics2:network/cells/empty_storage_cell RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.material@39:[net.minecraft.item.crafting.Ingredient@70281a82, net.minecraftforge.oredict.OreIngredient@26705a06, net.minecraft.item.crafting.Ingredient@70281a82, net.minecraftforge.oredict.OreIngredient@26705a06, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@26705a06, net.minecraftforge.oredict.OreIngredient@2b7ec347, net.minecraftforge.oredict.OreIngredient@2b7ec347, net.minecraftforge.oredict.OreIngredient@2b7ec347]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2731 appliedenergistics2:network/cables/smart_yellow RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.part@44:[net.minecraft.item.crafting.Ingredient@40d8cdcf, net.minecraft.item.crafting.Ingredient@40d8cdcf, net.minecraft.item.crafting.Ingredient@40d8cdcf, net.minecraft.item.crafting.Ingredient@40d8cdcf, net.minecraftforge.oredict.OreIngredient@5c009ce6, net.minecraft.item.crafting.Ingredient@40d8cdcf, net.minecraft.item.crafting.Ingredient@40d8cdcf, net.minecraft.item.crafting.Ingredient@40d8cdcf, net.minecraft.item.crafting.Ingredient@40d8cdcf]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2732 appliedenergistics2:network/cables/smart_white RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.part@40:[net.minecraft.item.crafting.Ingredient@51f3e0f9, net.minecraft.item.crafting.Ingredient@51f3e0f9, net.minecraft.item.crafting.Ingredient@51f3e0f9, net.minecraft.item.crafting.Ingredient@51f3e0f9, net.minecraftforge.oredict.OreIngredient@fa725dc, net.minecraft.item.crafting.Ingredient@51f3e0f9, net.minecraft.item.crafting.Ingredient@51f3e0f9, net.minecraft.item.crafting.Ingredient@51f3e0f9, net.minecraft.item.crafting.Ingredient@51f3e0f9]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2733 appliedenergistics2:network/cables/smart_red RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.part@54:[net.minecraft.item.crafting.Ingredient@be06971, net.minecraft.item.crafting.Ingredient@be06971, net.minecraft.item.crafting.Ingredient@be06971, net.minecraft.item.crafting.Ingredient@be06971, net.minecraftforge.oredict.OreIngredient@3e7395d4, net.minecraft.item.crafting.Ingredient@be06971, net.minecraft.item.crafting.Ingredient@be06971, net.minecraft.item.crafting.Ingredient@be06971, net.minecraft.item.crafting.Ingredient@be06971]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2734 appliedenergistics2:network/cables/smart_purple RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.part@50:[net.minecraft.item.crafting.Ingredient@368b919f, net.minecraft.item.crafting.Ingredient@368b919f, net.minecraft.item.crafting.Ingredient@368b919f, net.minecraft.item.crafting.Ingredient@368b919f, net.minecraftforge.oredict.OreIngredient@58cf7ba6, net.minecraft.item.crafting.Ingredient@368b919f, net.minecraft.item.crafting.Ingredient@368b919f, net.minecraft.item.crafting.Ingredient@368b919f, net.minecraft.item.crafting.Ingredient@368b919f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2735 appliedenergistics2:network/cables/smart_pink RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.part@46:[net.minecraft.item.crafting.Ingredient@272a297c, net.minecraft.item.crafting.Ingredient@272a297c, net.minecraft.item.crafting.Ingredient@272a297c, net.minecraft.item.crafting.Ingredient@272a297c, net.minecraftforge.oredict.OreIngredient@6d40fef3, net.minecraft.item.crafting.Ingredient@272a297c, net.minecraft.item.crafting.Ingredient@272a297c, net.minecraft.item.crafting.Ingredient@272a297c, net.minecraft.item.crafting.Ingredient@272a297c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2736 appliedenergistics2:network/cables/smart_orange RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.part@41:[net.minecraft.item.crafting.Ingredient@342c89da, net.minecraft.item.crafting.Ingredient@342c89da, net.minecraft.item.crafting.Ingredient@342c89da, net.minecraft.item.crafting.Ingredient@342c89da, net.minecraftforge.oredict.OreIngredient@1213a292, net.minecraft.item.crafting.Ingredient@342c89da, net.minecraft.item.crafting.Ingredient@342c89da, net.minecraft.item.crafting.Ingredient@342c89da, net.minecraft.item.crafting.Ingredient@342c89da]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2737 appliedenergistics2:network/cables/smart_magenta RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.part@42:[net.minecraft.item.crafting.Ingredient@c51ac8d, net.minecraft.item.crafting.Ingredient@c51ac8d, net.minecraft.item.crafting.Ingredient@c51ac8d, net.minecraft.item.crafting.Ingredient@c51ac8d, net.minecraftforge.oredict.OreIngredient@6f4d6173, net.minecraft.item.crafting.Ingredient@c51ac8d, net.minecraft.item.crafting.Ingredient@c51ac8d, net.minecraft.item.crafting.Ingredient@c51ac8d, net.minecraft.item.crafting.Ingredient@c51ac8d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2738 appliedenergistics2:network/cables/smart_lime RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.part@45:[net.minecraft.item.crafting.Ingredient@47fc25da, net.minecraft.item.crafting.Ingredient@47fc25da, net.minecraft.item.crafting.Ingredient@47fc25da, net.minecraft.item.crafting.Ingredient@47fc25da, net.minecraftforge.oredict.OreIngredient@6afe63c, net.minecraft.item.crafting.Ingredient@47fc25da, net.minecraft.item.crafting.Ingredient@47fc25da, net.minecraft.item.crafting.Ingredient@47fc25da, net.minecraft.item.crafting.Ingredient@47fc25da]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2739 appliedenergistics2:network/cables/smart_light_gray RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.part@48:[net.minecraft.item.crafting.Ingredient@1d70bae1, net.minecraft.item.crafting.Ingredient@1d70bae1, net.minecraft.item.crafting.Ingredient@1d70bae1, net.minecraft.item.crafting.Ingredient@1d70bae1, net.minecraftforge.oredict.OreIngredient@48514cfb, net.minecraft.item.crafting.Ingredient@1d70bae1, net.minecraft.item.crafting.Ingredient@1d70bae1, net.minecraft.item.crafting.Ingredient@1d70bae1, net.minecraft.item.crafting.Ingredient@1d70bae1]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2740 appliedenergistics2:network/cables/smart_light_blue RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.part@43:[net.minecraft.item.crafting.Ingredient@4819c27, net.minecraft.item.crafting.Ingredient@4819c27, net.minecraft.item.crafting.Ingredient@4819c27, net.minecraft.item.crafting.Ingredient@4819c27, net.minecraftforge.oredict.OreIngredient@40e6d246, net.minecraft.item.crafting.Ingredient@4819c27, net.minecraft.item.crafting.Ingredient@4819c27, net.minecraft.item.crafting.Ingredient@4819c27, net.minecraft.item.crafting.Ingredient@4819c27]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2741 appliedenergistics2:network/cables/smart_green RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.part@53:[net.minecraft.item.crafting.Ingredient@483e3e28, net.minecraft.item.crafting.Ingredient@483e3e28, net.minecraft.item.crafting.Ingredient@483e3e28, net.minecraft.item.crafting.Ingredient@483e3e28, net.minecraftforge.oredict.OreIngredient@1df1523d, net.minecraft.item.crafting.Ingredient@483e3e28, net.minecraft.item.crafting.Ingredient@483e3e28, net.minecraft.item.crafting.Ingredient@483e3e28, net.minecraft.item.crafting.Ingredient@483e3e28]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2742 appliedenergistics2:network/cables/smart_gray RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.part@47:[net.minecraft.item.crafting.Ingredient@37f737fe, net.minecraft.item.crafting.Ingredient@37f737fe, net.minecraft.item.crafting.Ingredient@37f737fe, net.minecraft.item.crafting.Ingredient@37f737fe, net.minecraftforge.oredict.OreIngredient@409b698, net.minecraft.item.crafting.Ingredient@37f737fe, net.minecraft.item.crafting.Ingredient@37f737fe, net.minecraft.item.crafting.Ingredient@37f737fe, net.minecraft.item.crafting.Ingredient@37f737fe]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2743 appliedenergistics2:network/cables/smart_fluix_clean RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.part@56:[net.minecraft.item.crafting.Ingredient@596591ad, net.minecraft.item.crafting.Ingredient@733b4de2]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2744 appliedenergistics2:network/cables/smart_fluix RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.part@56:[net.minecraft.item.crafting.Ingredient@40019274, net.minecraftforge.oredict.OreIngredient@63dd17bb, net.minecraftforge.oredict.OreIngredient@730d2f08]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2745 appliedenergistics2:network/cables/smart_cyan RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.part@49:[net.minecraft.item.crafting.Ingredient@71ffd07, net.minecraft.item.crafting.Ingredient@71ffd07, net.minecraft.item.crafting.Ingredient@71ffd07, net.minecraft.item.crafting.Ingredient@71ffd07, net.minecraftforge.oredict.OreIngredient@231157ca, net.minecraft.item.crafting.Ingredient@71ffd07, net.minecraft.item.crafting.Ingredient@71ffd07, net.minecraft.item.crafting.Ingredient@71ffd07, net.minecraft.item.crafting.Ingredient@71ffd07]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2746 appliedenergistics2:network/cables/smart_brown RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.part@52:[net.minecraft.item.crafting.Ingredient@4b135e84, net.minecraft.item.crafting.Ingredient@4b135e84, net.minecraft.item.crafting.Ingredient@4b135e84, net.minecraft.item.crafting.Ingredient@4b135e84, net.minecraftforge.oredict.OreIngredient@62ca25, net.minecraft.item.crafting.Ingredient@4b135e84, net.minecraft.item.crafting.Ingredient@4b135e84, net.minecraft.item.crafting.Ingredient@4b135e84, net.minecraft.item.crafting.Ingredient@4b135e84]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2747 appliedenergistics2:network/cables/smart_blue RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.part@51:[net.minecraft.item.crafting.Ingredient@100db656, net.minecraft.item.crafting.Ingredient@100db656, net.minecraft.item.crafting.Ingredient@100db656, net.minecraft.item.crafting.Ingredient@100db656, net.minecraftforge.oredict.OreIngredient@8c52de7, net.minecraft.item.crafting.Ingredient@100db656, net.minecraft.item.crafting.Ingredient@100db656, net.minecraft.item.crafting.Ingredient@100db656, net.minecraft.item.crafting.Ingredient@100db656]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2748 appliedenergistics2:network/cables/smart_black RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.part@55:[net.minecraft.item.crafting.Ingredient@3616dd17, net.minecraft.item.crafting.Ingredient@3616dd17, net.minecraft.item.crafting.Ingredient@3616dd17, net.minecraft.item.crafting.Ingredient@3616dd17, net.minecraftforge.oredict.OreIngredient@6c483739, net.minecraft.item.crafting.Ingredient@3616dd17, net.minecraft.item.crafting.Ingredient@3616dd17, net.minecraft.item.crafting.Ingredient@3616dd17, net.minecraft.item.crafting.Ingredient@3616dd17]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2749 appliedenergistics2:network/cables/glass_yellow RecipeStage{tier='four', recipe=8xitem.appliedenergistics2.part@4:[net.minecraft.item.crafting.Ingredient@73e4ddde, net.minecraft.item.crafting.Ingredient@73e4ddde, net.minecraft.item.crafting.Ingredient@73e4ddde, net.minecraft.item.crafting.Ingredient@73e4ddde, net.minecraftforge.oredict.OreIngredient@267f6f, net.minecraft.item.crafting.Ingredient@73e4ddde, net.minecraft.item.crafting.Ingredient@73e4ddde, net.minecraft.item.crafting.Ingredient@73e4ddde, net.minecraft.item.crafting.Ingredient@73e4ddde]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2750 appliedenergistics2:network/cables/glass_white RecipeStage{tier='four', recipe=8xitem.appliedenergistics2.part@0:[net.minecraft.item.crafting.Ingredient@2b2e04bc, net.minecraft.item.crafting.Ingredient@2b2e04bc, net.minecraft.item.crafting.Ingredient@2b2e04bc, net.minecraft.item.crafting.Ingredient@2b2e04bc, net.minecraftforge.oredict.OreIngredient@53a30e5c, net.minecraft.item.crafting.Ingredient@2b2e04bc, net.minecraft.item.crafting.Ingredient@2b2e04bc, net.minecraft.item.crafting.Ingredient@2b2e04bc, net.minecraft.item.crafting.Ingredient@2b2e04bc]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2751 appliedenergistics2:network/cables/glass_red RecipeStage{tier='four', recipe=8xitem.appliedenergistics2.part@14:[net.minecraft.item.crafting.Ingredient@6f68c0e4, net.minecraft.item.crafting.Ingredient@6f68c0e4, net.minecraft.item.crafting.Ingredient@6f68c0e4, net.minecraft.item.crafting.Ingredient@6f68c0e4, net.minecraftforge.oredict.OreIngredient@1aaed202, net.minecraft.item.crafting.Ingredient@6f68c0e4, net.minecraft.item.crafting.Ingredient@6f68c0e4, net.minecraft.item.crafting.Ingredient@6f68c0e4, net.minecraft.item.crafting.Ingredient@6f68c0e4]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2752 appliedenergistics2:network/cables/glass_purple RecipeStage{tier='four', recipe=8xitem.appliedenergistics2.part@10:[net.minecraft.item.crafting.Ingredient@36a61f9d, net.minecraft.item.crafting.Ingredient@36a61f9d, net.minecraft.item.crafting.Ingredient@36a61f9d, net.minecraft.item.crafting.Ingredient@36a61f9d, net.minecraftforge.oredict.OreIngredient@3b3ecb0, net.minecraft.item.crafting.Ingredient@36a61f9d, net.minecraft.item.crafting.Ingredient@36a61f9d, net.minecraft.item.crafting.Ingredient@36a61f9d, net.minecraft.item.crafting.Ingredient@36a61f9d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2753 appliedenergistics2:network/cables/glass_pink RecipeStage{tier='four', recipe=8xitem.appliedenergistics2.part@6:[net.minecraft.item.crafting.Ingredient@31d5eba4, net.minecraft.item.crafting.Ingredient@31d5eba4, net.minecraft.item.crafting.Ingredient@31d5eba4, net.minecraft.item.crafting.Ingredient@31d5eba4, net.minecraftforge.oredict.OreIngredient@314b9d9f, net.minecraft.item.crafting.Ingredient@31d5eba4, net.minecraft.item.crafting.Ingredient@31d5eba4, net.minecraft.item.crafting.Ingredient@31d5eba4, net.minecraft.item.crafting.Ingredient@31d5eba4]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2754 appliedenergistics2:network/cables/glass_orange RecipeStage{tier='four', recipe=8xitem.appliedenergistics2.part@1:[net.minecraft.item.crafting.Ingredient@be9a1e2, net.minecraft.item.crafting.Ingredient@be9a1e2, net.minecraft.item.crafting.Ingredient@be9a1e2, net.minecraft.item.crafting.Ingredient@be9a1e2, net.minecraftforge.oredict.OreIngredient@a303bc6, net.minecraft.item.crafting.Ingredient@be9a1e2, net.minecraft.item.crafting.Ingredient@be9a1e2, net.minecraft.item.crafting.Ingredient@be9a1e2, net.minecraft.item.crafting.Ingredient@be9a1e2]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2755 appliedenergistics2:network/cables/glass_magenta RecipeStage{tier='four', recipe=8xitem.appliedenergistics2.part@2:[net.minecraft.item.crafting.Ingredient@6b2c6ace, net.minecraft.item.crafting.Ingredient@6b2c6ace, net.minecraft.item.crafting.Ingredient@6b2c6ace, net.minecraft.item.crafting.Ingredient@6b2c6ace, net.minecraftforge.oredict.OreIngredient@78bb8a7c, net.minecraft.item.crafting.Ingredient@6b2c6ace, net.minecraft.item.crafting.Ingredient@6b2c6ace, net.minecraft.item.crafting.Ingredient@6b2c6ace, net.minecraft.item.crafting.Ingredient@6b2c6ace]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2756 appliedenergistics2:network/cables/glass_lime RecipeStage{tier='four', recipe=8xitem.appliedenergistics2.part@5:[net.minecraft.item.crafting.Ingredient@10fd6b0d, net.minecraft.item.crafting.Ingredient@10fd6b0d, net.minecraft.item.crafting.Ingredient@10fd6b0d, net.minecraft.item.crafting.Ingredient@10fd6b0d, net.minecraftforge.oredict.OreIngredient@706367fd, net.minecraft.item.crafting.Ingredient@10fd6b0d, net.minecraft.item.crafting.Ingredient@10fd6b0d, net.minecraft.item.crafting.Ingredient@10fd6b0d, net.minecraft.item.crafting.Ingredient@10fd6b0d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2757 appliedenergistics2:network/cables/glass_light_gray RecipeStage{tier='four', recipe=8xitem.appliedenergistics2.part@8:[net.minecraft.item.crafting.Ingredient@7b5946a5, net.minecraft.item.crafting.Ingredient@7b5946a5, net.minecraft.item.crafting.Ingredient@7b5946a5, net.minecraft.item.crafting.Ingredient@7b5946a5, net.minecraftforge.oredict.OreIngredient@189d8202, net.minecraft.item.crafting.Ingredient@7b5946a5, net.minecraft.item.crafting.Ingredient@7b5946a5, net.minecraft.item.crafting.Ingredient@7b5946a5, net.minecraft.item.crafting.Ingredient@7b5946a5]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2758 appliedenergistics2:network/cables/glass_light_blue RecipeStage{tier='four', recipe=8xitem.appliedenergistics2.part@3:[net.minecraft.item.crafting.Ingredient@53b26aa6, net.minecraft.item.crafting.Ingredient@53b26aa6, net.minecraft.item.crafting.Ingredient@53b26aa6, net.minecraft.item.crafting.Ingredient@53b26aa6, net.minecraftforge.oredict.OreIngredient@3231825f, net.minecraft.item.crafting.Ingredient@53b26aa6, net.minecraft.item.crafting.Ingredient@53b26aa6, net.minecraft.item.crafting.Ingredient@53b26aa6, net.minecraft.item.crafting.Ingredient@53b26aa6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2759 appliedenergistics2:network/cables/glass_green RecipeStage{tier='four', recipe=8xitem.appliedenergistics2.part@13:[net.minecraft.item.crafting.Ingredient@601ea466, net.minecraft.item.crafting.Ingredient@601ea466, net.minecraft.item.crafting.Ingredient@601ea466, net.minecraft.item.crafting.Ingredient@601ea466, net.minecraftforge.oredict.OreIngredient@158feff4, net.minecraft.item.crafting.Ingredient@601ea466, net.minecraft.item.crafting.Ingredient@601ea466, net.minecraft.item.crafting.Ingredient@601ea466, net.minecraft.item.crafting.Ingredient@601ea466]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2760 appliedenergistics2:network/cables/glass_gray RecipeStage{tier='four', recipe=8xitem.appliedenergistics2.part@7:[net.minecraft.item.crafting.Ingredient@6272e47b, net.minecraft.item.crafting.Ingredient@6272e47b, net.minecraft.item.crafting.Ingredient@6272e47b, net.minecraft.item.crafting.Ingredient@6272e47b, net.minecraftforge.oredict.OreIngredient@4f5292c5, net.minecraft.item.crafting.Ingredient@6272e47b, net.minecraft.item.crafting.Ingredient@6272e47b, net.minecraft.item.crafting.Ingredient@6272e47b, net.minecraft.item.crafting.Ingredient@6272e47b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2761 appliedenergistics2:network/cables/glass_fluix_clean RecipeStage{tier='four', recipe=1xitem.appliedenergistics2.part@16:[net.minecraft.item.crafting.Ingredient@5eacd2ba, net.minecraft.item.crafting.Ingredient@11ad9859]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2762 appliedenergistics2:network/cables/glass_fluix RecipeStage{tier='four', recipe=4xitem.appliedenergistics2.part@16:[net.minecraft.item.crafting.Ingredient@256f732, net.minecraftforge.common.crafting.CompoundIngredient@38b5836e, net.minecraftforge.common.crafting.CompoundIngredient@38b5836e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2763 appliedenergistics2:network/cables/glass_cyan RecipeStage{tier='four', recipe=8xitem.appliedenergistics2.part@9:[net.minecraft.item.crafting.Ingredient@31c139ca, net.minecraft.item.crafting.Ingredient@31c139ca, net.minecraft.item.crafting.Ingredient@31c139ca, net.minecraft.item.crafting.Ingredient@31c139ca, net.minecraftforge.oredict.OreIngredient@86a59e8, net.minecraft.item.crafting.Ingredient@31c139ca, net.minecraft.item.crafting.Ingredient@31c139ca, net.minecraft.item.crafting.Ingredient@31c139ca, net.minecraft.item.crafting.Ingredient@31c139ca]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2764 appliedenergistics2:network/cables/glass_brown RecipeStage{tier='four', recipe=8xitem.appliedenergistics2.part@12:[net.minecraft.item.crafting.Ingredient@2ed1417b, net.minecraft.item.crafting.Ingredient@2ed1417b, net.minecraft.item.crafting.Ingredient@2ed1417b, net.minecraft.item.crafting.Ingredient@2ed1417b, net.minecraftforge.oredict.OreIngredient@2e30b74a, net.minecraft.item.crafting.Ingredient@2ed1417b, net.minecraft.item.crafting.Ingredient@2ed1417b, net.minecraft.item.crafting.Ingredient@2ed1417b, net.minecraft.item.crafting.Ingredient@2ed1417b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2765 appliedenergistics2:network/cables/glass_blue RecipeStage{tier='four', recipe=8xitem.appliedenergistics2.part@11:[net.minecraft.item.crafting.Ingredient@22432a97, net.minecraft.item.crafting.Ingredient@22432a97, net.minecraft.item.crafting.Ingredient@22432a97, net.minecraft.item.crafting.Ingredient@22432a97, net.minecraftforge.oredict.OreIngredient@349633a4, net.minecraft.item.crafting.Ingredient@22432a97, net.minecraft.item.crafting.Ingredient@22432a97, net.minecraft.item.crafting.Ingredient@22432a97, net.minecraft.item.crafting.Ingredient@22432a97]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2766 appliedenergistics2:network/cables/glass_black RecipeStage{tier='four', recipe=8xitem.appliedenergistics2.part@15:[net.minecraft.item.crafting.Ingredient@2a75c94e, net.minecraft.item.crafting.Ingredient@2a75c94e, net.minecraft.item.crafting.Ingredient@2a75c94e, net.minecraft.item.crafting.Ingredient@2a75c94e, net.minecraftforge.oredict.OreIngredient@53ba076, net.minecraft.item.crafting.Ingredient@2a75c94e, net.minecraft.item.crafting.Ingredient@2a75c94e, net.minecraft.item.crafting.Ingredient@2a75c94e, net.minecraft.item.crafting.Ingredient@2a75c94e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2767 appliedenergistics2:network/cables/dense_smart_yellow RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.part@64:[net.minecraft.item.crafting.Ingredient@5eafd4a2, net.minecraft.item.crafting.Ingredient@5eafd4a2, net.minecraft.item.crafting.Ingredient@5eafd4a2, net.minecraft.item.crafting.Ingredient@5eafd4a2, net.minecraftforge.oredict.OreIngredient@6afe44c, net.minecraft.item.crafting.Ingredient@5eafd4a2, net.minecraft.item.crafting.Ingredient@5eafd4a2, net.minecraft.item.crafting.Ingredient@5eafd4a2, net.minecraft.item.crafting.Ingredient@5eafd4a2]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2768 appliedenergistics2:network/cables/dense_smart_white RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.part@60:[net.minecraft.item.crafting.Ingredient@5f7f1045, net.minecraft.item.crafting.Ingredient@5f7f1045, net.minecraft.item.crafting.Ingredient@5f7f1045, net.minecraft.item.crafting.Ingredient@5f7f1045, net.minecraftforge.oredict.OreIngredient@76be28c6, net.minecraft.item.crafting.Ingredient@5f7f1045, net.minecraft.item.crafting.Ingredient@5f7f1045, net.minecraft.item.crafting.Ingredient@5f7f1045, net.minecraft.item.crafting.Ingredient@5f7f1045]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2769 appliedenergistics2:network/cables/dense_smart_red RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.part@74:[net.minecraft.item.crafting.Ingredient@ffe4df6, net.minecraft.item.crafting.Ingredient@ffe4df6, net.minecraft.item.crafting.Ingredient@ffe4df6, net.minecraft.item.crafting.Ingredient@ffe4df6, net.minecraftforge.oredict.OreIngredient@7cd181bc, net.minecraft.item.crafting.Ingredient@ffe4df6, net.minecraft.item.crafting.Ingredient@ffe4df6, net.minecraft.item.crafting.Ingredient@ffe4df6, net.minecraft.item.crafting.Ingredient@ffe4df6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2770 appliedenergistics2:network/cables/dense_smart_purple RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.part@70:[net.minecraft.item.crafting.Ingredient@551018b7, net.minecraft.item.crafting.Ingredient@551018b7, net.minecraft.item.crafting.Ingredient@551018b7, net.minecraft.item.crafting.Ingredient@551018b7, net.minecraftforge.oredict.OreIngredient@3e6fb8, net.minecraft.item.crafting.Ingredient@551018b7, net.minecraft.item.crafting.Ingredient@551018b7, net.minecraft.item.crafting.Ingredient@551018b7, net.minecraft.item.crafting.Ingredient@551018b7]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2771 appliedenergistics2:network/cables/dense_smart_pink RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.part@66:[net.minecraft.item.crafting.Ingredient@6d3fdcb9, net.minecraft.item.crafting.Ingredient@6d3fdcb9, net.minecraft.item.crafting.Ingredient@6d3fdcb9, net.minecraft.item.crafting.Ingredient@6d3fdcb9, net.minecraftforge.oredict.OreIngredient@297a5d2, net.minecraft.item.crafting.Ingredient@6d3fdcb9, net.minecraft.item.crafting.Ingredient@6d3fdcb9, net.minecraft.item.crafting.Ingredient@6d3fdcb9, net.minecraft.item.crafting.Ingredient@6d3fdcb9]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2772 appliedenergistics2:network/cables/dense_smart_orange RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.part@61:[net.minecraft.item.crafting.Ingredient@5a37ad6e, net.minecraft.item.crafting.Ingredient@5a37ad6e, net.minecraft.item.crafting.Ingredient@5a37ad6e, net.minecraft.item.crafting.Ingredient@5a37ad6e, net.minecraftforge.oredict.OreIngredient@57f2c963, net.minecraft.item.crafting.Ingredient@5a37ad6e, net.minecraft.item.crafting.Ingredient@5a37ad6e, net.minecraft.item.crafting.Ingredient@5a37ad6e, net.minecraft.item.crafting.Ingredient@5a37ad6e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2773 appliedenergistics2:network/cables/dense_smart_magenta RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.part@62:[net.minecraft.item.crafting.Ingredient@2c263093, net.minecraft.item.crafting.Ingredient@2c263093, net.minecraft.item.crafting.Ingredient@2c263093, net.minecraft.item.crafting.Ingredient@2c263093, net.minecraftforge.oredict.OreIngredient@403dbeae, net.minecraft.item.crafting.Ingredient@2c263093, net.minecraft.item.crafting.Ingredient@2c263093, net.minecraft.item.crafting.Ingredient@2c263093, net.minecraft.item.crafting.Ingredient@2c263093]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2774 appliedenergistics2:network/cables/dense_smart_lime RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.part@65:[net.minecraft.item.crafting.Ingredient@4be0f1c8, net.minecraft.item.crafting.Ingredient@4be0f1c8, net.minecraft.item.crafting.Ingredient@4be0f1c8, net.minecraft.item.crafting.Ingredient@4be0f1c8, net.minecraftforge.oredict.OreIngredient@13469b18, net.minecraft.item.crafting.Ingredient@4be0f1c8, net.minecraft.item.crafting.Ingredient@4be0f1c8, net.minecraft.item.crafting.Ingredient@4be0f1c8, net.minecraft.item.crafting.Ingredient@4be0f1c8]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2775 appliedenergistics2:network/cables/dense_smart_light_gray RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.part@68:[net.minecraft.item.crafting.Ingredient@1d2dfd03, net.minecraft.item.crafting.Ingredient@1d2dfd03, net.minecraft.item.crafting.Ingredient@1d2dfd03, net.minecraft.item.crafting.Ingredient@1d2dfd03, net.minecraftforge.oredict.OreIngredient@2a5f7760, net.minecraft.item.crafting.Ingredient@1d2dfd03, net.minecraft.item.crafting.Ingredient@1d2dfd03, net.minecraft.item.crafting.Ingredient@1d2dfd03, net.minecraft.item.crafting.Ingredient@1d2dfd03]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2776 appliedenergistics2:network/cables/dense_smart_light_blue RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.part@63:[net.minecraft.item.crafting.Ingredient@53a854f1, net.minecraft.item.crafting.Ingredient@53a854f1, net.minecraft.item.crafting.Ingredient@53a854f1, net.minecraft.item.crafting.Ingredient@53a854f1, net.minecraftforge.oredict.OreIngredient@554b0ca3, net.minecraft.item.crafting.Ingredient@53a854f1, net.minecraft.item.crafting.Ingredient@53a854f1, net.minecraft.item.crafting.Ingredient@53a854f1, net.minecraft.item.crafting.Ingredient@53a854f1]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2777 appliedenergistics2:network/cables/dense_smart_green RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.part@73:[net.minecraft.item.crafting.Ingredient@159ef67a, net.minecraft.item.crafting.Ingredient@159ef67a, net.minecraft.item.crafting.Ingredient@159ef67a, net.minecraft.item.crafting.Ingredient@159ef67a, net.minecraftforge.oredict.OreIngredient@2fd95a7, net.minecraft.item.crafting.Ingredient@159ef67a, net.minecraft.item.crafting.Ingredient@159ef67a, net.minecraft.item.crafting.Ingredient@159ef67a, net.minecraft.item.crafting.Ingredient@159ef67a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2778 appliedenergistics2:network/cables/dense_smart_gray RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.part@67:[net.minecraft.item.crafting.Ingredient@7e116f43, net.minecraft.item.crafting.Ingredient@7e116f43, net.minecraft.item.crafting.Ingredient@7e116f43, net.minecraft.item.crafting.Ingredient@7e116f43, net.minecraftforge.oredict.OreIngredient@68e603da, net.minecraft.item.crafting.Ingredient@7e116f43, net.minecraft.item.crafting.Ingredient@7e116f43, net.minecraft.item.crafting.Ingredient@7e116f43, net.minecraft.item.crafting.Ingredient@7e116f43]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2779 appliedenergistics2:network/cables/dense_smart_fluix_clean RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.part@76:[net.minecraft.item.crafting.Ingredient@5ce54387, net.minecraft.item.crafting.Ingredient@70ff22d7]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2780 appliedenergistics2:network/cables/dense_smart_fluix RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.part@76:[net.minecraft.item.crafting.Ingredient@a9b2c16, net.minecraftforge.oredict.OreIngredient@20c0c1ab, net.minecraftforge.oredict.OreIngredient@73fcc9a6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2781 appliedenergistics2:network/cables/dense_smart_cyan RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.part@69:[net.minecraft.item.crafting.Ingredient@4ac0506c, net.minecraft.item.crafting.Ingredient@4ac0506c, net.minecraft.item.crafting.Ingredient@4ac0506c, net.minecraft.item.crafting.Ingredient@4ac0506c, net.minecraftforge.oredict.OreIngredient@5924840c, net.minecraft.item.crafting.Ingredient@4ac0506c, net.minecraft.item.crafting.Ingredient@4ac0506c, net.minecraft.item.crafting.Ingredient@4ac0506c, net.minecraft.item.crafting.Ingredient@4ac0506c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2782 appliedenergistics2:network/cables/dense_smart_brown RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.part@72:[net.minecraft.item.crafting.Ingredient@392ceed1, net.minecraft.item.crafting.Ingredient@392ceed1, net.minecraft.item.crafting.Ingredient@392ceed1, net.minecraft.item.crafting.Ingredient@392ceed1, net.minecraftforge.oredict.OreIngredient@1019fe10, net.minecraft.item.crafting.Ingredient@392ceed1, net.minecraft.item.crafting.Ingredient@392ceed1, net.minecraft.item.crafting.Ingredient@392ceed1, net.minecraft.item.crafting.Ingredient@392ceed1]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2783 appliedenergistics2:network/cables/dense_smart_blue RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.part@71:[net.minecraft.item.crafting.Ingredient@2bb90a26, net.minecraft.item.crafting.Ingredient@2bb90a26, net.minecraft.item.crafting.Ingredient@2bb90a26, net.minecraft.item.crafting.Ingredient@2bb90a26, net.minecraftforge.oredict.OreIngredient@b59ccdf, net.minecraft.item.crafting.Ingredient@2bb90a26, net.minecraft.item.crafting.Ingredient@2bb90a26, net.minecraft.item.crafting.Ingredient@2bb90a26, net.minecraft.item.crafting.Ingredient@2bb90a26]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2784 appliedenergistics2:network/cables/dense_smart_black RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.part@75:[net.minecraft.item.crafting.Ingredient@46e45a79, net.minecraft.item.crafting.Ingredient@46e45a79, net.minecraft.item.crafting.Ingredient@46e45a79, net.minecraft.item.crafting.Ingredient@46e45a79, net.minecraftforge.oredict.OreIngredient@11e41966, net.minecraft.item.crafting.Ingredient@46e45a79, net.minecraft.item.crafting.Ingredient@46e45a79, net.minecraft.item.crafting.Ingredient@46e45a79, net.minecraft.item.crafting.Ingredient@46e45a79]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2785 appliedenergistics2:network/cables/dense_covered_yellow RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.part@504:[net.minecraft.item.crafting.Ingredient@34d68795, net.minecraft.item.crafting.Ingredient@34d68795, net.minecraft.item.crafting.Ingredient@34d68795, net.minecraft.item.crafting.Ingredient@34d68795, net.minecraftforge.oredict.OreIngredient@796ffaec, net.minecraft.item.crafting.Ingredient@34d68795, net.minecraft.item.crafting.Ingredient@34d68795, net.minecraft.item.crafting.Ingredient@34d68795, net.minecraft.item.crafting.Ingredient@34d68795]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2786 appliedenergistics2:network/cables/dense_covered_white RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.part@500:[net.minecraft.item.crafting.Ingredient@4b2bef6f, net.minecraft.item.crafting.Ingredient@4b2bef6f, net.minecraft.item.crafting.Ingredient@4b2bef6f, net.minecraft.item.crafting.Ingredient@4b2bef6f, net.minecraftforge.oredict.OreIngredient@67a74e0a, net.minecraft.item.crafting.Ingredient@4b2bef6f, net.minecraft.item.crafting.Ingredient@4b2bef6f, net.minecraft.item.crafting.Ingredient@4b2bef6f, net.minecraft.item.crafting.Ingredient@4b2bef6f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2787 appliedenergistics2:network/cables/dense_covered_red RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.part@514:[net.minecraft.item.crafting.Ingredient@597e5765, net.minecraft.item.crafting.Ingredient@597e5765, net.minecraft.item.crafting.Ingredient@597e5765, net.minecraft.item.crafting.Ingredient@597e5765, net.minecraftforge.oredict.OreIngredient@79c1053e, net.minecraft.item.crafting.Ingredient@597e5765, net.minecraft.item.crafting.Ingredient@597e5765, net.minecraft.item.crafting.Ingredient@597e5765, net.minecraft.item.crafting.Ingredient@597e5765]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2788 appliedenergistics2:network/cables/dense_covered_purple RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.part@510:[net.minecraft.item.crafting.Ingredient@27e8c96e, net.minecraft.item.crafting.Ingredient@27e8c96e, net.minecraft.item.crafting.Ingredient@27e8c96e, net.minecraft.item.crafting.Ingredient@27e8c96e, net.minecraftforge.oredict.OreIngredient@11efeb16, net.minecraft.item.crafting.Ingredient@27e8c96e, net.minecraft.item.crafting.Ingredient@27e8c96e, net.minecraft.item.crafting.Ingredient@27e8c96e, net.minecraft.item.crafting.Ingredient@27e8c96e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2789 appliedenergistics2:network/cables/dense_covered_pink RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.part@506:[net.minecraft.item.crafting.Ingredient@76d8ad96, net.minecraft.item.crafting.Ingredient@76d8ad96, net.minecraft.item.crafting.Ingredient@76d8ad96, net.minecraft.item.crafting.Ingredient@76d8ad96, net.minecraftforge.oredict.OreIngredient@7c6b1bfc, net.minecraft.item.crafting.Ingredient@76d8ad96, net.minecraft.item.crafting.Ingredient@76d8ad96, net.minecraft.item.crafting.Ingredient@76d8ad96, net.minecraft.item.crafting.Ingredient@76d8ad96]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2790 appliedenergistics2:network/cables/dense_covered_orange RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.part@501:[net.minecraft.item.crafting.Ingredient@4a9f6e4c, net.minecraft.item.crafting.Ingredient@4a9f6e4c, net.minecraft.item.crafting.Ingredient@4a9f6e4c, net.minecraft.item.crafting.Ingredient@4a9f6e4c, net.minecraftforge.oredict.OreIngredient@396baf98, net.minecraft.item.crafting.Ingredient@4a9f6e4c, net.minecraft.item.crafting.Ingredient@4a9f6e4c, net.minecraft.item.crafting.Ingredient@4a9f6e4c, net.minecraft.item.crafting.Ingredient@4a9f6e4c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2791 appliedenergistics2:network/cables/dense_covered_magenta RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.part@502:[net.minecraft.item.crafting.Ingredient@62dc45e2, net.minecraft.item.crafting.Ingredient@62dc45e2, net.minecraft.item.crafting.Ingredient@62dc45e2, net.minecraft.item.crafting.Ingredient@62dc45e2, net.minecraftforge.oredict.OreIngredient@3c5119b1, net.minecraft.item.crafting.Ingredient@62dc45e2, net.minecraft.item.crafting.Ingredient@62dc45e2, net.minecraft.item.crafting.Ingredient@62dc45e2, net.minecraft.item.crafting.Ingredient@62dc45e2]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2792 appliedenergistics2:network/cables/dense_covered_lime RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.part@505:[net.minecraft.item.crafting.Ingredient@5e2d4332, net.minecraft.item.crafting.Ingredient@5e2d4332, net.minecraft.item.crafting.Ingredient@5e2d4332, net.minecraft.item.crafting.Ingredient@5e2d4332, net.minecraftforge.oredict.OreIngredient@b03cde6, net.minecraft.item.crafting.Ingredient@5e2d4332, net.minecraft.item.crafting.Ingredient@5e2d4332, net.minecraft.item.crafting.Ingredient@5e2d4332, net.minecraft.item.crafting.Ingredient@5e2d4332]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2793 appliedenergistics2:network/cables/dense_covered_light_gray RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.part@508:[net.minecraft.item.crafting.Ingredient@37cbe9ab, net.minecraft.item.crafting.Ingredient@37cbe9ab, net.minecraft.item.crafting.Ingredient@37cbe9ab, net.minecraft.item.crafting.Ingredient@37cbe9ab, net.minecraftforge.oredict.OreIngredient@fe25978, net.minecraft.item.crafting.Ingredient@37cbe9ab, net.minecraft.item.crafting.Ingredient@37cbe9ab, net.minecraft.item.crafting.Ingredient@37cbe9ab, net.minecraft.item.crafting.Ingredient@37cbe9ab]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2794 appliedenergistics2:network/cables/dense_covered_light_blue RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.part@503:[net.minecraft.item.crafting.Ingredient@49a2b72b, net.minecraft.item.crafting.Ingredient@49a2b72b, net.minecraft.item.crafting.Ingredient@49a2b72b, net.minecraft.item.crafting.Ingredient@49a2b72b, net.minecraftforge.oredict.OreIngredient@21fc9dce, net.minecraft.item.crafting.Ingredient@49a2b72b, net.minecraft.item.crafting.Ingredient@49a2b72b, net.minecraft.item.crafting.Ingredient@49a2b72b, net.minecraft.item.crafting.Ingredient@49a2b72b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2795 appliedenergistics2:network/cables/dense_covered_green RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.part@513:[net.minecraft.item.crafting.Ingredient@47bda259, net.minecraft.item.crafting.Ingredient@47bda259, net.minecraft.item.crafting.Ingredient@47bda259, net.minecraft.item.crafting.Ingredient@47bda259, net.minecraftforge.oredict.OreIngredient@219f7001, net.minecraft.item.crafting.Ingredient@47bda259, net.minecraft.item.crafting.Ingredient@47bda259, net.minecraft.item.crafting.Ingredient@47bda259, net.minecraft.item.crafting.Ingredient@47bda259]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2796 appliedenergistics2:network/cables/dense_covered_gray RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.part@507:[net.minecraft.item.crafting.Ingredient@54c701bc, net.minecraft.item.crafting.Ingredient@54c701bc, net.minecraft.item.crafting.Ingredient@54c701bc, net.minecraft.item.crafting.Ingredient@54c701bc, net.minecraftforge.oredict.OreIngredient@4592f942, net.minecraft.item.crafting.Ingredient@54c701bc, net.minecraft.item.crafting.Ingredient@54c701bc, net.minecraft.item.crafting.Ingredient@54c701bc, net.minecraft.item.crafting.Ingredient@54c701bc]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2797 appliedenergistics2:network/cables/dense_covered_fluix_clean RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.part@516:[net.minecraft.item.crafting.Ingredient@a950cc9, net.minecraft.item.crafting.Ingredient@1d935746]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2798 appliedenergistics2:network/cables/dense_covered_fluix RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.part@516:[net.minecraft.item.crafting.Ingredient@65f91014, net.minecraft.item.crafting.Ingredient@7ff488a4, net.minecraft.item.crafting.Ingredient@8ea83c5, net.minecraft.item.crafting.Ingredient@50767c8d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2799 appliedenergistics2:network/cables/dense_covered_cyan RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.part@509:[net.minecraft.item.crafting.Ingredient@19917bed, net.minecraft.item.crafting.Ingredient@19917bed, net.minecraft.item.crafting.Ingredient@19917bed, net.minecraft.item.crafting.Ingredient@19917bed, net.minecraftforge.oredict.OreIngredient@7122247f, net.minecraft.item.crafting.Ingredient@19917bed, net.minecraft.item.crafting.Ingredient@19917bed, net.minecraft.item.crafting.Ingredient@19917bed, net.minecraft.item.crafting.Ingredient@19917bed]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2800 appliedenergistics2:network/cables/dense_covered_brown RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.part@512:[net.minecraft.item.crafting.Ingredient@20f4d5ad, net.minecraft.item.crafting.Ingredient@20f4d5ad, net.minecraft.item.crafting.Ingredient@20f4d5ad, net.minecraft.item.crafting.Ingredient@20f4d5ad, net.minecraftforge.oredict.OreIngredient@1d742cd1, net.minecraft.item.crafting.Ingredient@20f4d5ad, net.minecraft.item.crafting.Ingredient@20f4d5ad, net.minecraft.item.crafting.Ingredient@20f4d5ad, net.minecraft.item.crafting.Ingredient@20f4d5ad]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2801 appliedenergistics2:network/cables/dense_covered_blue RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.part@511:[net.minecraft.item.crafting.Ingredient@6a29b061, net.minecraft.item.crafting.Ingredient@6a29b061, net.minecraft.item.crafting.Ingredient@6a29b061, net.minecraft.item.crafting.Ingredient@6a29b061, net.minecraftforge.oredict.OreIngredient@27ceffbe, net.minecraft.item.crafting.Ingredient@6a29b061, net.minecraft.item.crafting.Ingredient@6a29b061, net.minecraft.item.crafting.Ingredient@6a29b061, net.minecraft.item.crafting.Ingredient@6a29b061]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2802 appliedenergistics2:network/cables/dense_covered_black RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.part@515:[net.minecraft.item.crafting.Ingredient@19a4d679, net.minecraft.item.crafting.Ingredient@19a4d679, net.minecraft.item.crafting.Ingredient@19a4d679, net.minecraft.item.crafting.Ingredient@19a4d679, net.minecraftforge.oredict.OreIngredient@46c753cc, net.minecraft.item.crafting.Ingredient@19a4d679, net.minecraft.item.crafting.Ingredient@19a4d679, net.minecraft.item.crafting.Ingredient@19a4d679, net.minecraft.item.crafting.Ingredient@19a4d679]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2803 appliedenergistics2:network/cables/covered_yellow RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.part@24:[net.minecraft.item.crafting.Ingredient@2d908e80, net.minecraft.item.crafting.Ingredient@2d908e80, net.minecraft.item.crafting.Ingredient@2d908e80, net.minecraft.item.crafting.Ingredient@2d908e80, net.minecraftforge.oredict.OreIngredient@4a70ca0c, net.minecraft.item.crafting.Ingredient@2d908e80, net.minecraft.item.crafting.Ingredient@2d908e80, net.minecraft.item.crafting.Ingredient@2d908e80, net.minecraft.item.crafting.Ingredient@2d908e80]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2804 appliedenergistics2:network/cables/covered_white RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.part@20:[net.minecraft.item.crafting.Ingredient@37a4c938, net.minecraft.item.crafting.Ingredient@37a4c938, net.minecraft.item.crafting.Ingredient@37a4c938, net.minecraft.item.crafting.Ingredient@37a4c938, net.minecraftforge.oredict.OreIngredient@2bddb1a2, net.minecraft.item.crafting.Ingredient@37a4c938, net.minecraft.item.crafting.Ingredient@37a4c938, net.minecraft.item.crafting.Ingredient@37a4c938, net.minecraft.item.crafting.Ingredient@37a4c938]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2805 appliedenergistics2:network/cables/covered_red RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.part@34:[net.minecraft.item.crafting.Ingredient@54746216, net.minecraft.item.crafting.Ingredient@54746216, net.minecraft.item.crafting.Ingredient@54746216, net.minecraft.item.crafting.Ingredient@54746216, net.minecraftforge.oredict.OreIngredient@1bd41e9d, net.minecraft.item.crafting.Ingredient@54746216, net.minecraft.item.crafting.Ingredient@54746216, net.minecraft.item.crafting.Ingredient@54746216, net.minecraft.item.crafting.Ingredient@54746216]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2806 appliedenergistics2:network/cables/covered_purple RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.part@30:[net.minecraft.item.crafting.Ingredient@5e2f7a9f, net.minecraft.item.crafting.Ingredient@5e2f7a9f, net.minecraft.item.crafting.Ingredient@5e2f7a9f, net.minecraft.item.crafting.Ingredient@5e2f7a9f, net.minecraftforge.oredict.OreIngredient@2174446e, net.minecraft.item.crafting.Ingredient@5e2f7a9f, net.minecraft.item.crafting.Ingredient@5e2f7a9f, net.minecraft.item.crafting.Ingredient@5e2f7a9f, net.minecraft.item.crafting.Ingredient@5e2f7a9f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2807 appliedenergistics2:network/cables/covered_pink RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.part@26:[net.minecraft.item.crafting.Ingredient@33da1293, net.minecraft.item.crafting.Ingredient@33da1293, net.minecraft.item.crafting.Ingredient@33da1293, net.minecraft.item.crafting.Ingredient@33da1293, net.minecraftforge.oredict.OreIngredient@1287daae, net.minecraft.item.crafting.Ingredient@33da1293, net.minecraft.item.crafting.Ingredient@33da1293, net.minecraft.item.crafting.Ingredient@33da1293, net.minecraft.item.crafting.Ingredient@33da1293]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2808 appliedenergistics2:network/cables/covered_orange RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.part@21:[net.minecraft.item.crafting.Ingredient@5c5377bd, net.minecraft.item.crafting.Ingredient@5c5377bd, net.minecraft.item.crafting.Ingredient@5c5377bd, net.minecraft.item.crafting.Ingredient@5c5377bd, net.minecraftforge.oredict.OreIngredient@7f549559, net.minecraft.item.crafting.Ingredient@5c5377bd, net.minecraft.item.crafting.Ingredient@5c5377bd, net.minecraft.item.crafting.Ingredient@5c5377bd, net.minecraft.item.crafting.Ingredient@5c5377bd]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2809 appliedenergistics2:network/cables/covered_magenta RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.part@22:[net.minecraft.item.crafting.Ingredient@70bb7dba, net.minecraft.item.crafting.Ingredient@70bb7dba, net.minecraft.item.crafting.Ingredient@70bb7dba, net.minecraft.item.crafting.Ingredient@70bb7dba, net.minecraftforge.oredict.OreIngredient@38ae3a08, net.minecraft.item.crafting.Ingredient@70bb7dba, net.minecraft.item.crafting.Ingredient@70bb7dba, net.minecraft.item.crafting.Ingredient@70bb7dba, net.minecraft.item.crafting.Ingredient@70bb7dba]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2810 appliedenergistics2:network/cables/covered_lime RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.part@25:[net.minecraft.item.crafting.Ingredient@1e79dce8, net.minecraft.item.crafting.Ingredient@1e79dce8, net.minecraft.item.crafting.Ingredient@1e79dce8, net.minecraft.item.crafting.Ingredient@1e79dce8, net.minecraftforge.oredict.OreIngredient@3a0b96f6, net.minecraft.item.crafting.Ingredient@1e79dce8, net.minecraft.item.crafting.Ingredient@1e79dce8, net.minecraft.item.crafting.Ingredient@1e79dce8, net.minecraft.item.crafting.Ingredient@1e79dce8]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2811 appliedenergistics2:network/cables/covered_light_gray RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.part@28:[net.minecraft.item.crafting.Ingredient@7d864ba4, net.minecraft.item.crafting.Ingredient@7d864ba4, net.minecraft.item.crafting.Ingredient@7d864ba4, net.minecraft.item.crafting.Ingredient@7d864ba4, net.minecraftforge.oredict.OreIngredient@66ba860f, net.minecraft.item.crafting.Ingredient@7d864ba4, net.minecraft.item.crafting.Ingredient@7d864ba4, net.minecraft.item.crafting.Ingredient@7d864ba4, net.minecraft.item.crafting.Ingredient@7d864ba4]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2812 appliedenergistics2:network/cables/covered_light_blue RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.part@23:[net.minecraft.item.crafting.Ingredient@3b20ed4e, net.minecraft.item.crafting.Ingredient@3b20ed4e, net.minecraft.item.crafting.Ingredient@3b20ed4e, net.minecraft.item.crafting.Ingredient@3b20ed4e, net.minecraftforge.oredict.OreIngredient@6e428c3b, net.minecraft.item.crafting.Ingredient@3b20ed4e, net.minecraft.item.crafting.Ingredient@3b20ed4e, net.minecraft.item.crafting.Ingredient@3b20ed4e, net.minecraft.item.crafting.Ingredient@3b20ed4e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2813 appliedenergistics2:network/cables/covered_green RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.part@33:[net.minecraft.item.crafting.Ingredient@62d02900, net.minecraft.item.crafting.Ingredient@62d02900, net.minecraft.item.crafting.Ingredient@62d02900, net.minecraft.item.crafting.Ingredient@62d02900, net.minecraftforge.oredict.OreIngredient@42d3a3aa, net.minecraft.item.crafting.Ingredient@62d02900, net.minecraft.item.crafting.Ingredient@62d02900, net.minecraft.item.crafting.Ingredient@62d02900, net.minecraft.item.crafting.Ingredient@62d02900]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2814 appliedenergistics2:network/cables/covered_gray RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.part@27:[net.minecraft.item.crafting.Ingredient@333b6aee, net.minecraft.item.crafting.Ingredient@333b6aee, net.minecraft.item.crafting.Ingredient@333b6aee, net.minecraft.item.crafting.Ingredient@333b6aee, net.minecraftforge.oredict.OreIngredient@54fcc9ee, net.minecraft.item.crafting.Ingredient@333b6aee, net.minecraft.item.crafting.Ingredient@333b6aee, net.minecraft.item.crafting.Ingredient@333b6aee, net.minecraft.item.crafting.Ingredient@333b6aee]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2815 appliedenergistics2:network/cables/covered_fluix_clean RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.part@36:[net.minecraft.item.crafting.Ingredient@3f7bf0f9, net.minecraft.item.crafting.Ingredient@7709a2b2]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2816 appliedenergistics2:network/cables/covered_fluix RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.part@36:[net.minecraftforge.common.crafting.CompoundIngredient@7f6c21ce, net.minecraft.item.crafting.Ingredient@17bfb679]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2817 appliedenergistics2:network/cables/covered_cyan RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.part@29:[net.minecraft.item.crafting.Ingredient@8a827d, net.minecraft.item.crafting.Ingredient@8a827d, net.minecraft.item.crafting.Ingredient@8a827d, net.minecraft.item.crafting.Ingredient@8a827d, net.minecraftforge.oredict.OreIngredient@2b0ac22f, net.minecraft.item.crafting.Ingredient@8a827d, net.minecraft.item.crafting.Ingredient@8a827d, net.minecraft.item.crafting.Ingredient@8a827d, net.minecraft.item.crafting.Ingredient@8a827d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2818 appliedenergistics2:network/cables/covered_brown RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.part@32:[net.minecraft.item.crafting.Ingredient@2d478cc5, net.minecraft.item.crafting.Ingredient@2d478cc5, net.minecraft.item.crafting.Ingredient@2d478cc5, net.minecraft.item.crafting.Ingredient@2d478cc5, net.minecraftforge.oredict.OreIngredient@5997f936, net.minecraft.item.crafting.Ingredient@2d478cc5, net.minecraft.item.crafting.Ingredient@2d478cc5, net.minecraft.item.crafting.Ingredient@2d478cc5, net.minecraft.item.crafting.Ingredient@2d478cc5]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2819 appliedenergistics2:network/cables/covered_blue RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.part@31:[net.minecraft.item.crafting.Ingredient@129db500, net.minecraft.item.crafting.Ingredient@129db500, net.minecraft.item.crafting.Ingredient@129db500, net.minecraft.item.crafting.Ingredient@129db500, net.minecraftforge.oredict.OreIngredient@5d109cab, net.minecraft.item.crafting.Ingredient@129db500, net.minecraft.item.crafting.Ingredient@129db500, net.minecraft.item.crafting.Ingredient@129db500, net.minecraft.item.crafting.Ingredient@129db500]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2820 appliedenergistics2:network/cables/covered_black RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.part@35:[net.minecraft.item.crafting.Ingredient@5db63e26, net.minecraft.item.crafting.Ingredient@5db63e26, net.minecraft.item.crafting.Ingredient@5db63e26, net.minecraft.item.crafting.Ingredient@5db63e26, net.minecraftforge.oredict.OreIngredient@75f4f884, net.minecraft.item.crafting.Ingredient@5db63e26, net.minecraft.item.crafting.Ingredient@5db63e26, net.minecraft.item.crafting.Ingredient@5db63e26, net.minecraft.item.crafting.Ingredient@5db63e26]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2821 appliedenergistics2:network/blocks/storage_drive RecipeStage{tier='five', recipe=1xtile.appliedenergistics2.drive@0:[net.minecraftforge.oredict.OreIngredient@32df8d0d, net.minecraft.item.crafting.Ingredient@602298a8, net.minecraftforge.oredict.OreIngredient@32df8d0d, net.minecraft.item.crafting.Ingredient@3511ae73, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3511ae73, net.minecraftforge.oredict.OreIngredient@32df8d0d, net.minecraft.item.crafting.Ingredient@602298a8, net.minecraftforge.oredict.OreIngredient@32df8d0d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2822 appliedenergistics2:network/blocks/storage_chest RecipeStage{tier='five', recipe=1xtile.appliedenergistics2.chest@0:[net.minecraftforge.common.crafting.CompoundIngredient@5ee45da6, net.minecraft.item.crafting.Ingredient@665ebf3, net.minecraftforge.common.crafting.CompoundIngredient@5ee45da6, net.minecraft.item.crafting.Ingredient@6b647da2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6b647da2, net.minecraftforge.oredict.OreIngredient@2cc1f6d7, net.minecraftforge.common.crafting.CompoundIngredient@38b5836e, net.minecraftforge.oredict.OreIngredient@2cc1f6d7]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2823 appliedenergistics2:network/blocks/spatial_io_pylon RecipeStage{tier='five', recipe=1xtile.appliedenergistics2.spatial_pylon@0:[net.minecraft.item.crafting.Ingredient@6a5da938, net.minecraft.item.crafting.Ingredient@5919d48e, net.minecraft.item.crafting.Ingredient@6a5da938, net.minecraftforge.oredict.OreIngredient@1b93df28, net.minecraftforge.common.crafting.CompoundIngredient@38b5836e, net.minecraftforge.oredict.OreIngredient@1b93df28, net.minecraft.item.crafting.Ingredient@6a5da938, net.minecraft.item.crafting.Ingredient@5919d48e, net.minecraft.item.crafting.Ingredient@6a5da938]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2824 appliedenergistics2:network/blocks/spatial_io_port RecipeStage{tier='five', recipe=1xtile.appliedenergistics2.spatial_io_port@0:[net.minecraftforge.common.crafting.CompoundIngredient@5ee45da6, net.minecraftforge.common.crafting.CompoundIngredient@5ee45da6, net.minecraftforge.common.crafting.CompoundIngredient@5ee45da6, net.minecraft.item.crafting.Ingredient@2891365c, net.minecraft.item.crafting.Ingredient@10a26073, net.minecraft.item.crafting.Ingredient@2891365c, net.minecraftforge.oredict.OreIngredient@52b7a42c, net.minecraft.item.crafting.Ingredient@cde75a0, net.minecraftforge.oredict.OreIngredient@52b7a42c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2825 appliedenergistics2:network/blocks/security_station RecipeStage{tier='five', recipe=1xtile.appliedenergistics2.security_station@0:[net.minecraftforge.oredict.OreIngredient@350cbd48, net.minecraft.item.crafting.Ingredient@3f587faf, net.minecraftforge.oredict.OreIngredient@350cbd48, net.minecraft.item.crafting.Ingredient@97b09f5, net.minecraft.item.crafting.Ingredient@1ac4d1e5, net.minecraft.item.crafting.Ingredient@97b09f5, net.minecraftforge.oredict.OreIngredient@350cbd48, net.minecraft.item.crafting.Ingredient@244b0ecb, net.minecraftforge.oredict.OreIngredient@350cbd48]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2826 appliedenergistics2:network/blocks/quantum_ring RecipeStage{tier='five', recipe=1xtile.appliedenergistics2.quantum_ring@0:[net.minecraftforge.oredict.OreIngredient@39b82224, net.minecraft.item.crafting.Ingredient@44d34455, net.minecraftforge.oredict.OreIngredient@39b82224, net.minecraft.item.crafting.Ingredient@8305baf, net.minecraft.item.crafting.Ingredient@4eb4930f, net.minecraft.item.crafting.Ingredient@2eb6a1b5, net.minecraftforge.oredict.OreIngredient@39b82224, net.minecraft.item.crafting.Ingredient@44d34455, net.minecraftforge.oredict.OreIngredient@39b82224]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2827 appliedenergistics2:network/blocks/quantum_link RecipeStage{tier='five', recipe=1xtile.appliedenergistics2.quantum_link@0:[net.minecraft.item.crafting.Ingredient@134b99be, net.minecraft.item.crafting.Ingredient@530bfdc2, net.minecraft.item.crafting.Ingredient@134b99be, net.minecraft.item.crafting.Ingredient@530bfdc2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@530bfdc2, net.minecraft.item.crafting.Ingredient@134b99be, net.minecraft.item.crafting.Ingredient@530bfdc2, net.minecraft.item.crafting.Ingredient@134b99be]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2828 appliedenergistics2:network/blocks/io_port RecipeStage{tier='five', recipe=1xtile.appliedenergistics2.io_port@0:[net.minecraftforge.common.crafting.CompoundIngredient@5ee45da6, net.minecraftforge.common.crafting.CompoundIngredient@5ee45da6, net.minecraftforge.common.crafting.CompoundIngredient@5ee45da6, net.minecraft.item.crafting.Ingredient@675b1e61, net.minecraft.item.crafting.Ingredient@67e37086, net.minecraft.item.crafting.Ingredient@675b1e61, net.minecraftforge.oredict.OreIngredient@4ca908ac, net.minecraft.item.crafting.Ingredient@27a730a9, net.minecraftforge.oredict.OreIngredient@4ca908ac]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2829 appliedenergistics2:network/blocks/io_condenser RecipeStage{tier='five', recipe=1xtile.appliedenergistics2.condenser@0:[net.minecraftforge.oredict.OreIngredient@3ebb2468, net.minecraftforge.common.crafting.CompoundIngredient@5ee45da6, net.minecraftforge.oredict.OreIngredient@3ebb2468, net.minecraftforge.common.crafting.CompoundIngredient@5ee45da6, net.minecraftforge.oredict.OreIngredient@2496519, net.minecraftforge.common.crafting.CompoundIngredient@5ee45da6, net.minecraftforge.oredict.OreIngredient@3ebb2468, net.minecraftforge.common.crafting.CompoundIngredient@5ee45da6, net.minecraftforge.oredict.OreIngredient@3ebb2468]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2830 appliedenergistics2:network/blocks/interfaces_interface_part RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.part@440:[net.minecraft.item.crafting.Ingredient@5054b993]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2833 appliedenergistics2:network/blocks/inscribers RecipeStage{tier='four', recipe=1xtile.appliedenergistics2.inscriber@0:[net.minecraftforge.oredict.OreIngredient@2f0c8952, net.minecraft.item.crafting.Ingredient@424667e, net.minecraftforge.oredict.OreIngredient@2f0c8952, net.minecraftforge.common.crafting.CompoundIngredient@38b5836e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2f0c8952, net.minecraftforge.oredict.OreIngredient@2f0c8952, net.minecraft.item.crafting.Ingredient@424667e, net.minecraftforge.oredict.OreIngredient@2f0c8952]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2834 appliedenergistics2:network/blocks/fluid_interfaces_interface_part RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.part@441:[net.minecraft.item.crafting.Ingredient@59103b77]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2835 appliedenergistics2:network/blocks/fluid_interfaces_interface_alt RecipeStage{tier='five', recipe=1xtile.appliedenergistics2.fluid_interface@0:[net.minecraft.item.crafting.Ingredient@71e7cfa9]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2836 appliedenergistics2:network/blocks/fluid_interfaces_interface RecipeStage{tier='five', recipe=1xtile.appliedenergistics2.fluid_interface@0:[net.minecraftforge.oredict.OreIngredient@215602b6, net.minecraftforge.oredict.OreIngredient@745e385a, net.minecraftforge.oredict.OreIngredient@215602b6, net.minecraft.item.crafting.Ingredient@2a5c508e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1b2ee8f4, net.minecraftforge.oredict.OreIngredient@215602b6, net.minecraftforge.oredict.OreIngredient@745e385a, net.minecraftforge.oredict.OreIngredient@215602b6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2838 appliedenergistics2:network/blocks/energy_energy_cell RecipeStage{tier='four', recipe=1xtile.appliedenergistics2.energy_cell@0:[net.minecraftforge.common.crafting.CompoundIngredient@3fad9d16, net.minecraftforge.oredict.OreIngredient@7e8f0d5, net.minecraftforge.common.crafting.CompoundIngredient@3fad9d16, net.minecraftforge.oredict.OreIngredient@7e8f0d5, net.minecraft.item.crafting.Ingredient@4031e855, net.minecraftforge.oredict.OreIngredient@7e8f0d5, net.minecraftforge.common.crafting.CompoundIngredient@3fad9d16, net.minecraftforge.oredict.OreIngredient@7e8f0d5, net.minecraftforge.common.crafting.CompoundIngredient@3fad9d16]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2839 appliedenergistics2:network/blocks/energy_energy_acceptor RecipeStage{tier='four', recipe=1xtile.appliedenergistics2.energy_acceptor@0:[net.minecraftforge.oredict.OreIngredient@98610f7, net.minecraft.item.crafting.Ingredient@541e4105, net.minecraftforge.oredict.OreIngredient@98610f7, net.minecraft.item.crafting.Ingredient@541e4105, net.minecraftforge.common.crafting.CompoundIngredient@38b5836e, net.minecraft.item.crafting.Ingredient@541e4105, net.minecraftforge.oredict.OreIngredient@98610f7, net.minecraft.item.crafting.Ingredient@541e4105, net.minecraftforge.oredict.OreIngredient@98610f7]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2840 appliedenergistics2:network/blocks/energy_dense_energy_cell RecipeStage{tier='five', recipe=1xtile.appliedenergistics2.dense_energy_cell@0:[net.minecraft.item.crafting.Ingredient@38dfb2d5, net.minecraft.item.crafting.Ingredient@38dfb2d5, net.minecraft.item.crafting.Ingredient@38dfb2d5, net.minecraft.item.crafting.Ingredient@38dfb2d5, net.minecraft.item.crafting.Ingredient@4fa94f15, net.minecraft.item.crafting.Ingredient@38dfb2d5, net.minecraft.item.crafting.Ingredient@38dfb2d5, net.minecraft.item.crafting.Ingredient@38dfb2d5, net.minecraft.item.crafting.Ingredient@38dfb2d5]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2841 appliedenergistics2:network/blocks/crystal_processing_quartz_growth_accelerator RecipeStage{tier='five', recipe=1xtile.appliedenergistics2.quartz_growth_accelerator@0:[net.minecraftforge.oredict.OreIngredient@661611ca, net.minecraft.item.crafting.Ingredient@b4550aa, net.minecraftforge.oredict.OreIngredient@661611ca, net.minecraft.item.crafting.Ingredient@2ab8865d, net.minecraft.item.crafting.Ingredient@41c9a235, net.minecraft.item.crafting.Ingredient@2ab8865d, net.minecraftforge.oredict.OreIngredient@661611ca, net.minecraft.item.crafting.Ingredient@b4550aa, net.minecraftforge.oredict.OreIngredient@661611ca]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2842 appliedenergistics2:network/blocks/crystal_processing_charger RecipeStage{tier='five', recipe=1xtile.appliedenergistics2.charger@0:[net.minecraftforge.oredict.OreIngredient@54d684f8, net.minecraftforge.common.crafting.CompoundIngredient@38b5836e, net.minecraftforge.oredict.OreIngredient@54d684f8, net.minecraftforge.oredict.OreIngredient@54d684f8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@54d684f8, net.minecraftforge.common.crafting.CompoundIngredient@38b5836e, net.minecraftforge.oredict.OreIngredient@54d684f8]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2843 appliedenergistics2:network/blocks/controller RecipeStage{tier='five', recipe=1xtile.appliedenergistics2.controller@0:[net.minecraft.item.crafting.Ingredient@1cf19398, net.minecraft.item.crafting.Ingredient@306ae759, net.minecraft.item.crafting.Ingredient@1cf19398, net.minecraft.item.crafting.Ingredient@306ae759, net.minecraft.item.crafting.Ingredient@5eec3843, net.minecraft.item.crafting.Ingredient@306ae759, net.minecraft.item.crafting.Ingredient@1cf19398, net.minecraft.item.crafting.Ingredient@306ae759, net.minecraft.item.crafting.Ingredient@1cf19398]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2844 appliedenergistics2:network/blocks/cell_workbench RecipeStage{tier='five', recipe=1xtile.appliedenergistics2.cell_workbench@0:[net.minecraftforge.common.crafting.CompoundIngredient@7f6c21ce, net.minecraft.item.crafting.Ingredient@31cfd111, net.minecraftforge.common.crafting.CompoundIngredient@7f6c21ce, net.minecraftforge.oredict.OreIngredient@654ecc5, net.minecraftforge.oredict.OreIngredient@35599475, net.minecraftforge.oredict.OreIngredient@654ecc5, net.minecraftforge.oredict.OreIngredient@654ecc5, net.minecraftforge.oredict.OreIngredient@654ecc5, net.minecraftforge.oredict.OreIngredient@654ecc5]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2845 appliedenergistics2:misc/vanilla_daylight_detector RecipeStage{tier='three', recipe=1xtile.daylightDetector@0:[net.minecraftforge.common.crafting.CompoundIngredient@5ee45da6, net.minecraftforge.common.crafting.CompoundIngredient@5ee45da6, net.minecraftforge.common.crafting.CompoundIngredient@5ee45da6, net.minecraftforge.common.crafting.CompoundIngredient@5dfe0362, net.minecraftforge.common.crafting.CompoundIngredient@5dfe0362, net.minecraftforge.common.crafting.CompoundIngredient@5dfe0362, net.minecraftforge.oredict.OreIngredient@7e20cc6c, net.minecraftforge.oredict.OreIngredient@7e20cc6c, net.minecraftforge.oredict.OreIngredient@7e20cc6c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2846 appliedenergistics2:misc/vanilla_comparator RecipeStage{tier='three', recipe=1xitem.comparator@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4f90ed21, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4f90ed21, net.minecraftforge.common.crafting.CompoundIngredient@5dfe0362, net.minecraft.item.crafting.Ingredient@4f90ed21, net.minecraftforge.oredict.OreIngredient@355c5a30, net.minecraftforge.oredict.OreIngredient@355c5a30, net.minecraftforge.oredict.OreIngredient@355c5a30]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2847 appliedenergistics2:misc/tiny_tnt RecipeStage{tier='five', recipe=1xtile.appliedenergistics2.tiny_tnt@0:[net.minecraftforge.common.crafting.CompoundIngredient@2fca44ce, net.minecraft.item.crafting.Ingredient@23a3ed65, net.minecraft.item.crafting.Ingredient@23a3ed65, net.minecraftforge.common.crafting.CompoundIngredient@2fca44ce]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2848 appliedenergistics2:misc/seeds_nether net.minecraftforge.oredict.ShapelessOreRecipe@c2ce1fb +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2849 appliedenergistics2:misc/seeds_fluix net.minecraftforge.oredict.ShapelessOreRecipe@17550ba8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2850 appliedenergistics2:misc/seeds_certus net.minecraftforge.oredict.ShapelessOreRecipe@40f80c5a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2854 appliedenergistics2:misc/fluixpearl RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.material@9:[net.minecraftforge.oredict.OreIngredient@3c33a274, net.minecraftforge.common.crafting.CompoundIngredient@38b5836e, net.minecraftforge.oredict.OreIngredient@3c33a274, net.minecraftforge.common.crafting.CompoundIngredient@38b5836e, net.minecraft.item.crafting.Ingredient@65b7917, net.minecraftforge.common.crafting.CompoundIngredient@38b5836e, net.minecraftforge.oredict.OreIngredient@3c33a274, net.minecraftforge.common.crafting.CompoundIngredient@38b5836e, net.minecraftforge.oredict.OreIngredient@3c33a274]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2855 appliedenergistics2:misc/deconstruction_fluix_block RecipeStage{tier='four', recipe=4xitem.appliedenergistics2.material@7:[net.minecraft.item.crafting.Ingredient@38121909]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2856 appliedenergistics2:misc/deconstruction_certus_quartz_pillar RecipeStage{tier='four', recipe=4xitem.appliedenergistics2.material@0:[net.minecraft.item.crafting.Ingredient@438ca5fa]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2857 appliedenergistics2:misc/deconstruction_certus_quartz_block RecipeStage{tier='four', recipe=4xitem.appliedenergistics2.material@0:[net.minecraft.item.crafting.Ingredient@411468bc]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2858 appliedenergistics2:misc/deconstruction_certus_chiseled_quartz RecipeStage{tier='four', recipe=4xitem.appliedenergistics2.material@0:[net.minecraft.item.crafting.Ingredient@795845a0]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2859 appliedenergistics2:materials/formationcore RecipeStage{tier='four', recipe=2xitem.appliedenergistics2.material@43:[net.minecraftforge.common.crafting.CompoundIngredient@3fad9d16, net.minecraftforge.oredict.OreIngredient@5f5dde8, net.minecraft.item.crafting.Ingredient@27828ca7]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2860 appliedenergistics2:materials/cardspeed RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.material@30:[net.minecraft.item.crafting.Ingredient@637304ee, net.minecraftforge.common.crafting.CompoundIngredient@38b5836e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2861 appliedenergistics2:materials/cardredstone RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.material@26:[net.minecraft.item.crafting.Ingredient@34059465, net.minecraft.item.crafting.Ingredient@3f5a2b8b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2862 appliedenergistics2:materials/cardinverter RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.material@31:[net.minecraft.item.crafting.Ingredient@319c1298, net.minecraft.item.crafting.Ingredient@7e16d3c2]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2863 appliedenergistics2:materials/cardfuzzy RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.material@29:[net.minecraft.item.crafting.Ingredient@f487795, net.minecraftforge.common.crafting.CompoundIngredient@7f6c21ce]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2864 appliedenergistics2:materials/cardcrafting RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.material@53:[net.minecraftforge.oredict.OreIngredient@5d23a4a5, net.minecraft.item.crafting.Ingredient@19a33873]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2865 appliedenergistics2:materials/cardcapacity RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.material@27:[net.minecraftforge.common.crafting.CompoundIngredient@3fad9d16, net.minecraft.item.crafting.Ingredient@326ba619]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2866 appliedenergistics2:materials/basiccard RecipeStage{tier='five', recipe=2xitem.appliedenergistics2.material@25:[net.minecraftforge.oredict.OreIngredient@1eb25077, net.minecraftforge.oredict.OreIngredient@39768e5e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5004850, net.minecraft.item.crafting.Ingredient@5d3ca7e9, net.minecraftforge.oredict.OreIngredient@39768e5e, net.minecraftforge.oredict.OreIngredient@1eb25077, net.minecraftforge.oredict.OreIngredient@39768e5e, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2867 appliedenergistics2:materials/annihilationcore RecipeStage{tier='four', recipe=2xitem.appliedenergistics2.material@44:[net.minecraftforge.common.crafting.CompoundIngredient@5dfe0362, net.minecraftforge.oredict.OreIngredient@63f662ee, net.minecraft.item.crafting.Ingredient@1d8e5e58]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2868 appliedenergistics2:materials/advancedcard RecipeStage{tier='five', recipe=2xitem.appliedenergistics2.material@28:[net.minecraftforge.oredict.OreIngredient@401654b4, net.minecraftforge.oredict.OreIngredient@4068a2fc, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6ab8740a, net.minecraft.item.crafting.Ingredient@35b6749e, net.minecraftforge.oredict.OreIngredient@4068a2fc, net.minecraftforge.oredict.OreIngredient@401654b4, net.minecraftforge.oredict.OreIngredient@4068a2fc, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2869 appliedenergistics2:decorative/stairs_smooth_sky_stone RecipeStage{tier='five', recipe=4xtile.appliedenergistics2.smooth_sky_stone_stairs@0:[net.minecraft.item.crafting.Ingredient@6da8aaa3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6da8aaa3, net.minecraft.item.crafting.Ingredient@6da8aaa3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6da8aaa3, net.minecraft.item.crafting.Ingredient@6da8aaa3, net.minecraft.item.crafting.Ingredient@6da8aaa3]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2870 appliedenergistics2:decorative/stairs_sky_stone_small_brick RecipeStage{tier='five', recipe=4xtile.appliedenergistics2.sky_stone_small_brick_stairs@0:[net.minecraft.item.crafting.Ingredient@6f05ef83, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6f05ef83, net.minecraft.item.crafting.Ingredient@6f05ef83, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6f05ef83, net.minecraft.item.crafting.Ingredient@6f05ef83, net.minecraft.item.crafting.Ingredient@6f05ef83]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2871 appliedenergistics2:decorative/stairs_sky_stone_brick RecipeStage{tier='five', recipe=4xtile.appliedenergistics2.sky_stone_brick_stairs@0:[net.minecraft.item.crafting.Ingredient@a7d6a96, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@a7d6a96, net.minecraft.item.crafting.Ingredient@a7d6a96, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@a7d6a96, net.minecraft.item.crafting.Ingredient@a7d6a96, net.minecraft.item.crafting.Ingredient@a7d6a96]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2872 appliedenergistics2:decorative/stairs_sky_stone RecipeStage{tier='five', recipe=4xtile.appliedenergistics2.sky_stone_stairs@0:[net.minecraft.item.crafting.Ingredient@2241d81a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2241d81a, net.minecraft.item.crafting.Ingredient@2241d81a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2241d81a, net.minecraft.item.crafting.Ingredient@2241d81a, net.minecraft.item.crafting.Ingredient@2241d81a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2873 appliedenergistics2:decorative/stairs_quartz_pillar RecipeStage{tier='four', recipe=4xtile.appliedenergistics2.quartz_pillar_stairs@0:[net.minecraft.item.crafting.Ingredient@67e87486, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@67e87486, net.minecraft.item.crafting.Ingredient@67e87486, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@67e87486, net.minecraft.item.crafting.Ingredient@67e87486, net.minecraft.item.crafting.Ingredient@67e87486]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2874 appliedenergistics2:decorative/stairs_quartz RecipeStage{tier='four', recipe=4xtile.appliedenergistics2.quartz_stairs@0:[net.minecraft.item.crafting.Ingredient@29936306, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@29936306, net.minecraft.item.crafting.Ingredient@29936306, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@29936306, net.minecraft.item.crafting.Ingredient@29936306, net.minecraft.item.crafting.Ingredient@29936306]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2875 appliedenergistics2:decorative/stairs_fluix RecipeStage{tier='four', recipe=4xtile.appliedenergistics2.fluix_stairs@0:[net.minecraft.item.crafting.Ingredient@56f0489, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@56f0489, net.minecraft.item.crafting.Ingredient@56f0489, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@56f0489, net.minecraft.item.crafting.Ingredient@56f0489, net.minecraft.item.crafting.Ingredient@56f0489]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2876 appliedenergistics2:decorative/stairs_chiseled_quartz RecipeStage{tier='four', recipe=4xtile.appliedenergistics2.chiseled_quartz_stairs@0:[net.minecraft.item.crafting.Ingredient@50e94d00, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@50e94d00, net.minecraft.item.crafting.Ingredient@50e94d00, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@50e94d00, net.minecraft.item.crafting.Ingredient@50e94d00, net.minecraft.item.crafting.Ingredient@50e94d00]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2877 appliedenergistics2:decorative/slabs_smooth_sky_stone RecipeStage{tier='five', recipe=6xtile.appliedenergistics2.smooth_sky_stone_slab@0:[net.minecraft.item.crafting.Ingredient@749ca612, net.minecraft.item.crafting.Ingredient@749ca612, net.minecraft.item.crafting.Ingredient@749ca612]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2878 appliedenergistics2:decorative/slabs_sky_stone_small_brick RecipeStage{tier='five', recipe=6xtile.appliedenergistics2.sky_stone_small_brick_slab@0:[net.minecraft.item.crafting.Ingredient@7d015b7c, net.minecraft.item.crafting.Ingredient@7d015b7c, net.minecraft.item.crafting.Ingredient@7d015b7c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2879 appliedenergistics2:decorative/slabs_sky_stone_brick RecipeStage{tier='five', recipe=6xtile.appliedenergistics2.sky_stone_brick_slab@0:[net.minecraft.item.crafting.Ingredient@147aac41, net.minecraft.item.crafting.Ingredient@147aac41, net.minecraft.item.crafting.Ingredient@147aac41]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2880 appliedenergistics2:decorative/slabs_sky_stone RecipeStage{tier='five', recipe=6xtile.appliedenergistics2.sky_stone_slab@0:[net.minecraft.item.crafting.Ingredient@1d863941, net.minecraft.item.crafting.Ingredient@1d863941, net.minecraft.item.crafting.Ingredient@1d863941]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2881 appliedenergistics2:decorative/slabs_quartz_pillar RecipeStage{tier='four', recipe=6xtile.appliedenergistics2.quartz_pillar_slab@0:[net.minecraft.item.crafting.Ingredient@757a0e45, net.minecraft.item.crafting.Ingredient@757a0e45, net.minecraft.item.crafting.Ingredient@757a0e45]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2882 appliedenergistics2:decorative/slabs_quartz RecipeStage{tier='four', recipe=6xtile.appliedenergistics2.quartz_slab@0:[net.minecraft.item.crafting.Ingredient@3ea5bc7c, net.minecraft.item.crafting.Ingredient@3ea5bc7c, net.minecraft.item.crafting.Ingredient@3ea5bc7c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2883 appliedenergistics2:decorative/slabs_fluix RecipeStage{tier='four', recipe=6xtile.appliedenergistics2.fluix_slab@0:[net.minecraft.item.crafting.Ingredient@13d2dbad, net.minecraft.item.crafting.Ingredient@13d2dbad, net.minecraft.item.crafting.Ingredient@13d2dbad]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2884 appliedenergistics2:decorative/slabs_chiseled_quartz RecipeStage{tier='four', recipe=6xtile.appliedenergistics2.chiseled_quartz_slab@0:[net.minecraft.item.crafting.Ingredient@55d14c6c, net.minecraft.item.crafting.Ingredient@55d14c6c, net.minecraft.item.crafting.Ingredient@55d14c6c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2885 appliedenergistics2:decorative/sky_stone_smooth RecipeStage{tier='five', recipe=1xtile.appliedenergistics2.smooth_sky_stone_block@0:[net.minecraft.item.crafting.Ingredient@745c3bee]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2886 appliedenergistics2:decorative/sky_stone_small_brick RecipeStage{tier='five', recipe=1xtile.appliedenergistics2.sky_stone_small_brick@0:[net.minecraft.item.crafting.Ingredient@fcfb721]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2887 appliedenergistics2:decorative/sky_stone_brick RecipeStage{tier='five', recipe=1xtile.appliedenergistics2.sky_stone_brick@0:[net.minecraft.item.crafting.Ingredient@2f5d5e49]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2888 appliedenergistics2:decorative/quartz_vibrant_glass RecipeStage{tier='four', recipe=1xtile.appliedenergistics2.quartz_vibrant_glass@0:[net.minecraft.item.crafting.Ingredient@31e81f48, net.minecraft.item.crafting.Ingredient@3751927f, net.minecraft.item.crafting.Ingredient@31e81f48]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2890 appliedenergistics2:decorative/quartz_fixture RecipeStage{tier='four', recipe=2xtile.appliedenergistics2.quartz_fixture@0:[net.minecraft.item.crafting.Ingredient@1be960eb, net.minecraft.item.crafting.Ingredient@5e50c735]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2891 appliedenergistics2:decorative/quartz_block_pure RecipeStage{tier='three', recipe=1xtile.quartzBlock@0:[net.minecraft.item.crafting.Ingredient@7476e4cc, net.minecraft.item.crafting.Ingredient@7476e4cc, net.minecraft.item.crafting.Ingredient@7476e4cc, net.minecraft.item.crafting.Ingredient@7476e4cc, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7476e4cc, net.minecraft.item.crafting.Ingredient@7476e4cc, net.minecraft.item.crafting.Ingredient@7476e4cc, net.minecraft.item.crafting.Ingredient@7476e4cc]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2892 appliedenergistics2:decorative/light_detector RecipeStage{tier='four', recipe=1xtile.appliedenergistics2.light_detector@0:[net.minecraftforge.common.crafting.CompoundIngredient@5dfe0362, net.minecraft.item.crafting.Ingredient@4e05ba1e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2893 appliedenergistics2:decorative/fluix_block_pure RecipeStage{tier='four', recipe=1xtile.appliedenergistics2.fluix_block@0:[net.minecraft.item.crafting.Ingredient@13286d5d, net.minecraft.item.crafting.Ingredient@13286d5d, net.minecraft.item.crafting.Ingredient@13286d5d, net.minecraft.item.crafting.Ingredient@13286d5d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@13286d5d, net.minecraft.item.crafting.Ingredient@13286d5d, net.minecraft.item.crafting.Ingredient@13286d5d, net.minecraft.item.crafting.Ingredient@13286d5d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2894 appliedenergistics2:decorative/fluix_block RecipeStage{tier='four', recipe=1xtile.appliedenergistics2.fluix_block@0:[net.minecraftforge.oredict.OreIngredient@3350dd7c, net.minecraftforge.oredict.OreIngredient@3350dd7c, net.minecraftforge.oredict.OreIngredient@3350dd7c, net.minecraftforge.oredict.OreIngredient@3350dd7c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2895 appliedenergistics2:decorative/chiseled_quartz_block RecipeStage{tier='four', recipe=2xtile.appliedenergistics2.chiseled_quartz_block@0:[net.minecraft.item.crafting.Ingredient@63f28271, net.minecraft.item.crafting.Ingredient@63f28271]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2896 appliedenergistics2:decorative/certus_quartz_pillar RecipeStage{tier='four', recipe=2xtile.appliedenergistics2.quartz_pillar@0:[net.minecraft.item.crafting.Ingredient@e6a1c4b, net.minecraft.item.crafting.Ingredient@e6a1c4b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2897 appliedenergistics2:decorative/certus_quartz_block_pure RecipeStage{tier='four', recipe=1xtile.appliedenergistics2.quartz_block@0:[net.minecraft.item.crafting.Ingredient@1c3afdb3, net.minecraft.item.crafting.Ingredient@1c3afdb3, net.minecraft.item.crafting.Ingredient@1c3afdb3, net.minecraft.item.crafting.Ingredient@1c3afdb3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1c3afdb3, net.minecraft.item.crafting.Ingredient@1c3afdb3, net.minecraft.item.crafting.Ingredient@1c3afdb3, net.minecraft.item.crafting.Ingredient@1c3afdb3]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2898 appliedenergistics2:decorative/certus_quartz_block RecipeStage{tier='four', recipe=1xtile.appliedenergistics2.quartz_block@0:[net.minecraftforge.oredict.OreIngredient@3965aefd, net.minecraftforge.oredict.OreIngredient@3965aefd, net.minecraftforge.oredict.OreIngredient@3965aefd, net.minecraftforge.oredict.OreIngredient@3965aefd]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2903 betterwithaddons:yumi_top RecipeStage{tier='three', recipe=1xitem.japanmat@18:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@e93109e, net.minecraft.item.crafting.Ingredient@e93109e, net.minecraftforge.oredict.OreIngredient@2a6ea2b0, net.minecraft.item.crafting.Ingredient@e93109e, net.minecraftforge.oredict.OreIngredient@6e7938c5]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2904 betterwithaddons:yumi_bottom RecipeStage{tier='three', recipe=1xitem.japanmat@19:[net.minecraft.item.crafting.Ingredient@186ed36e, net.minecraftforge.oredict.OreIngredient@701678b5, net.minecraft.item.crafting.Ingredient@186ed36e, net.minecraftforge.oredict.OreIngredient@13bdb9c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@186ed36e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2905 betterwithaddons:ya_head RecipeStage{tier='three', recipe=1xitem.japanmat@17:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6041b837, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@63689520, net.minecraftforge.oredict.OreIngredient@63689520, net.minecraftforge.oredict.OreIngredient@6041b837, net.minecraftforge.oredict.OreIngredient@6041b837, net.minecraftforge.oredict.OreIngredient@6041b837]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2906 betterwithaddons:wrought_lantern RecipeStage{tier='three', recipe=1xtile.wrought_lamp@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6ad7e15f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6ad7e15f, net.minecraft.item.crafting.Ingredient@68475d2b, net.minecraft.item.crafting.Ingredient@6ad7e15f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6ad7e15f, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2930 betterwithaddons:whitebrick_mossy RecipeStage{tier='two', recipe=1xtile.whitebrick@1:[net.minecraft.item.crafting.Ingredient@54ddf8c1, net.minecraftforge.oredict.OreIngredient@434d940d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2931 betterwithaddons:whitebrick RecipeStage{tier='two', recipe=4xtile.whitebrick@0:[net.minecraft.item.crafting.Ingredient@1e452d73, net.minecraft.item.crafting.Ingredient@1e452d73, net.minecraft.item.crafting.Ingredient@1e452d73, net.minecraft.item.crafting.Ingredient@1e452d73]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2932 betterwithaddons:weight_wood RecipeStage{tier='one', recipe=1xtile.weight_wood@0:[net.minecraftforge.oredict.OreIngredient@55f077ae, net.minecraftforge.oredict.OreIngredient@6da57f97, net.minecraftforge.oredict.OreIngredient@55f077ae, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@751b12c3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@55f077ae, net.minecraft.item.crafting.Ingredient@40e05776, net.minecraftforge.oredict.OreIngredient@55f077ae]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2933 betterwithaddons:weight_stone RecipeStage{tier='one', recipe=1xtile.weight_stone@0:[net.minecraftforge.oredict.OreIngredient@121892b6, net.minecraftforge.oredict.OreIngredient@574c5b9c, net.minecraftforge.oredict.OreIngredient@121892b6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@58a80217, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@121892b6, net.minecraft.item.crafting.Ingredient@3b145eae, net.minecraftforge.oredict.OreIngredient@121892b6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2938 betterwithaddons:unbaked_mushroom_pie RecipeStage{tier='two', recipe=1xtile.unbaked@2:[net.minecraft.item.crafting.Ingredient@1877039e, net.minecraft.item.crafting.Ingredient@76005c6c, net.minecraft.item.crafting.Ingredient@7537783e, net.minecraft.item.crafting.Ingredient@5f7621dc, net.minecraftforge.oredict.OreIngredient@7fbda25f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2939 betterwithaddons:unbaked_melon_pie RecipeStage{tier='two', recipe=1xtile.unbaked@0:[net.minecraft.item.crafting.Ingredient@39394cf1, net.minecraft.item.crafting.Ingredient@61dc449c, net.minecraft.item.crafting.Ingredient@34f266d9, net.minecraft.item.crafting.Ingredient@3a1c0cdf, net.minecraftforge.oredict.OreIngredient@49b181a9]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2940 betterwithaddons:unbaked_meat_pie RecipeStage{tier='two', recipe=1xtile.unbaked@1:[net.minecraft.item.crafting.Ingredient@72f05786, net.minecraft.item.crafting.Ingredient@6e03ca93, net.minecraft.item.crafting.Ingredient@4eb6bd35, net.minecraft.item.crafting.Ingredient@30618168, net.minecraftforge.oredict.OreIngredient@405dac85]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2941 betterwithaddons:unbaked_amanita_pie RecipeStage{tier='two', recipe=1xtile.unbaked@3:[net.minecraft.item.crafting.Ingredient@5a1cfc42, net.minecraft.item.crafting.Ingredient@3f895e97, net.minecraft.item.crafting.Ingredient@30011eb, net.minecraft.item.crafting.Ingredient@36c0bbf6, net.minecraftforge.oredict.OreIngredient@b83af80]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2942 betterwithaddons:tsuka RecipeStage{tier='three', recipe=1xitem.japanmat@15:[net.minecraftforge.oredict.OreIngredient@5842ae55, net.minecraftforge.oredict.OreIngredient@5842ae55, net.minecraftforge.oredict.OreIngredient@5842ae55, net.minecraftforge.oredict.OreIngredient@7f42aff1, net.minecraftforge.oredict.OreIngredient@7f42aff1, net.minecraftforge.common.crafting.CompoundIngredient@6e743605]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2944 betterwithaddons:tamahagane_wrapped RecipeStage{tier='three', recipe=1xitem.japanmat@25:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2c3139e1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2c3139e1, net.minecraft.item.crafting.Ingredient@df7309c, net.minecraft.item.crafting.Ingredient@2c3139e1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2c3139e1, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2945 betterwithaddons:tamahagane_folded RecipeStage{tier='three', recipe=1xitem.japanmat@22:[net.minecraft.item.crafting.Ingredient@766e3b77, net.minecraftforge.oredict.OreIngredient@7dba653e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2946 betterwithaddons:tamahagane_finished RecipeStage{tier='three', recipe=1xitem.japanmat@24:[net.minecraft.item.crafting.Ingredient@5d065e2b, net.minecraftforge.oredict.OreIngredient@635f606a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2948 betterwithaddons:soulsand_pile RecipeStage{tier='three', recipe=1xtile.hellsand@0:[net.minecraft.item.crafting.Ingredient@53d337e, net.minecraft.item.crafting.Ingredient@7fcda973, net.minecraft.item.crafting.Ingredient@f168fcf, net.minecraft.item.crafting.Ingredient@77e24a60]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2949 betterwithaddons:soulsand RecipeStage{tier='three', recipe=4xitem.soulsand_pile@0:[net.minecraft.item.crafting.Ingredient@57bbf67e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2950 betterwithaddons:shoji RecipeStage{tier='one', recipe=4xtile.shoji@0:[net.minecraft.item.crafting.Ingredient@2244b767, net.minecraft.item.crafting.Ingredient@282abb42, net.minecraft.item.crafting.Ingredient@2244b767, net.minecraft.item.crafting.Ingredient@282abb42, net.minecraft.item.crafting.Ingredient@2244b767, net.minecraft.item.crafting.Ingredient@282abb42, net.minecraft.item.crafting.Ingredient@2244b767, net.minecraft.item.crafting.Ingredient@282abb42, net.minecraft.item.crafting.Ingredient@2244b767]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2951 betterwithaddons:scaffold RecipeStage{tier='one', recipe=1xtile.scaffold@0:[net.minecraft.item.crafting.Ingredient@73453ea7, net.minecraft.item.crafting.Ingredient@3829f8e9]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2952 betterwithaddons:rice_bowl RecipeStage{tier='disabled', recipe=1xitem.food_bowl_rice@0:[net.minecraft.item.crafting.Ingredient@51687d21, net.minecraft.item.crafting.Ingredient@51687d21, net.minecraft.item.crafting.Ingredient@3171e61c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2955 betterwithaddons:paper_wall RecipeStage{tier='two', recipe=6xtile.paper_wall@0:[net.minecraft.item.crafting.Ingredient@7c4f7e07, type:MOULDING parent:[1xtile.wood@0, 1xtile.wood@1, 1xtile.wood@2, 1xtile.wood@3, 1xtile.wood@4, 1xtile.wood@5, 1xtile.rustic.planks@0, 1xtile.rustic.planks@1, 1xtile.rustic.painted_wood_black@0, 1xtile.rustic.painted_wood_blue@0, 1xtile.rustic.painted_wood_brown@0, 1xtile.rustic.painted_wood_cyan@0, 1xtile.rustic.painted_wood_gray@0, 1xtile.rustic.painted_wood_green@0, 1xtile.rustic.painted_wood_light_blue@0, 1xtile.rustic.painted_wood_lime@0, 1xtile.rustic.painted_wood_magenta@0, 1xtile.rustic.painted_wood_orange@0, 1xtile.rustic.painted_wood_pink@0, 1xtile.rustic.painted_wood_purple@0, 1xtile.rustic.painted_wood_red@0, 1xtile.rustic.painted_wood_silver@0, 1xtile.rustic.painted_wood_white@0, 1xtile.rustic.painted_wood_yellow@0, 1xtile.chisel.planks-oak@0, 1xtile.chisel.planks-oak@1, 1xtile.chisel.planks-oak@2, 1xtile.chisel.planks-oak@3, 1xtile.chisel.planks-oak@4, 1xtile.chisel.planks-oak@5, 1xtile.chisel.planks-oak@6, 1xtile.chisel.planks-oak@7, 1xtile.chisel.planks-oak@8, 1xtile.chisel.planks-oak@9, 1xtile.chisel.planks-oak@10, 1xtile.chisel.planks-oak@11, 1xtile.chisel.planks-oak@12, 1xtile.chisel.planks-oak@13, 1xtile.chisel.planks-oak@14, 1xtile.chisel.planks-spruce@0, 1xtile.chisel.planks-spruce@1, 1xtile.chisel.planks-spruce@2, 1xtile.chisel.planks-spruce@3, 1xtile.chisel.planks-spruce@4, 1xtile.chisel.planks-spruce@5, 1xtile.chisel.planks-spruce@6, 1xtile.chisel.planks-spruce@7, 1xtile.chisel.planks-spruce@8, 1xtile.chisel.planks-spruce@9, 1xtile.chisel.planks-spruce@10, 1xtile.chisel.planks-spruce@11, 1xtile.chisel.planks-spruce@12, 1xtile.chisel.planks-spruce@13, 1xtile.chisel.planks-spruce@14, 1xtile.chisel.planks-birch@0, 1xtile.chisel.planks-birch@1, 1xtile.chisel.planks-birch@2, 1xtile.chisel.planks-birch@3, 1xtile.chisel.planks-birch@4, 1xtile.chisel.planks-birch@5, 1xtile.chisel.planks-birch@6, 1xtile.chisel.planks-birch@7, 1xtile.chisel.planks-birch@8, 1xtile.chisel.planks-birch@9, 1xtile.chisel.planks-birch@10, 1xtile.chisel.planks-birch@11, 1xtile.chisel.planks-birch@12, 1xtile.chisel.planks-birch@13, 1xtile.chisel.planks-birch@14, 1xtile.chisel.planks-jungle@0, 1xtile.chisel.planks-jungle@1, 1xtile.chisel.planks-jungle@2, 1xtile.chisel.planks-jungle@3, 1xtile.chisel.planks-jungle@4, 1xtile.chisel.planks-jungle@5, 1xtile.chisel.planks-jungle@6, 1xtile.chisel.planks-jungle@7, 1xtile.chisel.planks-jungle@8, 1xtile.chisel.planks-jungle@9, 1xtile.chisel.planks-jungle@10, 1xtile.chisel.planks-jungle@11, 1xtile.chisel.planks-jungle@12, 1xtile.chisel.planks-jungle@13, 1xtile.chisel.planks-jungle@14, 1xtile.chisel.planks-acacia@0, 1xtile.chisel.planks-acacia@1, 1xtile.chisel.planks-acacia@2, 1xtile.chisel.planks-acacia@3, 1xtile.chisel.planks-acacia@4, 1xtile.chisel.planks-acacia@5, 1xtile.chisel.planks-acacia@6, 1xtile.chisel.planks-acacia@7, 1xtile.chisel.planks-acacia@8, 1xtile.chisel.planks-acacia@9, 1xtile.chisel.planks-acacia@10, 1xtile.chisel.planks-acacia@11, 1xtile.chisel.planks-acacia@12, 1xtile.chisel.planks-acacia@13, 1xtile.chisel.planks-acacia@14, 1xtile.chisel.planks-dark-oak@0, 1xtile.chisel.planks-dark-oak@1, 1xtile.chisel.planks-dark-oak@2, 1xtile.chisel.planks-dark-oak@3, 1xtile.chisel.planks-dark-oak@4, 1xtile.chisel.planks-dark-oak@5, 1xtile.chisel.planks-dark-oak@6, 1xtile.chisel.planks-dark-oak@7, 1xtile.chisel.planks-dark-oak@8, 1xtile.chisel.planks-dark-oak@9, 1xtile.chisel.planks-dark-oak@10, 1xtile.chisel.planks-dark-oak@11, 1xtile.chisel.planks-dark-oak@12, 1xtile.chisel.planks-dark-oak@13, 1xtile.chisel.planks-dark-oak@14, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8, 1xtile.natura.nether_planks@0, 1xtile.natura.nether_planks@1, 1xtile.natura.nether_planks@2, 1xtile.natura.nether_planks@3, 1xtile.planks_sakura@0, 1xtile.planks_mulberry@0, 1xtile.blocks.integrateddynamics.menril_planks@0, 1xtile.primal.planks@0, 1xtile.primal.planks@1, 1xtile.primal.planks@2, 1xtile.primal.planks@3, 1xtile.dltplank@0, 1xtile.dreadplanks@0, 1xtile.thebetweenlands.weedwood_planks@0, 1xtile.thebetweenlands.rubber_tree_planks@0, 1xtile.thebetweenlands.giant_root_planks@0, 1xtile.thebetweenlands.hearthgrove_planks@0, 1xtile.thebetweenlands.nibbletwig_planks@0, 1xtile.twilightforest.TowerStone@0, 1xtile.twilightforest.TowerStone@1, 1xtile.twilightforest.TowerStone@2, 1xtile.twilightforest.TowerStone@3, 1xtile.twilightforest.TowerStone@4, 1xtile.totemic:cedar_plank@0, 1xtile.traverse:fir_planks@0, 1xtile.kepler22b_planks.0@0, 1xtile.primal.planks@0, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8], net.minecraft.item.crafting.Ingredient@7c4f7e07, net.minecraft.item.crafting.Ingredient@7c4f7e07, net.minecraft.item.crafting.Ingredient@7c4f7e07, net.minecraft.item.crafting.Ingredient@7c4f7e07, net.minecraft.item.crafting.Ingredient@7c4f7e07, type:MOULDING parent:[1xtile.wood@0, 1xtile.wood@1, 1xtile.wood@2, 1xtile.wood@3, 1xtile.wood@4, 1xtile.wood@5, 1xtile.rustic.planks@0, 1xtile.rustic.planks@1, 1xtile.rustic.painted_wood_black@0, 1xtile.rustic.painted_wood_blue@0, 1xtile.rustic.painted_wood_brown@0, 1xtile.rustic.painted_wood_cyan@0, 1xtile.rustic.painted_wood_gray@0, 1xtile.rustic.painted_wood_green@0, 1xtile.rustic.painted_wood_light_blue@0, 1xtile.rustic.painted_wood_lime@0, 1xtile.rustic.painted_wood_magenta@0, 1xtile.rustic.painted_wood_orange@0, 1xtile.rustic.painted_wood_pink@0, 1xtile.rustic.painted_wood_purple@0, 1xtile.rustic.painted_wood_red@0, 1xtile.rustic.painted_wood_silver@0, 1xtile.rustic.painted_wood_white@0, 1xtile.rustic.painted_wood_yellow@0, 1xtile.chisel.planks-oak@0, 1xtile.chisel.planks-oak@1, 1xtile.chisel.planks-oak@2, 1xtile.chisel.planks-oak@3, 1xtile.chisel.planks-oak@4, 1xtile.chisel.planks-oak@5, 1xtile.chisel.planks-oak@6, 1xtile.chisel.planks-oak@7, 1xtile.chisel.planks-oak@8, 1xtile.chisel.planks-oak@9, 1xtile.chisel.planks-oak@10, 1xtile.chisel.planks-oak@11, 1xtile.chisel.planks-oak@12, 1xtile.chisel.planks-oak@13, 1xtile.chisel.planks-oak@14, 1xtile.chisel.planks-spruce@0, 1xtile.chisel.planks-spruce@1, 1xtile.chisel.planks-spruce@2, 1xtile.chisel.planks-spruce@3, 1xtile.chisel.planks-spruce@4, 1xtile.chisel.planks-spruce@5, 1xtile.chisel.planks-spruce@6, 1xtile.chisel.planks-spruce@7, 1xtile.chisel.planks-spruce@8, 1xtile.chisel.planks-spruce@9, 1xtile.chisel.planks-spruce@10, 1xtile.chisel.planks-spruce@11, 1xtile.chisel.planks-spruce@12, 1xtile.chisel.planks-spruce@13, 1xtile.chisel.planks-spruce@14, 1xtile.chisel.planks-birch@0, 1xtile.chisel.planks-birch@1, 1xtile.chisel.planks-birch@2, 1xtile.chisel.planks-birch@3, 1xtile.chisel.planks-birch@4, 1xtile.chisel.planks-birch@5, 1xtile.chisel.planks-birch@6, 1xtile.chisel.planks-birch@7, 1xtile.chisel.planks-birch@8, 1xtile.chisel.planks-birch@9, 1xtile.chisel.planks-birch@10, 1xtile.chisel.planks-birch@11, 1xtile.chisel.planks-birch@12, 1xtile.chisel.planks-birch@13, 1xtile.chisel.planks-birch@14, 1xtile.chisel.planks-jungle@0, 1xtile.chisel.planks-jungle@1, 1xtile.chisel.planks-jungle@2, 1xtile.chisel.planks-jungle@3, 1xtile.chisel.planks-jungle@4, 1xtile.chisel.planks-jungle@5, 1xtile.chisel.planks-jungle@6, 1xtile.chisel.planks-jungle@7, 1xtile.chisel.planks-jungle@8, 1xtile.chisel.planks-jungle@9, 1xtile.chisel.planks-jungle@10, 1xtile.chisel.planks-jungle@11, 1xtile.chisel.planks-jungle@12, 1xtile.chisel.planks-jungle@13, 1xtile.chisel.planks-jungle@14, 1xtile.chisel.planks-acacia@0, 1xtile.chisel.planks-acacia@1, 1xtile.chisel.planks-acacia@2, 1xtile.chisel.planks-acacia@3, 1xtile.chisel.planks-acacia@4, 1xtile.chisel.planks-acacia@5, 1xtile.chisel.planks-acacia@6, 1xtile.chisel.planks-acacia@7, 1xtile.chisel.planks-acacia@8, 1xtile.chisel.planks-acacia@9, 1xtile.chisel.planks-acacia@10, 1xtile.chisel.planks-acacia@11, 1xtile.chisel.planks-acacia@12, 1xtile.chisel.planks-acacia@13, 1xtile.chisel.planks-acacia@14, 1xtile.chisel.planks-dark-oak@0, 1xtile.chisel.planks-dark-oak@1, 1xtile.chisel.planks-dark-oak@2, 1xtile.chisel.planks-dark-oak@3, 1xtile.chisel.planks-dark-oak@4, 1xtile.chisel.planks-dark-oak@5, 1xtile.chisel.planks-dark-oak@6, 1xtile.chisel.planks-dark-oak@7, 1xtile.chisel.planks-dark-oak@8, 1xtile.chisel.planks-dark-oak@9, 1xtile.chisel.planks-dark-oak@10, 1xtile.chisel.planks-dark-oak@11, 1xtile.chisel.planks-dark-oak@12, 1xtile.chisel.planks-dark-oak@13, 1xtile.chisel.planks-dark-oak@14, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8, 1xtile.natura.nether_planks@0, 1xtile.natura.nether_planks@1, 1xtile.natura.nether_planks@2, 1xtile.natura.nether_planks@3, 1xtile.planks_sakura@0, 1xtile.planks_mulberry@0, 1xtile.blocks.integrateddynamics.menril_planks@0, 1xtile.primal.planks@0, 1xtile.primal.planks@1, 1xtile.primal.planks@2, 1xtile.primal.planks@3, 1xtile.dltplank@0, 1xtile.dreadplanks@0, 1xtile.thebetweenlands.weedwood_planks@0, 1xtile.thebetweenlands.rubber_tree_planks@0, 1xtile.thebetweenlands.giant_root_planks@0, 1xtile.thebetweenlands.hearthgrove_planks@0, 1xtile.thebetweenlands.nibbletwig_planks@0, 1xtile.twilightforest.TowerStone@0, 1xtile.twilightforest.TowerStone@1, 1xtile.twilightforest.TowerStone@2, 1xtile.twilightforest.TowerStone@3, 1xtile.twilightforest.TowerStone@4, 1xtile.totemic:cedar_plank@0, 1xtile.traverse:fir_planks@0, 1xtile.kepler22b_planks.0@0, 1xtile.primal.planks@0, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8], net.minecraft.item.crafting.Ingredient@7c4f7e07]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2956 betterwithaddons:paper_lantern RecipeStage{tier='zero', recipe=1xtile.wood_lamp@0:[net.minecraft.item.crafting.Ingredient@79195bbb, type:MOULDING parent:[1xtile.wood@0, 1xtile.wood@1, 1xtile.wood@2, 1xtile.wood@3, 1xtile.wood@4, 1xtile.wood@5, 1xtile.rustic.planks@0, 1xtile.rustic.planks@1, 1xtile.rustic.painted_wood_black@0, 1xtile.rustic.painted_wood_blue@0, 1xtile.rustic.painted_wood_brown@0, 1xtile.rustic.painted_wood_cyan@0, 1xtile.rustic.painted_wood_gray@0, 1xtile.rustic.painted_wood_green@0, 1xtile.rustic.painted_wood_light_blue@0, 1xtile.rustic.painted_wood_lime@0, 1xtile.rustic.painted_wood_magenta@0, 1xtile.rustic.painted_wood_orange@0, 1xtile.rustic.painted_wood_pink@0, 1xtile.rustic.painted_wood_purple@0, 1xtile.rustic.painted_wood_red@0, 1xtile.rustic.painted_wood_silver@0, 1xtile.rustic.painted_wood_white@0, 1xtile.rustic.painted_wood_yellow@0, 1xtile.chisel.planks-oak@0, 1xtile.chisel.planks-oak@1, 1xtile.chisel.planks-oak@2, 1xtile.chisel.planks-oak@3, 1xtile.chisel.planks-oak@4, 1xtile.chisel.planks-oak@5, 1xtile.chisel.planks-oak@6, 1xtile.chisel.planks-oak@7, 1xtile.chisel.planks-oak@8, 1xtile.chisel.planks-oak@9, 1xtile.chisel.planks-oak@10, 1xtile.chisel.planks-oak@11, 1xtile.chisel.planks-oak@12, 1xtile.chisel.planks-oak@13, 1xtile.chisel.planks-oak@14, 1xtile.chisel.planks-spruce@0, 1xtile.chisel.planks-spruce@1, 1xtile.chisel.planks-spruce@2, 1xtile.chisel.planks-spruce@3, 1xtile.chisel.planks-spruce@4, 1xtile.chisel.planks-spruce@5, 1xtile.chisel.planks-spruce@6, 1xtile.chisel.planks-spruce@7, 1xtile.chisel.planks-spruce@8, 1xtile.chisel.planks-spruce@9, 1xtile.chisel.planks-spruce@10, 1xtile.chisel.planks-spruce@11, 1xtile.chisel.planks-spruce@12, 1xtile.chisel.planks-spruce@13, 1xtile.chisel.planks-spruce@14, 1xtile.chisel.planks-birch@0, 1xtile.chisel.planks-birch@1, 1xtile.chisel.planks-birch@2, 1xtile.chisel.planks-birch@3, 1xtile.chisel.planks-birch@4, 1xtile.chisel.planks-birch@5, 1xtile.chisel.planks-birch@6, 1xtile.chisel.planks-birch@7, 1xtile.chisel.planks-birch@8, 1xtile.chisel.planks-birch@9, 1xtile.chisel.planks-birch@10, 1xtile.chisel.planks-birch@11, 1xtile.chisel.planks-birch@12, 1xtile.chisel.planks-birch@13, 1xtile.chisel.planks-birch@14, 1xtile.chisel.planks-jungle@0, 1xtile.chisel.planks-jungle@1, 1xtile.chisel.planks-jungle@2, 1xtile.chisel.planks-jungle@3, 1xtile.chisel.planks-jungle@4, 1xtile.chisel.planks-jungle@5, 1xtile.chisel.planks-jungle@6, 1xtile.chisel.planks-jungle@7, 1xtile.chisel.planks-jungle@8, 1xtile.chisel.planks-jungle@9, 1xtile.chisel.planks-jungle@10, 1xtile.chisel.planks-jungle@11, 1xtile.chisel.planks-jungle@12, 1xtile.chisel.planks-jungle@13, 1xtile.chisel.planks-jungle@14, 1xtile.chisel.planks-acacia@0, 1xtile.chisel.planks-acacia@1, 1xtile.chisel.planks-acacia@2, 1xtile.chisel.planks-acacia@3, 1xtile.chisel.planks-acacia@4, 1xtile.chisel.planks-acacia@5, 1xtile.chisel.planks-acacia@6, 1xtile.chisel.planks-acacia@7, 1xtile.chisel.planks-acacia@8, 1xtile.chisel.planks-acacia@9, 1xtile.chisel.planks-acacia@10, 1xtile.chisel.planks-acacia@11, 1xtile.chisel.planks-acacia@12, 1xtile.chisel.planks-acacia@13, 1xtile.chisel.planks-acacia@14, 1xtile.chisel.planks-dark-oak@0, 1xtile.chisel.planks-dark-oak@1, 1xtile.chisel.planks-dark-oak@2, 1xtile.chisel.planks-dark-oak@3, 1xtile.chisel.planks-dark-oak@4, 1xtile.chisel.planks-dark-oak@5, 1xtile.chisel.planks-dark-oak@6, 1xtile.chisel.planks-dark-oak@7, 1xtile.chisel.planks-dark-oak@8, 1xtile.chisel.planks-dark-oak@9, 1xtile.chisel.planks-dark-oak@10, 1xtile.chisel.planks-dark-oak@11, 1xtile.chisel.planks-dark-oak@12, 1xtile.chisel.planks-dark-oak@13, 1xtile.chisel.planks-dark-oak@14, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8, 1xtile.natura.nether_planks@0, 1xtile.natura.nether_planks@1, 1xtile.natura.nether_planks@2, 1xtile.natura.nether_planks@3, 1xtile.planks_sakura@0, 1xtile.planks_mulberry@0, 1xtile.blocks.integrateddynamics.menril_planks@0, 1xtile.primal.planks@0, 1xtile.primal.planks@1, 1xtile.primal.planks@2, 1xtile.primal.planks@3, 1xtile.dltplank@0, 1xtile.dreadplanks@0, 1xtile.thebetweenlands.weedwood_planks@0, 1xtile.thebetweenlands.rubber_tree_planks@0, 1xtile.thebetweenlands.giant_root_planks@0, 1xtile.thebetweenlands.hearthgrove_planks@0, 1xtile.thebetweenlands.nibbletwig_planks@0, 1xtile.twilightforest.TowerStone@0, 1xtile.twilightforest.TowerStone@1, 1xtile.twilightforest.TowerStone@2, 1xtile.twilightforest.TowerStone@3, 1xtile.twilightforest.TowerStone@4, 1xtile.totemic:cedar_plank@0, 1xtile.traverse:fir_planks@0, 1xtile.kepler22b_planks.0@0, 1xtile.primal.planks@0, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8], net.minecraft.item.crafting.Ingredient@79195bbb, type:MOULDING parent:[1xtile.wood@0, 1xtile.wood@1, 1xtile.wood@2, 1xtile.wood@3, 1xtile.wood@4, 1xtile.wood@5, 1xtile.rustic.planks@0, 1xtile.rustic.planks@1, 1xtile.rustic.painted_wood_black@0, 1xtile.rustic.painted_wood_blue@0, 1xtile.rustic.painted_wood_brown@0, 1xtile.rustic.painted_wood_cyan@0, 1xtile.rustic.painted_wood_gray@0, 1xtile.rustic.painted_wood_green@0, 1xtile.rustic.painted_wood_light_blue@0, 1xtile.rustic.painted_wood_lime@0, 1xtile.rustic.painted_wood_magenta@0, 1xtile.rustic.painted_wood_orange@0, 1xtile.rustic.painted_wood_pink@0, 1xtile.rustic.painted_wood_purple@0, 1xtile.rustic.painted_wood_red@0, 1xtile.rustic.painted_wood_silver@0, 1xtile.rustic.painted_wood_white@0, 1xtile.rustic.painted_wood_yellow@0, 1xtile.chisel.planks-oak@0, 1xtile.chisel.planks-oak@1, 1xtile.chisel.planks-oak@2, 1xtile.chisel.planks-oak@3, 1xtile.chisel.planks-oak@4, 1xtile.chisel.planks-oak@5, 1xtile.chisel.planks-oak@6, 1xtile.chisel.planks-oak@7, 1xtile.chisel.planks-oak@8, 1xtile.chisel.planks-oak@9, 1xtile.chisel.planks-oak@10, 1xtile.chisel.planks-oak@11, 1xtile.chisel.planks-oak@12, 1xtile.chisel.planks-oak@13, 1xtile.chisel.planks-oak@14, 1xtile.chisel.planks-spruce@0, 1xtile.chisel.planks-spruce@1, 1xtile.chisel.planks-spruce@2, 1xtile.chisel.planks-spruce@3, 1xtile.chisel.planks-spruce@4, 1xtile.chisel.planks-spruce@5, 1xtile.chisel.planks-spruce@6, 1xtile.chisel.planks-spruce@7, 1xtile.chisel.planks-spruce@8, 1xtile.chisel.planks-spruce@9, 1xtile.chisel.planks-spruce@10, 1xtile.chisel.planks-spruce@11, 1xtile.chisel.planks-spruce@12, 1xtile.chisel.planks-spruce@13, 1xtile.chisel.planks-spruce@14, 1xtile.chisel.planks-birch@0, 1xtile.chisel.planks-birch@1, 1xtile.chisel.planks-birch@2, 1xtile.chisel.planks-birch@3, 1xtile.chisel.planks-birch@4, 1xtile.chisel.planks-birch@5, 1xtile.chisel.planks-birch@6, 1xtile.chisel.planks-birch@7, 1xtile.chisel.planks-birch@8, 1xtile.chisel.planks-birch@9, 1xtile.chisel.planks-birch@10, 1xtile.chisel.planks-birch@11, 1xtile.chisel.planks-birch@12, 1xtile.chisel.planks-birch@13, 1xtile.chisel.planks-birch@14, 1xtile.chisel.planks-jungle@0, 1xtile.chisel.planks-jungle@1, 1xtile.chisel.planks-jungle@2, 1xtile.chisel.planks-jungle@3, 1xtile.chisel.planks-jungle@4, 1xtile.chisel.planks-jungle@5, 1xtile.chisel.planks-jungle@6, 1xtile.chisel.planks-jungle@7, 1xtile.chisel.planks-jungle@8, 1xtile.chisel.planks-jungle@9, 1xtile.chisel.planks-jungle@10, 1xtile.chisel.planks-jungle@11, 1xtile.chisel.planks-jungle@12, 1xtile.chisel.planks-jungle@13, 1xtile.chisel.planks-jungle@14, 1xtile.chisel.planks-acacia@0, 1xtile.chisel.planks-acacia@1, 1xtile.chisel.planks-acacia@2, 1xtile.chisel.planks-acacia@3, 1xtile.chisel.planks-acacia@4, 1xtile.chisel.planks-acacia@5, 1xtile.chisel.planks-acacia@6, 1xtile.chisel.planks-acacia@7, 1xtile.chisel.planks-acacia@8, 1xtile.chisel.planks-acacia@9, 1xtile.chisel.planks-acacia@10, 1xtile.chisel.planks-acacia@11, 1xtile.chisel.planks-acacia@12, 1xtile.chisel.planks-acacia@13, 1xtile.chisel.planks-acacia@14, 1xtile.chisel.planks-dark-oak@0, 1xtile.chisel.planks-dark-oak@1, 1xtile.chisel.planks-dark-oak@2, 1xtile.chisel.planks-dark-oak@3, 1xtile.chisel.planks-dark-oak@4, 1xtile.chisel.planks-dark-oak@5, 1xtile.chisel.planks-dark-oak@6, 1xtile.chisel.planks-dark-oak@7, 1xtile.chisel.planks-dark-oak@8, 1xtile.chisel.planks-dark-oak@9, 1xtile.chisel.planks-dark-oak@10, 1xtile.chisel.planks-dark-oak@11, 1xtile.chisel.planks-dark-oak@12, 1xtile.chisel.planks-dark-oak@13, 1xtile.chisel.planks-dark-oak@14, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8, 1xtile.natura.nether_planks@0, 1xtile.natura.nether_planks@1, 1xtile.natura.nether_planks@2, 1xtile.natura.nether_planks@3, 1xtile.planks_sakura@0, 1xtile.planks_mulberry@0, 1xtile.blocks.integrateddynamics.menril_planks@0, 1xtile.primal.planks@0, 1xtile.primal.planks@1, 1xtile.primal.planks@2, 1xtile.primal.planks@3, 1xtile.dltplank@0, 1xtile.dreadplanks@0, 1xtile.thebetweenlands.weedwood_planks@0, 1xtile.thebetweenlands.rubber_tree_planks@0, 1xtile.thebetweenlands.giant_root_planks@0, 1xtile.thebetweenlands.hearthgrove_planks@0, 1xtile.thebetweenlands.nibbletwig_planks@0, 1xtile.twilightforest.TowerStone@0, 1xtile.twilightforest.TowerStone@1, 1xtile.twilightforest.TowerStone@2, 1xtile.twilightforest.TowerStone@3, 1xtile.twilightforest.TowerStone@4, 1xtile.totemic:cedar_plank@0, 1xtile.traverse:fir_planks@0, 1xtile.kepler22b_planks.0@0, 1xtile.primal.planks@0, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8], net.minecraft.item.crafting.Ingredient@700bf54f, type:MOULDING parent:[1xtile.wood@0, 1xtile.wood@1, 1xtile.wood@2, 1xtile.wood@3, 1xtile.wood@4, 1xtile.wood@5, 1xtile.rustic.planks@0, 1xtile.rustic.planks@1, 1xtile.rustic.painted_wood_black@0, 1xtile.rustic.painted_wood_blue@0, 1xtile.rustic.painted_wood_brown@0, 1xtile.rustic.painted_wood_cyan@0, 1xtile.rustic.painted_wood_gray@0, 1xtile.rustic.painted_wood_green@0, 1xtile.rustic.painted_wood_light_blue@0, 1xtile.rustic.painted_wood_lime@0, 1xtile.rustic.painted_wood_magenta@0, 1xtile.rustic.painted_wood_orange@0, 1xtile.rustic.painted_wood_pink@0, 1xtile.rustic.painted_wood_purple@0, 1xtile.rustic.painted_wood_red@0, 1xtile.rustic.painted_wood_silver@0, 1xtile.rustic.painted_wood_white@0, 1xtile.rustic.painted_wood_yellow@0, 1xtile.chisel.planks-oak@0, 1xtile.chisel.planks-oak@1, 1xtile.chisel.planks-oak@2, 1xtile.chisel.planks-oak@3, 1xtile.chisel.planks-oak@4, 1xtile.chisel.planks-oak@5, 1xtile.chisel.planks-oak@6, 1xtile.chisel.planks-oak@7, 1xtile.chisel.planks-oak@8, 1xtile.chisel.planks-oak@9, 1xtile.chisel.planks-oak@10, 1xtile.chisel.planks-oak@11, 1xtile.chisel.planks-oak@12, 1xtile.chisel.planks-oak@13, 1xtile.chisel.planks-oak@14, 1xtile.chisel.planks-spruce@0, 1xtile.chisel.planks-spruce@1, 1xtile.chisel.planks-spruce@2, 1xtile.chisel.planks-spruce@3, 1xtile.chisel.planks-spruce@4, 1xtile.chisel.planks-spruce@5, 1xtile.chisel.planks-spruce@6, 1xtile.chisel.planks-spruce@7, 1xtile.chisel.planks-spruce@8, 1xtile.chisel.planks-spruce@9, 1xtile.chisel.planks-spruce@10, 1xtile.chisel.planks-spruce@11, 1xtile.chisel.planks-spruce@12, 1xtile.chisel.planks-spruce@13, 1xtile.chisel.planks-spruce@14, 1xtile.chisel.planks-birch@0, 1xtile.chisel.planks-birch@1, 1xtile.chisel.planks-birch@2, 1xtile.chisel.planks-birch@3, 1xtile.chisel.planks-birch@4, 1xtile.chisel.planks-birch@5, 1xtile.chisel.planks-birch@6, 1xtile.chisel.planks-birch@7, 1xtile.chisel.planks-birch@8, 1xtile.chisel.planks-birch@9, 1xtile.chisel.planks-birch@10, 1xtile.chisel.planks-birch@11, 1xtile.chisel.planks-birch@12, 1xtile.chisel.planks-birch@13, 1xtile.chisel.planks-birch@14, 1xtile.chisel.planks-jungle@0, 1xtile.chisel.planks-jungle@1, 1xtile.chisel.planks-jungle@2, 1xtile.chisel.planks-jungle@3, 1xtile.chisel.planks-jungle@4, 1xtile.chisel.planks-jungle@5, 1xtile.chisel.planks-jungle@6, 1xtile.chisel.planks-jungle@7, 1xtile.chisel.planks-jungle@8, 1xtile.chisel.planks-jungle@9, 1xtile.chisel.planks-jungle@10, 1xtile.chisel.planks-jungle@11, 1xtile.chisel.planks-jungle@12, 1xtile.chisel.planks-jungle@13, 1xtile.chisel.planks-jungle@14, 1xtile.chisel.planks-acacia@0, 1xtile.chisel.planks-acacia@1, 1xtile.chisel.planks-acacia@2, 1xtile.chisel.planks-acacia@3, 1xtile.chisel.planks-acacia@4, 1xtile.chisel.planks-acacia@5, 1xtile.chisel.planks-acacia@6, 1xtile.chisel.planks-acacia@7, 1xtile.chisel.planks-acacia@8, 1xtile.chisel.planks-acacia@9, 1xtile.chisel.planks-acacia@10, 1xtile.chisel.planks-acacia@11, 1xtile.chisel.planks-acacia@12, 1xtile.chisel.planks-acacia@13, 1xtile.chisel.planks-acacia@14, 1xtile.chisel.planks-dark-oak@0, 1xtile.chisel.planks-dark-oak@1, 1xtile.chisel.planks-dark-oak@2, 1xtile.chisel.planks-dark-oak@3, 1xtile.chisel.planks-dark-oak@4, 1xtile.chisel.planks-dark-oak@5, 1xtile.chisel.planks-dark-oak@6, 1xtile.chisel.planks-dark-oak@7, 1xtile.chisel.planks-dark-oak@8, 1xtile.chisel.planks-dark-oak@9, 1xtile.chisel.planks-dark-oak@10, 1xtile.chisel.planks-dark-oak@11, 1xtile.chisel.planks-dark-oak@12, 1xtile.chisel.planks-dark-oak@13, 1xtile.chisel.planks-dark-oak@14, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8, 1xtile.natura.nether_planks@0, 1xtile.natura.nether_planks@1, 1xtile.natura.nether_planks@2, 1xtile.natura.nether_planks@3, 1xtile.planks_sakura@0, 1xtile.planks_mulberry@0, 1xtile.blocks.integrateddynamics.menril_planks@0, 1xtile.primal.planks@0, 1xtile.primal.planks@1, 1xtile.primal.planks@2, 1xtile.primal.planks@3, 1xtile.dltplank@0, 1xtile.dreadplanks@0, 1xtile.thebetweenlands.weedwood_planks@0, 1xtile.thebetweenlands.rubber_tree_planks@0, 1xtile.thebetweenlands.giant_root_planks@0, 1xtile.thebetweenlands.hearthgrove_planks@0, 1xtile.thebetweenlands.nibbletwig_planks@0, 1xtile.twilightforest.TowerStone@0, 1xtile.twilightforest.TowerStone@1, 1xtile.twilightforest.TowerStone@2, 1xtile.twilightforest.TowerStone@3, 1xtile.twilightforest.TowerStone@4, 1xtile.totemic:cedar_plank@0, 1xtile.traverse:fir_planks@0, 1xtile.kepler22b_planks.0@0, 1xtile.primal.planks@0, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8], net.minecraft.item.crafting.Ingredient@79195bbb, type:MOULDING parent:[1xtile.wood@0, 1xtile.wood@1, 1xtile.wood@2, 1xtile.wood@3, 1xtile.wood@4, 1xtile.wood@5, 1xtile.rustic.planks@0, 1xtile.rustic.planks@1, 1xtile.rustic.painted_wood_black@0, 1xtile.rustic.painted_wood_blue@0, 1xtile.rustic.painted_wood_brown@0, 1xtile.rustic.painted_wood_cyan@0, 1xtile.rustic.painted_wood_gray@0, 1xtile.rustic.painted_wood_green@0, 1xtile.rustic.painted_wood_light_blue@0, 1xtile.rustic.painted_wood_lime@0, 1xtile.rustic.painted_wood_magenta@0, 1xtile.rustic.painted_wood_orange@0, 1xtile.rustic.painted_wood_pink@0, 1xtile.rustic.painted_wood_purple@0, 1xtile.rustic.painted_wood_red@0, 1xtile.rustic.painted_wood_silver@0, 1xtile.rustic.painted_wood_white@0, 1xtile.rustic.painted_wood_yellow@0, 1xtile.chisel.planks-oak@0, 1xtile.chisel.planks-oak@1, 1xtile.chisel.planks-oak@2, 1xtile.chisel.planks-oak@3, 1xtile.chisel.planks-oak@4, 1xtile.chisel.planks-oak@5, 1xtile.chisel.planks-oak@6, 1xtile.chisel.planks-oak@7, 1xtile.chisel.planks-oak@8, 1xtile.chisel.planks-oak@9, 1xtile.chisel.planks-oak@10, 1xtile.chisel.planks-oak@11, 1xtile.chisel.planks-oak@12, 1xtile.chisel.planks-oak@13, 1xtile.chisel.planks-oak@14, 1xtile.chisel.planks-spruce@0, 1xtile.chisel.planks-spruce@1, 1xtile.chisel.planks-spruce@2, 1xtile.chisel.planks-spruce@3, 1xtile.chisel.planks-spruce@4, 1xtile.chisel.planks-spruce@5, 1xtile.chisel.planks-spruce@6, 1xtile.chisel.planks-spruce@7, 1xtile.chisel.planks-spruce@8, 1xtile.chisel.planks-spruce@9, 1xtile.chisel.planks-spruce@10, 1xtile.chisel.planks-spruce@11, 1xtile.chisel.planks-spruce@12, 1xtile.chisel.planks-spruce@13, 1xtile.chisel.planks-spruce@14, 1xtile.chisel.planks-birch@0, 1xtile.chisel.planks-birch@1, 1xtile.chisel.planks-birch@2, 1xtile.chisel.planks-birch@3, 1xtile.chisel.planks-birch@4, 1xtile.chisel.planks-birch@5, 1xtile.chisel.planks-birch@6, 1xtile.chisel.planks-birch@7, 1xtile.chisel.planks-birch@8, 1xtile.chisel.planks-birch@9, 1xtile.chisel.planks-birch@10, 1xtile.chisel.planks-birch@11, 1xtile.chisel.planks-birch@12, 1xtile.chisel.planks-birch@13, 1xtile.chisel.planks-birch@14, 1xtile.chisel.planks-jungle@0, 1xtile.chisel.planks-jungle@1, 1xtile.chisel.planks-jungle@2, 1xtile.chisel.planks-jungle@3, 1xtile.chisel.planks-jungle@4, 1xtile.chisel.planks-jungle@5, 1xtile.chisel.planks-jungle@6, 1xtile.chisel.planks-jungle@7, 1xtile.chisel.planks-jungle@8, 1xtile.chisel.planks-jungle@9, 1xtile.chisel.planks-jungle@10, 1xtile.chisel.planks-jungle@11, 1xtile.chisel.planks-jungle@12, 1xtile.chisel.planks-jungle@13, 1xtile.chisel.planks-jungle@14, 1xtile.chisel.planks-acacia@0, 1xtile.chisel.planks-acacia@1, 1xtile.chisel.planks-acacia@2, 1xtile.chisel.planks-acacia@3, 1xtile.chisel.planks-acacia@4, 1xtile.chisel.planks-acacia@5, 1xtile.chisel.planks-acacia@6, 1xtile.chisel.planks-acacia@7, 1xtile.chisel.planks-acacia@8, 1xtile.chisel.planks-acacia@9, 1xtile.chisel.planks-acacia@10, 1xtile.chisel.planks-acacia@11, 1xtile.chisel.planks-acacia@12, 1xtile.chisel.planks-acacia@13, 1xtile.chisel.planks-acacia@14, 1xtile.chisel.planks-dark-oak@0, 1xtile.chisel.planks-dark-oak@1, 1xtile.chisel.planks-dark-oak@2, 1xtile.chisel.planks-dark-oak@3, 1xtile.chisel.planks-dark-oak@4, 1xtile.chisel.planks-dark-oak@5, 1xtile.chisel.planks-dark-oak@6, 1xtile.chisel.planks-dark-oak@7, 1xtile.chisel.planks-dark-oak@8, 1xtile.chisel.planks-dark-oak@9, 1xtile.chisel.planks-dark-oak@10, 1xtile.chisel.planks-dark-oak@11, 1xtile.chisel.planks-dark-oak@12, 1xtile.chisel.planks-dark-oak@13, 1xtile.chisel.planks-dark-oak@14, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8, 1xtile.natura.nether_planks@0, 1xtile.natura.nether_planks@1, 1xtile.natura.nether_planks@2, 1xtile.natura.nether_planks@3, 1xtile.planks_sakura@0, 1xtile.planks_mulberry@0, 1xtile.blocks.integrateddynamics.menril_planks@0, 1xtile.primal.planks@0, 1xtile.primal.planks@1, 1xtile.primal.planks@2, 1xtile.primal.planks@3, 1xtile.dltplank@0, 1xtile.dreadplanks@0, 1xtile.thebetweenlands.weedwood_planks@0, 1xtile.thebetweenlands.rubber_tree_planks@0, 1xtile.thebetweenlands.giant_root_planks@0, 1xtile.thebetweenlands.hearthgrove_planks@0, 1xtile.thebetweenlands.nibbletwig_planks@0, 1xtile.twilightforest.TowerStone@0, 1xtile.twilightforest.TowerStone@1, 1xtile.twilightforest.TowerStone@2, 1xtile.twilightforest.TowerStone@3, 1xtile.twilightforest.TowerStone@4, 1xtile.totemic:cedar_plank@0, 1xtile.traverse:fir_planks@0, 1xtile.kepler22b_planks.0@0, 1xtile.primal.planks@0, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8], net.minecraft.item.crafting.Ingredient@79195bbb]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2957 betterwithaddons:paper_lamellar RecipeStage{tier='three', recipe=1xitem.japanmat@14:[net.minecraftforge.oredict.OreIngredient@5967f02f, net.minecraft.item.crafting.Ingredient@508f555d, net.minecraftforge.oredict.OreIngredient@5967f02f, net.minecraftforge.oredict.OreIngredient@7fa42a15, net.minecraft.item.crafting.Ingredient@508f555d, net.minecraftforge.oredict.OreIngredient@7fa42a15, net.minecraftforge.oredict.OreIngredient@5967f02f, net.minecraft.item.crafting.Ingredient@508f555d, net.minecraftforge.oredict.OreIngredient@5967f02f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2958 betterwithaddons:mulberry_sheet RecipeStage{tier='one', recipe=1xitem.japanmat@10:[net.minecraft.item.crafting.Ingredient@4266099a, net.minecraft.item.crafting.Ingredient@4266099a, net.minecraft.item.crafting.Ingredient@4266099a, net.minecraft.item.crafting.Ingredient@4266099a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2960 betterwithaddons:midori_block RecipeStage{tier='one', recipe=4xtile.midori_block@0:[net.minecraft.item.crafting.Ingredient@6e67e7b4, net.minecraft.item.crafting.Ingredient@6e67e7b4, net.minecraft.item.crafting.Ingredient@6e67e7b4, net.minecraft.item.crafting.Ingredient@6e67e7b4]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2962 betterwithaddons:legs_paper RecipeStage{tier='three', recipe=1xitem.legs_paper@0:[net.minecraft.item.crafting.Ingredient@37ab10b2, net.minecraft.item.crafting.Ingredient@37ab10b2, net.minecraft.item.crafting.Ingredient@37ab10b2, net.minecraft.item.crafting.Ingredient@37ab10b2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@37ab10b2, net.minecraft.item.crafting.Ingredient@37ab10b2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@37ab10b2]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2963 betterwithaddons:legendarium RecipeStage{tier='three', recipe=1xtile.legendarium@0:[net.minecraftforge.oredict.OreIngredient@21b14561, net.minecraftforge.oredict.OreIngredient@6e82b887, net.minecraftforge.oredict.OreIngredient@21b14561, net.minecraft.item.crafting.Ingredient@51464fe2, net.minecraft.item.crafting.Ingredient@51464fe2, net.minecraft.item.crafting.Ingredient@51464fe2, net.minecraftforge.oredict.OreIngredient@21b14561, net.minecraft.item.crafting.Ingredient@51464fe2, net.minecraftforge.oredict.OreIngredient@21b14561]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2964 betterwithaddons:lattice RecipeStage{tier='two', recipe=2xtile.lattice@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@14f92458, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@14f92458, net.minecraft.item.crafting.Ingredient@14f92458, net.minecraft.item.crafting.Ingredient@14f92458, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@14f92458, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2965 betterwithaddons:lamellar RecipeStage{tier='three', recipe=1xitem.japanmat@13:[net.minecraft.item.crafting.Ingredient@4855fd2f, net.minecraft.item.crafting.Ingredient@4855fd2f, net.minecraft.item.crafting.Ingredient@4855fd2f, net.minecraftforge.oredict.OreIngredient@2404c3ed, net.minecraftforge.oredict.OreIngredient@61562849, net.minecraftforge.oredict.OreIngredient@2404c3ed, net.minecraft.item.crafting.Ingredient@4855fd2f, net.minecraft.item.crafting.Ingredient@4855fd2f, net.minecraft.item.crafting.Ingredient@4855fd2f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2966 betterwithaddons:iron_spade RecipeStage{tier='two', recipe=1xitem.iron_spade@0:[net.minecraftforge.oredict.OreIngredient@13a465a6, net.minecraft.item.crafting.Ingredient@21019e83, net.minecraftforge.oredict.OreIngredient@5c567ac4]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2967 betterwithaddons:iron_matchpick RecipeStage{tier='three', recipe=1xitem.iron_matchpick@0:[net.minecraft.item.crafting.Ingredient@5e4fd146, net.minecraft.item.crafting.Ingredient@20bdba92, net.minecraftforge.oredict.OreIngredient@28e1e20, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6cc265ea, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6cc265ea, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2968 betterwithaddons:iron_masonpick RecipeStage{tier='two', recipe=1xitem.iron_masonpick@0:[net.minecraftforge.oredict.OreIngredient@62d0dd76, net.minecraft.item.crafting.Ingredient@7f8900e0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@ba2c466, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@ba2c466]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2969 betterwithaddons:iron_machete RecipeStage{tier='two', recipe=1xitem.iron_machete@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@388a79b7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@388a79b7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@486d8d25, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2970 betterwithaddons:iron_kukri RecipeStage{tier='two', recipe=1xitem.iron_kukri@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7cc6c2eb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7cc6c2eb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@32f5ce03, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2971 betterwithaddons:iron_carpentersaw RecipeStage{tier='two', recipe=1xitem.iron_carpentersaw@0:[net.minecraftforge.oredict.OreIngredient@6b54878e, net.minecraftforge.oredict.OreIngredient@6b54878e, net.minecraft.item.crafting.Ingredient@7e95cf78]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2972 betterwithaddons:inverted_gearbox RecipeStage{tier='one', recipe=1xtile.inverted_gearbox@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, type:MOULDING parent:[1xtile.wood@0, 1xtile.wood@1, 1xtile.wood@2, 1xtile.wood@3, 1xtile.wood@4, 1xtile.wood@5, 1xtile.rustic.planks@0, 1xtile.rustic.planks@1, 1xtile.rustic.painted_wood_black@0, 1xtile.rustic.painted_wood_blue@0, 1xtile.rustic.painted_wood_brown@0, 1xtile.rustic.painted_wood_cyan@0, 1xtile.rustic.painted_wood_gray@0, 1xtile.rustic.painted_wood_green@0, 1xtile.rustic.painted_wood_light_blue@0, 1xtile.rustic.painted_wood_lime@0, 1xtile.rustic.painted_wood_magenta@0, 1xtile.rustic.painted_wood_orange@0, 1xtile.rustic.painted_wood_pink@0, 1xtile.rustic.painted_wood_purple@0, 1xtile.rustic.painted_wood_red@0, 1xtile.rustic.painted_wood_silver@0, 1xtile.rustic.painted_wood_white@0, 1xtile.rustic.painted_wood_yellow@0, 1xtile.chisel.planks-oak@0, 1xtile.chisel.planks-oak@1, 1xtile.chisel.planks-oak@2, 1xtile.chisel.planks-oak@3, 1xtile.chisel.planks-oak@4, 1xtile.chisel.planks-oak@5, 1xtile.chisel.planks-oak@6, 1xtile.chisel.planks-oak@7, 1xtile.chisel.planks-oak@8, 1xtile.chisel.planks-oak@9, 1xtile.chisel.planks-oak@10, 1xtile.chisel.planks-oak@11, 1xtile.chisel.planks-oak@12, 1xtile.chisel.planks-oak@13, 1xtile.chisel.planks-oak@14, 1xtile.chisel.planks-spruce@0, 1xtile.chisel.planks-spruce@1, 1xtile.chisel.planks-spruce@2, 1xtile.chisel.planks-spruce@3, 1xtile.chisel.planks-spruce@4, 1xtile.chisel.planks-spruce@5, 1xtile.chisel.planks-spruce@6, 1xtile.chisel.planks-spruce@7, 1xtile.chisel.planks-spruce@8, 1xtile.chisel.planks-spruce@9, 1xtile.chisel.planks-spruce@10, 1xtile.chisel.planks-spruce@11, 1xtile.chisel.planks-spruce@12, 1xtile.chisel.planks-spruce@13, 1xtile.chisel.planks-spruce@14, 1xtile.chisel.planks-birch@0, 1xtile.chisel.planks-birch@1, 1xtile.chisel.planks-birch@2, 1xtile.chisel.planks-birch@3, 1xtile.chisel.planks-birch@4, 1xtile.chisel.planks-birch@5, 1xtile.chisel.planks-birch@6, 1xtile.chisel.planks-birch@7, 1xtile.chisel.planks-birch@8, 1xtile.chisel.planks-birch@9, 1xtile.chisel.planks-birch@10, 1xtile.chisel.planks-birch@11, 1xtile.chisel.planks-birch@12, 1xtile.chisel.planks-birch@13, 1xtile.chisel.planks-birch@14, 1xtile.chisel.planks-jungle@0, 1xtile.chisel.planks-jungle@1, 1xtile.chisel.planks-jungle@2, 1xtile.chisel.planks-jungle@3, 1xtile.chisel.planks-jungle@4, 1xtile.chisel.planks-jungle@5, 1xtile.chisel.planks-jungle@6, 1xtile.chisel.planks-jungle@7, 1xtile.chisel.planks-jungle@8, 1xtile.chisel.planks-jungle@9, 1xtile.chisel.planks-jungle@10, 1xtile.chisel.planks-jungle@11, 1xtile.chisel.planks-jungle@12, 1xtile.chisel.planks-jungle@13, 1xtile.chisel.planks-jungle@14, 1xtile.chisel.planks-acacia@0, 1xtile.chisel.planks-acacia@1, 1xtile.chisel.planks-acacia@2, 1xtile.chisel.planks-acacia@3, 1xtile.chisel.planks-acacia@4, 1xtile.chisel.planks-acacia@5, 1xtile.chisel.planks-acacia@6, 1xtile.chisel.planks-acacia@7, 1xtile.chisel.planks-acacia@8, 1xtile.chisel.planks-acacia@9, 1xtile.chisel.planks-acacia@10, 1xtile.chisel.planks-acacia@11, 1xtile.chisel.planks-acacia@12, 1xtile.chisel.planks-acacia@13, 1xtile.chisel.planks-acacia@14, 1xtile.chisel.planks-dark-oak@0, 1xtile.chisel.planks-dark-oak@1, 1xtile.chisel.planks-dark-oak@2, 1xtile.chisel.planks-dark-oak@3, 1xtile.chisel.planks-dark-oak@4, 1xtile.chisel.planks-dark-oak@5, 1xtile.chisel.planks-dark-oak@6, 1xtile.chisel.planks-dark-oak@7, 1xtile.chisel.planks-dark-oak@8, 1xtile.chisel.planks-dark-oak@9, 1xtile.chisel.planks-dark-oak@10, 1xtile.chisel.planks-dark-oak@11, 1xtile.chisel.planks-dark-oak@12, 1xtile.chisel.planks-dark-oak@13, 1xtile.chisel.planks-dark-oak@14, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8, 1xtile.natura.nether_planks@0, 1xtile.natura.nether_planks@1, 1xtile.natura.nether_planks@2, 1xtile.natura.nether_planks@3, 1xtile.planks_sakura@0, 1xtile.planks_mulberry@0, 1xtile.blocks.integrateddynamics.menril_planks@0, 1xtile.primal.planks@0, 1xtile.primal.planks@1, 1xtile.primal.planks@2, 1xtile.primal.planks@3, 1xtile.dltplank@0, 1xtile.dreadplanks@0, 1xtile.thebetweenlands.weedwood_planks@0, 1xtile.thebetweenlands.rubber_tree_planks@0, 1xtile.thebetweenlands.giant_root_planks@0, 1xtile.thebetweenlands.hearthgrove_planks@0, 1xtile.thebetweenlands.nibbletwig_planks@0, 1xtile.twilightforest.TowerStone@0, 1xtile.twilightforest.TowerStone@1, 1xtile.twilightforest.TowerStone@2, 1xtile.twilightforest.TowerStone@3, 1xtile.twilightforest.TowerStone@4, 1xtile.totemic:cedar_plank@0, 1xtile.traverse:fir_planks@0, 1xtile.kepler22b_planks.0@0, 1xtile.primal.planks@0, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8], type:SIDING parent:[1xtile.wood@0, 1xtile.wood@1, 1xtile.wood@2, 1xtile.wood@3, 1xtile.wood@4, 1xtile.wood@5, 1xtile.rustic.planks@0, 1xtile.rustic.planks@1, 1xtile.rustic.painted_wood_black@0, 1xtile.rustic.painted_wood_blue@0, 1xtile.rustic.painted_wood_brown@0, 1xtile.rustic.painted_wood_cyan@0, 1xtile.rustic.painted_wood_gray@0, 1xtile.rustic.painted_wood_green@0, 1xtile.rustic.painted_wood_light_blue@0, 1xtile.rustic.painted_wood_lime@0, 1xtile.rustic.painted_wood_magenta@0, 1xtile.rustic.painted_wood_orange@0, 1xtile.rustic.painted_wood_pink@0, 1xtile.rustic.painted_wood_purple@0, 1xtile.rustic.painted_wood_red@0, 1xtile.rustic.painted_wood_silver@0, 1xtile.rustic.painted_wood_white@0, 1xtile.rustic.painted_wood_yellow@0, 1xtile.chisel.planks-oak@0, 1xtile.chisel.planks-oak@1, 1xtile.chisel.planks-oak@2, 1xtile.chisel.planks-oak@3, 1xtile.chisel.planks-oak@4, 1xtile.chisel.planks-oak@5, 1xtile.chisel.planks-oak@6, 1xtile.chisel.planks-oak@7, 1xtile.chisel.planks-oak@8, 1xtile.chisel.planks-oak@9, 1xtile.chisel.planks-oak@10, 1xtile.chisel.planks-oak@11, 1xtile.chisel.planks-oak@12, 1xtile.chisel.planks-oak@13, 1xtile.chisel.planks-oak@14, 1xtile.chisel.planks-spruce@0, 1xtile.chisel.planks-spruce@1, 1xtile.chisel.planks-spruce@2, 1xtile.chisel.planks-spruce@3, 1xtile.chisel.planks-spruce@4, 1xtile.chisel.planks-spruce@5, 1xtile.chisel.planks-spruce@6, 1xtile.chisel.planks-spruce@7, 1xtile.chisel.planks-spruce@8, 1xtile.chisel.planks-spruce@9, 1xtile.chisel.planks-spruce@10, 1xtile.chisel.planks-spruce@11, 1xtile.chisel.planks-spruce@12, 1xtile.chisel.planks-spruce@13, 1xtile.chisel.planks-spruce@14, 1xtile.chisel.planks-birch@0, 1xtile.chisel.planks-birch@1, 1xtile.chisel.planks-birch@2, 1xtile.chisel.planks-birch@3, 1xtile.chisel.planks-birch@4, 1xtile.chisel.planks-birch@5, 1xtile.chisel.planks-birch@6, 1xtile.chisel.planks-birch@7, 1xtile.chisel.planks-birch@8, 1xtile.chisel.planks-birch@9, 1xtile.chisel.planks-birch@10, 1xtile.chisel.planks-birch@11, 1xtile.chisel.planks-birch@12, 1xtile.chisel.planks-birch@13, 1xtile.chisel.planks-birch@14, 1xtile.chisel.planks-jungle@0, 1xtile.chisel.planks-jungle@1, 1xtile.chisel.planks-jungle@2, 1xtile.chisel.planks-jungle@3, 1xtile.chisel.planks-jungle@4, 1xtile.chisel.planks-jungle@5, 1xtile.chisel.planks-jungle@6, 1xtile.chisel.planks-jungle@7, 1xtile.chisel.planks-jungle@8, 1xtile.chisel.planks-jungle@9, 1xtile.chisel.planks-jungle@10, 1xtile.chisel.planks-jungle@11, 1xtile.chisel.planks-jungle@12, 1xtile.chisel.planks-jungle@13, 1xtile.chisel.planks-jungle@14, 1xtile.chisel.planks-acacia@0, 1xtile.chisel.planks-acacia@1, 1xtile.chisel.planks-acacia@2, 1xtile.chisel.planks-acacia@3, 1xtile.chisel.planks-acacia@4, 1xtile.chisel.planks-acacia@5, 1xtile.chisel.planks-acacia@6, 1xtile.chisel.planks-acacia@7, 1xtile.chisel.planks-acacia@8, 1xtile.chisel.planks-acacia@9, 1xtile.chisel.planks-acacia@10, 1xtile.chisel.planks-acacia@11, 1xtile.chisel.planks-acacia@12, 1xtile.chisel.planks-acacia@13, 1xtile.chisel.planks-acacia@14, 1xtile.chisel.planks-dark-oak@0, 1xtile.chisel.planks-dark-oak@1, 1xtile.chisel.planks-dark-oak@2, 1xtile.chisel.planks-dark-oak@3, 1xtile.chisel.planks-dark-oak@4, 1xtile.chisel.planks-dark-oak@5, 1xtile.chisel.planks-dark-oak@6, 1xtile.chisel.planks-dark-oak@7, 1xtile.chisel.planks-dark-oak@8, 1xtile.chisel.planks-dark-oak@9, 1xtile.chisel.planks-dark-oak@10, 1xtile.chisel.planks-dark-oak@11, 1xtile.chisel.planks-dark-oak@12, 1xtile.chisel.planks-dark-oak@13, 1xtile.chisel.planks-dark-oak@14, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8, 1xtile.natura.nether_planks@0, 1xtile.natura.nether_planks@1, 1xtile.natura.nether_planks@2, 1xtile.natura.nether_planks@3, 1xtile.planks_sakura@0, 1xtile.planks_mulberry@0, 1xtile.blocks.integrateddynamics.menril_planks@0, 1xtile.primal.planks@0, 1xtile.primal.planks@1, 1xtile.primal.planks@2, 1xtile.primal.planks@3, 1xtile.dltplank@0, 1xtile.dreadplanks@0, 1xtile.thebetweenlands.weedwood_planks@0, 1xtile.thebetweenlands.rubber_tree_planks@0, 1xtile.thebetweenlands.giant_root_planks@0, 1xtile.thebetweenlands.hearthgrove_planks@0, 1xtile.thebetweenlands.nibbletwig_planks@0, 1xtile.twilightforest.TowerStone@0, 1xtile.twilightforest.TowerStone@1, 1xtile.twilightforest.TowerStone@2, 1xtile.twilightforest.TowerStone@3, 1xtile.twilightforest.TowerStone@4, 1xtile.totemic:cedar_plank@0, 1xtile.traverse:fir_planks@0, 1xtile.kepler22b_planks.0@0, 1xtile.primal.planks@0, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8], net.minecraftforge.oredict.OreIngredient@49fce842, net.minecraft.item.crafting.Ingredient@7161d060, net.minecraftforge.oredict.OreIngredient@49fce842, type:SIDING parent:[1xtile.wood@0, 1xtile.wood@1, 1xtile.wood@2, 1xtile.wood@3, 1xtile.wood@4, 1xtile.wood@5, 1xtile.rustic.planks@0, 1xtile.rustic.planks@1, 1xtile.rustic.painted_wood_black@0, 1xtile.rustic.painted_wood_blue@0, 1xtile.rustic.painted_wood_brown@0, 1xtile.rustic.painted_wood_cyan@0, 1xtile.rustic.painted_wood_gray@0, 1xtile.rustic.painted_wood_green@0, 1xtile.rustic.painted_wood_light_blue@0, 1xtile.rustic.painted_wood_lime@0, 1xtile.rustic.painted_wood_magenta@0, 1xtile.rustic.painted_wood_orange@0, 1xtile.rustic.painted_wood_pink@0, 1xtile.rustic.painted_wood_purple@0, 1xtile.rustic.painted_wood_red@0, 1xtile.rustic.painted_wood_silver@0, 1xtile.rustic.painted_wood_white@0, 1xtile.rustic.painted_wood_yellow@0, 1xtile.chisel.planks-oak@0, 1xtile.chisel.planks-oak@1, 1xtile.chisel.planks-oak@2, 1xtile.chisel.planks-oak@3, 1xtile.chisel.planks-oak@4, 1xtile.chisel.planks-oak@5, 1xtile.chisel.planks-oak@6, 1xtile.chisel.planks-oak@7, 1xtile.chisel.planks-oak@8, 1xtile.chisel.planks-oak@9, 1xtile.chisel.planks-oak@10, 1xtile.chisel.planks-oak@11, 1xtile.chisel.planks-oak@12, 1xtile.chisel.planks-oak@13, 1xtile.chisel.planks-oak@14, 1xtile.chisel.planks-spruce@0, 1xtile.chisel.planks-spruce@1, 1xtile.chisel.planks-spruce@2, 1xtile.chisel.planks-spruce@3, 1xtile.chisel.planks-spruce@4, 1xtile.chisel.planks-spruce@5, 1xtile.chisel.planks-spruce@6, 1xtile.chisel.planks-spruce@7, 1xtile.chisel.planks-spruce@8, 1xtile.chisel.planks-spruce@9, 1xtile.chisel.planks-spruce@10, 1xtile.chisel.planks-spruce@11, 1xtile.chisel.planks-spruce@12, 1xtile.chisel.planks-spruce@13, 1xtile.chisel.planks-spruce@14, 1xtile.chisel.planks-birch@0, 1xtile.chisel.planks-birch@1, 1xtile.chisel.planks-birch@2, 1xtile.chisel.planks-birch@3, 1xtile.chisel.planks-birch@4, 1xtile.chisel.planks-birch@5, 1xtile.chisel.planks-birch@6, 1xtile.chisel.planks-birch@7, 1xtile.chisel.planks-birch@8, 1xtile.chisel.planks-birch@9, 1xtile.chisel.planks-birch@10, 1xtile.chisel.planks-birch@11, 1xtile.chisel.planks-birch@12, 1xtile.chisel.planks-birch@13, 1xtile.chisel.planks-birch@14, 1xtile.chisel.planks-jungle@0, 1xtile.chisel.planks-jungle@1, 1xtile.chisel.planks-jungle@2, 1xtile.chisel.planks-jungle@3, 1xtile.chisel.planks-jungle@4, 1xtile.chisel.planks-jungle@5, 1xtile.chisel.planks-jungle@6, 1xtile.chisel.planks-jungle@7, 1xtile.chisel.planks-jungle@8, 1xtile.chisel.planks-jungle@9, 1xtile.chisel.planks-jungle@10, 1xtile.chisel.planks-jungle@11, 1xtile.chisel.planks-jungle@12, 1xtile.chisel.planks-jungle@13, 1xtile.chisel.planks-jungle@14, 1xtile.chisel.planks-acacia@0, 1xtile.chisel.planks-acacia@1, 1xtile.chisel.planks-acacia@2, 1xtile.chisel.planks-acacia@3, 1xtile.chisel.planks-acacia@4, 1xtile.chisel.planks-acacia@5, 1xtile.chisel.planks-acacia@6, 1xtile.chisel.planks-acacia@7, 1xtile.chisel.planks-acacia@8, 1xtile.chisel.planks-acacia@9, 1xtile.chisel.planks-acacia@10, 1xtile.chisel.planks-acacia@11, 1xtile.chisel.planks-acacia@12, 1xtile.chisel.planks-acacia@13, 1xtile.chisel.planks-acacia@14, 1xtile.chisel.planks-dark-oak@0, 1xtile.chisel.planks-dark-oak@1, 1xtile.chisel.planks-dark-oak@2, 1xtile.chisel.planks-dark-oak@3, 1xtile.chisel.planks-dark-oak@4, 1xtile.chisel.planks-dark-oak@5, 1xtile.chisel.planks-dark-oak@6, 1xtile.chisel.planks-dark-oak@7, 1xtile.chisel.planks-dark-oak@8, 1xtile.chisel.planks-dark-oak@9, 1xtile.chisel.planks-dark-oak@10, 1xtile.chisel.planks-dark-oak@11, 1xtile.chisel.planks-dark-oak@12, 1xtile.chisel.planks-dark-oak@13, 1xtile.chisel.planks-dark-oak@14, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8, 1xtile.natura.nether_planks@0, 1xtile.natura.nether_planks@1, 1xtile.natura.nether_planks@2, 1xtile.natura.nether_planks@3, 1xtile.planks_sakura@0, 1xtile.planks_mulberry@0, 1xtile.blocks.integrateddynamics.menril_planks@0, 1xtile.primal.planks@0, 1xtile.primal.planks@1, 1xtile.primal.planks@2, 1xtile.primal.planks@3, 1xtile.dltplank@0, 1xtile.dreadplanks@0, 1xtile.thebetweenlands.weedwood_planks@0, 1xtile.thebetweenlands.rubber_tree_planks@0, 1xtile.thebetweenlands.giant_root_planks@0, 1xtile.thebetweenlands.hearthgrove_planks@0, 1xtile.thebetweenlands.nibbletwig_planks@0, 1xtile.twilightforest.TowerStone@0, 1xtile.twilightforest.TowerStone@1, 1xtile.twilightforest.TowerStone@2, 1xtile.twilightforest.TowerStone@3, 1xtile.twilightforest.TowerStone@4, 1xtile.totemic:cedar_plank@0, 1xtile.traverse:fir_planks@0, 1xtile.kepler22b_planks.0@0, 1xtile.primal.planks@0, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8], type:MOULDING parent:[1xtile.wood@0, 1xtile.wood@1, 1xtile.wood@2, 1xtile.wood@3, 1xtile.wood@4, 1xtile.wood@5, 1xtile.rustic.planks@0, 1xtile.rustic.planks@1, 1xtile.rustic.painted_wood_black@0, 1xtile.rustic.painted_wood_blue@0, 1xtile.rustic.painted_wood_brown@0, 1xtile.rustic.painted_wood_cyan@0, 1xtile.rustic.painted_wood_gray@0, 1xtile.rustic.painted_wood_green@0, 1xtile.rustic.painted_wood_light_blue@0, 1xtile.rustic.painted_wood_lime@0, 1xtile.rustic.painted_wood_magenta@0, 1xtile.rustic.painted_wood_orange@0, 1xtile.rustic.painted_wood_pink@0, 1xtile.rustic.painted_wood_purple@0, 1xtile.rustic.painted_wood_red@0, 1xtile.rustic.painted_wood_silver@0, 1xtile.rustic.painted_wood_white@0, 1xtile.rustic.painted_wood_yellow@0, 1xtile.chisel.planks-oak@0, 1xtile.chisel.planks-oak@1, 1xtile.chisel.planks-oak@2, 1xtile.chisel.planks-oak@3, 1xtile.chisel.planks-oak@4, 1xtile.chisel.planks-oak@5, 1xtile.chisel.planks-oak@6, 1xtile.chisel.planks-oak@7, 1xtile.chisel.planks-oak@8, 1xtile.chisel.planks-oak@9, 1xtile.chisel.planks-oak@10, 1xtile.chisel.planks-oak@11, 1xtile.chisel.planks-oak@12, 1xtile.chisel.planks-oak@13, 1xtile.chisel.planks-oak@14, 1xtile.chisel.planks-spruce@0, 1xtile.chisel.planks-spruce@1, 1xtile.chisel.planks-spruce@2, 1xtile.chisel.planks-spruce@3, 1xtile.chisel.planks-spruce@4, 1xtile.chisel.planks-spruce@5, 1xtile.chisel.planks-spruce@6, 1xtile.chisel.planks-spruce@7, 1xtile.chisel.planks-spruce@8, 1xtile.chisel.planks-spruce@9, 1xtile.chisel.planks-spruce@10, 1xtile.chisel.planks-spruce@11, 1xtile.chisel.planks-spruce@12, 1xtile.chisel.planks-spruce@13, 1xtile.chisel.planks-spruce@14, 1xtile.chisel.planks-birch@0, 1xtile.chisel.planks-birch@1, 1xtile.chisel.planks-birch@2, 1xtile.chisel.planks-birch@3, 1xtile.chisel.planks-birch@4, 1xtile.chisel.planks-birch@5, 1xtile.chisel.planks-birch@6, 1xtile.chisel.planks-birch@7, 1xtile.chisel.planks-birch@8, 1xtile.chisel.planks-birch@9, 1xtile.chisel.planks-birch@10, 1xtile.chisel.planks-birch@11, 1xtile.chisel.planks-birch@12, 1xtile.chisel.planks-birch@13, 1xtile.chisel.planks-birch@14, 1xtile.chisel.planks-jungle@0, 1xtile.chisel.planks-jungle@1, 1xtile.chisel.planks-jungle@2, 1xtile.chisel.planks-jungle@3, 1xtile.chisel.planks-jungle@4, 1xtile.chisel.planks-jungle@5, 1xtile.chisel.planks-jungle@6, 1xtile.chisel.planks-jungle@7, 1xtile.chisel.planks-jungle@8, 1xtile.chisel.planks-jungle@9, 1xtile.chisel.planks-jungle@10, 1xtile.chisel.planks-jungle@11, 1xtile.chisel.planks-jungle@12, 1xtile.chisel.planks-jungle@13, 1xtile.chisel.planks-jungle@14, 1xtile.chisel.planks-acacia@0, 1xtile.chisel.planks-acacia@1, 1xtile.chisel.planks-acacia@2, 1xtile.chisel.planks-acacia@3, 1xtile.chisel.planks-acacia@4, 1xtile.chisel.planks-acacia@5, 1xtile.chisel.planks-acacia@6, 1xtile.chisel.planks-acacia@7, 1xtile.chisel.planks-acacia@8, 1xtile.chisel.planks-acacia@9, 1xtile.chisel.planks-acacia@10, 1xtile.chisel.planks-acacia@11, 1xtile.chisel.planks-acacia@12, 1xtile.chisel.planks-acacia@13, 1xtile.chisel.planks-acacia@14, 1xtile.chisel.planks-dark-oak@0, 1xtile.chisel.planks-dark-oak@1, 1xtile.chisel.planks-dark-oak@2, 1xtile.chisel.planks-dark-oak@3, 1xtile.chisel.planks-dark-oak@4, 1xtile.chisel.planks-dark-oak@5, 1xtile.chisel.planks-dark-oak@6, 1xtile.chisel.planks-dark-oak@7, 1xtile.chisel.planks-dark-oak@8, 1xtile.chisel.planks-dark-oak@9, 1xtile.chisel.planks-dark-oak@10, 1xtile.chisel.planks-dark-oak@11, 1xtile.chisel.planks-dark-oak@12, 1xtile.chisel.planks-dark-oak@13, 1xtile.chisel.planks-dark-oak@14, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8, 1xtile.natura.nether_planks@0, 1xtile.natura.nether_planks@1, 1xtile.natura.nether_planks@2, 1xtile.natura.nether_planks@3, 1xtile.planks_sakura@0, 1xtile.planks_mulberry@0, 1xtile.blocks.integrateddynamics.menril_planks@0, 1xtile.primal.planks@0, 1xtile.primal.planks@1, 1xtile.primal.planks@2, 1xtile.primal.planks@3, 1xtile.dltplank@0, 1xtile.dreadplanks@0, 1xtile.thebetweenlands.weedwood_planks@0, 1xtile.thebetweenlands.rubber_tree_planks@0, 1xtile.thebetweenlands.giant_root_planks@0, 1xtile.thebetweenlands.hearthgrove_planks@0, 1xtile.thebetweenlands.nibbletwig_planks@0, 1xtile.twilightforest.TowerStone@0, 1xtile.twilightforest.TowerStone@1, 1xtile.twilightforest.TowerStone@2, 1xtile.twilightforest.TowerStone@3, 1xtile.twilightforest.TowerStone@4, 1xtile.totemic:cedar_plank@0, 1xtile.traverse:fir_planks@0, 1xtile.kepler22b_planks.0@0, 1xtile.primal.planks@0, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8], net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2974 betterwithaddons:hochotetsu_finished RecipeStage{tier='three', recipe=1xitem.japanmat@30:[net.minecraft.item.crafting.Ingredient@144297d7, net.minecraftforge.oredict.OreIngredient@4eaa3c68]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2975 betterwithaddons:hochotetsu_2fold RecipeStage{tier='three', recipe=1xitem.japanmat@29:[net.minecraft.item.crafting.Ingredient@16ccc17c, net.minecraftforge.oredict.OreIngredient@5d5d6b78]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2976 betterwithaddons:hochotetsu_1fold RecipeStage{tier='three', recipe=1xitem.japanmat@28:[net.minecraft.item.crafting.Ingredient@7d56b15a, net.minecraftforge.oredict.OreIngredient@63db400e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2977 betterwithaddons:helmet_paper RecipeStage{tier='three', recipe=1xitem.helmet_paper@0:[net.minecraft.item.crafting.Ingredient@5d5cee7f, net.minecraft.item.crafting.Ingredient@5d5cee7f, net.minecraft.item.crafting.Ingredient@5d5cee7f, net.minecraft.item.crafting.Ingredient@5d5cee7f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5d5cee7f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2978 betterwithaddons:half_katana_blade RecipeStage{tier='three', recipe=1xitem.japanmat@16:[net.minecraftforge.oredict.OreIngredient@33c1c9fd, net.minecraftforge.oredict.OreIngredient@52306e02, net.minecraftforge.oredict.OreIngredient@33c1c9fd]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2979 betterwithaddons:greatarrow RecipeStage{tier='three', recipe=1xitem.greatarrow@0:[net.minecraft.item.crafting.Ingredient@41b80dc3, net.minecraft.item.crafting.Ingredient@48068a7c, net.minecraftforge.oredict.OreIngredient@313b741a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2980 betterwithaddons:gold_spade RecipeStage{tier='two', recipe=1xitem.gold_spade@0:[net.minecraftforge.oredict.OreIngredient@7f49e695, net.minecraft.item.crafting.Ingredient@266d030d, net.minecraftforge.oredict.OreIngredient@40d772d1]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2981 betterwithaddons:gold_matchpick RecipeStage{tier='two', recipe=1xitem.gold_matchpick@0:[net.minecraft.item.crafting.Ingredient@4f35f324, net.minecraft.item.crafting.Ingredient@16acb841, net.minecraftforge.oredict.OreIngredient@120854c4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@47534ad, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@47534ad, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2982 betterwithaddons:gold_masonpick RecipeStage{tier='two', recipe=1xitem.gold_masonpick@0:[net.minecraftforge.oredict.OreIngredient@7cdab1e9, net.minecraft.item.crafting.Ingredient@3141c03e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3de0cb01, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3de0cb01]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2983 betterwithaddons:gold_machete RecipeStage{tier='two', recipe=1xitem.gold_machete@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1fbdbe02, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1fbdbe02, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4599eb2b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2984 betterwithaddons:gold_kukri RecipeStage{tier='two', recipe=1xitem.gold_kukri@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@79ccc0b5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@79ccc0b5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5674c90e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2985 betterwithaddons:gold_carpentersaw RecipeStage{tier='two', recipe=1xitem.gold_carpentersaw@0:[net.minecraftforge.oredict.OreIngredient@34c07f4e, net.minecraftforge.oredict.OreIngredient@34c07f4e, net.minecraft.item.crafting.Ingredient@2e3dbc9c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2988 betterwithaddons:fusuma RecipeStage{tier='one', recipe=4xtile.fusuma@0:[net.minecraft.item.crafting.Ingredient@4204bb6, net.minecraft.item.crafting.Ingredient@6fbbd214, net.minecraft.item.crafting.Ingredient@4204bb6, net.minecraft.item.crafting.Ingredient@6fbbd214, net.minecraftforge.common.crafting.CompoundIngredient@f0d348c, net.minecraft.item.crafting.Ingredient@6fbbd214, net.minecraft.item.crafting.Ingredient@4204bb6, net.minecraft.item.crafting.Ingredient@6fbbd214, net.minecraft.item.crafting.Ingredient@4204bb6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2989 betterwithaddons:elytra_magma RecipeStage{tier='four', recipe=1xtile.elytra_magma@0:[net.minecraft.item.crafting.Ingredient@4bc956d0, net.minecraft.item.crafting.Ingredient@4bc956d0, net.minecraft.item.crafting.Ingredient@4bc956d0, net.minecraft.item.crafting.Ingredient@4bc956d0]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2990 betterwithaddons:ecksie_sapling_spruce RecipeStage{tier='three', recipe=1xtile.ecksie_sapling@2:[net.minecraft.item.crafting.Ingredient@22e0e06f, net.minecraft.item.crafting.Ingredient@52d11395]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2991 betterwithaddons:ecksie_sapling_sakura RecipeStage{tier='three', recipe=1xtile.ecksie_sapling@6:[net.minecraft.item.crafting.Ingredient@7e8429fd, net.minecraft.item.crafting.Ingredient@38b835c1]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2992 betterwithaddons:ecksie_sapling_oak RecipeStage{tier='three', recipe=1xtile.ecksie_sapling@0:[net.minecraft.item.crafting.Ingredient@8cd81a2, net.minecraft.item.crafting.Ingredient@31a9ae52]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2993 betterwithaddons:ecksie_sapling_mulberry RecipeStage{tier='three', recipe=1xtile.ecksie_sapling@7:[net.minecraft.item.crafting.Ingredient@56bea1d2, net.minecraft.item.crafting.Ingredient@3bc534d0]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2994 betterwithaddons:ecksie_sapling_luretree RecipeStage{tier='three', recipe=1xtile.ecksie_sapling@8:[net.minecraft.item.crafting.Ingredient@4c82f9e3, net.minecraft.item.crafting.Ingredient@6186ce84]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2995 betterwithaddons:ecksie_sapling_jungle RecipeStage{tier='three', recipe=1xtile.ecksie_sapling@3:[net.minecraft.item.crafting.Ingredient@526bed2f, net.minecraft.item.crafting.Ingredient@7c8a1162]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2996 betterwithaddons:ecksie_sapling_darkoak RecipeStage{tier='three', recipe=1xtile.ecksie_sapling@5:[net.minecraft.item.crafting.Ingredient@336ed332, net.minecraft.item.crafting.Ingredient@2b44bebe]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2997 betterwithaddons:ecksie_sapling_birch RecipeStage{tier='three', recipe=1xtile.ecksie_sapling@1:[net.minecraft.item.crafting.Ingredient@1118ce65, net.minecraft.item.crafting.Ingredient@5cc35a5f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2998 betterwithaddons:ecksie_sapling_acacia RecipeStage{tier='three', recipe=1xtile.ecksie_sapling@4:[net.minecraft.item.crafting.Ingredient@1db31c13, net.minecraft.item.crafting.Ingredient@669a2ece]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2999 betterwithaddons:diamond_spade RecipeStage{tier='five', recipe=1xitem.diamond_spade@0:[net.minecraftforge.oredict.OreIngredient@13ac323b, net.minecraft.item.crafting.Ingredient@67f8528d, net.minecraftforge.oredict.OreIngredient@12f10c23]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3000 betterwithaddons:diamond_matchpick RecipeStage{tier='five', recipe=1xitem.diamond_matchpick@0:[net.minecraft.item.crafting.Ingredient@33ccf836, net.minecraft.item.crafting.Ingredient@1e3e6fb0, net.minecraftforge.oredict.OreIngredient@100371ad, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7fb12728, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7fb12728, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3001 betterwithaddons:diamond_masonpick RecipeStage{tier='five', recipe=1xitem.diamond_masonpick@0:[net.minecraftforge.oredict.OreIngredient@13ac323b, net.minecraft.item.crafting.Ingredient@548fe759, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@474ee065, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@474ee065]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3002 betterwithaddons:diamond_machete RecipeStage{tier='five', recipe=1xitem.diamond_machete@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@13ac323b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@13ac323b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@424a75fa, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3003 betterwithaddons:diamond_kukri RecipeStage{tier='five', recipe=1xitem.diamond_kukri@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@13ac323b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@13ac323b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@608d5cde, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3004 betterwithaddons:diamond_carpentersaw RecipeStage{tier='five', recipe=1xitem.diamond_carpentersaw@0:[net.minecraftforge.oredict.OreIngredient@13ac323b, net.minecraftforge.oredict.OreIngredient@13ac323b, net.minecraft.item.crafting.Ingredient@4c2c6e8c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3005 betterwithaddons:colored_brick_9 RecipeStage{tier='one', recipe=1xtile.bricks_stained@9:[net.minecraft.item.crafting.Ingredient@4b576511, net.minecraft.item.crafting.Ingredient@4b576511, net.minecraft.item.crafting.Ingredient@4b576511, net.minecraft.item.crafting.Ingredient@4b576511]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3006 betterwithaddons:colored_brick_8 RecipeStage{tier='one', recipe=1xtile.bricks_stained@8:[net.minecraft.item.crafting.Ingredient@73f8dde2, net.minecraft.item.crafting.Ingredient@73f8dde2, net.minecraft.item.crafting.Ingredient@73f8dde2, net.minecraft.item.crafting.Ingredient@73f8dde2]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3007 betterwithaddons:colored_brick_7 RecipeStage{tier='one', recipe=1xtile.bricks_stained@7:[net.minecraft.item.crafting.Ingredient@44d29052, net.minecraft.item.crafting.Ingredient@44d29052, net.minecraft.item.crafting.Ingredient@44d29052, net.minecraft.item.crafting.Ingredient@44d29052]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3008 betterwithaddons:colored_brick_6 RecipeStage{tier='one', recipe=1xtile.bricks_stained@6:[net.minecraft.item.crafting.Ingredient@1eb63b3b, net.minecraft.item.crafting.Ingredient@1eb63b3b, net.minecraft.item.crafting.Ingredient@1eb63b3b, net.minecraft.item.crafting.Ingredient@1eb63b3b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3009 betterwithaddons:colored_brick_5 RecipeStage{tier='one', recipe=1xtile.bricks_stained@5:[net.minecraft.item.crafting.Ingredient@1c3141c6, net.minecraft.item.crafting.Ingredient@1c3141c6, net.minecraft.item.crafting.Ingredient@1c3141c6, net.minecraft.item.crafting.Ingredient@1c3141c6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3010 betterwithaddons:colored_brick_4 RecipeStage{tier='one', recipe=1xtile.bricks_stained@4:[net.minecraft.item.crafting.Ingredient@786251dd, net.minecraft.item.crafting.Ingredient@786251dd, net.minecraft.item.crafting.Ingredient@786251dd, net.minecraft.item.crafting.Ingredient@786251dd]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3011 betterwithaddons:colored_brick_3 RecipeStage{tier='one', recipe=1xtile.bricks_stained@3:[net.minecraft.item.crafting.Ingredient@216e7389, net.minecraft.item.crafting.Ingredient@216e7389, net.minecraft.item.crafting.Ingredient@216e7389, net.minecraft.item.crafting.Ingredient@216e7389]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3012 betterwithaddons:colored_brick_2 RecipeStage{tier='one', recipe=1xtile.bricks_stained@2:[net.minecraft.item.crafting.Ingredient@72212f0f, net.minecraft.item.crafting.Ingredient@72212f0f, net.minecraft.item.crafting.Ingredient@72212f0f, net.minecraft.item.crafting.Ingredient@72212f0f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3013 betterwithaddons:colored_brick_15 RecipeStage{tier='one', recipe=1xtile.bricks_stained@15:[net.minecraft.item.crafting.Ingredient@85d0419, net.minecraft.item.crafting.Ingredient@85d0419, net.minecraft.item.crafting.Ingredient@85d0419, net.minecraft.item.crafting.Ingredient@85d0419]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3014 betterwithaddons:colored_brick_14 RecipeStage{tier='one', recipe=1xtile.bricks_stained@14:[net.minecraft.item.crafting.Ingredient@5a4507a0, net.minecraft.item.crafting.Ingredient@5a4507a0, net.minecraft.item.crafting.Ingredient@5a4507a0, net.minecraft.item.crafting.Ingredient@5a4507a0]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3015 betterwithaddons:colored_brick_13 RecipeStage{tier='one', recipe=1xtile.bricks_stained@13:[net.minecraft.item.crafting.Ingredient@2dea32e4, net.minecraft.item.crafting.Ingredient@2dea32e4, net.minecraft.item.crafting.Ingredient@2dea32e4, net.minecraft.item.crafting.Ingredient@2dea32e4]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3016 betterwithaddons:colored_brick_12 RecipeStage{tier='one', recipe=1xtile.bricks_stained@12:[net.minecraft.item.crafting.Ingredient@3986b7b, net.minecraft.item.crafting.Ingredient@3986b7b, net.minecraft.item.crafting.Ingredient@3986b7b, net.minecraft.item.crafting.Ingredient@3986b7b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3017 betterwithaddons:colored_brick_11 RecipeStage{tier='one', recipe=1xtile.bricks_stained@11:[net.minecraft.item.crafting.Ingredient@540231ee, net.minecraft.item.crafting.Ingredient@540231ee, net.minecraft.item.crafting.Ingredient@540231ee, net.minecraft.item.crafting.Ingredient@540231ee]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3018 betterwithaddons:colored_brick_10 RecipeStage{tier='one', recipe=1xtile.bricks_stained@10:[net.minecraft.item.crafting.Ingredient@4b7ab2e3, net.minecraft.item.crafting.Ingredient@4b7ab2e3, net.minecraft.item.crafting.Ingredient@4b7ab2e3, net.minecraft.item.crafting.Ingredient@4b7ab2e3]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3019 betterwithaddons:colored_brick_1 RecipeStage{tier='one', recipe=1xtile.bricks_stained@1:[net.minecraft.item.crafting.Ingredient@58fecd84, net.minecraft.item.crafting.Ingredient@58fecd84, net.minecraft.item.crafting.Ingredient@58fecd84, net.minecraft.item.crafting.Ingredient@58fecd84]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3020 betterwithaddons:colored_brick_0 RecipeStage{tier='one', recipe=1xtile.bricks_stained@0:[net.minecraft.item.crafting.Ingredient@5f6bd5cb, net.minecraft.item.crafting.Ingredient@5f6bd5cb, net.minecraft.item.crafting.Ingredient@5f6bd5cb, net.minecraft.item.crafting.Ingredient@5f6bd5cb]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3021 betterwithaddons:chute RecipeStage{tier='one', recipe=1xtile.chute@0:[type:SIDING parent:[1xtile.wood@0, 1xtile.wood@1, 1xtile.wood@2, 1xtile.wood@3, 1xtile.wood@4, 1xtile.wood@5, 1xtile.rustic.planks@0, 1xtile.rustic.planks@1, 1xtile.rustic.painted_wood_black@0, 1xtile.rustic.painted_wood_blue@0, 1xtile.rustic.painted_wood_brown@0, 1xtile.rustic.painted_wood_cyan@0, 1xtile.rustic.painted_wood_gray@0, 1xtile.rustic.painted_wood_green@0, 1xtile.rustic.painted_wood_light_blue@0, 1xtile.rustic.painted_wood_lime@0, 1xtile.rustic.painted_wood_magenta@0, 1xtile.rustic.painted_wood_orange@0, 1xtile.rustic.painted_wood_pink@0, 1xtile.rustic.painted_wood_purple@0, 1xtile.rustic.painted_wood_red@0, 1xtile.rustic.painted_wood_silver@0, 1xtile.rustic.painted_wood_white@0, 1xtile.rustic.painted_wood_yellow@0, 1xtile.chisel.planks-oak@0, 1xtile.chisel.planks-oak@1, 1xtile.chisel.planks-oak@2, 1xtile.chisel.planks-oak@3, 1xtile.chisel.planks-oak@4, 1xtile.chisel.planks-oak@5, 1xtile.chisel.planks-oak@6, 1xtile.chisel.planks-oak@7, 1xtile.chisel.planks-oak@8, 1xtile.chisel.planks-oak@9, 1xtile.chisel.planks-oak@10, 1xtile.chisel.planks-oak@11, 1xtile.chisel.planks-oak@12, 1xtile.chisel.planks-oak@13, 1xtile.chisel.planks-oak@14, 1xtile.chisel.planks-spruce@0, 1xtile.chisel.planks-spruce@1, 1xtile.chisel.planks-spruce@2, 1xtile.chisel.planks-spruce@3, 1xtile.chisel.planks-spruce@4, 1xtile.chisel.planks-spruce@5, 1xtile.chisel.planks-spruce@6, 1xtile.chisel.planks-spruce@7, 1xtile.chisel.planks-spruce@8, 1xtile.chisel.planks-spruce@9, 1xtile.chisel.planks-spruce@10, 1xtile.chisel.planks-spruce@11, 1xtile.chisel.planks-spruce@12, 1xtile.chisel.planks-spruce@13, 1xtile.chisel.planks-spruce@14, 1xtile.chisel.planks-birch@0, 1xtile.chisel.planks-birch@1, 1xtile.chisel.planks-birch@2, 1xtile.chisel.planks-birch@3, 1xtile.chisel.planks-birch@4, 1xtile.chisel.planks-birch@5, 1xtile.chisel.planks-birch@6, 1xtile.chisel.planks-birch@7, 1xtile.chisel.planks-birch@8, 1xtile.chisel.planks-birch@9, 1xtile.chisel.planks-birch@10, 1xtile.chisel.planks-birch@11, 1xtile.chisel.planks-birch@12, 1xtile.chisel.planks-birch@13, 1xtile.chisel.planks-birch@14, 1xtile.chisel.planks-jungle@0, 1xtile.chisel.planks-jungle@1, 1xtile.chisel.planks-jungle@2, 1xtile.chisel.planks-jungle@3, 1xtile.chisel.planks-jungle@4, 1xtile.chisel.planks-jungle@5, 1xtile.chisel.planks-jungle@6, 1xtile.chisel.planks-jungle@7, 1xtile.chisel.planks-jungle@8, 1xtile.chisel.planks-jungle@9, 1xtile.chisel.planks-jungle@10, 1xtile.chisel.planks-jungle@11, 1xtile.chisel.planks-jungle@12, 1xtile.chisel.planks-jungle@13, 1xtile.chisel.planks-jungle@14, 1xtile.chisel.planks-acacia@0, 1xtile.chisel.planks-acacia@1, 1xtile.chisel.planks-acacia@2, 1xtile.chisel.planks-acacia@3, 1xtile.chisel.planks-acacia@4, 1xtile.chisel.planks-acacia@5, 1xtile.chisel.planks-acacia@6, 1xtile.chisel.planks-acacia@7, 1xtile.chisel.planks-acacia@8, 1xtile.chisel.planks-acacia@9, 1xtile.chisel.planks-acacia@10, 1xtile.chisel.planks-acacia@11, 1xtile.chisel.planks-acacia@12, 1xtile.chisel.planks-acacia@13, 1xtile.chisel.planks-acacia@14, 1xtile.chisel.planks-dark-oak@0, 1xtile.chisel.planks-dark-oak@1, 1xtile.chisel.planks-dark-oak@2, 1xtile.chisel.planks-dark-oak@3, 1xtile.chisel.planks-dark-oak@4, 1xtile.chisel.planks-dark-oak@5, 1xtile.chisel.planks-dark-oak@6, 1xtile.chisel.planks-dark-oak@7, 1xtile.chisel.planks-dark-oak@8, 1xtile.chisel.planks-dark-oak@9, 1xtile.chisel.planks-dark-oak@10, 1xtile.chisel.planks-dark-oak@11, 1xtile.chisel.planks-dark-oak@12, 1xtile.chisel.planks-dark-oak@13, 1xtile.chisel.planks-dark-oak@14, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8, 1xtile.natura.nether_planks@0, 1xtile.natura.nether_planks@1, 1xtile.natura.nether_planks@2, 1xtile.natura.nether_planks@3, 1xtile.planks_sakura@0, 1xtile.planks_mulberry@0, 1xtile.blocks.integrateddynamics.menril_planks@0, 1xtile.primal.planks@0, 1xtile.primal.planks@1, 1xtile.primal.planks@2, 1xtile.primal.planks@3, 1xtile.dltplank@0, 1xtile.dreadplanks@0, 1xtile.thebetweenlands.weedwood_planks@0, 1xtile.thebetweenlands.rubber_tree_planks@0, 1xtile.thebetweenlands.giant_root_planks@0, 1xtile.thebetweenlands.hearthgrove_planks@0, 1xtile.thebetweenlands.nibbletwig_planks@0, 1xtile.twilightforest.TowerStone@0, 1xtile.twilightforest.TowerStone@1, 1xtile.twilightforest.TowerStone@2, 1xtile.twilightforest.TowerStone@3, 1xtile.twilightforest.TowerStone@4, 1xtile.totemic:cedar_plank@0, 1xtile.traverse:fir_planks@0, 1xtile.kepler22b_planks.0@0, 1xtile.primal.planks@0, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8], net.minecraft.item.crafting.Ingredient$1@7e2c8622, type:SIDING parent:[1xtile.wood@0, 1xtile.wood@1, 1xtile.wood@2, 1xtile.wood@3, 1xtile.wood@4, 1xtile.wood@5, 1xtile.rustic.planks@0, 1xtile.rustic.planks@1, 1xtile.rustic.painted_wood_black@0, 1xtile.rustic.painted_wood_blue@0, 1xtile.rustic.painted_wood_brown@0, 1xtile.rustic.painted_wood_cyan@0, 1xtile.rustic.painted_wood_gray@0, 1xtile.rustic.painted_wood_green@0, 1xtile.rustic.painted_wood_light_blue@0, 1xtile.rustic.painted_wood_lime@0, 1xtile.rustic.painted_wood_magenta@0, 1xtile.rustic.painted_wood_orange@0, 1xtile.rustic.painted_wood_pink@0, 1xtile.rustic.painted_wood_purple@0, 1xtile.rustic.painted_wood_red@0, 1xtile.rustic.painted_wood_silver@0, 1xtile.rustic.painted_wood_white@0, 1xtile.rustic.painted_wood_yellow@0, 1xtile.chisel.planks-oak@0, 1xtile.chisel.planks-oak@1, 1xtile.chisel.planks-oak@2, 1xtile.chisel.planks-oak@3, 1xtile.chisel.planks-oak@4, 1xtile.chisel.planks-oak@5, 1xtile.chisel.planks-oak@6, 1xtile.chisel.planks-oak@7, 1xtile.chisel.planks-oak@8, 1xtile.chisel.planks-oak@9, 1xtile.chisel.planks-oak@10, 1xtile.chisel.planks-oak@11, 1xtile.chisel.planks-oak@12, 1xtile.chisel.planks-oak@13, 1xtile.chisel.planks-oak@14, 1xtile.chisel.planks-spruce@0, 1xtile.chisel.planks-spruce@1, 1xtile.chisel.planks-spruce@2, 1xtile.chisel.planks-spruce@3, 1xtile.chisel.planks-spruce@4, 1xtile.chisel.planks-spruce@5, 1xtile.chisel.planks-spruce@6, 1xtile.chisel.planks-spruce@7, 1xtile.chisel.planks-spruce@8, 1xtile.chisel.planks-spruce@9, 1xtile.chisel.planks-spruce@10, 1xtile.chisel.planks-spruce@11, 1xtile.chisel.planks-spruce@12, 1xtile.chisel.planks-spruce@13, 1xtile.chisel.planks-spruce@14, 1xtile.chisel.planks-birch@0, 1xtile.chisel.planks-birch@1, 1xtile.chisel.planks-birch@2, 1xtile.chisel.planks-birch@3, 1xtile.chisel.planks-birch@4, 1xtile.chisel.planks-birch@5, 1xtile.chisel.planks-birch@6, 1xtile.chisel.planks-birch@7, 1xtile.chisel.planks-birch@8, 1xtile.chisel.planks-birch@9, 1xtile.chisel.planks-birch@10, 1xtile.chisel.planks-birch@11, 1xtile.chisel.planks-birch@12, 1xtile.chisel.planks-birch@13, 1xtile.chisel.planks-birch@14, 1xtile.chisel.planks-jungle@0, 1xtile.chisel.planks-jungle@1, 1xtile.chisel.planks-jungle@2, 1xtile.chisel.planks-jungle@3, 1xtile.chisel.planks-jungle@4, 1xtile.chisel.planks-jungle@5, 1xtile.chisel.planks-jungle@6, 1xtile.chisel.planks-jungle@7, 1xtile.chisel.planks-jungle@8, 1xtile.chisel.planks-jungle@9, 1xtile.chisel.planks-jungle@10, 1xtile.chisel.planks-jungle@11, 1xtile.chisel.planks-jungle@12, 1xtile.chisel.planks-jungle@13, 1xtile.chisel.planks-jungle@14, 1xtile.chisel.planks-acacia@0, 1xtile.chisel.planks-acacia@1, 1xtile.chisel.planks-acacia@2, 1xtile.chisel.planks-acacia@3, 1xtile.chisel.planks-acacia@4, 1xtile.chisel.planks-acacia@5, 1xtile.chisel.planks-acacia@6, 1xtile.chisel.planks-acacia@7, 1xtile.chisel.planks-acacia@8, 1xtile.chisel.planks-acacia@9, 1xtile.chisel.planks-acacia@10, 1xtile.chisel.planks-acacia@11, 1xtile.chisel.planks-acacia@12, 1xtile.chisel.planks-acacia@13, 1xtile.chisel.planks-acacia@14, 1xtile.chisel.planks-dark-oak@0, 1xtile.chisel.planks-dark-oak@1, 1xtile.chisel.planks-dark-oak@2, 1xtile.chisel.planks-dark-oak@3, 1xtile.chisel.planks-dark-oak@4, 1xtile.chisel.planks-dark-oak@5, 1xtile.chisel.planks-dark-oak@6, 1xtile.chisel.planks-dark-oak@7, 1xtile.chisel.planks-dark-oak@8, 1xtile.chisel.planks-dark-oak@9, 1xtile.chisel.planks-dark-oak@10, 1xtile.chisel.planks-dark-oak@11, 1xtile.chisel.planks-dark-oak@12, 1xtile.chisel.planks-dark-oak@13, 1xtile.chisel.planks-dark-oak@14, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8, 1xtile.natura.nether_planks@0, 1xtile.natura.nether_planks@1, 1xtile.natura.nether_planks@2, 1xtile.natura.nether_planks@3, 1xtile.planks_sakura@0, 1xtile.planks_mulberry@0, 1xtile.blocks.integrateddynamics.menril_planks@0, 1xtile.primal.planks@0, 1xtile.primal.planks@1, 1xtile.primal.planks@2, 1xtile.primal.planks@3, 1xtile.dltplank@0, 1xtile.dreadplanks@0, 1xtile.thebetweenlands.weedwood_planks@0, 1xtile.thebetweenlands.rubber_tree_planks@0, 1xtile.thebetweenlands.giant_root_planks@0, 1xtile.thebetweenlands.hearthgrove_planks@0, 1xtile.thebetweenlands.nibbletwig_planks@0, 1xtile.twilightforest.TowerStone@0, 1xtile.twilightforest.TowerStone@1, 1xtile.twilightforest.TowerStone@2, 1xtile.twilightforest.TowerStone@3, 1xtile.twilightforest.TowerStone@4, 1xtile.totemic:cedar_plank@0, 1xtile.traverse:fir_planks@0, 1xtile.kepler22b_planks.0@0, 1xtile.primal.planks@0, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8], net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1d593116, net.minecraft.item.crafting.Ingredient$1@7e2c8622, type:MOULDING parent:[1xtile.wood@0, 1xtile.wood@1, 1xtile.wood@2, 1xtile.wood@3, 1xtile.wood@4, 1xtile.wood@5, 1xtile.rustic.planks@0, 1xtile.rustic.planks@1, 1xtile.rustic.painted_wood_black@0, 1xtile.rustic.painted_wood_blue@0, 1xtile.rustic.painted_wood_brown@0, 1xtile.rustic.painted_wood_cyan@0, 1xtile.rustic.painted_wood_gray@0, 1xtile.rustic.painted_wood_green@0, 1xtile.rustic.painted_wood_light_blue@0, 1xtile.rustic.painted_wood_lime@0, 1xtile.rustic.painted_wood_magenta@0, 1xtile.rustic.painted_wood_orange@0, 1xtile.rustic.painted_wood_pink@0, 1xtile.rustic.painted_wood_purple@0, 1xtile.rustic.painted_wood_red@0, 1xtile.rustic.painted_wood_silver@0, 1xtile.rustic.painted_wood_white@0, 1xtile.rustic.painted_wood_yellow@0, 1xtile.chisel.planks-oak@0, 1xtile.chisel.planks-oak@1, 1xtile.chisel.planks-oak@2, 1xtile.chisel.planks-oak@3, 1xtile.chisel.planks-oak@4, 1xtile.chisel.planks-oak@5, 1xtile.chisel.planks-oak@6, 1xtile.chisel.planks-oak@7, 1xtile.chisel.planks-oak@8, 1xtile.chisel.planks-oak@9, 1xtile.chisel.planks-oak@10, 1xtile.chisel.planks-oak@11, 1xtile.chisel.planks-oak@12, 1xtile.chisel.planks-oak@13, 1xtile.chisel.planks-oak@14, 1xtile.chisel.planks-spruce@0, 1xtile.chisel.planks-spruce@1, 1xtile.chisel.planks-spruce@2, 1xtile.chisel.planks-spruce@3, 1xtile.chisel.planks-spruce@4, 1xtile.chisel.planks-spruce@5, 1xtile.chisel.planks-spruce@6, 1xtile.chisel.planks-spruce@7, 1xtile.chisel.planks-spruce@8, 1xtile.chisel.planks-spruce@9, 1xtile.chisel.planks-spruce@10, 1xtile.chisel.planks-spruce@11, 1xtile.chisel.planks-spruce@12, 1xtile.chisel.planks-spruce@13, 1xtile.chisel.planks-spruce@14, 1xtile.chisel.planks-birch@0, 1xtile.chisel.planks-birch@1, 1xtile.chisel.planks-birch@2, 1xtile.chisel.planks-birch@3, 1xtile.chisel.planks-birch@4, 1xtile.chisel.planks-birch@5, 1xtile.chisel.planks-birch@6, 1xtile.chisel.planks-birch@7, 1xtile.chisel.planks-birch@8, 1xtile.chisel.planks-birch@9, 1xtile.chisel.planks-birch@10, 1xtile.chisel.planks-birch@11, 1xtile.chisel.planks-birch@12, 1xtile.chisel.planks-birch@13, 1xtile.chisel.planks-birch@14, 1xtile.chisel.planks-jungle@0, 1xtile.chisel.planks-jungle@1, 1xtile.chisel.planks-jungle@2, 1xtile.chisel.planks-jungle@3, 1xtile.chisel.planks-jungle@4, 1xtile.chisel.planks-jungle@5, 1xtile.chisel.planks-jungle@6, 1xtile.chisel.planks-jungle@7, 1xtile.chisel.planks-jungle@8, 1xtile.chisel.planks-jungle@9, 1xtile.chisel.planks-jungle@10, 1xtile.chisel.planks-jungle@11, 1xtile.chisel.planks-jungle@12, 1xtile.chisel.planks-jungle@13, 1xtile.chisel.planks-jungle@14, 1xtile.chisel.planks-acacia@0, 1xtile.chisel.planks-acacia@1, 1xtile.chisel.planks-acacia@2, 1xtile.chisel.planks-acacia@3, 1xtile.chisel.planks-acacia@4, 1xtile.chisel.planks-acacia@5, 1xtile.chisel.planks-acacia@6, 1xtile.chisel.planks-acacia@7, 1xtile.chisel.planks-acacia@8, 1xtile.chisel.planks-acacia@9, 1xtile.chisel.planks-acacia@10, 1xtile.chisel.planks-acacia@11, 1xtile.chisel.planks-acacia@12, 1xtile.chisel.planks-acacia@13, 1xtile.chisel.planks-acacia@14, 1xtile.chisel.planks-dark-oak@0, 1xtile.chisel.planks-dark-oak@1, 1xtile.chisel.planks-dark-oak@2, 1xtile.chisel.planks-dark-oak@3, 1xtile.chisel.planks-dark-oak@4, 1xtile.chisel.planks-dark-oak@5, 1xtile.chisel.planks-dark-oak@6, 1xtile.chisel.planks-dark-oak@7, 1xtile.chisel.planks-dark-oak@8, 1xtile.chisel.planks-dark-oak@9, 1xtile.chisel.planks-dark-oak@10, 1xtile.chisel.planks-dark-oak@11, 1xtile.chisel.planks-dark-oak@12, 1xtile.chisel.planks-dark-oak@13, 1xtile.chisel.planks-dark-oak@14, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8, 1xtile.natura.nether_planks@0, 1xtile.natura.nether_planks@1, 1xtile.natura.nether_planks@2, 1xtile.natura.nether_planks@3, 1xtile.planks_sakura@0, 1xtile.planks_mulberry@0, 1xtile.blocks.integrateddynamics.menril_planks@0, 1xtile.primal.planks@0, 1xtile.primal.planks@1, 1xtile.primal.planks@2, 1xtile.primal.planks@3, 1xtile.dltplank@0, 1xtile.dreadplanks@0, 1xtile.thebetweenlands.weedwood_planks@0, 1xtile.thebetweenlands.rubber_tree_planks@0, 1xtile.thebetweenlands.giant_root_planks@0, 1xtile.thebetweenlands.hearthgrove_planks@0, 1xtile.thebetweenlands.nibbletwig_planks@0, 1xtile.twilightforest.TowerStone@0, 1xtile.twilightforest.TowerStone@1, 1xtile.twilightforest.TowerStone@2, 1xtile.twilightforest.TowerStone@3, 1xtile.twilightforest.TowerStone@4, 1xtile.totemic:cedar_plank@0, 1xtile.traverse:fir_planks@0, 1xtile.kepler22b_planks.0@0, 1xtile.primal.planks@0, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8], net.minecraftforge.oredict.OreIngredient@48033f2d, type:MOULDING parent:[1xtile.wood@0, 1xtile.wood@1, 1xtile.wood@2, 1xtile.wood@3, 1xtile.wood@4, 1xtile.wood@5, 1xtile.rustic.planks@0, 1xtile.rustic.planks@1, 1xtile.rustic.painted_wood_black@0, 1xtile.rustic.painted_wood_blue@0, 1xtile.rustic.painted_wood_brown@0, 1xtile.rustic.painted_wood_cyan@0, 1xtile.rustic.painted_wood_gray@0, 1xtile.rustic.painted_wood_green@0, 1xtile.rustic.painted_wood_light_blue@0, 1xtile.rustic.painted_wood_lime@0, 1xtile.rustic.painted_wood_magenta@0, 1xtile.rustic.painted_wood_orange@0, 1xtile.rustic.painted_wood_pink@0, 1xtile.rustic.painted_wood_purple@0, 1xtile.rustic.painted_wood_red@0, 1xtile.rustic.painted_wood_silver@0, 1xtile.rustic.painted_wood_white@0, 1xtile.rustic.painted_wood_yellow@0, 1xtile.chisel.planks-oak@0, 1xtile.chisel.planks-oak@1, 1xtile.chisel.planks-oak@2, 1xtile.chisel.planks-oak@3, 1xtile.chisel.planks-oak@4, 1xtile.chisel.planks-oak@5, 1xtile.chisel.planks-oak@6, 1xtile.chisel.planks-oak@7, 1xtile.chisel.planks-oak@8, 1xtile.chisel.planks-oak@9, 1xtile.chisel.planks-oak@10, 1xtile.chisel.planks-oak@11, 1xtile.chisel.planks-oak@12, 1xtile.chisel.planks-oak@13, 1xtile.chisel.planks-oak@14, 1xtile.chisel.planks-spruce@0, 1xtile.chisel.planks-spruce@1, 1xtile.chisel.planks-spruce@2, 1xtile.chisel.planks-spruce@3, 1xtile.chisel.planks-spruce@4, 1xtile.chisel.planks-spruce@5, 1xtile.chisel.planks-spruce@6, 1xtile.chisel.planks-spruce@7, 1xtile.chisel.planks-spruce@8, 1xtile.chisel.planks-spruce@9, 1xtile.chisel.planks-spruce@10, 1xtile.chisel.planks-spruce@11, 1xtile.chisel.planks-spruce@12, 1xtile.chisel.planks-spruce@13, 1xtile.chisel.planks-spruce@14, 1xtile.chisel.planks-birch@0, 1xtile.chisel.planks-birch@1, 1xtile.chisel.planks-birch@2, 1xtile.chisel.planks-birch@3, 1xtile.chisel.planks-birch@4, 1xtile.chisel.planks-birch@5, 1xtile.chisel.planks-birch@6, 1xtile.chisel.planks-birch@7, 1xtile.chisel.planks-birch@8, 1xtile.chisel.planks-birch@9, 1xtile.chisel.planks-birch@10, 1xtile.chisel.planks-birch@11, 1xtile.chisel.planks-birch@12, 1xtile.chisel.planks-birch@13, 1xtile.chisel.planks-birch@14, 1xtile.chisel.planks-jungle@0, 1xtile.chisel.planks-jungle@1, 1xtile.chisel.planks-jungle@2, 1xtile.chisel.planks-jungle@3, 1xtile.chisel.planks-jungle@4, 1xtile.chisel.planks-jungle@5, 1xtile.chisel.planks-jungle@6, 1xtile.chisel.planks-jungle@7, 1xtile.chisel.planks-jungle@8, 1xtile.chisel.planks-jungle@9, 1xtile.chisel.planks-jungle@10, 1xtile.chisel.planks-jungle@11, 1xtile.chisel.planks-jungle@12, 1xtile.chisel.planks-jungle@13, 1xtile.chisel.planks-jungle@14, 1xtile.chisel.planks-acacia@0, 1xtile.chisel.planks-acacia@1, 1xtile.chisel.planks-acacia@2, 1xtile.chisel.planks-acacia@3, 1xtile.chisel.planks-acacia@4, 1xtile.chisel.planks-acacia@5, 1xtile.chisel.planks-acacia@6, 1xtile.chisel.planks-acacia@7, 1xtile.chisel.planks-acacia@8, 1xtile.chisel.planks-acacia@9, 1xtile.chisel.planks-acacia@10, 1xtile.chisel.planks-acacia@11, 1xtile.chisel.planks-acacia@12, 1xtile.chisel.planks-acacia@13, 1xtile.chisel.planks-acacia@14, 1xtile.chisel.planks-dark-oak@0, 1xtile.chisel.planks-dark-oak@1, 1xtile.chisel.planks-dark-oak@2, 1xtile.chisel.planks-dark-oak@3, 1xtile.chisel.planks-dark-oak@4, 1xtile.chisel.planks-dark-oak@5, 1xtile.chisel.planks-dark-oak@6, 1xtile.chisel.planks-dark-oak@7, 1xtile.chisel.planks-dark-oak@8, 1xtile.chisel.planks-dark-oak@9, 1xtile.chisel.planks-dark-oak@10, 1xtile.chisel.planks-dark-oak@11, 1xtile.chisel.planks-dark-oak@12, 1xtile.chisel.planks-dark-oak@13, 1xtile.chisel.planks-dark-oak@14, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8, 1xtile.natura.nether_planks@0, 1xtile.natura.nether_planks@1, 1xtile.natura.nether_planks@2, 1xtile.natura.nether_planks@3, 1xtile.planks_sakura@0, 1xtile.planks_mulberry@0, 1xtile.blocks.integrateddynamics.menril_planks@0, 1xtile.primal.planks@0, 1xtile.primal.planks@1, 1xtile.primal.planks@2, 1xtile.primal.planks@3, 1xtile.dltplank@0, 1xtile.dreadplanks@0, 1xtile.thebetweenlands.weedwood_planks@0, 1xtile.thebetweenlands.rubber_tree_planks@0, 1xtile.thebetweenlands.giant_root_planks@0, 1xtile.thebetweenlands.hearthgrove_planks@0, 1xtile.thebetweenlands.nibbletwig_planks@0, 1xtile.twilightforest.TowerStone@0, 1xtile.twilightforest.TowerStone@1, 1xtile.twilightforest.TowerStone@2, 1xtile.twilightforest.TowerStone@3, 1xtile.twilightforest.TowerStone@4, 1xtile.totemic:cedar_plank@0, 1xtile.traverse:fir_planks@0, 1xtile.kepler22b_planks.0@0, 1xtile.primal.planks@0, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8]]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3022 betterwithaddons:chest_paper RecipeStage{tier='three', recipe=1xitem.chest_paper@0:[net.minecraft.item.crafting.Ingredient@794d599e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@794d599e, net.minecraft.item.crafting.Ingredient@794d599e, net.minecraft.item.crafting.Ingredient@794d599e, net.minecraft.item.crafting.Ingredient@794d599e, net.minecraft.item.crafting.Ingredient@794d599e, net.minecraft.item.crafting.Ingredient@794d599e, net.minecraft.item.crafting.Ingredient@794d599e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3023 betterwithaddons:box RecipeStage{tier='one', recipe=2xtile.box@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, type:SIDING parent:[1xtile.wood@0, 1xtile.wood@1, 1xtile.wood@2, 1xtile.wood@3, 1xtile.wood@4, 1xtile.wood@5, 1xtile.rustic.planks@0, 1xtile.rustic.planks@1, 1xtile.rustic.painted_wood_black@0, 1xtile.rustic.painted_wood_blue@0, 1xtile.rustic.painted_wood_brown@0, 1xtile.rustic.painted_wood_cyan@0, 1xtile.rustic.painted_wood_gray@0, 1xtile.rustic.painted_wood_green@0, 1xtile.rustic.painted_wood_light_blue@0, 1xtile.rustic.painted_wood_lime@0, 1xtile.rustic.painted_wood_magenta@0, 1xtile.rustic.painted_wood_orange@0, 1xtile.rustic.painted_wood_pink@0, 1xtile.rustic.painted_wood_purple@0, 1xtile.rustic.painted_wood_red@0, 1xtile.rustic.painted_wood_silver@0, 1xtile.rustic.painted_wood_white@0, 1xtile.rustic.painted_wood_yellow@0, 1xtile.chisel.planks-oak@0, 1xtile.chisel.planks-oak@1, 1xtile.chisel.planks-oak@2, 1xtile.chisel.planks-oak@3, 1xtile.chisel.planks-oak@4, 1xtile.chisel.planks-oak@5, 1xtile.chisel.planks-oak@6, 1xtile.chisel.planks-oak@7, 1xtile.chisel.planks-oak@8, 1xtile.chisel.planks-oak@9, 1xtile.chisel.planks-oak@10, 1xtile.chisel.planks-oak@11, 1xtile.chisel.planks-oak@12, 1xtile.chisel.planks-oak@13, 1xtile.chisel.planks-oak@14, 1xtile.chisel.planks-spruce@0, 1xtile.chisel.planks-spruce@1, 1xtile.chisel.planks-spruce@2, 1xtile.chisel.planks-spruce@3, 1xtile.chisel.planks-spruce@4, 1xtile.chisel.planks-spruce@5, 1xtile.chisel.planks-spruce@6, 1xtile.chisel.planks-spruce@7, 1xtile.chisel.planks-spruce@8, 1xtile.chisel.planks-spruce@9, 1xtile.chisel.planks-spruce@10, 1xtile.chisel.planks-spruce@11, 1xtile.chisel.planks-spruce@12, 1xtile.chisel.planks-spruce@13, 1xtile.chisel.planks-spruce@14, 1xtile.chisel.planks-birch@0, 1xtile.chisel.planks-birch@1, 1xtile.chisel.planks-birch@2, 1xtile.chisel.planks-birch@3, 1xtile.chisel.planks-birch@4, 1xtile.chisel.planks-birch@5, 1xtile.chisel.planks-birch@6, 1xtile.chisel.planks-birch@7, 1xtile.chisel.planks-birch@8, 1xtile.chisel.planks-birch@9, 1xtile.chisel.planks-birch@10, 1xtile.chisel.planks-birch@11, 1xtile.chisel.planks-birch@12, 1xtile.chisel.planks-birch@13, 1xtile.chisel.planks-birch@14, 1xtile.chisel.planks-jungle@0, 1xtile.chisel.planks-jungle@1, 1xtile.chisel.planks-jungle@2, 1xtile.chisel.planks-jungle@3, 1xtile.chisel.planks-jungle@4, 1xtile.chisel.planks-jungle@5, 1xtile.chisel.planks-jungle@6, 1xtile.chisel.planks-jungle@7, 1xtile.chisel.planks-jungle@8, 1xtile.chisel.planks-jungle@9, 1xtile.chisel.planks-jungle@10, 1xtile.chisel.planks-jungle@11, 1xtile.chisel.planks-jungle@12, 1xtile.chisel.planks-jungle@13, 1xtile.chisel.planks-jungle@14, 1xtile.chisel.planks-acacia@0, 1xtile.chisel.planks-acacia@1, 1xtile.chisel.planks-acacia@2, 1xtile.chisel.planks-acacia@3, 1xtile.chisel.planks-acacia@4, 1xtile.chisel.planks-acacia@5, 1xtile.chisel.planks-acacia@6, 1xtile.chisel.planks-acacia@7, 1xtile.chisel.planks-acacia@8, 1xtile.chisel.planks-acacia@9, 1xtile.chisel.planks-acacia@10, 1xtile.chisel.planks-acacia@11, 1xtile.chisel.planks-acacia@12, 1xtile.chisel.planks-acacia@13, 1xtile.chisel.planks-acacia@14, 1xtile.chisel.planks-dark-oak@0, 1xtile.chisel.planks-dark-oak@1, 1xtile.chisel.planks-dark-oak@2, 1xtile.chisel.planks-dark-oak@3, 1xtile.chisel.planks-dark-oak@4, 1xtile.chisel.planks-dark-oak@5, 1xtile.chisel.planks-dark-oak@6, 1xtile.chisel.planks-dark-oak@7, 1xtile.chisel.planks-dark-oak@8, 1xtile.chisel.planks-dark-oak@9, 1xtile.chisel.planks-dark-oak@10, 1xtile.chisel.planks-dark-oak@11, 1xtile.chisel.planks-dark-oak@12, 1xtile.chisel.planks-dark-oak@13, 1xtile.chisel.planks-dark-oak@14, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8, 1xtile.natura.nether_planks@0, 1xtile.natura.nether_planks@1, 1xtile.natura.nether_planks@2, 1xtile.natura.nether_planks@3, 1xtile.planks_sakura@0, 1xtile.planks_mulberry@0, 1xtile.blocks.integrateddynamics.menril_planks@0, 1xtile.primal.planks@0, 1xtile.primal.planks@1, 1xtile.primal.planks@2, 1xtile.primal.planks@3, 1xtile.dltplank@0, 1xtile.dreadplanks@0, 1xtile.thebetweenlands.weedwood_planks@0, 1xtile.thebetweenlands.rubber_tree_planks@0, 1xtile.thebetweenlands.giant_root_planks@0, 1xtile.thebetweenlands.hearthgrove_planks@0, 1xtile.thebetweenlands.nibbletwig_planks@0, 1xtile.twilightforest.TowerStone@0, 1xtile.twilightforest.TowerStone@1, 1xtile.twilightforest.TowerStone@2, 1xtile.twilightforest.TowerStone@3, 1xtile.twilightforest.TowerStone@4, 1xtile.totemic:cedar_plank@0, 1xtile.traverse:fir_planks@0, 1xtile.kepler22b_planks.0@0, 1xtile.primal.planks@0, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8], net.minecraft.item.crafting.Ingredient$1@7e2c8622, type:SIDING parent:[1xtile.wood@0, 1xtile.wood@1, 1xtile.wood@2, 1xtile.wood@3, 1xtile.wood@4, 1xtile.wood@5, 1xtile.rustic.planks@0, 1xtile.rustic.planks@1, 1xtile.rustic.painted_wood_black@0, 1xtile.rustic.painted_wood_blue@0, 1xtile.rustic.painted_wood_brown@0, 1xtile.rustic.painted_wood_cyan@0, 1xtile.rustic.painted_wood_gray@0, 1xtile.rustic.painted_wood_green@0, 1xtile.rustic.painted_wood_light_blue@0, 1xtile.rustic.painted_wood_lime@0, 1xtile.rustic.painted_wood_magenta@0, 1xtile.rustic.painted_wood_orange@0, 1xtile.rustic.painted_wood_pink@0, 1xtile.rustic.painted_wood_purple@0, 1xtile.rustic.painted_wood_red@0, 1xtile.rustic.painted_wood_silver@0, 1xtile.rustic.painted_wood_white@0, 1xtile.rustic.painted_wood_yellow@0, 1xtile.chisel.planks-oak@0, 1xtile.chisel.planks-oak@1, 1xtile.chisel.planks-oak@2, 1xtile.chisel.planks-oak@3, 1xtile.chisel.planks-oak@4, 1xtile.chisel.planks-oak@5, 1xtile.chisel.planks-oak@6, 1xtile.chisel.planks-oak@7, 1xtile.chisel.planks-oak@8, 1xtile.chisel.planks-oak@9, 1xtile.chisel.planks-oak@10, 1xtile.chisel.planks-oak@11, 1xtile.chisel.planks-oak@12, 1xtile.chisel.planks-oak@13, 1xtile.chisel.planks-oak@14, 1xtile.chisel.planks-spruce@0, 1xtile.chisel.planks-spruce@1, 1xtile.chisel.planks-spruce@2, 1xtile.chisel.planks-spruce@3, 1xtile.chisel.planks-spruce@4, 1xtile.chisel.planks-spruce@5, 1xtile.chisel.planks-spruce@6, 1xtile.chisel.planks-spruce@7, 1xtile.chisel.planks-spruce@8, 1xtile.chisel.planks-spruce@9, 1xtile.chisel.planks-spruce@10, 1xtile.chisel.planks-spruce@11, 1xtile.chisel.planks-spruce@12, 1xtile.chisel.planks-spruce@13, 1xtile.chisel.planks-spruce@14, 1xtile.chisel.planks-birch@0, 1xtile.chisel.planks-birch@1, 1xtile.chisel.planks-birch@2, 1xtile.chisel.planks-birch@3, 1xtile.chisel.planks-birch@4, 1xtile.chisel.planks-birch@5, 1xtile.chisel.planks-birch@6, 1xtile.chisel.planks-birch@7, 1xtile.chisel.planks-birch@8, 1xtile.chisel.planks-birch@9, 1xtile.chisel.planks-birch@10, 1xtile.chisel.planks-birch@11, 1xtile.chisel.planks-birch@12, 1xtile.chisel.planks-birch@13, 1xtile.chisel.planks-birch@14, 1xtile.chisel.planks-jungle@0, 1xtile.chisel.planks-jungle@1, 1xtile.chisel.planks-jungle@2, 1xtile.chisel.planks-jungle@3, 1xtile.chisel.planks-jungle@4, 1xtile.chisel.planks-jungle@5, 1xtile.chisel.planks-jungle@6, 1xtile.chisel.planks-jungle@7, 1xtile.chisel.planks-jungle@8, 1xtile.chisel.planks-jungle@9, 1xtile.chisel.planks-jungle@10, 1xtile.chisel.planks-jungle@11, 1xtile.chisel.planks-jungle@12, 1xtile.chisel.planks-jungle@13, 1xtile.chisel.planks-jungle@14, 1xtile.chisel.planks-acacia@0, 1xtile.chisel.planks-acacia@1, 1xtile.chisel.planks-acacia@2, 1xtile.chisel.planks-acacia@3, 1xtile.chisel.planks-acacia@4, 1xtile.chisel.planks-acacia@5, 1xtile.chisel.planks-acacia@6, 1xtile.chisel.planks-acacia@7, 1xtile.chisel.planks-acacia@8, 1xtile.chisel.planks-acacia@9, 1xtile.chisel.planks-acacia@10, 1xtile.chisel.planks-acacia@11, 1xtile.chisel.planks-acacia@12, 1xtile.chisel.planks-acacia@13, 1xtile.chisel.planks-acacia@14, 1xtile.chisel.planks-dark-oak@0, 1xtile.chisel.planks-dark-oak@1, 1xtile.chisel.planks-dark-oak@2, 1xtile.chisel.planks-dark-oak@3, 1xtile.chisel.planks-dark-oak@4, 1xtile.chisel.planks-dark-oak@5, 1xtile.chisel.planks-dark-oak@6, 1xtile.chisel.planks-dark-oak@7, 1xtile.chisel.planks-dark-oak@8, 1xtile.chisel.planks-dark-oak@9, 1xtile.chisel.planks-dark-oak@10, 1xtile.chisel.planks-dark-oak@11, 1xtile.chisel.planks-dark-oak@12, 1xtile.chisel.planks-dark-oak@13, 1xtile.chisel.planks-dark-oak@14, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8, 1xtile.natura.nether_planks@0, 1xtile.natura.nether_planks@1, 1xtile.natura.nether_planks@2, 1xtile.natura.nether_planks@3, 1xtile.planks_sakura@0, 1xtile.planks_mulberry@0, 1xtile.blocks.integrateddynamics.menril_planks@0, 1xtile.primal.planks@0, 1xtile.primal.planks@1, 1xtile.primal.planks@2, 1xtile.primal.planks@3, 1xtile.dltplank@0, 1xtile.dreadplanks@0, 1xtile.thebetweenlands.weedwood_planks@0, 1xtile.thebetweenlands.rubber_tree_planks@0, 1xtile.thebetweenlands.giant_root_planks@0, 1xtile.thebetweenlands.hearthgrove_planks@0, 1xtile.thebetweenlands.nibbletwig_planks@0, 1xtile.twilightforest.TowerStone@0, 1xtile.twilightforest.TowerStone@1, 1xtile.twilightforest.TowerStone@2, 1xtile.twilightforest.TowerStone@3, 1xtile.twilightforest.TowerStone@4, 1xtile.totemic:cedar_plank@0, 1xtile.traverse:fir_planks@0, 1xtile.kepler22b_planks.0@0, 1xtile.primal.planks@0, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8], net.minecraft.item.crafting.Ingredient$1@7e2c8622, type:SIDING parent:[1xtile.wood@0, 1xtile.wood@1, 1xtile.wood@2, 1xtile.wood@3, 1xtile.wood@4, 1xtile.wood@5, 1xtile.rustic.planks@0, 1xtile.rustic.planks@1, 1xtile.rustic.painted_wood_black@0, 1xtile.rustic.painted_wood_blue@0, 1xtile.rustic.painted_wood_brown@0, 1xtile.rustic.painted_wood_cyan@0, 1xtile.rustic.painted_wood_gray@0, 1xtile.rustic.painted_wood_green@0, 1xtile.rustic.painted_wood_light_blue@0, 1xtile.rustic.painted_wood_lime@0, 1xtile.rustic.painted_wood_magenta@0, 1xtile.rustic.painted_wood_orange@0, 1xtile.rustic.painted_wood_pink@0, 1xtile.rustic.painted_wood_purple@0, 1xtile.rustic.painted_wood_red@0, 1xtile.rustic.painted_wood_silver@0, 1xtile.rustic.painted_wood_white@0, 1xtile.rustic.painted_wood_yellow@0, 1xtile.chisel.planks-oak@0, 1xtile.chisel.planks-oak@1, 1xtile.chisel.planks-oak@2, 1xtile.chisel.planks-oak@3, 1xtile.chisel.planks-oak@4, 1xtile.chisel.planks-oak@5, 1xtile.chisel.planks-oak@6, 1xtile.chisel.planks-oak@7, 1xtile.chisel.planks-oak@8, 1xtile.chisel.planks-oak@9, 1xtile.chisel.planks-oak@10, 1xtile.chisel.planks-oak@11, 1xtile.chisel.planks-oak@12, 1xtile.chisel.planks-oak@13, 1xtile.chisel.planks-oak@14, 1xtile.chisel.planks-spruce@0, 1xtile.chisel.planks-spruce@1, 1xtile.chisel.planks-spruce@2, 1xtile.chisel.planks-spruce@3, 1xtile.chisel.planks-spruce@4, 1xtile.chisel.planks-spruce@5, 1xtile.chisel.planks-spruce@6, 1xtile.chisel.planks-spruce@7, 1xtile.chisel.planks-spruce@8, 1xtile.chisel.planks-spruce@9, 1xtile.chisel.planks-spruce@10, 1xtile.chisel.planks-spruce@11, 1xtile.chisel.planks-spruce@12, 1xtile.chisel.planks-spruce@13, 1xtile.chisel.planks-spruce@14, 1xtile.chisel.planks-birch@0, 1xtile.chisel.planks-birch@1, 1xtile.chisel.planks-birch@2, 1xtile.chisel.planks-birch@3, 1xtile.chisel.planks-birch@4, 1xtile.chisel.planks-birch@5, 1xtile.chisel.planks-birch@6, 1xtile.chisel.planks-birch@7, 1xtile.chisel.planks-birch@8, 1xtile.chisel.planks-birch@9, 1xtile.chisel.planks-birch@10, 1xtile.chisel.planks-birch@11, 1xtile.chisel.planks-birch@12, 1xtile.chisel.planks-birch@13, 1xtile.chisel.planks-birch@14, 1xtile.chisel.planks-jungle@0, 1xtile.chisel.planks-jungle@1, 1xtile.chisel.planks-jungle@2, 1xtile.chisel.planks-jungle@3, 1xtile.chisel.planks-jungle@4, 1xtile.chisel.planks-jungle@5, 1xtile.chisel.planks-jungle@6, 1xtile.chisel.planks-jungle@7, 1xtile.chisel.planks-jungle@8, 1xtile.chisel.planks-jungle@9, 1xtile.chisel.planks-jungle@10, 1xtile.chisel.planks-jungle@11, 1xtile.chisel.planks-jungle@12, 1xtile.chisel.planks-jungle@13, 1xtile.chisel.planks-jungle@14, 1xtile.chisel.planks-acacia@0, 1xtile.chisel.planks-acacia@1, 1xtile.chisel.planks-acacia@2, 1xtile.chisel.planks-acacia@3, 1xtile.chisel.planks-acacia@4, 1xtile.chisel.planks-acacia@5, 1xtile.chisel.planks-acacia@6, 1xtile.chisel.planks-acacia@7, 1xtile.chisel.planks-acacia@8, 1xtile.chisel.planks-acacia@9, 1xtile.chisel.planks-acacia@10, 1xtile.chisel.planks-acacia@11, 1xtile.chisel.planks-acacia@12, 1xtile.chisel.planks-acacia@13, 1xtile.chisel.planks-acacia@14, 1xtile.chisel.planks-dark-oak@0, 1xtile.chisel.planks-dark-oak@1, 1xtile.chisel.planks-dark-oak@2, 1xtile.chisel.planks-dark-oak@3, 1xtile.chisel.planks-dark-oak@4, 1xtile.chisel.planks-dark-oak@5, 1xtile.chisel.planks-dark-oak@6, 1xtile.chisel.planks-dark-oak@7, 1xtile.chisel.planks-dark-oak@8, 1xtile.chisel.planks-dark-oak@9, 1xtile.chisel.planks-dark-oak@10, 1xtile.chisel.planks-dark-oak@11, 1xtile.chisel.planks-dark-oak@12, 1xtile.chisel.planks-dark-oak@13, 1xtile.chisel.planks-dark-oak@14, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8, 1xtile.natura.nether_planks@0, 1xtile.natura.nether_planks@1, 1xtile.natura.nether_planks@2, 1xtile.natura.nether_planks@3, 1xtile.planks_sakura@0, 1xtile.planks_mulberry@0, 1xtile.blocks.integrateddynamics.menril_planks@0, 1xtile.primal.planks@0, 1xtile.primal.planks@1, 1xtile.primal.planks@2, 1xtile.primal.planks@3, 1xtile.dltplank@0, 1xtile.dreadplanks@0, 1xtile.thebetweenlands.weedwood_planks@0, 1xtile.thebetweenlands.rubber_tree_planks@0, 1xtile.thebetweenlands.giant_root_planks@0, 1xtile.thebetweenlands.hearthgrove_planks@0, 1xtile.thebetweenlands.nibbletwig_planks@0, 1xtile.twilightforest.TowerStone@0, 1xtile.twilightforest.TowerStone@1, 1xtile.twilightforest.TowerStone@2, 1xtile.twilightforest.TowerStone@3, 1xtile.twilightforest.TowerStone@4, 1xtile.totemic:cedar_plank@0, 1xtile.traverse:fir_planks@0, 1xtile.kepler22b_planks.0@0, 1xtile.primal.planks@0, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8], net.minecraft.item.crafting.Ingredient$1@7e2c8622, type:SIDING parent:[1xtile.wood@0, 1xtile.wood@1, 1xtile.wood@2, 1xtile.wood@3, 1xtile.wood@4, 1xtile.wood@5, 1xtile.rustic.planks@0, 1xtile.rustic.planks@1, 1xtile.rustic.painted_wood_black@0, 1xtile.rustic.painted_wood_blue@0, 1xtile.rustic.painted_wood_brown@0, 1xtile.rustic.painted_wood_cyan@0, 1xtile.rustic.painted_wood_gray@0, 1xtile.rustic.painted_wood_green@0, 1xtile.rustic.painted_wood_light_blue@0, 1xtile.rustic.painted_wood_lime@0, 1xtile.rustic.painted_wood_magenta@0, 1xtile.rustic.painted_wood_orange@0, 1xtile.rustic.painted_wood_pink@0, 1xtile.rustic.painted_wood_purple@0, 1xtile.rustic.painted_wood_red@0, 1xtile.rustic.painted_wood_silver@0, 1xtile.rustic.painted_wood_white@0, 1xtile.rustic.painted_wood_yellow@0, 1xtile.chisel.planks-oak@0, 1xtile.chisel.planks-oak@1, 1xtile.chisel.planks-oak@2, 1xtile.chisel.planks-oak@3, 1xtile.chisel.planks-oak@4, 1xtile.chisel.planks-oak@5, 1xtile.chisel.planks-oak@6, 1xtile.chisel.planks-oak@7, 1xtile.chisel.planks-oak@8, 1xtile.chisel.planks-oak@9, 1xtile.chisel.planks-oak@10, 1xtile.chisel.planks-oak@11, 1xtile.chisel.planks-oak@12, 1xtile.chisel.planks-oak@13, 1xtile.chisel.planks-oak@14, 1xtile.chisel.planks-spruce@0, 1xtile.chisel.planks-spruce@1, 1xtile.chisel.planks-spruce@2, 1xtile.chisel.planks-spruce@3, 1xtile.chisel.planks-spruce@4, 1xtile.chisel.planks-spruce@5, 1xtile.chisel.planks-spruce@6, 1xtile.chisel.planks-spruce@7, 1xtile.chisel.planks-spruce@8, 1xtile.chisel.planks-spruce@9, 1xtile.chisel.planks-spruce@10, 1xtile.chisel.planks-spruce@11, 1xtile.chisel.planks-spruce@12, 1xtile.chisel.planks-spruce@13, 1xtile.chisel.planks-spruce@14, 1xtile.chisel.planks-birch@0, 1xtile.chisel.planks-birch@1, 1xtile.chisel.planks-birch@2, 1xtile.chisel.planks-birch@3, 1xtile.chisel.planks-birch@4, 1xtile.chisel.planks-birch@5, 1xtile.chisel.planks-birch@6, 1xtile.chisel.planks-birch@7, 1xtile.chisel.planks-birch@8, 1xtile.chisel.planks-birch@9, 1xtile.chisel.planks-birch@10, 1xtile.chisel.planks-birch@11, 1xtile.chisel.planks-birch@12, 1xtile.chisel.planks-birch@13, 1xtile.chisel.planks-birch@14, 1xtile.chisel.planks-jungle@0, 1xtile.chisel.planks-jungle@1, 1xtile.chisel.planks-jungle@2, 1xtile.chisel.planks-jungle@3, 1xtile.chisel.planks-jungle@4, 1xtile.chisel.planks-jungle@5, 1xtile.chisel.planks-jungle@6, 1xtile.chisel.planks-jungle@7, 1xtile.chisel.planks-jungle@8, 1xtile.chisel.planks-jungle@9, 1xtile.chisel.planks-jungle@10, 1xtile.chisel.planks-jungle@11, 1xtile.chisel.planks-jungle@12, 1xtile.chisel.planks-jungle@13, 1xtile.chisel.planks-jungle@14, 1xtile.chisel.planks-acacia@0, 1xtile.chisel.planks-acacia@1, 1xtile.chisel.planks-acacia@2, 1xtile.chisel.planks-acacia@3, 1xtile.chisel.planks-acacia@4, 1xtile.chisel.planks-acacia@5, 1xtile.chisel.planks-acacia@6, 1xtile.chisel.planks-acacia@7, 1xtile.chisel.planks-acacia@8, 1xtile.chisel.planks-acacia@9, 1xtile.chisel.planks-acacia@10, 1xtile.chisel.planks-acacia@11, 1xtile.chisel.planks-acacia@12, 1xtile.chisel.planks-acacia@13, 1xtile.chisel.planks-acacia@14, 1xtile.chisel.planks-dark-oak@0, 1xtile.chisel.planks-dark-oak@1, 1xtile.chisel.planks-dark-oak@2, 1xtile.chisel.planks-dark-oak@3, 1xtile.chisel.planks-dark-oak@4, 1xtile.chisel.planks-dark-oak@5, 1xtile.chisel.planks-dark-oak@6, 1xtile.chisel.planks-dark-oak@7, 1xtile.chisel.planks-dark-oak@8, 1xtile.chisel.planks-dark-oak@9, 1xtile.chisel.planks-dark-oak@10, 1xtile.chisel.planks-dark-oak@11, 1xtile.chisel.planks-dark-oak@12, 1xtile.chisel.planks-dark-oak@13, 1xtile.chisel.planks-dark-oak@14, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8, 1xtile.natura.nether_planks@0, 1xtile.natura.nether_planks@1, 1xtile.natura.nether_planks@2, 1xtile.natura.nether_planks@3, 1xtile.planks_sakura@0, 1xtile.planks_mulberry@0, 1xtile.blocks.integrateddynamics.menril_planks@0, 1xtile.primal.planks@0, 1xtile.primal.planks@1, 1xtile.primal.planks@2, 1xtile.primal.planks@3, 1xtile.dltplank@0, 1xtile.dreadplanks@0, 1xtile.thebetweenlands.weedwood_planks@0, 1xtile.thebetweenlands.rubber_tree_planks@0, 1xtile.thebetweenlands.giant_root_planks@0, 1xtile.thebetweenlands.hearthgrove_planks@0, 1xtile.thebetweenlands.nibbletwig_planks@0, 1xtile.twilightforest.TowerStone@0, 1xtile.twilightforest.TowerStone@1, 1xtile.twilightforest.TowerStone@2, 1xtile.twilightforest.TowerStone@3, 1xtile.twilightforest.TowerStone@4, 1xtile.totemic:cedar_plank@0, 1xtile.traverse:fir_planks@0, 1xtile.kepler22b_planks.0@0, 1xtile.primal.planks@0, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8], net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3024 betterwithaddons:boots_paper RecipeStage{tier='three', recipe=1xitem.boots_paper@0:[net.minecraft.item.crafting.Ingredient@43d844a8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@43d844a8, net.minecraft.item.crafting.Ingredient@43d844a8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@43d844a8]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3025 betterwithaddons:block_matcher RecipeStage{tier='three', recipe=1xtile.block_matcher@0:[net.minecraftforge.oredict.OreIngredient@1cbe2c8a, net.minecraftforge.oredict.OreIngredient@1cbe2c8a, net.minecraftforge.oredict.OreIngredient@1cbe2c8a, net.minecraftforge.oredict.OreIngredient@2c03a049, net.minecraft.item.crafting.Ingredient@3e73a5aa, net.minecraftforge.oredict.OreIngredient@2c03a049, net.minecraftforge.oredict.OreIngredient@1cbe2c8a, net.minecraftforge.oredict.OreIngredient@1cbe2c8a, net.minecraftforge.oredict.OreIngredient@1cbe2c8a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3026 betterwithaddons:banner_detector RecipeStage{tier='three', recipe=1xtile.banner_detector@0:[net.minecraftforge.oredict.OreIngredient@58040169, net.minecraftforge.oredict.OreIngredient@58040169, net.minecraftforge.oredict.OreIngredient@58040169, net.minecraft.item.crafting.Ingredient@885a675, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@873d69a, net.minecraftforge.oredict.OreIngredient@58040169, net.minecraftforge.oredict.OreIngredient@58040169, net.minecraftforge.oredict.OreIngredient@58040169]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3027 betterwithaddons:bamboo_slats RecipeStage{tier='three', recipe=1xtile.slat@0:[net.minecraft.item.crafting.Ingredient@d936a5e, net.minecraft.item.crafting.Ingredient@d936a5e, net.minecraft.item.crafting.Ingredient@d936a5e, net.minecraft.item.crafting.Ingredient@d936a5e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3028 betterwithaddons:artifact_frame RecipeStage{tier='two', recipe=1xitem.artifact_frame@0:[net.minecraftforge.oredict.OreIngredient@578faf10, net.minecraft.item.crafting.Ingredient@1850aff7, net.minecraftforge.oredict.OreIngredient@578faf10, net.minecraftforge.oredict.OreIngredient@578faf10, net.minecraft.item.crafting.Ingredient@5f1011e0, net.minecraftforge.oredict.OreIngredient@578faf10, net.minecraftforge.oredict.OreIngredient@578faf10, net.minecraftforge.oredict.OreIngredient@578faf10, net.minecraftforge.oredict.OreIngredient@578faf10]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3040 betterwithaddons:ancestry_infuser RecipeStage{tier='three', recipe=1xtile.ancestry_infuser@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@46231e8a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@46231e8a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@435ee2a0, net.minecraft.item.crafting.Ingredient@4d69d1a, net.minecraft.item.crafting.Ingredient@435ee2a0]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3041 bibliocraft:yellow_typewriter RecipeStage{tier='three', recipe=1xtile.BiblioCraft:Typewriter@4:[net.minecraft.item.crafting.Ingredient@1158aeb9, net.minecraft.item.crafting.Ingredient@5da49685, net.minecraft.item.crafting.Ingredient@1158aeb9, net.minecraft.item.crafting.Ingredient@3c63b06, net.minecraft.item.crafting.Ingredient@1e667d5a, net.minecraft.item.crafting.Ingredient@3c63b06, net.minecraft.item.crafting.Ingredient@4a9f3549, net.minecraft.item.crafting.Ingredient@4a9f3549, net.minecraft.item.crafting.Ingredient@4a9f3549]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3042 bibliocraft:yellow_swordpedestal RecipeStage{tier='two', recipe=1xtile.BiblioCraft:SwordPedestal@4:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1f7dfd35, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1f7dfd35, net.minecraft.item.crafting.Ingredient@189d0371, net.minecraft.item.crafting.Ingredient@1f7dfd35]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3049 bibliocraft:white_typewriter RecipeStage{tier='three', recipe=1xtile.BiblioCraft:Typewriter@0:[net.minecraft.item.crafting.Ingredient@86b3550, net.minecraft.item.crafting.Ingredient@138ba619, net.minecraft.item.crafting.Ingredient@86b3550, net.minecraft.item.crafting.Ingredient@6e513d74, net.minecraft.item.crafting.Ingredient@52d1620f, net.minecraft.item.crafting.Ingredient@6e513d74, net.minecraft.item.crafting.Ingredient@3c11cb0, net.minecraft.item.crafting.Ingredient@3c11cb0, net.minecraft.item.crafting.Ingredient@3c11cb0]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3050 bibliocraft:white_swordpedestal RecipeStage{tier='two', recipe=1xtile.BiblioCraft:SwordPedestal@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@785e9fea, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@785e9fea, net.minecraft.item.crafting.Ingredient@13cc587f, net.minecraft.item.crafting.Ingredient@785e9fea]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3051 bibliocraft:white_lanterniron RecipeStage{tier='two', recipe=1xtile.BiblioCraft:LanternIron@0:[net.minecraft.item.crafting.Ingredient@71ea6070, net.minecraft.item.crafting.Ingredient@1f7789cd, net.minecraft.item.crafting.Ingredient@71ea6070, net.minecraft.item.crafting.Ingredient@78403eaf, net.minecraft.item.crafting.Ingredient@39b8c0e0, net.minecraft.item.crafting.Ingredient@78403eaf, net.minecraft.item.crafting.Ingredient@71ea6070, net.minecraft.item.crafting.Ingredient@1f7789cd, net.minecraft.item.crafting.Ingredient@71ea6070]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3052 bibliocraft:white_lanterngold RecipeStage{tier='two', recipe=1xtile.BiblioCraft:LanternGold@0:[net.minecraft.item.crafting.Ingredient@182adf19, net.minecraft.item.crafting.Ingredient@3d53146c, net.minecraft.item.crafting.Ingredient@182adf19, net.minecraft.item.crafting.Ingredient@4152f6a4, net.minecraft.item.crafting.Ingredient@6daae7c, net.minecraft.item.crafting.Ingredient@4152f6a4, net.minecraft.item.crafting.Ingredient@182adf19, net.minecraft.item.crafting.Ingredient@3d53146c, net.minecraft.item.crafting.Ingredient@182adf19]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3053 bibliocraft:white_lampiron RecipeStage{tier='two', recipe=1xtile.BiblioCraft:LampIron@0:[net.minecraft.item.crafting.Ingredient@5e2565a2, net.minecraft.item.crafting.Ingredient@53518096, net.minecraft.item.crafting.Ingredient@5e2565a2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5ac792e8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@cc72f54, net.minecraft.item.crafting.Ingredient@5ac792e8, net.minecraft.item.crafting.Ingredient@cc72f54]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3054 bibliocraft:white_lampgold RecipeStage{tier='two', recipe=1xtile.BiblioCraft:LampGold@0:[net.minecraft.item.crafting.Ingredient@49494213, net.minecraft.item.crafting.Ingredient@230e2738, net.minecraft.item.crafting.Ingredient@49494213, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3d53e693, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3d063183, net.minecraft.item.crafting.Ingredient@3d53e693, net.minecraft.item.crafting.Ingredient@3d063183]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3061 bibliocraft:typesettingtable RecipeStage{tier='three', recipe=1xtile.BiblioCraft:TypesettingTable@0:[net.minecraft.item.crafting.Ingredient@705d775f, net.minecraft.item.crafting.Ingredient@201a1492, net.minecraft.item.crafting.Ingredient@705d775f, net.minecraft.item.crafting.Ingredient@6e70b245, net.minecraft.item.crafting.Ingredient@6e70b245, net.minecraft.item.crafting.Ingredient@6e70b245, net.minecraft.item.crafting.Ingredient@1cf164d7, net.minecraft.item.crafting.Ingredient@42b38704, net.minecraft.item.crafting.Ingredient@1cf164d7]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3063 bibliocraft:tapemeasure RecipeStage{tier='three', recipe=1xitem.tapeMeasure@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@47f80c89, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@47f80c89, net.minecraft.item.crafting.Ingredient@8c963da, net.minecraft.item.crafting.Ingredient@47f80c89, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@47f80c89, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3066 bibliocraft:spruce_toolrack RecipeStage{tier='one', recipe=1xtile.BiblioCraft:ToolRack@1:[net.minecraft.item.crafting.Ingredient@757172cf, net.minecraft.item.crafting.Ingredient@757172cf, net.minecraft.item.crafting.Ingredient@757172cf, net.minecraft.item.crafting.Ingredient@757172cf, net.minecraft.item.crafting.Ingredient@b709ae2, net.minecraft.item.crafting.Ingredient@757172cf, net.minecraft.item.crafting.Ingredient@757172cf, net.minecraft.item.crafting.Ingredient@757172cf, net.minecraft.item.crafting.Ingredient@757172cf]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3067 bibliocraft:spruce_table RecipeStage{tier='two', recipe=1xtile.BiblioCraft:Table@1:[net.minecraft.item.crafting.Ingredient@24473690, net.minecraft.item.crafting.Ingredient@24473690, net.minecraft.item.crafting.Ingredient@24473690, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7108d1c8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7108d1c8, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3068 bibliocraft:spruce_shelf RecipeStage{tier='one', recipe=1xtile.BiblioCraft:Shelf@1:[net.minecraft.item.crafting.Ingredient@496bf59d, net.minecraft.item.crafting.Ingredient@496bf59d, net.minecraft.item.crafting.Ingredient@496bf59d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3f5e7126, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@496bf59d, net.minecraft.item.crafting.Ingredient@496bf59d, net.minecraft.item.crafting.Ingredient@496bf59d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3069 bibliocraft:spruce_seatback5 RecipeStage{tier='two', recipe=1xitem.seatback5@1:[net.minecraft.item.crafting.Ingredient@2c00f04b, net.minecraft.item.crafting.Ingredient@25b8c914, net.minecraft.item.crafting.Ingredient@457b2cd2]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3070 bibliocraft:spruce_seatback4 RecipeStage{tier='two', recipe=1xitem.seatback4@1:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1f94064d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5f0fb8b2, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3071 bibliocraft:spruce_seatback3 RecipeStage{tier='two', recipe=1xitem.seatback3@1:[net.minecraft.item.crafting.Ingredient@3d4a0ec7, net.minecraft.item.crafting.Ingredient@7c10b62a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3072 bibliocraft:spruce_seatback2 RecipeStage{tier='two', recipe=1xitem.seatback2@1:[net.minecraft.item.crafting.Ingredient@7b88aeb7, net.minecraft.item.crafting.Ingredient@3996b004, net.minecraft.item.crafting.Ingredient@7b88aeb7, net.minecraft.item.crafting.Ingredient@7b88aeb7, net.minecraft.item.crafting.Ingredient@2baa1b81, net.minecraft.item.crafting.Ingredient@7b88aeb7, net.minecraft.item.crafting.Ingredient@7b88aeb7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7b88aeb7]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3073 bibliocraft:spruce_seatback1 RecipeStage{tier='two', recipe=1xitem.seatback1@1:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@18d6aafb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@725e335e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@62d4de16, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@62d4de16]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3074 bibliocraft:spruce_seat RecipeStage{tier='two', recipe=1xtile.BiblioCraft:Seat@1:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@69e46265, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2aebd644, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@116b6233, net.minecraft.item.crafting.Ingredient@235d0d1a, net.minecraft.item.crafting.Ingredient@116b6233]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3075 bibliocraft:spruce_potionshelf RecipeStage{tier='three', recipe=1xtile.BiblioCraft:PotionShelf@1:[net.minecraft.item.crafting.Ingredient@4e179ba7, net.minecraft.item.crafting.Ingredient@4e179ba7, net.minecraft.item.crafting.Ingredient@4e179ba7, net.minecraft.item.crafting.Ingredient@1c83605a, net.minecraft.item.crafting.Ingredient@3b27c6e6, net.minecraft.item.crafting.Ingredient@1c83605a, net.minecraft.item.crafting.Ingredient@4e179ba7, net.minecraft.item.crafting.Ingredient@4e179ba7, net.minecraft.item.crafting.Ingredient@4e179ba7]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3076 bibliocraft:spruce_paintingframesimple RecipeStage{tier='two', recipe=1xtile.BiblioCraft:PaintingFrameSimple@1:[net.minecraft.item.crafting.Ingredient@61513781, net.minecraft.item.crafting.Ingredient@70d98dd5, net.minecraft.item.crafting.Ingredient@61513781, net.minecraft.item.crafting.Ingredient@70d98dd5, net.minecraft.item.crafting.Ingredient@46668701, net.minecraft.item.crafting.Ingredient@70d98dd5, net.minecraft.item.crafting.Ingredient@61513781, net.minecraft.item.crafting.Ingredient@70d98dd5, net.minecraft.item.crafting.Ingredient@61513781]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3077 bibliocraft:spruce_paintingframemiddle RecipeStage{tier='two', recipe=1xtile.BiblioCraft:PaintingFrameMiddle@1:[net.minecraft.item.crafting.Ingredient@1d2442d9, net.minecraft.item.crafting.Ingredient@76b5eb76, net.minecraft.item.crafting.Ingredient@1d2442d9, net.minecraft.item.crafting.Ingredient@1d2442d9, net.minecraft.item.crafting.Ingredient@169932fe, net.minecraft.item.crafting.Ingredient@1d2442d9, net.minecraft.item.crafting.Ingredient@1d2442d9, net.minecraft.item.crafting.Ingredient@76b5eb76, net.minecraft.item.crafting.Ingredient@1d2442d9]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3078 bibliocraft:spruce_paintingframeflat RecipeStage{tier='two', recipe=1xtile.BiblioCraft:PaintingFrameFlat@1:[net.minecraft.item.crafting.Ingredient@62f5c564, net.minecraft.item.crafting.Ingredient@62f5c564, net.minecraft.item.crafting.Ingredient@62f5c564, net.minecraft.item.crafting.Ingredient@62f5c564, net.minecraft.item.crafting.Ingredient@49852a36, net.minecraft.item.crafting.Ingredient@62f5c564, net.minecraft.item.crafting.Ingredient@62f5c564, net.minecraft.item.crafting.Ingredient@62f5c564, net.minecraft.item.crafting.Ingredient@62f5c564]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3079 bibliocraft:spruce_paintingframefancy RecipeStage{tier='two', recipe=1xtile.BiblioCraft:PaintingFrameFancy@1:[net.minecraft.item.crafting.Ingredient@373c0a7d, net.minecraft.item.crafting.Ingredient@373c0a7d, net.minecraft.item.crafting.Ingredient@373c0a7d, net.minecraft.item.crafting.Ingredient@373c0a7d, net.minecraft.item.crafting.Ingredient@13141b9b, net.minecraft.item.crafting.Ingredient@373c0a7d, net.minecraft.item.crafting.Ingredient@373c0a7d, net.minecraft.item.crafting.Ingredient@373c0a7d, net.minecraft.item.crafting.Ingredient@373c0a7d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3080 bibliocraft:spruce_paintingframeborderless RecipeStage{tier='two', recipe=1xtile.BiblioCraft:PaintingFrameBorderless@1:[net.minecraft.item.crafting.Ingredient@7368b3c0, net.minecraft.item.crafting.Ingredient@2a5ff3ed, net.minecraft.item.crafting.Ingredient@7368b3c0, net.minecraft.item.crafting.Ingredient@2a5ff3ed, net.minecraft.item.crafting.Ingredient@2a5ff3ed, net.minecraft.item.crafting.Ingredient@2a5ff3ed, net.minecraft.item.crafting.Ingredient@7368b3c0, net.minecraft.item.crafting.Ingredient@2a5ff3ed, net.minecraft.item.crafting.Ingredient@7368b3c0]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3081 bibliocraft:spruce_mapframe RecipeStage{tier='two', recipe=1xtile.BiblioCraft:MapFrame@1:[net.minecraft.item.crafting.Ingredient@6330c807, net.minecraft.item.crafting.Ingredient@6330c807, net.minecraft.item.crafting.Ingredient@6330c807, net.minecraft.item.crafting.Ingredient@6330c807, net.minecraft.item.crafting.Ingredient@334cc66, net.minecraft.item.crafting.Ingredient@6330c807, net.minecraft.item.crafting.Ingredient@6330c807, net.minecraft.item.crafting.Ingredient@6330c807, net.minecraft.item.crafting.Ingredient@6330c807]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3082 bibliocraft:spruce_label RecipeStage{tier='two', recipe=1xtile.BiblioCraft:Label@1:[net.minecraft.item.crafting.Ingredient@5c06c3e0, net.minecraft.item.crafting.Ingredient@5c06c3e0, net.minecraft.item.crafting.Ingredient@5c06c3e0, net.minecraft.item.crafting.Ingredient@5c06c3e0, net.minecraft.item.crafting.Ingredient@5c06c3e0, net.minecraft.item.crafting.Ingredient@5c06c3e0]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3083 bibliocraft:spruce_furniturepaneler RecipeStage{tier='two', recipe=1xtile.BiblioCraft:FurniturePaneler@1:[net.minecraft.item.crafting.Ingredient@53e17396, net.minecraft.item.crafting.Ingredient@4ef4bf5a, net.minecraft.item.crafting.Ingredient@53e17396, net.minecraft.item.crafting.Ingredient@7e202e94, net.minecraft.item.crafting.Ingredient@7e202e94, net.minecraft.item.crafting.Ingredient@7e202e94, net.minecraft.item.crafting.Ingredient@42557ae8, net.minecraft.item.crafting.Ingredient@42557ae8, net.minecraft.item.crafting.Ingredient@42557ae8]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3084 bibliocraft:spruce_framedchest RecipeStage{tier='two', recipe=1xtile.BiblioCraft:FramedChest@1:[net.minecraft.item.crafting.Ingredient@76e1de7f, net.minecraft.item.crafting.Ingredient@76e1de7f, net.minecraft.item.crafting.Ingredient@76e1de7f, net.minecraft.item.crafting.Ingredient@76e1de7f, net.minecraft.item.crafting.Ingredient@1a8ec28a, net.minecraft.item.crafting.Ingredient@76e1de7f, net.minecraft.item.crafting.Ingredient@76e1de7f, net.minecraft.item.crafting.Ingredient@76e1de7f, net.minecraft.item.crafting.Ingredient@76e1de7f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3085 bibliocraft:spruce_fancyworkbench RecipeStage{tier='two', recipe=1xtile.BiblioCraft:FancyWorkbench@1:[net.minecraft.item.crafting.Ingredient@7787c230, net.minecraft.item.crafting.Ingredient@3827ff42, net.minecraft.item.crafting.Ingredient@2bcf9b59, net.minecraft.item.crafting.Ingredient@119cf603, net.minecraft.item.crafting.Ingredient@4efbb017, net.minecraft.item.crafting.Ingredient@119cf603, net.minecraft.item.crafting.Ingredient@119cf603, net.minecraft.item.crafting.Ingredient@119cf603, net.minecraft.item.crafting.Ingredient@119cf603]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3086 bibliocraft:spruce_fancysign RecipeStage{tier='two', recipe=1xtile.BiblioCraft:FancySign@1:[net.minecraft.item.crafting.Ingredient@44d2e741, net.minecraft.item.crafting.Ingredient@3356a822, net.minecraft.item.crafting.Ingredient@734487ae]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3087 bibliocraft:spruce_desk RecipeStage{tier='two', recipe=1xtile.BiblioCraft:Desk@1:[net.minecraft.item.crafting.Ingredient@52b6d5d1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6cb78661, net.minecraft.item.crafting.Ingredient@675f5190, net.minecraft.item.crafting.Ingredient@675f5190, net.minecraft.item.crafting.Ingredient@675f5190, net.minecraft.item.crafting.Ingredient@59669124, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@59669124]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3088 bibliocraft:spruce_clock RecipeStage{tier='three', recipe=1xtile.BiblioCraft:Clock@1:[net.minecraft.item.crafting.Ingredient@1652cfc5, net.minecraft.item.crafting.Ingredient@1f4db634, net.minecraft.item.crafting.Ingredient@1652cfc5, net.minecraft.item.crafting.Ingredient@1652cfc5, net.minecraft.item.crafting.Ingredient@6914e08b, net.minecraft.item.crafting.Ingredient@1652cfc5, net.minecraft.item.crafting.Ingredient@1652cfc5, net.minecraft.item.crafting.Ingredient@6f1c8751, net.minecraft.item.crafting.Ingredient@1652cfc5]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3089 bibliocraft:spruce_case RecipeStage{tier='two', recipe=1xtile.BiblioCraft:Case@1:[net.minecraft.item.crafting.Ingredient@584d2ef2, net.minecraft.item.crafting.Ingredient@5df8444b, net.minecraft.item.crafting.Ingredient@584d2ef2, net.minecraft.item.crafting.Ingredient@584d2ef2, net.minecraft.item.crafting.Ingredient@359cc8aa, net.minecraft.item.crafting.Ingredient@584d2ef2, net.minecraft.item.crafting.Ingredient@584d2ef2, net.minecraft.item.crafting.Ingredient@584d2ef2, net.minecraft.item.crafting.Ingredient@584d2ef2]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3090 bibliocraft:spruce_bookcase RecipeStage{tier='two', recipe=1xtile.BiblioCraft:Bookcase@1:[net.minecraft.item.crafting.Ingredient@73615425, net.minecraft.item.crafting.Ingredient@57059ef4, net.minecraft.item.crafting.Ingredient@73615425, net.minecraft.item.crafting.Ingredient@73615425, net.minecraft.item.crafting.Ingredient@57059ef4, net.minecraft.item.crafting.Ingredient@73615425, net.minecraft.item.crafting.Ingredient@73615425, net.minecraft.item.crafting.Ingredient@57059ef4, net.minecraft.item.crafting.Ingredient@73615425]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3091 bibliocraft:spruce_armorstand RecipeStage{tier='two', recipe=1xtile.BiblioCraft:ArmorStand@1:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@17779eab, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@17779eab, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5408bacc, net.minecraft.item.crafting.Ingredient@5408bacc, net.minecraft.item.crafting.Ingredient@5408bacc]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3092 bibliocraft:slottedbook net.minecraft.item.crafting.ShapelessRecipes@7f3fc7bb +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3093 bibliocraft:red_typewriter RecipeStage{tier='three', recipe=1xtile.BiblioCraft:Typewriter@14:[net.minecraft.item.crafting.Ingredient@c79d1df, net.minecraft.item.crafting.Ingredient@d7acdf4, net.minecraft.item.crafting.Ingredient@c79d1df, net.minecraft.item.crafting.Ingredient@1d482d9f, net.minecraft.item.crafting.Ingredient@35f2caed, net.minecraft.item.crafting.Ingredient@1d482d9f, net.minecraft.item.crafting.Ingredient@77c702a5, net.minecraft.item.crafting.Ingredient@77c702a5, net.minecraft.item.crafting.Ingredient@77c702a5]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3094 bibliocraft:red_swordpedestal RecipeStage{tier='two', recipe=1xtile.BiblioCraft:SwordPedestal@14:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1cea6bbf, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1cea6bbf, net.minecraft.item.crafting.Ingredient@7ba293b2, net.minecraft.item.crafting.Ingredient@1cea6bbf]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3101 bibliocraft:reading_glasses RecipeStage{tier='three', recipe=1xitem.BiblioGlasses@0:[net.minecraft.item.crafting.Ingredient@1a907f78, net.minecraft.item.crafting.Ingredient@2f540dd1, net.minecraft.item.crafting.Ingredient@1a907f78, net.minecraft.item.crafting.Ingredient@6d34a9d0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6d34a9d0]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3102 bibliocraft:purple_typewriter RecipeStage{tier='three', recipe=1xtile.BiblioCraft:Typewriter@10:[net.minecraft.item.crafting.Ingredient@30fc11f3, net.minecraft.item.crafting.Ingredient@177f6617, net.minecraft.item.crafting.Ingredient@30fc11f3, net.minecraft.item.crafting.Ingredient@3f49c6fc, net.minecraft.item.crafting.Ingredient@35e5a2d3, net.minecraft.item.crafting.Ingredient@3f49c6fc, net.minecraft.item.crafting.Ingredient@65464e15, net.minecraft.item.crafting.Ingredient@65464e15, net.minecraft.item.crafting.Ingredient@65464e15]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3103 bibliocraft:purple_swordpedestal RecipeStage{tier='two', recipe=1xtile.BiblioCraft:SwordPedestal@10:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@37e08095, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@37e08095, net.minecraft.item.crafting.Ingredient@10390b6e, net.minecraft.item.crafting.Ingredient@37e08095]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3112 bibliocraft:pink_typewriter RecipeStage{tier='three', recipe=1xtile.BiblioCraft:Typewriter@6:[net.minecraft.item.crafting.Ingredient@74f0da21, net.minecraft.item.crafting.Ingredient@3b3d8a3c, net.minecraft.item.crafting.Ingredient@74f0da21, net.minecraft.item.crafting.Ingredient@61714205, net.minecraft.item.crafting.Ingredient@2c915d99, net.minecraft.item.crafting.Ingredient@61714205, net.minecraft.item.crafting.Ingredient@5e42abf8, net.minecraft.item.crafting.Ingredient@5e42abf8, net.minecraft.item.crafting.Ingredient@5e42abf8]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3113 bibliocraft:pink_swordpedestal RecipeStage{tier='two', recipe=1xtile.BiblioCraft:SwordPedestal@6:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@f7e2662, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@f7e2662, net.minecraft.item.crafting.Ingredient@4bf07b6d, net.minecraft.item.crafting.Ingredient@f7e2662]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3120 bibliocraft:paintingpress RecipeStage{tier='three', recipe=1xtile.BiblioCraft:PaintingPress@0:[net.minecraft.item.crafting.Ingredient@53f649f6, net.minecraft.item.crafting.Ingredient@53f649f6, net.minecraft.item.crafting.Ingredient@53f649f6, net.minecraft.item.crafting.Ingredient@53f649f6, net.minecraft.item.crafting.Ingredient@4e0317ea, net.minecraft.item.crafting.Ingredient@53f649f6, net.minecraft.item.crafting.Ingredient@16d4b7fe, net.minecraft.item.crafting.Ingredient@16d4b7fe, net.minecraft.item.crafting.Ingredient@16d4b7fe]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3121 bibliocraft:paintingcanvas RecipeStage{tier='two', recipe=1xitem.PaintingCanvas@0:[net.minecraft.item.crafting.Ingredient@4c9b5914, net.minecraft.item.crafting.Ingredient@6fa8109f, net.minecraft.item.crafting.Ingredient@4c9b5914, net.minecraft.item.crafting.Ingredient@6fa8109f, net.minecraft.item.crafting.Ingredient@ac262f6, net.minecraft.item.crafting.Ingredient@6fa8109f, net.minecraft.item.crafting.Ingredient@4c9b5914, net.minecraft.item.crafting.Ingredient@6fa8109f, net.minecraft.item.crafting.Ingredient@4c9b5914]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3122 bibliocraft:orange_typewriter RecipeStage{tier='three', recipe=1xtile.BiblioCraft:Typewriter@1:[net.minecraft.item.crafting.Ingredient@2b57b591, net.minecraft.item.crafting.Ingredient@4e1cb8a0, net.minecraft.item.crafting.Ingredient@2b57b591, net.minecraft.item.crafting.Ingredient@10f5ab35, net.minecraft.item.crafting.Ingredient@370df7d6, net.minecraft.item.crafting.Ingredient@10f5ab35, net.minecraft.item.crafting.Ingredient@2160379b, net.minecraft.item.crafting.Ingredient@2160379b, net.minecraft.item.crafting.Ingredient@2160379b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3123 bibliocraft:orange_swordpedestal RecipeStage{tier='two', recipe=1xtile.BiblioCraft:SwordPedestal@1:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4f942023, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4f942023, net.minecraft.item.crafting.Ingredient@570b1444, net.minecraft.item.crafting.Ingredient@4f942023]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3130 bibliocraft:oak_toolrack RecipeStage{tier='one', recipe=1xtile.BiblioCraft:ToolRack@0:[net.minecraft.item.crafting.Ingredient@4cb6bbd3, net.minecraft.item.crafting.Ingredient@4cb6bbd3, net.minecraft.item.crafting.Ingredient@4cb6bbd3, net.minecraft.item.crafting.Ingredient@4cb6bbd3, net.minecraft.item.crafting.Ingredient@5e360e15, net.minecraft.item.crafting.Ingredient@4cb6bbd3, net.minecraft.item.crafting.Ingredient@4cb6bbd3, net.minecraft.item.crafting.Ingredient@4cb6bbd3, net.minecraft.item.crafting.Ingredient@4cb6bbd3]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3131 bibliocraft:oak_table RecipeStage{tier='two', recipe=1xtile.BiblioCraft:Table@0:[net.minecraft.item.crafting.Ingredient@322f5a02, net.minecraft.item.crafting.Ingredient@322f5a02, net.minecraft.item.crafting.Ingredient@322f5a02, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@35fb227f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@35fb227f, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3132 bibliocraft:oak_shelf RecipeStage{tier='one', recipe=1xtile.BiblioCraft:Shelf@0:[net.minecraft.item.crafting.Ingredient@3b7327af, net.minecraft.item.crafting.Ingredient@3b7327af, net.minecraft.item.crafting.Ingredient@3b7327af, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@65832580, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3b7327af, net.minecraft.item.crafting.Ingredient@3b7327af, net.minecraft.item.crafting.Ingredient@3b7327af]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3133 bibliocraft:oak_seatback5 RecipeStage{tier='two', recipe=1xitem.seatback5@0:[net.minecraft.item.crafting.Ingredient@28d14950, net.minecraft.item.crafting.Ingredient@16500351, net.minecraft.item.crafting.Ingredient@46bfaf79]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3134 bibliocraft:oak_seatback4 RecipeStage{tier='two', recipe=1xitem.seatback4@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@11fe842b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7570028a, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3135 bibliocraft:oak_seatback3 RecipeStage{tier='two', recipe=1xitem.seatback3@0:[net.minecraft.item.crafting.Ingredient@6a0450f3, net.minecraft.item.crafting.Ingredient@26df0ba2]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3136 bibliocraft:oak_seatback2 RecipeStage{tier='two', recipe=1xitem.seatback2@0:[net.minecraft.item.crafting.Ingredient@6b98df20, net.minecraft.item.crafting.Ingredient@2302da38, net.minecraft.item.crafting.Ingredient@6b98df20, net.minecraft.item.crafting.Ingredient@6b98df20, net.minecraft.item.crafting.Ingredient@38df182d, net.minecraft.item.crafting.Ingredient@6b98df20, net.minecraft.item.crafting.Ingredient@6b98df20, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6b98df20]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3137 bibliocraft:oak_seatback1 RecipeStage{tier='two', recipe=1xitem.seatback1@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@cfee4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@497f0b37, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7af13379, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7af13379]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3138 bibliocraft:oak_seat RecipeStage{tier='two', recipe=1xtile.BiblioCraft:Seat@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2d7c2d71, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@26e33111, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2bd65ddd, net.minecraft.item.crafting.Ingredient@2bfdb951, net.minecraft.item.crafting.Ingredient@2bd65ddd]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3139 bibliocraft:oak_potionshelf RecipeStage{tier='three', recipe=1xtile.BiblioCraft:PotionShelf@0:[net.minecraft.item.crafting.Ingredient@5820c5c7, net.minecraft.item.crafting.Ingredient@5820c5c7, net.minecraft.item.crafting.Ingredient@5820c5c7, net.minecraft.item.crafting.Ingredient@7a246fb, net.minecraft.item.crafting.Ingredient@16ea2c62, net.minecraft.item.crafting.Ingredient@7a246fb, net.minecraft.item.crafting.Ingredient@5820c5c7, net.minecraft.item.crafting.Ingredient@5820c5c7, net.minecraft.item.crafting.Ingredient@5820c5c7]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3140 bibliocraft:oak_paintingframesimple RecipeStage{tier='two', recipe=1xtile.BiblioCraft:PaintingFrameSimple@0:[net.minecraft.item.crafting.Ingredient@37aa5240, net.minecraft.item.crafting.Ingredient@41393721, net.minecraft.item.crafting.Ingredient@37aa5240, net.minecraft.item.crafting.Ingredient@41393721, net.minecraft.item.crafting.Ingredient@543a25b8, net.minecraft.item.crafting.Ingredient@41393721, net.minecraft.item.crafting.Ingredient@37aa5240, net.minecraft.item.crafting.Ingredient@41393721, net.minecraft.item.crafting.Ingredient@37aa5240]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3141 bibliocraft:oak_paintingframemiddle RecipeStage{tier='two', recipe=1xtile.BiblioCraft:PaintingFrameMiddle@0:[net.minecraft.item.crafting.Ingredient@7e034895, net.minecraft.item.crafting.Ingredient@625e1a2, net.minecraft.item.crafting.Ingredient@7e034895, net.minecraft.item.crafting.Ingredient@7e034895, net.minecraft.item.crafting.Ingredient@4bf652d6, net.minecraft.item.crafting.Ingredient@7e034895, net.minecraft.item.crafting.Ingredient@7e034895, net.minecraft.item.crafting.Ingredient@625e1a2, net.minecraft.item.crafting.Ingredient@7e034895]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3142 bibliocraft:oak_paintingframeflat RecipeStage{tier='two', recipe=1xtile.BiblioCraft:PaintingFrameFlat@0:[net.minecraft.item.crafting.Ingredient@44dd4570, net.minecraft.item.crafting.Ingredient@44dd4570, net.minecraft.item.crafting.Ingredient@44dd4570, net.minecraft.item.crafting.Ingredient@44dd4570, net.minecraft.item.crafting.Ingredient@1a11f7a, net.minecraft.item.crafting.Ingredient@44dd4570, net.minecraft.item.crafting.Ingredient@44dd4570, net.minecraft.item.crafting.Ingredient@44dd4570, net.minecraft.item.crafting.Ingredient@44dd4570]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3143 bibliocraft:oak_paintingframefancy RecipeStage{tier='two', recipe=1xtile.BiblioCraft:PaintingFrameFancy@0:[net.minecraft.item.crafting.Ingredient@5f1205c0, net.minecraft.item.crafting.Ingredient@5f1205c0, net.minecraft.item.crafting.Ingredient@5f1205c0, net.minecraft.item.crafting.Ingredient@5f1205c0, net.minecraft.item.crafting.Ingredient@3277b73c, net.minecraft.item.crafting.Ingredient@5f1205c0, net.minecraft.item.crafting.Ingredient@5f1205c0, net.minecraft.item.crafting.Ingredient@5f1205c0, net.minecraft.item.crafting.Ingredient@5f1205c0]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3144 bibliocraft:oak_paintingframeborderless RecipeStage{tier='two', recipe=1xtile.BiblioCraft:PaintingFrameBorderless@0:[net.minecraft.item.crafting.Ingredient@4590bb8e, net.minecraft.item.crafting.Ingredient@1d9739e5, net.minecraft.item.crafting.Ingredient@4590bb8e, net.minecraft.item.crafting.Ingredient@1d9739e5, net.minecraft.item.crafting.Ingredient@1d9739e5, net.minecraft.item.crafting.Ingredient@1d9739e5, net.minecraft.item.crafting.Ingredient@4590bb8e, net.minecraft.item.crafting.Ingredient@1d9739e5, net.minecraft.item.crafting.Ingredient@4590bb8e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3145 bibliocraft:oak_mapframe RecipeStage{tier='two', recipe=1xtile.BiblioCraft:MapFrame@0:[net.minecraft.item.crafting.Ingredient@4af390b9, net.minecraft.item.crafting.Ingredient@4af390b9, net.minecraft.item.crafting.Ingredient@4af390b9, net.minecraft.item.crafting.Ingredient@4af390b9, net.minecraft.item.crafting.Ingredient@77562551, net.minecraft.item.crafting.Ingredient@4af390b9, net.minecraft.item.crafting.Ingredient@4af390b9, net.minecraft.item.crafting.Ingredient@4af390b9, net.minecraft.item.crafting.Ingredient@4af390b9]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3146 bibliocraft:oak_label RecipeStage{tier='two', recipe=1xtile.BiblioCraft:Label@0:[net.minecraft.item.crafting.Ingredient@1c8f9827, net.minecraft.item.crafting.Ingredient@1c8f9827, net.minecraft.item.crafting.Ingredient@1c8f9827, net.minecraft.item.crafting.Ingredient@1c8f9827, net.minecraft.item.crafting.Ingredient@1c8f9827, net.minecraft.item.crafting.Ingredient@1c8f9827]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3147 bibliocraft:oak_furniturepaneler RecipeStage{tier='two', recipe=1xtile.BiblioCraft:FurniturePaneler@0:[net.minecraft.item.crafting.Ingredient@49c82cdc, net.minecraft.item.crafting.Ingredient@18e85963, net.minecraft.item.crafting.Ingredient@49c82cdc, net.minecraft.item.crafting.Ingredient@5d9a5e07, net.minecraft.item.crafting.Ingredient@5d9a5e07, net.minecraft.item.crafting.Ingredient@5d9a5e07, net.minecraft.item.crafting.Ingredient@542257a3, net.minecraft.item.crafting.Ingredient@542257a3, net.minecraft.item.crafting.Ingredient@542257a3]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3148 bibliocraft:oak_framedchest RecipeStage{tier='two', recipe=1xtile.BiblioCraft:FramedChest@0:[net.minecraft.item.crafting.Ingredient@522bf3f7, net.minecraft.item.crafting.Ingredient@522bf3f7, net.minecraft.item.crafting.Ingredient@522bf3f7, net.minecraft.item.crafting.Ingredient@522bf3f7, net.minecraft.item.crafting.Ingredient@5212ed16, net.minecraft.item.crafting.Ingredient@522bf3f7, net.minecraft.item.crafting.Ingredient@522bf3f7, net.minecraft.item.crafting.Ingredient@522bf3f7, net.minecraft.item.crafting.Ingredient@522bf3f7]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3149 bibliocraft:oak_fancyworkbench RecipeStage{tier='two', recipe=1xtile.BiblioCraft:FancyWorkbench@0:[net.minecraft.item.crafting.Ingredient@4a27c66e, net.minecraft.item.crafting.Ingredient@178c158d, net.minecraft.item.crafting.Ingredient@7650306c, net.minecraft.item.crafting.Ingredient@55c96e5e, net.minecraft.item.crafting.Ingredient@b6d4a0a, net.minecraft.item.crafting.Ingredient@55c96e5e, net.minecraft.item.crafting.Ingredient@55c96e5e, net.minecraft.item.crafting.Ingredient@55c96e5e, net.minecraft.item.crafting.Ingredient@55c96e5e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3150 bibliocraft:oak_fancysign RecipeStage{tier='two', recipe=1xtile.BiblioCraft:FancySign@0:[net.minecraft.item.crafting.Ingredient@1ce67496, net.minecraft.item.crafting.Ingredient@5c086257, net.minecraft.item.crafting.Ingredient@6d896d42]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3151 bibliocraft:oak_desk RecipeStage{tier='two', recipe=1xtile.BiblioCraft:Desk@0:[net.minecraft.item.crafting.Ingredient@2fcc85a8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4441eedc, net.minecraft.item.crafting.Ingredient@74cd7e7, net.minecraft.item.crafting.Ingredient@74cd7e7, net.minecraft.item.crafting.Ingredient@74cd7e7, net.minecraft.item.crafting.Ingredient@1ec29613, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1ec29613]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3152 bibliocraft:oak_clock RecipeStage{tier='three', recipe=1xtile.BiblioCraft:Clock@0:[net.minecraft.item.crafting.Ingredient@4470fd5f, net.minecraft.item.crafting.Ingredient@7e768ddc, net.minecraft.item.crafting.Ingredient@4470fd5f, net.minecraft.item.crafting.Ingredient@4470fd5f, net.minecraft.item.crafting.Ingredient@def798c, net.minecraft.item.crafting.Ingredient@4470fd5f, net.minecraft.item.crafting.Ingredient@4470fd5f, net.minecraft.item.crafting.Ingredient@542a7478, net.minecraft.item.crafting.Ingredient@4470fd5f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3153 bibliocraft:oak_case RecipeStage{tier='two', recipe=1xtile.BiblioCraft:Case@0:[net.minecraft.item.crafting.Ingredient@2c7a8f6b, net.minecraft.item.crafting.Ingredient@75cbf935, net.minecraft.item.crafting.Ingredient@2c7a8f6b, net.minecraft.item.crafting.Ingredient@2c7a8f6b, net.minecraft.item.crafting.Ingredient@240c2d8a, net.minecraft.item.crafting.Ingredient@2c7a8f6b, net.minecraft.item.crafting.Ingredient@2c7a8f6b, net.minecraft.item.crafting.Ingredient@2c7a8f6b, net.minecraft.item.crafting.Ingredient@2c7a8f6b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3154 bibliocraft:oak_bookcase RecipeStage{tier='two', recipe=1xtile.BiblioCraft:Bookcase@0:[net.minecraft.item.crafting.Ingredient@6c7b5d50, net.minecraft.item.crafting.Ingredient@6964d877, net.minecraft.item.crafting.Ingredient@6c7b5d50, net.minecraft.item.crafting.Ingredient@6c7b5d50, net.minecraft.item.crafting.Ingredient@6964d877, net.minecraft.item.crafting.Ingredient@6c7b5d50, net.minecraft.item.crafting.Ingredient@6c7b5d50, net.minecraft.item.crafting.Ingredient@6964d877, net.minecraft.item.crafting.Ingredient@6c7b5d50]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3155 bibliocraft:oak_armorstand RecipeStage{tier='two', recipe=1xtile.BiblioCraft:ArmorStand@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7125c58b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7125c58b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7d0fcf96, net.minecraft.item.crafting.Ingredient@7d0fcf96, net.minecraft.item.crafting.Ingredient@7d0fcf96]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3156 bibliocraft:monocle RecipeStage{tier='three', recipe=1xitem.BiblioGlasses@2:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@21c87ea1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@21c87ea1, net.minecraft.item.crafting.Ingredient@7e99434a, net.minecraft.item.crafting.Ingredient@21c87ea1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@21c87ea1, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3157 bibliocraft:maptool RecipeStage{tier='two', recipe=1xitem.maptool@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@453badda, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@453badda, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@453badda, net.minecraft.item.crafting.Ingredient@208d59dc, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@208d59dc]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3158 bibliocraft:magenta_typewriter RecipeStage{tier='three', recipe=1xtile.BiblioCraft:Typewriter@2:[net.minecraft.item.crafting.Ingredient@6e754776, net.minecraft.item.crafting.Ingredient@68af667b, net.minecraft.item.crafting.Ingredient@6e754776, net.minecraft.item.crafting.Ingredient@589b012d, net.minecraft.item.crafting.Ingredient@19ea63eb, net.minecraft.item.crafting.Ingredient@589b012d, net.minecraft.item.crafting.Ingredient@5de0c957, net.minecraft.item.crafting.Ingredient@5de0c957, net.minecraft.item.crafting.Ingredient@5de0c957]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3159 bibliocraft:magenta_swordpedestal RecipeStage{tier='two', recipe=1xtile.BiblioCraft:SwordPedestal@2:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5fb31e16, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5fb31e16, net.minecraft.item.crafting.Ingredient@6eec6b4e, net.minecraft.item.crafting.Ingredient@5fb31e16]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3166 bibliocraft:lime_typewriter RecipeStage{tier='three', recipe=1xtile.BiblioCraft:Typewriter@5:[net.minecraft.item.crafting.Ingredient@12ca9925, net.minecraft.item.crafting.Ingredient@5e0be3e7, net.minecraft.item.crafting.Ingredient@12ca9925, net.minecraft.item.crafting.Ingredient@7b2c02b2, net.minecraft.item.crafting.Ingredient@49e1b539, net.minecraft.item.crafting.Ingredient@7b2c02b2, net.minecraft.item.crafting.Ingredient@f240e91, net.minecraft.item.crafting.Ingredient@f240e91, net.minecraft.item.crafting.Ingredient@f240e91]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3167 bibliocraft:lime_swordpedestal RecipeStage{tier='two', recipe=1xtile.BiblioCraft:SwordPedestal@5:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7ee0916d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7ee0916d, net.minecraft.item.crafting.Ingredient@7e533560, net.minecraft.item.crafting.Ingredient@7ee0916d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3174 bibliocraft:lightgray_typewriter RecipeStage{tier='three', recipe=1xtile.BiblioCraft:Typewriter@8:[net.minecraft.item.crafting.Ingredient@2c9dedd3, net.minecraft.item.crafting.Ingredient@67a5b744, net.minecraft.item.crafting.Ingredient@2c9dedd3, net.minecraft.item.crafting.Ingredient@3acff020, net.minecraft.item.crafting.Ingredient@5b55816, net.minecraft.item.crafting.Ingredient@3acff020, net.minecraft.item.crafting.Ingredient@4685ce06, net.minecraft.item.crafting.Ingredient@4685ce06, net.minecraft.item.crafting.Ingredient@4685ce06]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3175 bibliocraft:lightgray_swordpedestal RecipeStage{tier='two', recipe=1xtile.BiblioCraft:SwordPedestal@8:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@e1c72b2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@e1c72b2, net.minecraft.item.crafting.Ingredient@323512, net.minecraft.item.crafting.Ingredient@e1c72b2]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3182 bibliocraft:lightblue_typewriter RecipeStage{tier='three', recipe=1xtile.BiblioCraft:Typewriter@3:[net.minecraft.item.crafting.Ingredient@6118d5ef, net.minecraft.item.crafting.Ingredient@5d01e92d, net.minecraft.item.crafting.Ingredient@6118d5ef, net.minecraft.item.crafting.Ingredient@1b401179, net.minecraft.item.crafting.Ingredient@7d3336e, net.minecraft.item.crafting.Ingredient@1b401179, net.minecraft.item.crafting.Ingredient@20c339d6, net.minecraft.item.crafting.Ingredient@20c339d6, net.minecraft.item.crafting.Ingredient@20c339d6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3183 bibliocraft:lightblue_swordpedestal RecipeStage{tier='two', recipe=1xtile.BiblioCraft:SwordPedestal@3:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4eeb6421, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4eeb6421, net.minecraft.item.crafting.Ingredient@732ce37a, net.minecraft.item.crafting.Ingredient@4eeb6421]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3190 bibliocraft:jungle_toolrack RecipeStage{tier='one', recipe=1xtile.BiblioCraft:ToolRack@3:[net.minecraft.item.crafting.Ingredient@6f598dd9, net.minecraft.item.crafting.Ingredient@6f598dd9, net.minecraft.item.crafting.Ingredient@6f598dd9, net.minecraft.item.crafting.Ingredient@6f598dd9, net.minecraft.item.crafting.Ingredient@394b7089, net.minecraft.item.crafting.Ingredient@6f598dd9, net.minecraft.item.crafting.Ingredient@6f598dd9, net.minecraft.item.crafting.Ingredient@6f598dd9, net.minecraft.item.crafting.Ingredient@6f598dd9]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3191 bibliocraft:jungle_table RecipeStage{tier='two', recipe=1xtile.BiblioCraft:Table@3:[net.minecraft.item.crafting.Ingredient@2f71e88f, net.minecraft.item.crafting.Ingredient@2f71e88f, net.minecraft.item.crafting.Ingredient@2f71e88f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4ade7f49, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4ade7f49, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3192 bibliocraft:jungle_shelf RecipeStage{tier='one', recipe=1xtile.BiblioCraft:Shelf@3:[net.minecraft.item.crafting.Ingredient@380fbe41, net.minecraft.item.crafting.Ingredient@380fbe41, net.minecraft.item.crafting.Ingredient@380fbe41, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@36f2274a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@380fbe41, net.minecraft.item.crafting.Ingredient@380fbe41, net.minecraft.item.crafting.Ingredient@380fbe41]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3193 bibliocraft:jungle_seatback5 RecipeStage{tier='two', recipe=1xitem.seatback5@3:[net.minecraft.item.crafting.Ingredient@ba0669f, net.minecraft.item.crafting.Ingredient@3900b0a0, net.minecraft.item.crafting.Ingredient@3bc6815e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3194 bibliocraft:jungle_seatback4 RecipeStage{tier='two', recipe=1xitem.seatback4@3:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@23126580, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6565b036, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3195 bibliocraft:jungle_seatback3 RecipeStage{tier='two', recipe=1xitem.seatback3@3:[net.minecraft.item.crafting.Ingredient@4cccb8ba, net.minecraft.item.crafting.Ingredient@71b7543]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3196 bibliocraft:jungle_seatback2 RecipeStage{tier='two', recipe=1xitem.seatback2@3:[net.minecraft.item.crafting.Ingredient@3e7ee9d5, net.minecraft.item.crafting.Ingredient@7e10bdae, net.minecraft.item.crafting.Ingredient@3e7ee9d5, net.minecraft.item.crafting.Ingredient@3e7ee9d5, net.minecraft.item.crafting.Ingredient@3b3433b0, net.minecraft.item.crafting.Ingredient@3e7ee9d5, net.minecraft.item.crafting.Ingredient@3e7ee9d5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3e7ee9d5]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3197 bibliocraft:jungle_seatback1 RecipeStage{tier='two', recipe=1xitem.seatback1@3:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@f40d8ca, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3e58a1f2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3c2fd210, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3c2fd210]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3198 bibliocraft:jungle_seat RecipeStage{tier='two', recipe=1xtile.BiblioCraft:Seat@3:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2e772b7f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@755d520b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6d9af06b, net.minecraft.item.crafting.Ingredient@5f45d1a4, net.minecraft.item.crafting.Ingredient@6d9af06b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3199 bibliocraft:jungle_potionshelf RecipeStage{tier='three', recipe=1xtile.BiblioCraft:PotionShelf@3:[net.minecraft.item.crafting.Ingredient@64b3ee8f, net.minecraft.item.crafting.Ingredient@64b3ee8f, net.minecraft.item.crafting.Ingredient@64b3ee8f, net.minecraft.item.crafting.Ingredient@1c366521, net.minecraft.item.crafting.Ingredient@54f8fb98, net.minecraft.item.crafting.Ingredient@1c366521, net.minecraft.item.crafting.Ingredient@64b3ee8f, net.minecraft.item.crafting.Ingredient@64b3ee8f, net.minecraft.item.crafting.Ingredient@64b3ee8f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3200 bibliocraft:jungle_paintingframesimple RecipeStage{tier='two', recipe=1xtile.BiblioCraft:PaintingFrameSimple@3:[net.minecraft.item.crafting.Ingredient@33c5c4b7, net.minecraft.item.crafting.Ingredient@4d5b2c7, net.minecraft.item.crafting.Ingredient@33c5c4b7, net.minecraft.item.crafting.Ingredient@4d5b2c7, net.minecraft.item.crafting.Ingredient@2818a766, net.minecraft.item.crafting.Ingredient@4d5b2c7, net.minecraft.item.crafting.Ingredient@33c5c4b7, net.minecraft.item.crafting.Ingredient@4d5b2c7, net.minecraft.item.crafting.Ingredient@33c5c4b7]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3201 bibliocraft:jungle_paintingframemiddle RecipeStage{tier='two', recipe=1xtile.BiblioCraft:PaintingFrameMiddle@3:[net.minecraft.item.crafting.Ingredient@7fc97130, net.minecraft.item.crafting.Ingredient@73dd341a, net.minecraft.item.crafting.Ingredient@7fc97130, net.minecraft.item.crafting.Ingredient@7fc97130, net.minecraft.item.crafting.Ingredient@c289bb1, net.minecraft.item.crafting.Ingredient@7fc97130, net.minecraft.item.crafting.Ingredient@7fc97130, net.minecraft.item.crafting.Ingredient@73dd341a, net.minecraft.item.crafting.Ingredient@7fc97130]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3202 bibliocraft:jungle_paintingframeflat RecipeStage{tier='two', recipe=1xtile.BiblioCraft:PaintingFrameFlat@3:[net.minecraft.item.crafting.Ingredient@680e1211, net.minecraft.item.crafting.Ingredient@680e1211, net.minecraft.item.crafting.Ingredient@680e1211, net.minecraft.item.crafting.Ingredient@680e1211, net.minecraft.item.crafting.Ingredient@60f81a2d, net.minecraft.item.crafting.Ingredient@680e1211, net.minecraft.item.crafting.Ingredient@680e1211, net.minecraft.item.crafting.Ingredient@680e1211, net.minecraft.item.crafting.Ingredient@680e1211]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3203 bibliocraft:jungle_paintingframefancy RecipeStage{tier='two', recipe=1xtile.BiblioCraft:PaintingFrameFancy@3:[net.minecraft.item.crafting.Ingredient@49085685, net.minecraft.item.crafting.Ingredient@49085685, net.minecraft.item.crafting.Ingredient@49085685, net.minecraft.item.crafting.Ingredient@49085685, net.minecraft.item.crafting.Ingredient@70d0bbdc, net.minecraft.item.crafting.Ingredient@49085685, net.minecraft.item.crafting.Ingredient@49085685, net.minecraft.item.crafting.Ingredient@49085685, net.minecraft.item.crafting.Ingredient@49085685]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3204 bibliocraft:jungle_paintingframeborderless RecipeStage{tier='two', recipe=1xtile.BiblioCraft:PaintingFrameBorderless@3:[net.minecraft.item.crafting.Ingredient@7861a38f, net.minecraft.item.crafting.Ingredient@26e7b51c, net.minecraft.item.crafting.Ingredient@7861a38f, net.minecraft.item.crafting.Ingredient@26e7b51c, net.minecraft.item.crafting.Ingredient@26e7b51c, net.minecraft.item.crafting.Ingredient@26e7b51c, net.minecraft.item.crafting.Ingredient@7861a38f, net.minecraft.item.crafting.Ingredient@26e7b51c, net.minecraft.item.crafting.Ingredient@7861a38f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3205 bibliocraft:jungle_mapframe RecipeStage{tier='two', recipe=1xtile.BiblioCraft:MapFrame@3:[net.minecraft.item.crafting.Ingredient@42a642cd, net.minecraft.item.crafting.Ingredient@42a642cd, net.minecraft.item.crafting.Ingredient@42a642cd, net.minecraft.item.crafting.Ingredient@42a642cd, net.minecraft.item.crafting.Ingredient@23705d09, net.minecraft.item.crafting.Ingredient@42a642cd, net.minecraft.item.crafting.Ingredient@42a642cd, net.minecraft.item.crafting.Ingredient@42a642cd, net.minecraft.item.crafting.Ingredient@42a642cd]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3206 bibliocraft:jungle_label RecipeStage{tier='two', recipe=1xtile.BiblioCraft:Label@3:[net.minecraft.item.crafting.Ingredient@28affccc, net.minecraft.item.crafting.Ingredient@28affccc, net.minecraft.item.crafting.Ingredient@28affccc, net.minecraft.item.crafting.Ingredient@28affccc, net.minecraft.item.crafting.Ingredient@28affccc, net.minecraft.item.crafting.Ingredient@28affccc]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3207 bibliocraft:jungle_furniturepaneler RecipeStage{tier='two', recipe=1xtile.BiblioCraft:FurniturePaneler@3:[net.minecraft.item.crafting.Ingredient@36341ff1, net.minecraft.item.crafting.Ingredient@2d77a395, net.minecraft.item.crafting.Ingredient@36341ff1, net.minecraft.item.crafting.Ingredient@3bd64349, net.minecraft.item.crafting.Ingredient@3bd64349, net.minecraft.item.crafting.Ingredient@3bd64349, net.minecraft.item.crafting.Ingredient@618b7a39, net.minecraft.item.crafting.Ingredient@618b7a39, net.minecraft.item.crafting.Ingredient@618b7a39]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3208 bibliocraft:jungle_framedchest RecipeStage{tier='two', recipe=1xtile.BiblioCraft:FramedChest@3:[net.minecraft.item.crafting.Ingredient@3b70983, net.minecraft.item.crafting.Ingredient@3b70983, net.minecraft.item.crafting.Ingredient@3b70983, net.minecraft.item.crafting.Ingredient@3b70983, net.minecraft.item.crafting.Ingredient@28c5d158, net.minecraft.item.crafting.Ingredient@3b70983, net.minecraft.item.crafting.Ingredient@3b70983, net.minecraft.item.crafting.Ingredient@3b70983, net.minecraft.item.crafting.Ingredient@3b70983]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3209 bibliocraft:jungle_fancyworkbench RecipeStage{tier='two', recipe=1xtile.BiblioCraft:FancyWorkbench@3:[net.minecraft.item.crafting.Ingredient@27895839, net.minecraft.item.crafting.Ingredient@5d272478, net.minecraft.item.crafting.Ingredient@6ba6898e, net.minecraft.item.crafting.Ingredient@616c4d4e, net.minecraft.item.crafting.Ingredient@5efd0943, net.minecraft.item.crafting.Ingredient@616c4d4e, net.minecraft.item.crafting.Ingredient@616c4d4e, net.minecraft.item.crafting.Ingredient@616c4d4e, net.minecraft.item.crafting.Ingredient@616c4d4e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3210 bibliocraft:jungle_fancysign RecipeStage{tier='two', recipe=1xtile.BiblioCraft:FancySign@3:[net.minecraft.item.crafting.Ingredient@3e539553, net.minecraft.item.crafting.Ingredient@4b793ae7, net.minecraft.item.crafting.Ingredient@7d982e76]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3211 bibliocraft:jungle_desk RecipeStage{tier='two', recipe=1xtile.BiblioCraft:Desk@3:[net.minecraft.item.crafting.Ingredient@251c649a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@49f7536a, net.minecraft.item.crafting.Ingredient@345be58e, net.minecraft.item.crafting.Ingredient@345be58e, net.minecraft.item.crafting.Ingredient@345be58e, net.minecraft.item.crafting.Ingredient@423a01f7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@423a01f7]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3212 bibliocraft:jungle_clock RecipeStage{tier='three', recipe=1xtile.BiblioCraft:Clock@3:[net.minecraft.item.crafting.Ingredient@69c6ea88, net.minecraft.item.crafting.Ingredient@239df410, net.minecraft.item.crafting.Ingredient@69c6ea88, net.minecraft.item.crafting.Ingredient@69c6ea88, net.minecraft.item.crafting.Ingredient@47631da8, net.minecraft.item.crafting.Ingredient@69c6ea88, net.minecraft.item.crafting.Ingredient@69c6ea88, net.minecraft.item.crafting.Ingredient@2b2d4cfe, net.minecraft.item.crafting.Ingredient@69c6ea88]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3213 bibliocraft:jungle_case RecipeStage{tier='two', recipe=1xtile.BiblioCraft:Case@3:[net.minecraft.item.crafting.Ingredient@27ca083c, net.minecraft.item.crafting.Ingredient@6143cfa1, net.minecraft.item.crafting.Ingredient@27ca083c, net.minecraft.item.crafting.Ingredient@27ca083c, net.minecraft.item.crafting.Ingredient@59d8c9c5, net.minecraft.item.crafting.Ingredient@27ca083c, net.minecraft.item.crafting.Ingredient@27ca083c, net.minecraft.item.crafting.Ingredient@27ca083c, net.minecraft.item.crafting.Ingredient@27ca083c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3214 bibliocraft:jungle_bookcase RecipeStage{tier='two', recipe=1xtile.BiblioCraft:Bookcase@3:[net.minecraft.item.crafting.Ingredient@1fca3a95, net.minecraft.item.crafting.Ingredient@61e545bc, net.minecraft.item.crafting.Ingredient@1fca3a95, net.minecraft.item.crafting.Ingredient@1fca3a95, net.minecraft.item.crafting.Ingredient@61e545bc, net.minecraft.item.crafting.Ingredient@1fca3a95, net.minecraft.item.crafting.Ingredient@1fca3a95, net.minecraft.item.crafting.Ingredient@61e545bc, net.minecraft.item.crafting.Ingredient@1fca3a95]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3215 bibliocraft:jungle_armorstand RecipeStage{tier='two', recipe=1xtile.BiblioCraft:ArmorStand@3:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@181851f7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@181851f7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@302db7ae, net.minecraft.item.crafting.Ingredient@302db7ae, net.minecraft.item.crafting.Ingredient@302db7ae]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3216 bibliocraft:handdrill RecipeStage{tier='two', recipe=1xitem.HandDrill@0:[net.minecraft.item.crafting.Ingredient@55d72433, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5cc47448, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@36ce61c3, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3217 bibliocraft:green_typewriter RecipeStage{tier='three', recipe=1xtile.BiblioCraft:Typewriter@13:[net.minecraft.item.crafting.Ingredient@3dd12b3f, net.minecraft.item.crafting.Ingredient@6a16dc0a, net.minecraft.item.crafting.Ingredient@3dd12b3f, net.minecraft.item.crafting.Ingredient@34a7bcd, net.minecraft.item.crafting.Ingredient@5f2ea6de, net.minecraft.item.crafting.Ingredient@34a7bcd, net.minecraft.item.crafting.Ingredient@6b92e6d7, net.minecraft.item.crafting.Ingredient@6b92e6d7, net.minecraft.item.crafting.Ingredient@6b92e6d7]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3218 bibliocraft:green_swordpedestal RecipeStage{tier='two', recipe=1xtile.BiblioCraft:SwordPedestal@13:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3116b14d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3116b14d, net.minecraft.item.crafting.Ingredient@42540fd5, net.minecraft.item.crafting.Ingredient@3116b14d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3225 bibliocraft:gray_typewriter RecipeStage{tier='three', recipe=1xtile.BiblioCraft:Typewriter@7:[net.minecraft.item.crafting.Ingredient@1afc681d, net.minecraft.item.crafting.Ingredient@168fb0cb, net.minecraft.item.crafting.Ingredient@1afc681d, net.minecraft.item.crafting.Ingredient@f9d1065, net.minecraft.item.crafting.Ingredient@441ee11, net.minecraft.item.crafting.Ingredient@f9d1065, net.minecraft.item.crafting.Ingredient@7d84c204, net.minecraft.item.crafting.Ingredient@7d84c204, net.minecraft.item.crafting.Ingredient@7d84c204]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3226 bibliocraft:gray_swordpedestal RecipeStage{tier='two', recipe=1xtile.BiblioCraft:SwordPedestal@7:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@21ea38f0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@21ea38f0, net.minecraft.item.crafting.Ingredient@64fbade, net.minecraft.item.crafting.Ingredient@21ea38f0]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3233 bibliocraft:framingsheet RecipeStage{tier='two', recipe=2xitem.FramingSheet@0:[net.minecraft.item.crafting.Ingredient@3334e4fd, net.minecraft.item.crafting.Ingredient@5370fd5d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3234 bibliocraft:framingsaw RecipeStage{tier='two', recipe=1xitem.FramingSaw@0:[net.minecraft.item.crafting.Ingredient@4db2db36, net.minecraft.item.crafting.Ingredient@4db2db36, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4db2db36, net.minecraft.item.crafting.Ingredient@66cda4c3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@66cda4c3]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3235 bibliocraft:framingboard RecipeStage{tier='two', recipe=2xitem.FramingBoard@0:[net.minecraft.item.crafting.Ingredient@2e361d2e, net.minecraft.item.crafting.Ingredient@75986448]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3236 bibliocraft:framed_toolrack RecipeStage{tier='two', recipe=1xtile.BiblioCraft:ToolRack@6:[net.minecraft.item.crafting.Ingredient@63dae1f0, net.minecraft.item.crafting.Ingredient@63dae1f0, net.minecraft.item.crafting.Ingredient@63dae1f0, net.minecraft.item.crafting.Ingredient@63dae1f0, net.minecraft.item.crafting.Ingredient@34bbd9e7, net.minecraft.item.crafting.Ingredient@63dae1f0, net.minecraft.item.crafting.Ingredient@63dae1f0, net.minecraft.item.crafting.Ingredient@63dae1f0, net.minecraft.item.crafting.Ingredient@63dae1f0]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3237 bibliocraft:framed_table RecipeStage{tier='two', recipe=1xtile.BiblioCraft:Table@6:[net.minecraft.item.crafting.Ingredient@72194f32, net.minecraft.item.crafting.Ingredient@72194f32, net.minecraft.item.crafting.Ingredient@72194f32, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@79cf4bcc, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@79cf4bcc, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3238 bibliocraft:framed_shelf RecipeStage{tier='two', recipe=1xtile.BiblioCraft:Shelf@6:[net.minecraft.item.crafting.Ingredient@78740d1b, net.minecraft.item.crafting.Ingredient@78740d1b, net.minecraft.item.crafting.Ingredient@78740d1b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7088a43b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@78740d1b, net.minecraft.item.crafting.Ingredient@78740d1b, net.minecraft.item.crafting.Ingredient@78740d1b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3239 bibliocraft:framed_seatback5 RecipeStage{tier='two', recipe=1xitem.seatback5@6:[net.minecraft.item.crafting.Ingredient@33459b7, net.minecraft.item.crafting.Ingredient@32fcbb35, net.minecraft.item.crafting.Ingredient@36ef49e3]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3240 bibliocraft:framed_seatback4 RecipeStage{tier='two', recipe=1xitem.seatback4@6:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@75b98802, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@69dfe6ae, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3241 bibliocraft:framed_seatback3 RecipeStage{tier='two', recipe=1xitem.seatback3@6:[net.minecraft.item.crafting.Ingredient@524a7c0d, net.minecraft.item.crafting.Ingredient@403a885e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3242 bibliocraft:framed_seatback2 RecipeStage{tier='two', recipe=1xitem.seatback2@6:[net.minecraft.item.crafting.Ingredient@4dc38e1, net.minecraft.item.crafting.Ingredient@18357067, net.minecraft.item.crafting.Ingredient@4dc38e1, net.minecraft.item.crafting.Ingredient@4dc38e1, net.minecraft.item.crafting.Ingredient@65dc2120, net.minecraft.item.crafting.Ingredient@4dc38e1, net.minecraft.item.crafting.Ingredient@4dc38e1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4dc38e1]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3243 bibliocraft:framed_seatback1 RecipeStage{tier='two', recipe=1xitem.seatback1@6:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@788387bc, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@264f67f6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2dc1fba0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2dc1fba0]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3244 bibliocraft:framed_seat RecipeStage{tier='two', recipe=1xtile.BiblioCraft:Seat@6:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@427cad4a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7f52b8ac, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4f926400, net.minecraft.item.crafting.Ingredient@70e3a7ac, net.minecraft.item.crafting.Ingredient@4f926400]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3245 bibliocraft:framed_potionshelf RecipeStage{tier='three', recipe=1xtile.BiblioCraft:PotionShelf@6:[net.minecraft.item.crafting.Ingredient@61b7b53e, net.minecraft.item.crafting.Ingredient@61b7b53e, net.minecraft.item.crafting.Ingredient@61b7b53e, net.minecraft.item.crafting.Ingredient@c72dab2, net.minecraft.item.crafting.Ingredient@242c7936, net.minecraft.item.crafting.Ingredient@c72dab2, net.minecraft.item.crafting.Ingredient@61b7b53e, net.minecraft.item.crafting.Ingredient@61b7b53e, net.minecraft.item.crafting.Ingredient@61b7b53e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3246 bibliocraft:framed_paintingframesimple RecipeStage{tier='two', recipe=1xtile.BiblioCraft:PaintingFrameSimple@6:[net.minecraft.item.crafting.Ingredient@69daf063, net.minecraft.item.crafting.Ingredient@4aa08c0e, net.minecraft.item.crafting.Ingredient@69daf063, net.minecraft.item.crafting.Ingredient@4aa08c0e, net.minecraft.item.crafting.Ingredient@3fcc5d3a, net.minecraft.item.crafting.Ingredient@4aa08c0e, net.minecraft.item.crafting.Ingredient@69daf063, net.minecraft.item.crafting.Ingredient@4aa08c0e, net.minecraft.item.crafting.Ingredient@69daf063]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3247 bibliocraft:framed_paintingframemiddle RecipeStage{tier='two', recipe=1xtile.BiblioCraft:PaintingFrameMiddle@6:[net.minecraft.item.crafting.Ingredient@4e88fe13, net.minecraft.item.crafting.Ingredient@a4d5d42, net.minecraft.item.crafting.Ingredient@4e88fe13, net.minecraft.item.crafting.Ingredient@4e88fe13, net.minecraft.item.crafting.Ingredient@353c7ba3, net.minecraft.item.crafting.Ingredient@4e88fe13, net.minecraft.item.crafting.Ingredient@4e88fe13, net.minecraft.item.crafting.Ingredient@a4d5d42, net.minecraft.item.crafting.Ingredient@4e88fe13]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3248 bibliocraft:framed_paintingframeflat RecipeStage{tier='two', recipe=1xtile.BiblioCraft:PaintingFrameFlat@6:[net.minecraft.item.crafting.Ingredient@7208a955, net.minecraft.item.crafting.Ingredient@7208a955, net.minecraft.item.crafting.Ingredient@7208a955, net.minecraft.item.crafting.Ingredient@7208a955, net.minecraft.item.crafting.Ingredient@71395233, net.minecraft.item.crafting.Ingredient@7208a955, net.minecraft.item.crafting.Ingredient@7208a955, net.minecraft.item.crafting.Ingredient@7208a955, net.minecraft.item.crafting.Ingredient@7208a955]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3249 bibliocraft:framed_paintingframefancy RecipeStage{tier='two', recipe=1xtile.BiblioCraft:PaintingFrameFancy@6:[net.minecraft.item.crafting.Ingredient@7c71ba41, net.minecraft.item.crafting.Ingredient@7c71ba41, net.minecraft.item.crafting.Ingredient@7c71ba41, net.minecraft.item.crafting.Ingredient@7c71ba41, net.minecraft.item.crafting.Ingredient@3aba2841, net.minecraft.item.crafting.Ingredient@7c71ba41, net.minecraft.item.crafting.Ingredient@7c71ba41, net.minecraft.item.crafting.Ingredient@7c71ba41, net.minecraft.item.crafting.Ingredient@7c71ba41]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3250 bibliocraft:framed_paintingframeborderless RecipeStage{tier='two', recipe=1xtile.BiblioCraft:PaintingFrameBorderless@6:[net.minecraft.item.crafting.Ingredient@5a077f7, net.minecraft.item.crafting.Ingredient@3df90444, net.minecraft.item.crafting.Ingredient@5a077f7, net.minecraft.item.crafting.Ingredient@3df90444, net.minecraft.item.crafting.Ingredient@3df90444, net.minecraft.item.crafting.Ingredient@3df90444, net.minecraft.item.crafting.Ingredient@5a077f7, net.minecraft.item.crafting.Ingredient@3df90444, net.minecraft.item.crafting.Ingredient@5a077f7]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3251 bibliocraft:framed_mapframe RecipeStage{tier='two', recipe=1xtile.BiblioCraft:MapFrame@6:[net.minecraft.item.crafting.Ingredient@44a57e7d, net.minecraft.item.crafting.Ingredient@44a57e7d, net.minecraft.item.crafting.Ingredient@44a57e7d, net.minecraft.item.crafting.Ingredient@44a57e7d, net.minecraft.item.crafting.Ingredient@178c9583, net.minecraft.item.crafting.Ingredient@44a57e7d, net.minecraft.item.crafting.Ingredient@44a57e7d, net.minecraft.item.crafting.Ingredient@44a57e7d, net.minecraft.item.crafting.Ingredient@44a57e7d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3252 bibliocraft:framed_label RecipeStage{tier='two', recipe=1xtile.BiblioCraft:Label@6:[net.minecraft.item.crafting.Ingredient@5afce07a, net.minecraft.item.crafting.Ingredient@5afce07a, net.minecraft.item.crafting.Ingredient@5afce07a, net.minecraft.item.crafting.Ingredient@5afce07a, net.minecraft.item.crafting.Ingredient@5afce07a, net.minecraft.item.crafting.Ingredient@5afce07a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3253 bibliocraft:framed_furniturepaneler RecipeStage{tier='two', recipe=1xtile.BiblioCraft:FurniturePaneler@6:[net.minecraft.item.crafting.Ingredient@3b2f8b46, net.minecraft.item.crafting.Ingredient@7ee3a0b5, net.minecraft.item.crafting.Ingredient@3b2f8b46, net.minecraft.item.crafting.Ingredient@673df20f, net.minecraft.item.crafting.Ingredient@673df20f, net.minecraft.item.crafting.Ingredient@673df20f, net.minecraft.item.crafting.Ingredient@51a7ef44, net.minecraft.item.crafting.Ingredient@51a7ef44, net.minecraft.item.crafting.Ingredient@51a7ef44]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3254 bibliocraft:framed_framedchest RecipeStage{tier='two', recipe=1xtile.BiblioCraft:FramedChest@6:[net.minecraft.item.crafting.Ingredient@798e9fae, net.minecraft.item.crafting.Ingredient@798e9fae, net.minecraft.item.crafting.Ingredient@798e9fae, net.minecraft.item.crafting.Ingredient@798e9fae, net.minecraft.item.crafting.Ingredient@485627f9, net.minecraft.item.crafting.Ingredient@798e9fae, net.minecraft.item.crafting.Ingredient@798e9fae, net.minecraft.item.crafting.Ingredient@798e9fae, net.minecraft.item.crafting.Ingredient@798e9fae]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3255 bibliocraft:framed_fancyworkbench RecipeStage{tier='two', recipe=1xtile.BiblioCraft:FancyWorkbench@6:[net.minecraft.item.crafting.Ingredient@fd9549f, net.minecraft.item.crafting.Ingredient@4f589d7a, net.minecraft.item.crafting.Ingredient@720d0a5f, net.minecraft.item.crafting.Ingredient@36b9b625, net.minecraft.item.crafting.Ingredient@7059a628, net.minecraft.item.crafting.Ingredient@36b9b625, net.minecraft.item.crafting.Ingredient@36b9b625, net.minecraft.item.crafting.Ingredient@36b9b625, net.minecraft.item.crafting.Ingredient@36b9b625]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3256 bibliocraft:framed_fancysign RecipeStage{tier='two', recipe=1xtile.BiblioCraft:FancySign@6:[net.minecraft.item.crafting.Ingredient@5d3b1054, net.minecraft.item.crafting.Ingredient@202ddafc, net.minecraft.item.crafting.Ingredient@5e8007ca]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3257 bibliocraft:framed_desk RecipeStage{tier='two', recipe=1xtile.BiblioCraft:Desk@6:[net.minecraft.item.crafting.Ingredient@5fe990fe, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1c76b99a, net.minecraft.item.crafting.Ingredient@798c6b6c, net.minecraft.item.crafting.Ingredient@798c6b6c, net.minecraft.item.crafting.Ingredient@798c6b6c, net.minecraft.item.crafting.Ingredient@37dafbc3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@37dafbc3]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3258 bibliocraft:framed_clock RecipeStage{tier='three', recipe=1xtile.BiblioCraft:Clock@6:[net.minecraft.item.crafting.Ingredient@1f2e60af, net.minecraft.item.crafting.Ingredient@78560b59, net.minecraft.item.crafting.Ingredient@1f2e60af, net.minecraft.item.crafting.Ingredient@1f2e60af, net.minecraft.item.crafting.Ingredient@5871bb9b, net.minecraft.item.crafting.Ingredient@1f2e60af, net.minecraft.item.crafting.Ingredient@1f2e60af, net.minecraft.item.crafting.Ingredient@4f48a919, net.minecraft.item.crafting.Ingredient@1f2e60af]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3259 bibliocraft:framed_case RecipeStage{tier='two', recipe=1xtile.BiblioCraft:Case@6:[net.minecraft.item.crafting.Ingredient@34b9fd83, net.minecraft.item.crafting.Ingredient@5a4cfe82, net.minecraft.item.crafting.Ingredient@34b9fd83, net.minecraft.item.crafting.Ingredient@34b9fd83, net.minecraft.item.crafting.Ingredient@6b7345e8, net.minecraft.item.crafting.Ingredient@34b9fd83, net.minecraft.item.crafting.Ingredient@34b9fd83, net.minecraft.item.crafting.Ingredient@34b9fd83, net.minecraft.item.crafting.Ingredient@34b9fd83]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3260 bibliocraft:framed_bookcase RecipeStage{tier='two', recipe=1xtile.BiblioCraft:Bookcase@6:[net.minecraft.item.crafting.Ingredient@4f02d257, net.minecraft.item.crafting.Ingredient@14b9ff76, net.minecraft.item.crafting.Ingredient@4f02d257, net.minecraft.item.crafting.Ingredient@4f02d257, net.minecraft.item.crafting.Ingredient@14b9ff76, net.minecraft.item.crafting.Ingredient@4f02d257, net.minecraft.item.crafting.Ingredient@4f02d257, net.minecraft.item.crafting.Ingredient@14b9ff76, net.minecraft.item.crafting.Ingredient@4f02d257]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3261 bibliocraft:framed_armorstand RecipeStage{tier='two', recipe=1xtile.BiblioCraft:ArmorStand@6:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4dd7cc6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4dd7cc6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@d13f176, net.minecraft.item.crafting.Ingredient@d13f176, net.minecraft.item.crafting.Ingredient@d13f176]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3262 bibliocraft:discrack RecipeStage{tier='three', recipe=1xtile.BiblioCraft:DiscRack@0:[net.minecraft.item.crafting.Ingredient@60ec62e0, net.minecraft.item.crafting.Ingredient@60ec62e0, net.minecraft.item.crafting.Ingredient@60ec62e0, net.minecraftforge.oredict.OreIngredient@6f8206db, net.minecraftforge.oredict.OreIngredient@6f8206db, net.minecraftforge.oredict.OreIngredient@6f8206db]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3263 bibliocraft:dinnerplate RecipeStage{tier='three', recipe=1xtile.BiblioCraft:DinnerPlate@0:[net.minecraft.item.crafting.Ingredient@58ca6ab6, net.minecraft.item.crafting.Ingredient@58ca6ab6, net.minecraft.item.crafting.Ingredient@58ca6ab6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3264 bibliocraft:darkoak_toolrack RecipeStage{tier='one', recipe=1xtile.BiblioCraft:ToolRack@5:[net.minecraft.item.crafting.Ingredient@57799e97, net.minecraft.item.crafting.Ingredient@57799e97, net.minecraft.item.crafting.Ingredient@57799e97, net.minecraft.item.crafting.Ingredient@57799e97, net.minecraft.item.crafting.Ingredient@1d23e8d2, net.minecraft.item.crafting.Ingredient@57799e97, net.minecraft.item.crafting.Ingredient@57799e97, net.minecraft.item.crafting.Ingredient@57799e97, net.minecraft.item.crafting.Ingredient@57799e97]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3265 bibliocraft:darkoak_table RecipeStage{tier='two', recipe=1xtile.BiblioCraft:Table@5:[net.minecraft.item.crafting.Ingredient@5fe8e65c, net.minecraft.item.crafting.Ingredient@5fe8e65c, net.minecraft.item.crafting.Ingredient@5fe8e65c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2c132d52, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2c132d52, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3266 bibliocraft:darkoak_shelf RecipeStage{tier='one', recipe=1xtile.BiblioCraft:Shelf@5:[net.minecraft.item.crafting.Ingredient@72808a2a, net.minecraft.item.crafting.Ingredient@72808a2a, net.minecraft.item.crafting.Ingredient@72808a2a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5cb6c738, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@72808a2a, net.minecraft.item.crafting.Ingredient@72808a2a, net.minecraft.item.crafting.Ingredient@72808a2a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3267 bibliocraft:darkoak_seatback5 RecipeStage{tier='two', recipe=1xitem.seatback5@5:[net.minecraft.item.crafting.Ingredient@3d0b9283, net.minecraft.item.crafting.Ingredient@48dd82a1, net.minecraft.item.crafting.Ingredient@3e28efec]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3268 bibliocraft:darkoak_seatback4 RecipeStage{tier='two', recipe=1xitem.seatback4@5:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5890b06e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2d17219, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3269 bibliocraft:darkoak_seatback3 RecipeStage{tier='two', recipe=1xitem.seatback3@5:[net.minecraft.item.crafting.Ingredient@2d850fa9, net.minecraft.item.crafting.Ingredient@3d1da33b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3270 bibliocraft:darkoak_seatback2 RecipeStage{tier='two', recipe=1xitem.seatback2@5:[net.minecraft.item.crafting.Ingredient@2d3e61fa, net.minecraft.item.crafting.Ingredient@28428634, net.minecraft.item.crafting.Ingredient@2d3e61fa, net.minecraft.item.crafting.Ingredient@2d3e61fa, net.minecraft.item.crafting.Ingredient@3d5c2d28, net.minecraft.item.crafting.Ingredient@2d3e61fa, net.minecraft.item.crafting.Ingredient@2d3e61fa, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2d3e61fa]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3271 bibliocraft:darkoak_seatback1 RecipeStage{tier='two', recipe=1xitem.seatback1@5:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6dfdec1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3c2e9f4a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2a91a19d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2a91a19d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3272 bibliocraft:darkoak_seat RecipeStage{tier='two', recipe=1xtile.BiblioCraft:Seat@5:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1294437e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@57d79385, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7f7f00b7, net.minecraft.item.crafting.Ingredient@654201bd, net.minecraft.item.crafting.Ingredient@7f7f00b7]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3273 bibliocraft:darkoak_potionshelf RecipeStage{tier='three', recipe=1xtile.BiblioCraft:PotionShelf@5:[net.minecraft.item.crafting.Ingredient@55088383, net.minecraft.item.crafting.Ingredient@55088383, net.minecraft.item.crafting.Ingredient@55088383, net.minecraft.item.crafting.Ingredient@4c9aa49e, net.minecraft.item.crafting.Ingredient@504c598, net.minecraft.item.crafting.Ingredient@4c9aa49e, net.minecraft.item.crafting.Ingredient@55088383, net.minecraft.item.crafting.Ingredient@55088383, net.minecraft.item.crafting.Ingredient@55088383]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3274 bibliocraft:darkoak_paintingframesimple RecipeStage{tier='two', recipe=1xtile.BiblioCraft:PaintingFrameSimple@5:[net.minecraft.item.crafting.Ingredient@3ef91c2d, net.minecraft.item.crafting.Ingredient@171bf2ca, net.minecraft.item.crafting.Ingredient@3ef91c2d, net.minecraft.item.crafting.Ingredient@171bf2ca, net.minecraft.item.crafting.Ingredient@317027b7, net.minecraft.item.crafting.Ingredient@171bf2ca, net.minecraft.item.crafting.Ingredient@3ef91c2d, net.minecraft.item.crafting.Ingredient@171bf2ca, net.minecraft.item.crafting.Ingredient@3ef91c2d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3275 bibliocraft:darkoak_paintingframemiddle RecipeStage{tier='two', recipe=1xtile.BiblioCraft:PaintingFrameMiddle@5:[net.minecraft.item.crafting.Ingredient@6a440ff8, net.minecraft.item.crafting.Ingredient@dca010a, net.minecraft.item.crafting.Ingredient@6a440ff8, net.minecraft.item.crafting.Ingredient@6a440ff8, net.minecraft.item.crafting.Ingredient@6c96d707, net.minecraft.item.crafting.Ingredient@6a440ff8, net.minecraft.item.crafting.Ingredient@6a440ff8, net.minecraft.item.crafting.Ingredient@dca010a, net.minecraft.item.crafting.Ingredient@6a440ff8]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3276 bibliocraft:darkoak_paintingframeflat RecipeStage{tier='two', recipe=1xtile.BiblioCraft:PaintingFrameFlat@5:[net.minecraft.item.crafting.Ingredient@229c8fcf, net.minecraft.item.crafting.Ingredient@229c8fcf, net.minecraft.item.crafting.Ingredient@229c8fcf, net.minecraft.item.crafting.Ingredient@229c8fcf, net.minecraft.item.crafting.Ingredient@7c2bf7ec, net.minecraft.item.crafting.Ingredient@229c8fcf, net.minecraft.item.crafting.Ingredient@229c8fcf, net.minecraft.item.crafting.Ingredient@229c8fcf, net.minecraft.item.crafting.Ingredient@229c8fcf]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3277 bibliocraft:darkoak_paintingframefancy RecipeStage{tier='two', recipe=1xtile.BiblioCraft:PaintingFrameFancy@5:[net.minecraft.item.crafting.Ingredient@5c9f46b2, net.minecraft.item.crafting.Ingredient@5c9f46b2, net.minecraft.item.crafting.Ingredient@5c9f46b2, net.minecraft.item.crafting.Ingredient@5c9f46b2, net.minecraft.item.crafting.Ingredient@6631c1dd, net.minecraft.item.crafting.Ingredient@5c9f46b2, net.minecraft.item.crafting.Ingredient@5c9f46b2, net.minecraft.item.crafting.Ingredient@5c9f46b2, net.minecraft.item.crafting.Ingredient@5c9f46b2]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3278 bibliocraft:darkoak_paintingframeborderless RecipeStage{tier='two', recipe=1xtile.BiblioCraft:PaintingFrameBorderless@5:[net.minecraft.item.crafting.Ingredient@481b76a4, net.minecraft.item.crafting.Ingredient@4e384a2d, net.minecraft.item.crafting.Ingredient@481b76a4, net.minecraft.item.crafting.Ingredient@4e384a2d, net.minecraft.item.crafting.Ingredient@4e384a2d, net.minecraft.item.crafting.Ingredient@4e384a2d, net.minecraft.item.crafting.Ingredient@481b76a4, net.minecraft.item.crafting.Ingredient@4e384a2d, net.minecraft.item.crafting.Ingredient@481b76a4]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3279 bibliocraft:darkoak_mapframe RecipeStage{tier='two', recipe=1xtile.BiblioCraft:MapFrame@5:[net.minecraft.item.crafting.Ingredient@50358b6b, net.minecraft.item.crafting.Ingredient@50358b6b, net.minecraft.item.crafting.Ingredient@50358b6b, net.minecraft.item.crafting.Ingredient@50358b6b, net.minecraft.item.crafting.Ingredient@12e994aa, net.minecraft.item.crafting.Ingredient@50358b6b, net.minecraft.item.crafting.Ingredient@50358b6b, net.minecraft.item.crafting.Ingredient@50358b6b, net.minecraft.item.crafting.Ingredient@50358b6b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3280 bibliocraft:darkoak_label RecipeStage{tier='two', recipe=1xtile.BiblioCraft:Label@5:[net.minecraft.item.crafting.Ingredient@54a30754, net.minecraft.item.crafting.Ingredient@54a30754, net.minecraft.item.crafting.Ingredient@54a30754, net.minecraft.item.crafting.Ingredient@54a30754, net.minecraft.item.crafting.Ingredient@54a30754, net.minecraft.item.crafting.Ingredient@54a30754]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3281 bibliocraft:darkoak_furniturepaneler RecipeStage{tier='two', recipe=1xtile.BiblioCraft:FurniturePaneler@5:[net.minecraft.item.crafting.Ingredient@7847f689, net.minecraft.item.crafting.Ingredient@68e70664, net.minecraft.item.crafting.Ingredient@7847f689, net.minecraft.item.crafting.Ingredient@f634, net.minecraft.item.crafting.Ingredient@f634, net.minecraft.item.crafting.Ingredient@f634, net.minecraft.item.crafting.Ingredient@35881c74, net.minecraft.item.crafting.Ingredient@35881c74, net.minecraft.item.crafting.Ingredient@35881c74]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3282 bibliocraft:darkoak_framedchest RecipeStage{tier='two', recipe=1xtile.BiblioCraft:FramedChest@5:[net.minecraft.item.crafting.Ingredient@1ddf7de5, net.minecraft.item.crafting.Ingredient@1ddf7de5, net.minecraft.item.crafting.Ingredient@1ddf7de5, net.minecraft.item.crafting.Ingredient@1ddf7de5, net.minecraft.item.crafting.Ingredient@59303361, net.minecraft.item.crafting.Ingredient@1ddf7de5, net.minecraft.item.crafting.Ingredient@1ddf7de5, net.minecraft.item.crafting.Ingredient@1ddf7de5, net.minecraft.item.crafting.Ingredient@1ddf7de5]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3283 bibliocraft:darkoak_fancyworkbench RecipeStage{tier='two', recipe=1xtile.BiblioCraft:FancyWorkbench@5:[net.minecraft.item.crafting.Ingredient@30611faa, net.minecraft.item.crafting.Ingredient@129aa2c1, net.minecraft.item.crafting.Ingredient@741ce36f, net.minecraft.item.crafting.Ingredient@479a517d, net.minecraft.item.crafting.Ingredient@10fed3de, net.minecraft.item.crafting.Ingredient@479a517d, net.minecraft.item.crafting.Ingredient@479a517d, net.minecraft.item.crafting.Ingredient@479a517d, net.minecraft.item.crafting.Ingredient@479a517d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3284 bibliocraft:darkoak_fancysign RecipeStage{tier='two', recipe=1xtile.BiblioCraft:FancySign@5:[net.minecraft.item.crafting.Ingredient@d633898, net.minecraft.item.crafting.Ingredient@2ef18d09, net.minecraft.item.crafting.Ingredient@13a799d3]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3285 bibliocraft:darkoak_desk RecipeStage{tier='two', recipe=1xtile.BiblioCraft:Desk@5:[net.minecraft.item.crafting.Ingredient@163d37cc, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@27767e0d, net.minecraft.item.crafting.Ingredient@29809f82, net.minecraft.item.crafting.Ingredient@29809f82, net.minecraft.item.crafting.Ingredient@29809f82, net.minecraft.item.crafting.Ingredient@6e3c97f6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6e3c97f6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3286 bibliocraft:darkoak_clock RecipeStage{tier='three', recipe=1xtile.BiblioCraft:Clock@5:[net.minecraft.item.crafting.Ingredient@5a8b33b8, net.minecraft.item.crafting.Ingredient@78a1219, net.minecraft.item.crafting.Ingredient@5a8b33b8, net.minecraft.item.crafting.Ingredient@5a8b33b8, net.minecraft.item.crafting.Ingredient@1dd8ef67, net.minecraft.item.crafting.Ingredient@5a8b33b8, net.minecraft.item.crafting.Ingredient@5a8b33b8, net.minecraft.item.crafting.Ingredient@7a99c5a, net.minecraft.item.crafting.Ingredient@5a8b33b8]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3287 bibliocraft:darkoak_case RecipeStage{tier='two', recipe=1xtile.BiblioCraft:Case@5:[net.minecraft.item.crafting.Ingredient@4208d159, net.minecraft.item.crafting.Ingredient@7b7e629f, net.minecraft.item.crafting.Ingredient@4208d159, net.minecraft.item.crafting.Ingredient@4208d159, net.minecraft.item.crafting.Ingredient@259cf3a5, net.minecraft.item.crafting.Ingredient@4208d159, net.minecraft.item.crafting.Ingredient@4208d159, net.minecraft.item.crafting.Ingredient@4208d159, net.minecraft.item.crafting.Ingredient@4208d159]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3288 bibliocraft:darkoak_bookcase RecipeStage{tier='two', recipe=1xtile.BiblioCraft:Bookcase@5:[net.minecraft.item.crafting.Ingredient@7a25c6da, net.minecraft.item.crafting.Ingredient@5d49b306, net.minecraft.item.crafting.Ingredient@7a25c6da, net.minecraft.item.crafting.Ingredient@7a25c6da, net.minecraft.item.crafting.Ingredient@5d49b306, net.minecraft.item.crafting.Ingredient@7a25c6da, net.minecraft.item.crafting.Ingredient@7a25c6da, net.minecraft.item.crafting.Ingredient@5d49b306, net.minecraft.item.crafting.Ingredient@7a25c6da]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3289 bibliocraft:darkoak_armorstand RecipeStage{tier='two', recipe=1xtile.BiblioCraft:ArmorStand@5:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6652cd48, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6652cd48, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4533f063, net.minecraft.item.crafting.Ingredient@4533f063, net.minecraft.item.crafting.Ingredient@4533f063]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3290 bibliocraft:cyan_typewriter RecipeStage{tier='three', recipe=1xtile.BiblioCraft:Typewriter@9:[net.minecraft.item.crafting.Ingredient@20f4836a, net.minecraft.item.crafting.Ingredient@5b894da5, net.minecraft.item.crafting.Ingredient@20f4836a, net.minecraft.item.crafting.Ingredient@624d9600, net.minecraft.item.crafting.Ingredient@53a52f0d, net.minecraft.item.crafting.Ingredient@624d9600, net.minecraft.item.crafting.Ingredient@57ce19c0, net.minecraft.item.crafting.Ingredient@57ce19c0, net.minecraft.item.crafting.Ingredient@57ce19c0]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3291 bibliocraft:cyan_swordpedestal RecipeStage{tier='two', recipe=1xtile.BiblioCraft:SwordPedestal@9:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@15487d6f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@15487d6f, net.minecraft.item.crafting.Ingredient@f7e0975, net.minecraft.item.crafting.Ingredient@15487d6f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3298 bibliocraft:cookiejar RecipeStage{tier='three', recipe=1xtile.BiblioCraft:CookieJar@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@cd9d38a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@43c8fabb, net.minecraft.item.crafting.Ingredient@1ca3e5b0, net.minecraft.item.crafting.Ingredient@43c8fabb, net.minecraft.item.crafting.Ingredient@43c8fabb, net.minecraft.item.crafting.Ingredient@787f9fb9, net.minecraft.item.crafting.Ingredient@43c8fabb]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3299 bibliocraft:compass RecipeStage{tier='two', recipe=1xitem.compass@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@39ea4033, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@39ea4033, net.minecraft.item.crafting.Ingredient@41df341f, net.minecraft.item.crafting.Ingredient@39ea4033, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@39ea4033, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3300 bibliocraft:brown_typewriter RecipeStage{tier='three', recipe=1xtile.BiblioCraft:Typewriter@12:[net.minecraft.item.crafting.Ingredient@10cac6b9, net.minecraft.item.crafting.Ingredient@244a0d1b, net.minecraft.item.crafting.Ingredient@10cac6b9, net.minecraft.item.crafting.Ingredient@155034da, net.minecraft.item.crafting.Ingredient@4f0997f4, net.minecraft.item.crafting.Ingredient@155034da, net.minecraft.item.crafting.Ingredient@9306fa2, net.minecraft.item.crafting.Ingredient@9306fa2, net.minecraft.item.crafting.Ingredient@9306fa2]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3301 bibliocraft:brown_swordpedestal RecipeStage{tier='two', recipe=1xtile.BiblioCraft:SwordPedestal@12:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@60f637b0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@60f637b0, net.minecraft.item.crafting.Ingredient@2913ce3d, net.minecraft.item.crafting.Ingredient@60f637b0]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3308 bibliocraft:blue_typewriter RecipeStage{tier='three', recipe=1xtile.BiblioCraft:Typewriter@11:[net.minecraft.item.crafting.Ingredient@5516a78d, net.minecraft.item.crafting.Ingredient@7f84101c, net.minecraft.item.crafting.Ingredient@5516a78d, net.minecraft.item.crafting.Ingredient@f4e6c0c, net.minecraft.item.crafting.Ingredient@353244c7, net.minecraft.item.crafting.Ingredient@f4e6c0c, net.minecraft.item.crafting.Ingredient@55f8b723, net.minecraft.item.crafting.Ingredient@55f8b723, net.minecraft.item.crafting.Ingredient@55f8b723]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3309 bibliocraft:blue_swordpedestal RecipeStage{tier='two', recipe=1xtile.BiblioCraft:SwordPedestal@11:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4193e8f5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4193e8f5, net.minecraft.item.crafting.Ingredient@516bc17e, net.minecraft.item.crafting.Ingredient@4193e8f5]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3316 bibliocraft:black_typewriter RecipeStage{tier='three', recipe=1xtile.BiblioCraft:Typewriter@15:[net.minecraft.item.crafting.Ingredient@5dd1ce22, net.minecraft.item.crafting.Ingredient@45f0c7cd, net.minecraft.item.crafting.Ingredient@5dd1ce22, net.minecraft.item.crafting.Ingredient@6de088d, net.minecraft.item.crafting.Ingredient@60eff30b, net.minecraft.item.crafting.Ingredient@6de088d, net.minecraft.item.crafting.Ingredient@331c81ea, net.minecraft.item.crafting.Ingredient@331c81ea, net.minecraft.item.crafting.Ingredient@331c81ea]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3317 bibliocraft:black_swordpedestal RecipeStage{tier='two', recipe=1xtile.BiblioCraft:SwordPedestal@15:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4e511f72, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4e511f72, net.minecraft.item.crafting.Ingredient@31088eed, net.minecraft.item.crafting.Ingredient@4e511f72]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3324 bibliocraft:birch_toolrack RecipeStage{tier='one', recipe=1xtile.BiblioCraft:ToolRack@2:[net.minecraft.item.crafting.Ingredient@c33d47e, net.minecraft.item.crafting.Ingredient@c33d47e, net.minecraft.item.crafting.Ingredient@c33d47e, net.minecraft.item.crafting.Ingredient@c33d47e, net.minecraft.item.crafting.Ingredient@3fc7a8e1, net.minecraft.item.crafting.Ingredient@c33d47e, net.minecraft.item.crafting.Ingredient@c33d47e, net.minecraft.item.crafting.Ingredient@c33d47e, net.minecraft.item.crafting.Ingredient@c33d47e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3325 bibliocraft:birch_table RecipeStage{tier='two', recipe=1xtile.BiblioCraft:Table@2:[net.minecraft.item.crafting.Ingredient@3d65cc8, net.minecraft.item.crafting.Ingredient@3d65cc8, net.minecraft.item.crafting.Ingredient@3d65cc8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5e201c17, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5e201c17, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3326 bibliocraft:birch_shelf RecipeStage{tier='one', recipe=1xtile.BiblioCraft:Shelf@2:[net.minecraft.item.crafting.Ingredient@54d5967c, net.minecraft.item.crafting.Ingredient@54d5967c, net.minecraft.item.crafting.Ingredient@54d5967c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6ba0a578, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@54d5967c, net.minecraft.item.crafting.Ingredient@54d5967c, net.minecraft.item.crafting.Ingredient@54d5967c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3327 bibliocraft:birch_seatback5 RecipeStage{tier='two', recipe=1xitem.seatback5@2:[net.minecraft.item.crafting.Ingredient@6fbc81a9, net.minecraft.item.crafting.Ingredient@7c115181, net.minecraft.item.crafting.Ingredient@37ff4259]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3328 bibliocraft:birch_seatback4 RecipeStage{tier='two', recipe=1xitem.seatback4@2:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@45d90af0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@38b72b65, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3329 bibliocraft:birch_seatback3 RecipeStage{tier='two', recipe=1xitem.seatback3@2:[net.minecraft.item.crafting.Ingredient@73c7d8a5, net.minecraft.item.crafting.Ingredient@73ca3208]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3330 bibliocraft:birch_seatback2 RecipeStage{tier='two', recipe=1xitem.seatback2@2:[net.minecraft.item.crafting.Ingredient@5c8d4a8a, net.minecraft.item.crafting.Ingredient@3e56d000, net.minecraft.item.crafting.Ingredient@5c8d4a8a, net.minecraft.item.crafting.Ingredient@5c8d4a8a, net.minecraft.item.crafting.Ingredient@1541bec1, net.minecraft.item.crafting.Ingredient@5c8d4a8a, net.minecraft.item.crafting.Ingredient@5c8d4a8a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5c8d4a8a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3331 bibliocraft:birch_seatback1 RecipeStage{tier='two', recipe=1xitem.seatback1@2:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4e84715d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@153db72, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@613024f3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@613024f3]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3332 bibliocraft:birch_seat RecipeStage{tier='two', recipe=1xtile.BiblioCraft:Seat@2:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@48787cbc, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2428a63d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@531b66e, net.minecraft.item.crafting.Ingredient@397d1b6c, net.minecraft.item.crafting.Ingredient@531b66e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3333 bibliocraft:birch_potionshelf RecipeStage{tier='three', recipe=1xtile.BiblioCraft:PotionShelf@2:[net.minecraft.item.crafting.Ingredient@78c0df08, net.minecraft.item.crafting.Ingredient@78c0df08, net.minecraft.item.crafting.Ingredient@78c0df08, net.minecraft.item.crafting.Ingredient@aeec9ae, net.minecraft.item.crafting.Ingredient@31120a41, net.minecraft.item.crafting.Ingredient@aeec9ae, net.minecraft.item.crafting.Ingredient@78c0df08, net.minecraft.item.crafting.Ingredient@78c0df08, net.minecraft.item.crafting.Ingredient@78c0df08]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3334 bibliocraft:birch_paintingframesimple RecipeStage{tier='two', recipe=1xtile.BiblioCraft:PaintingFrameSimple@2:[net.minecraft.item.crafting.Ingredient@16c88560, net.minecraft.item.crafting.Ingredient@19e50b1, net.minecraft.item.crafting.Ingredient@16c88560, net.minecraft.item.crafting.Ingredient@19e50b1, net.minecraft.item.crafting.Ingredient@5b7b946, net.minecraft.item.crafting.Ingredient@19e50b1, net.minecraft.item.crafting.Ingredient@16c88560, net.minecraft.item.crafting.Ingredient@19e50b1, net.minecraft.item.crafting.Ingredient@16c88560]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3335 bibliocraft:birch_paintingframemiddle RecipeStage{tier='two', recipe=1xtile.BiblioCraft:PaintingFrameMiddle@2:[net.minecraft.item.crafting.Ingredient@25068cb1, net.minecraft.item.crafting.Ingredient@44bbdfc2, net.minecraft.item.crafting.Ingredient@25068cb1, net.minecraft.item.crafting.Ingredient@25068cb1, net.minecraft.item.crafting.Ingredient@71a0dd98, net.minecraft.item.crafting.Ingredient@25068cb1, net.minecraft.item.crafting.Ingredient@25068cb1, net.minecraft.item.crafting.Ingredient@44bbdfc2, net.minecraft.item.crafting.Ingredient@25068cb1]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3336 bibliocraft:birch_paintingframeflat RecipeStage{tier='two', recipe=1xtile.BiblioCraft:PaintingFrameFlat@2:[net.minecraft.item.crafting.Ingredient@e11c07, net.minecraft.item.crafting.Ingredient@e11c07, net.minecraft.item.crafting.Ingredient@e11c07, net.minecraft.item.crafting.Ingredient@e11c07, net.minecraft.item.crafting.Ingredient@41bb7a6c, net.minecraft.item.crafting.Ingredient@e11c07, net.minecraft.item.crafting.Ingredient@e11c07, net.minecraft.item.crafting.Ingredient@e11c07, net.minecraft.item.crafting.Ingredient@e11c07]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3337 bibliocraft:birch_paintingframefancy RecipeStage{tier='two', recipe=1xtile.BiblioCraft:PaintingFrameFancy@2:[net.minecraft.item.crafting.Ingredient@51eb6a4a, net.minecraft.item.crafting.Ingredient@51eb6a4a, net.minecraft.item.crafting.Ingredient@51eb6a4a, net.minecraft.item.crafting.Ingredient@51eb6a4a, net.minecraft.item.crafting.Ingredient@100bbb2f, net.minecraft.item.crafting.Ingredient@51eb6a4a, net.minecraft.item.crafting.Ingredient@51eb6a4a, net.minecraft.item.crafting.Ingredient@51eb6a4a, net.minecraft.item.crafting.Ingredient@51eb6a4a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3338 bibliocraft:birch_paintingframeborderless RecipeStage{tier='two', recipe=1xtile.BiblioCraft:PaintingFrameBorderless@2:[net.minecraft.item.crafting.Ingredient@c09179e, net.minecraft.item.crafting.Ingredient@1685f647, net.minecraft.item.crafting.Ingredient@c09179e, net.minecraft.item.crafting.Ingredient@1685f647, net.minecraft.item.crafting.Ingredient@1685f647, net.minecraft.item.crafting.Ingredient@1685f647, net.minecraft.item.crafting.Ingredient@c09179e, net.minecraft.item.crafting.Ingredient@1685f647, net.minecraft.item.crafting.Ingredient@c09179e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3339 bibliocraft:birch_mapframe RecipeStage{tier='two', recipe=1xtile.BiblioCraft:MapFrame@2:[net.minecraft.item.crafting.Ingredient@41dde8e2, net.minecraft.item.crafting.Ingredient@41dde8e2, net.minecraft.item.crafting.Ingredient@41dde8e2, net.minecraft.item.crafting.Ingredient@41dde8e2, net.minecraft.item.crafting.Ingredient@6799e078, net.minecraft.item.crafting.Ingredient@41dde8e2, net.minecraft.item.crafting.Ingredient@41dde8e2, net.minecraft.item.crafting.Ingredient@41dde8e2, net.minecraft.item.crafting.Ingredient@41dde8e2]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3340 bibliocraft:birch_label RecipeStage{tier='two', recipe=1xtile.BiblioCraft:Label@2:[net.minecraft.item.crafting.Ingredient@9cdba24, net.minecraft.item.crafting.Ingredient@9cdba24, net.minecraft.item.crafting.Ingredient@9cdba24, net.minecraft.item.crafting.Ingredient@9cdba24, net.minecraft.item.crafting.Ingredient@9cdba24, net.minecraft.item.crafting.Ingredient@9cdba24]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3341 bibliocraft:birch_furniturepaneler RecipeStage{tier='two', recipe=1xtile.BiblioCraft:FurniturePaneler@2:[net.minecraft.item.crafting.Ingredient@575347da, net.minecraft.item.crafting.Ingredient@7acb4a1c, net.minecraft.item.crafting.Ingredient@575347da, net.minecraft.item.crafting.Ingredient@8a5eb76, net.minecraft.item.crafting.Ingredient@8a5eb76, net.minecraft.item.crafting.Ingredient@8a5eb76, net.minecraft.item.crafting.Ingredient@a70ecc7, net.minecraft.item.crafting.Ingredient@a70ecc7, net.minecraft.item.crafting.Ingredient@a70ecc7]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3342 bibliocraft:birch_framedchest RecipeStage{tier='two', recipe=1xtile.BiblioCraft:FramedChest@2:[net.minecraft.item.crafting.Ingredient@100afebb, net.minecraft.item.crafting.Ingredient@100afebb, net.minecraft.item.crafting.Ingredient@100afebb, net.minecraft.item.crafting.Ingredient@100afebb, net.minecraft.item.crafting.Ingredient@e255a1e, net.minecraft.item.crafting.Ingredient@100afebb, net.minecraft.item.crafting.Ingredient@100afebb, net.minecraft.item.crafting.Ingredient@100afebb, net.minecraft.item.crafting.Ingredient@100afebb]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3343 bibliocraft:birch_fancyworkbench RecipeStage{tier='two', recipe=1xtile.BiblioCraft:FancyWorkbench@2:[net.minecraft.item.crafting.Ingredient@7300a3ef, net.minecraft.item.crafting.Ingredient@39d2c31f, net.minecraft.item.crafting.Ingredient@5d3267c5, net.minecraft.item.crafting.Ingredient@38507625, net.minecraft.item.crafting.Ingredient@147e0f57, net.minecraft.item.crafting.Ingredient@38507625, net.minecraft.item.crafting.Ingredient@38507625, net.minecraft.item.crafting.Ingredient@38507625, net.minecraft.item.crafting.Ingredient@38507625]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3344 bibliocraft:birch_fancysign RecipeStage{tier='two', recipe=1xtile.BiblioCraft:FancySign@2:[net.minecraft.item.crafting.Ingredient@71a6aca3, net.minecraft.item.crafting.Ingredient@51f6d19c, net.minecraft.item.crafting.Ingredient@49b006c0]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3345 bibliocraft:birch_desk RecipeStage{tier='two', recipe=1xtile.BiblioCraft:Desk@2:[net.minecraft.item.crafting.Ingredient@3064a33b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@44ce74fa, net.minecraft.item.crafting.Ingredient@3b5f575d, net.minecraft.item.crafting.Ingredient@3b5f575d, net.minecraft.item.crafting.Ingredient@3b5f575d, net.minecraft.item.crafting.Ingredient@3dbc50a0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3dbc50a0]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3346 bibliocraft:birch_clock RecipeStage{tier='three', recipe=1xtile.BiblioCraft:Clock@2:[net.minecraft.item.crafting.Ingredient@c9055e8, net.minecraft.item.crafting.Ingredient@7ad8bdf8, net.minecraft.item.crafting.Ingredient@c9055e8, net.minecraft.item.crafting.Ingredient@c9055e8, net.minecraft.item.crafting.Ingredient@6024244e, net.minecraft.item.crafting.Ingredient@c9055e8, net.minecraft.item.crafting.Ingredient@c9055e8, net.minecraft.item.crafting.Ingredient@3b83bc35, net.minecraft.item.crafting.Ingredient@c9055e8]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3347 bibliocraft:birch_case RecipeStage{tier='two', recipe=1xtile.BiblioCraft:Case@2:[net.minecraft.item.crafting.Ingredient@6db9e188, net.minecraft.item.crafting.Ingredient@10adc8cc, net.minecraft.item.crafting.Ingredient@6db9e188, net.minecraft.item.crafting.Ingredient@6db9e188, net.minecraft.item.crafting.Ingredient@4c2782c6, net.minecraft.item.crafting.Ingredient@6db9e188, net.minecraft.item.crafting.Ingredient@6db9e188, net.minecraft.item.crafting.Ingredient@6db9e188, net.minecraft.item.crafting.Ingredient@6db9e188]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3348 bibliocraft:birch_bookcase RecipeStage{tier='two', recipe=1xtile.BiblioCraft:Bookcase@2:[net.minecraft.item.crafting.Ingredient@1b422370, net.minecraft.item.crafting.Ingredient@23063bde, net.minecraft.item.crafting.Ingredient@1b422370, net.minecraft.item.crafting.Ingredient@1b422370, net.minecraft.item.crafting.Ingredient@23063bde, net.minecraft.item.crafting.Ingredient@1b422370, net.minecraft.item.crafting.Ingredient@1b422370, net.minecraft.item.crafting.Ingredient@23063bde, net.minecraft.item.crafting.Ingredient@1b422370]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3349 bibliocraft:birch_armorstand RecipeStage{tier='two', recipe=1xtile.BiblioCraft:ArmorStand@2:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@940b457, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@940b457, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@47aca9fe, net.minecraft.item.crafting.Ingredient@47aca9fe, net.minecraft.item.crafting.Ingredient@47aca9fe]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3350 bibliocraft:bigbook RecipeStage{tier='two', recipe=1xitem.BigBook@0:[net.minecraft.item.crafting.Ingredient@32206926, net.minecraft.item.crafting.Ingredient@32206926, net.minecraft.item.crafting.Ingredient@32206926, net.minecraft.item.crafting.Ingredient@32206926, net.minecraft.item.crafting.Ingredient@14df0c94, net.minecraft.item.crafting.Ingredient@32206926, net.minecraft.item.crafting.Ingredient@32206926, net.minecraft.item.crafting.Ingredient@32206926, net.minecraft.item.crafting.Ingredient@32206926]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3351 bibliocraft:biblioredbook net.minecraft.item.crafting.ShapelessRecipes@239a2229 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3352 bibliocraft:bibliodrill RecipeStage{tier='three', recipe=1xitem.BiblioDrill@0:[net.minecraft.item.crafting.Ingredient@74b195ba, net.minecraft.item.crafting.Ingredient@6c86420, net.minecraft.item.crafting.Ingredient@6c86420, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@51f1f188, net.minecraft.item.crafting.Ingredient@6c86420, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@77777e87]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3353 bibliocraft:biblioclipboard RecipeStage{tier='three', recipe=1xitem.BiblioClipboard@0:[net.minecraft.item.crafting.Ingredient@140ae29, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7e553df7, net.minecraft.item.crafting.Ingredient@2430e61a, net.minecraft.item.crafting.Ingredient@2430e61a, net.minecraft.item.crafting.Ingredient@2430e61a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@33ffcf39, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3354 bibliocraft:bibliochase RecipeStage{tier='three', recipe=1xitem.BiblioChase@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@39af1e4b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@39af1e4b, net.minecraft.item.crafting.Ingredient@59135539, net.minecraft.item.crafting.Ingredient@39af1e4b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@39af1e4b, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3355 bibliocraft:bell RecipeStage{tier='three', recipe=1xtile.BiblioCraft:Bell@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4a98ced2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@97f9d00, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@97f9d00, net.minecraft.item.crafting.Ingredient@2ef799cd, net.minecraft.item.crafting.Ingredient@97f9d00]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3356 bibliocraft:atlasbook RecipeStage{tier='two', recipe=1xitem.AtlasBook@0:[net.minecraft.item.crafting.Ingredient@4379eeea, net.minecraft.item.crafting.Ingredient@7f2c10fb, net.minecraft.item.crafting.Ingredient@4379eeea, net.minecraft.item.crafting.Ingredient@4379eeea, net.minecraft.item.crafting.Ingredient@1a5bc016, net.minecraft.item.crafting.Ingredient@4379eeea, net.minecraft.item.crafting.Ingredient@4379eeea, net.minecraft.item.crafting.Ingredient@5a2e32f3, net.minecraft.item.crafting.Ingredient@4379eeea]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3357 bibliocraft:acacia_toolrack RecipeStage{tier='one', recipe=1xtile.BiblioCraft:ToolRack@4:[net.minecraft.item.crafting.Ingredient@66602fbc, net.minecraft.item.crafting.Ingredient@66602fbc, net.minecraft.item.crafting.Ingredient@66602fbc, net.minecraft.item.crafting.Ingredient@66602fbc, net.minecraft.item.crafting.Ingredient@3b7c5952, net.minecraft.item.crafting.Ingredient@66602fbc, net.minecraft.item.crafting.Ingredient@66602fbc, net.minecraft.item.crafting.Ingredient@66602fbc, net.minecraft.item.crafting.Ingredient@66602fbc]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3358 bibliocraft:acacia_table RecipeStage{tier='two', recipe=1xtile.BiblioCraft:Table@4:[net.minecraft.item.crafting.Ingredient@59a1cbb2, net.minecraft.item.crafting.Ingredient@59a1cbb2, net.minecraft.item.crafting.Ingredient@59a1cbb2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3e535730, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3e535730, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3359 bibliocraft:acacia_shelf RecipeStage{tier='one', recipe=1xtile.BiblioCraft:Shelf@4:[net.minecraft.item.crafting.Ingredient@7ed39821, net.minecraft.item.crafting.Ingredient@7ed39821, net.minecraft.item.crafting.Ingredient@7ed39821, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1b1c30bc, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7ed39821, net.minecraft.item.crafting.Ingredient@7ed39821, net.minecraft.item.crafting.Ingredient@7ed39821]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3360 bibliocraft:acacia_seatback5 RecipeStage{tier='two', recipe=1xitem.seatback5@4:[net.minecraft.item.crafting.Ingredient@335c611d, net.minecraft.item.crafting.Ingredient@1fc71999, net.minecraft.item.crafting.Ingredient@498a7741]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3361 bibliocraft:acacia_seatback4 RecipeStage{tier='two', recipe=1xitem.seatback4@4:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@13697d96, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@776e7f6c, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3362 bibliocraft:acacia_seatback3 RecipeStage{tier='two', recipe=1xitem.seatback3@4:[net.minecraft.item.crafting.Ingredient@97d6c27, net.minecraft.item.crafting.Ingredient@6dafcea6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3363 bibliocraft:acacia_seatback2 RecipeStage{tier='two', recipe=1xitem.seatback2@4:[net.minecraft.item.crafting.Ingredient@7fa91a53, net.minecraft.item.crafting.Ingredient@261ba703, net.minecraft.item.crafting.Ingredient@7fa91a53, net.minecraft.item.crafting.Ingredient@7fa91a53, net.minecraft.item.crafting.Ingredient@427ab5e1, net.minecraft.item.crafting.Ingredient@7fa91a53, net.minecraft.item.crafting.Ingredient@7fa91a53, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7fa91a53]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3364 bibliocraft:acacia_seatback1 RecipeStage{tier='two', recipe=1xitem.seatback1@4:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7f20869, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@695d9d41, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6deb249f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6deb249f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3365 bibliocraft:acacia_seat RecipeStage{tier='two', recipe=1xtile.BiblioCraft:Seat@4:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@f1613d2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1e3af84f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@a32a3f1, net.minecraft.item.crafting.Ingredient@2fa45fad, net.minecraft.item.crafting.Ingredient@a32a3f1]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3366 bibliocraft:acacia_potionshelf RecipeStage{tier='three', recipe=1xtile.BiblioCraft:PotionShelf@4:[net.minecraft.item.crafting.Ingredient@40a54df, net.minecraft.item.crafting.Ingredient@40a54df, net.minecraft.item.crafting.Ingredient@40a54df, net.minecraft.item.crafting.Ingredient@4bc44ea3, net.minecraft.item.crafting.Ingredient@4c4843d6, net.minecraft.item.crafting.Ingredient@4bc44ea3, net.minecraft.item.crafting.Ingredient@40a54df, net.minecraft.item.crafting.Ingredient@40a54df, net.minecraft.item.crafting.Ingredient@40a54df]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3367 bibliocraft:acacia_paintingframesimple RecipeStage{tier='two', recipe=1xtile.BiblioCraft:PaintingFrameSimple@4:[net.minecraft.item.crafting.Ingredient@76d8c89e, net.minecraft.item.crafting.Ingredient@3aa2b4d3, net.minecraft.item.crafting.Ingredient@76d8c89e, net.minecraft.item.crafting.Ingredient@3aa2b4d3, net.minecraft.item.crafting.Ingredient@14e057d4, net.minecraft.item.crafting.Ingredient@3aa2b4d3, net.minecraft.item.crafting.Ingredient@76d8c89e, net.minecraft.item.crafting.Ingredient@3aa2b4d3, net.minecraft.item.crafting.Ingredient@76d8c89e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3368 bibliocraft:acacia_paintingframemiddle RecipeStage{tier='two', recipe=1xtile.BiblioCraft:PaintingFrameMiddle@4:[net.minecraft.item.crafting.Ingredient@234ad87d, net.minecraft.item.crafting.Ingredient@790a6689, net.minecraft.item.crafting.Ingredient@234ad87d, net.minecraft.item.crafting.Ingredient@234ad87d, net.minecraft.item.crafting.Ingredient@fe06f28, net.minecraft.item.crafting.Ingredient@234ad87d, net.minecraft.item.crafting.Ingredient@234ad87d, net.minecraft.item.crafting.Ingredient@790a6689, net.minecraft.item.crafting.Ingredient@234ad87d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3369 bibliocraft:acacia_paintingframeflat RecipeStage{tier='two', recipe=1xtile.BiblioCraft:PaintingFrameFlat@4:[net.minecraft.item.crafting.Ingredient@253473df, net.minecraft.item.crafting.Ingredient@253473df, net.minecraft.item.crafting.Ingredient@253473df, net.minecraft.item.crafting.Ingredient@253473df, net.minecraft.item.crafting.Ingredient@18a280f1, net.minecraft.item.crafting.Ingredient@253473df, net.minecraft.item.crafting.Ingredient@253473df, net.minecraft.item.crafting.Ingredient@253473df, net.minecraft.item.crafting.Ingredient@253473df]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3370 bibliocraft:acacia_paintingframefancy RecipeStage{tier='two', recipe=1xtile.BiblioCraft:PaintingFrameFancy@4:[net.minecraft.item.crafting.Ingredient@25de232, net.minecraft.item.crafting.Ingredient@25de232, net.minecraft.item.crafting.Ingredient@25de232, net.minecraft.item.crafting.Ingredient@25de232, net.minecraft.item.crafting.Ingredient@668fc181, net.minecraft.item.crafting.Ingredient@25de232, net.minecraft.item.crafting.Ingredient@25de232, net.minecraft.item.crafting.Ingredient@25de232, net.minecraft.item.crafting.Ingredient@25de232]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3371 bibliocraft:acacia_paintingframeborderless RecipeStage{tier='two', recipe=1xtile.BiblioCraft:PaintingFrameBorderless@4:[net.minecraft.item.crafting.Ingredient@2f849314, net.minecraft.item.crafting.Ingredient@74fc47d6, net.minecraft.item.crafting.Ingredient@2f849314, net.minecraft.item.crafting.Ingredient@74fc47d6, net.minecraft.item.crafting.Ingredient@74fc47d6, net.minecraft.item.crafting.Ingredient@74fc47d6, net.minecraft.item.crafting.Ingredient@2f849314, net.minecraft.item.crafting.Ingredient@74fc47d6, net.minecraft.item.crafting.Ingredient@2f849314]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3372 bibliocraft:acacia_mapframe RecipeStage{tier='two', recipe=1xtile.BiblioCraft:MapFrame@4:[net.minecraft.item.crafting.Ingredient@470e88ad, net.minecraft.item.crafting.Ingredient@470e88ad, net.minecraft.item.crafting.Ingredient@470e88ad, net.minecraft.item.crafting.Ingredient@470e88ad, net.minecraft.item.crafting.Ingredient@5671b1ce, net.minecraft.item.crafting.Ingredient@470e88ad, net.minecraft.item.crafting.Ingredient@470e88ad, net.minecraft.item.crafting.Ingredient@470e88ad, net.minecraft.item.crafting.Ingredient@470e88ad]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3373 bibliocraft:acacia_label RecipeStage{tier='two', recipe=1xtile.BiblioCraft:Label@4:[net.minecraft.item.crafting.Ingredient@18532f0c, net.minecraft.item.crafting.Ingredient@18532f0c, net.minecraft.item.crafting.Ingredient@18532f0c, net.minecraft.item.crafting.Ingredient@18532f0c, net.minecraft.item.crafting.Ingredient@18532f0c, net.minecraft.item.crafting.Ingredient@18532f0c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3374 bibliocraft:acacia_furniturepaneler RecipeStage{tier='two', recipe=1xtile.BiblioCraft:FurniturePaneler@4:[net.minecraft.item.crafting.Ingredient@6bb06238, net.minecraft.item.crafting.Ingredient@7e6d0a3f, net.minecraft.item.crafting.Ingredient@6bb06238, net.minecraft.item.crafting.Ingredient@34fce83b, net.minecraft.item.crafting.Ingredient@34fce83b, net.minecraft.item.crafting.Ingredient@34fce83b, net.minecraft.item.crafting.Ingredient@2c5d6608, net.minecraft.item.crafting.Ingredient@2c5d6608, net.minecraft.item.crafting.Ingredient@2c5d6608]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3375 bibliocraft:acacia_framedchest RecipeStage{tier='two', recipe=1xtile.BiblioCraft:FramedChest@4:[net.minecraft.item.crafting.Ingredient@117737a, net.minecraft.item.crafting.Ingredient@117737a, net.minecraft.item.crafting.Ingredient@117737a, net.minecraft.item.crafting.Ingredient@117737a, net.minecraft.item.crafting.Ingredient@7c53fe0c, net.minecraft.item.crafting.Ingredient@117737a, net.minecraft.item.crafting.Ingredient@117737a, net.minecraft.item.crafting.Ingredient@117737a, net.minecraft.item.crafting.Ingredient@117737a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3376 bibliocraft:acacia_fancyworkbench RecipeStage{tier='two', recipe=1xtile.BiblioCraft:FancyWorkbench@4:[net.minecraft.item.crafting.Ingredient@2b2f5aa5, net.minecraft.item.crafting.Ingredient@1821d507, net.minecraft.item.crafting.Ingredient@4967db3b, net.minecraft.item.crafting.Ingredient@13dee686, net.minecraft.item.crafting.Ingredient@65c69a32, net.minecraft.item.crafting.Ingredient@13dee686, net.minecraft.item.crafting.Ingredient@13dee686, net.minecraft.item.crafting.Ingredient@13dee686, net.minecraft.item.crafting.Ingredient@13dee686]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3377 bibliocraft:acacia_fancysign RecipeStage{tier='two', recipe=1xtile.BiblioCraft:FancySign@4:[net.minecraft.item.crafting.Ingredient@1d94a83c, net.minecraft.item.crafting.Ingredient@7f6d760f, net.minecraft.item.crafting.Ingredient@10d9b9c4]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3378 bibliocraft:acacia_desk RecipeStage{tier='two', recipe=1xtile.BiblioCraft:Desk@4:[net.minecraft.item.crafting.Ingredient@dd83a78, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@37ea6950, net.minecraft.item.crafting.Ingredient@632a0499, net.minecraft.item.crafting.Ingredient@632a0499, net.minecraft.item.crafting.Ingredient@632a0499, net.minecraft.item.crafting.Ingredient@57f93bc8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@57f93bc8]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3379 bibliocraft:acacia_clock RecipeStage{tier='three', recipe=1xtile.BiblioCraft:Clock@4:[net.minecraft.item.crafting.Ingredient@85f064a, net.minecraft.item.crafting.Ingredient@1967678e, net.minecraft.item.crafting.Ingredient@85f064a, net.minecraft.item.crafting.Ingredient@85f064a, net.minecraft.item.crafting.Ingredient@5c69c5b1, net.minecraft.item.crafting.Ingredient@85f064a, net.minecraft.item.crafting.Ingredient@85f064a, net.minecraft.item.crafting.Ingredient@5f080bc0, net.minecraft.item.crafting.Ingredient@85f064a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3380 bibliocraft:acacia_case RecipeStage{tier='two', recipe=1xtile.BiblioCraft:Case@4:[net.minecraft.item.crafting.Ingredient@f3342b, net.minecraft.item.crafting.Ingredient@68a98718, net.minecraft.item.crafting.Ingredient@f3342b, net.minecraft.item.crafting.Ingredient@f3342b, net.minecraft.item.crafting.Ingredient@6b9bbcb, net.minecraft.item.crafting.Ingredient@f3342b, net.minecraft.item.crafting.Ingredient@f3342b, net.minecraft.item.crafting.Ingredient@f3342b, net.minecraft.item.crafting.Ingredient@f3342b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3381 bibliocraft:acacia_bookcase RecipeStage{tier='two', recipe=1xtile.BiblioCraft:Bookcase@4:[net.minecraft.item.crafting.Ingredient@52dd538c, net.minecraft.item.crafting.Ingredient@f9d26fd, net.minecraft.item.crafting.Ingredient@52dd538c, net.minecraft.item.crafting.Ingredient@52dd538c, net.minecraft.item.crafting.Ingredient@f9d26fd, net.minecraft.item.crafting.Ingredient@52dd538c, net.minecraft.item.crafting.Ingredient@52dd538c, net.minecraft.item.crafting.Ingredient@f9d26fd, net.minecraft.item.crafting.Ingredient@52dd538c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3382 bibliocraft:acacia_armorstand RecipeStage{tier='two', recipe=1xtile.BiblioCraft:ArmorStand@4:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6e58786f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6e58786f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7eb7175e, net.minecraft.item.crafting.Ingredient@7eb7175e, net.minecraft.item.crafting.Ingredient@7eb7175e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3384 modularrouters:upgrade/security_upgrade RecipeStage{tier='four', recipe=1xitem.upgrade@2:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2fa9df91, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@63f30944, net.minecraft.item.crafting.Ingredient@4d05f892, net.minecraftforge.oredict.OreIngredient@63f30944, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@46e3a37, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3385 modularrouters:upgrade/muffler_upgrade RecipeStage{tier='four', recipe=1xitem.upgrade@6:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@953c05, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@953c05, net.minecraft.item.crafting.Ingredient@4d05f892, net.minecraft.item.crafting.Ingredient@953c05, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@953c05, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3386 modularrouters:upgrade/speed_upgrade RecipeStage{tier='four', recipe=1xitem.upgrade@1:[net.minecraft.item.crafting.Ingredient@65ef6239, net.minecraftforge.oredict.OreIngredient@5b07000c, net.minecraft.item.crafting.Ingredient@65ef6239, net.minecraftforge.oredict.OreIngredient@5b07000c, net.minecraft.item.crafting.Ingredient@4d05f892, net.minecraftforge.oredict.OreIngredient@5b07000c, net.minecraft.item.crafting.Ingredient@5586fed7, net.minecraft.item.crafting.Ingredient@1b4f823, net.minecraft.item.crafting.Ingredient@5586fed7]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3387 modularrouters:upgrade/camouflage_upgrade RecipeStage{tier='four', recipe=1xitem.upgrade@3:[net.minecraft.item.crafting.Ingredient@4d05f892, net.minecraftforge.oredict.OreIngredient@38f17700, net.minecraftforge.oredict.OreIngredient@27bcc04, net.minecraftforge.oredict.OreIngredient@78f1f483]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3388 modularrouters:upgrade/blast_upgrade RecipeStage{tier='four', recipe=1xitem.upgrade@7:[net.minecraft.item.crafting.Ingredient@69cd6d11, net.minecraftforge.oredict.OreIngredient@8bce07b, net.minecraft.item.crafting.Ingredient@69cd6d11, net.minecraftforge.oredict.OreIngredient@8bce07b, net.minecraft.item.crafting.Ingredient@4d05f892, net.minecraftforge.oredict.OreIngredient@8bce07b, net.minecraft.item.crafting.Ingredient@69cd6d11, net.minecraftforge.oredict.OreIngredient@8bce07b, net.minecraft.item.crafting.Ingredient@69cd6d11]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3391 modularrouters:upgrade/stack_upgrade RecipeStage{tier='four', recipe=1xitem.upgrade@0:[net.minecraft.item.crafting.Ingredient@4d05f892, net.minecraft.item.crafting.Ingredient@6de0abe9, net.minecraft.item.crafting.Ingredient@3243fcc3]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3392 modularrouters:augment/range_up_augment_2 RecipeStage{tier='four', recipe=1xitem.augment@2:[net.minecraft.item.crafting.Ingredient@55648591]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3393 modularrouters:augment/pickup_delay_augment RecipeStage{tier='four', recipe=1xitem.augment@1:[net.minecraft.item.crafting.Ingredient@6924a830, net.minecraftforge.oredict.OreIngredient@29d5f3b0]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3394 modularrouters:augment/regulator_augment RecipeStage{tier='four', recipe=1xitem.augment@5:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7ef524ce, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@bf29d4c, net.minecraft.item.crafting.Ingredient@6924a830, net.minecraft.item.crafting.Ingredient@bf29d4c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7ef524ce, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3395 modularrouters:augment/xp_vacuum_augment RecipeStage{tier='four', recipe=1xitem.augment@7:[net.minecraft.item.crafting.Ingredient@6924a830, net.minecraft.item.crafting.Ingredient@4a824994]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3396 modularrouters:augment/redstone_augment RecipeStage{tier='four', recipe=1xitem.augment@4:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3ac642f4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@39f47917, net.minecraft.item.crafting.Ingredient@6924a830, net.minecraftforge.oredict.OreIngredient@39f47917, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3ac642f4, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3397 modularrouters:augment/mimic_augment RecipeStage{tier='four', recipe=1xitem.augment@8:[net.minecraft.item.crafting.Ingredient@6924a830, net.minecraft.item.crafting.Ingredient@69bc537, net.minecraft.item.crafting.Ingredient@2cf1969a, net.minecraft.item.crafting.Ingredient@1876da82]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3398 modularrouters:augment/pushing_augment RecipeStage{tier='four', recipe=1xitem.augment@9:[net.minecraft.item.crafting.Ingredient@3b66090f, net.minecraft.item.crafting.Ingredient@6924a830, net.minecraft.item.crafting.Ingredient@3b66090f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3399 modularrouters:augment/stack_augment RecipeStage{tier='four', recipe=1xitem.augment@6:[net.minecraft.item.crafting.Ingredient@6924a830, net.minecraft.item.crafting.Ingredient@3657137f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3400 modularrouters:augment/range_down_augment RecipeStage{tier='four', recipe=1xitem.augment@3:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5cd26a0c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@384ad223, net.minecraft.item.crafting.Ingredient@6924a830, net.minecraftforge.oredict.OreIngredient@384ad223, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@384ad223, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3401 modularrouters:augment/fast_pickup_augment RecipeStage{tier='four', recipe=1xitem.augment@0:[net.minecraft.item.crafting.Ingredient@6924a830, net.minecraft.item.crafting.Ingredient@45a8ed40]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3402 modularrouters:augment/range_down_augment_2 RecipeStage{tier='four', recipe=1xitem.augment@3:[net.minecraft.item.crafting.Ingredient@6fa0a7a4]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3403 modularrouters:augment/range_up_augment RecipeStage{tier='four', recipe=1xitem.augment@2:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@19b6e4f4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@19b6e4f4, net.minecraft.item.crafting.Ingredient@6924a830, net.minecraftforge.oredict.OreIngredient@19b6e4f4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@605466b9, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3405 modularrouters:filter/regex_filter RecipeStage{tier='four', recipe=1xitem.filter@2:[net.minecraft.item.crafting.Ingredient@e1583d8, net.minecraft.item.crafting.Ingredient@201a211c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3406 modularrouters:filter/mod_filter RecipeStage{tier='four', recipe=1xitem.filter@1:[net.minecraft.item.crafting.Ingredient@e1583d8, net.minecraft.item.crafting.Ingredient@68b5da16, net.minecraft.item.crafting.Ingredient@13624df7]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3407 modularrouters:filter/inspection_filter RecipeStage{tier='four', recipe=1xitem.filter@3:[net.minecraft.item.crafting.Ingredient@4897f702, net.minecraft.item.crafting.Ingredient@e1583d8, net.minecraft.item.crafting.Ingredient@4897f702, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6e5dc55e, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3411 modularrouters:module/breaker_module RecipeStage{tier='four', recipe=1xitem.module@4:[net.minecraft.item.crafting.Ingredient@3d67530b, net.minecraft.item.crafting.Ingredient@1b628ede]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3412 modularrouters:module/fluid_module RecipeStage{tier='four', recipe=1xitem.module@14:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7306446f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@29f996a2, net.minecraft.item.crafting.Ingredient@769a4551, net.minecraftforge.oredict.OreIngredient@29f996a2]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3414 modularrouters:module/sender1_module RecipeStage{tier='four', recipe=1xitem.module@5:[net.minecraft.item.crafting.Ingredient@769a4551, net.minecraft.item.crafting.Ingredient@2ccb4669, net.minecraft.item.crafting.Ingredient@7e84a1c9]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3415 modularrouters:module/sender3_module RecipeStage{tier='four', recipe=1xitem.module@7:[net.minecraft.item.crafting.Ingredient@73c5fdd7, net.minecraft.item.crafting.Ingredient@61d96009, net.minecraft.item.crafting.Ingredient@1563f42b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3416 modularrouters:module/distributor_module RecipeStage{tier='four', recipe=1xitem.module@17:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@73c5fdd7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@73c5fdd7, net.minecraft.item.crafting.Ingredient@769a4551, net.minecraft.item.crafting.Ingredient@73c5fdd7]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3417 modularrouters:module/puller_module RecipeStage{tier='four', recipe=1xitem.module@8:[net.minecraft.item.crafting.Ingredient@769a4551, net.minecraft.item.crafting.Ingredient@7e360868]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3418 modularrouters:module/extruder_module RecipeStage{tier='four', recipe=1xitem.module@10:[net.minecraft.item.crafting.Ingredient@769a4551, net.minecraft.item.crafting.Ingredient@708b59cd, net.minecraft.item.crafting.Ingredient@12a8ee26]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3419 modularrouters:module/sender2_module RecipeStage{tier='four', recipe=1xitem.module@6:[net.minecraft.item.crafting.Ingredient@5e01a16b, net.minecraft.item.crafting.Ingredient@17065dfc]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3420 modularrouters:module/flinger_module RecipeStage{tier='four', recipe=1xitem.module@1:[net.minecraft.item.crafting.Ingredient@541f3ed2, net.minecraft.item.crafting.Ingredient@b882e4a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3421 modularrouters:module/puller2_module RecipeStage{tier='four', recipe=1xitem.module@9:[net.minecraft.item.crafting.Ingredient@ca69b8e, net.minecraft.item.crafting.Ingredient@5d6e8eab]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3422 modularrouters:module/extruder2_module RecipeStage{tier='four', recipe=1xitem.module@11:[net.minecraft.item.crafting.Ingredient@769a4551, net.minecraftforge.oredict.OreIngredient@611f8378]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3423 modularrouters:module/placer_module RecipeStage{tier='four', recipe=1xitem.module@3:[net.minecraft.item.crafting.Ingredient@769a4551, net.minecraft.item.crafting.Ingredient@41e560d7, net.minecraftforge.oredict.OreIngredient@253ac2a0]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3424 modularrouters:module/void_module RecipeStage{tier='four', recipe=1xitem.module@15:[net.minecraft.item.crafting.Ingredient@769a4551, net.minecraft.item.crafting.Ingredient@2028eb93]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3425 modularrouters:module/vacuum_module RecipeStage{tier='four', recipe=1xitem.module@2:[net.minecraft.item.crafting.Ingredient@769a4551, net.minecraft.item.crafting.Ingredient@1c882a7c, net.minecraft.item.crafting.Ingredient@47e4c247]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3426 modularrouters:module/detector_module RecipeStage{tier='four', recipe=1xitem.module@12:[net.minecraft.item.crafting.Ingredient@769a4551, net.minecraft.item.crafting.Ingredient@1751d08c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3427 modularrouters:module/activator_module RecipeStage{tier='four', recipe=1xitem.module@16:[net.minecraftforge.oredict.OreIngredient@e543d5c, net.minecraft.item.crafting.Ingredient@1ece6c6d, net.minecraftforge.oredict.OreIngredient@e543d5c, net.minecraft.item.crafting.Ingredient@574f347c, net.minecraft.item.crafting.Ingredient@769a4551, net.minecraft.item.crafting.Ingredient@574f347c, net.minecraftforge.oredict.OreIngredient@e543d5c, net.minecraftforge.oredict.OreIngredient@4097e035, net.minecraftforge.oredict.OreIngredient@e543d5c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3428 modularrouters:module/dropper_module RecipeStage{tier='four', recipe=1xitem.module@0:[net.minecraft.item.crafting.Ingredient@769a4551, net.minecraft.item.crafting.Ingredient@536dc468]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3430 bloodmagic:mimic_nohitbox RecipeStage{tier='three', recipe=4xtile.bloodmagic.mimic.@0:[net.minecraft.item.crafting.Ingredient@15303739, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@15303739, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@42e8c6b1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@15303739, WayofTime.bloodmagic.core.recipe.IngredientBloodOrb@423218f7, net.minecraft.item.crafting.Ingredient@15303739]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3432 bloodmagic:mimic_solidlight RecipeStage{tier='three', recipe=2xtile.bloodmagic.mimic.@3:[net.minecraft.item.crafting.Ingredient@73c4df5d, net.minecraftforge.oredict.OreIngredient@13e571c7, net.minecraft.item.crafting.Ingredient@73c4df5d, net.minecraftforge.oredict.OreIngredient@6ab4ed4d, net.minecraft.item.crafting.Ingredient@349af4e5, net.minecraftforge.oredict.OreIngredient@6ab4ed4d, net.minecraft.item.crafting.Ingredient@73c4df5d, WayofTime.bloodmagic.core.recipe.IngredientBloodOrb@611eba89, net.minecraft.item.crafting.Ingredient@73c4df5d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3433 bloodmagic:ritual_controller_master RecipeStage{tier='three', recipe=1xtile.bloodmagic.stone.ritual.@0:[net.minecraft.item.crafting.Ingredient@3bc9af7, net.minecraft.item.crafting.Ingredient@18e4fb2c, net.minecraft.item.crafting.Ingredient@3bc9af7, net.minecraft.item.crafting.Ingredient@18e4fb2c, WayofTime.bloodmagic.core.recipe.IngredientBloodOrb@e308551, net.minecraft.item.crafting.Ingredient@18e4fb2c, net.minecraft.item.crafting.Ingredient@3bc9af7, net.minecraft.item.crafting.Ingredient@18e4fb2c, net.minecraft.item.crafting.Ingredient@3bc9af7]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3434 bloodmagic:decorative_brick_bloodstone_tile RecipeStage{tier='three', recipe=16xtile.bloodmagic.@0:[net.minecraftforge.oredict.OreIngredient@4b8d401e, net.minecraft.item.crafting.Ingredient@5ecd3b93]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3435 bloodmagic:pack_self_sacrifice RecipeStage{tier='two', recipe=1xitem.bloodmagic.pack.selfSacrifice@0:[net.minecraftforge.oredict.OreIngredient@466eccc4, net.minecraft.item.crafting.Ingredient@51729b79, net.minecraftforge.oredict.OreIngredient@466eccc4, net.minecraft.item.crafting.Ingredient@c8a0417, net.minecraft.item.crafting.Ingredient@655871e8, net.minecraft.item.crafting.Ingredient@c8a0417, net.minecraftforge.oredict.OreIngredient@466eccc4, net.minecraft.item.crafting.Ingredient@2267b87d, net.minecraftforge.oredict.OreIngredient@466eccc4]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3437 bloodmagic:blood_rune/blood_rune_speed RecipeStage{tier='one', recipe=1xtile.bloodmagic.rune.@1:[net.minecraftforge.oredict.OreIngredient@4b8d401e, net.minecraft.item.crafting.Ingredient@3d211dd3, net.minecraftforge.oredict.OreIngredient@4b8d401e, net.minecraft.item.crafting.Ingredient@5690e480, net.minecraft.item.crafting.Ingredient@4e9ca813, net.minecraft.item.crafting.Ingredient@5690e480, net.minecraftforge.oredict.OreIngredient@4b8d401e, net.minecraft.item.crafting.Ingredient@3d211dd3, net.minecraftforge.oredict.OreIngredient@4b8d401e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3438 bloodmagic:blood_rune/blood_rune_orb RecipeStage{tier='three', recipe=1xtile.bloodmagic.rune.@8:[net.minecraftforge.oredict.OreIngredient@4b8d401e, WayofTime.bloodmagic.core.recipe.IngredientBloodOrb@1ac271b8, net.minecraftforge.oredict.OreIngredient@4b8d401e, net.minecraft.item.crafting.Ingredient@1b507657, WayofTime.bloodmagic.core.recipe.IngredientBloodOrb@7dd8d4a1, net.minecraft.item.crafting.Ingredient@1b507657, net.minecraftforge.oredict.OreIngredient@4b8d401e, WayofTime.bloodmagic.core.recipe.IngredientBloodOrb@1ac271b8, net.minecraftforge.oredict.OreIngredient@4b8d401e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3439 bloodmagic:blood_rune/blood_rune_capacity RecipeStage{tier='two', recipe=1xtile.bloodmagic.rune.@6:[net.minecraftforge.oredict.OreIngredient@4b8d401e, net.minecraft.item.crafting.Ingredient@4a573c23, net.minecraftforge.oredict.OreIngredient@4b8d401e, net.minecraft.item.crafting.Ingredient@4a573c23, net.minecraft.item.crafting.Ingredient@40766e5d, net.minecraft.item.crafting.Ingredient@4a573c23, net.minecraftforge.oredict.OreIngredient@4b8d401e, net.minecraft.item.crafting.Ingredient@743f7979, net.minecraftforge.oredict.OreIngredient@4b8d401e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3441 bloodmagic:blood_rune/blood_rune_acceleration RecipeStage{tier='two', recipe=1xtile.bloodmagic.rune.@9:[net.minecraft.item.crafting.Ingredient@321ed708, net.minecraft.item.crafting.Ingredient@2b48c30a, net.minecraft.item.crafting.Ingredient@321ed708, net.minecraftforge.oredict.OreIngredient@91ef87e, net.minecraft.item.crafting.Ingredient@7d5eaf24, net.minecraftforge.oredict.OreIngredient@91ef87e, net.minecraft.item.crafting.Ingredient@321ed708, WayofTime.bloodmagic.core.recipe.IngredientBloodOrb@20f2afca, net.minecraft.item.crafting.Ingredient@321ed708]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3442 bloodmagic:blood_rune/blood_rune_blank RecipeStage{tier='one', recipe=1xtile.bloodmagic.rune.@0:[net.minecraftforge.oredict.OreIngredient@4b8d401e, net.minecraftforge.oredict.OreIngredient@4b8d401e, net.minecraftforge.oredict.OreIngredient@4b8d401e, net.minecraft.item.crafting.Ingredient@34bb9fdb, WayofTime.bloodmagic.core.recipe.IngredientBloodOrb@549999c5, net.minecraft.item.crafting.Ingredient@34bb9fdb, net.minecraftforge.oredict.OreIngredient@4b8d401e, net.minecraftforge.oredict.OreIngredient@4b8d401e, net.minecraftforge.oredict.OreIngredient@4b8d401e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3443 bloodmagic:blood_rune/blood_rune_augcapacity RecipeStage{tier='three', recipe=1xtile.bloodmagic.rune.@7:[net.minecraft.item.crafting.Ingredient@516d5613, net.minecraft.item.crafting.Ingredient@8c7f6a4, net.minecraft.item.crafting.Ingredient@516d5613, net.minecraft.item.crafting.Ingredient@546bc88d, net.minecraft.item.crafting.Ingredient@8df0bf2, net.minecraft.item.crafting.Ingredient@546bc88d, net.minecraft.item.crafting.Ingredient@516d5613, WayofTime.bloodmagic.core.recipe.IngredientBloodOrb@33b91934, net.minecraft.item.crafting.Ingredient@516d5613]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3444 bloodmagic:blood_rune/blood_rune_displacement RecipeStage{tier='two', recipe=1xtile.bloodmagic.rune.@5:[net.minecraftforge.oredict.OreIngredient@4b8d401e, net.minecraft.item.crafting.Ingredient@5a2e879, net.minecraftforge.oredict.OreIngredient@4b8d401e, net.minecraft.item.crafting.Ingredient@5a2e879, net.minecraft.item.crafting.Ingredient@6466eedf, net.minecraft.item.crafting.Ingredient@5a2e879, net.minecraftforge.oredict.OreIngredient@4b8d401e, net.minecraft.item.crafting.Ingredient@23dcb37c, net.minecraftforge.oredict.OreIngredient@4b8d401e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3445 bloodmagic:blood_rune/blood_rune_charging RecipeStage{tier='three', recipe=1xtile.bloodmagic.rune.@10:[net.minecraftforge.oredict.OreIngredient@214b34c3, net.minecraft.item.crafting.Ingredient@1df72278, net.minecraftforge.oredict.OreIngredient@214b34c3, net.minecraftforge.oredict.OreIngredient@13e571c7, net.minecraft.item.crafting.Ingredient@13028241, net.minecraftforge.oredict.OreIngredient@13e571c7, net.minecraftforge.oredict.OreIngredient@214b34c3, WayofTime.bloodmagic.core.recipe.IngredientBloodOrb@1fe3c56b, net.minecraftforge.oredict.OreIngredient@214b34c3]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3447 bloodmagic:incense_altar RecipeStage{tier='one', recipe=1xtile.bloodmagic.incenseAltar@0:[net.minecraftforge.oredict.OreIngredient@4b8d401e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4b8d401e, net.minecraftforge.oredict.OreIngredient@4b8d401e, net.minecraft.item.crafting.Ingredient@25fc8580, net.minecraftforge.oredict.OreIngredient@4b8d401e, net.minecraftforge.oredict.OreIngredient@2b7c489, WayofTime.bloodmagic.core.recipe.IngredientBloodOrb@a9bf9c7, net.minecraftforge.oredict.OreIngredient@2b7c489]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3448 bloodmagic:ritual_controller_master_alt RecipeStage{tier='three', recipe=1xtile.bloodmagic.stone.ritual.@0:[net.minecraft.item.crafting.Ingredient@169758f7]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3449 bloodmagic:teleposition_focus_2 RecipeStage{tier='three', recipe=1xitem.bloodmagic.focus@2:[net.minecraft.item.crafting.Ingredient@5eee7be0, net.minecraft.item.crafting.Ingredient@738f69b2]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3450 bloodmagic:base_fluid_filter_0 RecipeStage{tier='three', recipe=1xitem.bloodmagic.fluidFilter.@0:[net.minecraftforge.oredict.OreIngredient@191718c6, net.minecraft.item.crafting.Ingredient@6fbdd0d2, net.minecraftforge.oredict.OreIngredient@191718c6, net.minecraft.item.crafting.Ingredient@6fbdd0d2, net.minecraft.item.crafting.Ingredient@5ce8e5f6, net.minecraft.item.crafting.Ingredient@6fbdd0d2, net.minecraftforge.oredict.OreIngredient@191718c6, net.minecraft.item.crafting.Ingredient@6fbdd0d2, net.minecraftforge.oredict.OreIngredient@191718c6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3451 bloodmagic:base_item_filter_3 RecipeStage{tier='three', recipe=1xitem.bloodmagic.itemFilter.@3:[net.minecraftforge.oredict.OreIngredient@191718c6, net.minecraftforge.oredict.OreIngredient@3a7412af, net.minecraftforge.oredict.OreIngredient@191718c6, net.minecraftforge.oredict.OreIngredient@3a7412af, net.minecraft.item.crafting.Ingredient@3aa5bf26, net.minecraftforge.oredict.OreIngredient@3a7412af, net.minecraftforge.oredict.OreIngredient@191718c6, net.minecraftforge.oredict.OreIngredient@3a7412af, net.minecraftforge.oredict.OreIngredient@191718c6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3452 bloodmagic:ritual_stone_reset RecipeStage{tier='three', recipe=1xtile.bloodmagic.ritualStone.@0:[net.minecraft.item.crafting.Ingredient@26be61cd]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3453 bloodmagic:blood_tank/blood_tank_11 RecipeStage{tier='three', recipe=1xtile.bloodmagic.bloodTank@11:[net.minecraft.item.crafting.Ingredient@434a7895, net.minecraft.item.crafting.Ingredient@7398932e, net.minecraft.item.crafting.Ingredient@434a7895, net.minecraft.item.crafting.Ingredient@5adab7ea, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5adab7ea, net.minecraft.item.crafting.Ingredient@434a7895, net.minecraft.item.crafting.Ingredient@434a7895, net.minecraft.item.crafting.Ingredient@434a7895]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3454 bloodmagic:blood_tank/blood_tank_8 RecipeStage{tier='three', recipe=1xtile.bloodmagic.bloodTank@8:[net.minecraft.item.crafting.Ingredient@1ac3d2f5, net.minecraft.item.crafting.Ingredient@27996a37, net.minecraft.item.crafting.Ingredient@1ac3d2f5, net.minecraft.item.crafting.Ingredient@78ff7b3b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@78ff7b3b, net.minecraft.item.crafting.Ingredient@1ac3d2f5, net.minecraft.item.crafting.Ingredient@1ac3d2f5, net.minecraft.item.crafting.Ingredient@1ac3d2f5]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3455 bloodmagic:blood_tank/blood_tank_3 RecipeStage{tier='three', recipe=1xtile.bloodmagic.bloodTank@3:[net.minecraft.item.crafting.Ingredient@4cca5dc6, net.minecraft.item.crafting.Ingredient@340318e1, net.minecraft.item.crafting.Ingredient@4cca5dc6, net.minecraft.item.crafting.Ingredient@49cc8b79, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@49cc8b79, net.minecraft.item.crafting.Ingredient@4cca5dc6, net.minecraft.item.crafting.Ingredient@4cca5dc6, net.minecraft.item.crafting.Ingredient@4cca5dc6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3456 bloodmagic:blood_tank/blood_tank_7 RecipeStage{tier='three', recipe=1xtile.bloodmagic.bloodTank@7:[net.minecraft.item.crafting.Ingredient@6777ea54, net.minecraft.item.crafting.Ingredient@62a0cdf9, net.minecraft.item.crafting.Ingredient@6777ea54, net.minecraft.item.crafting.Ingredient@2b347350, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2b347350, net.minecraft.item.crafting.Ingredient@6777ea54, net.minecraft.item.crafting.Ingredient@6777ea54, net.minecraft.item.crafting.Ingredient@6777ea54]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3457 bloodmagic:blood_tank/blood_tank_14 RecipeStage{tier='three', recipe=1xtile.bloodmagic.bloodTank@14:[net.minecraft.item.crafting.Ingredient@3c13e856, net.minecraft.item.crafting.Ingredient@2c0c9da7, net.minecraft.item.crafting.Ingredient@3c13e856, net.minecraft.item.crafting.Ingredient@f2d99a9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@f2d99a9, net.minecraft.item.crafting.Ingredient@3c13e856, net.minecraft.item.crafting.Ingredient@3c13e856, net.minecraft.item.crafting.Ingredient@3c13e856]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3458 bloodmagic:blood_tank/blood_tank_4 RecipeStage{tier='three', recipe=1xtile.bloodmagic.bloodTank@4:[net.minecraft.item.crafting.Ingredient@1e427ab6, net.minecraft.item.crafting.Ingredient@58f626d7, net.minecraft.item.crafting.Ingredient@1e427ab6, net.minecraft.item.crafting.Ingredient@2d5dadde, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2d5dadde, net.minecraft.item.crafting.Ingredient@1e427ab6, net.minecraft.item.crafting.Ingredient@1e427ab6, net.minecraft.item.crafting.Ingredient@1e427ab6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3459 bloodmagic:blood_tank/blood_tank_12 RecipeStage{tier='three', recipe=1xtile.bloodmagic.bloodTank@12:[net.minecraft.item.crafting.Ingredient@7e88553d, net.minecraft.item.crafting.Ingredient@65ace31d, net.minecraft.item.crafting.Ingredient@7e88553d, net.minecraft.item.crafting.Ingredient@21fc0312, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@21fc0312, net.minecraft.item.crafting.Ingredient@7e88553d, net.minecraft.item.crafting.Ingredient@7e88553d, net.minecraft.item.crafting.Ingredient@7e88553d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3460 bloodmagic:blood_tank/blood_tank_9 RecipeStage{tier='three', recipe=1xtile.bloodmagic.bloodTank@9:[net.minecraft.item.crafting.Ingredient@390d6779, net.minecraft.item.crafting.Ingredient@660e57cb, net.minecraft.item.crafting.Ingredient@390d6779, net.minecraft.item.crafting.Ingredient@696247dd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@696247dd, net.minecraft.item.crafting.Ingredient@390d6779, net.minecraft.item.crafting.Ingredient@390d6779, net.minecraft.item.crafting.Ingredient@390d6779]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3461 bloodmagic:blood_tank/blood_tank_13 RecipeStage{tier='three', recipe=1xtile.bloodmagic.bloodTank@13:[net.minecraft.item.crafting.Ingredient@6c6a27be, net.minecraft.item.crafting.Ingredient@520a567a, net.minecraft.item.crafting.Ingredient@6c6a27be, net.minecraft.item.crafting.Ingredient@1ae770ae, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1ae770ae, net.minecraft.item.crafting.Ingredient@6c6a27be, net.minecraft.item.crafting.Ingredient@6c6a27be, net.minecraft.item.crafting.Ingredient@6c6a27be]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3462 bloodmagic:blood_tank/blood_tank_5 RecipeStage{tier='three', recipe=1xtile.bloodmagic.bloodTank@5:[net.minecraft.item.crafting.Ingredient@7f72b0f9, net.minecraft.item.crafting.Ingredient@f6d6917, net.minecraft.item.crafting.Ingredient@7f72b0f9, net.minecraft.item.crafting.Ingredient@161110cb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@161110cb, net.minecraft.item.crafting.Ingredient@7f72b0f9, net.minecraft.item.crafting.Ingredient@7f72b0f9, net.minecraft.item.crafting.Ingredient@7f72b0f9]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3463 bloodmagic:blood_tank/blood_tank_1 RecipeStage{tier='three', recipe=1xtile.bloodmagic.bloodTank@1:[net.minecraft.item.crafting.Ingredient@56eb0c42, net.minecraft.item.crafting.Ingredient@7502bab0, net.minecraft.item.crafting.Ingredient@56eb0c42, net.minecraft.item.crafting.Ingredient@40c898cc, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@40c898cc, net.minecraft.item.crafting.Ingredient@56eb0c42, net.minecraft.item.crafting.Ingredient@56eb0c42, net.minecraft.item.crafting.Ingredient@56eb0c42]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3464 bloodmagic:blood_tank/blood_tank_0 RecipeStage{tier='three', recipe=1xtile.bloodmagic.bloodTank@0:[net.minecraft.item.crafting.Ingredient@74189788, net.minecraft.item.crafting.Ingredient@7a81c877, net.minecraft.item.crafting.Ingredient@74189788, net.minecraftforge.oredict.OreIngredient@466eccc4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@466eccc4, net.minecraft.item.crafting.Ingredient@74189788, net.minecraft.item.crafting.Ingredient@74189788, net.minecraft.item.crafting.Ingredient@74189788]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3465 bloodmagic:blood_tank/blood_tank_2 RecipeStage{tier='three', recipe=1xtile.bloodmagic.bloodTank@2:[net.minecraft.item.crafting.Ingredient@61b7ccbf, net.minecraft.item.crafting.Ingredient@6cbf9e55, net.minecraft.item.crafting.Ingredient@61b7ccbf, net.minecraft.item.crafting.Ingredient@61786a14, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@61786a14, net.minecraft.item.crafting.Ingredient@61b7ccbf, net.minecraft.item.crafting.Ingredient@61b7ccbf, net.minecraft.item.crafting.Ingredient@61b7ccbf]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3466 bloodmagic:blood_tank/blood_tank_10 RecipeStage{tier='three', recipe=1xtile.bloodmagic.bloodTank@10:[net.minecraft.item.crafting.Ingredient@12dd5942, net.minecraft.item.crafting.Ingredient@54c0d345, net.minecraft.item.crafting.Ingredient@12dd5942, net.minecraft.item.crafting.Ingredient@222b26cb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@222b26cb, net.minecraft.item.crafting.Ingredient@12dd5942, net.minecraft.item.crafting.Ingredient@12dd5942, net.minecraft.item.crafting.Ingredient@12dd5942]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3467 bloodmagic:blood_tank/blood_tank_15 RecipeStage{tier='three', recipe=1xtile.bloodmagic.bloodTank@15:[net.minecraft.item.crafting.Ingredient@7e9c07a7, net.minecraft.item.crafting.Ingredient@3d62895d, net.minecraft.item.crafting.Ingredient@7e9c07a7, net.minecraft.item.crafting.Ingredient@7cae343b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7cae343b, net.minecraft.item.crafting.Ingredient@7e9c07a7, net.minecraft.item.crafting.Ingredient@7e9c07a7, net.minecraft.item.crafting.Ingredient@7e9c07a7]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3468 bloodmagic:blood_tank/blood_tank_6 RecipeStage{tier='three', recipe=1xtile.bloodmagic.bloodTank@6:[net.minecraft.item.crafting.Ingredient@109bcc08, net.minecraft.item.crafting.Ingredient@5e9b984, net.minecraft.item.crafting.Ingredient@109bcc08, net.minecraft.item.crafting.Ingredient@72985481, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@72985481, net.minecraft.item.crafting.Ingredient@109bcc08, net.minecraft.item.crafting.Ingredient@109bcc08, net.minecraft.item.crafting.Ingredient@109bcc08]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3469 bloodmagic:ritual_stone_blank RecipeStage{tier='three', recipe=4xtile.bloodmagic.ritualStone.@0:[net.minecraft.item.crafting.Ingredient@10e24a7d, net.minecraft.item.crafting.Ingredient@122e5ef, net.minecraft.item.crafting.Ingredient@10e24a7d, net.minecraft.item.crafting.Ingredient@122e5ef, WayofTime.bloodmagic.core.recipe.IngredientBloodOrb@75a894e4, net.minecraft.item.crafting.Ingredient@122e5ef, net.minecraft.item.crafting.Ingredient@10e24a7d, net.minecraft.item.crafting.Ingredient@122e5ef, net.minecraft.item.crafting.Ingredient@10e24a7d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3470 bloodmagic:base_item_filter_2 RecipeStage{tier='three', recipe=1xitem.bloodmagic.itemFilter.@2:[net.minecraftforge.oredict.OreIngredient@191718c6, net.minecraftforge.oredict.OreIngredient@6db1d71, net.minecraftforge.oredict.OreIngredient@191718c6, net.minecraftforge.oredict.OreIngredient@6db1d71, net.minecraft.item.crafting.Ingredient@1747908, net.minecraftforge.oredict.OreIngredient@6db1d71, net.minecraftforge.oredict.OreIngredient@191718c6, net.minecraftforge.oredict.OreIngredient@6db1d71, net.minecraftforge.oredict.OreIngredient@191718c6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3473 bloodmagic:ritual_reader RecipeStage{tier='three', recipe=1xitem.bloodmagic.ritualReader@0:[net.minecraftforge.oredict.OreIngredient@466eccc4, WayofTime.bloodmagic.core.recipe.IngredientBloodOrb@130ab49, net.minecraftforge.oredict.OreIngredient@466eccc4, net.minecraftforge.oredict.OreIngredient@91ef87e, net.minecraft.item.crafting.Ingredient@859c031, net.minecraftforge.oredict.OreIngredient@91ef87e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@859c031, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3474 bloodmagic:demon_decor/demon_brick_2_tilespecial_steadfast RecipeStage{tier='three', recipe=9xtile.bloodmagic.bricks2.@14:[net.minecraft.item.crafting.Ingredient@5ed16a, net.minecraft.item.crafting.Ingredient@75f43329, net.minecraft.item.crafting.Ingredient@5ed16a, net.minecraft.item.crafting.Ingredient@75f43329, net.minecraft.item.crafting.Ingredient@45e9007d, net.minecraft.item.crafting.Ingredient@75f43329, net.minecraft.item.crafting.Ingredient@5ed16a, net.minecraft.item.crafting.Ingredient@75f43329, net.minecraft.item.crafting.Ingredient@5ed16a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3475 bloodmagic:demon_decor/demon_brick_2_smallbrick_destructive RecipeStage{tier='three', recipe=4xtile.bloodmagic.bricks2.@2:[net.minecraft.item.crafting.Ingredient@6ce050b6, net.minecraft.item.crafting.Ingredient@6ce050b6, net.minecraft.item.crafting.Ingredient@6ce050b6, net.minecraft.item.crafting.Ingredient@6ce050b6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3476 bloodmagic:demon_decor/demon_pillar_1_raw RecipeStage{tier='three', recipe=6xtile.bloodmagic.pillar1.@0:[net.minecraft.item.crafting.Ingredient@356ca1b0, net.minecraft.item.crafting.Ingredient@356ca1b0, net.minecraft.item.crafting.Ingredient@356ca1b0, net.minecraft.item.crafting.Ingredient@356ca1b0, net.minecraft.item.crafting.Ingredient@356ca1b0, net.minecraft.item.crafting.Ingredient@356ca1b0]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3477 bloodmagic:demon_decor/demon_extras_polished_stone_raw RecipeStage{tier='three', recipe=4xtile.bloodmagic.extras.@5:[net.minecraft.item.crafting.Ingredient@35e35e00, net.minecraft.item.crafting.Ingredient@35e35e00, net.minecraft.item.crafting.Ingredient@35e35e00, net.minecraft.item.crafting.Ingredient@35e35e00]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3478 bloodmagic:demon_decor/demon_brick_2_tilespecial_corrosive RecipeStage{tier='three', recipe=9xtile.bloodmagic.bricks2.@11:[net.minecraft.item.crafting.Ingredient@3bb8140e, net.minecraft.item.crafting.Ingredient@21bf1348, net.minecraft.item.crafting.Ingredient@3bb8140e, net.minecraft.item.crafting.Ingredient@21bf1348, net.minecraft.item.crafting.Ingredient@568eb79e, net.minecraft.item.crafting.Ingredient@21bf1348, net.minecraft.item.crafting.Ingredient@3bb8140e, net.minecraft.item.crafting.Ingredient@21bf1348, net.minecraft.item.crafting.Ingredient@3bb8140e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3479 bloodmagic:demon_decor/demon_wall_1_large_steadfast RecipeStage{tier='three', recipe=6xtile.bloodmagic.wall1.@14:[net.minecraft.item.crafting.Ingredient@616cc4cf, net.minecraft.item.crafting.Ingredient@616cc4cf, net.minecraft.item.crafting.Ingredient@616cc4cf, net.minecraft.item.crafting.Ingredient@616cc4cf, net.minecraft.item.crafting.Ingredient@616cc4cf, net.minecraft.item.crafting.Ingredient@616cc4cf]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3480 bloodmagic:demon_decor/demon_light_steadfast RecipeStage{tier='three', recipe=5xtile.bloodmagic.demonlight.@4:[net.minecraft.item.crafting.Ingredient@29b94fef, net.minecraft.item.crafting.Ingredient@735b66e6, net.minecraft.item.crafting.Ingredient@29b94fef, net.minecraft.item.crafting.Ingredient@735b66e6, net.minecraft.item.crafting.Ingredient@735b66e6, net.minecraft.item.crafting.Ingredient@735b66e6, net.minecraft.item.crafting.Ingredient@29b94fef, net.minecraft.item.crafting.Ingredient@735b66e6, net.minecraft.item.crafting.Ingredient@29b94fef]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3481 bloodmagic:demon_decor/demon_wall_1_smallbrick_raw RecipeStage{tier='three', recipe=6xtile.bloodmagic.wall1.@5:[net.minecraft.item.crafting.Ingredient@517bebda, net.minecraft.item.crafting.Ingredient@517bebda, net.minecraft.item.crafting.Ingredient@517bebda, net.minecraft.item.crafting.Ingredient@517bebda, net.minecraft.item.crafting.Ingredient@517bebda, net.minecraft.item.crafting.Ingredient@517bebda]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3482 bloodmagic:demon_decor/demon_wall_1_brick_destructive RecipeStage{tier='three', recipe=6xtile.bloodmagic.wall1.@2:[net.minecraft.item.crafting.Ingredient@3aa3180e, net.minecraft.item.crafting.Ingredient@3aa3180e, net.minecraft.item.crafting.Ingredient@3aa3180e, net.minecraft.item.crafting.Ingredient@3aa3180e, net.minecraft.item.crafting.Ingredient@3aa3180e, net.minecraft.item.crafting.Ingredient@3aa3180e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3483 bloodmagic:demon_decor/demon_wall_1_brick_corrosive RecipeStage{tier='three', recipe=6xtile.bloodmagic.wall1.@1:[net.minecraft.item.crafting.Ingredient@1ca4faf4, net.minecraft.item.crafting.Ingredient@1ca4faf4, net.minecraft.item.crafting.Ingredient@1ca4faf4, net.minecraft.item.crafting.Ingredient@1ca4faf4, net.minecraft.item.crafting.Ingredient@1ca4faf4, net.minecraft.item.crafting.Ingredient@1ca4faf4]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3484 bloodmagic:demon_decor/demon_wall_1_large_corrosive RecipeStage{tier='three', recipe=6xtile.bloodmagic.wall1.@11:[net.minecraft.item.crafting.Ingredient@5b436b98, net.minecraft.item.crafting.Ingredient@5b436b98, net.minecraft.item.crafting.Ingredient@5b436b98, net.minecraft.item.crafting.Ingredient@5b436b98, net.minecraft.item.crafting.Ingredient@5b436b98, net.minecraft.item.crafting.Ingredient@5b436b98]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3485 bloodmagic:demon_decor/demon_wall_1_brick_vengeful RecipeStage{tier='three', recipe=6xtile.bloodmagic.wall1.@3:[net.minecraft.item.crafting.Ingredient@1ab830a8, net.minecraft.item.crafting.Ingredient@1ab830a8, net.minecraft.item.crafting.Ingredient@1ab830a8, net.minecraft.item.crafting.Ingredient@1ab830a8, net.minecraft.item.crafting.Ingredient@1ab830a8, net.minecraft.item.crafting.Ingredient@1ab830a8]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3486 bloodmagic:demon_decor/demon_brick_2_tile_destructive RecipeStage{tier='three', recipe=9xtile.bloodmagic.bricks2.@7:[net.minecraft.item.crafting.Ingredient@6dff70f5, net.minecraft.item.crafting.Ingredient@6b481e1b, net.minecraft.item.crafting.Ingredient@6dff70f5, net.minecraft.item.crafting.Ingredient@6b481e1b, net.minecraft.item.crafting.Ingredient@6b481e1b, net.minecraft.item.crafting.Ingredient@6b481e1b, net.minecraft.item.crafting.Ingredient@6dff70f5, net.minecraft.item.crafting.Ingredient@6b481e1b, net.minecraft.item.crafting.Ingredient@6dff70f5]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3487 bloodmagic:demon_decor/demon_extras_polished_stone_destructive RecipeStage{tier='three', recipe=4xtile.bloodmagic.extras.@7:[net.minecraft.item.crafting.Ingredient@4d72d611, net.minecraft.item.crafting.Ingredient@4d72d611, net.minecraft.item.crafting.Ingredient@4d72d611, net.minecraft.item.crafting.Ingredient@4d72d611]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3488 bloodmagic:demon_decor/demon_extras_polished_stone_vengeful RecipeStage{tier='three', recipe=4xtile.bloodmagic.extras.@8:[net.minecraft.item.crafting.Ingredient@4e2d7e3f, net.minecraft.item.crafting.Ingredient@4e2d7e3f, net.minecraft.item.crafting.Ingredient@4e2d7e3f, net.minecraft.item.crafting.Ingredient@4e2d7e3f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3489 bloodmagic:demon_decor/demon_brick_2_smallbrick_steadfast RecipeStage{tier='three', recipe=4xtile.bloodmagic.bricks2.@4:[net.minecraft.item.crafting.Ingredient@64ef8272, net.minecraft.item.crafting.Ingredient@64ef8272, net.minecraft.item.crafting.Ingredient@64ef8272, net.minecraft.item.crafting.Ingredient@64ef8272]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3490 bloodmagic:demon_decor/demon_wall_1_large_vengeful RecipeStage{tier='three', recipe=6xtile.bloodmagic.wall1.@13:[net.minecraft.item.crafting.Ingredient@2fb818c4, net.minecraft.item.crafting.Ingredient@2fb818c4, net.minecraft.item.crafting.Ingredient@2fb818c4, net.minecraft.item.crafting.Ingredient@2fb818c4, net.minecraft.item.crafting.Ingredient@2fb818c4, net.minecraft.item.crafting.Ingredient@2fb818c4]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3491 bloodmagic:demon_decor/demon_light_corrosive RecipeStage{tier='three', recipe=5xtile.bloodmagic.demonlight.@1:[net.minecraft.item.crafting.Ingredient@57e4ea1c, net.minecraft.item.crafting.Ingredient@57b53834, net.minecraft.item.crafting.Ingredient@57e4ea1c, net.minecraft.item.crafting.Ingredient@57b53834, net.minecraft.item.crafting.Ingredient@57b53834, net.minecraft.item.crafting.Ingredient@57b53834, net.minecraft.item.crafting.Ingredient@57e4ea1c, net.minecraft.item.crafting.Ingredient@57b53834, net.minecraft.item.crafting.Ingredient@57e4ea1c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3492 bloodmagic:demon_decor/demon_extras_stone_corrosive RecipeStage{tier='three', recipe=16xtile.bloodmagic.extras.@1:[net.minecraft.item.crafting.Ingredient@7b8929ac, net.minecraftforge.oredict.OreIngredient@4b8d401e, net.minecraftforge.oredict.OreIngredient@4b8d401e, net.minecraftforge.oredict.OreIngredient@4b8d401e, net.minecraftforge.oredict.OreIngredient@4b8d401e, net.minecraftforge.oredict.OreIngredient@4b8d401e, net.minecraftforge.oredict.OreIngredient@4b8d401e, net.minecraftforge.oredict.OreIngredient@4b8d401e, net.minecraftforge.oredict.OreIngredient@4b8d401e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3493 bloodmagic:demon_decor/demon_pillar_2_corrosive RecipeStage{tier='three', recipe=8xtile.bloodmagic.pillar2.@1:[net.minecraft.item.crafting.Ingredient@38f6a35e, net.minecraft.item.crafting.Ingredient@38f6a35e, net.minecraft.item.crafting.Ingredient@38f6a35e, net.minecraft.item.crafting.Ingredient@38f6a35e, net.minecraft.item.crafting.Ingredient@46a2b12e, net.minecraft.item.crafting.Ingredient@38f6a35e, net.minecraft.item.crafting.Ingredient@38f6a35e, net.minecraft.item.crafting.Ingredient@38f6a35e, net.minecraft.item.crafting.Ingredient@38f6a35e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3494 bloodmagic:demon_decor/demon_extras_stone_raw RecipeStage{tier='three', recipe=16xtile.bloodmagic.extras.@0:[net.minecraft.item.crafting.Ingredient@2c706ca5, net.minecraftforge.oredict.OreIngredient@4b8d401e, net.minecraftforge.oredict.OreIngredient@4b8d401e, net.minecraftforge.oredict.OreIngredient@4b8d401e, net.minecraftforge.oredict.OreIngredient@4b8d401e, net.minecraftforge.oredict.OreIngredient@4b8d401e, net.minecraftforge.oredict.OreIngredient@4b8d401e, net.minecraftforge.oredict.OreIngredient@4b8d401e, net.minecraftforge.oredict.OreIngredient@4b8d401e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3495 bloodmagic:demon_decor/demon_extras_stone_destructive RecipeStage{tier='three', recipe=16xtile.bloodmagic.extras.@2:[net.minecraft.item.crafting.Ingredient@13d69a1f, net.minecraftforge.oredict.OreIngredient@4b8d401e, net.minecraftforge.oredict.OreIngredient@4b8d401e, net.minecraftforge.oredict.OreIngredient@4b8d401e, net.minecraftforge.oredict.OreIngredient@4b8d401e, net.minecraftforge.oredict.OreIngredient@4b8d401e, net.minecraftforge.oredict.OreIngredient@4b8d401e, net.minecraftforge.oredict.OreIngredient@4b8d401e, net.minecraftforge.oredict.OreIngredient@4b8d401e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3496 bloodmagic:demon_decor/demon_brick_1_brick1_steadfast RecipeStage{tier='three', recipe=4xtile.bloodmagic.bricks1.@4:[net.minecraft.item.crafting.Ingredient@7bea7284, net.minecraft.item.crafting.Ingredient@7bea7284, net.minecraft.item.crafting.Ingredient@7bea7284, net.minecraft.item.crafting.Ingredient@7bea7284]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3497 bloodmagic:demon_decor/demon_pillar_cap_2_vengeful RecipeStage{tier='three', recipe=6xtile.bloodmagic.pillarCap2.@1:[net.minecraft.item.crafting.Ingredient@4457708a, net.minecraft.item.crafting.Ingredient@4457708a, net.minecraft.item.crafting.Ingredient@4457708a, net.minecraft.item.crafting.Ingredient@4457708a, net.minecraft.item.crafting.Ingredient@4457708a, net.minecraft.item.crafting.Ingredient@4457708a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3498 bloodmagic:demon_decor/demon_pillar_2_vengeful RecipeStage{tier='three', recipe=8xtile.bloodmagic.pillar2.@3:[net.minecraft.item.crafting.Ingredient@7b152b67, net.minecraft.item.crafting.Ingredient@7b152b67, net.minecraft.item.crafting.Ingredient@7b152b67, net.minecraft.item.crafting.Ingredient@7b152b67, net.minecraft.item.crafting.Ingredient@262a7d18, net.minecraft.item.crafting.Ingredient@7b152b67, net.minecraft.item.crafting.Ingredient@7b152b67, net.minecraft.item.crafting.Ingredient@7b152b67, net.minecraft.item.crafting.Ingredient@7b152b67]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3499 bloodmagic:demon_decor/demon_brick_1_brick1_raw RecipeStage{tier='three', recipe=4xtile.bloodmagic.bricks1.@0:[net.minecraft.item.crafting.Ingredient@2e52af9b, net.minecraft.item.crafting.Ingredient@2e52af9b, net.minecraft.item.crafting.Ingredient@2e52af9b, net.minecraft.item.crafting.Ingredient@2e52af9b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3500 bloodmagic:demon_decor/demon_pillar_cap_1_raw RecipeStage{tier='three', recipe=6xtile.bloodmagic.pillarCap1.@0:[net.minecraft.item.crafting.Ingredient@21a4c7ca, net.minecraft.item.crafting.Ingredient@21a4c7ca, net.minecraft.item.crafting.Ingredient@21a4c7ca, net.minecraft.item.crafting.Ingredient@21a4c7ca, net.minecraft.item.crafting.Ingredient@21a4c7ca, net.minecraft.item.crafting.Ingredient@21a4c7ca]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3501 bloodmagic:demon_decor/demon_brick_2_tile_raw RecipeStage{tier='three', recipe=9xtile.bloodmagic.bricks2.@5:[net.minecraft.item.crafting.Ingredient@554c0a53, net.minecraft.item.crafting.Ingredient@13c73a6b, net.minecraft.item.crafting.Ingredient@554c0a53, net.minecraft.item.crafting.Ingredient@13c73a6b, net.minecraft.item.crafting.Ingredient@13c73a6b, net.minecraft.item.crafting.Ingredient@13c73a6b, net.minecraft.item.crafting.Ingredient@554c0a53, net.minecraft.item.crafting.Ingredient@13c73a6b, net.minecraft.item.crafting.Ingredient@554c0a53]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3502 bloodmagic:demon_decor/demon_brick_2_smallbrick_raw RecipeStage{tier='three', recipe=4xtile.bloodmagic.bricks2.@0:[net.minecraft.item.crafting.Ingredient@7c11cf13, net.minecraft.item.crafting.Ingredient@7c11cf13, net.minecraft.item.crafting.Ingredient@7c11cf13, net.minecraft.item.crafting.Ingredient@7c11cf13]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3503 bloodmagic:demon_decor/demon_wall_1_brick_raw RecipeStage{tier='three', recipe=6xtile.bloodmagic.wall1.@0:[net.minecraft.item.crafting.Ingredient@73ad4ed0, net.minecraft.item.crafting.Ingredient@73ad4ed0, net.minecraft.item.crafting.Ingredient@73ad4ed0, net.minecraft.item.crafting.Ingredient@73ad4ed0, net.minecraft.item.crafting.Ingredient@73ad4ed0, net.minecraft.item.crafting.Ingredient@73ad4ed0]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3504 bloodmagic:demon_decor/demon_stairs_1_corrosive RecipeStage{tier='three', recipe=8xtile.bloodmagic.stairs1.@1:[net.minecraft.item.crafting.Ingredient@70169b6a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@70169b6a, net.minecraft.item.crafting.Ingredient@70169b6a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@70169b6a, net.minecraft.item.crafting.Ingredient@70169b6a, net.minecraft.item.crafting.Ingredient@70169b6a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3505 bloodmagic:demon_decor/demon_light_vengeful RecipeStage{tier='three', recipe=5xtile.bloodmagic.demonlight.@3:[net.minecraft.item.crafting.Ingredient@7993920f, net.minecraft.item.crafting.Ingredient@6a4a82ea, net.minecraft.item.crafting.Ingredient@7993920f, net.minecraft.item.crafting.Ingredient@6a4a82ea, net.minecraft.item.crafting.Ingredient@6a4a82ea, net.minecraft.item.crafting.Ingredient@6a4a82ea, net.minecraft.item.crafting.Ingredient@7993920f, net.minecraft.item.crafting.Ingredient@6a4a82ea, net.minecraft.item.crafting.Ingredient@7993920f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3506 bloodmagic:demon_decor/demon_pillar_1_corrosive RecipeStage{tier='three', recipe=6xtile.bloodmagic.pillar1.@1:[net.minecraft.item.crafting.Ingredient@6185a6c2, net.minecraft.item.crafting.Ingredient@6185a6c2, net.minecraft.item.crafting.Ingredient@6185a6c2, net.minecraft.item.crafting.Ingredient@6185a6c2, net.minecraft.item.crafting.Ingredient@6185a6c2, net.minecraft.item.crafting.Ingredient@6185a6c2]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3507 bloodmagic:demon_decor/demon_brick_2_tilespecial_vengeful RecipeStage{tier='three', recipe=9xtile.bloodmagic.bricks2.@13:[net.minecraft.item.crafting.Ingredient@75a78392, net.minecraft.item.crafting.Ingredient@508266f8, net.minecraft.item.crafting.Ingredient@75a78392, net.minecraft.item.crafting.Ingredient@508266f8, net.minecraft.item.crafting.Ingredient@6b22be, net.minecraft.item.crafting.Ingredient@508266f8, net.minecraft.item.crafting.Ingredient@75a78392, net.minecraft.item.crafting.Ingredient@508266f8, net.minecraft.item.crafting.Ingredient@75a78392]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3508 bloodmagic:demon_decor/demon_pillar_1_destructive RecipeStage{tier='three', recipe=6xtile.bloodmagic.pillar1.@2:[net.minecraft.item.crafting.Ingredient@2e638d72, net.minecraft.item.crafting.Ingredient@2e638d72, net.minecraft.item.crafting.Ingredient@2e638d72, net.minecraft.item.crafting.Ingredient@2e638d72, net.minecraft.item.crafting.Ingredient@2e638d72, net.minecraft.item.crafting.Ingredient@2e638d72]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3509 bloodmagic:demon_decor/demon_pillar_cap_1_corrosive RecipeStage{tier='three', recipe=6xtile.bloodmagic.pillarCap1.@1:[net.minecraft.item.crafting.Ingredient@16239d55, net.minecraft.item.crafting.Ingredient@16239d55, net.minecraft.item.crafting.Ingredient@16239d55, net.minecraft.item.crafting.Ingredient@16239d55, net.minecraft.item.crafting.Ingredient@16239d55, net.minecraft.item.crafting.Ingredient@16239d55]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3510 bloodmagic:demon_decor/demon_extras_stone_steadfast RecipeStage{tier='three', recipe=16xtile.bloodmagic.extras.@4:[net.minecraft.item.crafting.Ingredient@60baa500, net.minecraftforge.oredict.OreIngredient@4b8d401e, net.minecraftforge.oredict.OreIngredient@4b8d401e, net.minecraftforge.oredict.OreIngredient@4b8d401e, net.minecraftforge.oredict.OreIngredient@4b8d401e, net.minecraftforge.oredict.OreIngredient@4b8d401e, net.minecraftforge.oredict.OreIngredient@4b8d401e, net.minecraftforge.oredict.OreIngredient@4b8d401e, net.minecraftforge.oredict.OreIngredient@4b8d401e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3511 bloodmagic:demon_decor/demon_brick_2_smallbrick_vengeful RecipeStage{tier='three', recipe=4xtile.bloodmagic.bricks2.@3:[net.minecraft.item.crafting.Ingredient@1afa36b5, net.minecraft.item.crafting.Ingredient@1afa36b5, net.minecraft.item.crafting.Ingredient@1afa36b5, net.minecraft.item.crafting.Ingredient@1afa36b5]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3512 bloodmagic:demon_decor/demon_wall_1_smallbrick_vengeful RecipeStage{tier='three', recipe=6xtile.bloodmagic.wall1.@8:[net.minecraft.item.crafting.Ingredient@5fc003b1, net.minecraft.item.crafting.Ingredient@5fc003b1, net.minecraft.item.crafting.Ingredient@5fc003b1, net.minecraft.item.crafting.Ingredient@5fc003b1, net.minecraft.item.crafting.Ingredient@5fc003b1, net.minecraft.item.crafting.Ingredient@5fc003b1]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3513 bloodmagic:demon_decor/demon_pillar_cap_3_steadfast RecipeStage{tier='three', recipe=6xtile.bloodmagic.pillarCap3.@0:[net.minecraft.item.crafting.Ingredient@7fc74d74, net.minecraft.item.crafting.Ingredient@7fc74d74, net.minecraft.item.crafting.Ingredient@7fc74d74, net.minecraft.item.crafting.Ingredient@7fc74d74, net.minecraft.item.crafting.Ingredient@7fc74d74, net.minecraft.item.crafting.Ingredient@7fc74d74]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3514 bloodmagic:demon_decor/demon_brick_2_tile_vengeful RecipeStage{tier='three', recipe=9xtile.bloodmagic.bricks2.@8:[net.minecraft.item.crafting.Ingredient@370e3cec, net.minecraft.item.crafting.Ingredient@7ff7b162, net.minecraft.item.crafting.Ingredient@370e3cec, net.minecraft.item.crafting.Ingredient@7ff7b162, net.minecraft.item.crafting.Ingredient@7ff7b162, net.minecraft.item.crafting.Ingredient@7ff7b162, net.minecraft.item.crafting.Ingredient@370e3cec, net.minecraft.item.crafting.Ingredient@7ff7b162, net.minecraft.item.crafting.Ingredient@370e3cec]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3515 bloodmagic:demon_decor/demon_stairs_2_vengeful RecipeStage{tier='three', recipe=8xtile.bloodmagic.stairs2.@1:[net.minecraft.item.crafting.Ingredient@4f1813d9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4f1813d9, net.minecraft.item.crafting.Ingredient@4f1813d9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4f1813d9, net.minecraft.item.crafting.Ingredient@4f1813d9, net.minecraft.item.crafting.Ingredient@4f1813d9]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3516 bloodmagic:demon_decor/demon_brick_1_brick1_vengeful RecipeStage{tier='three', recipe=4xtile.bloodmagic.bricks1.@3:[net.minecraft.item.crafting.Ingredient@89b4771, net.minecraft.item.crafting.Ingredient@89b4771, net.minecraft.item.crafting.Ingredient@89b4771, net.minecraft.item.crafting.Ingredient@89b4771]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3517 bloodmagic:demon_decor/demon_brick_1_brick1_corrosive RecipeStage{tier='three', recipe=4xtile.bloodmagic.bricks1.@1:[net.minecraft.item.crafting.Ingredient@5949427c, net.minecraft.item.crafting.Ingredient@5949427c, net.minecraft.item.crafting.Ingredient@5949427c, net.minecraft.item.crafting.Ingredient@5949427c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3518 bloodmagic:demon_decor/demon_stairs_2_destructive RecipeStage{tier='three', recipe=8xtile.bloodmagic.stairs2.@0:[net.minecraft.item.crafting.Ingredient@1a342cf7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1a342cf7, net.minecraft.item.crafting.Ingredient@1a342cf7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1a342cf7, net.minecraft.item.crafting.Ingredient@1a342cf7, net.minecraft.item.crafting.Ingredient@1a342cf7]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3519 bloodmagic:demon_decor/demon_wall_1_large_raw RecipeStage{tier='three', recipe=6xtile.bloodmagic.wall1.@10:[net.minecraft.item.crafting.Ingredient@6929eada, net.minecraft.item.crafting.Ingredient@6929eada, net.minecraft.item.crafting.Ingredient@6929eada, net.minecraft.item.crafting.Ingredient@6929eada, net.minecraft.item.crafting.Ingredient@6929eada, net.minecraft.item.crafting.Ingredient@6929eada]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3520 bloodmagic:demon_decor/demon_pillar_1_steadfast RecipeStage{tier='three', recipe=6xtile.bloodmagic.pillar1.@4:[net.minecraft.item.crafting.Ingredient@67180fd7, net.minecraft.item.crafting.Ingredient@67180fd7, net.minecraft.item.crafting.Ingredient@67180fd7, net.minecraft.item.crafting.Ingredient@67180fd7, net.minecraft.item.crafting.Ingredient@67180fd7, net.minecraft.item.crafting.Ingredient@67180fd7]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3521 bloodmagic:demon_decor/demon_stairs_1_raw RecipeStage{tier='three', recipe=8xtile.bloodmagic.stairs1.@0:[net.minecraft.item.crafting.Ingredient@3e687275, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3e687275, net.minecraft.item.crafting.Ingredient@3e687275, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3e687275, net.minecraft.item.crafting.Ingredient@3e687275, net.minecraft.item.crafting.Ingredient@3e687275]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3522 bloodmagic:demon_decor/demon_light_raw RecipeStage{tier='three', recipe=5xtile.bloodmagic.demonlight.@0:[net.minecraft.item.crafting.Ingredient@592df5b1, net.minecraft.item.crafting.Ingredient@540e89c2, net.minecraft.item.crafting.Ingredient@592df5b1, net.minecraft.item.crafting.Ingredient@540e89c2, net.minecraft.item.crafting.Ingredient@540e89c2, net.minecraft.item.crafting.Ingredient@540e89c2, net.minecraft.item.crafting.Ingredient@592df5b1, net.minecraft.item.crafting.Ingredient@540e89c2, net.minecraft.item.crafting.Ingredient@592df5b1]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3523 bloodmagic:demon_decor/demon_brick_1_brick1_destructive RecipeStage{tier='three', recipe=4xtile.bloodmagic.bricks1.@2:[net.minecraft.item.crafting.Ingredient@76a0381a, net.minecraft.item.crafting.Ingredient@76a0381a, net.minecraft.item.crafting.Ingredient@76a0381a, net.minecraft.item.crafting.Ingredient@76a0381a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3524 bloodmagic:demon_decor/demon_wall_1_smallbrick_steadfast RecipeStage{tier='three', recipe=6xtile.bloodmagic.wall1.@9:[net.minecraft.item.crafting.Ingredient@3de7e4a, net.minecraft.item.crafting.Ingredient@3de7e4a, net.minecraft.item.crafting.Ingredient@3de7e4a, net.minecraft.item.crafting.Ingredient@3de7e4a, net.minecraft.item.crafting.Ingredient@3de7e4a, net.minecraft.item.crafting.Ingredient@3de7e4a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3525 bloodmagic:demon_decor/demon_wall_1_smallbrick_corrosive RecipeStage{tier='three', recipe=6xtile.bloodmagic.wall1.@6:[net.minecraft.item.crafting.Ingredient@3b736ce5, net.minecraft.item.crafting.Ingredient@3b736ce5, net.minecraft.item.crafting.Ingredient@3b736ce5, net.minecraft.item.crafting.Ingredient@3b736ce5, net.minecraft.item.crafting.Ingredient@3b736ce5, net.minecraft.item.crafting.Ingredient@3b736ce5]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3526 bloodmagic:demon_decor/demon_brick_2_smallbrick_corrosive RecipeStage{tier='three', recipe=4xtile.bloodmagic.bricks2.@1:[net.minecraft.item.crafting.Ingredient@784c11da, net.minecraft.item.crafting.Ingredient@784c11da, net.minecraft.item.crafting.Ingredient@784c11da, net.minecraft.item.crafting.Ingredient@784c11da]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3527 bloodmagic:demon_decor/demon_wall_1_large_destructive RecipeStage{tier='three', recipe=6xtile.bloodmagic.wall1.@12:[net.minecraft.item.crafting.Ingredient@474754ec, net.minecraft.item.crafting.Ingredient@474754ec, net.minecraft.item.crafting.Ingredient@474754ec, net.minecraft.item.crafting.Ingredient@474754ec, net.minecraft.item.crafting.Ingredient@474754ec, net.minecraft.item.crafting.Ingredient@474754ec]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3528 bloodmagic:demon_decor/demon_pillar_1_vengeful RecipeStage{tier='three', recipe=6xtile.bloodmagic.pillar1.@3:[net.minecraft.item.crafting.Ingredient@12e5f173, net.minecraft.item.crafting.Ingredient@12e5f173, net.minecraft.item.crafting.Ingredient@12e5f173, net.minecraft.item.crafting.Ingredient@12e5f173, net.minecraft.item.crafting.Ingredient@12e5f173, net.minecraft.item.crafting.Ingredient@12e5f173]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3529 bloodmagic:demon_decor/demon_pillar_2_raw RecipeStage{tier='three', recipe=8xtile.bloodmagic.pillar2.@0:[net.minecraft.item.crafting.Ingredient@39d049c, net.minecraft.item.crafting.Ingredient@39d049c, net.minecraft.item.crafting.Ingredient@39d049c, net.minecraft.item.crafting.Ingredient@39d049c, net.minecraft.item.crafting.Ingredient@5b849957, net.minecraft.item.crafting.Ingredient@39d049c, net.minecraft.item.crafting.Ingredient@39d049c, net.minecraft.item.crafting.Ingredient@39d049c, net.minecraft.item.crafting.Ingredient@39d049c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3530 bloodmagic:demon_decor/demon_wall_1_brick_steadfast RecipeStage{tier='three', recipe=6xtile.bloodmagic.wall1.@4:[net.minecraft.item.crafting.Ingredient@40fea05b, net.minecraft.item.crafting.Ingredient@40fea05b, net.minecraft.item.crafting.Ingredient@40fea05b, net.minecraft.item.crafting.Ingredient@40fea05b, net.minecraft.item.crafting.Ingredient@40fea05b, net.minecraft.item.crafting.Ingredient@40fea05b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3531 bloodmagic:demon_decor/demon_extras_stone_vengeful RecipeStage{tier='three', recipe=16xtile.bloodmagic.extras.@3:[net.minecraft.item.crafting.Ingredient@6e98cffd, net.minecraftforge.oredict.OreIngredient@4b8d401e, net.minecraftforge.oredict.OreIngredient@4b8d401e, net.minecraftforge.oredict.OreIngredient@4b8d401e, net.minecraftforge.oredict.OreIngredient@4b8d401e, net.minecraftforge.oredict.OreIngredient@4b8d401e, net.minecraftforge.oredict.OreIngredient@4b8d401e, net.minecraftforge.oredict.OreIngredient@4b8d401e, net.minecraftforge.oredict.OreIngredient@4b8d401e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3532 bloodmagic:demon_decor/demon_extras_polished_stone_corrosive RecipeStage{tier='three', recipe=4xtile.bloodmagic.extras.@6:[net.minecraft.item.crafting.Ingredient@4b6e47b8, net.minecraft.item.crafting.Ingredient@4b6e47b8, net.minecraft.item.crafting.Ingredient@4b6e47b8, net.minecraft.item.crafting.Ingredient@4b6e47b8]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3533 bloodmagic:demon_decor/demon_brick_2_tile_corrosive RecipeStage{tier='three', recipe=9xtile.bloodmagic.bricks2.@6:[net.minecraft.item.crafting.Ingredient@29b6d134, net.minecraft.item.crafting.Ingredient@48d00d81, net.minecraft.item.crafting.Ingredient@29b6d134, net.minecraft.item.crafting.Ingredient@48d00d81, net.minecraft.item.crafting.Ingredient@48d00d81, net.minecraft.item.crafting.Ingredient@48d00d81, net.minecraft.item.crafting.Ingredient@29b6d134, net.minecraft.item.crafting.Ingredient@48d00d81, net.minecraft.item.crafting.Ingredient@29b6d134]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3534 bloodmagic:demon_decor/demon_brick_2_tilespecial_raw RecipeStage{tier='three', recipe=9xtile.bloodmagic.bricks2.@10:[net.minecraft.item.crafting.Ingredient@42a1e9bb, net.minecraft.item.crafting.Ingredient@283bdb90, net.minecraft.item.crafting.Ingredient@42a1e9bb, net.minecraft.item.crafting.Ingredient@283bdb90, net.minecraft.item.crafting.Ingredient@159f2a64, net.minecraft.item.crafting.Ingredient@283bdb90, net.minecraft.item.crafting.Ingredient@42a1e9bb, net.minecraft.item.crafting.Ingredient@283bdb90, net.minecraft.item.crafting.Ingredient@42a1e9bb]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3535 bloodmagic:demon_decor/demon_brick_2_tile_steadfast RecipeStage{tier='three', recipe=9xtile.bloodmagic.bricks2.@9:[net.minecraft.item.crafting.Ingredient@6271b01a, net.minecraft.item.crafting.Ingredient@5f5760c8, net.minecraft.item.crafting.Ingredient@6271b01a, net.minecraft.item.crafting.Ingredient@5f5760c8, net.minecraft.item.crafting.Ingredient@5f5760c8, net.minecraft.item.crafting.Ingredient@5f5760c8, net.minecraft.item.crafting.Ingredient@6271b01a, net.minecraft.item.crafting.Ingredient@5f5760c8, net.minecraft.item.crafting.Ingredient@6271b01a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3536 bloodmagic:demon_decor/demon_brick_2_tilespecial_destructive RecipeStage{tier='three', recipe=9xtile.bloodmagic.bricks2.@12:[net.minecraft.item.crafting.Ingredient@2f083612, net.minecraft.item.crafting.Ingredient@5b11f2ac, net.minecraft.item.crafting.Ingredient@2f083612, net.minecraft.item.crafting.Ingredient@5b11f2ac, net.minecraft.item.crafting.Ingredient@6153c27e, net.minecraft.item.crafting.Ingredient@5b11f2ac, net.minecraft.item.crafting.Ingredient@2f083612, net.minecraft.item.crafting.Ingredient@5b11f2ac, net.minecraft.item.crafting.Ingredient@2f083612]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3537 bloodmagic:demon_decor/demon_pillar_2_steadfast RecipeStage{tier='three', recipe=8xtile.bloodmagic.pillar2.@4:[net.minecraft.item.crafting.Ingredient@50249a4, net.minecraft.item.crafting.Ingredient@50249a4, net.minecraft.item.crafting.Ingredient@50249a4, net.minecraft.item.crafting.Ingredient@50249a4, net.minecraft.item.crafting.Ingredient@1c2fb422, net.minecraft.item.crafting.Ingredient@50249a4, net.minecraft.item.crafting.Ingredient@50249a4, net.minecraft.item.crafting.Ingredient@50249a4, net.minecraft.item.crafting.Ingredient@50249a4]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3538 bloodmagic:demon_decor/demon_extras_polished_stone_steadfast RecipeStage{tier='three', recipe=4xtile.bloodmagic.extras.@9:[net.minecraft.item.crafting.Ingredient@3e036608, net.minecraft.item.crafting.Ingredient@3e036608, net.minecraft.item.crafting.Ingredient@3e036608, net.minecraft.item.crafting.Ingredient@3e036608]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3539 bloodmagic:demon_decor/demon_pillar_cap_2_destructive RecipeStage{tier='three', recipe=6xtile.bloodmagic.pillarCap2.@0:[net.minecraft.item.crafting.Ingredient@6b416408, net.minecraft.item.crafting.Ingredient@6b416408, net.minecraft.item.crafting.Ingredient@6b416408, net.minecraft.item.crafting.Ingredient@6b416408, net.minecraft.item.crafting.Ingredient@6b416408, net.minecraft.item.crafting.Ingredient@6b416408]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3540 bloodmagic:demon_decor/demon_light_destructive RecipeStage{tier='three', recipe=5xtile.bloodmagic.demonlight.@2:[net.minecraft.item.crafting.Ingredient@43d21326, net.minecraft.item.crafting.Ingredient@1fd76d1c, net.minecraft.item.crafting.Ingredient@43d21326, net.minecraft.item.crafting.Ingredient@1fd76d1c, net.minecraft.item.crafting.Ingredient@1fd76d1c, net.minecraft.item.crafting.Ingredient@1fd76d1c, net.minecraft.item.crafting.Ingredient@43d21326, net.minecraft.item.crafting.Ingredient@1fd76d1c, net.minecraft.item.crafting.Ingredient@43d21326]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3541 bloodmagic:demon_decor/demon_wall_1_smallbrick_destructive RecipeStage{tier='three', recipe=6xtile.bloodmagic.wall1.@7:[net.minecraft.item.crafting.Ingredient@31f9c751, net.minecraft.item.crafting.Ingredient@31f9c751, net.minecraft.item.crafting.Ingredient@31f9c751, net.minecraft.item.crafting.Ingredient@31f9c751, net.minecraft.item.crafting.Ingredient@31f9c751, net.minecraft.item.crafting.Ingredient@31f9c751]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3542 bloodmagic:demon_decor/demon_pillar_2_destructive RecipeStage{tier='three', recipe=8xtile.bloodmagic.pillar2.@2:[net.minecraft.item.crafting.Ingredient@3d7c87d6, net.minecraft.item.crafting.Ingredient@3d7c87d6, net.minecraft.item.crafting.Ingredient@3d7c87d6, net.minecraft.item.crafting.Ingredient@3d7c87d6, net.minecraft.item.crafting.Ingredient@1ee898e6, net.minecraft.item.crafting.Ingredient@3d7c87d6, net.minecraft.item.crafting.Ingredient@3d7c87d6, net.minecraft.item.crafting.Ingredient@3d7c87d6, net.minecraft.item.crafting.Ingredient@3d7c87d6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3543 bloodmagic:demon_decor/demon_stairs_3_steadfast RecipeStage{tier='three', recipe=8xtile.bloodmagic.stairs3.@0:[net.minecraft.item.crafting.Ingredient@45b208d1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@45b208d1, net.minecraft.item.crafting.Ingredient@45b208d1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@45b208d1, net.minecraft.item.crafting.Ingredient@45b208d1, net.minecraft.item.crafting.Ingredient@45b208d1]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3545 bloodmagic:teleposition_focus_3 RecipeStage{tier='three', recipe=1xitem.bloodmagic.focus@3:[net.minecraft.item.crafting.Ingredient@78540c5a, net.minecraft.item.crafting.Ingredient@1828f87d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3546 bloodmagic:path/path_obsidiantile RecipeStage{tier='three', recipe=4xtile.bloodmagic.path.@7:[net.minecraft.item.crafting.Ingredient@2e60b06f, net.minecraft.item.crafting.Ingredient@768fc7f8, net.minecraft.item.crafting.Ingredient@a1d4542, net.minecraft.item.crafting.Ingredient@59b32c2c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3547 bloodmagic:path/path_stone RecipeStage{tier='two', recipe=4xtile.bloodmagic.path.@2:[net.minecraftforge.oredict.OreIngredient@4b8d401e, net.minecraftforge.oredict.OreIngredient@4b8d401e, net.minecraftforge.oredict.OreIngredient@4b8d401e, net.minecraftforge.oredict.OreIngredient@4b8d401e, WayofTime.bloodmagic.core.recipe.IngredientBloodOrb@5a065560]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3548 bloodmagic:path/path_woodtile RecipeStage{tier='one', recipe=4xtile.bloodmagic.path.@1:[net.minecraft.item.crafting.Ingredient@4311ed1d, net.minecraft.item.crafting.Ingredient@226188ea, net.minecraft.item.crafting.Ingredient@4559276d, net.minecraft.item.crafting.Ingredient@4e846904]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3549 bloodmagic:path/path_wornstone RecipeStage{tier='three', recipe=4xtile.bloodmagic.path.@4:[net.minecraft.item.crafting.Ingredient@4df65b5a, net.minecraft.item.crafting.Ingredient@472b6954, net.minecraft.item.crafting.Ingredient@24646fbb, net.minecraft.item.crafting.Ingredient@3a7d5e08, WayofTime.bloodmagic.core.recipe.IngredientBloodOrb@452eee96]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3550 bloodmagic:path/path_wornstonetile RecipeStage{tier='three', recipe=4xtile.bloodmagic.path.@5:[net.minecraft.item.crafting.Ingredient@3cf8764d, net.minecraft.item.crafting.Ingredient@7f1de952, net.minecraft.item.crafting.Ingredient@4ebdcc92, net.minecraft.item.crafting.Ingredient@43ba1449]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3551 bloodmagic:path/path_wood RecipeStage{tier='one', recipe=4xtile.bloodmagic.path.@0:[net.minecraftforge.oredict.OreIngredient@6734d156, net.minecraftforge.oredict.OreIngredient@6734d156, net.minecraftforge.oredict.OreIngredient@6734d156, net.minecraftforge.oredict.OreIngredient@6734d156, WayofTime.bloodmagic.core.recipe.IngredientBloodOrb@1fbaa413]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3552 bloodmagic:path/path_stonetile RecipeStage{tier='two', recipe=4xtile.bloodmagic.path.@3:[net.minecraft.item.crafting.Ingredient@7ff735b8, net.minecraft.item.crafting.Ingredient@2441c4fc, net.minecraft.item.crafting.Ingredient@5858f2a2, net.minecraft.item.crafting.Ingredient@51df7a97]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3553 bloodmagic:path/path_obsidian RecipeStage{tier='three', recipe=4xtile.bloodmagic.path.@6:[net.minecraft.item.crafting.Ingredient@8fc7a2e, net.minecraft.item.crafting.Ingredient@1c90007, net.minecraft.item.crafting.Ingredient@407976e8, net.minecraft.item.crafting.Ingredient@f52bde0, WayofTime.bloodmagic.core.recipe.IngredientBloodOrb@64149b2e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3554 bloodmagic:alchemy_table RecipeStage{tier='three', recipe=1xtile.bloodmagic.alchemyTable@0:[net.minecraftforge.oredict.OreIngredient@4b8d401e, net.minecraftforge.oredict.OreIngredient@4b8d401e, net.minecraftforge.oredict.OreIngredient@4b8d401e, net.minecraftforge.oredict.OreIngredient@6734d156, net.minecraft.item.crafting.Ingredient@7c7bae23, net.minecraftforge.oredict.OreIngredient@6734d156, net.minecraftforge.oredict.OreIngredient@91ef87e, WayofTime.bloodmagic.core.recipe.IngredientBloodOrb@7255ffc1, net.minecraftforge.oredict.OreIngredient@91ef87e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3555 bloodmagic:activation_crystal RecipeStage{tier='three', recipe=1xitem.bloodmagic.activation_crystal@1:[net.minecraft.item.crafting.Ingredient@2ca9a138, WayofTime.bloodmagic.core.recipe.IngredientBloodOrb@7c68110e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3556 bloodmagic:mimic_solidclear RecipeStage{tier='three', recipe=4xtile.bloodmagic.mimic.@2:[net.minecraft.item.crafting.Ingredient@5d16a220, net.minecraftforge.oredict.OreIngredient@466eccc4, net.minecraft.item.crafting.Ingredient@5d16a220, net.minecraftforge.oredict.OreIngredient@466eccc4, net.minecraft.item.crafting.Ingredient@485058a8, net.minecraftforge.oredict.OreIngredient@466eccc4, net.minecraft.item.crafting.Ingredient@5d16a220, WayofTime.bloodmagic.core.recipe.IngredientBloodOrb@17f53592, net.minecraft.item.crafting.Ingredient@5d16a220]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3557 bloodmagic:ritual_controller_inverted RecipeStage{tier='three', recipe=1xtile.bloodmagic.stone.ritual.@2:[net.minecraft.item.crafting.Ingredient@3ba3c035, net.minecraft.item.crafting.Ingredient@3c9c4ef5, net.minecraft.item.crafting.Ingredient@2ed2f57f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3558 bloodmagic:base_item_filter_1 RecipeStage{tier='three', recipe=1xitem.bloodmagic.itemFilter.@1:[net.minecraftforge.oredict.OreIngredient@191718c6, net.minecraftforge.oredict.OreIngredient@351e1ade, net.minecraftforge.oredict.OreIngredient@191718c6, net.minecraftforge.oredict.OreIngredient@351e1ade, net.minecraft.item.crafting.Ingredient@482504d3, net.minecraftforge.oredict.OreIngredient@351e1ade, net.minecraftforge.oredict.OreIngredient@191718c6, net.minecraftforge.oredict.OreIngredient@351e1ade, net.minecraftforge.oredict.OreIngredient@191718c6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3559 bloodmagic:ritual_controller_imperfect RecipeStage{tier='three', recipe=1xtile.bloodmagic.stone.ritual.@1:[net.minecraft.item.crafting.Ingredient@6949addb, net.minecraftforge.oredict.OreIngredient@4b8d401e, net.minecraft.item.crafting.Ingredient@6949addb, net.minecraftforge.oredict.OreIngredient@4b8d401e, WayofTime.bloodmagic.core.recipe.IngredientBloodOrb@6248b6ef, net.minecraftforge.oredict.OreIngredient@4b8d401e, net.minecraft.item.crafting.Ingredient@6949addb, net.minecraftforge.oredict.OreIngredient@4b8d401e, net.minecraft.item.crafting.Ingredient@6949addb]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3560 bloodmagic:base_item_filter_0 RecipeStage{tier='three', recipe=1xitem.bloodmagic.itemFilter.@0:[net.minecraftforge.oredict.OreIngredient@191718c6, net.minecraftforge.oredict.OreIngredient@466eccc4, net.minecraftforge.oredict.OreIngredient@191718c6, net.minecraftforge.oredict.OreIngredient@466eccc4, net.minecraft.item.crafting.Ingredient@67b1cb7b, net.minecraftforge.oredict.OreIngredient@466eccc4, net.minecraftforge.oredict.OreIngredient@191718c6, net.minecraftforge.oredict.OreIngredient@466eccc4, net.minecraftforge.oredict.OreIngredient@191718c6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3562 bloodmagic:pack_sacrifice RecipeStage{tier='two', recipe=1xitem.bloodmagic.pack.sacrifice@0:[net.minecraftforge.oredict.OreIngredient@466eccc4, net.minecraft.item.crafting.Ingredient@17421783, net.minecraftforge.oredict.OreIngredient@466eccc4, net.minecraftforge.oredict.OreIngredient@4c13db69, net.minecraft.item.crafting.Ingredient@78cf26fd, net.minecraftforge.oredict.OreIngredient@4c13db69, net.minecraftforge.oredict.OreIngredient@466eccc4, net.minecraft.item.crafting.Ingredient@43ebf3bf, net.minecraftforge.oredict.OreIngredient@466eccc4]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3563 bloodmagic:teleposer RecipeStage{tier='three', recipe=1xtile.bloodmagic.teleposer@0:[net.minecraftforge.oredict.OreIngredient@91ef87e, net.minecraftforge.oredict.OreIngredient@91ef87e, net.minecraftforge.oredict.OreIngredient@91ef87e, net.minecraft.item.crafting.Ingredient@7ae46e67, net.minecraft.item.crafting.Ingredient@6cbee5b1, net.minecraft.item.crafting.Ingredient@7ae46e67, net.minecraftforge.oredict.OreIngredient@91ef87e, net.minecraftforge.oredict.OreIngredient@91ef87e, net.minecraftforge.oredict.OreIngredient@91ef87e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3565 bloodmagic:decorative_brick_bloodstone_brick RecipeStage{tier='three', recipe=4xtile.bloodmagic.@1:[net.minecraft.item.crafting.Ingredient@30f2443b, net.minecraft.item.crafting.Ingredient@30f2443b, net.minecraft.item.crafting.Ingredient@30f2443b, net.minecraft.item.crafting.Ingredient@30f2443b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3566 bloodmagic:mimic_solidopaque RecipeStage{tier='three', recipe=4xtile.bloodmagic.mimic.@1:[net.minecraft.item.crafting.Ingredient@109a18cf, net.minecraftforge.oredict.OreIngredient@4b8d401e, net.minecraft.item.crafting.Ingredient@109a18cf, net.minecraftforge.oredict.OreIngredient@4b8d401e, net.minecraft.item.crafting.Ingredient@433d29e3, net.minecraftforge.oredict.OreIngredient@4b8d401e, net.minecraft.item.crafting.Ingredient@109a18cf, WayofTime.bloodmagic.core.recipe.IngredientBloodOrb@39bd00f8, net.minecraft.item.crafting.Ingredient@109a18cf]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3567 bloodmagic:upgrade_trainer RecipeStage{tier='three', recipe=1xitem.bloodmagic.upgradeTrainer@0:[net.minecraftforge.oredict.OreIngredient@5f67e834, net.minecraftforge.oredict.OreIngredient@91ef87e, net.minecraftforge.oredict.OreIngredient@5f67e834, net.minecraftforge.oredict.OreIngredient@4c13db69, WayofTime.bloodmagic.core.recipe.IngredientBloodOrb@6a98162b, net.minecraftforge.oredict.OreIngredient@4c13db69, net.minecraftforge.oredict.OreIngredient@5f67e834, net.minecraftforge.oredict.OreIngredient@91ef87e, net.minecraftforge.oredict.OreIngredient@5f67e834]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3568 bonsaitrees:bonsaipot RecipeStage{tier='four', recipe=1xtile.bonsaitrees.bonsaipot@0:[net.minecraft.item.crafting.Ingredient@411a85e1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@411a85e1, net.minecraft.item.crafting.Ingredient@411a85e1, net.minecraft.item.crafting.Ingredient@411a85e1, net.minecraft.item.crafting.Ingredient@411a85e1]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3569 bonsaitrees:bonsaipot_hopping RecipeStage{tier='four', recipe=1xtile.bonsaitrees.bonsaipot@1:[net.minecraft.item.crafting.Ingredient@3e9d5955, net.minecraft.item.crafting.Ingredient@37f414d8]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3570 buildcraftbuilders:template RecipeStage{tier='four', recipe=1xitem.snapshot@0:[net.minecraft.item.crafting.Ingredient@32ada2ac, net.minecraft.item.crafting.Ingredient@32ada2ac, net.minecraft.item.crafting.Ingredient@32ada2ac, net.minecraft.item.crafting.Ingredient@32ada2ac, net.minecraftforge.oredict.OreIngredient@42047925, net.minecraft.item.crafting.Ingredient@32ada2ac, net.minecraft.item.crafting.Ingredient@32ada2ac, net.minecraft.item.crafting.Ingredient@32ada2ac, net.minecraft.item.crafting.Ingredient@32ada2ac]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3572 buildcraftbuilders:blueprint RecipeStage{tier='four', recipe=1xitem.snapshot@2:[net.minecraft.item.crafting.Ingredient@7f1d15c4, net.minecraft.item.crafting.Ingredient@7f1d15c4, net.minecraft.item.crafting.Ingredient@7f1d15c4, net.minecraft.item.crafting.Ingredient@7f1d15c4, net.minecraftforge.oredict.OreIngredient@4c48dcc9, net.minecraft.item.crafting.Ingredient@7f1d15c4, net.minecraft.item.crafting.Ingredient@7f1d15c4, net.minecraft.item.crafting.Ingredient@7f1d15c4, net.minecraft.item.crafting.Ingredient@7f1d15c4]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3573 buildcraftbuilders:architect_table RecipeStage{tier='four', recipe=1xtile.architectBlock@0:[net.minecraftforge.oredict.OreIngredient@4fd81215, net.minecraft.item.crafting.Ingredient@69c8b478, net.minecraftforge.oredict.OreIngredient@4fd81215, net.minecraftforge.oredict.OreIngredient@7e65c7c8, net.minecraft.item.crafting.Ingredient@5aba3beb, net.minecraftforge.oredict.OreIngredient@7e65c7c8, net.minecraftforge.oredict.OreIngredient@55fdc213, net.minecraft.item.crafting.Ingredient@79bad7a0, net.minecraftforge.oredict.OreIngredient@55fdc213]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3575 buildcraftfactory:tank RecipeStage{tier='three', recipe=1xtile.tankBlock@0:[net.minecraftforge.oredict.OreIngredient@adcce75, net.minecraftforge.oredict.OreIngredient@adcce75, net.minecraftforge.oredict.OreIngredient@adcce75, net.minecraftforge.oredict.OreIngredient@adcce75, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@adcce75, net.minecraftforge.oredict.OreIngredient@adcce75, net.minecraftforge.oredict.OreIngredient@adcce75, net.minecraftforge.oredict.OreIngredient@adcce75]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3576 buildcraftfactory:mining_well RecipeStage{tier='four', recipe=1xtile.miningWellBlock@0:[net.minecraftforge.oredict.OreIngredient@4da96359, net.minecraftforge.oredict.OreIngredient@36a17732, net.minecraftforge.oredict.OreIngredient@4da96359, net.minecraftforge.oredict.OreIngredient@4da96359, net.minecraftforge.oredict.OreIngredient@179732fa, net.minecraftforge.oredict.OreIngredient@4da96359, net.minecraftforge.oredict.OreIngredient@4da96359, net.minecraft.item.crafting.Ingredient@5d92d465, net.minecraftforge.oredict.OreIngredient@4da96359]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3577 buildcraftfactory:heat_exchange RecipeStage{tier='four', recipe=1xtile.heat_exchange@0:[net.minecraftforge.oredict.OreIngredient@4da96359, net.minecraftforge.oredict.OreIngredient@179732fa, net.minecraftforge.oredict.OreIngredient@4da96359, net.minecraftforge.oredict.OreIngredient@26966e8b, net.minecraftforge.oredict.OreIngredient@26966e8b, net.minecraftforge.oredict.OreIngredient@26966e8b, net.minecraftforge.oredict.OreIngredient@4da96359, net.minecraftforge.oredict.OreIngredient@179732fa, net.minecraftforge.oredict.OreIngredient@4da96359]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3578 buildcraftfactory:flood_gate RecipeStage{tier='four', recipe=1xtile.floodGateBlock@0:[net.minecraftforge.oredict.OreIngredient@4da96359, net.minecraftforge.oredict.OreIngredient@179732fa, net.minecraftforge.oredict.OreIngredient@4da96359, net.minecraft.item.crafting.Ingredient@79803aff, net.minecraft.item.crafting.Ingredient@42bc4634, net.minecraft.item.crafting.Ingredient@79803aff, net.minecraftforge.oredict.OreIngredient@4da96359, net.minecraft.item.crafting.Ingredient@79803aff, net.minecraftforge.oredict.OreIngredient@4da96359]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3580 buildcraftfactory:chute RecipeStage{tier='four', recipe=1xtile.chuteBlock@0:[net.minecraftforge.oredict.OreIngredient@4da96359, net.minecraft.item.crafting.Ingredient@b891389, net.minecraftforge.oredict.OreIngredient@4da96359, net.minecraftforge.oredict.OreIngredient@4da96359, net.minecraftforge.oredict.OreIngredient@19d7c40c, net.minecraftforge.oredict.OreIngredient@4da96359, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4da96359, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3581 buildcraftfactory:autoworkbench_item RecipeStage{tier='four', recipe=1xtile.autoWorkbenchBlock@0:[net.minecraftforge.oredict.OreIngredient@19d7c40c, net.minecraftforge.oredict.OreIngredient@4a61d974, net.minecraftforge.oredict.OreIngredient@19d7c40c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3582 buildcrafttransport:plug_power_adaptor RecipeStage{tier='four', recipe=4xitem.PipePowerAdapter@0:[net.minecraft.item.crafting.Ingredient@342cb28b, net.minecraft.item.crafting.Ingredient@45765d5c, net.minecraft.item.crafting.Ingredient@342cb28b, net.minecraft.item.crafting.Ingredient@342cb28b, net.minecraftforge.oredict.OreIngredient@1610d143, net.minecraft.item.crafting.Ingredient@342cb28b, net.minecraft.item.crafting.Ingredient@342cb28b, net.minecraft.item.crafting.Ingredient@24087ed0, net.minecraft.item.crafting.Ingredient@342cb28b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3583 buildcrafttransport:plug_blocker RecipeStage{tier='three', recipe=4xitem.PipePlug@0:[net.minecraft.item.crafting.Ingredient@14676ba6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3584 buildcrafttransport:pipe_structure RecipeStage{tier='three', recipe=8xitem.PipeStructureCobblestone@0:[net.minecraftforge.oredict.OreIngredient@2b07db6e, net.minecraft.item.crafting.Ingredient@780e4735, net.minecraftforge.oredict.OreIngredient@2b07db6e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3585 buildcrafttransport:pipe_sealant RecipeStage{tier='three', recipe=1xitem.pipeWaterproof@0:[net.minecraft.item.crafting.Ingredient@3ea71540]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3588 buildinggadgets:constructionpastecontainert3 RecipeStage{tier='five', recipe=1xitem.buildinggadgets.constructionpastecontainert3@0:[net.minecraft.item.crafting.Ingredient@36fc4135, net.minecraftforge.oredict.OreIngredient@62ca691f, net.minecraft.item.crafting.Ingredient@36fc4135, net.minecraftforge.oredict.OreIngredient@62ca691f, net.minecraftforge.oredict.OreIngredient@62ca691f, net.minecraftforge.oredict.OreIngredient@62ca691f, net.minecraft.item.crafting.Ingredient@36fc4135, net.minecraftforge.oredict.OreIngredient@62ca691f, net.minecraft.item.crafting.Ingredient@36fc4135]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3589 buildinggadgets:constructionpastecontainert2 RecipeStage{tier='five', recipe=1xitem.buildinggadgets.constructionpastecontainert2@0:[net.minecraft.item.crafting.Ingredient@2ff51b6c, net.minecraftforge.oredict.OreIngredient@29fd8c31, net.minecraft.item.crafting.Ingredient@2ff51b6c, net.minecraftforge.oredict.OreIngredient@29fd8c31, net.minecraftforge.oredict.OreIngredient@29fd8c31, net.minecraftforge.oredict.OreIngredient@29fd8c31, net.minecraft.item.crafting.Ingredient@2ff51b6c, net.minecraftforge.oredict.OreIngredient@29fd8c31, net.minecraft.item.crafting.Ingredient@2ff51b6c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3591 buildinggadgets:destructiontool RecipeStage{tier='disabled', recipe=1xitem.buildinggadgets.destructiontool@0:[net.minecraftforge.oredict.OreIngredient@f30d0d2, net.minecraftforge.oredict.OreIngredient@4f395e68, net.minecraftforge.oredict.OreIngredient@f30d0d2, net.minecraftforge.oredict.OreIngredient@5f4a469f, net.minecraftforge.oredict.OreIngredient@4f395e68, net.minecraftforge.oredict.OreIngredient@5f4a469f, net.minecraftforge.oredict.OreIngredient@f30d0d2, net.minecraftforge.oredict.OreIngredient@593164ef, net.minecraftforge.oredict.OreIngredient@f30d0d2]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3593 buildinggadgets:constructionpastepowder RecipeStage{tier='five', recipe=1xtile.buildinggadgets.constructionblockpowder@0:[net.minecraft.item.crafting.Ingredient@12514832, net.minecraftforge.oredict.OreIngredient@14e43a4b, net.minecraft.item.crafting.Ingredient@14d231e0]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3594 buildinggadgets:templatemanager RecipeStage{tier='five', recipe=1xtile.buildinggadgets.templatemanager@0:[net.minecraftforge.oredict.OreIngredient@50111d5e, net.minecraftforge.oredict.OreIngredient@3f1bb67c, net.minecraftforge.oredict.OreIngredient@50111d5e, net.minecraftforge.oredict.OreIngredient@10762aa8, net.minecraftforge.oredict.OreIngredient@3f1bb67c, net.minecraftforge.oredict.OreIngredient@10762aa8, net.minecraftforge.oredict.OreIngredient@50111d5e, net.minecraftforge.oredict.OreIngredient@e78708a, net.minecraftforge.oredict.OreIngredient@50111d5e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3595 buildinggadgets:constructionpastecontainer RecipeStage{tier='five', recipe=1xitem.buildinggadgets.constructionpastecontainer@0:[net.minecraftforge.oredict.OreIngredient@462c45eb, net.minecraftforge.oredict.OreIngredient@462c45eb, net.minecraftforge.oredict.OreIngredient@462c45eb, net.minecraftforge.oredict.OreIngredient@462c45eb, net.minecraft.item.crafting.Ingredient@27e86ead, net.minecraftforge.oredict.OreIngredient@462c45eb, net.minecraftforge.oredict.OreIngredient@462c45eb, net.minecraftforge.oredict.OreIngredient@462c45eb, net.minecraftforge.oredict.OreIngredient@462c45eb]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3596 car:key de.maxhenkel.car.ReciepeKey@28fab113 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3598 ceramics:uncrafting/porcelain_block RecipeStage{tier='zero', recipe=1xtile.ceramics.clay_soft@0:[net.minecraftforge.oredict.OreIngredient@43df000b, net.minecraftforge.oredict.OreIngredient@43df000b, net.minecraftforge.oredict.OreIngredient@43df000b, net.minecraftforge.oredict.OreIngredient@43df000b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3601 ceramics:uncrafting/clay_shears RecipeStage{tier='tutorial', recipe=2xitem.clay@0:[net.minecraft.item.crafting.Ingredient@29fe4f5d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3602 ceramics:uncrafting/clay_plate RecipeStage{tier='tutorial', recipe=2xitem.clay@0:[net.minecraft.item.crafting.Ingredient@fd91007]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3603 ceramics:uncrafting/clay_leggings RecipeStage{tier='tutorial', recipe=7xitem.clay@0:[net.minecraft.item.crafting.Ingredient@52bb3f43]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3604 ceramics:uncrafting/clay_helmet RecipeStage{tier='tutorial', recipe=5xitem.clay@0:[net.minecraft.item.crafting.Ingredient@282b863b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3605 ceramics:uncrafting/clay_extension RecipeStage{tier='tutorial', recipe=3xitem.clay@0:[net.minecraft.item.crafting.Ingredient@4541c13b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3606 ceramics:uncrafting/clay_chestplate RecipeStage{tier='tutorial', recipe=8xitem.clay@0:[net.minecraft.item.crafting.Ingredient@6bcb2e77]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3607 ceramics:uncrafting/clay_bucket RecipeStage{tier='tutorial', recipe=3xitem.clay@0:[net.minecraft.item.crafting.Ingredient@6e5e6e68]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3608 ceramics:uncrafting/clay_boots RecipeStage{tier='tutorial', recipe=4xitem.clay@0:[net.minecraft.item.crafting.Ingredient@4772313e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3609 ceramics:uncrafting/clay_block RecipeStage{tier='tutorial', recipe=4xitem.clay@0:[net.minecraft.item.crafting.Ingredient@52967ba7]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3610 ceramics:uncrafting/clay_barrel RecipeStage{tier='tutorial', recipe=5xitem.clay@0:[net.minecraft.item.crafting.Ingredient@4c87a372]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3612 ceramics:tools/unfired_clay_shears RecipeStage{tier='one', recipe=1xitem.ceramics.unfired_clay@1:[net.minecraft.item.crafting.Ingredient@4b0328cf, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4b0328cf]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3615 ceramics:faucet RecipeStage{tier='one', recipe=1xitem.ceramics.unfired_clay@6:[net.minecraftforge.oredict.OreIngredient@6560a60d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6560a60d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6560a60d, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3619 ceramics:decoration/rainbow_clay/yellow RecipeStage{tier='one', recipe=1xtile.ceramics.rainbow_clay@2:[net.minecraft.item.crafting.Ingredient@3a81cb9d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3620 ceramics:decoration/rainbow_clay/red_swap RecipeStage{tier='one', recipe=1xtile.ceramics.rainbow_clay@0:[net.minecraft.item.crafting.Ingredient@76f3eafc]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3621 ceramics:decoration/rainbow_clay/red RecipeStage{tier='one', recipe=6xtile.ceramics.rainbow_clay@0:[net.minecraft.item.crafting.Ingredient@333d99e, net.minecraft.item.crafting.Ingredient@333d99e, net.minecraft.item.crafting.Ingredient@333d99e, net.minecraftforge.oredict.OreIngredient@64ff2876, net.minecraftforge.oredict.OreIngredient@60e18bb9, net.minecraftforge.oredict.OreIngredient@3c9e0d29, net.minecraft.item.crafting.Ingredient@333d99e, net.minecraft.item.crafting.Ingredient@333d99e, net.minecraft.item.crafting.Ingredient@333d99e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3622 ceramics:decoration/rainbow_clay/purple RecipeStage{tier='one', recipe=1xtile.ceramics.rainbow_clay@6:[net.minecraft.item.crafting.Ingredient@3d1c3e0b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3623 ceramics:decoration/rainbow_clay/orange RecipeStage{tier='one', recipe=1xtile.ceramics.rainbow_clay@1:[net.minecraft.item.crafting.Ingredient@421bbff3]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3624 ceramics:decoration/rainbow_clay/magenta RecipeStage{tier='one', recipe=1xtile.ceramics.rainbow_clay@7:[net.minecraft.item.crafting.Ingredient@3073eef5]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3625 ceramics:decoration/rainbow_clay/green RecipeStage{tier='one', recipe=1xtile.ceramics.rainbow_clay@3:[net.minecraft.item.crafting.Ingredient@1440be6c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3626 ceramics:decoration/rainbow_clay/cyan RecipeStage{tier='one', recipe=1xtile.ceramics.rainbow_clay@4:[net.minecraft.item.crafting.Ingredient@44ff6bb2]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3627 ceramics:decoration/rainbow_clay/blue RecipeStage{tier='one', recipe=1xtile.ceramics.rainbow_clay@5:[net.minecraft.item.crafting.Ingredient@9b0a1e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3628 ceramics:decoration/rainbow_bricks/wall RecipeStage{tier='one', recipe=6xtile.ceramics.clay_wall@7:[net.minecraft.item.crafting.Ingredient@6ddd4d2c, net.minecraft.item.crafting.Ingredient@6ddd4d2c, net.minecraft.item.crafting.Ingredient@6ddd4d2c, net.minecraft.item.crafting.Ingredient@6ddd4d2c, net.minecraft.item.crafting.Ingredient@6ddd4d2c, net.minecraft.item.crafting.Ingredient@6ddd4d2c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3629 ceramics:decoration/rainbow_bricks/stairs RecipeStage{tier='one', recipe=4xtile.ceramics.rainbow_bricks_stairs@0:[net.minecraft.item.crafting.Ingredient@726fb813, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@726fb813, net.minecraft.item.crafting.Ingredient@726fb813, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@726fb813, net.minecraft.item.crafting.Ingredient@726fb813, net.minecraft.item.crafting.Ingredient@726fb813]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3630 ceramics:decoration/rainbow_bricks/slab RecipeStage{tier='one', recipe=6xtile.ceramics.clay_slab@6:[net.minecraft.item.crafting.Ingredient@17ff08ec, net.minecraft.item.crafting.Ingredient@17ff08ec, net.minecraft.item.crafting.Ingredient@17ff08ec]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3631 ceramics:decoration/rainbow_bricks/block RecipeStage{tier='one', recipe=6xtile.ceramics.clay_hard@6:[net.minecraft.item.crafting.Ingredient@6721da76, net.minecraft.item.crafting.Ingredient@6721da76, net.minecraft.item.crafting.Ingredient@6721da76, net.minecraftforge.oredict.OreIngredient@6aa20010, net.minecraftforge.oredict.OreIngredient@3b3b99a9, net.minecraftforge.oredict.OreIngredient@3a3922e3, net.minecraft.item.crafting.Ingredient@6721da76, net.minecraft.item.crafting.Ingredient@6721da76, net.minecraft.item.crafting.Ingredient@6721da76]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3632 ceramics:decoration/porcelain_bricks/wall RecipeStage{tier='one', recipe=6xtile.ceramics.clay_wall@1:[net.minecraft.item.crafting.Ingredient@33c5f08c, net.minecraft.item.crafting.Ingredient@33c5f08c, net.minecraft.item.crafting.Ingredient@33c5f08c, net.minecraft.item.crafting.Ingredient@33c5f08c, net.minecraft.item.crafting.Ingredient@33c5f08c, net.minecraft.item.crafting.Ingredient@33c5f08c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3633 ceramics:decoration/porcelain_bricks/stairs RecipeStage{tier='one', recipe=4xtile.ceramics.porcelain_bricks_stairs@0:[net.minecraft.item.crafting.Ingredient@667fdf0d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@667fdf0d, net.minecraft.item.crafting.Ingredient@667fdf0d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@667fdf0d, net.minecraft.item.crafting.Ingredient@667fdf0d, net.minecraft.item.crafting.Ingredient@667fdf0d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3634 ceramics:decoration/porcelain_bricks/slab_alt RecipeStage{tier='one', recipe=6xtile.ceramics.clay_slab@0:[net.minecraft.item.crafting.Ingredient@29015e9b, net.minecraft.item.crafting.Ingredient@29015e9b, net.minecraft.item.crafting.Ingredient@29015e9b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3635 ceramics:decoration/porcelain_bricks/slab RecipeStage{tier='one', recipe=1xtile.ceramics.clay_slab@0:[net.minecraft.item.crafting.Ingredient@616873c6, net.minecraft.item.crafting.Ingredient@616873c6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3636 ceramics:decoration/porcelain_bricks/block RecipeStage{tier='one', recipe=1xtile.ceramics.clay_hard@0:[net.minecraft.item.crafting.Ingredient@4d16a432, net.minecraft.item.crafting.Ingredient@4d16a432, net.minecraft.item.crafting.Ingredient@4d16a432, net.minecraft.item.crafting.Ingredient@4d16a432]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3637 ceramics:decoration/porcelain/yellow RecipeStage{tier='one', recipe=8xtile.ceramics.porcelain@4:[net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraftforge.oredict.OreIngredient@5c624316, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3638 ceramics:decoration/porcelain/white RecipeStage{tier='one', recipe=8xtile.ceramics.porcelain@0:[net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraftforge.oredict.OreIngredient@2ea03f31, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3639 ceramics:decoration/porcelain/silver RecipeStage{tier='one', recipe=8xtile.ceramics.porcelain@8:[net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraftforge.oredict.OreIngredient@161b42ae, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3640 ceramics:decoration/porcelain/red RecipeStage{tier='one', recipe=8xtile.ceramics.porcelain@14:[net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraftforge.oredict.OreIngredient@39e3a6a0, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3641 ceramics:decoration/porcelain/purple RecipeStage{tier='one', recipe=8xtile.ceramics.porcelain@10:[net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraftforge.oredict.OreIngredient@7571f6cd, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3642 ceramics:decoration/porcelain/pink RecipeStage{tier='one', recipe=8xtile.ceramics.porcelain@6:[net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraftforge.oredict.OreIngredient@4d2e135f, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3643 ceramics:decoration/porcelain/orange RecipeStage{tier='one', recipe=8xtile.ceramics.porcelain@1:[net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraftforge.oredict.OreIngredient@4a382006, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3644 ceramics:decoration/porcelain/magenta RecipeStage{tier='one', recipe=8xtile.ceramics.porcelain@2:[net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraftforge.oredict.OreIngredient@4b4825af, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3645 ceramics:decoration/porcelain/lime RecipeStage{tier='one', recipe=8xtile.ceramics.porcelain@5:[net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraftforge.oredict.OreIngredient@6a19e753, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3646 ceramics:decoration/porcelain/light_blue RecipeStage{tier='one', recipe=8xtile.ceramics.porcelain@3:[net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraftforge.oredict.OreIngredient@57e6a889, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3647 ceramics:decoration/porcelain/green RecipeStage{tier='one', recipe=8xtile.ceramics.porcelain@13:[net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraftforge.oredict.OreIngredient@186fc533, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3648 ceramics:decoration/porcelain/gray RecipeStage{tier='one', recipe=8xtile.ceramics.porcelain@7:[net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraftforge.oredict.OreIngredient@2c5491c5, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3649 ceramics:decoration/porcelain/cyan RecipeStage{tier='one', recipe=8xtile.ceramics.porcelain@9:[net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraftforge.oredict.OreIngredient@773dea44, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3650 ceramics:decoration/porcelain/brown RecipeStage{tier='one', recipe=8xtile.ceramics.porcelain@12:[net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraftforge.oredict.OreIngredient@43ddf19f, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3651 ceramics:decoration/porcelain/blue RecipeStage{tier='one', recipe=8xtile.ceramics.porcelain@11:[net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraftforge.oredict.OreIngredient@64b394bb, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3652 ceramics:decoration/porcelain/black RecipeStage{tier='one', recipe=8xtile.ceramics.porcelain@15:[net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraftforge.oredict.OreIngredient@5543cb6f, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3653 ceramics:decoration/monochrome_bricks/wall RecipeStage{tier='one', recipe=6xtile.ceramics.clay_wall@8:[net.minecraft.item.crafting.Ingredient@69de1ce1, net.minecraft.item.crafting.Ingredient@69de1ce1, net.minecraft.item.crafting.Ingredient@69de1ce1, net.minecraft.item.crafting.Ingredient@69de1ce1, net.minecraft.item.crafting.Ingredient@69de1ce1, net.minecraft.item.crafting.Ingredient@69de1ce1]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3654 ceramics:decoration/monochrome_bricks/stairs RecipeStage{tier='one', recipe=4xtile.ceramics.monochrome_bricks_stairs@0:[net.minecraft.item.crafting.Ingredient@36bdad94, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@36bdad94, net.minecraft.item.crafting.Ingredient@36bdad94, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@36bdad94, net.minecraft.item.crafting.Ingredient@36bdad94, net.minecraft.item.crafting.Ingredient@36bdad94]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3655 ceramics:decoration/monochrome_bricks/slab RecipeStage{tier='one', recipe=6xtile.ceramics.clay_slab@7:[net.minecraft.item.crafting.Ingredient@35cd1419, net.minecraft.item.crafting.Ingredient@35cd1419, net.minecraft.item.crafting.Ingredient@35cd1419]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3656 ceramics:decoration/monochrome_bricks/block RecipeStage{tier='one', recipe=2xtile.ceramics.clay_hard@7:[net.minecraft.item.crafting.Ingredient@2a4742b6, net.minecraft.item.crafting.Ingredient@2a4742b6, net.minecraft.item.crafting.Ingredient@2a4742b6, net.minecraft.item.crafting.Ingredient@2a4742b6, net.minecraftforge.oredict.OreIngredient@643aeae0, net.minecraft.item.crafting.Ingredient@2a4742b6, net.minecraft.item.crafting.Ingredient@2a4742b6, net.minecraft.item.crafting.Ingredient@2a4742b6, net.minecraft.item.crafting.Ingredient@2a4742b6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3657 ceramics:decoration/marine_bricks/wall RecipeStage{tier='one', recipe=6xtile.ceramics.clay_wall@3:[net.minecraft.item.crafting.Ingredient@1beffa08, net.minecraft.item.crafting.Ingredient@1beffa08, net.minecraft.item.crafting.Ingredient@1beffa08, net.minecraft.item.crafting.Ingredient@1beffa08, net.minecraft.item.crafting.Ingredient@1beffa08, net.minecraft.item.crafting.Ingredient@1beffa08]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3658 ceramics:decoration/marine_bricks/stairs RecipeStage{tier='one', recipe=4xtile.ceramics.marine_bricks_stairs@0:[net.minecraft.item.crafting.Ingredient@69a1fda2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@69a1fda2, net.minecraft.item.crafting.Ingredient@69a1fda2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@69a1fda2, net.minecraft.item.crafting.Ingredient@69a1fda2, net.minecraft.item.crafting.Ingredient@69a1fda2]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3659 ceramics:decoration/marine_bricks/slab RecipeStage{tier='one', recipe=6xtile.ceramics.clay_slab@2:[net.minecraft.item.crafting.Ingredient@143cdcea, net.minecraft.item.crafting.Ingredient@143cdcea, net.minecraft.item.crafting.Ingredient@143cdcea]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3660 ceramics:decoration/marine_bricks/block RecipeStage{tier='one', recipe=2xtile.ceramics.clay_hard@2:[net.minecraft.item.crafting.Ingredient@2a4742b6, net.minecraft.item.crafting.Ingredient@2a4742b6, net.minecraft.item.crafting.Ingredient@2a4742b6, net.minecraft.item.crafting.Ingredient@2a4742b6, net.minecraftforge.oredict.OreIngredient@20f19098, net.minecraft.item.crafting.Ingredient@2a4742b6, net.minecraft.item.crafting.Ingredient@2a4742b6, net.minecraft.item.crafting.Ingredient@2a4742b6, net.minecraft.item.crafting.Ingredient@2a4742b6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3661 ceramics:decoration/lava_bricks/wall RecipeStage{tier='one', recipe=6xtile.ceramics.clay_wall@6:[net.minecraft.item.crafting.Ingredient@12a05eb4, net.minecraft.item.crafting.Ingredient@12a05eb4, net.minecraft.item.crafting.Ingredient@12a05eb4, net.minecraft.item.crafting.Ingredient@12a05eb4, net.minecraft.item.crafting.Ingredient@12a05eb4, net.minecraft.item.crafting.Ingredient@12a05eb4]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3662 ceramics:decoration/lava_bricks/stairs RecipeStage{tier='one', recipe=4xtile.ceramics.lava_bricks_stairs@0:[net.minecraft.item.crafting.Ingredient@215efd44, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@215efd44, net.minecraft.item.crafting.Ingredient@215efd44, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@215efd44, net.minecraft.item.crafting.Ingredient@215efd44, net.minecraft.item.crafting.Ingredient@215efd44]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3663 ceramics:decoration/lava_bricks/slab RecipeStage{tier='one', recipe=6xtile.ceramics.clay_slab@5:[net.minecraft.item.crafting.Ingredient@62f84e, net.minecraft.item.crafting.Ingredient@62f84e, net.minecraft.item.crafting.Ingredient@62f84e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3664 ceramics:decoration/golden_bricks/wall RecipeStage{tier='two', recipe=6xtile.ceramics.clay_wall@4:[net.minecraft.item.crafting.Ingredient@1797ee9, net.minecraft.item.crafting.Ingredient@1797ee9, net.minecraft.item.crafting.Ingredient@1797ee9, net.minecraft.item.crafting.Ingredient@1797ee9, net.minecraft.item.crafting.Ingredient@1797ee9, net.minecraft.item.crafting.Ingredient@1797ee9]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3665 ceramics:decoration/golden_bricks/stairs RecipeStage{tier='two', recipe=4xtile.ceramics.golden_bricks_stairs@0:[net.minecraft.item.crafting.Ingredient@5bc28fd6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5bc28fd6, net.minecraft.item.crafting.Ingredient@5bc28fd6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5bc28fd6, net.minecraft.item.crafting.Ingredient@5bc28fd6, net.minecraft.item.crafting.Ingredient@5bc28fd6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3666 ceramics:decoration/golden_bricks/slab RecipeStage{tier='two', recipe=6xtile.ceramics.clay_slab@3:[net.minecraft.item.crafting.Ingredient@3659f3ce, net.minecraft.item.crafting.Ingredient@3659f3ce, net.minecraft.item.crafting.Ingredient@3659f3ce]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3667 ceramics:decoration/golden_bricks/block RecipeStage{tier='two', recipe=8xtile.ceramics.clay_hard@3:[net.minecraft.item.crafting.Ingredient@6721da76, net.minecraft.item.crafting.Ingredient@6721da76, net.minecraft.item.crafting.Ingredient@6721da76, net.minecraft.item.crafting.Ingredient@6721da76, net.minecraftforge.oredict.OreIngredient@199ff7, net.minecraft.item.crafting.Ingredient@6721da76, net.minecraft.item.crafting.Ingredient@6721da76, net.minecraft.item.crafting.Ingredient@6721da76, net.minecraft.item.crafting.Ingredient@6721da76]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3668 ceramics:decoration/dragon_bricks/wall RecipeStage{tier='one', recipe=6xtile.ceramics.clay_wall@5:[net.minecraft.item.crafting.Ingredient@4a759357, net.minecraft.item.crafting.Ingredient@4a759357, net.minecraft.item.crafting.Ingredient@4a759357, net.minecraft.item.crafting.Ingredient@4a759357, net.minecraft.item.crafting.Ingredient@4a759357, net.minecraft.item.crafting.Ingredient@4a759357]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3669 ceramics:decoration/dragon_bricks/stairs RecipeStage{tier='one', recipe=4xtile.ceramics.dragon_bricks_stairs@0:[net.minecraft.item.crafting.Ingredient@319ec24, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@319ec24, net.minecraft.item.crafting.Ingredient@319ec24, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@319ec24, net.minecraft.item.crafting.Ingredient@319ec24, net.minecraft.item.crafting.Ingredient@319ec24]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3670 ceramics:decoration/dragon_bricks/slab RecipeStage{tier='one', recipe=6xtile.ceramics.clay_slab@4:[net.minecraft.item.crafting.Ingredient@6c5509c2, net.minecraft.item.crafting.Ingredient@6c5509c2, net.minecraft.item.crafting.Ingredient@6c5509c2]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3671 ceramics:decoration/dragon_bricks/block RecipeStage{tier='one', recipe=8xtile.ceramics.clay_hard@4:[net.minecraft.item.crafting.Ingredient@b62e507, net.minecraft.item.crafting.Ingredient@b62e507, net.minecraft.item.crafting.Ingredient@b62e507, net.minecraft.item.crafting.Ingredient@b62e507, net.minecraft.item.crafting.Ingredient@7d7e5a69, net.minecraft.item.crafting.Ingredient@b62e507, net.minecraft.item.crafting.Ingredient@b62e507, net.minecraft.item.crafting.Ingredient@b62e507, net.minecraft.item.crafting.Ingredient@b62e507]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3672 ceramics:decoration/dark_bricks/wall RecipeStage{tier='one', recipe=6xtile.ceramics.clay_wall@2:[net.minecraft.item.crafting.Ingredient@6ee07257, net.minecraft.item.crafting.Ingredient@6ee07257, net.minecraft.item.crafting.Ingredient@6ee07257, net.minecraft.item.crafting.Ingredient@6ee07257, net.minecraft.item.crafting.Ingredient@6ee07257, net.minecraft.item.crafting.Ingredient@6ee07257]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3673 ceramics:decoration/dark_bricks/stairs RecipeStage{tier='one', recipe=4xtile.ceramics.dark_bricks_stairs@0:[net.minecraft.item.crafting.Ingredient@37e07c0f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@37e07c0f, net.minecraft.item.crafting.Ingredient@37e07c0f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@37e07c0f, net.minecraft.item.crafting.Ingredient@37e07c0f, net.minecraft.item.crafting.Ingredient@37e07c0f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3674 ceramics:decoration/dark_bricks/slab RecipeStage{tier='one', recipe=6xtile.ceramics.clay_slab@1:[net.minecraft.item.crafting.Ingredient@7be902ba, net.minecraft.item.crafting.Ingredient@7be902ba, net.minecraft.item.crafting.Ingredient@7be902ba]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3675 ceramics:decoration/bricks_wall RecipeStage{tier='one', recipe=6xtile.ceramics.clay_wall@0:[net.minecraft.item.crafting.Ingredient@50c7b9f0, net.minecraft.item.crafting.Ingredient@50c7b9f0, net.minecraft.item.crafting.Ingredient@50c7b9f0, net.minecraft.item.crafting.Ingredient@50c7b9f0, net.minecraft.item.crafting.Ingredient@50c7b9f0, net.minecraft.item.crafting.Ingredient@50c7b9f0]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3677 ceramics:channel RecipeStage{tier='one', recipe=3xitem.ceramics.unfired_clay@7:[net.minecraftforge.oredict.OreIngredient@6560a60d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6560a60d, net.minecraftforge.oredict.OreIngredient@6560a60d, net.minecraftforge.oredict.OreIngredient@6560a60d, net.minecraftforge.oredict.OreIngredient@6560a60d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3678 ceramics:barrels/unfired_porcelain_extension RecipeStage{tier='one', recipe=2xtile.ceramics.clay_barrel_unfired@3:[net.minecraftforge.oredict.OreIngredient@4d2c9670, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4d2c9670, net.minecraftforge.oredict.OreIngredient@4d2c9670, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4d2c9670, net.minecraftforge.oredict.OreIngredient@4d2c9670, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4d2c9670]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3679 ceramics:barrels/unfired_porcelain_barrel RecipeStage{tier='one', recipe=1xtile.ceramics.clay_barrel_unfired@2:[net.minecraftforge.oredict.OreIngredient@449af8c3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@449af8c3, net.minecraftforge.oredict.OreIngredient@449af8c3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@449af8c3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@449af8c3, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3680 ceramics:barrels/unfired_clay_extension RecipeStage{tier='zero', recipe=2xtile.ceramics.clay_barrel_unfired@1:[net.minecraft.item.crafting.Ingredient@2f60170f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2f60170f, net.minecraft.item.crafting.Ingredient@2f60170f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2f60170f, net.minecraft.item.crafting.Ingredient@2f60170f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2f60170f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3681 ceramics:barrels/unfired_clay_barrel RecipeStage{tier='one', recipe=1xtile.ceramics.clay_barrel_unfired@0:[net.minecraft.item.crafting.Ingredient@12fb7c54, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@12fb7c54, net.minecraft.item.crafting.Ingredient@12fb7c54, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@12fb7c54, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@12fb7c54, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3682 ceramics:barrels/stained_extension/yellow_alt RecipeStage{tier='one', recipe=1xtile.ceramics.clay_barrel_stained_extension@4:[net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraftforge.oredict.OreIngredient@45a65604]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3683 ceramics:barrels/stained_extension/yellow RecipeStage{tier='one', recipe=8xtile.ceramics.clay_barrel_stained_extension@4:[net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraftforge.oredict.OreIngredient@3b355755, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3684 ceramics:barrels/stained_extension/white_alt RecipeStage{tier='one', recipe=1xtile.ceramics.clay_barrel_stained_extension@0:[net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraftforge.oredict.OreIngredient@69b2a397]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3685 ceramics:barrels/stained_extension/white RecipeStage{tier='one', recipe=8xtile.ceramics.clay_barrel_stained_extension@0:[net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraftforge.oredict.OreIngredient@41bf28f7, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3686 ceramics:barrels/stained_extension/silver_alt RecipeStage{tier='one', recipe=1xtile.ceramics.clay_barrel_stained_extension@8:[net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraftforge.oredict.OreIngredient@67039dd3]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3687 ceramics:barrels/stained_extension/silver RecipeStage{tier='one', recipe=8xtile.ceramics.clay_barrel_stained_extension@8:[net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraftforge.oredict.OreIngredient@14cfa67c, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3688 ceramics:barrels/stained_extension/red_alt RecipeStage{tier='one', recipe=1xtile.ceramics.clay_barrel_stained_extension@14:[net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraftforge.oredict.OreIngredient@4511131c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3689 ceramics:barrels/stained_extension/red RecipeStage{tier='one', recipe=8xtile.ceramics.clay_barrel_stained_extension@14:[net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraftforge.oredict.OreIngredient@30b78dfb, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3690 ceramics:barrels/stained_extension/purple_alt RecipeStage{tier='one', recipe=1xtile.ceramics.clay_barrel_stained_extension@10:[net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraftforge.oredict.OreIngredient@55db77d7]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3691 ceramics:barrels/stained_extension/purple RecipeStage{tier='one', recipe=8xtile.ceramics.clay_barrel_stained_extension@10:[net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraftforge.oredict.OreIngredient@b3dc138, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3692 ceramics:barrels/stained_extension/pink_alt RecipeStage{tier='one', recipe=1xtile.ceramics.clay_barrel_stained_extension@6:[net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraftforge.oredict.OreIngredient@6b885dea]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3693 ceramics:barrels/stained_extension/pink RecipeStage{tier='one', recipe=8xtile.ceramics.clay_barrel_stained_extension@6:[net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraftforge.oredict.OreIngredient@2efff8d0, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3694 ceramics:barrels/stained_extension/orange_alt RecipeStage{tier='one', recipe=1xtile.ceramics.clay_barrel_stained_extension@1:[net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraftforge.oredict.OreIngredient@35fa99cb]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3695 ceramics:barrels/stained_extension/orange RecipeStage{tier='one', recipe=8xtile.ceramics.clay_barrel_stained_extension@1:[net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraftforge.oredict.OreIngredient@1072c4fb, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3696 ceramics:barrels/stained_extension/magenta_alt RecipeStage{tier='one', recipe=1xtile.ceramics.clay_barrel_stained_extension@2:[net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraftforge.oredict.OreIngredient@42b1bfa0]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3697 ceramics:barrels/stained_extension/magenta RecipeStage{tier='one', recipe=8xtile.ceramics.clay_barrel_stained_extension@2:[net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraftforge.oredict.OreIngredient@76923fde, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3698 ceramics:barrels/stained_extension/lime_alt RecipeStage{tier='one', recipe=1xtile.ceramics.clay_barrel_stained_extension@5:[net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraftforge.oredict.OreIngredient@44033425]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3699 ceramics:barrels/stained_extension/lime RecipeStage{tier='one', recipe=8xtile.ceramics.clay_barrel_stained_extension@5:[net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraftforge.oredict.OreIngredient@6ef9af59, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3700 ceramics:barrels/stained_extension/light_blue_alt RecipeStage{tier='one', recipe=1xtile.ceramics.clay_barrel_stained_extension@3:[net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraftforge.oredict.OreIngredient@24dd7e98]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3701 ceramics:barrels/stained_extension/light_blue RecipeStage{tier='one', recipe=8xtile.ceramics.clay_barrel_stained_extension@3:[net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraftforge.oredict.OreIngredient@20bfac2, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3702 ceramics:barrels/stained_extension/green_alt RecipeStage{tier='one', recipe=1xtile.ceramics.clay_barrel_stained_extension@13:[net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraftforge.oredict.OreIngredient@228f0fd4]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3703 ceramics:barrels/stained_extension/green RecipeStage{tier='one', recipe=8xtile.ceramics.clay_barrel_stained_extension@13:[net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraftforge.oredict.OreIngredient@4b3d8185, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3704 ceramics:barrels/stained_extension/gray_alt RecipeStage{tier='one', recipe=1xtile.ceramics.clay_barrel_stained_extension@7:[net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraftforge.oredict.OreIngredient@3b1221ac]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3705 ceramics:barrels/stained_extension/gray RecipeStage{tier='one', recipe=8xtile.ceramics.clay_barrel_stained_extension@7:[net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraftforge.oredict.OreIngredient@31289bbc, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3706 ceramics:barrels/stained_extension/cyan_alt RecipeStage{tier='one', recipe=1xtile.ceramics.clay_barrel_stained_extension@9:[net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraftforge.oredict.OreIngredient@8c845a1]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3707 ceramics:barrels/stained_extension/cyan RecipeStage{tier='one', recipe=8xtile.ceramics.clay_barrel_stained_extension@9:[net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraftforge.oredict.OreIngredient@76d52ac0, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3708 ceramics:barrels/stained_extension/brown_alt RecipeStage{tier='one', recipe=1xtile.ceramics.clay_barrel_stained_extension@12:[net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraftforge.oredict.OreIngredient@28ea58b8]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3709 ceramics:barrels/stained_extension/brown RecipeStage{tier='one', recipe=8xtile.ceramics.clay_barrel_stained_extension@12:[net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraftforge.oredict.OreIngredient@34f55bb0, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3710 ceramics:barrels/stained_extension/blue_alt RecipeStage{tier='one', recipe=1xtile.ceramics.clay_barrel_stained_extension@11:[net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraftforge.oredict.OreIngredient@53a05563]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3711 ceramics:barrels/stained_extension/blue RecipeStage{tier='one', recipe=8xtile.ceramics.clay_barrel_stained_extension@11:[net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraftforge.oredict.OreIngredient@479e3eca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3712 ceramics:barrels/stained_extension/black_alt RecipeStage{tier='one', recipe=1xtile.ceramics.clay_barrel_stained_extension@15:[net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraftforge.oredict.OreIngredient@12ce19a6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3713 ceramics:barrels/stained_extension/black RecipeStage{tier='one', recipe=8xtile.ceramics.clay_barrel_stained_extension@15:[net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraftforge.oredict.OreIngredient@789ac30e, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3714 ceramics:barrels/stained_barrel/yellow_alt RecipeStage{tier='one', recipe=1xtile.ceramics.clay_barrel_stained@4:[net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraftforge.oredict.OreIngredient@e497351]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3715 ceramics:barrels/stained_barrel/yellow RecipeStage{tier='one', recipe=8xtile.ceramics.clay_barrel_stained@4:[net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraftforge.oredict.OreIngredient@600cf82b, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3716 ceramics:barrels/stained_barrel/white_alt RecipeStage{tier='one', recipe=1xtile.ceramics.clay_barrel_stained@0:[net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraftforge.oredict.OreIngredient@4395391f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3717 ceramics:barrels/stained_barrel/white RecipeStage{tier='one', recipe=8xtile.ceramics.clay_barrel_stained@0:[net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraftforge.oredict.OreIngredient@2824d258, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3718 ceramics:barrels/stained_barrel/stained_light_blue_alt RecipeStage{tier='one', recipe=1xtile.ceramics.clay_barrel_stained@3:[net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraftforge.oredict.OreIngredient@5e953f12]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3719 ceramics:barrels/stained_barrel/stained_light_blue RecipeStage{tier='one', recipe=8xtile.ceramics.clay_barrel_stained@3:[net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraftforge.oredict.OreIngredient@22d4678b, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3720 ceramics:barrels/stained_barrel/stained_green_alt RecipeStage{tier='one', recipe=1xtile.ceramics.clay_barrel_stained@13:[net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraftforge.oredict.OreIngredient@48ea3ff]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3721 ceramics:barrels/stained_barrel/stained_green RecipeStage{tier='one', recipe=8xtile.ceramics.clay_barrel_stained@13:[net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraftforge.oredict.OreIngredient@13f332fd, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3722 ceramics:barrels/stained_barrel/stained_gray_alt RecipeStage{tier='one', recipe=1xtile.ceramics.clay_barrel_stained@7:[net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraftforge.oredict.OreIngredient@6ff9acf4]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3723 ceramics:barrels/stained_barrel/stained_gray RecipeStage{tier='one', recipe=8xtile.ceramics.clay_barrel_stained@7:[net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraftforge.oredict.OreIngredient@1cc53f4b, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3724 ceramics:barrels/stained_barrel/silver_alt RecipeStage{tier='one', recipe=1xtile.ceramics.clay_barrel_stained@8:[net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraftforge.oredict.OreIngredient@571e5234]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3725 ceramics:barrels/stained_barrel/silver RecipeStage{tier='one', recipe=8xtile.ceramics.clay_barrel_stained@8:[net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraftforge.oredict.OreIngredient@442fccc8, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3726 ceramics:barrels/stained_barrel/red_alt RecipeStage{tier='one', recipe=1xtile.ceramics.clay_barrel_stained@14:[net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraftforge.oredict.OreIngredient@455bea08]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3727 ceramics:barrels/stained_barrel/red RecipeStage{tier='one', recipe=8xtile.ceramics.clay_barrel_stained@14:[net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraftforge.oredict.OreIngredient@7c4bba74, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3728 ceramics:barrels/stained_barrel/purple_alt RecipeStage{tier='one', recipe=1xtile.ceramics.clay_barrel_stained@10:[net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraftforge.oredict.OreIngredient@2ffc642d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3729 ceramics:barrels/stained_barrel/purple RecipeStage{tier='one', recipe=8xtile.ceramics.clay_barrel_stained@10:[net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraftforge.oredict.OreIngredient@5f26af6f, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3730 ceramics:barrels/stained_barrel/pink_alt RecipeStage{tier='one', recipe=1xtile.ceramics.clay_barrel_stained@6:[net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraftforge.oredict.OreIngredient@64a0f578]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3731 ceramics:barrels/stained_barrel/pink RecipeStage{tier='one', recipe=8xtile.ceramics.clay_barrel_stained@6:[net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraftforge.oredict.OreIngredient@68802280, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3732 ceramics:barrels/stained_barrel/orange_alt RecipeStage{tier='one', recipe=1xtile.ceramics.clay_barrel_stained@1:[net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraftforge.oredict.OreIngredient@99de053]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3733 ceramics:barrels/stained_barrel/orange RecipeStage{tier='one', recipe=8xtile.ceramics.clay_barrel_stained@1:[net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraftforge.oredict.OreIngredient@20db5614, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3734 ceramics:barrels/stained_barrel/magenta_alt RecipeStage{tier='one', recipe=1xtile.ceramics.clay_barrel_stained@2:[net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraftforge.oredict.OreIngredient@272bb507]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3735 ceramics:barrels/stained_barrel/magenta RecipeStage{tier='one', recipe=8xtile.ceramics.clay_barrel_stained@2:[net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraftforge.oredict.OreIngredient@32d31a24, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3736 ceramics:barrels/stained_barrel/lime_alt RecipeStage{tier='one', recipe=1xtile.ceramics.clay_barrel_stained@5:[net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraftforge.oredict.OreIngredient@57340b53]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3737 ceramics:barrels/stained_barrel/lime RecipeStage{tier='one', recipe=8xtile.ceramics.clay_barrel_stained@5:[net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraftforge.oredict.OreIngredient@6bfc2276, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3738 ceramics:barrels/stained_barrel/cyan_alt RecipeStage{tier='one', recipe=1xtile.ceramics.clay_barrel_stained@9:[net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraftforge.oredict.OreIngredient@7ed2512c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3739 ceramics:barrels/stained_barrel/cyan RecipeStage{tier='one', recipe=8xtile.ceramics.clay_barrel_stained@9:[net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraftforge.oredict.OreIngredient@7e4d9d3, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3740 ceramics:barrels/stained_barrel/brown_alt RecipeStage{tier='one', recipe=1xtile.ceramics.clay_barrel_stained@12:[net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraftforge.oredict.OreIngredient@400ff60b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3741 ceramics:barrels/stained_barrel/brown RecipeStage{tier='one', recipe=8xtile.ceramics.clay_barrel_stained@12:[net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraftforge.oredict.OreIngredient@535b3af, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3742 ceramics:barrels/stained_barrel/blue_alt RecipeStage{tier='one', recipe=1xtile.ceramics.clay_barrel_stained@11:[net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraftforge.oredict.OreIngredient@6774e4ce]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3743 ceramics:barrels/stained_barrel/blue RecipeStage{tier='one', recipe=8xtile.ceramics.clay_barrel_stained@11:[net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraftforge.oredict.OreIngredient@22fb2b1f, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3744 ceramics:barrels/stained_barrel/black_alt RecipeStage{tier='one', recipe=1xtile.ceramics.clay_barrel_stained@15:[net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraftforge.oredict.OreIngredient@8f0ecdc]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3745 ceramics:barrels/stained_barrel/black RecipeStage{tier='one', recipe=8xtile.ceramics.clay_barrel_stained@15:[net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraftforge.oredict.OreIngredient@536ac6ba, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3746 ceramics:barrels/porcelain_extension/yellow_alt RecipeStage{tier='one', recipe=1xtile.ceramics.porcelain_barrel_extension@4:[net.minecraft.item.crafting.Ingredient@3836c179, net.minecraftforge.oredict.OreIngredient@6f0cfb3b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3747 ceramics:barrels/porcelain_extension/yellow RecipeStage{tier='one', recipe=8xtile.ceramics.porcelain_barrel_extension@4:[net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraftforge.oredict.OreIngredient@fc97366, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3748 ceramics:barrels/porcelain_extension/white_alt RecipeStage{tier='one', recipe=1xtile.ceramics.porcelain_barrel_extension@0:[net.minecraft.item.crafting.Ingredient@3836c179, net.minecraftforge.oredict.OreIngredient@770e9447]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3749 ceramics:barrels/porcelain_extension/white RecipeStage{tier='one', recipe=8xtile.ceramics.porcelain_barrel_extension@0:[net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraftforge.oredict.OreIngredient@6fd8ece, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3750 ceramics:barrels/porcelain_extension/silver_alt RecipeStage{tier='one', recipe=1xtile.ceramics.porcelain_barrel_extension@8:[net.minecraft.item.crafting.Ingredient@3836c179, net.minecraftforge.oredict.OreIngredient@20a36326]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3751 ceramics:barrels/porcelain_extension/silver RecipeStage{tier='one', recipe=8xtile.ceramics.porcelain_barrel_extension@8:[net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraftforge.oredict.OreIngredient@14d7acfc, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3752 ceramics:barrels/porcelain_extension/red_alt RecipeStage{tier='one', recipe=1xtile.ceramics.porcelain_barrel_extension@14:[net.minecraft.item.crafting.Ingredient@3836c179, net.minecraftforge.oredict.OreIngredient@639d7338]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3753 ceramics:barrels/porcelain_extension/red RecipeStage{tier='one', recipe=8xtile.ceramics.porcelain_barrel_extension@14:[net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraftforge.oredict.OreIngredient@250ef34, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3754 ceramics:barrels/porcelain_extension/purple_alt RecipeStage{tier='one', recipe=1xtile.ceramics.porcelain_barrel_extension@10:[net.minecraft.item.crafting.Ingredient@3836c179, net.minecraftforge.oredict.OreIngredient@64024a82]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3755 ceramics:barrels/porcelain_extension/purple RecipeStage{tier='one', recipe=8xtile.ceramics.porcelain_barrel_extension@10:[net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraftforge.oredict.OreIngredient@34de5f73, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3756 ceramics:barrels/porcelain_extension/pink_alt RecipeStage{tier='one', recipe=1xtile.ceramics.porcelain_barrel_extension@6:[net.minecraft.item.crafting.Ingredient@3836c179, net.minecraftforge.oredict.OreIngredient@dd06cb6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3757 ceramics:barrels/porcelain_extension/pink RecipeStage{tier='one', recipe=8xtile.ceramics.porcelain_barrel_extension@6:[net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraftforge.oredict.OreIngredient@72f66cb6, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3758 ceramics:barrels/porcelain_extension/orange_alt RecipeStage{tier='one', recipe=1xtile.ceramics.porcelain_barrel_extension@1:[net.minecraft.item.crafting.Ingredient@3836c179, net.minecraftforge.oredict.OreIngredient@16e2055e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3759 ceramics:barrels/porcelain_extension/orange RecipeStage{tier='one', recipe=8xtile.ceramics.porcelain_barrel_extension@1:[net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraftforge.oredict.OreIngredient@7f09861, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3760 ceramics:barrels/porcelain_extension/magenta_alt RecipeStage{tier='one', recipe=1xtile.ceramics.porcelain_barrel_extension@2:[net.minecraft.item.crafting.Ingredient@3836c179, net.minecraftforge.oredict.OreIngredient@2336b527]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3761 ceramics:barrels/porcelain_extension/magenta RecipeStage{tier='one', recipe=8xtile.ceramics.porcelain_barrel_extension@2:[net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraftforge.oredict.OreIngredient@7c586902, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3762 ceramics:barrels/porcelain_extension/lime_alt RecipeStage{tier='one', recipe=1xtile.ceramics.porcelain_barrel_extension@5:[net.minecraft.item.crafting.Ingredient@3836c179, net.minecraftforge.oredict.OreIngredient@1a75d659]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3763 ceramics:barrels/porcelain_extension/lime RecipeStage{tier='one', recipe=8xtile.ceramics.porcelain_barrel_extension@5:[net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraftforge.oredict.OreIngredient@531136b2, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3764 ceramics:barrels/porcelain_extension/light_blue_alt RecipeStage{tier='one', recipe=1xtile.ceramics.porcelain_barrel_extension@3:[net.minecraft.item.crafting.Ingredient@3836c179, net.minecraftforge.oredict.OreIngredient@16c8b75f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3765 ceramics:barrels/porcelain_extension/light_blue RecipeStage{tier='one', recipe=8xtile.ceramics.porcelain_barrel_extension@3:[net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraftforge.oredict.OreIngredient@1222aada, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3766 ceramics:barrels/porcelain_extension/green_alt RecipeStage{tier='one', recipe=1xtile.ceramics.porcelain_barrel_extension@13:[net.minecraft.item.crafting.Ingredient@3836c179, net.minecraftforge.oredict.OreIngredient@1154362b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3767 ceramics:barrels/porcelain_extension/green RecipeStage{tier='one', recipe=8xtile.ceramics.porcelain_barrel_extension@13:[net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraftforge.oredict.OreIngredient@69942531, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3768 ceramics:barrels/porcelain_extension/gray_alt RecipeStage{tier='one', recipe=1xtile.ceramics.porcelain_barrel_extension@7:[net.minecraft.item.crafting.Ingredient@3836c179, net.minecraftforge.oredict.OreIngredient@6409b7d2]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3769 ceramics:barrels/porcelain_extension/gray RecipeStage{tier='one', recipe=8xtile.ceramics.porcelain_barrel_extension@7:[net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraftforge.oredict.OreIngredient@258e649d, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3770 ceramics:barrels/porcelain_extension/cyan_alt RecipeStage{tier='one', recipe=1xtile.ceramics.porcelain_barrel_extension@9:[net.minecraft.item.crafting.Ingredient@3836c179, net.minecraftforge.oredict.OreIngredient@7686c351]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3771 ceramics:barrels/porcelain_extension/cyan RecipeStage{tier='one', recipe=8xtile.ceramics.porcelain_barrel_extension@9:[net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraftforge.oredict.OreIngredient@b3b50eb, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3772 ceramics:barrels/porcelain_extension/brown_alt RecipeStage{tier='one', recipe=1xtile.ceramics.porcelain_barrel_extension@12:[net.minecraft.item.crafting.Ingredient@3836c179, net.minecraftforge.oredict.OreIngredient@5d1d26d1]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3773 ceramics:barrels/porcelain_extension/brown RecipeStage{tier='one', recipe=8xtile.ceramics.porcelain_barrel_extension@12:[net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraftforge.oredict.OreIngredient@37fc72ba, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3774 ceramics:barrels/porcelain_extension/blue_alt RecipeStage{tier='one', recipe=1xtile.ceramics.porcelain_barrel_extension@11:[net.minecraft.item.crafting.Ingredient@3836c179, net.minecraftforge.oredict.OreIngredient@b46d519]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3775 ceramics:barrels/porcelain_extension/blue RecipeStage{tier='one', recipe=8xtile.ceramics.porcelain_barrel_extension@11:[net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraftforge.oredict.OreIngredient@59d9cde2, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3776 ceramics:barrels/porcelain_extension/black_alt RecipeStage{tier='one', recipe=1xtile.ceramics.porcelain_barrel_extension@15:[net.minecraft.item.crafting.Ingredient@3836c179, net.minecraftforge.oredict.OreIngredient@792440c4]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3777 ceramics:barrels/porcelain_extension/black RecipeStage{tier='one', recipe=8xtile.ceramics.porcelain_barrel_extension@15:[net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraftforge.oredict.OreIngredient@3a3e2efc, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3778 ceramics:barrels/porcelain_barrel/yellow_alt RecipeStage{tier='one', recipe=1xtile.ceramics.porcelain_barrel@4:[net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraftforge.oredict.OreIngredient@6a49987e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3779 ceramics:barrels/porcelain_barrel/yellow RecipeStage{tier='one', recipe=8xtile.ceramics.porcelain_barrel@4:[net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraftforge.oredict.OreIngredient@319e9844, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3780 ceramics:barrels/porcelain_barrel/white_alt RecipeStage{tier='one', recipe=1xtile.ceramics.porcelain_barrel@0:[net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraftforge.oredict.OreIngredient@1e6b5730]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3781 ceramics:barrels/porcelain_barrel/white RecipeStage{tier='one', recipe=8xtile.ceramics.porcelain_barrel@0:[net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraftforge.oredict.OreIngredient@57f36f4b, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3782 ceramics:barrels/porcelain_barrel/silver_alt RecipeStage{tier='one', recipe=1xtile.ceramics.porcelain_barrel@8:[net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraftforge.oredict.OreIngredient@483d4d10]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3783 ceramics:barrels/porcelain_barrel/silver RecipeStage{tier='one', recipe=8xtile.ceramics.porcelain_barrel@8:[net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraftforge.oredict.OreIngredient@3de34d1d, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3784 ceramics:barrels/porcelain_barrel/red_alt RecipeStage{tier='one', recipe=1xtile.ceramics.porcelain_barrel@14:[net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraftforge.oredict.OreIngredient@62a13e78]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3785 ceramics:barrels/porcelain_barrel/red RecipeStage{tier='one', recipe=8xtile.ceramics.porcelain_barrel@14:[net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraftforge.oredict.OreIngredient@46b8fa40, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3786 ceramics:barrels/porcelain_barrel/purple_alt RecipeStage{tier='one', recipe=1xtile.ceramics.porcelain_barrel@10:[net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraftforge.oredict.OreIngredient@f57da8]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3787 ceramics:barrels/porcelain_barrel/purple RecipeStage{tier='one', recipe=8xtile.ceramics.porcelain_barrel@10:[net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraftforge.oredict.OreIngredient@1f5708a0, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3788 ceramics:barrels/porcelain_barrel/pink_alt RecipeStage{tier='one', recipe=1xtile.ceramics.porcelain_barrel@6:[net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraftforge.oredict.OreIngredient@46e4585e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3789 ceramics:barrels/porcelain_barrel/pink RecipeStage{tier='one', recipe=8xtile.ceramics.porcelain_barrel@6:[net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraftforge.oredict.OreIngredient@188f9190, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3790 ceramics:barrels/porcelain_barrel/orange_alt RecipeStage{tier='one', recipe=1xtile.ceramics.porcelain_barrel@1:[net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraftforge.oredict.OreIngredient@5b614020]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3791 ceramics:barrels/porcelain_barrel/orange RecipeStage{tier='one', recipe=8xtile.ceramics.porcelain_barrel@1:[net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraftforge.oredict.OreIngredient@155ee573, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3792 ceramics:barrels/porcelain_barrel/magenta_alt RecipeStage{tier='one', recipe=1xtile.ceramics.porcelain_barrel@2:[net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraftforge.oredict.OreIngredient@2f2be540]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3793 ceramics:barrels/porcelain_barrel/magenta RecipeStage{tier='one', recipe=8xtile.ceramics.porcelain_barrel@2:[net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraftforge.oredict.OreIngredient@31691d8f, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3794 ceramics:barrels/porcelain_barrel/lime_alt RecipeStage{tier='one', recipe=1xtile.ceramics.porcelain_barrel@5:[net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraftforge.oredict.OreIngredient@7afd1a40]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3795 ceramics:barrels/porcelain_barrel/lime RecipeStage{tier='one', recipe=8xtile.ceramics.porcelain_barrel@5:[net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraftforge.oredict.OreIngredient@4a5dce1a, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3796 ceramics:barrels/porcelain_barrel/light_blue_alt RecipeStage{tier='one', recipe=1xtile.ceramics.porcelain_barrel@3:[net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraftforge.oredict.OreIngredient@1ac95c3d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3797 ceramics:barrels/porcelain_barrel/light_blue RecipeStage{tier='one', recipe=8xtile.ceramics.porcelain_barrel@3:[net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraftforge.oredict.OreIngredient@d59922e, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3798 ceramics:barrels/porcelain_barrel/green_alt RecipeStage{tier='one', recipe=1xtile.ceramics.porcelain_barrel@13:[net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraftforge.oredict.OreIngredient@16d2db53]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3799 ceramics:barrels/porcelain_barrel/green RecipeStage{tier='one', recipe=8xtile.ceramics.porcelain_barrel@13:[net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraftforge.oredict.OreIngredient@25cb8e9d, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3800 ceramics:barrels/porcelain_barrel/gray_alt RecipeStage{tier='one', recipe=1xtile.ceramics.porcelain_barrel@7:[net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraftforge.oredict.OreIngredient@60a4c1e0]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3801 ceramics:barrels/porcelain_barrel/gray RecipeStage{tier='one', recipe=8xtile.ceramics.porcelain_barrel@7:[net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraftforge.oredict.OreIngredient@632eee15, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3802 ceramics:barrels/porcelain_barrel/cyan_alt RecipeStage{tier='one', recipe=1xtile.ceramics.porcelain_barrel@9:[net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraftforge.oredict.OreIngredient@1921701b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3803 ceramics:barrels/porcelain_barrel/cyan RecipeStage{tier='one', recipe=8xtile.ceramics.porcelain_barrel@9:[net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraftforge.oredict.OreIngredient@1081f25b, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3804 ceramics:barrels/porcelain_barrel/brown_alt RecipeStage{tier='one', recipe=1xtile.ceramics.porcelain_barrel@12:[net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraftforge.oredict.OreIngredient@5e9e8efd]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3805 ceramics:barrels/porcelain_barrel/brown RecipeStage{tier='one', recipe=8xtile.ceramics.porcelain_barrel@12:[net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraftforge.oredict.OreIngredient@73859ba7, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3806 ceramics:barrels/porcelain_barrel/blue_alt RecipeStage{tier='one', recipe=1xtile.ceramics.porcelain_barrel@11:[net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraftforge.oredict.OreIngredient@67b500d3]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3807 ceramics:barrels/porcelain_barrel/blue RecipeStage{tier='one', recipe=8xtile.ceramics.porcelain_barrel@11:[net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraftforge.oredict.OreIngredient@1cdabaa5, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3808 ceramics:barrels/porcelain_barrel/black_alt RecipeStage{tier='one', recipe=1xtile.ceramics.porcelain_barrel@15:[net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraftforge.oredict.OreIngredient@441009f9]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3809 ceramics:barrels/porcelain_barrel/black RecipeStage{tier='one', recipe=8xtile.ceramics.porcelain_barrel@15:[net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraftforge.oredict.OreIngredient@6746c59c, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3810 ceramics:armor/unfired_clay_plate RecipeStage{tier='one', recipe=1xitem.ceramics.unfired_clay@8:[net.minecraft.item.crafting.Ingredient@7269a7ca, net.minecraft.item.crafting.Ingredient@7269a7ca]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3812 ceramics:armor/clay_leggings RecipeStage{tier='one', recipe=1xitem.ceramics.clay_leggings@0:[net.minecraft.item.crafting.Ingredient@50099cef, net.minecraft.item.crafting.Ingredient@50099cef, net.minecraft.item.crafting.Ingredient@50099cef, net.minecraft.item.crafting.Ingredient@50099cef, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@50099cef, net.minecraft.item.crafting.Ingredient@50099cef, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@50099cef]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3814 ceramics:armor/clay_helmet RecipeStage{tier='one', recipe=1xitem.ceramics.clay_helmet@0:[net.minecraft.item.crafting.Ingredient@5c83a791, net.minecraft.item.crafting.Ingredient@5c83a791, net.minecraft.item.crafting.Ingredient@5c83a791, net.minecraft.item.crafting.Ingredient@5c83a791, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5c83a791]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3816 ceramics:armor/clay_chestplate RecipeStage{tier='one', recipe=1xitem.ceramics.clay_chestplate@0:[net.minecraft.item.crafting.Ingredient@1fc91aa, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1fc91aa, net.minecraft.item.crafting.Ingredient@1fc91aa, net.minecraft.item.crafting.Ingredient@1fc91aa, net.minecraft.item.crafting.Ingredient@1fc91aa, net.minecraft.item.crafting.Ingredient@1fc91aa, net.minecraft.item.crafting.Ingredient@1fc91aa, net.minecraft.item.crafting.Ingredient@1fc91aa]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3818 ceramics:armor/clay_boots RecipeStage{tier='one', recipe=1xitem.ceramics.clay_boots@0:[net.minecraft.item.crafting.Ingredient@132daa4a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@132daa4a, net.minecraft.item.crafting.Ingredient@132daa4a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@132daa4a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3819 chargers:wireless_charger RecipeStage{tier='five', recipe=1xtile.chargers.wireless_charger@0:[net.minecraft.item.crafting.Ingredient@2a3696e9, net.minecraft.item.crafting.Ingredient@7a68911, net.minecraft.item.crafting.Ingredient@2a3696e9, net.minecraft.item.crafting.Ingredient@2a3696e9, net.minecraft.item.crafting.Ingredient@6bb31c49, net.minecraft.item.crafting.Ingredient@2a3696e9, net.minecraft.item.crafting.Ingredient@2a3696e9, net.minecraft.item.crafting.Ingredient@40738403, net.minecraft.item.crafting.Ingredient@2a3696e9]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3820 chargers:charger_tier_3 RecipeStage{tier='five', recipe=1xtile.chargers.charger@2:[net.minecraftforge.oredict.OreIngredient@3bc9d532, net.minecraft.item.crafting.Ingredient@2eee8185, net.minecraftforge.oredict.OreIngredient@3bc9d532, net.minecraftforge.oredict.OreIngredient@3bc9d532, net.minecraft.item.crafting.Ingredient@4656d649, net.minecraftforge.oredict.OreIngredient@3bc9d532, net.minecraftforge.oredict.OreIngredient@3bc9d532, net.minecraft.item.crafting.Ingredient@7a254fbf, net.minecraftforge.oredict.OreIngredient@3bc9d532]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3821 chargers:charger_tier_2 RecipeStage{tier='four', recipe=1xtile.chargers.charger@1:[net.minecraft.item.crafting.Ingredient@7514b48b, net.minecraft.item.crafting.Ingredient@798423b0, net.minecraft.item.crafting.Ingredient@7514b48b, net.minecraft.item.crafting.Ingredient@7514b48b, net.minecraft.item.crafting.Ingredient@6de251d9, net.minecraft.item.crafting.Ingredient@7514b48b, net.minecraft.item.crafting.Ingredient@7514b48b, net.minecraft.item.crafting.Ingredient@2a40f68a, net.minecraft.item.crafting.Ingredient@7514b48b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3822 chargers:charger_tier_1 RecipeStage{tier='four', recipe=1xtile.chargers.charger@0:[net.minecraft.item.crafting.Ingredient@70ab227c, net.minecraft.item.crafting.Ingredient@f09764b, net.minecraft.item.crafting.Ingredient@70ab227c, net.minecraft.item.crafting.Ingredient@70ab227c, net.minecraft.item.crafting.Ingredient@2191cbc2, net.minecraft.item.crafting.Ingredient@70ab227c, net.minecraft.item.crafting.Ingredient@70ab227c, net.minecraft.item.crafting.Ingredient@f09764b, net.minecraft.item.crafting.Ingredient@70ab227c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3823 chiselsandbits:wrench_wood RecipeStage{tier='one', recipe=1xitem.mod.chiselsandbits.wrench_wood@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@55baeddd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@55baeddd, net.minecraftforge.oredict.OreIngredient@2d7c0726, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2d7c0726]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3824 chiselsandbits:tape_measure RecipeStage{tier='two', recipe=1xitem.mod.chiselsandbits.tape_measure@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@224e9b90, net.minecraftforge.oredict.OreIngredient@7be56dc, net.minecraftforge.oredict.OreIngredient@224e9b90, net.minecraftforge.oredict.OreIngredient@6b4d38a2, net.minecraftforge.oredict.OreIngredient@7be56dc, net.minecraftforge.oredict.OreIngredient@7be56dc, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3831 chiselsandbits:chisel_stone net.minecraft.item.crafting.ShapedRecipes@6efba97c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3833 chiselsandbits:chisel_gold net.minecraft.item.crafting.ShapedRecipes@4aaa0718 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3834 chiselsandbits:chisel_diamond net.minecraft.item.crafting.ShapedRecipes@3dc516dc +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3835 chiselsandbits:bit_bag RecipeStage{tier='one', recipe=1xitem.mod.chiselsandbits.bit_bag@0:[net.minecraft.item.crafting.Ingredient@777dfb3c, net.minecraft.item.crafting.Ingredient@777dfb3c, net.minecraft.item.crafting.Ingredient@777dfb3c, net.minecraft.item.crafting.Ingredient@777dfb3c, net.minecraft.item.crafting.Ingredient@37ba8e46, net.minecraft.item.crafting.Ingredient@777dfb3c, net.minecraft.item.crafting.Ingredient@777dfb3c, net.minecraft.item.crafting.Ingredient@777dfb3c, net.minecraft.item.crafting.Ingredient@777dfb3c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3837 chiselsandbits:bitsaw_diamond RecipeStage{tier='five', recipe=1xitem.mod.chiselsandbits.bitsaw_diamond@0:[net.minecraftforge.oredict.OreIngredient@3a37d236, net.minecraftforge.oredict.OreIngredient@3a37d236, net.minecraftforge.oredict.OreIngredient@3a37d236, net.minecraftforge.oredict.OreIngredient@3a37d236, net.minecraftforge.oredict.OreIngredient@533e6ba5, net.minecraftforge.oredict.OreIngredient@533e6ba5]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3846 refinedstorage:storage_housing RecipeStage{tier='five', recipe=1xitem.refinedstorage:storage_housing@0:[net.minecraftforge.oredict.OreIngredient@280811a5, net.minecraft.item.crafting.Ingredient@554cb4c8, net.minecraftforge.oredict.OreIngredient@280811a5, net.minecraft.item.crafting.Ingredient@554cb4c8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@554cb4c8, net.minecraft.item.crafting.Ingredient@6548c290, net.minecraft.item.crafting.Ingredient@6548c290, net.minecraft.item.crafting.Ingredient@6548c290]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3847 refinedstorage:stack_upgrade RecipeStage{tier='five', recipe=1xitem.refinedstorage:upgrade@4:[net.minecraft.item.crafting.Ingredient@f5eb3a9, net.minecraft.item.crafting.Ingredient@4bb68907, net.minecraft.item.crafting.Ingredient@f5eb3a9, net.minecraft.item.crafting.Ingredient@4bb68907, net.minecraft.item.crafting.Ingredient@f5eb3a9, net.minecraft.item.crafting.Ingredient@4bb68907, net.minecraft.item.crafting.Ingredient@f5eb3a9, net.minecraft.item.crafting.Ingredient@4bb68907, net.minecraft.item.crafting.Ingredient@f5eb3a9]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3848 refinedstorage:speed_upgrade RecipeStage{tier='five', recipe=1xitem.refinedstorage:upgrade@2:[net.minecraft.item.crafting.Ingredient@2ed9dbb0, net.minecraft.item.crafting.Ingredient@14e29b47, net.minecraft.item.crafting.Ingredient@2ed9dbb0, net.minecraft.item.crafting.Ingredient@14e29b47, net.minecraft.item.crafting.Ingredient@32bd5b63, net.minecraft.item.crafting.Ingredient@14e29b47, net.minecraft.item.crafting.Ingredient@2ed9dbb0, net.minecraft.item.crafting.Ingredient@2ed9dbb0, net.minecraft.item.crafting.Ingredient@2ed9dbb0]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3849 refinedstorage:security_manager RecipeStage{tier='five', recipe=1xblock.refinedstorage:security_manager@0:[net.minecraft.item.crafting.Ingredient@1fe3f7b7, net.minecraftforge.oredict.OreIngredient@305e1cce, net.minecraft.item.crafting.Ingredient@1fe3f7b7, net.minecraft.item.crafting.Ingredient@5d9dcd58, net.minecraft.item.crafting.Ingredient@74bae2bd, net.minecraft.item.crafting.Ingredient@5d9dcd58, net.minecraft.item.crafting.Ingredient@1fe3f7b7, net.minecraft.item.crafting.Ingredient@5d9dcd58, net.minecraft.item.crafting.Ingredient@1fe3f7b7]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3851 refinedstorage:relay RecipeStage{tier='five', recipe=1xblock.refinedstorage:relay@0:[net.minecraft.item.crafting.Ingredient@7be3627d, net.minecraft.item.crafting.Ingredient@25901b7, net.minecraft.item.crafting.Ingredient@3e95b0ca]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3856 refinedstorage:range_upgrade RecipeStage{tier='five', recipe=1xitem.refinedstorage:upgrade@1:[net.minecraft.item.crafting.Ingredient@5a6f537c, net.minecraftforge.oredict.OreIngredient@7d538c71, net.minecraft.item.crafting.Ingredient@5a6f537c, net.minecraftforge.oredict.OreIngredient@7d538c71, net.minecraft.item.crafting.Ingredient@4605d4e5, net.minecraftforge.oredict.OreIngredient@7d538c71, net.minecraft.item.crafting.Ingredient@5a6f537c, net.minecraft.item.crafting.Ingredient@5a6f537c, net.minecraft.item.crafting.Ingredient@5a6f537c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3859 refinedstorage:processor_binding net.minecraft.item.crafting.ShapedRecipes@45a45624 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3860 refinedstorage:portable_grid RecipeStage{tier='five', recipe=1xblock.refinedstorage:portable_grid@0:[net.minecraft.item.crafting.Ingredient@3fd6b2f0, net.minecraft.item.crafting.Ingredient@58a4d658, net.minecraft.item.crafting.Ingredient@3fd6b2f0, net.minecraft.item.crafting.Ingredient@3fd6b2f0, net.minecraft.item.crafting.Ingredient@2a48a9d, net.minecraft.item.crafting.Ingredient@3fd6b2f0, net.minecraft.item.crafting.Ingredient@3fd6b2f0, net.minecraft.item.crafting.Ingredient@6d35d14b, net.minecraft.item.crafting.Ingredient@3fd6b2f0]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3862 refinedstorage:pattern RecipeStage{tier='five', recipe=1xitem.refinedstorage:pattern@0:[net.minecraftforge.oredict.OreIngredient@31e2c8c3, net.minecraft.item.crafting.Ingredient@113ed334, net.minecraftforge.oredict.OreIngredient@31e2c8c3, net.minecraft.item.crafting.Ingredient@113ed334, net.minecraftforge.oredict.OreIngredient@31e2c8c3, net.minecraft.item.crafting.Ingredient@113ed334, net.minecraft.item.crafting.Ingredient@4d6f61e0, net.minecraft.item.crafting.Ingredient@4d6f61e0, net.minecraft.item.crafting.Ingredient@4d6f61e0]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3866 refinedstorage:machine_casing RecipeStage{tier='four', recipe=1xblock.refinedstorage:machine_casing@0:[net.minecraft.item.crafting.Ingredient@14368dfc, net.minecraft.item.crafting.Ingredient@14368dfc, net.minecraft.item.crafting.Ingredient@14368dfc, net.minecraft.item.crafting.Ingredient@14368dfc, net.minecraftforge.oredict.OreIngredient@2320d567, net.minecraft.item.crafting.Ingredient@14368dfc, net.minecraft.item.crafting.Ingredient@14368dfc, net.minecraft.item.crafting.Ingredient@14368dfc, net.minecraft.item.crafting.Ingredient@14368dfc]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3872 refinedstorage:filter RecipeStage{tier='five', recipe=1xitem.refinedstorage:filter@0:[net.minecraft.item.crafting.Ingredient@76357235, net.minecraft.item.crafting.Ingredient@4d097c58, net.minecraft.item.crafting.Ingredient@76357235, net.minecraft.item.crafting.Ingredient@4d097c58, net.minecraft.item.crafting.Ingredient@11e86fe9, net.minecraft.item.crafting.Ingredient@4d097c58, net.minecraft.item.crafting.Ingredient@76357235, net.minecraft.item.crafting.Ingredient@4d097c58, net.minecraft.item.crafting.Ingredient@76357235]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3880 refinedstorage:cutting_tool net.minecraftforge.oredict.ShapedOreRecipe@16124a1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3881 refinedstorage:crafting_upgrade RecipeStage{tier='five', recipe=1xitem.refinedstorage:upgrade@3:[net.minecraft.item.crafting.Ingredient@7995c0dc, net.minecraft.item.crafting.Ingredient@6a564c90, net.minecraft.item.crafting.Ingredient@7995c0dc, net.minecraftforge.oredict.OreIngredient@71d9a763, net.minecraft.item.crafting.Ingredient@6945fa0d, net.minecraftforge.oredict.OreIngredient@71d9a763, net.minecraft.item.crafting.Ingredient@7995c0dc, net.minecraft.item.crafting.Ingredient@7995c0dc, net.minecraft.item.crafting.Ingredient@7995c0dc]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3890 refinedstorage:block_of_quartz_enriched_iron RecipeStage{tier='four', recipe=1xblock.refinedstorage:quartz_enriched_iron_block@0:[net.minecraft.item.crafting.Ingredient@573551fb, net.minecraft.item.crafting.Ingredient@573551fb, net.minecraft.item.crafting.Ingredient@573551fb, net.minecraft.item.crafting.Ingredient@573551fb, net.minecraft.item.crafting.Ingredient@573551fb, net.minecraft.item.crafting.Ingredient@573551fb, net.minecraft.item.crafting.Ingredient@573551fb, net.minecraft.item.crafting.Ingredient@573551fb, net.minecraft.item.crafting.Ingredient@573551fb]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3892 refinedstorage:64k_storage_disk_from_storage_housing RecipeStage{tier='five', recipe=1xitem.refinedstorage:storage_disk@3:[net.minecraft.item.crafting.Ingredient@71a8b5b8, net.minecraft.item.crafting.Ingredient@18b04469]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3893 refinedstorage:64k_storage_disk RecipeStage{tier='five', recipe=1xitem.refinedstorage:storage_disk@3:[net.minecraftforge.oredict.OreIngredient@49612b45, net.minecraft.item.crafting.Ingredient@717bf319, net.minecraftforge.oredict.OreIngredient@49612b45, net.minecraft.item.crafting.Ingredient@717bf319, net.minecraft.item.crafting.Ingredient@58182dc7, net.minecraft.item.crafting.Ingredient@717bf319, net.minecraft.item.crafting.Ingredient@4e94fa4f, net.minecraft.item.crafting.Ingredient@4e94fa4f, net.minecraft.item.crafting.Ingredient@4e94fa4f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3894 refinedstorage:64k_storage_block RecipeStage{tier='five', recipe=1xblock.refinedstorage:storage@3:[net.minecraft.item.crafting.Ingredient@42900e43, net.minecraft.item.crafting.Ingredient@10a08bd0, net.minecraft.item.crafting.Ingredient@42900e43, net.minecraft.item.crafting.Ingredient@42900e43, net.minecraft.item.crafting.Ingredient@5062a606, net.minecraft.item.crafting.Ingredient@42900e43, net.minecraft.item.crafting.Ingredient@42900e43, net.minecraft.item.crafting.Ingredient@20a38ed2, net.minecraft.item.crafting.Ingredient@42900e43]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3895 refinedstorage:64k_fluid_storage_part RecipeStage{tier='five', recipe=1xitem.refinedstorage:fluid_storage_part@0:[net.minecraftforge.oredict.OreIngredient@6da41abe, net.minecraft.item.crafting.Ingredient@540e5e51, net.minecraftforge.oredict.OreIngredient@6da41abe, net.minecraftforge.oredict.OreIngredient@1f66060c, net.minecraft.item.crafting.Ingredient@1732ea58, net.minecraftforge.oredict.OreIngredient@1f66060c, net.minecraftforge.oredict.OreIngredient@6da41abe, net.minecraftforge.oredict.OreIngredient@1f66060c, net.minecraftforge.oredict.OreIngredient@6da41abe]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3896 refinedstorage:64k_fluid_storage_disk_from_storage_housing RecipeStage{tier='five', recipe=1xitem.refinedstorage:fluid_storage_disk@0:[net.minecraft.item.crafting.Ingredient@534d2ddb, net.minecraft.item.crafting.Ingredient@7af5857b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3897 refinedstorage:64k_fluid_storage_disk RecipeStage{tier='five', recipe=1xitem.refinedstorage:fluid_storage_disk@0:[net.minecraftforge.oredict.OreIngredient@7084e5bc, net.minecraft.item.crafting.Ingredient@23d0c9a2, net.minecraftforge.oredict.OreIngredient@7084e5bc, net.minecraft.item.crafting.Ingredient@23d0c9a2, net.minecraft.item.crafting.Ingredient@12cbe8a0, net.minecraft.item.crafting.Ingredient@23d0c9a2, net.minecraft.item.crafting.Ingredient@5790de08, net.minecraft.item.crafting.Ingredient@5790de08, net.minecraft.item.crafting.Ingredient@5790de08]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3898 refinedstorage:64k_fluid_storage_block RecipeStage{tier='five', recipe=1xblock.refinedstorage:fluid_storage@0:[net.minecraft.item.crafting.Ingredient@1cf9d240, net.minecraft.item.crafting.Ingredient@5ed85c2a, net.minecraft.item.crafting.Ingredient@1cf9d240, net.minecraft.item.crafting.Ingredient@1cf9d240, net.minecraft.item.crafting.Ingredient@39a4bd43, net.minecraft.item.crafting.Ingredient@1cf9d240, net.minecraft.item.crafting.Ingredient@1cf9d240, net.minecraft.item.crafting.Ingredient@4a7b6644, net.minecraft.item.crafting.Ingredient@1cf9d240]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3900 refinedstorage:4k_storage_disk_from_storage_housing RecipeStage{tier='five', recipe=1xitem.refinedstorage:storage_disk@1:[net.minecraft.item.crafting.Ingredient@d4a1d24, net.minecraft.item.crafting.Ingredient@1cad507a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3901 refinedstorage:4k_storage_disk RecipeStage{tier='five', recipe=1xitem.refinedstorage:storage_disk@1:[net.minecraftforge.oredict.OreIngredient@43eeff43, net.minecraft.item.crafting.Ingredient@3ad0108d, net.minecraftforge.oredict.OreIngredient@43eeff43, net.minecraft.item.crafting.Ingredient@3ad0108d, net.minecraft.item.crafting.Ingredient@14964374, net.minecraft.item.crafting.Ingredient@3ad0108d, net.minecraft.item.crafting.Ingredient@139f6056, net.minecraft.item.crafting.Ingredient@139f6056, net.minecraft.item.crafting.Ingredient@139f6056]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3902 refinedstorage:4k_storage_block RecipeStage{tier='five', recipe=1xblock.refinedstorage:storage@1:[net.minecraft.item.crafting.Ingredient@75d8eb97, net.minecraft.item.crafting.Ingredient@18ea1390, net.minecraft.item.crafting.Ingredient@75d8eb97, net.minecraft.item.crafting.Ingredient@75d8eb97, net.minecraft.item.crafting.Ingredient@538f9e47, net.minecraft.item.crafting.Ingredient@75d8eb97, net.minecraft.item.crafting.Ingredient@75d8eb97, net.minecraft.item.crafting.Ingredient@8673e3e, net.minecraft.item.crafting.Ingredient@75d8eb97]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3904 refinedstorage:4096k_fluid_storage_disk_from_storage_housing RecipeStage{tier='five', recipe=1xitem.refinedstorage:fluid_storage_disk@3:[net.minecraft.item.crafting.Ingredient@288efb83, net.minecraft.item.crafting.Ingredient@b6444d4]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3905 refinedstorage:4096k_fluid_storage_disk RecipeStage{tier='five', recipe=1xitem.refinedstorage:fluid_storage_disk@3:[net.minecraftforge.oredict.OreIngredient@2a4785b6, net.minecraft.item.crafting.Ingredient@51d3f85d, net.minecraftforge.oredict.OreIngredient@2a4785b6, net.minecraft.item.crafting.Ingredient@51d3f85d, net.minecraft.item.crafting.Ingredient@16abac1, net.minecraft.item.crafting.Ingredient@51d3f85d, net.minecraft.item.crafting.Ingredient@633bb234, net.minecraft.item.crafting.Ingredient@633bb234, net.minecraft.item.crafting.Ingredient@633bb234]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3906 refinedstorage:4096k_fluid_storage_block RecipeStage{tier='five', recipe=1xblock.refinedstorage:fluid_storage@3:[net.minecraft.item.crafting.Ingredient@f5346eb, net.minecraft.item.crafting.Ingredient@67f2dc7f, net.minecraft.item.crafting.Ingredient@f5346eb, net.minecraft.item.crafting.Ingredient@f5346eb, net.minecraft.item.crafting.Ingredient@516452fd, net.minecraft.item.crafting.Ingredient@f5346eb, net.minecraft.item.crafting.Ingredient@f5346eb, net.minecraft.item.crafting.Ingredient@1b677060, net.minecraft.item.crafting.Ingredient@f5346eb]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3908 refinedstorage:256k_fluid_storage_disk_from_storage_housing RecipeStage{tier='five', recipe=1xitem.refinedstorage:fluid_storage_disk@1:[net.minecraft.item.crafting.Ingredient@841965e, net.minecraft.item.crafting.Ingredient@9e582e4]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3909 refinedstorage:256k_fluid_storage_disk RecipeStage{tier='five', recipe=1xitem.refinedstorage:fluid_storage_disk@1:[net.minecraftforge.oredict.OreIngredient@48116ae2, net.minecraft.item.crafting.Ingredient@49b924ef, net.minecraftforge.oredict.OreIngredient@48116ae2, net.minecraft.item.crafting.Ingredient@49b924ef, net.minecraft.item.crafting.Ingredient@2d94db65, net.minecraft.item.crafting.Ingredient@49b924ef, net.minecraft.item.crafting.Ingredient@71b6e70c, net.minecraft.item.crafting.Ingredient@71b6e70c, net.minecraft.item.crafting.Ingredient@71b6e70c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3910 refinedstorage:256k_fluid_storage_block RecipeStage{tier='five', recipe=1xblock.refinedstorage:fluid_storage@1:[net.minecraft.item.crafting.Ingredient@7daf5a8f, net.minecraft.item.crafting.Ingredient@96ef5ad, net.minecraft.item.crafting.Ingredient@7daf5a8f, net.minecraft.item.crafting.Ingredient@7daf5a8f, net.minecraft.item.crafting.Ingredient@7fa1b522, net.minecraft.item.crafting.Ingredient@7daf5a8f, net.minecraft.item.crafting.Ingredient@7daf5a8f, net.minecraft.item.crafting.Ingredient@5313e1a1, net.minecraft.item.crafting.Ingredient@7daf5a8f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3911 refinedstorage:1k_storage_part RecipeStage{tier='five', recipe=1xitem.refinedstorage:storage_part@0:[net.minecraftforge.oredict.OreIngredient@3a460645, net.minecraft.item.crafting.Ingredient@1af681a0, net.minecraftforge.oredict.OreIngredient@3a460645, net.minecraftforge.oredict.OreIngredient@61fa9307, net.minecraft.item.crafting.Ingredient@eed5757, net.minecraftforge.oredict.OreIngredient@61fa9307, net.minecraftforge.oredict.OreIngredient@3a460645, net.minecraftforge.oredict.OreIngredient@61fa9307, net.minecraftforge.oredict.OreIngredient@3a460645]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3912 refinedstorage:1k_storage_disk_from_storage_housing RecipeStage{tier='five', recipe=1xitem.refinedstorage:storage_disk@0:[net.minecraft.item.crafting.Ingredient@7ba201ec, net.minecraft.item.crafting.Ingredient@67caee7d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3913 refinedstorage:1k_storage_disk RecipeStage{tier='five', recipe=1xitem.refinedstorage:storage_disk@0:[net.minecraftforge.oredict.OreIngredient@373e5f56, net.minecraft.item.crafting.Ingredient@725d0f71, net.minecraftforge.oredict.OreIngredient@373e5f56, net.minecraft.item.crafting.Ingredient@725d0f71, net.minecraft.item.crafting.Ingredient@17471f83, net.minecraft.item.crafting.Ingredient@725d0f71, net.minecraft.item.crafting.Ingredient@2f4e8488, net.minecraft.item.crafting.Ingredient@2f4e8488, net.minecraft.item.crafting.Ingredient@2f4e8488]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3914 refinedstorage:1k_storage_block RecipeStage{tier='five', recipe=1xblock.refinedstorage:storage@0:[net.minecraft.item.crafting.Ingredient@19d29d18, net.minecraft.item.crafting.Ingredient@7b709e47, net.minecraft.item.crafting.Ingredient@19d29d18, net.minecraft.item.crafting.Ingredient@19d29d18, net.minecraft.item.crafting.Ingredient@456114d, net.minecraft.item.crafting.Ingredient@19d29d18, net.minecraft.item.crafting.Ingredient@19d29d18, net.minecraft.item.crafting.Ingredient@13d86275, net.minecraft.item.crafting.Ingredient@19d29d18]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3916 refinedstorage:16k_storage_disk_from_storage_housing RecipeStage{tier='five', recipe=1xitem.refinedstorage:storage_disk@2:[net.minecraft.item.crafting.Ingredient@299184f1, net.minecraft.item.crafting.Ingredient@699acb34]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3917 refinedstorage:16k_storage_disk RecipeStage{tier='five', recipe=1xitem.refinedstorage:storage_disk@2:[net.minecraftforge.oredict.OreIngredient@14a8b97b, net.minecraft.item.crafting.Ingredient@161b34, net.minecraftforge.oredict.OreIngredient@14a8b97b, net.minecraft.item.crafting.Ingredient@161b34, net.minecraft.item.crafting.Ingredient@3399402a, net.minecraft.item.crafting.Ingredient@161b34, net.minecraft.item.crafting.Ingredient@3864c4e3, net.minecraft.item.crafting.Ingredient@3864c4e3, net.minecraft.item.crafting.Ingredient@3864c4e3]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3918 refinedstorage:16k_storage_block RecipeStage{tier='five', recipe=1xblock.refinedstorage:storage@2:[net.minecraft.item.crafting.Ingredient@141f074c, net.minecraft.item.crafting.Ingredient@756c48fd, net.minecraft.item.crafting.Ingredient@141f074c, net.minecraft.item.crafting.Ingredient@141f074c, net.minecraft.item.crafting.Ingredient@3e15b079, net.minecraft.item.crafting.Ingredient@141f074c, net.minecraft.item.crafting.Ingredient@141f074c, net.minecraft.item.crafting.Ingredient@61930727, net.minecraft.item.crafting.Ingredient@141f074c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3920 refinedstorage:1024k_fluid_storage_disk_from_storage_housing RecipeStage{tier='five', recipe=1xitem.refinedstorage:fluid_storage_disk@2:[net.minecraft.item.crafting.Ingredient@1cc7a9e1, net.minecraft.item.crafting.Ingredient@203a83c6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3921 refinedstorage:1024k_fluid_storage_disk RecipeStage{tier='five', recipe=1xitem.refinedstorage:fluid_storage_disk@2:[net.minecraftforge.oredict.OreIngredient@69af178, net.minecraft.item.crafting.Ingredient@3efd569c, net.minecraftforge.oredict.OreIngredient@69af178, net.minecraft.item.crafting.Ingredient@3efd569c, net.minecraft.item.crafting.Ingredient@778c62b0, net.minecraft.item.crafting.Ingredient@3efd569c, net.minecraft.item.crafting.Ingredient@56a5ac5d, net.minecraft.item.crafting.Ingredient@56a5ac5d, net.minecraft.item.crafting.Ingredient@56a5ac5d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3922 refinedstorage:1024k_fluid_storage_block RecipeStage{tier='five', recipe=1xblock.refinedstorage:fluid_storage@2:[net.minecraft.item.crafting.Ingredient@68cace33, net.minecraft.item.crafting.Ingredient@791aaaa, net.minecraft.item.crafting.Ingredient@68cace33, net.minecraft.item.crafting.Ingredient@68cace33, net.minecraft.item.crafting.Ingredient@3c4983cc, net.minecraft.item.crafting.Ingredient@68cace33, net.minecraft.item.crafting.Ingredient@68cace33, net.minecraft.item.crafting.Ingredient@17b14103, net.minecraft.item.crafting.Ingredient@68cace33]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3923 compactmachines3:psd RecipeStage{tier='five', recipe=1xitem.compactmachines3.psd@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3182563e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@42a44a44, net.minecraft.item.crafting.Ingredient@b063d56, net.minecraft.item.crafting.Ingredient@42a44a44, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@39660c6f, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3924 compactmachines3:fieldprojector RecipeStage{tier='five', recipe=4xtile.compactmachines3.fieldprojector@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@49ba0631, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1d03e10b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6ebfa218, net.minecraft.item.crafting.Ingredient@6794d99b, net.minecraft.item.crafting.Ingredient@6ebfa218]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3925 conarm:travel_soul RecipeStage{tier='three', recipe=1xitem.conarm.travel_soul@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@55a30673, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4a20a87f, net.minecraft.item.crafting.Ingredient@3ab1c968, net.minecraftforge.oredict.OreIngredient@4a20a87f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@55a30673, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3926 conarm:travel_slowfall RecipeStage{tier='two', recipe=1xitem.conarm.travel_slowfall@0:[net.minecraftforge.oredict.OreIngredient@21edaefe, net.minecraftforge.oredict.OreIngredient@7e0daf34, net.minecraftforge.oredict.OreIngredient@21edaefe, net.minecraftforge.oredict.OreIngredient@21edaefe, net.minecraft.item.crafting.Ingredient@39d3ef7d, net.minecraftforge.oredict.OreIngredient@21edaefe, net.minecraftforge.oredict.OreIngredient@21edaefe, net.minecraft.item.crafting.Ingredient@49e7a8a, net.minecraftforge.oredict.OreIngredient@21edaefe]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3929 conarm:travel_goggles_base RecipeStage{tier='two', recipe=1xitem.conarm.travel_goggles_base@0:[net.minecraftforge.oredict.OreIngredient@1b6efb5b, net.minecraftforge.oredict.OreIngredient@72cb109a, net.minecraftforge.oredict.OreIngredient@1b6efb5b, net.minecraftforge.oredict.OreIngredient@50f7d9f4, net.minecraftforge.oredict.OreIngredient@1b6efb5b, net.minecraftforge.oredict.OreIngredient@50f7d9f4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3930 conarm:travel_goggles RecipeStage{tier='two', recipe=1xitem.conarm.travel_goggles@0:[net.minecraftforge.oredict.OreIngredient@25ace415, net.minecraft.item.crafting.Ingredient@4eaafd36, net.minecraftforge.oredict.OreIngredient@25ace415]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3931 conarm:travel_cloak RecipeStage{tier='two', recipe=1xitem.conarm.travel_cloak@0:[net.minecraftforge.oredict.OreIngredient@22b4c187, net.minecraft.item.crafting.Ingredient@7f9da7ba, net.minecraftforge.oredict.OreIngredient@22b4c187, net.minecraftforge.oredict.OreIngredient@22b4c187, net.minecraft.item.crafting.Ingredient@7f9da7ba, net.minecraftforge.oredict.OreIngredient@22b4c187, net.minecraftforge.oredict.OreIngredient@22b4c187, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@22b4c187]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3934 conarm:resist_mat_proj RecipeStage{tier='three', recipe=1xitem.conarm.resist_mat_proj@0:[net.minecraftforge.oredict.OreIngredient@3335565e, net.minecraft.item.crafting.Ingredient@44827a2b, net.minecraftforge.oredict.OreIngredient@3335565e, net.minecraft.item.crafting.Ingredient@44827a2b, net.minecraftforge.oredict.OreIngredient@7cd275f8, net.minecraft.item.crafting.Ingredient@44827a2b, net.minecraftforge.oredict.OreIngredient@3335565e, net.minecraft.item.crafting.Ingredient@44827a2b, net.minecraftforge.oredict.OreIngredient@3335565e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3935 conarm:resist_mat_fire RecipeStage{tier='three', recipe=1xitem.conarm.resist_mat_fire@0:[net.minecraftforge.oredict.OreIngredient@e082724, net.minecraft.item.crafting.Ingredient@552e9233, net.minecraftforge.oredict.OreIngredient@e082724, net.minecraft.item.crafting.Ingredient@552e9233, net.minecraftforge.oredict.OreIngredient@7cd275f8, net.minecraft.item.crafting.Ingredient@552e9233, net.minecraftforge.oredict.OreIngredient@e082724, net.minecraft.item.crafting.Ingredient@552e9233, net.minecraftforge.oredict.OreIngredient@e082724]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3936 conarm:resist_mat_blast RecipeStage{tier='three', recipe=1xitem.conarm.resist_mat_blast@0:[net.minecraftforge.oredict.OreIngredient@53f7aaa9, net.minecraft.item.crafting.Ingredient@1633683a, net.minecraftforge.oredict.OreIngredient@53f7aaa9, net.minecraft.item.crafting.Ingredient@1633683a, net.minecraftforge.oredict.OreIngredient@7cd275f8, net.minecraft.item.crafting.Ingredient@1633683a, net.minecraftforge.oredict.OreIngredient@53f7aaa9, net.minecraft.item.crafting.Ingredient@1633683a, net.minecraftforge.oredict.OreIngredient@53f7aaa9]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3937 conarm:resist_mat RecipeStage{tier='three', recipe=1xitem.conarm.resist_mat@0:[net.minecraftforge.oredict.OreIngredient@4b4cb480, net.minecraftforge.oredict.OreIngredient@48165bb6, net.minecraftforge.oredict.OreIngredient@4b4cb480, net.minecraftforge.oredict.OreIngredient@48165bb6, net.minecraftforge.oredict.OreIngredient@7cd275f8, net.minecraftforge.oredict.OreIngredient@48165bb6, net.minecraftforge.oredict.OreIngredient@4b4cb480, net.minecraftforge.oredict.OreIngredient@48165bb6, net.minecraftforge.oredict.OreIngredient@4b4cb480]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3938 conarm:invisible_ink RecipeStage{tier='two', recipe=1xitem.conarm.invisible_ink@0:[net.minecraft.item.crafting.Ingredient@100b3b00, net.minecraftforge.oredict.OreIngredient@2982b33c, net.minecraftforge.oredict.OreIngredient@fcd1577, net.minecraftforge.oredict.OreIngredient@357dc8d2]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3939 conarm:gauntlet_mat_speed RecipeStage{tier='two', recipe=1xitem.conarm.gauntlet_mat_speed@0:[net.minecraftforge.oredict.OreIngredient@7ca1d515, net.minecraftforge.oredict.OreIngredient@7ca1d515, net.minecraftforge.oredict.OreIngredient@7ca1d515, net.minecraftforge.oredict.OreIngredient@7ca1d515, net.minecraft.item.crafting.Ingredient@393199d1, net.minecraftforge.oredict.OreIngredient@7ca1d515, net.minecraftforge.oredict.OreIngredient@7ca1d515, net.minecraftforge.oredict.OreIngredient@7ca1d515, net.minecraftforge.oredict.OreIngredient@7ca1d515]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3940 conarm:gauntlet_mat_reach RecipeStage{tier='three', recipe=1xitem.conarm.gauntlet_mat_reach@0:[net.minecraftforge.oredict.OreIngredient@1776c9c6, net.minecraft.item.crafting.Ingredient@151b7661, net.minecraftforge.oredict.OreIngredient@1776c9c6, net.minecraft.item.crafting.Ingredient@151b7661, net.minecraft.item.crafting.Ingredient@7fdf0fb6, net.minecraft.item.crafting.Ingredient@151b7661, net.minecraftforge.oredict.OreIngredient@1776c9c6, net.minecraft.item.crafting.Ingredient@151b7661, net.minecraftforge.oredict.OreIngredient@1776c9c6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3941 conarm:gauntlet_mat_attack RecipeStage{tier='three', recipe=1xitem.conarm.gauntlet_mat_attack@0:[net.minecraftforge.oredict.OreIngredient@546089d5, net.minecraftforge.oredict.OreIngredient@546089d5, net.minecraftforge.oredict.OreIngredient@546089d5, net.minecraftforge.oredict.OreIngredient@546089d5, net.minecraft.item.crafting.Ingredient@3cdfe14b, net.minecraftforge.oredict.OreIngredient@546089d5, net.minecraftforge.oredict.OreIngredient@546089d5, net.minecraftforge.oredict.OreIngredient@546089d5, net.minecraftforge.oredict.OreIngredient@546089d5]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3942 conarm:gauntlet_mat RecipeStage{tier='two', recipe=1xitem.conarm.gauntlet_mat@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@57044e8b, net.minecraftforge.oredict.OreIngredient@57044e8b, net.minecraftforge.oredict.OreIngredient@7176cec9, net.minecraftforge.oredict.OreIngredient@57044e8b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@57044e8b, net.minecraftforge.oredict.OreIngredient@57044e8b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3943 conarm:frosty_soles RecipeStage{tier='two', recipe=1xitem.conarm.frosty_soles@0:[net.minecraft.item.crafting.Ingredient@2a213cbc, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2a213cbc, net.minecraftforge.oredict.OreIngredient@63512ea3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@63512ea3]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3944 conarm:book RecipeStage{tier='two', recipe=1xitem.conarm.book@0:[net.minecraft.item.crafting.Ingredient@3d36c6c0, net.minecraft.item.crafting.Ingredient@3d0656b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3945 conarm:armor_station RecipeStage{tier='two', recipe=1xtile.conarm.armorstation@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1294f7a3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1294f7a3, net.minecraftforge.oredict.OreIngredient@69a78d0d, net.minecraft.item.crafting.Ingredient@1294f7a3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1294f7a3, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3948 cookingforblockheads:spice_rack RecipeStage{tier='four', recipe=1xtile.cookingforblockheads:spice_rack@0:[net.minecraftforge.oredict.OreIngredient@7b717127]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3952 cookingforblockheads:no_filter_edition RecipeStage{tier='four', recipe=1xitem.null@0:[net.minecraft.item.crafting.Ingredient@5a35ce2b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3956 cookingforblockheads:kitchen_counter RecipeStage{tier='four', recipe=1xtile.cookingforblockheads:counter@0:[net.minecraftforge.oredict.OreIngredient@50d2c70f, net.minecraftforge.oredict.OreIngredient@50d2c70f, net.minecraftforge.oredict.OreIngredient@50d2c70f, net.minecraft.item.crafting.Ingredient@54f256b5, net.minecraftforge.oredict.OreIngredient@7fb11b1d, net.minecraft.item.crafting.Ingredient@54f256b5, net.minecraft.item.crafting.Ingredient@54f256b5, net.minecraft.item.crafting.Ingredient@54f256b5, net.minecraft.item.crafting.Ingredient@54f256b5]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3957 cookingforblockheads:kitchen_corner RecipeStage{tier='four', recipe=1xtile.cookingforblockheads:corner@0:[net.minecraftforge.oredict.OreIngredient@50d2c70f, net.minecraftforge.oredict.OreIngredient@50d2c70f, net.minecraftforge.oredict.OreIngredient@50d2c70f, net.minecraft.item.crafting.Ingredient@455a7572, net.minecraft.item.crafting.Ingredient@455a7572, net.minecraft.item.crafting.Ingredient@455a7572, net.minecraft.item.crafting.Ingredient@455a7572, net.minecraft.item.crafting.Ingredient@455a7572, net.minecraft.item.crafting.Ingredient@455a7572]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3958 cookingforblockheads:kitchen_cabinet RecipeStage{tier='four', recipe=1xtile.cookingforblockheads:cabinet@0:[net.minecraft.item.crafting.Ingredient@1525f134, net.minecraft.item.crafting.Ingredient@1525f134, net.minecraft.item.crafting.Ingredient@1525f134, net.minecraft.item.crafting.Ingredient@1525f134, net.minecraftforge.oredict.OreIngredient@7fb11b1d, net.minecraft.item.crafting.Ingredient@1525f134]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3961 cookingforblockheads:fruit_basket RecipeStage{tier='four', recipe=1xtile.cookingforblockheads:fruit_basket@0:[net.minecraftforge.oredict.OreIngredient@7b717127, net.minecraft.item.crafting.Ingredient@643cbf4f, net.minecraftforge.oredict.OreIngredient@7b717127]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3962 cookingforblockheads:fridge RecipeStage{tier='four', recipe=1xtile.cookingforblockheads:fridge@0:[net.minecraftforge.oredict.OreIngredient@7fb11b1d, net.minecraft.item.crafting.Ingredient@d780a97]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3964 cookingforblockheads:cooking_table RecipeStage{tier='four', recipe=1xtile.cookingforblockheads:cooking_table@0:[net.minecraftforge.oredict.OreIngredient@50d2c70f, net.minecraftforge.oredict.OreIngredient@50d2c70f, net.minecraftforge.oredict.OreIngredient@50d2c70f, net.minecraft.item.crafting.Ingredient@2b5c435d, net.minecraft.item.crafting.Ingredient@69cffc07, net.minecraft.item.crafting.Ingredient@2b5c435d, net.minecraft.item.crafting.Ingredient@2b5c435d, net.minecraft.item.crafting.Ingredient@2b5c435d, net.minecraft.item.crafting.Ingredient@2b5c435d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3967 elevatorid:redye_magenta RecipeStage{tier='four', recipe=1xtile.elevator_magenta@0:[net.minecraftforge.oredict.OreIngredient@78fe758f, net.minecraft.item.crafting.Ingredient@186c05d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3968 elevatorid:elevator_silver RecipeStage{tier='four', recipe=1xtile.elevator_silver@0:[net.minecraft.item.crafting.Ingredient@61aa5685, net.minecraft.item.crafting.Ingredient@61aa5685, net.minecraft.item.crafting.Ingredient@61aa5685, net.minecraft.item.crafting.Ingredient@61aa5685, net.minecraft.item.crafting.Ingredient@2056400c, net.minecraft.item.crafting.Ingredient@61aa5685, net.minecraft.item.crafting.Ingredient@61aa5685, net.minecraft.item.crafting.Ingredient@61aa5685, net.minecraft.item.crafting.Ingredient@61aa5685]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3969 elevatorid:redye_green RecipeStage{tier='four', recipe=1xtile.elevator_green@0:[net.minecraftforge.oredict.OreIngredient@40063787, net.minecraft.item.crafting.Ingredient@4a21c234]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3970 elevatorid:elevator_pink RecipeStage{tier='four', recipe=1xtile.elevator_pink@0:[net.minecraft.item.crafting.Ingredient@278daf50, net.minecraft.item.crafting.Ingredient@278daf50, net.minecraft.item.crafting.Ingredient@278daf50, net.minecraft.item.crafting.Ingredient@278daf50, net.minecraft.item.crafting.Ingredient@9de9429, net.minecraft.item.crafting.Ingredient@278daf50, net.minecraft.item.crafting.Ingredient@278daf50, net.minecraft.item.crafting.Ingredient@278daf50, net.minecraft.item.crafting.Ingredient@278daf50]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3971 elevatorid:redye_pink RecipeStage{tier='four', recipe=1xtile.elevator_pink@0:[net.minecraftforge.oredict.OreIngredient@1238c4fd, net.minecraft.item.crafting.Ingredient@5045cdd5]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3972 elevatorid:redye_black RecipeStage{tier='four', recipe=1xtile.elevator_black@0:[net.minecraftforge.oredict.OreIngredient@5ea45643, net.minecraft.item.crafting.Ingredient@4ce783d3]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3973 elevatorid:redye_silver RecipeStage{tier='four', recipe=1xtile.elevator_silver@0:[net.minecraftforge.oredict.OreIngredient@4d280e62, net.minecraft.item.crafting.Ingredient@ebeee76]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3974 elevatorid:redye_brown RecipeStage{tier='four', recipe=1xtile.elevator_brown@0:[net.minecraftforge.oredict.OreIngredient@5499b15d, net.minecraft.item.crafting.Ingredient@428cae38]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3975 elevatorid:redye_light_blue RecipeStage{tier='four', recipe=1xtile.elevator_light_blue@0:[net.minecraftforge.oredict.OreIngredient@43be7f97, net.minecraft.item.crafting.Ingredient@364359e2]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3976 elevatorid:redye_red RecipeStage{tier='four', recipe=1xtile.elevator_red@0:[net.minecraftforge.oredict.OreIngredient@617d34aa, net.minecraft.item.crafting.Ingredient@bc3af9d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3977 elevatorid:elevator_lime RecipeStage{tier='four', recipe=1xtile.elevator_lime@0:[net.minecraft.item.crafting.Ingredient@31bbed13, net.minecraft.item.crafting.Ingredient@31bbed13, net.minecraft.item.crafting.Ingredient@31bbed13, net.minecraft.item.crafting.Ingredient@31bbed13, net.minecraft.item.crafting.Ingredient@7c47d38d, net.minecraft.item.crafting.Ingredient@31bbed13, net.minecraft.item.crafting.Ingredient@31bbed13, net.minecraft.item.crafting.Ingredient@31bbed13, net.minecraft.item.crafting.Ingredient@31bbed13]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3978 elevatorid:elevator_light_blue RecipeStage{tier='four', recipe=1xtile.elevator_light_blue@0:[net.minecraft.item.crafting.Ingredient@5df78f62, net.minecraft.item.crafting.Ingredient@5df78f62, net.minecraft.item.crafting.Ingredient@5df78f62, net.minecraft.item.crafting.Ingredient@5df78f62, net.minecraft.item.crafting.Ingredient@6344574a, net.minecraft.item.crafting.Ingredient@5df78f62, net.minecraft.item.crafting.Ingredient@5df78f62, net.minecraft.item.crafting.Ingredient@5df78f62, net.minecraft.item.crafting.Ingredient@5df78f62]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3979 elevatorid:elevator_green RecipeStage{tier='four', recipe=1xtile.elevator_green@0:[net.minecraft.item.crafting.Ingredient@406a9b30, net.minecraft.item.crafting.Ingredient@406a9b30, net.minecraft.item.crafting.Ingredient@406a9b30, net.minecraft.item.crafting.Ingredient@406a9b30, net.minecraft.item.crafting.Ingredient@12fe5e8d, net.minecraft.item.crafting.Ingredient@406a9b30, net.minecraft.item.crafting.Ingredient@406a9b30, net.minecraft.item.crafting.Ingredient@406a9b30, net.minecraft.item.crafting.Ingredient@406a9b30]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3980 elevatorid:redye_cyan RecipeStage{tier='four', recipe=1xtile.elevator_cyan@0:[net.minecraftforge.oredict.OreIngredient@6f2891c2, net.minecraft.item.crafting.Ingredient@1eb62f01]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3981 elevatorid:elevator_cyan RecipeStage{tier='four', recipe=1xtile.elevator_cyan@0:[net.minecraft.item.crafting.Ingredient@338e8cbc, net.minecraft.item.crafting.Ingredient@338e8cbc, net.minecraft.item.crafting.Ingredient@338e8cbc, net.minecraft.item.crafting.Ingredient@338e8cbc, net.minecraft.item.crafting.Ingredient@6c8a211b, net.minecraft.item.crafting.Ingredient@338e8cbc, net.minecraft.item.crafting.Ingredient@338e8cbc, net.minecraft.item.crafting.Ingredient@338e8cbc, net.minecraft.item.crafting.Ingredient@338e8cbc]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3982 elevatorid:redye_gray RecipeStage{tier='four', recipe=1xtile.elevator_gray@0:[net.minecraftforge.oredict.OreIngredient@54db8805, net.minecraft.item.crafting.Ingredient@1ac41f77]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3983 elevatorid:elevator_red RecipeStage{tier='four', recipe=1xtile.elevator_red@0:[net.minecraft.item.crafting.Ingredient@bcdd6eb, net.minecraft.item.crafting.Ingredient@bcdd6eb, net.minecraft.item.crafting.Ingredient@bcdd6eb, net.minecraft.item.crafting.Ingredient@bcdd6eb, net.minecraft.item.crafting.Ingredient@427762c5, net.minecraft.item.crafting.Ingredient@bcdd6eb, net.minecraft.item.crafting.Ingredient@bcdd6eb, net.minecraft.item.crafting.Ingredient@bcdd6eb, net.minecraft.item.crafting.Ingredient@bcdd6eb]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3984 elevatorid:elevator_orange RecipeStage{tier='four', recipe=1xtile.elevator_orange@0:[net.minecraft.item.crafting.Ingredient@4f96868d, net.minecraft.item.crafting.Ingredient@4f96868d, net.minecraft.item.crafting.Ingredient@4f96868d, net.minecraft.item.crafting.Ingredient@4f96868d, net.minecraft.item.crafting.Ingredient@3f80e065, net.minecraft.item.crafting.Ingredient@4f96868d, net.minecraft.item.crafting.Ingredient@4f96868d, net.minecraft.item.crafting.Ingredient@4f96868d, net.minecraft.item.crafting.Ingredient@4f96868d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3985 elevatorid:elevator_blue RecipeStage{tier='four', recipe=1xtile.elevator_blue@0:[net.minecraft.item.crafting.Ingredient@6697cabd, net.minecraft.item.crafting.Ingredient@6697cabd, net.minecraft.item.crafting.Ingredient@6697cabd, net.minecraft.item.crafting.Ingredient@6697cabd, net.minecraft.item.crafting.Ingredient@354fd046, net.minecraft.item.crafting.Ingredient@6697cabd, net.minecraft.item.crafting.Ingredient@6697cabd, net.minecraft.item.crafting.Ingredient@6697cabd, net.minecraft.item.crafting.Ingredient@6697cabd]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3986 elevatorid:elevator_magenta RecipeStage{tier='four', recipe=1xtile.elevator_magenta@0:[net.minecraft.item.crafting.Ingredient@177d386c, net.minecraft.item.crafting.Ingredient@177d386c, net.minecraft.item.crafting.Ingredient@177d386c, net.minecraft.item.crafting.Ingredient@177d386c, net.minecraft.item.crafting.Ingredient@24600dff, net.minecraft.item.crafting.Ingredient@177d386c, net.minecraft.item.crafting.Ingredient@177d386c, net.minecraft.item.crafting.Ingredient@177d386c, net.minecraft.item.crafting.Ingredient@177d386c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3987 elevatorid:elevator_brown RecipeStage{tier='four', recipe=1xtile.elevator_brown@0:[net.minecraft.item.crafting.Ingredient@711eed91, net.minecraft.item.crafting.Ingredient@711eed91, net.minecraft.item.crafting.Ingredient@711eed91, net.minecraft.item.crafting.Ingredient@711eed91, net.minecraft.item.crafting.Ingredient@18282055, net.minecraft.item.crafting.Ingredient@711eed91, net.minecraft.item.crafting.Ingredient@711eed91, net.minecraft.item.crafting.Ingredient@711eed91, net.minecraft.item.crafting.Ingredient@711eed91]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3988 elevatorid:redye_blue RecipeStage{tier='four', recipe=1xtile.elevator_blue@0:[net.minecraftforge.oredict.OreIngredient@3e8c7cdb, net.minecraft.item.crafting.Ingredient@71f62580]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3989 elevatorid:elevator_black RecipeStage{tier='four', recipe=1xtile.elevator_black@0:[net.minecraft.item.crafting.Ingredient@4ad701e5, net.minecraft.item.crafting.Ingredient@4ad701e5, net.minecraft.item.crafting.Ingredient@4ad701e5, net.minecraft.item.crafting.Ingredient@4ad701e5, net.minecraft.item.crafting.Ingredient@5acd9a1c, net.minecraft.item.crafting.Ingredient@4ad701e5, net.minecraft.item.crafting.Ingredient@4ad701e5, net.minecraft.item.crafting.Ingredient@4ad701e5, net.minecraft.item.crafting.Ingredient@4ad701e5]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3990 elevatorid:elevator_gray RecipeStage{tier='four', recipe=1xtile.elevator_gray@0:[net.minecraft.item.crafting.Ingredient@7d3cc573, net.minecraft.item.crafting.Ingredient@7d3cc573, net.minecraft.item.crafting.Ingredient@7d3cc573, net.minecraft.item.crafting.Ingredient@7d3cc573, net.minecraft.item.crafting.Ingredient@4bc63ad7, net.minecraft.item.crafting.Ingredient@7d3cc573, net.minecraft.item.crafting.Ingredient@7d3cc573, net.minecraft.item.crafting.Ingredient@7d3cc573, net.minecraft.item.crafting.Ingredient@7d3cc573]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3991 elevatorid:redye_white RecipeStage{tier='four', recipe=1xtile.elevator_white@0:[net.minecraftforge.oredict.OreIngredient@f1848e8, net.minecraft.item.crafting.Ingredient@319aca2a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3992 elevatorid:redye_purple RecipeStage{tier='four', recipe=1xtile.elevator_purple@0:[net.minecraftforge.oredict.OreIngredient@62eebaa9, net.minecraft.item.crafting.Ingredient@445ecef2]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3993 elevatorid:redye_lime RecipeStage{tier='four', recipe=1xtile.elevator_lime@0:[net.minecraftforge.oredict.OreIngredient@3ed300b2, net.minecraft.item.crafting.Ingredient@7df7c99e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3994 elevatorid:elevator_white RecipeStage{tier='four', recipe=1xtile.elevator_white@0:[net.minecraft.item.crafting.Ingredient@69730157, net.minecraft.item.crafting.Ingredient@69730157, net.minecraft.item.crafting.Ingredient@69730157, net.minecraft.item.crafting.Ingredient@69730157, net.minecraft.item.crafting.Ingredient@6de6965e, net.minecraft.item.crafting.Ingredient@69730157, net.minecraft.item.crafting.Ingredient@69730157, net.minecraft.item.crafting.Ingredient@69730157, net.minecraft.item.crafting.Ingredient@69730157]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3995 elevatorid:redye_orange RecipeStage{tier='four', recipe=1xtile.elevator_orange@0:[net.minecraftforge.oredict.OreIngredient@610a12ff, net.minecraft.item.crafting.Ingredient@6006a230]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3996 elevatorid:elevator_purple RecipeStage{tier='four', recipe=1xtile.elevator_purple@0:[net.minecraft.item.crafting.Ingredient@33998725, net.minecraft.item.crafting.Ingredient@33998725, net.minecraft.item.crafting.Ingredient@33998725, net.minecraft.item.crafting.Ingredient@33998725, net.minecraft.item.crafting.Ingredient@1a837d9f, net.minecraft.item.crafting.Ingredient@33998725, net.minecraft.item.crafting.Ingredient@33998725, net.minecraft.item.crafting.Ingredient@33998725, net.minecraft.item.crafting.Ingredient@33998725]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3997 elevatorid:redye_yellow RecipeStage{tier='four', recipe=1xtile.elevator_yellow@0:[net.minecraftforge.oredict.OreIngredient@36a36c8a, net.minecraft.item.crafting.Ingredient@6e2fcc1f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3998 elevatorid:elevator_yellow RecipeStage{tier='four', recipe=1xtile.elevator_yellow@0:[net.minecraft.item.crafting.Ingredient@54766f7e, net.minecraft.item.crafting.Ingredient@54766f7e, net.minecraft.item.crafting.Ingredient@54766f7e, net.minecraft.item.crafting.Ingredient@54766f7e, net.minecraft.item.crafting.Ingredient@55f43497, net.minecraft.item.crafting.Ingredient@54766f7e, net.minecraft.item.crafting.Ingredient@54766f7e, net.minecraft.item.crafting.Ingredient@54766f7e, net.minecraft.item.crafting.Ingredient@54766f7e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3999 enderstorage:recolour_ender_tank RecipeStage{tier='five', recipe=1xtile.ender_storage@1:[net.minecraft.item.crafting.Ingredient@3c9e3054]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4000 enderstorage:recolour_ender_pouch RecipeStage{tier='five', recipe=1xitem.ender_pouch@0:[net.minecraft.item.crafting.Ingredient@63081aa1]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4001 enderstorage:recolour_ender_chest RecipeStage{tier='five', recipe=1xtile.ender_storage@0:[net.minecraft.item.crafting.Ingredient@642e9af3]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4002 enderstorage:ender_tank RecipeStage{tier='five', recipe=1xtile.ender_storage@1:[net.minecraft.item.crafting.Ingredient@76e1dc06, codechicken.enderstorage.recipe.Factories$MultiIngredient@4f5b04b7, net.minecraft.item.crafting.Ingredient@76e1dc06, net.minecraftforge.oredict.OreIngredient@214a0191, net.minecraft.item.crafting.Ingredient@5e126781, net.minecraftforge.oredict.OreIngredient@214a0191, net.minecraft.item.crafting.Ingredient@76e1dc06, net.minecraftforge.oredict.OreIngredient@54717c6d, net.minecraft.item.crafting.Ingredient@76e1dc06]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4003 enderstorage:ender_pouch RecipeStage{tier='five', recipe=1xitem.ender_pouch@1:[net.minecraft.item.crafting.Ingredient@4752b4bb, net.minecraftforge.oredict.OreIngredient@53262f83, net.minecraft.item.crafting.Ingredient@4752b4bb, net.minecraftforge.oredict.OreIngredient@53262f83, net.minecraftforge.oredict.OreIngredient@753540df, net.minecraftforge.oredict.OreIngredient@53262f83, net.minecraft.item.crafting.Ingredient@4752b4bb, codechicken.enderstorage.recipe.Factories$MultiIngredient@41d787c, net.minecraft.item.crafting.Ingredient@4752b4bb]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4004 enderstorage:ender_chest RecipeStage{tier='five', recipe=1xtile.ender_storage@0:[net.minecraft.item.crafting.Ingredient@72c7fe0e, codechicken.enderstorage.recipe.Factories$MultiIngredient@231b7ee8, net.minecraft.item.crafting.Ingredient@72c7fe0e, net.minecraftforge.oredict.OreIngredient@6f6724f2, net.minecraftforge.oredict.OreIngredient@10371fb4, net.minecraftforge.oredict.OreIngredient@6f6724f2, net.minecraft.item.crafting.Ingredient@72c7fe0e, net.minecraftforge.oredict.OreIngredient@6ded4f62, net.minecraft.item.crafting.Ingredient@72c7fe0e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4005 enderutilities:void_pickaxe RecipeStage{tier='four', recipe=1xitem.enderutilities.void_pickaxe@0:[net.minecraft.item.crafting.Ingredient@6ff98b9d, net.minecraft.item.crafting.Ingredient@6ff98b9d, net.minecraft.item.crafting.Ingredient@6ff98b9d, net.minecraft.item.crafting.Ingredient@3d3542e3, net.minecraft.item.crafting.Ingredient@404661e7, net.minecraft.item.crafting.Ingredient@3d3542e3, net.minecraft.item.crafting.Ingredient@1821396e, net.minecraft.item.crafting.Ingredient@404661e7, net.minecraft.item.crafting.Ingredient@1821396e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4006 enderutilities:tool_workstation RecipeStage{tier='four', recipe=1xtile.null@1:[net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraftforge.oredict.OreIngredient@7e3b0ca9, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraftforge.oredict.OreIngredient@6a4e3e42, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraftforge.oredict.OreIngredient@6b1dc3f8, net.minecraftforge.oredict.OreIngredient@11dd1cbe, net.minecraftforge.oredict.OreIngredient@6b1dc3f8]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4007 enderutilities:syringe_stimulant RecipeStage{tier='four', recipe=1xitem.enderutilities.syringe@2:[net.minecraft.item.crafting.Ingredient@4a97981, net.minecraft.item.crafting.Ingredient@521c91f1, net.minecraft.item.crafting.Ingredient@5802a3d2, net.minecraft.item.crafting.Ingredient@7761fb8b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4008 enderutilities:syringe_passifier RecipeStage{tier='four', recipe=1xitem.enderutilities.syringe@3:[net.minecraft.item.crafting.Ingredient@3b7a4405, net.minecraft.item.crafting.Ingredient@5c5adda4, net.minecraft.item.crafting.Ingredient@212a8705, net.minecraft.item.crafting.Ingredient@18be3cf8, net.minecraft.item.crafting.Ingredient@710d0986, net.minecraft.item.crafting.Ingredient@7bb05dfe]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4009 enderutilities:syringe_paralyzer RecipeStage{tier='four', recipe=1xitem.enderutilities.syringe@1:[net.minecraft.item.crafting.Ingredient@719c23b, net.minecraft.item.crafting.Ingredient@36068315, net.minecraft.item.crafting.Ingredient@6be39602, net.minecraft.item.crafting.Ingredient@6ca61e96]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4010 enderutilities:syringe_empty RecipeStage{tier='four', recipe=1xitem.enderutilities.syringe@0:[net.minecraft.item.crafting.Ingredient@12dbb31a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1b1ddfe8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@404661e7]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4011 enderutilities:sound_block RecipeStage{tier='four', recipe=1xtile.null@0:[net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient@40dcd8fb, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient@40dcd8fb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@40dcd8fb, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient@40dcd8fb, net.minecraft.item.crafting.Ingredient@1acd0e1a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4012 enderutilities:ruler RecipeStage{tier='four', recipe=1xitem.enderutilities.ruler@0:[net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient@404661e7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient@1acd0e1a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4013 enderutilities:quick_stacker RecipeStage{tier='four', recipe=1xitem.enderutilities.quickstacker@0:[net.minecraft.item.crafting.Ingredient@6b73371d, net.minecraft.item.crafting.Ingredient@25df6728, net.minecraft.item.crafting.Ingredient@6b73371d, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient@20ebaf57, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient@6b73371d, net.minecraft.item.crafting.Ingredient@25df6728, net.minecraft.item.crafting.Ingredient@6b73371d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4014 enderutilities:portal_scaler RecipeStage{tier='four', recipe=1xitem.enderutilities.portalscaler@0:[net.minecraftforge.oredict.OreIngredient@6b1dc3f8, net.minecraftforge.oredict.OreIngredient@1e8abd5e, net.minecraftforge.oredict.OreIngredient@6b1dc3f8, net.minecraftforge.oredict.OreIngredient@6b1dc3f8, net.minecraft.item.crafting.Ingredient@63b7b662, net.minecraftforge.oredict.OreIngredient@6b1dc3f8, net.minecraftforge.oredict.OreIngredient@6b1dc3f8, net.minecraft.item.crafting.Ingredient@6ff98b9d, net.minecraftforge.oredict.OreIngredient@6b1dc3f8]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4015 enderutilities:portal_panel RecipeStage{tier='four', recipe=2xtile.null@0:[net.minecraft.item.crafting.Ingredient@4fd3207a, net.minecraft.item.crafting.Ingredient@3ccda9db, net.minecraft.item.crafting.Ingredient@4fd3207a, net.minecraft.item.crafting.Ingredient@4fd3207a, net.minecraft.item.crafting.Ingredient@6e61011e, net.minecraft.item.crafting.Ingredient@4fd3207a, net.minecraft.item.crafting.Ingredient@4fd3207a, net.minecraft.item.crafting.Ingredient@3ccda9db, net.minecraft.item.crafting.Ingredient@4fd3207a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4016 enderutilities:portal_frame RecipeStage{tier='four', recipe=8xtile.null@0:[net.minecraftforge.oredict.OreIngredient@1b1ddfe8, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraftforge.oredict.OreIngredient@1b1ddfe8, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient@6b73371d, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraftforge.oredict.OreIngredient@1b1ddfe8, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraftforge.oredict.OreIngredient@1b1ddfe8]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4017 enderutilities:pickup_manager RecipeStage{tier='four', recipe=1xitem.enderutilities.pickupmanager@0:[net.minecraft.item.crafting.Ingredient@12dbb31a, net.minecraft.item.crafting.Ingredient@703c1a, net.minecraft.item.crafting.Ingredient@12dbb31a, net.minecraft.item.crafting.Ingredient@12dbb31a, net.minecraft.item.crafting.Ingredient@6f06b17d, net.minecraft.item.crafting.Ingredient@12dbb31a, net.minecraft.item.crafting.Ingredient@12dbb31a, net.minecraft.item.crafting.Ingredient@3ccda9db, net.minecraft.item.crafting.Ingredient@12dbb31a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4018 enderutilities:phasing_block_normal RecipeStage{tier='four', recipe=1xtile.null@0:[net.minecraft.item.crafting.Ingredient@6efc3ef6, net.minecraft.item.crafting.Ingredient@6efc3ef6, net.minecraft.item.crafting.Ingredient@6efc3ef6, net.minecraft.item.crafting.Ingredient@6efc3ef6, net.minecraft.item.crafting.Ingredient@6b73371d, net.minecraft.item.crafting.Ingredient@6efc3ef6, net.minecraft.item.crafting.Ingredient@6efc3ef6, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient@6efc3ef6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4019 enderutilities:phasing_block_inverted RecipeStage{tier='four', recipe=1xtile.null@1:[net.minecraft.item.crafting.Ingredient@234a69a9, net.minecraft.item.crafting.Ingredient@234a69a9, net.minecraft.item.crafting.Ingredient@234a69a9, net.minecraft.item.crafting.Ingredient@234a69a9, net.minecraft.item.crafting.Ingredient@43f87e7b, net.minecraft.item.crafting.Ingredient@234a69a9, net.minecraft.item.crafting.Ingredient@234a69a9, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient@234a69a9]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4020 enderutilities:pet_contract RecipeStage{tier='four', recipe=1xitem.enderutilities.pet_contract@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4872872e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@400ffc2f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@404661e7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4021 enderutilities:nullifier RecipeStage{tier='four', recipe=1xitem.enderutilities.nullifier@0:[net.minecraftforge.oredict.OreIngredient@11dd1cbe, net.minecraft.item.crafting.Ingredient@37f33952, net.minecraftforge.oredict.OreIngredient@11dd1cbe, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraftforge.oredict.OreIngredient@11dd1cbe, net.minecraft.item.crafting.Ingredient@37f33952, net.minecraftforge.oredict.OreIngredient@11dd1cbe]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4022 enderutilities:molecular_exciter RecipeStage{tier='four', recipe=1xtile.null@0:[net.minecraft.item.crafting.Ingredient@12dbb31a, net.minecraft.item.crafting.Ingredient@12dbb31a, net.minecraft.item.crafting.Ingredient@12dbb31a, net.minecraftforge.oredict.OreIngredient@1b1ddfe8, net.minecraft.item.crafting.Ingredient@6116951, net.minecraft.item.crafting.Ingredient@6b73371d, net.minecraft.item.crafting.Ingredient@12dbb31a, net.minecraft.item.crafting.Ingredient@12dbb31a, net.minecraft.item.crafting.Ingredient@12dbb31a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4023 enderutilities:mob_harness RecipeStage{tier='four', recipe=1xitem.enderutilities.mobharness@0:[net.minecraft.item.crafting.Ingredient@410b9af0, net.minecraft.item.crafting.Ingredient@76da7d66, net.minecraft.item.crafting.Ingredient@410b9af0, net.minecraft.item.crafting.Ingredient@410b9af0, net.minecraft.item.crafting.Ingredient@74de040e, net.minecraft.item.crafting.Ingredient@410b9af0, net.minecraft.item.crafting.Ingredient@410b9af0, net.minecraft.item.crafting.Ingredient@76da7d66, net.minecraft.item.crafting.Ingredient@410b9af0]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4024 enderutilities:memory_chest_small RecipeStage{tier='four', recipe=3xtile.null@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3ccda9db, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3ccda9db, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraftforge.oredict.OreIngredient@11dd1cbe, net.minecraft.item.crafting.Ingredient@1acd0e1a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4025 enderutilities:memory_chest_normal RecipeStage{tier='four', recipe=2xtile.null@1:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3ccda9db, net.minecraftforge.oredict.OreIngredient@11dd1cbe, net.minecraft.item.crafting.Ingredient@3ccda9db, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraftforge.oredict.OreIngredient@11dd1cbe, net.minecraft.item.crafting.Ingredient@1acd0e1a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4026 enderutilities:memory_chest_large RecipeStage{tier='four', recipe=1xtile.null@2:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3ccda9db, net.minecraftforge.oredict.OreIngredient@11dd1cbe, net.minecraft.item.crafting.Ingredient@3ccda9db, net.minecraft.item.crafting.Ingredient@12dbb31a, net.minecraftforge.oredict.OreIngredient@11dd1cbe, net.minecraft.item.crafting.Ingredient@12dbb31a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4027 enderutilities:massive_storage_unit RecipeStage{tier='four', recipe=1xtile.null@0:[net.minecraft.item.crafting.Ingredient@6ff98b9d, net.minecraft.item.crafting.Ingredient@507d6883, net.minecraft.item.crafting.Ingredient@6ff98b9d, net.minecraft.item.crafting.Ingredient@6ff98b9d, net.minecraft.item.crafting.Ingredient@63b7b662, net.minecraft.item.crafting.Ingredient@6ff98b9d, net.minecraft.item.crafting.Ingredient@6ff98b9d, net.minecraft.item.crafting.Ingredient@507d6883, net.minecraft.item.crafting.Ingredient@6ff98b9d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4028 enderutilities:massive_storage_bundle RecipeStage{tier='four', recipe=1xtile.null@1:[net.minecraft.item.crafting.Ingredient@592873b9, net.minecraft.item.crafting.Ingredient@592873b9, net.minecraft.item.crafting.Ingredient@592873b9, net.minecraft.item.crafting.Ingredient@592873b9, net.minecraft.item.crafting.Ingredient@592873b9, net.minecraft.item.crafting.Ingredient@592873b9, net.minecraft.item.crafting.Ingredient@592873b9, net.minecraft.item.crafting.Ingredient@592873b9, net.minecraft.item.crafting.Ingredient@592873b9]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4029 enderutilities:living_manipulator RecipeStage{tier='four', recipe=1xitem.enderutilities.livingmanipulator@0:[net.minecraft.item.crafting.Ingredient@12dbb31a, net.minecraft.item.crafting.Ingredient@12dbb31a, net.minecraft.item.crafting.Ingredient@12dbb31a, net.minecraft.item.crafting.Ingredient@6ff98b9d, net.minecraft.item.crafting.Ingredient@6116951, net.minecraft.item.crafting.Ingredient@12dbb31a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@12dbb31a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4030 enderutilities:link_crystal_portal RecipeStage{tier='four', recipe=1xitem.enderutilities.linkcrystal@2:[net.minecraft.item.crafting.Ingredient@6b73371d, net.minecraftforge.oredict.OreIngredient@1e8abd5e, net.minecraft.item.crafting.Ingredient@6b73371d, net.minecraftforge.oredict.OreIngredient@1e8abd5e, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraftforge.oredict.OreIngredient@1e8abd5e, net.minecraft.item.crafting.Ingredient@6b73371d, net.minecraftforge.oredict.OreIngredient@1e8abd5e, net.minecraft.item.crafting.Ingredient@6b73371d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4031 enderutilities:link_crystal_location RecipeStage{tier='four', recipe=1xitem.enderutilities.linkcrystal@0:[net.minecraft.item.crafting.Ingredient@6b73371d, net.minecraftforge.oredict.OreIngredient@21dbc3ce, net.minecraft.item.crafting.Ingredient@6b73371d, net.minecraftforge.oredict.OreIngredient@21dbc3ce, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraftforge.oredict.OreIngredient@21dbc3ce, net.minecraft.item.crafting.Ingredient@6b73371d, net.minecraftforge.oredict.OreIngredient@21dbc3ce, net.minecraft.item.crafting.Ingredient@6b73371d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4032 enderutilities:link_crystal_block RecipeStage{tier='four', recipe=1xitem.enderutilities.linkcrystal@1:[net.minecraft.item.crafting.Ingredient@6b73371d, net.minecraftforge.oredict.OreIngredient@589a0c8f, net.minecraft.item.crafting.Ingredient@6b73371d, net.minecraftforge.oredict.OreIngredient@589a0c8f, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraftforge.oredict.OreIngredient@589a0c8f, net.minecraft.item.crafting.Ingredient@6b73371d, net.minecraftforge.oredict.OreIngredient@589a0c8f, net.minecraft.item.crafting.Ingredient@6b73371d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4033 enderutilities:junk_storage_unit RecipeStage{tier='four', recipe=1xtile.null@7:[net.minecraft.item.crafting.Ingredient@63a5d05, net.minecraftforge.oredict.OreIngredient@11dd1cbe, net.minecraft.item.crafting.Ingredient@63a5d05, net.minecraft.item.crafting.Ingredient@63a5d05, net.minecraft.item.crafting.Ingredient@66fa39dd, net.minecraft.item.crafting.Ingredient@63a5d05, net.minecraft.item.crafting.Ingredient@63a5d05, net.minecraftforge.oredict.OreIngredient@11dd1cbe, net.minecraft.item.crafting.Ingredient@63a5d05]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4034 enderutilities:inventory_swapper RecipeStage{tier='four', recipe=1xitem.enderutilities.inventoryswapper@0:[net.minecraft.item.crafting.Ingredient@76da7d66, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient@76da7d66, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraftforge.oredict.OreIngredient@11dd1cbe, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient@3ddcd2b4, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient@3ddcd2b4]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4035 enderutilities:inserter_filtered RecipeStage{tier='four', recipe=1xtile.null@1:[net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraftforge.oredict.OreIngredient@1b1ddfe8, net.minecraft.item.crafting.Ingredient@20ebaf57, net.minecraftforge.oredict.OreIngredient@1b1ddfe8, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient@1acd0e1a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4036 enderutilities:inserter_basic RecipeStage{tier='four', recipe=1xtile.null@0:[net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraftforge.oredict.OreIngredient@1b1ddfe8, net.minecraftforge.oredict.OreIngredient@1b1ddfe8, net.minecraftforge.oredict.OreIngredient@1b1ddfe8, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient@1acd0e1a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4037 enderutilities:ice_melter_super RecipeStage{tier='four', recipe=1xitem.enderutilities.icemelter@1:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1e1ba14a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@63b7b662, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3f0b78f0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4038 enderutilities:ice_melter_basic RecipeStage{tier='four', recipe=1xitem.enderutilities.icemelter@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@63b7b662, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@72bb5c34, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4039 enderutilities:handy_chest_small RecipeStage{tier='four', recipe=2xtile.null@3:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraftforge.oredict.OreIngredient@11dd1cbe, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient@25df6728, net.minecraft.item.crafting.Ingredient@74de040e, net.minecraft.item.crafting.Ingredient@25df6728]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4040 enderutilities:handy_chest_normal RecipeStage{tier='four', recipe=1xtile.null@4:[net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraftforge.oredict.OreIngredient@11dd1cbe, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraftforge.oredict.OreIngredient@11dd1cbe, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient@25df6728, net.minecraft.item.crafting.Ingredient@74de040e, net.minecraft.item.crafting.Ingredient@25df6728]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4041 enderutilities:handy_chest_large RecipeStage{tier='four', recipe=1xtile.null@5:[net.minecraft.item.crafting.Ingredient@12dbb31a, net.minecraftforge.oredict.OreIngredient@11dd1cbe, net.minecraft.item.crafting.Ingredient@12dbb31a, net.minecraft.item.crafting.Ingredient@12dbb31a, net.minecraftforge.oredict.OreIngredient@11dd1cbe, net.minecraft.item.crafting.Ingredient@12dbb31a, net.minecraft.item.crafting.Ingredient@25df6728, net.minecraft.item.crafting.Ingredient@74de040e, net.minecraft.item.crafting.Ingredient@25df6728]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4042 enderutilities:handy_chest_extended RecipeStage{tier='four', recipe=1xtile.null@6:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient@5a365d28, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient@5a365d28, net.minecraft.item.crafting.Ingredient@1acd0e1a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4043 enderutilities:handy_bag_large RecipeStage{tier='four', recipe=1xitem.enderutilities.handybag@1:[net.minecraft.item.crafting.Ingredient@76da7d66, net.minecraft.item.crafting.Ingredient@6ff98b9d, net.minecraft.item.crafting.Ingredient@76da7d66, net.minecraft.item.crafting.Ingredient@6ff98b9d, net.minecraft.item.crafting.Ingredient@78adb5a8, net.minecraft.item.crafting.Ingredient@6ff98b9d, net.minecraft.item.crafting.Ingredient@4b860237, net.minecraft.item.crafting.Ingredient@6ff98b9d, net.minecraft.item.crafting.Ingredient@4b860237]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4044 enderutilities:handy_bag_basic RecipeStage{tier='four', recipe=1xitem.enderutilities.handybag@0:[net.minecraft.item.crafting.Ingredient@76da7d66, net.minecraft.item.crafting.Ingredient@12dbb31a, net.minecraft.item.crafting.Ingredient@76da7d66, net.minecraft.item.crafting.Ingredient@12dbb31a, net.minecraftforge.oredict.OreIngredient@11dd1cbe, net.minecraft.item.crafting.Ingredient@12dbb31a, net.minecraft.item.crafting.Ingredient@bb7f072, net.minecraft.item.crafting.Ingredient@12dbb31a, net.minecraft.item.crafting.Ingredient@bb7f072]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4045 enderutilities:floor_normal RecipeStage{tier='four', recipe=1xtile.null@0:[net.minecraftforge.oredict.OreIngredient@6b0c8d96, net.minecraftforge.oredict.OreIngredient@6b0c8d96, net.minecraftforge.oredict.OreIngredient@6b0c8d96, net.minecraftforge.oredict.OreIngredient@4cb62d39, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4cb62d39, net.minecraftforge.oredict.OreIngredient@6b0c8d96, net.minecraftforge.oredict.OreIngredient@6b0c8d96, net.minecraftforge.oredict.OreIngredient@6b0c8d96]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4046 enderutilities:floor_cracked RecipeStage{tier='four', recipe=1xtile.null@1:[net.minecraftforge.oredict.OreIngredient@6b0c8d96, net.minecraftforge.oredict.OreIngredient@6b0c8d96, net.minecraftforge.oredict.OreIngredient@6b0c8d96, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@404661e7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6b0c8d96, net.minecraftforge.oredict.OreIngredient@6b0c8d96, net.minecraftforge.oredict.OreIngredient@6b0c8d96]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4047 enderutilities:energy_bridge_transmitter RecipeStage{tier='four', recipe=1xtile.null@2:[net.minecraft.item.crafting.Ingredient@6ff98b9d, net.minecraft.item.crafting.Ingredient@17d152ea, net.minecraft.item.crafting.Ingredient@6ff98b9d, net.minecraft.item.crafting.Ingredient@6ff98b9d, net.minecraft.item.crafting.Ingredient@63b7b662, net.minecraft.item.crafting.Ingredient@6ff98b9d, net.minecraft.item.crafting.Ingredient@6ff98b9d, net.minecraftforge.oredict.OreIngredient@1b1ddfe8, net.minecraft.item.crafting.Ingredient@6ff98b9d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4048 enderutilities:energy_bridge_resonator RecipeStage{tier='four', recipe=1xtile.null@0:[net.minecraft.item.crafting.Ingredient@12dbb31a, net.minecraftforge.oredict.OreIngredient@1b1ddfe8, net.minecraft.item.crafting.Ingredient@12dbb31a, net.minecraftforge.oredict.OreIngredient@1b1ddfe8, net.minecraft.item.crafting.Ingredient@6e61011e, net.minecraftforge.oredict.OreIngredient@1b1ddfe8, net.minecraft.item.crafting.Ingredient@12dbb31a, net.minecraft.item.crafting.Ingredient@12dbb31a, net.minecraft.item.crafting.Ingredient@12dbb31a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4049 enderutilities:energy_bridge_receiver RecipeStage{tier='four', recipe=1xtile.null@1:[net.minecraft.item.crafting.Ingredient@6ff98b9d, net.minecraftforge.oredict.OreIngredient@1b1ddfe8, net.minecraft.item.crafting.Ingredient@6ff98b9d, net.minecraftforge.oredict.OreIngredient@1b1ddfe8, net.minecraft.item.crafting.Ingredient@63b7b662, net.minecraftforge.oredict.OreIngredient@1b1ddfe8, net.minecraft.item.crafting.Ingredient@6ff98b9d, net.minecraftforge.oredict.OreIngredient@1b1ddfe8, net.minecraft.item.crafting.Ingredient@6ff98b9d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4050 enderutilities:ender_tool_shovel RecipeStage{tier='four', recipe=1xitem.enderutilities.endertool@2:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6ff98b9d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@404661e7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@404661e7, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4051 enderutilities:ender_tool_pickaxe RecipeStage{tier='four', recipe=1xitem.enderutilities.endertool@0:[net.minecraft.item.crafting.Ingredient@6ff98b9d, net.minecraft.item.crafting.Ingredient@6ff98b9d, net.minecraft.item.crafting.Ingredient@6ff98b9d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@404661e7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@404661e7, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4052 enderutilities:ender_tool_hoe RecipeStage{tier='four', recipe=1xitem.enderutilities.endertool@3:[net.minecraft.item.crafting.Ingredient@6ff98b9d, net.minecraft.item.crafting.Ingredient@6ff98b9d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@404661e7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@404661e7, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4053 enderutilities:ender_tool_axe RecipeStage{tier='four', recipe=1xitem.enderutilities.endertool@1:[net.minecraft.item.crafting.Ingredient@6ff98b9d, net.minecraft.item.crafting.Ingredient@6ff98b9d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6ff98b9d, net.minecraft.item.crafting.Ingredient@404661e7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@404661e7, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4054 enderutilities:ender_sword RecipeStage{tier='four', recipe=1xitem.enderutilities.endersword@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6ff98b9d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6ff98b9d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@404661e7, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4055 enderutilities:ender_porter_basic RecipeStage{tier='four', recipe=1xitem.enderutilities.enderporter@0:[net.minecraft.item.crafting.Ingredient@55537638, net.minecraft.item.crafting.Ingredient@6ff98b9d, net.minecraft.item.crafting.Ingredient@55537638, net.minecraft.item.crafting.Ingredient@6ff98b9d, net.minecraft.item.crafting.Ingredient@6e61011e, net.minecraft.item.crafting.Ingredient@6ff98b9d, net.minecraft.item.crafting.Ingredient@55537638, net.minecraft.item.crafting.Ingredient@6ff98b9d, net.minecraft.item.crafting.Ingredient@55537638]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4056 enderutilities:ender_porter_advanced RecipeStage{tier='four', recipe=1xitem.enderutilities.enderporter@1:[net.minecraft.item.crafting.Ingredient@55537638, net.minecraft.item.crafting.Ingredient@6ff98b9d, net.minecraft.item.crafting.Ingredient@55537638, net.minecraft.item.crafting.Ingredient@6ff98b9d, net.minecraft.item.crafting.Ingredient@63b7b662, net.minecraft.item.crafting.Ingredient@6ff98b9d, net.minecraft.item.crafting.Ingredient@55537638, net.minecraft.item.crafting.Ingredient@6ff98b9d, net.minecraft.item.crafting.Ingredient@55537638]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4057 enderutilities:ender_pearl_reusable_normal RecipeStage{tier='four', recipe=1xitem.enderutilities.enderpearlreusable@0:[net.minecraftforge.oredict.OreIngredient@1c513e60, net.minecraft.item.crafting.Ingredient@845b9ed, net.minecraftforge.oredict.OreIngredient@1c513e60, net.minecraft.item.crafting.Ingredient@845b9ed, net.minecraft.item.crafting.Ingredient@6b73371d, net.minecraft.item.crafting.Ingredient@845b9ed, net.minecraftforge.oredict.OreIngredient@1c513e60, net.minecraft.item.crafting.Ingredient@845b9ed, net.minecraftforge.oredict.OreIngredient@1c513e60]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4058 enderutilities:ender_pearl_reusable_elite RecipeStage{tier='four', recipe=1xitem.enderutilities.enderpearlreusable@1:[net.minecraft.item.crafting.Ingredient@4e4fa915, net.minecraft.item.crafting.Ingredient@12dbb31a, net.minecraft.item.crafting.Ingredient@4e4fa915, net.minecraft.item.crafting.Ingredient@12dbb31a, net.minecraft.item.crafting.Ingredient@5bc00fbd, net.minecraft.item.crafting.Ingredient@12dbb31a, net.minecraft.item.crafting.Ingredient@4e4fa915, net.minecraft.item.crafting.Ingredient@74de040e, net.minecraft.item.crafting.Ingredient@4e4fa915]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4059 enderutilities:ender_part_storage_key RecipeStage{tier='four', recipe=1xitem.enderutilities.enderpart@80:[net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraftforge.oredict.OreIngredient@4cb62d39, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraftforge.oredict.OreIngredient@4cb62d39, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4cb62d39, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4060 enderutilities:ender_part_mob_persistence_aka_jailer RecipeStage{tier='four', recipe=1xitem.enderutilities.enderpart@45:[net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient@42aa1415, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient@42aa1415, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@42aa1415, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient@42aa1415, net.minecraft.item.crafting.Ingredient@1acd0e1a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4061 enderutilities:ender_part_memory_card_misc RecipeStage{tier='four', recipe=4xitem.enderutilities.enderpart@50:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1c513e60, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient@3ccda9db, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient@6b73371d, net.minecraft.item.crafting.Ingredient@1acd0e1a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4062 enderutilities:ender_part_memory_card_items_8b_upgrade RecipeStage{tier='four', recipe=1xitem.enderutilities.enderpart@52:[net.minecraft.item.crafting.Ingredient@42c4a040, net.minecraft.item.crafting.Ingredient@42c4a040, net.minecraft.item.crafting.Ingredient@42c4a040, net.minecraft.item.crafting.Ingredient@42c4a040, net.minecraftforge.oredict.OreIngredient@7e3b0ca9, net.minecraftforge.oredict.OreIngredient@7e3b0ca9]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4063 enderutilities:ender_part_memory_card_items_8b_downgrade RecipeStage{tier='four', recipe=4xitem.enderutilities.enderpart@52:[net.minecraft.item.crafting.Ingredient@5807cbc]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4064 enderutilities:ender_part_memory_card_items_6b_parts RecipeStage{tier='four', recipe=2xitem.enderutilities.enderpart@51:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@78ff85b5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraftforge.oredict.OreIngredient@11dd1cbe, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraftforge.oredict.OreIngredient@11dd1cbe, net.minecraft.item.crafting.Ingredient@1acd0e1a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4065 enderutilities:ender_part_memory_card_items_6b_downgrade RecipeStage{tier='four', recipe=4xitem.enderutilities.enderpart@51:[net.minecraft.item.crafting.Ingredient@5e3a060]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4066 enderutilities:ender_part_memory_card_items_12b_upgrade RecipeStage{tier='four', recipe=1xitem.enderutilities.enderpart@54:[net.minecraft.item.crafting.Ingredient@6de34360, net.minecraft.item.crafting.Ingredient@6de34360, net.minecraft.item.crafting.Ingredient@6de34360, net.minecraft.item.crafting.Ingredient@6de34360, net.minecraftforge.oredict.OreIngredient@7e3b0ca9, net.minecraftforge.oredict.OreIngredient@7e3b0ca9]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4067 enderutilities:ender_part_memory_card_items_10b_upgrade RecipeStage{tier='four', recipe=1xitem.enderutilities.enderpart@53:[net.minecraft.item.crafting.Ingredient@1b6d3a76, net.minecraft.item.crafting.Ingredient@1b6d3a76, net.minecraft.item.crafting.Ingredient@1b6d3a76, net.minecraft.item.crafting.Ingredient@1b6d3a76, net.minecraftforge.oredict.OreIngredient@7e3b0ca9, net.minecraftforge.oredict.OreIngredient@7e3b0ca9]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4068 enderutilities:ender_part_memory_card_items_10b_parts RecipeStage{tier='four', recipe=2xitem.enderutilities.enderpart@53:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6f8de4ae, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6ff98b9d, net.minecraftforge.oredict.OreIngredient@11dd1cbe, net.minecraft.item.crafting.Ingredient@6ff98b9d, net.minecraft.item.crafting.Ingredient@6ff98b9d, net.minecraftforge.oredict.OreIngredient@11dd1cbe, net.minecraft.item.crafting.Ingredient@6ff98b9d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4069 enderutilities:ender_part_memory_card_items_10b_downgrade RecipeStage{tier='four', recipe=4xitem.enderutilities.enderpart@53:[net.minecraft.item.crafting.Ingredient@36824a39]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4071 enderutilities:ender_part_ender_rope RecipeStage{tier='four', recipe=4xitem.enderutilities.enderpart@21:[net.minecraft.item.crafting.Ingredient@1d2ffc, net.minecraft.item.crafting.Ingredient@1d2ffc, net.minecraft.item.crafting.Ingredient@1d2ffc, net.minecraft.item.crafting.Ingredient@36bcde1e, net.minecraft.item.crafting.Ingredient@845b9ed, net.minecraft.item.crafting.Ingredient@36bcde1e, net.minecraft.item.crafting.Ingredient@1d2ffc, net.minecraft.item.crafting.Ingredient@1d2ffc, net.minecraft.item.crafting.Ingredient@1d2ffc]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4072 enderutilities:ender_part_ender_relic RecipeStage{tier='four', recipe=1xitem.enderutilities.enderpart@40:[net.minecraftforge.oredict.OreIngredient@1b1ddfe8, net.minecraft.item.crafting.Ingredient@332d83bf, net.minecraftforge.oredict.OreIngredient@1b1ddfe8, net.minecraft.item.crafting.Ingredient@332d83bf, net.minecraft.item.crafting.Ingredient@49560518, net.minecraft.item.crafting.Ingredient@332d83bf, net.minecraftforge.oredict.OreIngredient@1b1ddfe8, net.minecraft.item.crafting.Ingredient@332d83bf, net.minecraftforge.oredict.OreIngredient@1b1ddfe8]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4074 enderutilities:ender_part_ender_core_basic RecipeStage{tier='four', recipe=1xitem.enderutilities.enderpart@10:[net.minecraftforge.oredict.OreIngredient@6b1dc3f8, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraftforge.oredict.OreIngredient@6b1dc3f8, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraftforge.oredict.OreIngredient@52fd1bed, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraftforge.oredict.OreIngredient@6b1dc3f8, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraftforge.oredict.OreIngredient@6b1dc3f8]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4079 enderutilities:ender_part_creative_breaking RecipeStage{tier='creative_unused', recipe=1xitem.enderutilities.enderpart@30:[net.minecraft.item.crafting.Ingredient@6ff98b9d, net.minecraft.item.crafting.Ingredient@3670e23f, net.minecraft.item.crafting.Ingredient@6ff98b9d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@404661e7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@404661e7, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4080 enderutilities:ender_part_barrel_void_upgrade RecipeStage{tier='four', recipe=2xitem.enderutilities.enderpart@73:[net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient@1987f48d, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient@1acd0e1a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4081 enderutilities:ender_part_barrel_structural_upgrade RecipeStage{tier='four', recipe=1xitem.enderutilities.enderpart@71:[net.minecraftforge.oredict.OreIngredient@6b1dc3f8, net.minecraft.item.crafting.Ingredient@471f4d5d, net.minecraftforge.oredict.OreIngredient@6b1dc3f8, net.minecraft.item.crafting.Ingredient@471f4d5d, net.minecraft.item.crafting.Ingredient@6116951, net.minecraft.item.crafting.Ingredient@471f4d5d, net.minecraftforge.oredict.OreIngredient@6b1dc3f8, net.minecraft.item.crafting.Ingredient@471f4d5d, net.minecraftforge.oredict.OreIngredient@6b1dc3f8]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4082 enderutilities:ender_part_barrel_label RecipeStage{tier='four', recipe=1xitem.enderutilities.enderpart@70:[net.minecraftforge.oredict.OreIngredient@4cb62d39, net.minecraftforge.oredict.OreIngredient@4cb62d39, net.minecraftforge.oredict.OreIngredient@4cb62d39, net.minecraftforge.oredict.OreIngredient@4cb62d39, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraftforge.oredict.OreIngredient@4cb62d39, net.minecraftforge.oredict.OreIngredient@4cb62d39, net.minecraftforge.oredict.OreIngredient@4cb62d39, net.minecraftforge.oredict.OreIngredient@4cb62d39]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4083 enderutilities:ender_part_barrel_capacity_upgrade RecipeStage{tier='four', recipe=1xitem.enderutilities.enderpart@72:[net.minecraft.item.crafting.Ingredient@12dbb31a, net.minecraftforge.oredict.OreIngredient@11dd1cbe, net.minecraft.item.crafting.Ingredient@12dbb31a, net.minecraft.item.crafting.Ingredient@12dbb31a, net.minecraft.item.crafting.Ingredient@1c7be3c8, net.minecraft.item.crafting.Ingredient@12dbb31a, net.minecraft.item.crafting.Ingredient@12dbb31a, net.minecraftforge.oredict.OreIngredient@11dd1cbe, net.minecraft.item.crafting.Ingredient@12dbb31a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4084 enderutilities:ender_lasso RecipeStage{tier='four', recipe=1xitem.enderutilities.enderlasso@0:[net.minecraft.item.crafting.Ingredient@76da7d66, net.minecraft.item.crafting.Ingredient@76da7d66, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@76da7d66, net.minecraft.item.crafting.Ingredient@6116951, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1acd0e1a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4085 enderutilities:ender_infuser RecipeStage{tier='four', recipe=1xtile.null@0:[net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient@703c1a, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient@25df6728, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraftforge.oredict.OreIngredient@6b1dc3f8, net.minecraft.item.crafting.Ingredient@28bfead2, net.minecraftforge.oredict.OreIngredient@6b1dc3f8]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4086 enderutilities:ender_furnace RecipeStage{tier='four', recipe=1xtile.null@0:[net.minecraftforge.oredict.OreIngredient@6b1dc3f8, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraftforge.oredict.OreIngredient@6b1dc3f8, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient@28bfead2, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraftforge.oredict.OreIngredient@6b1dc3f8, net.minecraft.item.crafting.Ingredient@74de040e, net.minecraftforge.oredict.OreIngredient@6b1dc3f8]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4088 enderutilities:ender_capacitor_basic RecipeStage{tier='four', recipe=1xitem.enderutilities.endercapacitor@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@845b9ed, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient@6b73371d, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraftforge.oredict.OreIngredient@6b1dc3f8, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraftforge.oredict.OreIngredient@6b1dc3f8]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4090 enderutilities:ender_bucket RecipeStage{tier='four', recipe=1xitem.enderutilities.enderbucket@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@74de040e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient@23fdc29d, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4091 enderutilities:ender_bow RecipeStage{tier='four', recipe=1xitem.enderutilities.enderbow@0:[net.minecraft.item.crafting.Ingredient@76da7d66, net.minecraft.item.crafting.Ingredient@12dbb31a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@76da7d66, net.minecraft.item.crafting.Ingredient@6116951, net.minecraft.item.crafting.Ingredient@12dbb31a, net.minecraft.item.crafting.Ingredient@76da7d66, net.minecraft.item.crafting.Ingredient@12dbb31a, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4092 enderutilities:ender_bag RecipeStage{tier='four', recipe=1xitem.enderutilities.enderbag@0:[net.minecraft.item.crafting.Ingredient@76da7d66, net.minecraft.item.crafting.Ingredient@3bab6af5, net.minecraft.item.crafting.Ingredient@76da7d66, net.minecraft.item.crafting.Ingredient@3bab6af5, net.minecraft.item.crafting.Ingredient@6116951, net.minecraft.item.crafting.Ingredient@3bab6af5, net.minecraft.item.crafting.Ingredient@76da7d66, net.minecraft.item.crafting.Ingredient@63e40400, net.minecraft.item.crafting.Ingredient@76da7d66]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4093 enderutilities:ender_arrow RecipeStage{tier='four', recipe=2xitem.enderutilities.enderarrow@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1c513e60, net.minecraft.item.crafting.Ingredient@845b9ed, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3dbdec16, net.minecraftforge.oredict.OreIngredient@1c513e60, net.minecraft.item.crafting.Ingredient@3dbdec16, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4094 enderutilities:drawbridge_normal RecipeStage{tier='four', recipe=1xtile.null@0:[net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient@3ddcd2b4, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient@3ddcd2b4, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient@6b73371d, net.minecraft.item.crafting.Ingredient@1acd0e1a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4095 enderutilities:drawbridge_advanced RecipeStage{tier='four', recipe=1xtile.null@1:[net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient@3ddcd2b4, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient@3ddcd2b4, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient@20ebaf57, net.minecraft.item.crafting.Ingredient@1acd0e1a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4096 enderutilities:dolly RecipeStage{tier='four', recipe=1xitem.enderutilities.dolly@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@12dbb31a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@12dbb31a, net.minecraft.item.crafting.Ingredient@12dbb31a, net.minecraft.item.crafting.Ingredient@12dbb31a, net.minecraftforge.oredict.OreIngredient@7941264f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4097 enderutilities:creation_station RecipeStage{tier='four', recipe=1xtile.null@2:[net.minecraft.item.crafting.Ingredient@30424823, net.minecraftforge.oredict.OreIngredient@6a4e3e42, net.minecraft.item.crafting.Ingredient@30424823, net.minecraft.item.crafting.Ingredient@12dbb31a, net.minecraft.item.crafting.Ingredient@6116951, net.minecraft.item.crafting.Ingredient@12dbb31a, net.minecraftforge.oredict.OreIngredient@6b1dc3f8, net.minecraft.item.crafting.Ingredient@12dbb31a, net.minecraftforge.oredict.OreIngredient@6b1dc3f8]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4098 enderutilities:chair_wand RecipeStage{tier='four', recipe=1xitem.enderutilities.chairwand@0:[net.minecraftforge.oredict.OreIngredient@435968f9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1acd0e1a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4099 enderutilities:builders_wand_old RecipeStage{tier='four', recipe=1xitem.enderutilities.builderswand@0:[net.minecraft.item.crafting.Ingredient@63b7b662, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6ff98b9d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6ff98b9d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4100 enderutilities:barrel RecipeStage{tier='four', recipe=1xtile.null@0:[net.minecraftforge.oredict.OreIngredient@63eb4460, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraftforge.oredict.OreIngredient@63eb4460, net.minecraftforge.oredict.OreIngredient@63eb4460, net.minecraftforge.oredict.OreIngredient@11dd1cbe, net.minecraftforge.oredict.OreIngredient@63eb4460, net.minecraftforge.oredict.OreIngredient@63eb4460, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraftforge.oredict.OreIngredient@63eb4460]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4101 enderutilities:advanced_quick_stacker RecipeStage{tier='four', recipe=1xtile.null@3:[net.minecraft.item.crafting.Ingredient@25df6728, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient@25df6728, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient@22d74686, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient@25df6728, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient@25df6728]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4102 enderutilities:adjustable_storage_unit RecipeStage{tier='four', recipe=1xtile.enderutilities.asu@0:[net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient@3ccda9db, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient@675c779, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient@20ebaf57, net.minecraft.item.crafting.Ingredient@1acd0e1a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4105 environmentaltech:m_resources/pladium/tiles/tiles_to_normal RecipeStage{tier='five', recipe=1xtile.environmentaltech.pladium@0:[net.minecraft.item.crafting.Ingredient@39a22b8b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4106 environmentaltech:m_resources/pladium/tiles/tiles RecipeStage{tier='five', recipe=4xtile.environmentaltech.pladium_tiles@0:[net.minecraft.item.crafting.Ingredient@6675f8ab, net.minecraft.item.crafting.Ingredient@6675f8ab, net.minecraft.item.crafting.Ingredient@6675f8ab, net.minecraft.item.crafting.Ingredient@6675f8ab]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4107 environmentaltech:m_resources/pladium/tiles/stairs/tiles_stairs_tb RecipeStage{tier='five', recipe=1xtile.environmentaltech.pladium_tiles@0:[net.minecraft.item.crafting.Ingredient@2a1ee169]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4108 environmentaltech:m_resources/pladium/tiles/stairs/tiles_stairs RecipeStage{tier='five', recipe=6xtile.environmentaltech.pladium_tile_stairs@0:[net.minecraft.item.crafting.Ingredient@6a9c157a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6a9c157a, net.minecraft.item.crafting.Ingredient@6a9c157a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6a9c157a, net.minecraft.item.crafting.Ingredient@6a9c157a, net.minecraft.item.crafting.Ingredient@6a9c157a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4109 environmentaltech:m_resources/pladium/tiles/slabs/tiles_slabs_tb RecipeStage{tier='five', recipe=1xtile.environmentaltech.pladium_tiles@0:[net.minecraft.item.crafting.Ingredient@31fa521, net.minecraft.item.crafting.Ingredient@31fa521]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4110 environmentaltech:m_resources/pladium/tiles/slabs/tiles_slabs RecipeStage{tier='five', recipe=6xtile.environmentaltech.pladium_tile_slab@0:[net.minecraft.item.crafting.Ingredient@6abc7cd3, net.minecraft.item.crafting.Ingredient@6abc7cd3, net.minecraft.item.crafting.Ingredient@6abc7cd3]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4111 environmentaltech:m_resources/pladium/pavers/slabs/paver_slabs_tb RecipeStage{tier='five', recipe=1xtile.environmentaltech.pladium_paver@0:[net.minecraft.item.crafting.Ingredient@13cde9b9, net.minecraft.item.crafting.Ingredient@13cde9b9]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4112 environmentaltech:m_resources/pladium/pavers/slabs/paver_slabs RecipeStage{tier='five', recipe=6xtile.environmentaltech.pladium_paver_slab@0:[net.minecraft.item.crafting.Ingredient@7833c7d4, net.minecraft.item.crafting.Ingredient@7833c7d4, net.minecraft.item.crafting.Ingredient@7833c7d4]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4113 environmentaltech:m_resources/pladium/pavers/paver_to_normal RecipeStage{tier='five', recipe=1xtile.environmentaltech.pladium@0:[net.minecraft.item.crafting.Ingredient@6d81c5e1]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4114 environmentaltech:m_resources/pladium/pavers/paver RecipeStage{tier='five', recipe=8xtile.environmentaltech.pladium_paver@0:[net.minecraft.item.crafting.Ingredient@4eaef902, net.minecraft.item.crafting.Ingredient@4eaef902, net.minecraft.item.crafting.Ingredient@4eaef902, net.minecraft.item.crafting.Ingredient@4eaef902, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4eaef902, net.minecraft.item.crafting.Ingredient@4eaef902, net.minecraft.item.crafting.Ingredient@4eaef902, net.minecraft.item.crafting.Ingredient@4eaef902]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4115 environmentaltech:m_resources/pladium/normal/stairs/stairs_tb RecipeStage{tier='five', recipe=1xtile.environmentaltech.pladium@0:[net.minecraft.item.crafting.Ingredient@5e3248b0]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4116 environmentaltech:m_resources/pladium/normal/stairs/stairs RecipeStage{tier='five', recipe=6xtile.environmentaltech.pladium_stairs@0:[net.minecraft.item.crafting.Ingredient@61ef62c6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@61ef62c6, net.minecraft.item.crafting.Ingredient@61ef62c6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@61ef62c6, net.minecraft.item.crafting.Ingredient@61ef62c6, net.minecraft.item.crafting.Ingredient@61ef62c6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4117 environmentaltech:m_resources/pladium/normal/slabs/slabs_tb RecipeStage{tier='five', recipe=1xtile.environmentaltech.pladium@0:[net.minecraft.item.crafting.Ingredient@3c9e4558, net.minecraft.item.crafting.Ingredient@3c9e4558]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4118 environmentaltech:m_resources/pladium/normal/slabs/slabs RecipeStage{tier='five', recipe=6xtile.environmentaltech.pladium_slab@0:[net.minecraft.item.crafting.Ingredient@cced6d9, net.minecraft.item.crafting.Ingredient@cced6d9, net.minecraft.item.crafting.Ingredient@cced6d9]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4119 environmentaltech:m_resources/pladium/normal/dc_block RecipeStage{tier='five', recipe=9xitem.environmentaltech.pladium_crystal@0:[net.minecraft.item.crafting.Ingredient@5b8e63c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4120 environmentaltech:m_resources/pladium/normal/c_block RecipeStage{tier='five', recipe=1xtile.environmentaltech.pladium@0:[net.minecraftforge.oredict.OreIngredient@67685ed6, net.minecraftforge.oredict.OreIngredient@67685ed6, net.minecraftforge.oredict.OreIngredient@67685ed6, net.minecraftforge.oredict.OreIngredient@67685ed6, net.minecraftforge.oredict.OreIngredient@67685ed6, net.minecraftforge.oredict.OreIngredient@67685ed6, net.minecraftforge.oredict.OreIngredient@67685ed6, net.minecraftforge.oredict.OreIngredient@67685ed6, net.minecraftforge.oredict.OreIngredient@67685ed6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4121 environmentaltech:m_resources/pladium/bricks/stairs/brick_stairs_tb RecipeStage{tier='five', recipe=1xtile.environmentaltech.pladium_bricks@0:[net.minecraft.item.crafting.Ingredient@2416c7ea]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4122 environmentaltech:m_resources/pladium/bricks/stairs/brick_stairs RecipeStage{tier='five', recipe=6xtile.environmentaltech.pladium_brick_stairs@0:[net.minecraft.item.crafting.Ingredient@6432d140, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6432d140, net.minecraft.item.crafting.Ingredient@6432d140, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6432d140, net.minecraft.item.crafting.Ingredient@6432d140, net.minecraft.item.crafting.Ingredient@6432d140]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4123 environmentaltech:m_resources/pladium/bricks/slabs/brick_slabs_tb RecipeStage{tier='five', recipe=1xtile.environmentaltech.pladium_bricks@0:[net.minecraft.item.crafting.Ingredient@305e8ede, net.minecraft.item.crafting.Ingredient@305e8ede]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4124 environmentaltech:m_resources/pladium/bricks/slabs/brick_slabs RecipeStage{tier='five', recipe=6xtile.environmentaltech.pladium_brick_slab@0:[net.minecraft.item.crafting.Ingredient@551ec767, net.minecraft.item.crafting.Ingredient@551ec767, net.minecraft.item.crafting.Ingredient@551ec767]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4125 environmentaltech:m_resources/pladium/bricks/bricks_to_normal RecipeStage{tier='five', recipe=1xtile.environmentaltech.pladium@0:[net.minecraft.item.crafting.Ingredient@694f7672]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4126 environmentaltech:m_resources/pladium/bricks/bricks RecipeStage{tier='five', recipe=4xtile.environmentaltech.pladium_bricks@0:[net.minecraft.item.crafting.Ingredient@498719ea, net.minecraft.item.crafting.Ingredient@498719ea, net.minecraft.item.crafting.Ingredient@498719ea, net.minecraft.item.crafting.Ingredient@498719ea]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4127 environmentaltech:m_resources/lonsdaleite/tiles/tiles_to_normal RecipeStage{tier='five', recipe=1xtile.environmentaltech.lonsdaleite@0:[net.minecraft.item.crafting.Ingredient@46c5c02c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4128 environmentaltech:m_resources/lonsdaleite/tiles/tiles RecipeStage{tier='five', recipe=4xtile.environmentaltech.lonsdaleite_tiles@0:[net.minecraft.item.crafting.Ingredient@762db74a, net.minecraft.item.crafting.Ingredient@762db74a, net.minecraft.item.crafting.Ingredient@762db74a, net.minecraft.item.crafting.Ingredient@762db74a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4129 environmentaltech:m_resources/lonsdaleite/tiles/stairs/tiles_stairs_tb RecipeStage{tier='five', recipe=1xtile.environmentaltech.lonsdaleite_tiles@0:[net.minecraft.item.crafting.Ingredient@5950a6d1]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4130 environmentaltech:m_resources/lonsdaleite/tiles/stairs/tiles_stairs RecipeStage{tier='five', recipe=6xtile.environmentaltech.lonsdaleite_tile_stairs@0:[net.minecraft.item.crafting.Ingredient@3d49b705, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3d49b705, net.minecraft.item.crafting.Ingredient@3d49b705, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3d49b705, net.minecraft.item.crafting.Ingredient@3d49b705, net.minecraft.item.crafting.Ingredient@3d49b705]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4131 environmentaltech:m_resources/lonsdaleite/tiles/slabs/tiles_slabs_tb RecipeStage{tier='five', recipe=1xtile.environmentaltech.lonsdaleite_tiles@0:[net.minecraft.item.crafting.Ingredient@2de96905, net.minecraft.item.crafting.Ingredient@2de96905]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4132 environmentaltech:m_resources/lonsdaleite/tiles/slabs/tiles_slabs RecipeStage{tier='five', recipe=6xtile.environmentaltech.lonsdaleite_tile_slab@0:[net.minecraft.item.crafting.Ingredient@33f83604, net.minecraft.item.crafting.Ingredient@33f83604, net.minecraft.item.crafting.Ingredient@33f83604]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4133 environmentaltech:m_resources/lonsdaleite/pavers/slabs/paver_slabs_tb RecipeStage{tier='five', recipe=1xtile.environmentaltech.lonsdaleite_paver@0:[net.minecraft.item.crafting.Ingredient@5edb6e0d, net.minecraft.item.crafting.Ingredient@5edb6e0d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4134 environmentaltech:m_resources/lonsdaleite/pavers/slabs/paver_slabs RecipeStage{tier='five', recipe=6xtile.environmentaltech.lonsdaleite_paver_slab@0:[net.minecraft.item.crafting.Ingredient@6b9ae5f9, net.minecraft.item.crafting.Ingredient@6b9ae5f9, net.minecraft.item.crafting.Ingredient@6b9ae5f9]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4135 environmentaltech:m_resources/lonsdaleite/pavers/paver_to_normal RecipeStage{tier='five', recipe=1xtile.environmentaltech.lonsdaleite@0:[net.minecraft.item.crafting.Ingredient@5e128764]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4136 environmentaltech:m_resources/lonsdaleite/pavers/paver RecipeStage{tier='five', recipe=8xtile.environmentaltech.lonsdaleite_paver@0:[net.minecraft.item.crafting.Ingredient@c820ad8, net.minecraft.item.crafting.Ingredient@c820ad8, net.minecraft.item.crafting.Ingredient@c820ad8, net.minecraft.item.crafting.Ingredient@c820ad8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@c820ad8, net.minecraft.item.crafting.Ingredient@c820ad8, net.minecraft.item.crafting.Ingredient@c820ad8, net.minecraft.item.crafting.Ingredient@c820ad8]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4137 environmentaltech:m_resources/lonsdaleite/normal/stairs/stairs_tb RecipeStage{tier='five', recipe=1xtile.environmentaltech.lonsdaleite@0:[net.minecraft.item.crafting.Ingredient@361e54a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4138 environmentaltech:m_resources/lonsdaleite/normal/stairs/stairs RecipeStage{tier='five', recipe=6xtile.environmentaltech.lonsdaleite_stairs@0:[net.minecraft.item.crafting.Ingredient@bb1965a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@bb1965a, net.minecraft.item.crafting.Ingredient@bb1965a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@bb1965a, net.minecraft.item.crafting.Ingredient@bb1965a, net.minecraft.item.crafting.Ingredient@bb1965a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4139 environmentaltech:m_resources/lonsdaleite/normal/slabs/slabs_tb RecipeStage{tier='five', recipe=1xtile.environmentaltech.lonsdaleite@0:[net.minecraft.item.crafting.Ingredient@2a4e4c4a, net.minecraft.item.crafting.Ingredient@2a4e4c4a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4140 environmentaltech:m_resources/lonsdaleite/normal/slabs/slabs RecipeStage{tier='five', recipe=6xtile.environmentaltech.lonsdaleite_slab@0:[net.minecraft.item.crafting.Ingredient@66e33de3, net.minecraft.item.crafting.Ingredient@66e33de3, net.minecraft.item.crafting.Ingredient@66e33de3]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4141 environmentaltech:m_resources/lonsdaleite/normal/dc_block RecipeStage{tier='five', recipe=9xitem.environmentaltech.lonsdaleite_crystal@0:[net.minecraft.item.crafting.Ingredient@21ba354d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4142 environmentaltech:m_resources/lonsdaleite/normal/c_block RecipeStage{tier='five', recipe=1xtile.environmentaltech.lonsdaleite@0:[net.minecraftforge.oredict.OreIngredient@9951358, net.minecraftforge.oredict.OreIngredient@9951358, net.minecraftforge.oredict.OreIngredient@9951358, net.minecraftforge.oredict.OreIngredient@9951358, net.minecraftforge.oredict.OreIngredient@9951358, net.minecraftforge.oredict.OreIngredient@9951358, net.minecraftforge.oredict.OreIngredient@9951358, net.minecraftforge.oredict.OreIngredient@9951358, net.minecraftforge.oredict.OreIngredient@9951358]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4143 environmentaltech:m_resources/lonsdaleite/bricks/stairs/brick_stairs_tb RecipeStage{tier='five', recipe=1xtile.environmentaltech.lonsdaleite_bricks@0:[net.minecraft.item.crafting.Ingredient@3c4fe178]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4144 environmentaltech:m_resources/lonsdaleite/bricks/stairs/brick_stairs RecipeStage{tier='five', recipe=6xtile.environmentaltech.lonsdaleite_brick_stairs@0:[net.minecraft.item.crafting.Ingredient@62e9e28d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@62e9e28d, net.minecraft.item.crafting.Ingredient@62e9e28d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@62e9e28d, net.minecraft.item.crafting.Ingredient@62e9e28d, net.minecraft.item.crafting.Ingredient@62e9e28d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4145 environmentaltech:m_resources/lonsdaleite/bricks/slabs/brick_slabs_tb RecipeStage{tier='five', recipe=1xtile.environmentaltech.lonsdaleite_bricks@0:[net.minecraft.item.crafting.Ingredient@c538f30, net.minecraft.item.crafting.Ingredient@c538f30]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4146 environmentaltech:m_resources/lonsdaleite/bricks/slabs/brick_slabs RecipeStage{tier='five', recipe=6xtile.environmentaltech.lonsdaleite_brick_slab@0:[net.minecraft.item.crafting.Ingredient@7f6d56a0, net.minecraft.item.crafting.Ingredient@7f6d56a0, net.minecraft.item.crafting.Ingredient@7f6d56a0]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4147 environmentaltech:m_resources/lonsdaleite/bricks/bricks_to_normal RecipeStage{tier='five', recipe=1xtile.environmentaltech.lonsdaleite@0:[net.minecraft.item.crafting.Ingredient@11df1ce4]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4148 environmentaltech:m_resources/lonsdaleite/bricks/bricks RecipeStage{tier='five', recipe=4xtile.environmentaltech.lonsdaleite_bricks@0:[net.minecraft.item.crafting.Ingredient@44bd69a7, net.minecraft.item.crafting.Ingredient@44bd69a7, net.minecraft.item.crafting.Ingredient@44bd69a7, net.minecraft.item.crafting.Ingredient@44bd69a7]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4149 environmentaltech:m_resources/litherite/tiles/tiles_to_normal RecipeStage{tier='five', recipe=1xtile.environmentaltech.litherite@0:[net.minecraft.item.crafting.Ingredient@47e3cb80]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4150 environmentaltech:m_resources/litherite/tiles/tiles RecipeStage{tier='five', recipe=4xtile.environmentaltech.litherite_tiles@0:[net.minecraft.item.crafting.Ingredient@62ea317, net.minecraft.item.crafting.Ingredient@62ea317, net.minecraft.item.crafting.Ingredient@62ea317, net.minecraft.item.crafting.Ingredient@62ea317]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4151 environmentaltech:m_resources/litherite/tiles/stairs/tiles_stairs_tb RecipeStage{tier='five', recipe=1xtile.environmentaltech.litherite_tiles@0:[net.minecraft.item.crafting.Ingredient@5869c245]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4152 environmentaltech:m_resources/litherite/tiles/stairs/tiles_stairs RecipeStage{tier='five', recipe=6xtile.environmentaltech.litherite_tile_stairs@0:[net.minecraft.item.crafting.Ingredient@583f95e3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@583f95e3, net.minecraft.item.crafting.Ingredient@583f95e3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@583f95e3, net.minecraft.item.crafting.Ingredient@583f95e3, net.minecraft.item.crafting.Ingredient@583f95e3]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4153 environmentaltech:m_resources/litherite/tiles/slabs/tiles_slabs_tb RecipeStage{tier='five', recipe=1xtile.environmentaltech.litherite_tiles@0:[net.minecraft.item.crafting.Ingredient@5860f8f6, net.minecraft.item.crafting.Ingredient@5860f8f6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4154 environmentaltech:m_resources/litherite/tiles/slabs/tiles_slabs RecipeStage{tier='five', recipe=6xtile.environmentaltech.litherite_tile_slab@0:[net.minecraft.item.crafting.Ingredient@4ae76868, net.minecraft.item.crafting.Ingredient@4ae76868, net.minecraft.item.crafting.Ingredient@4ae76868]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4155 environmentaltech:m_resources/litherite/pavers/slabs/paver_slabs_tb RecipeStage{tier='five', recipe=1xtile.environmentaltech.litherite_paver@0:[net.minecraft.item.crafting.Ingredient@3ddde309, net.minecraft.item.crafting.Ingredient@3ddde309]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4156 environmentaltech:m_resources/litherite/pavers/slabs/paver_slabs RecipeStage{tier='five', recipe=6xtile.environmentaltech.litherite_paver_slab@0:[net.minecraft.item.crafting.Ingredient@517289e6, net.minecraft.item.crafting.Ingredient@517289e6, net.minecraft.item.crafting.Ingredient@517289e6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4157 environmentaltech:m_resources/litherite/pavers/paver_to_normal RecipeStage{tier='five', recipe=1xtile.environmentaltech.litherite@0:[net.minecraft.item.crafting.Ingredient@23799619]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4158 environmentaltech:m_resources/litherite/pavers/paver RecipeStage{tier='five', recipe=8xtile.environmentaltech.litherite_paver@0:[net.minecraft.item.crafting.Ingredient@602cb1f3, net.minecraft.item.crafting.Ingredient@602cb1f3, net.minecraft.item.crafting.Ingredient@602cb1f3, net.minecraft.item.crafting.Ingredient@602cb1f3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@602cb1f3, net.minecraft.item.crafting.Ingredient@602cb1f3, net.minecraft.item.crafting.Ingredient@602cb1f3, net.minecraft.item.crafting.Ingredient@602cb1f3]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4159 environmentaltech:m_resources/litherite/normal/stairs/stairs_tb RecipeStage{tier='five', recipe=1xtile.environmentaltech.litherite@0:[net.minecraft.item.crafting.Ingredient@68795d92]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4160 environmentaltech:m_resources/litherite/normal/stairs/stairs RecipeStage{tier='five', recipe=6xtile.environmentaltech.litherite_stairs@0:[net.minecraft.item.crafting.Ingredient@5b29444c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5b29444c, net.minecraft.item.crafting.Ingredient@5b29444c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5b29444c, net.minecraft.item.crafting.Ingredient@5b29444c, net.minecraft.item.crafting.Ingredient@5b29444c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4161 environmentaltech:m_resources/litherite/normal/slabs/slabs_tb RecipeStage{tier='five', recipe=1xtile.environmentaltech.litherite@0:[net.minecraft.item.crafting.Ingredient@66ff9b8a, net.minecraft.item.crafting.Ingredient@66ff9b8a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4162 environmentaltech:m_resources/litherite/normal/slabs/slabs RecipeStage{tier='five', recipe=6xtile.environmentaltech.litherite_slab@0:[net.minecraft.item.crafting.Ingredient@7df78111, net.minecraft.item.crafting.Ingredient@7df78111, net.minecraft.item.crafting.Ingredient@7df78111]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4163 environmentaltech:m_resources/litherite/normal/dc_block RecipeStage{tier='five', recipe=9xitem.environmentaltech.litherite_crystal@0:[net.minecraft.item.crafting.Ingredient@31f4d722]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4164 environmentaltech:m_resources/litherite/normal/c_block RecipeStage{tier='five', recipe=1xtile.environmentaltech.litherite@0:[net.minecraftforge.oredict.OreIngredient@46a2bfb9, net.minecraftforge.oredict.OreIngredient@46a2bfb9, net.minecraftforge.oredict.OreIngredient@46a2bfb9, net.minecraftforge.oredict.OreIngredient@46a2bfb9, net.minecraftforge.oredict.OreIngredient@46a2bfb9, net.minecraftforge.oredict.OreIngredient@46a2bfb9, net.minecraftforge.oredict.OreIngredient@46a2bfb9, net.minecraftforge.oredict.OreIngredient@46a2bfb9, net.minecraftforge.oredict.OreIngredient@46a2bfb9]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4165 environmentaltech:m_resources/litherite/litherite_crystal RecipeStage{tier='five', recipe=4xitem.environmentaltech.litherite_crystal@0:[net.minecraftforge.oredict.OreIngredient@73811b8b, net.minecraft.item.crafting.Ingredient@53f0f09d, net.minecraftforge.oredict.OreIngredient@1786cd73, net.minecraft.item.crafting.Ingredient@53f0f09d, net.minecraftforge.oredict.OreIngredient@1a8e5a20, net.minecraft.item.crafting.Ingredient@53f0f09d, net.minecraftforge.oredict.OreIngredient@1786cd73, net.minecraft.item.crafting.Ingredient@53f0f09d, net.minecraftforge.oredict.OreIngredient@73811b8b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4166 environmentaltech:m_resources/litherite/bricks/stairs/brick_stairs_tb RecipeStage{tier='five', recipe=1xtile.environmentaltech.litherite_bricks@0:[net.minecraft.item.crafting.Ingredient@7c7380c1]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4167 environmentaltech:m_resources/litherite/bricks/stairs/brick_stairs RecipeStage{tier='five', recipe=6xtile.environmentaltech.litherite_brick_stairs@0:[net.minecraft.item.crafting.Ingredient@6883dde4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6883dde4, net.minecraft.item.crafting.Ingredient@6883dde4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6883dde4, net.minecraft.item.crafting.Ingredient@6883dde4, net.minecraft.item.crafting.Ingredient@6883dde4]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4168 environmentaltech:m_resources/litherite/bricks/slabs/brick_slabs_tb RecipeStage{tier='five', recipe=1xtile.environmentaltech.litherite_bricks@0:[net.minecraft.item.crafting.Ingredient@363bdfe4, net.minecraft.item.crafting.Ingredient@363bdfe4]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4169 environmentaltech:m_resources/litherite/bricks/slabs/brick_slabs RecipeStage{tier='five', recipe=6xtile.environmentaltech.litherite_brick_slab@0:[net.minecraft.item.crafting.Ingredient@1d183231, net.minecraft.item.crafting.Ingredient@1d183231, net.minecraft.item.crafting.Ingredient@1d183231]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4170 environmentaltech:m_resources/litherite/bricks/bricks_to_normal RecipeStage{tier='five', recipe=1xtile.environmentaltech.litherite@0:[net.minecraft.item.crafting.Ingredient@c234192]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4171 environmentaltech:m_resources/litherite/bricks/bricks RecipeStage{tier='five', recipe=4xtile.environmentaltech.litherite_bricks@0:[net.minecraft.item.crafting.Ingredient@1e04e9da, net.minecraft.item.crafting.Ingredient@1e04e9da, net.minecraft.item.crafting.Ingredient@1e04e9da, net.minecraft.item.crafting.Ingredient@1e04e9da]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4172 environmentaltech:m_resources/kyronite/tiles/tiles_to_normal RecipeStage{tier='five', recipe=1xtile.environmentaltech.kyronite@0:[net.minecraft.item.crafting.Ingredient@588bad21]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4173 environmentaltech:m_resources/kyronite/tiles/tiles RecipeStage{tier='five', recipe=4xtile.environmentaltech.kyronite_tiles@0:[net.minecraft.item.crafting.Ingredient@3805f826, net.minecraft.item.crafting.Ingredient@3805f826, net.minecraft.item.crafting.Ingredient@3805f826, net.minecraft.item.crafting.Ingredient@3805f826]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4174 environmentaltech:m_resources/kyronite/tiles/stairs/tiles_stairs_tb RecipeStage{tier='five', recipe=1xtile.environmentaltech.kyronite_tiles@0:[net.minecraft.item.crafting.Ingredient@382a50e4]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4175 environmentaltech:m_resources/kyronite/tiles/stairs/tiles_stairs RecipeStage{tier='five', recipe=6xtile.environmentaltech.kyronite_tile_stairs@0:[net.minecraft.item.crafting.Ingredient@6080a985, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6080a985, net.minecraft.item.crafting.Ingredient@6080a985, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6080a985, net.minecraft.item.crafting.Ingredient@6080a985, net.minecraft.item.crafting.Ingredient@6080a985]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4176 environmentaltech:m_resources/kyronite/tiles/slabs/tiles_slabs_tb RecipeStage{tier='five', recipe=1xtile.environmentaltech.kyronite_tiles@0:[net.minecraft.item.crafting.Ingredient@132d3022, net.minecraft.item.crafting.Ingredient@132d3022]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4177 environmentaltech:m_resources/kyronite/tiles/slabs/tiles_slabs RecipeStage{tier='five', recipe=6xtile.environmentaltech.kyronite_tile_slab@0:[net.minecraft.item.crafting.Ingredient@2c8caf6b, net.minecraft.item.crafting.Ingredient@2c8caf6b, net.minecraft.item.crafting.Ingredient@2c8caf6b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4178 environmentaltech:m_resources/kyronite/pavers/slabs/paver_slabs_tb RecipeStage{tier='five', recipe=1xtile.environmentaltech.kyronite_paver@0:[net.minecraft.item.crafting.Ingredient@d1b3f3e, net.minecraft.item.crafting.Ingredient@d1b3f3e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4179 environmentaltech:m_resources/kyronite/pavers/slabs/paver_slabs RecipeStage{tier='five', recipe=6xtile.environmentaltech.kyronite_paver_slab@0:[net.minecraft.item.crafting.Ingredient@11611971, net.minecraft.item.crafting.Ingredient@11611971, net.minecraft.item.crafting.Ingredient@11611971]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4180 environmentaltech:m_resources/kyronite/pavers/paver_to_normal RecipeStage{tier='five', recipe=1xtile.environmentaltech.kyronite@0:[net.minecraft.item.crafting.Ingredient@1cf77490]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4181 environmentaltech:m_resources/kyronite/pavers/paver RecipeStage{tier='five', recipe=8xtile.environmentaltech.kyronite_paver@0:[net.minecraft.item.crafting.Ingredient@7af58e1a, net.minecraft.item.crafting.Ingredient@7af58e1a, net.minecraft.item.crafting.Ingredient@7af58e1a, net.minecraft.item.crafting.Ingredient@7af58e1a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7af58e1a, net.minecraft.item.crafting.Ingredient@7af58e1a, net.minecraft.item.crafting.Ingredient@7af58e1a, net.minecraft.item.crafting.Ingredient@7af58e1a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4182 environmentaltech:m_resources/kyronite/normal/stairs/stairs_tb RecipeStage{tier='five', recipe=1xtile.environmentaltech.kyronite@0:[net.minecraft.item.crafting.Ingredient@6092f23f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4183 environmentaltech:m_resources/kyronite/normal/stairs/stairs RecipeStage{tier='five', recipe=6xtile.environmentaltech.kyronite_stairs@0:[net.minecraft.item.crafting.Ingredient@36d31f47, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@36d31f47, net.minecraft.item.crafting.Ingredient@36d31f47, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@36d31f47, net.minecraft.item.crafting.Ingredient@36d31f47, net.minecraft.item.crafting.Ingredient@36d31f47]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4184 environmentaltech:m_resources/kyronite/normal/slabs/slabs_tb RecipeStage{tier='five', recipe=1xtile.environmentaltech.kyronite@0:[net.minecraft.item.crafting.Ingredient@153892fc, net.minecraft.item.crafting.Ingredient@153892fc]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4185 environmentaltech:m_resources/kyronite/normal/slabs/slabs RecipeStage{tier='five', recipe=6xtile.environmentaltech.kyronite_slab@0:[net.minecraft.item.crafting.Ingredient@f0a08b8, net.minecraft.item.crafting.Ingredient@f0a08b8, net.minecraft.item.crafting.Ingredient@f0a08b8]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4186 environmentaltech:m_resources/kyronite/normal/dc_block RecipeStage{tier='five', recipe=9xitem.environmentaltech.kyronite_crystal@0:[net.minecraft.item.crafting.Ingredient@30b836bd]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4187 environmentaltech:m_resources/kyronite/normal/c_block RecipeStage{tier='five', recipe=1xtile.environmentaltech.kyronite@0:[net.minecraftforge.oredict.OreIngredient@5970efe6, net.minecraftforge.oredict.OreIngredient@5970efe6, net.minecraftforge.oredict.OreIngredient@5970efe6, net.minecraftforge.oredict.OreIngredient@5970efe6, net.minecraftforge.oredict.OreIngredient@5970efe6, net.minecraftforge.oredict.OreIngredient@5970efe6, net.minecraftforge.oredict.OreIngredient@5970efe6, net.minecraftforge.oredict.OreIngredient@5970efe6, net.minecraftforge.oredict.OreIngredient@5970efe6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4188 environmentaltech:m_resources/kyronite/bricks/stairs/brick_stairs_tb RecipeStage{tier='five', recipe=1xtile.environmentaltech.kyronite_bricks@0:[net.minecraft.item.crafting.Ingredient@662188d2]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4189 environmentaltech:m_resources/kyronite/bricks/stairs/brick_stairs RecipeStage{tier='five', recipe=6xtile.environmentaltech.kyronite_brick_stairs@0:[net.minecraft.item.crafting.Ingredient@43491e64, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@43491e64, net.minecraft.item.crafting.Ingredient@43491e64, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@43491e64, net.minecraft.item.crafting.Ingredient@43491e64, net.minecraft.item.crafting.Ingredient@43491e64]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4190 environmentaltech:m_resources/kyronite/bricks/slabs/brick_slabs_tb RecipeStage{tier='five', recipe=1xtile.environmentaltech.kyronite_bricks@0:[net.minecraft.item.crafting.Ingredient@6bec2c06, net.minecraft.item.crafting.Ingredient@6bec2c06]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4191 environmentaltech:m_resources/kyronite/bricks/slabs/brick_slabs RecipeStage{tier='five', recipe=6xtile.environmentaltech.kyronite_brick_slab@0:[net.minecraft.item.crafting.Ingredient@39c41d58, net.minecraft.item.crafting.Ingredient@39c41d58, net.minecraft.item.crafting.Ingredient@39c41d58]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4192 environmentaltech:m_resources/kyronite/bricks/bricks_to_normal RecipeStage{tier='five', recipe=1xtile.environmentaltech.kyronite@0:[net.minecraft.item.crafting.Ingredient@2bc640e8]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4193 environmentaltech:m_resources/kyronite/bricks/bricks RecipeStage{tier='five', recipe=4xtile.environmentaltech.kyronite_bricks@0:[net.minecraft.item.crafting.Ingredient@344f4345, net.minecraft.item.crafting.Ingredient@344f4345, net.minecraft.item.crafting.Ingredient@344f4345, net.minecraft.item.crafting.Ingredient@344f4345]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4194 environmentaltech:m_resources/ionite/tiles/tiles_to_normal RecipeStage{tier='five', recipe=1xtile.environmentaltech.ionite@0:[net.minecraft.item.crafting.Ingredient@7378acc1]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4195 environmentaltech:m_resources/ionite/tiles/tiles RecipeStage{tier='five', recipe=4xtile.environmentaltech.ionite_tiles@0:[net.minecraft.item.crafting.Ingredient@6e9a8e59, net.minecraft.item.crafting.Ingredient@6e9a8e59, net.minecraft.item.crafting.Ingredient@6e9a8e59, net.minecraft.item.crafting.Ingredient@6e9a8e59]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4196 environmentaltech:m_resources/ionite/tiles/stairs/tiles_stairs_tb RecipeStage{tier='five', recipe=1xtile.environmentaltech.ionite_tiles@0:[net.minecraft.item.crafting.Ingredient@6271a678]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4197 environmentaltech:m_resources/ionite/tiles/stairs/tiles_stairs RecipeStage{tier='five', recipe=6xtile.environmentaltech.ionite_tile_stairs@0:[net.minecraft.item.crafting.Ingredient@7937e9df, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7937e9df, net.minecraft.item.crafting.Ingredient@7937e9df, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7937e9df, net.minecraft.item.crafting.Ingredient@7937e9df, net.minecraft.item.crafting.Ingredient@7937e9df]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4198 environmentaltech:m_resources/ionite/tiles/slabs/tiles_slabs_tb RecipeStage{tier='five', recipe=1xtile.environmentaltech.ionite_tiles@0:[net.minecraft.item.crafting.Ingredient@425511a8, net.minecraft.item.crafting.Ingredient@425511a8]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4199 environmentaltech:m_resources/ionite/tiles/slabs/tiles_slabs RecipeStage{tier='five', recipe=6xtile.environmentaltech.ionite_tile_slab@0:[net.minecraft.item.crafting.Ingredient@415421ee, net.minecraft.item.crafting.Ingredient@415421ee, net.minecraft.item.crafting.Ingredient@415421ee]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4200 environmentaltech:m_resources/ionite/pavers/slabs/paver_slabs_tb RecipeStage{tier='five', recipe=1xtile.environmentaltech.ionite_paver@0:[net.minecraft.item.crafting.Ingredient@3e3f6075, net.minecraft.item.crafting.Ingredient@3e3f6075]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4201 environmentaltech:m_resources/ionite/pavers/slabs/paver_slabs RecipeStage{tier='five', recipe=6xtile.environmentaltech.ionite_paver_slab@0:[net.minecraft.item.crafting.Ingredient@b06f11f, net.minecraft.item.crafting.Ingredient@b06f11f, net.minecraft.item.crafting.Ingredient@b06f11f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4202 environmentaltech:m_resources/ionite/pavers/paver_to_normal RecipeStage{tier='five', recipe=1xtile.environmentaltech.ionite@0:[net.minecraft.item.crafting.Ingredient@64860281]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4203 environmentaltech:m_resources/ionite/pavers/paver RecipeStage{tier='five', recipe=8xtile.environmentaltech.ionite_paver@0:[net.minecraft.item.crafting.Ingredient@30fe4eb, net.minecraft.item.crafting.Ingredient@30fe4eb, net.minecraft.item.crafting.Ingredient@30fe4eb, net.minecraft.item.crafting.Ingredient@30fe4eb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@30fe4eb, net.minecraft.item.crafting.Ingredient@30fe4eb, net.minecraft.item.crafting.Ingredient@30fe4eb, net.minecraft.item.crafting.Ingredient@30fe4eb]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4204 environmentaltech:m_resources/ionite/normal/stairs/stairs_tb RecipeStage{tier='five', recipe=1xtile.environmentaltech.ionite@0:[net.minecraft.item.crafting.Ingredient@3138f3b8]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4205 environmentaltech:m_resources/ionite/normal/stairs/stairs RecipeStage{tier='five', recipe=6xtile.environmentaltech.ionite_stairs@0:[net.minecraft.item.crafting.Ingredient@286fe74c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@286fe74c, net.minecraft.item.crafting.Ingredient@286fe74c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@286fe74c, net.minecraft.item.crafting.Ingredient@286fe74c, net.minecraft.item.crafting.Ingredient@286fe74c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4206 environmentaltech:m_resources/ionite/normal/slabs/slabs_tb RecipeStage{tier='five', recipe=1xtile.environmentaltech.ionite@0:[net.minecraft.item.crafting.Ingredient@31c7a92, net.minecraft.item.crafting.Ingredient@31c7a92]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4207 environmentaltech:m_resources/ionite/normal/slabs/slabs RecipeStage{tier='five', recipe=6xtile.environmentaltech.ionite_slab@0:[net.minecraft.item.crafting.Ingredient@388d636a, net.minecraft.item.crafting.Ingredient@388d636a, net.minecraft.item.crafting.Ingredient@388d636a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4208 environmentaltech:m_resources/ionite/normal/dc_block RecipeStage{tier='five', recipe=9xitem.environmentaltech.ionite_crystal@0:[net.minecraft.item.crafting.Ingredient@162d0f12]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4209 environmentaltech:m_resources/ionite/normal/c_block RecipeStage{tier='five', recipe=1xtile.environmentaltech.ionite@0:[net.minecraftforge.oredict.OreIngredient@317915c5, net.minecraftforge.oredict.OreIngredient@317915c5, net.minecraftforge.oredict.OreIngredient@317915c5, net.minecraftforge.oredict.OreIngredient@317915c5, net.minecraftforge.oredict.OreIngredient@317915c5, net.minecraftforge.oredict.OreIngredient@317915c5, net.minecraftforge.oredict.OreIngredient@317915c5, net.minecraftforge.oredict.OreIngredient@317915c5, net.minecraftforge.oredict.OreIngredient@317915c5]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4210 environmentaltech:m_resources/ionite/bricks/stairs/brick_stairs_tb RecipeStage{tier='five', recipe=1xtile.environmentaltech.ionite_bricks@0:[net.minecraft.item.crafting.Ingredient@a32455f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4211 environmentaltech:m_resources/ionite/bricks/stairs/brick_stairs RecipeStage{tier='five', recipe=6xtile.environmentaltech.ionite_brick_stairs@0:[net.minecraft.item.crafting.Ingredient@7666bd5d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7666bd5d, net.minecraft.item.crafting.Ingredient@7666bd5d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7666bd5d, net.minecraft.item.crafting.Ingredient@7666bd5d, net.minecraft.item.crafting.Ingredient@7666bd5d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4212 environmentaltech:m_resources/ionite/bricks/slabs/brick_slabs_tb RecipeStage{tier='five', recipe=1xtile.environmentaltech.ionite_bricks@0:[net.minecraft.item.crafting.Ingredient@4c8acdf0, net.minecraft.item.crafting.Ingredient@4c8acdf0]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4213 environmentaltech:m_resources/ionite/bricks/slabs/brick_slabs RecipeStage{tier='five', recipe=6xtile.environmentaltech.ionite_brick_slab@0:[net.minecraft.item.crafting.Ingredient@2210b87, net.minecraft.item.crafting.Ingredient@2210b87, net.minecraft.item.crafting.Ingredient@2210b87]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4214 environmentaltech:m_resources/ionite/bricks/bricks_to_normal RecipeStage{tier='five', recipe=1xtile.environmentaltech.ionite@0:[net.minecraft.item.crafting.Ingredient@78776968]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4215 environmentaltech:m_resources/ionite/bricks/bricks RecipeStage{tier='five', recipe=4xtile.environmentaltech.ionite_bricks@0:[net.minecraft.item.crafting.Ingredient@69caa3f2, net.minecraft.item.crafting.Ingredient@69caa3f2, net.minecraft.item.crafting.Ingredient@69caa3f2, net.minecraft.item.crafting.Ingredient@69caa3f2]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4216 environmentaltech:m_resources/erodium/tiles/tiles_to_normal RecipeStage{tier='five', recipe=1xtile.environmentaltech.erodium@0:[net.minecraft.item.crafting.Ingredient@7b625f5f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4217 environmentaltech:m_resources/erodium/tiles/tiles RecipeStage{tier='five', recipe=4xtile.environmentaltech.erodium_tiles@0:[net.minecraft.item.crafting.Ingredient@766c8617, net.minecraft.item.crafting.Ingredient@766c8617, net.minecraft.item.crafting.Ingredient@766c8617, net.minecraft.item.crafting.Ingredient@766c8617]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4218 environmentaltech:m_resources/erodium/tiles/stairs/tiles_stairs_tb RecipeStage{tier='five', recipe=1xtile.environmentaltech.erodium_tiles@0:[net.minecraft.item.crafting.Ingredient@3db8d357]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4219 environmentaltech:m_resources/erodium/tiles/stairs/tiles_stairs RecipeStage{tier='five', recipe=6xtile.environmentaltech.erodium_tile_stairs@0:[net.minecraft.item.crafting.Ingredient@301adae5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@301adae5, net.minecraft.item.crafting.Ingredient@301adae5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@301adae5, net.minecraft.item.crafting.Ingredient@301adae5, net.minecraft.item.crafting.Ingredient@301adae5]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4220 environmentaltech:m_resources/erodium/tiles/slabs/tiles_slabs_tb RecipeStage{tier='five', recipe=1xtile.environmentaltech.erodium_tiles@0:[net.minecraft.item.crafting.Ingredient@6e6a48dd, net.minecraft.item.crafting.Ingredient@6e6a48dd]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4221 environmentaltech:m_resources/erodium/tiles/slabs/tiles_slabs RecipeStage{tier='five', recipe=6xtile.environmentaltech.erodium_tile_slab@0:[net.minecraft.item.crafting.Ingredient@7d41d86b, net.minecraft.item.crafting.Ingredient@7d41d86b, net.minecraft.item.crafting.Ingredient@7d41d86b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4222 environmentaltech:m_resources/erodium/pavers/slabs/paver_slabs_tb RecipeStage{tier='five', recipe=1xtile.environmentaltech.erodium_paver@0:[net.minecraft.item.crafting.Ingredient@6286c36a, net.minecraft.item.crafting.Ingredient@6286c36a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4223 environmentaltech:m_resources/erodium/pavers/slabs/paver_slabs RecipeStage{tier='five', recipe=6xtile.environmentaltech.erodium_paver_slab@0:[net.minecraft.item.crafting.Ingredient@7b034f40, net.minecraft.item.crafting.Ingredient@7b034f40, net.minecraft.item.crafting.Ingredient@7b034f40]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4224 environmentaltech:m_resources/erodium/pavers/paver_to_normal RecipeStage{tier='five', recipe=1xtile.environmentaltech.erodium@0:[net.minecraft.item.crafting.Ingredient@43fbd0e5]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4225 environmentaltech:m_resources/erodium/pavers/paver RecipeStage{tier='five', recipe=8xtile.environmentaltech.erodium_paver@0:[net.minecraft.item.crafting.Ingredient@77fca5ef, net.minecraft.item.crafting.Ingredient@77fca5ef, net.minecraft.item.crafting.Ingredient@77fca5ef, net.minecraft.item.crafting.Ingredient@77fca5ef, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@77fca5ef, net.minecraft.item.crafting.Ingredient@77fca5ef, net.minecraft.item.crafting.Ingredient@77fca5ef, net.minecraft.item.crafting.Ingredient@77fca5ef]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4226 environmentaltech:m_resources/erodium/normal/stairs/stairs_tb RecipeStage{tier='five', recipe=1xtile.environmentaltech.erodium@0:[net.minecraft.item.crafting.Ingredient@440d174]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4227 environmentaltech:m_resources/erodium/normal/stairs/stairs RecipeStage{tier='five', recipe=6xtile.environmentaltech.erodium_stairs@0:[net.minecraft.item.crafting.Ingredient@5ca2a322, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5ca2a322, net.minecraft.item.crafting.Ingredient@5ca2a322, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5ca2a322, net.minecraft.item.crafting.Ingredient@5ca2a322, net.minecraft.item.crafting.Ingredient@5ca2a322]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4228 environmentaltech:m_resources/erodium/normal/slabs/slabs_tb RecipeStage{tier='five', recipe=1xtile.environmentaltech.erodium@0:[net.minecraft.item.crafting.Ingredient@42fc5add, net.minecraft.item.crafting.Ingredient@42fc5add]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4229 environmentaltech:m_resources/erodium/normal/slabs/slabs RecipeStage{tier='five', recipe=6xtile.environmentaltech.erodium_slab@0:[net.minecraft.item.crafting.Ingredient@5f2b9278, net.minecraft.item.crafting.Ingredient@5f2b9278, net.minecraft.item.crafting.Ingredient@5f2b9278]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4230 environmentaltech:m_resources/erodium/normal/dc_block RecipeStage{tier='five', recipe=9xitem.environmentaltech.erodium_crystal@0:[net.minecraft.item.crafting.Ingredient@5c05c3fc]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4231 environmentaltech:m_resources/erodium/normal/c_block RecipeStage{tier='five', recipe=1xtile.environmentaltech.erodium@0:[net.minecraftforge.oredict.OreIngredient@11885ea9, net.minecraftforge.oredict.OreIngredient@11885ea9, net.minecraftforge.oredict.OreIngredient@11885ea9, net.minecraftforge.oredict.OreIngredient@11885ea9, net.minecraftforge.oredict.OreIngredient@11885ea9, net.minecraftforge.oredict.OreIngredient@11885ea9, net.minecraftforge.oredict.OreIngredient@11885ea9, net.minecraftforge.oredict.OreIngredient@11885ea9, net.minecraftforge.oredict.OreIngredient@11885ea9]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4232 environmentaltech:m_resources/erodium/bricks/stairs/brick_stairs_tb RecipeStage{tier='five', recipe=1xtile.environmentaltech.erodium_bricks@0:[net.minecraft.item.crafting.Ingredient@342a4cd2]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4233 environmentaltech:m_resources/erodium/bricks/stairs/brick_stairs RecipeStage{tier='five', recipe=6xtile.environmentaltech.erodium_brick_stairs@0:[net.minecraft.item.crafting.Ingredient@4481c95, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4481c95, net.minecraft.item.crafting.Ingredient@4481c95, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4481c95, net.minecraft.item.crafting.Ingredient@4481c95, net.minecraft.item.crafting.Ingredient@4481c95]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4234 environmentaltech:m_resources/erodium/bricks/slabs/brick_slabs_tb RecipeStage{tier='five', recipe=1xtile.environmentaltech.erodium_bricks@0:[net.minecraft.item.crafting.Ingredient@147c0c75, net.minecraft.item.crafting.Ingredient@147c0c75]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4235 environmentaltech:m_resources/erodium/bricks/slabs/brick_slabs RecipeStage{tier='five', recipe=6xtile.environmentaltech.erodium_brick_slab@0:[net.minecraft.item.crafting.Ingredient@751fbb37, net.minecraft.item.crafting.Ingredient@751fbb37, net.minecraft.item.crafting.Ingredient@751fbb37]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4236 environmentaltech:m_resources/erodium/bricks/bricks_to_normal RecipeStage{tier='five', recipe=1xtile.environmentaltech.erodium@0:[net.minecraft.item.crafting.Ingredient@610423f3]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4237 environmentaltech:m_resources/erodium/bricks/bricks RecipeStage{tier='five', recipe=4xtile.environmentaltech.erodium_bricks@0:[net.minecraft.item.crafting.Ingredient@5783a590, net.minecraft.item.crafting.Ingredient@5783a590, net.minecraft.item.crafting.Ingredient@5783a590, net.minecraft.item.crafting.Ingredient@5783a590]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4238 environmentaltech:m_resources/aethium/tiles/tiles_to_normal RecipeStage{tier='five', recipe=1xtile.environmentaltech.aethium@0:[net.minecraft.item.crafting.Ingredient@2bb231e4]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4239 environmentaltech:m_resources/aethium/tiles/tiles RecipeStage{tier='five', recipe=4xtile.environmentaltech.aethium_tiles@0:[net.minecraft.item.crafting.Ingredient@76fdfa18, net.minecraft.item.crafting.Ingredient@76fdfa18, net.minecraft.item.crafting.Ingredient@76fdfa18, net.minecraft.item.crafting.Ingredient@76fdfa18]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4240 environmentaltech:m_resources/aethium/tiles/stairs/tiles_stairs_tb RecipeStage{tier='five', recipe=1xtile.environmentaltech.aethium_tiles@0:[net.minecraft.item.crafting.Ingredient@5c69504f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4241 environmentaltech:m_resources/aethium/tiles/stairs/tiles_stairs RecipeStage{tier='five', recipe=6xtile.environmentaltech.aethium_tile_stairs@0:[net.minecraft.item.crafting.Ingredient@1e23873f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1e23873f, net.minecraft.item.crafting.Ingredient@1e23873f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1e23873f, net.minecraft.item.crafting.Ingredient@1e23873f, net.minecraft.item.crafting.Ingredient@1e23873f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4242 environmentaltech:m_resources/aethium/tiles/slabs/tiles_slabs_tb RecipeStage{tier='five', recipe=1xtile.environmentaltech.aethium_tiles@0:[net.minecraft.item.crafting.Ingredient@2efaea2b, net.minecraft.item.crafting.Ingredient@2efaea2b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4243 environmentaltech:m_resources/aethium/tiles/slabs/tiles_slabs RecipeStage{tier='five', recipe=6xtile.environmentaltech.aethium_tile_slab@0:[net.minecraft.item.crafting.Ingredient@1de197d8, net.minecraft.item.crafting.Ingredient@1de197d8, net.minecraft.item.crafting.Ingredient@1de197d8]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4244 environmentaltech:m_resources/aethium/pavers/slabs/paver_slabs_tb RecipeStage{tier='five', recipe=1xtile.environmentaltech.aethium_paver@0:[net.minecraft.item.crafting.Ingredient@4bbf3da4, net.minecraft.item.crafting.Ingredient@4bbf3da4]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4245 environmentaltech:m_resources/aethium/pavers/slabs/paver_slabs RecipeStage{tier='five', recipe=6xtile.environmentaltech.aethium_paver_slab@0:[net.minecraft.item.crafting.Ingredient@6deb0369, net.minecraft.item.crafting.Ingredient@6deb0369, net.minecraft.item.crafting.Ingredient@6deb0369]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4246 environmentaltech:m_resources/aethium/pavers/paver_to_normal RecipeStage{tier='five', recipe=1xtile.environmentaltech.aethium@0:[net.minecraft.item.crafting.Ingredient@30a24f4f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4247 environmentaltech:m_resources/aethium/pavers/paver RecipeStage{tier='five', recipe=8xtile.environmentaltech.aethium_paver@0:[net.minecraft.item.crafting.Ingredient@40b57c4a, net.minecraft.item.crafting.Ingredient@40b57c4a, net.minecraft.item.crafting.Ingredient@40b57c4a, net.minecraft.item.crafting.Ingredient@40b57c4a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@40b57c4a, net.minecraft.item.crafting.Ingredient@40b57c4a, net.minecraft.item.crafting.Ingredient@40b57c4a, net.minecraft.item.crafting.Ingredient@40b57c4a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4248 environmentaltech:m_resources/aethium/normal/stairs/stairs_tb RecipeStage{tier='five', recipe=1xtile.environmentaltech.aethium@0:[net.minecraft.item.crafting.Ingredient@5cefef62]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4249 environmentaltech:m_resources/aethium/normal/stairs/stairs RecipeStage{tier='five', recipe=6xtile.environmentaltech.aethium_stairs@0:[net.minecraft.item.crafting.Ingredient@3738a6b3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3738a6b3, net.minecraft.item.crafting.Ingredient@3738a6b3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3738a6b3, net.minecraft.item.crafting.Ingredient@3738a6b3, net.minecraft.item.crafting.Ingredient@3738a6b3]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4250 environmentaltech:m_resources/aethium/normal/slabs/slabs_tb RecipeStage{tier='five', recipe=1xtile.environmentaltech.aethium@0:[net.minecraft.item.crafting.Ingredient@b8db139, net.minecraft.item.crafting.Ingredient@b8db139]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4251 environmentaltech:m_resources/aethium/normal/slabs/slabs RecipeStage{tier='five', recipe=6xtile.environmentaltech.aethium_slab@0:[net.minecraft.item.crafting.Ingredient@4853899a, net.minecraft.item.crafting.Ingredient@4853899a, net.minecraft.item.crafting.Ingredient@4853899a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4252 environmentaltech:m_resources/aethium/normal/dc_block RecipeStage{tier='five', recipe=9xitem.environmentaltech.aethium_crystal@0:[net.minecraft.item.crafting.Ingredient@1805965e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4253 environmentaltech:m_resources/aethium/normal/c_block RecipeStage{tier='five', recipe=1xtile.environmentaltech.aethium@0:[net.minecraftforge.oredict.OreIngredient@4d1363a9, net.minecraftforge.oredict.OreIngredient@4d1363a9, net.minecraftforge.oredict.OreIngredient@4d1363a9, net.minecraftforge.oredict.OreIngredient@4d1363a9, net.minecraftforge.oredict.OreIngredient@4d1363a9, net.minecraftforge.oredict.OreIngredient@4d1363a9, net.minecraftforge.oredict.OreIngredient@4d1363a9, net.minecraftforge.oredict.OreIngredient@4d1363a9, net.minecraftforge.oredict.OreIngredient@4d1363a9]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4254 environmentaltech:m_resources/aethium/bricks/stairs/brick_stairs_tb RecipeStage{tier='five', recipe=1xtile.environmentaltech.aethium_bricks@0:[net.minecraft.item.crafting.Ingredient@5394d1ca]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4255 environmentaltech:m_resources/aethium/bricks/stairs/brick_stairs RecipeStage{tier='five', recipe=6xtile.environmentaltech.aethium_brick_stairs@0:[net.minecraft.item.crafting.Ingredient@266d0e11, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@266d0e11, net.minecraft.item.crafting.Ingredient@266d0e11, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@266d0e11, net.minecraft.item.crafting.Ingredient@266d0e11, net.minecraft.item.crafting.Ingredient@266d0e11]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4256 environmentaltech:m_resources/aethium/bricks/slabs/brick_slabs_tb RecipeStage{tier='five', recipe=1xtile.environmentaltech.aethium_bricks@0:[net.minecraft.item.crafting.Ingredient@23ec732b, net.minecraft.item.crafting.Ingredient@23ec732b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4257 environmentaltech:m_resources/aethium/bricks/slabs/brick_slabs RecipeStage{tier='five', recipe=6xtile.environmentaltech.aethium_brick_slab@0:[net.minecraft.item.crafting.Ingredient@adfe968, net.minecraft.item.crafting.Ingredient@adfe968, net.minecraft.item.crafting.Ingredient@adfe968]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4258 environmentaltech:m_resources/aethium/bricks/bricks_to_normal RecipeStage{tier='five', recipe=1xtile.environmentaltech.aethium@0:[net.minecraft.item.crafting.Ingredient@407403d7]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4259 environmentaltech:m_resources/aethium/bricks/bricks RecipeStage{tier='five', recipe=4xtile.environmentaltech.aethium_bricks@0:[net.minecraft.item.crafting.Ingredient@7d711f4, net.minecraft.item.crafting.Ingredient@7d711f4, net.minecraft.item.crafting.Ingredient@7d711f4, net.minecraft.item.crafting.Ingredient@7d711f4]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4260 environmentaltech:m_multiblocks/m_void/m_resource/void_res_miner_cont_6 RecipeStage{tier='five', recipe=1xtile.environmentaltech.void_res_miner_cont_6@0:[net.minecraftforge.oredict.OreIngredient@3d8010bd, net.minecraftforge.oredict.OreIngredient@3caa6bee, net.minecraftforge.oredict.OreIngredient@3d8010bd, net.minecraftforge.oredict.OreIngredient@3d8010bd, net.minecraft.item.crafting.Ingredient@35c4212e, net.minecraftforge.oredict.OreIngredient@3d8010bd, net.minecraftforge.oredict.OreIngredient@3d8010bd, net.minecraftforge.oredict.OreIngredient@5ff89e6d, net.minecraftforge.oredict.OreIngredient@3d8010bd]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4261 environmentaltech:m_multiblocks/m_void/m_resource/void_res_miner_cont_5 RecipeStage{tier='five', recipe=1xtile.environmentaltech.void_res_miner_cont_5@0:[net.minecraftforge.oredict.OreIngredient@213e905, net.minecraftforge.oredict.OreIngredient@63f42f50, net.minecraftforge.oredict.OreIngredient@213e905, net.minecraftforge.oredict.OreIngredient@213e905, net.minecraft.item.crafting.Ingredient@3aa4e00e, net.minecraftforge.oredict.OreIngredient@213e905, net.minecraftforge.oredict.OreIngredient@213e905, net.minecraftforge.oredict.OreIngredient@3b1bbe03, net.minecraftforge.oredict.OreIngredient@213e905]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4262 environmentaltech:m_multiblocks/m_void/m_resource/void_res_miner_cont_4 RecipeStage{tier='five', recipe=1xtile.environmentaltech.void_res_miner_cont_4@0:[net.minecraftforge.oredict.OreIngredient@1fa56c0c, net.minecraftforge.oredict.OreIngredient@502aac5f, net.minecraftforge.oredict.OreIngredient@1fa56c0c, net.minecraftforge.oredict.OreIngredient@1fa56c0c, net.minecraft.item.crafting.Ingredient@3ce315cc, net.minecraftforge.oredict.OreIngredient@1fa56c0c, net.minecraftforge.oredict.OreIngredient@1fa56c0c, net.minecraftforge.oredict.OreIngredient@4079012, net.minecraftforge.oredict.OreIngredient@1fa56c0c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4263 environmentaltech:m_multiblocks/m_void/m_resource/void_res_miner_cont_3 RecipeStage{tier='five', recipe=1xtile.environmentaltech.void_res_miner_cont_3@0:[net.minecraftforge.oredict.OreIngredient@29edf8a1, net.minecraftforge.oredict.OreIngredient@2b559ed7, net.minecraftforge.oredict.OreIngredient@29edf8a1, net.minecraftforge.oredict.OreIngredient@29edf8a1, net.minecraft.item.crafting.Ingredient@449d4741, net.minecraftforge.oredict.OreIngredient@29edf8a1, net.minecraftforge.oredict.OreIngredient@29edf8a1, net.minecraftforge.oredict.OreIngredient@4621d47e, net.minecraftforge.oredict.OreIngredient@29edf8a1]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4264 environmentaltech:m_multiblocks/m_void/m_resource/void_res_miner_cont_2 RecipeStage{tier='five', recipe=1xtile.environmentaltech.void_res_miner_cont_2@0:[net.minecraftforge.oredict.OreIngredient@61a8da86, net.minecraftforge.oredict.OreIngredient@19b8e204, net.minecraftforge.oredict.OreIngredient@61a8da86, net.minecraftforge.oredict.OreIngredient@61a8da86, net.minecraft.item.crafting.Ingredient@42009b39, net.minecraftforge.oredict.OreIngredient@61a8da86, net.minecraftforge.oredict.OreIngredient@61a8da86, net.minecraftforge.oredict.OreIngredient@7897d770, net.minecraftforge.oredict.OreIngredient@61a8da86]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4265 environmentaltech:m_multiblocks/m_void/m_resource/void_res_miner_cont_1 RecipeStage{tier='five', recipe=1xtile.environmentaltech.void_res_miner_cont_1@0:[net.minecraftforge.oredict.OreIngredient@1cfc6bf, net.minecraftforge.oredict.OreIngredient@3c4ec4a6, net.minecraftforge.oredict.OreIngredient@1cfc6bf, net.minecraftforge.oredict.OreIngredient@1cfc6bf, net.minecraft.item.crafting.Ingredient@6c5da7b9, net.minecraftforge.oredict.OreIngredient@1cfc6bf, net.minecraft.item.crafting.Ingredient@793c35dd, net.minecraftforge.oredict.OreIngredient@639f19b, net.minecraft.item.crafting.Ingredient@793c35dd]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4266 environmentaltech:m_multiblocks/m_void/m_ore/void_ore_miner_cont_6 RecipeStage{tier='five', recipe=1xtile.environmentaltech.void_ore_miner_cont_6@0:[net.minecraftforge.oredict.OreIngredient@10626cda, net.minecraftforge.oredict.OreIngredient@20ecb630, net.minecraftforge.oredict.OreIngredient@10626cda, net.minecraftforge.oredict.OreIngredient@10626cda, net.minecraft.item.crafting.Ingredient@3ce9e4ce, net.minecraftforge.oredict.OreIngredient@10626cda, net.minecraftforge.oredict.OreIngredient@10626cda, net.minecraftforge.oredict.OreIngredient@2d55f6b2, net.minecraftforge.oredict.OreIngredient@10626cda]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4267 environmentaltech:m_multiblocks/m_void/m_ore/void_ore_miner_cont_5 RecipeStage{tier='five', recipe=1xtile.environmentaltech.void_ore_miner_cont_5@0:[net.minecraftforge.oredict.OreIngredient@1a94f64b, net.minecraftforge.oredict.OreIngredient@262157dc, net.minecraftforge.oredict.OreIngredient@1a94f64b, net.minecraftforge.oredict.OreIngredient@1a94f64b, net.minecraft.item.crafting.Ingredient@1c7c811f, net.minecraftforge.oredict.OreIngredient@1a94f64b, net.minecraftforge.oredict.OreIngredient@1a94f64b, net.minecraftforge.oredict.OreIngredient@37bd936a, net.minecraftforge.oredict.OreIngredient@1a94f64b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4268 environmentaltech:m_multiblocks/m_void/m_ore/void_ore_miner_cont_4 RecipeStage{tier='five', recipe=1xtile.environmentaltech.void_ore_miner_cont_4@0:[net.minecraftforge.oredict.OreIngredient@5e4c399, net.minecraftforge.oredict.OreIngredient@3f93c390, net.minecraftforge.oredict.OreIngredient@5e4c399, net.minecraftforge.oredict.OreIngredient@5e4c399, net.minecraft.item.crafting.Ingredient@302b6f29, net.minecraftforge.oredict.OreIngredient@5e4c399, net.minecraftforge.oredict.OreIngredient@5e4c399, net.minecraftforge.oredict.OreIngredient@274abafa, net.minecraftforge.oredict.OreIngredient@5e4c399]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4269 environmentaltech:m_multiblocks/m_void/m_ore/void_ore_miner_cont_3 RecipeStage{tier='five', recipe=1xtile.environmentaltech.void_ore_miner_cont_3@0:[net.minecraftforge.oredict.OreIngredient@3c691e29, net.minecraftforge.oredict.OreIngredient@321ab160, net.minecraftforge.oredict.OreIngredient@3c691e29, net.minecraftforge.oredict.OreIngredient@3c691e29, net.minecraft.item.crafting.Ingredient@6bf20762, net.minecraftforge.oredict.OreIngredient@3c691e29, net.minecraftforge.oredict.OreIngredient@3c691e29, net.minecraftforge.oredict.OreIngredient@120ea7cd, net.minecraftforge.oredict.OreIngredient@3c691e29]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4270 environmentaltech:m_multiblocks/m_void/m_ore/void_ore_miner_cont_2 RecipeStage{tier='five', recipe=1xtile.environmentaltech.void_ore_miner_cont_2@0:[net.minecraftforge.oredict.OreIngredient@1df179ef, net.minecraftforge.oredict.OreIngredient@6839b451, net.minecraftforge.oredict.OreIngredient@1df179ef, net.minecraftforge.oredict.OreIngredient@1df179ef, net.minecraft.item.crafting.Ingredient@4b31259f, net.minecraftforge.oredict.OreIngredient@1df179ef, net.minecraftforge.oredict.OreIngredient@1df179ef, net.minecraftforge.oredict.OreIngredient@5948601, net.minecraftforge.oredict.OreIngredient@1df179ef]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4271 environmentaltech:m_multiblocks/m_void/m_ore/void_ore_miner_cont_1 RecipeStage{tier='five', recipe=1xtile.environmentaltech.void_ore_miner_cont_1@0:[net.minecraftforge.oredict.OreIngredient@5558fec1, net.minecraftforge.oredict.OreIngredient@23d84366, net.minecraftforge.oredict.OreIngredient@5558fec1, net.minecraftforge.oredict.OreIngredient@5558fec1, net.minecraft.item.crafting.Ingredient@59e03fe, net.minecraftforge.oredict.OreIngredient@5558fec1, net.minecraft.item.crafting.Ingredient@d3331bc, net.minecraftforge.oredict.OreIngredient@1f8f7a7a, net.minecraft.item.crafting.Ingredient@d3331bc]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4272 environmentaltech:m_multiblocks/m_void/m_botanic/void_botanic_miner_cont_6 RecipeStage{tier='five', recipe=1xtile.environmentaltech.void_botanic_miner_cont_6@0:[net.minecraftforge.oredict.OreIngredient@2ab21adf, net.minecraft.item.crafting.Ingredient@78c28799, net.minecraftforge.oredict.OreIngredient@2ab21adf, net.minecraftforge.oredict.OreIngredient@2ab21adf, net.minecraft.item.crafting.Ingredient@450a6b64, net.minecraftforge.oredict.OreIngredient@2ab21adf, net.minecraftforge.oredict.OreIngredient@2ab21adf, net.minecraftforge.oredict.OreIngredient@351e8e70, net.minecraftforge.oredict.OreIngredient@2ab21adf]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4273 environmentaltech:m_multiblocks/m_void/m_botanic/void_botanic_miner_cont_5 RecipeStage{tier='five', recipe=1xtile.environmentaltech.void_botanic_miner_cont_5@0:[net.minecraftforge.oredict.OreIngredient@3439c549, net.minecraft.item.crafting.Ingredient@3b011a4e, net.minecraftforge.oredict.OreIngredient@3439c549, net.minecraftforge.oredict.OreIngredient@3439c549, net.minecraft.item.crafting.Ingredient@4d5397c0, net.minecraftforge.oredict.OreIngredient@3439c549, net.minecraftforge.oredict.OreIngredient@3439c549, net.minecraftforge.oredict.OreIngredient@15dacfff, net.minecraftforge.oredict.OreIngredient@3439c549]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4274 environmentaltech:m_multiblocks/m_void/m_botanic/void_botanic_miner_cont_4 RecipeStage{tier='five', recipe=1xtile.environmentaltech.void_botanic_miner_cont_4@0:[net.minecraftforge.oredict.OreIngredient@4e8905fa, net.minecraft.item.crafting.Ingredient@3b5360e8, net.minecraftforge.oredict.OreIngredient@4e8905fa, net.minecraftforge.oredict.OreIngredient@4e8905fa, net.minecraft.item.crafting.Ingredient@78f97927, net.minecraftforge.oredict.OreIngredient@4e8905fa, net.minecraftforge.oredict.OreIngredient@4e8905fa, net.minecraftforge.oredict.OreIngredient@953d3c9, net.minecraftforge.oredict.OreIngredient@4e8905fa]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4275 environmentaltech:m_multiblocks/m_void/m_botanic/void_botanic_miner_cont_3 RecipeStage{tier='five', recipe=1xtile.environmentaltech.void_botanic_miner_cont_3@0:[net.minecraftforge.oredict.OreIngredient@b5ef5ae, net.minecraft.item.crafting.Ingredient@193148d8, net.minecraftforge.oredict.OreIngredient@b5ef5ae, net.minecraftforge.oredict.OreIngredient@b5ef5ae, net.minecraft.item.crafting.Ingredient@8807f00, net.minecraftforge.oredict.OreIngredient@b5ef5ae, net.minecraftforge.oredict.OreIngredient@b5ef5ae, net.minecraftforge.oredict.OreIngredient@313ea9ac, net.minecraftforge.oredict.OreIngredient@b5ef5ae]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4276 environmentaltech:m_multiblocks/m_void/m_botanic/void_botanic_miner_cont_2 RecipeStage{tier='five', recipe=1xtile.environmentaltech.void_botanic_miner_cont_2@0:[net.minecraftforge.oredict.OreIngredient@11919332, net.minecraft.item.crafting.Ingredient@522eb469, net.minecraftforge.oredict.OreIngredient@11919332, net.minecraftforge.oredict.OreIngredient@11919332, net.minecraft.item.crafting.Ingredient@25f61e75, net.minecraftforge.oredict.OreIngredient@11919332, net.minecraftforge.oredict.OreIngredient@11919332, net.minecraftforge.oredict.OreIngredient@412b1803, net.minecraftforge.oredict.OreIngredient@11919332]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4277 environmentaltech:m_multiblocks/m_void/m_botanic/void_botanic_miner_cont_1 RecipeStage{tier='five', recipe=1xtile.environmentaltech.void_botanic_miner_cont_1@0:[net.minecraftforge.oredict.OreIngredient@77f63b67, net.minecraft.item.crafting.Ingredient@5bbc602d, net.minecraftforge.oredict.OreIngredient@77f63b67, net.minecraftforge.oredict.OreIngredient@77f63b67, net.minecraft.item.crafting.Ingredient@3f83e16, net.minecraftforge.oredict.OreIngredient@77f63b67, net.minecraft.item.crafting.Ingredient@d328d2f, net.minecraftforge.oredict.OreIngredient@4b59ba20, net.minecraft.item.crafting.Ingredient@d328d2f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4278 environmentaltech:m_multiblocks/m_void/modifier_accuracy RecipeStage{tier='five', recipe=1xtile.environmentaltech.modifier_accuracy@0:[net.minecraftforge.oredict.OreIngredient@72a54791, net.minecraft.item.crafting.Ingredient@135df1d4, net.minecraftforge.oredict.OreIngredient@72a54791, net.minecraft.item.crafting.Ingredient@2ee14a3e, net.minecraft.item.crafting.Ingredient@3469da36, net.minecraft.item.crafting.Ingredient@2ee14a3e, net.minecraftforge.oredict.OreIngredient@72a54791, net.minecraft.item.crafting.Ingredient@48465e3e, net.minecraftforge.oredict.OreIngredient@72a54791]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4279 environmentaltech:m_multiblocks/m_void/lens_clear_crystal RecipeStage{tier='five', recipe=1xtile.environmentaltech.laser_lens_crystal@0:[net.minecraftforge.oredict.OreIngredient@349ccd68, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@349ccd68, net.minecraftforge.oredict.OreIngredient@349ccd68, net.minecraftforge.oredict.OreIngredient@1c3896c2, net.minecraftforge.oredict.OreIngredient@349ccd68, net.minecraftforge.oredict.OreIngredient@349ccd68, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@349ccd68]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4280 environmentaltech:m_multiblocks/m_void/lens_clear_alt RecipeStage{tier='five', recipe=1xtile.environmentaltech.laser_lens@0:[net.minecraftforge.oredict.OreIngredient@7a432b43]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4281 environmentaltech:m_multiblocks/m_void/lens_clear RecipeStage{tier='five', recipe=1xtile.environmentaltech.laser_lens@0:[net.minecraftforge.oredict.OreIngredient@11f98a9f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@11f98a9f, net.minecraftforge.oredict.OreIngredient@11f98a9f, net.minecraftforge.oredict.OreIngredient@11f98a9f, net.minecraftforge.oredict.OreIngredient@11f98a9f, net.minecraftforge.oredict.OreIngredient@11f98a9f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@11f98a9f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4282 environmentaltech:m_multiblocks/m_void/laser_core RecipeStage{tier='five', recipe=1xtile.environmentaltech.laser_core@0:[net.minecraftforge.oredict.OreIngredient@fab1536, net.minecraftforge.oredict.OreIngredient@2f3e4cf5, net.minecraftforge.oredict.OreIngredient@fab1536, net.minecraft.item.crafting.Ingredient@2ba80def, net.minecraftforge.oredict.OreIngredient@2f3e4cf5, net.minecraft.item.crafting.Ingredient@2ba80def, net.minecraftforge.oredict.OreIngredient@fab1536, net.minecraftforge.oredict.OreIngredient@2f3e4cf5, net.minecraftforge.oredict.OreIngredient@fab1536]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4283 environmentaltech:m_multiblocks/m_void/diode RecipeStage{tier='five', recipe=1xitem.environmentaltech.diode@0:[net.minecraftforge.oredict.OreIngredient@4c778e8d, net.minecraftforge.oredict.OreIngredient@4c778e8d, net.minecraftforge.oredict.OreIngredient@4c778e8d, net.minecraftforge.oredict.OreIngredient@4c778e8d, net.minecraftforge.oredict.OreIngredient@30cf1a84, net.minecraftforge.oredict.OreIngredient@4c778e8d, net.minecraftforge.oredict.OreIngredient@4c778e8d, net.minecraftforge.oredict.OreIngredient@34cef892, net.minecraftforge.oredict.OreIngredient@4c778e8d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4284 environmentaltech:m_multiblocks/m_void/colored_lenses/lens_yellow RecipeStage{tier='five', recipe=1xtile.environmentaltech.laser_lens_colored@4:[net.minecraftforge.oredict.OreIngredient@31451c4f, net.minecraftforge.oredict.OreIngredient@1e97a58a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4285 environmentaltech:m_multiblocks/m_void/colored_lenses/lens_white RecipeStage{tier='five', recipe=1xtile.environmentaltech.laser_lens_colored@0:[net.minecraftforge.oredict.OreIngredient@75845907, net.minecraftforge.oredict.OreIngredient@6f1a6c9f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4286 environmentaltech:m_multiblocks/m_void/colored_lenses/lens_red RecipeStage{tier='five', recipe=1xtile.environmentaltech.laser_lens_colored@14:[net.minecraftforge.oredict.OreIngredient@6b44e0c4, net.minecraftforge.oredict.OreIngredient@9833fa4]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4287 environmentaltech:m_multiblocks/m_void/colored_lenses/lens_purple RecipeStage{tier='five', recipe=1xtile.environmentaltech.laser_lens_colored@10:[net.minecraftforge.oredict.OreIngredient@5b9dad49, net.minecraftforge.oredict.OreIngredient@56ac36a5]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4288 environmentaltech:m_multiblocks/m_void/colored_lenses/lens_pink RecipeStage{tier='five', recipe=1xtile.environmentaltech.laser_lens_colored@6:[net.minecraftforge.oredict.OreIngredient@6fe27bfe, net.minecraftforge.oredict.OreIngredient@68498f3f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4289 environmentaltech:m_multiblocks/m_void/colored_lenses/lens_orange RecipeStage{tier='five', recipe=1xtile.environmentaltech.laser_lens_colored@1:[net.minecraftforge.oredict.OreIngredient@e18aca9, net.minecraftforge.oredict.OreIngredient@66874c0b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4290 environmentaltech:m_multiblocks/m_void/colored_lenses/lens_magenta RecipeStage{tier='five', recipe=1xtile.environmentaltech.laser_lens_colored@2:[net.minecraftforge.oredict.OreIngredient@5fd053, net.minecraftforge.oredict.OreIngredient@6b2dce3a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4291 environmentaltech:m_multiblocks/m_void/colored_lenses/lens_lime RecipeStage{tier='five', recipe=1xtile.environmentaltech.laser_lens_colored@5:[net.minecraftforge.oredict.OreIngredient@6f434e1c, net.minecraftforge.oredict.OreIngredient@3671a1de]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4292 environmentaltech:m_multiblocks/m_void/colored_lenses/lens_light_gray RecipeStage{tier='five', recipe=1xtile.environmentaltech.laser_lens_colored@8:[net.minecraftforge.oredict.OreIngredient@1a0e7f3a, net.minecraftforge.oredict.OreIngredient@48453a6d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4293 environmentaltech:m_multiblocks/m_void/colored_lenses/lens_light_blue RecipeStage{tier='five', recipe=1xtile.environmentaltech.laser_lens_colored@3:[net.minecraftforge.oredict.OreIngredient@192dd1d, net.minecraftforge.oredict.OreIngredient@bf1344f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4294 environmentaltech:m_multiblocks/m_void/colored_lenses/lens_green RecipeStage{tier='five', recipe=1xtile.environmentaltech.laser_lens_colored@13:[net.minecraftforge.oredict.OreIngredient@505a6c3, net.minecraftforge.oredict.OreIngredient@373cb324]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4295 environmentaltech:m_multiblocks/m_void/colored_lenses/lens_gray RecipeStage{tier='five', recipe=1xtile.environmentaltech.laser_lens_colored@7:[net.minecraftforge.oredict.OreIngredient@30a9271f, net.minecraftforge.oredict.OreIngredient@f6c7b20]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4296 environmentaltech:m_multiblocks/m_void/colored_lenses/lens_cyan RecipeStage{tier='five', recipe=1xtile.environmentaltech.laser_lens_colored@9:[net.minecraftforge.oredict.OreIngredient@6e937e52, net.minecraftforge.oredict.OreIngredient@9b4fbfa]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4297 environmentaltech:m_multiblocks/m_void/colored_lenses/lens_brown RecipeStage{tier='five', recipe=1xtile.environmentaltech.laser_lens_colored@12:[net.minecraftforge.oredict.OreIngredient@693ba368, net.minecraftforge.oredict.OreIngredient@24b4b2e8]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4298 environmentaltech:m_multiblocks/m_void/colored_lenses/lens_blue RecipeStage{tier='five', recipe=1xtile.environmentaltech.laser_lens_colored@11:[net.minecraftforge.oredict.OreIngredient@4088f0b8, net.minecraftforge.oredict.OreIngredient@552f41b1]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4299 environmentaltech:m_multiblocks/m_void/colored_lenses/lens_black RecipeStage{tier='five', recipe=1xtile.environmentaltech.laser_lens_colored@15:[net.minecraftforge.oredict.OreIngredient@6fc74762, net.minecraftforge.oredict.OreIngredient@f71f87d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4300 environmentaltech:m_multiblocks/m_solar/solar_cell_pladium RecipeStage{tier='five', recipe=1xtile.environmentaltech.solar_cell_pladium@0:[net.minecraftforge.oredict.OreIngredient@150f9bf9, net.minecraftforge.oredict.OreIngredient@150f9bf9, net.minecraftforge.oredict.OreIngredient@150f9bf9, net.minecraft.item.crafting.Ingredient@724c7a3b, net.minecraft.item.crafting.Ingredient@ab3bc80, net.minecraft.item.crafting.Ingredient@724c7a3b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4301 environmentaltech:m_multiblocks/m_solar/solar_cell_litherite RecipeStage{tier='five', recipe=1xtile.environmentaltech.solar_cell_litherite@0:[net.minecraftforge.oredict.OreIngredient@23a784df, net.minecraftforge.oredict.OreIngredient@23a784df, net.minecraftforge.oredict.OreIngredient@23a784df, net.minecraft.item.crafting.Ingredient@79ec0140, net.minecraft.item.crafting.Ingredient@79ec0140, net.minecraft.item.crafting.Ingredient@79ec0140, net.minecraftforge.oredict.OreIngredient@949c00f, net.minecraft.item.crafting.Ingredient@66afdbc, net.minecraftforge.oredict.OreIngredient@949c00f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4302 environmentaltech:m_multiblocks/m_solar/solar_cell_kyronite RecipeStage{tier='five', recipe=1xtile.environmentaltech.solar_cell_kyronite@0:[net.minecraftforge.oredict.OreIngredient@19f0a822, net.minecraftforge.oredict.OreIngredient@19f0a822, net.minecraftforge.oredict.OreIngredient@19f0a822, net.minecraft.item.crafting.Ingredient@366c0c8d, net.minecraft.item.crafting.Ingredient@7f45d3f7, net.minecraft.item.crafting.Ingredient@366c0c8d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4303 environmentaltech:m_multiblocks/m_solar/solar_cell_ionite RecipeStage{tier='five', recipe=1xtile.environmentaltech.solar_cell_ionite@0:[net.minecraftforge.oredict.OreIngredient@487d7603, net.minecraftforge.oredict.OreIngredient@487d7603, net.minecraftforge.oredict.OreIngredient@487d7603, net.minecraft.item.crafting.Ingredient@36946251, net.minecraft.item.crafting.Ingredient@3c3b9877, net.minecraft.item.crafting.Ingredient@36946251]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4304 environmentaltech:m_multiblocks/m_solar/solar_cell_erodium RecipeStage{tier='five', recipe=1xtile.environmentaltech.solar_cell_erodium@0:[net.minecraftforge.oredict.OreIngredient@452287c6, net.minecraftforge.oredict.OreIngredient@452287c6, net.minecraftforge.oredict.OreIngredient@452287c6, net.minecraft.item.crafting.Ingredient@6ace2487, net.minecraft.item.crafting.Ingredient@13926db7, net.minecraft.item.crafting.Ingredient@6ace2487]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4305 environmentaltech:m_multiblocks/m_solar/solar_cell_aethium RecipeStage{tier='five', recipe=1xtile.environmentaltech.solar_cell_aethium@0:[net.minecraftforge.oredict.OreIngredient@2ec59ffe, net.minecraftforge.oredict.OreIngredient@2ec59ffe, net.minecraftforge.oredict.OreIngredient@2ec59ffe, net.minecraft.item.crafting.Ingredient@7d2c0789, net.minecraft.item.crafting.Ingredient@128b485d, net.minecraft.item.crafting.Ingredient@7d2c0789]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4306 environmentaltech:m_multiblocks/m_solar/solar_array_cont_6 RecipeStage{tier='five', recipe=1xtile.environmentaltech.solar_cont_6@0:[net.minecraftforge.oredict.OreIngredient@3efcf79d, net.minecraft.item.crafting.Ingredient@13cc9f0f, net.minecraftforge.oredict.OreIngredient@3efcf79d, net.minecraft.item.crafting.Ingredient@13cc9f0f, net.minecraft.item.crafting.Ingredient@7e41970b, net.minecraft.item.crafting.Ingredient@13cc9f0f, net.minecraftforge.oredict.OreIngredient@3efcf79d, net.minecraft.item.crafting.Ingredient@13cc9f0f, net.minecraftforge.oredict.OreIngredient@3efcf79d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4307 environmentaltech:m_multiblocks/m_solar/solar_array_cont_5 RecipeStage{tier='five', recipe=1xtile.environmentaltech.solar_cont_5@0:[net.minecraftforge.oredict.OreIngredient@3872a056, net.minecraft.item.crafting.Ingredient@44e96864, net.minecraftforge.oredict.OreIngredient@3872a056, net.minecraft.item.crafting.Ingredient@44e96864, net.minecraft.item.crafting.Ingredient@2be0cdb0, net.minecraft.item.crafting.Ingredient@44e96864, net.minecraftforge.oredict.OreIngredient@3872a056, net.minecraft.item.crafting.Ingredient@44e96864, net.minecraftforge.oredict.OreIngredient@3872a056]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4308 environmentaltech:m_multiblocks/m_solar/solar_array_cont_4 RecipeStage{tier='five', recipe=1xtile.environmentaltech.solar_cont_4@0:[net.minecraftforge.oredict.OreIngredient@2239feb9, net.minecraft.item.crafting.Ingredient@2bbd080, net.minecraftforge.oredict.OreIngredient@2239feb9, net.minecraft.item.crafting.Ingredient@2bbd080, net.minecraft.item.crafting.Ingredient@640d3df6, net.minecraft.item.crafting.Ingredient@2bbd080, net.minecraftforge.oredict.OreIngredient@2239feb9, net.minecraft.item.crafting.Ingredient@2bbd080, net.minecraftforge.oredict.OreIngredient@2239feb9]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4309 environmentaltech:m_multiblocks/m_solar/solar_array_cont_3 RecipeStage{tier='five', recipe=1xtile.environmentaltech.solar_cont_3@0:[net.minecraftforge.oredict.OreIngredient@1e8237aa, net.minecraft.item.crafting.Ingredient@46e367c7, net.minecraftforge.oredict.OreIngredient@1e8237aa, net.minecraft.item.crafting.Ingredient@46e367c7, net.minecraft.item.crafting.Ingredient@7cb745c2, net.minecraft.item.crafting.Ingredient@46e367c7, net.minecraftforge.oredict.OreIngredient@1e8237aa, net.minecraft.item.crafting.Ingredient@46e367c7, net.minecraftforge.oredict.OreIngredient@1e8237aa]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4310 environmentaltech:m_multiblocks/m_solar/solar_array_cont_2 RecipeStage{tier='five', recipe=1xtile.environmentaltech.solar_cont_2@0:[net.minecraftforge.oredict.OreIngredient@1199c58e, net.minecraft.item.crafting.Ingredient@221ebb37, net.minecraftforge.oredict.OreIngredient@1199c58e, net.minecraft.item.crafting.Ingredient@221ebb37, net.minecraft.item.crafting.Ingredient@1c6760cd, net.minecraft.item.crafting.Ingredient@221ebb37, net.minecraftforge.oredict.OreIngredient@1199c58e, net.minecraft.item.crafting.Ingredient@221ebb37, net.minecraftforge.oredict.OreIngredient@1199c58e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4311 environmentaltech:m_multiblocks/m_solar/solar_array_cont_1 RecipeStage{tier='five', recipe=1xtile.environmentaltech.solar_cont_1@0:[net.minecraftforge.oredict.OreIngredient@54e589e8, net.minecraftforge.oredict.OreIngredient@6603be36, net.minecraftforge.oredict.OreIngredient@54e589e8, net.minecraftforge.oredict.OreIngredient@6603be36, net.minecraftforge.oredict.OreIngredient@5bfa00eb, net.minecraftforge.oredict.OreIngredient@6603be36, net.minecraftforge.oredict.OreIngredient@54e589e8, net.minecraftforge.oredict.OreIngredient@6603be36, net.minecraftforge.oredict.OreIngredient@54e589e8]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4312 environmentaltech:m_multiblocks/m_solar/photovoltaic_cell RecipeStage{tier='five', recipe=1xitem.environmentaltech.photovoltaic_cell@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3f6a5fd8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3f6a5fd8, net.minecraftforge.oredict.OreIngredient@33c6cc7a, net.minecraftforge.oredict.OreIngredient@3f6a5fd8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3f6a5fd8, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4313 environmentaltech:m_multiblocks/m_solar/modifire_piezo RecipeStage{tier='five', recipe=1xtile.environmentaltech.modifier_piezo@0:[net.minecraftforge.oredict.OreIngredient@573437e3, net.minecraft.item.crafting.Ingredient@6f0cedfc, net.minecraftforge.oredict.OreIngredient@573437e3, net.minecraft.item.crafting.Ingredient@7adf3925, net.minecraft.item.crafting.Ingredient@72356500, net.minecraft.item.crafting.Ingredient@7adf3925, net.minecraftforge.oredict.OreIngredient@573437e3, net.minecraft.item.crafting.Ingredient@7ade15b7, net.minecraftforge.oredict.OreIngredient@573437e3]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4314 environmentaltech:m_multiblocks/m_nanobot/m_ranged/nano_cont_ranged_6 RecipeStage{tier='five', recipe=1xtile.environmentaltech.nano_cont_ranged_6@0:[net.minecraftforge.oredict.OreIngredient@39cff877, net.minecraft.item.crafting.Ingredient@339b926e, net.minecraftforge.oredict.OreIngredient@39cff877, net.minecraftforge.oredict.OreIngredient@39cff877, net.minecraft.item.crafting.Ingredient@4b379c7e, net.minecraftforge.oredict.OreIngredient@39cff877, net.minecraft.item.crafting.Ingredient@339b926e, net.minecraft.item.crafting.Ingredient@37ba1cf3, net.minecraft.item.crafting.Ingredient@339b926e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4315 environmentaltech:m_multiblocks/m_nanobot/m_ranged/nano_cont_ranged_5 RecipeStage{tier='five', recipe=1xtile.environmentaltech.nano_cont_ranged_5@0:[net.minecraftforge.oredict.OreIngredient@224c4fd1, net.minecraft.item.crafting.Ingredient@34ab8b95, net.minecraftforge.oredict.OreIngredient@224c4fd1, net.minecraftforge.oredict.OreIngredient@224c4fd1, net.minecraft.item.crafting.Ingredient@2057f597, net.minecraftforge.oredict.OreIngredient@224c4fd1, net.minecraft.item.crafting.Ingredient@34ab8b95, net.minecraft.item.crafting.Ingredient@72835f8e, net.minecraft.item.crafting.Ingredient@34ab8b95]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4316 environmentaltech:m_multiblocks/m_nanobot/m_ranged/nano_cont_ranged_4 RecipeStage{tier='five', recipe=1xtile.environmentaltech.nano_cont_ranged_4@0:[net.minecraftforge.oredict.OreIngredient@69ad61f3, net.minecraft.item.crafting.Ingredient@32cda0c4, net.minecraftforge.oredict.OreIngredient@69ad61f3, net.minecraftforge.oredict.OreIngredient@69ad61f3, net.minecraft.item.crafting.Ingredient@656058bc, net.minecraftforge.oredict.OreIngredient@69ad61f3, net.minecraft.item.crafting.Ingredient@32cda0c4, net.minecraft.item.crafting.Ingredient@7fc93740, net.minecraft.item.crafting.Ingredient@32cda0c4]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4317 environmentaltech:m_multiblocks/m_nanobot/m_ranged/nano_cont_ranged_3 RecipeStage{tier='five', recipe=1xtile.environmentaltech.nano_cont_ranged_3@0:[net.minecraftforge.oredict.OreIngredient@14b3d497, net.minecraft.item.crafting.Ingredient@128e1468, net.minecraftforge.oredict.OreIngredient@14b3d497, net.minecraftforge.oredict.OreIngredient@14b3d497, net.minecraft.item.crafting.Ingredient@127aca09, net.minecraftforge.oredict.OreIngredient@14b3d497, net.minecraft.item.crafting.Ingredient@128e1468, net.minecraft.item.crafting.Ingredient@6953070d, net.minecraft.item.crafting.Ingredient@128e1468]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4318 environmentaltech:m_multiblocks/m_nanobot/m_ranged/nano_cont_ranged_2 RecipeStage{tier='five', recipe=1xtile.environmentaltech.nano_cont_ranged_2@0:[net.minecraftforge.oredict.OreIngredient@56a0675e, net.minecraft.item.crafting.Ingredient@2a389f74, net.minecraftforge.oredict.OreIngredient@56a0675e, net.minecraftforge.oredict.OreIngredient@56a0675e, net.minecraft.item.crafting.Ingredient@4b1a58b2, net.minecraftforge.oredict.OreIngredient@56a0675e, net.minecraft.item.crafting.Ingredient@2a389f74, net.minecraft.item.crafting.Ingredient@4f5c7b57, net.minecraft.item.crafting.Ingredient@2a389f74]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4319 environmentaltech:m_multiblocks/m_nanobot/m_ranged/nano_cont_ranged_1 RecipeStage{tier='five', recipe=1xtile.environmentaltech.nano_cont_ranged_1@0:[net.minecraftforge.oredict.OreIngredient@fe4ba54, net.minecraft.item.crafting.Ingredient@22615229, net.minecraftforge.oredict.OreIngredient@fe4ba54, net.minecraftforge.oredict.OreIngredient@fe4ba54, net.minecraft.item.crafting.Ingredient@6d35ecbe, net.minecraftforge.oredict.OreIngredient@fe4ba54, net.minecraft.item.crafting.Ingredient@443d4839, net.minecraft.item.crafting.Ingredient@4594e4e2, net.minecraft.item.crafting.Ingredient@443d4839]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4320 environmentaltech:m_multiblocks/m_nanobot/m_personal/nano_cont_personal_6 RecipeStage{tier='five', recipe=1xtile.environmentaltech.nano_cont_personal_6@0:[net.minecraftforge.oredict.OreIngredient@73534b0, net.minecraft.item.crafting.Ingredient@6a9cf070, net.minecraftforge.oredict.OreIngredient@73534b0, net.minecraftforge.oredict.OreIngredient@73534b0, net.minecraft.item.crafting.Ingredient@686bb404, net.minecraftforge.oredict.OreIngredient@73534b0, net.minecraft.item.crafting.Ingredient@6a9cf070, net.minecraft.item.crafting.Ingredient@65f683d4, net.minecraft.item.crafting.Ingredient@6a9cf070]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4321 environmentaltech:m_multiblocks/m_nanobot/m_personal/nano_cont_personal_5 RecipeStage{tier='five', recipe=1xtile.environmentaltech.nano_cont_personal_5@0:[net.minecraftforge.oredict.OreIngredient@314d8ac8, net.minecraft.item.crafting.Ingredient@5ef260b, net.minecraftforge.oredict.OreIngredient@314d8ac8, net.minecraftforge.oredict.OreIngredient@314d8ac8, net.minecraft.item.crafting.Ingredient@5a1a4841, net.minecraftforge.oredict.OreIngredient@314d8ac8, net.minecraft.item.crafting.Ingredient@5ef260b, net.minecraft.item.crafting.Ingredient@2f007497, net.minecraft.item.crafting.Ingredient@5ef260b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4322 environmentaltech:m_multiblocks/m_nanobot/m_personal/nano_cont_personal_4 RecipeStage{tier='five', recipe=1xtile.environmentaltech.nano_cont_personal_4@0:[net.minecraftforge.oredict.OreIngredient@3e988310, net.minecraft.item.crafting.Ingredient@3888e60b, net.minecraftforge.oredict.OreIngredient@3e988310, net.minecraftforge.oredict.OreIngredient@3e988310, net.minecraft.item.crafting.Ingredient@5327c27d, net.minecraftforge.oredict.OreIngredient@3e988310, net.minecraft.item.crafting.Ingredient@3888e60b, net.minecraft.item.crafting.Ingredient@5fa75645, net.minecraft.item.crafting.Ingredient@3888e60b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4323 environmentaltech:m_multiblocks/m_nanobot/m_personal/nano_cont_personal_3 RecipeStage{tier='five', recipe=1xtile.environmentaltech.nano_cont_personal_3@0:[net.minecraftforge.oredict.OreIngredient@19b01c29, net.minecraft.item.crafting.Ingredient@55f6c701, net.minecraftforge.oredict.OreIngredient@19b01c29, net.minecraftforge.oredict.OreIngredient@19b01c29, net.minecraft.item.crafting.Ingredient@7b73f73a, net.minecraftforge.oredict.OreIngredient@19b01c29, net.minecraft.item.crafting.Ingredient@55f6c701, net.minecraft.item.crafting.Ingredient@5e333146, net.minecraft.item.crafting.Ingredient@55f6c701]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4324 environmentaltech:m_multiblocks/m_nanobot/m_personal/nano_cont_personal_2 RecipeStage{tier='five', recipe=1xtile.environmentaltech.nano_cont_personal_2@0:[net.minecraftforge.oredict.OreIngredient@29d2566f, net.minecraft.item.crafting.Ingredient@749dfc96, net.minecraftforge.oredict.OreIngredient@29d2566f, net.minecraftforge.oredict.OreIngredient@29d2566f, net.minecraft.item.crafting.Ingredient@2d788de0, net.minecraftforge.oredict.OreIngredient@29d2566f, net.minecraft.item.crafting.Ingredient@749dfc96, net.minecraft.item.crafting.Ingredient@2246bd15, net.minecraft.item.crafting.Ingredient@749dfc96]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4325 environmentaltech:m_multiblocks/m_nanobot/m_personal/nano_cont_personal_1 RecipeStage{tier='five', recipe=1xtile.environmentaltech.nano_cont_personal_1@0:[net.minecraftforge.oredict.OreIngredient@290738da, net.minecraft.item.crafting.Ingredient@406f5dee, net.minecraftforge.oredict.OreIngredient@290738da, net.minecraftforge.oredict.OreIngredient@290738da, net.minecraft.item.crafting.Ingredient@645125f3, net.minecraftforge.oredict.OreIngredient@290738da, net.minecraft.item.crafting.Ingredient@797b01c7, net.minecraft.item.crafting.Ingredient@7307d38a, net.minecraft.item.crafting.Ingredient@797b01c7]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4326 environmentaltech:m_multiblocks/m_nanobot/modifier_water_breathing RecipeStage{tier='five', recipe=1xtile.environmentaltech.modifier_water_breathing@0:[net.minecraft.item.crafting.Ingredient@7206aaa4, net.minecraft.item.crafting.Ingredient@194f48a1, net.minecraft.item.crafting.Ingredient@7206aaa4, net.minecraft.item.crafting.Ingredient@7bb4ceeb, net.minecraft.item.crafting.Ingredient@66f4d59e, net.minecraft.item.crafting.Ingredient@7bb4ceeb, net.minecraft.item.crafting.Ingredient@7206aaa4, net.minecraft.item.crafting.Ingredient@51d83a1, net.minecraft.item.crafting.Ingredient@7206aaa4]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4327 environmentaltech:m_multiblocks/m_nanobot/modifier_strength RecipeStage{tier='five', recipe=1xtile.environmentaltech.modifier_strength@0:[net.minecraft.item.crafting.Ingredient@3eb69d48, net.minecraft.item.crafting.Ingredient@3666e992, net.minecraft.item.crafting.Ingredient@3eb69d48, net.minecraft.item.crafting.Ingredient@193ea289, net.minecraft.item.crafting.Ingredient@3ddf55c6, net.minecraft.item.crafting.Ingredient@193ea289, net.minecraft.item.crafting.Ingredient@3eb69d48, net.minecraft.item.crafting.Ingredient@3c741196, net.minecraft.item.crafting.Ingredient@3eb69d48]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4328 environmentaltech:m_multiblocks/m_nanobot/modifier_saturation RecipeStage{tier='five', recipe=1xtile.environmentaltech.modifier_saturation@0:[net.minecraft.item.crafting.Ingredient@230ae50c, net.minecraft.item.crafting.Ingredient@1b60448, net.minecraft.item.crafting.Ingredient@230ae50c, net.minecraft.item.crafting.Ingredient@5b1f8dc6, net.minecraft.item.crafting.Ingredient@54b44406, net.minecraft.item.crafting.Ingredient@5b1f8dc6, net.minecraft.item.crafting.Ingredient@230ae50c, net.minecraft.item.crafting.Ingredient@65919e9c, net.minecraft.item.crafting.Ingredient@230ae50c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4329 environmentaltech:m_multiblocks/m_nanobot/modifier_resistance RecipeStage{tier='five', recipe=1xtile.environmentaltech.modifier_resistance@0:[net.minecraft.item.crafting.Ingredient@1bd7c2d, net.minecraft.item.crafting.Ingredient@29ff0ea8, net.minecraft.item.crafting.Ingredient@1bd7c2d, net.minecraft.item.crafting.Ingredient@384af9a5, net.minecraft.item.crafting.Ingredient@608b5a45, net.minecraft.item.crafting.Ingredient@384af9a5, net.minecraft.item.crafting.Ingredient@1bd7c2d, net.minecraft.item.crafting.Ingredient@31d082b2, net.minecraft.item.crafting.Ingredient@1bd7c2d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4330 environmentaltech:m_multiblocks/m_nanobot/modifier_regeneration RecipeStage{tier='five', recipe=1xtile.environmentaltech.modifier_regeneration@0:[net.minecraft.item.crafting.Ingredient@56f33af4, net.minecraft.item.crafting.Ingredient@3b1d6a62, net.minecraft.item.crafting.Ingredient@56f33af4, net.minecraft.item.crafting.Ingredient@16b07a4a, net.minecraft.item.crafting.Ingredient@755e2157, net.minecraft.item.crafting.Ingredient@16b07a4a, net.minecraft.item.crafting.Ingredient@56f33af4, net.minecraft.item.crafting.Ingredient@25400be4, net.minecraft.item.crafting.Ingredient@56f33af4]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4331 environmentaltech:m_multiblocks/m_nanobot/modifier_night_vision RecipeStage{tier='five', recipe=1xtile.environmentaltech.modifier_night_vision@0:[net.minecraftforge.oredict.OreIngredient@69a315c9, net.minecraft.item.crafting.Ingredient@5e361d9c, net.minecraftforge.oredict.OreIngredient@69a315c9, net.minecraft.item.crafting.Ingredient@71c7a8b6, net.minecraft.item.crafting.Ingredient@6b602d9a, net.minecraft.item.crafting.Ingredient@71c7a8b6, net.minecraftforge.oredict.OreIngredient@69a315c9, net.minecraft.item.crafting.Ingredient@5d40797, net.minecraftforge.oredict.OreIngredient@69a315c9]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4332 environmentaltech:m_multiblocks/m_nanobot/modifier_luck RecipeStage{tier='five', recipe=1xtile.environmentaltech.modifier_luck@0:[net.minecraft.item.crafting.Ingredient@41ee7c4e, net.minecraft.item.crafting.Ingredient@77cd7891, net.minecraft.item.crafting.Ingredient@41ee7c4e, net.minecraft.item.crafting.Ingredient@4f1a5da2, net.minecraft.item.crafting.Ingredient@1ce606d5, net.minecraft.item.crafting.Ingredient@4f1a5da2, net.minecraft.item.crafting.Ingredient@41ee7c4e, net.minecraft.item.crafting.Ingredient@f3ec28, net.minecraft.item.crafting.Ingredient@41ee7c4e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4333 environmentaltech:m_multiblocks/m_nanobot/modifier_jump_boost RecipeStage{tier='five', recipe=1xtile.environmentaltech.modifier_jump_boost@0:[net.minecraft.item.crafting.Ingredient@4125e410, net.minecraft.item.crafting.Ingredient@1cd615a2, net.minecraft.item.crafting.Ingredient@4125e410, net.minecraft.item.crafting.Ingredient@54911d36, net.minecraft.item.crafting.Ingredient@e4a45aa, net.minecraft.item.crafting.Ingredient@54911d36, net.minecraft.item.crafting.Ingredient@4125e410, net.minecraft.item.crafting.Ingredient@229d3ac4, net.minecraft.item.crafting.Ingredient@4125e410]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4334 environmentaltech:m_multiblocks/m_nanobot/modifier_invisibility RecipeStage{tier='five', recipe=1xtile.environmentaltech.modifier_invisibility@0:[net.minecraftforge.oredict.OreIngredient@791e6549, net.minecraft.item.crafting.Ingredient@7e9ab00, net.minecraftforge.oredict.OreIngredient@791e6549, net.minecraft.item.crafting.Ingredient@7dd7043f, net.minecraft.item.crafting.Ingredient@7ea7133d, net.minecraft.item.crafting.Ingredient@7dd7043f, net.minecraftforge.oredict.OreIngredient@791e6549, net.minecraft.item.crafting.Ingredient@34dc0642, net.minecraftforge.oredict.OreIngredient@791e6549]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4335 environmentaltech:m_multiblocks/m_nanobot/modifier_health_boost RecipeStage{tier='five', recipe=1xtile.environmentaltech.modifier_health_boost@0:[net.minecraft.item.crafting.Ingredient@47927291, net.minecraft.item.crafting.Ingredient@699321ff, net.minecraft.item.crafting.Ingredient@47927291, net.minecraft.item.crafting.Ingredient@34158ac5, net.minecraft.item.crafting.Ingredient@47bf6bf7, net.minecraft.item.crafting.Ingredient@34158ac5, net.minecraft.item.crafting.Ingredient@47927291, net.minecraft.item.crafting.Ingredient@37533626, net.minecraft.item.crafting.Ingredient@47927291]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4336 environmentaltech:m_multiblocks/m_nanobot/modifier_haste RecipeStage{tier='five', recipe=1xtile.environmentaltech.modifier_haste@0:[net.minecraft.item.crafting.Ingredient@4437c45, net.minecraft.item.crafting.Ingredient@694ae12f, net.minecraft.item.crafting.Ingredient@4437c45, net.minecraft.item.crafting.Ingredient@2ebe0acc, net.minecraft.item.crafting.Ingredient@59209301, net.minecraft.item.crafting.Ingredient@2ebe0acc, net.minecraft.item.crafting.Ingredient@4437c45, net.minecraft.item.crafting.Ingredient@67dd4293, net.minecraft.item.crafting.Ingredient@4437c45]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4337 environmentaltech:m_multiblocks/m_nanobot/modifier_glowing RecipeStage{tier='five', recipe=1xtile.environmentaltech.modifier_glowing@0:[net.minecraftforge.oredict.OreIngredient@13a9c878, net.minecraft.item.crafting.Ingredient@76741dac, net.minecraftforge.oredict.OreIngredient@13a9c878, net.minecraft.item.crafting.Ingredient@1c4597f0, net.minecraft.item.crafting.Ingredient@6702a172, net.minecraft.item.crafting.Ingredient@1c4597f0, net.minecraftforge.oredict.OreIngredient@13a9c878, net.minecraft.item.crafting.Ingredient@314d4943, net.minecraftforge.oredict.OreIngredient@13a9c878]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4338 environmentaltech:m_multiblocks/m_nanobot/modifier_flight_speed RecipeStage{tier='five', recipe=1xtile.environmentaltech.modifier_flight_speed@0:[net.minecraft.item.crafting.Ingredient@1239d311, net.minecraft.item.crafting.Ingredient@75172d7c, net.minecraft.item.crafting.Ingredient@1239d311, net.minecraft.item.crafting.Ingredient@67722927, net.minecraft.item.crafting.Ingredient@2b429478, net.minecraft.item.crafting.Ingredient@67722927, net.minecraftforge.oredict.OreIngredient@4c3c4ca9, net.minecraft.item.crafting.Ingredient@535ccbd, net.minecraftforge.oredict.OreIngredient@4c3c4ca9]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4339 environmentaltech:m_multiblocks/m_nanobot/modifier_fire_resistance RecipeStage{tier='five', recipe=1xtile.environmentaltech.modifier_fire_resistance@0:[net.minecraft.item.crafting.Ingredient@247a5eda, net.minecraft.item.crafting.Ingredient@3ba0c100, net.minecraft.item.crafting.Ingredient@247a5eda, net.minecraft.item.crafting.Ingredient@69509ae0, net.minecraft.item.crafting.Ingredient@5445ee0b, net.minecraft.item.crafting.Ingredient@69509ae0, net.minecraft.item.crafting.Ingredient@23c2929b, net.minecraft.item.crafting.Ingredient@6324f852, net.minecraft.item.crafting.Ingredient@23c2929b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4341 environmentaltech:m_multiblocks/m_lightning/lightning_rod_insulated RecipeStage{tier='five', recipe=1xtile.environmentaltech.lightning_rod_insulated@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1e8751ab, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1e8751ab, net.minecraft.item.crafting.Ingredient@255648d, net.minecraftforge.oredict.OreIngredient@1e8751ab, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1e8751ab, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4342 environmentaltech:m_multiblocks/m_lightning/lightning_rod RecipeStage{tier='five', recipe=3xtile.environmentaltech.lightning_rod@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@fd436e9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@fd436e9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@fd436e9, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4343 environmentaltech:m_multiblocks/m_lightning/lightning_cont_6 RecipeStage{tier='five', recipe=1xtile.environmentaltech.lightning_cont_6@0:[net.minecraftforge.oredict.OreIngredient@5b1317de, net.minecraft.item.crafting.Ingredient@2310557b, net.minecraftforge.oredict.OreIngredient@5b1317de, net.minecraftforge.oredict.OreIngredient@493dce9d, net.minecraft.item.crafting.Ingredient@3c63ea0a, net.minecraftforge.oredict.OreIngredient@493dce9d, net.minecraftforge.oredict.OreIngredient@493dce9d, net.minecraftforge.oredict.OreIngredient@5b1317de, net.minecraftforge.oredict.OreIngredient@493dce9d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4344 environmentaltech:m_multiblocks/m_lightning/lightning_cont_5 RecipeStage{tier='five', recipe=1xtile.environmentaltech.lightning_cont_5@0:[net.minecraftforge.oredict.OreIngredient@eb32436, net.minecraft.item.crafting.Ingredient@5a697c80, net.minecraftforge.oredict.OreIngredient@eb32436, net.minecraftforge.oredict.OreIngredient@9988ee6, net.minecraft.item.crafting.Ingredient@38ac8efd, net.minecraftforge.oredict.OreIngredient@9988ee6, net.minecraftforge.oredict.OreIngredient@9988ee6, net.minecraftforge.oredict.OreIngredient@eb32436, net.minecraftforge.oredict.OreIngredient@9988ee6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4345 environmentaltech:m_multiblocks/m_lightning/lightning_cont_4 RecipeStage{tier='five', recipe=1xtile.environmentaltech.lightning_cont_4@0:[net.minecraftforge.oredict.OreIngredient@70ce3532, net.minecraft.item.crafting.Ingredient@2f1085b3, net.minecraftforge.oredict.OreIngredient@70ce3532, net.minecraftforge.oredict.OreIngredient@54a388d, net.minecraft.item.crafting.Ingredient@3aa17817, net.minecraftforge.oredict.OreIngredient@54a388d, net.minecraftforge.oredict.OreIngredient@54a388d, net.minecraftforge.oredict.OreIngredient@70ce3532, net.minecraftforge.oredict.OreIngredient@54a388d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4346 environmentaltech:m_multiblocks/m_lightning/lightning_cont_3 RecipeStage{tier='five', recipe=1xtile.environmentaltech.lightning_cont_3@0:[net.minecraftforge.oredict.OreIngredient@7764cce9, net.minecraft.item.crafting.Ingredient@75dbe06a, net.minecraftforge.oredict.OreIngredient@7764cce9, net.minecraftforge.oredict.OreIngredient@5e38811b, net.minecraft.item.crafting.Ingredient@6938a980, net.minecraftforge.oredict.OreIngredient@5e38811b, net.minecraftforge.oredict.OreIngredient@5e38811b, net.minecraftforge.oredict.OreIngredient@7764cce9, net.minecraftforge.oredict.OreIngredient@5e38811b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4347 environmentaltech:m_multiblocks/m_lightning/lightning_cont_2 RecipeStage{tier='five', recipe=1xtile.environmentaltech.lightning_cont_2@0:[net.minecraftforge.oredict.OreIngredient@6d80659d, net.minecraft.item.crafting.Ingredient@246afd28, net.minecraftforge.oredict.OreIngredient@6d80659d, net.minecraftforge.oredict.OreIngredient@31d6e4fc, net.minecraft.item.crafting.Ingredient@74a35ba3, net.minecraftforge.oredict.OreIngredient@31d6e4fc, net.minecraftforge.oredict.OreIngredient@31d6e4fc, net.minecraftforge.oredict.OreIngredient@6d80659d, net.minecraftforge.oredict.OreIngredient@31d6e4fc]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4348 environmentaltech:m_multiblocks/m_lightning/lightning_cont_1 RecipeStage{tier='five', recipe=1xtile.environmentaltech.lightning_cont_1@0:[net.minecraft.item.crafting.Ingredient@62d024e4, net.minecraft.item.crafting.Ingredient@1f68f98, net.minecraft.item.crafting.Ingredient@62d024e4, net.minecraftforge.oredict.OreIngredient@1d646a7f, net.minecraft.item.crafting.Ingredient@1f68f98, net.minecraftforge.oredict.OreIngredient@1d646a7f, net.minecraftforge.oredict.OreIngredient@1d646a7f, net.minecraftforge.oredict.OreIngredient@389026fd, net.minecraftforge.oredict.OreIngredient@1d646a7f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4349 environmentaltech:m_multiblocks/m_components/m_structurepanel/structure_panel_clear RecipeStage{tier='five', recipe=1xtile.environmentaltech.structure_panel_clear@0:[net.minecraftforge.oredict.OreIngredient@1b407828, net.minecraftforge.oredict.OreIngredient@336cdf89, net.minecraftforge.oredict.OreIngredient@1b407828, net.minecraftforge.oredict.OreIngredient@336cdf89, net.minecraft.item.crafting.Ingredient@406e8423, net.minecraftforge.oredict.OreIngredient@336cdf89, net.minecraftforge.oredict.OreIngredient@1b407828, net.minecraftforge.oredict.OreIngredient@336cdf89, net.minecraftforge.oredict.OreIngredient@1b407828]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4350 environmentaltech:m_multiblocks/m_components/m_structurepanel/structure_panel RecipeStage{tier='five', recipe=1xtile.environmentaltech.structure_panel@0:[net.minecraftforge.oredict.OreIngredient@5b5e3fb7, net.minecraft.item.crafting.Ingredient@281325da, net.minecraftforge.oredict.OreIngredient@5b5e3fb7, net.minecraft.item.crafting.Ingredient@281325da, net.minecraft.item.crafting.Ingredient@55425ac6, net.minecraft.item.crafting.Ingredient@281325da, net.minecraftforge.oredict.OreIngredient@5b5e3fb7, net.minecraft.item.crafting.Ingredient@281325da, net.minecraftforge.oredict.OreIngredient@5b5e3fb7]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4351 environmentaltech:m_multiblocks/m_components/m_structureframe/structure_frame_6 RecipeStage{tier='five', recipe=1xtile.environmentaltech.structure_frame_6@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5208a48a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@29b85f52, net.minecraft.item.crafting.Ingredient@59c11e1, net.minecraftforge.oredict.OreIngredient@29b85f52, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5208a48a, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4352 environmentaltech:m_multiblocks/m_components/m_structureframe/structure_frame_5 RecipeStage{tier='five', recipe=1xtile.environmentaltech.structure_frame_5@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@53287558, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1a532b64, net.minecraft.item.crafting.Ingredient@5f830ce4, net.minecraftforge.oredict.OreIngredient@1a532b64, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@783c1604, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4353 environmentaltech:m_multiblocks/m_components/m_structureframe/structure_frame_4 RecipeStage{tier='five', recipe=1xtile.environmentaltech.structure_frame_4@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@132d58ff, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2e9af9d6, net.minecraft.item.crafting.Ingredient@ee10d09, net.minecraftforge.oredict.OreIngredient@2e9af9d6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@557d349b, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4354 environmentaltech:m_multiblocks/m_components/m_structureframe/structure_frame_3 RecipeStage{tier='five', recipe=1xtile.environmentaltech.structure_frame_3@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@34b5b3f5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2199652b, net.minecraft.item.crafting.Ingredient@408d9d7f, net.minecraftforge.oredict.OreIngredient@2199652b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5116f5ff, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4355 environmentaltech:m_multiblocks/m_components/m_structureframe/structure_frame_2 RecipeStage{tier='five', recipe=1xtile.environmentaltech.structure_frame_2@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@79f19812, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@62cb3bd6, net.minecraft.item.crafting.Ingredient@6bf478c9, net.minecraftforge.oredict.OreIngredient@62cb3bd6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@55c72918, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4356 environmentaltech:m_multiblocks/m_components/m_structureframe/structure_frame_1 RecipeStage{tier='five', recipe=1xtile.environmentaltech.structure_frame_1@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@187a25b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@763aa6a8, net.minecraft.item.crafting.Ingredient@52af5823, net.minecraftforge.oredict.OreIngredient@763aa6a8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1dce43e2, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4357 environmentaltech:m_multiblocks/m_components/m_modifiers/modifier_speed RecipeStage{tier='five', recipe=1xtile.environmentaltech.modifier_speed@0:[net.minecraftforge.oredict.OreIngredient@51e50966, net.minecraft.item.crafting.Ingredient@a52f16e, net.minecraftforge.oredict.OreIngredient@51e50966, net.minecraft.item.crafting.Ingredient@110cb8fe, net.minecraft.item.crafting.Ingredient@15c657b3, net.minecraft.item.crafting.Ingredient@110cb8fe, net.minecraftforge.oredict.OreIngredient@51e50966, net.minecraft.item.crafting.Ingredient@8821de4, net.minecraftforge.oredict.OreIngredient@51e50966]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4358 environmentaltech:m_multiblocks/m_components/m_modifiers/modifier_null RecipeStage{tier='five', recipe=1xtile.environmentaltech.modifier_null@0:[net.minecraftforge.oredict.OreIngredient@3ac3f669, net.minecraftforge.oredict.OreIngredient@67162a49, net.minecraftforge.oredict.OreIngredient@3ac3f669, net.minecraftforge.oredict.OreIngredient@67162a49, net.minecraft.item.crafting.Ingredient@3298d322, net.minecraftforge.oredict.OreIngredient@67162a49, net.minecraftforge.oredict.OreIngredient@3ac3f669, net.minecraftforge.oredict.OreIngredient@67162a49, net.minecraftforge.oredict.OreIngredient@3ac3f669]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4359 environmentaltech:m_multiblocks/interconnect_alt RecipeStage{tier='five', recipe=1xtile.environmentaltech.interconnect@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@705086e7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@705086e7, net.minecraft.item.crafting.Ingredient@221cd26f, net.minecraft.item.crafting.Ingredient@705086e7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@705086e7, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4360 environmentaltech:m_multiblocks/interconnect RecipeStage{tier='five', recipe=1xtile.environmentaltech.interconnect@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@227c8def, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@227c8def, net.minecraft.item.crafting.Ingredient@76c5c78, net.minecraft.item.crafting.Ingredient@227c8def, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@227c8def, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4361 environmentaltech:m_multiblocks/connector RecipeStage{tier='five', recipe=4xitem.environmentaltech.connector@0:[net.minecraftforge.oredict.OreIngredient@1c8c1fe8, net.minecraftforge.oredict.OreIngredient@6198b332, net.minecraftforge.oredict.OreIngredient@1c8c1fe8, net.minecraftforge.oredict.OreIngredient@6198b332, net.minecraftforge.oredict.OreIngredient@1c8c1fe8, net.minecraftforge.oredict.OreIngredient@6198b332, net.minecraftforge.oredict.OreIngredient@1c8c1fe8, net.minecraftforge.oredict.OreIngredient@6198b332, net.minecraftforge.oredict.OreIngredient@1c8c1fe8]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4362 environmentaltech:m_multiblocks/assembler RecipeStage{tier='five', recipe=1xitem.environmentaltech.tool_multiblock_assembler@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@397a5cbd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@ccdf887, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@ccdf887, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4364 extendedcrafting:ultimate_nugget_to RecipeStage{tier='five', recipe=1xitem.ec.material@32:[net.minecraft.item.crafting.Ingredient@3c3d4507, net.minecraft.item.crafting.Ingredient@3c3d4507, net.minecraft.item.crafting.Ingredient@3c3d4507, net.minecraft.item.crafting.Ingredient@3c3d4507, net.minecraft.item.crafting.Ingredient@3c3d4507, net.minecraft.item.crafting.Ingredient@3c3d4507, net.minecraft.item.crafting.Ingredient@3c3d4507, net.minecraft.item.crafting.Ingredient@3c3d4507, net.minecraft.item.crafting.Ingredient@3c3d4507]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4365 extendedcrafting:ultimate_nugget_from RecipeStage{tier='five', recipe=9xitem.ec.material@33:[net.minecraft.item.crafting.Ingredient@693fb81d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4366 extendedcrafting:trimmed_ultimate RecipeStage{tier='five', recipe=1xtile.ec.trimmed@5:[net.minecraft.item.crafting.Ingredient@1d358088, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1d358088, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4c0842b2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1d358088, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1d358088]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4367 extendedcrafting:trimmed_iron RecipeStage{tier='three', recipe=1xtile.ec.trimmed@0:[net.minecraftforge.oredict.OreIngredient@6079e32e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6079e32e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1a7b27f0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6079e32e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6079e32e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4368 extendedcrafting:trimmed_gold RecipeStage{tier='three', recipe=1xtile.ec.trimmed@1:[net.minecraftforge.oredict.OreIngredient@40d024a3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@40d024a3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@58eae227, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@40d024a3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@40d024a3]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4369 extendedcrafting:trimmed_emerald RecipeStage{tier='five', recipe=1xtile.ec.trimmed@3:[net.minecraftforge.oredict.OreIngredient@4684f764, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4684f764, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@65dc011a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4684f764, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4684f764]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4370 extendedcrafting:trimmed_diamond RecipeStage{tier='five', recipe=1xtile.ec.trimmed@2:[net.minecraftforge.oredict.OreIngredient@664465a4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@664465a4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@60778bad, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@664465a4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@664465a4]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4371 extendedcrafting:trimmed_crystaltine RecipeStage{tier='five', recipe=1xtile.ec.trimmed@4:[net.minecraft.item.crafting.Ingredient@6fa25cb3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6fa25cb3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7f4c28b8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6fa25cb3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6fa25cb3]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4372 extendedcrafting:table_ultimate RecipeStage{tier='five', recipe=1xtile.ec.table_ultimate@0:[net.minecraft.item.crafting.Ingredient@501ea3ba, net.minecraft.item.crafting.Ingredient@71049eb5, net.minecraft.item.crafting.Ingredient@501ea3ba, net.minecraft.item.crafting.Ingredient@25b7da01, net.minecraft.item.crafting.Ingredient@38f8acac, net.minecraft.item.crafting.Ingredient@25b7da01, net.minecraft.item.crafting.Ingredient@501ea3ba, net.minecraft.item.crafting.Ingredient@c64de59, net.minecraft.item.crafting.Ingredient@501ea3ba]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4375 extendedcrafting:table_advanced RecipeStage{tier='three', recipe=1xtile.ec.table_advanced@0:[net.minecraft.item.crafting.Ingredient@2b2e6890, net.minecraft.item.crafting.Ingredient@1a28c23c, net.minecraft.item.crafting.Ingredient@2b2e6890, net.minecraft.item.crafting.Ingredient@5ab6adfe, net.minecraft.item.crafting.Ingredient@b23b996, net.minecraft.item.crafting.Ingredient@5ab6adfe, net.minecraft.item.crafting.Ingredient@2b2e6890, net.minecraft.item.crafting.Ingredient@c513529, net.minecraft.item.crafting.Ingredient@2b2e6890]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4376 extendedcrafting:pedestal RecipeStage{tier='three', recipe=2xtile.ec.pedestal@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@74b457e4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@74b457e4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@74b457e4, net.minecraft.item.crafting.Ingredient@73836c3d, net.minecraft.item.crafting.Ingredient@74b457e4]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4377 extendedcrafting:nether_star_nugget_to RecipeStage{tier='three', recipe=1xitem.netherStar@0:[net.minecraft.item.crafting.Ingredient@24c70740, net.minecraft.item.crafting.Ingredient@24c70740, net.minecraft.item.crafting.Ingredient@24c70740, net.minecraft.item.crafting.Ingredient@24c70740, net.minecraft.item.crafting.Ingredient@24c70740, net.minecraft.item.crafting.Ingredient@24c70740, net.minecraft.item.crafting.Ingredient@24c70740, net.minecraft.item.crafting.Ingredient@24c70740, net.minecraft.item.crafting.Ingredient@24c70740]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4378 extendedcrafting:nether_star_nugget_from RecipeStage{tier='five', recipe=9xitem.ec.material@140:[net.minecraft.item.crafting.Ingredient@5ff68d3f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4380 extendedcrafting:lamp_luminessence RecipeStage{tier='three', recipe=1xtile.ec.lamp@1:[net.minecraft.item.crafting.Ingredient@2d10dd92, net.minecraft.item.crafting.Ingredient@3c01fece]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4381 extendedcrafting:lamp_glowstone RecipeStage{tier='three', recipe=1xtile.ec.lamp@0:[net.minecraft.item.crafting.Ingredient@3baf8177, net.minecraft.item.crafting.Ingredient@12b134ea]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4382 extendedcrafting:interface RecipeStage{tier='four', recipe=1xtile.ec.interface@0:[net.minecraft.item.crafting.Ingredient@15c8f32b, net.minecraft.item.crafting.Ingredient@4e9ed66e, net.minecraft.item.crafting.Ingredient@15c8f32b, net.minecraft.item.crafting.Ingredient@531c77ae, net.minecraft.item.crafting.Ingredient@58b3c438, net.minecraft.item.crafting.Ingredient@531c77ae, net.minecraft.item.crafting.Ingredient@15c8f32b, net.minecraft.item.crafting.Ingredient@23b609ba, net.minecraft.item.crafting.Ingredient@15c8f32b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4383 extendedcrafting:handheld_table RecipeStage{tier='two', recipe=1xitem.ec.handheld_table@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3eee7bfb, net.minecraftforge.oredict.OreIngredient@1a739f7e, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4384 extendedcrafting:guide RecipeStage{tier='two', recipe=1xitem.guide.extendedcrafting@0:[net.minecraft.item.crafting.Ingredient@38febaa1, net.minecraft.item.crafting.Ingredient@79a80e4a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4385 extendedcrafting:frame RecipeStage{tier='three', recipe=1xtile.ec.frame@0:[net.minecraft.item.crafting.Ingredient@7c193454, net.minecraftforge.oredict.OreIngredient@536492ed, net.minecraft.item.crafting.Ingredient@7c193454, net.minecraftforge.oredict.OreIngredient@536492ed, net.minecraft.item.crafting.Ingredient@3a16cba6, net.minecraftforge.oredict.OreIngredient@536492ed, net.minecraft.item.crafting.Ingredient@7c193454, net.minecraftforge.oredict.OreIngredient@536492ed, net.minecraft.item.crafting.Ingredient@7c193454]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4386 extendedcrafting:enhanced_ender_ingot_to RecipeStage{tier='four', recipe=1xitem.ec.material@48:[net.minecraft.item.crafting.Ingredient@64762c66, net.minecraft.item.crafting.Ingredient@64762c66, net.minecraft.item.crafting.Ingredient@64762c66, net.minecraft.item.crafting.Ingredient@64762c66, net.minecraft.item.crafting.Ingredient@64762c66, net.minecraft.item.crafting.Ingredient@64762c66, net.minecraft.item.crafting.Ingredient@64762c66, net.minecraft.item.crafting.Ingredient@64762c66, net.minecraft.item.crafting.Ingredient@64762c66]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4387 extendedcrafting:enhanced_ender_ingot_from RecipeStage{tier='four', recipe=9xitem.ec.material@49:[net.minecraft.item.crafting.Ingredient@11742ebe]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4388 extendedcrafting:ender_star_to RecipeStage{tier='four', recipe=1xitem.ec.material@40:[net.minecraft.item.crafting.Ingredient@37d74ec1, net.minecraft.item.crafting.Ingredient@37d74ec1, net.minecraft.item.crafting.Ingredient@37d74ec1, net.minecraft.item.crafting.Ingredient@37d74ec1, net.minecraft.item.crafting.Ingredient@37d74ec1, net.minecraft.item.crafting.Ingredient@37d74ec1, net.minecraft.item.crafting.Ingredient@37d74ec1, net.minecraft.item.crafting.Ingredient@37d74ec1, net.minecraft.item.crafting.Ingredient@37d74ec1]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4389 extendedcrafting:ender_star_from RecipeStage{tier='four', recipe=9xitem.ec.material@41:[net.minecraft.item.crafting.Ingredient@12904116]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4390 extendedcrafting:ender_ingot_to RecipeStage{tier='four', recipe=1xitem.ec.material@36:[net.minecraft.item.crafting.Ingredient@6910771b, net.minecraft.item.crafting.Ingredient@6910771b, net.minecraft.item.crafting.Ingredient@6910771b, net.minecraft.item.crafting.Ingredient@6910771b, net.minecraft.item.crafting.Ingredient@6910771b, net.minecraft.item.crafting.Ingredient@6910771b, net.minecraft.item.crafting.Ingredient@6910771b, net.minecraft.item.crafting.Ingredient@6910771b, net.minecraft.item.crafting.Ingredient@6910771b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4391 extendedcrafting:ender_ingot_from RecipeStage{tier='four', recipe=9xitem.ec.material@37:[net.minecraft.item.crafting.Ingredient@4ba663ef]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4392 extendedcrafting:ender_ingot RecipeStage{tier='four', recipe=1xitem.ec.material@36:[net.minecraftforge.oredict.OreIngredient@3dbb3c3c, net.minecraftforge.oredict.OreIngredient@cfa1392]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4395 extendedcrafting:emerald_nugget_to RecipeStage{tier='five', recipe=1xitem.emerald@0:[net.minecraft.item.crafting.Ingredient@2d317b27, net.minecraft.item.crafting.Ingredient@2d317b27, net.minecraft.item.crafting.Ingredient@2d317b27, net.minecraft.item.crafting.Ingredient@2d317b27, net.minecraft.item.crafting.Ingredient@2d317b27, net.minecraft.item.crafting.Ingredient@2d317b27, net.minecraft.item.crafting.Ingredient@2d317b27, net.minecraft.item.crafting.Ingredient@2d317b27, net.minecraft.item.crafting.Ingredient@2d317b27]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4396 extendedcrafting:emerald_nugget_from RecipeStage{tier='five', recipe=9xitem.ec.material@128:[net.minecraftforge.oredict.OreIngredient@1ce02cae]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4398 extendedcrafting:diamond_nugget_from RecipeStage{tier='five', recipe=9xitem.ec.material@129:[net.minecraftforge.oredict.OreIngredient@13a5f949]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4399 extendedcrafting:crystaltine_nugget_to RecipeStage{tier='five', recipe=1xitem.ec.material@24:[net.minecraft.item.crafting.Ingredient@6deeb0a2, net.minecraft.item.crafting.Ingredient@6deeb0a2, net.minecraft.item.crafting.Ingredient@6deeb0a2, net.minecraft.item.crafting.Ingredient@6deeb0a2, net.minecraft.item.crafting.Ingredient@6deeb0a2, net.minecraft.item.crafting.Ingredient@6deeb0a2, net.minecraft.item.crafting.Ingredient@6deeb0a2, net.minecraft.item.crafting.Ingredient@6deeb0a2, net.minecraft.item.crafting.Ingredient@6deeb0a2]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4400 extendedcrafting:crystaltine_nugget_from RecipeStage{tier='five', recipe=9xitem.ec.material@25:[net.minecraft.item.crafting.Ingredient@492fe5d8]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4401 extendedcrafting:crafting_core RecipeStage{tier='five', recipe=1xtile.ec.crafting_core@0:[net.minecraft.item.crafting.Ingredient@c9beea, net.minecraft.item.crafting.Ingredient@32b16e80, net.minecraft.item.crafting.Ingredient@c9beea, net.minecraft.item.crafting.Ingredient@6aa83f8a, net.minecraft.item.crafting.Ingredient@78595269, net.minecraft.item.crafting.Ingredient@6aa83f8a, net.minecraft.item.crafting.Ingredient@c9beea, net.minecraft.item.crafting.Ingredient@3d609aa8, net.minecraft.item.crafting.Ingredient@c9beea]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4402 extendedcrafting:crafting_component_ultimate RecipeStage{tier='five', recipe=1xitem.ec.material@17:[net.minecraft.item.crafting.Ingredient@54cd4d3c, net.minecraft.item.crafting.Ingredient@3ff15b4d, net.minecraftforge.oredict.OreIngredient@ef91a34, net.minecraftforge.oredict.OreIngredient@6c71bac4]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4404 extendedcrafting:crafting_component_crystaltine RecipeStage{tier='five', recipe=1xitem.ec.material@18:[net.minecraft.item.crafting.Ingredient@26ad08c9, net.minecraft.item.crafting.Ingredient@21040eac, net.minecraft.item.crafting.Ingredient@5d57ae11, net.minecraft.item.crafting.Ingredient@3df838]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4407 extendedcrafting:crafting_catalyst_ultimate RecipeStage{tier='five', recipe=1xitem.ec.material@11:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@71fd0f3b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@71fd0f3b, net.minecraft.item.crafting.Ingredient@142eb34d, net.minecraft.item.crafting.Ingredient@71fd0f3b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@71fd0f3b, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4409 extendedcrafting:crafting_catalyst_crystaltine RecipeStage{tier='five', recipe=1xitem.ec.material@12:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4024e2fa, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4024e2fa, net.minecraft.item.crafting.Ingredient@59445154, net.minecraft.item.crafting.Ingredient@4024e2fa, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4024e2fa, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4410 extendedcrafting:crafting_catalyst_basic RecipeStage{tier='two', recipe=1xitem.ec.material@8:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2a8424a5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2a8424a5, net.minecraft.item.crafting.Ingredient@4f06a0a2, net.minecraft.item.crafting.Ingredient@2a8424a5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2a8424a5, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4411 extendedcrafting:crafting_catalyst_advanced RecipeStage{tier='three', recipe=1xitem.ec.material@9:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4442f419, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4442f419, net.minecraft.item.crafting.Ingredient@91e4e85, net.minecraft.item.crafting.Ingredient@4442f419, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4442f419, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4412 extendedcrafting:compressor RecipeStage{tier='five', recipe=1xtile.ec.compressor@0:[net.minecraft.item.crafting.Ingredient@4e5716e5, net.minecraft.item.crafting.Ingredient@3da1e37d, net.minecraft.item.crafting.Ingredient@4e5716e5, net.minecraft.item.crafting.Ingredient@7396054f, net.minecraft.item.crafting.Ingredient@5b4cc616, net.minecraft.item.crafting.Ingredient@7396054f, net.minecraft.item.crafting.Ingredient@4e5716e5, net.minecraft.item.crafting.Ingredient@2e83de70, net.minecraft.item.crafting.Ingredient@4e5716e5]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4413 extendedcrafting:component_ultimate RecipeStage{tier='five', recipe=1xitem.ec.material@19:[net.minecraft.item.crafting.Ingredient@44b79d6d, net.minecraft.item.crafting.Ingredient@70cf2b52, net.minecraft.item.crafting.Ingredient@75763521, net.minecraft.item.crafting.Ingredient@301e7a45]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4414 extendedcrafting:catalyst_ultimate RecipeStage{tier='five', recipe=1xitem.ec.material@13:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@58383f85, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@58383f85, net.minecraft.item.crafting.Ingredient@463296b8, net.minecraft.item.crafting.Ingredient@58383f85, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@58383f85, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4415 extendedcrafting:block_of_ultimate_to RecipeStage{tier='five', recipe=1xtile.ec.storage@4:[net.minecraft.item.crafting.Ingredient@861d969, net.minecraft.item.crafting.Ingredient@861d969, net.minecraft.item.crafting.Ingredient@861d969, net.minecraft.item.crafting.Ingredient@861d969, net.minecraft.item.crafting.Ingredient@861d969, net.minecraft.item.crafting.Ingredient@861d969, net.minecraft.item.crafting.Ingredient@861d969, net.minecraft.item.crafting.Ingredient@861d969, net.minecraft.item.crafting.Ingredient@861d969]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4416 extendedcrafting:block_of_ultimate_from RecipeStage{tier='five', recipe=9xitem.ec.material@32:[net.minecraft.item.crafting.Ingredient@133eae71]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4417 extendedcrafting:block_of_nether_stars_to RecipeStage{tier='five', recipe=1xtile.ec.storage@2:[net.minecraft.item.crafting.Ingredient@f947cd2, net.minecraft.item.crafting.Ingredient@f947cd2, net.minecraft.item.crafting.Ingredient@f947cd2, net.minecraft.item.crafting.Ingredient@f947cd2, net.minecraft.item.crafting.Ingredient@f947cd2, net.minecraft.item.crafting.Ingredient@f947cd2, net.minecraft.item.crafting.Ingredient@f947cd2, net.minecraft.item.crafting.Ingredient@f947cd2, net.minecraft.item.crafting.Ingredient@f947cd2]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4418 extendedcrafting:block_of_nether_stars_from RecipeStage{tier='three', recipe=9xitem.netherStar@0:[net.minecraft.item.crafting.Ingredient@578eaa29]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4419 extendedcrafting:block_of_luminessence_to RecipeStage{tier='three', recipe=1xtile.ec.storage@1:[net.minecraft.item.crafting.Ingredient@2aa24689, net.minecraft.item.crafting.Ingredient@2aa24689, net.minecraft.item.crafting.Ingredient@2aa24689, net.minecraft.item.crafting.Ingredient@2aa24689, net.minecraft.item.crafting.Ingredient@2aa24689, net.minecraft.item.crafting.Ingredient@2aa24689, net.minecraft.item.crafting.Ingredient@2aa24689, net.minecraft.item.crafting.Ingredient@2aa24689, net.minecraft.item.crafting.Ingredient@2aa24689]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4421 extendedcrafting:block_of_enhanced_ender_to RecipeStage{tier='four', recipe=1xtile.ec.storage@7:[net.minecraft.item.crafting.Ingredient@2759ef99, net.minecraft.item.crafting.Ingredient@2759ef99, net.minecraft.item.crafting.Ingredient@2759ef99, net.minecraft.item.crafting.Ingredient@2759ef99, net.minecraft.item.crafting.Ingredient@2759ef99, net.minecraft.item.crafting.Ingredient@2759ef99, net.minecraft.item.crafting.Ingredient@2759ef99, net.minecraft.item.crafting.Ingredient@2759ef99, net.minecraft.item.crafting.Ingredient@2759ef99]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4422 extendedcrafting:block_of_enhanced_ender_from RecipeStage{tier='four', recipe=9xitem.ec.material@48:[net.minecraft.item.crafting.Ingredient@781fb800]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4423 extendedcrafting:block_of_ender_to RecipeStage{tier='four', recipe=1xtile.ec.storage@5:[net.minecraft.item.crafting.Ingredient@85e6544, net.minecraft.item.crafting.Ingredient@85e6544, net.minecraft.item.crafting.Ingredient@85e6544, net.minecraft.item.crafting.Ingredient@85e6544, net.minecraft.item.crafting.Ingredient@85e6544, net.minecraft.item.crafting.Ingredient@85e6544, net.minecraft.item.crafting.Ingredient@85e6544, net.minecraft.item.crafting.Ingredient@85e6544, net.minecraft.item.crafting.Ingredient@85e6544]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4424 extendedcrafting:block_of_ender_stars_to RecipeStage{tier='four', recipe=1xtile.ec.storage@6:[net.minecraft.item.crafting.Ingredient@20a8953e, net.minecraft.item.crafting.Ingredient@20a8953e, net.minecraft.item.crafting.Ingredient@20a8953e, net.minecraft.item.crafting.Ingredient@20a8953e, net.minecraft.item.crafting.Ingredient@20a8953e, net.minecraft.item.crafting.Ingredient@20a8953e, net.minecraft.item.crafting.Ingredient@20a8953e, net.minecraft.item.crafting.Ingredient@20a8953e, net.minecraft.item.crafting.Ingredient@20a8953e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4425 extendedcrafting:block_of_ender_stars_from RecipeStage{tier='four', recipe=9xitem.ec.material@40:[net.minecraft.item.crafting.Ingredient@316d161d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4426 extendedcrafting:block_of_ender_from RecipeStage{tier='four', recipe=9xitem.ec.material@36:[net.minecraft.item.crafting.Ingredient@2260ffd2]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4427 extendedcrafting:block_of_crystaltine_to RecipeStage{tier='five', recipe=1xtile.ec.storage@3:[net.minecraft.item.crafting.Ingredient@aa7eb6f, net.minecraft.item.crafting.Ingredient@aa7eb6f, net.minecraft.item.crafting.Ingredient@aa7eb6f, net.minecraft.item.crafting.Ingredient@aa7eb6f, net.minecraft.item.crafting.Ingredient@aa7eb6f, net.minecraft.item.crafting.Ingredient@aa7eb6f, net.minecraft.item.crafting.Ingredient@aa7eb6f, net.minecraft.item.crafting.Ingredient@aa7eb6f, net.minecraft.item.crafting.Ingredient@aa7eb6f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4428 extendedcrafting:block_of_crystaltine_from RecipeStage{tier='five', recipe=9xitem.ec.material@24:[net.minecraft.item.crafting.Ingredient@73d154c9]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4436 galacticraftcore:wall_gc_5 RecipeStage{tier='five', recipe=6xtile.wall_gc@5:[net.minecraft.item.crafting.Ingredient@3e4fdb73, net.minecraft.item.crafting.Ingredient@3e4fdb73, net.minecraft.item.crafting.Ingredient@3e4fdb73, net.minecraft.item.crafting.Ingredient@3e4fdb73, net.minecraft.item.crafting.Ingredient@3e4fdb73, net.minecraft.item.crafting.Ingredient@3e4fdb73]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4437 galacticraftcore:wall_gc_4 RecipeStage{tier='five', recipe=6xtile.wall_gc@4:[net.minecraft.item.crafting.Ingredient@6ea90603, net.minecraft.item.crafting.Ingredient@6ea90603, net.minecraft.item.crafting.Ingredient@6ea90603, net.minecraft.item.crafting.Ingredient@6ea90603, net.minecraft.item.crafting.Ingredient@6ea90603, net.minecraft.item.crafting.Ingredient@6ea90603]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4438 galacticraftcore:wall_gc_3 RecipeStage{tier='five', recipe=6xtile.wall_gc@3:[net.minecraft.item.crafting.Ingredient@36e48ba5, net.minecraft.item.crafting.Ingredient@36e48ba5, net.minecraft.item.crafting.Ingredient@36e48ba5, net.minecraft.item.crafting.Ingredient@36e48ba5, net.minecraft.item.crafting.Ingredient@36e48ba5, net.minecraft.item.crafting.Ingredient@36e48ba5]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4439 galacticraftcore:wall_gc_2 RecipeStage{tier='five', recipe=6xtile.wall_gc@2:[net.minecraft.item.crafting.Ingredient@cceb7e9, net.minecraft.item.crafting.Ingredient@cceb7e9, net.minecraft.item.crafting.Ingredient@cceb7e9, net.minecraft.item.crafting.Ingredient@cceb7e9, net.minecraft.item.crafting.Ingredient@cceb7e9, net.minecraft.item.crafting.Ingredient@cceb7e9]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4440 galacticraftcore:wall_gc_1 RecipeStage{tier='five', recipe=6xtile.wall_gc@1:[net.minecraft.item.crafting.Ingredient@76b5c35c, net.minecraft.item.crafting.Ingredient@76b5c35c, net.minecraft.item.crafting.Ingredient@76b5c35c, net.minecraft.item.crafting.Ingredient@76b5c35c, net.minecraft.item.crafting.Ingredient@76b5c35c, net.minecraft.item.crafting.Ingredient@76b5c35c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4441 galacticraftcore:wall_gc_0 RecipeStage{tier='five', recipe=6xtile.wall_gc@0:[net.minecraft.item.crafting.Ingredient@7f5911f5, net.minecraft.item.crafting.Ingredient@7f5911f5, net.minecraft.item.crafting.Ingredient@7f5911f5, net.minecraft.item.crafting.Ingredient@7f5911f5, net.minecraft.item.crafting.Ingredient@7f5911f5, net.minecraft.item.crafting.Ingredient@7f5911f5]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4442 galacticraftcore:view_screen RecipeStage{tier='five', recipe=1xtile.view_screen@0:[net.minecraftforge.oredict.OreIngredient@5920f8, net.minecraftforge.oredict.OreIngredient@77d17ea6, net.minecraftforge.oredict.OreIngredient@5920f8, net.minecraftforge.oredict.OreIngredient@77d17ea6, net.minecraft.item.crafting.Ingredient@3723e040, net.minecraftforge.oredict.OreIngredient@77d17ea6, net.minecraftforge.oredict.OreIngredient@5920f8, net.minecraftforge.oredict.OreIngredient@77d17ea6, net.minecraftforge.oredict.OreIngredient@5920f8]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4443 galacticraftcore:tin_stairs_2_alt RecipeStage{tier='five', recipe=4xtile.tin_stairs_2@0:[net.minecraft.item.crafting.Ingredient@7eb9e5ea, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7eb9e5ea, net.minecraft.item.crafting.Ingredient@7eb9e5ea, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7eb9e5ea, net.minecraft.item.crafting.Ingredient@7eb9e5ea, net.minecraft.item.crafting.Ingredient@7eb9e5ea]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4444 galacticraftcore:tin_stairs_2 RecipeStage{tier='five', recipe=4xtile.tin_stairs_2@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@270ae225, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@270ae225, net.minecraft.item.crafting.Ingredient@270ae225, net.minecraft.item.crafting.Ingredient@270ae225, net.minecraft.item.crafting.Ingredient@270ae225, net.minecraft.item.crafting.Ingredient@270ae225]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4445 galacticraftcore:tin_stairs_1_alt RecipeStage{tier='five', recipe=4xtile.tin_stairs_1@0:[net.minecraft.item.crafting.Ingredient@3f6cd8ca, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3f6cd8ca, net.minecraft.item.crafting.Ingredient@3f6cd8ca, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3f6cd8ca, net.minecraft.item.crafting.Ingredient@3f6cd8ca, net.minecraft.item.crafting.Ingredient@3f6cd8ca]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4446 galacticraftcore:tin_stairs_1 RecipeStage{tier='five', recipe=4xtile.tin_stairs_1@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4713af50, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4713af50, net.minecraft.item.crafting.Ingredient@4713af50, net.minecraft.item.crafting.Ingredient@4713af50, net.minecraft.item.crafting.Ingredient@4713af50, net.minecraft.item.crafting.Ingredient@4713af50]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4447 galacticraftcore:telemetry RecipeStage{tier='five', recipe=1xtile.telemetry@0:[net.minecraftforge.oredict.OreIngredient@2c334b4c, net.minecraft.item.crafting.Ingredient@2798b6ce, net.minecraftforge.oredict.OreIngredient@2c334b4c, net.minecraftforge.oredict.OreIngredient@2c334b4c, net.minecraftforge.oredict.OreIngredient@77112765, net.minecraftforge.oredict.OreIngredient@2c334b4c, net.minecraftforge.oredict.OreIngredient@ec2c281, net.minecraftforge.oredict.OreIngredient@ec2c281, net.minecraftforge.oredict.OreIngredient@ec2c281]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4448 galacticraftcore:steel_sword RecipeStage{tier='five', recipe=1xitem.steel_sword@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@21823b26, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@21823b26, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3c4b4b5d, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4449 galacticraftcore:steel_shovel RecipeStage{tier='five', recipe=1xitem.steel_shovel@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@610e3faa, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3b8cb367, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3b8cb367, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4450 galacticraftcore:steel_pole RecipeStage{tier='four', recipe=2xitem.steel_pole@0:[net.minecraftforge.oredict.OreIngredient@74f27b2b, net.minecraftforge.oredict.OreIngredient@74f27b2b, net.minecraftforge.oredict.OreIngredient@74f27b2b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4451 galacticraftcore:steel_pickaxe RecipeStage{tier='five', recipe=1xitem.steel_pickaxe@0:[net.minecraftforge.oredict.OreIngredient@2ab65850, net.minecraftforge.oredict.OreIngredient@2ab65850, net.minecraftforge.oredict.OreIngredient@2ab65850, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@59514607, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@59514607, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4452 galacticraftcore:steel_leggings RecipeStage{tier='five', recipe=1xitem.steel_leggings@0:[net.minecraftforge.oredict.OreIngredient@72576f, net.minecraftforge.oredict.OreIngredient@72576f, net.minecraftforge.oredict.OreIngredient@72576f, net.minecraftforge.oredict.OreIngredient@72576f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@72576f, net.minecraftforge.oredict.OreIngredient@72576f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@72576f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4453 galacticraftcore:steel_hoe_alt RecipeStage{tier='five', recipe=1xitem.steel_hoe@0:[net.minecraftforge.oredict.OreIngredient@5d73e68b, net.minecraftforge.oredict.OreIngredient@5d73e68b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@16bb83e6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@16bb83e6, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4454 galacticraftcore:steel_hoe RecipeStage{tier='five', recipe=1xitem.steel_hoe@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@187de6bf, net.minecraftforge.oredict.OreIngredient@187de6bf, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@e17e2d4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@e17e2d4, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4455 galacticraftcore:steel_helmet RecipeStage{tier='five', recipe=1xitem.steel_helmet@0:[net.minecraftforge.oredict.OreIngredient@641aecb5, net.minecraftforge.oredict.OreIngredient@641aecb5, net.minecraftforge.oredict.OreIngredient@641aecb5, net.minecraftforge.oredict.OreIngredient@641aecb5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@641aecb5]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4456 galacticraftcore:steel_chestplate RecipeStage{tier='five', recipe=1xitem.steel_chestplate@0:[net.minecraftforge.oredict.OreIngredient@5946f5d6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5946f5d6, net.minecraftforge.oredict.OreIngredient@5946f5d6, net.minecraftforge.oredict.OreIngredient@5946f5d6, net.minecraftforge.oredict.OreIngredient@5946f5d6, net.minecraftforge.oredict.OreIngredient@5946f5d6, net.minecraftforge.oredict.OreIngredient@5946f5d6, net.minecraftforge.oredict.OreIngredient@5946f5d6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4457 galacticraftcore:steel_boots RecipeStage{tier='five', recipe=1xitem.steel_boots@0:[net.minecraftforge.oredict.OreIngredient@2fcae64d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2fcae64d, net.minecraftforge.oredict.OreIngredient@2fcae64d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2fcae64d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4458 galacticraftcore:steel_axe_alt RecipeStage{tier='five', recipe=1xitem.steel_axe@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2164532c, net.minecraftforge.oredict.OreIngredient@2164532c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6ad6488c, net.minecraftforge.oredict.OreIngredient@2164532c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6ad6488c, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4459 galacticraftcore:steel_axe RecipeStage{tier='five', recipe=1xitem.steel_axe@0:[net.minecraftforge.oredict.OreIngredient@4863ea05, net.minecraftforge.oredict.OreIngredient@4863ea05, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4863ea05, net.minecraftforge.oredict.OreIngredient@5cf743fe, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5cf743fe, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4460 galacticraftcore:standard_wrench RecipeStage{tier='four', recipe=1xitem.standard_wrench@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@46067dd3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@749c8d1f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@749c8d1f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4461 galacticraftcore:spin_thruster RecipeStage{tier='five', recipe=1xtile.spin_thruster@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@259afaf2, net.minecraftforge.oredict.OreIngredient@44f6e0d8, net.minecraft.item.crafting.Ingredient@c19fdb6, net.minecraftforge.oredict.OreIngredient@2fe0c94e, net.minecraft.item.crafting.Ingredient@695ba3, net.minecraftforge.oredict.OreIngredient@2fe0c94e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4462 galacticraftcore:space_glass_vanilla_1 RecipeStage{tier='five', recipe=5xtile.space_glass_vanilla@1:[net.minecraft.item.crafting.Ingredient@21834931, net.minecraft.item.crafting.Ingredient@39ef8f53, net.minecraft.item.crafting.Ingredient@21834931, net.minecraft.item.crafting.Ingredient@39ef8f53, net.minecraft.item.crafting.Ingredient@39ef8f53, net.minecraft.item.crafting.Ingredient@39ef8f53, net.minecraft.item.crafting.Ingredient@21834931, net.minecraft.item.crafting.Ingredient@39ef8f53, net.minecraft.item.crafting.Ingredient@21834931]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4463 galacticraftcore:space_glass_vanilla_0 RecipeStage{tier='five', recipe=5xtile.space_glass_vanilla@0:[net.minecraftforge.oredict.OreIngredient@570515f2, net.minecraft.item.crafting.Ingredient@608f5ee6, net.minecraftforge.oredict.OreIngredient@570515f2, net.minecraft.item.crafting.Ingredient@608f5ee6, net.minecraft.item.crafting.Ingredient@608f5ee6, net.minecraft.item.crafting.Ingredient@608f5ee6, net.minecraftforge.oredict.OreIngredient@570515f2, net.minecraft.item.crafting.Ingredient@608f5ee6, net.minecraftforge.oredict.OreIngredient@570515f2]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4464 galacticraftcore:space_glass_strong_1 RecipeStage{tier='five', recipe=5xtile.space_glass_strong@1:[net.minecraft.item.crafting.Ingredient@2ac1a727, net.minecraft.item.crafting.Ingredient@73af67ce, net.minecraft.item.crafting.Ingredient@2ac1a727, net.minecraft.item.crafting.Ingredient@73af67ce, net.minecraft.item.crafting.Ingredient@73af67ce, net.minecraft.item.crafting.Ingredient@73af67ce, net.minecraft.item.crafting.Ingredient@2ac1a727, net.minecraft.item.crafting.Ingredient@73af67ce, net.minecraft.item.crafting.Ingredient@2ac1a727]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4465 galacticraftcore:space_glass_strong_0 RecipeStage{tier='five', recipe=5xtile.space_glass_strong@0:[net.minecraftforge.oredict.OreIngredient@42474b44, net.minecraft.item.crafting.Ingredient@fcd5146, net.minecraftforge.oredict.OreIngredient@42474b44, net.minecraft.item.crafting.Ingredient@fcd5146, net.minecraft.item.crafting.Ingredient@fcd5146, net.minecraft.item.crafting.Ingredient@fcd5146, net.minecraftforge.oredict.OreIngredient@42474b44, net.minecraft.item.crafting.Ingredient@fcd5146, net.minecraftforge.oredict.OreIngredient@42474b44]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4466 galacticraftcore:space_glass_clear_1 RecipeStage{tier='four', recipe=5xtile.space_glass_clear@1:[net.minecraft.item.crafting.Ingredient@668f7705, net.minecraft.item.crafting.Ingredient@1bcbc55d, net.minecraft.item.crafting.Ingredient@668f7705, net.minecraft.item.crafting.Ingredient@1bcbc55d, net.minecraft.item.crafting.Ingredient@1bcbc55d, net.minecraft.item.crafting.Ingredient@1bcbc55d, net.minecraft.item.crafting.Ingredient@668f7705, net.minecraft.item.crafting.Ingredient@1bcbc55d, net.minecraft.item.crafting.Ingredient@668f7705]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4467 galacticraftcore:space_glass_clear_0 RecipeStage{tier='four', recipe=5xtile.space_glass_clear@0:[net.minecraftforge.oredict.OreIngredient@3f7627ce, net.minecraft.item.crafting.Ingredient@4ae0d4af, net.minecraftforge.oredict.OreIngredient@3f7627ce, net.minecraft.item.crafting.Ingredient@4ae0d4af, net.minecraft.item.crafting.Ingredient@4ae0d4af, net.minecraft.item.crafting.Ingredient@4ae0d4af, net.minecraftforge.oredict.OreIngredient@3f7627ce, net.minecraft.item.crafting.Ingredient@4ae0d4af, net.minecraftforge.oredict.OreIngredient@3f7627ce]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4468 galacticraftcore:solar_4 RecipeStage{tier='five', recipe=1xtile.solar@4:[net.minecraftforge.oredict.OreIngredient@598caf0e, net.minecraft.item.crafting.Ingredient@4cf28ca, net.minecraftforge.oredict.OreIngredient@598caf0e, net.minecraftforge.oredict.OreIngredient@598caf0e, net.minecraft.item.crafting.Ingredient@679893bb, net.minecraftforge.oredict.OreIngredient@598caf0e, net.minecraft.item.crafting.Ingredient@1e8fb767, net.minecraftforge.oredict.OreIngredient@7d184a0, net.minecraft.item.crafting.Ingredient@1e8fb767]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4469 galacticraftcore:solar_0 RecipeStage{tier='five', recipe=1xtile.solar@0:[net.minecraftforge.oredict.OreIngredient@73fac737, net.minecraft.item.crafting.Ingredient@74104dc, net.minecraftforge.oredict.OreIngredient@73fac737, net.minecraftforge.oredict.OreIngredient@73fac737, net.minecraft.item.crafting.Ingredient@6217b6e8, net.minecraftforge.oredict.OreIngredient@73fac737, net.minecraft.item.crafting.Ingredient@e7d79cd, net.minecraftforge.oredict.OreIngredient@5d32ebe1, net.minecraft.item.crafting.Ingredient@e7d79cd]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4470 galacticraftcore:slime_ball RecipeStage{tier='five', recipe=1xitem.slimeball@0:[net.minecraft.item.crafting.Ingredient@4d7da90d, net.minecraft.item.crafting.Ingredient@74fd2349, net.minecraft.item.crafting.Ingredient@4d7da90d, net.minecraft.item.crafting.Ingredient@74fd2349, net.minecraft.item.crafting.Ingredient@5dc1592d, net.minecraft.item.crafting.Ingredient@74fd2349, net.minecraft.item.crafting.Ingredient@4d7da90d, net.minecraft.item.crafting.Ingredient@74fd2349, net.minecraft.item.crafting.Ingredient@4d7da90d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4471 galacticraftcore:slab_gc_half_5 RecipeStage{tier='five', recipe=6xtile.slab_gc_half@5:[net.minecraft.item.crafting.Ingredient@557a1f4d, net.minecraft.item.crafting.Ingredient@557a1f4d, net.minecraft.item.crafting.Ingredient@557a1f4d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4472 galacticraftcore:slab_gc_half_4 RecipeStage{tier='five', recipe=6xtile.slab_gc_half@4:[net.minecraft.item.crafting.Ingredient@74b5195a, net.minecraft.item.crafting.Ingredient@74b5195a, net.minecraft.item.crafting.Ingredient@74b5195a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4473 galacticraftcore:slab_gc_half_3 RecipeStage{tier='five', recipe=6xtile.slab_gc_half@3:[net.minecraft.item.crafting.Ingredient@2ce2e2e6, net.minecraft.item.crafting.Ingredient@2ce2e2e6, net.minecraft.item.crafting.Ingredient@2ce2e2e6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4474 galacticraftcore:slab_gc_half_2 RecipeStage{tier='five', recipe=6xtile.slab_gc_half@2:[net.minecraft.item.crafting.Ingredient@42508624, net.minecraft.item.crafting.Ingredient@42508624, net.minecraft.item.crafting.Ingredient@42508624]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4475 galacticraftcore:slab_gc_half_1 RecipeStage{tier='five', recipe=6xtile.slab_gc_half@1:[net.minecraft.item.crafting.Ingredient@5e270136, net.minecraft.item.crafting.Ingredient@5e270136, net.minecraft.item.crafting.Ingredient@5e270136]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4476 galacticraftcore:slab_gc_half_0 RecipeStage{tier='five', recipe=6xtile.slab_gc_half@0:[net.minecraft.item.crafting.Ingredient@39b59916, net.minecraft.item.crafting.Ingredient@39b59916, net.minecraft.item.crafting.Ingredient@39b59916]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4477 galacticraftcore:sensor_lens RecipeStage{tier='five', recipe=1xitem.sensor_lens@0:[net.minecraftforge.oredict.OreIngredient@5df037d6, net.minecraft.item.crafting.Ingredient@6072a9d9, net.minecraftforge.oredict.OreIngredient@5df037d6, net.minecraft.item.crafting.Ingredient@6072a9d9, net.minecraft.item.crafting.Ingredient@47d11cb5, net.minecraft.item.crafting.Ingredient@6072a9d9, net.minecraftforge.oredict.OreIngredient@5df037d6, net.minecraft.item.crafting.Ingredient@6072a9d9, net.minecraftforge.oredict.OreIngredient@5df037d6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4478 galacticraftcore:sensor_glasses RecipeStage{tier='five', recipe=1xitem.sensor_glasses@0:[net.minecraftforge.oredict.OreIngredient@6211b22b, net.minecraftforge.oredict.OreIngredient@1972e59b, net.minecraftforge.oredict.OreIngredient@6211b22b, net.minecraftforge.oredict.OreIngredient@6211b22b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6211b22b, net.minecraft.item.crafting.Ingredient@71734884, net.minecraft.item.crafting.Ingredient@2696610b, net.minecraft.item.crafting.Ingredient@71734884]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4479 galacticraftcore:sealer RecipeStage{tier='five', recipe=1xtile.sealer@0:[net.minecraftforge.oredict.OreIngredient@7d7950f9, net.minecraftforge.oredict.OreIngredient@57c95223, net.minecraftforge.oredict.OreIngredient@7d7950f9, net.minecraft.item.crafting.Ingredient@74bfe136, net.minecraft.item.crafting.Ingredient@1fb4d53c, net.minecraft.item.crafting.Ingredient@74bfe136, net.minecraftforge.oredict.OreIngredient@7d7950f9, net.minecraftforge.oredict.OreIngredient@57c95223, net.minecraftforge.oredict.OreIngredient@7d7950f9]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4481 galacticraftcore:rocket_fins RecipeStage{tier='four', recipe=1xitem.rocket_fins@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@cd0dfb4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@72b5e7b0, net.minecraftforge.oredict.OreIngredient@cd0dfb4, net.minecraft.item.crafting.Ingredient@72b5e7b0, net.minecraft.item.crafting.Ingredient@72b5e7b0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@72b5e7b0]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4484 galacticraftcore:platform RecipeStage{tier='five', recipe=4xtile.platform@0:[net.minecraft.item.crafting.Ingredient@5565c623, net.minecraftforge.oredict.OreIngredient@297018c1, net.minecraft.item.crafting.Ingredient@5565c623, net.minecraftforge.oredict.OreIngredient@269c1ec8, net.minecraftforge.oredict.OreIngredient@2ceb2f69, net.minecraftforge.oredict.OreIngredient@269c1ec8, net.minecraft.item.crafting.Ingredient@5565c623, net.minecraftforge.oredict.OreIngredient@297018c1, net.minecraft.item.crafting.Ingredient@5565c623]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4501 galacticraftcore:parachute_0 RecipeStage{tier='four', recipe=1xitem.parachute@0:[net.minecraft.item.crafting.Ingredient@969108, net.minecraft.item.crafting.Ingredient@969108, net.minecraft.item.crafting.Ingredient@969108, net.minecraftforge.oredict.OreIngredient@50ca16ff, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@50ca16ff, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@50ca16ff, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4502 galacticraftcore:panel_lighting_4 RecipeStage{tier='five', recipe=1xtile.panel_lighting@4:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@22fa085b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@22fa085b, net.minecraft.item.crafting.Ingredient@367c3bc, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7fa69c24, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4503 galacticraftcore:panel_lighting_3 RecipeStage{tier='five', recipe=1xtile.panel_lighting@3:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@65c66219, net.minecraft.item.crafting.Ingredient@39c53abf, net.minecraft.item.crafting.Ingredient@65c66219, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4408fa46, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4504 galacticraftcore:panel_lighting_2 RecipeStage{tier='five', recipe=1xtile.panel_lighting@2:[net.minecraft.item.crafting.Ingredient@7b033d4a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7b033d4a, net.minecraft.item.crafting.Ingredient@7b033d4a, net.minecraft.item.crafting.Ingredient@1185c077, net.minecraft.item.crafting.Ingredient@7b033d4a, net.minecraft.item.crafting.Ingredient@7b033d4a, net.minecraftforge.oredict.OreIngredient@2e0dc0d9, net.minecraft.item.crafting.Ingredient@7b033d4a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4505 galacticraftcore:panel_lighting_1 RecipeStage{tier='five', recipe=1xtile.panel_lighting@1:[net.minecraft.item.crafting.Ingredient@1a91bdfc, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1a91bdfc, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5b20751a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1a91bdfc, net.minecraftforge.oredict.OreIngredient@24824cc4, net.minecraft.item.crafting.Ingredient@1a91bdfc]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4506 galacticraftcore:panel_lighting_0 RecipeStage{tier='five', recipe=1xtile.panel_lighting@0:[net.minecraft.item.crafting.Ingredient@5217b4f4, net.minecraft.item.crafting.Ingredient@5217b4f4, net.minecraft.item.crafting.Ingredient@5217b4f4, net.minecraft.item.crafting.Ingredient@5217b4f4, net.minecraft.item.crafting.Ingredient@18c03795, net.minecraft.item.crafting.Ingredient@5217b4f4, net.minecraft.item.crafting.Ingredient@5217b4f4, net.minecraftforge.oredict.OreIngredient@c96a426, net.minecraft.item.crafting.Ingredient@5217b4f4]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4507 galacticraftcore:oxygen_tank_med_full RecipeStage{tier='five', recipe=1xitem.oxygen_tank_med_full@1800:[net.minecraft.item.crafting.Ingredient@1c071485, net.minecraft.item.crafting.Ingredient@1c071485, net.minecraft.item.crafting.Ingredient@eac0927, net.minecraft.item.crafting.Ingredient@eac0927, net.minecraftforge.oredict.OreIngredient@c055564, net.minecraftforge.oredict.OreIngredient@c055564]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4508 galacticraftcore:oxygen_tank_light_full RecipeStage{tier='four', recipe=1xitem.oxygen_tank_light_full@900:[net.minecraft.item.crafting.Ingredient@66456403, net.minecraft.item.crafting.Ingredient@56647163, net.minecraftforge.oredict.OreIngredient@6b2bfb1d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4509 galacticraftcore:oxygen_tank_heavy_full RecipeStage{tier='five', recipe=1xitem.oxygen_tank_heavy_full@2700:[net.minecraft.item.crafting.Ingredient@26ba1753, net.minecraft.item.crafting.Ingredient@26ba1753, net.minecraft.item.crafting.Ingredient@26ba1753, net.minecraft.item.crafting.Ingredient@73a2707, net.minecraft.item.crafting.Ingredient@73a2707, net.minecraft.item.crafting.Ingredient@73a2707, net.minecraftforge.oredict.OreIngredient@767833da, net.minecraftforge.oredict.OreIngredient@767833da, net.minecraftforge.oredict.OreIngredient@767833da]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4510 galacticraftcore:oxygen_mask RecipeStage{tier='four', recipe=1xitem.oxygen_mask@0:[net.minecraft.item.crafting.Ingredient@6a395177, net.minecraft.item.crafting.Ingredient@6a395177, net.minecraft.item.crafting.Ingredient@6a395177, net.minecraft.item.crafting.Ingredient@6a395177, net.minecraft.item.crafting.Ingredient@4126fffe, net.minecraft.item.crafting.Ingredient@6a395177, net.minecraft.item.crafting.Ingredient@6a395177, net.minecraft.item.crafting.Ingredient@6a395177, net.minecraft.item.crafting.Ingredient@6a395177]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4511 galacticraftcore:oxygen_gear RecipeStage{tier='four', recipe=1xitem.oxygen_gear@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@44ec7b6a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@44ec7b6a, net.minecraft.item.crafting.Ingredient@2877fe3c, net.minecraft.item.crafting.Ingredient@44ec7b6a, net.minecraft.item.crafting.Ingredient@44ec7b6a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@44ec7b6a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4512 galacticraftcore:oxygen_detector RecipeStage{tier='five', recipe=1xtile.oxygen_detector@0:[net.minecraftforge.oredict.OreIngredient@27205058, net.minecraftforge.oredict.OreIngredient@27205058, net.minecraftforge.oredict.OreIngredient@27205058, net.minecraft.item.crafting.Ingredient@3be79335, net.minecraftforge.oredict.OreIngredient@205adbdb, net.minecraft.item.crafting.Ingredient@3be79335, net.minecraftforge.oredict.OreIngredient@9430de, net.minecraftforge.oredict.OreIngredient@466fb4fb, net.minecraftforge.oredict.OreIngredient@9430de]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4513 galacticraftcore:oxygen_concentrator RecipeStage{tier='four', recipe=1xitem.oxygen_concentrator@0:[net.minecraftforge.oredict.OreIngredient@7b798d88, net.minecraftforge.oredict.OreIngredient@752b0cff, net.minecraftforge.oredict.OreIngredient@7b798d88, net.minecraftforge.oredict.OreIngredient@752b0cff, net.minecraft.item.crafting.Ingredient@6950ff04, net.minecraftforge.oredict.OreIngredient@752b0cff, net.minecraftforge.oredict.OreIngredient@7b798d88, net.minecraft.item.crafting.Ingredient@36b6db49, net.minecraftforge.oredict.OreIngredient@7b798d88]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4514 galacticraftcore:oxygen_compressor_4 RecipeStage{tier='five', recipe=1xtile.oxygen_compressor.0@4:[net.minecraftforge.oredict.OreIngredient@68b3967c, net.minecraft.item.crafting.Ingredient@f907da3, net.minecraftforge.oredict.OreIngredient@68b3967c, net.minecraftforge.oredict.OreIngredient@18c869f7, net.minecraft.item.crafting.Ingredient@49ca9cd9, net.minecraftforge.oredict.OreIngredient@18c869f7, net.minecraftforge.oredict.OreIngredient@68b3967c, net.minecraft.item.crafting.Ingredient@45bb8ca8, net.minecraftforge.oredict.OreIngredient@68b3967c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4515 galacticraftcore:oxygen_compressor_0 RecipeStage{tier='four', recipe=1xtile.oxygen_compressor.0@0:[net.minecraftforge.oredict.OreIngredient@46b8b928, net.minecraftforge.oredict.OreIngredient@6214de5f, net.minecraftforge.oredict.OreIngredient@46b8b928, net.minecraftforge.oredict.OreIngredient@6214de5f, net.minecraft.item.crafting.Ingredient@67ab5bbb, net.minecraftforge.oredict.OreIngredient@6214de5f, net.minecraftforge.oredict.OreIngredient@46b8b928, net.minecraftforge.oredict.OreIngredient@3595a836, net.minecraftforge.oredict.OreIngredient@46b8b928]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4516 galacticraftcore:oil_canister_partial_1001 RecipeStage{tier='five', recipe=1xitem.oil_canister_partial@1001:[net.minecraftforge.oredict.OreIngredient@5fc2188, net.minecraftforge.oredict.OreIngredient@6a23be2f, net.minecraftforge.oredict.OreIngredient@5fc2188, net.minecraftforge.oredict.OreIngredient@5fc2188, net.minecraft.item.crafting.Ingredient@127c37cf, net.minecraftforge.oredict.OreIngredient@5fc2188, net.minecraftforge.oredict.OreIngredient@5fc2188, net.minecraft.item.crafting.Ingredient@14d0ecc5, net.minecraftforge.oredict.OreIngredient@5fc2188]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4517 galacticraftcore:nose_cone RecipeStage{tier='four', recipe=1xitem.nose_cone@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@341f7e37, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@67f584b0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@67f584b0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@67f584b0]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4518 galacticraftcore:moon_stairs_stone_alt RecipeStage{tier='five', recipe=4xtile.moon_stairs_stone@0:[net.minecraft.item.crafting.Ingredient@4f002d08, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4f002d08, net.minecraft.item.crafting.Ingredient@4f002d08, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4f002d08, net.minecraft.item.crafting.Ingredient@4f002d08, net.minecraft.item.crafting.Ingredient@4f002d08]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4519 galacticraftcore:moon_stairs_stone RecipeStage{tier='five', recipe=4xtile.moon_stairs_stone@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6b942521, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6b942521, net.minecraft.item.crafting.Ingredient@6b942521, net.minecraft.item.crafting.Ingredient@6b942521, net.minecraft.item.crafting.Ingredient@6b942521, net.minecraft.item.crafting.Ingredient@6b942521]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4520 galacticraftcore:moon_stairs_brick_alt RecipeStage{tier='five', recipe=4xtile.moon_stairs_brick@0:[net.minecraft.item.crafting.Ingredient@3a27f9cf, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3a27f9cf, net.minecraft.item.crafting.Ingredient@3a27f9cf, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3a27f9cf, net.minecraft.item.crafting.Ingredient@3a27f9cf, net.minecraft.item.crafting.Ingredient@3a27f9cf]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4521 galacticraftcore:moon_stairs_brick RecipeStage{tier='five', recipe=4xtile.moon_stairs_brick@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2dd49981, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2dd49981, net.minecraft.item.crafting.Ingredient@2dd49981, net.minecraft.item.crafting.Ingredient@2dd49981, net.minecraft.item.crafting.Ingredient@2dd49981, net.minecraft.item.crafting.Ingredient@2dd49981]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4522 galacticraftcore:meteor_chunk_0 RecipeStage{tier='five', recipe=3xitem.meteor_chunk@0:[net.minecraft.item.crafting.Ingredient@5be4ea36]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4523 galacticraftcore:magnetic_table RecipeStage{tier='five', recipe=1xtile.magnetic_table@0:[net.minecraft.item.crafting.Ingredient@2116265f, net.minecraftforge.oredict.OreIngredient@2a004864]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4524 galacticraftcore:machine_tiered_8 RecipeStage{tier='five', recipe=1xtile.machine_tiered.0@8:[net.minecraft.item.crafting.Ingredient@57c3cdf0, net.minecraftforge.oredict.OreIngredient@3d2ae241, net.minecraft.item.crafting.Ingredient@57c3cdf0, net.minecraftforge.oredict.OreIngredient@3d2ae241, net.minecraftforge.oredict.OreIngredient@32cacc59, net.minecraftforge.oredict.OreIngredient@3d2ae241, net.minecraft.item.crafting.Ingredient@57c3cdf0, net.minecraftforge.oredict.OreIngredient@3d2ae241, net.minecraft.item.crafting.Ingredient@57c3cdf0]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4525 galacticraftcore:machine_tiered_4 RecipeStage{tier='five', recipe=1xtile.machine_tiered.0@4:[net.minecraftforge.oredict.OreIngredient@57b891b5, net.minecraftforge.oredict.OreIngredient@57b891b5, net.minecraftforge.oredict.OreIngredient@57b891b5, net.minecraftforge.oredict.OreIngredient@57b891b5, net.minecraft.item.crafting.Ingredient@2b407818, net.minecraftforge.oredict.OreIngredient@57b891b5, net.minecraftforge.oredict.OreIngredient@4de9987b, net.minecraftforge.oredict.OreIngredient@2bed7156, net.minecraftforge.oredict.OreIngredient@4de9987b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4526 galacticraftcore:machine_tiered_12 RecipeStage{tier='five', recipe=1xtile.machine_tiered.0@12:[net.minecraft.item.crafting.Ingredient@23619c85, net.minecraft.item.crafting.Ingredient@23619c85, net.minecraft.item.crafting.Ingredient@23619c85, net.minecraft.item.crafting.Ingredient@23619c85, net.minecraft.item.crafting.Ingredient@5eb66dc7, net.minecraft.item.crafting.Ingredient@23619c85, net.minecraft.item.crafting.Ingredient@51c288b9, net.minecraftforge.oredict.OreIngredient@7209efad, net.minecraft.item.crafting.Ingredient@51c288b9]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4527 galacticraftcore:machine_tiered_0 RecipeStage{tier='four', recipe=1xtile.machine_tiered.0@0:[net.minecraftforge.oredict.OreIngredient@5ae77c2b, net.minecraftforge.oredict.OreIngredient@5ae77c2b, net.minecraftforge.oredict.OreIngredient@5ae77c2b, net.minecraft.item.crafting.Ingredient@6422eaa6, net.minecraft.item.crafting.Ingredient@6422eaa6, net.minecraft.item.crafting.Ingredient@6422eaa6, net.minecraftforge.oredict.OreIngredient@5ae77c2b, net.minecraftforge.oredict.OreIngredient@5ae77c2b, net.minecraftforge.oredict.OreIngredient@5ae77c2b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4529 galacticraftcore:machine_0 RecipeStage{tier='four', recipe=1xtile.machine.0@0:[net.minecraftforge.oredict.OreIngredient@52d0f62b, net.minecraftforge.oredict.OreIngredient@52d0f62b, net.minecraftforge.oredict.OreIngredient@52d0f62b, net.minecraft.item.crafting.Ingredient@5a7ceb09, net.minecraft.item.crafting.Ingredient@74969804, net.minecraft.item.crafting.Ingredient@5a7ceb09, net.minecraft.item.crafting.Ingredient@5a7ceb09, net.minecraft.item.crafting.Ingredient@58541edb, net.minecraft.item.crafting.Ingredient@5a7ceb09]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4530 galacticraftcore:machine4_0 RecipeStage{tier='five', recipe=1xtile.machine4.0@0:[net.minecraftforge.oredict.OreIngredient@17aef07b, net.minecraft.item.crafting.Ingredient@5503bf31, net.minecraftforge.oredict.OreIngredient@17aef07b, net.minecraftforge.oredict.OreIngredient@17aef07b, net.minecraftforge.oredict.OreIngredient@3ce3b903, net.minecraftforge.oredict.OreIngredient@17aef07b, net.minecraft.item.crafting.Ingredient@24f74f27, net.minecraftforge.oredict.OreIngredient@22f357cf, net.minecraft.item.crafting.Ingredient@24f74f27]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4531 galacticraftcore:machine3_0 RecipeStage{tier='five', recipe=1xtile.machine3.0@0:[net.minecraftforge.oredict.OreIngredient@13f36fe0, net.minecraftforge.oredict.OreIngredient@234b331a, net.minecraftforge.oredict.OreIngredient@4db52ceb, net.minecraftforge.oredict.OreIngredient@56eb7835, net.minecraftforge.oredict.OreIngredient@5e6f8167, net.minecraftforge.oredict.OreIngredient@24c6aa53, net.minecraftforge.oredict.OreIngredient@40701854, net.minecraftforge.oredict.OreIngredient@4dd7fabf, net.minecraftforge.oredict.OreIngredient@6f112edb]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4533 galacticraftcore:machine2_4 RecipeStage{tier='five', recipe=1xtile.machine2.0@4:[net.minecraftforge.oredict.OreIngredient@33c8d695, net.minecraft.item.crafting.Ingredient@33f52c47, net.minecraftforge.oredict.OreIngredient@33c8d695, net.minecraft.item.crafting.Ingredient@7fa13642, net.minecraft.item.crafting.Ingredient@45100f5d, net.minecraft.item.crafting.Ingredient@7fa13642, net.minecraft.item.crafting.Ingredient@6077b2cb, net.minecraft.item.crafting.Ingredient@182c0cde, net.minecraft.item.crafting.Ingredient@6077b2cb]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4534 galacticraftcore:machine2_12 RecipeStage{tier='five', recipe=1xtile.machine2.0@12:[net.minecraftforge.oredict.OreIngredient@51e57409, net.minecraft.item.crafting.Ingredient@3cb9e49a, net.minecraftforge.oredict.OreIngredient@51e57409, net.minecraft.item.crafting.Ingredient@363020d5, net.minecraft.item.crafting.Ingredient@4ab5a0ea, net.minecraft.item.crafting.Ingredient@363020d5, net.minecraftforge.oredict.OreIngredient@51e57409, net.minecraft.item.crafting.Ingredient@fbce811, net.minecraftforge.oredict.OreIngredient@51e57409]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4535 galacticraftcore:machine2_0_alt RecipeStage{tier='five', recipe=1xtile.machine2.0@0:[net.minecraftforge.oredict.OreIngredient@31743c3e, net.minecraftforge.oredict.OreIngredient@13d3f38, net.minecraftforge.oredict.OreIngredient@31743c3e, net.minecraftforge.oredict.OreIngredient@31743c3e, net.minecraft.item.crafting.Ingredient@bf7d46e, net.minecraftforge.oredict.OreIngredient@31743c3e, net.minecraft.item.crafting.Ingredient@7a19d5c, net.minecraftforge.oredict.OreIngredient@37e331, net.minecraft.item.crafting.Ingredient@7a19d5c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4536 galacticraftcore:machine2_0 RecipeStage{tier='five', recipe=1xtile.machine2.0@0:[net.minecraftforge.oredict.OreIngredient@778fc822, net.minecraft.item.crafting.Ingredient@7b057364, net.minecraftforge.oredict.OreIngredient@778fc822, net.minecraftforge.oredict.OreIngredient@778fc822, net.minecraftforge.oredict.OreIngredient@4d2af15d, net.minecraftforge.oredict.OreIngredient@778fc822, net.minecraft.item.crafting.Ingredient@726e3028, net.minecraftforge.oredict.OreIngredient@4e4677a0, net.minecraft.item.crafting.Ingredient@726e3028]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4537 galacticraftcore:lit_pumpkin RecipeStage{tier='one', recipe=1xtile.litpumpkin@0:[net.minecraft.item.crafting.Ingredient@70738b81, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3cfab8e5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4538 galacticraftcore:landing_pad_1 RecipeStage{tier='five', recipe=9xtile.landing_pad@1:[net.minecraftforge.oredict.OreIngredient@8f79000, net.minecraftforge.oredict.OreIngredient@8f79000, net.minecraftforge.oredict.OreIngredient@8f79000, net.minecraftforge.oredict.OreIngredient@76c59dbd, net.minecraftforge.oredict.OreIngredient@76c59dbd, net.minecraftforge.oredict.OreIngredient@76c59dbd]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4539 galacticraftcore:landing_pad_0 RecipeStage{tier='four', recipe=9xtile.landing_pad@0:[net.minecraftforge.oredict.OreIngredient@3ac037ea, net.minecraftforge.oredict.OreIngredient@3ac037ea, net.minecraftforge.oredict.OreIngredient@3ac037ea, net.minecraftforge.oredict.OreIngredient@17678feb, net.minecraftforge.oredict.OreIngredient@17678feb, net.minecraftforge.oredict.OreIngredient@17678feb]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4541 galacticraftcore:grating RecipeStage{tier='five', recipe=4xtile.grating@0:[net.minecraft.item.crafting.Ingredient@5bccbb86, net.minecraft.item.crafting.Ingredient@1f55985f, net.minecraft.item.crafting.Ingredient@29ce4abc, net.minecraft.item.crafting.Ingredient@3393e750]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4542 galacticraftcore:glowstone_torch RecipeStage{tier='four', recipe=4xtile.glowstone_torch@0:[net.minecraftforge.oredict.OreIngredient@2f569ff8, net.minecraftforge.oredict.OreIngredient@49dc68ee]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4545 galacticraftcore:food_9 RecipeStage{tier='five', recipe=1xitem.food@9:[net.minecraft.item.crafting.Ingredient@6830ead5, net.minecraft.item.crafting.Ingredient@192919c7, net.minecraft.item.crafting.Ingredient@6543b2f4]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4546 galacticraftcore:food_8 RecipeStage{tier='five', recipe=1xitem.food@8:[net.minecraft.item.crafting.Ingredient@71c938df, net.minecraft.item.crafting.Ingredient@1670d04b, net.minecraft.item.crafting.Ingredient@57757c16]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4547 galacticraftcore:food_6 RecipeStage{tier='two', recipe=2xitem.food@6:[net.minecraft.item.crafting.Ingredient@25725c19]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4548 galacticraftcore:food_5 RecipeStage{tier='three', recipe=2xitem.food@5:[net.minecraft.item.crafting.Ingredient@15026785, net.minecraft.item.crafting.Ingredient@7ce9e4c7, net.minecraft.item.crafting.Ingredient@bca745a, net.minecraft.item.crafting.Ingredient@12de7d6a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4549 galacticraftcore:food_4 RecipeStage{tier='five', recipe=6xitem.food@4:[net.minecraft.item.crafting.Ingredient@1e7ed0d3]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4550 galacticraftcore:food_3 RecipeStage{tier='five', recipe=1xitem.food@3:[net.minecraft.item.crafting.Ingredient@cf5e679, net.minecraft.item.crafting.Ingredient@6e7d014a, net.minecraft.item.crafting.Ingredient@4f6aef3b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4551 galacticraftcore:food_2 RecipeStage{tier='five', recipe=1xitem.food@2:[net.minecraft.item.crafting.Ingredient@3c0d80be, net.minecraft.item.crafting.Ingredient@2e5d3f57, net.minecraft.item.crafting.Ingredient@30a774c1]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4552 galacticraftcore:food_1 RecipeStage{tier='five', recipe=1xitem.food@1:[net.minecraft.item.crafting.Ingredient@3d83fcbe, net.minecraft.item.crafting.Ingredient@12b38934, net.minecraft.item.crafting.Ingredient@2eaf6a1c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4553 galacticraftcore:food_0 RecipeStage{tier='five', recipe=1xitem.food@0:[net.minecraft.item.crafting.Ingredient@2d7818f7, net.minecraft.item.crafting.Ingredient@6fa43cfb, net.minecraft.item.crafting.Ingredient@2cbc4582]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4554 galacticraftcore:fluid_tank RecipeStage{tier='five', recipe=1xtile.fluid_tank@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2a17c7f8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2a17c7f8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2a17c7f8, net.minecraft.item.crafting.Ingredient@2a17c7f8, net.minecraft.item.crafting.Ingredient@2a17c7f8, net.minecraft.item.crafting.Ingredient@2a17c7f8]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4555 galacticraftcore:fluid_pipe RecipeStage{tier='four', recipe=6xtile.fluid_pipe@0:[net.minecraft.item.crafting.Ingredient@6fa9a1c0, net.minecraft.item.crafting.Ingredient@6fa9a1c0, net.minecraft.item.crafting.Ingredient@6fa9a1c0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6fa9a1c0, net.minecraft.item.crafting.Ingredient@6fa9a1c0, net.minecraft.item.crafting.Ingredient@6fa9a1c0]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4556 galacticraftcore:flag RecipeStage{tier='four', recipe=1xitem.flag@0:[net.minecraft.item.crafting.Ingredient@75c51ba2, net.minecraft.item.crafting.Ingredient@76426e98, net.minecraft.item.crafting.Ingredient@76426e98, net.minecraft.item.crafting.Ingredient@75c51ba2, net.minecraft.item.crafting.Ingredient@76426e98, net.minecraft.item.crafting.Ingredient@76426e98, net.minecraft.item.crafting.Ingredient@75c51ba2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4557 galacticraftcore:engine_1 RecipeStage{tier='five', recipe=1xitem.engine@1:[net.minecraft.item.crafting.Ingredient@5671d9c, net.minecraft.item.crafting.Ingredient@35433abd, net.minecraft.item.crafting.Ingredient@5671d9c, net.minecraft.item.crafting.Ingredient@5671d9c, net.minecraft.item.crafting.Ingredient@408c78a9, net.minecraft.item.crafting.Ingredient@5671d9c, net.minecraft.item.crafting.Ingredient@7cb37ebe, net.minecraft.item.crafting.Ingredient@5a3d553c, net.minecraft.item.crafting.Ingredient@7cb37ebe]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4558 galacticraftcore:engine_0_alt RecipeStage{tier='four', recipe=1xitem.engine@0:[net.minecraft.item.crafting.Ingredient@50208fd1, net.minecraft.item.crafting.Ingredient@6363c10f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@390f0458, net.minecraft.item.crafting.Ingredient@1d458140, net.minecraft.item.crafting.Ingredient@390f0458, net.minecraft.item.crafting.Ingredient@390f0458, net.minecraft.item.crafting.Ingredient@37e994b5, net.minecraft.item.crafting.Ingredient@390f0458]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4559 galacticraftcore:engine_0 RecipeStage{tier='four', recipe=1xitem.engine@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@361ab27e, net.minecraft.item.crafting.Ingredient@415a084a, net.minecraft.item.crafting.Ingredient@675aa094, net.minecraft.item.crafting.Ingredient@7d9577ec, net.minecraft.item.crafting.Ingredient@675aa094, net.minecraft.item.crafting.Ingredient@675aa094, net.minecraft.item.crafting.Ingredient@2793f4af, net.minecraft.item.crafting.Ingredient@675aa094]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4560 galacticraftcore:enclosed_15 RecipeStage{tier='five', recipe=1xtile.enclosed@15:[net.minecraft.item.crafting.Ingredient@18e7f07d, net.minecraft.item.crafting.Ingredient@176a1c2a, net.minecraft.item.crafting.Ingredient@18e7f07d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4561 galacticraftcore:enclosed_14 RecipeStage{tier='five', recipe=1xtile.enclosed@14:[net.minecraft.item.crafting.Ingredient@4220fbc8, net.minecraft.item.crafting.Ingredient@7e43d449, net.minecraft.item.crafting.Ingredient@4220fbc8]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4562 galacticraftcore:enclosed_1 RecipeStage{tier='five', recipe=1xtile.enclosed@1:[net.minecraft.item.crafting.Ingredient@6747051a, net.minecraft.item.crafting.Ingredient@6d973a75, net.minecraft.item.crafting.Ingredient@6747051a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4563 galacticraftcore:emergency_box_1 RecipeStage{tier='five', recipe=1xtile.emergency_box@1:[net.minecraft.item.crafting.Ingredient@79fa27c5, net.minecraft.item.crafting.Ingredient@77642fcc]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4564 galacticraftcore:emergency_box_0 RecipeStage{tier='five', recipe=1xtile.emergency_box@0:[net.minecraft.item.crafting.Ingredient@538ab017, net.minecraft.item.crafting.Ingredient@73a952ae, net.minecraft.item.crafting.Ingredient@538ab017, net.minecraft.item.crafting.Ingredient@73a952ae, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@73a952ae, net.minecraft.item.crafting.Ingredient@538ab017, net.minecraft.item.crafting.Ingredient@73a952ae, net.minecraft.item.crafting.Ingredient@538ab017]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4566 galacticraftcore:distributor RecipeStage{tier='five', recipe=1xtile.distributor@0:[net.minecraftforge.oredict.OreIngredient@3894e0e9, net.minecraft.item.crafting.Ingredient@3cdf7c3a, net.minecraftforge.oredict.OreIngredient@3894e0e9, net.minecraft.item.crafting.Ingredient@117811b6, net.minecraftforge.oredict.OreIngredient@5aa0acc7, net.minecraft.item.crafting.Ingredient@117811b6, net.minecraftforge.oredict.OreIngredient@3894e0e9, net.minecraft.item.crafting.Ingredient@3cdf7c3a, net.minecraftforge.oredict.OreIngredient@3894e0e9]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4567 galacticraftcore:dishbase RecipeStage{tier='five', recipe=1xtile.dishbase@0:[net.minecraftforge.oredict.OreIngredient@74b341d, net.minecraft.item.crafting.Ingredient@c681a81, net.minecraftforge.oredict.OreIngredient@74b341d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@74b341d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2d83ddc2, net.minecraftforge.oredict.OreIngredient@5ef6f2ea, net.minecraftforge.oredict.OreIngredient@2d83ddc2]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4568 galacticraftcore:concealed_repeater RecipeStage{tier='five', recipe=1xtile.concealed_repeater@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@16e51aa7, net.minecraft.item.crafting.Ingredient@367ecca3, net.minecraft.item.crafting.Ingredient@16e51aa7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4569 galacticraftcore:concealed_redstone RecipeStage{tier='five', recipe=4xtile.concealed_redstone@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3ff6d3db, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3ff6d3db, net.minecraftforge.oredict.OreIngredient@1370ee94, net.minecraft.item.crafting.Ingredient@3ff6d3db, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3ff6d3db, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4570 galacticraftcore:collector RecipeStage{tier='four', recipe=1xtile.collector@0:[net.minecraftforge.oredict.OreIngredient@540e2355, net.minecraftforge.oredict.OreIngredient@540e2355, net.minecraftforge.oredict.OreIngredient@540e2355, net.minecraft.item.crafting.Ingredient@420a2f45, net.minecraft.item.crafting.Ingredient@26db2295, net.minecraft.item.crafting.Ingredient@3abe8515, net.minecraftforge.oredict.OreIngredient@40148437, net.minecraft.item.crafting.Ingredient@247b86ef, net.minecraftforge.oredict.OreIngredient@40148437]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4571 galacticraftcore:cobblestone_alt_alt RecipeStage{tier='tutorial', recipe=2xtile.stonebrick@0:[net.minecraft.item.crafting.Ingredient@3d849564, net.minecraft.item.crafting.Ingredient@5a808cb5]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4572 galacticraftcore:cobblestone_alt RecipeStage{tier='tutorial', recipe=2xtile.stonebrick@0:[net.minecraft.item.crafting.Ingredient@153cad9a, net.minecraft.item.crafting.Ingredient@20b1cfa9]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4573 galacticraftcore:cobblestone RecipeStage{tier='tutorial', recipe=2xtile.stonebrick@0:[net.minecraft.item.crafting.Ingredient@53ec2673, net.minecraft.item.crafting.Ingredient@3c732ca8]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4574 galacticraftcore:cheese RecipeStage{tier='five', recipe=1xtile.cheese@0:[net.minecraftforge.oredict.OreIngredient@23c103ed, net.minecraftforge.oredict.OreIngredient@23c103ed, net.minecraftforge.oredict.OreIngredient@23c103ed, net.minecraftforge.oredict.OreIngredient@23c103ed, net.minecraft.item.crafting.Ingredient@5a9e40e6, net.minecraftforge.oredict.OreIngredient@23c103ed, net.minecraftforge.oredict.OreIngredient@23c103ed, net.minecraftforge.oredict.OreIngredient@23c103ed, net.minecraftforge.oredict.OreIngredient@23c103ed]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4575 galacticraftcore:cargo_4 RecipeStage{tier='five', recipe=1xtile.cargo@4:[net.minecraftforge.oredict.OreIngredient@a1d89c1, net.minecraftforge.oredict.OreIngredient@a1d89c1, net.minecraftforge.oredict.OreIngredient@a1d89c1, net.minecraftforge.oredict.OreIngredient@43474ff2, net.minecraft.item.crafting.Ingredient@2dbdf14c, net.minecraftforge.oredict.OreIngredient@43474ff2, net.minecraftforge.oredict.OreIngredient@a1d89c1, net.minecraft.item.crafting.Ingredient@79f23db2, net.minecraftforge.oredict.OreIngredient@a1d89c1]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4576 galacticraftcore:cargo_0 RecipeStage{tier='five', recipe=1xtile.cargo@0:[net.minecraftforge.oredict.OreIngredient@fa1da4e, net.minecraft.item.crafting.Ingredient@184bd2c5, net.minecraftforge.oredict.OreIngredient@fa1da4e, net.minecraftforge.oredict.OreIngredient@50e12053, net.minecraft.item.crafting.Ingredient@790c6907, net.minecraftforge.oredict.OreIngredient@50e12053, net.minecraftforge.oredict.OreIngredient@fa1da4e, net.minecraftforge.oredict.OreIngredient@fa1da4e, net.minecraftforge.oredict.OreIngredient@fa1da4e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4577 galacticraftcore:canvas RecipeStage{tier='four', recipe=1xitem.canvas@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7d01ca95, net.minecraftforge.oredict.OreIngredient@781bd3b5, net.minecraftforge.oredict.OreIngredient@7d01ca95, net.minecraftforge.oredict.OreIngredient@7d01ca95, net.minecraftforge.oredict.OreIngredient@7d01ca95, net.minecraftforge.oredict.OreIngredient@781bd3b5, net.minecraftforge.oredict.OreIngredient@7d01ca95, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4578 galacticraftcore:canister_1 RecipeStage{tier='five', recipe=2xitem.canister@1:[net.minecraftforge.oredict.OreIngredient@b47e23d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@b47e23d, net.minecraftforge.oredict.OreIngredient@b47e23d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@b47e23d, net.minecraftforge.oredict.OreIngredient@b47e23d, net.minecraftforge.oredict.OreIngredient@b47e23d, net.minecraftforge.oredict.OreIngredient@b47e23d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4579 galacticraftcore:canister_0 RecipeStage{tier='four', recipe=2xitem.canister@0:[net.minecraftforge.oredict.OreIngredient@58b6c281, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@58b6c281, net.minecraftforge.oredict.OreIngredient@58b6c281, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@58b6c281, net.minecraftforge.oredict.OreIngredient@58b6c281, net.minecraftforge.oredict.OreIngredient@58b6c281, net.minecraftforge.oredict.OreIngredient@58b6c281]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4580 galacticraftcore:buggymat_2 RecipeStage{tier='five', recipe=1xitem.buggymat@2:[net.minecraftforge.oredict.OreIngredient@4fcfdc30, net.minecraftforge.oredict.OreIngredient@4fcfdc30, net.minecraftforge.oredict.OreIngredient@4fcfdc30, net.minecraftforge.oredict.OreIngredient@245f63d0, net.minecraft.item.crafting.Ingredient@1c3c3aa4, net.minecraftforge.oredict.OreIngredient@245f63d0, net.minecraftforge.oredict.OreIngredient@4fcfdc30, net.minecraftforge.oredict.OreIngredient@4fcfdc30, net.minecraftforge.oredict.OreIngredient@4fcfdc30]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4581 galacticraftcore:buggymat_1 RecipeStage{tier='five', recipe=1xitem.buggymat@1:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@193fab30, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@79f243ad, net.minecraftforge.oredict.OreIngredient@193fab30, net.minecraftforge.oredict.OreIngredient@33147c12, net.minecraftforge.oredict.OreIngredient@33147c12, net.minecraftforge.oredict.OreIngredient@33147c12]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4582 galacticraftcore:buggymat_0 RecipeStage{tier='five', recipe=1xitem.buggymat@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2c69129b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2c69129b, net.minecraftforge.oredict.OreIngredient@4345954e, net.minecraftforge.oredict.OreIngredient@2c69129b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2c69129b, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4583 galacticraftcore:battery RecipeStage{tier='four', recipe=3xitem.battery@100:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@9dae46b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@9dae46b, net.minecraftforge.oredict.OreIngredient@3e631f49, net.minecraftforge.oredict.OreIngredient@9dae46b, net.minecraftforge.oredict.OreIngredient@9dae46b, net.minecraft.item.crafting.Ingredient@6db55cd3, net.minecraftforge.oredict.OreIngredient@9dae46b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4587 galacticraftcore:basic_item_20 RecipeStage{tier='five', recipe=1xitem.basic_item@20:[net.minecraftforge.oredict.OreIngredient@38e0838, net.minecraft.item.crafting.Ingredient@2235b3ac, net.minecraftforge.oredict.OreIngredient@38e0838, net.minecraftforge.oredict.OreIngredient@17877aaa, net.minecraftforge.oredict.OreIngredient@1c3540d6, net.minecraftforge.oredict.OreIngredient@17877aaa, net.minecraftforge.oredict.OreIngredient@17877aaa, net.minecraftforge.oredict.OreIngredient@18a00325, net.minecraftforge.oredict.OreIngredient@17877aaa]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4588 galacticraftcore:basic_item_2 RecipeStage{tier='four', recipe=9xitem.basic_item@2:[net.minecraft.item.crafting.Ingredient@69462685]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4589 galacticraftcore:basic_item_19 RecipeStage{tier='five', recipe=1xitem.basic_item@19:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@439c17aa, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@42888a0a, net.minecraft.item.crafting.Ingredient@657de362, net.minecraftforge.oredict.OreIngredient@42888a0a, net.minecraftforge.oredict.OreIngredient@48e407ca, net.minecraftforge.oredict.OreIngredient@7b3fadb0, net.minecraftforge.oredict.OreIngredient@48e407ca]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4590 galacticraftcore:basic_item_18 RecipeStage{tier='five', recipe=1xitem.basic_item@18:[net.minecraft.item.crafting.Ingredient@3de81f6, net.minecraft.item.crafting.Ingredient@4e2912ff, net.minecraft.item.crafting.Ingredient@3315d4d4]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4591 galacticraftcore:basic_item_17 RecipeStage{tier='five', recipe=1xitem.basic_item@17:[net.minecraft.item.crafting.Ingredient@54cae3bb, net.minecraft.item.crafting.Ingredient@38e4b42c, net.minecraft.item.crafting.Ingredient@1492c1d1]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4592 galacticraftcore:basic_item_16 RecipeStage{tier='five', recipe=1xitem.basic_item@16:[net.minecraft.item.crafting.Ingredient@6065ff34, net.minecraft.item.crafting.Ingredient@268b988a, net.minecraft.item.crafting.Ingredient@440d38e4]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4593 galacticraftcore:basic_item_15 RecipeStage{tier='five', recipe=1xitem.basic_item@15:[net.minecraft.item.crafting.Ingredient@677bc4d4, net.minecraft.item.crafting.Ingredient@4ab9a501, net.minecraft.item.crafting.Ingredient@369d0a84]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4594 galacticraftcore:basic_item_1 RecipeStage{tier='five', recipe=1xitem.basic_item@1:[net.minecraft.item.crafting.Ingredient@7cb54931, net.minecraft.item.crafting.Ingredient@7cb54931, net.minecraft.item.crafting.Ingredient@7cb54931, net.minecraft.item.crafting.Ingredient@659b85b8, net.minecraft.item.crafting.Ingredient@659b85b8, net.minecraft.item.crafting.Ingredient@659b85b8, net.minecraft.item.crafting.Ingredient@7cb54931, net.minecraft.item.crafting.Ingredient@7cb54931, net.minecraft.item.crafting.Ingredient@7cb54931]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4595 galacticraftcore:basic_item_0 RecipeStage{tier='five', recipe=2xitem.basic_item@0:[net.minecraft.item.crafting.Ingredient@3c5e7fa2, net.minecraft.item.crafting.Ingredient@3c5e7fa2, net.minecraft.item.crafting.Ingredient@3c5e7fa2, net.minecraftforge.oredict.OreIngredient@18cc6b58, net.minecraftforge.oredict.OreIngredient@18cc6b58, net.minecraftforge.oredict.OreIngredient@18cc6b58, net.minecraft.item.crafting.Ingredient@1662b3d0, net.minecraft.item.crafting.Ingredient@1662b3d0, net.minecraft.item.crafting.Ingredient@1662b3d0]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4597 galacticraftcore:basic_block_core_4 RecipeStage{tier='four', recipe=4xtile.basic_block_core.0@4:[net.minecraftforge.oredict.OreIngredient@7c494db2, net.minecraftforge.oredict.OreIngredient@7c494db2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7c494db2, net.minecraftforge.oredict.OreIngredient@7c494db2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@12558c13, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4598 galacticraftcore:basic_block_core_3 RecipeStage{tier='five', recipe=4xtile.basic_block_core.0@3:[net.minecraftforge.oredict.OreIngredient@1a7977e9, net.minecraftforge.oredict.OreIngredient@1a7977e9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1a7977e9, net.minecraftforge.oredict.OreIngredient@1a7977e9, net.minecraftforge.oredict.OreIngredient@124aa3a7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4599 galacticraftcore:basic_block_core_13 RecipeStage{tier='four', recipe=1xtile.basic_block_core.0@13:[net.minecraftforge.oredict.OreIngredient@25a7a6c8, net.minecraftforge.oredict.OreIngredient@25a7a6c8, net.minecraftforge.oredict.OreIngredient@25a7a6c8, net.minecraftforge.oredict.OreIngredient@25a7a6c8, net.minecraftforge.oredict.OreIngredient@25a7a6c8, net.minecraftforge.oredict.OreIngredient@25a7a6c8, net.minecraftforge.oredict.OreIngredient@25a7a6c8, net.minecraftforge.oredict.OreIngredient@25a7a6c8, net.minecraftforge.oredict.OreIngredient@25a7a6c8]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4603 galacticraftcore:arclamp RecipeStage{tier='five', recipe=1xtile.arclamp@0:[net.minecraft.item.crafting.Ingredient@4eb5f481, net.minecraft.item.crafting.Ingredient@489b3c88, net.minecraft.item.crafting.Ingredient@4eb5f481, net.minecraft.item.crafting.Ingredient@489b3c88, net.minecraft.item.crafting.Ingredient@303b0836, net.minecraft.item.crafting.Ingredient@489b3c88, net.minecraft.item.crafting.Ingredient@4eb5f481, net.minecraft.item.crafting.Ingredient@489b3c88, net.minecraft.item.crafting.Ingredient@4eb5f481]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4604 galacticraftcore:aluminum_wire_3 RecipeStage{tier='five', recipe=1xtile.aluminum_wire@3:[net.minecraft.item.crafting.Ingredient@4f015c0c, net.minecraft.item.crafting.Ingredient@7376cefb]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4605 galacticraftcore:aluminum_wire_2 RecipeStage{tier='five', recipe=1xtile.aluminum_wire@2:[net.minecraft.item.crafting.Ingredient@12301daf, net.minecraft.item.crafting.Ingredient@676ae8b8]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4606 galacticraftcore:aluminum_wire_1_alt RecipeStage{tier='five', recipe=1xtile.aluminum_wire@1:[net.minecraftforge.oredict.OreIngredient@613a4d01, net.minecraft.item.crafting.Ingredient@508fa930, net.minecraft.item.crafting.Ingredient@26860749]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4607 galacticraftcore:aluminum_wire_1 RecipeStage{tier='five', recipe=1xtile.aluminum_wire@1:[net.minecraft.item.crafting.Ingredient@37cd9365, net.minecraft.item.crafting.Ingredient@64a0c198, net.minecraftforge.oredict.OreIngredient@7681384f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4608 galacticraftcore:aluminum_wire_0 RecipeStage{tier='five', recipe=9xtile.aluminum_wire@0:[net.minecraft.item.crafting.Ingredient@6f10f2d, net.minecraft.item.crafting.Ingredient@6f10f2d, net.minecraft.item.crafting.Ingredient@6f10f2d, net.minecraftforge.oredict.OreIngredient@501746d3, net.minecraftforge.oredict.OreIngredient@501746d3, net.minecraftforge.oredict.OreIngredient@501746d3, net.minecraft.item.crafting.Ingredient@6f10f2d, net.minecraft.item.crafting.Ingredient@6f10f2d, net.minecraft.item.crafting.Ingredient@6f10f2d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4609 galacticraftcore:air_vent RecipeStage{tier='four', recipe=1xitem.air_vent@0:[net.minecraftforge.oredict.OreIngredient@75447dce, net.minecraftforge.oredict.OreIngredient@27b3c09b, net.minecraftforge.oredict.OreIngredient@7d663bcd, net.minecraftforge.oredict.OreIngredient@122474e0]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4610 galacticraftcore:air_lock_frame_1 RecipeStage{tier='four', recipe=1xtile.air_lock_frame.0@1:[net.minecraftforge.oredict.OreIngredient@2c14967, net.minecraftforge.oredict.OreIngredient@2c14967, net.minecraftforge.oredict.OreIngredient@2c14967, net.minecraft.item.crafting.Ingredient@1073fb, net.minecraft.item.crafting.Ingredient@4c6a32ce, net.minecraft.item.crafting.Ingredient@1073fb, net.minecraftforge.oredict.OreIngredient@2c14967, net.minecraftforge.oredict.OreIngredient@2c14967, net.minecraftforge.oredict.OreIngredient@2c14967]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4611 galacticraftcore:air_lock_frame_0 RecipeStage{tier='four', recipe=4xtile.air_lock_frame.0@0:[net.minecraftforge.oredict.OreIngredient@7f90ac37, net.minecraftforge.oredict.OreIngredient@7f90ac37, net.minecraftforge.oredict.OreIngredient@7f90ac37, net.minecraftforge.oredict.OreIngredient@68f69346, net.minecraft.item.crafting.Ingredient@1db52865, net.minecraftforge.oredict.OreIngredient@68f69346, net.minecraftforge.oredict.OreIngredient@7f90ac37, net.minecraftforge.oredict.OreIngredient@7f90ac37, net.minecraftforge.oredict.OreIngredient@7f90ac37]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4613 galacticraftplanets:walkway_2_alt RecipeStage{tier='five', recipe=1xtile.walkway.0@2:[net.minecraft.item.crafting.Ingredient@a0d2223, net.minecraft.item.crafting.Ingredient@3fa41498]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4614 galacticraftplanets:walkway_2 RecipeStage{tier='five', recipe=5xtile.walkway.0@2:[net.minecraft.item.crafting.Ingredient@60184f62, net.minecraft.item.crafting.Ingredient@60184f62, net.minecraft.item.crafting.Ingredient@60184f62, net.minecraft.item.crafting.Ingredient@205c91b9, net.minecraft.item.crafting.Ingredient@60184f62, net.minecraft.item.crafting.Ingredient@205c91b9, net.minecraft.item.crafting.Ingredient@205c91b9, net.minecraft.item.crafting.Ingredient@205c91b9, net.minecraft.item.crafting.Ingredient@205c91b9]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4615 galacticraftplanets:walkway_1_alt RecipeStage{tier='five', recipe=1xtile.walkway.0@1:[net.minecraft.item.crafting.Ingredient@5cc16c0a, net.minecraft.item.crafting.Ingredient@1d47ee47]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4616 galacticraftplanets:walkway_1 RecipeStage{tier='five', recipe=5xtile.walkway.0@1:[net.minecraft.item.crafting.Ingredient@431751be, net.minecraft.item.crafting.Ingredient@431751be, net.minecraft.item.crafting.Ingredient@431751be, net.minecraft.item.crafting.Ingredient@5fef3510, net.minecraft.item.crafting.Ingredient@431751be, net.minecraft.item.crafting.Ingredient@5fef3510, net.minecraft.item.crafting.Ingredient@5fef3510, net.minecraft.item.crafting.Ingredient@5fef3510, net.minecraft.item.crafting.Ingredient@5fef3510]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4617 galacticraftplanets:walkway_0 RecipeStage{tier='five', recipe=5xtile.walkway.0@0:[net.minecraft.item.crafting.Ingredient@63a791ce, net.minecraft.item.crafting.Ingredient@63a791ce, net.minecraft.item.crafting.Ingredient@63a791ce, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@63a791ce, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4619 galacticraftplanets:titanium_sword RecipeStage{tier='five', recipe=1xitem.titanium_sword@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@53de4f0e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@53de4f0e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3c2ba6c6, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4620 galacticraftplanets:titanium_shovel RecipeStage{tier='five', recipe=1xitem.titanium_shovel@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@63cad81f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@776589b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@776589b, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4621 galacticraftplanets:titanium_pickaxe RecipeStage{tier='five', recipe=1xitem.titanium_pickaxe@0:[net.minecraft.item.crafting.Ingredient@4cee8e75, net.minecraft.item.crafting.Ingredient@4cee8e75, net.minecraft.item.crafting.Ingredient@4cee8e75, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6616b913, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6616b913, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4622 galacticraftplanets:titanium_leggings RecipeStage{tier='five', recipe=1xitem.titanium_leggings@0:[net.minecraft.item.crafting.Ingredient@2bbbfd05, net.minecraft.item.crafting.Ingredient@2bbbfd05, net.minecraft.item.crafting.Ingredient@2bbbfd05, net.minecraft.item.crafting.Ingredient@2bbbfd05, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2bbbfd05, net.minecraft.item.crafting.Ingredient@2bbbfd05, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2bbbfd05]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4623 galacticraftplanets:titanium_hoe_alt RecipeStage{tier='five', recipe=1xitem.titanium_hoe@0:[net.minecraft.item.crafting.Ingredient@4e514437, net.minecraft.item.crafting.Ingredient@4e514437, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@448f0630, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@448f0630, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4624 galacticraftplanets:titanium_hoe RecipeStage{tier='five', recipe=1xitem.titanium_hoe@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4c51ce21, net.minecraft.item.crafting.Ingredient@4c51ce21, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@25659ba1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@25659ba1, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4625 galacticraftplanets:titanium_helmet RecipeStage{tier='five', recipe=1xitem.titanium_helmet@0:[net.minecraft.item.crafting.Ingredient@2a354317, net.minecraft.item.crafting.Ingredient@2a354317, net.minecraft.item.crafting.Ingredient@2a354317, net.minecraft.item.crafting.Ingredient@2a354317, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2a354317]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4626 galacticraftplanets:titanium_chestplate RecipeStage{tier='five', recipe=1xitem.titanium_chestplate@0:[net.minecraft.item.crafting.Ingredient@2cc4748, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2cc4748, net.minecraft.item.crafting.Ingredient@2cc4748, net.minecraft.item.crafting.Ingredient@2cc4748, net.minecraft.item.crafting.Ingredient@2cc4748, net.minecraft.item.crafting.Ingredient@2cc4748, net.minecraft.item.crafting.Ingredient@2cc4748, net.minecraft.item.crafting.Ingredient@2cc4748]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4627 galacticraftplanets:titanium_boots RecipeStage{tier='five', recipe=1xitem.titanium_boots@0:[net.minecraft.item.crafting.Ingredient@5c766a62, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5c766a62, net.minecraft.item.crafting.Ingredient@5c766a62, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5c766a62]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4628 galacticraftplanets:titanium_axe_alt RecipeStage{tier='five', recipe=1xitem.titanium_axe@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@68e6e55, net.minecraft.item.crafting.Ingredient@68e6e55, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1ee256c4, net.minecraft.item.crafting.Ingredient@68e6e55, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1ee256c4, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4629 galacticraftplanets:titanium_axe RecipeStage{tier='five', recipe=1xitem.titanium_axe@0:[net.minecraft.item.crafting.Ingredient@47473d51, net.minecraft.item.crafting.Ingredient@47473d51, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@47473d51, net.minecraft.item.crafting.Ingredient@2bf6a669, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2bf6a669, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4630 galacticraftplanets:thermal_padding_t2_3 RecipeStage{tier='five', recipe=1xitem.thermal_padding_t2@3:[net.minecraft.item.crafting.Ingredient@6a9d9761, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6a9d9761, net.minecraft.item.crafting.Ingredient@6a9d9761, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6a9d9761]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4631 galacticraftplanets:thermal_padding_t2_2 RecipeStage{tier='five', recipe=1xitem.thermal_padding_t2@2:[net.minecraft.item.crafting.Ingredient@97a25ff, net.minecraft.item.crafting.Ingredient@97a25ff, net.minecraft.item.crafting.Ingredient@97a25ff, net.minecraft.item.crafting.Ingredient@97a25ff, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@97a25ff, net.minecraft.item.crafting.Ingredient@97a25ff, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@97a25ff]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4632 galacticraftplanets:thermal_padding_t2_1 RecipeStage{tier='five', recipe=1xitem.thermal_padding_t2@1:[net.minecraft.item.crafting.Ingredient@4b3d4fc3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4b3d4fc3, net.minecraft.item.crafting.Ingredient@4b3d4fc3, net.minecraft.item.crafting.Ingredient@4b3d4fc3, net.minecraft.item.crafting.Ingredient@4b3d4fc3, net.minecraft.item.crafting.Ingredient@4b3d4fc3, net.minecraft.item.crafting.Ingredient@4b3d4fc3, net.minecraft.item.crafting.Ingredient@4b3d4fc3]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4633 galacticraftplanets:thermal_padding_t2_0 RecipeStage{tier='five', recipe=1xitem.thermal_padding_t2@0:[net.minecraft.item.crafting.Ingredient@c5805b, net.minecraft.item.crafting.Ingredient@c5805b, net.minecraft.item.crafting.Ingredient@c5805b, net.minecraft.item.crafting.Ingredient@c5805b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@c5805b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4634 galacticraftplanets:thermal_padding_3 RecipeStage{tier='five', recipe=1xitem.thermal_padding@3:[net.minecraft.item.crafting.Ingredient@1c6b7eb1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1c6b7eb1, net.minecraft.item.crafting.Ingredient@1c6b7eb1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1c6b7eb1]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4635 galacticraftplanets:thermal_padding_2 RecipeStage{tier='five', recipe=1xitem.thermal_padding@2:[net.minecraft.item.crafting.Ingredient@56042fe, net.minecraft.item.crafting.Ingredient@56042fe, net.minecraft.item.crafting.Ingredient@56042fe, net.minecraft.item.crafting.Ingredient@56042fe, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@56042fe, net.minecraft.item.crafting.Ingredient@56042fe, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@56042fe]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4636 galacticraftplanets:thermal_padding_1 RecipeStage{tier='five', recipe=1xitem.thermal_padding@1:[net.minecraft.item.crafting.Ingredient@2293d3e0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2293d3e0, net.minecraft.item.crafting.Ingredient@2293d3e0, net.minecraft.item.crafting.Ingredient@2293d3e0, net.minecraft.item.crafting.Ingredient@2293d3e0, net.minecraft.item.crafting.Ingredient@2293d3e0, net.minecraft.item.crafting.Ingredient@2293d3e0, net.minecraft.item.crafting.Ingredient@2293d3e0]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4637 galacticraftplanets:thermal_padding_0 RecipeStage{tier='five', recipe=1xitem.thermal_padding@0:[net.minecraft.item.crafting.Ingredient@210e3923, net.minecraft.item.crafting.Ingredient@210e3923, net.minecraft.item.crafting.Ingredient@210e3923, net.minecraft.item.crafting.Ingredient@210e3923, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@210e3923]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4638 galacticraftplanets:telepad_short RecipeStage{tier='five', recipe=1xtile.telepad_short@0:[net.minecraft.item.crafting.Ingredient@7c6a328e, net.minecraft.item.crafting.Ingredient@f75e34, net.minecraft.item.crafting.Ingredient@7c6a328e, net.minecraft.item.crafting.Ingredient@5cfe1910, net.minecraft.item.crafting.Ingredient@95a0b73, net.minecraft.item.crafting.Ingredient@5cfe1910, net.minecraft.item.crafting.Ingredient@7c6a328e, net.minecraft.item.crafting.Ingredient@7c6a328e, net.minecraft.item.crafting.Ingredient@7c6a328e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4639 galacticraftplanets:solar_array_module RecipeStage{tier='five', recipe=1xtile.solar_array_module@0:[net.minecraft.item.crafting.Ingredient@3ed36c13, net.minecraft.item.crafting.Ingredient@3ed36c13, net.minecraft.item.crafting.Ingredient@3ed36c13, net.minecraft.item.crafting.Ingredient@4f32294e, net.minecraftforge.oredict.OreIngredient@e30212b, net.minecraft.item.crafting.Ingredient@4f32294e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4640 galacticraftplanets:solar_array_controller RecipeStage{tier='five', recipe=1xtile.solar_array_controller@0:[net.minecraftforge.oredict.OreIngredient@262d1944, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@262d1944, net.minecraft.item.crafting.Ingredient@2dfed3e0, net.minecraftforge.oredict.OreIngredient@3141bec1, net.minecraft.item.crafting.Ingredient@2dfed3e0, net.minecraftforge.oredict.OreIngredient@262d1944, net.minecraft.item.crafting.Ingredient@2dfed3e0, net.minecraftforge.oredict.OreIngredient@262d1944]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4641 galacticraftplanets:orion_drive RecipeStage{tier='five', recipe=1xitem.orion_drive@0:[net.minecraftforge.oredict.OreIngredient@6b50c8bf, net.minecraftforge.oredict.OreIngredient@6caace1b, net.minecraftforge.oredict.OreIngredient@6bc82682, net.minecraftforge.oredict.OreIngredient@6283a293, net.minecraft.item.crafting.Ingredient@33d7f24a, net.minecraftforge.oredict.OreIngredient@f7b8b4c, net.minecraftforge.oredict.OreIngredient@351b56ae, net.minecraftforge.oredict.OreIngredient@1f4d9ab9, net.minecraftforge.oredict.OreIngredient@60a524f9]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4642 galacticraftplanets:miner_base RecipeStage{tier='five', recipe=4xtile.miner_base@0:[net.minecraft.item.crafting.Ingredient@17e5d8c5, net.minecraft.item.crafting.Ingredient@5e36f5e, net.minecraft.item.crafting.Ingredient@17e5d8c5, net.minecraft.item.crafting.Ingredient@47324986, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@47324986, net.minecraft.item.crafting.Ingredient@17e5d8c5, net.minecraft.item.crafting.Ingredient@6aff3d15, net.minecraft.item.crafting.Ingredient@17e5d8c5]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4643 galacticraftplanets:mars_stairs_cobblestone_alt RecipeStage{tier='five', recipe=4xtile.mars_stairs_cobblestone@0:[net.minecraft.item.crafting.Ingredient@7657909b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7657909b, net.minecraft.item.crafting.Ingredient@7657909b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7657909b, net.minecraft.item.crafting.Ingredient@7657909b, net.minecraft.item.crafting.Ingredient@7657909b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4644 galacticraftplanets:mars_stairs_cobblestone RecipeStage{tier='five', recipe=4xtile.mars_stairs_cobblestone@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3f67b82c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3f67b82c, net.minecraft.item.crafting.Ingredient@3f67b82c, net.minecraft.item.crafting.Ingredient@3f67b82c, net.minecraft.item.crafting.Ingredient@3f67b82c, net.minecraft.item.crafting.Ingredient@3f67b82c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4645 galacticraftplanets:mars_stairs_brick_alt RecipeStage{tier='five', recipe=4xtile.mars_stairs_brick@0:[net.minecraft.item.crafting.Ingredient@5e8d9c5d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5e8d9c5d, net.minecraft.item.crafting.Ingredient@5e8d9c5d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5e8d9c5d, net.minecraft.item.crafting.Ingredient@5e8d9c5d, net.minecraft.item.crafting.Ingredient@5e8d9c5d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4646 galacticraftplanets:mars_stairs_brick RecipeStage{tier='five', recipe=4xtile.mars_stairs_brick@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@249d8012, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@249d8012, net.minecraft.item.crafting.Ingredient@249d8012, net.minecraft.item.crafting.Ingredient@249d8012, net.minecraft.item.crafting.Ingredient@249d8012, net.minecraft.item.crafting.Ingredient@249d8012]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4647 galacticraftplanets:mars_machine_t2_8 RecipeStage{tier='five', recipe=1xtile.mars_machine_t2.0@8:[net.minecraft.item.crafting.Ingredient@373ee8de, net.minecraft.item.crafting.Ingredient@c0af857, net.minecraft.item.crafting.Ingredient@373ee8de, net.minecraft.item.crafting.Ingredient@4d903283, net.minecraft.item.crafting.Ingredient@687ff1f5, net.minecraft.item.crafting.Ingredient@4d903283, net.minecraft.item.crafting.Ingredient@64c83054, net.minecraft.item.crafting.Ingredient@28479c3c, net.minecraft.item.crafting.Ingredient@64c83054]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4648 galacticraftplanets:mars_machine_t2_4 RecipeStage{tier='five', recipe=1xtile.mars_machine_t2.0@4:[net.minecraft.item.crafting.Ingredient@6fc71353, net.minecraft.item.crafting.Ingredient@310abcea, net.minecraft.item.crafting.Ingredient@6fc71353, net.minecraft.item.crafting.Ingredient@45784b83, net.minecraft.item.crafting.Ingredient@33404d0c, net.minecraft.item.crafting.Ingredient@45784b83, net.minecraft.item.crafting.Ingredient@3c4950f0, net.minecraft.item.crafting.Ingredient@644a9dbc, net.minecraft.item.crafting.Ingredient@439033]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4649 galacticraftplanets:mars_machine_t2_0 RecipeStage{tier='five', recipe=1xtile.mars_machine_t2.0@0:[net.minecraft.item.crafting.Ingredient@63fe2e75, net.minecraft.item.crafting.Ingredient@1496c34c, net.minecraft.item.crafting.Ingredient@1aef87dc, net.minecraft.item.crafting.Ingredient@91d5394, net.minecraft.item.crafting.Ingredient@6f2af40c, net.minecraft.item.crafting.Ingredient@1aef87dc, net.minecraft.item.crafting.Ingredient@1ab0f4ce, net.minecraft.item.crafting.Ingredient@7db5f21a, net.minecraft.item.crafting.Ingredient@5f9bd243]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4650 galacticraftplanets:mars_machine_8 RecipeStage{tier='five', recipe=1xtile.mars_machine.0@8:[net.minecraft.item.crafting.Ingredient@3863c430, net.minecraft.item.crafting.Ingredient@57346c2f, net.minecraft.item.crafting.Ingredient@3863c430, net.minecraft.item.crafting.Ingredient@4cc28c93, net.minecraft.item.crafting.Ingredient@7f6629b3, net.minecraft.item.crafting.Ingredient@4cc28c93, net.minecraft.item.crafting.Ingredient@3863c430, net.minecraft.item.crafting.Ingredient@26e2c21d, net.minecraft.item.crafting.Ingredient@3863c430]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4651 galacticraftplanets:mars_machine_4 RecipeStage{tier='five', recipe=1xtile.mars_machine.0@4:[net.minecraft.item.crafting.Ingredient@385e3ff1, net.minecraft.item.crafting.Ingredient@382782a2, net.minecraft.item.crafting.Ingredient@385e3ff1, net.minecraft.item.crafting.Ingredient@385e3ff1, net.minecraft.item.crafting.Ingredient@5a01a9d3, net.minecraft.item.crafting.Ingredient@385e3ff1, net.minecraft.item.crafting.Ingredient@385e3ff1, net.minecraft.item.crafting.Ingredient@382782a2, net.minecraft.item.crafting.Ingredient@385e3ff1]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4652 galacticraftplanets:mars_machine_0 RecipeStage{tier='five', recipe=1xtile.mars_machine.0@0:[net.minecraft.item.crafting.Ingredient@6a6f56b, net.minecraft.item.crafting.Ingredient@29633672, net.minecraft.item.crafting.Ingredient@6a6f56b, net.minecraft.item.crafting.Ingredient@6a6f56b, net.minecraft.item.crafting.Ingredient@1839bb40, net.minecraft.item.crafting.Ingredient@6a6f56b, net.minecraft.item.crafting.Ingredient@29633672, net.minecraft.item.crafting.Ingredient@f60bacd, net.minecraft.item.crafting.Ingredient@29633672]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4653 galacticraftplanets:mars_8 RecipeStage{tier='five', recipe=1xtile.mars.0@8:[net.minecraft.item.crafting.Ingredient@46ef56c6, net.minecraft.item.crafting.Ingredient@46ef56c6, net.minecraft.item.crafting.Ingredient@46ef56c6, net.minecraft.item.crafting.Ingredient@46ef56c6, net.minecraft.item.crafting.Ingredient@46ef56c6, net.minecraft.item.crafting.Ingredient@46ef56c6, net.minecraft.item.crafting.Ingredient@46ef56c6, net.minecraft.item.crafting.Ingredient@46ef56c6, net.minecraft.item.crafting.Ingredient@46ef56c6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4654 galacticraftplanets:item_basic_mars_6 RecipeStage{tier='five', recipe=1xitem.item_basic_mars@6:[net.minecraft.item.crafting.Ingredient@12a9ce16, net.minecraft.item.crafting.Ingredient@7afb13e5, net.minecraft.item.crafting.Ingredient@12a9ce16, net.minecraftforge.oredict.OreIngredient@129de22b, net.minecraft.item.crafting.Ingredient@4958236a, net.minecraftforge.oredict.OreIngredient@129de22b, net.minecraft.item.crafting.Ingredient@12a9ce16, net.minecraft.item.crafting.Ingredient@7afb13e5, net.minecraft.item.crafting.Ingredient@12a9ce16]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4655 galacticraftplanets:item_basic_mars_4 RecipeStage{tier='five', recipe=1xitem.item_basic_mars@4:[net.minecraft.item.crafting.Ingredient@31764c4c, net.minecraft.item.crafting.Ingredient@19503bde, net.minecraft.item.crafting.Ingredient@31764c4c, net.minecraft.item.crafting.Ingredient@31764c4c, net.minecraftforge.oredict.OreIngredient@4825a705, net.minecraft.item.crafting.Ingredient@31764c4c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@21b9bfe9, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4656 galacticraftplanets:item_basic_mars_2 RecipeStage{tier='five', recipe=9xitem.item_basic_mars@2:[net.minecraft.item.crafting.Ingredient@33eaeeb5]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4657 galacticraftplanets:item_basic_mars_1 RecipeStage{tier='five', recipe=1xitem.item_basic_mars@1:[net.minecraft.item.crafting.Ingredient@3079607f, net.minecraft.item.crafting.Ingredient@3079607f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4658 galacticraftplanets:item_basic_asteroids_8 RecipeStage{tier='five', recipe=1xitem.item_basic_asteroids@8:[net.minecraft.item.crafting.Ingredient@320fcfdc, net.minecraftforge.oredict.OreIngredient@1f416ba6, net.minecraft.item.crafting.Ingredient@320fcfdc, net.minecraftforge.oredict.OreIngredient@1f416ba6, net.minecraft.item.crafting.Ingredient@3c515f05, net.minecraftforge.oredict.OreIngredient@1f416ba6, net.minecraft.item.crafting.Ingredient@320fcfdc, net.minecraftforge.oredict.OreIngredient@1f416ba6, net.minecraft.item.crafting.Ingredient@320fcfdc]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4659 galacticraftplanets:item_basic_asteroids_7 RecipeStage{tier='five', recipe=1xitem.item_basic_asteroids@7:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6aed5704, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6aed5704, net.minecraft.item.crafting.Ingredient@528184b2, net.minecraft.item.crafting.Ingredient@6aed5704, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6aed5704, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4660 galacticraftplanets:item_basic_asteroids_2_alt RecipeStage{tier='five', recipe=1xitem.item_basic_asteroids@2:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3ea1c58d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5a072481, net.minecraft.item.crafting.Ingredient@3ea1c58d, net.minecraft.item.crafting.Ingredient@5a072481, net.minecraft.item.crafting.Ingredient@5a072481, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5a072481]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4661 galacticraftplanets:item_basic_asteroids_2 RecipeStage{tier='five', recipe=1xitem.item_basic_asteroids@2:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6f1438e6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@44b72ea7, net.minecraft.item.crafting.Ingredient@6f1438e6, net.minecraft.item.crafting.Ingredient@44b72ea7, net.minecraft.item.crafting.Ingredient@44b72ea7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@44b72ea7]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4662 galacticraftplanets:item_basic_asteroids_1_alt RecipeStage{tier='five', recipe=1xitem.item_basic_asteroids@1:[net.minecraft.item.crafting.Ingredient@3fffa70b, net.minecraft.item.crafting.Ingredient@8eb4af0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6afd99cc, net.minecraft.item.crafting.Ingredient@bfec56f, net.minecraft.item.crafting.Ingredient@6afd99cc, net.minecraft.item.crafting.Ingredient@6afd99cc, net.minecraft.item.crafting.Ingredient@4a6e6319, net.minecraft.item.crafting.Ingredient@6afd99cc]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4663 galacticraftplanets:item_basic_asteroids_1 RecipeStage{tier='five', recipe=1xitem.item_basic_asteroids@1:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7c483fd1, net.minecraft.item.crafting.Ingredient@5a527f8e, net.minecraft.item.crafting.Ingredient@7229080d, net.minecraft.item.crafting.Ingredient@5d871460, net.minecraft.item.crafting.Ingredient@7229080d, net.minecraft.item.crafting.Ingredient@7229080d, net.minecraft.item.crafting.Ingredient@35af81d9, net.minecraft.item.crafting.Ingredient@7229080d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4665 galacticraftplanets:heavy_nose_cone_0 RecipeStage{tier='five', recipe=1xitem.heavy_nose_cone@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@66fc7f67, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3241b084, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3241b084, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3241b084]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4666 galacticraftplanets:grapple RecipeStage{tier='five', recipe=1xitem.grapple@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@b6d2bfd, net.minecraft.item.crafting.Ingredient@a590e78, net.minecraft.item.crafting.Ingredient@b6d2bfd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@a590e78, net.minecraft.item.crafting.Ingredient@a590e78, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4668 galacticraftplanets:desh_sword RecipeStage{tier='five', recipe=1xitem.desh_sword@0:[net.minecraft.item.crafting.Ingredient@3ebc08da, net.minecraft.item.crafting.Ingredient@3ebc08da, net.minecraft.item.crafting.Ingredient@539ad655]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4669 galacticraftplanets:desh_spade RecipeStage{tier='five', recipe=1xitem.desh_spade@0:[net.minecraft.item.crafting.Ingredient@7f55d205, net.minecraft.item.crafting.Ingredient@265be478, net.minecraft.item.crafting.Ingredient@265be478]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4670 galacticraftplanets:desh_pick RecipeStage{tier='five', recipe=1xitem.desh_pick@0:[net.minecraft.item.crafting.Ingredient@7121fba0, net.minecraft.item.crafting.Ingredient@7121fba0, net.minecraft.item.crafting.Ingredient@7121fba0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5f5723ac, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5f5723ac, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4671 galacticraftplanets:desh_leggings RecipeStage{tier='five', recipe=1xitem.desh_leggings@0:[net.minecraft.item.crafting.Ingredient@373bf3d6, net.minecraft.item.crafting.Ingredient@373bf3d6, net.minecraft.item.crafting.Ingredient@373bf3d6, net.minecraft.item.crafting.Ingredient@373bf3d6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@373bf3d6, net.minecraft.item.crafting.Ingredient@373bf3d6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@373bf3d6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4672 galacticraftplanets:desh_hoe_alt RecipeStage{tier='five', recipe=1xitem.desh_hoe@0:[net.minecraft.item.crafting.Ingredient@6b6591b0, net.minecraft.item.crafting.Ingredient@6b6591b0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@f853a4d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@f853a4d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4673 galacticraftplanets:desh_hoe RecipeStage{tier='five', recipe=1xitem.desh_hoe@0:[net.minecraft.item.crafting.Ingredient@4911c596, net.minecraft.item.crafting.Ingredient@4911c596, net.minecraft.item.crafting.Ingredient@4bc51bdc, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4bc51bdc, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4674 galacticraftplanets:desh_helmet RecipeStage{tier='five', recipe=1xitem.desh_helmet@0:[net.minecraft.item.crafting.Ingredient@57355751, net.minecraft.item.crafting.Ingredient@57355751, net.minecraft.item.crafting.Ingredient@57355751, net.minecraft.item.crafting.Ingredient@57355751, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@57355751]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4675 galacticraftplanets:desh_chestplate RecipeStage{tier='five', recipe=1xitem.desh_chestplate@0:[net.minecraft.item.crafting.Ingredient@92eb4fb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@92eb4fb, net.minecraft.item.crafting.Ingredient@92eb4fb, net.minecraft.item.crafting.Ingredient@92eb4fb, net.minecraft.item.crafting.Ingredient@92eb4fb, net.minecraft.item.crafting.Ingredient@92eb4fb, net.minecraft.item.crafting.Ingredient@92eb4fb, net.minecraft.item.crafting.Ingredient@92eb4fb]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4676 galacticraftplanets:desh_boots RecipeStage{tier='five', recipe=1xitem.desh_boots@0:[net.minecraft.item.crafting.Ingredient@2bf1f9a1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2bf1f9a1, net.minecraft.item.crafting.Ingredient@2bf1f9a1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2bf1f9a1]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4677 galacticraftplanets:desh_axe_alt RecipeStage{tier='five', recipe=1xitem.desh_axe@0:[net.minecraft.item.crafting.Ingredient@5e0eecaa, net.minecraft.item.crafting.Ingredient@5e0eecaa, net.minecraft.item.crafting.Ingredient@6160ce65, net.minecraft.item.crafting.Ingredient@5e0eecaa, net.minecraft.item.crafting.Ingredient@6160ce65, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4678 galacticraftplanets:desh_axe RecipeStage{tier='five', recipe=1xitem.desh_axe@0:[net.minecraft.item.crafting.Ingredient@70624554, net.minecraft.item.crafting.Ingredient@70624554, net.minecraft.item.crafting.Ingredient@70624554, net.minecraft.item.crafting.Ingredient@6200dab9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6200dab9]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4682 galacticraftplanets:beam_reflector_alt RecipeStage{tier='five', recipe=1xtile.beam_reflector@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3eb91093, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1d34acfd, net.minecraft.item.crafting.Ingredient@5e3812e4, net.minecraft.item.crafting.Ingredient@1d34acfd, net.minecraft.item.crafting.Ingredient@1d34acfd, net.minecraft.item.crafting.Ingredient@1d34acfd]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4683 galacticraftplanets:beam_reflector RecipeStage{tier='five', recipe=1xtile.beam_reflector@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@72be5f13, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5d3e60d3, net.minecraft.item.crafting.Ingredient@3d65601d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3d65601d, net.minecraft.item.crafting.Ingredient@3d65601d, net.minecraft.item.crafting.Ingredient@3d65601d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4684 galacticraftplanets:beam_receiver RecipeStage{tier='five', recipe=1xtile.beam_receiver@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@610034f2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@610034f2, net.minecraft.item.crafting.Ingredient@247b25d5, net.minecraft.item.crafting.Ingredient@610034f2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@610034f2, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4685 galacticraftplanets:basic_item_venus_5 RecipeStage{tier='five', recipe=3xitem.basic_item_venus@5:[net.minecraft.item.crafting.Ingredient@da79403, net.minecraft.item.crafting.Ingredient@da79403, net.minecraft.item.crafting.Ingredient@da79403, net.minecraftforge.oredict.OreIngredient@195cee31, net.minecraftforge.oredict.OreIngredient@195cee31, net.minecraftforge.oredict.OreIngredient@195cee31, net.minecraft.item.crafting.Ingredient@4bde46e4, net.minecraft.item.crafting.Ingredient@4bde46e4, net.minecraft.item.crafting.Ingredient@4bde46e4]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4686 galacticraftplanets:basic_item_venus_3 RecipeStage{tier='five', recipe=1xitem.basic_item_venus@3:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@37fc086e, net.minecraft.item.crafting.Ingredient@3cb839ae, net.minecraft.item.crafting.Ingredient@37fc086e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4689 galacticraftplanets:atmospheric_valve RecipeStage{tier='five', recipe=1xitem.atmospheric_valve@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@ad994b2, net.minecraft.item.crafting.Ingredient@6741f089, net.minecraft.item.crafting.Ingredient@ad994b2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@ad994b2, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4691 extraplanets:zinc_battery net.minecraftforge.oredict.ShapedOreRecipe@6ae0526c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4692 extraplanets:yellow_diamond_sword RecipeStage{tier='five', recipe=1xitem.yellow_diamond_sword@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7cc1fbc7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7cc1fbc7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@158d98d7, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4693 extraplanets:yellow_diamond_shovel RecipeStage{tier='five', recipe=1xitem.yellow_diamond_shovel@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4f215b8e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@158d98d7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@158d98d7, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4694 extraplanets:yellow_diamond_pickaxe RecipeStage{tier='five', recipe=1xitem.yellow_diamond_pickaxe@0:[net.minecraft.item.crafting.Ingredient@498b4f1, net.minecraft.item.crafting.Ingredient@498b4f1, net.minecraft.item.crafting.Ingredient@498b4f1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@158d98d7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@158d98d7, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4695 extraplanets:yellow_diamond_legings RecipeStage{tier='five', recipe=1xitem.yellow_diamond_legings@0:[net.minecraft.item.crafting.Ingredient@61820a4b, net.minecraft.item.crafting.Ingredient@61820a4b, net.minecraft.item.crafting.Ingredient@61820a4b, net.minecraft.item.crafting.Ingredient@61820a4b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@61820a4b, net.minecraft.item.crafting.Ingredient@61820a4b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@61820a4b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4696 extraplanets:yellow_diamond_hoe RecipeStage{tier='five', recipe=1xitem.yellow_diamond_hoe@0:[net.minecraft.item.crafting.Ingredient@541644f4, net.minecraft.item.crafting.Ingredient@541644f4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@158d98d7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@158d98d7, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4697 extraplanets:yellow_diamond_helmet RecipeStage{tier='five', recipe=1xitem.yellow_diamond_helmet@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@29adde30, net.minecraft.item.crafting.Ingredient@29adde30, net.minecraft.item.crafting.Ingredient@29adde30, net.minecraft.item.crafting.Ingredient@29adde30, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@29adde30]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4698 extraplanets:yellow_diamond_chest RecipeStage{tier='five', recipe=1xitem.yellow_diamond_chest@0:[net.minecraft.item.crafting.Ingredient@3702d23c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3702d23c, net.minecraft.item.crafting.Ingredient@3702d23c, net.minecraft.item.crafting.Ingredient@3702d23c, net.minecraft.item.crafting.Ingredient@3702d23c, net.minecraft.item.crafting.Ingredient@3702d23c, net.minecraft.item.crafting.Ingredient@3702d23c, net.minecraft.item.crafting.Ingredient@3702d23c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4699 extraplanets:yellow_diamond_boots RecipeStage{tier='five', recipe=1xitem.yellow_diamond_boots@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@36b49257, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@36b49257, net.minecraft.item.crafting.Ingredient@36b49257, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@36b49257]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4700 extraplanets:yellow_diamond_axe RecipeStage{tier='five', recipe=1xitem.yellow_diamond_axe@0:[net.minecraft.item.crafting.Ingredient@6559a4a0, net.minecraft.item.crafting.Ingredient@6559a4a0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6559a4a0, net.minecraftforge.oredict.OreIngredient@158d98d7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@158d98d7, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4701 extraplanets:wooden_pressure_plate_alt_alt_alt_alt_alt RecipeStage{tier='two', recipe=8xtile.pressurePlateWood@0:[net.minecraft.item.crafting.Ingredient@5e90945f, net.minecraft.item.crafting.Ingredient@69ff1c97, net.minecraft.item.crafting.Ingredient@730abb82, net.minecraft.item.crafting.Ingredient@67da4b42]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4702 extraplanets:wooden_pressure_plate_alt_alt_alt_alt RecipeStage{tier='two', recipe=8xtile.pressurePlateWood@0:[net.minecraft.item.crafting.Ingredient@3ffd03e1, net.minecraft.item.crafting.Ingredient@122e33cd, net.minecraft.item.crafting.Ingredient@7b77c8de, net.minecraft.item.crafting.Ingredient@37be9340]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4703 extraplanets:wooden_pressure_plate_alt_alt_alt RecipeStage{tier='two', recipe=8xtile.pressurePlateWood@0:[net.minecraft.item.crafting.Ingredient@54b2d51, net.minecraft.item.crafting.Ingredient@3e994031, net.minecraft.item.crafting.Ingredient@79589ae3, net.minecraft.item.crafting.Ingredient@5b4481b5]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4704 extraplanets:wooden_pressure_plate_alt_alt RecipeStage{tier='two', recipe=8xtile.pressurePlateWood@0:[net.minecraft.item.crafting.Ingredient@3151347c, net.minecraft.item.crafting.Ingredient@7ed6bc39, net.minecraft.item.crafting.Ingredient@27abe1b2, net.minecraft.item.crafting.Ingredient@53515656]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4705 extraplanets:wooden_pressure_plate_alt RecipeStage{tier='two', recipe=8xtile.pressurePlateWood@0:[net.minecraft.item.crafting.Ingredient@103f9d2, net.minecraft.item.crafting.Ingredient@31fcfcbc, net.minecraft.item.crafting.Ingredient@2827dccd, net.minecraft.item.crafting.Ingredient@3f329473]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4706 extraplanets:wooden_pressure_plate RecipeStage{tier='two', recipe=8xtile.pressurePlateWood@0:[net.minecraft.item.crafting.Ingredient@4a43dc6e, net.minecraft.item.crafting.Ingredient@62335a4f, net.minecraft.item.crafting.Ingredient@64ae7b9d, net.minecraft.item.crafting.Ingredient@4f15ca8b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4707 extraplanets:wooden_door_alt_alt_alt_alt_alt RecipeStage{tier='one', recipe=4xitem.doorOak@0:[net.minecraft.item.crafting.Ingredient@153d3f41, net.minecraft.item.crafting.Ingredient@153d3f41, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@153d3f41, net.minecraft.item.crafting.Ingredient@153d3f41, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@153d3f41, net.minecraft.item.crafting.Ingredient@153d3f41, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4708 extraplanets:wooden_door_alt_alt_alt_alt RecipeStage{tier='one', recipe=4xitem.doorOak@0:[net.minecraft.item.crafting.Ingredient@44b93e5c, net.minecraft.item.crafting.Ingredient@44b93e5c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@44b93e5c, net.minecraft.item.crafting.Ingredient@44b93e5c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@44b93e5c, net.minecraft.item.crafting.Ingredient@44b93e5c, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4709 extraplanets:wooden_door_alt_alt_alt RecipeStage{tier='one', recipe=4xitem.doorOak@0:[net.minecraft.item.crafting.Ingredient@727ecb34, net.minecraft.item.crafting.Ingredient@727ecb34, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@727ecb34, net.minecraft.item.crafting.Ingredient@727ecb34, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@727ecb34, net.minecraft.item.crafting.Ingredient@727ecb34, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4710 extraplanets:wooden_door_alt_alt RecipeStage{tier='one', recipe=4xitem.doorOak@0:[net.minecraft.item.crafting.Ingredient@6566d834, net.minecraft.item.crafting.Ingredient@6566d834, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6566d834, net.minecraft.item.crafting.Ingredient@6566d834, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6566d834, net.minecraft.item.crafting.Ingredient@6566d834, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4711 extraplanets:wooden_door_alt RecipeStage{tier='one', recipe=4xitem.doorOak@0:[net.minecraft.item.crafting.Ingredient@1448004e, net.minecraft.item.crafting.Ingredient@1448004e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1448004e, net.minecraft.item.crafting.Ingredient@1448004e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1448004e, net.minecraft.item.crafting.Ingredient@1448004e, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4712 extraplanets:wooden_door RecipeStage{tier='one', recipe=4xitem.doorOak@0:[net.minecraft.item.crafting.Ingredient@71639080, net.minecraft.item.crafting.Ingredient@71639080, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@71639080, net.minecraft.item.crafting.Ingredient@71639080, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@71639080, net.minecraft.item.crafting.Ingredient@71639080, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4713 extraplanets:wooden_button_alt_alt_alt_alt_alt RecipeStage{tier='one', recipe=4xtile.button@0:[net.minecraft.item.crafting.Ingredient@4785cdd9]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4714 extraplanets:wooden_button_alt_alt_alt_alt RecipeStage{tier='one', recipe=4xtile.button@0:[net.minecraft.item.crafting.Ingredient@b32bcac]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4715 extraplanets:wooden_button_alt_alt_alt RecipeStage{tier='one', recipe=4xtile.button@0:[net.minecraft.item.crafting.Ingredient@1a87504d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4716 extraplanets:wooden_button_alt_alt RecipeStage{tier='one', recipe=4xtile.button@0:[net.minecraft.item.crafting.Ingredient@587de5cd]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4717 extraplanets:wooden_button_alt RecipeStage{tier='one', recipe=4xtile.button@0:[net.minecraft.item.crafting.Ingredient@7485a69d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4718 extraplanets:wooden_button RecipeStage{tier='one', recipe=4xtile.button@0:[net.minecraft.item.crafting.Ingredient@7b38ecf4]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4719 extraplanets:vehicle_charger RecipeStage{tier='five', recipe=1xtile.vehicle_charger@0:[net.minecraftforge.oredict.OreIngredient@68ef4fe1, net.minecraft.item.crafting.Ingredient@66aec7e2, net.minecraftforge.oredict.OreIngredient@68ef4fe1, net.minecraftforge.oredict.OreIngredient@68ef4fe1, net.minecraft.item.crafting.Ingredient@66aec7e2, net.minecraftforge.oredict.OreIngredient@68ef4fe1, net.minecraftforge.oredict.OreIngredient@68ef4fe1, net.minecraft.item.crafting.Ingredient@66aec7e2, net.minecraftforge.oredict.OreIngredient@68ef4fe1]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4720 extraplanets:uranus_stairs_surface RecipeStage{tier='five', recipe=4xtile.uranus_stairs_surface@0:[net.minecraft.item.crafting.Ingredient@26e71966, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@26e71966, net.minecraft.item.crafting.Ingredient@26e71966, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@26e71966, net.minecraft.item.crafting.Ingredient@26e71966, net.minecraft.item.crafting.Ingredient@26e71966]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4721 extraplanets:uranus_stairs_sub_surface RecipeStage{tier='five', recipe=4xtile.uranus_stairs_sub_surface@0:[net.minecraft.item.crafting.Ingredient@3e412215, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3e412215, net.minecraft.item.crafting.Ingredient@3e412215, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3e412215, net.minecraft.item.crafting.Ingredient@3e412215, net.minecraft.item.crafting.Ingredient@3e412215]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4722 extraplanets:uranus_stairs_stone_bricks RecipeStage{tier='five', recipe=4xtile.uranus_stairs_stone_bricks@0:[net.minecraft.item.crafting.Ingredient@20aa0009, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@20aa0009, net.minecraft.item.crafting.Ingredient@20aa0009, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@20aa0009, net.minecraft.item.crafting.Ingredient@20aa0009, net.minecraft.item.crafting.Ingredient@20aa0009]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4723 extraplanets:uranus_stairs_stone RecipeStage{tier='five', recipe=4xtile.uranus_stairs_stone@0:[net.minecraft.item.crafting.Ingredient@8e4def8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@8e4def8, net.minecraft.item.crafting.Ingredient@8e4def8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@8e4def8, net.minecraft.item.crafting.Ingredient@8e4def8, net.minecraft.item.crafting.Ingredient@8e4def8]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4724 extraplanets:uranus_8 RecipeStage{tier='five', recipe=1xtile.uranus.0@8:[net.minecraft.item.crafting.Ingredient@6f4ac4a3, net.minecraft.item.crafting.Ingredient@6f4ac4a3, net.minecraft.item.crafting.Ingredient@6f4ac4a3, net.minecraft.item.crafting.Ingredient@6f4ac4a3, net.minecraft.item.crafting.Ingredient@6f4ac4a3, net.minecraft.item.crafting.Ingredient@6f4ac4a3, net.minecraft.item.crafting.Ingredient@6f4ac4a3, net.minecraft.item.crafting.Ingredient@6f4ac4a3, net.minecraft.item.crafting.Ingredient@6f4ac4a3]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4725 extraplanets:uranus_5 RecipeStage{tier='five', recipe=4xtile.uranus.0@5:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@69d17b32, net.minecraft.item.crafting.Ingredient@69d17b32, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@69d17b32, net.minecraft.item.crafting.Ingredient@69d17b32, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4726 extraplanets:uranus_4 RecipeStage{tier='five', recipe=1xtile.uranus.0@4:[net.minecraft.item.crafting.Ingredient@5d472fd8, net.minecraft.item.crafting.Ingredient@5d472fd8, net.minecraft.item.crafting.Ingredient@5d472fd8, net.minecraft.item.crafting.Ingredient@5d472fd8, net.minecraft.item.crafting.Ingredient@5d472fd8, net.minecraft.item.crafting.Ingredient@5d472fd8, net.minecraft.item.crafting.Ingredient@5d472fd8, net.minecraft.item.crafting.Ingredient@5d472fd8, net.minecraft.item.crafting.Ingredient@5d472fd8]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4728 extraplanets:ultimate_oxygen_compressor_4 RecipeStage{tier='five', recipe=1xtile.ultimate_oxygen_compressor.0@4:[net.minecraft.item.crafting.Ingredient@76277f37, net.minecraft.item.crafting.Ingredient@47780502, net.minecraft.item.crafting.Ingredient@76277f37, net.minecraft.item.crafting.Ingredient@47780502, net.minecraft.item.crafting.Ingredient@76277f37, net.minecraft.item.crafting.Ingredient@47780502, net.minecraft.item.crafting.Ingredient@76277f37, net.minecraft.item.crafting.Ingredient@47780502, net.minecraft.item.crafting.Ingredient@76277f37]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4729 extraplanets:ultimate_oxygen_compressor_0 RecipeStage{tier='five', recipe=1xtile.ultimate_oxygen_compressor.0@0:[net.minecraft.item.crafting.Ingredient@7e678b0a, net.minecraft.item.crafting.Ingredient@64304d58, net.minecraft.item.crafting.Ingredient@7e678b0a, net.minecraft.item.crafting.Ingredient@64304d58, net.minecraft.item.crafting.Ingredient@7e678b0a, net.minecraft.item.crafting.Ingredient@64304d58, net.minecraft.item.crafting.Ingredient@7e678b0a, net.minecraft.item.crafting.Ingredient@64304d58, net.minecraft.item.crafting.Ingredient@7e678b0a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4730 extraplanets:ultimate_fuel_loader RecipeStage{tier='five', recipe=1xtile.ultimate_fuel_loader@0:[net.minecraft.item.crafting.Ingredient@8fd3116, net.minecraft.item.crafting.Ingredient@8fd3116, net.minecraft.item.crafting.Ingredient@8fd3116, net.minecraft.item.crafting.Ingredient@8fd3116, net.minecraft.item.crafting.Ingredient@42a148dd, net.minecraft.item.crafting.Ingredient@8fd3116, net.minecraft.item.crafting.Ingredient@faf7739, net.minecraft.item.crafting.Ingredient@595745ba, net.minecraft.item.crafting.Ingredient@faf7739]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4731 extraplanets:ultimate_battery net.minecraft.item.crafting.ShapedRecipes@5de04dce +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4732 extraplanets:trapdoor_alt_alt_alt_alt_alt RecipeStage{tier='one', recipe=4xtile.oak_trapdoor@0:[net.minecraft.item.crafting.Ingredient@aacf4e2, net.minecraft.item.crafting.Ingredient@7895b309, net.minecraft.item.crafting.Ingredient@3fd9cd18, net.minecraft.item.crafting.Ingredient@566fe289, net.minecraft.item.crafting.Ingredient@3b891742, net.minecraft.item.crafting.Ingredient@6ed1e6c1]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4733 extraplanets:trapdoor_alt_alt_alt_alt RecipeStage{tier='one', recipe=4xtile.oak_trapdoor@0:[net.minecraft.item.crafting.Ingredient@2405a6dd, net.minecraft.item.crafting.Ingredient@3139bc74, net.minecraft.item.crafting.Ingredient@1bfe2ae1, net.minecraft.item.crafting.Ingredient@439f37fb, net.minecraft.item.crafting.Ingredient@4a25521b, net.minecraft.item.crafting.Ingredient@36839d37]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4734 extraplanets:trapdoor_alt_alt_alt RecipeStage{tier='one', recipe=4xtile.oak_trapdoor@0:[net.minecraft.item.crafting.Ingredient@2ccfa821, net.minecraft.item.crafting.Ingredient@70525cac, net.minecraft.item.crafting.Ingredient@401db90a, net.minecraft.item.crafting.Ingredient@39d4e61c, net.minecraft.item.crafting.Ingredient@680bdfa7, net.minecraft.item.crafting.Ingredient@a5e4936]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4735 extraplanets:trapdoor_alt_alt RecipeStage{tier='one', recipe=4xtile.oak_trapdoor@0:[net.minecraft.item.crafting.Ingredient@77f37b37, net.minecraft.item.crafting.Ingredient@63e5f3d3, net.minecraft.item.crafting.Ingredient@3ef722cd, net.minecraft.item.crafting.Ingredient@55a05554, net.minecraft.item.crafting.Ingredient@3966a614, net.minecraft.item.crafting.Ingredient@7551b180]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4736 extraplanets:trapdoor_alt RecipeStage{tier='one', recipe=4xtile.oak_trapdoor@0:[net.minecraft.item.crafting.Ingredient@5115d8f2, net.minecraft.item.crafting.Ingredient@1bcdbc01, net.minecraft.item.crafting.Ingredient@697fda17, net.minecraft.item.crafting.Ingredient@456c6154, net.minecraft.item.crafting.Ingredient@3a41f343, net.minecraft.item.crafting.Ingredient@4c9a7dbe]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4737 extraplanets:trapdoor RecipeStage{tier='one', recipe=4xtile.oak_trapdoor@0:[net.minecraft.item.crafting.Ingredient@5764d98f, net.minecraft.item.crafting.Ingredient@19c2d242, net.minecraft.item.crafting.Ingredient@74e0d30e, net.minecraft.item.crafting.Ingredient@5d10567d, net.minecraft.item.crafting.Ingredient@2c4944f1, net.minecraft.item.crafting.Ingredient@2316d3f8]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4738 extraplanets:tools_3 RecipeStage{tier='five', recipe=1xitem.tools@3:[net.minecraft.item.crafting.Ingredient@4cb879fd, net.minecraft.item.crafting.Ingredient@7d743fd0, net.minecraft.item.crafting.Ingredient@4cb879fd, net.minecraft.item.crafting.Ingredient@42087d9e, net.minecraft.item.crafting.Ingredient@42087d9e, net.minecraft.item.crafting.Ingredient@42087d9e, net.minecraft.item.crafting.Ingredient@4cb879fd, net.minecraft.item.crafting.Ingredient@7d743fd0, net.minecraft.item.crafting.Ingredient@4cb879fd]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4739 extraplanets:tools_2 RecipeStage{tier='five', recipe=1xitem.tools@2:[net.minecraft.item.crafting.Ingredient@3dc762ef, net.minecraft.item.crafting.Ingredient@3dc762ef, net.minecraft.item.crafting.Ingredient@3dc762ef, net.minecraft.item.crafting.Ingredient@3dc762ef, net.minecraft.item.crafting.Ingredient@3dc762ef, net.minecraft.item.crafting.Ingredient@3dc762ef, net.minecraft.item.crafting.Ingredient@3dc762ef, net.minecraft.item.crafting.Ingredient@3dc762ef, net.minecraft.item.crafting.Ingredient@3dc762ef]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4740 extraplanets:tools_1 RecipeStage{tier='five', recipe=1xitem.tools@1:[net.minecraft.item.crafting.Ingredient@22791939, net.minecraft.item.crafting.Ingredient@626dc029, net.minecraft.item.crafting.Ingredient@22791939, net.minecraft.item.crafting.Ingredient@626dc029, net.minecraft.item.crafting.Ingredient@7788fdb8, net.minecraft.item.crafting.Ingredient@626dc029, net.minecraft.item.crafting.Ingredient@22791939, net.minecraft.item.crafting.Ingredient@626dc029, net.minecraft.item.crafting.Ingredient@22791939]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4741 extraplanets:tools_0 RecipeStage{tier='five', recipe=1xitem.tools@0:[net.minecraft.item.crafting.Ingredient@11aa74fa, net.minecraft.item.crafting.Ingredient@11aa74fa, net.minecraft.item.crafting.Ingredient@11aa74fa, net.minecraft.item.crafting.Ingredient@7b3b9a8c, net.minecraftforge.oredict.OreIngredient@158d98d7, net.minecraft.item.crafting.Ingredient@7b3b9a8c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@158d98d7, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4742 extraplanets:tier9_items_5 RecipeStage{tier='five', recipe=9xitem.tier9_items@5:[net.minecraft.item.crafting.Ingredient@211f4b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4743 extraplanets:tier9_items_2 RecipeStage{tier='five', recipe=1xitem.tier9_items@2:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@109d941c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@563b33f3, net.minecraft.item.crafting.Ingredient@109d941c, net.minecraft.item.crafting.Ingredient@563b33f3, net.minecraft.item.crafting.Ingredient@563b33f3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@563b33f3]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4744 extraplanets:tier9_items_1 RecipeStage{tier='five', recipe=1xitem.tier9_items@1:[net.minecraft.item.crafting.Ingredient@6f6154fd, net.minecraft.item.crafting.Ingredient@3b88c4, net.minecraft.item.crafting.Ingredient@6f6154fd, net.minecraft.item.crafting.Ingredient@6f6154fd, net.minecraft.item.crafting.Ingredient@575fb190, net.minecraft.item.crafting.Ingredient@6f6154fd, net.minecraft.item.crafting.Ingredient@19705c6f, net.minecraft.item.crafting.Ingredient@113fd157, net.minecraft.item.crafting.Ingredient@19705c6f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4745 extraplanets:tier9_items_0 RecipeStage{tier='five', recipe=1xitem.tier9_items@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@35512345, net.minecraft.item.crafting.Ingredient@6792b0f1, net.minecraft.item.crafting.Ingredient@393b287e, net.minecraft.item.crafting.Ingredient@67574298, net.minecraft.item.crafting.Ingredient@393b287e, net.minecraft.item.crafting.Ingredient@393b287e, net.minecraft.item.crafting.Ingredient@47360826, net.minecraft.item.crafting.Ingredient@393b287e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4746 extraplanets:tier8_items_6 RecipeStage{tier='five', recipe=9xitem.tier8_items@6:[net.minecraft.item.crafting.Ingredient@6d3d4b14]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4748 extraplanets:tier8_items_2 RecipeStage{tier='five', recipe=1xitem.tier8_items@2:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@c955833, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2457a82, net.minecraft.item.crafting.Ingredient@c955833, net.minecraft.item.crafting.Ingredient@2457a82, net.minecraft.item.crafting.Ingredient@2457a82, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2457a82]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4749 extraplanets:tier8_items_1 RecipeStage{tier='five', recipe=1xitem.tier8_items@1:[net.minecraft.item.crafting.Ingredient@1328908f, net.minecraft.item.crafting.Ingredient@5dfcdb57, net.minecraft.item.crafting.Ingredient@1328908f, net.minecraft.item.crafting.Ingredient@1328908f, net.minecraft.item.crafting.Ingredient@33e9da9d, net.minecraft.item.crafting.Ingredient@1328908f, net.minecraft.item.crafting.Ingredient@21fa1da1, net.minecraft.item.crafting.Ingredient@138bb23d, net.minecraft.item.crafting.Ingredient@21fa1da1]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4750 extraplanets:tier8_items_0 RecipeStage{tier='five', recipe=1xitem.tier8_items@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@83a65c4, net.minecraft.item.crafting.Ingredient@73e8940c, net.minecraft.item.crafting.Ingredient@32b44b77, net.minecraft.item.crafting.Ingredient@5940ad91, net.minecraft.item.crafting.Ingredient@32b44b77, net.minecraft.item.crafting.Ingredient@32b44b77, net.minecraft.item.crafting.Ingredient@3fc5c83b, net.minecraft.item.crafting.Ingredient@32b44b77]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4751 extraplanets:tier7_items_7 RecipeStage{tier='five', recipe=9xitem.tier7_items@7:[net.minecraft.item.crafting.Ingredient@39900856]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4752 extraplanets:tier7_items_5 RecipeStage{tier='five', recipe=9xitem.tier7_items@5:[net.minecraft.item.crafting.Ingredient@6c21bc76]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4753 extraplanets:tier7_items_2 RecipeStage{tier='five', recipe=1xitem.tier7_items@2:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@46d0f4ba, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@73ff2e9b, net.minecraft.item.crafting.Ingredient@46d0f4ba, net.minecraft.item.crafting.Ingredient@73ff2e9b, net.minecraft.item.crafting.Ingredient@73ff2e9b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@73ff2e9b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4754 extraplanets:tier7_items_1 RecipeStage{tier='five', recipe=1xitem.tier7_items@1:[net.minecraft.item.crafting.Ingredient@383530e1, net.minecraft.item.crafting.Ingredient@68c0a081, net.minecraft.item.crafting.Ingredient@383530e1, net.minecraft.item.crafting.Ingredient@383530e1, net.minecraft.item.crafting.Ingredient@69299b3a, net.minecraft.item.crafting.Ingredient@383530e1, net.minecraft.item.crafting.Ingredient@5be6e6f1, net.minecraft.item.crafting.Ingredient@496328d0, net.minecraft.item.crafting.Ingredient@5be6e6f1]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4755 extraplanets:tier7_items_0 RecipeStage{tier='five', recipe=1xitem.tier7_items@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3255ba98, net.minecraft.item.crafting.Ingredient@d57dbf0, net.minecraft.item.crafting.Ingredient@c0aa0c4, net.minecraft.item.crafting.Ingredient@14cae2f0, net.minecraft.item.crafting.Ingredient@c0aa0c4, net.minecraft.item.crafting.Ingredient@c0aa0c4, net.minecraft.item.crafting.Ingredient@16e6f79, net.minecraft.item.crafting.Ingredient@c0aa0c4]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4756 extraplanets:tier6_items_5 RecipeStage{tier='five', recipe=9xitem.tier6_items@5:[net.minecraft.item.crafting.Ingredient@326e96fe]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4757 extraplanets:tier6_items_2 RecipeStage{tier='five', recipe=1xitem.tier6_items@2:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6c798d27, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@a79854c, net.minecraft.item.crafting.Ingredient@6c798d27, net.minecraft.item.crafting.Ingredient@a79854c, net.minecraft.item.crafting.Ingredient@a79854c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@a79854c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4758 extraplanets:tier6_items_1 RecipeStage{tier='five', recipe=1xitem.tier6_items@1:[net.minecraft.item.crafting.Ingredient@19205966, net.minecraft.item.crafting.Ingredient@bb95f02, net.minecraft.item.crafting.Ingredient@19205966, net.minecraft.item.crafting.Ingredient@19205966, net.minecraft.item.crafting.Ingredient@605da82c, net.minecraft.item.crafting.Ingredient@19205966, net.minecraft.item.crafting.Ingredient@3c709a1e, net.minecraft.item.crafting.Ingredient@492b640f, net.minecraft.item.crafting.Ingredient@3c709a1e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4759 extraplanets:tier6_items_0 RecipeStage{tier='five', recipe=1xitem.tier6_items@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2f9a2fb9, net.minecraft.item.crafting.Ingredient@76d9d226, net.minecraft.item.crafting.Ingredient@8784617, net.minecraft.item.crafting.Ingredient@6e05b6e5, net.minecraft.item.crafting.Ingredient@8784617, net.minecraft.item.crafting.Ingredient@8784617, net.minecraft.item.crafting.Ingredient@17ea908e, net.minecraft.item.crafting.Ingredient@8784617]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4760 extraplanets:tier5_thermal_padding_3 RecipeStage{tier='five', recipe=1xitem.tier5_thermal_padding@3:[net.minecraft.item.crafting.Ingredient@2a4f9212, net.minecraft.item.crafting.Ingredient@7c938fab, net.minecraft.item.crafting.Ingredient@2a4f9212, net.minecraft.item.crafting.Ingredient@2a4f9212, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2a4f9212]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4761 extraplanets:tier5_thermal_padding_2 RecipeStage{tier='five', recipe=1xitem.tier5_thermal_padding@2:[net.minecraft.item.crafting.Ingredient@65853117, net.minecraft.item.crafting.Ingredient@65853117, net.minecraft.item.crafting.Ingredient@65853117, net.minecraft.item.crafting.Ingredient@65853117, net.minecraft.item.crafting.Ingredient@1ab3fa16, net.minecraft.item.crafting.Ingredient@65853117, net.minecraft.item.crafting.Ingredient@65853117, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@65853117]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4762 extraplanets:tier5_thermal_padding_1 RecipeStage{tier='five', recipe=1xitem.tier5_thermal_padding@1:[net.minecraft.item.crafting.Ingredient@4bbea3cc, net.minecraft.item.crafting.Ingredient@58eb4def, net.minecraft.item.crafting.Ingredient@4bbea3cc, net.minecraft.item.crafting.Ingredient@4bbea3cc, net.minecraft.item.crafting.Ingredient@4bbea3cc, net.minecraft.item.crafting.Ingredient@4bbea3cc, net.minecraft.item.crafting.Ingredient@4bbea3cc, net.minecraft.item.crafting.Ingredient@4bbea3cc, net.minecraft.item.crafting.Ingredient@4bbea3cc]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4763 extraplanets:tier5_thermal_padding_0 RecipeStage{tier='five', recipe=1xitem.tier5_thermal_padding@0:[net.minecraft.item.crafting.Ingredient@24d40a95, net.minecraft.item.crafting.Ingredient@24d40a95, net.minecraft.item.crafting.Ingredient@24d40a95, net.minecraft.item.crafting.Ingredient@24d40a95, net.minecraft.item.crafting.Ingredient@1042f000, net.minecraft.item.crafting.Ingredient@24d40a95]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4764 extraplanets:tier5_kit_5 RecipeStage{tier='five', recipe=1xitem.tier5_kit@5:[net.minecraft.item.crafting.Ingredient@5e5021d8, net.minecraft.item.crafting.Ingredient@50fc7d2b, net.minecraft.item.crafting.Ingredient@435b3f2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2a900f3d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7591aeb6, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4765 extraplanets:tier5_kit_4 RecipeStage{tier='five', recipe=1xitem.tier5_kit@4:[net.minecraft.item.crafting.Ingredient@55c1f66e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@570bb8bb, net.minecraft.item.crafting.Ingredient@4aa790e9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4aa790e9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4766 extraplanets:tier5_kit_3 RecipeStage{tier='five', recipe=1xitem.tier5_kit@3:[net.minecraft.item.crafting.Ingredient@5d250c21, net.minecraft.item.crafting.Ingredient@1f46b777, net.minecraft.item.crafting.Ingredient@2c26e446, net.minecraft.item.crafting.Ingredient@24dd31f, net.minecraft.item.crafting.Ingredient@43fe15a0, net.minecraft.item.crafting.Ingredient@24dd31f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3a83137, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4767 extraplanets:tier5_kit_2 RecipeStage{tier='five', recipe=1xitem.tier5_kit@2:[net.minecraft.item.crafting.Ingredient@1ede7eae, net.minecraft.item.crafting.Ingredient@75659817, net.minecraft.item.crafting.Ingredient@23e2b66b, net.minecraft.item.crafting.Ingredient@102af628, net.minecraft.item.crafting.Ingredient@3699699d, net.minecraft.item.crafting.Ingredient@59824800, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6fe5ea79, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4768 extraplanets:tier5_kit_1 RecipeStage{tier='five', recipe=1xitem.tier5_kit@1:[net.minecraft.item.crafting.Ingredient@505ff9c7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@710c8a1d, net.minecraft.item.crafting.Ingredient@57a0cb64, net.minecraft.item.crafting.Ingredient@54f17c5, net.minecraft.item.crafting.Ingredient@57a0cb64, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4769 extraplanets:tier5_kit_0 RecipeStage{tier='five', recipe=1xitem.tier5_kit@0:[net.minecraft.item.crafting.Ingredient@6b2a164f, net.minecraft.item.crafting.Ingredient@1a06fb95, net.minecraft.item.crafting.Ingredient@2e1a9a59, net.minecraft.item.crafting.Ingredient@470c6cda, net.minecraft.item.crafting.Ingredient@72007ba9, net.minecraft.item.crafting.Ingredient@470c6cda, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@468e44d3, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4770 extraplanets:tier5_items_9 RecipeStage{tier='five', recipe=1xitem.tier5_items@9:[net.minecraft.item.crafting.Ingredient@238234e2, net.minecraft.item.crafting.Ingredient@4ae59363, net.minecraft.item.crafting.Ingredient@4d413f12, net.minecraft.item.crafting.Ingredient@5bf8e014]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4771 extraplanets:tier5_items_8 RecipeStage{tier='five', recipe=9xitem.tier5_items@8:[net.minecraft.item.crafting.Ingredient@576ea41e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4773 extraplanets:tier5_items_5 RecipeStage{tier='five', recipe=9xitem.tier5_items@5:[net.minecraft.item.crafting.Ingredient@27ddf0f4]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4774 extraplanets:tier5_items_2 RecipeStage{tier='five', recipe=1xitem.tier5_items@2:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1e957c50, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3f625762, net.minecraft.item.crafting.Ingredient@1e957c50, net.minecraft.item.crafting.Ingredient@3f625762, net.minecraft.item.crafting.Ingredient@3f625762, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3f625762]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4775 extraplanets:tier5_items_11 RecipeStage{tier='five', recipe=2xitem.tier5_items@11:[net.minecraft.item.crafting.Ingredient@28c38777, net.minecraft.item.crafting.Ingredient@268a006c, net.minecraft.item.crafting.Ingredient@3a594c6a, net.minecraft.item.crafting.Ingredient@2fb6660d, net.minecraft.item.crafting.Ingredient@1bfaa4b3, net.minecraft.item.crafting.Ingredient@6d855ec0]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4776 extraplanets:tier5_items_10 RecipeStage{tier='five', recipe=2xitem.tier5_items@10:[net.minecraft.item.crafting.Ingredient@870397f, net.minecraft.item.crafting.Ingredient@6e710a32]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4777 extraplanets:tier5_items_1 RecipeStage{tier='five', recipe=1xitem.tier5_items@1:[net.minecraft.item.crafting.Ingredient@6713f745, net.minecraft.item.crafting.Ingredient@63961b7b, net.minecraft.item.crafting.Ingredient@6713f745, net.minecraft.item.crafting.Ingredient@6713f745, net.minecraft.item.crafting.Ingredient@79447db3, net.minecraft.item.crafting.Ingredient@6713f745, net.minecraft.item.crafting.Ingredient@34f5be36, net.minecraft.item.crafting.Ingredient@4048993d, net.minecraft.item.crafting.Ingredient@34f5be36]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4778 extraplanets:tier5_items_0 RecipeStage{tier='five', recipe=1xitem.tier5_items@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@103dcda5, net.minecraft.item.crafting.Ingredient@f324834, net.minecraft.item.crafting.Ingredient@7e329381, net.minecraft.item.crafting.Ingredient@3755a90c, net.minecraft.item.crafting.Ingredient@7e329381, net.minecraft.item.crafting.Ingredient@7e329381, net.minecraft.item.crafting.Ingredient@d53447e, net.minecraft.item.crafting.Ingredient@7e329381]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4779 extraplanets:tier4_un_prepared_space_suit_legings_0 RecipeStage{tier='five', recipe=1xitem.tier4_un_prepared_space_suit_legings@0:[net.minecraft.item.crafting.Ingredient@5fe91204, net.minecraft.item.crafting.Ingredient@5fe91204, net.minecraft.item.crafting.Ingredient@5fe91204, net.minecraft.item.crafting.Ingredient@5fe91204, net.minecraft.item.crafting.Ingredient@27b60f3d, net.minecraft.item.crafting.Ingredient@5fe91204, net.minecraft.item.crafting.Ingredient@5fe91204, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5fe91204]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4780 extraplanets:tier4_un_prepared_space_suit_helmet_0 RecipeStage{tier='five', recipe=1xitem.tier4_un_prepared_space_suit_helmet@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@763493e7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@78e1e56c, net.minecraft.item.crafting.Ingredient@78e1e56c, net.minecraft.item.crafting.Ingredient@78e1e56c, net.minecraft.item.crafting.Ingredient@78e1e56c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@78e1e56c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4781 extraplanets:tier4_un_prepared_space_suit_chest_0 RecipeStage{tier='five', recipe=1xitem.tier4_un_prepared_space_suit_chest@0:[net.minecraft.item.crafting.Ingredient@3ad450d8, net.minecraft.item.crafting.Ingredient@b1b3254, net.minecraft.item.crafting.Ingredient@3ad450d8, net.minecraft.item.crafting.Ingredient@3ad450d8, net.minecraft.item.crafting.Ingredient@3ad450d8, net.minecraft.item.crafting.Ingredient@3ad450d8, net.minecraft.item.crafting.Ingredient@3ad450d8, net.minecraft.item.crafting.Ingredient@3ad450d8, net.minecraft.item.crafting.Ingredient@3ad450d8]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4782 extraplanets:tier4_un_prepared_space_suit_boots_0 RecipeStage{tier='five', recipe=1xitem.tier4_un_prepared_space_suit_boots@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6a8a6181, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1c8e6491, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1c8e6491, net.minecraft.item.crafting.Ingredient@1c8e6491, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1c8e6491]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4783 extraplanets:tier4_thermal_padding_3 RecipeStage{tier='five', recipe=1xitem.tier4_thermal_padding@3:[net.minecraft.item.crafting.Ingredient@40dbd76f, net.minecraft.item.crafting.Ingredient@76f11f7e, net.minecraft.item.crafting.Ingredient@40dbd76f, net.minecraft.item.crafting.Ingredient@40dbd76f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@40dbd76f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4784 extraplanets:tier4_thermal_padding_2 RecipeStage{tier='five', recipe=1xitem.tier4_thermal_padding@2:[net.minecraft.item.crafting.Ingredient@506bee6f, net.minecraft.item.crafting.Ingredient@506bee6f, net.minecraft.item.crafting.Ingredient@506bee6f, net.minecraft.item.crafting.Ingredient@506bee6f, net.minecraft.item.crafting.Ingredient@20e78711, net.minecraft.item.crafting.Ingredient@506bee6f, net.minecraft.item.crafting.Ingredient@506bee6f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@506bee6f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4785 extraplanets:tier4_thermal_padding_1 RecipeStage{tier='five', recipe=1xitem.tier4_thermal_padding@1:[net.minecraft.item.crafting.Ingredient@5b6bd6ad, net.minecraft.item.crafting.Ingredient@795bd569, net.minecraft.item.crafting.Ingredient@5b6bd6ad, net.minecraft.item.crafting.Ingredient@5b6bd6ad, net.minecraft.item.crafting.Ingredient@5b6bd6ad, net.minecraft.item.crafting.Ingredient@5b6bd6ad, net.minecraft.item.crafting.Ingredient@5b6bd6ad, net.minecraft.item.crafting.Ingredient@5b6bd6ad, net.minecraft.item.crafting.Ingredient@5b6bd6ad]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4786 extraplanets:tier4_thermal_padding_0 RecipeStage{tier='five', recipe=1xitem.tier4_thermal_padding@0:[net.minecraft.item.crafting.Ingredient@684c91b4, net.minecraft.item.crafting.Ingredient@684c91b4, net.minecraft.item.crafting.Ingredient@684c91b4, net.minecraft.item.crafting.Ingredient@684c91b4, net.minecraft.item.crafting.Ingredient@4a7e75f7, net.minecraft.item.crafting.Ingredient@684c91b4]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4788 extraplanets:tier4_space_suit_jetpack_chest RecipeStage{tier='five', recipe=1xitem.tier4_space_suit_jetpack_chest@0:[net.minecraft.item.crafting.Ingredient@70420558, net.minecraft.item.crafting.Ingredient@70420558, net.minecraft.item.crafting.Ingredient@70420558, net.minecraft.item.crafting.Ingredient@170fc5d0, net.minecraft.item.crafting.Ingredient@4cdf2a9a, net.minecraft.item.crafting.Ingredient@170fc5d0, net.minecraft.item.crafting.Ingredient@70420558, net.minecraft.item.crafting.Ingredient@70420558, net.minecraft.item.crafting.Ingredient@70420558]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4793 extraplanets:tier4_radiation_layer_0 RecipeStage{tier='five', recipe=1xitem.tier4_radiation_layer@0:[net.minecraftforge.oredict.OreIngredient@50b72a1e, net.minecraft.item.crafting.Ingredient@419cca83, net.minecraftforge.oredict.OreIngredient@50b72a1e, net.minecraftforge.oredict.OreIngredient@50b72a1e, net.minecraft.item.crafting.Ingredient@1dfb46eb, net.minecraftforge.oredict.OreIngredient@50b72a1e, net.minecraftforge.oredict.OreIngredient@50b72a1e, net.minecraft.item.crafting.Ingredient@419cca83, net.minecraftforge.oredict.OreIngredient@50b72a1e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4794 extraplanets:tier4_pressure_layer_0 RecipeStage{tier='five', recipe=1xitem.tier4_pressure_layer@0:[net.minecraft.item.crafting.Ingredient@2d3de131, net.minecraft.item.crafting.Ingredient@2d3de131, net.minecraft.item.crafting.Ingredient@2d3de131, net.minecraft.item.crafting.Ingredient@2c73c5b7, net.minecraft.item.crafting.Ingredient@d99561a, net.minecraft.item.crafting.Ingredient@2c73c5b7, net.minecraft.item.crafting.Ingredient@2d3de131, net.minecraft.item.crafting.Ingredient@2d3de131, net.minecraft.item.crafting.Ingredient@2d3de131]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4795 extraplanets:tier4_kit_5 RecipeStage{tier='five', recipe=1xitem.tier4_kit@5:[net.minecraft.item.crafting.Ingredient@3215087, net.minecraft.item.crafting.Ingredient@1b1688d9, net.minecraft.item.crafting.Ingredient@31357c1e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@62a58987, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6b895919, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4796 extraplanets:tier4_kit_4 RecipeStage{tier='five', recipe=1xitem.tier4_kit@4:[net.minecraft.item.crafting.Ingredient@58fc8c7d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@21bb6b74, net.minecraft.item.crafting.Ingredient@385249f1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@385249f1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4797 extraplanets:tier4_kit_3 RecipeStage{tier='five', recipe=1xitem.tier4_kit@3:[net.minecraft.item.crafting.Ingredient@12dc6e1d, net.minecraft.item.crafting.Ingredient@5deb79ad, net.minecraft.item.crafting.Ingredient@39db8404, net.minecraft.item.crafting.Ingredient@7ee5653a, net.minecraft.item.crafting.Ingredient@6aa1cebc, net.minecraft.item.crafting.Ingredient@7ee5653a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@129bbc79, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4798 extraplanets:tier4_kit_2 RecipeStage{tier='five', recipe=1xitem.tier4_kit@2:[net.minecraft.item.crafting.Ingredient@1a431171, net.minecraft.item.crafting.Ingredient@55264f72, net.minecraft.item.crafting.Ingredient@3aa27352, net.minecraft.item.crafting.Ingredient@421571cd, net.minecraft.item.crafting.Ingredient@3d1ad838, net.minecraft.item.crafting.Ingredient@73b19dd3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5aa04d36, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4799 extraplanets:tier4_kit_1 RecipeStage{tier='five', recipe=1xitem.tier4_kit@1:[net.minecraft.item.crafting.Ingredient@463e5012, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@59f36b3, net.minecraft.item.crafting.Ingredient@3b9c87a7, net.minecraft.item.crafting.Ingredient@5408ff26, net.minecraft.item.crafting.Ingredient@3b9c87a7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4800 extraplanets:tier4_kit_0 RecipeStage{tier='five', recipe=1xitem.tier4_kit@0:[net.minecraft.item.crafting.Ingredient@51b84f6e, net.minecraft.item.crafting.Ingredient@ae7c601, net.minecraft.item.crafting.Ingredient@3c11c60e, net.minecraft.item.crafting.Ingredient@6d8ac62e, net.minecraft.item.crafting.Ingredient@7425f43f, net.minecraft.item.crafting.Ingredient@6d8ac62e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@427e87da, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4801 extraplanets:tier4_items_5 RecipeStage{tier='five', recipe=9xitem.tier4_items@5:[net.minecraft.item.crafting.Ingredient@57ce804e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4802 extraplanets:tier4_items_2 RecipeStage{tier='five', recipe=1xitem.tier4_items@2:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@27f1fdbc, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@66d74c97, net.minecraft.item.crafting.Ingredient@27f1fdbc, net.minecraft.item.crafting.Ingredient@66d74c97, net.minecraft.item.crafting.Ingredient@66d74c97, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@66d74c97]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4803 extraplanets:tier4_items_1 RecipeStage{tier='five', recipe=1xitem.tier4_items@1:[net.minecraft.item.crafting.Ingredient@4ad93d5a, net.minecraft.item.crafting.Ingredient@337d9adf, net.minecraft.item.crafting.Ingredient@4ad93d5a, net.minecraft.item.crafting.Ingredient@4ad93d5a, net.minecraft.item.crafting.Ingredient@156c9484, net.minecraft.item.crafting.Ingredient@4ad93d5a, net.minecraft.item.crafting.Ingredient@4257b3a9, net.minecraft.item.crafting.Ingredient@17bddc06, net.minecraft.item.crafting.Ingredient@4257b3a9]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4804 extraplanets:tier4_items_0 RecipeStage{tier='five', recipe=1xitem.tier4_items@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@588d893f, net.minecraft.item.crafting.Ingredient@189162fb, net.minecraft.item.crafting.Ingredient@4e43a720, net.minecraft.item.crafting.Ingredient@21899018, net.minecraft.item.crafting.Ingredient@4e43a720, net.minecraft.item.crafting.Ingredient@4e43a720, net.minecraft.item.crafting.Ingredient@4b18be6f, net.minecraft.item.crafting.Ingredient@4e43a720]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4805 extraplanets:tier3_un_prepared_space_suit_legings_0 RecipeStage{tier='five', recipe=1xitem.tier3_un_prepared_space_suit_legings@0:[net.minecraft.item.crafting.Ingredient@e8ff007, net.minecraft.item.crafting.Ingredient@e8ff007, net.minecraft.item.crafting.Ingredient@e8ff007, net.minecraft.item.crafting.Ingredient@e8ff007, net.minecraft.item.crafting.Ingredient@4f40b965, net.minecraft.item.crafting.Ingredient@e8ff007, net.minecraft.item.crafting.Ingredient@e8ff007, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@e8ff007]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4806 extraplanets:tier3_un_prepared_space_suit_helmet_0 RecipeStage{tier='five', recipe=1xitem.tier3_un_prepared_space_suit_helmet@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@42e8b0d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@206cce36, net.minecraft.item.crafting.Ingredient@206cce36, net.minecraft.item.crafting.Ingredient@206cce36, net.minecraft.item.crafting.Ingredient@206cce36, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@206cce36]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4807 extraplanets:tier3_un_prepared_space_suit_chest_0 RecipeStage{tier='five', recipe=1xitem.tier3_un_prepared_space_suit_chest@0:[net.minecraft.item.crafting.Ingredient@5d9bb9be, net.minecraft.item.crafting.Ingredient@545ab410, net.minecraft.item.crafting.Ingredient@5d9bb9be, net.minecraft.item.crafting.Ingredient@5d9bb9be, net.minecraft.item.crafting.Ingredient@5d9bb9be, net.minecraft.item.crafting.Ingredient@5d9bb9be, net.minecraft.item.crafting.Ingredient@5d9bb9be, net.minecraft.item.crafting.Ingredient@5d9bb9be, net.minecraft.item.crafting.Ingredient@5d9bb9be]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4808 extraplanets:tier3_un_prepared_space_suit_boots_0 RecipeStage{tier='five', recipe=1xitem.tier3_un_prepared_space_suit_boots@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@18394182, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@107681c6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@107681c6, net.minecraft.item.crafting.Ingredient@107681c6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@107681c6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4809 extraplanets:tier3_thermal_padding_3 RecipeStage{tier='five', recipe=1xitem.tier3_thermal_padding@3:[net.minecraft.item.crafting.Ingredient@3981cf60, net.minecraft.item.crafting.Ingredient@733562d2, net.minecraft.item.crafting.Ingredient@3981cf60, net.minecraft.item.crafting.Ingredient@3981cf60, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3981cf60]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4810 extraplanets:tier3_thermal_padding_2 RecipeStage{tier='five', recipe=1xitem.tier3_thermal_padding@2:[net.minecraft.item.crafting.Ingredient@7564c041, net.minecraft.item.crafting.Ingredient@7564c041, net.minecraft.item.crafting.Ingredient@7564c041, net.minecraft.item.crafting.Ingredient@7564c041, net.minecraft.item.crafting.Ingredient@27b5d773, net.minecraft.item.crafting.Ingredient@7564c041, net.minecraft.item.crafting.Ingredient@7564c041, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7564c041]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4811 extraplanets:tier3_thermal_padding_1 RecipeStage{tier='five', recipe=1xitem.tier3_thermal_padding@1:[net.minecraft.item.crafting.Ingredient@2323d7a2, net.minecraft.item.crafting.Ingredient@63cb31b4, net.minecraft.item.crafting.Ingredient@2323d7a2, net.minecraft.item.crafting.Ingredient@2323d7a2, net.minecraft.item.crafting.Ingredient@2323d7a2, net.minecraft.item.crafting.Ingredient@2323d7a2, net.minecraft.item.crafting.Ingredient@2323d7a2, net.minecraft.item.crafting.Ingredient@2323d7a2, net.minecraft.item.crafting.Ingredient@2323d7a2]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4812 extraplanets:tier3_thermal_padding_0 RecipeStage{tier='five', recipe=1xitem.tier3_thermal_padding@0:[net.minecraft.item.crafting.Ingredient@1ad2771c, net.minecraft.item.crafting.Ingredient@1ad2771c, net.minecraft.item.crafting.Ingredient@1ad2771c, net.minecraft.item.crafting.Ingredient@1ad2771c, net.minecraft.item.crafting.Ingredient@411c54e5, net.minecraft.item.crafting.Ingredient@1ad2771c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4814 extraplanets:tier3_space_suit_jetpack_chest RecipeStage{tier='five', recipe=1xitem.tier3_space_suit_jetpack_chest@0:[net.minecraft.item.crafting.Ingredient@52de0895, net.minecraft.item.crafting.Ingredient@52de0895, net.minecraft.item.crafting.Ingredient@52de0895, net.minecraft.item.crafting.Ingredient@69b0e021, net.minecraft.item.crafting.Ingredient@919c3bc, net.minecraft.item.crafting.Ingredient@69b0e021, net.minecraft.item.crafting.Ingredient@52de0895, net.minecraft.item.crafting.Ingredient@52de0895, net.minecraft.item.crafting.Ingredient@52de0895]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4819 extraplanets:tier3_radiation_layer_0 RecipeStage{tier='five', recipe=1xitem.tier3_radiation_layer@0:[net.minecraftforge.oredict.OreIngredient@50b72a1e, net.minecraft.item.crafting.Ingredient@63ca7cca, net.minecraftforge.oredict.OreIngredient@50b72a1e, net.minecraftforge.oredict.OreIngredient@50b72a1e, net.minecraft.item.crafting.Ingredient@49bc306e, net.minecraftforge.oredict.OreIngredient@50b72a1e, net.minecraftforge.oredict.OreIngredient@50b72a1e, net.minecraft.item.crafting.Ingredient@63ca7cca, net.minecraftforge.oredict.OreIngredient@50b72a1e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4820 extraplanets:tier3_pressure_layer_0 RecipeStage{tier='five', recipe=1xitem.tier3_pressure_layer@0:[net.minecraft.item.crafting.Ingredient@50134996, net.minecraft.item.crafting.Ingredient@50134996, net.minecraft.item.crafting.Ingredient@50134996, net.minecraft.item.crafting.Ingredient@6ab00d2f, net.minecraft.item.crafting.Ingredient@37a9ddb6, net.minecraft.item.crafting.Ingredient@6ab00d2f, net.minecraft.item.crafting.Ingredient@50134996, net.minecraft.item.crafting.Ingredient@50134996, net.minecraft.item.crafting.Ingredient@50134996]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4821 extraplanets:tier3_kit_5 RecipeStage{tier='five', recipe=1xitem.tier3_kit@5:[net.minecraft.item.crafting.Ingredient@1a5a17f6, net.minecraft.item.crafting.Ingredient@507859aa, net.minecraft.item.crafting.Ingredient@afa17b8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7dac2b4a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@37037ffb, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4822 extraplanets:tier3_kit_4 RecipeStage{tier='five', recipe=1xitem.tier3_kit@4:[net.minecraft.item.crafting.Ingredient@33eb5c39, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@36d6f7a4, net.minecraft.item.crafting.Ingredient@52cc635, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@52cc635, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4823 extraplanets:tier3_kit_3 RecipeStage{tier='five', recipe=1xitem.tier3_kit@3:[net.minecraft.item.crafting.Ingredient@371756c2, net.minecraft.item.crafting.Ingredient@7645fe9c, net.minecraft.item.crafting.Ingredient@64d8dad0, net.minecraft.item.crafting.Ingredient@3dc27a2, net.minecraft.item.crafting.Ingredient@13b037e0, net.minecraft.item.crafting.Ingredient@3dc27a2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@30fe2da3, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4824 extraplanets:tier3_kit_2 RecipeStage{tier='five', recipe=1xitem.tier3_kit@2:[net.minecraft.item.crafting.Ingredient@5214856d, net.minecraft.item.crafting.Ingredient@237c8ba6, net.minecraft.item.crafting.Ingredient@522c1042, net.minecraft.item.crafting.Ingredient@63e156ba, net.minecraft.item.crafting.Ingredient@4ed36c97, net.minecraft.item.crafting.Ingredient@3b294034, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@935ef50, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4825 extraplanets:tier3_kit_1 RecipeStage{tier='five', recipe=1xitem.tier3_kit@1:[net.minecraft.item.crafting.Ingredient@292b8494, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@490f993f, net.minecraft.item.crafting.Ingredient@16aa55e3, net.minecraft.item.crafting.Ingredient@268fc8c2, net.minecraft.item.crafting.Ingredient@16aa55e3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4826 extraplanets:tier3_kit_0 RecipeStage{tier='five', recipe=1xitem.tier3_kit@0:[net.minecraft.item.crafting.Ingredient@a1a2431, net.minecraft.item.crafting.Ingredient@1fca2f2a, net.minecraft.item.crafting.Ingredient@78bc6d93, net.minecraft.item.crafting.Ingredient@3bc9a346, net.minecraft.item.crafting.Ingredient@5068a5bf, net.minecraft.item.crafting.Ingredient@3bc9a346, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@75f24c72, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4827 extraplanets:tier2_un_prepared_space_suit_legings_0 RecipeStage{tier='five', recipe=1xitem.tier2_un_prepared_space_suit_legings@0:[net.minecraft.item.crafting.Ingredient@75fc5ce6, net.minecraft.item.crafting.Ingredient@75fc5ce6, net.minecraft.item.crafting.Ingredient@75fc5ce6, net.minecraft.item.crafting.Ingredient@75fc5ce6, net.minecraft.item.crafting.Ingredient@72e91d41, net.minecraft.item.crafting.Ingredient@75fc5ce6, net.minecraft.item.crafting.Ingredient@75fc5ce6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@75fc5ce6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4828 extraplanets:tier2_un_prepared_space_suit_helmet_0 RecipeStage{tier='five', recipe=1xitem.tier2_un_prepared_space_suit_helmet@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@78114275, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@75304234, net.minecraft.item.crafting.Ingredient@75304234, net.minecraft.item.crafting.Ingredient@75304234, net.minecraft.item.crafting.Ingredient@75304234, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@75304234]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4829 extraplanets:tier2_un_prepared_space_suit_chest_0 RecipeStage{tier='five', recipe=1xitem.tier2_un_prepared_space_suit_chest@0:[net.minecraft.item.crafting.Ingredient@3f99fe67, net.minecraft.item.crafting.Ingredient@23aab51, net.minecraft.item.crafting.Ingredient@3f99fe67, net.minecraft.item.crafting.Ingredient@3f99fe67, net.minecraft.item.crafting.Ingredient@3f99fe67, net.minecraft.item.crafting.Ingredient@3f99fe67, net.minecraft.item.crafting.Ingredient@3f99fe67, net.minecraft.item.crafting.Ingredient@3f99fe67, net.minecraft.item.crafting.Ingredient@3f99fe67]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4830 extraplanets:tier2_un_prepared_space_suit_boots_0 RecipeStage{tier='five', recipe=1xitem.tier2_un_prepared_space_suit_boots@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6df22c47, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@14d0b35c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@14d0b35c, net.minecraft.item.crafting.Ingredient@14d0b35c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@14d0b35c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4832 extraplanets:tier2_space_suit_jetpack_chest RecipeStage{tier='five', recipe=1xitem.tier2_space_suit_jetpack_chest@0:[net.minecraft.item.crafting.Ingredient@d926f73, net.minecraft.item.crafting.Ingredient@d926f73, net.minecraft.item.crafting.Ingredient@d926f73, net.minecraft.item.crafting.Ingredient@597d8f01, net.minecraft.item.crafting.Ingredient@50f3e0d0, net.minecraft.item.crafting.Ingredient@597d8f01, net.minecraft.item.crafting.Ingredient@d926f73, net.minecraft.item.crafting.Ingredient@d926f73, net.minecraft.item.crafting.Ingredient@d926f73]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4837 extraplanets:tier2_radiation_layer_0 RecipeStage{tier='five', recipe=1xitem.tier2_radiation_layer@0:[net.minecraftforge.oredict.OreIngredient@50b72a1e, net.minecraft.item.crafting.Ingredient@26a2a2d4, net.minecraftforge.oredict.OreIngredient@50b72a1e, net.minecraftforge.oredict.OreIngredient@50b72a1e, net.minecraft.item.crafting.Ingredient@5e4c8fe8, net.minecraftforge.oredict.OreIngredient@50b72a1e, net.minecraftforge.oredict.OreIngredient@50b72a1e, net.minecraft.item.crafting.Ingredient@26a2a2d4, net.minecraftforge.oredict.OreIngredient@50b72a1e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4838 extraplanets:tier2_pressure_layer_0 RecipeStage{tier='five', recipe=1xitem.tier2_pressure_layer@0:[net.minecraft.item.crafting.Ingredient@6a1fb1cf, net.minecraft.item.crafting.Ingredient@6a1fb1cf, net.minecraft.item.crafting.Ingredient@6a1fb1cf, net.minecraft.item.crafting.Ingredient@7e266ac3, net.minecraft.item.crafting.Ingredient@3bfa8694, net.minecraft.item.crafting.Ingredient@7e266ac3, net.minecraft.item.crafting.Ingredient@6a1fb1cf, net.minecraft.item.crafting.Ingredient@6a1fb1cf, net.minecraft.item.crafting.Ingredient@6a1fb1cf]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4839 extraplanets:tier2_kit_5 RecipeStage{tier='five', recipe=1xitem.tier2_kit@5:[net.minecraft.item.crafting.Ingredient@2a2af880, net.minecraft.item.crafting.Ingredient@37dbc285, net.minecraft.item.crafting.Ingredient@4a31dba1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6f5b99fb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@12c89dda, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4840 extraplanets:tier2_kit_4 RecipeStage{tier='five', recipe=1xitem.tier2_kit@4:[net.minecraft.item.crafting.Ingredient@22d2a528, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4c1f01e7, net.minecraft.item.crafting.Ingredient@27823a31, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@27823a31, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4841 extraplanets:tier2_kit_3 RecipeStage{tier='five', recipe=1xitem.tier2_kit@3:[net.minecraft.item.crafting.Ingredient@13d72451, net.minecraft.item.crafting.Ingredient@62362596, net.minecraft.item.crafting.Ingredient@7acb0d1, net.minecraft.item.crafting.Ingredient@354097ef, net.minecraft.item.crafting.Ingredient@2c293ac8, net.minecraft.item.crafting.Ingredient@354097ef, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@127c6d8c, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4842 extraplanets:tier2_kit_2 RecipeStage{tier='five', recipe=1xitem.tier2_kit@2:[net.minecraft.item.crafting.Ingredient@61467e4c, net.minecraft.item.crafting.Ingredient@3947ec06, net.minecraft.item.crafting.Ingredient@5204bd6b, net.minecraft.item.crafting.Ingredient@1b18ca02, net.minecraft.item.crafting.Ingredient@4d6a1a8e, net.minecraft.item.crafting.Ingredient@3cd3fb0e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4bcbf8f9, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4843 extraplanets:tier2_kit_1 RecipeStage{tier='five', recipe=1xitem.tier2_kit@1:[net.minecraft.item.crafting.Ingredient@2f9046aa, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4c64b809, net.minecraft.item.crafting.Ingredient@48334f67, net.minecraft.item.crafting.Ingredient@19b3ab77, net.minecraft.item.crafting.Ingredient@48334f67, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4844 extraplanets:tier2_kit_0 RecipeStage{tier='five', recipe=1xitem.tier2_kit@0:[net.minecraft.item.crafting.Ingredient@21f4e014, net.minecraft.item.crafting.Ingredient@56848f49, net.minecraft.item.crafting.Ingredient@70c063fe, net.minecraft.item.crafting.Ingredient@3e69fa4c, net.minecraft.item.crafting.Ingredient@73508aff, net.minecraft.item.crafting.Ingredient@3e69fa4c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3d23683f, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4850 extraplanets:tier1_space_suit_jetpack_chest RecipeStage{tier='five', recipe=1xitem.tier1_space_suit_jetpack_chest@0:[net.minecraft.item.crafting.Ingredient@71324145, net.minecraft.item.crafting.Ingredient@71324145, net.minecraft.item.crafting.Ingredient@71324145, net.minecraft.item.crafting.Ingredient@2d00b63c, net.minecraft.item.crafting.Ingredient@3b09620d, net.minecraft.item.crafting.Ingredient@2d00b63c, net.minecraft.item.crafting.Ingredient@71324145, net.minecraft.item.crafting.Ingredient@71324145, net.minecraft.item.crafting.Ingredient@71324145]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4857 extraplanets:tier1_kit_5 RecipeStage{tier='five', recipe=1xitem.tier1_kit@5:[net.minecraft.item.crafting.Ingredient@5219a732, net.minecraft.item.crafting.Ingredient@12df6873, net.minecraft.item.crafting.Ingredient@37682e24, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@49d349eb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4858 extraplanets:tier1_kit_4 RecipeStage{tier='five', recipe=1xitem.tier1_kit@4:[net.minecraft.item.crafting.Ingredient@583ce243, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2edf93f3, net.minecraft.item.crafting.Ingredient@1ab9b587, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1ab9b587, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4859 extraplanets:tier1_kit_3 RecipeStage{tier='five', recipe=1xitem.tier1_kit@3:[net.minecraft.item.crafting.Ingredient@6838024e, net.minecraft.item.crafting.Ingredient@3bbb603c, net.minecraft.item.crafting.Ingredient@5918ef7e, net.minecraft.item.crafting.Ingredient@7b41b39d, net.minecraft.item.crafting.Ingredient@1a792520, net.minecraft.item.crafting.Ingredient@7b41b39d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4860 extraplanets:tier1_kit_2 RecipeStage{tier='five', recipe=1xitem.tier1_kit@2:[net.minecraft.item.crafting.Ingredient@10d80227, net.minecraft.item.crafting.Ingredient@48b698a7, net.minecraft.item.crafting.Ingredient@4aebafcf, net.minecraft.item.crafting.Ingredient@3dc3efb8, net.minecraft.item.crafting.Ingredient@7b559cb9, net.minecraft.item.crafting.Ingredient@75a50d4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4861 extraplanets:tier1_kit_1 RecipeStage{tier='five', recipe=1xitem.tier1_kit@1:[net.minecraft.item.crafting.Ingredient@6a7d881a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@8a91c22, net.minecraft.item.crafting.Ingredient@766c2ae2, net.minecraft.item.crafting.Ingredient@60b3a686, net.minecraft.item.crafting.Ingredient@766c2ae2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4862 extraplanets:tier1_kit_0 RecipeStage{tier='five', recipe=1xitem.tier1_kit@0:[net.minecraft.item.crafting.Ingredient@30655792, net.minecraft.item.crafting.Ingredient@6cd6dadd, net.minecraft.item.crafting.Ingredient@6fbd0114, net.minecraft.item.crafting.Ingredient@31dadd1a, net.minecraft.item.crafting.Ingredient@6d963f3a, net.minecraft.item.crafting.Ingredient@31dadd1a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4698ae10, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4870 extraplanets:tier10_items_5 RecipeStage{tier='five', recipe=9xitem.tier10_items@5:[net.minecraft.item.crafting.Ingredient@2aec30fb]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4871 extraplanets:tier10_items_2 RecipeStage{tier='five', recipe=1xitem.tier10_items@2:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2ae29bb3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@26e3515c, net.minecraft.item.crafting.Ingredient@2ae29bb3, net.minecraft.item.crafting.Ingredient@26e3515c, net.minecraft.item.crafting.Ingredient@26e3515c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@26e3515c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4872 extraplanets:tier10_items_1 RecipeStage{tier='five', recipe=1xitem.tier10_items@1:[net.minecraft.item.crafting.Ingredient@61afa9d3, net.minecraft.item.crafting.Ingredient@7592b6d2, net.minecraft.item.crafting.Ingredient@61afa9d3, net.minecraft.item.crafting.Ingredient@61afa9d3, net.minecraft.item.crafting.Ingredient@67cba8e9, net.minecraft.item.crafting.Ingredient@61afa9d3, net.minecraft.item.crafting.Ingredient@5619342f, net.minecraft.item.crafting.Ingredient@5ba9e00b, net.minecraft.item.crafting.Ingredient@5619342f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4873 extraplanets:tier10_items_0 RecipeStage{tier='five', recipe=1xitem.tier10_items@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6d131b69, net.minecraft.item.crafting.Ingredient@3807e8f1, net.minecraft.item.crafting.Ingredient@18785a26, net.minecraft.item.crafting.Ingredient@2dc408bf, net.minecraft.item.crafting.Ingredient@18785a26, net.minecraft.item.crafting.Ingredient@18785a26, net.minecraft.item.crafting.Ingredient@6ad4265a, net.minecraft.item.crafting.Ingredient@18785a26]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4874 extraplanets:thermal_cloth_2 RecipeStage{tier='five', recipe=1xitem.thermal_cloth@2:[net.minecraft.item.crafting.Ingredient@3bb10c9, net.minecraft.item.crafting.Ingredient@3bb10c9, net.minecraft.item.crafting.Ingredient@3bb10c9, net.minecraft.item.crafting.Ingredient@3bb10c9, net.minecraft.item.crafting.Ingredient@2694b8d3, net.minecraft.item.crafting.Ingredient@3bb10c9]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4875 extraplanets:thermal_cloth_1 RecipeStage{tier='five', recipe=1xitem.thermal_cloth@1:[net.minecraft.item.crafting.Ingredient@6763050a, net.minecraft.item.crafting.Ingredient@6763050a, net.minecraft.item.crafting.Ingredient@6763050a, net.minecraft.item.crafting.Ingredient@6763050a, net.minecraft.item.crafting.Ingredient@2fb31cc7, net.minecraft.item.crafting.Ingredient@6763050a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4876 extraplanets:thermal_cloth_0 RecipeStage{tier='five', recipe=1xitem.thermal_cloth@0:[net.minecraft.item.crafting.Ingredient@ff8b03c, net.minecraft.item.crafting.Ingredient@ff8b03c, net.minecraft.item.crafting.Ingredient@ff8b03c, net.minecraft.item.crafting.Ingredient@ff8b03c, net.minecraft.item.crafting.Ingredient@3e1d3903, net.minecraft.item.crafting.Ingredient@ff8b03c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4877 extraplanets:solar_4 RecipeStage{tier='five', recipe=1xtile.solar@4:[net.minecraft.item.crafting.Ingredient@2166d06, net.minecraft.item.crafting.Ingredient@7ced6f5f, net.minecraft.item.crafting.Ingredient@2166d06, net.minecraft.item.crafting.Ingredient@7ced6f5f, net.minecraft.item.crafting.Ingredient@2166d06, net.minecraft.item.crafting.Ingredient@7ced6f5f, net.minecraft.item.crafting.Ingredient@2166d06, net.minecraft.item.crafting.Ingredient@7ced6f5f, net.minecraft.item.crafting.Ingredient@2166d06]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4878 extraplanets:solar_0 RecipeStage{tier='five', recipe=1xtile.solar@0:[net.minecraft.item.crafting.Ingredient@7040ed29, net.minecraft.item.crafting.Ingredient@6411d09e, net.minecraft.item.crafting.Ingredient@7040ed29, net.minecraft.item.crafting.Ingredient@6411d09e, net.minecraft.item.crafting.Ingredient@7040ed29, net.minecraft.item.crafting.Ingredient@6411d09e, net.minecraft.item.crafting.Ingredient@7040ed29, net.minecraft.item.crafting.Ingredient@6411d09e, net.minecraft.item.crafting.Ingredient@7040ed29]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4879 extraplanets:sign_alt_alt_alt_alt_alt RecipeStage{tier='zero', recipe=6xitem.sign@0:[net.minecraft.item.crafting.Ingredient@7ab20bfb, net.minecraft.item.crafting.Ingredient@7ab20bfb, net.minecraft.item.crafting.Ingredient@7ab20bfb, net.minecraft.item.crafting.Ingredient@7ab20bfb, net.minecraft.item.crafting.Ingredient@7ab20bfb, net.minecraft.item.crafting.Ingredient@7ab20bfb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@158d98d7, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4880 extraplanets:sign_alt_alt_alt_alt RecipeStage{tier='zero', recipe=6xitem.sign@0:[net.minecraft.item.crafting.Ingredient@6789b5b5, net.minecraft.item.crafting.Ingredient@6789b5b5, net.minecraft.item.crafting.Ingredient@6789b5b5, net.minecraft.item.crafting.Ingredient@6789b5b5, net.minecraft.item.crafting.Ingredient@6789b5b5, net.minecraft.item.crafting.Ingredient@6789b5b5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@158d98d7, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4881 extraplanets:sign_alt_alt_alt RecipeStage{tier='zero', recipe=6xitem.sign@0:[net.minecraft.item.crafting.Ingredient@455f2593, net.minecraft.item.crafting.Ingredient@455f2593, net.minecraft.item.crafting.Ingredient@455f2593, net.minecraft.item.crafting.Ingredient@455f2593, net.minecraft.item.crafting.Ingredient@455f2593, net.minecraft.item.crafting.Ingredient@455f2593, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@158d98d7, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4882 extraplanets:sign_alt_alt RecipeStage{tier='zero', recipe=6xitem.sign@0:[net.minecraft.item.crafting.Ingredient@14886e8d, net.minecraft.item.crafting.Ingredient@14886e8d, net.minecraft.item.crafting.Ingredient@14886e8d, net.minecraft.item.crafting.Ingredient@14886e8d, net.minecraft.item.crafting.Ingredient@14886e8d, net.minecraft.item.crafting.Ingredient@14886e8d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@158d98d7, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4883 extraplanets:sign_alt RecipeStage{tier='zero', recipe=6xitem.sign@0:[net.minecraft.item.crafting.Ingredient@28d1e093, net.minecraft.item.crafting.Ingredient@28d1e093, net.minecraft.item.crafting.Ingredient@28d1e093, net.minecraft.item.crafting.Ingredient@28d1e093, net.minecraft.item.crafting.Ingredient@28d1e093, net.minecraft.item.crafting.Ingredient@28d1e093, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@158d98d7, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4884 extraplanets:sign RecipeStage{tier='zero', recipe=6xitem.sign@0:[net.minecraft.item.crafting.Ingredient@69794eed, net.minecraft.item.crafting.Ingredient@69794eed, net.minecraft.item.crafting.Ingredient@69794eed, net.minecraft.item.crafting.Ingredient@69794eed, net.minecraft.item.crafting.Ingredient@69794eed, net.minecraft.item.crafting.Ingredient@69794eed, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@158d98d7, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4885 extraplanets:saturn_stairs_surface RecipeStage{tier='five', recipe=4xtile.saturn_stairs_surface@0:[net.minecraft.item.crafting.Ingredient@520782db, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@520782db, net.minecraft.item.crafting.Ingredient@520782db, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@520782db, net.minecraft.item.crafting.Ingredient@520782db, net.minecraft.item.crafting.Ingredient@520782db]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4886 extraplanets:saturn_stairs_sub_surface RecipeStage{tier='five', recipe=4xtile.saturn_stairs_sub_surface@0:[net.minecraft.item.crafting.Ingredient@7f364eba, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7f364eba, net.minecraft.item.crafting.Ingredient@7f364eba, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7f364eba, net.minecraft.item.crafting.Ingredient@7f364eba, net.minecraft.item.crafting.Ingredient@7f364eba]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4887 extraplanets:saturn_stairs_stone_bricks RecipeStage{tier='five', recipe=4xtile.saturn_stairs_stone_bricks@0:[net.minecraft.item.crafting.Ingredient@69494709, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@69494709, net.minecraft.item.crafting.Ingredient@69494709, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@69494709, net.minecraft.item.crafting.Ingredient@69494709, net.minecraft.item.crafting.Ingredient@69494709]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4888 extraplanets:saturn_stairs_stone RecipeStage{tier='five', recipe=4xtile.saturn_stairs_stone@0:[net.minecraft.item.crafting.Ingredient@24f4cb22, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@24f4cb22, net.minecraft.item.crafting.Ingredient@24f4cb22, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@24f4cb22, net.minecraft.item.crafting.Ingredient@24f4cb22, net.minecraft.item.crafting.Ingredient@24f4cb22]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4889 extraplanets:saturn_8 RecipeStage{tier='five', recipe=4xtile.saturn.0@8:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3845170b, net.minecraft.item.crafting.Ingredient@3845170b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3845170b, net.minecraft.item.crafting.Ingredient@3845170b, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4890 extraplanets:saturn_7 RecipeStage{tier='five', recipe=1xtile.saturn.0@7:[net.minecraft.item.crafting.Ingredient@2143c3b, net.minecraft.item.crafting.Ingredient@2143c3b, net.minecraft.item.crafting.Ingredient@2143c3b, net.minecraft.item.crafting.Ingredient@2143c3b, net.minecraft.item.crafting.Ingredient@2143c3b, net.minecraft.item.crafting.Ingredient@2143c3b, net.minecraft.item.crafting.Ingredient@2143c3b, net.minecraft.item.crafting.Ingredient@2143c3b, net.minecraft.item.crafting.Ingredient@2143c3b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4891 extraplanets:red_sandstone RecipeStage{tier='five', recipe=1xtile.red_sandstone@0:[net.minecraft.item.crafting.Ingredient@37f1d0c1, net.minecraft.item.crafting.Ingredient@3c0994e9, net.minecraft.item.crafting.Ingredient@78df1f0c, net.minecraft.item.crafting.Ingredient@524ea81e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4892 extraplanets:red_diamond_sword RecipeStage{tier='five', recipe=1xitem.red_diamond_sword@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@70d641a4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@70d641a4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@158d98d7, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4893 extraplanets:red_diamond_shovel RecipeStage{tier='five', recipe=1xitem.red_diamond_shovel@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@141c4a19, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@158d98d7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@158d98d7, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4894 extraplanets:red_diamond_pickaxe RecipeStage{tier='five', recipe=1xitem.red_diamond_pickaxe@0:[net.minecraft.item.crafting.Ingredient@71ff6660, net.minecraft.item.crafting.Ingredient@71ff6660, net.minecraft.item.crafting.Ingredient@71ff6660, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@158d98d7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@158d98d7, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4895 extraplanets:red_diamond_legings RecipeStage{tier='five', recipe=1xitem.red_diamond_legings@0:[net.minecraft.item.crafting.Ingredient@224e5e9e, net.minecraft.item.crafting.Ingredient@224e5e9e, net.minecraft.item.crafting.Ingredient@224e5e9e, net.minecraft.item.crafting.Ingredient@224e5e9e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@224e5e9e, net.minecraft.item.crafting.Ingredient@224e5e9e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@224e5e9e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4896 extraplanets:red_diamond_hoe RecipeStage{tier='five', recipe=1xitem.red_diamond_hoe@0:[net.minecraft.item.crafting.Ingredient@78384a74, net.minecraft.item.crafting.Ingredient@78384a74, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@158d98d7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@158d98d7, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4897 extraplanets:red_diamond_helmet RecipeStage{tier='five', recipe=1xitem.red_diamond_helmet@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1e35f33, net.minecraft.item.crafting.Ingredient@1e35f33, net.minecraft.item.crafting.Ingredient@1e35f33, net.minecraft.item.crafting.Ingredient@1e35f33, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1e35f33]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4898 extraplanets:red_diamond_chest RecipeStage{tier='five', recipe=1xitem.red_diamond_chest@0:[net.minecraft.item.crafting.Ingredient@10a589ce, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@10a589ce, net.minecraft.item.crafting.Ingredient@10a589ce, net.minecraft.item.crafting.Ingredient@10a589ce, net.minecraft.item.crafting.Ingredient@10a589ce, net.minecraft.item.crafting.Ingredient@10a589ce, net.minecraft.item.crafting.Ingredient@10a589ce, net.minecraft.item.crafting.Ingredient@10a589ce]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4899 extraplanets:red_diamond_boots RecipeStage{tier='five', recipe=1xitem.red_diamond_boots@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@11675e9d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@11675e9d, net.minecraft.item.crafting.Ingredient@11675e9d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@11675e9d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4900 extraplanets:red_diamond_axe RecipeStage{tier='five', recipe=1xitem.red_diamond_axe@0:[net.minecraft.item.crafting.Ingredient@592a198b, net.minecraft.item.crafting.Ingredient@592a198b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@592a198b, net.minecraftforge.oredict.OreIngredient@158d98d7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@158d98d7, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4901 extraplanets:purple_diamond_sword RecipeStage{tier='five', recipe=1xitem.purple_diamond_sword@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@27a5570, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@27a5570, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@158d98d7, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4902 extraplanets:purple_diamond_shovel RecipeStage{tier='five', recipe=1xitem.purple_diamond_shovel@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@244e6f05, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@158d98d7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@158d98d7, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4903 extraplanets:purple_diamond_pickaxe RecipeStage{tier='five', recipe=1xitem.purple_diamond_pickaxe@0:[net.minecraft.item.crafting.Ingredient@6746aab5, net.minecraft.item.crafting.Ingredient@6746aab5, net.minecraft.item.crafting.Ingredient@6746aab5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@158d98d7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@158d98d7, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4904 extraplanets:purple_diamond_legings RecipeStage{tier='five', recipe=1xitem.purple_diamond_legings@0:[net.minecraft.item.crafting.Ingredient@15d7c2f5, net.minecraft.item.crafting.Ingredient@15d7c2f5, net.minecraft.item.crafting.Ingredient@15d7c2f5, net.minecraft.item.crafting.Ingredient@15d7c2f5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@15d7c2f5, net.minecraft.item.crafting.Ingredient@15d7c2f5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@15d7c2f5]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4905 extraplanets:purple_diamond_hoe RecipeStage{tier='five', recipe=1xitem.purple_diamond_hoe@0:[net.minecraft.item.crafting.Ingredient@4d30ccaf, net.minecraft.item.crafting.Ingredient@4d30ccaf, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@158d98d7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@158d98d7, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4906 extraplanets:purple_diamond_helmet RecipeStage{tier='five', recipe=1xitem.purple_diamond_helmet@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@44ee8324, net.minecraft.item.crafting.Ingredient@44ee8324, net.minecraft.item.crafting.Ingredient@44ee8324, net.minecraft.item.crafting.Ingredient@44ee8324, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@44ee8324]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4907 extraplanets:purple_diamond_chest RecipeStage{tier='five', recipe=1xitem.purple_diamond_chest@0:[net.minecraft.item.crafting.Ingredient@314169ec, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@314169ec, net.minecraft.item.crafting.Ingredient@314169ec, net.minecraft.item.crafting.Ingredient@314169ec, net.minecraft.item.crafting.Ingredient@314169ec, net.minecraft.item.crafting.Ingredient@314169ec, net.minecraft.item.crafting.Ingredient@314169ec, net.minecraft.item.crafting.Ingredient@314169ec]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4908 extraplanets:purple_diamond_boots RecipeStage{tier='five', recipe=1xitem.purple_diamond_boots@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@19b99807, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@19b99807, net.minecraft.item.crafting.Ingredient@19b99807, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@19b99807]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4909 extraplanets:purple_diamond_axe RecipeStage{tier='five', recipe=1xitem.purple_diamond_axe@0:[net.minecraft.item.crafting.Ingredient@387197fb, net.minecraft.item.crafting.Ingredient@387197fb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@387197fb, net.minecraftforge.oredict.OreIngredient@158d98d7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@158d98d7, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4910 extraplanets:pluto_stairs_surface RecipeStage{tier='five', recipe=4xtile.pluto_stairs_surface@0:[net.minecraft.item.crafting.Ingredient@11a24aa2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@11a24aa2, net.minecraft.item.crafting.Ingredient@11a24aa2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@11a24aa2, net.minecraft.item.crafting.Ingredient@11a24aa2, net.minecraft.item.crafting.Ingredient@11a24aa2]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4911 extraplanets:pluto_stairs_sub_surface RecipeStage{tier='five', recipe=4xtile.pluto_stairs_sub_surface@0:[net.minecraft.item.crafting.Ingredient@2e122e01, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2e122e01, net.minecraft.item.crafting.Ingredient@2e122e01, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2e122e01, net.minecraft.item.crafting.Ingredient@2e122e01, net.minecraft.item.crafting.Ingredient@2e122e01]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4912 extraplanets:pluto_stairs_stone_bricks RecipeStage{tier='five', recipe=4xtile.pluto_stairs_stone_bricks@0:[net.minecraft.item.crafting.Ingredient@6659bddf, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6659bddf, net.minecraft.item.crafting.Ingredient@6659bddf, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6659bddf, net.minecraft.item.crafting.Ingredient@6659bddf, net.minecraft.item.crafting.Ingredient@6659bddf]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4913 extraplanets:pluto_stairs_stone RecipeStage{tier='five', recipe=4xtile.pluto_stairs_stone@0:[net.minecraft.item.crafting.Ingredient@7ed4dda2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7ed4dda2, net.minecraft.item.crafting.Ingredient@7ed4dda2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7ed4dda2, net.minecraft.item.crafting.Ingredient@7ed4dda2, net.minecraft.item.crafting.Ingredient@7ed4dda2]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4914 extraplanets:pluto_8 RecipeStage{tier='five', recipe=4xtile.pluto.0@8:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1ac9eeb1, net.minecraft.item.crafting.Ingredient@1ac9eeb1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1ac9eeb1, net.minecraft.item.crafting.Ingredient@1ac9eeb1, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4915 extraplanets:pluto_7 RecipeStage{tier='five', recipe=1xtile.pluto.0@7:[net.minecraft.item.crafting.Ingredient@1cfa7416, net.minecraft.item.crafting.Ingredient@1cfa7416, net.minecraft.item.crafting.Ingredient@1cfa7416, net.minecraft.item.crafting.Ingredient@1cfa7416, net.minecraft.item.crafting.Ingredient@1cfa7416, net.minecraft.item.crafting.Ingredient@1cfa7416, net.minecraft.item.crafting.Ingredient@1cfa7416, net.minecraft.item.crafting.Ingredient@1cfa7416, net.minecraft.item.crafting.Ingredient@1cfa7416]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4916 extraplanets:oxygen_tank_very_heavy_full RecipeStage{tier='five', recipe=1xitem.oxygen_tank_very_heavy_full@7200:[net.minecraft.item.crafting.Ingredient@196f4bb6, net.minecraft.item.crafting.Ingredient@196f4bb6, net.minecraft.item.crafting.Ingredient@196f4bb6, net.minecraft.item.crafting.Ingredient@51adb0af, net.minecraft.item.crafting.Ingredient@51adb0af, net.minecraft.item.crafting.Ingredient@51adb0af, net.minecraft.item.crafting.Ingredient@178db273, net.minecraft.item.crafting.Ingredient@178db273, net.minecraft.item.crafting.Ingredient@178db273]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4917 extraplanets:oxygen_tank_med_full_yellow net.minecraftforge.oredict.ShapedOreRecipe@250a0a6b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4918 extraplanets:oxygen_tank_med_full_white net.minecraftforge.oredict.ShapedOreRecipe@37d5b2ab +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4919 extraplanets:oxygen_tank_med_full_red net.minecraftforge.oredict.ShapedOreRecipe@5a7252cf +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4920 extraplanets:oxygen_tank_med_full_purple net.minecraftforge.oredict.ShapedOreRecipe@8966021 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4921 extraplanets:oxygen_tank_med_full_pink net.minecraftforge.oredict.ShapedOreRecipe@5cd67f1d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4922 extraplanets:oxygen_tank_med_full_magenta net.minecraftforge.oredict.ShapedOreRecipe@3feb23d1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4923 extraplanets:oxygen_tank_med_full_lime net.minecraftforge.oredict.ShapedOreRecipe@5466e1c7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4924 extraplanets:oxygen_tank_med_full_light_gray net.minecraftforge.oredict.ShapedOreRecipe@500df63a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4925 extraplanets:oxygen_tank_med_full_light_blue net.minecraftforge.oredict.ShapedOreRecipe@870e213 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4926 extraplanets:oxygen_tank_med_full_green net.minecraftforge.oredict.ShapedOreRecipe@69e250d8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4927 extraplanets:oxygen_tank_med_full_gray net.minecraftforge.oredict.ShapedOreRecipe@40e06a9d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4928 extraplanets:oxygen_tank_med_full_cyan net.minecraftforge.oredict.ShapedOreRecipe@19c7b269 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4929 extraplanets:oxygen_tank_med_full_brown net.minecraftforge.oredict.ShapedOreRecipe@10969105 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4930 extraplanets:oxygen_tank_med_full_blue net.minecraftforge.oredict.ShapedOreRecipe@54416740 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4931 extraplanets:oxygen_tank_med_full_black net.minecraftforge.oredict.ShapedOreRecipe@4dc8215 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4932 extraplanets:oxygen_tank_light_full_yellow RecipeStage{tier='four', recipe=1xitem.oxygen_tank_light_full_yellow@900:[net.minecraft.item.crafting.Ingredient@24e5d8fc, net.minecraft.item.crafting.Ingredient@4449364a, net.minecraftforge.oredict.OreIngredient@6b517c49]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4933 extraplanets:oxygen_tank_light_full_white RecipeStage{tier='four', recipe=1xitem.oxygen_tank_light_full_white@900:[net.minecraft.item.crafting.Ingredient@431a372e, net.minecraft.item.crafting.Ingredient@1700b42f, net.minecraftforge.oredict.OreIngredient@6b517c49]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4934 extraplanets:oxygen_tank_light_full_red RecipeStage{tier='four', recipe=1xitem.oxygen_tank_light_full_red@900:[net.minecraft.item.crafting.Ingredient@6c481fb4, net.minecraft.item.crafting.Ingredient@7aae18c7, net.minecraftforge.oredict.OreIngredient@6b517c49]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4935 extraplanets:oxygen_tank_light_full_purple RecipeStage{tier='four', recipe=1xitem.oxygen_tank_light_full_purple@900:[net.minecraft.item.crafting.Ingredient@2674ab2e, net.minecraft.item.crafting.Ingredient@439c3b35, net.minecraftforge.oredict.OreIngredient@6b517c49]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4936 extraplanets:oxygen_tank_light_full_pink RecipeStage{tier='four', recipe=1xitem.oxygen_tank_light_full_pink@900:[net.minecraft.item.crafting.Ingredient@293bd784, net.minecraft.item.crafting.Ingredient@1f65d8a9, net.minecraftforge.oredict.OreIngredient@6b517c49]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4937 extraplanets:oxygen_tank_light_full_orange RecipeStage{tier='four', recipe=1xitem.oxygen_tank_light_full_orange@900:[net.minecraft.item.crafting.Ingredient@5d953fd7, net.minecraft.item.crafting.Ingredient@732abfe4, net.minecraftforge.oredict.OreIngredient@6b517c49]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4938 extraplanets:oxygen_tank_light_full_magenta RecipeStage{tier='four', recipe=1xitem.oxygen_tank_light_full_magenta@900:[net.minecraft.item.crafting.Ingredient@453910ef, net.minecraft.item.crafting.Ingredient@37e49349, net.minecraftforge.oredict.OreIngredient@6b517c49]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4939 extraplanets:oxygen_tank_light_full_light_gray RecipeStage{tier='four', recipe=1xitem.oxygen_tank_light_full_light_gray@900:[net.minecraft.item.crafting.Ingredient@4044a36d, net.minecraft.item.crafting.Ingredient@679e26cf, net.minecraftforge.oredict.OreIngredient@6b517c49]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4940 extraplanets:oxygen_tank_light_full_light_blue RecipeStage{tier='four', recipe=1xitem.oxygen_tank_light_full_light_blue@900:[net.minecraft.item.crafting.Ingredient@63a7c961, net.minecraft.item.crafting.Ingredient@4d861e3d, net.minecraftforge.oredict.OreIngredient@6b517c49]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4941 extraplanets:oxygen_tank_light_full_green RecipeStage{tier='four', recipe=1xitem.oxygen_tank_light_full_green@900:[net.minecraft.item.crafting.Ingredient@19b231e8, net.minecraft.item.crafting.Ingredient@2249a228, net.minecraftforge.oredict.OreIngredient@6b517c49]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4942 extraplanets:oxygen_tank_light_full_gray RecipeStage{tier='four', recipe=1xitem.oxygen_tank_light_full_gray@900:[net.minecraft.item.crafting.Ingredient@3652f7c4, net.minecraft.item.crafting.Ingredient@579ff72c, net.minecraftforge.oredict.OreIngredient@6b517c49]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4943 extraplanets:oxygen_tank_light_full_cyan RecipeStage{tier='four', recipe=1xitem.oxygen_tank_light_full_cyan@900:[net.minecraft.item.crafting.Ingredient@19f70e61, net.minecraft.item.crafting.Ingredient@6d124644, net.minecraftforge.oredict.OreIngredient@6b517c49]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4944 extraplanets:oxygen_tank_light_full_brown RecipeStage{tier='four', recipe=1xitem.oxygen_tank_light_full_brown@900:[net.minecraft.item.crafting.Ingredient@744aa0fa, net.minecraft.item.crafting.Ingredient@1a379a85, net.minecraftforge.oredict.OreIngredient@6b517c49]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4945 extraplanets:oxygen_tank_light_full_blue RecipeStage{tier='four', recipe=1xitem.oxygen_tank_light_full_blue@900:[net.minecraft.item.crafting.Ingredient@2bafba0c, net.minecraft.item.crafting.Ingredient@76cce17f, net.minecraftforge.oredict.OreIngredient@6b517c49]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4946 extraplanets:oxygen_tank_light_full_black RecipeStage{tier='four', recipe=1xitem.oxygen_tank_light_full_black@900:[net.minecraft.item.crafting.Ingredient@6cef7719, net.minecraft.item.crafting.Ingredient@60616234, net.minecraftforge.oredict.OreIngredient@6b517c49]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4947 extraplanets:oxygen_tank_heavy_full_yellow net.minecraftforge.oredict.ShapedOreRecipe@4d20bae4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4948 extraplanets:oxygen_tank_heavy_full_white net.minecraftforge.oredict.ShapedOreRecipe@2fd8fec2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4949 extraplanets:oxygen_tank_heavy_full_purple net.minecraftforge.oredict.ShapedOreRecipe@225fd1c6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4950 extraplanets:oxygen_tank_heavy_full_pink net.minecraftforge.oredict.ShapedOreRecipe@854a5f4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4951 extraplanets:oxygen_tank_heavy_full_orange net.minecraftforge.oredict.ShapedOreRecipe@324126bc +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4952 extraplanets:oxygen_tank_heavy_full_magenta net.minecraftforge.oredict.ShapedOreRecipe@4eb8b5cd +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4953 extraplanets:oxygen_tank_heavy_full_lime net.minecraftforge.oredict.ShapedOreRecipe@68762489 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4954 extraplanets:oxygen_tank_heavy_full_light_gray net.minecraftforge.oredict.ShapedOreRecipe@45c4b974 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4955 extraplanets:oxygen_tank_heavy_full_light_blue net.minecraftforge.oredict.ShapedOreRecipe@32e86027 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4956 extraplanets:oxygen_tank_heavy_full_green net.minecraftforge.oredict.ShapedOreRecipe@50aa2eb9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4957 extraplanets:oxygen_tank_heavy_full_gray net.minecraftforge.oredict.ShapedOreRecipe@da44aca +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4958 extraplanets:oxygen_tank_heavy_full_cyan net.minecraftforge.oredict.ShapedOreRecipe@425c9965 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4959 extraplanets:oxygen_tank_heavy_full_brown net.minecraftforge.oredict.ShapedOreRecipe@2f137669 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4960 extraplanets:oxygen_tank_heavy_full_blue net.minecraftforge.oredict.ShapedOreRecipe@286d754 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4961 extraplanets:oxygen_tank_heavy_full_black net.minecraftforge.oredict.ShapedOreRecipe@2305ffef +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4962 extraplanets:oxygen_tank_extremely_heavy_full RecipeStage{tier='five', recipe=1xitem.oxygen_tank_extremely_heavy_full@9000:[net.minecraft.item.crafting.Ingredient@7fc72a80, net.minecraft.item.crafting.Ingredient@7fc72a80, net.minecraft.item.crafting.Ingredient@7fc72a80, net.minecraft.item.crafting.Ingredient@285b1139, net.minecraft.item.crafting.Ingredient@285b1139, net.minecraft.item.crafting.Ingredient@285b1139, net.minecraft.item.crafting.Ingredient@242d795a, net.minecraft.item.crafting.Ingredient@242d795a, net.minecraft.item.crafting.Ingredient@242d795a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4963 extraplanets:orange_sandstone RecipeStage{tier='five', recipe=1xtile.orange_sandstone@0:[net.minecraft.item.crafting.Ingredient@b65b57b, net.minecraft.item.crafting.Ingredient@2b8ca3b9, net.minecraft.item.crafting.Ingredient@6b0a93ec, net.minecraft.item.crafting.Ingredient@26dca857]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4965 extraplanets:nose_cone_tier9_0 RecipeStage{tier='five', recipe=1xitem.nose_cone_tier9@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2712c524, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@24e682c6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@24e682c6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@24e682c6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4966 extraplanets:nose_cone_tier8_0 RecipeStage{tier='five', recipe=1xitem.nose_cone_tier8@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5561e547, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@53cc90e3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@53cc90e3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@53cc90e3]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4967 extraplanets:nose_cone_tier7_0 RecipeStage{tier='five', recipe=1xitem.nose_cone_tier7@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2eba7d6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2a1f73f7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2a1f73f7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2a1f73f7]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4968 extraplanets:nose_cone_tier6_0 RecipeStage{tier='five', recipe=1xitem.nose_cone_tier6@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@484c84eb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5dc17d23, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5dc17d23, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5dc17d23]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4969 extraplanets:nose_cone_tier5_0 RecipeStage{tier='five', recipe=1xitem.nose_cone_tier5@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@84726b6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6975162e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6975162e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6975162e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4970 extraplanets:nose_cone_tier4_0 RecipeStage{tier='five', recipe=1xitem.nose_cone_tier4@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@79023142, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5ca2c677, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5ca2c677, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5ca2c677]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4971 extraplanets:nose_cone_tier10_0 RecipeStage{tier='five', recipe=1xitem.nose_cone_tier10@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3d12a0f6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@37ee53b5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@37ee53b5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@37ee53b5]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4972 extraplanets:nickel_battery net.minecraftforge.oredict.ShapedOreRecipe@41afebfd +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4973 extraplanets:neptune_stairs_surface RecipeStage{tier='five', recipe=4xtile.neptune_stairs_surface@0:[net.minecraft.item.crafting.Ingredient@593cfdce, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@593cfdce, net.minecraft.item.crafting.Ingredient@593cfdce, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@593cfdce, net.minecraft.item.crafting.Ingredient@593cfdce, net.minecraft.item.crafting.Ingredient@593cfdce]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4974 extraplanets:neptune_stairs_sub_surface RecipeStage{tier='five', recipe=4xtile.neptune_stairs_sub_surface@0:[net.minecraft.item.crafting.Ingredient@38a987f0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@38a987f0, net.minecraft.item.crafting.Ingredient@38a987f0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@38a987f0, net.minecraft.item.crafting.Ingredient@38a987f0, net.minecraft.item.crafting.Ingredient@38a987f0]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4975 extraplanets:neptune_stairs_stone_bricks RecipeStage{tier='five', recipe=4xtile.neptune_stairs_stone_bricks@0:[net.minecraft.item.crafting.Ingredient@3202e572, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3202e572, net.minecraft.item.crafting.Ingredient@3202e572, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3202e572, net.minecraft.item.crafting.Ingredient@3202e572, net.minecraft.item.crafting.Ingredient@3202e572]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4976 extraplanets:neptune_stairs_stone RecipeStage{tier='five', recipe=4xtile.neptune_stairs_stone@0:[net.minecraft.item.crafting.Ingredient@22e8537f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@22e8537f, net.minecraft.item.crafting.Ingredient@22e8537f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@22e8537f, net.minecraft.item.crafting.Ingredient@22e8537f, net.minecraft.item.crafting.Ingredient@22e8537f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4977 extraplanets:neptune_8 RecipeStage{tier='five', recipe=4xtile.neptune.0@8:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1e7ec06e, net.minecraft.item.crafting.Ingredient@1e7ec06e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1e7ec06e, net.minecraft.item.crafting.Ingredient@1e7ec06e, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4979 extraplanets:neptune_11 RecipeStage{tier='five', recipe=1xtile.neptune.0@11:[net.minecraft.item.crafting.Ingredient@3646ff6b, net.minecraft.item.crafting.Ingredient@3646ff6b, net.minecraft.item.crafting.Ingredient@3646ff6b, net.minecraft.item.crafting.Ingredient@3646ff6b, net.minecraft.item.crafting.Ingredient@3646ff6b, net.minecraft.item.crafting.Ingredient@3646ff6b, net.minecraft.item.crafting.Ingredient@3646ff6b, net.minecraft.item.crafting.Ingredient@3646ff6b, net.minecraft.item.crafting.Ingredient@3646ff6b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4980 extraplanets:module_items_2 RecipeStage{tier='five', recipe=1xitem.module_items@2:[net.minecraft.item.crafting.Ingredient@60195248, net.minecraft.item.crafting.Ingredient@2dbcda82, net.minecraft.item.crafting.Ingredient@66f70bc1, net.minecraft.item.crafting.Ingredient@2dbcda82, net.minecraft.item.crafting.Ingredient@1d2a63d9, net.minecraft.item.crafting.Ingredient@2dbcda82, net.minecraft.item.crafting.Ingredient@66f70bc1, net.minecraft.item.crafting.Ingredient@2dbcda82, net.minecraft.item.crafting.Ingredient@60195248]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4981 extraplanets:module_items_1 RecipeStage{tier='five', recipe=1xitem.module_items@1:[net.minecraft.item.crafting.Ingredient@17f80953, net.minecraft.item.crafting.Ingredient@daf0d66, net.minecraft.item.crafting.Ingredient@39c1ec59, net.minecraft.item.crafting.Ingredient@daf0d66, net.minecraft.item.crafting.Ingredient@6fa4194f, net.minecraft.item.crafting.Ingredient@daf0d66, net.minecraft.item.crafting.Ingredient@39c1ec59, net.minecraft.item.crafting.Ingredient@daf0d66, net.minecraft.item.crafting.Ingredient@17f80953]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4982 extraplanets:module_items_0 RecipeStage{tier='five', recipe=1xitem.module_items@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4f5bc520, net.minecraft.item.crafting.Ingredient@62a1bad9, net.minecraftforge.oredict.OreIngredient@4f5bc520, net.minecraftforge.oredict.OreIngredient@4f5bc520, net.minecraft.item.crafting.Ingredient@62a1bad9, net.minecraftforge.oredict.OreIngredient@4f5bc520]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4983 extraplanets:mercury_stairs_surface RecipeStage{tier='five', recipe=4xtile.mercury_stairs_surface@0:[net.minecraft.item.crafting.Ingredient@59ef2f8b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@59ef2f8b, net.minecraft.item.crafting.Ingredient@59ef2f8b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@59ef2f8b, net.minecraft.item.crafting.Ingredient@59ef2f8b, net.minecraft.item.crafting.Ingredient@59ef2f8b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4984 extraplanets:mercury_stairs_sub_surface RecipeStage{tier='five', recipe=4xtile.mercury_stairs_sub_surface@0:[net.minecraft.item.crafting.Ingredient@7c2075c8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7c2075c8, net.minecraft.item.crafting.Ingredient@7c2075c8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7c2075c8, net.minecraft.item.crafting.Ingredient@7c2075c8, net.minecraft.item.crafting.Ingredient@7c2075c8]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4985 extraplanets:mercury_stairs_stone_bricks RecipeStage{tier='five', recipe=4xtile.mercury_stairs_stone_bricks@0:[net.minecraft.item.crafting.Ingredient@46b54bb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@46b54bb, net.minecraft.item.crafting.Ingredient@46b54bb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@46b54bb, net.minecraft.item.crafting.Ingredient@46b54bb, net.minecraft.item.crafting.Ingredient@46b54bb]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4986 extraplanets:mercury_stairs_stone RecipeStage{tier='five', recipe=4xtile.mercury_stairs_stone@0:[net.minecraft.item.crafting.Ingredient@218f644a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@218f644a, net.minecraft.item.crafting.Ingredient@218f644a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@218f644a, net.minecraft.item.crafting.Ingredient@218f644a, net.minecraft.item.crafting.Ingredient@218f644a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4987 extraplanets:mercury_battery net.minecraftforge.oredict.ShapedOreRecipe@445fe141 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4988 extraplanets:mercury_8 RecipeStage{tier='five', recipe=4xtile.mercury.0@8:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@66ece891, net.minecraft.item.crafting.Ingredient@66ece891, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@66ece891, net.minecraft.item.crafting.Ingredient@66ece891, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4989 extraplanets:mercury_7 RecipeStage{tier='five', recipe=1xtile.mercury.0@7:[net.minecraft.item.crafting.Ingredient@19e59e52, net.minecraft.item.crafting.Ingredient@19e59e52, net.minecraft.item.crafting.Ingredient@19e59e52, net.minecraft.item.crafting.Ingredient@19e59e52, net.minecraft.item.crafting.Ingredient@19e59e52, net.minecraft.item.crafting.Ingredient@19e59e52, net.minecraft.item.crafting.Ingredient@19e59e52, net.minecraft.item.crafting.Ingredient@19e59e52, net.minecraft.item.crafting.Ingredient@19e59e52]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4990 extraplanets:mercury_11 RecipeStage{tier='five', recipe=1xtile.mercury.0@11:[net.minecraft.item.crafting.Ingredient@152d1ba9, net.minecraft.item.crafting.Ingredient@152d1ba9, net.minecraft.item.crafting.Ingredient@152d1ba9, net.minecraft.item.crafting.Ingredient@152d1ba9, net.minecraft.item.crafting.Ingredient@152d1ba9, net.minecraft.item.crafting.Ingredient@152d1ba9, net.minecraft.item.crafting.Ingredient@152d1ba9, net.minecraft.item.crafting.Ingredient@152d1ba9, net.minecraft.item.crafting.Ingredient@152d1ba9]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4991 extraplanets:massive_battery net.minecraft.item.crafting.ShapedRecipes@5ce5b28 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4999 extraplanets:kepler22b_11 RecipeStage{tier='five', recipe=4xtile.kepler22b.0@11:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5999841c, net.minecraft.item.crafting.Ingredient@5999841c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5999841c, net.minecraft.item.crafting.Ingredient@5999841c, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5000 extraplanets:jupiter_stairs_surface RecipeStage{tier='five', recipe=4xtile.jupiter_stairs_surface@0:[net.minecraft.item.crafting.Ingredient@7eefe1f4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7eefe1f4, net.minecraft.item.crafting.Ingredient@7eefe1f4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7eefe1f4, net.minecraft.item.crafting.Ingredient@7eefe1f4, net.minecraft.item.crafting.Ingredient@7eefe1f4]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5001 extraplanets:jupiter_stairs_sub_surface RecipeStage{tier='five', recipe=4xtile.jupiter_stairs_sub_surface@0:[net.minecraft.item.crafting.Ingredient@6e127af1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6e127af1, net.minecraft.item.crafting.Ingredient@6e127af1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6e127af1, net.minecraft.item.crafting.Ingredient@6e127af1, net.minecraft.item.crafting.Ingredient@6e127af1]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5002 extraplanets:jupiter_stairs_stone_bricks RecipeStage{tier='five', recipe=4xtile.jupiter_stairs_stone_bricks@0:[net.minecraft.item.crafting.Ingredient@496793c7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@496793c7, net.minecraft.item.crafting.Ingredient@496793c7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@496793c7, net.minecraft.item.crafting.Ingredient@496793c7, net.minecraft.item.crafting.Ingredient@496793c7]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5003 extraplanets:jupiter_stairs_stone RecipeStage{tier='five', recipe=4xtile.jupiter_stairs_stone@0:[net.minecraft.item.crafting.Ingredient@79d7651b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@79d7651b, net.minecraft.item.crafting.Ingredient@79d7651b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@79d7651b, net.minecraft.item.crafting.Ingredient@79d7651b, net.minecraft.item.crafting.Ingredient@79d7651b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5004 extraplanets:jupiter_9 RecipeStage{tier='five', recipe=4xtile.jupiter.0@9:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@9cd8d06, net.minecraft.item.crafting.Ingredient@9cd8d06, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@9cd8d06, net.minecraft.item.crafting.Ingredient@9cd8d06, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5005 extraplanets:jupiter_8 RecipeStage{tier='five', recipe=1xtile.jupiter.0@8:[net.minecraft.item.crafting.Ingredient@743b94c8, net.minecraft.item.crafting.Ingredient@743b94c8, net.minecraft.item.crafting.Ingredient@743b94c8, net.minecraft.item.crafting.Ingredient@743b94c8, net.minecraft.item.crafting.Ingredient@743b94c8, net.minecraft.item.crafting.Ingredient@743b94c8, net.minecraft.item.crafting.Ingredient@743b94c8, net.minecraft.item.crafting.Ingredient@743b94c8, net.minecraft.item.crafting.Ingredient@743b94c8]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5007 extraplanets:jupiter_12 RecipeStage{tier='five', recipe=1xtile.jupiter.0@12:[net.minecraft.item.crafting.Ingredient@23a4e62d, net.minecraft.item.crafting.Ingredient@23a4e62d, net.minecraft.item.crafting.Ingredient@23a4e62d, net.minecraft.item.crafting.Ingredient@23a4e62d, net.minecraft.item.crafting.Ingredient@23a4e62d, net.minecraft.item.crafting.Ingredient@23a4e62d, net.minecraft.item.crafting.Ingredient@23a4e62d, net.minecraft.item.crafting.Ingredient@23a4e62d, net.minecraft.item.crafting.Ingredient@23a4e62d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5009 extraplanets:ingot_mercury_0 RecipeStage{tier='five', recipe=9xitem.ingot_mercury@0:[net.minecraft.item.crafting.Ingredient@3450f1d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5010 extraplanets:ice RecipeStage{tier='zero', recipe=9xtile.ice@0:[net.minecraft.item.crafting.Ingredient@336018ad]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5011 extraplanets:green_diamond_sword RecipeStage{tier='five', recipe=1xitem.green_diamond_sword@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@601c83e6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@601c83e6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@158d98d7, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5012 extraplanets:green_diamond_shovel RecipeStage{tier='five', recipe=1xitem.green_diamond_shovel@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@397a9cac, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@158d98d7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@158d98d7, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5013 extraplanets:green_diamond_pickaxe RecipeStage{tier='five', recipe=1xitem.green_diamond_pickaxe@0:[net.minecraft.item.crafting.Ingredient@7ff1db2d, net.minecraft.item.crafting.Ingredient@7ff1db2d, net.minecraft.item.crafting.Ingredient@7ff1db2d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@158d98d7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@158d98d7, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5014 extraplanets:green_diamond_legings RecipeStage{tier='five', recipe=1xitem.green_diamond_legings@0:[net.minecraft.item.crafting.Ingredient@7835ac40, net.minecraft.item.crafting.Ingredient@7835ac40, net.minecraft.item.crafting.Ingredient@7835ac40, net.minecraft.item.crafting.Ingredient@7835ac40, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7835ac40, net.minecraft.item.crafting.Ingredient@7835ac40, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7835ac40]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5015 extraplanets:green_diamond_hoe RecipeStage{tier='five', recipe=1xitem.green_diamond_hoe@0:[net.minecraft.item.crafting.Ingredient@3ca07fff, net.minecraft.item.crafting.Ingredient@3ca07fff, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@158d98d7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@158d98d7, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5016 extraplanets:green_diamond_helmet RecipeStage{tier='five', recipe=1xitem.green_diamond_helmet@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1631f907, net.minecraft.item.crafting.Ingredient@1631f907, net.minecraft.item.crafting.Ingredient@1631f907, net.minecraft.item.crafting.Ingredient@1631f907, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1631f907]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5017 extraplanets:green_diamond_chest RecipeStage{tier='five', recipe=1xitem.green_diamond_chest@0:[net.minecraft.item.crafting.Ingredient@4bbabb8b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4bbabb8b, net.minecraft.item.crafting.Ingredient@4bbabb8b, net.minecraft.item.crafting.Ingredient@4bbabb8b, net.minecraft.item.crafting.Ingredient@4bbabb8b, net.minecraft.item.crafting.Ingredient@4bbabb8b, net.minecraft.item.crafting.Ingredient@4bbabb8b, net.minecraft.item.crafting.Ingredient@4bbabb8b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5018 extraplanets:green_diamond_boots RecipeStage{tier='five', recipe=1xitem.green_diamond_boots@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6a178b39, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6a178b39, net.minecraft.item.crafting.Ingredient@6a178b39, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6a178b39]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5019 extraplanets:green_diamond_axe RecipeStage{tier='five', recipe=1xitem.green_diamond_axe@0:[net.minecraft.item.crafting.Ingredient@2be27fee, net.minecraft.item.crafting.Ingredient@2be27fee, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2be27fee, net.minecraftforge.oredict.OreIngredient@158d98d7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@158d98d7, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5020 extraplanets:gravity_controller_0 RecipeStage{tier='five', recipe=1xitem.gravity_controller@0:[net.minecraft.item.crafting.Ingredient@5e215be0, net.minecraft.item.crafting.Ingredient@70aefbf9, net.minecraft.item.crafting.Ingredient@5e215be0, net.minecraft.item.crafting.Ingredient@70aefbf9, net.minecraft.item.crafting.Ingredient@73c2b0f3, net.minecraft.item.crafting.Ingredient@70aefbf9, net.minecraft.item.crafting.Ingredient@5e215be0, net.minecraft.item.crafting.Ingredient@70aefbf9, net.minecraft.item.crafting.Ingredient@5e215be0]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5022 extraplanets:eris_stairs_surface RecipeStage{tier='five', recipe=4xtile.eris_stairs_surface@0:[net.minecraft.item.crafting.Ingredient@5fbe643, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5fbe643, net.minecraft.item.crafting.Ingredient@5fbe643, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5fbe643, net.minecraft.item.crafting.Ingredient@5fbe643, net.minecraft.item.crafting.Ingredient@5fbe643]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5023 extraplanets:eris_stairs_sub_surface RecipeStage{tier='five', recipe=4xtile.eris_stairs_sub_surface@0:[net.minecraft.item.crafting.Ingredient@18e10935, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@18e10935, net.minecraft.item.crafting.Ingredient@18e10935, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@18e10935, net.minecraft.item.crafting.Ingredient@18e10935, net.minecraft.item.crafting.Ingredient@18e10935]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5024 extraplanets:eris_stairs_stone_bricks RecipeStage{tier='five', recipe=4xtile.eris_stairs_stone_bricks@0:[net.minecraft.item.crafting.Ingredient@7d5f49c6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7d5f49c6, net.minecraft.item.crafting.Ingredient@7d5f49c6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7d5f49c6, net.minecraft.item.crafting.Ingredient@7d5f49c6, net.minecraft.item.crafting.Ingredient@7d5f49c6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5025 extraplanets:eris_stairs_stone RecipeStage{tier='five', recipe=4xtile.eris_stairs_stone@0:[net.minecraft.item.crafting.Ingredient@48b9b63c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@48b9b63c, net.minecraft.item.crafting.Ingredient@48b9b63c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@48b9b63c, net.minecraft.item.crafting.Ingredient@48b9b63c, net.minecraft.item.crafting.Ingredient@48b9b63c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5026 extraplanets:eris_8 RecipeStage{tier='five', recipe=4xtile.eris.0@8:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2f12c7cb, net.minecraft.item.crafting.Ingredient@2f12c7cb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2f12c7cb, net.minecraft.item.crafting.Ingredient@2f12c7cb, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5027 extraplanets:eris_7 RecipeStage{tier='five', recipe=1xtile.eris.0@7:[net.minecraft.item.crafting.Ingredient@4de64c0a, net.minecraft.item.crafting.Ingredient@4de64c0a, net.minecraft.item.crafting.Ingredient@4de64c0a, net.minecraft.item.crafting.Ingredient@4de64c0a, net.minecraft.item.crafting.Ingredient@4de64c0a, net.minecraft.item.crafting.Ingredient@4de64c0a, net.minecraft.item.crafting.Ingredient@4de64c0a, net.minecraft.item.crafting.Ingredient@4de64c0a, net.minecraft.item.crafting.Ingredient@4de64c0a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5028 extraplanets:electric_parts_3 RecipeStage{tier='five', recipe=1xitem.electric_parts@3:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@68ef4fe1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@68ef4fe1, net.minecraft.item.crafting.Ingredient@3871f8f4, net.minecraftforge.oredict.OreIngredient@68ef4fe1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@68ef4fe1, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5029 extraplanets:electric_parts_2 RecipeStage{tier='five', recipe=1xitem.electric_parts@2:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2c6e38ca, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2c6e38ca, net.minecraft.item.crafting.Ingredient@5be5fb05, net.minecraft.item.crafting.Ingredient@2c6e38ca, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2c6e38ca, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5036 extraplanets:dense_ice RecipeStage{tier='five', recipe=1xtile.dense_ice@0:[net.minecraft.item.crafting.Ingredient@72d61d86, net.minecraft.item.crafting.Ingredient@72d61d86, net.minecraft.item.crafting.Ingredient@72d61d86, net.minecraft.item.crafting.Ingredient@72d61d86, net.minecraft.item.crafting.Ingredient@72d61d86, net.minecraft.item.crafting.Ingredient@72d61d86, net.minecraft.item.crafting.Ingredient@72d61d86, net.minecraft.item.crafting.Ingredient@72d61d86, net.minecraft.item.crafting.Ingredient@72d61d86]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5037 extraplanets:decorative_blocks_9 RecipeStage{tier='five', recipe=1xtile.decorative_blocks.0@9:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4d211e0, net.minecraft.item.crafting.Ingredient@4d211e0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4d211e0, net.minecraft.item.crafting.Ingredient@4d211e0, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5038 extraplanets:decorative_blocks_8 RecipeStage{tier='five', recipe=1xtile.decorative_blocks.0@8:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@36f05383, net.minecraft.item.crafting.Ingredient@36f05383, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@36f05383, net.minecraft.item.crafting.Ingredient@36f05383, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5039 extraplanets:decorative_blocks_7 RecipeStage{tier='five', recipe=1xtile.decorative_blocks.0@7:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@32cb2465, net.minecraft.item.crafting.Ingredient@32cb2465, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@32cb2465, net.minecraft.item.crafting.Ingredient@32cb2465, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5040 extraplanets:decorative_blocks_6 RecipeStage{tier='five', recipe=1xtile.decorative_blocks.0@6:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@69f60bf0, net.minecraft.item.crafting.Ingredient@69f60bf0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@69f60bf0, net.minecraft.item.crafting.Ingredient@69f60bf0, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5041 extraplanets:decorative_blocks_5 RecipeStage{tier='five', recipe=1xtile.decorative_blocks.0@5:[net.minecraftforge.oredict.OreIngredient@627c8fa, net.minecraft.item.crafting.Ingredient@1cb4054f, net.minecraftforge.oredict.OreIngredient@22e45b6e, net.minecraft.item.crafting.Ingredient@1cb4054f, net.minecraftforge.oredict.OreIngredient@627c8fa, net.minecraft.item.crafting.Ingredient@1cb4054f, net.minecraftforge.oredict.OreIngredient@627c8fa, net.minecraft.item.crafting.Ingredient@1cb4054f, net.minecraftforge.oredict.OreIngredient@22e45b6e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5042 extraplanets:decorative_blocks_4 RecipeStage{tier='five', recipe=1xtile.decorative_blocks.0@4:[net.minecraft.item.crafting.Ingredient@1385249f, net.minecraft.item.crafting.Ingredient@1385249f, net.minecraft.item.crafting.Ingredient@1385249f, net.minecraft.item.crafting.Ingredient@1385249f, net.minecraft.item.crafting.Ingredient@f21744d, net.minecraft.item.crafting.Ingredient@1385249f, net.minecraft.item.crafting.Ingredient@1385249f, net.minecraft.item.crafting.Ingredient@1385249f, net.minecraft.item.crafting.Ingredient@1385249f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5043 extraplanets:decorative_blocks_3 RecipeStage{tier='five', recipe=1xtile.decorative_blocks.0@3:[net.minecraft.item.crafting.Ingredient@2eafcb0a, net.minecraft.item.crafting.Ingredient@2eafcb0a, net.minecraft.item.crafting.Ingredient@2eafcb0a, net.minecraft.item.crafting.Ingredient@2eafcb0a, net.minecraft.item.crafting.Ingredient@2eafcb0a, net.minecraft.item.crafting.Ingredient@2eafcb0a, net.minecraft.item.crafting.Ingredient@2eafcb0a, net.minecraft.item.crafting.Ingredient@2eafcb0a, net.minecraft.item.crafting.Ingredient@2eafcb0a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5044 extraplanets:decorative_blocks_2 RecipeStage{tier='five', recipe=1xtile.decorative_blocks.0@2:[net.minecraft.item.crafting.Ingredient@432b26c3, net.minecraft.item.crafting.Ingredient@432b26c3, net.minecraft.item.crafting.Ingredient@432b26c3, net.minecraft.item.crafting.Ingredient@432b26c3, net.minecraft.item.crafting.Ingredient@432b26c3, net.minecraft.item.crafting.Ingredient@432b26c3, net.minecraft.item.crafting.Ingredient@432b26c3, net.minecraft.item.crafting.Ingredient@432b26c3, net.minecraft.item.crafting.Ingredient@432b26c3]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5045 extraplanets:decorative_blocks_15 RecipeStage{tier='five', recipe=1xtile.decorative_blocks.0@15:[net.minecraft.item.crafting.Ingredient@15c3b745, net.minecraft.item.crafting.Ingredient@15c3b745, net.minecraft.item.crafting.Ingredient@15c3b745, net.minecraft.item.crafting.Ingredient@15c3b745, net.minecraft.item.crafting.Ingredient@15c3b745, net.minecraft.item.crafting.Ingredient@15c3b745, net.minecraft.item.crafting.Ingredient@15c3b745, net.minecraft.item.crafting.Ingredient@15c3b745, net.minecraft.item.crafting.Ingredient@15c3b745]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5046 extraplanets:decorative_blocks_14 RecipeStage{tier='five', recipe=1xtile.decorative_blocks.0@14:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5c491710, net.minecraft.item.crafting.Ingredient@5c491710, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5c491710, net.minecraft.item.crafting.Ingredient@5c491710, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5047 extraplanets:decorative_blocks_13 RecipeStage{tier='five', recipe=1xtile.decorative_blocks.0@13:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@8b65273, net.minecraft.item.crafting.Ingredient@8b65273, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@8b65273, net.minecraft.item.crafting.Ingredient@8b65273, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5048 extraplanets:decorative_blocks_12 RecipeStage{tier='five', recipe=1xtile.decorative_blocks.0@12:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@d59b7ed, net.minecraft.item.crafting.Ingredient@d59b7ed, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@d59b7ed, net.minecraft.item.crafting.Ingredient@d59b7ed, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5049 extraplanets:decorative_blocks_11 RecipeStage{tier='five', recipe=1xtile.decorative_blocks.0@11:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5a28a180, net.minecraft.item.crafting.Ingredient@5a28a180, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5a28a180, net.minecraft.item.crafting.Ingredient@5a28a180, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5050 extraplanets:decorative_blocks_10 RecipeStage{tier='five', recipe=1xtile.decorative_blocks.0@10:[net.minecraft.item.crafting.Ingredient@51d6e52, net.minecraft.item.crafting.Ingredient@51d6e52, net.minecraft.item.crafting.Ingredient@51d6e52, net.minecraft.item.crafting.Ingredient@51d6e52, net.minecraft.item.crafting.Ingredient@51d6e52, net.minecraft.item.crafting.Ingredient@51d6e52, net.minecraft.item.crafting.Ingredient@51d6e52, net.minecraft.item.crafting.Ingredient@51d6e52, net.minecraft.item.crafting.Ingredient@51d6e52]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5051 extraplanets:decorative_blocks_1 RecipeStage{tier='five', recipe=1xtile.decorative_blocks.0@1:[net.minecraft.item.crafting.Ingredient@6099cbec, net.minecraft.item.crafting.Ingredient@6099cbec, net.minecraft.item.crafting.Ingredient@6099cbec, net.minecraft.item.crafting.Ingredient@6099cbec, net.minecraft.item.crafting.Ingredient@6099cbec, net.minecraft.item.crafting.Ingredient@6099cbec, net.minecraft.item.crafting.Ingredient@6099cbec, net.minecraft.item.crafting.Ingredient@6099cbec, net.minecraft.item.crafting.Ingredient@6099cbec]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5052 extraplanets:decorative_blocks2_5 RecipeStage{tier='five', recipe=1xtile.decorative_blocks2.0@5:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7fb60752, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7fb60752, net.minecraft.item.crafting.Ingredient@e339195, net.minecraftforge.oredict.OreIngredient@7fb60752, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7fb60752, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5053 extraplanets:decorative_blocks2_4 RecipeStage{tier='five', recipe=1xtile.decorative_blocks2.0@4:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@c42762e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@c42762e, net.minecraft.item.crafting.Ingredient@63d2d496, net.minecraftforge.oredict.OreIngredient@c42762e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@c42762e, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5054 extraplanets:decorative_blocks2_3 RecipeStage{tier='five', recipe=1xtile.decorative_blocks2.0@3:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@448f094f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@448f094f, net.minecraft.item.crafting.Ingredient@4b31ca18, net.minecraftforge.oredict.OreIngredient@448f094f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@448f094f, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5055 extraplanets:decorative_blocks2_2 RecipeStage{tier='five', recipe=1xtile.decorative_blocks2.0@2:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7599c368, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7599c368, net.minecraft.item.crafting.Ingredient@fd7b375, net.minecraftforge.oredict.OreIngredient@7599c368, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7599c368, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5056 extraplanets:decorative_blocks2_1 RecipeStage{tier='five', recipe=1xtile.decorative_blocks2.0@1:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7d5392ee, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7d5392ee, net.minecraft.item.crafting.Ingredient@432670a5, net.minecraftforge.oredict.OreIngredient@7d5392ee, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7d5392ee, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5057 extraplanets:decorative_blocks2_0 RecipeStage{tier='five', recipe=1xtile.decorative_blocks2.0@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@627c8fa, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@627c8fa, net.minecraft.item.crafting.Ingredient@219ea18c, net.minecraftforge.oredict.OreIngredient@627c8fa, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@627c8fa, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5064 extraplanets:cloth_0 RecipeStage{tier='five', recipe=8xitem.cloth@0:[net.minecraft.item.crafting.Ingredient@18cfb331, net.minecraft.item.crafting.Ingredient@2f4775d9, net.minecraft.item.crafting.Ingredient@1df92b49, net.minecraft.item.crafting.Ingredient@509db26c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5071 extraplanets:ceres_stairs_surface RecipeStage{tier='five', recipe=4xtile.ceres_stairs_surface@0:[net.minecraft.item.crafting.Ingredient@46a5bb05, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@46a5bb05, net.minecraft.item.crafting.Ingredient@46a5bb05, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@46a5bb05, net.minecraft.item.crafting.Ingredient@46a5bb05, net.minecraft.item.crafting.Ingredient@46a5bb05]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5072 extraplanets:ceres_stairs_sub_surface RecipeStage{tier='five', recipe=4xtile.ceres_stairs_sub_surface@0:[net.minecraft.item.crafting.Ingredient@55bf352b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@55bf352b, net.minecraft.item.crafting.Ingredient@55bf352b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@55bf352b, net.minecraft.item.crafting.Ingredient@55bf352b, net.minecraft.item.crafting.Ingredient@55bf352b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5073 extraplanets:ceres_stairs_stone_bricks RecipeStage{tier='five', recipe=4xtile.ceres_stairs_stone_bricks@0:[net.minecraft.item.crafting.Ingredient@11f44693, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@11f44693, net.minecraft.item.crafting.Ingredient@11f44693, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@11f44693, net.minecraft.item.crafting.Ingredient@11f44693, net.minecraft.item.crafting.Ingredient@11f44693]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5074 extraplanets:ceres_stairs_stone RecipeStage{tier='five', recipe=4xtile.ceres_stairs_stone@0:[net.minecraft.item.crafting.Ingredient@12e8b3bc, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@12e8b3bc, net.minecraft.item.crafting.Ingredient@12e8b3bc, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@12e8b3bc, net.minecraft.item.crafting.Ingredient@12e8b3bc, net.minecraft.item.crafting.Ingredient@12e8b3bc]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5075 extraplanets:ceres_8 RecipeStage{tier='five', recipe=4xtile.ceres.0@8:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6f62c0d0, net.minecraft.item.crafting.Ingredient@6f62c0d0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6f62c0d0, net.minecraft.item.crafting.Ingredient@6f62c0d0, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5077 extraplanets:candy_blocks_horizontal_9 RecipeStage{tier='five', recipe=1xtile.candy_blocks_horizontal.0@9:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@22e45b6e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@22e45b6e, net.minecraft.item.crafting.Ingredient@765d9102, net.minecraftforge.oredict.OreIngredient@22e45b6e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@22e45b6e, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5078 extraplanets:candy_blocks_horizontal_8 RecipeStage{tier='five', recipe=1xtile.candy_blocks_horizontal.0@8:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3e0e533, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3e0e533, net.minecraft.item.crafting.Ingredient@2a008fd8, net.minecraftforge.oredict.OreIngredient@3e0e533, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3e0e533, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5079 extraplanets:candy_blocks_horizontal_7 RecipeStage{tier='five', recipe=1xtile.candy_blocks_horizontal.0@7:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@511a92e0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@511a92e0, net.minecraft.item.crafting.Ingredient@5a5dab64, net.minecraftforge.oredict.OreIngredient@511a92e0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@511a92e0, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5080 extraplanets:candy_blocks_horizontal_6 RecipeStage{tier='five', recipe=1xtile.candy_blocks_horizontal.0@6:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4042a590, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4042a590, net.minecraft.item.crafting.Ingredient@8e9c7ca, net.minecraftforge.oredict.OreIngredient@4042a590, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4042a590, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5081 extraplanets:candy_blocks_horizontal_5 RecipeStage{tier='five', recipe=1xtile.candy_blocks_horizontal.0@5:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4a1d9c1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4a1d9c1, net.minecraft.item.crafting.Ingredient@856d529, net.minecraftforge.oredict.OreIngredient@4a1d9c1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4a1d9c1, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5082 extraplanets:candy_blocks_horizontal_4 RecipeStage{tier='five', recipe=1xtile.candy_blocks_horizontal.0@4:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@779b6fd2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@779b6fd2, net.minecraft.item.crafting.Ingredient@158d1340, net.minecraftforge.oredict.OreIngredient@779b6fd2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@779b6fd2, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5083 extraplanets:candy_blocks_horizontal_3 RecipeStage{tier='five', recipe=1xtile.candy_blocks_horizontal.0@3:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@38d87ae4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@38d87ae4, net.minecraft.item.crafting.Ingredient@60597a47, net.minecraftforge.oredict.OreIngredient@38d87ae4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@38d87ae4, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5084 extraplanets:candy_blocks_horizontal_2_alt_alt RecipeStage{tier='five', recipe=1xtile.candy_blocks_horizontal.0@2:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@448f094f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@448f094f, net.minecraft.item.crafting.Ingredient@b10fd2b, net.minecraftforge.oredict.OreIngredient@448f094f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@448f094f, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5085 extraplanets:candy_blocks_horizontal_2_alt RecipeStage{tier='five', recipe=1xtile.candy_blocks_horizontal.0@2:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7f090cf6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7f090cf6, net.minecraft.item.crafting.Ingredient@7f210fbd, net.minecraftforge.oredict.OreIngredient@7f090cf6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7f090cf6, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5086 extraplanets:candy_blocks_horizontal_2 RecipeStage{tier='five', recipe=1xtile.candy_blocks_horizontal.0@2:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7599c368, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7599c368, net.minecraft.item.crafting.Ingredient@272fa874, net.minecraftforge.oredict.OreIngredient@7599c368, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7599c368, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5087 extraplanets:candy_blocks_horizontal_1 RecipeStage{tier='five', recipe=1xtile.candy_blocks_horizontal.0@1:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7fb60752, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7fb60752, net.minecraft.item.crafting.Ingredient@7ae03628, net.minecraftforge.oredict.OreIngredient@7fb60752, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7fb60752, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5088 extraplanets:candy_blocks_horizontal_0 RecipeStage{tier='five', recipe=1xtile.candy_blocks_horizontal.0@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7d5392ee, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7d5392ee, net.minecraft.item.crafting.Ingredient@4658b956, net.minecraftforge.oredict.OreIngredient@7d5392ee, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7d5392ee, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5089 extraplanets:candy_blocks_9 RecipeStage{tier='five', recipe=1xtile.candy_blocks.0@9:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@22e45b6e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@22e45b6e, net.minecraft.item.crafting.Ingredient@40e988e2, net.minecraftforge.oredict.OreIngredient@22e45b6e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@22e45b6e, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5090 extraplanets:candy_blocks_8 RecipeStage{tier='five', recipe=1xtile.candy_blocks.0@8:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3e0e533, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3e0e533, net.minecraft.item.crafting.Ingredient@6609bf, net.minecraftforge.oredict.OreIngredient@3e0e533, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3e0e533, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5091 extraplanets:candy_blocks_7 RecipeStage{tier='five', recipe=1xtile.candy_blocks.0@7:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@511a92e0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@511a92e0, net.minecraft.item.crafting.Ingredient@204e585c, net.minecraftforge.oredict.OreIngredient@511a92e0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@511a92e0, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5092 extraplanets:candy_blocks_6 RecipeStage{tier='five', recipe=1xtile.candy_blocks.0@6:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4042a590, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4042a590, net.minecraft.item.crafting.Ingredient@603d43c4, net.minecraftforge.oredict.OreIngredient@4042a590, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4042a590, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5093 extraplanets:candy_blocks_5 RecipeStage{tier='five', recipe=1xtile.candy_blocks.0@5:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4a1d9c1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4a1d9c1, net.minecraft.item.crafting.Ingredient@63a8a909, net.minecraftforge.oredict.OreIngredient@4a1d9c1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4a1d9c1, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5094 extraplanets:candy_blocks_4 RecipeStage{tier='five', recipe=1xtile.candy_blocks.0@4:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@779b6fd2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@779b6fd2, net.minecraft.item.crafting.Ingredient@19978d69, net.minecraftforge.oredict.OreIngredient@779b6fd2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@779b6fd2, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5095 extraplanets:candy_blocks_3 RecipeStage{tier='five', recipe=1xtile.candy_blocks.0@3:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@38d87ae4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@38d87ae4, net.minecraft.item.crafting.Ingredient@12c9eb8f, net.minecraftforge.oredict.OreIngredient@38d87ae4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@38d87ae4, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5096 extraplanets:candy_blocks_2_alt_alt RecipeStage{tier='five', recipe=1xtile.candy_blocks.0@2:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@448f094f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@448f094f, net.minecraft.item.crafting.Ingredient@33580271, net.minecraftforge.oredict.OreIngredient@448f094f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@448f094f, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5097 extraplanets:candy_blocks_2_alt RecipeStage{tier='five', recipe=1xtile.candy_blocks.0@2:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7f090cf6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7f090cf6, net.minecraft.item.crafting.Ingredient@178f2160, net.minecraftforge.oredict.OreIngredient@7f090cf6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7f090cf6, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5098 extraplanets:candy_blocks_2 RecipeStage{tier='five', recipe=1xtile.candy_blocks.0@2:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7599c368, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7599c368, net.minecraft.item.crafting.Ingredient@6b12b24c, net.minecraftforge.oredict.OreIngredient@7599c368, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7599c368, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5099 extraplanets:candy_blocks_1 RecipeStage{tier='five', recipe=1xtile.candy_blocks.0@1:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7fb60752, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7fb60752, net.minecraft.item.crafting.Ingredient@7a1e37c8, net.minecraftforge.oredict.OreIngredient@7fb60752, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7fb60752, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5100 extraplanets:candy_blocks_0 RecipeStage{tier='five', recipe=1xtile.candy_blocks.0@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7d5392ee, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7d5392ee, net.minecraft.item.crafting.Ingredient@1115fed8, net.minecraftforge.oredict.OreIngredient@7d5392ee, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7d5392ee, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5101 extraplanets:cake_blocks_7 RecipeStage{tier='five', recipe=1xtile.cake_blocks.0@7:[net.minecraft.item.crafting.Ingredient@51b5af7c, net.minecraft.item.crafting.Ingredient@51b5af7c, net.minecraft.item.crafting.Ingredient@51b5af7c, net.minecraft.item.crafting.Ingredient@51b5af7c, net.minecraft.item.crafting.Ingredient@51b5af7c, net.minecraft.item.crafting.Ingredient@51b5af7c, net.minecraft.item.crafting.Ingredient@51b5af7c, net.minecraft.item.crafting.Ingredient@51b5af7c, net.minecraft.item.crafting.Ingredient@51b5af7c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5102 extraplanets:cake_blocks_6_alt_alt RecipeStage{tier='five', recipe=1xtile.cake_blocks.0@6:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@38d87ae4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@38d87ae4, net.minecraft.item.crafting.Ingredient@3fb38f02, net.minecraftforge.oredict.OreIngredient@38d87ae4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@38d87ae4, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5103 extraplanets:cake_blocks_6_alt RecipeStage{tier='five', recipe=1xtile.cake_blocks.0@6:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@38d87ae4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@38d87ae4, net.minecraft.item.crafting.Ingredient@46c8301b, net.minecraftforge.oredict.OreIngredient@38d87ae4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@38d87ae4, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5104 extraplanets:cake_blocks_6 RecipeStage{tier='five', recipe=1xtile.cake_blocks.0@6:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@38d87ae4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@38d87ae4, net.minecraft.item.crafting.Ingredient@63634006, net.minecraftforge.oredict.OreIngredient@38d87ae4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@38d87ae4, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5105 extraplanets:cake_blocks_5_alt_alt RecipeStage{tier='five', recipe=1xtile.cake_blocks.0@5:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4a1d9c1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4a1d9c1, net.minecraft.item.crafting.Ingredient@58c5ca0d, net.minecraftforge.oredict.OreIngredient@4a1d9c1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4a1d9c1, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5106 extraplanets:cake_blocks_5_alt RecipeStage{tier='five', recipe=1xtile.cake_blocks.0@5:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4a1d9c1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4a1d9c1, net.minecraft.item.crafting.Ingredient@44b49883, net.minecraftforge.oredict.OreIngredient@4a1d9c1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4a1d9c1, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5107 extraplanets:cake_blocks_5 RecipeStage{tier='five', recipe=1xtile.cake_blocks.0@5:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4a1d9c1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4a1d9c1, net.minecraft.item.crafting.Ingredient@601eb43c, net.minecraftforge.oredict.OreIngredient@4a1d9c1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4a1d9c1, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5108 extraplanets:cake_blocks_4_alt_alt RecipeStage{tier='five', recipe=1xtile.cake_blocks.0@4:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7fb60752, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7fb60752, net.minecraft.item.crafting.Ingredient@4366a761, net.minecraftforge.oredict.OreIngredient@7fb60752, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7fb60752, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5109 extraplanets:cake_blocks_4_alt RecipeStage{tier='five', recipe=1xtile.cake_blocks.0@4:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7fb60752, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7fb60752, net.minecraft.item.crafting.Ingredient@e571cf7, net.minecraftforge.oredict.OreIngredient@7fb60752, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7fb60752, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5110 extraplanets:cake_blocks_4 RecipeStage{tier='five', recipe=1xtile.cake_blocks.0@4:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7fb60752, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7fb60752, net.minecraft.item.crafting.Ingredient@273a3368, net.minecraftforge.oredict.OreIngredient@7fb60752, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7fb60752, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5111 extraplanets:cake_blocks_3_alt_alt RecipeStage{tier='five', recipe=1xtile.cake_blocks.0@3:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7d5392ee, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7d5392ee, net.minecraft.item.crafting.Ingredient@30bf69e9, net.minecraftforge.oredict.OreIngredient@7d5392ee, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7d5392ee, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5112 extraplanets:cake_blocks_3_alt RecipeStage{tier='five', recipe=1xtile.cake_blocks.0@3:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7d5392ee, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7d5392ee, net.minecraft.item.crafting.Ingredient@2cbafcde, net.minecraftforge.oredict.OreIngredient@7d5392ee, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7d5392ee, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5113 extraplanets:cake_blocks_3 RecipeStage{tier='five', recipe=1xtile.cake_blocks.0@3:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7d5392ee, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7d5392ee, net.minecraft.item.crafting.Ingredient@b094602, net.minecraftforge.oredict.OreIngredient@7d5392ee, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7d5392ee, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5120 extraplanets:blue_diamond_sword RecipeStage{tier='five', recipe=1xitem.blue_diamond_sword@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@71a71801, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@71a71801, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@158d98d7, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5121 extraplanets:blue_diamond_shovel RecipeStage{tier='five', recipe=1xitem.blue_diamond_shovel@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@84501af, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@158d98d7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@158d98d7, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5122 extraplanets:blue_diamond_pickaxe RecipeStage{tier='five', recipe=1xitem.blue_diamond_pickaxe@0:[net.minecraft.item.crafting.Ingredient@2444ed2b, net.minecraft.item.crafting.Ingredient@2444ed2b, net.minecraft.item.crafting.Ingredient@2444ed2b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@158d98d7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@158d98d7, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5123 extraplanets:blue_diamond_legings RecipeStage{tier='five', recipe=1xitem.blue_diamond_legings@0:[net.minecraft.item.crafting.Ingredient@74083cf6, net.minecraft.item.crafting.Ingredient@74083cf6, net.minecraft.item.crafting.Ingredient@74083cf6, net.minecraft.item.crafting.Ingredient@74083cf6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@74083cf6, net.minecraft.item.crafting.Ingredient@74083cf6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@74083cf6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5124 extraplanets:blue_diamond_hoe RecipeStage{tier='five', recipe=1xitem.blue_diamond_hoe@0:[net.minecraft.item.crafting.Ingredient@1791c6f2, net.minecraft.item.crafting.Ingredient@1791c6f2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@158d98d7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@158d98d7, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5125 extraplanets:blue_diamond_helmet RecipeStage{tier='five', recipe=1xitem.blue_diamond_helmet@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@60030513, net.minecraft.item.crafting.Ingredient@60030513, net.minecraft.item.crafting.Ingredient@60030513, net.minecraft.item.crafting.Ingredient@60030513, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@60030513]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5126 extraplanets:blue_diamond_chest RecipeStage{tier='five', recipe=1xitem.blue_diamond_chest@0:[net.minecraft.item.crafting.Ingredient@62a55ee8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@62a55ee8, net.minecraft.item.crafting.Ingredient@62a55ee8, net.minecraft.item.crafting.Ingredient@62a55ee8, net.minecraft.item.crafting.Ingredient@62a55ee8, net.minecraft.item.crafting.Ingredient@62a55ee8, net.minecraft.item.crafting.Ingredient@62a55ee8, net.minecraft.item.crafting.Ingredient@62a55ee8]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5127 extraplanets:blue_diamond_boots RecipeStage{tier='five', recipe=1xitem.blue_diamond_boots@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3a9c8b4d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3a9c8b4d, net.minecraft.item.crafting.Ingredient@3a9c8b4d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3a9c8b4d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5128 extraplanets:blue_diamond_axe RecipeStage{tier='five', recipe=1xitem.blue_diamond_axe@0:[net.minecraft.item.crafting.Ingredient@4eeb5877, net.minecraft.item.crafting.Ingredient@4eeb5877, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4eeb5877, net.minecraftforge.oredict.OreIngredient@158d98d7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@158d98d7, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5129 extraplanets:apple_iron_1 RecipeStage{tier='five', recipe=1xitem.apple_iron@1:[net.minecraft.item.crafting.Ingredient@3447963f, net.minecraft.item.crafting.Ingredient@3447963f, net.minecraft.item.crafting.Ingredient@3447963f, net.minecraft.item.crafting.Ingredient@3447963f, net.minecraft.item.crafting.Ingredient@7e49001a, net.minecraft.item.crafting.Ingredient@3447963f, net.minecraft.item.crafting.Ingredient@3447963f, net.minecraft.item.crafting.Ingredient@3447963f, net.minecraft.item.crafting.Ingredient@3447963f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5131 extraplanets:apple_diamond_1 RecipeStage{tier='five', recipe=1xitem.apple_diamond@1:[net.minecraft.item.crafting.Ingredient@7f64027d, net.minecraft.item.crafting.Ingredient@7f64027d, net.minecraft.item.crafting.Ingredient@7f64027d, net.minecraft.item.crafting.Ingredient@7f64027d, net.minecraft.item.crafting.Ingredient@49257764, net.minecraft.item.crafting.Ingredient@7f64027d, net.minecraft.item.crafting.Ingredient@7f64027d, net.minecraft.item.crafting.Ingredient@7f64027d, net.minecraft.item.crafting.Ingredient@7f64027d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5134 extraplanets:advanced_oxygen_compressor_4 RecipeStage{tier='five', recipe=1xtile.advanced_oxygen_compressor.0@4:[net.minecraft.item.crafting.Ingredient@70701852, net.minecraft.item.crafting.Ingredient@22b6aed9, net.minecraft.item.crafting.Ingredient@70701852, net.minecraft.item.crafting.Ingredient@22b6aed9, net.minecraft.item.crafting.Ingredient@70701852, net.minecraft.item.crafting.Ingredient@22b6aed9, net.minecraft.item.crafting.Ingredient@70701852, net.minecraft.item.crafting.Ingredient@22b6aed9, net.minecraft.item.crafting.Ingredient@70701852]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5135 extraplanets:advanced_oxygen_compressor_0 RecipeStage{tier='five', recipe=1xtile.advanced_oxygen_compressor.0@0:[net.minecraft.item.crafting.Ingredient@766929af, net.minecraft.item.crafting.Ingredient@73e79098, net.minecraft.item.crafting.Ingredient@766929af, net.minecraft.item.crafting.Ingredient@73e79098, net.minecraft.item.crafting.Ingredient@766929af, net.minecraft.item.crafting.Ingredient@73e79098, net.minecraft.item.crafting.Ingredient@766929af, net.minecraft.item.crafting.Ingredient@73e79098, net.minecraft.item.crafting.Ingredient@766929af]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5136 extraplanets:advanced_launch_pad_3 RecipeStage{tier='five', recipe=5xtile.advanced_launch_pad@3:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2c822c71, net.minecraft.item.crafting.Ingredient@2c822c71, net.minecraft.item.crafting.Ingredient@2c822c71, net.minecraft.item.crafting.Ingredient@22f957a9, net.minecraft.item.crafting.Ingredient@22f957a9, net.minecraft.item.crafting.Ingredient@22f957a9]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5137 extraplanets:advanced_launch_pad_2 RecipeStage{tier='five', recipe=5xtile.advanced_launch_pad@2:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5949e69c, net.minecraft.item.crafting.Ingredient@5949e69c, net.minecraft.item.crafting.Ingredient@5949e69c, net.minecraft.item.crafting.Ingredient@3ccb2ab2, net.minecraft.item.crafting.Ingredient@3ccb2ab2, net.minecraft.item.crafting.Ingredient@3ccb2ab2]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5138 extraplanets:advanced_launch_pad_1 RecipeStage{tier='five', recipe=5xtile.advanced_launch_pad@1:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@10fa451b, net.minecraft.item.crafting.Ingredient@10fa451b, net.minecraft.item.crafting.Ingredient@10fa451b, net.minecraft.item.crafting.Ingredient@361e2495, net.minecraft.item.crafting.Ingredient@361e2495, net.minecraft.item.crafting.Ingredient@361e2495]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5139 extraplanets:advanced_launch_pad_0 RecipeStage{tier='five', recipe=5xtile.advanced_launch_pad@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7e6ad803, net.minecraft.item.crafting.Ingredient@7e6ad803, net.minecraft.item.crafting.Ingredient@7e6ad803, net.minecraft.item.crafting.Ingredient@56562106, net.minecraft.item.crafting.Ingredient@56562106, net.minecraft.item.crafting.Ingredient@56562106]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5141 extraplanets:advanced_battery net.minecraft.item.crafting.ShapedRecipes@551c2018 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5142 farmingforblockheads:fertilizer_red RecipeStage{tier='two', recipe=4xitem.farmingforblockheads:fertilizer@0:[net.minecraftforge.oredict.OreIngredient@3ae6013b, net.minecraftforge.oredict.OreIngredient@3ae6013b, net.minecraftforge.oredict.OreIngredient@3ae6013b, net.minecraftforge.oredict.OreIngredient@763c8318, net.minecraft.item.crafting.Ingredient@7050d4c, net.minecraftforge.oredict.OreIngredient@763c8318, net.minecraft.item.crafting.Ingredient@15b36af7, net.minecraft.item.crafting.Ingredient@15b36af7, net.minecraft.item.crafting.Ingredient@15b36af7]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5143 farmingforblockheads:fertilizer_green RecipeStage{tier='two', recipe=4xitem.farmingforblockheads:fertilizer@1:[net.minecraftforge.oredict.OreIngredient@767c5df2, net.minecraftforge.oredict.OreIngredient@767c5df2, net.minecraftforge.oredict.OreIngredient@767c5df2, net.minecraftforge.oredict.OreIngredient@763c8318, net.minecraft.item.crafting.Ingredient@1abdb678, net.minecraftforge.oredict.OreIngredient@763c8318, net.minecraft.item.crafting.Ingredient@2b573dd3, net.minecraft.item.crafting.Ingredient@2b573dd3, net.minecraft.item.crafting.Ingredient@2b573dd3]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5144 farmingforblockheads:feeding_trough RecipeStage{tier='two', recipe=1xtile.farmingforblockheads:feeding_trough@0:[net.minecraftforge.oredict.OreIngredient@1eba5d88, net.minecraft.item.crafting.Ingredient@146e83a9, net.minecraftforge.oredict.OreIngredient@1eba5d88, net.minecraftforge.oredict.OreIngredient@1eba5d88, net.minecraft.item.crafting.Ingredient@614020ff, net.minecraftforge.oredict.OreIngredient@1eba5d88]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5146 farmingforblockheads:fertilizer_yellow RecipeStage{tier='two', recipe=4xitem.farmingforblockheads:fertilizer@2:[net.minecraftforge.oredict.OreIngredient@4944ce00, net.minecraftforge.oredict.OreIngredient@4944ce00, net.minecraftforge.oredict.OreIngredient@4944ce00, net.minecraftforge.oredict.OreIngredient@763c8318, net.minecraft.item.crafting.Ingredient@488437d1, net.minecraftforge.oredict.OreIngredient@763c8318, net.minecraft.item.crafting.Ingredient@6ca4ad47, net.minecraft.item.crafting.Ingredient@6ca4ad47, net.minecraft.item.crafting.Ingredient@6ca4ad47]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5147 farmingforblockheads:chicken_nest RecipeStage{tier='two', recipe=1xtile.farmingforblockheads:chicken_nest@0:[net.minecraftforge.oredict.OreIngredient@1eba5d88, net.minecraft.item.crafting.Ingredient@5ea4794c, net.minecraftforge.oredict.OreIngredient@1eba5d88]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5219 ferdinandsflowers:block_stone_light_stone RecipeStage{tier='one', recipe=1xtile.block_stone_light@0:[net.minecraft.item.crafting.Ingredient@44739be, net.minecraft.item.crafting.Ingredient@3e102b52]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5220 ferdinandsflowers:block_stone_light_smooth_granite RecipeStage{tier='one', recipe=1xtile.block_stone_light@6:[net.minecraft.item.crafting.Ingredient@19f10b14, net.minecraft.item.crafting.Ingredient@52710d6f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5221 ferdinandsflowers:block_stone_light_smooth_diorite RecipeStage{tier='one', recipe=1xtile.block_stone_light@4:[net.minecraft.item.crafting.Ingredient@1eb99d6c, net.minecraft.item.crafting.Ingredient@62aef67b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5222 ferdinandsflowers:block_stone_light_smooth_andesite RecipeStage{tier='one', recipe=1xtile.block_stone_light@2:[net.minecraft.item.crafting.Ingredient@748fb389, net.minecraft.item.crafting.Ingredient@5972d364]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5223 ferdinandsflowers:block_stone_light_granite RecipeStage{tier='one', recipe=1xtile.block_stone_light@5:[net.minecraft.item.crafting.Ingredient@48d6df36, net.minecraft.item.crafting.Ingredient@26bbbf5c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5224 ferdinandsflowers:block_stone_light_diorite RecipeStage{tier='one', recipe=1xtile.block_stone_light@3:[net.minecraft.item.crafting.Ingredient@7d59a398, net.minecraft.item.crafting.Ingredient@4c53b5d6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5225 ferdinandsflowers:block_stone_light_andesite RecipeStage{tier='one', recipe=1xtile.block_stone_light@1:[net.minecraft.item.crafting.Ingredient@59d56c71, net.minecraft.item.crafting.Ingredient@b7e82b1]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5226 ferdinandsflowers:block_stonebrick_light_stone RecipeStage{tier='two', recipe=1xtile.block_stonebrick_light@0:[net.minecraft.item.crafting.Ingredient@1fcd2fe2, net.minecraft.item.crafting.Ingredient@24f73417]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5227 ferdinandsflowers:block_stonebrick_light_mossy RecipeStage{tier='two', recipe=1xtile.block_stonebrick_light@1:[net.minecraft.item.crafting.Ingredient@1febc1f1, net.minecraft.item.crafting.Ingredient@61c8ec40]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5228 ferdinandsflowers:block_stonebrick_light_cracked RecipeStage{tier='two', recipe=1xtile.block_stonebrick_light@2:[net.minecraft.item.crafting.Ingredient@54edc124, net.minecraft.item.crafting.Ingredient@186499d9]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5229 ferdinandsflowers:block_stonebrick_light_chiseled RecipeStage{tier='two', recipe=1xtile.block_stonebrick_light@3:[net.minecraft.item.crafting.Ingredient@723bb2ec, net.minecraft.item.crafting.Ingredient@6ae3382c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5230 ferdinandsflowers:block_sand_light_sand RecipeStage{tier='one', recipe=1xtile.block_sand_light@0:[net.minecraft.item.crafting.Ingredient@7c7f73d6, net.minecraft.item.crafting.Ingredient@704257c2]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5231 ferdinandsflowers:block_sand_light_red RecipeStage{tier='one', recipe=1xtile.block_sand_light@1:[net.minecraft.item.crafting.Ingredient@21dc37c9, net.minecraft.item.crafting.Ingredient@21c6fc93]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5232 ferdinandsflowers:block_plank_light_spruce RecipeStage{tier='one', recipe=1xtile.block_plank_light@2:[net.minecraft.item.crafting.Ingredient@41d42353, net.minecraft.item.crafting.Ingredient@342bde0e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5233 ferdinandsflowers:block_plank_light_oak RecipeStage{tier='one', recipe=1xtile.block_plank_light@0:[net.minecraft.item.crafting.Ingredient@6ebc656a, net.minecraft.item.crafting.Ingredient@30d96142]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5234 ferdinandsflowers:block_plank_light_jungle RecipeStage{tier='one', recipe=1xtile.block_plank_light@4:[net.minecraft.item.crafting.Ingredient@551d138a, net.minecraft.item.crafting.Ingredient@78991422]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5235 ferdinandsflowers:block_plank_light_dark_oak RecipeStage{tier='one', recipe=1xtile.block_plank_light@3:[net.minecraft.item.crafting.Ingredient@2ddebb4a, net.minecraft.item.crafting.Ingredient@769cdbd3]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5236 ferdinandsflowers:block_plank_light_birch RecipeStage{tier='one', recipe=1xtile.block_plank_light@1:[net.minecraft.item.crafting.Ingredient@65434c9a, net.minecraft.item.crafting.Ingredient@429ec79f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5237 ferdinandsflowers:block_plank_light_acacia RecipeStage{tier='one', recipe=1xtile.block_plank_light@5:[net.minecraft.item.crafting.Ingredient@366350f8, net.minecraft.item.crafting.Ingredient@43fa74bf]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5238 ferdinandsflowers:block_metal_light_redstone RecipeStage{tier='two', recipe=1xtile.block_metal_light@1:[net.minecraft.item.crafting.Ingredient@453a85bc, net.minecraft.item.crafting.Ingredient@72680542]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5239 ferdinandsflowers:block_metal_light_lapis RecipeStage{tier='two', recipe=1xtile.block_metal_light@3:[net.minecraft.item.crafting.Ingredient@3e6321b2, net.minecraft.item.crafting.Ingredient@2a5ce732]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5240 ferdinandsflowers:block_metal_light_iron RecipeStage{tier='two', recipe=1xtile.block_metal_light@0:[net.minecraft.item.crafting.Ingredient@62121cfd, net.minecraft.item.crafting.Ingredient@1c2cf905]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5241 ferdinandsflowers:block_metal_light_gold RecipeStage{tier='two', recipe=1xtile.block_metal_light@2:[net.minecraft.item.crafting.Ingredient@7ce45e7a, net.minecraft.item.crafting.Ingredient@69a6d82f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5242 ferdinandsflowers:block_metal_light_coal RecipeStage{tier='two', recipe=1xtile.block_metal_light@4:[net.minecraft.item.crafting.Ingredient@22e7da5d, net.minecraft.item.crafting.Ingredient@33c6673]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5243 ferdinandsflowers:block_log_light_spruce RecipeStage{tier='one', recipe=1xtile.block_log_light@2:[net.minecraft.item.crafting.Ingredient@6dcd8950, net.minecraft.item.crafting.Ingredient@6e4c8e7d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5244 ferdinandsflowers:block_log_light_oak RecipeStage{tier='one', recipe=1xtile.block_log_light@0:[net.minecraft.item.crafting.Ingredient@31a83670, net.minecraft.item.crafting.Ingredient@706fa387]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5245 ferdinandsflowers:block_log_light_jungle RecipeStage{tier='one', recipe=1xtile.block_log_light@4:[net.minecraft.item.crafting.Ingredient@388173ad, net.minecraft.item.crafting.Ingredient@673885d3]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5246 ferdinandsflowers:block_log_light_dark_oak RecipeStage{tier='one', recipe=1xtile.block_log_light@3:[net.minecraft.item.crafting.Ingredient@5acf56b9, net.minecraft.item.crafting.Ingredient@4ab6140]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5247 ferdinandsflowers:block_log_light_birch RecipeStage{tier='one', recipe=1xtile.block_log_light@1:[net.minecraft.item.crafting.Ingredient@309c6bd5, net.minecraft.item.crafting.Ingredient@db2ab9e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5248 ferdinandsflowers:block_log_light_acacia RecipeStage{tier='one', recipe=1xtile.block_log_light@5:[net.minecraft.item.crafting.Ingredient@3116cd3f, net.minecraft.item.crafting.Ingredient@7fba3669]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5249 ferdinandsflowers:block_gravel_light RecipeStage{tier='one', recipe=1xtile.block_gravel_light@0:[net.minecraft.item.crafting.Ingredient@ddd38be, net.minecraft.item.crafting.Ingredient@35fbf8c9]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5250 ferdinandsflowers:block_flower_chest RecipeStage{tier='zero', recipe=1xtile.block_flower_chest@0:[net.minecraft.item.crafting.Ingredient@1a2e3f28, net.minecraft.item.crafting.Ingredient@1a2e3f28, net.minecraft.item.crafting.Ingredient@1a2e3f28, net.minecraft.item.crafting.Ingredient@1a2e3f28, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1a2e3f28, net.minecraft.item.crafting.Ingredient@1a2e3f28, net.minecraft.item.crafting.Ingredient@1a2e3f28, net.minecraft.item.crafting.Ingredient@1a2e3f28]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5256 ferdinandsflowers:block_dye_glass_pane_yellow_orange RecipeStage{tier='two', recipe=16xtile.block_dye_glass_pane@2:[net.minecraft.item.crafting.Ingredient@117f98e0, net.minecraft.item.crafting.Ingredient@117f98e0, net.minecraft.item.crafting.Ingredient@117f98e0, net.minecraft.item.crafting.Ingredient@117f98e0, net.minecraft.item.crafting.Ingredient@117f98e0, net.minecraft.item.crafting.Ingredient@117f98e0]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5257 ferdinandsflowers:block_dye_glass_pane_yellow RecipeStage{tier='two', recipe=16xtile.block_dye_glass_pane@3:[net.minecraft.item.crafting.Ingredient@ece1724, net.minecraft.item.crafting.Ingredient@ece1724, net.minecraft.item.crafting.Ingredient@ece1724, net.minecraft.item.crafting.Ingredient@ece1724, net.minecraft.item.crafting.Ingredient@ece1724, net.minecraft.item.crafting.Ingredient@ece1724]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5258 ferdinandsflowers:block_dye_glass_pane_red RecipeStage{tier='two', recipe=16xtile.block_dye_glass_pane@0:[net.minecraft.item.crafting.Ingredient@337931b0, net.minecraft.item.crafting.Ingredient@337931b0, net.minecraft.item.crafting.Ingredient@337931b0, net.minecraft.item.crafting.Ingredient@337931b0, net.minecraft.item.crafting.Ingredient@337931b0, net.minecraft.item.crafting.Ingredient@337931b0]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5259 ferdinandsflowers:block_dye_glass_pane_purple RecipeStage{tier='two', recipe=16xtile.block_dye_glass_pane@12:[net.minecraft.item.crafting.Ingredient@1f6379f2, net.minecraft.item.crafting.Ingredient@1f6379f2, net.minecraft.item.crafting.Ingredient@1f6379f2, net.minecraft.item.crafting.Ingredient@1f6379f2, net.minecraft.item.crafting.Ingredient@1f6379f2, net.minecraft.item.crafting.Ingredient@1f6379f2]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5260 ferdinandsflowers:block_dye_glass_pane_pink RecipeStage{tier='two', recipe=16xtile.block_dye_glass_pane@15:[net.minecraft.item.crafting.Ingredient@53e7aa5, net.minecraft.item.crafting.Ingredient@53e7aa5, net.minecraft.item.crafting.Ingredient@53e7aa5, net.minecraft.item.crafting.Ingredient@53e7aa5, net.minecraft.item.crafting.Ingredient@53e7aa5, net.minecraft.item.crafting.Ingredient@53e7aa5]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5261 ferdinandsflowers:block_dye_glass_pane_orange RecipeStage{tier='two', recipe=16xtile.block_dye_glass_pane@1:[net.minecraft.item.crafting.Ingredient@1929dd20, net.minecraft.item.crafting.Ingredient@1929dd20, net.minecraft.item.crafting.Ingredient@1929dd20, net.minecraft.item.crafting.Ingredient@1929dd20, net.minecraft.item.crafting.Ingredient@1929dd20, net.minecraft.item.crafting.Ingredient@1929dd20]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5262 ferdinandsflowers:block_dye_glass_pane_magenta RecipeStage{tier='two', recipe=16xtile.block_dye_glass_pane@14:[net.minecraft.item.crafting.Ingredient@6b0b6e51, net.minecraft.item.crafting.Ingredient@6b0b6e51, net.minecraft.item.crafting.Ingredient@6b0b6e51, net.minecraft.item.crafting.Ingredient@6b0b6e51, net.minecraft.item.crafting.Ingredient@6b0b6e51, net.minecraft.item.crafting.Ingredient@6b0b6e51]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5263 ferdinandsflowers:block_dye_glass_pane_lime RecipeStage{tier='two', recipe=16xtile.block_dye_glass_pane@4:[net.minecraft.item.crafting.Ingredient@529d1bb6, net.minecraft.item.crafting.Ingredient@529d1bb6, net.minecraft.item.crafting.Ingredient@529d1bb6, net.minecraft.item.crafting.Ingredient@529d1bb6, net.minecraft.item.crafting.Ingredient@529d1bb6, net.minecraft.item.crafting.Ingredient@529d1bb6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5264 ferdinandsflowers:block_dye_glass_pane_light_blue RecipeStage{tier='two', recipe=16xtile.block_dye_glass_pane@8:[net.minecraft.item.crafting.Ingredient@3cc0b44b, net.minecraft.item.crafting.Ingredient@3cc0b44b, net.minecraft.item.crafting.Ingredient@3cc0b44b, net.minecraft.item.crafting.Ingredient@3cc0b44b, net.minecraft.item.crafting.Ingredient@3cc0b44b, net.minecraft.item.crafting.Ingredient@3cc0b44b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5265 ferdinandsflowers:block_dye_glass_pane_lavender RecipeStage{tier='two', recipe=16xtile.block_dye_glass_pane@13:[net.minecraft.item.crafting.Ingredient@3d315906, net.minecraft.item.crafting.Ingredient@3d315906, net.minecraft.item.crafting.Ingredient@3d315906, net.minecraft.item.crafting.Ingredient@3d315906, net.minecraft.item.crafting.Ingredient@3d315906, net.minecraft.item.crafting.Ingredient@3d315906]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5266 ferdinandsflowers:block_dye_glass_pane_green RecipeStage{tier='two', recipe=16xtile.block_dye_glass_pane@5:[net.minecraft.item.crafting.Ingredient@7eb3e12e, net.minecraft.item.crafting.Ingredient@7eb3e12e, net.minecraft.item.crafting.Ingredient@7eb3e12e, net.minecraft.item.crafting.Ingredient@7eb3e12e, net.minecraft.item.crafting.Ingredient@7eb3e12e, net.minecraft.item.crafting.Ingredient@7eb3e12e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5267 ferdinandsflowers:block_dye_glass_pane_cyan RecipeStage{tier='two', recipe=16xtile.block_dye_glass_pane@7:[net.minecraft.item.crafting.Ingredient@64f132d6, net.minecraft.item.crafting.Ingredient@64f132d6, net.minecraft.item.crafting.Ingredient@64f132d6, net.minecraft.item.crafting.Ingredient@64f132d6, net.minecraft.item.crafting.Ingredient@64f132d6, net.minecraft.item.crafting.Ingredient@64f132d6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5268 ferdinandsflowers:block_dye_glass_pane_blue_purple RecipeStage{tier='two', recipe=16xtile.block_dye_glass_pane@11:[net.minecraft.item.crafting.Ingredient@79b63b19, net.minecraft.item.crafting.Ingredient@79b63b19, net.minecraft.item.crafting.Ingredient@79b63b19, net.minecraft.item.crafting.Ingredient@79b63b19, net.minecraft.item.crafting.Ingredient@79b63b19, net.minecraft.item.crafting.Ingredient@79b63b19]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5269 ferdinandsflowers:block_dye_glass_pane_blue_green RecipeStage{tier='two', recipe=16xtile.block_dye_glass_pane@6:[net.minecraft.item.crafting.Ingredient@4ceb3fb, net.minecraft.item.crafting.Ingredient@4ceb3fb, net.minecraft.item.crafting.Ingredient@4ceb3fb, net.minecraft.item.crafting.Ingredient@4ceb3fb, net.minecraft.item.crafting.Ingredient@4ceb3fb, net.minecraft.item.crafting.Ingredient@4ceb3fb]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5270 ferdinandsflowers:block_dye_glass_pane_blue_bell RecipeStage{tier='two', recipe=16xtile.block_dye_glass_pane@9:[net.minecraft.item.crafting.Ingredient@34f1f384, net.minecraft.item.crafting.Ingredient@34f1f384, net.minecraft.item.crafting.Ingredient@34f1f384, net.minecraft.item.crafting.Ingredient@34f1f384, net.minecraft.item.crafting.Ingredient@34f1f384, net.minecraft.item.crafting.Ingredient@34f1f384]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5271 ferdinandsflowers:block_dye_glass_pane_blue RecipeStage{tier='two', recipe=16xtile.block_dye_glass_pane@10:[net.minecraft.item.crafting.Ingredient@116a556a, net.minecraft.item.crafting.Ingredient@116a556a, net.minecraft.item.crafting.Ingredient@116a556a, net.minecraft.item.crafting.Ingredient@116a556a, net.minecraft.item.crafting.Ingredient@116a556a, net.minecraft.item.crafting.Ingredient@116a556a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5347 ferdinandsflowers:block_dirt_light_dirt RecipeStage{tier='one', recipe=1xtile.block_dirt_light@0:[net.minecraft.item.crafting.Ingredient@3965f9a2, net.minecraft.item.crafting.Ingredient@20f0ed5a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5348 ferdinandsflowers:block_dirt_light_coarse RecipeStage{tier='one', recipe=1xtile.block_dirt_light@1:[net.minecraft.item.crafting.Ingredient@1ffed4bd, net.minecraft.item.crafting.Ingredient@a3eeb66]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5349 ferdinandsflowers:block_cobble_light_mossy RecipeStage{tier='one', recipe=1xtile.block_cobble_light@1:[net.minecraft.item.crafting.Ingredient@7a6a596b, net.minecraft.item.crafting.Ingredient@73e42ec]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5350 ferdinandsflowers:block_cobble_light_cobble RecipeStage{tier='one', recipe=1xtile.block_cobble_light@0:[net.minecraft.item.crafting.Ingredient@2071336a, net.minecraft.item.crafting.Ingredient@36fbbf9f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5351 ferdinandsflowers:block_cff_doublesp_medium_pink RecipeStage{tier='zero', recipe=1xtile.block_cff_doublesp@5:[net.minecraft.item.crafting.Ingredient@25a528c7, net.minecraft.item.crafting.Ingredient@bdf2774, net.minecraft.item.crafting.Ingredient@25a528c7, net.minecraft.item.crafting.Ingredient@25a528c7, net.minecraft.item.crafting.Ingredient@2c3c1ab2, net.minecraft.item.crafting.Ingredient@25a528c7]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5352 ferdinandsflowers:block_cff_doublesp_magenta RecipeStage{tier='zero', recipe=1xtile.block_cff_doublesp@3:[net.minecraft.item.crafting.Ingredient@368479e6, net.minecraft.item.crafting.Ingredient@763d1a89, net.minecraft.item.crafting.Ingredient@368479e6, net.minecraft.item.crafting.Ingredient@368479e6, net.minecraft.item.crafting.Ingredient@4502873e, net.minecraft.item.crafting.Ingredient@368479e6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5353 ferdinandsflowers:block_cff_doublesp_dark_magenta RecipeStage{tier='zero', recipe=1xtile.block_cff_doublesp@4:[net.minecraft.item.crafting.Ingredient@6dbea75d, net.minecraft.item.crafting.Ingredient@3024a2e4, net.minecraft.item.crafting.Ingredient@6dbea75d, net.minecraft.item.crafting.Ingredient@6dbea75d, net.minecraft.item.crafting.Ingredient@827c4aa, net.minecraft.item.crafting.Ingredient@6dbea75d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5354 ferdinandsflowers:block_cff_doublesp_dark_blue RecipeStage{tier='zero', recipe=1xtile.block_cff_doublesp@1:[net.minecraft.item.crafting.Ingredient@288285b3, net.minecraft.item.crafting.Ingredient@58b7cc16, net.minecraft.item.crafting.Ingredient@288285b3, net.minecraft.item.crafting.Ingredient@288285b3, net.minecraft.item.crafting.Ingredient@562b8d17, net.minecraft.item.crafting.Ingredient@288285b3]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5355 ferdinandsflowers:block_cff_doublesp_blue_purple RecipeStage{tier='zero', recipe=1xtile.block_cff_doublesp@2:[net.minecraft.item.crafting.Ingredient@285a87f7, net.minecraft.item.crafting.Ingredient@5fc20ede, net.minecraft.item.crafting.Ingredient@285a87f7, net.minecraft.item.crafting.Ingredient@285a87f7, net.minecraft.item.crafting.Ingredient@9851a51, net.minecraft.item.crafting.Ingredient@285a87f7]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5356 ferdinandsflowers:block_cff_doublesp_blue_bell RecipeStage{tier='zero', recipe=1xtile.block_cff_doublesp@0:[net.minecraft.item.crafting.Ingredient@269333ef, net.minecraft.item.crafting.Ingredient@2dd24ca7, net.minecraft.item.crafting.Ingredient@269333ef, net.minecraft.item.crafting.Ingredient@269333ef, net.minecraft.item.crafting.Ingredient@10ded543, net.minecraft.item.crafting.Ingredient@269333ef]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5357 ferdinandsflowers:block_cff_dark_osto RecipeStage{tier='zero', recipe=1xtile.block_cff_dark@1:[net.minecraft.item.crafting.Ingredient@7b9f3b66, net.minecraft.item.crafting.Ingredient@7b9f3b66, net.minecraft.item.crafting.Ingredient@7b9f3b66, net.minecraft.item.crafting.Ingredient@7b9f3b66, net.minecraft.item.crafting.Ingredient@7b9f3b66, net.minecraft.item.crafting.Ingredient@7b9f3b66, net.minecraft.item.crafting.Ingredient@7b9f3b66, net.minecraft.item.crafting.Ingredient@7b9f3b66, net.minecraft.item.crafting.Ingredient@7b9f3b66]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5358 ferdinandsflowers:block_birthday RecipeStage{tier='three', recipe=1xtile.block_birthday@0:[net.minecraft.item.crafting.Ingredient@69ba41b9, net.minecraft.item.crafting.Ingredient@69ba41b9, net.minecraft.item.crafting.Ingredient@69ba41b9, net.minecraft.item.crafting.Ingredient@7e8e5baa, net.minecraft.item.crafting.Ingredient@24620cb5, net.minecraft.item.crafting.Ingredient@7e8e5baa, net.minecraft.item.crafting.Ingredient@1fee2178, net.minecraft.item.crafting.Ingredient@591df6d0, net.minecraft.item.crafting.Ingredient@1fee2178]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5375 immcraft:rock RecipeStage{tier='tutorial', recipe=9xtile.immcraft.rock@0:[net.minecraft.item.crafting.Ingredient@5d69e65d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5377 immersivepetroleum:tool/projector RecipeStage{tier='three', recipe=1xitem.immersivepetroleum.schematic@0:[net.minecraftforge.oredict.OreIngredient@5900c207, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@24d2b927, net.minecraft.item.crafting.Ingredient@3081dc42, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@24d2b927, net.minecraftforge.oredict.OreIngredient@d9b42bd]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5378 immersivepetroleum:tool/oil_can RecipeStage{tier='three', recipe=1xitem.immersivepetroleum.oil_can@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@16c49cda, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@29713557, net.minecraft.item.crafting.Ingredient@4290b425, net.minecraftforge.oredict.OreIngredient@29713557]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5379 immersivepetroleum:stone_decoration/asphalt2 RecipeStage{tier='three', recipe=12xtile.immersivepetroleum.stone_decoration@0:[net.minecraftforge.oredict.OreIngredient@c61d31a, net.minecraft.item.crafting.Ingredient@17442a0, net.minecraftforge.oredict.OreIngredient@c61d31a, net.minecraft.item.crafting.Ingredient@6dfba903, blusunrize.immersiveengineering.common.crafting.IngredientFluidStack@2a7992f1, net.minecraft.item.crafting.Ingredient@6dfba903, net.minecraftforge.oredict.OreIngredient@c61d31a, net.minecraft.item.crafting.Ingredient@17442a0, net.minecraftforge.oredict.OreIngredient@c61d31a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5380 immersivepetroleum:stone_decoration/asphalt RecipeStage{tier='three', recipe=8xtile.immersivepetroleum.stone_decoration@0:[net.minecraftforge.oredict.OreIngredient@5a0fc71f, net.minecraft.item.crafting.Ingredient@17442a0, net.minecraftforge.oredict.OreIngredient@5a0fc71f, net.minecraft.item.crafting.Ingredient@3044f8e2, blusunrize.immersiveengineering.common.crafting.IngredientFluidStack@56436d7b, net.minecraft.item.crafting.Ingredient@3044f8e2, net.minecraftforge.oredict.OreIngredient@5a0fc71f, net.minecraft.item.crafting.Ingredient@17442a0, net.minecraftforge.oredict.OreIngredient@5a0fc71f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5381 immersivepetroleum:speedboat/speedboat RecipeStage{tier='three', recipe=1xitem.immersivepetroleum.speedboat@0:[net.minecraftforge.oredict.OreIngredient@d9b42bd, net.minecraft.item.crafting.Ingredient@5d6be1f6, net.minecraft.item.crafting.Ingredient@24eabc22, net.minecraftforge.oredict.OreIngredient@d9b42bd, net.minecraftforge.oredict.OreIngredient@d9b42bd, net.minecraftforge.oredict.OreIngredient@d9b42bd]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5382 immersivepetroleum:speedboat/rudders net.minecraftforge.oredict.ShapedOreRecipe@23be7b94 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5383 immersivepetroleum:speedboat/reinforced_hull RecipeStage{tier='three', recipe=1xitem.immersivepetroleum.upgrades@0:[net.minecraftforge.oredict.OreIngredient@7f1c6556, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7f1c6556, net.minecraftforge.oredict.OreIngredient@7f1c6556, net.minecraftforge.oredict.OreIngredient@53a7692a, net.minecraftforge.oredict.OreIngredient@7f1c6556]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5384 immersivepetroleum:speedboat/icebreaker_bow net.minecraftforge.oredict.ShapedOreRecipe@759e4e23 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5385 immersivepetroleum:speedboat/expanded_tank net.minecraftforge.oredict.ShapedOreRecipe@74fe9b71 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5386 immersivepetroleum:speedboat/emergency_paddles net.minecraftforge.oredict.ShapedOreRecipe@5dbc1edb +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5387 immersivepetroleum:misc/drill_lube_alt RecipeStage{tier='three', recipe=1xitem.immersiveengineering.toolupgrade@1:[blusunrize.immersiveengineering.common.crafting.IngredientFluidStack@f27ec0a, net.minecraftforge.oredict.OreIngredient@24d2b927, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@24d2b927, blusunrize.immersiveengineering.common.crafting.IngredientFluidStack@f27ec0a, net.minecraftforge.oredict.OreIngredient@24d2b927, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@24d2b927, net.minecraft.item.crafting.Ingredient@5d6be1f6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5388 immersivepetroleum:metal_decoration/generator net.minecraftforge.oredict.ShapedOreRecipe@360f2e81 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5389 immersivepetroleum:metal_decoration/auto_lubricator RecipeStage{tier='three', recipe=1xtile.immersivepetroleum.metal_device@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7c8a89ca, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7c8a89ca, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7c8a89ca, net.minecraftforge.oredict.OreIngredient@d9b42bd, net.minecraft.item.crafting.Ingredient@760165d7, net.minecraftforge.oredict.OreIngredient@d9b42bd]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5390 immersivetech:stone_decoration/cokebrick_reinforced RecipeStage{tier='three', recipe=1xtile.immersivetech.stone_decoration@0:[net.minecraftforge.oredict.OreIngredient@68610488, net.minecraft.item.crafting.Ingredient@32337b47]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5391 immersivetech:metal_device/coke_oven_preheater RecipeStage{tier='three', recipe=1xtile.immersivetech.metal_device@0:[net.minecraftforge.oredict.OreIngredient@f3388fc, net.minecraftforge.oredict.OreIngredient@f3388fc, net.minecraftforge.oredict.OreIngredient@f3388fc, net.minecraft.item.crafting.Ingredient@cfc644, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@cfc644, net.minecraftforge.oredict.OreIngredient@f3388fc, net.minecraftforge.oredict.OreIngredient@f3388fc, net.minecraftforge.oredict.OreIngredient@f3388fc]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5392 immersivetech:connectors/connectors_timer RecipeStage{tier='three', recipe=1xtile.immersivetech.connectors@0:[net.minecraftforge.oredict.OreIngredient@549edcb0, net.minecraft.item.crafting.Ingredient@9c85c38, net.minecraftforge.oredict.OreIngredient@549edcb0, net.minecraft.item.crafting.Ingredient@2a6072f8, net.minecraft.item.crafting.Ingredient@2a6072f8, net.minecraft.item.crafting.Ingredient@2a6072f8, net.minecraftforge.oredict.OreIngredient@549edcb0, net.minecraftforge.oredict.OreIngredient@13ad1d8f, net.minecraftforge.oredict.OreIngredient@549edcb0]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5393 teslacorelib:wrench RecipeStage{tier='four', recipe=1xitem.teslacorelib.wrench@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6823d070, net.minecraftforge.oredict.OreIngredient@2b24f072, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2b24f072, net.minecraftforge.oredict.OreIngredient@61fd9236, net.minecraftforge.oredict.OreIngredient@2b24f072, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5394 teslacorelib:speed_upgrade_tier_2_2 RecipeStage{tier='four', recipe=1xitem.teslacorelib.speed_tier2@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5b83af98, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5b83af98, net.minecraft.item.crafting.Ingredient@48b9eef0, net.minecraftforge.oredict.OreIngredient@5b83af98, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5b83af98, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5395 teslacorelib:speed_upgrade_tier_2 _1 RecipeStage{tier='four', recipe=1xitem.teslacorelib.speed_tier2@0:[net.minecraftforge.oredict.OreIngredient@5bbd466e, net.minecraftforge.oredict.OreIngredient@74c99b32, net.minecraftforge.oredict.OreIngredient@5bbd466e, net.minecraftforge.oredict.OreIngredient@5bbd466e, net.minecraft.item.crafting.Ingredient@7069cabb, net.minecraftforge.oredict.OreIngredient@5bbd466e, net.minecraftforge.oredict.OreIngredient@5bbd466e, net.minecraftforge.oredict.OreIngredient@74c99b32, net.minecraftforge.oredict.OreIngredient@5bbd466e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5396 teslacorelib:speed_upgrade_tier_1 RecipeStage{tier='four', recipe=1xitem.teslacorelib.speed_tier1@0:[net.minecraftforge.oredict.OreIngredient@5fb734fa, net.minecraftforge.oredict.OreIngredient@2e461042, net.minecraftforge.oredict.OreIngredient@5fb734fa, net.minecraftforge.oredict.OreIngredient@5fb734fa, net.minecraft.item.crafting.Ingredient@1a892a7, net.minecraftforge.oredict.OreIngredient@5fb734fa, net.minecraftforge.oredict.OreIngredient@5fb734fa, net.minecraftforge.oredict.OreIngredient@2e461042, net.minecraftforge.oredict.OreIngredient@5fb734fa]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5398 teslacorelib:gear_stone RecipeStage{tier='one', recipe=1xitem.teslacorelib.gear_stone@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@56ce37b0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@56ce37b0, net.minecraftforge.oredict.OreIngredient@485432d1, net.minecraft.item.crafting.Ingredient@56ce37b0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@56ce37b0, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5404 teslacorelib:energy_upgrade_tier_2_2 RecipeStage{tier='four', recipe=1xitem.teslacorelib.energy_tier2@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6353819f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6353819f, net.minecraft.item.crafting.Ingredient@78db3af, net.minecraftforge.oredict.OreIngredient@6353819f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6353819f, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5405 teslacorelib:energy_upgrade_tier_2_1 RecipeStage{tier='four', recipe=1xitem.teslacorelib.energy_tier2@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@176f1cae, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@13d5b5f2, net.minecraft.item.crafting.Ingredient@d896d6e, net.minecraftforge.oredict.OreIngredient@13d5b5f2, net.minecraftforge.oredict.OreIngredient@13d5b5f2, net.minecraftforge.oredict.OreIngredient@13d5b5f2, net.minecraftforge.oredict.OreIngredient@13d5b5f2]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5406 teslacorelib:energy_upgrade_tier_1 RecipeStage{tier='four', recipe=1xitem.teslacorelib.energy_tier1@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@59c4a787, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@160aaae2, net.minecraft.item.crafting.Ingredient@38d57067, net.minecraftforge.oredict.OreIngredient@160aaae2, net.minecraftforge.oredict.OreIngredient@160aaae2, net.minecraftforge.oredict.OreIngredient@160aaae2, net.minecraftforge.oredict.OreIngredient@160aaae2]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5407 teslacorelib:base_addon_item RecipeStage{tier='four', recipe=1xitem.teslacorelib.base_addon@0:[net.minecraftforge.oredict.OreIngredient@1d1f704a, net.minecraftforge.oredict.OreIngredient@3720cf37, net.minecraftforge.oredict.OreIngredient@1d1f704a, net.minecraftforge.oredict.OreIngredient@1d1f704a, net.minecraftforge.oredict.OreIngredient@1d1f704a, net.minecraftforge.oredict.OreIngredient@1d1f704a, net.minecraftforge.oredict.OreIngredient@1d1f704a, net.minecraftforge.oredict.OreIngredient@3720cf37, net.minecraftforge.oredict.OreIngredient@1d1f704a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5408 industrialforegoing:conveyor_4_yellow RecipeStage{tier='three', recipe=8xtile.industrialforegoing.conveyor@4:[net.minecraft.item.crafting.Ingredient@1e3f63a3, net.minecraft.item.crafting.Ingredient@1e3f63a3, net.minecraft.item.crafting.Ingredient@1e3f63a3, net.minecraft.item.crafting.Ingredient@1e3f63a3, net.minecraftforge.oredict.OreIngredient@4ddd2f38, net.minecraft.item.crafting.Ingredient@1e3f63a3, net.minecraft.item.crafting.Ingredient@1e3f63a3, net.minecraft.item.crafting.Ingredient@1e3f63a3, net.minecraft.item.crafting.Ingredient@1e3f63a3]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5409 industrialforegoing:wither_builder RecipeStage{tier='four', recipe=1xtile.industrialforegoing.wither_builder@0:[net.minecraft.item.crafting.Ingredient@3691c37f, net.minecraft.item.crafting.Ingredient@36d82185, net.minecraft.item.crafting.Ingredient@3691c37f, net.minecraft.item.crafting.Ingredient@6c3f0d4, net.minecraft.item.crafting.Ingredient@140be3f3, net.minecraft.item.crafting.Ingredient@6c3f0d4, net.minecraft.item.crafting.Ingredient@73bc4531, net.minecraft.item.crafting.Ingredient@73bc4531, net.minecraft.item.crafting.Ingredient@73bc4531]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5410 industrialforegoing:range_addon_2 RecipeStage{tier='four', recipe=1xitem.industrialforegoing.range_addon@2:[net.minecraftforge.oredict.OreIngredient@5015f188, net.minecraft.item.crafting.Ingredient@6fbe7561, net.minecraftforge.oredict.OreIngredient@5015f188, net.minecraftforge.oredict.OreIngredient@5015f188, net.minecraftforge.oredict.OreIngredient@333f043f, net.minecraftforge.oredict.OreIngredient@5015f188, net.minecraftforge.oredict.OreIngredient@5015f188, net.minecraft.item.crafting.Ingredient@6fbe7561, net.minecraftforge.oredict.OreIngredient@5015f188]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5411 industrialforegoing:animal_byproduct_recolector RecipeStage{tier='four', recipe=1xtile.industrialforegoing.animal_byproduct_recolector@0:[net.minecraft.item.crafting.Ingredient@262cf4f9, net.minecraft.item.crafting.Ingredient@7311170d, net.minecraft.item.crafting.Ingredient@262cf4f9, net.minecraft.item.crafting.Ingredient@2ec6b2dc, net.minecraft.item.crafting.Ingredient@325bbeaa, net.minecraft.item.crafting.Ingredient@2ec6b2dc, net.minecraft.item.crafting.Ingredient@2ec6b2dc, net.minecraft.item.crafting.Ingredient@657f6000, net.minecraft.item.crafting.Ingredient@2ec6b2dc]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5412 industrialforegoing:range_addon_4 RecipeStage{tier='four', recipe=1xitem.industrialforegoing.range_addon@4:[net.minecraftforge.oredict.OreIngredient@4e0272a0, net.minecraft.item.crafting.Ingredient@3b404a8f, net.minecraftforge.oredict.OreIngredient@4e0272a0, net.minecraftforge.oredict.OreIngredient@4e0272a0, net.minecraftforge.oredict.OreIngredient@333f043f, net.minecraftforge.oredict.OreIngredient@4e0272a0, net.minecraftforge.oredict.OreIngredient@4e0272a0, net.minecraft.item.crafting.Ingredient@3b404a8f, net.minecraftforge.oredict.OreIngredient@4e0272a0]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5415 industrialforegoing:conveyor_14_red RecipeStage{tier='three', recipe=8xtile.industrialforegoing.conveyor@14:[net.minecraft.item.crafting.Ingredient@60a95d20, net.minecraft.item.crafting.Ingredient@60a95d20, net.minecraft.item.crafting.Ingredient@60a95d20, net.minecraft.item.crafting.Ingredient@60a95d20, net.minecraftforge.oredict.OreIngredient@5eb76f1a, net.minecraft.item.crafting.Ingredient@60a95d20, net.minecraft.item.crafting.Ingredient@60a95d20, net.minecraft.item.crafting.Ingredient@60a95d20, net.minecraft.item.crafting.Ingredient@60a95d20]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5418 industrialforegoing:conveyor_upgrade_3 RecipeStage{tier='three', recipe=1xitem.industrialforegoing_conveyor_upgrade@3:[net.minecraftforge.oredict.OreIngredient@5015f188, net.minecraft.item.crafting.Ingredient@90950e3, net.minecraftforge.oredict.OreIngredient@5015f188, net.minecraftforge.oredict.OreIngredient@5015f188, net.minecraft.item.crafting.Ingredient@1cbac99e, net.minecraftforge.oredict.OreIngredient@5015f188, net.minecraftforge.oredict.OreIngredient@5015f188, net.minecraft.item.crafting.Ingredient@705f89ac, net.minecraftforge.oredict.OreIngredient@5015f188]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5421 industrialforegoing:mob_detector RecipeStage{tier='four', recipe=1xtile.industrialforegoing.mob_detector@0:[net.minecraft.item.crafting.Ingredient@1c4bfe21, net.minecraft.item.crafting.Ingredient@1c4bfe21, net.minecraft.item.crafting.Ingredient@1c4bfe21, net.minecraft.item.crafting.Ingredient@4e2bcf76, net.minecraft.item.crafting.Ingredient@3d9b192c, net.minecraft.item.crafting.Ingredient@4e2bcf76, net.minecraft.item.crafting.Ingredient@5cce2890, net.minecraft.item.crafting.Ingredient@1f376fde, net.minecraft.item.crafting.Ingredient@5cce2890]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5422 industrialforegoing:conveyor_upgrade_2 RecipeStage{tier='three', recipe=1xitem.industrialforegoing_conveyor_upgrade@2:[net.minecraftforge.oredict.OreIngredient@5015f188, net.minecraft.item.crafting.Ingredient@638a9847, net.minecraftforge.oredict.OreIngredient@5015f188, net.minecraftforge.oredict.OreIngredient@5015f188, net.minecraft.item.crafting.Ingredient@3f349eb5, net.minecraftforge.oredict.OreIngredient@5015f188, net.minecraftforge.oredict.OreIngredient@5015f188, net.minecraft.item.crafting.Ingredient@565131cc, net.minecraftforge.oredict.OreIngredient@5015f188]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5425 industrialforegoing:water_condensator RecipeStage{tier='four', recipe=1xtile.industrialforegoing.water_condensator@0:[net.minecraft.item.crafting.Ingredient@38072c05, net.minecraft.item.crafting.Ingredient@7cb703d1, net.minecraft.item.crafting.Ingredient@38072c05, net.minecraft.item.crafting.Ingredient@37645555, net.minecraft.item.crafting.Ingredient@7d517f46, net.minecraft.item.crafting.Ingredient@37645555, net.minecraftforge.oredict.OreIngredient@40655b28, net.minecraft.item.crafting.Ingredient@377b5406, net.minecraftforge.oredict.OreIngredient@40655b28]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5427 industrialforegoing:itemstack_transfer_addon_pull_0 RecipeStage{tier='four', recipe=1xitem.industrialforegoing.itemstack_transfer_addon@0:[net.minecraft.item.crafting.Ingredient@3af245f, net.minecraftforge.oredict.OreIngredient@6a960364, net.minecraft.item.crafting.Ingredient@3af245f, net.minecraftforge.oredict.OreIngredient@3e529ed8, net.minecraft.item.crafting.Ingredient@7b0959d2, net.minecraftforge.oredict.OreIngredient@3e529ed8, net.minecraft.item.crafting.Ingredient@3af245f, net.minecraftforge.oredict.OreIngredient@6a960364, net.minecraft.item.crafting.Ingredient@3af245f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5428 industrialforegoing:fluid_transfer_addon_pull_0 RecipeStage{tier='four', recipe=1xitem.industrialforegoing.fluid_transfer_addon@0:[net.minecraft.item.crafting.Ingredient@7a1a49bf, net.minecraft.item.crafting.Ingredient@54652333, net.minecraft.item.crafting.Ingredient@7a1a49bf, net.minecraftforge.oredict.OreIngredient@327e2aa7, net.minecraft.item.crafting.Ingredient@49a90e6f, net.minecraftforge.oredict.OreIngredient@327e2aa7, net.minecraft.item.crafting.Ingredient@7a1a49bf, net.minecraft.item.crafting.Ingredient@54652333, net.minecraft.item.crafting.Ingredient@7a1a49bf]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5429 industrialforegoing:energy_field_addon RecipeStage{tier='four', recipe=1xitem.industrialforegoing.energy_field_addon@0:[net.minecraft.item.crafting.Ingredient@3a815479, net.minecraft.item.crafting.Ingredient@fe85b64, net.minecraft.item.crafting.Ingredient@3a815479, net.minecraft.item.crafting.Ingredient@fe85b64, net.minecraft.item.crafting.Ingredient@58ab9c6b, net.minecraft.item.crafting.Ingredient@fe85b64, net.minecraft.item.crafting.Ingredient@3a815479, net.minecraft.item.crafting.Ingredient@fe85b64, net.minecraft.item.crafting.Ingredient@3a815479]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5430 industrialforegoing:range_addon_0 RecipeStage{tier='four', recipe=1xitem.industrialforegoing.range_addon@0:[net.minecraft.item.crafting.Ingredient@355cc944, net.minecraft.item.crafting.Ingredient@3b9075b, net.minecraft.item.crafting.Ingredient@355cc944, net.minecraft.item.crafting.Ingredient@355cc944, net.minecraftforge.oredict.OreIngredient@333f043f, net.minecraft.item.crafting.Ingredient@355cc944, net.minecraft.item.crafting.Ingredient@355cc944, net.minecraft.item.crafting.Ingredient@3b9075b, net.minecraft.item.crafting.Ingredient@355cc944]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5433 industrialforegoing:conveyor_13_green RecipeStage{tier='three', recipe=8xtile.industrialforegoing.conveyor@13:[net.minecraft.item.crafting.Ingredient@6db4ba28, net.minecraft.item.crafting.Ingredient@6db4ba28, net.minecraft.item.crafting.Ingredient@6db4ba28, net.minecraft.item.crafting.Ingredient@6db4ba28, net.minecraftforge.oredict.OreIngredient@54b51b36, net.minecraft.item.crafting.Ingredient@6db4ba28, net.minecraft.item.crafting.Ingredient@6db4ba28, net.minecraft.item.crafting.Ingredient@6db4ba28, net.minecraft.item.crafting.Ingredient@6db4ba28]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5434 industrialforegoing:conveyor_upgrade_6 RecipeStage{tier='three', recipe=1xitem.industrialforegoing_conveyor_upgrade@6:[net.minecraftforge.oredict.OreIngredient@5015f188, net.minecraft.item.crafting.Ingredient@7fd67edf, net.minecraftforge.oredict.OreIngredient@5015f188, net.minecraftforge.oredict.OreIngredient@5015f188, net.minecraft.item.crafting.Ingredient@563072b8, net.minecraftforge.oredict.OreIngredient@5015f188, net.minecraftforge.oredict.OreIngredient@5015f188, net.minecraft.item.crafting.Ingredient@7fd67edf, net.minecraftforge.oredict.OreIngredient@5015f188]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5435 industrialforegoing:block_destroyer RecipeStage{tier='four', recipe=1xtile.industrialforegoing.block_destroyer@0:[net.minecraft.item.crafting.Ingredient@15400cd8, net.minecraftforge.oredict.OreIngredient@64e51c63, net.minecraft.item.crafting.Ingredient@15400cd8, net.minecraft.item.crafting.Ingredient@750cd10e, net.minecraft.item.crafting.Ingredient@49c45853, net.minecraft.item.crafting.Ingredient@5cf7a9d9, net.minecraftforge.oredict.OreIngredient@40655b28, net.minecraft.item.crafting.Ingredient@1c19b7ad, net.minecraftforge.oredict.OreIngredient@40655b28]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5436 industrialforegoing:black_hole_unit RecipeStage{tier='five', recipe=1xtile.industrialforegoing.black_hole_unit@0:[net.minecraft.item.crafting.Ingredient@11316ec, net.minecraft.item.crafting.Ingredient@11316ec, net.minecraft.item.crafting.Ingredient@11316ec, net.minecraft.item.crafting.Ingredient@7b1dca52, net.minecraft.item.crafting.Ingredient@4027374e, net.minecraft.item.crafting.Ingredient@7b1dca52, net.minecraftforge.oredict.OreIngredient@6a960364, net.minecraft.item.crafting.Ingredient@67961fcc, net.minecraftforge.oredict.OreIngredient@6a960364]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5437 industrialforegoing:hydrator RecipeStage{tier='four', recipe=1xtile.industrialforegoing.hydrator@0:[net.minecraft.item.crafting.Ingredient@1abf6f01, net.minecraft.item.crafting.Ingredient@35007529, net.minecraft.item.crafting.Ingredient@1abf6f01, net.minecraft.item.crafting.Ingredient@201cbc86, net.minecraft.item.crafting.Ingredient@57d53e32, net.minecraft.item.crafting.Ingredient@201cbc86, net.minecraftforge.oredict.OreIngredient@40655b28, net.minecraft.item.crafting.Ingredient@3673889a, net.minecraftforge.oredict.OreIngredient@40655b28]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5438 industrialforegoing:black_hole_tank_clean RecipeStage{tier='five', recipe=1xtile.industrialforegoing.black_hole_tank@0:[net.minecraft.item.crafting.Ingredient@10fd47bf]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5439 industrialforegoing:bioreactor RecipeStage{tier='four', recipe=1xtile.industrialforegoing.bioreactor@0:[net.minecraft.item.crafting.Ingredient@1961b394, net.minecraft.item.crafting.Ingredient@6efbf9e7, net.minecraft.item.crafting.Ingredient@1961b394, net.minecraft.item.crafting.Ingredient@47f3e48b, net.minecraft.item.crafting.Ingredient@8638172, net.minecraft.item.crafting.Ingredient@47f3e48b, net.minecraft.item.crafting.Ingredient@666013d1, net.minecraft.item.crafting.Ingredient@7a921832, net.minecraft.item.crafting.Ingredient@666013d1]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5440 industrialforegoing:black_hole_tank RecipeStage{tier='five', recipe=1xtile.industrialforegoing.black_hole_tank@0:[net.minecraft.item.crafting.Ingredient@551643e0, net.minecraft.item.crafting.Ingredient@551643e0, net.minecraft.item.crafting.Ingredient@551643e0, net.minecraft.item.crafting.Ingredient@6be10836, net.minecraft.item.crafting.Ingredient@4e2c883a, net.minecraft.item.crafting.Ingredient@6be10836, net.minecraft.item.crafting.Ingredient@3d1d4d5e, net.minecraft.item.crafting.Ingredient@c8f4fe9, net.minecraft.item.crafting.Ingredient@3d1d4d5e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5445 industrialforegoing:conveyor_12_brown RecipeStage{tier='three', recipe=8xtile.industrialforegoing.conveyor@12:[net.minecraft.item.crafting.Ingredient@7f255bd0, net.minecraft.item.crafting.Ingredient@7f255bd0, net.minecraft.item.crafting.Ingredient@7f255bd0, net.minecraft.item.crafting.Ingredient@7f255bd0, net.minecraftforge.oredict.OreIngredient@2ad98e81, net.minecraft.item.crafting.Ingredient@7f255bd0, net.minecraft.item.crafting.Ingredient@7f255bd0, net.minecraft.item.crafting.Ingredient@7f255bd0, net.minecraft.item.crafting.Ingredient@7f255bd0]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5447 industrialforegoing:adult_filter RecipeStage{tier='four', recipe=1xitem.industrialforegoing.adult_filter@0:[net.minecraftforge.oredict.OreIngredient@6c352da1, net.minecraft.item.crafting.Ingredient@12861b17, net.minecraftforge.oredict.OreIngredient@6c352da1, net.minecraftforge.oredict.OreIngredient@6c352da1, net.minecraftforge.oredict.OreIngredient@758404cb, net.minecraftforge.oredict.OreIngredient@6c352da1, net.minecraftforge.oredict.OreIngredient@6c352da1, net.minecraft.item.crafting.Ingredient@12861b17, net.minecraftforge.oredict.OreIngredient@6c352da1]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5448 industrialforegoing:enchantment_aplicator RecipeStage{tier='four', recipe=1xtile.industrialforegoing.enchantment_aplicator@0:[net.minecraft.item.crafting.Ingredient@43016287, net.minecraft.item.crafting.Ingredient@43016287, net.minecraft.item.crafting.Ingredient@43016287, net.minecraft.item.crafting.Ingredient@750ca245, net.minecraft.item.crafting.Ingredient@66872f4, net.minecraft.item.crafting.Ingredient@750ca245, net.minecraftforge.oredict.OreIngredient@40655b28, net.minecraft.item.crafting.Ingredient@750ca245, net.minecraftforge.oredict.OreIngredient@40655b28]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5449 industrialforegoing:crop_recolector RecipeStage{tier='four', recipe=1xtile.industrialforegoing.crop_recolector@0:[net.minecraft.item.crafting.Ingredient@14a7e4f4, net.minecraft.item.crafting.Ingredient@912e0b6, net.minecraft.item.crafting.Ingredient@14a7e4f4, net.minecraft.item.crafting.Ingredient@6d9f6649, net.minecraft.item.crafting.Ingredient@22393524, net.minecraft.item.crafting.Ingredient@6d9f6649, net.minecraftforge.oredict.OreIngredient@64e51c63, net.minecraft.item.crafting.Ingredient@362faf59, net.minecraftforge.oredict.OreIngredient@64e51c63]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5451 industrialforegoing:black_hole_unit_clean RecipeStage{tier='five', recipe=1xtile.industrialforegoing.black_hole_unit@0:[net.minecraft.item.crafting.Ingredient@e992dbe]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5458 industrialforegoing:meat_feeder RecipeStage{tier='four', recipe=1xitem.industrialforegoing_meat_feeder@0:[net.minecraft.item.crafting.Ingredient@485ba0a9, net.minecraftforge.oredict.OreIngredient@5015f188, net.minecraft.item.crafting.Ingredient@485ba0a9, net.minecraft.item.crafting.Ingredient@158087b1, net.minecraftforge.oredict.OreIngredient@5015f188, net.minecraft.item.crafting.Ingredient@158087b1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5015f188, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5462 industrialforegoing:block_placer RecipeStage{tier='four', recipe=1xtile.industrialforegoing.block_placer@0:[net.minecraft.item.crafting.Ingredient@38fc615a, net.minecraft.item.crafting.Ingredient@2e836af, net.minecraft.item.crafting.Ingredient@38fc615a, net.minecraft.item.crafting.Ingredient@2e836af, net.minecraft.item.crafting.Ingredient@5d2b7209, net.minecraft.item.crafting.Ingredient@2e836af, net.minecraft.item.crafting.Ingredient@38fc615a, net.minecraft.item.crafting.Ingredient@7c24b202, net.minecraft.item.crafting.Ingredient@38fc615a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5465 industrialforegoing:sludge_refiner RecipeStage{tier='four', recipe=1xtile.industrialforegoing.sludge_refiner@0:[net.minecraft.item.crafting.Ingredient@6694fce7, net.minecraft.item.crafting.Ingredient@3a0d9c3f, net.minecraft.item.crafting.Ingredient@6694fce7, net.minecraft.item.crafting.Ingredient@3d9c0bbb, net.minecraft.item.crafting.Ingredient@7aa57e28, net.minecraft.item.crafting.Ingredient@3d9c0bbb, net.minecraftforge.oredict.OreIngredient@40655b28, net.minecraftforge.oredict.OreIngredient@64e51c63, net.minecraftforge.oredict.OreIngredient@40655b28]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5466 industrialforegoing:straw RecipeStage{tier='four', recipe=1xitem.industrialforegoing_straw@0:[net.minecraft.item.crafting.Ingredient@61343abb, net.minecraft.item.crafting.Ingredient@61343abb, net.minecraft.item.crafting.Ingredient@61343abb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@61343abb, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5467 industrialforegoing:range_addon_8 RecipeStage{tier='four', recipe=1xitem.industrialforegoing.range_addon@8:[net.minecraft.item.crafting.Ingredient@12164e9a, net.minecraft.item.crafting.Ingredient@16183e8b, net.minecraft.item.crafting.Ingredient@12164e9a, net.minecraft.item.crafting.Ingredient@12164e9a, net.minecraftforge.oredict.OreIngredient@333f043f, net.minecraft.item.crafting.Ingredient@12164e9a, net.minecraft.item.crafting.Ingredient@12164e9a, net.minecraft.item.crafting.Ingredient@16183e8b, net.minecraft.item.crafting.Ingredient@12164e9a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5468 industrialforegoing:animal_stock_increaser RecipeStage{tier='four', recipe=1xtile.industrialforegoing.animal_stock_increaser@0:[net.minecraft.item.crafting.Ingredient@756dfc59, net.minecraft.item.crafting.Ingredient@1b849e0b, net.minecraft.item.crafting.Ingredient@756dfc59, net.minecraft.item.crafting.Ingredient@3db437c2, net.minecraft.item.crafting.Ingredient@36d1bf59, net.minecraft.item.crafting.Ingredient@3db437c2, net.minecraftforge.oredict.OreIngredient@74398b1b, net.minecraftforge.oredict.OreIngredient@40655b28, net.minecraftforge.oredict.OreIngredient@74398b1b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5469 industrialforegoing:range_addon_1 RecipeStage{tier='four', recipe=1xitem.industrialforegoing.range_addon@1:[net.minecraft.item.crafting.Ingredient@38d6e484, net.minecraft.item.crafting.Ingredient@3489d399, net.minecraft.item.crafting.Ingredient@38d6e484, net.minecraft.item.crafting.Ingredient@38d6e484, net.minecraftforge.oredict.OreIngredient@333f043f, net.minecraft.item.crafting.Ingredient@38d6e484, net.minecraft.item.crafting.Ingredient@38d6e484, net.minecraft.item.crafting.Ingredient@3489d399, net.minecraft.item.crafting.Ingredient@38d6e484]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5470 industrialforegoing:conveyor_0_white RecipeStage{tier='three', recipe=8xtile.industrialforegoing.conveyor@0:[net.minecraft.item.crafting.Ingredient@2f4b26e4, net.minecraft.item.crafting.Ingredient@2f4b26e4, net.minecraft.item.crafting.Ingredient@2f4b26e4, net.minecraft.item.crafting.Ingredient@2f4b26e4, net.minecraftforge.oredict.OreIngredient@762043e3, net.minecraft.item.crafting.Ingredient@2f4b26e4, net.minecraft.item.crafting.Ingredient@2f4b26e4, net.minecraft.item.crafting.Ingredient@2f4b26e4, net.minecraft.item.crafting.Ingredient@2f4b26e4]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5473 industrialforegoing:conveyor_1_orange RecipeStage{tier='three', recipe=8xtile.industrialforegoing.conveyor@1:[net.minecraft.item.crafting.Ingredient@23b345d0, net.minecraft.item.crafting.Ingredient@23b345d0, net.minecraft.item.crafting.Ingredient@23b345d0, net.minecraft.item.crafting.Ingredient@23b345d0, net.minecraftforge.oredict.OreIngredient@7d3ab0a7, net.minecraft.item.crafting.Ingredient@23b345d0, net.minecraft.item.crafting.Ingredient@23b345d0, net.minecraft.item.crafting.Ingredient@23b345d0, net.minecraft.item.crafting.Ingredient@23b345d0]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5474 industrialforegoing:conveyor_9_cyan RecipeStage{tier='three', recipe=8xtile.industrialforegoing.conveyor@9:[net.minecraft.item.crafting.Ingredient@7e3aeed7, net.minecraft.item.crafting.Ingredient@7e3aeed7, net.minecraft.item.crafting.Ingredient@7e3aeed7, net.minecraft.item.crafting.Ingredient@7e3aeed7, net.minecraftforge.oredict.OreIngredient@700e359d, net.minecraft.item.crafting.Ingredient@7e3aeed7, net.minecraft.item.crafting.Ingredient@7e3aeed7, net.minecraft.item.crafting.Ingredient@7e3aeed7, net.minecraft.item.crafting.Ingredient@7e3aeed7]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5475 industrialforegoing:crop_enrich_material_injector RecipeStage{tier='four', recipe=1xtile.industrialforegoing.crop_enrich_material_injector@0:[net.minecraft.item.crafting.Ingredient@62dfb127, net.minecraft.item.crafting.Ingredient@f27dd8a, net.minecraft.item.crafting.Ingredient@62dfb127, net.minecraft.item.crafting.Ingredient@142a01cc, net.minecraft.item.crafting.Ingredient@b63dce7, net.minecraft.item.crafting.Ingredient@142a01cc, net.minecraftforge.oredict.OreIngredient@40655b28, net.minecraft.item.crafting.Ingredient@5fe61b31, net.minecraftforge.oredict.OreIngredient@40655b28]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5478 industrialforegoing:lava_fabricator RecipeStage{tier='four', recipe=1xtile.industrialforegoing.lava_fabricator@0:[net.minecraft.item.crafting.Ingredient@735ff3ba, net.minecraft.item.crafting.Ingredient@1a0b23a8, net.minecraft.item.crafting.Ingredient@735ff3ba, net.minecraft.item.crafting.Ingredient@50cc55c3, net.minecraft.item.crafting.Ingredient@5c02ae43, net.minecraft.item.crafting.Ingredient@50cc55c3, net.minecraft.item.crafting.Ingredient@7086c932, net.minecraft.item.crafting.Ingredient@57c65489, net.minecraft.item.crafting.Ingredient@7086c932]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5479 industrialforegoing:conveyor_10_purple RecipeStage{tier='three', recipe=8xtile.industrialforegoing.conveyor@10:[net.minecraft.item.crafting.Ingredient@4730d41a, net.minecraft.item.crafting.Ingredient@4730d41a, net.minecraft.item.crafting.Ingredient@4730d41a, net.minecraft.item.crafting.Ingredient@4730d41a, net.minecraftforge.oredict.OreIngredient@74398b1b, net.minecraft.item.crafting.Ingredient@4730d41a, net.minecraft.item.crafting.Ingredient@4730d41a, net.minecraft.item.crafting.Ingredient@4730d41a, net.minecraft.item.crafting.Ingredient@4730d41a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5480 industrialforegoing:range_addon_5 RecipeStage{tier='four', recipe=1xitem.industrialforegoing.range_addon@5:[net.minecraftforge.oredict.OreIngredient@2799ddf1, net.minecraft.item.crafting.Ingredient@1cc7ebb3, net.minecraftforge.oredict.OreIngredient@2799ddf1, net.minecraftforge.oredict.OreIngredient@2799ddf1, net.minecraftforge.oredict.OreIngredient@333f043f, net.minecraftforge.oredict.OreIngredient@2799ddf1, net.minecraftforge.oredict.OreIngredient@2799ddf1, net.minecraft.item.crafting.Ingredient@1cc7ebb3, net.minecraftforge.oredict.OreIngredient@2799ddf1]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5482 industrialforegoing:biofuel_generator RecipeStage{tier='four', recipe=1xtile.industrialforegoing.biofuel_generator@0:[net.minecraft.item.crafting.Ingredient@64338611, net.minecraft.item.crafting.Ingredient@681bd23e, net.minecraft.item.crafting.Ingredient@64338611, net.minecraft.item.crafting.Ingredient@4f3e8f2d, net.minecraft.item.crafting.Ingredient@37c58bd5, net.minecraft.item.crafting.Ingredient@4f3e8f2d, net.minecraft.item.crafting.Ingredient@73f5db50, net.minecraft.item.crafting.Ingredient@4f3e8f2d, net.minecraft.item.crafting.Ingredient@73f5db50]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5494 industrialforegoing:fluid_crafter RecipeStage{tier='four', recipe=1xtile.industrialforegoing.fluid_crafter@0:[net.minecraft.item.crafting.Ingredient@376a5f5c, net.minecraft.item.crafting.Ingredient@4de2c731, net.minecraft.item.crafting.Ingredient@376a5f5c, net.minecraft.item.crafting.Ingredient@281ff9a3, net.minecraft.item.crafting.Ingredient@6e906883, net.minecraft.item.crafting.Ingredient@281ff9a3, net.minecraft.item.crafting.Ingredient@376a5f5c, net.minecraftforge.oredict.OreIngredient@64e51c63, net.minecraft.item.crafting.Ingredient@376a5f5c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5495 industrialforegoing:resourceful_furnace RecipeStage{tier='four', recipe=1xtile.industrialforegoing.resourceful_furnace@0:[net.minecraft.item.crafting.Ingredient@6a595371, net.minecraft.item.crafting.Ingredient@4b482452, net.minecraft.item.crafting.Ingredient@6a595371, net.minecraft.item.crafting.Ingredient@14b381bf, net.minecraft.item.crafting.Ingredient@1468dfc0, net.minecraft.item.crafting.Ingredient@14b381bf, net.minecraft.item.crafting.Ingredient@6a595371, net.minecraftforge.oredict.OreIngredient@64e51c63, net.minecraft.item.crafting.Ingredient@6a595371]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5496 industrialforegoing:material_stonework_factory RecipeStage{tier='four', recipe=1xtile.industrialforegoing.material_stonework_factory@0:[net.minecraft.item.crafting.Ingredient@6418834f, net.minecraft.item.crafting.Ingredient@2064c709, net.minecraft.item.crafting.Ingredient@6418834f, net.minecraft.item.crafting.Ingredient@6d7ced7, net.minecraft.item.crafting.Ingredient@3511c429, net.minecraft.item.crafting.Ingredient@38dfed18, net.minecraft.item.crafting.Ingredient@72e14040, net.minecraft.item.crafting.Ingredient@68b74c01, net.minecraft.item.crafting.Ingredient@18fd03b7]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5497 industrialforegoing:animal_growth_increaser RecipeStage{tier='four', recipe=1xtile.industrialforegoing.animal_growth_increaser@0:[net.minecraft.item.crafting.Ingredient@44068d24, net.minecraft.item.crafting.Ingredient@692def39, net.minecraft.item.crafting.Ingredient@44068d24, net.minecraft.item.crafting.Ingredient@692def39, net.minecraft.item.crafting.Ingredient@66340054, net.minecraft.item.crafting.Ingredient@692def39, net.minecraftforge.oredict.OreIngredient@74398b1b, net.minecraftforge.oredict.OreIngredient@64e51c63, net.minecraftforge.oredict.OreIngredient@74398b1b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5498 industrialforegoing:mob_slaughter_factory RecipeStage{tier='four', recipe=1xtile.industrialforegoing.mob_slaughter_factory@0:[net.minecraft.item.crafting.Ingredient@5b0b9237, net.minecraftforge.oredict.OreIngredient@64e51c63, net.minecraft.item.crafting.Ingredient@5b0b9237, net.minecraft.item.crafting.Ingredient@2256d0c4, net.minecraft.item.crafting.Ingredient@254b7493, net.minecraft.item.crafting.Ingredient@2256d0c4, net.minecraft.item.crafting.Ingredient@15fde57c, net.minecraft.item.crafting.Ingredient@191d7352, net.minecraft.item.crafting.Ingredient@15fde57c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5499 industrialforegoing:dryrubber RecipeStage{tier='four', recipe=1xitem.industrialforegoing_dryrubber@0:[net.minecraft.item.crafting.Ingredient@4747fdcd, net.minecraft.item.crafting.Ingredient@25d833dd, net.minecraft.item.crafting.Ingredient@1e91f954, net.minecraft.item.crafting.Ingredient@100559b7, net.minecraft.item.crafting.Ingredient@68d477ef, net.minecraft.item.crafting.Ingredient@cf6f7f3, net.minecraft.item.crafting.Ingredient@1d3ce460, net.minecraft.item.crafting.Ingredient@274ece91, net.minecraft.item.crafting.Ingredient@6c6ebe98]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5504 industrialforegoing:leaf_shearing RecipeStage{tier='four', recipe=1xitem.industrialforegoing.leaf_shearing@0:[net.minecraftforge.oredict.OreIngredient@6c352da1, net.minecraft.item.crafting.Ingredient@2a03371f, net.minecraftforge.oredict.OreIngredient@6c352da1, net.minecraftforge.oredict.OreIngredient@6c352da1, net.minecraft.item.crafting.Ingredient@62fb1058, net.minecraftforge.oredict.OreIngredient@6c352da1, net.minecraftforge.oredict.OreIngredient@6c352da1, net.minecraft.item.crafting.Ingredient@2a03371f, net.minecraftforge.oredict.OreIngredient@6c352da1]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5507 industrialforegoing:item_splitter RecipeStage{tier='four', recipe=1xtile.industrialforegoing.item_splitter@0:[net.minecraft.item.crafting.Ingredient@4eaa472e, net.minecraftforge.oredict.OreIngredient@6a960364, net.minecraft.item.crafting.Ingredient@4eaa472e, net.minecraft.item.crafting.Ingredient@73880403, net.minecraft.item.crafting.Ingredient@351da9ba, net.minecraft.item.crafting.Ingredient@73880403, net.minecraft.item.crafting.Ingredient@4eaa472e, net.minecraftforge.oredict.OreIngredient@40655b28, net.minecraft.item.crafting.Ingredient@4eaa472e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5513 industrialforegoing:conveyor_7_gray RecipeStage{tier='three', recipe=8xtile.industrialforegoing.conveyor@7:[net.minecraft.item.crafting.Ingredient@2a65cf04, net.minecraft.item.crafting.Ingredient@2a65cf04, net.minecraft.item.crafting.Ingredient@2a65cf04, net.minecraft.item.crafting.Ingredient@2a65cf04, net.minecraftforge.oredict.OreIngredient@fbfca24, net.minecraft.item.crafting.Ingredient@2a65cf04, net.minecraft.item.crafting.Ingredient@2a65cf04, net.minecraft.item.crafting.Ingredient@2a65cf04, net.minecraft.item.crafting.Ingredient@2a65cf04]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5519 industrialforegoing:sewage_composter_solidifier RecipeStage{tier='four', recipe=1xtile.industrialforegoing.sewage_composter_solidifier@0:[net.minecraft.item.crafting.Ingredient@73183e68, net.minecraft.item.crafting.Ingredient@3b2ca1bf, net.minecraft.item.crafting.Ingredient@73183e68, net.minecraft.item.crafting.Ingredient@9f533cc, net.minecraft.item.crafting.Ingredient@3b6e4dac, net.minecraft.item.crafting.Ingredient@9f533cc, net.minecraft.item.crafting.Ingredient@7a991608, net.minecraft.item.crafting.Ingredient@288aa3f5, net.minecraft.item.crafting.Ingredient@7a991608]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5521 industrialforegoing:animal_resource_harvester RecipeStage{tier='four', recipe=1xtile.industrialforegoing.animal_resource_harvester@0:[net.minecraft.item.crafting.Ingredient@34f388ee, net.minecraft.item.crafting.Ingredient@34f388ee, net.minecraft.item.crafting.Ingredient@34f388ee, net.minecraft.item.crafting.Ingredient@cb7ae6c, net.minecraft.item.crafting.Ingredient@782b0c94, net.minecraft.item.crafting.Ingredient@cb7ae6c, net.minecraftforge.oredict.OreIngredient@64e51c63, net.minecraft.item.crafting.Ingredient@2c0de1c6, net.minecraftforge.oredict.OreIngredient@64e51c63]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5522 industrialforegoing:conveyor_5_lime RecipeStage{tier='three', recipe=8xtile.industrialforegoing.conveyor@5:[net.minecraft.item.crafting.Ingredient@564b8560, net.minecraft.item.crafting.Ingredient@564b8560, net.minecraft.item.crafting.Ingredient@564b8560, net.minecraft.item.crafting.Ingredient@564b8560, net.minecraftforge.oredict.OreIngredient@4242410d, net.minecraft.item.crafting.Ingredient@564b8560, net.minecraft.item.crafting.Ingredient@564b8560, net.minecraft.item.crafting.Ingredient@564b8560, net.minecraft.item.crafting.Ingredient@564b8560]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5524 industrialforegoing:itemstack_transfer_addon_push_0 RecipeStage{tier='four', recipe=1xitem.industrialforegoing.itemstack_transfer_addon@0:[net.minecraft.item.crafting.Ingredient@7b49d126, net.minecraftforge.oredict.OreIngredient@6a960364, net.minecraft.item.crafting.Ingredient@7b49d126, net.minecraftforge.oredict.OreIngredient@3e529ed8, net.minecraft.item.crafting.Ingredient@675a9ded, net.minecraftforge.oredict.OreIngredient@3e529ed8, net.minecraft.item.crafting.Ingredient@7b49d126, net.minecraftforge.oredict.OreIngredient@6a960364, net.minecraft.item.crafting.Ingredient@7b49d126]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5526 industrialforegoing:range_addon_3 RecipeStage{tier='four', recipe=1xitem.industrialforegoing.range_addon@3:[net.minecraftforge.oredict.OreIngredient@4a434a57, net.minecraft.item.crafting.Ingredient@6ecbc487, net.minecraftforge.oredict.OreIngredient@4a434a57, net.minecraftforge.oredict.OreIngredient@4a434a57, net.minecraftforge.oredict.OreIngredient@333f043f, net.minecraftforge.oredict.OreIngredient@4a434a57, net.minecraftforge.oredict.OreIngredient@4a434a57, net.minecraft.item.crafting.Ingredient@6ecbc487, net.minecraftforge.oredict.OreIngredient@4a434a57]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5527 industrialforegoing:conveyor_0 RecipeStage{tier='three', recipe=4xtile.industrialforegoing.conveyor@0:[net.minecraft.item.crafting.Ingredient@5e8e3033, net.minecraft.item.crafting.Ingredient@5e8e3033, net.minecraft.item.crafting.Ingredient@5e8e3033, net.minecraftforge.oredict.OreIngredient@5015f188, net.minecraft.item.crafting.Ingredient@766fcf68, net.minecraftforge.oredict.OreIngredient@5015f188, net.minecraft.item.crafting.Ingredient@5e8e3033, net.minecraft.item.crafting.Ingredient@5e8e3033, net.minecraft.item.crafting.Ingredient@5e8e3033]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5529 industrialforegoing:range_addon_7 RecipeStage{tier='four', recipe=1xitem.industrialforegoing.range_addon@7:[net.minecraftforge.oredict.OreIngredient@3ac351e3, net.minecraft.item.crafting.Ingredient@3c6d98f4, net.minecraftforge.oredict.OreIngredient@3ac351e3, net.minecraftforge.oredict.OreIngredient@3ac351e3, net.minecraftforge.oredict.OreIngredient@333f043f, net.minecraftforge.oredict.OreIngredient@3ac351e3, net.minecraftforge.oredict.OreIngredient@3ac351e3, net.minecraft.item.crafting.Ingredient@3c6d98f4, net.minecraftforge.oredict.OreIngredient@3ac351e3]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5531 industrialforegoing:spores_recreator RecipeStage{tier='four', recipe=1xtile.industrialforegoing.spores_recreator@0:[net.minecraft.item.crafting.Ingredient@23a02850, net.minecraft.item.crafting.Ingredient@23a02850, net.minecraft.item.crafting.Ingredient@23a02850, net.minecraft.item.crafting.Ingredient@28d9aa62, net.minecraft.item.crafting.Ingredient@1c458e56, net.minecraft.item.crafting.Ingredient@28d9aa62, net.minecraft.item.crafting.Ingredient@23a02850, net.minecraftforge.oredict.OreIngredient@40655b28, net.minecraft.item.crafting.Ingredient@23a02850]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5537 industrialforegoing:book_manual RecipeStage{tier='four', recipe=1xitem.industrialforegoing_book_manual@0:[net.minecraft.item.crafting.Ingredient@9bb7b8c, net.minecraftforge.oredict.OreIngredient@506ab10c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5538 industrialforegoing:mob_imprisonment_tool RecipeStage{tier='four', recipe=1xitem.industrialforegoing_mob_imprisonment_tool@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@27c69fb2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@27c69fb2, net.minecraft.item.crafting.Ingredient@7f776e33, net.minecraft.item.crafting.Ingredient@27c69fb2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@27c69fb2, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5539 industrialforegoing:ore_processor RecipeStage{tier='four', recipe=1xtile.industrialforegoing.ore_processor@0:[net.minecraft.item.crafting.Ingredient@65efed45, net.minecraft.item.crafting.Ingredient@71e2b3fa, net.minecraft.item.crafting.Ingredient@65efed45, net.minecraft.item.crafting.Ingredient@399088ca, net.minecraft.item.crafting.Ingredient@4c89a3d4, net.minecraft.item.crafting.Ingredient@399088ca, net.minecraft.item.crafting.Ingredient@22d4abcb, net.minecraft.item.crafting.Ingredient@6b7dee15, net.minecraft.item.crafting.Ingredient@22d4abcb]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5540 industrialforegoing:conveyor_upgrade_5 RecipeStage{tier='three', recipe=1xitem.industrialforegoing_conveyor_upgrade@5:[net.minecraftforge.oredict.OreIngredient@5015f188, net.minecraft.item.crafting.Ingredient@2a821783, net.minecraftforge.oredict.OreIngredient@5015f188, net.minecraftforge.oredict.OreIngredient@5015f188, net.minecraft.item.crafting.Ingredient@6454d854, net.minecraftforge.oredict.OreIngredient@5015f188, net.minecraftforge.oredict.OreIngredient@5015f188, net.minecraft.item.crafting.Ingredient@47703695, net.minecraftforge.oredict.OreIngredient@5015f188]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5541 industrialforegoing:plant_interactor RecipeStage{tier='four', recipe=1xtile.industrialforegoing.plant_interactor@0:[net.minecraft.item.crafting.Ingredient@4e548326, net.minecraft.item.crafting.Ingredient@2b83df4f, net.minecraft.item.crafting.Ingredient@4e548326, net.minecraft.item.crafting.Ingredient@2b83df4f, net.minecraft.item.crafting.Ingredient@6ee365b3, net.minecraft.item.crafting.Ingredient@2b83df4f, net.minecraftforge.oredict.OreIngredient@64e51c63, net.minecraft.item.crafting.Ingredient@1c26c996, net.minecraftforge.oredict.OreIngredient@64e51c63]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5542 industrialforegoing:crop_sower RecipeStage{tier='four', recipe=1xtile.industrialforegoing.crop_sower@0:[net.minecraft.item.crafting.Ingredient@44828ad4, net.minecraft.item.crafting.Ingredient@24cfffe3, net.minecraft.item.crafting.Ingredient@44828ad4, net.minecraft.item.crafting.Ingredient@1de64917, net.minecraft.item.crafting.Ingredient@74cb0584, net.minecraft.item.crafting.Ingredient@1de64917, net.minecraftforge.oredict.OreIngredient@40655b28, net.minecraft.item.crafting.Ingredient@681433d7, net.minecraftforge.oredict.OreIngredient@40655b28]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5545 industrialforegoing:fluid_transfer_addon_push_0 RecipeStage{tier='four', recipe=1xitem.industrialforegoing.fluid_transfer_addon@0:[net.minecraft.item.crafting.Ingredient@7528579b, net.minecraft.item.crafting.Ingredient@7ec0783, net.minecraft.item.crafting.Ingredient@7528579b, net.minecraftforge.oredict.OreIngredient@327e2aa7, net.minecraft.item.crafting.Ingredient@1ed1c938, net.minecraftforge.oredict.OreIngredient@327e2aa7, net.minecraft.item.crafting.Ingredient@7528579b, net.minecraft.item.crafting.Ingredient@7ec0783, net.minecraft.item.crafting.Ingredient@7528579b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5549 industrialforegoing:black_hole_label RecipeStage{tier='five', recipe=4xtile.industrialforegoing.black_hole_label@0:[net.minecraft.item.crafting.Ingredient@766a82c5, net.minecraft.item.crafting.Ingredient@766a82c5, net.minecraft.item.crafting.Ingredient@766a82c5, net.minecraft.item.crafting.Ingredient@42faca91, net.minecraft.item.crafting.Ingredient@6e09f5d9, net.minecraft.item.crafting.Ingredient@42faca91, net.minecraft.item.crafting.Ingredient@766a82c5, net.minecraft.item.crafting.Ingredient@766a82c5, net.minecraft.item.crafting.Ingredient@766a82c5]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5551 industrialforegoing:conveyor_upgrade_1 RecipeStage{tier='three', recipe=1xitem.industrialforegoing_conveyor_upgrade@1:[net.minecraftforge.oredict.OreIngredient@5015f188, net.minecraft.item.crafting.Ingredient@7d27322e, net.minecraftforge.oredict.OreIngredient@5015f188, net.minecraftforge.oredict.OreIngredient@5015f188, net.minecraft.item.crafting.Ingredient@7fc24dc6, net.minecraftforge.oredict.OreIngredient@5015f188, net.minecraftforge.oredict.OreIngredient@5015f188, net.minecraft.item.crafting.Ingredient@2df43836, net.minecraftforge.oredict.OreIngredient@5015f188]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5552 industrialforegoing:range_addon_6 RecipeStage{tier='four', recipe=1xitem.industrialforegoing.range_addon@6:[net.minecraftforge.oredict.OreIngredient@27d5dafe, net.minecraft.item.crafting.Ingredient@65a0e452, net.minecraftforge.oredict.OreIngredient@27d5dafe, net.minecraftforge.oredict.OreIngredient@27d5dafe, net.minecraftforge.oredict.OreIngredient@333f043f, net.minecraftforge.oredict.OreIngredient@27d5dafe, net.minecraftforge.oredict.OreIngredient@27d5dafe, net.minecraft.item.crafting.Ingredient@65a0e452, net.minecraftforge.oredict.OreIngredient@27d5dafe]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5553 industrialforegoing:conveyor_upgrade_0 RecipeStage{tier='three', recipe=1xitem.industrialforegoing_conveyor_upgrade@0:[net.minecraftforge.oredict.OreIngredient@5015f188, net.minecraft.item.crafting.Ingredient@c8fbb4a, net.minecraftforge.oredict.OreIngredient@5015f188, net.minecraftforge.oredict.OreIngredient@5015f188, net.minecraft.item.crafting.Ingredient@1729b114, net.minecraftforge.oredict.OreIngredient@5015f188, net.minecraftforge.oredict.OreIngredient@5015f188, net.minecraft.item.crafting.Ingredient@56cbaa71, net.minecraftforge.oredict.OreIngredient@5015f188]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5555 industrialforegoing:conveyor_11_blue RecipeStage{tier='three', recipe=8xtile.industrialforegoing.conveyor@11:[net.minecraft.item.crafting.Ingredient@56aecd92, net.minecraft.item.crafting.Ingredient@56aecd92, net.minecraft.item.crafting.Ingredient@56aecd92, net.minecraft.item.crafting.Ingredient@56aecd92, net.minecraftforge.oredict.OreIngredient@2ade21e4, net.minecraft.item.crafting.Ingredient@56aecd92, net.minecraft.item.crafting.Ingredient@56aecd92, net.minecraft.item.crafting.Ingredient@56aecd92, net.minecraft.item.crafting.Ingredient@56aecd92]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5557 industrialforegoing:protein_reactor RecipeStage{tier='four', recipe=1xtile.industrialforegoing.protein_reactor@0:[net.minecraft.item.crafting.Ingredient@412a00f, net.minecraft.item.crafting.Ingredient@431d9fe, net.minecraft.item.crafting.Ingredient@412a00f, net.minecraft.item.crafting.Ingredient@13295ffd, net.minecraft.item.crafting.Ingredient@630cd5c7, net.minecraft.item.crafting.Ingredient@13295ffd, net.minecraft.item.crafting.Ingredient@b2d8ef9, net.minecraft.item.crafting.Ingredient@15b2119f, net.minecraft.item.crafting.Ingredient@b2d8ef9]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5560 industrialforegoing:conveyor_6_pink RecipeStage{tier='three', recipe=8xtile.industrialforegoing.conveyor@6:[net.minecraft.item.crafting.Ingredient@2e71e5a9, net.minecraft.item.crafting.Ingredient@2e71e5a9, net.minecraft.item.crafting.Ingredient@2e71e5a9, net.minecraft.item.crafting.Ingredient@2e71e5a9, net.minecraftforge.oredict.OreIngredient@24a3ecab, net.minecraft.item.crafting.Ingredient@2e71e5a9, net.minecraft.item.crafting.Ingredient@2e71e5a9, net.minecraft.item.crafting.Ingredient@2e71e5a9, net.minecraft.item.crafting.Ingredient@2e71e5a9]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5562 industrialforegoing:froster RecipeStage{tier='four', recipe=1xtile.industrialforegoing.froster@0:[net.minecraft.item.crafting.Ingredient@6b6a1be1, net.minecraft.item.crafting.Ingredient@59cea0ff, net.minecraft.item.crafting.Ingredient@6b6a1be1, net.minecraft.item.crafting.Ingredient@34d95414, net.minecraft.item.crafting.Ingredient@2e9ab41, net.minecraft.item.crafting.Ingredient@34d95414, net.minecraft.item.crafting.Ingredient@6b6a1be1, net.minecraftforge.oredict.OreIngredient@64e51c63, net.minecraft.item.crafting.Ingredient@6b6a1be1]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5563 industrialforegoing:fluid_pump RecipeStage{tier='four', recipe=1xtile.industrialforegoing.fluid_pump@0:[net.minecraft.item.crafting.Ingredient@5c180954, net.minecraft.item.crafting.Ingredient@a7386b, net.minecraft.item.crafting.Ingredient@5c180954, net.minecraft.item.crafting.Ingredient@1fd93f5b, net.minecraft.item.crafting.Ingredient@397c75d, net.minecraft.item.crafting.Ingredient@50885c84, net.minecraft.item.crafting.Ingredient@5c180954, net.minecraftforge.oredict.OreIngredient@64e51c63, net.minecraft.item.crafting.Ingredient@5c180954]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5564 industrialforegoing:conveyor_15_black RecipeStage{tier='three', recipe=8xtile.industrialforegoing.conveyor@15:[net.minecraft.item.crafting.Ingredient@43d18895, net.minecraft.item.crafting.Ingredient@43d18895, net.minecraft.item.crafting.Ingredient@43d18895, net.minecraft.item.crafting.Ingredient@43d18895, net.minecraftforge.oredict.OreIngredient@4ff61717, net.minecraft.item.crafting.Ingredient@43d18895, net.minecraft.item.crafting.Ingredient@43d18895, net.minecraft.item.crafting.Ingredient@43d18895, net.minecraft.item.crafting.Ingredient@43d18895]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5565 industrialforegoing:potion_enervator RecipeStage{tier='four', recipe=1xtile.industrialforegoing.potion_enervator@0:[net.minecraft.item.crafting.Ingredient@18b47718, net.minecraft.item.crafting.Ingredient@4201ebc6, net.minecraft.item.crafting.Ingredient@18b47718, net.minecraftforge.oredict.OreIngredient@64e51c63, net.minecraft.item.crafting.Ingredient@44169f38, net.minecraftforge.oredict.OreIngredient@64e51c63, net.minecraft.item.crafting.Ingredient@651be703, net.minecraftforge.oredict.OreIngredient@64e51c63, net.minecraft.item.crafting.Ingredient@651be703]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5566 industrialforegoing:fluiddictionary_converter RecipeStage{tier='four', recipe=1xtile.industrialforegoing.fluiddictionary_converter@0:[net.minecraft.item.crafting.Ingredient@7835dc24, net.minecraft.item.crafting.Ingredient@7835dc24, net.minecraft.item.crafting.Ingredient@7835dc24, net.minecraftforge.oredict.OreIngredient@30e2a4ed, net.minecraft.item.crafting.Ingredient@e0286a3, net.minecraftforge.oredict.OreIngredient@30e2a4ed, net.minecraft.item.crafting.Ingredient@21215c48, net.minecraftforge.oredict.OreIngredient@40655b28, net.minecraft.item.crafting.Ingredient@21215c48]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5567 industrialforegoing:conveyor_upgrade_4 RecipeStage{tier='three', recipe=1xitem.industrialforegoing_conveyor_upgrade@4:[net.minecraftforge.oredict.OreIngredient@5015f188, net.minecraft.item.crafting.Ingredient@1d7d0754, net.minecraftforge.oredict.OreIngredient@5015f188, net.minecraftforge.oredict.OreIngredient@5015f188, net.minecraft.item.crafting.Ingredient@5a04f393, net.minecraftforge.oredict.OreIngredient@5015f188, net.minecraftforge.oredict.OreIngredient@5015f188, net.minecraft.item.crafting.Ingredient@35407c71, net.minecraftforge.oredict.OreIngredient@5015f188]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5568 industrialforegoing:conveyor_2_magenta RecipeStage{tier='three', recipe=8xtile.industrialforegoing.conveyor@2:[net.minecraft.item.crafting.Ingredient@7c3d0fdc, net.minecraft.item.crafting.Ingredient@7c3d0fdc, net.minecraft.item.crafting.Ingredient@7c3d0fdc, net.minecraft.item.crafting.Ingredient@7c3d0fdc, net.minecraftforge.oredict.OreIngredient@3e529ed8, net.minecraft.item.crafting.Ingredient@7c3d0fdc, net.minecraft.item.crafting.Ingredient@7c3d0fdc, net.minecraft.item.crafting.Ingredient@7c3d0fdc, net.minecraft.item.crafting.Ingredient@7c3d0fdc]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5569 industrialforegoing:mob_relocator RecipeStage{tier='four', recipe=1xtile.industrialforegoing.mob_relocator@0:[net.minecraft.item.crafting.Ingredient@721d2adf, net.minecraft.item.crafting.Ingredient@6f257da9, net.minecraft.item.crafting.Ingredient@721d2adf, net.minecraft.item.crafting.Ingredient@18e033a7, net.minecraft.item.crafting.Ingredient@7475f940, net.minecraft.item.crafting.Ingredient@18e033a7, net.minecraftforge.oredict.OreIngredient@64e51c63, net.minecraft.item.crafting.Ingredient@5bda36d6, net.minecraftforge.oredict.OreIngredient@64e51c63]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5572 industrialforegoing:fortune_addon RecipeStage{tier='five', recipe=1xitem.industrialforegoing.fortune_addon@0:[net.minecraft.item.crafting.Ingredient@43663684, net.minecraft.item.crafting.Ingredient@6d46c83d, net.minecraft.item.crafting.Ingredient@43663684, net.minecraft.item.crafting.Ingredient@43663684, net.minecraft.item.crafting.Ingredient@3b0d6ad2, net.minecraft.item.crafting.Ingredient@43663684, net.minecraft.item.crafting.Ingredient@43663684, net.minecraft.item.crafting.Ingredient@6d46c83d, net.minecraft.item.crafting.Ingredient@43663684]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5573 industrialforegoing:protein_generator RecipeStage{tier='four', recipe=1xtile.industrialforegoing.protein_generator@0:[net.minecraft.item.crafting.Ingredient@406d49eb, net.minecraft.item.crafting.Ingredient@7a8ad9a9, net.minecraft.item.crafting.Ingredient@406d49eb, net.minecraft.item.crafting.Ingredient@5d9d74a5, net.minecraft.item.crafting.Ingredient@77954cec, net.minecraft.item.crafting.Ingredient@5d9d74a5, net.minecraft.item.crafting.Ingredient@298f8017, net.minecraft.item.crafting.Ingredient@5d9d74a5, net.minecraft.item.crafting.Ingredient@298f8017]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5592 ironchest:shulker/yellow/silver/iron_silver_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@273aed43 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5593 ironchest:shulker/yellow/silver/copper_silver_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@1f229f9f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5594 ironchest:shulker/yellow/obsidian/diamond_obsidian_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@15a890c8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5597 ironchest:shulker/yellow/gold/silver_gold_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@6b315036 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5598 ironchest:shulker/yellow/gold/iron_gold_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@7235fa75 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5599 ironchest:shulker/yellow/diamond/silver_diamond_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@5cc93591 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5600 ironchest:shulker/yellow/diamond/gold_diamond_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@7ec7d8d9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5601 ironchest:shulker/yellow/crystal/diamond_crystal_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@6d47d22 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5602 ironchest:shulker/yellow/copper/vanilla_copper_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@2d5a97cc +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5603 ironchest:shulker/white/silver/iron_silver_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@3acd7ab8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5604 ironchest:shulker/white/silver/copper_silver_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@3d5afccd +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5605 ironchest:shulker/white/obsidian/diamond_obsidian_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@7f30131 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5608 ironchest:shulker/white/gold/silver_gold_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@38eb6c77 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5609 ironchest:shulker/white/gold/iron_gold_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@57d2be71 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5610 ironchest:shulker/white/diamond/silver_diamond_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@5cbf1a6a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5611 ironchest:shulker/white/diamond/gold_diamond_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@57518d64 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5612 ironchest:shulker/white/crystal/diamond_crystal_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@1934bf12 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5613 ironchest:shulker/white/copper/vanilla_copper_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@74e0967f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5614 ironchest:shulker/silver/silver/iron_silver_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@39241cc6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5615 ironchest:shulker/silver/silver/copper_silver_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@2d0dcf07 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5616 ironchest:shulker/silver/obsidian/diamond_obsidian_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@76e28cc2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5619 ironchest:shulker/silver/gold/silver_gold_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@6c5d5800 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5620 ironchest:shulker/silver/gold/iron_gold_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@36dd8b4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5621 ironchest:shulker/silver/diamond/silver_diamond_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@671321bc +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5622 ironchest:shulker/silver/diamond/gold_diamond_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@6a587200 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5623 ironchest:shulker/silver/crystal/diamond_crystal_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@2dbb8d8c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5624 ironchest:shulker/silver/copper/vanilla_copper_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@2b6c6a01 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5625 ironchest:shulker/red/silver/iron_silver_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@639a1a6d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5626 ironchest:shulker/red/silver/copper_silver_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@7b09be5d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5627 ironchest:shulker/red/obsidian/diamond_obsidian_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@1dc640c3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5630 ironchest:shulker/red/gold/silver_gold_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@14ce0507 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5631 ironchest:shulker/red/gold/iron_gold_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@23cf0022 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5632 ironchest:shulker/red/diamond/silver_diamond_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@2c203ede +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5633 ironchest:shulker/red/diamond/gold_diamond_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@363031f9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5634 ironchest:shulker/red/crystal/diamond_crystal_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@6a6ccdbf +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5635 ironchest:shulker/red/copper/vanilla_copper_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@234cdf29 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5636 ironchest:shulker/purple/silver/iron_silver_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@7ea24539 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5637 ironchest:shulker/purple/silver/copper_silver_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@5e9d29f4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5638 ironchest:shulker/purple/obsidian/diamond_obsidian_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@2c65a694 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5641 ironchest:shulker/purple/gold/silver_gold_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@5b946c94 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5642 ironchest:shulker/purple/gold/iron_gold_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@547562e2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5643 ironchest:shulker/purple/diamond/silver_diamond_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@5a70df80 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5644 ironchest:shulker/purple/diamond/gold_diamond_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@3a047b15 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5645 ironchest:shulker/purple/crystal/diamond_crystal_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@5913cc1c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5646 ironchest:shulker/purple/copper/vanilla_copper_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@6e400e27 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5647 ironchest:shulker/pink/silver/iron_silver_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@3288cb05 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5648 ironchest:shulker/pink/silver/copper_silver_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@1048431d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5649 ironchest:shulker/pink/obsidian/diamond_obsidian_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@5daf5078 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5652 ironchest:shulker/pink/gold/silver_gold_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@332afcab +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5653 ironchest:shulker/pink/gold/iron_gold_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@567040b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5654 ironchest:shulker/pink/diamond/silver_diamond_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@c9b5b64 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5655 ironchest:shulker/pink/diamond/gold_diamond_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@587b8ea6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5656 ironchest:shulker/pink/crystal/diamond_crystal_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@52202d1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5657 ironchest:shulker/pink/copper/vanilla_copper_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@43ad64a4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5658 ironchest:shulker/orange/silver/iron_silver_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@47276a64 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5659 ironchest:shulker/orange/silver/copper_silver_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@70da216a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5660 ironchest:shulker/orange/obsidian/diamond_obsidian_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@2f67bd27 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5663 ironchest:shulker/orange/gold/silver_gold_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@57355d44 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5664 ironchest:shulker/orange/gold/iron_gold_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@3400c6a0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5665 ironchest:shulker/orange/diamond/silver_diamond_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@9e7c94d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5666 ironchest:shulker/orange/diamond/gold_diamond_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@463791a8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5667 ironchest:shulker/orange/crystal/diamond_crystal_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@41b97d49 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5668 ironchest:shulker/orange/copper/vanilla_copper_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@1e61f464 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5669 ironchest:shulker/magenta/silver/iron_silver_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@7e245877 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5670 ironchest:shulker/magenta/silver/copper_silver_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@1b18fe2c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5671 ironchest:shulker/magenta/obsidian/diamond_obsidian_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@336a8352 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5674 ironchest:shulker/magenta/gold/silver_gold_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@4766af20 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5675 ironchest:shulker/magenta/gold/iron_gold_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@6b180afc +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5676 ironchest:shulker/magenta/diamond/silver_diamond_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@4c6dc170 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5677 ironchest:shulker/magenta/diamond/gold_diamond_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@5534dd15 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5678 ironchest:shulker/magenta/crystal/diamond_crystal_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@4d8559a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5679 ironchest:shulker/magenta/copper/vanilla_copper_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@4e675992 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5680 ironchest:shulker/lime/silver/iron_silver_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@46445f55 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5681 ironchest:shulker/lime/silver/copper_silver_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@1c6f08b0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5682 ironchest:shulker/lime/obsidian/diamond_obsidian_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@2799f92c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5685 ironchest:shulker/lime/gold/silver_gold_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@74857e51 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5686 ironchest:shulker/lime/gold/iron_gold_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@461a5ee4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5687 ironchest:shulker/lime/diamond/silver_diamond_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@655b7785 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5688 ironchest:shulker/lime/diamond/gold_diamond_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@1b772f8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5689 ironchest:shulker/lime/crystal/diamond_crystal_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@52fe899f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5690 ironchest:shulker/lime/copper/vanilla_copper_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@15652820 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5691 ironchest:shulker/light_blue/silver/iron_silver_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@35879426 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5692 ironchest:shulker/light_blue/silver/copper_silver_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@4709856 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5693 ironchest:shulker/light_blue/obsidian/diamond_obsidian_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@b88dff4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5696 ironchest:shulker/light_blue/gold/silver_gold_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@180d8016 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5697 ironchest:shulker/light_blue/gold/iron_gold_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@4ea6b3a3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5698 ironchest:shulker/light_blue/diamond/silver_diamond_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@203fea58 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5699 ironchest:shulker/light_blue/diamond/gold_diamond_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@4783b613 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5700 ironchest:shulker/light_blue/crystal/diamond_crystal_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@53bd4a93 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5701 ironchest:shulker/light_blue/copper/vanilla_copper_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@6b3ebff4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5702 ironchest:shulker/green/silver/iron_silver_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@2c093124 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5703 ironchest:shulker/green/silver/copper_silver_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@529f1e73 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5704 ironchest:shulker/green/obsidian/diamond_obsidian_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@68c7578f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5707 ironchest:shulker/green/gold/silver_gold_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@62b8a92d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5708 ironchest:shulker/green/gold/iron_gold_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@37ff11c9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5709 ironchest:shulker/green/diamond/silver_diamond_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@19e56001 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5710 ironchest:shulker/green/diamond/gold_diamond_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@45b11c85 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5711 ironchest:shulker/green/crystal/diamond_crystal_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@268dc6ad +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5712 ironchest:shulker/green/copper/vanilla_copper_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@33b83495 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5713 ironchest:shulker/gray/silver/iron_silver_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@203e8ce9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5714 ironchest:shulker/gray/silver/copper_silver_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@609b4a33 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5715 ironchest:shulker/gray/obsidian/diamond_obsidian_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@4a27f805 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5718 ironchest:shulker/gray/gold/silver_gold_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@7a56975d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5719 ironchest:shulker/gray/gold/iron_gold_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@4b1a7739 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5720 ironchest:shulker/gray/diamond/silver_diamond_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@3c8f9b84 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5721 ironchest:shulker/gray/diamond/gold_diamond_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@5fc4039b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5722 ironchest:shulker/gray/crystal/diamond_crystal_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@82ec6f9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5723 ironchest:shulker/gray/copper/vanilla_copper_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@52c8507f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5724 ironchest:shulker/cyan/silver/iron_silver_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@772c19fc +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5725 ironchest:shulker/cyan/silver/copper_silver_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@5cc4190e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5726 ironchest:shulker/cyan/obsidian/diamond_obsidian_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@1f827095 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5729 ironchest:shulker/cyan/gold/silver_gold_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@2eb48500 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5730 ironchest:shulker/cyan/gold/iron_gold_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@567794df +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5731 ironchest:shulker/cyan/diamond/silver_diamond_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@101264d5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5732 ironchest:shulker/cyan/diamond/gold_diamond_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@67ef4d51 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5733 ironchest:shulker/cyan/crystal/diamond_crystal_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@2938b940 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5734 ironchest:shulker/cyan/copper/vanilla_copper_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@70e34ee1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5735 ironchest:shulker/brown/silver/iron_silver_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@1ed7aa0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5736 ironchest:shulker/brown/silver/copper_silver_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@550599d2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5737 ironchest:shulker/brown/obsidian/diamond_obsidian_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@1121c106 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5740 ironchest:shulker/brown/gold/silver_gold_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@7a953196 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5741 ironchest:shulker/brown/gold/iron_gold_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@507bfb20 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5742 ironchest:shulker/brown/diamond/silver_diamond_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@5b1cab56 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5743 ironchest:shulker/brown/diamond/gold_diamond_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@5c9057bb +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5744 ironchest:shulker/brown/crystal/diamond_crystal_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@785614a3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5745 ironchest:shulker/brown/copper/vanilla_copper_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@52c228fc +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5746 ironchest:shulker/blue/silver/iron_silver_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@596ab1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5747 ironchest:shulker/blue/silver/copper_silver_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@4f956d29 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5748 ironchest:shulker/blue/obsidian/diamond_obsidian_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@fd59c4b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5751 ironchest:shulker/blue/gold/silver_gold_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@68c4af85 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5752 ironchest:shulker/blue/gold/iron_gold_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@24ab656d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5753 ironchest:shulker/blue/diamond/silver_diamond_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@458cb968 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5754 ironchest:shulker/blue/diamond/gold_diamond_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@7d9287d9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5755 ironchest:shulker/blue/crystal/diamond_crystal_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@717243ec +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5756 ironchest:shulker/blue/copper/vanilla_copper_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@3482d854 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5757 ironchest:shulker/black/silver/iron_silver_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@7c3b46ca +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5758 ironchest:shulker/black/silver/copper_silver_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@13cb4932 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5759 ironchest:shulker/black/obsidian/diamond_obsidian_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@544d0efa +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5762 ironchest:shulker/black/gold/silver_gold_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@f755519 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5763 ironchest:shulker/black/gold/iron_gold_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@b43aa61 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5764 ironchest:shulker/black/diamond/silver_diamond_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@76a09dd9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5765 ironchest:shulker/black/diamond/gold_diamond_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@5c0775b8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5766 ironchest:shulker/black/crystal/diamond_crystal_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@2c23245c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5767 ironchest:shulker/black/copper/vanilla_copper_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@751f29ff +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5768 ironchest:shulker/shulker_box_coloring cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxColorRecipeFactory$ShulkerBoxColorRecipe@47ccd853 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5769 ironchest:chest/silver/iron_silver_chest RecipeStage{tier='two', recipe=1xtile.IronChest@4:[net.minecraftforge.oredict.OreIngredient@531ff219, net.minecraftforge.oredict.OreIngredient@4199fdd0, net.minecraftforge.oredict.OreIngredient@531ff219, net.minecraftforge.oredict.OreIngredient@4199fdd0, net.minecraft.item.crafting.Ingredient@7f25b8b7, net.minecraftforge.oredict.OreIngredient@4199fdd0, net.minecraftforge.oredict.OreIngredient@531ff219, net.minecraftforge.oredict.OreIngredient@4199fdd0, net.minecraftforge.oredict.OreIngredient@531ff219]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5770 ironchest:chest/silver/copper_silver_chest RecipeStage{tier='two', recipe=1xtile.IronChest@4:[net.minecraftforge.oredict.OreIngredient@531ff219, net.minecraftforge.oredict.OreIngredient@531ff219, net.minecraftforge.oredict.OreIngredient@531ff219, net.minecraftforge.oredict.OreIngredient@531ff219, net.minecraft.item.crafting.Ingredient@7f0c6896, net.minecraftforge.oredict.OreIngredient@531ff219, net.minecraftforge.oredict.OreIngredient@531ff219, net.minecraftforge.oredict.OreIngredient@531ff219, net.minecraftforge.oredict.OreIngredient@531ff219]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5771 ironchest:chest/obsidian/diamond_obsidian_chest RecipeStage{tier='three', recipe=1xtile.IronChest@6:[net.minecraft.item.crafting.Ingredient@199cc61b, net.minecraft.item.crafting.Ingredient@199cc61b, net.minecraft.item.crafting.Ingredient@199cc61b, net.minecraft.item.crafting.Ingredient@199cc61b, net.minecraft.item.crafting.Ingredient@35a835c9, net.minecraft.item.crafting.Ingredient@199cc61b, net.minecraft.item.crafting.Ingredient@199cc61b, net.minecraft.item.crafting.Ingredient@199cc61b, net.minecraft.item.crafting.Ingredient@199cc61b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5774 ironchest:chest/gold/silver_gold_chest RecipeStage{tier='two', recipe=1xtile.IronChest@1:[net.minecraftforge.oredict.OreIngredient@78dd493b, net.minecraftforge.oredict.OreIngredient@4199fdd0, net.minecraftforge.oredict.OreIngredient@78dd493b, net.minecraftforge.oredict.OreIngredient@4199fdd0, net.minecraft.item.crafting.Ingredient@28b09ee, net.minecraftforge.oredict.OreIngredient@4199fdd0, net.minecraftforge.oredict.OreIngredient@78dd493b, net.minecraftforge.oredict.OreIngredient@4199fdd0, net.minecraftforge.oredict.OreIngredient@78dd493b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5775 ironchest:chest/gold/iron_gold_chest RecipeStage{tier='two', recipe=1xtile.IronChest@1:[net.minecraftforge.oredict.OreIngredient@78dd493b, net.minecraftforge.oredict.OreIngredient@78dd493b, net.minecraftforge.oredict.OreIngredient@78dd493b, net.minecraftforge.oredict.OreIngredient@78dd493b, net.minecraft.item.crafting.Ingredient@3e6fadec, net.minecraftforge.oredict.OreIngredient@78dd493b, net.minecraftforge.oredict.OreIngredient@78dd493b, net.minecraftforge.oredict.OreIngredient@78dd493b, net.minecraftforge.oredict.OreIngredient@78dd493b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5776 ironchest:chest/dirt/vanilla_dirt_chest RecipeStage{tier='one', recipe=1xtile.IronChest@7:[net.minecraft.item.crafting.Ingredient@431cebf3, net.minecraft.item.crafting.Ingredient@431cebf3, net.minecraft.item.crafting.Ingredient@431cebf3, net.minecraft.item.crafting.Ingredient@431cebf3, net.minecraftforge.oredict.OreIngredient@34434382, net.minecraft.item.crafting.Ingredient@431cebf3, net.minecraft.item.crafting.Ingredient@431cebf3, net.minecraft.item.crafting.Ingredient@431cebf3, net.minecraft.item.crafting.Ingredient@431cebf3]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5777 ironchest:chest/diamond/silver_diamond_chest RecipeStage{tier='five', recipe=1xtile.IronChest@2:[net.minecraftforge.oredict.OreIngredient@4199fdd0, net.minecraftforge.oredict.OreIngredient@4199fdd0, net.minecraftforge.oredict.OreIngredient@4199fdd0, net.minecraftforge.oredict.OreIngredient@4199fdd0, net.minecraft.item.crafting.Ingredient@4b2e83b3, net.minecraftforge.oredict.OreIngredient@4199fdd0, net.minecraftforge.oredict.OreIngredient@16a9de96, net.minecraftforge.oredict.OreIngredient@16a9de96, net.minecraftforge.oredict.OreIngredient@16a9de96]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5778 ironchest:chest/diamond/gold_diamond_chest RecipeStage{tier='five', recipe=1xtile.IronChest@2:[net.minecraftforge.oredict.OreIngredient@4199fdd0, net.minecraftforge.oredict.OreIngredient@4199fdd0, net.minecraftforge.oredict.OreIngredient@4199fdd0, net.minecraftforge.oredict.OreIngredient@16a9de96, net.minecraft.item.crafting.Ingredient@2ec385c7, net.minecraftforge.oredict.OreIngredient@16a9de96, net.minecraftforge.oredict.OreIngredient@4199fdd0, net.minecraftforge.oredict.OreIngredient@4199fdd0, net.minecraftforge.oredict.OreIngredient@4199fdd0]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5779 ironchest:chest/crystal/diamond_crystal_chest RecipeStage{tier='five', recipe=1xtile.IronChest@5:[net.minecraftforge.oredict.OreIngredient@4199fdd0, net.minecraftforge.oredict.OreIngredient@4199fdd0, net.minecraftforge.oredict.OreIngredient@4199fdd0, net.minecraftforge.oredict.OreIngredient@4199fdd0, net.minecraft.item.crafting.Ingredient@4a9bfb46, net.minecraftforge.oredict.OreIngredient@4199fdd0, net.minecraftforge.oredict.OreIngredient@4199fdd0, net.minecraftforge.oredict.OreIngredient@4199fdd0, net.minecraftforge.oredict.OreIngredient@4199fdd0]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5780 ironchest:chest/copper/vanilla_copper_chest RecipeStage{tier='one', recipe=1xtile.IronChest@3:[net.minecraftforge.oredict.OreIngredient@e713ff2, net.minecraftforge.oredict.OreIngredient@e713ff2, net.minecraftforge.oredict.OreIngredient@e713ff2, net.minecraftforge.oredict.OreIngredient@e713ff2, net.minecraftforge.oredict.OreIngredient@34434382, net.minecraftforge.oredict.OreIngredient@e713ff2, net.minecraftforge.oredict.OreIngredient@e713ff2, net.minecraftforge.oredict.OreIngredient@e713ff2, net.minecraftforge.oredict.OreIngredient@e713ff2]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5783 jarm:spruce_raft RecipeStage{tier='zero', recipe=1xitem.spruceraft@0:[net.minecraft.item.crafting.Ingredient@be52edc, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@be52edc, net.minecraft.item.crafting.Ingredient@e39e9ca, net.minecraft.item.crafting.Ingredient@e39e9ca, net.minecraft.item.crafting.Ingredient@e39e9ca, net.minecraft.item.crafting.Ingredient@be52edc, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@be52edc]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5784 jarm:oak_raft RecipeStage{tier='zero', recipe=1xitem.oakraft@0:[net.minecraft.item.crafting.Ingredient@74d1d110, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@74d1d110, net.minecraft.item.crafting.Ingredient@6c32e898, net.minecraft.item.crafting.Ingredient@6c32e898, net.minecraft.item.crafting.Ingredient@6c32e898, net.minecraft.item.crafting.Ingredient@74d1d110, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@74d1d110]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5785 jarm:jungle_raft RecipeStage{tier='zero', recipe=1xitem.jungleraft@0:[net.minecraft.item.crafting.Ingredient@21c11e6a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@21c11e6a, net.minecraft.item.crafting.Ingredient@242b173, net.minecraft.item.crafting.Ingredient@242b173, net.minecraft.item.crafting.Ingredient@242b173, net.minecraft.item.crafting.Ingredient@21c11e6a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@21c11e6a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5786 jarm:dark_oak_raft RecipeStage{tier='zero', recipe=1xitem.dark_oakraft@0:[net.minecraft.item.crafting.Ingredient@39dd9d48, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@39dd9d48, net.minecraft.item.crafting.Ingredient@eeec18d, net.minecraft.item.crafting.Ingredient@eeec18d, net.minecraft.item.crafting.Ingredient@eeec18d, net.minecraft.item.crafting.Ingredient@39dd9d48, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@39dd9d48]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5787 jarm:birch_raft RecipeStage{tier='zero', recipe=1xitem.birchraft@0:[net.minecraft.item.crafting.Ingredient@10be36b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@10be36b, net.minecraft.item.crafting.Ingredient@7429cc7c, net.minecraft.item.crafting.Ingredient@7429cc7c, net.minecraft.item.crafting.Ingredient@7429cc7c, net.minecraft.item.crafting.Ingredient@10be36b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@10be36b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5788 jarm:acacia_raft RecipeStage{tier='zero', recipe=1xitem.acaciaraft@0:[net.minecraft.item.crafting.Ingredient@6d093839, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6d093839, net.minecraft.item.crafting.Ingredient@4f0519c9, net.minecraft.item.crafting.Ingredient@4f0519c9, net.minecraft.item.crafting.Ingredient@4f0519c9, net.minecraft.item.crafting.Ingredient@6d093839, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6d093839]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5790 jaff:tank RecipeStage{tier='two', recipe=16xtile.tank@0:[net.minecraft.item.crafting.Ingredient@797718a6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@797718a6, net.minecraft.item.crafting.Ingredient@797718a6, net.minecraft.item.crafting.Ingredient@7202a012, net.minecraft.item.crafting.Ingredient@797718a6, net.minecraft.item.crafting.Ingredient@797718a6, net.minecraft.item.crafting.Ingredient@797718a6, net.minecraft.item.crafting.Ingredient@797718a6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5796 modularmachinery:fluid_output_small RecipeStage{tier='four', recipe=1xtile.modularmachinery.blockfluidoutputhatch@1:[net.minecraft.item.crafting.Ingredient@135f3fb1, net.minecraft.item.crafting.Ingredient@8ec91cb, net.minecraft.item.crafting.Ingredient@135f3fb1, net.minecraft.item.crafting.Ingredient@8ec91cb, net.minecraft.item.crafting.Ingredient@42d342dc, net.minecraft.item.crafting.Ingredient@8ec91cb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4d7b509f, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5798 modularmachinery:fluid_input_small RecipeStage{tier='four', recipe=1xtile.modularmachinery.blockfluidinputhatch@1:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@76143e70, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@58dc8a70, net.minecraft.item.crafting.Ingredient@1f47d175, net.minecraft.item.crafting.Ingredient@58dc8a70, net.minecraft.item.crafting.Ingredient@495280f4, net.minecraft.item.crafting.Ingredient@58dc8a70, net.minecraft.item.crafting.Ingredient@495280f4]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5803 modularmachinery:casing_reinforced RecipeStage{tier='four', recipe=4xtile.modularmachinery.blockcasing@4:[net.minecraft.item.crafting.Ingredient@38177551, net.minecraft.item.crafting.Ingredient@24b4d21, net.minecraft.item.crafting.Ingredient@38177551, net.minecraft.item.crafting.Ingredient@24b4d21, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@24b4d21, net.minecraft.item.crafting.Ingredient@38177551, net.minecraft.item.crafting.Ingredient@24b4d21, net.minecraft.item.crafting.Ingredient@38177551]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5805 modularmachinery:energy_output_tiny RecipeStage{tier='four', recipe=1xtile.modularmachinery.blockenergyoutputhatch@0:[net.minecraft.item.crafting.Ingredient@201974cb, net.minecraftforge.oredict.OreIngredient@390d00d3, net.minecraft.item.crafting.Ingredient@201974cb, net.minecraftforge.oredict.OreIngredient@2e1659d5, net.minecraft.item.crafting.Ingredient@1e7daf3d, net.minecraftforge.oredict.OreIngredient@2e1659d5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2e1659d5, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5807 modularmachinery:energy_output_small RecipeStage{tier='four', recipe=1xtile.modularmachinery.blockenergyoutputhatch@1:[net.minecraftforge.oredict.OreIngredient@703f78ea, net.minecraftforge.oredict.OreIngredient@4912036e, net.minecraftforge.oredict.OreIngredient@703f78ea, net.minecraftforge.oredict.OreIngredient@4912036e, net.minecraft.item.crafting.Ingredient@72029218, net.minecraftforge.oredict.OreIngredient@4912036e, net.minecraftforge.oredict.OreIngredient@703f78ea, net.minecraft.item.crafting.Ingredient@cf608de, net.minecraftforge.oredict.OreIngredient@703f78ea]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5808 modularmachinery:energy_input_small RecipeStage{tier='four', recipe=1xtile.modularmachinery.blockenergyinputhatch@1:[net.minecraftforge.oredict.OreIngredient@24616605, net.minecraft.item.crafting.Ingredient@46051b2f, net.minecraftforge.oredict.OreIngredient@24616605, net.minecraftforge.oredict.OreIngredient@7ad9baff, net.minecraft.item.crafting.Ingredient@53f27f40, net.minecraftforge.oredict.OreIngredient@7ad9baff, net.minecraftforge.oredict.OreIngredient@24616605, net.minecraftforge.oredict.OreIngredient@7ad9baff, net.minecraftforge.oredict.OreIngredient@24616605]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5809 modularmachinery:fluid_output_tiny RecipeStage{tier='three', recipe=1xtile.modularmachinery.blockfluidoutputhatch@0:[net.minecraft.item.crafting.Ingredient@65cff7dd, net.minecraft.item.crafting.Ingredient@1e984734, net.minecraft.item.crafting.Ingredient@58f54dc6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5810 modularmachinery:casing_firebox RecipeStage{tier='four', recipe=2xtile.modularmachinery.blockcasing@2:[net.minecraftforge.oredict.OreIngredient@33db2522, net.minecraft.item.crafting.Ingredient@2e0aeb5c, net.minecraftforge.oredict.OreIngredient@33db2522, net.minecraft.item.crafting.Ingredient@7200e5df, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7200e5df, net.minecraftforge.oredict.OreIngredient@33db2522, net.minecraftforge.oredict.OreIngredient@13f6d305, net.minecraftforge.oredict.OreIngredient@33db2522]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5813 mysticalagriculture:ultimate_reprocessor RecipeStage{tier='five', recipe=1xtile.ma.ultimate_reprocessor@0:[net.minecraft.item.crafting.Ingredient@43ce757b, net.minecraft.item.crafting.Ingredient@548e4258, net.minecraft.item.crafting.Ingredient@43ce757b, net.minecraft.item.crafting.Ingredient@2965b255, net.minecraft.item.crafting.Ingredient@2db10ea6, net.minecraft.item.crafting.Ingredient@2965b255, net.minecraft.item.crafting.Ingredient@43ce757b, net.minecraft.item.crafting.Ingredient@2965b255, net.minecraft.item.crafting.Ingredient@43ce757b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5814 mysticalagriculture:supremium_reprocessor RecipeStage{tier='five', recipe=1xtile.ma.supremium_reprocessor@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@63f39125, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@63f39125, net.minecraft.item.crafting.Ingredient@5b90ae3c, net.minecraft.item.crafting.Ingredient@63f39125, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@78153a3c, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5815 mysticalagriculture:superium_reprocessor RecipeStage{tier='five', recipe=1xtile.ma.superium_reprocessor@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1c086bd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1c086bd, net.minecraft.item.crafting.Ingredient@f2b7a53, net.minecraft.item.crafting.Ingredient@1c086bd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@50792a84, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5816 mysticalagriculture:prudentium_reprocessor RecipeStage{tier='five', recipe=1xtile.ma.prudentium_reprocessor@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@64abd5b1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@64abd5b1, net.minecraft.item.crafting.Ingredient@5b3c1c09, net.minecraft.item.crafting.Ingredient@64abd5b1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@652816ce, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5817 mysticalagriculture:intermedium_reprocessor RecipeStage{tier='five', recipe=1xtile.ma.intermedium_reprocessor@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@43395464, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@43395464, net.minecraft.item.crafting.Ingredient@6feb165d, net.minecraft.item.crafting.Ingredient@43395464, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1be52a86, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5818 mysticalagriculture:inferium_reprocessor RecipeStage{tier='five', recipe=1xtile.ma.inferium_reprocessor@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@646a12f6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@646a12f6, net.minecraft.item.crafting.Ingredient@2b689816, net.minecraft.item.crafting.Ingredient@646a12f6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@727773e7, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5819 mysticalagriculture:core/witherproof_glass RecipeStage{tier='five', recipe=1xtile.ma.witherproof_glass@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7bb7fe18, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7bb7fe18, net.minecraft.item.crafting.Ingredient@5612d3d1, net.minecraft.item.crafting.Ingredient@7bb7fe18, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7bb7fe18, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5820 mysticalagriculture:core/witherproof_block RecipeStage{tier='five', recipe=1xtile.ma.witherproof_block@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@115df22, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@115df22, net.minecraft.item.crafting.Ingredient@1e405672, net.minecraft.item.crafting.Ingredient@115df22, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@115df22, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5822 mysticalagriculture:core/supremium_tinkering_table RecipeStage{tier='five', recipe=1xtile.ma.tinkering_table@4:[net.minecraft.item.crafting.Ingredient@363d4234, net.minecraft.item.crafting.Ingredient@363d4234, net.minecraft.item.crafting.Ingredient@363d4234, net.minecraft.item.crafting.Ingredient@2f378a7a, net.minecraftforge.oredict.OreIngredient@7ee95eb5, net.minecraft.item.crafting.Ingredient@2f378a7a, net.minecraft.item.crafting.Ingredient@2f378a7a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2f378a7a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5823 mysticalagriculture:core/supremium_furnace RecipeStage{tier='five', recipe=1xtile.ma.supremium_furnace@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6a5f9e58, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6a5f9e58, net.minecraft.item.crafting.Ingredient@7fb851f5, net.minecraft.item.crafting.Ingredient@6a5f9e58, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@30929780, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5824 mysticalagriculture:core/supremium_coal RecipeStage{tier='five', recipe=1xitem.ma.coal@4:[net.minecraft.item.crafting.Ingredient@347163b, net.minecraft.item.crafting.Ingredient@6bf39e1f, net.minecraft.item.crafting.Ingredient@4a211e0e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5825 mysticalagriculture:core/superium_tinkering_table RecipeStage{tier='five', recipe=1xtile.ma.tinkering_table@3:[net.minecraft.item.crafting.Ingredient@e527b11, net.minecraft.item.crafting.Ingredient@e527b11, net.minecraft.item.crafting.Ingredient@e527b11, net.minecraft.item.crafting.Ingredient@5c8a0183, net.minecraftforge.oredict.OreIngredient@4ad65d20, net.minecraft.item.crafting.Ingredient@5c8a0183, net.minecraft.item.crafting.Ingredient@5c8a0183, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5c8a0183]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5826 mysticalagriculture:core/superium_furnace RecipeStage{tier='five', recipe=1xtile.ma.superium_furnace@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@773ca93f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@773ca93f, net.minecraft.item.crafting.Ingredient@58fa8f77, net.minecraft.item.crafting.Ingredient@773ca93f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@515ce063, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5827 mysticalagriculture:core/superium_coal RecipeStage{tier='five', recipe=1xitem.ma.coal@3:[net.minecraft.item.crafting.Ingredient@336d94f3, net.minecraft.item.crafting.Ingredient@5d700247, net.minecraft.item.crafting.Ingredient@1899f91c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5828 mysticalagriculture:core/seed_reprocessor RecipeStage{tier='five', recipe=1xtile.ma.seed_reprocessor@0:[net.minecraftforge.oredict.OreIngredient@4a8d408b, net.minecraft.item.crafting.Ingredient@698bc910, net.minecraftforge.oredict.OreIngredient@4a8d408b, net.minecraftforge.oredict.OreIngredient@4a8d408b, net.minecraft.item.crafting.Ingredient@6d354d36, net.minecraftforge.oredict.OreIngredient@4a8d408b, net.minecraftforge.oredict.OreIngredient@4a8d408b, net.minecraft.item.crafting.Ingredient@1864cef5, net.minecraftforge.oredict.OreIngredient@4a8d408b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5829 mysticalagriculture:core/prudentium_tinkering_table RecipeStage{tier='five', recipe=1xtile.ma.tinkering_table@1:[net.minecraft.item.crafting.Ingredient@24669e32, net.minecraft.item.crafting.Ingredient@24669e32, net.minecraft.item.crafting.Ingredient@24669e32, net.minecraft.item.crafting.Ingredient@3e946e32, net.minecraftforge.oredict.OreIngredient@17b034f6, net.minecraft.item.crafting.Ingredient@3e946e32, net.minecraft.item.crafting.Ingredient@3e946e32, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3e946e32]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5830 mysticalagriculture:core/prudentium_furnace RecipeStage{tier='five', recipe=1xtile.ma.prudentium_furnace@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@59208b8e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@59208b8e, net.minecraft.item.crafting.Ingredient@6fcc6205, net.minecraft.item.crafting.Ingredient@59208b8e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7580b88d, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5831 mysticalagriculture:core/prudentium_coal RecipeStage{tier='five', recipe=1xitem.ma.coal@1:[net.minecraft.item.crafting.Ingredient@545be27a, net.minecraft.item.crafting.Ingredient@5202ff0d, net.minecraft.item.crafting.Ingredient@56524ce]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5832 mysticalagriculture:core/mystical_machine_frame RecipeStage{tier='five', recipe=4xtile.ma.mystical_machine_frame@0:[net.minecraftforge.oredict.OreIngredient@3853ef5d, net.minecraft.item.crafting.Ingredient@65296311, net.minecraftforge.oredict.OreIngredient@3853ef5d, net.minecraft.item.crafting.Ingredient@65296311, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@65296311, net.minecraftforge.oredict.OreIngredient@3853ef5d, net.minecraft.item.crafting.Ingredient@65296311, net.minecraftforge.oredict.OreIngredient@3853ef5d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5833 mysticalagriculture:core/master_infusion_crystal RecipeStage{tier='five', recipe=1xitem.ma.master_infusion_crystal@0:[net.minecraft.item.crafting.Ingredient@19ebd6c0, net.minecraft.item.crafting.Ingredient@112e637a, net.minecraft.item.crafting.Ingredient@19ebd6c0, net.minecraft.item.crafting.Ingredient@112e637a, net.minecraftforge.oredict.OreIngredient@27cd87b5, net.minecraft.item.crafting.Ingredient@112e637a, net.minecraft.item.crafting.Ingredient@19ebd6c0, net.minecraft.item.crafting.Ingredient@112e637a, net.minecraft.item.crafting.Ingredient@19ebd6c0]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5834 mysticalagriculture:core/intermedium_tinkering_table RecipeStage{tier='five', recipe=1xtile.ma.tinkering_table@2:[net.minecraft.item.crafting.Ingredient@19b45b7e, net.minecraft.item.crafting.Ingredient@19b45b7e, net.minecraft.item.crafting.Ingredient@19b45b7e, net.minecraft.item.crafting.Ingredient@a92171a, net.minecraftforge.oredict.OreIngredient@7ac98592, net.minecraft.item.crafting.Ingredient@a92171a, net.minecraft.item.crafting.Ingredient@a92171a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@a92171a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5835 mysticalagriculture:core/intermedium_furnace RecipeStage{tier='five', recipe=1xtile.ma.intermedium_furnace@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@33710196, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@33710196, net.minecraft.item.crafting.Ingredient@21f78131, net.minecraft.item.crafting.Ingredient@33710196, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2e3afd33, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5836 mysticalagriculture:core/intermedium_coal RecipeStage{tier='five', recipe=1xitem.ma.coal@2:[net.minecraft.item.crafting.Ingredient@57991c91, net.minecraft.item.crafting.Ingredient@6b283827, net.minecraft.item.crafting.Ingredient@5abbc1c7]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5837 mysticalagriculture:core/infusion_crystal RecipeStage{tier='five', recipe=1xitem.ma.infusion_crystal@0:[net.minecraft.item.crafting.Ingredient@5853f24a, net.minecraft.item.crafting.Ingredient@2cd50df0, net.minecraft.item.crafting.Ingredient@5853f24a, net.minecraft.item.crafting.Ingredient@2cd50df0, net.minecraftforge.oredict.OreIngredient@5098b36b, net.minecraft.item.crafting.Ingredient@2cd50df0, net.minecraft.item.crafting.Ingredient@5853f24a, net.minecraft.item.crafting.Ingredient@2cd50df0, net.minecraft.item.crafting.Ingredient@5853f24a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5838 mysticalagriculture:core/inferium_tinkering_table RecipeStage{tier='five', recipe=1xtile.ma.tinkering_table@0:[net.minecraft.item.crafting.Ingredient@4f322ed4, net.minecraft.item.crafting.Ingredient@4f322ed4, net.minecraft.item.crafting.Ingredient@4f322ed4, net.minecraft.item.crafting.Ingredient@3bc6091a, net.minecraftforge.oredict.OreIngredient@3258896e, net.minecraft.item.crafting.Ingredient@3bc6091a, net.minecraft.item.crafting.Ingredient@3bc6091a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3bc6091a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5839 mysticalagriculture:core/inferium_furnace RecipeStage{tier='five', recipe=1xtile.ma.inferium_furnace@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@640cee03, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@640cee03, net.minecraft.item.crafting.Ingredient@17709a5a, net.minecraft.item.crafting.Ingredient@640cee03, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6c8b1d2a, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5840 mysticalagriculture:core/inferium_coal RecipeStage{tier='five', recipe=1xitem.ma.coal@0:[net.minecraft.item.crafting.Ingredient@6a19c202, net.minecraft.item.crafting.Ingredient@287bcb43, net.minecraft.item.crafting.Ingredient@15808750]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5841 mysticalagriculture:core/growth_accelerator RecipeStage{tier='five', recipe=1xtile.ma.growth_accelerator@0:[net.minecraftforge.oredict.OreIngredient@778ae50c, net.minecraft.item.crafting.Ingredient@18f4d30e, net.minecraftforge.oredict.OreIngredient@778ae50c, net.minecraft.item.crafting.Ingredient@18f4d30e, net.minecraftforge.oredict.OreIngredient@3d073abd, net.minecraft.item.crafting.Ingredient@18f4d30e, net.minecraftforge.oredict.OreIngredient@778ae50c, net.minecraft.item.crafting.Ingredient@18f4d30e, net.minecraftforge.oredict.OreIngredient@778ae50c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5842 mysticalagriculture:core/droplet_to_bottle RecipeStage{tier='five', recipe=1xitem.expBottle@0:[net.minecraft.item.crafting.Ingredient@4be8f192, net.minecraft.item.crafting.Ingredient@6a86d3a5]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5843 mysticalagriculture:core/core_remover RecipeStage{tier='five', recipe=1xitem.ma.core_remover@0:[net.minecraftforge.oredict.OreIngredient@125faad2, net.minecraftforge.oredict.OreIngredient@5c1b95b8, net.minecraftforge.oredict.OreIngredient@125faad2, net.minecraftforge.oredict.OreIngredient@5c1b95b8, net.minecraftforge.oredict.OreIngredient@1c5c4717, net.minecraftforge.oredict.OreIngredient@5c1b95b8, net.minecraftforge.oredict.OreIngredient@125faad2, net.minecraftforge.oredict.OreIngredient@5c1b95b8, net.minecraftforge.oredict.OreIngredient@125faad2]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5844 mysticalagriculture:core/compression/supremium_essence_to RecipeStage{tier='five', recipe=1xitem.ma.crafting@4:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@118b409, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@118b409, net.minecraft.item.crafting.Ingredient@54f7d6c9, net.minecraft.item.crafting.Ingredient@118b409, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@118b409, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5845 mysticalagriculture:core/compression/supremium_essence_block_to RecipeStage{tier='five', recipe=1xtile.ma.storage@4:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@753f0f3c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@753f0f3c, net.minecraft.item.crafting.Ingredient@62add8b8, net.minecraft.item.crafting.Ingredient@753f0f3c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@753f0f3c, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5846 mysticalagriculture:core/compression/superium_essence_to RecipeStage{tier='five', recipe=1xitem.ma.crafting@3:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@686f2362, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@686f2362, net.minecraft.item.crafting.Ingredient@54f7d6c9, net.minecraft.item.crafting.Ingredient@686f2362, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@686f2362, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5847 mysticalagriculture:core/compression/superium_essence_from RecipeStage{tier='five', recipe=4xitem.ma.crafting@3:[net.minecraft.item.crafting.Ingredient@53d943de]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5848 mysticalagriculture:core/compression/superium_essence_block_to RecipeStage{tier='five', recipe=1xtile.ma.storage@3:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1b5d4a54, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1b5d4a54, net.minecraft.item.crafting.Ingredient@4420cf26, net.minecraft.item.crafting.Ingredient@1b5d4a54, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1b5d4a54, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5849 mysticalagriculture:core/compression/storage/supremium_ingot_block_to RecipeStage{tier='five', recipe=1xtile.ma.ingot_storage@5:[net.minecraft.item.crafting.Ingredient@154f3f93, net.minecraft.item.crafting.Ingredient@154f3f93, net.minecraft.item.crafting.Ingredient@154f3f93, net.minecraft.item.crafting.Ingredient@154f3f93, net.minecraft.item.crafting.Ingredient@154f3f93, net.minecraft.item.crafting.Ingredient@154f3f93, net.minecraft.item.crafting.Ingredient@154f3f93, net.minecraft.item.crafting.Ingredient@154f3f93, net.minecraft.item.crafting.Ingredient@154f3f93]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5850 mysticalagriculture:core/compression/storage/supremium_ingot_block_from RecipeStage{tier='five', recipe=9xitem.ma.crafting@37:[net.minecraft.item.crafting.Ingredient@490b32b0]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5851 mysticalagriculture:core/compression/storage/supremium_essence_block_to RecipeStage{tier='five', recipe=1xtile.ma.storage@4:[net.minecraft.item.crafting.Ingredient@6020797e, net.minecraft.item.crafting.Ingredient@6020797e, net.minecraft.item.crafting.Ingredient@6020797e, net.minecraft.item.crafting.Ingredient@6020797e, net.minecraft.item.crafting.Ingredient@6020797e, net.minecraft.item.crafting.Ingredient@6020797e, net.minecraft.item.crafting.Ingredient@6020797e, net.minecraft.item.crafting.Ingredient@6020797e, net.minecraft.item.crafting.Ingredient@6020797e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5852 mysticalagriculture:core/compression/storage/supremium_essence_block_from RecipeStage{tier='five', recipe=9xitem.ma.crafting@4:[net.minecraft.item.crafting.Ingredient@4c4f08e5]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5853 mysticalagriculture:core/compression/storage/supremium_coal_block_to RecipeStage{tier='five', recipe=1xtile.ma.coal_block@4:[net.minecraft.item.crafting.Ingredient@4dc063e7, net.minecraft.item.crafting.Ingredient@4dc063e7, net.minecraft.item.crafting.Ingredient@4dc063e7, net.minecraft.item.crafting.Ingredient@4dc063e7, net.minecraft.item.crafting.Ingredient@4dc063e7, net.minecraft.item.crafting.Ingredient@4dc063e7, net.minecraft.item.crafting.Ingredient@4dc063e7, net.minecraft.item.crafting.Ingredient@4dc063e7, net.minecraft.item.crafting.Ingredient@4dc063e7]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5854 mysticalagriculture:core/compression/storage/supremium_coal_block_from RecipeStage{tier='five', recipe=9xitem.ma.coal@4:[net.minecraft.item.crafting.Ingredient@52a8edba]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5855 mysticalagriculture:core/compression/storage/superium_ingot_block_to RecipeStage{tier='five', recipe=1xtile.ma.ingot_storage@4:[net.minecraft.item.crafting.Ingredient@3c27f2d4, net.minecraft.item.crafting.Ingredient@3c27f2d4, net.minecraft.item.crafting.Ingredient@3c27f2d4, net.minecraft.item.crafting.Ingredient@3c27f2d4, net.minecraft.item.crafting.Ingredient@3c27f2d4, net.minecraft.item.crafting.Ingredient@3c27f2d4, net.minecraft.item.crafting.Ingredient@3c27f2d4, net.minecraft.item.crafting.Ingredient@3c27f2d4, net.minecraft.item.crafting.Ingredient@3c27f2d4]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5856 mysticalagriculture:core/compression/storage/superium_ingot_block_from RecipeStage{tier='five', recipe=9xitem.ma.crafting@36:[net.minecraft.item.crafting.Ingredient@27065f32]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5857 mysticalagriculture:core/compression/storage/superium_essence_block_to RecipeStage{tier='five', recipe=1xtile.ma.storage@3:[net.minecraft.item.crafting.Ingredient@290333da, net.minecraft.item.crafting.Ingredient@290333da, net.minecraft.item.crafting.Ingredient@290333da, net.minecraft.item.crafting.Ingredient@290333da, net.minecraft.item.crafting.Ingredient@290333da, net.minecraft.item.crafting.Ingredient@290333da, net.minecraft.item.crafting.Ingredient@290333da, net.minecraft.item.crafting.Ingredient@290333da, net.minecraft.item.crafting.Ingredient@290333da]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5858 mysticalagriculture:core/compression/storage/superium_essence_block_from RecipeStage{tier='five', recipe=9xitem.ma.crafting@3:[net.minecraft.item.crafting.Ingredient@4341ed0b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5859 mysticalagriculture:core/compression/storage/superium_coal_block_to RecipeStage{tier='five', recipe=1xtile.ma.coal_block@3:[net.minecraft.item.crafting.Ingredient@1a2771f9, net.minecraft.item.crafting.Ingredient@1a2771f9, net.minecraft.item.crafting.Ingredient@1a2771f9, net.minecraft.item.crafting.Ingredient@1a2771f9, net.minecraft.item.crafting.Ingredient@1a2771f9, net.minecraft.item.crafting.Ingredient@1a2771f9, net.minecraft.item.crafting.Ingredient@1a2771f9, net.minecraft.item.crafting.Ingredient@1a2771f9, net.minecraft.item.crafting.Ingredient@1a2771f9]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5860 mysticalagriculture:core/compression/storage/superium_coal_block_from RecipeStage{tier='five', recipe=9xitem.ma.coal@3:[net.minecraft.item.crafting.Ingredient@14fc1fba]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5861 mysticalagriculture:core/compression/storage/soulium_ingot_block_to RecipeStage{tier='five', recipe=1xtile.ma.ingot_storage@6:[net.minecraft.item.crafting.Ingredient@76549e77, net.minecraft.item.crafting.Ingredient@76549e77, net.minecraft.item.crafting.Ingredient@76549e77, net.minecraft.item.crafting.Ingredient@76549e77, net.minecraft.item.crafting.Ingredient@76549e77, net.minecraft.item.crafting.Ingredient@76549e77, net.minecraft.item.crafting.Ingredient@76549e77, net.minecraft.item.crafting.Ingredient@76549e77, net.minecraft.item.crafting.Ingredient@76549e77]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5862 mysticalagriculture:core/compression/storage/soulium_ingot_block_from RecipeStage{tier='five', recipe=9xitem.ma.crafting@38:[net.minecraft.item.crafting.Ingredient@1007c74c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5863 mysticalagriculture:core/compression/storage/prudentium_ingot_block_to RecipeStage{tier='five', recipe=1xtile.ma.ingot_storage@2:[net.minecraft.item.crafting.Ingredient@4c0b887f, net.minecraft.item.crafting.Ingredient@4c0b887f, net.minecraft.item.crafting.Ingredient@4c0b887f, net.minecraft.item.crafting.Ingredient@4c0b887f, net.minecraft.item.crafting.Ingredient@4c0b887f, net.minecraft.item.crafting.Ingredient@4c0b887f, net.minecraft.item.crafting.Ingredient@4c0b887f, net.minecraft.item.crafting.Ingredient@4c0b887f, net.minecraft.item.crafting.Ingredient@4c0b887f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5864 mysticalagriculture:core/compression/storage/prudentium_ingot_block_from RecipeStage{tier='five', recipe=9xitem.ma.crafting@34:[net.minecraft.item.crafting.Ingredient@8453a3c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5865 mysticalagriculture:core/compression/storage/prudentium_essence_block_to RecipeStage{tier='five', recipe=1xtile.ma.storage@1:[net.minecraft.item.crafting.Ingredient@4c77da40, net.minecraft.item.crafting.Ingredient@4c77da40, net.minecraft.item.crafting.Ingredient@4c77da40, net.minecraft.item.crafting.Ingredient@4c77da40, net.minecraft.item.crafting.Ingredient@4c77da40, net.minecraft.item.crafting.Ingredient@4c77da40, net.minecraft.item.crafting.Ingredient@4c77da40, net.minecraft.item.crafting.Ingredient@4c77da40, net.minecraft.item.crafting.Ingredient@4c77da40]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5866 mysticalagriculture:core/compression/storage/prudentium_essence_block_from RecipeStage{tier='five', recipe=9xitem.ma.crafting@1:[net.minecraft.item.crafting.Ingredient@7aca014b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5867 mysticalagriculture:core/compression/storage/prudentium_coal_block_to RecipeStage{tier='five', recipe=1xtile.ma.coal_block@1:[net.minecraft.item.crafting.Ingredient@2741124, net.minecraft.item.crafting.Ingredient@2741124, net.minecraft.item.crafting.Ingredient@2741124, net.minecraft.item.crafting.Ingredient@2741124, net.minecraft.item.crafting.Ingredient@2741124, net.minecraft.item.crafting.Ingredient@2741124, net.minecraft.item.crafting.Ingredient@2741124, net.minecraft.item.crafting.Ingredient@2741124, net.minecraft.item.crafting.Ingredient@2741124]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5868 mysticalagriculture:core/compression/storage/prudentium_coal_block_from RecipeStage{tier='five', recipe=9xitem.ma.coal@1:[net.minecraft.item.crafting.Ingredient@40ffade]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5869 mysticalagriculture:core/compression/storage/prosperity_block_to RecipeStage{tier='five', recipe=1xtile.ma.storage@5:[net.minecraft.item.crafting.Ingredient@732b4948, net.minecraft.item.crafting.Ingredient@732b4948, net.minecraft.item.crafting.Ingredient@732b4948, net.minecraft.item.crafting.Ingredient@732b4948, net.minecraft.item.crafting.Ingredient@732b4948, net.minecraft.item.crafting.Ingredient@732b4948, net.minecraft.item.crafting.Ingredient@732b4948, net.minecraft.item.crafting.Ingredient@732b4948, net.minecraft.item.crafting.Ingredient@732b4948]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5870 mysticalagriculture:core/compression/storage/prosperity_block_from RecipeStage{tier='five', recipe=9xitem.ma.crafting@5:[net.minecraft.item.crafting.Ingredient@1b0b331b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5871 mysticalagriculture:core/compression/storage/intermedium_ingot_block_to RecipeStage{tier='five', recipe=1xtile.ma.ingot_storage@3:[net.minecraft.item.crafting.Ingredient@a9b8f5d, net.minecraft.item.crafting.Ingredient@a9b8f5d, net.minecraft.item.crafting.Ingredient@a9b8f5d, net.minecraft.item.crafting.Ingredient@a9b8f5d, net.minecraft.item.crafting.Ingredient@a9b8f5d, net.minecraft.item.crafting.Ingredient@a9b8f5d, net.minecraft.item.crafting.Ingredient@a9b8f5d, net.minecraft.item.crafting.Ingredient@a9b8f5d, net.minecraft.item.crafting.Ingredient@a9b8f5d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5872 mysticalagriculture:core/compression/storage/intermedium_ingot_block_from RecipeStage{tier='five', recipe=9xitem.ma.crafting@35:[net.minecraft.item.crafting.Ingredient@535042d1]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5873 mysticalagriculture:core/compression/storage/intermedium_essence_block_to RecipeStage{tier='five', recipe=1xtile.ma.storage@2:[net.minecraft.item.crafting.Ingredient@2052ced, net.minecraft.item.crafting.Ingredient@2052ced, net.minecraft.item.crafting.Ingredient@2052ced, net.minecraft.item.crafting.Ingredient@2052ced, net.minecraft.item.crafting.Ingredient@2052ced, net.minecraft.item.crafting.Ingredient@2052ced, net.minecraft.item.crafting.Ingredient@2052ced, net.minecraft.item.crafting.Ingredient@2052ced, net.minecraft.item.crafting.Ingredient@2052ced]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5874 mysticalagriculture:core/compression/storage/intermedium_essence_block_from RecipeStage{tier='five', recipe=9xitem.ma.crafting@2:[net.minecraft.item.crafting.Ingredient@531b3409]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5875 mysticalagriculture:core/compression/storage/intermedium_coal_block_to RecipeStage{tier='five', recipe=1xtile.ma.coal_block@2:[net.minecraft.item.crafting.Ingredient@156392ca, net.minecraft.item.crafting.Ingredient@156392ca, net.minecraft.item.crafting.Ingredient@156392ca, net.minecraft.item.crafting.Ingredient@156392ca, net.minecraft.item.crafting.Ingredient@156392ca, net.minecraft.item.crafting.Ingredient@156392ca, net.minecraft.item.crafting.Ingredient@156392ca, net.minecraft.item.crafting.Ingredient@156392ca, net.minecraft.item.crafting.Ingredient@156392ca]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5876 mysticalagriculture:core/compression/storage/intermedium_coal_block_from RecipeStage{tier='five', recipe=9xitem.ma.coal@2:[net.minecraft.item.crafting.Ingredient@53bcf5bd]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5877 mysticalagriculture:core/compression/storage/inferium_ingot_block_to RecipeStage{tier='five', recipe=1xtile.ma.ingot_storage@1:[net.minecraft.item.crafting.Ingredient@e340e1f, net.minecraft.item.crafting.Ingredient@e340e1f, net.minecraft.item.crafting.Ingredient@e340e1f, net.minecraft.item.crafting.Ingredient@e340e1f, net.minecraft.item.crafting.Ingredient@e340e1f, net.minecraft.item.crafting.Ingredient@e340e1f, net.minecraft.item.crafting.Ingredient@e340e1f, net.minecraft.item.crafting.Ingredient@e340e1f, net.minecraft.item.crafting.Ingredient@e340e1f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5878 mysticalagriculture:core/compression/storage/inferium_ingot_block_from RecipeStage{tier='five', recipe=9xitem.ma.crafting@33:[net.minecraft.item.crafting.Ingredient@672e76fe]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5879 mysticalagriculture:core/compression/storage/inferium_essence_block_to RecipeStage{tier='five', recipe=1xtile.ma.storage@0:[net.minecraft.item.crafting.Ingredient@1f502e04, net.minecraft.item.crafting.Ingredient@1f502e04, net.minecraft.item.crafting.Ingredient@1f502e04, net.minecraft.item.crafting.Ingredient@1f502e04, net.minecraft.item.crafting.Ingredient@1f502e04, net.minecraft.item.crafting.Ingredient@1f502e04, net.minecraft.item.crafting.Ingredient@1f502e04, net.minecraft.item.crafting.Ingredient@1f502e04, net.minecraft.item.crafting.Ingredient@1f502e04]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5880 mysticalagriculture:core/compression/storage/inferium_essence_block_from RecipeStage{tier='five', recipe=9xitem.ma.crafting@0:[net.minecraft.item.crafting.Ingredient@37bc5954]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5881 mysticalagriculture:core/compression/storage/inferium_coal_block_to RecipeStage{tier='five', recipe=1xtile.ma.coal_block@0:[net.minecraft.item.crafting.Ingredient@56b070f9, net.minecraft.item.crafting.Ingredient@56b070f9, net.minecraft.item.crafting.Ingredient@56b070f9, net.minecraft.item.crafting.Ingredient@56b070f9, net.minecraft.item.crafting.Ingredient@56b070f9, net.minecraft.item.crafting.Ingredient@56b070f9, net.minecraft.item.crafting.Ingredient@56b070f9, net.minecraft.item.crafting.Ingredient@56b070f9, net.minecraft.item.crafting.Ingredient@56b070f9]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5882 mysticalagriculture:core/compression/storage/inferium_coal_block_from RecipeStage{tier='five', recipe=9xitem.ma.coal@0:[net.minecraft.item.crafting.Ingredient@47b0c528]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5883 mysticalagriculture:core/compression/storage/base_essence_ingot_block_to RecipeStage{tier='five', recipe=1xtile.ma.ingot_storage@0:[net.minecraft.item.crafting.Ingredient@3300f53d, net.minecraft.item.crafting.Ingredient@3300f53d, net.minecraft.item.crafting.Ingredient@3300f53d, net.minecraft.item.crafting.Ingredient@3300f53d, net.minecraft.item.crafting.Ingredient@3300f53d, net.minecraft.item.crafting.Ingredient@3300f53d, net.minecraft.item.crafting.Ingredient@3300f53d, net.minecraft.item.crafting.Ingredient@3300f53d, net.minecraft.item.crafting.Ingredient@3300f53d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5884 mysticalagriculture:core/compression/storage/base_essence_ingot_block_from RecipeStage{tier='five', recipe=9xitem.ma.crafting@32:[net.minecraft.item.crafting.Ingredient@71fb8656]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5885 mysticalagriculture:core/compression/prudentium_essence_to RecipeStage{tier='five', recipe=1xitem.ma.crafting@1:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1a738735, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1a738735, net.minecraft.item.crafting.Ingredient@54f7d6c9, net.minecraft.item.crafting.Ingredient@1a738735, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1a738735, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5886 mysticalagriculture:core/compression/prudentium_essence_from RecipeStage{tier='five', recipe=4xitem.ma.crafting@1:[net.minecraft.item.crafting.Ingredient@54a26d81]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5887 mysticalagriculture:core/compression/prudentium_essence_block_to RecipeStage{tier='five', recipe=1xtile.ma.storage@1:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@18b3bde0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@18b3bde0, net.minecraft.item.crafting.Ingredient@1ff4c4df, net.minecraft.item.crafting.Ingredient@18b3bde0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@18b3bde0, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5888 mysticalagriculture:core/compression/intermedium_essence_to RecipeStage{tier='five', recipe=1xitem.ma.crafting@2:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5742316c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5742316c, net.minecraft.item.crafting.Ingredient@54f7d6c9, net.minecraft.item.crafting.Ingredient@5742316c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5742316c, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5889 mysticalagriculture:core/compression/intermedium_essence_from RecipeStage{tier='five', recipe=4xitem.ma.crafting@2:[net.minecraft.item.crafting.Ingredient@6c327fdc]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5890 mysticalagriculture:core/compression/intermedium_essence_block_to RecipeStage{tier='five', recipe=1xtile.ma.storage@2:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@77e8a1a0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@77e8a1a0, net.minecraft.item.crafting.Ingredient@4db29433, net.minecraft.item.crafting.Ingredient@77e8a1a0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@77e8a1a0, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5891 mysticalagriculture:core/compression/inferium_essence_from RecipeStage{tier='five', recipe=4xitem.ma.crafting@0:[net.minecraft.item.crafting.Ingredient@cf242df]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5893 mysticalagradditions:tier_6_mob_chunk RecipeStage{tier='five', recipe=1xitem.ma.insanium@4:[net.minecraft.item.crafting.Ingredient@61e43f59, net.minecraft.item.crafting.Ingredient@33f1c688, net.minecraft.item.crafting.Ingredient@2a3d38d6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5894 mysticalagradditions:tier_6_inferium_seeds RecipeStage{tier='five', recipe=1xitem.ma.tier6_inferium_seeds@0:[net.minecraft.item.crafting.Ingredient@103862bb, net.minecraft.item.crafting.Ingredient@103862bb, net.minecraft.item.crafting.Ingredient@103862bb, net.minecraft.item.crafting.Ingredient@103862bb, net.minecraft.item.crafting.Ingredient@b4c565b, net.minecraft.item.crafting.Ingredient@103862bb, net.minecraft.item.crafting.Ingredient@103862bb, net.minecraft.item.crafting.Ingredient@103862bb, net.minecraft.item.crafting.Ingredient@103862bb]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5895 mysticalagradditions:tier_6_crafting_seed RecipeStage{tier='five', recipe=1xitem.ma.insanium@1:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4e5466f8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4e5466f8, net.minecraft.item.crafting.Ingredient@7ad2a5d9, net.minecraft.item.crafting.Ingredient@4e5466f8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4e5466f8, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5896 mysticalagradditions:supremium_paxel RecipeStage{tier='five', recipe=1xitem.ma.supremium_paxel@0:[net.minecraft.item.crafting.Ingredient@5fda6432, net.minecraft.item.crafting.Ingredient@5309f6cc, net.minecraft.item.crafting.Ingredient@37c125a1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@486bfd4d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@486bfd4d, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5897 mysticalagradditions:superium_paxel RecipeStage{tier='five', recipe=1xitem.ma.superium_paxel@0:[net.minecraft.item.crafting.Ingredient@717b18d1, net.minecraft.item.crafting.Ingredient@52989db3, net.minecraft.item.crafting.Ingredient@74d3480d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7a361de3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7a361de3, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5898 mysticalagradditions:prudentium_paxel RecipeStage{tier='five', recipe=1xitem.ma.prudentium_paxel@0:[net.minecraft.item.crafting.Ingredient@612f3722, net.minecraft.item.crafting.Ingredient@233069ec, net.minecraft.item.crafting.Ingredient@6c976059, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2092d20e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2092d20e, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5899 mysticalagradditions:nether_star_shards RecipeStage{tier='five', recipe=1xitem.netherStar@0:[net.minecraft.item.crafting.Ingredient@79b5914a, net.minecraft.item.crafting.Ingredient@224a95da, net.minecraft.item.crafting.Ingredient@223e1b82]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5900 mysticalagradditions:intermedium_paxel RecipeStage{tier='five', recipe=1xitem.ma.intermedium_paxel@0:[net.minecraft.item.crafting.Ingredient@15f1f293, net.minecraft.item.crafting.Ingredient@3bd46568, net.minecraft.item.crafting.Ingredient@17098fc9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@58985049, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@58985049, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5901 mysticalagradditions:insanium_tinkering_table RecipeStage{tier='five', recipe=1xtile.ma.tinkering_table@0:[net.minecraft.item.crafting.Ingredient@1bac2f98, net.minecraft.item.crafting.Ingredient@1bac2f98, net.minecraft.item.crafting.Ingredient@1bac2f98, net.minecraft.item.crafting.Ingredient@63963202, net.minecraftforge.oredict.OreIngredient@3dfd8dd4, net.minecraft.item.crafting.Ingredient@63963202, net.minecraft.item.crafting.Ingredient@63963202, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@63963202]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5902 mysticalagradditions:insanium_ingot_to RecipeStage{tier='five', recipe=1xitem.ma.insanium@2:[net.minecraft.item.crafting.Ingredient@24e22095, net.minecraft.item.crafting.Ingredient@24e22095, net.minecraft.item.crafting.Ingredient@24e22095, net.minecraft.item.crafting.Ingredient@24e22095, net.minecraft.item.crafting.Ingredient@24e22095, net.minecraft.item.crafting.Ingredient@24e22095, net.minecraft.item.crafting.Ingredient@24e22095, net.minecraft.item.crafting.Ingredient@24e22095, net.minecraft.item.crafting.Ingredient@24e22095]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5904 mysticalagradditions:insanium_ingot_block_to RecipeStage{tier='five', recipe=1xtile.ma.storage@1:[net.minecraft.item.crafting.Ingredient@50d89a62, net.minecraft.item.crafting.Ingredient@50d89a62, net.minecraft.item.crafting.Ingredient@50d89a62, net.minecraft.item.crafting.Ingredient@50d89a62, net.minecraft.item.crafting.Ingredient@50d89a62, net.minecraft.item.crafting.Ingredient@50d89a62, net.minecraft.item.crafting.Ingredient@50d89a62, net.minecraft.item.crafting.Ingredient@50d89a62, net.minecraft.item.crafting.Ingredient@50d89a62]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5905 mysticalagradditions:insanium_ingot_block_from RecipeStage{tier='five', recipe=9xitem.ma.insanium@2:[net.minecraft.item.crafting.Ingredient@3ed38a59]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5906 mysticalagradditions:insanium_essence_to RecipeStage{tier='five', recipe=1xitem.ma.insanium@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5578e69d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5578e69d, net.minecraft.item.crafting.Ingredient@3cc4cf3f, net.minecraft.item.crafting.Ingredient@5578e69d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5578e69d, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5907 mysticalagradditions:insanium_essence_from RecipeStage{tier='five', recipe=4xitem.ma.crafting@4:[net.minecraft.item.crafting.Ingredient@fdc0ac3]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5908 mysticalagradditions:insanium_essence_block_to_infusion RecipeStage{tier='five', recipe=1xtile.ma.storage@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@56e2678f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@56e2678f, net.minecraft.item.crafting.Ingredient@68ddcfb9, net.minecraft.item.crafting.Ingredient@56e2678f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@56e2678f, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5909 mysticalagradditions:insanium_essence_block_to RecipeStage{tier='five', recipe=1xtile.ma.storage@0:[net.minecraft.item.crafting.Ingredient@342a6f7c, net.minecraft.item.crafting.Ingredient@342a6f7c, net.minecraft.item.crafting.Ingredient@342a6f7c, net.minecraft.item.crafting.Ingredient@342a6f7c, net.minecraft.item.crafting.Ingredient@342a6f7c, net.minecraft.item.crafting.Ingredient@342a6f7c, net.minecraft.item.crafting.Ingredient@342a6f7c, net.minecraft.item.crafting.Ingredient@342a6f7c, net.minecraft.item.crafting.Ingredient@342a6f7c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5910 mysticalagradditions:insanium_essence_block_from RecipeStage{tier='five', recipe=9xitem.ma.insanium@0:[net.minecraft.item.crafting.Ingredient@137068c3]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5911 mysticalagradditions:insanium_coal_block_to RecipeStage{tier='five', recipe=1xtile.ma.storage@2:[net.minecraft.item.crafting.Ingredient@31509e0a, net.minecraft.item.crafting.Ingredient@31509e0a, net.minecraft.item.crafting.Ingredient@31509e0a, net.minecraft.item.crafting.Ingredient@31509e0a, net.minecraft.item.crafting.Ingredient@31509e0a, net.minecraft.item.crafting.Ingredient@31509e0a, net.minecraft.item.crafting.Ingredient@31509e0a, net.minecraft.item.crafting.Ingredient@31509e0a, net.minecraft.item.crafting.Ingredient@31509e0a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5912 mysticalagradditions:insanium_coal_block_from RecipeStage{tier='five', recipe=9xitem.ma.insanium@5:[net.minecraft.item.crafting.Ingredient@839a8b7]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5913 mysticalagradditions:insanium_coal RecipeStage{tier='five', recipe=1xitem.ma.insanium@5:[net.minecraft.item.crafting.Ingredient@d6d4887, net.minecraft.item.crafting.Ingredient@7a3f2654, net.minecraft.item.crafting.Ingredient@68d4b57]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5914 mysticalagradditions:inferium_paxel RecipeStage{tier='five', recipe=1xitem.ma.inferium_paxel@0:[net.minecraft.item.crafting.Ingredient@67a2e0da, net.minecraft.item.crafting.Ingredient@4082787c, net.minecraft.item.crafting.Ingredient@72d92e86, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@372dbcfd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@372dbcfd, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5915 mysticalagradditions:dragon_egg_chunks RecipeStage{tier='five', recipe=1xtile.dragonEgg@0:[net.minecraft.item.crafting.Ingredient@756dc5ba, net.minecraft.item.crafting.Ingredient@7b6deb4b, net.minecraft.item.crafting.Ingredient@303247f8]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5917 nex:wither_dust_0 RecipeStage{tier='three', recipe=3xitem.nex:witherDust@0:[net.minecraftforge.oredict.OreIngredient@5c8ac471]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5918 nex:wither_bone_leggings_0 RecipeStage{tier='three', recipe=1xitem.nex:witherBoneLeggings@0:[net.minecraftforge.oredict.OreIngredient@653c25c2, net.minecraftforge.oredict.OreIngredient@653c25c2, net.minecraftforge.oredict.OreIngredient@653c25c2, net.minecraftforge.oredict.OreIngredient@653c25c2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@653c25c2, net.minecraftforge.oredict.OreIngredient@653c25c2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@653c25c2]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5919 nex:wither_bone_helmet_0 RecipeStage{tier='three', recipe=1xitem.nex:witherBoneHelmet@0:[net.minecraftforge.oredict.OreIngredient@2c66f4ce, net.minecraftforge.oredict.OreIngredient@2c66f4ce, net.minecraftforge.oredict.OreIngredient@2c66f4ce, net.minecraftforge.oredict.OreIngredient@2c66f4ce, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2c66f4ce]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5920 nex:wither_bone_chestplate_0 RecipeStage{tier='three', recipe=1xitem.nex:witherBoneChestplate@0:[net.minecraftforge.oredict.OreIngredient@35753ba4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@35753ba4, net.minecraftforge.oredict.OreIngredient@35753ba4, net.minecraftforge.oredict.OreIngredient@35753ba4, net.minecraftforge.oredict.OreIngredient@35753ba4, net.minecraftforge.oredict.OreIngredient@35753ba4, net.minecraftforge.oredict.OreIngredient@35753ba4, net.minecraftforge.oredict.OreIngredient@35753ba4]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5921 nex:wither_bone_boots_0 RecipeStage{tier='three', recipe=1xitem.nex:witherBoneBoots@0:[net.minecraftforge.oredict.OreIngredient@6a329a06, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6a329a06, net.minecraftforge.oredict.OreIngredient@6a329a06, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6a329a06]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5922 nex:vanilla_wall_2 RecipeStage{tier='three', recipe=6xtile.nex:vanillaWall@2:[net.minecraft.item.crafting.Ingredient@5a67f16b, net.minecraft.item.crafting.Ingredient@5a67f16b, net.minecraft.item.crafting.Ingredient@5a67f16b, net.minecraft.item.crafting.Ingredient@5a67f16b, net.minecraft.item.crafting.Ingredient@5a67f16b, net.minecraft.item.crafting.Ingredient@5a67f16b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5923 nex:vanilla_wall_1 RecipeStage{tier='three', recipe=6xtile.nex:vanillaWall@1:[net.minecraft.item.crafting.Ingredient@6a0bf819, net.minecraft.item.crafting.Ingredient@6a0bf819, net.minecraft.item.crafting.Ingredient@6a0bf819, net.minecraft.item.crafting.Ingredient@6a0bf819, net.minecraft.item.crafting.Ingredient@6a0bf819, net.minecraft.item.crafting.Ingredient@6a0bf819]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5924 nex:vanilla_wall_0 RecipeStage{tier='three', recipe=6xtile.nex:vanillaWall@0:[net.minecraft.item.crafting.Ingredient@2d77f1aa, net.minecraft.item.crafting.Ingredient@2d77f1aa, net.minecraft.item.crafting.Ingredient@2d77f1aa, net.minecraft.item.crafting.Ingredient@2d77f1aa, net.minecraft.item.crafting.Ingredient@2d77f1aa, net.minecraft.item.crafting.Ingredient@2d77f1aa]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5925 nex:vanilla_slab_0 RecipeStage{tier='three', recipe=6xtile.nex:vanillaSlab@0:[net.minecraft.item.crafting.Ingredient@98234df, net.minecraft.item.crafting.Ingredient@98234df, net.minecraft.item.crafting.Ingredient@98234df]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5926 nex:vanilla_fence_1 RecipeStage{tier='three', recipe=4xtile.nex:vanillaFence@1:[net.minecraft.item.crafting.Ingredient@6f10fa25, net.minecraft.item.crafting.Ingredient@49b4684, net.minecraft.item.crafting.Ingredient@6f10fa25, net.minecraft.item.crafting.Ingredient@6f10fa25, net.minecraft.item.crafting.Ingredient@49b4684, net.minecraft.item.crafting.Ingredient@6f10fa25]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5927 nex:vanilla_fence_0 RecipeStage{tier='three', recipe=4xtile.nex:vanillaFence@0:[net.minecraft.item.crafting.Ingredient@43129119, net.minecraft.item.crafting.Ingredient@1d7f4e03, net.minecraft.item.crafting.Ingredient@43129119, net.minecraft.item.crafting.Ingredient@43129119, net.minecraft.item.crafting.Ingredient@1d7f4e03, net.minecraft.item.crafting.Ingredient@43129119]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5928 nex:soul_glass_pane_0 RecipeStage{tier='three', recipe=16xtile.nex:soulGlassPane@0:[net.minecraft.item.crafting.Ingredient@db97427, net.minecraft.item.crafting.Ingredient@db97427, net.minecraft.item.crafting.Ingredient@db97427, net.minecraft.item.crafting.Ingredient@db97427, net.minecraft.item.crafting.Ingredient@db97427, net.minecraft.item.crafting.Ingredient@db97427]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5929 nex:salamander_hide_leggings_0_alt RecipeStage{tier='three', recipe=1xitem.nex:salamanderHideLeggings@0:[net.minecraft.item.crafting.Ingredient@59f01127, net.minecraft.item.crafting.Ingredient@59f01127, net.minecraft.item.crafting.Ingredient@59f01127, net.minecraft.item.crafting.Ingredient@59f01127, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@59f01127, net.minecraft.item.crafting.Ingredient@59f01127, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@59f01127]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5930 nex:salamander_hide_leggings_0 RecipeStage{tier='three', recipe=1xitem.nex:salamanderHideLeggings@0:[net.minecraft.item.crafting.Ingredient@338d77e7, net.minecraft.item.crafting.Ingredient@338d77e7, net.minecraft.item.crafting.Ingredient@338d77e7, net.minecraft.item.crafting.Ingredient@338d77e7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@338d77e7, net.minecraft.item.crafting.Ingredient@338d77e7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@338d77e7]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5931 nex:salamander_hide_helmet_0_alt RecipeStage{tier='three', recipe=1xitem.nex:salamanderHideHelmet@0:[net.minecraft.item.crafting.Ingredient@560f64be, net.minecraft.item.crafting.Ingredient@560f64be, net.minecraft.item.crafting.Ingredient@560f64be, net.minecraft.item.crafting.Ingredient@560f64be, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@560f64be]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5932 nex:salamander_hide_helmet_0 RecipeStage{tier='three', recipe=1xitem.nex:salamanderHideHelmet@0:[net.minecraft.item.crafting.Ingredient@73544120, net.minecraft.item.crafting.Ingredient@73544120, net.minecraft.item.crafting.Ingredient@73544120, net.minecraft.item.crafting.Ingredient@73544120, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@73544120]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5933 nex:salamander_hide_chestplate_0_alt RecipeStage{tier='three', recipe=1xitem.nex:salamanderHideChestplate@0:[net.minecraft.item.crafting.Ingredient@6fd0e59f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6fd0e59f, net.minecraft.item.crafting.Ingredient@6fd0e59f, net.minecraft.item.crafting.Ingredient@6fd0e59f, net.minecraft.item.crafting.Ingredient@6fd0e59f, net.minecraft.item.crafting.Ingredient@6fd0e59f, net.minecraft.item.crafting.Ingredient@6fd0e59f, net.minecraft.item.crafting.Ingredient@6fd0e59f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5934 nex:salamander_hide_chestplate_0 RecipeStage{tier='three', recipe=1xitem.nex:salamanderHideChestplate@0:[net.minecraft.item.crafting.Ingredient@56b7cf8e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@56b7cf8e, net.minecraft.item.crafting.Ingredient@56b7cf8e, net.minecraft.item.crafting.Ingredient@56b7cf8e, net.minecraft.item.crafting.Ingredient@56b7cf8e, net.minecraft.item.crafting.Ingredient@56b7cf8e, net.minecraft.item.crafting.Ingredient@56b7cf8e, net.minecraft.item.crafting.Ingredient@56b7cf8e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5935 nex:salamander_hide_boots_0_alt RecipeStage{tier='three', recipe=1xitem.nex:salamanderHideBoots@0:[net.minecraft.item.crafting.Ingredient@3e2a67ba, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3e2a67ba, net.minecraft.item.crafting.Ingredient@3e2a67ba, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3e2a67ba]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5936 nex:salamander_hide_boots_0 RecipeStage{tier='three', recipe=1xitem.nex:salamanderHideBoots@0:[net.minecraft.item.crafting.Ingredient@53fb5ae5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@53fb5ae5, net.minecraft.item.crafting.Ingredient@53fb5ae5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@53fb5ae5]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5937 nex:rime_crystal_0 RecipeStage{tier='three', recipe=9xitem.nex:rimeCrystal@1:[net.minecraft.item.crafting.Ingredient@24a3ce4e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5938 nex:rime_block_0 RecipeStage{tier='three', recipe=1xtile.nex:rimeBlock@0:[net.minecraft.item.crafting.Ingredient@5145d6ea, net.minecraft.item.crafting.Ingredient@5145d6ea, net.minecraft.item.crafting.Ingredient@5145d6ea, net.minecraft.item.crafting.Ingredient@5145d6ea, net.minecraft.item.crafting.Ingredient@5145d6ea, net.minecraft.item.crafting.Ingredient@5145d6ea, net.minecraft.item.crafting.Ingredient@5145d6ea, net.minecraft.item.crafting.Ingredient@5145d6ea, net.minecraft.item.crafting.Ingredient@5145d6ea]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5939 nex:rime_and_steel_0 RecipeStage{tier='three', recipe=1xitem.nex:rimeAndSteel@0:[net.minecraft.item.crafting.Ingredient@63e6f1f7, net.minecraft.item.crafting.Ingredient@517f81e6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5940 nex:red_nether_brick_stairs_0 RecipeStage{tier='three', recipe=8xtile.nex:redNetherBrickStairs@0:[net.minecraft.item.crafting.Ingredient@2c835bc5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2c835bc5, net.minecraft.item.crafting.Ingredient@2c835bc5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2c835bc5, net.minecraft.item.crafting.Ingredient@2c835bc5, net.minecraft.item.crafting.Ingredient@2c835bc5]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5941 nex:red_nether_brick_fence_gate_0 RecipeStage{tier='three', recipe=4xtile.nex:redNetherBrickFenceGate@0:[net.minecraft.item.crafting.Ingredient@74ea58c5, net.minecraft.item.crafting.Ingredient@6c9c786, net.minecraft.item.crafting.Ingredient@74ea58c5, net.minecraft.item.crafting.Ingredient@74ea58c5, net.minecraft.item.crafting.Ingredient@6c9c786, net.minecraft.item.crafting.Ingredient@74ea58c5]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5942 nex:red_nether_brick_0_alt_2 RecipeStage{tier='three', recipe=1xtile.redNetherBrick@0:[net.minecraft.item.crafting.Ingredient@6f7bf93f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5943 nex:red_nether_brick_0_alt RecipeStage{tier='three', recipe=3xtile.redNetherBrick@0:[net.minecraft.item.crafting.Ingredient@4e1420cf, net.minecraft.item.crafting.Ingredient@4e1420cf, net.minecraft.item.crafting.Ingredient@4e1420cf, net.minecraft.item.crafting.Ingredient@4e1420cf]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5944 nex:red_nether_brick_0 RecipeStage{tier='three', recipe=1xtile.redNetherBrick@0:[net.minecraft.item.crafting.Ingredient@2b0f759, net.minecraft.item.crafting.Ingredient@2b0f759]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5945 nex:quartz_fence_gate_0 RecipeStage{tier='three', recipe=4xtile.nex:quartzFenceGate@0:[net.minecraft.item.crafting.Ingredient@2202aafe, net.minecraft.item.crafting.Ingredient@7d6b3b3f, net.minecraft.item.crafting.Ingredient@2202aafe, net.minecraft.item.crafting.Ingredient@2202aafe, net.minecraft.item.crafting.Ingredient@7d6b3b3f, net.minecraft.item.crafting.Ingredient@2202aafe]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5946 nex:quartz_block_0 RecipeStage{tier='three', recipe=1xtile.quartzBlock@0:[net.minecraft.item.crafting.Ingredient@18336440]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5947 nex:obsidian_boat_0 RecipeStage{tier='three', recipe=1xitem.nex:obsidianBoat@0:[net.minecraft.item.crafting.Ingredient@2cd606b6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2cd606b6, net.minecraft.item.crafting.Ingredient@2cd606b6, net.minecraft.item.crafting.Ingredient@2cd606b6, net.minecraft.item.crafting.Ingredient@2cd606b6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5948 nex:nether_brick_wall_3 RecipeStage{tier='three', recipe=6xtile.nex:netherBrickWall@3:[net.minecraft.item.crafting.Ingredient@1784d59c, net.minecraft.item.crafting.Ingredient@1784d59c, net.minecraft.item.crafting.Ingredient@1784d59c, net.minecraft.item.crafting.Ingredient@1784d59c, net.minecraft.item.crafting.Ingredient@1784d59c, net.minecraft.item.crafting.Ingredient@1784d59c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5949 nex:nether_brick_wall_2 RecipeStage{tier='three', recipe=6xtile.nex:netherBrickWall@2:[net.minecraft.item.crafting.Ingredient@4f98137f, net.minecraft.item.crafting.Ingredient@4f98137f, net.minecraft.item.crafting.Ingredient@4f98137f, net.minecraft.item.crafting.Ingredient@4f98137f, net.minecraft.item.crafting.Ingredient@4f98137f, net.minecraft.item.crafting.Ingredient@4f98137f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5950 nex:nether_brick_wall_1 RecipeStage{tier='three', recipe=6xtile.nex:netherBrickWall@1:[net.minecraft.item.crafting.Ingredient@e0ba605, net.minecraft.item.crafting.Ingredient@e0ba605, net.minecraft.item.crafting.Ingredient@e0ba605, net.minecraft.item.crafting.Ingredient@e0ba605, net.minecraft.item.crafting.Ingredient@e0ba605, net.minecraft.item.crafting.Ingredient@e0ba605]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5951 nex:nether_brick_wall_0 RecipeStage{tier='three', recipe=6xtile.nex:netherBrickWall@0:[net.minecraft.item.crafting.Ingredient@4a32ebaa, net.minecraft.item.crafting.Ingredient@4a32ebaa, net.minecraft.item.crafting.Ingredient@4a32ebaa, net.minecraft.item.crafting.Ingredient@4a32ebaa, net.minecraft.item.crafting.Ingredient@4a32ebaa, net.minecraft.item.crafting.Ingredient@4a32ebaa]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5952 nex:nether_brick_slab_3 RecipeStage{tier='three', recipe=6xtile.nex:netherBrickSlab@3:[net.minecraft.item.crafting.Ingredient@30f63dad, net.minecraft.item.crafting.Ingredient@30f63dad, net.minecraft.item.crafting.Ingredient@30f63dad]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5953 nex:nether_brick_slab_2 RecipeStage{tier='three', recipe=6xtile.nex:netherBrickSlab@2:[net.minecraft.item.crafting.Ingredient@5de18290, net.minecraft.item.crafting.Ingredient@5de18290, net.minecraft.item.crafting.Ingredient@5de18290]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5954 nex:nether_brick_slab_1 RecipeStage{tier='three', recipe=6xtile.nex:netherBrickSlab@1:[net.minecraft.item.crafting.Ingredient@3f26f80d, net.minecraft.item.crafting.Ingredient@3f26f80d, net.minecraft.item.crafting.Ingredient@3f26f80d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5955 nex:nether_brick_slab_0 RecipeStage{tier='three', recipe=6xtile.nex:netherBrickSlab@0:[net.minecraft.item.crafting.Ingredient@4f2992a5, net.minecraft.item.crafting.Ingredient@4f2992a5, net.minecraft.item.crafting.Ingredient@4f2992a5]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5956 nex:nether_brick_fence_gate_0 RecipeStage{tier='three', recipe=4xtile.nex:netherBrickFenceGate@0:[net.minecraft.item.crafting.Ingredient@20d4f98b, net.minecraft.item.crafting.Ingredient@ecf2255, net.minecraft.item.crafting.Ingredient@20d4f98b, net.minecraft.item.crafting.Ingredient@20d4f98b, net.minecraft.item.crafting.Ingredient@ecf2255, net.minecraft.item.crafting.Ingredient@20d4f98b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5957 nex:nether_brick_fence_3 RecipeStage{tier='three', recipe=4xtile.nex:netherBrickFence@3:[net.minecraft.item.crafting.Ingredient@48a3bc4d, net.minecraft.item.crafting.Ingredient@7ea30ece, net.minecraft.item.crafting.Ingredient@48a3bc4d, net.minecraft.item.crafting.Ingredient@48a3bc4d, net.minecraft.item.crafting.Ingredient@7ea30ece, net.minecraft.item.crafting.Ingredient@48a3bc4d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5958 nex:nether_brick_fence_2 RecipeStage{tier='three', recipe=4xtile.nex:netherBrickFence@2:[net.minecraft.item.crafting.Ingredient@37103bd2, net.minecraft.item.crafting.Ingredient@2b5fa9ac, net.minecraft.item.crafting.Ingredient@37103bd2, net.minecraft.item.crafting.Ingredient@37103bd2, net.minecraft.item.crafting.Ingredient@2b5fa9ac, net.minecraft.item.crafting.Ingredient@37103bd2]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5959 nex:nether_brick_fence_1 RecipeStage{tier='three', recipe=4xtile.nex:netherBrickFence@1:[net.minecraft.item.crafting.Ingredient@3aaed703, net.minecraft.item.crafting.Ingredient@58502261, net.minecraft.item.crafting.Ingredient@3aaed703, net.minecraft.item.crafting.Ingredient@3aaed703, net.minecraft.item.crafting.Ingredient@58502261, net.minecraft.item.crafting.Ingredient@3aaed703]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5960 nex:nether_brick_fence_0_alt RecipeStage{tier='three', recipe=4xtile.nex:netherBrickFence@0:[net.minecraft.item.crafting.Ingredient@386cbd54, net.minecraft.item.crafting.Ingredient@4739317, net.minecraft.item.crafting.Ingredient@386cbd54, net.minecraft.item.crafting.Ingredient@386cbd54, net.minecraft.item.crafting.Ingredient@4739317, net.minecraft.item.crafting.Ingredient@386cbd54]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5961 nex:nether_brick_fence_0 RecipeStage{tier='three', recipe=4xtile.nex:netherBrickFence@0:[net.minecraft.item.crafting.Ingredient@5bf8e70c, net.minecraft.item.crafting.Ingredient@144f7597, net.minecraft.item.crafting.Ingredient@5bf8e70c, net.minecraft.item.crafting.Ingredient@5bf8e70c, net.minecraft.item.crafting.Ingredient@144f7597, net.minecraft.item.crafting.Ingredient@5bf8e70c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5962 nex:nether_brick_3_alt_3 RecipeStage{tier='three', recipe=3xtile.nex:netherBrick@3:[net.minecraft.item.crafting.Ingredient@66810320, net.minecraft.item.crafting.Ingredient@66810320, net.minecraft.item.crafting.Ingredient@66810320, net.minecraft.item.crafting.Ingredient@66810320]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5963 nex:nether_brick_3_alt_2 RecipeStage{tier='three', recipe=1xtile.nex:netherBrick@3:[net.minecraft.item.crafting.Ingredient@2c6f98a1]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5964 nex:nether_brick_3_alt RecipeStage{tier='three', recipe=1xtile.nex:netherBrick@3:[net.minecraft.item.crafting.Ingredient@4d457851, net.minecraft.item.crafting.Ingredient@4d457851]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5965 nex:nether_brick_3 RecipeStage{tier='three', recipe=4xtile.nex:netherBrick@3:[net.minecraft.item.crafting.Ingredient@54f48178, net.minecraft.item.crafting.Ingredient@54f48178, net.minecraft.item.crafting.Ingredient@54f48178, net.minecraft.item.crafting.Ingredient@54f48178]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5966 nex:nether_brick_2_alt_3 RecipeStage{tier='three', recipe=3xtile.nex:netherBrick@2:[net.minecraft.item.crafting.Ingredient@6a0d9bfe, net.minecraft.item.crafting.Ingredient@6a0d9bfe, net.minecraft.item.crafting.Ingredient@6a0d9bfe, net.minecraft.item.crafting.Ingredient@6a0d9bfe]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5967 nex:nether_brick_2_alt_2 RecipeStage{tier='three', recipe=1xtile.nex:netherBrick@2:[net.minecraft.item.crafting.Ingredient@576a917d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5968 nex:nether_brick_2_alt RecipeStage{tier='three', recipe=1xtile.nex:netherBrick@2:[net.minecraft.item.crafting.Ingredient@1ddc990b, net.minecraft.item.crafting.Ingredient@1ddc990b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5969 nex:nether_brick_2 RecipeStage{tier='three', recipe=4xtile.nex:netherBrick@2:[net.minecraft.item.crafting.Ingredient@25b83a97, net.minecraft.item.crafting.Ingredient@25b83a97, net.minecraft.item.crafting.Ingredient@25b83a97, net.minecraft.item.crafting.Ingredient@25b83a97]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5970 nex:nether_brick_1_alt_3 RecipeStage{tier='three', recipe=3xtile.nex:netherBrick@1:[net.minecraft.item.crafting.Ingredient@2611c1e2, net.minecraft.item.crafting.Ingredient@2611c1e2, net.minecraft.item.crafting.Ingredient@2611c1e2, net.minecraft.item.crafting.Ingredient@2611c1e2]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5971 nex:nether_brick_1_alt_2 RecipeStage{tier='three', recipe=1xtile.nex:netherBrick@1:[net.minecraft.item.crafting.Ingredient@46b6eee9]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5972 nex:nether_brick_1_alt RecipeStage{tier='three', recipe=1xtile.nex:netherBrick@1:[net.minecraft.item.crafting.Ingredient@21c70f64, net.minecraft.item.crafting.Ingredient@21c70f64]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5973 nex:nether_brick_1 RecipeStage{tier='three', recipe=4xtile.nex:netherBrick@1:[net.minecraft.item.crafting.Ingredient@182f5c89, net.minecraft.item.crafting.Ingredient@182f5c89, net.minecraft.item.crafting.Ingredient@182f5c89, net.minecraft.item.crafting.Ingredient@182f5c89]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5974 nex:nether_brick_0_alt_4 RecipeStage{tier='three', recipe=1xtile.nex:netherBrick@0:[net.minecraft.item.crafting.Ingredient@1c8bf3e3]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5975 nex:nether_brick_0_alt_3 RecipeStage{tier='three', recipe=3xtile.nex:netherBrick@0:[net.minecraft.item.crafting.Ingredient@42d830a5, net.minecraft.item.crafting.Ingredient@42d830a5, net.minecraft.item.crafting.Ingredient@42d830a5, net.minecraft.item.crafting.Ingredient@42d830a5]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5976 nex:nether_brick_0_alt_2 RecipeStage{tier='three', recipe=1xtile.nex:netherBrick@0:[net.minecraft.item.crafting.Ingredient@71a48115]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5977 nex:nether_brick_0_alt RecipeStage{tier='three', recipe=1xtile.nex:netherBrick@0:[net.minecraft.item.crafting.Ingredient@7805749a, net.minecraft.item.crafting.Ingredient@7805749a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5978 nex:nether_brick_0 RecipeStage{tier='three', recipe=4xtile.nex:netherBrick@0:[net.minecraft.item.crafting.Ingredient@7ce97eab, net.minecraft.item.crafting.Ingredient@7ce97eab, net.minecraft.item.crafting.Ingredient@7ce97eab, net.minecraft.item.crafting.Ingredient@7ce97eab]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5979 nex:lively_nether_brick_stairs_0 RecipeStage{tier='three', recipe=8xtile.nex:livelyNetherBrickStairs@0:[net.minecraft.item.crafting.Ingredient@3f6f024e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3f6f024e, net.minecraft.item.crafting.Ingredient@3f6f024e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3f6f024e, net.minecraft.item.crafting.Ingredient@3f6f024e, net.minecraft.item.crafting.Ingredient@3f6f024e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5980 nex:lively_nether_brick_fence_gate_0 RecipeStage{tier='three', recipe=4xtile.nex:livelyNetherBrickFenceGate@0:[net.minecraft.item.crafting.Ingredient@40e62dd1, net.minecraft.item.crafting.Ingredient@30a294c0, net.minecraft.item.crafting.Ingredient@40e62dd1, net.minecraft.item.crafting.Ingredient@40e62dd1, net.minecraft.item.crafting.Ingredient@30a294c0, net.minecraft.item.crafting.Ingredient@40e62dd1]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5981 nex:icy_nether_brick_stairs_0 RecipeStage{tier='three', recipe=8xtile.nex:icyNetherBrickStairs@0:[net.minecraft.item.crafting.Ingredient@539dbb75, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@539dbb75, net.minecraft.item.crafting.Ingredient@539dbb75, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@539dbb75, net.minecraft.item.crafting.Ingredient@539dbb75, net.minecraft.item.crafting.Ingredient@539dbb75]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5982 nex:icy_nether_brick_fence_gate_0 RecipeStage{tier='three', recipe=4xtile.nex:icyNetherBrickFenceGate@0:[net.minecraft.item.crafting.Ingredient@43e6cd47, net.minecraft.item.crafting.Ingredient@10d2d0ee, net.minecraft.item.crafting.Ingredient@43e6cd47, net.minecraft.item.crafting.Ingredient@43e6cd47, net.minecraft.item.crafting.Ingredient@10d2d0ee, net.minecraft.item.crafting.Ingredient@43e6cd47]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5983 nex:golden_wither_bone_sword_0_alt RecipeStage{tier='two', recipe=1xitem.nex:goldenWitherBoneSword@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@11d6936e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4799b1bf, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4799b1bf, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5984 nex:golden_wither_bone_sword_0 RecipeStage{tier='two', recipe=1xitem.nex:goldenWitherBoneSword@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@56870dc7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@56870dc7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@66f520ea, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5985 nex:golden_wither_bone_shovel_0_alt RecipeStage{tier='two', recipe=1xitem.nex:goldenWitherBoneShovel@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@274ab112, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2415befb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2415befb, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5986 nex:golden_wither_bone_shovel_0 RecipeStage{tier='two', recipe=1xitem.nex:goldenWitherBoneShovel@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@ff89dbf, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@25c863d4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@25c863d4, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5987 nex:golden_wither_bone_pickaxe_0_alt RecipeStage{tier='two', recipe=1xitem.nex:goldenWitherBonePickaxe@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7d0e8a6d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@26a0eaa0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@26a0eaa0, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5988 nex:golden_wither_bone_pickaxe_0 RecipeStage{tier='two', recipe=1xitem.nex:goldenWitherBonePickaxe@0:[net.minecraft.item.crafting.Ingredient@361013a3, net.minecraft.item.crafting.Ingredient@361013a3, net.minecraft.item.crafting.Ingredient@361013a3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4ff81a7e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4ff81a7e, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5989 nex:golden_wither_bone_hoe_0_alt RecipeStage{tier='two', recipe=1xitem.nex:goldenWitherBoneHoe@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5afd3aef, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5af714, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5af714, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5990 nex:golden_wither_bone_hoe_0 RecipeStage{tier='two', recipe=1xitem.nex:goldenWitherBoneHoe@0:[net.minecraft.item.crafting.Ingredient@e71f56e, net.minecraft.item.crafting.Ingredient@e71f56e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7a2354e6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7a2354e6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5991 nex:golden_wither_bone_hammer_0 RecipeStage{tier='two', recipe=1xitem.nex:goldenWitherBoneHammer@0:[net.minecraft.item.crafting.Ingredient@635288f2, net.minecraft.item.crafting.Ingredient@635288f2, net.minecraft.item.crafting.Ingredient@635288f2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4cc8ce00, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4cc8ce00, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5992 nex:golden_wither_bone_axe_0_alt RecipeStage{tier='two', recipe=1xitem.nex:goldenWitherBoneAxe@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6ae5ffe6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@50a8c5f4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@50a8c5f4, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5993 nex:golden_wither_bone_axe_0 RecipeStage{tier='two', recipe=1xitem.nex:goldenWitherBoneAxe@0:[net.minecraft.item.crafting.Ingredient@649b98ff, net.minecraft.item.crafting.Ingredient@649b98ff, net.minecraft.item.crafting.Ingredient@649b98ff, net.minecraftforge.oredict.OreIngredient@353403b0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@353403b0]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5994 nex:gloomy_nether_brick_stairs_0 RecipeStage{tier='three', recipe=8xtile.nex:gloomyNetherBrickStairs@0:[net.minecraft.item.crafting.Ingredient@23169bd6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@23169bd6, net.minecraft.item.crafting.Ingredient@23169bd6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@23169bd6, net.minecraft.item.crafting.Ingredient@23169bd6, net.minecraft.item.crafting.Ingredient@23169bd6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5995 nex:gloomy_nether_brick_fence_gate_0 RecipeStage{tier='three', recipe=4xtile.nex:gloomyNetherBrickFenceGate@0:[net.minecraft.item.crafting.Ingredient@23d5a3a2, net.minecraft.item.crafting.Ingredient@645d6a13, net.minecraft.item.crafting.Ingredient@23d5a3a2, net.minecraft.item.crafting.Ingredient@23d5a3a2, net.minecraft.item.crafting.Ingredient@645d6a13, net.minecraft.item.crafting.Ingredient@23d5a3a2]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5996 nex:fiery_nether_brick_stairs_0 RecipeStage{tier='three', recipe=8xtile.nex:fieryNetherBrickStairs@0:[net.minecraft.item.crafting.Ingredient@235802be, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@235802be, net.minecraft.item.crafting.Ingredient@235802be, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@235802be, net.minecraft.item.crafting.Ingredient@235802be, net.minecraft.item.crafting.Ingredient@235802be]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5997 nex:fiery_nether_brick_fence_gate_0 RecipeStage{tier='three', recipe=4xtile.nex:fieryNetherBrickFenceGate@0:[net.minecraft.item.crafting.Ingredient@deab7f3, net.minecraft.item.crafting.Ingredient@7022fdb6, net.minecraft.item.crafting.Ingredient@deab7f3, net.minecraft.item.crafting.Ingredient@deab7f3, net.minecraft.item.crafting.Ingredient@7022fdb6, net.minecraft.item.crafting.Ingredient@deab7f3]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6000 nex:bone_sliver_0 RecipeStage{tier='three', recipe=1xtile.nex:boneSliver@0:[net.minecraft.item.crafting.Ingredient@1e7e4f82, net.minecraft.item.crafting.Ingredient@1e7e4f82, net.minecraft.item.crafting.Ingredient@1e7e4f82, net.minecraft.item.crafting.Ingredient@1e7e4f82, net.minecraft.item.crafting.Ingredient@1e7e4f82, net.minecraft.item.crafting.Ingredient@1e7e4f82]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6001 nex:bone_chunk_0 RecipeStage{tier='three', recipe=1xtile.nex:boneChunk@0:[net.minecraft.item.crafting.Ingredient@7d8a6118, net.minecraft.item.crafting.Ingredient@7d8a6118, net.minecraft.item.crafting.Ingredient@7d8a6118]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6002 nex:basalt_wall_3 RecipeStage{tier='three', recipe=6xtile.nex:basaltWall@3:[net.minecraft.item.crafting.Ingredient@357d8adc, net.minecraft.item.crafting.Ingredient@357d8adc, net.minecraft.item.crafting.Ingredient@357d8adc, net.minecraft.item.crafting.Ingredient@357d8adc, net.minecraft.item.crafting.Ingredient@357d8adc, net.minecraft.item.crafting.Ingredient@357d8adc]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6003 nex:basalt_wall_2 RecipeStage{tier='three', recipe=6xtile.nex:basaltWall@2:[net.minecraft.item.crafting.Ingredient@5c999602, net.minecraft.item.crafting.Ingredient@5c999602, net.minecraft.item.crafting.Ingredient@5c999602, net.minecraft.item.crafting.Ingredient@5c999602, net.minecraft.item.crafting.Ingredient@5c999602, net.minecraft.item.crafting.Ingredient@5c999602]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6004 nex:basalt_wall_1 RecipeStage{tier='three', recipe=6xtile.nex:basaltWall@1:[net.minecraft.item.crafting.Ingredient@4a9d4d76, net.minecraft.item.crafting.Ingredient@4a9d4d76, net.minecraft.item.crafting.Ingredient@4a9d4d76, net.minecraft.item.crafting.Ingredient@4a9d4d76, net.minecraft.item.crafting.Ingredient@4a9d4d76, net.minecraft.item.crafting.Ingredient@4a9d4d76]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6005 nex:basalt_wall_0 RecipeStage{tier='three', recipe=6xtile.nex:basaltWall@0:[net.minecraft.item.crafting.Ingredient@142fa7c4, net.minecraft.item.crafting.Ingredient@142fa7c4, net.minecraft.item.crafting.Ingredient@142fa7c4, net.minecraft.item.crafting.Ingredient@142fa7c4, net.minecraft.item.crafting.Ingredient@142fa7c4, net.minecraft.item.crafting.Ingredient@142fa7c4]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6006 nex:basalt_stairs_0 RecipeStage{tier='three', recipe=8xtile.nex:basaltStairs@0:[net.minecraft.item.crafting.Ingredient@44644208, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@44644208, net.minecraft.item.crafting.Ingredient@44644208, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@44644208, net.minecraft.item.crafting.Ingredient@44644208, net.minecraft.item.crafting.Ingredient@44644208]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6007 nex:basalt_smooth_stairs_0 RecipeStage{tier='three', recipe=8xtile.nex:basaltSmoothStairs@0:[net.minecraft.item.crafting.Ingredient@6bb942cf, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6bb942cf, net.minecraft.item.crafting.Ingredient@6bb942cf, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6bb942cf, net.minecraft.item.crafting.Ingredient@6bb942cf, net.minecraft.item.crafting.Ingredient@6bb942cf]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6008 nex:basalt_smooth_fence_gate_0 RecipeStage{tier='three', recipe=4xtile.nex:basaltSmoothFenceGate@0:[net.minecraft.item.crafting.Ingredient@7d187370, net.minecraft.item.crafting.Ingredient@8128e36, net.minecraft.item.crafting.Ingredient@7d187370, net.minecraft.item.crafting.Ingredient@7d187370, net.minecraft.item.crafting.Ingredient@8128e36, net.minecraft.item.crafting.Ingredient@7d187370]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6009 nex:basalt_slab_3 RecipeStage{tier='three', recipe=6xtile.nex:basaltSlab@3:[net.minecraft.item.crafting.Ingredient@5bd70d39, net.minecraft.item.crafting.Ingredient@5bd70d39, net.minecraft.item.crafting.Ingredient@5bd70d39]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6010 nex:basalt_slab_2 RecipeStage{tier='three', recipe=6xtile.nex:basaltSlab@2:[net.minecraft.item.crafting.Ingredient@7ffe1633, net.minecraft.item.crafting.Ingredient@7ffe1633, net.minecraft.item.crafting.Ingredient@7ffe1633]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6011 nex:basalt_slab_1 RecipeStage{tier='three', recipe=6xtile.nex:basaltSlab@1:[net.minecraft.item.crafting.Ingredient@5675dbe7, net.minecraft.item.crafting.Ingredient@5675dbe7, net.minecraft.item.crafting.Ingredient@5675dbe7]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6012 nex:basalt_slab_0 RecipeStage{tier='three', recipe=6xtile.nex:basaltSlab@0:[net.minecraft.item.crafting.Ingredient@61f47360, net.minecraft.item.crafting.Ingredient@61f47360, net.minecraft.item.crafting.Ingredient@61f47360]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6013 nex:basalt_pillar_stairs_0 RecipeStage{tier='three', recipe=8xtile.nex:basaltPillarStairs@0:[net.minecraft.item.crafting.Ingredient@e9bc1d5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@e9bc1d5, net.minecraft.item.crafting.Ingredient@e9bc1d5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@e9bc1d5, net.minecraft.item.crafting.Ingredient@e9bc1d5, net.minecraft.item.crafting.Ingredient@e9bc1d5]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6014 nex:basalt_pillar_fence_gate_0 RecipeStage{tier='three', recipe=4xtile.nex:basaltPillarFenceGate@0:[net.minecraft.item.crafting.Ingredient@21231230, net.minecraft.item.crafting.Ingredient@42223cf7, net.minecraft.item.crafting.Ingredient@21231230, net.minecraft.item.crafting.Ingredient@21231230, net.minecraft.item.crafting.Ingredient@42223cf7, net.minecraft.item.crafting.Ingredient@21231230]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6015 nex:basalt_fence_gate_0 RecipeStage{tier='three', recipe=4xtile.nex:basaltFenceGate@0:[net.minecraft.item.crafting.Ingredient@24525b42, net.minecraft.item.crafting.Ingredient@799a0df0, net.minecraft.item.crafting.Ingredient@24525b42, net.minecraft.item.crafting.Ingredient@24525b42, net.minecraft.item.crafting.Ingredient@799a0df0, net.minecraft.item.crafting.Ingredient@24525b42]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6016 nex:basalt_fence_3 RecipeStage{tier='three', recipe=4xtile.nex:basaltFence@3:[net.minecraft.item.crafting.Ingredient@658072b, net.minecraft.item.crafting.Ingredient@308f0b41, net.minecraft.item.crafting.Ingredient@658072b, net.minecraft.item.crafting.Ingredient@658072b, net.minecraft.item.crafting.Ingredient@308f0b41, net.minecraft.item.crafting.Ingredient@658072b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6017 nex:basalt_fence_2 RecipeStage{tier='three', recipe=4xtile.nex:basaltFence@2:[net.minecraft.item.crafting.Ingredient@7e4aedb9, net.minecraft.item.crafting.Ingredient@6aba1f4b, net.minecraft.item.crafting.Ingredient@7e4aedb9, net.minecraft.item.crafting.Ingredient@7e4aedb9, net.minecraft.item.crafting.Ingredient@6aba1f4b, net.minecraft.item.crafting.Ingredient@7e4aedb9]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6018 nex:basalt_fence_1 RecipeStage{tier='three', recipe=4xtile.nex:basaltFence@1:[net.minecraft.item.crafting.Ingredient@69545ed, net.minecraft.item.crafting.Ingredient@1ab5a460, net.minecraft.item.crafting.Ingredient@69545ed, net.minecraft.item.crafting.Ingredient@69545ed, net.minecraft.item.crafting.Ingredient@1ab5a460, net.minecraft.item.crafting.Ingredient@69545ed]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6019 nex:basalt_fence_0 RecipeStage{tier='three', recipe=4xtile.nex:basaltFence@0:[net.minecraft.item.crafting.Ingredient@585418bc, net.minecraft.item.crafting.Ingredient@57f40d48, net.minecraft.item.crafting.Ingredient@585418bc, net.minecraft.item.crafting.Ingredient@585418bc, net.minecraft.item.crafting.Ingredient@57f40d48, net.minecraft.item.crafting.Ingredient@585418bc]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6020 nex:basalt_brick_stairs_0 RecipeStage{tier='three', recipe=8xtile.nex:basaltBrickStairs@0:[net.minecraft.item.crafting.Ingredient@4087b798, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4087b798, net.minecraft.item.crafting.Ingredient@4087b798, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4087b798, net.minecraft.item.crafting.Ingredient@4087b798, net.minecraft.item.crafting.Ingredient@4087b798]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6021 nex:basalt_brick_fence_gate_0 RecipeStage{tier='three', recipe=4xtile.nex:basaltBrickFenceGate@0:[net.minecraft.item.crafting.Ingredient@45b25c78, net.minecraft.item.crafting.Ingredient@13636e62, net.minecraft.item.crafting.Ingredient@45b25c78, net.minecraft.item.crafting.Ingredient@45b25c78, net.minecraft.item.crafting.Ingredient@13636e62, net.minecraft.item.crafting.Ingredient@45b25c78]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6022 nex:basalt_3_alt_3 RecipeStage{tier='three', recipe=3xtile.nex:basalt@3:[net.minecraft.item.crafting.Ingredient@444ca4b5, net.minecraft.item.crafting.Ingredient@444ca4b5, net.minecraft.item.crafting.Ingredient@444ca4b5, net.minecraft.item.crafting.Ingredient@444ca4b5]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6023 nex:basalt_3_alt_2 RecipeStage{tier='three', recipe=1xtile.nex:basalt@3:[net.minecraft.item.crafting.Ingredient@17d602d9]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6024 nex:basalt_3_alt RecipeStage{tier='three', recipe=1xtile.nex:basalt@3:[net.minecraft.item.crafting.Ingredient@5c7f44d1, net.minecraft.item.crafting.Ingredient@5c7f44d1]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6025 nex:basalt_3 RecipeStage{tier='three', recipe=4xtile.nex:basalt@3:[net.minecraft.item.crafting.Ingredient@3682947a, net.minecraft.item.crafting.Ingredient@3682947a, net.minecraft.item.crafting.Ingredient@3682947a, net.minecraft.item.crafting.Ingredient@3682947a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6026 nex:basalt_2_alt_4 RecipeStage{tier='three', recipe=3xtile.nex:basalt@2:[net.minecraft.item.crafting.Ingredient@274a87e5, net.minecraft.item.crafting.Ingredient@274a87e5, net.minecraft.item.crafting.Ingredient@274a87e5, net.minecraft.item.crafting.Ingredient@274a87e5]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6027 nex:basalt_2_alt_3 RecipeStage{tier='three', recipe=1xtile.nex:basalt@2:[net.minecraft.item.crafting.Ingredient@216b8e6a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6028 nex:basalt_2_alt_2 RecipeStage{tier='three', recipe=1xtile.nex:basalt@2:[net.minecraft.item.crafting.Ingredient@1d5884f6, net.minecraft.item.crafting.Ingredient@1d5884f6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6029 nex:basalt_2_alt RecipeStage{tier='three', recipe=4xtile.nex:basalt@2:[net.minecraft.item.crafting.Ingredient@10f3cc2e, net.minecraft.item.crafting.Ingredient@10f3cc2e, net.minecraft.item.crafting.Ingredient@10f3cc2e, net.minecraft.item.crafting.Ingredient@10f3cc2e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6030 nex:basalt_2 RecipeStage{tier='three', recipe=1xtile.nex:basalt@2:[net.minecraft.item.crafting.Ingredient@5f0935e7]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6031 nex:basalt_1_alt_4 RecipeStage{tier='three', recipe=3xtile.nex:basalt@1:[net.minecraft.item.crafting.Ingredient@25ceb9aa, net.minecraft.item.crafting.Ingredient@25ceb9aa, net.minecraft.item.crafting.Ingredient@25ceb9aa, net.minecraft.item.crafting.Ingredient@25ceb9aa]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6032 nex:basalt_1_alt_3 RecipeStage{tier='three', recipe=1xtile.nex:basalt@1:[net.minecraft.item.crafting.Ingredient@6b34ba77]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6033 nex:basalt_1_alt_2 RecipeStage{tier='three', recipe=1xtile.nex:basalt@1:[net.minecraft.item.crafting.Ingredient@70707342, net.minecraft.item.crafting.Ingredient@70707342]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6034 nex:basalt_1_alt RecipeStage{tier='three', recipe=4xtile.nex:basalt@1:[net.minecraft.item.crafting.Ingredient@51b39847, net.minecraft.item.crafting.Ingredient@51b39847, net.minecraft.item.crafting.Ingredient@51b39847, net.minecraft.item.crafting.Ingredient@51b39847]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6035 nex:basalt_1 RecipeStage{tier='three', recipe=1xtile.nex:basalt@1:[net.minecraft.item.crafting.Ingredient@6ad11d3b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6036 nex:basalt_0_alt_3 RecipeStage{tier='three', recipe=3xtile.nex:basalt@0:[net.minecraft.item.crafting.Ingredient@10fa412f, net.minecraft.item.crafting.Ingredient@10fa412f, net.minecraft.item.crafting.Ingredient@10fa412f, net.minecraft.item.crafting.Ingredient@10fa412f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6037 nex:basalt_0_alt_2 RecipeStage{tier='three', recipe=1xtile.nex:basalt@0:[net.minecraft.item.crafting.Ingredient@64271305]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6038 nex:basalt_0_alt RecipeStage{tier='three', recipe=1xtile.nex:basalt@0:[net.minecraft.item.crafting.Ingredient@5805a81f, net.minecraft.item.crafting.Ingredient@5805a81f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6039 nex:basalt_0 RecipeStage{tier='three', recipe=1xtile.nex:basalt@0:[net.minecraft.item.crafting.Ingredient@646c22b2]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6040 nex:amethyst_crystal_0 RecipeStage{tier='three', recipe=9xitem.nex:amethystCrystal@0:[net.minecraft.item.crafting.Ingredient@4bfc2929]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6041 nex:amethyst_block_0 RecipeStage{tier='three', recipe=1xtile.nex:amethystBlock@0:[net.minecraft.item.crafting.Ingredient@1a4c3ccd, net.minecraft.item.crafting.Ingredient@1a4c3ccd, net.minecraft.item.crafting.Ingredient@1a4c3ccd, net.minecraft.item.crafting.Ingredient@1a4c3ccd, net.minecraft.item.crafting.Ingredient@1a4c3ccd, net.minecraft.item.crafting.Ingredient@1a4c3ccd, net.minecraft.item.crafting.Ingredient@1a4c3ccd, net.minecraft.item.crafting.Ingredient@1a4c3ccd, net.minecraft.item.crafting.Ingredient@1a4c3ccd]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6068 pickletweaks:yellow_cobblestone RecipeStage{tier='zero', recipe=8xtile.pt.colored_cobblestone@4:[net.minecraftforge.oredict.OreIngredient@ddbd7d7, net.minecraftforge.oredict.OreIngredient@ddbd7d7, net.minecraftforge.oredict.OreIngredient@ddbd7d7, net.minecraftforge.oredict.OreIngredient@ddbd7d7, net.minecraftforge.oredict.OreIngredient@2e0068ec, net.minecraftforge.oredict.OreIngredient@ddbd7d7, net.minecraftforge.oredict.OreIngredient@ddbd7d7, net.minecraftforge.oredict.OreIngredient@ddbd7d7, net.minecraftforge.oredict.OreIngredient@ddbd7d7]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6069 pickletweaks:white_cobblestone RecipeStage{tier='zero', recipe=8xtile.pt.colored_cobblestone@0:[net.minecraftforge.oredict.OreIngredient@60d72ed1, net.minecraftforge.oredict.OreIngredient@60d72ed1, net.minecraftforge.oredict.OreIngredient@60d72ed1, net.minecraftforge.oredict.OreIngredient@60d72ed1, net.minecraftforge.oredict.OreIngredient@75d1a95a, net.minecraftforge.oredict.OreIngredient@60d72ed1, net.minecraftforge.oredict.OreIngredient@60d72ed1, net.minecraftforge.oredict.OreIngredient@60d72ed1, net.minecraftforge.oredict.OreIngredient@60d72ed1]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6072 pickletweaks:red_cobblestone RecipeStage{tier='zero', recipe=8xtile.pt.colored_cobblestone@14:[net.minecraftforge.oredict.OreIngredient@3a463eca, net.minecraftforge.oredict.OreIngredient@3a463eca, net.minecraftforge.oredict.OreIngredient@3a463eca, net.minecraftforge.oredict.OreIngredient@3a463eca, net.minecraftforge.oredict.OreIngredient@456781f9, net.minecraftforge.oredict.OreIngredient@3a463eca, net.minecraftforge.oredict.OreIngredient@3a463eca, net.minecraftforge.oredict.OreIngredient@3a463eca, net.minecraftforge.oredict.OreIngredient@3a463eca]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6073 pickletweaks:purple_cobblestone RecipeStage{tier='zero', recipe=8xtile.pt.colored_cobblestone@10:[net.minecraftforge.oredict.OreIngredient@58913a65, net.minecraftforge.oredict.OreIngredient@58913a65, net.minecraftforge.oredict.OreIngredient@58913a65, net.minecraftforge.oredict.OreIngredient@58913a65, net.minecraftforge.oredict.OreIngredient@767e081f, net.minecraftforge.oredict.OreIngredient@58913a65, net.minecraftforge.oredict.OreIngredient@58913a65, net.minecraftforge.oredict.OreIngredient@58913a65, net.minecraftforge.oredict.OreIngredient@58913a65]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6074 pickletweaks:pink_cobblestone RecipeStage{tier='zero', recipe=8xtile.pt.colored_cobblestone@6:[net.minecraftforge.oredict.OreIngredient@29749d8b, net.minecraftforge.oredict.OreIngredient@29749d8b, net.minecraftforge.oredict.OreIngredient@29749d8b, net.minecraftforge.oredict.OreIngredient@29749d8b, net.minecraftforge.oredict.OreIngredient@2fbb35d7, net.minecraftforge.oredict.OreIngredient@29749d8b, net.minecraftforge.oredict.OreIngredient@29749d8b, net.minecraftforge.oredict.OreIngredient@29749d8b, net.minecraftforge.oredict.OreIngredient@29749d8b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6075 pickletweaks:orange_cobblestone RecipeStage{tier='zero', recipe=8xtile.pt.colored_cobblestone@1:[net.minecraftforge.oredict.OreIngredient@69b98980, net.minecraftforge.oredict.OreIngredient@69b98980, net.minecraftforge.oredict.OreIngredient@69b98980, net.minecraftforge.oredict.OreIngredient@69b98980, net.minecraftforge.oredict.OreIngredient@68323f, net.minecraftforge.oredict.OreIngredient@69b98980, net.minecraftforge.oredict.OreIngredient@69b98980, net.minecraftforge.oredict.OreIngredient@69b98980, net.minecraftforge.oredict.OreIngredient@69b98980]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6076 pickletweaks:nightvision_goggles_c RecipeStage{tier='four', recipe=1xitem.pt.nightvision_goggles_c@0:[net.minecraft.item.crafting.Ingredient@24ed6f0d, net.minecraft.item.crafting.Ingredient@24ed6f0d, net.minecraft.item.crafting.Ingredient@24ed6f0d, net.minecraft.item.crafting.Ingredient@24ed6f0d, net.minecraft.item.crafting.Ingredient@24ed6f0d, net.minecraft.item.crafting.Ingredient@24ed6f0d, net.minecraft.item.crafting.Ingredient@24ed6f0d, net.minecraft.item.crafting.Ingredient@24ed6f0d, net.minecraft.item.crafting.Ingredient@24ed6f0d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6077 pickletweaks:nightvision_goggles RecipeStage{tier='four', recipe=1xitem.pt.nightvision_goggles@0:[net.minecraftforge.oredict.OreIngredient@5e265b2c, net.minecraftforge.oredict.OreIngredient@33a7464d, net.minecraftforge.oredict.OreIngredient@5e265b2c, net.minecraftforge.oredict.OreIngredient@243d8486, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@243d8486]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6082 pickletweaks:magnet RecipeStage{tier='four', recipe=1xitem.pt.magnet@0:[net.minecraftforge.oredict.OreIngredient@1c2f2b24, net.minecraftforge.oredict.OreIngredient@4c8eea83, net.minecraftforge.oredict.OreIngredient@1c2f2b24, net.minecraftforge.oredict.OreIngredient@1c2f2b24, net.minecraftforge.oredict.OreIngredient@808afd3, net.minecraftforge.oredict.OreIngredient@1c2f2b24, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1c2f2b24, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6083 pickletweaks:magenta_cobblestone RecipeStage{tier='zero', recipe=8xtile.pt.colored_cobblestone@2:[net.minecraftforge.oredict.OreIngredient@3a6e4ea3, net.minecraftforge.oredict.OreIngredient@3a6e4ea3, net.minecraftforge.oredict.OreIngredient@3a6e4ea3, net.minecraftforge.oredict.OreIngredient@3a6e4ea3, net.minecraftforge.oredict.OreIngredient@20071fb9, net.minecraftforge.oredict.OreIngredient@3a6e4ea3, net.minecraftforge.oredict.OreIngredient@3a6e4ea3, net.minecraftforge.oredict.OreIngredient@3a6e4ea3, net.minecraftforge.oredict.OreIngredient@3a6e4ea3]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6084 pickletweaks:lime_cobblestone RecipeStage{tier='zero', recipe=8xtile.pt.colored_cobblestone@5:[net.minecraftforge.oredict.OreIngredient@3919593c, net.minecraftforge.oredict.OreIngredient@3919593c, net.minecraftforge.oredict.OreIngredient@3919593c, net.minecraftforge.oredict.OreIngredient@3919593c, net.minecraftforge.oredict.OreIngredient@a034dd0, net.minecraftforge.oredict.OreIngredient@3919593c, net.minecraftforge.oredict.OreIngredient@3919593c, net.minecraftforge.oredict.OreIngredient@3919593c, net.minecraftforge.oredict.OreIngredient@3919593c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6085 pickletweaks:light_gray_cobblestone RecipeStage{tier='zero', recipe=8xtile.pt.colored_cobblestone@8:[net.minecraftforge.oredict.OreIngredient@7316739, net.minecraftforge.oredict.OreIngredient@7316739, net.minecraftforge.oredict.OreIngredient@7316739, net.minecraftforge.oredict.OreIngredient@7316739, net.minecraftforge.oredict.OreIngredient@377e6328, net.minecraftforge.oredict.OreIngredient@7316739, net.minecraftforge.oredict.OreIngredient@7316739, net.minecraftforge.oredict.OreIngredient@7316739, net.minecraftforge.oredict.OreIngredient@7316739]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6086 pickletweaks:light_blue_cobblestone RecipeStage{tier='zero', recipe=8xtile.pt.colored_cobblestone@3:[net.minecraftforge.oredict.OreIngredient@5a023f22, net.minecraftforge.oredict.OreIngredient@5a023f22, net.minecraftforge.oredict.OreIngredient@5a023f22, net.minecraftforge.oredict.OreIngredient@5a023f22, net.minecraftforge.oredict.OreIngredient@6004d7ab, net.minecraftforge.oredict.OreIngredient@5a023f22, net.minecraftforge.oredict.OreIngredient@5a023f22, net.minecraftforge.oredict.OreIngredient@5a023f22, net.minecraftforge.oredict.OreIngredient@5a023f22]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6087 pickletweaks:green_cobblestone RecipeStage{tier='zero', recipe=8xtile.pt.colored_cobblestone@13:[net.minecraftforge.oredict.OreIngredient@7e3cf703, net.minecraftforge.oredict.OreIngredient@7e3cf703, net.minecraftforge.oredict.OreIngredient@7e3cf703, net.minecraftforge.oredict.OreIngredient@7e3cf703, net.minecraftforge.oredict.OreIngredient@3957d044, net.minecraftforge.oredict.OreIngredient@7e3cf703, net.minecraftforge.oredict.OreIngredient@7e3cf703, net.minecraftforge.oredict.OreIngredient@7e3cf703, net.minecraftforge.oredict.OreIngredient@7e3cf703]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6088 pickletweaks:gray_cobblestone RecipeStage{tier='zero', recipe=8xtile.pt.colored_cobblestone@7:[net.minecraftforge.oredict.OreIngredient@682b0ce6, net.minecraftforge.oredict.OreIngredient@682b0ce6, net.minecraftforge.oredict.OreIngredient@682b0ce6, net.minecraftforge.oredict.OreIngredient@682b0ce6, net.minecraftforge.oredict.OreIngredient@4480d6be, net.minecraftforge.oredict.OreIngredient@682b0ce6, net.minecraftforge.oredict.OreIngredient@682b0ce6, net.minecraftforge.oredict.OreIngredient@682b0ce6, net.minecraftforge.oredict.OreIngredient@682b0ce6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6091 pickletweaks:emerald_apple RecipeStage{tier='five', recipe=1xitem.pt.emerald_apple@0:[net.minecraftforge.oredict.OreIngredient@5f44e620, net.minecraftforge.oredict.OreIngredient@5f44e620, net.minecraftforge.oredict.OreIngredient@5f44e620, net.minecraftforge.oredict.OreIngredient@5f44e620, net.minecraft.item.crafting.Ingredient@4940bc80, net.minecraftforge.oredict.OreIngredient@5f44e620, net.minecraftforge.oredict.OreIngredient@5f44e620, net.minecraftforge.oredict.OreIngredient@5f44e620, net.minecraftforge.oredict.OreIngredient@5f44e620]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6092 pickletweaks:diamond_apple RecipeStage{tier='five', recipe=1xitem.pt.diamond_apple@0:[net.minecraftforge.oredict.OreIngredient@6be727d8, net.minecraftforge.oredict.OreIngredient@6be727d8, net.minecraftforge.oredict.OreIngredient@6be727d8, net.minecraftforge.oredict.OreIngredient@6be727d8, net.minecraft.item.crafting.Ingredient@1a488498, net.minecraftforge.oredict.OreIngredient@6be727d8, net.minecraftforge.oredict.OreIngredient@6be727d8, net.minecraftforge.oredict.OreIngredient@6be727d8, net.minecraftforge.oredict.OreIngredient@6be727d8]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6093 pickletweaks:dark_glass RecipeStage{tier='two', recipe=4xtile.pt.dark_glass@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@22a94551, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@22a94551, net.minecraftforge.oredict.OreIngredient@18341695, net.minecraftforge.oredict.OreIngredient@22a94551, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@22a94551, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6094 pickletweaks:cyan_cobblestone RecipeStage{tier='zero', recipe=8xtile.pt.colored_cobblestone@9:[net.minecraftforge.oredict.OreIngredient@3178d285, net.minecraftforge.oredict.OreIngredient@3178d285, net.minecraftforge.oredict.OreIngredient@3178d285, net.minecraftforge.oredict.OreIngredient@3178d285, net.minecraftforge.oredict.OreIngredient@585ed353, net.minecraftforge.oredict.OreIngredient@3178d285, net.minecraftforge.oredict.OreIngredient@3178d285, net.minecraftforge.oredict.OreIngredient@3178d285, net.minecraftforge.oredict.OreIngredient@3178d285]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6096 pickletweaks:coal_piece_from RecipeStage{tier='one', recipe=8xitem.pt.coal_piece@0:[net.minecraft.item.crafting.Ingredient@25692574]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6098 pickletweaks:charcoal_piece_from RecipeStage{tier='zero', recipe=8xitem.pt.coal_piece@1:[net.minecraft.item.crafting.Ingredient@7b71b5]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6099 pickletweaks:brown_cobblestone RecipeStage{tier='zero', recipe=8xtile.pt.colored_cobblestone@12:[net.minecraftforge.oredict.OreIngredient@260fd0ac, net.minecraftforge.oredict.OreIngredient@260fd0ac, net.minecraftforge.oredict.OreIngredient@260fd0ac, net.minecraftforge.oredict.OreIngredient@260fd0ac, net.minecraftforge.oredict.OreIngredient@6bea8efe, net.minecraftforge.oredict.OreIngredient@260fd0ac, net.minecraftforge.oredict.OreIngredient@260fd0ac, net.minecraftforge.oredict.OreIngredient@260fd0ac, net.minecraftforge.oredict.OreIngredient@260fd0ac]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6100 pickletweaks:blue_cobblestone RecipeStage{tier='zero', recipe=8xtile.pt.colored_cobblestone@11:[net.minecraftforge.oredict.OreIngredient@3cd9986f, net.minecraftforge.oredict.OreIngredient@3cd9986f, net.minecraftforge.oredict.OreIngredient@3cd9986f, net.minecraftforge.oredict.OreIngredient@3cd9986f, net.minecraftforge.oredict.OreIngredient@29d4dca5, net.minecraftforge.oredict.OreIngredient@3cd9986f, net.minecraftforge.oredict.OreIngredient@3cd9986f, net.minecraftforge.oredict.OreIngredient@3cd9986f, net.minecraftforge.oredict.OreIngredient@3cd9986f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6101 pickletweaks:black_cobblestone RecipeStage{tier='zero', recipe=8xtile.pt.colored_cobblestone@15:[net.minecraftforge.oredict.OreIngredient@322fd145, net.minecraftforge.oredict.OreIngredient@322fd145, net.minecraftforge.oredict.OreIngredient@322fd145, net.minecraftforge.oredict.OreIngredient@322fd145, net.minecraftforge.oredict.OreIngredient@3a4bd303, net.minecraftforge.oredict.OreIngredient@322fd145, net.minecraftforge.oredict.OreIngredient@322fd145, net.minecraftforge.oredict.OreIngredient@322fd145, net.minecraftforge.oredict.OreIngredient@322fd145]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6103 pneumaticcraft:safety_tube_module RecipeStage{tier='four', recipe=1xitem.safety_tube_module@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@68d4819c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@18703d1f, net.minecraft.item.crafting.Ingredient@221b1ffc, net.minecraft.item.crafting.Ingredient@18703d1f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6107 pneumaticcraft:logistics_configurator RecipeStage{tier='four', recipe=1xitem.logistics_configurator@0:[net.minecraftforge.oredict.OreIngredient@6779e144, net.minecraftforge.oredict.OreIngredient@6d28f248, net.minecraftforge.oredict.OreIngredient@6779e144, net.minecraft.item.crafting.Ingredient@4a3944cd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6779e144, net.minecraft.item.crafting.Ingredient@f2dd909, net.minecraftforge.oredict.OreIngredient@6779e144]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6108 pneumaticcraft:logistic_drone RecipeStage{tier='four', recipe=1xitem.logistic_drone@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3274c259, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3274c259, net.minecraftforge.oredict.OreIngredient@51963ce4, net.minecraft.item.crafting.Ingredient@3274c259, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3274c259, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6109 pneumaticcraft:volume_upgrade RecipeStage{tier='four', recipe=1xitem.volume_upgrade@0:[net.minecraft.item.crafting.Ingredient@7f0fda33, net.minecraftforge.oredict.OreIngredient@d4ead50, net.minecraft.item.crafting.Ingredient@7f0fda33, net.minecraftforge.oredict.OreIngredient@d4ead50, net.minecraft.item.crafting.Ingredient@5fb82e3a, net.minecraftforge.oredict.OreIngredient@d4ead50, net.minecraft.item.crafting.Ingredient@7f0fda33, net.minecraftforge.oredict.OreIngredient@d4ead50, net.minecraft.item.crafting.Ingredient@7f0fda33]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6110 pneumaticcraft:scuba_upgrade RecipeStage{tier='four', recipe=1xitem.scuba_upgrade@0:[net.minecraft.item.crafting.Ingredient@37cf2e8c, net.minecraft.item.crafting.Ingredient@72c38350, net.minecraft.item.crafting.Ingredient@37cf2e8c, net.minecraft.item.crafting.Ingredient@4a620b04, net.minecraft.item.crafting.Ingredient@6da61d94, net.minecraft.item.crafting.Ingredient@4a620b04, net.minecraft.item.crafting.Ingredient@37cf2e8c, net.minecraft.item.crafting.Ingredient@6ad8c4fe, net.minecraft.item.crafting.Ingredient@37cf2e8c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6111 pneumaticcraft:pneumatic_door RecipeStage{tier='four', recipe=1xtile.pneumatic_door@0:[net.minecraftforge.oredict.OreIngredient@613ec3a4, net.minecraftforge.oredict.OreIngredient@613ec3a4, net.minecraftforge.oredict.OreIngredient@613ec3a4, net.minecraftforge.oredict.OreIngredient@613ec3a4, net.minecraftforge.oredict.OreIngredient@613ec3a4, net.minecraftforge.oredict.OreIngredient@613ec3a4]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6113 pneumaticcraft:minigun RecipeStage{tier='four', recipe=1xitem.minigun@0:[net.minecraft.item.crafting.Ingredient@7294192a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@714d1f3e, net.minecraftforge.oredict.OreIngredient@5c790402, net.minecraft.item.crafting.Ingredient@474e0726, net.minecraftforge.oredict.OreIngredient@24901093, net.minecraft.item.crafting.Ingredient@6b395f9c, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6114 pneumaticcraft:security_upgrade RecipeStage{tier='four', recipe=1xitem.security_upgrade@0:[net.minecraft.item.crafting.Ingredient@438f4c1d, net.minecraft.item.crafting.Ingredient@4f8f0c09, net.minecraft.item.crafting.Ingredient@438f4c1d, net.minecraft.item.crafting.Ingredient@4f8f0c09, net.minecraft.item.crafting.Ingredient@3102a6dd, net.minecraft.item.crafting.Ingredient@4f8f0c09, net.minecraft.item.crafting.Ingredient@438f4c1d, net.minecraft.item.crafting.Ingredient@4f8f0c09, net.minecraft.item.crafting.Ingredient@438f4c1d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6116 pneumaticcraft:transfer_gadget RecipeStage{tier='four', recipe=1xitem.transfer_gadget@0:[net.minecraft.item.crafting.Ingredient@287ccf35, net.minecraftforge.oredict.OreIngredient@5506b57a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6117 pneumaticcraft:assembly_io_unit RecipeStage{tier='four', recipe=1xtile.assembly_io_unit@0:[net.minecraft.item.crafting.Ingredient@a1d4edc, net.minecraft.item.crafting.Ingredient@13381b83, net.minecraft.item.crafting.Ingredient@13381b83, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@13381b83, net.minecraftforge.oredict.OreIngredient@6fa9c62, net.minecraft.item.crafting.Ingredient@20a44047, net.minecraftforge.oredict.OreIngredient@6fa9c62]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6118 pneumaticcraft:kerosene_lamp RecipeStage{tier='four', recipe=1xtile.kerosene_lamp@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@9ca4777, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@13956d61, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@13956d61, net.minecraftforge.oredict.OreIngredient@9ca4777, net.minecraft.item.crafting.Ingredient@6529e904, net.minecraftforge.oredict.OreIngredient@9ca4777]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6119 pneumaticcraft:liquid_compressor RecipeStage{tier='four', recipe=1xtile.liquid_compressor@0:[net.minecraft.item.crafting.Ingredient@647b91e0, net.minecraft.item.crafting.Ingredient@208aba78, net.minecraft.item.crafting.Ingredient@647b91e0, net.minecraft.item.crafting.Ingredient@13acb507, net.minecraft.item.crafting.Ingredient@2c1f1fd3, net.minecraft.item.crafting.Ingredient@13acb507]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6120 pneumaticcraft:turbine_rotor RecipeStage{tier='four', recipe=1xitem.turbine_rotor@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4f2d0a12, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@619d96f4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4f2d0a12, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4f2d0a12]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6122 pneumaticcraft:entity_tracker_upgrade RecipeStage{tier='four', recipe=1xitem.entity_tracker_upgrade@0:[net.minecraft.item.crafting.Ingredient@1df8d744, net.minecraft.item.crafting.Ingredient@31bbc048, net.minecraft.item.crafting.Ingredient@1df8d744, net.minecraft.item.crafting.Ingredient@31bbc048, net.minecraft.item.crafting.Ingredient@5f3da821, net.minecraft.item.crafting.Ingredient@31bbc048, net.minecraft.item.crafting.Ingredient@1df8d744, net.minecraft.item.crafting.Ingredient@31bbc048, net.minecraft.item.crafting.Ingredient@1df8d744]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6123 pneumaticcraft:universal_sensor RecipeStage{tier='four', recipe=1xtile.universal_sensor@0:[net.minecraftforge.oredict.OreIngredient@416e6f75, net.minecraftforge.oredict.OreIngredient@1f6fae82, net.minecraftforge.oredict.OreIngredient@416e6f75, net.minecraftforge.oredict.OreIngredient@1f6fae82, net.minecraftforge.oredict.OreIngredient@416e6f75, net.minecraftforge.oredict.OreIngredient@1f6fae82, net.minecraftforge.oredict.OreIngredient@416e6f75, net.minecraftforge.oredict.OreIngredient@7fb6780a, net.minecraftforge.oredict.OreIngredient@416e6f75]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6124 pneumaticcraft:advanced_air_compressor RecipeStage{tier='four', recipe=1xtile.advanced_air_compressor@0:[net.minecraftforge.oredict.OreIngredient@271438ab, net.minecraftforge.oredict.OreIngredient@271438ab, net.minecraftforge.oredict.OreIngredient@271438ab, net.minecraftforge.oredict.OreIngredient@271438ab, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1ca04c48, net.minecraftforge.oredict.OreIngredient@271438ab, net.minecraft.item.crafting.Ingredient@2b1193b4, net.minecraftforge.oredict.OreIngredient@271438ab]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6125 pneumaticcraft:pneumatic_wrench RecipeStage{tier='four', recipe=1xitem.pneumatic_wrench@0:[net.minecraftforge.oredict.OreIngredient@6bc8274, net.minecraftforge.oredict.OreIngredient@5bffc9e8, net.minecraftforge.oredict.OreIngredient@6bc8274, net.minecraft.item.crafting.Ingredient@3ddc54b5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6bc8274, net.minecraft.item.crafting.Ingredient@23adae47, net.minecraftforge.oredict.OreIngredient@6bc8274]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6126 pneumaticcraft:gun_ammo_freezing RecipeStage{tier='four', recipe=1xitem.gun_ammo_freezing@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7542d155, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5097d871, net.minecraft.item.crafting.Ingredient@79ec41a9, net.minecraftforge.oredict.OreIngredient@5097d871, net.minecraftforge.oredict.OreIngredient@5097d871, net.minecraft.item.crafting.Ingredient@79ec41a9, net.minecraftforge.oredict.OreIngredient@5097d871]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6127 pneumaticcraft:air_grate_module RecipeStage{tier='four', recipe=1xitem.air_grate_module@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@480c56b3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@480c56b3, net.minecraft.item.crafting.Ingredient@2ee5e582, net.minecraft.item.crafting.Ingredient@480c56b3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@480c56b3, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6128 pneumaticcraft:manometer RecipeStage{tier='four', recipe=1xitem.manometer@0:[net.minecraft.item.crafting.Ingredient@3b26c594, net.minecraft.item.crafting.Ingredient@398b51f8]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6129 pneumaticcraft:vortex_tube RecipeStage{tier='four', recipe=1xtile.vortex_tube@0:[net.minecraftforge.oredict.OreIngredient@42b36ee0, net.minecraft.item.crafting.Ingredient@29acbc25, net.minecraftforge.oredict.OreIngredient@42b36ee0, net.minecraftforge.oredict.OreIngredient@2183c19f, net.minecraft.item.crafting.Ingredient@29acbc25, net.minecraftforge.oredict.OreIngredient@2183c19f, net.minecraftforge.oredict.OreIngredient@42b36ee0, net.minecraftforge.oredict.OreIngredient@42b36ee0, net.minecraftforge.oredict.OreIngredient@42b36ee0]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6131 pneumaticcraft:pressure_gauge RecipeStage{tier='four', recipe=1xitem.pressure_gauge@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@12f669be, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@12f669be, net.minecraftforge.oredict.OreIngredient@50c207d5, net.minecraftforge.oredict.OreIngredient@12f669be, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@12f669be, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6132 pneumaticcraft:speed_upgrade RecipeStage{tier='four', recipe=1xitem.speed_upgrade@0:[net.minecraft.item.crafting.Ingredient@5c35b225, net.minecraft.item.crafting.Ingredient@6e1a7790, net.minecraft.item.crafting.Ingredient@5c35b225, net.minecraft.item.crafting.Ingredient@6e1a7790, me.desht.pneumaticcraft.common.recipes.factories.FluidIngredientFactory$FluidIngredient@33f16d57, net.minecraft.item.crafting.Ingredient@6e1a7790, net.minecraft.item.crafting.Ingredient@5c35b225, net.minecraft.item.crafting.Ingredient@6e1a7790, net.minecraft.item.crafting.Ingredient@5c35b225]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6133 pneumaticcraft:liquid_hopper RecipeStage{tier='two', recipe=1xtile.liquid_hopper@0:[net.minecraftforge.oredict.OreIngredient@c3b422b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@c3b422b, net.minecraftforge.oredict.OreIngredient@c3b422b, net.minecraft.item.crafting.Ingredient@59a08309, net.minecraftforge.oredict.OreIngredient@c3b422b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@c3b422b, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6134 pneumaticcraft:gun_ammo_potion RecipeStage{tier='four', recipe=1xitem.gun_ammo@0:[net.minecraft.item.crafting.Ingredient@77844b1a, net.minecraft.item.crafting.Ingredient@114b648e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6135 pneumaticcraft:pressure_chamber_valve_shapeless_x4 RecipeStage{tier='four', recipe=4xtile.pressure_chamber_valve@0:[net.minecraft.item.crafting.Ingredient@2892f230, net.minecraft.item.crafting.Ingredient@7753bfed, net.minecraft.item.crafting.Ingredient@483f9d88, net.minecraft.item.crafting.Ingredient@38da91de, net.minecraft.item.crafting.Ingredient@766e787]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6136 pneumaticcraft:advanced_pcb RecipeStage{tier='four', recipe=4xitem.advanced_pcb@0:[net.minecraft.item.crafting.Ingredient@41dfb20d, net.minecraftforge.oredict.OreIngredient@9e1cc1f, net.minecraft.item.crafting.Ingredient@41dfb20d, net.minecraftforge.oredict.OreIngredient@9e1cc1f, net.minecraft.item.crafting.Ingredient@6d709bc4, net.minecraftforge.oredict.OreIngredient@9e1cc1f, net.minecraft.item.crafting.Ingredient@41dfb20d, net.minecraftforge.oredict.OreIngredient@9e1cc1f, net.minecraft.item.crafting.Ingredient@41dfb20d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6137 pneumaticcraft:drone_from_logistic_drone RecipeStage{tier='four', recipe=1xitem.drone@0:[net.minecraft.item.crafting.Ingredient@24467942, net.minecraft.item.crafting.Ingredient@70ca6806]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6139 pneumaticcraft:network_component_v4 RecipeStage{tier='four', recipe=1xitem.network_component@0:[net.minecraftforge.oredict.OreIngredient@5e1f5ae2, net.minecraftforge.oredict.OreIngredient@5e1f5ae2, net.minecraftforge.oredict.OreIngredient@5e1f5ae2, net.minecraftforge.oredict.OreIngredient@5e1f5ae2, net.minecraftforge.oredict.OreIngredient@7cb49632, net.minecraftforge.oredict.OreIngredient@5e1f5ae2, net.minecraftforge.oredict.OreIngredient@5e1f5ae2, net.minecraftforge.oredict.OreIngredient@5e1f5ae2, net.minecraftforge.oredict.OreIngredient@5e1f5ae2]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6140 pneumaticcraft:logistic_frame_storage RecipeStage{tier='four', recipe=4xitem.logistic_frame_storage@0:[net.minecraftforge.oredict.OreIngredient@8cb3fe3, net.minecraftforge.oredict.OreIngredient@8cb3fe3, net.minecraftforge.oredict.OreIngredient@8cb3fe3, net.minecraftforge.oredict.OreIngredient@8cb3fe3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@8cb3fe3, net.minecraftforge.oredict.OreIngredient@8cb3fe3, net.minecraftforge.oredict.OreIngredient@8cb3fe3, net.minecraftforge.oredict.OreIngredient@8cb3fe3]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6141 pneumaticcraft:flow_detector_module RecipeStage{tier='four', recipe=1xitem.flow_detector_module@0:[net.minecraft.item.crafting.Ingredient@68cf9842, net.minecraft.item.crafting.Ingredient@68cf9842, net.minecraft.item.crafting.Ingredient@68cf9842, net.minecraft.item.crafting.Ingredient@68cf9842, net.minecraft.item.crafting.Ingredient@1314d0f2, net.minecraft.item.crafting.Ingredient@68cf9842, net.minecraft.item.crafting.Ingredient@68cf9842, net.minecraft.item.crafting.Ingredient@68cf9842, net.minecraft.item.crafting.Ingredient@68cf9842]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6142 pneumaticcraft:seismic_sensor RecipeStage{tier='four', recipe=1xitem.seismic_sensor@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@59cf2fb9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@58dbfa12, net.minecraft.item.crafting.Ingredient@5b1b1a6c, net.minecraftforge.oredict.OreIngredient@58dbfa12, net.minecraftforge.oredict.OreIngredient@58dbfa12, net.minecraft.item.crafting.Ingredient@20ebdd2d, net.minecraftforge.oredict.OreIngredient@58dbfa12]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6143 pneumaticcraft:crop_support RecipeStage{tier='four', recipe=16xitem.crop_support@0:[net.minecraftforge.oredict.OreIngredient@5c8fa086, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5c8fa086, net.minecraftforge.oredict.OreIngredient@5c8fa086, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5c8fa086]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6144 pneumaticcraft:harvesting_drone RecipeStage{tier='four', recipe=1xitem.harvesting_drone@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4f02c493, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4f02c493, net.minecraftforge.oredict.OreIngredient@409442c, net.minecraft.item.crafting.Ingredient@4f02c493, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4f02c493, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6145 pneumaticcraft:pressure_chamber_valve RecipeStage{tier='four', recipe=16xtile.pressure_chamber_valve@0:[net.minecraftforge.oredict.OreIngredient@46a1192f, net.minecraftforge.oredict.OreIngredient@46a1192f, net.minecraftforge.oredict.OreIngredient@46a1192f, net.minecraftforge.oredict.OreIngredient@46a1192f, net.minecraft.item.crafting.Ingredient@48b43f1d, net.minecraftforge.oredict.OreIngredient@46a1192f, net.minecraftforge.oredict.OreIngredient@46a1192f, net.minecraftforge.oredict.OreIngredient@46a1192f, net.minecraftforge.oredict.OreIngredient@46a1192f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6146 pneumaticcraft:gun_ammo_ap RecipeStage{tier='four', recipe=1xitem.gun_ammo_ap@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@43f647a5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@42d29bde, net.minecraftforge.oredict.OreIngredient@82d46f1, net.minecraftforge.oredict.OreIngredient@42d29bde, net.minecraftforge.oredict.OreIngredient@42d29bde, net.minecraftforge.oredict.OreIngredient@82d46f1, net.minecraftforge.oredict.OreIngredient@42d29bde]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6147 pneumaticcraft:gas_lift RecipeStage{tier='four', recipe=1xtile.gas_lift@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@662f580c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@662f580c, net.minecraftforge.oredict.OreIngredient@4895a82, net.minecraft.item.crafting.Ingredient@662f580c, net.minecraftforge.oredict.OreIngredient@42903798, net.minecraftforge.oredict.OreIngredient@42903798, net.minecraftforge.oredict.OreIngredient@42903798]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6148 pneumaticcraft:heat_sink RecipeStage{tier='four', recipe=1xtile.heat_sink@0:[net.minecraft.item.crafting.Ingredient@1092b436, net.minecraft.item.crafting.Ingredient@1092b436, net.minecraft.item.crafting.Ingredient@1092b436, net.minecraftforge.oredict.OreIngredient@2d9a27d9, net.minecraftforge.oredict.OreIngredient@7c519fe6, net.minecraftforge.oredict.OreIngredient@2d9a27d9]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6149 pneumaticcraft:advanced_liquid_compressor RecipeStage{tier='four', recipe=1xtile.advanced_liquid_compressor@0:[net.minecraftforge.oredict.OreIngredient@2358a37d, net.minecraftforge.oredict.OreIngredient@2358a37d, net.minecraftforge.oredict.OreIngredient@2358a37d, net.minecraftforge.oredict.OreIngredient@2358a37d, net.minecraft.item.crafting.Ingredient@4f8ce524, net.minecraft.item.crafting.Ingredient@1749414d, net.minecraftforge.oredict.OreIngredient@2358a37d, net.minecraft.item.crafting.Ingredient@4f779115, net.minecraftforge.oredict.OreIngredient@2358a37d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6151 pneumaticcraft:pneumatic_boots RecipeStage{tier='four', recipe=1xitem.pneumatic_boots@0:[net.minecraft.item.crafting.Ingredient@1ffcba39, net.minecraft.item.crafting.Ingredient@29a8d0a2, net.minecraft.item.crafting.Ingredient@1ffcba39, net.minecraft.item.crafting.Ingredient@1ffcba39, net.minecraft.item.crafting.Ingredient@65e162a9, net.minecraft.item.crafting.Ingredient@1ffcba39]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6153 pneumaticcraft:logistic_frame_requester RecipeStage{tier='four', recipe=4xitem.logistic_frame_requester@0:[net.minecraftforge.oredict.OreIngredient@dbbf784, net.minecraftforge.oredict.OreIngredient@dbbf784, net.minecraftforge.oredict.OreIngredient@dbbf784, net.minecraftforge.oredict.OreIngredient@dbbf784, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@dbbf784, net.minecraftforge.oredict.OreIngredient@dbbf784, net.minecraftforge.oredict.OreIngredient@dbbf784, net.minecraftforge.oredict.OreIngredient@dbbf784]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6154 pneumaticcraft:elevator_caller_v2 RecipeStage{tier='four', recipe=1xtile.elevator_caller@0:[net.minecraftforge.oredict.OreIngredient@543763ca, net.minecraftforge.oredict.OreIngredient@6885fc12, net.minecraftforge.oredict.OreIngredient@543763ca, net.minecraftforge.oredict.OreIngredient@6885fc12, net.minecraft.item.crafting.Ingredient@374d8471, net.minecraftforge.oredict.OreIngredient@6885fc12, net.minecraftforge.oredict.OreIngredient@543763ca, net.minecraftforge.oredict.OreIngredient@6885fc12, net.minecraftforge.oredict.OreIngredient@543763ca]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6155 pneumaticcraft:gun_ammo_incendiary RecipeStage{tier='four', recipe=1xitem.gun_ammo_incendiary@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1c556548, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@538fc144, net.minecraft.item.crafting.Ingredient@4b841e59, net.minecraftforge.oredict.OreIngredient@538fc144, net.minecraftforge.oredict.OreIngredient@538fc144, net.minecraft.item.crafting.Ingredient@4b841e59, net.minecraftforge.oredict.OreIngredient@538fc144]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6156 pneumaticcraft:programmable_controller RecipeStage{tier='four', recipe=1xtile.programmable_controller@0:[net.minecraftforge.oredict.OreIngredient@2167eedf, net.minecraft.item.crafting.Ingredient@7e4d60b6, net.minecraftforge.oredict.OreIngredient@2167eedf, net.minecraft.item.crafting.Ingredient@274197c2, net.minecraft.item.crafting.Ingredient@10ba9453, net.minecraft.item.crafting.Ingredient@520c7c1f, net.minecraftforge.oredict.OreIngredient@2167eedf, net.minecraft.item.crafting.Ingredient@343a6295, net.minecraftforge.oredict.OreIngredient@2167eedf]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6157 pneumaticcraft:regulator_tube_module RecipeStage{tier='four', recipe=1xitem.regulator_tube_module@0:[net.minecraft.item.crafting.Ingredient@22f4eba2, net.minecraft.item.crafting.Ingredient@4d97471f, net.minecraft.item.crafting.Ingredient@22f4eba2]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6159 pneumaticcraft:coordinate_tracker_upgrade RecipeStage{tier='four', recipe=1xitem.coordinate_tracker_upgrade@0:[net.minecraft.item.crafting.Ingredient@21dd972c, net.minecraft.item.crafting.Ingredient@79d84ac6, net.minecraft.item.crafting.Ingredient@21dd972c, net.minecraft.item.crafting.Ingredient@79d84ac6, net.minecraft.item.crafting.Ingredient@3e9cb172, net.minecraft.item.crafting.Ingredient@79d84ac6, net.minecraft.item.crafting.Ingredient@21dd972c, net.minecraft.item.crafting.Ingredient@79d84ac6, net.minecraft.item.crafting.Ingredient@21dd972c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6161 pneumaticcraft:drone_from_harvesting_drone RecipeStage{tier='four', recipe=1xitem.drone@0:[net.minecraft.item.crafting.Ingredient@25088049, net.minecraft.item.crafting.Ingredient@39adc7f2]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6162 pneumaticcraft:vortex_cannon RecipeStage{tier='four', recipe=1xitem.vortex_cannon@0:[net.minecraftforge.oredict.OreIngredient@1f5babbb, net.minecraftforge.oredict.OreIngredient@36eee7ed, net.minecraftforge.oredict.OreIngredient@1f5babbb, net.minecraft.item.crafting.Ingredient@6ac0b554, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1f5babbb, net.minecraft.item.crafting.Ingredient@9f268ee, net.minecraftforge.oredict.OreIngredient@1f5babbb]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6163 pneumaticcraft:vacuum_pump RecipeStage{tier='four', recipe=1xtile.vacuum_pump@0:[net.minecraft.item.crafting.Ingredient@403d596b, net.minecraft.item.crafting.Ingredient@7f0c844b, net.minecraft.item.crafting.Ingredient@403d596b, net.minecraft.item.crafting.Ingredient@3c4aa816, net.minecraft.item.crafting.Ingredient@7f0c844b, net.minecraft.item.crafting.Ingredient@3c4aa816, net.minecraft.item.crafting.Ingredient@2191c6a5, net.minecraft.item.crafting.Ingredient@2191c6a5, net.minecraft.item.crafting.Ingredient@2191c6a5]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6164 pneumaticcraft:logistic_frame_default_storage RecipeStage{tier='four', recipe=4xitem.logistic_frame_default_storage@0:[net.minecraftforge.oredict.OreIngredient@373c0a99, net.minecraftforge.oredict.OreIngredient@373c0a99, net.minecraftforge.oredict.OreIngredient@373c0a99, net.minecraftforge.oredict.OreIngredient@373c0a99, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@373c0a99, net.minecraftforge.oredict.OreIngredient@373c0a99, net.minecraftforge.oredict.OreIngredient@373c0a99, net.minecraftforge.oredict.OreIngredient@373c0a99]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6165 pneumaticcraft:assembly_program RecipeStage{tier='four', recipe=1xitem.assembly_program@2:[net.minecraft.item.crafting.Ingredient@ffca730, net.minecraft.item.crafting.Ingredient@dcc8431]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6167 pneumaticcraft:pneumatic_chestplate RecipeStage{tier='four', recipe=1xitem.pneumatic_chestplate@0:[net.minecraft.item.crafting.Ingredient@22973779, net.minecraft.item.crafting.Ingredient@1b18e404, net.minecraft.item.crafting.Ingredient@22973779, net.minecraft.item.crafting.Ingredient@22973779, net.minecraft.item.crafting.Ingredient@2898216c, net.minecraft.item.crafting.Ingredient@22973779, net.minecraft.item.crafting.Ingredient@22973779, net.minecraft.item.crafting.Ingredient@22973779, net.minecraft.item.crafting.Ingredient@22973779]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6168 pneumaticcraft:network_component_v2 RecipeStage{tier='four', recipe=1xitem.network_component@3:[net.minecraft.item.crafting.Ingredient@35acffe2, net.minecraft.item.crafting.Ingredient@35acffe2, net.minecraft.item.crafting.Ingredient@35acffe2, net.minecraft.item.crafting.Ingredient@35acffe2, net.minecraftforge.oredict.OreIngredient@6aea77e5, net.minecraft.item.crafting.Ingredient@35acffe2, net.minecraft.item.crafting.Ingredient@35acffe2, net.minecraft.item.crafting.Ingredient@35acffe2, net.minecraft.item.crafting.Ingredient@35acffe2]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6169 pneumaticcraft:charging_module RecipeStage{tier='four', recipe=1xitem.charging_module@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@19184009, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@19184009, net.minecraft.item.crafting.Ingredient@b2f4b6a, net.minecraft.item.crafting.Ingredient@19184009, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@19184009, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6170 pneumaticcraft:search_upgrade RecipeStage{tier='four', recipe=1xitem.search_upgrade@0:[net.minecraft.item.crafting.Ingredient@51e8dfb1, net.minecraft.item.crafting.Ingredient@6a5e7091, net.minecraft.item.crafting.Ingredient@51e8dfb1, net.minecraft.item.crafting.Ingredient@6a5e7091, net.minecraft.item.crafting.Ingredient@517eca56, net.minecraft.item.crafting.Ingredient@6a5e7091, net.minecraft.item.crafting.Ingredient@51e8dfb1, net.minecraft.item.crafting.Ingredient@6a5e7091, net.minecraft.item.crafting.Ingredient@51e8dfb1]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6172 pneumaticcraft:camo_applicator RecipeStage{tier='four', recipe=1xitem.camo_applicator@0:[net.minecraftforge.oredict.OreIngredient@ebda675, net.minecraftforge.oredict.OreIngredient@5990fb70, net.minecraftforge.oredict.OreIngredient@ebda675, net.minecraft.item.crafting.Ingredient@237e68ee, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@ebda675, net.minecraft.item.crafting.Ingredient@595a9471, net.minecraftforge.oredict.OreIngredient@ebda675]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6173 pneumaticcraft:network_component_v3 RecipeStage{tier='four', recipe=1xitem.network_component@4:[net.minecraftforge.oredict.OreIngredient@225b2e25, net.minecraftforge.oredict.OreIngredient@225b2e25, net.minecraftforge.oredict.OreIngredient@225b2e25, net.minecraftforge.oredict.OreIngredient@225b2e25, net.minecraftforge.oredict.OreIngredient@4ed43114, net.minecraftforge.oredict.OreIngredient@225b2e25, net.minecraftforge.oredict.OreIngredient@225b2e25, net.minecraftforge.oredict.OreIngredient@225b2e25, net.minecraftforge.oredict.OreIngredient@225b2e25]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6174 pneumaticcraft:gun_ammo_weighted RecipeStage{tier='four', recipe=1xitem.gun_ammo_weighted@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3215d5ce, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7eed633a, net.minecraftforge.oredict.OreIngredient@61499ea0, net.minecraftforge.oredict.OreIngredient@7eed633a, net.minecraftforge.oredict.OreIngredient@7eed633a, net.minecraftforge.oredict.OreIngredient@f651814, net.minecraftforge.oredict.OreIngredient@7eed633a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6175 pneumaticcraft:pneumatic_cylinder RecipeStage{tier='four', recipe=2xitem.pneumatic_cylinder@0:[net.minecraftforge.oredict.OreIngredient@cb06852, net.minecraftforge.oredict.OreIngredient@13616b81, net.minecraftforge.oredict.OreIngredient@cb06852, net.minecraftforge.oredict.OreIngredient@cb06852, net.minecraftforge.oredict.OreIngredient@13616b81, net.minecraftforge.oredict.OreIngredient@cb06852, net.minecraftforge.oredict.OreIngredient@cb06852, net.minecraft.item.crafting.Ingredient@f4d18d8, net.minecraftforge.oredict.OreIngredient@cb06852]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6176 pneumaticcraft:network_component RecipeStage{tier='four', recipe=16xitem.network_component@5:[net.minecraft.item.crafting.Ingredient@f9ab874, net.minecraft.item.crafting.Ingredient@f9ab874, net.minecraft.item.crafting.Ingredient@f9ab874, net.minecraft.item.crafting.Ingredient@f9ab874, net.minecraftforge.oredict.OreIngredient@5bdbf18d, net.minecraft.item.crafting.Ingredient@f9ab874, net.minecraft.item.crafting.Ingredient@f9ab874, net.minecraft.item.crafting.Ingredient@f9ab874, net.minecraft.item.crafting.Ingredient@f9ab874]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6180 pneumaticcraft:block_tracker_upgrade RecipeStage{tier='four', recipe=1xitem.block_tracker_upgrade@0:[net.minecraft.item.crafting.Ingredient@21fef282, net.minecraft.item.crafting.Ingredient@795adeb5, net.minecraft.item.crafting.Ingredient@21fef282, net.minecraft.item.crafting.Ingredient@795adeb5, net.minecraft.item.crafting.Ingredient@417f383b, net.minecraft.item.crafting.Ingredient@795adeb5, net.minecraft.item.crafting.Ingredient@21fef282, net.minecraft.item.crafting.Ingredient@795adeb5, net.minecraft.item.crafting.Ingredient@21fef282]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6181 pneumaticcraft:range_upgrade RecipeStage{tier='four', recipe=1xitem.range_upgrade@0:[net.minecraft.item.crafting.Ingredient@6a1076f, net.minecraft.item.crafting.Ingredient@c96981d, net.minecraft.item.crafting.Ingredient@6a1076f, net.minecraft.item.crafting.Ingredient@c96981d, net.minecraft.item.crafting.Ingredient@254a67b4, net.minecraft.item.crafting.Ingredient@c96981d, net.minecraft.item.crafting.Ingredient@6a1076f, net.minecraft.item.crafting.Ingredient@c96981d, net.minecraft.item.crafting.Ingredient@6a1076f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6182 pneumaticcraft:assembly_platform RecipeStage{tier='four', recipe=1xtile.assembly_platform@0:[net.minecraft.item.crafting.Ingredient@14813ae, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@14813ae, net.minecraftforge.oredict.OreIngredient@4c23539d, net.minecraftforge.oredict.OreIngredient@4c23539d, net.minecraftforge.oredict.OreIngredient@4c23539d, net.minecraftforge.oredict.OreIngredient@7a85abdb, net.minecraft.item.crafting.Ingredient@5bb8c41, net.minecraftforge.oredict.OreIngredient@7a85abdb]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6183 pneumaticcraft:network_component_v6 RecipeStage{tier='four', recipe=1xitem.network_component@2:[net.minecraftforge.oredict.OreIngredient@2ad440bb, net.minecraftforge.oredict.OreIngredient@2ad440bb, net.minecraftforge.oredict.OreIngredient@2ad440bb, net.minecraftforge.oredict.OreIngredient@2ad440bb, net.minecraftforge.oredict.OreIngredient@63f4edb0, net.minecraftforge.oredict.OreIngredient@2ad440bb, net.minecraftforge.oredict.OreIngredient@2ad440bb, net.minecraftforge.oredict.OreIngredient@2ad440bb, net.minecraftforge.oredict.OreIngredient@2ad440bb]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6186 pneumaticcraft:sentry_turret RecipeStage{tier='four', recipe=1xtile.sentry_turret@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3e69ce93, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6ad62273, net.minecraftforge.oredict.OreIngredient@54253634, net.minecraftforge.oredict.OreIngredient@6ad62273, net.minecraftforge.oredict.OreIngredient@54253634, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@54253634]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6188 pneumaticcraft:night_vision_upgrade RecipeStage{tier='four', recipe=1xitem.night_vision_upgrade@0:[net.minecraft.item.crafting.Ingredient@258cd109, net.minecraftforge.common.crafting.IngredientNBT@3fb80e0c, net.minecraft.item.crafting.Ingredient@258cd109, net.minecraft.item.crafting.Ingredient@442ff982, net.minecraftforge.common.crafting.IngredientNBT@3fb80e0c, net.minecraft.item.crafting.Ingredient@442ff982, net.minecraft.item.crafting.Ingredient@258cd109, net.minecraftforge.common.crafting.IngredientNBT@3fb80e0c, net.minecraft.item.crafting.Ingredient@258cd109]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6189 pneumaticcraft:charging_upgrade RecipeStage{tier='four', recipe=1xitem.charging_upgrade@0:[net.minecraft.item.crafting.Ingredient@2d7bbb09, net.minecraft.item.crafting.Ingredient@104547cf, net.minecraft.item.crafting.Ingredient@2d7bbb09, net.minecraft.item.crafting.Ingredient@104547cf, net.minecraft.item.crafting.Ingredient@56dad137, net.minecraft.item.crafting.Ingredient@104547cf, net.minecraft.item.crafting.Ingredient@2d7bbb09, net.minecraft.item.crafting.Ingredient@104547cf, net.minecraft.item.crafting.Ingredient@2d7bbb09]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6190 pneumaticcraft:pneumatic_helmet RecipeStage{tier='four', recipe=1xitem.pneumatic_helmet@0:[net.minecraft.item.crafting.Ingredient@18281e0d, net.minecraft.item.crafting.Ingredient@330c319, net.minecraft.item.crafting.Ingredient@18281e0d, net.minecraft.item.crafting.Ingredient@18281e0d, net.minecraft.item.crafting.Ingredient@1e2e6c5, net.minecraft.item.crafting.Ingredient@18281e0d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6191 pneumaticcraft:omnidirectional_hopper RecipeStage{tier='four', recipe=1xtile.omnidirectional_hopper@0:[net.minecraftforge.oredict.OreIngredient@6bf4223b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6bf4223b, net.minecraftforge.oredict.OreIngredient@6bf4223b, net.minecraftforge.oredict.OreIngredient@785b80a3, net.minecraftforge.oredict.OreIngredient@6bf4223b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6bf4223b, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6194 pneumaticcraft:thermal_compressor RecipeStage{tier='four', recipe=1xtile.thermal_compressor@0:[net.minecraftforge.oredict.OreIngredient@2712eaf, net.minecraft.item.crafting.Ingredient@59dfae79, net.minecraftforge.oredict.OreIngredient@2712eaf, net.minecraft.item.crafting.Ingredient@46a444e, net.minecraft.item.crafting.Ingredient@2e01b08d, net.minecraft.item.crafting.Ingredient@46a444e, net.minecraftforge.oredict.OreIngredient@2712eaf, net.minecraft.item.crafting.Ingredient@59dfae79, net.minecraftforge.oredict.OreIngredient@2712eaf]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6196 pneumaticcraft:logistic_frame_active_provider RecipeStage{tier='four', recipe=4xitem.logistic_frame_active_provider@0:[net.minecraftforge.oredict.OreIngredient@1ae9e70, net.minecraftforge.oredict.OreIngredient@1ae9e70, net.minecraftforge.oredict.OreIngredient@1ae9e70, net.minecraftforge.oredict.OreIngredient@1ae9e70, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1ae9e70, net.minecraftforge.oredict.OreIngredient@1ae9e70, net.minecraftforge.oredict.OreIngredient@1ae9e70, net.minecraftforge.oredict.OreIngredient@1ae9e70]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6197 pneumaticcraft:redstone_module RecipeStage{tier='four', recipe=1xitem.redstone_module@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@14332fe9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5ea6ad06, net.minecraft.item.crafting.Ingredient@c2fd0c1, net.minecraft.item.crafting.Ingredient@5ea6ad06]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6198 pneumaticcraft:item_life_upgrade RecipeStage{tier='four', recipe=1xitem.item_life_upgrade@0:[net.minecraft.item.crafting.Ingredient@6c811a41, net.minecraft.item.crafting.Ingredient@452a244e, net.minecraft.item.crafting.Ingredient@6c811a41, net.minecraft.item.crafting.Ingredient@452a244e, net.minecraft.item.crafting.Ingredient@3d17f3e5, net.minecraft.item.crafting.Ingredient@452a244e, net.minecraft.item.crafting.Ingredient@6c811a41, net.minecraft.item.crafting.Ingredient@452a244e, net.minecraft.item.crafting.Ingredient@6c811a41]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6200 pneumaticcraft:aerial_interface RecipeStage{tier='four', recipe=1xtile.aerial_interface@0:[net.minecraft.item.crafting.Ingredient@3a8eec11, net.minecraft.item.crafting.Ingredient@1bc80b82, net.minecraft.item.crafting.Ingredient@3a8eec11, net.minecraft.item.crafting.Ingredient@b23408e, net.minecraft.item.crafting.Ingredient@6c19bfd5, net.minecraft.item.crafting.Ingredient@b23408e, net.minecraft.item.crafting.Ingredient@3a8eec11, net.minecraft.item.crafting.Ingredient@49ca2118, net.minecraft.item.crafting.Ingredient@3a8eec11]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6202 pneumaticcraft:logistics_module_v1 RecipeStage{tier='four', recipe=1xitem.logistics_module@0:[net.minecraftforge.oredict.OreIngredient@63d01ef2, net.minecraftforge.oredict.OreIngredient@36a7192a, net.minecraftforge.oredict.OreIngredient@63d01ef2, net.minecraftforge.oredict.OreIngredient@36a7192a, net.minecraft.item.crafting.Ingredient@39826cc6, net.minecraftforge.oredict.OreIngredient@36a7192a, net.minecraftforge.oredict.OreIngredient@63d01ef2, net.minecraftforge.oredict.OreIngredient@36a7192a, net.minecraftforge.oredict.OreIngredient@63d01ef2]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6203 pneumaticcraft:pneumatic_door_base RecipeStage{tier='four', recipe=1xtile.pneumatic_door_base@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7fac9c53, net.minecraftforge.oredict.OreIngredient@726ad981, net.minecraftforge.oredict.OreIngredient@726ad981, net.minecraftforge.oredict.OreIngredient@726ad981, net.minecraft.item.crafting.Ingredient@20c18056, net.minecraftforge.oredict.OreIngredient@726ad981, net.minecraftforge.oredict.OreIngredient@726ad981, net.minecraftforge.oredict.OreIngredient@726ad981]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6204 pneumaticcraft:uv_light_box RecipeStage{tier='four', recipe=1xtile.uv_light_box@0:[net.minecraft.item.crafting.Ingredient@28c944d9, net.minecraft.item.crafting.Ingredient@28c944d9, net.minecraft.item.crafting.Ingredient@28c944d9, net.minecraftforge.oredict.OreIngredient@160b3144, net.minecraft.item.crafting.Ingredient@2709514d, net.minecraft.item.crafting.Ingredient@1f6940cb, net.minecraftforge.oredict.OreIngredient@160b3144, net.minecraftforge.oredict.OreIngredient@160b3144, net.minecraftforge.oredict.OreIngredient@160b3144]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6205 pneumaticcraft:pressure_gauge_module RecipeStage{tier='four', recipe=1xitem.pressure_gauge_module@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@475ed86e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3b99675a, net.minecraft.item.crafting.Ingredient@3dde6e2a, net.minecraftforge.oredict.OreIngredient@3b99675a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6206 pneumaticcraft:pneumatic_leggings RecipeStage{tier='four', recipe=1xitem.pneumatic_leggings@0:[net.minecraft.item.crafting.Ingredient@73a7901f, net.minecraft.item.crafting.Ingredient@46675250, net.minecraft.item.crafting.Ingredient@73a7901f, net.minecraft.item.crafting.Ingredient@73a7901f, net.minecraft.item.crafting.Ingredient@1687a7f4, net.minecraft.item.crafting.Ingredient@73a7901f, net.minecraftforge.oredict.OreIngredient@31f095a2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@31f095a2]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6208 pneumaticcraft:dispenser_upgrade RecipeStage{tier='four', recipe=1xitem.dispenser_upgrade@0:[net.minecraft.item.crafting.Ingredient@1d1ab4b9, net.minecraft.item.crafting.Ingredient@38ef9661, net.minecraft.item.crafting.Ingredient@1d1ab4b9, net.minecraft.item.crafting.Ingredient@38ef9661, net.minecraft.item.crafting.Ingredient@16d87ef4, net.minecraft.item.crafting.Ingredient@38ef9661, net.minecraft.item.crafting.Ingredient@1d1ab4b9, net.minecraft.item.crafting.Ingredient@38ef9661, net.minecraft.item.crafting.Ingredient@1d1ab4b9]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6209 pneumaticcraft:amadron_tablet RecipeStage{tier='four', recipe=1xitem.amadron_tablet@0:[net.minecraftforge.oredict.OreIngredient@e78967f, net.minecraftforge.oredict.OreIngredient@e78967f, net.minecraftforge.oredict.OreIngredient@e78967f, net.minecraftforge.oredict.OreIngredient@e78967f, net.minecraft.item.crafting.Ingredient@c5ef675, net.minecraftforge.oredict.OreIngredient@e78967f, net.minecraftforge.oredict.OreIngredient@e78967f, net.minecraft.item.crafting.Ingredient@3289b64d, net.minecraftforge.oredict.OreIngredient@e78967f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6210 pneumaticcraft:spawner_agitator RecipeStage{tier='four', recipe=1xitem.spawner_agitator@0:[net.minecraftforge.oredict.OreIngredient@7ee3c30d, net.minecraftforge.oredict.OreIngredient@7ee3c30d, net.minecraftforge.oredict.OreIngredient@7ee3c30d, net.minecraftforge.oredict.OreIngredient@7ee3c30d, net.minecraft.item.crafting.Ingredient@7ed5ec41, net.minecraftforge.oredict.OreIngredient@7ee3c30d, net.minecraftforge.oredict.OreIngredient@7ee3c30d, net.minecraftforge.oredict.OreIngredient@7ee3c30d, net.minecraftforge.oredict.OreIngredient@7ee3c30d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6212 pneumaticcraft:logistic_frame_passive_provider RecipeStage{tier='four', recipe=4xitem.logistic_frame_passive_provider@0:[net.minecraftforge.oredict.OreIngredient@14631f60, net.minecraftforge.oredict.OreIngredient@14631f60, net.minecraftforge.oredict.OreIngredient@14631f60, net.minecraftforge.oredict.OreIngredient@14631f60, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@14631f60, net.minecraftforge.oredict.OreIngredient@14631f60, net.minecraftforge.oredict.OreIngredient@14631f60, net.minecraftforge.oredict.OreIngredient@14631f60]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6214 pneumaticcraft:magnet_upgrade RecipeStage{tier='four', recipe=1xitem.magnet_upgrade@0:[net.minecraft.item.crafting.Ingredient@4175d14e, net.minecraftforge.oredict.OreIngredient@71929940, net.minecraft.item.crafting.Ingredient@4175d14e, net.minecraftforge.oredict.OreIngredient@71929940, net.minecraftforge.oredict.OreIngredient@622b9494, net.minecraftforge.oredict.OreIngredient@71929940, net.minecraft.item.crafting.Ingredient@4175d14e, net.minecraftforge.oredict.OreIngredient@71929940, net.minecraft.item.crafting.Ingredient@4175d14e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6215 pneumaticcraft:elevator_frame RecipeStage{tier='four', recipe=4xtile.elevator_frame@0:[net.minecraftforge.oredict.OreIngredient@46f4d10f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@46f4d10f, net.minecraftforge.oredict.OreIngredient@46f4d10f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@46f4d10f, net.minecraftforge.oredict.OreIngredient@46f4d10f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@46f4d10f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6216 pneumaticcraft:plastic_mixer RecipeStage{tier='four', recipe=1xtile.plastic_mixer@0:[net.minecraftforge.oredict.OreIngredient@1e07001d, net.minecraftforge.oredict.OreIngredient@209d75f4, net.minecraftforge.oredict.OreIngredient@1e07001d, net.minecraftforge.oredict.OreIngredient@209d75f4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@209d75f4, net.minecraftforge.oredict.OreIngredient@1e07001d, net.minecraftforge.oredict.OreIngredient@1e07001d, net.minecraftforge.oredict.OreIngredient@1e07001d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6217 pneumaticcraft:programmer RecipeStage{tier='four', recipe=1xtile.programmer@0:[net.minecraftforge.oredict.OreIngredient@4c04f951, net.minecraftforge.oredict.OreIngredient@482df825, net.minecraftforge.oredict.OreIngredient@4c04f951, net.minecraft.item.crafting.Ingredient@3a5077a5, net.minecraft.item.crafting.Ingredient@1bf827, net.minecraft.item.crafting.Ingredient@3a5077a5, net.minecraftforge.oredict.OreIngredient@4c04f951, net.minecraftforge.oredict.OreIngredient@4c04f951, net.minecraftforge.oredict.OreIngredient@4c04f951]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6218 pneumaticcraft:network_component_v5 RecipeStage{tier='four', recipe=1xitem.network_component@1:[net.minecraftforge.oredict.OreIngredient@7af748e8, net.minecraftforge.oredict.OreIngredient@7af748e8, net.minecraftforge.oredict.OreIngredient@7af748e8, net.minecraftforge.oredict.OreIngredient@7af748e8, net.minecraftforge.oredict.OreIngredient@663bce43, net.minecraftforge.oredict.OreIngredient@7af748e8, net.minecraftforge.oredict.OreIngredient@7af748e8, net.minecraftforge.oredict.OreIngredient@7af748e8, net.minecraftforge.oredict.OreIngredient@7af748e8]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6219 pneumaticcraft:gun_ammo_lingering_potion RecipeStage{tier='four', recipe=1xitem.gun_ammo@0:[net.minecraft.item.crafting.Ingredient@1e1daf0d, net.minecraft.item.crafting.Ingredient@550ed8ab]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6220 pneumaticcraft:air_compressor RecipeStage{tier='four', recipe=1xtile.air_compressor@0:[net.minecraftforge.oredict.OreIngredient@312ff781, net.minecraftforge.oredict.OreIngredient@312ff781, net.minecraftforge.oredict.OreIngredient@312ff781, net.minecraftforge.oredict.OreIngredient@312ff781, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3e9dde65, net.minecraftforge.oredict.OreIngredient@312ff781, net.minecraft.item.crafting.Ingredient@57251834, net.minecraftforge.oredict.OreIngredient@312ff781]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6221 pneumaticcraft:air_canister RecipeStage{tier='four', recipe=1xitem.air_canister@30000:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@35341425, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3ca1c921, net.minecraft.item.crafting.Ingredient@19c2316d, net.minecraftforge.oredict.OreIngredient@3ca1c921, net.minecraftforge.oredict.OreIngredient@3ca1c921, net.minecraft.item.crafting.Ingredient@19c2316d, net.minecraftforge.oredict.OreIngredient@3ca1c921]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6223 pneumaticcraft:stone_base RecipeStage{tier='four', recipe=1xitem.stone_base@0:[net.minecraftforge.oredict.OreIngredient@3d2f8c3e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3d2f8c3e, net.minecraftforge.oredict.OreIngredient@3d2f8c3e, net.minecraft.item.crafting.Ingredient@6ddb6e68, net.minecraftforge.oredict.OreIngredient@3d2f8c3e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6225 pneumaticcraft:cannon_barrel RecipeStage{tier='four', recipe=1xitem.cannon_barrel@0:[net.minecraftforge.oredict.OreIngredient@77fdc30f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@77fdc30f, net.minecraftforge.oredict.OreIngredient@77fdc30f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@77fdc30f, net.minecraft.item.crafting.Ingredient@7d3fc33a, net.minecraftforge.oredict.OreIngredient@77fdc30f, net.minecraftforge.oredict.OreIngredient@77fdc30f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6226 pneumaticcraft:heat_frame RecipeStage{tier='four', recipe=1xitem.heat_frame@0:[net.minecraftforge.oredict.OreIngredient@1e58d45b, net.minecraftforge.oredict.OreIngredient@1e58d45b, net.minecraftforge.oredict.OreIngredient@1e58d45b, net.minecraftforge.oredict.OreIngredient@1e58d45b, net.minecraft.item.crafting.Ingredient@3cce6ec0, net.minecraftforge.oredict.OreIngredient@1e58d45b, net.minecraftforge.oredict.OreIngredient@1e58d45b, net.minecraftforge.oredict.OreIngredient@1e58d45b, net.minecraftforge.oredict.OreIngredient@1e58d45b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6227 pneumaticcraft:pressure_chamber_valve_shapeless_x1 RecipeStage{tier='four', recipe=1xtile.pressure_chamber_valve@0:[net.minecraft.item.crafting.Ingredient@649e2f4f, net.minecraft.item.crafting.Ingredient@10d5bc73]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6228 pneumaticcraft:remote RecipeStage{tier='four', recipe=1xitem.remote@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7fa1135d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@32bfbd7, net.minecraft.item.crafting.Ingredient@11596a9c, net.minecraft.item.crafting.Ingredient@32bfbd7, net.minecraft.item.crafting.Ingredient@32bfbd7, net.minecraft.item.crafting.Ingredient@97f6484, net.minecraft.item.crafting.Ingredient@32bfbd7]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6229 pneumaticcraft:micromissiles RecipeStage{tier='four', recipe=1xitem.micromissiles@0:[net.minecraftforge.oredict.OreIngredient@595ce67d, net.minecraft.item.crafting.Ingredient@48445d60, net.minecraftforge.oredict.OreIngredient@595ce67d, net.minecraftforge.oredict.OreIngredient@12c29114, net.minecraft.item.crafting.Ingredient@28493a66, net.minecraftforge.oredict.OreIngredient@12c29114, net.minecraftforge.oredict.OreIngredient@595ce67d, net.minecraft.item.crafting.Ingredient@4e082f4d, net.minecraftforge.oredict.OreIngredient@595ce67d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6230 pneumaticcraft:elevator_base_v2 RecipeStage{tier='four', recipe=4xtile.elevator_base@0:[net.minecraftforge.oredict.OreIngredient@741a13f7, net.minecraft.item.crafting.Ingredient@4ec6c434, net.minecraft.item.crafting.Ingredient@4ec6c434, net.minecraftforge.oredict.OreIngredient@741a13f7]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6231 pneumaticcraft:logistics_module_v2 RecipeStage{tier='four', recipe=1xitem.logistics_module@0:[net.minecraftforge.oredict.OreIngredient@5907dcd7, net.minecraftforge.oredict.OreIngredient@63b0a4b0, net.minecraftforge.oredict.OreIngredient@5907dcd7, net.minecraftforge.oredict.OreIngredient@63b0a4b0, net.minecraft.item.crafting.Ingredient@57f880e0, net.minecraftforge.oredict.OreIngredient@63b0a4b0, net.minecraftforge.oredict.OreIngredient@5907dcd7, net.minecraftforge.oredict.OreIngredient@63b0a4b0, net.minecraftforge.oredict.OreIngredient@5907dcd7]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6232 pneumaticcraft:reinforced_air_canister me.desht.pneumaticcraft.common.recipes.factories.ShapedPressurizableRecipeFactory$ShapedPressurizableRecipe@4283ccf0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6233 pneumaticcraft:aphorism_tile_reset RecipeStage{tier='four', recipe=1xtile.aphorism_tile@0:[net.minecraft.item.crafting.Ingredient@16cbb84d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6234 pneumaticcraft:elevator_base RecipeStage{tier='four', recipe=4xtile.elevator_base@0:[net.minecraft.item.crafting.Ingredient@2ddcfb9, net.minecraftforge.oredict.OreIngredient@50edf5ce, net.minecraftforge.oredict.OreIngredient@50edf5ce, net.minecraft.item.crafting.Ingredient@2ddcfb9]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6235 pneumaticcraft:pressure_chamber_interface RecipeStage{tier='four', recipe=1xtile.pressure_chamber_interface@0:[net.minecraft.item.crafting.Ingredient@3b1a4ec4, net.minecraft.item.crafting.Ingredient@5c247b7]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6236 pneumaticcraft:pressure_tube RecipeStage{tier='four', recipe=8xtile.pressure_tube@0:[net.minecraftforge.oredict.OreIngredient@5f20524e, net.minecraftforge.oredict.OreIngredient@671c8354, net.minecraftforge.oredict.OreIngredient@5f20524e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6238 pneumaticcraft:advanced_pcb_v2 RecipeStage{tier='four', recipe=4xitem.advanced_pcb@0:[net.minecraftforge.oredict.OreIngredient@269e5414, net.minecraft.item.crafting.Ingredient@78af90cb, net.minecraftforge.oredict.OreIngredient@269e5414, net.minecraft.item.crafting.Ingredient@78af90cb, net.minecraft.item.crafting.Ingredient@5c38a9cb, net.minecraft.item.crafting.Ingredient@78af90cb, net.minecraftforge.oredict.OreIngredient@269e5414, net.minecraft.item.crafting.Ingredient@78af90cb, net.minecraftforge.oredict.OreIngredient@269e5414]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6239 pneumaticcraft:electrostatic_compressor RecipeStage{tier='four', recipe=1xtile.electrostatic_compressor@0:[net.minecraft.item.crafting.Ingredient@24b32fd2, net.minecraftforge.oredict.OreIngredient@46287d53, net.minecraft.item.crafting.Ingredient@24b32fd2, net.minecraftforge.oredict.OreIngredient@46287d53, net.minecraft.item.crafting.Ingredient@4f26ca41, net.minecraftforge.oredict.OreIngredient@46287d53, net.minecraft.item.crafting.Ingredient@24b32fd2, net.minecraft.item.crafting.Ingredient@449805a9, net.minecraft.item.crafting.Ingredient@24b32fd2]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6240 pneumaticcraft:gps_area_tool RecipeStage{tier='four', recipe=1xitem.gps_area_tool@0:[net.minecraft.item.crafting.Ingredient@61b82450, net.minecraft.item.crafting.Ingredient@602ab719]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6241 pneumaticcraft:assembly_controller RecipeStage{tier='four', recipe=1xtile.assembly_controller@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7e9267ff, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2cc03676, net.minecraft.item.crafting.Ingredient@7e9267ff, net.minecraft.item.crafting.Ingredient@7e9267ff, net.minecraftforge.oredict.OreIngredient@3a5a5f74, net.minecraftforge.oredict.OreIngredient@3a5a5f74, net.minecraftforge.oredict.OreIngredient@3a5a5f74]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6242 pneumaticcraft:gun_ammo RecipeStage{tier='four', recipe=1xitem.gun_ammo@0:[net.minecraft.item.crafting.Ingredient@75401e39, net.minecraftforge.oredict.OreIngredient@147f0ffb, net.minecraftforge.oredict.OreIngredient@19a225e5]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6243 pneumaticcraft:security_station RecipeStage{tier='four', recipe=1xtile.security_station@0:[net.minecraftforge.oredict.OreIngredient@38401e9e, net.minecraftforge.oredict.OreIngredient@32a46727, net.minecraftforge.oredict.OreIngredient@38401e9e, net.minecraft.item.crafting.Ingredient@9aa961b, net.minecraft.item.crafting.Ingredient@5fc958f3, net.minecraft.item.crafting.Ingredient@9aa961b, net.minecraftforge.oredict.OreIngredient@38401e9e, net.minecraftforge.oredict.OreIngredient@38401e9e, net.minecraftforge.oredict.OreIngredient@38401e9e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6244 pneumaticcraft:air_cannon RecipeStage{tier='four', recipe=1xtile.air_cannon@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@599c05eb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2a898792, net.minecraft.item.crafting.Ingredient@2ed9f615, net.minecraft.item.crafting.Ingredient@4d37656c, net.minecraft.item.crafting.Ingredient@4d37656c, net.minecraft.item.crafting.Ingredient@4d37656c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6245 pneumaticcraft:drone RecipeStage{tier='four', recipe=1xitem.drone@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@58c1c7d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@58c1c7d, net.minecraft.item.crafting.Ingredient@1dbac0c2, net.minecraft.item.crafting.Ingredient@58c1c7d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@58c1c7d, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6246 pneumaticcraft:charging_station RecipeStage{tier='four', recipe=1xtile.charging_station@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4ddbea91, net.minecraft.item.crafting.Ingredient@13c71204, net.minecraft.item.crafting.Ingredient@13c71204, net.minecraft.item.crafting.Ingredient@13c71204, net.minecraft.item.crafting.Ingredient@27c2890d, net.minecraft.item.crafting.Ingredient@27c2890d, net.minecraft.item.crafting.Ingredient@27c2890d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6247 pneumaticcraft:gun_ammo_explosive RecipeStage{tier='four', recipe=1xitem.gun_ammo_explosive@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@76d98efa, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1aff151, net.minecraft.item.crafting.Ingredient@3e3873e8, net.minecraftforge.oredict.OreIngredient@1aff151, net.minecraftforge.oredict.OreIngredient@1aff151, net.minecraft.item.crafting.Ingredient@3e3873e8, net.minecraftforge.oredict.OreIngredient@1aff151]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6248 pneumaticcraft:elevator_caller RecipeStage{tier='four', recipe=1xtile.elevator_caller@0:[net.minecraftforge.oredict.OreIngredient@589226ed, net.minecraftforge.oredict.OreIngredient@45627cba, net.minecraftforge.oredict.OreIngredient@589226ed, net.minecraftforge.oredict.OreIngredient@45627cba, net.minecraft.item.crafting.Ingredient@3f622ba, net.minecraftforge.oredict.OreIngredient@45627cba, net.minecraftforge.oredict.OreIngredient@589226ed, net.minecraftforge.oredict.OreIngredient@45627cba, net.minecraftforge.oredict.OreIngredient@589226ed]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6249 pneumaticcraft:gun_ammo_splash_potion RecipeStage{tier='four', recipe=1xitem.gun_ammo@0:[net.minecraft.item.crafting.Ingredient@a42f214, net.minecraft.item.crafting.Ingredient@5c30569b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6252 rustic:vase RecipeStage{tier='one', recipe=6xtile.rustic.vase@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1c67f849, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1c67f849, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1c67f849, net.minecraft.item.crafting.Ingredient@1c67f849, net.minecraft.item.crafting.Ingredient@1c67f849, net.minecraft.item.crafting.Ingredient@1c67f849]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6253 rustic:rope RecipeStage{tier='one', recipe=12xtile.rustic.rope@0:[net.minecraft.item.crafting.Ingredient@27b4605a, net.minecraft.item.crafting.Ingredient@27b4605a, net.minecraft.item.crafting.Ingredient@27b4605a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6254 rustic:retort_advanced RecipeStage{tier='two', recipe=1xtile.rustic.retort_advanced@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@14357fcb, net.minecraftforge.oredict.OreIngredient@10ef0db7, net.minecraft.item.crafting.Ingredient@4ed39b28, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@14357fcb]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6255 rustic:retort RecipeStage{tier='two', recipe=1xtile.rustic.retort@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3edc25dd, net.minecraftforge.oredict.OreIngredient@266c038d, net.minecraft.item.crafting.Ingredient@543bdd9c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3edc25dd]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6256 rustic:olive_stairs RecipeStage{tier='one', recipe=4xtile.rustic.stairs_olive@0:[net.minecraft.item.crafting.Ingredient@533ae69a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@533ae69a, net.minecraft.item.crafting.Ingredient@533ae69a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@533ae69a, net.minecraft.item.crafting.Ingredient@533ae69a, net.minecraft.item.crafting.Ingredient@533ae69a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6259 rustic:olive_fence_gate RecipeStage{tier='one', recipe=1xtile.rustic.fence_gate_olive@0:[net.minecraftforge.oredict.OreIngredient@585d6d57, net.minecraft.item.crafting.Ingredient@64368920, net.minecraftforge.oredict.OreIngredient@585d6d57, net.minecraftforge.oredict.OreIngredient@585d6d57, net.minecraft.item.crafting.Ingredient@64368920, net.minecraftforge.oredict.OreIngredient@585d6d57]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6260 rustic:olive_fence RecipeStage{tier='one', recipe=3xtile.rustic.fence_olive@0:[net.minecraft.item.crafting.Ingredient@6b528513, net.minecraftforge.oredict.OreIngredient@5c2ab854, net.minecraft.item.crafting.Ingredient@6b528513, net.minecraft.item.crafting.Ingredient@6b528513, net.minecraftforge.oredict.OreIngredient@5c2ab854, net.minecraft.item.crafting.Ingredient@6b528513]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6261 rustic:olive_door RecipeStage{tier='one', recipe=3xitem.tile.rustic.olive_door@0:[net.minecraft.item.crafting.Ingredient@98d5f26, net.minecraft.item.crafting.Ingredient@98d5f26, net.minecraft.item.crafting.Ingredient@98d5f26, net.minecraft.item.crafting.Ingredient@98d5f26, net.minecraft.item.crafting.Ingredient@98d5f26, net.minecraft.item.crafting.Ingredient@98d5f26]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6262 rustic:liquid_barrel RecipeStage{tier='two', recipe=2xtile.rustic.liquid_barrel@0:[net.minecraftforge.oredict.OreIngredient@3db96070, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3db96070, net.minecraftforge.oredict.OreIngredient@1d85eaaa, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1d85eaaa, net.minecraftforge.oredict.OreIngredient@3db96070, net.minecraftforge.oredict.OreIngredient@45996212, net.minecraftforge.oredict.OreIngredient@3db96070]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6263 rustic:iron_lantern RecipeStage{tier='two', recipe=4xtile.rustic.iron_lantern@0:[net.minecraftforge.oredict.OreIngredient@7aa88c56, net.minecraft.item.crafting.Ingredient@71bbd5c7, net.minecraftforge.oredict.OreIngredient@7aa88c56]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6264 rustic:ironwood_stairs RecipeStage{tier='one', recipe=4xtile.rustic.stairs_ironwood@0:[net.minecraft.item.crafting.Ingredient@6a29496f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6a29496f, net.minecraft.item.crafting.Ingredient@6a29496f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6a29496f, net.minecraft.item.crafting.Ingredient@6a29496f, net.minecraft.item.crafting.Ingredient@6a29496f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6267 rustic:ironwood_fence_gate RecipeStage{tier='one', recipe=1xtile.rustic.fence_gate_ironwood@0:[net.minecraftforge.oredict.OreIngredient@5a0bb75b, net.minecraft.item.crafting.Ingredient@50798e71, net.minecraftforge.oredict.OreIngredient@5a0bb75b, net.minecraftforge.oredict.OreIngredient@5a0bb75b, net.minecraft.item.crafting.Ingredient@50798e71, net.minecraftforge.oredict.OreIngredient@5a0bb75b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6268 rustic:ironwood_fence RecipeStage{tier='one', recipe=3xtile.rustic.fence_ironwood@0:[net.minecraft.item.crafting.Ingredient@75a1b233, net.minecraftforge.oredict.OreIngredient@54430bb8, net.minecraft.item.crafting.Ingredient@75a1b233, net.minecraft.item.crafting.Ingredient@75a1b233, net.minecraftforge.oredict.OreIngredient@54430bb8, net.minecraft.item.crafting.Ingredient@75a1b233]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6269 rustic:ironwood_door RecipeStage{tier='one', recipe=3xitem.tile.rustic.ironwood_door@0:[net.minecraft.item.crafting.Ingredient@70026133, net.minecraft.item.crafting.Ingredient@70026133, net.minecraft.item.crafting.Ingredient@70026133, net.minecraft.item.crafting.Ingredient@70026133, net.minecraft.item.crafting.Ingredient@70026133, net.minecraft.item.crafting.Ingredient@70026133]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6270 rustic:grape_seeds RecipeStage{tier='zero', recipe=1xtile.rustic.grape_stem@0:[net.minecraft.item.crafting.Ingredient@301a774b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6272 rustic:gargoyle RecipeStage{tier='two', recipe=2xtile.rustic.gargoyle@0:[net.minecraft.item.crafting.Ingredient@4b6efdcb, net.minecraft.item.crafting.Ingredient@52b8013e, net.minecraft.item.crafting.Ingredient@4b6efdcb, net.minecraft.item.crafting.Ingredient@4d9e5901, net.minecraft.item.crafting.Ingredient@4d9e5901, net.minecraft.item.crafting.Ingredient@4d9e5901]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6274 rustic:evaporating_basin RecipeStage{tier='one', recipe=1xtile.rustic.evaporating_basin@0:[net.minecraft.item.crafting.Ingredient@1e7050ff, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1e7050ff, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1e7050ff, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6276 rustic:crop_stake RecipeStage{tier='one', recipe=1xtile.rustic.crop_stake@0:[net.minecraftforge.oredict.OreIngredient@1decc960, net.minecraftforge.oredict.OreIngredient@1decc960, net.minecraftforge.oredict.OreIngredient@1decc960]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6277 rustic:condenser_advanced RecipeStage{tier='two', recipe=1xtile.rustic.condenser_advanced@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1705ec33, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1705ec33, net.minecraft.item.crafting.Ingredient@312a0ca6, net.minecraft.item.crafting.Ingredient@1705ec33, net.minecraft.item.crafting.Ingredient@1705ec33, net.minecraft.item.crafting.Ingredient@607805ce, net.minecraft.item.crafting.Ingredient@1705ec33]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6278 rustic:condenser RecipeStage{tier='two', recipe=1xtile.rustic.condenser@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@39fdfb1b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@39fdfb1b, net.minecraft.item.crafting.Ingredient@34f3e864, net.minecraft.item.crafting.Ingredient@39fdfb1b, net.minecraft.item.crafting.Ingredient@39fdfb1b, net.minecraft.item.crafting.Ingredient@613b2cba, net.minecraft.item.crafting.Ingredient@39fdfb1b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6280 rustic:chandelier RecipeStage{tier='two', recipe=2xtile.rustic.chandelier@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@25fd071c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@77e6b209, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@77e6b209, net.minecraftforge.oredict.OreIngredient@25fd071c, net.minecraftforge.oredict.OreIngredient@25fd071c, net.minecraftforge.oredict.OreIngredient@25fd071c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6282 rustic:chain RecipeStage{tier='two', recipe=12xtile.rustic.chain@0:[net.minecraftforge.oredict.OreIngredient@15ad3d0a, net.minecraftforge.oredict.OreIngredient@15ad3d0a, net.minecraftforge.oredict.OreIngredient@15ad3d0a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6284 rustic:candle RecipeStage{tier='two', recipe=4xtile.rustic.candle@0:[net.minecraft.item.crafting.Ingredient@5e898a7, net.minecraftforge.oredict.OreIngredient@2c9cde90, net.minecraftforge.oredict.OreIngredient@4bb4a425]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6285 rustic:brewing_barrel RecipeStage{tier='two', recipe=1xtile.rustic.brewing_barrel@0:[net.minecraftforge.oredict.OreIngredient@5474b646, net.minecraftforge.oredict.OreIngredient@62c521e4, net.minecraftforge.oredict.OreIngredient@5474b646, net.minecraftforge.oredict.OreIngredient@6dd67cc9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6dd67cc9, net.minecraftforge.oredict.OreIngredient@5474b646, net.minecraftforge.oredict.OreIngredient@62c521e4, net.minecraftforge.oredict.OreIngredient@5474b646]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6286 rustic:barrel RecipeStage{tier='two', recipe=2xtile.rustic.barrel@0:[net.minecraftforge.oredict.OreIngredient@521ec1aa, net.minecraftforge.oredict.OreIngredient@56c7fde5, net.minecraftforge.oredict.OreIngredient@521ec1aa, net.minecraftforge.oredict.OreIngredient@19d240bf, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@19d240bf, net.minecraftforge.oredict.OreIngredient@521ec1aa, net.minecraftforge.oredict.OreIngredient@56c7fde5, net.minecraftforge.oredict.OreIngredient@521ec1aa]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6287 rustic:apiary RecipeStage{tier='one', recipe=1xtile.rustic.apiary@0:[net.minecraftforge.oredict.OreIngredient@7999169f, net.minecraftforge.oredict.OreIngredient@7999169f, net.minecraftforge.oredict.OreIngredient@7999169f, net.minecraftforge.oredict.OreIngredient@3ecdeca8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3ecdeca8, net.minecraftforge.oredict.OreIngredient@7999169f, net.minecraftforge.oredict.OreIngredient@7999169f, net.minecraftforge.oredict.OreIngredient@7999169f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6288 rustic:almanac RecipeStage{tier='one', recipe=1xitem.rustic.book@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7fee022b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5e5e389, net.minecraft.item.crafting.Ingredient@44d44413, net.minecraftforge.oredict.OreIngredient@5e5e389, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5e5e389, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6289 thebetweenlands:worm_pillar_decay_4 net.minecraft.item.crafting.ShapedRecipes@13ee430a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6290 thebetweenlands:worm_pillar_decay_3 net.minecraft.item.crafting.ShapedRecipes@434bcef0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6291 thebetweenlands:worm_pillar_decay_2 net.minecraft.item.crafting.ShapedRecipes@23f140ed +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6292 thebetweenlands:worm_pillar_decay_1 net.minecraft.item.crafting.ShapedRecipes@4d385afc +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6293 thebetweenlands:worm_pillar_cap_decay_4 net.minecraft.item.crafting.ShapedRecipes@33e3da28 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6294 thebetweenlands:worm_pillar_cap_decay_3 net.minecraft.item.crafting.ShapedRecipes@6e883efd +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6295 thebetweenlands:worm_pillar_cap_decay_2 net.minecraft.item.crafting.ShapedRecipes@691e09e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6296 thebetweenlands:worm_pillar_cap_decay_1 net.minecraft.item.crafting.ShapedRecipes@4459ea1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6297 thebetweenlands:worm_pillar_cap net.minecraft.item.crafting.ShapedRecipes@1b3102d1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6298 thebetweenlands:worm_pillar RecipeStage{tier='two', recipe=2xtile.thebetweenlands.worm_dungeon_pillar@0:[net.minecraft.item.crafting.Ingredient@7ccccec6, net.minecraft.item.crafting.Ingredient@7ccccec6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6299 thebetweenlands:wood_chip_path RecipeStage{tier='two', recipe=4xtile.thebetweenlands.wood_chip_path@0:[net.minecraft.item.crafting.Ingredient@507701b0, net.minecraft.item.crafting.Ingredient@507701b0, net.minecraft.item.crafting.Ingredient@507701b0]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6300 thebetweenlands:weeping_blue_petal_salad RecipeStage{tier='two', recipe=1xitem.thebetweenlands.weeping_blue_petal_salad@0:[net.minecraft.item.crafting.Ingredient@40b16364, net.minecraft.item.crafting.Ingredient@22ef38fb, net.minecraft.item.crafting.Ingredient@699ce796, net.minecraft.item.crafting.Ingredient@5de1a661, net.minecraft.item.crafting.Ingredient@160054fa, net.minecraft.item.crafting.Ingredient@4df38e21, net.minecraft.item.crafting.Ingredient@43dd705e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6301 thebetweenlands:weedwood_workbench RecipeStage{tier='two', recipe=1xtile.thebetweenlands.weedwood_workbench@0:[net.minecraft.item.crafting.Ingredient@7ec8f4bc, net.minecraft.item.crafting.Ingredient@7ec8f4bc, net.minecraft.item.crafting.Ingredient@7ec8f4bc, net.minecraft.item.crafting.Ingredient@7ec8f4bc]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6302 thebetweenlands:weedwood_trapdoor RecipeStage{tier='two', recipe=2xtile.thebetweenlands.weedwood_trapdoor@0:[net.minecraft.item.crafting.Ingredient@65b78cb5, net.minecraft.item.crafting.Ingredient@65b78cb5, net.minecraft.item.crafting.Ingredient@65b78cb5, net.minecraft.item.crafting.Ingredient@65b78cb5, net.minecraft.item.crafting.Ingredient@65b78cb5, net.minecraft.item.crafting.Ingredient@65b78cb5]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6303 thebetweenlands:weedwood_sword RecipeStage{tier='two', recipe=1xitem.thebetweenlands.weedwood_sword@0:[net.minecraft.item.crafting.Ingredient@31e30b11, net.minecraft.item.crafting.Ingredient@31e30b11, net.minecraft.item.crafting.Ingredient@544d04a8]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6305 thebetweenlands:weedwood_sign_item RecipeStage{tier='two', recipe=3xitem.thebetweenlands.weedwood_sign_item@0:[net.minecraft.item.crafting.Ingredient@18b8e0d6, net.minecraft.item.crafting.Ingredient@18b8e0d6, net.minecraft.item.crafting.Ingredient@18b8e0d6, net.minecraft.item.crafting.Ingredient@18b8e0d6, net.minecraft.item.crafting.Ingredient@18b8e0d6, net.minecraft.item.crafting.Ingredient@18b8e0d6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@ce48b0b, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6306 thebetweenlands:weedwood_shovel RecipeStage{tier='two', recipe=1xitem.thebetweenlands.weedwood_shovel@0:[net.minecraft.item.crafting.Ingredient@3fd552ba, net.minecraft.item.crafting.Ingredient@275b83e8, net.minecraft.item.crafting.Ingredient@275b83e8]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6307 thebetweenlands:weedwood_shield RecipeStage{tier='two', recipe=1xitem.thebetweenlands.weedwood_shield@0:[net.minecraft.item.crafting.Ingredient@1e84dfb, net.minecraft.item.crafting.Ingredient@783a188, net.minecraft.item.crafting.Ingredient@1e84dfb, net.minecraft.item.crafting.Ingredient@1e84dfb, net.minecraft.item.crafting.Ingredient@1e84dfb, net.minecraft.item.crafting.Ingredient@1e84dfb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1e84dfb, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6308 thebetweenlands:weedwood_rowboat RecipeStage{tier='two', recipe=1xitem.thebetweenlands.weedwood_rowboat@0:[net.minecraft.item.crafting.Ingredient@62a328d3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@62a328d3, net.minecraft.item.crafting.Ingredient@62a328d3, net.minecraft.item.crafting.Ingredient@62a328d3, net.minecraft.item.crafting.Ingredient@62a328d3]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6310 thebetweenlands:weedwood_plank_stairs RecipeStage{tier='two', recipe=4xtile.thebetweenlands.weedwood_plank_stairs@0:[net.minecraft.item.crafting.Ingredient@18e70704, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@18e70704, net.minecraft.item.crafting.Ingredient@18e70704, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@18e70704, net.minecraft.item.crafting.Ingredient@18e70704, net.minecraft.item.crafting.Ingredient@18e70704]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6311 thebetweenlands:weedwood_plank_slab RecipeStage{tier='two', recipe=6xtile.thebetweenlands.weedwood_plank_slab@0:[net.minecraft.item.crafting.Ingredient@2e41d11d, net.minecraft.item.crafting.Ingredient@2e41d11d, net.minecraft.item.crafting.Ingredient@2e41d11d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6312 thebetweenlands:weedwood_plank_pressure_plate RecipeStage{tier='two', recipe=1xtile.thebetweenlands.weedwood_plank_pressure_plate@0:[net.minecraft.item.crafting.Ingredient@6689fa87, net.minecraft.item.crafting.Ingredient@6689fa87]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6313 thebetweenlands:weedwood_plank_fence_gate RecipeStage{tier='two', recipe=1xtile.thebetweenlands.weedwood_plank_fence_gate@0:[net.minecraft.item.crafting.Ingredient@ffdddad, net.minecraft.item.crafting.Ingredient@6eb9a313, net.minecraft.item.crafting.Ingredient@ffdddad, net.minecraft.item.crafting.Ingredient@ffdddad, net.minecraft.item.crafting.Ingredient@6eb9a313, net.minecraft.item.crafting.Ingredient@ffdddad]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6314 thebetweenlands:weedwood_plank_fence RecipeStage{tier='two', recipe=3xtile.thebetweenlands.weedwood_plank_fence@0:[net.minecraft.item.crafting.Ingredient@5abc2ddd, net.minecraft.item.crafting.Ingredient@42b9085e, net.minecraft.item.crafting.Ingredient@5abc2ddd, net.minecraft.item.crafting.Ingredient@5abc2ddd, net.minecraft.item.crafting.Ingredient@42b9085e, net.minecraft.item.crafting.Ingredient@5abc2ddd]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6315 thebetweenlands:weedwood_plank_button RecipeStage{tier='two', recipe=1xtile.thebetweenlands.weedwood_plank_button@0:[net.minecraft.item.crafting.Ingredient@71156a9]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6316 thebetweenlands:weedwood_pickaxe RecipeStage{tier='two', recipe=1xitem.thebetweenlands.weedwood_pickaxe@0:[net.minecraft.item.crafting.Ingredient@6b911f18, net.minecraft.item.crafting.Ingredient@6b911f18, net.minecraft.item.crafting.Ingredient@6b911f18, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@d9e427c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@d9e427c, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6317 thebetweenlands:weedwood_log_full RecipeStage{tier='two', recipe=4xtile.thebetweenlands.log_weedwood@12:[net.minecraft.item.crafting.Ingredient@54f4b8f1, net.minecraft.item.crafting.Ingredient@54f4b8f1, net.minecraft.item.crafting.Ingredient@54f4b8f1, net.minecraft.item.crafting.Ingredient@54f4b8f1]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6318 thebetweenlands:weedwood_log_fence_gate RecipeStage{tier='two', recipe=1xtile.thebetweenlands.weedwood_log_fence_gate@0:[net.minecraft.item.crafting.Ingredient@1df5ff99, net.minecraft.item.crafting.Ingredient@2f46f030, net.minecraft.item.crafting.Ingredient@1df5ff99, net.minecraft.item.crafting.Ingredient@1df5ff99, net.minecraft.item.crafting.Ingredient@2f46f030, net.minecraft.item.crafting.Ingredient@1df5ff99]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6319 thebetweenlands:weedwood_log_fence RecipeStage{tier='two', recipe=3xtile.thebetweenlands.weedwood_log_fence@0:[net.minecraft.item.crafting.Ingredient@9cb215c, net.minecraft.item.crafting.Ingredient@28c807e8, net.minecraft.item.crafting.Ingredient@9cb215c, net.minecraft.item.crafting.Ingredient@9cb215c, net.minecraft.item.crafting.Ingredient@28c807e8, net.minecraft.item.crafting.Ingredient@9cb215c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6320 thebetweenlands:weedwood_log RecipeStage{tier='two', recipe=4xtile.thebetweenlands.log_weedwood@0:[net.minecraft.item.crafting.Ingredient@2779084a, net.minecraft.item.crafting.Ingredient@2779084a, net.minecraft.item.crafting.Ingredient@2779084a, net.minecraft.item.crafting.Ingredient@2779084a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6321 thebetweenlands:weedwood_lever RecipeStage{tier='two', recipe=1xtile.thebetweenlands.weedwood_lever@0:[net.minecraft.item.crafting.Ingredient@5672c04, net.minecraft.item.crafting.Ingredient@18e1c39a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6322 thebetweenlands:weedwood_ladder RecipeStage{tier='two', recipe=3xtile.thebetweenlands.weedwood_ladder@0:[net.minecraft.item.crafting.Ingredient@53b81483, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@53b81483, net.minecraft.item.crafting.Ingredient@527df9af, net.minecraft.item.crafting.Ingredient@527df9af, net.minecraft.item.crafting.Ingredient@527df9af, net.minecraft.item.crafting.Ingredient@53b81483, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@53b81483]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6323 thebetweenlands:weedwood_jukebox RecipeStage{tier='two', recipe=1xtile.thebetweenlands.weedwood_jukebox@0:[net.minecraft.item.crafting.Ingredient@3414c617, net.minecraft.item.crafting.Ingredient@3414c617, net.minecraft.item.crafting.Ingredient@3414c617, net.minecraft.item.crafting.Ingredient@3414c617, net.minecraft.item.crafting.Ingredient@61277cce, net.minecraft.item.crafting.Ingredient@3414c617, net.minecraft.item.crafting.Ingredient@3414c617, net.minecraft.item.crafting.Ingredient@3414c617, net.minecraft.item.crafting.Ingredient@3414c617]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6324 thebetweenlands:weedwood_door_item RecipeStage{tier='two', recipe=3xitem.thebetweenlands.weedwood_door_item@0:[net.minecraft.item.crafting.Ingredient@7dc0a0aa, net.minecraft.item.crafting.Ingredient@7dc0a0aa, net.minecraft.item.crafting.Ingredient@7dc0a0aa, net.minecraft.item.crafting.Ingredient@7dc0a0aa, net.minecraft.item.crafting.Ingredient@7dc0a0aa, net.minecraft.item.crafting.Ingredient@7dc0a0aa]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6325 thebetweenlands:weedwood_chest RecipeStage{tier='two', recipe=1xtile.thebetweenlands.weedwood_chest@0:[net.minecraft.item.crafting.Ingredient@ccd4cce, net.minecraft.item.crafting.Ingredient@ccd4cce, net.minecraft.item.crafting.Ingredient@ccd4cce, net.minecraft.item.crafting.Ingredient@ccd4cce, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@ccd4cce, net.minecraft.item.crafting.Ingredient@ccd4cce, net.minecraft.item.crafting.Ingredient@ccd4cce, net.minecraft.item.crafting.Ingredient@ccd4cce]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6326 thebetweenlands:weedwood_bucket net.minecraft.item.crafting.ShapedRecipes@2925541f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6327 thebetweenlands:weedwood_bowl RecipeStage{tier='two', recipe=4xitem.thebetweenlands.items_misc@22:[net.minecraft.item.crafting.Ingredient@38a087b7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@38a087b7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@38a087b7, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6328 thebetweenlands:weedwood_bow RecipeStage{tier='two', recipe=1xitem.thebetweenlands.weedwood_bow@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3c89cfc9, net.minecraft.item.crafting.Ingredient@32e90ead, net.minecraft.item.crafting.Ingredient@3c89cfc9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@32e90ead, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3c89cfc9, net.minecraft.item.crafting.Ingredient@32e90ead]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6329 thebetweenlands:weedwood_barrel RecipeStage{tier='two', recipe=1xtile.thebetweenlands.weedwood_barrel@0:[net.minecraft.item.crafting.Ingredient@6b51b170, net.minecraft.item.crafting.Ingredient@7813be25, net.minecraft.item.crafting.Ingredient@6b51b170, net.minecraft.item.crafting.Ingredient@1e2f5a66, net.minecraft.item.crafting.Ingredient@47e800be, net.minecraft.item.crafting.Ingredient@1e2f5a66, net.minecraft.item.crafting.Ingredient@358d6dda, net.minecraft.item.crafting.Ingredient@358d6dda, net.minecraft.item.crafting.Ingredient@358d6dda]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6330 thebetweenlands:weedwood_axe RecipeStage{tier='two', recipe=1xitem.thebetweenlands.weedwood_axe@0:[net.minecraft.item.crafting.Ingredient@4667ec87, net.minecraft.item.crafting.Ingredient@4667ec87, net.minecraft.item.crafting.Ingredient@4667ec87, net.minecraft.item.crafting.Ingredient@161befb8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@161befb8]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6331 thebetweenlands:walkway RecipeStage{tier='two', recipe=2xtile.thebetweenlands.walkway@0:[net.minecraft.item.crafting.Ingredient@6f8b3a1a, net.minecraft.item.crafting.Ingredient@6f8b3a1a, net.minecraft.item.crafting.Ingredient@6f8b3a1a, net.minecraft.item.crafting.Ingredient@7875876e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7875876e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6332 thebetweenlands:volarkite RecipeStage{tier='zero', recipe=1xitem.thebetweenlands.volarkite@0:[net.minecraft.item.crafting.Ingredient@1b1a648e, net.minecraft.item.crafting.Ingredient@1b1a648e, net.minecraft.item.crafting.Ingredient@1b1a648e, net.minecraft.item.crafting.Ingredient@3c6a3cdd, net.minecraft.item.crafting.Ingredient@40370595, net.minecraft.item.crafting.Ingredient@3c6a3cdd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@40370595, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6333 thebetweenlands:valonite_sword RecipeStage{tier='two', recipe=1xitem.thebetweenlands.valonite_sword@0:[net.minecraft.item.crafting.Ingredient@4f165e1b, net.minecraft.item.crafting.Ingredient@4f165e1b, net.minecraft.item.crafting.Ingredient@49d89a2c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6334 thebetweenlands:valonite_splinter RecipeStage{tier='two', recipe=9xitem.thebetweenlands.items_misc@43:[net.minecraft.item.crafting.Ingredient@5e5be9e4]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6335 thebetweenlands:valonite_shovel RecipeStage{tier='two', recipe=1xitem.thebetweenlands.valonite_shovel@0:[net.minecraft.item.crafting.Ingredient@307fbd81, net.minecraft.item.crafting.Ingredient@4ba43808, net.minecraft.item.crafting.Ingredient@4ba43808]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6336 thebetweenlands:valonite_shield RecipeStage{tier='two', recipe=1xitem.thebetweenlands.valonite_shield@0:[net.minecraft.item.crafting.Ingredient@732fd69f, net.minecraft.item.crafting.Ingredient@5b5a7ed6, net.minecraft.item.crafting.Ingredient@732fd69f, net.minecraft.item.crafting.Ingredient@732fd69f, net.minecraft.item.crafting.Ingredient@732fd69f, net.minecraft.item.crafting.Ingredient@732fd69f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@732fd69f, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6337 thebetweenlands:valonite_shard_from_splinters RecipeStage{tier='two', recipe=1xitem.thebetweenlands.items_misc@19:[net.minecraft.item.crafting.Ingredient@62efe2ed, net.minecraft.item.crafting.Ingredient@62efe2ed, net.minecraft.item.crafting.Ingredient@62efe2ed, net.minecraft.item.crafting.Ingredient@62efe2ed, net.minecraft.item.crafting.Ingredient@62efe2ed, net.minecraft.item.crafting.Ingredient@62efe2ed, net.minecraft.item.crafting.Ingredient@62efe2ed, net.minecraft.item.crafting.Ingredient@62efe2ed, net.minecraft.item.crafting.Ingredient@62efe2ed]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6338 thebetweenlands:valonite_shard RecipeStage{tier='two', recipe=9xitem.thebetweenlands.items_misc@19:[net.minecraft.item.crafting.Ingredient@1934289c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6339 thebetweenlands:valonite_pickaxe RecipeStage{tier='two', recipe=1xitem.thebetweenlands.valonite_pickaxe@0:[net.minecraft.item.crafting.Ingredient@2e235fd, net.minecraft.item.crafting.Ingredient@2e235fd, net.minecraft.item.crafting.Ingredient@2e235fd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3f18462d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3f18462d, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6340 thebetweenlands:valonite_leggings RecipeStage{tier='two', recipe=1xitem.thebetweenlands.valonite_leggings@0:[net.minecraft.item.crafting.Ingredient@39c780f4, net.minecraft.item.crafting.Ingredient@39c780f4, net.minecraft.item.crafting.Ingredient@39c780f4, net.minecraft.item.crafting.Ingredient@39c780f4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@39c780f4, net.minecraft.item.crafting.Ingredient@39c780f4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@39c780f4]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6341 thebetweenlands:valonite_helmet RecipeStage{tier='two', recipe=1xitem.thebetweenlands.valonite_helmet@0:[net.minecraft.item.crafting.Ingredient@16d2c786, net.minecraft.item.crafting.Ingredient@16d2c786, net.minecraft.item.crafting.Ingredient@16d2c786, net.minecraft.item.crafting.Ingredient@16d2c786, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@16d2c786]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6342 thebetweenlands:valonite_greataxe RecipeStage{tier='two', recipe=1xitem.thebetweenlands.valonite_greataxe@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5069c369, net.minecraft.item.crafting.Ingredient@6d39016, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7bea782c, net.minecraft.item.crafting.Ingredient@5069c369, net.minecraft.item.crafting.Ingredient@7bea782c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6343 thebetweenlands:valonite_chestplate RecipeStage{tier='two', recipe=1xitem.thebetweenlands.valonite_chestplate@0:[net.minecraft.item.crafting.Ingredient@24e211fe, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@24e211fe, net.minecraft.item.crafting.Ingredient@24e211fe, net.minecraft.item.crafting.Ingredient@24e211fe, net.minecraft.item.crafting.Ingredient@24e211fe, net.minecraft.item.crafting.Ingredient@24e211fe, net.minecraft.item.crafting.Ingredient@24e211fe, net.minecraft.item.crafting.Ingredient@24e211fe]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6344 thebetweenlands:valonite_boots RecipeStage{tier='two', recipe=1xitem.thebetweenlands.valonite_boots@0:[net.minecraft.item.crafting.Ingredient@6c21a2d5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6c21a2d5, net.minecraft.item.crafting.Ingredient@6c21a2d5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6c21a2d5]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6345 thebetweenlands:valonite_block RecipeStage{tier='two', recipe=1xtile.thebetweenlands.valonite_block@0:[net.minecraft.item.crafting.Ingredient@4cd22884, net.minecraft.item.crafting.Ingredient@4cd22884, net.minecraft.item.crafting.Ingredient@4cd22884, net.minecraft.item.crafting.Ingredient@4cd22884, net.minecraft.item.crafting.Ingredient@4cd22884, net.minecraft.item.crafting.Ingredient@4cd22884, net.minecraft.item.crafting.Ingredient@4cd22884, net.minecraft.item.crafting.Ingredient@4cd22884, net.minecraft.item.crafting.Ingredient@4cd22884]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6346 thebetweenlands:valonite_axe RecipeStage{tier='two', recipe=1xitem.thebetweenlands.valonite_axe@0:[net.minecraft.item.crafting.Ingredient@5fe63ae1, net.minecraft.item.crafting.Ingredient@5fe63ae1, net.minecraft.item.crafting.Ingredient@5fe63ae1, net.minecraft.item.crafting.Ingredient@445d7019, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@445d7019]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6347 thebetweenlands:thatch_slab RecipeStage{tier='two', recipe=6xtile.thebetweenlands.thatch_slab@0:[net.minecraft.item.crafting.Ingredient@7ad7b30d, net.minecraft.item.crafting.Ingredient@7ad7b30d, net.minecraft.item.crafting.Ingredient@7ad7b30d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6348 thebetweenlands:thatch_roof RecipeStage{tier='two', recipe=4xtile.thebetweenlands.thatch_roof@0:[net.minecraft.item.crafting.Ingredient@36e00947, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@36e00947, net.minecraft.item.crafting.Ingredient@36e00947, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@36e00947, net.minecraft.item.crafting.Ingredient@36e00947, net.minecraft.item.crafting.Ingredient@36e00947]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6349 thebetweenlands:thatch RecipeStage{tier='two', recipe=4xtile.thebetweenlands.thatch@0:[net.minecraft.item.crafting.Ingredient@4a483ab9, net.minecraft.item.crafting.Ingredient@4a483ab9, net.minecraft.item.crafting.Ingredient@4a483ab9, net.minecraft.item.crafting.Ingredient@4a483ab9]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6350 thebetweenlands:temple_brick_wall RecipeStage{tier='two', recipe=6xtile.thebetweenlands.temple_brick_wall@0:[net.minecraft.item.crafting.Ingredient@ae600f1, net.minecraft.item.crafting.Ingredient@ae600f1, net.minecraft.item.crafting.Ingredient@ae600f1, net.minecraft.item.crafting.Ingredient@ae600f1, net.minecraft.item.crafting.Ingredient@ae600f1, net.minecraft.item.crafting.Ingredient@ae600f1]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6351 thebetweenlands:temple_brick_stairs RecipeStage{tier='two', recipe=4xtile.thebetweenlands.temple_brick_stairs@0:[net.minecraft.item.crafting.Ingredient@51734b27, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@51734b27, net.minecraft.item.crafting.Ingredient@51734b27, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@51734b27, net.minecraft.item.crafting.Ingredient@51734b27, net.minecraft.item.crafting.Ingredient@51734b27]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6352 thebetweenlands:temple_brick_slab RecipeStage{tier='two', recipe=6xtile.thebetweenlands.temple_brick_slab@0:[net.minecraft.item.crafting.Ingredient@4c9c449f, net.minecraft.item.crafting.Ingredient@4c9c449f, net.minecraft.item.crafting.Ingredient@4c9c449f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6353 thebetweenlands:tarminion RecipeStage{tier='two', recipe=1xitem.thebetweenlands.tarminion@0:[net.minecraft.item.crafting.Ingredient@44718823, net.minecraft.item.crafting.Ingredient@44718823, net.minecraft.item.crafting.Ingredient@44718823, net.minecraft.item.crafting.Ingredient@44718823, net.minecraft.item.crafting.Ingredient@5cb20e96, net.minecraft.item.crafting.Ingredient@44718823, net.minecraft.item.crafting.Ingredient@44718823, net.minecraft.item.crafting.Ingredient@44718823, net.minecraft.item.crafting.Ingredient@44718823]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6354 thebetweenlands:tar_solid_wall RecipeStage{tier='two', recipe=6xtile.thebetweenlands.tar_solid_wall@0:[net.minecraft.item.crafting.Ingredient@6ac018c6, net.minecraft.item.crafting.Ingredient@6ac018c6, net.minecraft.item.crafting.Ingredient@6ac018c6, net.minecraft.item.crafting.Ingredient@6ac018c6, net.minecraft.item.crafting.Ingredient@6ac018c6, net.minecraft.item.crafting.Ingredient@6ac018c6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6355 thebetweenlands:tar_solid_stairs RecipeStage{tier='two', recipe=4xtile.thebetweenlands.tar_solid_stairs@0:[net.minecraft.item.crafting.Ingredient@7b5a1cfa, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7b5a1cfa, net.minecraft.item.crafting.Ingredient@7b5a1cfa, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7b5a1cfa, net.minecraft.item.crafting.Ingredient@7b5a1cfa, net.minecraft.item.crafting.Ingredient@7b5a1cfa]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6356 thebetweenlands:tar_solid_slab RecipeStage{tier='two', recipe=6xtile.thebetweenlands.tar_solid_slab@0:[net.minecraft.item.crafting.Ingredient@93237a7, net.minecraft.item.crafting.Ingredient@93237a7, net.minecraft.item.crafting.Ingredient@93237a7]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6357 thebetweenlands:tar_beast_heart RecipeStage{tier='two', recipe=1xitem.thebetweenlands.items_misc@24:[net.minecraft.item.crafting.Ingredient@251a1699, net.minecraft.item.crafting.Ingredient@251a1699, net.minecraft.item.crafting.Ingredient@251a1699, net.minecraft.item.crafting.Ingredient@251a1699, net.minecraft.item.crafting.Ingredient@40a0c95d, net.minecraft.item.crafting.Ingredient@251a1699, net.minecraft.item.crafting.Ingredient@251a1699, net.minecraft.item.crafting.Ingredient@251a1699, net.minecraft.item.crafting.Ingredient@251a1699]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6358 thebetweenlands:syrmorite_trapdoor RecipeStage{tier='two', recipe=2xtile.thebetweenlands.syrmorite_trapdoor@0:[net.minecraft.item.crafting.Ingredient@658ba12b, net.minecraft.item.crafting.Ingredient@658ba12b, net.minecraft.item.crafting.Ingredient@658ba12b, net.minecraft.item.crafting.Ingredient@658ba12b, net.minecraft.item.crafting.Ingredient@658ba12b, net.minecraft.item.crafting.Ingredient@658ba12b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6359 thebetweenlands:syrmorite_shield RecipeStage{tier='two', recipe=1xitem.thebetweenlands.syrmorite_shield@0:[net.minecraft.item.crafting.Ingredient@14fd068c, net.minecraft.item.crafting.Ingredient@14fd068c, net.minecraft.item.crafting.Ingredient@14fd068c, net.minecraft.item.crafting.Ingredient@14fd068c, net.minecraft.item.crafting.Ingredient@14fd068c, net.minecraft.item.crafting.Ingredient@14fd068c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@14fd068c, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6360 thebetweenlands:syrmorite_shears RecipeStage{tier='two', recipe=1xitem.thebetweenlands.syrmorite_shears@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@31d67f6d, net.minecraft.item.crafting.Ingredient@31d67f6d, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6361 thebetweenlands:syrmorite_pressure_plate RecipeStage{tier='two', recipe=1xtile.thebetweenlands.syrmorite_pressure_plate@0:[net.minecraft.item.crafting.Ingredient@27dec803, net.minecraft.item.crafting.Ingredient@27dec803]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6362 thebetweenlands:syrmorite_nugget RecipeStage{tier='two', recipe=9xitem.thebetweenlands.items_misc@41:[net.minecraft.item.crafting.Ingredient@49dc466b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6363 thebetweenlands:syrmorite_leggings RecipeStage{tier='two', recipe=1xitem.thebetweenlands.syrmorite_leggings@0:[net.minecraft.item.crafting.Ingredient@5ffc3c42, net.minecraft.item.crafting.Ingredient@5ffc3c42, net.minecraft.item.crafting.Ingredient@5ffc3c42, net.minecraft.item.crafting.Ingredient@5ffc3c42, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5ffc3c42, net.minecraft.item.crafting.Ingredient@5ffc3c42, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5ffc3c42]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6364 thebetweenlands:syrmorite_ingot_from_nuggets RecipeStage{tier='two', recipe=1xitem.thebetweenlands.items_misc@11:[net.minecraft.item.crafting.Ingredient@6c31b7ea, net.minecraft.item.crafting.Ingredient@6c31b7ea, net.minecraft.item.crafting.Ingredient@6c31b7ea, net.minecraft.item.crafting.Ingredient@6c31b7ea, net.minecraft.item.crafting.Ingredient@6c31b7ea, net.minecraft.item.crafting.Ingredient@6c31b7ea, net.minecraft.item.crafting.Ingredient@6c31b7ea, net.minecraft.item.crafting.Ingredient@6c31b7ea, net.minecraft.item.crafting.Ingredient@6c31b7ea]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6365 thebetweenlands:syrmorite_ingot RecipeStage{tier='two', recipe=9xitem.thebetweenlands.items_misc@11:[net.minecraft.item.crafting.Ingredient@5ee5e4a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6366 thebetweenlands:syrmorite_hopper RecipeStage{tier='two', recipe=1xtile.thebetweenlands.syrmorite_hopper@0:[net.minecraft.item.crafting.Ingredient@b8149f5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@b8149f5, net.minecraft.item.crafting.Ingredient@b8149f5, net.minecraft.item.crafting.Ingredient@14ac82ec, net.minecraft.item.crafting.Ingredient@b8149f5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@b8149f5, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6367 thebetweenlands:syrmorite_helmet RecipeStage{tier='two', recipe=1xitem.thebetweenlands.syrmorite_helmet@0:[net.minecraft.item.crafting.Ingredient@1a121d3d, net.minecraft.item.crafting.Ingredient@1a121d3d, net.minecraft.item.crafting.Ingredient@1a121d3d, net.minecraft.item.crafting.Ingredient@1a121d3d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1a121d3d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6368 thebetweenlands:syrmorite_door_item RecipeStage{tier='two', recipe=3xitem.thebetweenlands.syrmorite_door_item@0:[net.minecraft.item.crafting.Ingredient@318c0c5a, net.minecraft.item.crafting.Ingredient@318c0c5a, net.minecraft.item.crafting.Ingredient@318c0c5a, net.minecraft.item.crafting.Ingredient@318c0c5a, net.minecraft.item.crafting.Ingredient@318c0c5a, net.minecraft.item.crafting.Ingredient@318c0c5a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6369 thebetweenlands:syrmorite_chestplate RecipeStage{tier='two', recipe=1xitem.thebetweenlands.syrmorite_chestplate@0:[net.minecraft.item.crafting.Ingredient@5da55e55, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5da55e55, net.minecraft.item.crafting.Ingredient@5da55e55, net.minecraft.item.crafting.Ingredient@5da55e55, net.minecraft.item.crafting.Ingredient@5da55e55, net.minecraft.item.crafting.Ingredient@5da55e55, net.minecraft.item.crafting.Ingredient@5da55e55, net.minecraft.item.crafting.Ingredient@5da55e55]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6370 thebetweenlands:syrmorite_bucket net.minecraft.item.crafting.ShapedRecipes@33f2513c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6371 thebetweenlands:syrmorite_boots RecipeStage{tier='two', recipe=1xitem.thebetweenlands.syrmorite_boots@0:[net.minecraft.item.crafting.Ingredient@27c817fd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@27c817fd, net.minecraft.item.crafting.Ingredient@27c817fd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@27c817fd]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6372 thebetweenlands:syrmorite_block RecipeStage{tier='two', recipe=1xtile.thebetweenlands.syrmorite_block@0:[net.minecraft.item.crafting.Ingredient@590505bb, net.minecraft.item.crafting.Ingredient@590505bb, net.minecraft.item.crafting.Ingredient@590505bb, net.minecraft.item.crafting.Ingredient@590505bb, net.minecraft.item.crafting.Ingredient@590505bb, net.minecraft.item.crafting.Ingredient@590505bb, net.minecraft.item.crafting.Ingredient@590505bb, net.minecraft.item.crafting.Ingredient@590505bb, net.minecraft.item.crafting.Ingredient@590505bb]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6373 thebetweenlands:syrmorite_barrel RecipeStage{tier='two', recipe=1xtile.thebetweenlands.syrmorite_barrel@0:[net.minecraft.item.crafting.Ingredient@48515c7b, net.minecraft.item.crafting.Ingredient@48515c7b, net.minecraft.item.crafting.Ingredient@48515c7b, net.minecraft.item.crafting.Ingredient@48515c7b, net.minecraft.item.crafting.Ingredient@5f015b2b, net.minecraft.item.crafting.Ingredient@48515c7b, net.minecraft.item.crafting.Ingredient@48515c7b, net.minecraft.item.crafting.Ingredient@48515c7b, net.minecraft.item.crafting.Ingredient@48515c7b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6374 thebetweenlands:swamp_talisman RecipeStage{tier='two', recipe=1xitem.thebetweenlands.swamp_talisman@0:[net.minecraft.item.crafting.Ingredient@102e65b1, net.minecraft.item.crafting.Ingredient@6711fb8c, net.minecraft.item.crafting.Ingredient@3ca59047]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6375 thebetweenlands:swamp_reed_rope RecipeStage{tier='two', recipe=4xitem.thebetweenlands.items_misc@7:[net.minecraft.item.crafting.Ingredient@5f8017d5, net.minecraft.item.crafting.Ingredient@5f8017d5, net.minecraft.item.crafting.Ingredient@5f8017d5]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6376 thebetweenlands:sushi RecipeStage{tier='two', recipe=3xitem.thebetweenlands.sushi@0:[net.minecraft.item.crafting.Ingredient@17197afe, net.minecraft.item.crafting.Ingredient@17197afe, net.minecraft.item.crafting.Ingredient@17197afe, net.minecraft.item.crafting.Ingredient@58bba18a, net.minecraft.item.crafting.Ingredient@58bba18a, net.minecraft.item.crafting.Ingredient@58bba18a, net.minecraft.item.crafting.Ingredient@76cd4f70, net.minecraft.item.crafting.Ingredient@76cd4f70, net.minecraft.item.crafting.Ingredient@76cd4f70]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6377 thebetweenlands:sulfur_torch RecipeStage{tier='two', recipe=4xtile.thebetweenlands.sulfur_torch@0:[net.minecraft.item.crafting.Ingredient@35bbb5e0, net.minecraft.item.crafting.Ingredient@3ca4633b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6378 thebetweenlands:sulfur_furnace_dual RecipeStage{tier='two', recipe=1xtile.thebetweenlands.sulfur_furnace_dual@0:[net.minecraft.item.crafting.Ingredient@55d68f5c, net.minecraft.item.crafting.Ingredient@55d68f5c, net.minecraft.item.crafting.Ingredient@55d68f5c, net.minecraft.item.crafting.Ingredient@55d68f5c, net.minecraft.item.crafting.Ingredient@345dd6d5, net.minecraft.item.crafting.Ingredient@55d68f5c, net.minecraft.item.crafting.Ingredient@55d68f5c, net.minecraft.item.crafting.Ingredient@55d68f5c, net.minecraft.item.crafting.Ingredient@55d68f5c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6379 thebetweenlands:sulfur_furnace RecipeStage{tier='two', recipe=1xtile.thebetweenlands.sulfur_furnace@0:[net.minecraft.item.crafting.Ingredient@1a2ec9, net.minecraft.item.crafting.Ingredient@1a2ec9, net.minecraft.item.crafting.Ingredient@1a2ec9, net.minecraft.item.crafting.Ingredient@1a2ec9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1a2ec9, net.minecraft.item.crafting.Ingredient@1a2ec9, net.minecraft.item.crafting.Ingredient@1a2ec9, net.minecraft.item.crafting.Ingredient@1a2ec9]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6380 thebetweenlands:sulfur_block RecipeStage{tier='two', recipe=1xtile.thebetweenlands.sulfur_block@0:[net.minecraft.item.crafting.Ingredient@6390ca7a, net.minecraft.item.crafting.Ingredient@6390ca7a, net.minecraft.item.crafting.Ingredient@6390ca7a, net.minecraft.item.crafting.Ingredient@6390ca7a, net.minecraft.item.crafting.Ingredient@6390ca7a, net.minecraft.item.crafting.Ingredient@6390ca7a, net.minecraft.item.crafting.Ingredient@6390ca7a, net.minecraft.item.crafting.Ingredient@6390ca7a, net.minecraft.item.crafting.Ingredient@6390ca7a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6381 thebetweenlands:sulfur RecipeStage{tier='two', recipe=9xitem.thebetweenlands.items_misc@18:[net.minecraft.item.crafting.Ingredient@396e7dc8]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6382 thebetweenlands:smooth_pitstone_wall RecipeStage{tier='two', recipe=6xtile.thebetweenlands.smooth_pitstone_wall@0:[net.minecraft.item.crafting.Ingredient@4c6e9472, net.minecraft.item.crafting.Ingredient@4c6e9472, net.minecraft.item.crafting.Ingredient@4c6e9472, net.minecraft.item.crafting.Ingredient@4c6e9472, net.minecraft.item.crafting.Ingredient@4c6e9472, net.minecraft.item.crafting.Ingredient@4c6e9472]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6383 thebetweenlands:smooth_pitstone_stairs RecipeStage{tier='two', recipe=4xtile.thebetweenlands.smooth_pitstone_stairs@0:[net.minecraft.item.crafting.Ingredient@1657ddca, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1657ddca, net.minecraft.item.crafting.Ingredient@1657ddca, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1657ddca, net.minecraft.item.crafting.Ingredient@1657ddca, net.minecraft.item.crafting.Ingredient@1657ddca]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6384 thebetweenlands:smooth_pitstone_slab RecipeStage{tier='two', recipe=6xtile.thebetweenlands.smooth_pitstone_slab@0:[net.minecraft.item.crafting.Ingredient@61f98a2f, net.minecraft.item.crafting.Ingredient@61f98a2f, net.minecraft.item.crafting.Ingredient@61f98a2f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6385 thebetweenlands:smooth_cragrock_wall RecipeStage{tier='two', recipe=6xtile.thebetweenlands.smooth_cragrock_wall@0:[net.minecraft.item.crafting.Ingredient@3835b004, net.minecraft.item.crafting.Ingredient@3835b004, net.minecraft.item.crafting.Ingredient@3835b004, net.minecraft.item.crafting.Ingredient@3835b004, net.minecraft.item.crafting.Ingredient@3835b004, net.minecraft.item.crafting.Ingredient@3835b004]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6386 thebetweenlands:smooth_cragrock_stairs RecipeStage{tier='two', recipe=4xtile.thebetweenlands.smooth_cragrock_stairs@0:[net.minecraft.item.crafting.Ingredient@6394a689, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6394a689, net.minecraft.item.crafting.Ingredient@6394a689, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6394a689, net.minecraft.item.crafting.Ingredient@6394a689, net.minecraft.item.crafting.Ingredient@6394a689]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6387 thebetweenlands:smooth_cragrock_slab RecipeStage{tier='two', recipe=6xtile.thebetweenlands.smooth_cragrock_slab@0:[net.minecraft.item.crafting.Ingredient@2e5a2fbf, net.minecraft.item.crafting.Ingredient@2e5a2fbf, net.minecraft.item.crafting.Ingredient@2e5a2fbf]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6388 thebetweenlands:smooth_betweenstone_wall RecipeStage{tier='two', recipe=6xtile.thebetweenlands.smooth_betweenstone_wall@0:[net.minecraft.item.crafting.Ingredient@4f0dcae7, net.minecraft.item.crafting.Ingredient@4f0dcae7, net.minecraft.item.crafting.Ingredient@4f0dcae7, net.minecraft.item.crafting.Ingredient@4f0dcae7, net.minecraft.item.crafting.Ingredient@4f0dcae7, net.minecraft.item.crafting.Ingredient@4f0dcae7]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6389 thebetweenlands:smooth_betweenstone_stairs RecipeStage{tier='two', recipe=4xtile.thebetweenlands.smooth_betweenstone_stairs@0:[net.minecraft.item.crafting.Ingredient@4601c25, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4601c25, net.minecraft.item.crafting.Ingredient@4601c25, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4601c25, net.minecraft.item.crafting.Ingredient@4601c25, net.minecraft.item.crafting.Ingredient@4601c25]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6390 thebetweenlands:smooth_betweenstone_slab RecipeStage{tier='two', recipe=6xtile.thebetweenlands.smooth_betweenstone_slab@0:[net.minecraft.item.crafting.Ingredient@69639774, net.minecraft.item.crafting.Ingredient@69639774, net.minecraft.item.crafting.Ingredient@69639774]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6391 thebetweenlands:slimy_bone_block RecipeStage{tier='two', recipe=1xtile.thebetweenlands.slimy_bone_block@0:[net.minecraft.item.crafting.Ingredient@5ca9041d, net.minecraft.item.crafting.Ingredient@5ca9041d, net.minecraft.item.crafting.Ingredient@5ca9041d, net.minecraft.item.crafting.Ingredient@5ca9041d, net.minecraft.item.crafting.Ingredient@5ca9041d, net.minecraft.item.crafting.Ingredient@5ca9041d, net.minecraft.item.crafting.Ingredient@5ca9041d, net.minecraft.item.crafting.Ingredient@5ca9041d, net.minecraft.item.crafting.Ingredient@5ca9041d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6392 thebetweenlands:slimy_bone RecipeStage{tier='two', recipe=9xitem.thebetweenlands.items_misc@14:[net.minecraft.item.crafting.Ingredient@96e6ecb]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6393 thebetweenlands:silt_glass_pane RecipeStage{tier='two', recipe=16xtile.thebetweenlands.silt_glass_pane@0:[net.minecraft.item.crafting.Ingredient@74355e08, net.minecraft.item.crafting.Ingredient@74355e08, net.minecraft.item.crafting.Ingredient@74355e08, net.minecraft.item.crafting.Ingredient@74355e08, net.minecraft.item.crafting.Ingredient@74355e08, net.minecraft.item.crafting.Ingredient@74355e08]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6394 thebetweenlands:sickle RecipeStage{tier='two', recipe=1xitem.thebetweenlands.sickle@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4d60b9ea, net.minecraft.item.crafting.Ingredient@4d60b9ea, net.minecraft.item.crafting.Ingredient@4d60b9ea, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1acf2276, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3de33153]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6395 thebetweenlands:scabyst_trapdoor RecipeStage{tier='two', recipe=2xtile.thebetweenlands.scabyst_trapdoor@0:[net.minecraft.item.crafting.Ingredient@7ac16bc4, net.minecraft.item.crafting.Ingredient@7ac16bc4, net.minecraft.item.crafting.Ingredient@7ac16bc4, net.minecraft.item.crafting.Ingredient@7ac16bc4, net.minecraft.item.crafting.Ingredient@7ac16bc4, net.minecraft.item.crafting.Ingredient@7ac16bc4]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6396 thebetweenlands:scabyst_pitstone_horizontal RecipeStage{tier='two', recipe=4xtile.thebetweenlands.scabyst_pitstone_horizontal@0:[net.minecraft.item.crafting.Ingredient@424fd332, net.minecraft.item.crafting.Ingredient@424fd332, net.minecraft.item.crafting.Ingredient@424fd332, net.minecraft.item.crafting.Ingredient@18d3b13, net.minecraft.item.crafting.Ingredient@18d3b13, net.minecraft.item.crafting.Ingredient@18d3b13, net.minecraft.item.crafting.Ingredient@424fd332, net.minecraft.item.crafting.Ingredient@424fd332, net.minecraft.item.crafting.Ingredient@424fd332]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6397 thebetweenlands:scabyst_pitstone_dotted RecipeStage{tier='two', recipe=4xtile.thebetweenlands.scabyst_pitstone_dotted@0:[net.minecraft.item.crafting.Ingredient@68c614d1, net.minecraft.item.crafting.Ingredient@68c614d1, net.minecraft.item.crafting.Ingredient@68c614d1, net.minecraft.item.crafting.Ingredient@68c614d1, net.minecraft.item.crafting.Ingredient@435bd1da, net.minecraft.item.crafting.Ingredient@68c614d1, net.minecraft.item.crafting.Ingredient@68c614d1, net.minecraft.item.crafting.Ingredient@68c614d1, net.minecraft.item.crafting.Ingredient@68c614d1]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6398 thebetweenlands:scabyst_from_block RecipeStage{tier='two', recipe=9xitem.thebetweenlands.items_misc@39:[net.minecraft.item.crafting.Ingredient@6e3e83d6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6399 thebetweenlands:scabyst_door_item RecipeStage{tier='two', recipe=3xitem.thebetweenlands.scabyst_door_item@0:[net.minecraft.item.crafting.Ingredient@510c0fed, net.minecraft.item.crafting.Ingredient@510c0fed, net.minecraft.item.crafting.Ingredient@510c0fed, net.minecraft.item.crafting.Ingredient@510c0fed, net.minecraft.item.crafting.Ingredient@510c0fed, net.minecraft.item.crafting.Ingredient@510c0fed]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6400 thebetweenlands:scabyst_chiseled_3_to_1 RecipeStage{tier='two', recipe=1xtile.thebetweenlands.scabyst_chiseled_1@0:[net.minecraft.item.crafting.Ingredient@53046495]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6401 thebetweenlands:scabyst_chiseled_2_to_3 RecipeStage{tier='two', recipe=1xtile.thebetweenlands.scabyst_chiseled_3@0:[net.minecraft.item.crafting.Ingredient@152316e4]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6402 thebetweenlands:scabyst_chiseled_1_to_2 RecipeStage{tier='two', recipe=1xtile.thebetweenlands.scabyst_chiseled_2@0:[net.minecraft.item.crafting.Ingredient@49e6fc5e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6403 thebetweenlands:scabyst_chiseled_1 RecipeStage{tier='two', recipe=1xtile.thebetweenlands.scabyst_chiseled_1@0:[net.minecraft.item.crafting.Ingredient@39d5bc34, net.minecraft.item.crafting.Ingredient@39d5bc34]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6404 thebetweenlands:scabyst_bricks RecipeStage{tier='two', recipe=4xtile.thebetweenlands.scabyst_bricks@0:[net.minecraft.item.crafting.Ingredient@6ddb1613, net.minecraft.item.crafting.Ingredient@6ddb1613, net.minecraft.item.crafting.Ingredient@6ddb1613, net.minecraft.item.crafting.Ingredient@6ddb1613]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6405 thebetweenlands:scabyst_brick_wall RecipeStage{tier='two', recipe=6xtile.thebetweenlands.scabyst_brick_wall@0:[net.minecraft.item.crafting.Ingredient@5e45c80e, net.minecraft.item.crafting.Ingredient@5e45c80e, net.minecraft.item.crafting.Ingredient@5e45c80e, net.minecraft.item.crafting.Ingredient@5e45c80e, net.minecraft.item.crafting.Ingredient@5e45c80e, net.minecraft.item.crafting.Ingredient@5e45c80e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6406 thebetweenlands:scabyst_brick_stairs RecipeStage{tier='two', recipe=4xtile.thebetweenlands.scabyst_brick_stairs@0:[net.minecraft.item.crafting.Ingredient@626367bc, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@626367bc, net.minecraft.item.crafting.Ingredient@626367bc, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@626367bc, net.minecraft.item.crafting.Ingredient@626367bc, net.minecraft.item.crafting.Ingredient@626367bc]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6407 thebetweenlands:scabyst_brick_slab RecipeStage{tier='two', recipe=6xtile.thebetweenlands.scabyst_brick_slab@0:[net.minecraft.item.crafting.Ingredient@5f393d96, net.minecraft.item.crafting.Ingredient@5f393d96, net.minecraft.item.crafting.Ingredient@5f393d96]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6408 thebetweenlands:scabyst_block RecipeStage{tier='two', recipe=1xtile.thebetweenlands.scabyst_block@0:[net.minecraft.item.crafting.Ingredient@221641f0, net.minecraft.item.crafting.Ingredient@221641f0, net.minecraft.item.crafting.Ingredient@221641f0, net.minecraft.item.crafting.Ingredient@221641f0, net.minecraft.item.crafting.Ingredient@221641f0, net.minecraft.item.crafting.Ingredient@221641f0, net.minecraft.item.crafting.Ingredient@221641f0, net.minecraft.item.crafting.Ingredient@221641f0, net.minecraft.item.crafting.Ingredient@221641f0]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6409 thebetweenlands:sap_log_full RecipeStage{tier='two', recipe=4xtile.thebetweenlands.log_sap@12:[net.minecraft.item.crafting.Ingredient@2c2d4335, net.minecraft.item.crafting.Ingredient@2c2d4335, net.minecraft.item.crafting.Ingredient@2c2d4335, net.minecraft.item.crafting.Ingredient@2c2d4335]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6410 thebetweenlands:sap_log RecipeStage{tier='two', recipe=4xtile.thebetweenlands.log_sap@0:[net.minecraft.item.crafting.Ingredient@73f868dd, net.minecraft.item.crafting.Ingredient@73f868dd, net.minecraft.item.crafting.Ingredient@73f868dd, net.minecraft.item.crafting.Ingredient@73f868dd]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6411 thebetweenlands:sap_jello RecipeStage{tier='two', recipe=1xitem.thebetweenlands.sap_jello@0:[net.minecraft.item.crafting.Ingredient@7217cd7f, net.minecraft.item.crafting.Ingredient@5a6a4e0e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6413 thebetweenlands:rubber_tree_plank_trapdoor RecipeStage{tier='two', recipe=2xtile.thebetweenlands.rubber_tree_plank_trapdoor@0:[net.minecraft.item.crafting.Ingredient@2eb8d0d9, net.minecraft.item.crafting.Ingredient@2eb8d0d9, net.minecraft.item.crafting.Ingredient@2eb8d0d9, net.minecraft.item.crafting.Ingredient@2eb8d0d9, net.minecraft.item.crafting.Ingredient@2eb8d0d9, net.minecraft.item.crafting.Ingredient@2eb8d0d9]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6414 thebetweenlands:rubber_tree_plank_stairs RecipeStage{tier='two', recipe=4xtile.thebetweenlands.rubber_tree_plank_stairs@0:[net.minecraft.item.crafting.Ingredient@6d68b5f5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6d68b5f5, net.minecraft.item.crafting.Ingredient@6d68b5f5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6d68b5f5, net.minecraft.item.crafting.Ingredient@6d68b5f5, net.minecraft.item.crafting.Ingredient@6d68b5f5]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6415 thebetweenlands:rubber_tree_plank_slab RecipeStage{tier='two', recipe=6xtile.thebetweenlands.rubber_tree_plank_slab@0:[net.minecraft.item.crafting.Ingredient@471c9312, net.minecraft.item.crafting.Ingredient@471c9312, net.minecraft.item.crafting.Ingredient@471c9312]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6416 thebetweenlands:rubber_tree_plank_fence_gate RecipeStage{tier='two', recipe=1xtile.thebetweenlands.rubber_tree_plank_fence_gate@0:[net.minecraft.item.crafting.Ingredient@73d8b202, net.minecraft.item.crafting.Ingredient@5cd8eca5, net.minecraft.item.crafting.Ingredient@73d8b202, net.minecraft.item.crafting.Ingredient@73d8b202, net.minecraft.item.crafting.Ingredient@5cd8eca5, net.minecraft.item.crafting.Ingredient@73d8b202]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6417 thebetweenlands:rubber_tree_plank_fence RecipeStage{tier='two', recipe=3xtile.thebetweenlands.rubber_tree_plank_fence@0:[net.minecraft.item.crafting.Ingredient@7352cd47, net.minecraft.item.crafting.Ingredient@3178a731, net.minecraft.item.crafting.Ingredient@7352cd47, net.minecraft.item.crafting.Ingredient@7352cd47, net.minecraft.item.crafting.Ingredient@3178a731, net.minecraft.item.crafting.Ingredient@7352cd47]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6418 thebetweenlands:rubber_tree_plank_door_item RecipeStage{tier='two', recipe=3xitem.thebetweenlands.rubber_tree_plank_door_item@0:[net.minecraft.item.crafting.Ingredient@23cc1da5, net.minecraft.item.crafting.Ingredient@23cc1da5, net.minecraft.item.crafting.Ingredient@23cc1da5, net.minecraft.item.crafting.Ingredient@23cc1da5, net.minecraft.item.crafting.Ingredient@23cc1da5, net.minecraft.item.crafting.Ingredient@23cc1da5]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6419 thebetweenlands:rubber_boots RecipeStage{tier='two', recipe=1xitem.thebetweenlands.rubber_boots@0:[net.minecraft.item.crafting.Ingredient@20a50880, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@20a50880, net.minecraft.item.crafting.Ingredient@20a50880, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@20a50880]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6420 thebetweenlands:rubber_block RecipeStage{tier='two', recipe=1xtile.thebetweenlands.rubber_block@0:[net.minecraft.item.crafting.Ingredient@5fb600fe, net.minecraft.item.crafting.Ingredient@5fb600fe, net.minecraft.item.crafting.Ingredient@5fb600fe, net.minecraft.item.crafting.Ingredient@5fb600fe, net.minecraft.item.crafting.Ingredient@5fb600fe, net.minecraft.item.crafting.Ingredient@5fb600fe, net.minecraft.item.crafting.Ingredient@5fb600fe, net.minecraft.item.crafting.Ingredient@5fb600fe, net.minecraft.item.crafting.Ingredient@5fb600fe]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6421 thebetweenlands:rubber_ball RecipeStage{tier='two', recipe=9xitem.thebetweenlands.items_misc@23:[net.minecraft.item.crafting.Ingredient@6ccbbce6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6422 thebetweenlands:rotten_planks RecipeStage{tier='two', recipe=4xtile.thebetweenlands.rotten_planks@0:[net.minecraft.item.crafting.Ingredient@5bbea8e1]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6423 thebetweenlands:rotten_plank_stairs RecipeStage{tier='two', recipe=4xtile.thebetweenlands.rotten_plank_stairs@0:[net.minecraft.item.crafting.Ingredient@1b562c7b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1b562c7b, net.minecraft.item.crafting.Ingredient@1b562c7b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1b562c7b, net.minecraft.item.crafting.Ingredient@1b562c7b, net.minecraft.item.crafting.Ingredient@1b562c7b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6424 thebetweenlands:rotten_plank_slab RecipeStage{tier='two', recipe=6xtile.thebetweenlands.rotten_plank_slab@0:[net.minecraft.item.crafting.Ingredient@21c2d841, net.minecraft.item.crafting.Ingredient@21c2d841, net.minecraft.item.crafting.Ingredient@21c2d841]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6425 thebetweenlands:rotten_plank_fence_gate RecipeStage{tier='two', recipe=1xtile.thebetweenlands.rotten_plank_fence_gate@0:[net.minecraft.item.crafting.Ingredient@77b4fb6c, net.minecraft.item.crafting.Ingredient@2a8d750a, net.minecraft.item.crafting.Ingredient@77b4fb6c, net.minecraft.item.crafting.Ingredient@77b4fb6c, net.minecraft.item.crafting.Ingredient@2a8d750a, net.minecraft.item.crafting.Ingredient@77b4fb6c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6426 thebetweenlands:rotten_plank_fence RecipeStage{tier='two', recipe=3xtile.thebetweenlands.rotten_plank_fence@0:[net.minecraft.item.crafting.Ingredient@3e9e39f5, net.minecraft.item.crafting.Ingredient@1f067bf, net.minecraft.item.crafting.Ingredient@3e9e39f5, net.minecraft.item.crafting.Ingredient@3e9e39f5, net.minecraft.item.crafting.Ingredient@1f067bf, net.minecraft.item.crafting.Ingredient@3e9e39f5]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6427 thebetweenlands:rope_item RecipeStage{tier='two', recipe=1xitem.thebetweenlands.rope_item@0:[net.minecraft.item.crafting.Ingredient@cdd1678, net.minecraft.item.crafting.Ingredient@cdd1678, net.minecraft.item.crafting.Ingredient@cdd1678]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6428 thebetweenlands:repeller RecipeStage{tier='two', recipe=1xtile.thebetweenlands.repeller@0:[net.minecraft.item.crafting.Ingredient@56fdefd3, net.minecraft.item.crafting.Ingredient@1e05f0f5, net.minecraft.item.crafting.Ingredient@56fdefd3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@40f3e11c, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6429 thebetweenlands:reed_donut RecipeStage{tier='two', recipe=1xitem.thebetweenlands.reed_donut@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@67c76446, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@67c76446, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@67c76446, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@67c76446, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6430 thebetweenlands:purifier RecipeStage{tier='two', recipe=1xtile.thebetweenlands.purifier@0:[net.minecraft.item.crafting.Ingredient@1cd99b12, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1cd99b12, net.minecraft.item.crafting.Ingredient@1cd99b12, net.minecraft.item.crafting.Ingredient@1cd99b12, net.minecraft.item.crafting.Ingredient@1cd99b12, net.minecraft.item.crafting.Ingredient@766fe3af, net.minecraft.item.crafting.Ingredient@766fe3af, net.minecraft.item.crafting.Ingredient@766fe3af]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6431 thebetweenlands:polished_limestone_wall RecipeStage{tier='two', recipe=6xtile.thebetweenlands.polished_limestone_wall@0:[net.minecraft.item.crafting.Ingredient@63237d95, net.minecraft.item.crafting.Ingredient@63237d95, net.minecraft.item.crafting.Ingredient@63237d95, net.minecraft.item.crafting.Ingredient@63237d95, net.minecraft.item.crafting.Ingredient@63237d95, net.minecraft.item.crafting.Ingredient@63237d95]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6432 thebetweenlands:polished_limestone_stairs RecipeStage{tier='two', recipe=4xtile.thebetweenlands.polished_limestone_stairs@0:[net.minecraft.item.crafting.Ingredient@793d0224, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@793d0224, net.minecraft.item.crafting.Ingredient@793d0224, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@793d0224, net.minecraft.item.crafting.Ingredient@793d0224, net.minecraft.item.crafting.Ingredient@793d0224]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6433 thebetweenlands:polished_limestone_slab RecipeStage{tier='two', recipe=6xtile.thebetweenlands.polished_limestone_slab@0:[net.minecraft.item.crafting.Ingredient@1e7c55db, net.minecraft.item.crafting.Ingredient@1e7c55db, net.minecraft.item.crafting.Ingredient@1e7c55db]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6434 thebetweenlands:poisoned_angler_tooth_arrow RecipeStage{tier='two', recipe=1xitem.thebetweenlands.poisoned_angler_tooth_arrow@0:[net.minecraft.item.crafting.Ingredient@1b65955, net.minecraft.item.crafting.Ingredient@768c6de6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6435 thebetweenlands:pitstone_wall RecipeStage{tier='two', recipe=6xtile.thebetweenlands.pitstone_wall@0:[net.minecraft.item.crafting.Ingredient@7ee0fc6c, net.minecraft.item.crafting.Ingredient@7ee0fc6c, net.minecraft.item.crafting.Ingredient@7ee0fc6c, net.minecraft.item.crafting.Ingredient@7ee0fc6c, net.minecraft.item.crafting.Ingredient@7ee0fc6c, net.minecraft.item.crafting.Ingredient@7ee0fc6c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6436 thebetweenlands:pitstone_tiles RecipeStage{tier='two', recipe=4xtile.thebetweenlands.pitstone_tiles@0:[net.minecraft.item.crafting.Ingredient@21bbadfd, net.minecraft.item.crafting.Ingredient@21bbadfd, net.minecraft.item.crafting.Ingredient@21bbadfd, net.minecraft.item.crafting.Ingredient@21bbadfd]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6437 thebetweenlands:pitstone_stairs RecipeStage{tier='two', recipe=4xtile.thebetweenlands.pitstone_stairs@0:[net.minecraft.item.crafting.Ingredient@26310ab2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@26310ab2, net.minecraft.item.crafting.Ingredient@26310ab2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@26310ab2, net.minecraft.item.crafting.Ingredient@26310ab2, net.minecraft.item.crafting.Ingredient@26310ab2]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6438 thebetweenlands:pitstone_slab RecipeStage{tier='two', recipe=6xtile.thebetweenlands.pitstone_slab@0:[net.minecraft.item.crafting.Ingredient@7b06a64, net.minecraft.item.crafting.Ingredient@7b06a64, net.minecraft.item.crafting.Ingredient@7b06a64]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6439 thebetweenlands:pitstone_pillar RecipeStage{tier='two', recipe=2xtile.thebetweenlands.pitstone_pillar@0:[net.minecraft.item.crafting.Ingredient@4de3217, net.minecraft.item.crafting.Ingredient@4de3217]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6440 thebetweenlands:pitstone_chiseled RecipeStage{tier='two', recipe=1xtile.thebetweenlands.pitstone_chiseled@0:[net.minecraft.item.crafting.Ingredient@4b4cc62b, net.minecraft.item.crafting.Ingredient@4b4cc62b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6441 thebetweenlands:pitstone_bricks RecipeStage{tier='two', recipe=4xtile.thebetweenlands.pitstone_bricks@0:[net.minecraft.item.crafting.Ingredient@1765f155, net.minecraft.item.crafting.Ingredient@1765f155, net.minecraft.item.crafting.Ingredient@1765f155, net.minecraft.item.crafting.Ingredient@1765f155]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6442 thebetweenlands:pitstone_brick_wall RecipeStage{tier='two', recipe=6xtile.thebetweenlands.pitstone_brick_wall@0:[net.minecraft.item.crafting.Ingredient@240303e5, net.minecraft.item.crafting.Ingredient@240303e5, net.minecraft.item.crafting.Ingredient@240303e5, net.minecraft.item.crafting.Ingredient@240303e5, net.minecraft.item.crafting.Ingredient@240303e5, net.minecraft.item.crafting.Ingredient@240303e5]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6443 thebetweenlands:pitstone_brick_stairs RecipeStage{tier='two', recipe=4xtile.thebetweenlands.pitstone_brick_stairs@0:[net.minecraft.item.crafting.Ingredient@7dfde73e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7dfde73e, net.minecraft.item.crafting.Ingredient@7dfde73e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7dfde73e, net.minecraft.item.crafting.Ingredient@7dfde73e, net.minecraft.item.crafting.Ingredient@7dfde73e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6444 thebetweenlands:pitstone_brick_slab RecipeStage{tier='two', recipe=6xtile.thebetweenlands.pitstone_brick_slab@0:[net.minecraft.item.crafting.Ingredient@14574573, net.minecraft.item.crafting.Ingredient@14574573, net.minecraft.item.crafting.Ingredient@14574573]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6445 thebetweenlands:pestle RecipeStage{tier='two', recipe=1xitem.thebetweenlands.pestle@0:[net.minecraft.item.crafting.Ingredient@6dad4ce3, net.minecraft.item.crafting.Ingredient@4e770e89, net.minecraft.item.crafting.Ingredient@4e770e89]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6446 thebetweenlands:octine_sword RecipeStage{tier='two', recipe=1xitem.thebetweenlands.octine_sword@0:[net.minecraft.item.crafting.Ingredient@692b5355, net.minecraft.item.crafting.Ingredient@692b5355, net.minecraft.item.crafting.Ingredient@2cd25184]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6447 thebetweenlands:octine_shovel RecipeStage{tier='two', recipe=1xitem.thebetweenlands.octine_shovel@0:[net.minecraft.item.crafting.Ingredient@7d2f4fc8, net.minecraft.item.crafting.Ingredient@4215a378, net.minecraft.item.crafting.Ingredient@4215a378]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6448 thebetweenlands:octine_shield RecipeStage{tier='two', recipe=1xitem.thebetweenlands.octine_shield@0:[net.minecraft.item.crafting.Ingredient@ba45823, net.minecraft.item.crafting.Ingredient@ba45823, net.minecraft.item.crafting.Ingredient@ba45823, net.minecraft.item.crafting.Ingredient@ba45823, net.minecraft.item.crafting.Ingredient@ba45823, net.minecraft.item.crafting.Ingredient@ba45823, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@ba45823, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6449 thebetweenlands:octine_pickaxe RecipeStage{tier='two', recipe=1xitem.thebetweenlands.octine_pickaxe@0:[net.minecraft.item.crafting.Ingredient@7d7d94cb, net.minecraft.item.crafting.Ingredient@7d7d94cb, net.minecraft.item.crafting.Ingredient@7d7d94cb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@240c1636, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@240c1636, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6450 thebetweenlands:octine_nugget RecipeStage{tier='two', recipe=9xitem.thebetweenlands.items_misc@42:[net.minecraft.item.crafting.Ingredient@150b4505]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6451 thebetweenlands:octine_ingot_from_nuggets RecipeStage{tier='two', recipe=1xitem.thebetweenlands.octine_ingot@0:[net.minecraft.item.crafting.Ingredient@4994f5ac, net.minecraft.item.crafting.Ingredient@4994f5ac, net.minecraft.item.crafting.Ingredient@4994f5ac, net.minecraft.item.crafting.Ingredient@4994f5ac, net.minecraft.item.crafting.Ingredient@4994f5ac, net.minecraft.item.crafting.Ingredient@4994f5ac, net.minecraft.item.crafting.Ingredient@4994f5ac, net.minecraft.item.crafting.Ingredient@4994f5ac, net.minecraft.item.crafting.Ingredient@4994f5ac]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6452 thebetweenlands:octine_ingot RecipeStage{tier='two', recipe=9xitem.thebetweenlands.octine_ingot@0:[net.minecraft.item.crafting.Ingredient@590c368a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6453 thebetweenlands:octine_block RecipeStage{tier='two', recipe=1xtile.thebetweenlands.octine_block@0:[net.minecraft.item.crafting.Ingredient@7e915d08, net.minecraft.item.crafting.Ingredient@7e915d08, net.minecraft.item.crafting.Ingredient@7e915d08, net.minecraft.item.crafting.Ingredient@7e915d08, net.minecraft.item.crafting.Ingredient@7e915d08, net.minecraft.item.crafting.Ingredient@7e915d08, net.minecraft.item.crafting.Ingredient@7e915d08, net.minecraft.item.crafting.Ingredient@7e915d08, net.minecraft.item.crafting.Ingredient@7e915d08]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6454 thebetweenlands:octine_axe RecipeStage{tier='two', recipe=1xitem.thebetweenlands.octine_axe@0:[net.minecraft.item.crafting.Ingredient@484871c2, net.minecraft.item.crafting.Ingredient@484871c2, net.minecraft.item.crafting.Ingredient@484871c2, net.minecraft.item.crafting.Ingredient@7e2dcc8a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7e2dcc8a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6455 thebetweenlands:octine_arrow RecipeStage{tier='two', recipe=4xitem.thebetweenlands.octine_arrow@0:[net.minecraft.item.crafting.Ingredient@3c880b68, net.minecraft.item.crafting.Ingredient@71814b00, net.minecraft.item.crafting.Ingredient@359cd44c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6457 thebetweenlands:nibbletwig_plank_trapdoor RecipeStage{tier='two', recipe=2xtile.thebetweenlands.nibbletwig_plank_trapdoor@0:[net.minecraft.item.crafting.Ingredient@45bef45d, net.minecraft.item.crafting.Ingredient@45bef45d, net.minecraft.item.crafting.Ingredient@45bef45d, net.minecraft.item.crafting.Ingredient@45bef45d, net.minecraft.item.crafting.Ingredient@45bef45d, net.minecraft.item.crafting.Ingredient@45bef45d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6458 thebetweenlands:nibbletwig_plank_stairs RecipeStage{tier='two', recipe=4xtile.thebetweenlands.nibbletwig_plank_stairs@0:[net.minecraft.item.crafting.Ingredient@10f521ad, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@10f521ad, net.minecraft.item.crafting.Ingredient@10f521ad, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@10f521ad, net.minecraft.item.crafting.Ingredient@10f521ad, net.minecraft.item.crafting.Ingredient@10f521ad]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6459 thebetweenlands:nibbletwig_plank_slab RecipeStage{tier='two', recipe=6xtile.thebetweenlands.nibbletwig_plank_slab@0:[net.minecraft.item.crafting.Ingredient@443c1421, net.minecraft.item.crafting.Ingredient@443c1421, net.minecraft.item.crafting.Ingredient@443c1421]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6460 thebetweenlands:nibbletwig_plank_fence_gate RecipeStage{tier='two', recipe=1xtile.thebetweenlands.nibbletwig_plank_fence_gate@0:[net.minecraft.item.crafting.Ingredient@14d88cea, net.minecraft.item.crafting.Ingredient@8505444, net.minecraft.item.crafting.Ingredient@14d88cea, net.minecraft.item.crafting.Ingredient@14d88cea, net.minecraft.item.crafting.Ingredient@8505444, net.minecraft.item.crafting.Ingredient@14d88cea]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6461 thebetweenlands:nibbletwig_plank_fence RecipeStage{tier='two', recipe=3xtile.thebetweenlands.nibbletwig_plank_fence@0:[net.minecraft.item.crafting.Ingredient@1ec4c6e6, net.minecraft.item.crafting.Ingredient@349f0697, net.minecraft.item.crafting.Ingredient@1ec4c6e6, net.minecraft.item.crafting.Ingredient@1ec4c6e6, net.minecraft.item.crafting.Ingredient@349f0697, net.minecraft.item.crafting.Ingredient@1ec4c6e6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6462 thebetweenlands:nibbletwig_plank_door_item RecipeStage{tier='two', recipe=3xitem.thebetweenlands.nibbletwig_plank_door_item@0:[net.minecraft.item.crafting.Ingredient@415b84cf, net.minecraft.item.crafting.Ingredient@415b84cf, net.minecraft.item.crafting.Ingredient@415b84cf, net.minecraft.item.crafting.Ingredient@415b84cf, net.minecraft.item.crafting.Ingredient@415b84cf, net.minecraft.item.crafting.Ingredient@415b84cf]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6463 thebetweenlands:nibbletwig_log_full RecipeStage{tier='two', recipe=4xtile.thebetweenlands.log_nibbletwig@12:[net.minecraft.item.crafting.Ingredient@53a3796a, net.minecraft.item.crafting.Ingredient@53a3796a, net.minecraft.item.crafting.Ingredient@53a3796a, net.minecraft.item.crafting.Ingredient@53a3796a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6464 thebetweenlands:nibbletwig_log RecipeStage{tier='two', recipe=4xtile.thebetweenlands.log_nibbletwig@0:[net.minecraft.item.crafting.Ingredient@69989fd8, net.minecraft.item.crafting.Ingredient@69989fd8, net.minecraft.item.crafting.Ingredient@69989fd8, net.minecraft.item.crafting.Ingredient@69989fd8]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6466 thebetweenlands:nettle_soup RecipeStage{tier='two', recipe=1xitem.thebetweenlands.nettle_soup@0:[net.minecraft.item.crafting.Ingredient@46e34816, net.minecraft.item.crafting.Ingredient@2d6cb465, net.minecraft.item.crafting.Ingredient@87c0cbe, net.minecraft.item.crafting.Ingredient@721a2c1e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6467 thebetweenlands:net RecipeStage{tier='two', recipe=1xitem.thebetweenlands.net@0:[net.minecraft.item.crafting.Ingredient@1fd2f944, net.minecraft.item.crafting.Ingredient@5bc5068e, net.minecraft.item.crafting.Ingredient@5bc5068e, net.minecraft.item.crafting.Ingredient@1fd2f944, net.minecraft.item.crafting.Ingredient@5bc5068e, net.minecraft.item.crafting.Ingredient@5bc5068e, net.minecraft.item.crafting.Ingredient@1fd2f944, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6468 thebetweenlands:mud_tiles RecipeStage{tier='two', recipe=4xtile.thebetweenlands.mud_tiles@0:[net.minecraft.item.crafting.Ingredient@3d295022, net.minecraft.item.crafting.Ingredient@3d295022, net.minecraft.item.crafting.Ingredient@3d295022, net.minecraft.item.crafting.Ingredient@3d295022]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6469 thebetweenlands:mud_flower_pot_candle RecipeStage{tier='two', recipe=1xtile.thebetweenlands.mud_flower_pot_candle@0:[net.minecraft.item.crafting.Ingredient@516400ba, net.minecraft.item.crafting.Ingredient@4be41dd]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6470 thebetweenlands:mud_flower_pot RecipeStage{tier='two', recipe=1xtile.thebetweenlands.mud_flower_pot@0:[net.minecraft.item.crafting.Ingredient@4837260a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4837260a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4837260a, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6471 thebetweenlands:mud_bricks_shingles RecipeStage{tier='two', recipe=2xtile.thebetweenlands.mud_brick_shingles@0:[net.minecraft.item.crafting.Ingredient@61456108, net.minecraft.item.crafting.Ingredient@61456108, net.minecraft.item.crafting.Ingredient@61456108, net.minecraft.item.crafting.Ingredient@61456108, net.minecraft.item.crafting.Ingredient@61456108, net.minecraft.item.crafting.Ingredient@61456108, net.minecraft.item.crafting.Ingredient@61456108, net.minecraft.item.crafting.Ingredient@61456108, net.minecraft.item.crafting.Ingredient@61456108]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6472 thebetweenlands:mud_bricks_decay_4 net.minecraft.item.crafting.ShapelessRecipes@45e41be3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6473 thebetweenlands:mud_bricks_decay_3 net.minecraft.item.crafting.ShapelessRecipes@4b5f0218 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6474 thebetweenlands:mud_bricks_decay_2 net.minecraft.item.crafting.ShapelessRecipes@1876f126 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6475 thebetweenlands:mud_bricks_decay_1 net.minecraft.item.crafting.ShapelessRecipes@4e54e38d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6476 thebetweenlands:mud_bricks RecipeStage{tier='two', recipe=1xtile.thebetweenlands.mud_bricks@0:[net.minecraft.item.crafting.Ingredient@88cf196, net.minecraft.item.crafting.Ingredient@88cf196, net.minecraft.item.crafting.Ingredient@88cf196, net.minecraft.item.crafting.Ingredient@88cf196]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6477 thebetweenlands:mud_brick_wall RecipeStage{tier='two', recipe=6xtile.thebetweenlands.mud_brick_wall@0:[net.minecraft.item.crafting.Ingredient@71c03f57, net.minecraft.item.crafting.Ingredient@71c03f57, net.minecraft.item.crafting.Ingredient@71c03f57, net.minecraft.item.crafting.Ingredient@71c03f57, net.minecraft.item.crafting.Ingredient@71c03f57, net.minecraft.item.crafting.Ingredient@71c03f57]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6478 thebetweenlands:mud_brick_stairs_decay_4 RecipeStage{tier='two', recipe=4xtile.thebetweenlands.mud_brick_stairs_decay_4@0:[net.minecraft.item.crafting.Ingredient@3ba59c76, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3ba59c76, net.minecraft.item.crafting.Ingredient@3ba59c76, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3ba59c76, net.minecraft.item.crafting.Ingredient@3ba59c76, net.minecraft.item.crafting.Ingredient@3ba59c76]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6479 thebetweenlands:mud_brick_stairs_decay_3 RecipeStage{tier='two', recipe=4xtile.thebetweenlands.mud_brick_stairs_decay_3@0:[net.minecraft.item.crafting.Ingredient@7d88053f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7d88053f, net.minecraft.item.crafting.Ingredient@7d88053f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7d88053f, net.minecraft.item.crafting.Ingredient@7d88053f, net.minecraft.item.crafting.Ingredient@7d88053f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6480 thebetweenlands:mud_brick_stairs_decay_2 RecipeStage{tier='two', recipe=4xtile.thebetweenlands.mud_brick_stairs_decay_2@0:[net.minecraft.item.crafting.Ingredient@36a04938, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@36a04938, net.minecraft.item.crafting.Ingredient@36a04938, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@36a04938, net.minecraft.item.crafting.Ingredient@36a04938, net.minecraft.item.crafting.Ingredient@36a04938]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6481 thebetweenlands:mud_brick_stairs_decay_1 RecipeStage{tier='two', recipe=4xtile.thebetweenlands.mud_brick_stairs_decay_1@0:[net.minecraft.item.crafting.Ingredient@58819eee, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@58819eee, net.minecraft.item.crafting.Ingredient@58819eee, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@58819eee, net.minecraft.item.crafting.Ingredient@58819eee, net.minecraft.item.crafting.Ingredient@58819eee]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6482 thebetweenlands:mud_brick_stairs RecipeStage{tier='two', recipe=4xtile.thebetweenlands.mud_brick_stairs@0:[net.minecraft.item.crafting.Ingredient@57fcac0a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@57fcac0a, net.minecraft.item.crafting.Ingredient@57fcac0a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@57fcac0a, net.minecraft.item.crafting.Ingredient@57fcac0a, net.minecraft.item.crafting.Ingredient@57fcac0a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6483 thebetweenlands:mud_brick_slab_decay_4 RecipeStage{tier='two', recipe=6xtile.thebetweenlands.mud_brick_slab_decay_4@0:[net.minecraft.item.crafting.Ingredient@3cd97750, net.minecraft.item.crafting.Ingredient@3cd97750, net.minecraft.item.crafting.Ingredient@3cd97750]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6484 thebetweenlands:mud_brick_slab_decay_3 RecipeStage{tier='two', recipe=6xtile.thebetweenlands.mud_brick_slab_decay_3@0:[net.minecraft.item.crafting.Ingredient@65e86dc3, net.minecraft.item.crafting.Ingredient@65e86dc3, net.minecraft.item.crafting.Ingredient@65e86dc3]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6485 thebetweenlands:mud_brick_slab_decay_2 RecipeStage{tier='two', recipe=6xtile.thebetweenlands.mud_brick_slab_decay_2@0:[net.minecraft.item.crafting.Ingredient@152fa68e, net.minecraft.item.crafting.Ingredient@152fa68e, net.minecraft.item.crafting.Ingredient@152fa68e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6486 thebetweenlands:mud_brick_slab_decay_1 RecipeStage{tier='two', recipe=6xtile.thebetweenlands.mud_brick_slab_decay_1@0:[net.minecraft.item.crafting.Ingredient@4a808303, net.minecraft.item.crafting.Ingredient@4a808303, net.minecraft.item.crafting.Ingredient@4a808303]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6487 thebetweenlands:mud_brick_slab RecipeStage{tier='two', recipe=6xtile.thebetweenlands.mud_brick_slab@0:[net.minecraft.item.crafting.Ingredient@7d046c23, net.minecraft.item.crafting.Ingredient@7d046c23, net.minecraft.item.crafting.Ingredient@7d046c23]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6488 thebetweenlands:mud_brick_shingle_wall RecipeStage{tier='two', recipe=6xtile.thebetweenlands.mud_brick_shingle_wall@0:[net.minecraft.item.crafting.Ingredient@f19c7f8, net.minecraft.item.crafting.Ingredient@f19c7f8, net.minecraft.item.crafting.Ingredient@f19c7f8, net.minecraft.item.crafting.Ingredient@f19c7f8, net.minecraft.item.crafting.Ingredient@f19c7f8, net.minecraft.item.crafting.Ingredient@f19c7f8]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6489 thebetweenlands:mud_brick_shingle_stairs RecipeStage{tier='two', recipe=4xtile.thebetweenlands.mud_brick_shingle_stairs@0:[net.minecraft.item.crafting.Ingredient@65713f6c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@65713f6c, net.minecraft.item.crafting.Ingredient@65713f6c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@65713f6c, net.minecraft.item.crafting.Ingredient@65713f6c, net.minecraft.item.crafting.Ingredient@65713f6c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6490 thebetweenlands:mud_brick_shingle_slab RecipeStage{tier='two', recipe=6xtile.thebetweenlands.mud_brick_shingle_slab@0:[net.minecraft.item.crafting.Ingredient@93f02a4, net.minecraft.item.crafting.Ingredient@93f02a4, net.minecraft.item.crafting.Ingredient@93f02a4]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6491 thebetweenlands:mud_brick_roof RecipeStage{tier='two', recipe=4xtile.thebetweenlands.mud_brick_roof@0:[net.minecraft.item.crafting.Ingredient@46bde5ae, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@46bde5ae, net.minecraft.item.crafting.Ingredient@46bde5ae, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@46bde5ae, net.minecraft.item.crafting.Ingredient@46bde5ae, net.minecraft.item.crafting.Ingredient@46bde5ae]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6492 thebetweenlands:mossy_smooth_betweenstone_wall RecipeStage{tier='two', recipe=6xtile.thebetweenlands.mossy_smooth_betweenstone_wall@0:[net.minecraft.item.crafting.Ingredient@15ea46b8, net.minecraft.item.crafting.Ingredient@15ea46b8, net.minecraft.item.crafting.Ingredient@15ea46b8, net.minecraft.item.crafting.Ingredient@15ea46b8, net.minecraft.item.crafting.Ingredient@15ea46b8, net.minecraft.item.crafting.Ingredient@15ea46b8]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6493 thebetweenlands:mossy_smooth_betweenstone_stairs RecipeStage{tier='two', recipe=4xtile.thebetweenlands.mossy_smooth_betweenstone_stairs@0:[net.minecraft.item.crafting.Ingredient@2cb6f7a7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2cb6f7a7, net.minecraft.item.crafting.Ingredient@2cb6f7a7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2cb6f7a7, net.minecraft.item.crafting.Ingredient@2cb6f7a7, net.minecraft.item.crafting.Ingredient@2cb6f7a7]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6494 thebetweenlands:mossy_smooth_betweenstone_slab RecipeStage{tier='two', recipe=6xtile.thebetweenlands.mossy_smooth_betweenstone_slab@0:[net.minecraft.item.crafting.Ingredient@1821257f, net.minecraft.item.crafting.Ingredient@1821257f, net.minecraft.item.crafting.Ingredient@1821257f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6495 thebetweenlands:mossy_smooth_betweenstone RecipeStage{tier='two', recipe=1xtile.thebetweenlands.mossy_smooth_betweenstone@0:[net.minecraft.item.crafting.Ingredient@26fdd2fd, net.minecraft.item.crafting.Ingredient@155344dc]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6496 thebetweenlands:mossy_limestone_bricks RecipeStage{tier='two', recipe=1xtile.thebetweenlands.mossy_limestone_bricks@0:[net.minecraft.item.crafting.Ingredient@6876b997, net.minecraft.item.crafting.Ingredient@4670b597]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6497 thebetweenlands:mossy_betweenstone_tiles RecipeStage{tier='two', recipe=1xtile.thebetweenlands.mossy_betweenstone_tiles@0:[net.minecraft.item.crafting.Ingredient@7fa3a01b, net.minecraft.item.crafting.Ingredient@25e6f1cb]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6498 thebetweenlands:mossy_betweenstone_bricks RecipeStage{tier='two', recipe=1xtile.thebetweenlands.mossy_betweenstone_bricks@0:[net.minecraft.item.crafting.Ingredient@268c49aa, net.minecraft.item.crafting.Ingredient@5c6f0dc9]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6499 thebetweenlands:mossy_betweenstone_brick_wall RecipeStage{tier='two', recipe=6xtile.thebetweenlands.mossy_betweenstone_brick_wall@0:[net.minecraft.item.crafting.Ingredient@207e756f, net.minecraft.item.crafting.Ingredient@207e756f, net.minecraft.item.crafting.Ingredient@207e756f, net.minecraft.item.crafting.Ingredient@207e756f, net.minecraft.item.crafting.Ingredient@207e756f, net.minecraft.item.crafting.Ingredient@207e756f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6500 thebetweenlands:mossy_betweenstone_brick_stairs RecipeStage{tier='two', recipe=4xtile.thebetweenlands.mossy_betweenstone_brick_stairs@0:[net.minecraft.item.crafting.Ingredient@5974aafd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5974aafd, net.minecraft.item.crafting.Ingredient@5974aafd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5974aafd, net.minecraft.item.crafting.Ingredient@5974aafd, net.minecraft.item.crafting.Ingredient@5974aafd]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6501 thebetweenlands:mossy_betweenstone_brick_slab RecipeStage{tier='two', recipe=6xtile.thebetweenlands.mossy_betweenstone_brick_slab@0:[net.minecraft.item.crafting.Ingredient@365e6cbb, net.minecraft.item.crafting.Ingredient@365e6cbb, net.minecraft.item.crafting.Ingredient@365e6cbb]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6502 thebetweenlands:moss_bed_item RecipeStage{tier='two', recipe=1xitem.thebetweenlands.moss_bed_item@0:[net.minecraft.item.crafting.Ingredient@1d863a14, net.minecraft.item.crafting.Ingredient@1d863a14, net.minecraft.item.crafting.Ingredient@1d863a14, net.minecraft.item.crafting.Ingredient@3f0a8e9c, net.minecraft.item.crafting.Ingredient@3f0a8e9c, net.minecraft.item.crafting.Ingredient@3f0a8e9c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6503 thebetweenlands:mortar RecipeStage{tier='two', recipe=1xtile.thebetweenlands.mortar@0:[net.minecraft.item.crafting.Ingredient@5dad271, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5dad271, net.minecraft.item.crafting.Ingredient@5dad271, net.minecraft.item.crafting.Ingredient@5dad271, net.minecraft.item.crafting.Ingredient@5dad271, net.minecraft.item.crafting.Ingredient@4047825a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4047825a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6504 thebetweenlands:mire_scramble RecipeStage{tier='two', recipe=1xitem.thebetweenlands.mire_scramble@0:[net.minecraft.item.crafting.Ingredient@15d2c916, net.minecraft.item.crafting.Ingredient@185de9c7, net.minecraft.item.crafting.Ingredient@2cb2467d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6505 thebetweenlands:mire_coral_block RecipeStage{tier='two', recipe=4xtile.thebetweenlands.mire_coral_block@0:[net.minecraft.item.crafting.Ingredient@51a5692b, net.minecraft.item.crafting.Ingredient@51a5692b, net.minecraft.item.crafting.Ingredient@51a5692b, net.minecraft.item.crafting.Ingredient@51a5692b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6506 thebetweenlands:middle_fruit_jello RecipeStage{tier='two', recipe=1xitem.thebetweenlands.middle_fruit_jello@0:[net.minecraft.item.crafting.Ingredient@5a99176f, net.minecraft.item.crafting.Ingredient@3af8cb16]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6507 thebetweenlands:lurker_skin_shield RecipeStage{tier='two', recipe=1xitem.thebetweenlands.lurker_skin_shield@0:[net.minecraft.item.crafting.Ingredient@17b940c8, net.minecraft.item.crafting.Ingredient@a434fd2, net.minecraft.item.crafting.Ingredient@17b940c8, net.minecraft.item.crafting.Ingredient@17b940c8, net.minecraft.item.crafting.Ingredient@17b940c8, net.minecraft.item.crafting.Ingredient@17b940c8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@17b940c8, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6508 thebetweenlands:lurker_skin_pouch RecipeStage{tier='two', recipe=1xitem.thebetweenlands.lurker_skin_pouch@0:[net.minecraft.item.crafting.Ingredient@3d3401fd, net.minecraft.item.crafting.Ingredient@3d3401fd, net.minecraft.item.crafting.Ingredient@3d3401fd, net.minecraft.item.crafting.Ingredient@57bdb0f7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@57bdb0f7, net.minecraft.item.crafting.Ingredient@57bdb0f7, net.minecraft.item.crafting.Ingredient@57bdb0f7, net.minecraft.item.crafting.Ingredient@57bdb0f7]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6509 thebetweenlands:lurker_skin_leggings RecipeStage{tier='two', recipe=1xitem.thebetweenlands.lurker_skin_leggings@0:[net.minecraft.item.crafting.Ingredient@525cfd65, net.minecraft.item.crafting.Ingredient@525cfd65, net.minecraft.item.crafting.Ingredient@525cfd65, net.minecraft.item.crafting.Ingredient@525cfd65, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@525cfd65, net.minecraft.item.crafting.Ingredient@525cfd65, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@525cfd65]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6510 thebetweenlands:lurker_skin_helmet RecipeStage{tier='two', recipe=1xitem.thebetweenlands.lurker_skin_helmet@0:[net.minecraft.item.crafting.Ingredient@160058be, net.minecraft.item.crafting.Ingredient@160058be, net.minecraft.item.crafting.Ingredient@160058be, net.minecraft.item.crafting.Ingredient@160058be, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@160058be]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6511 thebetweenlands:lurker_skin_chestplate RecipeStage{tier='two', recipe=1xitem.thebetweenlands.lurker_skin_chestplate@0:[net.minecraft.item.crafting.Ingredient@5b5d0d25, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5b5d0d25, net.minecraft.item.crafting.Ingredient@5b5d0d25, net.minecraft.item.crafting.Ingredient@5b5d0d25, net.minecraft.item.crafting.Ingredient@5b5d0d25, net.minecraft.item.crafting.Ingredient@5b5d0d25, net.minecraft.item.crafting.Ingredient@5b5d0d25, net.minecraft.item.crafting.Ingredient@5b5d0d25]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6512 thebetweenlands:lurker_skin_boots RecipeStage{tier='two', recipe=1xitem.thebetweenlands.lurker_skin_boots@0:[net.minecraft.item.crafting.Ingredient@7cd1bd50, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7cd1bd50, net.minecraft.item.crafting.Ingredient@7cd1bd50, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7cd1bd50]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6513 thebetweenlands:living_weedwood_shield RecipeStage{tier='two', recipe=1xitem.thebetweenlands.living_weedwood_shield@0:[net.minecraft.item.crafting.Ingredient@606db804, net.minecraft.item.crafting.Ingredient@5903f439]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6514 thebetweenlands:limestone_wall RecipeStage{tier='two', recipe=6xtile.thebetweenlands.limestone_wall@0:[net.minecraft.item.crafting.Ingredient@60a992a4, net.minecraft.item.crafting.Ingredient@60a992a4, net.minecraft.item.crafting.Ingredient@60a992a4, net.minecraft.item.crafting.Ingredient@60a992a4, net.minecraft.item.crafting.Ingredient@60a992a4, net.minecraft.item.crafting.Ingredient@60a992a4]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6515 thebetweenlands:limestone_tiles RecipeStage{tier='two', recipe=4xtile.thebetweenlands.limestone_tiles@0:[net.minecraft.item.crafting.Ingredient@66ffec37, net.minecraft.item.crafting.Ingredient@66ffec37, net.minecraft.item.crafting.Ingredient@66ffec37, net.minecraft.item.crafting.Ingredient@66ffec37]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6516 thebetweenlands:limestone_stairs RecipeStage{tier='two', recipe=4xtile.thebetweenlands.limestone_stairs@0:[net.minecraft.item.crafting.Ingredient@56872843, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@56872843, net.minecraft.item.crafting.Ingredient@56872843, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@56872843, net.minecraft.item.crafting.Ingredient@56872843, net.minecraft.item.crafting.Ingredient@56872843]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6517 thebetweenlands:limestone_slab RecipeStage{tier='two', recipe=6xtile.thebetweenlands.limestone_slab@0:[net.minecraft.item.crafting.Ingredient@49191a2b, net.minecraft.item.crafting.Ingredient@49191a2b, net.minecraft.item.crafting.Ingredient@49191a2b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6518 thebetweenlands:limestone_pillar RecipeStage{tier='two', recipe=2xtile.thebetweenlands.limestone_pillar@0:[net.minecraft.item.crafting.Ingredient@507b91ae, net.minecraft.item.crafting.Ingredient@507b91ae]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6519 thebetweenlands:limestone_chiseled RecipeStage{tier='two', recipe=1xtile.thebetweenlands.limestone_chiseled@0:[net.minecraft.item.crafting.Ingredient@e9572a7, net.minecraft.item.crafting.Ingredient@e9572a7]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6520 thebetweenlands:limestone_bricks RecipeStage{tier='two', recipe=4xtile.thebetweenlands.limestone_bricks@0:[net.minecraft.item.crafting.Ingredient@593a7a7e, net.minecraft.item.crafting.Ingredient@593a7a7e, net.minecraft.item.crafting.Ingredient@593a7a7e, net.minecraft.item.crafting.Ingredient@593a7a7e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6521 thebetweenlands:limestone_brick_wall RecipeStage{tier='two', recipe=6xtile.thebetweenlands.limestone_brick_wall@0:[net.minecraft.item.crafting.Ingredient@147e7afb, net.minecraft.item.crafting.Ingredient@147e7afb, net.minecraft.item.crafting.Ingredient@147e7afb, net.minecraft.item.crafting.Ingredient@147e7afb, net.minecraft.item.crafting.Ingredient@147e7afb, net.minecraft.item.crafting.Ingredient@147e7afb]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6522 thebetweenlands:limestone_brick_stairs RecipeStage{tier='two', recipe=4xtile.thebetweenlands.limestone_brick_stairs@0:[net.minecraft.item.crafting.Ingredient@3697009c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3697009c, net.minecraft.item.crafting.Ingredient@3697009c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3697009c, net.minecraft.item.crafting.Ingredient@3697009c, net.minecraft.item.crafting.Ingredient@3697009c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6523 thebetweenlands:limestone_brick_slab RecipeStage{tier='two', recipe=6xtile.thebetweenlands.limestone_brick_slab@0:[net.minecraft.item.crafting.Ingredient@76d34ecd, net.minecraft.item.crafting.Ingredient@76d34ecd, net.minecraft.item.crafting.Ingredient@76d34ecd]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6524 thebetweenlands:jam_donut RecipeStage{tier='two', recipe=1xitem.thebetweenlands.jam_donut@0:[net.minecraft.item.crafting.Ingredient@b5d6f21, net.minecraft.item.crafting.Ingredient@39ead786]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6525 thebetweenlands:item_shelf RecipeStage{tier='two', recipe=3xtile.thebetweenlands.item_shelf@0:[net.minecraft.item.crafting.Ingredient@2af9f488, net.minecraft.item.crafting.Ingredient@2af9f488, net.minecraft.item.crafting.Ingredient@2af9f488, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2af9f488, net.minecraft.item.crafting.Ingredient@2af9f488, net.minecraft.item.crafting.Ingredient@2af9f488]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6526 thebetweenlands:infuser RecipeStage{tier='two', recipe=1xtile.thebetweenlands.infuser@0:[net.minecraft.item.crafting.Ingredient@655d5242, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@655d5242, net.minecraft.item.crafting.Ingredient@655d5242, net.minecraft.item.crafting.Ingredient@469cd3cf, net.minecraft.item.crafting.Ingredient@655d5242, net.minecraft.item.crafting.Ingredient@4775576f, net.minecraft.item.crafting.Ingredient@655d5242, net.minecraft.item.crafting.Ingredient@4775576f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6527 thebetweenlands:inanimate_angry_pebble RecipeStage{tier='two', recipe=1xitem.thebetweenlands.items_misc@46:[net.minecraft.item.crafting.Ingredient@28271634, net.minecraft.item.crafting.Ingredient@744fadf2, net.minecraft.item.crafting.Ingredient@23ee3f15, net.minecraft.item.crafting.Ingredient@41760ef3]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6528 thebetweenlands:herblore_book RecipeStage{tier='two', recipe=1xitem.thebetweenlands.manual_hl@0:[net.minecraft.item.crafting.Ingredient@7bed2d01, net.minecraft.item.crafting.Ingredient@7bed2d01, net.minecraft.item.crafting.Ingredient@7bed2d01, net.minecraft.item.crafting.Ingredient@2bffbeed, net.minecraft.item.crafting.Ingredient@2bffbeed, net.minecraft.item.crafting.Ingredient@2bffbeed, net.minecraft.item.crafting.Ingredient@7bed2d01, net.minecraft.item.crafting.Ingredient@7bed2d01, net.minecraft.item.crafting.Ingredient@7bed2d01]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6530 thebetweenlands:hearthgrove_plank_trapdoor RecipeStage{tier='two', recipe=2xtile.thebetweenlands.hearthgrove_plank_trapdoor@0:[net.minecraft.item.crafting.Ingredient@60b85b7, net.minecraft.item.crafting.Ingredient@60b85b7, net.minecraft.item.crafting.Ingredient@60b85b7, net.minecraft.item.crafting.Ingredient@60b85b7, net.minecraft.item.crafting.Ingredient@60b85b7, net.minecraft.item.crafting.Ingredient@60b85b7]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6531 thebetweenlands:hearthgrove_plank_stairs RecipeStage{tier='two', recipe=4xtile.thebetweenlands.hearthgrove_plank_stairs@0:[net.minecraft.item.crafting.Ingredient@30ea67aa, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@30ea67aa, net.minecraft.item.crafting.Ingredient@30ea67aa, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@30ea67aa, net.minecraft.item.crafting.Ingredient@30ea67aa, net.minecraft.item.crafting.Ingredient@30ea67aa]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6532 thebetweenlands:hearthgrove_plank_slab RecipeStage{tier='two', recipe=6xtile.thebetweenlands.hearthgrove_plank_slab@0:[net.minecraft.item.crafting.Ingredient@2c3cf33d, net.minecraft.item.crafting.Ingredient@2c3cf33d, net.minecraft.item.crafting.Ingredient@2c3cf33d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6533 thebetweenlands:hearthgrove_plank_fence_gate RecipeStage{tier='two', recipe=1xtile.thebetweenlands.hearthgrove_plank_fence_gate@0:[net.minecraft.item.crafting.Ingredient@294e8eb2, net.minecraft.item.crafting.Ingredient@74af251e, net.minecraft.item.crafting.Ingredient@294e8eb2, net.minecraft.item.crafting.Ingredient@294e8eb2, net.minecraft.item.crafting.Ingredient@74af251e, net.minecraft.item.crafting.Ingredient@294e8eb2]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6534 thebetweenlands:hearthgrove_plank_fence RecipeStage{tier='two', recipe=3xtile.thebetweenlands.hearthgrove_plank_fence@0:[net.minecraft.item.crafting.Ingredient@3be2e8e4, net.minecraft.item.crafting.Ingredient@198924a, net.minecraft.item.crafting.Ingredient@3be2e8e4, net.minecraft.item.crafting.Ingredient@3be2e8e4, net.minecraft.item.crafting.Ingredient@198924a, net.minecraft.item.crafting.Ingredient@3be2e8e4]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6535 thebetweenlands:hearthgrove_plank_door_item RecipeStage{tier='two', recipe=3xitem.thebetweenlands.hearthgrove_plank_door_item@0:[net.minecraft.item.crafting.Ingredient@3ed27e9a, net.minecraft.item.crafting.Ingredient@3ed27e9a, net.minecraft.item.crafting.Ingredient@3ed27e9a, net.minecraft.item.crafting.Ingredient@3ed27e9a, net.minecraft.item.crafting.Ingredient@3ed27e9a, net.minecraft.item.crafting.Ingredient@3ed27e9a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6536 thebetweenlands:hearthgrove_log_tarred net.minecraft.item.crafting.ShapedRecipes@140373e5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6537 thebetweenlands:hearthgrove_log_full_tarred net.minecraft.item.crafting.ShapedRecipes@5c70f9d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6538 thebetweenlands:hearthgrove_log_full net.minecraft.item.crafting.ShapedRecipes@3f4f095c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6539 thebetweenlands:hearthgrove_log net.minecraft.item.crafting.ShapedRecipes@3a3a83ae +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6540 thebetweenlands:green_middle_gem_block RecipeStage{tier='two', recipe=1xtile.thebetweenlands.green_middle_gem_block@0:[net.minecraft.item.crafting.Ingredient@58aa2d67, net.minecraft.item.crafting.Ingredient@58aa2d67, net.minecraft.item.crafting.Ingredient@58aa2d67, net.minecraft.item.crafting.Ingredient@58aa2d67, net.minecraft.item.crafting.Ingredient@58aa2d67, net.minecraft.item.crafting.Ingredient@58aa2d67, net.minecraft.item.crafting.Ingredient@58aa2d67, net.minecraft.item.crafting.Ingredient@58aa2d67, net.minecraft.item.crafting.Ingredient@58aa2d67]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6541 thebetweenlands:green_middle_gem RecipeStage{tier='two', recipe=9xitem.thebetweenlands.green_middle_gem@0:[net.minecraft.item.crafting.Ingredient@791fe62b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6542 thebetweenlands:grappling_hook RecipeStage{tier='two', recipe=1xitem.thebetweenlands.grappling_hook@0:[net.minecraft.item.crafting.Ingredient@732b687b, net.minecraft.item.crafting.Ingredient@392c6ca, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@392c6ca, net.minecraft.item.crafting.Ingredient@732b687b, net.minecraft.item.crafting.Ingredient@392c6ca, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@392c6ca, net.minecraft.item.crafting.Ingredient@402b6c4e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6544 thebetweenlands:giant_root_plank_trapdoor RecipeStage{tier='two', recipe=2xtile.thebetweenlands.giant_root_plank_trapdoor@0:[net.minecraft.item.crafting.Ingredient@2bb70c6c, net.minecraft.item.crafting.Ingredient@2bb70c6c, net.minecraft.item.crafting.Ingredient@2bb70c6c, net.minecraft.item.crafting.Ingredient@2bb70c6c, net.minecraft.item.crafting.Ingredient@2bb70c6c, net.minecraft.item.crafting.Ingredient@2bb70c6c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6545 thebetweenlands:giant_root_plank_stairs RecipeStage{tier='two', recipe=4xtile.thebetweenlands.giant_root_plank_stairs@0:[net.minecraft.item.crafting.Ingredient@61e2b584, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@61e2b584, net.minecraft.item.crafting.Ingredient@61e2b584, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@61e2b584, net.minecraft.item.crafting.Ingredient@61e2b584, net.minecraft.item.crafting.Ingredient@61e2b584]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6546 thebetweenlands:giant_root_plank_slab RecipeStage{tier='two', recipe=6xtile.thebetweenlands.giant_root_plank_slab@0:[net.minecraft.item.crafting.Ingredient@4302df96, net.minecraft.item.crafting.Ingredient@4302df96, net.minecraft.item.crafting.Ingredient@4302df96]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6547 thebetweenlands:giant_root_plank_fence_gate RecipeStage{tier='two', recipe=1xtile.thebetweenlands.giant_root_plank_fence_gate@0:[net.minecraft.item.crafting.Ingredient@670e713f, net.minecraft.item.crafting.Ingredient@64f9e8a8, net.minecraft.item.crafting.Ingredient@670e713f, net.minecraft.item.crafting.Ingredient@670e713f, net.minecraft.item.crafting.Ingredient@64f9e8a8, net.minecraft.item.crafting.Ingredient@670e713f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6548 thebetweenlands:giant_root_plank_fence RecipeStage{tier='two', recipe=3xtile.thebetweenlands.giant_root_plank_fence@0:[net.minecraft.item.crafting.Ingredient@2aada0b1, net.minecraft.item.crafting.Ingredient@4d39fa61, net.minecraft.item.crafting.Ingredient@2aada0b1, net.minecraft.item.crafting.Ingredient@2aada0b1, net.minecraft.item.crafting.Ingredient@4d39fa61, net.minecraft.item.crafting.Ingredient@2aada0b1]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6549 thebetweenlands:giant_root_plank_door_item RecipeStage{tier='two', recipe=3xitem.thebetweenlands.giant_root_plank_door_item@0:[net.minecraft.item.crafting.Ingredient@63b2b7a9, net.minecraft.item.crafting.Ingredient@63b2b7a9, net.minecraft.item.crafting.Ingredient@63b2b7a9, net.minecraft.item.crafting.Ingredient@63b2b7a9, net.minecraft.item.crafting.Ingredient@63b2b7a9, net.minecraft.item.crafting.Ingredient@63b2b7a9]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6550 thebetweenlands:gerts_donut RecipeStage{tier='two', recipe=1xitem.thebetweenlands.gerts_donut@0:[net.minecraft.item.crafting.Ingredient@1ed6edf6, net.minecraft.item.crafting.Ingredient@95f2fcf, net.minecraft.item.crafting.Ingredient@39375102]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6551 thebetweenlands:gecko_cage RecipeStage{tier='two', recipe=1xtile.thebetweenlands.gecko_cage@0:[net.minecraft.item.crafting.Ingredient@73f03372, net.minecraft.item.crafting.Ingredient@309f8db9, net.minecraft.item.crafting.Ingredient@73f03372, net.minecraft.item.crafting.Ingredient@5dc21624, net.minecraft.item.crafting.Ingredient@5dc21624, net.minecraft.item.crafting.Ingredient@5dc21624, net.minecraft.item.crafting.Ingredient@73f03372, net.minecraft.item.crafting.Ingredient@309f8db9, net.minecraft.item.crafting.Ingredient@73f03372]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6552 thebetweenlands:gallery_frame_very_large RecipeStage{tier='two', recipe=1xitem.thebetweenlands.gallery_frame_very_large@0:[net.minecraft.item.crafting.Ingredient@3818f16f, net.minecraft.item.crafting.Ingredient@3818f16f, net.minecraft.item.crafting.Ingredient@3818f16f, net.minecraft.item.crafting.Ingredient@3818f16f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6553 thebetweenlands:gallery_frame_small RecipeStage{tier='two', recipe=1xitem.thebetweenlands.gallery_frame_small@0:[net.minecraft.item.crafting.Ingredient@3b6cb4ef, net.minecraft.item.crafting.Ingredient@3b6cb4ef, net.minecraft.item.crafting.Ingredient@3b6cb4ef, net.minecraft.item.crafting.Ingredient@3b6cb4ef, net.minecraft.item.crafting.Ingredient@4853f623, net.minecraft.item.crafting.Ingredient@3b6cb4ef, net.minecraft.item.crafting.Ingredient@3b6cb4ef, net.minecraft.item.crafting.Ingredient@3b6cb4ef, net.minecraft.item.crafting.Ingredient@3b6cb4ef]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6554 thebetweenlands:gallery_frame_large RecipeStage{tier='two', recipe=1xitem.thebetweenlands.gallery_frame_large@0:[net.minecraft.item.crafting.Ingredient@1922dfa, net.minecraft.item.crafting.Ingredient@1922dfa, net.minecraft.item.crafting.Ingredient@1922dfa, net.minecraft.item.crafting.Ingredient@1922dfa]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6555 thebetweenlands:fabricated_scroll RecipeStage{tier='two', recipe=1xitem.thebetweenlands.items_misc@49:[net.minecraft.item.crafting.Ingredient@1568b573, net.minecraft.item.crafting.Ingredient@5f1283bd, net.minecraft.item.crafting.Ingredient@2667c74a, net.minecraft.item.crafting.Ingredient@ee46d47]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6556 thebetweenlands:dentrothyst_vial_orange RecipeStage{tier='two', recipe=1xitem.thebetweenlands.dentrothyst_vial@2:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4256307f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@20d5ff1a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@20d5ff1a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@20d5ff1a, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6557 thebetweenlands:dentrothyst_vial_green RecipeStage{tier='two', recipe=1xitem.thebetweenlands.dentrothyst_vial@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4ba33251, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@8e22938, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@8e22938, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@8e22938, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6558 thebetweenlands:dentrothyst_shield_orange_polished RecipeStage{tier='two', recipe=1xitem.thebetweenlands.dentrothyst_shield_orange_polished@0:[net.minecraft.item.crafting.Ingredient@1faa7313, net.minecraft.item.crafting.Ingredient@44ce0f1a, net.minecraft.item.crafting.Ingredient@1faa7313, net.minecraft.item.crafting.Ingredient@1faa7313, net.minecraft.item.crafting.Ingredient@1faa7313, net.minecraft.item.crafting.Ingredient@1faa7313, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1faa7313, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6559 thebetweenlands:dentrothyst_shield_orange RecipeStage{tier='two', recipe=1xitem.thebetweenlands.dentrothyst_shield_orange@0:[net.minecraft.item.crafting.Ingredient@3749ef69, net.minecraft.item.crafting.Ingredient@5d79be40, net.minecraft.item.crafting.Ingredient@3749ef69, net.minecraft.item.crafting.Ingredient@3749ef69, net.minecraft.item.crafting.Ingredient@3749ef69, net.minecraft.item.crafting.Ingredient@3749ef69, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3749ef69, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6560 thebetweenlands:dentrothyst_shield_green_polished RecipeStage{tier='two', recipe=1xitem.thebetweenlands.dentrothyst_shield_green_polished@0:[net.minecraft.item.crafting.Ingredient@fecc37b, net.minecraft.item.crafting.Ingredient@4ef770c4, net.minecraft.item.crafting.Ingredient@fecc37b, net.minecraft.item.crafting.Ingredient@fecc37b, net.minecraft.item.crafting.Ingredient@fecc37b, net.minecraft.item.crafting.Ingredient@fecc37b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@fecc37b, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6561 thebetweenlands:dentrothyst_shield_green RecipeStage{tier='two', recipe=1xitem.thebetweenlands.dentrothyst_shield_green@0:[net.minecraft.item.crafting.Ingredient@7e42e3e1, net.minecraft.item.crafting.Ingredient@1ad7f777, net.minecraft.item.crafting.Ingredient@7e42e3e1, net.minecraft.item.crafting.Ingredient@7e42e3e1, net.minecraft.item.crafting.Ingredient@7e42e3e1, net.minecraft.item.crafting.Ingredient@7e42e3e1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7e42e3e1, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6562 thebetweenlands:dentrothyst_pane_orange_polished RecipeStage{tier='two', recipe=16xtile.thebetweenlands.polished_dentrothyst_pane@1:[net.minecraft.item.crafting.Ingredient@482bcc8c, net.minecraft.item.crafting.Ingredient@482bcc8c, net.minecraft.item.crafting.Ingredient@482bcc8c, net.minecraft.item.crafting.Ingredient@482bcc8c, net.minecraft.item.crafting.Ingredient@482bcc8c, net.minecraft.item.crafting.Ingredient@482bcc8c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6563 thebetweenlands:dentrothyst_pane_green_polished RecipeStage{tier='two', recipe=16xtile.thebetweenlands.polished_dentrothyst_pane@0:[net.minecraft.item.crafting.Ingredient@6ab7327, net.minecraft.item.crafting.Ingredient@6ab7327, net.minecraft.item.crafting.Ingredient@6ab7327, net.minecraft.item.crafting.Ingredient@6ab7327, net.minecraft.item.crafting.Ingredient@6ab7327, net.minecraft.item.crafting.Ingredient@6ab7327]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6564 thebetweenlands:dentrothyst_orange RecipeStage{tier='two', recipe=1xtile.thebetweenlands.dentrothyst@1:[net.minecraft.item.crafting.Ingredient@4e1fbe9a, net.minecraft.item.crafting.Ingredient@4e1fbe9a, net.minecraft.item.crafting.Ingredient@4e1fbe9a, net.minecraft.item.crafting.Ingredient@4e1fbe9a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6565 thebetweenlands:dentrothyst_green RecipeStage{tier='two', recipe=1xtile.thebetweenlands.dentrothyst@0:[net.minecraft.item.crafting.Ingredient@39bb01c8, net.minecraft.item.crafting.Ingredient@39bb01c8, net.minecraft.item.crafting.Ingredient@39bb01c8, net.minecraft.item.crafting.Ingredient@39bb01c8]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6566 thebetweenlands:deep_water_coral_block RecipeStage{tier='two', recipe=4xtile.thebetweenlands.deep_water_coral_block@0:[net.minecraft.item.crafting.Ingredient@34ff57b8, net.minecraft.item.crafting.Ingredient@34ff57b8, net.minecraft.item.crafting.Ingredient@34ff57b8, net.minecraft.item.crafting.Ingredient@34ff57b8]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6567 thebetweenlands:crimson_middle_gem_block RecipeStage{tier='two', recipe=1xtile.thebetweenlands.crimson_middle_gem_block@0:[net.minecraft.item.crafting.Ingredient@61d6b333, net.minecraft.item.crafting.Ingredient@61d6b333, net.minecraft.item.crafting.Ingredient@61d6b333, net.minecraft.item.crafting.Ingredient@61d6b333, net.minecraft.item.crafting.Ingredient@61d6b333, net.minecraft.item.crafting.Ingredient@61d6b333, net.minecraft.item.crafting.Ingredient@61d6b333, net.minecraft.item.crafting.Ingredient@61d6b333, net.minecraft.item.crafting.Ingredient@61d6b333]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6568 thebetweenlands:crimson_middle_gem RecipeStage{tier='two', recipe=9xitem.thebetweenlands.crimson_middle_gem@0:[net.minecraft.item.crafting.Ingredient@4dce7183]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6569 thebetweenlands:cragrock_wall RecipeStage{tier='two', recipe=6xtile.thebetweenlands.cragrock_wall@0:[net.minecraft.item.crafting.Ingredient@7d67b73a, net.minecraft.item.crafting.Ingredient@7d67b73a, net.minecraft.item.crafting.Ingredient@7d67b73a, net.minecraft.item.crafting.Ingredient@7d67b73a, net.minecraft.item.crafting.Ingredient@7d67b73a, net.minecraft.item.crafting.Ingredient@7d67b73a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6570 thebetweenlands:cragrock_tiles RecipeStage{tier='two', recipe=4xtile.thebetweenlands.cragrock_tiles@0:[net.minecraft.item.crafting.Ingredient@61e9a650, net.minecraft.item.crafting.Ingredient@61e9a650, net.minecraft.item.crafting.Ingredient@61e9a650, net.minecraft.item.crafting.Ingredient@61e9a650]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6571 thebetweenlands:cragrock_stairs RecipeStage{tier='two', recipe=4xtile.thebetweenlands.cragrock_stairs@0:[net.minecraft.item.crafting.Ingredient@38934c5b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@38934c5b, net.minecraft.item.crafting.Ingredient@38934c5b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@38934c5b, net.minecraft.item.crafting.Ingredient@38934c5b, net.minecraft.item.crafting.Ingredient@38934c5b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6572 thebetweenlands:cragrock_slab RecipeStage{tier='two', recipe=6xtile.thebetweenlands.cragrock_slab@0:[net.minecraft.item.crafting.Ingredient@7d05b8d0, net.minecraft.item.crafting.Ingredient@7d05b8d0, net.minecraft.item.crafting.Ingredient@7d05b8d0]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6573 thebetweenlands:cragrock_pillar RecipeStage{tier='two', recipe=2xtile.thebetweenlands.cragrock_pillar@0:[net.minecraft.item.crafting.Ingredient@a5ff23d, net.minecraft.item.crafting.Ingredient@a5ff23d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6574 thebetweenlands:cragrock_chiseled RecipeStage{tier='two', recipe=1xtile.thebetweenlands.cragrock_chiseled@0:[net.minecraft.item.crafting.Ingredient@36c3ae4a, net.minecraft.item.crafting.Ingredient@36c3ae4a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6575 thebetweenlands:cragrock_bricks RecipeStage{tier='two', recipe=4xtile.thebetweenlands.cragrock_bricks@0:[net.minecraft.item.crafting.Ingredient@69c377a3, net.minecraft.item.crafting.Ingredient@69c377a3, net.minecraft.item.crafting.Ingredient@69c377a3, net.minecraft.item.crafting.Ingredient@69c377a3]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6576 thebetweenlands:cragrock_brick_wall RecipeStage{tier='two', recipe=6xtile.thebetweenlands.cragrock_brick_wall@0:[net.minecraft.item.crafting.Ingredient@67517ce4, net.minecraft.item.crafting.Ingredient@67517ce4, net.minecraft.item.crafting.Ingredient@67517ce4, net.minecraft.item.crafting.Ingredient@67517ce4, net.minecraft.item.crafting.Ingredient@67517ce4, net.minecraft.item.crafting.Ingredient@67517ce4]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6577 thebetweenlands:cragrock_brick_stairs RecipeStage{tier='two', recipe=4xtile.thebetweenlands.cragrock_brick_stairs@0:[net.minecraft.item.crafting.Ingredient@50ed3736, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@50ed3736, net.minecraft.item.crafting.Ingredient@50ed3736, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@50ed3736, net.minecraft.item.crafting.Ingredient@50ed3736, net.minecraft.item.crafting.Ingredient@50ed3736]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6578 thebetweenlands:cragrock_brick_slab RecipeStage{tier='two', recipe=6xtile.thebetweenlands.cragrock_brick_slab@0:[net.minecraft.item.crafting.Ingredient@2bf204ec, net.minecraft.item.crafting.Ingredient@2bf204ec, net.minecraft.item.crafting.Ingredient@2bf204ec]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6579 thebetweenlands:cracked_betweenstone_brick_wall RecipeStage{tier='two', recipe=6xtile.thebetweenlands.cracked_betweenstone_brick_wall@0:[net.minecraft.item.crafting.Ingredient@6f721c, net.minecraft.item.crafting.Ingredient@6f721c, net.minecraft.item.crafting.Ingredient@6f721c, net.minecraft.item.crafting.Ingredient@6f721c, net.minecraft.item.crafting.Ingredient@6f721c, net.minecraft.item.crafting.Ingredient@6f721c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6580 thebetweenlands:cracked_betweenstone_brick_stairs RecipeStage{tier='two', recipe=4xtile.thebetweenlands.cracked_betweenstone_brick_stairs@0:[net.minecraft.item.crafting.Ingredient@57f96676, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@57f96676, net.minecraft.item.crafting.Ingredient@57f96676, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@57f96676, net.minecraft.item.crafting.Ingredient@57f96676, net.minecraft.item.crafting.Ingredient@57f96676]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6581 thebetweenlands:cracked_betweenstone_brick_slab RecipeStage{tier='two', recipe=6xtile.thebetweenlands.cracked_betweenstone_brick_slab@0:[net.minecraft.item.crafting.Ingredient@7cae318a, net.minecraft.item.crafting.Ingredient@7cae318a, net.minecraft.item.crafting.Ingredient@7cae318a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6582 thebetweenlands:crab_sticks RecipeStage{tier='two', recipe=3xitem.thebetweenlands.crab_stick@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@678c965f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@678c965f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@678c965f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6583 thebetweenlands:compost_block RecipeStage{tier='two', recipe=1xtile.thebetweenlands.compost_block@0:[net.minecraft.item.crafting.Ingredient@6a4adfe7, net.minecraft.item.crafting.Ingredient@6a4adfe7, net.minecraft.item.crafting.Ingredient@6a4adfe7, net.minecraft.item.crafting.Ingredient@6a4adfe7, net.minecraft.item.crafting.Ingredient@6a4adfe7, net.minecraft.item.crafting.Ingredient@6a4adfe7, net.minecraft.item.crafting.Ingredient@6a4adfe7, net.minecraft.item.crafting.Ingredient@6a4adfe7, net.minecraft.item.crafting.Ingredient@6a4adfe7]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6584 thebetweenlands:compost_bin RecipeStage{tier='two', recipe=1xtile.thebetweenlands.compost_bin@0:[net.minecraft.item.crafting.Ingredient@12068015, net.minecraft.item.crafting.Ingredient@155b420b, net.minecraft.item.crafting.Ingredient@12068015, net.minecraft.item.crafting.Ingredient@155b420b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@155b420b, net.minecraft.item.crafting.Ingredient@155b420b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@155b420b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6585 thebetweenlands:compost RecipeStage{tier='two', recipe=9xitem.thebetweenlands.items_misc@2:[net.minecraft.item.crafting.Ingredient@7063bce]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6586 thebetweenlands:compacted_mud_slope RecipeStage{tier='two', recipe=4xtile.thebetweenlands.compacted_mud_slope@0:[net.minecraft.item.crafting.Ingredient@e5be9e9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@e5be9e9, net.minecraft.item.crafting.Ingredient@e5be9e9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@e5be9e9, net.minecraft.item.crafting.Ingredient@e5be9e9, net.minecraft.item.crafting.Ingredient@e5be9e9]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6587 thebetweenlands:compacted_mud_slab RecipeStage{tier='two', recipe=6xtile.thebetweenlands.compacted_mud_slab@0:[net.minecraft.item.crafting.Ingredient@4c2a9f9, net.minecraft.item.crafting.Ingredient@4c2a9f9, net.minecraft.item.crafting.Ingredient@4c2a9f9]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6588 thebetweenlands:compacted_mud RecipeStage{tier='two', recipe=1xtile.thebetweenlands.compacted_mud@0:[net.minecraft.item.crafting.Ingredient@4eb21428, net.minecraft.item.crafting.Ingredient@4eb21428, net.minecraft.item.crafting.Ingredient@4eb21428, net.minecraft.item.crafting.Ingredient@4eb21428]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6589 thebetweenlands:coarse_dirt RecipeStage{tier='two', recipe=2xtile.thebetweenlands.coarse_swamp_dirt@0:[net.minecraft.item.crafting.Ingredient@30c3210c, net.minecraft.item.crafting.Ingredient@75c2a101]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6590 thebetweenlands:clear_weedwood_barrel RecipeStage{tier='two', recipe=1xtile.thebetweenlands.weedwood_barrel@0:[net.minecraft.item.crafting.Ingredient@73677247]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6591 thebetweenlands:clear_syrmorite_barrel RecipeStage{tier='two', recipe=1xtile.thebetweenlands.syrmorite_barrel@0:[net.minecraft.item.crafting.Ingredient@2cf78aa3]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6592 thebetweenlands:censer RecipeStage{tier='two', recipe=1xtile.thebetweenlands.censer@0:[net.minecraft.item.crafting.Ingredient@22b30554, net.minecraft.item.crafting.Ingredient@22b30554, net.minecraft.item.crafting.Ingredient@22b30554, net.minecraft.item.crafting.Ingredient@22b30554, net.minecraft.item.crafting.Ingredient@55a65ecd, net.minecraft.item.crafting.Ingredient@22b30554, net.minecraft.item.crafting.Ingredient@6b247105, net.minecraft.item.crafting.Ingredient@6b247105, net.minecraft.item.crafting.Ingredient@6b247105]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6593 thebetweenlands:caving_rope RecipeStage{tier='two', recipe=16xitem.thebetweenlands.caving_rope@0:[net.minecraft.item.crafting.Ingredient@4577d66f, net.minecraft.item.crafting.Ingredient@4577d66f, net.minecraft.item.crafting.Ingredient@4577d66f, net.minecraft.item.crafting.Ingredient@4577d66f, net.minecraft.item.crafting.Ingredient@2ee5a099, net.minecraft.item.crafting.Ingredient@4577d66f, net.minecraft.item.crafting.Ingredient@4577d66f, net.minecraft.item.crafting.Ingredient@4577d66f, net.minecraft.item.crafting.Ingredient@4577d66f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6594 thebetweenlands:carved_mud_bricks_decay_4_2_to_1 net.minecraft.item.crafting.ShapedRecipes@6b258694 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6595 thebetweenlands:carved_mud_bricks_decay_4_1_to_2 net.minecraft.item.crafting.ShapedRecipes@577af10e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6596 thebetweenlands:carved_mud_bricks_decay_4 net.minecraft.item.crafting.ShapedRecipes@58dd25fd +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6597 thebetweenlands:carved_mud_bricks_decay_3_2_to_1 net.minecraft.item.crafting.ShapedRecipes@76e0ecf6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6598 thebetweenlands:carved_mud_bricks_decay_3_1_to_2 net.minecraft.item.crafting.ShapedRecipes@13d8e496 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6599 thebetweenlands:carved_mud_bricks_decay_3 net.minecraft.item.crafting.ShapedRecipes@71aae533 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6600 thebetweenlands:carved_mud_bricks_decay_2_2_to_1 net.minecraft.item.crafting.ShapedRecipes@6d698a1b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6601 thebetweenlands:carved_mud_bricks_decay_2_1_to_2 net.minecraft.item.crafting.ShapedRecipes@5de38a8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6602 thebetweenlands:carved_mud_bricks_decay_2 net.minecraft.item.crafting.ShapedRecipes@3bc81a46 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6603 thebetweenlands:carved_mud_bricks_decay_1_2_to_1 net.minecraft.item.crafting.ShapedRecipes@31c312a2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6604 thebetweenlands:carved_mud_bricks_decay_1_1_to_2 net.minecraft.item.crafting.ShapedRecipes@6be4b1a1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6605 thebetweenlands:carved_mud_bricks_decay_1 net.minecraft.item.crafting.ShapedRecipes@e93c23f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6606 thebetweenlands:carved_mud_bricks_2_to_1 RecipeStage{tier='two', recipe=1xtile.thebetweenlands.mud_bricks_carved@0:[net.minecraft.item.crafting.Ingredient@103c096b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6607 thebetweenlands:carved_mud_bricks_1_to_2 net.minecraft.item.crafting.ShapedRecipes@39272d67 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6608 thebetweenlands:carved_mud_bricks RecipeStage{tier='two', recipe=4xtile.thebetweenlands.mud_bricks_carved@0:[net.minecraft.item.crafting.Ingredient@6ba3894, net.minecraft.item.crafting.Ingredient@6ba3894, net.minecraft.item.crafting.Ingredient@6ba3894, net.minecraft.item.crafting.Ingredient@6766131, net.minecraft.item.crafting.Ingredient@6766131, net.minecraft.item.crafting.Ingredient@6766131, net.minecraft.item.crafting.Ingredient@6ba3894, net.minecraft.item.crafting.Ingredient@6ba3894, net.minecraft.item.crafting.Ingredient@6ba3894]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6609 thebetweenlands:bulb_capped_mushroom_cap RecipeStage{tier='two', recipe=4xtile.thebetweenlands.bulb_capped_mushroom_cap@0:[net.minecraft.item.crafting.Ingredient@7aafb3d4, net.minecraft.item.crafting.Ingredient@7aafb3d4, net.minecraft.item.crafting.Ingredient@7aafb3d4, net.minecraft.item.crafting.Ingredient@7aafb3d4]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6610 thebetweenlands:bone_sword RecipeStage{tier='two', recipe=1xitem.thebetweenlands.bone_sword@0:[net.minecraft.item.crafting.Ingredient@1547eb3c, net.minecraft.item.crafting.Ingredient@1547eb3c, net.minecraft.item.crafting.Ingredient@5b244c3e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6611 thebetweenlands:bone_shovel RecipeStage{tier='two', recipe=1xitem.thebetweenlands.bone_shovel@0:[net.minecraft.item.crafting.Ingredient@4b8d8c21, net.minecraft.item.crafting.Ingredient@66c54a78, net.minecraft.item.crafting.Ingredient@66c54a78]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6612 thebetweenlands:bone_shield RecipeStage{tier='two', recipe=1xitem.thebetweenlands.bone_shield@0:[net.minecraft.item.crafting.Ingredient@7db173c, net.minecraft.item.crafting.Ingredient@3e7faa60, net.minecraft.item.crafting.Ingredient@7db173c, net.minecraft.item.crafting.Ingredient@7db173c, net.minecraft.item.crafting.Ingredient@7db173c, net.minecraft.item.crafting.Ingredient@7db173c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7db173c, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6613 thebetweenlands:bone_pickaxe RecipeStage{tier='two', recipe=1xitem.thebetweenlands.bone_pickaxe@0:[net.minecraft.item.crafting.Ingredient@5eb3c256, net.minecraft.item.crafting.Ingredient@5eb3c256, net.minecraft.item.crafting.Ingredient@5eb3c256, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6e53f526, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6e53f526, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6614 thebetweenlands:bone_leggings RecipeStage{tier='two', recipe=1xitem.thebetweenlands.bone_leggings@0:[net.minecraft.item.crafting.Ingredient@6c5b7c40, net.minecraft.item.crafting.Ingredient@6c5b7c40, net.minecraft.item.crafting.Ingredient@6c5b7c40, net.minecraft.item.crafting.Ingredient@6c5b7c40, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6c5b7c40, net.minecraft.item.crafting.Ingredient@6c5b7c40, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6c5b7c40]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6615 thebetweenlands:bone_helmet RecipeStage{tier='two', recipe=1xitem.thebetweenlands.bone_helmet@0:[net.minecraft.item.crafting.Ingredient@6fdbe1b3, net.minecraft.item.crafting.Ingredient@6fdbe1b3, net.minecraft.item.crafting.Ingredient@6fdbe1b3, net.minecraft.item.crafting.Ingredient@6fdbe1b3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6fdbe1b3]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6616 thebetweenlands:bone_chestplate RecipeStage{tier='two', recipe=1xitem.thebetweenlands.bone_chestplate@0:[net.minecraft.item.crafting.Ingredient@5e0dbd98, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5e0dbd98, net.minecraft.item.crafting.Ingredient@5e0dbd98, net.minecraft.item.crafting.Ingredient@5e0dbd98, net.minecraft.item.crafting.Ingredient@5e0dbd98, net.minecraft.item.crafting.Ingredient@5e0dbd98, net.minecraft.item.crafting.Ingredient@5e0dbd98, net.minecraft.item.crafting.Ingredient@5e0dbd98]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6617 thebetweenlands:bone_boots RecipeStage{tier='two', recipe=1xitem.thebetweenlands.bone_boots@0:[net.minecraft.item.crafting.Ingredient@46884c00, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@46884c00, net.minecraft.item.crafting.Ingredient@46884c00, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@46884c00]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6618 thebetweenlands:bone_axe RecipeStage{tier='two', recipe=1xitem.thebetweenlands.bone_axe@0:[net.minecraft.item.crafting.Ingredient@714cda3b, net.minecraft.item.crafting.Ingredient@714cda3b, net.minecraft.item.crafting.Ingredient@714cda3b, net.minecraft.item.crafting.Ingredient@5b8c0cfe, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5b8c0cfe]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6619 thebetweenlands:betweenstone_wall RecipeStage{tier='two', recipe=6xtile.thebetweenlands.betweenstone_wall@0:[net.minecraft.item.crafting.Ingredient@847cd1d, net.minecraft.item.crafting.Ingredient@847cd1d, net.minecraft.item.crafting.Ingredient@847cd1d, net.minecraft.item.crafting.Ingredient@847cd1d, net.minecraft.item.crafting.Ingredient@847cd1d, net.minecraft.item.crafting.Ingredient@847cd1d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6620 thebetweenlands:betweenstone_tiles RecipeStage{tier='two', recipe=4xtile.thebetweenlands.betweenstone_tiles@0:[net.minecraft.item.crafting.Ingredient@4320a2b8, net.minecraft.item.crafting.Ingredient@4320a2b8, net.minecraft.item.crafting.Ingredient@4320a2b8, net.minecraft.item.crafting.Ingredient@4320a2b8]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6621 thebetweenlands:betweenstone_stairs RecipeStage{tier='two', recipe=4xtile.thebetweenlands.betweenstone_stairs@0:[net.minecraft.item.crafting.Ingredient@1dfde3ef, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1dfde3ef, net.minecraft.item.crafting.Ingredient@1dfde3ef, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1dfde3ef, net.minecraft.item.crafting.Ingredient@1dfde3ef, net.minecraft.item.crafting.Ingredient@1dfde3ef]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6622 thebetweenlands:betweenstone_slab RecipeStage{tier='two', recipe=6xtile.thebetweenlands.betweenstone_slab@0:[net.minecraft.item.crafting.Ingredient@383771ac, net.minecraft.item.crafting.Ingredient@383771ac, net.minecraft.item.crafting.Ingredient@383771ac]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6623 thebetweenlands:betweenstone_pressure_plate RecipeStage{tier='two', recipe=1xtile.thebetweenlands.betweenstone_pressure_plate@0:[net.minecraft.item.crafting.Ingredient@788b19a9, net.minecraft.item.crafting.Ingredient@788b19a9]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6624 thebetweenlands:betweenstone_pillar RecipeStage{tier='two', recipe=2xtile.thebetweenlands.betweenstone_pillar@0:[net.minecraft.item.crafting.Ingredient@1a7f5017, net.minecraft.item.crafting.Ingredient@1a7f5017]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6625 thebetweenlands:betweenstone_chiseled RecipeStage{tier='two', recipe=1xtile.thebetweenlands.betweenstone_chiseled@0:[net.minecraft.item.crafting.Ingredient@1d571705, net.minecraft.item.crafting.Ingredient@1d571705]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6626 thebetweenlands:betweenstone_button RecipeStage{tier='two', recipe=1xtile.thebetweenlands.betweenstone_button@0:[net.minecraft.item.crafting.Ingredient@461a6d15]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6627 thebetweenlands:betweenstone_bricks RecipeStage{tier='two', recipe=4xtile.thebetweenlands.betweenstone_bricks@0:[net.minecraft.item.crafting.Ingredient@67920106, net.minecraft.item.crafting.Ingredient@67920106, net.minecraft.item.crafting.Ingredient@67920106, net.minecraft.item.crafting.Ingredient@67920106]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6628 thebetweenlands:betweenstone_brick_wall RecipeStage{tier='two', recipe=6xtile.thebetweenlands.betweenstone_brick_wall@0:[net.minecraft.item.crafting.Ingredient@524d39b8, net.minecraft.item.crafting.Ingredient@524d39b8, net.minecraft.item.crafting.Ingredient@524d39b8, net.minecraft.item.crafting.Ingredient@524d39b8, net.minecraft.item.crafting.Ingredient@524d39b8, net.minecraft.item.crafting.Ingredient@524d39b8]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6629 thebetweenlands:betweenstone_brick_stairs RecipeStage{tier='two', recipe=4xtile.thebetweenlands.betweenstone_brick_stairs@0:[net.minecraft.item.crafting.Ingredient@5392b4c4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5392b4c4, net.minecraft.item.crafting.Ingredient@5392b4c4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5392b4c4, net.minecraft.item.crafting.Ingredient@5392b4c4, net.minecraft.item.crafting.Ingredient@5392b4c4]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6630 thebetweenlands:betweenstone_brick_slab RecipeStage{tier='two', recipe=6xtile.thebetweenlands.betweenstone_brick_slab@0:[net.minecraft.item.crafting.Ingredient@f82659e, net.minecraft.item.crafting.Ingredient@f82659e, net.minecraft.item.crafting.Ingredient@f82659e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6631 thebetweenlands:aqua_middle_gem_block RecipeStage{tier='two', recipe=1xtile.thebetweenlands.aqua_middle_gem_block@0:[net.minecraft.item.crafting.Ingredient@2d36fb46, net.minecraft.item.crafting.Ingredient@2d36fb46, net.minecraft.item.crafting.Ingredient@2d36fb46, net.minecraft.item.crafting.Ingredient@2d36fb46, net.minecraft.item.crafting.Ingredient@2d36fb46, net.minecraft.item.crafting.Ingredient@2d36fb46, net.minecraft.item.crafting.Ingredient@2d36fb46, net.minecraft.item.crafting.Ingredient@2d36fb46, net.minecraft.item.crafting.Ingredient@2d36fb46]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6632 thebetweenlands:aqua_middle_gem RecipeStage{tier='two', recipe=9xitem.thebetweenlands.aqua_middle_gem@0:[net.minecraft.item.crafting.Ingredient@6c831a47]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6633 thebetweenlands:animator RecipeStage{tier='two', recipe=1xtile.thebetweenlands.animator@0:[net.minecraft.item.crafting.Ingredient@4961aaf5, net.minecraft.item.crafting.Ingredient@4961aaf5, net.minecraft.item.crafting.Ingredient@4961aaf5, net.minecraft.item.crafting.Ingredient@7ffaa09, net.minecraft.item.crafting.Ingredient@50399f33, net.minecraft.item.crafting.Ingredient@7ffaa09, net.minecraft.item.crafting.Ingredient@4b973e12, net.minecraft.item.crafting.Ingredient@4b973e12, net.minecraft.item.crafting.Ingredient@4b973e12]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6634 thebetweenlands:angler_tooth_arrow RecipeStage{tier='two', recipe=4xitem.thebetweenlands.angler_tooth_arrow@0:[net.minecraft.item.crafting.Ingredient@1bf95283, net.minecraft.item.crafting.Ingredient@3c2713d0, net.minecraft.item.crafting.Ingredient@4b9c179b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6635 thebetweenlands:amulet RecipeStage{tier='two', recipe=1xitem.thebetweenlands.amulet@0:[net.minecraft.item.crafting.Ingredient@1401f7ac, net.minecraft.item.crafting.Ingredient@1401f7ac, net.minecraft.item.crafting.Ingredient@1401f7ac, net.minecraft.item.crafting.Ingredient@1401f7ac, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1401f7ac, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3847ae6c, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6636 thebetweenlands:amate_paper_pane_3_to_1 RecipeStage{tier='two', recipe=1xtile.thebetweenlands.amate_paper_pane_1@0:[net.minecraft.item.crafting.Ingredient@67029d78]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6637 thebetweenlands:amate_paper_pane_2_to_3 RecipeStage{tier='two', recipe=1xtile.thebetweenlands.amate_paper_pane_3@0:[net.minecraft.item.crafting.Ingredient@c28f408]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6638 thebetweenlands:amate_paper_pane_1_to_2 RecipeStage{tier='two', recipe=1xtile.thebetweenlands.amate_paper_pane_2@0:[net.minecraft.item.crafting.Ingredient@1d306c7c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6639 thebetweenlands:amate_paper_pane_1 RecipeStage{tier='two', recipe=1xtile.thebetweenlands.amate_paper_pane_1@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2a124f76, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2a124f76, net.minecraft.item.crafting.Ingredient@38058055, net.minecraft.item.crafting.Ingredient@2a124f76, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2a124f76, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6640 thebetweenlands:amate_paper RecipeStage{tier='two', recipe=9xitem.thebetweenlands.items_misc@32:[net.minecraft.item.crafting.Ingredient@242d6d16, net.minecraft.item.crafting.Ingredient@242d6d16, net.minecraft.item.crafting.Ingredient@242d6d16]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6641 thebetweenlands:amate_map_green RecipeStage{tier='two', recipe=1xitem.thebetweenlands.empty_amate_map@0:[net.minecraft.item.crafting.Ingredient@59e471be, net.minecraft.item.crafting.Ingredient@59e471be, net.minecraft.item.crafting.Ingredient@59e471be, net.minecraft.item.crafting.Ingredient@59e471be, net.minecraft.item.crafting.Ingredient@4236c4ae, net.minecraft.item.crafting.Ingredient@59e471be, net.minecraft.item.crafting.Ingredient@59e471be, net.minecraft.item.crafting.Ingredient@59e471be, net.minecraft.item.crafting.Ingredient@59e471be]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6642 thebetweenlands:amate_map_crimson RecipeStage{tier='two', recipe=1xitem.thebetweenlands.empty_amate_map@0:[net.minecraft.item.crafting.Ingredient@77bc9901, net.minecraft.item.crafting.Ingredient@77bc9901, net.minecraft.item.crafting.Ingredient@77bc9901, net.minecraft.item.crafting.Ingredient@77bc9901, net.minecraft.item.crafting.Ingredient@3d7b68e2, net.minecraft.item.crafting.Ingredient@77bc9901, net.minecraft.item.crafting.Ingredient@77bc9901, net.minecraft.item.crafting.Ingredient@77bc9901, net.minecraft.item.crafting.Ingredient@77bc9901]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6643 thebetweenlands:amate_map_aqua RecipeStage{tier='two', recipe=1xitem.thebetweenlands.empty_amate_map@0:[net.minecraft.item.crafting.Ingredient@2d88b0b2, net.minecraft.item.crafting.Ingredient@2d88b0b2, net.minecraft.item.crafting.Ingredient@2d88b0b2, net.minecraft.item.crafting.Ingredient@2d88b0b2, net.minecraft.item.crafting.Ingredient@13dfc954, net.minecraft.item.crafting.Ingredient@2d88b0b2, net.minecraft.item.crafting.Ingredient@2d88b0b2, net.minecraft.item.crafting.Ingredient@2d88b0b2, net.minecraft.item.crafting.Ingredient@2d88b0b2]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6644 thebetweenlands:alembic RecipeStage{tier='two', recipe=1xtile.thebetweenlands.alembic@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3afdc634, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7f264ca0, net.minecraft.item.crafting.Ingredient@402d5571, net.minecraft.item.crafting.Ingredient@3ed127f5, net.minecraft.item.crafting.Ingredient@3afdc634, net.minecraft.item.crafting.Ingredient@3ed127f5]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6663 primal:tatami_bed_yew net.minecraftforge.oredict.ShapedOreRecipe@2d9f774 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6664 primal:tatami_bed_spruce net.minecraftforge.oredict.ShapedOreRecipe@5bd9d607 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6666 primal:tatami_bed_lacquer net.minecraftforge.oredict.ShapedOreRecipe@6ba46752 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6667 primal:tatami_bed_jungle net.minecraftforge.oredict.ShapedOreRecipe@125f7c29 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6668 primal:tatami_bed_ironwood net.minecraftforge.oredict.ShapedOreRecipe@204be849 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6669 primal:tatami_bed_dark_oak net.minecraftforge.oredict.ShapedOreRecipe@3c7a90fe +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6670 primal:tatami_bed_corypha net.minecraftforge.oredict.ShapedOreRecipe@15b6173 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6671 primal:tatami_bed_birch net.minecraftforge.oredict.ShapedOreRecipe@6fdf9aa7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6672 primal:tatami_bed_acacia net.minecraftforge.oredict.ShapedOreRecipe@4a7b0568 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6703 primal:ore_salt_void RecipeStage{tier='zero', recipe=1xtile.primal.ore_salt@2:[net.minecraftforge.oredict.OreIngredient@3a6c2c6, net.minecraftforge.oredict.OreIngredient@3a6c2c6, net.minecraftforge.oredict.OreIngredient@3a6c2c6, net.minecraftforge.oredict.OreIngredient@3a6c2c6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6706 primal:ore_salt_fire RecipeStage{tier='three', recipe=1xtile.primal.ore_salt@1:[net.minecraftforge.oredict.OreIngredient@2c5691b8, net.minecraftforge.oredict.OreIngredient@2c5691b8, net.minecraftforge.oredict.OreIngredient@2c5691b8, net.minecraftforge.oredict.OreIngredient@2c5691b8]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6714 primal:obsidian_transparent_framed net.minecraft.item.crafting.ShapedRecipes@6a1607d6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6743 primal:hibachi_terra net.minecraftforge.oredict.ShapedOreRecipe@28e76787 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6746 primal:hibachi_cinis net.minecraftforge.oredict.ShapedOreRecipe@22e0a95a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6747 primal:hibachi_adobe net.minecraftforge.oredict.ShapedOreRecipe@19c98f23 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6837 rangedpumps:pump RecipeStage{tier='five', recipe=1xblock.rangedpumps:pump@0:[net.minecraft.item.crafting.Ingredient@6643bd28, net.minecraft.item.crafting.Ingredient@27724e80, net.minecraft.item.crafting.Ingredient@6643bd28, net.minecraft.item.crafting.Ingredient@141503b8, net.minecraft.item.crafting.Ingredient@76665410, net.minecraft.item.crafting.Ingredient@db70d09, net.minecraft.item.crafting.Ingredient@6643bd28, net.minecraft.item.crafting.Ingredient@27724e80, net.minecraft.item.crafting.Ingredient@6643bd28]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6839 rftools:network_monitor RecipeStage{tier='five', recipe=1xitem.network_monitor@0:[net.minecraft.item.crafting.Ingredient@3fbf89d9, net.minecraftforge.oredict.OreIngredient@11d0d4f4, net.minecraft.item.crafting.Ingredient@3fbf89d9, net.minecraft.item.crafting.Ingredient@561f1fc2, net.minecraft.item.crafting.Ingredient@3fbf89d9, net.minecraft.item.crafting.Ingredient@561f1fc2, net.minecraft.item.crafting.Ingredient@3fbf89d9, net.minecraftforge.oredict.OreIngredient@11d0d4f4, net.minecraft.item.crafting.Ingredient@3fbf89d9]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6840 rftools:storage_terminal RecipeStage{tier='five', recipe=1xtile.rftools.storage_terminal@0:[net.minecraft.item.crafting.Ingredient@47d3f7f1, net.minecraft.item.crafting.Ingredient@118e4a77, net.minecraft.item.crafting.Ingredient@f976b57, net.minecraft.item.crafting.Ingredient@118e4a77, net.minecraft.item.crafting.Ingredient@5e014ef7, net.minecraft.item.crafting.Ingredient@118e4a77, net.minecraft.item.crafting.Ingredient@f976b57, net.minecraft.item.crafting.Ingredient@118e4a77, net.minecraft.item.crafting.Ingredient@47d3f7f1]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6841 rftools:rf_monitor RecipeStage{tier='five', recipe=1xtile.rftools.rf_monitor@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@29fc7595, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5d0fb18, net.minecraft.item.crafting.Ingredient@79a7ebc1, net.minecraft.item.crafting.Ingredient@5d0fb18, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@29fc7595, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6842 rftools:remote_storage RecipeStage{tier='five', recipe=1xtile.rftools.remote_storage@0:[net.minecraft.item.crafting.Ingredient@66ca79ba, net.minecraftforge.oredict.OreIngredient@7c56ca51, net.minecraft.item.crafting.Ingredient@66ca79ba, net.minecraft.item.crafting.Ingredient@3531fc72, net.minecraft.item.crafting.Ingredient@62014aa2, net.minecraft.item.crafting.Ingredient@3531fc72, net.minecraft.item.crafting.Ingredient@66ca79ba, net.minecraft.item.crafting.Ingredient@3531fc72, net.minecraft.item.crafting.Ingredient@66ca79ba]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6843 rftools:composer RecipeStage{tier='five', recipe=1xtile.rftools.composer@0:[net.minecraft.item.crafting.Ingredient@4f2913bf, net.minecraft.item.crafting.Ingredient@58103cae, net.minecraft.item.crafting.Ingredient@4f2913bf, net.minecraft.item.crafting.Ingredient@58103cae, net.minecraft.item.crafting.Ingredient@77378afb, net.minecraft.item.crafting.Ingredient@58103cae, net.minecraft.item.crafting.Ingredient@4f2913bf, net.minecraft.item.crafting.Ingredient@58103cae, net.minecraft.item.crafting.Ingredient@4f2913bf]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6844 rftools:ender_monitor RecipeStage{tier='five', recipe=1xtile.rftools.ender_monitor@0:[net.minecraft.item.crafting.Ingredient@6dd43d2f, net.minecraft.item.crafting.Ingredient@2e83fb8c, net.minecraft.item.crafting.Ingredient@6dd43d2f, net.minecraft.item.crafting.Ingredient@12a38d29, net.minecraft.item.crafting.Ingredient@70781399, net.minecraft.item.crafting.Ingredient@12a38d29, net.minecraft.item.crafting.Ingredient@6dd43d2f, net.minecraft.item.crafting.Ingredient@12a38d29, net.minecraft.item.crafting.Ingredient@6dd43d2f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6845 rftools:modifier_module RecipeStage{tier='five', recipe=1xitem.modifier_module@0:[net.minecraft.item.crafting.Ingredient@437bbcac, net.minecraft.item.crafting.Ingredient@1bb9907a, net.minecraft.item.crafting.Ingredient@6d8c68db, net.minecraft.item.crafting.Ingredient@6d8c68db, net.minecraft.item.crafting.Ingredient@1bb9907a, net.minecraft.item.crafting.Ingredient@6d8c68db, net.minecraft.item.crafting.Ingredient@6d8c68db, net.minecraft.item.crafting.Ingredient@1bb9907a, net.minecraft.item.crafting.Ingredient@437bbcac]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6846 rftools:item_filter RecipeStage{tier='five', recipe=1xtile.rftools.item_filter@0:[net.minecraft.item.crafting.Ingredient@60f34fc5, net.minecraftforge.oredict.OreIngredient@29ac77c4, net.minecraft.item.crafting.Ingredient@60f34fc5, net.minecraft.item.crafting.Ingredient@1528c342, net.minecraft.item.crafting.Ingredient@7caf0efe, net.minecraft.item.crafting.Ingredient@1528c342, net.minecraft.item.crafting.Ingredient@60f34fc5, net.minecraft.item.crafting.Ingredient@4d4312b5, net.minecraft.item.crafting.Ingredient@60f34fc5]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6847 rftools:crafter3 RecipeStage{tier='five', recipe=1xtile.rftools.crafter3@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@432c8fd4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1bbd7569, net.minecraft.item.crafting.Ingredient@5ef54417, net.minecraft.item.crafting.Ingredient@1bbd7569, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@432c8fd4, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6848 rftools:crafter1 RecipeStage{tier='five', recipe=1xtile.rftools.crafter1@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@a7d0786, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@36584e6f, net.minecraft.item.crafting.Ingredient@58088d7b, net.minecraft.item.crafting.Ingredient@36584e6f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@a7d0786, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6849 rftools:powercell RecipeStage{tier='five', recipe=1xtile.rftools.powercell@0:[net.minecraft.item.crafting.Ingredient@7ddd55b7, net.minecraft.item.crafting.Ingredient@71938467, net.minecraft.item.crafting.Ingredient@7ddd55b7, net.minecraft.item.crafting.Ingredient@7ad2a8a8, net.minecraft.item.crafting.Ingredient@14d9cf42, net.minecraft.item.crafting.Ingredient@7ad2a8a8, net.minecraft.item.crafting.Ingredient@7ddd55b7, net.minecraft.item.crafting.Ingredient@3be426f, net.minecraft.item.crafting.Ingredient@7ddd55b7]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6850 rftools:invchecker_block RecipeStage{tier='five', recipe=1xtile.rftools.invchecker_block@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4b9a9c9d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3d5944c5, net.minecraft.item.crafting.Ingredient@5e7fb732, net.minecraft.item.crafting.Ingredient@3d5944c5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@381cf1c9, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6851 rftools:rftools_shape_manual RecipeStage{tier='five', recipe=1xitem.rftools_shape_manual@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5d364bec, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4a3e711f, net.minecraft.item.crafting.Ingredient@5ea77a13, net.minecraft.item.crafting.Ingredient@4a3e711f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4a3e711f, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6852 rftools:projector RecipeStage{tier='five', recipe=1xtile.rftools.projector@0:[net.minecraft.item.crafting.Ingredient@3c470866, net.minecraft.item.crafting.Ingredient@1bf12b25, net.minecraft.item.crafting.Ingredient@3c470866, net.minecraft.item.crafting.Ingredient@4d5adf69, net.minecraft.item.crafting.Ingredient@4688d1e6, net.minecraft.item.crafting.Ingredient@4d5adf69, net.minecraft.item.crafting.Ingredient@3c470866, net.minecraft.item.crafting.Ingredient@5baa1e6a, net.minecraft.item.crafting.Ingredient@3c470866]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6853 rftools:button_module_alt RecipeStage{tier='five', recipe=1xitem.button_module@0:[net.minecraft.item.crafting.Ingredient@4b8f9590]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6854 rftools:shape_card_quarry_fortune_dirt RecipeStage{tier='five', recipe=1xitem.shape_card@4:[net.minecraft.item.crafting.Ingredient@33aa0d6b, net.minecraft.item.crafting.Ingredient@33aa0d6b, net.minecraft.item.crafting.Ingredient@33aa0d6b, net.minecraft.item.crafting.Ingredient@33aa0d6b, net.minecraft.item.crafting.Ingredient@31101981, net.minecraft.item.crafting.Ingredient@33aa0d6b, net.minecraft.item.crafting.Ingredient@33aa0d6b, net.minecraft.item.crafting.Ingredient@33aa0d6b, net.minecraft.item.crafting.Ingredient@33aa0d6b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6855 rftools:dump_module RecipeStage{tier='five', recipe=1xitem.dump_module@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@263cfea5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5319be5c, net.minecraft.item.crafting.Ingredient@67f58d0f, net.minecraft.item.crafting.Ingredient@5319be5c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1080ad68, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6856 rftools:infused_diamond RecipeStage{tier='five', recipe=1xitem.infused_diamond@0:[net.minecraft.item.crafting.Ingredient@662052fe, net.minecraft.item.crafting.Ingredient@662052fe, net.minecraft.item.crafting.Ingredient@662052fe, net.minecraft.item.crafting.Ingredient@662052fe, net.minecraft.item.crafting.Ingredient@1eff4565, net.minecraft.item.crafting.Ingredient@662052fe, net.minecraft.item.crafting.Ingredient@662052fe, net.minecraft.item.crafting.Ingredient@662052fe, net.minecraft.item.crafting.Ingredient@662052fe]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6857 rftools:syringe RecipeStage{tier='five', recipe=1xitem.syringe@0:[net.minecraft.item.crafting.Ingredient@2ebe52c2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2ebe52c2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1f820b14]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6858 rftools:block_protector RecipeStage{tier='five', recipe=1xtile.rftools.block_protector@0:[net.minecraft.item.crafting.Ingredient@56799e6f, net.minecraft.item.crafting.Ingredient@1052a64, net.minecraft.item.crafting.Ingredient@56799e6f, net.minecraft.item.crafting.Ingredient@1052a64, net.minecraft.item.crafting.Ingredient@25ab13c3, net.minecraft.item.crafting.Ingredient@1052a64, net.minecraft.item.crafting.Ingredient@56799e6f, net.minecraft.item.crafting.Ingredient@1052a64, net.minecraft.item.crafting.Ingredient@56799e6f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6859 rftools:tablet_to_scanner_module RecipeStage{tier='five', recipe=1xitem.storage_control_module@0:[net.minecraft.item.crafting.Ingredient@39917f37]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6860 rftools:storage_module_1 RecipeStage{tier='five', recipe=1xitem.storage_module@1:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@530f01e9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@633ace5d, net.minecraft.item.crafting.Ingredient@748772d, net.minecraft.item.crafting.Ingredient@633ace5d, net.minecraft.item.crafting.Ingredient@188f8334, net.minecraft.item.crafting.Ingredient@59cda0f3, net.minecraft.item.crafting.Ingredient@188f8334]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6861 rftools:redstone_receiver_block_alt RecipeStage{tier='five', recipe=1xtile.rftools.redstone_receiver_block@0:[net.minecraft.item.crafting.Ingredient@69d55c2f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6862 rftools:builder RecipeStage{tier='five', recipe=1xtile.rftools.builder@0:[net.minecraft.item.crafting.Ingredient@78234e6d, net.minecraft.item.crafting.Ingredient@6f7259d2, net.minecraft.item.crafting.Ingredient@78234e6d, net.minecraft.item.crafting.Ingredient@73f391fe, net.minecraft.item.crafting.Ingredient@7b5d50e6, net.minecraft.item.crafting.Ingredient@73f391fe, net.minecraft.item.crafting.Ingredient@78234e6d, net.minecraft.item.crafting.Ingredient@73f391fe, net.minecraft.item.crafting.Ingredient@78234e6d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6863 rftools:generic_module RecipeStage{tier='five', recipe=1xitem.generic_module@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1af6f6f5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7ccee97b, net.minecraft.item.crafting.Ingredient@6b130a84, net.minecraft.item.crafting.Ingredient@7ccee97b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1af6f6f5, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6864 rftools:powercell_card RecipeStage{tier='five', recipe=1xitem.powercell_card@0:[net.minecraft.item.crafting.Ingredient@68196ac3, net.minecraft.item.crafting.Ingredient@12a70291, net.minecraft.item.crafting.Ingredient@68196ac3, net.minecraft.item.crafting.Ingredient@12a70291, net.minecraft.item.crafting.Ingredient@5ff17965, net.minecraft.item.crafting.Ingredient@12a70291, net.minecraft.item.crafting.Ingredient@68196ac3, net.minecraft.item.crafting.Ingredient@12a70291, net.minecraft.item.crafting.Ingredient@68196ac3]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6865 rftools:powercell_card_alt RecipeStage{tier='five', recipe=1xitem.powercell_card@0:[net.minecraft.item.crafting.Ingredient@4bf72fa1]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6866 rftools:relay RecipeStage{tier='five', recipe=1xtile.rftools.relay@0:[net.minecraft.item.crafting.Ingredient@6e9feb50, net.minecraft.item.crafting.Ingredient@fa2166a, net.minecraft.item.crafting.Ingredient@6e9feb50, net.minecraft.item.crafting.Ingredient@6e9feb50, net.minecraft.item.crafting.Ingredient@b00dd3e, net.minecraft.item.crafting.Ingredient@6e9feb50, net.minecraft.item.crafting.Ingredient@6e9feb50, net.minecraft.item.crafting.Ingredient@fa2166a, net.minecraft.item.crafting.Ingredient@6e9feb50]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6867 rftools:redstone_transmitter_block_alt RecipeStage{tier='five', recipe=1xtile.rftools.redstone_transmitter_block@0:[net.minecraft.item.crafting.Ingredient@20ee9351]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6868 rftools:elevator RecipeStage{tier='five', recipe=1xtile.rftools.elevator@0:[net.minecraft.item.crafting.Ingredient@66d5c72d, net.minecraft.item.crafting.Ingredient@569500ad, net.minecraft.item.crafting.Ingredient@66d5c72d, net.minecraft.item.crafting.Ingredient@66d5c72d, net.minecraft.item.crafting.Ingredient@490e68a0, net.minecraft.item.crafting.Ingredient@66d5c72d, net.minecraft.item.crafting.Ingredient@66d5c72d, net.minecraft.item.crafting.Ingredient@2471f2e1, net.minecraft.item.crafting.Ingredient@66d5c72d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6869 rftools:remote_scanner RecipeStage{tier='five', recipe=1xtile.rftools.remote_scanner@0:[net.minecraft.item.crafting.Ingredient@6e78faed, net.minecraft.item.crafting.Ingredient@6e78faed, net.minecraft.item.crafting.Ingredient@6e78faed, net.minecraft.item.crafting.Ingredient@6e78faed, net.minecraft.item.crafting.Ingredient@3e92670b, net.minecraft.item.crafting.Ingredient@6e78faed, net.minecraft.item.crafting.Ingredient@6e78faed, net.minecraft.item.crafting.Ingredient@6e78faed, net.minecraft.item.crafting.Ingredient@6e78faed]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6870 rftools:pearl_injector RecipeStage{tier='five', recipe=1xtile.rftools.pearl_injector@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@239edfdd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3318ef3c, net.minecraft.item.crafting.Ingredient@3bdcc134, net.minecraft.item.crafting.Ingredient@3318ef3c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5ee8ba13, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6871 rftools:matter_booster RecipeStage{tier='five', recipe=1xtile.rftools.matter_booster@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5cd75b6f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5cd75b6f, net.minecraft.item.crafting.Ingredient@5e5f82d1, net.minecraft.item.crafting.Ingredient@5cd75b6f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5cd75b6f, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6872 rftools:scanner RecipeStage{tier='five', recipe=1xtile.rftools.scanner@0:[net.minecraft.item.crafting.Ingredient@5052d1e7, net.minecraft.item.crafting.Ingredient@2df88001, net.minecraft.item.crafting.Ingredient@5052d1e7, net.minecraft.item.crafting.Ingredient@67a8f7dc, net.minecraft.item.crafting.Ingredient@55ce13af, net.minecraft.item.crafting.Ingredient@67a8f7dc, net.minecraft.item.crafting.Ingredient@5052d1e7, net.minecraft.item.crafting.Ingredient@19356c3a, net.minecraft.item.crafting.Ingredient@5052d1e7]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6873 rftools:shield_template_block_alt RecipeStage{tier='five', recipe=1xtile.rftools.shield_template_block@1:[net.minecraft.item.crafting.Ingredient@7f8462f2]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6874 rftools:tablet_with_storage_module_6 RecipeStage{tier='five', recipe=1xitem.storage_module_tablet@1:[net.minecraft.item.crafting.Ingredient@91e0944, net.minecraft.item.crafting.Ingredient@512ae195]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6875 rftools:filter_module RecipeStage{tier='five', recipe=1xitem.filter_module@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@31276887, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@78643c17, net.minecraft.item.crafting.Ingredient@5850062b, net.minecraft.item.crafting.Ingredient@78643c17, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@51f4dc01, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6876 rftools:shape_card_pump_liquid RecipeStage{tier='five', recipe=1xitem.shape_card@10:[net.minecraft.item.crafting.Ingredient@243ec56e, net.minecraft.item.crafting.Ingredient@15d3e070, net.minecraft.item.crafting.Ingredient@243ec56e, net.minecraft.item.crafting.Ingredient@56110c02, net.minecraft.item.crafting.Ingredient@456a61b, net.minecraft.item.crafting.Ingredient@56110c02, net.minecraft.item.crafting.Ingredient@243ec56e, net.minecraft.item.crafting.Ingredient@1579888b, net.minecraft.item.crafting.Ingredient@243ec56e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6877 rftools:fluidplus_module RecipeStage{tier='five', recipe=1xitem.fluidplus_module@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@389084b5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@56c62538, net.minecraft.item.crafting.Ingredient@466eb5c9, net.minecraft.item.crafting.Ingredient@56c62538, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@389084b5, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6878 rftools:analog_block RecipeStage{tier='five', recipe=1xtile.rftools.analog_block@0:[net.minecraft.item.crafting.Ingredient@1b81745e, net.minecraft.item.crafting.Ingredient@6bc770bd, net.minecraft.item.crafting.Ingredient@76da91df]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6880 rftools:smartwrench RecipeStage{tier='five', recipe=1xitem.smartwrench@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4d952596, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@52105416, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@52105416, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6881 rftools:peaceful_module RecipeStage{tier='five', recipe=1xitem.peaceful_module@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@40482ce6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6f404e7e, net.minecraft.item.crafting.Ingredient@312fca22, net.minecraft.item.crafting.Ingredient@6f404e7e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6204d674, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6883 rftools:level_emitter RecipeStage{tier='five', recipe=1xtile.rftools.level_emitter@0:[net.minecraft.item.crafting.Ingredient@44343da6, net.minecraft.item.crafting.Ingredient@3b706e31, net.minecraft.item.crafting.Ingredient@2bd40c18, net.minecraft.item.crafting.Ingredient@fdd32ce, net.minecraft.item.crafting.Ingredient@6ae1f79e, net.minecraft.item.crafting.Ingredient@fdd32ce, net.minecraft.item.crafting.Ingredient@2bd40c18, net.minecraft.item.crafting.Ingredient@fdd32ce, net.minecraft.item.crafting.Ingredient@44343da6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6884 rftools:screen RecipeStage{tier='five', recipe=1xtile.rftools.screen@0:[net.minecraft.item.crafting.Ingredient@5af2304a, net.minecraft.item.crafting.Ingredient@5af2304a, net.minecraft.item.crafting.Ingredient@5af2304a, net.minecraft.item.crafting.Ingredient@5af2304a, net.minecraft.item.crafting.Ingredient@2a29839b, net.minecraft.item.crafting.Ingredient@5af2304a, net.minecraft.item.crafting.Ingredient@4850aeb4, net.minecraft.item.crafting.Ingredient@4850aeb4, net.minecraft.item.crafting.Ingredient@4850aeb4]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6885 rftools:tablet_with_storage_module_2 RecipeStage{tier='five', recipe=1xitem.storage_module_tablet@1:[net.minecraft.item.crafting.Ingredient@26e6dce8, net.minecraft.item.crafting.Ingredient@54b4a8bd]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6886 rftools:shape_card_quarry_clear RecipeStage{tier='five', recipe=1xitem.shape_card@5:[net.minecraft.item.crafting.Ingredient@39910032, net.minecraft.item.crafting.Ingredient@39910032, net.minecraft.item.crafting.Ingredient@39910032, net.minecraft.item.crafting.Ingredient@39910032, net.minecraft.item.crafting.Ingredient@40d6df9a, net.minecraft.item.crafting.Ingredient@39910032, net.minecraft.item.crafting.Ingredient@39910032, net.minecraft.item.crafting.Ingredient@39910032, net.minecraft.item.crafting.Ingredient@39910032]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6887 rftools:security_manager RecipeStage{tier='five', recipe=1xtile.rftools.security_manager@0:[net.minecraft.item.crafting.Ingredient@1b15736e, net.minecraft.item.crafting.Ingredient@4af3d9ba, net.minecraft.item.crafting.Ingredient@1b15736e, net.minecraft.item.crafting.Ingredient@4af3d9ba, net.minecraft.item.crafting.Ingredient@6d47186d, net.minecraft.item.crafting.Ingredient@4af3d9ba, net.minecraft.item.crafting.Ingredient@1b15736e, net.minecraftforge.oredict.OreIngredient@548610ff, net.minecraft.item.crafting.Ingredient@1b15736e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6888 rftools:storage_module_tablet RecipeStage{tier='five', recipe=1xitem.storage_module_tablet@0:[net.minecraft.item.crafting.Ingredient@2ce105b5, net.minecraft.item.crafting.Ingredient@739ce31c, net.minecraft.item.crafting.Ingredient@2ce105b5, net.minecraft.item.crafting.Ingredient@298ac057, net.minecraft.item.crafting.Ingredient@3827a333, net.minecraft.item.crafting.Ingredient@298ac057, net.minecraft.item.crafting.Ingredient@2ce105b5, net.minecraft.item.crafting.Ingredient@298ac057, net.minecraft.item.crafting.Ingredient@2ce105b5]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6889 rftools:rftools_manual RecipeStage{tier='five', recipe=1xitem.rftools_manual@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@665504b0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@665504b0, net.minecraft.item.crafting.Ingredient@1f5f7656, net.minecraft.item.crafting.Ingredient@665504b0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@665504b0, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6890 rftools:booster RecipeStage{tier='five', recipe=1xtile.rftools.booster@0:[net.minecraft.item.crafting.Ingredient@ae4f6e8, net.minecraft.item.crafting.Ingredient@25861480, net.minecraft.item.crafting.Ingredient@ae4f6e8, net.minecraft.item.crafting.Ingredient@5693272e, net.minecraft.item.crafting.Ingredient@7b2a1fa5, net.minecraft.item.crafting.Ingredient@6e9d34e2, net.minecraft.item.crafting.Ingredient@ae4f6e8, net.minecraft.item.crafting.Ingredient@5734d171, net.minecraft.item.crafting.Ingredient@ae4f6e8]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6891 rftools:machine_infuser RecipeStage{tier='five', recipe=1xtile.rftools.machine_infuser@0:[net.minecraft.item.crafting.Ingredient@9a42120, net.minecraft.item.crafting.Ingredient@44be1c18, net.minecraft.item.crafting.Ingredient@9a42120, net.minecraft.item.crafting.Ingredient@2bdfbdfb, net.minecraft.item.crafting.Ingredient@45d2cffa, net.minecraft.item.crafting.Ingredient@2bdfbdfb, net.minecraft.item.crafting.Ingredient@9a42120, net.minecraft.item.crafting.Ingredient@44be1c18, net.minecraft.item.crafting.Ingredient@9a42120]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6892 rftools:infused_enderpearl RecipeStage{tier='five', recipe=1xitem.infused_enderpearl@0:[net.minecraft.item.crafting.Ingredient@5c253a15, net.minecraft.item.crafting.Ingredient@5c253a15, net.minecraft.item.crafting.Ingredient@5c253a15, net.minecraft.item.crafting.Ingredient@5c253a15, net.minecraft.item.crafting.Ingredient@6f02d060, net.minecraft.item.crafting.Ingredient@5c253a15, net.minecraft.item.crafting.Ingredient@5c253a15, net.minecraft.item.crafting.Ingredient@5c253a15, net.minecraft.item.crafting.Ingredient@5c253a15]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6893 rftools:tablet_with_storage_module_s RecipeStage{tier='five', recipe=1xitem.storage_module_tablet@2:[net.minecraft.item.crafting.Ingredient@70d7bae, net.minecraft.item.crafting.Ingredient@771fbb88]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6894 rftools:shape_card_quarry_dirt RecipeStage{tier='five', recipe=1xitem.shape_card@2:[net.minecraft.item.crafting.Ingredient@672bd8b7, net.minecraft.item.crafting.Ingredient@672bd8b7, net.minecraft.item.crafting.Ingredient@672bd8b7, net.minecraft.item.crafting.Ingredient@672bd8b7, net.minecraft.item.crafting.Ingredient@23af0e11, net.minecraft.item.crafting.Ingredient@672bd8b7, net.minecraft.item.crafting.Ingredient@672bd8b7, net.minecraft.item.crafting.Ingredient@672bd8b7, net.minecraft.item.crafting.Ingredient@672bd8b7]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6895 rftools:shape_card_quarry_silk_clear RecipeStage{tier='five', recipe=1xitem.shape_card@6:[net.minecraft.item.crafting.Ingredient@4b969b5d, net.minecraft.item.crafting.Ingredient@4b969b5d, net.minecraft.item.crafting.Ingredient@4b969b5d, net.minecraft.item.crafting.Ingredient@4b969b5d, net.minecraft.item.crafting.Ingredient@2b68d9ee, net.minecraft.item.crafting.Ingredient@4b969b5d, net.minecraft.item.crafting.Ingredient@4b969b5d, net.minecraft.item.crafting.Ingredient@4b969b5d, net.minecraft.item.crafting.Ingredient@4b969b5d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6896 rftools:shape_card_quarry_fortune_clear RecipeStage{tier='five', recipe=1xitem.shape_card@7:[net.minecraft.item.crafting.Ingredient@3c1c0c0e, net.minecraft.item.crafting.Ingredient@3c1c0c0e, net.minecraft.item.crafting.Ingredient@3c1c0c0e, net.minecraft.item.crafting.Ingredient@3c1c0c0e, net.minecraft.item.crafting.Ingredient@2de0ed41, net.minecraft.item.crafting.Ingredient@3c1c0c0e, net.minecraft.item.crafting.Ingredient@3c1c0c0e, net.minecraft.item.crafting.Ingredient@3c1c0c0e, net.minecraft.item.crafting.Ingredient@3c1c0c0e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6897 rftools:shape_card_quarry_silk RecipeStage{tier='five', recipe=1xitem.shape_card@3:[net.minecraft.item.crafting.Ingredient@3d62c735, net.minecraft.item.crafting.Ingredient@7856bd7e, net.minecraft.item.crafting.Ingredient@3d62c735, net.minecraft.item.crafting.Ingredient@26f1cb5c, net.minecraft.item.crafting.Ingredient@7ac5d1ff, net.minecraft.item.crafting.Ingredient@26f1cb5c, net.minecraft.item.crafting.Ingredient@3d62c735, net.minecraft.item.crafting.Ingredient@26f1cb5c, net.minecraft.item.crafting.Ingredient@3d62c735]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6898 rftools:machineinformation_module RecipeStage{tier='five', recipe=1xitem.machineinformation_module@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@543d36f7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6058fae7, net.minecraft.item.crafting.Ingredient@5406401e, net.minecraft.item.crafting.Ingredient@6058fae7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1e448603, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6899 rftools:energy_module RecipeStage{tier='five', recipe=1xitem.energy_module@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@12b75632, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@12b75632, net.minecraft.item.crafting.Ingredient@5f931b9c, net.minecraft.item.crafting.Ingredient@12b75632, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@11270810, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6900 rftools:shield_block1 RecipeStage{tier='five', recipe=1xtile.rftools.shield_block1@0:[net.minecraft.item.crafting.Ingredient@c74df91, net.minecraft.item.crafting.Ingredient@394a90a6, net.minecraft.item.crafting.Ingredient@c74df91, net.minecraft.item.crafting.Ingredient@5217659b, net.minecraft.item.crafting.Ingredient@679af0eb, net.minecraft.item.crafting.Ingredient@5217659b, net.minecraft.item.crafting.Ingredient@e486a3e, net.minecraft.item.crafting.Ingredient@e486a3e, net.minecraft.item.crafting.Ingredient@e486a3e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6901 rftools:counter_module RecipeStage{tier='five', recipe=1xitem.counter_module@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@832c5f7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@34b1f7b8, net.minecraft.item.crafting.Ingredient@5a5c03ba, net.minecraft.item.crafting.Ingredient@34b1f7b8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@74f2053, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6902 rftools:shape_card_quarry_silk_dirt RecipeStage{tier='five', recipe=1xitem.shape_card@3:[net.minecraft.item.crafting.Ingredient@3ba03b9b, net.minecraft.item.crafting.Ingredient@3ba03b9b, net.minecraft.item.crafting.Ingredient@3ba03b9b, net.minecraft.item.crafting.Ingredient@3ba03b9b, net.minecraft.item.crafting.Ingredient@3681f52, net.minecraft.item.crafting.Ingredient@3ba03b9b, net.minecraft.item.crafting.Ingredient@3ba03b9b, net.minecraft.item.crafting.Ingredient@3ba03b9b, net.minecraft.item.crafting.Ingredient@3ba03b9b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6903 rftools:coalgenerator RecipeStage{tier='five', recipe=1xtile.rftools.coalgenerator@0:[net.minecraft.item.crafting.Ingredient@7fe2e29f, net.minecraft.item.crafting.Ingredient@45a0658e, net.minecraft.item.crafting.Ingredient@7fe2e29f, net.minecraft.item.crafting.Ingredient@7fe2e29f, net.minecraft.item.crafting.Ingredient@6843c43f, net.minecraft.item.crafting.Ingredient@7fe2e29f, net.minecraft.item.crafting.Ingredient@7fe2e29f, net.minecraft.item.crafting.Ingredient@45a0658e, net.minecraft.item.crafting.Ingredient@7fe2e29f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6904 rftools:counterplus_module RecipeStage{tier='five', recipe=1xitem.counterplus_module@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1355de0d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@778150e0, net.minecraft.item.crafting.Ingredient@cfb2e2d, net.minecraft.item.crafting.Ingredient@778150e0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1355de0d, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6905 rftools:timer_block RecipeStage{tier='five', recipe=1xtile.rftools.timer_block@0:[net.minecraft.item.crafting.Ingredient@708a3dd1, net.minecraft.item.crafting.Ingredient@2051cf9f, net.minecraft.item.crafting.Ingredient@708a3dd1, net.minecraft.item.crafting.Ingredient@d17b0b0, net.minecraft.item.crafting.Ingredient@7e0a9f7, net.minecraft.item.crafting.Ingredient@d17b0b0, net.minecraft.item.crafting.Ingredient@708a3dd1, net.minecraft.item.crafting.Ingredient@d17b0b0, net.minecraft.item.crafting.Ingredient@708a3dd1]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6906 rftools:screen_controller RecipeStage{tier='five', recipe=1xtile.rftools.screen_controller@0:[net.minecraft.item.crafting.Ingredient@3a296c71, net.minecraft.item.crafting.Ingredient@12d927b9, net.minecraft.item.crafting.Ingredient@3a296c71, net.minecraft.item.crafting.Ingredient@37421d5b, net.minecraft.item.crafting.Ingredient@cef635e, net.minecraft.item.crafting.Ingredient@37421d5b, net.minecraft.item.crafting.Ingredient@3a296c71, net.minecraft.item.crafting.Ingredient@37421d5b, net.minecraft.item.crafting.Ingredient@3a296c71]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6907 rftools:shape_card_quarry_fortune RecipeStage{tier='five', recipe=1xitem.shape_card@4:[net.minecraft.item.crafting.Ingredient@685089fe, net.minecraft.item.crafting.Ingredient@17f9fc0a, net.minecraft.item.crafting.Ingredient@685089fe, net.minecraft.item.crafting.Ingredient@340cf614, net.minecraft.item.crafting.Ingredient@7c790b4b, net.minecraft.item.crafting.Ingredient@1f9e8eb0, net.minecraft.item.crafting.Ingredient@685089fe, net.minecraft.item.crafting.Ingredient@7b0a95ec, net.minecraft.item.crafting.Ingredient@685089fe]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6908 rftools:space_chamber_controller RecipeStage{tier='five', recipe=1xtile.rftools.space_chamber_controller@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@74b0441a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6cca65cb, net.minecraft.item.crafting.Ingredient@1192deb2, net.minecraft.item.crafting.Ingredient@6cca65cb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@74b0441a, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6909 rftools:powercell_advanced RecipeStage{tier='five', recipe=1xtile.rftools.powercell_advanced@0:[net.minecraft.item.crafting.Ingredient@6fd4476f, net.minecraft.item.crafting.Ingredient@379129a, net.minecraft.item.crafting.Ingredient@6fd4476f, net.minecraft.item.crafting.Ingredient@379129a, net.minecraft.item.crafting.Ingredient@e809a58, net.minecraft.item.crafting.Ingredient@379129a, net.minecraft.item.crafting.Ingredient@6fd4476f, net.minecraft.item.crafting.Ingredient@379129a, net.minecraft.item.crafting.Ingredient@6fd4476f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6910 rftools:storage_module_0 RecipeStage{tier='five', recipe=1xitem.storage_module@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1281488f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@69ee10fb, net.minecraft.item.crafting.Ingredient@58106c6c, net.minecraft.item.crafting.Ingredient@69ee10fb, net.minecraft.item.crafting.Ingredient@493f1e14, net.minecraft.item.crafting.Ingredient@13406a3d, net.minecraft.item.crafting.Ingredient@493f1e14]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6911 rftools:advanced_charged_porter RecipeStage{tier='five', recipe=1xitem.advanced_charged_porter@0:[net.minecraft.item.crafting.Ingredient@1214d511, net.minecraft.item.crafting.Ingredient@55640cfe, net.minecraft.item.crafting.Ingredient@1214d511, net.minecraft.item.crafting.Ingredient@55640cfe, net.minecraft.item.crafting.Ingredient@65dbe156, net.minecraft.item.crafting.Ingredient@55640cfe, net.minecraft.item.crafting.Ingredient@1214d511, net.minecraft.item.crafting.Ingredient@55640cfe, net.minecraft.item.crafting.Ingredient@1214d511]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6912 rftools:shape_card_pump_clear RecipeStage{tier='five', recipe=1xitem.shape_card@9:[net.minecraft.item.crafting.Ingredient@324451e5, net.minecraft.item.crafting.Ingredient@324451e5, net.minecraft.item.crafting.Ingredient@324451e5, net.minecraft.item.crafting.Ingredient@324451e5, net.minecraft.item.crafting.Ingredient@75135f8d, net.minecraft.item.crafting.Ingredient@324451e5, net.minecraft.item.crafting.Ingredient@324451e5, net.minecraft.item.crafting.Ingredient@324451e5, net.minecraft.item.crafting.Ingredient@324451e5]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6913 rftools:crafter2 RecipeStage{tier='five', recipe=1xtile.rftools.crafter2@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6b779cd0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4879ea3c, net.minecraft.item.crafting.Ingredient@4866b935, net.minecraft.item.crafting.Ingredient@4879ea3c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6b779cd0, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6914 rftools:liquid_monitor RecipeStage{tier='five', recipe=1xtile.rftools.liquid_monitor@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@39281df5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@bf98bd0, net.minecraft.item.crafting.Ingredient@759fc3a2, net.minecraft.item.crafting.Ingredient@bf98bd0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@39281df5, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6915 rftools:energyplus_module RecipeStage{tier='five', recipe=1xitem.energyplus_module@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6f959706, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@25f92873, net.minecraft.item.crafting.Ingredient@2d8bfdf7, net.minecraft.item.crafting.Ingredient@25f92873, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6f959706, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6916 rftools:sequencer_block RecipeStage{tier='five', recipe=1xtile.rftools.sequencer_block@0:[net.minecraft.item.crafting.Ingredient@726c70ea, net.minecraft.item.crafting.Ingredient@4bdd7f66, net.minecraft.item.crafting.Ingredient@726c70ea, net.minecraft.item.crafting.Ingredient@4bdd7f66, net.minecraft.item.crafting.Ingredient@454f24c2, net.minecraft.item.crafting.Ingredient@4bdd7f66, net.minecraft.item.crafting.Ingredient@726c70ea, net.minecraft.item.crafting.Ingredient@4bdd7f66, net.minecraft.item.crafting.Ingredient@726c70ea]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6917 rftools:redstone_module RecipeStage{tier='five', recipe=1xitem.redstone_module@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5db081bc, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1ac44cad, net.minecraft.item.crafting.Ingredient@73237ace, net.minecraft.item.crafting.Ingredient@1ac44cad, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@607995ad, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6918 rftools:clock_module RecipeStage{tier='five', recipe=1xitem.clock_module@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3baf0b0b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@563bf921, net.minecraft.item.crafting.Ingredient@350e3ac6, net.minecraft.item.crafting.Ingredient@563bf921, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4a94a92c, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6919 rftools:shape_card_void RecipeStage{tier='five', recipe=1xitem.shape_card@1:[net.minecraftforge.oredict.OreIngredient@546f522e, net.minecraft.item.crafting.Ingredient@41f2d783, net.minecraftforge.oredict.OreIngredient@546f522e, net.minecraft.item.crafting.Ingredient@41f2d783, net.minecraft.item.crafting.Ingredient@2bb9a2bd, net.minecraft.item.crafting.Ingredient@41f2d783, net.minecraftforge.oredict.OreIngredient@546f522e, net.minecraft.item.crafting.Ingredient@41f2d783, net.minecraftforge.oredict.OreIngredient@546f522e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6920 rftools:elevator_button_module RecipeStage{tier='five', recipe=1xitem.elevator_button_module@0:[net.minecraft.item.crafting.Ingredient@10edfeaa, net.minecraft.item.crafting.Ingredient@10edfeaa, net.minecraft.item.crafting.Ingredient@10edfeaa, net.minecraft.item.crafting.Ingredient@3852946a, net.minecraft.item.crafting.Ingredient@d22a7f0, net.minecraft.item.crafting.Ingredient@3852946a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@16235db5, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6921 rftools:matter_beamer RecipeStage{tier='five', recipe=1xtile.rftools.matter_beamer@0:[net.minecraft.item.crafting.Ingredient@4adf3faa, net.minecraft.item.crafting.Ingredient@17620558, net.minecraft.item.crafting.Ingredient@4adf3faa, net.minecraft.item.crafting.Ingredient@17620558, net.minecraft.item.crafting.Ingredient@57fbda35, net.minecraft.item.crafting.Ingredient@17620558, net.minecraft.item.crafting.Ingredient@4adf3faa, net.minecraft.item.crafting.Ingredient@17620558, net.minecraft.item.crafting.Ingredient@4adf3faa]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6922 rftools:space_chamber_card RecipeStage{tier='five', recipe=1xitem.space_chamber_card@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6b1c2f1d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@68275e1e, net.minecraft.item.crafting.Ingredient@51345330, net.minecraft.item.crafting.Ingredient@68275e1e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6b1c2f1d, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6923 rftools:powercell_normal RecipeStage{tier='five', recipe=1xtile.rftools.powercell@0:[net.minecraft.item.crafting.Ingredient@3b97eb7d, net.minecraft.item.crafting.Ingredient@42b6e85a, net.minecraft.item.crafting.Ingredient@3b97eb7d, net.minecraft.item.crafting.Ingredient@39d21f16, net.minecraft.item.crafting.Ingredient@42d72e12, net.minecraft.item.crafting.Ingredient@39d21f16, net.minecraft.item.crafting.Ingredient@3b97eb7d, net.minecraft.item.crafting.Ingredient@461ff9af, net.minecraft.item.crafting.Ingredient@3b97eb7d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6924 rftools:logic_block RecipeStage{tier='five', recipe=1xtile.rftools.logic_block@0:[net.minecraft.item.crafting.Ingredient@5ce22f56, net.minecraft.item.crafting.Ingredient@12e75400, net.minecraft.item.crafting.Ingredient@5ce22f56, net.minecraft.item.crafting.Ingredient@12e75400, net.minecraft.item.crafting.Ingredient@2790be9f, net.minecraft.item.crafting.Ingredient@12e75400, net.minecraft.item.crafting.Ingredient@5ce22f56, net.minecraft.item.crafting.Ingredient@12e75400, net.minecraft.item.crafting.Ingredient@5ce22f56]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6925 rftools:storage_control_module RecipeStage{tier='five', recipe=1xitem.storage_control_module@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@536bd666, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3614e3de, net.minecraft.item.crafting.Ingredient@51a7292d, net.minecraft.item.crafting.Ingredient@3614e3de, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@13e7638, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6926 rftools:storage_module_6 RecipeStage{tier='five', recipe=1xitem.storage_module@6:[net.minecraft.item.crafting.Ingredient@52ee1d43, net.minecraftforge.oredict.OreIngredient@4cf887c2, net.minecraft.item.crafting.Ingredient@52ee1d43, net.minecraft.item.crafting.Ingredient@11e70e46, net.minecraft.item.crafting.Ingredient@280a0114, net.minecraft.item.crafting.Ingredient@11e70e46, net.minecraft.item.crafting.Ingredient@57929b1b, net.minecraft.item.crafting.Ingredient@7659f1a7, net.minecraft.item.crafting.Ingredient@57929b1b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6927 rftools:shield_template_block_alt_alt RecipeStage{tier='five', recipe=1xtile.rftools.shield_template_block@2:[net.minecraft.item.crafting.Ingredient@53a44df4]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6928 rftools:computer_module RecipeStage{tier='five', recipe=1xitem.computer_module@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6eeff121, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6c5bb501, net.minecraft.item.crafting.Ingredient@7f9ab8f8, net.minecraft.item.crafting.Ingredient@6c5bb501, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7a61c0cb, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6929 rftools:sensor_block RecipeStage{tier='five', recipe=1xtile.rftools.sensor_block@0:[net.minecraft.item.crafting.Ingredient@6a87b7c4, net.minecraft.item.crafting.Ingredient@857e396, net.minecraft.item.crafting.Ingredient@6a87b7c4, net.minecraft.item.crafting.Ingredient@14bb759, net.minecraft.item.crafting.Ingredient@25c9cc5d, net.minecraft.item.crafting.Ingredient@14bb759, net.minecraft.item.crafting.Ingredient@6a87b7c4, net.minecraft.item.crafting.Ingredient@857e396, net.minecraft.item.crafting.Ingredient@6a87b7c4]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6930 rftools:wire_block RecipeStage{tier='five', recipe=1xtile.rftools.wire_block@0:[net.minecraft.item.crafting.Ingredient@72366afc, net.minecraft.item.crafting.Ingredient@293ff02e, net.minecraft.item.crafting.Ingredient@72366afc]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6931 rftools:orphaning_card RecipeStage{tier='five', recipe=1xitem.orphaning_card@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@59e60a79, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2efab0e8, net.minecraft.item.crafting.Ingredient@68cc5c96, net.minecraft.item.crafting.Ingredient@2efab0e8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1c874976, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6932 rftools:dialing_device RecipeStage{tier='five', recipe=1xtile.rftools.dialing_device@0:[net.minecraft.item.crafting.Ingredient@565e5e26, net.minecraft.item.crafting.Ingredient@565e5e26, net.minecraft.item.crafting.Ingredient@565e5e26, net.minecraft.item.crafting.Ingredient@2b252699, net.minecraft.item.crafting.Ingredient@193195a1, net.minecraft.item.crafting.Ingredient@2b252699, net.minecraft.item.crafting.Ingredient@565e5e26, net.minecraft.item.crafting.Ingredient@565e5e26, net.minecraft.item.crafting.Ingredient@565e5e26]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6933 rftools:redstone_transmitter_block RecipeStage{tier='five', recipe=1xtile.rftools.redstone_transmitter_block@0:[net.minecraft.item.crafting.Ingredient@12eac6a3, net.minecraft.item.crafting.Ingredient@356a019d, net.minecraft.item.crafting.Ingredient@12eac6a3, net.minecraft.item.crafting.Ingredient@68308474, net.minecraft.item.crafting.Ingredient@71f10ede, net.minecraft.item.crafting.Ingredient@68308474, net.minecraft.item.crafting.Ingredient@12eac6a3, net.minecraft.item.crafting.Ingredient@6c01c436, net.minecraft.item.crafting.Ingredient@12eac6a3]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6934 rftools:shape_card_pump RecipeStage{tier='five', recipe=1xitem.shape_card@8:[net.minecraft.item.crafting.Ingredient@27aa97ac, net.minecraft.item.crafting.Ingredient@320c63e8, net.minecraft.item.crafting.Ingredient@27aa97ac, net.minecraft.item.crafting.Ingredient@380ad108, net.minecraft.item.crafting.Ingredient@4b6e2652, net.minecraft.item.crafting.Ingredient@380ad108, net.minecraft.item.crafting.Ingredient@27aa97ac, net.minecraft.item.crafting.Ingredient@322d92b8, net.minecraft.item.crafting.Ingredient@27aa97ac]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6935 rftools:shield_template_block_alt_alt_alt_alt RecipeStage{tier='five', recipe=1xtile.rftools.shield_template_block@0:[net.minecraft.item.crafting.Ingredient@104002fb]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6936 rftools:space_chamber RecipeStage{tier='five', recipe=1xtile.rftools.space_chamber@0:[net.minecraftforge.oredict.OreIngredient@55b97e73, net.minecraft.item.crafting.Ingredient@7494c065, net.minecraftforge.oredict.OreIngredient@55b97e73, net.minecraft.item.crafting.Ingredient@7494c065, net.minecraft.item.crafting.Ingredient@3deb79f3, net.minecraft.item.crafting.Ingredient@7494c065, net.minecraftforge.oredict.OreIngredient@55b97e73, net.minecraft.item.crafting.Ingredient@7494c065, net.minecraftforge.oredict.OreIngredient@55b97e73]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6937 rftools:shield_block3 RecipeStage{tier='five', recipe=1xtile.rftools.shield_block3@0:[net.minecraft.item.crafting.Ingredient@691b0f08, net.minecraft.item.crafting.Ingredient@6a454500, net.minecraft.item.crafting.Ingredient@691b0f08, net.minecraft.item.crafting.Ingredient@6a454500, net.minecraft.item.crafting.Ingredient@1098a2c0, net.minecraft.item.crafting.Ingredient@6a454500, net.minecraft.item.crafting.Ingredient@691b0f08, net.minecraft.item.crafting.Ingredient@6a454500, net.minecraft.item.crafting.Ingredient@691b0f08]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6938 rftools:inventory_module RecipeStage{tier='five', recipe=1xitem.inventory_module@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@553afdce, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@757bcf3f, net.minecraft.item.crafting.Ingredient@7207520f, net.minecraft.item.crafting.Ingredient@757bcf3f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5b21581c, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6939 rftools:spawner RecipeStage{tier='five', recipe=1xtile.rftools.spawner@0:[net.minecraft.item.crafting.Ingredient@6859f2be, net.minecraft.item.crafting.Ingredient@58fd2191, net.minecraft.item.crafting.Ingredient@6859f2be, net.minecraft.item.crafting.Ingredient@11e024f8, net.minecraft.item.crafting.Ingredient@382175a, net.minecraft.item.crafting.Ingredient@24e9cd7b, net.minecraft.item.crafting.Ingredient@6859f2be, net.minecraft.item.crafting.Ingredient@4217dffa, net.minecraft.item.crafting.Ingredient@6859f2be]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6940 rftools:environmental_controller RecipeStage{tier='five', recipe=1xtile.rftools.environmental_controller@0:[net.minecraft.item.crafting.Ingredient@29ac56f, net.minecraft.item.crafting.Ingredient@5bd60bca, net.minecraft.item.crafting.Ingredient@29ac56f, net.minecraft.item.crafting.Ingredient@6877449b, net.minecraft.item.crafting.Ingredient@2424a919, net.minecraft.item.crafting.Ingredient@4fc77370, net.minecraft.item.crafting.Ingredient@29ac56f, net.minecraft.item.crafting.Ingredient@6198e002, net.minecraft.item.crafting.Ingredient@29ac56f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6941 rftools:dimensional_shard_hard RecipeStage{tier='five', recipe=8xitem.dimensional_shard@0:[net.minecraft.item.crafting.Ingredient@c5a637f, net.minecraft.item.crafting.Ingredient@38901a73, net.minecraft.item.crafting.Ingredient@3b873506, net.minecraft.item.crafting.Ingredient@7f4327ac, net.minecraft.item.crafting.Ingredient@10b264db, net.minecraft.item.crafting.Ingredient@20dde953, net.minecraft.item.crafting.Ingredient@408e8e01, net.minecraft.item.crafting.Ingredient@3cd4f2af, net.minecraft.item.crafting.Ingredient@47b8e9b5]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6942 rftools:modular_storage RecipeStage{tier='five', recipe=1xtile.rftools.modular_storage@0:[net.minecraft.item.crafting.Ingredient@704a50b, net.minecraftforge.oredict.OreIngredient@6404eb17, net.minecraft.item.crafting.Ingredient@704a50b, net.minecraft.item.crafting.Ingredient@6c20b41d, net.minecraft.item.crafting.Ingredient@207edc71, net.minecraft.item.crafting.Ingredient@6c20b41d, net.minecraft.item.crafting.Ingredient@704a50b, net.minecraft.item.crafting.Ingredient@6c20b41d, net.minecraft.item.crafting.Ingredient@704a50b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6944 rftools:storage_scanner RecipeStage{tier='five', recipe=1xtile.rftools.storage_scanner@0:[net.minecraft.item.crafting.Ingredient@17c03342, net.minecraft.item.crafting.Ingredient@6d2722d, net.minecraft.item.crafting.Ingredient@17c03342, net.minecraft.item.crafting.Ingredient@2a05b0a2, net.minecraft.item.crafting.Ingredient@dc1d166, net.minecraft.item.crafting.Ingredient@2a05b0a2, net.minecraft.item.crafting.Ingredient@17c03342, net.minecraft.item.crafting.Ingredient@6d2722d, net.minecraft.item.crafting.Ingredient@17c03342]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6945 rftools:redstone_receiver_block RecipeStage{tier='five', recipe=1xtile.rftools.redstone_receiver_block@0:[net.minecraft.item.crafting.Ingredient@186db5e, net.minecraft.item.crafting.Ingredient@180350e7, net.minecraft.item.crafting.Ingredient@186db5e, net.minecraft.item.crafting.Ingredient@3f2ffa71, net.minecraft.item.crafting.Ingredient@2f68227f, net.minecraft.item.crafting.Ingredient@3f2ffa71, net.minecraft.item.crafting.Ingredient@186db5e, net.minecraft.item.crafting.Ingredient@61a4b253, net.minecraft.item.crafting.Ingredient@186db5e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6946 rftools:storage_module_2 RecipeStage{tier='five', recipe=1xitem.storage_module@2:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@54ea7dd0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6542eef2, net.minecraft.item.crafting.Ingredient@614fb973, net.minecraft.item.crafting.Ingredient@6542eef2, net.minecraft.item.crafting.Ingredient@705e9aeb, net.minecraft.item.crafting.Ingredient@2685a6c1, net.minecraft.item.crafting.Ingredient@705e9aeb]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6947 rftools:shield_template_block_alt_alt_alt RecipeStage{tier='five', recipe=1xtile.rftools.shield_template_block@3:[net.minecraft.item.crafting.Ingredient@42e7416d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6948 rftools:tablet_with_storage_module_0 RecipeStage{tier='five', recipe=1xitem.storage_module_tablet@1:[net.minecraft.item.crafting.Ingredient@37e941f, net.minecraft.item.crafting.Ingredient@2b4601ce]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6949 rftools:tablet_with_storage_module_1 RecipeStage{tier='five', recipe=1xitem.storage_module_tablet@1:[net.minecraft.item.crafting.Ingredient@572539e2, net.minecraft.item.crafting.Ingredient@2b6a2bf3]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6950 rftools:digit_block RecipeStage{tier='five', recipe=1xtile.rftools.digit_block@0:[net.minecraft.item.crafting.Ingredient@53c47ce3, net.minecraft.item.crafting.Ingredient@53c47ce3, net.minecraft.item.crafting.Ingredient@53c47ce3, net.minecraft.item.crafting.Ingredient@158a0d98, net.minecraft.item.crafting.Ingredient@48b04615, net.minecraft.item.crafting.Ingredient@158a0d98, net.minecraft.item.crafting.Ingredient@53c47ce3, net.minecraft.item.crafting.Ingredient@53c47ce3, net.minecraft.item.crafting.Ingredient@53c47ce3]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6951 rftools:shield_block2 RecipeStage{tier='five', recipe=1xtile.rftools.shield_block2@0:[net.minecraft.item.crafting.Ingredient@743da0e6, net.minecraft.item.crafting.Ingredient@42e151c1, net.minecraft.item.crafting.Ingredient@743da0e6, net.minecraft.item.crafting.Ingredient@42e151c1, net.minecraft.item.crafting.Ingredient@2893568a, net.minecraft.item.crafting.Ingredient@42e151c1, net.minecraft.item.crafting.Ingredient@743da0e6, net.minecraft.item.crafting.Ingredient@42e151c1, net.minecraft.item.crafting.Ingredient@743da0e6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6952 rftools:powercell_simple RecipeStage{tier='five', recipe=1xtile.rftools.powercell_simple@0:[net.minecraft.item.crafting.Ingredient@4b3b9af9, net.minecraft.item.crafting.Ingredient@4f67fa1c, net.minecraft.item.crafting.Ingredient@4b3b9af9, net.minecraft.item.crafting.Ingredient@32b40e6f, net.minecraft.item.crafting.Ingredient@43e7db84, net.minecraft.item.crafting.Ingredient@32b40e6f, net.minecraft.item.crafting.Ingredient@4b3b9af9, net.minecraft.item.crafting.Ingredient@4f67fa1c, net.minecraft.item.crafting.Ingredient@4b3b9af9]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6953 rftools:shield_block4 RecipeStage{tier='five', recipe=1xtile.rftools.shield_block4@0:[net.minecraft.item.crafting.Ingredient@4bc8b5a8, net.minecraft.item.crafting.Ingredient@74fe41b1, net.minecraft.item.crafting.Ingredient@7c09af67, net.minecraft.item.crafting.Ingredient@74fe41b1, net.minecraft.item.crafting.Ingredient@312d9aeb, net.minecraft.item.crafting.Ingredient@74fe41b1, net.minecraft.item.crafting.Ingredient@7c09af67, net.minecraft.item.crafting.Ingredient@74fe41b1, net.minecraft.item.crafting.Ingredient@4bc8b5a8]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6954 rftools:destination_analyzer RecipeStage{tier='five', recipe=1xtile.rftools.destination_analyzer@0:[net.minecraft.item.crafting.Ingredient@5a7a50a9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5a7a50a9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5557ec04, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5a7a50a9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5a7a50a9]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6955 rftools:shield_template_block RecipeStage{tier='five', recipe=8xtile.rftools.shield_template_block@0:[net.minecraft.item.crafting.Ingredient@175786e2, net.minecraft.item.crafting.Ingredient@175786e2, net.minecraft.item.crafting.Ingredient@175786e2, net.minecraftforge.oredict.OreIngredient@216e4fc6, net.minecraft.item.crafting.Ingredient@38b41c97, net.minecraftforge.oredict.OreIngredient@216e4fc6, net.minecraft.item.crafting.Ingredient@175786e2, net.minecraft.item.crafting.Ingredient@175786e2, net.minecraft.item.crafting.Ingredient@175786e2]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6956 rftools:fluid_module RecipeStage{tier='five', recipe=1xitem.fluid_module@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@29b69908, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5d87cdd9, net.minecraft.item.crafting.Ingredient@2c4b665, net.minecraft.item.crafting.Ingredient@5d87cdd9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5de4a16b, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6957 rftools:tablet_to_storage RecipeStage{tier='five', recipe=1xitem.storage_module@0:[net.minecraft.item.crafting.Ingredient@236a1dcc]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6958 rftools:security_card RecipeStage{tier='five', recipe=1xitem.security_card@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@56a00aab, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7111bd62, net.minecraft.item.crafting.Ingredient@4154f382, net.minecraft.item.crafting.Ingredient@7111bd62, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@43531758, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6959 rftools:text_module RecipeStage{tier='five', recipe=1xitem.text_module@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@566d17f8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7a8e2fff, net.minecraft.item.crafting.Ingredient@313fda08, net.minecraft.item.crafting.Ingredient@7a8e2fff, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@18017cab, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6960 rftools:endergenic RecipeStage{tier='five', recipe=1xtile.rftools.endergenic@0:[net.minecraft.item.crafting.Ingredient@587e49b1, net.minecraft.item.crafting.Ingredient@2e0a865, net.minecraft.item.crafting.Ingredient@587e49b1, net.minecraft.item.crafting.Ingredient@2e0a865, net.minecraft.item.crafting.Ingredient@49f40067, net.minecraft.item.crafting.Ingredient@2e0a865, net.minecraft.item.crafting.Ingredient@587e49b1, net.minecraft.item.crafting.Ingredient@2e0a865, net.minecraft.item.crafting.Ingredient@587e49b1]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6961 rftools:simple_dialer RecipeStage{tier='five', recipe=1xtile.rftools.simple_dialer@0:[net.minecraft.item.crafting.Ingredient@208de1e3, net.minecraft.item.crafting.Ingredient@3344297b, net.minecraft.item.crafting.Ingredient@208de1e3, net.minecraft.item.crafting.Ingredient@45865ba9, net.minecraft.item.crafting.Ingredient@2cf19324, net.minecraft.item.crafting.Ingredient@45865ba9, net.minecraft.item.crafting.Ingredient@208de1e3, net.minecraft.item.crafting.Ingredient@3344297b, net.minecraft.item.crafting.Ingredient@208de1e3]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6962 rftools:counter_block RecipeStage{tier='five', recipe=1xtile.rftools.counter_block@0:[net.minecraft.item.crafting.Ingredient@371d8b0c, net.minecraft.item.crafting.Ingredient@22102a10, net.minecraft.item.crafting.Ingredient@371d8b0c, net.minecraft.item.crafting.Ingredient@5bb28268, net.minecraft.item.crafting.Ingredient@3d46f6c0, net.minecraft.item.crafting.Ingredient@5bb28268, net.minecraft.item.crafting.Ingredient@26c58285, net.minecraft.item.crafting.Ingredient@5bb28268, net.minecraft.item.crafting.Ingredient@26c58285]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6963 rftools:button_module RecipeStage{tier='five', recipe=1xitem.button_module@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3cfe2339, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2fd80e, net.minecraft.item.crafting.Ingredient@18f4c59b, net.minecraft.item.crafting.Ingredient@2fd80e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@36e2a842, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6964 rftools:shape_card_pump_dirt RecipeStage{tier='five', recipe=1xitem.shape_card@8:[net.minecraft.item.crafting.Ingredient@362a55f4, net.minecraft.item.crafting.Ingredient@362a55f4, net.minecraft.item.crafting.Ingredient@362a55f4, net.minecraft.item.crafting.Ingredient@362a55f4, net.minecraft.item.crafting.Ingredient@7c0cb69b, net.minecraft.item.crafting.Ingredient@362a55f4, net.minecraft.item.crafting.Ingredient@362a55f4, net.minecraft.item.crafting.Ingredient@362a55f4, net.minecraft.item.crafting.Ingredient@362a55f4]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6965 rftools:charged_porter RecipeStage{tier='five', recipe=1xitem.charged_porter@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@fad50ad, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@fad50ad, net.minecraft.item.crafting.Ingredient@1c58efde, net.minecraft.item.crafting.Ingredient@fad50ad, net.minecraft.item.crafting.Ingredient@2cbb811b, net.minecraft.item.crafting.Ingredient@fad50ad, net.minecraft.item.crafting.Ingredient@2cbb811b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6966 rftools:locator RecipeStage{tier='five', recipe=1xtile.rftools.locator@0:[net.minecraft.item.crafting.Ingredient@73709cfc, net.minecraft.item.crafting.Ingredient@1cd04b2c, net.minecraft.item.crafting.Ingredient@73709cfc, net.minecraft.item.crafting.Ingredient@56bd25c6, net.minecraft.item.crafting.Ingredient@3a394293, net.minecraft.item.crafting.Ingredient@56bd25c6, net.minecraft.item.crafting.Ingredient@5bc24841, net.minecraft.item.crafting.Ingredient@2e316b36, net.minecraft.item.crafting.Ingredient@5bc24841]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6967 rftools:oredict_module RecipeStage{tier='five', recipe=1xitem.oredict_module@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@475af12c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4f7c9b9b, net.minecraft.item.crafting.Ingredient@3f2bd517, net.minecraft.item.crafting.Ingredient@4f7c9b9b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1cbf77a0, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6968 rftools:shape_card_0 RecipeStage{tier='five', recipe=1xitem.shape_card@0:[net.minecraft.item.crafting.Ingredient@2e4f13b, net.minecraft.item.crafting.Ingredient@76ddd9a1, net.minecraft.item.crafting.Ingredient@2e4f13b, net.minecraft.item.crafting.Ingredient@2fbe89cd, net.minecraft.item.crafting.Ingredient@25114340, net.minecraft.item.crafting.Ingredient@2fbe89cd, net.minecraft.item.crafting.Ingredient@2e4f13b, net.minecraft.item.crafting.Ingredient@76ddd9a1, net.minecraft.item.crafting.Ingredient@2e4f13b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6969 rftools:inventoryplus_module RecipeStage{tier='five', recipe=1xitem.inventoryplus_module@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6cde98a5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2450d05d, net.minecraft.item.crafting.Ingredient@6f7f0aaa, net.minecraft.item.crafting.Ingredient@2450d05d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6cde98a5, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6971 rftools:shape_card_quarry RecipeStage{tier='five', recipe=1xitem.shape_card@2:[net.minecraft.item.crafting.Ingredient@69e61868, net.minecraft.item.crafting.Ingredient@1cc85a91, net.minecraft.item.crafting.Ingredient@69e61868, net.minecraft.item.crafting.Ingredient@1fab1e69, net.minecraft.item.crafting.Ingredient@46d760ac, net.minecraft.item.crafting.Ingredient@1fab1e69, net.minecraft.item.crafting.Ingredient@69e61868, net.minecraft.item.crafting.Ingredient@605b1495, net.minecraft.item.crafting.Ingredient@69e61868]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6972 rftoolscontrol:cpu_core_1000 RecipeStage{tier='five', recipe=1xitem.rftoolscontrol.cpu_core_1000@0:[net.minecraft.item.crafting.Ingredient@1a62226e, net.minecraft.item.crafting.Ingredient@2f731b19, net.minecraft.item.crafting.Ingredient@1a62226e, net.minecraft.item.crafting.Ingredient@1826eaef, net.minecraft.item.crafting.Ingredient@1082e164, net.minecraft.item.crafting.Ingredient@1826eaef, net.minecraft.item.crafting.Ingredient@1a62226e, net.minecraft.item.crafting.Ingredient@2f731b19, net.minecraft.item.crafting.Ingredient@1a62226e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6973 rftoolscontrol:cpu_core_500 RecipeStage{tier='five', recipe=1xitem.rftoolscontrol.cpu_core_500@0:[net.minecraft.item.crafting.Ingredient@5913ef90, net.minecraftforge.oredict.OreIngredient@50218c9c, net.minecraft.item.crafting.Ingredient@5913ef90, net.minecraft.item.crafting.Ingredient@43405de, net.minecraft.item.crafting.Ingredient@122e9a9, net.minecraft.item.crafting.Ingredient@43405de, net.minecraft.item.crafting.Ingredient@5913ef90, net.minecraftforge.oredict.OreIngredient@50218c9c, net.minecraft.item.crafting.Ingredient@5913ef90]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6974 rftoolscontrol:interaction_module RecipeStage{tier='five', recipe=1xitem.rftoolscontrol.interaction_module@0:[net.minecraft.item.crafting.Ingredient@27501984, net.minecraft.item.crafting.Ingredient@79194d45, net.minecraft.item.crafting.Ingredient@27501984, net.minecraft.item.crafting.Ingredient@2955ee81, net.minecraft.item.crafting.Ingredient@7fbe8501, net.minecraft.item.crafting.Ingredient@2955ee81, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6cb9f43b, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6975 rftoolscontrol:programmer RecipeStage{tier='five', recipe=1xtile.rftoolscontrol.programmer@0:[net.minecraft.item.crafting.Ingredient@395309c3, net.minecraft.item.crafting.Ingredient@32e04723, net.minecraft.item.crafting.Ingredient@395309c3, net.minecraft.item.crafting.Ingredient@43e30b18, net.minecraft.item.crafting.Ingredient@159fda3, net.minecraft.item.crafting.Ingredient@43e30b18, net.minecraft.item.crafting.Ingredient@395309c3, net.minecraft.item.crafting.Ingredient@32e04723, net.minecraft.item.crafting.Ingredient@395309c3]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6976 rftoolscontrol:console_module RecipeStage{tier='five', recipe=1xitem.rftoolscontrol.console_module@0:[net.minecraft.item.crafting.Ingredient@51649d3, net.minecraft.item.crafting.Ingredient@52a2b3f1, net.minecraft.item.crafting.Ingredient@51649d3, net.minecraft.item.crafting.Ingredient@1353df6f, net.minecraft.item.crafting.Ingredient@654d30a7, net.minecraft.item.crafting.Ingredient@1353df6f, net.minecraft.item.crafting.Ingredient@51649d3, net.minecraft.item.crafting.Ingredient@79ea8e75, net.minecraft.item.crafting.Ingredient@51649d3]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6977 rftoolscontrol:advanced_network_card RecipeStage{tier='five', recipe=1xitem.rftoolscontrol.advanced_network_card@0:[net.minecraft.item.crafting.Ingredient@e624f02, net.minecraft.item.crafting.Ingredient@64c2eb5, net.minecraft.item.crafting.Ingredient@e624f02, net.minecraft.item.crafting.Ingredient@273dab1b, net.minecraft.item.crafting.Ingredient@30233042, net.minecraft.item.crafting.Ingredient@273dab1b, net.minecraft.item.crafting.Ingredient@e624f02, net.minecraft.item.crafting.Ingredient@64c2eb5, net.minecraft.item.crafting.Ingredient@e624f02]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6978 rftoolscontrol:token RecipeStage{tier='five', recipe=16xitem.rftoolscontrol.token@0:[net.minecraft.item.crafting.Ingredient@285c425d, net.minecraft.item.crafting.Ingredient@285c425d, net.minecraft.item.crafting.Ingredient@285c425d, net.minecraft.item.crafting.Ingredient@285c425d, net.minecraft.item.crafting.Ingredient@2fe641e6, net.minecraft.item.crafting.Ingredient@285c425d, net.minecraft.item.crafting.Ingredient@285c425d, net.minecraft.item.crafting.Ingredient@285c425d, net.minecraft.item.crafting.Ingredient@285c425d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6979 rftoolscontrol:card_base RecipeStage{tier='five', recipe=1xitem.rftoolscontrol.card_base@0:[net.minecraft.item.crafting.Ingredient@47ca3f4, net.minecraft.item.crafting.Ingredient@47ca3f4, net.minecraft.item.crafting.Ingredient@47ca3f4, net.minecraftforge.oredict.OreIngredient@6ac550b0, net.minecraftforge.oredict.OreIngredient@6ac550b0, net.minecraftforge.oredict.OreIngredient@6ac550b0, net.minecraftforge.oredict.OreIngredient@10f19f4e, net.minecraftforge.oredict.OreIngredient@10f19f4e, net.minecraftforge.oredict.OreIngredient@10f19f4e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6980 rftoolscontrol:tank RecipeStage{tier='five', recipe=1xtile.rftoolscontrol.tank@0:[net.minecraft.item.crafting.Ingredient@10343c5b, net.minecraft.item.crafting.Ingredient@43245e98, net.minecraft.item.crafting.Ingredient@43245e98, net.minecraft.item.crafting.Ingredient@43245e98, net.minecraft.item.crafting.Ingredient@549ac1e8, net.minecraft.item.crafting.Ingredient@549ac1e8, net.minecraft.item.crafting.Ingredient@43245e98, net.minecraft.item.crafting.Ingredient@549ac1e8, net.minecraft.item.crafting.Ingredient@549ac1e8]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6981 rftoolscontrol:network_identifier RecipeStage{tier='five', recipe=1xitem.rftoolscontrol.network_identifier@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7ce375b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5984e45a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@63bbdfa0, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6982 rftoolscontrol:crafting_card RecipeStage{tier='five', recipe=8xitem.rftoolscontrol.crafting_card@0:[net.minecraft.item.crafting.Ingredient@59765d06, net.minecraft.item.crafting.Ingredient@b84e057, net.minecraft.item.crafting.Ingredient@384b2701, net.minecraft.item.crafting.Ingredient@59765d06]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6983 rftoolscontrol:processor RecipeStage{tier='five', recipe=1xtile.rftoolscontrol.processor@0:[net.minecraft.item.crafting.Ingredient@b665405, net.minecraft.item.crafting.Ingredient@4fa518d4, net.minecraft.item.crafting.Ingredient@b665405, net.minecraft.item.crafting.Ingredient@656e21d7, net.minecraft.item.crafting.Ingredient@1fccdaf4, net.minecraft.item.crafting.Ingredient@656e21d7, net.minecraft.item.crafting.Ingredient@b665405, net.minecraft.item.crafting.Ingredient@4fa518d4, net.minecraft.item.crafting.Ingredient@b665405]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6984 rftoolscontrol:cpu_core_2000 RecipeStage{tier='five', recipe=1xitem.rftoolscontrol.cpu_core_2000@0:[net.minecraft.item.crafting.Ingredient@2ca128fe, net.minecraft.item.crafting.Ingredient@14426c01, net.minecraft.item.crafting.Ingredient@2ca128fe, net.minecraft.item.crafting.Ingredient@14426c01, net.minecraft.item.crafting.Ingredient@1f54277b, net.minecraft.item.crafting.Ingredient@14426c01, net.minecraft.item.crafting.Ingredient@2ca128fe, net.minecraft.item.crafting.Ingredient@14426c01, net.minecraft.item.crafting.Ingredient@2ca128fe]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6985 rftoolscontrol:graphics_card RecipeStage{tier='five', recipe=1xitem.rftoolscontrol.graphics_card@0:[net.minecraft.item.crafting.Ingredient@4cf19871, net.minecraft.item.crafting.Ingredient@70afb2e5, net.minecraft.item.crafting.Ingredient@4cf19871, net.minecraft.item.crafting.Ingredient@2f86bf8f, net.minecraft.item.crafting.Ingredient@423a8567, net.minecraft.item.crafting.Ingredient@2f86bf8f, net.minecraft.item.crafting.Ingredient@4cf19871, net.minecraft.item.crafting.Ingredient@248b74f, net.minecraft.item.crafting.Ingredient@4cf19871]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6986 rftoolscontrol:ram_chip RecipeStage{tier='five', recipe=1xitem.rftoolscontrol.ram_chip@0:[net.minecraft.item.crafting.Ingredient@d8da923, net.minecraft.item.crafting.Ingredient@d8da923, net.minecraft.item.crafting.Ingredient@d8da923, net.minecraft.item.crafting.Ingredient@4dd00b0, net.minecraft.item.crafting.Ingredient@2403e677, net.minecraft.item.crafting.Ingredient@4dd00b0, net.minecraft.item.crafting.Ingredient@d8da923, net.minecraft.item.crafting.Ingredient@d8da923, net.minecraft.item.crafting.Ingredient@d8da923]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6987 rftoolscontrol:vectorart_module RecipeStage{tier='five', recipe=1xitem.rftoolscontrol.vectorart_module@0:[net.minecraft.item.crafting.Ingredient@5474bc02, net.minecraft.item.crafting.Ingredient@bbc781c, net.minecraft.item.crafting.Ingredient@5474bc02, net.minecraft.item.crafting.Ingredient@48f85903, net.minecraft.item.crafting.Ingredient@7ad941c5, net.minecraft.item.crafting.Ingredient@48f85903, net.minecraft.item.crafting.Ingredient@5474bc02, net.minecraft.item.crafting.Ingredient@1aac1572, net.minecraft.item.crafting.Ingredient@5474bc02]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6988 rftoolscontrol:program_card RecipeStage{tier='five', recipe=1xitem.rftoolscontrol.program_card@0:[net.minecraft.item.crafting.Ingredient@52ede41d, net.minecraft.item.crafting.Ingredient@52ede41d, net.minecraft.item.crafting.Ingredient@3b993c53, net.minecraft.item.crafting.Ingredient@52ede41d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6989 rftoolscontrol:node RecipeStage{tier='five', recipe=1xtile.rftoolscontrol.node@0:[net.minecraft.item.crafting.Ingredient@7685d047, net.minecraft.item.crafting.Ingredient@605ef755, net.minecraft.item.crafting.Ingredient@7685d047, net.minecraft.item.crafting.Ingredient@7685d047, net.minecraft.item.crafting.Ingredient@4db2f1bf, net.minecraft.item.crafting.Ingredient@7685d047, net.minecraft.item.crafting.Ingredient@7685d047, net.minecraft.item.crafting.Ingredient@3b955d6e, net.minecraft.item.crafting.Ingredient@7685d047]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6990 rftoolscontrol:rftoolscontrol_manual RecipeStage{tier='five', recipe=1xitem.rftoolscontrol.rftoolscontrol_manual@0:[net.minecraft.item.crafting.Ingredient@4914c03c, net.minecraft.item.crafting.Ingredient@4914c03c, net.minecraft.item.crafting.Ingredient@4914c03c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7822b5af, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6991 rftoolscontrol:craftingstation RecipeStage{tier='five', recipe=1xtile.rftoolscontrol.craftingstation@0:[net.minecraft.item.crafting.Ingredient@753405c7, net.minecraft.item.crafting.Ingredient@709f9982, net.minecraft.item.crafting.Ingredient@753405c7, net.minecraft.item.crafting.Ingredient@38e67f89, net.minecraft.item.crafting.Ingredient@4b2af7fa, net.minecraft.item.crafting.Ingredient@38e67f89, net.minecraft.item.crafting.Ingredient@753405c7, net.minecraft.item.crafting.Ingredient@709f9982, net.minecraft.item.crafting.Ingredient@753405c7]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6992 rftoolscontrol:variable_module RecipeStage{tier='five', recipe=1xitem.rftoolscontrol.variable_module@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2939a05d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5a28591, net.minecraft.item.crafting.Ingredient@69f1416f, net.minecraft.item.crafting.Ingredient@5a28591, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6b1dd035, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6993 rftoolscontrol:network_card RecipeStage{tier='five', recipe=1xitem.rftoolscontrol.network_card@0:[net.minecraft.item.crafting.Ingredient@74afb069, net.minecraft.item.crafting.Ingredient@3038b13d, net.minecraft.item.crafting.Ingredient@74afb069, net.minecraftforge.oredict.OreIngredient@7ab19845, net.minecraft.item.crafting.Ingredient@6b8ab6e4, net.minecraftforge.oredict.OreIngredient@7ab19845, net.minecraft.item.crafting.Ingredient@74afb069, net.minecraft.item.crafting.Ingredient@74afb069, net.minecraft.item.crafting.Ingredient@74afb069]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6994 rftoolscontrol:workbench RecipeStage{tier='five', recipe=1xtile.rftoolscontrol.workbench@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@39c74d0b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@78d6255c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5fede2ee, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6995 scannable:module_ore_rare RecipeStage{tier='five', recipe=1xitem.scannable.module_ore_rare@0:[net.minecraft.item.crafting.Ingredient@11d5c254, net.minecraftforge.oredict.OreIngredient@4bac9730]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6996 scannable:module_block RecipeStage{tier='five', recipe=1xitem.scannable.module_block@0:[net.minecraft.item.crafting.Ingredient@55c0341c, net.minecraftforge.oredict.OreIngredient@7b8aed95]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6997 scannable:module_animal RecipeStage{tier='five', recipe=1xitem.scannable.module_animal@0:[net.minecraft.item.crafting.Ingredient@7c9ced17, net.minecraftforge.oredict.OreIngredient@2077a3ee]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6998 scannable:module_monster RecipeStage{tier='five', recipe=1xitem.scannable.module_monster@0:[net.minecraft.item.crafting.Ingredient@36a9d9a0, net.minecraftforge.oredict.OreIngredient@27caad26]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6999 scannable:scanner RecipeStage{tier='five', recipe=1xitem.scannable.scanner@0:[net.minecraftforge.oredict.OreIngredient@2ae7ad4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2ae7ad4, net.minecraft.item.crafting.Ingredient@457377c4, net.minecraftforge.oredict.OreIngredient@52b7f221, net.minecraft.item.crafting.Ingredient@457377c4, net.minecraftforge.oredict.OreIngredient@58119e5d, net.minecraftforge.oredict.OreIngredient@29182751, net.minecraftforge.oredict.OreIngredient@58119e5d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7000 scannable:module_entity RecipeStage{tier='five', recipe=1xitem.scannable.module_entity@0:[net.minecraft.item.crafting.Ingredient@49985475, net.minecraft.item.crafting.Ingredient@803362f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7001 scannable:module_blank RecipeStage{tier='five', recipe=1xitem.scannable.module_blank@0:[net.minecraftforge.oredict.OreIngredient@aa7b7a, net.minecraftforge.oredict.OreIngredient@aa7b7a, net.minecraftforge.oredict.OreIngredient@aa7b7a, net.minecraft.item.crafting.Ingredient@34726337, net.minecraftforge.oredict.OreIngredient@6494a22c, net.minecraft.item.crafting.Ingredient@34726337, net.minecraft.item.crafting.Ingredient@34726337, net.minecraftforge.oredict.OreIngredient@3969db41, net.minecraft.item.crafting.Ingredient@34726337]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7002 scannable:module_fluid RecipeStage{tier='five', recipe=1xitem.scannable.module_fluid@0:[net.minecraft.item.crafting.Ingredient@7b87945c, net.minecraft.item.crafting.Ingredient@49cb9b7f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7004 scannable:module_range RecipeStage{tier='five', recipe=1xitem.scannable.module_range@0:[net.minecraft.item.crafting.Ingredient@6ff36abf, net.minecraftforge.oredict.OreIngredient@3c48b545]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7005 scannable:module_ore_common RecipeStage{tier='five', recipe=1xitem.scannable.module_ore_common@0:[net.minecraft.item.crafting.Ingredient@df6c3d3, net.minecraft.item.crafting.Ingredient@2a3f7094]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7006 simplegenerators:turbine_upgradable RecipeStage{tier='four', recipe=1xtile.simplegenerators.turbine_upgradable@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3922ba5a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3922ba5a, net.minecraft.item.crafting.Ingredient@1929352a, net.minecraft.item.crafting.Ingredient@3922ba5a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3922ba5a, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7007 simplegenerators:turbine_simple RecipeStage{tier='four', recipe=1xtile.simplegenerators.turbine_simple@0:[net.minecraftforge.oredict.OreIngredient@1c1b7384, net.minecraft.item.crafting.Ingredient@4cd0cae7, net.minecraftforge.oredict.OreIngredient@1c1b7384, net.minecraftforge.oredict.OreIngredient@14a87d92, net.minecraft.item.crafting.Ingredient@1b9d4ab4, net.minecraftforge.oredict.OreIngredient@14a87d92, net.minecraftforge.oredict.OreIngredient@1c1b7384, net.minecraftforge.oredict.OreIngredient@5c5d9d10, net.minecraftforge.oredict.OreIngredient@1c1b7384]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7008 simplegenerators:soul_upgradable RecipeStage{tier='four', recipe=1xtile.simplegenerators.soul_upgradable@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5753d417, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5753d417, net.minecraft.item.crafting.Ingredient@29f0f81a, net.minecraft.item.crafting.Ingredient@5753d417, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5753d417, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7009 simplegenerators:soul_simple RecipeStage{tier='four', recipe=1xtile.simplegenerators.soul_simple@0:[net.minecraftforge.oredict.OreIngredient@277b6585, net.minecraftforge.oredict.OreIngredient@15c974f4, net.minecraftforge.oredict.OreIngredient@277b6585, net.minecraft.item.crafting.Ingredient@2a919edd, net.minecraft.item.crafting.Ingredient@4b08a4ee, net.minecraft.item.crafting.Ingredient@2a919edd, net.minecraftforge.oredict.OreIngredient@277b6585, net.minecraftforge.oredict.OreIngredient@37a3b747, net.minecraftforge.oredict.OreIngredient@277b6585]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7010 simplegenerators:nether_upgradable RecipeStage{tier='four', recipe=1xtile.simplegenerators.nether_upgradable@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7339755e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7339755e, net.minecraft.item.crafting.Ingredient@1b48e410, net.minecraft.item.crafting.Ingredient@7339755e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7339755e, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7011 simplegenerators:nether_simple RecipeStage{tier='four', recipe=1xtile.simplegenerators.nether_simple@0:[net.minecraft.item.crafting.Ingredient@659516b3, net.minecraft.item.crafting.Ingredient@f6a7a03, net.minecraft.item.crafting.Ingredient@659516b3, net.minecraft.item.crafting.Ingredient@f6a7a03, net.minecraft.item.crafting.Ingredient@5e8d9aa3, net.minecraft.item.crafting.Ingredient@f6a7a03, net.minecraft.item.crafting.Ingredient@659516b3, net.minecraftforge.oredict.OreIngredient@734002de, net.minecraft.item.crafting.Ingredient@659516b3]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7012 simplegenerators:geothermal_upgradable RecipeStage{tier='four', recipe=1xtile.simplegenerators.geothermal_upgradable@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@177f4a2b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@177f4a2b, net.minecraft.item.crafting.Ingredient@14d39a23, net.minecraft.item.crafting.Ingredient@177f4a2b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@177f4a2b, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7013 simplegenerators:geothermal_simple RecipeStage{tier='four', recipe=1xtile.simplegenerators.geothermal_simple@0:[net.minecraftforge.oredict.OreIngredient@1204b45b, net.minecraft.item.crafting.Ingredient@7ad4dc4, net.minecraftforge.oredict.OreIngredient@1204b45b, net.minecraft.item.crafting.Ingredient@1831c7ea, net.minecraft.item.crafting.Ingredient@5b897821, net.minecraft.item.crafting.Ingredient@1831c7ea, net.minecraftforge.oredict.OreIngredient@1204b45b, net.minecraftforge.oredict.OreIngredient@6c98a967, net.minecraftforge.oredict.OreIngredient@1204b45b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7014 simplegenerators:fluid_combustion_upgradable RecipeStage{tier='four', recipe=1xtile.simplegenerators.fluid_combustion_upgradable@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@79d90c1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@79d90c1, net.minecraft.item.crafting.Ingredient@4e056310, net.minecraft.item.crafting.Ingredient@79d90c1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@79d90c1, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7015 simplegenerators:fluid_combustion_simple RecipeStage{tier='four', recipe=1xtile.simplegenerators.fluid_combustion_simple@0:[net.minecraftforge.oredict.OreIngredient@46397e65, net.minecraft.item.crafting.Ingredient@7973e3b, net.minecraftforge.oredict.OreIngredient@46397e65, net.minecraftforge.oredict.OreIngredient@479d7b26, net.minecraft.item.crafting.Ingredient@25f23e90, net.minecraftforge.oredict.OreIngredient@479d7b26, net.minecraftforge.oredict.OreIngredient@46397e65, net.minecraftforge.oredict.OreIngredient@28b5b61d, net.minecraftforge.oredict.OreIngredient@46397e65]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7016 simplegenerators:ender_upgradable RecipeStage{tier='four', recipe=1xtile.simplegenerators.ender_upgradable@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@608d6ce7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@608d6ce7, net.minecraft.item.crafting.Ingredient@5553ae73, net.minecraft.item.crafting.Ingredient@608d6ce7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@608d6ce7, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7017 simplegenerators:ender_simple RecipeStage{tier='four', recipe=1xtile.simplegenerators.ender_simple@0:[net.minecraftforge.oredict.OreIngredient@1f6a0445, net.minecraftforge.oredict.OreIngredient@24bfbd6e, net.minecraftforge.oredict.OreIngredient@1f6a0445, net.minecraftforge.oredict.OreIngredient@24bfbd6e, net.minecraft.item.crafting.Ingredient@65b02212, net.minecraftforge.oredict.OreIngredient@24bfbd6e, net.minecraftforge.oredict.OreIngredient@1f6a0445, net.minecraftforge.oredict.OreIngredient@2cb16653, net.minecraftforge.oredict.OreIngredient@1f6a0445]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7018 simplegenerators:culinary_upgradable RecipeStage{tier='four', recipe=1xtile.simplegenerators.culinary_upgradable@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@485e00b7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@485e00b7, net.minecraft.item.crafting.Ingredient@6e2c488f, net.minecraft.item.crafting.Ingredient@485e00b7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@485e00b7, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7019 simplegenerators:culinary_simple RecipeStage{tier='four', recipe=1xtile.simplegenerators.culinary_simple@0:[net.minecraftforge.oredict.OreIngredient@69bd22d3, net.minecraft.item.crafting.Ingredient@48a1ea5e, net.minecraftforge.oredict.OreIngredient@69bd22d3, net.minecraft.item.crafting.Ingredient@4155eec5, net.minecraft.item.crafting.Ingredient@667314eb, net.minecraft.item.crafting.Ingredient@66d8194c, net.minecraftforge.oredict.OreIngredient@69bd22d3, net.minecraftforge.oredict.OreIngredient@216cecd3, net.minecraftforge.oredict.OreIngredient@69bd22d3]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7020 simplegenerators:combustion_upgradable RecipeStage{tier='four', recipe=1xtile.simplegenerators.combustion_upgradable@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5ef2e376, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5ef2e376, net.minecraft.item.crafting.Ingredient@13232025, net.minecraft.item.crafting.Ingredient@5ef2e376, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5ef2e376, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7021 simplegenerators:combustion_simple RecipeStage{tier='four', recipe=1xtile.simplegenerators.combustion_simple@0:[net.minecraftforge.oredict.OreIngredient@688c81a5, net.minecraftforge.oredict.OreIngredient@18941c74, net.minecraftforge.oredict.OreIngredient@688c81a5, net.minecraftforge.oredict.OreIngredient@18941c74, net.minecraft.item.crafting.Ingredient@131cdcde, net.minecraftforge.oredict.OreIngredient@18941c74, net.minecraftforge.oredict.OreIngredient@688c81a5, net.minecraftforge.oredict.OreIngredient@538d080f, net.minecraftforge.oredict.OreIngredient@688c81a5]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7022 simpleplanes:upgrades/sprayer net.minecraft.item.crafting.ShapedRecipes@6f3eca1f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7023 simpleplanes:upgrades/shooter net.minecraft.item.crafting.ShapelessRecipes@554131fe +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7024 simpleplanes:upgrades/propeller net.minecraft.item.crafting.ShapedRecipes@310d3396 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7025 simpleplanes:upgrades/healing_enchanted net.minecraft.item.crafting.ShapedRecipes@47c05d1f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7026 simpleplanes:upgrades/healing net.minecraft.item.crafting.ShapedRecipes@74b96597 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7027 simpleplanes:upgrades/furnace_engine net.minecraft.item.crafting.ShapedRecipes@567cb6bc +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7028 simpleplanes:upgrades/folding net.minecraft.item.crafting.ShapelessRecipes@a291a8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7029 simpleplanes:upgrades/floaty_bedding net.minecraft.item.crafting.ShapedRecipes@366c2d03 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7030 simpleplanes:upgrades/booster net.minecraft.item.crafting.ShapedRecipes@2bdb9790 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7031 simpleplanes:spruce_plane net.minecraft.item.crafting.ShapedRecipes@60ca12ea +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7032 simpleplanes:spruce_mega_plane net.minecraft.item.crafting.ShapedRecipes@3bf96443 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7033 simpleplanes:spruce_large_plane net.minecraft.item.crafting.ShapedRecipes@1b4619fa +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7034 simpleplanes:spruce_helicopter net.minecraft.item.crafting.ShapedRecipes@6aff6faa +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7035 simpleplanes:oak_plane net.minecraft.item.crafting.ShapedRecipes@40be0ff8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7036 simpleplanes:oak_mega_plane net.minecraft.item.crafting.ShapedRecipes@2eac69f4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7037 simpleplanes:oak_large_plane net.minecraft.item.crafting.ShapedRecipes@542b49f0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7038 simpleplanes:oak_helicopter net.minecraft.item.crafting.ShapedRecipes@4f9460aa +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7039 simpleplanes:jungle_plane net.minecraft.item.crafting.ShapedRecipes@21c0e3ed +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7040 simpleplanes:jungle_mega_plane net.minecraft.item.crafting.ShapedRecipes@6d4f0b87 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7041 simpleplanes:jungle_large_plane net.minecraft.item.crafting.ShapedRecipes@327e75c8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7042 simpleplanes:jungle_helicopter net.minecraft.item.crafting.ShapedRecipes@1b1d74d8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7043 simpleplanes:dark_oak_plane net.minecraft.item.crafting.ShapedRecipes@5d02b27 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7044 simpleplanes:dark_oak_mega_plane net.minecraft.item.crafting.ShapedRecipes@cd071e7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7045 simpleplanes:dark_oak_large_plane net.minecraft.item.crafting.ShapedRecipes@3c55b52c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7046 simpleplanes:dark_oak_helicopter net.minecraft.item.crafting.ShapedRecipes@5071665e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7047 simpleplanes:birch_plane net.minecraft.item.crafting.ShapedRecipes@10b93792 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7048 simpleplanes:birch_mega_plane net.minecraft.item.crafting.ShapedRecipes@1ca14d0c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7049 simpleplanes:birch_large_plane net.minecraft.item.crafting.ShapedRecipes@6953a55f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7050 simpleplanes:birch_helicopter net.minecraft.item.crafting.ShapedRecipes@646f73ce +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7051 simpleplanes:acacia_plane net.minecraft.item.crafting.ShapedRecipes@70d5c41b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7052 simpleplanes:acacia_mega_plane net.minecraft.item.crafting.ShapedRecipes@43906113 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7053 simpleplanes:acacia_large_plane net.minecraft.item.crafting.ShapedRecipes@5ccdccd7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7054 simpleplanes:acacia_helicopter net.minecraft.item.crafting.ShapedRecipes@1336db3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7061 storagenetwork:remote3 net.minecraft.item.crafting.ShapedRecipes@3b9a29d4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7062 storagenetwork:remote2 net.minecraft.item.crafting.ShapedRecipes@31e41d6d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7063 storagenetwork:remote1 net.minecraft.item.crafting.ShapedRecipes@5a313d52 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7064 storagenetwork:remote0 RecipeStage{tier='four', recipe=1xitem.storagenetwork:remote@0:[net.minecraft.item.crafting.Ingredient@4c73c2c5, net.minecraft.item.crafting.Ingredient@3f2c48a9, net.minecraft.item.crafting.Ingredient@4c73c2c5, net.minecraft.item.crafting.Ingredient@3f2c48a9, net.minecraft.item.crafting.Ingredient@6c2439b3, net.minecraft.item.crafting.Ingredient@3f2c48a9, net.minecraft.item.crafting.Ingredient@72c45604, net.minecraft.item.crafting.Ingredient@3f2c48a9, net.minecraft.item.crafting.Ingredient@72c45604]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7065 storagenetwork:process_kabel RecipeStage{tier='four', recipe=4xtile.storagenetwork:process_kabel@0:[net.minecraft.item.crafting.Ingredient@4e169176, net.minecraft.item.crafting.Ingredient@60c7eb12, net.minecraft.item.crafting.Ingredient@4e169176, net.minecraft.item.crafting.Ingredient@60c7eb12, net.minecraft.item.crafting.Ingredient@fe31819, net.minecraft.item.crafting.Ingredient@60c7eb12, net.minecraft.item.crafting.Ingredient@4e169176, net.minecraft.item.crafting.Ingredient@60c7eb12, net.minecraft.item.crafting.Ingredient@4e169176]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7070 storagenetwork:controller RecipeStage{tier='four', recipe=1xtile.storagenetwork:controller@0:[net.minecraft.item.crafting.Ingredient@71e017d7, net.minecraft.item.crafting.Ingredient@895afca, net.minecraft.item.crafting.Ingredient@71e017d7, net.minecraft.item.crafting.Ingredient@895afca, net.minecraft.item.crafting.Ingredient@735a9841, net.minecraft.item.crafting.Ingredient@895afca, net.minecraft.item.crafting.Ingredient@71e017d7, net.minecraft.item.crafting.Ingredient@895afca, net.minecraft.item.crafting.Ingredient@71e017d7]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7107 stevescarts:upgrade/thermal_engine RecipeStage{tier='three', recipe=1xtile.SC2:upgrade@18:[net.minecraft.item.crafting.Ingredient@294ffb5, net.minecraft.item.crafting.Ingredient@1070c84b, net.minecraft.item.crafting.Ingredient@294ffb5, net.minecraft.item.crafting.Ingredient@2b4fe380, net.minecraft.item.crafting.Ingredient@42d9dbc2, net.minecraft.item.crafting.Ingredient@2b4fe380, net.minecraftforge.oredict.OreIngredient@447760a6, net.minecraft.item.crafting.Ingredient@1cfb164c, net.minecraftforge.oredict.OreIngredient@447760a6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7110 stevescarts:upgrade/quick_demolisher RecipeStage{tier='three', recipe=1xtile.SC2:upgrade@15:[net.minecraftforge.oredict.OreIngredient@3fad574e, net.minecraft.item.crafting.Ingredient@772d04e8, net.minecraftforge.oredict.OreIngredient@3fad574e, net.minecraft.item.crafting.Ingredient@772d04e8, net.minecraft.item.crafting.Ingredient@76852d84, net.minecraft.item.crafting.Ingredient@772d04e8, net.minecraftforge.oredict.OreIngredient@3fad574e, net.minecraft.item.crafting.Ingredient@360a3a9e, net.minecraftforge.oredict.OreIngredient@3fad574e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7115 stevescarts:upgrade/knowledge RecipeStage{tier='three', recipe=1xtile.SC2:upgrade@2:[net.minecraft.item.crafting.Ingredient@65135fce, net.minecraft.item.crafting.Ingredient@2983fffe, net.minecraft.item.crafting.Ingredient@65135fce, net.minecraft.item.crafting.Ingredient@2983fffe, net.minecraft.item.crafting.Ingredient@5d837655, net.minecraft.item.crafting.Ingredient@2983fffe, net.minecraft.item.crafting.Ingredient@78f249bf, net.minecraft.item.crafting.Ingredient@3e05a92a, net.minecraft.item.crafting.Ingredient@78f249bf]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7116 stevescarts:upgrade/input RecipeStage{tier='three', recipe=1xtile.SC2:upgrade@8:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@36ca9a18, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6b26d9ae, net.minecraftforge.oredict.OreIngredient@745af3ba, net.minecraft.item.crafting.Ingredient@6b26d9ae, net.minecraft.item.crafting.Ingredient@e57b15f, net.minecraft.item.crafting.Ingredient@52418d7, net.minecraft.item.crafting.Ingredient@e57b15f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7117 stevescarts:upgrade/industrial_espionage RecipeStage{tier='three', recipe=1xtile.SC2:upgrade@3:[net.minecraft.item.crafting.Ingredient@3c49a45f, net.minecraft.item.crafting.Ingredient@1d4fb880, net.minecraft.item.crafting.Ingredient@3c49a45f, net.minecraft.item.crafting.Ingredient@53a69e0e, net.minecraft.item.crafting.Ingredient@1d4fb880, net.minecraft.item.crafting.Ingredient@53a69e0e, net.minecraft.item.crafting.Ingredient@1d4fb880, net.minecraft.item.crafting.Ingredient@3dee8fce, net.minecraft.item.crafting.Ingredient@1d4fb880]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7129 stevescarts:upgrade/batteries RecipeStage{tier='three', recipe=1xtile.SC2:upgrade@0:[net.minecraft.item.crafting.Ingredient@658fa827, net.minecraft.item.crafting.Ingredient@658fa827, net.minecraft.item.crafting.Ingredient@658fa827, net.minecraft.item.crafting.Ingredient@658fa827, net.minecraftforge.oredict.OreIngredient@271cee8, net.minecraft.item.crafting.Ingredient@658fa827, net.minecraft.item.crafting.Ingredient@658fa827, net.minecraft.item.crafting.Ingredient@5df52fd0, net.minecraft.item.crafting.Ingredient@658fa827]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7130 stevescarts:module/wooden_hull RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@37:[net.minecraftforge.oredict.OreIngredient@55fbc43a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@55fbc43a, net.minecraftforge.oredict.OreIngredient@55fbc43a, net.minecraftforge.oredict.OreIngredient@55fbc43a, net.minecraftforge.oredict.OreIngredient@55fbc43a, net.minecraft.item.crafting.Ingredient@6e04dd52, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6e04dd52]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7131 stevescarts:module/track_remover RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@13:[net.minecraft.item.crafting.Ingredient@38e06419, net.minecraft.item.crafting.Ingredient@38e06419, net.minecraft.item.crafting.Ingredient@38e06419, net.minecraft.item.crafting.Ingredient@38e06419, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@38e06419, net.minecraft.item.crafting.Ingredient@38e06419, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7132 stevescarts:module/torch_placer RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@7:[net.minecraft.item.crafting.Ingredient@68ed4381, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@68ed4381, net.minecraft.item.crafting.Ingredient@1b6180b3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1b6180b3, net.minecraft.item.crafting.Ingredient@1b6180b3, net.minecraft.item.crafting.Ingredient@1b6180b3, net.minecraft.item.crafting.Ingredient@1b6180b3]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7133 stevescarts:module/top_tank RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@65:[net.minecraft.item.crafting.Ingredient@1cad1787, net.minecraft.item.crafting.Ingredient@1cad1787, net.minecraft.item.crafting.Ingredient@1cad1787, net.minecraft.item.crafting.Ingredient@2c938c6a, net.minecraft.item.crafting.Ingredient@3f4f27a5, net.minecraft.item.crafting.Ingredient@2c938c6a, net.minecraft.item.crafting.Ingredient@1cad1787, net.minecraft.item.crafting.Ingredient@1cad1787, net.minecraft.item.crafting.Ingredient@1cad1787]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7134 stevescarts:module/top_chests RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@3:[net.minecraft.item.crafting.Ingredient@7576acf8, net.minecraft.item.crafting.Ingredient@7576acf8, net.minecraft.item.crafting.Ingredient@7576acf8, net.minecraft.item.crafting.Ingredient@1bf9333, net.minecraft.item.crafting.Ingredient@30288f5d, net.minecraft.item.crafting.Ingredient@1bf9333, net.minecraft.item.crafting.Ingredient@7576acf8, net.minecraft.item.crafting.Ingredient@7576acf8, net.minecraft.item.crafting.Ingredient@7576acf8]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7136 stevescarts:module/thermal_engine RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@69:[net.minecraft.item.crafting.Ingredient@5f9ebc9d, net.minecraft.item.crafting.Ingredient@5f9ebc9d, net.minecraft.item.crafting.Ingredient@5f9ebc9d, net.minecraftforge.oredict.OreIngredient@45ca330f, net.minecraft.item.crafting.Ingredient@6e8ac56f, net.minecraftforge.oredict.OreIngredient@45ca330f, net.minecraft.item.crafting.Ingredient@196418a9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@196418a9]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7138 stevescarts:module/standard_hull_alt RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@38:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@c0ff297, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@51d1055, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@51d1055]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7139 stevescarts:module/standard_hull RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@38:[net.minecraft.item.crafting.Ingredient@3c5042e1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3c5042e1, net.minecraft.item.crafting.Ingredient@3c5042e1, net.minecraft.item.crafting.Ingredient@3c5042e1, net.minecraft.item.crafting.Ingredient@3c5042e1, net.minecraft.item.crafting.Ingredient@421a2e37, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@421a2e37]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7140 stevescarts:module/solar_engine RecipeStage{tier='four', recipe=1xitem.SC2:unknownmodule@1:[net.minecraft.item.crafting.Ingredient@e33a5ce, net.minecraft.item.crafting.Ingredient@78a6f042, net.minecraft.item.crafting.Ingredient@e33a5ce, net.minecraft.item.crafting.Ingredient@78a6f042, net.minecraft.item.crafting.Ingredient@5a6ae67e, net.minecraft.item.crafting.Ingredient@78a6f042, net.minecraft.item.crafting.Ingredient@576fd024, net.minecraft.item.crafting.Ingredient@78a6f042, net.minecraft.item.crafting.Ingredient@576fd024]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7142 stevescarts:module/side_tank RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@64:[net.minecraft.item.crafting.Ingredient@5a5560ca, net.minecraft.item.crafting.Ingredient@655d7266, net.minecraft.item.crafting.Ingredient@5a5560ca, net.minecraft.item.crafting.Ingredient@4e7a7864, net.minecraft.item.crafting.Ingredient@676d1cb1, net.minecraft.item.crafting.Ingredient@4e7a7864, net.minecraft.item.crafting.Ingredient@5a5560ca, net.minecraft.item.crafting.Ingredient@655d7266, net.minecraft.item.crafting.Ingredient@5a5560ca]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7143 stevescarts:module/side_chests RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@2:[net.minecraft.item.crafting.Ingredient@3052e19e, net.minecraft.item.crafting.Ingredient@a2c018a, net.minecraft.item.crafting.Ingredient@3052e19e, net.minecraft.item.crafting.Ingredient@f6782fb, net.minecraft.item.crafting.Ingredient@6dccf9c3, net.minecraft.item.crafting.Ingredient@f6782fb, net.minecraft.item.crafting.Ingredient@3052e19e, net.minecraft.item.crafting.Ingredient@a2c018a, net.minecraft.item.crafting.Ingredient@3052e19e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7144 stevescarts:module/shooter RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@28:[net.minecraft.item.crafting.Ingredient@2aaca2b8, net.minecraft.item.crafting.Ingredient@2aaca2b8, net.minecraft.item.crafting.Ingredient@2aaca2b8, net.minecraft.item.crafting.Ingredient@2aaca2b8, net.minecraft.item.crafting.Ingredient@193417a2, net.minecraft.item.crafting.Ingredient@2aaca2b8, net.minecraft.item.crafting.Ingredient@2aaca2b8, net.minecraft.item.crafting.Ingredient@2aaca2b8, net.minecraft.item.crafting.Ingredient@2aaca2b8]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7145 stevescarts:module/seat RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@25:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7f669995, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7f669995, net.minecraftforge.oredict.OreIngredient@313623b3, net.minecraftforge.oredict.OreIngredient@7f669995]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7146 stevescarts:module/reinforced_hull RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@39:[net.minecraft.item.crafting.Ingredient@913d63e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@913d63e, net.minecraft.item.crafting.Ingredient@913d63e, net.minecraft.item.crafting.Ingredient@913d63e, net.minecraft.item.crafting.Ingredient@913d63e, net.minecraft.item.crafting.Ingredient@5c5e8776, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5c5e8776]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7147 stevescarts:module/railer RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@10:[net.minecraftforge.oredict.OreIngredient@ab77c36, net.minecraftforge.oredict.OreIngredient@ab77c36, net.minecraftforge.oredict.OreIngredient@ab77c36, net.minecraft.item.crafting.Ingredient@517a8f44, net.minecraft.item.crafting.Ingredient@3f93bb0d, net.minecraft.item.crafting.Ingredient@517a8f44, net.minecraftforge.oredict.OreIngredient@ab77c36, net.minecraftforge.oredict.OreIngredient@ab77c36, net.minecraftforge.oredict.OreIngredient@ab77c36]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7148 stevescarts:module/projectile_potion RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@51:[net.minecraft.item.crafting.Ingredient@69634e8c, net.minecraft.item.crafting.Ingredient@1f84f3e0]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7149 stevescarts:module/projectile_egg RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@53:[net.minecraftforge.oredict.OreIngredient@690604ff, net.minecraft.item.crafting.Ingredient@5e6dd8a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7150 stevescarts:module/power_observer RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@77:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@65220be0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@c84602a, net.minecraft.item.crafting.Ingredient@6e2357ce, net.minecraft.item.crafting.Ingredient@c84602a, net.minecraft.item.crafting.Ingredient@6e2357ce, net.minecraft.item.crafting.Ingredient@71bcb23d, net.minecraft.item.crafting.Ingredient@6e2357ce]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7152 stevescarts:module/ore_extractor RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@83:[net.minecraft.item.crafting.Ingredient@57ac0e95, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@57ac0e95, net.minecraft.item.crafting.Ingredient@64e6296e, net.minecraft.item.crafting.Ingredient@49db5646, net.minecraft.item.crafting.Ingredient@64e6296e, net.minecraftforge.oredict.OreIngredient@3e4188f7, net.minecraft.item.crafting.Ingredient@2d0b4cdd, net.minecraftforge.oredict.OreIngredient@3e4188f7]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7153 stevescarts:module/open_tank RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@73:[net.minecraft.item.crafting.Ingredient@a02f94c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@a02f94c, net.minecraft.item.crafting.Ingredient@a02f94c, net.minecraft.item.crafting.Ingredient@464cbe11, net.minecraft.item.crafting.Ingredient@a02f94c, net.minecraft.item.crafting.Ingredient@b7a6abd, net.minecraft.item.crafting.Ingredient@b7a6abd, net.minecraft.item.crafting.Ingredient@b7a6abd]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7154 stevescarts:module/note_sequencer RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@40:[net.minecraft.item.crafting.Ingredient@626edead, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@626edead, net.minecraft.item.crafting.Ingredient@626edead, net.minecraft.item.crafting.Ingredient@49099d58, net.minecraft.item.crafting.Ingredient@626edead, net.minecraftforge.oredict.OreIngredient@7e7de73d, net.minecraft.item.crafting.Ingredient@7901589, net.minecraftforge.oredict.OreIngredient@7e7de73d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7156 stevescarts:module/melter RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@33:[net.minecraft.item.crafting.Ingredient@5f9911e3, net.minecraft.item.crafting.Ingredient@dadb993, net.minecraft.item.crafting.Ingredient@5f9911e3, net.minecraft.item.crafting.Ingredient@205d5dbb, net.minecraft.item.crafting.Ingredient@15135515, net.minecraft.item.crafting.Ingredient@205d5dbb, net.minecraft.item.crafting.Ingredient@5f9911e3, net.minecraft.item.crafting.Ingredient@dadb993, net.minecraft.item.crafting.Ingredient@5f9911e3]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7157 stevescarts:module/mechanical_pig RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@62:[net.minecraft.item.crafting.Ingredient@12137fd5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@12137fd5, net.minecraft.item.crafting.Ingredient@12137fd5, net.minecraft.item.crafting.Ingredient@12137fd5, net.minecraft.item.crafting.Ingredient@12137fd5, net.minecraft.item.crafting.Ingredient@47a8855b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@47a8855b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7159 stevescarts:module/liquid_cleaner RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@71:[net.minecraft.item.crafting.Ingredient@55ffe4af, net.minecraft.item.crafting.Ingredient@52036cd8, net.minecraft.item.crafting.Ingredient@55ffe4af, net.minecraft.item.crafting.Ingredient@55ffe4af, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@55ffe4af, net.minecraft.item.crafting.Ingredient@55ffe4af, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@55ffe4af]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7161 stevescarts:module/large_railer RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@11:[net.minecraft.item.crafting.Ingredient@223698de, net.minecraft.item.crafting.Ingredient@223698de, net.minecraft.item.crafting.Ingredient@223698de, net.minecraft.item.crafting.Ingredient@1973ef4f, net.minecraft.item.crafting.Ingredient@48371e9, net.minecraft.item.crafting.Ingredient@1973ef4f, net.minecraft.item.crafting.Ingredient@223698de, net.minecraft.item.crafting.Ingredient@223698de, net.minecraft.item.crafting.Ingredient@223698de]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7163 stevescarts:module/invisibility_core RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@36:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2b5472e5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2b5472e5, net.minecraft.item.crafting.Ingredient@31689175, net.minecraft.item.crafting.Ingredient@2b5472e5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@65e13e12, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7164 stevescarts:module/internal_tank RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@63:[net.minecraft.item.crafting.Ingredient@2f53e185, net.minecraft.item.crafting.Ingredient@2f53e185, net.minecraft.item.crafting.Ingredient@2f53e185, net.minecraft.item.crafting.Ingredient@2f53e185, net.minecraft.item.crafting.Ingredient@9baf42b, net.minecraft.item.crafting.Ingredient@2f53e185, net.minecraft.item.crafting.Ingredient@2f53e185, net.minecraft.item.crafting.Ingredient@2f53e185, net.minecraft.item.crafting.Ingredient@2f53e185]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7165 stevescarts:module/internal_chests RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@5:[net.minecraft.item.crafting.Ingredient@66dab231, net.minecraft.item.crafting.Ingredient@66dab231, net.minecraft.item.crafting.Ingredient@66dab231, net.minecraft.item.crafting.Ingredient@66dab231, net.minecraft.item.crafting.Ingredient@5c9eaa07, net.minecraft.item.crafting.Ingredient@66dab231, net.minecraft.item.crafting.Ingredient@66dab231, net.minecraft.item.crafting.Ingredient@66dab231, net.minecraft.item.crafting.Ingredient@66dab231]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7167 stevescarts:module/incinerator RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@68:[net.minecraft.item.crafting.Ingredient@74954c8b, net.minecraft.item.crafting.Ingredient@74954c8b, net.minecraft.item.crafting.Ingredient@74954c8b, net.minecraftforge.oredict.OreIngredient@41fb7884, net.minecraft.item.crafting.Ingredient@38be3ae6, net.minecraftforge.oredict.OreIngredient@41fb7884, net.minecraft.item.crafting.Ingredient@74954c8b, net.minecraft.item.crafting.Ingredient@74954c8b, net.minecraft.item.crafting.Ingredient@74954c8b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7168 stevescarts:module/hydrator RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@16:[net.minecraft.item.crafting.Ingredient@63cb352, net.minecraft.item.crafting.Ingredient@27952016, net.minecraft.item.crafting.Ingredient@63cb352, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3f15bbd6, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7175 stevescarts:module/galgadorian_hull RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@81:[net.minecraft.item.crafting.Ingredient@361c53e3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@361c53e3, net.minecraft.item.crafting.Ingredient@361c53e3, net.minecraft.item.crafting.Ingredient@361c53e3, net.minecraft.item.crafting.Ingredient@361c53e3, net.minecraft.item.crafting.Ingredient@e5ef080, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@e5ef080]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7179 stevescarts:module/front_tank RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@67:[net.minecraft.item.crafting.Ingredient@466f058c, net.minecraft.item.crafting.Ingredient@78c383a8, net.minecraft.item.crafting.Ingredient@466f058c, net.minecraft.item.crafting.Ingredient@466f058c, net.minecraft.item.crafting.Ingredient@517c4c17, net.minecraft.item.crafting.Ingredient@466f058c, net.minecraft.item.crafting.Ingredient@78c383a8, net.minecraft.item.crafting.Ingredient@78c383a8, net.minecraft.item.crafting.Ingredient@78c383a8]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7180 stevescarts:module/front_chests RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@4:[net.minecraft.item.crafting.Ingredient@1e756541, net.minecraft.item.crafting.Ingredient@4d04d5f, net.minecraft.item.crafting.Ingredient@1e756541, net.minecraft.item.crafting.Ingredient@1e756541, net.minecraft.item.crafting.Ingredient@491fb377, net.minecraft.item.crafting.Ingredient@1e756541, net.minecraft.item.crafting.Ingredient@4d04d5f, net.minecraft.item.crafting.Ingredient@4d04d5f, net.minecraft.item.crafting.Ingredient@4d04d5f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7183 stevescarts:module/extreme_melter RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@34:[net.minecraft.item.crafting.Ingredient@2c3fa907, net.minecraftforge.oredict.OreIngredient@5c0019d3, net.minecraft.item.crafting.Ingredient@2c3fa907, net.minecraft.item.crafting.Ingredient@66f1be55, net.minecraft.item.crafting.Ingredient@1a259f3e, net.minecraft.item.crafting.Ingredient@66f1be55, net.minecraft.item.crafting.Ingredient@2c3fa907, net.minecraftforge.oredict.OreIngredient@5c0019d3, net.minecraft.item.crafting.Ingredient@2c3fa907]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7184 stevescarts:module/extracting_chests RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@6:[net.minecraft.item.crafting.Ingredient@58c505b1, net.minecraft.item.crafting.Ingredient@58c505b1, net.minecraft.item.crafting.Ingredient@58c505b1, net.minecraft.item.crafting.Ingredient@3bbde003, net.minecraft.item.crafting.Ingredient@5362cfbe, net.minecraft.item.crafting.Ingredient@3bbde003, net.minecraft.item.crafting.Ingredient@3647bd7a, net.minecraft.item.crafting.Ingredient@78d67a74, net.minecraft.item.crafting.Ingredient@3647bd7a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7186 stevescarts:module/enchanter RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@82:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7141dde8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@66a3b425, net.minecraft.item.crafting.Ingredient@43589815, net.minecraft.item.crafting.Ingredient@66a3b425, net.minecraft.item.crafting.Ingredient@68da0c5a, net.minecraft.item.crafting.Ingredient@323576e7, net.minecraft.item.crafting.Ingredient@68da0c5a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7187 stevescarts:module/dynamite_carrier RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@31:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@39ff21cb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@39ff21cb, net.minecraft.item.crafting.Ingredient@30d84020, net.minecraft.item.crafting.Ingredient@39ff21cb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@39ff21cb, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7188 stevescarts:module/drill_intelligence RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@75:[net.minecraft.item.crafting.Ingredient@5391124d, net.minecraft.item.crafting.Ingredient@5391124d, net.minecraft.item.crafting.Ingredient@5391124d, net.minecraft.item.crafting.Ingredient@7d74c3b0, net.minecraft.item.crafting.Ingredient@19119854, net.minecraft.item.crafting.Ingredient@7d74c3b0, net.minecraft.item.crafting.Ingredient@19119854, net.minecraft.item.crafting.Ingredient@24d3b2f3, net.minecraft.item.crafting.Ingredient@19119854]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7189 stevescarts:module/divine_shield RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@32:[net.minecraftforge.oredict.OreIngredient@51250046, net.minecraft.item.crafting.Ingredient@49c41ab5, net.minecraftforge.oredict.OreIngredient@51250046, net.minecraft.item.crafting.Ingredient@49c41ab5, net.minecraftforge.oredict.OreIngredient@2855a4a7, net.minecraft.item.crafting.Ingredient@49c41ab5, net.minecraftforge.oredict.OreIngredient@51250046, net.minecraft.item.crafting.Ingredient@49c41ab5, net.minecraftforge.oredict.OreIngredient@51250046]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7192 stevescarts:module/detector_monster RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@24:[net.minecraftforge.oredict.OreIngredient@1c75fc38, net.minecraft.item.crafting.Ingredient@194fcd0b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7193 stevescarts:module/detector_animal RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@21:[net.minecraft.item.crafting.Ingredient@26fffde0, net.minecraft.item.crafting.Ingredient@1d836ce9]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7194 stevescarts:module/crop_nether_wart RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@58:[net.minecraft.item.crafting.Ingredient@3df791ae, net.minecraft.item.crafting.Ingredient@2a39c4c0]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7196 stevescarts:module/compact_solar_engine RecipeStage{tier='four', recipe=1xitem.SC2:unknownmodule@56:[net.minecraft.item.crafting.Ingredient@5cd00c95, net.minecraft.item.crafting.Ingredient@49c63bbf, net.minecraft.item.crafting.Ingredient@5cd00c95, net.minecraft.item.crafting.Ingredient@634bb191, net.minecraft.item.crafting.Ingredient@773fdbf0, net.minecraft.item.crafting.Ingredient@634bb191, net.minecraft.item.crafting.Ingredient@3d16cc84, net.minecraft.item.crafting.Ingredient@49c63bbf, net.minecraft.item.crafting.Ingredient@3d16cc84]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7197 stevescarts:module/colorizer RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@41:[net.minecraft.item.crafting.Ingredient@6f5dcc81, net.minecraft.item.crafting.Ingredient@b02785e, net.minecraft.item.crafting.Ingredient@2805aba3, net.minecraft.item.crafting.Ingredient@4e548247, net.minecraft.item.crafting.Ingredient@4fec76ff, net.minecraft.item.crafting.Ingredient@4e548247, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4e548247, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7200 stevescarts:module/cleaning_machine RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@30:[net.minecraft.item.crafting.Ingredient@6056f5ae, net.minecraft.item.crafting.Ingredient@7b390f81, net.minecraft.item.crafting.Ingredient@6056f5ae, net.minecraft.item.crafting.Ingredient@6056f5ae, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6056f5ae, net.minecraft.item.crafting.Ingredient@6056f5ae, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6056f5ae]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7205 stevescarts:module/break_handle RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@26:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@65e81069, net.minecraft.item.crafting.Ingredient@38b6eff8, net.minecraft.item.crafting.Ingredient@24e23dcf, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@162e370c, net.minecraft.item.crafting.Ingredient@38b6eff8, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7210 stevescarts:module/advanced_tank RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@66:[net.minecraft.item.crafting.Ingredient@245b0207, net.minecraft.item.crafting.Ingredient@245b0207, net.minecraft.item.crafting.Ingredient@245b0207, net.minecraft.item.crafting.Ingredient@245b0207, net.minecraft.item.crafting.Ingredient@30ca3ce4, net.minecraft.item.crafting.Ingredient@245b0207, net.minecraft.item.crafting.Ingredient@245b0207, net.minecraft.item.crafting.Ingredient@245b0207, net.minecraft.item.crafting.Ingredient@245b0207]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7211 stevescarts:module/adv_thermal_engine RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@70:[net.minecraft.item.crafting.Ingredient@72a76d6f, net.minecraft.item.crafting.Ingredient@72a76d6f, net.minecraft.item.crafting.Ingredient@72a76d6f, net.minecraft.item.crafting.Ingredient@3c2bfca, net.minecraft.item.crafting.Ingredient@d81305c, net.minecraft.item.crafting.Ingredient@3c2bfca, net.minecraft.item.crafting.Ingredient@44543398, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@44543398]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7213 stevescarts:module/adv_shooter RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@29:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@b19a24d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1a93cd3c, net.minecraft.item.crafting.Ingredient@7dadada5, net.minecraft.item.crafting.Ingredient@7a79ee25, net.minecraft.item.crafting.Ingredient@7e0736f4, net.minecraft.item.crafting.Ingredient@7a79ee25]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7215 stevescarts:module/adv_control_system RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@27:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7b3049c3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@490b8eb6, net.minecraft.item.crafting.Ingredient@6e8d69c3, net.minecraft.item.crafting.Ingredient@490b8eb6, net.minecraft.item.crafting.Ingredient@300cb725, net.minecraft.item.crafting.Ingredient@300cb725, net.minecraft.item.crafting.Ingredient@56e80171]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7216 stevescarts:component/wooden_wheels RecipeStage{tier='three', recipe=1xitem.SC2:unknowncomponent@0:[net.minecraftforge.oredict.OreIngredient@68cf1747, net.minecraftforge.oredict.OreIngredient@68cf1747, net.minecraftforge.oredict.OreIngredient@68cf1747, net.minecraftforge.oredict.OreIngredient@68cf1747, net.minecraftforge.oredict.OreIngredient@45756106, net.minecraftforge.oredict.OreIngredient@68cf1747, net.minecraftforge.oredict.OreIngredient@68cf1747, net.minecraftforge.oredict.OreIngredient@68cf1747, net.minecraftforge.oredict.OreIngredient@68cf1747]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7218 stevescarts:component/wheel RecipeStage{tier='three', recipe=1xitem.SC2:unknowncomponent@14:[net.minecraft.item.crafting.Ingredient@3c844190, net.minecraftforge.oredict.OreIngredient@2469605d, net.minecraft.item.crafting.Ingredient@3c844190, net.minecraftforge.oredict.OreIngredient@2469605d, net.minecraft.item.crafting.Ingredient@3c844190, net.minecraftforge.oredict.OreIngredient@2469605d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2469605d, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7220 stevescarts:component/tri_torch RecipeStage{tier='three', recipe=1xitem.SC2:unknowncomponent@29:[net.minecraftforge.oredict.OreIngredient@67ad0ae4, net.minecraftforge.oredict.OreIngredient@67ad0ae4, net.minecraftforge.oredict.OreIngredient@67ad0ae4]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7224 stevescarts:component/speed_handle RecipeStage{tier='three', recipe=1xitem.SC2:unknowncomponent@13:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@12b082b0, net.minecraft.item.crafting.Ingredient@3a736ae, net.minecraft.item.crafting.Ingredient@245c4125, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@e8b80cf, net.minecraft.item.crafting.Ingredient@3a736ae, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7225 stevescarts:component/solar_panel RecipeStage{tier='four', recipe=1xitem.SC2:unknowncomponent@44:[net.minecraft.item.crafting.Ingredient@1c8be399, net.minecraft.item.crafting.Ingredient@644e2d60, net.minecraft.item.crafting.Ingredient@51390d16, net.minecraft.item.crafting.Ingredient@1c8be399]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7230 stevescarts:component/reinforced_wheels RecipeStage{tier='three', recipe=1xitem.SC2:unknowncomponent@23:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2a09e2d2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2a09e2d2, net.minecraft.item.crafting.Ingredient@71735146, net.minecraft.item.crafting.Ingredient@2a09e2d2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2a09e2d2, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7231 stevescarts:component/red_pigment RecipeStage{tier='three', recipe=1xitem.SC2:unknowncomponent@2:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5d673b32, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5bd762e4, net.minecraftforge.oredict.OreIngredient@5bd762e4, net.minecraftforge.oredict.OreIngredient@5bd762e4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5d673b32, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7234 stevescarts:component/pipe RecipeStage{tier='three', recipe=1xitem.SC2:unknowncomponent@24:[net.minecraftforge.oredict.OreIngredient@5ff88bb9, net.minecraftforge.oredict.OreIngredient@5ff88bb9, net.minecraftforge.oredict.OreIngredient@5ff88bb9, net.minecraft.item.crafting.Ingredient@4414419, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7241 stevescarts:component/liquid_cleaning_core RecipeStage{tier='three', recipe=1xitem.SC2:unknowncomponent@64:[net.minecraft.item.crafting.Ingredient@33e2e2f7, net.minecraft.item.crafting.Ingredient@219150a6, net.minecraft.item.crafting.Ingredient@33e2e2f7, net.minecraft.item.crafting.Ingredient@711e95f8, net.minecraft.item.crafting.Ingredient@711e95f8, net.minecraft.item.crafting.Ingredient@711e95f8, net.minecraft.item.crafting.Ingredient@219150a6, net.minecraft.item.crafting.Ingredient@711e95f8, net.minecraft.item.crafting.Ingredient@219150a6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7242 stevescarts:component/large_tank_pane RecipeStage{tier='three', recipe=1xitem.SC2:unknowncomponent@62:[net.minecraft.item.crafting.Ingredient@5ab1fa7b, net.minecraft.item.crafting.Ingredient@5ab1fa7b, net.minecraft.item.crafting.Ingredient@5ab1fa7b, net.minecraft.item.crafting.Ingredient@5ab1fa7b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7243 stevescarts:component/large_lump_of_galgador RecipeStage{tier='three', recipe=1xitem.SC2:unknowncomponent@48:[net.minecraft.item.crafting.Ingredient@23dc88b9, net.minecraft.item.crafting.Ingredient@23dc88b9, net.minecraft.item.crafting.Ingredient@23dc88b9, net.minecraft.item.crafting.Ingredient@23dc88b9, net.minecraft.item.crafting.Ingredient@23dc88b9, net.minecraft.item.crafting.Ingredient@23dc88b9, net.minecraft.item.crafting.Ingredient@23dc88b9, net.minecraft.item.crafting.Ingredient@23dc88b9, net.minecraft.item.crafting.Ingredient@23dc88b9]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7244 stevescarts:component/large_iron_pane RecipeStage{tier='three', recipe=1xitem.SC2:unknowncomponent@35:[net.minecraft.item.crafting.Ingredient@2ea1624d, net.minecraft.item.crafting.Ingredient@2ea1624d, net.minecraft.item.crafting.Ingredient@2ea1624d, net.minecraft.item.crafting.Ingredient@2ea1624d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7245 stevescarts:component/large_dynamic_pane RecipeStage{tier='three', recipe=1xitem.SC2:unknowncomponent@38:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@746ca251, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@746ca251, net.minecraft.item.crafting.Ingredient@2dbb01e6, net.minecraft.item.crafting.Ingredient@746ca251, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@746ca251, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7246 stevescarts:component/large_chest_pane RecipeStage{tier='three', recipe=1xitem.SC2:unknowncomponent@31:[net.minecraft.item.crafting.Ingredient@24495b86, net.minecraft.item.crafting.Ingredient@24495b86, net.minecraft.item.crafting.Ingredient@24495b86, net.minecraft.item.crafting.Ingredient@24495b86]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7247 stevescarts:component/iron_wheels RecipeStage{tier='three', recipe=1xitem.SC2:unknowncomponent@1:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4dfe175d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4dfe175d, net.minecraft.item.crafting.Ingredient@1592e070, net.minecraftforge.oredict.OreIngredient@4dfe175d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4dfe175d, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7250 stevescarts:component/huge_tank_pane RecipeStage{tier='three', recipe=1xitem.SC2:unknowncomponent@63:[net.minecraft.item.crafting.Ingredient@76b93cb, net.minecraft.item.crafting.Ingredient@76b93cb, net.minecraft.item.crafting.Ingredient@76b93cb, net.minecraft.item.crafting.Ingredient@76b93cb, net.minecraft.item.crafting.Ingredient@76b93cb, net.minecraft.item.crafting.Ingredient@76b93cb, net.minecraft.item.crafting.Ingredient@76b93cb, net.minecraft.item.crafting.Ingredient@76b93cb, net.minecraft.item.crafting.Ingredient@76b93cb]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7251 stevescarts:component/huge_iron_pane RecipeStage{tier='three', recipe=1xitem.SC2:unknowncomponent@36:[net.minecraft.item.crafting.Ingredient@e698e63, net.minecraft.item.crafting.Ingredient@e698e63, net.minecraft.item.crafting.Ingredient@e698e63, net.minecraft.item.crafting.Ingredient@e698e63, net.minecraft.item.crafting.Ingredient@e698e63, net.minecraft.item.crafting.Ingredient@e698e63, net.minecraft.item.crafting.Ingredient@e698e63, net.minecraft.item.crafting.Ingredient@e698e63, net.minecraft.item.crafting.Ingredient@e698e63]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7253 stevescarts:component/huge_chest_pane RecipeStage{tier='three', recipe=1xitem.SC2:unknowncomponent@32:[net.minecraft.item.crafting.Ingredient@43141b54, net.minecraft.item.crafting.Ingredient@43141b54, net.minecraft.item.crafting.Ingredient@43141b54, net.minecraft.item.crafting.Ingredient@43141b54, net.minecraft.item.crafting.Ingredient@43141b54, net.minecraft.item.crafting.Ingredient@43141b54, net.minecraft.item.crafting.Ingredient@43141b54, net.minecraft.item.crafting.Ingredient@43141b54, net.minecraft.item.crafting.Ingredient@43141b54]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7254 stevescarts:component/hardened_saw_blade RecipeStage{tier='three', recipe=1xitem.SC2:unknowncomponent@80:[net.minecraft.item.crafting.Ingredient@7a2689ac, net.minecraft.item.crafting.Ingredient@7a2689ac, net.minecraft.item.crafting.Ingredient@7147e58a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7255 stevescarts:component/hardened_mesh RecipeStage{tier='three', recipe=1xitem.SC2:unknowncomponent@20:[net.minecraft.item.crafting.Ingredient@508d347a, net.minecraft.item.crafting.Ingredient@6a5f389f, net.minecraft.item.crafting.Ingredient@508d347a, net.minecraft.item.crafting.Ingredient@6a5f389f, net.minecraft.item.crafting.Ingredient@508d347a, net.minecraft.item.crafting.Ingredient@6a5f389f, net.minecraft.item.crafting.Ingredient@508d347a, net.minecraft.item.crafting.Ingredient@6a5f389f, net.minecraft.item.crafting.Ingredient@508d347a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7256 stevescarts:component/green_pigment RecipeStage{tier='three', recipe=1xitem.SC2:unknowncomponent@3:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@c99ad8a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1acc6869, net.minecraftforge.oredict.OreIngredient@1acc6869, net.minecraftforge.oredict.OreIngredient@1acc6869, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@c99ad8a, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7258 stevescarts:component/glass_o_magic RecipeStage{tier='three', recipe=1xitem.SC2:unknowncomponent@5:[net.minecraftforge.oredict.OreIngredient@3c1ef819, net.minecraft.item.crafting.Ingredient@399f5a4b, net.minecraftforge.oredict.OreIngredient@3c1ef819, net.minecraftforge.oredict.OreIngredient@3c1ef819, net.minecraft.item.crafting.Ingredient@2449e108, net.minecraftforge.oredict.OreIngredient@3c1ef819, net.minecraftforge.oredict.OreIngredient@3c1ef819, net.minecraftforge.oredict.OreIngredient@3c1ef819, net.minecraftforge.oredict.OreIngredient@3c1ef819]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7259 stevescarts:component/galgadorian_wheels RecipeStage{tier='three', recipe=1xitem.SC2:unknowncomponent@82:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3ecbbb12, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3ecbbb12, net.minecraft.item.crafting.Ingredient@34f35f9f, net.minecraft.item.crafting.Ingredient@3ecbbb12, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3ecbbb12, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7260 stevescarts:component/galgadorian_saw_blade RecipeStage{tier='three', recipe=1xitem.SC2:unknowncomponent@81:[net.minecraft.item.crafting.Ingredient@24bf9cab, net.minecraft.item.crafting.Ingredient@24bf9cab, net.minecraft.item.crafting.Ingredient@48715145]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7262 stevescarts:component/eye_of_galgador RecipeStage{tier='three', recipe=1xitem.SC2:unknowncomponent@45:[net.minecraft.item.crafting.Ingredient@14d78293, net.minecraft.item.crafting.Ingredient@16af6c91, net.minecraft.item.crafting.Ingredient@14d78293, net.minecraft.item.crafting.Ingredient@37192ceb, net.minecraft.item.crafting.Ingredient@38620ced, net.minecraft.item.crafting.Ingredient@37192ceb, net.minecraft.item.crafting.Ingredient@14d78293, net.minecraft.item.crafting.Ingredient@16af6c91, net.minecraft.item.crafting.Ingredient@14d78293]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7266 stevescarts:component/dynamite RecipeStage{tier='three', recipe=1xitem.SC2:unknowncomponent@6:[net.minecraft.item.crafting.Ingredient@4730b3b, net.minecraftforge.oredict.OreIngredient@417ff488, net.minecraftforge.oredict.OreIngredient@417ff488]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7267 stevescarts:component/dynamic_pane_2 RecipeStage{tier='three', recipe=1xitem.SC2:unknowncomponent@37:[net.minecraft.item.crafting.Ingredient@15c7d02d, net.minecraft.item.crafting.Ingredient@109288d7]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7268 stevescarts:component/dynamic_pane_1 RecipeStage{tier='three', recipe=1xitem.SC2:unknowncomponent@37:[net.minecraft.item.crafting.Ingredient@2fc1ba3e, net.minecraft.item.crafting.Ingredient@15ec4c99]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7270 stevescarts:component/cleaning_fan RecipeStage{tier='three', recipe=1xitem.SC2:unknowncomponent@40:[net.minecraft.item.crafting.Ingredient@81ff069, net.minecraft.item.crafting.Ingredient@3851f9ee, net.minecraft.item.crafting.Ingredient@81ff069, net.minecraft.item.crafting.Ingredient@3851f9ee, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3851f9ee, net.minecraft.item.crafting.Ingredient@81ff069, net.minecraft.item.crafting.Ingredient@3851f9ee, net.minecraft.item.crafting.Ingredient@81ff069]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7271 stevescarts:component/cleaning_core RecipeStage{tier='three', recipe=1xitem.SC2:unknowncomponent@41:[net.minecraft.item.crafting.Ingredient@171cbebf, net.minecraft.item.crafting.Ingredient@7eeb6fad, net.minecraft.item.crafting.Ingredient@171cbebf, net.minecraft.item.crafting.Ingredient@5d490e13, net.minecraft.item.crafting.Ingredient@5d490e13, net.minecraft.item.crafting.Ingredient@5d490e13, net.minecraft.item.crafting.Ingredient@7eeb6fad, net.minecraft.item.crafting.Ingredient@5d490e13, net.minecraft.item.crafting.Ingredient@7eeb6fad]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7275 stevescarts:component/blue_pigment RecipeStage{tier='three', recipe=1xitem.SC2:unknowncomponent@4:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6edf00c5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@14ec932e, net.minecraftforge.oredict.OreIngredient@14ec932e, net.minecraftforge.oredict.OreIngredient@14ec932e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6edf00c5, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7277 stevescarts:component/blade_arm RecipeStage{tier='three', recipe=1xitem.SC2:unknowncomponent@84:[net.minecraft.item.crafting.Ingredient@5f1c774e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5f1c774e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@14875be6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5f1c774e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5f1c774e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7283 stevescarts:block/module_toggler RecipeStage{tier='three', recipe=1xtile.SC2:BlockActivator@0:[net.minecraftforge.oredict.OreIngredient@7a064ba4, net.minecraft.item.crafting.Ingredient@7c4441f5, net.minecraftforge.oredict.OreIngredient@1d54c8c1, net.minecraftforge.oredict.OreIngredient@21c68c2b, net.minecraft.item.crafting.Ingredient@345777b0, net.minecraftforge.oredict.OreIngredient@21c68c2b, net.minecraft.item.crafting.Ingredient@476d9c7c, net.minecraft.item.crafting.Ingredient@52dfe76e, net.minecraft.item.crafting.Ingredient@476d9c7c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7285 stevescarts:block/junction_rail RecipeStage{tier='three', recipe=1xtile.SC2:BlockJunction@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2adfe7bf, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2adfe7bf, net.minecraft.item.crafting.Ingredient@1bac03a7, net.minecraft.item.crafting.Ingredient@2adfe7bf, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2adfe7bf, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7293 stevescarts:block/detector_redstone RecipeStage{tier='three', recipe=1xtile.SC2:BlockDetector@4:[net.minecraft.item.crafting.Ingredient@2e1fc57, net.minecraft.item.crafting.Ingredient@2e1fc57, net.minecraft.item.crafting.Ingredient@2e1fc57, net.minecraft.item.crafting.Ingredient@2e1fc57, net.minecraft.item.crafting.Ingredient@4f97eaf6, net.minecraft.item.crafting.Ingredient@2e1fc57, net.minecraft.item.crafting.Ingredient@2e1fc57, net.minecraft.item.crafting.Ingredient@2e1fc57, net.minecraft.item.crafting.Ingredient@2e1fc57]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7297 stevescarts:block/cargo_manager RecipeStage{tier='three', recipe=1xtile.SC2:BlockCargoManager@0:[net.minecraft.item.crafting.Ingredient@438f734c, net.minecraft.item.crafting.Ingredient@734da16a, net.minecraft.item.crafting.Ingredient@438f734c, net.minecraft.item.crafting.Ingredient@734da16a, net.minecraft.item.crafting.Ingredient@31524439, net.minecraft.item.crafting.Ingredient@734da16a, net.minecraft.item.crafting.Ingredient@438f734c, net.minecraft.item.crafting.Ingredient@734da16a, net.minecraft.item.crafting.Ingredient@438f734c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7299 storagedrawers:upgrade_void RecipeStage{tier='three', recipe=1xitem.storagedrawers.upgradeVoid@0:[net.minecraft.item.crafting.Ingredient@6ec2fc8c, net.minecraft.item.crafting.Ingredient@6ec2fc8c, net.minecraft.item.crafting.Ingredient@6ec2fc8c, net.minecraft.item.crafting.Ingredient@6ec2fc8c, net.minecraft.item.crafting.Ingredient@103b1650, net.minecraft.item.crafting.Ingredient@6ec2fc8c, net.minecraft.item.crafting.Ingredient@6ec2fc8c, net.minecraft.item.crafting.Ingredient@6ec2fc8c, net.minecraft.item.crafting.Ingredient@6ec2fc8c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7302 storagedrawers:upgrade_storage_iron RecipeStage{tier='two', recipe=1xitem.storagedrawers.upgradeStorage@1:[net.minecraftforge.oredict.OreIngredient@25c9e3cf, net.minecraftforge.oredict.OreIngredient@25c9e3cf, net.minecraftforge.oredict.OreIngredient@25c9e3cf, net.minecraft.item.crafting.Ingredient@43a76d00, net.minecraft.item.crafting.Ingredient@79791ec8, net.minecraft.item.crafting.Ingredient@43a76d00, net.minecraftforge.oredict.OreIngredient@25c9e3cf, net.minecraftforge.oredict.OreIngredient@25c9e3cf, net.minecraftforge.oredict.OreIngredient@25c9e3cf]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7306 storagedrawers:upgrade_status_level2 RecipeStage{tier='three', recipe=1xitem.storagedrawers.upgradeStatus@1:[net.minecraft.item.crafting.Ingredient@79a9bcd, net.minecraftforge.oredict.OreIngredient@706e4bea, net.minecraft.item.crafting.Ingredient@79a9bcd, net.minecraftforge.oredict.OreIngredient@706e4bea, net.minecraft.item.crafting.Ingredient@6deefb7e, net.minecraftforge.oredict.OreIngredient@706e4bea, net.minecraft.item.crafting.Ingredient@3d0d0c84, net.minecraftforge.oredict.OreIngredient@706e4bea, net.minecraft.item.crafting.Ingredient@3d0d0c84]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7307 storagedrawers:upgrade_status_level1 RecipeStage{tier='three', recipe=1xitem.storagedrawers.upgradeStatus@0:[net.minecraft.item.crafting.Ingredient@72e46988, net.minecraftforge.oredict.OreIngredient@7359079d, net.minecraft.item.crafting.Ingredient@72e46988, net.minecraftforge.oredict.OreIngredient@7359079d, net.minecraft.item.crafting.Ingredient@457e0381, net.minecraftforge.oredict.OreIngredient@7359079d, net.minecraft.item.crafting.Ingredient@1d7644fd, net.minecraftforge.oredict.OreIngredient@7359079d, net.minecraft.item.crafting.Ingredient@1d7644fd]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7308 storagedrawers:upgrade_redstone_min RecipeStage{tier='three', recipe=1xitem.storagedrawers.upgradeRedstone@2:[net.minecraftforge.oredict.OreIngredient@35f08e1d, net.minecraftforge.oredict.OreIngredient@35f08e1d, net.minecraftforge.oredict.OreIngredient@35f08e1d, net.minecraftforge.oredict.OreIngredient@35f08e1d, net.minecraft.item.crafting.Ingredient@28e7ad94, net.minecraftforge.oredict.OreIngredient@35f08e1d, net.minecraft.item.crafting.Ingredient@4fa0c39e, net.minecraft.item.crafting.Ingredient@4fa0c39e, net.minecraft.item.crafting.Ingredient@4fa0c39e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7309 storagedrawers:upgrade_redstone_max RecipeStage{tier='three', recipe=1xitem.storagedrawers.upgradeRedstone@1:[net.minecraft.item.crafting.Ingredient@77b4eb26, net.minecraft.item.crafting.Ingredient@77b4eb26, net.minecraft.item.crafting.Ingredient@77b4eb26, net.minecraftforge.oredict.OreIngredient@7a19a8fd, net.minecraft.item.crafting.Ingredient@44324037, net.minecraftforge.oredict.OreIngredient@7a19a8fd, net.minecraftforge.oredict.OreIngredient@7a19a8fd, net.minecraftforge.oredict.OreIngredient@7a19a8fd, net.minecraftforge.oredict.OreIngredient@7a19a8fd]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7310 storagedrawers:upgrade_redstone_combined RecipeStage{tier='three', recipe=1xitem.storagedrawers.upgradeRedstone@0:[net.minecraft.item.crafting.Ingredient@4f5ca15e, net.minecraftforge.oredict.OreIngredient@234e2be1, net.minecraft.item.crafting.Ingredient@4f5ca15e, net.minecraftforge.oredict.OreIngredient@234e2be1, net.minecraft.item.crafting.Ingredient@5c3f340d, net.minecraftforge.oredict.OreIngredient@234e2be1, net.minecraft.item.crafting.Ingredient@4f5ca15e, net.minecraftforge.oredict.OreIngredient@234e2be1, net.minecraft.item.crafting.Ingredient@4f5ca15e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7311 storagedrawers:upgrade_one_stack RecipeStage{tier='two', recipe=1xitem.storagedrawers.upgradeOneStack@0:[net.minecraftforge.oredict.OreIngredient@2bcfbb2d, net.minecraftforge.oredict.OreIngredient@2bcfbb2d, net.minecraftforge.oredict.OreIngredient@2bcfbb2d, net.minecraft.item.crafting.Ingredient@f903b8d, net.minecraft.item.crafting.Ingredient@6027f859, net.minecraft.item.crafting.Ingredient@f903b8d, net.minecraftforge.oredict.OreIngredient@2bcfbb2d, net.minecraftforge.oredict.OreIngredient@2bcfbb2d, net.minecraftforge.oredict.OreIngredient@2bcfbb2d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7312 storagedrawers:upgrade_conversion RecipeStage{tier='two', recipe=1xitem.storagedrawers.upgradeConversion@0:[net.minecraft.item.crafting.Ingredient@5684ace3, net.minecraftforge.oredict.OreIngredient@42823330, net.minecraft.item.crafting.Ingredient@5684ace3, net.minecraftforge.oredict.OreIngredient@42823330, net.minecraft.item.crafting.Ingredient@12780efc, net.minecraftforge.oredict.OreIngredient@42823330, net.minecraft.item.crafting.Ingredient@5684ace3, net.minecraftforge.oredict.OreIngredient@42823330, net.minecraft.item.crafting.Ingredient@5684ace3]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7313 storagedrawers:packing_tape RecipeStage{tier='two', recipe=1xitem.storagedrawers.tape@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3a30176a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5a131daa, net.minecraft.item.crafting.Ingredient@5a131daa, net.minecraft.item.crafting.Ingredient@5a131daa]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7314 storagedrawers:key_quantify RecipeStage{tier='two', recipe=1xitem.storagedrawers.quantifyKey@0:[net.minecraft.item.crafting.Ingredient@53decec4, net.minecraft.item.crafting.Ingredient@69b5439b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7315 storagedrawers:key_personal RecipeStage{tier='two', recipe=1xitem.storagedrawers.personalKey@0:[net.minecraft.item.crafting.Ingredient@3b1d3ffc, net.minecraft.item.crafting.Ingredient@767a53dd]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7316 storagedrawers:key_drawer RecipeStage{tier='two', recipe=1xitem.storagedrawers.drawerKey@0:[net.minecraftforge.oredict.OreIngredient@4f243e5f, net.minecraftforge.oredict.OreIngredient@13502492, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@13502492, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@82de602]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7317 storagedrawers:key_concealment RecipeStage{tier='two', recipe=1xitem.storagedrawers.shroudKey@0:[net.minecraft.item.crafting.Ingredient@5bc7048d, net.minecraft.item.crafting.Ingredient@2d1d5f6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7318 storagedrawers:keybutton_quantify RecipeStage{tier='three', recipe=1xtile.storagedrawers.keyButton@3:[net.minecraft.item.crafting.Ingredient@494eb75c, net.minecraft.item.crafting.Ingredient@1698a4ec]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7319 storagedrawers:keybutton_personal RecipeStage{tier='three', recipe=1xtile.storagedrawers.keyButton@2:[net.minecraft.item.crafting.Ingredient@1e82813b, net.minecraft.item.crafting.Ingredient@67ea98a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7320 storagedrawers:keybutton_drawer RecipeStage{tier='three', recipe=1xtile.storagedrawers.keyButton@0:[net.minecraft.item.crafting.Ingredient@666ddd3, net.minecraft.item.crafting.Ingredient@3e5df3a0]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7321 storagedrawers:keybutton_concealment RecipeStage{tier='three', recipe=1xtile.storagedrawers.keyButton@1:[net.minecraft.item.crafting.Ingredient@5b1d8221, net.minecraft.item.crafting.Ingredient@59d895b5]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7322 storagedrawers:framing_table RecipeStage{tier='two', recipe=1xtile.storagedrawers.framingTable@0:[net.minecraftforge.oredict.OreIngredient@513fa54, net.minecraftforge.oredict.OreIngredient@513fa54, net.minecraftforge.oredict.OreIngredient@513fa54, net.minecraftforge.oredict.OreIngredient@513fa54, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@513fa54]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7323 storagedrawers:framed_trim RecipeStage{tier='two', recipe=4xtile.storagedrawers.customTrim@0:[net.minecraftforge.oredict.OreIngredient@1b32d661, net.minecraftforge.oredict.OreIngredient@248c605d, net.minecraftforge.oredict.OreIngredient@1b32d661, net.minecraftforge.oredict.OreIngredient@248c605d, net.minecraftforge.oredict.OreIngredient@1b32d661, net.minecraftforge.oredict.OreIngredient@248c605d, net.minecraftforge.oredict.OreIngredient@1b32d661, net.minecraftforge.oredict.OreIngredient@248c605d, net.minecraftforge.oredict.OreIngredient@1b32d661]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7324 storagedrawers:framed_drawer_half4 RecipeStage{tier='two', recipe=4xtile.storagedrawers.customDrawers@4:[net.minecraftforge.oredict.OreIngredient@35b1e64, net.minecraftforge.oredict.OreIngredient@129cd4dc, net.minecraftforge.oredict.OreIngredient@35b1e64, net.minecraftforge.oredict.OreIngredient@129cd4dc, net.minecraftforge.oredict.OreIngredient@17bc92a1, net.minecraftforge.oredict.OreIngredient@129cd4dc, net.minecraftforge.oredict.OreIngredient@35b1e64, net.minecraftforge.oredict.OreIngredient@129cd4dc, net.minecraftforge.oredict.OreIngredient@35b1e64]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7325 storagedrawers:framed_drawer_half2 RecipeStage{tier='two', recipe=2xtile.storagedrawers.customDrawers@3:[net.minecraftforge.oredict.OreIngredient@44f3fcfe, net.minecraftforge.oredict.OreIngredient@40d69706, net.minecraftforge.oredict.OreIngredient@44f3fcfe, net.minecraftforge.oredict.OreIngredient@44f3fcfe, net.minecraftforge.oredict.OreIngredient@7a090ac4, net.minecraftforge.oredict.OreIngredient@44f3fcfe, net.minecraftforge.oredict.OreIngredient@44f3fcfe, net.minecraftforge.oredict.OreIngredient@40d69706, net.minecraftforge.oredict.OreIngredient@44f3fcfe]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7326 storagedrawers:framed_drawer_full4 RecipeStage{tier='two', recipe=4xtile.storagedrawers.customDrawers@2:[net.minecraftforge.oredict.OreIngredient@624fe997, net.minecraftforge.oredict.OreIngredient@4138b561, net.minecraftforge.oredict.OreIngredient@624fe997, net.minecraftforge.oredict.OreIngredient@4138b561, net.minecraftforge.oredict.OreIngredient@1d045943, net.minecraftforge.oredict.OreIngredient@4138b561, net.minecraftforge.oredict.OreIngredient@624fe997, net.minecraftforge.oredict.OreIngredient@4138b561, net.minecraftforge.oredict.OreIngredient@624fe997]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7327 storagedrawers:framed_drawer_full2 RecipeStage{tier='two', recipe=2xtile.storagedrawers.customDrawers@1:[net.minecraftforge.oredict.OreIngredient@62602215, net.minecraftforge.oredict.OreIngredient@5ff849d9, net.minecraftforge.oredict.OreIngredient@62602215, net.minecraftforge.oredict.OreIngredient@62602215, net.minecraftforge.oredict.OreIngredient@60890be7, net.minecraftforge.oredict.OreIngredient@62602215, net.minecraftforge.oredict.OreIngredient@62602215, net.minecraftforge.oredict.OreIngredient@5ff849d9, net.minecraftforge.oredict.OreIngredient@62602215]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7328 storagedrawers:framed_drawer_full1 RecipeStage{tier='two', recipe=1xtile.storagedrawers.customDrawers@0:[net.minecraftforge.oredict.OreIngredient@5b5fdf7, net.minecraftforge.oredict.OreIngredient@5b5fdf7, net.minecraftforge.oredict.OreIngredient@5b5fdf7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@48dfb8a6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5b5fdf7, net.minecraftforge.oredict.OreIngredient@5b5fdf7, net.minecraftforge.oredict.OreIngredient@5b5fdf7]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7332 supersoundmuffler:sound_muffler_bauble_clear RecipeStage{tier='two', recipe=1xitem.sound_muffler_bauble@0:[net.minecraft.item.crafting.Ingredient@2ee15830]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7333 supersoundmuffler:sound_muffler_bauble RecipeStage{tier='two', recipe=1xitem.sound_muffler_bauble@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@41c09d9d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@41c09d9d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@41c09d9d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2d3b7e06, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7336 tallgates:spruce_tall_single RecipeStage{tier='one', recipe=2xtile.spruceFenceGate@0:[net.minecraft.item.crafting.Ingredient@63339bb]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7337 tallgates:spruce_tall_gate RecipeStage{tier='one', recipe=1xitem.tallgates.tall_gate@1:[net.minecraft.item.crafting.Ingredient@45cd05d3, net.minecraft.item.crafting.Ingredient@45cd05d3]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7338 tallgates:oak_tall_single RecipeStage{tier='one', recipe=2xtile.fenceGate@0:[net.minecraft.item.crafting.Ingredient@42eededa]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7339 tallgates:oak_tall_gate RecipeStage{tier='one', recipe=1xitem.tallgates.tall_gate@0:[net.minecraft.item.crafting.Ingredient@aa0534d, net.minecraft.item.crafting.Ingredient@aa0534d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7340 tallgates:jungle_tall_single RecipeStage{tier='one', recipe=2xtile.jungleFenceGate@0:[net.minecraft.item.crafting.Ingredient@251a9bd1]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7341 tallgates:jungle_tall_gate RecipeStage{tier='one', recipe=1xitem.tallgates.tall_gate@3:[net.minecraft.item.crafting.Ingredient@7b90e71, net.minecraft.item.crafting.Ingredient@7b90e71]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7342 tallgates:dark_oak_tall_single RecipeStage{tier='one', recipe=2xtile.darkOakFenceGate@0:[net.minecraft.item.crafting.Ingredient@5883897a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7343 tallgates:dark_oak_tall_gate RecipeStage{tier='one', recipe=1xitem.tallgates.tall_gate@4:[net.minecraft.item.crafting.Ingredient@7b692fe4, net.minecraft.item.crafting.Ingredient@7b692fe4]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7344 tallgates:birch_tall_single RecipeStage{tier='one', recipe=2xtile.birchFenceGate@0:[net.minecraft.item.crafting.Ingredient@6336f4fc]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7345 tallgates:birch_tall_gate RecipeStage{tier='one', recipe=1xitem.tallgates.tall_gate@2:[net.minecraft.item.crafting.Ingredient@5bce648e, net.minecraft.item.crafting.Ingredient@5bce648e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7346 tallgates:acacia_tall_single RecipeStage{tier='one', recipe=2xtile.acaciaFenceGate@0:[net.minecraft.item.crafting.Ingredient@7301ab18]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7347 tallgates:acacia_tall_gate RecipeStage{tier='one', recipe=1xitem.tallgates.tall_gate@5:[net.minecraft.item.crafting.Ingredient@194fba32, net.minecraft.item.crafting.Ingredient@194fba32]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7348 tcomplement:stone_bucket RecipeStage{tier='two', recipe=1xitem.tcomplement.materials@0:[net.minecraft.item.crafting.Ingredient@75fbec0d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@75fbec0d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@75fbec0d, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7349 tcomplement:melter/porcelain_window RecipeStage{tier='two', recipe=1xtile.tcomplement.porcelain_tank@2:[net.minecraft.item.crafting.Ingredient@2d97492, net.minecraftforge.oredict.OreIngredient@4bef4a6a, net.minecraft.item.crafting.Ingredient@2d97492, net.minecraft.item.crafting.Ingredient@2d97492, net.minecraftforge.oredict.OreIngredient@4bef4a6a, net.minecraft.item.crafting.Ingredient@2d97492, net.minecraft.item.crafting.Ingredient@2d97492, net.minecraftforge.oredict.OreIngredient@4bef4a6a, net.minecraft.item.crafting.Ingredient@2d97492]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7350 tcomplement:melter/porcelain_tank RecipeStage{tier='two', recipe=1xtile.tcomplement.porcelain_tank@0:[net.minecraft.item.crafting.Ingredient@2d97492, net.minecraft.item.crafting.Ingredient@2d97492, net.minecraft.item.crafting.Ingredient@2d97492, net.minecraft.item.crafting.Ingredient@2d97492, net.minecraftforge.oredict.OreIngredient@2d02858, net.minecraft.item.crafting.Ingredient@2d97492, net.minecraft.item.crafting.Ingredient@2d97492, net.minecraft.item.crafting.Ingredient@2d97492, net.minecraft.item.crafting.Ingredient@2d97492]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7353 tcomplement:melter/porcelain_gauge RecipeStage{tier='two', recipe=1xtile.tcomplement.porcelain_tank@1:[net.minecraft.item.crafting.Ingredient@2d97492, net.minecraftforge.oredict.OreIngredient@1f60746, net.minecraft.item.crafting.Ingredient@2d97492, net.minecraftforge.oredict.OreIngredient@1f60746, net.minecraftforge.oredict.OreIngredient@1f60746, net.minecraftforge.oredict.OreIngredient@1f60746, net.minecraft.item.crafting.Ingredient@2d97492, net.minecraftforge.oredict.OreIngredient@1f60746, net.minecraft.item.crafting.Ingredient@2d97492]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7354 tcomplement:melter/porcelain_alloy_tank RecipeStage{tier='two', recipe=1xtile.tcomplement.porcelain_alloy_tank@0:[net.minecraft.item.crafting.Ingredient@1bd250f, net.minecraft.item.crafting.Ingredient@72e2701d, net.minecraft.item.crafting.Ingredient@1bd250f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7357 tcomplement:melter/alloy_tank RecipeStage{tier='two', recipe=1xtile.tcomplement.alloy_tank@0:[net.minecraft.item.crafting.Ingredient@3ee848e7, net.minecraft.item.crafting.Ingredient@509820fc, net.minecraft.item.crafting.Ingredient@3ee848e7]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7358 tcomplement:imodifier RecipeStage{tier='five', recipe=1xitem.tcomplement.materials@6:[net.minecraftforge.oredict.OreIngredient@577f84, net.minecraftforge.oredict.OreIngredient@61aebb56, net.minecraftforge.oredict.OreIngredient@577f84]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7359 tcomplement:ceramics/porcelain_table RecipeStage{tier='zero', recipe=1xtile.tcomplement.porcelain_casting@0:[net.minecraft.item.crafting.Ingredient@2d97492, net.minecraft.item.crafting.Ingredient@2d97492, net.minecraft.item.crafting.Ingredient@2d97492, net.minecraft.item.crafting.Ingredient@2d97492, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2d97492, net.minecraft.item.crafting.Ingredient@2d97492, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2d97492]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7361 tcomplement:armor/manyullyn_leggings RecipeStage{tier='four', recipe=1xitem.tcomplement.manyullyn_leggings@0:[net.minecraftforge.oredict.OreIngredient@54ce6f1e, net.minecraftforge.oredict.OreIngredient@54ce6f1e, net.minecraftforge.oredict.OreIngredient@54ce6f1e, net.minecraftforge.oredict.OreIngredient@54ce6f1e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@54ce6f1e, net.minecraftforge.oredict.OreIngredient@54ce6f1e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@54ce6f1e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7362 tcomplement:armor/manyullyn_helmet RecipeStage{tier='four', recipe=1xitem.tcomplement.manyullyn_helmet@0:[net.minecraftforge.oredict.OreIngredient@63b0fb58, net.minecraftforge.oredict.OreIngredient@63b0fb58, net.minecraftforge.oredict.OreIngredient@63b0fb58, net.minecraftforge.oredict.OreIngredient@63b0fb58, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@63b0fb58]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7363 tcomplement:armor/manyullyn_chestplate RecipeStage{tier='four', recipe=1xitem.tcomplement.manyullyn_chestplate@0:[net.minecraftforge.oredict.OreIngredient@3a3afc18, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3a3afc18, net.minecraftforge.oredict.OreIngredient@3a3afc18, net.minecraftforge.oredict.OreIngredient@3a3afc18, net.minecraftforge.oredict.OreIngredient@3a3afc18, net.minecraftforge.oredict.OreIngredient@3a3afc18, net.minecraftforge.oredict.OreIngredient@3a3afc18, net.minecraftforge.oredict.OreIngredient@3a3afc18]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7364 tcomplement:armor/manyullyn_boots RecipeStage{tier='four', recipe=1xitem.tcomplement.manyullyn_boots@0:[net.minecraftforge.oredict.OreIngredient@3d92effd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3d92effd, net.minecraftforge.oredict.OreIngredient@3d92effd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3d92effd]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7365 tcomplement:armor/knightslime_leggings RecipeStage{tier='four', recipe=1xitem.tcomplement.knightslime_leggings@0:[net.minecraftforge.oredict.OreIngredient@52762ab3, net.minecraftforge.oredict.OreIngredient@52762ab3, net.minecraftforge.oredict.OreIngredient@52762ab3, net.minecraftforge.oredict.OreIngredient@52762ab3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@52762ab3, net.minecraftforge.oredict.OreIngredient@52762ab3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@52762ab3]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7366 tcomplement:armor/knightslime_helmet RecipeStage{tier='four', recipe=1xitem.tcomplement.knightslime_helmet@0:[net.minecraftforge.oredict.OreIngredient@15492b2e, net.minecraftforge.oredict.OreIngredient@15492b2e, net.minecraftforge.oredict.OreIngredient@15492b2e, net.minecraftforge.oredict.OreIngredient@15492b2e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@15492b2e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7367 tcomplement:armor/knightslime_chestplate RecipeStage{tier='four', recipe=1xitem.tcomplement.knightslime_chestplate@0:[net.minecraftforge.oredict.OreIngredient@2bb6f9ac, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2bb6f9ac, net.minecraftforge.oredict.OreIngredient@2bb6f9ac, net.minecraftforge.oredict.OreIngredient@2bb6f9ac, net.minecraftforge.oredict.OreIngredient@2bb6f9ac, net.minecraftforge.oredict.OreIngredient@2bb6f9ac, net.minecraftforge.oredict.OreIngredient@2bb6f9ac, net.minecraftforge.oredict.OreIngredient@2bb6f9ac]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7368 tcomplement:armor/knightslime_boots RecipeStage{tier='four', recipe=1xitem.tcomplement.knightslime_boots@0:[net.minecraftforge.oredict.OreIngredient@26018b0b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@26018b0b, net.minecraftforge.oredict.OreIngredient@26018b0b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@26018b0b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7405 translocators:item_translocator RecipeStage{tier='five', recipe=2xitem.translocators.part@0:[net.minecraftforge.oredict.OreIngredient@506cbb14, net.minecraftforge.oredict.OreIngredient@26745427, net.minecraftforge.oredict.OreIngredient@506cbb14, net.minecraftforge.oredict.OreIngredient@6879e16b, net.minecraft.item.crafting.Ingredient@4418c71a, net.minecraftforge.oredict.OreIngredient@6879e16b, net.minecraftforge.oredict.OreIngredient@506cbb14, net.minecraftforge.oredict.OreIngredient@71997096, net.minecraftforge.oredict.OreIngredient@506cbb14]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7406 translocators:fluid_translocator RecipeStage{tier='five', recipe=2xitem.translocators.part@1:[net.minecraftforge.oredict.OreIngredient@6a98f89a, net.minecraftforge.oredict.OreIngredient@59dc2580, net.minecraftforge.oredict.OreIngredient@6a98f89a, net.minecraftforge.oredict.OreIngredient@636f1d04, net.minecraft.item.crafting.Ingredient@4a073745, net.minecraftforge.oredict.OreIngredient@636f1d04, net.minecraftforge.oredict.OreIngredient@6a98f89a, net.minecraftforge.oredict.OreIngredient@67f64ab7, net.minecraftforge.oredict.OreIngredient@6a98f89a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7409 vc:upgrades/item_upgrade_airship_frame_tierbase RecipeStage{tier='three', recipe=4xitem.vc:upgrades/item_upgrade_airship_frame@0:[net.minecraft.item.crafting.Ingredient@278e6c34, net.minecraft.item.crafting.Ingredient@278e6c34, net.minecraft.item.crafting.Ingredient@278e6c34, net.minecraft.item.crafting.Ingredient@5cb6eeea, net.minecraft.item.crafting.Ingredient@4b5defb6, net.minecraft.item.crafting.Ingredient@5cb6eeea, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6016cc0f, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7415 vc:upgrades/item_upgrade_airship_engine_tierbase RecipeStage{tier='three', recipe=4xitem.vc:upgrades/item_upgrade_airship_engine@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@560b1595, net.minecraft.item.crafting.Ingredient@6fecd55b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@9b64ef0, net.minecraft.item.crafting.Ingredient@560b1595, net.minecraft.item.crafting.Ingredient@66ac969, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7421 vc:upgrades/item_upgrade_airship_core_tierbase RecipeStage{tier='three', recipe=4xitem.vc:upgrades/item_upgrade_airship_core@0:[net.minecraft.item.crafting.Ingredient@8675881, net.minecraft.item.crafting.Ingredient@25a51c25, net.minecraft.item.crafting.Ingredient@8675881, net.minecraft.item.crafting.Ingredient@48d24fa1, net.minecraft.item.crafting.Ingredient@6d582c33, net.minecraft.item.crafting.Ingredient@48d24fa1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@48d24fa1, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7427 vc:upgrades/item_upgrade_airship_balloon_tierbase RecipeStage{tier='three', recipe=4xitem.vc:upgrades/item_upgrade_airship_balloon@0:[net.minecraft.item.crafting.Ingredient@6f7490ca, net.minecraft.item.crafting.Ingredient@6f7490ca, net.minecraft.item.crafting.Ingredient@6f7490ca, net.minecraft.item.crafting.Ingredient@7501074a, net.minecraft.item.crafting.Ingredient@1ea69c59, net.minecraft.item.crafting.Ingredient@7501074a, net.minecraft.item.crafting.Ingredient@6f7490ca, net.minecraft.item.crafting.Ingredient@65b6d6c9, net.minecraft.item.crafting.Ingredient@6f7490ca]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7434 vc:modules/item_module_type_water_lesser net.minecraft.item.crafting.ShapedRecipes@34432fce +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7437 vc:modules/item_module_type_storage_lesser net.minecraft.item.crafting.ShapedRecipes@1ad10a54 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7440 vc:modules/item_module_type_speed_lesser net.minecraft.item.crafting.ShapedRecipes@77c0a213 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7443 vc:modules/item_module_type_music_lesser net.minecraft.item.crafting.ShapedRecipes@27f828ec +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7445 vc:modules/item_module_type_infinite_fuel_normal net.minecraft.item.crafting.ShapedRecipes@27a6ea29 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7446 vc:modules/item_module_type_infinite_fuel_lesser net.minecraft.item.crafting.ShapedRecipes@68576ede +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7449 vc:modules/item_module_type_fuel_lesser net.minecraft.item.crafting.ShapedRecipes@7bc15e09 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7452 vc:modules/item_module_type_cruise_lesser net.minecraft.item.crafting.ShapedRecipes@4fabbf04 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7454 vc:modules/item_module_type_bomb_normal net.minecraft.item.crafting.ShapedRecipes@1f78050 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7455 vc:modules/item_module_type_bomb_lesser net.minecraft.item.crafting.ShapedRecipes@6aeb0122 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7456 vc:modules/item_module_type_bomb_greater net.minecraft.item.crafting.ShapedRecipes@44707adf +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7459 vc:modules/item_module_type_altitude_lesser net.minecraft.item.crafting.ShapedRecipes@22961008 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7460 vc:modules/item_module_type_altitude_greater net.minecraft.item.crafting.ShapedRecipes@1bc7b1e5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7461 vc:item_viesoline_pellets RecipeStage{tier='three', recipe=2xitem.vc:item_viesoline_pellets@0:[net.minecraft.item.crafting.Ingredient@31444587, net.minecraft.item.crafting.Ingredient@172a92d3]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7463 vc:item_dismounter_player RecipeStage{tier='three', recipe=1xitem.vc:item_dismounter_player@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@36366c13, net.minecraft.item.crafting.Ingredient@36366c13, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4329f867, net.minecraft.item.crafting.Ingredient@36366c13, net.minecraft.item.crafting.Ingredient@177ef8da, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7464 vc:item_dismounter_normal RecipeStage{tier='three', recipe=1xitem.vc:item_dismounter_normal@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6e47dcc7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3f14f6b6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@761c274d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7465 vc:item_bomb_small net.minecraft.item.crafting.ShapedRecipes@1b4e61fd +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7466 vc:item_bomb_scatter net.minecraft.item.crafting.ShapedRecipes@40c82a67 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7467 vc:item_bomb_casing RecipeStage{tier='three', recipe=4xitem.vc:item_bomb@0:[net.minecraft.item.crafting.Ingredient@383bf68a, net.minecraft.item.crafting.Ingredient@39a168cb, net.minecraft.item.crafting.Ingredient@383bf68a, net.minecraft.item.crafting.Ingredient@47684d60, net.minecraft.item.crafting.Ingredient@47684d60, net.minecraft.item.crafting.Ingredient@47684d60]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7468 vc:item_bomb_big net.minecraft.item.crafting.ShapedRecipes@2d1c548f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7470 vc:item_airship_frame RecipeStage{tier='three', recipe=1xitem.vc:item_airship_frame@0:[net.minecraft.item.crafting.Ingredient@383e56a7, net.minecraft.item.crafting.Ingredient@1b330ec, net.minecraft.item.crafting.Ingredient@383e56a7, net.minecraft.item.crafting.Ingredient@1b330ec, net.minecraft.item.crafting.Ingredient@71829c96, net.minecraft.item.crafting.Ingredient@1b330ec, net.minecraft.item.crafting.Ingredient@383e56a7, net.minecraft.item.crafting.Ingredient@1b330ec, net.minecraft.item.crafting.Ingredient@383e56a7]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7473 vc:guidebooks/item_guidebook_main RecipeStage{tier='three', recipe=1xitem.vc:item_guidebook_main@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@740d8f1b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@740d8f1b, net.minecraft.item.crafting.Ingredient@7875d29d, net.minecraft.item.crafting.Ingredient@740d8f1b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@740d8f1b, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7474 vc:airship_workbench RecipeStage{tier='three', recipe=1xtile.vc:airship_workbench@0:[net.minecraft.item.crafting.Ingredient@7636454, net.minecraft.item.crafting.Ingredient@ea674ed]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7475 vc:airships/item_airship RecipeStage{tier='three', recipe=1xitem.vc:airships/item_airship@0:[net.minecraft.item.crafting.Ingredient@12500f5c, net.minecraft.item.crafting.Ingredient@41eba75b, net.minecraft.item.crafting.Ingredient@12500f5c, net.minecraft.item.crafting.Ingredient@4fa49384, net.minecraft.item.crafting.Ingredient@470c9e75, net.minecraft.item.crafting.Ingredient@4fa49384, net.minecraft.item.crafting.Ingredient@12500f5c, net.minecraft.item.crafting.Ingredient@310cd03e, net.minecraft.item.crafting.Ingredient@12500f5c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7479 xnet:netcable_3 RecipeStage{tier='five', recipe=1xtile.xnet.netcable@3:[net.minecraft.item.crafting.Ingredient@7465349, net.minecraftforge.oredict.OreIngredient@758705f1]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7480 xnet:connector_routing RecipeStage{tier='five', recipe=1xtile.xnet.connector@4:[net.minecraft.item.crafting.Ingredient@384d34ab, net.minecraft.item.crafting.Ingredient@384d34ab, net.minecraft.item.crafting.Ingredient@384d34ab, net.minecraft.item.crafting.Ingredient@5a1f8aa1, net.minecraft.item.crafting.Ingredient@1411414a, net.minecraft.item.crafting.Ingredient@5a1f8aa1, net.minecraft.item.crafting.Ingredient@384d34ab, net.minecraft.item.crafting.Ingredient@384d34ab, net.minecraft.item.crafting.Ingredient@384d34ab]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7481 xnet:netcable_routing RecipeStage{tier='five', recipe=32xtile.xnet.netcable@4:[net.minecraft.item.crafting.Ingredient@55b4f9ff, net.minecraft.item.crafting.Ingredient@4827c979, net.minecraft.item.crafting.Ingredient@55b4f9ff, net.minecraft.item.crafting.Ingredient@4827c979, net.minecraft.item.crafting.Ingredient@5584ac6a, net.minecraft.item.crafting.Ingredient@4827c979, net.minecraft.item.crafting.Ingredient@55b4f9ff, net.minecraft.item.crafting.Ingredient@4827c979, net.minecraft.item.crafting.Ingredient@55b4f9ff]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7482 xnet:connector_2 RecipeStage{tier='five', recipe=1xtile.xnet.connector@2:[net.minecraft.item.crafting.Ingredient@612d32a1, net.minecraftforge.oredict.OreIngredient@3dca0f4b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7483 xnet:advanced_connector_1 net.minecraftforge.oredict.ShapelessOreRecipe@31b5ad30 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7484 xnet:netcable_1 RecipeStage{tier='five', recipe=1xtile.xnet.netcable@1:[net.minecraft.item.crafting.Ingredient@775b3059, net.minecraftforge.oredict.OreIngredient@770cb086]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7485 xnet:redstone_proxy_upd RecipeStage{tier='five', recipe=1xtile.xnet.redstone_proxy_upd@0:[net.minecraft.item.crafting.Ingredient@2d66fcc2, net.minecraft.item.crafting.Ingredient@50ac710b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7486 xnet:wireless_router_rftools RecipeStage{tier='five', recipe=1xtile.xnet.wireless_router@0:[net.minecraft.item.crafting.Ingredient@edaef63, net.minecraft.item.crafting.Ingredient@4761e1a9, net.minecraft.item.crafting.Ingredient@edaef63, net.minecraft.item.crafting.Ingredient@3620358, net.minecraft.item.crafting.Ingredient@2245956a, net.minecraft.item.crafting.Ingredient@3620358, net.minecraft.item.crafting.Ingredient@edaef63, net.minecraft.item.crafting.Ingredient@3620358, net.minecraft.item.crafting.Ingredient@edaef63]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7487 xnet:netcable_0 RecipeStage{tier='five', recipe=16xtile.xnet.netcable@0:[net.minecraft.item.crafting.Ingredient@558d0112, net.minecraft.item.crafting.Ingredient@60109eeb, net.minecraft.item.crafting.Ingredient@558d0112, net.minecraft.item.crafting.Ingredient@60109eeb, net.minecraft.item.crafting.Ingredient@6f82b24e, net.minecraft.item.crafting.Ingredient@60109eeb, net.minecraft.item.crafting.Ingredient@558d0112, net.minecraft.item.crafting.Ingredient@60109eeb, net.minecraft.item.crafting.Ingredient@558d0112]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7488 xnet:antenna_dish RecipeStage{tier='five', recipe=1xtile.xnet.antenna_dish@0:[net.minecraft.item.crafting.Ingredient@48e704c9, net.minecraft.item.crafting.Ingredient@48e704c9, net.minecraft.item.crafting.Ingredient@48e704c9, net.minecraft.item.crafting.Ingredient@48e704c9, net.minecraft.item.crafting.Ingredient@14445bc6, net.minecraft.item.crafting.Ingredient@48e704c9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@357b8af2, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7489 xnet:connector_0 RecipeStage{tier='five', recipe=1xtile.xnet.connector@0:[net.minecraftforge.oredict.OreIngredient@29868011, net.minecraftforge.oredict.OreIngredient@786fa2d7, net.minecraftforge.oredict.OreIngredient@29868011, net.minecraft.item.crafting.Ingredient@46f2a019, net.minecraft.item.crafting.Ingredient@3a3a13fa, net.minecraft.item.crafting.Ingredient@46f2a019, net.minecraftforge.oredict.OreIngredient@29868011, net.minecraft.item.crafting.Ingredient@46f2a019, net.minecraftforge.oredict.OreIngredient@29868011]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7490 xnet:netcable_2 RecipeStage{tier='five', recipe=1xtile.xnet.netcable@2:[net.minecraft.item.crafting.Ingredient@80f86b0, net.minecraftforge.oredict.OreIngredient@4a90457e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7491 xnet:advanced_connector_2 net.minecraftforge.oredict.ShapelessOreRecipe@5a2983f9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7492 xnet:connector_3 RecipeStage{tier='five', recipe=1xtile.xnet.connector@3:[net.minecraft.item.crafting.Ingredient@67e1fbac, net.minecraftforge.oredict.OreIngredient@71419ae2]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7493 xnet:advanced_connector_3 net.minecraftforge.oredict.ShapelessOreRecipe@4da3cee2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7494 xnet:antenna RecipeStage{tier='five', recipe=1xtile.xnet.antenna@0:[net.minecraft.item.crafting.Ingredient@3ad4e881, net.minecraft.item.crafting.Ingredient@69d3e5e7, net.minecraft.item.crafting.Ingredient@3ad4e881, net.minecraft.item.crafting.Ingredient@3ad4e881, net.minecraft.item.crafting.Ingredient@69d3e5e7, net.minecraft.item.crafting.Ingredient@3ad4e881, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@69d3e5e7, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7495 xnet:advanced_connector_4 net.minecraftforge.oredict.ShapelessOreRecipe@3cfc98ea +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7496 xnet:xnet_manual RecipeStage{tier='five', recipe=1xitem.xnet.xnet_manual@0:[net.minecraft.item.crafting.Ingredient@442dbb98, net.minecraft.item.crafting.Ingredient@127377d4, net.minecraft.item.crafting.Ingredient@442dbb98, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1c4e503f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@442dbb98, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@442dbb98]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7497 xnet:connector_4 RecipeStage{tier='five', recipe=1xtile.xnet.connector@0:[net.minecraft.item.crafting.Ingredient@ca9bb3e, net.minecraftforge.oredict.OreIngredient@6c934145]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7499 xnet:antenna_base RecipeStage{tier='five', recipe=1xtile.xnet.antenna_base@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@20c85e01, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@20c85e01, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@20c85e01, net.minecraft.item.crafting.Ingredient@36f32d9b, net.minecraft.item.crafting.Ingredient@20c85e01]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7500 xnet:netcable_4 RecipeStage{tier='five', recipe=1xtile.xnet.netcable@0:[net.minecraft.item.crafting.Ingredient@79125ad1, net.minecraftforge.oredict.OreIngredient@298da7b4]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7501 xnet:redstone_proxy_rftools RecipeStage{tier='five', recipe=1xtile.xnet.redstone_proxy@0:[net.minecraft.item.crafting.Ingredient@2aad362e, net.minecraft.item.crafting.Ingredient@2aad362e, net.minecraft.item.crafting.Ingredient@2aad362e, net.minecraft.item.crafting.Ingredient@2aad362e, net.minecraft.item.crafting.Ingredient@283d0862, net.minecraft.item.crafting.Ingredient@2aad362e, net.minecraft.item.crafting.Ingredient@2aad362e, net.minecraft.item.crafting.Ingredient@2aad362e, net.minecraft.item.crafting.Ingredient@2aad362e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7502 xnet:connector_1 RecipeStage{tier='five', recipe=1xtile.xnet.connector@1:[net.minecraft.item.crafting.Ingredient@38d54efa, net.minecraftforge.oredict.OreIngredient@4a7c1c22]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7503 xnet:advanced_connector_0 net.minecraft.item.crafting.ShapedRecipes@4c4bbc71 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7504 xnet:connector_upgrade RecipeStage{tier='five', recipe=1xitem.xnet.connector_upgrade@0:[net.minecraft.item.crafting.Ingredient@1cf4c8e7, net.minecraft.item.crafting.Ingredient@10d8aa48, net.minecraft.item.crafting.Ingredient@23ec0ab4, net.minecraft.item.crafting.Ingredient@dcd551b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7505 xnet:facade RecipeStage{tier='five', recipe=16xtile.xnet.facade@0:[net.minecraft.item.crafting.Ingredient@5bf666fa, net.minecraft.item.crafting.Ingredient@7e8f4939, net.minecraft.item.crafting.Ingredient@5bf666fa, net.minecraft.item.crafting.Ingredient@7e8f4939, net.minecraft.item.crafting.Ingredient@2be03984, net.minecraft.item.crafting.Ingredient@7e8f4939, net.minecraft.item.crafting.Ingredient@5bf666fa, net.minecraft.item.crafting.Ingredient@7e8f4939, net.minecraft.item.crafting.Ingredient@5bf666fa]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7510 chisel:antiblock RecipeStage{tier='two', recipe=8xtile.chisel.antiblock@15:[net.minecraftforge.oredict.OreIngredient@4d0d6f0a, net.minecraftforge.oredict.OreIngredient@4d0d6f0a, net.minecraftforge.oredict.OreIngredient@4d0d6f0a, net.minecraftforge.oredict.OreIngredient@4d0d6f0a, net.minecraftforge.oredict.OreIngredient@33c9ab87, net.minecraftforge.oredict.OreIngredient@4d0d6f0a, net.minecraftforge.oredict.OreIngredient@4d0d6f0a, net.minecraftforge.oredict.OreIngredient@4d0d6f0a, net.minecraftforge.oredict.OreIngredient@4d0d6f0a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7511 chisel:autochisel RecipeStage{tier='three', recipe=1xtile.chisel.autochisel@0:[net.minecraftforge.oredict.OreIngredient@7c68ac2c, net.minecraftforge.oredict.OreIngredient@7c68ac2c, net.minecraftforge.oredict.OreIngredient@7c68ac2c, net.minecraftforge.oredict.OreIngredient@7c68ac2c, net.minecraftforge.oredict.OreIngredient@5a3bf994, net.minecraftforge.oredict.OreIngredient@7c68ac2c, net.minecraftforge.oredict.OreIngredient@24d0e4c7, net.minecraftforge.oredict.OreIngredient@24d0e4c7, net.minecraftforge.oredict.OreIngredient@24d0e4c7]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7512 chisel:bookshelf0 RecipeStage{tier='two', recipe=1xtile.chisel.bookshelf_spruce@0:[net.minecraft.item.crafting.Ingredient@3255a2e5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3255a2e5, net.minecraft.item.crafting.Ingredient@37a71a62, net.minecraft.item.crafting.Ingredient@37a71a62, net.minecraft.item.crafting.Ingredient@37a71a62, net.minecraft.item.crafting.Ingredient@3255a2e5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3255a2e5]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7513 chisel:bookshelf1 RecipeStage{tier='two', recipe=1xtile.chisel.bookshelf_birch@0:[net.minecraft.item.crafting.Ingredient@34844cd4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@34844cd4, net.minecraft.item.crafting.Ingredient@2bd9922b, net.minecraft.item.crafting.Ingredient@2bd9922b, net.minecraft.item.crafting.Ingredient@2bd9922b, net.minecraft.item.crafting.Ingredient@34844cd4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@34844cd4]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7514 chisel:bookshelf2 RecipeStage{tier='two', recipe=1xtile.chisel.bookshelf_jungle@0:[net.minecraft.item.crafting.Ingredient@2161f57f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2161f57f, net.minecraft.item.crafting.Ingredient@3715ff6b, net.minecraft.item.crafting.Ingredient@3715ff6b, net.minecraft.item.crafting.Ingredient@3715ff6b, net.minecraft.item.crafting.Ingredient@2161f57f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2161f57f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7515 chisel:bookshelf3 RecipeStage{tier='two', recipe=1xtile.chisel.bookshelf_acacia@0:[net.minecraft.item.crafting.Ingredient@63e2a36e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@63e2a36e, net.minecraft.item.crafting.Ingredient@4d067860, net.minecraft.item.crafting.Ingredient@4d067860, net.minecraft.item.crafting.Ingredient@4d067860, net.minecraft.item.crafting.Ingredient@63e2a36e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@63e2a36e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7516 chisel:bookshelf4 RecipeStage{tier='two', recipe=1xtile.chisel.bookshelf_darkoak@0:[net.minecraft.item.crafting.Ingredient@569278f1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@569278f1, net.minecraft.item.crafting.Ingredient@209d489e, net.minecraft.item.crafting.Ingredient@209d489e, net.minecraft.item.crafting.Ingredient@209d489e, net.minecraft.item.crafting.Ingredient@569278f1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@569278f1]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7518 chisel:brownstone RecipeStage{tier='one', recipe=4xtile.chisel.brownstone@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@541de80, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@541de80, net.minecraft.item.crafting.Ingredient@6c82ade4, net.minecraftforge.oredict.OreIngredient@541de80, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@541de80, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7522 chisel:chisel_diamond RecipeStage{tier='five', recipe=1xitem.chisel.chisel_diamond@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@46b2f8ae, net.minecraftforge.oredict.OreIngredient@7a96ae80, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7523 chisel:chisel_hitech RecipeStage{tier='five', recipe=1xitem.chisel.chisel_hitech@0:[net.minecraft.item.crafting.Ingredient@7e825a5c, net.minecraftforge.oredict.OreIngredient@2f24aaaa, net.minecraftforge.oredict.OreIngredient@6009f360]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7524 chisel:offsettool RecipeStage{tier='two', recipe=1xitem.chisel.offsettool@0:[net.minecraftforge.oredict.OreIngredient@63a689c0, net.minecraft.item.crafting.Ingredient@46e0725c, net.minecraftforge.oredict.OreIngredient@4c1be1d0, net.minecraftforge.oredict.OreIngredient@63a689c0]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7531 chisel:factory RecipeStage{tier='three', recipe=32xtile.chisel.factory@0:[net.minecraft.item.crafting.Ingredient@6219bd47, net.minecraft.item.crafting.Ingredient@380ed481, net.minecraft.item.crafting.Ingredient@6219bd47, net.minecraft.item.crafting.Ingredient@380ed481, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@380ed481, net.minecraft.item.crafting.Ingredient@6219bd47, net.minecraft.item.crafting.Ingredient@380ed481, net.minecraft.item.crafting.Ingredient@6219bd47]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7532 chisel:futura RecipeStage{tier='three', recipe=8xtile.chisel.futura@0:[net.minecraftforge.oredict.OreIngredient@6ff97f53, net.minecraftforge.oredict.OreIngredient@6ff97f53, net.minecraftforge.oredict.OreIngredient@6ff97f53, net.minecraftforge.oredict.OreIngredient@6ff97f53, net.minecraftforge.oredict.OreIngredient@211d14f1, net.minecraftforge.oredict.OreIngredient@6ff97f53, net.minecraftforge.oredict.OreIngredient@6ff97f53, net.minecraftforge.oredict.OreIngredient@6ff97f53, net.minecraftforge.oredict.OreIngredient@6ff97f53]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7535 chisel:laboratory RecipeStage{tier='three', recipe=8xtile.chisel.laboratory@0:[net.minecraft.item.crafting.Ingredient@68ff846, net.minecraft.item.crafting.Ingredient@68ff846, net.minecraft.item.crafting.Ingredient@68ff846, net.minecraft.item.crafting.Ingredient@68ff846, net.minecraft.item.crafting.Ingredient@6e492af3, net.minecraft.item.crafting.Ingredient@68ff846, net.minecraft.item.crafting.Ingredient@68ff846, net.minecraft.item.crafting.Ingredient@68ff846, net.minecraft.item.crafting.Ingredient@68ff846]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7536 chisel:lavastone RecipeStage{tier='two', recipe=8xtile.chisel.lavastone@0:[net.minecraft.item.crafting.Ingredient@4bd7070e, net.minecraft.item.crafting.Ingredient@4bd7070e, net.minecraft.item.crafting.Ingredient@4bd7070e, net.minecraft.item.crafting.Ingredient@4bd7070e, net.minecraft.item.crafting.Ingredient@32e38bfa, net.minecraft.item.crafting.Ingredient@4bd7070e, net.minecraft.item.crafting.Ingredient@4bd7070e, net.minecraft.item.crafting.Ingredient@4bd7070e, net.minecraft.item.crafting.Ingredient@4bd7070e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7545 chisel:tyrian RecipeStage{tier='three', recipe=32xtile.chisel.tyrian@0:[net.minecraft.item.crafting.Ingredient@4bb5caf2, net.minecraft.item.crafting.Ingredient@4bb5caf2, net.minecraft.item.crafting.Ingredient@4bb5caf2, net.minecraft.item.crafting.Ingredient@4bb5caf2, net.minecraft.item.crafting.Ingredient@39eaf62, net.minecraft.item.crafting.Ingredient@4bb5caf2, net.minecraft.item.crafting.Ingredient@4bb5caf2, net.minecraft.item.crafting.Ingredient@4bb5caf2, net.minecraft.item.crafting.Ingredient@4bb5caf2]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7546 chisel:voidstone RecipeStage{tier='three', recipe=16xtile.chisel.voidstone@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6b457f50, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@ec2ca90, net.minecraft.item.crafting.Ingredient@ec2ca90, net.minecraft.item.crafting.Ingredient@ec2ca90, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6b457f50, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7547 chisel:voidstone2 RecipeStage{tier='three', recipe=48xtile.chisel.voidstone@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@569c2739, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@569c2739, net.minecraft.item.crafting.Ingredient@1663755a, net.minecraft.item.crafting.Ingredient@569c2739, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@569c2739, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7548 chisel:waterstone RecipeStage{tier='two', recipe=8xtile.chisel.waterstone@0:[net.minecraft.item.crafting.Ingredient@3a3b9c5e, net.minecraft.item.crafting.Ingredient@3a3b9c5e, net.minecraft.item.crafting.Ingredient@3a3b9c5e, net.minecraft.item.crafting.Ingredient@3a3b9c5e, net.minecraft.item.crafting.Ingredient@377fe7e6, net.minecraft.item.crafting.Ingredient@3a3b9c5e, net.minecraft.item.crafting.Ingredient@3a3b9c5e, net.minecraft.item.crafting.Ingredient@3a3b9c5e, net.minecraft.item.crafting.Ingredient@3a3b9c5e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7549 twilightforest:arctic_armor_dyeing twilightforest.item.recipe.TFArmorDyeingRecipe@2bc7b9a4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7550 twilightforest:magic_map_cloning twilightforest.item.recipe.TFMapCloningRecipe@13971935 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7551 twilightforest:maze_map_cloning twilightforest.item.recipe.TFMapCloningRecipe@6e941ff +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7552 twilightforest:ore_map_cloning twilightforest.item.recipe.TFMapCloningRecipe@5687f60e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7553 tconstruct:repair slimeknights.tconstruct.tools.common.RepairRecipe@a57ea71 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7554 tconstruct:tools/forge/blocksteeleaf RecipeStage{tier='two', recipe=1xtile.tconstruct.toolforge@0:[net.minecraft.item.crafting.Ingredient@3e222ec3, net.minecraft.item.crafting.Ingredient@3e222ec3, net.minecraft.item.crafting.Ingredient@3e222ec3, net.minecraftforge.oredict.OreIngredient@64ea0e79, net.minecraft.item.crafting.Ingredient@515b74f7, net.minecraftforge.oredict.OreIngredient@64ea0e79, net.minecraftforge.oredict.OreIngredient@64ea0e79, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@64ea0e79]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7555 tconstruct:tools/forge/blockfiery RecipeStage{tier='two', recipe=1xtile.tconstruct.toolforge@0:[net.minecraft.item.crafting.Ingredient@5f8cfc81, net.minecraft.item.crafting.Ingredient@5f8cfc81, net.minecraft.item.crafting.Ingredient@5f8cfc81, net.minecraftforge.oredict.OreIngredient@55fac74b, net.minecraft.item.crafting.Ingredient@479352b4, net.minecraftforge.oredict.OreIngredient@55fac74b, net.minecraftforge.oredict.OreIngredient@55fac74b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@55fac74b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7556 tconstruct:tools/forge/blockiron RecipeStage{tier='two', recipe=1xtile.tconstruct.toolforge@0:[net.minecraft.item.crafting.Ingredient@1ab52349, net.minecraft.item.crafting.Ingredient@1ab52349, net.minecraft.item.crafting.Ingredient@1ab52349, net.minecraftforge.oredict.OreIngredient@476ec459, net.minecraft.item.crafting.Ingredient@51e122a1, net.minecraftforge.oredict.OreIngredient@476ec459, net.minecraftforge.oredict.OreIngredient@476ec459, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@476ec459]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7557 tconstruct:tools/forge/blockpigiron RecipeStage{tier='four', recipe=1xtile.tconstruct.toolforge@0:[net.minecraft.item.crafting.Ingredient@792146dd, net.minecraft.item.crafting.Ingredient@792146dd, net.minecraft.item.crafting.Ingredient@792146dd, net.minecraftforge.oredict.OreIngredient@210d8772, net.minecraft.item.crafting.Ingredient@5c166986, net.minecraftforge.oredict.OreIngredient@210d8772, net.minecraftforge.oredict.OreIngredient@210d8772, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@210d8772]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7558 tconstruct:tools/forge/blockknightslime RecipeStage{tier='three', recipe=1xtile.tconstruct.toolforge@0:[net.minecraft.item.crafting.Ingredient@4a0153ea, net.minecraft.item.crafting.Ingredient@4a0153ea, net.minecraft.item.crafting.Ingredient@4a0153ea, net.minecraftforge.oredict.OreIngredient@25345975, net.minecraft.item.crafting.Ingredient@2704ba86, net.minecraftforge.oredict.OreIngredient@25345975, net.minecraftforge.oredict.OreIngredient@25345975, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@25345975]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7559 tconstruct:tools/forge/blockalubrass RecipeStage{tier='three', recipe=1xtile.tconstruct.toolforge@0:[net.minecraft.item.crafting.Ingredient@349fbe02, net.minecraft.item.crafting.Ingredient@349fbe02, net.minecraft.item.crafting.Ingredient@349fbe02, net.minecraftforge.oredict.OreIngredient@364de29d, net.minecraft.item.crafting.Ingredient@c6573a5, net.minecraftforge.oredict.OreIngredient@364de29d, net.minecraftforge.oredict.OreIngredient@364de29d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@364de29d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7560 tconstruct:tools/forge/blockcobalt RecipeStage{tier='four', recipe=1xtile.tconstruct.toolforge@0:[net.minecraft.item.crafting.Ingredient@129d5faa, net.minecraft.item.crafting.Ingredient@129d5faa, net.minecraft.item.crafting.Ingredient@129d5faa, net.minecraftforge.oredict.OreIngredient@3542fe07, net.minecraft.item.crafting.Ingredient@69809af6, net.minecraftforge.oredict.OreIngredient@3542fe07, net.minecraftforge.oredict.OreIngredient@3542fe07, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3542fe07]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7561 tconstruct:tools/forge/blockardite RecipeStage{tier='four', recipe=1xtile.tconstruct.toolforge@0:[net.minecraft.item.crafting.Ingredient@109c518a, net.minecraft.item.crafting.Ingredient@109c518a, net.minecraft.item.crafting.Ingredient@109c518a, net.minecraftforge.oredict.OreIngredient@7da62e45, net.minecraft.item.crafting.Ingredient@15f5a7b1, net.minecraftforge.oredict.OreIngredient@7da62e45, net.minecraftforge.oredict.OreIngredient@7da62e45, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7da62e45]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7562 tconstruct:tools/forge/blockmanyullyn RecipeStage{tier='four', recipe=1xtile.tconstruct.toolforge@0:[net.minecraft.item.crafting.Ingredient@78c81fe2, net.minecraft.item.crafting.Ingredient@78c81fe2, net.minecraft.item.crafting.Ingredient@78c81fe2, net.minecraftforge.oredict.OreIngredient@40b8e765, net.minecraft.item.crafting.Ingredient@10c93c76, net.minecraftforge.oredict.OreIngredient@40b8e765, net.minecraftforge.oredict.OreIngredient@40b8e765, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@40b8e765]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7563 tconstruct:tools/forge/blockcopper RecipeStage{tier='two', recipe=1xtile.tconstruct.toolforge@0:[net.minecraft.item.crafting.Ingredient@1df94791, net.minecraft.item.crafting.Ingredient@1df94791, net.minecraft.item.crafting.Ingredient@1df94791, net.minecraftforge.oredict.OreIngredient@440af2d4, net.minecraft.item.crafting.Ingredient@776db28e, net.minecraftforge.oredict.OreIngredient@440af2d4, net.minecraftforge.oredict.OreIngredient@440af2d4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@440af2d4]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7564 tconstruct:tools/forge/blockbronze RecipeStage{tier='two', recipe=1xtile.tconstruct.toolforge@0:[net.minecraft.item.crafting.Ingredient@413ce405, net.minecraft.item.crafting.Ingredient@413ce405, net.minecraft.item.crafting.Ingredient@413ce405, net.minecraftforge.oredict.OreIngredient@5bdfc76e, net.minecraft.item.crafting.Ingredient@5723fe68, net.minecraftforge.oredict.OreIngredient@5bdfc76e, net.minecraftforge.oredict.OreIngredient@5bdfc76e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5bdfc76e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7565 tconstruct:tools/forge/blocklead RecipeStage{tier='three', recipe=1xtile.tconstruct.toolforge@0:[net.minecraft.item.crafting.Ingredient@1fa6de16, net.minecraft.item.crafting.Ingredient@1fa6de16, net.minecraft.item.crafting.Ingredient@1fa6de16, net.minecraftforge.oredict.OreIngredient@573eb334, net.minecraft.item.crafting.Ingredient@215b7b43, net.minecraftforge.oredict.OreIngredient@573eb334, net.minecraftforge.oredict.OreIngredient@573eb334, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@573eb334]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7566 tconstruct:tools/forge/blocksilver RecipeStage{tier='two', recipe=1xtile.tconstruct.toolforge@0:[net.minecraft.item.crafting.Ingredient@2c144709, net.minecraft.item.crafting.Ingredient@2c144709, net.minecraft.item.crafting.Ingredient@2c144709, net.minecraftforge.oredict.OreIngredient@56efa0ab, net.minecraft.item.crafting.Ingredient@723b109, net.minecraftforge.oredict.OreIngredient@56efa0ab, net.minecraftforge.oredict.OreIngredient@56efa0ab, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@56efa0ab]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7567 tconstruct:tools/forge/blockelectrum RecipeStage{tier='three', recipe=1xtile.tconstruct.toolforge@0:[net.minecraft.item.crafting.Ingredient@23470502, net.minecraft.item.crafting.Ingredient@23470502, net.minecraft.item.crafting.Ingredient@23470502, net.minecraftforge.oredict.OreIngredient@3976539a, net.minecraft.item.crafting.Ingredient@1ed9710a, net.minecraftforge.oredict.OreIngredient@3976539a, net.minecraftforge.oredict.OreIngredient@3976539a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3976539a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7568 tconstruct:tools/forge/blocksteel RecipeStage{tier='three', recipe=1xtile.tconstruct.toolforge@0:[net.minecraft.item.crafting.Ingredient@364048ee, net.minecraft.item.crafting.Ingredient@364048ee, net.minecraft.item.crafting.Ingredient@364048ee, net.minecraftforge.oredict.OreIngredient@63c43e0d, net.minecraft.item.crafting.Ingredient@6f591bd3, net.minecraftforge.oredict.OreIngredient@63c43e0d, net.minecraftforge.oredict.OreIngredient@63c43e0d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@63c43e0d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7569 tconstruct:tools/forge/blockgold RecipeStage{tier='two', recipe=1xtile.tconstruct.toolforge@0:[net.minecraft.item.crafting.Ingredient@2d3be04e, net.minecraft.item.crafting.Ingredient@2d3be04e, net.minecraft.item.crafting.Ingredient@2d3be04e, net.minecraftforge.oredict.OreIngredient@a1bf1b9, net.minecraft.item.crafting.Ingredient@2491472c, net.minecraftforge.oredict.OreIngredient@a1bf1b9, net.minecraftforge.oredict.OreIngredient@a1bf1b9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@a1bf1b9]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7570 tconstruct:tools/forge/blockbrass slimeknights.tconstruct.tools.common.TableRecipeFactory$TableRecipe@123520d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7571 tconstruct:tools/forge/blocktin RecipeStage{tier='two', recipe=1xtile.tconstruct.toolforge@0:[net.minecraft.item.crafting.Ingredient@1bc75bf7, net.minecraft.item.crafting.Ingredient@1bc75bf7, net.minecraft.item.crafting.Ingredient@1bc75bf7, net.minecraftforge.oredict.OreIngredient@730a92ca, net.minecraft.item.crafting.Ingredient@68a2159c, net.minecraftforge.oredict.OreIngredient@730a92ca, net.minecraftforge.oredict.OreIngredient@730a92ca, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@730a92ca]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7572 tconstruct:tools/forge/blocknickel RecipeStage{tier='three', recipe=1xtile.tconstruct.toolforge@0:[net.minecraft.item.crafting.Ingredient@5f21b8d7, net.minecraft.item.crafting.Ingredient@5f21b8d7, net.minecraft.item.crafting.Ingredient@5f21b8d7, net.minecraftforge.oredict.OreIngredient@2757585a, net.minecraft.item.crafting.Ingredient@66fa5925, net.minecraftforge.oredict.OreIngredient@2757585a, net.minecraftforge.oredict.OreIngredient@2757585a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2757585a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7574 tconstruct:tools/forge/blockaluminum RecipeStage{tier='three', recipe=1xtile.tconstruct.toolforge@0:[net.minecraft.item.crafting.Ingredient@41196304, net.minecraft.item.crafting.Ingredient@41196304, net.minecraft.item.crafting.Ingredient@41196304, net.minecraftforge.oredict.OreIngredient@624332f0, net.minecraft.item.crafting.Ingredient@81acb90, net.minecraftforge.oredict.OreIngredient@624332f0, net.minecraftforge.oredict.OreIngredient@624332f0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@624332f0]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7575 tconstruct:tools/forge/blockabyssalnite RecipeStage{tier='two', recipe=1xtile.tconstruct.toolforge@0:[net.minecraft.item.crafting.Ingredient@1bb1e31, net.minecraft.item.crafting.Ingredient@1bb1e31, net.minecraft.item.crafting.Ingredient@1bb1e31, net.minecraftforge.oredict.OreIngredient@5f2303dd, net.minecraft.item.crafting.Ingredient@56ee5fdf, net.minecraftforge.oredict.OreIngredient@5f2303dd, net.minecraftforge.oredict.OreIngredient@5f2303dd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5f2303dd]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7576 tconstruct:tools/forge/blockliquifiedcoralium RecipeStage{tier='two', recipe=1xtile.tconstruct.toolforge@0:[net.minecraft.item.crafting.Ingredient@11f3966f, net.minecraft.item.crafting.Ingredient@11f3966f, net.minecraft.item.crafting.Ingredient@11f3966f, net.minecraftforge.oredict.OreIngredient@35c72329, net.minecraft.item.crafting.Ingredient@6e38763a, net.minecraftforge.oredict.OreIngredient@35c72329, net.minecraftforge.oredict.OreIngredient@35c72329, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@35c72329]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7577 tconstruct:tools/forge/blockdreadium RecipeStage{tier='two', recipe=1xtile.tconstruct.toolforge@0:[net.minecraft.item.crafting.Ingredient@73e6b605, net.minecraft.item.crafting.Ingredient@73e6b605, net.minecraft.item.crafting.Ingredient@73e6b605, net.minecraftforge.oredict.OreIngredient@5e4297e5, net.minecraft.item.crafting.Ingredient@6167c216, net.minecraftforge.oredict.OreIngredient@5e4297e5, net.minecraftforge.oredict.OreIngredient@5e4297e5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5e4297e5]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7578 tconstruct:tools/forge/blockconstantan RecipeStage{tier='three', recipe=1xtile.tconstruct.toolforge@0:[net.minecraft.item.crafting.Ingredient@324e199c, net.minecraft.item.crafting.Ingredient@324e199c, net.minecraft.item.crafting.Ingredient@324e199c, net.minecraftforge.oredict.OreIngredient@6d660ab1, net.minecraft.item.crafting.Ingredient@1fa141e1, net.minecraftforge.oredict.OreIngredient@6d660ab1, net.minecraftforge.oredict.OreIngredient@6d660ab1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6d660ab1]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7580 animalium:recipe_bear_claw_paxel RecipeStage{tier='zero', recipe=1xitem.animalium.bear_claw_paxel@0:[net.minecraft.item.crafting.Ingredient@20775fdd, net.minecraft.item.crafting.Ingredient@20775fdd, net.minecraft.item.crafting.Ingredient@20775fdd, net.minecraft.item.crafting.Ingredient@20775fdd, net.minecraftforge.oredict.OreIngredient@35da8479, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@20775fdd, net.minecraftforge.oredict.OreIngredient@35da8479, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7583 antiqueatlas:atlas_clone hunternif.mc.atlas.item.RecipeAtlasCloning@79bc7e92 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7584 antiqueatlas:atlas_combine hunternif.mc.atlas.item.RecipeAtlasCombining@57ce7b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7585 immersiveengineering:banners blusunrize.immersiveengineering.common.crafting.RecipeBannerAdvanced@6b4f84 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7586 immersiveengineering:revolver_loop blusunrize.immersiveengineering.common.crafting.RecipeRevolver@585c9dd9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7587 immersiveengineering:speedloader_load RecipeStage{tier='three', recipe=1xitem.immersiveengineering.speedloader@0:[net.minecraft.item.crafting.Ingredient@75578f72, net.minecraft.item.crafting.Ingredient@75578f72, net.minecraft.item.crafting.Ingredient@75578f72, net.minecraft.item.crafting.Ingredient@75578f72, net.minecraft.item.crafting.Ingredient@27952b4c, net.minecraft.item.crafting.Ingredient@75578f72, net.minecraft.item.crafting.Ingredient@75578f72, net.minecraft.item.crafting.Ingredient@75578f72, net.minecraft.item.crafting.Ingredient@75578f72]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7588 immersiveengineering:jerrycan blusunrize.immersiveengineering.common.crafting.RecipeJerrycan@6b7fcef0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7589 immersiveengineering:shader_bags blusunrize.immersiveengineering.common.crafting.RecipeShaderBags@50a0baba +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7590 immersiveengineering:earmuffs blusunrize.immersiveengineering.common.crafting.RecipeEarmuffs@3bd88ec8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7591 immersiveengineering:powerpack RecipeStage{tier='three', recipe=1xitem.immersiveengineering.powerpack@0:[]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7592 immersiveengineering:stripcurtain_colour blusunrize.immersiveengineering.common.crafting.RecipeRGBColouration@6ce2e5df +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7593 immersiveengineering:bullet_potion RecipeStage{tier='three', recipe=1xitem.immersiveengineering.bullet@2:[]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7594 immersiveengineering:potion_flare RecipeStage{tier='three', recipe=1xitem.immersiveengineering.bullet@2:[]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7595 mekanism:bin mekanism.common.recipe.BinRecipe@445f4dd9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7596 appliedenergistics2:disassemble appeng.recipes.game.DisassembleRecipe@76d67ea9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7597 appliedenergistics2:facade appeng.recipes.game.FacadeRecipe@1f9cf707 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7598 quark:elytra_dyeing RecipeStage{tier='four', recipe=1xitem.elytra@0:[net.minecraft.item.crafting.Ingredient@73179fa1, net.minecraft.item.crafting.Ingredient@54ed4033]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7599 quark:firework_cloning RecipeStage{tier='two', recipe=1xitem.fireworks@0:[net.minecraft.item.crafting.Ingredient@5315aeae, net.minecraft.item.crafting.Ingredient@5c0ede6c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7600 quark:polished_stone RecipeStage{tier='one', recipe=2xtile.polished_stone@0:[net.minecraft.item.crafting.Ingredient@6b06cbe4, net.minecraft.item.crafting.Ingredient@6b06cbe4, net.minecraft.item.crafting.Ingredient@6b06cbe4, net.minecraft.item.crafting.Ingredient@6b06cbe4]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7602 quark:stone_wall RecipeStage{tier='zero', recipe=6xtile.stone_wall@0:[net.minecraft.item.crafting.Ingredient@3a1456c3, net.minecraft.item.crafting.Ingredient@3a1456c3, net.minecraft.item.crafting.Ingredient@3a1456c3, net.minecraft.item.crafting.Ingredient@3a1456c3, net.minecraft.item.crafting.Ingredient@3a1456c3, net.minecraft.item.crafting.Ingredient@3a1456c3]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7603 quark:stone_granite_wall RecipeStage{tier='zero', recipe=6xtile.stone_granite_wall@0:[net.minecraft.item.crafting.Ingredient@4ed4a27b, net.minecraft.item.crafting.Ingredient@4ed4a27b, net.minecraft.item.crafting.Ingredient@4ed4a27b, net.minecraft.item.crafting.Ingredient@4ed4a27b, net.minecraft.item.crafting.Ingredient@4ed4a27b, net.minecraft.item.crafting.Ingredient@4ed4a27b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7604 quark:stone_diorite_wall RecipeStage{tier='zero', recipe=6xtile.stone_diorite_wall@0:[net.minecraft.item.crafting.Ingredient@2bdf6d8b, net.minecraft.item.crafting.Ingredient@2bdf6d8b, net.minecraft.item.crafting.Ingredient@2bdf6d8b, net.minecraft.item.crafting.Ingredient@2bdf6d8b, net.minecraft.item.crafting.Ingredient@2bdf6d8b, net.minecraft.item.crafting.Ingredient@2bdf6d8b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7605 quark:stone_andesite_wall RecipeStage{tier='zero', recipe=6xtile.stone_andesite_wall@0:[net.minecraft.item.crafting.Ingredient@7e90c028, net.minecraft.item.crafting.Ingredient@7e90c028, net.minecraft.item.crafting.Ingredient@7e90c028, net.minecraft.item.crafting.Ingredient@7e90c028, net.minecraft.item.crafting.Ingredient@7e90c028, net.minecraft.item.crafting.Ingredient@7e90c028]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7606 quark:sandstone_wall RecipeStage{tier='zero', recipe=6xtile.sandstone_wall@0:[net.minecraft.item.crafting.Ingredient@15fba1c1, net.minecraft.item.crafting.Ingredient@15fba1c1, net.minecraft.item.crafting.Ingredient@15fba1c1, net.minecraft.item.crafting.Ingredient@15fba1c1, net.minecraft.item.crafting.Ingredient@15fba1c1, net.minecraft.item.crafting.Ingredient@15fba1c1]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7607 quark:red_sandstone_wall RecipeStage{tier='zero', recipe=6xtile.red_sandstone_wall@0:[net.minecraft.item.crafting.Ingredient@27f99121, net.minecraft.item.crafting.Ingredient@27f99121, net.minecraft.item.crafting.Ingredient@27f99121, net.minecraft.item.crafting.Ingredient@27f99121, net.minecraft.item.crafting.Ingredient@27f99121, net.minecraft.item.crafting.Ingredient@27f99121]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7608 quark:stonebrick_wall RecipeStage{tier='two', recipe=6xtile.stonebrick_wall@0:[net.minecraft.item.crafting.Ingredient@357f8203, net.minecraft.item.crafting.Ingredient@357f8203, net.minecraft.item.crafting.Ingredient@357f8203, net.minecraft.item.crafting.Ingredient@357f8203, net.minecraft.item.crafting.Ingredient@357f8203, net.minecraft.item.crafting.Ingredient@357f8203]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7609 quark:brick_wall RecipeStage{tier='two', recipe=6xtile.brick_wall@0:[net.minecraft.item.crafting.Ingredient@46d9ba6b, net.minecraft.item.crafting.Ingredient@46d9ba6b, net.minecraft.item.crafting.Ingredient@46d9ba6b, net.minecraft.item.crafting.Ingredient@46d9ba6b, net.minecraft.item.crafting.Ingredient@46d9ba6b, net.minecraft.item.crafting.Ingredient@46d9ba6b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7610 quark:quartz_wall RecipeStage{tier='three', recipe=6xtile.quartz_wall@0:[net.minecraft.item.crafting.Ingredient@452db367, net.minecraft.item.crafting.Ingredient@452db367, net.minecraft.item.crafting.Ingredient@452db367, net.minecraft.item.crafting.Ingredient@452db367, net.minecraft.item.crafting.Ingredient@452db367, net.minecraft.item.crafting.Ingredient@452db367]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7611 quark:prismarine_rough_wall RecipeStage{tier='zero', recipe=6xtile.prismarine_rough_wall@0:[net.minecraft.item.crafting.Ingredient@392b5d3b, net.minecraft.item.crafting.Ingredient@392b5d3b, net.minecraft.item.crafting.Ingredient@392b5d3b, net.minecraft.item.crafting.Ingredient@392b5d3b, net.minecraft.item.crafting.Ingredient@392b5d3b, net.minecraft.item.crafting.Ingredient@392b5d3b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7612 quark:purpur_block_wall RecipeStage{tier='four', recipe=6xtile.purpur_block_wall@0:[net.minecraft.item.crafting.Ingredient@7eee8e4a, net.minecraft.item.crafting.Ingredient@7eee8e4a, net.minecraft.item.crafting.Ingredient@7eee8e4a, net.minecraft.item.crafting.Ingredient@7eee8e4a, net.minecraft.item.crafting.Ingredient@7eee8e4a, net.minecraft.item.crafting.Ingredient@7eee8e4a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7613 quark:end_bricks_wall RecipeStage{tier='four', recipe=6xtile.end_bricks_wall@0:[net.minecraft.item.crafting.Ingredient@64d7af16, net.minecraft.item.crafting.Ingredient@64d7af16, net.minecraft.item.crafting.Ingredient@64d7af16, net.minecraft.item.crafting.Ingredient@64d7af16, net.minecraft.item.crafting.Ingredient@64d7af16, net.minecraft.item.crafting.Ingredient@64d7af16]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7614 quark:hardened_clay_tiles_stairs RecipeStage{tier='one', recipe=4xtile.hardened_clay_tiles_stairs@0:[net.minecraft.item.crafting.Ingredient@3ee582db, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3ee582db, net.minecraft.item.crafting.Ingredient@3ee582db, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3ee582db, net.minecraft.item.crafting.Ingredient@3ee582db, net.minecraft.item.crafting.Ingredient@3ee582db]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7615 quark:hardened_clay_tiles_slab RecipeStage{tier='one', recipe=6xtile.hardened_clay_tiles_slab@0:[net.minecraft.item.crafting.Ingredient@65b548fa, net.minecraft.item.crafting.Ingredient@65b548fa, net.minecraft.item.crafting.Ingredient@65b548fa]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7616 quark:hardened_clay_tiles RecipeStage{tier='one', recipe=4xtile.hardened_clay_tiles@0:[net.minecraft.item.crafting.Ingredient@abc0bb5, net.minecraft.item.crafting.Ingredient@abc0bb5, net.minecraft.item.crafting.Ingredient@abc0bb5, net.minecraft.item.crafting.Ingredient@abc0bb5]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7617 quark:stained_clay_tiles_white_stairs RecipeStage{tier='one', recipe=4xtile.stained_clay_tiles_white_stairs@0:[net.minecraft.item.crafting.Ingredient@48bff471, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@48bff471, net.minecraft.item.crafting.Ingredient@48bff471, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@48bff471, net.minecraft.item.crafting.Ingredient@48bff471, net.minecraft.item.crafting.Ingredient@48bff471]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7618 quark:stained_clay_tiles_orange_stairs RecipeStage{tier='one', recipe=4xtile.stained_clay_tiles_orange_stairs@0:[net.minecraft.item.crafting.Ingredient@6d7ce130, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6d7ce130, net.minecraft.item.crafting.Ingredient@6d7ce130, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6d7ce130, net.minecraft.item.crafting.Ingredient@6d7ce130, net.minecraft.item.crafting.Ingredient@6d7ce130]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7619 quark:stained_clay_tiles_magenta_stairs RecipeStage{tier='one', recipe=4xtile.stained_clay_tiles_magenta_stairs@0:[net.minecraft.item.crafting.Ingredient@38e8e4ba, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@38e8e4ba, net.minecraft.item.crafting.Ingredient@38e8e4ba, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@38e8e4ba, net.minecraft.item.crafting.Ingredient@38e8e4ba, net.minecraft.item.crafting.Ingredient@38e8e4ba]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7620 quark:stained_clay_tiles_light_blue_stairs RecipeStage{tier='one', recipe=4xtile.stained_clay_tiles_light_blue_stairs@0:[net.minecraft.item.crafting.Ingredient@79bd8945, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@79bd8945, net.minecraft.item.crafting.Ingredient@79bd8945, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@79bd8945, net.minecraft.item.crafting.Ingredient@79bd8945, net.minecraft.item.crafting.Ingredient@79bd8945]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7621 quark:stained_clay_tiles_yellow_stairs RecipeStage{tier='one', recipe=4xtile.stained_clay_tiles_yellow_stairs@0:[net.minecraft.item.crafting.Ingredient@4ddf3c4d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4ddf3c4d, net.minecraft.item.crafting.Ingredient@4ddf3c4d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4ddf3c4d, net.minecraft.item.crafting.Ingredient@4ddf3c4d, net.minecraft.item.crafting.Ingredient@4ddf3c4d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7622 quark:stained_clay_tiles_lime_stairs RecipeStage{tier='one', recipe=4xtile.stained_clay_tiles_lime_stairs@0:[net.minecraft.item.crafting.Ingredient@7ec54d3c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7ec54d3c, net.minecraft.item.crafting.Ingredient@7ec54d3c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7ec54d3c, net.minecraft.item.crafting.Ingredient@7ec54d3c, net.minecraft.item.crafting.Ingredient@7ec54d3c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7623 quark:stained_clay_tiles_pink_stairs RecipeStage{tier='one', recipe=4xtile.stained_clay_tiles_pink_stairs@0:[net.minecraft.item.crafting.Ingredient@58f057af, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@58f057af, net.minecraft.item.crafting.Ingredient@58f057af, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@58f057af, net.minecraft.item.crafting.Ingredient@58f057af, net.minecraft.item.crafting.Ingredient@58f057af]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7624 quark:stained_clay_tiles_gray_stairs RecipeStage{tier='one', recipe=4xtile.stained_clay_tiles_gray_stairs@0:[net.minecraft.item.crafting.Ingredient@d62acf0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@d62acf0, net.minecraft.item.crafting.Ingredient@d62acf0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@d62acf0, net.minecraft.item.crafting.Ingredient@d62acf0, net.minecraft.item.crafting.Ingredient@d62acf0]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7625 quark:stained_clay_tiles_silver_stairs RecipeStage{tier='one', recipe=4xtile.stained_clay_tiles_silver_stairs@0:[net.minecraft.item.crafting.Ingredient@3aadca9f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3aadca9f, net.minecraft.item.crafting.Ingredient@3aadca9f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3aadca9f, net.minecraft.item.crafting.Ingredient@3aadca9f, net.minecraft.item.crafting.Ingredient@3aadca9f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7626 quark:stained_clay_tiles_cyan_stairs RecipeStage{tier='one', recipe=4xtile.stained_clay_tiles_cyan_stairs@0:[net.minecraft.item.crafting.Ingredient@11184e05, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@11184e05, net.minecraft.item.crafting.Ingredient@11184e05, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@11184e05, net.minecraft.item.crafting.Ingredient@11184e05, net.minecraft.item.crafting.Ingredient@11184e05]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7627 quark:stained_clay_tiles_purple_stairs RecipeStage{tier='one', recipe=4xtile.stained_clay_tiles_purple_stairs@0:[net.minecraft.item.crafting.Ingredient@2d2a6c80, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2d2a6c80, net.minecraft.item.crafting.Ingredient@2d2a6c80, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2d2a6c80, net.minecraft.item.crafting.Ingredient@2d2a6c80, net.minecraft.item.crafting.Ingredient@2d2a6c80]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7628 quark:stained_clay_tiles_blue_stairs RecipeStage{tier='one', recipe=4xtile.stained_clay_tiles_blue_stairs@0:[net.minecraft.item.crafting.Ingredient@714c5462, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@714c5462, net.minecraft.item.crafting.Ingredient@714c5462, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@714c5462, net.minecraft.item.crafting.Ingredient@714c5462, net.minecraft.item.crafting.Ingredient@714c5462]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7629 quark:stained_clay_tiles_brown_stairs RecipeStage{tier='one', recipe=4xtile.stained_clay_tiles_brown_stairs@0:[net.minecraft.item.crafting.Ingredient@603f3373, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@603f3373, net.minecraft.item.crafting.Ingredient@603f3373, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@603f3373, net.minecraft.item.crafting.Ingredient@603f3373, net.minecraft.item.crafting.Ingredient@603f3373]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7630 quark:stained_clay_tiles_green_stairs RecipeStage{tier='one', recipe=4xtile.stained_clay_tiles_green_stairs@0:[net.minecraft.item.crafting.Ingredient@7170b52b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7170b52b, net.minecraft.item.crafting.Ingredient@7170b52b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7170b52b, net.minecraft.item.crafting.Ingredient@7170b52b, net.minecraft.item.crafting.Ingredient@7170b52b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7631 quark:stained_clay_tiles_red_stairs RecipeStage{tier='one', recipe=4xtile.stained_clay_tiles_red_stairs@0:[net.minecraft.item.crafting.Ingredient@2f635f3c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2f635f3c, net.minecraft.item.crafting.Ingredient@2f635f3c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2f635f3c, net.minecraft.item.crafting.Ingredient@2f635f3c, net.minecraft.item.crafting.Ingredient@2f635f3c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7632 quark:stained_clay_tiles_black_stairs RecipeStage{tier='one', recipe=4xtile.stained_clay_tiles_black_stairs@0:[net.minecraft.item.crafting.Ingredient@431ab2e4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@431ab2e4, net.minecraft.item.crafting.Ingredient@431ab2e4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@431ab2e4, net.minecraft.item.crafting.Ingredient@431ab2e4, net.minecraft.item.crafting.Ingredient@431ab2e4]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7633 quark:stained_clay_tiles_white_slab RecipeStage{tier='one', recipe=6xtile.stained_clay_tiles_white_slab@0:[net.minecraft.item.crafting.Ingredient@fae936f, net.minecraft.item.crafting.Ingredient@fae936f, net.minecraft.item.crafting.Ingredient@fae936f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7634 quark:stained_clay_tiles_orange_slab RecipeStage{tier='one', recipe=6xtile.stained_clay_tiles_orange_slab@0:[net.minecraft.item.crafting.Ingredient@40e606ae, net.minecraft.item.crafting.Ingredient@40e606ae, net.minecraft.item.crafting.Ingredient@40e606ae]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7635 quark:stained_clay_tiles_magenta_slab RecipeStage{tier='one', recipe=6xtile.stained_clay_tiles_magenta_slab@0:[net.minecraft.item.crafting.Ingredient@74f09e62, net.minecraft.item.crafting.Ingredient@74f09e62, net.minecraft.item.crafting.Ingredient@74f09e62]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7636 quark:stained_clay_tiles_light_blue_slab RecipeStage{tier='one', recipe=6xtile.stained_clay_tiles_light_blue_slab@0:[net.minecraft.item.crafting.Ingredient@255cf886, net.minecraft.item.crafting.Ingredient@255cf886, net.minecraft.item.crafting.Ingredient@255cf886]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7637 quark:stained_clay_tiles_yellow_slab RecipeStage{tier='one', recipe=6xtile.stained_clay_tiles_yellow_slab@0:[net.minecraft.item.crafting.Ingredient@4d58bbdf, net.minecraft.item.crafting.Ingredient@4d58bbdf, net.minecraft.item.crafting.Ingredient@4d58bbdf]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7638 quark:stained_clay_tiles_lime_slab RecipeStage{tier='one', recipe=6xtile.stained_clay_tiles_lime_slab@0:[net.minecraft.item.crafting.Ingredient@52d5c5ec, net.minecraft.item.crafting.Ingredient@52d5c5ec, net.minecraft.item.crafting.Ingredient@52d5c5ec]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7639 quark:stained_clay_tiles_pink_slab RecipeStage{tier='one', recipe=6xtile.stained_clay_tiles_pink_slab@0:[net.minecraft.item.crafting.Ingredient@760a100d, net.minecraft.item.crafting.Ingredient@760a100d, net.minecraft.item.crafting.Ingredient@760a100d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7640 quark:stained_clay_tiles_gray_slab RecipeStage{tier='one', recipe=6xtile.stained_clay_tiles_gray_slab@0:[net.minecraft.item.crafting.Ingredient@c2f1d4f, net.minecraft.item.crafting.Ingredient@c2f1d4f, net.minecraft.item.crafting.Ingredient@c2f1d4f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7641 quark:stained_clay_tiles_silver_slab RecipeStage{tier='one', recipe=6xtile.stained_clay_tiles_silver_slab@0:[net.minecraft.item.crafting.Ingredient@528019fd, net.minecraft.item.crafting.Ingredient@528019fd, net.minecraft.item.crafting.Ingredient@528019fd]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7642 quark:stained_clay_tiles_cyan_slab RecipeStage{tier='one', recipe=6xtile.stained_clay_tiles_cyan_slab@0:[net.minecraft.item.crafting.Ingredient@6975d8f2, net.minecraft.item.crafting.Ingredient@6975d8f2, net.minecraft.item.crafting.Ingredient@6975d8f2]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7643 quark:stained_clay_tiles_purple_slab RecipeStage{tier='one', recipe=6xtile.stained_clay_tiles_purple_slab@0:[net.minecraft.item.crafting.Ingredient@473855ac, net.minecraft.item.crafting.Ingredient@473855ac, net.minecraft.item.crafting.Ingredient@473855ac]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7644 quark:stained_clay_tiles_blue_slab RecipeStage{tier='one', recipe=6xtile.stained_clay_tiles_blue_slab@0:[net.minecraft.item.crafting.Ingredient@5be6fb24, net.minecraft.item.crafting.Ingredient@5be6fb24, net.minecraft.item.crafting.Ingredient@5be6fb24]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7645 quark:stained_clay_tiles_brown_slab RecipeStage{tier='one', recipe=6xtile.stained_clay_tiles_brown_slab@0:[net.minecraft.item.crafting.Ingredient@5edddafc, net.minecraft.item.crafting.Ingredient@5edddafc, net.minecraft.item.crafting.Ingredient@5edddafc]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7646 quark:stained_clay_tiles_green_slab RecipeStage{tier='one', recipe=6xtile.stained_clay_tiles_green_slab@0:[net.minecraft.item.crafting.Ingredient@5ca093aa, net.minecraft.item.crafting.Ingredient@5ca093aa, net.minecraft.item.crafting.Ingredient@5ca093aa]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7647 quark:stained_clay_tiles_red_slab RecipeStage{tier='one', recipe=6xtile.stained_clay_tiles_red_slab@0:[net.minecraft.item.crafting.Ingredient@7188844d, net.minecraft.item.crafting.Ingredient@7188844d, net.minecraft.item.crafting.Ingredient@7188844d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7648 quark:stained_clay_tiles_black_slab RecipeStage{tier='one', recipe=6xtile.stained_clay_tiles_black_slab@0:[net.minecraft.item.crafting.Ingredient@2a8042b9, net.minecraft.item.crafting.Ingredient@2a8042b9, net.minecraft.item.crafting.Ingredient@2a8042b9]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7649 quark:stained_clay_tiles RecipeStage{tier='one', recipe=4xtile.stained_clay_tiles@0:[net.minecraft.item.crafting.Ingredient@4d094fa8, net.minecraft.item.crafting.Ingredient@4d094fa8, net.minecraft.item.crafting.Ingredient@4d094fa8, net.minecraft.item.crafting.Ingredient@4d094fa8]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7650 quark:stained_clay_tiles_1 RecipeStage{tier='one', recipe=8xtile.stained_clay_tiles@0:[net.minecraft.item.crafting.Ingredient@2d90483d, net.minecraft.item.crafting.Ingredient@2d90483d, net.minecraft.item.crafting.Ingredient@2d90483d, net.minecraft.item.crafting.Ingredient@2d90483d, net.minecraftforge.oredict.OreIngredient@7d6d4729, net.minecraft.item.crafting.Ingredient@2d90483d, net.minecraft.item.crafting.Ingredient@2d90483d, net.minecraft.item.crafting.Ingredient@2d90483d, net.minecraft.item.crafting.Ingredient@2d90483d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7651 quark:stained_clay_tiles_2 RecipeStage{tier='one', recipe=4xtile.stained_clay_tiles@1:[net.minecraft.item.crafting.Ingredient@e8d8263, net.minecraft.item.crafting.Ingredient@e8d8263, net.minecraft.item.crafting.Ingredient@e8d8263, net.minecraft.item.crafting.Ingredient@e8d8263]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7652 quark:stained_clay_tiles_3 RecipeStage{tier='one', recipe=8xtile.stained_clay_tiles@1:[net.minecraft.item.crafting.Ingredient@3d6bc0e2, net.minecraft.item.crafting.Ingredient@3d6bc0e2, net.minecraft.item.crafting.Ingredient@3d6bc0e2, net.minecraft.item.crafting.Ingredient@3d6bc0e2, net.minecraftforge.oredict.OreIngredient@1295a6d2, net.minecraft.item.crafting.Ingredient@3d6bc0e2, net.minecraft.item.crafting.Ingredient@3d6bc0e2, net.minecraft.item.crafting.Ingredient@3d6bc0e2, net.minecraft.item.crafting.Ingredient@3d6bc0e2]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7653 quark:stained_clay_tiles_4 RecipeStage{tier='one', recipe=4xtile.stained_clay_tiles@2:[net.minecraft.item.crafting.Ingredient@556efa6, net.minecraft.item.crafting.Ingredient@556efa6, net.minecraft.item.crafting.Ingredient@556efa6, net.minecraft.item.crafting.Ingredient@556efa6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7654 quark:stained_clay_tiles_5 RecipeStage{tier='one', recipe=8xtile.stained_clay_tiles@2:[net.minecraft.item.crafting.Ingredient@672aebf5, net.minecraft.item.crafting.Ingredient@672aebf5, net.minecraft.item.crafting.Ingredient@672aebf5, net.minecraft.item.crafting.Ingredient@672aebf5, net.minecraftforge.oredict.OreIngredient@4a54b22, net.minecraft.item.crafting.Ingredient@672aebf5, net.minecraft.item.crafting.Ingredient@672aebf5, net.minecraft.item.crafting.Ingredient@672aebf5, net.minecraft.item.crafting.Ingredient@672aebf5]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7655 quark:stained_clay_tiles_6 RecipeStage{tier='one', recipe=4xtile.stained_clay_tiles@3:[net.minecraft.item.crafting.Ingredient@3b39de52, net.minecraft.item.crafting.Ingredient@3b39de52, net.minecraft.item.crafting.Ingredient@3b39de52, net.minecraft.item.crafting.Ingredient@3b39de52]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7656 quark:stained_clay_tiles_7 RecipeStage{tier='one', recipe=8xtile.stained_clay_tiles@3:[net.minecraft.item.crafting.Ingredient@9a02d4c, net.minecraft.item.crafting.Ingredient@9a02d4c, net.minecraft.item.crafting.Ingredient@9a02d4c, net.minecraft.item.crafting.Ingredient@9a02d4c, net.minecraftforge.oredict.OreIngredient@39650ace, net.minecraft.item.crafting.Ingredient@9a02d4c, net.minecraft.item.crafting.Ingredient@9a02d4c, net.minecraft.item.crafting.Ingredient@9a02d4c, net.minecraft.item.crafting.Ingredient@9a02d4c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7657 quark:stained_clay_tiles_8 RecipeStage{tier='one', recipe=4xtile.stained_clay_tiles@4:[net.minecraft.item.crafting.Ingredient@17b7aa9b, net.minecraft.item.crafting.Ingredient@17b7aa9b, net.minecraft.item.crafting.Ingredient@17b7aa9b, net.minecraft.item.crafting.Ingredient@17b7aa9b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7658 quark:stained_clay_tiles_9 RecipeStage{tier='one', recipe=8xtile.stained_clay_tiles@4:[net.minecraft.item.crafting.Ingredient@62892d71, net.minecraft.item.crafting.Ingredient@62892d71, net.minecraft.item.crafting.Ingredient@62892d71, net.minecraft.item.crafting.Ingredient@62892d71, net.minecraftforge.oredict.OreIngredient@6acbb621, net.minecraft.item.crafting.Ingredient@62892d71, net.minecraft.item.crafting.Ingredient@62892d71, net.minecraft.item.crafting.Ingredient@62892d71, net.minecraft.item.crafting.Ingredient@62892d71]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7659 quark:stained_clay_tiles_10 RecipeStage{tier='one', recipe=4xtile.stained_clay_tiles@5:[net.minecraft.item.crafting.Ingredient@7be9f2cc, net.minecraft.item.crafting.Ingredient@7be9f2cc, net.minecraft.item.crafting.Ingredient@7be9f2cc, net.minecraft.item.crafting.Ingredient@7be9f2cc]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7660 quark:stained_clay_tiles_11 RecipeStage{tier='one', recipe=8xtile.stained_clay_tiles@5:[net.minecraft.item.crafting.Ingredient@51a06c58, net.minecraft.item.crafting.Ingredient@51a06c58, net.minecraft.item.crafting.Ingredient@51a06c58, net.minecraft.item.crafting.Ingredient@51a06c58, net.minecraftforge.oredict.OreIngredient@7ae931b8, net.minecraft.item.crafting.Ingredient@51a06c58, net.minecraft.item.crafting.Ingredient@51a06c58, net.minecraft.item.crafting.Ingredient@51a06c58, net.minecraft.item.crafting.Ingredient@51a06c58]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7661 quark:stained_clay_tiles_12 RecipeStage{tier='one', recipe=4xtile.stained_clay_tiles@6:[net.minecraft.item.crafting.Ingredient@4da4fa7a, net.minecraft.item.crafting.Ingredient@4da4fa7a, net.minecraft.item.crafting.Ingredient@4da4fa7a, net.minecraft.item.crafting.Ingredient@4da4fa7a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7662 quark:stained_clay_tiles_13 RecipeStage{tier='one', recipe=8xtile.stained_clay_tiles@6:[net.minecraft.item.crafting.Ingredient@79ef1e90, net.minecraft.item.crafting.Ingredient@79ef1e90, net.minecraft.item.crafting.Ingredient@79ef1e90, net.minecraft.item.crafting.Ingredient@79ef1e90, net.minecraftforge.oredict.OreIngredient@2bff7f59, net.minecraft.item.crafting.Ingredient@79ef1e90, net.minecraft.item.crafting.Ingredient@79ef1e90, net.minecraft.item.crafting.Ingredient@79ef1e90, net.minecraft.item.crafting.Ingredient@79ef1e90]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7663 quark:stained_clay_tiles_14 RecipeStage{tier='one', recipe=4xtile.stained_clay_tiles@7:[net.minecraft.item.crafting.Ingredient@18a8ff6f, net.minecraft.item.crafting.Ingredient@18a8ff6f, net.minecraft.item.crafting.Ingredient@18a8ff6f, net.minecraft.item.crafting.Ingredient@18a8ff6f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7664 quark:stained_clay_tiles_15 RecipeStage{tier='one', recipe=8xtile.stained_clay_tiles@7:[net.minecraft.item.crafting.Ingredient@72b5b12a, net.minecraft.item.crafting.Ingredient@72b5b12a, net.minecraft.item.crafting.Ingredient@72b5b12a, net.minecraft.item.crafting.Ingredient@72b5b12a, net.minecraftforge.oredict.OreIngredient@73af2a72, net.minecraft.item.crafting.Ingredient@72b5b12a, net.minecraft.item.crafting.Ingredient@72b5b12a, net.minecraft.item.crafting.Ingredient@72b5b12a, net.minecraft.item.crafting.Ingredient@72b5b12a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7665 quark:stained_clay_tiles_16 RecipeStage{tier='one', recipe=4xtile.stained_clay_tiles@8:[net.minecraft.item.crafting.Ingredient@23fa86e9, net.minecraft.item.crafting.Ingredient@23fa86e9, net.minecraft.item.crafting.Ingredient@23fa86e9, net.minecraft.item.crafting.Ingredient@23fa86e9]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7666 quark:stained_clay_tiles_17 RecipeStage{tier='one', recipe=8xtile.stained_clay_tiles@8:[net.minecraft.item.crafting.Ingredient@7c76467e, net.minecraft.item.crafting.Ingredient@7c76467e, net.minecraft.item.crafting.Ingredient@7c76467e, net.minecraft.item.crafting.Ingredient@7c76467e, net.minecraftforge.oredict.OreIngredient@2315943b, net.minecraft.item.crafting.Ingredient@7c76467e, net.minecraft.item.crafting.Ingredient@7c76467e, net.minecraft.item.crafting.Ingredient@7c76467e, net.minecraft.item.crafting.Ingredient@7c76467e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7667 quark:stained_clay_tiles_18 RecipeStage{tier='one', recipe=4xtile.stained_clay_tiles@9:[net.minecraft.item.crafting.Ingredient@2963d691, net.minecraft.item.crafting.Ingredient@2963d691, net.minecraft.item.crafting.Ingredient@2963d691, net.minecraft.item.crafting.Ingredient@2963d691]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7668 quark:stained_clay_tiles_19 RecipeStage{tier='one', recipe=8xtile.stained_clay_tiles@9:[net.minecraft.item.crafting.Ingredient@5ed9c09a, net.minecraft.item.crafting.Ingredient@5ed9c09a, net.minecraft.item.crafting.Ingredient@5ed9c09a, net.minecraft.item.crafting.Ingredient@5ed9c09a, net.minecraftforge.oredict.OreIngredient@10522889, net.minecraft.item.crafting.Ingredient@5ed9c09a, net.minecraft.item.crafting.Ingredient@5ed9c09a, net.minecraft.item.crafting.Ingredient@5ed9c09a, net.minecraft.item.crafting.Ingredient@5ed9c09a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7669 quark:stained_clay_tiles_20 RecipeStage{tier='one', recipe=4xtile.stained_clay_tiles@10:[net.minecraft.item.crafting.Ingredient@1f69d2f4, net.minecraft.item.crafting.Ingredient@1f69d2f4, net.minecraft.item.crafting.Ingredient@1f69d2f4, net.minecraft.item.crafting.Ingredient@1f69d2f4]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7670 quark:stained_clay_tiles_21 RecipeStage{tier='one', recipe=8xtile.stained_clay_tiles@10:[net.minecraft.item.crafting.Ingredient@280948d6, net.minecraft.item.crafting.Ingredient@280948d6, net.minecraft.item.crafting.Ingredient@280948d6, net.minecraft.item.crafting.Ingredient@280948d6, net.minecraftforge.oredict.OreIngredient@38c4805d, net.minecraft.item.crafting.Ingredient@280948d6, net.minecraft.item.crafting.Ingredient@280948d6, net.minecraft.item.crafting.Ingredient@280948d6, net.minecraft.item.crafting.Ingredient@280948d6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7671 quark:stained_clay_tiles_22 RecipeStage{tier='one', recipe=4xtile.stained_clay_tiles@11:[net.minecraft.item.crafting.Ingredient@3953f1ac, net.minecraft.item.crafting.Ingredient@3953f1ac, net.minecraft.item.crafting.Ingredient@3953f1ac, net.minecraft.item.crafting.Ingredient@3953f1ac]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7672 quark:stained_clay_tiles_23 RecipeStage{tier='one', recipe=8xtile.stained_clay_tiles@11:[net.minecraft.item.crafting.Ingredient@687c6a00, net.minecraft.item.crafting.Ingredient@687c6a00, net.minecraft.item.crafting.Ingredient@687c6a00, net.minecraft.item.crafting.Ingredient@687c6a00, net.minecraftforge.oredict.OreIngredient@a51d021, net.minecraft.item.crafting.Ingredient@687c6a00, net.minecraft.item.crafting.Ingredient@687c6a00, net.minecraft.item.crafting.Ingredient@687c6a00, net.minecraft.item.crafting.Ingredient@687c6a00]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7673 quark:stained_clay_tiles_24 RecipeStage{tier='one', recipe=4xtile.stained_clay_tiles@12:[net.minecraft.item.crafting.Ingredient@168b7f5e, net.minecraft.item.crafting.Ingredient@168b7f5e, net.minecraft.item.crafting.Ingredient@168b7f5e, net.minecraft.item.crafting.Ingredient@168b7f5e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7674 quark:stained_clay_tiles_25 RecipeStage{tier='one', recipe=8xtile.stained_clay_tiles@12:[net.minecraft.item.crafting.Ingredient@307332b2, net.minecraft.item.crafting.Ingredient@307332b2, net.minecraft.item.crafting.Ingredient@307332b2, net.minecraft.item.crafting.Ingredient@307332b2, net.minecraftforge.oredict.OreIngredient@3bd472d6, net.minecraft.item.crafting.Ingredient@307332b2, net.minecraft.item.crafting.Ingredient@307332b2, net.minecraft.item.crafting.Ingredient@307332b2, net.minecraft.item.crafting.Ingredient@307332b2]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7675 quark:stained_clay_tiles_26 RecipeStage{tier='one', recipe=4xtile.stained_clay_tiles@13:[net.minecraft.item.crafting.Ingredient@3f806d55, net.minecraft.item.crafting.Ingredient@3f806d55, net.minecraft.item.crafting.Ingredient@3f806d55, net.minecraft.item.crafting.Ingredient@3f806d55]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7676 quark:stained_clay_tiles_27 RecipeStage{tier='one', recipe=8xtile.stained_clay_tiles@13:[net.minecraft.item.crafting.Ingredient@72bc9474, net.minecraft.item.crafting.Ingredient@72bc9474, net.minecraft.item.crafting.Ingredient@72bc9474, net.minecraft.item.crafting.Ingredient@72bc9474, net.minecraftforge.oredict.OreIngredient@5bf3de33, net.minecraft.item.crafting.Ingredient@72bc9474, net.minecraft.item.crafting.Ingredient@72bc9474, net.minecraft.item.crafting.Ingredient@72bc9474, net.minecraft.item.crafting.Ingredient@72bc9474]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7677 quark:stained_clay_tiles_28 RecipeStage{tier='one', recipe=4xtile.stained_clay_tiles@14:[net.minecraft.item.crafting.Ingredient@43a94559, net.minecraft.item.crafting.Ingredient@43a94559, net.minecraft.item.crafting.Ingredient@43a94559, net.minecraft.item.crafting.Ingredient@43a94559]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7678 quark:stained_clay_tiles_29 RecipeStage{tier='one', recipe=8xtile.stained_clay_tiles@14:[net.minecraft.item.crafting.Ingredient@7f7f72bc, net.minecraft.item.crafting.Ingredient@7f7f72bc, net.minecraft.item.crafting.Ingredient@7f7f72bc, net.minecraft.item.crafting.Ingredient@7f7f72bc, net.minecraftforge.oredict.OreIngredient@69f64613, net.minecraft.item.crafting.Ingredient@7f7f72bc, net.minecraft.item.crafting.Ingredient@7f7f72bc, net.minecraft.item.crafting.Ingredient@7f7f72bc, net.minecraft.item.crafting.Ingredient@7f7f72bc]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7679 quark:stained_clay_tiles_30 RecipeStage{tier='one', recipe=4xtile.stained_clay_tiles@15:[net.minecraft.item.crafting.Ingredient@2cb10f58, net.minecraft.item.crafting.Ingredient@2cb10f58, net.minecraft.item.crafting.Ingredient@2cb10f58, net.minecraft.item.crafting.Ingredient@2cb10f58]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7680 quark:stained_clay_tiles_31 RecipeStage{tier='one', recipe=8xtile.stained_clay_tiles@15:[net.minecraft.item.crafting.Ingredient@25bb041a, net.minecraft.item.crafting.Ingredient@25bb041a, net.minecraft.item.crafting.Ingredient@25bb041a, net.minecraft.item.crafting.Ingredient@25bb041a, net.minecraftforge.oredict.OreIngredient@21556883, net.minecraft.item.crafting.Ingredient@25bb041a, net.minecraft.item.crafting.Ingredient@25bb041a, net.minecraft.item.crafting.Ingredient@25bb041a, net.minecraft.item.crafting.Ingredient@25bb041a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7681 quark:sturdy_stone RecipeStage{tier='one', recipe=4xtile.sturdy_stone@0:[net.minecraftforge.oredict.OreIngredient@29da4e3b, net.minecraftforge.oredict.OreIngredient@10887420, net.minecraftforge.oredict.OreIngredient@29da4e3b, net.minecraftforge.oredict.OreIngredient@10887420, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@10887420, net.minecraftforge.oredict.OreIngredient@29da4e3b, net.minecraftforge.oredict.OreIngredient@10887420, net.minecraftforge.oredict.OreIngredient@29da4e3b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7682 quark:sturdy_stone_1 RecipeStage{tier='one', recipe=4xtile.sturdy_stone@0:[net.minecraftforge.oredict.OreIngredient@5f812a99, net.minecraftforge.oredict.OreIngredient@75378334, net.minecraftforge.oredict.OreIngredient@5f812a99, net.minecraftforge.oredict.OreIngredient@75378334, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@75378334, net.minecraftforge.oredict.OreIngredient@5f812a99, net.minecraftforge.oredict.OreIngredient@75378334, net.minecraftforge.oredict.OreIngredient@5f812a99]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7683 quark:stone_stairs RecipeStage{tier='one', recipe=4xtile.stone_stairs@0:[net.minecraft.item.crafting.Ingredient@3e4c46f8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3e4c46f8, net.minecraft.item.crafting.Ingredient@3e4c46f8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3e4c46f8, net.minecraft.item.crafting.Ingredient@3e4c46f8, net.minecraft.item.crafting.Ingredient@3e4c46f8]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7684 quark:stone_granite_stairs RecipeStage{tier='one', recipe=4xtile.stone_granite_stairs@0:[net.minecraft.item.crafting.Ingredient@69fa6eae, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@69fa6eae, net.minecraft.item.crafting.Ingredient@69fa6eae, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@69fa6eae, net.minecraft.item.crafting.Ingredient@69fa6eae, net.minecraft.item.crafting.Ingredient@69fa6eae]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7685 quark:stone_granite_slab RecipeStage{tier='zero', recipe=6xtile.stone_granite_slab@0:[net.minecraft.item.crafting.Ingredient@1ad1d9e1, net.minecraft.item.crafting.Ingredient@1ad1d9e1, net.minecraft.item.crafting.Ingredient@1ad1d9e1]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7686 quark:stone_diorite_stairs RecipeStage{tier='one', recipe=4xtile.stone_diorite_stairs@0:[net.minecraft.item.crafting.Ingredient@3164369a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3164369a, net.minecraft.item.crafting.Ingredient@3164369a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3164369a, net.minecraft.item.crafting.Ingredient@3164369a, net.minecraft.item.crafting.Ingredient@3164369a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7687 quark:stone_diorite_slab RecipeStage{tier='zero', recipe=6xtile.stone_diorite_slab@0:[net.minecraft.item.crafting.Ingredient@131813e4, net.minecraft.item.crafting.Ingredient@131813e4, net.minecraft.item.crafting.Ingredient@131813e4]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7688 quark:stone_andesite_stairs RecipeStage{tier='one', recipe=4xtile.stone_andesite_stairs@0:[net.minecraft.item.crafting.Ingredient@6ac96910, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6ac96910, net.minecraft.item.crafting.Ingredient@6ac96910, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6ac96910, net.minecraft.item.crafting.Ingredient@6ac96910, net.minecraft.item.crafting.Ingredient@6ac96910]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7689 quark:stone_andesite_slab RecipeStage{tier='zero', recipe=6xtile.stone_andesite_slab@0:[net.minecraft.item.crafting.Ingredient@3a46134d, net.minecraft.item.crafting.Ingredient@3a46134d, net.minecraft.item.crafting.Ingredient@3a46134d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7690 quark:end_bricks_stairs RecipeStage{tier='four', recipe=4xtile.end_bricks_stairs@0:[net.minecraft.item.crafting.Ingredient@181ea004, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@181ea004, net.minecraft.item.crafting.Ingredient@181ea004, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@181ea004, net.minecraft.item.crafting.Ingredient@181ea004, net.minecraft.item.crafting.Ingredient@181ea004]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7691 quark:end_bricks_slab RecipeStage{tier='four', recipe=6xtile.end_bricks_slab@0:[net.minecraft.item.crafting.Ingredient@1e62cb5d, net.minecraft.item.crafting.Ingredient@1e62cb5d, net.minecraft.item.crafting.Ingredient@1e62cb5d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7692 quark:prismarine_bricks_stairs RecipeStage{tier='one', recipe=4xtile.prismarine_bricks_stairs@0:[net.minecraft.item.crafting.Ingredient@5f5d313f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5f5d313f, net.minecraft.item.crafting.Ingredient@5f5d313f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5f5d313f, net.minecraft.item.crafting.Ingredient@5f5d313f, net.minecraft.item.crafting.Ingredient@5f5d313f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7693 quark:prismarine_bricks_slab RecipeStage{tier='zero', recipe=6xtile.prismarine_bricks_slab@0:[net.minecraft.item.crafting.Ingredient@ed37be4, net.minecraft.item.crafting.Ingredient@ed37be4, net.minecraft.item.crafting.Ingredient@ed37be4]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7694 quark:prismarine_dark_stairs RecipeStage{tier='one', recipe=4xtile.prismarine_dark_stairs@0:[net.minecraft.item.crafting.Ingredient@2c0bcc63, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2c0bcc63, net.minecraft.item.crafting.Ingredient@2c0bcc63, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2c0bcc63, net.minecraft.item.crafting.Ingredient@2c0bcc63, net.minecraft.item.crafting.Ingredient@2c0bcc63]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7695 quark:prismarine_dark_slab RecipeStage{tier='zero', recipe=6xtile.prismarine_dark_slab@0:[net.minecraft.item.crafting.Ingredient@4a0b30ab, net.minecraft.item.crafting.Ingredient@4a0b30ab, net.minecraft.item.crafting.Ingredient@4a0b30ab]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7696 quark:red_nether_brick_stairs RecipeStage{tier='three', recipe=4xtile.red_nether_brick_stairs@0:[net.minecraft.item.crafting.Ingredient@57c6f27e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@57c6f27e, net.minecraft.item.crafting.Ingredient@57c6f27e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@57c6f27e, net.minecraft.item.crafting.Ingredient@57c6f27e, net.minecraft.item.crafting.Ingredient@57c6f27e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7697 quark:red_nether_brick_slab RecipeStage{tier='three', recipe=6xtile.red_nether_brick_slab@0:[net.minecraft.item.crafting.Ingredient@3f78361c, net.minecraft.item.crafting.Ingredient@3f78361c, net.minecraft.item.crafting.Ingredient@3f78361c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7698 quark:charred_nether_bricks RecipeStage{tier='three', recipe=3xtile.charred_nether_bricks@0:[net.minecraft.item.crafting.Ingredient@32218874, net.minecraft.item.crafting.Ingredient@349c8868, net.minecraft.item.crafting.Ingredient@5338ba64, net.minecraft.item.crafting.Ingredient@2326b150]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7699 quark:charred_nether_brick_stairs RecipeStage{tier='three', recipe=4xtile.charred_nether_brick_stairs@0:[net.minecraft.item.crafting.Ingredient@4d321537, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4d321537, net.minecraft.item.crafting.Ingredient@4d321537, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4d321537, net.minecraft.item.crafting.Ingredient@4d321537, net.minecraft.item.crafting.Ingredient@4d321537]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7700 quark:charred_nether_brick_slab RecipeStage{tier='three', recipe=6xtile.charred_nether_brick_slab@0:[net.minecraft.item.crafting.Ingredient@265acac0, net.minecraft.item.crafting.Ingredient@265acac0, net.minecraft.item.crafting.Ingredient@265acac0]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7701 quark:stone_granite_bricks_stairs RecipeStage{tier='one', recipe=4xtile.stone_granite_bricks_stairs@0:[net.minecraft.item.crafting.Ingredient@4c0821fe, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4c0821fe, net.minecraft.item.crafting.Ingredient@4c0821fe, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4c0821fe, net.minecraft.item.crafting.Ingredient@4c0821fe, net.minecraft.item.crafting.Ingredient@4c0821fe]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7702 quark:stone_granite_bricks_slab RecipeStage{tier='one', recipe=6xtile.stone_granite_bricks_slab@0:[net.minecraft.item.crafting.Ingredient@386faac0, net.minecraft.item.crafting.Ingredient@386faac0, net.minecraft.item.crafting.Ingredient@386faac0]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7703 quark:stone_diorite_bricks_stairs RecipeStage{tier='one', recipe=4xtile.stone_diorite_bricks_stairs@0:[net.minecraft.item.crafting.Ingredient@688801e2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@688801e2, net.minecraft.item.crafting.Ingredient@688801e2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@688801e2, net.minecraft.item.crafting.Ingredient@688801e2, net.minecraft.item.crafting.Ingredient@688801e2]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7704 quark:stone_diorite_bricks_slab RecipeStage{tier='one', recipe=6xtile.stone_diorite_bricks_slab@0:[net.minecraft.item.crafting.Ingredient@495f8a92, net.minecraft.item.crafting.Ingredient@495f8a92, net.minecraft.item.crafting.Ingredient@495f8a92]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7705 quark:stone_andesite_bricks_stairs RecipeStage{tier='one', recipe=4xtile.stone_andesite_bricks_stairs@0:[net.minecraft.item.crafting.Ingredient@68fcf4b8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@68fcf4b8, net.minecraft.item.crafting.Ingredient@68fcf4b8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@68fcf4b8, net.minecraft.item.crafting.Ingredient@68fcf4b8, net.minecraft.item.crafting.Ingredient@68fcf4b8]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7706 quark:stone_andesite_bricks_slab RecipeStage{tier='one', recipe=6xtile.stone_andesite_bricks_slab@0:[net.minecraft.item.crafting.Ingredient@6c227e53, net.minecraft.item.crafting.Ingredient@6c227e53, net.minecraft.item.crafting.Ingredient@6c227e53]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7707 quark:stone_granite_bricks_wall RecipeStage{tier='one', recipe=6xtile.stone_granite_bricks_wall@0:[net.minecraft.item.crafting.Ingredient@2639f583, net.minecraft.item.crafting.Ingredient@2639f583, net.minecraft.item.crafting.Ingredient@2639f583, net.minecraft.item.crafting.Ingredient@2639f583, net.minecraft.item.crafting.Ingredient@2639f583, net.minecraft.item.crafting.Ingredient@2639f583]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7708 quark:stone_diorite_bricks_wall RecipeStage{tier='one', recipe=6xtile.stone_diorite_bricks_wall@0:[net.minecraft.item.crafting.Ingredient@1b3c91ca, net.minecraft.item.crafting.Ingredient@1b3c91ca, net.minecraft.item.crafting.Ingredient@1b3c91ca, net.minecraft.item.crafting.Ingredient@1b3c91ca, net.minecraft.item.crafting.Ingredient@1b3c91ca, net.minecraft.item.crafting.Ingredient@1b3c91ca]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7709 quark:stone_andesite_bricks_wall RecipeStage{tier='one', recipe=6xtile.stone_andesite_bricks_wall@0:[net.minecraft.item.crafting.Ingredient@22c8ed83, net.minecraft.item.crafting.Ingredient@22c8ed83, net.minecraft.item.crafting.Ingredient@22c8ed83, net.minecraft.item.crafting.Ingredient@22c8ed83, net.minecraft.item.crafting.Ingredient@22c8ed83, net.minecraft.item.crafting.Ingredient@22c8ed83]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7710 quark:midori_block_stairs RecipeStage{tier='one', recipe=4xtile.midori_block_stairs@0:[net.minecraft.item.crafting.Ingredient@79bed898, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@79bed898, net.minecraft.item.crafting.Ingredient@79bed898, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@79bed898, net.minecraft.item.crafting.Ingredient@79bed898, net.minecraft.item.crafting.Ingredient@79bed898]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7711 quark:midori_block_slab RecipeStage{tier='one', recipe=6xtile.midori_block_slab@0:[net.minecraft.item.crafting.Ingredient@4388887c, net.minecraft.item.crafting.Ingredient@4388887c, net.minecraft.item.crafting.Ingredient@4388887c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7712 quark:midori_block_wall RecipeStage{tier='one', recipe=6xtile.midori_block_wall@0:[net.minecraft.item.crafting.Ingredient@5665c71a, net.minecraft.item.crafting.Ingredient@5665c71a, net.minecraft.item.crafting.Ingredient@5665c71a, net.minecraft.item.crafting.Ingredient@5665c71a, net.minecraft.item.crafting.Ingredient@5665c71a, net.minecraft.item.crafting.Ingredient@5665c71a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7714 quark:midori_pillar RecipeStage{tier='one', recipe=1xtile.midori_pillar@0:[net.minecraft.item.crafting.Ingredient@6bb5806d, net.minecraft.item.crafting.Ingredient@6bb5806d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7715 quark:magma_bricks_stairs RecipeStage{tier='three', recipe=4xtile.magma_bricks_stairs@0:[net.minecraft.item.crafting.Ingredient@dcff4d4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@dcff4d4, net.minecraft.item.crafting.Ingredient@dcff4d4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@dcff4d4, net.minecraft.item.crafting.Ingredient@dcff4d4, net.minecraft.item.crafting.Ingredient@dcff4d4]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7716 quark:magma_bricks_slab RecipeStage{tier='three', recipe=6xtile.magma_bricks_slab@0:[net.minecraft.item.crafting.Ingredient@40a8c322, net.minecraft.item.crafting.Ingredient@40a8c322, net.minecraft.item.crafting.Ingredient@40a8c322]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7717 quark:magma_bricks RecipeStage{tier='three', recipe=4xtile.magma_bricks@0:[net.minecraft.item.crafting.Ingredient@3e724a84, net.minecraft.item.crafting.Ingredient@6b6e971e, net.minecraft.item.crafting.Ingredient@dcda669, net.minecraft.item.crafting.Ingredient@bfac521]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7718 quark:duskbound_block_stairs RecipeStage{tier='four', recipe=4xtile.duskbound_block_stairs@0:[net.minecraft.item.crafting.Ingredient@5c3776a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5c3776a, net.minecraft.item.crafting.Ingredient@5c3776a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5c3776a, net.minecraft.item.crafting.Ingredient@5c3776a, net.minecraft.item.crafting.Ingredient@5c3776a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7719 quark:duskbound_block_slab RecipeStage{tier='four', recipe=6xtile.duskbound_block_slab@0:[net.minecraft.item.crafting.Ingredient@49ba9409, net.minecraft.item.crafting.Ingredient@49ba9409, net.minecraft.item.crafting.Ingredient@49ba9409]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7720 quark:duskbound_block_wall RecipeStage{tier='four', recipe=6xtile.duskbound_block_wall@0:[net.minecraft.item.crafting.Ingredient@a42b26a, net.minecraft.item.crafting.Ingredient@a42b26a, net.minecraft.item.crafting.Ingredient@a42b26a, net.minecraft.item.crafting.Ingredient@a42b26a, net.minecraft.item.crafting.Ingredient@a42b26a, net.minecraft.item.crafting.Ingredient@a42b26a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7721 quark:duskbound_block RecipeStage{tier='four', recipe=16xtile.duskbound_block@0:[net.minecraft.item.crafting.Ingredient@17c565f7, net.minecraft.item.crafting.Ingredient@17c565f7, net.minecraft.item.crafting.Ingredient@17c565f7, net.minecraft.item.crafting.Ingredient@17c565f7, net.minecraft.item.crafting.Ingredient@7f18b9e0, net.minecraft.item.crafting.Ingredient@17c565f7, net.minecraft.item.crafting.Ingredient@17c565f7, net.minecraft.item.crafting.Ingredient@17c565f7, net.minecraft.item.crafting.Ingredient@17c565f7]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7722 quark:duskbound_lantern RecipeStage{tier='four', recipe=4xtile.duskbound_lantern@0:[net.minecraft.item.crafting.Ingredient@4739a40, net.minecraft.item.crafting.Ingredient@4739a40, net.minecraft.item.crafting.Ingredient@4739a40, net.minecraft.item.crafting.Ingredient@4739a40, net.minecraft.item.crafting.Ingredient@1b3da946, net.minecraft.item.crafting.Ingredient@4739a40, net.minecraft.item.crafting.Ingredient@4739a40, net.minecraft.item.crafting.Ingredient@4739a40, net.minecraft.item.crafting.Ingredient@4739a40]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7723 quark:soul_sandstone RecipeStage{tier='three', recipe=1xtile.soul_sandstone@0:[net.minecraft.item.crafting.Ingredient@230e3f90, net.minecraft.item.crafting.Ingredient@230e3f90, net.minecraft.item.crafting.Ingredient@230e3f90, net.minecraft.item.crafting.Ingredient@230e3f90]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7724 quark:soul_sandstone_1 RecipeStage{tier='three', recipe=4xtile.soul_sandstone@2:[net.minecraft.item.crafting.Ingredient@7888ab3f, net.minecraft.item.crafting.Ingredient@7888ab3f, net.minecraft.item.crafting.Ingredient@7888ab3f, net.minecraft.item.crafting.Ingredient@7888ab3f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7725 quark:soul_sandstone_slab RecipeStage{tier='three', recipe=6xtile.soul_sandstone_slab@0:[net.minecraft.item.crafting.Ingredient@6761a3c, net.minecraft.item.crafting.Ingredient@6761a3c, net.minecraft.item.crafting.Ingredient@6761a3c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7726 quark:soul_sandstone_2 RecipeStage{tier='three', recipe=1xtile.soul_sandstone@1:[net.minecraft.item.crafting.Ingredient@14e7611d, net.minecraft.item.crafting.Ingredient@14e7611d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7727 quark:turf RecipeStage{tier='zero', recipe=1xtile.turf@0:[net.minecraft.item.crafting.Ingredient@6b4787f, net.minecraft.item.crafting.Ingredient@6b4787f, net.minecraft.item.crafting.Ingredient@6b4787f, net.minecraft.item.crafting.Ingredient@6b4787f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7728 quark:turf_stairs RecipeStage{tier='zero', recipe=4xtile.turf_stairs@0:[net.minecraft.item.crafting.Ingredient@fd42642, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@fd42642, net.minecraft.item.crafting.Ingredient@fd42642, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@fd42642, net.minecraft.item.crafting.Ingredient@fd42642, net.minecraft.item.crafting.Ingredient@fd42642]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7729 quark:turf_slab RecipeStage{tier='zero', recipe=6xtile.turf_slab@0:[net.minecraft.item.crafting.Ingredient@6676fcfc, net.minecraft.item.crafting.Ingredient@6676fcfc, net.minecraft.item.crafting.Ingredient@6676fcfc]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7730 quark:polished_netherrack_bricks_stairs RecipeStage{tier='one', recipe=4xtile.polished_netherrack_bricks_stairs@0:[net.minecraft.item.crafting.Ingredient@331a5037, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@331a5037, net.minecraft.item.crafting.Ingredient@331a5037, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@331a5037, net.minecraft.item.crafting.Ingredient@331a5037, net.minecraft.item.crafting.Ingredient@331a5037]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7731 quark:polished_netherrack_bricks_slab RecipeStage{tier='one', recipe=6xtile.polished_netherrack_bricks_slab@0:[net.minecraft.item.crafting.Ingredient@9deb915, net.minecraft.item.crafting.Ingredient@9deb915, net.minecraft.item.crafting.Ingredient@9deb915]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7732 quark:polished_netherrack_bricks_wall RecipeStage{tier='one', recipe=6xtile.polished_netherrack_bricks_wall@0:[net.minecraft.item.crafting.Ingredient@5433d773, net.minecraft.item.crafting.Ingredient@5433d773, net.minecraft.item.crafting.Ingredient@5433d773, net.minecraft.item.crafting.Ingredient@5433d773, net.minecraft.item.crafting.Ingredient@5433d773, net.minecraft.item.crafting.Ingredient@5433d773]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7733 quark:polished_netherrack RecipeStage{tier='three', recipe=1xtile.polished_netherrack@0:[net.minecraft.item.crafting.Ingredient@2859daf1, net.minecraft.item.crafting.Ingredient@2859daf1, net.minecraft.item.crafting.Ingredient@2859daf1, net.minecraft.item.crafting.Ingredient@2859daf1]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7734 quark:polished_netherrack_1 RecipeStage{tier='one', recipe=4xtile.polished_netherrack@1:[net.minecraft.item.crafting.Ingredient@5d417002, net.minecraft.item.crafting.Ingredient@5d417002, net.minecraft.item.crafting.Ingredient@5d417002, net.minecraft.item.crafting.Ingredient@5d417002]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7737 quark:stained_glass RecipeStage{tier='two', recipe=1xtile.stainedGlass@0:[net.minecraft.item.crafting.Ingredient@14e285c8, net.minecraft.item.crafting.Ingredient@14e285c8, net.minecraft.item.crafting.Ingredient@14e285c8, net.minecraft.item.crafting.Ingredient@14e285c8]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7738 quark:stained_glass_1 RecipeStage{tier='two', recipe=1xtile.stainedGlass@1:[net.minecraft.item.crafting.Ingredient@5647d13f, net.minecraft.item.crafting.Ingredient@5647d13f, net.minecraft.item.crafting.Ingredient@5647d13f, net.minecraft.item.crafting.Ingredient@5647d13f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7739 quark:stained_glass_2 RecipeStage{tier='two', recipe=1xtile.stainedGlass@2:[net.minecraft.item.crafting.Ingredient@29bae312, net.minecraft.item.crafting.Ingredient@29bae312, net.minecraft.item.crafting.Ingredient@29bae312, net.minecraft.item.crafting.Ingredient@29bae312]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7740 quark:stained_glass_3 RecipeStage{tier='two', recipe=1xtile.stainedGlass@3:[net.minecraft.item.crafting.Ingredient@756698c4, net.minecraft.item.crafting.Ingredient@756698c4, net.minecraft.item.crafting.Ingredient@756698c4, net.minecraft.item.crafting.Ingredient@756698c4]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7741 quark:stained_glass_4 RecipeStage{tier='two', recipe=1xtile.stainedGlass@4:[net.minecraft.item.crafting.Ingredient@75aa8f65, net.minecraft.item.crafting.Ingredient@75aa8f65, net.minecraft.item.crafting.Ingredient@75aa8f65, net.minecraft.item.crafting.Ingredient@75aa8f65]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7742 quark:stained_glass_5 RecipeStage{tier='two', recipe=1xtile.stainedGlass@5:[net.minecraft.item.crafting.Ingredient@1d0c76c6, net.minecraft.item.crafting.Ingredient@1d0c76c6, net.minecraft.item.crafting.Ingredient@1d0c76c6, net.minecraft.item.crafting.Ingredient@1d0c76c6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7743 quark:stained_glass_6 RecipeStage{tier='two', recipe=1xtile.stainedGlass@6:[net.minecraft.item.crafting.Ingredient@63d0b406, net.minecraft.item.crafting.Ingredient@63d0b406, net.minecraft.item.crafting.Ingredient@63d0b406, net.minecraft.item.crafting.Ingredient@63d0b406]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7744 quark:stained_glass_7 RecipeStage{tier='two', recipe=1xtile.stainedGlass@7:[net.minecraft.item.crafting.Ingredient@22b1b000, net.minecraft.item.crafting.Ingredient@22b1b000, net.minecraft.item.crafting.Ingredient@22b1b000, net.minecraft.item.crafting.Ingredient@22b1b000]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7745 quark:stained_glass_8 RecipeStage{tier='two', recipe=1xtile.stainedGlass@8:[net.minecraft.item.crafting.Ingredient@3c1c294, net.minecraft.item.crafting.Ingredient@3c1c294, net.minecraft.item.crafting.Ingredient@3c1c294, net.minecraft.item.crafting.Ingredient@3c1c294]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7746 quark:stained_glass_9 RecipeStage{tier='two', recipe=1xtile.stainedGlass@9:[net.minecraft.item.crafting.Ingredient@7d852e6c, net.minecraft.item.crafting.Ingredient@7d852e6c, net.minecraft.item.crafting.Ingredient@7d852e6c, net.minecraft.item.crafting.Ingredient@7d852e6c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7747 quark:stained_glass_10 RecipeStage{tier='two', recipe=1xtile.stainedGlass@10:[net.minecraft.item.crafting.Ingredient@1b93d55e, net.minecraft.item.crafting.Ingredient@1b93d55e, net.minecraft.item.crafting.Ingredient@1b93d55e, net.minecraft.item.crafting.Ingredient@1b93d55e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7748 quark:stained_glass_11 RecipeStage{tier='two', recipe=1xtile.stainedGlass@11:[net.minecraft.item.crafting.Ingredient@340d579c, net.minecraft.item.crafting.Ingredient@340d579c, net.minecraft.item.crafting.Ingredient@340d579c, net.minecraft.item.crafting.Ingredient@340d579c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7749 quark:stained_glass_12 RecipeStage{tier='two', recipe=1xtile.stainedGlass@12:[net.minecraft.item.crafting.Ingredient@3955f6eb, net.minecraft.item.crafting.Ingredient@3955f6eb, net.minecraft.item.crafting.Ingredient@3955f6eb, net.minecraft.item.crafting.Ingredient@3955f6eb]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7750 quark:stained_glass_13 RecipeStage{tier='two', recipe=1xtile.stainedGlass@13:[net.minecraft.item.crafting.Ingredient@6df749e3, net.minecraft.item.crafting.Ingredient@6df749e3, net.minecraft.item.crafting.Ingredient@6df749e3, net.minecraft.item.crafting.Ingredient@6df749e3]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7751 quark:stained_glass_14 RecipeStage{tier='two', recipe=1xtile.stainedGlass@14:[net.minecraft.item.crafting.Ingredient@684b5826, net.minecraft.item.crafting.Ingredient@684b5826, net.minecraft.item.crafting.Ingredient@684b5826, net.minecraft.item.crafting.Ingredient@684b5826]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7752 quark:stained_glass_15 RecipeStage{tier='two', recipe=1xtile.stainedGlass@15:[net.minecraft.item.crafting.Ingredient@36244304, net.minecraft.item.crafting.Ingredient@36244304, net.minecraft.item.crafting.Ingredient@36244304, net.minecraft.item.crafting.Ingredient@36244304]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7753 quark:iron_button RecipeStage{tier='two', recipe=1xtile.iron_button@0:[net.minecraft.item.crafting.Ingredient@138fed1e, net.minecraftforge.oredict.OreIngredient@4b6a2aca]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7754 quark:iron_button_1 RecipeStage{tier='two', recipe=1xtile.iron_button@0:[net.minecraftforge.oredict.OreIngredient@48ba128b, net.minecraftforge.oredict.OreIngredient@5880fbca]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7755 quark:gold_button RecipeStage{tier='two', recipe=1xtile.gold_button@0:[net.minecraft.item.crafting.Ingredient@369b3bec, net.minecraftforge.oredict.OreIngredient@691ac85e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7756 quark:gold_button_1 RecipeStage{tier='two', recipe=1xtile.gold_button@0:[net.minecraftforge.oredict.OreIngredient@52bda76, net.minecraftforge.oredict.OreIngredient@4195aa31]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7757 quark:iron_rod RecipeStage{tier='four', recipe=1xtile.iron_rod@0:[net.minecraftforge.oredict.OreIngredient@30346177, net.minecraftforge.oredict.OreIngredient@30346177, net.minecraft.item.crafting.Ingredient@30beb274]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7759 quark:rain_detector RecipeStage{tier='four', recipe=1xtile.rain_detector@0:[net.minecraft.item.crafting.Ingredient@35356f70, net.minecraft.item.crafting.Ingredient@35356f70, net.minecraft.item.crafting.Ingredient@35356f70, net.minecraftforge.oredict.OreIngredient@1dab289e, net.minecraftforge.oredict.OreIngredient@1dab289e, net.minecraftforge.oredict.OreIngredient@1dab289e, net.minecraft.item.crafting.Ingredient@600190ef, net.minecraft.item.crafting.Ingredient@600190ef, net.minecraft.item.crafting.Ingredient@600190ef]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7760 quark:paper_wall RecipeStage{tier='two', recipe=6xtile.paper_wall@0:[net.minecraft.item.crafting.Ingredient@3ddfa325, net.minecraft.item.crafting.Ingredient@3ddfa325, net.minecraft.item.crafting.Ingredient@3ddfa325, net.minecraft.item.crafting.Ingredient@232ed016, net.minecraft.item.crafting.Ingredient@232ed016, net.minecraft.item.crafting.Ingredient@232ed016, net.minecraft.item.crafting.Ingredient@3ddfa325, net.minecraft.item.crafting.Ingredient@3ddfa325, net.minecraft.item.crafting.Ingredient@3ddfa325]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7761 quark:paper_wall_big RecipeStage{tier='disabled', recipe=4xtile.paper_wall_big@0:[net.minecraft.item.crafting.Ingredient@7803661b, net.minecraft.item.crafting.Ingredient@7803661b, net.minecraft.item.crafting.Ingredient@7803661b, net.minecraft.item.crafting.Ingredient@7803661b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7762 quark:iron_ladder RecipeStage{tier='two', recipe=16xtile.iron_ladder@0:[net.minecraftforge.oredict.OreIngredient@3a6d350b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3a6d350b, net.minecraftforge.oredict.OreIngredient@3a6d350b, net.minecraftforge.oredict.OreIngredient@3a6d350b, net.minecraftforge.oredict.OreIngredient@3a6d350b, net.minecraftforge.oredict.OreIngredient@3a6d350b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3a6d350b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7763 quark:blaze_lantern RecipeStage{tier='three', recipe=1xtile.blaze_lantern@0:[net.minecraft.item.crafting.Ingredient@566f7179, net.minecraft.item.crafting.Ingredient@2578b479, net.minecraft.item.crafting.Ingredient@566f7179, net.minecraft.item.crafting.Ingredient@2578b479, net.minecraft.item.crafting.Ingredient@2578b479, net.minecraft.item.crafting.Ingredient@2578b479, net.minecraft.item.crafting.Ingredient@566f7179, net.minecraft.item.crafting.Ingredient@2578b479, net.minecraft.item.crafting.Ingredient@566f7179]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7764 quark:nether_brick_fence_gate RecipeStage{tier='one', recipe=2xtile.nether_brick_fence_gate@0:[net.minecraft.item.crafting.Ingredient@4ac2e8af, net.minecraft.item.crafting.Ingredient@33575e64, net.minecraft.item.crafting.Ingredient@4ac2e8af, net.minecraft.item.crafting.Ingredient@4ac2e8af, net.minecraft.item.crafting.Ingredient@33575e64, net.minecraft.item.crafting.Ingredient@4ac2e8af]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7765 quark:glass_item_frame RecipeStage{tier='two', recipe=2xitem.glass_item_frame@0:[net.minecraft.item.crafting.Ingredient@57d239b6, net.minecraft.item.crafting.Ingredient@57d239b6, net.minecraft.item.crafting.Ingredient@57d239b6, net.minecraft.item.crafting.Ingredient@57d239b6, net.minecraft.item.crafting.Ingredient@47ae0b2, net.minecraft.item.crafting.Ingredient@57d239b6, net.minecraft.item.crafting.Ingredient@57d239b6, net.minecraft.item.crafting.Ingredient@57d239b6, net.minecraft.item.crafting.Ingredient@57d239b6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7766 quark:biotite_slab RecipeStage{tier='four', recipe=6xtile.biotite_slab@0:[net.minecraft.item.crafting.Ingredient@383ed381, net.minecraft.item.crafting.Ingredient@383ed381, net.minecraft.item.crafting.Ingredient@383ed381]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7767 quark:biotite_stairs RecipeStage{tier='four', recipe=4xtile.biotite_stairs@0:[net.minecraft.item.crafting.Ingredient@308320e6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@308320e6, net.minecraft.item.crafting.Ingredient@308320e6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@308320e6, net.minecraft.item.crafting.Ingredient@308320e6, net.minecraft.item.crafting.Ingredient@308320e6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7768 quark:biotite_wall RecipeStage{tier='four', recipe=6xtile.biotite_wall@0:[net.minecraft.item.crafting.Ingredient@61770b, net.minecraft.item.crafting.Ingredient@61770b, net.minecraft.item.crafting.Ingredient@61770b, net.minecraft.item.crafting.Ingredient@61770b, net.minecraft.item.crafting.Ingredient@61770b, net.minecraft.item.crafting.Ingredient@61770b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7769 quark:biotite_block RecipeStage{tier='four', recipe=1xtile.biotite_block@0:[net.minecraft.item.crafting.Ingredient@29ccf3f1, net.minecraft.item.crafting.Ingredient@29ccf3f1, net.minecraft.item.crafting.Ingredient@29ccf3f1, net.minecraft.item.crafting.Ingredient@29ccf3f1]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7770 quark:biotite_block_1 RecipeStage{tier='four', recipe=2xtile.biotite_block@1:[net.minecraft.item.crafting.Ingredient@2d5a4b5b, net.minecraft.item.crafting.Ingredient@2d5a4b5b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7771 quark:biotite_block_2 RecipeStage{tier='four', recipe=2xtile.biotite_block@2:[net.minecraft.item.crafting.Ingredient@710199c1, net.minecraft.item.crafting.Ingredient@710199c1]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7773 quark:arrow_ender RecipeStage{tier='four', recipe=1xitem.arrow_ender@0:[net.minecraft.item.crafting.Ingredient@11922ccb, net.minecraft.item.crafting.Ingredient@34e329d5]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7774 quark:arrow_explosive RecipeStage{tier='two', recipe=1xitem.arrow_explosive@0:[net.minecraft.item.crafting.Ingredient@3b5be0c1, net.minecraft.item.crafting.Ingredient@476ec1a7, net.minecraft.item.crafting.Ingredient@1fb6a8b8]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7776 quark:map_pinning vazkii.quark.misc.recipe.MapPinningRecipe@12768765 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7777 quark:world_stone_bricks RecipeStage{tier='one', recipe=4xtile.world_stone_bricks@0:[net.minecraft.item.crafting.Ingredient@4b19f146, net.minecraft.item.crafting.Ingredient@4b19f146, net.minecraft.item.crafting.Ingredient@4b19f146, net.minecraft.item.crafting.Ingredient@4b19f146]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7778 quark:world_stone_carved RecipeStage{tier='one', recipe=1xtile.world_stone_carved@0:[net.minecraft.item.crafting.Ingredient@550fbc25, net.minecraft.item.crafting.Ingredient@550fbc25]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7779 quark:world_stone_bricks_1 RecipeStage{tier='one', recipe=4xtile.world_stone_bricks@1:[net.minecraft.item.crafting.Ingredient@4739f5e6, net.minecraft.item.crafting.Ingredient@4739f5e6, net.minecraft.item.crafting.Ingredient@4739f5e6, net.minecraft.item.crafting.Ingredient@4739f5e6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7780 quark:world_stone_carved_1 RecipeStage{tier='one', recipe=1xtile.world_stone_carved@1:[net.minecraft.item.crafting.Ingredient@63f29c83, net.minecraft.item.crafting.Ingredient@63f29c83]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7781 quark:world_stone_bricks_2 RecipeStage{tier='one', recipe=4xtile.world_stone_bricks@2:[net.minecraft.item.crafting.Ingredient@6765c27a, net.minecraft.item.crafting.Ingredient@6765c27a, net.minecraft.item.crafting.Ingredient@6765c27a, net.minecraft.item.crafting.Ingredient@6765c27a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7782 quark:world_stone_carved_2 RecipeStage{tier='one', recipe=1xtile.world_stone_carved@2:[net.minecraft.item.crafting.Ingredient@4f23b427, net.minecraft.item.crafting.Ingredient@4f23b427]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7815 quark:redstone_randomizer RecipeStage{tier='four', recipe=1xtile.redstone_randomizer@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@35b54c4f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@35b54c4f, net.minecraft.item.crafting.Ingredient@6c7c1c51, net.minecraft.item.crafting.Ingredient@35b54c4f, net.minecraftforge.oredict.OreIngredient@61d9ceca, net.minecraftforge.oredict.OreIngredient@61d9ceca, net.minecraftforge.oredict.OreIngredient@61d9ceca]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7816 quark:ender_watcher RecipeStage{tier='four', recipe=1xtile.ender_watcher@0:[net.minecraft.item.crafting.Ingredient@50a074e, net.minecraft.item.crafting.Ingredient@1a42f77d, net.minecraft.item.crafting.Ingredient@50a074e, net.minecraft.item.crafting.Ingredient@1a42f77d, net.minecraft.item.crafting.Ingredient@9980d2a, net.minecraft.item.crafting.Ingredient@1a42f77d, net.minecraft.item.crafting.Ingredient@50a074e, net.minecraft.item.crafting.Ingredient@1a42f77d, net.minecraft.item.crafting.Ingredient@50a074e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7817 quark:spruce_trapdoor RecipeStage{tier='one', recipe=6xtile.spruce_trapdoor@0:[net.minecraft.item.crafting.Ingredient@2d036514, net.minecraft.item.crafting.Ingredient@2d036514, net.minecraft.item.crafting.Ingredient@2d036514, net.minecraft.item.crafting.Ingredient@2d036514, net.minecraft.item.crafting.Ingredient@2d036514, net.minecraft.item.crafting.Ingredient@2d036514]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7818 quark:birch_trapdoor RecipeStage{tier='one', recipe=6xtile.birch_trapdoor@0:[net.minecraft.item.crafting.Ingredient@667bb822, net.minecraft.item.crafting.Ingredient@667bb822, net.minecraft.item.crafting.Ingredient@667bb822, net.minecraft.item.crafting.Ingredient@667bb822, net.minecraft.item.crafting.Ingredient@667bb822, net.minecraft.item.crafting.Ingredient@667bb822]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7819 quark:jungle_trapdoor RecipeStage{tier='one', recipe=6xtile.jungle_trapdoor@0:[net.minecraft.item.crafting.Ingredient@6febe4fc, net.minecraft.item.crafting.Ingredient@6febe4fc, net.minecraft.item.crafting.Ingredient@6febe4fc, net.minecraft.item.crafting.Ingredient@6febe4fc, net.minecraft.item.crafting.Ingredient@6febe4fc, net.minecraft.item.crafting.Ingredient@6febe4fc]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7820 quark:acacia_trapdoor RecipeStage{tier='one', recipe=6xtile.acacia_trapdoor@0:[net.minecraft.item.crafting.Ingredient@6ce8deab, net.minecraft.item.crafting.Ingredient@6ce8deab, net.minecraft.item.crafting.Ingredient@6ce8deab, net.minecraft.item.crafting.Ingredient@6ce8deab, net.minecraft.item.crafting.Ingredient@6ce8deab, net.minecraft.item.crafting.Ingredient@6ce8deab]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7821 quark:dark_oak_trapdoor RecipeStage{tier='one', recipe=6xtile.dark_oak_trapdoor@0:[net.minecraft.item.crafting.Ingredient@5af53de7, net.minecraft.item.crafting.Ingredient@5af53de7, net.minecraft.item.crafting.Ingredient@5af53de7, net.minecraft.item.crafting.Ingredient@5af53de7, net.minecraft.item.crafting.Ingredient@5af53de7, net.minecraft.item.crafting.Ingredient@5af53de7]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7822 quark:trapdoor RecipeStage{tier='one', recipe=6xtile.oak_trapdoor@0:[thebetweenlands.common.recipe.ShapelessOverrideDummyRecipe$OverrideIngredient@96deb89, thebetweenlands.common.recipe.ShapelessOverrideDummyRecipe$OverrideIngredient@169e41c6, thebetweenlands.common.recipe.ShapelessOverrideDummyRecipe$OverrideIngredient@36fd6023, thebetweenlands.common.recipe.ShapelessOverrideDummyRecipe$OverrideIngredient@46cfc857, thebetweenlands.common.recipe.ShapelessOverrideDummyRecipe$OverrideIngredient@209842a4, thebetweenlands.common.recipe.ShapelessOverrideDummyRecipe$OverrideIngredient@44ecb700]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7823 quark:elder_prismarine RecipeStage{tier='zero', recipe=4xtile.elder_prismarine@1:[net.minecraftforge.oredict.OreIngredient@856616c, net.minecraftforge.oredict.OreIngredient@856616c, net.minecraftforge.oredict.OreIngredient@856616c, net.minecraftforge.oredict.OreIngredient@856616c, net.minecraftforge.oredict.OreIngredient@856616c, net.minecraftforge.oredict.OreIngredient@856616c, net.minecraftforge.oredict.OreIngredient@856616c, net.minecraftforge.oredict.OreIngredient@856616c, net.minecraftforge.oredict.OreIngredient@856616c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7824 quark:elder_prismarine_1 RecipeStage{tier='zero', recipe=1xtile.elder_prismarine@2:[net.minecraftforge.oredict.OreIngredient@48c399e9, net.minecraftforge.oredict.OreIngredient@48c399e9, net.minecraftforge.oredict.OreIngredient@48c399e9, net.minecraftforge.oredict.OreIngredient@48c399e9, net.minecraftforge.oredict.OreIngredient@5e5ad7dc, net.minecraftforge.oredict.OreIngredient@48c399e9, net.minecraftforge.oredict.OreIngredient@48c399e9, net.minecraftforge.oredict.OreIngredient@48c399e9, net.minecraftforge.oredict.OreIngredient@48c399e9]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7825 quark:elder_sea_lantern RecipeStage{tier='zero', recipe=1xtile.elder_sea_lantern@0:[net.minecraftforge.oredict.OreIngredient@5eea5557, net.minecraft.item.crafting.Ingredient@658c12e7]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7826 quark:soul_powder RecipeStage{tier='three', recipe=1xitem.soul_powder@0:[net.minecraft.item.crafting.Ingredient@31457e05, net.minecraft.item.crafting.Ingredient@454adfb1, net.minecraft.item.crafting.Ingredient@31caa58d, net.minecraft.item.crafting.Ingredient@cc6ea0b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7827 bibliocraft:enchantedatlas RecipeStage{tier='two', recipe=1xitem.AtlasBook@0:[net.minecraft.item.crafting.Ingredient@1d290729, net.minecraft.item.crafting.Ingredient@46c5f4b4, net.minecraft.item.crafting.Ingredient@1d290729, net.minecraft.item.crafting.Ingredient@f67e2a7, net.minecraft.item.crafting.Ingredient@1eae1a99, net.minecraft.item.crafting.Ingredient@f67e2a7, net.minecraft.item.crafting.Ingredient@1d290729, net.minecraft.item.crafting.Ingredient@46c5f4b4, net.minecraft.item.crafting.Ingredient@1d290729]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7828 bibliocraft:enchantedatlasalt RecipeStage{tier='two', recipe=1xitem.AtlasBook@0:[net.minecraft.item.crafting.Ingredient@22e26ba7, net.minecraft.item.crafting.Ingredient@7cb46d99, net.minecraft.item.crafting.Ingredient@22e26ba7, net.minecraft.item.crafting.Ingredient@12a0c786, net.minecraft.item.crafting.Ingredient@6d7f2e33, net.minecraft.item.crafting.Ingredient@12a0c786, net.minecraft.item.crafting.Ingredient@22e26ba7, net.minecraft.item.crafting.Ingredient@7cb46d99, net.minecraft.item.crafting.Ingredient@22e26ba7]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7829 bloodmagic:soul_gem_default RecipeStage{tier='three', recipe=1xitem.bloodmagic.soulGem.@4:[net.minecraft.item.crafting.Ingredient@7dc1053f, net.minecraft.item.crafting.Ingredient@16198076]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7830 bloodmagic:soul_gem_corrosive RecipeStage{tier='three', recipe=1xitem.bloodmagic.soulGem.@4:[net.minecraft.item.crafting.Ingredient@1458724b, net.minecraft.item.crafting.Ingredient@61c56502]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7831 bloodmagic:soul_gem_destructive RecipeStage{tier='three', recipe=1xitem.bloodmagic.soulGem.@4:[net.minecraft.item.crafting.Ingredient@4f6fdbc, net.minecraft.item.crafting.Ingredient@53eb0d43]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7832 bloodmagic:soul_gem_vengeful RecipeStage{tier='three', recipe=1xitem.bloodmagic.soulGem.@4:[net.minecraft.item.crafting.Ingredient@8c3a1bf, net.minecraft.item.crafting.Ingredient@3beba606]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7833 bloodmagic:soul_gem_steadfast RecipeStage{tier='three', recipe=1xitem.bloodmagic.soulGem.@4:[net.minecraft.item.crafting.Ingredient@4daa52bf, net.minecraft.item.crafting.Ingredient@5871ccec]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7834 buildcrafttransport:pipe_wood_item_colorless RecipeStage{tier='three', recipe=8xitem.PipeItemsWood@0:[net.minecraftforge.oredict.OreIngredient@325aa52e, net.minecraftforge.oredict.OreIngredient@2019fef0, net.minecraftforge.oredict.OreIngredient@70531bca]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7835 buildcrafttransport:pipe_wood_item_white RecipeStage{tier='three', recipe=8xitem.PipeItemsWood@1:[net.minecraftforge.oredict.OreIngredient@fa10296, net.minecraftforge.oredict.OreIngredient@8454995, net.minecraftforge.oredict.OreIngredient@67c4d5e3]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7836 buildcrafttransport:pipe_wood_item_orange RecipeStage{tier='three', recipe=8xitem.PipeItemsWood@2:[net.minecraftforge.oredict.OreIngredient@4a4c590c, net.minecraftforge.oredict.OreIngredient@294d1f73, net.minecraftforge.oredict.OreIngredient@b66e66b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7837 buildcrafttransport:pipe_wood_item_magenta RecipeStage{tier='three', recipe=8xitem.PipeItemsWood@3:[net.minecraftforge.oredict.OreIngredient@3e1c1841, net.minecraftforge.oredict.OreIngredient@4382d5fd, net.minecraftforge.oredict.OreIngredient@2f5e457]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7838 buildcrafttransport:pipe_wood_item_lightblue RecipeStage{tier='three', recipe=8xitem.PipeItemsWood@4:[net.minecraftforge.oredict.OreIngredient@e9c335a, net.minecraftforge.oredict.OreIngredient@761ebd3e, net.minecraftforge.oredict.OreIngredient@23e6b982]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7839 buildcrafttransport:pipe_wood_item_yellow RecipeStage{tier='three', recipe=8xitem.PipeItemsWood@5:[net.minecraftforge.oredict.OreIngredient@2ee45dda, net.minecraftforge.oredict.OreIngredient@3b2c7655, net.minecraftforge.oredict.OreIngredient@3858db2d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7840 buildcrafttransport:pipe_wood_item_lime RecipeStage{tier='three', recipe=8xitem.PipeItemsWood@6:[net.minecraftforge.oredict.OreIngredient@1b895b64, net.minecraftforge.oredict.OreIngredient@3db026ae, net.minecraftforge.oredict.OreIngredient@65767a8b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7841 buildcrafttransport:pipe_wood_item_pink RecipeStage{tier='three', recipe=8xitem.PipeItemsWood@7:[net.minecraftforge.oredict.OreIngredient@523358f, net.minecraftforge.oredict.OreIngredient@6f6e6c00, net.minecraftforge.oredict.OreIngredient@53d7a582]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7842 buildcrafttransport:pipe_wood_item_gray RecipeStage{tier='three', recipe=8xitem.PipeItemsWood@8:[net.minecraftforge.oredict.OreIngredient@27398278, net.minecraftforge.oredict.OreIngredient@553ea3f1, net.minecraftforge.oredict.OreIngredient@49acc8a8]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7843 buildcrafttransport:pipe_wood_item_silver RecipeStage{tier='three', recipe=8xitem.PipeItemsWood@9:[net.minecraftforge.oredict.OreIngredient@5782ed94, net.minecraftforge.oredict.OreIngredient@58458396, net.minecraftforge.oredict.OreIngredient@78449644]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7844 buildcrafttransport:pipe_wood_item_cyan RecipeStage{tier='three', recipe=8xitem.PipeItemsWood@10:[net.minecraftforge.oredict.OreIngredient@3819c4d5, net.minecraftforge.oredict.OreIngredient@109ef507, net.minecraftforge.oredict.OreIngredient@64338324]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7845 buildcrafttransport:pipe_wood_item_purple RecipeStage{tier='three', recipe=8xitem.PipeItemsWood@11:[net.minecraftforge.oredict.OreIngredient@25e371ea, net.minecraftforge.oredict.OreIngredient@3a600cad, net.minecraftforge.oredict.OreIngredient@5db1ecd1]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7846 buildcrafttransport:pipe_wood_item_blue RecipeStage{tier='three', recipe=8xitem.PipeItemsWood@12:[net.minecraftforge.oredict.OreIngredient@6dbb285, net.minecraftforge.oredict.OreIngredient@6e616aa9, net.minecraftforge.oredict.OreIngredient@545e11eb]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7847 buildcrafttransport:pipe_wood_item_brown RecipeStage{tier='three', recipe=8xitem.PipeItemsWood@13:[net.minecraftforge.oredict.OreIngredient@42c9fa8e, net.minecraftforge.oredict.OreIngredient@3ed7039, net.minecraftforge.oredict.OreIngredient@663c7a75]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7848 buildcrafttransport:pipe_wood_item_green RecipeStage{tier='three', recipe=8xitem.PipeItemsWood@14:[net.minecraftforge.oredict.OreIngredient@7e35bdf2, net.minecraftforge.oredict.OreIngredient@13db5469, net.minecraftforge.oredict.OreIngredient@7bdf9f93]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7849 buildcrafttransport:pipe_wood_item_red RecipeStage{tier='three', recipe=8xitem.PipeItemsWood@15:[net.minecraftforge.oredict.OreIngredient@1a891d5b, net.minecraftforge.oredict.OreIngredient@549c5d5e, net.minecraftforge.oredict.OreIngredient@1dad2a9e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7850 buildcrafttransport:pipe_wood_item_black RecipeStage{tier='three', recipe=8xitem.PipeItemsWood@16:[net.minecraftforge.oredict.OreIngredient@487eac7d, net.minecraftforge.oredict.OreIngredient@a334a4b, net.minecraftforge.oredict.OreIngredient@3c739636]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7851 buildcrafttransport:pipe_cobble_item_colorless RecipeStage{tier='three', recipe=8xitem.PipeItemsCobblestone@0:[net.minecraftforge.oredict.OreIngredient@55f3444d, net.minecraftforge.oredict.OreIngredient@6560c708, net.minecraftforge.oredict.OreIngredient@7591aae3]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7852 buildcrafttransport:pipe_cobble_item_white RecipeStage{tier='three', recipe=8xitem.PipeItemsCobblestone@1:[net.minecraftforge.oredict.OreIngredient@5ade1473, net.minecraftforge.oredict.OreIngredient@415bb0ba, net.minecraftforge.oredict.OreIngredient@22606b79]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7853 buildcrafttransport:pipe_cobble_item_orange RecipeStage{tier='three', recipe=8xitem.PipeItemsCobblestone@2:[net.minecraftforge.oredict.OreIngredient@7903e515, net.minecraftforge.oredict.OreIngredient@445bc736, net.minecraftforge.oredict.OreIngredient@581972ef]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7854 buildcrafttransport:pipe_cobble_item_magenta RecipeStage{tier='three', recipe=8xitem.PipeItemsCobblestone@3:[net.minecraftforge.oredict.OreIngredient@51c5810a, net.minecraftforge.oredict.OreIngredient@58a002cd, net.minecraftforge.oredict.OreIngredient@42d81fd7]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7855 buildcrafttransport:pipe_cobble_item_lightblue RecipeStage{tier='three', recipe=8xitem.PipeItemsCobblestone@4:[net.minecraftforge.oredict.OreIngredient@5565ec42, net.minecraftforge.oredict.OreIngredient@f2fa1c1, net.minecraftforge.oredict.OreIngredient@57c1679e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7856 buildcrafttransport:pipe_cobble_item_yellow RecipeStage{tier='three', recipe=8xitem.PipeItemsCobblestone@5:[net.minecraftforge.oredict.OreIngredient@722c5e7e, net.minecraftforge.oredict.OreIngredient@5cdea79b, net.minecraftforge.oredict.OreIngredient@2e0d2a32]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7857 buildcrafttransport:pipe_cobble_item_lime RecipeStage{tier='three', recipe=8xitem.PipeItemsCobblestone@6:[net.minecraftforge.oredict.OreIngredient@4963c5db, net.minecraftforge.oredict.OreIngredient@27b3b654, net.minecraftforge.oredict.OreIngredient@e782a7f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7858 buildcrafttransport:pipe_cobble_item_pink RecipeStage{tier='three', recipe=8xitem.PipeItemsCobblestone@7:[net.minecraftforge.oredict.OreIngredient@4c407bfe, net.minecraftforge.oredict.OreIngredient@391f8ced, net.minecraftforge.oredict.OreIngredient@3a49bdb]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7859 buildcrafttransport:pipe_cobble_item_gray RecipeStage{tier='three', recipe=8xitem.PipeItemsCobblestone@8:[net.minecraftforge.oredict.OreIngredient@3c9da931, net.minecraftforge.oredict.OreIngredient@5efd084b, net.minecraftforge.oredict.OreIngredient@1bc0973a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7860 buildcrafttransport:pipe_cobble_item_silver RecipeStage{tier='three', recipe=8xitem.PipeItemsCobblestone@9:[net.minecraftforge.oredict.OreIngredient@11b271e4, net.minecraftforge.oredict.OreIngredient@38dda36e, net.minecraftforge.oredict.OreIngredient@ed44daf]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7861 buildcrafttransport:pipe_cobble_item_cyan RecipeStage{tier='three', recipe=8xitem.PipeItemsCobblestone@10:[net.minecraftforge.oredict.OreIngredient@464e1c30, net.minecraftforge.oredict.OreIngredient@3fc89095, net.minecraftforge.oredict.OreIngredient@6a5b9863]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7862 buildcrafttransport:pipe_cobble_item_purple RecipeStage{tier='three', recipe=8xitem.PipeItemsCobblestone@11:[net.minecraftforge.oredict.OreIngredient@46afab6d, net.minecraftforge.oredict.OreIngredient@bb6c1f6, net.minecraftforge.oredict.OreIngredient@7001ab5b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7863 buildcrafttransport:pipe_cobble_item_blue RecipeStage{tier='three', recipe=8xitem.PipeItemsCobblestone@12:[net.minecraftforge.oredict.OreIngredient@74bd40a9, net.minecraftforge.oredict.OreIngredient@341fbfb2, net.minecraftforge.oredict.OreIngredient@91b7616]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7864 buildcrafttransport:pipe_cobble_item_brown RecipeStage{tier='three', recipe=8xitem.PipeItemsCobblestone@13:[net.minecraftforge.oredict.OreIngredient@7660a7c7, net.minecraftforge.oredict.OreIngredient@6db21dc5, net.minecraftforge.oredict.OreIngredient@2419c4db]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7865 buildcrafttransport:pipe_cobble_item_green RecipeStage{tier='three', recipe=8xitem.PipeItemsCobblestone@14:[net.minecraftforge.oredict.OreIngredient@46d22800, net.minecraftforge.oredict.OreIngredient@51a66f7d, net.minecraftforge.oredict.OreIngredient@2c87131d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7866 buildcrafttransport:pipe_cobble_item_red RecipeStage{tier='three', recipe=8xitem.PipeItemsCobblestone@15:[net.minecraftforge.oredict.OreIngredient@4c291b3c, net.minecraftforge.oredict.OreIngredient@3a9db7b1, net.minecraftforge.oredict.OreIngredient@58a2e65f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7867 buildcrafttransport:pipe_cobble_item_black RecipeStage{tier='three', recipe=8xitem.PipeItemsCobblestone@16:[net.minecraftforge.oredict.OreIngredient@40682635, net.minecraftforge.oredict.OreIngredient@58c0be01, net.minecraftforge.oredict.OreIngredient@fb7b079]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7868 buildcrafttransport:pipe_stone_item_colorless RecipeStage{tier='three', recipe=8xitem.PipeItemsStone@0:[net.minecraftforge.oredict.OreIngredient@7c8ae7d4, net.minecraftforge.oredict.OreIngredient@13612b22, net.minecraftforge.oredict.OreIngredient@4e8cb444]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7869 buildcrafttransport:pipe_stone_item_white RecipeStage{tier='three', recipe=8xitem.PipeItemsStone@1:[net.minecraftforge.oredict.OreIngredient@543e7eeb, net.minecraftforge.oredict.OreIngredient@6599d252, net.minecraftforge.oredict.OreIngredient@7fbbcebc]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7870 buildcrafttransport:pipe_stone_item_orange RecipeStage{tier='three', recipe=8xitem.PipeItemsStone@2:[net.minecraftforge.oredict.OreIngredient@31b1e419, net.minecraftforge.oredict.OreIngredient@3b7e49a6, net.minecraftforge.oredict.OreIngredient@105e12bd]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7871 buildcrafttransport:pipe_stone_item_magenta RecipeStage{tier='three', recipe=8xitem.PipeItemsStone@3:[net.minecraftforge.oredict.OreIngredient@6ba80f22, net.minecraftforge.oredict.OreIngredient@427978af, net.minecraftforge.oredict.OreIngredient@b033310]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7872 buildcrafttransport:pipe_stone_item_lightblue RecipeStage{tier='three', recipe=8xitem.PipeItemsStone@4:[net.minecraftforge.oredict.OreIngredient@1297930, net.minecraftforge.oredict.OreIngredient@1a95ef6d, net.minecraftforge.oredict.OreIngredient@13a051b6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7873 buildcrafttransport:pipe_stone_item_yellow RecipeStage{tier='three', recipe=8xitem.PipeItemsStone@5:[net.minecraftforge.oredict.OreIngredient@67c9ab07, net.minecraftforge.oredict.OreIngredient@432e0c9d, net.minecraftforge.oredict.OreIngredient@76f56ba9]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7874 buildcrafttransport:pipe_stone_item_lime RecipeStage{tier='three', recipe=8xitem.PipeItemsStone@6:[net.minecraftforge.oredict.OreIngredient@597d77d1, net.minecraftforge.oredict.OreIngredient@3771498c, net.minecraftforge.oredict.OreIngredient@408f774]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7875 buildcrafttransport:pipe_stone_item_pink RecipeStage{tier='three', recipe=8xitem.PipeItemsStone@7:[net.minecraftforge.oredict.OreIngredient@455ff107, net.minecraftforge.oredict.OreIngredient@3b2f19ef, net.minecraftforge.oredict.OreIngredient@62f1d8f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7876 buildcrafttransport:pipe_stone_item_gray RecipeStage{tier='three', recipe=8xitem.PipeItemsStone@8:[net.minecraftforge.oredict.OreIngredient@731478, net.minecraftforge.oredict.OreIngredient@3d6d2cdb, net.minecraftforge.oredict.OreIngredient@7e4ea29c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7877 buildcrafttransport:pipe_stone_item_silver RecipeStage{tier='three', recipe=8xitem.PipeItemsStone@9:[net.minecraftforge.oredict.OreIngredient@6f1ee570, net.minecraftforge.oredict.OreIngredient@309003eb, net.minecraftforge.oredict.OreIngredient@644ff04d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7878 buildcrafttransport:pipe_stone_item_cyan RecipeStage{tier='three', recipe=8xitem.PipeItemsStone@10:[net.minecraftforge.oredict.OreIngredient@68523b0a, net.minecraftforge.oredict.OreIngredient@433bb915, net.minecraftforge.oredict.OreIngredient@738473d5]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7879 buildcrafttransport:pipe_stone_item_purple RecipeStage{tier='three', recipe=8xitem.PipeItemsStone@11:[net.minecraftforge.oredict.OreIngredient@3194fb7a, net.minecraftforge.oredict.OreIngredient@7fb3c269, net.minecraftforge.oredict.OreIngredient@615e3c46]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7880 buildcrafttransport:pipe_stone_item_blue RecipeStage{tier='three', recipe=8xitem.PipeItemsStone@12:[net.minecraftforge.oredict.OreIngredient@19e5fc95, net.minecraftforge.oredict.OreIngredient@68886429, net.minecraftforge.oredict.OreIngredient@9494fe3]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7881 buildcrafttransport:pipe_stone_item_brown RecipeStage{tier='three', recipe=8xitem.PipeItemsStone@13:[net.minecraftforge.oredict.OreIngredient@35a1d839, net.minecraftforge.oredict.OreIngredient@5d5634e6, net.minecraftforge.oredict.OreIngredient@76d4bf39]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7882 buildcrafttransport:pipe_stone_item_green RecipeStage{tier='three', recipe=8xitem.PipeItemsStone@14:[net.minecraftforge.oredict.OreIngredient@51407571, net.minecraftforge.oredict.OreIngredient@6ea3c0a2, net.minecraftforge.oredict.OreIngredient@2be3517]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7883 buildcrafttransport:pipe_stone_item_red RecipeStage{tier='three', recipe=8xitem.PipeItemsStone@15:[net.minecraftforge.oredict.OreIngredient@e73cba8, net.minecraftforge.oredict.OreIngredient@dc0383c, net.minecraftforge.oredict.OreIngredient@7d9651fc]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7884 buildcrafttransport:pipe_stone_item_black RecipeStage{tier='three', recipe=8xitem.PipeItemsStone@16:[net.minecraftforge.oredict.OreIngredient@178b5d42, net.minecraftforge.oredict.OreIngredient@54d02501, net.minecraftforge.oredict.OreIngredient@58ddf7fe]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7885 buildcrafttransport:pipe_quartz_item_colorless RecipeStage{tier='three', recipe=8xitem.PipeItemsQuartz@0:[net.minecraftforge.oredict.OreIngredient@31a5ad52, net.minecraftforge.oredict.OreIngredient@535d0b7d, net.minecraftforge.oredict.OreIngredient@670ce9f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7886 buildcrafttransport:pipe_quartz_item_white RecipeStage{tier='three', recipe=8xitem.PipeItemsQuartz@1:[net.minecraftforge.oredict.OreIngredient@7f41ee29, net.minecraftforge.oredict.OreIngredient@44f8391e, net.minecraftforge.oredict.OreIngredient@7f45d368]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7887 buildcrafttransport:pipe_quartz_item_orange RecipeStage{tier='three', recipe=8xitem.PipeItemsQuartz@2:[net.minecraftforge.oredict.OreIngredient@47581269, net.minecraftforge.oredict.OreIngredient@13e2ac74, net.minecraftforge.oredict.OreIngredient@16d75779]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7888 buildcrafttransport:pipe_quartz_item_magenta RecipeStage{tier='three', recipe=8xitem.PipeItemsQuartz@3:[net.minecraftforge.oredict.OreIngredient@67558197, net.minecraftforge.oredict.OreIngredient@4d12ea91, net.minecraftforge.oredict.OreIngredient@4b957e9b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7889 buildcrafttransport:pipe_quartz_item_lightblue RecipeStage{tier='three', recipe=8xitem.PipeItemsQuartz@4:[net.minecraftforge.oredict.OreIngredient@2ed4c7a6, net.minecraftforge.oredict.OreIngredient@14c92868, net.minecraftforge.oredict.OreIngredient@4ed50541]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7890 buildcrafttransport:pipe_quartz_item_yellow RecipeStage{tier='three', recipe=8xitem.PipeItemsQuartz@5:[net.minecraftforge.oredict.OreIngredient@4ce30c2b, net.minecraftforge.oredict.OreIngredient@772d00a4, net.minecraftforge.oredict.OreIngredient@2afaf7fb]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7891 buildcrafttransport:pipe_quartz_item_lime RecipeStage{tier='three', recipe=8xitem.PipeItemsQuartz@6:[net.minecraftforge.oredict.OreIngredient@77fa43eb, net.minecraftforge.oredict.OreIngredient@15752e1c, net.minecraftforge.oredict.OreIngredient@ac227c0]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7892 buildcrafttransport:pipe_quartz_item_pink RecipeStage{tier='three', recipe=8xitem.PipeItemsQuartz@7:[net.minecraftforge.oredict.OreIngredient@77d162f8, net.minecraftforge.oredict.OreIngredient@500f71b1, net.minecraftforge.oredict.OreIngredient@6c36b7e5]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7893 buildcrafttransport:pipe_quartz_item_gray RecipeStage{tier='three', recipe=8xitem.PipeItemsQuartz@8:[net.minecraftforge.oredict.OreIngredient@72c8eb38, net.minecraftforge.oredict.OreIngredient@319d20, net.minecraftforge.oredict.OreIngredient@2b98e31b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7894 buildcrafttransport:pipe_quartz_item_silver RecipeStage{tier='three', recipe=8xitem.PipeItemsQuartz@9:[net.minecraftforge.oredict.OreIngredient@2f08dda2, net.minecraftforge.oredict.OreIngredient@4f303eb2, net.minecraftforge.oredict.OreIngredient@43646363]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7895 buildcrafttransport:pipe_quartz_item_cyan RecipeStage{tier='three', recipe=8xitem.PipeItemsQuartz@10:[net.minecraftforge.oredict.OreIngredient@5fce56d3, net.minecraftforge.oredict.OreIngredient@715a25c4, net.minecraftforge.oredict.OreIngredient@3f514932]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7896 buildcrafttransport:pipe_quartz_item_purple RecipeStage{tier='three', recipe=8xitem.PipeItemsQuartz@11:[net.minecraftforge.oredict.OreIngredient@792b4ed1, net.minecraftforge.oredict.OreIngredient@6cd2e84e, net.minecraftforge.oredict.OreIngredient@4c86901f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7897 buildcrafttransport:pipe_quartz_item_blue RecipeStage{tier='three', recipe=8xitem.PipeItemsQuartz@12:[net.minecraftforge.oredict.OreIngredient@6ce36119, net.minecraftforge.oredict.OreIngredient@6ff608b7, net.minecraftforge.oredict.OreIngredient@149d02f2]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7898 buildcrafttransport:pipe_quartz_item_brown RecipeStage{tier='three', recipe=8xitem.PipeItemsQuartz@13:[net.minecraftforge.oredict.OreIngredient@3848c765, net.minecraftforge.oredict.OreIngredient@1bd2c38c, net.minecraftforge.oredict.OreIngredient@443ec80c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7899 buildcrafttransport:pipe_quartz_item_green RecipeStage{tier='three', recipe=8xitem.PipeItemsQuartz@14:[net.minecraftforge.oredict.OreIngredient@e0183a6, net.minecraftforge.oredict.OreIngredient@318e2e74, net.minecraftforge.oredict.OreIngredient@3ccd44c2]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7900 buildcrafttransport:pipe_quartz_item_red RecipeStage{tier='three', recipe=8xitem.PipeItemsQuartz@15:[net.minecraftforge.oredict.OreIngredient@23057fa7, net.minecraftforge.oredict.OreIngredient@3585b91c, net.minecraftforge.oredict.OreIngredient@75b8c451]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7901 buildcrafttransport:pipe_quartz_item_black RecipeStage{tier='three', recipe=8xitem.PipeItemsQuartz@16:[net.minecraftforge.oredict.OreIngredient@42b57a49, net.minecraftforge.oredict.OreIngredient@6949ae74, net.minecraftforge.oredict.OreIngredient@719cb402]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7902 buildcrafttransport:pipe_iron_item_colorless RecipeStage{tier='three', recipe=8xitem.PipeItemsIron@0:[net.minecraftforge.oredict.OreIngredient@640191b2, net.minecraftforge.oredict.OreIngredient@54372ffb, net.minecraftforge.oredict.OreIngredient@70a90594]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7903 buildcrafttransport:pipe_iron_item_white RecipeStage{tier='three', recipe=8xitem.PipeItemsIron@1:[net.minecraftforge.oredict.OreIngredient@4f840dcf, net.minecraftforge.oredict.OreIngredient@1a1c85f5, net.minecraftforge.oredict.OreIngredient@77b9240e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7904 buildcrafttransport:pipe_iron_item_orange RecipeStage{tier='three', recipe=8xitem.PipeItemsIron@2:[net.minecraftforge.oredict.OreIngredient@56fe5eb7, net.minecraftforge.oredict.OreIngredient@16948ae1, net.minecraftforge.oredict.OreIngredient@68599932]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7905 buildcrafttransport:pipe_iron_item_magenta RecipeStage{tier='three', recipe=8xitem.PipeItemsIron@3:[net.minecraftforge.oredict.OreIngredient@5596e7b1, net.minecraftforge.oredict.OreIngredient@43532b6f, net.minecraftforge.oredict.OreIngredient@71a26438]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7906 buildcrafttransport:pipe_iron_item_lightblue RecipeStage{tier='three', recipe=8xitem.PipeItemsIron@4:[net.minecraftforge.oredict.OreIngredient@183cdb7e, net.minecraftforge.oredict.OreIngredient@200fab82, net.minecraftforge.oredict.OreIngredient@7addefe5]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7907 buildcrafttransport:pipe_iron_item_yellow RecipeStage{tier='three', recipe=8xitem.PipeItemsIron@5:[net.minecraftforge.oredict.OreIngredient@c366f8d, net.minecraftforge.oredict.OreIngredient@448fe020, net.minecraftforge.oredict.OreIngredient@19810b29]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7908 buildcrafttransport:pipe_iron_item_lime RecipeStage{tier='three', recipe=8xitem.PipeItemsIron@6:[net.minecraftforge.oredict.OreIngredient@74b6aa1b, net.minecraftforge.oredict.OreIngredient@5eca5d88, net.minecraftforge.oredict.OreIngredient@657f2fe7]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7909 buildcrafttransport:pipe_iron_item_pink RecipeStage{tier='three', recipe=8xitem.PipeItemsIron@7:[net.minecraftforge.oredict.OreIngredient@4b0dd1b2, net.minecraftforge.oredict.OreIngredient@5bbbfe54, net.minecraftforge.oredict.OreIngredient@5711df23]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7910 buildcrafttransport:pipe_iron_item_gray RecipeStage{tier='three', recipe=8xitem.PipeItemsIron@8:[net.minecraftforge.oredict.OreIngredient@26480e17, net.minecraftforge.oredict.OreIngredient@7b343dcf, net.minecraftforge.oredict.OreIngredient@7ff9253a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7911 buildcrafttransport:pipe_iron_item_silver RecipeStage{tier='three', recipe=8xitem.PipeItemsIron@9:[net.minecraftforge.oredict.OreIngredient@7016a8df, net.minecraftforge.oredict.OreIngredient@1cf00456, net.minecraftforge.oredict.OreIngredient@46708312]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7912 buildcrafttransport:pipe_iron_item_cyan RecipeStage{tier='three', recipe=8xitem.PipeItemsIron@10:[net.minecraftforge.oredict.OreIngredient@e5fff15, net.minecraftforge.oredict.OreIngredient@50bbeab3, net.minecraftforge.oredict.OreIngredient@4c7585df]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7913 buildcrafttransport:pipe_iron_item_purple RecipeStage{tier='three', recipe=8xitem.PipeItemsIron@11:[net.minecraftforge.oredict.OreIngredient@3d8c0a60, net.minecraftforge.oredict.OreIngredient@5256ac14, net.minecraftforge.oredict.OreIngredient@5d372b73]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7914 buildcrafttransport:pipe_iron_item_blue RecipeStage{tier='three', recipe=8xitem.PipeItemsIron@12:[net.minecraftforge.oredict.OreIngredient@14089697, net.minecraftforge.oredict.OreIngredient@17d17fce, net.minecraftforge.oredict.OreIngredient@70004bd6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7915 buildcrafttransport:pipe_iron_item_brown RecipeStage{tier='three', recipe=8xitem.PipeItemsIron@13:[net.minecraftforge.oredict.OreIngredient@5cfa18e9, net.minecraftforge.oredict.OreIngredient@32e59340, net.minecraftforge.oredict.OreIngredient@2ed6a65b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7916 buildcrafttransport:pipe_iron_item_green RecipeStage{tier='three', recipe=8xitem.PipeItemsIron@14:[net.minecraftforge.oredict.OreIngredient@6243a3e, net.minecraftforge.oredict.OreIngredient@33a4fb7, net.minecraftforge.oredict.OreIngredient@1ddbb0df]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7917 buildcrafttransport:pipe_iron_item_red RecipeStage{tier='three', recipe=8xitem.PipeItemsIron@15:[net.minecraftforge.oredict.OreIngredient@46b39e8, net.minecraftforge.oredict.OreIngredient@15e0943c, net.minecraftforge.oredict.OreIngredient@44763cf2]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7918 buildcrafttransport:pipe_iron_item_black RecipeStage{tier='three', recipe=8xitem.PipeItemsIron@16:[net.minecraftforge.oredict.OreIngredient@2358a474, net.minecraftforge.oredict.OreIngredient@47eca2de, net.minecraftforge.oredict.OreIngredient@56bc9d41]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7919 buildcrafttransport:pipe_gold_item_colorless RecipeStage{tier='four', recipe=8xitem.PipeItemsGold@0:[net.minecraftforge.oredict.OreIngredient@5494bd5d, net.minecraftforge.oredict.OreIngredient@44a8c059, net.minecraftforge.oredict.OreIngredient@6670741b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7920 buildcrafttransport:pipe_gold_item_white RecipeStage{tier='four', recipe=8xitem.PipeItemsGold@1:[net.minecraftforge.oredict.OreIngredient@4971ea03, net.minecraftforge.oredict.OreIngredient@2eec3853, net.minecraftforge.oredict.OreIngredient@2cc48f9a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7921 buildcrafttransport:pipe_gold_item_orange RecipeStage{tier='four', recipe=8xitem.PipeItemsGold@2:[net.minecraftforge.oredict.OreIngredient@268b5a10, net.minecraftforge.oredict.OreIngredient@61da2220, net.minecraftforge.oredict.OreIngredient@2ebba904]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7922 buildcrafttransport:pipe_gold_item_magenta RecipeStage{tier='four', recipe=8xitem.PipeItemsGold@3:[net.minecraftforge.oredict.OreIngredient@19ba85fb, net.minecraftforge.oredict.OreIngredient@5ac10814, net.minecraftforge.oredict.OreIngredient@6abafc41]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7923 buildcrafttransport:pipe_gold_item_lightblue RecipeStage{tier='four', recipe=8xitem.PipeItemsGold@4:[net.minecraftforge.oredict.OreIngredient@1a4d9012, net.minecraftforge.oredict.OreIngredient@75fb12b7, net.minecraftforge.oredict.OreIngredient@27282fee]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7924 buildcrafttransport:pipe_gold_item_yellow RecipeStage{tier='four', recipe=8xitem.PipeItemsGold@5:[net.minecraftforge.oredict.OreIngredient@7ebaa5be, net.minecraftforge.oredict.OreIngredient@354875c4, net.minecraftforge.oredict.OreIngredient@180bb2d8]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7925 buildcrafttransport:pipe_gold_item_lime RecipeStage{tier='four', recipe=8xitem.PipeItemsGold@6:[net.minecraftforge.oredict.OreIngredient@1d3bf263, net.minecraftforge.oredict.OreIngredient@2e73a6e3, net.minecraftforge.oredict.OreIngredient@58e31e6e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7926 buildcrafttransport:pipe_gold_item_pink RecipeStage{tier='four', recipe=8xitem.PipeItemsGold@7:[net.minecraftforge.oredict.OreIngredient@63232623, net.minecraftforge.oredict.OreIngredient@1084aa74, net.minecraftforge.oredict.OreIngredient@23734447]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7927 buildcrafttransport:pipe_gold_item_gray RecipeStage{tier='four', recipe=8xitem.PipeItemsGold@8:[net.minecraftforge.oredict.OreIngredient@4bbed6, net.minecraftforge.oredict.OreIngredient@cc149be, net.minecraftforge.oredict.OreIngredient@392383e4]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7928 buildcrafttransport:pipe_gold_item_silver RecipeStage{tier='four', recipe=8xitem.PipeItemsGold@9:[net.minecraftforge.oredict.OreIngredient@3788dc59, net.minecraftforge.oredict.OreIngredient@141b62aa, net.minecraftforge.oredict.OreIngredient@121145ef]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7929 buildcrafttransport:pipe_gold_item_cyan RecipeStage{tier='four', recipe=8xitem.PipeItemsGold@10:[net.minecraftforge.oredict.OreIngredient@4cd7e593, net.minecraftforge.oredict.OreIngredient@1b30d9dd, net.minecraftforge.oredict.OreIngredient@54f1ffdb]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7930 buildcrafttransport:pipe_gold_item_purple RecipeStage{tier='four', recipe=8xitem.PipeItemsGold@11:[net.minecraftforge.oredict.OreIngredient@31ce5fce, net.minecraftforge.oredict.OreIngredient@77f9b3b4, net.minecraftforge.oredict.OreIngredient@6a9a610b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7931 buildcrafttransport:pipe_gold_item_blue RecipeStage{tier='four', recipe=8xitem.PipeItemsGold@12:[net.minecraftforge.oredict.OreIngredient@40b37e2b, net.minecraftforge.oredict.OreIngredient@43c6a58b, net.minecraftforge.oredict.OreIngredient@7918dd0f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7932 buildcrafttransport:pipe_gold_item_brown RecipeStage{tier='four', recipe=8xitem.PipeItemsGold@13:[net.minecraftforge.oredict.OreIngredient@18127d4c, net.minecraftforge.oredict.OreIngredient@51412879, net.minecraftforge.oredict.OreIngredient@275d3be4]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7933 buildcrafttransport:pipe_gold_item_green RecipeStage{tier='four', recipe=8xitem.PipeItemsGold@14:[net.minecraftforge.oredict.OreIngredient@41ab5dea, net.minecraftforge.oredict.OreIngredient@573d3f45, net.minecraftforge.oredict.OreIngredient@fe7dc20]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7934 buildcrafttransport:pipe_gold_item_red RecipeStage{tier='four', recipe=8xitem.PipeItemsGold@15:[net.minecraftforge.oredict.OreIngredient@43ba0198, net.minecraftforge.oredict.OreIngredient@4c740d10, net.minecraftforge.oredict.OreIngredient@728dd313]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7935 buildcrafttransport:pipe_gold_item_black RecipeStage{tier='four', recipe=8xitem.PipeItemsGold@16:[net.minecraftforge.oredict.OreIngredient@2d5d51b0, net.minecraftforge.oredict.OreIngredient@5da49df4, net.minecraftforge.oredict.OreIngredient@31540a43]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7936 buildcrafttransport:pipe_clay_item_colorless RecipeStage{tier='three', recipe=8xitem.PipeItemsClay@0:[net.minecraft.item.crafting.Ingredient@653d6343, net.minecraftforge.oredict.OreIngredient@d1813e9, net.minecraft.item.crafting.Ingredient@74aa7bb5]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7937 buildcrafttransport:pipe_clay_item_white RecipeStage{tier='three', recipe=8xitem.PipeItemsClay@1:[net.minecraft.item.crafting.Ingredient@72d986d5, net.minecraftforge.oredict.OreIngredient@1843eafb, net.minecraft.item.crafting.Ingredient@55092ce8]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7938 buildcrafttransport:pipe_clay_item_orange RecipeStage{tier='three', recipe=8xitem.PipeItemsClay@2:[net.minecraft.item.crafting.Ingredient@5c33a2fa, net.minecraftforge.oredict.OreIngredient@47d29529, net.minecraft.item.crafting.Ingredient@40c1bbf8]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7939 buildcrafttransport:pipe_clay_item_magenta RecipeStage{tier='three', recipe=8xitem.PipeItemsClay@3:[net.minecraft.item.crafting.Ingredient@77ded2c6, net.minecraftforge.oredict.OreIngredient@6925181b, net.minecraft.item.crafting.Ingredient@3a8db9be]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7940 buildcrafttransport:pipe_clay_item_lightblue RecipeStage{tier='three', recipe=8xitem.PipeItemsClay@4:[net.minecraft.item.crafting.Ingredient@2a94aa4, net.minecraftforge.oredict.OreIngredient@149a6c6a, net.minecraft.item.crafting.Ingredient@55be5306]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7941 buildcrafttransport:pipe_clay_item_yellow RecipeStage{tier='three', recipe=8xitem.PipeItemsClay@5:[net.minecraft.item.crafting.Ingredient@58cd1d44, net.minecraftforge.oredict.OreIngredient@38f29997, net.minecraft.item.crafting.Ingredient@7fcc4338]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7942 buildcrafttransport:pipe_clay_item_lime RecipeStage{tier='three', recipe=8xitem.PipeItemsClay@6:[net.minecraft.item.crafting.Ingredient@540c0cd7, net.minecraftforge.oredict.OreIngredient@65d65673, net.minecraft.item.crafting.Ingredient@494450ed]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7943 buildcrafttransport:pipe_clay_item_pink RecipeStage{tier='three', recipe=8xitem.PipeItemsClay@7:[net.minecraft.item.crafting.Ingredient@6d7ea751, net.minecraftforge.oredict.OreIngredient@51e4ea5c, net.minecraft.item.crafting.Ingredient@656512b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7944 buildcrafttransport:pipe_clay_item_gray RecipeStage{tier='three', recipe=8xitem.PipeItemsClay@8:[net.minecraft.item.crafting.Ingredient@13d2f8ab, net.minecraftforge.oredict.OreIngredient@51f99442, net.minecraft.item.crafting.Ingredient@27393cf3]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7945 buildcrafttransport:pipe_clay_item_silver RecipeStage{tier='three', recipe=8xitem.PipeItemsClay@9:[net.minecraft.item.crafting.Ingredient@2a0e8533, net.minecraftforge.oredict.OreIngredient@59f82d74, net.minecraft.item.crafting.Ingredient@44beea25]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7946 buildcrafttransport:pipe_clay_item_cyan RecipeStage{tier='three', recipe=8xitem.PipeItemsClay@10:[net.minecraft.item.crafting.Ingredient@4064c2b2, net.minecraftforge.oredict.OreIngredient@6b33f7d7, net.minecraft.item.crafting.Ingredient@73b8e759]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7947 buildcrafttransport:pipe_clay_item_purple RecipeStage{tier='three', recipe=8xitem.PipeItemsClay@11:[net.minecraft.item.crafting.Ingredient@7c928edd, net.minecraftforge.oredict.OreIngredient@3cddf7b5, net.minecraft.item.crafting.Ingredient@48a42c39]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7948 buildcrafttransport:pipe_clay_item_blue RecipeStage{tier='three', recipe=8xitem.PipeItemsClay@12:[net.minecraft.item.crafting.Ingredient@6310435d, net.minecraftforge.oredict.OreIngredient@598f404f, net.minecraft.item.crafting.Ingredient@a3c7ee2]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7949 buildcrafttransport:pipe_clay_item_brown RecipeStage{tier='three', recipe=8xitem.PipeItemsClay@13:[net.minecraft.item.crafting.Ingredient@55110c6a, net.minecraftforge.oredict.OreIngredient@1f1d01b5, net.minecraft.item.crafting.Ingredient@3c33a344]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7950 buildcrafttransport:pipe_clay_item_green RecipeStage{tier='three', recipe=8xitem.PipeItemsClay@14:[net.minecraft.item.crafting.Ingredient@2371229b, net.minecraftforge.oredict.OreIngredient@759e3561, net.minecraft.item.crafting.Ingredient@2798c32]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7951 buildcrafttransport:pipe_clay_item_red RecipeStage{tier='three', recipe=8xitem.PipeItemsClay@15:[net.minecraft.item.crafting.Ingredient@511a4d1c, net.minecraftforge.oredict.OreIngredient@1bfd58b4, net.minecraft.item.crafting.Ingredient@1fcc4311]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7952 buildcrafttransport:pipe_clay_item_black RecipeStage{tier='three', recipe=8xitem.PipeItemsClay@16:[net.minecraft.item.crafting.Ingredient@4de4c54a, net.minecraftforge.oredict.OreIngredient@41840579, net.minecraft.item.crafting.Ingredient@30cdd32c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7953 buildcrafttransport:pipe_sandstone_item_colorless RecipeStage{tier='three', recipe=8xitem.PipeItemsSandstone@0:[net.minecraft.item.crafting.Ingredient@4c4b9599, net.minecraftforge.oredict.OreIngredient@738f0b63, net.minecraft.item.crafting.Ingredient@12c16b8f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7954 buildcrafttransport:pipe_sandstone_item_white RecipeStage{tier='three', recipe=8xitem.PipeItemsSandstone@1:[net.minecraft.item.crafting.Ingredient@32129223, net.minecraftforge.oredict.OreIngredient@20c9d8ff, net.minecraft.item.crafting.Ingredient@2b960afd]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7955 buildcrafttransport:pipe_sandstone_item_orange RecipeStage{tier='three', recipe=8xitem.PipeItemsSandstone@2:[net.minecraft.item.crafting.Ingredient@d67a4e8, net.minecraftforge.oredict.OreIngredient@78ddaa53, net.minecraft.item.crafting.Ingredient@16bd865b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7956 buildcrafttransport:pipe_sandstone_item_magenta RecipeStage{tier='three', recipe=8xitem.PipeItemsSandstone@3:[net.minecraft.item.crafting.Ingredient@7610ead1, net.minecraftforge.oredict.OreIngredient@197f99fb, net.minecraft.item.crafting.Ingredient@c653516]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7957 buildcrafttransport:pipe_sandstone_item_lightblue RecipeStage{tier='three', recipe=8xitem.PipeItemsSandstone@4:[net.minecraft.item.crafting.Ingredient@2cdc2b15, net.minecraftforge.oredict.OreIngredient@6ce18691, net.minecraft.item.crafting.Ingredient@9b4761d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7958 buildcrafttransport:pipe_sandstone_item_yellow RecipeStage{tier='three', recipe=8xitem.PipeItemsSandstone@5:[net.minecraft.item.crafting.Ingredient@246696f9, net.minecraftforge.oredict.OreIngredient@6efdc2b0, net.minecraft.item.crafting.Ingredient@ec818f6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7959 buildcrafttransport:pipe_sandstone_item_lime RecipeStage{tier='three', recipe=8xitem.PipeItemsSandstone@6:[net.minecraft.item.crafting.Ingredient@6be4ceba, net.minecraftforge.oredict.OreIngredient@254dcade, net.minecraft.item.crafting.Ingredient@25a57498]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7960 buildcrafttransport:pipe_sandstone_item_pink RecipeStage{tier='three', recipe=8xitem.PipeItemsSandstone@7:[net.minecraft.item.crafting.Ingredient@39969f25, net.minecraftforge.oredict.OreIngredient@7cc91a3c, net.minecraft.item.crafting.Ingredient@37192d3b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7961 buildcrafttransport:pipe_sandstone_item_gray RecipeStage{tier='three', recipe=8xitem.PipeItemsSandstone@8:[net.minecraft.item.crafting.Ingredient@5535a2fb, net.minecraftforge.oredict.OreIngredient@1f17ca32, net.minecraft.item.crafting.Ingredient@2b3b2d93]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7962 buildcrafttransport:pipe_sandstone_item_silver RecipeStage{tier='three', recipe=8xitem.PipeItemsSandstone@9:[net.minecraft.item.crafting.Ingredient@472bb4e, net.minecraftforge.oredict.OreIngredient@57305b54, net.minecraft.item.crafting.Ingredient@76d749e6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7963 buildcrafttransport:pipe_sandstone_item_cyan RecipeStage{tier='three', recipe=8xitem.PipeItemsSandstone@10:[net.minecraft.item.crafting.Ingredient@7d78c9c9, net.minecraftforge.oredict.OreIngredient@64932073, net.minecraft.item.crafting.Ingredient@312c37f9]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7964 buildcrafttransport:pipe_sandstone_item_purple RecipeStage{tier='three', recipe=8xitem.PipeItemsSandstone@11:[net.minecraft.item.crafting.Ingredient@3e00e3cb, net.minecraftforge.oredict.OreIngredient@13aead1e, net.minecraft.item.crafting.Ingredient@6ec3980d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7965 buildcrafttransport:pipe_sandstone_item_blue RecipeStage{tier='three', recipe=8xitem.PipeItemsSandstone@12:[net.minecraft.item.crafting.Ingredient@45ca6de0, net.minecraftforge.oredict.OreIngredient@519b1b00, net.minecraft.item.crafting.Ingredient@373b96a4]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7966 buildcrafttransport:pipe_sandstone_item_brown RecipeStage{tier='three', recipe=8xitem.PipeItemsSandstone@13:[net.minecraft.item.crafting.Ingredient@556f2be7, net.minecraftforge.oredict.OreIngredient@37c04692, net.minecraft.item.crafting.Ingredient@3e8a1958]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7967 buildcrafttransport:pipe_sandstone_item_green RecipeStage{tier='three', recipe=8xitem.PipeItemsSandstone@14:[net.minecraft.item.crafting.Ingredient@3ffc9690, net.minecraftforge.oredict.OreIngredient@64132090, net.minecraft.item.crafting.Ingredient@51d218ee]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7968 buildcrafttransport:pipe_sandstone_item_red RecipeStage{tier='three', recipe=8xitem.PipeItemsSandstone@15:[net.minecraft.item.crafting.Ingredient@294ed3a0, net.minecraftforge.oredict.OreIngredient@1570113c, net.minecraft.item.crafting.Ingredient@681aab0f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7969 buildcrafttransport:pipe_sandstone_item_black RecipeStage{tier='three', recipe=8xitem.PipeItemsSandstone@16:[net.minecraft.item.crafting.Ingredient@5424af12, net.minecraftforge.oredict.OreIngredient@7cb721bc, net.minecraft.item.crafting.Ingredient@69db244a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7971 buildcrafttransport:pipe_void_item_white RecipeStage{tier='three', recipe=8xitem.PipeItemsVoid@1:[net.minecraft.item.crafting.Ingredient@2c26517c, net.minecraftforge.oredict.OreIngredient@12cf50df, net.minecraftforge.oredict.OreIngredient@73fc7946]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7972 buildcrafttransport:pipe_void_item_orange RecipeStage{tier='three', recipe=8xitem.PipeItemsVoid@2:[net.minecraft.item.crafting.Ingredient@18173290, net.minecraftforge.oredict.OreIngredient@6010aeec, net.minecraftforge.oredict.OreIngredient@8315e9d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7973 buildcrafttransport:pipe_void_item_magenta RecipeStage{tier='three', recipe=8xitem.PipeItemsVoid@3:[net.minecraft.item.crafting.Ingredient@66c52d5f, net.minecraftforge.oredict.OreIngredient@100f70e, net.minecraftforge.oredict.OreIngredient@640242ac]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7974 buildcrafttransport:pipe_void_item_lightblue RecipeStage{tier='three', recipe=8xitem.PipeItemsVoid@4:[net.minecraft.item.crafting.Ingredient@31dc5d6e, net.minecraftforge.oredict.OreIngredient@410349b5, net.minecraftforge.oredict.OreIngredient@473d7edb]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7975 buildcrafttransport:pipe_void_item_yellow RecipeStage{tier='three', recipe=8xitem.PipeItemsVoid@5:[net.minecraft.item.crafting.Ingredient@d050d99, net.minecraftforge.oredict.OreIngredient@7af7da3c, net.minecraftforge.oredict.OreIngredient@21626144]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7976 buildcrafttransport:pipe_void_item_lime RecipeStage{tier='three', recipe=8xitem.PipeItemsVoid@6:[net.minecraft.item.crafting.Ingredient@96c5100, net.minecraftforge.oredict.OreIngredient@7f547258, net.minecraftforge.oredict.OreIngredient@3bb67928]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7977 buildcrafttransport:pipe_void_item_pink RecipeStage{tier='three', recipe=8xitem.PipeItemsVoid@7:[net.minecraft.item.crafting.Ingredient@3f161c90, net.minecraftforge.oredict.OreIngredient@6b7b2f65, net.minecraftforge.oredict.OreIngredient@37615d63]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7978 buildcrafttransport:pipe_void_item_gray RecipeStage{tier='three', recipe=8xitem.PipeItemsVoid@8:[net.minecraft.item.crafting.Ingredient@7d1ce22b, net.minecraftforge.oredict.OreIngredient@72992dd9, net.minecraftforge.oredict.OreIngredient@40ab32ae]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7979 buildcrafttransport:pipe_void_item_silver RecipeStage{tier='three', recipe=8xitem.PipeItemsVoid@9:[net.minecraft.item.crafting.Ingredient@16823d38, net.minecraftforge.oredict.OreIngredient@34e940dc, net.minecraftforge.oredict.OreIngredient@f255304]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7980 buildcrafttransport:pipe_void_item_cyan RecipeStage{tier='three', recipe=8xitem.PipeItemsVoid@10:[net.minecraft.item.crafting.Ingredient@1369dd6c, net.minecraftforge.oredict.OreIngredient@486058d4, net.minecraftforge.oredict.OreIngredient@36f10176]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7981 buildcrafttransport:pipe_void_item_purple RecipeStage{tier='three', recipe=8xitem.PipeItemsVoid@11:[net.minecraft.item.crafting.Ingredient@2bcd2d63, net.minecraftforge.oredict.OreIngredient@5f653f50, net.minecraftforge.oredict.OreIngredient@150963dd]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7982 buildcrafttransport:pipe_void_item_blue RecipeStage{tier='three', recipe=8xitem.PipeItemsVoid@12:[net.minecraft.item.crafting.Ingredient@7b165db8, net.minecraftforge.oredict.OreIngredient@5336eac8, net.minecraftforge.oredict.OreIngredient@255fde8c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7983 buildcrafttransport:pipe_void_item_brown RecipeStage{tier='three', recipe=8xitem.PipeItemsVoid@13:[net.minecraft.item.crafting.Ingredient@3597ec86, net.minecraftforge.oredict.OreIngredient@ae338a8, net.minecraftforge.oredict.OreIngredient@6e67ff06]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7984 buildcrafttransport:pipe_void_item_green RecipeStage{tier='three', recipe=8xitem.PipeItemsVoid@14:[net.minecraft.item.crafting.Ingredient@50c6ac63, net.minecraftforge.oredict.OreIngredient@12bda843, net.minecraftforge.oredict.OreIngredient@108f6b2]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7985 buildcrafttransport:pipe_void_item_red RecipeStage{tier='three', recipe=8xitem.PipeItemsVoid@15:[net.minecraft.item.crafting.Ingredient@512729d9, net.minecraftforge.oredict.OreIngredient@685cb521, net.minecraftforge.oredict.OreIngredient@17dce829]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7986 buildcrafttransport:pipe_void_item_black RecipeStage{tier='three', recipe=8xitem.PipeItemsVoid@16:[net.minecraft.item.crafting.Ingredient@dc30196, net.minecraftforge.oredict.OreIngredient@70d67a9e, net.minecraftforge.oredict.OreIngredient@7d2e2da7]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7987 buildcrafttransport:pipe_obsidian_item_colorless RecipeStage{tier='four', recipe=8xitem.PipeItemsObsidian@0:[net.minecraft.item.crafting.Ingredient@1497d529, net.minecraftforge.oredict.OreIngredient@5b191a16, net.minecraft.item.crafting.Ingredient@18588109]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7988 buildcrafttransport:pipe_obsidian_item_white RecipeStage{tier='four', recipe=8xitem.PipeItemsObsidian@1:[net.minecraft.item.crafting.Ingredient@1d75b309, net.minecraftforge.oredict.OreIngredient@52a342f4, net.minecraft.item.crafting.Ingredient@41793967]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7989 buildcrafttransport:pipe_obsidian_item_orange RecipeStage{tier='four', recipe=8xitem.PipeItemsObsidian@2:[net.minecraft.item.crafting.Ingredient@5d121eb4, net.minecraftforge.oredict.OreIngredient@1dd4fad3, net.minecraft.item.crafting.Ingredient@55a8b670]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7990 buildcrafttransport:pipe_obsidian_item_magenta RecipeStage{tier='four', recipe=8xitem.PipeItemsObsidian@3:[net.minecraft.item.crafting.Ingredient@458b3c75, net.minecraftforge.oredict.OreIngredient@6fb86393, net.minecraft.item.crafting.Ingredient@55000982]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7991 buildcrafttransport:pipe_obsidian_item_lightblue RecipeStage{tier='four', recipe=8xitem.PipeItemsObsidian@4:[net.minecraft.item.crafting.Ingredient@704da1c5, net.minecraftforge.oredict.OreIngredient@9dca195, net.minecraft.item.crafting.Ingredient@2554ea57]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7992 buildcrafttransport:pipe_obsidian_item_yellow RecipeStage{tier='four', recipe=8xitem.PipeItemsObsidian@5:[net.minecraft.item.crafting.Ingredient@32988b71, net.minecraftforge.oredict.OreIngredient@5c2006a8, net.minecraft.item.crafting.Ingredient@309cc927]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7993 buildcrafttransport:pipe_obsidian_item_lime RecipeStage{tier='four', recipe=8xitem.PipeItemsObsidian@6:[net.minecraft.item.crafting.Ingredient@37e8494c, net.minecraftforge.oredict.OreIngredient@3da234a4, net.minecraft.item.crafting.Ingredient@616b7b67]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7994 buildcrafttransport:pipe_obsidian_item_pink RecipeStage{tier='four', recipe=8xitem.PipeItemsObsidian@7:[net.minecraft.item.crafting.Ingredient@650d5652, net.minecraftforge.oredict.OreIngredient@732ca187, net.minecraft.item.crafting.Ingredient@5f07b9d7]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7995 buildcrafttransport:pipe_obsidian_item_gray RecipeStage{tier='four', recipe=8xitem.PipeItemsObsidian@8:[net.minecraft.item.crafting.Ingredient@3a795cdc, net.minecraftforge.oredict.OreIngredient@4ee42141, net.minecraft.item.crafting.Ingredient@58d29345]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7996 buildcrafttransport:pipe_obsidian_item_silver RecipeStage{tier='four', recipe=8xitem.PipeItemsObsidian@9:[net.minecraft.item.crafting.Ingredient@42a1f07e, net.minecraftforge.oredict.OreIngredient@61a4dd78, net.minecraft.item.crafting.Ingredient@e250bd4]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7997 buildcrafttransport:pipe_obsidian_item_cyan RecipeStage{tier='four', recipe=8xitem.PipeItemsObsidian@10:[net.minecraft.item.crafting.Ingredient@68ebfe38, net.minecraftforge.oredict.OreIngredient@9be68f9, net.minecraft.item.crafting.Ingredient@4e36235a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7998 buildcrafttransport:pipe_obsidian_item_purple RecipeStage{tier='four', recipe=8xitem.PipeItemsObsidian@11:[net.minecraft.item.crafting.Ingredient@3dd36709, net.minecraftforge.oredict.OreIngredient@3883ee13, net.minecraft.item.crafting.Ingredient@4280bf1a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7999 buildcrafttransport:pipe_obsidian_item_blue RecipeStage{tier='four', recipe=8xitem.PipeItemsObsidian@12:[net.minecraft.item.crafting.Ingredient@66da1ba5, net.minecraftforge.oredict.OreIngredient@6b18152, net.minecraft.item.crafting.Ingredient@21e5100b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8000 buildcrafttransport:pipe_obsidian_item_brown RecipeStage{tier='four', recipe=8xitem.PipeItemsObsidian@13:[net.minecraft.item.crafting.Ingredient@4e55ded0, net.minecraftforge.oredict.OreIngredient@4d8848ed, net.minecraft.item.crafting.Ingredient@47b9ea59]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8001 buildcrafttransport:pipe_obsidian_item_green RecipeStage{tier='four', recipe=8xitem.PipeItemsObsidian@14:[net.minecraft.item.crafting.Ingredient@725ac56e, net.minecraftforge.oredict.OreIngredient@7579f2d4, net.minecraft.item.crafting.Ingredient@7a39025e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8002 buildcrafttransport:pipe_obsidian_item_red RecipeStage{tier='four', recipe=8xitem.PipeItemsObsidian@15:[net.minecraft.item.crafting.Ingredient@a3bc36c, net.minecraftforge.oredict.OreIngredient@277a105, net.minecraft.item.crafting.Ingredient@38221b87]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8003 buildcrafttransport:pipe_obsidian_item_black RecipeStage{tier='four', recipe=8xitem.PipeItemsObsidian@16:[net.minecraft.item.crafting.Ingredient@8200636, net.minecraftforge.oredict.OreIngredient@1fb62804, net.minecraft.item.crafting.Ingredient@20f6ca96]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8004 buildcrafttransport:pipe_diamond_item_colorless RecipeStage{tier='five', recipe=8xitem.PipeItemsDiamond@0:[net.minecraft.item.crafting.Ingredient@6f70a17a, net.minecraftforge.oredict.OreIngredient@571c854c, net.minecraft.item.crafting.Ingredient@79c46478]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8005 buildcrafttransport:pipe_diamond_item_white net.minecraftforge.oredict.ShapedOreRecipe@53256f98 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8006 buildcrafttransport:pipe_diamond_item_orange net.minecraftforge.oredict.ShapedOreRecipe@7c94e808 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8007 buildcrafttransport:pipe_diamond_item_magenta net.minecraftforge.oredict.ShapedOreRecipe@11d97548 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8008 buildcrafttransport:pipe_diamond_item_lightblue net.minecraftforge.oredict.ShapedOreRecipe@69bd6bc6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8009 buildcrafttransport:pipe_diamond_item_yellow net.minecraftforge.oredict.ShapedOreRecipe@e521c61 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8010 buildcrafttransport:pipe_diamond_item_lime net.minecraftforge.oredict.ShapedOreRecipe@e445561 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8011 buildcrafttransport:pipe_diamond_item_pink net.minecraftforge.oredict.ShapedOreRecipe@20eba916 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8012 buildcrafttransport:pipe_diamond_item_gray net.minecraftforge.oredict.ShapedOreRecipe@72383054 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8013 buildcrafttransport:pipe_diamond_item_silver net.minecraftforge.oredict.ShapedOreRecipe@6a87de61 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8014 buildcrafttransport:pipe_diamond_item_cyan net.minecraftforge.oredict.ShapedOreRecipe@e487480 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8015 buildcrafttransport:pipe_diamond_item_purple net.minecraftforge.oredict.ShapedOreRecipe@63f78e21 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8016 buildcrafttransport:pipe_diamond_item_blue net.minecraftforge.oredict.ShapedOreRecipe@61d11c05 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8017 buildcrafttransport:pipe_diamond_item_brown net.minecraftforge.oredict.ShapedOreRecipe@5823dea0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8018 buildcrafttransport:pipe_diamond_item_green net.minecraftforge.oredict.ShapedOreRecipe@7a1070e6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8019 buildcrafttransport:pipe_diamond_item_red net.minecraftforge.oredict.ShapedOreRecipe@21b849a1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8020 buildcrafttransport:pipe_diamond_item_black net.minecraftforge.oredict.ShapedOreRecipe@cf72c2e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8021 buildcrafttransport:pipe_lapis_item_colorless RecipeStage{tier='four', recipe=8xitem.PipeItemsLapis@0:[net.minecraft.item.crafting.Ingredient@2d9a3f5b, net.minecraftforge.oredict.OreIngredient@556cc14d, net.minecraft.item.crafting.Ingredient@36c70a22]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8022 buildcrafttransport:pipe_lapis_item_white RecipeStage{tier='four', recipe=8xitem.PipeItemsLapis@1:[net.minecraft.item.crafting.Ingredient@1cd38a37, net.minecraftforge.oredict.OreIngredient@219ed828, net.minecraft.item.crafting.Ingredient@12cb0595]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8023 buildcrafttransport:pipe_lapis_item_orange RecipeStage{tier='four', recipe=8xitem.PipeItemsLapis@2:[net.minecraft.item.crafting.Ingredient@39473935, net.minecraftforge.oredict.OreIngredient@2462adf8, net.minecraft.item.crafting.Ingredient@736a7425]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8024 buildcrafttransport:pipe_lapis_item_magenta RecipeStage{tier='four', recipe=8xitem.PipeItemsLapis@3:[net.minecraft.item.crafting.Ingredient@31cc4bbe, net.minecraftforge.oredict.OreIngredient@201ba85f, net.minecraft.item.crafting.Ingredient@11a7dafe]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8025 buildcrafttransport:pipe_lapis_item_lightblue RecipeStage{tier='four', recipe=8xitem.PipeItemsLapis@4:[net.minecraft.item.crafting.Ingredient@502997d4, net.minecraftforge.oredict.OreIngredient@252d1f4, net.minecraft.item.crafting.Ingredient@7ff6c705]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8026 buildcrafttransport:pipe_lapis_item_yellow RecipeStage{tier='four', recipe=8xitem.PipeItemsLapis@5:[net.minecraft.item.crafting.Ingredient@4081a1ad, net.minecraftforge.oredict.OreIngredient@1d4f25f2, net.minecraft.item.crafting.Ingredient@9068857]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8027 buildcrafttransport:pipe_lapis_item_lime RecipeStage{tier='four', recipe=8xitem.PipeItemsLapis@6:[net.minecraft.item.crafting.Ingredient@5cde4fa1, net.minecraftforge.oredict.OreIngredient@523e92e, net.minecraft.item.crafting.Ingredient@61a7205d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8028 buildcrafttransport:pipe_lapis_item_pink RecipeStage{tier='four', recipe=8xitem.PipeItemsLapis@7:[net.minecraft.item.crafting.Ingredient@421ff030, net.minecraftforge.oredict.OreIngredient@12751d, net.minecraft.item.crafting.Ingredient@1a6295e6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8029 buildcrafttransport:pipe_lapis_item_gray RecipeStage{tier='four', recipe=8xitem.PipeItemsLapis@8:[net.minecraft.item.crafting.Ingredient@4195e5b4, net.minecraftforge.oredict.OreIngredient@5c7fbbbf, net.minecraft.item.crafting.Ingredient@4fd695c5]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8030 buildcrafttransport:pipe_lapis_item_silver RecipeStage{tier='four', recipe=8xitem.PipeItemsLapis@9:[net.minecraft.item.crafting.Ingredient@7ef0deb3, net.minecraftforge.oredict.OreIngredient@2470e547, net.minecraft.item.crafting.Ingredient@5730415]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8031 buildcrafttransport:pipe_lapis_item_cyan RecipeStage{tier='four', recipe=8xitem.PipeItemsLapis@10:[net.minecraft.item.crafting.Ingredient@7d001fd4, net.minecraftforge.oredict.OreIngredient@43b7744e, net.minecraft.item.crafting.Ingredient@60ceefcd]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8032 buildcrafttransport:pipe_lapis_item_purple RecipeStage{tier='four', recipe=8xitem.PipeItemsLapis@11:[net.minecraft.item.crafting.Ingredient@51429d69, net.minecraftforge.oredict.OreIngredient@3e08a98d, net.minecraft.item.crafting.Ingredient@4665a00b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8033 buildcrafttransport:pipe_lapis_item_blue RecipeStage{tier='four', recipe=8xitem.PipeItemsLapis@12:[net.minecraft.item.crafting.Ingredient@59cbd5e7, net.minecraftforge.oredict.OreIngredient@49fad029, net.minecraft.item.crafting.Ingredient@3245532d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8034 buildcrafttransport:pipe_lapis_item_brown RecipeStage{tier='four', recipe=8xitem.PipeItemsLapis@13:[net.minecraft.item.crafting.Ingredient@6f49fe94, net.minecraftforge.oredict.OreIngredient@68e9f92b, net.minecraft.item.crafting.Ingredient@778d046b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8035 buildcrafttransport:pipe_lapis_item_green RecipeStage{tier='four', recipe=8xitem.PipeItemsLapis@14:[net.minecraft.item.crafting.Ingredient@73b14120, net.minecraftforge.oredict.OreIngredient@4b07217b, net.minecraft.item.crafting.Ingredient@6c80bd61]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8036 buildcrafttransport:pipe_lapis_item_red RecipeStage{tier='four', recipe=8xitem.PipeItemsLapis@15:[net.minecraft.item.crafting.Ingredient@498e61e, net.minecraftforge.oredict.OreIngredient@1f64d078, net.minecraft.item.crafting.Ingredient@6d1a3859]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8037 buildcrafttransport:pipe_lapis_item_black RecipeStage{tier='four', recipe=8xitem.PipeItemsLapis@16:[net.minecraft.item.crafting.Ingredient@69e59729, net.minecraftforge.oredict.OreIngredient@6c5f4f74, net.minecraft.item.crafting.Ingredient@5501b2bc]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8038 buildcrafttransport:pipe_daizuli_item_colorless RecipeStage{tier='five', recipe=8xitem.PipeItemsDaizuli@0:[net.minecraft.item.crafting.Ingredient@72f00638, net.minecraftforge.oredict.OreIngredient@3c0e0054, net.minecraft.item.crafting.Ingredient@2a3cce88]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8039 buildcrafttransport:pipe_daizuli_item_white net.minecraftforge.oredict.ShapedOreRecipe@5df870c6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8040 buildcrafttransport:pipe_daizuli_item_orange net.minecraftforge.oredict.ShapedOreRecipe@8a4e556 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8041 buildcrafttransport:pipe_daizuli_item_magenta net.minecraftforge.oredict.ShapedOreRecipe@7bd12902 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8042 buildcrafttransport:pipe_daizuli_item_lightblue net.minecraftforge.oredict.ShapedOreRecipe@4134464a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8043 buildcrafttransport:pipe_daizuli_item_yellow net.minecraftforge.oredict.ShapedOreRecipe@7593e427 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8044 buildcrafttransport:pipe_daizuli_item_lime net.minecraftforge.oredict.ShapedOreRecipe@495e503b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8045 buildcrafttransport:pipe_daizuli_item_pink net.minecraftforge.oredict.ShapedOreRecipe@39393303 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8046 buildcrafttransport:pipe_daizuli_item_gray net.minecraftforge.oredict.ShapedOreRecipe@59f2e2e8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8047 buildcrafttransport:pipe_daizuli_item_silver net.minecraftforge.oredict.ShapedOreRecipe@4a8cd157 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8048 buildcrafttransport:pipe_daizuli_item_cyan net.minecraftforge.oredict.ShapedOreRecipe@5a8719db +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8049 buildcrafttransport:pipe_daizuli_item_purple net.minecraftforge.oredict.ShapedOreRecipe@1f824a09 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8050 buildcrafttransport:pipe_daizuli_item_blue net.minecraftforge.oredict.ShapedOreRecipe@3da8049e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8051 buildcrafttransport:pipe_daizuli_item_brown net.minecraftforge.oredict.ShapedOreRecipe@601e0fde +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8052 buildcrafttransport:pipe_daizuli_item_green net.minecraftforge.oredict.ShapedOreRecipe@5ff6bad2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8053 buildcrafttransport:pipe_daizuli_item_red net.minecraftforge.oredict.ShapedOreRecipe@3d97635f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8054 buildcrafttransport:pipe_daizuli_item_black net.minecraftforge.oredict.ShapedOreRecipe@31cdea58 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8055 buildcrafttransport:pipe_diamond_wood_item_colorless RecipeStage{tier='five', recipe=8xitem.PipeItemsWoodenDiamond@0:[net.minecraftforge.oredict.OreIngredient@49e18998, net.minecraftforge.oredict.OreIngredient@2b51d2e1, net.minecraft.item.crafting.Ingredient@2b440837]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8056 buildcrafttransport:pipe_diamond_wood_item_white RecipeStage{tier='five', recipe=8xitem.PipeItemsWoodenDiamond@1:[net.minecraftforge.oredict.OreIngredient@30f8988a, net.minecraftforge.oredict.OreIngredient@1e952047, net.minecraft.item.crafting.Ingredient@3b762b12]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8057 buildcrafttransport:pipe_diamond_wood_item_orange RecipeStage{tier='five', recipe=8xitem.PipeItemsWoodenDiamond@2:[net.minecraftforge.oredict.OreIngredient@1c2cf788, net.minecraftforge.oredict.OreIngredient@21a8ec3a, net.minecraft.item.crafting.Ingredient@160871a4]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8058 buildcrafttransport:pipe_diamond_wood_item_magenta RecipeStage{tier='five', recipe=8xitem.PipeItemsWoodenDiamond@3:[net.minecraftforge.oredict.OreIngredient@1219ee76, net.minecraftforge.oredict.OreIngredient@2166d52f, net.minecraft.item.crafting.Ingredient@474938c0]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8059 buildcrafttransport:pipe_diamond_wood_item_lightblue RecipeStage{tier='five', recipe=8xitem.PipeItemsWoodenDiamond@4:[net.minecraftforge.oredict.OreIngredient@37fd379, net.minecraftforge.oredict.OreIngredient@1aa617c3, net.minecraft.item.crafting.Ingredient@d7e74ee]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8060 buildcrafttransport:pipe_diamond_wood_item_yellow RecipeStage{tier='five', recipe=8xitem.PipeItemsWoodenDiamond@5:[net.minecraftforge.oredict.OreIngredient@7e8aebb3, net.minecraftforge.oredict.OreIngredient@2a9f3e51, net.minecraft.item.crafting.Ingredient@ad3988]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8061 buildcrafttransport:pipe_diamond_wood_item_lime RecipeStage{tier='five', recipe=8xitem.PipeItemsWoodenDiamond@6:[net.minecraftforge.oredict.OreIngredient@184cb3cb, net.minecraftforge.oredict.OreIngredient@22fa6dec, net.minecraft.item.crafting.Ingredient@71c4a833]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8062 buildcrafttransport:pipe_diamond_wood_item_pink RecipeStage{tier='five', recipe=8xitem.PipeItemsWoodenDiamond@7:[net.minecraftforge.oredict.OreIngredient@7ecf823b, net.minecraftforge.oredict.OreIngredient@5b7ab553, net.minecraft.item.crafting.Ingredient@2a9e38e1]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8063 buildcrafttransport:pipe_diamond_wood_item_gray RecipeStage{tier='five', recipe=8xitem.PipeItemsWoodenDiamond@8:[net.minecraftforge.oredict.OreIngredient@5f1b8991, net.minecraftforge.oredict.OreIngredient@ac7165e, net.minecraft.item.crafting.Ingredient@419fba3]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8064 buildcrafttransport:pipe_diamond_wood_item_silver RecipeStage{tier='five', recipe=8xitem.PipeItemsWoodenDiamond@9:[net.minecraftforge.oredict.OreIngredient@6c037f62, net.minecraftforge.oredict.OreIngredient@154bc2eb, net.minecraft.item.crafting.Ingredient@278c55a2]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8065 buildcrafttransport:pipe_diamond_wood_item_cyan RecipeStage{tier='five', recipe=8xitem.PipeItemsWoodenDiamond@10:[net.minecraftforge.oredict.OreIngredient@3465dcce, net.minecraftforge.oredict.OreIngredient@3a9676f4, net.minecraft.item.crafting.Ingredient@7101bea5]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8066 buildcrafttransport:pipe_diamond_wood_item_purple RecipeStage{tier='five', recipe=8xitem.PipeItemsWoodenDiamond@11:[net.minecraftforge.oredict.OreIngredient@31e91fa7, net.minecraftforge.oredict.OreIngredient@44498527, net.minecraft.item.crafting.Ingredient@4d616ba9]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8067 buildcrafttransport:pipe_diamond_wood_item_blue RecipeStage{tier='five', recipe=8xitem.PipeItemsWoodenDiamond@12:[net.minecraftforge.oredict.OreIngredient@17d3933f, net.minecraftforge.oredict.OreIngredient@59c149f0, net.minecraft.item.crafting.Ingredient@51298e4f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8068 buildcrafttransport:pipe_diamond_wood_item_brown RecipeStage{tier='five', recipe=8xitem.PipeItemsWoodenDiamond@13:[net.minecraftforge.oredict.OreIngredient@49cec3d8, net.minecraftforge.oredict.OreIngredient@7d53ae0, net.minecraft.item.crafting.Ingredient@54087758]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8069 buildcrafttransport:pipe_diamond_wood_item_green RecipeStage{tier='five', recipe=8xitem.PipeItemsWoodenDiamond@14:[net.minecraftforge.oredict.OreIngredient@5de35d8, net.minecraftforge.oredict.OreIngredient@3cd70a19, net.minecraft.item.crafting.Ingredient@127b208c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8070 buildcrafttransport:pipe_diamond_wood_item_red RecipeStage{tier='five', recipe=8xitem.PipeItemsWoodenDiamond@15:[net.minecraftforge.oredict.OreIngredient@7ddd6b89, net.minecraftforge.oredict.OreIngredient@32ea18f8, net.minecraft.item.crafting.Ingredient@36e94bfe]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8071 buildcrafttransport:pipe_diamond_wood_item_black RecipeStage{tier='five', recipe=8xitem.PipeItemsWoodenDiamond@16:[net.minecraftforge.oredict.OreIngredient@621e9006, net.minecraftforge.oredict.OreIngredient@7c1b77ea, net.minecraft.item.crafting.Ingredient@1e549100]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8072 buildcrafttransport:pipe_stripes_item_colorless RecipeStage{tier='three', recipe=8xitem.PipeItemsStripes@0:[net.minecraftforge.oredict.OreIngredient@5746f20f, net.minecraftforge.oredict.OreIngredient@4a233b0f, net.minecraftforge.oredict.OreIngredient@6da0b576]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8073 buildcrafttransport:pipe_stripes_item_white RecipeStage{tier='three', recipe=8xitem.PipeItemsStripes@1:[net.minecraftforge.oredict.OreIngredient@1dc84f35, net.minecraftforge.oredict.OreIngredient@2603f406, net.minecraftforge.oredict.OreIngredient@75ab52ff]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8074 buildcrafttransport:pipe_stripes_item_orange RecipeStage{tier='three', recipe=8xitem.PipeItemsStripes@2:[net.minecraftforge.oredict.OreIngredient@747e499d, net.minecraftforge.oredict.OreIngredient@62f7adf8, net.minecraftforge.oredict.OreIngredient@5bedd147]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8075 buildcrafttransport:pipe_stripes_item_magenta RecipeStage{tier='three', recipe=8xitem.PipeItemsStripes@3:[net.minecraftforge.oredict.OreIngredient@4f2918e6, net.minecraftforge.oredict.OreIngredient@25bc7567, net.minecraftforge.oredict.OreIngredient@7afb8fad]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8076 buildcrafttransport:pipe_stripes_item_lightblue RecipeStage{tier='three', recipe=8xitem.PipeItemsStripes@4:[net.minecraftforge.oredict.OreIngredient@7fae72f, net.minecraftforge.oredict.OreIngredient@678bc88b, net.minecraftforge.oredict.OreIngredient@21da969a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8077 buildcrafttransport:pipe_stripes_item_yellow RecipeStage{tier='three', recipe=8xitem.PipeItemsStripes@5:[net.minecraftforge.oredict.OreIngredient@2e1da251, net.minecraftforge.oredict.OreIngredient@6270cb25, net.minecraftforge.oredict.OreIngredient@5b869f4e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8078 buildcrafttransport:pipe_stripes_item_lime RecipeStage{tier='three', recipe=8xitem.PipeItemsStripes@6:[net.minecraftforge.oredict.OreIngredient@2832192e, net.minecraftforge.oredict.OreIngredient@23ec4dab, net.minecraftforge.oredict.OreIngredient@47219f89]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8079 buildcrafttransport:pipe_stripes_item_pink RecipeStage{tier='three', recipe=8xitem.PipeItemsStripes@7:[net.minecraftforge.oredict.OreIngredient@1425a6a, net.minecraftforge.oredict.OreIngredient@b94dde8, net.minecraftforge.oredict.OreIngredient@4a54501c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8080 buildcrafttransport:pipe_stripes_item_gray RecipeStage{tier='three', recipe=8xitem.PipeItemsStripes@8:[net.minecraftforge.oredict.OreIngredient@2fd89e4b, net.minecraftforge.oredict.OreIngredient@6a321185, net.minecraftforge.oredict.OreIngredient@4764ef1c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8081 buildcrafttransport:pipe_stripes_item_silver RecipeStage{tier='three', recipe=8xitem.PipeItemsStripes@9:[net.minecraftforge.oredict.OreIngredient@6dd02d2e, net.minecraftforge.oredict.OreIngredient@77e8a59e, net.minecraftforge.oredict.OreIngredient@d2c2387]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8082 buildcrafttransport:pipe_stripes_item_cyan RecipeStage{tier='three', recipe=8xitem.PipeItemsStripes@10:[net.minecraftforge.oredict.OreIngredient@132f03c7, net.minecraftforge.oredict.OreIngredient@4d85b41b, net.minecraftforge.oredict.OreIngredient@7f732a3e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8083 buildcrafttransport:pipe_stripes_item_purple RecipeStage{tier='three', recipe=8xitem.PipeItemsStripes@11:[net.minecraftforge.oredict.OreIngredient@ecfa31e, net.minecraftforge.oredict.OreIngredient@84e0e55, net.minecraftforge.oredict.OreIngredient@680b4a23]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8084 buildcrafttransport:pipe_stripes_item_blue RecipeStage{tier='three', recipe=8xitem.PipeItemsStripes@12:[net.minecraftforge.oredict.OreIngredient@331d8973, net.minecraftforge.oredict.OreIngredient@79311dbc, net.minecraftforge.oredict.OreIngredient@1759761]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8085 buildcrafttransport:pipe_stripes_item_brown RecipeStage{tier='three', recipe=8xitem.PipeItemsStripes@13:[net.minecraftforge.oredict.OreIngredient@2ea09639, net.minecraftforge.oredict.OreIngredient@72eee33a, net.minecraftforge.oredict.OreIngredient@343c213]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8086 buildcrafttransport:pipe_stripes_item_green RecipeStage{tier='three', recipe=8xitem.PipeItemsStripes@14:[net.minecraftforge.oredict.OreIngredient@67b85671, net.minecraftforge.oredict.OreIngredient@7f049898, net.minecraftforge.oredict.OreIngredient@7af653cf]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8087 buildcrafttransport:pipe_stripes_item_red RecipeStage{tier='three', recipe=8xitem.PipeItemsStripes@15:[net.minecraftforge.oredict.OreIngredient@ff9611b, net.minecraftforge.oredict.OreIngredient@1cc2a32b, net.minecraftforge.oredict.OreIngredient@47593300]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8088 buildcrafttransport:pipe_stripes_item_black RecipeStage{tier='three', recipe=8xitem.PipeItemsStripes@16:[net.minecraftforge.oredict.OreIngredient@4f3860df, net.minecraftforge.oredict.OreIngredient@48a5a3f5, net.minecraftforge.oredict.OreIngredient@41778b0b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8089 buildcrafttransport:pipe_emzuli_item_undo RecipeStage{tier='five', recipe=1xitem.PipeItemsWoodenDiamond@0:[net.minecraft.item.crafting.Ingredient@263005b3]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8090 buildcrafttransport:pipe_emzuli_item_colorless RecipeStage{tier='five', recipe=1xitem.PipeItemsEmzuli@0:[net.minecraft.item.crafting.Ingredient@3e3d572f, net.minecraft.item.crafting.Ingredient@135f14a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8091 buildcrafttransport:pipe_emzuli_item_white_undo RecipeStage{tier='five', recipe=1xitem.PipeItemsWoodenDiamond@1:[net.minecraft.item.crafting.Ingredient@6bcd7f8b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8092 buildcrafttransport:pipe_emzuli_item_white net.minecraftforge.oredict.ShapelessOreRecipe@456da9ef +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8093 buildcrafttransport:pipe_emzuli_item_orange_undo RecipeStage{tier='five', recipe=1xitem.PipeItemsWoodenDiamond@2:[net.minecraft.item.crafting.Ingredient@146e2ae9]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8094 buildcrafttransport:pipe_emzuli_item_orange net.minecraftforge.oredict.ShapelessOreRecipe@e870657 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8095 buildcrafttransport:pipe_emzuli_item_magenta_undo RecipeStage{tier='five', recipe=1xitem.PipeItemsWoodenDiamond@3:[net.minecraft.item.crafting.Ingredient@7cff4eca]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8096 buildcrafttransport:pipe_emzuli_item_magenta net.minecraftforge.oredict.ShapelessOreRecipe@335cc6f0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8097 buildcrafttransport:pipe_emzuli_item_light_blue_undo RecipeStage{tier='five', recipe=1xitem.PipeItemsWoodenDiamond@4:[net.minecraft.item.crafting.Ingredient@7ece5b4a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8098 buildcrafttransport:pipe_emzuli_item_light_blue net.minecraftforge.oredict.ShapelessOreRecipe@9193f2c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8099 buildcrafttransport:pipe_emzuli_item_yellow_undo RecipeStage{tier='five', recipe=1xitem.PipeItemsWoodenDiamond@5:[net.minecraft.item.crafting.Ingredient@8e6c035]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8100 buildcrafttransport:pipe_emzuli_item_yellow net.minecraftforge.oredict.ShapelessOreRecipe@52b85114 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8101 buildcrafttransport:pipe_emzuli_item_lime_undo RecipeStage{tier='five', recipe=1xitem.PipeItemsWoodenDiamond@6:[net.minecraft.item.crafting.Ingredient@2316b643]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8102 buildcrafttransport:pipe_emzuli_item_lime net.minecraftforge.oredict.ShapelessOreRecipe@60b67e33 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8103 buildcrafttransport:pipe_emzuli_item_pink_undo RecipeStage{tier='five', recipe=1xitem.PipeItemsWoodenDiamond@7:[net.minecraft.item.crafting.Ingredient@295a54a0]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8104 buildcrafttransport:pipe_emzuli_item_pink net.minecraftforge.oredict.ShapelessOreRecipe@1715d0ec +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8105 buildcrafttransport:pipe_emzuli_item_gray_undo RecipeStage{tier='five', recipe=1xitem.PipeItemsWoodenDiamond@8:[net.minecraft.item.crafting.Ingredient@5d4006be]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8106 buildcrafttransport:pipe_emzuli_item_gray net.minecraftforge.oredict.ShapelessOreRecipe@4f101986 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8107 buildcrafttransport:pipe_emzuli_item_silver_undo RecipeStage{tier='five', recipe=1xitem.PipeItemsWoodenDiamond@9:[net.minecraft.item.crafting.Ingredient@a2cc4d8]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8108 buildcrafttransport:pipe_emzuli_item_silver net.minecraftforge.oredict.ShapelessOreRecipe@492b757b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8109 buildcrafttransport:pipe_emzuli_item_cyan_undo RecipeStage{tier='five', recipe=1xitem.PipeItemsWoodenDiamond@10:[net.minecraft.item.crafting.Ingredient@5027bd37]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8110 buildcrafttransport:pipe_emzuli_item_cyan net.minecraftforge.oredict.ShapelessOreRecipe@7f92c672 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8111 buildcrafttransport:pipe_emzuli_item_purple_undo RecipeStage{tier='five', recipe=1xitem.PipeItemsWoodenDiamond@11:[net.minecraft.item.crafting.Ingredient@754868ef]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8112 buildcrafttransport:pipe_emzuli_item_purple net.minecraftforge.oredict.ShapelessOreRecipe@29c65f57 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8113 buildcrafttransport:pipe_emzuli_item_blue_undo RecipeStage{tier='five', recipe=1xitem.PipeItemsWoodenDiamond@12:[net.minecraft.item.crafting.Ingredient@676063be]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8114 buildcrafttransport:pipe_emzuli_item_blue net.minecraftforge.oredict.ShapelessOreRecipe@367722b9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8115 buildcrafttransport:pipe_emzuli_item_brown_undo RecipeStage{tier='five', recipe=1xitem.PipeItemsWoodenDiamond@13:[net.minecraft.item.crafting.Ingredient@52a1b1b5]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8116 buildcrafttransport:pipe_emzuli_item_brown net.minecraftforge.oredict.ShapelessOreRecipe@27292499 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8117 buildcrafttransport:pipe_emzuli_item_green_undo RecipeStage{tier='five', recipe=1xitem.PipeItemsWoodenDiamond@14:[net.minecraft.item.crafting.Ingredient@2acaa2a5]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8118 buildcrafttransport:pipe_emzuli_item_green net.minecraftforge.oredict.ShapelessOreRecipe@583274cf +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8119 buildcrafttransport:pipe_emzuli_item_red_undo RecipeStage{tier='five', recipe=1xitem.PipeItemsWoodenDiamond@15:[net.minecraft.item.crafting.Ingredient@2d100452]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8120 buildcrafttransport:pipe_emzuli_item_red net.minecraftforge.oredict.ShapelessOreRecipe@3a80aa2c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8121 buildcrafttransport:pipe_emzuli_item_black_undo RecipeStage{tier='five', recipe=1xitem.PipeItemsWoodenDiamond@16:[net.minecraft.item.crafting.Ingredient@34bfe32f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8122 buildcrafttransport:pipe_emzuli_item_black net.minecraftforge.oredict.ShapelessOreRecipe@774ec70e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8123 buildcrafttransport:pipe_wood_fluid_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsWood@0:[net.minecraft.item.crafting.Ingredient@71167dfa]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8124 buildcrafttransport:pipe_wood_fluid_colorless RecipeStage{tier='three', recipe=1xitem.PipeFluidsWood@0:[net.minecraft.item.crafting.Ingredient@3eeba194, net.minecraft.item.crafting.Ingredient@3f1c67f0]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8125 buildcrafttransport:pipe_wood_fluid_white_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsWood@1:[net.minecraft.item.crafting.Ingredient@7703d82a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8126 buildcrafttransport:pipe_wood_fluid_white RecipeStage{tier='three', recipe=1xitem.PipeFluidsWood@1:[net.minecraft.item.crafting.Ingredient@48f8f6d8, net.minecraft.item.crafting.Ingredient@cb9ee87]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8127 buildcrafttransport:pipe_wood_fluid_orange_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsWood@2:[net.minecraft.item.crafting.Ingredient@48bae487]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8128 buildcrafttransport:pipe_wood_fluid_orange RecipeStage{tier='three', recipe=1xitem.PipeFluidsWood@2:[net.minecraft.item.crafting.Ingredient@47586d0, net.minecraft.item.crafting.Ingredient@74ba8cc9]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8129 buildcrafttransport:pipe_wood_fluid_magenta_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsWood@3:[net.minecraft.item.crafting.Ingredient@70f06869]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8130 buildcrafttransport:pipe_wood_fluid_magenta RecipeStage{tier='three', recipe=1xitem.PipeFluidsWood@3:[net.minecraft.item.crafting.Ingredient@78e730bf, net.minecraft.item.crafting.Ingredient@4d69fc4e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8131 buildcrafttransport:pipe_wood_fluid_light_blue_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsWood@4:[net.minecraft.item.crafting.Ingredient@3f2edce5]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8132 buildcrafttransport:pipe_wood_fluid_light_blue RecipeStage{tier='three', recipe=1xitem.PipeFluidsWood@4:[net.minecraft.item.crafting.Ingredient@7c046964, net.minecraft.item.crafting.Ingredient@9ed5c78]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8133 buildcrafttransport:pipe_wood_fluid_yellow_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsWood@5:[net.minecraft.item.crafting.Ingredient@55fea7e7]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8134 buildcrafttransport:pipe_wood_fluid_yellow RecipeStage{tier='three', recipe=1xitem.PipeFluidsWood@5:[net.minecraft.item.crafting.Ingredient@690328dc, net.minecraft.item.crafting.Ingredient@42478a68]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8135 buildcrafttransport:pipe_wood_fluid_lime_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsWood@6:[net.minecraft.item.crafting.Ingredient@1d6c766a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8136 buildcrafttransport:pipe_wood_fluid_lime RecipeStage{tier='three', recipe=1xitem.PipeFluidsWood@6:[net.minecraft.item.crafting.Ingredient@13332bda, net.minecraft.item.crafting.Ingredient@472371f8]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8137 buildcrafttransport:pipe_wood_fluid_pink_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsWood@7:[net.minecraft.item.crafting.Ingredient@1bbf78d3]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8138 buildcrafttransport:pipe_wood_fluid_pink RecipeStage{tier='three', recipe=1xitem.PipeFluidsWood@7:[net.minecraft.item.crafting.Ingredient@4da8e2e7, net.minecraft.item.crafting.Ingredient@60056b02]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8139 buildcrafttransport:pipe_wood_fluid_gray_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsWood@8:[net.minecraft.item.crafting.Ingredient@567e9f62]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8140 buildcrafttransport:pipe_wood_fluid_gray RecipeStage{tier='three', recipe=1xitem.PipeFluidsWood@8:[net.minecraft.item.crafting.Ingredient@17dddd70, net.minecraft.item.crafting.Ingredient@70d754cc]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8141 buildcrafttransport:pipe_wood_fluid_silver_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsWood@9:[net.minecraft.item.crafting.Ingredient@513cf585]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8142 buildcrafttransport:pipe_wood_fluid_silver RecipeStage{tier='three', recipe=1xitem.PipeFluidsWood@9:[net.minecraft.item.crafting.Ingredient@62c8d479, net.minecraft.item.crafting.Ingredient@32e9a193]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8143 buildcrafttransport:pipe_wood_fluid_cyan_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsWood@10:[net.minecraft.item.crafting.Ingredient@302c416c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8144 buildcrafttransport:pipe_wood_fluid_cyan RecipeStage{tier='three', recipe=1xitem.PipeFluidsWood@10:[net.minecraft.item.crafting.Ingredient@6b79ee2a, net.minecraft.item.crafting.Ingredient@10193299]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8145 buildcrafttransport:pipe_wood_fluid_purple_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsWood@11:[net.minecraft.item.crafting.Ingredient@4f020dc6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8146 buildcrafttransport:pipe_wood_fluid_purple RecipeStage{tier='three', recipe=1xitem.PipeFluidsWood@11:[net.minecraft.item.crafting.Ingredient@327ad8a4, net.minecraft.item.crafting.Ingredient@11839aa2]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8147 buildcrafttransport:pipe_wood_fluid_blue_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsWood@12:[net.minecraft.item.crafting.Ingredient@5095592f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8148 buildcrafttransport:pipe_wood_fluid_blue RecipeStage{tier='three', recipe=1xitem.PipeFluidsWood@12:[net.minecraft.item.crafting.Ingredient@3995ded0, net.minecraft.item.crafting.Ingredient@71a6230a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8149 buildcrafttransport:pipe_wood_fluid_brown_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsWood@13:[net.minecraft.item.crafting.Ingredient@4f29b02d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8150 buildcrafttransport:pipe_wood_fluid_brown RecipeStage{tier='three', recipe=1xitem.PipeFluidsWood@13:[net.minecraft.item.crafting.Ingredient@18235224, net.minecraft.item.crafting.Ingredient@112b90c0]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8151 buildcrafttransport:pipe_wood_fluid_green_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsWood@14:[net.minecraft.item.crafting.Ingredient@274aab92]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8152 buildcrafttransport:pipe_wood_fluid_green RecipeStage{tier='three', recipe=1xitem.PipeFluidsWood@14:[net.minecraft.item.crafting.Ingredient@681a46d2, net.minecraft.item.crafting.Ingredient@749738b3]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8153 buildcrafttransport:pipe_wood_fluid_red_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsWood@15:[net.minecraft.item.crafting.Ingredient@70069f7c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8154 buildcrafttransport:pipe_wood_fluid_red RecipeStage{tier='three', recipe=1xitem.PipeFluidsWood@15:[net.minecraft.item.crafting.Ingredient@78f9029, net.minecraft.item.crafting.Ingredient@193e740b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8155 buildcrafttransport:pipe_wood_fluid_black_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsWood@16:[net.minecraft.item.crafting.Ingredient@14051e4c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8156 buildcrafttransport:pipe_wood_fluid_black RecipeStage{tier='three', recipe=1xitem.PipeFluidsWood@16:[net.minecraft.item.crafting.Ingredient@50465e4, net.minecraft.item.crafting.Ingredient@674846f6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8157 buildcrafttransport:pipe_cobble_fluid_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsCobblestone@0:[net.minecraft.item.crafting.Ingredient@324b4b42]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8158 buildcrafttransport:pipe_cobble_fluid_colorless RecipeStage{tier='three', recipe=1xitem.PipeFluidsCobblestone@0:[net.minecraft.item.crafting.Ingredient@319cb832, net.minecraft.item.crafting.Ingredient@74439f87]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8159 buildcrafttransport:pipe_cobble_fluid_white_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsCobblestone@1:[net.minecraft.item.crafting.Ingredient@39447048]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8160 buildcrafttransport:pipe_cobble_fluid_white RecipeStage{tier='three', recipe=1xitem.PipeFluidsCobblestone@1:[net.minecraft.item.crafting.Ingredient@51a17f3, net.minecraft.item.crafting.Ingredient@4f321e3d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8161 buildcrafttransport:pipe_cobble_fluid_orange_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsCobblestone@2:[net.minecraft.item.crafting.Ingredient@50b567b6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8162 buildcrafttransport:pipe_cobble_fluid_orange RecipeStage{tier='three', recipe=1xitem.PipeFluidsCobblestone@2:[net.minecraft.item.crafting.Ingredient@5ad972bf, net.minecraft.item.crafting.Ingredient@7818e3ae]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8163 buildcrafttransport:pipe_cobble_fluid_magenta_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsCobblestone@3:[net.minecraft.item.crafting.Ingredient@2cbfffda]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8164 buildcrafttransport:pipe_cobble_fluid_magenta RecipeStage{tier='three', recipe=1xitem.PipeFluidsCobblestone@3:[net.minecraft.item.crafting.Ingredient@258adf9, net.minecraft.item.crafting.Ingredient@5c730bad]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8165 buildcrafttransport:pipe_cobble_fluid_light_blue_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsCobblestone@4:[net.minecraft.item.crafting.Ingredient@234c02ae]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8166 buildcrafttransport:pipe_cobble_fluid_light_blue RecipeStage{tier='three', recipe=1xitem.PipeFluidsCobblestone@4:[net.minecraft.item.crafting.Ingredient@20560502, net.minecraft.item.crafting.Ingredient@2445d800]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8167 buildcrafttransport:pipe_cobble_fluid_yellow_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsCobblestone@5:[net.minecraft.item.crafting.Ingredient@61c7e968]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8168 buildcrafttransport:pipe_cobble_fluid_yellow RecipeStage{tier='three', recipe=1xitem.PipeFluidsCobblestone@5:[net.minecraft.item.crafting.Ingredient@7ba6ddaa, net.minecraft.item.crafting.Ingredient@63db70cd]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8169 buildcrafttransport:pipe_cobble_fluid_lime_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsCobblestone@6:[net.minecraft.item.crafting.Ingredient@6fb327]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8170 buildcrafttransport:pipe_cobble_fluid_lime RecipeStage{tier='three', recipe=1xitem.PipeFluidsCobblestone@6:[net.minecraft.item.crafting.Ingredient@750c3975, net.minecraft.item.crafting.Ingredient@2b91452]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8171 buildcrafttransport:pipe_cobble_fluid_pink_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsCobblestone@7:[net.minecraft.item.crafting.Ingredient@79753a5f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8172 buildcrafttransport:pipe_cobble_fluid_pink RecipeStage{tier='three', recipe=1xitem.PipeFluidsCobblestone@7:[net.minecraft.item.crafting.Ingredient@2777e1e7, net.minecraft.item.crafting.Ingredient@4be4ab91]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8173 buildcrafttransport:pipe_cobble_fluid_gray_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsCobblestone@8:[net.minecraft.item.crafting.Ingredient@45f7a55c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8174 buildcrafttransport:pipe_cobble_fluid_gray RecipeStage{tier='three', recipe=1xitem.PipeFluidsCobblestone@8:[net.minecraft.item.crafting.Ingredient@33418ccc, net.minecraft.item.crafting.Ingredient@36ec6583]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8175 buildcrafttransport:pipe_cobble_fluid_silver_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsCobblestone@9:[net.minecraft.item.crafting.Ingredient@2b5dffae]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8176 buildcrafttransport:pipe_cobble_fluid_silver RecipeStage{tier='three', recipe=1xitem.PipeFluidsCobblestone@9:[net.minecraft.item.crafting.Ingredient@41d09e83, net.minecraft.item.crafting.Ingredient@4042562d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8177 buildcrafttransport:pipe_cobble_fluid_cyan_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsCobblestone@10:[net.minecraft.item.crafting.Ingredient@39d1327c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8178 buildcrafttransport:pipe_cobble_fluid_cyan RecipeStage{tier='three', recipe=1xitem.PipeFluidsCobblestone@10:[net.minecraft.item.crafting.Ingredient@2e1145d6, net.minecraft.item.crafting.Ingredient@19083f51]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8179 buildcrafttransport:pipe_cobble_fluid_purple_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsCobblestone@11:[net.minecraft.item.crafting.Ingredient@51883c2d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8180 buildcrafttransport:pipe_cobble_fluid_purple RecipeStage{tier='three', recipe=1xitem.PipeFluidsCobblestone@11:[net.minecraft.item.crafting.Ingredient@2db9b76b, net.minecraft.item.crafting.Ingredient@5159724e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8181 buildcrafttransport:pipe_cobble_fluid_blue_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsCobblestone@12:[net.minecraft.item.crafting.Ingredient@2bb83b03]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8182 buildcrafttransport:pipe_cobble_fluid_blue RecipeStage{tier='three', recipe=1xitem.PipeFluidsCobblestone@12:[net.minecraft.item.crafting.Ingredient@510b13c7, net.minecraft.item.crafting.Ingredient@1240244f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8183 buildcrafttransport:pipe_cobble_fluid_brown_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsCobblestone@13:[net.minecraft.item.crafting.Ingredient@65126c9d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8184 buildcrafttransport:pipe_cobble_fluid_brown RecipeStage{tier='three', recipe=1xitem.PipeFluidsCobblestone@13:[net.minecraft.item.crafting.Ingredient@7f7fed51, net.minecraft.item.crafting.Ingredient@5437ccd4]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8185 buildcrafttransport:pipe_cobble_fluid_green_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsCobblestone@14:[net.minecraft.item.crafting.Ingredient@38559e88]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8186 buildcrafttransport:pipe_cobble_fluid_green RecipeStage{tier='three', recipe=1xitem.PipeFluidsCobblestone@14:[net.minecraft.item.crafting.Ingredient@527bc316, net.minecraft.item.crafting.Ingredient@4975207e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8187 buildcrafttransport:pipe_cobble_fluid_red_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsCobblestone@15:[net.minecraft.item.crafting.Ingredient@62f21941]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8188 buildcrafttransport:pipe_cobble_fluid_red RecipeStage{tier='three', recipe=1xitem.PipeFluidsCobblestone@15:[net.minecraft.item.crafting.Ingredient@e0bae07, net.minecraft.item.crafting.Ingredient@5124a9a6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8189 buildcrafttransport:pipe_cobble_fluid_black_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsCobblestone@16:[net.minecraft.item.crafting.Ingredient@25defd00]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8190 buildcrafttransport:pipe_cobble_fluid_black RecipeStage{tier='three', recipe=1xitem.PipeFluidsCobblestone@16:[net.minecraft.item.crafting.Ingredient@2ebfadb, net.minecraft.item.crafting.Ingredient@5584d85e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8191 buildcrafttransport:pipe_stone_fluid_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsStone@0:[net.minecraft.item.crafting.Ingredient@41711a91]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8192 buildcrafttransport:pipe_stone_fluid_colorless RecipeStage{tier='three', recipe=1xitem.PipeFluidsStone@0:[net.minecraft.item.crafting.Ingredient@6f2470a2, net.minecraft.item.crafting.Ingredient@680b44c4]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8193 buildcrafttransport:pipe_stone_fluid_white_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsStone@1:[net.minecraft.item.crafting.Ingredient@3588ac91]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8194 buildcrafttransport:pipe_stone_fluid_white RecipeStage{tier='three', recipe=1xitem.PipeFluidsStone@1:[net.minecraft.item.crafting.Ingredient@4bfa2d6e, net.minecraft.item.crafting.Ingredient@51f17b89]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8195 buildcrafttransport:pipe_stone_fluid_orange_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsStone@2:[net.minecraft.item.crafting.Ingredient@7305fcb6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8196 buildcrafttransport:pipe_stone_fluid_orange RecipeStage{tier='three', recipe=1xitem.PipeFluidsStone@2:[net.minecraft.item.crafting.Ingredient@33f92d6e, net.minecraft.item.crafting.Ingredient@7f10a7aa]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8197 buildcrafttransport:pipe_stone_fluid_magenta_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsStone@3:[net.minecraft.item.crafting.Ingredient@3b4def34]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8198 buildcrafttransport:pipe_stone_fluid_magenta RecipeStage{tier='three', recipe=1xitem.PipeFluidsStone@3:[net.minecraft.item.crafting.Ingredient@3b72f507, net.minecraft.item.crafting.Ingredient@78b87f4f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8199 buildcrafttransport:pipe_stone_fluid_light_blue_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsStone@4:[net.minecraft.item.crafting.Ingredient@442ec781]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8200 buildcrafttransport:pipe_stone_fluid_light_blue RecipeStage{tier='three', recipe=1xitem.PipeFluidsStone@4:[net.minecraft.item.crafting.Ingredient@5321909d, net.minecraft.item.crafting.Ingredient@3f4c18c9]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8201 buildcrafttransport:pipe_stone_fluid_yellow_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsStone@5:[net.minecraft.item.crafting.Ingredient@23dc75a5]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8202 buildcrafttransport:pipe_stone_fluid_yellow RecipeStage{tier='three', recipe=1xitem.PipeFluidsStone@5:[net.minecraft.item.crafting.Ingredient@23736936, net.minecraft.item.crafting.Ingredient@4867a084]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8203 buildcrafttransport:pipe_stone_fluid_lime_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsStone@6:[net.minecraft.item.crafting.Ingredient@4158a725]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8204 buildcrafttransport:pipe_stone_fluid_lime RecipeStage{tier='three', recipe=1xitem.PipeFluidsStone@6:[net.minecraft.item.crafting.Ingredient@cccb0de, net.minecraft.item.crafting.Ingredient@300dd932]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8205 buildcrafttransport:pipe_stone_fluid_pink_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsStone@7:[net.minecraft.item.crafting.Ingredient@1f7edea1]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8206 buildcrafttransport:pipe_stone_fluid_pink RecipeStage{tier='three', recipe=1xitem.PipeFluidsStone@7:[net.minecraft.item.crafting.Ingredient@28474470, net.minecraft.item.crafting.Ingredient@5dd6dc18]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8207 buildcrafttransport:pipe_stone_fluid_gray_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsStone@8:[net.minecraft.item.crafting.Ingredient@2c4f28c4]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8208 buildcrafttransport:pipe_stone_fluid_gray RecipeStage{tier='three', recipe=1xitem.PipeFluidsStone@8:[net.minecraft.item.crafting.Ingredient@5564a03a, net.minecraft.item.crafting.Ingredient@45967a71]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8209 buildcrafttransport:pipe_stone_fluid_silver_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsStone@9:[net.minecraft.item.crafting.Ingredient@626e62aa]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8210 buildcrafttransport:pipe_stone_fluid_silver RecipeStage{tier='three', recipe=1xitem.PipeFluidsStone@9:[net.minecraft.item.crafting.Ingredient@64c8ce61, net.minecraft.item.crafting.Ingredient@27d99bfc]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8211 buildcrafttransport:pipe_stone_fluid_cyan_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsStone@10:[net.minecraft.item.crafting.Ingredient@7f5ce5f7]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8212 buildcrafttransport:pipe_stone_fluid_cyan RecipeStage{tier='three', recipe=1xitem.PipeFluidsStone@10:[net.minecraft.item.crafting.Ingredient@3628e184, net.minecraft.item.crafting.Ingredient@1e874ef0]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8213 buildcrafttransport:pipe_stone_fluid_purple_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsStone@11:[net.minecraft.item.crafting.Ingredient@77e5c4b3]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8214 buildcrafttransport:pipe_stone_fluid_purple RecipeStage{tier='three', recipe=1xitem.PipeFluidsStone@11:[net.minecraft.item.crafting.Ingredient@226411e2, net.minecraft.item.crafting.Ingredient@47f1c617]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8215 buildcrafttransport:pipe_stone_fluid_blue_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsStone@12:[net.minecraft.item.crafting.Ingredient@19a766be]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8216 buildcrafttransport:pipe_stone_fluid_blue RecipeStage{tier='three', recipe=1xitem.PipeFluidsStone@12:[net.minecraft.item.crafting.Ingredient@52462379, net.minecraft.item.crafting.Ingredient@ee2b345]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8217 buildcrafttransport:pipe_stone_fluid_brown_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsStone@13:[net.minecraft.item.crafting.Ingredient@4308c195]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8218 buildcrafttransport:pipe_stone_fluid_brown RecipeStage{tier='three', recipe=1xitem.PipeFluidsStone@13:[net.minecraft.item.crafting.Ingredient@3b5588ae, net.minecraft.item.crafting.Ingredient@20bc65b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8219 buildcrafttransport:pipe_stone_fluid_green_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsStone@14:[net.minecraft.item.crafting.Ingredient@1454a92e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8220 buildcrafttransport:pipe_stone_fluid_green RecipeStage{tier='three', recipe=1xitem.PipeFluidsStone@14:[net.minecraft.item.crafting.Ingredient@5fb674cd, net.minecraft.item.crafting.Ingredient@db1a146]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8221 buildcrafttransport:pipe_stone_fluid_red_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsStone@15:[net.minecraft.item.crafting.Ingredient@25c86ca5]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8222 buildcrafttransport:pipe_stone_fluid_red RecipeStage{tier='three', recipe=1xitem.PipeFluidsStone@15:[net.minecraft.item.crafting.Ingredient@490f472c, net.minecraft.item.crafting.Ingredient@1e65bf46]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8223 buildcrafttransport:pipe_stone_fluid_black_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsStone@16:[net.minecraft.item.crafting.Ingredient@12d6c4bf]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8224 buildcrafttransport:pipe_stone_fluid_black RecipeStage{tier='three', recipe=1xitem.PipeFluidsStone@16:[net.minecraft.item.crafting.Ingredient@12ffc31d, net.minecraft.item.crafting.Ingredient@18f04934]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8225 buildcrafttransport:pipe_quartz_fluid_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsQuartz@0:[net.minecraft.item.crafting.Ingredient@3745974]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8226 buildcrafttransport:pipe_quartz_fluid_colorless RecipeStage{tier='three', recipe=1xitem.PipeFluidsQuartz@0:[net.minecraft.item.crafting.Ingredient@75dcc80e, net.minecraft.item.crafting.Ingredient@75d691d1]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8227 buildcrafttransport:pipe_quartz_fluid_white_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsQuartz@1:[net.minecraft.item.crafting.Ingredient@470d60a6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8228 buildcrafttransport:pipe_quartz_fluid_white RecipeStage{tier='three', recipe=1xitem.PipeFluidsQuartz@1:[net.minecraft.item.crafting.Ingredient@151b07a9, net.minecraft.item.crafting.Ingredient@78efb05]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8229 buildcrafttransport:pipe_quartz_fluid_orange_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsQuartz@2:[net.minecraft.item.crafting.Ingredient@6d098742]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8230 buildcrafttransport:pipe_quartz_fluid_orange RecipeStage{tier='three', recipe=1xitem.PipeFluidsQuartz@2:[net.minecraft.item.crafting.Ingredient@504462df, net.minecraft.item.crafting.Ingredient@2e886966]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8231 buildcrafttransport:pipe_quartz_fluid_magenta_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsQuartz@3:[net.minecraft.item.crafting.Ingredient@38d7785f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8232 buildcrafttransport:pipe_quartz_fluid_magenta RecipeStage{tier='three', recipe=1xitem.PipeFluidsQuartz@3:[net.minecraft.item.crafting.Ingredient@26582441, net.minecraft.item.crafting.Ingredient@7f582130]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8233 buildcrafttransport:pipe_quartz_fluid_light_blue_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsQuartz@4:[net.minecraft.item.crafting.Ingredient@27e5d2a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8234 buildcrafttransport:pipe_quartz_fluid_light_blue RecipeStage{tier='three', recipe=1xitem.PipeFluidsQuartz@4:[net.minecraft.item.crafting.Ingredient@5b8ce725, net.minecraft.item.crafting.Ingredient@5213f1db]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8235 buildcrafttransport:pipe_quartz_fluid_yellow_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsQuartz@5:[net.minecraft.item.crafting.Ingredient@5fb205b3]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8236 buildcrafttransport:pipe_quartz_fluid_yellow RecipeStage{tier='three', recipe=1xitem.PipeFluidsQuartz@5:[net.minecraft.item.crafting.Ingredient@2e6bcc3a, net.minecraft.item.crafting.Ingredient@2f13b1d8]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8237 buildcrafttransport:pipe_quartz_fluid_lime_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsQuartz@6:[net.minecraft.item.crafting.Ingredient@586538bf]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8238 buildcrafttransport:pipe_quartz_fluid_lime RecipeStage{tier='three', recipe=1xitem.PipeFluidsQuartz@6:[net.minecraft.item.crafting.Ingredient@1ab0dc2f, net.minecraft.item.crafting.Ingredient@67be3a7b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8239 buildcrafttransport:pipe_quartz_fluid_pink_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsQuartz@7:[net.minecraft.item.crafting.Ingredient@478d6a26]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8240 buildcrafttransport:pipe_quartz_fluid_pink RecipeStage{tier='three', recipe=1xitem.PipeFluidsQuartz@7:[net.minecraft.item.crafting.Ingredient@4d3b03ad, net.minecraft.item.crafting.Ingredient@218f8c27]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8241 buildcrafttransport:pipe_quartz_fluid_gray_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsQuartz@8:[net.minecraft.item.crafting.Ingredient@52da02ee]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8242 buildcrafttransport:pipe_quartz_fluid_gray RecipeStage{tier='three', recipe=1xitem.PipeFluidsQuartz@8:[net.minecraft.item.crafting.Ingredient@1a5a070d, net.minecraft.item.crafting.Ingredient@6fa34662]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8243 buildcrafttransport:pipe_quartz_fluid_silver_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsQuartz@9:[net.minecraft.item.crafting.Ingredient@60237619]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8244 buildcrafttransport:pipe_quartz_fluid_silver RecipeStage{tier='three', recipe=1xitem.PipeFluidsQuartz@9:[net.minecraft.item.crafting.Ingredient@5feea41a, net.minecraft.item.crafting.Ingredient@5528c759]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8245 buildcrafttransport:pipe_quartz_fluid_cyan_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsQuartz@10:[net.minecraft.item.crafting.Ingredient@5f81da73]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8246 buildcrafttransport:pipe_quartz_fluid_cyan RecipeStage{tier='three', recipe=1xitem.PipeFluidsQuartz@10:[net.minecraft.item.crafting.Ingredient@66646807, net.minecraft.item.crafting.Ingredient@4f8f8eb8]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8247 buildcrafttransport:pipe_quartz_fluid_purple_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsQuartz@11:[net.minecraft.item.crafting.Ingredient@40e82d47]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8248 buildcrafttransport:pipe_quartz_fluid_purple RecipeStage{tier='three', recipe=1xitem.PipeFluidsQuartz@11:[net.minecraft.item.crafting.Ingredient@3640e54a, net.minecraft.item.crafting.Ingredient@4c0d93ad]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8249 buildcrafttransport:pipe_quartz_fluid_blue_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsQuartz@12:[net.minecraft.item.crafting.Ingredient@240bcfb]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8250 buildcrafttransport:pipe_quartz_fluid_blue RecipeStage{tier='three', recipe=1xitem.PipeFluidsQuartz@12:[net.minecraft.item.crafting.Ingredient@13ab1e69, net.minecraft.item.crafting.Ingredient@2e73048f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8251 buildcrafttransport:pipe_quartz_fluid_brown_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsQuartz@13:[net.minecraft.item.crafting.Ingredient@41bac5ab]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8252 buildcrafttransport:pipe_quartz_fluid_brown RecipeStage{tier='three', recipe=1xitem.PipeFluidsQuartz@13:[net.minecraft.item.crafting.Ingredient@3c48f915, net.minecraft.item.crafting.Ingredient@b3a1960]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8253 buildcrafttransport:pipe_quartz_fluid_green_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsQuartz@14:[net.minecraft.item.crafting.Ingredient@584a6ece]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8254 buildcrafttransport:pipe_quartz_fluid_green RecipeStage{tier='three', recipe=1xitem.PipeFluidsQuartz@14:[net.minecraft.item.crafting.Ingredient@781b588c, net.minecraft.item.crafting.Ingredient@34fc6634]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8255 buildcrafttransport:pipe_quartz_fluid_red_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsQuartz@15:[net.minecraft.item.crafting.Ingredient@11f07cad]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8256 buildcrafttransport:pipe_quartz_fluid_red RecipeStage{tier='three', recipe=1xitem.PipeFluidsQuartz@15:[net.minecraft.item.crafting.Ingredient@649794b4, net.minecraft.item.crafting.Ingredient@12acad7]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8257 buildcrafttransport:pipe_quartz_fluid_black_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsQuartz@16:[net.minecraft.item.crafting.Ingredient@4c36bcb8]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8258 buildcrafttransport:pipe_quartz_fluid_black RecipeStage{tier='three', recipe=1xitem.PipeFluidsQuartz@16:[net.minecraft.item.crafting.Ingredient@43f7af80, net.minecraft.item.crafting.Ingredient@3efdc326]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8259 buildcrafttransport:pipe_iron_fluid_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsIron@0:[net.minecraft.item.crafting.Ingredient@3667f13a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8260 buildcrafttransport:pipe_iron_fluid_colorless RecipeStage{tier='three', recipe=1xitem.PipeFluidsIron@0:[net.minecraft.item.crafting.Ingredient@18a6dd0e, net.minecraft.item.crafting.Ingredient@6454d3b4]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8261 buildcrafttransport:pipe_iron_fluid_white_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsIron@1:[net.minecraft.item.crafting.Ingredient@33618a51]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8262 buildcrafttransport:pipe_iron_fluid_white RecipeStage{tier='three', recipe=1xitem.PipeFluidsIron@1:[net.minecraft.item.crafting.Ingredient@5f0ac6e9, net.minecraft.item.crafting.Ingredient@2acd5705]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8263 buildcrafttransport:pipe_iron_fluid_orange_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsIron@2:[net.minecraft.item.crafting.Ingredient@32a83b6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8264 buildcrafttransport:pipe_iron_fluid_orange RecipeStage{tier='three', recipe=1xitem.PipeFluidsIron@2:[net.minecraft.item.crafting.Ingredient@4a2b3b8d, net.minecraft.item.crafting.Ingredient@54ec60dc]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8265 buildcrafttransport:pipe_iron_fluid_magenta_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsIron@3:[net.minecraft.item.crafting.Ingredient@786ce591]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8266 buildcrafttransport:pipe_iron_fluid_magenta RecipeStage{tier='three', recipe=1xitem.PipeFluidsIron@3:[net.minecraft.item.crafting.Ingredient@5cd5397f, net.minecraft.item.crafting.Ingredient@3c4f066f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8267 buildcrafttransport:pipe_iron_fluid_light_blue_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsIron@4:[net.minecraft.item.crafting.Ingredient@a438c64]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8268 buildcrafttransport:pipe_iron_fluid_light_blue RecipeStage{tier='three', recipe=1xitem.PipeFluidsIron@4:[net.minecraft.item.crafting.Ingredient@3b104f76, net.minecraft.item.crafting.Ingredient@19c2d4e2]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8269 buildcrafttransport:pipe_iron_fluid_yellow_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsIron@5:[net.minecraft.item.crafting.Ingredient@3275a4bc]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8270 buildcrafttransport:pipe_iron_fluid_yellow RecipeStage{tier='three', recipe=1xitem.PipeFluidsIron@5:[net.minecraft.item.crafting.Ingredient@44d8629, net.minecraft.item.crafting.Ingredient@29ccf169]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8271 buildcrafttransport:pipe_iron_fluid_lime_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsIron@6:[net.minecraft.item.crafting.Ingredient@4a50cfd]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8272 buildcrafttransport:pipe_iron_fluid_lime RecipeStage{tier='three', recipe=1xitem.PipeFluidsIron@6:[net.minecraft.item.crafting.Ingredient@22b84dc8, net.minecraft.item.crafting.Ingredient@b17ef97]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8273 buildcrafttransport:pipe_iron_fluid_pink_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsIron@7:[net.minecraft.item.crafting.Ingredient@465d4753]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8274 buildcrafttransport:pipe_iron_fluid_pink RecipeStage{tier='three', recipe=1xitem.PipeFluidsIron@7:[net.minecraft.item.crafting.Ingredient@1234bc50, net.minecraft.item.crafting.Ingredient@7b632842]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8275 buildcrafttransport:pipe_iron_fluid_gray_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsIron@8:[net.minecraft.item.crafting.Ingredient@2d9b3076]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8276 buildcrafttransport:pipe_iron_fluid_gray RecipeStage{tier='three', recipe=1xitem.PipeFluidsIron@8:[net.minecraft.item.crafting.Ingredient@78b9c59c, net.minecraft.item.crafting.Ingredient@6b7f80b6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8277 buildcrafttransport:pipe_iron_fluid_silver_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsIron@9:[net.minecraft.item.crafting.Ingredient@535896e3]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8278 buildcrafttransport:pipe_iron_fluid_silver RecipeStage{tier='three', recipe=1xitem.PipeFluidsIron@9:[net.minecraft.item.crafting.Ingredient@72967a18, net.minecraft.item.crafting.Ingredient@75aba308]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8279 buildcrafttransport:pipe_iron_fluid_cyan_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsIron@10:[net.minecraft.item.crafting.Ingredient@5ef56e1f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8280 buildcrafttransport:pipe_iron_fluid_cyan RecipeStage{tier='three', recipe=1xitem.PipeFluidsIron@10:[net.minecraft.item.crafting.Ingredient@3769da66, net.minecraft.item.crafting.Ingredient@4ba0b507]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8281 buildcrafttransport:pipe_iron_fluid_purple_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsIron@11:[net.minecraft.item.crafting.Ingredient@356280c2]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8282 buildcrafttransport:pipe_iron_fluid_purple RecipeStage{tier='three', recipe=1xitem.PipeFluidsIron@11:[net.minecraft.item.crafting.Ingredient@2675afc, net.minecraft.item.crafting.Ingredient@39f30a25]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8283 buildcrafttransport:pipe_iron_fluid_blue_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsIron@12:[net.minecraft.item.crafting.Ingredient@5ae22a7b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8284 buildcrafttransport:pipe_iron_fluid_blue RecipeStage{tier='three', recipe=1xitem.PipeFluidsIron@12:[net.minecraft.item.crafting.Ingredient@43e9b73b, net.minecraft.item.crafting.Ingredient@6c3a72be]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8285 buildcrafttransport:pipe_iron_fluid_brown_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsIron@13:[net.minecraft.item.crafting.Ingredient@14c2aa0a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8286 buildcrafttransport:pipe_iron_fluid_brown RecipeStage{tier='three', recipe=1xitem.PipeFluidsIron@13:[net.minecraft.item.crafting.Ingredient@250cb9a9, net.minecraft.item.crafting.Ingredient@30fb414]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8287 buildcrafttransport:pipe_iron_fluid_green_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsIron@14:[net.minecraft.item.crafting.Ingredient@7c4059b7]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8288 buildcrafttransport:pipe_iron_fluid_green RecipeStage{tier='three', recipe=1xitem.PipeFluidsIron@14:[net.minecraft.item.crafting.Ingredient@4290daff, net.minecraft.item.crafting.Ingredient@260cdecc]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8289 buildcrafttransport:pipe_iron_fluid_red_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsIron@15:[net.minecraft.item.crafting.Ingredient@6f3a117d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8290 buildcrafttransport:pipe_iron_fluid_red RecipeStage{tier='three', recipe=1xitem.PipeFluidsIron@15:[net.minecraft.item.crafting.Ingredient@6b033852, net.minecraft.item.crafting.Ingredient@4eeb8617]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8291 buildcrafttransport:pipe_iron_fluid_black_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsIron@16:[net.minecraft.item.crafting.Ingredient@1176eb74]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8292 buildcrafttransport:pipe_iron_fluid_black RecipeStage{tier='three', recipe=1xitem.PipeFluidsIron@16:[net.minecraft.item.crafting.Ingredient@710c69f1, net.minecraft.item.crafting.Ingredient@2e0c8f29]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8293 buildcrafttransport:pipe_gold_fluid_undo RecipeStage{tier='four', recipe=1xitem.PipeItemsGold@0:[net.minecraft.item.crafting.Ingredient@4708bde7]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8294 buildcrafttransport:pipe_gold_fluid_colorless RecipeStage{tier='four', recipe=1xitem.PipeFluidsGold@0:[net.minecraft.item.crafting.Ingredient@1f66af53, net.minecraft.item.crafting.Ingredient@2830093c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8295 buildcrafttransport:pipe_gold_fluid_white_undo RecipeStage{tier='four', recipe=1xitem.PipeItemsGold@1:[net.minecraft.item.crafting.Ingredient@3729adb3]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8296 buildcrafttransport:pipe_gold_fluid_white RecipeStage{tier='four', recipe=1xitem.PipeFluidsGold@1:[net.minecraft.item.crafting.Ingredient@354e0354, net.minecraft.item.crafting.Ingredient@34689c0b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8297 buildcrafttransport:pipe_gold_fluid_orange_undo RecipeStage{tier='four', recipe=1xitem.PipeItemsGold@2:[net.minecraft.item.crafting.Ingredient@2f29ece8]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8298 buildcrafttransport:pipe_gold_fluid_orange RecipeStage{tier='four', recipe=1xitem.PipeFluidsGold@2:[net.minecraft.item.crafting.Ingredient@1ac04f62, net.minecraft.item.crafting.Ingredient@6337a9c1]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8299 buildcrafttransport:pipe_gold_fluid_magenta_undo RecipeStage{tier='four', recipe=1xitem.PipeItemsGold@3:[net.minecraft.item.crafting.Ingredient@29fc46b4]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8300 buildcrafttransport:pipe_gold_fluid_magenta RecipeStage{tier='four', recipe=1xitem.PipeFluidsGold@3:[net.minecraft.item.crafting.Ingredient@6f7869ed, net.minecraft.item.crafting.Ingredient@26979dbe]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8301 buildcrafttransport:pipe_gold_fluid_light_blue_undo RecipeStage{tier='four', recipe=1xitem.PipeItemsGold@4:[net.minecraft.item.crafting.Ingredient@213b5e2d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8302 buildcrafttransport:pipe_gold_fluid_light_blue RecipeStage{tier='four', recipe=1xitem.PipeFluidsGold@4:[net.minecraft.item.crafting.Ingredient@17406a81, net.minecraft.item.crafting.Ingredient@57241a11]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8303 buildcrafttransport:pipe_gold_fluid_yellow_undo RecipeStage{tier='four', recipe=1xitem.PipeItemsGold@5:[net.minecraft.item.crafting.Ingredient@22dce2d6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8304 buildcrafttransport:pipe_gold_fluid_yellow RecipeStage{tier='four', recipe=1xitem.PipeFluidsGold@5:[net.minecraft.item.crafting.Ingredient@415fe026, net.minecraft.item.crafting.Ingredient@422e066f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8305 buildcrafttransport:pipe_gold_fluid_lime_undo RecipeStage{tier='four', recipe=1xitem.PipeItemsGold@6:[net.minecraft.item.crafting.Ingredient@552c39c4]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8306 buildcrafttransport:pipe_gold_fluid_lime RecipeStage{tier='four', recipe=1xitem.PipeFluidsGold@6:[net.minecraft.item.crafting.Ingredient@59e3d3ef, net.minecraft.item.crafting.Ingredient@52fcaa8b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8307 buildcrafttransport:pipe_gold_fluid_pink_undo RecipeStage{tier='four', recipe=1xitem.PipeItemsGold@7:[net.minecraft.item.crafting.Ingredient@6884f25e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8308 buildcrafttransport:pipe_gold_fluid_pink RecipeStage{tier='four', recipe=1xitem.PipeFluidsGold@7:[net.minecraft.item.crafting.Ingredient@18206794, net.minecraft.item.crafting.Ingredient@2ce6858a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8309 buildcrafttransport:pipe_gold_fluid_gray_undo RecipeStage{tier='four', recipe=1xitem.PipeItemsGold@8:[net.minecraft.item.crafting.Ingredient@35969f4f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8310 buildcrafttransport:pipe_gold_fluid_gray RecipeStage{tier='four', recipe=1xitem.PipeFluidsGold@8:[net.minecraft.item.crafting.Ingredient@36435823, net.minecraft.item.crafting.Ingredient@29c18765]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8311 buildcrafttransport:pipe_gold_fluid_silver_undo RecipeStage{tier='four', recipe=1xitem.PipeItemsGold@9:[net.minecraft.item.crafting.Ingredient@c0caa6c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8312 buildcrafttransport:pipe_gold_fluid_silver RecipeStage{tier='four', recipe=1xitem.PipeFluidsGold@9:[net.minecraft.item.crafting.Ingredient@5fd3850, net.minecraft.item.crafting.Ingredient@4d566aab]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8313 buildcrafttransport:pipe_gold_fluid_cyan_undo RecipeStage{tier='four', recipe=1xitem.PipeItemsGold@10:[net.minecraft.item.crafting.Ingredient@173d85bc]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8314 buildcrafttransport:pipe_gold_fluid_cyan RecipeStage{tier='four', recipe=1xitem.PipeFluidsGold@10:[net.minecraft.item.crafting.Ingredient@5132e57, net.minecraft.item.crafting.Ingredient@26e5b59c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8315 buildcrafttransport:pipe_gold_fluid_purple_undo RecipeStage{tier='four', recipe=1xitem.PipeItemsGold@11:[net.minecraft.item.crafting.Ingredient@566eac13]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8316 buildcrafttransport:pipe_gold_fluid_purple RecipeStage{tier='four', recipe=1xitem.PipeFluidsGold@11:[net.minecraft.item.crafting.Ingredient@41515484, net.minecraft.item.crafting.Ingredient@6ad0fa2b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8317 buildcrafttransport:pipe_gold_fluid_blue_undo RecipeStage{tier='four', recipe=1xitem.PipeItemsGold@12:[net.minecraft.item.crafting.Ingredient@1936f6df]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8318 buildcrafttransport:pipe_gold_fluid_blue RecipeStage{tier='four', recipe=1xitem.PipeFluidsGold@12:[net.minecraft.item.crafting.Ingredient@3fe4ddd1, net.minecraft.item.crafting.Ingredient@18d43016]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8319 buildcrafttransport:pipe_gold_fluid_brown_undo RecipeStage{tier='four', recipe=1xitem.PipeItemsGold@13:[net.minecraft.item.crafting.Ingredient@27433f37]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8320 buildcrafttransport:pipe_gold_fluid_brown RecipeStage{tier='four', recipe=1xitem.PipeFluidsGold@13:[net.minecraft.item.crafting.Ingredient@73da717, net.minecraft.item.crafting.Ingredient@644a7678]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8321 buildcrafttransport:pipe_gold_fluid_green_undo RecipeStage{tier='four', recipe=1xitem.PipeItemsGold@14:[net.minecraft.item.crafting.Ingredient@678182ff]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8322 buildcrafttransport:pipe_gold_fluid_green RecipeStage{tier='four', recipe=1xitem.PipeFluidsGold@14:[net.minecraft.item.crafting.Ingredient@3a20da74, net.minecraft.item.crafting.Ingredient@12fce63e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8323 buildcrafttransport:pipe_gold_fluid_red_undo RecipeStage{tier='four', recipe=1xitem.PipeItemsGold@15:[net.minecraft.item.crafting.Ingredient@36e56f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8324 buildcrafttransport:pipe_gold_fluid_red RecipeStage{tier='four', recipe=1xitem.PipeFluidsGold@15:[net.minecraft.item.crafting.Ingredient@4941b0d0, net.minecraft.item.crafting.Ingredient@38765724]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8325 buildcrafttransport:pipe_gold_fluid_black_undo RecipeStage{tier='four', recipe=1xitem.PipeItemsGold@16:[net.minecraft.item.crafting.Ingredient@78318f10]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8326 buildcrafttransport:pipe_gold_fluid_black RecipeStage{tier='four', recipe=1xitem.PipeFluidsGold@16:[net.minecraft.item.crafting.Ingredient@3677d823, net.minecraft.item.crafting.Ingredient@5f441425]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8327 buildcrafttransport:pipe_clay_fluid_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsClay@0:[net.minecraft.item.crafting.Ingredient@45b069c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8328 buildcrafttransport:pipe_clay_fluid_colorless RecipeStage{tier='three', recipe=1xitem.PipeFluidsClay@0:[net.minecraft.item.crafting.Ingredient@737fb861, net.minecraft.item.crafting.Ingredient@1229d805]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8329 buildcrafttransport:pipe_clay_fluid_white_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsClay@1:[net.minecraft.item.crafting.Ingredient@69df78cd]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8330 buildcrafttransport:pipe_clay_fluid_white RecipeStage{tier='three', recipe=1xitem.PipeFluidsClay@1:[net.minecraft.item.crafting.Ingredient@3bd87c2f, net.minecraft.item.crafting.Ingredient@27c77bfd]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8331 buildcrafttransport:pipe_clay_fluid_orange_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsClay@2:[net.minecraft.item.crafting.Ingredient@39648517]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8332 buildcrafttransport:pipe_clay_fluid_orange RecipeStage{tier='three', recipe=1xitem.PipeFluidsClay@2:[net.minecraft.item.crafting.Ingredient@5d213c5a, net.minecraft.item.crafting.Ingredient@b0dfb90]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8333 buildcrafttransport:pipe_clay_fluid_magenta_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsClay@3:[net.minecraft.item.crafting.Ingredient@7aed6b3f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8334 buildcrafttransport:pipe_clay_fluid_magenta RecipeStage{tier='three', recipe=1xitem.PipeFluidsClay@3:[net.minecraft.item.crafting.Ingredient@4acfe4f0, net.minecraft.item.crafting.Ingredient@383fbc21]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8335 buildcrafttransport:pipe_clay_fluid_light_blue_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsClay@4:[net.minecraft.item.crafting.Ingredient@55425686]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8336 buildcrafttransport:pipe_clay_fluid_light_blue RecipeStage{tier='three', recipe=1xitem.PipeFluidsClay@4:[net.minecraft.item.crafting.Ingredient@2504b63c, net.minecraft.item.crafting.Ingredient@588790ca]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8337 buildcrafttransport:pipe_clay_fluid_yellow_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsClay@5:[net.minecraft.item.crafting.Ingredient@1b21266]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8338 buildcrafttransport:pipe_clay_fluid_yellow RecipeStage{tier='three', recipe=1xitem.PipeFluidsClay@5:[net.minecraft.item.crafting.Ingredient@65623010, net.minecraft.item.crafting.Ingredient@4aa2985d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8339 buildcrafttransport:pipe_clay_fluid_lime_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsClay@6:[net.minecraft.item.crafting.Ingredient@6522a634]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8340 buildcrafttransport:pipe_clay_fluid_lime RecipeStage{tier='three', recipe=1xitem.PipeFluidsClay@6:[net.minecraft.item.crafting.Ingredient@4f0afa3b, net.minecraft.item.crafting.Ingredient@c5096d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8341 buildcrafttransport:pipe_clay_fluid_pink_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsClay@7:[net.minecraft.item.crafting.Ingredient@46e51f1b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8342 buildcrafttransport:pipe_clay_fluid_pink RecipeStage{tier='three', recipe=1xitem.PipeFluidsClay@7:[net.minecraft.item.crafting.Ingredient@76000a16, net.minecraft.item.crafting.Ingredient@360474a5]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8343 buildcrafttransport:pipe_clay_fluid_gray_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsClay@8:[net.minecraft.item.crafting.Ingredient@31ce6d77]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8344 buildcrafttransport:pipe_clay_fluid_gray RecipeStage{tier='three', recipe=1xitem.PipeFluidsClay@8:[net.minecraft.item.crafting.Ingredient@525c74e6, net.minecraft.item.crafting.Ingredient@378bac74]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8345 buildcrafttransport:pipe_clay_fluid_silver_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsClay@9:[net.minecraft.item.crafting.Ingredient@7688a2f9]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8346 buildcrafttransport:pipe_clay_fluid_silver RecipeStage{tier='three', recipe=1xitem.PipeFluidsClay@9:[net.minecraft.item.crafting.Ingredient@2d40ef0a, net.minecraft.item.crafting.Ingredient@3eeea567]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8347 buildcrafttransport:pipe_clay_fluid_cyan_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsClay@10:[net.minecraft.item.crafting.Ingredient@5acb4b48]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8348 buildcrafttransport:pipe_clay_fluid_cyan RecipeStage{tier='three', recipe=1xitem.PipeFluidsClay@10:[net.minecraft.item.crafting.Ingredient@3b578155, net.minecraft.item.crafting.Ingredient@24b3f219]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8349 buildcrafttransport:pipe_clay_fluid_purple_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsClay@11:[net.minecraft.item.crafting.Ingredient@1a78eb0b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8350 buildcrafttransport:pipe_clay_fluid_purple RecipeStage{tier='three', recipe=1xitem.PipeFluidsClay@11:[net.minecraft.item.crafting.Ingredient@26ba96af, net.minecraft.item.crafting.Ingredient@11c94aa8]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8351 buildcrafttransport:pipe_clay_fluid_blue_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsClay@12:[net.minecraft.item.crafting.Ingredient@457e5dcb]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8352 buildcrafttransport:pipe_clay_fluid_blue RecipeStage{tier='three', recipe=1xitem.PipeFluidsClay@12:[net.minecraft.item.crafting.Ingredient@6cc43477, net.minecraft.item.crafting.Ingredient@6434745]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8353 buildcrafttransport:pipe_clay_fluid_brown_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsClay@13:[net.minecraft.item.crafting.Ingredient@1b6cfad6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8354 buildcrafttransport:pipe_clay_fluid_brown RecipeStage{tier='three', recipe=1xitem.PipeFluidsClay@13:[net.minecraft.item.crafting.Ingredient@4a231eb2, net.minecraft.item.crafting.Ingredient@5d422b6f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8355 buildcrafttransport:pipe_clay_fluid_green_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsClay@14:[net.minecraft.item.crafting.Ingredient@47b61239]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8356 buildcrafttransport:pipe_clay_fluid_green RecipeStage{tier='three', recipe=1xitem.PipeFluidsClay@14:[net.minecraft.item.crafting.Ingredient@59e71a79, net.minecraft.item.crafting.Ingredient@5ee69f16]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8357 buildcrafttransport:pipe_clay_fluid_red_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsClay@15:[net.minecraft.item.crafting.Ingredient@2e148326]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8358 buildcrafttransport:pipe_clay_fluid_red RecipeStage{tier='three', recipe=1xitem.PipeFluidsClay@15:[net.minecraft.item.crafting.Ingredient@25b5589e, net.minecraft.item.crafting.Ingredient@3fd00230]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8359 buildcrafttransport:pipe_clay_fluid_black_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsClay@16:[net.minecraft.item.crafting.Ingredient@7150f6a2]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8360 buildcrafttransport:pipe_clay_fluid_black RecipeStage{tier='three', recipe=1xitem.PipeFluidsClay@16:[net.minecraft.item.crafting.Ingredient@41d06dc9, net.minecraft.item.crafting.Ingredient@49553bff]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8361 buildcrafttransport:pipe_sandstone_fluid_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsSandstone@0:[net.minecraft.item.crafting.Ingredient@306ad416]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8362 buildcrafttransport:pipe_sandstone_fluid_colorless RecipeStage{tier='three', recipe=1xitem.PipeFluidsSandstone@0:[net.minecraft.item.crafting.Ingredient@12fc1e89, net.minecraft.item.crafting.Ingredient@1cb8efee]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8363 buildcrafttransport:pipe_sandstone_fluid_white_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsSandstone@1:[net.minecraft.item.crafting.Ingredient@3a0de54f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8364 buildcrafttransport:pipe_sandstone_fluid_white RecipeStage{tier='three', recipe=1xitem.PipeFluidsSandstone@1:[net.minecraft.item.crafting.Ingredient@13ebedae, net.minecraft.item.crafting.Ingredient@4b3771d2]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8365 buildcrafttransport:pipe_sandstone_fluid_orange_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsSandstone@2:[net.minecraft.item.crafting.Ingredient@6ba1e44b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8366 buildcrafttransport:pipe_sandstone_fluid_orange RecipeStage{tier='three', recipe=1xitem.PipeFluidsSandstone@2:[net.minecraft.item.crafting.Ingredient@5722bec2, net.minecraft.item.crafting.Ingredient@674410a2]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8367 buildcrafttransport:pipe_sandstone_fluid_magenta_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsSandstone@3:[net.minecraft.item.crafting.Ingredient@7b20ca57]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8368 buildcrafttransport:pipe_sandstone_fluid_magenta RecipeStage{tier='three', recipe=1xitem.PipeFluidsSandstone@3:[net.minecraft.item.crafting.Ingredient@7e3069db, net.minecraft.item.crafting.Ingredient@6494837b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8369 buildcrafttransport:pipe_sandstone_fluid_light_blue_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsSandstone@4:[net.minecraft.item.crafting.Ingredient@155b07e7]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8370 buildcrafttransport:pipe_sandstone_fluid_light_blue RecipeStage{tier='three', recipe=1xitem.PipeFluidsSandstone@4:[net.minecraft.item.crafting.Ingredient@2817031d, net.minecraft.item.crafting.Ingredient@6d379c2c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8371 buildcrafttransport:pipe_sandstone_fluid_yellow_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsSandstone@5:[net.minecraft.item.crafting.Ingredient@eb92d9d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8372 buildcrafttransport:pipe_sandstone_fluid_yellow RecipeStage{tier='three', recipe=1xitem.PipeFluidsSandstone@5:[net.minecraft.item.crafting.Ingredient@4f21f1a8, net.minecraft.item.crafting.Ingredient@19bbfe44]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8373 buildcrafttransport:pipe_sandstone_fluid_lime_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsSandstone@6:[net.minecraft.item.crafting.Ingredient@76e23d6a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8374 buildcrafttransport:pipe_sandstone_fluid_lime RecipeStage{tier='three', recipe=1xitem.PipeFluidsSandstone@6:[net.minecraft.item.crafting.Ingredient@7001afe4, net.minecraft.item.crafting.Ingredient@6150547a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8375 buildcrafttransport:pipe_sandstone_fluid_pink_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsSandstone@7:[net.minecraft.item.crafting.Ingredient@41029169]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8376 buildcrafttransport:pipe_sandstone_fluid_pink RecipeStage{tier='three', recipe=1xitem.PipeFluidsSandstone@7:[net.minecraft.item.crafting.Ingredient@5f11185c, net.minecraft.item.crafting.Ingredient@283a4b6d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8377 buildcrafttransport:pipe_sandstone_fluid_gray_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsSandstone@8:[net.minecraft.item.crafting.Ingredient@4a11a93c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8378 buildcrafttransport:pipe_sandstone_fluid_gray RecipeStage{tier='three', recipe=1xitem.PipeFluidsSandstone@8:[net.minecraft.item.crafting.Ingredient@670eda36, net.minecraft.item.crafting.Ingredient@2a5318d3]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8379 buildcrafttransport:pipe_sandstone_fluid_silver_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsSandstone@9:[net.minecraft.item.crafting.Ingredient@5c3681d4]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8380 buildcrafttransport:pipe_sandstone_fluid_silver RecipeStage{tier='three', recipe=1xitem.PipeFluidsSandstone@9:[net.minecraft.item.crafting.Ingredient@7fdf23e2, net.minecraft.item.crafting.Ingredient@72f96b99]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8381 buildcrafttransport:pipe_sandstone_fluid_cyan_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsSandstone@10:[net.minecraft.item.crafting.Ingredient@1625a037]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8382 buildcrafttransport:pipe_sandstone_fluid_cyan RecipeStage{tier='three', recipe=1xitem.PipeFluidsSandstone@10:[net.minecraft.item.crafting.Ingredient@297f4514, net.minecraft.item.crafting.Ingredient@7866ecec]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8383 buildcrafttransport:pipe_sandstone_fluid_purple_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsSandstone@11:[net.minecraft.item.crafting.Ingredient@49197cc3]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8384 buildcrafttransport:pipe_sandstone_fluid_purple RecipeStage{tier='three', recipe=1xitem.PipeFluidsSandstone@11:[net.minecraft.item.crafting.Ingredient@55d35922, net.minecraft.item.crafting.Ingredient@58d973f0]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8385 buildcrafttransport:pipe_sandstone_fluid_blue_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsSandstone@12:[net.minecraft.item.crafting.Ingredient@2ef59246]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8386 buildcrafttransport:pipe_sandstone_fluid_blue RecipeStage{tier='three', recipe=1xitem.PipeFluidsSandstone@12:[net.minecraft.item.crafting.Ingredient@72756dd4, net.minecraft.item.crafting.Ingredient@f365e45]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8387 buildcrafttransport:pipe_sandstone_fluid_brown_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsSandstone@13:[net.minecraft.item.crafting.Ingredient@6a33d052]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8388 buildcrafttransport:pipe_sandstone_fluid_brown RecipeStage{tier='three', recipe=1xitem.PipeFluidsSandstone@13:[net.minecraft.item.crafting.Ingredient@e08bf50, net.minecraft.item.crafting.Ingredient@1f180d74]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8389 buildcrafttransport:pipe_sandstone_fluid_green_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsSandstone@14:[net.minecraft.item.crafting.Ingredient@50cfa880]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8390 buildcrafttransport:pipe_sandstone_fluid_green RecipeStage{tier='three', recipe=1xitem.PipeFluidsSandstone@14:[net.minecraft.item.crafting.Ingredient@44daa251, net.minecraft.item.crafting.Ingredient@407f4c88]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8391 buildcrafttransport:pipe_sandstone_fluid_red_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsSandstone@15:[net.minecraft.item.crafting.Ingredient@45f8bc3d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8392 buildcrafttransport:pipe_sandstone_fluid_red RecipeStage{tier='three', recipe=1xitem.PipeFluidsSandstone@15:[net.minecraft.item.crafting.Ingredient@6e805be9, net.minecraft.item.crafting.Ingredient@48c2bd99]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8393 buildcrafttransport:pipe_sandstone_fluid_black_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsSandstone@16:[net.minecraft.item.crafting.Ingredient@1613e884]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8394 buildcrafttransport:pipe_sandstone_fluid_black RecipeStage{tier='three', recipe=1xitem.PipeFluidsSandstone@16:[net.minecraft.item.crafting.Ingredient@27d3f214, net.minecraft.item.crafting.Ingredient@3050cbaf]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8396 buildcrafttransport:pipe_void_fluid_colorless RecipeStage{tier='three', recipe=1xitem.PipeFluidsVoid@0:[net.minecraft.item.crafting.Ingredient@48242e67, net.minecraft.item.crafting.Ingredient@3f6b490]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8397 buildcrafttransport:pipe_void_fluid_white_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsVoid@1:[net.minecraft.item.crafting.Ingredient@63214605]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8398 buildcrafttransport:pipe_void_fluid_white RecipeStage{tier='three', recipe=1xitem.PipeFluidsVoid@1:[net.minecraft.item.crafting.Ingredient@3cfb7ce7, net.minecraft.item.crafting.Ingredient@52eea795]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8399 buildcrafttransport:pipe_void_fluid_orange_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsVoid@2:[net.minecraft.item.crafting.Ingredient@49a3194a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8400 buildcrafttransport:pipe_void_fluid_orange RecipeStage{tier='three', recipe=1xitem.PipeFluidsVoid@2:[net.minecraft.item.crafting.Ingredient@9ad808c, net.minecraft.item.crafting.Ingredient@423d8d0]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8401 buildcrafttransport:pipe_void_fluid_magenta_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsVoid@3:[net.minecraft.item.crafting.Ingredient@39694c89]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8402 buildcrafttransport:pipe_void_fluid_magenta RecipeStage{tier='three', recipe=1xitem.PipeFluidsVoid@3:[net.minecraft.item.crafting.Ingredient@465aa4c4, net.minecraft.item.crafting.Ingredient@4c09b508]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8403 buildcrafttransport:pipe_void_fluid_light_blue_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsVoid@4:[net.minecraft.item.crafting.Ingredient@4b304360]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8404 buildcrafttransport:pipe_void_fluid_light_blue RecipeStage{tier='three', recipe=1xitem.PipeFluidsVoid@4:[net.minecraft.item.crafting.Ingredient@597fedb0, net.minecraft.item.crafting.Ingredient@5b22ac1e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8405 buildcrafttransport:pipe_void_fluid_yellow_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsVoid@5:[net.minecraft.item.crafting.Ingredient@37a892c5]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8406 buildcrafttransport:pipe_void_fluid_yellow RecipeStage{tier='three', recipe=1xitem.PipeFluidsVoid@5:[net.minecraft.item.crafting.Ingredient@5f90f79c, net.minecraft.item.crafting.Ingredient@4bbe4130]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8407 buildcrafttransport:pipe_void_fluid_lime_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsVoid@6:[net.minecraft.item.crafting.Ingredient@4ec68b48]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8408 buildcrafttransport:pipe_void_fluid_lime RecipeStage{tier='three', recipe=1xitem.PipeFluidsVoid@6:[net.minecraft.item.crafting.Ingredient@2fbcdd2c, net.minecraft.item.crafting.Ingredient@988c6ff]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8409 buildcrafttransport:pipe_void_fluid_pink_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsVoid@7:[net.minecraft.item.crafting.Ingredient@7097055a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8410 buildcrafttransport:pipe_void_fluid_pink RecipeStage{tier='three', recipe=1xitem.PipeFluidsVoid@7:[net.minecraft.item.crafting.Ingredient@76fb6529, net.minecraft.item.crafting.Ingredient@7110ef53]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8411 buildcrafttransport:pipe_void_fluid_gray_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsVoid@8:[net.minecraft.item.crafting.Ingredient@5f16a020]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8412 buildcrafttransport:pipe_void_fluid_gray RecipeStage{tier='three', recipe=1xitem.PipeFluidsVoid@8:[net.minecraft.item.crafting.Ingredient@47557af, net.minecraft.item.crafting.Ingredient@11ca04b6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8413 buildcrafttransport:pipe_void_fluid_silver_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsVoid@9:[net.minecraft.item.crafting.Ingredient@434005cb]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8414 buildcrafttransport:pipe_void_fluid_silver RecipeStage{tier='three', recipe=1xitem.PipeFluidsVoid@9:[net.minecraft.item.crafting.Ingredient@2c08bc95, net.minecraft.item.crafting.Ingredient@6af1cfd2]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8415 buildcrafttransport:pipe_void_fluid_cyan_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsVoid@10:[net.minecraft.item.crafting.Ingredient@7371f1f0]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8416 buildcrafttransport:pipe_void_fluid_cyan RecipeStage{tier='three', recipe=1xitem.PipeFluidsVoid@10:[net.minecraft.item.crafting.Ingredient@7e9fd4cc, net.minecraft.item.crafting.Ingredient@3005be24]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8417 buildcrafttransport:pipe_void_fluid_purple_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsVoid@11:[net.minecraft.item.crafting.Ingredient@76711dc5]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8418 buildcrafttransport:pipe_void_fluid_purple RecipeStage{tier='three', recipe=1xitem.PipeFluidsVoid@11:[net.minecraft.item.crafting.Ingredient@6ba1fa00, net.minecraft.item.crafting.Ingredient@1eee52ce]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8419 buildcrafttransport:pipe_void_fluid_blue_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsVoid@12:[net.minecraft.item.crafting.Ingredient@52065a87]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8420 buildcrafttransport:pipe_void_fluid_blue RecipeStage{tier='three', recipe=1xitem.PipeFluidsVoid@12:[net.minecraft.item.crafting.Ingredient@5a878713, net.minecraft.item.crafting.Ingredient@4548bf53]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8421 buildcrafttransport:pipe_void_fluid_brown_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsVoid@13:[net.minecraft.item.crafting.Ingredient@d98faae]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8422 buildcrafttransport:pipe_void_fluid_brown RecipeStage{tier='three', recipe=1xitem.PipeFluidsVoid@13:[net.minecraft.item.crafting.Ingredient@6bf3d31d, net.minecraft.item.crafting.Ingredient@1ec47393]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8423 buildcrafttransport:pipe_void_fluid_green_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsVoid@14:[net.minecraft.item.crafting.Ingredient@35bb6725]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8424 buildcrafttransport:pipe_void_fluid_green RecipeStage{tier='three', recipe=1xitem.PipeFluidsVoid@14:[net.minecraft.item.crafting.Ingredient@7d409ac8, net.minecraft.item.crafting.Ingredient@3471b2c0]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8425 buildcrafttransport:pipe_void_fluid_red_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsVoid@15:[net.minecraft.item.crafting.Ingredient@335c5b42]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8426 buildcrafttransport:pipe_void_fluid_red RecipeStage{tier='three', recipe=1xitem.PipeFluidsVoid@15:[net.minecraft.item.crafting.Ingredient@736d5d0f, net.minecraft.item.crafting.Ingredient@4288de1f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8427 buildcrafttransport:pipe_void_fluid_black_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsVoid@16:[net.minecraft.item.crafting.Ingredient@41377ace]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8428 buildcrafttransport:pipe_void_fluid_black RecipeStage{tier='three', recipe=1xitem.PipeFluidsVoid@16:[net.minecraft.item.crafting.Ingredient@5cd787ee, net.minecraft.item.crafting.Ingredient@37b9ba10]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8429 buildcrafttransport:pipe_diamond_fluid_undo RecipeStage{tier='five', recipe=1xitem.PipeItemsDiamond@0:[net.minecraft.item.crafting.Ingredient@4b193197]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8430 buildcrafttransport:pipe_diamond_fluid_colorless RecipeStage{tier='five', recipe=1xitem.PipeFluidsDiamond@0:[net.minecraft.item.crafting.Ingredient@518271b5, net.minecraft.item.crafting.Ingredient@e463ff9]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8431 buildcrafttransport:pipe_diamond_fluid_white_undo net.minecraftforge.oredict.ShapelessOreRecipe@6c1011a0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8432 buildcrafttransport:pipe_diamond_fluid_white net.minecraftforge.oredict.ShapelessOreRecipe@16deff0c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8433 buildcrafttransport:pipe_diamond_fluid_orange_undo net.minecraftforge.oredict.ShapelessOreRecipe@1bc95b2d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8434 buildcrafttransport:pipe_diamond_fluid_orange net.minecraftforge.oredict.ShapelessOreRecipe@33214069 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8435 buildcrafttransport:pipe_diamond_fluid_magenta_undo net.minecraftforge.oredict.ShapelessOreRecipe@2deb0512 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8436 buildcrafttransport:pipe_diamond_fluid_magenta net.minecraftforge.oredict.ShapelessOreRecipe@6656574e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8437 buildcrafttransport:pipe_diamond_fluid_light_blue_undo net.minecraftforge.oredict.ShapelessOreRecipe@f67dbd2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8438 buildcrafttransport:pipe_diamond_fluid_light_blue net.minecraftforge.oredict.ShapelessOreRecipe@3455e113 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8439 buildcrafttransport:pipe_diamond_fluid_yellow_undo net.minecraftforge.oredict.ShapelessOreRecipe@4382e9b5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8440 buildcrafttransport:pipe_diamond_fluid_yellow net.minecraftforge.oredict.ShapelessOreRecipe@6101b726 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8441 buildcrafttransport:pipe_diamond_fluid_lime_undo net.minecraftforge.oredict.ShapelessOreRecipe@59280508 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8442 buildcrafttransport:pipe_diamond_fluid_lime net.minecraftforge.oredict.ShapelessOreRecipe@1747c6a7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8443 buildcrafttransport:pipe_diamond_fluid_pink_undo net.minecraftforge.oredict.ShapelessOreRecipe@6b2d8be +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8444 buildcrafttransport:pipe_diamond_fluid_pink net.minecraftforge.oredict.ShapelessOreRecipe@10d21c53 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8445 buildcrafttransport:pipe_diamond_fluid_gray_undo net.minecraftforge.oredict.ShapelessOreRecipe@6d683339 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8446 buildcrafttransport:pipe_diamond_fluid_gray net.minecraftforge.oredict.ShapelessOreRecipe@5f1b7c12 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8447 buildcrafttransport:pipe_diamond_fluid_silver_undo net.minecraftforge.oredict.ShapelessOreRecipe@508a7e9c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8448 buildcrafttransport:pipe_diamond_fluid_silver net.minecraftforge.oredict.ShapelessOreRecipe@3230fd37 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8449 buildcrafttransport:pipe_diamond_fluid_cyan_undo net.minecraftforge.oredict.ShapelessOreRecipe@421a89fa +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8450 buildcrafttransport:pipe_diamond_fluid_cyan net.minecraftforge.oredict.ShapelessOreRecipe@2124e5d5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8451 buildcrafttransport:pipe_diamond_fluid_purple_undo net.minecraftforge.oredict.ShapelessOreRecipe@45c5017e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8452 buildcrafttransport:pipe_diamond_fluid_purple net.minecraftforge.oredict.ShapelessOreRecipe@687d93a7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8453 buildcrafttransport:pipe_diamond_fluid_blue_undo net.minecraftforge.oredict.ShapelessOreRecipe@42cb5fe1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8454 buildcrafttransport:pipe_diamond_fluid_blue net.minecraftforge.oredict.ShapelessOreRecipe@152f8146 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8455 buildcrafttransport:pipe_diamond_fluid_brown_undo net.minecraftforge.oredict.ShapelessOreRecipe@8c97ad9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8456 buildcrafttransport:pipe_diamond_fluid_brown net.minecraftforge.oredict.ShapelessOreRecipe@50a72241 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8457 buildcrafttransport:pipe_diamond_fluid_green_undo net.minecraftforge.oredict.ShapelessOreRecipe@7ffb0921 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8458 buildcrafttransport:pipe_diamond_fluid_green net.minecraftforge.oredict.ShapelessOreRecipe@38f7acec +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8459 buildcrafttransport:pipe_diamond_fluid_red_undo net.minecraftforge.oredict.ShapelessOreRecipe@3135c368 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8460 buildcrafttransport:pipe_diamond_fluid_red net.minecraftforge.oredict.ShapelessOreRecipe@18e82019 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8461 buildcrafttransport:pipe_diamond_fluid_black_undo net.minecraftforge.oredict.ShapelessOreRecipe@27a9868d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8462 buildcrafttransport:pipe_diamond_fluid_black net.minecraftforge.oredict.ShapelessOreRecipe@3ac4314b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8463 buildcrafttransport:pipe_diamond_wood_fluid_undo RecipeStage{tier='five', recipe=1xitem.PipeItemsWoodenDiamond@0:[net.minecraft.item.crafting.Ingredient@51b24570]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8464 buildcrafttransport:pipe_diamond_wood_fluid_colorless RecipeStage{tier='five', recipe=1xitem.PipeFluidsWoodenDiamond@0:[net.minecraft.item.crafting.Ingredient@fd53eb, net.minecraft.item.crafting.Ingredient@1ba864d6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8465 buildcrafttransport:pipe_diamond_wood_fluid_white_undo RecipeStage{tier='five', recipe=1xitem.PipeItemsWoodenDiamond@1:[net.minecraft.item.crafting.Ingredient@4af5fcd8]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8466 buildcrafttransport:pipe_diamond_wood_fluid_white net.minecraftforge.oredict.ShapelessOreRecipe@543e553e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8467 buildcrafttransport:pipe_diamond_wood_fluid_orange_undo RecipeStage{tier='five', recipe=1xitem.PipeItemsWoodenDiamond@2:[net.minecraft.item.crafting.Ingredient@18eced73]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8468 buildcrafttransport:pipe_diamond_wood_fluid_orange net.minecraftforge.oredict.ShapelessOreRecipe@15e6541d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8469 buildcrafttransport:pipe_diamond_wood_fluid_magenta_undo RecipeStage{tier='five', recipe=1xitem.PipeItemsWoodenDiamond@3:[net.minecraft.item.crafting.Ingredient@3958708a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8470 buildcrafttransport:pipe_diamond_wood_fluid_magenta net.minecraftforge.oredict.ShapelessOreRecipe@4bd9462b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8471 buildcrafttransport:pipe_diamond_wood_fluid_light_blue_undo RecipeStage{tier='five', recipe=1xitem.PipeItemsWoodenDiamond@4:[net.minecraft.item.crafting.Ingredient@696c8ad5]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8472 buildcrafttransport:pipe_diamond_wood_fluid_light_blue net.minecraftforge.oredict.ShapelessOreRecipe@4d38a23b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8473 buildcrafttransport:pipe_diamond_wood_fluid_yellow_undo RecipeStage{tier='five', recipe=1xitem.PipeItemsWoodenDiamond@5:[net.minecraft.item.crafting.Ingredient@445d5c17]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8474 buildcrafttransport:pipe_diamond_wood_fluid_yellow net.minecraftforge.oredict.ShapelessOreRecipe@2c386660 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8475 buildcrafttransport:pipe_diamond_wood_fluid_lime_undo RecipeStage{tier='five', recipe=1xitem.PipeItemsWoodenDiamond@6:[net.minecraft.item.crafting.Ingredient@6e11804b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8476 buildcrafttransport:pipe_diamond_wood_fluid_lime net.minecraftforge.oredict.ShapelessOreRecipe@61374357 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8477 buildcrafttransport:pipe_diamond_wood_fluid_pink_undo RecipeStage{tier='five', recipe=1xitem.PipeItemsWoodenDiamond@7:[net.minecraft.item.crafting.Ingredient@37edf747]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8478 buildcrafttransport:pipe_diamond_wood_fluid_pink net.minecraftforge.oredict.ShapelessOreRecipe@78b8bd0c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8479 buildcrafttransport:pipe_diamond_wood_fluid_gray_undo RecipeStage{tier='five', recipe=1xitem.PipeItemsWoodenDiamond@8:[net.minecraft.item.crafting.Ingredient@187dedfd]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8480 buildcrafttransport:pipe_diamond_wood_fluid_gray net.minecraftforge.oredict.ShapelessOreRecipe@3f20bfca +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8481 buildcrafttransport:pipe_diamond_wood_fluid_silver_undo RecipeStage{tier='five', recipe=1xitem.PipeItemsWoodenDiamond@9:[net.minecraft.item.crafting.Ingredient@6bcc897]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8482 buildcrafttransport:pipe_diamond_wood_fluid_silver net.minecraftforge.oredict.ShapelessOreRecipe@d67b5cf +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8483 buildcrafttransport:pipe_diamond_wood_fluid_cyan_undo RecipeStage{tier='five', recipe=1xitem.PipeItemsWoodenDiamond@10:[net.minecraft.item.crafting.Ingredient@2a70c47f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8484 buildcrafttransport:pipe_diamond_wood_fluid_cyan net.minecraftforge.oredict.ShapelessOreRecipe@2d570905 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8485 buildcrafttransport:pipe_diamond_wood_fluid_purple_undo RecipeStage{tier='five', recipe=1xitem.PipeItemsWoodenDiamond@11:[net.minecraft.item.crafting.Ingredient@78a7a2c7]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8486 buildcrafttransport:pipe_diamond_wood_fluid_purple net.minecraftforge.oredict.ShapelessOreRecipe@5049983c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8487 buildcrafttransport:pipe_diamond_wood_fluid_blue_undo RecipeStage{tier='five', recipe=1xitem.PipeItemsWoodenDiamond@12:[net.minecraft.item.crafting.Ingredient@6187afc3]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8488 buildcrafttransport:pipe_diamond_wood_fluid_blue net.minecraftforge.oredict.ShapelessOreRecipe@6589d0e3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8489 buildcrafttransport:pipe_diamond_wood_fluid_brown_undo RecipeStage{tier='five', recipe=1xitem.PipeItemsWoodenDiamond@13:[net.minecraft.item.crafting.Ingredient@229c8afe]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8490 buildcrafttransport:pipe_diamond_wood_fluid_brown net.minecraftforge.oredict.ShapelessOreRecipe@743c2b7c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8491 buildcrafttransport:pipe_diamond_wood_fluid_green_undo RecipeStage{tier='five', recipe=1xitem.PipeItemsWoodenDiamond@14:[net.minecraft.item.crafting.Ingredient@71dda003]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8492 buildcrafttransport:pipe_diamond_wood_fluid_green net.minecraftforge.oredict.ShapelessOreRecipe@7de67cd9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8493 buildcrafttransport:pipe_diamond_wood_fluid_red_undo RecipeStage{tier='five', recipe=1xitem.PipeItemsWoodenDiamond@15:[net.minecraft.item.crafting.Ingredient@4f5c9ded]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8494 buildcrafttransport:pipe_diamond_wood_fluid_red net.minecraftforge.oredict.ShapelessOreRecipe@2ae95400 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8495 buildcrafttransport:pipe_diamond_wood_fluid_black_undo RecipeStage{tier='five', recipe=1xitem.PipeItemsWoodenDiamond@16:[net.minecraft.item.crafting.Ingredient@64e417ca]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8496 buildcrafttransport:pipe_diamond_wood_fluid_black net.minecraftforge.oredict.ShapelessOreRecipe@7b4a42af +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8497 buildcrafttransport:pipe_wood_power_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsWood@0:[net.minecraft.item.crafting.Ingredient@919c2cd]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8498 buildcrafttransport:pipe_wood_power_colorless RecipeStage{tier='four', recipe=1xitem.PipePowerWood@0:[net.minecraft.item.crafting.Ingredient@212d868f, net.minecraftforge.oredict.OreIngredient@85be73f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8499 buildcrafttransport:pipe_wood_power_white_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsWood@1:[net.minecraft.item.crafting.Ingredient@67c3e129]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8500 buildcrafttransport:pipe_wood_power_white RecipeStage{tier='four', recipe=1xitem.PipePowerWood@1:[net.minecraft.item.crafting.Ingredient@7d2272d2, net.minecraftforge.oredict.OreIngredient@28fe2ffe]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8501 buildcrafttransport:pipe_wood_power_orange_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsWood@2:[net.minecraft.item.crafting.Ingredient@429c0bc2]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8502 buildcrafttransport:pipe_wood_power_orange RecipeStage{tier='four', recipe=1xitem.PipePowerWood@2:[net.minecraft.item.crafting.Ingredient@751e0e08, net.minecraftforge.oredict.OreIngredient@472bc68b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8503 buildcrafttransport:pipe_wood_power_magenta_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsWood@3:[net.minecraft.item.crafting.Ingredient@7b3e3de2]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8504 buildcrafttransport:pipe_wood_power_magenta RecipeStage{tier='four', recipe=1xitem.PipePowerWood@3:[net.minecraft.item.crafting.Ingredient@67538c0c, net.minecraftforge.oredict.OreIngredient@5a18c9ee]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8505 buildcrafttransport:pipe_wood_power_light_blue_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsWood@4:[net.minecraft.item.crafting.Ingredient@6566da3]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8506 buildcrafttransport:pipe_wood_power_light_blue RecipeStage{tier='four', recipe=1xitem.PipePowerWood@4:[net.minecraft.item.crafting.Ingredient@61d5436d, net.minecraftforge.oredict.OreIngredient@28ac510b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8507 buildcrafttransport:pipe_wood_power_yellow_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsWood@5:[net.minecraft.item.crafting.Ingredient@1520f91f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8508 buildcrafttransport:pipe_wood_power_yellow RecipeStage{tier='four', recipe=1xitem.PipePowerWood@5:[net.minecraft.item.crafting.Ingredient@144b382b, net.minecraftforge.oredict.OreIngredient@19321420]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8509 buildcrafttransport:pipe_wood_power_lime_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsWood@6:[net.minecraft.item.crafting.Ingredient@7dec5b6a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8510 buildcrafttransport:pipe_wood_power_lime RecipeStage{tier='four', recipe=1xitem.PipePowerWood@6:[net.minecraft.item.crafting.Ingredient@39312fbd, net.minecraftforge.oredict.OreIngredient@7545bead]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8511 buildcrafttransport:pipe_wood_power_pink_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsWood@7:[net.minecraft.item.crafting.Ingredient@75f00eb]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8512 buildcrafttransport:pipe_wood_power_pink RecipeStage{tier='four', recipe=1xitem.PipePowerWood@7:[net.minecraft.item.crafting.Ingredient@6fcbfbf5, net.minecraftforge.oredict.OreIngredient@69c344d4]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8513 buildcrafttransport:pipe_wood_power_gray_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsWood@8:[net.minecraft.item.crafting.Ingredient@3d37f8b2]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8514 buildcrafttransport:pipe_wood_power_gray RecipeStage{tier='four', recipe=1xitem.PipePowerWood@8:[net.minecraft.item.crafting.Ingredient@7e85b820, net.minecraftforge.oredict.OreIngredient@4a1f281e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8515 buildcrafttransport:pipe_wood_power_silver_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsWood@9:[net.minecraft.item.crafting.Ingredient@58295c10]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8516 buildcrafttransport:pipe_wood_power_silver RecipeStage{tier='four', recipe=1xitem.PipePowerWood@9:[net.minecraft.item.crafting.Ingredient@38522d2c, net.minecraftforge.oredict.OreIngredient@d549a32]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8517 buildcrafttransport:pipe_wood_power_cyan_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsWood@10:[net.minecraft.item.crafting.Ingredient@6193aceb]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8518 buildcrafttransport:pipe_wood_power_cyan RecipeStage{tier='four', recipe=1xitem.PipePowerWood@10:[net.minecraft.item.crafting.Ingredient@612d5090, net.minecraftforge.oredict.OreIngredient@2b39fdf]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8519 buildcrafttransport:pipe_wood_power_purple_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsWood@11:[net.minecraft.item.crafting.Ingredient@38c9a2ef]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8520 buildcrafttransport:pipe_wood_power_purple RecipeStage{tier='four', recipe=1xitem.PipePowerWood@11:[net.minecraft.item.crafting.Ingredient@2db8f063, net.minecraftforge.oredict.OreIngredient@fdd9d6d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8521 buildcrafttransport:pipe_wood_power_blue_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsWood@12:[net.minecraft.item.crafting.Ingredient@1715f537]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8522 buildcrafttransport:pipe_wood_power_blue RecipeStage{tier='four', recipe=1xitem.PipePowerWood@12:[net.minecraft.item.crafting.Ingredient@1e11f87e, net.minecraftforge.oredict.OreIngredient@506c489f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8523 buildcrafttransport:pipe_wood_power_brown_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsWood@13:[net.minecraft.item.crafting.Ingredient@34529c6f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8524 buildcrafttransport:pipe_wood_power_brown RecipeStage{tier='four', recipe=1xitem.PipePowerWood@13:[net.minecraft.item.crafting.Ingredient@170bcc1e, net.minecraftforge.oredict.OreIngredient@3a51dae4]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8525 buildcrafttransport:pipe_wood_power_green_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsWood@14:[net.minecraft.item.crafting.Ingredient@357a5626]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8526 buildcrafttransport:pipe_wood_power_green RecipeStage{tier='four', recipe=1xitem.PipePowerWood@14:[net.minecraft.item.crafting.Ingredient@48ea642e, net.minecraftforge.oredict.OreIngredient@5675dcb6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8527 buildcrafttransport:pipe_wood_power_red_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsWood@15:[net.minecraft.item.crafting.Ingredient@d0057e7]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8528 buildcrafttransport:pipe_wood_power_red RecipeStage{tier='four', recipe=1xitem.PipePowerWood@15:[net.minecraft.item.crafting.Ingredient@6e38676d, net.minecraftforge.oredict.OreIngredient@14c2c129]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8529 buildcrafttransport:pipe_wood_power_black_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsWood@16:[net.minecraft.item.crafting.Ingredient@9fbea4b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8530 buildcrafttransport:pipe_wood_power_black RecipeStage{tier='four', recipe=1xitem.PipePowerWood@16:[net.minecraft.item.crafting.Ingredient@261ca12c, net.minecraftforge.oredict.OreIngredient@2d7c150d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8531 buildcrafttransport:pipe_cobble_power_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsCobblestone@0:[net.minecraft.item.crafting.Ingredient@7065ae7a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8532 buildcrafttransport:pipe_cobble_power_colorless RecipeStage{tier='four', recipe=1xitem.PipePowerCobblestone@0:[net.minecraft.item.crafting.Ingredient@7eaacb9d, net.minecraftforge.oredict.OreIngredient@1d104ec0]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8533 buildcrafttransport:pipe_cobble_power_white_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsCobblestone@1:[net.minecraft.item.crafting.Ingredient@6864965a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8534 buildcrafttransport:pipe_cobble_power_white RecipeStage{tier='four', recipe=1xitem.PipePowerCobblestone@1:[net.minecraft.item.crafting.Ingredient@5fc36e71, net.minecraftforge.oredict.OreIngredient@462a80ea]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8535 buildcrafttransport:pipe_cobble_power_orange_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsCobblestone@2:[net.minecraft.item.crafting.Ingredient@186f5a83]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8536 buildcrafttransport:pipe_cobble_power_orange RecipeStage{tier='four', recipe=1xitem.PipePowerCobblestone@2:[net.minecraft.item.crafting.Ingredient@4ea4e9a0, net.minecraftforge.oredict.OreIngredient@445f01d7]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8537 buildcrafttransport:pipe_cobble_power_magenta_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsCobblestone@3:[net.minecraft.item.crafting.Ingredient@22e15093]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8538 buildcrafttransport:pipe_cobble_power_magenta RecipeStage{tier='four', recipe=1xitem.PipePowerCobblestone@3:[net.minecraft.item.crafting.Ingredient@770cb584, net.minecraftforge.oredict.OreIngredient@661f21f0]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8539 buildcrafttransport:pipe_cobble_power_light_blue_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsCobblestone@4:[net.minecraft.item.crafting.Ingredient@f56a840]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8540 buildcrafttransport:pipe_cobble_power_light_blue RecipeStage{tier='four', recipe=1xitem.PipePowerCobblestone@4:[net.minecraft.item.crafting.Ingredient@2eb3e46, net.minecraftforge.oredict.OreIngredient@58602fb3]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8541 buildcrafttransport:pipe_cobble_power_yellow_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsCobblestone@5:[net.minecraft.item.crafting.Ingredient@5bf641f1]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8542 buildcrafttransport:pipe_cobble_power_yellow RecipeStage{tier='four', recipe=1xitem.PipePowerCobblestone@5:[net.minecraft.item.crafting.Ingredient@59f0f7d5, net.minecraftforge.oredict.OreIngredient@4f6ad09c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8543 buildcrafttransport:pipe_cobble_power_lime_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsCobblestone@6:[net.minecraft.item.crafting.Ingredient@482c224]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8544 buildcrafttransport:pipe_cobble_power_lime RecipeStage{tier='four', recipe=1xitem.PipePowerCobblestone@6:[net.minecraft.item.crafting.Ingredient@436516d0, net.minecraftforge.oredict.OreIngredient@32240f44]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8545 buildcrafttransport:pipe_cobble_power_pink_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsCobblestone@7:[net.minecraft.item.crafting.Ingredient@6ce254cf]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8546 buildcrafttransport:pipe_cobble_power_pink RecipeStage{tier='four', recipe=1xitem.PipePowerCobblestone@7:[net.minecraft.item.crafting.Ingredient@15967d85, net.minecraftforge.oredict.OreIngredient@1efec4b9]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8547 buildcrafttransport:pipe_cobble_power_gray_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsCobblestone@8:[net.minecraft.item.crafting.Ingredient@37a92d3c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8548 buildcrafttransport:pipe_cobble_power_gray RecipeStage{tier='four', recipe=1xitem.PipePowerCobblestone@8:[net.minecraft.item.crafting.Ingredient@79c6d192, net.minecraftforge.oredict.OreIngredient@3c3bf1a8]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8549 buildcrafttransport:pipe_cobble_power_silver_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsCobblestone@9:[net.minecraft.item.crafting.Ingredient@7be9ea5b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8550 buildcrafttransport:pipe_cobble_power_silver RecipeStage{tier='four', recipe=1xitem.PipePowerCobblestone@9:[net.minecraft.item.crafting.Ingredient@57b9ff61, net.minecraftforge.oredict.OreIngredient@3a8f2553]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8551 buildcrafttransport:pipe_cobble_power_cyan_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsCobblestone@10:[net.minecraft.item.crafting.Ingredient@5dc8f718]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8552 buildcrafttransport:pipe_cobble_power_cyan RecipeStage{tier='four', recipe=1xitem.PipePowerCobblestone@10:[net.minecraft.item.crafting.Ingredient@674596b, net.minecraftforge.oredict.OreIngredient@d24e13d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8553 buildcrafttransport:pipe_cobble_power_purple_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsCobblestone@11:[net.minecraft.item.crafting.Ingredient@40c20f99]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8554 buildcrafttransport:pipe_cobble_power_purple RecipeStage{tier='four', recipe=1xitem.PipePowerCobblestone@11:[net.minecraft.item.crafting.Ingredient@4ede9154, net.minecraftforge.oredict.OreIngredient@2ccffc3e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8555 buildcrafttransport:pipe_cobble_power_blue_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsCobblestone@12:[net.minecraft.item.crafting.Ingredient@551ef877]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8556 buildcrafttransport:pipe_cobble_power_blue RecipeStage{tier='four', recipe=1xitem.PipePowerCobblestone@12:[net.minecraft.item.crafting.Ingredient@3c8db86d, net.minecraftforge.oredict.OreIngredient@4cdb515d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8557 buildcrafttransport:pipe_cobble_power_brown_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsCobblestone@13:[net.minecraft.item.crafting.Ingredient@5820a8b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8558 buildcrafttransport:pipe_cobble_power_brown RecipeStage{tier='four', recipe=1xitem.PipePowerCobblestone@13:[net.minecraft.item.crafting.Ingredient@42da66e1, net.minecraftforge.oredict.OreIngredient@a99a806]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8559 buildcrafttransport:pipe_cobble_power_green_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsCobblestone@14:[net.minecraft.item.crafting.Ingredient@27db3345]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8560 buildcrafttransport:pipe_cobble_power_green RecipeStage{tier='four', recipe=1xitem.PipePowerCobblestone@14:[net.minecraft.item.crafting.Ingredient@7139e37b, net.minecraftforge.oredict.OreIngredient@3fc1068d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8561 buildcrafttransport:pipe_cobble_power_red_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsCobblestone@15:[net.minecraft.item.crafting.Ingredient@4a73f909]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8562 buildcrafttransport:pipe_cobble_power_red RecipeStage{tier='four', recipe=1xitem.PipePowerCobblestone@15:[net.minecraft.item.crafting.Ingredient@432d6c79, net.minecraftforge.oredict.OreIngredient@70b95034]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8563 buildcrafttransport:pipe_cobble_power_black_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsCobblestone@16:[net.minecraft.item.crafting.Ingredient@2efb36f7]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8564 buildcrafttransport:pipe_cobble_power_black RecipeStage{tier='four', recipe=1xitem.PipePowerCobblestone@16:[net.minecraft.item.crafting.Ingredient@3c9f01f2, net.minecraftforge.oredict.OreIngredient@23f3f976]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8565 buildcrafttransport:pipe_stone_power_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsStone@0:[net.minecraft.item.crafting.Ingredient@3cf2867c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8566 buildcrafttransport:pipe_stone_power_colorless RecipeStage{tier='four', recipe=1xitem.PipePowerStone@0:[net.minecraft.item.crafting.Ingredient@4422eeaa, net.minecraftforge.oredict.OreIngredient@5104f2e8]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8567 buildcrafttransport:pipe_stone_power_white_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsStone@1:[net.minecraft.item.crafting.Ingredient@3583eaf6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8568 buildcrafttransport:pipe_stone_power_white RecipeStage{tier='four', recipe=1xitem.PipePowerStone@1:[net.minecraft.item.crafting.Ingredient@10e238c8, net.minecraftforge.oredict.OreIngredient@3e2f6c9]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8569 buildcrafttransport:pipe_stone_power_orange_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsStone@2:[net.minecraft.item.crafting.Ingredient@77efc5fd]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8570 buildcrafttransport:pipe_stone_power_orange RecipeStage{tier='four', recipe=1xitem.PipePowerStone@2:[net.minecraft.item.crafting.Ingredient@628a630e, net.minecraftforge.oredict.OreIngredient@289c93e6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8571 buildcrafttransport:pipe_stone_power_magenta_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsStone@3:[net.minecraft.item.crafting.Ingredient@3009fa8]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8572 buildcrafttransport:pipe_stone_power_magenta RecipeStage{tier='four', recipe=1xitem.PipePowerStone@3:[net.minecraft.item.crafting.Ingredient@7e6cb8c4, net.minecraftforge.oredict.OreIngredient@746a687f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8573 buildcrafttransport:pipe_stone_power_light_blue_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsStone@4:[net.minecraft.item.crafting.Ingredient@596f2994]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8574 buildcrafttransport:pipe_stone_power_light_blue RecipeStage{tier='four', recipe=1xitem.PipePowerStone@4:[net.minecraft.item.crafting.Ingredient@6550a151, net.minecraftforge.oredict.OreIngredient@14156502]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8575 buildcrafttransport:pipe_stone_power_yellow_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsStone@5:[net.minecraft.item.crafting.Ingredient@67d2ac2]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8576 buildcrafttransport:pipe_stone_power_yellow RecipeStage{tier='four', recipe=1xitem.PipePowerStone@5:[net.minecraft.item.crafting.Ingredient@59c50dda, net.minecraftforge.oredict.OreIngredient@5b3d594a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8577 buildcrafttransport:pipe_stone_power_lime_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsStone@6:[net.minecraft.item.crafting.Ingredient@6829a8ce]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8578 buildcrafttransport:pipe_stone_power_lime RecipeStage{tier='four', recipe=1xitem.PipePowerStone@6:[net.minecraft.item.crafting.Ingredient@28353ea1, net.minecraftforge.oredict.OreIngredient@56ac3799]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8579 buildcrafttransport:pipe_stone_power_pink_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsStone@7:[net.minecraft.item.crafting.Ingredient@740cda59]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8580 buildcrafttransport:pipe_stone_power_pink RecipeStage{tier='four', recipe=1xitem.PipePowerStone@7:[net.minecraft.item.crafting.Ingredient@426ad380, net.minecraftforge.oredict.OreIngredient@59925cd]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8581 buildcrafttransport:pipe_stone_power_gray_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsStone@8:[net.minecraft.item.crafting.Ingredient@b96eeca]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8582 buildcrafttransport:pipe_stone_power_gray RecipeStage{tier='four', recipe=1xitem.PipePowerStone@8:[net.minecraft.item.crafting.Ingredient@530f2395, net.minecraftforge.oredict.OreIngredient@6babf490]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8583 buildcrafttransport:pipe_stone_power_silver_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsStone@9:[net.minecraft.item.crafting.Ingredient@6e6d8c16]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8584 buildcrafttransport:pipe_stone_power_silver RecipeStage{tier='four', recipe=1xitem.PipePowerStone@9:[net.minecraft.item.crafting.Ingredient@706f7abb, net.minecraftforge.oredict.OreIngredient@1ace0018]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8585 buildcrafttransport:pipe_stone_power_cyan_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsStone@10:[net.minecraft.item.crafting.Ingredient@7cbf1a87]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8586 buildcrafttransport:pipe_stone_power_cyan RecipeStage{tier='four', recipe=1xitem.PipePowerStone@10:[net.minecraft.item.crafting.Ingredient@1d2a0d30, net.minecraftforge.oredict.OreIngredient@c69a684]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8587 buildcrafttransport:pipe_stone_power_purple_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsStone@11:[net.minecraft.item.crafting.Ingredient@f675cf0]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8588 buildcrafttransport:pipe_stone_power_purple RecipeStage{tier='four', recipe=1xitem.PipePowerStone@11:[net.minecraft.item.crafting.Ingredient@3f540ee, net.minecraftforge.oredict.OreIngredient@3cb93da2]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8589 buildcrafttransport:pipe_stone_power_blue_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsStone@12:[net.minecraft.item.crafting.Ingredient@7f60802]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8590 buildcrafttransport:pipe_stone_power_blue RecipeStage{tier='four', recipe=1xitem.PipePowerStone@12:[net.minecraft.item.crafting.Ingredient@5b8cb668, net.minecraftforge.oredict.OreIngredient@31da3fae]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8591 buildcrafttransport:pipe_stone_power_brown_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsStone@13:[net.minecraft.item.crafting.Ingredient@46e721ac]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8592 buildcrafttransport:pipe_stone_power_brown RecipeStage{tier='four', recipe=1xitem.PipePowerStone@13:[net.minecraft.item.crafting.Ingredient@18219703, net.minecraftforge.oredict.OreIngredient@421c9c77]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8593 buildcrafttransport:pipe_stone_power_green_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsStone@14:[net.minecraft.item.crafting.Ingredient@7227c916]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8594 buildcrafttransport:pipe_stone_power_green RecipeStage{tier='four', recipe=1xitem.PipePowerStone@14:[net.minecraft.item.crafting.Ingredient@40731648, net.minecraftforge.oredict.OreIngredient@34708e68]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8595 buildcrafttransport:pipe_stone_power_red_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsStone@15:[net.minecraft.item.crafting.Ingredient@48c7947c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8596 buildcrafttransport:pipe_stone_power_red RecipeStage{tier='four', recipe=1xitem.PipePowerStone@15:[net.minecraft.item.crafting.Ingredient@206dc5d7, net.minecraftforge.oredict.OreIngredient@442ea095]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8597 buildcrafttransport:pipe_stone_power_black_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsStone@16:[net.minecraft.item.crafting.Ingredient@50d369bf]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8598 buildcrafttransport:pipe_stone_power_black RecipeStage{tier='four', recipe=1xitem.PipePowerStone@16:[net.minecraft.item.crafting.Ingredient@2f457c49, net.minecraftforge.oredict.OreIngredient@6a7e7fd1]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8599 buildcrafttransport:pipe_quartz_power_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsQuartz@0:[net.minecraft.item.crafting.Ingredient@4df17abf]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8600 buildcrafttransport:pipe_quartz_power_colorless RecipeStage{tier='four', recipe=1xitem.PipePowerQuartz@0:[net.minecraft.item.crafting.Ingredient@504b8e60, net.minecraftforge.oredict.OreIngredient@2a772f34]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8601 buildcrafttransport:pipe_quartz_power_white_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsQuartz@1:[net.minecraft.item.crafting.Ingredient@329ac0a9]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8602 buildcrafttransport:pipe_quartz_power_white RecipeStage{tier='four', recipe=1xitem.PipePowerQuartz@1:[net.minecraft.item.crafting.Ingredient@2d33f67a, net.minecraftforge.oredict.OreIngredient@6d84302f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8603 buildcrafttransport:pipe_quartz_power_orange_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsQuartz@2:[net.minecraft.item.crafting.Ingredient@441c4545]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8604 buildcrafttransport:pipe_quartz_power_orange RecipeStage{tier='four', recipe=1xitem.PipePowerQuartz@2:[net.minecraft.item.crafting.Ingredient@3ae7b838, net.minecraftforge.oredict.OreIngredient@4a3ddf10]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8605 buildcrafttransport:pipe_quartz_power_magenta_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsQuartz@3:[net.minecraft.item.crafting.Ingredient@6d5ed94b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8606 buildcrafttransport:pipe_quartz_power_magenta RecipeStage{tier='four', recipe=1xitem.PipePowerQuartz@3:[net.minecraft.item.crafting.Ingredient@4e1e1da0, net.minecraftforge.oredict.OreIngredient@4e58b769]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8607 buildcrafttransport:pipe_quartz_power_light_blue_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsQuartz@4:[net.minecraft.item.crafting.Ingredient@43eb11e8]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8608 buildcrafttransport:pipe_quartz_power_light_blue RecipeStage{tier='four', recipe=1xitem.PipePowerQuartz@4:[net.minecraft.item.crafting.Ingredient@764ee41a, net.minecraftforge.oredict.OreIngredient@1e2a1d50]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8609 buildcrafttransport:pipe_quartz_power_yellow_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsQuartz@5:[net.minecraft.item.crafting.Ingredient@4f800319]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8610 buildcrafttransport:pipe_quartz_power_yellow RecipeStage{tier='four', recipe=1xitem.PipePowerQuartz@5:[net.minecraft.item.crafting.Ingredient@6114c7, net.minecraftforge.oredict.OreIngredient@2cc1d3bc]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8611 buildcrafttransport:pipe_quartz_power_lime_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsQuartz@6:[net.minecraft.item.crafting.Ingredient@57cb883b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8612 buildcrafttransport:pipe_quartz_power_lime RecipeStage{tier='four', recipe=1xitem.PipePowerQuartz@6:[net.minecraft.item.crafting.Ingredient@7d7a1d56, net.minecraftforge.oredict.OreIngredient@2a940e2a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8613 buildcrafttransport:pipe_quartz_power_pink_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsQuartz@7:[net.minecraft.item.crafting.Ingredient@5d243939]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8614 buildcrafttransport:pipe_quartz_power_pink RecipeStage{tier='four', recipe=1xitem.PipePowerQuartz@7:[net.minecraft.item.crafting.Ingredient@7af6aa11, net.minecraftforge.oredict.OreIngredient@75e4f105]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8615 buildcrafttransport:pipe_quartz_power_gray_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsQuartz@8:[net.minecraft.item.crafting.Ingredient@312fbf06]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8616 buildcrafttransport:pipe_quartz_power_gray RecipeStage{tier='four', recipe=1xitem.PipePowerQuartz@8:[net.minecraft.item.crafting.Ingredient@2c788714, net.minecraftforge.oredict.OreIngredient@ab01791]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8617 buildcrafttransport:pipe_quartz_power_silver_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsQuartz@9:[net.minecraft.item.crafting.Ingredient@9ca5526]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8618 buildcrafttransport:pipe_quartz_power_silver RecipeStage{tier='four', recipe=1xitem.PipePowerQuartz@9:[net.minecraft.item.crafting.Ingredient@6be4bc0e, net.minecraftforge.oredict.OreIngredient@77a15602]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8619 buildcrafttransport:pipe_quartz_power_cyan_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsQuartz@10:[net.minecraft.item.crafting.Ingredient@5c92f359]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8620 buildcrafttransport:pipe_quartz_power_cyan RecipeStage{tier='four', recipe=1xitem.PipePowerQuartz@10:[net.minecraft.item.crafting.Ingredient@6f346516, net.minecraftforge.oredict.OreIngredient@9be72a3]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8621 buildcrafttransport:pipe_quartz_power_purple_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsQuartz@11:[net.minecraft.item.crafting.Ingredient@11f678c8]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8622 buildcrafttransport:pipe_quartz_power_purple RecipeStage{tier='four', recipe=1xitem.PipePowerQuartz@11:[net.minecraft.item.crafting.Ingredient@27f7f948, net.minecraftforge.oredict.OreIngredient@fa5f7a0]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8623 buildcrafttransport:pipe_quartz_power_blue_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsQuartz@12:[net.minecraft.item.crafting.Ingredient@45e04f2c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8624 buildcrafttransport:pipe_quartz_power_blue RecipeStage{tier='four', recipe=1xitem.PipePowerQuartz@12:[net.minecraft.item.crafting.Ingredient@7dfd278e, net.minecraftforge.oredict.OreIngredient@6f2da44b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8625 buildcrafttransport:pipe_quartz_power_brown_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsQuartz@13:[net.minecraft.item.crafting.Ingredient@5bde8f19]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8626 buildcrafttransport:pipe_quartz_power_brown RecipeStage{tier='four', recipe=1xitem.PipePowerQuartz@13:[net.minecraft.item.crafting.Ingredient@4d06e8ed, net.minecraftforge.oredict.OreIngredient@7db81897]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8627 buildcrafttransport:pipe_quartz_power_green_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsQuartz@14:[net.minecraft.item.crafting.Ingredient@4538b859]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8628 buildcrafttransport:pipe_quartz_power_green RecipeStage{tier='four', recipe=1xitem.PipePowerQuartz@14:[net.minecraft.item.crafting.Ingredient@2c2aa44, net.minecraftforge.oredict.OreIngredient@5f9dae64]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8629 buildcrafttransport:pipe_quartz_power_red_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsQuartz@15:[net.minecraft.item.crafting.Ingredient@7bccd238]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8630 buildcrafttransport:pipe_quartz_power_red RecipeStage{tier='four', recipe=1xitem.PipePowerQuartz@15:[net.minecraft.item.crafting.Ingredient@5e17aaec, net.minecraftforge.oredict.OreIngredient@386b644f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8631 buildcrafttransport:pipe_quartz_power_black_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsQuartz@16:[net.minecraft.item.crafting.Ingredient@17ee60fd]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8632 buildcrafttransport:pipe_quartz_power_black RecipeStage{tier='four', recipe=1xitem.PipePowerQuartz@16:[net.minecraft.item.crafting.Ingredient@1767a3fc, net.minecraftforge.oredict.OreIngredient@6b531514]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8633 buildcrafttransport:pipe_gold_power_undo RecipeStage{tier='four', recipe=1xitem.PipeItemsGold@0:[net.minecraft.item.crafting.Ingredient@1449ac0e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8634 buildcrafttransport:pipe_gold_power_colorless RecipeStage{tier='four', recipe=1xitem.PipePowerGold@0:[net.minecraft.item.crafting.Ingredient@4d93cc4a, net.minecraftforge.oredict.OreIngredient@3179e2d2]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8635 buildcrafttransport:pipe_gold_power_white_undo RecipeStage{tier='four', recipe=1xitem.PipeItemsGold@1:[net.minecraft.item.crafting.Ingredient@ad9fb43]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8636 buildcrafttransport:pipe_gold_power_white RecipeStage{tier='four', recipe=1xitem.PipePowerGold@1:[net.minecraft.item.crafting.Ingredient@27ea8141, net.minecraftforge.oredict.OreIngredient@74afcfa]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8637 buildcrafttransport:pipe_gold_power_orange_undo RecipeStage{tier='four', recipe=1xitem.PipeItemsGold@2:[net.minecraft.item.crafting.Ingredient@47cc26cb]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8638 buildcrafttransport:pipe_gold_power_orange RecipeStage{tier='four', recipe=1xitem.PipePowerGold@2:[net.minecraft.item.crafting.Ingredient@6422d0b7, net.minecraftforge.oredict.OreIngredient@46e92104]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8639 buildcrafttransport:pipe_gold_power_magenta_undo RecipeStage{tier='four', recipe=1xitem.PipeItemsGold@3:[net.minecraft.item.crafting.Ingredient@2e9bd607]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8640 buildcrafttransport:pipe_gold_power_magenta RecipeStage{tier='four', recipe=1xitem.PipePowerGold@3:[net.minecraft.item.crafting.Ingredient@5320e797, net.minecraftforge.oredict.OreIngredient@1eb36e52]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8641 buildcrafttransport:pipe_gold_power_light_blue_undo RecipeStage{tier='four', recipe=1xitem.PipeItemsGold@4:[net.minecraft.item.crafting.Ingredient@42eadfef]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8642 buildcrafttransport:pipe_gold_power_light_blue RecipeStage{tier='four', recipe=1xitem.PipePowerGold@4:[net.minecraft.item.crafting.Ingredient@1366b912, net.minecraftforge.oredict.OreIngredient@38e650d3]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8643 buildcrafttransport:pipe_gold_power_yellow_undo RecipeStage{tier='four', recipe=1xitem.PipeItemsGold@5:[net.minecraft.item.crafting.Ingredient@2ee42525]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8644 buildcrafttransport:pipe_gold_power_yellow RecipeStage{tier='four', recipe=1xitem.PipePowerGold@5:[net.minecraft.item.crafting.Ingredient@2860ed4, net.minecraftforge.oredict.OreIngredient@115e98ce]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8645 buildcrafttransport:pipe_gold_power_lime_undo RecipeStage{tier='four', recipe=1xitem.PipeItemsGold@6:[net.minecraft.item.crafting.Ingredient@73a3bc6b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8646 buildcrafttransport:pipe_gold_power_lime RecipeStage{tier='four', recipe=1xitem.PipePowerGold@6:[net.minecraft.item.crafting.Ingredient@249c847f, net.minecraftforge.oredict.OreIngredient@582af813]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8647 buildcrafttransport:pipe_gold_power_pink_undo RecipeStage{tier='four', recipe=1xitem.PipeItemsGold@7:[net.minecraft.item.crafting.Ingredient@784817f8]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8648 buildcrafttransport:pipe_gold_power_pink RecipeStage{tier='four', recipe=1xitem.PipePowerGold@7:[net.minecraft.item.crafting.Ingredient@37524687, net.minecraftforge.oredict.OreIngredient@23fef77b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8649 buildcrafttransport:pipe_gold_power_gray_undo RecipeStage{tier='four', recipe=1xitem.PipeItemsGold@8:[net.minecraft.item.crafting.Ingredient@1ddf73f4]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8650 buildcrafttransport:pipe_gold_power_gray RecipeStage{tier='four', recipe=1xitem.PipePowerGold@8:[net.minecraft.item.crafting.Ingredient@6c0d15e1, net.minecraftforge.oredict.OreIngredient@7930abd0]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8651 buildcrafttransport:pipe_gold_power_silver_undo RecipeStage{tier='four', recipe=1xitem.PipeItemsGold@9:[net.minecraft.item.crafting.Ingredient@4414254d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8652 buildcrafttransport:pipe_gold_power_silver RecipeStage{tier='four', recipe=1xitem.PipePowerGold@9:[net.minecraft.item.crafting.Ingredient@3c20dfde, net.minecraftforge.oredict.OreIngredient@1226cf34]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8653 buildcrafttransport:pipe_gold_power_cyan_undo RecipeStage{tier='four', recipe=1xitem.PipeItemsGold@10:[net.minecraft.item.crafting.Ingredient@238a09b6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8654 buildcrafttransport:pipe_gold_power_cyan RecipeStage{tier='four', recipe=1xitem.PipePowerGold@10:[net.minecraft.item.crafting.Ingredient@3d95cf40, net.minecraftforge.oredict.OreIngredient@2781e8ac]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8655 buildcrafttransport:pipe_gold_power_purple_undo RecipeStage{tier='four', recipe=1xitem.PipeItemsGold@11:[net.minecraft.item.crafting.Ingredient@3a54dbaf]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8656 buildcrafttransport:pipe_gold_power_purple RecipeStage{tier='four', recipe=1xitem.PipePowerGold@11:[net.minecraft.item.crafting.Ingredient@1c4a56b, net.minecraftforge.oredict.OreIngredient@799b980a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8657 buildcrafttransport:pipe_gold_power_blue_undo RecipeStage{tier='four', recipe=1xitem.PipeItemsGold@12:[net.minecraft.item.crafting.Ingredient@babc642]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8658 buildcrafttransport:pipe_gold_power_blue RecipeStage{tier='four', recipe=1xitem.PipePowerGold@12:[net.minecraft.item.crafting.Ingredient@a9e539f, net.minecraftforge.oredict.OreIngredient@1a69b0fc]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8659 buildcrafttransport:pipe_gold_power_brown_undo RecipeStage{tier='four', recipe=1xitem.PipeItemsGold@13:[net.minecraft.item.crafting.Ingredient@66c1e5ad]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8660 buildcrafttransport:pipe_gold_power_brown RecipeStage{tier='four', recipe=1xitem.PipePowerGold@13:[net.minecraft.item.crafting.Ingredient@4982ed2a, net.minecraftforge.oredict.OreIngredient@29a6f4eb]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8661 buildcrafttransport:pipe_gold_power_green_undo RecipeStage{tier='four', recipe=1xitem.PipeItemsGold@14:[net.minecraft.item.crafting.Ingredient@4de69f2]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8662 buildcrafttransport:pipe_gold_power_green RecipeStage{tier='four', recipe=1xitem.PipePowerGold@14:[net.minecraft.item.crafting.Ingredient@44f499f4, net.minecraftforge.oredict.OreIngredient@180c4ded]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8663 buildcrafttransport:pipe_gold_power_red_undo RecipeStage{tier='four', recipe=1xitem.PipeItemsGold@15:[net.minecraft.item.crafting.Ingredient@6c7de03b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8664 buildcrafttransport:pipe_gold_power_red RecipeStage{tier='four', recipe=1xitem.PipePowerGold@15:[net.minecraft.item.crafting.Ingredient@76bfb825, net.minecraftforge.oredict.OreIngredient@485c750b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8665 buildcrafttransport:pipe_gold_power_black_undo RecipeStage{tier='four', recipe=1xitem.PipeItemsGold@16:[net.minecraft.item.crafting.Ingredient@70455b29]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8666 buildcrafttransport:pipe_gold_power_black RecipeStage{tier='four', recipe=1xitem.PipePowerGold@16:[net.minecraft.item.crafting.Ingredient@50ef7dc4, net.minecraftforge.oredict.OreIngredient@25eb4fa]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8667 buildcrafttransport:pipe_sandstone_power_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsSandstone@0:[net.minecraft.item.crafting.Ingredient@268a4717]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8668 buildcrafttransport:pipe_sandstone_power_colorless RecipeStage{tier='four', recipe=1xitem.PipePowerSandstone@0:[net.minecraft.item.crafting.Ingredient@7aae8375, net.minecraftforge.oredict.OreIngredient@6373bbc8]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8669 buildcrafttransport:pipe_sandstone_power_white_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsSandstone@1:[net.minecraft.item.crafting.Ingredient@1ae24500]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8670 buildcrafttransport:pipe_sandstone_power_white RecipeStage{tier='four', recipe=1xitem.PipePowerSandstone@1:[net.minecraft.item.crafting.Ingredient@6a8a9caa, net.minecraftforge.oredict.OreIngredient@52557c3f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8671 buildcrafttransport:pipe_sandstone_power_orange_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsSandstone@2:[net.minecraft.item.crafting.Ingredient@d423a8]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8672 buildcrafttransport:pipe_sandstone_power_orange RecipeStage{tier='four', recipe=1xitem.PipePowerSandstone@2:[net.minecraft.item.crafting.Ingredient@4748b7bf, net.minecraftforge.oredict.OreIngredient@22f3180f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8673 buildcrafttransport:pipe_sandstone_power_magenta_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsSandstone@3:[net.minecraft.item.crafting.Ingredient@118a851d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8674 buildcrafttransport:pipe_sandstone_power_magenta RecipeStage{tier='four', recipe=1xitem.PipePowerSandstone@3:[net.minecraft.item.crafting.Ingredient@29f47ccc, net.minecraftforge.oredict.OreIngredient@7785301e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8675 buildcrafttransport:pipe_sandstone_power_light_blue_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsSandstone@4:[net.minecraft.item.crafting.Ingredient@480b39d3]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8676 buildcrafttransport:pipe_sandstone_power_light_blue RecipeStage{tier='four', recipe=1xitem.PipePowerSandstone@4:[net.minecraft.item.crafting.Ingredient@1cc8f39e, net.minecraftforge.oredict.OreIngredient@39038f88]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8677 buildcrafttransport:pipe_sandstone_power_yellow_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsSandstone@5:[net.minecraft.item.crafting.Ingredient@736fa4ec]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8678 buildcrafttransport:pipe_sandstone_power_yellow RecipeStage{tier='four', recipe=1xitem.PipePowerSandstone@5:[net.minecraft.item.crafting.Ingredient@dba4857, net.minecraftforge.oredict.OreIngredient@1a9cc416]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8679 buildcrafttransport:pipe_sandstone_power_lime_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsSandstone@6:[net.minecraft.item.crafting.Ingredient@3b7ddcf7]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8680 buildcrafttransport:pipe_sandstone_power_lime RecipeStage{tier='four', recipe=1xitem.PipePowerSandstone@6:[net.minecraft.item.crafting.Ingredient@189a17c6, net.minecraftforge.oredict.OreIngredient@5edda69b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8681 buildcrafttransport:pipe_sandstone_power_pink_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsSandstone@7:[net.minecraft.item.crafting.Ingredient@39632ab5]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8682 buildcrafttransport:pipe_sandstone_power_pink RecipeStage{tier='four', recipe=1xitem.PipePowerSandstone@7:[net.minecraft.item.crafting.Ingredient@4255b7bc, net.minecraftforge.oredict.OreIngredient@5b4068ee]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8683 buildcrafttransport:pipe_sandstone_power_gray_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsSandstone@8:[net.minecraft.item.crafting.Ingredient@73224a4d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8684 buildcrafttransport:pipe_sandstone_power_gray RecipeStage{tier='four', recipe=1xitem.PipePowerSandstone@8:[net.minecraft.item.crafting.Ingredient@447ae7a0, net.minecraftforge.oredict.OreIngredient@95ccbd1]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8685 buildcrafttransport:pipe_sandstone_power_silver_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsSandstone@9:[net.minecraft.item.crafting.Ingredient@5b8585b5]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8686 buildcrafttransport:pipe_sandstone_power_silver RecipeStage{tier='four', recipe=1xitem.PipePowerSandstone@9:[net.minecraft.item.crafting.Ingredient@27bc761a, net.minecraftforge.oredict.OreIngredient@23314b48]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8687 buildcrafttransport:pipe_sandstone_power_cyan_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsSandstone@10:[net.minecraft.item.crafting.Ingredient@158adb97]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8688 buildcrafttransport:pipe_sandstone_power_cyan RecipeStage{tier='four', recipe=1xitem.PipePowerSandstone@10:[net.minecraft.item.crafting.Ingredient@780009f1, net.minecraftforge.oredict.OreIngredient@5a99572d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8689 buildcrafttransport:pipe_sandstone_power_purple_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsSandstone@11:[net.minecraft.item.crafting.Ingredient@5b109782]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8690 buildcrafttransport:pipe_sandstone_power_purple RecipeStage{tier='four', recipe=1xitem.PipePowerSandstone@11:[net.minecraft.item.crafting.Ingredient@331749e6, net.minecraftforge.oredict.OreIngredient@49ada627]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8691 buildcrafttransport:pipe_sandstone_power_blue_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsSandstone@12:[net.minecraft.item.crafting.Ingredient@f74f78e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8692 buildcrafttransport:pipe_sandstone_power_blue RecipeStage{tier='four', recipe=1xitem.PipePowerSandstone@12:[net.minecraft.item.crafting.Ingredient@221dc592, net.minecraftforge.oredict.OreIngredient@408103fa]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8693 buildcrafttransport:pipe_sandstone_power_brown_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsSandstone@13:[net.minecraft.item.crafting.Ingredient@40d3ec2f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8694 buildcrafttransport:pipe_sandstone_power_brown RecipeStage{tier='four', recipe=1xitem.PipePowerSandstone@13:[net.minecraft.item.crafting.Ingredient@44f8dc5e, net.minecraftforge.oredict.OreIngredient@26dcde7e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8695 buildcrafttransport:pipe_sandstone_power_green_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsSandstone@14:[net.minecraft.item.crafting.Ingredient@160daca]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8696 buildcrafttransport:pipe_sandstone_power_green RecipeStage{tier='four', recipe=1xitem.PipePowerSandstone@14:[net.minecraft.item.crafting.Ingredient@4317edab, net.minecraftforge.oredict.OreIngredient@353038cb]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8697 buildcrafttransport:pipe_sandstone_power_red_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsSandstone@15:[net.minecraft.item.crafting.Ingredient@76d9d4a5]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8698 buildcrafttransport:pipe_sandstone_power_red RecipeStage{tier='four', recipe=1xitem.PipePowerSandstone@15:[net.minecraft.item.crafting.Ingredient@3e9d8290, net.minecraftforge.oredict.OreIngredient@437ff04]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8699 buildcrafttransport:pipe_sandstone_power_black_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsSandstone@16:[net.minecraft.item.crafting.Ingredient@4ef58930]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8700 buildcrafttransport:pipe_sandstone_power_black RecipeStage{tier='four', recipe=1xitem.PipePowerSandstone@16:[net.minecraft.item.crafting.Ingredient@275a0832, net.minecraftforge.oredict.OreIngredient@70b6b5]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8701 buildcraftsilicon:plug_gate_create_clay_brick_no_modifier net.minecraftforge.oredict.ShapedOreRecipe@21f48f9e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8702 buildcraftsilicon:plug_gate_create_iron_no_modifier net.minecraftforge.oredict.ShapedOreRecipe@48a8efd6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8703 buildcraftsilicon:plug_gate_create_nether_brick_no_modifier net.minecraftforge.oredict.ShapedOreRecipe@38031c70 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8704 buildcraftsilicon:plug_gate_create_iron_lapis net.minecraftforge.oredict.ShapedOreRecipe@7b4fe202 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8705 buildcraftsilicon:plug_gate_create_iron_quartz net.minecraftforge.oredict.ShapedOreRecipe@57ce762 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8706 buildcraftsilicon:plug_gate_no_modifier_iron_or net.minecraftforge.oredict.ShapedOreRecipe@5371d81e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8707 buildcraftsilicon:plug_gate_no_modifier_iron_and net.minecraftforge.oredict.ShapedOreRecipe@688c89a2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8708 buildcraftsilicon:plug_gate_lapis_iron_or net.minecraftforge.oredict.ShapedOreRecipe@1b9cb2eb +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8709 buildcraftsilicon:plug_gate_lapis_iron_and net.minecraftforge.oredict.ShapedOreRecipe@5007135 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8710 buildcraftsilicon:plug_gate_quartz_iron_or net.minecraftforge.oredict.ShapedOreRecipe@3c5a5b69 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8711 buildcraftsilicon:plug_gate_quartz_iron_and net.minecraftforge.oredict.ShapedOreRecipe@5a391bbf +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8712 buildcraftsilicon:plug_gate_diamond_iron_or net.minecraftforge.oredict.ShapedOreRecipe@6509a315 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8713 buildcraftsilicon:plug_gate_diamond_iron_and net.minecraftforge.oredict.ShapedOreRecipe@5145a614 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8714 buildcraftsilicon:plug_gate_no_modifier_nether_brick_or net.minecraftforge.oredict.ShapedOreRecipe@4d4dd534 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8715 buildcraftsilicon:plug_gate_no_modifier_nether_brick_and net.minecraftforge.oredict.ShapedOreRecipe@3b767760 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8716 buildcraftsilicon:plug_gate_lapis_nether_brick_or net.minecraftforge.oredict.ShapedOreRecipe@5b9af523 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8717 buildcraftsilicon:plug_gate_lapis_nether_brick_and net.minecraftforge.oredict.ShapedOreRecipe@6cfb27a9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8718 buildcraftsilicon:plug_gate_quartz_nether_brick_or net.minecraftforge.oredict.ShapedOreRecipe@73514ecf +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8719 buildcraftsilicon:plug_gate_quartz_nether_brick_and net.minecraftforge.oredict.ShapedOreRecipe@56051b6d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8720 buildcraftsilicon:plug_gate_diamond_nether_brick_or net.minecraftforge.oredict.ShapedOreRecipe@24416574 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8721 buildcraftsilicon:plug_gate_diamond_nether_brick_and net.minecraftforge.oredict.ShapedOreRecipe@c37c4f3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8722 buildcraftsilicon:plug_gate_no_modifier_gold_or net.minecraftforge.oredict.ShapedOreRecipe@4c5123bd +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8723 buildcraftsilicon:plug_gate_no_modifier_gold_and net.minecraftforge.oredict.ShapedOreRecipe@6971f09e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8724 buildcraftsilicon:plug_gate_lapis_gold_or net.minecraftforge.oredict.ShapedOreRecipe@39eaac2f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8725 buildcraftsilicon:plug_gate_lapis_gold_and net.minecraftforge.oredict.ShapedOreRecipe@3adb242b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8726 buildcraftsilicon:plug_gate_quartz_gold_or net.minecraftforge.oredict.ShapedOreRecipe@339cbead +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8727 buildcraftsilicon:plug_gate_quartz_gold_and net.minecraftforge.oredict.ShapedOreRecipe@4a0698ac +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8728 buildcraftsilicon:plug_gate_diamond_gold_or net.minecraftforge.oredict.ShapedOreRecipe@1c173b59 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8729 buildcraftsilicon:plug_gate_diamond_gold_and net.minecraftforge.oredict.ShapedOreRecipe@333a002c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8730 buildcrafttransport:facade_swap INSTANCE +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8731 car:tar_wool RecipeStage{tier='four', recipe=8xtile.tar@0:[net.minecraft.item.crafting.Ingredient@20755c04, net.minecraft.item.crafting.Ingredient@20755c04, net.minecraft.item.crafting.Ingredient@20755c04, net.minecraft.item.crafting.Ingredient@20755c04, net.minecraft.item.crafting.Ingredient@374fc9a7, net.minecraft.item.crafting.Ingredient@20755c04, net.minecraft.item.crafting.Ingredient@20755c04, net.minecraft.item.crafting.Ingredient@20755c04, net.minecraft.item.crafting.Ingredient@20755c04]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8732 car:tar_coal RecipeStage{tier='four', recipe=8xtile.tar@0:[net.minecraft.item.crafting.Ingredient@da002b9, net.minecraft.item.crafting.Ingredient@da002b9, net.minecraft.item.crafting.Ingredient@da002b9, net.minecraft.item.crafting.Ingredient@da002b9, net.minecraft.item.crafting.Ingredient@73fea75, net.minecraft.item.crafting.Ingredient@da002b9, net.minecraft.item.crafting.Ingredient@da002b9, net.minecraft.item.crafting.Ingredient@da002b9, net.minecraft.item.crafting.Ingredient@da002b9]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8733 car:tar_charcoal RecipeStage{tier='four', recipe=8xtile.tar@0:[net.minecraft.item.crafting.Ingredient@1872e3a7, net.minecraft.item.crafting.Ingredient@1872e3a7, net.minecraft.item.crafting.Ingredient@1872e3a7, net.minecraft.item.crafting.Ingredient@1872e3a7, net.minecraft.item.crafting.Ingredient@15ca8fda, net.minecraft.item.crafting.Ingredient@1872e3a7, net.minecraft.item.crafting.Ingredient@1872e3a7, net.minecraft.item.crafting.Ingredient@1872e3a7, net.minecraft.item.crafting.Ingredient@1872e3a7]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8734 car:tar_slab RecipeStage{tier='four', recipe=6xtile.tar_slab@0:[net.minecraft.item.crafting.Ingredient@30a3d02, net.minecraft.item.crafting.Ingredient@30a3d02, net.minecraft.item.crafting.Ingredient@30a3d02]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8735 car:tar_slope RecipeStage{tier='four', recipe=6xtile.tar_slope@0:[net.minecraft.item.crafting.Ingredient@4d1f6317, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4d1f6317, net.minecraft.item.crafting.Ingredient@4d1f6317, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4d1f6317, net.minecraft.item.crafting.Ingredient@4d1f6317, net.minecraft.item.crafting.Ingredient@4d1f6317]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8736 car:tar_slope_flat_lower RecipeStage{tier='four', recipe=4xtile.tar_slope_flat_lower@0:[net.minecraft.item.crafting.Ingredient@7736874, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7736874, net.minecraft.item.crafting.Ingredient@7736874, net.minecraft.item.crafting.Ingredient@7736874]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8737 car:tar_slope_flat_upper RecipeStage{tier='four', recipe=4xtile.tar_slope_flat_upper@0:[net.minecraft.item.crafting.Ingredient@69b86cc9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@69b86cc9, net.minecraft.item.crafting.Ingredient@69b86cc9, net.minecraft.item.crafting.Ingredient@69b86cc9, net.minecraft.item.crafting.Ingredient@69b86cc9]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8738 car:painter_white RecipeStage{tier='four', recipe=1xitem.painter@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2fb4de6e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3d7004af, net.minecraft.item.crafting.Ingredient@2fb4de6e, net.minecraft.item.crafting.Ingredient@3d7004af, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8740 car:tank RecipeStage{tier='four', recipe=1xtile.tank@0:[net.minecraft.item.crafting.Ingredient@685054a7, net.minecraft.item.crafting.Ingredient@73f21ff8, net.minecraft.item.crafting.Ingredient@685054a7, net.minecraft.item.crafting.Ingredient@73f21ff8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@73f21ff8, net.minecraft.item.crafting.Ingredient@685054a7, net.minecraft.item.crafting.Ingredient@73f21ff8, net.minecraft.item.crafting.Ingredient@685054a7]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8741 car:car_tank RecipeStage{tier='four', recipe=1xitem.car_tank@0:[net.minecraft.item.crafting.Ingredient@75be70b5, net.minecraft.item.crafting.Ingredient@75be70b5, net.minecraft.item.crafting.Ingredient@75be70b5, net.minecraft.item.crafting.Ingredient@75be70b5, net.minecraft.item.crafting.Ingredient@16d0a048, net.minecraft.item.crafting.Ingredient@75be70b5, net.minecraft.item.crafting.Ingredient@75be70b5, net.minecraft.item.crafting.Ingredient@75be70b5, net.minecraft.item.crafting.Ingredient@75be70b5]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8742 car:windshield RecipeStage{tier='four', recipe=1xitem.windshield@0:[net.minecraft.item.crafting.Ingredient@4a5bfb00, net.minecraft.item.crafting.Ingredient@4a5bfb00, net.minecraft.item.crafting.Ingredient@4a5bfb00, net.minecraft.item.crafting.Ingredient@4a5bfb00, net.minecraft.item.crafting.Ingredient@4a5bfb00, net.minecraft.item.crafting.Ingredient@4a5bfb00]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8743 car:car_seat RecipeStage{tier='four', recipe=1xitem.car_seat@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4fa8133f, net.minecraft.item.crafting.Ingredient@5fa738ad, net.minecraft.item.crafting.Ingredient@4fa8133f, net.minecraft.item.crafting.Ingredient@4fa8133f, net.minecraft.item.crafting.Ingredient@5fa738ad, net.minecraft.item.crafting.Ingredient@5fa738ad, net.minecraft.item.crafting.Ingredient@5fa738ad, net.minecraft.item.crafting.Ingredient@5fa738ad]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8744 car:engine_3_cylinder RecipeStage{tier='four', recipe=1xitem.engine_3_cylinder@0:[net.minecraft.item.crafting.Ingredient@552c3c5d, net.minecraft.item.crafting.Ingredient@552c3c5d, net.minecraft.item.crafting.Ingredient@552c3c5d, net.minecraft.item.crafting.Ingredient@33a81405, net.minecraft.item.crafting.Ingredient@33a81405, net.minecraft.item.crafting.Ingredient@33a81405, net.minecraft.item.crafting.Ingredient@3c96c8a4, net.minecraft.item.crafting.Ingredient@3c96c8a4, net.minecraft.item.crafting.Ingredient@3c96c8a4]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8745 car:engine_6_cylinder RecipeStage{tier='four', recipe=1xitem.engine_6_cylinder@0:[net.minecraft.item.crafting.Ingredient@216a02c6, net.minecraft.item.crafting.Ingredient@216a02c6, net.minecraft.item.crafting.Ingredient@216a02c6, net.minecraft.item.crafting.Ingredient@521132d2, net.minecraft.item.crafting.Ingredient@216a02c6, net.minecraft.item.crafting.Ingredient@521132d2, net.minecraft.item.crafting.Ingredient@216a02c6, net.minecraft.item.crafting.Ingredient@216a02c6, net.minecraft.item.crafting.Ingredient@216a02c6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8746 car:wheel RecipeStage{tier='four', recipe=1xitem.wheel@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4d1a3d5a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4d1a3d5a, net.minecraft.item.crafting.Ingredient@3c176a0d, net.minecraft.item.crafting.Ingredient@4d1a3d5a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4d1a3d5a, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8748 car:container RecipeStage{tier='four', recipe=1xitem.container@0:[net.minecraft.item.crafting.Ingredient@59988ad6, net.minecraft.item.crafting.Ingredient@9c4b465, net.minecraft.item.crafting.Ingredient@59988ad6, net.minecraft.item.crafting.Ingredient@9c4b465, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@9c4b465, net.minecraft.item.crafting.Ingredient@59988ad6, net.minecraft.item.crafting.Ingredient@9c4b465, net.minecraft.item.crafting.Ingredient@59988ad6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8749 car:control_unit RecipeStage{tier='four', recipe=1xitem.control_unit@0:[net.minecraft.item.crafting.Ingredient@c4a63d5, net.minecraft.item.crafting.Ingredient@119996b0, net.minecraft.item.crafting.Ingredient@c4a63d5, net.minecraft.item.crafting.Ingredient@119996b0, net.minecraft.item.crafting.Ingredient@3dd26f7a, net.minecraft.item.crafting.Ingredient@119996b0, net.minecraft.item.crafting.Ingredient@c4a63d5, net.minecraft.item.crafting.Ingredient@119996b0, net.minecraft.item.crafting.Ingredient@c4a63d5]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8752 car:car_body_part_wood_0 RecipeStage{tier='four', recipe=1xitem.car_body_part_wood@0:[net.minecraft.item.crafting.Ingredient@2c1f34c7, net.minecraft.item.crafting.Ingredient@73b25172, net.minecraft.item.crafting.Ingredient@2c1f34c7, net.minecraft.item.crafting.Ingredient@2c1f34c7, net.minecraft.item.crafting.Ingredient@73b25172, net.minecraft.item.crafting.Ingredient@2c1f34c7]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8753 car:car_body_part_wood_1 RecipeStage{tier='four', recipe=1xitem.car_body_part_wood@1:[net.minecraft.item.crafting.Ingredient@51f6926d, net.minecraft.item.crafting.Ingredient@41a2d98, net.minecraft.item.crafting.Ingredient@51f6926d, net.minecraft.item.crafting.Ingredient@51f6926d, net.minecraft.item.crafting.Ingredient@41a2d98, net.minecraft.item.crafting.Ingredient@51f6926d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8754 car:car_body_part_wood_2 RecipeStage{tier='four', recipe=1xitem.car_body_part_wood@2:[net.minecraft.item.crafting.Ingredient@23131655, net.minecraft.item.crafting.Ingredient@46938da0, net.minecraft.item.crafting.Ingredient@23131655, net.minecraft.item.crafting.Ingredient@23131655, net.minecraft.item.crafting.Ingredient@46938da0, net.minecraft.item.crafting.Ingredient@23131655]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8755 car:car_body_part_wood_3 RecipeStage{tier='four', recipe=1xitem.car_body_part_wood@3:[net.minecraft.item.crafting.Ingredient@60ac765c, net.minecraft.item.crafting.Ingredient@5bb665a2, net.minecraft.item.crafting.Ingredient@60ac765c, net.minecraft.item.crafting.Ingredient@60ac765c, net.minecraft.item.crafting.Ingredient@5bb665a2, net.minecraft.item.crafting.Ingredient@60ac765c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8756 car:car_body_part_wood_4 RecipeStage{tier='four', recipe=1xitem.car_body_part_wood@4:[net.minecraft.item.crafting.Ingredient@12c16bea, net.minecraft.item.crafting.Ingredient@11dce178, net.minecraft.item.crafting.Ingredient@12c16bea, net.minecraft.item.crafting.Ingredient@12c16bea, net.minecraft.item.crafting.Ingredient@11dce178, net.minecraft.item.crafting.Ingredient@12c16bea]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8757 car:car_body_part_wood_5 RecipeStage{tier='four', recipe=1xitem.car_body_part_wood@5:[net.minecraft.item.crafting.Ingredient@6843ba8d, net.minecraft.item.crafting.Ingredient@71c41254, net.minecraft.item.crafting.Ingredient@6843ba8d, net.minecraft.item.crafting.Ingredient@6843ba8d, net.minecraft.item.crafting.Ingredient@71c41254, net.minecraft.item.crafting.Ingredient@6843ba8d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8758 car:crash_barrier RecipeStage{tier='four', recipe=32xtile.crash_barrier@0:[net.minecraft.item.crafting.Ingredient@6a714f0, net.minecraft.item.crafting.Ingredient@6a714f0, net.minecraft.item.crafting.Ingredient@6a714f0, net.minecraft.item.crafting.Ingredient@6a714f0, net.minecraft.item.crafting.Ingredient@6a714f0, net.minecraft.item.crafting.Ingredient@6a714f0, net.minecraft.item.crafting.Ingredient@6a714f0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6a714f0]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8759 car:fuel_station RecipeStage{tier='four', recipe=1xtile.fuelstation@0:[net.minecraft.item.crafting.Ingredient@2242bbf5, net.minecraft.item.crafting.Ingredient@a5e59ca, net.minecraft.item.crafting.Ingredient@2242bbf5, net.minecraft.item.crafting.Ingredient@2242bbf5, net.minecraft.item.crafting.Ingredient@34e0cce5, net.minecraft.item.crafting.Ingredient@2242bbf5, net.minecraft.item.crafting.Ingredient@5a5d8ed3, net.minecraft.item.crafting.Ingredient@6d770d9b, net.minecraft.item.crafting.Ingredient@5a5d8ed3]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8760 car:blast_furnace RecipeStage{tier='four', recipe=1xtile.blastfurnace@0:[net.minecraft.item.crafting.Ingredient@10006b1c, net.minecraft.item.crafting.Ingredient@10006b1c, net.minecraft.item.crafting.Ingredient@10006b1c, net.minecraft.item.crafting.Ingredient@10006b1c, net.minecraft.item.crafting.Ingredient@45ceb752, net.minecraft.item.crafting.Ingredient@10006b1c, net.minecraft.item.crafting.Ingredient@10006b1c, net.minecraft.item.crafting.Ingredient@10006b1c, net.minecraft.item.crafting.Ingredient@10006b1c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8761 car:oil_mill RecipeStage{tier='four', recipe=1xtile.oilmill@0:[net.minecraft.item.crafting.Ingredient@790e0fdb, net.minecraft.item.crafting.Ingredient@790e0fdb, net.minecraft.item.crafting.Ingredient@790e0fdb, net.minecraft.item.crafting.Ingredient@790e0fdb, net.minecraft.item.crafting.Ingredient@6ac5c36d, net.minecraft.item.crafting.Ingredient@790e0fdb, net.minecraft.item.crafting.Ingredient@790e0fdb, net.minecraft.item.crafting.Ingredient@790e0fdb, net.minecraft.item.crafting.Ingredient@790e0fdb]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8762 car:backmix_reactor RecipeStage{tier='four', recipe=1xtile.backmix_reactor@0:[net.minecraft.item.crafting.Ingredient@35aca6cc, net.minecraft.item.crafting.Ingredient@78cf6539, net.minecraft.item.crafting.Ingredient@35aca6cc, net.minecraft.item.crafting.Ingredient@35aca6cc, net.minecraft.item.crafting.Ingredient@3c551775, net.minecraft.item.crafting.Ingredient@35aca6cc, net.minecraft.item.crafting.Ingredient@35aca6cc, net.minecraft.item.crafting.Ingredient@35aca6cc, net.minecraft.item.crafting.Ingredient@35aca6cc]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8763 car:split_tank RecipeStage{tier='four', recipe=1xtile.split_tank@0:[net.minecraft.item.crafting.Ingredient@7eb8c529, net.minecraft.item.crafting.Ingredient@7eb8c529, net.minecraft.item.crafting.Ingredient@7eb8c529, net.minecraft.item.crafting.Ingredient@6927cdf8, net.minecraft.item.crafting.Ingredient@6ac28b34, net.minecraft.item.crafting.Ingredient@6927cdf8, net.minecraft.item.crafting.Ingredient@6927cdf8, net.minecraft.item.crafting.Ingredient@6ac28b34, net.minecraft.item.crafting.Ingredient@6927cdf8]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8764 car:generator RecipeStage{tier='four', recipe=1xtile.generator@0:[net.minecraft.item.crafting.Ingredient@6b21a780, net.minecraft.item.crafting.Ingredient@54cfceb1, net.minecraft.item.crafting.Ingredient@6b21a780, net.minecraft.item.crafting.Ingredient@6b21a780, net.minecraft.item.crafting.Ingredient@42db5db6, net.minecraft.item.crafting.Ingredient@6b21a780, net.minecraft.item.crafting.Ingredient@6b21a780, net.minecraft.item.crafting.Ingredient@15c40afb, net.minecraft.item.crafting.Ingredient@6b21a780]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8765 car:car_workshop_outter RecipeStage{tier='four', recipe=1xtile.car_workshop_outter@0:[net.minecraft.item.crafting.Ingredient@7122960, net.minecraft.item.crafting.Ingredient@7122960, net.minecraft.item.crafting.Ingredient@7122960, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7122960, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7122960, net.minecraft.item.crafting.Ingredient@7122960, net.minecraft.item.crafting.Ingredient@7122960]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8766 car:car_workshop RecipeStage{tier='four', recipe=1xtile.car_workshop@0:[net.minecraft.item.crafting.Ingredient@35ac0dc9, net.minecraft.item.crafting.Ingredient@35ac0dc9, net.minecraft.item.crafting.Ingredient@35ac0dc9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2479c975, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@35ac0dc9, net.minecraft.item.crafting.Ingredient@35ac0dc9, net.minecraft.item.crafting.Ingredient@35ac0dc9]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8770 car:canister RecipeStage{tier='four', recipe=1xitem.canister@0:[net.minecraft.item.crafting.Ingredient@33ab73a, net.minecraft.item.crafting.Ingredient@33ab73a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@33ab73a, net.minecraft.item.crafting.Ingredient@9fc603b, net.minecraft.item.crafting.Ingredient@33ab73a, net.minecraft.item.crafting.Ingredient@33ab73a, net.minecraft.item.crafting.Ingredient@33ab73a, net.minecraft.item.crafting.Ingredient@33ab73a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8771 car:repair_kit RecipeStage{tier='four', recipe=1xitem.repair_kit@0:[net.minecraft.item.crafting.Ingredient@6145f934, net.minecraft.item.crafting.Ingredient@6145f934, net.minecraft.item.crafting.Ingredient@6145f934, net.minecraft.item.crafting.Ingredient@5d075230, net.minecraft.item.crafting.Ingredient@37900141, net.minecraft.item.crafting.Ingredient@4e70284b, net.minecraft.item.crafting.Ingredient@6145f934, net.minecraft.item.crafting.Ingredient@6145f934, net.minecraft.item.crafting.Ingredient@6145f934]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8773 car:cable_insulator RecipeStage{tier='four', recipe=16xitem.cable_insulator@0:[net.minecraft.item.crafting.Ingredient@811cf2f, net.minecraft.item.crafting.Ingredient@811cf2f, net.minecraft.item.crafting.Ingredient@811cf2f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8774 car:cable RecipeStage{tier='four', recipe=8xtile.cable@0:[net.minecraft.item.crafting.Ingredient@651d7d69, net.minecraft.item.crafting.Ingredient@651d7d69, net.minecraft.item.crafting.Ingredient@651d7d69, net.minecraft.item.crafting.Ingredient@61e66bbe, net.minecraft.item.crafting.Ingredient@61e66bbe, net.minecraft.item.crafting.Ingredient@61e66bbe, net.minecraft.item.crafting.Ingredient@651d7d69, net.minecraft.item.crafting.Ingredient@651d7d69, net.minecraft.item.crafting.Ingredient@651d7d69]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8775 car:fluid_extractor RecipeStage{tier='four', recipe=4xtile.fluid_extractor@0:[net.minecraft.item.crafting.Ingredient@5e90cefc, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5e90cefc, net.minecraft.item.crafting.Ingredient@50e81672, net.minecraft.item.crafting.Ingredient@50e81672, net.minecraft.item.crafting.Ingredient@5e90cefc, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8776 car:fluid_pipe RecipeStage{tier='four', recipe=16xtile.fluid_pipe@0:[net.minecraft.item.crafting.Ingredient@206b9c78, net.minecraft.item.crafting.Ingredient@206b9c78, net.minecraft.item.crafting.Ingredient@206b9c78, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@206b9c78, net.minecraft.item.crafting.Ingredient@206b9c78, net.minecraft.item.crafting.Ingredient@206b9c78]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8777 car:crank RecipeStage{tier='four', recipe=1xtile.crank@0:[net.minecraft.item.crafting.Ingredient@689f8349, net.minecraft.item.crafting.Ingredient@689f8349, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@689f8349]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8778 car:dynamo RecipeStage{tier='four', recipe=1xtile.dynamo@0:[net.minecraft.item.crafting.Ingredient@1f03d936, net.minecraft.item.crafting.Ingredient@45807a08, net.minecraft.item.crafting.Ingredient@1f03d936, net.minecraft.item.crafting.Ingredient@1f03d936, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1f03d936, net.minecraft.item.crafting.Ingredient@1f03d936, net.minecraft.item.crafting.Ingredient@1f03d936, net.minecraft.item.crafting.Ingredient@1f03d936]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8782 conarm:armorforge_blocksteeleaf RecipeStage{tier='two', recipe=1xtile.conarm.armorforge@0:[net.minecraft.item.crafting.Ingredient@7afb2e51, net.minecraft.item.crafting.Ingredient@7afb2e51, net.minecraft.item.crafting.Ingredient@7afb2e51, net.minecraftforge.oredict.OreIngredient@7d5b48ab, net.minecraft.item.crafting.Ingredient@2d6413a1, net.minecraftforge.oredict.OreIngredient@7d5b48ab, net.minecraftforge.oredict.OreIngredient@7d5b48ab, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7d5b48ab]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8783 conarm:armorforge_blockfiery RecipeStage{tier='two', recipe=1xtile.conarm.armorforge@0:[net.minecraft.item.crafting.Ingredient@1b6aa4e4, net.minecraft.item.crafting.Ingredient@1b6aa4e4, net.minecraft.item.crafting.Ingredient@1b6aa4e4, net.minecraftforge.oredict.OreIngredient@169e5533, net.minecraft.item.crafting.Ingredient@453a5954, net.minecraftforge.oredict.OreIngredient@169e5533, net.minecraftforge.oredict.OreIngredient@169e5533, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@169e5533]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8784 conarm:armorforge_blockiron RecipeStage{tier='two', recipe=1xtile.conarm.armorforge@0:[net.minecraft.item.crafting.Ingredient@4ef643fd, net.minecraft.item.crafting.Ingredient@4ef643fd, net.minecraft.item.crafting.Ingredient@4ef643fd, net.minecraftforge.oredict.OreIngredient@5991438e, net.minecraft.item.crafting.Ingredient@e2dc2fe, net.minecraftforge.oredict.OreIngredient@5991438e, net.minecraftforge.oredict.OreIngredient@5991438e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5991438e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8785 conarm:armorforge_blockpigiron RecipeStage{tier='four', recipe=1xtile.conarm.armorforge@0:[net.minecraft.item.crafting.Ingredient@26a66301, net.minecraft.item.crafting.Ingredient@26a66301, net.minecraft.item.crafting.Ingredient@26a66301, net.minecraftforge.oredict.OreIngredient@46fc7f19, net.minecraft.item.crafting.Ingredient@23f7c96e, net.minecraftforge.oredict.OreIngredient@46fc7f19, net.minecraftforge.oredict.OreIngredient@46fc7f19, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@46fc7f19]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8786 conarm:armorforge_blockknightslime RecipeStage{tier='three', recipe=1xtile.conarm.armorforge@0:[net.minecraft.item.crafting.Ingredient@20ae9239, net.minecraft.item.crafting.Ingredient@20ae9239, net.minecraft.item.crafting.Ingredient@20ae9239, net.minecraftforge.oredict.OreIngredient@3d0f93fb, net.minecraft.item.crafting.Ingredient@a2e2424, net.minecraftforge.oredict.OreIngredient@3d0f93fb, net.minecraftforge.oredict.OreIngredient@3d0f93fb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3d0f93fb]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8787 conarm:armorforge_blockalubrass RecipeStage{tier='three', recipe=1xtile.conarm.armorforge@0:[net.minecraft.item.crafting.Ingredient@636e1608, net.minecraft.item.crafting.Ingredient@636e1608, net.minecraft.item.crafting.Ingredient@636e1608, net.minecraftforge.oredict.OreIngredient@189a0145, net.minecraft.item.crafting.Ingredient@4b0fd612, net.minecraftforge.oredict.OreIngredient@189a0145, net.minecraftforge.oredict.OreIngredient@189a0145, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@189a0145]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8788 conarm:armorforge_blockcobalt RecipeStage{tier='four', recipe=1xtile.conarm.armorforge@0:[net.minecraft.item.crafting.Ingredient@4c362d66, net.minecraft.item.crafting.Ingredient@4c362d66, net.minecraft.item.crafting.Ingredient@4c362d66, net.minecraftforge.oredict.OreIngredient@79bcddb4, net.minecraft.item.crafting.Ingredient@76e16658, net.minecraftforge.oredict.OreIngredient@79bcddb4, net.minecraftforge.oredict.OreIngredient@79bcddb4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@79bcddb4]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8789 conarm:armorforge_blockardite RecipeStage{tier='four', recipe=1xtile.conarm.armorforge@0:[net.minecraft.item.crafting.Ingredient@6435edb9, net.minecraft.item.crafting.Ingredient@6435edb9, net.minecraft.item.crafting.Ingredient@6435edb9, net.minecraftforge.oredict.OreIngredient@199b84c1, net.minecraft.item.crafting.Ingredient@436f5f2b, net.minecraftforge.oredict.OreIngredient@199b84c1, net.minecraftforge.oredict.OreIngredient@199b84c1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@199b84c1]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8790 conarm:armorforge_blockmanyullyn RecipeStage{tier='four', recipe=1xtile.conarm.armorforge@0:[net.minecraft.item.crafting.Ingredient@68aa3f4c, net.minecraft.item.crafting.Ingredient@68aa3f4c, net.minecraft.item.crafting.Ingredient@68aa3f4c, net.minecraftforge.oredict.OreIngredient@5185a375, net.minecraft.item.crafting.Ingredient@3c7ead38, net.minecraftforge.oredict.OreIngredient@5185a375, net.minecraftforge.oredict.OreIngredient@5185a375, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5185a375]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8791 conarm:armorforge_blockcopper RecipeStage{tier='two', recipe=1xtile.conarm.armorforge@0:[net.minecraft.item.crafting.Ingredient@44c77b0f, net.minecraft.item.crafting.Ingredient@44c77b0f, net.minecraft.item.crafting.Ingredient@44c77b0f, net.minecraftforge.oredict.OreIngredient@d9919c2, net.minecraft.item.crafting.Ingredient@6b0168a0, net.minecraftforge.oredict.OreIngredient@d9919c2, net.minecraftforge.oredict.OreIngredient@d9919c2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@d9919c2]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8792 conarm:armorforge_blockbronze RecipeStage{tier='two', recipe=1xtile.conarm.armorforge@0:[net.minecraft.item.crafting.Ingredient@460a075f, net.minecraft.item.crafting.Ingredient@460a075f, net.minecraft.item.crafting.Ingredient@460a075f, net.minecraftforge.oredict.OreIngredient@26ae2356, net.minecraft.item.crafting.Ingredient@18bb669d, net.minecraftforge.oredict.OreIngredient@26ae2356, net.minecraftforge.oredict.OreIngredient@26ae2356, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@26ae2356]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8793 conarm:armorforge_blocklead RecipeStage{tier='three', recipe=1xtile.conarm.armorforge@0:[net.minecraft.item.crafting.Ingredient@18e8a93d, net.minecraft.item.crafting.Ingredient@18e8a93d, net.minecraft.item.crafting.Ingredient@18e8a93d, net.minecraftforge.oredict.OreIngredient@5b24bb33, net.minecraft.item.crafting.Ingredient@68a6b268, net.minecraftforge.oredict.OreIngredient@5b24bb33, net.minecraftforge.oredict.OreIngredient@5b24bb33, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5b24bb33]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8794 conarm:armorforge_blocksilver RecipeStage{tier='two', recipe=1xtile.conarm.armorforge@0:[net.minecraft.item.crafting.Ingredient@5879f679, net.minecraft.item.crafting.Ingredient@5879f679, net.minecraft.item.crafting.Ingredient@5879f679, net.minecraftforge.oredict.OreIngredient@5912aec, net.minecraft.item.crafting.Ingredient@48c7b2e7, net.minecraftforge.oredict.OreIngredient@5912aec, net.minecraftforge.oredict.OreIngredient@5912aec, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5912aec]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8795 conarm:armorforge_blockelectrum RecipeStage{tier='three', recipe=1xtile.conarm.armorforge@0:[net.minecraft.item.crafting.Ingredient@24b8d25f, net.minecraft.item.crafting.Ingredient@24b8d25f, net.minecraft.item.crafting.Ingredient@24b8d25f, net.minecraftforge.oredict.OreIngredient@511d1ca5, net.minecraft.item.crafting.Ingredient@1332fb43, net.minecraftforge.oredict.OreIngredient@511d1ca5, net.minecraftforge.oredict.OreIngredient@511d1ca5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@511d1ca5]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8796 conarm:armorforge_blocksteel RecipeStage{tier='three', recipe=1xtile.conarm.armorforge@0:[net.minecraft.item.crafting.Ingredient@72ac770c, net.minecraft.item.crafting.Ingredient@72ac770c, net.minecraft.item.crafting.Ingredient@72ac770c, net.minecraftforge.oredict.OreIngredient@76c072f9, net.minecraft.item.crafting.Ingredient@725ccb3f, net.minecraftforge.oredict.OreIngredient@76c072f9, net.minecraftforge.oredict.OreIngredient@76c072f9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@76c072f9]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8797 conarm:armorforge_blockgold RecipeStage{tier='two', recipe=1xtile.conarm.armorforge@0:[net.minecraft.item.crafting.Ingredient@30a7714e, net.minecraft.item.crafting.Ingredient@30a7714e, net.minecraft.item.crafting.Ingredient@30a7714e, net.minecraftforge.oredict.OreIngredient@24364156, net.minecraft.item.crafting.Ingredient@740f91cb, net.minecraftforge.oredict.OreIngredient@24364156, net.minecraftforge.oredict.OreIngredient@24364156, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@24364156]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8798 conarm:armorforge_blockbrass slimeknights.tconstruct.tools.common.TableRecipeFactory$TableRecipe@32a0a012 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8799 conarm:armorforge_blocktin RecipeStage{tier='two', recipe=1xtile.conarm.armorforge@0:[net.minecraft.item.crafting.Ingredient@70ab7339, net.minecraft.item.crafting.Ingredient@70ab7339, net.minecraft.item.crafting.Ingredient@70ab7339, net.minecraftforge.oredict.OreIngredient@42d7acb7, net.minecraft.item.crafting.Ingredient@75c034cf, net.minecraftforge.oredict.OreIngredient@42d7acb7, net.minecraftforge.oredict.OreIngredient@42d7acb7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@42d7acb7]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8800 conarm:armorforge_blocknickel RecipeStage{tier='three', recipe=1xtile.conarm.armorforge@0:[net.minecraft.item.crafting.Ingredient@5d115254, net.minecraft.item.crafting.Ingredient@5d115254, net.minecraft.item.crafting.Ingredient@5d115254, net.minecraftforge.oredict.OreIngredient@29836375, net.minecraft.item.crafting.Ingredient@ba4bb1b, net.minecraftforge.oredict.OreIngredient@29836375, net.minecraftforge.oredict.OreIngredient@29836375, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@29836375]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8801 conarm:armorforge_blockzinc RecipeStage{tier='five', recipe=1xtile.conarm.armorforge@0:[net.minecraft.item.crafting.Ingredient@2bc64b21, net.minecraft.item.crafting.Ingredient@2bc64b21, net.minecraft.item.crafting.Ingredient@2bc64b21, net.minecraftforge.oredict.OreIngredient@5145121, net.minecraft.item.crafting.Ingredient@83f9c3b, net.minecraftforge.oredict.OreIngredient@5145121, net.minecraftforge.oredict.OreIngredient@5145121, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5145121]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8802 conarm:armorforge_blockaluminum RecipeStage{tier='three', recipe=1xtile.conarm.armorforge@0:[net.minecraft.item.crafting.Ingredient@4fcbbc2f, net.minecraft.item.crafting.Ingredient@4fcbbc2f, net.minecraft.item.crafting.Ingredient@4fcbbc2f, net.minecraftforge.oredict.OreIngredient@3be12fa9, net.minecraft.item.crafting.Ingredient@77e2785f, net.minecraftforge.oredict.OreIngredient@3be12fa9, net.minecraftforge.oredict.OreIngredient@3be12fa9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3be12fa9]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8803 conarm:armorforge_blockabyssalnite RecipeStage{tier='two', recipe=1xtile.conarm.armorforge@0:[net.minecraft.item.crafting.Ingredient@34cc0725, net.minecraft.item.crafting.Ingredient@34cc0725, net.minecraft.item.crafting.Ingredient@34cc0725, net.minecraftforge.oredict.OreIngredient@5088a163, net.minecraft.item.crafting.Ingredient@1494db1d, net.minecraftforge.oredict.OreIngredient@5088a163, net.minecraftforge.oredict.OreIngredient@5088a163, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5088a163]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8804 conarm:armorforge_blockliquifiedcoralium RecipeStage{tier='two', recipe=1xtile.conarm.armorforge@0:[net.minecraft.item.crafting.Ingredient@44b1e4a8, net.minecraft.item.crafting.Ingredient@44b1e4a8, net.minecraft.item.crafting.Ingredient@44b1e4a8, net.minecraftforge.oredict.OreIngredient@764f8310, net.minecraft.item.crafting.Ingredient@430b125b, net.minecraftforge.oredict.OreIngredient@764f8310, net.minecraftforge.oredict.OreIngredient@764f8310, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@764f8310]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8805 conarm:armorforge_blockdreadium RecipeStage{tier='two', recipe=1xtile.conarm.armorforge@0:[net.minecraft.item.crafting.Ingredient@6d63167c, net.minecraft.item.crafting.Ingredient@6d63167c, net.minecraft.item.crafting.Ingredient@6d63167c, net.minecraftforge.oredict.OreIngredient@76614841, net.minecraft.item.crafting.Ingredient@517fd42e, net.minecraftforge.oredict.OreIngredient@76614841, net.minecraftforge.oredict.OreIngredient@76614841, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@76614841]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8806 conarm:armorforge_blockconstantan RecipeStage{tier='three', recipe=1xtile.conarm.armorforge@0:[net.minecraft.item.crafting.Ingredient@4ddac1b8, net.minecraft.item.crafting.Ingredient@4ddac1b8, net.minecraft.item.crafting.Ingredient@4ddac1b8, net.minecraftforge.oredict.OreIngredient@622ba289, net.minecraft.item.crafting.Ingredient@229ff8f9, net.minecraftforge.oredict.OreIngredient@622ba289, net.minecraftforge.oredict.OreIngredient@622ba289, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@622ba289]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8807 conarm:repair c4.conarm.common.RepairRecipe@4c7e2e62 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8808 conarm:travel_night RecipeStage{tier='three', recipe=1xitem.conarm.travel_night@0:[net.minecraft.item.crafting.Ingredient@31b2d449, net.minecraft.item.crafting.Ingredient@2821086f, net.minecraft.item.crafting.Ingredient@d5fd282, net.minecraft.item.crafting.Ingredient@f73c03b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8809 conarm:travel_sneak RecipeStage{tier='three', recipe=1xitem.conarm.travel_sneak@0:[net.minecraft.item.crafting.Ingredient@7bbe5257, net.minecraft.item.crafting.Ingredient@6a5d3703, net.minecraft.item.crafting.Ingredient@607b4b05, net.minecraft.item.crafting.Ingredient@5a9763ff, net.minecraft.item.crafting.Ingredient@5332be10]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8810 darkutils:vector_normal RecipeStage{tier='two', recipe=8xtile.darkutils.trap.move@0:[net.minecraftforge.oredict.OreIngredient@15fbd528, net.minecraftforge.oredict.OreIngredient@31b526d6, net.minecraftforge.oredict.OreIngredient@15fbd528, net.minecraftforge.oredict.OreIngredient@1035e490, net.minecraft.item.crafting.Ingredient@637dedf, net.minecraftforge.oredict.OreIngredient@1035e490]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8811 darkutils:vector_fast RecipeStage{tier='three', recipe=8xtile.darkutils.trap.move.fast@0:[net.minecraft.item.crafting.Ingredient@d60c2d7, net.minecraft.item.crafting.Ingredient@d60c2d7, net.minecraft.item.crafting.Ingredient@d60c2d7, net.minecraft.item.crafting.Ingredient@d60c2d7, net.minecraft.item.crafting.Ingredient@32ceb68f, net.minecraft.item.crafting.Ingredient@d60c2d7, net.minecraft.item.crafting.Ingredient@d60c2d7, net.minecraft.item.crafting.Ingredient@d60c2d7, net.minecraft.item.crafting.Ingredient@d60c2d7]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8812 darkutils:vector_hyper RecipeStage{tier='three', recipe=8xtile.darkutils.trap.move.hyper@0:[net.minecraft.item.crafting.Ingredient@a37472f, net.minecraft.item.crafting.Ingredient@a37472f, net.minecraft.item.crafting.Ingredient@a37472f, net.minecraft.item.crafting.Ingredient@a37472f, net.minecraft.item.crafting.Ingredient@41ae91d4, net.minecraft.item.crafting.Ingredient@a37472f, net.minecraft.item.crafting.Ingredient@a37472f, net.minecraft.item.crafting.Ingredient@a37472f, net.minecraft.item.crafting.Ingredient@a37472f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8813 darkutils:convert_bud RecipeStage{tier='three', recipe=1xtile.observer@0:[net.minecraft.item.crafting.Ingredient@4ad3954c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8814 darkutils:trap_poison RecipeStage{tier='four', recipe=1xtile.darkutils.trap.tile@0:[net.minecraftforge.oredict.OreIngredient@d6e2857, net.minecraft.item.crafting.Ingredient@3d5008ea, net.minecraftforge.oredict.OreIngredient@d6e2857]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8815 darkutils:trap_weakness RecipeStage{tier='four', recipe=1xtile.darkutils.trap.tile@1:[net.minecraftforge.oredict.OreIngredient@8450ea5, net.minecraft.item.crafting.Ingredient@5eea9314, net.minecraftforge.oredict.OreIngredient@8450ea5]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8816 darkutils:trap_harming RecipeStage{tier='four', recipe=1xtile.darkutils.trap.tile@2:[net.minecraftforge.oredict.OreIngredient@223a240e, net.minecraft.item.crafting.Ingredient@1f107ffb, net.minecraftforge.oredict.OreIngredient@223a240e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8817 darkutils:trap_slowness RecipeStage{tier='three', recipe=1xtile.darkutils.trap.tile@3:[net.minecraftforge.oredict.OreIngredient@3f807a9a, net.minecraft.item.crafting.Ingredient@35f83c4d, net.minecraftforge.oredict.OreIngredient@3f807a9a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8818 darkutils:trap_fire RecipeStage{tier='four', recipe=1xtile.darkutils.trap.tile@4:[net.minecraftforge.oredict.OreIngredient@469174a8, net.minecraft.item.crafting.Ingredient@5a623426, net.minecraftforge.oredict.OreIngredient@469174a8]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8819 darkutils:trap_wither RecipeStage{tier='three', recipe=1xtile.darkutils.trap.tile@5:[net.minecraftforge.oredict.OreIngredient@660ac15a, net.minecraft.item.crafting.Ingredient@12e48382, net.minecraftforge.oredict.OreIngredient@660ac15a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8820 darkutils:trap_maim RecipeStage{tier='four', recipe=1xtile.darkutils.trap.tile@6:[net.minecraftforge.oredict.OreIngredient@5f1d9142, net.minecraft.item.crafting.Ingredient@14955d83, net.minecraftforge.oredict.OreIngredient@5f1d9142]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8821 darkutils:trap_player RecipeStage{tier='four', recipe=1xtile.darkutils.trap.tile@7:[net.minecraftforge.oredict.OreIngredient@24a54e5a, net.minecraft.item.crafting.Ingredient@12eb21df, net.minecraftforge.oredict.OreIngredient@24a54e5a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8822 darkutils:trap_anchor RecipeStage{tier='three', recipe=1xtile.darkutils.trap.anchor@0:[net.minecraftforge.oredict.OreIngredient@21cf2541, net.minecraftforge.oredict.OreIngredient@1f081dbe, net.minecraftforge.oredict.OreIngredient@21cf2541, net.minecraftforge.oredict.OreIngredient@1f081dbe, net.minecraftforge.oredict.OreIngredient@1f081dbe, net.minecraftforge.oredict.OreIngredient@1f081dbe, net.minecraftforge.oredict.OreIngredient@21cf2541, net.minecraftforge.oredict.OreIngredient@1f081dbe, net.minecraftforge.oredict.OreIngredient@21cf2541]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8823 darkutils:sneaky_block RecipeStage{tier='two', recipe=8xtile.darkutils.sneaky@0:[net.minecraftforge.oredict.OreIngredient@11d1479b, net.minecraftforge.oredict.OreIngredient@11d1479b, net.minecraftforge.oredict.OreIngredient@11d1479b, net.minecraftforge.oredict.OreIngredient@11d1479b, net.minecraft.item.crafting.Ingredient@5aff69a7, net.minecraftforge.oredict.OreIngredient@11d1479b, net.minecraftforge.oredict.OreIngredient@11d1479b, net.minecraftforge.oredict.OreIngredient@11d1479b, net.minecraftforge.oredict.OreIngredient@11d1479b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8824 darkutils:sneaky_lever RecipeStage{tier='two', recipe=1xtile.darkutils.sneaky.lever@0:[net.minecraft.item.crafting.Ingredient@242aa94, net.minecraft.item.crafting.Ingredient@5d78a28f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8825 darkutils:sneaky_ghost RecipeStage{tier='two', recipe=1xtile.darkutils.sneaky.ghost@0:[net.minecraft.item.crafting.Ingredient@468ecb24, net.minecraft.item.crafting.Ingredient@679d3003]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8826 darkutils:sneaky_torch RecipeStage{tier='two', recipe=1xtile.darkutils.sneaky.torch@0:[net.minecraft.item.crafting.Ingredient@709c206e, net.minecraft.item.crafting.Ingredient@68e89828]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8827 darkutils:sneaky_obsidian RecipeStage{tier='two', recipe=1xtile.darkutils.sneaky.obsidian@0:[net.minecraft.item.crafting.Ingredient@588fa9fa, net.minecraft.item.crafting.Ingredient@561c87c0]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8828 darkutils:sneaky_plate RecipeStage{tier='two', recipe=1xtile.darkutils.sneaky.plate@0:[net.minecraft.item.crafting.Ingredient@4712423d, net.minecraft.item.crafting.Ingredient@6b17ab2f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8830 darkutils:sneaky_button RecipeStage{tier='four', recipe=1xtile.darkutils.sneaky.button@0:[net.minecraft.item.crafting.Ingredient@29b4154c, net.minecraft.item.crafting.Ingredient@7fac9d86]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8831 darkutils:compact_pearl RecipeStage{tier='four', recipe=32xtile.darkutils.pearl.block@0:[net.minecraft.item.crafting.Ingredient@217ef1c2, net.minecraft.item.crafting.Ingredient@217ef1c2, net.minecraft.item.crafting.Ingredient@217ef1c2, net.minecraft.item.crafting.Ingredient@217ef1c2, net.minecraftforge.oredict.OreIngredient@486f9631, net.minecraft.item.crafting.Ingredient@217ef1c2, net.minecraft.item.crafting.Ingredient@217ef1c2, net.minecraft.item.crafting.Ingredient@217ef1c2, net.minecraft.item.crafting.Ingredient@217ef1c2]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8832 darkutils:convert_pearl_1 RecipeStage{tier='four', recipe=4xtile.darkutils.pearl.block@1:[net.minecraft.item.crafting.Ingredient@4178e405, net.minecraft.item.crafting.Ingredient@4178e405, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4178e405, net.minecraft.item.crafting.Ingredient@4178e405, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8833 darkutils:convert_pearl_2 RecipeStage{tier='four', recipe=4xtile.darkutils.pearl.block@2:[net.minecraft.item.crafting.Ingredient@5aa31101, net.minecraft.item.crafting.Ingredient@5aa31101, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5aa31101, net.minecraft.item.crafting.Ingredient@5aa31101, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8834 darkutils:convert_pearl_3 RecipeStage{tier='four', recipe=4xtile.darkutils.pearl.block@3:[net.minecraft.item.crafting.Ingredient@c850b76, net.minecraft.item.crafting.Ingredient@c850b76, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@c850b76, net.minecraft.item.crafting.Ingredient@c850b76, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8835 darkutils:convert_pearl_0 RecipeStage{tier='four', recipe=4xtile.darkutils.pearl.block@0:[net.minecraft.item.crafting.Ingredient@38efdac9, net.minecraft.item.crafting.Ingredient@38efdac9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@38efdac9, net.minecraft.item.crafting.Ingredient@38efdac9, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8836 darkutils:timer RecipeStage{tier='three', recipe=1xtile.darkutils.timer@0:[net.minecraftforge.oredict.OreIngredient@3eb1491d, net.minecraft.item.crafting.Ingredient@7cd87cd3, net.minecraftforge.oredict.OreIngredient@3eb1491d, net.minecraft.item.crafting.Ingredient@7cd87cd3, net.minecraft.item.crafting.Ingredient@58a21685, net.minecraft.item.crafting.Ingredient@7cd87cd3, net.minecraftforge.oredict.OreIngredient@3eb1491d, net.minecraft.item.crafting.Ingredient@7cd87cd3, net.minecraftforge.oredict.OreIngredient@3eb1491d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8837 darkutils:monolith_exp RecipeStage{tier='four', recipe=1xtile.darkutils.monolith@0:[net.minecraftforge.oredict.OreIngredient@1edda6ca, net.minecraftforge.oredict.OreIngredient@1edda6ca, net.minecraftforge.oredict.OreIngredient@1edda6ca, net.minecraftforge.oredict.OreIngredient@1edda6ca, net.minecraft.item.crafting.Ingredient@151132c8, net.minecraftforge.oredict.OreIngredient@1edda6ca, net.minecraftforge.oredict.OreIngredient@2a90edad, net.minecraftforge.oredict.OreIngredient@2a90edad, net.minecraftforge.oredict.OreIngredient@2a90edad]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8838 darkutils:monolith_spawn RecipeStage{tier='four', recipe=1xtile.darkutils.monolith@1:[net.minecraftforge.oredict.OreIngredient@5dcf08d1, net.minecraftforge.oredict.OreIngredient@5dcf08d1, net.minecraftforge.oredict.OreIngredient@5dcf08d1, net.minecraftforge.oredict.OreIngredient@5dcf08d1, net.minecraft.item.crafting.Ingredient@30763b6, net.minecraftforge.oredict.OreIngredient@5dcf08d1, net.minecraftforge.oredict.OreIngredient@2e571e54, net.minecraftforge.oredict.OreIngredient@2e571e54, net.minecraftforge.oredict.OreIngredient@2e571e54]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8839 darkutils:filter_player RecipeStage{tier='three', recipe=4xtile.darkutils.filter@0:[net.minecraftforge.oredict.OreIngredient@1f9c866c, net.minecraftforge.oredict.OreIngredient@3a309cce, net.minecraftforge.oredict.OreIngredient@1f9c866c, net.minecraftforge.oredict.OreIngredient@3a309cce, net.minecraft.item.crafting.Ingredient@2c039062, net.minecraftforge.oredict.OreIngredient@3a309cce, net.minecraftforge.oredict.OreIngredient@1f9c866c, net.minecraftforge.oredict.OreIngredient@3a309cce, net.minecraftforge.oredict.OreIngredient@1f9c866c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8840 darkutils:filter_convert_player RecipeStage{tier='three', recipe=1xtile.darkutils.filter.inverted@0:[net.minecraft.item.crafting.Ingredient@14a15c87]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8841 darkutils:filter_convert_back_player RecipeStage{tier='three', recipe=1xtile.darkutils.filter@0:[net.minecraft.item.crafting.Ingredient@6f750799]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8842 darkutils:filter_undead RecipeStage{tier='three', recipe=4xtile.darkutils.filter@1:[net.minecraftforge.oredict.OreIngredient@519d2055, net.minecraftforge.oredict.OreIngredient@612d3a84, net.minecraftforge.oredict.OreIngredient@519d2055, net.minecraftforge.oredict.OreIngredient@612d3a84, net.minecraftforge.oredict.OreIngredient@7ff60742, net.minecraftforge.oredict.OreIngredient@612d3a84, net.minecraftforge.oredict.OreIngredient@519d2055, net.minecraftforge.oredict.OreIngredient@612d3a84, net.minecraftforge.oredict.OreIngredient@519d2055]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8843 darkutils:filter_convert_undead RecipeStage{tier='three', recipe=1xtile.darkutils.filter.inverted@1:[net.minecraft.item.crafting.Ingredient@38f88eea]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8844 darkutils:filter_convert_back_undead RecipeStage{tier='three', recipe=1xtile.darkutils.filter@1:[net.minecraft.item.crafting.Ingredient@5f9e28]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8845 darkutils:filter_arthropod RecipeStage{tier='three', recipe=4xtile.darkutils.filter@2:[net.minecraftforge.oredict.OreIngredient@82e7dbd, net.minecraftforge.oredict.OreIngredient@472db7ed, net.minecraftforge.oredict.OreIngredient@82e7dbd, net.minecraftforge.oredict.OreIngredient@472db7ed, net.minecraft.item.crafting.Ingredient@3b5eee3c, net.minecraftforge.oredict.OreIngredient@472db7ed, net.minecraftforge.oredict.OreIngredient@82e7dbd, net.minecraftforge.oredict.OreIngredient@472db7ed, net.minecraftforge.oredict.OreIngredient@82e7dbd]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8846 darkutils:filter_convert_arthropod RecipeStage{tier='three', recipe=1xtile.darkutils.filter.inverted@2:[net.minecraft.item.crafting.Ingredient@470c89a1]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8847 darkutils:filter_convert_back_arthropod RecipeStage{tier='three', recipe=1xtile.darkutils.filter@2:[net.minecraft.item.crafting.Ingredient@3c34d768]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8848 darkutils:filter_monster RecipeStage{tier='three', recipe=4xtile.darkutils.filter@3:[net.minecraftforge.oredict.OreIngredient@168c8ddc, net.minecraftforge.oredict.OreIngredient@5aefbe3f, net.minecraftforge.oredict.OreIngredient@168c8ddc, net.minecraftforge.oredict.OreIngredient@5aefbe3f, net.minecraft.item.crafting.Ingredient@798d6542, net.minecraftforge.oredict.OreIngredient@5aefbe3f, net.minecraftforge.oredict.OreIngredient@168c8ddc, net.minecraftforge.oredict.OreIngredient@5aefbe3f, net.minecraftforge.oredict.OreIngredient@168c8ddc]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8849 darkutils:filter_convert_monster RecipeStage{tier='three', recipe=1xtile.darkutils.filter.inverted@3:[net.minecraft.item.crafting.Ingredient@6318628c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8850 darkutils:filter_convert_back_monster RecipeStage{tier='three', recipe=1xtile.darkutils.filter@3:[net.minecraft.item.crafting.Ingredient@1108f15e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8851 darkutils:filter_animal RecipeStage{tier='three', recipe=4xtile.darkutils.filter@4:[net.minecraftforge.oredict.OreIngredient@36b1ab06, net.minecraftforge.oredict.OreIngredient@24846fe7, net.minecraftforge.oredict.OreIngredient@36b1ab06, net.minecraftforge.oredict.OreIngredient@24846fe7, net.minecraftforge.oredict.OreIngredient@4a865f9, net.minecraftforge.oredict.OreIngredient@24846fe7, net.minecraftforge.oredict.OreIngredient@36b1ab06, net.minecraftforge.oredict.OreIngredient@24846fe7, net.minecraftforge.oredict.OreIngredient@36b1ab06]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8852 darkutils:filter_convert_animal RecipeStage{tier='three', recipe=1xtile.darkutils.filter.inverted@4:[net.minecraft.item.crafting.Ingredient@527ce633]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8853 darkutils:filter_convert_back_animal RecipeStage{tier='three', recipe=1xtile.darkutils.filter@4:[net.minecraft.item.crafting.Ingredient@69ae9ee1]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8854 darkutils:filter_water RecipeStage{tier='three', recipe=4xtile.darkutils.filter@5:[net.minecraftforge.oredict.OreIngredient@6e523f64, net.minecraftforge.oredict.OreIngredient@299218fa, net.minecraftforge.oredict.OreIngredient@6e523f64, net.minecraftforge.oredict.OreIngredient@299218fa, net.minecraft.item.crafting.Ingredient@1c6a2e85, net.minecraftforge.oredict.OreIngredient@299218fa, net.minecraftforge.oredict.OreIngredient@6e523f64, net.minecraftforge.oredict.OreIngredient@299218fa, net.minecraftforge.oredict.OreIngredient@6e523f64]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8855 darkutils:filter_convert_water RecipeStage{tier='three', recipe=1xtile.darkutils.filter.inverted@5:[net.minecraft.item.crafting.Ingredient@12ef27f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8856 darkutils:filter_convert_back_water RecipeStage{tier='three', recipe=1xtile.darkutils.filter@5:[net.minecraft.item.crafting.Ingredient@7e785421]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8857 darkutils:filter_baby RecipeStage{tier='three', recipe=4xtile.darkutils.filter@6:[net.minecraftforge.oredict.OreIngredient@4794c6dc, net.minecraftforge.oredict.OreIngredient@a47c6ad, net.minecraftforge.oredict.OreIngredient@4794c6dc, net.minecraftforge.oredict.OreIngredient@a47c6ad, net.minecraftforge.oredict.OreIngredient@7c0c7090, net.minecraftforge.oredict.OreIngredient@a47c6ad, net.minecraftforge.oredict.OreIngredient@4794c6dc, net.minecraftforge.oredict.OreIngredient@a47c6ad, net.minecraftforge.oredict.OreIngredient@4794c6dc]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8858 darkutils:filter_convert_baby RecipeStage{tier='three', recipe=1xtile.darkutils.filter.inverted@6:[net.minecraft.item.crafting.Ingredient@4069ea6c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8859 darkutils:filter_convert_back_baby RecipeStage{tier='three', recipe=1xtile.darkutils.filter@6:[net.minecraft.item.crafting.Ingredient@21aa669b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8860 darkutils:filter_pet RecipeStage{tier='three', recipe=4xtile.darkutils.filter@7:[net.minecraftforge.oredict.OreIngredient@15ecbead, net.minecraftforge.oredict.OreIngredient@afbc470, net.minecraftforge.oredict.OreIngredient@15ecbead, net.minecraftforge.oredict.OreIngredient@afbc470, net.minecraft.item.crafting.Ingredient@5ce65c9, net.minecraftforge.oredict.OreIngredient@afbc470, net.minecraftforge.oredict.OreIngredient@15ecbead, net.minecraftforge.oredict.OreIngredient@afbc470, net.minecraftforge.oredict.OreIngredient@15ecbead]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8861 darkutils:filter_convert_pet RecipeStage{tier='three', recipe=1xtile.darkutils.filter.inverted@7:[net.minecraft.item.crafting.Ingredient@77225555]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8862 darkutils:filter_convert_back_pet RecipeStage{tier='three', recipe=1xtile.darkutils.filter@7:[net.minecraft.item.crafting.Ingredient@74b84ca]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8863 darkutils:filter_slime RecipeStage{tier='three', recipe=4xtile.darkutils.filter@8:[net.minecraftforge.oredict.OreIngredient@53c70817, net.minecraftforge.oredict.OreIngredient@25d1df8b, net.minecraftforge.oredict.OreIngredient@53c70817, net.minecraftforge.oredict.OreIngredient@25d1df8b, net.minecraft.item.crafting.Ingredient@40bcae99, net.minecraftforge.oredict.OreIngredient@25d1df8b, net.minecraftforge.oredict.OreIngredient@53c70817, net.minecraftforge.oredict.OreIngredient@25d1df8b, net.minecraftforge.oredict.OreIngredient@53c70817]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8864 darkutils:filter_convert_slime RecipeStage{tier='three', recipe=1xtile.darkutils.filter.inverted@8:[net.minecraft.item.crafting.Ingredient@1b0a0f90]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8865 darkutils:filter_convert_back_slime RecipeStage{tier='three', recipe=1xtile.darkutils.filter@8:[net.minecraft.item.crafting.Ingredient@70663b56]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8866 darkutils:filter_fireres RecipeStage{tier='three', recipe=4xtile.darkutils.filter@9:[net.minecraftforge.oredict.OreIngredient@5be08f56, net.minecraftforge.oredict.OreIngredient@7e0d2ad5, net.minecraftforge.oredict.OreIngredient@5be08f56, net.minecraftforge.oredict.OreIngredient@7e0d2ad5, net.minecraft.item.crafting.Ingredient@3530dc0b, net.minecraftforge.oredict.OreIngredient@7e0d2ad5, net.minecraftforge.oredict.OreIngredient@5be08f56, net.minecraftforge.oredict.OreIngredient@7e0d2ad5, net.minecraftforge.oredict.OreIngredient@5be08f56]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8867 darkutils:filter_convert_fireres RecipeStage{tier='three', recipe=1xtile.darkutils.filter.inverted@9:[net.minecraft.item.crafting.Ingredient@744ded70]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8868 darkutils:filter_convert_back_fireres RecipeStage{tier='three', recipe=1xtile.darkutils.filter@9:[net.minecraft.item.crafting.Ingredient@2b885690]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8869 darkutils:filter_boss RecipeStage{tier='three', recipe=4xtile.darkutils.filter@10:[net.minecraftforge.oredict.OreIngredient@3cc49ab6, net.minecraftforge.oredict.OreIngredient@fa7d9a1, net.minecraftforge.oredict.OreIngredient@3cc49ab6, net.minecraftforge.oredict.OreIngredient@fa7d9a1, net.minecraftforge.oredict.OreIngredient@141a9348, net.minecraftforge.oredict.OreIngredient@fa7d9a1, net.minecraftforge.oredict.OreIngredient@3cc49ab6, net.minecraftforge.oredict.OreIngredient@fa7d9a1, net.minecraftforge.oredict.OreIngredient@3cc49ab6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8870 darkutils:filter_convert_boss RecipeStage{tier='three', recipe=1xtile.darkutils.filter.inverted@10:[net.minecraft.item.crafting.Ingredient@7dcf6b8d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8871 darkutils:filter_convert_back_boss RecipeStage{tier='three', recipe=1xtile.darkutils.filter@10:[net.minecraft.item.crafting.Ingredient@65465fa8]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8872 darkutils:lore_tag_black RecipeStage{tier='two', recipe=1xitem.darkutils.lore.tag@0:[net.minecraft.item.crafting.Ingredient@7ec12b2f, net.minecraftforge.oredict.OreIngredient@7ee836e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7ee836e, net.minecraftforge.oredict.OreIngredient@54ee8b35, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@358704b6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8873 darkutils:lore_tag_dark_blue RecipeStage{tier='two', recipe=1xitem.darkutils.lore.tag@1:[net.minecraft.item.crafting.Ingredient@4268d97a, net.minecraftforge.oredict.OreIngredient@31eec7aa, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@31eec7aa, net.minecraftforge.oredict.OreIngredient@11f94581, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1cd651bc]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8874 darkutils:lore_tag_dark_green RecipeStage{tier='two', recipe=1xitem.darkutils.lore.tag@2:[net.minecraft.item.crafting.Ingredient@18f1e855, net.minecraftforge.oredict.OreIngredient@5fe5af76, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5fe5af76, net.minecraftforge.oredict.OreIngredient@4eb2c46, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2a9ec6d6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8875 darkutils:lore_tag_dark_aqua RecipeStage{tier='two', recipe=1xitem.darkutils.lore.tag@3:[net.minecraft.item.crafting.Ingredient@3dba3090, net.minecraftforge.oredict.OreIngredient@4fd6a64e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4fd6a64e, net.minecraftforge.oredict.OreIngredient@12023aee, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4e76e60e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8876 darkutils:lore_tag_dark_red RecipeStage{tier='two', recipe=1xitem.darkutils.lore.tag@4:[net.minecraft.item.crafting.Ingredient@222471e0, net.minecraftforge.oredict.OreIngredient@583a573c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@583a573c, net.minecraftforge.oredict.OreIngredient@5becc39f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@22d3187a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8877 darkutils:lore_tag_dark_purple RecipeStage{tier='two', recipe=1xitem.darkutils.lore.tag@5:[net.minecraft.item.crafting.Ingredient@23f9c6b1, net.minecraftforge.oredict.OreIngredient@29f0e645, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@29f0e645, net.minecraftforge.oredict.OreIngredient@143d28df, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2e97f2ea]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8878 darkutils:lore_tag_gold RecipeStage{tier='two', recipe=1xitem.darkutils.lore.tag@6:[net.minecraft.item.crafting.Ingredient@433665c7, net.minecraftforge.oredict.OreIngredient@6d5a712a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6d5a712a, net.minecraftforge.oredict.OreIngredient@10dcd78e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1cd67dd]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8879 darkutils:lore_tag_gray RecipeStage{tier='two', recipe=1xitem.darkutils.lore.tag@7:[net.minecraft.item.crafting.Ingredient@71a5327e, net.minecraftforge.oredict.OreIngredient@4fc8de41, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4fc8de41, net.minecraftforge.oredict.OreIngredient@39de1091, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@53c76bf8]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8880 darkutils:lore_tag_dark_gray RecipeStage{tier='two', recipe=1xitem.darkutils.lore.tag@8:[net.minecraft.item.crafting.Ingredient@b29853c, net.minecraftforge.oredict.OreIngredient@21a68ce, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@21a68ce, net.minecraftforge.oredict.OreIngredient@4b89aa84, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@23f980a6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8881 darkutils:lore_tag_blue RecipeStage{tier='two', recipe=1xitem.darkutils.lore.tag@9:[net.minecraft.item.crafting.Ingredient@64bee180, net.minecraftforge.oredict.OreIngredient@3533a9c1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3533a9c1, net.minecraftforge.oredict.OreIngredient@3368e869, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5c7ba212]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8882 darkutils:lore_tag_green RecipeStage{tier='two', recipe=1xitem.darkutils.lore.tag@10:[net.minecraft.item.crafting.Ingredient@4f5aeafc, net.minecraftforge.oredict.OreIngredient@670f3f77, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@670f3f77, net.minecraftforge.oredict.OreIngredient@1350b85f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@123ae315]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8883 darkutils:lore_tag_aqua RecipeStage{tier='two', recipe=1xitem.darkutils.lore.tag@11:[net.minecraft.item.crafting.Ingredient@aafe6a4, net.minecraftforge.oredict.OreIngredient@14458401, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@14458401, net.minecraftforge.oredict.OreIngredient@2414496, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@47a62d80]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8884 darkutils:lore_tag_red RecipeStage{tier='two', recipe=1xitem.darkutils.lore.tag@12:[net.minecraft.item.crafting.Ingredient@32c96916, net.minecraftforge.oredict.OreIngredient@a1486c2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@a1486c2, net.minecraftforge.oredict.OreIngredient@27906e2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7445f100]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8885 darkutils:lore_tag_light_purple RecipeStage{tier='two', recipe=1xitem.darkutils.lore.tag@13:[net.minecraft.item.crafting.Ingredient@dbda747, net.minecraftforge.oredict.OreIngredient@23b112a4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@23b112a4, net.minecraftforge.oredict.OreIngredient@69b54e26, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@32237fe1]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8886 darkutils:lore_tag_yellow RecipeStage{tier='two', recipe=1xitem.darkutils.lore.tag@14:[net.minecraft.item.crafting.Ingredient@5244617d, net.minecraftforge.oredict.OreIngredient@79cb6da3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@79cb6da3, net.minecraftforge.oredict.OreIngredient@3accd8c2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1339640d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8887 darkutils:lore_tag_white RecipeStage{tier='two', recipe=1xitem.darkutils.lore.tag@15:[net.minecraft.item.crafting.Ingredient@6287b09e, net.minecraftforge.oredict.OreIngredient@40036f18, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@40036f18, net.minecraftforge.oredict.OreIngredient@1cd5a512, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4494a389]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8888 darkutils:item_grate RecipeStage{tier='three', recipe=1xtile.darkutils.grate@0:[net.minecraftforge.oredict.OreIngredient@1bc8f8c5, net.minecraft.item.crafting.Ingredient@40e83f0b, net.minecraft.item.crafting.Ingredient@7124ef31]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8889 darkutils:fake_tnt RecipeStage{tier='three', recipe=1xtile.darkutils.fake.tnt@0:[net.minecraftforge.oredict.OreIngredient@10cd9277, net.minecraft.item.crafting.Ingredient@4c1f5e7b, net.minecraftforge.oredict.OreIngredient@10cd9277, net.minecraft.item.crafting.Ingredient@4c1f5e7b, net.minecraftforge.oredict.OreIngredient@10cd9277, net.minecraft.item.crafting.Ingredient@4c1f5e7b, net.minecraftforge.oredict.OreIngredient@10cd9277, net.minecraft.item.crafting.Ingredient@4c1f5e7b, net.minecraftforge.oredict.OreIngredient@10cd9277]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8890 darkutils:ender_tether RecipeStage{tier='three', recipe=1xtile.darkutils.ender.tether@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4d8e2094, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1b050373, net.minecraft.item.crafting.Ingredient@67a7744e, net.minecraftforge.oredict.OreIngredient@1b050373]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8891 darkutils:ender_hopper RecipeStage{tier='three', recipe=1xtile.darkutils.ender.hopper@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@51fd0247, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6dcb026c, net.minecraft.item.crafting.Ingredient@5ee69a3d, net.minecraftforge.oredict.OreIngredient@6dcb026c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8892 darkutils:ender_hopper_upgrade RecipeStage{tier='four', recipe=1xtile.darkutils.ender.pearl.hopper@0:[net.minecraftforge.oredict.OreIngredient@23f80ab, net.minecraftforge.oredict.OreIngredient@23f80ab, net.minecraftforge.oredict.OreIngredient@23f80ab, net.minecraftforge.oredict.OreIngredient@23f80ab, net.minecraft.item.crafting.Ingredient@3b695591, net.minecraftforge.oredict.OreIngredient@23f80ab, net.minecraftforge.oredict.OreIngredient@23f80ab, net.minecraftforge.oredict.OreIngredient@23f80ab, net.minecraftforge.oredict.OreIngredient@23f80ab]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8909 darkutils:skull_to_witherdust RecipeStage{tier='three', recipe=3xitem.darkutils.material@0:[net.minecraft.item.crafting.Ingredient@1b54212f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8910 darkutils:dwindlecream RecipeStage{tier='three', recipe=1xitem.darkutils.material@2:[net.minecraft.item.crafting.Ingredient@7481e923, net.minecraftforge.oredict.OreIngredient@799e0b42]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8911 darkutils:unstable_pearl RecipeStage{tier='three', recipe=1xitem.darkutils.material@1:[net.minecraft.item.crafting.Ingredient@50d95da2, net.minecraftforge.oredict.OreIngredient@6abe43cf]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8912 darkutils:dark_sugar RecipeStage{tier='three', recipe=8xitem.darkutils.material@3:[net.minecraft.item.crafting.Ingredient@118d674a, net.minecraft.item.crafting.Ingredient@118d674a, net.minecraft.item.crafting.Ingredient@118d674a, net.minecraft.item.crafting.Ingredient@118d674a, net.minecraft.item.crafting.Ingredient@1840ba22, net.minecraft.item.crafting.Ingredient@118d674a, net.minecraft.item.crafting.Ingredient@118d674a, net.minecraft.item.crafting.Ingredient@118d674a, net.minecraft.item.crafting.Ingredient@118d674a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8913 darkutils:soulsand RecipeStage{tier='three', recipe=5xtile.hellsand@0:[net.minecraftforge.oredict.OreIngredient@26ec0c5, net.minecraft.item.crafting.Ingredient@1ad65b7c, net.minecraftforge.oredict.OreIngredient@26ec0c5, net.minecraft.item.crafting.Ingredient@1ad65b7c, net.minecraftforge.oredict.OreIngredient@26ec0c5, net.minecraft.item.crafting.Ingredient@1ad65b7c, net.minecraftforge.oredict.OreIngredient@26ec0c5, net.minecraft.item.crafting.Ingredient@1ad65b7c, net.minecraftforge.oredict.OreIngredient@26ec0c5]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8914 darkutils:compact_wither RecipeStage{tier='three', recipe=1xtile.darkutils.wither.block@0:[net.minecraft.item.crafting.Ingredient@601bd85b, net.minecraft.item.crafting.Ingredient@601bd85b, net.minecraft.item.crafting.Ingredient@601bd85b, net.minecraft.item.crafting.Ingredient@601bd85b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8915 darkutils:deconstruct_wither RecipeStage{tier='three', recipe=4xitem.darkutils.material@0:[net.minecraft.item.crafting.Ingredient@7d97efd0]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8916 darkutils:convert_wither_1 RecipeStage{tier='three', recipe=4xtile.darkutils.wither.block@1:[net.minecraft.item.crafting.Ingredient@98b604f, net.minecraft.item.crafting.Ingredient@98b604f, net.minecraft.item.crafting.Ingredient@98b604f, net.minecraft.item.crafting.Ingredient@98b604f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8917 darkutils:convert_wither_2 RecipeStage{tier='three', recipe=4xtile.darkutils.wither.block@2:[net.minecraft.item.crafting.Ingredient@212ed7b9, net.minecraft.item.crafting.Ingredient@212ed7b9, net.minecraft.item.crafting.Ingredient@212ed7b9, net.minecraft.item.crafting.Ingredient@212ed7b9]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8918 darkutils:convert_wither_3 RecipeStage{tier='three', recipe=4xtile.darkutils.wither.block@3:[net.minecraft.item.crafting.Ingredient@1f491ac7, net.minecraft.item.crafting.Ingredient@1f491ac7, net.minecraft.item.crafting.Ingredient@1f491ac7, net.minecraft.item.crafting.Ingredient@1f491ac7]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8919 darkutils:convert_wither_4 RecipeStage{tier='three', recipe=4xtile.darkutils.wither.block@4:[net.minecraft.item.crafting.Ingredient@5d629f91, net.minecraft.item.crafting.Ingredient@5d629f91, net.minecraft.item.crafting.Ingredient@5d629f91, net.minecraft.item.crafting.Ingredient@5d629f91]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8920 darkutils:convert_wither_5 RecipeStage{tier='three', recipe=4xtile.darkutils.wither.block@5:[net.minecraft.item.crafting.Ingredient@fb9156a, net.minecraft.item.crafting.Ingredient@fb9156a, net.minecraft.item.crafting.Ingredient@fb9156a, net.minecraft.item.crafting.Ingredient@fb9156a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8921 darkutils:convert_wither_6 RecipeStage{tier='three', recipe=4xtile.darkutils.wither.block@0:[net.minecraft.item.crafting.Ingredient@58fd883b, net.minecraft.item.crafting.Ingredient@58fd883b, net.minecraft.item.crafting.Ingredient@58fd883b, net.minecraft.item.crafting.Ingredient@58fd883b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8922 darkutils:agression_charm RecipeStage{tier='three', recipe=1xitem.darkutils.charm.agression@0:[net.minecraftforge.oredict.OreIngredient@7e9d918b, net.minecraftforge.oredict.OreIngredient@3347f42a, net.minecraftforge.oredict.OreIngredient@7e9d918b, net.minecraftforge.oredict.OreIngredient@3347f42a, net.minecraft.item.crafting.Ingredient@77eb0413, net.minecraftforge.oredict.OreIngredient@3347f42a, net.minecraft.item.crafting.Ingredient@4368f810, net.minecraftforge.oredict.OreIngredient@3347f42a, net.minecraft.item.crafting.Ingredient@4368f810]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8923 darkutils:focus_sash RecipeStage{tier='two', recipe=1xitem.darkutils.focus.sash@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@51eb283f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5d81708c, net.minecraft.item.crafting.Ingredient@72e52cb3, net.minecraft.item.crafting.Ingredient@7649e287, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7e6b86a1, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8924 darkutils:gluttony_charm RecipeStage{tier='one', recipe=1xitem.darkutils.charm.gluttony@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@28389cf0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7363adf0, net.minecraft.item.crafting.Ingredient@4a8734c1, net.minecraftforge.oredict.OreIngredient@7363adf0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7363adf0, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8925 darkutils:null_charm RecipeStage{tier='two', recipe=1xitem.darkutils.charm.null@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@68fbedbe, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4c8234d, net.minecraftforge.oredict.OreIngredient@6a2a1209, net.minecraftforge.oredict.OreIngredient@197802b1]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8926 darkutils:portal_charm_1 RecipeStage{tier='two', recipe=1xitem.darkutils.charm.portal@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2e598a3d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6b4e06f0, net.minecraft.item.crafting.Ingredient@51ceebca, net.minecraftforge.oredict.OreIngredient@6b4e06f0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6b4e06f0, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8927 darkutils:portal_charm_2 RecipeStage{tier='two', recipe=1xitem.darkutils.charm.portal@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@87a06c8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6a107d98, net.minecraft.item.crafting.Ingredient@71729fac, net.minecraftforge.oredict.OreIngredient@6a107d98, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6a107d98, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8928 darkutils:sleep_charm RecipeStage{tier='one', recipe=1xitem.darkutils.charm.sleep@0:[net.minecraftforge.oredict.OreIngredient@57c4aaf3, net.minecraftforge.oredict.OreIngredient@fd0ba85, net.minecraftforge.oredict.OreIngredient@57c4aaf3, net.minecraftforge.oredict.OreIngredient@fd0ba85, net.minecraftforge.oredict.OreIngredient@6645ea5a, net.minecraftforge.oredict.OreIngredient@fd0ba85, net.minecraftforge.oredict.OreIngredient@57c4aaf3, net.minecraftforge.oredict.OreIngredient@fd0ba85, net.minecraftforge.oredict.OreIngredient@57c4aaf3]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8929 darkutils:antislime RecipeStage{tier='four', recipe=1xtile.darkutils.anti.slime@0:[net.minecraftforge.oredict.OreIngredient@3af86c1, net.minecraft.item.crafting.Ingredient@71ce3775, net.minecraftforge.oredict.OreIngredient@3af86c1, net.minecraft.item.crafting.Ingredient@71ce3775, net.minecraft.item.crafting.Ingredient@7bc0af5b, net.minecraft.item.crafting.Ingredient@71ce3775, net.minecraftforge.oredict.OreIngredient@3af86c1, net.minecraft.item.crafting.Ingredient@71ce3775, net.minecraftforge.oredict.OreIngredient@3af86c1]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8930 enderutilities:ender_elevator_crafting RecipeStage{tier='four', recipe=2xtile.null@0:[net.minecraft.item.crafting.Ingredient@4259c0bc, net.minecraft.item.crafting.Ingredient@7caa8c4a, net.minecraft.item.crafting.Ingredient@4259c0bc, net.minecraft.item.crafting.Ingredient@7cb57dd1, net.minecraft.item.crafting.Ingredient@6d85a9f9, net.minecraft.item.crafting.Ingredient@7cb57dd1, net.minecraft.item.crafting.Ingredient@7cb57dd1, net.minecraft.item.crafting.Ingredient@6155d8d5, net.minecraft.item.crafting.Ingredient@7cb57dd1]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8931 enderutilities:ender_elevator_normal_to_slab RecipeStage{tier='four', recipe=2xtile.null@0:[net.minecraft.item.crafting.Ingredient@5eb3c0d9, net.minecraft.item.crafting.Ingredient@5eb3c0d9]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8932 enderutilities:ender_elevator_slab_to_normal RecipeStage{tier='four', recipe=2xtile.null@0:[net.minecraft.item.crafting.Ingredient@6c1d97ee, net.minecraft.item.crafting.Ingredient@6c1d97ee]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8933 enderutilities:ender_elevator_slab_to_layer RecipeStage{tier='four', recipe=2xtile.null@0:[net.minecraft.item.crafting.Ingredient@79c01554, net.minecraft.item.crafting.Ingredient@79c01554]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8934 enderutilities:ender_elevator_layer_to_slab RecipeStage{tier='four', recipe=2xtile.null@0:[net.minecraft.item.crafting.Ingredient@11a00f87, net.minecraft.item.crafting.Ingredient@11a00f87]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8935 horsepower:chopper se.gory_moon.horsepower.recipes.ShapedChoppingRecipe@288d6b05 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8936 horsepower:manual_chopping se.gory_moon.horsepower.recipes.ShapelessChoppingRecipe@1ec028a5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8937 huntingdim:moss_sappling RecipeStage{tier='one', recipe=4xitem.huntingdim.biome.changer@0:[net.minecraftforge.oredict.OreIngredient@1fe7f058, net.minecraftforge.oredict.OreIngredient@1fe7f058, net.minecraftforge.oredict.OreIngredient@1fe7f058, net.minecraftforge.oredict.OreIngredient@1fe7f058, net.minecraft.item.crafting.Ingredient@8b0d279, net.minecraftforge.oredict.OreIngredient@1fe7f058, net.minecraftforge.oredict.OreIngredient@1fe7f058, net.minecraftforge.oredict.OreIngredient@1fe7f058, net.minecraftforge.oredict.OreIngredient@1fe7f058]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8938 huntingdim:moss_leaves RecipeStage{tier='one', recipe=4xitem.huntingdim.biome.changer@0:[net.minecraftforge.oredict.OreIngredient@560044c1, net.minecraftforge.oredict.OreIngredient@560044c1, net.minecraftforge.oredict.OreIngredient@560044c1, net.minecraftforge.oredict.OreIngredient@560044c1, net.minecraft.item.crafting.Ingredient@4f67ea92, net.minecraftforge.oredict.OreIngredient@560044c1, net.minecraftforge.oredict.OreIngredient@560044c1, net.minecraftforge.oredict.OreIngredient@560044c1, net.minecraftforge.oredict.OreIngredient@560044c1]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8939 huntingdim:moss_vines RecipeStage{tier='one', recipe=4xitem.huntingdim.biome.changer@0:[net.minecraftforge.oredict.OreIngredient@6fa2b616, net.minecraftforge.oredict.OreIngredient@6fa2b616, net.minecraftforge.oredict.OreIngredient@6fa2b616, net.minecraftforge.oredict.OreIngredient@6fa2b616, net.minecraft.item.crafting.Ingredient@610f9281, net.minecraftforge.oredict.OreIngredient@6fa2b616, net.minecraftforge.oredict.OreIngredient@6fa2b616, net.minecraftforge.oredict.OreIngredient@6fa2b616, net.minecraftforge.oredict.OreIngredient@6fa2b616]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8940 huntingdim:moss_special_nether RecipeStage{tier='one', recipe=1xitem.huntingdim.biome.changer@0:[net.minecraftforge.oredict.OreIngredient@35fdf42d, net.minecraftforge.oredict.OreIngredient@35fdf42d, net.minecraftforge.oredict.OreIngredient@35fdf42d, net.minecraftforge.oredict.OreIngredient@35fdf42d, net.minecraft.item.crafting.Ingredient@45beab7a, net.minecraftforge.oredict.OreIngredient@35fdf42d, net.minecraftforge.oredict.OreIngredient@35fdf42d, net.minecraftforge.oredict.OreIngredient@35fdf42d, net.minecraftforge.oredict.OreIngredient@35fdf42d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8941 huntingdim:moss_special_end RecipeStage{tier='one', recipe=1xitem.huntingdim.biome.changer@0:[net.minecraftforge.oredict.OreIngredient@3f56a7dd, net.minecraftforge.oredict.OreIngredient@3f56a7dd, net.minecraftforge.oredict.OreIngredient@3f56a7dd, net.minecraftforge.oredict.OreIngredient@3f56a7dd, net.minecraft.item.crafting.Ingredient@22d0a12c, net.minecraftforge.oredict.OreIngredient@3f56a7dd, net.minecraftforge.oredict.OreIngredient@3f56a7dd, net.minecraftforge.oredict.OreIngredient@3f56a7dd, net.minecraftforge.oredict.OreIngredient@3f56a7dd]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8942 huntingdim:moss_special_ice RecipeStage{tier='one', recipe=1xitem.huntingdim.biome.changer@0:[net.minecraft.item.crafting.Ingredient@78d665c7, net.minecraft.item.crafting.Ingredient@78d665c7, net.minecraft.item.crafting.Ingredient@78d665c7, net.minecraft.item.crafting.Ingredient@78d665c7, net.minecraft.item.crafting.Ingredient@4803f4dc, net.minecraft.item.crafting.Ingredient@78d665c7, net.minecraft.item.crafting.Ingredient@78d665c7, net.minecraft.item.crafting.Ingredient@78d665c7, net.minecraft.item.crafting.Ingredient@78d665c7]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8943 huntingdim:moss_special_dessert RecipeStage{tier='one', recipe=1xitem.huntingdim.biome.changer@0:[net.minecraftforge.oredict.OreIngredient@42e1da4e, net.minecraftforge.oredict.OreIngredient@42e1da4e, net.minecraftforge.oredict.OreIngredient@42e1da4e, net.minecraftforge.oredict.OreIngredient@42e1da4e, net.minecraft.item.crafting.Ingredient@659fdaff, net.minecraftforge.oredict.OreIngredient@42e1da4e, net.minecraftforge.oredict.OreIngredient@42e1da4e, net.minecraftforge.oredict.OreIngredient@42e1da4e, net.minecraftforge.oredict.OreIngredient@42e1da4e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8944 huntingdim:moss_special_jungle RecipeStage{tier='one', recipe=1xitem.huntingdim.biome.changer@0:[net.minecraftforge.oredict.OreIngredient@2eac73d6, net.minecraftforge.oredict.OreIngredient@2eac73d6, net.minecraftforge.oredict.OreIngredient@2eac73d6, net.minecraftforge.oredict.OreIngredient@2eac73d6, net.minecraft.item.crafting.Ingredient@795ed7cb, net.minecraftforge.oredict.OreIngredient@2eac73d6, net.minecraftforge.oredict.OreIngredient@2eac73d6, net.minecraftforge.oredict.OreIngredient@2eac73d6, net.minecraftforge.oredict.OreIngredient@2eac73d6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8945 huntingdim:moss_special_swamp_red RecipeStage{tier='one', recipe=1xitem.huntingdim.biome.changer@0:[net.minecraft.item.crafting.Ingredient@35a15104, net.minecraft.item.crafting.Ingredient@35a15104, net.minecraft.item.crafting.Ingredient@35a15104, net.minecraft.item.crafting.Ingredient@35a15104, net.minecraft.item.crafting.Ingredient@2e723d6d, net.minecraft.item.crafting.Ingredient@35a15104, net.minecraft.item.crafting.Ingredient@35a15104, net.minecraft.item.crafting.Ingredient@35a15104, net.minecraft.item.crafting.Ingredient@35a15104]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8946 huntingdim:moss_special_swamp_brown RecipeStage{tier='one', recipe=1xitem.huntingdim.biome.changer@0:[net.minecraft.item.crafting.Ingredient@638dd9b6, net.minecraft.item.crafting.Ingredient@638dd9b6, net.minecraft.item.crafting.Ingredient@638dd9b6, net.minecraft.item.crafting.Ingredient@638dd9b6, net.minecraft.item.crafting.Ingredient@6c62ba83, net.minecraft.item.crafting.Ingredient@638dd9b6, net.minecraft.item.crafting.Ingredient@638dd9b6, net.minecraft.item.crafting.Ingredient@638dd9b6, net.minecraft.item.crafting.Ingredient@638dd9b6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8947 huntingdim:moss_special_mesa RecipeStage{tier='one', recipe=1xitem.huntingdim.biome.changer@0:[net.minecraft.item.crafting.Ingredient@5374ef7a, net.minecraft.item.crafting.Ingredient@5374ef7a, net.minecraft.item.crafting.Ingredient@5374ef7a, net.minecraft.item.crafting.Ingredient@5374ef7a, net.minecraft.item.crafting.Ingredient@6cd2292c, net.minecraft.item.crafting.Ingredient@5374ef7a, net.minecraft.item.crafting.Ingredient@5374ef7a, net.minecraft.item.crafting.Ingredient@5374ef7a, net.minecraft.item.crafting.Ingredient@5374ef7a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8948 huntingdim:moss_special_mesa_stained RecipeStage{tier='one', recipe=1xitem.huntingdim.biome.changer@0:[net.minecraft.item.crafting.Ingredient@619f0d69, net.minecraft.item.crafting.Ingredient@619f0d69, net.minecraft.item.crafting.Ingredient@619f0d69, net.minecraft.item.crafting.Ingredient@619f0d69, net.minecraft.item.crafting.Ingredient@1850157b, net.minecraft.item.crafting.Ingredient@619f0d69, net.minecraft.item.crafting.Ingredient@619f0d69, net.minecraft.item.crafting.Ingredient@619f0d69, net.minecraft.item.crafting.Ingredient@619f0d69]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8949 integrateddynamics:crystalized_menril_brick RecipeStage{tier='four', recipe=4xtile.blocks.integrateddynamics.crystalized_menril_brick@0:[net.minecraft.item.crafting.Ingredient@2c2a925b, net.minecraft.item.crafting.Ingredient@2165d879, net.minecraft.item.crafting.Ingredient@58d2512c, net.minecraft.item.crafting.Ingredient@580dc663]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8950 integrateddynamics:crystalized_menril_block RecipeStage{tier='four', recipe=1xtile.blocks.integrateddynamics.crystalized_menril_block@0:[net.minecraft.item.crafting.Ingredient@5de4c9c9, net.minecraft.item.crafting.Ingredient@73dec5ce, net.minecraft.item.crafting.Ingredient@301ed8c8, net.minecraft.item.crafting.Ingredient@3e6ba9fb, net.minecraft.item.crafting.Ingredient@453a957e, net.minecraft.item.crafting.Ingredient@40cfd8a2, net.minecraft.item.crafting.Ingredient@65190eb, net.minecraft.item.crafting.Ingredient@6596c5ab, net.minecraft.item.crafting.Ingredient@74962d02]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8951 integrateddynamics:drying_basin RecipeStage{tier='four', recipe=1xtile.blocks.integrateddynamics.drying_basin@0:[org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@562d19f9, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@bdd8ff7, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@3ca05a9f, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@19d6e647, net.minecraft.item.crafting.Ingredient$1@7e2c8622, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@270ad655, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@404f4774, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@7e058940, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@504fac19]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8952 integrateddynamics:squeezer RecipeStage{tier='four', recipe=1xtile.blocks.integrateddynamics.squeezer@0:[org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@64d7607f, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@76425366, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@2a6a9e01, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@4a4ead96, net.minecraft.item.crafting.Ingredient$1@7e2c8622, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@1545e838, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@71f84095, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@f9c523d, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@30816c45]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8953 integrateddynamics:cable RecipeStage{tier='four', recipe=3xtile.blocks.integrateddynamics.cable@0:[net.minecraft.item.crafting.Ingredient@6fc84e45, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@1fb52097, net.minecraft.item.crafting.Ingredient@246573a5, net.minecraft.item.crafting.Ingredient@77b8aa3c, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@5a2f68e8, net.minecraft.item.crafting.Ingredient@6c285aa2, net.minecraft.item.crafting.Ingredient@63dff4d9, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@51045bd4, net.minecraft.item.crafting.Ingredient@70cd1134]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8954 integrateddynamics:cable_11 RecipeStage{tier='four', recipe=3xtile.blocks.integrateddynamics.cable@0:[net.minecraft.item.crafting.Ingredient@298e3c3c, net.minecraft.item.crafting.Ingredient@27d6158, net.minecraft.item.crafting.Ingredient@1f2c430a, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@38a5392b, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@60129ddf, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@90c4724, net.minecraft.item.crafting.Ingredient@7445611c, net.minecraft.item.crafting.Ingredient@65b862de, net.minecraft.item.crafting.Ingredient@11b0e7d3]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8955 integrateddynamics:wrench RecipeStage{tier='four', recipe=1xitem.items.integrateddynamics.wrench@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1a307bdb, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@5ca973bf, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7d188c5b, net.minecraft.item.crafting.Ingredient@d6e10aa, net.minecraft.item.crafting.Ingredient@14995c7f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8956 integrateddynamics:variable RecipeStage{tier='four', recipe=24xitem.items.integrateddynamics.variable@0:[net.minecraft.item.crafting.Ingredient@4dab33e3, net.minecraft.item.crafting.Ingredient@39db7139, net.minecraft.item.crafting.Ingredient@590dadc, net.minecraft.item.crafting.Ingredient@413605e0, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@5516120e, net.minecraft.item.crafting.Ingredient@3726f32c, net.minecraft.item.crafting.Ingredient@3463892e, net.minecraft.item.crafting.Ingredient@458b9347, net.minecraft.item.crafting.Ingredient@20e86f9a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8957 integrateddynamics:labeller RecipeStage{tier='four', recipe=1xitem.items.integrateddynamics.labeller@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@722a121d, net.minecraft.item.crafting.Ingredient@68dee5e7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4ca882a1, net.minecraft.item.crafting.Ingredient@34552d04, net.minecraft.item.crafting.Ingredient@164d7b69, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8958 integrateddynamics:facade RecipeStage{tier='four', recipe=32xitem.items.integrateddynamics.facade@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@61dde562, net.minecraft.item.crafting.Ingredient$1@7e2c8622, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@72c1e346, net.minecraft.item.crafting.Ingredient@40f9ac50, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@6e7c3c42, net.minecraft.item.crafting.Ingredient$1@7e2c8622, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@6004221a, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8959 integrateddynamics:variablestore RecipeStage{tier='four', recipe=1xtile.blocks.integrateddynamics.variablestore@0:[net.minecraft.item.crafting.Ingredient@5ef0d723, net.minecraft.item.crafting.Ingredient@526a942c, net.minecraft.item.crafting.Ingredient@66f8920c, net.minecraft.item.crafting.Ingredient@50fa6026, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@86becd5, net.minecraft.item.crafting.Ingredient@e26c200, net.minecraft.item.crafting.Ingredient@2cec593a, net.minecraft.item.crafting.Ingredient@2f94e7d1, net.minecraft.item.crafting.Ingredient@784eabb2]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8960 integrateddynamics:energy_battery net.minecraftforge.oredict.ShapedOreRecipe@623791d4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8961 integrateddynamics:proxy RecipeStage{tier='four', recipe=1xtile.blocks.integrateddynamics.proxy@0:[net.minecraft.item.crafting.Ingredient@1b2002b0, net.minecraft.item.crafting.Ingredient@45c78931, net.minecraft.item.crafting.Ingredient@7b95b8ff, net.minecraft.item.crafting.Ingredient@45f601ec, net.minecraft.item.crafting.Ingredient@5ed8ae60, net.minecraft.item.crafting.Ingredient@272f3a8b, net.minecraft.item.crafting.Ingredient@712b3cd1, net.minecraft.item.crafting.Ingredient@4a7ba79, net.minecraft.item.crafting.Ingredient@1f17af23]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8962 integrateddynamics:delay RecipeStage{tier='four', recipe=1xtile.blocks.integrateddynamics.delay@0:[net.minecraft.item.crafting.Ingredient@72d69ccd, net.minecraft.item.crafting.Ingredient@221decda, net.minecraft.item.crafting.Ingredient@71ba00fe, net.minecraft.item.crafting.Ingredient@73d8e19c, net.minecraft.item.crafting.Ingredient@352e2bde, net.minecraft.item.crafting.Ingredient@78187a9d, net.minecraft.item.crafting.Ingredient@59842890, net.minecraft.item.crafting.Ingredient@6de4e63d, net.minecraft.item.crafting.Ingredient@29504084]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8963 integrateddynamics:materializer RecipeStage{tier='four', recipe=1xtile.blocks.integrateddynamics.materializer@0:[net.minecraft.item.crafting.Ingredient@b7f9749, net.minecraft.item.crafting.Ingredient@212f6f84, net.minecraft.item.crafting.Ingredient@30af7375, net.minecraft.item.crafting.Ingredient@15b78702, net.minecraft.item.crafting.Ingredient@62859f22, net.minecraft.item.crafting.Ingredient@380c9fb9, net.minecraft.item.crafting.Ingredient@73737716, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@5a5561ed, net.minecraft.item.crafting.Ingredient@14e7890a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8964 integrateddynamics:variable_transformer RecipeStage{tier='four', recipe=4xitem.items.integrateddynamics.variable_transformer@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@79c503b2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@60fdd01f, net.minecraft.item.crafting.Ingredient@938c888, net.minecraft.item.crafting.Ingredient@4bc2d6c1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1acb8498, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8965 integrateddynamics:variable_transformer_11 RecipeStage{tier='four', recipe=4xitem.items.integrateddynamics.variable_transformer@1:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@400b3e17, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@12f67b82, net.minecraft.item.crafting.Ingredient@105c6d91, net.minecraft.item.crafting.Ingredient@24408e8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1ba67531, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8966 integrateddynamics:part_audio_reader_item RecipeStage{tier='four', recipe=1xitem.items.integrateddynamics.part_audio_reader_item@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@436858a5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@102b0733, net.minecraft.item.crafting.Ingredient@2ed7da36, net.minecraft.item.crafting.Ingredient@38b69f5b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@399a5598, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8967 integrateddynamics:part_block_reader_item RecipeStage{tier='four', recipe=1xitem.items.integrateddynamics.part_block_reader_item@0:[org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@64b04ea, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@71044bc3, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@256dcda5, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@7d711f5f, net.minecraft.item.crafting.Ingredient@23c3284f, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@70ca35a7, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@3b01cefe, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@4e7fa526, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@74446df6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8968 integrateddynamics:part_entity_reader_item RecipeStage{tier='four', recipe=1xitem.items.integrateddynamics.part_entity_reader_item@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4d86850, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@41d11db6, net.minecraft.item.crafting.Ingredient@2b277253, net.minecraft.item.crafting.Ingredient@5c541fc4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1b8966f6, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8969 integrateddynamics:part_extradimensional_reader_item RecipeStage{tier='four', recipe=1xitem.items.integrateddynamics.part_extradimensional_reader_item@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6ee1533b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@5b0c826f, net.minecraft.item.crafting.Ingredient@5451aa85, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@13ff3529, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7763d4e6, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8970 integrateddynamics:part_fluid_reader_item RecipeStage{tier='four', recipe=1xitem.items.integrateddynamics.part_fluid_reader_item@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@128ea791, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@43605d98, net.minecraft.item.crafting.Ingredient@2f9ff7d5, net.minecraft.item.crafting.Ingredient@489ca6e1]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8971 integrateddynamics:part_inventory_reader_item RecipeStage{tier='four', recipe=1xitem.items.integrateddynamics.part_inventory_reader_item@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@13f3477b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@754edc1b, net.minecraft.item.crafting.Ingredient@3ab0d534, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@2efe1d9d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8972 integrateddynamics:part_machine_reader_item RecipeStage{tier='four', recipe=1xitem.items.integrateddynamics.part_machine_reader_item@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@46fb7de3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@1b64c8f5, net.minecraft.item.crafting.Ingredient@28cfd2d6, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@c104d33, net.minecraft.item.crafting.Ingredient$1@7e2c8622, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@11193d37, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8973 integrateddynamics:part_network_reader_item RecipeStage{tier='four', recipe=1xitem.items.integrateddynamics.part_network_reader_item@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2c579a2f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3ba39850, net.minecraft.item.crafting.Ingredient@306f8fb, net.minecraft.item.crafting.Ingredient@8faeef8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@186c8b2a, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8974 integrateddynamics:part_redstone_reader_item RecipeStage{tier='four', recipe=1xitem.items.integrateddynamics.part_redstone_reader_item@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@2844419c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@408d6c72, net.minecraft.item.crafting.Ingredient@331b1ead, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@a00ffe7]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8975 integrateddynamics:part_world_reader_item RecipeStage{tier='four', recipe=1xitem.items.integrateddynamics.part_world_reader_item@0:[org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@4d70b887, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@5d9e9874, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@4e22c93e, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@1ab1b76d, net.minecraft.item.crafting.Ingredient@524d803c, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@7b39ef39, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@238ab259, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@3417739a, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@a655944]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8976 integrateddynamics:part_audio_writer_item RecipeStage{tier='four', recipe=1xitem.items.integrateddynamics.part_audio_writer_item@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@67f4a503, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@50aa5f64, net.minecraft.item.crafting.Ingredient@62301fe4, net.minecraft.item.crafting.Ingredient@7e09d590, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3c97bbef, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8977 integrateddynamics:part_effect_writer_item RecipeStage{tier='four', recipe=1xitem.items.integrateddynamics.part_effect_writer_item@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6d35088e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@777860ec, net.minecraft.item.crafting.Ingredient@60ad71ab, net.minecraft.item.crafting.Ingredient@68a896e5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2d9c8206, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8978 integrateddynamics:part_entity_writer_item RecipeStage{tier='four', recipe=1xitem.items.integrateddynamics.part_entity_writer_item@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@770a6888, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@51b94310, net.minecraft.item.crafting.Ingredient@242748bc, net.minecraft.item.crafting.Ingredient@6023f5b4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@44c99f10, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8979 integrateddynamics:part_machine_writer_item RecipeStage{tier='four', recipe=1xitem.items.integrateddynamics.part_machine_writer_item@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3647dea0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@765e3407, net.minecraft.item.crafting.Ingredient@4ecca4d8, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@7400f16, net.minecraft.item.crafting.Ingredient$1@7e2c8622, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@ffa6380, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8980 integrateddynamics:part_inventory_writer_item RecipeStage{tier='four', recipe=1xitem.items.integrateddynamics.part_inventory_writer_item@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@78c71d65, net.minecraft.item.crafting.Ingredient$1@7e2c8622, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@6c53b239, net.minecraft.item.crafting.Ingredient@5f5ccc24, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@17899e82]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8981 integrateddynamics:part_redstone_writer_item RecipeStage{tier='four', recipe=1xitem.items.integrateddynamics.part_redstone_writer_item@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@44f40268, net.minecraft.item.crafting.Ingredient$1@7e2c8622, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@3f43cb48, net.minecraft.item.crafting.Ingredient@28be616b, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@2070b0f0]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8982 integrateddynamics:part_static_light_panel_item RecipeStage{tier='four', recipe=1xitem.items.integrateddynamics.part_static_light_panel_item@0:[net.minecraft.item.crafting.Ingredient@1bf7db76, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4756146d, net.minecraft.item.crafting.Ingredient@7ef858cd, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@6890a26b, net.minecraft.item.crafting.Ingredient@4d19e864, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8983 integrateddynamics:part_dynamic_light_panel_item RecipeStage{tier='four', recipe=1xitem.items.integrateddynamics.part_dynamic_light_panel_item@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@69af97e8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@8930fc3, net.minecraft.item.crafting.Ingredient@454c3d08, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@16295b43, net.minecraft.item.crafting.Ingredient$1@7e2c8622, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@32c8eb9, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8984 integrateddynamics:part_display_panel_item RecipeStage{tier='four', recipe=1xitem.items.integrateddynamics.part_display_panel_item@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@c400b6d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@14a95fc9, net.minecraft.item.crafting.Ingredient@2e3a634c, net.minecraft.item.crafting.Ingredient@3590b607, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3987c8bb, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8985 integrateddynamics:menril_door RecipeStage{tier='four', recipe=3xtile.blocks.integrateddynamics.menril_door@0:[net.minecraft.item.crafting.Ingredient@2d86dacb, net.minecraft.item.crafting.Ingredient@3e619c09, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@39b2a756, net.minecraft.item.crafting.Ingredient@baa4715, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@10619429, net.minecraft.item.crafting.Ingredient@22d2d3f8, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8986 integrateddynamics:menril_planks_stairs RecipeStage{tier='four', recipe=4xtile.blocks.integrateddynamics.menril_planks_stairs@0:[net.minecraft.item.crafting.Ingredient@7f986542, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@43159b12, net.minecraft.item.crafting.Ingredient@7d30042b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3f05e6c2, net.minecraft.item.crafting.Ingredient@30b2615, net.minecraft.item.crafting.Ingredient@6c29f06d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8987 integrateddynamics:crystalized_menril_block_stairs RecipeStage{tier='four', recipe=4xtile.blocks.integrateddynamics.crystalized_menril_block_stairs@0:[net.minecraft.item.crafting.Ingredient@788efba1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4473fd67, net.minecraft.item.crafting.Ingredient@761bc085, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1368ba10, net.minecraft.item.crafting.Ingredient@1c34182f, net.minecraft.item.crafting.Ingredient@47f7460b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8988 integrateddynamics:crystalized_menril_brick_stairs RecipeStage{tier='four', recipe=4xtile.blocks.integrateddynamics.crystalized_menril_brick_stairs@0:[net.minecraft.item.crafting.Ingredient@78dd7d89, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@12bb9773, net.minecraft.item.crafting.Ingredient@5aefff88, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@62118651, net.minecraft.item.crafting.Ingredient@71339eaf, net.minecraft.item.crafting.Ingredient@3ffd8ff5]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8989 integrateddynamics:crystalized_chorus_brick RecipeStage{tier='four', recipe=4xtile.blocks.integrateddynamics.crystalized_chorus_brick@0:[net.minecraft.item.crafting.Ingredient@4afc9205, net.minecraft.item.crafting.Ingredient@9553dab, net.minecraft.item.crafting.Ingredient@4d46b9e8, net.minecraft.item.crafting.Ingredient@3d3c0e96]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8990 integrateddynamics:crystalized_chorus_block RecipeStage{tier='four', recipe=1xtile.blocks.integrateddynamics.crystalized_chorus_block@0:[net.minecraft.item.crafting.Ingredient@16829918, net.minecraft.item.crafting.Ingredient@73e5a6f9, net.minecraft.item.crafting.Ingredient@7001b752, net.minecraft.item.crafting.Ingredient@547a66, net.minecraft.item.crafting.Ingredient@21c692d, net.minecraft.item.crafting.Ingredient@5c10d5f9, net.minecraft.item.crafting.Ingredient@2156520e, net.minecraft.item.crafting.Ingredient@2729b08, net.minecraft.item.crafting.Ingredient@63c6df6a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8991 integrateddynamics:crystalized_chorus_block_stairs RecipeStage{tier='four', recipe=4xtile.blocks.integrateddynamics.crystalized_chorus_block_stairs@0:[net.minecraft.item.crafting.Ingredient@69a2531f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4b2c231c, net.minecraft.item.crafting.Ingredient@55d3b9e5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3e4134d2, net.minecraft.item.crafting.Ingredient@4580a2ae, net.minecraft.item.crafting.Ingredient@6f1e4dc1]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8992 integrateddynamics:crystalized_chorus_brick_stairs RecipeStage{tier='four', recipe=4xtile.blocks.integrateddynamics.crystalized_chorus_brick_stairs@0:[net.minecraft.item.crafting.Ingredient@4d22e03b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3c73b4b4, net.minecraft.item.crafting.Ingredient@787bbd31, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5667ef67, net.minecraft.item.crafting.Ingredient@c1efea8, net.minecraft.item.crafting.Ingredient@2d693d8b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8993 integrateddynamics:logic_director RecipeStage{tier='four', recipe=4xitem.items.integrateddynamics.logic_director@0:[net.minecraft.item.crafting.Ingredient@7edaff13, net.minecraft.item.crafting.Ingredient@201d875, net.minecraft.item.crafting.Ingredient@39bdd2a1, net.minecraft.item.crafting.Ingredient@7b21c770, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@522a9d60, net.minecraft.item.crafting.Ingredient@5e643520, net.minecraft.item.crafting.Ingredient@99bcc97, net.minecraft.item.crafting.Ingredient@7c748093, net.minecraft.item.crafting.Ingredient@7a33d3e0]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8994 integrateddynamics:part_connector_mono_directional_item RecipeStage{tier='four', recipe=1xitem.items.integrateddynamics.part_connector_mono_directional_item@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6e49a34d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@62e1269b, net.minecraft.item.crafting.Ingredient@7d28c388, net.minecraft.item.crafting.Ingredient@794409ae, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5a349e00, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8995 integrateddynamics:part_connector_omni_directional_item RecipeStage{tier='four', recipe=2xitem.items.integrateddynamics.part_connector_omni_directional_item@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2d6f3e6a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@49706642, net.minecraft.item.crafting.Ingredient@6b2fd532, net.minecraft.item.crafting.Ingredient@13f6f747, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@473e073d, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8996 integrateddynamics:part_connector_omni_directional_item_11 RecipeStage{tier='four', recipe=3xitem.items.integrateddynamics.part_connector_omni_directional_item@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@bfd86f8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@37a82522, net.minecraft.item.crafting.Ingredient@f35ee9, net.minecraft.item.crafting.Ingredient@57a4af35, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3089297f, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8998 integrateddynamics:mechanical_drying_basin RecipeStage{tier='four', recipe=1xtile.blocks.integrateddynamics.mechanical_drying_basin@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@84dabdf, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@601f09bc, net.minecraft.item.crafting.Ingredient@40f7bb01, net.minecraft.item.crafting.Ingredient@18c5e0d6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@7db3a342, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9000 integrateddynamics:crystalized_menril_chunk RecipeStage{tier='four', recipe=9xitem.items.integrateddynamics.crystalized_menril_chunk@0:[net.minecraft.item.crafting.Ingredient@5404b996]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9001 integrateddynamics:logic_programmer RecipeStage{tier='four', recipe=1xtile.blocks.integrateddynamics.logic_programmer@0:[net.minecraft.item.crafting.Ingredient@10f8305b, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@20f15b38]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9002 integrateddynamics:portable_logic_programmer RecipeStage{tier='four', recipe=1xitem.items.integrateddynamics.portable_logic_programmer@0:[net.minecraft.item.crafting.Ingredient@40cf9ae3]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9003 integrateddynamics:logic_programmer_11 RecipeStage{tier='four', recipe=1xtile.blocks.integrateddynamics.logic_programmer@0:[net.minecraft.item.crafting.Ingredient@10e016fe]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9004 integrateddynamics:coal_generator RecipeStage{tier='four', recipe=1xtile.blocks.integrateddynamics.coal_generator@0:[net.minecraft.item.crafting.Ingredient@351787e2, net.minecraft.item.crafting.Ingredient@285e3a8c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9005 integrateddynamics:menril_torch RecipeStage{tier='four', recipe=4xtile.blocks.integrateddynamics.menril_torch@0:[org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@51c55dee, net.minecraft.item.crafting.Ingredient@7e0674b8]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9006 integrateddynamics:menril_torch_stone RecipeStage{tier='four', recipe=4xtile.blocks.integrateddynamics.menril_torch_stone@0:[org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@4c6610fb, net.minecraft.item.crafting.Ingredient@1bc01471]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9007 integrateddynamics:menril_torch_stone_11 RecipeStage{tier='four', recipe=4xtile.blocks.integrateddynamics.menril_torch_stone@0:[org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@fc3162e, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@2c6814e5, net.minecraft.item.crafting.Ingredient@726b0b5c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9008 integrateddynamics:menril_torch_stone_12 RecipeStage{tier='four', recipe=4xtile.blocks.integrateddynamics.menril_torch_stone@0:[org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@681c0884, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@58956356, net.minecraft.item.crafting.Ingredient@57dd63e6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9009 integrateddynamics:on_the_dynamics_of_integration RecipeStage{tier='four', recipe=1xitem.items.integrateddynamics.on_the_dynamics_of_integration@0:[net.minecraft.item.crafting.Ingredient@6ca7c9b1, net.minecraft.item.crafting.Ingredient@6cab4796, net.minecraft.item.crafting.Ingredient@6752c207]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9010 integrateddynamics:crystalized_chorus_chunk RecipeStage{tier='four', recipe=9xitem.items.integrateddynamics.crystalized_chorus_chunk@0:[net.minecraft.item.crafting.Ingredient@68abc740]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9011 integrateddynamics:part_connector_omni_directional_item_12 RecipeStage{tier='four', recipe=2xitem.items.integrateddynamics.part_connector_omni_directional_item@0:[net.minecraft.item.crafting.Ingredient@13a7caf6, net.minecraft.item.crafting.Ingredient@d6ed32e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9012 integrateddynamics:facade_0 RecipeStage{tier='four', recipe=1xitem.items.integrateddynamics.facade@0:[net.minecraft.item.crafting.Ingredient@41b06eec, org.cyclops.integrateddynamics.recipe.ItemFacadeRecipe$BlocksIngredient@75311971]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9013 integrateddynamics:variable_copy RecipeStage{tier='four', recipe=1xitem.items.integrateddynamics.variable@0:[net.minecraft.item.crafting.Ingredient@194d3bc6, net.minecraft.item.crafting.Ingredient@2178c5c8]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9014 integrateddynamics:variable_clear RecipeStage{tier='four', recipe=1xitem.items.integrateddynamics.variable@0:[net.minecraft.item.crafting.Ingredient@43973e21]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9015 integrateddynamics:part_clear RecipeStage{tier='four', recipe=1xitem.items.integrateddynamics.part_redstone_reader_item@0:[net.minecraft.item.crafting.Ingredient@62e2c5e4]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9016 integrateddynamics:proxy_clear RecipeStage{tier='four', recipe=1xtile.blocks.integrateddynamics.proxy@0:[net.minecraft.item.crafting.Ingredient@12014175]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9017 integrateddynamics:delay_clear RecipeStage{tier='four', recipe=1xtile.blocks.integrateddynamics.delay@0:[net.minecraft.item.crafting.Ingredient@75308078]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9018 integrateddynamics:combine_battery_1 org.cyclops.integrateddynamics.core.recipe.ItemBlockEnergyContainerCombinationRecipe@6522d1d2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9019 integrateddynamics:combine_battery_2 org.cyclops.integrateddynamics.core.recipe.ItemBlockEnergyContainerCombinationRecipe@61111c82 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9020 integrateddynamics:combine_battery_3 org.cyclops.integrateddynamics.core.recipe.ItemBlockEnergyContainerCombinationRecipe@4858d560 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9021 integrateddynamics:combine_battery_4 org.cyclops.integrateddynamics.core.recipe.ItemBlockEnergyContainerCombinationRecipe@4a3eacbe +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9022 integrateddynamics:combine_battery_5 org.cyclops.integrateddynamics.core.recipe.ItemBlockEnergyContainerCombinationRecipe@3961486a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9023 integrateddynamics:combine_battery_6 org.cyclops.integrateddynamics.core.recipe.ItemBlockEnergyContainerCombinationRecipe@507da6c8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9024 integrateddynamics:combine_battery_7 org.cyclops.integrateddynamics.core.recipe.ItemBlockEnergyContainerCombinationRecipe@5e008a72 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9025 integrateddynamics:combine_battery_8 org.cyclops.integrateddynamics.core.recipe.ItemBlockEnergyContainerCombinationRecipe@61e49650 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9033 ironbackpacks:upgrade_blank net.minecraftforge.oredict.ShapedOreRecipe@6e7690b3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9034 ironbackpacks:upgrade_damage_bar net.minecraftforge.oredict.ShapedOreRecipe@47ffc9fe +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9035 ironbackpacks:upgrade_latch net.minecraftforge.oredict.ShapedOreRecipe@37b3c33e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9036 ironbackpacks:upgrade_extra_upgrade net.minecraftforge.oredict.ShapedOreRecipe@3b48b0d6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9051 ironjetpacks:strap RecipeStage{tier='five', recipe=1xitem.ij.strap@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6311e285, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3ba4c4c9, net.minecraft.item.crafting.Ingredient@3ba4c4c9, net.minecraft.item.crafting.Ingredient@3ba4c4c9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6311e285, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9054 ironjetpacks:jetpack_electrum RecipeStage{tier='five', recipe=1xitem.ij.jetpack@0:[net.minecraftforge.oredict.OreIngredient@1b377d78, net.minecraft.item.crafting.Ingredient@507101e5, net.minecraftforge.oredict.OreIngredient@1b377d78, net.minecraftforge.oredict.OreIngredient@1b377d78, net.minecraft.item.crafting.Ingredient@57e7ee67, net.minecraftforge.oredict.OreIngredient@1b377d78, net.minecraft.item.crafting.Ingredient@49510b4e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@49510b4e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9055 ironjetpacks:thruster_electrum RecipeStage{tier='five', recipe=1xitem.ij.thruster@0:[net.minecraftforge.oredict.OreIngredient@779b955e, net.minecraft.item.crafting.Ingredient@3651eb98, net.minecraftforge.oredict.OreIngredient@779b955e, net.minecraft.item.crafting.Ingredient@3651eb98, net.minecraft.item.crafting.Ingredient@6ef7aa9e, net.minecraft.item.crafting.Ingredient@3651eb98, net.minecraftforge.oredict.OreIngredient@779b955e, net.minecraft.item.crafting.Ingredient@68be5f1, net.minecraftforge.oredict.OreIngredient@779b955e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9057 ironjetpacks:cell_electrum RecipeStage{tier='five', recipe=1xitem.ij.cell@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3e91cb9b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4755794a, net.minecraft.item.crafting.Ingredient@1e28a83c, net.minecraftforge.oredict.OreIngredient@4755794a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3e91cb9b, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9058 ironjetpacks:upgrade_diamond RecipeStage{tier='five', recipe=1xitem.ij.jetpack@0:[net.minecraftforge.oredict.OreIngredient@40d7900e, net.minecraft.item.crafting.Ingredient@2711847c, net.minecraftforge.oredict.OreIngredient@40d7900e, net.minecraftforge.oredict.OreIngredient@40d7900e, net.minecraftforge.oredict.OreIngredient@75e4adb9, net.minecraftforge.oredict.OreIngredient@40d7900e, net.minecraft.item.crafting.Ingredient@7a89ef2d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7a89ef2d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9059 ironjetpacks:thruster_diamond RecipeStage{tier='five', recipe=1xitem.ij.thruster@0:[net.minecraftforge.oredict.OreIngredient@3c0a7268, net.minecraft.item.crafting.Ingredient@179333f1, net.minecraftforge.oredict.OreIngredient@3c0a7268, net.minecraft.item.crafting.Ingredient@179333f1, net.minecraft.item.crafting.Ingredient@47cadddf, net.minecraft.item.crafting.Ingredient@179333f1, net.minecraftforge.oredict.OreIngredient@3c0a7268, net.minecraft.item.crafting.Ingredient@36d3f191, net.minecraftforge.oredict.OreIngredient@3c0a7268]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9060 ironjetpacks:capacitor_diamond RecipeStage{tier='five', recipe=1xitem.ij.capacitor@0:[net.minecraftforge.oredict.OreIngredient@59a54c11, net.minecraft.item.crafting.Ingredient@5727f06f, net.minecraftforge.oredict.OreIngredient@59a54c11, net.minecraftforge.oredict.OreIngredient@59a54c11, net.minecraft.item.crafting.Ingredient@5727f06f, net.minecraftforge.oredict.OreIngredient@59a54c11, net.minecraftforge.oredict.OreIngredient@59a54c11, net.minecraft.item.crafting.Ingredient@5727f06f, net.minecraftforge.oredict.OreIngredient@59a54c11]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9061 ironjetpacks:cell_diamond RecipeStage{tier='five', recipe=1xitem.ij.cell@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1c52c962, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4692eb71, net.minecraft.item.crafting.Ingredient@6fe4c54b, net.minecraftforge.oredict.OreIngredient@4692eb71, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1c52c962, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9062 ironjetpacks:upgrade_emerald RecipeStage{tier='five', recipe=1xitem.ij.jetpack@0:[net.minecraftforge.oredict.OreIngredient@653f6490, net.minecraft.item.crafting.Ingredient@1670bdf1, net.minecraftforge.oredict.OreIngredient@653f6490, net.minecraftforge.oredict.OreIngredient@653f6490, net.minecraftforge.oredict.OreIngredient@66542b2c, net.minecraftforge.oredict.OreIngredient@653f6490, net.minecraft.item.crafting.Ingredient@72ba480b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@72ba480b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9063 ironjetpacks:thruster_emerald RecipeStage{tier='five', recipe=1xitem.ij.thruster@0:[net.minecraftforge.oredict.OreIngredient@7851c892, net.minecraft.item.crafting.Ingredient@588b3d83, net.minecraftforge.oredict.OreIngredient@7851c892, net.minecraft.item.crafting.Ingredient@588b3d83, net.minecraft.item.crafting.Ingredient@4b078c56, net.minecraft.item.crafting.Ingredient@588b3d83, net.minecraftforge.oredict.OreIngredient@7851c892, net.minecraft.item.crafting.Ingredient@c4dd351, net.minecraftforge.oredict.OreIngredient@7851c892]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9064 ironjetpacks:capacitor_emerald RecipeStage{tier='five', recipe=1xitem.ij.capacitor@0:[net.minecraftforge.oredict.OreIngredient@7a2e8f12, net.minecraft.item.crafting.Ingredient@7bc8d2f1, net.minecraftforge.oredict.OreIngredient@7a2e8f12, net.minecraftforge.oredict.OreIngredient@7a2e8f12, net.minecraft.item.crafting.Ingredient@7bc8d2f1, net.minecraftforge.oredict.OreIngredient@7a2e8f12, net.minecraftforge.oredict.OreIngredient@7a2e8f12, net.minecraft.item.crafting.Ingredient@7bc8d2f1, net.minecraftforge.oredict.OreIngredient@7a2e8f12]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9065 ironjetpacks:cell_emerald RecipeStage{tier='five', recipe=1xitem.ij.cell@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@60b75da3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@c5a84e2, net.minecraft.item.crafting.Ingredient@6e6f1963, net.minecraftforge.oredict.OreIngredient@c5a84e2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@60b75da3, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9066 mob_grinding_utils:chicken_feed mob_grinding_utils.recipe.RecipeChickenFeed@26696c27 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9067 mob_grinding_utils:absorption_hopper RecipeStage{tier='four', recipe=1xtile.mob_grinding_utils.absorption_hopper@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@121a616f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@77cac69a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@77cac69a, net.minecraft.item.crafting.Ingredient@4f5d4dbd, net.minecraftforge.oredict.OreIngredient@77cac69a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9068 mob_grinding_utils:absorption_upgrade RecipeStage{tier='four', recipe=1xitem.mob_grinding_utils.absorption_upgrade@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7ee82fad, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7ee82fad, net.minecraftforge.oredict.OreIngredient@1ee7d76d, net.minecraftforge.oredict.OreIngredient@7ee82fad, net.minecraftforge.oredict.OreIngredient@3f383806, net.minecraftforge.oredict.OreIngredient@7ee82fad, net.minecraftforge.oredict.OreIngredient@3f383806]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9069 mob_grinding_utils:spikes RecipeStage{tier='four', recipe=1xtile.mob_grinding_utils.spikes@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3bf241a9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3bf241a9, net.minecraftforge.oredict.OreIngredient@4d8943d, net.minecraft.item.crafting.Ingredient@3bf241a9]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9070 mob_grinding_utils:tank RecipeStage{tier='four', recipe=1xtile.mob_grinding_utils.tank@0:[net.minecraftforge.oredict.OreIngredient@7ade74a8, net.minecraftforge.oredict.OreIngredient@5aa29821, net.minecraftforge.oredict.OreIngredient@7ade74a8, net.minecraftforge.oredict.OreIngredient@5aa29821, net.minecraftforge.oredict.OreIngredient@5aa29821, net.minecraftforge.oredict.OreIngredient@5aa29821, net.minecraftforge.oredict.OreIngredient@7ade74a8, net.minecraftforge.oredict.OreIngredient@5aa29821, net.minecraftforge.oredict.OreIngredient@7ade74a8]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9072 mob_grinding_utils:xp_tap RecipeStage{tier='four', recipe=1xtile.mob_grinding_utils.xp_tap@0:[net.minecraftforge.oredict.OreIngredient@2498ca63, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7c7ada34, net.minecraftforge.oredict.OreIngredient@7c7ada34, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7c7ada34, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9073 mob_grinding_utils:fan RecipeStage{tier='four', recipe=1xtile.mob_grinding_utils.fan@0:[net.minecraft.item.crafting.Ingredient@3fbe9deb, net.minecraftforge.oredict.OreIngredient@5dd10cfe, net.minecraft.item.crafting.Ingredient@3fbe9deb, net.minecraftforge.oredict.OreIngredient@5dd10cfe, net.minecraftforge.oredict.OreIngredient@3ff80ef5, net.minecraftforge.oredict.OreIngredient@5dd10cfe, net.minecraft.item.crafting.Ingredient@3fbe9deb, net.minecraftforge.oredict.OreIngredient@5dd10cfe, net.minecraft.item.crafting.Ingredient@3fbe9deb]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9074 mob_grinding_utils:fan_upgrade_1 RecipeStage{tier='four', recipe=1xitem.mob_grinding_utils.fan_upgrade@0:[net.minecraftforge.oredict.OreIngredient@1579d844, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1579d844, net.minecraftforge.oredict.OreIngredient@5ee34ec5, net.minecraftforge.oredict.OreIngredient@5ee34ec5, net.minecraftforge.oredict.OreIngredient@5ee34ec5, net.minecraftforge.oredict.OreIngredient@1579d844, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1579d844]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9075 mob_grinding_utils:fan_upgrade_2 RecipeStage{tier='four', recipe=1xitem.mob_grinding_utils.fan_upgrade@1:[net.minecraftforge.oredict.OreIngredient@b001f1b, net.minecraftforge.oredict.OreIngredient@74702728, net.minecraftforge.oredict.OreIngredient@b001f1b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@74702728, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@b001f1b, net.minecraftforge.oredict.OreIngredient@74702728, net.minecraftforge.oredict.OreIngredient@b001f1b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9076 mob_grinding_utils:fan_upgrade_3 RecipeStage{tier='four', recipe=1xitem.mob_grinding_utils.fan_upgrade@2:[net.minecraftforge.oredict.OreIngredient@6b418c5b, net.minecraftforge.oredict.OreIngredient@2f106a1a, net.minecraftforge.oredict.OreIngredient@6b418c5b, net.minecraftforge.oredict.OreIngredient@2f106a1a, net.minecraftforge.oredict.OreIngredient@6032beef, net.minecraftforge.oredict.OreIngredient@2f106a1a, net.minecraftforge.oredict.OreIngredient@6b418c5b, net.minecraftforge.oredict.OreIngredient@2f106a1a, net.minecraftforge.oredict.OreIngredient@6b418c5b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9078 mob_grinding_utils:wither_muffler RecipeStage{tier='four', recipe=1xtile.mob_grinding_utils.wither_muffler@0:[net.minecraft.item.crafting.Ingredient@5ea60484, net.minecraft.item.crafting.Ingredient@5ea60484, net.minecraft.item.crafting.Ingredient@5ea60484, net.minecraft.item.crafting.Ingredient@5ea60484, net.minecraft.item.crafting.Ingredient@2b160c79, net.minecraft.item.crafting.Ingredient@5ea60484, net.minecraft.item.crafting.Ingredient@5ea60484, net.minecraft.item.crafting.Ingredient@5ea60484, net.minecraft.item.crafting.Ingredient@5ea60484]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9079 mob_grinding_utils:dragon_muffler RecipeStage{tier='four', recipe=1xtile.mob_grinding_utils.dragon_muffler@0:[net.minecraft.item.crafting.Ingredient@4a9c5e01, net.minecraft.item.crafting.Ingredient@4a9c5e01, net.minecraft.item.crafting.Ingredient@4a9c5e01, net.minecraft.item.crafting.Ingredient@4a9c5e01, net.minecraft.item.crafting.Ingredient@60f1dc29, net.minecraft.item.crafting.Ingredient@4a9c5e01, net.minecraft.item.crafting.Ingredient@4a9c5e01, net.minecraft.item.crafting.Ingredient@4a9c5e01, net.minecraft.item.crafting.Ingredient@4a9c5e01]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9081 mob_grinding_utils:saw_upgrade_1 RecipeStage{tier='four', recipe=1xitem.mob_grinding_utils.saw_upgrade@0:[net.minecraftforge.oredict.OreIngredient@3d4a5c8c, net.minecraft.item.crafting.Ingredient@3f8ff2cb, net.minecraftforge.oredict.OreIngredient@3d4a5c8c, net.minecraft.item.crafting.Ingredient@3f8ff2cb, net.minecraftforge.oredict.OreIngredient@27b6f194, net.minecraft.item.crafting.Ingredient@3f8ff2cb, net.minecraftforge.oredict.OreIngredient@3d4a5c8c, net.minecraft.item.crafting.Ingredient@3f8ff2cb, net.minecraftforge.oredict.OreIngredient@3d4a5c8c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9082 mob_grinding_utils:saw_upgrade_2 RecipeStage{tier='four', recipe=1xitem.mob_grinding_utils.saw_upgrade@1:[net.minecraftforge.oredict.OreIngredient@39ac3991, net.minecraftforge.oredict.OreIngredient@566dac14, net.minecraftforge.oredict.OreIngredient@39ac3991, net.minecraftforge.oredict.OreIngredient@566dac14, net.minecraftforge.oredict.OreIngredient@16b415b8, net.minecraftforge.oredict.OreIngredient@566dac14, net.minecraftforge.oredict.OreIngredient@39ac3991, net.minecraftforge.oredict.OreIngredient@566dac14, net.minecraftforge.oredict.OreIngredient@39ac3991]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9083 mob_grinding_utils:saw_upgrade_3 RecipeStage{tier='four', recipe=1xitem.mob_grinding_utils.saw_upgrade@2:[net.minecraftforge.oredict.OreIngredient@61e6cab, net.minecraft.item.crafting.Ingredient@5e26bd48, net.minecraftforge.oredict.OreIngredient@61e6cab, net.minecraft.item.crafting.Ingredient@5e26bd48, net.minecraftforge.oredict.OreIngredient@6510b794, net.minecraft.item.crafting.Ingredient@5e26bd48, net.minecraftforge.oredict.OreIngredient@61e6cab, net.minecraft.item.crafting.Ingredient@5e26bd48, net.minecraftforge.oredict.OreIngredient@61e6cab]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9084 mob_grinding_utils:saw_upgrade_4 RecipeStage{tier='four', recipe=1xitem.mob_grinding_utils.saw_upgrade@3:[net.minecraftforge.oredict.OreIngredient@533f775b, net.minecraft.item.crafting.Ingredient@26b132a3, net.minecraftforge.oredict.OreIngredient@533f775b, net.minecraft.item.crafting.Ingredient@26b132a3, net.minecraftforge.oredict.OreIngredient@4d1617c0, net.minecraft.item.crafting.Ingredient@26b132a3, net.minecraftforge.oredict.OreIngredient@533f775b, net.minecraft.item.crafting.Ingredient@26b132a3, net.minecraftforge.oredict.OreIngredient@533f775b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9085 mob_grinding_utils:saw_upgrade_5 RecipeStage{tier='four', recipe=1xitem.mob_grinding_utils.saw_upgrade@4:[net.minecraftforge.oredict.OreIngredient@2d5ab5e1, net.minecraft.item.crafting.Ingredient@5779abe, net.minecraftforge.oredict.OreIngredient@2d5ab5e1, net.minecraft.item.crafting.Ingredient@5779abe, net.minecraftforge.oredict.OreIngredient@2a7c8499, net.minecraft.item.crafting.Ingredient@5779abe, net.minecraftforge.oredict.OreIngredient@2d5ab5e1, net.minecraft.item.crafting.Ingredient@5779abe, net.minecraftforge.oredict.OreIngredient@2d5ab5e1]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9086 mob_grinding_utils:saw_upgrade_6 RecipeStage{tier='four', recipe=1xitem.mob_grinding_utils.saw_upgrade@5:[net.minecraftforge.oredict.OreIngredient@57a92e01, net.minecraft.item.crafting.Ingredient@2fa47ca8, net.minecraftforge.oredict.OreIngredient@57a92e01, net.minecraft.item.crafting.Ingredient@163fb188, net.minecraftforge.oredict.OreIngredient@5829a79a, net.minecraft.item.crafting.Ingredient@163fb188, net.minecraftforge.oredict.OreIngredient@57a92e01, net.minecraft.item.crafting.Ingredient@2fa47ca8, net.minecraftforge.oredict.OreIngredient@57a92e01]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9089 simplyarrows:arrow_bone RecipeStage{tier='baykok', recipe=6xitem.simplyarrows.arrow.bone@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@76584a53, net.minecraftforge.oredict.OreIngredient@462e99b0, net.minecraftforge.oredict.OreIngredient@70db70fb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4dce593d, net.minecraftforge.oredict.OreIngredient@462e99b0, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9090 simplyarrows:arrow_flint RecipeStage{tier='baykok', recipe=6xitem.simplyarrows.arrow.flint@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@79f09805, net.minecraftforge.oredict.OreIngredient@4ba17d92, net.minecraftforge.oredict.OreIngredient@605680b5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5fee2a33, net.minecraftforge.oredict.OreIngredient@4ba17d92, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9100 spartanshields:shield_banner_wood com.oblivioussp.spartanshields.item.crafting.RecipeShieldBanners@7de438be +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9101 spartanshields:shield_banner_stone com.oblivioussp.spartanshields.item.crafting.RecipeShieldBanners@454d376a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9102 spartanshields:shield_banner_iron com.oblivioussp.spartanshields.item.crafting.RecipeShieldBanners@43c92dd6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9103 spartanshields:shield_banner_gold com.oblivioussp.spartanshields.item.crafting.RecipeShieldBanners@2c0b57ee +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9104 spartanshields:shield_banner_diamond com.oblivioussp.spartanshields.item.crafting.RecipeShieldBanners@70f6bb19 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9105 spartanshields:shield_banner_obsidian com.oblivioussp.spartanshields.item.crafting.RecipeShieldBanners@5c2c340a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9106 spartanshields:shield_banner_bronze com.oblivioussp.spartanshields.item.crafting.RecipeShieldBanners@560115c4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9107 spartanshields:shield_banner_steel com.oblivioussp.spartanshields.item.crafting.RecipeShieldBanners@20c38ccd +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9108 spartanshields:shield_banner_copper com.oblivioussp.spartanshields.item.crafting.RecipeShieldBanners@65a8d5bf +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9109 spartanshields:shield_banner_tin com.oblivioussp.spartanshields.item.crafting.RecipeShieldBanners@58993164 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9110 spartanshields:shield_banner_silver com.oblivioussp.spartanshields.item.crafting.RecipeShieldBanners@668b086 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9111 spartanshields:shield_banner_invar com.oblivioussp.spartanshields.item.crafting.RecipeShieldBanners@3af1e162 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9112 spartanshields:shield_banner_platinum com.oblivioussp.spartanshields.item.crafting.RecipeShieldBanners@19d7deae +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9113 spartanshields:shield_banner_electrum com.oblivioussp.spartanshields.item.crafting.RecipeShieldBanners@8d4cee1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9114 spartanshields:shield_banner_nickel com.oblivioussp.spartanshields.item.crafting.RecipeShieldBanners@4bfbb3fd +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9115 spartanshields:shield_banner_lead com.oblivioussp.spartanshields.item.crafting.RecipeShieldBanners@7e34b111 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9116 spartanshields:shield_banner_constantan com.oblivioussp.spartanshields.item.crafting.RecipeShieldBanners@593132d7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9122 storagedrawers:trim_oak RecipeStage{tier='two', recipe=4xtile.storagedrawers.trim@0:[net.minecraftforge.oredict.OreIngredient@7def3b81, net.minecraft.item.crafting.Ingredient@55833f41, net.minecraftforge.oredict.OreIngredient@7def3b81, net.minecraft.item.crafting.Ingredient@55833f41, net.minecraft.item.crafting.Ingredient@55833f41, net.minecraft.item.crafting.Ingredient@55833f41, net.minecraftforge.oredict.OreIngredient@7def3b81, net.minecraft.item.crafting.Ingredient@55833f41, net.minecraftforge.oredict.OreIngredient@7def3b81]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9128 storagedrawers:trim_spruce RecipeStage{tier='two', recipe=4xtile.storagedrawers.trim@1:[net.minecraftforge.oredict.OreIngredient@eb151ae, net.minecraft.item.crafting.Ingredient@1d22c130, net.minecraftforge.oredict.OreIngredient@eb151ae, net.minecraft.item.crafting.Ingredient@1d22c130, net.minecraft.item.crafting.Ingredient@1d22c130, net.minecraft.item.crafting.Ingredient@1d22c130, net.minecraftforge.oredict.OreIngredient@eb151ae, net.minecraft.item.crafting.Ingredient@1d22c130, net.minecraftforge.oredict.OreIngredient@eb151ae]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9134 storagedrawers:trim_birch RecipeStage{tier='two', recipe=4xtile.storagedrawers.trim@2:[net.minecraftforge.oredict.OreIngredient@3c43b182, net.minecraft.item.crafting.Ingredient@7a92083d, net.minecraftforge.oredict.OreIngredient@3c43b182, net.minecraft.item.crafting.Ingredient@7a92083d, net.minecraft.item.crafting.Ingredient@7a92083d, net.minecraft.item.crafting.Ingredient@7a92083d, net.minecraftforge.oredict.OreIngredient@3c43b182, net.minecraft.item.crafting.Ingredient@7a92083d, net.minecraftforge.oredict.OreIngredient@3c43b182]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9140 storagedrawers:trim_jungle RecipeStage{tier='two', recipe=4xtile.storagedrawers.trim@3:[net.minecraftforge.oredict.OreIngredient@749d0d41, net.minecraft.item.crafting.Ingredient@6194daa2, net.minecraftforge.oredict.OreIngredient@749d0d41, net.minecraft.item.crafting.Ingredient@6194daa2, net.minecraft.item.crafting.Ingredient@6194daa2, net.minecraft.item.crafting.Ingredient@6194daa2, net.minecraftforge.oredict.OreIngredient@749d0d41, net.minecraft.item.crafting.Ingredient@6194daa2, net.minecraftforge.oredict.OreIngredient@749d0d41]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9146 storagedrawers:trim_acacia RecipeStage{tier='two', recipe=4xtile.storagedrawers.trim@4:[net.minecraftforge.oredict.OreIngredient@be8234f, net.minecraft.item.crafting.Ingredient@25762dfb, net.minecraftforge.oredict.OreIngredient@be8234f, net.minecraft.item.crafting.Ingredient@25762dfb, net.minecraft.item.crafting.Ingredient@25762dfb, net.minecraft.item.crafting.Ingredient@25762dfb, net.minecraftforge.oredict.OreIngredient@be8234f, net.minecraft.item.crafting.Ingredient@25762dfb, net.minecraftforge.oredict.OreIngredient@be8234f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9152 storagedrawers:trim_dark_oak RecipeStage{tier='two', recipe=4xtile.storagedrawers.trim@5:[net.minecraftforge.oredict.OreIngredient@423aff9, net.minecraft.item.crafting.Ingredient@347c56c, net.minecraftforge.oredict.OreIngredient@423aff9, net.minecraft.item.crafting.Ingredient@347c56c, net.minecraft.item.crafting.Ingredient@347c56c, net.minecraft.item.crafting.Ingredient@347c56c, net.minecraftforge.oredict.OreIngredient@423aff9, net.minecraft.item.crafting.Ingredient@347c56c, net.minecraftforge.oredict.OreIngredient@423aff9]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9185 abyssalcraft:oblivion_deathbomb_0 RecipeStage{tier='two', recipe=1xtile.odb@0:[net.minecraft.item.crafting.Ingredient@273265b1, net.minecraft.item.crafting.Ingredient@2e2cb0c, net.minecraft.item.crafting.Ingredient@2e2cb0c, net.minecraft.item.crafting.Ingredient@3dd56c6f, net.minecraft.item.crafting.Ingredient@97e9989, net.minecraft.item.crafting.Ingredient@2e2cb0c, net.minecraft.item.crafting.Ingredient@1b3a9db3, net.minecraft.item.crafting.Ingredient@2e2cb0c, net.minecraft.item.crafting.Ingredient@2e2cb0c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9186 abyssalcraft:oblivion_deathbomb_1 RecipeStage{tier='two', recipe=1xtile.odb@0:[net.minecraft.item.crafting.Ingredient@5bb1f8ce, net.minecraft.item.crafting.Ingredient@55720878, net.minecraft.item.crafting.Ingredient@55720878, net.minecraft.item.crafting.Ingredient@36053606, net.minecraft.item.crafting.Ingredient@62a6cf80, net.minecraft.item.crafting.Ingredient@55720878, net.minecraft.item.crafting.Ingredient@3d693631, net.minecraft.item.crafting.Ingredient@55720878, net.minecraft.item.crafting.Ingredient@55720878]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9187 abyssalcraft:transmutator RecipeStage{tier='three', recipe=1xtile.transmutator@0:[net.minecraft.item.crafting.Ingredient@53fe4e3a, net.minecraft.item.crafting.Ingredient@53fe4e3a, net.minecraft.item.crafting.Ingredient@53fe4e3a, net.minecraft.item.crafting.Ingredient@53fe4e3a, net.minecraft.item.crafting.Ingredient@4c54f745, net.minecraft.item.crafting.Ingredient@53fe4e3a, net.minecraft.item.crafting.Ingredient@185aeb80, net.minecraft.item.crafting.Ingredient@5b39b5bd, net.minecraft.item.crafting.Ingredient@185aeb80]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9188 abyssalcraft:materializer RecipeStage{tier='two', recipe=1xtile.materializer@0:[net.minecraft.item.crafting.Ingredient@111281a6, net.minecraft.item.crafting.Ingredient@111281a6, net.minecraft.item.crafting.Ingredient@111281a6, net.minecraft.item.crafting.Ingredient@111281a6, net.minecraft.item.crafting.Ingredient@5e5b7eef, net.minecraft.item.crafting.Ingredient@111281a6, net.minecraft.item.crafting.Ingredient@48d9acc4, net.minecraft.item.crafting.Ingredient@ff216ee, net.minecraft.item.crafting.Ingredient@48d9acc4]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9189 actuallyadditions:recipes0 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_engineer_goggles_advanced@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4baae457, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4500b96d, net.minecraft.item.crafting.Ingredient@7cc62, net.minecraft.item.crafting.Ingredient@4500b96d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9190 actuallyadditions:recipes1 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_engineer_goggles@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2694267b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@680c6cc8, net.minecraftforge.oredict.OreIngredient@1cde9bed, net.minecraft.item.crafting.Ingredient@680c6cc8]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9191 actuallyadditions:recipes2 RecipeStage{tier='five', recipe=4xitem.actuallyadditions.item_laser_upgrade_invisibility@0:[net.minecraftforge.oredict.OreIngredient@70125557, net.minecraftforge.oredict.OreIngredient@70125557, net.minecraftforge.oredict.OreIngredient@70125557, net.minecraft.item.crafting.Ingredient@773212d0, net.minecraft.item.crafting.Ingredient@7c535ad2, net.minecraft.item.crafting.Ingredient@773212d0, net.minecraftforge.oredict.OreIngredient@70125557, net.minecraftforge.oredict.OreIngredient@70125557, net.minecraftforge.oredict.OreIngredient@70125557]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9192 actuallyadditions:recipes3 RecipeStage{tier='five', recipe=2xitem.actuallyadditions.item_laser_upgrade_range@0:[net.minecraft.item.crafting.Ingredient@7660e06b, net.minecraft.item.crafting.Ingredient@7660e06b, net.minecraft.item.crafting.Ingredient@1123c8e5, net.minecraft.item.crafting.Ingredient@14baa746, net.minecraft.item.crafting.Ingredient@1123c8e5, net.minecraft.item.crafting.Ingredient@14baa746, net.minecraft.item.crafting.Ingredient@1123c8e5, net.minecraft.item.crafting.Ingredient@7660e06b, net.minecraft.item.crafting.Ingredient@7660e06b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9193 actuallyadditions:recipes4 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_filling_wand@0:[net.minecraft.item.crafting.Ingredient@774085d9, net.minecraft.item.crafting.Ingredient@36818ce0, net.minecraft.item.crafting.Ingredient@774085d9, net.minecraft.item.crafting.Ingredient@4878cd04, net.minecraft.item.crafting.Ingredient@471341e3, net.minecraft.item.crafting.Ingredient@4878cd04, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3be5e79f, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9194 actuallyadditions:recipes5 RecipeStage{tier='four', recipe=1xitem.actuallyadditions.item_bag@0:[net.minecraft.item.crafting.Ingredient@1b99a8f, net.minecraft.item.crafting.Ingredient@5c78df02, net.minecraft.item.crafting.Ingredient@1b99a8f, net.minecraft.item.crafting.Ingredient@1b99a8f, net.minecraftforge.oredict.OreIngredient@52e63964, net.minecraft.item.crafting.Ingredient@1b99a8f, net.minecraft.item.crafting.Ingredient@5c78df02, net.minecraft.item.crafting.Ingredient@46abf5b8, net.minecraft.item.crafting.Ingredient@5c78df02]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9195 actuallyadditions:recipes6 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_void_bag@0:[net.minecraft.item.crafting.Ingredient@b0b6200, net.minecraft.item.crafting.Ingredient@11912cac, net.minecraft.item.crafting.Ingredient@72df1ae3, net.minecraft.item.crafting.Ingredient@6b402735]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9196 actuallyadditions:recipes7 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_misc@18:[net.minecraftforge.oredict.OreIngredient@3b0b433f, net.minecraftforge.oredict.OreIngredient@3b0b433f, net.minecraftforge.oredict.OreIngredient@3b0b433f, net.minecraftforge.oredict.OreIngredient@3b0b433f, net.minecraft.item.crafting.Ingredient@2367ecbe, net.minecraftforge.oredict.OreIngredient@3b0b433f, net.minecraftforge.oredict.OreIngredient@3b0b433f, net.minecraftforge.oredict.OreIngredient@3b0b433f, net.minecraftforge.oredict.OreIngredient@3b0b433f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9198 actuallyadditions:recipes9 RecipeStage{tier='four', recipe=1xitem.actuallyadditions.item_booklet@0:[net.minecraft.item.crafting.Ingredient@437601b5, net.minecraft.item.crafting.Ingredient@2285a05f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9200 actuallyadditions:recipes11 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_phantom_connector@0:[net.minecraft.item.crafting.Ingredient@38e93337]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9201 actuallyadditions:recipes12 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_spawner_changer@0:[net.minecraft.item.crafting.Ingredient@4b61e636]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9202 actuallyadditions:recipes13 RecipeStage{tier='four', recipe=1xitem.actuallyadditions.item_chest_to_crate_upgrade@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@27c424bf, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@27c424bf, net.minecraft.item.crafting.Ingredient@4469205d, net.minecraftforge.oredict.OreIngredient@27c424bf, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@27c424bf, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9203 actuallyadditions:recipes14 RecipeStage{tier='four', recipe=1xitem.actuallyadditions.item_small_to_medium_crate_upgrade@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1251d743, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1251d743, net.minecraft.item.crafting.Ingredient@56c5dbfb, net.minecraftforge.oredict.OreIngredient@1251d743, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1251d743, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9204 actuallyadditions:recipes15 RecipeStage{tier='four', recipe=1xitem.actuallyadditions.item_medium_to_large_crate_upgrade@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@19d04819, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@19d04819, net.minecraft.item.crafting.Ingredient@1f37669c, net.minecraftforge.oredict.OreIngredient@19d04819, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@19d04819, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9205 actuallyadditions:recipes16 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_disenchanting_lens@0:[net.minecraft.item.crafting.Ingredient@61b242db, net.minecraft.item.crafting.Ingredient@7d457a61, net.minecraft.item.crafting.Ingredient@5962e0d3, net.minecraft.item.crafting.Ingredient@42e9eb66, net.minecraft.item.crafting.Ingredient@313ecd7a, net.minecraft.item.crafting.Ingredient@677e3f4e, net.minecraft.item.crafting.Ingredient@29d42f0a, net.minecraft.item.crafting.Ingredient@24eb538d, net.minecraft.item.crafting.Ingredient@63f91f77]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9206 actuallyadditions:recipes17 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_mining_lens@0:[net.minecraftforge.oredict.OreIngredient@75ebd809, net.minecraftforge.oredict.OreIngredient@7d4f15c1, net.minecraftforge.oredict.OreIngredient@34646de, net.minecraftforge.oredict.OreIngredient@28eff366, net.minecraft.item.crafting.Ingredient@36f4de2, net.minecraft.item.crafting.Ingredient@60ba153, net.minecraftforge.oredict.OreIngredient@37ca67fa, net.minecraftforge.oredict.OreIngredient@60e9c6a6, net.minecraftforge.oredict.OreIngredient@19108704]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9207 actuallyadditions:recipes18 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_more_damage_lens@0:[net.minecraft.item.crafting.Ingredient@424abc4c, net.minecraft.item.crafting.Ingredient@265bf648, net.minecraft.item.crafting.Ingredient@829c8d3]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9208 actuallyadditions:recipes19 RecipeStage{tier='four', recipe=1xitem.actuallyadditions.item_filter@0:[net.minecraft.item.crafting.Ingredient@159c4675, net.minecraft.item.crafting.Ingredient@159c4675, net.minecraft.item.crafting.Ingredient@159c4675, net.minecraft.item.crafting.Ingredient@159c4675, net.minecraft.item.crafting.Ingredient@2232056, net.minecraft.item.crafting.Ingredient@159c4675, net.minecraft.item.crafting.Ingredient@159c4675, net.minecraft.item.crafting.Ingredient@159c4675, net.minecraft.item.crafting.Ingredient@159c4675]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9209 actuallyadditions:recipes20 RecipeStage{tier='four', recipe=1xitem.actuallyadditions.item_crate_keeper@0:[net.minecraftforge.oredict.OreIngredient@3d9a4f19, net.minecraftforge.oredict.OreIngredient@7bb36fec, net.minecraftforge.oredict.OreIngredient@3d9a4f19, net.minecraftforge.oredict.OreIngredient@7bb36fec, net.minecraft.item.crafting.Ingredient@4a421931, net.minecraftforge.oredict.OreIngredient@7bb36fec, net.minecraftforge.oredict.OreIngredient@3d9a4f19, net.minecraftforge.oredict.OreIngredient@7bb36fec, net.minecraftforge.oredict.OreIngredient@3d9a4f19]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9210 actuallyadditions:recipes21 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_spawner_changer@0:[net.minecraft.item.crafting.Ingredient@51f8b1bf, net.minecraft.item.crafting.Ingredient@31547863, net.minecraft.item.crafting.Ingredient@51f8b1bf, net.minecraft.item.crafting.Ingredient@31547863, net.minecraft.item.crafting.Ingredient@5ed91bd7, net.minecraft.item.crafting.Ingredient@31547863, net.minecraft.item.crafting.Ingredient@51f8b1bf, net.minecraft.item.crafting.Ingredient@31547863, net.minecraft.item.crafting.Ingredient@51f8b1bf]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9215 actuallyadditions:recipes26 RecipeStage{tier='four', recipe=1xitem.actuallyadditions.item_leaf_blower@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@12c9b9cb, net.minecraft.item.crafting.Ingredient@644e20cd, net.minecraft.item.crafting.Ingredient@7a7a0fc1, net.minecraft.item.crafting.Ingredient@644e20cd, net.minecraft.item.crafting.Ingredient@30cced01]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9233 actuallyadditions:recipes29 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_tele_staff@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@463325c9, net.minecraft.item.crafting.Ingredient@1781c561, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@9bce86e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@9bce86e, net.minecraft.item.crafting.Ingredient@6096f5bc, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9245 actuallyadditions:recipes40 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_suction_ring@0:[net.minecraft.item.crafting.Ingredient@3784efc1, net.minecraft.item.crafting.Ingredient@769282d, net.minecraft.item.crafting.Ingredient@6e03d671, net.minecraft.item.crafting.Ingredient@769282d, net.minecraft.item.crafting.Ingredient@17cd4032, net.minecraft.item.crafting.Ingredient@769282d, net.minecraft.item.crafting.Ingredient@6e03d671, net.minecraft.item.crafting.Ingredient@769282d, net.minecraft.item.crafting.Ingredient@3784efc1]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9246 actuallyadditions:recipes41 RecipeStage{tier='four', recipe=1xitem.actuallyadditions.item_growth_ring@0:[net.minecraft.item.crafting.Ingredient@7a75fed, net.minecraft.item.crafting.Ingredient@49412774, net.minecraft.item.crafting.Ingredient@7a75fed, net.minecraft.item.crafting.Ingredient@49412774, net.minecraft.item.crafting.Ingredient@3981c073, net.minecraft.item.crafting.Ingredient@49412774, net.minecraft.item.crafting.Ingredient@7a75fed, net.minecraft.item.crafting.Ingredient@49412774, net.minecraft.item.crafting.Ingredient@7a75fed]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9247 actuallyadditions:recipes42 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_water_removal_ring@0:[net.minecraft.item.crafting.Ingredient@4430dba1, net.minecraft.item.crafting.Ingredient@79d5bcfd, net.minecraft.item.crafting.Ingredient@4430dba1, net.minecraft.item.crafting.Ingredient@79d5bcfd, net.minecraft.item.crafting.Ingredient@39ef5e34, net.minecraft.item.crafting.Ingredient@79d5bcfd, net.minecraft.item.crafting.Ingredient@4430dba1, net.minecraft.item.crafting.Ingredient@79d5bcfd, net.minecraft.item.crafting.Ingredient@4430dba1]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9253 actuallyadditions:recipes45 RecipeStage{tier='four', recipe=1xitem.actuallyadditions.item_misc@14:[net.minecraftforge.oredict.OreIngredient@6b0ff06e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6b0ff06e, net.minecraftforge.oredict.OreIngredient@6b0ff06e, net.minecraftforge.oredict.OreIngredient@39d29bd, net.minecraftforge.oredict.OreIngredient@6b0ff06e, net.minecraftforge.oredict.OreIngredient@6b0ff06e, net.minecraftforge.oredict.OreIngredient@6b0ff06e, net.minecraftforge.oredict.OreIngredient@6b0ff06e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9255 actuallyadditions:recipes47 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_leaf_blower_advanced@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@53571513, net.minecraft.item.crafting.Ingredient@396d0e05, net.minecraft.item.crafting.Ingredient@addaa90, net.minecraft.item.crafting.Ingredient@396d0e05, net.minecraft.item.crafting.Ingredient@35254d7e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9256 actuallyadditions:recipes48 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_phantom_connector@0:[net.minecraft.item.crafting.Ingredient@5e312944, net.minecraft.item.crafting.Ingredient@ffd19a1, net.minecraft.item.crafting.Ingredient@ffd19a1, net.minecraft.item.crafting.Ingredient@5e312944, net.minecraftforge.oredict.OreIngredient@6893abe4, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9257 actuallyadditions:recipes49 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_player_probe@0:[net.minecraft.item.crafting.Ingredient@77425535, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@77425535, net.minecraft.item.crafting.Ingredient@77425535, net.minecraft.item.crafting.Ingredient@328053a5, net.minecraft.item.crafting.Ingredient@77425535, net.minecraft.item.crafting.Ingredient@20ee3990, net.minecraft.item.crafting.Ingredient@47b91c3d, net.minecraft.item.crafting.Ingredient@20ee3990]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9258 actuallyadditions:recipes50 RecipeStage{tier='three', recipe=1xitem.actuallyadditions.item_knife@0:[net.minecraft.item.crafting.Ingredient@92a6ef3, net.minecraft.item.crafting.Ingredient@39871908]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9260 actuallyadditions:recipes52 RecipeStage{tier='zero', recipe=1xitem.actuallyadditions.item_rice_seed@0:[net.minecraft.item.crafting.Ingredient@2e3004b4]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9261 actuallyadditions:recipes53 RecipeStage{tier='zero', recipe=1xitem.actuallyadditions.item_canola_seed@0:[net.minecraft.item.crafting.Ingredient@2f7e1723]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9262 actuallyadditions:recipes54 RecipeStage{tier='four', recipe=1xitem.actuallyadditions.item_misc@6:[net.minecraftforge.oredict.OreIngredient@5798d443, net.minecraftforge.oredict.OreIngredient@1eef7030, net.minecraftforge.oredict.OreIngredient@5798d443, net.minecraftforge.oredict.OreIngredient@1eef7030, net.minecraftforge.oredict.OreIngredient@79237fa0, net.minecraftforge.oredict.OreIngredient@1eef7030, net.minecraftforge.oredict.OreIngredient@5798d443, net.minecraftforge.oredict.OreIngredient@1eef7030, net.minecraftforge.oredict.OreIngredient@5798d443]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9263 actuallyadditions:recipes55 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_potion_ring@0:[net.minecraft.item.crafting.Ingredient@263bb8a8, net.minecraft.item.crafting.Ingredient@43b032af, net.minecraft.item.crafting.Ingredient@529bcc56, net.minecraft.item.crafting.Ingredient@302767da, net.minecraft.item.crafting.Ingredient@4ba2678e, net.minecraft.item.crafting.Ingredient@945011f, net.minecraft.item.crafting.Ingredient@530951d, net.minecraft.item.crafting.Ingredient@e223bd6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9264 actuallyadditions:recipes56 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_potion_ring_advanced@0:[net.minecraft.item.crafting.Ingredient@56e4b38b, net.minecraft.item.crafting.Ingredient@77080db1]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9265 actuallyadditions:recipes57 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_potion_ring@1:[net.minecraft.item.crafting.Ingredient@7611f630, net.minecraft.item.crafting.Ingredient@69f28faf, net.minecraft.item.crafting.Ingredient@1af911f1, net.minecraft.item.crafting.Ingredient@2d2bf29a, net.minecraft.item.crafting.Ingredient@54723179, net.minecraft.item.crafting.Ingredient@290043af, net.minecraft.item.crafting.Ingredient@7ba4b9e7, net.minecraft.item.crafting.Ingredient@9e92b2b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9266 actuallyadditions:recipes58 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_potion_ring_advanced@1:[net.minecraft.item.crafting.Ingredient@4cd53a96, net.minecraft.item.crafting.Ingredient@67631598]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9267 actuallyadditions:recipes59 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_potion_ring@2:[net.minecraft.item.crafting.Ingredient@3956e312, net.minecraft.item.crafting.Ingredient@79263760, net.minecraft.item.crafting.Ingredient@1cc2b358, net.minecraft.item.crafting.Ingredient@63f2ba8d, net.minecraft.item.crafting.Ingredient@6db28b92, net.minecraft.item.crafting.Ingredient@25672c73, net.minecraft.item.crafting.Ingredient@2cb603f4, net.minecraft.item.crafting.Ingredient@5a66e23d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9268 actuallyadditions:recipes60 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_potion_ring_advanced@2:[net.minecraft.item.crafting.Ingredient@23711cf8, net.minecraft.item.crafting.Ingredient@3f69b851]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9269 actuallyadditions:recipes61 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_potion_ring@3:[net.minecraft.item.crafting.Ingredient@23dca5eb, net.minecraft.item.crafting.Ingredient@4ec6cca7, net.minecraft.item.crafting.Ingredient@657b9f5b, net.minecraft.item.crafting.Ingredient@17221895, net.minecraft.item.crafting.Ingredient@51971467, net.minecraft.item.crafting.Ingredient@29cc4906, net.minecraft.item.crafting.Ingredient@10749a23, net.minecraft.item.crafting.Ingredient@1795de08]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9270 actuallyadditions:recipes62 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_potion_ring_advanced@3:[net.minecraft.item.crafting.Ingredient@7e48d4b1, net.minecraft.item.crafting.Ingredient@35072607]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9271 actuallyadditions:recipes63 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_potion_ring@4:[net.minecraft.item.crafting.Ingredient@1961706, net.minecraft.item.crafting.Ingredient@38cafca2, net.minecraft.item.crafting.Ingredient@1f5a56, net.minecraft.item.crafting.Ingredient@ca4634c, net.minecraft.item.crafting.Ingredient@3dbb6bf9, net.minecraft.item.crafting.Ingredient@527baf00, net.minecraft.item.crafting.Ingredient@28cc92f3, net.minecraft.item.crafting.Ingredient@75d3aa5]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9272 actuallyadditions:recipes64 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_potion_ring_advanced@4:[net.minecraft.item.crafting.Ingredient@615f6d14, net.minecraft.item.crafting.Ingredient@6e53cd90]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9273 actuallyadditions:recipes65 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_potion_ring@5:[net.minecraft.item.crafting.Ingredient@22c491a3, net.minecraft.item.crafting.Ingredient@4c221f4c, net.minecraft.item.crafting.Ingredient@568ffc11, net.minecraft.item.crafting.Ingredient@2640841d, net.minecraft.item.crafting.Ingredient@208f50ff, net.minecraft.item.crafting.Ingredient@7c8bf3dd, net.minecraft.item.crafting.Ingredient@55cdf729, net.minecraft.item.crafting.Ingredient@770fe1e1]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9274 actuallyadditions:recipes66 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_potion_ring_advanced@5:[net.minecraft.item.crafting.Ingredient@2d5d4f57, net.minecraft.item.crafting.Ingredient@eeb443a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9275 actuallyadditions:recipes67 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_potion_ring@6:[net.minecraft.item.crafting.Ingredient@34259e71, net.minecraft.item.crafting.Ingredient@3c2d71fd, net.minecraft.item.crafting.Ingredient@7bcda6d8, net.minecraft.item.crafting.Ingredient@2fd3e70f, net.minecraft.item.crafting.Ingredient@371d2292, net.minecraft.item.crafting.Ingredient@60e81f15, net.minecraft.item.crafting.Ingredient@76858eb6, net.minecraft.item.crafting.Ingredient@46dee4f6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9276 actuallyadditions:recipes68 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_potion_ring_advanced@6:[net.minecraft.item.crafting.Ingredient@1809570d, net.minecraft.item.crafting.Ingredient@3839e3ae]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9277 actuallyadditions:recipes69 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_potion_ring@7:[net.minecraft.item.crafting.Ingredient@62133a21, net.minecraft.item.crafting.Ingredient@535b9bc1, net.minecraft.item.crafting.Ingredient@1380f98, net.minecraft.item.crafting.Ingredient@766bb882, net.minecraft.item.crafting.Ingredient@d52465c, net.minecraft.item.crafting.Ingredient@2d841a4, net.minecraft.item.crafting.Ingredient@435ddaa8, net.minecraft.item.crafting.Ingredient@68d9d5e9]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9278 actuallyadditions:recipes70 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_potion_ring_advanced@7:[net.minecraft.item.crafting.Ingredient@77a61e08, net.minecraft.item.crafting.Ingredient@3733a439]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9279 actuallyadditions:recipes71 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_potion_ring@8:[net.minecraft.item.crafting.Ingredient@1a16b0ed, net.minecraft.item.crafting.Ingredient@3cc648db, net.minecraft.item.crafting.Ingredient@7bd74715, net.minecraft.item.crafting.Ingredient@516f363a, net.minecraft.item.crafting.Ingredient@7ed16522, net.minecraft.item.crafting.Ingredient@705f6ab3, net.minecraft.item.crafting.Ingredient@31717442, net.minecraft.item.crafting.Ingredient@19074ab0]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9280 actuallyadditions:recipes72 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_potion_ring_advanced@8:[net.minecraft.item.crafting.Ingredient@6c8ad4c7, net.minecraft.item.crafting.Ingredient@678b3117]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9281 actuallyadditions:recipes73 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_potion_ring@9:[net.minecraft.item.crafting.Ingredient@5de29ac0, net.minecraft.item.crafting.Ingredient@7e130906, net.minecraft.item.crafting.Ingredient@4485d6ef, net.minecraft.item.crafting.Ingredient@7a3854e1, net.minecraft.item.crafting.Ingredient@3345e5fc, net.minecraft.item.crafting.Ingredient@557891ab, net.minecraft.item.crafting.Ingredient@3f201745, net.minecraft.item.crafting.Ingredient@787c31c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9282 actuallyadditions:recipes74 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_potion_ring_advanced@9:[net.minecraft.item.crafting.Ingredient@1b71bc15, net.minecraft.item.crafting.Ingredient@a958319]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9284 actuallyadditions:recipes76 RecipeStage{tier='five', recipe=1xtile.actuallyadditions.block_fluid_placer@0:[net.minecraft.item.crafting.Ingredient@db65d11]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9285 actuallyadditions:recipes77 RecipeStage{tier='five', recipe=1xtile.actuallyadditions.block_fluid_collector@0:[net.minecraft.item.crafting.Ingredient@2e327f3d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9288 actuallyadditions:recipes80 RecipeStage{tier='four', recipe=1xtile.actuallyadditions.block_battery_box@0:[net.minecraft.item.crafting.Ingredient@5e118efa, net.minecraft.item.crafting.Ingredient@63e7d992, net.minecraft.item.crafting.Ingredient@3561286b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9290 actuallyadditions:recipes82 RecipeStage{tier='five', recipe=1xtile.actuallyadditions.block_empowerer@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@67e48603, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@77b637de, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@14b21b90, net.minecraft.item.crafting.Ingredient@19be6f06, net.minecraft.item.crafting.Ingredient@14b21b90]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9291 actuallyadditions:recipes83 RecipeStage{tier='one', recipe=2xtile.actuallyadditions.block_tiny_torch@0:[net.minecraft.item.crafting.Ingredient@5a2926ac, net.minecraftforge.oredict.OreIngredient@1c67e2f0]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9292 actuallyadditions:recipes84 RecipeStage{tier='one', recipe=2xtile.actuallyadditions.block_tiny_torch@0:[net.minecraft.item.crafting.Ingredient@188d1477, net.minecraftforge.oredict.OreIngredient@72a19e3f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9293 actuallyadditions:recipes85 RecipeStage{tier='five', recipe=1xtile.actuallyadditions.block_firework_box@0:[net.minecraft.item.crafting.Ingredient@5f6e6acd, de.ellpeck.actuallyadditions.mod.crafting.BlockCrafting$FireworkIngredient@7710fcc3, net.minecraft.item.crafting.Ingredient@5f6e6acd, net.minecraft.item.crafting.Ingredient@78310f19, net.minecraft.item.crafting.Ingredient@21f3acd5, net.minecraft.item.crafting.Ingredient@78310f19, net.minecraft.item.crafting.Ingredient@51f5aacc, net.minecraft.item.crafting.Ingredient@51f5aacc, net.minecraft.item.crafting.Ingredient@51f5aacc]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9294 actuallyadditions:recipes86 RecipeStage{tier='five', recipe=1xtile.actuallyadditions.block_shock_suppressor@0:[net.minecraft.item.crafting.Ingredient@dd80b4f, net.minecraft.item.crafting.Ingredient@7d619a3d, net.minecraft.item.crafting.Ingredient@dd80b4f, net.minecraft.item.crafting.Ingredient@7d619a3d, net.minecraft.item.crafting.Ingredient@31719b25, net.minecraft.item.crafting.Ingredient@7d619a3d, net.minecraft.item.crafting.Ingredient@dd80b4f, net.minecraft.item.crafting.Ingredient@7d619a3d, net.minecraft.item.crafting.Ingredient@dd80b4f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9295 actuallyadditions:recipes87 RecipeStage{tier='five', recipe=1xtile.actuallyadditions.block_display_stand@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4d2ef40d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3c6f2fe7, net.minecraft.item.crafting.Ingredient@3c6f2fe7, net.minecraft.item.crafting.Ingredient@3c6f2fe7, net.minecraft.item.crafting.Ingredient@7120d956, net.minecraft.item.crafting.Ingredient@7120d956, net.minecraft.item.crafting.Ingredient@7120d956]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9296 actuallyadditions:recipes88 RecipeStage{tier='five', recipe=1xtile.actuallyadditions.block_miner@0:[net.minecraft.item.crafting.Ingredient@7601c7f3, net.minecraftforge.oredict.OreIngredient@4c35dce4, net.minecraft.item.crafting.Ingredient@7601c7f3, net.minecraftforge.oredict.OreIngredient@4c35dce4, net.minecraft.item.crafting.Ingredient@3354dec3, net.minecraftforge.oredict.OreIngredient@4c35dce4, net.minecraft.item.crafting.Ingredient@7601c7f3, net.minecraft.item.crafting.Ingredient@44494b96, net.minecraft.item.crafting.Ingredient@7601c7f3]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9297 actuallyadditions:recipes89 RecipeStage{tier='four', recipe=6xtile.actuallyadditions.block_quartz_wall@0:[net.minecraft.item.crafting.Ingredient@26796d07, net.minecraft.item.crafting.Ingredient@26796d07, net.minecraft.item.crafting.Ingredient@26796d07, net.minecraft.item.crafting.Ingredient@26796d07, net.minecraft.item.crafting.Ingredient@26796d07, net.minecraft.item.crafting.Ingredient@26796d07]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9298 actuallyadditions:recipes90 RecipeStage{tier='four', recipe=6xtile.actuallyadditions.block_quartz_slab@0:[net.minecraft.item.crafting.Ingredient@5ebf1864, net.minecraft.item.crafting.Ingredient@5ebf1864, net.minecraft.item.crafting.Ingredient@5ebf1864]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9299 actuallyadditions:recipes91 RecipeStage{tier='four', recipe=6xtile.actuallyadditions.block_quartz_stair@0:[net.minecraft.item.crafting.Ingredient@4b0877b6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4b0877b6, net.minecraft.item.crafting.Ingredient@4b0877b6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4b0877b6, net.minecraft.item.crafting.Ingredient@4b0877b6, net.minecraft.item.crafting.Ingredient@4b0877b6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9300 actuallyadditions:recipes92 RecipeStage{tier='four', recipe=6xtile.actuallyadditions.block_pillar_quartz_wall@0:[net.minecraft.item.crafting.Ingredient@451390ba, net.minecraft.item.crafting.Ingredient@451390ba, net.minecraft.item.crafting.Ingredient@451390ba, net.minecraft.item.crafting.Ingredient@451390ba, net.minecraft.item.crafting.Ingredient@451390ba, net.minecraft.item.crafting.Ingredient@451390ba]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9301 actuallyadditions:recipes93 RecipeStage{tier='four', recipe=6xtile.actuallyadditions.block_pillar_quartz_slab@0:[net.minecraft.item.crafting.Ingredient@286fdc4a, net.minecraft.item.crafting.Ingredient@286fdc4a, net.minecraft.item.crafting.Ingredient@286fdc4a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9302 actuallyadditions:recipes94 RecipeStage{tier='four', recipe=6xtile.actuallyadditions.block_pillar_quartz_stair@0:[net.minecraft.item.crafting.Ingredient@eb59d1b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@eb59d1b, net.minecraft.item.crafting.Ingredient@eb59d1b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@eb59d1b, net.minecraft.item.crafting.Ingredient@eb59d1b, net.minecraft.item.crafting.Ingredient@eb59d1b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9303 actuallyadditions:recipes95 RecipeStage{tier='four', recipe=6xtile.actuallyadditions.block_chiseled_quartz_wall@0:[net.minecraft.item.crafting.Ingredient@608febc, net.minecraft.item.crafting.Ingredient@608febc, net.minecraft.item.crafting.Ingredient@608febc, net.minecraft.item.crafting.Ingredient@608febc, net.minecraft.item.crafting.Ingredient@608febc, net.minecraft.item.crafting.Ingredient@608febc]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9304 actuallyadditions:recipes96 RecipeStage{tier='four', recipe=6xtile.actuallyadditions.block_chiseled_quartz_slab@0:[net.minecraft.item.crafting.Ingredient@5f473887, net.minecraft.item.crafting.Ingredient@5f473887, net.minecraft.item.crafting.Ingredient@5f473887]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9305 actuallyadditions:recipes97 RecipeStage{tier='four', recipe=6xtile.actuallyadditions.block_chiseled_quartz_stair@0:[net.minecraft.item.crafting.Ingredient@99c32a9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@99c32a9, net.minecraft.item.crafting.Ingredient@99c32a9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@99c32a9, net.minecraft.item.crafting.Ingredient@99c32a9, net.minecraft.item.crafting.Ingredient@99c32a9]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9306 actuallyadditions:recipes98 RecipeStage{tier='five', recipe=6xtile.actuallyadditions.block_testifi_bucks_white_fence@0:[net.minecraft.item.crafting.Ingredient@2be32bc4, net.minecraft.item.crafting.Ingredient@2be32bc4, net.minecraft.item.crafting.Ingredient@2be32bc4, net.minecraft.item.crafting.Ingredient@2be32bc4, net.minecraft.item.crafting.Ingredient@2be32bc4, net.minecraft.item.crafting.Ingredient@2be32bc4]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9307 actuallyadditions:recipes99 RecipeStage{tier='five', recipe=6xtile.actuallyadditions.block_testifi_bucks_white_slab@0:[net.minecraft.item.crafting.Ingredient@6adfcd1a, net.minecraft.item.crafting.Ingredient@6adfcd1a, net.minecraft.item.crafting.Ingredient@6adfcd1a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9308 actuallyadditions:recipes100 RecipeStage{tier='five', recipe=6xtile.actuallyadditions.block_testifi_bucks_white_stairs@0:[net.minecraft.item.crafting.Ingredient@c3a53c6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@c3a53c6, net.minecraft.item.crafting.Ingredient@c3a53c6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@c3a53c6, net.minecraft.item.crafting.Ingredient@c3a53c6, net.minecraft.item.crafting.Ingredient@c3a53c6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9309 actuallyadditions:recipes101 RecipeStage{tier='five', recipe=6xtile.actuallyadditions.block_testifi_bucks_green_fence@0:[net.minecraft.item.crafting.Ingredient@64db3192, net.minecraft.item.crafting.Ingredient@64db3192, net.minecraft.item.crafting.Ingredient@64db3192, net.minecraft.item.crafting.Ingredient@64db3192, net.minecraft.item.crafting.Ingredient@64db3192, net.minecraft.item.crafting.Ingredient@64db3192]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9310 actuallyadditions:recipes102 RecipeStage{tier='five', recipe=6xtile.actuallyadditions.block_testifi_bucks_green_slab@0:[net.minecraft.item.crafting.Ingredient@56548bc6, net.minecraft.item.crafting.Ingredient@56548bc6, net.minecraft.item.crafting.Ingredient@56548bc6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9311 actuallyadditions:recipes103 RecipeStage{tier='five', recipe=6xtile.actuallyadditions.block_testifi_bucks_green_stairs@0:[net.minecraft.item.crafting.Ingredient@42f72b0b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@42f72b0b, net.minecraft.item.crafting.Ingredient@42f72b0b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@42f72b0b, net.minecraft.item.crafting.Ingredient@42f72b0b, net.minecraft.item.crafting.Ingredient@42f72b0b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9313 actuallyadditions:recipes105 RecipeStage{tier='five', recipe=4xtile.actuallyadditions.block_laser_relay@0:[net.minecraft.item.crafting.Ingredient@5b123985, net.minecraft.item.crafting.Ingredient@284b6218, net.minecraft.item.crafting.Ingredient@5b123985, net.minecraft.item.crafting.Ingredient@42e64ea4, net.minecraft.item.crafting.Ingredient@6cf75557, net.minecraft.item.crafting.Ingredient@42e64ea4, net.minecraft.item.crafting.Ingredient@5b123985, net.minecraft.item.crafting.Ingredient@284b6218, net.minecraft.item.crafting.Ingredient@5b123985]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9314 actuallyadditions:recipes106 RecipeStage{tier='five', recipe=1xtile.actuallyadditions.block_laser_relay_advanced@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1f5fb173, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@25288a7f, net.minecraft.item.crafting.Ingredient@55cb7d0c, net.minecraft.item.crafting.Ingredient@25288a7f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1f5fb173, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9315 actuallyadditions:recipes107 RecipeStage{tier='five', recipe=1xtile.actuallyadditions.block_laser_relay_extreme@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@73233e60, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1f38e16d, net.minecraft.item.crafting.Ingredient@1115cd5e, net.minecraft.item.crafting.Ingredient@1f38e16d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@73233e60, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9316 actuallyadditions:recipes108 RecipeStage{tier='five', recipe=1xtile.actuallyadditions.block_laser_relay_item_whitelist@0:[net.minecraft.item.crafting.Ingredient@7e22fb87, net.minecraft.item.crafting.Ingredient@14980a1d, net.minecraft.item.crafting.Ingredient@2bd85aed, net.minecraft.item.crafting.Ingredient@73b3f572]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9317 actuallyadditions:recipes109 RecipeStage{tier='five', recipe=1xtile.actuallyadditions.block_item_viewer@0:[net.minecraft.item.crafting.Ingredient@4e38ffeb, net.minecraft.item.crafting.Ingredient@1aa4d640, net.minecraft.item.crafting.Ingredient@4e38ffeb, net.minecraft.item.crafting.Ingredient@275ecbf3, net.minecraftforge.oredict.OreIngredient@4b2ab20f, net.minecraft.item.crafting.Ingredient@275ecbf3, net.minecraft.item.crafting.Ingredient@4e38ffeb, net.minecraft.item.crafting.Ingredient@1aa4d640, net.minecraft.item.crafting.Ingredient@4e38ffeb]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9318 actuallyadditions:recipes110 RecipeStage{tier='four', recipe=1xtile.actuallyadditions.block_item_viewer_hopping@0:[net.minecraft.item.crafting.Ingredient@77007bfc, net.minecraft.item.crafting.Ingredient@7e4e1550]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9319 actuallyadditions:recipes111 RecipeStage{tier='five', recipe=1xtile.actuallyadditions.block_ranged_collector@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4bfb1638, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2f9e5839, net.minecraft.item.crafting.Ingredient@313a2d0f, net.minecraft.item.crafting.Ingredient@2f9e5839, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@45916f4f, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9323 actuallyadditions:recipes115 RecipeStage{tier='five', recipe=1xtile.actuallyadditions.block_xp_solidifier@0:[net.minecraft.item.crafting.Ingredient@12c1b943, net.minecraft.item.crafting.Ingredient@12c1b943, net.minecraft.item.crafting.Ingredient@12c1b943, net.minecraft.item.crafting.Ingredient@40018e6, net.minecraft.item.crafting.Ingredient@7cd0df38, net.minecraft.item.crafting.Ingredient@40018e6, net.minecraft.item.crafting.Ingredient@12c1b943, net.minecraft.item.crafting.Ingredient@12c1b943, net.minecraft.item.crafting.Ingredient@12c1b943]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9326 actuallyadditions:recipes118 RecipeStage{tier='four', recipe=1xtile.actuallyadditions.block_misc@4:[net.minecraftforge.oredict.OreIngredient@70e8c2f5, net.minecraftforge.oredict.OreIngredient@1db239ff, net.minecraftforge.oredict.OreIngredient@70e8c2f5, net.minecraftforge.oredict.OreIngredient@1db239ff, net.minecraftforge.oredict.OreIngredient@abbeacf, net.minecraftforge.oredict.OreIngredient@1db239ff, net.minecraftforge.oredict.OreIngredient@70e8c2f5, net.minecraftforge.oredict.OreIngredient@1db239ff, net.minecraftforge.oredict.OreIngredient@70e8c2f5]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9329 actuallyadditions:recipes121 RecipeStage{tier='five', recipe=1xtile.actuallyadditions.block_phantom_booster@0:[net.minecraft.item.crafting.Ingredient@37d11632, net.minecraft.item.crafting.Ingredient@24c45367, net.minecraft.item.crafting.Ingredient@37d11632, net.minecraft.item.crafting.Ingredient@24c45367, net.minecraft.item.crafting.Ingredient@1c516fae, net.minecraft.item.crafting.Ingredient@24c45367, net.minecraft.item.crafting.Ingredient@37d11632, net.minecraft.item.crafting.Ingredient@24c45367, net.minecraft.item.crafting.Ingredient@37d11632]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9331 actuallyadditions:recipes123 RecipeStage{tier='five', recipe=1xtile.actuallyadditions.block_energizer@0:[net.minecraft.item.crafting.Ingredient@716bac4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@716bac4, net.minecraft.item.crafting.Ingredient@673bc16e, net.minecraft.item.crafting.Ingredient@4816c328, net.minecraft.item.crafting.Ingredient@673bc16e, net.minecraft.item.crafting.Ingredient@716bac4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@716bac4]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9332 actuallyadditions:recipes124 RecipeStage{tier='five', recipe=1xtile.actuallyadditions.block_enervator@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@29e3cf23, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1b118041, net.minecraft.item.crafting.Ingredient@229812fc, net.minecraft.item.crafting.Ingredient@1b118041, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@29e3cf23, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9333 actuallyadditions:recipes125 RecipeStage{tier='five', recipe=1xtile.actuallyadditions.block_lava_factory_controller@0:[net.minecraft.item.crafting.Ingredient@6bc4dc6d, net.minecraft.item.crafting.Ingredient@5ce99a04, net.minecraft.item.crafting.Ingredient@6bc4dc6d, net.minecraft.item.crafting.Ingredient@7cc05adc, net.minecraft.item.crafting.Ingredient@6bc4dc6d, net.minecraft.item.crafting.Ingredient@7cc05adc, net.minecraft.item.crafting.Ingredient@1e2db84a, net.minecraft.item.crafting.Ingredient@1e2db84a, net.minecraft.item.crafting.Ingredient@1e2db84a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9334 actuallyadditions:recipes126 RecipeStage{tier='four', recipe=32xtile.actuallyadditions.block_misc@7:[net.minecraft.item.crafting.Ingredient@43eeaa28, net.minecraft.item.crafting.Ingredient@e043831, net.minecraft.item.crafting.Ingredient@43eeaa28]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9337 actuallyadditions:recipes129 RecipeStage{tier='five', recipe=1xtile.actuallyadditions.block_phantomface@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@9bfd116, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7889bf83, net.minecraft.item.crafting.Ingredient@48559b1c, net.minecraft.item.crafting.Ingredient@7889bf83, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@126e059b, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9338 actuallyadditions:recipes130 RecipeStage{tier='five', recipe=1xtile.actuallyadditions.block_player_interface@0:[net.minecraft.item.crafting.Ingredient@c9c6c92, net.minecraft.item.crafting.Ingredient@a5519e7, net.minecraft.item.crafting.Ingredient@c9c6c92, net.minecraft.item.crafting.Ingredient@7d154032, net.minecraft.item.crafting.Ingredient@c9c6c92, net.minecraft.item.crafting.Ingredient@7d154032, net.minecraft.item.crafting.Ingredient@c9c6c92, net.minecraft.item.crafting.Ingredient@68f587eb, net.minecraft.item.crafting.Ingredient@c9c6c92]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9339 actuallyadditions:recipes131 RecipeStage{tier='five', recipe=1xtile.actuallyadditions.block_phantom_placer@0:[net.minecraft.item.crafting.Ingredient@5b5fa9e3, net.minecraft.item.crafting.Ingredient@7967094e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9340 actuallyadditions:recipes132 RecipeStage{tier='five', recipe=1xtile.actuallyadditions.block_phantom_breaker@0:[net.minecraft.item.crafting.Ingredient@3de91356, net.minecraft.item.crafting.Ingredient@52fe1085]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9341 actuallyadditions:recipes133 RecipeStage{tier='five', recipe=1xtile.actuallyadditions.block_phantom_energyface@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@74c8ab88, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@74c8ab88, net.minecraft.item.crafting.Ingredient@35a4e126, net.minecraft.item.crafting.Ingredient@74c8ab88, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@74c8ab88, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9342 actuallyadditions:recipes134 RecipeStage{tier='five', recipe=1xtile.actuallyadditions.block_phantom_redstoneface@0:[net.minecraft.item.crafting.Ingredient@62fa7dce, net.minecraft.item.crafting.Ingredient@40a22767, net.minecraft.item.crafting.Ingredient@62fa7dce, net.minecraft.item.crafting.Ingredient@40a22767, net.minecraft.item.crafting.Ingredient@53df1ef2, net.minecraft.item.crafting.Ingredient@40a22767, net.minecraft.item.crafting.Ingredient@62fa7dce, net.minecraft.item.crafting.Ingredient@40a22767, net.minecraft.item.crafting.Ingredient@62fa7dce]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9343 actuallyadditions:recipes135 RecipeStage{tier='five', recipe=1xtile.actuallyadditions.block_phantom_liquiface@0:[net.minecraft.item.crafting.Ingredient@41e0687e, net.minecraft.item.crafting.Ingredient@10a8f63a, net.minecraft.item.crafting.Ingredient@41e0687e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9344 actuallyadditions:recipes136 RecipeStage{tier='five', recipe=1xtile.actuallyadditions.block_fluid_placer@0:[net.minecraft.item.crafting.Ingredient@218dedec, net.minecraft.item.crafting.Ingredient@a0e4fa1, net.minecraft.item.crafting.Ingredient@218dedec]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9345 actuallyadditions:recipes137 RecipeStage{tier='five', recipe=1xtile.actuallyadditions.block_fluid_collector@0:[net.minecraft.item.crafting.Ingredient@486f6506, net.minecraft.item.crafting.Ingredient@1f215317, net.minecraft.item.crafting.Ingredient@486f6506]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9349 actuallyadditions:recipes141 RecipeStage{tier='five', recipe=1xtile.actuallyadditions.block_leaf_generator@0:[net.minecraft.item.crafting.Ingredient@69ed01d0, net.minecraft.item.crafting.Ingredient@68f84ba6, net.minecraft.item.crafting.Ingredient@69ed01d0, net.minecraft.item.crafting.Ingredient@1784b0da, net.minecraftforge.oredict.OreIngredient@6e940093, net.minecraft.item.crafting.Ingredient@1784b0da, net.minecraft.item.crafting.Ingredient@69ed01d0, net.minecraft.item.crafting.Ingredient@6f767f10, net.minecraft.item.crafting.Ingredient@69ed01d0]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9350 actuallyadditions:recipes142 RecipeStage{tier='four', recipe=1xtile.actuallyadditions.block_misc@6:[net.minecraft.item.crafting.Ingredient@5d460044, net.minecraft.item.crafting.Ingredient@5d460044, net.minecraft.item.crafting.Ingredient@5d460044, net.minecraft.item.crafting.Ingredient@5d460044]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9351 actuallyadditions:recipes143 RecipeStage{tier='two', recipe=4xitem.enderPearl@0:[net.minecraft.item.crafting.Ingredient@77c9c531]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9352 actuallyadditions:recipes144 RecipeStage{tier='one', recipe=1xtile.actuallyadditions.block_misc@2:[net.minecraft.item.crafting.Ingredient@3917d3c3, net.minecraft.item.crafting.Ingredient@3917d3c3, net.minecraft.item.crafting.Ingredient@3917d3c3, net.minecraft.item.crafting.Ingredient@3917d3c3]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9353 actuallyadditions:recipes145 RecipeStage{tier='five', recipe=1xtile.actuallyadditions.block_fishing_net@0:[net.minecraft.item.crafting.Ingredient@86ccdd2, net.minecraft.item.crafting.Ingredient@86ccdd2, net.minecraft.item.crafting.Ingredient@86ccdd2, net.minecraft.item.crafting.Ingredient@86ccdd2, net.minecraft.item.crafting.Ingredient@65c5b50e, net.minecraft.item.crafting.Ingredient@86ccdd2, net.minecraft.item.crafting.Ingredient@86ccdd2, net.minecraft.item.crafting.Ingredient@86ccdd2, net.minecraft.item.crafting.Ingredient@86ccdd2]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9354 actuallyadditions:recipes146 RecipeStage{tier='five', recipe=1xtile.actuallyadditions.block_item_repairer@0:[net.minecraft.item.crafting.Ingredient@313561a3, net.minecraft.item.crafting.Ingredient@36bb358d, net.minecraft.item.crafting.Ingredient@313561a3, net.minecraft.item.crafting.Ingredient@7e1e8b91, net.minecraft.item.crafting.Ingredient@1072dbdd, net.minecraft.item.crafting.Ingredient@7e1e8b91, net.minecraft.item.crafting.Ingredient@313561a3, net.minecraft.item.crafting.Ingredient@36bb358d, net.minecraft.item.crafting.Ingredient@313561a3]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9357 actuallyadditions:recipes149 RecipeStage{tier='one', recipe=1xtile.actuallyadditions.block_misc@0:[net.minecraft.item.crafting.Ingredient@4dcc60f9, net.minecraft.item.crafting.Ingredient@4dcc60f9]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9358 actuallyadditions:recipes150 RecipeStage{tier='one', recipe=2xtile.actuallyadditions.block_misc@1:[net.minecraft.item.crafting.Ingredient@7152594, net.minecraft.item.crafting.Ingredient@7152594]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9359 actuallyadditions:recipes151 net.minecraft.item.crafting.ShapedRecipes@256d9928 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9360 actuallyadditions:recipes152 net.minecraft.item.crafting.ShapelessRecipes@2b8197ef +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9365 actuallyadditions:recipes157 RecipeStage{tier='four', recipe=1xtile.actuallyadditions.block_giant_chest@0:[net.minecraftforge.oredict.OreIngredient@49125598, net.minecraftforge.oredict.OreIngredient@3f74d5d7, net.minecraftforge.oredict.OreIngredient@49125598, net.minecraftforge.oredict.OreIngredient@3f74d5d7, net.minecraft.item.crafting.Ingredient@6bc3b6c6, net.minecraftforge.oredict.OreIngredient@3f74d5d7, net.minecraftforge.oredict.OreIngredient@49125598, net.minecraftforge.oredict.OreIngredient@3f74d5d7, net.minecraftforge.oredict.OreIngredient@49125598]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9369 actuallyadditions:recipes159 RecipeStage{tier='five', recipe=1xtile.actuallyadditions.block_placer@0:[net.minecraftforge.oredict.OreIngredient@65dead56, net.minecraftforge.oredict.OreIngredient@65dead56, net.minecraftforge.oredict.OreIngredient@65dead56, net.minecraftforge.oredict.OreIngredient@65dead56, net.minecraft.item.crafting.Ingredient@3e102532, net.minecraft.item.crafting.Ingredient@15b7c9d4, net.minecraftforge.oredict.OreIngredient@65dead56, net.minecraftforge.oredict.OreIngredient@65dead56, net.minecraftforge.oredict.OreIngredient@65dead56]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9371 actuallyadditions:recipes161 RecipeStage{tier='five', recipe=1xtile.actuallyadditions.block_dropper@0:[net.minecraftforge.oredict.OreIngredient@1027589f, net.minecraft.item.crafting.Ingredient@7523af4, net.minecraftforge.oredict.OreIngredient@1027589f, net.minecraftforge.oredict.OreIngredient@1027589f, net.minecraft.item.crafting.Ingredient@320a8464, net.minecraft.item.crafting.Ingredient@1b5d9b1b, net.minecraftforge.oredict.OreIngredient@1027589f, net.minecraft.item.crafting.Ingredient@7523af4, net.minecraftforge.oredict.OreIngredient@1027589f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9372 actuallyadditions:recipes162 RecipeStage{tier='five', recipe=6xtile.actuallyadditions.block_colored_lamp@0:[net.minecraftforge.oredict.OreIngredient@2707d588, net.minecraft.item.crafting.Ingredient@d4e871e, net.minecraftforge.oredict.OreIngredient@2707d588, net.minecraftforge.oredict.OreIngredient@41c85ca8, net.minecraft.item.crafting.Ingredient@36ba82c9, net.minecraftforge.oredict.OreIngredient@41c85ca8, net.minecraftforge.oredict.OreIngredient@2707d588, net.minecraft.item.crafting.Ingredient@d4e871e, net.minecraftforge.oredict.OreIngredient@2707d588]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9373 actuallyadditions:recipes163 RecipeStage{tier='five', recipe=6xtile.actuallyadditions.block_colored_lamp@1:[net.minecraftforge.oredict.OreIngredient@5687a28c, net.minecraft.item.crafting.Ingredient@4f358577, net.minecraftforge.oredict.OreIngredient@5687a28c, net.minecraftforge.oredict.OreIngredient@552989e8, net.minecraft.item.crafting.Ingredient@3767e54e, net.minecraftforge.oredict.OreIngredient@552989e8, net.minecraftforge.oredict.OreIngredient@5687a28c, net.minecraft.item.crafting.Ingredient@4f358577, net.minecraftforge.oredict.OreIngredient@5687a28c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9374 actuallyadditions:recipes164 RecipeStage{tier='five', recipe=6xtile.actuallyadditions.block_colored_lamp@2:[net.minecraftforge.oredict.OreIngredient@3f629b25, net.minecraft.item.crafting.Ingredient@541ad0e8, net.minecraftforge.oredict.OreIngredient@3f629b25, net.minecraftforge.oredict.OreIngredient@261d33e8, net.minecraft.item.crafting.Ingredient@2ed8eff0, net.minecraftforge.oredict.OreIngredient@261d33e8, net.minecraftforge.oredict.OreIngredient@3f629b25, net.minecraft.item.crafting.Ingredient@541ad0e8, net.minecraftforge.oredict.OreIngredient@3f629b25]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9375 actuallyadditions:recipes165 RecipeStage{tier='five', recipe=6xtile.actuallyadditions.block_colored_lamp@3:[net.minecraftforge.oredict.OreIngredient@7d7ea4d, net.minecraft.item.crafting.Ingredient@2c47f753, net.minecraftforge.oredict.OreIngredient@7d7ea4d, net.minecraftforge.oredict.OreIngredient@489a0b2c, net.minecraft.item.crafting.Ingredient@2154caa0, net.minecraftforge.oredict.OreIngredient@489a0b2c, net.minecraftforge.oredict.OreIngredient@7d7ea4d, net.minecraft.item.crafting.Ingredient@2c47f753, net.minecraftforge.oredict.OreIngredient@7d7ea4d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9376 actuallyadditions:recipes166 RecipeStage{tier='five', recipe=6xtile.actuallyadditions.block_colored_lamp@4:[net.minecraftforge.oredict.OreIngredient@a874d3e, net.minecraft.item.crafting.Ingredient@323a5cb6, net.minecraftforge.oredict.OreIngredient@a874d3e, net.minecraftforge.oredict.OreIngredient@12dcf429, net.minecraft.item.crafting.Ingredient@155a3d18, net.minecraftforge.oredict.OreIngredient@12dcf429, net.minecraftforge.oredict.OreIngredient@a874d3e, net.minecraft.item.crafting.Ingredient@323a5cb6, net.minecraftforge.oredict.OreIngredient@a874d3e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9377 actuallyadditions:recipes167 RecipeStage{tier='five', recipe=6xtile.actuallyadditions.block_colored_lamp@5:[net.minecraftforge.oredict.OreIngredient@45bb51d6, net.minecraft.item.crafting.Ingredient@75e51ce9, net.minecraftforge.oredict.OreIngredient@45bb51d6, net.minecraftforge.oredict.OreIngredient@303398f4, net.minecraft.item.crafting.Ingredient@74c5c117, net.minecraftforge.oredict.OreIngredient@303398f4, net.minecraftforge.oredict.OreIngredient@45bb51d6, net.minecraft.item.crafting.Ingredient@75e51ce9, net.minecraftforge.oredict.OreIngredient@45bb51d6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9378 actuallyadditions:recipes168 RecipeStage{tier='five', recipe=6xtile.actuallyadditions.block_colored_lamp@6:[net.minecraftforge.oredict.OreIngredient@36b05826, net.minecraft.item.crafting.Ingredient@291a8932, net.minecraftforge.oredict.OreIngredient@36b05826, net.minecraftforge.oredict.OreIngredient@1a68823c, net.minecraft.item.crafting.Ingredient@407f251f, net.minecraftforge.oredict.OreIngredient@1a68823c, net.minecraftforge.oredict.OreIngredient@36b05826, net.minecraft.item.crafting.Ingredient@291a8932, net.minecraftforge.oredict.OreIngredient@36b05826]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9379 actuallyadditions:recipes169 RecipeStage{tier='five', recipe=6xtile.actuallyadditions.block_colored_lamp@7:[net.minecraftforge.oredict.OreIngredient@99469cf, net.minecraft.item.crafting.Ingredient@3dd1673b, net.minecraftforge.oredict.OreIngredient@99469cf, net.minecraftforge.oredict.OreIngredient@573363a3, net.minecraft.item.crafting.Ingredient@6edde387, net.minecraftforge.oredict.OreIngredient@573363a3, net.minecraftforge.oredict.OreIngredient@99469cf, net.minecraft.item.crafting.Ingredient@3dd1673b, net.minecraftforge.oredict.OreIngredient@99469cf]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9380 actuallyadditions:recipes170 RecipeStage{tier='five', recipe=6xtile.actuallyadditions.block_colored_lamp@8:[net.minecraftforge.oredict.OreIngredient@72f37906, net.minecraft.item.crafting.Ingredient@5803a9d8, net.minecraftforge.oredict.OreIngredient@72f37906, net.minecraftforge.oredict.OreIngredient@3e113280, net.minecraft.item.crafting.Ingredient@3fd12f1e, net.minecraftforge.oredict.OreIngredient@3e113280, net.minecraftforge.oredict.OreIngredient@72f37906, net.minecraft.item.crafting.Ingredient@5803a9d8, net.minecraftforge.oredict.OreIngredient@72f37906]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9381 actuallyadditions:recipes171 RecipeStage{tier='five', recipe=6xtile.actuallyadditions.block_colored_lamp@9:[net.minecraftforge.oredict.OreIngredient@130b6151, net.minecraft.item.crafting.Ingredient@7a590c55, net.minecraftforge.oredict.OreIngredient@130b6151, net.minecraftforge.oredict.OreIngredient@2439c482, net.minecraft.item.crafting.Ingredient@1226b6c4, net.minecraftforge.oredict.OreIngredient@2439c482, net.minecraftforge.oredict.OreIngredient@130b6151, net.minecraft.item.crafting.Ingredient@7a590c55, net.minecraftforge.oredict.OreIngredient@130b6151]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9382 actuallyadditions:recipes172 RecipeStage{tier='five', recipe=6xtile.actuallyadditions.block_colored_lamp@10:[net.minecraftforge.oredict.OreIngredient@68e6c7cc, net.minecraft.item.crafting.Ingredient@202f3b71, net.minecraftforge.oredict.OreIngredient@68e6c7cc, net.minecraftforge.oredict.OreIngredient@2110386, net.minecraft.item.crafting.Ingredient@25261596, net.minecraftforge.oredict.OreIngredient@2110386, net.minecraftforge.oredict.OreIngredient@68e6c7cc, net.minecraft.item.crafting.Ingredient@202f3b71, net.minecraftforge.oredict.OreIngredient@68e6c7cc]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9383 actuallyadditions:recipes173 RecipeStage{tier='five', recipe=6xtile.actuallyadditions.block_colored_lamp@11:[net.minecraftforge.oredict.OreIngredient@228d361a, net.minecraft.item.crafting.Ingredient@7c0b56f0, net.minecraftforge.oredict.OreIngredient@228d361a, net.minecraftforge.oredict.OreIngredient@288a1cfe, net.minecraft.item.crafting.Ingredient@3d1526dc, net.minecraftforge.oredict.OreIngredient@288a1cfe, net.minecraftforge.oredict.OreIngredient@228d361a, net.minecraft.item.crafting.Ingredient@7c0b56f0, net.minecraftforge.oredict.OreIngredient@228d361a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9384 actuallyadditions:recipes174 RecipeStage{tier='five', recipe=6xtile.actuallyadditions.block_colored_lamp@12:[net.minecraftforge.oredict.OreIngredient@50f983c5, net.minecraft.item.crafting.Ingredient@1b0f5b58, net.minecraftforge.oredict.OreIngredient@50f983c5, net.minecraftforge.oredict.OreIngredient@286c18c8, net.minecraft.item.crafting.Ingredient@3c5bf8df, net.minecraftforge.oredict.OreIngredient@286c18c8, net.minecraftforge.oredict.OreIngredient@50f983c5, net.minecraft.item.crafting.Ingredient@1b0f5b58, net.minecraftforge.oredict.OreIngredient@50f983c5]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9385 actuallyadditions:recipes175 RecipeStage{tier='five', recipe=6xtile.actuallyadditions.block_colored_lamp@13:[net.minecraftforge.oredict.OreIngredient@4114f644, net.minecraft.item.crafting.Ingredient@5defb197, net.minecraftforge.oredict.OreIngredient@4114f644, net.minecraftforge.oredict.OreIngredient@9f60cf6, net.minecraft.item.crafting.Ingredient@6a889017, net.minecraftforge.oredict.OreIngredient@9f60cf6, net.minecraftforge.oredict.OreIngredient@4114f644, net.minecraft.item.crafting.Ingredient@5defb197, net.minecraftforge.oredict.OreIngredient@4114f644]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9386 actuallyadditions:recipes176 RecipeStage{tier='five', recipe=6xtile.actuallyadditions.block_colored_lamp@14:[net.minecraftforge.oredict.OreIngredient@2c8b8e13, net.minecraft.item.crafting.Ingredient@4acbe7d8, net.minecraftforge.oredict.OreIngredient@2c8b8e13, net.minecraftforge.oredict.OreIngredient@15a3a6c8, net.minecraft.item.crafting.Ingredient@3b059443, net.minecraftforge.oredict.OreIngredient@15a3a6c8, net.minecraftforge.oredict.OreIngredient@2c8b8e13, net.minecraft.item.crafting.Ingredient@4acbe7d8, net.minecraftforge.oredict.OreIngredient@2c8b8e13]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9387 actuallyadditions:recipes177 RecipeStage{tier='five', recipe=6xtile.actuallyadditions.block_colored_lamp@15:[net.minecraftforge.oredict.OreIngredient@5eeeb915, net.minecraft.item.crafting.Ingredient@2e6541dc, net.minecraftforge.oredict.OreIngredient@5eeeb915, net.minecraftforge.oredict.OreIngredient@56f3d1e6, net.minecraft.item.crafting.Ingredient@4143f0f7, net.minecraftforge.oredict.OreIngredient@56f3d1e6, net.minecraftforge.oredict.OreIngredient@5eeeb915, net.minecraft.item.crafting.Ingredient@2e6541dc, net.minecraftforge.oredict.OreIngredient@5eeeb915]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9388 actuallyadditions:recipes178 RecipeStage{tier='five', recipe=4xtile.actuallyadditions.block_lamp_powerer@0:[net.minecraft.item.crafting.Ingredient@45ac32a2, net.minecraft.item.crafting.Ingredient@45ac32a2, net.minecraft.item.crafting.Ingredient@45ac32a2, net.minecraft.item.crafting.Ingredient@45ac32a2, net.minecraft.item.crafting.Ingredient@6e211d13, net.minecraft.item.crafting.Ingredient@45ac32a2, net.minecraft.item.crafting.Ingredient@45ac32a2, net.minecraft.item.crafting.Ingredient@45ac32a2, net.minecraft.item.crafting.Ingredient@45ac32a2]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9389 actuallyadditions:recipes179 RecipeStage{tier='five', recipe=1xtile.actuallyadditions.block_crystal@0:[net.minecraft.item.crafting.Ingredient@30eefefb, net.minecraft.item.crafting.Ingredient@30eefefb, net.minecraft.item.crafting.Ingredient@30eefefb, net.minecraft.item.crafting.Ingredient@30eefefb, net.minecraft.item.crafting.Ingredient@30eefefb, net.minecraft.item.crafting.Ingredient@30eefefb, net.minecraft.item.crafting.Ingredient@30eefefb, net.minecraft.item.crafting.Ingredient@30eefefb, net.minecraft.item.crafting.Ingredient@30eefefb]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9390 actuallyadditions:recipes180 RecipeStage{tier='five', recipe=9xitem.actuallyadditions.item_crystal@0:[net.minecraft.item.crafting.Ingredient@7c39022b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9391 actuallyadditions:recipes181 RecipeStage{tier='five', recipe=1xtile.actuallyadditions.block_crystal_empowered@0:[net.minecraft.item.crafting.Ingredient@2c651702, net.minecraft.item.crafting.Ingredient@2c651702, net.minecraft.item.crafting.Ingredient@2c651702, net.minecraft.item.crafting.Ingredient@2c651702, net.minecraft.item.crafting.Ingredient@2c651702, net.minecraft.item.crafting.Ingredient@2c651702, net.minecraft.item.crafting.Ingredient@2c651702, net.minecraft.item.crafting.Ingredient@2c651702, net.minecraft.item.crafting.Ingredient@2c651702]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9392 actuallyadditions:recipes182 RecipeStage{tier='five', recipe=9xitem.actuallyadditions.item_crystal_empowered@0:[net.minecraft.item.crafting.Ingredient@79c1449b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9393 actuallyadditions:recipes183 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_crystal@0:[net.minecraft.item.crafting.Ingredient@3e1f647e, net.minecraft.item.crafting.Ingredient@3e1f647e, net.minecraft.item.crafting.Ingredient@3e1f647e, net.minecraft.item.crafting.Ingredient@3e1f647e, net.minecraft.item.crafting.Ingredient@3e1f647e, net.minecraft.item.crafting.Ingredient@3e1f647e, net.minecraft.item.crafting.Ingredient@3e1f647e, net.minecraft.item.crafting.Ingredient@3e1f647e, net.minecraft.item.crafting.Ingredient@3e1f647e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9394 actuallyadditions:recipes184 RecipeStage{tier='five', recipe=9xitem.actuallyadditions.item_crystal_shard@0:[net.minecraft.item.crafting.Ingredient@a8311cc]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9395 actuallyadditions:recipes185 RecipeStage{tier='five', recipe=1xtile.actuallyadditions.block_crystal@1:[net.minecraft.item.crafting.Ingredient@edada99, net.minecraft.item.crafting.Ingredient@edada99, net.minecraft.item.crafting.Ingredient@edada99, net.minecraft.item.crafting.Ingredient@edada99, net.minecraft.item.crafting.Ingredient@edada99, net.minecraft.item.crafting.Ingredient@edada99, net.minecraft.item.crafting.Ingredient@edada99, net.minecraft.item.crafting.Ingredient@edada99, net.minecraft.item.crafting.Ingredient@edada99]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9396 actuallyadditions:recipes186 RecipeStage{tier='five', recipe=9xitem.actuallyadditions.item_crystal@1:[net.minecraft.item.crafting.Ingredient@7dcca245]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9397 actuallyadditions:recipes187 RecipeStage{tier='five', recipe=1xtile.actuallyadditions.block_crystal_empowered@1:[net.minecraft.item.crafting.Ingredient@38351516, net.minecraft.item.crafting.Ingredient@38351516, net.minecraft.item.crafting.Ingredient@38351516, net.minecraft.item.crafting.Ingredient@38351516, net.minecraft.item.crafting.Ingredient@38351516, net.minecraft.item.crafting.Ingredient@38351516, net.minecraft.item.crafting.Ingredient@38351516, net.minecraft.item.crafting.Ingredient@38351516, net.minecraft.item.crafting.Ingredient@38351516]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9398 actuallyadditions:recipes188 RecipeStage{tier='five', recipe=9xitem.actuallyadditions.item_crystal_empowered@1:[net.minecraft.item.crafting.Ingredient@2aaa6ead]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9399 actuallyadditions:recipes189 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_crystal@1:[net.minecraft.item.crafting.Ingredient@727c6773, net.minecraft.item.crafting.Ingredient@727c6773, net.minecraft.item.crafting.Ingredient@727c6773, net.minecraft.item.crafting.Ingredient@727c6773, net.minecraft.item.crafting.Ingredient@727c6773, net.minecraft.item.crafting.Ingredient@727c6773, net.minecraft.item.crafting.Ingredient@727c6773, net.minecraft.item.crafting.Ingredient@727c6773, net.minecraft.item.crafting.Ingredient@727c6773]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9400 actuallyadditions:recipes190 RecipeStage{tier='five', recipe=9xitem.actuallyadditions.item_crystal_shard@1:[net.minecraft.item.crafting.Ingredient@6a3a3df3]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9401 actuallyadditions:recipes191 RecipeStage{tier='five', recipe=1xtile.actuallyadditions.block_crystal@2:[net.minecraft.item.crafting.Ingredient@7a371807, net.minecraft.item.crafting.Ingredient@7a371807, net.minecraft.item.crafting.Ingredient@7a371807, net.minecraft.item.crafting.Ingredient@7a371807, net.minecraft.item.crafting.Ingredient@7a371807, net.minecraft.item.crafting.Ingredient@7a371807, net.minecraft.item.crafting.Ingredient@7a371807, net.minecraft.item.crafting.Ingredient@7a371807, net.minecraft.item.crafting.Ingredient@7a371807]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9402 actuallyadditions:recipes192 RecipeStage{tier='five', recipe=9xitem.actuallyadditions.item_crystal@2:[net.minecraft.item.crafting.Ingredient@311ceea]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9403 actuallyadditions:recipes193 RecipeStage{tier='five', recipe=1xtile.actuallyadditions.block_crystal_empowered@2:[net.minecraft.item.crafting.Ingredient@12c76604, net.minecraft.item.crafting.Ingredient@12c76604, net.minecraft.item.crafting.Ingredient@12c76604, net.minecraft.item.crafting.Ingredient@12c76604, net.minecraft.item.crafting.Ingredient@12c76604, net.minecraft.item.crafting.Ingredient@12c76604, net.minecraft.item.crafting.Ingredient@12c76604, net.minecraft.item.crafting.Ingredient@12c76604, net.minecraft.item.crafting.Ingredient@12c76604]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9404 actuallyadditions:recipes194 RecipeStage{tier='five', recipe=9xitem.actuallyadditions.item_crystal_empowered@2:[net.minecraft.item.crafting.Ingredient@2929140a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9405 actuallyadditions:recipes195 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_crystal@2:[net.minecraft.item.crafting.Ingredient@6b1cc608, net.minecraft.item.crafting.Ingredient@6b1cc608, net.minecraft.item.crafting.Ingredient@6b1cc608, net.minecraft.item.crafting.Ingredient@6b1cc608, net.minecraft.item.crafting.Ingredient@6b1cc608, net.minecraft.item.crafting.Ingredient@6b1cc608, net.minecraft.item.crafting.Ingredient@6b1cc608, net.minecraft.item.crafting.Ingredient@6b1cc608, net.minecraft.item.crafting.Ingredient@6b1cc608]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9406 actuallyadditions:recipes196 RecipeStage{tier='five', recipe=9xitem.actuallyadditions.item_crystal_shard@2:[net.minecraft.item.crafting.Ingredient@6677231f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9407 actuallyadditions:recipes197 RecipeStage{tier='five', recipe=1xtile.actuallyadditions.block_crystal@3:[net.minecraft.item.crafting.Ingredient@4fa98e93, net.minecraft.item.crafting.Ingredient@4fa98e93, net.minecraft.item.crafting.Ingredient@4fa98e93, net.minecraft.item.crafting.Ingredient@4fa98e93, net.minecraft.item.crafting.Ingredient@4fa98e93, net.minecraft.item.crafting.Ingredient@4fa98e93, net.minecraft.item.crafting.Ingredient@4fa98e93, net.minecraft.item.crafting.Ingredient@4fa98e93, net.minecraft.item.crafting.Ingredient@4fa98e93]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9408 actuallyadditions:recipes198 RecipeStage{tier='five', recipe=9xitem.actuallyadditions.item_crystal@3:[net.minecraft.item.crafting.Ingredient@2e415a28]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9409 actuallyadditions:recipes199 RecipeStage{tier='five', recipe=1xtile.actuallyadditions.block_crystal_empowered@3:[net.minecraft.item.crafting.Ingredient@2360e56e, net.minecraft.item.crafting.Ingredient@2360e56e, net.minecraft.item.crafting.Ingredient@2360e56e, net.minecraft.item.crafting.Ingredient@2360e56e, net.minecraft.item.crafting.Ingredient@2360e56e, net.minecraft.item.crafting.Ingredient@2360e56e, net.minecraft.item.crafting.Ingredient@2360e56e, net.minecraft.item.crafting.Ingredient@2360e56e, net.minecraft.item.crafting.Ingredient@2360e56e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9410 actuallyadditions:recipes200 RecipeStage{tier='five', recipe=9xitem.actuallyadditions.item_crystal_empowered@3:[net.minecraft.item.crafting.Ingredient@7c5045c6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9411 actuallyadditions:recipes201 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_crystal@3:[net.minecraft.item.crafting.Ingredient@7f0e91c9, net.minecraft.item.crafting.Ingredient@7f0e91c9, net.minecraft.item.crafting.Ingredient@7f0e91c9, net.minecraft.item.crafting.Ingredient@7f0e91c9, net.minecraft.item.crafting.Ingredient@7f0e91c9, net.minecraft.item.crafting.Ingredient@7f0e91c9, net.minecraft.item.crafting.Ingredient@7f0e91c9, net.minecraft.item.crafting.Ingredient@7f0e91c9, net.minecraft.item.crafting.Ingredient@7f0e91c9]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9412 actuallyadditions:recipes202 RecipeStage{tier='five', recipe=9xitem.actuallyadditions.item_crystal_shard@3:[net.minecraft.item.crafting.Ingredient@5b3a141a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9413 actuallyadditions:recipes203 RecipeStage{tier='five', recipe=1xtile.actuallyadditions.block_crystal@4:[net.minecraft.item.crafting.Ingredient@7fd5d186, net.minecraft.item.crafting.Ingredient@7fd5d186, net.minecraft.item.crafting.Ingredient@7fd5d186, net.minecraft.item.crafting.Ingredient@7fd5d186, net.minecraft.item.crafting.Ingredient@7fd5d186, net.minecraft.item.crafting.Ingredient@7fd5d186, net.minecraft.item.crafting.Ingredient@7fd5d186, net.minecraft.item.crafting.Ingredient@7fd5d186, net.minecraft.item.crafting.Ingredient@7fd5d186]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9414 actuallyadditions:recipes204 RecipeStage{tier='five', recipe=9xitem.actuallyadditions.item_crystal@4:[net.minecraft.item.crafting.Ingredient@1d5d5cf]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9415 actuallyadditions:recipes205 RecipeStage{tier='five', recipe=1xtile.actuallyadditions.block_crystal_empowered@4:[net.minecraft.item.crafting.Ingredient@a5e8ce5, net.minecraft.item.crafting.Ingredient@a5e8ce5, net.minecraft.item.crafting.Ingredient@a5e8ce5, net.minecraft.item.crafting.Ingredient@a5e8ce5, net.minecraft.item.crafting.Ingredient@a5e8ce5, net.minecraft.item.crafting.Ingredient@a5e8ce5, net.minecraft.item.crafting.Ingredient@a5e8ce5, net.minecraft.item.crafting.Ingredient@a5e8ce5, net.minecraft.item.crafting.Ingredient@a5e8ce5]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9416 actuallyadditions:recipes206 RecipeStage{tier='five', recipe=9xitem.actuallyadditions.item_crystal_empowered@4:[net.minecraft.item.crafting.Ingredient@1cfd370]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9417 actuallyadditions:recipes207 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_crystal@4:[net.minecraft.item.crafting.Ingredient@50476b2e, net.minecraft.item.crafting.Ingredient@50476b2e, net.minecraft.item.crafting.Ingredient@50476b2e, net.minecraft.item.crafting.Ingredient@50476b2e, net.minecraft.item.crafting.Ingredient@50476b2e, net.minecraft.item.crafting.Ingredient@50476b2e, net.minecraft.item.crafting.Ingredient@50476b2e, net.minecraft.item.crafting.Ingredient@50476b2e, net.minecraft.item.crafting.Ingredient@50476b2e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9418 actuallyadditions:recipes208 RecipeStage{tier='five', recipe=9xitem.actuallyadditions.item_crystal_shard@4:[net.minecraft.item.crafting.Ingredient@7f93a744]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9419 actuallyadditions:recipes209 RecipeStage{tier='five', recipe=1xtile.actuallyadditions.block_crystal@5:[net.minecraft.item.crafting.Ingredient@15435f7, net.minecraft.item.crafting.Ingredient@15435f7, net.minecraft.item.crafting.Ingredient@15435f7, net.minecraft.item.crafting.Ingredient@15435f7, net.minecraft.item.crafting.Ingredient@15435f7, net.minecraft.item.crafting.Ingredient@15435f7, net.minecraft.item.crafting.Ingredient@15435f7, net.minecraft.item.crafting.Ingredient@15435f7, net.minecraft.item.crafting.Ingredient@15435f7]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9420 actuallyadditions:recipes210 RecipeStage{tier='five', recipe=9xitem.actuallyadditions.item_crystal@5:[net.minecraft.item.crafting.Ingredient@7e7f22fe]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9421 actuallyadditions:recipes211 RecipeStage{tier='five', recipe=1xtile.actuallyadditions.block_crystal_empowered@5:[net.minecraft.item.crafting.Ingredient@158a3804, net.minecraft.item.crafting.Ingredient@158a3804, net.minecraft.item.crafting.Ingredient@158a3804, net.minecraft.item.crafting.Ingredient@158a3804, net.minecraft.item.crafting.Ingredient@158a3804, net.minecraft.item.crafting.Ingredient@158a3804, net.minecraft.item.crafting.Ingredient@158a3804, net.minecraft.item.crafting.Ingredient@158a3804, net.minecraft.item.crafting.Ingredient@158a3804]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9422 actuallyadditions:recipes212 RecipeStage{tier='five', recipe=9xitem.actuallyadditions.item_crystal_empowered@5:[net.minecraft.item.crafting.Ingredient@77c11476]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9423 actuallyadditions:recipes213 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_crystal@5:[net.minecraft.item.crafting.Ingredient@571a7cf4, net.minecraft.item.crafting.Ingredient@571a7cf4, net.minecraft.item.crafting.Ingredient@571a7cf4, net.minecraft.item.crafting.Ingredient@571a7cf4, net.minecraft.item.crafting.Ingredient@571a7cf4, net.minecraft.item.crafting.Ingredient@571a7cf4, net.minecraft.item.crafting.Ingredient@571a7cf4, net.minecraft.item.crafting.Ingredient@571a7cf4, net.minecraft.item.crafting.Ingredient@571a7cf4]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9424 actuallyadditions:recipes214 RecipeStage{tier='five', recipe=9xitem.actuallyadditions.item_crystal_shard@5:[net.minecraft.item.crafting.Ingredient@5075dc3b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9427 actuallyadditions:recipes217 RecipeStage{tier='three', recipe=1xitem.actuallyadditions.item_misc@0:[net.minecraft.item.crafting.Ingredient@dbfb8f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@dbfb8f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@dbfb8f, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9428 actuallyadditions:recipes218 RecipeStage{tier='three', recipe=1xitem.actuallyadditions.item_misc@3:[net.minecraftforge.oredict.OreIngredient@1431e9d8, net.minecraft.item.crafting.Ingredient@2af590b3]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9429 actuallyadditions:recipes219 RecipeStage{tier='three', recipe=1xitem.actuallyadditions.item_misc@2:[net.minecraftforge.oredict.OreIngredient@4c5d1697, net.minecraftforge.oredict.OreIngredient@4c5d1697, net.minecraft.item.crafting.Ingredient@13859b10]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9430 actuallyadditions:recipes220 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_misc@19:[net.minecraft.item.crafting.Ingredient@8e1df91, net.minecraft.item.crafting.Ingredient@e17b636, net.minecraft.item.crafting.Ingredient@2a5af0cd, net.minecraft.item.crafting.Ingredient@15b8a38d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9431 actuallyadditions:recipes221 RecipeStage{tier='three', recipe=3xitem.actuallyadditions.item_food@20:[net.minecraft.item.crafting.Ingredient@137af9d7, net.minecraft.item.crafting.Ingredient@790a9c24]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9433 actuallyadditions:recipes223 RecipeStage{tier='three', recipe=1xitem.actuallyadditions.item_food@13:[net.minecraft.item.crafting.Ingredient@137af9d7, net.minecraft.item.crafting.Ingredient@4defedb0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@56fc2cc, net.minecraft.item.crafting.Ingredient@1d189919, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4defedb0, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9435 actuallyadditions:recipes225 RecipeStage{tier='three', recipe=1xitem.actuallyadditions.item_food@11:[net.minecraft.item.crafting.Ingredient@137af9d7, net.minecraft.item.crafting.Ingredient@b5840c0, net.minecraft.item.crafting.Ingredient@5251cbc2, net.minecraft.item.crafting.Ingredient@ff6aacd, net.minecraft.item.crafting.Ingredient@3e38f110, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5251cbc2, net.minecraft.item.crafting.Ingredient@b5840c0, net.minecraft.item.crafting.Ingredient@5251cbc2]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9436 actuallyadditions:recipes226 RecipeStage{tier='three', recipe=2xitem.actuallyadditions.item_food@5:[net.minecraft.item.crafting.Ingredient@62eb32ce, net.minecraft.item.crafting.Ingredient@137af9d7]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9437 actuallyadditions:recipes227 RecipeStage{tier='three', recipe=1xitem.actuallyadditions.item_food@4:[net.minecraft.item.crafting.Ingredient@11664763, net.minecraft.item.crafting.Ingredient@11664763, net.minecraft.item.crafting.Ingredient@11664763, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2bfc2013, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9438 actuallyadditions:recipes228 RecipeStage{tier='three', recipe=1xitem.actuallyadditions.item_food@3:[net.minecraft.item.crafting.Ingredient@19dff861, net.minecraft.item.crafting.Ingredient@68af842e, net.minecraft.item.crafting.Ingredient@19dff861, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@53e9b6b7, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9439 actuallyadditions:recipes229 RecipeStage{tier='three', recipe=1xitem.actuallyadditions.item_food@0:[net.minecraft.item.crafting.Ingredient@3aa1e966, net.minecraft.item.crafting.Ingredient@2e3b84e8]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9440 actuallyadditions:recipes230 RecipeStage{tier='three', recipe=1xitem.actuallyadditions.item_food@1:[net.minecraft.item.crafting.Ingredient@3079c396, net.minecraft.item.crafting.Ingredient@56033908]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9441 actuallyadditions:recipes231 RecipeStage{tier='three', recipe=1xitem.actuallyadditions.item_food@2:[net.minecraft.item.crafting.Ingredient@635c1077, net.minecraftforge.oredict.OreIngredient@1132c430, net.minecraft.item.crafting.Ingredient@137af9d7]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9442 actuallyadditions:recipes232 RecipeStage{tier='three', recipe=1xitem.actuallyadditions.item_food@6:[net.minecraft.item.crafting.Ingredient@6f29d0f3, net.minecraft.item.crafting.Ingredient@6f29d0f3, net.minecraft.item.crafting.Ingredient@6f29d0f3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@202d6f67, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9443 actuallyadditions:recipes233 RecipeStage{tier='three', recipe=1xitem.actuallyadditions.item_food@7:[net.minecraftforge.oredict.OreIngredient@23710cbd, net.minecraft.item.crafting.Ingredient@137af9d7]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9444 actuallyadditions:recipes234 RecipeStage{tier='three', recipe=3xitem.actuallyadditions.item_food@9:[net.minecraft.item.crafting.Ingredient@24e55fa7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@24e55fa7, net.minecraft.item.crafting.Ingredient@24e55fa7, net.minecraft.item.crafting.Ingredient@56aad80, net.minecraft.item.crafting.Ingredient@24e55fa7, net.minecraft.item.crafting.Ingredient@24e55fa7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@24e55fa7]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9446 actuallyadditions:recipes236 RecipeStage{tier='three', recipe=2xitem.actuallyadditions.item_food@10:[net.minecraft.item.crafting.Ingredient@6f2f2c9f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9447 actuallyadditions:recipes237 RecipeStage{tier='three', recipe=1xitem.actuallyadditions.item_food@19:[net.minecraft.item.crafting.Ingredient@755c6637, net.minecraft.item.crafting.Ingredient@aaecd91]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9448 actuallyadditions:recipes238 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_pickaxe_emerald@0:[net.minecraft.item.crafting.Ingredient@58d085c5, net.minecraft.item.crafting.Ingredient@58d085c5, net.minecraft.item.crafting.Ingredient@58d085c5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3dba81aa, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3dba81aa, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9449 actuallyadditions:recipes239 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_sword_emerald@0:[net.minecraft.item.crafting.Ingredient@222901a1, net.minecraft.item.crafting.Ingredient@222901a1, net.minecraft.item.crafting.Ingredient@76a7291e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9450 actuallyadditions:recipes240 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_axe_emerald@0:[net.minecraft.item.crafting.Ingredient@2a8564a2, net.minecraft.item.crafting.Ingredient@2a8564a2, net.minecraft.item.crafting.Ingredient@2a8564a2, net.minecraft.item.crafting.Ingredient@435b0789, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@435b0789]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9451 actuallyadditions:recipes241 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_shovel_emerald@0:[net.minecraft.item.crafting.Ingredient@2915224a, net.minecraft.item.crafting.Ingredient@663511af, net.minecraft.item.crafting.Ingredient@663511af]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9452 actuallyadditions:recipes242 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_hoe_emerald@0:[net.minecraft.item.crafting.Ingredient@6794d9bf, net.minecraft.item.crafting.Ingredient@6794d9bf, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7c68ed8b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7c68ed8b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9453 actuallyadditions:recipes243 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_helm_emerald@0:[net.minecraft.item.crafting.Ingredient@7cef973e, net.minecraft.item.crafting.Ingredient@7cef973e, net.minecraft.item.crafting.Ingredient@7cef973e, net.minecraft.item.crafting.Ingredient@7cef973e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7cef973e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9454 actuallyadditions:recipes244 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_chest_emerald@0:[net.minecraft.item.crafting.Ingredient@32195965, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@32195965, net.minecraft.item.crafting.Ingredient@32195965, net.minecraft.item.crafting.Ingredient@32195965, net.minecraft.item.crafting.Ingredient@32195965, net.minecraft.item.crafting.Ingredient@32195965, net.minecraft.item.crafting.Ingredient@32195965, net.minecraft.item.crafting.Ingredient@32195965]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9455 actuallyadditions:recipes245 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_pants_emerald@0:[net.minecraft.item.crafting.Ingredient@730137b8, net.minecraft.item.crafting.Ingredient@730137b8, net.minecraft.item.crafting.Ingredient@730137b8, net.minecraft.item.crafting.Ingredient@730137b8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@730137b8, net.minecraft.item.crafting.Ingredient@730137b8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@730137b8]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9456 actuallyadditions:recipes246 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_boots_emerald@0:[net.minecraft.item.crafting.Ingredient@483e98e6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@483e98e6, net.minecraft.item.crafting.Ingredient@483e98e6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@483e98e6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9457 actuallyadditions:recipes247 RecipeStage{tier='one', recipe=1xitem.actuallyadditions.item_pickaxe_quartz@0:[net.minecraft.item.crafting.Ingredient@48e8b0b8, net.minecraft.item.crafting.Ingredient@48e8b0b8, net.minecraft.item.crafting.Ingredient@48e8b0b8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@30421ab1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@30421ab1, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9458 actuallyadditions:recipes248 RecipeStage{tier='one', recipe=1xitem.actuallyadditions.item_sword_quartz@0:[net.minecraft.item.crafting.Ingredient@4a0457f6, net.minecraft.item.crafting.Ingredient@4a0457f6, net.minecraft.item.crafting.Ingredient@76c11ff8]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9459 actuallyadditions:recipes249 RecipeStage{tier='one', recipe=1xitem.actuallyadditions.item_axe_quartz@0:[net.minecraft.item.crafting.Ingredient@7ba11ce8, net.minecraft.item.crafting.Ingredient@7ba11ce8, net.minecraft.item.crafting.Ingredient@7ba11ce8, net.minecraft.item.crafting.Ingredient@5b1606bf, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5b1606bf]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9460 actuallyadditions:recipes250 RecipeStage{tier='one', recipe=1xitem.actuallyadditions.item_shovel_quartz@0:[net.minecraft.item.crafting.Ingredient@334541cc, net.minecraft.item.crafting.Ingredient@4d85a683, net.minecraft.item.crafting.Ingredient@4d85a683]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9461 actuallyadditions:recipes251 RecipeStage{tier='one', recipe=1xitem.actuallyadditions.item_hoe_quartz@0:[net.minecraft.item.crafting.Ingredient@3e30a587, net.minecraft.item.crafting.Ingredient@3e30a587, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@55787f00, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@55787f00]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9462 actuallyadditions:recipes252 RecipeStage{tier='one', recipe=1xitem.actuallyadditions.item_helm_quartz@0:[net.minecraft.item.crafting.Ingredient@4c2a1f42, net.minecraft.item.crafting.Ingredient@4c2a1f42, net.minecraft.item.crafting.Ingredient@4c2a1f42, net.minecraft.item.crafting.Ingredient@4c2a1f42, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4c2a1f42]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9463 actuallyadditions:recipes253 RecipeStage{tier='one', recipe=1xitem.actuallyadditions.item_chest_quartz@0:[net.minecraft.item.crafting.Ingredient@2c7b19fa, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2c7b19fa, net.minecraft.item.crafting.Ingredient@2c7b19fa, net.minecraft.item.crafting.Ingredient@2c7b19fa, net.minecraft.item.crafting.Ingredient@2c7b19fa, net.minecraft.item.crafting.Ingredient@2c7b19fa, net.minecraft.item.crafting.Ingredient@2c7b19fa, net.minecraft.item.crafting.Ingredient@2c7b19fa]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9464 actuallyadditions:recipes254 RecipeStage{tier='one', recipe=1xitem.actuallyadditions.item_pants_quartz@0:[net.minecraft.item.crafting.Ingredient@17dc8d6f, net.minecraft.item.crafting.Ingredient@17dc8d6f, net.minecraft.item.crafting.Ingredient@17dc8d6f, net.minecraft.item.crafting.Ingredient@17dc8d6f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@17dc8d6f, net.minecraft.item.crafting.Ingredient@17dc8d6f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@17dc8d6f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9465 actuallyadditions:recipes255 RecipeStage{tier='one', recipe=1xitem.actuallyadditions.item_boots_quartz@0:[net.minecraft.item.crafting.Ingredient@1ca70eb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1ca70eb, net.minecraft.item.crafting.Ingredient@1ca70eb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1ca70eb]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9466 actuallyadditions:recipes256 RecipeStage{tier='three', recipe=1xitem.actuallyadditions.item_pickaxe_obsidian@0:[net.minecraft.item.crafting.Ingredient@1d06bf9f, net.minecraft.item.crafting.Ingredient@1d06bf9f, net.minecraft.item.crafting.Ingredient@1d06bf9f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@69c6d10c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@69c6d10c, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9467 actuallyadditions:recipes257 RecipeStage{tier='three', recipe=1xitem.actuallyadditions.item_sword_obsidian@0:[net.minecraft.item.crafting.Ingredient@1a828eae, net.minecraft.item.crafting.Ingredient@1a828eae, net.minecraft.item.crafting.Ingredient@481de83d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9468 actuallyadditions:recipes258 RecipeStage{tier='three', recipe=1xitem.actuallyadditions.item_axe_obsidian@0:[net.minecraft.item.crafting.Ingredient@604f4ce6, net.minecraft.item.crafting.Ingredient@604f4ce6, net.minecraft.item.crafting.Ingredient@604f4ce6, net.minecraft.item.crafting.Ingredient@3fdebf52, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3fdebf52]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9469 actuallyadditions:recipes259 RecipeStage{tier='three', recipe=1xitem.actuallyadditions.item_shovel_obsidian@0:[net.minecraft.item.crafting.Ingredient@3127a1f9, net.minecraft.item.crafting.Ingredient@165cebe0, net.minecraft.item.crafting.Ingredient@165cebe0]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9470 actuallyadditions:recipes260 RecipeStage{tier='three', recipe=1xitem.actuallyadditions.item_hoe_obsidian@0:[net.minecraft.item.crafting.Ingredient@c6eadb1, net.minecraft.item.crafting.Ingredient@c6eadb1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4600b741, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4600b741]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9471 actuallyadditions:recipes261 RecipeStage{tier='three', recipe=1xitem.actuallyadditions.item_helm_obsidian@0:[net.minecraft.item.crafting.Ingredient@4aa4ee11, net.minecraft.item.crafting.Ingredient@4aa4ee11, net.minecraft.item.crafting.Ingredient@4aa4ee11, net.minecraft.item.crafting.Ingredient@4aa4ee11, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4aa4ee11]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9472 actuallyadditions:recipes262 RecipeStage{tier='three', recipe=1xitem.actuallyadditions.item_chest_obsidian@0:[net.minecraft.item.crafting.Ingredient@3bd60f4e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3bd60f4e, net.minecraft.item.crafting.Ingredient@3bd60f4e, net.minecraft.item.crafting.Ingredient@3bd60f4e, net.minecraft.item.crafting.Ingredient@3bd60f4e, net.minecraft.item.crafting.Ingredient@3bd60f4e, net.minecraft.item.crafting.Ingredient@3bd60f4e, net.minecraft.item.crafting.Ingredient@3bd60f4e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9473 actuallyadditions:recipes263 RecipeStage{tier='three', recipe=1xitem.actuallyadditions.item_pants_obsidian@0:[net.minecraft.item.crafting.Ingredient@422c2ea0, net.minecraft.item.crafting.Ingredient@422c2ea0, net.minecraft.item.crafting.Ingredient@422c2ea0, net.minecraft.item.crafting.Ingredient@422c2ea0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@422c2ea0, net.minecraft.item.crafting.Ingredient@422c2ea0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@422c2ea0]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9474 actuallyadditions:recipes264 RecipeStage{tier='three', recipe=1xitem.actuallyadditions.item_boots_obsidian@0:[net.minecraft.item.crafting.Ingredient@155331b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@155331b, net.minecraft.item.crafting.Ingredient@155331b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@155331b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9475 actuallyadditions:recipes265 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_pickaxe_crystal_red@0:[net.minecraft.item.crafting.Ingredient@6cec8146, net.minecraft.item.crafting.Ingredient@6cec8146, net.minecraft.item.crafting.Ingredient@6cec8146, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@67cb5fea, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@67cb5fea, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9476 actuallyadditions:recipes266 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_sword_crystal_red@0:[net.minecraft.item.crafting.Ingredient@4431349d, net.minecraft.item.crafting.Ingredient@4431349d, net.minecraft.item.crafting.Ingredient@6c541aeb]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9477 actuallyadditions:recipes267 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_axe_crystal_red@0:[net.minecraft.item.crafting.Ingredient@64ba5096, net.minecraft.item.crafting.Ingredient@64ba5096, net.minecraft.item.crafting.Ingredient@64ba5096, net.minecraft.item.crafting.Ingredient@593377e4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@593377e4]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9478 actuallyadditions:recipes268 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_shovel_crystal_red@0:[net.minecraft.item.crafting.Ingredient@146b3583, net.minecraft.item.crafting.Ingredient@58a4e6a7, net.minecraft.item.crafting.Ingredient@58a4e6a7]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9479 actuallyadditions:recipes269 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_hoe_crystal_red@0:[net.minecraft.item.crafting.Ingredient@6eac23c5, net.minecraft.item.crafting.Ingredient@6eac23c5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2ce2e5a3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2ce2e5a3]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9480 actuallyadditions:recipes270 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_helm_crystal_red@0:[net.minecraft.item.crafting.Ingredient@61e80a91, net.minecraft.item.crafting.Ingredient@61e80a91, net.minecraft.item.crafting.Ingredient@61e80a91, net.minecraft.item.crafting.Ingredient@61e80a91, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@61e80a91]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9481 actuallyadditions:recipes271 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_chest_crystal_red@0:[net.minecraft.item.crafting.Ingredient@1e8659d5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1e8659d5, net.minecraft.item.crafting.Ingredient@1e8659d5, net.minecraft.item.crafting.Ingredient@1e8659d5, net.minecraft.item.crafting.Ingredient@1e8659d5, net.minecraft.item.crafting.Ingredient@1e8659d5, net.minecraft.item.crafting.Ingredient@1e8659d5, net.minecraft.item.crafting.Ingredient@1e8659d5]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9482 actuallyadditions:recipes272 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_pants_crystal_red@0:[net.minecraft.item.crafting.Ingredient@11bbe3cb, net.minecraft.item.crafting.Ingredient@11bbe3cb, net.minecraft.item.crafting.Ingredient@11bbe3cb, net.minecraft.item.crafting.Ingredient@11bbe3cb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@11bbe3cb, net.minecraft.item.crafting.Ingredient@11bbe3cb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@11bbe3cb]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9483 actuallyadditions:recipes273 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_boots_crystal_red@0:[net.minecraft.item.crafting.Ingredient@2a4fc3a2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2a4fc3a2, net.minecraft.item.crafting.Ingredient@2a4fc3a2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2a4fc3a2]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9484 actuallyadditions:recipes274 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_pickaxe_crystal_green@0:[net.minecraft.item.crafting.Ingredient@b52e8f8, net.minecraft.item.crafting.Ingredient@b52e8f8, net.minecraft.item.crafting.Ingredient@b52e8f8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@273650b6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@273650b6, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9485 actuallyadditions:recipes275 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_sword_crystal_green@0:[net.minecraft.item.crafting.Ingredient@69dd4a20, net.minecraft.item.crafting.Ingredient@69dd4a20, net.minecraft.item.crafting.Ingredient@3d5bc66a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9486 actuallyadditions:recipes276 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_axe_crystal_green@0:[net.minecraft.item.crafting.Ingredient@21d2ec11, net.minecraft.item.crafting.Ingredient@21d2ec11, net.minecraft.item.crafting.Ingredient@21d2ec11, net.minecraft.item.crafting.Ingredient@34f4bb7d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@34f4bb7d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9487 actuallyadditions:recipes277 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_shovel_crystal_green@0:[net.minecraft.item.crafting.Ingredient@37fb6b89, net.minecraft.item.crafting.Ingredient@54f0938a, net.minecraft.item.crafting.Ingredient@54f0938a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9488 actuallyadditions:recipes278 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_hoe_crystal_green@0:[net.minecraft.item.crafting.Ingredient@62f44f61, net.minecraft.item.crafting.Ingredient@62f44f61, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@73ca2f11, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@73ca2f11]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9489 actuallyadditions:recipes279 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_helm_crystal_green@0:[net.minecraft.item.crafting.Ingredient@1f81b5c2, net.minecraft.item.crafting.Ingredient@1f81b5c2, net.minecraft.item.crafting.Ingredient@1f81b5c2, net.minecraft.item.crafting.Ingredient@1f81b5c2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1f81b5c2]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9490 actuallyadditions:recipes280 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_chest_crystal_green@0:[net.minecraft.item.crafting.Ingredient@4f3d197b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4f3d197b, net.minecraft.item.crafting.Ingredient@4f3d197b, net.minecraft.item.crafting.Ingredient@4f3d197b, net.minecraft.item.crafting.Ingredient@4f3d197b, net.minecraft.item.crafting.Ingredient@4f3d197b, net.minecraft.item.crafting.Ingredient@4f3d197b, net.minecraft.item.crafting.Ingredient@4f3d197b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9491 actuallyadditions:recipes281 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_pants_crystal_green@0:[net.minecraft.item.crafting.Ingredient@ff2c8ba, net.minecraft.item.crafting.Ingredient@ff2c8ba, net.minecraft.item.crafting.Ingredient@ff2c8ba, net.minecraft.item.crafting.Ingredient@ff2c8ba, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@ff2c8ba, net.minecraft.item.crafting.Ingredient@ff2c8ba, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@ff2c8ba]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9492 actuallyadditions:recipes282 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_boots_crystal_green@0:[net.minecraft.item.crafting.Ingredient@2de2ccf2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2de2ccf2, net.minecraft.item.crafting.Ingredient@2de2ccf2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2de2ccf2]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9493 actuallyadditions:recipes283 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_pickaxe_crystal_white@0:[net.minecraft.item.crafting.Ingredient@3fdf4329, net.minecraft.item.crafting.Ingredient@3fdf4329, net.minecraft.item.crafting.Ingredient@3fdf4329, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@180e7368, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@180e7368, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9494 actuallyadditions:recipes284 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_sword_crystal_white@0:[net.minecraft.item.crafting.Ingredient@1a0dfcb, net.minecraft.item.crafting.Ingredient@1a0dfcb, net.minecraft.item.crafting.Ingredient@3a1e0651]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9495 actuallyadditions:recipes285 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_axe_crystal_white@0:[net.minecraft.item.crafting.Ingredient@7f1dcc30, net.minecraft.item.crafting.Ingredient@7f1dcc30, net.minecraft.item.crafting.Ingredient@7f1dcc30, net.minecraft.item.crafting.Ingredient@14e37588, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@14e37588]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9496 actuallyadditions:recipes286 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_shovel_crystal_white@0:[net.minecraft.item.crafting.Ingredient@13babe58, net.minecraft.item.crafting.Ingredient@595c0ef0, net.minecraft.item.crafting.Ingredient@595c0ef0]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9497 actuallyadditions:recipes287 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_hoe_crystal_white@0:[net.minecraft.item.crafting.Ingredient@483135a7, net.minecraft.item.crafting.Ingredient@483135a7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@47f1461c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@47f1461c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9498 actuallyadditions:recipes288 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_helm_crystal_white@0:[net.minecraft.item.crafting.Ingredient@1ff68c4, net.minecraft.item.crafting.Ingredient@1ff68c4, net.minecraft.item.crafting.Ingredient@1ff68c4, net.minecraft.item.crafting.Ingredient@1ff68c4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1ff68c4]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9499 actuallyadditions:recipes289 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_chest_crystal_white@0:[net.minecraft.item.crafting.Ingredient@386ddd85, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@386ddd85, net.minecraft.item.crafting.Ingredient@386ddd85, net.minecraft.item.crafting.Ingredient@386ddd85, net.minecraft.item.crafting.Ingredient@386ddd85, net.minecraft.item.crafting.Ingredient@386ddd85, net.minecraft.item.crafting.Ingredient@386ddd85, net.minecraft.item.crafting.Ingredient@386ddd85]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9500 actuallyadditions:recipes290 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_pants_crystal_white@0:[net.minecraft.item.crafting.Ingredient@79304b22, net.minecraft.item.crafting.Ingredient@79304b22, net.minecraft.item.crafting.Ingredient@79304b22, net.minecraft.item.crafting.Ingredient@79304b22, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@79304b22, net.minecraft.item.crafting.Ingredient@79304b22, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@79304b22]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9501 actuallyadditions:recipes291 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_boots_crystal_white@0:[net.minecraft.item.crafting.Ingredient@34bc33be, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@34bc33be, net.minecraft.item.crafting.Ingredient@34bc33be, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@34bc33be]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9502 actuallyadditions:recipes292 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_pickaxe_crystal_light_blue@0:[net.minecraft.item.crafting.Ingredient@4e7fd4a5, net.minecraft.item.crafting.Ingredient@4e7fd4a5, net.minecraft.item.crafting.Ingredient@4e7fd4a5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@18a8b91a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@18a8b91a, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9503 actuallyadditions:recipes293 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_sword_crystal_light_blue@0:[net.minecraft.item.crafting.Ingredient@63ba9876, net.minecraft.item.crafting.Ingredient@63ba9876, net.minecraft.item.crafting.Ingredient@36ce667c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9504 actuallyadditions:recipes294 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_axe_crystal_light_blue@0:[net.minecraft.item.crafting.Ingredient@62456fc, net.minecraft.item.crafting.Ingredient@62456fc, net.minecraft.item.crafting.Ingredient@62456fc, net.minecraft.item.crafting.Ingredient@5b994f4b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5b994f4b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9505 actuallyadditions:recipes295 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_shovel_crystal_light_blue@0:[net.minecraft.item.crafting.Ingredient@6cd71566, net.minecraft.item.crafting.Ingredient@29ef6306, net.minecraft.item.crafting.Ingredient@29ef6306]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9506 actuallyadditions:recipes296 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_hoe_crystal_light_blue@0:[net.minecraft.item.crafting.Ingredient@dd85371, net.minecraft.item.crafting.Ingredient@dd85371, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1caaa696, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1caaa696]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9507 actuallyadditions:recipes297 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_helm_crystal_light_blue@0:[net.minecraft.item.crafting.Ingredient@4802ec40, net.minecraft.item.crafting.Ingredient@4802ec40, net.minecraft.item.crafting.Ingredient@4802ec40, net.minecraft.item.crafting.Ingredient@4802ec40, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4802ec40]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9508 actuallyadditions:recipes298 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_chest_crystal_light_blue@0:[net.minecraft.item.crafting.Ingredient@1a274115, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1a274115, net.minecraft.item.crafting.Ingredient@1a274115, net.minecraft.item.crafting.Ingredient@1a274115, net.minecraft.item.crafting.Ingredient@1a274115, net.minecraft.item.crafting.Ingredient@1a274115, net.minecraft.item.crafting.Ingredient@1a274115, net.minecraft.item.crafting.Ingredient@1a274115]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9509 actuallyadditions:recipes299 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_pants_crystal_light_blue@0:[net.minecraft.item.crafting.Ingredient@55abcafb, net.minecraft.item.crafting.Ingredient@55abcafb, net.minecraft.item.crafting.Ingredient@55abcafb, net.minecraft.item.crafting.Ingredient@55abcafb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@55abcafb, net.minecraft.item.crafting.Ingredient@55abcafb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@55abcafb]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9510 actuallyadditions:recipes300 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_boots_crystal_light_blue@0:[net.minecraft.item.crafting.Ingredient@1cfc48ce, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1cfc48ce, net.minecraft.item.crafting.Ingredient@1cfc48ce, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1cfc48ce]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9511 actuallyadditions:recipes301 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_pickaxe_crystal_blue@0:[net.minecraft.item.crafting.Ingredient@43c3d7fd, net.minecraft.item.crafting.Ingredient@43c3d7fd, net.minecraft.item.crafting.Ingredient@43c3d7fd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@634c0979, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@634c0979, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9512 actuallyadditions:recipes302 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_sword_crystal_blue@0:[net.minecraft.item.crafting.Ingredient@68bbebf9, net.minecraft.item.crafting.Ingredient@68bbebf9, net.minecraft.item.crafting.Ingredient@167f6418]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9513 actuallyadditions:recipes303 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_axe_crystal_blue@0:[net.minecraft.item.crafting.Ingredient@4bde2515, net.minecraft.item.crafting.Ingredient@4bde2515, net.minecraft.item.crafting.Ingredient@4bde2515, net.minecraft.item.crafting.Ingredient@48dafad6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@48dafad6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9514 actuallyadditions:recipes304 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_shovel_crystal_blue@0:[net.minecraft.item.crafting.Ingredient@7f892417, net.minecraft.item.crafting.Ingredient@123bd05a, net.minecraft.item.crafting.Ingredient@123bd05a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9515 actuallyadditions:recipes305 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_hoe_crystal_blue@0:[net.minecraft.item.crafting.Ingredient@28f7b985, net.minecraft.item.crafting.Ingredient@28f7b985, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@37e4ea07, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@37e4ea07]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9516 actuallyadditions:recipes306 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_helm_crystal_blue@0:[net.minecraft.item.crafting.Ingredient@17bc970, net.minecraft.item.crafting.Ingredient@17bc970, net.minecraft.item.crafting.Ingredient@17bc970, net.minecraft.item.crafting.Ingredient@17bc970, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@17bc970]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9517 actuallyadditions:recipes307 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_chest_crystal_blue@0:[net.minecraft.item.crafting.Ingredient@4d8e6005, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4d8e6005, net.minecraft.item.crafting.Ingredient@4d8e6005, net.minecraft.item.crafting.Ingredient@4d8e6005, net.minecraft.item.crafting.Ingredient@4d8e6005, net.minecraft.item.crafting.Ingredient@4d8e6005, net.minecraft.item.crafting.Ingredient@4d8e6005, net.minecraft.item.crafting.Ingredient@4d8e6005]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9518 actuallyadditions:recipes308 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_pants_crystal_blue@0:[net.minecraft.item.crafting.Ingredient@58a0d3a0, net.minecraft.item.crafting.Ingredient@58a0d3a0, net.minecraft.item.crafting.Ingredient@58a0d3a0, net.minecraft.item.crafting.Ingredient@58a0d3a0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@58a0d3a0, net.minecraft.item.crafting.Ingredient@58a0d3a0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@58a0d3a0]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9519 actuallyadditions:recipes309 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_boots_crystal_blue@0:[net.minecraft.item.crafting.Ingredient@4884ae61, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4884ae61, net.minecraft.item.crafting.Ingredient@4884ae61, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4884ae61]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9520 actuallyadditions:recipes310 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_pickaxe_crystal_black@0:[net.minecraft.item.crafting.Ingredient@17ebde48, net.minecraft.item.crafting.Ingredient@17ebde48, net.minecraft.item.crafting.Ingredient@17ebde48, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@29db1af8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@29db1af8, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9521 actuallyadditions:recipes311 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_sword_crystal_black@0:[net.minecraft.item.crafting.Ingredient@7738e1b0, net.minecraft.item.crafting.Ingredient@7738e1b0, net.minecraft.item.crafting.Ingredient@1aa2be90]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9522 actuallyadditions:recipes312 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_axe_crystal_black@0:[net.minecraft.item.crafting.Ingredient@53f23a12, net.minecraft.item.crafting.Ingredient@53f23a12, net.minecraft.item.crafting.Ingredient@53f23a12, net.minecraft.item.crafting.Ingredient@228fe64e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@228fe64e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9523 actuallyadditions:recipes313 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_shovel_crystal_black@0:[net.minecraft.item.crafting.Ingredient@120ab6ce, net.minecraft.item.crafting.Ingredient@1d53cc21, net.minecraft.item.crafting.Ingredient@1d53cc21]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9524 actuallyadditions:recipes314 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_hoe_crystal_black@0:[net.minecraft.item.crafting.Ingredient@5fb35733, net.minecraft.item.crafting.Ingredient@5fb35733, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@253771d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@253771d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9525 actuallyadditions:recipes315 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_helm_crystal_black@0:[net.minecraft.item.crafting.Ingredient@45280d5f, net.minecraft.item.crafting.Ingredient@45280d5f, net.minecraft.item.crafting.Ingredient@45280d5f, net.minecraft.item.crafting.Ingredient@45280d5f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@45280d5f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9526 actuallyadditions:recipes316 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_chest_crystal_black@0:[net.minecraft.item.crafting.Ingredient@4619e31f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4619e31f, net.minecraft.item.crafting.Ingredient@4619e31f, net.minecraft.item.crafting.Ingredient@4619e31f, net.minecraft.item.crafting.Ingredient@4619e31f, net.minecraft.item.crafting.Ingredient@4619e31f, net.minecraft.item.crafting.Ingredient@4619e31f, net.minecraft.item.crafting.Ingredient@4619e31f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9527 actuallyadditions:recipes317 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_pants_crystal_black@0:[net.minecraft.item.crafting.Ingredient@3d63e20, net.minecraft.item.crafting.Ingredient@3d63e20, net.minecraft.item.crafting.Ingredient@3d63e20, net.minecraft.item.crafting.Ingredient@3d63e20, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3d63e20, net.minecraft.item.crafting.Ingredient@3d63e20, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3d63e20]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9528 actuallyadditions:recipes318 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_boots_crystal_black@0:[net.minecraft.item.crafting.Ingredient@1aa44ad8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1aa44ad8, net.minecraft.item.crafting.Ingredient@1aa44ad8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1aa44ad8]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9533 actuallyadditions:recipes323 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.diamond_paxel@0:[net.minecraft.item.crafting.Ingredient@308fe5ea, net.minecraft.item.crafting.Ingredient@7233253e, net.minecraft.item.crafting.Ingredient@18c0f9c0, net.minecraft.item.crafting.Ingredient@3bc56653, net.minecraft.item.crafting.Ingredient@742a6474]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9534 actuallyadditions:recipes324 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.emerald_paxel@0:[net.minecraft.item.crafting.Ingredient@1f5bb51a, net.minecraft.item.crafting.Ingredient@ca51c8, net.minecraft.item.crafting.Ingredient@10ad587c, net.minecraft.item.crafting.Ingredient@370387d9, net.minecraft.item.crafting.Ingredient@75b21746]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9535 actuallyadditions:recipes325 RecipeStage{tier='three', recipe=1xitem.actuallyadditions.obsidian_paxel@0:[net.minecraft.item.crafting.Ingredient@27a44c29, net.minecraft.item.crafting.Ingredient@5d309e19, net.minecraft.item.crafting.Ingredient@7626f729, net.minecraft.item.crafting.Ingredient@13cbc68c, net.minecraft.item.crafting.Ingredient@160b05d8]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9536 actuallyadditions:recipes326 RecipeStage{tier='one', recipe=1xitem.actuallyadditions.quartz_paxel@0:[net.minecraft.item.crafting.Ingredient@4f929156, net.minecraft.item.crafting.Ingredient@eccb832, net.minecraft.item.crafting.Ingredient@437ef0c1, net.minecraft.item.crafting.Ingredient@d1508b3, net.minecraft.item.crafting.Ingredient@56d62066]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9537 actuallyadditions:recipes327 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_paxel_crystal_red@0:[net.minecraft.item.crafting.Ingredient@3d300fa6, net.minecraft.item.crafting.Ingredient@9fc1839, net.minecraft.item.crafting.Ingredient@2c89c925, net.minecraft.item.crafting.Ingredient@4bbb19c2, net.minecraft.item.crafting.Ingredient@76cb622c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9538 actuallyadditions:recipes328 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_paxel_crystal_green@0:[net.minecraft.item.crafting.Ingredient@1f9f811c, net.minecraft.item.crafting.Ingredient@7dbda32b, net.minecraft.item.crafting.Ingredient@6e5bc057, net.minecraft.item.crafting.Ingredient@43ac15b2, net.minecraft.item.crafting.Ingredient@20d8ebba]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9539 actuallyadditions:recipes329 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_paxel_crystal_blue@0:[net.minecraft.item.crafting.Ingredient@306ca071, net.minecraft.item.crafting.Ingredient@859753, net.minecraft.item.crafting.Ingredient@23a71374, net.minecraft.item.crafting.Ingredient@4445a981, net.minecraft.item.crafting.Ingredient@11ffe650]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9540 actuallyadditions:recipes330 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_paxel_crystal_light_blue@0:[net.minecraft.item.crafting.Ingredient@3decc433, net.minecraft.item.crafting.Ingredient@26cb5c49, net.minecraft.item.crafting.Ingredient@4fabe0b0, net.minecraft.item.crafting.Ingredient@21085273, net.minecraft.item.crafting.Ingredient@7a1ed73d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9541 actuallyadditions:recipes331 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_paxel_crystal_black@0:[net.minecraft.item.crafting.Ingredient@6cbe523, net.minecraft.item.crafting.Ingredient@16f53b2a, net.minecraft.item.crafting.Ingredient@758d684d, net.minecraft.item.crafting.Ingredient@79a6eefe, net.minecraft.item.crafting.Ingredient@209dfe14]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9542 actuallyadditions:recipes332 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_paxel_crystal_white@0:[net.minecraft.item.crafting.Ingredient@1f0ead46, net.minecraft.item.crafting.Ingredient@15f61ea, net.minecraft.item.crafting.Ingredient@4fc0be21, net.minecraft.item.crafting.Ingredient@e29493, net.minecraft.item.crafting.Ingredient@6aec7d54]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9543 actuallyadditions:potion_ring_charging de.ellpeck.actuallyadditions.mod.crafting.RecipePotionRingCharging@6cadc4be +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9544 actuallyadditions:bio_mash de.ellpeck.actuallyadditions.mod.crafting.RecipeBioMash@5510070 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9545 actuallybaubles:magnet_ring_to_bauble RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_suction_ring@0:[net.minecraft.item.crafting.Ingredient@4f81b9]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9546 actuallybaubles:bauble_to_magnet_ring RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_suction_ring@0:[net.minecraft.item.crafting.Ingredient@2141331]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9547 actuallybaubles:battery_to_bauble_1 RecipeStage{tier='four', recipe=1xitem.actuallyadditions.item_battery@0:[net.minecraft.item.crafting.Ingredient@73f5cb9a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9548 actuallybaubles:battery_to_bauble_2 RecipeStage{tier='four', recipe=1xitem.actuallyadditions.item_battery_double@0:[net.minecraft.item.crafting.Ingredient@244c4fc5]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9549 actuallybaubles:battery_to_bauble_3 RecipeStage{tier='four', recipe=1xitem.actuallyadditions.item_battery_triple@0:[net.minecraft.item.crafting.Ingredient@282ee92c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9550 actuallybaubles:battery_to_bauble_4 RecipeStage{tier='four', recipe=1xitem.actuallyadditions.item_battery_quadruple@0:[net.minecraft.item.crafting.Ingredient@7268507a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9551 actuallybaubles:battery_to_bauble_5 RecipeStage{tier='four', recipe=1xitem.actuallyadditions.item_battery_quintuple@0:[net.minecraft.item.crafting.Ingredient@a05bd46]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9557 actuallybaubles:potion_ring_to_bauble_0 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_potion_ring_advanced@0:[net.minecraft.item.crafting.Ingredient@5c97465f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9558 actuallybaubles:bauble_to_potion_ring_0 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_potion_ring_advanced@0:[net.minecraft.item.crafting.Ingredient@4cc97abc]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9559 actuallybaubles:potion_ring_to_bauble_1 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_potion_ring_advanced@1:[net.minecraft.item.crafting.Ingredient@2e0a11e6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9560 actuallybaubles:bauble_to_potion_ring_1 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_potion_ring_advanced@1:[net.minecraft.item.crafting.Ingredient@5c2b02b7]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9561 actuallybaubles:potion_ring_to_bauble_2 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_potion_ring_advanced@2:[net.minecraft.item.crafting.Ingredient@22018407]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9562 actuallybaubles:bauble_to_potion_ring_2 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_potion_ring_advanced@2:[net.minecraft.item.crafting.Ingredient@79ab6338]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9563 actuallybaubles:potion_ring_to_bauble_3 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_potion_ring_advanced@3:[net.minecraft.item.crafting.Ingredient@5a899c2a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9564 actuallybaubles:bauble_to_potion_ring_3 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_potion_ring_advanced@3:[net.minecraft.item.crafting.Ingredient@a3e96a2]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9565 actuallybaubles:potion_ring_to_bauble_4 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_potion_ring_advanced@4:[net.minecraft.item.crafting.Ingredient@587a4345]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9566 actuallybaubles:bauble_to_potion_ring_4 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_potion_ring_advanced@4:[net.minecraft.item.crafting.Ingredient@7a6c9823]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9567 actuallybaubles:potion_ring_to_bauble_5 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_potion_ring_advanced@5:[net.minecraft.item.crafting.Ingredient@19981fbb]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9568 actuallybaubles:bauble_to_potion_ring_5 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_potion_ring_advanced@5:[net.minecraft.item.crafting.Ingredient@4f56abb6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9569 actuallybaubles:potion_ring_to_bauble_6 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_potion_ring_advanced@6:[net.minecraft.item.crafting.Ingredient@15ac9287]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9570 actuallybaubles:bauble_to_potion_ring_6 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_potion_ring_advanced@6:[net.minecraft.item.crafting.Ingredient@12a4cdf8]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9571 actuallybaubles:potion_ring_to_bauble_7 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_potion_ring_advanced@7:[net.minecraft.item.crafting.Ingredient@2efbecef]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9572 actuallybaubles:bauble_to_potion_ring_7 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_potion_ring_advanced@7:[net.minecraft.item.crafting.Ingredient@5c95cd2f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9573 actuallybaubles:potion_ring_to_bauble_8 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_potion_ring_advanced@8:[net.minecraft.item.crafting.Ingredient@612f122f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9574 actuallybaubles:bauble_to_potion_ring_8 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_potion_ring_advanced@8:[net.minecraft.item.crafting.Ingredient@2bc53ec0]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9575 actuallybaubles:potion_ring_to_bauble_9 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_potion_ring_advanced@9:[net.minecraft.item.crafting.Ingredient@32629231]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9576 actuallybaubles:bauble_to_potion_ring_9 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_potion_ring_advanced@9:[net.minecraft.item.crafting.Ingredient@32f9d30d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9577 buildcraftcore:decorated RecipeStage{tier='four', recipe=16xtile.decorated@5:[net.minecraft.item.crafting.Ingredient@6389d17e, net.minecraft.item.crafting.Ingredient@6389d17e, net.minecraft.item.crafting.Ingredient@6389d17e, net.minecraft.item.crafting.Ingredient@6389d17e, net.minecraft.item.crafting.Ingredient@15f0c4b2, net.minecraft.item.crafting.Ingredient@6389d17e, net.minecraft.item.crafting.Ingredient@6389d17e, net.minecraft.item.crafting.Ingredient@6389d17e, net.minecraft.item.crafting.Ingredient@6389d17e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9578 cyclicmagic:item.yellowdust RecipeStage{tier='three', recipe=4xitem.yellowDust@0:[net.minecraft.item.crafting.Ingredient@5fb55c13]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9579 cyclicmagic:item.netherquartz RecipeStage{tier='three', recipe=4xitem.netherquartz@0:[net.minecraft.item.crafting.Ingredient@693bbc74]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9580 cyclicmagic:item.snowball RecipeStage{tier='tutorial', recipe=4xitem.snowball@0:[net.minecraft.item.crafting.Ingredient@31ace5c2]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9581 cyclicmagic:item.skull.char net.minecraft.item.crafting.ShapelessRecipes@2b762897 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9582 cyclicmagic:tile.dispenser_1 RecipeStage{tier='three', recipe=1xtile.dispenser@0:[net.minecraft.item.crafting.Ingredient@d3528de, net.minecraft.item.crafting.Ingredient@d3528de, net.minecraft.item.crafting.Ingredient@d3528de, net.minecraft.item.crafting.Ingredient@d3528de, net.minecraft.item.crafting.Ingredient@5406a4a9, net.minecraft.item.crafting.Ingredient@d3528de, net.minecraft.item.crafting.Ingredient@d3528de, net.minecraft.item.crafting.Ingredient@5f6fe7b6, net.minecraft.item.crafting.Ingredient@d3528de]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9583 cyclicmagic:item.diode_1 RecipeStage{tier='three', recipe=1xitem.diode@0:[net.minecraft.item.crafting.Ingredient@64f8b224, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@64f8b224, net.minecraft.item.crafting.Ingredient@53a6dc6, net.minecraft.item.crafting.Ingredient@64f8b224, net.minecraft.item.crafting.Ingredient@53a6dc6, net.minecraft.item.crafting.Ingredient@216dd2ed, net.minecraft.item.crafting.Ingredient@216dd2ed, net.minecraft.item.crafting.Ingredient@216dd2ed]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9584 cyclicmagic:item.minecartchest_1 RecipeStage{tier='three', recipe=1xitem.minecartChest@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@440abb5a, net.minecraft.item.crafting.Ingredient@b3fe38c, net.minecraft.item.crafting.Ingredient@440abb5a, net.minecraft.item.crafting.Ingredient@440abb5a, net.minecraft.item.crafting.Ingredient@440abb5a, net.minecraft.item.crafting.Ingredient@440abb5a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9585 cyclicmagic:item.minecarttnt_1 RecipeStage{tier='three', recipe=1xitem.minecartTnt@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5d3deb70, net.minecraft.item.crafting.Ingredient@7cf51b61, net.minecraft.item.crafting.Ingredient@5d3deb70, net.minecraft.item.crafting.Ingredient@5d3deb70, net.minecraft.item.crafting.Ingredient@5d3deb70, net.minecraft.item.crafting.Ingredient@5d3deb70]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9586 cyclicmagic:item.minecarthopper_1 RecipeStage{tier='three', recipe=1xitem.minecartHopper@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6db4bfce, net.minecraft.item.crafting.Ingredient@19631277, net.minecraft.item.crafting.Ingredient@6db4bfce, net.minecraft.item.crafting.Ingredient@6db4bfce, net.minecraft.item.crafting.Ingredient@6db4bfce, net.minecraft.item.crafting.Ingredient@6db4bfce]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9587 cyclicmagic:item.minecartfurnace_1 RecipeStage{tier='three', recipe=1xitem.minecartFurnace@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2bb70c40, net.minecraft.item.crafting.Ingredient@7fcd3444, net.minecraft.item.crafting.Ingredient@2bb70c40, net.minecraft.item.crafting.Ingredient@2bb70c40, net.minecraft.item.crafting.Ingredient@2bb70c40, net.minecraft.item.crafting.Ingredient@2bb70c40]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9588 cyclicmagic:item.applegold_1 RecipeStage{tier='two', recipe=1xitem.appleGold@1:[net.minecraft.item.crafting.Ingredient@374fbebc, net.minecraft.item.crafting.Ingredient@374fbebc, net.minecraft.item.crafting.Ingredient@374fbebc, net.minecraft.item.crafting.Ingredient@374fbebc, net.minecraft.item.crafting.Ingredient@363ef288, net.minecraft.item.crafting.Ingredient@374fbebc, net.minecraft.item.crafting.Ingredient@374fbebc, net.minecraft.item.crafting.Ingredient@374fbebc, net.minecraft.item.crafting.Ingredient@374fbebc]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9589 cyclicmagic:item.melon RecipeStage{tier='tutorial', recipe=9xitem.melon@0:[net.minecraft.item.crafting.Ingredient@25782d03]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9590 cyclicmagic:item.netherstalkseeds RecipeStage{tier='three', recipe=9xitem.netherStalkSeeds@0:[net.minecraft.item.crafting.Ingredient@330142fc]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9591 cyclicmagic:item.crystallized_obsidian_1 RecipeStage{tier='five', recipe=1xitem.crystallized_obsidian@0:[net.minecraftforge.oredict.OreIngredient@780856c0, net.minecraft.item.crafting.Ingredient@31e02f06, net.minecraftforge.oredict.OreIngredient@780856c0, net.minecraftforge.oredict.OreIngredient@280ad54b, net.minecraftforge.oredict.OreIngredient@59371a96, net.minecraftforge.oredict.OreIngredient@280ad54b, net.minecraftforge.oredict.OreIngredient@780856c0, net.minecraft.item.crafting.Ingredient@31e02f06, net.minecraftforge.oredict.OreIngredient@780856c0]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9592 cyclicmagic:item.gold_minecart_1 RecipeStage{tier='three', recipe=1xitem.gold_minecart@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3d34ac5c, net.minecraft.item.crafting.Ingredient@64ac0c5c, net.minecraftforge.oredict.OreIngredient@3d34ac5c, net.minecraftforge.oredict.OreIngredient@3d34ac5c, net.minecraftforge.oredict.OreIngredient@3d34ac5c, net.minecraftforge.oredict.OreIngredient@3d34ac5c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9593 cyclicmagic:item.gold_furnace_minecart_1 RecipeStage{tier='three', recipe=1xitem.gold_furnace_minecart@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@285ef123, net.minecraft.item.crafting.Ingredient@5133c7f7, net.minecraftforge.oredict.OreIngredient@285ef123, net.minecraftforge.oredict.OreIngredient@285ef123, net.minecraftforge.oredict.OreIngredient@285ef123, net.minecraftforge.oredict.OreIngredient@285ef123]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9594 cyclicmagic:item.stone_minecart_1 RecipeStage{tier='three', recipe=1xitem.stone_minecart@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3affb25b, net.minecraft.item.crafting.Ingredient@7ddc47d7, net.minecraftforge.oredict.OreIngredient@3affb25b, net.minecraftforge.oredict.OreIngredient@3affb25b, net.minecraftforge.oredict.OreIngredient@3affb25b, net.minecraftforge.oredict.OreIngredient@3affb25b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9595 cyclicmagic:item.dropper_minecart_1 RecipeStage{tier='three', recipe=1xitem.dropper_minecart@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@26ca6053, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1c1132c5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9596 cyclicmagic:item.turret_minecart_1 RecipeStage{tier='three', recipe=1xitem.turret_minecart@0:[net.minecraft.item.crafting.Ingredient@3096b605, net.minecraft.item.crafting.Ingredient@62da3cc4, net.minecraft.item.crafting.Ingredient@3096b605, net.minecraftforge.oredict.OreIngredient@14cde931, net.minecraft.item.crafting.Ingredient@210a20d2, net.minecraftforge.oredict.OreIngredient@14cde931, net.minecraftforge.oredict.OreIngredient@14cde931, net.minecraftforge.oredict.OreIngredient@14cde931, net.minecraftforge.oredict.OreIngredient@14cde931]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9597 cyclicmagic:item.purple_boots_1 RecipeStage{tier='five', recipe=1xitem.purple_boots@0:[net.minecraftforge.oredict.OreIngredient@4c878c7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4c878c7, net.minecraftforge.oredict.OreIngredient@4c878c7, net.minecraftforge.oredict.OreIngredient@4c878c7, net.minecraftforge.oredict.OreIngredient@4c878c7]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9598 cyclicmagic:item.purple_leggings_1 RecipeStage{tier='five', recipe=1xitem.purple_leggings@0:[net.minecraftforge.oredict.OreIngredient@11aee691, net.minecraftforge.oredict.OreIngredient@11aee691, net.minecraftforge.oredict.OreIngredient@11aee691, net.minecraftforge.oredict.OreIngredient@11aee691, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@11aee691, net.minecraftforge.oredict.OreIngredient@11aee691, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@11aee691]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9599 cyclicmagic:item.purple_chestplate_1 RecipeStage{tier='five', recipe=1xitem.purple_chestplate@0:[net.minecraftforge.oredict.OreIngredient@28b86560, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@28b86560, net.minecraftforge.oredict.OreIngredient@28b86560, net.minecraftforge.oredict.OreIngredient@28b86560, net.minecraftforge.oredict.OreIngredient@28b86560, net.minecraftforge.oredict.OreIngredient@28b86560, net.minecraftforge.oredict.OreIngredient@28b86560, net.minecraftforge.oredict.OreIngredient@28b86560]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9600 cyclicmagic:item.purple_helmet_1 RecipeStage{tier='five', recipe=1xitem.purple_helmet@0:[net.minecraftforge.oredict.OreIngredient@4607ca2, net.minecraftforge.oredict.OreIngredient@4607ca2, net.minecraftforge.oredict.OreIngredient@4607ca2, net.minecraftforge.oredict.OreIngredient@4607ca2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4607ca2]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9601 cyclicmagic:item.crystal_pickaxe_1 RecipeStage{tier='five', recipe=1xitem.crystal_pickaxe@0:[net.minecraftforge.oredict.OreIngredient@9bf3984, net.minecraftforge.oredict.OreIngredient@9bf3984, net.minecraftforge.oredict.OreIngredient@9bf3984, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@f05e0c9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@f05e0c9, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9602 cyclicmagic:item.crystal_axe_1 RecipeStage{tier='five', recipe=1xitem.crystal_axe@0:[net.minecraftforge.oredict.OreIngredient@5482dbb5, net.minecraftforge.oredict.OreIngredient@5482dbb5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5482dbb5, net.minecraftforge.oredict.OreIngredient@2401bbb8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2401bbb8, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9603 cyclicmagic:item.crystal_axe_1_2_3 RecipeStage{tier='five', recipe=1xitem.crystal_axe@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4220459, net.minecraftforge.oredict.OreIngredient@4220459, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@34d2e40a, net.minecraftforge.oredict.OreIngredient@4220459, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@34d2e40a, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9604 cyclicmagic:item.crystal_spade_1 RecipeStage{tier='five', recipe=1xitem.crystal_spade@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5fba674c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4b2ea02e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4b2ea02e, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9605 cyclicmagic:item.crystal_hoe_1 RecipeStage{tier='five', recipe=1xitem.crystal_hoe@0:[net.minecraftforge.oredict.OreIngredient@604ab1d2, net.minecraftforge.oredict.OreIngredient@604ab1d2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6c463a90, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6c463a90, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9606 cyclicmagic:item.crystal_hoe_1_2_3 RecipeStage{tier='five', recipe=1xitem.crystal_hoe@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@52d7d8e6, net.minecraftforge.oredict.OreIngredient@52d7d8e6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@45c0851e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@45c0851e, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9607 cyclicmagic:item.crystal_sword_1 RecipeStage{tier='five', recipe=1xitem.crystal_sword@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4182a3d8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4182a3d8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2d7e4e79, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9608 cyclicmagic:item.glowing_helmet_1 RecipeStage{tier='four', recipe=1xitem.glowing_helmet@0:[net.minecraftforge.oredict.OreIngredient@24f11198, net.minecraftforge.oredict.OreIngredient@7039fabd, net.minecraftforge.oredict.OreIngredient@24f11198, net.minecraftforge.oredict.OreIngredient@7039fabd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7039fabd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9609 cyclicmagic:item.sword_weakness_1 RecipeStage{tier='five', recipe=1xitem.sword_weakness@0:[net.minecraft.item.crafting.Ingredient@5ee70d3a, net.minecraftforge.oredict.OreIngredient@3f290cdb, net.minecraft.item.crafting.Ingredient@5ee70d3a, net.minecraftforge.oredict.OreIngredient@389feeb9, net.minecraftforge.oredict.OreIngredient@3f290cdb, net.minecraftforge.oredict.OreIngredient@389feeb9, net.minecraft.item.crafting.Ingredient@5931cffa, net.minecraftforge.oredict.OreIngredient@68304adb, net.minecraft.item.crafting.Ingredient@5931cffa]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9610 cyclicmagic:item.sword_slowness_1 RecipeStage{tier='five', recipe=1xitem.sword_slowness@0:[net.minecraft.item.crafting.Ingredient@3ecd4f67, net.minecraftforge.oredict.OreIngredient@54c1bcf7, net.minecraft.item.crafting.Ingredient@3ecd4f67, net.minecraftforge.oredict.OreIngredient@4975cd46, net.minecraftforge.oredict.OreIngredient@54c1bcf7, net.minecraftforge.oredict.OreIngredient@4975cd46, net.minecraft.item.crafting.Ingredient@2f1d9b42, net.minecraftforge.oredict.OreIngredient@17c5faa6, net.minecraft.item.crafting.Ingredient@2f1d9b42]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9611 cyclicmagic:item.sword_ender_1 RecipeStage{tier='five', recipe=1xitem.sword_ender@0:[net.minecraft.item.crafting.Ingredient@7d20e39a, net.minecraftforge.oredict.OreIngredient@45882652, net.minecraft.item.crafting.Ingredient@7d20e39a, net.minecraftforge.oredict.OreIngredient@245fd5e2, net.minecraftforge.oredict.OreIngredient@45882652, net.minecraftforge.oredict.OreIngredient@245fd5e2, net.minecraft.item.crafting.Ingredient@70bd0ae5, net.minecraftforge.oredict.OreIngredient@5d7ae624, net.minecraft.item.crafting.Ingredient@70bd0ae5]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9612 cyclicmagic:item.sandstone_pickaxe_1 RecipeStage{tier='one', recipe=1xitem.sandstone_pickaxe@0:[net.minecraftforge.oredict.OreIngredient@7d16d7ff, net.minecraftforge.oredict.OreIngredient@7d16d7ff, net.minecraftforge.oredict.OreIngredient@7d16d7ff, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@79a8c4b9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@79a8c4b9, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9613 cyclicmagic:item.sandstone_axe_1 RecipeStage{tier='one', recipe=1xitem.sandstone_axe@0:[net.minecraftforge.oredict.OreIngredient@72fdf517, net.minecraftforge.oredict.OreIngredient@72fdf517, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@72fdf517, net.minecraftforge.oredict.OreIngredient@391f6d98, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@391f6d98, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9614 cyclicmagic:item.sandstone_axe_1_2_3 RecipeStage{tier='one', recipe=1xitem.sandstone_axe@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@62dfb0e, net.minecraftforge.oredict.OreIngredient@62dfb0e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3fce0783, net.minecraftforge.oredict.OreIngredient@62dfb0e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3fce0783, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9615 cyclicmagic:item.sandstone_spade_1 RecipeStage{tier='one', recipe=1xitem.sandstone_spade@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@60b7c245, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@92bb0d6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@92bb0d6, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9616 cyclicmagic:item.sandstone_hoe_1 RecipeStage{tier='one', recipe=1xitem.sandstone_hoe@0:[net.minecraftforge.oredict.OreIngredient@54c30b85, net.minecraftforge.oredict.OreIngredient@54c30b85, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@ab84eb2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@ab84eb2, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9617 cyclicmagic:item.sandstone_hoe_1_2_3 RecipeStage{tier='one', recipe=1xitem.sandstone_hoe@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5e41f233, net.minecraftforge.oredict.OreIngredient@5e41f233, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2ac0b8b0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2ac0b8b0, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9618 cyclicmagic:item.sandstone_sword_1 RecipeStage{tier='one', recipe=1xitem.sandstone_sword@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2e961ee0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2e961ee0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7f97a16b, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9619 cyclicmagic:item.chest_sack_empty_1 RecipeStage{tier='three', recipe=1xitem.chest_sack_empty@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@9817ef1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5277b0d9, net.minecraftforge.oredict.OreIngredient@72de66d8, net.minecraftforge.oredict.OreIngredient@5277b0d9, net.minecraftforge.oredict.OreIngredient@5277b0d9, net.minecraftforge.oredict.OreIngredient@5277b0d9, net.minecraftforge.oredict.OreIngredient@5277b0d9]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9620 cyclicmagic:item.chest_sack_empty_1_2_3 RecipeStage{tier='three', recipe=1xitem.chest_sack_empty@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@13073bd3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7d70f1ff, net.minecraft.item.crafting.Ingredient@12ee67f0, net.minecraftforge.oredict.OreIngredient@7d70f1ff, net.minecraftforge.oredict.OreIngredient@7d70f1ff, net.minecraftforge.oredict.OreIngredient@7d70f1ff, net.minecraftforge.oredict.OreIngredient@7d70f1ff]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9622 cyclicmagic:item.ender_pearl_reuse_1 RecipeStage{tier='four', recipe=1xitem.ender_pearl_reuse@0:[net.minecraft.item.crafting.Ingredient@59b54376, net.minecraftforge.oredict.OreIngredient@67839f3a, net.minecraft.item.crafting.Ingredient@59b54376, net.minecraftforge.oredict.OreIngredient@67839f3a, net.minecraftforge.oredict.OreIngredient@4adf607, net.minecraftforge.oredict.OreIngredient@67839f3a, net.minecraft.item.crafting.Ingredient@59b54376, net.minecraftforge.oredict.OreIngredient@67839f3a, net.minecraft.item.crafting.Ingredient@59b54376]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9623 cyclicmagic:item.ender_pearl_mounted_1 RecipeStage{tier='four', recipe=1xitem.ender_pearl_mounted@0:[net.minecraft.item.crafting.Ingredient@7212ed0a, net.minecraftforge.oredict.OreIngredient@913d63d, net.minecraft.item.crafting.Ingredient@7212ed0a, net.minecraftforge.oredict.OreIngredient@913d63d, net.minecraftforge.oredict.OreIngredient@62e504d6, net.minecraftforge.oredict.OreIngredient@913d63d, net.minecraft.item.crafting.Ingredient@7212ed0a, net.minecraftforge.oredict.OreIngredient@913d63d, net.minecraft.item.crafting.Ingredient@7212ed0a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9624 cyclicmagic:item.tool_harvest_weeds_1 RecipeStage{tier='one', recipe=1xitem.tool_harvest_weeds@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1d23e143, net.minecraft.item.crafting.Ingredient@3c08276e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3d577f0f, net.minecraftforge.oredict.OreIngredient@1d23e143, net.minecraft.item.crafting.Ingredient@3d577f0f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9625 cyclicmagic:item.tool_harvest_crops_1 RecipeStage{tier='three', recipe=1xitem.tool_harvest_crops@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2a56a931, net.minecraft.item.crafting.Ingredient@5718d842, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@287d6c84, net.minecraftforge.oredict.OreIngredient@2a56a931, net.minecraft.item.crafting.Ingredient@287d6c84, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9626 cyclicmagic:item.tool_harvest_leaves_1 RecipeStage{tier='one', recipe=1xitem.tool_harvest_leaves@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3149e25, net.minecraft.item.crafting.Ingredient@12df9ccd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1c14b3b7, net.minecraftforge.oredict.OreIngredient@3149e25, net.minecraft.item.crafting.Ingredient@1c14b3b7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9627 cyclicmagic:item.tool_swap_1 RecipeStage{tier='three', recipe=1xitem.tool_swap@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6ed6523a, net.minecraftforge.oredict.OreIngredient@77d24683, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@77d24683, net.minecraftforge.oredict.OreIngredient@6ed6523a, net.minecraftforge.oredict.OreIngredient@2718feaf, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9628 cyclicmagic:item.tool_swap_match_1 RecipeStage{tier='five', recipe=1xitem.tool_swap_match@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6c044bfb, net.minecraftforge.oredict.OreIngredient@987f216, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@987f216, net.minecraftforge.oredict.OreIngredient@6c044bfb, net.minecraftforge.oredict.OreIngredient@301f83c3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9629 cyclicmagic:item.horse_upgrade_type RecipeStage{tier='five', recipe=1xitem.horse_upgrade_type@0:[net.minecraft.item.crafting.Ingredient@588c5600, net.minecraft.item.crafting.Ingredient@43992efd]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9630 cyclicmagic:item.horse_upgrade_variant RecipeStage{tier='two', recipe=1xitem.horse_upgrade_variant@0:[net.minecraft.item.crafting.Ingredient@789b9d51, net.minecraft.item.crafting.Ingredient@12942a10]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9631 cyclicmagic:item.horse_upgrade_health RecipeStage{tier='five', recipe=1xitem.horse_upgrade_health@0:[net.minecraft.item.crafting.Ingredient@28925214, net.minecraft.item.crafting.Ingredient@22766f3d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9632 cyclicmagic:item.horse_upgrade_speed RecipeStage{tier='three', recipe=1xitem.horse_upgrade_speed@0:[net.minecraft.item.crafting.Ingredient@6231f37, net.minecraft.item.crafting.Ingredient@35d46149]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9633 cyclicmagic:item.horse_upgrade_jump RecipeStage{tier='three', recipe=1xitem.horse_upgrade_jump@0:[net.minecraft.item.crafting.Ingredient@fec8715, net.minecraft.item.crafting.Ingredient@1ef21e52]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9634 cyclicmagic:item.heart_food RecipeStage{tier='five', recipe=1xitem.heart_food@0:[net.minecraft.item.crafting.Ingredient@167e876a, net.minecraft.item.crafting.Ingredient@7d417e9f, net.minecraft.item.crafting.Ingredient@734fefeb, net.minecraftforge.oredict.OreIngredient@40ca570e, net.minecraft.item.crafting.Ingredient@226dcdaa, net.minecraftforge.oredict.OreIngredient@542eeafe, net.minecraft.item.crafting.Ingredient@58926727, net.minecraft.item.crafting.Ingredient@4af2291c, net.minecraft.item.crafting.Ingredient@63ead75]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9635 cyclicmagic:item.ender_blaze_1 RecipeStage{tier='three', recipe=1xitem.ender_blaze@0:[net.minecraftforge.oredict.OreIngredient@676c3c2a, net.minecraftforge.oredict.OreIngredient@5de72427, net.minecraftforge.oredict.OreIngredient@676c3c2a, net.minecraftforge.oredict.OreIngredient@676c3c2a, net.minecraftforge.oredict.OreIngredient@a930d50, net.minecraftforge.oredict.OreIngredient@676c3c2a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@a930d50, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9636 cyclicmagic:item.card_location_1 RecipeStage{tier='four', recipe=1xitem.card_location@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@fe55b7a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7e8fddf4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@38ce5f92, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9639 cyclicmagic:item.soulstone_1 RecipeStage{tier='five', recipe=1xitem.soulstone@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2fe8dab5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7df430a9, net.minecraftforge.oredict.OreIngredient@72278698, net.minecraft.item.crafting.Ingredient@13f06d61, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5d2d2ac1, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9641 cyclicmagic:item.password_remote_1 RecipeStage{tier='five', recipe=1xitem.password_remote@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@78f363c4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7c3fbe23, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@33e3374c, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9642 cyclicmagic:item.tool_elevate_1 RecipeStage{tier='five', recipe=1xitem.tool_elevate@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1c360570, net.minecraft.item.crafting.Ingredient@36c51db3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7fb8a871, net.minecraftforge.oredict.OreIngredient@1c360570, net.minecraft.item.crafting.Ingredient@7e77cf03, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9643 cyclicmagic:item.tool_rotate_1 RecipeStage{tier='two', recipe=1xitem.tool_rotate@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@76313bc9, net.minecraft.item.crafting.Ingredient@36fefddb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4c70e916, net.minecraft.item.crafting.Ingredient@76313bc9, net.minecraftforge.oredict.OreIngredient@4c70e916, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9644 cyclicmagic:item.evoker_fang_1 RecipeStage{tier='five', recipe=1xitem.evoker_fang@0:[net.minecraft.item.crafting.Ingredient@5dbbe04a, net.minecraft.item.crafting.Ingredient@28093c04, net.minecraft.item.crafting.Ingredient@69d804c1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2ab220ff, net.minecraft.item.crafting.Ingredient@28093c04, net.minecraft.item.crafting.Ingredient@16489ab2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5dbbe04a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9645 cyclicmagic:item.water_spreader_1 RecipeStage{tier='five', recipe=1xitem.water_spreader@0:[net.minecraft.item.crafting.Ingredient@512a4fd3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@512a4fd3, net.minecraftforge.oredict.OreIngredient@baccbcd, net.minecraft.item.crafting.Ingredient@512a4fd3, net.minecraftforge.oredict.OreIngredient@baccbcd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3022b0ee, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9646 cyclicmagic:item.ender_eye_orb_1 RecipeStage{tier='four', recipe=1xitem.ender_eye_orb@0:[net.minecraft.item.crafting.Ingredient@1ed49d83, net.minecraft.item.crafting.Ingredient@1ed49d83, net.minecraft.item.crafting.Ingredient@1ed49d83, net.minecraft.item.crafting.Ingredient@1ed49d83, net.minecraftforge.oredict.OreIngredient@1d830d5d, net.minecraft.item.crafting.Ingredient@1ed49d83, net.minecraft.item.crafting.Ingredient@1ed49d83, net.minecraft.item.crafting.Ingredient@1ed49d83, net.minecraft.item.crafting.Ingredient@1ed49d83]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9647 cyclicmagic:item.glove_climb_1 RecipeStage{tier='two', recipe=1xitem.glove_climb@0:[net.minecraftforge.oredict.OreIngredient@498ca8bd, net.minecraftforge.oredict.OreIngredient@498ca8bd, net.minecraftforge.oredict.OreIngredient@184a398c, net.minecraftforge.oredict.OreIngredient@498ca8bd, net.minecraftforge.oredict.OreIngredient@669c9e9f, net.minecraftforge.oredict.OreIngredient@184a398c, net.minecraftforge.oredict.OreIngredient@184a398c, net.minecraftforge.oredict.OreIngredient@184a398c, net.minecraftforge.oredict.OreIngredient@7d4995f4]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9648 cyclicmagic:item.tool_torch_launcher_1 RecipeStage{tier='two', recipe=1xitem.tool_torch_launcher@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@578662c, net.minecraftforge.oredict.OreIngredient@792787a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@792787a, net.minecraftforge.oredict.OreIngredient@578662c, net.minecraftforge.oredict.OreIngredient@4edda75d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9649 cyclicmagic:item.water_freezer_1 RecipeStage{tier='two', recipe=1xitem.water_freezer@0:[net.minecraft.item.crafting.Ingredient@7a0699d, net.minecraftforge.oredict.OreIngredient@41af2643, net.minecraft.item.crafting.Ingredient@7a0699d, net.minecraft.item.crafting.Ingredient@76ae651b, net.minecraftforge.oredict.OreIngredient@41af2643, net.minecraft.item.crafting.Ingredient@76ae651b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@556ad7a4, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9650 cyclicmagic:item.fire_killer_1 RecipeStage{tier='three', recipe=1xitem.fire_killer@0:[net.minecraft.item.crafting.Ingredient@4ae3abe7, net.minecraft.item.crafting.Ingredient@724616d2, net.minecraft.item.crafting.Ingredient@4ae3abe7, net.minecraftforge.oredict.OreIngredient@49b792e8, net.minecraft.item.crafting.Ingredient@724616d2, net.minecraftforge.oredict.OreIngredient@49b792e8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4cb4a078, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9652 cyclicmagic:item.tool_mount_1 RecipeStage{tier='two', recipe=1xitem.tool_mount@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@45e6da86, net.minecraftforge.oredict.OreIngredient@4b76cd34, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4b76cd34, net.minecraft.item.crafting.Ingredient@45e6da86, net.minecraftforge.oredict.OreIngredient@7d25369f, net.minecraftforge.oredict.OreIngredient@7d25369f, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9654 cyclicmagic:item.book_ender_1 RecipeStage{tier='five', recipe=1xitem.book_ender@0:[net.minecraftforge.oredict.OreIngredient@49b66ad4, net.minecraftforge.oredict.OreIngredient@37a37541, net.minecraftforge.oredict.OreIngredient@49b66ad4, net.minecraftforge.oredict.OreIngredient@49b66ad4, net.minecraft.item.crafting.Ingredient@dc68d9, net.minecraftforge.oredict.OreIngredient@49b66ad4, net.minecraftforge.oredict.OreIngredient@49b66ad4, net.minecraftforge.oredict.OreIngredient@49b66ad4, net.minecraftforge.oredict.OreIngredient@49b66ad4]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9655 cyclicmagic:item.carbon_paper RecipeStage{tier='three', recipe=1xitem.carbon_paper@0:[net.minecraft.item.crafting.Ingredient@1458636f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9656 cyclicmagic:item.carbon_paper_1_2 RecipeStage{tier='three', recipe=8xitem.carbon_paper@0:[net.minecraftforge.oredict.OreIngredient@5b043145, net.minecraftforge.oredict.OreIngredient@5b043145, net.minecraftforge.oredict.OreIngredient@5b043145, net.minecraftforge.oredict.OreIngredient@5b043145, net.minecraft.item.crafting.Ingredient@77214b9d, net.minecraftforge.oredict.OreIngredient@5b043145, net.minecraftforge.oredict.OreIngredient@5b043145, net.minecraftforge.oredict.OreIngredient@5b043145, net.minecraftforge.oredict.OreIngredient@5b043145]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9657 cyclicmagic:item.tool_spelunker_1 RecipeStage{tier='two', recipe=1xitem.tool_spelunker@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@700b8d87, net.minecraftforge.oredict.OreIngredient@d0b5db8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@271fd110, net.minecraft.item.crafting.Ingredient@700b8d87, net.minecraftforge.oredict.OreIngredient@271fd110, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9658 cyclicmagic:item.ender_dungeon_1 RecipeStage{tier='three', recipe=1xitem.ender_dungeon@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2eb103fb, net.minecraftforge.oredict.OreIngredient@2fac41f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@77ffcb45, net.minecraft.item.crafting.Ingredient@2eb103fb, net.minecraftforge.oredict.OreIngredient@77ffcb45, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9659 cyclicmagic:item.ender_lightning_1 RecipeStage{tier='three', recipe=1xitem.ender_lightning@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2e6164b8, net.minecraft.item.crafting.Ingredient@45469d84, net.minecraftforge.oredict.OreIngredient@7aef8dc6, net.minecraftforge.oredict.OreIngredient@5c67f36a, net.minecraftforge.oredict.OreIngredient@2e6164b8, net.minecraftforge.oredict.OreIngredient@26d9d696, net.minecraftforge.oredict.OreIngredient@7aef8dc6, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9660 cyclicmagic:item.cyclic_wand_build_1 RecipeStage{tier='five', recipe=1xitem.cyclic_wand_build@0:[net.minecraft.item.crafting.Ingredient@313b5553, net.minecraftforge.oredict.OreIngredient@66a04133, net.minecraft.item.crafting.Ingredient@313b5553, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7ffe50fa, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@ea55617, net.minecraftforge.oredict.OreIngredient@7ffe50fa, net.minecraftforge.oredict.OreIngredient@ea55617]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9661 cyclicmagic:item.tool_warp_home_1 RecipeStage{tier='five', recipe=1xitem.tool_warp_home@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@27d782c1, net.minecraftforge.oredict.OreIngredient@600859ba, net.minecraftforge.oredict.OreIngredient@72ea7546, net.minecraftforge.oredict.OreIngredient@72ea7546, net.minecraftforge.oredict.OreIngredient@27d782c1, net.minecraft.item.crafting.Ingredient@7f583c7b, net.minecraftforge.oredict.OreIngredient@72ea7546, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9662 cyclicmagic:item.tool_warp_spawn_1 RecipeStage{tier='five', recipe=1xitem.tool_warp_spawn@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@46652f4f, net.minecraftforge.oredict.OreIngredient@46652f4f, net.minecraftforge.oredict.OreIngredient@67042280, net.minecraftforge.oredict.OreIngredient@67042280, net.minecraftforge.oredict.OreIngredient@46652f4f, net.minecraftforge.oredict.OreIngredient@590171ff, net.minecraftforge.oredict.OreIngredient@67042280, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9663 cyclicmagic:item.tool_push_1 RecipeStage{tier='three', recipe=1xitem.tool_push@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@56c3b84f, net.minecraft.item.crafting.Ingredient@49fa5e1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@109598ff, net.minecraftforge.oredict.OreIngredient@56c3b84f, net.minecraft.item.crafting.Ingredient@109598ff, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9665 cyclicmagic:item.tool_spawn_inspect_1 RecipeStage{tier='two', recipe=1xitem.tool_spawn_inspect@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@165ce458, net.minecraftforge.oredict.OreIngredient@a689db3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@17daae27, net.minecraft.item.crafting.Ingredient@165ce458, net.minecraft.item.crafting.Ingredient@17daae27, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9667 cyclicmagic:item.wand_hypno_1 RecipeStage{tier='three', recipe=1xitem.wand_hypno@0:[net.minecraftforge.oredict.OreIngredient@5a419262, net.minecraft.item.crafting.Ingredient@1e97dc28, net.minecraftforge.oredict.OreIngredient@5a419262, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@43a10869, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5169607d, net.minecraft.item.crafting.Ingredient@15255a2d, net.minecraftforge.oredict.OreIngredient@5169607d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9669 cyclicmagic:item.ender_wool_1 RecipeStage{tier='five', recipe=1xitem.ender_wool@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@511be65a, net.minecraft.item.crafting.Ingredient@3078dd68, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3078dd68, net.minecraft.item.crafting.Ingredient@511be65a, net.minecraft.item.crafting.Ingredient@107cdecf, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9672 cyclicmagic:item.magic_net_1 RecipeStage{tier='five', recipe=1xitem.magic_net@0:[net.minecraftforge.oredict.OreIngredient@3dec2ef3, net.minecraft.item.crafting.Ingredient@2e461e63, net.minecraftforge.oredict.OreIngredient@3dec2ef3, net.minecraft.item.crafting.Ingredient@706483cb, net.minecraftforge.oredict.OreIngredient@2afc6e4e, net.minecraft.item.crafting.Ingredient@706483cb, net.minecraftforge.oredict.OreIngredient@3dec2ef3, net.minecraft.item.crafting.Ingredient@2e461e63, net.minecraftforge.oredict.OreIngredient@3dec2ef3]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9673 cyclicmagic:item.apple_emerald_1 RecipeStage{tier='five', recipe=1xitem.apple_emerald@0:[net.minecraftforge.oredict.OreIngredient@39a30d97, net.minecraft.item.crafting.Ingredient@2788a9c6, net.minecraftforge.oredict.OreIngredient@7bcf8072, net.minecraftforge.oredict.OreIngredient@2f613e1b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9674 cyclicmagic:item.corrupted_chorus_1 RecipeStage{tier='four', recipe=3xitem.corrupted_chorus@0:[net.minecraft.item.crafting.Ingredient@6cab0f4b, net.minecraft.item.crafting.Ingredient@6be0cebc, net.minecraft.item.crafting.Ingredient@6cab0f4b, net.minecraft.item.crafting.Ingredient@6cab0f4b, net.minecraft.item.crafting.Ingredient@6be0cebc, net.minecraft.item.crafting.Ingredient@6cab0f4b, net.minecraft.item.crafting.Ingredient@6cab0f4b, net.minecraft.item.crafting.Ingredient@6be0cebc, net.minecraft.item.crafting.Ingredient@6cab0f4b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9676 cyclicmagic:item.ender_snow_1 RecipeStage{tier='three', recipe=1xitem.ender_snow@0:[net.minecraft.item.crafting.Ingredient@603f7ea9, net.minecraftforge.oredict.OreIngredient@1039d8cf, net.minecraft.item.crafting.Ingredient@603f7ea9, net.minecraft.item.crafting.Ingredient@603f7ea9, net.minecraftforge.oredict.OreIngredient@3b9dc86e, net.minecraft.item.crafting.Ingredient@603f7ea9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@84df042, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9677 cyclicmagic:item.ender_water_1 RecipeStage{tier='three', recipe=1xitem.ender_water@0:[net.minecraftforge.oredict.OreIngredient@18b63fb9, net.minecraftforge.oredict.OreIngredient@18b63fb9, net.minecraftforge.oredict.OreIngredient@18b63fb9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4dbd40d8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@131c0dd4, net.minecraft.item.crafting.Ingredient@4dbd40d8, net.minecraft.item.crafting.Ingredient@131c0dd4]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9680 cyclicmagic:item.wand_missile_1 RecipeStage{tier='five', recipe=1xitem.wand_missile@0:[net.minecraftforge.oredict.OreIngredient@b445735, net.minecraft.item.crafting.Ingredient@3a4cf3c8, net.minecraftforge.oredict.OreIngredient@b445735, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@67250137, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@519aaacd, net.minecraftforge.oredict.OreIngredient@67250137, net.minecraftforge.oredict.OreIngredient@519aaacd]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9684 cyclicmagic:item.charm_boat_1 RecipeStage{tier='five', recipe=1xitem.charm_boat@0:[net.minecraftforge.oredict.OreIngredient@175b5537, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@56bbe436, net.minecraftforge.oredict.OreIngredient@431e3270, net.minecraftforge.oredict.OreIngredient@5f54c0a8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@431e3270, net.minecraftforge.oredict.OreIngredient@431e3270, net.minecraftforge.oredict.OreIngredient@175b5537]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9686 cyclicmagic:item.charm_speed_1 RecipeStage{tier='five', recipe=1xitem.charm_speed@0:[net.minecraftforge.oredict.OreIngredient@380568a5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@73f1faff, net.minecraftforge.oredict.OreIngredient@23418e25, net.minecraftforge.oredict.OreIngredient@5c6956b2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@23418e25, net.minecraftforge.oredict.OreIngredient@23418e25, net.minecraftforge.oredict.OreIngredient@380568a5]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9689 cyclicmagic:item.tool_mount_inverse_1 RecipeStage{tier='four', recipe=1xitem.tool_mount_inverse@0:[net.minecraftforge.oredict.OreIngredient@18bf8f23, net.minecraft.item.crafting.Ingredient@4178817a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4178817a, net.minecraftforge.oredict.OreIngredient@18bf8f23, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@152dad9, net.minecraftforge.oredict.OreIngredient@152dad9]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9690 cyclicmagic:item.apple_lapis RecipeStage{tier='two', recipe=1xitem.apple_lapis@0:[net.minecraft.item.crafting.Ingredient@55a14e90, net.minecraftforge.oredict.OreIngredient@5057660f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9691 cyclicmagic:item.inventory_food RecipeStage{tier='five', recipe=1xitem.inventory_food@0:[net.minecraftforge.oredict.OreIngredient@786e3ee4, net.minecraft.item.crafting.Ingredient@69ceaa7f, net.minecraft.item.crafting.Ingredient@c3d51a2, net.minecraft.item.crafting.Ingredient@19682f5d, net.minecraft.item.crafting.Ingredient@1078bb8a, net.minecraft.item.crafting.Ingredient@cf976a8, net.minecraftforge.oredict.OreIngredient@6aaf86d4, net.minecraftforge.oredict.OreIngredient@32654e1b, net.minecraftforge.oredict.OreIngredient@67140736]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9692 cyclicmagic:item.crafting_food RecipeStage{tier='five', recipe=1xitem.crafting_food@0:[net.minecraftforge.oredict.OreIngredient@3690daab, net.minecraft.item.crafting.Ingredient@2e9d4ff4, net.minecraft.item.crafting.Ingredient@69f7c0a6, net.minecraft.item.crafting.Ingredient@32b979e3, net.minecraft.item.crafting.Ingredient@2ccb89d, net.minecraft.item.crafting.Ingredient@466ab5df, net.minecraftforge.oredict.OreIngredient@11cfbf44, net.minecraftforge.oredict.OreIngredient@6840aaff, net.minecraftforge.oredict.OreIngredient@f2fef3a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9693 cyclicmagic:tile.fluid_drain_1 RecipeStage{tier='four', recipe=1xtile.fluid_drain@0:[net.minecraft.item.crafting.Ingredient@78152185, net.minecraft.item.crafting.Ingredient@243916c9, net.minecraft.item.crafting.Ingredient@78152185, net.minecraft.item.crafting.Ingredient@3c6c0388, net.minecraftforge.oredict.OreIngredient@63a8d63f, net.minecraft.item.crafting.Ingredient@3c6c0388, net.minecraft.item.crafting.Ingredient@15d23f53, net.minecraft.item.crafting.Ingredient@15d23f53, net.minecraft.item.crafting.Ingredient@15d23f53]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9694 cyclicmagic:tile.plate_launch_med_1 RecipeStage{tier='two', recipe=6xtile.plate_launch_med@0:[net.minecraftforge.oredict.OreIngredient@11d03027, net.minecraftforge.oredict.OreIngredient@11d03027, net.minecraftforge.oredict.OreIngredient@11d03027, net.minecraft.item.crafting.Ingredient@7fb966fc, net.minecraft.item.crafting.Ingredient@7fb966fc, net.minecraft.item.crafting.Ingredient@7fb966fc, net.minecraft.item.crafting.Ingredient@1e3dc3ab, net.minecraft.item.crafting.Ingredient@1e3dc3ab, net.minecraft.item.crafting.Ingredient@1e3dc3ab]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9695 cyclicmagic:tile.plate_launch_small_1 RecipeStage{tier='one', recipe=12xtile.plate_launch_small@0:[net.minecraftforge.oredict.OreIngredient@19a77955, net.minecraftforge.oredict.OreIngredient@19a77955, net.minecraftforge.oredict.OreIngredient@19a77955, net.minecraft.item.crafting.Ingredient@2d9d721b, net.minecraft.item.crafting.Ingredient@2d9d721b, net.minecraft.item.crafting.Ingredient@2d9d721b, net.minecraft.item.crafting.Ingredient@5dcddc98, net.minecraft.item.crafting.Ingredient@5dcddc98, net.minecraft.item.crafting.Ingredient@5dcddc98]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9696 cyclicmagic:tile.plate_launch_large_1 RecipeStage{tier='one', recipe=6xtile.plate_launch_large@0:[net.minecraftforge.oredict.OreIngredient@47d61ac1, net.minecraftforge.oredict.OreIngredient@47d61ac1, net.minecraftforge.oredict.OreIngredient@47d61ac1, net.minecraft.item.crafting.Ingredient@19db58a, net.minecraft.item.crafting.Ingredient@19db58a, net.minecraft.item.crafting.Ingredient@19db58a, net.minecraft.item.crafting.Ingredient@3207803d, net.minecraft.item.crafting.Ingredient@3207803d, net.minecraft.item.crafting.Ingredient@3207803d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9697 cyclicmagic:tile.plate_launch_extra_1 RecipeStage{tier='three', recipe=1xtile.plate_launch_extra@0:[net.minecraft.item.crafting.Ingredient@6d96530e, net.minecraft.item.crafting.Ingredient@6d96530e, net.minecraft.item.crafting.Ingredient@6d96530e, net.minecraftforge.oredict.OreIngredient@14b9ad3, net.minecraftforge.oredict.OreIngredient@14b9ad3, net.minecraftforge.oredict.OreIngredient@14b9ad3, net.minecraftforge.oredict.OreIngredient@fc3f4af, net.minecraftforge.oredict.OreIngredient@fc3f4af, net.minecraftforge.oredict.OreIngredient@fc3f4af]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9698 cyclicmagic:tile.wireless_transmitter_1 RecipeStage{tier='four', recipe=1xtile.wireless_transmitter@0:[net.minecraftforge.oredict.OreIngredient@40f764d5, net.minecraftforge.oredict.OreIngredient@1d37e31a, net.minecraftforge.oredict.OreIngredient@40f764d5, net.minecraftforge.oredict.OreIngredient@1d37e31a, net.minecraft.item.crafting.Ingredient@dc11a9f, net.minecraftforge.oredict.OreIngredient@1d37e31a, net.minecraftforge.oredict.OreIngredient@40f764d5, net.minecraftforge.oredict.OreIngredient@1d37e31a, net.minecraftforge.oredict.OreIngredient@40f764d5]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9699 cyclicmagic:tile.wireless_receiver_1 RecipeStage{tier='four', recipe=1xtile.wireless_receiver@0:[net.minecraftforge.oredict.OreIngredient@5bb05e0b, net.minecraftforge.oredict.OreIngredient@79bd5954, net.minecraftforge.oredict.OreIngredient@5bb05e0b, net.minecraftforge.oredict.OreIngredient@79bd5954, net.minecraft.item.crafting.Ingredient@7cadb11e, net.minecraftforge.oredict.OreIngredient@79bd5954, net.minecraftforge.oredict.OreIngredient@5bb05e0b, net.minecraftforge.oredict.OreIngredient@79bd5954, net.minecraftforge.oredict.OreIngredient@5bb05e0b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9700 cyclicmagic:tile.spikes_iron_1 RecipeStage{tier='two', recipe=2xtile.spikes_iron@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@57648487, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@57648487, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@57648487, net.minecraft.item.crafting.Ingredient@440010c6, net.minecraft.item.crafting.Ingredient@440010c6, net.minecraft.item.crafting.Ingredient@440010c6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9701 cyclicmagic:tile.spikes_diamond_1 RecipeStage{tier='five', recipe=2xtile.spikes_diamond@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@35337a11, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@35337a11, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@35337a11, net.minecraftforge.oredict.OreIngredient@4680808c, net.minecraftforge.oredict.OreIngredient@4680808c, net.minecraftforge.oredict.OreIngredient@4680808c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9702 cyclicmagic:tile.block_fragile_1 RecipeStage{tier='two', recipe=16xtile.block_fragile@0:[net.minecraftforge.oredict.OreIngredient@74e04e5f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@74e04e5f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@74e04e5f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@74e04e5f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@74e04e5f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9703 cyclicmagic:tile.block_fragile_auto_1 RecipeStage{tier='two', recipe=16xtile.block_fragile_auto@0:[net.minecraftforge.oredict.OreIngredient@18eb2e19, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@18eb2e19, net.minecraftforge.oredict.OreIngredient@18eb2e19, net.minecraftforge.oredict.OreIngredient@bcfe450, net.minecraftforge.oredict.OreIngredient@18eb2e19, net.minecraftforge.oredict.OreIngredient@18eb2e19, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@18eb2e19]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9704 cyclicmagic:tile.block_fragile_weak_1 RecipeStage{tier='two', recipe=16xtile.block_fragile_weak@0:[net.minecraftforge.oredict.OreIngredient@4d3f3b14, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4d3f3b14, net.minecraftforge.oredict.OreIngredient@4d3f3b14, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4d3f3b14, net.minecraftforge.oredict.OreIngredient@4d3f3b14, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4d3f3b14]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9705 cyclicmagic:tile.item_pipe_sort_1 RecipeStage{tier='four', recipe=4xtile.item_pipe_sort@0:[net.minecraftforge.oredict.OreIngredient@5b7a2cea, net.minecraft.item.crafting.Ingredient@787cd7f4, net.minecraftforge.oredict.OreIngredient@5b7a2cea, net.minecraft.item.crafting.Ingredient@4990768c, net.minecraftforge.oredict.OreIngredient@6f295b0a, net.minecraft.item.crafting.Ingredient@4990768c, net.minecraftforge.oredict.OreIngredient@5b7a2cea, net.minecraft.item.crafting.Ingredient@787cd7f4, net.minecraftforge.oredict.OreIngredient@5b7a2cea]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9706 cyclicmagic:tile.item_pipe_1 RecipeStage{tier='four', recipe=8xtile.item_pipe@0:[net.minecraft.item.crafting.Ingredient@5d5ab052, net.minecraftforge.oredict.OreIngredient@780e41f8, net.minecraft.item.crafting.Ingredient@5d5ab052, net.minecraftforge.oredict.OreIngredient@780e41f8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@780e41f8, net.minecraft.item.crafting.Ingredient@5d5ab052, net.minecraftforge.oredict.OreIngredient@780e41f8, net.minecraft.item.crafting.Ingredient@5d5ab052]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9707 cyclicmagic:tile.item_pump_1 RecipeStage{tier='four', recipe=1xtile.item_pump@0:[net.minecraftforge.oredict.OreIngredient@39d342a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@39d342a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@916b420, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@39d342a, net.minecraft.item.crafting.Ingredient@bcddd21, net.minecraftforge.oredict.OreIngredient@39d342a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9708 cyclicmagic:tile.energy_pipe_1 RecipeStage{tier='four', recipe=8xtile.energy_pipe@0:[net.minecraft.item.crafting.Ingredient@5d65b4f5, net.minecraftforge.oredict.OreIngredient@37b3e717, net.minecraft.item.crafting.Ingredient@5d65b4f5, net.minecraftforge.oredict.OreIngredient@37b3e717, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@37b3e717, net.minecraft.item.crafting.Ingredient@5d65b4f5, net.minecraftforge.oredict.OreIngredient@37b3e717, net.minecraft.item.crafting.Ingredient@5d65b4f5]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9709 cyclicmagic:tile.energy_pump_1 RecipeStage{tier='four', recipe=1xtile.energy_pump@0:[net.minecraftforge.oredict.OreIngredient@6124f126, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6124f126, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4987294a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6124f126, net.minecraft.item.crafting.Ingredient@11962dfd, net.minecraftforge.oredict.OreIngredient@6124f126]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9710 cyclicmagic:tile.fluid_pipe_1 RecipeStage{tier='four', recipe=8xtile.fluid_pipe@0:[net.minecraft.item.crafting.Ingredient@2539edc1, net.minecraftforge.oredict.OreIngredient@63d29581, net.minecraft.item.crafting.Ingredient@2539edc1, net.minecraftforge.oredict.OreIngredient@63d29581, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@63d29581, net.minecraft.item.crafting.Ingredient@2539edc1, net.minecraftforge.oredict.OreIngredient@63d29581, net.minecraft.item.crafting.Ingredient@2539edc1]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9711 cyclicmagic:tile.fluid_pump_1 RecipeStage{tier='four', recipe=1xtile.fluid_pump@0:[net.minecraftforge.oredict.OreIngredient@7abb1cbd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7abb1cbd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@db2e0f6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7abb1cbd, net.minecraft.item.crafting.Ingredient@1086bc89, net.minecraftforge.oredict.OreIngredient@7abb1cbd]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9712 cyclicmagic:tile.bundled_pipe_1 RecipeStage{tier='four', recipe=8xtile.bundled_pipe@0:[net.minecraft.item.crafting.Ingredient@421e9773, net.minecraftforge.oredict.OreIngredient@60622579, net.minecraft.item.crafting.Ingredient@421e9773, net.minecraftforge.oredict.OreIngredient@60622579, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@60622579, net.minecraft.item.crafting.Ingredient@421e9773, net.minecraftforge.oredict.OreIngredient@60622579, net.minecraft.item.crafting.Ingredient@421e9773]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9713 cyclicmagic:tile.block_library_1 RecipeStage{tier='four', recipe=4xtile.block_library@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@640a528, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@12ffd8e0, net.minecraft.item.crafting.Ingredient@6347701c, net.minecraft.item.crafting.Ingredient@12ffd8e0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@640a528, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9714 cyclicmagic:tile.block_library_ctrl_1 RecipeStage{tier='four', recipe=1xtile.block_library_ctrl@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@412a4b9d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@412a4b9d, net.minecraftforge.oredict.OreIngredient@2d7ebe0a, net.minecraft.item.crafting.Ingredient@412a4b9d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@412a4b9d, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9715 cyclicmagic:tile.plate_vector_1 RecipeStage{tier='four', recipe=6xtile.plate_vector@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6e38549f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@157694bc, net.minecraftforge.oredict.OreIngredient@3f179b92, net.minecraftforge.oredict.OreIngredient@157694bc, net.minecraft.item.crafting.Ingredient@5d4eb6, net.minecraft.item.crafting.Ingredient@5d4eb6, net.minecraft.item.crafting.Ingredient@5d4eb6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9716 cyclicmagic:tile.builder_pattern_1 RecipeStage{tier='five', recipe=1xtile.builder_pattern@0:[net.minecraftforge.oredict.OreIngredient@4fb605ee, net.minecraft.item.crafting.Ingredient@4c8227e0, net.minecraftforge.oredict.OreIngredient@4fb605ee, net.minecraftforge.oredict.OreIngredient@26c0f838, net.minecraft.item.crafting.Ingredient@a70ccd3, net.minecraftforge.oredict.OreIngredient@26c0f838, net.minecraftforge.oredict.OreIngredient@4fb605ee, net.minecraft.item.crafting.Ingredient@12569d63, net.minecraftforge.oredict.OreIngredient@4fb605ee]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9717 cyclicmagic:tile.magnet_block_1 RecipeStage{tier='four', recipe=1xtile.magnet_block@0:[net.minecraftforge.oredict.OreIngredient@620c7a4d, net.minecraftforge.oredict.OreIngredient@44175eea, net.minecraftforge.oredict.OreIngredient@620c7a4d, net.minecraftforge.oredict.OreIngredient@44175eea, net.minecraftforge.oredict.OreIngredient@3b71baf3, net.minecraftforge.oredict.OreIngredient@44175eea, net.minecraftforge.oredict.OreIngredient@620c7a4d, net.minecraftforge.oredict.OreIngredient@44175eea, net.minecraftforge.oredict.OreIngredient@620c7a4d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9718 cyclicmagic:tile.magnet_anti_block_1 RecipeStage{tier='five', recipe=1xtile.magnet_anti_block@0:[net.minecraftforge.oredict.OreIngredient@1bd154e0, net.minecraftforge.oredict.OreIngredient@2d41d34b, net.minecraftforge.oredict.OreIngredient@1bd154e0, net.minecraftforge.oredict.OreIngredient@2d41d34b, net.minecraftforge.oredict.OreIngredient@65cfa6bd, net.minecraftforge.oredict.OreIngredient@2d41d34b, net.minecraftforge.oredict.OreIngredient@1bd154e0, net.minecraftforge.oredict.OreIngredient@2d41d34b, net.minecraftforge.oredict.OreIngredient@1bd154e0]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9719 cyclicmagic:tile.block_vacuum_1 RecipeStage{tier='four', recipe=1xtile.block_vacuum@0:[net.minecraftforge.oredict.OreIngredient@60785e8e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@60785e8e, net.minecraft.item.crafting.Ingredient@4380163e, net.minecraftforge.oredict.OreIngredient@52673ec6, net.minecraft.item.crafting.Ingredient@4380163e, net.minecraft.item.crafting.Ingredient@600e7cf, net.minecraft.item.crafting.Ingredient@600e7cf, net.minecraft.item.crafting.Ingredient@600e7cf]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9720 cyclicmagic:tile.beacon_potion_1 RecipeStage{tier='five', recipe=1xtile.beacon_potion@0:[net.minecraft.item.crafting.Ingredient@ca615c1, net.minecraft.item.crafting.Ingredient@ca615c1, net.minecraft.item.crafting.Ingredient@ca615c1, net.minecraft.item.crafting.Ingredient@ca615c1, net.minecraft.item.crafting.Ingredient@d99a505, net.minecraft.item.crafting.Ingredient@ca615c1, net.minecraftforge.oredict.OreIngredient@2e08a2a0, net.minecraftforge.oredict.OreIngredient@2e08a2a0, net.minecraftforge.oredict.OreIngredient@2e08a2a0]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9722 cyclicmagic:tile.apple_1 RecipeStage{tier='one', recipe=2xtile.apple@0:[net.minecraft.item.crafting.Ingredient@7acbdef4, net.minecraftforge.oredict.OreIngredient@55c183cb, net.minecraftforge.oredict.OreIngredient@55c183cb, net.minecraft.item.crafting.Ingredient@7acbdef4]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9723 cyclicmagic:tile.beacon_redstone_1 RecipeStage{tier='three', recipe=1xtile.beacon_redstone@0:[net.minecraftforge.oredict.OreIngredient@7dcab3de, net.minecraftforge.oredict.OreIngredient@7dcab3de, net.minecraftforge.oredict.OreIngredient@7dcab3de, net.minecraftforge.oredict.OreIngredient@7dcab3de, net.minecraftforge.oredict.OreIngredient@24cca357, net.minecraftforge.oredict.OreIngredient@7dcab3de, net.minecraftforge.oredict.OreIngredient@d4f1c7, net.minecraftforge.oredict.OreIngredient@d4f1c7, net.minecraftforge.oredict.OreIngredient@d4f1c7]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9727 cyclicmagic:tile.block_hydrator_1 RecipeStage{tier='three', recipe=1xtile.block_hydrator@0:[net.minecraft.item.crafting.Ingredient@7f53538c, net.minecraft.item.crafting.Ingredient@1a47ed49, net.minecraft.item.crafting.Ingredient@7f53538c, net.minecraft.item.crafting.Ingredient@5fd744c1, net.minecraftforge.oredict.OreIngredient@2a85ba7, net.minecraft.item.crafting.Ingredient@5fd744c1, net.minecraft.item.crafting.Ingredient@34eaea2a, net.minecraft.item.crafting.Ingredient@34eaea2a, net.minecraft.item.crafting.Ingredient@34eaea2a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9728 cyclicmagic:tile.melter_1 RecipeStage{tier='three', recipe=1xtile.melter@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@19d5998c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@46ef96bb, net.minecraftforge.oredict.OreIngredient@413c477f, net.minecraft.item.crafting.Ingredient@46ef96bb, net.minecraftforge.oredict.OreIngredient@6968dcc5, net.minecraftforge.oredict.OreIngredient@6968dcc5, net.minecraftforge.oredict.OreIngredient@6968dcc5]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9729 cyclicmagic:tile.solidifier_1 RecipeStage{tier='three', recipe=1xtile.solidifier@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4bc86544, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6cb9d079, net.minecraftforge.oredict.OreIngredient@39e46863, net.minecraft.item.crafting.Ingredient@6cb9d079, net.minecraftforge.oredict.OreIngredient@5ead9ddb, net.minecraftforge.oredict.OreIngredient@5ead9ddb, net.minecraftforge.oredict.OreIngredient@5ead9ddb]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9730 cyclicmagic:tile.block_anvil_1 RecipeStage{tier='five', recipe=1xtile.block_anvil@0:[net.minecraftforge.oredict.OreIngredient@223fb371, net.minecraftforge.oredict.OreIngredient@223fb371, net.minecraftforge.oredict.OreIngredient@223fb371, net.minecraftforge.oredict.OreIngredient@5b2155e8, net.minecraft.item.crafting.Ingredient@497626ad, net.minecraftforge.oredict.OreIngredient@5b2155e8, net.minecraftforge.oredict.OreIngredient@419c999f, net.minecraftforge.oredict.OreIngredient@419c999f, net.minecraftforge.oredict.OreIngredient@419c999f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9732 cyclicmagic:tile.block_enchanter_1 RecipeStage{tier='five', recipe=1xtile.block_enchanter@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@76c6affc, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@edad3a6, net.minecraftforge.oredict.OreIngredient@36e5a51f, net.minecraftforge.oredict.OreIngredient@edad3a6, net.minecraftforge.oredict.OreIngredient@36e5a51f, net.minecraftforge.oredict.OreIngredient@36e5a51f, net.minecraftforge.oredict.OreIngredient@36e5a51f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9733 cyclicmagic:tile.exp_pylon_1 RecipeStage{tier='four', recipe=1xtile.exp_pylon@0:[net.minecraftforge.oredict.OreIngredient@687f55db, net.minecraft.item.crafting.Ingredient@30e0fc91, net.minecraftforge.oredict.OreIngredient@687f55db, net.minecraftforge.oredict.OreIngredient@2d05acc7, net.minecraft.item.crafting.Ingredient@3f46f531, net.minecraftforge.oredict.OreIngredient@2d05acc7, net.minecraftforge.oredict.OreIngredient@8f5923c, net.minecraftforge.oredict.OreIngredient@2bb67acf, net.minecraftforge.oredict.OreIngredient@8f5923c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9734 cyclicmagic:tile.builder_block_1 RecipeStage{tier='three', recipe=1xtile.builder_block@0:[net.minecraftforge.oredict.OreIngredient@43b49d4c, net.minecraft.item.crafting.Ingredient@3cc981b3, net.minecraftforge.oredict.OreIngredient@43b49d4c, net.minecraft.item.crafting.Ingredient@180994fc, net.minecraft.item.crafting.Ingredient@239fa27b, net.minecraft.item.crafting.Ingredient@180994fc, net.minecraftforge.oredict.OreIngredient@106e14bd, net.minecraftforge.oredict.OreIngredient@106e14bd, net.minecraftforge.oredict.OreIngredient@106e14bd]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9738 cyclicmagic:tile.password_block_1 RecipeStage{tier='three', recipe=1xtile.password_block@0:[net.minecraft.item.crafting.Ingredient@50e01e34, net.minecraft.item.crafting.Ingredient@50e01e34, net.minecraft.item.crafting.Ingredient@50e01e34, net.minecraft.item.crafting.Ingredient@31da090, net.minecraft.item.crafting.Ingredient@4edad570, net.minecraft.item.crafting.Ingredient@31da090, net.minecraft.item.crafting.Ingredient@50e01e34, net.minecraft.item.crafting.Ingredient@50e01e34, net.minecraft.item.crafting.Ingredient@50e01e34]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9739 cyclicmagic:tile.block_user_1 RecipeStage{tier='four', recipe=1xtile.block_user@0:[net.minecraftforge.oredict.OreIngredient@1328431b, net.minecraft.item.crafting.Ingredient@b417656, net.minecraftforge.oredict.OreIngredient@1328431b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@19063fd0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@65b64350, net.minecraftforge.oredict.OreIngredient@65b64350, net.minecraftforge.oredict.OreIngredient@65b64350]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9740 cyclicmagic:tile.trash_1 RecipeStage{tier='two', recipe=1xtile.trash@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4e0e7f3c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1fefdd7d, net.minecraftforge.oredict.OreIngredient@373f89ef, net.minecraftforge.oredict.OreIngredient@1fefdd7d, net.minecraftforge.oredict.OreIngredient@1fefdd7d, net.minecraftforge.oredict.OreIngredient@1fefdd7d, net.minecraftforge.oredict.OreIngredient@1fefdd7d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9742 cyclicmagic:tile.block_screen_1 RecipeStage{tier='four', recipe=1xtile.block_screen@0:[net.minecraftforge.oredict.OreIngredient@6a9b6d92, net.minecraft.item.crafting.Ingredient@7effba19, net.minecraftforge.oredict.OreIngredient@6a9b6d92, net.minecraftforge.oredict.OreIngredient@6a9b6d92, net.minecraftforge.oredict.OreIngredient@6a9b6d92, net.minecraftforge.oredict.OreIngredient@6a9b6d92, net.minecraft.item.crafting.Ingredient@7d70a253, net.minecraft.item.crafting.Ingredient@36f62d4f, net.minecraft.item.crafting.Ingredient@7d70a253]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9743 cyclicmagic:tile.screen_target_1 RecipeStage{tier='four', recipe=1xtile.screen_target@0:[net.minecraftforge.oredict.OreIngredient@480135cb, net.minecraft.item.crafting.Ingredient@4f9ae522, net.minecraftforge.oredict.OreIngredient@480135cb, net.minecraftforge.oredict.OreIngredient@480135cb, net.minecraftforge.oredict.OreIngredient@480135cb, net.minecraftforge.oredict.OreIngredient@480135cb, net.minecraft.item.crafting.Ingredient@295aea67, net.minecraft.item.crafting.Ingredient@301b74a2, net.minecraft.item.crafting.Ingredient@295aea67]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9744 cyclicmagic:tile.block_soundproofing_1 RecipeStage{tier='two', recipe=8xtile.block_soundproofing@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@709f6d03, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@709f6d03, net.minecraft.item.crafting.Ingredient@1b4aa9d6, net.minecraftforge.oredict.OreIngredient@709f6d03, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@709f6d03, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9745 cyclicmagic:tile.auto_crafter_1 RecipeStage{tier='five', recipe=1xtile.auto_crafter@0:[net.minecraftforge.oredict.OreIngredient@2e3b0523, net.minecraftforge.oredict.OreIngredient@12b1b83b, net.minecraftforge.oredict.OreIngredient@2e3b0523, net.minecraft.item.crafting.Ingredient@1c8a3f91, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@52403816, net.minecraftforge.oredict.OreIngredient@2e3b0523, net.minecraft.item.crafting.Ingredient@59bca157, net.minecraftforge.oredict.OreIngredient@2e3b0523]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9747 cyclicmagic:tile.fan_1 RecipeStage{tier='four', recipe=1xtile.fan@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@374f4e6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@374f4e6, net.minecraft.item.crafting.Ingredient@1ce0fdf3, net.minecraftforge.oredict.OreIngredient@374f4e6, net.minecraftforge.oredict.OreIngredient@d28952d, net.minecraftforge.oredict.OreIngredient@374f4e6, net.minecraftforge.oredict.OreIngredient@d28952d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9750 cyclicmagic:tile.block_disenchanter_1 RecipeStage{tier='five', recipe=1xtile.block_disenchanter@0:[net.minecraft.item.crafting.Ingredient@282e7bd1, net.minecraft.item.crafting.Ingredient@5739fce9, net.minecraft.item.crafting.Ingredient@282e7bd1, net.minecraftforge.oredict.OreIngredient@ff15ba7, net.minecraft.item.crafting.Ingredient@545a497b, net.minecraftforge.oredict.OreIngredient@ff15ba7, net.minecraftforge.oredict.OreIngredient@4c1c39ad, net.minecraftforge.oredict.OreIngredient@1abad5a0, net.minecraftforge.oredict.OreIngredient@4c1c39ad]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9751 cyclicmagic:tile.block_storeempty_1 RecipeStage{tier='four', recipe=1xtile.block_storeempty@0:[net.minecraftforge.oredict.OreIngredient@282cbb9d, net.minecraftforge.oredict.OreIngredient@439739ad, net.minecraftforge.oredict.OreIngredient@282cbb9d, net.minecraftforge.oredict.OreIngredient@439739ad, net.minecraftforge.oredict.OreIngredient@2b40f413, net.minecraftforge.oredict.OreIngredient@439739ad, net.minecraftforge.oredict.OreIngredient@282cbb9d, net.minecraftforge.oredict.OreIngredient@439739ad, net.minecraftforge.oredict.OreIngredient@282cbb9d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9752 cyclicmagic:tile.dropper_exact_1 RecipeStage{tier='four', recipe=1xtile.dropper_exact@0:[net.minecraftforge.oredict.OreIngredient@605b9145, net.minecraftforge.oredict.OreIngredient@605b9145, net.minecraftforge.oredict.OreIngredient@605b9145, net.minecraftforge.oredict.OreIngredient@605b9145, net.minecraft.item.crafting.Ingredient@2d663e80, net.minecraftforge.oredict.OreIngredient@605b9145, net.minecraftforge.oredict.OreIngredient@605b9145, net.minecraftforge.oredict.OreIngredient@605b9145, net.minecraftforge.oredict.OreIngredient@605b9145]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9753 cyclicmagic:tile.fluid_placer_1 RecipeStage{tier='four', recipe=1xtile.fluid_placer@0:[net.minecraftforge.oredict.OreIngredient@1f6d3048, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1f6d3048, net.minecraft.item.crafting.Ingredient@3639f1b, net.minecraftforge.oredict.OreIngredient@23004cd4, net.minecraft.item.crafting.Ingredient@65c5ef07, net.minecraftforge.oredict.OreIngredient@1f6d3048, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1f6d3048]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9754 cyclicmagic:item.forge.bucketfilled net.minecraft.item.crafting.ShapelessRecipes@45a31f0a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9755 astralsorcery:recipechangewandcolor RecipeStage{tier='two', recipe=1xitem.itemilluminationwand@0:[]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9758 astralsorcery:shaped/marble_black_raw RecipeStage{tier='two', recipe=8xtile.blockblackmarble@0:[net.minecraftforge.oredict.OreIngredient@977f38, net.minecraftforge.oredict.OreIngredient@5d4e6658, net.minecraftforge.oredict.OreIngredient@6b239097, net.minecraftforge.oredict.OreIngredient@73e293bc, net.minecraftforge.common.crafting.CompoundIngredient@66e59faf, net.minecraftforge.oredict.OreIngredient@11b50ccc, net.minecraftforge.oredict.OreIngredient@762d0235, net.minecraftforge.oredict.OreIngredient@40a2dd3, net.minecraftforge.oredict.OreIngredient@4ed8c21a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9759 astralsorcery:shaped/black_marble_arch RecipeStage{tier='two', recipe=3xtile.blockblackmarble@3:[net.minecraftforge.common.crafting.CompoundIngredient@6910fc08, net.minecraftforge.common.crafting.CompoundIngredient@34e1edd0, net.minecraftforge.common.crafting.CompoundIngredient@3e8ac0f7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9760 astralsorcery:shaped/black_marble_bricks RecipeStage{tier='two', recipe=4xtile.blockblackmarble@1:[net.minecraftforge.common.crafting.CompoundIngredient@3028d7e4, net.minecraftforge.common.crafting.CompoundIngredient@2c1f94be, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.common.crafting.CompoundIngredient@3029b0b9, net.minecraftforge.common.crafting.CompoundIngredient@77e352a0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9761 astralsorcery:shaped/black_marble_chiseled RecipeStage{tier='two', recipe=4xtile.blockblackmarble@4:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.common.crafting.CompoundIngredient@ab94d43, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.common.crafting.CompoundIngredient@3f64440e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.common.crafting.CompoundIngredient@607df67c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.common.crafting.CompoundIngredient@5647d22d, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9762 astralsorcery:shaped/black_marble_engraved RecipeStage{tier='two', recipe=5xtile.blockblackmarble@5:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.common.crafting.CompoundIngredient@189f3ff5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.common.crafting.CompoundIngredient@4eda0ac2, net.minecraftforge.common.crafting.CompoundIngredient@4fced183, net.minecraftforge.common.crafting.CompoundIngredient@54291dd6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.common.crafting.CompoundIngredient@3ad3a937, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9763 astralsorcery:shaped/black_marble_runed RecipeStage{tier='two', recipe=3xtile.blockblackmarble@6:[net.minecraftforge.common.crafting.CompoundIngredient@30373298, net.minecraftforge.common.crafting.CompoundIngredient@55f06b0b, net.minecraftforge.common.crafting.CompoundIngredient@1293997b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9764 astralsorcery:shaped/black_marble_pillar RecipeStage{tier='two', recipe=2xtile.blockblackmarble@2:[net.minecraftforge.common.crafting.CompoundIngredient@59cef14d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.common.crafting.CompoundIngredient@2afeb4c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9765 astralsorcery:shaped/marble_arch RecipeStage{tier='one', recipe=3xtile.blockmarble@3:[net.minecraftforge.common.crafting.CompoundIngredient@20a538f4, net.minecraftforge.common.crafting.CompoundIngredient@1e080305, net.minecraftforge.common.crafting.CompoundIngredient@667ab39f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9766 astralsorcery:shaped/marble_bricks RecipeStage{tier='one', recipe=4xtile.blockmarble@1:[net.minecraftforge.oredict.OreIngredient@697c383, net.minecraftforge.oredict.OreIngredient@58d9e87f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3d8d9e39, net.minecraftforge.oredict.OreIngredient@ed8245c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9767 astralsorcery:shaped/marble_chiseled RecipeStage{tier='one', recipe=4xtile.blockmarble@4:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.common.crafting.CompoundIngredient@21e6f97d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.common.crafting.CompoundIngredient@3f7ef7bf, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.common.crafting.CompoundIngredient@44ed8e34, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.common.crafting.CompoundIngredient@22ba02c6, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9768 astralsorcery:shaped/marble_engraved RecipeStage{tier='one', recipe=5xtile.blockmarble@5:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.common.crafting.CompoundIngredient@6dff1288, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.common.crafting.CompoundIngredient@7bed7b06, net.minecraftforge.common.crafting.CompoundIngredient@7681bb85, net.minecraftforge.common.crafting.CompoundIngredient@70a70618, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.common.crafting.CompoundIngredient@14105b52, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9769 astralsorcery:shaped/marble_runed RecipeStage{tier='one', recipe=3xtile.blockmarble@6:[net.minecraftforge.common.crafting.CompoundIngredient@2f1cf8ef, net.minecraftforge.common.crafting.CompoundIngredient@62e819a9, net.minecraftforge.common.crafting.CompoundIngredient@50eccd20, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9770 astralsorcery:shaped/marble_pillar RecipeStage{tier='one', recipe=2xtile.blockmarble@2:[net.minecraftforge.common.crafting.CompoundIngredient@26be84c2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.common.crafting.CompoundIngredient@743c90fc, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9771 astralsorcery:shaped/marble_stairs RecipeStage{tier='one', recipe=4xtile.blockmarblestairs@0:[net.minecraftforge.common.crafting.CompoundIngredient@6d812161, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.common.crafting.CompoundIngredient@419b307b, net.minecraftforge.common.crafting.CompoundIngredient@430e58f8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.common.crafting.CompoundIngredient@de6750e, net.minecraftforge.common.crafting.CompoundIngredient@1c24a5ba, net.minecraftforge.common.crafting.CompoundIngredient@32a3ab0]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9772 astralsorcery:shaped/marble_slab RecipeStage{tier='one', recipe=6xtile.blockmarbleslab@0:[net.minecraftforge.common.crafting.CompoundIngredient@7087f1b4, net.minecraftforge.common.crafting.CompoundIngredient@4cae3588, net.minecraftforge.common.crafting.CompoundIngredient@768b0960, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9773 astralsorcery:shapeless/infused_wood_planks RecipeStage{tier='two', recipe=4xtile.blockinfusedwood@1:[net.minecraftforge.common.crafting.CompoundIngredient@6372eb43]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9774 astralsorcery:shaped/infused_wood_arch RecipeStage{tier='two', recipe=3xtile.blockinfusedwood@3:[net.minecraftforge.common.crafting.CompoundIngredient@21bf1802, net.minecraftforge.common.crafting.CompoundIngredient@350e90e8, net.minecraftforge.common.crafting.CompoundIngredient@6e24a7bd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9775 astralsorcery:shaped/infused_wood_column RecipeStage{tier='two', recipe=3xtile.blockinfusedwood@2:[net.minecraftforge.common.crafting.CompoundIngredient@7cf6fe47, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.common.crafting.CompoundIngredient@16b5f22e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.common.crafting.CompoundIngredient@158a7189, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9776 astralsorcery:shaped/infused_wood_engraved RecipeStage{tier='two', recipe=4xtile.blockinfusedwood@4:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.common.crafting.CompoundIngredient@4cebe8f5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.common.crafting.CompoundIngredient@795b62d3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.common.crafting.CompoundIngredient@2d529f8f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.common.crafting.CompoundIngredient@6a172149, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9780 betterbuilderswands:recipewandunbreakable RecipeStage{tier='four', recipe=1xitem.betterbuilderswands.wandunbreakable@12:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1b4313c7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@71367ee2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@71367ee2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9781 betterbuilderswands:wandunbreakable13 RecipeStage{tier='four', recipe=1xitem.betterbuilderswands.wandunbreakable@13:[net.minecraft.item.crafting.Ingredient@670b03f6, net.minecraft.item.crafting.Ingredient@2588b09b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9782 betterbuilderswands:wandunbreakable14 RecipeStage{tier='four', recipe=1xitem.betterbuilderswands.wandunbreakable@14:[net.minecraft.item.crafting.Ingredient@6f04ee8, net.minecraft.item.crafting.Ingredient@395bf973]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9783 chiselsandbits:bitbagdyeing mod.chiselsandbits.crafting.BagDyeing@79f9491e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9784 chiselsandbits:positiveprintcrafting mod.chiselsandbits.crafting.ChiselCrafting@6b12b9c5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9785 chiselsandbits:chiselcrafting mod.chiselsandbits.crafting.ChiselBlockCrafting@8560ca5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9786 chiselsandbits:stackablecrafting mod.chiselsandbits.crafting.StackableCrafting@1d5d2a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9787 chiselsandbits:negativepatterncrafting mod.chiselsandbits.crafting.NegativeInversionCrafting@491d2fcd +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9788 chiselsandbits:mirrorpatterncrafting mod.chiselsandbits.crafting.MirrorTransferCrafting@2b3cb025 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9789 chiselsandbits:bitsawcrafting mod.chiselsandbits.crafting.BitSawCrafting@5c4bcfe6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9790 refinedstorage:cover com.raoulvdberge.refinedstorage.recipe.RecipeCover@1ef9b90d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9791 refinedstorage:hollow_cover com.raoulvdberge.refinedstorage.recipe.RecipeHollowCover@2ae817a4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9792 refinedstorage:fortune_1_upgrade RecipeStage{tier='five', recipe=1xitem.refinedstorage:upgrade@7:[net.minecraft.item.crafting.Ingredient@43cbc761, net.minecraft.item.crafting.Ingredient@439fa30e, net.minecraft.item.crafting.Ingredient@52df3d55, net.minecraft.item.crafting.Ingredient@57fd8e9, net.minecraft.item.crafting.Ingredient@1812e7e8, net.minecraft.item.crafting.Ingredient@26aba037, net.minecraft.item.crafting.Ingredient@d351422, net.minecraft.item.crafting.Ingredient@76763dfd, net.minecraft.item.crafting.Ingredient@7954a97c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9793 refinedstorage:fortune_2_upgrade RecipeStage{tier='five', recipe=1xitem.refinedstorage:upgrade@8:[net.minecraft.item.crafting.Ingredient@60eaccd1, net.minecraft.item.crafting.Ingredient@3ca986f9, net.minecraft.item.crafting.Ingredient@16a57bd9, net.minecraft.item.crafting.Ingredient@1532917e, net.minecraft.item.crafting.Ingredient@23084b4d, net.minecraft.item.crafting.Ingredient@53669f9b, net.minecraft.item.crafting.Ingredient@6ea04d9d, net.minecraft.item.crafting.Ingredient@6f189856, net.minecraft.item.crafting.Ingredient@e2be4db]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9794 refinedstorage:fortune_3_upgrade RecipeStage{tier='five', recipe=1xitem.refinedstorage:upgrade@9:[net.minecraft.item.crafting.Ingredient@5f64cd0, net.minecraft.item.crafting.Ingredient@2e87ae10, net.minecraft.item.crafting.Ingredient@7fdb9a27, net.minecraft.item.crafting.Ingredient@27132d36, net.minecraft.item.crafting.Ingredient@10b475c8, net.minecraft.item.crafting.Ingredient@350aee0, net.minecraft.item.crafting.Ingredient@20f9060f, net.minecraft.item.crafting.Ingredient@1e3df5bb, net.minecraft.item.crafting.Ingredient@2d94d981]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9795 refinedstorage:silk_touch_upgrade RecipeStage{tier='five', recipe=1xitem.refinedstorage:upgrade@6:[net.minecraft.item.crafting.Ingredient@4394f76a, net.minecraft.item.crafting.Ingredient@32f5428e, net.minecraft.item.crafting.Ingredient@39a6dd80, net.minecraft.item.crafting.Ingredient@38397964, net.minecraft.item.crafting.Ingredient@5cf2f6ae, net.minecraft.item.crafting.Ingredient@440b3e8c, net.minecraft.item.crafting.Ingredient@4bceb150, net.minecraft.item.crafting.Ingredient@38cf1314, net.minecraft.item.crafting.Ingredient@73c3c525]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9796 davincisvessels:tile.davincis.marker0 net.minecraftforge.oredict.ShapedOreRecipe@185b8163 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9797 davincisvessels:tile.davincis.gauge1 net.minecraftforge.oredict.ShapedOreRecipe@5d60b6d5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9798 davincisvessels:tile.davincis.gauge2 net.minecraftforge.oredict.ShapedOreRecipe@1b124de5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9799 davincisvessels:tile.davincis.gauge_ext3 net.minecraftforge.oredict.ShapedOreRecipe@497f17b4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9800 davincisvessels:tile.davincis.gauge_ext4 net.minecraftforge.oredict.ShapedOreRecipe@72ff1c4f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9801 davincisvessels:tile.davincis.seat5 net.minecraftforge.oredict.ShapedOreRecipe@5f322ab7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9802 davincisvessels:tile.davincis.crate_wood6 net.minecraftforge.oredict.ShapedOreRecipe@3f23ec32 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9803 davincisvessels:tile.davincis.engine7 net.minecraftforge.oredict.ShapedOreRecipe@603cba90 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9804 davincisvessels:tile.davincis.anchorpoint8 net.minecraftforge.oredict.ShapedOreRecipe@5125e47 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9805 davincisvessels:item.davincis.securedbed9 net.minecraftforge.oredict.ShapelessOreRecipe@1251a0da +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9806 davincisvessels:tile.davincis.buffer10 net.minecraftforge.oredict.ShapelessOreRecipe@749505ad +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9807 davincisvessels:tile.davincis.stickybuffer11 net.minecraftforge.oredict.ShapelessOreRecipe@2a337145 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9808 davincisvessels:tile.davincis.floater12 net.minecraftforge.oredict.ShapelessOreRecipe@7bfe0770 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9809 davincisvessels:tile.davincis.balloon.white13 net.minecraftforge.oredict.ShapelessOreRecipe@1188af41 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9810 davincisvessels:tile.davincis.balloon.white14 net.minecraftforge.oredict.ShapelessOreRecipe@4245e253 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9811 davincisvessels:tile.davincis.balloon.orange15 net.minecraftforge.oredict.ShapelessOreRecipe@35a24579 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9812 davincisvessels:tile.davincis.balloon.orange16 net.minecraftforge.oredict.ShapelessOreRecipe@4ee59b15 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9813 davincisvessels:tile.davincis.balloon.magenta17 net.minecraftforge.oredict.ShapelessOreRecipe@58e81f62 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9814 davincisvessels:tile.davincis.balloon.magenta18 net.minecraftforge.oredict.ShapelessOreRecipe@1db847 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9815 davincisvessels:tile.davincis.balloon.lightblue19 net.minecraftforge.oredict.ShapelessOreRecipe@550cd8cb +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9816 davincisvessels:tile.davincis.balloon.lightblue20 net.minecraftforge.oredict.ShapelessOreRecipe@346b7eb +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9817 davincisvessels:tile.davincis.balloon.yellow21 net.minecraftforge.oredict.ShapelessOreRecipe@4b385445 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9818 davincisvessels:tile.davincis.balloon.yellow22 net.minecraftforge.oredict.ShapelessOreRecipe@485f0742 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9819 davincisvessels:tile.davincis.balloon.lime23 net.minecraftforge.oredict.ShapelessOreRecipe@7d70db7d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9820 davincisvessels:tile.davincis.balloon.lime24 net.minecraftforge.oredict.ShapelessOreRecipe@40aacdda +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9821 davincisvessels:tile.davincis.balloon.pink25 net.minecraftforge.oredict.ShapelessOreRecipe@564b133d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9822 davincisvessels:tile.davincis.balloon.pink26 net.minecraftforge.oredict.ShapelessOreRecipe@2c87d79b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9823 davincisvessels:tile.davincis.balloon.gray27 net.minecraftforge.oredict.ShapelessOreRecipe@31e9a8bb +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9824 davincisvessels:tile.davincis.balloon.gray28 net.minecraftforge.oredict.ShapelessOreRecipe@1bcff649 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9825 davincisvessels:tile.davincis.balloon.silver29 net.minecraftforge.oredict.ShapelessOreRecipe@5e4f6699 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9826 davincisvessels:tile.davincis.balloon.silver30 net.minecraftforge.oredict.ShapelessOreRecipe@21cdf3db +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9827 davincisvessels:tile.davincis.balloon.cyan31 net.minecraftforge.oredict.ShapelessOreRecipe@6b00e946 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9828 davincisvessels:tile.davincis.balloon.cyan32 net.minecraftforge.oredict.ShapelessOreRecipe@4b7233eb +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9829 davincisvessels:tile.davincis.balloon.purple33 net.minecraftforge.oredict.ShapelessOreRecipe@7eca0cbb +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9830 davincisvessels:tile.davincis.balloon.purple34 net.minecraftforge.oredict.ShapelessOreRecipe@7b087cf2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9831 davincisvessels:tile.davincis.balloon.blue35 net.minecraftforge.oredict.ShapelessOreRecipe@206d1102 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9832 davincisvessels:tile.davincis.balloon.blue36 net.minecraftforge.oredict.ShapelessOreRecipe@2d41c00 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9833 davincisvessels:tile.davincis.balloon.brown37 net.minecraftforge.oredict.ShapelessOreRecipe@4a82b7ff +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9834 davincisvessels:tile.davincis.balloon.brown38 net.minecraftforge.oredict.ShapelessOreRecipe@3060b7c9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9835 davincisvessels:tile.davincis.balloon.green39 net.minecraftforge.oredict.ShapelessOreRecipe@1efe994d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9836 davincisvessels:tile.davincis.balloon.green40 net.minecraftforge.oredict.ShapelessOreRecipe@acb918f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9837 davincisvessels:tile.davincis.balloon.red41 net.minecraftforge.oredict.ShapelessOreRecipe@1e3019d8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9838 davincisvessels:tile.davincis.balloon.red42 net.minecraftforge.oredict.ShapelessOreRecipe@3ce22dbc +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9839 davincisvessels:tile.davincis.balloon.black43 net.minecraftforge.oredict.ShapelessOreRecipe@498e8888 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9840 davincisvessels:tile.davincis.balloon.black44 net.minecraftforge.oredict.ShapelessOreRecipe@1a07925d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9841 microblockcbe:micro_recipe codechicken.microblock.MicroRecipe$@484fa8e5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9894 mysticalagriculture:crafting RecipeStage{tier='five', recipe=1xitem.ma.crafting@6:[net.minecraft.item.crafting.Ingredient@413a6e43, net.minecraft.item.crafting.Ingredient@4a6f869b, net.minecraft.item.crafting.Ingredient@562a7b63, net.minecraft.item.crafting.Ingredient@7e9d5638]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9896 mysticalagriculture:crafting_2 RecipeStage{tier='five', recipe=1xitem.ma.crafting@8:[net.minecraft.item.crafting.Ingredient@3d57bef9, net.minecraft.item.crafting.Ingredient@44f42c9f, net.minecraft.item.crafting.Ingredient@19e469a7, net.minecraft.item.crafting.Ingredient@30cc219a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9897 mysticalagriculture:crafting_3 RecipeStage{tier='five', recipe=1xitem.ma.crafting@9:[net.minecraft.item.crafting.Ingredient@5599a35a, net.minecraft.item.crafting.Ingredient@6f0a411f, net.minecraft.item.crafting.Ingredient@3e1b6d95, net.minecraft.item.crafting.Ingredient@69a80fdb]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9898 mysticalagriculture:crafting_4 RecipeStage{tier='five', recipe=1xitem.ma.crafting@14:[net.minecraft.item.crafting.Ingredient@291eec86, net.minecraft.item.crafting.Ingredient@e1e8a9, net.minecraft.item.crafting.Ingredient@291eec86, net.minecraft.item.crafting.Ingredient@e1e8a9, net.minecraftforge.oredict.OreIngredient@4c8c4747, net.minecraft.item.crafting.Ingredient@e1e8a9, net.minecraft.item.crafting.Ingredient@291eec86, net.minecraft.item.crafting.Ingredient@e1e8a9, net.minecraft.item.crafting.Ingredient@291eec86]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9899 mysticalagriculture:record_13 RecipeStage{tier='five', recipe=1xitem.record@0:[net.minecraft.item.crafting.Ingredient@40b25355, net.minecraftforge.oredict.OreIngredient@1e16fd19, net.minecraft.item.crafting.Ingredient@11bdead2, net.minecraft.item.crafting.Ingredient@2b90281a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9900 mysticalagriculture:record_cat RecipeStage{tier='five', recipe=1xitem.record@0:[net.minecraft.item.crafting.Ingredient@50bd2ac7, net.minecraftforge.oredict.OreIngredient@2e28a178, net.minecraft.item.crafting.Ingredient@4529c5f, net.minecraft.item.crafting.Ingredient@2a60cedd]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9901 mysticalagriculture:record_blocks RecipeStage{tier='five', recipe=1xitem.record@0:[net.minecraft.item.crafting.Ingredient@787a722b, net.minecraftforge.oredict.OreIngredient@685aa91f, net.minecraft.item.crafting.Ingredient@44e084ef, net.minecraft.item.crafting.Ingredient@46422e35]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9902 mysticalagriculture:record_chirp RecipeStage{tier='five', recipe=1xitem.record@0:[net.minecraft.item.crafting.Ingredient@502db912, net.minecraftforge.oredict.OreIngredient@10aa9804, net.minecraft.item.crafting.Ingredient@47ce3fa2, net.minecraft.item.crafting.Ingredient@3d091da0]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9903 mysticalagriculture:record_far RecipeStage{tier='five', recipe=1xitem.record@0:[net.minecraft.item.crafting.Ingredient@44ff148c, net.minecraftforge.oredict.OreIngredient@727a009e, net.minecraft.item.crafting.Ingredient@7ebe76c, net.minecraft.item.crafting.Ingredient@90511ad]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9904 mysticalagriculture:record_mall RecipeStage{tier='five', recipe=1xitem.record@0:[net.minecraft.item.crafting.Ingredient@17bea7a7, net.minecraftforge.oredict.OreIngredient@4fb6f2bb, net.minecraft.item.crafting.Ingredient@6e9f1a99, net.minecraft.item.crafting.Ingredient@4a2209b8]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9905 mysticalagriculture:record_mellohi RecipeStage{tier='five', recipe=1xitem.record@0:[net.minecraft.item.crafting.Ingredient@5018005d, net.minecraftforge.oredict.OreIngredient@46c58315, net.minecraft.item.crafting.Ingredient@1cf02dbc, net.minecraft.item.crafting.Ingredient@2ce5b7da]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9906 mysticalagriculture:record_stal RecipeStage{tier='five', recipe=1xitem.record@0:[net.minecraft.item.crafting.Ingredient@5658b150, net.minecraftforge.oredict.OreIngredient@4b58fbea, net.minecraft.item.crafting.Ingredient@4a82ce3c, net.minecraft.item.crafting.Ingredient@c2c7757]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9907 mysticalagriculture:record_strad RecipeStage{tier='five', recipe=1xitem.record@0:[net.minecraft.item.crafting.Ingredient@13e6ba0f, net.minecraftforge.oredict.OreIngredient@4fc97561, net.minecraft.item.crafting.Ingredient@20302500, net.minecraft.item.crafting.Ingredient@53036cb8]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9908 mysticalagriculture:record_ward RecipeStage{tier='five', recipe=1xitem.record@0:[net.minecraft.item.crafting.Ingredient@71f593bb, net.minecraftforge.oredict.OreIngredient@504cb0a0, net.minecraft.item.crafting.Ingredient@186270bd, net.minecraft.item.crafting.Ingredient@71084a9e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9909 mysticalagriculture:record_11 RecipeStage{tier='five', recipe=1xitem.record@0:[net.minecraft.item.crafting.Ingredient@19c11bd8, net.minecraftforge.oredict.OreIngredient@122d67c5, net.minecraft.item.crafting.Ingredient@214283a4, net.minecraft.item.crafting.Ingredient@66829fdc]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9910 mysticalagriculture:record_wait RecipeStage{tier='five', recipe=1xitem.record@0:[net.minecraft.item.crafting.Ingredient@ee60574, net.minecraftforge.oredict.OreIngredient@3b8ce8af, net.minecraft.item.crafting.Ingredient@4902fc7d, net.minecraft.item.crafting.Ingredient@5c237e6d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9911 mysticalagriculture:crafting_5 RecipeStage{tier='five', recipe=4xitem.ma.crafting@15:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3e45584d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3e45584d, net.minecraft.item.crafting.Ingredient@60fabaec, net.minecraft.item.crafting.Ingredient@3e45584d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3e45584d, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9912 mysticalagriculture:inferium_apple RecipeStage{tier='five', recipe=1xitem.ma.inferium_apple@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@45369080, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@45369080, net.minecraft.item.crafting.Ingredient@51253f5b, net.minecraft.item.crafting.Ingredient@45369080, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@45369080, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9913 mysticalagriculture:prudentium_apple RecipeStage{tier='five', recipe=1xitem.ma.prudentium_apple@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@28980766, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@28980766, net.minecraft.item.crafting.Ingredient@595b2065, net.minecraft.item.crafting.Ingredient@28980766, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@28980766, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9914 mysticalagriculture:intermedium_apple RecipeStage{tier='five', recipe=1xitem.ma.intermedium_apple@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2b59b20e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2b59b20e, net.minecraft.item.crafting.Ingredient@43123334, net.minecraft.item.crafting.Ingredient@2b59b20e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2b59b20e, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9915 mysticalagriculture:superium_apple RecipeStage{tier='five', recipe=1xitem.ma.superium_apple@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2689333, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2689333, net.minecraft.item.crafting.Ingredient@64c798b2, net.minecraft.item.crafting.Ingredient@2689333, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2689333, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9916 mysticalagriculture:supremium_apple RecipeStage{tier='five', recipe=1xitem.ma.supremium_apple@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@269dbad6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@269dbad6, net.minecraft.item.crafting.Ingredient@602a443d, net.minecraft.item.crafting.Ingredient@269dbad6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@269dbad6, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9917 mysticalagriculture:watering_can RecipeStage{tier='five', recipe=1xitem.ma.watering_can@0:[net.minecraft.item.crafting.Ingredient@7ac85be5, net.minecraft.item.crafting.Ingredient@31481560, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7ac85be5, net.minecraft.item.crafting.Ingredient@371a4d8, net.minecraft.item.crafting.Ingredient@7ac85be5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7ac85be5, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9918 mysticalagriculture:watering_can_1 RecipeStage{tier='five', recipe=1xitem.ma.watering_can@1:[net.minecraft.item.crafting.Ingredient@180e1c5, net.minecraft.item.crafting.Ingredient@70921780, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@180e1c5, net.minecraft.item.crafting.Ingredient@7ecb3a2e, net.minecraft.item.crafting.Ingredient@180e1c5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@180e1c5, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9919 mysticalagriculture:watering_can_2 RecipeStage{tier='five', recipe=1xitem.ma.watering_can@2:[net.minecraft.item.crafting.Ingredient@3dba7b49, net.minecraft.item.crafting.Ingredient@5df45569, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3dba7b49, net.minecraft.item.crafting.Ingredient@7a491eb3, net.minecraft.item.crafting.Ingredient@3dba7b49, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3dba7b49, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9920 mysticalagriculture:watering_can_3 RecipeStage{tier='five', recipe=1xitem.ma.watering_can@3:[net.minecraft.item.crafting.Ingredient@3e061091, net.minecraft.item.crafting.Ingredient@41265525, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3e061091, net.minecraft.item.crafting.Ingredient@73a86734, net.minecraft.item.crafting.Ingredient@3e061091, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3e061091, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9921 mysticalagriculture:watering_can_4 RecipeStage{tier='five', recipe=1xitem.ma.watering_can@4:[net.minecraft.item.crafting.Ingredient@6f712184, net.minecraft.item.crafting.Ingredient@1c8dde32, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6f712184, net.minecraft.item.crafting.Ingredient@2c2c8b50, net.minecraft.item.crafting.Ingredient@6f712184, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6f712184, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9922 mysticalagriculture:crafting_6 RecipeStage{tier='five', recipe=1xitem.ma.crafting@16:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@427f01d9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@427f01d9, net.minecraft.item.crafting.Ingredient@30713bea, net.minecraft.item.crafting.Ingredient@427f01d9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@427f01d9, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9923 mysticalagriculture:crafting_7 RecipeStage{tier='five', recipe=1xitem.ma.crafting@17:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7f628c1f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7f628c1f, net.minecraft.item.crafting.Ingredient@45a92be3, net.minecraft.item.crafting.Ingredient@7f628c1f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7f628c1f, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9924 mysticalagriculture:crafting_8 RecipeStage{tier='five', recipe=1xitem.ma.crafting@18:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7ef60b47, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7ef60b47, net.minecraft.item.crafting.Ingredient@151f62f2, net.minecraft.item.crafting.Ingredient@7ef60b47, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7ef60b47, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9925 mysticalagriculture:crafting_9 RecipeStage{tier='five', recipe=1xitem.ma.crafting@19:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@12667034, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@12667034, net.minecraft.item.crafting.Ingredient@5c84ed0c, net.minecraft.item.crafting.Ingredient@12667034, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@12667034, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9926 mysticalagriculture:crafting_10 RecipeStage{tier='five', recipe=1xitem.ma.crafting@20:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@69f6efc, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@69f6efc, net.minecraft.item.crafting.Ingredient@275949cb, net.minecraft.item.crafting.Ingredient@69f6efc, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@69f6efc, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9927 mysticalagriculture:crafting_11 RecipeStage{tier='five', recipe=1xitem.ma.crafting@21:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7eea5d58, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7eea5d58, net.minecraft.item.crafting.Ingredient@37f34f7, net.minecraft.item.crafting.Ingredient@7eea5d58, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7eea5d58, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9928 mysticalagriculture:crafting_12 RecipeStage{tier='five', recipe=1xitem.ma.crafting@22:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@43832017, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@43832017, net.minecraft.item.crafting.Ingredient@6fafa5a2, net.minecraft.item.crafting.Ingredient@43832017, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@43832017, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9929 mysticalagriculture:crafting_13 RecipeStage{tier='five', recipe=1xitem.ma.crafting@23:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@525d5bfd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@525d5bfd, net.minecraft.item.crafting.Ingredient@8044a39, net.minecraft.item.crafting.Ingredient@525d5bfd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@525d5bfd, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9930 mysticalagriculture:crafting_14 RecipeStage{tier='five', recipe=1xitem.ma.crafting@24:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@60820fcc, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@60820fcc, net.minecraft.item.crafting.Ingredient@58b83292, net.minecraft.item.crafting.Ingredient@60820fcc, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@60820fcc, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9931 mysticalagriculture:crafting_15 RecipeStage{tier='five', recipe=1xitem.ma.crafting@32:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4b8b9944, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4b8b9944, net.minecraftforge.oredict.OreIngredient@3b071396, net.minecraft.item.crafting.Ingredient@4b8b9944, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4b8b9944, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9932 mysticalagriculture:crafting_16 RecipeStage{tier='five', recipe=1xitem.ma.crafting@33:[net.minecraft.item.crafting.Ingredient@6fc926b0, net.minecraft.item.crafting.Ingredient@781fc3b4, net.minecraft.item.crafting.Ingredient@7b07f482]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9933 mysticalagriculture:crafting_17 RecipeStage{tier='five', recipe=1xitem.ma.crafting@34:[net.minecraft.item.crafting.Ingredient@6b0f7622, net.minecraft.item.crafting.Ingredient@6d8b1a94, net.minecraft.item.crafting.Ingredient@29ec4043]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9934 mysticalagriculture:crafting_18 RecipeStage{tier='five', recipe=1xitem.ma.crafting@35:[net.minecraft.item.crafting.Ingredient@5ddfa8cf, net.minecraft.item.crafting.Ingredient@6835465a, net.minecraft.item.crafting.Ingredient@2390ed47]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9935 mysticalagriculture:crafting_19 RecipeStage{tier='five', recipe=1xitem.ma.crafting@36:[net.minecraft.item.crafting.Ingredient@45d755e3, net.minecraft.item.crafting.Ingredient@792dc95, net.minecraft.item.crafting.Ingredient@234ce3f5]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9936 mysticalagriculture:crafting_20 RecipeStage{tier='five', recipe=1xitem.ma.crafting@37:[net.minecraft.item.crafting.Ingredient@4932a0ad, net.minecraft.item.crafting.Ingredient@5855bb6a, net.minecraft.item.crafting.Ingredient@1cc2b8de]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9937 mysticalagriculture:crafting_21 RecipeStage{tier='five', recipe=1xitem.ma.crafting@32:[net.minecraft.item.crafting.Ingredient@266ee33b, net.minecraft.item.crafting.Ingredient@266ee33b, net.minecraft.item.crafting.Ingredient@266ee33b, net.minecraft.item.crafting.Ingredient@266ee33b, net.minecraft.item.crafting.Ingredient@266ee33b, net.minecraft.item.crafting.Ingredient@266ee33b, net.minecraft.item.crafting.Ingredient@266ee33b, net.minecraft.item.crafting.Ingredient@266ee33b, net.minecraft.item.crafting.Ingredient@266ee33b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9938 mysticalagriculture:crafting_22 RecipeStage{tier='five', recipe=1xitem.ma.crafting@33:[net.minecraft.item.crafting.Ingredient@25fb4151, net.minecraft.item.crafting.Ingredient@25fb4151, net.minecraft.item.crafting.Ingredient@25fb4151, net.minecraft.item.crafting.Ingredient@25fb4151, net.minecraft.item.crafting.Ingredient@25fb4151, net.minecraft.item.crafting.Ingredient@25fb4151, net.minecraft.item.crafting.Ingredient@25fb4151, net.minecraft.item.crafting.Ingredient@25fb4151, net.minecraft.item.crafting.Ingredient@25fb4151]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9939 mysticalagriculture:crafting_23 RecipeStage{tier='five', recipe=1xitem.ma.crafting@34:[net.minecraft.item.crafting.Ingredient@46de98f2, net.minecraft.item.crafting.Ingredient@46de98f2, net.minecraft.item.crafting.Ingredient@46de98f2, net.minecraft.item.crafting.Ingredient@46de98f2, net.minecraft.item.crafting.Ingredient@46de98f2, net.minecraft.item.crafting.Ingredient@46de98f2, net.minecraft.item.crafting.Ingredient@46de98f2, net.minecraft.item.crafting.Ingredient@46de98f2, net.minecraft.item.crafting.Ingredient@46de98f2]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9940 mysticalagriculture:crafting_24 RecipeStage{tier='five', recipe=1xitem.ma.crafting@35:[net.minecraft.item.crafting.Ingredient@5dda5cd0, net.minecraft.item.crafting.Ingredient@5dda5cd0, net.minecraft.item.crafting.Ingredient@5dda5cd0, net.minecraft.item.crafting.Ingredient@5dda5cd0, net.minecraft.item.crafting.Ingredient@5dda5cd0, net.minecraft.item.crafting.Ingredient@5dda5cd0, net.minecraft.item.crafting.Ingredient@5dda5cd0, net.minecraft.item.crafting.Ingredient@5dda5cd0, net.minecraft.item.crafting.Ingredient@5dda5cd0]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9941 mysticalagriculture:crafting_25 RecipeStage{tier='five', recipe=1xitem.ma.crafting@36:[net.minecraft.item.crafting.Ingredient@3ee8a1aa, net.minecraft.item.crafting.Ingredient@3ee8a1aa, net.minecraft.item.crafting.Ingredient@3ee8a1aa, net.minecraft.item.crafting.Ingredient@3ee8a1aa, net.minecraft.item.crafting.Ingredient@3ee8a1aa, net.minecraft.item.crafting.Ingredient@3ee8a1aa, net.minecraft.item.crafting.Ingredient@3ee8a1aa, net.minecraft.item.crafting.Ingredient@3ee8a1aa, net.minecraft.item.crafting.Ingredient@3ee8a1aa]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9942 mysticalagriculture:crafting_26 RecipeStage{tier='five', recipe=1xitem.ma.crafting@37:[net.minecraft.item.crafting.Ingredient@308e756e, net.minecraft.item.crafting.Ingredient@308e756e, net.minecraft.item.crafting.Ingredient@308e756e, net.minecraft.item.crafting.Ingredient@308e756e, net.minecraft.item.crafting.Ingredient@308e756e, net.minecraft.item.crafting.Ingredient@308e756e, net.minecraft.item.crafting.Ingredient@308e756e, net.minecraft.item.crafting.Ingredient@308e756e, net.minecraft.item.crafting.Ingredient@308e756e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9943 mysticalagriculture:crafting_27 RecipeStage{tier='five', recipe=1xitem.ma.crafting@38:[net.minecraft.item.crafting.Ingredient@5a4cdfa7, net.minecraft.item.crafting.Ingredient@5a4cdfa7, net.minecraft.item.crafting.Ingredient@5a4cdfa7, net.minecraft.item.crafting.Ingredient@5a4cdfa7, net.minecraft.item.crafting.Ingredient@5a4cdfa7, net.minecraft.item.crafting.Ingredient@5a4cdfa7, net.minecraft.item.crafting.Ingredient@5a4cdfa7, net.minecraft.item.crafting.Ingredient@5a4cdfa7, net.minecraft.item.crafting.Ingredient@5a4cdfa7]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9944 mysticalagriculture:soulstone RecipeStage{tier='three', recipe=8xtile.ma.soulstone@0:[net.minecraftforge.oredict.OreIngredient@4ad0f61c, net.minecraft.item.crafting.Ingredient@7d4bacef, net.minecraftforge.oredict.OreIngredient@4ad0f61c, net.minecraft.item.crafting.Ingredient@7d4bacef, net.minecraftforge.oredict.OreIngredient@4ad0f61c, net.minecraft.item.crafting.Ingredient@7d4bacef, net.minecraftforge.oredict.OreIngredient@4ad0f61c, net.minecraft.item.crafting.Ingredient@7d4bacef, net.minecraftforge.oredict.OreIngredient@4ad0f61c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9945 mysticalagriculture:soulstone_1 RecipeStage{tier='three', recipe=2xtile.ma.soulstone@2:[net.minecraft.item.crafting.Ingredient@13d4a934, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@13d4a934, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9946 mysticalagriculture:soulstone_2 RecipeStage{tier='three', recipe=4xtile.ma.soulstone@3:[net.minecraft.item.crafting.Ingredient@329ba22a, net.minecraft.item.crafting.Ingredient@329ba22a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@329ba22a, net.minecraft.item.crafting.Ingredient@329ba22a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9947 mysticalagriculture:soulstone_3 RecipeStage{tier='three', recipe=1xtile.ma.soulstone@5:[net.minecraft.item.crafting.Ingredient@1f8af422, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1f8af422, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9948 mysticalagriculture:soulstone_4 RecipeStage{tier='three', recipe=2xtile.ma.soulstone@6:[net.minecraft.item.crafting.Ingredient@75a940c2, net.minecraft.item.crafting.Ingredient@75a940c2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@75a940c2, net.minecraft.item.crafting.Ingredient@75a940c2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9949 mysticalagriculture:soulstone_slab RecipeStage{tier='three', recipe=6xtile.ma.soulstone_slab@0:[net.minecraft.item.crafting.Ingredient@313e4c57, net.minecraft.item.crafting.Ingredient@313e4c57, net.minecraft.item.crafting.Ingredient@313e4c57, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9950 mysticalagriculture:cobbled_soulstone_slab RecipeStage{tier='three', recipe=6xtile.ma.cobbled_soulstone_slab@0:[net.minecraft.item.crafting.Ingredient@4b0f1afd, net.minecraft.item.crafting.Ingredient@4b0f1afd, net.minecraft.item.crafting.Ingredient@4b0f1afd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9951 mysticalagriculture:soulstone_brick_slab RecipeStage{tier='three', recipe=6xtile.ma.soulstone_brick_slab@0:[net.minecraft.item.crafting.Ingredient@1d3dc48d, net.minecraft.item.crafting.Ingredient@1d3dc48d, net.minecraft.item.crafting.Ingredient@1d3dc48d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9952 mysticalagriculture:cobbled_soulstone_stairs RecipeStage{tier='three', recipe=4xtile.ma.cobbled_soulstone_stairs@0:[net.minecraft.item.crafting.Ingredient@259d349c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@259d349c, net.minecraft.item.crafting.Ingredient@259d349c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@259d349c, net.minecraft.item.crafting.Ingredient@259d349c, net.minecraft.item.crafting.Ingredient@259d349c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9953 mysticalagriculture:soulstone_brick_stairs RecipeStage{tier='three', recipe=4xtile.ma.soulstone_brick_stairs@0:[net.minecraft.item.crafting.Ingredient@1b27a2ca, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1b27a2ca, net.minecraft.item.crafting.Ingredient@1b27a2ca, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1b27a2ca, net.minecraft.item.crafting.Ingredient@1b27a2ca, net.minecraft.item.crafting.Ingredient@1b27a2ca]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9954 mysticalagriculture:cobbled_soulstone_wall RecipeStage{tier='three', recipe=6xtile.ma.cobbled_soulstone_wall@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7160bb7d, net.minecraft.item.crafting.Ingredient@7160bb7d, net.minecraft.item.crafting.Ingredient@7160bb7d, net.minecraft.item.crafting.Ingredient@7160bb7d, net.minecraft.item.crafting.Ingredient@7160bb7d, net.minecraft.item.crafting.Ingredient@7160bb7d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9955 mysticalagriculture:soulstone_brick_wall RecipeStage{tier='three', recipe=6xtile.ma.soulstone_brick_wall@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@57ede83e, net.minecraft.item.crafting.Ingredient@57ede83e, net.minecraft.item.crafting.Ingredient@57ede83e, net.minecraft.item.crafting.Ingredient@57ede83e, net.minecraft.item.crafting.Ingredient@57ede83e, net.minecraft.item.crafting.Ingredient@57ede83e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9956 mysticalagriculture:soul_glass RecipeStage{tier='five', recipe=8xtile.ma.soul_glass@0:[net.minecraftforge.oredict.OreIngredient@34ace21f, net.minecraft.item.crafting.Ingredient@145fcace, net.minecraftforge.oredict.OreIngredient@34ace21f, net.minecraft.item.crafting.Ingredient@145fcace, net.minecraftforge.oredict.OreIngredient@34ace21f, net.minecraft.item.crafting.Ingredient@145fcace, net.minecraftforge.oredict.OreIngredient@34ace21f, net.minecraft.item.crafting.Ingredient@145fcace, net.minecraftforge.oredict.OreIngredient@34ace21f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9957 mysticalagriculture:soul_glass_pane RecipeStage{tier='five', recipe=16xtile.ma.soul_glass_pane@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7461612d, net.minecraft.item.crafting.Ingredient@7461612d, net.minecraft.item.crafting.Ingredient@7461612d, net.minecraft.item.crafting.Ingredient@7461612d, net.minecraft.item.crafting.Ingredient@7461612d, net.minecraft.item.crafting.Ingredient@7461612d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9958 mysticalagriculture:crafting_28 RecipeStage{tier='five', recipe=1xitem.ma.crafting@29:[net.minecraft.item.crafting.Ingredient@45a5ddf9, net.minecraft.item.crafting.Ingredient@14376f00, net.minecraft.item.crafting.Ingredient@45a5ddf9, net.minecraft.item.crafting.Ingredient@14376f00, net.minecraft.item.crafting.Ingredient@45a5ddf9, net.minecraft.item.crafting.Ingredient@14376f00, net.minecraft.item.crafting.Ingredient@45a5ddf9, net.minecraft.item.crafting.Ingredient@14376f00, net.minecraft.item.crafting.Ingredient@45a5ddf9]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9959 mysticalagriculture:soulium_dagger RecipeStage{tier='five', recipe=1xitem.ma.soulium_dagger@0:[net.minecraft.item.crafting.Ingredient@1d4c0c78, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1d4c0c78, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@76ed503d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9960 mysticalagriculture:crafting_29 RecipeStage{tier='five', recipe=9xitem.ma.crafting@39:[net.minecraft.item.crafting.Ingredient@360cd60]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9961 mysticalagriculture:crafting_30 RecipeStage{tier='five', recipe=9xitem.ma.crafting@40:[net.minecraft.item.crafting.Ingredient@62c2f5fb]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9962 mysticalagriculture:crafting_31 RecipeStage{tier='five', recipe=9xitem.ma.crafting@41:[net.minecraft.item.crafting.Ingredient@55875a86]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9963 mysticalagriculture:crafting_32 RecipeStage{tier='five', recipe=9xitem.ma.crafting@42:[net.minecraft.item.crafting.Ingredient@4fb7aef3]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9964 mysticalagriculture:crafting_33 RecipeStage{tier='five', recipe=9xitem.ma.crafting@43:[net.minecraft.item.crafting.Ingredient@3c2f6af7]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9965 mysticalagriculture:crafting_34 RecipeStage{tier='five', recipe=9xitem.ma.crafting@44:[net.minecraft.item.crafting.Ingredient@bbc191f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9967 mysticalagriculture:crafting_36 RecipeStage{tier='five', recipe=1xitem.ma.crafting@48:[net.minecraft.item.crafting.Ingredient@608ac69d, net.minecraft.item.crafting.Ingredient@48872e5d, net.minecraft.item.crafting.Ingredient@608ac69d, net.minecraft.item.crafting.Ingredient@48872e5d, net.minecraft.item.crafting.Ingredient@48872e5d, net.minecraft.item.crafting.Ingredient@48872e5d, net.minecraft.item.crafting.Ingredient@608ac69d, net.minecraft.item.crafting.Ingredient@48872e5d, net.minecraft.item.crafting.Ingredient@608ac69d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9968 mysticalagriculture:crafting_37 RecipeStage{tier='five', recipe=1xitem.ma.crafting@50:[net.minecraft.item.crafting.Ingredient@4d309612, net.minecraft.item.crafting.Ingredient@3cb4bc2f, net.minecraft.item.crafting.Ingredient@4d309612, net.minecraft.item.crafting.Ingredient@7ee0da, net.minecraft.item.crafting.Ingredient@7bb819d6, net.minecraft.item.crafting.Ingredient@7ee0da, net.minecraft.item.crafting.Ingredient@4d309612, net.minecraft.item.crafting.Ingredient@7ee0da, net.minecraft.item.crafting.Ingredient@4d309612]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9969 mysticalagriculture:crafting_38 RecipeStage{tier='five', recipe=1xitem.ma.crafting@51:[net.minecraft.item.crafting.Ingredient@6bb6216c, net.minecraft.item.crafting.Ingredient@1c3964f0, net.minecraft.item.crafting.Ingredient@6bb6216c, net.minecraft.item.crafting.Ingredient@3e55d6b2, net.minecraft.item.crafting.Ingredient@72fabed8, net.minecraft.item.crafting.Ingredient@3e55d6b2, net.minecraft.item.crafting.Ingredient@6bb6216c, net.minecraft.item.crafting.Ingredient@3e55d6b2, net.minecraft.item.crafting.Ingredient@6bb6216c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9970 mysticalagriculture:crafting_39 RecipeStage{tier='five', recipe=1xitem.ma.crafting@52:[net.minecraft.item.crafting.Ingredient@14d0beab, net.minecraft.item.crafting.Ingredient@4a01ac5, net.minecraft.item.crafting.Ingredient@14d0beab, net.minecraft.item.crafting.Ingredient@682cb9dc, net.minecraft.item.crafting.Ingredient@43994ccc, net.minecraft.item.crafting.Ingredient@682cb9dc, net.minecraft.item.crafting.Ingredient@14d0beab, net.minecraft.item.crafting.Ingredient@682cb9dc, net.minecraft.item.crafting.Ingredient@14d0beab]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9971 mysticalagriculture:crafting_40 RecipeStage{tier='five', recipe=1xitem.ma.crafting@53:[net.minecraft.item.crafting.Ingredient@741ce2b5, net.minecraft.item.crafting.Ingredient@797357b3, net.minecraft.item.crafting.Ingredient@741ce2b5, net.minecraft.item.crafting.Ingredient@4b22141b, net.minecraft.item.crafting.Ingredient@70eeb85f, net.minecraft.item.crafting.Ingredient@4b22141b, net.minecraft.item.crafting.Ingredient@741ce2b5, net.minecraft.item.crafting.Ingredient@4b22141b, net.minecraft.item.crafting.Ingredient@741ce2b5]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9972 mysticalagriculture:crafting_41 RecipeStage{tier='five', recipe=1xitem.ma.crafting@54:[net.minecraft.item.crafting.Ingredient@3ebc2190, net.minecraft.item.crafting.Ingredient@65656890, net.minecraft.item.crafting.Ingredient@3ebc2190, net.minecraft.item.crafting.Ingredient@70f0152d, net.minecraft.item.crafting.Ingredient@5d112b4e, net.minecraft.item.crafting.Ingredient@70f0152d, net.minecraft.item.crafting.Ingredient@3ebc2190, net.minecraft.item.crafting.Ingredient@70f0152d, net.minecraft.item.crafting.Ingredient@3ebc2190]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9973 mysticalagriculture:experience_bottle RecipeStage{tier='five', recipe=4xitem.expBottle@0:[net.minecraft.item.crafting.Ingredient@7b000e9a, net.minecraft.item.crafting.Ingredient@356fd882, net.minecraft.item.crafting.Ingredient@4546ea7f, net.minecraft.item.crafting.Ingredient@19ac6fda]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9974 mysticalagriculture:chunk RecipeStage{tier='five', recipe=1xitem.ma.chunk@1:[net.minecraft.item.crafting.Ingredient@2943b9a5, net.minecraft.item.crafting.Ingredient@5ba4abe0, net.minecraft.item.crafting.Ingredient@218ccdf1]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9975 mysticalagriculture:chunk_1 RecipeStage{tier='five', recipe=1xitem.ma.chunk@2:[net.minecraft.item.crafting.Ingredient@695cc57d, net.minecraft.item.crafting.Ingredient@17d9981d, net.minecraft.item.crafting.Ingredient@50fd3c52]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9976 mysticalagriculture:chunk_2 RecipeStage{tier='five', recipe=1xitem.ma.chunk@3:[net.minecraft.item.crafting.Ingredient@3487fb7e, net.minecraft.item.crafting.Ingredient@6f458483, net.minecraft.item.crafting.Ingredient@56633a95]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9977 mysticalagriculture:chunk_3 RecipeStage{tier='five', recipe=1xitem.ma.chunk@4:[net.minecraft.item.crafting.Ingredient@1b3f96de, net.minecraft.item.crafting.Ingredient@581d68a6, net.minecraft.item.crafting.Ingredient@17e546a2]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9978 mysticalagriculture:chunk_4 RecipeStage{tier='five', recipe=1xitem.ma.chunk@6:[net.minecraft.item.crafting.Ingredient@2628a51b, net.minecraft.item.crafting.Ingredient@2628a51b, net.minecraft.item.crafting.Ingredient@2628a51b, net.minecraft.item.crafting.Ingredient@2628a51b, net.minecraft.item.crafting.Ingredient@15c3a120, net.minecraft.item.crafting.Ingredient@2628a51b, net.minecraft.item.crafting.Ingredient@2628a51b, net.minecraft.item.crafting.Ingredient@2628a51b, net.minecraft.item.crafting.Ingredient@2628a51b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9979 mysticalagriculture:chunk_5 RecipeStage{tier='five', recipe=1xitem.ma.chunk@7:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@302ee263, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@302ee263, net.minecraft.item.crafting.Ingredient@6972245f, net.minecraft.item.crafting.Ingredient@302ee263, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@302ee263, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9980 mysticalagriculture:chunk_6 RecipeStage{tier='five', recipe=1xitem.ma.chunk@8:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2e8bee6e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1163edcf, net.minecraft.item.crafting.Ingredient@4d8a2f8d, net.minecraft.item.crafting.Ingredient@1163edcf, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2e8bee6e, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9981 mysticalagriculture:chunk_7 RecipeStage{tier='five', recipe=1xitem.ma.chunk@9:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7faf04be, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6345ba81, net.minecraft.item.crafting.Ingredient@4cee6e10, net.minecraft.item.crafting.Ingredient@6345ba81, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7faf04be, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9982 mysticalagriculture:chunk_8 RecipeStage{tier='five', recipe=1xitem.ma.chunk@10:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@10139a4e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@10139a4e, net.minecraft.item.crafting.Ingredient@2f32e8b2, net.minecraft.item.crafting.Ingredient@10139a4e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@10139a4e, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9983 mysticalagriculture:chunk_9 RecipeStage{tier='five', recipe=1xitem.ma.chunk@11:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4f35929b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4f35929b, net.minecraft.item.crafting.Ingredient@777a94b7, net.minecraft.item.crafting.Ingredient@4f35929b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4f35929b, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9984 mysticalagriculture:chunk_10 RecipeStage{tier='five', recipe=1xitem.ma.chunk@12:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@39d6ce0e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1aaa2aaf, net.minecraft.item.crafting.Ingredient@45a60cec, net.minecraft.item.crafting.Ingredient@1aaa2aaf, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@39d6ce0e, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9985 mysticalagriculture:chunk_11 RecipeStage{tier='five', recipe=1xitem.ma.chunk@13:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@f14a4ff, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@f14a4ff, net.minecraft.item.crafting.Ingredient@5cee26b4, net.minecraft.item.crafting.Ingredient@f14a4ff, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@f14a4ff, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9986 mysticalagriculture:chunk_12 RecipeStage{tier='five', recipe=1xitem.ma.chunk@14:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1873644b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@35053a77, net.minecraft.item.crafting.Ingredient@771838cc, net.minecraft.item.crafting.Ingredient@35053a77, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1873644b, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9987 mysticalagriculture:chunk_13 RecipeStage{tier='five', recipe=1xitem.ma.chunk@15:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@ae53d57, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3c8dba9f, net.minecraft.item.crafting.Ingredient@41a819cd, net.minecraft.item.crafting.Ingredient@3c8dba9f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@ae53d57, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9988 mysticalagriculture:chunk_14 RecipeStage{tier='five', recipe=1xitem.ma.chunk@16:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5e953326, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5ff22f48, net.minecraft.item.crafting.Ingredient@7ed0e13c, net.minecraft.item.crafting.Ingredient@5ff22f48, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5e953326, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9989 mysticalagriculture:chunk_15 RecipeStage{tier='five', recipe=1xitem.ma.chunk@17:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@21de34fa, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@21de34fa, net.minecraft.item.crafting.Ingredient@58fee8fc, net.minecraft.item.crafting.Ingredient@21de34fa, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@21de34fa, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9990 mysticalagriculture:chunk_16 RecipeStage{tier='five', recipe=1xitem.ma.chunk@18:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@87400a0, net.minecraft.item.crafting.Ingredient@daad03a, net.minecraft.item.crafting.Ingredient@87400a0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9991 mysticalagriculture:chunk_17 RecipeStage{tier='five', recipe=1xitem.ma.chunk@19:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@39593bac, net.minecraft.item.crafting.Ingredient@62a907bd, net.minecraft.item.crafting.Ingredient@39593bac, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9992 mysticalagriculture:chunk_18 RecipeStage{tier='five', recipe=1xitem.ma.chunk@20:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4d0ef4e9, net.minecraft.item.crafting.Ingredient@67b0961a, net.minecraft.item.crafting.Ingredient@4d0ef4e9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9993 mysticalagriculture:tier1_inferium_seeds RecipeStage{tier='five', recipe=1xitem.ma.tier1_inferium_seeds@0:[net.minecraft.item.crafting.Ingredient@3e700b6c, net.minecraft.item.crafting.Ingredient@3e700b6c, net.minecraft.item.crafting.Ingredient@3e700b6c, net.minecraft.item.crafting.Ingredient@3e700b6c, net.minecraft.item.crafting.Ingredient@2ebdc4fb, net.minecraft.item.crafting.Ingredient@3e700b6c, net.minecraft.item.crafting.Ingredient@3e700b6c, net.minecraft.item.crafting.Ingredient@3e700b6c, net.minecraft.item.crafting.Ingredient@3e700b6c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9994 mysticalagriculture:tier2_inferium_seeds RecipeStage{tier='five', recipe=1xitem.ma.tier2_inferium_seeds@0:[net.minecraft.item.crafting.Ingredient@c41a75c, net.minecraft.item.crafting.Ingredient@c41a75c, net.minecraft.item.crafting.Ingredient@c41a75c, net.minecraft.item.crafting.Ingredient@c41a75c, net.minecraft.item.crafting.Ingredient@3254e6d3, net.minecraft.item.crafting.Ingredient@c41a75c, net.minecraft.item.crafting.Ingredient@c41a75c, net.minecraft.item.crafting.Ingredient@c41a75c, net.minecraft.item.crafting.Ingredient@c41a75c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9995 mysticalagriculture:tier3_inferium_seeds RecipeStage{tier='five', recipe=1xitem.ma.tier3_inferium_seeds@0:[net.minecraft.item.crafting.Ingredient@37918d6c, net.minecraft.item.crafting.Ingredient@37918d6c, net.minecraft.item.crafting.Ingredient@37918d6c, net.minecraft.item.crafting.Ingredient@37918d6c, net.minecraft.item.crafting.Ingredient@36eba785, net.minecraft.item.crafting.Ingredient@37918d6c, net.minecraft.item.crafting.Ingredient@37918d6c, net.minecraft.item.crafting.Ingredient@37918d6c, net.minecraft.item.crafting.Ingredient@37918d6c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9996 mysticalagriculture:tier4_inferium_seeds RecipeStage{tier='five', recipe=1xitem.ma.tier4_inferium_seeds@0:[net.minecraft.item.crafting.Ingredient@22a0027e, net.minecraft.item.crafting.Ingredient@22a0027e, net.minecraft.item.crafting.Ingredient@22a0027e, net.minecraft.item.crafting.Ingredient@22a0027e, net.minecraft.item.crafting.Ingredient@196101ab, net.minecraft.item.crafting.Ingredient@22a0027e, net.minecraft.item.crafting.Ingredient@22a0027e, net.minecraft.item.crafting.Ingredient@22a0027e, net.minecraft.item.crafting.Ingredient@22a0027e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9997 mysticalagriculture:tier5_inferium_seeds RecipeStage{tier='five', recipe=1xitem.ma.tier5_inferium_seeds@0:[net.minecraft.item.crafting.Ingredient@34e83236, net.minecraft.item.crafting.Ingredient@34e83236, net.minecraft.item.crafting.Ingredient@34e83236, net.minecraft.item.crafting.Ingredient@34e83236, net.minecraft.item.crafting.Ingredient@16f96527, net.minecraft.item.crafting.Ingredient@34e83236, net.minecraft.item.crafting.Ingredient@34e83236, net.minecraft.item.crafting.Ingredient@34e83236, net.minecraft.item.crafting.Ingredient@34e83236]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9998 mysticalagriculture:stone_seeds RecipeStage{tier='five', recipe=1xitem.ma.stone_seeds@0:[net.minecraft.item.crafting.Ingredient@3714013a, net.minecraft.item.crafting.Ingredient@1f956945, net.minecraft.item.crafting.Ingredient@3714013a, net.minecraft.item.crafting.Ingredient@1f956945, net.minecraft.item.crafting.Ingredient@6a199103, net.minecraft.item.crafting.Ingredient@1f956945, net.minecraft.item.crafting.Ingredient@3714013a, net.minecraft.item.crafting.Ingredient@1f956945, net.minecraft.item.crafting.Ingredient@3714013a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9999 mysticalagriculture:dirt_seeds RecipeStage{tier='five', recipe=1xitem.ma.dirt_seeds@0:[net.minecraft.item.crafting.Ingredient@1773cd27, net.minecraft.item.crafting.Ingredient@264e1d90, net.minecraft.item.crafting.Ingredient@1773cd27, net.minecraft.item.crafting.Ingredient@264e1d90, net.minecraft.item.crafting.Ingredient@f901d3, net.minecraft.item.crafting.Ingredient@264e1d90, net.minecraft.item.crafting.Ingredient@1773cd27, net.minecraft.item.crafting.Ingredient@264e1d90, net.minecraft.item.crafting.Ingredient@1773cd27]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10000 mysticalagriculture:nature_seeds RecipeStage{tier='five', recipe=1xitem.ma.nature_seeds@0:[net.minecraft.item.crafting.Ingredient@3ebec7b6, net.minecraft.item.crafting.Ingredient@7f925f29, net.minecraft.item.crafting.Ingredient@3ebec7b6, net.minecraft.item.crafting.Ingredient@7f925f29, net.minecraft.item.crafting.Ingredient@37ad3e91, net.minecraft.item.crafting.Ingredient@7f925f29, net.minecraft.item.crafting.Ingredient@3ebec7b6, net.minecraft.item.crafting.Ingredient@7f925f29, net.minecraft.item.crafting.Ingredient@3ebec7b6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10001 mysticalagriculture:wood_seeds RecipeStage{tier='five', recipe=1xitem.ma.wood_seeds@0:[net.minecraftforge.oredict.OreIngredient@5f20d3d9, net.minecraft.item.crafting.Ingredient@496cd3ef, net.minecraftforge.oredict.OreIngredient@5f20d3d9, net.minecraft.item.crafting.Ingredient@496cd3ef, net.minecraft.item.crafting.Ingredient@17eb35e5, net.minecraft.item.crafting.Ingredient@496cd3ef, net.minecraftforge.oredict.OreIngredient@5f20d3d9, net.minecraft.item.crafting.Ingredient@496cd3ef, net.minecraftforge.oredict.OreIngredient@5f20d3d9]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10002 mysticalagriculture:water_seeds RecipeStage{tier='five', recipe=1xitem.ma.water_seeds@0:[net.minecraft.item.crafting.Ingredient@16d09bd9, net.minecraft.item.crafting.Ingredient@13d7e32, net.minecraft.item.crafting.Ingredient@16d09bd9, net.minecraft.item.crafting.Ingredient@13d7e32, net.minecraft.item.crafting.Ingredient@4fb727ed, net.minecraft.item.crafting.Ingredient@13d7e32, net.minecraft.item.crafting.Ingredient@16d09bd9, net.minecraft.item.crafting.Ingredient@13d7e32, net.minecraft.item.crafting.Ingredient@16d09bd9]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10003 mysticalagriculture:ice_seeds RecipeStage{tier='five', recipe=1xitem.ma.ice_seeds@0:[net.minecraft.item.crafting.Ingredient@3f4fa6d0, net.minecraft.item.crafting.Ingredient@5b2d3227, net.minecraft.item.crafting.Ingredient@3f4fa6d0, net.minecraft.item.crafting.Ingredient@5b2d3227, net.minecraft.item.crafting.Ingredient@2dd3eee0, net.minecraft.item.crafting.Ingredient@5b2d3227, net.minecraft.item.crafting.Ingredient@3f4fa6d0, net.minecraft.item.crafting.Ingredient@5b2d3227, net.minecraft.item.crafting.Ingredient@3f4fa6d0]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10004 mysticalagriculture:fire_seeds RecipeStage{tier='five', recipe=1xitem.ma.fire_seeds@0:[net.minecraft.item.crafting.Ingredient@14387571, net.minecraft.item.crafting.Ingredient@649566db, net.minecraft.item.crafting.Ingredient@14387571, net.minecraft.item.crafting.Ingredient@649566db, net.minecraft.item.crafting.Ingredient@56033047, net.minecraft.item.crafting.Ingredient@649566db, net.minecraft.item.crafting.Ingredient@14387571, net.minecraft.item.crafting.Ingredient@649566db, net.minecraft.item.crafting.Ingredient@14387571]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10005 mysticalagriculture:dye_seeds RecipeStage{tier='five', recipe=1xitem.ma.dye_seeds@0:[net.minecraft.item.crafting.Ingredient@4b9c3ff1, net.minecraft.item.crafting.Ingredient@5316c1db, net.minecraft.item.crafting.Ingredient@4b9c3ff1, net.minecraft.item.crafting.Ingredient@5316c1db, net.minecraft.item.crafting.Ingredient@1c5842f6, net.minecraft.item.crafting.Ingredient@5316c1db, net.minecraft.item.crafting.Ingredient@4b9c3ff1, net.minecraft.item.crafting.Ingredient@5316c1db, net.minecraft.item.crafting.Ingredient@4b9c3ff1]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10006 mysticalagriculture:nether_seeds RecipeStage{tier='five', recipe=1xitem.ma.nether_seeds@0:[net.minecraft.item.crafting.Ingredient@10f0911c, net.minecraft.item.crafting.Ingredient@64a8f39c, net.minecraft.item.crafting.Ingredient@10f0911c, net.minecraft.item.crafting.Ingredient@64a8f39c, net.minecraft.item.crafting.Ingredient@3ab9520d, net.minecraft.item.crafting.Ingredient@64a8f39c, net.minecraft.item.crafting.Ingredient@10f0911c, net.minecraft.item.crafting.Ingredient@64a8f39c, net.minecraft.item.crafting.Ingredient@10f0911c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10007 mysticalagriculture:coal_seeds RecipeStage{tier='five', recipe=1xitem.ma.coal_seeds@0:[net.minecraft.item.crafting.Ingredient@793a2329, net.minecraft.item.crafting.Ingredient@1d0f3778, net.minecraft.item.crafting.Ingredient@793a2329, net.minecraft.item.crafting.Ingredient@1d0f3778, net.minecraft.item.crafting.Ingredient@6d5637ee, net.minecraft.item.crafting.Ingredient@1d0f3778, net.minecraft.item.crafting.Ingredient@793a2329, net.minecraft.item.crafting.Ingredient@1d0f3778, net.minecraft.item.crafting.Ingredient@793a2329]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10008 mysticalagriculture:iron_seeds RecipeStage{tier='five', recipe=1xitem.ma.iron_seeds@0:[net.minecraftforge.oredict.OreIngredient@170b8413, net.minecraft.item.crafting.Ingredient@63b5696e, net.minecraftforge.oredict.OreIngredient@170b8413, net.minecraft.item.crafting.Ingredient@63b5696e, net.minecraft.item.crafting.Ingredient@3f00dbb1, net.minecraft.item.crafting.Ingredient@63b5696e, net.minecraftforge.oredict.OreIngredient@170b8413, net.minecraft.item.crafting.Ingredient@63b5696e, net.minecraftforge.oredict.OreIngredient@170b8413]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10009 mysticalagriculture:nether_quartz_seeds RecipeStage{tier='five', recipe=1xitem.ma.nether_quartz_seeds@0:[net.minecraft.item.crafting.Ingredient@3a2bfa9, net.minecraft.item.crafting.Ingredient@71261168, net.minecraft.item.crafting.Ingredient@3a2bfa9, net.minecraft.item.crafting.Ingredient@71261168, net.minecraft.item.crafting.Ingredient@484281ae, net.minecraft.item.crafting.Ingredient@71261168, net.minecraft.item.crafting.Ingredient@3a2bfa9, net.minecraft.item.crafting.Ingredient@71261168, net.minecraft.item.crafting.Ingredient@3a2bfa9]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10010 mysticalagriculture:glowstone_seeds RecipeStage{tier='five', recipe=1xitem.ma.glowstone_seeds@0:[net.minecraft.item.crafting.Ingredient@36b34963, net.minecraft.item.crafting.Ingredient@7c6954e0, net.minecraft.item.crafting.Ingredient@36b34963, net.minecraft.item.crafting.Ingredient@7c6954e0, net.minecraft.item.crafting.Ingredient@207ae532, net.minecraft.item.crafting.Ingredient@7c6954e0, net.minecraft.item.crafting.Ingredient@36b34963, net.minecraft.item.crafting.Ingredient@7c6954e0, net.minecraft.item.crafting.Ingredient@36b34963]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10011 mysticalagriculture:redstone_seeds RecipeStage{tier='five', recipe=1xitem.ma.redstone_seeds@0:[net.minecraft.item.crafting.Ingredient@4b55d955, net.minecraft.item.crafting.Ingredient@102548d4, net.minecraft.item.crafting.Ingredient@4b55d955, net.minecraft.item.crafting.Ingredient@102548d4, net.minecraft.item.crafting.Ingredient@67816c97, net.minecraft.item.crafting.Ingredient@102548d4, net.minecraft.item.crafting.Ingredient@4b55d955, net.minecraft.item.crafting.Ingredient@102548d4, net.minecraft.item.crafting.Ingredient@4b55d955]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10012 mysticalagriculture:obsidian_seeds RecipeStage{tier='five', recipe=1xitem.ma.obsidian_seeds@0:[net.minecraft.item.crafting.Ingredient@305fef2e, net.minecraft.item.crafting.Ingredient@39ac2dc8, net.minecraft.item.crafting.Ingredient@305fef2e, net.minecraft.item.crafting.Ingredient@39ac2dc8, net.minecraft.item.crafting.Ingredient@55a51bbe, net.minecraft.item.crafting.Ingredient@39ac2dc8, net.minecraft.item.crafting.Ingredient@305fef2e, net.minecraft.item.crafting.Ingredient@39ac2dc8, net.minecraft.item.crafting.Ingredient@305fef2e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10013 mysticalagriculture:gold_seeds RecipeStage{tier='five', recipe=1xitem.ma.gold_seeds@0:[net.minecraftforge.oredict.OreIngredient@7446576e, net.minecraft.item.crafting.Ingredient@46aa623a, net.minecraftforge.oredict.OreIngredient@7446576e, net.minecraft.item.crafting.Ingredient@46aa623a, net.minecraft.item.crafting.Ingredient@3b2ff9ba, net.minecraft.item.crafting.Ingredient@46aa623a, net.minecraftforge.oredict.OreIngredient@7446576e, net.minecraft.item.crafting.Ingredient@46aa623a, net.minecraftforge.oredict.OreIngredient@7446576e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10014 mysticalagriculture:lapis_lazuli_seeds RecipeStage{tier='five', recipe=1xitem.ma.lapis_lazuli_seeds@0:[net.minecraft.item.crafting.Ingredient@7b2f00fc, net.minecraft.item.crafting.Ingredient@793209a2, net.minecraft.item.crafting.Ingredient@7b2f00fc, net.minecraft.item.crafting.Ingredient@793209a2, net.minecraft.item.crafting.Ingredient@3d14cd17, net.minecraft.item.crafting.Ingredient@793209a2, net.minecraft.item.crafting.Ingredient@7b2f00fc, net.minecraft.item.crafting.Ingredient@793209a2, net.minecraft.item.crafting.Ingredient@7b2f00fc]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10015 mysticalagriculture:experience_seeds RecipeStage{tier='five', recipe=1xitem.ma.experience_seeds@0:[net.minecraft.item.crafting.Ingredient@68881a6, net.minecraft.item.crafting.Ingredient@1ec443b4, net.minecraft.item.crafting.Ingredient@68881a6, net.minecraft.item.crafting.Ingredient@1ec443b4, net.minecraft.item.crafting.Ingredient@5a3490e, net.minecraft.item.crafting.Ingredient@1ec443b4, net.minecraft.item.crafting.Ingredient@68881a6, net.minecraft.item.crafting.Ingredient@1ec443b4, net.minecraft.item.crafting.Ingredient@68881a6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10016 mysticalagriculture:end_seeds RecipeStage{tier='five', recipe=1xitem.ma.end_seeds@0:[net.minecraft.item.crafting.Ingredient@1b5cc04, net.minecraft.item.crafting.Ingredient@5c8629da, net.minecraft.item.crafting.Ingredient@1b5cc04, net.minecraft.item.crafting.Ingredient@5c8629da, net.minecraft.item.crafting.Ingredient@4372f07d, net.minecraft.item.crafting.Ingredient@5c8629da, net.minecraft.item.crafting.Ingredient@1b5cc04, net.minecraft.item.crafting.Ingredient@5c8629da, net.minecraft.item.crafting.Ingredient@1b5cc04]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10017 mysticalagriculture:diamond_seeds RecipeStage{tier='five', recipe=1xitem.ma.diamond_seeds@0:[net.minecraft.item.crafting.Ingredient@6fa8b0a4, net.minecraft.item.crafting.Ingredient@14f77aad, net.minecraft.item.crafting.Ingredient@6fa8b0a4, net.minecraft.item.crafting.Ingredient@14f77aad, net.minecraft.item.crafting.Ingredient@40d29156, net.minecraft.item.crafting.Ingredient@14f77aad, net.minecraft.item.crafting.Ingredient@6fa8b0a4, net.minecraft.item.crafting.Ingredient@14f77aad, net.minecraft.item.crafting.Ingredient@6fa8b0a4]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10018 mysticalagriculture:emerald_seeds RecipeStage{tier='five', recipe=1xitem.ma.emerald_seeds@0:[net.minecraft.item.crafting.Ingredient@55b2406a, net.minecraft.item.crafting.Ingredient@2bb98ea8, net.minecraft.item.crafting.Ingredient@55b2406a, net.minecraft.item.crafting.Ingredient@2bb98ea8, net.minecraft.item.crafting.Ingredient@7fb5f2a8, net.minecraft.item.crafting.Ingredient@2bb98ea8, net.minecraft.item.crafting.Ingredient@55b2406a, net.minecraft.item.crafting.Ingredient@2bb98ea8, net.minecraft.item.crafting.Ingredient@55b2406a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10019 mysticalagriculture:zombie_seeds RecipeStage{tier='five', recipe=1xitem.ma.zombie_seeds@0:[net.minecraft.item.crafting.Ingredient@47e09e9, net.minecraft.item.crafting.Ingredient@13f82097, net.minecraft.item.crafting.Ingredient@47e09e9, net.minecraft.item.crafting.Ingredient@13f82097, net.minecraft.item.crafting.Ingredient@4308a0f2, net.minecraft.item.crafting.Ingredient@13f82097, net.minecraft.item.crafting.Ingredient@47e09e9, net.minecraft.item.crafting.Ingredient@13f82097, net.minecraft.item.crafting.Ingredient@47e09e9]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10020 mysticalagriculture:pig_seeds RecipeStage{tier='five', recipe=1xitem.ma.pig_seeds@0:[net.minecraft.item.crafting.Ingredient@49c1fbf9, net.minecraft.item.crafting.Ingredient@3b8db452, net.minecraft.item.crafting.Ingredient@49c1fbf9, net.minecraft.item.crafting.Ingredient@3b8db452, net.minecraft.item.crafting.Ingredient@3d848ce1, net.minecraft.item.crafting.Ingredient@3b8db452, net.minecraft.item.crafting.Ingredient@49c1fbf9, net.minecraft.item.crafting.Ingredient@3b8db452, net.minecraft.item.crafting.Ingredient@49c1fbf9]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10021 mysticalagriculture:chicken_seeds RecipeStage{tier='five', recipe=1xitem.ma.chicken_seeds@0:[net.minecraft.item.crafting.Ingredient@37a56a84, net.minecraft.item.crafting.Ingredient@68072314, net.minecraft.item.crafting.Ingredient@37a56a84, net.minecraft.item.crafting.Ingredient@68072314, net.minecraft.item.crafting.Ingredient@71fd4971, net.minecraft.item.crafting.Ingredient@68072314, net.minecraft.item.crafting.Ingredient@37a56a84, net.minecraft.item.crafting.Ingredient@68072314, net.minecraft.item.crafting.Ingredient@37a56a84]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10022 mysticalagriculture:cow_seeds RecipeStage{tier='five', recipe=1xitem.ma.cow_seeds@0:[net.minecraft.item.crafting.Ingredient@2ee7741b, net.minecraft.item.crafting.Ingredient@2927ab00, net.minecraft.item.crafting.Ingredient@2ee7741b, net.minecraft.item.crafting.Ingredient@2927ab00, net.minecraft.item.crafting.Ingredient@320ac994, net.minecraft.item.crafting.Ingredient@2927ab00, net.minecraft.item.crafting.Ingredient@2ee7741b, net.minecraft.item.crafting.Ingredient@2927ab00, net.minecraft.item.crafting.Ingredient@2ee7741b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10023 mysticalagriculture:sheep_seeds RecipeStage{tier='five', recipe=1xitem.ma.sheep_seeds@0:[net.minecraft.item.crafting.Ingredient@7ae0ab2f, net.minecraft.item.crafting.Ingredient@b9063e1, net.minecraft.item.crafting.Ingredient@7ae0ab2f, net.minecraft.item.crafting.Ingredient@b9063e1, net.minecraft.item.crafting.Ingredient@6fb24d6e, net.minecraft.item.crafting.Ingredient@b9063e1, net.minecraft.item.crafting.Ingredient@7ae0ab2f, net.minecraft.item.crafting.Ingredient@b9063e1, net.minecraft.item.crafting.Ingredient@7ae0ab2f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10024 mysticalagriculture:slime_seeds RecipeStage{tier='five', recipe=1xitem.ma.slime_seeds@0:[net.minecraft.item.crafting.Ingredient@321904c4, net.minecraft.item.crafting.Ingredient@30fb95cf, net.minecraft.item.crafting.Ingredient@321904c4, net.minecraft.item.crafting.Ingredient@30fb95cf, net.minecraft.item.crafting.Ingredient@4ddf6783, net.minecraft.item.crafting.Ingredient@30fb95cf, net.minecraft.item.crafting.Ingredient@321904c4, net.minecraft.item.crafting.Ingredient@30fb95cf, net.minecraft.item.crafting.Ingredient@321904c4]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10025 mysticalagriculture:skeleton_seeds RecipeStage{tier='five', recipe=1xitem.ma.skeleton_seeds@0:[net.minecraft.item.crafting.Ingredient@4925debe, net.minecraft.item.crafting.Ingredient@5b54f68, net.minecraft.item.crafting.Ingredient@4925debe, net.minecraft.item.crafting.Ingredient@5b54f68, net.minecraft.item.crafting.Ingredient@33e0c322, net.minecraft.item.crafting.Ingredient@5b54f68, net.minecraft.item.crafting.Ingredient@4925debe, net.minecraft.item.crafting.Ingredient@5b54f68, net.minecraft.item.crafting.Ingredient@4925debe]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10026 mysticalagriculture:creeper_seeds RecipeStage{tier='five', recipe=1xitem.ma.creeper_seeds@0:[net.minecraft.item.crafting.Ingredient@3a6e3182, net.minecraft.item.crafting.Ingredient@6895e35a, net.minecraft.item.crafting.Ingredient@3a6e3182, net.minecraft.item.crafting.Ingredient@6895e35a, net.minecraft.item.crafting.Ingredient@5d59c4b9, net.minecraft.item.crafting.Ingredient@6895e35a, net.minecraft.item.crafting.Ingredient@3a6e3182, net.minecraft.item.crafting.Ingredient@6895e35a, net.minecraft.item.crafting.Ingredient@3a6e3182]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10027 mysticalagriculture:spider_seeds RecipeStage{tier='five', recipe=1xitem.ma.spider_seeds@0:[net.minecraft.item.crafting.Ingredient@4324a039, net.minecraft.item.crafting.Ingredient@1be20152, net.minecraft.item.crafting.Ingredient@4324a039, net.minecraft.item.crafting.Ingredient@1be20152, net.minecraft.item.crafting.Ingredient@80d629b, net.minecraft.item.crafting.Ingredient@1be20152, net.minecraft.item.crafting.Ingredient@4324a039, net.minecraft.item.crafting.Ingredient@1be20152, net.minecraft.item.crafting.Ingredient@4324a039]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10028 mysticalagriculture:rabbit_seeds RecipeStage{tier='five', recipe=1xitem.ma.rabbit_seeds@0:[net.minecraft.item.crafting.Ingredient@44e8e3af, net.minecraft.item.crafting.Ingredient@415101b0, net.minecraft.item.crafting.Ingredient@44e8e3af, net.minecraft.item.crafting.Ingredient@415101b0, net.minecraft.item.crafting.Ingredient@222baabb, net.minecraft.item.crafting.Ingredient@415101b0, net.minecraft.item.crafting.Ingredient@44e8e3af, net.minecraft.item.crafting.Ingredient@415101b0, net.minecraft.item.crafting.Ingredient@44e8e3af]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10029 mysticalagriculture:guardian_seeds RecipeStage{tier='five', recipe=1xitem.ma.guardian_seeds@0:[net.minecraft.item.crafting.Ingredient@2868aa53, net.minecraft.item.crafting.Ingredient@541fc74e, net.minecraft.item.crafting.Ingredient@2868aa53, net.minecraft.item.crafting.Ingredient@541fc74e, net.minecraft.item.crafting.Ingredient@2b1ec104, net.minecraft.item.crafting.Ingredient@541fc74e, net.minecraft.item.crafting.Ingredient@2868aa53, net.minecraft.item.crafting.Ingredient@541fc74e, net.minecraft.item.crafting.Ingredient@2868aa53]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10030 mysticalagriculture:blaze_seeds RecipeStage{tier='five', recipe=1xitem.ma.blaze_seeds@0:[net.minecraft.item.crafting.Ingredient@7ff27881, net.minecraft.item.crafting.Ingredient@4fee9cbc, net.minecraft.item.crafting.Ingredient@7ff27881, net.minecraft.item.crafting.Ingredient@4fee9cbc, net.minecraft.item.crafting.Ingredient@122572a4, net.minecraft.item.crafting.Ingredient@4fee9cbc, net.minecraft.item.crafting.Ingredient@7ff27881, net.minecraft.item.crafting.Ingredient@4fee9cbc, net.minecraft.item.crafting.Ingredient@7ff27881]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10031 mysticalagriculture:ghast_seeds RecipeStage{tier='five', recipe=1xitem.ma.ghast_seeds@0:[net.minecraft.item.crafting.Ingredient@7c8a9d77, net.minecraft.item.crafting.Ingredient@29593e41, net.minecraft.item.crafting.Ingredient@7c8a9d77, net.minecraft.item.crafting.Ingredient@29593e41, net.minecraft.item.crafting.Ingredient@10d0d99c, net.minecraft.item.crafting.Ingredient@29593e41, net.minecraft.item.crafting.Ingredient@7c8a9d77, net.minecraft.item.crafting.Ingredient@29593e41, net.minecraft.item.crafting.Ingredient@7c8a9d77]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10032 mysticalagriculture:enderman_seeds RecipeStage{tier='five', recipe=1xitem.ma.enderman_seeds@0:[net.minecraft.item.crafting.Ingredient@7aede45c, net.minecraft.item.crafting.Ingredient@442e977a, net.minecraft.item.crafting.Ingredient@7aede45c, net.minecraft.item.crafting.Ingredient@442e977a, net.minecraft.item.crafting.Ingredient@52a4ba5a, net.minecraft.item.crafting.Ingredient@442e977a, net.minecraft.item.crafting.Ingredient@7aede45c, net.minecraft.item.crafting.Ingredient@442e977a, net.minecraft.item.crafting.Ingredient@7aede45c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10033 mysticalagriculture:wither_skeleton_seeds RecipeStage{tier='five', recipe=1xitem.ma.wither_skeleton_seeds@0:[net.minecraft.item.crafting.Ingredient@248e69ed, net.minecraft.item.crafting.Ingredient@4655a075, net.minecraft.item.crafting.Ingredient@248e69ed, net.minecraft.item.crafting.Ingredient@4655a075, net.minecraft.item.crafting.Ingredient@31d4b48f, net.minecraft.item.crafting.Ingredient@4655a075, net.minecraft.item.crafting.Ingredient@248e69ed, net.minecraft.item.crafting.Ingredient@4655a075, net.minecraft.item.crafting.Ingredient@248e69ed]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10034 mysticalagriculture:silicon_seeds RecipeStage{tier='five', recipe=1xitem.ma.silicon_seeds@0:[net.minecraftforge.oredict.OreIngredient@79208f55, net.minecraft.item.crafting.Ingredient@3ad2f176, net.minecraftforge.oredict.OreIngredient@79208f55, net.minecraft.item.crafting.Ingredient@3ad2f176, net.minecraft.item.crafting.Ingredient@2eb64a6f, net.minecraft.item.crafting.Ingredient@3ad2f176, net.minecraftforge.oredict.OreIngredient@79208f55, net.minecraft.item.crafting.Ingredient@3ad2f176, net.minecraftforge.oredict.OreIngredient@79208f55]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10035 mysticalagriculture:sulfur_seeds RecipeStage{tier='five', recipe=1xitem.ma.sulfur_seeds@0:[net.minecraftforge.oredict.OreIngredient@19e078ec, net.minecraft.item.crafting.Ingredient@78bec14c, net.minecraftforge.oredict.OreIngredient@19e078ec, net.minecraft.item.crafting.Ingredient@78bec14c, net.minecraft.item.crafting.Ingredient@64c71906, net.minecraft.item.crafting.Ingredient@78bec14c, net.minecraftforge.oredict.OreIngredient@19e078ec, net.minecraft.item.crafting.Ingredient@78bec14c, net.minecraftforge.oredict.OreIngredient@19e078ec]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10036 mysticalagriculture:aluminum_seeds RecipeStage{tier='five', recipe=1xitem.ma.aluminum_seeds@0:[net.minecraftforge.oredict.OreIngredient@526378bb, net.minecraft.item.crafting.Ingredient@140d7afa, net.minecraftforge.oredict.OreIngredient@526378bb, net.minecraft.item.crafting.Ingredient@140d7afa, net.minecraft.item.crafting.Ingredient@48de4e54, net.minecraft.item.crafting.Ingredient@140d7afa, net.minecraftforge.oredict.OreIngredient@526378bb, net.minecraft.item.crafting.Ingredient@140d7afa, net.minecraftforge.oredict.OreIngredient@526378bb]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10037 mysticalagriculture:copper_seeds RecipeStage{tier='five', recipe=1xitem.ma.copper_seeds@0:[net.minecraftforge.oredict.OreIngredient@7fcbfe83, net.minecraft.item.crafting.Ingredient@cb2ad60, net.minecraftforge.oredict.OreIngredient@7fcbfe83, net.minecraft.item.crafting.Ingredient@cb2ad60, net.minecraft.item.crafting.Ingredient@36a4fe4c, net.minecraft.item.crafting.Ingredient@cb2ad60, net.minecraftforge.oredict.OreIngredient@7fcbfe83, net.minecraft.item.crafting.Ingredient@cb2ad60, net.minecraftforge.oredict.OreIngredient@7fcbfe83]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10038 mysticalagriculture:saltpeter_seeds RecipeStage{tier='five', recipe=1xitem.ma.saltpeter_seeds@0:[net.minecraftforge.oredict.OreIngredient@1a134ee8, net.minecraft.item.crafting.Ingredient@2bcb5d77, net.minecraftforge.oredict.OreIngredient@1a134ee8, net.minecraft.item.crafting.Ingredient@2bcb5d77, net.minecraft.item.crafting.Ingredient@3a8c90dc, net.minecraft.item.crafting.Ingredient@2bcb5d77, net.minecraftforge.oredict.OreIngredient@1a134ee8, net.minecraft.item.crafting.Ingredient@2bcb5d77, net.minecraftforge.oredict.OreIngredient@1a134ee8]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10039 mysticalagriculture:tin_seeds RecipeStage{tier='five', recipe=1xitem.ma.tin_seeds@0:[net.minecraftforge.oredict.OreIngredient@5e6d1e95, net.minecraft.item.crafting.Ingredient@5d0515, net.minecraftforge.oredict.OreIngredient@5e6d1e95, net.minecraft.item.crafting.Ingredient@5d0515, net.minecraft.item.crafting.Ingredient@5e096fb2, net.minecraft.item.crafting.Ingredient@5d0515, net.minecraftforge.oredict.OreIngredient@5e6d1e95, net.minecraft.item.crafting.Ingredient@5d0515, net.minecraftforge.oredict.OreIngredient@5e6d1e95]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10040 mysticalagriculture:bronze_seeds RecipeStage{tier='five', recipe=1xitem.ma.bronze_seeds@0:[net.minecraftforge.oredict.OreIngredient@2d0755a, net.minecraft.item.crafting.Ingredient@211ec388, net.minecraftforge.oredict.OreIngredient@2d0755a, net.minecraft.item.crafting.Ingredient@211ec388, net.minecraft.item.crafting.Ingredient@34ff4ce6, net.minecraft.item.crafting.Ingredient@211ec388, net.minecraftforge.oredict.OreIngredient@2d0755a, net.minecraft.item.crafting.Ingredient@211ec388, net.minecraftforge.oredict.OreIngredient@2d0755a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10041 mysticalagriculture:silver_seeds RecipeStage{tier='five', recipe=1xitem.ma.silver_seeds@0:[net.minecraftforge.oredict.OreIngredient@4beacd54, net.minecraft.item.crafting.Ingredient@4c7ffeb, net.minecraftforge.oredict.OreIngredient@4beacd54, net.minecraft.item.crafting.Ingredient@4c7ffeb, net.minecraft.item.crafting.Ingredient@4a110be9, net.minecraft.item.crafting.Ingredient@4c7ffeb, net.minecraftforge.oredict.OreIngredient@4beacd54, net.minecraft.item.crafting.Ingredient@4c7ffeb, net.minecraftforge.oredict.OreIngredient@4beacd54]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10042 mysticalagriculture:lead_seeds RecipeStage{tier='five', recipe=1xitem.ma.lead_seeds@0:[net.minecraftforge.oredict.OreIngredient@6f8e7022, net.minecraft.item.crafting.Ingredient@301f98f0, net.minecraftforge.oredict.OreIngredient@6f8e7022, net.minecraft.item.crafting.Ingredient@301f98f0, net.minecraft.item.crafting.Ingredient@72139359, net.minecraft.item.crafting.Ingredient@301f98f0, net.minecraftforge.oredict.OreIngredient@6f8e7022, net.minecraft.item.crafting.Ingredient@301f98f0, net.minecraftforge.oredict.OreIngredient@6f8e7022]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10043 mysticalagriculture:steel_seeds RecipeStage{tier='five', recipe=1xitem.ma.steel_seeds@0:[net.minecraftforge.oredict.OreIngredient@3aaf598f, net.minecraft.item.crafting.Ingredient@48dbf903, net.minecraftforge.oredict.OreIngredient@3aaf598f, net.minecraft.item.crafting.Ingredient@48dbf903, net.minecraft.item.crafting.Ingredient@26bc321a, net.minecraft.item.crafting.Ingredient@48dbf903, net.minecraftforge.oredict.OreIngredient@3aaf598f, net.minecraft.item.crafting.Ingredient@48dbf903, net.minecraftforge.oredict.OreIngredient@3aaf598f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10044 mysticalagriculture:nickel_seeds RecipeStage{tier='five', recipe=1xitem.ma.nickel_seeds@0:[net.minecraftforge.oredict.OreIngredient@571a9db2, net.minecraft.item.crafting.Ingredient@50d20919, net.minecraftforge.oredict.OreIngredient@571a9db2, net.minecraft.item.crafting.Ingredient@50d20919, net.minecraft.item.crafting.Ingredient@1739cdfb, net.minecraft.item.crafting.Ingredient@50d20919, net.minecraftforge.oredict.OreIngredient@571a9db2, net.minecraft.item.crafting.Ingredient@50d20919, net.minecraftforge.oredict.OreIngredient@571a9db2]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10045 mysticalagriculture:constantan_seeds RecipeStage{tier='five', recipe=1xitem.ma.constantan_seeds@0:[net.minecraftforge.oredict.OreIngredient@3d05dff7, net.minecraft.item.crafting.Ingredient@67fe6d87, net.minecraftforge.oredict.OreIngredient@3d05dff7, net.minecraft.item.crafting.Ingredient@67fe6d87, net.minecraft.item.crafting.Ingredient@3ef13296, net.minecraft.item.crafting.Ingredient@67fe6d87, net.minecraftforge.oredict.OreIngredient@3d05dff7, net.minecraft.item.crafting.Ingredient@67fe6d87, net.minecraftforge.oredict.OreIngredient@3d05dff7]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10046 mysticalagriculture:electrum_seeds RecipeStage{tier='five', recipe=1xitem.ma.electrum_seeds@0:[net.minecraftforge.oredict.OreIngredient@b8f3f4c, net.minecraft.item.crafting.Ingredient@2fb44322, net.minecraftforge.oredict.OreIngredient@b8f3f4c, net.minecraft.item.crafting.Ingredient@2fb44322, net.minecraft.item.crafting.Ingredient@18e6b1c0, net.minecraft.item.crafting.Ingredient@2fb44322, net.minecraftforge.oredict.OreIngredient@b8f3f4c, net.minecraft.item.crafting.Ingredient@2fb44322, net.minecraftforge.oredict.OreIngredient@b8f3f4c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10047 mysticalagriculture:titanium_seeds RecipeStage{tier='five', recipe=1xitem.ma.titanium_seeds@0:[net.minecraftforge.oredict.OreIngredient@766cafa2, net.minecraft.item.crafting.Ingredient@29ae4978, net.minecraftforge.oredict.OreIngredient@766cafa2, net.minecraft.item.crafting.Ingredient@29ae4978, net.minecraft.item.crafting.Ingredient@46b953c, net.minecraft.item.crafting.Ingredient@29ae4978, net.minecraftforge.oredict.OreIngredient@766cafa2, net.minecraft.item.crafting.Ingredient@29ae4978, net.minecraftforge.oredict.OreIngredient@766cafa2]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10048 mysticalagriculture:uranium_seeds RecipeStage{tier='five', recipe=1xitem.ma.uranium_seeds@0:[net.minecraftforge.oredict.OreIngredient@3789aa47, net.minecraft.item.crafting.Ingredient@7c11a810, net.minecraftforge.oredict.OreIngredient@3789aa47, net.minecraft.item.crafting.Ingredient@7c11a810, net.minecraft.item.crafting.Ingredient@240b00db, net.minecraft.item.crafting.Ingredient@7c11a810, net.minecraftforge.oredict.OreIngredient@3789aa47, net.minecraft.item.crafting.Ingredient@7c11a810, net.minecraftforge.oredict.OreIngredient@3789aa47]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10049 mysticalagriculture:platinum_seeds RecipeStage{tier='five', recipe=1xitem.ma.platinum_seeds@0:[net.minecraftforge.oredict.OreIngredient@190f047d, net.minecraft.item.crafting.Ingredient@1f5f9725, net.minecraftforge.oredict.OreIngredient@190f047d, net.minecraft.item.crafting.Ingredient@1f5f9725, net.minecraft.item.crafting.Ingredient@632e41cd, net.minecraft.item.crafting.Ingredient@1f5f9725, net.minecraftforge.oredict.OreIngredient@190f047d, net.minecraft.item.crafting.Ingredient@1f5f9725, net.minecraftforge.oredict.OreIngredient@190f047d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10050 mysticalagriculture:aluminum_brass_seeds RecipeStage{tier='five', recipe=1xitem.ma.aluminum_brass_seeds@0:[net.minecraft.item.crafting.Ingredient@1b06962b, net.minecraft.item.crafting.Ingredient@6bfa5d78, net.minecraft.item.crafting.Ingredient@1b06962b, net.minecraft.item.crafting.Ingredient@6bfa5d78, net.minecraft.item.crafting.Ingredient@7acb49e3, net.minecraft.item.crafting.Ingredient@6bfa5d78, net.minecraft.item.crafting.Ingredient@1b06962b, net.minecraft.item.crafting.Ingredient@6bfa5d78, net.minecraft.item.crafting.Ingredient@1b06962b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10051 mysticalagriculture:knightslime_seeds RecipeStage{tier='five', recipe=1xitem.ma.knightslime_seeds@0:[net.minecraft.item.crafting.Ingredient@5db28189, net.minecraft.item.crafting.Ingredient@520e39da, net.minecraft.item.crafting.Ingredient@5db28189, net.minecraft.item.crafting.Ingredient@520e39da, net.minecraft.item.crafting.Ingredient@722af629, net.minecraft.item.crafting.Ingredient@520e39da, net.minecraft.item.crafting.Ingredient@5db28189, net.minecraft.item.crafting.Ingredient@520e39da, net.minecraft.item.crafting.Ingredient@5db28189]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10052 mysticalagriculture:ardite_seeds RecipeStage{tier='five', recipe=1xitem.ma.ardite_seeds@0:[net.minecraft.item.crafting.Ingredient@4ca2f126, net.minecraft.item.crafting.Ingredient@206ba746, net.minecraft.item.crafting.Ingredient@4ca2f126, net.minecraft.item.crafting.Ingredient@206ba746, net.minecraft.item.crafting.Ingredient@5d586dc, net.minecraft.item.crafting.Ingredient@206ba746, net.minecraft.item.crafting.Ingredient@4ca2f126, net.minecraft.item.crafting.Ingredient@206ba746, net.minecraft.item.crafting.Ingredient@4ca2f126]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10053 mysticalagriculture:cobalt_seeds RecipeStage{tier='five', recipe=1xitem.ma.cobalt_seeds@0:[net.minecraft.item.crafting.Ingredient@40b934e, net.minecraft.item.crafting.Ingredient@76b1e93a, net.minecraft.item.crafting.Ingredient@40b934e, net.minecraft.item.crafting.Ingredient@76b1e93a, net.minecraft.item.crafting.Ingredient@5ffb6256, net.minecraft.item.crafting.Ingredient@76b1e93a, net.minecraft.item.crafting.Ingredient@40b934e, net.minecraft.item.crafting.Ingredient@76b1e93a, net.minecraft.item.crafting.Ingredient@40b934e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10054 mysticalagriculture:manyullyn_seeds RecipeStage{tier='five', recipe=1xitem.ma.manyullyn_seeds@0:[net.minecraft.item.crafting.Ingredient@432500ce, net.minecraft.item.crafting.Ingredient@1f01497a, net.minecraft.item.crafting.Ingredient@432500ce, net.minecraft.item.crafting.Ingredient@1f01497a, net.minecraft.item.crafting.Ingredient@1bec711e, net.minecraft.item.crafting.Ingredient@1f01497a, net.minecraft.item.crafting.Ingredient@432500ce, net.minecraft.item.crafting.Ingredient@1f01497a, net.minecraft.item.crafting.Ingredient@432500ce]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10055 mysticalagriculture:osmium_seeds RecipeStage{tier='five', recipe=1xitem.ma.osmium_seeds@0:[net.minecraftforge.oredict.OreIngredient@27698fa2, net.minecraft.item.crafting.Ingredient@343d3680, net.minecraftforge.oredict.OreIngredient@27698fa2, net.minecraft.item.crafting.Ingredient@343d3680, net.minecraft.item.crafting.Ingredient@4c21c598, net.minecraft.item.crafting.Ingredient@343d3680, net.minecraftforge.oredict.OreIngredient@27698fa2, net.minecraft.item.crafting.Ingredient@343d3680, net.minecraftforge.oredict.OreIngredient@27698fa2]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10056 mysticalagriculture:glowstone_ingot_seeds RecipeStage{tier='five', recipe=1xitem.ma.glowstone_ingot_seeds@0:[net.minecraftforge.oredict.OreIngredient@65d3dce0, net.minecraft.item.crafting.Ingredient@4ce34719, net.minecraftforge.oredict.OreIngredient@65d3dce0, net.minecraft.item.crafting.Ingredient@4ce34719, net.minecraft.item.crafting.Ingredient@e2c4618, net.minecraft.item.crafting.Ingredient@4ce34719, net.minecraftforge.oredict.OreIngredient@65d3dce0, net.minecraft.item.crafting.Ingredient@4ce34719, net.minecraftforge.oredict.OreIngredient@65d3dce0]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10057 mysticalagriculture:refined_obsidian_seeds RecipeStage{tier='five', recipe=1xitem.ma.refined_obsidian_seeds@0:[net.minecraftforge.oredict.OreIngredient@a2ca3b8, net.minecraft.item.crafting.Ingredient@1d13cc84, net.minecraftforge.oredict.OreIngredient@a2ca3b8, net.minecraft.item.crafting.Ingredient@1d13cc84, net.minecraft.item.crafting.Ingredient@71e345b8, net.minecraft.item.crafting.Ingredient@1d13cc84, net.minecraftforge.oredict.OreIngredient@a2ca3b8, net.minecraft.item.crafting.Ingredient@1d13cc84, net.minecraftforge.oredict.OreIngredient@a2ca3b8]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10058 mysticalagriculture:marble_seeds RecipeStage{tier='five', recipe=1xitem.ma.marble_seeds@0:[net.minecraft.item.crafting.Ingredient@3289375f, net.minecraft.item.crafting.Ingredient@36f223cd, net.minecraft.item.crafting.Ingredient@3289375f, net.minecraft.item.crafting.Ingredient@36f223cd, net.minecraft.item.crafting.Ingredient@5d577e2e, net.minecraft.item.crafting.Ingredient@36f223cd, net.minecraft.item.crafting.Ingredient@3289375f, net.minecraft.item.crafting.Ingredient@36f223cd, net.minecraft.item.crafting.Ingredient@3289375f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10059 mysticalagriculture:limestone_seeds RecipeStage{tier='five', recipe=1xitem.ma.limestone_seeds@0:[net.minecraft.item.crafting.Ingredient@8bc28ac, net.minecraft.item.crafting.Ingredient@153470c4, net.minecraft.item.crafting.Ingredient@8bc28ac, net.minecraft.item.crafting.Ingredient@153470c4, net.minecraft.item.crafting.Ingredient@73f4ca42, net.minecraft.item.crafting.Ingredient@153470c4, net.minecraft.item.crafting.Ingredient@8bc28ac, net.minecraft.item.crafting.Ingredient@153470c4, net.minecraft.item.crafting.Ingredient@8bc28ac]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10060 mysticalagriculture:basalt_seeds RecipeStage{tier='five', recipe=1xitem.ma.basalt_seeds@0:[net.minecraft.item.crafting.Ingredient@4ee0da59, net.minecraft.item.crafting.Ingredient@72831d9b, net.minecraft.item.crafting.Ingredient@4ee0da59, net.minecraft.item.crafting.Ingredient@72831d9b, net.minecraft.item.crafting.Ingredient@27707f53, net.minecraft.item.crafting.Ingredient@72831d9b, net.minecraft.item.crafting.Ingredient@4ee0da59, net.minecraft.item.crafting.Ingredient@72831d9b, net.minecraft.item.crafting.Ingredient@4ee0da59]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10061 mysticalagriculture:steeleaf_seeds RecipeStage{tier='five', recipe=1xitem.ma.steeleaf_seeds@0:[net.minecraftforge.oredict.OreIngredient@33f18205, net.minecraft.item.crafting.Ingredient@5fa5cb6f, net.minecraftforge.oredict.OreIngredient@33f18205, net.minecraft.item.crafting.Ingredient@5fa5cb6f, net.minecraft.item.crafting.Ingredient@7b0bbd2f, net.minecraft.item.crafting.Ingredient@5fa5cb6f, net.minecraftforge.oredict.OreIngredient@33f18205, net.minecraft.item.crafting.Ingredient@5fa5cb6f, net.minecraftforge.oredict.OreIngredient@33f18205]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10062 mysticalagriculture:ironwood_seeds RecipeStage{tier='five', recipe=1xitem.ma.ironwood_seeds@0:[net.minecraftforge.oredict.OreIngredient@6dce62cb, net.minecraft.item.crafting.Ingredient@74d41a46, net.minecraftforge.oredict.OreIngredient@6dce62cb, net.minecraft.item.crafting.Ingredient@74d41a46, net.minecraft.item.crafting.Ingredient@52902336, net.minecraft.item.crafting.Ingredient@74d41a46, net.minecraftforge.oredict.OreIngredient@6dce62cb, net.minecraft.item.crafting.Ingredient@74d41a46, net.minecraftforge.oredict.OreIngredient@6dce62cb]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10063 mysticalagriculture:knightmetal_seeds RecipeStage{tier='five', recipe=1xitem.ma.knightmetal_seeds@0:[net.minecraftforge.oredict.OreIngredient@2b3d8a11, net.minecraft.item.crafting.Ingredient@6621682e, net.minecraftforge.oredict.OreIngredient@2b3d8a11, net.minecraft.item.crafting.Ingredient@6621682e, net.minecraft.item.crafting.Ingredient@357b7e4f, net.minecraft.item.crafting.Ingredient@6621682e, net.minecraftforge.oredict.OreIngredient@2b3d8a11, net.minecraft.item.crafting.Ingredient@6621682e, net.minecraftforge.oredict.OreIngredient@2b3d8a11]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10064 mysticalagriculture:fiery_ingot_seeds RecipeStage{tier='five', recipe=1xitem.ma.fiery_ingot_seeds@0:[net.minecraftforge.oredict.OreIngredient@47b64b96, net.minecraft.item.crafting.Ingredient@6efba610, net.minecraftforge.oredict.OreIngredient@47b64b96, net.minecraft.item.crafting.Ingredient@6efba610, net.minecraft.item.crafting.Ingredient@1c3486, net.minecraft.item.crafting.Ingredient@6efba610, net.minecraftforge.oredict.OreIngredient@47b64b96, net.minecraft.item.crafting.Ingredient@6efba610, net.minecraftforge.oredict.OreIngredient@47b64b96]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10065 mysticalagriculture:meteoric_iron_seeds RecipeStage{tier='five', recipe=1xitem.ma.meteoric_iron_seeds@0:[net.minecraftforge.oredict.OreIngredient@55398b94, net.minecraft.item.crafting.Ingredient@41ff2a40, net.minecraftforge.oredict.OreIngredient@55398b94, net.minecraft.item.crafting.Ingredient@41ff2a40, net.minecraft.item.crafting.Ingredient@20269efd, net.minecraft.item.crafting.Ingredient@41ff2a40, net.minecraftforge.oredict.OreIngredient@55398b94, net.minecraft.item.crafting.Ingredient@41ff2a40, net.minecraftforge.oredict.OreIngredient@55398b94]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10066 mysticalagriculture:desh_seeds RecipeStage{tier='five', recipe=1xitem.ma.desh_seeds@0:[net.minecraftforge.oredict.OreIngredient@2c97d99d, net.minecraft.item.crafting.Ingredient@212e3231, net.minecraftforge.oredict.OreIngredient@2c97d99d, net.minecraft.item.crafting.Ingredient@212e3231, net.minecraft.item.crafting.Ingredient@35eb919f, net.minecraft.item.crafting.Ingredient@212e3231, net.minecraftforge.oredict.OreIngredient@2c97d99d, net.minecraft.item.crafting.Ingredient@212e3231, net.minecraftforge.oredict.OreIngredient@2c97d99d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10067 mysticalagriculture:sulfur_seeds_1 RecipeStage{tier='five', recipe=1xitem.ma.sulfur_seeds@0:[net.minecraft.item.crafting.Ingredient@43f3f3de, net.minecraft.item.crafting.Ingredient@38349aa5, net.minecraft.item.crafting.Ingredient@43f3f3de, net.minecraft.item.crafting.Ingredient@38349aa5, net.minecraft.item.crafting.Ingredient@513a9355, net.minecraft.item.crafting.Ingredient@38349aa5, net.minecraft.item.crafting.Ingredient@43f3f3de, net.minecraft.item.crafting.Ingredient@38349aa5, net.minecraft.item.crafting.Ingredient@43f3f3de]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10068 mysticalagriculture:black_quartz_seeds RecipeStage{tier='five', recipe=1xitem.ma.black_quartz_seeds@0:[net.minecraftforge.oredict.OreIngredient@3264234e, net.minecraft.item.crafting.Ingredient@6b70c659, net.minecraftforge.oredict.OreIngredient@3264234e, net.minecraft.item.crafting.Ingredient@6b70c659, net.minecraft.item.crafting.Ingredient@6e554059, net.minecraft.item.crafting.Ingredient@6b70c659, net.minecraftforge.oredict.OreIngredient@3264234e, net.minecraft.item.crafting.Ingredient@6b70c659, net.minecraftforge.oredict.OreIngredient@3264234e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10069 mysticalagriculture:menril_seeds RecipeStage{tier='five', recipe=1xitem.ma.menril_seeds@0:[net.minecraft.item.crafting.Ingredient@137eb572, net.minecraft.item.crafting.Ingredient@44805f2c, net.minecraft.item.crafting.Ingredient@137eb572, net.minecraft.item.crafting.Ingredient@44805f2c, net.minecraft.item.crafting.Ingredient@13886d, net.minecraft.item.crafting.Ingredient@44805f2c, net.minecraft.item.crafting.Ingredient@137eb572, net.minecraft.item.crafting.Ingredient@44805f2c, net.minecraft.item.crafting.Ingredient@137eb572]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10070 mysticalagriculture:marble_seeds_1 RecipeStage{tier='five', recipe=1xitem.ma.marble_seeds@0:[net.minecraft.item.crafting.Ingredient@7ef2c133, net.minecraft.item.crafting.Ingredient@40d8260, net.minecraft.item.crafting.Ingredient@7ef2c133, net.minecraft.item.crafting.Ingredient@40d8260, net.minecraft.item.crafting.Ingredient@1841226c, net.minecraft.item.crafting.Ingredient@40d8260, net.minecraft.item.crafting.Ingredient@7ef2c133, net.minecraft.item.crafting.Ingredient@40d8260, net.minecraft.item.crafting.Ingredient@7ef2c133]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10071 mysticalagriculture:aquamarine_seeds RecipeStage{tier='five', recipe=1xitem.ma.aquamarine_seeds@0:[net.minecraft.item.crafting.Ingredient@3bd3507c, net.minecraft.item.crafting.Ingredient@4283f000, net.minecraft.item.crafting.Ingredient@3bd3507c, net.minecraft.item.crafting.Ingredient@4283f000, net.minecraft.item.crafting.Ingredient@5340e87e, net.minecraft.item.crafting.Ingredient@4283f000, net.minecraft.item.crafting.Ingredient@3bd3507c, net.minecraft.item.crafting.Ingredient@4283f000, net.minecraft.item.crafting.Ingredient@3bd3507c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10072 mysticalagriculture:starmetal_seeds RecipeStage{tier='five', recipe=1xitem.ma.starmetal_seeds@0:[net.minecraft.item.crafting.Ingredient@1292e33e, net.minecraft.item.crafting.Ingredient@6734020e, net.minecraft.item.crafting.Ingredient@1292e33e, net.minecraft.item.crafting.Ingredient@6734020e, net.minecraft.item.crafting.Ingredient@33e3058e, net.minecraft.item.crafting.Ingredient@6734020e, net.minecraft.item.crafting.Ingredient@1292e33e, net.minecraft.item.crafting.Ingredient@6734020e, net.minecraft.item.crafting.Ingredient@1292e33e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10073 mysticalagriculture:rock_crystal_seeds RecipeStage{tier='five', recipe=1xitem.ma.rock_crystal_seeds@0:[net.minecraft.item.crafting.Ingredient@16a9ae93, net.minecraft.item.crafting.Ingredient@38438939, net.minecraft.item.crafting.Ingredient@16a9ae93, net.minecraft.item.crafting.Ingredient@38438939, net.minecraft.item.crafting.Ingredient@13a724ca, net.minecraft.item.crafting.Ingredient@38438939, net.minecraft.item.crafting.Ingredient@16a9ae93, net.minecraft.item.crafting.Ingredient@38438939, net.minecraft.item.crafting.Ingredient@16a9ae93]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10074 mysticalagriculture:ender_biotite_seeds RecipeStage{tier='five', recipe=1xitem.ma.ender_biotite_seeds@0:[net.minecraftforge.oredict.OreIngredient@3a761ce7, net.minecraft.item.crafting.Ingredient@4bdb17b9, net.minecraftforge.oredict.OreIngredient@3a761ce7, net.minecraft.item.crafting.Ingredient@4bdb17b9, net.minecraft.item.crafting.Ingredient@61f0eb7c, net.minecraft.item.crafting.Ingredient@4bdb17b9, net.minecraftforge.oredict.OreIngredient@3a761ce7, net.minecraft.item.crafting.Ingredient@4bdb17b9, net.minecraftforge.oredict.OreIngredient@3a761ce7]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10075 mysticalagriculture:slate_seeds RecipeStage{tier='five', recipe=1xitem.ma.slate_seeds@0:[net.minecraft.item.crafting.Ingredient@ecf15d, net.minecraft.item.crafting.Ingredient@6cbae830, net.minecraft.item.crafting.Ingredient@ecf15d, net.minecraft.item.crafting.Ingredient@6cbae830, net.minecraft.item.crafting.Ingredient@a7745d0, net.minecraft.item.crafting.Ingredient@6cbae830, net.minecraft.item.crafting.Ingredient@ecf15d, net.minecraft.item.crafting.Ingredient@6cbae830, net.minecraft.item.crafting.Ingredient@ecf15d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10076 mysticalagriculture:compressed_iron_seeds RecipeStage{tier='five', recipe=1xitem.ma.compressed_iron_seeds@0:[net.minecraftforge.oredict.OreIngredient@69fb0bf7, net.minecraft.item.crafting.Ingredient@3e13febb, net.minecraftforge.oredict.OreIngredient@69fb0bf7, net.minecraft.item.crafting.Ingredient@3e13febb, net.minecraft.item.crafting.Ingredient@efa656c, net.minecraft.item.crafting.Ingredient@3e13febb, net.minecraftforge.oredict.OreIngredient@69fb0bf7, net.minecraft.item.crafting.Ingredient@3e13febb, net.minecraftforge.oredict.OreIngredient@69fb0bf7]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10077 mysticalagriculture:sky_stone_seeds RecipeStage{tier='five', recipe=1xitem.ma.sky_stone_seeds@0:[net.minecraft.item.crafting.Ingredient@3a028c5e, net.minecraft.item.crafting.Ingredient@561b44c2, net.minecraft.item.crafting.Ingredient@3a028c5e, net.minecraft.item.crafting.Ingredient@561b44c2, net.minecraft.item.crafting.Ingredient@b979a68, net.minecraft.item.crafting.Ingredient@561b44c2, net.minecraft.item.crafting.Ingredient@3a028c5e, net.minecraft.item.crafting.Ingredient@561b44c2, net.minecraft.item.crafting.Ingredient@3a028c5e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10078 mysticalagriculture:certus_quartz_seeds RecipeStage{tier='five', recipe=1xitem.ma.certus_quartz_seeds@0:[net.minecraftforge.oredict.OreIngredient@3c94c05b, net.minecraft.item.crafting.Ingredient@25295435, net.minecraftforge.oredict.OreIngredient@3c94c05b, net.minecraft.item.crafting.Ingredient@25295435, net.minecraft.item.crafting.Ingredient@12dade22, net.minecraft.item.crafting.Ingredient@25295435, net.minecraftforge.oredict.OreIngredient@3c94c05b, net.minecraft.item.crafting.Ingredient@25295435, net.minecraftforge.oredict.OreIngredient@3c94c05b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10079 mysticalagriculture:fluix_seeds RecipeStage{tier='five', recipe=1xitem.ma.fluix_seeds@0:[net.minecraftforge.oredict.OreIngredient@65a43e9e, net.minecraft.item.crafting.Ingredient@3b474dac, net.minecraftforge.oredict.OreIngredient@65a43e9e, net.minecraft.item.crafting.Ingredient@3b474dac, net.minecraft.item.crafting.Ingredient@7fa8af28, net.minecraft.item.crafting.Ingredient@3b474dac, net.minecraftforge.oredict.OreIngredient@65a43e9e, net.minecraft.item.crafting.Ingredient@3b474dac, net.minecraftforge.oredict.OreIngredient@65a43e9e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10080 mysticalagriculture:quartz_enriched_iron_seeds RecipeStage{tier='five', recipe=1xitem.ma.quartz_enriched_iron_seeds@0:[net.minecraft.item.crafting.Ingredient@4f1a80b2, net.minecraft.item.crafting.Ingredient@31653768, net.minecraft.item.crafting.Ingredient@4f1a80b2, net.minecraft.item.crafting.Ingredient@31653768, net.minecraft.item.crafting.Ingredient@b0e1f83, net.minecraft.item.crafting.Ingredient@31653768, net.minecraft.item.crafting.Ingredient@4f1a80b2, net.minecraft.item.crafting.Ingredient@31653768, net.minecraft.item.crafting.Ingredient@4f1a80b2]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10081 mysticalagriculture:gear RecipeStage{tier='five', recipe=1xitem.ma.gear@0:[net.minecraft.item.crafting.Ingredient@6d6d9904, net.minecraft.item.crafting.Ingredient@76e99b0b, net.minecraft.item.crafting.Ingredient@6d6d9904, net.minecraft.item.crafting.Ingredient@6e67fd2f, net.minecraft.item.crafting.Ingredient@16e46e5c, net.minecraft.item.crafting.Ingredient@6e67fd2f, net.minecraft.item.crafting.Ingredient@6d6d9904, net.minecraft.item.crafting.Ingredient@6e67fd2f, net.minecraft.item.crafting.Ingredient@6d6d9904]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10082 mysticalagriculture:gear_1 RecipeStage{tier='five', recipe=1xitem.ma.gear@1:[net.minecraft.item.crafting.Ingredient@60eb0670, net.minecraft.item.crafting.Ingredient@313411c7, net.minecraft.item.crafting.Ingredient@60eb0670, net.minecraft.item.crafting.Ingredient@4dcde2b0, net.minecraft.item.crafting.Ingredient@5a60fff4, net.minecraft.item.crafting.Ingredient@4dcde2b0, net.minecraft.item.crafting.Ingredient@60eb0670, net.minecraft.item.crafting.Ingredient@4dcde2b0, net.minecraft.item.crafting.Ingredient@60eb0670]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10083 mysticalagriculture:gear_2 RecipeStage{tier='five', recipe=1xitem.ma.gear@2:[net.minecraft.item.crafting.Ingredient@39c4e1b6, net.minecraft.item.crafting.Ingredient@1bbe5c5c, net.minecraft.item.crafting.Ingredient@39c4e1b6, net.minecraft.item.crafting.Ingredient@7285b6a2, net.minecraft.item.crafting.Ingredient@286f7755, net.minecraft.item.crafting.Ingredient@7285b6a2, net.minecraft.item.crafting.Ingredient@39c4e1b6, net.minecraft.item.crafting.Ingredient@7285b6a2, net.minecraft.item.crafting.Ingredient@39c4e1b6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10084 mysticalagriculture:gear_3 RecipeStage{tier='five', recipe=1xitem.ma.gear@3:[net.minecraft.item.crafting.Ingredient@56e1c9a5, net.minecraft.item.crafting.Ingredient@98e557d, net.minecraft.item.crafting.Ingredient@56e1c9a5, net.minecraft.item.crafting.Ingredient@3522b646, net.minecraft.item.crafting.Ingredient@3fd42ebf, net.minecraft.item.crafting.Ingredient@3522b646, net.minecraft.item.crafting.Ingredient@56e1c9a5, net.minecraft.item.crafting.Ingredient@3522b646, net.minecraft.item.crafting.Ingredient@56e1c9a5]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10085 mysticalagriculture:gear_4 RecipeStage{tier='five', recipe=1xitem.ma.gear@4:[net.minecraft.item.crafting.Ingredient@8b71911, net.minecraft.item.crafting.Ingredient@28071ec7, net.minecraft.item.crafting.Ingredient@8b71911, net.minecraft.item.crafting.Ingredient@6d63b5d3, net.minecraft.item.crafting.Ingredient@73e99fac, net.minecraft.item.crafting.Ingredient@6d63b5d3, net.minecraft.item.crafting.Ingredient@8b71911, net.minecraft.item.crafting.Ingredient@6d63b5d3, net.minecraft.item.crafting.Ingredient@8b71911]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10086 mysticalagriculture:gear_5 RecipeStage{tier='five', recipe=1xitem.ma.gear@5:[net.minecraft.item.crafting.Ingredient@72e67c44, net.minecraft.item.crafting.Ingredient@2db82e6, net.minecraft.item.crafting.Ingredient@72e67c44, net.minecraft.item.crafting.Ingredient@121a70b2, net.minecraft.item.crafting.Ingredient@6287a7f5, net.minecraft.item.crafting.Ingredient@121a70b2, net.minecraft.item.crafting.Ingredient@72e67c44, net.minecraft.item.crafting.Ingredient@121a70b2, net.minecraft.item.crafting.Ingredient@72e67c44]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10087 mysticalagriculture:gear_6 RecipeStage{tier='five', recipe=1xitem.ma.gear@6:[net.minecraft.item.crafting.Ingredient@522afb7f, net.minecraft.item.crafting.Ingredient@13748e68, net.minecraft.item.crafting.Ingredient@522afb7f, net.minecraft.item.crafting.Ingredient@3002d490, net.minecraft.item.crafting.Ingredient@c3894ac, net.minecraft.item.crafting.Ingredient@3002d490, net.minecraft.item.crafting.Ingredient@522afb7f, net.minecraft.item.crafting.Ingredient@3002d490, net.minecraft.item.crafting.Ingredient@522afb7f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10088 mysticalagriculture:gear_7 RecipeStage{tier='five', recipe=1xitem.ma.gear@7:[net.minecraft.item.crafting.Ingredient@4a1380ac, net.minecraft.item.crafting.Ingredient@6c937b2a, net.minecraft.item.crafting.Ingredient@4a1380ac, net.minecraft.item.crafting.Ingredient@295f848b, net.minecraft.item.crafting.Ingredient@7d2346ae, net.minecraft.item.crafting.Ingredient@295f848b, net.minecraft.item.crafting.Ingredient@4a1380ac, net.minecraft.item.crafting.Ingredient@295f848b, net.minecraft.item.crafting.Ingredient@4a1380ac]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10089 mysticalagriculture:gear_8 RecipeStage{tier='five', recipe=1xitem.ma.gear@8:[net.minecraft.item.crafting.Ingredient@6f533cad, net.minecraft.item.crafting.Ingredient@3a7d8610, net.minecraft.item.crafting.Ingredient@6f533cad, net.minecraft.item.crafting.Ingredient@1614716, net.minecraft.item.crafting.Ingredient@18ee5eb1, net.minecraft.item.crafting.Ingredient@1614716, net.minecraft.item.crafting.Ingredient@6f533cad, net.minecraft.item.crafting.Ingredient@1614716, net.minecraft.item.crafting.Ingredient@6f533cad]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10090 mysticalagriculture:gear_9 RecipeStage{tier='five', recipe=1xitem.ma.gear@9:[net.minecraft.item.crafting.Ingredient@4bcb2d6a, net.minecraft.item.crafting.Ingredient@40998af2, net.minecraft.item.crafting.Ingredient@4bcb2d6a, net.minecraft.item.crafting.Ingredient@2f34a2de, net.minecraft.item.crafting.Ingredient@1dd065c6, net.minecraft.item.crafting.Ingredient@2f34a2de, net.minecraft.item.crafting.Ingredient@4bcb2d6a, net.minecraft.item.crafting.Ingredient@2f34a2de, net.minecraft.item.crafting.Ingredient@4bcb2d6a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10091 mysticalagriculture:inferium_sword RecipeStage{tier='five', recipe=1xitem.ma.inferium_sword@0:[net.minecraft.item.crafting.Ingredient@23e6c796, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2fa41702, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@258c727a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10092 mysticalagriculture:inferium_pickaxe RecipeStage{tier='five', recipe=1xitem.ma.inferium_pickaxe@0:[net.minecraft.item.crafting.Ingredient@21633850, net.minecraft.item.crafting.Ingredient@2ef02779, net.minecraft.item.crafting.Ingredient@21633850, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@68298f7f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@68298f7f, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10093 mysticalagriculture:inferium_shovel RecipeStage{tier='five', recipe=1xitem.ma.inferium_shovel@0:[net.minecraft.item.crafting.Ingredient@d51a0c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2f313e80, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2f313e80, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10094 mysticalagriculture:inferium_axe RecipeStage{tier='five', recipe=1xitem.ma.inferium_axe@0:[net.minecraft.item.crafting.Ingredient@53741887, net.minecraft.item.crafting.Ingredient@53741887, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7bd96d9f, net.minecraft.item.crafting.Ingredient@5dba895a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5dba895a, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10095 mysticalagriculture:inferium_hoe RecipeStage{tier='five', recipe=1xitem.ma.inferium_hoe@0:[net.minecraft.item.crafting.Ingredient@1d7ec58d, net.minecraft.item.crafting.Ingredient@2dfbf628, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@24824a94, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@24824a94, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10096 mysticalagriculture:inferium_shears RecipeStage{tier='five', recipe=1xitem.ma.inferium_shears@0:[net.minecraft.item.crafting.Ingredient@4bc56fe6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@39fd8a00, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10097 mysticalagriculture:inferium_bow RecipeStage{tier='five', recipe=1xitem.ma.inferium_bow@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4b832637, net.minecraft.item.crafting.Ingredient@7e21f80f, net.minecraft.item.crafting.Ingredient@2bd9dafe, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7e21f80f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4b832637, net.minecraft.item.crafting.Ingredient@7e21f80f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10098 mysticalagriculture:inferium_sickle RecipeStage{tier='five', recipe=1xitem.ma.inferium_sickle@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4e346600, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2bdf5b12, net.minecraft.item.crafting.Ingredient@5a4f3fe6, net.minecraft.item.crafting.Ingredient@4e346600, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10099 mysticalagriculture:inferium_scythe RecipeStage{tier='five', recipe=1xitem.ma.inferium_scythe@0:[net.minecraft.item.crafting.Ingredient@9850626, net.minecraft.item.crafting.Ingredient@5853dbcf, net.minecraft.item.crafting.Ingredient@7bc06f2c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7bc06f2c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7bc06f2c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10100 mysticalagriculture:inferium_fishing_rod RecipeStage{tier='five', recipe=1xitem.ma.inferium_fishing_rod@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5d784784, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1b336247, net.minecraft.item.crafting.Ingredient@63f2c702, net.minecraft.item.crafting.Ingredient@5d784784, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@63f2c702]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10101 mysticalagriculture:prudentium_sword RecipeStage{tier='five', recipe=1xitem.ma.prudentium_sword@0:[net.minecraft.item.crafting.Ingredient@6e0659af, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6e273f72, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1b983f63, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10102 mysticalagriculture:prudentium_pickaxe RecipeStage{tier='five', recipe=1xitem.ma.prudentium_pickaxe@0:[net.minecraft.item.crafting.Ingredient@5d6b740a, net.minecraft.item.crafting.Ingredient@a601c7a, net.minecraft.item.crafting.Ingredient@5d6b740a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@50595972, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@50595972, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10103 mysticalagriculture:prudentium_shovel RecipeStage{tier='five', recipe=1xitem.ma.prudentium_shovel@0:[net.minecraft.item.crafting.Ingredient@3378e59c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@39f1ac45, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@39f1ac45, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10104 mysticalagriculture:prudentium_axe RecipeStage{tier='five', recipe=1xitem.ma.prudentium_axe@0:[net.minecraft.item.crafting.Ingredient@3e318d17, net.minecraft.item.crafting.Ingredient@3e318d17, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4a91cb48, net.minecraft.item.crafting.Ingredient@7eb6d5db, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7eb6d5db, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10105 mysticalagriculture:prudentium_hoe RecipeStage{tier='five', recipe=1xitem.ma.prudentium_hoe@0:[net.minecraft.item.crafting.Ingredient@20ce3b4b, net.minecraft.item.crafting.Ingredient@64c16f91, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2c9176df, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2c9176df, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10106 mysticalagriculture:prudentium_shears RecipeStage{tier='five', recipe=1xitem.ma.prudentium_shears@0:[net.minecraft.item.crafting.Ingredient@45603761, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2ab265bb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10107 mysticalagriculture:prudentium_bow RecipeStage{tier='five', recipe=1xitem.ma.prudentium_bow@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@33bf517d, net.minecraft.item.crafting.Ingredient@4e069fb6, net.minecraft.item.crafting.Ingredient@7720b354, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4e069fb6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@33bf517d, net.minecraft.item.crafting.Ingredient@4e069fb6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10108 mysticalagriculture:prudentium_sickle RecipeStage{tier='five', recipe=1xitem.ma.prudentium_sickle@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1c9f478b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6e57ed5f, net.minecraft.item.crafting.Ingredient@1456340c, net.minecraft.item.crafting.Ingredient@1c9f478b, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10109 mysticalagriculture:prudentium_scythe RecipeStage{tier='five', recipe=1xitem.ma.prudentium_scythe@0:[net.minecraft.item.crafting.Ingredient@3135bdd7, net.minecraft.item.crafting.Ingredient@60d983bb, net.minecraft.item.crafting.Ingredient@450a2df8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@450a2df8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@450a2df8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10110 mysticalagriculture:prudentium_fishing_rod RecipeStage{tier='five', recipe=1xitem.ma.prudentium_fishing_rod@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@e37a71b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@225f293d, net.minecraft.item.crafting.Ingredient@362ea563, net.minecraft.item.crafting.Ingredient@e37a71b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@362ea563]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10111 mysticalagriculture:intermedium_sword RecipeStage{tier='five', recipe=1xitem.ma.intermedium_sword@0:[net.minecraft.item.crafting.Ingredient@14afa874, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4f627d1d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@c24dc2f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10112 mysticalagriculture:intermedium_pickaxe RecipeStage{tier='five', recipe=1xitem.ma.intermedium_pickaxe@0:[net.minecraft.item.crafting.Ingredient@5c6c9744, net.minecraft.item.crafting.Ingredient@3a8341, net.minecraft.item.crafting.Ingredient@5c6c9744, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2a55f2cd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2a55f2cd, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10113 mysticalagriculture:intermedium_shovel RecipeStage{tier='five', recipe=1xitem.ma.intermedium_shovel@0:[net.minecraft.item.crafting.Ingredient@6c808421, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@38f4227b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@38f4227b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10114 mysticalagriculture:intermedium_axe RecipeStage{tier='five', recipe=1xitem.ma.intermedium_axe@0:[net.minecraft.item.crafting.Ingredient@1e8568cc, net.minecraft.item.crafting.Ingredient@1e8568cc, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@764c56b1, net.minecraft.item.crafting.Ingredient@6f3255f9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6f3255f9, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10115 mysticalagriculture:intermedium_hoe RecipeStage{tier='five', recipe=1xitem.ma.intermedium_hoe@0:[net.minecraft.item.crafting.Ingredient@7439242c, net.minecraft.item.crafting.Ingredient@60541dc4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1d3411aa, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1d3411aa, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10116 mysticalagriculture:intermedium_shears RecipeStage{tier='five', recipe=1xitem.ma.intermedium_shears@0:[net.minecraft.item.crafting.Ingredient@1e5ed425, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5e244017, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10117 mysticalagriculture:intermedium_bow RecipeStage{tier='five', recipe=1xitem.ma.intermedium_bow@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1c45a9e2, net.minecraft.item.crafting.Ingredient@88a7bc6, net.minecraft.item.crafting.Ingredient@74d2a9b3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@88a7bc6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1c45a9e2, net.minecraft.item.crafting.Ingredient@88a7bc6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10118 mysticalagriculture:intermedium_sickle RecipeStage{tier='five', recipe=1xitem.ma.intermedium_sickle@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5fee8e1d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3e902b62, net.minecraft.item.crafting.Ingredient@659f233d, net.minecraft.item.crafting.Ingredient@5fee8e1d, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10119 mysticalagriculture:intermedium_scythe RecipeStage{tier='five', recipe=1xitem.ma.intermedium_scythe@0:[net.minecraft.item.crafting.Ingredient@9bc42f8, net.minecraft.item.crafting.Ingredient@3648b396, net.minecraft.item.crafting.Ingredient@2ad2f8a9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2ad2f8a9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2ad2f8a9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10120 mysticalagriculture:intermedium_fishing_rod RecipeStage{tier='five', recipe=1xitem.ma.intermedium_fishing_rod@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2e028d4d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5da54f18, net.minecraft.item.crafting.Ingredient@600ff3b5, net.minecraft.item.crafting.Ingredient@2e028d4d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@600ff3b5]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10121 mysticalagriculture:superium_sword RecipeStage{tier='five', recipe=1xitem.ma.superium_sword@0:[net.minecraft.item.crafting.Ingredient@aab06d8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7d81451a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@620c8344, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10122 mysticalagriculture:superium_pickaxe RecipeStage{tier='five', recipe=1xitem.ma.superium_pickaxe@0:[net.minecraft.item.crafting.Ingredient@4cada0cd, net.minecraft.item.crafting.Ingredient@3b7395d7, net.minecraft.item.crafting.Ingredient@4cada0cd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3d63275e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3d63275e, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10123 mysticalagriculture:superium_shovel RecipeStage{tier='five', recipe=1xitem.ma.superium_shovel@0:[net.minecraft.item.crafting.Ingredient@15c267e1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@32b885a3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@32b885a3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10124 mysticalagriculture:superium_axe RecipeStage{tier='five', recipe=1xitem.ma.superium_axe@0:[net.minecraft.item.crafting.Ingredient@62eaaeb2, net.minecraft.item.crafting.Ingredient@62eaaeb2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@64912061, net.minecraft.item.crafting.Ingredient@12f224cd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@12f224cd, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10125 mysticalagriculture:superium_hoe RecipeStage{tier='five', recipe=1xitem.ma.superium_hoe@0:[net.minecraft.item.crafting.Ingredient@1b4ac90b, net.minecraft.item.crafting.Ingredient@7635702b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@75e2f66c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@75e2f66c, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10126 mysticalagriculture:superium_shears RecipeStage{tier='five', recipe=1xitem.ma.superium_shears@0:[net.minecraft.item.crafting.Ingredient@798dd3e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5a7141ce, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10127 mysticalagriculture:superium_bow RecipeStage{tier='five', recipe=1xitem.ma.superium_bow@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@48dac52b, net.minecraft.item.crafting.Ingredient@59c5cff1, net.minecraft.item.crafting.Ingredient@96a9023, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@59c5cff1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@48dac52b, net.minecraft.item.crafting.Ingredient@59c5cff1]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10128 mysticalagriculture:superium_sickle RecipeStage{tier='five', recipe=1xitem.ma.superium_sickle@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6bad40e0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@369b2e3e, net.minecraft.item.crafting.Ingredient@4156c55b, net.minecraft.item.crafting.Ingredient@6bad40e0, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10129 mysticalagriculture:superium_scythe RecipeStage{tier='five', recipe=1xitem.ma.superium_scythe@0:[net.minecraft.item.crafting.Ingredient@344e36c3, net.minecraft.item.crafting.Ingredient@5bcb04aa, net.minecraft.item.crafting.Ingredient@2cc06e95, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2cc06e95, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2cc06e95, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10130 mysticalagriculture:superium_fishing_rod RecipeStage{tier='five', recipe=1xitem.ma.superium_fishing_rod@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7255aae0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@71b81e54, net.minecraft.item.crafting.Ingredient@5e236230, net.minecraft.item.crafting.Ingredient@7255aae0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5e236230]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10131 mysticalagriculture:supremium_sword RecipeStage{tier='five', recipe=1xitem.ma.supremium_sword@0:[net.minecraft.item.crafting.Ingredient@75b501f9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@444eeba5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@13933fe, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10132 mysticalagriculture:supremium_pickaxe RecipeStage{tier='five', recipe=1xitem.ma.supremium_pickaxe@0:[net.minecraft.item.crafting.Ingredient@33be1e80, net.minecraft.item.crafting.Ingredient@9ec891, net.minecraft.item.crafting.Ingredient@33be1e80, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@48f0adbf, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@48f0adbf, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10133 mysticalagriculture:supremium_shovel RecipeStage{tier='five', recipe=1xitem.ma.supremium_shovel@0:[net.minecraft.item.crafting.Ingredient@2e860f5d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@58aa805c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@58aa805c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10134 mysticalagriculture:supremium_axe RecipeStage{tier='five', recipe=1xitem.ma.supremium_axe@0:[net.minecraft.item.crafting.Ingredient@2d1bb28, net.minecraft.item.crafting.Ingredient@2d1bb28, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1cb3a0c8, net.minecraft.item.crafting.Ingredient@10177b62, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@10177b62, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10135 mysticalagriculture:supremium_hoe RecipeStage{tier='five', recipe=1xitem.ma.supremium_hoe@0:[net.minecraft.item.crafting.Ingredient@5830acbd, net.minecraft.item.crafting.Ingredient@5984e293, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@72635eaa, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@72635eaa, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10136 mysticalagriculture:supremium_shears RecipeStage{tier='five', recipe=1xitem.ma.supremium_shears@0:[net.minecraft.item.crafting.Ingredient@429ddce0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3cf33e5a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10137 mysticalagriculture:supremium_bow RecipeStage{tier='five', recipe=1xitem.ma.supremium_bow@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@65decf8c, net.minecraft.item.crafting.Ingredient@6c2c939e, net.minecraft.item.crafting.Ingredient@4908750b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6c2c939e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@65decf8c, net.minecraft.item.crafting.Ingredient@6c2c939e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10138 mysticalagriculture:supremium_sickle RecipeStage{tier='five', recipe=1xitem.ma.supremium_sickle@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@46a22e4b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4c08abb9, net.minecraft.item.crafting.Ingredient@44b071c5, net.minecraft.item.crafting.Ingredient@46a22e4b, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10139 mysticalagriculture:supremium_scythe RecipeStage{tier='five', recipe=1xitem.ma.supremium_scythe@0:[net.minecraft.item.crafting.Ingredient@5fa6ead9, net.minecraft.item.crafting.Ingredient@56fac7f7, net.minecraft.item.crafting.Ingredient@1103bab4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1103bab4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1103bab4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10140 mysticalagriculture:supremium_fishing_rod RecipeStage{tier='five', recipe=1xitem.ma.supremium_fishing_rod@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7b57ebbb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7b925e59, net.minecraft.item.crafting.Ingredient@77489d85, net.minecraft.item.crafting.Ingredient@7b57ebbb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@77489d85]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10141 mysticalagriculture:crafting_42 RecipeStage{tier='five', recipe=1xitem.ma.crafting@50:[net.minecraft.item.crafting.Ingredient@597acc18, net.minecraft.item.crafting.Ingredient@30f331f8]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10142 mysticalagriculture:crafting_43 RecipeStage{tier='five', recipe=1xitem.ma.crafting@51:[net.minecraft.item.crafting.Ingredient@39db754a, net.minecraft.item.crafting.Ingredient@364e7465]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10143 mysticalagriculture:crafting_44 RecipeStage{tier='five', recipe=1xitem.ma.crafting@52:[net.minecraft.item.crafting.Ingredient@3d6ba816, net.minecraft.item.crafting.Ingredient@5f78ebd4]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10144 mysticalagriculture:crafting_45 RecipeStage{tier='five', recipe=1xitem.ma.crafting@53:[net.minecraft.item.crafting.Ingredient@5af6632a, net.minecraft.item.crafting.Ingredient@3a3d5b7a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10145 mysticalagriculture:crafting_46 RecipeStage{tier='five', recipe=1xitem.ma.crafting@54:[net.minecraft.item.crafting.Ingredient@3ac3bcb1, net.minecraft.item.crafting.Ingredient@53c577f0]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10146 mysticalagriculture:gear_10 RecipeStage{tier='five', recipe=1xitem.ma.gear@0:[net.minecraft.item.crafting.Ingredient@38c62f84, net.minecraft.item.crafting.Ingredient@1f472a19]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10147 mysticalagriculture:gear_11 RecipeStage{tier='five', recipe=1xitem.ma.gear@0:[net.minecraft.item.crafting.Ingredient@7c2e80bf, net.minecraft.item.crafting.Ingredient@751d2ab1]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10148 mysticalagriculture:gear_12 RecipeStage{tier='five', recipe=1xitem.ma.gear@0:[net.minecraft.item.crafting.Ingredient@1904ad6e, net.minecraft.item.crafting.Ingredient@11a7fd89]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10149 mysticalagriculture:gear_13 RecipeStage{tier='five', recipe=1xitem.ma.gear@0:[net.minecraft.item.crafting.Ingredient@38e53e70, net.minecraft.item.crafting.Ingredient@4b68bdf]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10150 mysticalagriculture:gear_14 RecipeStage{tier='five', recipe=1xitem.ma.gear@0:[net.minecraft.item.crafting.Ingredient@3f984be4, net.minecraft.item.crafting.Ingredient@2e9fe4d9]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10151 mysticalagriculture:gear_15 RecipeStage{tier='five', recipe=1xitem.ma.gear@0:[net.minecraft.item.crafting.Ingredient@2f0e4cd6, net.minecraft.item.crafting.Ingredient@5234f5b8]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10152 mysticalagriculture:gear_16 RecipeStage{tier='five', recipe=1xitem.ma.gear@0:[net.minecraft.item.crafting.Ingredient@26eb228c, net.minecraft.item.crafting.Ingredient@7b5eb27b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10153 mysticalagriculture:gear_17 RecipeStage{tier='five', recipe=1xitem.ma.gear@0:[net.minecraft.item.crafting.Ingredient@6e5e3e62, net.minecraft.item.crafting.Ingredient@11de8e67]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10154 mysticalagriculture:gear_18 RecipeStage{tier='five', recipe=1xitem.ma.gear@0:[net.minecraft.item.crafting.Ingredient@1bdffda, net.minecraft.item.crafting.Ingredient@1e8f6ca1]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10155 mysticalagriculture:gear_19 RecipeStage{tier='five', recipe=1xitem.ma.gear@0:[net.minecraft.item.crafting.Ingredient@d766fd7, net.minecraft.item.crafting.Ingredient@635b028c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10156 mysticalagriculture:gear_20 RecipeStage{tier='five', recipe=1xitem.ma.gear@1:[net.minecraft.item.crafting.Ingredient@46769e25, net.minecraft.item.crafting.Ingredient@78c059eb]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10157 mysticalagriculture:gear_21 RecipeStage{tier='five', recipe=1xitem.ma.gear@1:[net.minecraft.item.crafting.Ingredient@614326c9, net.minecraft.item.crafting.Ingredient@13b61b72]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10158 mysticalagriculture:gear_22 RecipeStage{tier='five', recipe=1xitem.ma.gear@1:[net.minecraft.item.crafting.Ingredient@94f6558, net.minecraft.item.crafting.Ingredient@71427fd6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10159 mysticalagriculture:gear_23 RecipeStage{tier='five', recipe=1xitem.ma.gear@1:[net.minecraft.item.crafting.Ingredient@238196df, net.minecraft.item.crafting.Ingredient@51964252]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10160 mysticalagriculture:gear_24 RecipeStage{tier='five', recipe=1xitem.ma.gear@1:[net.minecraft.item.crafting.Ingredient@5caa6b8, net.minecraft.item.crafting.Ingredient@2a52ffb0]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10161 mysticalagriculture:gear_25 RecipeStage{tier='five', recipe=1xitem.ma.gear@1:[net.minecraft.item.crafting.Ingredient@3b5455d6, net.minecraft.item.crafting.Ingredient@6bfbcb62]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10162 mysticalagriculture:gear_26 RecipeStage{tier='five', recipe=1xitem.ma.gear@1:[net.minecraft.item.crafting.Ingredient@325b2609, net.minecraft.item.crafting.Ingredient@2b383f71]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10163 mysticalagriculture:gear_27 RecipeStage{tier='five', recipe=1xitem.ma.gear@1:[net.minecraft.item.crafting.Ingredient@ec0b3e, net.minecraft.item.crafting.Ingredient@6b6c0e44]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10164 mysticalagriculture:gear_28 RecipeStage{tier='five', recipe=1xitem.ma.gear@1:[net.minecraft.item.crafting.Ingredient@7511fe51, net.minecraft.item.crafting.Ingredient@15c4ae36]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10165 mysticalagriculture:gear_29 RecipeStage{tier='five', recipe=1xitem.ma.gear@1:[net.minecraft.item.crafting.Ingredient@34016ade, net.minecraft.item.crafting.Ingredient@4e98e979]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10166 mysticalagriculture:gear_30 RecipeStage{tier='five', recipe=1xitem.ma.gear@2:[net.minecraft.item.crafting.Ingredient@6c39ce19, net.minecraft.item.crafting.Ingredient@53d11eda]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10167 mysticalagriculture:gear_31 RecipeStage{tier='five', recipe=1xitem.ma.gear@2:[net.minecraft.item.crafting.Ingredient@4edee770, net.minecraft.item.crafting.Ingredient@6cb5b1b4]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10168 mysticalagriculture:gear_32 RecipeStage{tier='five', recipe=1xitem.ma.gear@2:[net.minecraft.item.crafting.Ingredient@32705901, net.minecraft.item.crafting.Ingredient@bacdd58]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10169 mysticalagriculture:gear_33 RecipeStage{tier='five', recipe=1xitem.ma.gear@2:[net.minecraft.item.crafting.Ingredient@37c86911, net.minecraft.item.crafting.Ingredient@7c086b8]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10170 mysticalagriculture:gear_34 RecipeStage{tier='five', recipe=1xitem.ma.gear@2:[net.minecraft.item.crafting.Ingredient@f771c65, net.minecraft.item.crafting.Ingredient@7b837c7b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10171 mysticalagriculture:gear_35 RecipeStage{tier='five', recipe=1xitem.ma.gear@2:[net.minecraft.item.crafting.Ingredient@4cc2b90b, net.minecraft.item.crafting.Ingredient@7be110c2]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10172 mysticalagriculture:gear_36 RecipeStage{tier='five', recipe=1xitem.ma.gear@2:[net.minecraft.item.crafting.Ingredient@4d454280, net.minecraft.item.crafting.Ingredient@1416b0c2]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10173 mysticalagriculture:gear_37 RecipeStage{tier='five', recipe=1xitem.ma.gear@2:[net.minecraft.item.crafting.Ingredient@72adb0d0, net.minecraft.item.crafting.Ingredient@151bbd47]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10174 mysticalagriculture:gear_38 RecipeStage{tier='five', recipe=1xitem.ma.gear@2:[net.minecraft.item.crafting.Ingredient@4575f244, net.minecraft.item.crafting.Ingredient@5ac1e10a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10175 mysticalagriculture:gear_39 RecipeStage{tier='five', recipe=1xitem.ma.gear@2:[net.minecraft.item.crafting.Ingredient@724ee5f6, net.minecraft.item.crafting.Ingredient@1843de29]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10176 mysticalagriculture:gear_40 RecipeStage{tier='five', recipe=1xitem.ma.gear@3:[net.minecraft.item.crafting.Ingredient@1b053eaf, net.minecraft.item.crafting.Ingredient@1e61196c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10177 mysticalagriculture:gear_41 RecipeStage{tier='five', recipe=1xitem.ma.gear@3:[net.minecraft.item.crafting.Ingredient@2816bbea, net.minecraft.item.crafting.Ingredient@1a541801]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10178 mysticalagriculture:gear_42 RecipeStage{tier='five', recipe=1xitem.ma.gear@3:[net.minecraft.item.crafting.Ingredient@3dfc2a1a, net.minecraft.item.crafting.Ingredient@20280fa4]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10179 mysticalagriculture:gear_43 RecipeStage{tier='five', recipe=1xitem.ma.gear@3:[net.minecraft.item.crafting.Ingredient@50e68e96, net.minecraft.item.crafting.Ingredient@c96d26a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10180 mysticalagriculture:gear_44 RecipeStage{tier='five', recipe=1xitem.ma.gear@3:[net.minecraft.item.crafting.Ingredient@4276d058, net.minecraft.item.crafting.Ingredient@268074be]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10181 mysticalagriculture:gear_45 RecipeStage{tier='five', recipe=1xitem.ma.gear@3:[net.minecraft.item.crafting.Ingredient@6d26bd43, net.minecraft.item.crafting.Ingredient@192644af]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10182 mysticalagriculture:gear_46 RecipeStage{tier='five', recipe=1xitem.ma.gear@3:[net.minecraft.item.crafting.Ingredient@5fc62574, net.minecraft.item.crafting.Ingredient@7d2576a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10183 mysticalagriculture:gear_47 RecipeStage{tier='five', recipe=1xitem.ma.gear@3:[net.minecraft.item.crafting.Ingredient@27e21043, net.minecraft.item.crafting.Ingredient@49e17c4e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10184 mysticalagriculture:gear_48 RecipeStage{tier='five', recipe=1xitem.ma.gear@3:[net.minecraft.item.crafting.Ingredient@2358caef, net.minecraft.item.crafting.Ingredient@140fb6cf]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10185 mysticalagriculture:gear_49 RecipeStage{tier='five', recipe=1xitem.ma.gear@3:[net.minecraft.item.crafting.Ingredient@623f1739, net.minecraft.item.crafting.Ingredient@755b623]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10186 mysticalagriculture:gear_50 RecipeStage{tier='five', recipe=1xitem.ma.gear@4:[net.minecraft.item.crafting.Ingredient@4db081cf, net.minecraft.item.crafting.Ingredient@572cd19f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10187 mysticalagriculture:gear_51 RecipeStage{tier='five', recipe=1xitem.ma.gear@4:[net.minecraft.item.crafting.Ingredient@3d298412, net.minecraft.item.crafting.Ingredient@745ec481]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10188 mysticalagriculture:gear_52 RecipeStage{tier='five', recipe=1xitem.ma.gear@4:[net.minecraft.item.crafting.Ingredient@2ccb0fdb, net.minecraft.item.crafting.Ingredient@5db30744]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10189 mysticalagriculture:gear_53 RecipeStage{tier='five', recipe=1xitem.ma.gear@4:[net.minecraft.item.crafting.Ingredient@60265049, net.minecraft.item.crafting.Ingredient@14673e41]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10190 mysticalagriculture:gear_54 RecipeStage{tier='five', recipe=1xitem.ma.gear@4:[net.minecraft.item.crafting.Ingredient@53b75476, net.minecraft.item.crafting.Ingredient@141e251]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10191 mysticalagriculture:gear_55 RecipeStage{tier='five', recipe=1xitem.ma.gear@4:[net.minecraft.item.crafting.Ingredient@214a18dd, net.minecraft.item.crafting.Ingredient@48b7ec66]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10192 mysticalagriculture:gear_56 RecipeStage{tier='five', recipe=1xitem.ma.gear@4:[net.minecraft.item.crafting.Ingredient@20fd94a9, net.minecraft.item.crafting.Ingredient@5100fc9b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10193 mysticalagriculture:gear_57 RecipeStage{tier='five', recipe=1xitem.ma.gear@4:[net.minecraft.item.crafting.Ingredient@36bbe60a, net.minecraft.item.crafting.Ingredient@7aaf64a8]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10194 mysticalagriculture:gear_58 RecipeStage{tier='five', recipe=1xitem.ma.gear@4:[net.minecraft.item.crafting.Ingredient@15f78b36, net.minecraft.item.crafting.Ingredient@7c95b434]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10195 mysticalagriculture:gear_59 RecipeStage{tier='five', recipe=1xitem.ma.gear@4:[net.minecraft.item.crafting.Ingredient@3c986670, net.minecraft.item.crafting.Ingredient@159fe4ee]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10196 mysticalagriculture:charm RecipeStage{tier='five', recipe=1xitem.ma.charm@0:[net.minecraft.item.crafting.Ingredient@49c0ac9d, net.minecraft.item.crafting.Ingredient@49c0ac9d, net.minecraft.item.crafting.Ingredient@49c0ac9d, net.minecraft.item.crafting.Ingredient@49c0ac9d, net.minecraft.item.crafting.Ingredient@3614e833, net.minecraft.item.crafting.Ingredient@49c0ac9d, net.minecraft.item.crafting.Ingredient@49c0ac9d, net.minecraft.item.crafting.Ingredient@49c0ac9d, net.minecraft.item.crafting.Ingredient@49c0ac9d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10197 mysticalagriculture:charm_1 RecipeStage{tier='five', recipe=1xitem.ma.charm@1:[net.minecraft.item.crafting.Ingredient@1331f257, net.minecraft.item.crafting.Ingredient@4e1d3e50, net.minecraft.item.crafting.Ingredient@1331f257, net.minecraft.item.crafting.Ingredient@4e1d3e50, net.minecraft.item.crafting.Ingredient@2f5d74a, net.minecraft.item.crafting.Ingredient@4e1d3e50, net.minecraft.item.crafting.Ingredient@1331f257, net.minecraft.item.crafting.Ingredient@4e1d3e50, net.minecraft.item.crafting.Ingredient@1331f257]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10198 mysticalagriculture:charm_2 RecipeStage{tier='five', recipe=1xitem.ma.charm@2:[net.minecraft.item.crafting.Ingredient@6e9d42b3, net.minecraft.item.crafting.Ingredient@5ec176ff, net.minecraft.item.crafting.Ingredient@6e9d42b3, net.minecraft.item.crafting.Ingredient@5ec176ff, net.minecraft.item.crafting.Ingredient@7222a5ea, net.minecraft.item.crafting.Ingredient@5ec176ff, net.minecraft.item.crafting.Ingredient@6e9d42b3, net.minecraft.item.crafting.Ingredient@5ec176ff, net.minecraft.item.crafting.Ingredient@6e9d42b3]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10199 mysticalagriculture:charm_3 RecipeStage{tier='five', recipe=1xitem.ma.charm@3:[net.minecraft.item.crafting.Ingredient@68a0fa4e, net.minecraft.item.crafting.Ingredient@bc65cd5, net.minecraft.item.crafting.Ingredient@68a0fa4e, net.minecraft.item.crafting.Ingredient@bc65cd5, net.minecraft.item.crafting.Ingredient@6cacb5b2, net.minecraft.item.crafting.Ingredient@bc65cd5, net.minecraft.item.crafting.Ingredient@68a0fa4e, net.minecraft.item.crafting.Ingredient@bc65cd5, net.minecraft.item.crafting.Ingredient@68a0fa4e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10200 mysticalagriculture:charm_4 RecipeStage{tier='five', recipe=1xitem.ma.charm@4:[net.minecraft.item.crafting.Ingredient@44c11ce7, net.minecraft.item.crafting.Ingredient@2254d185, net.minecraft.item.crafting.Ingredient@44c11ce7, net.minecraft.item.crafting.Ingredient@2254d185, net.minecraft.item.crafting.Ingredient@2bdce158, net.minecraft.item.crafting.Ingredient@2254d185, net.minecraft.item.crafting.Ingredient@44c11ce7, net.minecraft.item.crafting.Ingredient@2254d185, net.minecraft.item.crafting.Ingredient@44c11ce7]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10201 mysticalagriculture:charm_5 RecipeStage{tier='five', recipe=1xitem.ma.charm@5:[net.minecraft.item.crafting.Ingredient@33e5cae0, net.minecraft.item.crafting.Ingredient@339526d9, net.minecraft.item.crafting.Ingredient@33e5cae0, net.minecraft.item.crafting.Ingredient@339526d9, net.minecraft.item.crafting.Ingredient@7f8fd7d2, net.minecraft.item.crafting.Ingredient@339526d9, net.minecraft.item.crafting.Ingredient@33e5cae0, net.minecraft.item.crafting.Ingredient@339526d9, net.minecraft.item.crafting.Ingredient@33e5cae0]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10202 mysticalagriculture:charm_6 RecipeStage{tier='five', recipe=1xitem.ma.charm@6:[net.minecraft.item.crafting.Ingredient@4a7fb494, net.minecraft.item.crafting.Ingredient@56e0aa1d, net.minecraft.item.crafting.Ingredient@4a7fb494, net.minecraft.item.crafting.Ingredient@56e0aa1d, net.minecraft.item.crafting.Ingredient@5750d654, net.minecraft.item.crafting.Ingredient@56e0aa1d, net.minecraft.item.crafting.Ingredient@4a7fb494, net.minecraft.item.crafting.Ingredient@56e0aa1d, net.minecraft.item.crafting.Ingredient@4a7fb494]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10203 mysticalagriculture:charm_7 RecipeStage{tier='five', recipe=1xitem.ma.charm@7:[net.minecraft.item.crafting.Ingredient@7c6c4dfd, net.minecraft.item.crafting.Ingredient@1ab31c69, net.minecraft.item.crafting.Ingredient@7c6c4dfd, net.minecraft.item.crafting.Ingredient@1ab31c69, net.minecraft.item.crafting.Ingredient@4b008b1d, net.minecraft.item.crafting.Ingredient@1ab31c69, net.minecraft.item.crafting.Ingredient@7c6c4dfd, net.minecraft.item.crafting.Ingredient@1ab31c69, net.minecraft.item.crafting.Ingredient@7c6c4dfd]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10204 mysticalagriculture:charm_8 RecipeStage{tier='five', recipe=1xitem.ma.charm@8:[net.minecraft.item.crafting.Ingredient@6192abcb, net.minecraft.item.crafting.Ingredient@30183f0f, net.minecraft.item.crafting.Ingredient@6192abcb, net.minecraft.item.crafting.Ingredient@30183f0f, net.minecraft.item.crafting.Ingredient@7f0f1272, net.minecraft.item.crafting.Ingredient@30183f0f, net.minecraft.item.crafting.Ingredient@6192abcb, net.minecraft.item.crafting.Ingredient@30183f0f, net.minecraft.item.crafting.Ingredient@6192abcb]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10205 mysticalagriculture:charm_9 RecipeStage{tier='five', recipe=1xitem.ma.charm@9:[net.minecraft.item.crafting.Ingredient@6275ce, net.minecraft.item.crafting.Ingredient@734144e5, net.minecraft.item.crafting.Ingredient@6275ce, net.minecraft.item.crafting.Ingredient@734144e5, net.minecraft.item.crafting.Ingredient@745a547d, net.minecraft.item.crafting.Ingredient@734144e5, net.minecraft.item.crafting.Ingredient@6275ce, net.minecraft.item.crafting.Ingredient@734144e5, net.minecraft.item.crafting.Ingredient@6275ce]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10206 mysticalagriculture:charm_10 RecipeStage{tier='five', recipe=1xitem.ma.charm@10:[net.minecraft.item.crafting.Ingredient@49377393, net.minecraft.item.crafting.Ingredient@7c37fb42, net.minecraft.item.crafting.Ingredient@49377393, net.minecraft.item.crafting.Ingredient@7c37fb42, net.minecraft.item.crafting.Ingredient@5ae8a105, net.minecraft.item.crafting.Ingredient@7c37fb42, net.minecraft.item.crafting.Ingredient@49377393, net.minecraft.item.crafting.Ingredient@7c37fb42, net.minecraft.item.crafting.Ingredient@49377393]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10207 mysticalagriculture:charm_11 RecipeStage{tier='five', recipe=1xitem.ma.charm@11:[net.minecraft.item.crafting.Ingredient@25dee582, net.minecraft.item.crafting.Ingredient@4878df99, net.minecraft.item.crafting.Ingredient@25dee582, net.minecraft.item.crafting.Ingredient@4878df99, net.minecraft.item.crafting.Ingredient@5707bf1a, net.minecraft.item.crafting.Ingredient@4878df99, net.minecraft.item.crafting.Ingredient@25dee582, net.minecraft.item.crafting.Ingredient@4878df99, net.minecraft.item.crafting.Ingredient@25dee582]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10208 mysticalagriculture:charm_12 RecipeStage{tier='five', recipe=1xitem.ma.charm@12:[net.minecraft.item.crafting.Ingredient@2ec8773b, net.minecraft.item.crafting.Ingredient@167dfd7b, net.minecraft.item.crafting.Ingredient@2ec8773b, net.minecraft.item.crafting.Ingredient@167dfd7b, net.minecraft.item.crafting.Ingredient@7c687fc1, net.minecraft.item.crafting.Ingredient@167dfd7b, net.minecraft.item.crafting.Ingredient@2ec8773b, net.minecraft.item.crafting.Ingredient@167dfd7b, net.minecraft.item.crafting.Ingredient@2ec8773b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10209 mysticalagriculture:charm_13 RecipeStage{tier='five', recipe=1xitem.ma.charm@13:[net.minecraft.item.crafting.Ingredient@2629458b, net.minecraft.item.crafting.Ingredient@749c7d5c, net.minecraft.item.crafting.Ingredient@2629458b, net.minecraft.item.crafting.Ingredient@749c7d5c, net.minecraft.item.crafting.Ingredient@4b358279, net.minecraft.item.crafting.Ingredient@749c7d5c, net.minecraft.item.crafting.Ingredient@2629458b, net.minecraft.item.crafting.Ingredient@749c7d5c, net.minecraft.item.crafting.Ingredient@2629458b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10210 mysticalagriculture:charm_14 RecipeStage{tier='five', recipe=1xitem.ma.charm@14:[net.minecraft.item.crafting.Ingredient@297de567, net.minecraft.item.crafting.Ingredient@22d59d2a, net.minecraft.item.crafting.Ingredient@3fddde9d, net.minecraft.item.crafting.Ingredient@22d59d2a, net.minecraft.item.crafting.Ingredient@4594e543, net.minecraft.item.crafting.Ingredient@22d59d2a, net.minecraft.item.crafting.Ingredient@3fddde9d, net.minecraft.item.crafting.Ingredient@22d59d2a, net.minecraft.item.crafting.Ingredient@297de567]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10211 mysticalagriculture:charm_15 RecipeStage{tier='five', recipe=1xitem.ma.charm@15:[net.minecraft.item.crafting.Ingredient@445be1c1, net.minecraft.item.crafting.Ingredient@53336d02, net.minecraft.item.crafting.Ingredient@cb862eb, net.minecraft.item.crafting.Ingredient@53336d02, net.minecraft.item.crafting.Ingredient@15a3ecde, net.minecraft.item.crafting.Ingredient@53336d02, net.minecraft.item.crafting.Ingredient@cb862eb, net.minecraft.item.crafting.Ingredient@53336d02, net.minecraft.item.crafting.Ingredient@445be1c1]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10212 mysticalagriculture:charm_16 RecipeStage{tier='five', recipe=1xitem.ma.charm@16:[net.minecraft.item.crafting.Ingredient@1acabec4, net.minecraft.item.crafting.Ingredient@4e648444, net.minecraft.item.crafting.Ingredient@457e3c3, net.minecraft.item.crafting.Ingredient@4e648444, net.minecraft.item.crafting.Ingredient@55aa31a0, net.minecraft.item.crafting.Ingredient@4e648444, net.minecraft.item.crafting.Ingredient@457e3c3, net.minecraft.item.crafting.Ingredient@4e648444, net.minecraft.item.crafting.Ingredient@1acabec4]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10213 mysticalagriculture:charm_17 RecipeStage{tier='five', recipe=1xitem.ma.charm@17:[net.minecraft.item.crafting.Ingredient@1ed9037b, net.minecraft.item.crafting.Ingredient@6ad81af7, net.minecraft.item.crafting.Ingredient@2819af50, net.minecraft.item.crafting.Ingredient@6ad81af7, net.minecraft.item.crafting.Ingredient@25abb5f6, net.minecraft.item.crafting.Ingredient@6ad81af7, net.minecraft.item.crafting.Ingredient@2819af50, net.minecraft.item.crafting.Ingredient@6ad81af7, net.minecraft.item.crafting.Ingredient@1ed9037b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10214 mysticalagriculture:charm_18 RecipeStage{tier='five', recipe=1xitem.ma.charm@18:[net.minecraft.item.crafting.Ingredient@495259bf, net.minecraft.item.crafting.Ingredient@7ac016a2, net.minecraft.item.crafting.Ingredient@2bb4f3a4, net.minecraft.item.crafting.Ingredient@7ac016a2, net.minecraft.item.crafting.Ingredient@2cd4105a, net.minecraft.item.crafting.Ingredient@7ac016a2, net.minecraft.item.crafting.Ingredient@2bb4f3a4, net.minecraft.item.crafting.Ingredient@7ac016a2, net.minecraft.item.crafting.Ingredient@495259bf]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10215 mysticalagriculture:charm_19 RecipeStage{tier='five', recipe=1xitem.ma.charm@19:[net.minecraft.item.crafting.Ingredient@a00c6da, net.minecraft.item.crafting.Ingredient@5de109cb, net.minecraft.item.crafting.Ingredient@71d62c9, net.minecraft.item.crafting.Ingredient@5de109cb, net.minecraft.item.crafting.Ingredient@6252c69, net.minecraft.item.crafting.Ingredient@5de109cb, net.minecraft.item.crafting.Ingredient@71d62c9, net.minecraft.item.crafting.Ingredient@5de109cb, net.minecraft.item.crafting.Ingredient@a00c6da]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10216 mysticalagriculture:charm_20 RecipeStage{tier='five', recipe=1xitem.ma.charm@20:[net.minecraft.item.crafting.Ingredient@1dd3b449, net.minecraft.item.crafting.Ingredient@7d8ea4f1, net.minecraft.item.crafting.Ingredient@73bf295f, net.minecraft.item.crafting.Ingredient@7d8ea4f1, net.minecraft.item.crafting.Ingredient@71348b8c, net.minecraft.item.crafting.Ingredient@7d8ea4f1, net.minecraft.item.crafting.Ingredient@73bf295f, net.minecraft.item.crafting.Ingredient@7d8ea4f1, net.minecraft.item.crafting.Ingredient@1dd3b449]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10217 mysticalagriculture:gear_60 RecipeStage{tier='five', recipe=1xitem.ma.gear@15:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2e232ef1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2e232ef1, net.minecraft.item.crafting.Ingredient@2ed2b680, net.minecraft.item.crafting.Ingredient@2e232ef1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2e232ef1, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10218 mysticalagriculture:gear_61 RecipeStage{tier='five', recipe=1xitem.ma.gear@16:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2aaa00be, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2aaa00be, net.minecraft.item.crafting.Ingredient@1d49f7bc, net.minecraft.item.crafting.Ingredient@2aaa00be, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2aaa00be, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10219 mysticalagriculture:gear_62 RecipeStage{tier='five', recipe=1xitem.ma.gear@17:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6e4f9412, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6e4f9412, net.minecraft.item.crafting.Ingredient@149ac695, net.minecraft.item.crafting.Ingredient@6e4f9412, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6e4f9412, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10220 mysticalagriculture:gear_63 RecipeStage{tier='five', recipe=1xitem.ma.gear@18:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@410e2675, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@410e2675, net.minecraft.item.crafting.Ingredient@53f3c542, net.minecraft.item.crafting.Ingredient@410e2675, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@410e2675, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10221 mysticalagriculture:gear_64 RecipeStage{tier='five', recipe=1xitem.ma.gear@19:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3639d316, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3639d316, net.minecraft.item.crafting.Ingredient@634762a, net.minecraft.item.crafting.Ingredient@3639d316, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3639d316, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10222 mysticalagriculture:inferium_arrow RecipeStage{tier='five', recipe=12xitem.ma.inferium_arrow@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@22a8b5ef, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5a7173cf, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7fd1db8d, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10223 mysticalagriculture:prudentium_arrow RecipeStage{tier='five', recipe=12xitem.ma.prudentium_arrow@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@508ad961, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1b437b4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@704899bc, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10224 mysticalagriculture:intermedium_arrow RecipeStage{tier='five', recipe=12xitem.ma.intermedium_arrow@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@112fa7b3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@31063bb5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5b7c150, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10225 mysticalagriculture:superium_arrow RecipeStage{tier='five', recipe=12xitem.ma.superium_arrow@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3f5864a5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3f832b68, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@485d089, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10226 mysticalagriculture:supremium_arrow RecipeStage{tier='five', recipe=12xitem.ma.supremium_arrow@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1959fa2d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3fa74a05, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@150cd4e0, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10227 mysticalagriculture:inferium_helmet RecipeStage{tier='five', recipe=1xitem.ma.inferium_helmet@0:[net.minecraft.item.crafting.Ingredient@60128667, net.minecraft.item.crafting.Ingredient@65e01f02, net.minecraft.item.crafting.Ingredient@60128667, net.minecraft.item.crafting.Ingredient@60128667, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@60128667, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10228 mysticalagriculture:inferium_chestplate RecipeStage{tier='five', recipe=1xitem.ma.inferium_chestplate@0:[net.minecraft.item.crafting.Ingredient@4476604e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4476604e, net.minecraft.item.crafting.Ingredient@4476604e, net.minecraft.item.crafting.Ingredient@30a3f719, net.minecraft.item.crafting.Ingredient@4476604e, net.minecraft.item.crafting.Ingredient@4476604e, net.minecraft.item.crafting.Ingredient@4476604e, net.minecraft.item.crafting.Ingredient@4476604e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10229 mysticalagriculture:inferium_leggings RecipeStage{tier='five', recipe=1xitem.ma.inferium_leggings@0:[net.minecraft.item.crafting.Ingredient@570c0d, net.minecraft.item.crafting.Ingredient@77d47859, net.minecraft.item.crafting.Ingredient@570c0d, net.minecraft.item.crafting.Ingredient@570c0d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@570c0d, net.minecraft.item.crafting.Ingredient@570c0d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@570c0d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10230 mysticalagriculture:inferium_boots RecipeStage{tier='five', recipe=1xitem.ma.inferium_boots@0:[net.minecraft.item.crafting.Ingredient@7a2cd17f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7a2cd17f, net.minecraft.item.crafting.Ingredient@7a2cd17f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@42239d53, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10231 mysticalagriculture:prudentium_helmet RecipeStage{tier='five', recipe=1xitem.ma.prudentium_helmet@0:[net.minecraft.item.crafting.Ingredient@4ccfafdd, net.minecraft.item.crafting.Ingredient@50f43812, net.minecraft.item.crafting.Ingredient@4ccfafdd, net.minecraft.item.crafting.Ingredient@4ccfafdd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4ccfafdd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10232 mysticalagriculture:prudentium_chestplate RecipeStage{tier='five', recipe=1xitem.ma.prudentium_chestplate@0:[net.minecraft.item.crafting.Ingredient@1102c2ab, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1102c2ab, net.minecraft.item.crafting.Ingredient@1102c2ab, net.minecraft.item.crafting.Ingredient@20022611, net.minecraft.item.crafting.Ingredient@1102c2ab, net.minecraft.item.crafting.Ingredient@1102c2ab, net.minecraft.item.crafting.Ingredient@1102c2ab, net.minecraft.item.crafting.Ingredient@1102c2ab]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10233 mysticalagriculture:prudentium_leggings RecipeStage{tier='five', recipe=1xitem.ma.prudentium_leggings@0:[net.minecraft.item.crafting.Ingredient@40479be7, net.minecraft.item.crafting.Ingredient@47d71ede, net.minecraft.item.crafting.Ingredient@40479be7, net.minecraft.item.crafting.Ingredient@40479be7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@40479be7, net.minecraft.item.crafting.Ingredient@40479be7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@40479be7]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10234 mysticalagriculture:prudentium_boots RecipeStage{tier='five', recipe=1xitem.ma.prudentium_boots@0:[net.minecraft.item.crafting.Ingredient@1a0a500c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1a0a500c, net.minecraft.item.crafting.Ingredient@1a0a500c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@66ee6809, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10235 mysticalagriculture:intermedium_helmet RecipeStage{tier='five', recipe=1xitem.ma.intermedium_helmet@0:[net.minecraft.item.crafting.Ingredient@4be2ea0b, net.minecraft.item.crafting.Ingredient@320594b, net.minecraft.item.crafting.Ingredient@4be2ea0b, net.minecraft.item.crafting.Ingredient@4be2ea0b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4be2ea0b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10236 mysticalagriculture:intermedium_chestplate RecipeStage{tier='five', recipe=1xitem.ma.intermedium_chestplate@0:[net.minecraft.item.crafting.Ingredient@ae8b1ba, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@ae8b1ba, net.minecraft.item.crafting.Ingredient@ae8b1ba, net.minecraft.item.crafting.Ingredient@5606a05e, net.minecraft.item.crafting.Ingredient@ae8b1ba, net.minecraft.item.crafting.Ingredient@ae8b1ba, net.minecraft.item.crafting.Ingredient@ae8b1ba, net.minecraft.item.crafting.Ingredient@ae8b1ba]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10237 mysticalagriculture:intermedium_leggings RecipeStage{tier='five', recipe=1xitem.ma.intermedium_leggings@0:[net.minecraft.item.crafting.Ingredient@1f068fc8, net.minecraft.item.crafting.Ingredient@50ac88f3, net.minecraft.item.crafting.Ingredient@1f068fc8, net.minecraft.item.crafting.Ingredient@1f068fc8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1f068fc8, net.minecraft.item.crafting.Ingredient@1f068fc8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1f068fc8]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10238 mysticalagriculture:intermedium_boots RecipeStage{tier='five', recipe=1xitem.ma.intermedium_boots@0:[net.minecraft.item.crafting.Ingredient@e9552a4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@e9552a4, net.minecraft.item.crafting.Ingredient@e9552a4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@25c6f471, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10239 mysticalagriculture:superium_helmet RecipeStage{tier='five', recipe=1xitem.ma.superium_helmet@0:[net.minecraft.item.crafting.Ingredient@7c88e377, net.minecraft.item.crafting.Ingredient@58ac9e30, net.minecraft.item.crafting.Ingredient@7c88e377, net.minecraft.item.crafting.Ingredient@7c88e377, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7c88e377, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10240 mysticalagriculture:superium_chestplate RecipeStage{tier='five', recipe=1xitem.ma.superium_chestplate@0:[net.minecraft.item.crafting.Ingredient@13c29e02, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@13c29e02, net.minecraft.item.crafting.Ingredient@13c29e02, net.minecraft.item.crafting.Ingredient@286a5456, net.minecraft.item.crafting.Ingredient@13c29e02, net.minecraft.item.crafting.Ingredient@13c29e02, net.minecraft.item.crafting.Ingredient@13c29e02, net.minecraft.item.crafting.Ingredient@13c29e02]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10241 mysticalagriculture:superium_leggings RecipeStage{tier='five', recipe=1xitem.ma.superium_leggings@0:[net.minecraft.item.crafting.Ingredient@227e610, net.minecraft.item.crafting.Ingredient@5125ad8, net.minecraft.item.crafting.Ingredient@227e610, net.minecraft.item.crafting.Ingredient@227e610, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@227e610, net.minecraft.item.crafting.Ingredient@227e610, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@227e610]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10242 mysticalagriculture:superium_boots RecipeStage{tier='five', recipe=1xitem.ma.superium_boots@0:[net.minecraft.item.crafting.Ingredient@33745bf3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@33745bf3, net.minecraft.item.crafting.Ingredient@33745bf3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@e5e2ceb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10243 mysticalagriculture:supremium_helmet RecipeStage{tier='five', recipe=1xitem.ma.supremium_helmet@0:[net.minecraft.item.crafting.Ingredient@656740bd, net.minecraft.item.crafting.Ingredient@745d3421, net.minecraft.item.crafting.Ingredient@656740bd, net.minecraft.item.crafting.Ingredient@656740bd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@656740bd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10244 mysticalagriculture:supremium_chestplate RecipeStage{tier='five', recipe=1xitem.ma.supremium_chestplate@0:[net.minecraft.item.crafting.Ingredient@79ff9347, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@79ff9347, net.minecraft.item.crafting.Ingredient@79ff9347, net.minecraft.item.crafting.Ingredient@2642566d, net.minecraft.item.crafting.Ingredient@79ff9347, net.minecraft.item.crafting.Ingredient@79ff9347, net.minecraft.item.crafting.Ingredient@79ff9347, net.minecraft.item.crafting.Ingredient@79ff9347]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10245 mysticalagriculture:supremium_leggings RecipeStage{tier='five', recipe=1xitem.ma.supremium_leggings@0:[net.minecraft.item.crafting.Ingredient@6b517836, net.minecraft.item.crafting.Ingredient@6eb1bbb0, net.minecraft.item.crafting.Ingredient@6b517836, net.minecraft.item.crafting.Ingredient@6b517836, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6b517836, net.minecraft.item.crafting.Ingredient@6b517836, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6b517836]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10247 mysticalagriculture:gear_65 RecipeStage{tier='five', recipe=1xitem.ma.gear@5:[net.minecraft.item.crafting.Ingredient@7de66cd, net.minecraft.item.crafting.Ingredient@52daa939]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10248 mysticalagriculture:gear_66 RecipeStage{tier='five', recipe=1xitem.ma.gear@5:[net.minecraft.item.crafting.Ingredient@4bed0d79, net.minecraft.item.crafting.Ingredient@3ff1e2c7]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10249 mysticalagriculture:gear_67 RecipeStage{tier='five', recipe=1xitem.ma.gear@5:[net.minecraft.item.crafting.Ingredient@6a4adcb4, net.minecraft.item.crafting.Ingredient@49ef8241]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10250 mysticalagriculture:gear_68 RecipeStage{tier='five', recipe=1xitem.ma.gear@5:[net.minecraft.item.crafting.Ingredient@69f66828, net.minecraft.item.crafting.Ingredient@55e5a6de]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10251 mysticalagriculture:gear_69 RecipeStage{tier='five', recipe=1xitem.ma.gear@6:[net.minecraft.item.crafting.Ingredient@5c9a6273, net.minecraft.item.crafting.Ingredient@677e6e0]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10252 mysticalagriculture:gear_70 RecipeStage{tier='five', recipe=1xitem.ma.gear@6:[net.minecraft.item.crafting.Ingredient@70228f47, net.minecraft.item.crafting.Ingredient@7fa4f2ca]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10253 mysticalagriculture:gear_71 RecipeStage{tier='five', recipe=1xitem.ma.gear@6:[net.minecraft.item.crafting.Ingredient@5b815106, net.minecraft.item.crafting.Ingredient@3fbdb586]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10254 mysticalagriculture:gear_72 RecipeStage{tier='five', recipe=1xitem.ma.gear@6:[net.minecraft.item.crafting.Ingredient@4b7fb140, net.minecraft.item.crafting.Ingredient@1a27c048]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10255 mysticalagriculture:gear_73 RecipeStage{tier='five', recipe=1xitem.ma.gear@7:[net.minecraft.item.crafting.Ingredient@16fd63e0, net.minecraft.item.crafting.Ingredient@203e35ce]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10256 mysticalagriculture:gear_74 RecipeStage{tier='five', recipe=1xitem.ma.gear@7:[net.minecraft.item.crafting.Ingredient@6e0967a6, net.minecraft.item.crafting.Ingredient@1396ebe4]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10257 mysticalagriculture:gear_75 RecipeStage{tier='five', recipe=1xitem.ma.gear@7:[net.minecraft.item.crafting.Ingredient@3a3027da, net.minecraft.item.crafting.Ingredient@1f21536d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10258 mysticalagriculture:gear_76 RecipeStage{tier='five', recipe=1xitem.ma.gear@7:[net.minecraft.item.crafting.Ingredient@40002606, net.minecraft.item.crafting.Ingredient@7b35c72b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10259 mysticalagriculture:gear_77 RecipeStage{tier='five', recipe=1xitem.ma.gear@8:[net.minecraft.item.crafting.Ingredient@371a7f0c, net.minecraft.item.crafting.Ingredient@76eb5fff]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10260 mysticalagriculture:gear_78 RecipeStage{tier='five', recipe=1xitem.ma.gear@8:[net.minecraft.item.crafting.Ingredient@1fdc957a, net.minecraft.item.crafting.Ingredient@7bda6b92]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10261 mysticalagriculture:gear_79 RecipeStage{tier='five', recipe=1xitem.ma.gear@8:[net.minecraft.item.crafting.Ingredient@627189a9, net.minecraft.item.crafting.Ingredient@19fdb7d8]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10262 mysticalagriculture:gear_80 RecipeStage{tier='five', recipe=1xitem.ma.gear@8:[net.minecraft.item.crafting.Ingredient@704ddf5a, net.minecraft.item.crafting.Ingredient@1e9f3c3b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10263 mysticalagriculture:gear_81 RecipeStage{tier='five', recipe=1xitem.ma.gear@9:[net.minecraft.item.crafting.Ingredient@45183035, net.minecraft.item.crafting.Ingredient@5b3180c3]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10264 mysticalagriculture:gear_82 RecipeStage{tier='five', recipe=1xitem.ma.gear@9:[net.minecraft.item.crafting.Ingredient@1670c79b, net.minecraft.item.crafting.Ingredient@126dc4f8]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10265 mysticalagriculture:gear_83 RecipeStage{tier='five', recipe=1xitem.ma.gear@9:[net.minecraft.item.crafting.Ingredient@39d213e4, net.minecraft.item.crafting.Ingredient@290e575a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10266 mysticalagriculture:gear_84 RecipeStage{tier='five', recipe=1xitem.ma.gear@9:[net.minecraft.item.crafting.Ingredient@7bd4cdd7, net.minecraft.item.crafting.Ingredient@52b0bc7a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10267 mysticalagriculture:cobblestone RecipeStage{tier='five', recipe=32xtile.stonebrick@0:[net.minecraft.item.crafting.Ingredient@2851ab78, net.minecraft.item.crafting.Ingredient@2851ab78, net.minecraft.item.crafting.Ingredient@2851ab78, net.minecraft.item.crafting.Ingredient@2851ab78, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2851ab78, net.minecraft.item.crafting.Ingredient@2851ab78, net.minecraft.item.crafting.Ingredient@2851ab78, net.minecraft.item.crafting.Ingredient@2851ab78]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10268 mysticalagriculture:stone RecipeStage{tier='five', recipe=32xtile.stone@0:[net.minecraft.item.crafting.Ingredient@21467064, net.minecraft.item.crafting.Ingredient@21467064, net.minecraft.item.crafting.Ingredient@21467064, net.minecraft.item.crafting.Ingredient@21467064, net.minecraft.item.crafting.Ingredient@21467064, net.minecraft.item.crafting.Ingredient@21467064, net.minecraft.item.crafting.Ingredient@21467064, net.minecraft.item.crafting.Ingredient@21467064, net.minecraft.item.crafting.Ingredient@21467064]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10269 mysticalagriculture:stone_1 RecipeStage{tier='five', recipe=16xtile.stone@1:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7d3146c3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7d3146c3, net.minecraft.item.crafting.Ingredient@1eee187d, net.minecraft.item.crafting.Ingredient@7d3146c3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7d3146c3, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10270 mysticalagriculture:stone_2 RecipeStage{tier='five', recipe=16xtile.stone@3:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@52189e44, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2568c374, net.minecraft.item.crafting.Ingredient@2568c374, net.minecraft.item.crafting.Ingredient@2568c374, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2568c374, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10271 mysticalagriculture:stone_3 RecipeStage{tier='five', recipe=16xtile.stone@5:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7c562dbb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1f463226, net.minecraft.item.crafting.Ingredient@7c562dbb, net.minecraft.item.crafting.Ingredient@7c562dbb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7c562dbb, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10272 mysticalagriculture:stonebrick RecipeStage{tier='five', recipe=12xtile.stonebricksmooth@2:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6fcbfa80, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6fcbfa80, net.minecraftforge.oredict.OreIngredient@223d2937, net.minecraft.item.crafting.Ingredient@6fcbfa80, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6fcbfa80, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10273 mysticalagriculture:stonebrick_1 RecipeStage{tier='five', recipe=12xtile.stonebricksmooth@3:[net.minecraft.item.crafting.Ingredient@568d2f3d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@568d2f3d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6622c096, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@568d2f3d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@568d2f3d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10275 mysticalagriculture:dirt RecipeStage{tier='five', recipe=24xtile.dirt@0:[net.minecraft.item.crafting.Ingredient@d3bd2f6, net.minecraft.item.crafting.Ingredient@d3bd2f6, net.minecraft.item.crafting.Ingredient@d3bd2f6, net.minecraft.item.crafting.Ingredient@d3bd2f6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@d3bd2f6, net.minecraft.item.crafting.Ingredient@d3bd2f6, net.minecraft.item.crafting.Ingredient@d3bd2f6, net.minecraft.item.crafting.Ingredient@d3bd2f6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10276 mysticalagriculture:grass RecipeStage{tier='five', recipe=12xtile.grass@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6b0fc32d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6b0fc32d, net.minecraft.item.crafting.Ingredient@4a061692, net.minecraft.item.crafting.Ingredient@6b0fc32d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6b0fc32d, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10277 mysticalagriculture:dirt_1 RecipeStage{tier='five', recipe=16xtile.dirt@1:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7356cc02, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7356cc02, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7356cc02, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10278 mysticalagriculture:dirt_2 RecipeStage{tier='five', recipe=8xtile.dirt@2:[net.minecraft.item.crafting.Ingredient@1c1d4730, net.minecraft.item.crafting.Ingredient@1c1d4730, net.minecraft.item.crafting.Ingredient@1c1d4730, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10279 mysticalagriculture:gravel RecipeStage{tier='five', recipe=16xtile.gravel@0:[net.minecraft.item.crafting.Ingredient@e4a35ad, net.minecraft.item.crafting.Ingredient@432d8185, net.minecraft.item.crafting.Ingredient@432d8185, net.minecraft.item.crafting.Ingredient@e4a35ad]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10280 mysticalagriculture:mycelium RecipeStage{tier='five', recipe=16xtile.mycel@0:[net.minecraft.item.crafting.Ingredient@6fcb3fa4, net.minecraft.item.crafting.Ingredient@6fcb3fa4, net.minecraft.item.crafting.Ingredient@6fcb3fa4, net.minecraft.item.crafting.Ingredient@30f3934a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@30f3934a, net.minecraft.item.crafting.Ingredient@30f3934a, net.minecraft.item.crafting.Ingredient@30f3934a, net.minecraft.item.crafting.Ingredient@30f3934a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10281 mysticalagriculture:vine RecipeStage{tier='five', recipe=16xtile.vine@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@e244fac, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@e244fac, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@e244fac, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10282 mysticalagriculture:cactus RecipeStage{tier='five', recipe=16xtile.cactus@0:[net.minecraft.item.crafting.Ingredient@1461c916, net.minecraft.item.crafting.Ingredient@1461c916, net.minecraft.item.crafting.Ingredient@1461c916, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1461c916, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1461c916, net.minecraft.item.crafting.Ingredient@1461c916, net.minecraft.item.crafting.Ingredient@1461c916]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10283 mysticalagriculture:reeds RecipeStage{tier='five', recipe=16xitem.reeds@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@55ef9679, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@55ef9679, net.minecraft.item.crafting.Ingredient@55ef9679, net.minecraft.item.crafting.Ingredient@55ef9679, net.minecraft.item.crafting.Ingredient@55ef9679, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@55ef9679]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10284 mysticalagriculture:pumpkin RecipeStage{tier='five', recipe=16xtile.pumpkin@0:[net.minecraft.item.crafting.Ingredient@6237e9a6, net.minecraft.item.crafting.Ingredient@6237e9a6, net.minecraft.item.crafting.Ingredient@6237e9a6, net.minecraft.item.crafting.Ingredient@6237e9a6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6237e9a6, net.minecraft.item.crafting.Ingredient@6237e9a6, net.minecraft.item.crafting.Ingredient@6237e9a6, net.minecraft.item.crafting.Ingredient@6237e9a6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10285 mysticalagriculture:melon_block RecipeStage{tier='five', recipe=8xtile.melon@0:[net.minecraft.item.crafting.Ingredient@65883db6, net.minecraft.item.crafting.Ingredient@65883db6, net.minecraft.item.crafting.Ingredient@65883db6, net.minecraft.item.crafting.Ingredient@65883db6, net.minecraft.item.crafting.Ingredient@65883db6, net.minecraft.item.crafting.Ingredient@65883db6, net.minecraft.item.crafting.Ingredient@65883db6, net.minecraft.item.crafting.Ingredient@65883db6, net.minecraft.item.crafting.Ingredient@65883db6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10286 mysticalagriculture:wheat RecipeStage{tier='five', recipe=12xitem.wheat@0:[net.minecraft.item.crafting.Ingredient@654059d3, net.minecraft.item.crafting.Ingredient@654059d3, net.minecraft.item.crafting.Ingredient@654059d3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10287 mysticalagriculture:potato RecipeStage{tier='five', recipe=12xitem.potato@0:[net.minecraft.item.crafting.Ingredient@64e9ae1d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@64e9ae1d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@64e9ae1d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10288 mysticalagriculture:poisonous_potato RecipeStage{tier='five', recipe=1xitem.potatoPoisonous@0:[net.minecraft.item.crafting.Ingredient@6d68947, net.minecraft.item.crafting.Ingredient@40d1633, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10289 mysticalagriculture:carrot RecipeStage{tier='five', recipe=12xitem.carrots@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6ee9b0da, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6ee9b0da, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6ee9b0da]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10290 mysticalagriculture:beetroot RecipeStage{tier='five', recipe=12xitem.beetroot@0:[net.minecraft.item.crafting.Ingredient@3097a20b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3097a20b, net.minecraft.item.crafting.Ingredient@3097a20b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10291 mysticalagriculture:waterlily RecipeStage{tier='five', recipe=8xtile.waterlily@0:[net.minecraft.item.crafting.Ingredient@e1608b8, net.minecraft.item.crafting.Ingredient@e1608b8, net.minecraft.item.crafting.Ingredient@e1608b8, net.minecraft.item.crafting.Ingredient@e1608b8, net.minecraft.item.crafting.Ingredient@e1608b8, net.minecraft.item.crafting.Ingredient@e1608b8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@e1608b8, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10293 mysticalagriculture:brown_mushroom RecipeStage{tier='five', recipe=8xtile.mushroom@0:[net.minecraft.item.crafting.Ingredient@ec9f658, net.minecraft.item.crafting.Ingredient@2ee115f4, net.minecraft.item.crafting.Ingredient@ec9f658, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10294 mysticalagriculture:red_mushroom RecipeStage{tier='five', recipe=8xtile.mushroom@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@435c5efb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2661bfe, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@435c5efb, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10295 mysticalagriculture:mossy_cobblestone RecipeStage{tier='five', recipe=16xtile.stoneMoss@0:[net.minecraft.item.crafting.Ingredient@616f324a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@616f324a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4065131a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@616f324a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@616f324a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10296 mysticalagriculture:stonebrick_2 RecipeStage{tier='five', recipe=16xtile.stonebricksmooth@1:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@21b436d5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@21b436d5, net.minecraft.item.crafting.Ingredient@3951bdcb, net.minecraft.item.crafting.Ingredient@21b436d5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@21b436d5, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10297 mysticalagriculture:apple RecipeStage{tier='five', recipe=8xitem.apple@0:[net.minecraft.item.crafting.Ingredient@51e2f952, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@51e2f952, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@51e2f952]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10298 mysticalagriculture:tallgrass RecipeStage{tier='five', recipe=12xtile.tallgrass@1:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@656b3f37, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@656b3f37, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@656b3f37, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10299 mysticalagriculture:log RecipeStage{tier='five', recipe=16xtile.log@0:[net.minecraft.item.crafting.Ingredient@5615c1d2, net.minecraft.item.crafting.Ingredient@5615c1d2, net.minecraft.item.crafting.Ingredient@5615c1d2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10300 mysticalagriculture:log_1 RecipeStage{tier='five', recipe=16xtile.log@1:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@38f08049, net.minecraft.item.crafting.Ingredient@38f08049, net.minecraft.item.crafting.Ingredient@38f08049, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10301 mysticalagriculture:log_2 RecipeStage{tier='five', recipe=16xtile.log@2:[net.minecraft.item.crafting.Ingredient@c338d9a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@c338d9a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@c338d9a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10302 mysticalagriculture:log_3 RecipeStage{tier='five', recipe=16xtile.log@3:[net.minecraft.item.crafting.Ingredient@40f8d9fc, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@40f8d9fc, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@40f8d9fc, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10303 mysticalagriculture:log2 RecipeStage{tier='five', recipe=16xtile.log@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@22d98824, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@22d98824, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@22d98824, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10304 mysticalagriculture:log2_1 RecipeStage{tier='five', recipe=16xtile.log@1:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6f727acd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6f727acd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6f727acd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10305 mysticalagriculture:sapling RecipeStage{tier='five', recipe=4xtile.sapling@0:[net.minecraft.item.crafting.Ingredient@7f12d2a, net.minecraft.item.crafting.Ingredient@75894e0d, net.minecraft.item.crafting.Ingredient@7f12d2a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10306 mysticalagriculture:sapling_1 RecipeStage{tier='five', recipe=4xtile.sapling@1:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@580344ff, net.minecraft.item.crafting.Ingredient@5615aaa8, net.minecraft.item.crafting.Ingredient@580344ff, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10307 mysticalagriculture:sapling_2 RecipeStage{tier='five', recipe=4xtile.sapling@2:[net.minecraft.item.crafting.Ingredient@6f377ef6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2d51fb53, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6f377ef6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10308 mysticalagriculture:sapling_3 RecipeStage{tier='five', recipe=4xtile.sapling@3:[net.minecraft.item.crafting.Ingredient@24b11050, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@70251afe, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@24b11050, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10309 mysticalagriculture:sapling_4 RecipeStage{tier='five', recipe=4xtile.sapling@4:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@564725bc, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7ad89cb4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@564725bc, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10310 mysticalagriculture:sapling_5 RecipeStage{tier='five', recipe=4xtile.sapling@5:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@172d49d3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@78a8e44f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@172d49d3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10312 mysticalagriculture:clay_ball RecipeStage{tier='five', recipe=24xitem.clay@0:[net.minecraft.item.crafting.Ingredient@2b7fb626, net.minecraft.item.crafting.Ingredient@5fde1282, net.minecraft.item.crafting.Ingredient@5fde1282, net.minecraft.item.crafting.Ingredient@2b7fb626]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10313 mysticalagriculture:snow RecipeStage{tier='five', recipe=12xtile.snow@0:[net.minecraft.item.crafting.Ingredient@48c73459, net.minecraft.item.crafting.Ingredient@48c73459, net.minecraft.item.crafting.Ingredient@48c73459, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10314 mysticalagriculture:ice RecipeStage{tier='five', recipe=8xtile.ice@0:[net.minecraft.item.crafting.Ingredient@313a2eba, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@313a2eba, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@313a2eba, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@313a2eba, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@313a2eba]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10315 mysticalagriculture:packed_ice RecipeStage{tier='five', recipe=12xtile.icePacked@0:[net.minecraft.item.crafting.Ingredient@2d1fec89, net.minecraft.item.crafting.Ingredient@2d1fec89, net.minecraft.item.crafting.Ingredient@2d1fec89, net.minecraft.item.crafting.Ingredient@2d1fec89]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10316 mysticalagriculture:lava_bucket RecipeStage{tier='five', recipe=1xitem.bucketLava@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@28a55cf3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@28a55cf3, net.minecraft.item.crafting.Ingredient@2f5c214c, net.minecraft.item.crafting.Ingredient@28a55cf3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@28a55cf3, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10317 mysticalagriculture:sand RecipeStage{tier='five', recipe=16xtile.sand@0:[net.minecraft.item.crafting.Ingredient@62451fd6, net.minecraft.item.crafting.Ingredient@600595a9, net.minecraft.item.crafting.Ingredient@600595a9, net.minecraft.item.crafting.Ingredient@62451fd6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10318 mysticalagriculture:sand_1 RecipeStage{tier='five', recipe=16xtile.sand@1:[net.minecraft.item.crafting.Ingredient@369702a3, net.minecraft.item.crafting.Ingredient@7c661956, net.minecraft.item.crafting.Ingredient@7c661956, net.minecraft.item.crafting.Ingredient@369702a3]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10331 mysticalagriculture:netherrack RecipeStage{tier='five', recipe=32xtile.hellrock@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4eb7c7c1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4eb7c7c1, net.minecraft.item.crafting.Ingredient@4eb7c7c1, net.minecraft.item.crafting.Ingredient@4eb7c7c1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4eb7c7c1, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10332 mysticalagriculture:soul_sand RecipeStage{tier='five', recipe=20xtile.hellsand@0:[net.minecraft.item.crafting.Ingredient@5169098d, net.minecraft.item.crafting.Ingredient@5169098d, net.minecraft.item.crafting.Ingredient@5169098d, net.minecraft.item.crafting.Ingredient@5169098d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5169098d, net.minecraft.item.crafting.Ingredient@5169098d, net.minecraft.item.crafting.Ingredient@5169098d, net.minecraft.item.crafting.Ingredient@5169098d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10333 mysticalagriculture:nether_brick RecipeStage{tier='five', recipe=24xtile.netherBrick@0:[net.minecraft.item.crafting.Ingredient@648f9ed8, net.minecraft.item.crafting.Ingredient@648f9ed8, net.minecraft.item.crafting.Ingredient@648f9ed8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@648f9ed8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10334 mysticalagriculture:nether_wart RecipeStage{tier='five', recipe=12xitem.netherStalkSeeds@0:[net.minecraft.item.crafting.Ingredient@581180aa, net.minecraft.item.crafting.Ingredient@7a97357a, net.minecraft.item.crafting.Ingredient@581180aa, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10337 mysticalagriculture:quartz RecipeStage{tier='five', recipe=12xitem.netherquartz@0:[net.minecraft.item.crafting.Ingredient@795d0ed4, net.minecraft.item.crafting.Ingredient@795d0ed4, net.minecraft.item.crafting.Ingredient@795d0ed4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@795d0ed4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@795d0ed4, net.minecraft.item.crafting.Ingredient@795d0ed4, net.minecraft.item.crafting.Ingredient@795d0ed4]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10338 mysticalagriculture:glowstone_dust RecipeStage{tier='five', recipe=16xitem.yellowDust@0:[net.minecraft.item.crafting.Ingredient@44cac2fb, net.minecraft.item.crafting.Ingredient@44cac2fb, net.minecraft.item.crafting.Ingredient@44cac2fb, net.minecraft.item.crafting.Ingredient@44cac2fb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@44cac2fb, net.minecraft.item.crafting.Ingredient@44cac2fb, net.minecraft.item.crafting.Ingredient@44cac2fb, net.minecraft.item.crafting.Ingredient@44cac2fb]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10339 mysticalagriculture:redstone RecipeStage{tier='five', recipe=16xitem.redstone@0:[net.minecraft.item.crafting.Ingredient@529baa41, net.minecraft.item.crafting.Ingredient@529baa41, net.minecraft.item.crafting.Ingredient@529baa41, net.minecraft.item.crafting.Ingredient@529baa41, net.minecraft.item.crafting.Ingredient@529baa41, net.minecraft.item.crafting.Ingredient@529baa41, net.minecraft.item.crafting.Ingredient@529baa41, net.minecraft.item.crafting.Ingredient@529baa41, net.minecraft.item.crafting.Ingredient@529baa41]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10340 mysticalagriculture:obsidian RecipeStage{tier='five', recipe=12xtile.obsidian@0:[net.minecraft.item.crafting.Ingredient@709b384b, net.minecraft.item.crafting.Ingredient@709b384b, net.minecraft.item.crafting.Ingredient@709b384b, net.minecraft.item.crafting.Ingredient@709b384b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@709b384b, net.minecraft.item.crafting.Ingredient@709b384b, net.minecraft.item.crafting.Ingredient@709b384b, net.minecraft.item.crafting.Ingredient@709b384b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10342 mysticalagriculture:dye_13 RecipeStage{tier='five', recipe=12xitem.dyePowder@4:[net.minecraft.item.crafting.Ingredient@59f2877b, net.minecraft.item.crafting.Ingredient@59f2877b, net.minecraft.item.crafting.Ingredient@59f2877b, net.minecraft.item.crafting.Ingredient@59f2877b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@59f2877b, net.minecraft.item.crafting.Ingredient@59f2877b, net.minecraft.item.crafting.Ingredient@59f2877b, net.minecraft.item.crafting.Ingredient@59f2877b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10343 mysticalagriculture:end_stone RecipeStage{tier='five', recipe=24xtile.whiteStone@0:[net.minecraft.item.crafting.Ingredient@656d955b, net.minecraft.item.crafting.Ingredient@656d955b, net.minecraft.item.crafting.Ingredient@656d955b, net.minecraft.item.crafting.Ingredient@656d955b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@656d955b, net.minecraft.item.crafting.Ingredient@656d955b, net.minecraft.item.crafting.Ingredient@656d955b, net.minecraft.item.crafting.Ingredient@656d955b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10344 mysticalagriculture:purpur_block RecipeStage{tier='five', recipe=8xtile.purpurBlock@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4d0cbfa3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4d0cbfa3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4d0cbfa3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4d0cbfa3, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10345 mysticalagriculture:chorus_fruit RecipeStage{tier='five', recipe=12xitem.chorusFruit@0:[net.minecraft.item.crafting.Ingredient@4fbbd86b, net.minecraft.item.crafting.Ingredient@e3e9c93, net.minecraft.item.crafting.Ingredient@4fbbd86b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10346 mysticalagriculture:xp_droplet RecipeStage{tier='five', recipe=8xitem.ma.xp_droplet@0:[net.minecraft.item.crafting.Ingredient@4aab3ded, net.minecraft.item.crafting.Ingredient@4aab3ded, net.minecraft.item.crafting.Ingredient@4aab3ded, net.minecraft.item.crafting.Ingredient@4aab3ded, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4aab3ded, net.minecraft.item.crafting.Ingredient@4aab3ded, net.minecraft.item.crafting.Ingredient@4aab3ded, net.minecraft.item.crafting.Ingredient@4aab3ded]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10348 mysticalagriculture:emerald RecipeStage{tier='five', recipe=1xitem.emerald@0:[net.minecraft.item.crafting.Ingredient@2a107d1b, net.minecraft.item.crafting.Ingredient@2a107d1b, net.minecraft.item.crafting.Ingredient@2a107d1b, net.minecraft.item.crafting.Ingredient@2a107d1b, net.minecraft.item.crafting.Ingredient@2a107d1b, net.minecraft.item.crafting.Ingredient@2a107d1b, net.minecraft.item.crafting.Ingredient@2a107d1b, net.minecraft.item.crafting.Ingredient@2a107d1b, net.minecraft.item.crafting.Ingredient@2a107d1b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10349 mysticalagriculture:rotten_flesh RecipeStage{tier='five', recipe=12xitem.rottenFlesh@0:[net.minecraft.item.crafting.Ingredient@56e356f4, net.minecraft.item.crafting.Ingredient@56e356f4, net.minecraft.item.crafting.Ingredient@56e356f4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10350 mysticalagriculture:skull RecipeStage{tier='five', recipe=1xitem.skull@2:[net.minecraft.item.crafting.Ingredient@7dab2331, net.minecraft.item.crafting.Ingredient@7dab2331, net.minecraft.item.crafting.Ingredient@7dab2331, net.minecraft.item.crafting.Ingredient@7dab2331, net.minecraft.item.crafting.Ingredient@72bbdfb6, net.minecraft.item.crafting.Ingredient@7dab2331, net.minecraft.item.crafting.Ingredient@7dab2331, net.minecraft.item.crafting.Ingredient@7dab2331, net.minecraft.item.crafting.Ingredient@7dab2331]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10351 mysticalagriculture:porkchop RecipeStage{tier='five', recipe=4xitem.porkchopRaw@0:[net.minecraft.item.crafting.Ingredient@397e5a43, net.minecraft.item.crafting.Ingredient@397e5a43, net.minecraft.item.crafting.Ingredient@397e5a43, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10352 mysticalagriculture:chicken RecipeStage{tier='five', recipe=4xitem.chickenRaw@0:[net.minecraft.item.crafting.Ingredient@31827e82, net.minecraft.item.crafting.Ingredient@31827e82, net.minecraft.item.crafting.Ingredient@31827e82, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10353 mysticalagriculture:feather RecipeStage{tier='five', recipe=8xitem.feather@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5f7c53a8, net.minecraft.item.crafting.Ingredient@5f7c53a8, net.minecraft.item.crafting.Ingredient@5f7c53a8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10354 mysticalagriculture:egg RecipeStage{tier='five', recipe=8xitem.egg@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@22386ba4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@22386ba4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@22386ba4, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10355 mysticalagriculture:beef RecipeStage{tier='five', recipe=4xitem.beefRaw@0:[net.minecraft.item.crafting.Ingredient@56cf8d7f, net.minecraft.item.crafting.Ingredient@56cf8d7f, net.minecraft.item.crafting.Ingredient@56cf8d7f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10357 mysticalagriculture:milk_bucket RecipeStage{tier='five', recipe=1xitem.milk@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@e26091c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@e26091c, net.minecraft.item.crafting.Ingredient@6a49698a, net.minecraft.item.crafting.Ingredient@e26091c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@e26091c, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10358 mysticalagriculture:mutton RecipeStage{tier='five', recipe=4xitem.muttonRaw@0:[net.minecraft.item.crafting.Ingredient@2c0eca5e, net.minecraft.item.crafting.Ingredient@2c0eca5e, net.minecraft.item.crafting.Ingredient@2c0eca5e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10360 mysticalagriculture:slime_ball RecipeStage{tier='five', recipe=8xitem.slimeball@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@254ad0de, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@254ad0de, net.minecraft.item.crafting.Ingredient@254ad0de, net.minecraft.item.crafting.Ingredient@254ad0de, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@254ad0de, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10362 mysticalagriculture:bone RecipeStage{tier='five', recipe=8xitem.bone@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4cbaa908, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4cbaa908, net.minecraft.item.crafting.Ingredient@4cbaa908, net.minecraft.item.crafting.Ingredient@4cbaa908, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4cbaa908, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10363 mysticalagriculture:skull_1 RecipeStage{tier='five', recipe=1xitem.skull@0:[net.minecraft.item.crafting.Ingredient@4d072a50, net.minecraft.item.crafting.Ingredient@4d072a50, net.minecraft.item.crafting.Ingredient@4d072a50, net.minecraft.item.crafting.Ingredient@4d072a50, net.minecraft.item.crafting.Ingredient@5887d484, net.minecraft.item.crafting.Ingredient@4d072a50, net.minecraft.item.crafting.Ingredient@4d072a50, net.minecraft.item.crafting.Ingredient@4d072a50, net.minecraft.item.crafting.Ingredient@4d072a50]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10365 mysticalagriculture:skull_2 RecipeStage{tier='five', recipe=1xitem.skull@4:[net.minecraft.item.crafting.Ingredient@383cd9b, net.minecraft.item.crafting.Ingredient@383cd9b, net.minecraft.item.crafting.Ingredient@383cd9b, net.minecraft.item.crafting.Ingredient@383cd9b, net.minecraft.item.crafting.Ingredient@24eb7ee2, net.minecraft.item.crafting.Ingredient@383cd9b, net.minecraft.item.crafting.Ingredient@383cd9b, net.minecraft.item.crafting.Ingredient@383cd9b, net.minecraft.item.crafting.Ingredient@383cd9b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10367 mysticalagriculture:spider_eye RecipeStage{tier='five', recipe=3xitem.spiderEye@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3d4e7297, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3d4e7297, net.minecraft.item.crafting.Ingredient@3d4e7297, net.minecraft.item.crafting.Ingredient@3d4e7297, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3d4e7297, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10368 mysticalagriculture:rabbit RecipeStage{tier='five', recipe=4xitem.rabbitRaw@0:[net.minecraft.item.crafting.Ingredient@63e96f2c, net.minecraft.item.crafting.Ingredient@63e96f2c, net.minecraft.item.crafting.Ingredient@63e96f2c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10369 mysticalagriculture:rabbit_foot RecipeStage{tier='five', recipe=3xitem.rabbitFoot@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@738ed1f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@738ed1f, net.minecraft.item.crafting.Ingredient@738ed1f, net.minecraft.item.crafting.Ingredient@738ed1f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@738ed1f, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10370 mysticalagriculture:rabbit_hide RecipeStage{tier='five', recipe=8xitem.rabbitHide@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@16600475, net.minecraft.item.crafting.Ingredient@16600475, net.minecraft.item.crafting.Ingredient@16600475, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10371 mysticalagriculture:fish RecipeStage{tier='five', recipe=4xitem.fish@0:[net.minecraft.item.crafting.Ingredient@78d10700, net.minecraft.item.crafting.Ingredient@78d10700, net.minecraft.item.crafting.Ingredient@78d10700, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10372 mysticalagriculture:prismarine_shard RecipeStage{tier='five', recipe=12xitem.prismarineShard@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@14c2bfe8, net.minecraft.item.crafting.Ingredient@14c2bfe8, net.minecraft.item.crafting.Ingredient@14c2bfe8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10373 mysticalagriculture:prismarine_crystals RecipeStage{tier='five', recipe=16xitem.prismarineCrystals@0:[net.minecraft.item.crafting.Ingredient@5680eb63, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5680eb63, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5680eb63, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5680eb63]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10374 mysticalagriculture:blaze_rod RecipeStage{tier='five', recipe=3xitem.blazeRod@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6f90e2da, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6f90e2da, net.minecraft.item.crafting.Ingredient@6f90e2da, net.minecraft.item.crafting.Ingredient@6f90e2da, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6f90e2da, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10375 mysticalagriculture:ghast_tear RecipeStage{tier='five', recipe=2xitem.ghastTear@0:[net.minecraft.item.crafting.Ingredient@50607a1b, net.minecraft.item.crafting.Ingredient@50607a1b, net.minecraft.item.crafting.Ingredient@50607a1b, net.minecraft.item.crafting.Ingredient@50607a1b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@50607a1b, net.minecraft.item.crafting.Ingredient@50607a1b, net.minecraft.item.crafting.Ingredient@50607a1b, net.minecraft.item.crafting.Ingredient@50607a1b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10376 mysticalagriculture:ender_pearl RecipeStage{tier='five', recipe=4xitem.enderPearl@0:[net.minecraft.item.crafting.Ingredient@374566ef, net.minecraft.item.crafting.Ingredient@374566ef, net.minecraft.item.crafting.Ingredient@374566ef, net.minecraft.item.crafting.Ingredient@374566ef, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@374566ef, net.minecraft.item.crafting.Ingredient@374566ef, net.minecraft.item.crafting.Ingredient@374566ef, net.minecraft.item.crafting.Ingredient@374566ef]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10377 mysticalagriculture:skull_3 RecipeStage{tier='five', recipe=1xitem.skull@1:[net.minecraft.item.crafting.Ingredient@370a63f7, net.minecraft.item.crafting.Ingredient@370a63f7, net.minecraft.item.crafting.Ingredient@370a63f7, net.minecraft.item.crafting.Ingredient@370a63f7, net.minecraft.item.crafting.Ingredient@366fd8bd, net.minecraft.item.crafting.Ingredient@370a63f7, net.minecraft.item.crafting.Ingredient@370a63f7, net.minecraft.item.crafting.Ingredient@370a63f7, net.minecraft.item.crafting.Ingredient@370a63f7]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10379 mysticalagriculture:dustsulfur RecipeStage{tier='five', recipe=8xitem.immersiveengineering.material@25:[net.minecraft.item.crafting.Ingredient@26fcd581, net.minecraft.item.crafting.Ingredient@26fcd581, net.minecraft.item.crafting.Ingredient@26fcd581, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10382 mysticalagriculture:dustsaltpeter RecipeStage{tier='five', recipe=5xitem.immersiveengineering.material@24:[net.minecraft.item.crafting.Ingredient@477d4031, net.minecraft.item.crafting.Ingredient@477d4031, net.minecraft.item.crafting.Ingredient@477d4031, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10400 mysticalagriculture:ingotrefinedglowstone RecipeStage{tier='five', recipe=3xitem.Ingot@3:[net.minecraft.item.crafting.Ingredient@7a7386aa, net.minecraft.item.crafting.Ingredient@7a7386aa, net.minecraft.item.crafting.Ingredient@7a7386aa, net.minecraft.item.crafting.Ingredient@7a7386aa, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7a7386aa, net.minecraft.item.crafting.Ingredient@7a7386aa, net.minecraft.item.crafting.Ingredient@7a7386aa, net.minecraft.item.crafting.Ingredient@7a7386aa]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10401 mysticalagriculture:ingotrefinedobsidian RecipeStage{tier='five', recipe=2xitem.Ingot@0:[net.minecraft.item.crafting.Ingredient@1318c95e, net.minecraft.item.crafting.Ingredient@1318c95e, net.minecraft.item.crafting.Ingredient@1318c95e, net.minecraft.item.crafting.Ingredient@1318c95e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1318c95e, net.minecraft.item.crafting.Ingredient@1318c95e, net.minecraft.item.crafting.Ingredient@1318c95e, net.minecraft.item.crafting.Ingredient@1318c95e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10402 mysticalagriculture:marble2 RecipeStage{tier='five', recipe=24xtile.chisel.marble@7:[net.minecraft.item.crafting.Ingredient@6b8af0ca, net.minecraft.item.crafting.Ingredient@6b8af0ca, net.minecraft.item.crafting.Ingredient@6b8af0ca, net.minecraft.item.crafting.Ingredient@6b8af0ca, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6b8af0ca, net.minecraft.item.crafting.Ingredient@6b8af0ca, net.minecraft.item.crafting.Ingredient@6b8af0ca, net.minecraft.item.crafting.Ingredient@6b8af0ca]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10403 mysticalagriculture:limestone2 RecipeStage{tier='five', recipe=24xtile.chisel.limestone@7:[net.minecraft.item.crafting.Ingredient@60c2e384, net.minecraft.item.crafting.Ingredient@60c2e384, net.minecraft.item.crafting.Ingredient@60c2e384, net.minecraft.item.crafting.Ingredient@60c2e384, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@60c2e384, net.minecraft.item.crafting.Ingredient@60c2e384, net.minecraft.item.crafting.Ingredient@60c2e384, net.minecraft.item.crafting.Ingredient@60c2e384]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10404 mysticalagriculture:basalt2 RecipeStage{tier='five', recipe=16xtile.chisel.basalt@7:[net.minecraft.item.crafting.Ingredient@28e1f5b, net.minecraft.item.crafting.Ingredient@28e1f5b, net.minecraft.item.crafting.Ingredient@28e1f5b, net.minecraft.item.crafting.Ingredient@28e1f5b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@28e1f5b, net.minecraft.item.crafting.Ingredient@28e1f5b, net.minecraft.item.crafting.Ingredient@28e1f5b, net.minecraft.item.crafting.Ingredient@28e1f5b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10406 mysticalagriculture:ingotironwood RecipeStage{tier='five', recipe=5xitem.twilightforest.ironwoodIngot@0:[net.minecraft.item.crafting.Ingredient@55dd5730, net.minecraft.item.crafting.Ingredient@55dd5730, net.minecraft.item.crafting.Ingredient@55dd5730, net.minecraft.item.crafting.Ingredient@55dd5730, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@55dd5730, net.minecraft.item.crafting.Ingredient@55dd5730, net.minecraft.item.crafting.Ingredient@55dd5730, net.minecraft.item.crafting.Ingredient@55dd5730]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10407 mysticalagriculture:ingotknightmetal RecipeStage{tier='five', recipe=4xitem.twilightforest.knightMetal@0:[net.minecraft.item.crafting.Ingredient@6aba0a8c, net.minecraft.item.crafting.Ingredient@6aba0a8c, net.minecraft.item.crafting.Ingredient@6aba0a8c, net.minecraft.item.crafting.Ingredient@6aba0a8c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6aba0a8c, net.minecraft.item.crafting.Ingredient@6aba0a8c, net.minecraft.item.crafting.Ingredient@6aba0a8c, net.minecraft.item.crafting.Ingredient@6aba0a8c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10410 mysticalagriculture:item_basic_mars RecipeStage{tier='five', recipe=2xitem.item_basic_mars@2:[net.minecraft.item.crafting.Ingredient@362835cf, net.minecraft.item.crafting.Ingredient@362835cf, net.minecraft.item.crafting.Ingredient@362835cf, net.minecraft.item.crafting.Ingredient@362835cf, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@362835cf, net.minecraft.item.crafting.Ingredient@362835cf, net.minecraft.item.crafting.Ingredient@362835cf, net.minecraft.item.crafting.Ingredient@362835cf]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10411 mysticalagriculture:items_misc RecipeStage{tier='five', recipe=8xitem.thebetweenlands.items_misc@18:[net.minecraft.item.crafting.Ingredient@28abdc2f, net.minecraft.item.crafting.Ingredient@28abdc2f, net.minecraft.item.crafting.Ingredient@28abdc2f, net.minecraft.item.crafting.Ingredient@28abdc2f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@28abdc2f, net.minecraft.item.crafting.Ingredient@28abdc2f, net.minecraft.item.crafting.Ingredient@28abdc2f, net.minecraft.item.crafting.Ingredient@28abdc2f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10413 mysticalagriculture:menril_log RecipeStage{tier='five', recipe=16xtile.blocks.integrateddynamics.menril_log@0:[net.minecraft.item.crafting.Ingredient@1d8b799a, net.minecraft.item.crafting.Ingredient@1d8b799a, net.minecraft.item.crafting.Ingredient@1d8b799a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10414 mysticalagriculture:menril_sapling RecipeStage{tier='five', recipe=4xtile.blocks.integrateddynamics.menril_sapling@0:[net.minecraft.item.crafting.Ingredient@6416a502, net.minecraft.item.crafting.Ingredient@33a5ff55, net.minecraft.item.crafting.Ingredient@6416a502, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10415 mysticalagriculture:menril_berries RecipeStage{tier='five', recipe=12xitem.items.integrateddynamics.menril_berries@0:[net.minecraft.item.crafting.Ingredient@723824de, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@723824de, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@723824de]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10416 mysticalagriculture:blockmarble RecipeStage{tier='five', recipe=16xtile.blockmarble@0:[net.minecraft.item.crafting.Ingredient@3f94bd56, net.minecraft.item.crafting.Ingredient@3f94bd56, net.minecraft.item.crafting.Ingredient@3f94bd56, net.minecraft.item.crafting.Ingredient@3f94bd56, net.minecraft.item.crafting.Ingredient@6adda131, net.minecraft.item.crafting.Ingredient@3f94bd56, net.minecraft.item.crafting.Ingredient@3f94bd56, net.minecraft.item.crafting.Ingredient@3f94bd56, net.minecraft.item.crafting.Ingredient@3f94bd56]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10417 mysticalagriculture:itemcraftingcomponent RecipeStage{tier='five', recipe=8xitem.itemcraftingcomponent@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4730f2b1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4730f2b1, net.minecraft.item.crafting.Ingredient@4730f2b1, net.minecraft.item.crafting.Ingredient@4730f2b1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4730f2b1, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10418 mysticalagriculture:itemcraftingcomponent_1 RecipeStage{tier='five', recipe=3xitem.itemcraftingcomponent@1:[net.minecraft.item.crafting.Ingredient@5a076fae, net.minecraft.item.crafting.Ingredient@5a076fae, net.minecraft.item.crafting.Ingredient@5a076fae, net.minecraft.item.crafting.Ingredient@5a076fae, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5a076fae, net.minecraft.item.crafting.Ingredient@5a076fae, net.minecraft.item.crafting.Ingredient@5a076fae, net.minecraft.item.crafting.Ingredient@5a076fae]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10419 mysticalagriculture:blockcustomore RecipeStage{tier='five', recipe=1xtile.blockcustomore@0:[net.minecraft.item.crafting.Ingredient@407b8e30, net.minecraft.item.crafting.Ingredient@407b8e30, net.minecraft.item.crafting.Ingredient@407b8e30, net.minecraft.item.crafting.Ingredient@407b8e30, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@407b8e30, net.minecraft.item.crafting.Ingredient@407b8e30, net.minecraft.item.crafting.Ingredient@407b8e30, net.minecraft.item.crafting.Ingredient@407b8e30]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10420 mysticalagriculture:gemenderbiotite RecipeStage{tier='five', recipe=8xitem.biotite@0:[net.minecraft.item.crafting.Ingredient@58059158, net.minecraft.item.crafting.Ingredient@58059158, net.minecraft.item.crafting.Ingredient@58059158, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@58059158, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@58059158, net.minecraft.item.crafting.Ingredient@58059158, net.minecraft.item.crafting.Ingredient@58059158]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10421 mysticalagriculture:slate RecipeStage{tier='five', recipe=24xtile.rustic.slate@0:[net.minecraft.item.crafting.Ingredient@36f00b53, net.minecraft.item.crafting.Ingredient@36f00b53, net.minecraft.item.crafting.Ingredient@36f00b53, net.minecraft.item.crafting.Ingredient@36f00b53, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@36f00b53, net.minecraft.item.crafting.Ingredient@36f00b53, net.minecraft.item.crafting.Ingredient@36f00b53, net.minecraft.item.crafting.Ingredient@36f00b53]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10423 mysticalagriculture:sky_stone_block RecipeStage{tier='five', recipe=16xtile.appliedenergistics2.sky_stone_block@0:[net.minecraft.item.crafting.Ingredient@207460cc, net.minecraft.item.crafting.Ingredient@207460cc, net.minecraft.item.crafting.Ingredient@207460cc, net.minecraft.item.crafting.Ingredient@207460cc, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@207460cc, net.minecraft.item.crafting.Ingredient@207460cc, net.minecraft.item.crafting.Ingredient@207460cc, net.minecraft.item.crafting.Ingredient@207460cc]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10424 mysticalagriculture:crystalcertusquartz RecipeStage{tier='five', recipe=6xitem.appliedenergistics2.material@0:[net.minecraft.item.crafting.Ingredient@a2da35b, net.minecraft.item.crafting.Ingredient@a2da35b, net.minecraft.item.crafting.Ingredient@a2da35b, net.minecraft.item.crafting.Ingredient@a2da35b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@a2da35b, net.minecraft.item.crafting.Ingredient@a2da35b, net.minecraft.item.crafting.Ingredient@a2da35b, net.minecraft.item.crafting.Ingredient@a2da35b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10425 mysticalagriculture:material RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.material@13:[net.minecraft.item.crafting.Ingredient@719bdb71, net.minecraft.item.crafting.Ingredient@719bdb71, net.minecraft.item.crafting.Ingredient@719bdb71, net.minecraft.item.crafting.Ingredient@719bdb71, net.minecraft.item.crafting.Ingredient@5d3ebe89, net.minecraft.item.crafting.Ingredient@719bdb71, net.minecraft.item.crafting.Ingredient@719bdb71, net.minecraft.item.crafting.Ingredient@719bdb71, net.minecraft.item.crafting.Ingredient@719bdb71]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10426 mysticalagriculture:material_1 RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.material@14:[net.minecraft.item.crafting.Ingredient@1e7ae5ac, net.minecraft.item.crafting.Ingredient@1e7ae5ac, net.minecraft.item.crafting.Ingredient@1e7ae5ac, net.minecraft.item.crafting.Ingredient@1e7ae5ac, net.minecraftforge.oredict.OreIngredient@3618df10, net.minecraft.item.crafting.Ingredient@1e7ae5ac, net.minecraft.item.crafting.Ingredient@1e7ae5ac, net.minecraft.item.crafting.Ingredient@1e7ae5ac, net.minecraft.item.crafting.Ingredient@1e7ae5ac]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10427 mysticalagriculture:material_2 RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.material@15:[net.minecraft.item.crafting.Ingredient@b4f5abc, net.minecraft.item.crafting.Ingredient@b4f5abc, net.minecraft.item.crafting.Ingredient@b4f5abc, net.minecraft.item.crafting.Ingredient@b4f5abc, net.minecraftforge.oredict.OreIngredient@7b5fea98, net.minecraft.item.crafting.Ingredient@b4f5abc, net.minecraft.item.crafting.Ingredient@b4f5abc, net.minecraft.item.crafting.Ingredient@b4f5abc, net.minecraft.item.crafting.Ingredient@b4f5abc]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10428 mysticalagriculture:material_3 RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.material@19:[net.minecraft.item.crafting.Ingredient@58ff6926, net.minecraft.item.crafting.Ingredient@58ff6926, net.minecraft.item.crafting.Ingredient@58ff6926, net.minecraft.item.crafting.Ingredient@58ff6926, net.minecraftforge.oredict.OreIngredient@5c70531a, net.minecraft.item.crafting.Ingredient@58ff6926, net.minecraft.item.crafting.Ingredient@58ff6926, net.minecraft.item.crafting.Ingredient@58ff6926, net.minecraft.item.crafting.Ingredient@58ff6926]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10429 mysticalagriculture:crystalfluix RecipeStage{tier='five', recipe=6xitem.appliedenergistics2.material@7:[net.minecraft.item.crafting.Ingredient@6744b088, net.minecraft.item.crafting.Ingredient@6744b088, net.minecraft.item.crafting.Ingredient@6744b088, net.minecraft.item.crafting.Ingredient@6744b088, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6744b088, net.minecraft.item.crafting.Ingredient@6744b088, net.minecraft.item.crafting.Ingredient@6744b088, net.minecraft.item.crafting.Ingredient@6744b088]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10431 rustic:pillar_stone RecipeStage{tier='one', recipe=6xtile.rustic.stone_pillar@0:[net.minecraft.item.crafting.Ingredient@69b71e5, net.minecraft.item.crafting.Ingredient@69b71e5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@69b71e5, net.minecraft.item.crafting.Ingredient@69b71e5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@69b71e5, net.minecraft.item.crafting.Ingredient@69b71e5, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10432 rustic:pillar_andesite RecipeStage{tier='one', recipe=6xtile.rustic.andesite_pillar@0:[net.minecraft.item.crafting.Ingredient@3f844633, net.minecraft.item.crafting.Ingredient@3f844633, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3f844633, net.minecraft.item.crafting.Ingredient@3f844633, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3f844633, net.minecraft.item.crafting.Ingredient@3f844633, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10433 rustic:pillar_diorite RecipeStage{tier='one', recipe=6xtile.rustic.diorite_pillar@0:[net.minecraft.item.crafting.Ingredient@3db9f0c3, net.minecraft.item.crafting.Ingredient@3db9f0c3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3db9f0c3, net.minecraft.item.crafting.Ingredient@3db9f0c3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3db9f0c3, net.minecraft.item.crafting.Ingredient@3db9f0c3, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10434 rustic:pillar_granite RecipeStage{tier='one', recipe=6xtile.rustic.granite_pillar@0:[net.minecraft.item.crafting.Ingredient@346264a9, net.minecraft.item.crafting.Ingredient@346264a9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@346264a9, net.minecraft.item.crafting.Ingredient@346264a9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@346264a9, net.minecraft.item.crafting.Ingredient@346264a9, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10435 rustic:pillar_slate RecipeStage{tier='one', recipe=6xtile.rustic.slate_pillar@0:[net.minecraft.item.crafting.Ingredient@23b1edf9, net.minecraft.item.crafting.Ingredient@23b1edf9, net.minecraft.item.crafting.Ingredient@23b1edf9, net.minecraft.item.crafting.Ingredient@23b1edf9, net.minecraft.item.crafting.Ingredient@23b1edf9, net.minecraft.item.crafting.Ingredient@23b1edf9]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10436 rustic:slate_roof RecipeStage{tier='one', recipe=4xtile.rustic.slate_roof@0:[net.minecraft.item.crafting.Ingredient@7d31f25f, net.minecraft.item.crafting.Ingredient@7d31f25f, net.minecraft.item.crafting.Ingredient@7d31f25f, net.minecraft.item.crafting.Ingredient@7d31f25f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10437 rustic:slate_roof_stairs RecipeStage{tier='one', recipe=4xtile.rustic.stairs_slate_roof@0:[net.minecraft.item.crafting.Ingredient@6108bc3f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6108bc3f, net.minecraft.item.crafting.Ingredient@6108bc3f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6108bc3f, net.minecraft.item.crafting.Ingredient@6108bc3f, net.minecraft.item.crafting.Ingredient@6108bc3f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10438 rustic:slate_roof_slab RecipeStage{tier='one', recipe=6xtile.rustic.slate_roof_slab@0:[net.minecraft.item.crafting.Ingredient@45ca58ba, net.minecraft.item.crafting.Ingredient@45ca58ba, net.minecraft.item.crafting.Ingredient@45ca58ba]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10439 rustic:slate_brick_stairs RecipeStage{tier='one', recipe=4xtile.rustic.stairs_slate_brick@0:[net.minecraft.item.crafting.Ingredient@7e10c0d1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7e10c0d1, net.minecraft.item.crafting.Ingredient@7e10c0d1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7e10c0d1, net.minecraft.item.crafting.Ingredient@7e10c0d1, net.minecraft.item.crafting.Ingredient@7e10c0d1]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10440 rustic:slate_brick_slab RecipeStage{tier='one', recipe=6xtile.rustic.slate_brick_slab@0:[net.minecraft.item.crafting.Ingredient@1436ef1, net.minecraft.item.crafting.Ingredient@1436ef1, net.minecraft.item.crafting.Ingredient@1436ef1]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10441 rustic:slate_tile RecipeStage{tier='one', recipe=1xtile.rustic.slate_tile@0:[net.minecraft.item.crafting.Ingredient@48f6225c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10442 rustic:slate_tile_1 RecipeStage{tier='one', recipe=1xtile.rustic.slate_tile@0:[net.minecraft.item.crafting.Ingredient@1b92c141]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10443 rustic:slate_brick RecipeStage{tier='one', recipe=4xtile.rustic.slate_brick@0:[net.minecraft.item.crafting.Ingredient@11b2fd24, net.minecraft.item.crafting.Ingredient@11b2fd24, net.minecraft.item.crafting.Ingredient@11b2fd24, net.minecraft.item.crafting.Ingredient@11b2fd24]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10444 rustic:slate_chiseled RecipeStage{tier='one', recipe=4xtile.rustic.slate_chiseled@0:[net.minecraft.item.crafting.Ingredient@7d618cee, net.minecraft.item.crafting.Ingredient@7d618cee, net.minecraft.item.crafting.Ingredient@7d618cee, net.minecraft.item.crafting.Ingredient@7d618cee]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10445 rustic:clay_wall RecipeStage{tier='one', recipe=8xtile.rustic.clay_wall@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6d30bcd7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6d30bcd7, net.minecraft.item.crafting.Ingredient@3b09dd8a, net.minecraftforge.oredict.OreIngredient@6d30bcd7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6d30bcd7, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10446 rustic:clay_wall_cross RecipeStage{tier='one', recipe=1xtile.rustic.clay_wall_cross@0:[net.minecraftforge.oredict.OreIngredient@482b51da, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@482b51da, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@20958a0c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@482b51da, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@482b51da]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10447 rustic:clay_wall_diag RecipeStage{tier='one', recipe=1xtile.rustic.clay_wall_diag@0:[net.minecraftforge.oredict.OreIngredient@6ec7fda8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7c70d42b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6ec7fda8]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10448 rustic:acacia_chair RecipeStage{tier='one', recipe=4xtile.rustic.chair_acacia@0:[net.minecraft.item.crafting.Ingredient@a76f173, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@a76f173, net.minecraft.item.crafting.Ingredient@a76f173, net.minecraft.item.crafting.Ingredient@a76f173, net.minecraft.item.crafting.Ingredient@5b0d7728, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5b0d7728]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10449 rustic:big_oak_chair RecipeStage{tier='one', recipe=4xtile.rustic.chair_big_oak@0:[net.minecraft.item.crafting.Ingredient@1e824265, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1e824265, net.minecraft.item.crafting.Ingredient@1e824265, net.minecraft.item.crafting.Ingredient@1e824265, net.minecraft.item.crafting.Ingredient@2342d5af, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2342d5af]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10450 rustic:birch_chair RecipeStage{tier='one', recipe=4xtile.rustic.chair_birch@0:[net.minecraft.item.crafting.Ingredient@3ffa81f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3ffa81f, net.minecraft.item.crafting.Ingredient@3ffa81f, net.minecraft.item.crafting.Ingredient@3ffa81f, net.minecraft.item.crafting.Ingredient@f62436f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@f62436f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10451 rustic:jungle_chair RecipeStage{tier='one', recipe=4xtile.rustic.chair_jungle@0:[net.minecraft.item.crafting.Ingredient@1bc9459c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1bc9459c, net.minecraft.item.crafting.Ingredient@1bc9459c, net.minecraft.item.crafting.Ingredient@1bc9459c, net.minecraft.item.crafting.Ingredient@6508a9aa, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6508a9aa]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10452 rustic:oak_chair RecipeStage{tier='one', recipe=4xtile.rustic.chair_oak@0:[net.minecraft.item.crafting.Ingredient@2aadcdb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2aadcdb, net.minecraft.item.crafting.Ingredient@2aadcdb, net.minecraft.item.crafting.Ingredient@2aadcdb, net.minecraft.item.crafting.Ingredient@531e8cb7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@531e8cb7]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10453 rustic:spruce_chair RecipeStage{tier='one', recipe=4xtile.rustic.chair_spruce@0:[net.minecraft.item.crafting.Ingredient@6c32fda8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6c32fda8, net.minecraft.item.crafting.Ingredient@6c32fda8, net.minecraft.item.crafting.Ingredient@6c32fda8, net.minecraft.item.crafting.Ingredient@38aab8f1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@38aab8f1]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10454 rustic:olive_chair RecipeStage{tier='one', recipe=4xtile.rustic.chair_olive@0:[net.minecraft.item.crafting.Ingredient@35f3ce0c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@35f3ce0c, net.minecraft.item.crafting.Ingredient@35f3ce0c, net.minecraft.item.crafting.Ingredient@35f3ce0c, net.minecraft.item.crafting.Ingredient@4ed7baa7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4ed7baa7]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10455 rustic:ironwood_chair RecipeStage{tier='one', recipe=4xtile.rustic.chair_ironwood@0:[net.minecraft.item.crafting.Ingredient@b8ad769, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@b8ad769, net.minecraft.item.crafting.Ingredient@b8ad769, net.minecraft.item.crafting.Ingredient@b8ad769, net.minecraft.item.crafting.Ingredient@2022ebba, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2022ebba]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10456 rustic:acacia_table RecipeStage{tier='one', recipe=2xtile.rustic.table_acacia@0:[net.minecraft.item.crafting.Ingredient@4fed5953, net.minecraft.item.crafting.Ingredient@4fed5953, net.minecraft.item.crafting.Ingredient@4fed5953, net.minecraft.item.crafting.Ingredient@1201fe58, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1201fe58]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10457 rustic:big_oak_table RecipeStage{tier='one', recipe=2xtile.rustic.table_big_oak@0:[net.minecraft.item.crafting.Ingredient@6d2e241c, net.minecraft.item.crafting.Ingredient@6d2e241c, net.minecraft.item.crafting.Ingredient@6d2e241c, net.minecraft.item.crafting.Ingredient@482cdf2b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@482cdf2b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10458 rustic:birch_table RecipeStage{tier='one', recipe=2xtile.rustic.table_birch@0:[net.minecraft.item.crafting.Ingredient@3da7ec19, net.minecraft.item.crafting.Ingredient@3da7ec19, net.minecraft.item.crafting.Ingredient@3da7ec19, net.minecraft.item.crafting.Ingredient@21352175, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@21352175]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10459 rustic:jungle_table RecipeStage{tier='one', recipe=2xtile.rustic.table_jungle@0:[net.minecraft.item.crafting.Ingredient@4a133515, net.minecraft.item.crafting.Ingredient@4a133515, net.minecraft.item.crafting.Ingredient@4a133515, net.minecraft.item.crafting.Ingredient@48d6df6a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@48d6df6a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10460 rustic:oak_table RecipeStage{tier='one', recipe=2xtile.rustic.table_oak@0:[net.minecraft.item.crafting.Ingredient@3ced87f0, net.minecraft.item.crafting.Ingredient@3ced87f0, net.minecraft.item.crafting.Ingredient@3ced87f0, net.minecraft.item.crafting.Ingredient@6f85a6e5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6f85a6e5]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10461 rustic:spruce_table RecipeStage{tier='one', recipe=2xtile.rustic.table_spruce@0:[net.minecraft.item.crafting.Ingredient@52f9f657, net.minecraft.item.crafting.Ingredient@52f9f657, net.minecraft.item.crafting.Ingredient@52f9f657, net.minecraft.item.crafting.Ingredient@27b29ff, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@27b29ff]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10462 rustic:olive_table RecipeStage{tier='one', recipe=2xtile.rustic.table_olive@0:[net.minecraft.item.crafting.Ingredient@61330db3, net.minecraft.item.crafting.Ingredient@61330db3, net.minecraft.item.crafting.Ingredient@61330db3, net.minecraft.item.crafting.Ingredient@7ce5048c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7ce5048c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10463 rustic:ironwood_table RecipeStage{tier='one', recipe=2xtile.rustic.table_ironwood@0:[net.minecraft.item.crafting.Ingredient@3f3792c9, net.minecraft.item.crafting.Ingredient@3f3792c9, net.minecraft.item.crafting.Ingredient@3f3792c9, net.minecraft.item.crafting.Ingredient@46904e09, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@46904e09]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10464 rustic:iron_lattice RecipeStage{tier='two', recipe=16xtile.rustic.iron_lattice@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@620e0453, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@620e0453, net.minecraft.item.crafting.Ingredient@620e0453, net.minecraft.item.crafting.Ingredient@620e0453, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@620e0453, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10481 rustic:ale_wort rustic.common.crafting.RecipeNonIngredientReturn@3058ee0e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10482 rustic:cabinet RecipeStage{tier='one', recipe=1xtile.rustic.cabinet@0:[]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10484 rustic:barrel_emptying RecipeStage{tier='two', recipe=1xtile.rustic.liquid_barrel@0:[net.minecraft.item.crafting.Ingredient@5a71ef10]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10485 thebetweenlands:recipe_circle_gems thebetweenlands.common.recipe.misc.RecipesCircleGems@61268b7e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10486 thebetweenlands:recipe_coating thebetweenlands.common.recipe.misc.RecipesCoating@3d96fa27 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10487 thebetweenlands:recipe_life_crystal thebetweenlands.common.recipe.misc.RecipesLifeCrystal@6107f6ca +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10488 thebetweenlands:recipe_plant_tonic thebetweenlands.common.recipe.misc.RecipesPlantTonic@5254fb0e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10489 thebetweenlands:recipe_lurker_skin_pouch_upgrade RecipeStage{tier='two', recipe=1xitem.thebetweenlands.lurker_skin_pouch@0:[]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10490 thebetweenlands:recipe_mummy_bait thebetweenlands.common.recipe.misc.RecipeMummyBait@6b14cb0e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10491 thebetweenlands:recipe_aspect_vial thebetweenlands.common.recipe.misc.RecipesAspectVials@14eb34cb +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10492 thebetweenlands:recipe_marsh_runner_boots thebetweenlands.common.recipe.misc.RecipeMarshRunnerBoots@7ea09553 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10493 thebetweenlands:recipe_book_merge thebetweenlands.common.recipe.misc.BookMergeRecipe@6487b9d9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10494 thebetweenlands:hearthgrove_log_tarring thebetweenlands.common.recipe.misc.HearthgroveTarringRecipe@4423d9bc +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10495 thebetweenlands:clear_bone_wayfinder thebetweenlands.common.recipe.misc.RecipeClearBoneWayfinder@7ce16bdb +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10496 thebetweenlands:sap_spit_clean_tool thebetweenlands.common.recipe.misc.RecipeSapSpitCleanTool@23778058 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10497 thebetweenlands:grappling_hook_upgrade RecipeStage{tier='two', recipe=1xitem.thebetweenlands.grappling_hook@0:[]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10503 witherskelefix:recipe0 RecipeStage{tier='three', recipe=1xitem.witherskelefix.blade@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, shadows.placebo.util.RecipeHelper$CachedIngredient@fbc9b5, shadows.placebo.util.RecipeHelper$CachedIngredient@6fb599ad, shadows.placebo.util.RecipeHelper$CachedIngredient@fbc9b5, shadows.placebo.util.RecipeHelper$CachedIngredient@6fb599ad, shadows.placebo.util.RecipeHelper$CachedIngredient@fbc9b5, shadows.placebo.util.RecipeHelper$CachedOreIngredient@d08b5eb, shadows.placebo.util.RecipeHelper$CachedIngredient@fbc9b5, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10504 witherskelefix:recipe1 RecipeStage{tier='three', recipe=1xitem.witherskelefix.blade2@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, shadows.placebo.util.RecipeHelper$CachedIngredient@1987a275, shadows.placebo.util.RecipeHelper$CachedIngredient@6fb599ad, shadows.placebo.util.RecipeHelper$CachedIngredient@1987a275, shadows.placebo.util.RecipeHelper$CachedIngredient@6fb599ad, shadows.placebo.util.RecipeHelper$CachedIngredient@1987a275, shadows.placebo.util.RecipeHelper$CachedOreIngredient@d08b5eb, shadows.placebo.util.RecipeHelper$CachedIngredient@1987a275, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10505 witherskelefix:recipe2 RecipeStage{tier='three', recipe=1xitem.skull@1:[net.minecraft.item.crafting.Ingredient@52a30014, net.minecraft.item.crafting.Ingredient@52a30014, net.minecraft.item.crafting.Ingredient@52a30014, net.minecraft.item.crafting.Ingredient@52a30014, net.minecraft.item.crafting.Ingredient@52a30014, net.minecraft.item.crafting.Ingredient@52a30014, net.minecraft.item.crafting.Ingredient@52a30014, net.minecraft.item.crafting.Ingredient@52a30014, net.minecraft.item.crafting.Ingredient@52a30014]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10510 betterwithaddons:compress_seed RecipeStage{tier='one', recipe=1xitem.bag@0:[net.minecraft.item.crafting.Ingredient@2c681aef, net.minecraft.item.crafting.Ingredient@2c681aef, net.minecraft.item.crafting.Ingredient@2c681aef, net.minecraft.item.crafting.Ingredient@2c681aef, net.minecraft.item.crafting.Ingredient@6a9f4b1, net.minecraft.item.crafting.Ingredient@2c681aef, net.minecraft.item.crafting.Ingredient@2c681aef, net.minecraft.item.crafting.Ingredient@2c681aef, net.minecraft.item.crafting.Ingredient@2c681aef]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10511 betterwithaddons:uncompress_seed RecipeStage{tier='zero', recipe=8xitem.seeds@0:[net.minecraft.item.crafting.Ingredient@2f7d45a8]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10512 betterwithaddons:compress_seed_hemp RecipeStage{tier='one', recipe=1xitem.bag@1:[net.minecraft.item.crafting.Ingredient@a6be572, net.minecraft.item.crafting.Ingredient@a6be572, net.minecraft.item.crafting.Ingredient@a6be572, net.minecraft.item.crafting.Ingredient@a6be572, net.minecraft.item.crafting.Ingredient@18995a, net.minecraft.item.crafting.Ingredient@a6be572, net.minecraft.item.crafting.Ingredient@a6be572, net.minecraft.item.crafting.Ingredient@a6be572, net.minecraft.item.crafting.Ingredient@a6be572]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10513 betterwithaddons:uncompress_seed_hemp RecipeStage{tier='zero', recipe=8xtile.bwm:hemp@0:[net.minecraft.item.crafting.Ingredient@72fa5942]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10514 betterwithaddons:compress_seed_melon RecipeStage{tier='one', recipe=1xitem.bag@2:[net.minecraft.item.crafting.Ingredient@63f9ede4, net.minecraft.item.crafting.Ingredient@63f9ede4, net.minecraft.item.crafting.Ingredient@63f9ede4, net.minecraft.item.crafting.Ingredient@63f9ede4, net.minecraft.item.crafting.Ingredient@48b8e713, net.minecraft.item.crafting.Ingredient@63f9ede4, net.minecraft.item.crafting.Ingredient@63f9ede4, net.minecraft.item.crafting.Ingredient@63f9ede4, net.minecraft.item.crafting.Ingredient@63f9ede4]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10515 betterwithaddons:uncompress_seed_melon RecipeStage{tier='zero', recipe=8xitem.seeds_melon@0:[net.minecraft.item.crafting.Ingredient@348b47a2]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10516 betterwithaddons:compress_seed_pumpkin RecipeStage{tier='one', recipe=1xitem.bag@3:[net.minecraft.item.crafting.Ingredient@17bee670, net.minecraft.item.crafting.Ingredient@17bee670, net.minecraft.item.crafting.Ingredient@17bee670, net.minecraft.item.crafting.Ingredient@17bee670, net.minecraft.item.crafting.Ingredient@3b821b77, net.minecraft.item.crafting.Ingredient@17bee670, net.minecraft.item.crafting.Ingredient@17bee670, net.minecraft.item.crafting.Ingredient@17bee670, net.minecraft.item.crafting.Ingredient@17bee670]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10517 betterwithaddons:uncompress_seed_pumpkin RecipeStage{tier='zero', recipe=8xitem.seeds_pumpkin@0:[net.minecraft.item.crafting.Ingredient@45ab5c89]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10518 betterwithaddons:compress_seed_beets RecipeStage{tier='one', recipe=1xitem.bag@4:[net.minecraft.item.crafting.Ingredient@eb44156, net.minecraft.item.crafting.Ingredient@eb44156, net.minecraft.item.crafting.Ingredient@eb44156, net.minecraft.item.crafting.Ingredient@eb44156, net.minecraft.item.crafting.Ingredient@c83980f, net.minecraft.item.crafting.Ingredient@eb44156, net.minecraft.item.crafting.Ingredient@eb44156, net.minecraft.item.crafting.Ingredient@eb44156, net.minecraft.item.crafting.Ingredient@eb44156]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10519 betterwithaddons:uncompress_seed_beets RecipeStage{tier='zero', recipe=8xitem.beetroot_seeds@0:[net.minecraft.item.crafting.Ingredient@37c90bd]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10520 betterwithaddons:compress_cocoa RecipeStage{tier='one', recipe=1xitem.bag@5:[net.minecraft.item.crafting.Ingredient@3fbd7967, net.minecraft.item.crafting.Ingredient@3fbd7967, net.minecraft.item.crafting.Ingredient@3fbd7967, net.minecraft.item.crafting.Ingredient@3fbd7967, net.minecraft.item.crafting.Ingredient@32f36f40, net.minecraft.item.crafting.Ingredient@3fbd7967, net.minecraft.item.crafting.Ingredient@3fbd7967, net.minecraft.item.crafting.Ingredient@3fbd7967, net.minecraft.item.crafting.Ingredient@3fbd7967]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10522 betterwithaddons:compress_redstone RecipeStage{tier='three', recipe=1xitem.bag@6:[net.minecraft.item.crafting.Ingredient@71a35bf9, net.minecraft.item.crafting.Ingredient@71a35bf9, net.minecraft.item.crafting.Ingredient@71a35bf9, net.minecraft.item.crafting.Ingredient@71a35bf9, net.minecraft.item.crafting.Ingredient@4bb24e36, net.minecraft.item.crafting.Ingredient@71a35bf9, net.minecraft.item.crafting.Ingredient@71a35bf9, net.minecraft.item.crafting.Ingredient@71a35bf9, net.minecraft.item.crafting.Ingredient@71a35bf9]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10523 betterwithaddons:uncompress_redstone RecipeStage{tier='two', recipe=8xitem.redstone@0:[net.minecraft.item.crafting.Ingredient@e60ff26]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10524 betterwithaddons:compress_glowstone RecipeStage{tier='three', recipe=1xitem.bag@7:[net.minecraft.item.crafting.Ingredient@3c6d30f6, net.minecraft.item.crafting.Ingredient@3c6d30f6, net.minecraft.item.crafting.Ingredient@3c6d30f6, net.minecraft.item.crafting.Ingredient@3c6d30f6, net.minecraft.item.crafting.Ingredient@719cfe8a, net.minecraft.item.crafting.Ingredient@3c6d30f6, net.minecraft.item.crafting.Ingredient@3c6d30f6, net.minecraft.item.crafting.Ingredient@3c6d30f6, net.minecraft.item.crafting.Ingredient@3c6d30f6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10525 betterwithaddons:uncompress_glowstone RecipeStage{tier='three', recipe=8xitem.yellowDust@0:[net.minecraft.item.crafting.Ingredient@252ac3c0]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10526 betterwithaddons:compress_sugar RecipeStage{tier='one', recipe=1xitem.bag@8:[net.minecraft.item.crafting.Ingredient@666b7535, net.minecraft.item.crafting.Ingredient@666b7535, net.minecraft.item.crafting.Ingredient@666b7535, net.minecraft.item.crafting.Ingredient@666b7535, net.minecraft.item.crafting.Ingredient@7b48f19e, net.minecraft.item.crafting.Ingredient@666b7535, net.minecraft.item.crafting.Ingredient@666b7535, net.minecraft.item.crafting.Ingredient@666b7535, net.minecraft.item.crafting.Ingredient@666b7535]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10528 betterwithaddons:compress_gunpowder RecipeStage{tier='one', recipe=1xitem.bag@9:[net.minecraft.item.crafting.Ingredient@54281d1b, net.minecraft.item.crafting.Ingredient@54281d1b, net.minecraft.item.crafting.Ingredient@54281d1b, net.minecraft.item.crafting.Ingredient@54281d1b, net.minecraft.item.crafting.Ingredient@2418eed3, net.minecraft.item.crafting.Ingredient@54281d1b, net.minecraft.item.crafting.Ingredient@54281d1b, net.minecraft.item.crafting.Ingredient@54281d1b, net.minecraft.item.crafting.Ingredient@54281d1b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10532 betterwithaddons:compress_sulfur RecipeStage{tier='three', recipe=1xitem.bag@11:[net.minecraft.item.crafting.Ingredient@7a57049a, net.minecraft.item.crafting.Ingredient@7a57049a, net.minecraft.item.crafting.Ingredient@7a57049a, net.minecraft.item.crafting.Ingredient@7a57049a, net.minecraft.item.crafting.Ingredient@7cf23b92, net.minecraft.item.crafting.Ingredient@7a57049a, net.minecraft.item.crafting.Ingredient@7a57049a, net.minecraft.item.crafting.Ingredient@7a57049a, net.minecraft.item.crafting.Ingredient@7a57049a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10533 betterwithaddons:uncompress_sulfur RecipeStage{tier='four', recipe=8xitem.bwm:material@25:[net.minecraft.item.crafting.Ingredient@171b56e4]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10534 betterwithaddons:compress_nitre RecipeStage{tier='three', recipe=1xitem.bag@12:[net.minecraft.item.crafting.Ingredient@38696cc5, net.minecraft.item.crafting.Ingredient@38696cc5, net.minecraft.item.crafting.Ingredient@38696cc5, net.minecraft.item.crafting.Ingredient@38696cc5, net.minecraft.item.crafting.Ingredient@781547eb, net.minecraft.item.crafting.Ingredient@38696cc5, net.minecraft.item.crafting.Ingredient@38696cc5, net.minecraft.item.crafting.Ingredient@38696cc5, net.minecraft.item.crafting.Ingredient@38696cc5]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10535 betterwithaddons:uncompress_nitre RecipeStage{tier='zero', recipe=8xitem.bwm:material@26:[net.minecraft.item.crafting.Ingredient@37468f27]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10536 betterwithaddons:compress_sawdust RecipeStage{tier='one', recipe=1xitem.bag@13:[net.minecraft.item.crafting.Ingredient@16c2ef2d, net.minecraft.item.crafting.Ingredient@16c2ef2d, net.minecraft.item.crafting.Ingredient@16c2ef2d, net.minecraft.item.crafting.Ingredient@16c2ef2d, net.minecraft.item.crafting.Ingredient@73450d4, net.minecraft.item.crafting.Ingredient@16c2ef2d, net.minecraft.item.crafting.Ingredient@16c2ef2d, net.minecraft.item.crafting.Ingredient@16c2ef2d, net.minecraft.item.crafting.Ingredient@16c2ef2d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10537 betterwithaddons:uncompress_sawdust RecipeStage{tier='one', recipe=8xitem.bwm:material@22:[net.minecraft.item.crafting.Ingredient@163242df]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10538 betterwithaddons:compress_sawdust_soul RecipeStage{tier='three', recipe=1xitem.bag@14:[net.minecraft.item.crafting.Ingredient@329f3c66, net.minecraft.item.crafting.Ingredient@329f3c66, net.minecraft.item.crafting.Ingredient@329f3c66, net.minecraft.item.crafting.Ingredient@329f3c66, net.minecraft.item.crafting.Ingredient@7010af5f, net.minecraft.item.crafting.Ingredient@329f3c66, net.minecraft.item.crafting.Ingredient@329f3c66, net.minecraft.item.crafting.Ingredient@329f3c66, net.minecraft.item.crafting.Ingredient@329f3c66]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10539 betterwithaddons:uncompress_sawdust_soul RecipeStage{tier='three', recipe=8xitem.bwm:material@23:[net.minecraft.item.crafting.Ingredient@2089a8f9]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10540 betterwithaddons:compress_potash RecipeStage{tier='three', recipe=1xitem.bag@15:[net.minecraft.item.crafting.Ingredient@1e21ecfd, net.minecraft.item.crafting.Ingredient@1e21ecfd, net.minecraft.item.crafting.Ingredient@1e21ecfd, net.minecraft.item.crafting.Ingredient@1e21ecfd, net.minecraft.item.crafting.Ingredient@6b1d59fe, net.minecraft.item.crafting.Ingredient@1e21ecfd, net.minecraft.item.crafting.Ingredient@1e21ecfd, net.minecraft.item.crafting.Ingredient@1e21ecfd, net.minecraft.item.crafting.Ingredient@1e21ecfd]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10541 betterwithaddons:uncompress_potash RecipeStage{tier='one', recipe=8xitem.bwm:material@21:[net.minecraft.item.crafting.Ingredient@1bf9ec9d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10542 betterwithaddons:compress_hellfire RecipeStage{tier='three', recipe=1xitem.bag@16:[net.minecraft.item.crafting.Ingredient@bfdd719, net.minecraft.item.crafting.Ingredient@bfdd719, net.minecraft.item.crafting.Ingredient@bfdd719, net.minecraft.item.crafting.Ingredient@bfdd719, net.minecraft.item.crafting.Ingredient@7a62e2b8, net.minecraft.item.crafting.Ingredient@bfdd719, net.minecraft.item.crafting.Ingredient@bfdd719, net.minecraft.item.crafting.Ingredient@bfdd719, net.minecraft.item.crafting.Ingredient@bfdd719]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10543 betterwithaddons:uncompress_hellfire RecipeStage{tier='three', recipe=8xitem.bwm:material@16:[net.minecraft.item.crafting.Ingredient@511252c6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10544 betterwithaddons:compress_kibble RecipeStage{tier='one', recipe=1xitem.bag@17:[net.minecraft.item.crafting.Ingredient@59a841ee, net.minecraft.item.crafting.Ingredient@59a841ee, net.minecraft.item.crafting.Ingredient@59a841ee, net.minecraft.item.crafting.Ingredient@59a841ee, net.minecraft.item.crafting.Ingredient@2cd55eaa, net.minecraft.item.crafting.Ingredient@59a841ee, net.minecraft.item.crafting.Ingredient@59a841ee, net.minecraft.item.crafting.Ingredient@59a841ee, net.minecraft.item.crafting.Ingredient@59a841ee]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10545 betterwithaddons:uncompress_kibble RecipeStage{tier='one', recipe=8xitem.bwm:kibble@0:[net.minecraft.item.crafting.Ingredient@4b939796]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10546 betterwithaddons:compress_pork RecipeStage{tier='one', recipe=1xitem.crate@0:[net.minecraft.item.crafting.Ingredient@56892c9a, net.minecraft.item.crafting.Ingredient@56892c9a, net.minecraft.item.crafting.Ingredient@56892c9a, net.minecraft.item.crafting.Ingredient@56892c9a, net.minecraft.item.crafting.Ingredient@2c8dc5c2, net.minecraft.item.crafting.Ingredient@56892c9a, net.minecraft.item.crafting.Ingredient@56892c9a, net.minecraft.item.crafting.Ingredient@56892c9a, net.minecraft.item.crafting.Ingredient@56892c9a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10547 betterwithaddons:uncompress_pork RecipeStage{tier='tutorial', recipe=8xitem.porkchopCooked@0:[net.minecraft.item.crafting.Ingredient@53b3e967]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10548 betterwithaddons:compress_pork_raw RecipeStage{tier='one', recipe=1xitem.crate@1:[net.minecraft.item.crafting.Ingredient@ef8e7d7, net.minecraft.item.crafting.Ingredient@ef8e7d7, net.minecraft.item.crafting.Ingredient@ef8e7d7, net.minecraft.item.crafting.Ingredient@ef8e7d7, net.minecraft.item.crafting.Ingredient@33d862af, net.minecraft.item.crafting.Ingredient@ef8e7d7, net.minecraft.item.crafting.Ingredient@ef8e7d7, net.minecraft.item.crafting.Ingredient@ef8e7d7, net.minecraft.item.crafting.Ingredient@ef8e7d7]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10549 betterwithaddons:uncompress_pork_raw RecipeStage{tier='tutorial', recipe=8xitem.porkchopRaw@0:[net.minecraft.item.crafting.Ingredient@3c4e07f6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10550 betterwithaddons:compress_steak RecipeStage{tier='one', recipe=1xitem.crate@4:[net.minecraft.item.crafting.Ingredient@636d6d5, net.minecraft.item.crafting.Ingredient@636d6d5, net.minecraft.item.crafting.Ingredient@636d6d5, net.minecraft.item.crafting.Ingredient@636d6d5, net.minecraft.item.crafting.Ingredient@7f4169c5, net.minecraft.item.crafting.Ingredient@636d6d5, net.minecraft.item.crafting.Ingredient@636d6d5, net.minecraft.item.crafting.Ingredient@636d6d5, net.minecraft.item.crafting.Ingredient@636d6d5]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10551 betterwithaddons:uncompress_steak RecipeStage{tier='tutorial', recipe=8xitem.beefCooked@0:[net.minecraft.item.crafting.Ingredient@a8a6ab8]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10552 betterwithaddons:compress_steak_raw RecipeStage{tier='one', recipe=1xitem.crate@5:[net.minecraft.item.crafting.Ingredient@6300b169, net.minecraft.item.crafting.Ingredient@6300b169, net.minecraft.item.crafting.Ingredient@6300b169, net.minecraft.item.crafting.Ingredient@6300b169, net.minecraft.item.crafting.Ingredient@d7ea8ce, net.minecraft.item.crafting.Ingredient@6300b169, net.minecraft.item.crafting.Ingredient@6300b169, net.minecraft.item.crafting.Ingredient@6300b169, net.minecraft.item.crafting.Ingredient@6300b169]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10553 betterwithaddons:uncompress_steak_raw RecipeStage{tier='tutorial', recipe=8xitem.beefRaw@0:[net.minecraft.item.crafting.Ingredient@4108d537]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10554 betterwithaddons:compress_chicken RecipeStage{tier='one', recipe=1xitem.crate@2:[net.minecraft.item.crafting.Ingredient@4b4a3713, net.minecraft.item.crafting.Ingredient@4b4a3713, net.minecraft.item.crafting.Ingredient@4b4a3713, net.minecraft.item.crafting.Ingredient@4b4a3713, net.minecraft.item.crafting.Ingredient@41d9a873, net.minecraft.item.crafting.Ingredient@4b4a3713, net.minecraft.item.crafting.Ingredient@4b4a3713, net.minecraft.item.crafting.Ingredient@4b4a3713, net.minecraft.item.crafting.Ingredient@4b4a3713]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10555 betterwithaddons:uncompress_chicken RecipeStage{tier='tutorial', recipe=8xitem.chickenCooked@0:[net.minecraft.item.crafting.Ingredient@1f03db93]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10556 betterwithaddons:compress_chicken_raw RecipeStage{tier='one', recipe=1xitem.crate@3:[net.minecraft.item.crafting.Ingredient@2f7e4018, net.minecraft.item.crafting.Ingredient@2f7e4018, net.minecraft.item.crafting.Ingredient@2f7e4018, net.minecraft.item.crafting.Ingredient@2f7e4018, net.minecraft.item.crafting.Ingredient@76e2fdd5, net.minecraft.item.crafting.Ingredient@2f7e4018, net.minecraft.item.crafting.Ingredient@2f7e4018, net.minecraft.item.crafting.Ingredient@2f7e4018, net.minecraft.item.crafting.Ingredient@2f7e4018]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10557 betterwithaddons:uncompress_chicken_raw RecipeStage{tier='tutorial', recipe=8xitem.chickenRaw@0:[net.minecraft.item.crafting.Ingredient@3e4603fa]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10558 betterwithaddons:compress_mutton RecipeStage{tier='one', recipe=1xitem.crate@6:[net.minecraft.item.crafting.Ingredient@28798bdc, net.minecraft.item.crafting.Ingredient@28798bdc, net.minecraft.item.crafting.Ingredient@28798bdc, net.minecraft.item.crafting.Ingredient@28798bdc, net.minecraft.item.crafting.Ingredient@648594d3, net.minecraft.item.crafting.Ingredient@28798bdc, net.minecraft.item.crafting.Ingredient@28798bdc, net.minecraft.item.crafting.Ingredient@28798bdc, net.minecraft.item.crafting.Ingredient@28798bdc]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10559 betterwithaddons:uncompress_mutton RecipeStage{tier='tutorial', recipe=8xitem.muttonCooked@0:[net.minecraft.item.crafting.Ingredient@75e1f359]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10560 betterwithaddons:compress_mutton_raw RecipeStage{tier='one', recipe=1xitem.crate@7:[net.minecraft.item.crafting.Ingredient@3f461e3, net.minecraft.item.crafting.Ingredient@3f461e3, net.minecraft.item.crafting.Ingredient@3f461e3, net.minecraft.item.crafting.Ingredient@3f461e3, net.minecraft.item.crafting.Ingredient@7d8e8ee, net.minecraft.item.crafting.Ingredient@3f461e3, net.minecraft.item.crafting.Ingredient@3f461e3, net.minecraft.item.crafting.Ingredient@3f461e3, net.minecraft.item.crafting.Ingredient@3f461e3]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10561 betterwithaddons:uncompress_mutton_raw RecipeStage{tier='tutorial', recipe=8xitem.muttonRaw@0:[net.minecraft.item.crafting.Ingredient@4231445d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10562 betterwithaddons:compress_rabbit RecipeStage{tier='one', recipe=1xitem.crate@8:[net.minecraft.item.crafting.Ingredient@70165bbc, net.minecraft.item.crafting.Ingredient@70165bbc, net.minecraft.item.crafting.Ingredient@70165bbc, net.minecraft.item.crafting.Ingredient@70165bbc, net.minecraft.item.crafting.Ingredient@44bc1de9, net.minecraft.item.crafting.Ingredient@70165bbc, net.minecraft.item.crafting.Ingredient@70165bbc, net.minecraft.item.crafting.Ingredient@70165bbc, net.minecraft.item.crafting.Ingredient@70165bbc]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10563 betterwithaddons:uncompress_rabbit RecipeStage{tier='tutorial', recipe=8xitem.rabbitCooked@0:[net.minecraft.item.crafting.Ingredient@1f288543]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10564 betterwithaddons:compress_rabbit_raw RecipeStage{tier='one', recipe=1xitem.crate@9:[net.minecraft.item.crafting.Ingredient@2ae90bba, net.minecraft.item.crafting.Ingredient@2ae90bba, net.minecraft.item.crafting.Ingredient@2ae90bba, net.minecraft.item.crafting.Ingredient@2ae90bba, net.minecraft.item.crafting.Ingredient@78afe4a8, net.minecraft.item.crafting.Ingredient@2ae90bba, net.minecraft.item.crafting.Ingredient@2ae90bba, net.minecraft.item.crafting.Ingredient@2ae90bba, net.minecraft.item.crafting.Ingredient@2ae90bba]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10565 betterwithaddons:uncompress_rabbit_raw RecipeStage{tier='tutorial', recipe=8xitem.rabbitRaw@0:[net.minecraft.item.crafting.Ingredient@437d2d22]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10566 betterwithaddons:compress_egg RecipeStage{tier='one', recipe=1xitem.crate@10:[net.minecraft.item.crafting.Ingredient@688fddd4, net.minecraft.item.crafting.Ingredient@688fddd4, net.minecraft.item.crafting.Ingredient@688fddd4, net.minecraft.item.crafting.Ingredient@688fddd4, net.minecraft.item.crafting.Ingredient@130e80c3, net.minecraft.item.crafting.Ingredient@688fddd4, net.minecraft.item.crafting.Ingredient@688fddd4, net.minecraft.item.crafting.Ingredient@688fddd4, net.minecraft.item.crafting.Ingredient@688fddd4]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10567 betterwithaddons:uncompress_egg RecipeStage{tier='tutorial', recipe=8xitem.egg@0:[net.minecraft.item.crafting.Ingredient@4ba5ad21]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10568 betterwithaddons:compress_slime RecipeStage{tier='one', recipe=1xitem.crate@11:[net.minecraft.item.crafting.Ingredient@31a00944, net.minecraft.item.crafting.Ingredient@31a00944, net.minecraft.item.crafting.Ingredient@31a00944, net.minecraft.item.crafting.Ingredient@31a00944, net.minecraft.item.crafting.Ingredient@797dc2c4, net.minecraft.item.crafting.Ingredient@31a00944, net.minecraft.item.crafting.Ingredient@31a00944, net.minecraft.item.crafting.Ingredient@31a00944, net.minecraft.item.crafting.Ingredient@31a00944]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10569 betterwithaddons:uncompress_slime RecipeStage{tier='zero', recipe=8xitem.slimeball@0:[net.minecraft.item.crafting.Ingredient@2e540fbf]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10570 betterwithaddons:compress_enderpearl RecipeStage{tier='two', recipe=1xitem.crate@12:[net.minecraft.item.crafting.Ingredient@75b54a1d, net.minecraft.item.crafting.Ingredient@75b54a1d, net.minecraft.item.crafting.Ingredient@75b54a1d, net.minecraft.item.crafting.Ingredient@75b54a1d, net.minecraft.item.crafting.Ingredient@14130aba, net.minecraft.item.crafting.Ingredient@75b54a1d, net.minecraft.item.crafting.Ingredient@75b54a1d, net.minecraft.item.crafting.Ingredient@75b54a1d, net.minecraft.item.crafting.Ingredient@75b54a1d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10571 betterwithaddons:uncompress_enderpearl RecipeStage{tier='two', recipe=8xitem.enderPearl@0:[net.minecraft.item.crafting.Ingredient@69c83695]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10572 betterwithaddons:compress_cactus RecipeStage{tier='one', recipe=1xitem.crate@13:[net.minecraft.item.crafting.Ingredient@7696284b, net.minecraft.item.crafting.Ingredient@7696284b, net.minecraft.item.crafting.Ingredient@7696284b, net.minecraft.item.crafting.Ingredient@7696284b, net.minecraft.item.crafting.Ingredient@53a1407e, net.minecraft.item.crafting.Ingredient@7696284b, net.minecraft.item.crafting.Ingredient@7696284b, net.minecraft.item.crafting.Ingredient@7696284b, net.minecraft.item.crafting.Ingredient@7696284b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10573 betterwithaddons:uncompress_cactus RecipeStage{tier='tutorial', recipe=8xtile.cactus@0:[net.minecraft.item.crafting.Ingredient@665793ea]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10574 betterwithaddons:compress_inksac RecipeStage{tier='one', recipe=1xitem.crate@14:[net.minecraft.item.crafting.Ingredient@2153bfb, net.minecraft.item.crafting.Ingredient@2153bfb, net.minecraft.item.crafting.Ingredient@2153bfb, net.minecraft.item.crafting.Ingredient@2153bfb, net.minecraft.item.crafting.Ingredient@209d451, net.minecraft.item.crafting.Ingredient@2153bfb, net.minecraft.item.crafting.Ingredient@2153bfb, net.minecraft.item.crafting.Ingredient@2153bfb, net.minecraft.item.crafting.Ingredient@2153bfb]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10576 betterwithaddons:compress_mushroom RecipeStage{tier='zero', recipe=1xitem.congealed@4:[net.minecraft.item.crafting.Ingredient@27683e11, net.minecraft.item.crafting.Ingredient@27683e11, net.minecraft.item.crafting.Ingredient@27683e11, net.minecraft.item.crafting.Ingredient@27683e11, net.minecraft.item.crafting.Ingredient@621b7ae4, net.minecraft.item.crafting.Ingredient@27683e11, net.minecraft.item.crafting.Ingredient@27683e11, net.minecraft.item.crafting.Ingredient@27683e11, net.minecraft.item.crafting.Ingredient@27683e11]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10577 betterwithaddons:uncompress_mushroom RecipeStage{tier='zero', recipe=8xtile.mushroom@0:[net.minecraft.item.crafting.Ingredient@56c04cb]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10578 betterwithaddons:compress_amanita RecipeStage{tier='zero', recipe=1xitem.congealed@3:[net.minecraft.item.crafting.Ingredient@24c8af6a, net.minecraft.item.crafting.Ingredient@24c8af6a, net.minecraft.item.crafting.Ingredient@24c8af6a, net.minecraft.item.crafting.Ingredient@24c8af6a, net.minecraft.item.crafting.Ingredient@71420c89, net.minecraft.item.crafting.Ingredient@24c8af6a, net.minecraft.item.crafting.Ingredient@24c8af6a, net.minecraft.item.crafting.Ingredient@24c8af6a, net.minecraft.item.crafting.Ingredient@24c8af6a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10579 betterwithaddons:uncompress_amanita RecipeStage{tier='zero', recipe=8xtile.mushroom@0:[net.minecraft.item.crafting.Ingredient@1d380df4]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10580 betterwithaddons:compress_bone RecipeStage{tier='zero', recipe=1xitem.congealed@0:[net.minecraft.item.crafting.Ingredient@5b4388b1, net.minecraft.item.crafting.Ingredient@5b4388b1, net.minecraft.item.crafting.Ingredient@5b4388b1, net.minecraft.item.crafting.Ingredient@5b4388b1, net.minecraft.item.crafting.Ingredient@763425ad, net.minecraft.item.crafting.Ingredient@5b4388b1, net.minecraft.item.crafting.Ingredient@5b4388b1, net.minecraft.item.crafting.Ingredient@5b4388b1, net.minecraft.item.crafting.Ingredient@5b4388b1]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10581 betterwithaddons:uncompress_bone RecipeStage{tier='tutorial', recipe=8xitem.bone@0:[net.minecraft.item.crafting.Ingredient@4c28195e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10582 betterwithaddons:compress_flesh RecipeStage{tier='zero', recipe=1xitem.congealed@1:[net.minecraft.item.crafting.Ingredient@48380b6d, net.minecraft.item.crafting.Ingredient@48380b6d, net.minecraft.item.crafting.Ingredient@48380b6d, net.minecraft.item.crafting.Ingredient@48380b6d, net.minecraft.item.crafting.Ingredient@279bcd42, net.minecraft.item.crafting.Ingredient@48380b6d, net.minecraft.item.crafting.Ingredient@48380b6d, net.minecraft.item.crafting.Ingredient@48380b6d, net.minecraft.item.crafting.Ingredient@48380b6d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10583 betterwithaddons:uncompress_flesh RecipeStage{tier='zero', recipe=8xitem.rottenFlesh@0:[net.minecraft.item.crafting.Ingredient@2c85c3a9]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10584 betterwithaddons:compress_eye RecipeStage{tier='zero', recipe=1xitem.congealed@2:[net.minecraft.item.crafting.Ingredient@64403bd5, net.minecraft.item.crafting.Ingredient@64403bd5, net.minecraft.item.crafting.Ingredient@64403bd5, net.minecraft.item.crafting.Ingredient@64403bd5, net.minecraft.item.crafting.Ingredient@68285205, net.minecraft.item.crafting.Ingredient@64403bd5, net.minecraft.item.crafting.Ingredient@64403bd5, net.minecraft.item.crafting.Ingredient@64403bd5, net.minecraft.item.crafting.Ingredient@64403bd5]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10585 betterwithaddons:uncompress_eye RecipeStage{tier='zero', recipe=8xitem.spiderEye@0:[net.minecraft.item.crafting.Ingredient@574cd0c4]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10586 betterwithaddons:compress_wart RecipeStage{tier='three', recipe=1xitem.congealed@5:[net.minecraft.item.crafting.Ingredient@5d6e4674, net.minecraft.item.crafting.Ingredient@5d6e4674, net.minecraft.item.crafting.Ingredient@5d6e4674, net.minecraft.item.crafting.Ingredient@5d6e4674, net.minecraft.item.crafting.Ingredient@5fb5ec47, net.minecraft.item.crafting.Ingredient@5d6e4674, net.minecraft.item.crafting.Ingredient@5d6e4674, net.minecraft.item.crafting.Ingredient@5d6e4674, net.minecraft.item.crafting.Ingredient@5d6e4674]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10587 betterwithaddons:uncompress_wart RecipeStage{tier='three', recipe=8xitem.netherStalkSeeds@0:[net.minecraft.item.crafting.Ingredient@53474089]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10588 betterwithaddons:compress_fabric RecipeStage{tier='one', recipe=1xitem.bolt@0:[net.minecraftforge.oredict.OreIngredient@7d3b2d1e, net.minecraftforge.oredict.OreIngredient@7d3b2d1e, net.minecraftforge.oredict.OreIngredient@7d3b2d1e, net.minecraftforge.oredict.OreIngredient@7d3b2d1e, net.minecraft.item.crafting.Ingredient@552f1a6d, net.minecraftforge.oredict.OreIngredient@7d3b2d1e, net.minecraftforge.oredict.OreIngredient@7d3b2d1e, net.minecraftforge.oredict.OreIngredient@7d3b2d1e, net.minecraftforge.oredict.OreIngredient@7d3b2d1e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10589 betterwithaddons:uncompress_fabric RecipeStage{tier='zero', recipe=8xitem.bwm:material@4:[net.minecraft.item.crafting.Ingredient@6cf65900]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10591 betterwithaddons:uncompress_vine RecipeStage{tier='zero', recipe=8xtile.vine@0:[net.minecraft.item.crafting.Ingredient@3c4f461]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10592 betterwithaddons:compress_paper RecipeStage{tier='two', recipe=1xitem.bolt@2:[net.minecraftforge.oredict.OreIngredient@54bd17a1, net.minecraftforge.oredict.OreIngredient@54bd17a1, net.minecraftforge.oredict.OreIngredient@54bd17a1, net.minecraftforge.oredict.OreIngredient@54bd17a1, net.minecraft.item.crafting.Ingredient@41cb2967, net.minecraftforge.oredict.OreIngredient@54bd17a1, net.minecraftforge.oredict.OreIngredient@54bd17a1, net.minecraftforge.oredict.OreIngredient@54bd17a1, net.minecraftforge.oredict.OreIngredient@54bd17a1]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10602 betterwithaddons:compress_feather RecipeStage{tier='zero', recipe=1xitem.bundle@0:[net.minecraft.item.crafting.Ingredient@c371009, net.minecraft.item.crafting.Ingredient@c371009, net.minecraft.item.crafting.Ingredient@c371009, net.minecraft.item.crafting.Ingredient@c371009, net.minecraft.item.crafting.Ingredient@750e0ff8, net.minecraft.item.crafting.Ingredient@c371009, net.minecraft.item.crafting.Ingredient@c371009, net.minecraft.item.crafting.Ingredient@c371009, net.minecraft.item.crafting.Ingredient@c371009]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10603 betterwithaddons:uncompress_feather RecipeStage{tier='tutorial', recipe=8xitem.feather@0:[net.minecraft.item.crafting.Ingredient@54c8ce66]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10604 betterwithaddons:compress_blazerods RecipeStage{tier='three', recipe=1xitem.bundle@2:[net.minecraft.item.crafting.Ingredient@65bf8980, net.minecraft.item.crafting.Ingredient@65bf8980, net.minecraft.item.crafting.Ingredient@65bf8980, net.minecraft.item.crafting.Ingredient@65bf8980, net.minecraft.item.crafting.Ingredient@2e2bde0e, net.minecraft.item.crafting.Ingredient@65bf8980, net.minecraft.item.crafting.Ingredient@65bf8980, net.minecraft.item.crafting.Ingredient@65bf8980, net.minecraft.item.crafting.Ingredient@65bf8980]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10605 betterwithaddons:uncompress_blazerods RecipeStage{tier='three', recipe=8xitem.blazeRod@0:[net.minecraft.item.crafting.Ingredient@5ad5436]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10606 betterwithaddons:compress_arrows RecipeStage{tier='two', recipe=1xitem.bundle@1:[net.minecraft.item.crafting.Ingredient@6cec58a2, net.minecraft.item.crafting.Ingredient@6cec58a2, net.minecraft.item.crafting.Ingredient@6cec58a2, net.minecraft.item.crafting.Ingredient@6cec58a2, net.minecraft.item.crafting.Ingredient@44b4336a, net.minecraft.item.crafting.Ingredient@6cec58a2, net.minecraft.item.crafting.Ingredient@6cec58a2, net.minecraft.item.crafting.Ingredient@6cec58a2, net.minecraft.item.crafting.Ingredient@6cec58a2]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10608 betterwithaddons:compress_oak RecipeStage{tier='zero', recipe=1xitem.bundle@3:[net.minecraft.item.crafting.Ingredient@65ac2797, net.minecraft.item.crafting.Ingredient@65ac2797, net.minecraft.item.crafting.Ingredient@65ac2797, net.minecraft.item.crafting.Ingredient@65ac2797, net.minecraft.item.crafting.Ingredient@7077d6bf, net.minecraft.item.crafting.Ingredient@65ac2797, net.minecraft.item.crafting.Ingredient@65ac2797, net.minecraft.item.crafting.Ingredient@65ac2797, net.minecraft.item.crafting.Ingredient@65ac2797]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10609 betterwithaddons:uncompress_oak RecipeStage{tier='tutorial', recipe=8xtile.sapling@0:[net.minecraft.item.crafting.Ingredient@45e4803e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10610 betterwithaddons:compress_birch RecipeStage{tier='zero', recipe=1xitem.bundle@4:[net.minecraft.item.crafting.Ingredient@ffc6335, net.minecraft.item.crafting.Ingredient@ffc6335, net.minecraft.item.crafting.Ingredient@ffc6335, net.minecraft.item.crafting.Ingredient@ffc6335, net.minecraft.item.crafting.Ingredient@13f568df, net.minecraft.item.crafting.Ingredient@ffc6335, net.minecraft.item.crafting.Ingredient@ffc6335, net.minecraft.item.crafting.Ingredient@ffc6335, net.minecraft.item.crafting.Ingredient@ffc6335]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10611 betterwithaddons:uncompress_birch RecipeStage{tier='tutorial', recipe=8xtile.sapling@2:[net.minecraft.item.crafting.Ingredient@37f86afc]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10612 betterwithaddons:compress_spruce RecipeStage{tier='zero', recipe=1xitem.bundle@5:[net.minecraft.item.crafting.Ingredient@63fa7acc, net.minecraft.item.crafting.Ingredient@63fa7acc, net.minecraft.item.crafting.Ingredient@63fa7acc, net.minecraft.item.crafting.Ingredient@63fa7acc, net.minecraft.item.crafting.Ingredient@1e896fdb, net.minecraft.item.crafting.Ingredient@63fa7acc, net.minecraft.item.crafting.Ingredient@63fa7acc, net.minecraft.item.crafting.Ingredient@63fa7acc, net.minecraft.item.crafting.Ingredient@63fa7acc]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10613 betterwithaddons:uncompress_spruce RecipeStage{tier='tutorial', recipe=8xtile.sapling@1:[net.minecraft.item.crafting.Ingredient@3be59871]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10614 betterwithaddons:compress_jungle RecipeStage{tier='zero', recipe=1xitem.bundle@6:[net.minecraft.item.crafting.Ingredient@5e5be8c8, net.minecraft.item.crafting.Ingredient@5e5be8c8, net.minecraft.item.crafting.Ingredient@5e5be8c8, net.minecraft.item.crafting.Ingredient@5e5be8c8, net.minecraft.item.crafting.Ingredient@26ba43d6, net.minecraft.item.crafting.Ingredient@5e5be8c8, net.minecraft.item.crafting.Ingredient@5e5be8c8, net.minecraft.item.crafting.Ingredient@5e5be8c8, net.minecraft.item.crafting.Ingredient@5e5be8c8]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10615 betterwithaddons:uncompress_jungle RecipeStage{tier='tutorial', recipe=8xtile.sapling@3:[net.minecraft.item.crafting.Ingredient@777a31fb]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10616 betterwithaddons:compress_acacia RecipeStage{tier='zero', recipe=1xitem.bundle@7:[net.minecraft.item.crafting.Ingredient@236d39d, net.minecraft.item.crafting.Ingredient@236d39d, net.minecraft.item.crafting.Ingredient@236d39d, net.minecraft.item.crafting.Ingredient@236d39d, net.minecraft.item.crafting.Ingredient@685c22ca, net.minecraft.item.crafting.Ingredient@236d39d, net.minecraft.item.crafting.Ingredient@236d39d, net.minecraft.item.crafting.Ingredient@236d39d, net.minecraft.item.crafting.Ingredient@236d39d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10617 betterwithaddons:uncompress_acacia RecipeStage{tier='tutorial', recipe=8xtile.sapling@4:[net.minecraft.item.crafting.Ingredient@cf8b54c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10618 betterwithaddons:compress_darkoak RecipeStage{tier='zero', recipe=1xitem.bundle@8:[net.minecraft.item.crafting.Ingredient@31a50ad1, net.minecraft.item.crafting.Ingredient@31a50ad1, net.minecraft.item.crafting.Ingredient@31a50ad1, net.minecraft.item.crafting.Ingredient@31a50ad1, net.minecraft.item.crafting.Ingredient@683368d, net.minecraft.item.crafting.Ingredient@31a50ad1, net.minecraft.item.crafting.Ingredient@31a50ad1, net.minecraft.item.crafting.Ingredient@31a50ad1, net.minecraft.item.crafting.Ingredient@31a50ad1]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10619 betterwithaddons:uncompress_darkoak RecipeStage{tier='tutorial', recipe=8xtile.sapling@5:[net.minecraft.item.crafting.Ingredient@465ce8df]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10629 rebornstorage:storagecell RecipeStage{tier='five', recipe=1xitem.rebornstorage:storagecell@0:[net.minecraftforge.oredict.OreIngredient@60b6f084, net.minecraft.item.crafting.Ingredient@180822d7, net.minecraftforge.oredict.OreIngredient@60b6f084, net.minecraft.item.crafting.Ingredient@180822d7, net.minecraft.item.crafting.Ingredient@41d45bff, net.minecraft.item.crafting.Ingredient@180822d7, net.minecraft.item.crafting.Ingredient@1d560f6d, net.minecraft.item.crafting.Ingredient@1d560f6d, net.minecraft.item.crafting.Ingredient@1d560f6d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10630 rebornstorage:storagecell_1 RecipeStage{tier='five', recipe=1xitem.rebornstorage:storagecell@0:[net.minecraft.item.crafting.Ingredient@4ff6370a, net.minecraft.item.crafting.Ingredient@627674fe]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10631 rebornstorage:storagecell_2 RecipeStage{tier='five', recipe=1xitem.rebornstorage:storagecell@1:[net.minecraftforge.oredict.OreIngredient@1a38c477, net.minecraft.item.crafting.Ingredient@6488fe5d, net.minecraftforge.oredict.OreIngredient@1a38c477, net.minecraft.item.crafting.Ingredient@6488fe5d, net.minecraft.item.crafting.Ingredient@4266985b, net.minecraft.item.crafting.Ingredient@6488fe5d, net.minecraft.item.crafting.Ingredient@3508a7b6, net.minecraft.item.crafting.Ingredient@3508a7b6, net.minecraft.item.crafting.Ingredient@3508a7b6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10632 rebornstorage:storagecell_3 RecipeStage{tier='five', recipe=1xitem.rebornstorage:storagecell@1:[net.minecraft.item.crafting.Ingredient@3d789893, net.minecraft.item.crafting.Ingredient@4d3dad9d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10633 rebornstorage:storagecell_4 RecipeStage{tier='five', recipe=1xitem.rebornstorage:storagecell@2:[net.minecraftforge.oredict.OreIngredient@2ae74957, net.minecraft.item.crafting.Ingredient@5322e098, net.minecraftforge.oredict.OreIngredient@2ae74957, net.minecraft.item.crafting.Ingredient@5322e098, net.minecraft.item.crafting.Ingredient@32fc4637, net.minecraft.item.crafting.Ingredient@5322e098, net.minecraft.item.crafting.Ingredient@7353ee24, net.minecraft.item.crafting.Ingredient@7353ee24, net.minecraft.item.crafting.Ingredient@7353ee24]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10634 rebornstorage:storagecell_5 RecipeStage{tier='five', recipe=1xitem.rebornstorage:storagecell@2:[net.minecraft.item.crafting.Ingredient@66230e2e, net.minecraft.item.crafting.Ingredient@a6dfe00]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10635 rebornstorage:storagecell_6 RecipeStage{tier='five', recipe=1xitem.rebornstorage:storagecell@3:[net.minecraftforge.oredict.OreIngredient@707d1c68, net.minecraft.item.crafting.Ingredient@ed12e37, net.minecraftforge.oredict.OreIngredient@707d1c68, net.minecraft.item.crafting.Ingredient@ed12e37, net.minecraft.item.crafting.Ingredient@37e1b91e, net.minecraft.item.crafting.Ingredient@ed12e37, net.minecraft.item.crafting.Ingredient@6ba94c13, net.minecraft.item.crafting.Ingredient@6ba94c13, net.minecraft.item.crafting.Ingredient@6ba94c13]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10636 rebornstorage:storagecell_7 RecipeStage{tier='five', recipe=1xitem.rebornstorage:storagecell@3:[net.minecraft.item.crafting.Ingredient@28404e9b, net.minecraft.item.crafting.Ingredient@9285654]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10637 rebornstorage:storagecellfluid RecipeStage{tier='five', recipe=1xitem.rebornstorage.storagecellfluid@0:[net.minecraftforge.oredict.OreIngredient@2726f55a, net.minecraft.item.crafting.Ingredient@d3843b3, net.minecraftforge.oredict.OreIngredient@2726f55a, net.minecraft.item.crafting.Ingredient@d3843b3, net.minecraft.item.crafting.Ingredient@2c01a34a, net.minecraft.item.crafting.Ingredient@d3843b3, net.minecraft.item.crafting.Ingredient@46693eb6, net.minecraft.item.crafting.Ingredient@46693eb6, net.minecraft.item.crafting.Ingredient@46693eb6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10638 rebornstorage:storagecellfluid_1 RecipeStage{tier='five', recipe=1xitem.rebornstorage.storagecellfluid@0:[net.minecraft.item.crafting.Ingredient@7377e65e, net.minecraft.item.crafting.Ingredient@7ce4fa08]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10639 rebornstorage:storagecellfluid_2 RecipeStage{tier='five', recipe=1xitem.rebornstorage.storagecellfluid@1:[net.minecraftforge.oredict.OreIngredient@96a5184, net.minecraft.item.crafting.Ingredient@45e303e1, net.minecraftforge.oredict.OreIngredient@96a5184, net.minecraft.item.crafting.Ingredient@45e303e1, net.minecraft.item.crafting.Ingredient@33164466, net.minecraft.item.crafting.Ingredient@45e303e1, net.minecraft.item.crafting.Ingredient@1e8c95ef, net.minecraft.item.crafting.Ingredient@1e8c95ef, net.minecraft.item.crafting.Ingredient@1e8c95ef]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10640 rebornstorage:storagecellfluid_3 RecipeStage{tier='five', recipe=1xitem.rebornstorage.storagecellfluid@1:[net.minecraft.item.crafting.Ingredient@358a2f0e, net.minecraft.item.crafting.Ingredient@4f53e7bd]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10641 rebornstorage:storagecellfluid_4 RecipeStage{tier='five', recipe=1xitem.rebornstorage.storagecellfluid@2:[net.minecraftforge.oredict.OreIngredient@78556f35, net.minecraft.item.crafting.Ingredient@1cc3cd6e, net.minecraftforge.oredict.OreIngredient@78556f35, net.minecraft.item.crafting.Ingredient@1cc3cd6e, net.minecraft.item.crafting.Ingredient@3f93ac09, net.minecraft.item.crafting.Ingredient@1cc3cd6e, net.minecraft.item.crafting.Ingredient@4cfdaf44, net.minecraft.item.crafting.Ingredient@4cfdaf44, net.minecraft.item.crafting.Ingredient@4cfdaf44]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10642 rebornstorage:storagecellfluid_5 RecipeStage{tier='five', recipe=1xitem.rebornstorage.storagecellfluid@2:[net.minecraft.item.crafting.Ingredient@6ec64857, net.minecraft.item.crafting.Ingredient@4fe04d44]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10643 rebornstorage:storagecellfluid_6 RecipeStage{tier='five', recipe=1xitem.rebornstorage.storagecellfluid@3:[net.minecraftforge.oredict.OreIngredient@63d3aae2, net.minecraft.item.crafting.Ingredient@3f0bc23f, net.minecraftforge.oredict.OreIngredient@63d3aae2, net.minecraft.item.crafting.Ingredient@3f0bc23f, net.minecraft.item.crafting.Ingredient@1500fc00, net.minecraft.item.crafting.Ingredient@3f0bc23f, net.minecraft.item.crafting.Ingredient@724c32f7, net.minecraft.item.crafting.Ingredient@724c32f7, net.minecraft.item.crafting.Ingredient@724c32f7]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10644 rebornstorage:storagecellfluid_7 RecipeStage{tier='five', recipe=1xitem.rebornstorage.storagecellfluid@3:[net.minecraft.item.crafting.Ingredient@a01ed82, net.minecraft.item.crafting.Ingredient@19c9adbf]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10650 betterwithmods:armor_dye betterwithmods.common.registry.crafting.RecipeArmorDye@3171fc94 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10653 galacticraftcore:oxygen_tank_heavy_full_1 RecipeStage{tier='five', recipe=1xitem.oxygen_tank_heavy_full@0:[net.minecraft.item.crafting.Ingredient@6fdc5d9c, net.minecraft.item.crafting.Ingredient@45190eec]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10654 galacticraftcore:oxygen_tank_med_full_1 RecipeStage{tier='five', recipe=1xitem.oxygen_tank_med_full@0:[net.minecraft.item.crafting.Ingredient@29a865fb, net.minecraft.item.crafting.Ingredient@48a48b6e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10655 galacticraftcore:oxygen_tank_light_full_1 RecipeStage{tier='four', recipe=1xitem.oxygen_tank_light_full@0:[net.minecraft.item.crafting.Ingredient@1aa824f8, net.minecraft.item.crafting.Ingredient@2249a83c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10658 modularrouters:dropper_reset RecipeStage{tier='four', recipe=1xitem.module@0:[net.minecraft.item.crafting.Ingredient@609ed278]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10659 modularrouters:flinger_reset RecipeStage{tier='four', recipe=1xitem.module@1:[net.minecraft.item.crafting.Ingredient@11448d4d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10660 modularrouters:vacuum_reset RecipeStage{tier='four', recipe=1xitem.module@2:[net.minecraft.item.crafting.Ingredient@4e3801a4]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10661 modularrouters:placer_reset RecipeStage{tier='four', recipe=1xitem.module@3:[net.minecraft.item.crafting.Ingredient@916ec4]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10662 modularrouters:breaker_reset RecipeStage{tier='four', recipe=1xitem.module@4:[net.minecraft.item.crafting.Ingredient@1e6fd3cf]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10663 modularrouters:sender1_reset RecipeStage{tier='four', recipe=1xitem.module@5:[net.minecraft.item.crafting.Ingredient@757729dd]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10664 modularrouters:sender2_reset RecipeStage{tier='four', recipe=1xitem.module@6:[net.minecraft.item.crafting.Ingredient@23ae5ef5]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10665 modularrouters:sender3_reset RecipeStage{tier='four', recipe=1xitem.module@7:[net.minecraft.item.crafting.Ingredient@4d1efa8a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10666 modularrouters:puller_reset RecipeStage{tier='four', recipe=1xitem.module@8:[net.minecraft.item.crafting.Ingredient@27f5a63f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10667 modularrouters:puller2_reset RecipeStage{tier='four', recipe=1xitem.module@9:[net.minecraft.item.crafting.Ingredient@44a269da]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10668 modularrouters:extruder_reset RecipeStage{tier='four', recipe=1xitem.module@10:[net.minecraft.item.crafting.Ingredient@50b03d0c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10669 modularrouters:extruder2_reset RecipeStage{tier='four', recipe=1xitem.module@11:[net.minecraft.item.crafting.Ingredient@69061018]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10670 modularrouters:detector_reset RecipeStage{tier='four', recipe=1xitem.module@12:[net.minecraft.item.crafting.Ingredient@173fa321]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10672 modularrouters:fluid_reset RecipeStage{tier='four', recipe=1xitem.module@14:[net.minecraft.item.crafting.Ingredient@3e0abbc]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10673 modularrouters:void_reset RecipeStage{tier='four', recipe=1xitem.module@15:[net.minecraft.item.crafting.Ingredient@2069d49a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10674 modularrouters:activator_reset RecipeStage{tier='four', recipe=1xitem.module@16:[net.minecraft.item.crafting.Ingredient@2e2ee442]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10675 modularrouters:distributor_reset RecipeStage{tier='four', recipe=1xitem.module@17:[net.minecraft.item.crafting.Ingredient@2326bc1f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10679 cd4017be_lib:indlog/fluid_pipe_3 RecipeStage{tier='four', recipe=4xtile.indlog.fluid_pipe@3:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6a92b3ed, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6a92b3ed, net.minecraftforge.oredict.OreIngredient@40f8f158, net.minecraft.item.crafting.Ingredient@6a92b3ed, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6a92b3ed, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10680 cd4017be_lib:indlog/fluid_pipe_4 RecipeStage{tier='four', recipe=4xtile.indlog.fluid_pipe@4:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@d7f8040, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@d7f8040, net.minecraftforge.oredict.OreIngredient@728d57d9, net.minecraft.item.crafting.Ingredient@d7f8040, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@d7f8040, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10686 cd4017be_lib:indlog/item_pipe_3 RecipeStage{tier='four', recipe=4xtile.indlog.item_pipe@3:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@78ca9ddc, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@78ca9ddc, net.minecraftforge.oredict.OreIngredient@513dac94, net.minecraft.item.crafting.Ingredient@78ca9ddc, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@78ca9ddc, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10687 cd4017be_lib:indlog/item_pipe_4 RecipeStage{tier='four', recipe=4xtile.indlog.item_pipe@4:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7e35a573, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7e35a573, net.minecraftforge.oredict.OreIngredient@523de314, net.minecraft.item.crafting.Ingredient@7e35a573, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7e35a573, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10691 cd4017be_lib:indlog/auto_craft RecipeStage{tier='four', recipe=1xtile.indlog.auto_craft@0:[net.minecraftforge.oredict.OreIngredient@73b6b0dd, net.minecraftforge.oredict.OreIngredient@672767f, net.minecraftforge.oredict.OreIngredient@73b6b0dd, net.minecraftforge.oredict.OreIngredient@672767f, net.minecraft.item.crafting.Ingredient@5be437fb, net.minecraftforge.oredict.OreIngredient@672767f, net.minecraftforge.oredict.OreIngredient@73b6b0dd, net.minecraft.item.crafting.Ingredient@36daf75b, net.minecraftforge.oredict.OreIngredient@73b6b0dd]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10693 cd4017be_lib:indlog/trash RecipeStage{tier='four', recipe=1xtile.indlog.trash@0:[net.minecraftforge.oredict.OreIngredient@24e78c71, net.minecraftforge.oredict.OreIngredient@24e78c71, net.minecraftforge.oredict.OreIngredient@24e78c71, net.minecraft.item.crafting.Ingredient@77c2d0ee, net.minecraft.item.crafting.Ingredient@173e6cf7, net.minecraft.item.crafting.Ingredient@53783770, net.minecraftforge.oredict.OreIngredient@24e78c71, net.minecraftforge.oredict.OreIngredient@24e78c71, net.minecraftforge.oredict.OreIngredient@24e78c71]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10694 cd4017be_lib:indlog/fluid_intake RecipeStage{tier='four', recipe=1xtile.indlog.fluid_intake@0:[net.minecraftforge.oredict.OreIngredient@1923b6d8, net.minecraft.item.crafting.Ingredient@568d2de4, net.minecraftforge.oredict.OreIngredient@1923b6d8, net.minecraftforge.oredict.OreIngredient@1923b6d8, net.minecraft.item.crafting.Ingredient@4d1ba777, net.minecraftforge.oredict.OreIngredient@1923b6d8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@79bddbc5, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10695 cd4017be_lib:indlog/fluid_outlet RecipeStage{tier='four', recipe=1xtile.indlog.fluid_outlet@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@593fb375, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@42f1c700, net.minecraft.item.crafting.Ingredient@45b57a48, net.minecraftforge.oredict.OreIngredient@42f1c700, net.minecraftforge.oredict.OreIngredient@42f1c700, net.minecraft.item.crafting.Ingredient@5241f036, net.minecraftforge.oredict.OreIngredient@42f1c700]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10696 cd4017be_lib:indlog/drop_interface RecipeStage{tier='four', recipe=1xtile.indlog.drop_interface@0:[net.minecraftforge.oredict.OreIngredient@48272444, net.minecraftforge.oredict.OreIngredient@48272444, net.minecraftforge.oredict.OreIngredient@48272444, net.minecraft.item.crafting.Ingredient@26ae6032, net.minecraft.item.crafting.Ingredient@22edb89, net.minecraft.item.crafting.Ingredient@42e0db57, net.minecraftforge.oredict.OreIngredient@48272444, net.minecraftforge.oredict.OreIngredient@48272444, net.minecraftforge.oredict.OreIngredient@48272444]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10697 cd4017be_lib:indlog/entity_interface RecipeStage{tier='four', recipe=1xtile.indlog.entity_interface@0:[net.minecraftforge.oredict.OreIngredient@66ee9beb, net.minecraft.item.crafting.Ingredient@1268f62c, net.minecraftforge.oredict.OreIngredient@66ee9beb, net.minecraftforge.oredict.OreIngredient@66ee9beb, net.minecraft.item.crafting.Ingredient@5696ad55, net.minecraftforge.oredict.OreIngredient@66ee9beb]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10698 cd4017be_lib:indlog/block_placer RecipeStage{tier='four', recipe=1xtile.indlog.block_placer@0:[net.minecraftforge.oredict.OreIngredient@5126d11e, net.minecraft.item.crafting.Ingredient@4aa9480, net.minecraftforge.oredict.OreIngredient@5126d11e, net.minecraft.item.crafting.Ingredient@67356d45, net.minecraft.item.crafting.Ingredient@d00a56e, net.minecraft.item.crafting.Ingredient@67356d45, net.minecraftforge.oredict.OreIngredient@5126d11e, net.minecraft.item.crafting.Ingredient@4aa9480, net.minecraftforge.oredict.OreIngredient@5126d11e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10699 cd4017be_lib:indlog/portable_craft RecipeStage{tier='four', recipe=1xitem.indlog.portable_craft@0:[net.minecraft.item.crafting.Ingredient@3a97bcbc, net.minecraft.item.crafting.Ingredient@7e274195, net.minecraft.item.crafting.Ingredient@7604a1ee, net.minecraftforge.oredict.OreIngredient@5d926b03, net.minecraftforge.oredict.OreIngredient@5a675e51, net.minecraftforge.oredict.OreIngredient@5d926b03]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10701 cd4017be_lib:indlog/fluid_filter RecipeStage{tier='four', recipe=1xitem.indlog.fluid_filter@0:[net.minecraft.item.crafting.Ingredient@13ce0aec, net.minecraft.item.crafting.Ingredient@12090c40, net.minecraft.item.crafting.Ingredient@39b596a6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10702 cd4017be_lib:indlog/item_filter RecipeStage{tier='four', recipe=1xitem.indlog.item_filter@0:[net.minecraft.item.crafting.Ingredient@7b1b1559, net.minecraft.item.crafting.Ingredient@21aa6d76, net.minecraft.item.crafting.Ingredient@343fcf43]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10703 cd4017be_lib:indlog/amount_filter RecipeStage{tier='four', recipe=1xitem.indlog.amount_filter@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@20e987a3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@751312, net.minecraft.item.crafting.Ingredient@72c60fb7, net.minecraft.item.crafting.Ingredient@38c9937b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10704 cd4017be_lib:indlog/property_filter RecipeStage{tier='four', recipe=1xitem.indlog.property_filter@0:[net.minecraft.item.crafting.Ingredient@4a55f03a, net.minecraft.item.crafting.Ingredient@3e73f040, net.minecraft.item.crafting.Ingredient@52cbacb2]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10705 cd4017be_lib:indlog/name_filter RecipeStage{tier='four', recipe=1xitem.indlog.name_filter@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@44402118, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@585015f7, net.minecraft.item.crafting.Ingredient@79801f4d, net.minecraft.item.crafting.Ingredient@76a182f3]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10706 cd4017be_lib:indlog/fluid_filter_b RecipeStage{tier='four', recipe=2xitem.indlog.fluid_filter@0:[net.minecraft.item.crafting.Ingredient@6564657c, net.minecraft.item.crafting.Ingredient@6564657c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10707 cd4017be_lib:indlog/item_filter_b RecipeStage{tier='four', recipe=2xitem.indlog.item_filter@0:[net.minecraft.item.crafting.Ingredient@7dbb7680, net.minecraft.item.crafting.Ingredient@7dbb7680]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10708 cd4017be_lib:indlog/amount_filter_b RecipeStage{tier='four', recipe=2xitem.indlog.amount_filter@0:[net.minecraft.item.crafting.Ingredient@626ab88c, net.minecraft.item.crafting.Ingredient@626ab88c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10709 cd4017be_lib:indlog/property_filter_b RecipeStage{tier='four', recipe=2xitem.indlog.property_filter@0:[net.minecraft.item.crafting.Ingredient@35eec42d, net.minecraft.item.crafting.Ingredient@35eec42d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10710 cd4017be_lib:indlog/name_filter_b RecipeStage{tier='four', recipe=2xitem.indlog.name_filter@0:[net.minecraft.item.crafting.Ingredient@2c7548a4, net.minecraft.item.crafting.Ingredient@2c7548a4]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10711 cd4017be_lib:indlog/fluid_filter_c RecipeStage{tier='four', recipe=1xitem.indlog.fluid_filter@0:[net.minecraft.item.crafting.Ingredient@416d3373]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10712 cd4017be_lib:indlog/item_filter_c RecipeStage{tier='four', recipe=1xitem.indlog.item_filter@0:[net.minecraft.item.crafting.Ingredient@3d21b1b8]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10713 cd4017be_lib:indlog/amount_filter_c RecipeStage{tier='four', recipe=1xitem.indlog.amount_filter@0:[net.minecraft.item.crafting.Ingredient@1d1329f3]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10714 cd4017be_lib:indlog/property_filter_c RecipeStage{tier='four', recipe=1xitem.indlog.property_filter@0:[net.minecraft.item.crafting.Ingredient@296cdd6e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10715 cd4017be_lib:indlog/name_filter_c RecipeStage{tier='four', recipe=1xitem.indlog.name_filter@0:[net.minecraft.item.crafting.Ingredient@73b3801c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10764 advgenerators:recipe1 RecipeStage{tier='four', recipe=16xitem.advgenerators.iron_tubing@0:[net.minecraft.item.crafting.Ingredient@19a7c83a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7969da78, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@19a7c83a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10765 advgenerators:recipe2 RecipeStage{tier='four', recipe=16xitem.advgenerators.iron_wiring@0:[net.minecraft.item.crafting.Ingredient@4eacb01d, net.minecraft.item.crafting.Ingredient@696d47ea, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@696d47ea, net.minecraftforge.oredict.OreIngredient@5e60eaa5, net.minecraft.item.crafting.Ingredient@696d47ea, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@696d47ea, net.minecraft.item.crafting.Ingredient@4eacb01d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10766 advgenerators:recipe3 RecipeStage{tier='four', recipe=32xitem.advgenerators.upgrade_kit@0:[net.minecraft.item.crafting.Ingredient@6a2ef98, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6a2ef98, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5f3aab1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5f3aab1, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10767 advgenerators:recipe4 RecipeStage{tier='four', recipe=1xitem.advgenerators.pressure_valve@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5d48c654, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4c872c4a, net.minecraft.item.crafting.Ingredient@4c872c4a, net.minecraft.item.crafting.Ingredient@4c872c4a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5d48c654, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10768 advgenerators:recipe5 RecipeStage{tier='four', recipe=2xitem.advgenerators.iron_frame@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@726b52ab, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@726b52ab, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@726b52ab, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@726b52ab, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10769 advgenerators:recipe6 RecipeStage{tier='four', recipe=1xitem.advgenerators.power_io@0:[net.minecraft.item.crafting.Ingredient@59fdbbc3, net.minecraft.item.crafting.Ingredient@43ce585a, net.minecraft.item.crafting.Ingredient@59fdbbc3, net.minecraft.item.crafting.Ingredient@59fdbbc3, net.minecraft.item.crafting.Ingredient@59066a34, net.minecraft.item.crafting.Ingredient@59fdbbc3, net.minecraft.item.crafting.Ingredient@59fdbbc3, net.minecraft.item.crafting.Ingredient@43ce585a, net.minecraft.item.crafting.Ingredient@59fdbbc3]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10770 advgenerators:recipe7 RecipeStage{tier='four', recipe=1xitem.advgenerators.controller@0:[net.minecraft.item.crafting.Ingredient@ac0e2a6, net.minecraft.item.crafting.Ingredient@3bfd672c, net.minecraft.item.crafting.Ingredient@ac0e2a6, net.minecraft.item.crafting.Ingredient@3bfd672c, net.minecraft.item.crafting.Ingredient@5140fdad, net.minecraft.item.crafting.Ingredient@3bfd672c, net.minecraft.item.crafting.Ingredient@ac0e2a6, net.minecraft.item.crafting.Ingredient@3bfd672c, net.minecraft.item.crafting.Ingredient@ac0e2a6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10771 advgenerators:recipe8 RecipeStage{tier='four', recipe=1xtile.advgenerators.fluid_input@0:[net.minecraft.item.crafting.Ingredient@59e290ef, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@59e290ef, net.minecraft.item.crafting.Ingredient@9f658f8, net.minecraft.item.crafting.Ingredient@59e290ef, net.minecraft.item.crafting.Ingredient@9f658f8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5f8d71fe, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10772 advgenerators:recipe9 RecipeStage{tier='four', recipe=1xtile.advgenerators.fluid_output_select@0:[net.minecraft.item.crafting.Ingredient@12f74392, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@12f74392, net.minecraft.item.crafting.Ingredient@29fdf8ac, net.minecraft.item.crafting.Ingredient@1dcb6eec, net.minecraft.item.crafting.Ingredient@29fdf8ac, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1dcb6eec, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10773 advgenerators:recipe10 RecipeStage{tier='four', recipe=1xtile.advgenerators.fuel_tank@0:[net.minecraft.item.crafting.Ingredient@145d834c, net.minecraft.item.crafting.Ingredient@522331f3, net.minecraft.item.crafting.Ingredient@145d834c, net.minecraft.item.crafting.Ingredient@522331f3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@522331f3, net.minecraft.item.crafting.Ingredient@145d834c, net.minecraft.item.crafting.Ingredient@14599955, net.minecraft.item.crafting.Ingredient@145d834c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10774 advgenerators:recipe11 RecipeStage{tier='four', recipe=1xtile.advgenerators.item_output@0:[net.minecraft.item.crafting.Ingredient@25d5920e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@25d5920e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6eb293ee, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@25d5920e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@25d5920e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10775 advgenerators:recipe12 RecipeStage{tier='four', recipe=1xtile.advgenerators.item_input@0:[net.minecraft.item.crafting.Ingredient@3af7f542, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3af7f542, net.minecraft.item.crafting.Ingredient@333b55f0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@333b55f0, net.minecraft.item.crafting.Ingredient@3af7f542, net.minecraft.item.crafting.Ingredient@333b55f0, net.minecraft.item.crafting.Ingredient@3af7f542]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10776 advgenerators:recipe13 RecipeStage{tier='four', recipe=1xtile.advgenerators.sensor@0:[net.minecraft.item.crafting.Ingredient@3608c327, net.minecraft.item.crafting.Ingredient@33d07d41, net.minecraft.item.crafting.Ingredient@3608c327, net.minecraft.item.crafting.Ingredient@33d07d41, net.minecraft.item.crafting.Ingredient@5a2d2a1e, net.minecraft.item.crafting.Ingredient@33d07d41, net.minecraft.item.crafting.Ingredient@3608c327, net.minecraft.item.crafting.Ingredient@33d07d41, net.minecraft.item.crafting.Ingredient@3608c327]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10777 advgenerators:recipe14 RecipeStage{tier='four', recipe=1xtile.advgenerators.control@0:[net.minecraft.item.crafting.Ingredient@7e188b0, net.minecraft.item.crafting.Ingredient@37ebc778, net.minecraft.item.crafting.Ingredient@7e188b0, net.minecraft.item.crafting.Ingredient@4256641, net.minecraft.item.crafting.Ingredient@4256641, net.minecraft.item.crafting.Ingredient@4256641, net.minecraft.item.crafting.Ingredient@7e188b0, net.minecraft.item.crafting.Ingredient@37ebc778, net.minecraft.item.crafting.Ingredient@7e188b0]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10778 advgenerators:recipe15 RecipeStage{tier='four', recipe=1xtile.advgenerators.forge_output@0:[net.minecraft.item.crafting.Ingredient@4b57fc73, net.minecraft.item.crafting.Ingredient@12a36467, net.minecraft.item.crafting.Ingredient@4b57fc73, net.minecraft.item.crafting.Ingredient@7b1aac7b, net.minecraft.item.crafting.Ingredient@3d1b0f1c, net.minecraft.item.crafting.Ingredient@7b1aac7b, net.minecraft.item.crafting.Ingredient@4b57fc73, net.minecraft.item.crafting.Ingredient@6500fddc, net.minecraft.item.crafting.Ingredient@4b57fc73]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10779 advgenerators:recipe16 RecipeStage{tier='four', recipe=1xtile.advgenerators.rf_output@0:[net.minecraft.item.crafting.Ingredient@60e6e395, net.minecraft.item.crafting.Ingredient@45544aa0, net.minecraft.item.crafting.Ingredient@60e6e395, net.minecraft.item.crafting.Ingredient@27d8bd9a, net.minecraft.item.crafting.Ingredient@3114921d, net.minecraft.item.crafting.Ingredient@27d8bd9a, net.minecraft.item.crafting.Ingredient@60e6e395, net.minecraft.item.crafting.Ingredient@230aa24, net.minecraft.item.crafting.Ingredient@60e6e395]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10780 advgenerators:recipe17 RecipeStage{tier='four', recipe=1xtile.advgenerators.gas_input@0:[net.minecraftforge.oredict.OreIngredient@12914ae4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@12914ae4, net.minecraft.item.crafting.Ingredient@15f7b318, net.minecraft.item.crafting.Ingredient@425a1078, net.minecraft.item.crafting.Ingredient@15f7b318, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@40fb97ec, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10781 advgenerators:recipe18 RecipeStage{tier='four', recipe=1xtile.advgenerators.turbine_controller@0:[net.minecraft.item.crafting.Ingredient@70622412, net.minecraft.item.crafting.Ingredient@62a923b6, net.minecraft.item.crafting.Ingredient@70622412, net.minecraft.item.crafting.Ingredient@7e719cf8, net.minecraft.item.crafting.Ingredient@fbee690, net.minecraft.item.crafting.Ingredient@7e719cf8, net.minecraft.item.crafting.Ingredient@70622412, net.minecraft.item.crafting.Ingredient@62a923b6, net.minecraft.item.crafting.Ingredient@70622412]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10782 advgenerators:recipe19 RecipeStage{tier='four', recipe=1xtile.advgenerators.steam_turbine_controller@0:[net.minecraft.item.crafting.Ingredient@45023b37, net.minecraft.item.crafting.Ingredient@37e6e933, net.minecraft.item.crafting.Ingredient@45023b37, net.minecraft.item.crafting.Ingredient@4f141339, net.minecraft.item.crafting.Ingredient@4f141339, net.minecraft.item.crafting.Ingredient@4f141339, net.minecraft.item.crafting.Ingredient@45023b37, net.minecraft.item.crafting.Ingredient@49819013, net.minecraft.item.crafting.Ingredient@45023b37]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10783 advgenerators:recipe20 RecipeStage{tier='four', recipe=1xtile.advgenerators.efficiency_upgrade_tier1@0:[net.minecraft.item.crafting.Ingredient@1da10c64, net.minecraft.item.crafting.Ingredient@5cee336f, net.minecraft.item.crafting.Ingredient@1da10c64, net.minecraft.item.crafting.Ingredient@72434932, net.minecraft.item.crafting.Ingredient@37875e61, net.minecraft.item.crafting.Ingredient@49b9d6ba, net.minecraft.item.crafting.Ingredient@1da10c64, net.minecraft.item.crafting.Ingredient@5cee336f, net.minecraft.item.crafting.Ingredient@1da10c64]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10784 advgenerators:recipe21 RecipeStage{tier='four', recipe=1xtile.advgenerators.efficiency_upgrade_tier2@0:[net.minecraft.item.crafting.Ingredient@2c223a7a, net.minecraft.item.crafting.Ingredient@17a01da, net.minecraft.item.crafting.Ingredient@2c223a7a, net.minecraft.item.crafting.Ingredient@6710b49, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6710b49, net.minecraft.item.crafting.Ingredient@2c223a7a, net.minecraft.item.crafting.Ingredient@7f309fcd, net.minecraft.item.crafting.Ingredient@2c223a7a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10785 advgenerators:recipe22 RecipeStage{tier='four', recipe=1xitem.advgenerators.advanced_pressure_valve@0:[net.minecraft.item.crafting.Ingredient@5d9d216e, net.minecraftforge.oredict.OreIngredient@3cd8827, net.minecraft.item.crafting.Ingredient@5d9d216e, net.minecraftforge.oredict.OreIngredient@3cd8827, net.minecraft.item.crafting.Ingredient@1a1f5239, net.minecraftforge.oredict.OreIngredient@3cd8827, net.minecraft.item.crafting.Ingredient@5d9d216e, net.minecraftforge.oredict.OreIngredient@3cd8827, net.minecraft.item.crafting.Ingredient@5d9d216e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10786 advgenerators:recipe23 RecipeStage{tier='four', recipe=1xtile.advgenerators.exchanger_controller@0:[net.minecraft.item.crafting.Ingredient@499b3db7, net.minecraft.item.crafting.Ingredient@11f606de, net.minecraft.item.crafting.Ingredient@499b3db7, net.minecraft.item.crafting.Ingredient@18b8e37c, net.minecraft.item.crafting.Ingredient@6cbf3873, net.minecraft.item.crafting.Ingredient@18b8e37c, net.minecraft.item.crafting.Ingredient@499b3db7, net.minecraft.item.crafting.Ingredient@18b8e37c, net.minecraft.item.crafting.Ingredient@499b3db7]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10787 advgenerators:recipe24 RecipeStage{tier='four', recipe=1xtile.advgenerators.heat_exchanger@0:[net.minecraft.item.crafting.Ingredient@5d38ff65, net.minecraft.item.crafting.Ingredient@2c444bd, net.minecraft.item.crafting.Ingredient@5d38ff65, net.minecraft.item.crafting.Ingredient@2c444bd, net.minecraft.item.crafting.Ingredient@2c444bd, net.minecraft.item.crafting.Ingredient@2c444bd, net.minecraft.item.crafting.Ingredient@5d38ff65, net.minecraft.item.crafting.Ingredient@2c444bd, net.minecraft.item.crafting.Ingredient@5d38ff65]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10788 advgenerators:recipe25 RecipeStage{tier='four', recipe=1xtile.advgenerators.syngas_controller@0:[net.minecraft.item.crafting.Ingredient@575e3471, net.minecraft.item.crafting.Ingredient@ba739b4, net.minecraft.item.crafting.Ingredient@575e3471, net.minecraft.item.crafting.Ingredient@58f8299e, net.minecraft.item.crafting.Ingredient@474bf60e, net.minecraft.item.crafting.Ingredient@58f8299e, net.minecraft.item.crafting.Ingredient@575e3471, net.minecraft.item.crafting.Ingredient@7ea3634c, net.minecraft.item.crafting.Ingredient@575e3471]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10789 advgenerators:recipe26 RecipeStage{tier='four', recipe=1xtile.advgenerators.mixing_chamber@0:[net.minecraft.item.crafting.Ingredient@5418fbb2, net.minecraft.item.crafting.Ingredient@4d358c76, net.minecraft.item.crafting.Ingredient@5418fbb2, net.minecraft.item.crafting.Ingredient@28693f9f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@28693f9f, net.minecraft.item.crafting.Ingredient@5418fbb2, net.minecraft.item.crafting.Ingredient@4d358c76, net.minecraft.item.crafting.Ingredient@5418fbb2]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10790 advgenerators:recipe27 RecipeStage{tier='four', recipe=1xtile.advgenerators.heating_chamber@0:[net.minecraft.item.crafting.Ingredient@2b29a2c6, net.minecraft.item.crafting.Ingredient@4a9ecde9, net.minecraft.item.crafting.Ingredient@2b29a2c6, net.minecraft.item.crafting.Ingredient@2bea86e2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2bea86e2, net.minecraft.item.crafting.Ingredient@2b29a2c6, net.minecraft.item.crafting.Ingredient@2bea86e2, net.minecraft.item.crafting.Ingredient@2b29a2c6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10791 advgenerators:recipe28 RecipeStage{tier='four', recipe=4xitem.advgenerators.turbine_blade_iron@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@50b32296, net.minecraftforge.oredict.OreIngredient@50b32296, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@50b32296, net.minecraftforge.oredict.OreIngredient@50b32296, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@50b32296]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10792 advgenerators:recipe29 RecipeStage{tier='four', recipe=1xitem.advgenerators.turbine_rotor_iron@0:[net.minecraft.item.crafting.Ingredient@676ba78c, net.minecraft.item.crafting.Ingredient@676ba78c, net.minecraft.item.crafting.Ingredient@676ba78c, net.minecraft.item.crafting.Ingredient@676ba78c, net.minecraftforge.oredict.OreIngredient@4aab2b2e, net.minecraft.item.crafting.Ingredient@676ba78c, net.minecraft.item.crafting.Ingredient@676ba78c, net.minecraft.item.crafting.Ingredient@676ba78c, net.minecraft.item.crafting.Ingredient@676ba78c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10793 advgenerators:recipe30 RecipeStage{tier='four', recipe=1xtile.advgenerators.turbine_iron@0:[net.minecraft.item.crafting.Ingredient@5bd2367, net.minecraft.item.crafting.Ingredient@3f50a39b, net.minecraft.item.crafting.Ingredient@5bd2367, net.minecraft.item.crafting.Ingredient@2cb10d04, net.minecraft.item.crafting.Ingredient@7641902, net.minecraft.item.crafting.Ingredient@2cb10d04, net.minecraft.item.crafting.Ingredient@5bd2367, net.minecraft.item.crafting.Ingredient@3f50a39b, net.minecraft.item.crafting.Ingredient@5bd2367]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10794 advgenerators:recipe31 RecipeStage{tier='four', recipe=1xitem.advgenerators.turbine_rotor_gold@0:[net.minecraft.item.crafting.Ingredient@51af15af, net.minecraftforge.oredict.OreIngredient@12816bb5]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10795 advgenerators:recipe32 RecipeStage{tier='four', recipe=1xitem.advgenerators.turbine_rotor_iron@0:[net.minecraft.item.crafting.Ingredient@1a18ad3c, net.minecraft.item.crafting.Ingredient@3333d1bd]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10796 advgenerators:recipe33 RecipeStage{tier='four', recipe=1xtile.advgenerators.turbine_gold@0:[net.minecraft.item.crafting.Ingredient@1a1f6a46, net.minecraft.item.crafting.Ingredient@45314574, net.minecraft.item.crafting.Ingredient@1a1f6a46, net.minecraft.item.crafting.Ingredient@68a2da56, net.minecraft.item.crafting.Ingredient@748dc45f, net.minecraft.item.crafting.Ingredient@68a2da56, net.minecraft.item.crafting.Ingredient@1a1f6a46, net.minecraft.item.crafting.Ingredient@45314574, net.minecraft.item.crafting.Ingredient@1a1f6a46]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10797 advgenerators:recipe34 RecipeStage{tier='four', recipe=1xitem.advgenerators.turbine_kit_gold@0:[net.minecraft.item.crafting.Ingredient@5af420f7, net.minecraft.item.crafting.Ingredient@247a3195]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10798 advgenerators:recipe35 RecipeStage{tier='four', recipe=4xitem.advgenerators.turbine_blade_manyullyn@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@259ba33f, net.minecraftforge.oredict.OreIngredient@259ba33f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@259ba33f, net.minecraftforge.oredict.OreIngredient@259ba33f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@259ba33f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10799 advgenerators:recipe36 RecipeStage{tier='four', recipe=1xitem.advgenerators.turbine_rotor_manyullyn@0:[net.minecraft.item.crafting.Ingredient@2b10b83d, net.minecraft.item.crafting.Ingredient@2b10b83d, net.minecraft.item.crafting.Ingredient@2b10b83d, net.minecraft.item.crafting.Ingredient@2b10b83d, net.minecraftforge.oredict.OreIngredient@68afbf58, net.minecraft.item.crafting.Ingredient@2b10b83d, net.minecraft.item.crafting.Ingredient@2b10b83d, net.minecraft.item.crafting.Ingredient@2b10b83d, net.minecraft.item.crafting.Ingredient@2b10b83d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10800 advgenerators:recipe37 RecipeStage{tier='four', recipe=1xtile.advgenerators.turbine_manyullyn@0:[net.minecraft.item.crafting.Ingredient@50e1d904, net.minecraft.item.crafting.Ingredient@7e9e5275, net.minecraft.item.crafting.Ingredient@50e1d904, net.minecraft.item.crafting.Ingredient@6b5e6781, net.minecraft.item.crafting.Ingredient@50e9d5f0, net.minecraft.item.crafting.Ingredient@6b5e6781, net.minecraft.item.crafting.Ingredient@50e1d904, net.minecraft.item.crafting.Ingredient@7e9e5275, net.minecraft.item.crafting.Ingredient@50e1d904]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10801 advgenerators:recipe38 RecipeStage{tier='four', recipe=1xitem.advgenerators.turbine_kit_manyullyn@0:[net.minecraft.item.crafting.Ingredient@29ff94c, net.minecraft.item.crafting.Ingredient@1a65f4f1]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10802 advgenerators:recipe39 RecipeStage{tier='four', recipe=1xtile.advgenerators.power_capacitor_redstone@0:[net.minecraft.item.crafting.Ingredient@32fae0ed, net.minecraft.item.crafting.Ingredient@590c4f9e, net.minecraft.item.crafting.Ingredient@32fae0ed, net.minecraft.item.crafting.Ingredient@590c4f9e, net.minecraft.item.crafting.Ingredient@f178432, net.minecraft.item.crafting.Ingredient@590c4f9e, net.minecraft.item.crafting.Ingredient@32fae0ed, net.minecraft.item.crafting.Ingredient@590c4f9e, net.minecraft.item.crafting.Ingredient@32fae0ed]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10803 advgenerators:recipe40 RecipeStage{tier='four', recipe=1xtile.advgenerators.power_capacitor_advanced@0:[net.minecraft.item.crafting.Ingredient@71bd3a2, net.minecraft.item.crafting.Ingredient@3c501c60, net.minecraft.item.crafting.Ingredient@71bd3a2, net.minecraft.item.crafting.Ingredient@3c501c60, net.minecraft.item.crafting.Ingredient@fd539cc, net.minecraft.item.crafting.Ingredient@3c501c60, net.minecraft.item.crafting.Ingredient@71bd3a2, net.minecraft.item.crafting.Ingredient@3c501c60, net.minecraft.item.crafting.Ingredient@71bd3a2]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10804 advgenerators:recipe41 RecipeStage{tier='four', recipe=1xitem.advgenerators.capacitor_kit_advanced@0:[net.minecraft.item.crafting.Ingredient@29a2364d, net.minecraft.item.crafting.Ingredient@15ad8c05, net.minecraft.item.crafting.Ingredient@29a2364d, net.minecraft.item.crafting.Ingredient@15ad8c05, net.minecraft.item.crafting.Ingredient@3390cc25, net.minecraft.item.crafting.Ingredient@15ad8c05, net.minecraft.item.crafting.Ingredient@29a2364d, net.minecraft.item.crafting.Ingredient@15ad8c05, net.minecraft.item.crafting.Ingredient@29a2364d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10805 advgenerators:recipe42 RecipeStage{tier='four', recipe=1xtile.advgenerators.power_capacitor_dense@0:[net.minecraft.item.crafting.Ingredient@10b76091, net.minecraft.item.crafting.Ingredient@69030b26, net.minecraft.item.crafting.Ingredient@10b76091, net.minecraft.item.crafting.Ingredient@69030b26, net.minecraft.item.crafting.Ingredient@5c4713c7, net.minecraft.item.crafting.Ingredient@69030b26, net.minecraft.item.crafting.Ingredient@10b76091, net.minecraft.item.crafting.Ingredient@69030b26, net.minecraft.item.crafting.Ingredient@10b76091]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10806 advgenerators:recipe43 RecipeStage{tier='four', recipe=1xitem.advgenerators.capacitor_kit_dense@0:[net.minecraft.item.crafting.Ingredient@26cdb23e, net.minecraft.item.crafting.Ingredient@57e6d7fa, net.minecraft.item.crafting.Ingredient@26cdb23e, net.minecraft.item.crafting.Ingredient@57e6d7fa, net.minecraft.item.crafting.Ingredient@33db2fea, net.minecraft.item.crafting.Ingredient@57e6d7fa, net.minecraft.item.crafting.Ingredient@26cdb23e, net.minecraft.item.crafting.Ingredient@57e6d7fa, net.minecraft.item.crafting.Ingredient@26cdb23e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10807 immersivepetroleum:projector flaxbeard.immersivepetroleum.common.SchematicCraftingHandler@64bbefaa +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10808 mysticalagradditions:special RecipeStage{tier='five', recipe=1xtile.ma.special@0:[net.minecraft.item.crafting.Ingredient@1910f6a0, net.minecraft.item.crafting.Ingredient@55362265, net.minecraft.item.crafting.Ingredient@1910f6a0, net.minecraft.item.crafting.Ingredient@1b0c4721, net.minecraftforge.oredict.OreIngredient@3ebf429e, net.minecraft.item.crafting.Ingredient@1b0c4721, net.minecraft.item.crafting.Ingredient@1910f6a0, net.minecraft.item.crafting.Ingredient@55362265, net.minecraft.item.crafting.Ingredient@1910f6a0]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10809 mysticalagradditions:special_1 RecipeStage{tier='five', recipe=1xtile.ma.special@1:[net.minecraft.item.crafting.Ingredient@61f628df, net.minecraft.item.crafting.Ingredient@25192dcd, net.minecraft.item.crafting.Ingredient@61f628df, net.minecraft.item.crafting.Ingredient@25192dcd, net.minecraftforge.oredict.OreIngredient@5cd54300, net.minecraft.item.crafting.Ingredient@25192dcd, net.minecraft.item.crafting.Ingredient@61f628df, net.minecraft.item.crafting.Ingredient@25192dcd, net.minecraft.item.crafting.Ingredient@61f628df]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10810 mysticalagradditions:insanium RecipeStage{tier='five', recipe=1xitem.ma.insanium@2:[net.minecraft.item.crafting.Ingredient@31878c18, net.minecraft.item.crafting.Ingredient@5d9ca8a0, net.minecraft.item.crafting.Ingredient@2ba73d50]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10811 mysticalagradditions:nether_star_seeds RecipeStage{tier='five', recipe=1xitem.ma.nether_star_seeds@0:[net.minecraft.item.crafting.Ingredient@524bc529, net.minecraft.item.crafting.Ingredient@78f543d0, net.minecraft.item.crafting.Ingredient@524bc529, net.minecraft.item.crafting.Ingredient@78f543d0, net.minecraft.item.crafting.Ingredient@40143dc6, net.minecraft.item.crafting.Ingredient@78f543d0, net.minecraft.item.crafting.Ingredient@524bc529, net.minecraft.item.crafting.Ingredient@78f543d0, net.minecraft.item.crafting.Ingredient@524bc529]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10812 mysticalagradditions:dragon_egg_seeds RecipeStage{tier='five', recipe=1xitem.ma.dragon_egg_seeds@0:[net.minecraft.item.crafting.Ingredient@6723884b, net.minecraft.item.crafting.Ingredient@a568c07, net.minecraft.item.crafting.Ingredient@6723884b, net.minecraft.item.crafting.Ingredient@a568c07, net.minecraft.item.crafting.Ingredient@6b4d6a86, net.minecraft.item.crafting.Ingredient@a568c07, net.minecraft.item.crafting.Ingredient@6723884b, net.minecraft.item.crafting.Ingredient@a568c07, net.minecraft.item.crafting.Ingredient@6723884b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10813 mysticalagradditions:stuff RecipeStage{tier='five', recipe=1xitem.ma.stuff@0:[net.minecraft.item.crafting.Ingredient@7c197e20, net.minecraft.item.crafting.Ingredient@7c197e20, net.minecraft.item.crafting.Ingredient@7c197e20, net.minecraft.item.crafting.Ingredient@7c197e20, net.minecraft.item.crafting.Ingredient@7c197e20, net.minecraft.item.crafting.Ingredient@7c197e20, net.minecraft.item.crafting.Ingredient@7c197e20, net.minecraft.item.crafting.Ingredient@7c197e20, net.minecraft.item.crafting.Ingredient@7c197e20]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10814 mysticalagradditions:stuff_1 RecipeStage{tier='five', recipe=1xitem.ma.stuff@2:[net.minecraft.item.crafting.Ingredient@71a8c64, net.minecraft.item.crafting.Ingredient@71a8c64, net.minecraft.item.crafting.Ingredient@71a8c64, net.minecraft.item.crafting.Ingredient@71a8c64, net.minecraft.item.crafting.Ingredient@71a8c64, net.minecraft.item.crafting.Ingredient@71a8c64, net.minecraft.item.crafting.Ingredient@71a8c64, net.minecraft.item.crafting.Ingredient@71a8c64, net.minecraft.item.crafting.Ingredient@71a8c64]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10815 mysticalagradditions:charm RecipeStage{tier='five', recipe=1xitem.ma.charm@0:[net.minecraft.item.crafting.Ingredient@1d963ae5, net.minecraft.item.crafting.Ingredient@18176ae7, net.minecraft.item.crafting.Ingredient@56ca61b2, net.minecraft.item.crafting.Ingredient@18176ae7, net.minecraft.item.crafting.Ingredient@14bb9701, net.minecraft.item.crafting.Ingredient@18176ae7, net.minecraft.item.crafting.Ingredient@56ca61b2, net.minecraft.item.crafting.Ingredient@18176ae7, net.minecraft.item.crafting.Ingredient@1d963ae5]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10880 pickletweaks:grid_repair com.blakebr0.pickletweaks.feature.crafting.GridRepairRecipe@e217c79 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10882 primal:soul_glass RecipeStage{tier='three', recipe=1xtile.nex:soulGlass@0:[net.minecraft.item.crafting.Ingredient@7bfabc14]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10884 primal:polished_netherrack RecipeStage{tier='three', recipe=1xtile.polished_netherrack@0:[net.minecraft.item.crafting.Ingredient@5818de60]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10886 primal:soul_sandstone RecipeStage{tier='three', recipe=1xtile.soul_sandstone@0:[net.minecraft.item.crafting.Ingredient@37bb09a2]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10888 primal:drying_rack_1 net.minecraftforge.oredict.ShapedOreRecipe@1d439b95 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10889 primal:drying_rack_2 net.minecraftforge.oredict.ShapedOreRecipe@3759fd4c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10890 primal:drying_rack_3 net.minecraftforge.oredict.ShapedOreRecipe@88c5392 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10891 primal:drying_rack_4 net.minecraftforge.oredict.ShapedOreRecipe@6d6804fc +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10892 primal:drying_rack_5 net.minecraftforge.oredict.ShapedOreRecipe@57ac948b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10893 primal:drying_rack_6 net.minecraftforge.oredict.ShapedOreRecipe@62787260 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10894 primal:drying_rack_7 net.minecraftforge.oredict.ShapedOreRecipe@44973877 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10895 primal:drying_rack_8 net.minecraftforge.oredict.ShapedOreRecipe@65657884 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10896 primal:drying_rack_9 net.minecraftforge.oredict.ShapedOreRecipe@49e7c165 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10898 primal:fish_trap_1 net.minecraftforge.oredict.ShapedOreRecipe@1035e9c8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10899 primal:fish_trap_2 net.minecraftforge.oredict.ShapedOreRecipe@19214382 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10900 primal:fish_trap_3 net.minecraftforge.oredict.ShapedOreRecipe@360f79e9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10901 primal:fish_trap_4 net.minecraftforge.oredict.ShapedOreRecipe@62684f06 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10902 primal:fish_trap_5 net.minecraftforge.oredict.ShapedOreRecipe@6bb6257f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10903 primal:fish_trap_6 net.minecraftforge.oredict.ShapedOreRecipe@7da55060 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10904 primal:fish_trap_7 net.minecraftforge.oredict.ShapedOreRecipe@3b1bff0d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10905 primal:fish_trap_8 net.minecraftforge.oredict.ShapedOreRecipe@368608d6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10906 primal:fish_trap_9 net.minecraftforge.oredict.ShapedOreRecipe@14b39257 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10908 primal:shelf_half_1 net.minecraftforge.oredict.ShapedOreRecipe@21a4c25e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10909 primal:shelf_half_2 net.minecraftforge.oredict.ShapedOreRecipe@1e7d3e3a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10910 primal:shelf_half_3 net.minecraftforge.oredict.ShapedOreRecipe@5ee683fd +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10911 primal:shelf_half_4 net.minecraftforge.oredict.ShapedOreRecipe@7a552edb +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10912 primal:shelf_half_5 net.minecraftforge.oredict.ShapedOreRecipe@7195c688 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10913 primal:shelf_half_6 net.minecraftforge.oredict.ShapedOreRecipe@5d59c2e5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10914 primal:shelf_half_7 net.minecraftforge.oredict.ShapedOreRecipe@2bb3fa00 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10915 primal:shelf_half_8 net.minecraftforge.oredict.ShapedOreRecipe@7e313137 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10916 primal:shelf_half_9 net.minecraftforge.oredict.ShapedOreRecipe@502d9178 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10918 primal:worktable_slab_1 net.minecraftforge.oredict.ShapedOreRecipe@26376e12 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10919 primal:worktable_slab_2 net.minecraftforge.oredict.ShapedOreRecipe@28a2307a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10920 primal:worktable_slab_3 net.minecraftforge.oredict.ShapedOreRecipe@43f09343 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10921 primal:worktable_slab_4 net.minecraftforge.oredict.ShapedOreRecipe@20d4e886 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10922 primal:worktable_slab_5 net.minecraftforge.oredict.ShapedOreRecipe@6857d8a0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10923 primal:worktable_slab_6 net.minecraftforge.oredict.ShapedOreRecipe@17a500c5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10924 primal:worktable_slab_7 net.minecraftforge.oredict.ShapedOreRecipe@3f014f62 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10925 primal:worktable_slab_8 net.minecraftforge.oredict.ShapedOreRecipe@279106c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10926 primal:worktable_slab_9 net.minecraftforge.oredict.ShapedOreRecipe@767321c3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11068 primal:storage_crate_1 RecipeStage{tier='one', recipe=1xtile.primal.storage_crate@1:[net.minecraftforge.oredict.OreIngredient@36b87f54, net.minecraftforge.oredict.OreIngredient@467ef425, net.minecraftforge.oredict.OreIngredient@36b87f54, net.minecraftforge.oredict.OreIngredient@467ef425, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@467ef425, net.minecraftforge.oredict.OreIngredient@36b87f54, net.minecraftforge.oredict.OreIngredient@467ef425, net.minecraftforge.oredict.OreIngredient@36b87f54]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11069 primal:storage_crate_2 RecipeStage{tier='one', recipe=1xtile.primal.storage_crate@2:[net.minecraftforge.oredict.OreIngredient@1bcdda07, net.minecraftforge.oredict.OreIngredient@2a23dcba, net.minecraftforge.oredict.OreIngredient@1bcdda07, net.minecraftforge.oredict.OreIngredient@2a23dcba, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2a23dcba, net.minecraftforge.oredict.OreIngredient@1bcdda07, net.minecraftforge.oredict.OreIngredient@2a23dcba, net.minecraftforge.oredict.OreIngredient@1bcdda07]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11070 primal:storage_crate_3 RecipeStage{tier='one', recipe=1xtile.primal.storage_crate@3:[net.minecraftforge.oredict.OreIngredient@1aad743a, net.minecraftforge.oredict.OreIngredient@2e5fbb47, net.minecraftforge.oredict.OreIngredient@1aad743a, net.minecraftforge.oredict.OreIngredient@2e5fbb47, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2e5fbb47, net.minecraftforge.oredict.OreIngredient@1aad743a, net.minecraftforge.oredict.OreIngredient@2e5fbb47, net.minecraftforge.oredict.OreIngredient@1aad743a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11071 primal:storage_crate_4 RecipeStage{tier='one', recipe=1xtile.primal.storage_crate@4:[net.minecraftforge.oredict.OreIngredient@f2a8db, net.minecraftforge.oredict.OreIngredient@53a4b46b, net.minecraftforge.oredict.OreIngredient@f2a8db, net.minecraftforge.oredict.OreIngredient@53a4b46b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@53a4b46b, net.minecraftforge.oredict.OreIngredient@f2a8db, net.minecraftforge.oredict.OreIngredient@53a4b46b, net.minecraftforge.oredict.OreIngredient@f2a8db]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11072 primal:storage_crate_5 RecipeStage{tier='one', recipe=1xtile.primal.storage_crate@5:[net.minecraftforge.oredict.OreIngredient@44bcbaf6, net.minecraftforge.oredict.OreIngredient@324d5738, net.minecraftforge.oredict.OreIngredient@44bcbaf6, net.minecraftforge.oredict.OreIngredient@324d5738, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@324d5738, net.minecraftforge.oredict.OreIngredient@44bcbaf6, net.minecraftforge.oredict.OreIngredient@324d5738, net.minecraftforge.oredict.OreIngredient@44bcbaf6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11073 primal:storage_crate_6 RecipeStage{tier='one', recipe=1xtile.primal.storage_crate@6:[net.minecraftforge.oredict.OreIngredient@b551d6, net.minecraftforge.oredict.OreIngredient@5819397a, net.minecraftforge.oredict.OreIngredient@b551d6, net.minecraftforge.oredict.OreIngredient@5819397a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5819397a, net.minecraftforge.oredict.OreIngredient@b551d6, net.minecraftforge.oredict.OreIngredient@5819397a, net.minecraftforge.oredict.OreIngredient@b551d6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11074 primal:storage_crate_7 RecipeStage{tier='one', recipe=1xtile.primal.storage_crate@7:[net.minecraftforge.oredict.OreIngredient@aad8111, net.minecraftforge.oredict.OreIngredient@1beea9ff, net.minecraftforge.oredict.OreIngredient@aad8111, net.minecraftforge.oredict.OreIngredient@1beea9ff, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1beea9ff, net.minecraftforge.oredict.OreIngredient@aad8111, net.minecraftforge.oredict.OreIngredient@1beea9ff, net.minecraftforge.oredict.OreIngredient@aad8111]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11075 primal:storage_crate_8 RecipeStage{tier='one', recipe=1xtile.primal.storage_crate@8:[net.minecraftforge.oredict.OreIngredient@16d51f25, net.minecraftforge.oredict.OreIngredient@789ae098, net.minecraftforge.oredict.OreIngredient@16d51f25, net.minecraftforge.oredict.OreIngredient@789ae098, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@789ae098, net.minecraftforge.oredict.OreIngredient@16d51f25, net.minecraftforge.oredict.OreIngredient@789ae098, net.minecraftforge.oredict.OreIngredient@16d51f25]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11076 primal:storage_crate_9 RecipeStage{tier='one', recipe=1xtile.primal.storage_crate@9:[net.minecraftforge.oredict.OreIngredient@1d8a3abb, net.minecraftforge.oredict.OreIngredient@32bb9254, net.minecraftforge.oredict.OreIngredient@1d8a3abb, net.minecraftforge.oredict.OreIngredient@32bb9254, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@32bb9254, net.minecraftforge.oredict.OreIngredient@1d8a3abb, net.minecraftforge.oredict.OreIngredient@32bb9254, net.minecraftforge.oredict.OreIngredient@1d8a3abb]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11078 primal:barrel_1 RecipeStage{tier='zero', recipe=2xtile.primal.barrel@1:[net.minecraftforge.oredict.OreIngredient@44900de2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@44900de2, net.minecraftforge.oredict.OreIngredient@44900de2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@44900de2, net.minecraftforge.oredict.OreIngredient@44900de2, net.minecraftforge.oredict.OreIngredient@44900de2, net.minecraftforge.oredict.OreIngredient@44900de2]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11079 primal:barrel_2 RecipeStage{tier='zero', recipe=2xtile.primal.barrel@2:[net.minecraftforge.oredict.OreIngredient@654d814e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@654d814e, net.minecraftforge.oredict.OreIngredient@654d814e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@654d814e, net.minecraftforge.oredict.OreIngredient@654d814e, net.minecraftforge.oredict.OreIngredient@654d814e, net.minecraftforge.oredict.OreIngredient@654d814e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11080 primal:barrel_3 RecipeStage{tier='zero', recipe=2xtile.primal.barrel@3:[net.minecraftforge.oredict.OreIngredient@346d8650, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@346d8650, net.minecraftforge.oredict.OreIngredient@346d8650, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@346d8650, net.minecraftforge.oredict.OreIngredient@346d8650, net.minecraftforge.oredict.OreIngredient@346d8650, net.minecraftforge.oredict.OreIngredient@346d8650]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11081 primal:barrel_4 RecipeStage{tier='zero', recipe=2xtile.primal.barrel@4:[net.minecraftforge.oredict.OreIngredient@485087e4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@485087e4, net.minecraftforge.oredict.OreIngredient@485087e4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@485087e4, net.minecraftforge.oredict.OreIngredient@485087e4, net.minecraftforge.oredict.OreIngredient@485087e4, net.minecraftforge.oredict.OreIngredient@485087e4]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11082 primal:barrel_5 RecipeStage{tier='zero', recipe=2xtile.primal.barrel@5:[net.minecraftforge.oredict.OreIngredient@5397073d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5397073d, net.minecraftforge.oredict.OreIngredient@5397073d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5397073d, net.minecraftforge.oredict.OreIngredient@5397073d, net.minecraftforge.oredict.OreIngredient@5397073d, net.minecraftforge.oredict.OreIngredient@5397073d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11083 primal:barrel_6 RecipeStage{tier='zero', recipe=2xtile.primal.barrel@6:[net.minecraftforge.oredict.OreIngredient@2f51f573, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2f51f573, net.minecraftforge.oredict.OreIngredient@2f51f573, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2f51f573, net.minecraftforge.oredict.OreIngredient@2f51f573, net.minecraftforge.oredict.OreIngredient@2f51f573, net.minecraftforge.oredict.OreIngredient@2f51f573]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11084 primal:barrel_7 RecipeStage{tier='zero', recipe=2xtile.primal.barrel@7:[net.minecraftforge.oredict.OreIngredient@4d75da03, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4d75da03, net.minecraftforge.oredict.OreIngredient@4d75da03, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4d75da03, net.minecraftforge.oredict.OreIngredient@4d75da03, net.minecraftforge.oredict.OreIngredient@4d75da03, net.minecraftforge.oredict.OreIngredient@4d75da03]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11085 primal:barrel_8 RecipeStage{tier='zero', recipe=2xtile.primal.barrel@8:[net.minecraftforge.oredict.OreIngredient@1f256ac3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1f256ac3, net.minecraftforge.oredict.OreIngredient@1f256ac3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1f256ac3, net.minecraftforge.oredict.OreIngredient@1f256ac3, net.minecraftforge.oredict.OreIngredient@1f256ac3, net.minecraftforge.oredict.OreIngredient@1f256ac3]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11086 primal:barrel_9 RecipeStage{tier='zero', recipe=2xtile.primal.barrel@9:[net.minecraftforge.oredict.OreIngredient@5e89f6ff, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5e89f6ff, net.minecraftforge.oredict.OreIngredient@5e89f6ff, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5e89f6ff, net.minecraftforge.oredict.OreIngredient@5e89f6ff, net.minecraftforge.oredict.OreIngredient@5e89f6ff, net.minecraftforge.oredict.OreIngredient@5e89f6ff]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11089 primal:logs_stacked_1 RecipeStage{tier='zero', recipe=1xtile.primal.logs_stacked@1:[net.minecraftforge.oredict.OreIngredient@76edfc92, net.minecraftforge.oredict.OreIngredient@76edfc92, net.minecraftforge.oredict.OreIngredient@76edfc92, net.minecraftforge.oredict.OreIngredient@76edfc92, net.minecraftforge.oredict.OreIngredient@76edfc92, net.minecraftforge.oredict.OreIngredient@76edfc92, net.minecraftforge.oredict.OreIngredient@76edfc92, net.minecraftforge.oredict.OreIngredient@76edfc92, net.minecraftforge.oredict.OreIngredient@76edfc92]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11091 primal:logs_stacked_2 RecipeStage{tier='zero', recipe=1xtile.primal.logs_stacked@2:[net.minecraftforge.oredict.OreIngredient@9003d4f, net.minecraftforge.oredict.OreIngredient@9003d4f, net.minecraftforge.oredict.OreIngredient@9003d4f, net.minecraftforge.oredict.OreIngredient@9003d4f, net.minecraftforge.oredict.OreIngredient@9003d4f, net.minecraftforge.oredict.OreIngredient@9003d4f, net.minecraftforge.oredict.OreIngredient@9003d4f, net.minecraftforge.oredict.OreIngredient@9003d4f, net.minecraftforge.oredict.OreIngredient@9003d4f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11093 primal:logs_stacked_3 RecipeStage{tier='zero', recipe=1xtile.primal.logs_stacked@3:[net.minecraftforge.oredict.OreIngredient@74ee4f60, net.minecraftforge.oredict.OreIngredient@74ee4f60, net.minecraftforge.oredict.OreIngredient@74ee4f60, net.minecraftforge.oredict.OreIngredient@74ee4f60, net.minecraftforge.oredict.OreIngredient@74ee4f60, net.minecraftforge.oredict.OreIngredient@74ee4f60, net.minecraftforge.oredict.OreIngredient@74ee4f60, net.minecraftforge.oredict.OreIngredient@74ee4f60, net.minecraftforge.oredict.OreIngredient@74ee4f60]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11095 primal:logs_stacked_4 RecipeStage{tier='zero', recipe=1xtile.primal.logs_stacked@4:[net.minecraftforge.oredict.OreIngredient@4cc0660e, net.minecraftforge.oredict.OreIngredient@4cc0660e, net.minecraftforge.oredict.OreIngredient@4cc0660e, net.minecraftforge.oredict.OreIngredient@4cc0660e, net.minecraftforge.oredict.OreIngredient@4cc0660e, net.minecraftforge.oredict.OreIngredient@4cc0660e, net.minecraftforge.oredict.OreIngredient@4cc0660e, net.minecraftforge.oredict.OreIngredient@4cc0660e, net.minecraftforge.oredict.OreIngredient@4cc0660e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11097 primal:logs_stacked_5 RecipeStage{tier='zero', recipe=1xtile.primal.logs_stacked@5:[net.minecraftforge.oredict.OreIngredient@618465ad, net.minecraftforge.oredict.OreIngredient@618465ad, net.minecraftforge.oredict.OreIngredient@618465ad, net.minecraftforge.oredict.OreIngredient@618465ad, net.minecraftforge.oredict.OreIngredient@618465ad, net.minecraftforge.oredict.OreIngredient@618465ad, net.minecraftforge.oredict.OreIngredient@618465ad, net.minecraftforge.oredict.OreIngredient@618465ad, net.minecraftforge.oredict.OreIngredient@618465ad]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11099 primal:logs_stacked_6 RecipeStage{tier='zero', recipe=1xtile.primal.logs_stacked@6:[net.minecraftforge.oredict.OreIngredient@33aa3d66, net.minecraftforge.oredict.OreIngredient@33aa3d66, net.minecraftforge.oredict.OreIngredient@33aa3d66, net.minecraftforge.oredict.OreIngredient@33aa3d66, net.minecraftforge.oredict.OreIngredient@33aa3d66, net.minecraftforge.oredict.OreIngredient@33aa3d66, net.minecraftforge.oredict.OreIngredient@33aa3d66, net.minecraftforge.oredict.OreIngredient@33aa3d66, net.minecraftforge.oredict.OreIngredient@33aa3d66]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11101 primal:logs_stacked_7 RecipeStage{tier='zero', recipe=1xtile.primal.logs_stacked@7:[net.minecraftforge.oredict.OreIngredient@b8bdf08, net.minecraftforge.oredict.OreIngredient@b8bdf08, net.minecraftforge.oredict.OreIngredient@b8bdf08, net.minecraftforge.oredict.OreIngredient@b8bdf08, net.minecraftforge.oredict.OreIngredient@b8bdf08, net.minecraftforge.oredict.OreIngredient@b8bdf08, net.minecraftforge.oredict.OreIngredient@b8bdf08, net.minecraftforge.oredict.OreIngredient@b8bdf08, net.minecraftforge.oredict.OreIngredient@b8bdf08]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11114 primal:sugar RecipeStage{tier='zero', recipe=2xitem.sugar@0:[net.minecraftforge.oredict.OreIngredient@5f1b75eb, net.minecraft.item.crafting.Ingredient@524d7635, net.minecraft.item.crafting.Ingredient@6ea59d09]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11132 primal:metalblock_2 RecipeStage{tier='three', recipe=1xtile.primal.metalblock@3:[net.minecraftforge.oredict.OreIngredient@70cb7bcb, net.minecraftforge.oredict.OreIngredient@70cb7bcb, net.minecraftforge.oredict.OreIngredient@70cb7bcb, net.minecraftforge.oredict.OreIngredient@70cb7bcb, net.minecraftforge.oredict.OreIngredient@70cb7bcb, net.minecraftforge.oredict.OreIngredient@70cb7bcb, net.minecraftforge.oredict.OreIngredient@70cb7bcb, net.minecraftforge.oredict.OreIngredient@70cb7bcb, net.minecraftforge.oredict.OreIngredient@70cb7bcb]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11136 primal:metalblock_3 net.minecraftforge.oredict.ShapedOreRecipe@2476fc70 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11140 primal:metalblock_4 net.minecraftforge.oredict.ShapedOreRecipe@1921d860 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11221 primal:cobblestone RecipeStage{tier='tutorial', recipe=1xtile.stonebrick@0:[net.minecraft.item.crafting.Ingredient@68d74063, net.minecraft.item.crafting.Ingredient@68d74063, net.minecraft.item.crafting.Ingredient@68d74063, net.minecraft.item.crafting.Ingredient@68d74063]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11222 primal:stone RecipeStage{tier='tutorial', recipe=1xtile.stone@5:[net.minecraftforge.oredict.OreIngredient@341ef706, net.minecraftforge.oredict.OreIngredient@341ef706, net.minecraftforge.oredict.OreIngredient@341ef706, net.minecraftforge.oredict.OreIngredient@341ef706]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11223 primal:stone_1 RecipeStage{tier='tutorial', recipe=1xtile.stone@3:[net.minecraftforge.oredict.OreIngredient@359fac89, net.minecraftforge.oredict.OreIngredient@359fac89, net.minecraftforge.oredict.OreIngredient@359fac89, net.minecraftforge.oredict.OreIngredient@359fac89]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11224 primal:stone_2 RecipeStage{tier='tutorial', recipe=1xtile.stone@1:[net.minecraftforge.oredict.OreIngredient@393d943c, net.minecraftforge.oredict.OreIngredient@393d943c, net.minecraftforge.oredict.OreIngredient@393d943c, net.minecraftforge.oredict.OreIngredient@393d943c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11225 primal:end_stone RecipeStage{tier='four', recipe=1xtile.whiteStone@0:[net.minecraftforge.oredict.OreIngredient@5fdb417e, net.minecraftforge.oredict.OreIngredient@5fdb417e, net.minecraftforge.oredict.OreIngredient@5fdb417e, net.minecraftforge.oredict.OreIngredient@5fdb417e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11228 primal:netherrack RecipeStage{tier='three', recipe=1xtile.hellrock@0:[net.minecraftforge.oredict.OreIngredient@7d5e13d4, net.minecraftforge.oredict.OreIngredient@7d5e13d4, net.minecraftforge.oredict.OreIngredient@7d5e13d4, net.minecraftforge.oredict.OreIngredient@7d5e13d4]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11238 primal:cobblestone_1 RecipeStage{tier='tutorial', recipe=2xtile.stonebrick@0:[net.minecraftforge.oredict.OreIngredient@3663e7ea, net.minecraftforge.oredict.OreIngredient@3663e7ea, net.minecraftforge.oredict.OreIngredient@3663e7ea, net.minecraftforge.oredict.OreIngredient@3663e7ea, net.minecraftforge.oredict.OreIngredient@11d216a5, net.minecraftforge.oredict.OreIngredient@3663e7ea, net.minecraftforge.oredict.OreIngredient@3663e7ea, net.minecraftforge.oredict.OreIngredient@3663e7ea, net.minecraftforge.oredict.OreIngredient@3663e7ea]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11239 primal:netherrack_1 RecipeStage{tier='three', recipe=4xtile.hellrock@0:[net.minecraft.item.crafting.Ingredient@898bd5c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11260 primal:fence_1 RecipeStage{tier='one', recipe=6xtile.primal.fence@3:[net.minecraft.item.crafting.Ingredient@53eef788, net.minecraftforge.oredict.OreIngredient@d4f463b, net.minecraft.item.crafting.Ingredient@53eef788, net.minecraft.item.crafting.Ingredient@53eef788, net.minecraftforge.oredict.OreIngredient@d4f463b, net.minecraft.item.crafting.Ingredient@53eef788]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11261 primal:fence_2 RecipeStage{tier='one', recipe=6xtile.primal.fence@2:[net.minecraft.item.crafting.Ingredient@4ac80149, net.minecraftforge.oredict.OreIngredient@6ebefd2f, net.minecraft.item.crafting.Ingredient@4ac80149, net.minecraft.item.crafting.Ingredient@4ac80149, net.minecraftforge.oredict.OreIngredient@6ebefd2f, net.minecraft.item.crafting.Ingredient@4ac80149]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11262 primal:fence_3 RecipeStage{tier='one', recipe=6xtile.primal.fence@1:[net.minecraft.item.crafting.Ingredient@b655c85, net.minecraftforge.oredict.OreIngredient@12dd6e9, net.minecraft.item.crafting.Ingredient@b655c85, net.minecraft.item.crafting.Ingredient@b655c85, net.minecraftforge.oredict.OreIngredient@12dd6e9, net.minecraft.item.crafting.Ingredient@b655c85]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11278 primal:lit_pumpkin RecipeStage{tier='one', recipe=1xtile.litpumpkin@0:[net.minecraft.item.crafting.Ingredient@5a753d7, net.minecraft.item.crafting.Ingredient@596d0c40]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11279 primal:lit_pumpkin_1 RecipeStage{tier='one', recipe=1xtile.litpumpkin@0:[net.minecraft.item.crafting.Ingredient@4802805f, net.minecraft.item.crafting.Ingredient@77844b63]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11280 primal:lit_pumpkin_2 RecipeStage{tier='one', recipe=1xtile.litpumpkin@0:[net.minecraft.item.crafting.Ingredient@489c786a, net.minecraft.item.crafting.Ingredient@1440195e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11304 primal:tripwire_hook RecipeStage{tier='two', recipe=1xtile.tripWireSource@0:[net.minecraftforge.oredict.OreIngredient@14aa9d7, net.minecraftforge.oredict.OreIngredient@1caa729, net.minecraftforge.oredict.OreIngredient@3dfb55e9]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11305 primal:flint_and_steel RecipeStage{tier='two', recipe=1xitem.flintAndSteel@0:[net.minecraftforge.oredict.OreIngredient@2a2ccfc, net.minecraftforge.oredict.OreIngredient@5685d06e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11405 primal:wheat_seeds RecipeStage{tier='zero', recipe=2xitem.seeds@0:[net.minecraft.item.crafting.Ingredient@7e3335c2, net.minecraftforge.oredict.OreIngredient@35a3a4ad]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11420 primal:grass_path RecipeStage{tier='zero', recipe=1xtile.grassPath@0:[net.minecraftforge.oredict.OreIngredient@2d693f00, net.minecraft.item.crafting.Ingredient@11cda9f2]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11456 primal:corypha_stalk RecipeStage{tier='three', recipe=1xtile.primal.corypha_stalk@1:[net.minecraftforge.oredict.OreIngredient@7e99cef3, net.minecraft.item.crafting.Ingredient@222b0c29]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11495 primal:framingsheet RecipeStage{tier='two', recipe=2xitem.FramingSheet@0:[net.minecraftforge.oredict.OreIngredient@573be751, net.minecraftforge.oredict.OreIngredient@553ac4e0]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11496 primal:framingboard RecipeStage{tier='two', recipe=2xitem.FramingBoard@0:[net.minecraft.item.crafting.Ingredient@2d9fdf91, net.minecraftforge.oredict.OreIngredient@2e010375]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11497 primal:furniturepaneler RecipeStage{tier='two', recipe=1xtile.BiblioCraft:FurniturePaneler@0:[net.minecraftforge.oredict.OreIngredient@264d5450, net.minecraftforge.oredict.OreIngredient@71e580, net.minecraftforge.oredict.OreIngredient@264d5450, net.minecraftforge.oredict.OreIngredient@757d645f, net.minecraftforge.oredict.OreIngredient@757d645f, net.minecraftforge.oredict.OreIngredient@757d645f, net.minecraftforge.oredict.OreIngredient@65db18a8, net.minecraftforge.oredict.OreIngredient@65db18a8, net.minecraftforge.oredict.OreIngredient@65db18a8]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11498 primal:furniturepaneler_1 RecipeStage{tier='two', recipe=1xtile.BiblioCraft:FurniturePaneler@1:[net.minecraftforge.oredict.OreIngredient@386b4da5, net.minecraftforge.oredict.OreIngredient@26aa8ab3, net.minecraftforge.oredict.OreIngredient@386b4da5, net.minecraftforge.oredict.OreIngredient@5481c58, net.minecraftforge.oredict.OreIngredient@5481c58, net.minecraftforge.oredict.OreIngredient@5481c58, net.minecraftforge.oredict.OreIngredient@2285ea8b, net.minecraftforge.oredict.OreIngredient@2285ea8b, net.minecraftforge.oredict.OreIngredient@2285ea8b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11499 primal:furniturepaneler_2 RecipeStage{tier='two', recipe=1xtile.BiblioCraft:FurniturePaneler@2:[net.minecraftforge.oredict.OreIngredient@77831a62, net.minecraftforge.oredict.OreIngredient@32ec6abb, net.minecraftforge.oredict.OreIngredient@77831a62, net.minecraftforge.oredict.OreIngredient@7adf67ab, net.minecraftforge.oredict.OreIngredient@7adf67ab, net.minecraftforge.oredict.OreIngredient@7adf67ab, net.minecraftforge.oredict.OreIngredient@6adc3849, net.minecraftforge.oredict.OreIngredient@6adc3849, net.minecraftforge.oredict.OreIngredient@6adc3849]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11500 primal:furniturepaneler_3 RecipeStage{tier='two', recipe=1xtile.BiblioCraft:FurniturePaneler@3:[net.minecraftforge.oredict.OreIngredient@55e8b410, net.minecraftforge.oredict.OreIngredient@548b6315, net.minecraftforge.oredict.OreIngredient@55e8b410, net.minecraftforge.oredict.OreIngredient@5efdc094, net.minecraftforge.oredict.OreIngredient@5efdc094, net.minecraftforge.oredict.OreIngredient@5efdc094, net.minecraftforge.oredict.OreIngredient@44a369a6, net.minecraftforge.oredict.OreIngredient@44a369a6, net.minecraftforge.oredict.OreIngredient@44a369a6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11501 primal:furniturepaneler_4 RecipeStage{tier='two', recipe=1xtile.BiblioCraft:FurniturePaneler@4:[net.minecraftforge.oredict.OreIngredient@6b2ede27, net.minecraftforge.oredict.OreIngredient@5be74caf, net.minecraftforge.oredict.OreIngredient@6b2ede27, net.minecraftforge.oredict.OreIngredient@341f64bd, net.minecraftforge.oredict.OreIngredient@341f64bd, net.minecraftforge.oredict.OreIngredient@341f64bd, net.minecraftforge.oredict.OreIngredient@65d4b9b, net.minecraftforge.oredict.OreIngredient@65d4b9b, net.minecraftforge.oredict.OreIngredient@65d4b9b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11502 primal:furniturepaneler_5 RecipeStage{tier='two', recipe=1xtile.BiblioCraft:FurniturePaneler@5:[net.minecraftforge.oredict.OreIngredient@35096183, net.minecraftforge.oredict.OreIngredient@7a7cc8fd, net.minecraftforge.oredict.OreIngredient@35096183, net.minecraftforge.oredict.OreIngredient@5964e52a, net.minecraftforge.oredict.OreIngredient@5964e52a, net.minecraftforge.oredict.OreIngredient@5964e52a, net.minecraftforge.oredict.OreIngredient@49a49b78, net.minecraftforge.oredict.OreIngredient@49a49b78, net.minecraftforge.oredict.OreIngredient@49a49b78]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11503 primal:furniturepaneler_6 RecipeStage{tier='two', recipe=1xtile.BiblioCraft:FurniturePaneler@6:[net.minecraftforge.oredict.OreIngredient@55cb022b, net.minecraftforge.oredict.OreIngredient@2b78ffdb, net.minecraftforge.oredict.OreIngredient@55cb022b, net.minecraft.item.crafting.Ingredient@38593cb1, net.minecraft.item.crafting.Ingredient@38593cb1, net.minecraft.item.crafting.Ingredient@38593cb1, net.minecraft.item.crafting.Ingredient@71df653a, net.minecraft.item.crafting.Ingredient@71df653a, net.minecraft.item.crafting.Ingredient@71df653a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11590 primal:framingsheet_1 RecipeStage{tier='two', recipe=3xitem.FramingSheet@0:[net.minecraftforge.oredict.OreIngredient@2caf014, net.minecraftforge.oredict.OreIngredient@21b858c2]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11591 primal:framingboard_1 RecipeStage{tier='two', recipe=2xitem.FramingBoard@0:[net.minecraft.item.crafting.Ingredient@2f279cde, net.minecraftforge.oredict.OreIngredient@4c3ab3d3]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11592 primal:furniturepaneler_7 RecipeStage{tier='two', recipe=1xtile.BiblioCraft:FurniturePaneler@0:[net.minecraftforge.oredict.OreIngredient@4b17ffe3, net.minecraftforge.oredict.OreIngredient@52aa7a4e, net.minecraftforge.oredict.OreIngredient@4b17ffe3, net.minecraftforge.oredict.OreIngredient@58455b33, net.minecraftforge.oredict.OreIngredient@58455b33, net.minecraftforge.oredict.OreIngredient@58455b33, net.minecraftforge.oredict.OreIngredient@66d80026, net.minecraftforge.oredict.OreIngredient@66d80026, net.minecraftforge.oredict.OreIngredient@66d80026]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11593 primal:furniturepaneler_8 RecipeStage{tier='two', recipe=1xtile.BiblioCraft:FurniturePaneler@1:[net.minecraftforge.oredict.OreIngredient@61d330ce, net.minecraftforge.oredict.OreIngredient@13bd7d49, net.minecraftforge.oredict.OreIngredient@61d330ce, net.minecraftforge.oredict.OreIngredient@47acd5e2, net.minecraftforge.oredict.OreIngredient@47acd5e2, net.minecraftforge.oredict.OreIngredient@47acd5e2, net.minecraftforge.oredict.OreIngredient@2b942f18, net.minecraftforge.oredict.OreIngredient@2b942f18, net.minecraftforge.oredict.OreIngredient@2b942f18]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11594 primal:furniturepaneler_9 RecipeStage{tier='two', recipe=1xtile.BiblioCraft:FurniturePaneler@2:[net.minecraftforge.oredict.OreIngredient@ab494aa, net.minecraftforge.oredict.OreIngredient@2b1657ef, net.minecraftforge.oredict.OreIngredient@ab494aa, net.minecraftforge.oredict.OreIngredient@52860b, net.minecraftforge.oredict.OreIngredient@52860b, net.minecraftforge.oredict.OreIngredient@52860b, net.minecraftforge.oredict.OreIngredient@92005ff, net.minecraftforge.oredict.OreIngredient@92005ff, net.minecraftforge.oredict.OreIngredient@92005ff]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11595 primal:furniturepaneler_10 RecipeStage{tier='two', recipe=1xtile.BiblioCraft:FurniturePaneler@3:[net.minecraftforge.oredict.OreIngredient@2a59fe67, net.minecraftforge.oredict.OreIngredient@3e2f4577, net.minecraftforge.oredict.OreIngredient@2a59fe67, net.minecraftforge.oredict.OreIngredient@23df092e, net.minecraftforge.oredict.OreIngredient@23df092e, net.minecraftforge.oredict.OreIngredient@23df092e, net.minecraftforge.oredict.OreIngredient@37cbd704, net.minecraftforge.oredict.OreIngredient@37cbd704, net.minecraftforge.oredict.OreIngredient@37cbd704]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11596 primal:furniturepaneler_11 RecipeStage{tier='two', recipe=1xtile.BiblioCraft:FurniturePaneler@4:[net.minecraftforge.oredict.OreIngredient@4d09b728, net.minecraftforge.oredict.OreIngredient@16c44aa7, net.minecraftforge.oredict.OreIngredient@4d09b728, net.minecraftforge.oredict.OreIngredient@24132a7a, net.minecraftforge.oredict.OreIngredient@24132a7a, net.minecraftforge.oredict.OreIngredient@24132a7a, net.minecraftforge.oredict.OreIngredient@ef1661f, net.minecraftforge.oredict.OreIngredient@ef1661f, net.minecraftforge.oredict.OreIngredient@ef1661f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11597 primal:furniturepaneler_12 RecipeStage{tier='two', recipe=1xtile.BiblioCraft:FurniturePaneler@5:[net.minecraftforge.oredict.OreIngredient@799794d, net.minecraftforge.oredict.OreIngredient@3ae4d491, net.minecraftforge.oredict.OreIngredient@799794d, net.minecraftforge.oredict.OreIngredient@25d363f, net.minecraftforge.oredict.OreIngredient@25d363f, net.minecraftforge.oredict.OreIngredient@25d363f, net.minecraftforge.oredict.OreIngredient@1cb76654, net.minecraftforge.oredict.OreIngredient@1cb76654, net.minecraftforge.oredict.OreIngredient@1cb76654]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11598 primal:furniturepaneler_13 RecipeStage{tier='two', recipe=1xtile.BiblioCraft:FurniturePaneler@6:[net.minecraftforge.oredict.OreIngredient@27f31021, net.minecraftforge.oredict.OreIngredient@4c742b5e, net.minecraftforge.oredict.OreIngredient@27f31021, net.minecraft.item.crafting.Ingredient@d1474d, net.minecraft.item.crafting.Ingredient@d1474d, net.minecraft.item.crafting.Ingredient@d1474d, net.minecraft.item.crafting.Ingredient@5ba9e559, net.minecraft.item.crafting.Ingredient@5ba9e559, net.minecraft.item.crafting.Ingredient@5ba9e559]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11692 primal:stone_slab_5 RecipeStage{tier='three', recipe=2xtile.stoneSlab@6:[net.minecraftforge.oredict.OreIngredient@1b2c9272, net.minecraft.item.crafting.Ingredient@47c5e12e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11695 primal:purpur_slab RecipeStage{tier='four', recipe=2xtile.purpurSlab@0:[net.minecraftforge.oredict.OreIngredient@778786c3, net.minecraft.item.crafting.Ingredient@7fb551a9]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11707 primal:framingsheet_2 RecipeStage{tier='two', recipe=4xitem.FramingSheet@0:[net.minecraftforge.oredict.OreIngredient@7e94bd5f, net.minecraftforge.oredict.OreIngredient@d2edc0f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11708 primal:framingboard_2 RecipeStage{tier='two', recipe=2xitem.FramingBoard@0:[net.minecraft.item.crafting.Ingredient@3cd19874, net.minecraftforge.oredict.OreIngredient@4764ea33]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11709 primal:furniturepaneler_14 RecipeStage{tier='two', recipe=1xtile.BiblioCraft:FurniturePaneler@0:[net.minecraftforge.oredict.OreIngredient@3739e4bd, net.minecraftforge.oredict.OreIngredient@57eca901, net.minecraftforge.oredict.OreIngredient@3739e4bd, net.minecraftforge.oredict.OreIngredient@71bd816, net.minecraftforge.oredict.OreIngredient@71bd816, net.minecraftforge.oredict.OreIngredient@71bd816, net.minecraftforge.oredict.OreIngredient@450a8f15, net.minecraftforge.oredict.OreIngredient@450a8f15, net.minecraftforge.oredict.OreIngredient@450a8f15]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11710 primal:furniturepaneler_15 RecipeStage{tier='two', recipe=1xtile.BiblioCraft:FurniturePaneler@1:[net.minecraftforge.oredict.OreIngredient@567a3ed7, net.minecraftforge.oredict.OreIngredient@ff89c56, net.minecraftforge.oredict.OreIngredient@567a3ed7, net.minecraftforge.oredict.OreIngredient@4799712a, net.minecraftforge.oredict.OreIngredient@4799712a, net.minecraftforge.oredict.OreIngredient@4799712a, net.minecraftforge.oredict.OreIngredient@548647ff, net.minecraftforge.oredict.OreIngredient@548647ff, net.minecraftforge.oredict.OreIngredient@548647ff]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11711 primal:furniturepaneler_16 RecipeStage{tier='two', recipe=1xtile.BiblioCraft:FurniturePaneler@2:[net.minecraftforge.oredict.OreIngredient@14c040be, net.minecraftforge.oredict.OreIngredient@185c72be, net.minecraftforge.oredict.OreIngredient@14c040be, net.minecraftforge.oredict.OreIngredient@721f5466, net.minecraftforge.oredict.OreIngredient@721f5466, net.minecraftforge.oredict.OreIngredient@721f5466, net.minecraftforge.oredict.OreIngredient@56b496e3, net.minecraftforge.oredict.OreIngredient@56b496e3, net.minecraftforge.oredict.OreIngredient@56b496e3]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11712 primal:furniturepaneler_17 RecipeStage{tier='two', recipe=1xtile.BiblioCraft:FurniturePaneler@3:[net.minecraftforge.oredict.OreIngredient@336168cf, net.minecraftforge.oredict.OreIngredient@3bd5b7b7, net.minecraftforge.oredict.OreIngredient@336168cf, net.minecraftforge.oredict.OreIngredient@4190e3ce, net.minecraftforge.oredict.OreIngredient@4190e3ce, net.minecraftforge.oredict.OreIngredient@4190e3ce, net.minecraftforge.oredict.OreIngredient@5a355a6a, net.minecraftforge.oredict.OreIngredient@5a355a6a, net.minecraftforge.oredict.OreIngredient@5a355a6a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11713 primal:furniturepaneler_18 RecipeStage{tier='two', recipe=1xtile.BiblioCraft:FurniturePaneler@4:[net.minecraftforge.oredict.OreIngredient@321c1b15, net.minecraftforge.oredict.OreIngredient@74d418d2, net.minecraftforge.oredict.OreIngredient@321c1b15, net.minecraftforge.oredict.OreIngredient@420ae136, net.minecraftforge.oredict.OreIngredient@420ae136, net.minecraftforge.oredict.OreIngredient@420ae136, net.minecraftforge.oredict.OreIngredient@57e00075, net.minecraftforge.oredict.OreIngredient@57e00075, net.minecraftforge.oredict.OreIngredient@57e00075]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11714 primal:furniturepaneler_19 RecipeStage{tier='two', recipe=1xtile.BiblioCraft:FurniturePaneler@5:[net.minecraftforge.oredict.OreIngredient@4426af40, net.minecraftforge.oredict.OreIngredient@5130e701, net.minecraftforge.oredict.OreIngredient@4426af40, net.minecraftforge.oredict.OreIngredient@1312fc19, net.minecraftforge.oredict.OreIngredient@1312fc19, net.minecraftforge.oredict.OreIngredient@1312fc19, net.minecraftforge.oredict.OreIngredient@240546b0, net.minecraftforge.oredict.OreIngredient@240546b0, net.minecraftforge.oredict.OreIngredient@240546b0]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11715 primal:furniturepaneler_20 RecipeStage{tier='two', recipe=1xtile.BiblioCraft:FurniturePaneler@6:[net.minecraftforge.oredict.OreIngredient@7809e29, net.minecraftforge.oredict.OreIngredient@3f6587a, net.minecraftforge.oredict.OreIngredient@7809e29, net.minecraft.item.crafting.Ingredient@93e78af, net.minecraft.item.crafting.Ingredient@93e78af, net.minecraft.item.crafting.Ingredient@93e78af, net.minecraft.item.crafting.Ingredient@26e4c913, net.minecraft.item.crafting.Ingredient@26e4c913, net.minecraft.item.crafting.Ingredient@26e4c913]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11809 primal:stone_slab_12 RecipeStage{tier='three', recipe=2xtile.stoneSlab@6:[net.minecraftforge.oredict.OreIngredient@213ef0a4, net.minecraft.item.crafting.Ingredient@49f74e72]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11812 primal:purpur_slab_1 RecipeStage{tier='four', recipe=2xtile.purpurSlab@0:[net.minecraftforge.oredict.OreIngredient@6e8e8e68, net.minecraft.item.crafting.Ingredient@56aad341]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11842 primal:quartz RecipeStage{tier='three', recipe=4xitem.netherquartz@0:[net.minecraftforge.oredict.OreIngredient@50994478, net.minecraft.item.crafting.Ingredient@5fe2a122]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11857 primal:soul_sand RecipeStage{tier='three', recipe=4xtile.hellsand@0:[net.minecraftforge.oredict.OreIngredient@796ab7bd, net.minecraft.item.crafting.Ingredient@6f197c99]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11858 primal:glowstone_dust RecipeStage{tier='three', recipe=4xitem.yellowDust@0:[net.minecraftforge.oredict.OreIngredient@53ae24c6, net.minecraft.item.crafting.Ingredient@7fd5b651]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11859 primal:sand RecipeStage{tier='tutorial', recipe=4xtile.sand@0:[net.minecraftforge.oredict.OreIngredient@5b203149, net.minecraft.item.crafting.Ingredient@790ab6ff]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11860 primal:sand_1 RecipeStage{tier='tutorial', recipe=4xtile.sand@1:[net.minecraftforge.oredict.OreIngredient@170bbd80, net.minecraft.item.crafting.Ingredient@4d7b7c51]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11881 primal:quartz_1 RecipeStage{tier='three', recipe=4xitem.netherquartz@0:[net.minecraftforge.oredict.OreIngredient@41e608f5, net.minecraft.item.crafting.Ingredient@5db7e5fa]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11896 primal:soul_sand_1 RecipeStage{tier='three', recipe=4xtile.hellsand@0:[net.minecraftforge.oredict.OreIngredient@17f4cce8, net.minecraft.item.crafting.Ingredient@145459f4]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11897 primal:glowstone_dust_1 RecipeStage{tier='three', recipe=4xitem.yellowDust@0:[net.minecraftforge.oredict.OreIngredient@66607b9c, net.minecraft.item.crafting.Ingredient@57c26834]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11898 primal:sand_2 RecipeStage{tier='tutorial', recipe=4xtile.sand@0:[net.minecraftforge.oredict.OreIngredient@53f236ef, net.minecraft.item.crafting.Ingredient@362b0b96]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11899 primal:sand_3 RecipeStage{tier='tutorial', recipe=4xtile.sand@1:[net.minecraftforge.oredict.OreIngredient@6b9c293b, net.minecraft.item.crafting.Ingredient@299b3fe9]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11924 primal:quartz_2 RecipeStage{tier='three', recipe=4xitem.netherquartz@0:[net.minecraftforge.oredict.OreIngredient@6a33ab9e, net.minecraft.item.crafting.Ingredient@d7a85d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11939 primal:soul_sand_2 RecipeStage{tier='three', recipe=4xtile.hellsand@0:[net.minecraftforge.oredict.OreIngredient@c0ce68b, net.minecraft.item.crafting.Ingredient@1bc183c4]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11940 primal:glowstone_dust_2 RecipeStage{tier='three', recipe=4xitem.yellowDust@0:[net.minecraftforge.oredict.OreIngredient@43aba476, net.minecraft.item.crafting.Ingredient@28782a36]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11941 primal:sand_4 RecipeStage{tier='tutorial', recipe=4xtile.sand@0:[net.minecraftforge.oredict.OreIngredient@312c6de0, net.minecraft.item.crafting.Ingredient@2fbae7a7]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11942 primal:sand_5 RecipeStage{tier='tutorial', recipe=4xtile.sand@1:[net.minecraftforge.oredict.OreIngredient@7b6dc0ce, net.minecraft.item.crafting.Ingredient@29fce12e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11954 primal:worktable_shelf_1 net.minecraftforge.oredict.ShapedOreRecipe@397d2a42 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11955 primal:worktable_shelf_2 net.minecraftforge.oredict.ShapedOreRecipe@55f950fb +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11956 primal:worktable_shelf_3 net.minecraftforge.oredict.ShapedOreRecipe@30e753bd +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11957 primal:worktable_shelf_4 net.minecraftforge.oredict.ShapedOreRecipe@6ae3c44a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11958 primal:worktable_shelf_5 net.minecraftforge.oredict.ShapedOreRecipe@1505a5fe +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11959 primal:worktable_shelf_6 net.minecraftforge.oredict.ShapedOreRecipe@6a867fd9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11960 primal:worktable_shelf_7 net.minecraftforge.oredict.ShapedOreRecipe@70a0b073 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11961 primal:worktable_shelf_8 net.minecraftforge.oredict.ShapedOreRecipe@5dd60034 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11962 primal:worktable_shelf_9 net.minecraftforge.oredict.ShapedOreRecipe@252a2e12 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11964 primal:brick_mold_1 net.minecraftforge.oredict.ShapedOreRecipe@1a0f4e04 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11965 primal:brick_mold_2 net.minecraftforge.oredict.ShapedOreRecipe@1583f625 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11966 primal:brick_mold_3 net.minecraftforge.oredict.ShapedOreRecipe@1740d5a4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11967 primal:brick_mold_4 net.minecraftforge.oredict.ShapedOreRecipe@235686dc +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11968 primal:brick_mold_5 net.minecraftforge.oredict.ShapedOreRecipe@29fa0f70 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11969 primal:brick_mold_6 net.minecraftforge.oredict.ShapedOreRecipe@2fe6d2ff +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11970 primal:brick_mold_7 net.minecraftforge.oredict.ShapedOreRecipe@6afd64d7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11971 primal:brick_mold_8 net.minecraftforge.oredict.ShapedOreRecipe@4739ea85 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11972 primal:brick_mold_9 net.minecraftforge.oredict.ShapedOreRecipe@6d8ce44b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12018 rftools:syringe_peace RecipeStage{tier='five', recipe=1xitem.peace_essence@0:[net.minecraft.item.crafting.Ingredient@3344a283, net.minecraft.item.crafting.Ingredient@16629c7, net.minecraft.item.crafting.Ingredient@192809b6, net.minecraft.item.crafting.Ingredient@1bfd7553, net.minecraft.item.crafting.Ingredient@d3b8c15, net.minecraft.item.crafting.Ingredient@3da3b464, net.minecraft.item.crafting.Ingredient@649f7fdf, net.minecraft.item.crafting.Ingredient@14b8d9f2, net.minecraft.item.crafting.Ingredient@4532b454]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12019 rftools:featherfalling_module RecipeStage{tier='five', recipe=1xitem.featherfalling_module@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@28c9f30e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@78896257, net.minecraft.item.crafting.Ingredient@c2f877c, net.minecraft.item.crafting.Ingredient@10c86f83, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@777eaf17, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12020 rftools:regeneration_module RecipeStage{tier='five', recipe=1xitem.regeneration_module@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@34b29bf4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@67d55e96, net.minecraft.item.crafting.Ingredient@6551536c, net.minecraft.item.crafting.Ingredient@1677c2fb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@36ba86fa, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12021 rftools:speed_module RecipeStage{tier='five', recipe=1xitem.speed_module@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@14f3b970, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3cbbd10f, net.minecraft.item.crafting.Ingredient@5ed41d34, net.minecraft.item.crafting.Ingredient@17b15d5c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1e804ee3, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12022 rftools:haste_module RecipeStage{tier='five', recipe=1xitem.haste_module@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2125886, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1f54be25, net.minecraft.item.crafting.Ingredient@33f1c7a, net.minecraft.item.crafting.Ingredient@71a08ee7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@61e62e3d, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12023 rftools:saturation_module RecipeStage{tier='five', recipe=1xitem.saturation_module@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@205e1a7b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@557c6f21, net.minecraft.item.crafting.Ingredient@5bb3475, net.minecraft.item.crafting.Ingredient@16dcc1f1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@46018c93, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12024 rftools:flight_module RecipeStage{tier='five', recipe=1xitem.flight_module@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2c767cea, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5c55e3dc, net.minecraft.item.crafting.Ingredient@167a89d1, net.minecraft.item.crafting.Ingredient@719f5745, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6e91f4b0, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12025 rftools:waterbreathing_module RecipeStage{tier='five', recipe=1xitem.waterbreathing_module@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5fdf87d8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@54f1d619, net.minecraft.item.crafting.Ingredient@35249c43, net.minecraft.item.crafting.Ingredient@6550f703, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@46124d36, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12026 rftools:nightvision_module RecipeStage{tier='five', recipe=1xitem.nightvision_module@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@dde4ba5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6f544df2, net.minecraft.item.crafting.Ingredient@3bfbc6d3, net.minecraft.item.crafting.Ingredient@6f710ddd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@100de0f5, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12027 rftools:regenerationplus_module RecipeStage{tier='five', recipe=1xitem.regenerationplus_module@0:[net.minecraft.item.crafting.Ingredient@38538ce9, net.minecraft.item.crafting.Ingredient@5fab71db, net.minecraft.item.crafting.Ingredient@205e2893, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12028 rftools:speedplus_module RecipeStage{tier='five', recipe=1xitem.speedplus_module@0:[net.minecraft.item.crafting.Ingredient@1165912, net.minecraft.item.crafting.Ingredient@5b7d542, net.minecraft.item.crafting.Ingredient@547c6fd7, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12029 rftools:hasteplus_module RecipeStage{tier='five', recipe=1xitem.hasteplus_module@0:[net.minecraft.item.crafting.Ingredient@77ebc559, net.minecraft.item.crafting.Ingredient@4ccd1323, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12030 rftools:saturationplus_module RecipeStage{tier='five', recipe=1xitem.saturationplus_module@0:[net.minecraft.item.crafting.Ingredient@95c5c9d, net.minecraft.item.crafting.Ingredient@20b491e2, net.minecraft.item.crafting.Ingredient@4c4cadc, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12031 rftools:featherfallingplus_module RecipeStage{tier='five', recipe=1xitem.featherfallingplus_module@0:[net.minecraft.item.crafting.Ingredient@52afdbf7, net.minecraft.item.crafting.Ingredient@56107bc1, net.minecraft.item.crafting.Ingredient@74a0c9f5, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12032 rftools:glowing_module RecipeStage{tier='five', recipe=1xitem.glowing_module@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7d862ac, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@52c3dfe5, net.minecraft.item.crafting.Ingredient@205e4b29, net.minecraft.item.crafting.Ingredient@28f0ddde, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6cf9176e, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12033 rftools:luck_module RecipeStage{tier='five', recipe=1xitem.luck_module@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@725cc1c8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5cecfc70, net.minecraft.item.crafting.Ingredient@788ac2e4, net.minecraft.item.crafting.Ingredient@16e202cf, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@224c35a, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12034 rftools:blindness_module RecipeStage{tier='five', recipe=1xitem.blindness_module@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@17a3d826, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@11d15467, net.minecraft.item.crafting.Ingredient@35cb6b14, net.minecraft.item.crafting.Ingredient@9e74d9f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@8cd66d, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12035 rftools:weakness_module RecipeStage{tier='five', recipe=1xitem.weakness_module@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@759893d4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@46a0a34d, net.minecraft.item.crafting.Ingredient@20793a4a, net.minecraft.item.crafting.Ingredient@15ea7852, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@245d5f08, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12036 rftools:poison_module RecipeStage{tier='five', recipe=1xitem.poison_module@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@e66f7c1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@488836b7, net.minecraft.item.crafting.Ingredient@6e395b1, net.minecraft.item.crafting.Ingredient@4051e36a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@79b0dc5e, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12037 rftools:slowness_module RecipeStage{tier='five', recipe=1xitem.slowness_module@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6a502dfd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2555d96e, net.minecraft.item.crafting.Ingredient@5a78a3b6, net.minecraft.item.crafting.Ingredient@9add650, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@62792d5d, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12038 rftools:noteleport_module RecipeStage{tier='five', recipe=1xitem.noteleport_module@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@76967d5d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@11ee2a89, net.minecraft.item.crafting.Ingredient@3ad6ee2c, net.minecraft.item.crafting.Ingredient@33850d0d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@76bcf2b5, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12040 waterstrainer:strainer_survivalist RecipeStage{tier='zero', recipe=1xitem.waterstrainer.strainer_survivalist@0:[net.minecraftforge.oredict.OreIngredient@3b0b13f4, net.minecraftforge.oredict.OreIngredient@3b0b13f4, net.minecraftforge.oredict.OreIngredient@3b0b13f4, net.minecraftforge.oredict.OreIngredient@3b0b13f4, net.minecraft.item.crafting.Ingredient@4d11f0fe, net.minecraftforge.oredict.OreIngredient@3b0b13f4, net.minecraftforge.oredict.OreIngredient@3b0b13f4, net.minecraftforge.oredict.OreIngredient@3b0b13f4, net.minecraftforge.oredict.OreIngredient@3b0b13f4]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12041 waterstrainer:strainer_survivalist_solid RecipeStage{tier='two', recipe=1xitem.waterstrainer.strainer_survivalist_solid@0:[net.minecraftforge.oredict.OreIngredient@dc3cff5, net.minecraft.item.crafting.Ingredient@6eb4f90a, net.minecraftforge.oredict.OreIngredient@dc3cff5, net.minecraft.item.crafting.Ingredient@6eb4f90a, net.minecraft.item.crafting.Ingredient@2c606222, net.minecraft.item.crafting.Ingredient@6eb4f90a, net.minecraftforge.oredict.OreIngredient@dc3cff5, net.minecraft.item.crafting.Ingredient@6eb4f90a, net.minecraftforge.oredict.OreIngredient@dc3cff5]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12042 waterstrainer:strainer_survivalist_reinforced RecipeStage{tier='five', recipe=1xitem.waterstrainer.strainer_survivalist_reinforced@0:[net.minecraftforge.oredict.OreIngredient@2954b5fd, net.minecraftforge.oredict.OreIngredient@60e17574, net.minecraftforge.oredict.OreIngredient@2954b5fd, net.minecraftforge.oredict.OreIngredient@60e17574, net.minecraft.item.crafting.Ingredient@4fbf7a38, net.minecraftforge.oredict.OreIngredient@60e17574, net.minecraftforge.oredict.OreIngredient@2954b5fd, net.minecraftforge.oredict.OreIngredient@60e17574, net.minecraftforge.oredict.OreIngredient@2954b5fd]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12043 waterstrainer:strainer_survivalist_dense RecipeStage{tier='zero', recipe=1xitem.waterstrainer.strainer_survivalist_dense@0:[net.minecraftforge.oredict.OreIngredient@229b9beb, net.minecraftforge.oredict.OreIngredient@229b9beb, net.minecraftforge.oredict.OreIngredient@229b9beb, net.minecraftforge.oredict.OreIngredient@229b9beb, net.minecraft.item.crafting.Ingredient@49ba1019, net.minecraftforge.oredict.OreIngredient@229b9beb, net.minecraftforge.oredict.OreIngredient@229b9beb, net.minecraftforge.oredict.OreIngredient@229b9beb, net.minecraftforge.oredict.OreIngredient@229b9beb]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12044 waterstrainer:strainer_survivalist_dense_solid RecipeStage{tier='two', recipe=1xitem.waterstrainer.strainer_survivalist_dense_solid@0:[net.minecraftforge.oredict.OreIngredient@3287e29e, net.minecraft.item.crafting.Ingredient@4cbd73e6, net.minecraftforge.oredict.OreIngredient@3287e29e, net.minecraft.item.crafting.Ingredient@4cbd73e6, net.minecraft.item.crafting.Ingredient@559e88b0, net.minecraft.item.crafting.Ingredient@4cbd73e6, net.minecraftforge.oredict.OreIngredient@3287e29e, net.minecraft.item.crafting.Ingredient@4cbd73e6, net.minecraftforge.oredict.OreIngredient@3287e29e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12045 waterstrainer:strainer_survivalist_dense_reinforced RecipeStage{tier='five', recipe=1xitem.waterstrainer.strainer_survivalist_dense_reinforced@0:[net.minecraftforge.oredict.OreIngredient@23763653, net.minecraftforge.oredict.OreIngredient@4735398, net.minecraftforge.oredict.OreIngredient@23763653, net.minecraftforge.oredict.OreIngredient@4735398, net.minecraft.item.crafting.Ingredient@258980ae, net.minecraftforge.oredict.OreIngredient@4735398, net.minecraftforge.oredict.OreIngredient@23763653, net.minecraftforge.oredict.OreIngredient@4735398, net.minecraftforge.oredict.OreIngredient@23763653]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12046 waterstrainer:net RecipeStage{tier='zero', recipe=1xitem.null@0:[net.minecraftforge.oredict.OreIngredient@5c4cbd01, net.minecraftforge.oredict.OreIngredient@5c4cbd01, net.minecraftforge.oredict.OreIngredient@5c4cbd01]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12047 waterstrainer:net_1 RecipeStage{tier='zero', recipe=2xitem.null@1:[net.minecraftforge.oredict.OreIngredient@2bd8ae9a, net.minecraftforge.oredict.OreIngredient@2bd8ae9a, net.minecraftforge.oredict.OreIngredient@2bd8ae9a, net.minecraftforge.oredict.OreIngredient@2bd8ae9a, net.minecraftforge.oredict.OreIngredient@2bd8ae9a, net.minecraftforge.oredict.OreIngredient@2bd8ae9a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12048 waterstrainer:strainer_fisherman RecipeStage{tier='zero', recipe=1xitem.waterstrainer.strainer_fisherman@0:[net.minecraftforge.oredict.OreIngredient@a36e129, net.minecraftforge.oredict.OreIngredient@a36e129, net.minecraftforge.oredict.OreIngredient@a36e129, net.minecraftforge.oredict.OreIngredient@a36e129, net.minecraft.item.crafting.Ingredient@26734b3e, net.minecraftforge.oredict.OreIngredient@a36e129, net.minecraftforge.oredict.OreIngredient@a36e129, net.minecraftforge.oredict.OreIngredient@a36e129, net.minecraftforge.oredict.OreIngredient@a36e129]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12051 waterstrainer:efficiency_meter RecipeStage{tier='two', recipe=1xitem.waterstrainer.efficiency_meter@0:[net.minecraftforge.oredict.OreIngredient@63417b7d, net.minecraftforge.oredict.OreIngredient@3a34ecf3, net.minecraftforge.oredict.OreIngredient@6ecbc3a5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@60ac71b8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@8de6443, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12052 crafttweaker:stage_one_tin_gear RecipeStage{tier='one', recipe=1xitem.contenttweaker.material_part@5:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@62753be7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@118a9d12, net.minecraft.item.crafting.Ingredient@4bfb4728, net.minecraftforge.oredict.OreIngredient@16438945, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5da22269, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12053 crafttweaker:stage_one_bronze_gear RecipeStage{tier='one', recipe=1xitem.contenttweaker.material_part@25:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@188546c2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@95680fd, net.minecraft.item.crafting.Ingredient@3552933, net.minecraftforge.oredict.OreIngredient@4fa8f25a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7d291e3b, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12054 crafttweaker:stage_one_copper_gear RecipeStage{tier='one', recipe=1xitem.contenttweaker.material_part@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@40c5280b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6a739d91, net.minecraft.item.crafting.Ingredient@624188a7, net.minecraftforge.oredict.OreIngredient@57ac9a12, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3ec0659c, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12055 crafttweaker:ct_shaped1176262537 RecipeStage{tier='one', recipe=1xitem.necronomicon@0:[net.minecraft.item.crafting.Ingredient@2fb5de89, net.minecraft.item.crafting.Ingredient@136473e8, net.minecraft.item.crafting.Ingredient@672472a1, net.minecraft.item.crafting.Ingredient@255e5ae3, net.minecraft.item.crafting.Ingredient@241e9957, net.minecraft.item.crafting.Ingredient@1455450f, net.minecraft.item.crafting.Ingredient@50208c5e, net.minecraft.item.crafting.Ingredient@7fe5dfb, net.minecraft.item.crafting.Ingredient@577ab872]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12056 crafttweaker:ct_shaped1605841933 RecipeStage{tier='zero', recipe=3xtile.dltslab1@0:[net.minecraft.item.crafting.Ingredient@69b9e2af, net.minecraft.item.crafting.Ingredient@3d2fd1ba, net.minecraft.item.crafting.Ingredient@484b5261]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12057 crafttweaker:ct_shaped1217700656 RecipeStage{tier='one', recipe=1xitem.ritualcharm@0:[net.minecraftforge.oredict.OreIngredient@4af0da32, net.minecraftforge.oredict.OreIngredient@6cfaf559, net.minecraftforge.oredict.OreIngredient@2f9b5b7d, net.minecraftforge.oredict.OreIngredient@3dd1ccb5, net.minecraftforge.oredict.OreIngredient@71bca077, net.minecraftforge.oredict.OreIngredient@4a57c324, net.minecraftforge.oredict.OreIngredient@3f6229a0, net.minecraftforge.oredict.OreIngredient@c65ee9d, net.minecraftforge.oredict.OreIngredient@184e487e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12058 crafttweaker:ct_shaped-66886457 RecipeStage{tier='one', recipe=1xtile.statue@2:[net.minecraft.item.crafting.Ingredient@6c74f6b0, net.minecraft.item.crafting.Ingredient@42f5edb7, net.minecraftforge.oredict.OreIngredient@61c7f272, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12059 crafttweaker:ct_shaped1617705465 RecipeStage{tier='one', recipe=1xtile.statue@5:[net.minecraft.item.crafting.Ingredient@b204b8c, net.minecraft.item.crafting.Ingredient@40aaed2e, net.minecraftforge.oredict.OreIngredient@2ddf38d9, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12060 crafttweaker:ct_shaped1812289237 RecipeStage{tier='one', recipe=1xtile.statue@2:[net.minecraft.item.crafting.Ingredient@73d50b72, net.minecraft.item.crafting.Ingredient@7a2052af, net.minecraft.item.crafting.Ingredient@6d741358, net.minecraft.item.crafting.Ingredient@39b9f7df, net.minecraft.item.crafting.Ingredient@62ecf501, net.minecraft.item.crafting.Ingredient@1aa166d9, net.minecraft.item.crafting.Ingredient@57824806, net.minecraft.item.crafting.Ingredient@21f34a26, net.minecraft.item.crafting.Ingredient@24b2f7e4]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12061 crafttweaker:ct_shaped-1822887115 RecipeStage{tier='one', recipe=1xtile.statue@5:[net.minecraft.item.crafting.Ingredient@35b4ca05, net.minecraft.item.crafting.Ingredient@703366cd, net.minecraft.item.crafting.Ingredient@4b2aa097, net.minecraft.item.crafting.Ingredient@789473c1, net.minecraft.item.crafting.Ingredient@6b636a34, net.minecraft.item.crafting.Ingredient@d7c9b, net.minecraft.item.crafting.Ingredient@1e3d5a15, net.minecraft.item.crafting.Ingredient@456c3868, net.minecraft.item.crafting.Ingredient@35aed83b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12062 crafttweaker:ct_shaped1023742271 RecipeStage{tier='one', recipe=1xtile.statue@0:[net.minecraft.item.crafting.Ingredient@5eac93b1, net.minecraft.item.crafting.Ingredient@2a359783, net.minecraftforge.oredict.OreIngredient@e3e55d5, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12063 crafttweaker:ct_shaped-1306469257 RecipeStage{tier='one', recipe=1xtile.statue@1:[net.minecraft.item.crafting.Ingredient@4d123b29, net.minecraft.item.crafting.Ingredient@77991821, net.minecraftforge.oredict.OreIngredient@711600de, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12064 crafttweaker:ct_shaped-1116309871 RecipeStage{tier='one', recipe=1xtile.statue@6:[net.minecraft.item.crafting.Ingredient@d7a73d4, net.minecraft.item.crafting.Ingredient@516dca21, net.minecraftforge.oredict.OreIngredient@6e0a983d, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12065 crafttweaker:ct_shaped-1358467435 RecipeStage{tier='one', recipe=1xtile.statue@0:[net.minecraft.item.crafting.Ingredient@2f5b65d2, net.minecraft.item.crafting.Ingredient@7161473e, net.minecraft.item.crafting.Ingredient@4ee2b7f1, net.minecraft.item.crafting.Ingredient@74931560, net.minecraft.item.crafting.Ingredient@929bd5, net.minecraft.item.crafting.Ingredient@7bb1744e, net.minecraft.item.crafting.Ingredient@203719f6, net.minecraft.item.crafting.Ingredient@4ce32085, net.minecraft.item.crafting.Ingredient@583b56ff]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12066 crafttweaker:ct_shaped160703157 RecipeStage{tier='one', recipe=1xtile.statue@1:[net.minecraft.item.crafting.Ingredient@28d85ab2, net.minecraft.item.crafting.Ingredient@30380ef6, net.minecraft.item.crafting.Ingredient@658ae77c, net.minecraft.item.crafting.Ingredient@6704c99c, net.minecraft.item.crafting.Ingredient@de30204, net.minecraft.item.crafting.Ingredient@7d5ce2f0, net.minecraft.item.crafting.Ingredient@4fdf5b20, net.minecraft.item.crafting.Ingredient@ed6336e, net.minecraft.item.crafting.Ingredient@1bb0e392]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12067 crafttweaker:ct_shaped-171301035 RecipeStage{tier='one', recipe=1xtile.statue@6:[net.minecraft.item.crafting.Ingredient@161d976, net.minecraft.item.crafting.Ingredient@34d28421, net.minecraft.item.crafting.Ingredient@b209c96, net.minecraft.item.crafting.Ingredient@17904213, net.minecraft.item.crafting.Ingredient@183583fe, net.minecraft.item.crafting.Ingredient@38e6ff55, net.minecraft.item.crafting.Ingredient@372d10f3, net.minecraft.item.crafting.Ingredient@22384cdf, net.minecraft.item.crafting.Ingredient@16a60115]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12068 crafttweaker:ct_shaped-544310432 RecipeStage{tier='two', recipe=1xitem.gatewaykey@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@19b548c3, net.minecraft.item.crafting.Ingredient@4640698e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@267e8b2d, net.minecraft.item.crafting.Ingredient@f6885e, net.minecraft.item.crafting.Ingredient@33b62bd3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12069 crafttweaker:ct_shaped702927278 RecipeStage{tier='one', recipe=1xtile.statue@4:[net.minecraft.item.crafting.Ingredient@76ff2832, net.minecraft.item.crafting.Ingredient@240af223, net.minecraftforge.oredict.OreIngredient@100a3a84, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12070 crafttweaker:ct_shaped820494101 RecipeStage{tier='one', recipe=1xtile.statue@4:[net.minecraft.item.crafting.Ingredient@12e073e5, net.minecraft.item.crafting.Ingredient@1d516733, net.minecraft.item.crafting.Ingredient@6eb90550, net.minecraft.item.crafting.Ingredient@2fa6dc19, net.minecraft.item.crafting.Ingredient@3e48fd53, net.minecraft.item.crafting.Ingredient@28367d56, net.minecraft.item.crafting.Ingredient@e837e85, net.minecraft.item.crafting.Ingredient@17dc3d58, net.minecraft.item.crafting.Ingredient@6e87e895]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12071 crafttweaker:ct_shaped-37640211 RecipeStage{tier='one', recipe=1xtile.statue@3:[net.minecraft.item.crafting.Ingredient@7540f4de, net.minecraft.item.crafting.Ingredient@60a2dba5, net.minecraftforge.oredict.OreIngredient@16e20c14, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12072 crafttweaker:ct_shaped-831091979 RecipeStage{tier='one', recipe=1xtile.statue@3:[net.minecraft.item.crafting.Ingredient@47709d1d, net.minecraft.item.crafting.Ingredient@35e46729, net.minecraft.item.crafting.Ingredient@436dfdc3, net.minecraft.item.crafting.Ingredient@4569db16, net.minecraft.item.crafting.Ingredient@6b22ed3, net.minecraft.item.crafting.Ingredient@10f9cc03, net.minecraft.item.crafting.Ingredient@3c56a83a, net.minecraft.item.crafting.Ingredient@376c75cd, net.minecraft.item.crafting.Ingredient@20bf1145]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12073 crafttweaker:stage_one_item.corflesh RecipeStage{tier='one', recipe=1xitem.corflesh@0:[crafttweaker.mc1120.item.VanillaIngredient@4b4e927d, net.minecraftforge.oredict.OreIngredient@38bcdce1]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12074 crafttweaker:ct_shaped712119357 RecipeStage{tier='four', recipe=1xitem.actuallyadditions.item_battery@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@76e145f5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5793d5bf, net.minecraft.item.crafting.Ingredient@1e12fb8b, net.minecraftforge.oredict.OreIngredient@58de6d12, net.minecraftforge.oredict.OreIngredient@24ec5511, net.minecraftforge.oredict.OreIngredient@6d1b421e, net.minecraftforge.oredict.OreIngredient@645c3295]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12075 crafttweaker:ct_shaped2105870124 RecipeStage{tier='four', recipe=1xitem.actuallyadditions.item_laser_wrench@0:[net.minecraft.item.crafting.Ingredient@4fc175f1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12076 crafttweaker:ct_shaped-855871255 RecipeStage{tier='four', recipe=1xitem.actuallyadditions.item_misc@7:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@9c3e5c5, net.minecraft.item.crafting.Ingredient@3eff5d51, net.minecraft.item.crafting.Ingredient@3bb20881, net.minecraftforge.oredict.OreIngredient@7f988cfb, net.minecraft.item.crafting.Ingredient@6963b300, net.minecraft.item.crafting.Ingredient@2db26ea8, net.minecraft.item.crafting.Ingredient@66f9d9f, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12077 crafttweaker:ct_shaped227041590 RecipeStage{tier='four', recipe=1xtile.actuallyadditions.block_coffee_machine@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3dab36fd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@49a479fb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@77dd8949, net.minecraftforge.oredict.OreIngredient@d246148, net.minecraft.item.crafting.Ingredient@695ca2cf]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12078 crafttweaker:ct_shaped1602558567 RecipeStage{tier='four', recipe=1xtile.actuallyadditions.block_coal_generator@0:[net.minecraft.item.crafting.Ingredient@3dd65be, net.minecraft.item.crafting.Ingredient@18d1234d, net.minecraft.item.crafting.Ingredient@36d12f3e, net.minecraft.item.crafting.Ingredient@3a17b9f1, net.minecraft.item.crafting.Ingredient@528fcb98, net.minecraft.item.crafting.Ingredient@43d551cf, net.minecraft.item.crafting.Ingredient@7cc22e54, net.minecraft.item.crafting.Ingredient@7b1dd80c, net.minecraft.item.crafting.Ingredient@57621ffc]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12079 crafttweaker:ct_shaped-399408794 RecipeStage{tier='four', recipe=1xitem.actuallyadditions.item_battery_triple@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3ed067f6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@538d4ef6, net.minecraft.item.crafting.Ingredient@46452133, net.minecraftforge.oredict.OreIngredient@19f4bf8, net.minecraftforge.oredict.OreIngredient@3c4d73ea, net.minecraftforge.oredict.OreIngredient@58e706b, net.minecraftforge.oredict.OreIngredient@6aad8550]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12080 crafttweaker:ct_shaped198659456 RecipeStage{tier='three', recipe=1xitem.actuallyadditions.item_food@8:[crafttweaker.mc1120.item.VanillaIngredient@1196c376, crafttweaker.mc1120.item.VanillaIngredient@4613208d, crafttweaker.mc1120.item.VanillaIngredient@30681d0c, net.minecraft.item.crafting.Ingredient@36e98954, net.minecraft.item.crafting.Ingredient@1143618c, net.minecraft.item.crafting.Ingredient@4e0b2c61, net.minecraft.item.crafting.Ingredient@3e7bc8d1, net.minecraft.item.crafting.Ingredient@44224563, net.minecraft.item.crafting.Ingredient@4ee7136a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12081 crafttweaker:ct_shaped-724765194 RecipeStage{tier='four', recipe=1xitem.actuallyadditions.item_drill_upgrade_fortune@0:[net.minecraft.item.crafting.Ingredient@591856f3, net.minecraft.item.crafting.Ingredient@39c53041, net.minecraft.item.crafting.Ingredient@6f1a6347, net.minecraft.item.crafting.Ingredient@1910418d, crafttweaker.api.minecraft.CraftTweakerMC$1@2a43392, net.minecraft.item.crafting.Ingredient@12f35cbf, net.minecraft.item.crafting.Ingredient@2ecf15fd, net.minecraft.item.crafting.Ingredient@35c83580, net.minecraft.item.crafting.Ingredient@1653b808]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12082 crafttweaker:ct_shaped-1598845925 RecipeStage{tier='four', recipe=1xitem.actuallyadditions.item_misc@8:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3773b2c7, net.minecraft.item.crafting.Ingredient@410e6f30, net.minecraft.item.crafting.Ingredient@55512a17, net.minecraftforge.oredict.OreIngredient@37ada009, net.minecraft.item.crafting.Ingredient@1d62d9b1, net.minecraft.item.crafting.Ingredient@2fa752c2, net.minecraft.item.crafting.Ingredient@73fac4b3, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12083 crafttweaker:ct_shaped486727850 RecipeStage{tier='zero', recipe=1xitem.actuallyadditions.item_misc@12:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@298d8f2d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@22a964fc, crafttweaker.api.minecraft.CraftTweakerMC$1@378d1329, net.minecraft.item.crafting.Ingredient@12f79637, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@57c697a3, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12084 crafttweaker:ct_shaped1434876812 RecipeStage{tier='zero', recipe=1xitem.actuallyadditions.item_misc@12:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3e219723, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@616adf95, crafttweaker.mc1120.item.VanillaIngredient@4f02bba1, net.minecraft.item.crafting.Ingredient@2c1a466d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1eb05442, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12085 crafttweaker:ct_shaped903698970 RecipeStage{tier='zero', recipe=1xitem.actuallyadditions.item_misc@1:[net.minecraftforge.oredict.OreIngredient@2911b676, net.minecraftforge.oredict.OreIngredient@7394df46, net.minecraftforge.oredict.OreIngredient@d43d677, net.minecraftforge.oredict.OreIngredient@11cd91d9]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12086 crafttweaker:ct_shaped1017827560 RecipeStage{tier='four', recipe=1xitem.actuallyadditions.item_battery_quadruple@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@35cb3790, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6070a080, net.minecraft.item.crafting.Ingredient@73133297, net.minecraftforge.oredict.OreIngredient@e2d3675, net.minecraftforge.oredict.OreIngredient@62b6e797, net.minecraftforge.oredict.OreIngredient@7273fe1, net.minecraftforge.oredict.OreIngredient@6dca2218]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12087 crafttweaker:ct_shaped580875385 RecipeStage{tier='four', recipe=1xtile.actuallyadditions.block_misc@9:[net.minecraftforge.oredict.OreIngredient@ab33f4a, net.minecraft.item.crafting.Ingredient@5fecebd4, net.minecraftforge.oredict.OreIngredient@618a1fff, net.minecraft.item.crafting.Ingredient@5dec2b34, net.minecraft.item.crafting.Ingredient@4e3616ac, net.minecraft.item.crafting.Ingredient@763ce6f5, net.minecraftforge.oredict.OreIngredient@47786a2a, net.minecraft.item.crafting.Ingredient@7b714c7a, net.minecraftforge.oredict.OreIngredient@50cb6ce]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12088 crafttweaker:ct_shaped2010987569 RecipeStage{tier='four', recipe=1xitem.actuallyadditions.item_drill_upgrade_fortune_ii@0:[net.minecraft.item.crafting.Ingredient@1416e3d4, net.minecraftforge.oredict.OreIngredient@103be246, net.minecraft.item.crafting.Ingredient@61d87ea7, net.minecraftforge.oredict.OreIngredient@1820e94, crafttweaker.api.minecraft.CraftTweakerMC$1@22a95533, net.minecraftforge.oredict.OreIngredient@6dcfbaf2, net.minecraft.item.crafting.Ingredient@4f40ccaa, net.minecraftforge.oredict.OreIngredient@5e279d78, net.minecraft.item.crafting.Ingredient@36cf4b42]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12089 crafttweaker:ct_shaped1536777765 RecipeStage{tier='four', recipe=1xtile.actuallyadditions.block_fermenting_barrel@0:[net.minecraftforge.oredict.OreIngredient@26477f43, net.minecraftforge.oredict.OreIngredient@6f2bd2bd, net.minecraftforge.oredict.OreIngredient@d055e7d, net.minecraftforge.oredict.OreIngredient@41dc91c4, net.minecraft.item.crafting.Ingredient@5cfc43db, net.minecraftforge.oredict.OreIngredient@6df3dcc3, net.minecraftforge.oredict.OreIngredient@4a2291b6, net.minecraft.item.crafting.Ingredient@6fd57b87, net.minecraftforge.oredict.OreIngredient@51091f3d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12090 crafttweaker:ct_shaped1154017214 RecipeStage{tier='four', recipe=1xtile.actuallyadditions.block_feeder@0:[net.minecraftforge.oredict.OreIngredient@22efd41b, net.minecraft.item.crafting.Ingredient@7c1e5ed1, net.minecraftforge.oredict.OreIngredient@38531b96, net.minecraft.item.crafting.Ingredient@213a1b56, net.minecraft.item.crafting.Ingredient@7d294c66, net.minecraft.item.crafting.Ingredient@734f6dc4, net.minecraftforge.oredict.OreIngredient@53604790, net.minecraftforge.oredict.OreIngredient@22f11601, net.minecraftforge.oredict.OreIngredient@150c3445]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12091 crafttweaker:ct_shaped-1002339407 RecipeStage{tier='four', recipe=1xitem.actuallyadditions.item_drill_upgrade_five_by_five@0:[net.minecraftforge.oredict.OreIngredient@1d255a6d, net.minecraft.item.crafting.Ingredient@4ca8c29e, net.minecraftforge.oredict.OreIngredient@66c38414, net.minecraft.item.crafting.Ingredient@12192a95, net.minecraft.item.crafting.Ingredient@25d8fc89, net.minecraft.item.crafting.Ingredient@2fee669e, net.minecraftforge.oredict.OreIngredient@55f7a453, net.minecraft.item.crafting.Ingredient@ee171fa, net.minecraftforge.oredict.OreIngredient@6cbfe81b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12092 crafttweaker:ct_shaped-1039065959 RecipeStage{tier='four', recipe=1xtile.actuallyadditions.block_farmer@0:[net.minecraftforge.oredict.OreIngredient@3039b984, net.minecraft.item.crafting.Ingredient@588446ec, net.minecraftforge.oredict.OreIngredient@5d6f92a7, net.minecraftforge.oredict.OreIngredient@4e835621, net.minecraft.item.crafting.Ingredient@330b33ec, net.minecraftforge.oredict.OreIngredient@4942a047, net.minecraftforge.oredict.OreIngredient@6899e962, net.minecraft.item.crafting.Ingredient@3cff980e, net.minecraftforge.oredict.OreIngredient@5601482e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12093 crafttweaker:ct_shaped947138109 RecipeStage{tier='four', recipe=1xtile.actuallyadditions.block_canola_press@0:[net.minecraft.item.crafting.Ingredient@a9d8a31, net.minecraftforge.oredict.OreIngredient@2d68a0f9, net.minecraft.item.crafting.Ingredient@6d1772b2, net.minecraft.item.crafting.Ingredient@318b0706, net.minecraft.item.crafting.Ingredient@57a1df04, net.minecraft.item.crafting.Ingredient@3fa6d261, net.minecraft.item.crafting.Ingredient@69f2b5c5, net.minecraft.item.crafting.Ingredient@a82cca, net.minecraft.item.crafting.Ingredient@59a88a24]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12094 crafttweaker:ct_shaped1676612076 RecipeStage{tier='four', recipe=1xitem.actuallyadditions.item_battery_quintuple@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@50946eaa, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2cb4a5e0, net.minecraft.item.crafting.Ingredient@6d3b12c0, net.minecraftforge.oredict.OreIngredient@70df4ce9, net.minecraftforge.oredict.OreIngredient@3cd9d66, net.minecraftforge.oredict.OreIngredient@adfb35a, net.minecraftforge.oredict.OreIngredient@3fc70dd3]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12095 crafttweaker:ct_shaped39103055 RecipeStage{tier='four', recipe=1xitem.actuallyadditions.item_drill@3:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@35f5a6c6, net.minecraft.item.crafting.Ingredient@5a3c2bb3, net.minecraft.item.crafting.Ingredient@2d8e16cd, net.minecraft.item.crafting.Ingredient@2aa02f3a, net.minecraft.item.crafting.Ingredient@32fb6f3e, net.minecraft.item.crafting.Ingredient@9a1bb61, net.minecraft.item.crafting.Ingredient@54c4fce6, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12096 crafttweaker:ct_shaped-1194800696 RecipeStage{tier='zero', recipe=1xtile.actuallyadditions.block_compost@0:[net.minecraft.item.crafting.Ingredient@7fb6d0bb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@16ddd2ec, net.minecraft.item.crafting.Ingredient@12a319e5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@61f3f49b, net.minecraft.item.crafting.Ingredient@2889c316, net.minecraft.item.crafting.Ingredient@503b3e59, net.minecraft.item.crafting.Ingredient@5a5d798a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12097 crafttweaker:ct_shaped-1540225489 RecipeStage{tier='four', recipe=1xtile.actuallyadditions.block_giant_chest_large@0:[net.minecraftforge.oredict.OreIngredient@24f41976, net.minecraft.item.crafting.Ingredient@4203ff8d, net.minecraftforge.oredict.OreIngredient@4bc3c862, net.minecraftforge.oredict.OreIngredient@7a6379b9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7ed8e02a, net.minecraftforge.oredict.OreIngredient@237a97eb, net.minecraft.item.crafting.Ingredient@76afdb3e, net.minecraftforge.oredict.OreIngredient@1760dae3]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12098 crafttweaker:ct_shaped-1748220531 RecipeStage{tier='four', recipe=1xitem.actuallyadditions.item_drill_upgrade_speed_ii@0:[net.minecraftforge.oredict.OreIngredient@2e80a195, net.minecraft.item.crafting.Ingredient@5932be61, net.minecraftforge.oredict.OreIngredient@51ccf852, net.minecraft.item.crafting.Ingredient@40ea874a, net.minecraft.item.crafting.Ingredient@6bcd1acb, net.minecraft.item.crafting.Ingredient@27406065, net.minecraftforge.oredict.OreIngredient@117802b7, net.minecraft.item.crafting.Ingredient@53c0705, net.minecraftforge.oredict.OreIngredient@6244e2b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12099 crafttweaker:ct_shaped-525989080 RecipeStage{tier='four', recipe=1xtile.assembly_drill@0:[net.minecraft.item.crafting.Ingredient@224355c2, net.minecraft.item.crafting.Ingredient@73ff9687, net.minecraft.item.crafting.Ingredient@169eb3d2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@326ff23c, net.minecraftforge.oredict.OreIngredient@a3a4cf6, net.minecraft.item.crafting.Ingredient@5fea898, net.minecraftforge.oredict.OreIngredient@661d9bd6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12100 crafttweaker:ct_shaped-539277197 RecipeStage{tier='four', recipe=1xtile.actuallyadditions.block_grinder@0:[net.minecraftforge.oredict.OreIngredient@2b2e7b3b, net.minecraft.item.crafting.Ingredient@73abcf54, net.minecraftforge.oredict.OreIngredient@36113d1, net.minecraft.item.crafting.Ingredient@928fb40, net.minecraft.item.crafting.Ingredient@5107befd, net.minecraft.item.crafting.Ingredient@7cfb0ae6, net.minecraftforge.oredict.OreIngredient@770f6133, net.minecraft.item.crafting.Ingredient@39336669, net.minecraftforge.oredict.OreIngredient@55afd7e4]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12101 crafttweaker:ct_shaped11209503 RecipeStage{tier='four', recipe=1xtile.actuallyadditions.block_grinder_double@0:[net.minecraftforge.oredict.OreIngredient@71a75b8d, net.minecraftforge.oredict.OreIngredient@7dadaa73, net.minecraftforge.oredict.OreIngredient@5f8f8b81, net.minecraft.item.crafting.Ingredient@74346763, net.minecraft.item.crafting.Ingredient@3f04315b, net.minecraft.item.crafting.Ingredient@2feaeafa, net.minecraftforge.oredict.OreIngredient@c1aaf05, net.minecraftforge.oredict.OreIngredient@5b42ce9a, net.minecraftforge.oredict.OreIngredient@4552b240]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12102 crafttweaker:ct_shaped261703623 RecipeStage{tier='four', recipe=1xtile.actuallyadditions.block_misc@8:[net.minecraft.item.crafting.Ingredient@3d173d2a, net.minecraftforge.oredict.OreIngredient@642ccf0a, net.minecraft.item.crafting.Ingredient@29d7fb0b, net.minecraftforge.oredict.OreIngredient@79c78cc3, net.minecraft.item.crafting.Ingredient@7d3d00bc, net.minecraftforge.oredict.OreIngredient@7febd48e, net.minecraft.item.crafting.Ingredient@697277db, net.minecraftforge.oredict.OreIngredient@2c165fa2, net.minecraft.item.crafting.Ingredient@393b827c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12103 crafttweaker:ct_shaped744794072 RecipeStage{tier='four', recipe=1xtile.actuallyadditions.block_furnace_solar@0:[net.minecraft.item.crafting.Ingredient@18556e71, net.minecraft.item.crafting.Ingredient@62e30e0f, net.minecraft.item.crafting.Ingredient@7c96a6be, net.minecraft.item.crafting.Ingredient@195bf332, net.minecraft.item.crafting.Ingredient@2ace308e, net.minecraft.item.crafting.Ingredient@5027c0ae, net.minecraft.item.crafting.Ingredient@19cd2f42, net.minecraft.item.crafting.Ingredient@5fc99d2a, net.minecraft.item.crafting.Ingredient@4589c1d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12104 crafttweaker:ct_shaped930910017 RecipeStage{tier='four', recipe=1xitem.actuallyadditions.item_battery_double@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6a941e88, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1ad39ba7, net.minecraft.item.crafting.Ingredient@9e0651a, net.minecraftforge.oredict.OreIngredient@4918b84f, net.minecraftforge.oredict.OreIngredient@3b29fba, net.minecraftforge.oredict.OreIngredient@5ba32c8, net.minecraftforge.oredict.OreIngredient@ff84fd0]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12105 crafttweaker:ct_shaped623542791 RecipeStage{tier='four', recipe=1xitem.actuallyadditions.item_drill_upgrade_silk_touch@0:[net.minecraft.item.crafting.Ingredient@32e44a0, net.minecraftforge.oredict.OreIngredient@14f65430, net.minecraft.item.crafting.Ingredient@400e0814, net.minecraftforge.oredict.OreIngredient@dc5590a, net.minecraft.item.crafting.Ingredient@7c3f0756, net.minecraftforge.oredict.OreIngredient@5ace8b35, net.minecraft.item.crafting.Ingredient@6a3076d0, net.minecraftforge.oredict.OreIngredient@4d9a7f95, net.minecraft.item.crafting.Ingredient@491bd4c7]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12106 crafttweaker:ct_shaped-375673025 RecipeStage{tier='four', recipe=1xitem.actuallyadditions.item_drill_upgrade_three_by_three@0:[net.minecraftforge.oredict.OreIngredient@672269f2, net.minecraft.item.crafting.Ingredient@e4d0530, net.minecraftforge.oredict.OreIngredient@1035b5bb, net.minecraftforge.oredict.OreIngredient@71fe696, net.minecraft.item.crafting.Ingredient@7386627e, net.minecraftforge.oredict.OreIngredient@15848dbb, net.minecraftforge.oredict.OreIngredient@28a17add, net.minecraft.item.crafting.Ingredient@50f21209, net.minecraftforge.oredict.OreIngredient@10270ffb]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12107 crafttweaker:ct_shaped513071144 RecipeStage{tier='three', recipe=1xitem.actuallyadditions.item_food@14:[net.minecraft.item.crafting.Ingredient@21ffa111, net.minecraft.item.crafting.Ingredient@22b5061, net.minecraft.item.crafting.Ingredient@42096877, net.minecraft.item.crafting.Ingredient@6af9ef1a, net.minecraft.item.crafting.Ingredient@36522c7d, net.minecraft.item.crafting.Ingredient@6ea2ca8e, net.minecraft.item.crafting.Ingredient@67e14dfd, net.minecraft.item.crafting.Ingredient@4245ef24, net.minecraft.item.crafting.Ingredient@655302d5]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12108 crafttweaker:ct_shaped663833163 RecipeStage{tier='four', recipe=1xtile.actuallyadditions.block_heat_collector@0:[net.minecraft.item.crafting.Ingredient@1d5d524b, net.minecraft.item.crafting.Ingredient@703e7ab8, net.minecraft.item.crafting.Ingredient@1def9754, net.minecraft.item.crafting.Ingredient@60d77b96, net.minecraftforge.oredict.OreIngredient@17efb2cd, net.minecraft.item.crafting.Ingredient@1407f132, net.minecraft.item.crafting.Ingredient@753381d1, net.minecraft.item.crafting.Ingredient@2ee35f2a, net.minecraft.item.crafting.Ingredient@4470f9e1]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12109 crafttweaker:ct_shaped-1087740312 RecipeStage{tier='four', recipe=1xtile.actuallyadditions.block_bio_reactor@0:[net.minecraftforge.oredict.OreIngredient@6f550e3c, net.minecraft.item.crafting.Ingredient@601370e, net.minecraftforge.oredict.OreIngredient@322f22eb, net.minecraftforge.oredict.OreIngredient@71d36abe, net.minecraftforge.oredict.OreIngredient@3630ae56, net.minecraftforge.oredict.OreIngredient@398646d9, net.minecraftforge.oredict.OreIngredient@72f51378, net.minecraft.item.crafting.Ingredient@18991102, net.minecraftforge.oredict.OreIngredient@2be84e59]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12110 crafttweaker:ct_shaped-1290900207 RecipeStage{tier='five', recipe=1xtile.actuallyadditions.block_fishing_net@0:[net.minecraft.item.crafting.Ingredient@20d37573, net.minecraft.item.crafting.Ingredient@7ae7dcc2, net.minecraft.item.crafting.Ingredient@2a26d39d, net.minecraft.item.crafting.Ingredient@43d5ca06, crafttweaker.api.minecraft.CraftTweakerMC$1@789657e2, net.minecraft.item.crafting.Ingredient@3c5395fe, net.minecraft.item.crafting.Ingredient@20f503d2, net.minecraft.item.crafting.Ingredient@4d9d6830, net.minecraft.item.crafting.Ingredient@77e0f26]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12111 crafttweaker:ct_shaped1063877739 RecipeStage{tier='four', recipe=1xtile.actuallyadditions.block_breaker@0:[net.minecraft.item.crafting.Ingredient@27a28652, net.minecraft.item.crafting.Ingredient@2f41eae7, net.minecraft.item.crafting.Ingredient@93bcbd7, net.minecraft.item.crafting.Ingredient@7e4bf2e9, net.minecraft.item.crafting.Ingredient@4d687b64, net.minecraft.item.crafting.Ingredient@6ddea6fc, net.minecraft.item.crafting.Ingredient@3a6cbde3, net.minecraft.item.crafting.Ingredient@1b91ccfd, net.minecraft.item.crafting.Ingredient@15ac37b0]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12112 crafttweaker:ct_shaped118329493 RecipeStage{tier='two', recipe=1xtile.actuallyadditions.block_smiley_cloud@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@ddd9abf, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5281ad42, crafttweaker.mc1120.item.VanillaIngredient@476275cb, net.minecraft.item.crafting.Ingredient@3307db20, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@526eb79d, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12113 crafttweaker:ct_shaped-2033905681 RecipeStage{tier='four', recipe=1xitem.actuallyadditions.item_misc@16:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@ddaeb2f, net.minecraft.item.crafting.Ingredient@59420b72, net.minecraft.item.crafting.Ingredient@549105a1, net.minecraft.item.crafting.Ingredient@736482f1, net.minecraft.item.crafting.Ingredient@293d9c21, net.minecraft.item.crafting.Ingredient@606d0bef, net.minecraft.item.crafting.Ingredient@3c0da64e, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12114 crafttweaker:ct_shaped696484392 RecipeStage{tier='three', recipe=3xitem.actuallyadditions.item_food@12:[net.minecraft.item.crafting.Ingredient@6b29d834, net.minecraft.item.crafting.Ingredient@2eb09de4]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12115 crafttweaker:ct_shaped1521453944 RecipeStage{tier='four', recipe=1xtile.actuallyadditions.block_oil_generator@0:[net.minecraft.item.crafting.Ingredient@260ad9ae, net.minecraft.item.crafting.Ingredient@776424f7, net.minecraft.item.crafting.Ingredient@52a9aa57, net.minecraft.item.crafting.Ingredient@785c525b, net.minecraft.item.crafting.Ingredient@86b3357, net.minecraft.item.crafting.Ingredient@5efefd31, net.minecraft.item.crafting.Ingredient@419a1fab, net.minecraft.item.crafting.Ingredient@5bce4349, net.minecraft.item.crafting.Ingredient@aee32ec]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12116 crafttweaker:ct_shaped610180125 RecipeStage{tier='four', recipe=1xtile.actuallyadditions.block_giant_chest_medium@0:[net.minecraftforge.oredict.OreIngredient@235041f5, net.minecraft.item.crafting.Ingredient@32266573, net.minecraftforge.oredict.OreIngredient@1bdbbc75, net.minecraftforge.oredict.OreIngredient@605994b0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@41a73ea7, net.minecraftforge.oredict.OreIngredient@40abc61d, net.minecraft.item.crafting.Ingredient@655e269, net.minecraftforge.oredict.OreIngredient@2a851a07]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12117 crafttweaker:ct_shaped256545472 RecipeStage{tier='four', recipe=1xtile.actuallyadditions.block_furnace_double@0:[net.minecraftforge.oredict.OreIngredient@52af5bf6, net.minecraft.item.crafting.Ingredient@4c2af490, net.minecraftforge.oredict.OreIngredient@654501d6, net.minecraft.item.crafting.Ingredient@67926a5b, net.minecraft.item.crafting.Ingredient@4f4afdb4, net.minecraft.item.crafting.Ingredient@545f1eb9, net.minecraftforge.oredict.OreIngredient@19d9ee55, net.minecraft.item.crafting.Ingredient@6ded8f87, net.minecraftforge.oredict.OreIngredient@75d278d3]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12118 crafttweaker:ct_shaped1407014634 RecipeStage{tier='four', recipe=1xitem.actuallyadditions.item_drill_upgrade_speed@0:[net.minecraftforge.oredict.OreIngredient@59d41a06, net.minecraft.item.crafting.Ingredient@f29fc2f, net.minecraftforge.oredict.OreIngredient@eb9dbfa, net.minecraft.item.crafting.Ingredient@68cb2e1e, net.minecraftforge.oredict.OreIngredient@11360d2b, net.minecraft.item.crafting.Ingredient@51be53a6, net.minecraftforge.oredict.OreIngredient@11182460, net.minecraft.item.crafting.Ingredient@20924383, net.minecraftforge.oredict.OreIngredient@1ec4def]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12119 crafttweaker:ct_shaped-2037551749 RecipeStage{tier='four', recipe=1xitem.actuallyadditions.item_drill_upgrade_speed_iii@0:[net.minecraftforge.oredict.OreIngredient@22ec0d17, net.minecraft.item.crafting.Ingredient@7207160e, net.minecraftforge.oredict.OreIngredient@403bdd96, net.minecraft.item.crafting.Ingredient@23db634b, net.minecraft.item.crafting.Ingredient@611d5692, net.minecraft.item.crafting.Ingredient@2b608bd9, net.minecraftforge.oredict.OreIngredient@3529244e, net.minecraft.item.crafting.Ingredient@4d10d89b, net.minecraftforge.oredict.OreIngredient@4632ae6d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12120 crafttweaker:ct_shaped-1039859961 RecipeStage{tier='four', recipe=1xitem.actuallyadditions.item_drill_upgrade_block_placing@0:[net.minecraft.item.crafting.Ingredient@69a3db31, net.minecraft.item.crafting.Ingredient@15d4991f, net.minecraft.item.crafting.Ingredient@5e4b5f3e, net.minecraftforge.oredict.OreIngredient@dd9c35c, net.minecraft.item.crafting.Ingredient@7a54eb85, net.minecraftforge.oredict.OreIngredient@4b7989b1, net.minecraft.item.crafting.Ingredient@4f4f8d4f, net.minecraft.item.crafting.Ingredient@c4f64d9, net.minecraft.item.crafting.Ingredient@511abe16]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12121 crafttweaker:ct_shaped-1285126745 RecipeStage{tier='four', recipe=2xtile.actuallyadditions.block_greenhouse_glass@0:[net.minecraft.item.crafting.Ingredient@56299185, net.minecraftforge.oredict.OreIngredient@653f5bfa, net.minecraft.item.crafting.Ingredient@12a18228, net.minecraftforge.oredict.OreIngredient@164f6464, net.minecraft.item.crafting.Ingredient@c707a91, net.minecraftforge.oredict.OreIngredient@138f006e, net.minecraft.item.crafting.Ingredient@d2160f5, net.minecraftforge.oredict.OreIngredient@60205971, net.minecraft.item.crafting.Ingredient@6f8b1316]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12122 crafttweaker:ct_shaped1841198287 RecipeStage{tier='four', recipe=1xtile.actuallyadditions.block_directional_breaker@0:[net.minecraft.item.crafting.Ingredient@4ecf2f9, net.minecraft.item.crafting.Ingredient@24c1c59, net.minecraft.item.crafting.Ingredient@604536b0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@57e18a0d, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12123 crafttweaker:ct_shapeless1545528944 RecipeStage{tier='zero', recipe=1xitem.actuallyadditions.item_coffee_seed@0:[net.minecraft.item.crafting.Ingredient@34f9d132]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12124 crafttweaker:ct_shapeless255578013 RecipeStage{tier='zero', recipe=1xitem.actuallyadditions.item_misc@9:[net.minecraft.item.crafting.Ingredient@56b5bd20, net.minecraftforge.oredict.OreIngredient@1f0cf1f0, crafttweaker.mc1120.item.VanillaIngredient@4466a1fe]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12125 crafttweaker:ct_shapeless1158764806 RecipeStage{tier='zero', recipe=1xitem.actuallyadditions.item_misc@9:[net.minecraft.item.crafting.Ingredient@3e6c8801, net.minecraftforge.oredict.OreIngredient@45cb7e51, crafttweaker.mc1120.item.VanillaIngredient@3d308469]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12126 crafttweaker:ct_shapeless-457685592 RecipeStage{tier='zero', recipe=1xitem.actuallyadditions.item_misc@9:[net.minecraft.item.crafting.Ingredient@4ca8bb60, net.minecraftforge.oredict.OreIngredient@165e0e74, crafttweaker.api.minecraft.CraftTweakerMC$1@879c318]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12127 crafttweaker:ct_shapeless-532461249 RecipeStage{tier='four', recipe=1xitem.actuallyadditions.item_booklet@0:[net.minecraft.item.crafting.Ingredient@31d31db2, net.minecraft.item.crafting.Ingredient@3829c353]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12128 crafttweaker:colored_drill RecipeStage{tier='four', recipe=1xitem.actuallyadditions.item_drill@32767:[crafttweaker.mc1120.item.VanillaIngredient@4717e05e, crafttweaker.mc1120.item.VanillaIngredient@b051117]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12129 crafttweaker:ct_shaped949412124 RecipeStage{tier='zero', recipe=1xitem.animalium.dog_boots@0:[net.minecraft.item.crafting.Ingredient@3a83d15a, net.minecraft.item.crafting.Ingredient@1f078918, net.minecraft.item.crafting.Ingredient@67ea8fb6, net.minecraft.item.crafting.Ingredient@44c4b7f5, net.minecraft.item.crafting.Ingredient@6069b736, net.minecraft.item.crafting.Ingredient@4305ad6a, net.minecraftforge.oredict.OreIngredient@70211d83, net.minecraft.item.crafting.Ingredient@113b776d, net.minecraftforge.oredict.OreIngredient@3c46a27b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12130 crafttweaker:stage_one_item.emptyantiqueatlas RecipeStage{tier='one', recipe=1xitem.emptyAntiqueAtlas@0:[net.minecraft.item.crafting.Ingredient@52c62664, net.minecraft.item.crafting.Ingredient@2a73e4ba, net.minecraft.item.crafting.Ingredient@60397e86, net.minecraft.item.crafting.Ingredient@69e54d80, net.minecraft.item.crafting.Ingredient@a73b3de, net.minecraft.item.crafting.Ingredient@3f90d01e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12131 crafttweaker:ct_shaped1142849148 RecipeStage{tier='four', recipe=1xtile.appliedenergistics2.interface@0:[net.minecraft.item.crafting.Ingredient@14764424, net.minecraft.item.crafting.Ingredient@57bc9267, net.minecraft.item.crafting.Ingredient@40c6260d, net.minecraft.item.crafting.Ingredient@79ef1e2b, net.minecraft.item.crafting.Ingredient@5f9e2256, net.minecraft.item.crafting.Ingredient@6c82ac68, net.minecraft.item.crafting.Ingredient@1d0519bb, net.minecraft.item.crafting.Ingredient@1c1a4276, net.minecraft.item.crafting.Ingredient@32385f31]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12132 crafttweaker:ct_shaped229256438 RecipeStage{tier='two', recipe=1xtile.appliedenergistics2.crank@0:[net.minecraft.item.crafting.Ingredient@4ba044f2, net.minecraft.item.crafting.Ingredient@7e5d54fc, net.minecraft.item.crafting.Ingredient@309ab0b3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@402ba046, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@965fb65]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12133 crafttweaker:ct_shaped-933485853 RecipeStage{tier='four', recipe=1xitem.appliedenergistics2.part@180:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1d8ba401, net.minecraft.item.crafting.Ingredient@7871802b, net.minecraft.item.crafting.Ingredient@654536f3, net.minecraft.item.crafting.Ingredient@435d57ed, net.minecraft.item.crafting.Ingredient@336482b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@77b2e0be, net.minecraft.item.crafting.Ingredient@3b0ca215]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12134 crafttweaker:ct_shaped496461577 RecipeStage{tier='four', recipe=1xitem.appliedenergistics2.part@360:[net.minecraft.item.crafting.Ingredient@12c768a6, net.minecraft.item.crafting.Ingredient@23011dc5, net.minecraft.item.crafting.Ingredient@43d6be0b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12135 crafttweaker:ct_shaped804781819 RecipeStage{tier='two', recipe=1xtile.appliedenergistics2.grindstone@0:[net.minecraft.item.crafting.Ingredient@1d14a06e, net.minecraft.item.crafting.Ingredient@343f6932, net.minecraft.item.crafting.Ingredient@1ffbb545, net.minecraft.item.crafting.Ingredient@692b7657, net.minecraft.item.crafting.Ingredient@5104accc, net.minecraft.item.crafting.Ingredient@1ebd3927, net.minecraft.item.crafting.Ingredient@5c2ef628, net.minecraft.item.crafting.Ingredient@6e05ba34, net.minecraft.item.crafting.Ingredient@1a9319f4]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12136 crafttweaker:ct_shaped937314004 RecipeStage{tier='four', recipe=1xitem.appliedenergistics2.part@380:[net.minecraft.item.crafting.Ingredient@6d107f80, net.minecraft.item.crafting.Ingredient@46245bbc, net.minecraft.item.crafting.Ingredient@5b38d56, net.minecraft.item.crafting.Ingredient@7ed78ad]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12137 crafttweaker:ct_shaped1691002374 RecipeStage{tier='zero', recipe=1xitem.astikorcarts:plowcart@0:[net.minecraft.item.crafting.Ingredient@69effbaf, net.minecraft.item.crafting.Ingredient@df2b495, net.minecraft.item.crafting.Ingredient@14324140, net.minecraft.item.crafting.Ingredient@78f66b7b, net.minecraft.item.crafting.Ingredient@6ed2d549, net.minecraft.item.crafting.Ingredient@769c921a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12138 crafttweaker:ct_shaped1668791162 RecipeStage{tier='zero', recipe=1xitem.astikorcarts:cargocart@0:[net.minecraftforge.oredict.OreIngredient@70a2e5c8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3bc4f514, net.minecraft.item.crafting.Ingredient@434407b8, net.minecraftforge.oredict.OreIngredient@51da4188, net.minecraft.item.crafting.Ingredient@363172de, net.minecraft.item.crafting.Ingredient@2ac15d59, net.minecraftforge.oredict.OreIngredient@49dbe67e, net.minecraft.item.crafting.Ingredient@4a0e38cc]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12139 crafttweaker:ct_shaped-1228599422 RecipeStage{tier='zero', recipe=1xitem.astikorcarts:mobcart@0:[net.minecraftforge.oredict.OreIngredient@779414d1, net.minecraftforge.oredict.OreIngredient@579fa4ef, net.minecraftforge.oredict.OreIngredient@41e15074, net.minecraft.item.crafting.Ingredient@7a12d8dc, net.minecraftforge.oredict.OreIngredient@2df769d3, net.minecraft.item.crafting.Ingredient@7e5085e, net.minecraft.item.crafting.Ingredient@4c4c8a26, net.minecraftforge.oredict.OreIngredient@20f46f4b, net.minecraft.item.crafting.Ingredient@36db2377]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12140 crafttweaker:ct_shaped1506958005 RecipeStage{tier='zero', recipe=1xitem.astikorcarts:wheel@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@19d36a0a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@31e6ceac, net.minecraftforge.oredict.OreIngredient@32eb71ec, net.minecraft.item.crafting.Ingredient@5d443c5d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5f459ec5, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12141 crafttweaker:ct_shaped2025463654 RecipeStage{tier='two', recipe=1xitem.itemskyresonator@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@58d1a82f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@315cd6c8, crafttweaker.mc1120.item.VanillaIngredient@4d06b26a, net.minecraftforge.oredict.OreIngredient@3ec6beb9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6b83f99e, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12142 crafttweaker:ct_shaped-1716549328 RecipeStage{tier='one', recipe=1xitem.itemcraftingcomponent@5:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3c3e98b0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@44d3f8bf, net.minecraft.item.crafting.Ingredient@4feba5ea, net.minecraft.item.crafting.Ingredient@3b50fa80, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@73e31e42, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12143 crafttweaker:ct_shaped-1759948465 RecipeStage{tier='one', recipe=1xitem.itemjournal@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@28ae0681, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3af8328b, net.minecraft.item.crafting.Ingredient@6c05bae, net.minecraft.item.crafting.Ingredient@6dba443a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3578dd02, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12144 crafttweaker:ct_shaped-976031126 RecipeStage{tier='two', recipe=1xitem.itemwand@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4e6fdd4c, net.minecraft.item.crafting.Ingredient@4a76e204, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7552e4e4, net.minecraft.item.crafting.Ingredient@631a781, net.minecraftforge.oredict.OreIngredient@36849fb6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12145 crafttweaker:stage_two_item.itemcraftingcomponent.parchment RecipeStage{tier='two', recipe=1xitem.itemcraftingcomponent@5:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4b1f3da0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@290895e3, net.minecraft.item.crafting.Ingredient@228e22ec, net.minecraft.item.crafting.Ingredient@30e57024, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@225b9a5, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12146 crafttweaker:stage_two_item.itemjournal RecipeStage{tier='two', recipe=1xitem.itemjournal@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6f6f938f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3ca555cc, net.minecraft.item.crafting.Ingredient@27da762c, net.minecraft.item.crafting.Ingredient@81d1be3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1b7d1284, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12147 crafttweaker:ct_shaped-989541296 RecipeStage{tier='three', recipe=1xitem.betterbuilderswands.wandunrestricted@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@de02f12, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@79ff4394, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@195d9d4b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12148 crafttweaker:ct_shaped481866512 RecipeStage{tier='two', recipe=1xitem.betterbuilderswands.wandadvanced@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6a4755d6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@66537f33, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@65b3638e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12149 crafttweaker:ct_shaped-1046276262 RecipeStage{tier='four', recipe=1xitem.betterbuilderswands.wandunbreakable@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@10710db6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@40c8138b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3d1f4646, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12150 crafttweaker:ct_shaped-1180633666 RecipeStage{tier='one', recipe=1xitem.betterbuilderswands.wandbasic@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@43ceed78, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5bca540a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5b1e50b3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12151 crafttweaker:ct_shaped379064741 RecipeStage{tier='one', recipe=3xtile.aqueduct@2:[net.minecraft.item.crafting.Ingredient@1c7400e0, net.minecraft.item.crafting.Ingredient@28658b3b, net.minecraft.item.crafting.Ingredient@2186f039, net.minecraft.item.crafting.Ingredient@8b4a772, net.minecraft.item.crafting.Ingredient@347bc584, net.minecraft.item.crafting.Ingredient@30c3ac63]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12152 crafttweaker:ct_shaped-601213717 RecipeStage{tier='one', recipe=1xitem.bolt@6:[net.minecraft.item.crafting.Ingredient@26d2857a, net.minecraft.item.crafting.Ingredient@b7029e5, net.minecraft.item.crafting.Ingredient@61cd8aea, net.minecraft.item.crafting.Ingredient@4cc09204, net.minecraft.item.crafting.Ingredient@7e0b27b3, net.minecraft.item.crafting.Ingredient@743e0696, net.minecraft.item.crafting.Ingredient@79a95821, net.minecraft.item.crafting.Ingredient@3131a5a2, net.minecraft.item.crafting.Ingredient@16a02a88]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12153 crafttweaker:ct_shaped-935378906 RecipeStage{tier='one', recipe=1xtile.spindle@0:[net.minecraft.item.crafting.Ingredient@12ae847c, net.minecraft.item.crafting.Ingredient@2175ae58, net.minecraft.item.crafting.Ingredient@1dd50361]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12154 crafttweaker:ct_shaped-773264775 RecipeStage{tier='one', recipe=3xtile.aqueduct@10:[net.minecraft.item.crafting.Ingredient@ab68e39, net.minecraft.item.crafting.Ingredient@6cdd6677, net.minecraft.item.crafting.Ingredient@605612da, net.minecraft.item.crafting.Ingredient@55addbba, net.minecraft.item.crafting.Ingredient@6bd45070, net.minecraft.item.crafting.Ingredient@6c3d7da3]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12155 crafttweaker:ct_shaped-226778847 RecipeStage{tier='one', recipe=3xtile.aqueduct@6:[net.minecraft.item.crafting.Ingredient@3c2d623c, net.minecraft.item.crafting.Ingredient@7661e08, net.minecraft.item.crafting.Ingredient@4e789944, net.minecraft.item.crafting.Ingredient@49af254d, net.minecraft.item.crafting.Ingredient@1ec492c6, net.minecraft.item.crafting.Ingredient@29655948]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12156 crafttweaker:ct_shaped-929074126 RecipeStage{tier='one', recipe=3xtile.aqueduct@1:[net.minecraft.item.crafting.Ingredient@235d5799, net.minecraft.item.crafting.Ingredient@13e88bf2, net.minecraft.item.crafting.Ingredient@298069eb, net.minecraft.item.crafting.Ingredient@2a2cca8a, net.minecraft.item.crafting.Ingredient@6384a1c9, net.minecraft.item.crafting.Ingredient@34e41150]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12157 crafttweaker:ct_shaped769505130 RecipeStage{tier='one', recipe=3xtile.aqueduct@7:[net.minecraft.item.crafting.Ingredient@1e81e916, net.minecraft.item.crafting.Ingredient@523518d6, net.minecraft.item.crafting.Ingredient@147971b0, net.minecraft.item.crafting.Ingredient@39cfe, net.minecraft.item.crafting.Ingredient@115b1cb1, net.minecraft.item.crafting.Ingredient@6b5245e4]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12158 crafttweaker:ct_shaped1100822082 RecipeStage{tier='two', recipe=1xtile.redstone_emitter@0:[crafttweaker.mc1120.item.VanillaIngredient@34f95dcf, crafttweaker.mc1120.item.VanillaIngredient@2881c3c2, crafttweaker.mc1120.item.VanillaIngredient@61f6ecf7, net.minecraft.item.crafting.Ingredient@18f2e848, net.minecraft.item.crafting.Ingredient@669bc9bc, net.minecraft.item.crafting.Ingredient@4022997e, crafttweaker.mc1120.item.VanillaIngredient@16e544d9, crafttweaker.mc1120.item.VanillaIngredient@195a4ee5, crafttweaker.mc1120.item.VanillaIngredient@21b4a25b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12159 crafttweaker:ct_shaped-911601738 crafttweaker.mc1120.recipes.MCRecipeShaped@20f39997 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12160 crafttweaker:ct_shaped160568516 RecipeStage{tier='two', recipe=3xtile.aqueduct@0:[net.minecraft.item.crafting.Ingredient@2ec9a918, net.minecraft.item.crafting.Ingredient@1e5d33b1, net.minecraft.item.crafting.Ingredient@77b3f53d, net.minecraft.item.crafting.Ingredient@3ee3fbf2, net.minecraft.item.crafting.Ingredient@5d01145f, net.minecraft.item.crafting.Ingredient@2a3664f5]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12161 crafttweaker:ct_shaped749368173 RecipeStage{tier='one', recipe=1xtile.loom@0:[net.minecraftforge.oredict.OreIngredient@42c47693, net.minecraftforge.oredict.OreIngredient@63d92952, net.minecraftforge.oredict.OreIngredient@362f6a9a, net.minecraftforge.oredict.OreIngredient@2f27b166, net.minecraft.item.crafting.Ingredient@4e362aff, net.minecraftforge.oredict.OreIngredient@640f09d2, net.minecraftforge.oredict.OreIngredient@2939d473, net.minecraftforge.oredict.OreIngredient@3b87ecb3, net.minecraftforge.oredict.OreIngredient@441948ee]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12162 crafttweaker:ct_shaped-1543305784 RecipeStage{tier='one', recipe=1xitem.bolt@1:[net.minecraft.item.crafting.Ingredient@58c49826, net.minecraft.item.crafting.Ingredient@3f395501, net.minecraft.item.crafting.Ingredient@3b5fd421, net.minecraft.item.crafting.Ingredient@358fb59c, net.minecraft.item.crafting.Ingredient@49760ea3, net.minecraft.item.crafting.Ingredient@3c92cbd1, net.minecraft.item.crafting.Ingredient@79a9eebe, net.minecraft.item.crafting.Ingredient@31428742, net.minecraft.item.crafting.Ingredient@48b894df]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12163 crafttweaker:ct_shaped121749929 RecipeStage{tier='one', recipe=3xtile.aqueduct@8:[net.minecraft.item.crafting.Ingredient@62de025a, net.minecraft.item.crafting.Ingredient@54b4cca1, net.minecraft.item.crafting.Ingredient@71e939e2, net.minecraft.item.crafting.Ingredient@7dfb556c, net.minecraft.item.crafting.Ingredient@6fa5545b, net.minecraft.item.crafting.Ingredient@1d064cca]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12164 crafttweaker:ct_shaped-901993715 RecipeStage{tier='one', recipe=3xtile.aqueduct@3:[net.minecraft.item.crafting.Ingredient@259840a1, net.minecraft.item.crafting.Ingredient@2ef314b, net.minecraft.item.crafting.Ingredient@47adaac1, net.minecraft.item.crafting.Ingredient@68e2cee2, net.minecraft.item.crafting.Ingredient@f180617, net.minecraft.item.crafting.Ingredient@74861bd6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12165 crafttweaker:ct_shaped-1116994014 RecipeStage{tier='one', recipe=3xtile.aqueduct@5:[net.minecraft.item.crafting.Ingredient@5ed74c25, net.minecraft.item.crafting.Ingredient@20bc1cc3, net.minecraft.item.crafting.Ingredient@6fdb8e7d, net.minecraft.item.crafting.Ingredient@2bc770fb, net.minecraft.item.crafting.Ingredient@4f15a7c2, net.minecraft.item.crafting.Ingredient@f8ff0e7]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12166 crafttweaker:ct_shaped1186744031 RecipeStage{tier='one', recipe=3xtile.aqueduct@9:[net.minecraft.item.crafting.Ingredient@3c942f0d, net.minecraft.item.crafting.Ingredient@2cc4c0cc, net.minecraft.item.crafting.Ingredient@4e0d5921, net.minecraft.item.crafting.Ingredient@3ef580cf, net.minecraft.item.crafting.Ingredient@23842c5b, net.minecraft.item.crafting.Ingredient@294c5a47]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12167 crafttweaker:ct_shaped1534629939 RecipeStage{tier='one', recipe=3xtile.aqueduct@4:[net.minecraft.item.crafting.Ingredient@d2cda1e, net.minecraft.item.crafting.Ingredient@1f4dd08c, net.minecraft.item.crafting.Ingredient@1d29d1ca, net.minecraft.item.crafting.Ingredient@567c2e4a, net.minecraft.item.crafting.Ingredient@3debe2b1, net.minecraft.item.crafting.Ingredient@4cd38c30]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12168 crafttweaker:ct_shapeless244546130 RecipeStage{tier='zero', recipe=1xitem.wool@0:[net.minecraft.item.crafting.Ingredient@1f27a3e1, net.minecraft.item.crafting.Ingredient@281ed031, net.minecraft.item.crafting.Ingredient@4a0241e9, net.minecraft.item.crafting.Ingredient@1a60e695]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12169 crafttweaker:ct_shapeless1260216927 RecipeStage{tier='one', recipe=1xitem.japanmat@8:[crafttweaker.api.minecraft.CraftTweakerMC$1@387a7693, net.minecraft.item.crafting.Ingredient@663bb6f5]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12170 crafttweaker:ct_shaped-1084289866 RecipeStage{tier='two', recipe=1xitem.bwm:ender_spectacles@0:[net.minecraft.item.crafting.Ingredient@3eeeaed2, net.minecraftforge.oredict.OreIngredient@23a7b3d4, net.minecraft.item.crafting.Ingredient@488297dd]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12171 crafttweaker:ct_shaped486343339 RecipeStage{tier='two', recipe=1xtile.bwm:metal_chime@3:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@73351c26, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@38e6a4ac, net.minecraft.item.crafting.Ingredient@26c19977, net.minecraftforge.oredict.OreIngredient@7a21ce0d, net.minecraft.item.crafting.Ingredient@21ae3943, crafttweaker.api.minecraft.CraftTweakerMC$1@2ce03a1e, net.minecraft.item.crafting.Ingredient@64004d4]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12172 crafttweaker:ct_shaped72448853 RecipeStage{tier='zero', recipe=1xtile.bwm:shaft@0:[net.minecraft.item.crafting.Ingredient@7265f3b7, net.minecraft.item.crafting.Ingredient@2251b899, net.minecraft.item.crafting.Ingredient@fcc4607, net.minecraft.item.crafting.Ingredient@9ac958e, net.minecraft.item.crafting.Ingredient@54093747, net.minecraft.item.crafting.Ingredient@7b33c82f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12173 crafttweaker:ct_shaped-1267939852 RecipeStage{tier='one', recipe=1xtile.bwm:saw@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@16224530, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7bcfb29f, net.minecraft.item.crafting.Ingredient@66e101ae, net.minecraftforge.oredict.OreIngredient@376dfed, net.minecraftforge.oredict.OreIngredient@7f91176, net.minecraftforge.oredict.OreIngredient@1a4105c, net.minecraftforge.oredict.OreIngredient@6fa69db7]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12174 crafttweaker:ct_shaped-973971154 RecipeStage{tier='one', recipe=1xtile.bwm:anchor@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, crafttweaker.api.minecraft.CraftTweakerMC$1@5a9aae19, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@15a7669d, net.minecraftforge.oredict.OreIngredient@3420a285, net.minecraftforge.oredict.OreIngredient@6f30ca93]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12175 crafttweaker:ct_shaped-1952098895 RecipeStage{tier='zero', recipe=1xtile.bwm:wicker@0:[net.minecraft.item.crafting.Ingredient@60d54b0a, net.minecraft.item.crafting.Ingredient@4ee85a03, net.minecraft.item.crafting.Ingredient@7fedfdd1, net.minecraft.item.crafting.Ingredient@1660d4ed]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12176 crafttweaker:ct_shaped-1511626002 RecipeStage{tier='two', recipe=1xtile.bwm:metal_chime@4:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5c274030, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@509321f5, net.minecraft.item.crafting.Ingredient@40005d43, net.minecraftforge.oredict.OreIngredient@50d73e12, net.minecraft.item.crafting.Ingredient@3617c2f8, crafttweaker.api.minecraft.CraftTweakerMC$1@7f42d146, net.minecraft.item.crafting.Ingredient@3d6a61a8]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12177 crafttweaker:ct_shaped1767739146 RecipeStage{tier='zero', recipe=1xitem.bwm:material@0:[net.minecraft.item.crafting.Ingredient@5424efb9, net.minecraft.item.crafting.Ingredient@5cace7c7, net.minecraft.item.crafting.Ingredient@358dd5f5, net.minecraft.item.crafting.Ingredient@5b8495cd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@28aee023, net.minecraft.item.crafting.Ingredient@1387a82e, net.minecraft.item.crafting.Ingredient@48fee5d6, net.minecraft.item.crafting.Ingredient@37ab2bf9]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12178 crafttweaker:ct_shaped2008686512 RecipeStage{tier='zero', recipe=1xtile.bwm:single_machine@0:[net.minecraft.item.crafting.Ingredient@685b6ad7, net.minecraft.item.crafting.Ingredient@4633692a, net.minecraft.item.crafting.Ingredient@79dce46f, net.minecraft.item.crafting.Ingredient@17c6fc4e, net.minecraft.item.crafting.Ingredient@24f831b3, net.minecraft.item.crafting.Ingredient@795f663f, net.minecraft.item.crafting.Ingredient@673e0ae7, net.minecraft.item.crafting.Ingredient@47babec2, net.minecraft.item.crafting.Ingredient@22aa6a2f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12179 crafttweaker:ct_shaped-1454547457 RecipeStage{tier='zero', recipe=1xitem.bwm:material@9:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@20469edb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3738d106, net.minecraftforge.oredict.OreIngredient@25e6258d, net.minecraftforge.oredict.OreIngredient@546cc80c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4048341c, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12180 crafttweaker:ct_shaped1127006035 RecipeStage{tier='one', recipe=1xtile.bwm:bamboo_chime@4:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@31897df2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2557ec03, net.minecraft.item.crafting.Ingredient@17497c0d, net.minecraftforge.oredict.OreIngredient@1620522c, net.minecraftforge.oredict.OreIngredient@6cbcdbf7, crafttweaker.api.minecraft.CraftTweakerMC$1@76910597, net.minecraftforge.oredict.OreIngredient@2ae4a65c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12181 crafttweaker:ct_shaped243292575 RecipeStage{tier='two', recipe=1xtile.bwm:metal_chime@1:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3e41201e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@34282742, net.minecraft.item.crafting.Ingredient@4aeb21ed, net.minecraftforge.oredict.OreIngredient@4532b8aa, net.minecraft.item.crafting.Ingredient@724421c2, crafttweaker.api.minecraft.CraftTweakerMC$1@7230aff, net.minecraft.item.crafting.Ingredient@14d4a7bf]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12182 crafttweaker:ct_shaped866995202 RecipeStage{tier='three', recipe=1xitem.bwm:material@8:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@44f3ba67, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@17ead90a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@8814dfa, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12183 crafttweaker:ct_shaped1533657755 RecipeStage{tier='one', recipe=1xtile.bwm:single_machine@1:[net.minecraftforge.oredict.OreIngredient@39d9ea0a, net.minecraftforge.oredict.OreIngredient@60a04fd4, net.minecraftforge.oredict.OreIngredient@2143e843, net.minecraftforge.oredict.OreIngredient@232f8f0c, net.minecraft.item.crafting.Ingredient@5550b8d9, net.minecraftforge.oredict.OreIngredient@37ec9348, net.minecraftforge.oredict.OreIngredient@9537406, net.minecraftforge.oredict.OreIngredient@565bcdcf, net.minecraftforge.oredict.OreIngredient@69d21ad]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12184 crafttweaker:ct_shaped-1481018335 RecipeStage{tier='one', recipe=1xitem.bwm:axle_generator@1:[net.minecraft.item.crafting.Ingredient@553884e5, net.minecraft.item.crafting.Ingredient@47592900, net.minecraft.item.crafting.Ingredient@4fe4a191, net.minecraft.item.crafting.Ingredient@209b6189, net.minecraftforge.oredict.OreIngredient@3195d6d3, net.minecraft.item.crafting.Ingredient@3f0ae8c8, net.minecraft.item.crafting.Ingredient@55083e91, net.minecraft.item.crafting.Ingredient@2e648a90, net.minecraft.item.crafting.Ingredient@31d8f2c1]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12185 crafttweaker:ct_shaped565737067 RecipeStage{tier='one', recipe=1xtile.bwm:bamboo_chime@5:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@597c109a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4d944192, net.minecraft.item.crafting.Ingredient@472e62ba, net.minecraftforge.oredict.OreIngredient@3196de64, net.minecraftforge.oredict.OreIngredient@857f00c, crafttweaker.api.minecraft.CraftTweakerMC$1@67a0a845, net.minecraftforge.oredict.OreIngredient@53af3db9]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12186 crafttweaker:ct_shaped-2065466412 RecipeStage{tier='two', recipe=1xtile.bwm:metal_chime@2:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@54cdbc56, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@632de153, net.minecraft.item.crafting.Ingredient@12d9ff3, net.minecraftforge.oredict.OreIngredient@2bc5289a, net.minecraft.item.crafting.Ingredient@12531eb8, crafttweaker.api.minecraft.CraftTweakerMC$1@1ef842d8, net.minecraft.item.crafting.Ingredient@734784f3]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12187 crafttweaker:ct_shaped-627751189 RecipeStage{tier='zero', recipe=1xitem.bwm:breeding_harness@0:[net.minecraftforge.oredict.OreIngredient@7144e3f9, net.minecraft.item.crafting.Ingredient@7b6895b7, net.minecraftforge.oredict.OreIngredient@27dae680, net.minecraft.item.crafting.Ingredient@68758e94, net.minecraft.item.crafting.Ingredient@3e78f348, net.minecraft.item.crafting.Ingredient@1021c1d, net.minecraftforge.oredict.OreIngredient@719c045b, net.minecraft.item.crafting.Ingredient@355935d2, net.minecraftforge.oredict.OreIngredient@4c426282]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12188 crafttweaker:ct_shaped1817794779 RecipeStage{tier='one', recipe=1xtile.bwm:single_machine@3:[crafttweaker.mc1120.item.VanillaIngredient@5d316de3, crafttweaker.mc1120.item.VanillaIngredient@4c9e04c2, crafttweaker.mc1120.item.VanillaIngredient@30955f26, net.minecraft.item.crafting.Ingredient@6f1c6dc4, net.minecraftforge.oredict.OreIngredient@39944bb1, net.minecraft.item.crafting.Ingredient@590f055, net.minecraft.item.crafting.Ingredient@1fe6f3ae, net.minecraft.item.crafting.Ingredient@1318cfdb, net.minecraft.item.crafting.Ingredient@8cad7ca]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12189 crafttweaker:ct_shaped-1692882412 RecipeStage{tier='one', recipe=1xtile.bwm:wooden_axle@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@a5a8cde, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@220975b8, net.minecraft.item.crafting.Ingredient@773a0035, net.minecraft.item.crafting.Ingredient@2990fd9f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7772a80f, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12190 crafttweaker:ct_shaped-1224063725 RecipeStage{tier='one', recipe=1xtile.bwm:wooden_gearbox@0:[net.minecraftforge.oredict.OreIngredient@1ebfb7ec, net.minecraft.item.crafting.Ingredient@392327a6, net.minecraftforge.oredict.OreIngredient@17714918, net.minecraftforge.oredict.OreIngredient@75a1b929, net.minecraft.item.crafting.Ingredient@164260a6, net.minecraftforge.oredict.OreIngredient@36fc7bdf, net.minecraftforge.oredict.OreIngredient@2bd8cd91, net.minecraft.item.crafting.Ingredient@53c85132, net.minecraftforge.oredict.OreIngredient@560a4cbd]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12191 crafttweaker:ct_shaped-4863691 RecipeStage{tier='one', recipe=1xtile.bwm:wooden_gearbox@0:[net.minecraft.item.crafting.Ingredient@3fdf720, net.minecraft.item.crafting.Ingredient@6ea4068b, net.minecraft.item.crafting.Ingredient@7ff49bac]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12192 crafttweaker:ct_shaped-86779244 RecipeStage{tier='two', recipe=1xitem.bwm:material@36:[net.minecraftforge.oredict.OreIngredient@7b1f4f4b, net.minecraftforge.oredict.OreIngredient@17b7f3ff, crafttweaker.mc1120.item.VanillaIngredient@59e92fdc]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12193 crafttweaker:ct_shaped-1603954372 RecipeStage{tier='two', recipe=1xtile.bwm:metal_chime@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@29bf6b6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@37f84b9, net.minecraft.item.crafting.Ingredient@2b7fb722, net.minecraftforge.oredict.OreIngredient@3bf8fa5e, net.minecraft.item.crafting.Ingredient@660b85d1, crafttweaker.api.minecraft.CraftTweakerMC$1@192e9fe5, net.minecraft.item.crafting.Ingredient@4fbefd45]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12194 crafttweaker:ct_shaped-1224706190 RecipeStage{tier='one', recipe=1xtile.bwm:bamboo_chime@3:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@33e8d4e6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@9f7fa47, net.minecraft.item.crafting.Ingredient@644b9d2b, net.minecraftforge.oredict.OreIngredient@5ca71032, net.minecraftforge.oredict.OreIngredient@299da0a4, crafttweaker.api.minecraft.CraftTweakerMC$1@1f0e5212, net.minecraftforge.oredict.OreIngredient@2794361d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12195 crafttweaker:ct_shaped1314517681 RecipeStage{tier='one', recipe=1xtile.bwm:bamboo_chime@2:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4356945d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@78a9413, net.minecraft.item.crafting.Ingredient@6a79d832, net.minecraftforge.oredict.OreIngredient@6cdb3fbe, net.minecraftforge.oredict.OreIngredient@1b58ba04, crafttweaker.api.minecraft.CraftTweakerMC$1@48a19f70, net.minecraftforge.oredict.OreIngredient@6c3d761e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12196 crafttweaker:ct_shaped1164149577 RecipeStage{tier='two', recipe=1xtile.bwm:aesthetic@12:[net.minecraft.item.crafting.Ingredient@59ae82e8, net.minecraft.item.crafting.Ingredient@7f89b43, net.minecraft.item.crafting.Ingredient@4366ced3, net.minecraft.item.crafting.Ingredient@44eccd27]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12197 crafttweaker:ct_shaped-1761204386 RecipeStage{tier='two', recipe=1xtile.bwm:metal_chime@5:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6978be90, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2a19127f, net.minecraft.item.crafting.Ingredient@5f7c51b9, net.minecraftforge.oredict.OreIngredient@7ddb2a84, net.minecraft.item.crafting.Ingredient@51fb9791, crafttweaker.api.minecraft.CraftTweakerMC$1@3393ed3b, net.minecraft.item.crafting.Ingredient@edf8369]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12198 crafttweaker:ct_shaped-1909505841 RecipeStage{tier='one', recipe=1xitem.bwm:material@10:[net.minecraftforge.oredict.OreIngredient@2af4173c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@27be4aec, net.minecraftforge.oredict.OreIngredient@be88115, net.minecraftforge.oredict.OreIngredient@795e9fca, net.minecraftforge.oredict.OreIngredient@73993a2a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12199 crafttweaker:ct_shaped-1641891492 RecipeStage{tier='one', recipe=1xtile.bwm:rope@0:[net.minecraft.item.crafting.Ingredient@26a5f79f, net.minecraft.item.crafting.Ingredient@698a2a77, net.minecraft.item.crafting.Ingredient@64274843, net.minecraft.item.crafting.Ingredient@5ed56687, net.minecraft.item.crafting.Ingredient@57456bcd, net.minecraft.item.crafting.Ingredient@6fa42ac0]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12200 crafttweaker:ct_shaped994994872 RecipeStage{tier='one', recipe=1xtile.bwm:bellows@0:[crafttweaker.mc1120.item.VanillaIngredient@319f1227, crafttweaker.mc1120.item.VanillaIngredient@440babcd, crafttweaker.mc1120.item.VanillaIngredient@386cbb82, net.minecraftforge.oredict.OreIngredient@76d06465, net.minecraftforge.oredict.OreIngredient@3f174eb2, net.minecraftforge.oredict.OreIngredient@265bcf5e, net.minecraftforge.oredict.OreIngredient@7bb6c0bc, net.minecraftforge.oredict.OreIngredient@eb060e3, net.minecraftforge.oredict.OreIngredient@bd7dd59]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12201 crafttweaker:ct_shaped-766462256 RecipeStage{tier='one', recipe=1xtile.bwm:bamboo_chime@1:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@738ec242, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3e705faf, net.minecraft.item.crafting.Ingredient@334a97fa, net.minecraftforge.oredict.OreIngredient@6c2a9df, net.minecraftforge.oredict.OreIngredient@35be797, crafttweaker.api.minecraft.CraftTweakerMC$1@3f6a4d74, net.minecraftforge.oredict.OreIngredient@5878e824]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12202 crafttweaker:ct_shaped570909958 RecipeStage{tier='one', recipe=1xitem.bwm:material@24:[net.minecraftforge.oredict.OreIngredient@4be73ea5, net.minecraftforge.oredict.OreIngredient@175c0f11, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7ab0f163, net.minecraftforge.oredict.OreIngredient@65160fd9, net.minecraftforge.oredict.OreIngredient@177617c8, net.minecraftforge.oredict.OreIngredient@6025a6b0, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12203 crafttweaker:ct_shaped-1241147546 RecipeStage{tier='one', recipe=1xitem.bwm:material@24:[net.minecraftforge.oredict.OreIngredient@1de3683e, net.minecraftforge.oredict.OreIngredient@48dec49c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6f315218, net.minecraftforge.oredict.OreIngredient@22ec6968, net.minecraftforge.oredict.OreIngredient@24484793, net.minecraftforge.oredict.OreIngredient@1a0c8da2, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12204 crafttweaker:ct_shaped-1663156946 RecipeStage{tier='one', recipe=1xitem.bwm:material@24:[net.minecraftforge.oredict.OreIngredient@7f48bd69, net.minecraftforge.oredict.OreIngredient@3e2e2cc1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@58bc8048, net.minecraftforge.oredict.OreIngredient@26a36760, net.minecraftforge.oredict.OreIngredient@1cba2528, net.minecraftforge.oredict.OreIngredient@53bd4a5a, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12205 crafttweaker:ct_shaped-1431689717 RecipeStage{tier='one', recipe=1xtile.bwm:bamboo_chime@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6f3f3ea5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@521acc45, net.minecraft.item.crafting.Ingredient@1f44204b, net.minecraftforge.oredict.OreIngredient@26125663, net.minecraftforge.oredict.OreIngredient@304e9e12, crafttweaker.api.minecraft.CraftTweakerMC$1@343204ba, net.minecraftforge.oredict.OreIngredient@a4a3c0f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12206 crafttweaker:ct_shaped1321289747 RecipeStage{tier='three', recipe=1xitem.bwm:material@34:[net.minecraft.item.crafting.Ingredient@3edfd26b, net.minecraftforge.oredict.OreIngredient@7a2565ac]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12207 crafttweaker:ct_shapeless-1095271828 RecipeStage{tier='zero', recipe=1xitem.bwm:manual@0:[net.minecraft.item.crafting.Ingredient@5e96a986, net.minecraft.item.crafting.Ingredient@5675c1f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12208 crafttweaker:ct_shapeless-1224646157 RecipeStage{tier='one', recipe=9xtile.bwm:rope@0:[net.minecraft.item.crafting.Ingredient@45eb8a52]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12209 crafttweaker:stage_two_tile.bwm_wooden_axle RecipeStage{tier='two', recipe=1xtile.bwm:wooden_axle@0:[crafttweaker.mc1120.item.VanillaIngredient@14b28f46, net.minecraft.item.crafting.Ingredient@7f03cecf, crafttweaker.mc1120.item.VanillaIngredient@403be294]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12210 crafttweaker:stage_two_tile.bwm_wooden_gearbox RecipeStage{tier='two', recipe=1xtile.bwm:wooden_gearbox@0:[crafttweaker.mc1120.item.VanillaIngredient@599b59db, net.minecraft.item.crafting.Ingredient@59d33511, crafttweaker.mc1120.item.VanillaIngredient@38c7fd52, net.minecraftforge.oredict.OreIngredient@27f7979c, net.minecraft.item.crafting.Ingredient@24a14738, net.minecraftforge.oredict.OreIngredient@641a8500, crafttweaker.mc1120.item.VanillaIngredient@6330d9bc, net.minecraft.item.crafting.Ingredient@78e0f931, crafttweaker.mc1120.item.VanillaIngredient@5656e992]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12211 crafttweaker:stage_one_item.bwm_material.gear RecipeStage{tier='one', recipe=1xitem.bwm:material@0:[net.minecraft.item.crafting.Ingredient@665454dd, net.minecraftforge.oredict.OreIngredient@3cc9c92, net.minecraft.item.crafting.Ingredient@7c9ac4ab, net.minecraftforge.oredict.OreIngredient@1d61a8d3, net.minecraft.item.crafting.Ingredient@5957f51e, net.minecraftforge.oredict.OreIngredient@3e18daaa, net.minecraft.item.crafting.Ingredient@140dfe5e, net.minecraftforge.oredict.OreIngredient@4bafb3c, net.minecraft.item.crafting.Ingredient@62a301b0]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12212 crafttweaker:stage_three_tile.bwm_single_machine.1 RecipeStage{tier='three', recipe=1xtile.bwm:single_machine@1:[net.minecraftforge.oredict.OreIngredient@1a965ac4, net.minecraftforge.oredict.OreIngredient@6192a8c6, net.minecraftforge.oredict.OreIngredient@3222ccd3, net.minecraftforge.oredict.OreIngredient@4876e5a6, net.minecraft.item.crafting.Ingredient@609ec616, net.minecraftforge.oredict.OreIngredient@143e865b, net.minecraftforge.oredict.OreIngredient@305e945b, net.minecraftforge.oredict.OreIngredient@4f7a1c23, net.minecraftforge.oredict.OreIngredient@5942cdac]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12213 crafttweaker:ct_shaped-2059708344 RecipeStage{tier='one', recipe=1xtile.BiblioCraft:Shelf@1:[crafttweaker.api.minecraft.CraftTweakerMC$1@2cf21258, crafttweaker.api.minecraft.CraftTweakerMC$1@5b0e0ff3, crafttweaker.api.minecraft.CraftTweakerMC$1@67ab88e2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2e2159cf, net.minecraft.item.crafting.Ingredient$1@7e2c8622, crafttweaker.api.minecraft.CraftTweakerMC$1@127dee81, crafttweaker.api.minecraft.CraftTweakerMC$1@39270aaa, crafttweaker.api.minecraft.CraftTweakerMC$1@2f079f4]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12214 crafttweaker:ct_shaped2118912034 RecipeStage{tier='one', recipe=1xtile.BiblioCraft:Shelf@2:[crafttweaker.api.minecraft.CraftTweakerMC$1@263bb744, crafttweaker.api.minecraft.CraftTweakerMC$1@5bcf5ce4, crafttweaker.api.minecraft.CraftTweakerMC$1@5abc6f6d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5b029217, net.minecraft.item.crafting.Ingredient$1@7e2c8622, crafttweaker.api.minecraft.CraftTweakerMC$1@20788fa4, crafttweaker.api.minecraft.CraftTweakerMC$1@1f1cf33, crafttweaker.api.minecraft.CraftTweakerMC$1@380f0f67]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12215 crafttweaker:ct_shaped-359100378 RecipeStage{tier='one', recipe=1xtile.BiblioCraft:Shelf@4:[crafttweaker.api.minecraft.CraftTweakerMC$1@77d2b05b, crafttweaker.api.minecraft.CraftTweakerMC$1@13b314aa, crafttweaker.api.minecraft.CraftTweakerMC$1@1cb4c9b8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5c80997e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, crafttweaker.api.minecraft.CraftTweakerMC$1@3e32badd, crafttweaker.api.minecraft.CraftTweakerMC$1@35afeff5, crafttweaker.api.minecraft.CraftTweakerMC$1@f6c09f1]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12216 crafttweaker:ct_shaped14399555 RecipeStage{tier='three', recipe=1xitem.BiblioGlasses@1:[net.minecraft.item.crafting.Ingredient@57ff3a0b, net.minecraftforge.oredict.OreIngredient@7cb0867b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12217 crafttweaker:ct_shaped794357698 RecipeStage{tier='one', recipe=1xtile.BiblioCraft:Shelf@0:[crafttweaker.api.minecraft.CraftTweakerMC$1@36aa0e5f, crafttweaker.api.minecraft.CraftTweakerMC$1@5966aafa, crafttweaker.api.minecraft.CraftTweakerMC$1@77e7fcbf, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@f1c2f66, net.minecraft.item.crafting.Ingredient$1@7e2c8622, crafttweaker.api.minecraft.CraftTweakerMC$1@69a2002c, crafttweaker.api.minecraft.CraftTweakerMC$1@57f4698, crafttweaker.api.minecraft.CraftTweakerMC$1@4d35508c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12218 crafttweaker:ct_shaped811299490 RecipeStage{tier='one', recipe=1xtile.BiblioCraft:Shelf@3:[crafttweaker.api.minecraft.CraftTweakerMC$1@23bc3153, crafttweaker.api.minecraft.CraftTweakerMC$1@5a66f668, crafttweaker.api.minecraft.CraftTweakerMC$1@2552303a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4284b52c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, crafttweaker.api.minecraft.CraftTweakerMC$1@702286, crafttweaker.api.minecraft.CraftTweakerMC$1@6dc85156, crafttweaker.api.minecraft.CraftTweakerMC$1@59af7f35]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12219 crafttweaker:ct_shaped1838155820 RecipeStage{tier='one', recipe=1xtile.BiblioCraft:Shelf@5:[crafttweaker.api.minecraft.CraftTweakerMC$1@3ee58cf9, crafttweaker.api.minecraft.CraftTweakerMC$1@3f80fdb1, crafttweaker.api.minecraft.CraftTweakerMC$1@106d59f6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3219ca19, net.minecraft.item.crafting.Ingredient$1@7e2c8622, crafttweaker.api.minecraft.CraftTweakerMC$1@20891ae7, crafttweaker.api.minecraft.CraftTweakerMC$1@18dc1632, crafttweaker.api.minecraft.CraftTweakerMC$1@62844e36]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12220 crafttweaker:ct_shaped-922488931 RecipeStage{tier='one', recipe=1xitem.PlumbLine@0:[net.minecraft.item.crafting.Ingredient@1eb1097d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7607766e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@e12831a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12221 crafttweaker:ct_shaped868837355 RecipeStage{tier='two', recipe=1xitem.StockroomCatalog@0:[net.minecraft.item.crafting.Ingredient@4ea79910, net.minecraftforge.oredict.OreIngredient@58cb9b58, net.minecraft.item.crafting.Ingredient@15b22229, net.minecraft.item.crafting.Ingredient@fa269d6, net.minecraft.item.crafting.Ingredient@7d3f0e2b, net.minecraft.item.crafting.Ingredient@792a4b8f, net.minecraft.item.crafting.Ingredient@7d8d8de9, net.minecraft.item.crafting.Ingredient@61fdb757, net.minecraft.item.crafting.Ingredient@6436b315]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12222 crafttweaker:ct_shaped1573752230 RecipeStage{tier='three', recipe=1xitem.tape@0:[net.minecraft.item.crafting.Ingredient@4f6bfa2f, net.minecraft.item.crafting.Ingredient@5e98d4ee, net.minecraft.item.crafting.Ingredient@52d39765, net.minecraft.item.crafting.Ingredient@3ac2831, net.minecraftforge.oredict.OreIngredient@130600e9, net.minecraft.item.crafting.Ingredient@ba189c3, net.minecraft.item.crafting.Ingredient@45075f6d, net.minecraft.item.crafting.Ingredient@27080a5c, net.minecraft.item.crafting.Ingredient@4aa471c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12223 crafttweaker:ct_shapeless1552825661 RecipeStage{tier='two', recipe=1xtile.BiblioCraft:LanternGold@7:[net.minecraft.item.crafting.Ingredient@34229db, net.minecraft.item.crafting.Ingredient@7c41f2e9]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12224 crafttweaker:ct_shapeless708932541 RecipeStage{tier='two', recipe=1xtile.BiblioCraft:LampIron@11:[net.minecraft.item.crafting.Ingredient@1b7c4dd7, net.minecraft.item.crafting.Ingredient@4d387b03]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12225 crafttweaker:ct_shapeless-1493263593 RecipeStage{tier='three', recipe=1xtile.BiblioCraft:Typewriter@11:[net.minecraft.item.crafting.Ingredient@5fa69f8e, net.minecraft.item.crafting.Ingredient@2c03f829]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12226 crafttweaker:ct_shapeless778177257 RecipeStage{tier='two', recipe=1xtile.BiblioCraft:LanternIron@12:[net.minecraft.item.crafting.Ingredient@55e81a8b, net.minecraft.item.crafting.Ingredient@5b068356]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12227 crafttweaker:ct_shapeless-1199360245 RecipeStage{tier='two', recipe=1xtile.BiblioCraft:LampGold@12:[net.minecraft.item.crafting.Ingredient@30372d57, net.minecraft.item.crafting.Ingredient@3c649c8]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12228 crafttweaker:ct_shapeless812834636 RecipeStage{tier='two', recipe=1xtile.BiblioCraft:SwordPedestal@4:[net.minecraft.item.crafting.Ingredient@166f2779, net.minecraft.item.crafting.Ingredient@799c0ad1]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12229 crafttweaker:ct_shapeless-12432855 RecipeStage{tier='two', recipe=1xtile.BiblioCraft:SwordPedestal@13:[net.minecraft.item.crafting.Ingredient@70c8dd20, net.minecraft.item.crafting.Ingredient@41f142f8]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12230 crafttweaker:ct_shapeless268335832 RecipeStage{tier='two', recipe=1xtile.BiblioCraft:LampIron@2:[net.minecraft.item.crafting.Ingredient@2ecaf150, net.minecraft.item.crafting.Ingredient@3719bcda]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12231 crafttweaker:ct_shapeless-1724966678 RecipeStage{tier='two', recipe=1xtile.BiblioCraft:LanternIron@3:[net.minecraft.item.crafting.Ingredient@18e46c4, net.minecraft.item.crafting.Ingredient@4aa3328f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12232 crafttweaker:ct_shapeless-1201204412 RecipeStage{tier='two', recipe=1xtile.BiblioCraft:LampGold@3:[net.minecraft.item.crafting.Ingredient@339a0afa, net.minecraft.item.crafting.Ingredient@499f9f3f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12233 crafttweaker:ct_shapeless-1038974164 RecipeStage{tier='two', recipe=1xtile.BiblioCraft:LanternGold@14:[net.minecraft.item.crafting.Ingredient@3ad458ae, net.minecraft.item.crafting.Ingredient@69b02231]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12234 crafttweaker:ct_shapeless-700404094 RecipeStage{tier='three', recipe=1xtile.BiblioCraft:Typewriter@4:[net.minecraft.item.crafting.Ingredient@a9e3827, net.minecraft.item.crafting.Ingredient@3fcd282c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12235 crafttweaker:ct_shapeless1603524475 RecipeStage{tier='two', recipe=1xtile.BiblioCraft:LanternGold@5:[net.minecraft.item.crafting.Ingredient@27440653, net.minecraft.item.crafting.Ingredient@4f0d0920]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12236 crafttweaker:ct_shapeless693243233 RecipeStage{tier='two', recipe=1xtile.BiblioCraft:LampIron@9:[net.minecraft.item.crafting.Ingredient@34294fe6, net.minecraft.item.crafting.Ingredient@62739d07]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12237 crafttweaker:ct_shapeless-1751107583 RecipeStage{tier='three', recipe=1xtile.BiblioCraft:Typewriter@9:[net.minecraft.item.crafting.Ingredient@65027984, net.minecraft.item.crafting.Ingredient@42e1380d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12238 crafttweaker:ct_shapeless-1295511393 RecipeStage{tier='three', recipe=1xtile.BiblioCraft:Typewriter@13:[net.minecraft.item.crafting.Ingredient@3c4909c8, net.minecraft.item.crafting.Ingredient@422c30e3]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12239 crafttweaker:ct_shapeless-1642157682 RecipeStage{tier='two', recipe=1xtile.BiblioCraft:SwordPedestal@15:[net.minecraft.item.crafting.Ingredient@3494bf7b, net.minecraft.item.crafting.Ingredient@7f7ed8b4]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12240 crafttweaker:ct_shapeless-292066504 RecipeStage{tier='three', recipe=1xtile.BiblioCraft:Typewriter@2:[net.minecraft.item.crafting.Ingredient@b0d99da, net.minecraft.item.crafting.Ingredient@28051b70]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12241 crafttweaker:ct_shapeless-1826930493 RecipeStage{tier='three', recipe=1xtile.BiblioCraft:Typewriter@0:[net.minecraft.item.crafting.Ingredient@397b066c, net.minecraft.item.crafting.Ingredient@3049d28f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12242 crafttweaker:ct_shapeless128633707 RecipeStage{tier='two', recipe=1xtile.BiblioCraft:SwordPedestal@6:[net.minecraft.item.crafting.Ingredient@57ed5e15, net.minecraft.item.crafting.Ingredient@57b31103]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12243 crafttweaker:ct_shapeless-195306963 RecipeStage{tier='two', recipe=1xtile.BiblioCraft:LanternIron@10:[net.minecraft.item.crafting.Ingredient@369a25ff, net.minecraft.item.crafting.Ingredient@48394409]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12244 crafttweaker:ct_shapeless218785927 RecipeStage{tier='two', recipe=1xtile.BiblioCraft:LampGold@10:[net.minecraft.item.crafting.Ingredient@7519b6ed, net.minecraft.item.crafting.Ingredient@3a6d9a44]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12245 crafttweaker:ct_shapeless-1917667479 RecipeStage{tier='two', recipe=1xtile.BiblioCraft:LanternGold@11:[net.minecraft.item.crafting.Ingredient@5dbfe52b, net.minecraft.item.crafting.Ingredient@5fa4eb99]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12246 crafttweaker:ct_shapeless2068400570 RecipeStage{tier='two', recipe=1xtile.BiblioCraft:LampIron@15:[net.minecraft.item.crafting.Ingredient@6732805e, net.minecraft.item.crafting.Ingredient@315b9946]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12247 crafttweaker:ct_shapeless-1337405061 RecipeStage{tier='three', recipe=1xtile.BiblioCraft:Typewriter@7:[net.minecraft.item.crafting.Ingredient@13efb4fb, net.minecraft.item.crafting.Ingredient@6bef6d3c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12248 crafttweaker:ct_shapeless1752104995 RecipeStage{tier='two', recipe=1xtile.BiblioCraft:LampGold@0:[net.minecraft.item.crafting.Ingredient@18ac306f, net.minecraft.item.crafting.Ingredient@75d01b95]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12249 crafttweaker:ct_shapeless-1652354467 RecipeStage{tier='two', recipe=1xtile.BiblioCraft:LampGold@8:[net.minecraft.item.crafting.Ingredient@1bf631b8, net.minecraft.item.crafting.Ingredient@be03977]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12250 crafttweaker:ct_shapeless-456828700 RecipeStage{tier='two', recipe=1xtile.BiblioCraft:LanternGold@2:[net.minecraft.item.crafting.Ingredient@72364f2c, net.minecraft.item.crafting.Ingredient@7cffe4c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12251 crafttweaker:ct_shapeless-1790485725 RecipeStage{tier='two', recipe=1xtile.BiblioCraft:LampIron@0:[net.minecraft.item.crafting.Ingredient@2d1e64fc, net.minecraft.item.crafting.Ingredient@27bfcba9]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12252 crafttweaker:ct_shapeless1225033837 RecipeStage{tier='two', recipe=1xtile.BiblioCraft:LanternIron@7:[net.minecraft.item.crafting.Ingredient@6730bf5d, net.minecraft.item.crafting.Ingredient@1ff51069]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12253 crafttweaker:ct_shapeless1390983094 RecipeStage{tier='two', recipe=1xtile.BiblioCraft:LanternIron@1:[net.minecraft.item.crafting.Ingredient@4112beef, net.minecraft.item.crafting.Ingredient@18a9d7e7]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12254 crafttweaker:ct_shapeless1182783821 RecipeStage{tier='two', recipe=1xtile.BiblioCraft:SwordPedestal@9:[net.minecraft.item.crafting.Ingredient@7a8149f8, net.minecraft.item.crafting.Ingredient@4dc07899]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12255 crafttweaker:ct_shapeless-106252711 RecipeStage{tier='two', recipe=1xtile.BiblioCraft:LampIron@6:[net.minecraft.item.crafting.Ingredient@19f14208, net.minecraft.item.crafting.Ingredient@4fb1b83e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12256 crafttweaker:ct_shapeless-1500515612 RecipeStage{tier='three', recipe=1xtile.BiblioCraft:Typewriter@14:[net.minecraft.item.crafting.Ingredient@3f8ff6b9, net.minecraft.item.crafting.Ingredient@71455561]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12257 crafttweaker:ct_shapeless1502126847 RecipeStage{tier='two', recipe=1xtile.BiblioCraft:LanternGold@9:[net.minecraft.item.crafting.Ingredient@6237b843, net.minecraft.item.crafting.Ingredient@20859c73]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12258 crafttweaker:ct_shapeless1132011849 RecipeStage{tier='two', recipe=1xtile.BiblioCraft:LanternGold@13:[net.minecraft.item.crafting.Ingredient@607f9ce4, net.minecraft.item.crafting.Ingredient@3bca33d7]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12259 crafttweaker:ct_shapeless-2032090183 RecipeStage{tier='two', recipe=1xtile.BiblioCraft:LampIron@13:[net.minecraft.item.crafting.Ingredient@6460714d, net.minecraft.item.crafting.Ingredient@680a0fb6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12260 crafttweaker:ct_shapeless-923702539 RecipeStage{tier='three', recipe=1xtile.BiblioCraft:Typewriter@5:[net.minecraft.item.crafting.Ingredient@748e36ef, net.minecraft.item.crafting.Ingredient@1e30f722]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12261 crafttweaker:ct_shapeless1595339122 RecipeStage{tier='two', recipe=1xtile.BiblioCraft:SwordPedestal@2:[net.minecraft.item.crafting.Ingredient@793d07b0, net.minecraft.item.crafting.Ingredient@41f2d09e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12262 crafttweaker:ct_shapeless-301322196 RecipeStage{tier='two', recipe=1xtile.BiblioCraft:LanternIron@14:[net.minecraft.item.crafting.Ingredient@444eaf01, net.minecraft.item.crafting.Ingredient@5d5ed94d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12263 crafttweaker:ct_shapeless-1041918631 RecipeStage{tier='two', recipe=1xtile.BiblioCraft:LampGold@6:[net.minecraft.item.crafting.Ingredient@4c4f55d1, net.minecraft.item.crafting.Ingredient@1bee0ae6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12264 crafttweaker:ct_shapeless-2115178465 RecipeStage{tier='two', recipe=1xtile.BiblioCraft:LanternGold@0:[net.minecraft.item.crafting.Ingredient@2a69883d, net.minecraft.item.crafting.Ingredient@156a88c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12265 crafttweaker:ct_shapeless1275732651 RecipeStage{tier='two', recipe=1xtile.BiblioCraft:LanternIron@5:[net.minecraft.item.crafting.Ingredient@378184aa, net.minecraft.item.crafting.Ingredient@5cd31186]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12266 crafttweaker:ct_shapeless1968878826 RecipeStage{tier='two', recipe=1xtile.BiblioCraft:LampGold@15:[net.minecraft.item.crafting.Ingredient@3a9d5241, net.minecraft.item.crafting.Ingredient@ebb8f56]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12267 crafttweaker:ct_shapeless225864290 RecipeStage{tier='two', recipe=1xtile.BiblioCraft:LampIron@4:[net.minecraft.item.crafting.Ingredient@35a4feff, net.minecraft.item.crafting.Ingredient@713f96ec]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12268 crafttweaker:ct_shapeless-125887507 RecipeStage{tier='two', recipe=1xtile.BiblioCraft:SwordPedestal@0:[net.minecraft.item.crafting.Ingredient@21e0cdd0, net.minecraft.item.crafting.Ingredient@73f32785]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12269 crafttweaker:ct_shapeless789226249 RecipeStage{tier='two', recipe=1xtile.BiblioCraft:SwordPedestal@11:[net.minecraft.item.crafting.Ingredient@61327c02, net.minecraft.item.crafting.Ingredient@6c371e3e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12270 crafttweaker:ct_shapeless-994136338 RecipeStage{tier='two', recipe=1xtile.BiblioCraft:LanternGold@15:[net.minecraft.item.crafting.Ingredient@4b1ed025, net.minecraft.item.crafting.Ingredient@213b09cc]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12271 crafttweaker:ct_shapeless2034635332 RecipeStage{tier='two', recipe=1xtile.BiblioCraft:LampIron@3:[net.minecraft.item.crafting.Ingredient@539bb385, net.minecraft.item.crafting.Ingredient@7899126]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12272 crafttweaker:ct_shapeless1475199524 RecipeStage{tier='three', recipe=1xtile.BiblioCraft:Typewriter@3:[net.minecraft.item.crafting.Ingredient@3a2be60a, net.minecraft.item.crafting.Ingredient@43a7edea]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12273 crafttweaker:ct_shapeless-421496470 RecipeStage{tier='two', recipe=1xtile.BiblioCraft:LanternIron@4:[net.minecraft.item.crafting.Ingredient@4d2e7980, net.minecraft.item.crafting.Ingredient@6e5c1a2]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12274 crafttweaker:ct_shapeless1284991842 RecipeStage{tier='two', recipe=1xtile.BiblioCraft:LampGold@4:[net.minecraft.item.crafting.Ingredient@631b6cc2, net.minecraft.item.crafting.Ingredient@1faf05f6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12275 crafttweaker:ct_shapeless180225865 RecipeStage{tier='two', recipe=1xtile.BiblioCraft:SwordPedestal@12:[net.minecraft.item.crafting.Ingredient@21f38dfa, net.minecraft.item.crafting.Ingredient@933b0b7]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12276 crafttweaker:ct_shapeless-1655636791 RecipeStage{tier='two', recipe=1xtile.BiblioCraft:SwordPedestal@5:[net.minecraft.item.crafting.Ingredient@3176b02f, net.minecraft.item.crafting.Ingredient@56118342]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12277 crafttweaker:ct_shapeless1468922295 RecipeStage{tier='two', recipe=1xtile.BiblioCraft:LampIron@10:[net.minecraft.item.crafting.Ingredient@6b305827, net.minecraft.item.crafting.Ingredient@7f12ebfe]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12278 crafttweaker:ct_shapeless2071799581 RecipeStage{tier='two', recipe=1xtile.BiblioCraft:LanternGold@8:[net.minecraft.item.crafting.Ingredient@7b61cbfb, net.minecraft.item.crafting.Ingredient@21305c46]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12279 crafttweaker:ct_shapeless1869663817 RecipeStage{tier='two', recipe=1xtile.BiblioCraft:LanternIron@13:[net.minecraft.item.crafting.Ingredient@4828c927, net.minecraft.item.crafting.Ingredient@200d86c7]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12280 crafttweaker:ct_shapeless1012740745 RecipeStage{tier='two', recipe=1xtile.BiblioCraft:LampGold@13:[net.minecraft.item.crafting.Ingredient@5546bf2e, net.minecraft.item.crafting.Ingredient@76371bac]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12281 crafttweaker:ct_shapeless-1099838501 RecipeStage{tier='two', recipe=1xtile.BiblioCraft:LampIron@12:[net.minecraft.item.crafting.Ingredient@78d885bc, net.minecraft.item.crafting.Ingredient@342f1fde]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12282 crafttweaker:ct_shapeless1421835020 RecipeStage{tier='two', recipe=1xtile.BiblioCraft:SwordPedestal@3:[net.minecraft.item.crafting.Ingredient@547069ba, net.minecraft.item.crafting.Ingredient@1a54e2e3]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12283 crafttweaker:ct_shapeless-667330088 RecipeStage{tier='two', recipe=1xtile.BiblioCraft:LampGold@2:[net.minecraft.item.crafting.Ingredient@269d7170, net.minecraft.item.crafting.Ingredient@6a004b92]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12284 crafttweaker:ct_shapeless1772761164 RecipeStage{tier='two', recipe=1xtile.BiblioCraft:SwordPedestal@14:[net.minecraft.item.crafting.Ingredient@3d6ac2d1, net.minecraft.item.crafting.Ingredient@947c65]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12285 crafttweaker:ct_shapeless-82444680 RecipeStage{tier='three', recipe=1xtile.BiblioCraft:Typewriter@1:[net.minecraft.item.crafting.Ingredient@4d4f8bf6, net.minecraft.item.crafting.Ingredient@257b0516]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12286 crafttweaker:ct_shapeless1911057163 RecipeStage{tier='two', recipe=1xtile.BiblioCraft:SwordPedestal@7:[net.minecraft.item.crafting.Ingredient@4e6c3722, net.minecraft.item.crafting.Ingredient@6d381dde]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12287 crafttweaker:ct_shapeless-668492963 RecipeStage{tier='three', recipe=1xtile.BiblioCraft:Typewriter@10:[net.minecraft.item.crafting.Ingredient@5c193bb4, net.minecraft.item.crafting.Ingredient@21b7d694]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12288 crafttweaker:ct_shapeless1150115482 RecipeStage{tier='two', recipe=1xtile.BiblioCraft:LanternGold@4:[net.minecraft.item.crafting.Ingredient@e4d30a7, net.minecraft.item.crafting.Ingredient@23361a5d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12289 crafttweaker:ct_shapeless-568385059 RecipeStage{tier='two', recipe=1xtile.BiblioCraft:LanternGold@6:[net.minecraft.item.crafting.Ingredient@36674114, net.minecraft.item.crafting.Ingredient@297b223a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12290 crafttweaker:ct_shapeless1174335023 RecipeStage{tier='two', recipe=1xtile.BiblioCraft:LanternIron@9:[net.minecraft.item.crafting.Ingredient@4e54f7ba, net.minecraft.item.crafting.Ingredient@5d23e8df]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12291 crafttweaker:ct_shapeless-525292951 RecipeStage{tier='two', recipe=1xtile.BiblioCraft:LanternIron@11:[net.minecraft.item.crafting.Ingredient@51c07d8e, net.minecraft.item.crafting.Ingredient@21daef7e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12292 crafttweaker:ct_shapeless-242422687 RecipeStage{tier='two', recipe=1xtile.BiblioCraft:LampGold@9:[net.minecraft.item.crafting.Ingredient@48da25d8, net.minecraft.item.crafting.Ingredient@a7d490c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12293 crafttweaker:ct_shapeless609410797 RecipeStage{tier='two', recipe=1xtile.BiblioCraft:LampGold@11:[net.minecraft.item.crafting.Ingredient@580369c0, net.minecraft.item.crafting.Ingredient@2e54dca1]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12294 crafttweaker:ct_shapeless1583485277 RecipeStage{tier='two', recipe=1xtile.BiblioCraft:LampIron@8:[net.minecraft.item.crafting.Ingredient@37b9d856, net.minecraft.item.crafting.Ingredient@576cd284]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12295 crafttweaker:ct_shapeless626100085 RecipeStage{tier='three', recipe=1xtile.BiblioCraft:Typewriter@12:[net.minecraft.item.crafting.Ingredient@1462fcc0, net.minecraft.item.crafting.Ingredient@1cdb9b39]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12296 crafttweaker:ct_shapeless-153354726 RecipeStage{tier='two', recipe=1xtile.BiblioCraft:LanternGold@3:[net.minecraft.item.crafting.Ingredient@65d98b9c, net.minecraft.item.crafting.Ingredient@54108d51]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12297 crafttweaker:ct_shapeless-1272025509 RecipeStage{tier='two', recipe=1xtile.BiblioCraft:LampIron@7:[net.minecraft.item.crafting.Ingredient@5797ffef, net.minecraft.item.crafting.Ingredient@1755a477]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12298 crafttweaker:ct_shapeless-1601125868 RecipeStage{tier='three', recipe=1xtile.BiblioCraft:Typewriter@15:[net.minecraft.item.crafting.Ingredient@3e79586a, net.minecraft.item.crafting.Ingredient@6ed320f1]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12299 crafttweaker:ct_shapeless1501760847 RecipeStage{tier='two', recipe=1xtile.BiblioCraft:LanternIron@0:[net.minecraft.item.crafting.Ingredient@653d243, net.minecraft.item.crafting.Ingredient@3c1fb8e2]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12300 crafttweaker:ct_shapeless500187629 RecipeStage{tier='two', recipe=1xtile.BiblioCraft:LanternIron@8:[net.minecraft.item.crafting.Ingredient@48510d03, net.minecraft.item.crafting.Ingredient@3ff26850]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12301 crafttweaker:ct_shapeless-614197271 RecipeStage{tier='two', recipe=1xtile.BiblioCraft:LanternGold@12:[net.minecraft.item.crafting.Ingredient@27ab7427, net.minecraft.item.crafting.Ingredient@66b20098]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12302 crafttweaker:ct_shapeless500289752 RecipeStage{tier='two', recipe=1xtile.BiblioCraft:LampGold@1:[net.minecraft.item.crafting.Ingredient@26cb3058, net.minecraft.item.crafting.Ingredient@a577c39]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12303 crafttweaker:ct_shapeless2087275867 RecipeStage{tier='two', recipe=1xtile.BiblioCraft:LampGold@7:[net.minecraft.item.crafting.Ingredient@76212b18, net.minecraft.item.crafting.Ingredient@e14384]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12304 crafttweaker:ct_shapeless-810113411 RecipeStage{tier='three', recipe=1xtile.BiblioCraft:Typewriter@8:[net.minecraft.item.crafting.Ingredient@7f57ea30, net.minecraft.item.crafting.Ingredient@4ed0e757]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12305 crafttweaker:ct_shapeless-1620396337 RecipeStage{tier='two', recipe=1xtile.BiblioCraft:SwordPedestal@8:[net.minecraft.item.crafting.Ingredient@31567c7e, net.minecraft.item.crafting.Ingredient@3b21f4b3]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12306 crafttweaker:ct_shapeless-784620524 RecipeStage{tier='two', recipe=1xtile.BiblioCraft:LanternIron@2:[net.minecraft.item.crafting.Ingredient@7be79f8d, net.minecraft.item.crafting.Ingredient@32c435f9]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12307 crafttweaker:ct_shapeless1718774918 RecipeStage{tier='two', recipe=1xtile.BiblioCraft:LanternGold@1:[net.minecraft.item.crafting.Ingredient@30730a53, net.minecraft.item.crafting.Ingredient@4c3e482]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12308 crafttweaker:ct_shapeless1435955672 RecipeStage{tier='two', recipe=1xtile.BiblioCraft:LampIron@1:[net.minecraft.item.crafting.Ingredient@431f0860, net.minecraft.item.crafting.Ingredient@50678607]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12309 crafttweaker:ct_shapeless1057673045 RecipeStage{tier='two', recipe=1xtile.BiblioCraft:LampIron@5:[net.minecraft.item.crafting.Ingredient@78ee2fca, net.minecraft.item.crafting.Ingredient@631233a1]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12310 crafttweaker:ct_shapeless-1061041843 RecipeStage{tier='two', recipe=1xtile.BiblioCraft:SwordPedestal@10:[net.minecraft.item.crafting.Ingredient@58756bab, net.minecraft.item.crafting.Ingredient@34ce891c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12311 crafttweaker:ct_shapeless-896176883 RecipeStage{tier='two', recipe=1xtile.BiblioCraft:LanternIron@6:[net.minecraft.item.crafting.Ingredient@3d577030, net.minecraft.item.crafting.Ingredient@4f2ad300]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12312 crafttweaker:ct_shapeless-150261490 RecipeStage{tier='two', recipe=1xtile.BiblioCraft:LampGold@14:[net.minecraft.item.crafting.Ingredient@3cf1c17d, net.minecraft.item.crafting.Ingredient@7cb73996]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12313 crafttweaker:ct_shapeless-932958931 RecipeStage{tier='two', recipe=1xtile.BiblioCraft:LanternGold@10:[net.minecraft.item.crafting.Ingredient@7a6710c0, net.minecraft.item.crafting.Ingredient@63cc7e5f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12314 crafttweaker:ct_shapeless398238190 RecipeStage{tier='two', recipe=1xtile.BiblioCraft:LanternIron@15:[net.minecraft.item.crafting.Ingredient@5104a172, net.minecraft.item.crafting.Ingredient@14ba594d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12315 crafttweaker:ct_shapeless122007125 RecipeStage{tier='two', recipe=1xtile.BiblioCraft:LampGold@5:[net.minecraft.item.crafting.Ingredient@5619ba0a, net.minecraft.item.crafting.Ingredient@56271810]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12316 crafttweaker:ct_shapeless-185237292 RecipeStage{tier='two', recipe=1xtile.BiblioCraft:SwordPedestal@1:[net.minecraft.item.crafting.Ingredient@225c3c97, net.minecraft.item.crafting.Ingredient@646a69a0]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12317 crafttweaker:ct_shapeless1099874878 RecipeStage{tier='two', recipe=1xtile.BiblioCraft:LampIron@14:[net.minecraft.item.crafting.Ingredient@7fb856cd, net.minecraft.item.crafting.Ingredient@11b136b2]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12318 crafttweaker:ct_shapeless-1129630279 RecipeStage{tier='three', recipe=1xtile.BiblioCraft:Typewriter@6:[net.minecraft.item.crafting.Ingredient@524a0897, net.minecraft.item.crafting.Ingredient@65da4c17]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12319 crafttweaker:ct_shaped1157665483 RecipeStage{tier='one', recipe=1xtile.bloodmagic.soulForge@0:[net.minecraftforge.oredict.OreIngredient@8dd9e44, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1560ab7, net.minecraft.item.crafting.Ingredient@553811ff, net.minecraftforge.oredict.OreIngredient@519536f6, net.minecraft.item.crafting.Ingredient@355ebd3e, net.minecraft.item.crafting.Ingredient@46c0a90, net.minecraftforge.oredict.OreIngredient@114e540b, net.minecraft.item.crafting.Ingredient@6914e252]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12320 crafttweaker:ct_shaped860618478 RecipeStage{tier='two', recipe=1xitem.bloodmagic.lavaCrystal@0:[net.minecraftforge.oredict.OreIngredient@29630503, crafttweaker.mc1120.item.VanillaIngredient@4d3fb235, net.minecraftforge.oredict.OreIngredient@2e325995, crafttweaker.mc1120.item.VanillaIngredient@607a3873, net.minecraft.item.crafting.Ingredient@51007262, crafttweaker.mc1120.item.VanillaIngredient@611edc6d, net.minecraft.item.crafting.Ingredient@5ddcdf2a, net.minecraftforge.oredict.OreIngredient@6c54cd42, net.minecraft.item.crafting.Ingredient@3e1531c8]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12321 crafttweaker:ct_shaped2018320573 RecipeStage{tier='one', recipe=1xtile.bloodmagic.rune.@4:[net.minecraft.item.crafting.Ingredient@297f6fd3, net.minecraft.item.crafting.Ingredient@12e1c059, net.minecraft.item.crafting.Ingredient@5815319a, net.minecraftforge.oredict.OreIngredient@4f99d021, net.minecraft.item.crafting.Ingredient@1d4a2ff6, net.minecraftforge.oredict.OreIngredient@135d70e, net.minecraft.item.crafting.Ingredient@705daf53, net.minecraft.item.crafting.Ingredient@71c471a1, net.minecraft.item.crafting.Ingredient@3d3dd5f0]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12322 crafttweaker:ct_shaped-812157661 RecipeStage{tier='one', recipe=1xitem.bloodmagic.sacrificial_dagger@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@121fe8fe, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@f25fad9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5d3ecbe5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12323 crafttweaker:ct_shaped-1894500060 RecipeStage{tier='two', recipe=1xitem.bloodmagic.experienceTome@0:[net.minecraft.item.crafting.Ingredient@eff07e7, net.minecraftforge.oredict.OreIngredient@634a46de, net.minecraft.item.crafting.Ingredient@43999b5c, net.minecraft.item.crafting.Ingredient@68530129, net.minecraft.item.crafting.Ingredient@1e65f3fb, net.minecraft.item.crafting.Ingredient@2fa82a5f, net.minecraftforge.oredict.OreIngredient@20e4178d, net.minecraft.item.crafting.Ingredient@504e00f1, net.minecraftforge.oredict.OreIngredient@6105cb28]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12324 crafttweaker:ct_shaped1363619521 RecipeStage{tier='three', recipe=1xitem.bloodmagic.ritualDiviner@0:[net.minecraftforge.oredict.OreIngredient@f91ef85, net.minecraft.item.crafting.Ingredient@fc9c985, net.minecraftforge.oredict.OreIngredient@2f200905, net.minecraft.item.crafting.Ingredient@6033cb42, net.minecraftforge.oredict.OreIngredient@605efd06, net.minecraft.item.crafting.Ingredient@219a9569, net.minecraftforge.oredict.OreIngredient@e5dd87e, net.minecraft.item.crafting.Ingredient@704a7b2c, net.minecraftforge.oredict.OreIngredient@676b1eee]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12325 crafttweaker:ct_shaped1852438150 RecipeStage{tier='one', recipe=4xitem.bloodmagic.soulSnare.@0:[net.minecraft.item.crafting.Ingredient@12affeb7, net.minecraftforge.oredict.OreIngredient@72515ab4, net.minecraft.item.crafting.Ingredient@5161ccc9, net.minecraftforge.oredict.OreIngredient@6ec23465, net.minecraft.item.crafting.Ingredient@375254c, net.minecraftforge.oredict.OreIngredient@7b894b6c, net.minecraft.item.crafting.Ingredient@24d1d750, net.minecraftforge.oredict.OreIngredient@5bcfbeb3, net.minecraft.item.crafting.Ingredient@71babfc3]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12326 crafttweaker:ct_shaped1331234984 RecipeStage{tier='three', recipe=1xtile.bloodmagic.@2:[net.minecraft.item.crafting.Ingredient@40d958b3, net.minecraft.item.crafting.Ingredient@6a986caf, net.minecraft.item.crafting.Ingredient@4c047d69, net.minecraft.item.crafting.Ingredient@6864878d, net.minecraft.item.crafting.Ingredient@62f246f2, net.minecraft.item.crafting.Ingredient@4ba6a317, net.minecraft.item.crafting.Ingredient@24a6603f, net.minecraft.item.crafting.Ingredient@6832d3c9, net.minecraft.item.crafting.Ingredient@1807ddeb]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12327 crafttweaker:ct_shaped831306178 RecipeStage{tier='one', recipe=1xtile.bloodmagic.rune.@3:[net.minecraft.item.crafting.Ingredient@66477be7, net.minecraft.item.crafting.Ingredient@71f75888, net.minecraft.item.crafting.Ingredient@f2571e4, net.minecraftforge.oredict.OreIngredient@29eb0d6e, net.minecraft.item.crafting.Ingredient@74aec3f7, net.minecraftforge.oredict.OreIngredient@3fd6e6f2, net.minecraft.item.crafting.Ingredient@1bd81abd, net.minecraft.item.crafting.Ingredient@6aa9f4d5, net.minecraft.item.crafting.Ingredient@681a330c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12328 crafttweaker:ct_shaped-250720593 RecipeStage{tier='one', recipe=1xtile.bloodmagic.altar@0:[net.minecraft.item.crafting.Ingredient@6073a98b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3b254aca, net.minecraft.item.crafting.Ingredient@1e0f0e27, net.minecraft.item.crafting.Ingredient@2734ccb9, net.minecraft.item.crafting.Ingredient@5a760625, net.minecraftforge.oredict.OreIngredient@4b9464bb, net.minecraft.item.crafting.Ingredient@2d0c35d8, net.minecraftforge.oredict.OreIngredient@2cdc65c4]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12329 crafttweaker:ct_shaped537616033 RecipeStage{tier='three', recipe=1xitem.bloodmagic.ritualDiviner@1:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@46711954, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2ea81c9d, net.minecraft.item.crafting.Ingredient@62464e65, net.minecraft.item.crafting.Ingredient@2dfbf5ac, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@638ef2fe, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12330 crafttweaker:ct_shapeless1084414831 RecipeStage{tier='three', recipe=1xitem.bloodmagic.bound.sword@0:[net.minecraft.item.crafting.Ingredient@dac56e6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12331 crafttweaker:ct_shapeless353033261 RecipeStage{tier='three', recipe=1xitem.bloodmagic.bound.shovel@0:[net.minecraft.item.crafting.Ingredient@5dc91450]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12332 crafttweaker:ct_shapeless-1665284433 RecipeStage{tier='three', recipe=1xitem.bloodmagic.bound.pickaxe@0:[net.minecraft.item.crafting.Ingredient@2f6dccd0]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12333 crafttweaker:ct_shapeless1798860367 RecipeStage{tier='three', recipe=1xitem.bloodmagic.bound.axe@0:[net.minecraft.item.crafting.Ingredient@3be0d2c1]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12334 crafttweaker:ct_shaped587435688 RecipeStage{tier='three', recipe=1xtile.engineBlock@0:[net.minecraftforge.oredict.OreIngredient@5414b83d, net.minecraftforge.oredict.OreIngredient@41ea4d7b, net.minecraftforge.oredict.OreIngredient@a012da, net.minecraftforge.oredict.OreIngredient@3d6baed5, net.minecraftforge.oredict.OreIngredient@4c4f2c15, net.minecraftforge.oredict.OreIngredient@5f5d2172, net.minecraft.item.crafting.Ingredient@5febde81, net.minecraft.item.crafting.Ingredient@3f96deaf, net.minecraft.item.crafting.Ingredient@a0c62cc]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12335 crafttweaker:ct_shaped-702596943 RecipeStage{tier='four', recipe=1xitem.list@0:[net.minecraft.item.crafting.Ingredient@3cec844e, net.minecraft.item.crafting.Ingredient@3d725a84, net.minecraft.item.crafting.Ingredient@34189823, net.minecraft.item.crafting.Ingredient@5d6b866e, net.minecraftforge.oredict.OreIngredient@57db779, net.minecraft.item.crafting.Ingredient@2a747b28, net.minecraft.item.crafting.Ingredient@5a5d27c5, net.minecraft.item.crafting.Ingredient@5b049216, net.minecraft.item.crafting.Ingredient@33aa3070]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12336 crafttweaker:ct_shaped424780706 RecipeStage{tier='three', recipe=1xitem.PipeItemsVoid@0:[net.minecraft.item.crafting.Ingredient@3a8eb016]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12337 crafttweaker:ct_shaped1425679985 RecipeStage{tier='four', recipe=1xtile.markerBlock@0:[net.minecraftforge.oredict.OreIngredient@9dedb8d, net.minecraft.item.crafting.Ingredient@76b56c82]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12338 crafttweaker:ct_shaped-958193798 RecipeStage{tier='four', recipe=1xtile.filteredBufferBlock@0:[net.minecraftforge.oredict.OreIngredient@147eeb94, net.minecraft.item.crafting.Ingredient@5b3fe70d, net.minecraftforge.oredict.OreIngredient@24c25d54, net.minecraftforge.oredict.OreIngredient@794ee432, net.minecraft.item.crafting.Ingredient@1a8f92c4, net.minecraftforge.oredict.OreIngredient@3e2c1917, net.minecraftforge.oredict.OreIngredient@8b2db7b, net.minecraft.item.crafting.Ingredient@653c12b, net.minecraftforge.oredict.OreIngredient@602c7a97]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12339 crafttweaker:ct_shaped-1716214288 RecipeStage{tier='three', recipe=8xitem.PipeItemsVoid@0:[net.minecraftforge.oredict.OreIngredient@3e162324, net.minecraftforge.oredict.OreIngredient@20e14e9e, net.minecraft.item.crafting.Ingredient@38a39930]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12340 crafttweaker:ct_shaped615542019 RecipeStage{tier='four', recipe=1xtile.pathMarkerBlock@0:[net.minecraftforge.oredict.OreIngredient@3bd8b471, net.minecraft.item.crafting.Ingredient@3458bf2d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12341 crafttweaker:ct_shaped-579244171 RecipeStage{tier='four', recipe=1xtile.quarryBlock@0:[net.minecraftforge.oredict.OreIngredient@1e678286, net.minecraft.item.crafting.Ingredient@3aa9f263, net.minecraftforge.oredict.OreIngredient@442ca27b, net.minecraftforge.oredict.OreIngredient@35fcdc04, net.minecraft.item.crafting.Ingredient@17ad1b8f, net.minecraftforge.oredict.OreIngredient@6262c9f3, net.minecraftforge.oredict.OreIngredient@437c90be, net.minecraft.item.crafting.Ingredient@10b36829, net.minecraftforge.oredict.OreIngredient@6fbd78d3]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12342 crafttweaker:ct_shapeless1346525475 RecipeStage{tier='four', recipe=1xitem.pulsar@0:[net.minecraft.item.crafting.Ingredient@1b640986, net.minecraft.item.crafting.Ingredient@3cba8334]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12343 crafttweaker:ct_shaped-2074252981 RecipeStage{tier='four', recipe=1xitem.wrench@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@37c346aa, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@333cdb61, net.minecraftforge.oredict.OreIngredient@8afdcb9, net.minecraftforge.oredict.OreIngredient@60645dbb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12344 crafttweaker:ct_shaped1933749346 RecipeStage{tier='four', recipe=1xitem.axle@0:[net.minecraft.item.crafting.Ingredient@4dbfb10b, net.minecraftforge.oredict.OreIngredient@180d8c0e, net.minecraft.item.crafting.Ingredient@6e31d1a2]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12345 crafttweaker:ct_shaped-274257542 RecipeStage{tier='four', recipe=1xitem.painter_yellow@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2cfad05a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1c7d0b27, net.minecraftforge.oredict.OreIngredient@6864895a, net.minecraftforge.oredict.OreIngredient@838e935, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12346 crafttweaker:ct_shaped-1639637245 RecipeStage{tier='four', recipe=1xtile.sign_post@0:[net.minecraftforge.oredict.OreIngredient@72ba9068, net.minecraftforge.oredict.OreIngredient@6ea992b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12347 crafttweaker:ct_shaped-1194855826 RecipeStage{tier='four', recipe=1xitem.engine_piston@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4a08fef5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5b6c7c0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@23a93ece, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12348 crafttweaker:ct_shaped-1579499948 RecipeStage{tier='four', recipe=1xitem.hammer@0:[net.minecraftforge.oredict.OreIngredient@7158c851, net.minecraftforge.oredict.OreIngredient@7caa6fd9, net.minecraftforge.oredict.OreIngredient@4f112f4b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@25a43729, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1209798c, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12349 crafttweaker:ct_shaped-1473646130 RecipeStage{tier='four', recipe=3xtile.sign@0:[net.minecraftforge.oredict.OreIngredient@3df208b3, net.minecraftforge.oredict.OreIngredient@7b5f1331, net.minecraftforge.oredict.OreIngredient@7fc66e0c, net.minecraftforge.oredict.OreIngredient@265abd61, net.minecraftforge.oredict.OreIngredient@b409e89, net.minecraftforge.oredict.OreIngredient@885d24b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@447f7b59, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12350 crafttweaker:ct_shaped-1002426207 RecipeStage{tier='four', recipe=1xitem.screw_driver@0:[net.minecraftforge.oredict.OreIngredient@373d6702, net.minecraftforge.oredict.OreIngredient@380603ba, net.minecraftforge.oredict.OreIngredient@1eb7897b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12351 crafttweaker:ct_shaped-1631234061 RecipeStage{tier='four', recipe=1xitem.battery@0:[net.minecraftforge.oredict.OreIngredient@212d9c47, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7df4ea17, net.minecraftforge.oredict.OreIngredient@75673dc0, net.minecraftforge.oredict.OreIngredient@57399e46, net.minecraftforge.oredict.OreIngredient@1abbef42, net.minecraftforge.oredict.OreIngredient@40450a50, net.minecraftforge.oredict.OreIngredient@c80a6a5, net.minecraftforge.oredict.OreIngredient@1750d2dd]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12352 crafttweaker:ct_shaped322961454 RecipeStage{tier='four', recipe=1xitem.number_plate@0:[net.minecraftforge.oredict.OreIngredient@52d4fe8a, net.minecraftforge.oredict.OreIngredient@3a2b790a, net.minecraftforge.oredict.OreIngredient@33174564, net.minecraftforge.oredict.OreIngredient@22c0afe1, net.minecraftforge.oredict.OreIngredient@5795359d, net.minecraftforge.oredict.OreIngredient@3617e54c, net.minecraftforge.oredict.OreIngredient@3f22aa8f, net.minecraftforge.oredict.OreIngredient@183aa52d, net.minecraftforge.oredict.OreIngredient@667d426a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12353 crafttweaker:ct_shaped-782361111 RecipeStage{tier='one', recipe=8xtile.chisel.temple@0:[net.minecraft.item.crafting.Ingredient@6f49f66c, net.minecraft.item.crafting.Ingredient@45955fd8, net.minecraft.item.crafting.Ingredient@84b998a, net.minecraft.item.crafting.Ingredient@4a9e4fb, net.minecraftforge.oredict.OreIngredient@24739894, net.minecraft.item.crafting.Ingredient@4b77785d, net.minecraft.item.crafting.Ingredient@1fa42f70, net.minecraft.item.crafting.Ingredient@54e18e43, net.minecraft.item.crafting.Ingredient@6c6e0b73]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12354 crafttweaker:stage_two_item.chisel.chisel_iron RecipeStage{tier='two', recipe=1xitem.chisel.chisel_iron@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1cab2333, net.minecraftforge.oredict.OreIngredient@22ca5079, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12355 crafttweaker:stage_one_item.chisel.chisel_iron RecipeStage{tier='one', recipe=1xitem.chisel.chisel_iron@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7a0141f5, net.minecraftforge.oredict.OreIngredient@6628f855, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12356 crafttweaker:ct_shaped778187258 RecipeStage{tier='one', recipe=1xitem.mod.chiselsandbits.mirrorprint@0:[crafttweaker.mc1120.item.VanillaIngredient@23dfed18, net.minecraftforge.oredict.OreIngredient@53662882, net.minecraft.item.crafting.Ingredient@2398c5f2, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12357 crafttweaker:ct_shaped978162553 RecipeStage{tier='one', recipe=1xitem.mod.chiselsandbits.mirrorprint@0:[crafttweaker.mc1120.item.VanillaIngredient@2d36b84, net.minecraftforge.oredict.OreIngredient@5e38f1eb, net.minecraft.item.crafting.Ingredient@3c78e096, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12358 crafttweaker:ct_shaped687395874 RecipeStage{tier='one', recipe=1xitem.mod.chiselsandbits.chisel_iron@0:[net.minecraftforge.oredict.OreIngredient@59aa05be, net.minecraft.item.crafting.Ingredient@40bcca44]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12359 crafttweaker:ct_shaped1771844835 RecipeStage{tier='one', recipe=1xitem.mod.chiselsandbits.positiveprint@0:[crafttweaker.mc1120.item.VanillaIngredient@5992cc11, net.minecraftforge.oredict.OreIngredient@2215ebe5, net.minecraft.item.crafting.Ingredient@2b9b8dec, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12360 crafttweaker:ct_shaped-1780452023 RecipeStage{tier='one', recipe=1xitem.mod.chiselsandbits.positiveprint@0:[crafttweaker.mc1120.item.VanillaIngredient@d539c31, net.minecraftforge.oredict.OreIngredient@426e3bce, net.minecraft.item.crafting.Ingredient@4f29baa5, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12361 crafttweaker:ct_shaped921068213 RecipeStage{tier='one', recipe=1xtile.mod.chiselsandbits.bittank@0:[net.minecraft.item.crafting.Ingredient@38aaaa41, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@29090b71, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1a8af5d5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@187498b3]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12362 crafttweaker:ct_shaped932446464 RecipeStage{tier='one', recipe=1xitem.mod.chiselsandbits.bit_bag@0:[net.minecraft.item.crafting.Ingredient@75e1c15e, net.minecraft.item.crafting.Ingredient@14d21e10, net.minecraft.item.crafting.Ingredient@59bb6502, net.minecraft.item.crafting.Ingredient@65b6df86, net.minecraft.item.crafting.Ingredient@1e26195f, net.minecraft.item.crafting.Ingredient@1a80b615, net.minecraft.item.crafting.Ingredient@18915332, net.minecraft.item.crafting.Ingredient@4b88e549, net.minecraft.item.crafting.Ingredient@65caf186]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12363 crafttweaker:ct_shaped-2045740638 RecipeStage{tier='one', recipe=1xitem.mod.chiselsandbits.negativeprint@0:[crafttweaker.mc1120.item.VanillaIngredient@7ae5d334, net.minecraftforge.oredict.OreIngredient@68ff1799, net.minecraft.item.crafting.Ingredient@64d11562, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12364 crafttweaker:ct_shaped-1452799651 RecipeStage{tier='one', recipe=1xitem.mod.chiselsandbits.negativeprint@0:[crafttweaker.mc1120.item.VanillaIngredient@56a58ebf, net.minecraftforge.oredict.OreIngredient@28d9b2c, net.minecraft.item.crafting.Ingredient@125e173b, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12365 crafttweaker:ct_shapeless-791838426 RecipeStage{tier='one', recipe=1xitem.mod.chiselsandbits.mirrorprint@0:[net.minecraft.item.crafting.Ingredient@7e486a17]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12366 crafttweaker:ct_shapeless2021621030 RecipeStage{tier='one', recipe=1xitem.mod.chiselsandbits.positiveprint@0:[net.minecraft.item.crafting.Ingredient@462c317]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12367 crafttweaker:ct_shapeless-2109885018 RecipeStage{tier='one', recipe=1xitem.mod.chiselsandbits.negativeprint@0:[net.minecraft.item.crafting.Ingredient@6ad87c4c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12368 crafttweaker:ct_shaped-159001971 RecipeStage{tier='one', recipe=1xitem.contenttweaker.bronze_legs@0:[net.minecraftforge.oredict.OreIngredient@8dd59e3, net.minecraftforge.oredict.OreIngredient@35f8823d, net.minecraftforge.oredict.OreIngredient@271095ee, net.minecraftforge.oredict.OreIngredient@e83b75c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6cf3f52e, net.minecraftforge.oredict.OreIngredient@1d6b6be7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3e772241]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12369 crafttweaker:ct_shaped1446251693 RecipeStage{tier='one', recipe=1xitem.contenttweaker.bronze_head@0:[net.minecraftforge.oredict.OreIngredient@2ddd4b84, net.minecraftforge.oredict.OreIngredient@5ef48194, net.minecraftforge.oredict.OreIngredient@1806fdfe, net.minecraftforge.oredict.OreIngredient@1fe4b195, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@58224886]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12370 crafttweaker:ct_shaped-354981743 RecipeStage{tier='one', recipe=1xitem.contenttweaker.copper_feet@0:[net.minecraftforge.oredict.OreIngredient@22a08a37, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@d667a90, net.minecraftforge.oredict.OreIngredient@37b41ab0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7d1802b8]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12371 crafttweaker:ct_shaped158435269 RecipeStage{tier='one', recipe=1xitem.contenttweaker.copper_chest@0:[net.minecraftforge.oredict.OreIngredient@5b4fde1e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@65439d1d, net.minecraftforge.oredict.OreIngredient@72b57a9f, net.minecraftforge.oredict.OreIngredient@4f85bbb3, net.minecraftforge.oredict.OreIngredient@6a1f2373, net.minecraftforge.oredict.OreIngredient@134df058, net.minecraftforge.oredict.OreIngredient@4af5012c, net.minecraftforge.oredict.OreIngredient@28cf73e2]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12372 crafttweaker:ct_shaped-1206974033 RecipeStage{tier='one', recipe=1xitem.contenttweaker.copper_head@0:[net.minecraftforge.oredict.OreIngredient@3b58c933, net.minecraftforge.oredict.OreIngredient@476b2130, net.minecraftforge.oredict.OreIngredient@2575b490, net.minecraftforge.oredict.OreIngredient@767693bf, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@b1acd13]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12373 crafttweaker:ct_shaped2124416530 RecipeStage{tier='one', recipe=1xitem.contenttweaker.bronze_feet@0:[net.minecraftforge.oredict.OreIngredient@15661fe1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1dbfe8e9, net.minecraftforge.oredict.OreIngredient@5f167b8a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@239472e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12374 crafttweaker:ct_shaped394363556 RecipeStage{tier='one', recipe=1xitem.contenttweaker.bronze_chest@0:[net.minecraftforge.oredict.OreIngredient@2705d99f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@459f8536, net.minecraftforge.oredict.OreIngredient@29396c24, net.minecraftforge.oredict.OreIngredient@61715e1a, net.minecraftforge.oredict.OreIngredient@68b1ba8a, net.minecraftforge.oredict.OreIngredient@51be349f, net.minecraftforge.oredict.OreIngredient@33043ac0, net.minecraftforge.oredict.OreIngredient@586e3334]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12375 crafttweaker:ct_shaped90098479 RecipeStage{tier='one', recipe=1xitem.contenttweaker.copper_legs@0:[net.minecraftforge.oredict.OreIngredient@3deea759, net.minecraftforge.oredict.OreIngredient@1dd476b7, net.minecraftforge.oredict.OreIngredient@f149df7, net.minecraftforge.oredict.OreIngredient@264af8b2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6ed6574d, net.minecraftforge.oredict.OreIngredient@5009e5ee, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7b59313d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12376 crafttweaker:ct_shaped-712030984 RecipeStage{tier='four', recipe=1xitem.cookingforblockheads:preservation_chamber@0:[net.minecraftforge.oredict.OreIngredient@a27c98c, net.minecraftforge.oredict.OreIngredient@56179bba, net.minecraftforge.oredict.OreIngredient@492e2203, net.minecraftforge.oredict.OreIngredient@7bcc22c2, net.minecraft.item.crafting.Ingredient@4f93ef9e, net.minecraftforge.oredict.OreIngredient@25b3679d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12377 crafttweaker:ct_shaped1598704899 RecipeStage{tier='four', recipe=1xtile.cookingforblockheads:toaster@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1db57712, net.minecraftforge.oredict.OreIngredient@7758c54, net.minecraft.item.crafting.Ingredient@574a6c3b, net.minecraftforge.oredict.OreIngredient@69fb66c0, net.minecraftforge.oredict.OreIngredient@5fc0810a, crafttweaker.mc1120.item.VanillaIngredient@74fcb18a, net.minecraftforge.oredict.OreIngredient@70d3209a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12378 crafttweaker:ct_shaped-1751533061 RecipeStage{tier='four', recipe=1xtile.cookingforblockheads:milk_jar@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@42ac8526, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@193f84a8, net.minecraft.item.crafting.Ingredient@8de06e4, net.minecraftforge.oredict.OreIngredient@61e02095, net.minecraftforge.oredict.OreIngredient@47c30c3a, net.minecraftforge.oredict.OreIngredient@22bcdaae, net.minecraftforge.oredict.OreIngredient@5aad113b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12379 crafttweaker:ct_shaped1653197206 RecipeStage{tier='four', recipe=12xtile.cookingforblockheads:kitchen_floor@0:[net.minecraft.item.crafting.Ingredient@3aa96673, net.minecraft.item.crafting.Ingredient@65541fc0, net.minecraft.item.crafting.Ingredient@21f9d06e, net.minecraft.item.crafting.Ingredient@136f29a3]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12380 crafttweaker:ct_shaped790860786 RecipeStage{tier='four', recipe=1xtile.cookingforblockheads:tool_rack@0:[net.minecraftforge.oredict.OreIngredient@62844f43, net.minecraftforge.oredict.OreIngredient@27ebf6cc, net.minecraftforge.oredict.OreIngredient@48fe38ff, net.minecraftforge.oredict.OreIngredient@22b63272, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@62088f30]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12381 crafttweaker:ct_shaped-1822151732 RecipeStage{tier='four', recipe=1xtile.cookingforblockheads:oven@0:[net.minecraftforge.oredict.OreIngredient@1aad582b, net.minecraftforge.oredict.OreIngredient@23ada241, net.minecraftforge.oredict.OreIngredient@309b21e4, net.minecraftforge.oredict.OreIngredient@164c59c8, net.minecraft.item.crafting.Ingredient@6650272a, net.minecraftforge.oredict.OreIngredient@28a12e0b, net.minecraftforge.oredict.OreIngredient@41dcaefa, net.minecraftforge.oredict.OreIngredient@35aa3d10, net.minecraftforge.oredict.OreIngredient@52a435f8]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12382 crafttweaker:ct_shaped-1294668355 RecipeStage{tier='four', recipe=1xtile.cookingforblockheads:sink@0:[net.minecraftforge.oredict.OreIngredient@73d488d1, net.minecraftforge.oredict.OreIngredient@57db532f, net.minecraftforge.oredict.OreIngredient@337db679, net.minecraft.item.crafting.Ingredient@40854e1b, crafttweaker.mc1120.item.VanillaIngredient@17c0c4da, net.minecraft.item.crafting.Ingredient@1a8faf26, net.minecraft.item.crafting.Ingredient@449f1c70, net.minecraft.item.crafting.Ingredient@2e80676e, net.minecraft.item.crafting.Ingredient@3f779070]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12383 crafttweaker:ct_shaped-1911447983 RecipeStage{tier='four', recipe=1xitem.cookingforblockheads:heating_unit@0:[net.minecraft.item.crafting.Ingredient@58e6fe27, net.minecraft.item.crafting.Ingredient@64a615d7, net.minecraft.item.crafting.Ingredient@4930b53a, net.minecraftforge.oredict.OreIngredient@4a47587c, net.minecraft.item.crafting.Ingredient@253f90d5, net.minecraftforge.oredict.OreIngredient@71632108]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12384 crafttweaker:ct_shaped-2020911204 RecipeStage{tier='four', recipe=1xitem.null@2:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3d36c37b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4d42f819, net.minecraft.item.crafting.Ingredient@14a2605c, net.minecraftforge.oredict.OreIngredient@7c2178a1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@77874145, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12385 crafttweaker:ct_shaped-1566337011 RecipeStage{tier='three', recipe=1xitem.tool_auto_torch@0:[net.minecraftforge.oredict.OreIngredient@2ddfed9c, net.minecraft.item.crafting.Ingredient@2af8c8fb, net.minecraftforge.oredict.OreIngredient@5d6b4975, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@102bb6f4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@424a0a60, net.minecraft.item.crafting.Ingredient@2e99bdc2, net.minecraftforge.oredict.OreIngredient@293e6985]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12386 crafttweaker:ct_shaped1311469507 RecipeStage{tier='three', recipe=1xitem.charm_fire@0:[net.minecraft.item.crafting.Ingredient@64efe640, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7664f9b7, net.minecraftforge.oredict.OreIngredient@15703d14, net.minecraft.item.crafting.Ingredient@4fd81c7e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@541e2e23, net.minecraftforge.oredict.OreIngredient@566cc56, net.minecraft.item.crafting.Ingredient@11ead973]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12387 crafttweaker:ct_shaped-1318411028 RecipeStage{tier='five', recipe=1xtile.harvester_block@0:[net.minecraft.item.crafting.Ingredient@1e5e1cdc, net.minecraft.item.crafting.Ingredient@3b944602, net.minecraft.item.crafting.Ingredient@823295a, net.minecraftforge.oredict.OreIngredient@4fc5486c, net.minecraft.item.crafting.Ingredient@219315b4, net.minecraftforge.oredict.OreIngredient@382ee3d2, net.minecraft.item.crafting.Ingredient@29567474, net.minecraft.item.crafting.Ingredient@4c35df1a, net.minecraft.item.crafting.Ingredient@75b24d9d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12388 crafttweaker:ct_shaped333315205 RecipeStage{tier='three', recipe=1xitem.charm_water@0:[net.minecraft.item.crafting.Ingredient@3acd008a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@20a22673, net.minecraftforge.oredict.OreIngredient@420df072, net.minecraft.item.crafting.Ingredient@2534930b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@77af0e77, net.minecraftforge.oredict.OreIngredient@468f2f4f, net.minecraft.item.crafting.Ingredient@6bacd98c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12389 crafttweaker:ct_shaped96339199 RecipeStage{tier='three', recipe=1xtile.placer_block@0:[net.minecraft.item.crafting.Ingredient@6a81b339, net.minecraft.item.crafting.Ingredient@6552c4a8, net.minecraft.item.crafting.Ingredient@5a187a1a, net.minecraftforge.oredict.OreIngredient@5775a86c, net.minecraftforge.oredict.OreIngredient@308ac1c0, net.minecraftforge.oredict.OreIngredient@438e24fd, net.minecraft.item.crafting.Ingredient@5adf5e3c, net.minecraftforge.oredict.OreIngredient@2013abc3, net.minecraft.item.crafting.Ingredient@4671fac0]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12390 crafttweaker:ct_shaped-82499897 RecipeStage{tier='one', recipe=1xitem.tool_harvest_leaves@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@746a973f, net.minecraft.item.crafting.Ingredient@54e41930, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6994eddc, net.minecraft.item.crafting.Ingredient@20fabdd4, net.minecraft.item.crafting.Ingredient@89159b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12391 crafttweaker:ct_shaped-931204625 RecipeStage{tier='three', recipe=1xitem.charm_antidote@0:[net.minecraft.item.crafting.Ingredient@74d0a123, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3ae45868, net.minecraftforge.oredict.OreIngredient@4f8546fd, net.minecraft.item.crafting.Ingredient@7e8b75b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@76c0c73c, net.minecraftforge.oredict.OreIngredient@6e7ff694, net.minecraft.item.crafting.Ingredient@b28f708]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12392 crafttweaker:ct_shaped-1291160093 RecipeStage{tier='three', recipe=1xitem.tool_launcher@0:[net.minecraft.item.crafting.Ingredient@49b8cb59, net.minecraftforge.oredict.OreIngredient@39310c75, net.minecraft.item.crafting.Ingredient@28eb8691, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6437b433, net.minecraftforge.oredict.OreIngredient@6bda49ef, net.minecraftforge.oredict.OreIngredient@5ab9a245, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2e92688d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12393 crafttweaker:ct_shaped1827433527 RecipeStage{tier='three', recipe=1xtile.sprinkler@0:[crafttweaker.api.minecraft.CraftTweakerMC$1@775dd740, net.minecraft.item.crafting.Ingredient@4ef17d75, crafttweaker.api.minecraft.CraftTweakerMC$1@594d5564, net.minecraftforge.oredict.OreIngredient@642688c0, net.minecraft.item.crafting.Ingredient@7d58a4d3, net.minecraftforge.oredict.OreIngredient@388764d8, net.minecraftforge.oredict.OreIngredient@b52e0d9, net.minecraftforge.oredict.OreIngredient@5be219fb, net.minecraftforge.oredict.OreIngredient@63245068]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12394 crafttweaker:ct_shaped-381043606 RecipeStage{tier='two', recipe=1xtile.block_fragile@0:[net.minecraft.item.crafting.Ingredient@60064970, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7c4e3981, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3728da32, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@764e6baf, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2451f1df]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12395 crafttweaker:ct_shaped598830283 RecipeStage{tier='four', recipe=1xitem.charm_void@0:[net.minecraft.item.crafting.Ingredient@29de56e5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5856f0a6, net.minecraftforge.oredict.OreIngredient@5dc0eb10, net.minecraft.item.crafting.Ingredient@7634367e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2d062f23, net.minecraftforge.oredict.OreIngredient@42ba39e5, net.minecraft.item.crafting.Ingredient@1878c2c9]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12396 crafttweaker:ct_shaped-1575014999 RecipeStage{tier='five', recipe=1xtile.block_forester@0:[net.minecraft.item.crafting.Ingredient@4f28807e, net.minecraft.item.crafting.Ingredient@534bd18f, net.minecraft.item.crafting.Ingredient@40adaf12, net.minecraftforge.oredict.OreIngredient@1e1d4344, net.minecraft.item.crafting.Ingredient@15bd0b89, net.minecraftforge.oredict.OreIngredient@18f76718, net.minecraft.item.crafting.Ingredient@350f9e2b, net.minecraft.item.crafting.Ingredient@417cecad, net.minecraft.item.crafting.Ingredient@3c605648]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12397 crafttweaker:ct_shaped1950889893 RecipeStage{tier='three', recipe=1xtile.entity_detector@0:[net.minecraft.item.crafting.Ingredient@1f8c397b, net.minecraftforge.oredict.OreIngredient@56bb0267, net.minecraft.item.crafting.Ingredient@70848599, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4e685fd7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3051e080, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3ef764d7]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12398 crafttweaker:ct_shaped-1010591007 RecipeStage{tier='one', recipe=8xitem.ender_torch@0:[net.minecraftforge.oredict.OreIngredient@6a8b96dd, net.minecraftforge.oredict.OreIngredient@6691eabc, net.minecraftforge.oredict.OreIngredient@59fb430e, net.minecraftforge.oredict.OreIngredient@5c2f553a, net.minecraft.item.crafting.Ingredient@6a240d1c, net.minecraftforge.oredict.OreIngredient@389deee, net.minecraftforge.oredict.OreIngredient@691ea2, net.minecraftforge.oredict.OreIngredient@26490d10, net.minecraftforge.oredict.OreIngredient@6ccfa828]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12399 crafttweaker:ct_shaped-1533004293 RecipeStage{tier='three', recipe=1xitem.charm_wing@0:[net.minecraft.item.crafting.Ingredient@217c65f1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6928f372, net.minecraftforge.oredict.OreIngredient@76742ca, net.minecraft.item.crafting.Ingredient@167834e6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@54e98835, net.minecraftforge.oredict.OreIngredient@7af442b9, net.minecraft.item.crafting.Ingredient@47382e3f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12400 crafttweaker:ct_shaped1002328043 RecipeStage{tier='two', recipe=1xtile.block_fragile_auto@0:[net.minecraft.item.crafting.Ingredient@1030ed3a, net.minecraft.item.crafting.Ingredient@8006729]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12401 crafttweaker:ct_shaped-1187826741 RecipeStage{tier='tutorial', recipe=1xitem.sleeping_mat@0:[net.minecraft.item.crafting.Ingredient@50391d1a, net.minecraft.item.crafting.Ingredient@567688f4, net.minecraft.item.crafting.Ingredient@41b8e63d, net.minecraft.item.crafting.Ingredient@4a0ae80c, net.minecraft.item.crafting.Ingredient@5243fd9a, net.minecraft.item.crafting.Ingredient@3090fe0e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12402 crafttweaker:ct_shaped-790444231 RecipeStage{tier='three', recipe=1xtile.clock@0:[net.minecraftforge.oredict.OreIngredient@361f7f2f, net.minecraftforge.oredict.OreIngredient@2b48bb68, net.minecraftforge.oredict.OreIngredient@662a3cb6, net.minecraftforge.oredict.OreIngredient@51fdcef3, net.minecraft.item.crafting.Ingredient@1cd625e4, net.minecraftforge.oredict.OreIngredient@722b5eed, net.minecraftforge.oredict.OreIngredient@45530392, net.minecraftforge.oredict.OreIngredient@7a66d79d, net.minecraftforge.oredict.OreIngredient@57b23430]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12403 crafttweaker:ct_shaped1179289548 RecipeStage{tier='one', recipe=8xtile.darkutils.slime.dyed@0:[net.minecraftforge.oredict.OreIngredient@7fc6c41d, net.minecraftforge.oredict.OreIngredient@225417e4, net.minecraftforge.oredict.OreIngredient@6e42e60c, net.minecraftforge.oredict.OreIngredient@28174c40, net.minecraftforge.oredict.OreIngredient@61b88373, net.minecraftforge.oredict.OreIngredient@63515397, net.minecraftforge.oredict.OreIngredient@1a5aab77, net.minecraftforge.oredict.OreIngredient@8bd9130, net.minecraftforge.oredict.OreIngredient@2dbb384f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12404 crafttweaker:ct_shaped105110136 RecipeStage{tier='one', recipe=8xtile.darkutils.slime.dyed@1:[net.minecraftforge.oredict.OreIngredient@449f1b84, net.minecraftforge.oredict.OreIngredient@b511173, net.minecraftforge.oredict.OreIngredient@6f013538, net.minecraftforge.oredict.OreIngredient@1b8c01d7, net.minecraftforge.oredict.OreIngredient@27f36a19, net.minecraftforge.oredict.OreIngredient@24aa2d1d, net.minecraftforge.oredict.OreIngredient@42647445, net.minecraftforge.oredict.OreIngredient@391d4767, net.minecraftforge.oredict.OreIngredient@58251ff]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12405 crafttweaker:ct_shaped-784882156 RecipeStage{tier='one', recipe=8xtile.darkutils.slime.dyed@2:[net.minecraftforge.oredict.OreIngredient@70354697, net.minecraftforge.oredict.OreIngredient@1192c288, net.minecraftforge.oredict.OreIngredient@42e789a2, net.minecraftforge.oredict.OreIngredient@557d35a8, net.minecraftforge.oredict.OreIngredient@f26c06e, net.minecraftforge.oredict.OreIngredient@8a7c580, net.minecraftforge.oredict.OreIngredient@76f3f7af, net.minecraftforge.oredict.OreIngredient@4a9f4cac, net.minecraftforge.oredict.OreIngredient@7383d021]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12406 crafttweaker:ct_shaped-989249300 RecipeStage{tier='one', recipe=8xtile.darkutils.slime.dyed@3:[net.minecraftforge.oredict.OreIngredient@453e9014, net.minecraftforge.oredict.OreIngredient@2c195993, net.minecraftforge.oredict.OreIngredient@1c538a90, net.minecraftforge.oredict.OreIngredient@713c43e3, net.minecraftforge.oredict.OreIngredient@4033d3e0, net.minecraftforge.oredict.OreIngredient@2600cfb4, net.minecraftforge.oredict.OreIngredient@2607d6ee, net.minecraftforge.oredict.OreIngredient@3537ba96, net.minecraftforge.oredict.OreIngredient@6b45d303]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12407 crafttweaker:ct_shaped-1873193611 RecipeStage{tier='one', recipe=8xtile.darkutils.slime.dyed@4:[net.minecraftforge.oredict.OreIngredient@4b98ccb0, net.minecraftforge.oredict.OreIngredient@53b0c38b, net.minecraftforge.oredict.OreIngredient@5b5b2061, net.minecraftforge.oredict.OreIngredient@1ec33dc2, net.minecraftforge.oredict.OreIngredient@13338fe6, net.minecraftforge.oredict.OreIngredient@464aba90, net.minecraftforge.oredict.OreIngredient@4490d210, net.minecraftforge.oredict.OreIngredient@43bada6d, net.minecraftforge.oredict.OreIngredient@4c792143]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12408 crafttweaker:ct_shaped1655608309 RecipeStage{tier='one', recipe=8xtile.darkutils.slime.dyed@5:[net.minecraftforge.oredict.OreIngredient@5f749c66, net.minecraftforge.oredict.OreIngredient@1db6c5ca, net.minecraftforge.oredict.OreIngredient@84a0da3, net.minecraftforge.oredict.OreIngredient@d3c46d0, net.minecraftforge.oredict.OreIngredient@76507cbd, net.minecraftforge.oredict.OreIngredient@5de36f28, net.minecraftforge.oredict.OreIngredient@59c4622, net.minecraftforge.oredict.OreIngredient@6a799a87, net.minecraftforge.oredict.OreIngredient@1fb9b6e1]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12409 crafttweaker:ct_shaped358664821 RecipeStage{tier='one', recipe=8xtile.darkutils.slime.dyed@6:[net.minecraftforge.oredict.OreIngredient@59e50011, net.minecraftforge.oredict.OreIngredient@3e2fe059, net.minecraftforge.oredict.OreIngredient@1824f8b9, net.minecraftforge.oredict.OreIngredient@4af84be2, net.minecraftforge.oredict.OreIngredient@3bec3f24, net.minecraftforge.oredict.OreIngredient@7a003d28, net.minecraftforge.oredict.OreIngredient@45def3e1, net.minecraftforge.oredict.OreIngredient@4d7117e3, net.minecraftforge.oredict.OreIngredient@173e0476]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12410 crafttweaker:ct_shaped-1812060119 RecipeStage{tier='one', recipe=8xtile.darkutils.slime.dyed@7:[net.minecraftforge.oredict.OreIngredient@6c2c82c4, net.minecraftforge.oredict.OreIngredient@5e5f355b, net.minecraftforge.oredict.OreIngredient@1bd4ff7c, net.minecraftforge.oredict.OreIngredient@7cae55c4, net.minecraftforge.oredict.OreIngredient@749cc237, net.minecraftforge.oredict.OreIngredient@53ced412, net.minecraftforge.oredict.OreIngredient@6f5dfe08, net.minecraftforge.oredict.OreIngredient@61538652, net.minecraftforge.oredict.OreIngredient@734c7d35]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12411 crafttweaker:ct_shaped914919326 RecipeStage{tier='one', recipe=8xtile.darkutils.slime.dyed@8:[net.minecraftforge.oredict.OreIngredient@5687490a, net.minecraftforge.oredict.OreIngredient@56aa506c, net.minecraftforge.oredict.OreIngredient@2b363dfd, net.minecraftforge.oredict.OreIngredient@3b03487b, net.minecraftforge.oredict.OreIngredient@57a08908, net.minecraftforge.oredict.OreIngredient@530d8aa0, net.minecraftforge.oredict.OreIngredient@494e8ce9, net.minecraftforge.oredict.OreIngredient@68af452b, net.minecraftforge.oredict.OreIngredient@3b9469ff]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12412 crafttweaker:ct_shaped-1264749589 RecipeStage{tier='one', recipe=8xtile.darkutils.slime.dyed@9:[net.minecraftforge.oredict.OreIngredient@4f3aca7, net.minecraftforge.oredict.OreIngredient@39675114, net.minecraftforge.oredict.OreIngredient@2bf3cd0e, net.minecraftforge.oredict.OreIngredient@3330821e, net.minecraftforge.oredict.OreIngredient@2abf864b, net.minecraftforge.oredict.OreIngredient@29539df9, net.minecraftforge.oredict.OreIngredient@1c7dbe60, net.minecraftforge.oredict.OreIngredient@2beaff83, net.minecraftforge.oredict.OreIngredient@7db1a96b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12413 crafttweaker:ct_shaped1090454798 RecipeStage{tier='one', recipe=8xtile.darkutils.slime.dyed@10:[net.minecraftforge.oredict.OreIngredient@48b85f71, net.minecraftforge.oredict.OreIngredient@394766b8, net.minecraftforge.oredict.OreIngredient@452d90f4, net.minecraftforge.oredict.OreIngredient@35a793cb, net.minecraftforge.oredict.OreIngredient@3f6e01d9, net.minecraftforge.oredict.OreIngredient@3d1ec22a, net.minecraftforge.oredict.OreIngredient@149d4f4d, net.minecraftforge.oredict.OreIngredient@1dadafde, net.minecraftforge.oredict.OreIngredient@5202157b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12414 crafttweaker:ct_shaped1177981169 RecipeStage{tier='one', recipe=8xtile.darkutils.slime.dyed@11:[net.minecraftforge.oredict.OreIngredient@19468283, net.minecraftforge.oredict.OreIngredient@67df41c1, net.minecraftforge.oredict.OreIngredient@17fcc1bb, net.minecraftforge.oredict.OreIngredient@5517b7f2, net.minecraftforge.oredict.OreIngredient@78686549, net.minecraftforge.oredict.OreIngredient@6524e2cc, net.minecraftforge.oredict.OreIngredient@14a406ca, net.minecraftforge.oredict.OreIngredient@7c648b8b, net.minecraftforge.oredict.OreIngredient@479deb63]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12415 crafttweaker:ct_shaped1178721314 RecipeStage{tier='one', recipe=8xtile.darkutils.slime.dyed@12:[net.minecraftforge.oredict.OreIngredient@5ed43de, net.minecraftforge.oredict.OreIngredient@314b97ff, net.minecraftforge.oredict.OreIngredient@692b6a8e, net.minecraftforge.oredict.OreIngredient@41c5423b, net.minecraftforge.oredict.OreIngredient@2ed91a6e, net.minecraftforge.oredict.OreIngredient@43c08425, net.minecraftforge.oredict.OreIngredient@710df9c9, net.minecraftforge.oredict.OreIngredient@1a32b949, net.minecraftforge.oredict.OreIngredient@7cdeca0b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12416 crafttweaker:ct_shaped618017940 RecipeStage{tier='one', recipe=8xtile.darkutils.slime.dyed@13:[net.minecraftforge.oredict.OreIngredient@3bf88819, net.minecraftforge.oredict.OreIngredient@2525ed1e, net.minecraftforge.oredict.OreIngredient@2ad2f002, net.minecraftforge.oredict.OreIngredient@20d6f9c1, net.minecraftforge.oredict.OreIngredient@5f110582, net.minecraftforge.oredict.OreIngredient@55d65e63, net.minecraftforge.oredict.OreIngredient@68b9f63b, net.minecraftforge.oredict.OreIngredient@7f36021c, net.minecraftforge.oredict.OreIngredient@28dc256d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12417 crafttweaker:ct_shaped-515207131 RecipeStage{tier='one', recipe=8xtile.darkutils.slime.dyed@14:[net.minecraftforge.oredict.OreIngredient@4f9e5353, net.minecraftforge.oredict.OreIngredient@68b16cb5, net.minecraftforge.oredict.OreIngredient@2758b55d, net.minecraftforge.oredict.OreIngredient@6ee60b96, net.minecraftforge.oredict.OreIngredient@53dfc9d2, net.minecraftforge.oredict.OreIngredient@3068d3d8, net.minecraftforge.oredict.OreIngredient@52787ad5, net.minecraftforge.oredict.OreIngredient@c9c61b7, net.minecraftforge.oredict.OreIngredient@21a0b8af]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12418 crafttweaker:ct_shaped-562356266 RecipeStage{tier='one', recipe=8xtile.darkutils.slime.dyed@15:[net.minecraftforge.oredict.OreIngredient@57205950, net.minecraftforge.oredict.OreIngredient@469f2fb3, net.minecraftforge.oredict.OreIngredient@29616f0e, net.minecraftforge.oredict.OreIngredient@d20cf4d, net.minecraftforge.oredict.OreIngredient@589ffd60, net.minecraftforge.oredict.OreIngredient@67c2a377, net.minecraftforge.oredict.OreIngredient@45f9b99e, net.minecraftforge.oredict.OreIngredient@4ea85ccb, net.minecraftforge.oredict.OreIngredient@697bcc83]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12419 crafttweaker:ct_shapeless-480212802 RecipeStage{tier='tutorial', recipe=1xitem.death_compass.death_compass@0:[crafttweaker.api.minecraft.CraftTweakerMC$1@1b5003c0]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12420 crafttweaker:ct_shaped-620606589 RecipeStage{tier='one', recipe=1xtile.sewer_pipe@0:[net.minecraft.item.crafting.Ingredient@136d6c7d, net.minecraftforge.oredict.OreIngredient@1faf34df, net.minecraftforge.oredict.OreIngredient@2807fc7d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12421 crafttweaker:ct_shaped218436345 RecipeStage{tier='one', recipe=1xtile.dung_pipe@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3352a4be, net.minecraftforge.oredict.OreIngredient@4ba4382d, net.minecraftforge.oredict.OreIngredient@2dcbf44a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3ab8019a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1ce93527, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12422 crafttweaker:ct_shaped-259651183 RecipeStage{tier='four', recipe=1xitem.enderutilities.endercapacitor@1:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@76e613c7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4fdc0f5, net.minecraftforge.oredict.OreIngredient@7e33b521, net.minecraft.item.crafting.Ingredient@2ba6e7cd, net.minecraftforge.oredict.OreIngredient@6d18b155, net.minecraft.item.crafting.Ingredient@7883e6b, net.minecraftforge.oredict.OreIngredient@64710906]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12423 crafttweaker:ct_shaped174071957 RecipeStage{tier='four', recipe=1xitem.enderutilities.enderpart@11:[net.minecraftforge.oredict.OreIngredient@78f502ca, net.minecraft.item.crafting.Ingredient@504f9698, net.minecraftforge.oredict.OreIngredient@16f2919c, net.minecraft.item.crafting.Ingredient@7aa7937d, net.minecraftforge.oredict.OreIngredient@2a142db1, net.minecraft.item.crafting.Ingredient@643853d, net.minecraftforge.oredict.OreIngredient@4bf9a18, net.minecraft.item.crafting.Ingredient@42c5dd89, net.minecraftforge.oredict.OreIngredient@493709c5]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12424 crafttweaker:ct_shaped1381521888 RecipeStage{tier='four', recipe=1xitem.enderutilities.endercapacitor@2:[net.minecraftforge.oredict.OreIngredient@53c717b3, net.minecraft.item.crafting.Ingredient@2b502889, net.minecraftforge.oredict.OreIngredient@471581ff, net.minecraft.item.crafting.Ingredient@361dc1f9, net.minecraftforge.oredict.OreIngredient@5d0c2206, net.minecraft.item.crafting.Ingredient@77324d4e, net.minecraftforge.oredict.OreIngredient@1c43302e, net.minecraft.item.crafting.Ingredient@44093856, net.minecraftforge.oredict.OreIngredient@78a92ec3]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12425 crafttweaker:ct_shaped-1581747551 RecipeStage{tier='four', recipe=1xitem.enderutilities.enderpart@12:[net.minecraftforge.oredict.OreIngredient@1d9444a5, net.minecraft.item.crafting.Ingredient@18d3c579, net.minecraftforge.oredict.OreIngredient@159595bd, net.minecraft.item.crafting.Ingredient@247b7efa, net.minecraftforge.oredict.OreIngredient@1b75a7bc, net.minecraft.item.crafting.Ingredient@1d8b41a6, net.minecraftforge.oredict.OreIngredient@240a17d7, net.minecraft.item.crafting.Ingredient@5b793102, net.minecraftforge.oredict.OreIngredient@6d072596]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12426 crafttweaker:ct_shaped285425591 RecipeStage{tier='four', recipe=1xitem.ec.material@16:[net.minecraft.item.crafting.Ingredient@2a46cfe1, net.minecraft.item.crafting.Ingredient@5e86d1d1, net.minecraftforge.oredict.OreIngredient@4c650a22, net.minecraftforge.oredict.OreIngredient@189abdad]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12427 crafttweaker:ct_shaped798819710 RecipeStage{tier='two', recipe=1xitem.ec.material@14:[net.minecraftforge.oredict.OreIngredient@4bf5098, net.minecraftforge.oredict.OreIngredient@6cdf1187, net.minecraft.item.crafting.Ingredient@88f2224, net.minecraft.item.crafting.Ingredient@45b5914d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12428 crafttweaker:ct_shaped-577060692 RecipeStage{tier='four', recipe=1xitem.ec.material@10:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3bf022f3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2fb74f23, net.minecraft.item.crafting.Ingredient@5ed8c6f3, net.minecraft.item.crafting.Ingredient@378e0b9c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@d535024, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12429 crafttweaker:ct_shaped1651138680 RecipeStage{tier='two', recipe=1xtile.ec.table_basic@0:[net.minecraft.item.crafting.Ingredient@1888c8fa, net.minecraft.item.crafting.Ingredient@ff7a46, net.minecraft.item.crafting.Ingredient@476a532e, net.minecraft.item.crafting.Ingredient@502fe997, net.minecraftforge.oredict.OreIngredient@ebe3470, net.minecraft.item.crafting.Ingredient@75e852ab, net.minecraft.item.crafting.Ingredient@608e8c1b, net.minecraft.item.crafting.Ingredient@4fc2a2cc, net.minecraft.item.crafting.Ingredient@302012f0]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12430 crafttweaker:ct_shaped-1902573651 RecipeStage{tier='four', recipe=1xtile.ec.table_elite@0:[net.minecraft.item.crafting.Ingredient@76a6355, net.minecraft.item.crafting.Ingredient@1310d9f7, net.minecraft.item.crafting.Ingredient@491edd9b, net.minecraftforge.oredict.OreIngredient@7999f1da, net.minecraft.item.crafting.Ingredient@2dbd4577, net.minecraftforge.oredict.OreIngredient@3877fe56, net.minecraft.item.crafting.Ingredient@73a0ec6, net.minecraft.item.crafting.Ingredient@319b28da, net.minecraft.item.crafting.Ingredient@76ca4563]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12431 crafttweaker:ct_shaped-219704986 RecipeStage{tier='four', recipe=1xtile.ec.ender_crafter@0:[net.minecraft.item.crafting.Ingredient@71c890a2, net.minecraft.item.crafting.Ingredient@26d3ec63, net.minecraft.item.crafting.Ingredient@4ee6cd9b, net.minecraft.item.crafting.Ingredient@6aa36879, net.minecraft.item.crafting.Ingredient@5fdba80f, net.minecraft.item.crafting.Ingredient@66d2e763, net.minecraft.item.crafting.Ingredient@1ea06437, net.minecraft.item.crafting.Ingredient@6f31273a, net.minecraft.item.crafting.Ingredient@6d286103]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12432 crafttweaker:ct_shaped231618202 RecipeStage{tier='four', recipe=1xtile.ec.ender_alternator@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1cb06a3a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@12c2447, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@67c2cbaf, net.minecraft.item.crafting.Ingredient@494c9e2d, net.minecraft.item.crafting.Ingredient@56b2dc84]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12433 crafttweaker:ct_shapeless1342840164 RecipeStage{tier='three', recipe=1xitem.ec.material@15:[net.minecraftforge.oredict.OreIngredient@365cd409, net.minecraftforge.oredict.OreIngredient@47b2fede, net.minecraftforge.oredict.OreIngredient@6aa2bdf3, net.minecraft.item.crafting.Ingredient@2ab40adf]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12434 crafttweaker:ct_shapeless805898282 RecipeStage{tier='three', recipe=2xitem.ec.material@7:[net.minecraft.item.crafting.Ingredient@7a987f1c, net.minecraft.item.crafting.Ingredient@2a0c3a9f, net.minecraft.item.crafting.Ingredient@55be4708, net.minecraft.item.crafting.Ingredient@5f565d92]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12435 crafttweaker:stage_three_item.ec.material_basic_component RecipeStage{tier='three', recipe=1xitem.ec.material@14:[net.minecraftforge.oredict.OreIngredient@668fa9fb, net.minecraftforge.oredict.OreIngredient@2d9caf77, net.minecraftforge.oredict.OreIngredient@abd2bcb, net.minecraft.item.crafting.Ingredient@67ea4dc3]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12436 crafttweaker:ct_shaped-499720090 RecipeStage{tier='four', recipe=1xitem.tier1_pressure_layer@0:[net.minecraft.item.crafting.Ingredient@7cb1f0b4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@349e1f42, net.minecraft.item.crafting.Ingredient@571e8969, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@62af521c, net.minecraft.item.crafting.Ingredient@11e83aad, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@554853dd]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12437 crafttweaker:ct_shaped-202082560 RecipeStage{tier='four', recipe=1xitem.tier1_radiation_layer@0:[net.minecraftforge.oredict.OreIngredient@76bedddc, net.minecraft.item.crafting.Ingredient@6e995ea5, net.minecraftforge.oredict.OreIngredient@3ef43c89, net.minecraftforge.oredict.OreIngredient@29b55631, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@29652ee6, net.minecraftforge.oredict.OreIngredient@dad3119, net.minecraft.item.crafting.Ingredient@12224451, net.minecraftforge.oredict.OreIngredient@11259cfa]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12438 crafttweaker:ct_shaped217510683 RecipeStage{tier='four', recipe=1xitem.tier1_un_prepared_space_suit_legings@0:[net.minecraftforge.oredict.OreIngredient@11379226, net.minecraft.item.crafting.Ingredient@75f64ce0, net.minecraftforge.oredict.OreIngredient@75f69ec3, net.minecraftforge.oredict.OreIngredient@48090ecb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6502134e, net.minecraftforge.oredict.OreIngredient@22d4c242, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6395405d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12439 crafttweaker:ct_shaped697266116 RecipeStage{tier='five', recipe=1xitem.tier2_space_suit_gravity_boots@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@636a65b2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@168782f2, net.minecraft.item.crafting.Ingredient@12c584b2, net.minecraft.item.crafting.Ingredient@5b9bb91f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6b6c102b, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12440 crafttweaker:ct_shaped223772043 RecipeStage{tier='five', recipe=1xitem.tier3_space_suit_helmet@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@41569fa6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7f88732a, net.minecraft.item.crafting.Ingredient@79dd7e85, net.minecraft.item.crafting.Ingredient@723bc4dd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7e5de93, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12441 crafttweaker:ct_shaped952116695 RecipeStage{tier='five', recipe=1xitem.tier4_space_suit_chest@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3b48fc66, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@297384dc, net.minecraft.item.crafting.Ingredient@542b003, net.minecraft.item.crafting.Ingredient@2cfae77e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@502d954b, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12442 crafttweaker:ct_shaped-1090593305 RecipeStage{tier='five', recipe=1xitem.tier2_space_suit_helmet@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@65cdbef6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@751fd8e4, net.minecraft.item.crafting.Ingredient@ea5002e, net.minecraft.item.crafting.Ingredient@329e4b7c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3aac69d7, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12443 crafttweaker:ct_shaped-829930889 RecipeStage{tier='five', recipe=1xtile.advanced_fuel_loader@0:[net.minecraftforge.oredict.OreIngredient@31ff5e9e, net.minecraftforge.oredict.OreIngredient@177d8cff, net.minecraftforge.oredict.OreIngredient@57f8e0c7, net.minecraftforge.oredict.OreIngredient@ec3d93e, net.minecraft.item.crafting.Ingredient@45036dd6, net.minecraftforge.oredict.OreIngredient@3ee20bfd, net.minecraft.item.crafting.Ingredient@2e8c3a3e, net.minecraft.item.crafting.Ingredient@3e161cf8, net.minecraft.item.crafting.Ingredient@6025bb31]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12444 crafttweaker:ct_shaped1504752424 RecipeStage{tier='five', recipe=1xtile.fire_bomb@0:[net.minecraftforge.oredict.OreIngredient@4e36f92b, net.minecraft.item.crafting.Ingredient@1246719, net.minecraftforge.oredict.OreIngredient@fdb4a19, net.minecraftforge.oredict.OreIngredient@42ea84e0, net.minecraft.item.crafting.Ingredient@3becc237, net.minecraftforge.oredict.OreIngredient@19d276fc, net.minecraftforge.oredict.OreIngredient@4c8c7c5d, net.minecraft.item.crafting.Ingredient@5ad72ca8, net.minecraftforge.oredict.OreIngredient@777a0bf]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12445 crafttweaker:ct_shaped1842392535 RecipeStage{tier='five', recipe=1xitem.tier4_space_suit_boots@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@d98533b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2259b841, net.minecraft.item.crafting.Ingredient@410862ce, net.minecraft.item.crafting.Ingredient@7bc05008, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@348ed5c0, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12446 crafttweaker:ct_shaped827036249 RecipeStage{tier='five', recipe=1xitem.tier3_space_suit_legings@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5bfaf8a0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5966ef03, net.minecraft.item.crafting.Ingredient@205fb437, net.minecraft.item.crafting.Ingredient@623d4529, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6e0e8e36, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12447 crafttweaker:ct_shaped1487369945 RecipeStage{tier='five', recipe=1xitem.tier3_space_suit_boots@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7e6a03, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5d5d9837, net.minecraft.item.crafting.Ingredient@55c19ab8, net.minecraft.item.crafting.Ingredient@4fa4d108, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3c79848d, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12448 crafttweaker:ct_shaped1538137391 RecipeStage{tier='five', recipe=1xitem.tier4_space_suit_helmet@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@dd42f15, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5499704d, net.minecraft.item.crafting.Ingredient@3ddcd747, net.minecraft.item.crafting.Ingredient@4df1719d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@617143b1, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12449 crafttweaker:ct_shaped242071515 RecipeStage{tier='five', recipe=1xitem.tier2_space_suit_chest@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7e755cca, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2548caac, net.minecraft.item.crafting.Ingredient@63733a01, net.minecraft.item.crafting.Ingredient@8748115, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5cb30fdd, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12450 crafttweaker:ct_shaped-1550495964 RecipeStage{tier='five', recipe=1xitem.tier1_space_suit_gravity_boots@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3f4da34d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@45943597, net.minecraft.item.crafting.Ingredient@69c46819, net.minecraft.item.crafting.Ingredient@2d4d4f1b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7f48d634, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12451 crafttweaker:ct_shaped1148771735 RecipeStage{tier='five', recipe=1xitem.tier4_space_suit_legings@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1b946cc7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@515a5b0c, net.minecraft.item.crafting.Ingredient@1628e3ab, net.minecraft.item.crafting.Ingredient@2fe87e2c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1722cd42, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12452 crafttweaker:ct_shaped703445300 RecipeStage{tier='four', recipe=1xitem.tier1_un_prepared_space_suit_helmet@0:[net.minecraftforge.oredict.OreIngredient@14a36691, net.minecraft.item.crafting.Ingredient@4547fa15, net.minecraftforge.oredict.OreIngredient@29b2f58f, net.minecraftforge.oredict.OreIngredient@287b7526, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@27630956]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12453 crafttweaker:ct_shaped-1623565686 RecipeStage{tier='four', recipe=1xitem.tier1_un_prepared_space_suit_chest@0:[net.minecraftforge.oredict.OreIngredient@5d8ed8fd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@63ae504e, net.minecraftforge.oredict.OreIngredient@108fdb58, net.minecraft.item.crafting.Ingredient@2f1949a6, net.minecraftforge.oredict.OreIngredient@4fb2588, net.minecraftforge.oredict.OreIngredient@15462979, net.minecraftforge.oredict.OreIngredient@7b7d7592, net.minecraftforge.oredict.OreIngredient@1e4c4722]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12454 crafttweaker:ct_shaped597094105 RecipeStage{tier='five', recipe=1xitem.tier3_space_suit_chest@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4346e606, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@67ef02f6, net.minecraft.item.crafting.Ingredient@772e2a7c, net.minecraft.item.crafting.Ingredient@ba716ec, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7fa5b748, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12455 crafttweaker:ct_shaped-544811182 RecipeStage{tier='four', recipe=1xitem.tier1_un_prepared_space_suit_boots@0:[net.minecraft.item.crafting.Ingredient@60c2f2f8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@66395956, net.minecraftforge.oredict.OreIngredient@551a330b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@757d117]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12456 crafttweaker:ct_shaped-1349939100 RecipeStage{tier='five', recipe=1xitem.tier3_space_suit_gravity_boots@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@70f5b637, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5caab296, net.minecraft.item.crafting.Ingredient@58ac5063, net.minecraft.item.crafting.Ingredient@61cafd08, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3cd3bb08, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12457 crafttweaker:ct_shaped505300763 RecipeStage{tier='five', recipe=1xitem.tier2_space_suit_legings@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@35e48006, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@f71e191, net.minecraft.item.crafting.Ingredient@39656fca, net.minecraft.item.crafting.Ingredient@18cf8815, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@93adfba, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12458 crafttweaker:ct_shaped1509537733 RecipeStage{tier='five', recipe=1xtile.nuclear_bomb@0:[net.minecraft.item.crafting.Ingredient@947ca65, net.minecraftforge.oredict.OreIngredient@1bceefb8, net.minecraft.item.crafting.Ingredient@7f2553f4, net.minecraftforge.oredict.OreIngredient@203d84a5, net.minecraftforge.oredict.OreIngredient@171e7625, net.minecraftforge.oredict.OreIngredient@7b41e851, net.minecraft.item.crafting.Ingredient@2e2ebe3e, net.minecraftforge.oredict.OreIngredient@62fa0ff2, net.minecraft.item.crafting.Ingredient@6b1e2d6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12459 crafttweaker:ct_shaped897822980 RecipeStage{tier='five', recipe=1xitem.tier4_space_suit_gravity_boots@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@72468131, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@29c20e09, net.minecraft.item.crafting.Ingredient@1b75015c, net.minecraft.item.crafting.Ingredient@125be7b6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@54d2a3c5, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12460 crafttweaker:ct_shaped1132347355 RecipeStage{tier='five', recipe=1xitem.tier2_space_suit_boots@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6dd94d10, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5e95de16, net.minecraft.item.crafting.Ingredient@133ee425, net.minecraft.item.crafting.Ingredient@52b3b10c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@75a5d787, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12461 crafttweaker:stage_four_item.tier1_space_suit_helmet RecipeStage{tier='four', recipe=1xitem.tier1_space_suit_helmet@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@530d24b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@614b1104, net.minecraft.item.crafting.Ingredient@2e3fe7f0, net.minecraft.item.crafting.Ingredient@757d045f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@76dc3231, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12462 crafttweaker:stage_four_item.tier1_space_suit_boots RecipeStage{tier='four', recipe=1xitem.tier1_space_suit_boots@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4fa6dedf, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1ef7b0bc, net.minecraft.item.crafting.Ingredient@3b510c1, net.minecraft.item.crafting.Ingredient@14efe73c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6dc69358, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12463 crafttweaker:stage_four_item.tier1_space_suit_legings RecipeStage{tier='four', recipe=1xitem.tier1_space_suit_legings@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4e17bc0c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@658f8e17, net.minecraft.item.crafting.Ingredient@e32539d, net.minecraft.item.crafting.Ingredient@57375d50, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@24b37c66, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12464 crafttweaker:stage_four_item.tier1_space_suit_chest RecipeStage{tier='four', recipe=1xitem.tier1_space_suit_chest@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3d55b1d1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2167a35d, net.minecraft.item.crafting.Ingredient@4c57b7fc, net.minecraft.item.crafting.Ingredient@73b8a25c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@63f35ec3, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12465 crafttweaker:ct_shaped217501774 RecipeStage{tier='one', recipe=1xtile.farmingforblockheads:market@0:[net.minecraftforge.oredict.OreIngredient@7f1264ab, net.minecraft.item.crafting.Ingredient@e0bc4e2, net.minecraftforge.oredict.OreIngredient@38972d3d, net.minecraftforge.oredict.OreIngredient@416b69aa, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2d307a10, net.minecraftforge.oredict.OreIngredient@7d4c9780, net.minecraftforge.oredict.OreIngredient@7c33b3d1, net.minecraftforge.oredict.OreIngredient@668fa3c4]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12466 crafttweaker:ct_shaped-22028327 RecipeStage{tier='two', recipe=7xtile.block_dye_glass@13:[net.minecraft.item.crafting.Ingredient@4841a5ff, net.minecraft.item.crafting.Ingredient@5128dbe0, net.minecraft.item.crafting.Ingredient@3064472f, net.minecraft.item.crafting.Ingredient@2b6e4364, net.minecraft.item.crafting.Ingredient@6ec575ab, net.minecraft.item.crafting.Ingredient@79254448, net.minecraft.item.crafting.Ingredient@6bea397c, net.minecraft.item.crafting.Ingredient@32c62206, net.minecraft.item.crafting.Ingredient@776b61d8]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12467 crafttweaker:ct_shaped-442545904 RecipeStage{tier='two', recipe=8xtile.block_dye_glass@3:[net.minecraft.item.crafting.Ingredient@24bf7c79, net.minecraft.item.crafting.Ingredient@1ea4804b, net.minecraft.item.crafting.Ingredient@1d71478b, net.minecraft.item.crafting.Ingredient@31b8805c, net.minecraft.item.crafting.Ingredient@6e3b7ea6, net.minecraft.item.crafting.Ingredient@54a70df2, net.minecraft.item.crafting.Ingredient@437d55f2, net.minecraft.item.crafting.Ingredient@36b297a1, net.minecraft.item.crafting.Ingredient@3c9019f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12468 crafttweaker:ct_shaped1834561438 RecipeStage{tier='two', recipe=8xtile.block_dye_glass@10:[net.minecraft.item.crafting.Ingredient@6f6d5489, net.minecraft.item.crafting.Ingredient@46964e53, net.minecraft.item.crafting.Ingredient@64bbd6bf, net.minecraft.item.crafting.Ingredient@2f35e64e, net.minecraft.item.crafting.Ingredient@2af9363d, net.minecraft.item.crafting.Ingredient@5ee901e7, net.minecraft.item.crafting.Ingredient@645d3aab, net.minecraft.item.crafting.Ingredient@64daa7f8, net.minecraft.item.crafting.Ingredient@7712d80]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12469 crafttweaker:ct_shaped-1692646738 RecipeStage{tier='two', recipe=8xtile.block_dye_glass@14:[net.minecraft.item.crafting.Ingredient@1101f2b0, net.minecraft.item.crafting.Ingredient@1c040a59, net.minecraft.item.crafting.Ingredient@2dd08b46, net.minecraft.item.crafting.Ingredient@2343be51, net.minecraft.item.crafting.Ingredient@3d494cfb, net.minecraft.item.crafting.Ingredient@123dfc9, net.minecraft.item.crafting.Ingredient@2800ee10, net.minecraft.item.crafting.Ingredient@160f7c77, net.minecraft.item.crafting.Ingredient@6156c4d9]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12470 crafttweaker:ct_shaped-1190528319 RecipeStage{tier='two', recipe=7xtile.block_dye_glass@2:[net.minecraft.item.crafting.Ingredient@7e9482ad, net.minecraft.item.crafting.Ingredient@514b9301, net.minecraft.item.crafting.Ingredient@3ccaa19b, net.minecraft.item.crafting.Ingredient@6b6dcad7, net.minecraft.item.crafting.Ingredient@3136acfd, net.minecraft.item.crafting.Ingredient@3c68f241, net.minecraft.item.crafting.Ingredient@55474a2e, net.minecraft.item.crafting.Ingredient@50791923, net.minecraft.item.crafting.Ingredient@542c1695]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12471 crafttweaker:ct_shaped-1631058828 RecipeStage{tier='two', recipe=7xtile.block_dye_glass@6:[net.minecraft.item.crafting.Ingredient@2fad0cab, net.minecraft.item.crafting.Ingredient@4054354a, net.minecraft.item.crafting.Ingredient@58fc8c62, net.minecraft.item.crafting.Ingredient@6cd0a156, net.minecraft.item.crafting.Ingredient@2bdf2033, net.minecraft.item.crafting.Ingredient@4ac0be67, net.minecraft.item.crafting.Ingredient@76e3a4c1, net.minecraft.item.crafting.Ingredient@1f50615a, net.minecraft.item.crafting.Ingredient@4d5c043b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12472 crafttweaker:ct_shaped-1091689774 RecipeStage{tier='two', recipe=8xtile.block_dye_glass@4:[net.minecraft.item.crafting.Ingredient@2a0a871, net.minecraft.item.crafting.Ingredient@690ec148, net.minecraft.item.crafting.Ingredient@75c82782, net.minecraft.item.crafting.Ingredient@589898dc, net.minecraft.item.crafting.Ingredient@5f7c409e, net.minecraft.item.crafting.Ingredient@4067deb8, net.minecraft.item.crafting.Ingredient@74270501, net.minecraft.item.crafting.Ingredient@68652d21, net.minecraft.item.crafting.Ingredient@5520e803]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12473 crafttweaker:ct_shaped445524787 RecipeStage{tier='two', recipe=8xtile.block_dye_glass@15:[net.minecraft.item.crafting.Ingredient@2b4c6e01, net.minecraft.item.crafting.Ingredient@670f7964, net.minecraft.item.crafting.Ingredient@26424c81, net.minecraft.item.crafting.Ingredient@7470c8ba, net.minecraft.item.crafting.Ingredient@3c848c53, net.minecraft.item.crafting.Ingredient@20dc16fe, net.minecraft.item.crafting.Ingredient@144e6020, net.minecraft.item.crafting.Ingredient@66094f0b, net.minecraft.item.crafting.Ingredient@7ef7b18d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12474 crafttweaker:ct_shaped-1505019061 RecipeStage{tier='two', recipe=8xtile.block_dye_glass@1:[net.minecraft.item.crafting.Ingredient@3edc334b, net.minecraft.item.crafting.Ingredient@59f41bd0, net.minecraft.item.crafting.Ingredient@75a976f2, net.minecraft.item.crafting.Ingredient@3611da13, net.minecraft.item.crafting.Ingredient@6988e1f1, net.minecraft.item.crafting.Ingredient@105b5d8b, net.minecraft.item.crafting.Ingredient@2e7bb794, net.minecraft.item.crafting.Ingredient@1682210a, net.minecraft.item.crafting.Ingredient@382bdd42]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12475 crafttweaker:ct_shaped524710394 RecipeStage{tier='two', recipe=8xtile.block_dye_glass@5:[net.minecraft.item.crafting.Ingredient@72d678c9, net.minecraft.item.crafting.Ingredient@162b610, net.minecraft.item.crafting.Ingredient@66f5d47, net.minecraft.item.crafting.Ingredient@60485105, net.minecraft.item.crafting.Ingredient@21196df5, net.minecraft.item.crafting.Ingredient@355f9df0, net.minecraft.item.crafting.Ingredient@49a67b79, net.minecraft.item.crafting.Ingredient@6bc4cb31, net.minecraft.item.crafting.Ingredient@1d86579]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12476 crafttweaker:ct_shaped1240318833 RecipeStage{tier='two', recipe=7xtile.block_dye_glass@11:[net.minecraft.item.crafting.Ingredient@48a1d8af, net.minecraft.item.crafting.Ingredient@32a61f71, net.minecraft.item.crafting.Ingredient@7ff6c757, net.minecraft.item.crafting.Ingredient@3d47867d, net.minecraft.item.crafting.Ingredient@7b6555da, net.minecraft.item.crafting.Ingredient@793a8050, net.minecraft.item.crafting.Ingredient@30bf2c5f, net.minecraft.item.crafting.Ingredient@314a205b, net.minecraft.item.crafting.Ingredient@6050682d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12477 crafttweaker:ct_shaped-287154666 RecipeStage{tier='two', recipe=8xtile.block_dye_glass@0:[net.minecraft.item.crafting.Ingredient@4d454c77, net.minecraft.item.crafting.Ingredient@4d15c54, net.minecraft.item.crafting.Ingredient@64f9fc6d, net.minecraft.item.crafting.Ingredient@78bf1df, net.minecraft.item.crafting.Ingredient@604a33ad, net.minecraft.item.crafting.Ingredient@6e77f00c, net.minecraft.item.crafting.Ingredient@4546733b, net.minecraft.item.crafting.Ingredient@1d9b7745, net.minecraft.item.crafting.Ingredient@2c7de800]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12478 crafttweaker:ct_shaped-672961452 RecipeStage{tier='two', recipe=8xtile.block_dye_glass@8:[net.minecraft.item.crafting.Ingredient@7d5b9a13, net.minecraft.item.crafting.Ingredient@bf2e128, net.minecraft.item.crafting.Ingredient@4d959e4c, net.minecraft.item.crafting.Ingredient@eeb4216, net.minecraft.item.crafting.Ingredient@2fc1cada, net.minecraft.item.crafting.Ingredient@33a685ab, net.minecraft.item.crafting.Ingredient@52201a6d, net.minecraft.item.crafting.Ingredient@68f09cd, net.minecraft.item.crafting.Ingredient@27b994dc]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12479 crafttweaker:ct_shaped1063714280 RecipeStage{tier='two', recipe=7xtile.block_dye_glass@9:[net.minecraft.item.crafting.Ingredient@2035c65d, net.minecraft.item.crafting.Ingredient@72144344, net.minecraft.item.crafting.Ingredient@c2bfdaa, net.minecraft.item.crafting.Ingredient@67df9787, net.minecraft.item.crafting.Ingredient@6956a20f, net.minecraft.item.crafting.Ingredient@3908c202, net.minecraft.item.crafting.Ingredient@6a9dae24, net.minecraft.item.crafting.Ingredient@71e56f5f, net.minecraft.item.crafting.Ingredient@2d7ffdb6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12480 crafttweaker:ct_shaped-678360487 RecipeStage{tier='two', recipe=8xtile.block_dye_glass@7:[net.minecraft.item.crafting.Ingredient@521822c9, net.minecraft.item.crafting.Ingredient@55735a20, net.minecraft.item.crafting.Ingredient@fb65846, net.minecraft.item.crafting.Ingredient@5d76864b, net.minecraft.item.crafting.Ingredient@4e6be946, net.minecraft.item.crafting.Ingredient@10618f1, net.minecraft.item.crafting.Ingredient@3ccf14ff, net.minecraft.item.crafting.Ingredient@556289f3, net.minecraft.item.crafting.Ingredient@44526bc0]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12481 crafttweaker:ct_shaped1838266011 RecipeStage{tier='two', recipe=8xtile.block_dye_glass@12:[net.minecraft.item.crafting.Ingredient@7522222b, net.minecraft.item.crafting.Ingredient@310ea89c, net.minecraft.item.crafting.Ingredient@70e2925f, net.minecraft.item.crafting.Ingredient@27b9ebe8, net.minecraft.item.crafting.Ingredient@43eeb64e, net.minecraft.item.crafting.Ingredient@7e0ace7, net.minecraft.item.crafting.Ingredient@6374a62e, net.minecraft.item.crafting.Ingredient@bfae703, net.minecraft.item.crafting.Ingredient@3d107cf4]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12482 crafttweaker:ct_shaped-1992668985 RecipeStage{tier='four', recipe=1xtile.machine.0@12:[net.minecraftforge.oredict.OreIngredient@3f157825, net.minecraft.item.crafting.Ingredient@7996ec3f, net.minecraftforge.oredict.OreIngredient@2588cef1, net.minecraftforge.oredict.OreIngredient@1b41e168, net.minecraft.item.crafting.Ingredient@f016675, net.minecraftforge.oredict.OreIngredient@41b894be, net.minecraft.item.crafting.Ingredient@2224353e, net.minecraft.item.crafting.Ingredient@367acab3, net.minecraft.item.crafting.Ingredient@32cc20c7]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12483 crafttweaker:ct_shaped-2140511683 RecipeStage{tier='five', recipe=1xtile.geothermal_generator@0:[net.minecraft.item.crafting.Ingredient@37d45f44, net.minecraft.item.crafting.Ingredient@34da1145, net.minecraft.item.crafting.Ingredient@54957a3f, net.minecraft.item.crafting.Ingredient@70cb272, net.minecraft.item.crafting.Ingredient@12b7f3a8, net.minecraft.item.crafting.Ingredient@76839882, net.minecraft.item.crafting.Ingredient@9b850ef, net.minecraftforge.oredict.OreIngredient@6bc5ec88, net.minecraft.item.crafting.Ingredient@464268eb]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12484 crafttweaker:ct_shaped1946258998 RecipeStage{tier='five', recipe=1xitem.atomic_battery@0:[net.minecraftforge.oredict.OreIngredient@2c6faf29, net.minecraftforge.oredict.OreIngredient@679bbd63, net.minecraftforge.oredict.OreIngredient@23feacb4, net.minecraftforge.oredict.OreIngredient@76ae9d10, net.minecraft.item.crafting.Ingredient@27e9620b, net.minecraftforge.oredict.OreIngredient@1da3b330, net.minecraftforge.oredict.OreIngredient@4bee273c, net.minecraftforge.oredict.OreIngredient@49aa654c, net.minecraftforge.oredict.OreIngredient@253fbf48]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12485 crafttweaker:ct_shaped2061852067 RecipeStage{tier='five', recipe=1xtile.machine2.0@8:[net.minecraftforge.oredict.OreIngredient@2505a2ec, net.minecraftforge.oredict.OreIngredient@1f68a6b7, net.minecraftforge.oredict.OreIngredient@5722013, net.minecraftforge.oredict.OreIngredient@5def0a0a, net.minecraftforge.oredict.OreIngredient@5575c199, net.minecraftforge.oredict.OreIngredient@f72889e, net.minecraftforge.oredict.OreIngredient@1b1443db, net.minecraftforge.oredict.OreIngredient@3e0ea5e9, net.minecraftforge.oredict.OreIngredient@458cc2b8]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12486 crafttweaker:ct_shaped1309039583 RecipeStage{tier='five', recipe=1xitem.electric_parts@0:[net.minecraftforge.oredict.OreIngredient@5e2184ef, net.minecraft.item.crafting.Ingredient@67920e6b, net.minecraftforge.oredict.OreIngredient@2c78ce9d, net.minecraft.item.crafting.Ingredient@fc240a8, net.minecraftforge.oredict.OreIngredient@5d16ab43, net.minecraft.item.crafting.Ingredient@2a0017dc, net.minecraftforge.oredict.OreIngredient@40662827, net.minecraft.item.crafting.Ingredient@5d3cf783, net.minecraftforge.oredict.OreIngredient@359803d4]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12487 crafttweaker:ct_shaped1748350494 RecipeStage{tier='four', recipe=1xitem.air_fan@0:[net.minecraft.item.crafting.Ingredient@1f8c5c4c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6e5a688a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@54601a2d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@219335d6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5c806394]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12488 crafttweaker:ct_shaped-343631631 RecipeStage{tier='five', recipe=1xitem.emergency_kit@0:[net.minecraft.item.crafting.Ingredient@61a34eb6, net.minecraft.item.crafting.Ingredient@354681dd, net.minecraft.item.crafting.Ingredient@dc33f26, net.minecraft.item.crafting.Ingredient@520071c9, net.minecraft.item.crafting.Ingredient@29ad43c1, net.minecraft.item.crafting.Ingredient@28e47740, net.minecraft.item.crafting.Ingredient@3c4a5775, crafttweaker.api.minecraft.CraftTweakerMC$1@6d15e70c, crafttweaker.api.minecraft.CraftTweakerMC$1@2e650224]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12489 crafttweaker:ct_shaped32352049 RecipeStage{tier='four', recipe=1xtile.fuel_loader@0:[net.minecraft.item.crafting.Ingredient@25b02edf, net.minecraft.item.crafting.Ingredient@4b2f34e3, net.minecraft.item.crafting.Ingredient@940870d, net.minecraft.item.crafting.Ingredient@f32c023, net.minecraft.item.crafting.Ingredient@2bd0c1cc, net.minecraft.item.crafting.Ingredient@19ea7079, net.minecraft.item.crafting.Ingredient@141fe4a6, net.minecraft.item.crafting.Ingredient@d351dde, net.minecraft.item.crafting.Ingredient@20c67315]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12490 crafttweaker:ct_shaped-1320651306 RecipeStage{tier='five', recipe=1xitem.electric_parts@1:[net.minecraftforge.oredict.OreIngredient@6ae5b6cc, net.minecraftforge.oredict.OreIngredient@1b445e2, net.minecraftforge.oredict.OreIngredient@244a63e7, net.minecraftforge.oredict.OreIngredient@3787f2a0, net.minecraftforge.oredict.OreIngredient@7013714a, net.minecraftforge.oredict.OreIngredient@53aba1ff, net.minecraftforge.oredict.OreIngredient@2409b536, net.minecraftforge.oredict.OreIngredient@2c1351e5, net.minecraftforge.oredict.OreIngredient@47e1ec0c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12491 crafttweaker:ct_shapeless174949394 RecipeStage{tier='five', recipe=16xitem.carbon_fragments@0:[net.minecraft.item.crafting.Ingredient@49cb1956, net.minecraft.item.crafting.Ingredient@2002a55c, net.minecraft.item.crafting.Ingredient@162854c0, net.minecraft.item.crafting.Ingredient@5ee15b85]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12492 crafttweaker:ct_shapeless-760342672 RecipeStage{tier='five', recipe=32xitem.carbon_fragments@0:[net.minecraft.item.crafting.Ingredient@4f71f8a6, net.minecraft.item.crafting.Ingredient@7aec8c51, net.minecraft.item.crafting.Ingredient@2e365998, net.minecraft.item.crafting.Ingredient@7a5f12a8]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12493 crafttweaker:ct_shapeless-786173289 RecipeStage{tier='five', recipe=1xitem.prelaunch_checklist@0:[net.minecraft.item.crafting.Ingredient@3aab618d, net.minecraft.item.crafting.Ingredient@243bec8d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12494 crafttweaker:ct_shapeless1264708849 RecipeStage{tier='four', recipe=1xitem.parachute@0:[net.minecraft.item.crafting.Ingredient@385d8b0b, net.minecraftforge.oredict.OreIngredient@3a1504fa]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12495 crafttweaker:ct_shapeless1721800112 RecipeStage{tier='four', recipe=1xitem.parachute@1:[net.minecraft.item.crafting.Ingredient@5bd3ad3c, net.minecraftforge.oredict.OreIngredient@20777d4f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12496 crafttweaker:ct_shapeless-783820064 RecipeStage{tier='four', recipe=1xitem.parachute@2:[net.minecraft.item.crafting.Ingredient@7426bf99, net.minecraftforge.oredict.OreIngredient@66864733]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12497 crafttweaker:ct_shapeless368912840 RecipeStage{tier='four', recipe=1xitem.parachute@3:[net.minecraft.item.crafting.Ingredient@20fabc92, net.minecraftforge.oredict.OreIngredient@3b7c30c7]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12498 crafttweaker:ct_shapeless723291972 RecipeStage{tier='four', recipe=1xitem.parachute@4:[net.minecraft.item.crafting.Ingredient@7a678a46, net.minecraftforge.oredict.OreIngredient@2e8ce5e6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12499 crafttweaker:ct_shapeless-838843697 RecipeStage{tier='four', recipe=1xitem.parachute@5:[net.minecraft.item.crafting.Ingredient@5be7d289, net.minecraftforge.oredict.OreIngredient@1472b3a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12500 crafttweaker:ct_shapeless2130649561 RecipeStage{tier='four', recipe=1xitem.parachute@6:[net.minecraft.item.crafting.Ingredient@4734a4ee, net.minecraftforge.oredict.OreIngredient@ededa3b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12501 crafttweaker:ct_shapeless789555822 RecipeStage{tier='four', recipe=1xitem.parachute@7:[net.minecraft.item.crafting.Ingredient@6bc832f3, net.minecraftforge.oredict.OreIngredient@53eeda4b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12502 crafttweaker:ct_shapeless1117426467 RecipeStage{tier='four', recipe=1xitem.parachute@8:[net.minecraft.item.crafting.Ingredient@311f170c, net.minecraftforge.oredict.OreIngredient@49e80c16]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12503 crafttweaker:ct_shapeless1973950546 RecipeStage{tier='four', recipe=1xitem.parachute@9:[net.minecraft.item.crafting.Ingredient@639df072, net.minecraftforge.oredict.OreIngredient@468442c8]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12504 crafttweaker:ct_shapeless-1793623445 RecipeStage{tier='four', recipe=1xitem.parachute@10:[net.minecraft.item.crafting.Ingredient@f6a9a63, net.minecraftforge.oredict.OreIngredient@6ebaf24]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12505 crafttweaker:ct_shapeless464203316 RecipeStage{tier='four', recipe=1xitem.parachute@11:[net.minecraft.item.crafting.Ingredient@a79d1eb, net.minecraftforge.oredict.OreIngredient@6e8f506e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12506 crafttweaker:ct_shapeless-249589893 RecipeStage{tier='four', recipe=1xitem.parachute@12:[net.minecraft.item.crafting.Ingredient@356d765e, net.minecraftforge.oredict.OreIngredient@6ea47d58]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12507 crafttweaker:ct_shapeless-676067821 RecipeStage{tier='four', recipe=1xitem.parachute@13:[net.minecraft.item.crafting.Ingredient@2a161fee, net.minecraftforge.oredict.OreIngredient@3e8e26e2]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12508 crafttweaker:ct_shapeless-1253378588 RecipeStage{tier='four', recipe=1xitem.parachute@14:[net.minecraft.item.crafting.Ingredient@608f78eb, net.minecraftforge.oredict.OreIngredient@2d0c971f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12509 crafttweaker:ct_shapeless-2102997002 RecipeStage{tier='four', recipe=1xitem.parachute@15:[net.minecraft.item.crafting.Ingredient@37ff143f, net.minecraftforge.oredict.OreIngredient@78099d14]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12510 crafttweaker:ct_shapeless-1216515207 RecipeStage{tier='one', recipe=1xitem.geolosys.field_manual@0:[net.minecraft.item.crafting.Ingredient@760116ce, net.minecraft.item.crafting.Ingredient@27b4e6c6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12511 crafttweaker:ct_shapeless-1626943454 RecipeStage{tier='one', recipe=1xitem.guideapi.book.bloodmagic.guide@0:[net.minecraft.item.crafting.Ingredient@6cca754f, net.minecraftforge.oredict.OreIngredient@531f7c9d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12512 crafttweaker:ct_shapeless1710904752 RecipeStage{tier='one', recipe=1xitem.guideapi.book.cyclicmagic.guide@0:[net.minecraft.item.crafting.Ingredient@2d56b756, net.minecraft.item.crafting.Ingredient@2d54e6ec]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12513 crafttweaker:ct_shaped-363050187 crafttweaker.mc1120.recipes.MCRecipeShaped@138165ba +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12514 crafttweaker:ct_shaped1445759921 crafttweaker.mc1120.recipes.MCRecipeShaped@51a05a1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12515 crafttweaker:ct_shaped-1116247285 crafttweaker.mc1120.recipes.MCRecipeShaped@709b34a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12516 crafttweaker:ct_shapeless-1624192266 crafttweaker.mc1120.recipes.MCRecipeShapeless@a2b330e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12517 crafttweaker:ct_shapeless-2077718707 crafttweaker.mc1120.recipes.MCRecipeShapeless@129f2b44 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12518 crafttweaker:ct_shapeless2017525103 crafttweaker.mc1120.recipes.MCRecipeShapeless@477d13bb +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12519 crafttweaker:ct_shaped-65902761 RecipeStage{tier='one', recipe=4xtile.huntingdim.frame@0:[net.minecraftforge.oredict.OreIngredient@70cb32b6, net.minecraftforge.oredict.OreIngredient@50441ef7, net.minecraftforge.oredict.OreIngredient@114d70c4, net.minecraftforge.oredict.OreIngredient@3811c553, net.minecraft.item.crafting.Ingredient@11660e65, net.minecraftforge.oredict.OreIngredient@61250918, net.minecraftforge.oredict.OreIngredient@1b949ea8, net.minecraftforge.oredict.OreIngredient@2d99fbd4, net.minecraftforge.oredict.OreIngredient@c2dcd24]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12520 crafttweaker:ct_shaped185662502 crafttweaker.mc1120.recipes.MCRecipeShaped@5e449a04 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12521 crafttweaker:ct_shaped-606786054 RecipeStage{tier='zero', recipe=1xtile.immcraft.cupboard@0:[net.minecraftforge.oredict.OreIngredient@551b5675, net.minecraftforge.oredict.OreIngredient@65d6d231, net.minecraftforge.oredict.OreIngredient@497aad4b, net.minecraftforge.oredict.OreIngredient@7ed79197, net.minecraftforge.oredict.OreIngredient@71f0d8c6, net.minecraftforge.oredict.OreIngredient@2264cb93, net.minecraftforge.oredict.OreIngredient@3ee83a61, net.minecraft.item.crafting.Ingredient@7cf14f02, net.minecraftforge.oredict.OreIngredient@b309eb2]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12522 crafttweaker:ct_shaped654769920 RecipeStage{tier='zero', recipe=1xtile.immcraft.shelf@0:[net.minecraftforge.oredict.OreIngredient@f8ce414, net.minecraft.item.crafting.Ingredient@70c8ecb6, net.minecraftforge.oredict.OreIngredient@6b734f2, net.minecraftforge.oredict.OreIngredient@97def98, net.minecraftforge.oredict.OreIngredient@61b916e7, net.minecraftforge.oredict.OreIngredient@5623fb3a, net.minecraftforge.oredict.OreIngredient@690c55a8, net.minecraftforge.oredict.OreIngredient@f6b663e, net.minecraftforge.oredict.OreIngredient@264c571a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12523 crafttweaker:ct_shaped-1205180203 RecipeStage{tier='tutorial', recipe=1xtile.immcraft.chest@0:[net.minecraftforge.oredict.OreIngredient@6f7f92c2, net.minecraftforge.oredict.OreIngredient@64552b90, net.minecraftforge.oredict.OreIngredient@30dbfbb2, net.minecraftforge.oredict.OreIngredient@74eb8e34, net.minecraft.item.crafting.Ingredient@6791fbe9, net.minecraftforge.oredict.OreIngredient@2ad55520, net.minecraftforge.oredict.OreIngredient@453c3da3, net.minecraftforge.oredict.OreIngredient@6d0e911e, net.minecraftforge.oredict.OreIngredient@5a861e5]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12524 crafttweaker:ct_shaped-506742352 RecipeStage{tier='zero', recipe=1xtile.immcraft.bookshelf@0:[net.minecraftforge.oredict.OreIngredient@5545825, net.minecraft.item.crafting.Ingredient@21a1ac09, net.minecraftforge.oredict.OreIngredient@383e4f42, net.minecraftforge.oredict.OreIngredient@7e5fa6e9, net.minecraft.item.crafting.Ingredient@596d5c77, net.minecraftforge.oredict.OreIngredient@758072b7, net.minecraftforge.oredict.OreIngredient@3f0e671a, net.minecraftforge.oredict.OreIngredient@3c65f6fc, net.minecraftforge.oredict.OreIngredient@fd88be3]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12525 crafttweaker:ct_shaped-1568052450 RecipeStage{tier='three', recipe=1xitem.immersiveengineering.tool@1:[net.minecraftforge.oredict.OreIngredient@79bb4565, crafttweaker.api.minecraft.CraftTweakerMC$1@3541dbff, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@260019bd]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12526 crafttweaker:ct_shaped1408498806 RecipeStage{tier='three', recipe=3xtile.immersiveengineering.stone_decoration@1:[net.minecraft.item.crafting.Ingredient@6dcc190d, net.minecraft.item.crafting.Ingredient@4e7ff9bc, net.minecraft.item.crafting.Ingredient@75da5daf, net.minecraft.item.crafting.Ingredient@53b17f58, net.minecraft.item.crafting.Ingredient@5e380052, net.minecraft.item.crafting.Ingredient@6fbbb030, net.minecraft.item.crafting.Ingredient@48abbf4d, net.minecraft.item.crafting.Ingredient@103852bf, net.minecraft.item.crafting.Ingredient@e1cfa7a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12527 crafttweaker:ct_shaped1435887748 RecipeStage{tier='three', recipe=1xitem.immersiveengineering.blueprint@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3c14f1b9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@29d070a1, net.minecraftforge.oredict.OreIngredient@7baf628e, net.minecraftforge.oredict.OreIngredient@128988ab, net.minecraft.item.crafting.Ingredient@98b3a7a, net.minecraft.item.crafting.Ingredient@23f41692, net.minecraft.item.crafting.Ingredient@234fbb70]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12528 crafttweaker:ct_shaped342962521 RecipeStage{tier='three', recipe=1xtile.immersiveengineering.metal_decoration0@3:[net.minecraftforge.oredict.OreIngredient@7d5da362, net.minecraftforge.oredict.OreIngredient@2d550e59, net.minecraftforge.oredict.OreIngredient@2e96dde7, net.minecraftforge.oredict.OreIngredient@705c777e, net.minecraft.item.crafting.Ingredient@600a8ca4, net.minecraftforge.oredict.OreIngredient@6528613a, net.minecraftforge.oredict.OreIngredient@7dc9f19d, net.minecraftforge.oredict.OreIngredient@6ebd8edd, net.minecraftforge.oredict.OreIngredient@5ae64002]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12529 crafttweaker:ct_shaped-2025911359 RecipeStage{tier='four', recipe=1xtile.immersiveengineering.metal_device0@5:[net.minecraft.item.crafting.Ingredient@7ce1dbd5, net.minecraft.item.crafting.Ingredient@4e1688cd, net.minecraft.item.crafting.Ingredient@4c5f3cb4, net.minecraftforge.oredict.OreIngredient@24d1836d, net.minecraft.item.crafting.Ingredient@569ccb51, net.minecraftforge.oredict.OreIngredient@2cb671af, net.minecraft.item.crafting.Ingredient@19b95211, net.minecraft.item.crafting.Ingredient@31db60a0, net.minecraft.item.crafting.Ingredient@1ade389]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12530 crafttweaker:ct_shaped-969745652 RecipeStage{tier='three', recipe=1xtile.immersiveengineering.stone_decoration@1:[net.minecraft.item.crafting.Ingredient@1e09c11a, net.minecraft.item.crafting.Ingredient@4d733110]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12531 crafttweaker:ct_shaped1905194359 RecipeStage{tier='one', recipe=1xitem.immersiveengineering.tool@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2747867e, net.minecraft.item.crafting.Ingredient@491888b4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1949919c, net.minecraftforge.oredict.OreIngredient@4d66d814, net.minecraft.item.crafting.Ingredient@5689c3b0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12532 crafttweaker:ct_shapeless1914365414 RecipeStage{tier='three', recipe=1xtile.immersiveengineering.metal_device0@2:[net.minecraft.item.crafting.Ingredient@5b59bcfd]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12533 crafttweaker:ct_shapeless-618608813 RecipeStage{tier='three', recipe=1xitem.immersiveengineering.material@20:[net.minecraft.item.crafting.Ingredient@ec9137b, net.minecraftforge.oredict.OreIngredient@7594dcce]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12534 crafttweaker:ct_shapeless-503006028 RecipeStage{tier='three', recipe=1xitem.immersiveengineering.material@21:[net.minecraft.item.crafting.Ingredient@6d18058f, net.minecraftforge.oredict.OreIngredient@7bb0e285]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12535 crafttweaker:ct_shapeless-1477879082 RecipeStage{tier='three', recipe=1xitem.immersiveengineering.material@23:[net.minecraft.item.crafting.Ingredient@3d247443, net.minecraftforge.oredict.OreIngredient@6e85bd85]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12536 crafttweaker:ct_shapeless353054886 RecipeStage{tier='three', recipe=1xtile.immersiveengineering.metal_device0@0:[net.minecraft.item.crafting.Ingredient@431cf9a7]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12537 crafttweaker:ct_shapeless-1198178106 RecipeStage{tier='three', recipe=1xtile.immersiveengineering.metal_device0@1:[net.minecraft.item.crafting.Ingredient@3f448f8b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12538 crafttweaker:ct_shapeless354995128 RecipeStage{tier='three', recipe=1xitem.immersiveengineering.material@22:[net.minecraft.item.crafting.Ingredient@215c624c, net.minecraftforge.oredict.OreIngredient@62768a77]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12539 crafttweaker:ct_shaped1258105866 RecipeStage{tier='zero', recipe=1xitem.blank_upgrade@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4683865f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5da071d3, net.minecraftforge.oredict.OreIngredient@1fac2629, net.minecraft.item.crafting.Ingredient@49df2299, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@13b4f483, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12540 crafttweaker:ct_shaped-480164335 RecipeStage{tier='two', recipe=1xitem.upgrade@2:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4d4431cf, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3327db20, net.minecraft.item.crafting.Ingredient@3dcfc37, net.minecraftforge.oredict.OreIngredient@37780023, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5b5e954a, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12541 crafttweaker:ct_shaped765596509 RecipeStage{tier='zero', recipe=1xitem.upgrade@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@56adbbda, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3274c87c, net.minecraft.item.crafting.Ingredient@457abf09, net.minecraftforge.oredict.OreIngredient@6a219629, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@516983dc, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12542 crafttweaker:ct_shaped1413110793 RecipeStage{tier='two', recipe=1xitem.upgrade@3:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@454a96a5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@55d8ebf2, net.minecraft.item.crafting.Ingredient@332eafbe, net.minecraftforge.oredict.OreIngredient@2e44bd64, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3faaf9b7, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12543 crafttweaker:ct_shaped1042273398 RecipeStage{tier='zero', recipe=1xitem.backpack@0:[net.minecraft.item.crafting.Ingredient@2dbf02cb, net.minecraft.item.crafting.Ingredient@6baa1b9d, net.minecraft.item.crafting.Ingredient@600e3411, net.minecraft.item.crafting.Ingredient@8010ee6, net.minecraft.item.crafting.Ingredient@5dfdec77, net.minecraft.item.crafting.Ingredient@663072a6, net.minecraft.item.crafting.Ingredient@770f6ccd, net.minecraft.item.crafting.Ingredient@77f93af4, net.minecraft.item.crafting.Ingredient@4555fe28]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12544 crafttweaker:ct_shaped-1392622392 RecipeStage{tier='zero', recipe=1xitem.upgrade@1:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@20151166, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2cf068ad, net.minecraft.item.crafting.Ingredient@1260d95d, net.minecraft.item.crafting.Ingredient@782ed187, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@70b861c5, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12545 crafttweaker:ct_shaped1682018881 RecipeStage{tier='five', recipe=1xitem.upgrade@4:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5fa2da7f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4b9c5ae7, net.minecraft.item.crafting.Ingredient@453018fa, net.minecraft.item.crafting.Ingredient@7635efd0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3f8da24b, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12546 crafttweaker:ct-improvedbackpacks-backpack-color_0 RecipeStage{tier='zero', recipe=1xitem.backpack@0:[crafttweaker.mc1120.item.VanillaIngredient@166f8c3f, net.minecraft.item.crafting.Ingredient@535da1c0]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12547 crafttweaker:ct-improvedbackpacks-backpack-color_1 RecipeStage{tier='zero', recipe=1xitem.backpack@0:[crafttweaker.mc1120.item.VanillaIngredient@a4f8f14, net.minecraft.item.crafting.Ingredient@5882ebec]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12548 crafttweaker:ct-improvedbackpacks-backpack-color_2 RecipeStage{tier='zero', recipe=1xitem.backpack@0:[crafttweaker.mc1120.item.VanillaIngredient@32669ab7, net.minecraft.item.crafting.Ingredient@c8b7e9a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12549 crafttweaker:ct-improvedbackpacks-backpack-color_3 RecipeStage{tier='zero', recipe=1xitem.backpack@0:[crafttweaker.mc1120.item.VanillaIngredient@7aca6730, net.minecraft.item.crafting.Ingredient@35583e0e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12550 crafttweaker:ct-improvedbackpacks-backpack-color_4 RecipeStage{tier='zero', recipe=1xitem.backpack@0:[crafttweaker.mc1120.item.VanillaIngredient@336da930, net.minecraft.item.crafting.Ingredient@64456e69]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12551 crafttweaker:ct-improvedbackpacks-backpack-color_5 RecipeStage{tier='zero', recipe=1xitem.backpack@0:[crafttweaker.mc1120.item.VanillaIngredient@4d9f6636, net.minecraft.item.crafting.Ingredient@39c399c5]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12552 crafttweaker:ct-improvedbackpacks-backpack-color_6 RecipeStage{tier='zero', recipe=1xitem.backpack@0:[crafttweaker.mc1120.item.VanillaIngredient@673993e4, net.minecraft.item.crafting.Ingredient@28c09f4c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12553 crafttweaker:ct-improvedbackpacks-backpack-color_7 RecipeStage{tier='zero', recipe=1xitem.backpack@0:[crafttweaker.mc1120.item.VanillaIngredient@1e58e2b4, net.minecraft.item.crafting.Ingredient@3b705d0b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12554 crafttweaker:ct-improvedbackpacks-backpack-color_8 RecipeStage{tier='zero', recipe=1xitem.backpack@0:[crafttweaker.mc1120.item.VanillaIngredient@10fd4f32, net.minecraft.item.crafting.Ingredient@3ceb889e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12555 crafttweaker:ct-improvedbackpacks-backpack-color_9 RecipeStage{tier='zero', recipe=1xitem.backpack@0:[crafttweaker.mc1120.item.VanillaIngredient@657f80f5, net.minecraft.item.crafting.Ingredient@5c5e0154]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12556 crafttweaker:ct-improvedbackpacks-backpack-color_10 RecipeStage{tier='zero', recipe=1xitem.backpack@0:[crafttweaker.mc1120.item.VanillaIngredient@26205132, net.minecraft.item.crafting.Ingredient@46ef9210]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12557 crafttweaker:ct-improvedbackpacks-backpack-color_11 RecipeStage{tier='zero', recipe=1xitem.backpack@0:[crafttweaker.mc1120.item.VanillaIngredient@5f8eda10, net.minecraft.item.crafting.Ingredient@73763414]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12558 crafttweaker:ct-improvedbackpacks-backpack-color_12 RecipeStage{tier='zero', recipe=1xitem.backpack@0:[crafttweaker.mc1120.item.VanillaIngredient@577b5289, net.minecraft.item.crafting.Ingredient@6dbe2564]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12559 crafttweaker:ct-improvedbackpacks-backpack-color_13 RecipeStage{tier='zero', recipe=1xitem.backpack@0:[crafttweaker.mc1120.item.VanillaIngredient@44492c99, net.minecraft.item.crafting.Ingredient@65d7690]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12560 crafttweaker:ct-improvedbackpacks-backpack-color_14 RecipeStage{tier='zero', recipe=1xitem.backpack@0:[crafttweaker.mc1120.item.VanillaIngredient@bbf83c8, net.minecraft.item.crafting.Ingredient@17b612de]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12561 crafttweaker:ct-improvedbackpacks-backpack-color_15 RecipeStage{tier='zero', recipe=1xitem.backpack@0:[crafttweaker.mc1120.item.VanillaIngredient@1a16c955, net.minecraft.item.crafting.Ingredient@7712d571]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12562 crafttweaker:ct_shaped-1531179434 RecipeStage{tier='four', recipe=1xtile.indlog.tank@3:[net.minecraftforge.oredict.OreIngredient@44a998, net.minecraftforge.oredict.OreIngredient@27436bac, net.minecraftforge.oredict.OreIngredient@bb35270, net.minecraftforge.oredict.OreIngredient@6a6ba72a, net.minecraft.item.crafting.Ingredient@4f46db96, net.minecraftforge.oredict.OreIngredient@7364d7d9, net.minecraftforge.oredict.OreIngredient@62553b17, net.minecraftforge.oredict.OreIngredient@55b08280, net.minecraftforge.oredict.OreIngredient@2cd379cb]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12563 crafttweaker:ct_shaped2134957292 RecipeStage{tier='four', recipe=1xtile.indlog.tank@3:[net.minecraft.item.crafting.Ingredient@79dca997, net.minecraft.item.crafting.Ingredient@321aa838, net.minecraft.item.crafting.Ingredient@636f8879, net.minecraft.item.crafting.Ingredient@5445a8fe, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@484933f0, net.minecraft.item.crafting.Ingredient@2ff509a9, net.minecraft.item.crafting.Ingredient@3046706e, net.minecraft.item.crafting.Ingredient@49bd2cc0]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12564 crafttweaker:ct_shaped-279001752 RecipeStage{tier='four', recipe=1xtile.indlog.tank@7:[net.minecraft.item.crafting.Ingredient@486a50b4, net.minecraft.item.crafting.Ingredient@4fd5b051, net.minecraft.item.crafting.Ingredient@4c136cc5, net.minecraft.item.crafting.Ingredient@6ce882ab, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@769d8072, net.minecraft.item.crafting.Ingredient@14a8e1c8, net.minecraft.item.crafting.Ingredient@438ad2dc, net.minecraft.item.crafting.Ingredient@6bdffddc]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12565 crafttweaker:ct_shaped-1374496213 RecipeStage{tier='four', recipe=8xtile.indlog.item_pipe@0:[net.minecraft.item.crafting.Ingredient@71db6ec5, net.minecraft.item.crafting.Ingredient@222e6797, net.minecraft.item.crafting.Ingredient@37274d3c, net.minecraft.item.crafting.Ingredient@23026719, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@90588fa, net.minecraft.item.crafting.Ingredient@58465492, net.minecraft.item.crafting.Ingredient@5505ac0b, net.minecraft.item.crafting.Ingredient@650f231d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12566 crafttweaker:ct_shaped-1322462054 RecipeStage{tier='four', recipe=1xtile.indlog.inv_connector@0:[net.minecraft.item.crafting.Ingredient@40e8251e, net.minecraft.item.crafting.Ingredient@2ae00b55, net.minecraft.item.crafting.Ingredient@527d8ff6, net.minecraftforge.oredict.OreIngredient@4ef6596f, net.minecraft.item.crafting.Ingredient@4f37557a, net.minecraftforge.oredict.OreIngredient@6527556a, net.minecraft.item.crafting.Ingredient@5b9b6407, net.minecraft.item.crafting.Ingredient@27da633a, net.minecraft.item.crafting.Ingredient@52336e3e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12567 crafttweaker:ct_shaped193796008 RecipeStage{tier='four', recipe=4xtile.indlog.fluid_pipe@1:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@de0fd17, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@d5b0bf0, net.minecraft.item.crafting.Ingredient@79ec6ad2, net.minecraft.item.crafting.Ingredient@30e7a94f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3a65f201, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12568 crafttweaker:ct_shaped1664705229 RecipeStage{tier='four', recipe=1xtile.indlog.tank@2:[net.minecraft.item.crafting.Ingredient@6f347a36, net.minecraft.item.crafting.Ingredient@751437f8, net.minecraft.item.crafting.Ingredient@783455c4, net.minecraft.item.crafting.Ingredient@6dd45539, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@21fd777f, net.minecraft.item.crafting.Ingredient@75023f4f, net.minecraft.item.crafting.Ingredient@2f42ce5e, net.minecraft.item.crafting.Ingredient@60f02b12]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12569 crafttweaker:ct_shaped1866569724 RecipeStage{tier='four', recipe=4xtile.indlog.fluid_pipe@2:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2afcfefc, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4ee054ab, net.minecraft.item.crafting.Ingredient@77e95317, net.minecraft.item.crafting.Ingredient@16204e43, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5b665965, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12570 crafttweaker:ct_shaped-1065421393 RecipeStage{tier='four', recipe=1xtile.indlog.tank@0:[net.minecraftforge.oredict.OreIngredient@176f1bae, net.minecraftforge.oredict.OreIngredient@2a2383bf, net.minecraftforge.oredict.OreIngredient@3e6582ee, net.minecraftforge.oredict.OreIngredient@57a15936, net.minecraft.item.crafting.Ingredient@387c8a07, net.minecraftforge.oredict.OreIngredient@e74c8cc, net.minecraftforge.oredict.OreIngredient@1c14491e, net.minecraftforge.oredict.OreIngredient@4121cb43, net.minecraftforge.oredict.OreIngredient@1dd15dd2]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12571 crafttweaker:ct_shaped1208219369 RecipeStage{tier='four', recipe=12xtile.indlog.warp_pipe@0:[net.minecraft.item.crafting.Ingredient@354bd40c, net.minecraft.item.crafting.Ingredient@ba93702, net.minecraft.item.crafting.Ingredient@449d8ee7, net.minecraft.item.crafting.Ingredient@53b5646b, net.minecraft.item.crafting.Ingredient@383521a5, net.minecraft.item.crafting.Ingredient@7ae60086, net.minecraft.item.crafting.Ingredient@5224538b, net.minecraft.item.crafting.Ingredient@2acaf398, net.minecraft.item.crafting.Ingredient@3be3c76d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12572 crafttweaker:ct_shaped-1122073150 RecipeStage{tier='four', recipe=1xtile.indlog.tank@6:[net.minecraft.item.crafting.Ingredient@714b12a7, net.minecraft.item.crafting.Ingredient@183af0e, net.minecraft.item.crafting.Ingredient@7ca8ca95, net.minecraft.item.crafting.Ingredient@5955b2c2, net.minecraft.item.crafting.Ingredient@70a24d65, net.minecraft.item.crafting.Ingredient@6c4567a0, net.minecraft.item.crafting.Ingredient@5683f4df, net.minecraft.item.crafting.Ingredient@22b49f6f, net.minecraft.item.crafting.Ingredient@401f2739]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12573 crafttweaker:ct_shaped-229637819 RecipeStage{tier='four', recipe=1xtile.indlog.tank@1:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@72020fd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4e4c19ca, net.minecraftforge.oredict.OreIngredient@4805a88b, net.minecraftforge.oredict.OreIngredient@711a785d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@77bb894b, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12574 crafttweaker:ct_shaped-1541037906 RecipeStage{tier='four', recipe=1xtile.indlog.tank@1:[net.minecraft.item.crafting.Ingredient@59974c3f, net.minecraft.item.crafting.Ingredient@3c33e676, net.minecraft.item.crafting.Ingredient@1ec9a93d, net.minecraft.item.crafting.Ingredient@35938a7e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5606de47, net.minecraft.item.crafting.Ingredient@75a592a7, net.minecraft.item.crafting.Ingredient@26765d6f, net.minecraft.item.crafting.Ingredient@f9fe3a5]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12575 crafttweaker:ct_shaped1405502486 RecipeStage{tier='four', recipe=1xtile.indlog.tank@5:[net.minecraftforge.oredict.OreIngredient@6f8bf0f7, net.minecraftforge.oredict.OreIngredient@36e2770b, net.minecraftforge.oredict.OreIngredient@22ebd99d, net.minecraftforge.oredict.OreIngredient@529994ae, net.minecraft.item.crafting.Ingredient@6225ca42, net.minecraftforge.oredict.OreIngredient@47dab322, net.minecraftforge.oredict.OreIngredient@3b81bd75, net.minecraftforge.oredict.OreIngredient@25a3724f, net.minecraftforge.oredict.OreIngredient@6998cb63]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12576 crafttweaker:ct_shaped1960570456 RecipeStage{tier='four', recipe=1xtile.indlog.buffer@5:[net.minecraftforge.oredict.OreIngredient@7bc936d1, net.minecraftforge.oredict.OreIngredient@4d1556c8, net.minecraftforge.oredict.OreIngredient@739a642f, net.minecraftforge.oredict.OreIngredient@5c766aec, net.minecraft.item.crafting.Ingredient@6ebbb00d, net.minecraftforge.oredict.OreIngredient@9ff0804, net.minecraftforge.oredict.OreIngredient@2964be08, net.minecraftforge.oredict.OreIngredient@462a80c2, net.minecraftforge.oredict.OreIngredient@75a27bd2]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12577 crafttweaker:ct_shaped1627066496 RecipeStage{tier='four', recipe=1xtile.indlog.buffer@9:[net.minecraftforge.oredict.OreIngredient@46ce24a, net.minecraftforge.oredict.OreIngredient@8748831, net.minecraftforge.oredict.OreIngredient@1aca256d, net.minecraftforge.oredict.OreIngredient@7cd0b10d, net.minecraft.item.crafting.Ingredient@1fcd726f, net.minecraftforge.oredict.OreIngredient@33d444a7, net.minecraftforge.oredict.OreIngredient@787eeefd, net.minecraftforge.oredict.OreIngredient@1df6026, net.minecraftforge.oredict.OreIngredient@75f52478]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12578 crafttweaker:ct_shaped-1548751726 RecipeStage{tier='four', recipe=1xtile.indlog.buffer@13:[net.minecraft.item.crafting.Ingredient@6495b71d, net.minecraftforge.oredict.OreIngredient@6b13b474, net.minecraft.item.crafting.Ingredient@11b72760, net.minecraftforge.oredict.OreIngredient@4d3d07ca, net.minecraft.item.crafting.Ingredient@4d96c2f, net.minecraftforge.oredict.OreIngredient@721fc8d4, net.minecraftforge.oredict.OreIngredient@5abb6dd0, net.minecraftforge.oredict.OreIngredient@7f9d321a, net.minecraftforge.oredict.OreIngredient@30ea91d2]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12579 crafttweaker:ct_shaped-23281467 RecipeStage{tier='four', recipe=1xtile.indlog.buffer@1:[crafttweaker.mc1120.item.VanillaIngredient@3c3fb673, net.minecraft.item.crafting.Ingredient@3d6b89c9, crafttweaker.mc1120.item.VanillaIngredient@2bf0719c, net.minecraft.item.crafting.Ingredient@4f701131, net.minecraft.item.crafting.Ingredient@e3daa82, net.minecraft.item.crafting.Ingredient@6ff94f4d, crafttweaker.mc1120.item.VanillaIngredient@472dbfbf, net.minecraft.item.crafting.Ingredient@89bd7f2, crafttweaker.mc1120.item.VanillaIngredient@6b1105d9]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12580 crafttweaker:ct_shaped1362249329 RecipeStage{tier='four', recipe=4xtile.indlog.item_pipe@2:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4eb7bcd1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@644d32ff, net.minecraft.item.crafting.Ingredient@32bf4dc3, net.minecraft.item.crafting.Ingredient@51e3b980, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@22c1d659, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12581 crafttweaker:ct_shaped945932054 RecipeStage{tier='four', recipe=1xtile.indlog.tank@4:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2f96c234, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@678f5350, net.minecraft.item.crafting.Ingredient@2becc998, net.minecraft.item.crafting.Ingredient@7b3a1a2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1e2d4402, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12582 crafttweaker:ct_shaped191250311 RecipeStage{tier='disabled', recipe=1xtile.indlog.tank@8:[net.minecraft.item.crafting.Ingredient@3258144, net.minecraft.item.crafting.Ingredient@4ec828b1, net.minecraft.item.crafting.Ingredient@54ec2e7b, net.minecraft.item.crafting.Ingredient@20956db0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@f95f747, net.minecraft.item.crafting.Ingredient@17cba4, net.minecraft.item.crafting.Ingredient@353db22b, net.minecraft.item.crafting.Ingredient@3ecea1d1]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12583 crafttweaker:ct_shaped1358016546 RecipeStage{tier='four', recipe=8xtile.indlog.fluid_pipe@0:[net.minecraft.item.crafting.Ingredient@1ec14680, net.minecraft.item.crafting.Ingredient@20b5e417, net.minecraft.item.crafting.Ingredient@78c1a6c0, net.minecraft.item.crafting.Ingredient@334a5020, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@27abf58f, net.minecraft.item.crafting.Ingredient@28b12831, net.minecraft.item.crafting.Ingredient@5db37c41, net.minecraft.item.crafting.Ingredient@3c99fc87]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12584 crafttweaker:ct_shaped125726285 RecipeStage{tier='four', recipe=4xtile.indlog.item_pipe@1:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@44667116, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6537390b, net.minecraft.item.crafting.Ingredient@23201098, net.minecraft.item.crafting.Ingredient@50aeadbf, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@27b7987d, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12585 crafttweaker:ct_shaped1377893618 RecipeStage{tier='four', recipe=1xitem.indlog.remote_inv@0:[net.minecraft.item.crafting.Ingredient@7b9402e1, net.minecraft.item.crafting.Ingredient@581369db, net.minecraft.item.crafting.Ingredient@7d75e433, net.minecraft.item.crafting.Ingredient@669aef90, net.minecraft.item.crafting.Ingredient@3d427aa8, net.minecraft.item.crafting.Ingredient@7e5c816a, net.minecraft.item.crafting.Ingredient@2cdab6ee, net.minecraft.item.crafting.Ingredient@1d0d3a8a, net.minecraft.item.crafting.Ingredient@333494b9]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12586 crafttweaker:ct_shapeless-1227075741 RecipeStage{tier='four', recipe=2xtile.indlog.buffer@13:[net.minecraft.item.crafting.Ingredient@29790464]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12587 crafttweaker:ct_shapeless-1769172978 RecipeStage{tier='four', recipe=2xtile.indlog.buffer@9:[net.minecraft.item.crafting.Ingredient@50edba63]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12588 crafttweaker:ct_shapeless362174629 RecipeStage{tier='four', recipe=2xtile.indlog.buffer@5:[net.minecraft.item.crafting.Ingredient@2440039e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12589 crafttweaker:ct_shapeless1881041053 RecipeStage{tier='four', recipe=2xtile.indlog.buffer@1:[net.minecraft.item.crafting.Ingredient@33c6caf3]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12590 crafttweaker:ct_shapeless-1810745545 RecipeStage{tier='four', recipe=1xtile.indlog.buffer@15:[net.minecraft.item.crafting.Ingredient@52fdb2cb, net.minecraft.item.crafting.Ingredient@6ffe2455]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12591 crafttweaker:ct_shapeless-1263794685 RecipeStage{tier='four', recipe=2xtile.indlog.buffer@10:[net.minecraft.item.crafting.Ingredient@4b8686c7]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12592 crafttweaker:ct_shapeless339892966 RecipeStage{tier='four', recipe=1xtile.indlog.buffer@7:[net.minecraft.item.crafting.Ingredient@4e124c16, net.minecraft.item.crafting.Ingredient@71c6c4f5]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12593 crafttweaker:ct_shapeless-1719901025 RecipeStage{tier='four', recipe=2xtile.indlog.buffer@2:[net.minecraft.item.crafting.Ingredient@6f848a14]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12594 crafttweaker:ct_shapeless-1850717013 RecipeStage{tier='four', recipe=2xtile.indlog.buffer@8:[net.minecraft.item.crafting.Ingredient@104b899d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12595 crafttweaker:ct_shapeless-331850589 RecipeStage{tier='four', recipe=2xtile.indlog.buffer@4:[net.minecraft.item.crafting.Ingredient@4ce5057e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12596 crafttweaker:ct_shapeless-1214836093 RecipeStage{tier='four', recipe=2xtile.indlog.buffer@14:[net.minecraft.item.crafting.Ingredient@bc3917b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12597 crafttweaker:ct_shapeless-1657114957 RecipeStage{tier='four', recipe=1xtile.indlog.buffer@11:[net.minecraft.item.crafting.Ingredient@405c6e3d, net.minecraft.item.crafting.Ingredient@c1700ca]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12598 crafttweaker:ct_shapeless1430670119 RecipeStage{tier='four', recipe=1xtile.indlog.buffer@6:[net.minecraft.item.crafting.Ingredient@683d3ac3, net.minecraft.item.crafting.Ingredient@7f6226f6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12599 crafttweaker:ct_shapeless413553397 RecipeStage{tier='four', recipe=1xtile.indlog.buffer@13:[net.minecraft.item.crafting.Ingredient@5cec92a1, net.minecraft.item.crafting.Ingredient@6849d8a6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12600 crafttweaker:ct_shapeless-1841661340 RecipeStage{tier='four', recipe=1xtile.indlog.buffer@9:[net.minecraft.item.crafting.Ingredient@69a30c4e, net.minecraft.item.crafting.Ingredient@718d21a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12601 crafttweaker:ct_shapeless-1773520024 RecipeStage{tier='four', recipe=1xtile.indlog.buffer@5:[net.minecraft.item.crafting.Ingredient@3f5931c2, net.minecraft.item.crafting.Ingredient@19735267]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12602 crafttweaker:ct_shapeless-246926612 RecipeStage{tier='four', recipe=1xtile.indlog.buffer@1:[net.minecraft.item.crafting.Ingredient@6843fc7b, net.minecraft.item.crafting.Ingredient@290a7b6b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12603 crafttweaker:ct_shapeless-2096421832 RecipeStage{tier='four', recipe=1xtile.indlog.buffer@10:[net.minecraft.item.crafting.Ingredient@5f2b98a9, net.minecraft.item.crafting.Ingredient@5cc81941]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12604 crafttweaker:ct_shapeless1498811435 RecipeStage{tier='four', recipe=1xtile.indlog.buffer@2:[net.minecraft.item.crafting.Ingredient@2b1f9687, net.minecraft.item.crafting.Ingredient@513461ac]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12605 crafttweaker:ct_shapeless-1239315389 RecipeStage{tier='four', recipe=2xtile.indlog.buffer@12:[net.minecraft.item.crafting.Ingredient@52d945f3]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12606 crafttweaker:ct_shapeless-872844251 RecipeStage{tier='four', recipe=2xtile.indlog.buffer@0:[net.minecraft.item.crafting.Ingredient@4ec74cf8]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12607 crafttweaker:ct_shapeless1448887574 RecipeStage{tier='four', recipe=1xtile.indlog.buffer@14:[net.minecraft.item.crafting.Ingredient@19bb5009, net.minecraft.item.crafting.Ingredient@6bf06b93]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12608 crafttweaker:ct_shapeless1056199847 RecipeStage{tier='four', recipe=2xtile.indlog.buffer@6:[net.minecraft.item.crafting.Ingredient@731e4dc3]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12609 crafttweaker:ct_shapeless408034282 RecipeStage{tier='four', recipe=1xtile.indlog.buffer@3:[net.minecraft.item.crafting.Ingredient@74a6fd4, net.minecraft.item.crafting.Ingredient@44b25c2c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12610 crafttweaker:ct_shaped470949590 RecipeStage{tier='four', recipe=1xtile.industrialforegoing.mob_duplicator@0:[net.minecraft.item.crafting.Ingredient@2cf60bda, net.minecraft.item.crafting.Ingredient@2d073bd2, net.minecraft.item.crafting.Ingredient@79e7c569, net.minecraft.item.crafting.Ingredient@2f62b545, net.minecraft.item.crafting.Ingredient@33d6c3a8, net.minecraft.item.crafting.Ingredient@271bb7ab, net.minecraftforge.oredict.OreIngredient@6010f2ac, net.minecraft.item.crafting.Ingredient@5ae2bb76, net.minecraftforge.oredict.OreIngredient@5face801]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12611 crafttweaker:ct_shaped935582590 RecipeStage{tier='three', recipe=1xtile.industrialforegoing.conveyor@8:[net.minecraft.item.crafting.Ingredient@25f0aab0, net.minecraft.item.crafting.Ingredient@4212a930, net.minecraft.item.crafting.Ingredient@de4830f, net.minecraft.item.crafting.Ingredient@35308e52, net.minecraftforge.oredict.OreIngredient@15b5076e, net.minecraft.item.crafting.Ingredient@42b977c1, net.minecraft.item.crafting.Ingredient@6b6c7862, net.minecraft.item.crafting.Ingredient@5a9f2943, net.minecraft.item.crafting.Ingredient@67accb09]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12612 crafttweaker:ct_shaped-740726135 RecipeStage{tier='four', recipe=1xtile.industrialforegoing.enchantment_invoker@0:[net.minecraft.item.crafting.Ingredient@6e22bf42, net.minecraft.item.crafting.Ingredient@6685658c, net.minecraft.item.crafting.Ingredient@45739d2e, net.minecraftforge.oredict.OreIngredient@4486f20a, net.minecraft.item.crafting.Ingredient@3fa59d77, net.minecraftforge.oredict.OreIngredient@72c1360a, net.minecraft.item.crafting.Ingredient@2b025f91, net.minecraft.item.crafting.Ingredient@58e7fe59, net.minecraft.item.crafting.Ingredient@4bba9e17]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12613 crafttweaker:ct_shaped-175857017 RecipeStage{tier='four', recipe=1xtile.industrialforegoing.enchantment_refiner@0:[net.minecraft.item.crafting.Ingredient@3030800c, net.minecraft.item.crafting.Ingredient@977bf4c, net.minecraft.item.crafting.Ingredient@6e059d0d, net.minecraft.item.crafting.Ingredient@71d0fcfc, net.minecraft.item.crafting.Ingredient@45d4322a, net.minecraft.item.crafting.Ingredient@71ed7803, net.minecraft.item.crafting.Ingredient@33426ec6, net.minecraftforge.oredict.OreIngredient@4503434e, net.minecraft.item.crafting.Ingredient@21226ca6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12614 crafttweaker:ct_shaped671876995 RecipeStage{tier='four', recipe=1xitem.industrialforegoing.range_addon@9:[net.minecraftforge.oredict.OreIngredient@3b1525e1, net.minecraft.item.crafting.Ingredient@1b01481b, net.minecraftforge.oredict.OreIngredient@44476106, net.minecraftforge.oredict.OreIngredient@76327274, net.minecraftforge.oredict.OreIngredient@649a6b7e, net.minecraftforge.oredict.OreIngredient@75caa666, net.minecraftforge.oredict.OreIngredient@afaa688, net.minecraft.item.crafting.Ingredient@6fbec471, net.minecraftforge.oredict.OreIngredient@58489363]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12615 crafttweaker:ct_shaped-772436874 RecipeStage{tier='four', recipe=1xitem.industrialforegoing.range_addon@11:[net.minecraftforge.oredict.OreIngredient@7811f79a, net.minecraft.item.crafting.Ingredient@2780c0f6, net.minecraftforge.oredict.OreIngredient@3e84053b, net.minecraftforge.oredict.OreIngredient@224b5a03, net.minecraftforge.oredict.OreIngredient@5591d4f7, net.minecraftforge.oredict.OreIngredient@74b729c3, net.minecraftforge.oredict.OreIngredient@6a0447b3, net.minecraft.item.crafting.Ingredient@12e783b2, net.minecraftforge.oredict.OreIngredient@490acb75]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12616 crafttweaker:ct_shaped942506129 RecipeStage{tier='four', recipe=1xtile.industrialforegoing.villager_trade_exchanger@0:[net.minecraft.item.crafting.Ingredient@4be0aa6, net.minecraftforge.oredict.OreIngredient@4c4fec5d, net.minecraft.item.crafting.Ingredient@621b1c75, net.minecraftforge.oredict.OreIngredient@7d552220, net.minecraft.item.crafting.Ingredient@94afc16, net.minecraftforge.oredict.OreIngredient@3ad4c466, net.minecraft.item.crafting.Ingredient@968ffd, net.minecraftforge.oredict.OreIngredient@5406f9ed, net.minecraft.item.crafting.Ingredient@a721537]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12617 crafttweaker:ct_shaped1461014348 RecipeStage{tier='three', recipe=1xtile.industrialforegoing.conveyor@3:[net.minecraft.item.crafting.Ingredient@161907eb, net.minecraft.item.crafting.Ingredient@22c48bb2, net.minecraft.item.crafting.Ingredient@416ed796, net.minecraft.item.crafting.Ingredient@5bafa921, net.minecraftforge.oredict.OreIngredient@557dbe0, net.minecraft.item.crafting.Ingredient@3c849e3, net.minecraft.item.crafting.Ingredient@342dec6b, net.minecraft.item.crafting.Ingredient@12edbd6e, net.minecraft.item.crafting.Ingredient@295efc08]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12618 crafttweaker:ct_shaped-1443504413 RecipeStage{tier='five', recipe=1xtile.industrialforegoing.black_hole_controller_reworked@0:[net.minecraft.item.crafting.Ingredient@68183f91, net.minecraftforge.oredict.OreIngredient@338dc84d, net.minecraft.item.crafting.Ingredient@4c74159f, net.minecraft.item.crafting.Ingredient@12941ea5, net.minecraft.item.crafting.Ingredient@3bd94fd1, net.minecraft.item.crafting.Ingredient@66cb3747, net.minecraft.item.crafting.Ingredient@aff0eec, net.minecraft.item.crafting.Ingredient@382c4820, net.minecraft.item.crafting.Ingredient@49fa2f33]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12619 crafttweaker:ct_shaped1981111424 RecipeStage{tier='four', recipe=1xtile.industrialforegoing.animal_independence_selector@0:[net.minecraft.item.crafting.Ingredient@76b45844, net.minecraftforge.oredict.OreIngredient@44eb010, net.minecraft.item.crafting.Ingredient@5e7995f1, net.minecraftforge.oredict.OreIngredient@4662aaba, net.minecraft.item.crafting.Ingredient@12c0bc4a, net.minecraftforge.oredict.OreIngredient@637f4032, net.minecraftforge.oredict.OreIngredient@713b87b1, net.minecraftforge.oredict.OreIngredient@22dfd456, net.minecraftforge.oredict.OreIngredient@35ea1eab]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12620 crafttweaker:ct_shaped-172093259 RecipeStage{tier='four', recipe=1xitem.industrialforegoing.range_addon@10:[net.minecraft.item.crafting.Ingredient@2c0db6f4, net.minecraft.item.crafting.Ingredient@126aacb, net.minecraft.item.crafting.Ingredient@5d87a3dd, net.minecraft.item.crafting.Ingredient@38fdf180, net.minecraftforge.oredict.OreIngredient@79865a7d, net.minecraft.item.crafting.Ingredient@4d42c774, net.minecraft.item.crafting.Ingredient@2dbb1c4a, net.minecraft.item.crafting.Ingredient@7a1d998c, net.minecraft.item.crafting.Ingredient@31836100]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12621 crafttweaker:ct_shaped-365853625 RecipeStage{tier='four', recipe=1xtile.industrialforegoing.enchantment_extractor@0:[net.minecraft.item.crafting.Ingredient@6aa17923, net.minecraft.item.crafting.Ingredient@1f0d6171, net.minecraft.item.crafting.Ingredient@9ca5ae5, net.minecraft.item.crafting.Ingredient@236ba1bd, net.minecraft.item.crafting.Ingredient@4262bc92, net.minecraft.item.crafting.Ingredient@36904b46, net.minecraftforge.oredict.OreIngredient@6d562203, net.minecraftforge.oredict.OreIngredient@13ce105d, net.minecraftforge.oredict.OreIngredient@449fb89a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12622 crafttweaker:ct_shaped1406239787 RecipeStage{tier='four', recipe=1xtile.industrialforegoing.energy_field_provider@0:[net.minecraftforge.oredict.OreIngredient@70e11134, net.minecraft.item.crafting.Ingredient@2cfb6311, net.minecraftforge.oredict.OreIngredient@4fd4d22b, net.minecraftforge.oredict.OreIngredient@76b6e823, net.minecraft.item.crafting.Ingredient@ea63f70, net.minecraftforge.oredict.OreIngredient@79b2365e, net.minecraft.item.crafting.Ingredient@101ee6c9, net.minecraftforge.oredict.OreIngredient@5128e319, net.minecraft.item.crafting.Ingredient@6e4a1bf3]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12623 crafttweaker:ct_shaped1063300353 RecipeStage{tier='four', recipe=1xtile.industrialforegoing.petrified_fuel_generator@0:[net.minecraft.item.crafting.Ingredient@622c0a2, net.minecraftforge.oredict.OreIngredient@61ed5601, net.minecraft.item.crafting.Ingredient@774b410e, net.minecraftforge.oredict.OreIngredient@49604997, net.minecraft.item.crafting.Ingredient@59d7b7c9, net.minecraftforge.oredict.OreIngredient@5281afac, net.minecraft.item.crafting.Ingredient@7f6fc7c3, net.minecraft.item.crafting.Ingredient@34081548, net.minecraft.item.crafting.Ingredient@500585ff]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12624 crafttweaker:ct_shaped-1725845956 RecipeStage{tier='two', recipe=1xitem.infoaccessories.info.accessory@6:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@f26bc9c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@e762364, net.minecraft.item.crafting.Ingredient@7aa0c5b7, net.minecraft.item.crafting.Ingredient@6f68d61, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3c8e037f, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12625 crafttweaker:ct_shaped1217959523 RecipeStage{tier='two', recipe=1xitem.infoaccessories.info.accessory@2:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3dc6a89, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7fad9a38, net.minecraft.item.crafting.Ingredient@4d029d29, net.minecraft.item.crafting.Ingredient@1dbea0d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@61b3509d, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12626 crafttweaker:ct_shaped1323296493 RecipeStage{tier='two', recipe=1xitem.infoaccessories.info.accessory@4:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@725c7ac9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2b6e5a7e, net.minecraft.item.crafting.Ingredient@75bb569c, net.minecraft.item.crafting.Ingredient@e77d70e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1fec7e3b, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12627 crafttweaker:ct_shaped1771005682 RecipeStage{tier='two', recipe=1xitem.infoaccessories.info.accessory@5:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@46087a12, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@69a8dbf9, net.minecraft.item.crafting.Ingredient@5957be65, net.minecraft.item.crafting.Ingredient@25b60ed2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@20eb289c, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12628 crafttweaker:ct_shaped1657090918 RecipeStage{tier='two', recipe=1xitem.infoaccessories.info.accessory@1:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@fb3486b, net.minecraft.item.crafting.Ingredient@6bf37b6e, net.minecraftforge.oredict.OreIngredient@7e26385c, net.minecraft.item.crafting.Ingredient@7f040cc, net.minecraftforge.oredict.OreIngredient@1295b049]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12629 crafttweaker:ct_shaped-676210231 RecipeStage{tier='two', recipe=1xitem.infoaccessories.info.accessory@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@62cd917e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2de6a1a3, net.minecraft.item.crafting.Ingredient@281562f3, net.minecraft.item.crafting.Ingredient@17bd9840, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@19f5bda8, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12630 crafttweaker:ct_shaped-591025800 RecipeStage{tier='four', recipe=1xtile.blocks.integrateddynamics.mechanical_squeezer@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@186ec8c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@28704b5, net.minecraft.item.crafting.Ingredient@7903f33d, net.minecraft.item.crafting.Ingredient@4daf1948, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7bfb6efd, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12631 crafttweaker:ct-ironbackpacks-iron-upgrade_spec crafttweaker.mc1120.recipes.MCRecipeShaped@21910e4a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12632 crafttweaker:ct-ironbackpacks-iron-storage_spec RecipeStage{tier='two', recipe=1xitem.ironbackpacks.backpack@0:[net.minecraftforge.oredict.OreIngredient@320af366, net.minecraft.item.crafting.Ingredient@401ef736, net.minecraftforge.oredict.OreIngredient@769758d7, net.minecraftforge.oredict.OreIngredient@5ff76ed0, crafttweaker.mc1120.item.VanillaIngredient@3a03278b, net.minecraftforge.oredict.OreIngredient@d13d0ba, net.minecraftforge.oredict.OreIngredient@418e602f, net.minecraftforge.oredict.OreIngredient@256b1720, net.minecraftforge.oredict.OreIngredient@6f74379]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12633 crafttweaker:ct-ironbackpacks-gold-upgrade_spec crafttweaker.mc1120.recipes.MCRecipeShaped@4815be07 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12634 crafttweaker:ct-ironbackpacks-gold-storage_spec RecipeStage{tier='two', recipe=1xitem.ironbackpacks.backpack@0:[net.minecraftforge.oredict.OreIngredient@6f354137, net.minecraft.item.crafting.Ingredient@512e1ceb, net.minecraftforge.oredict.OreIngredient@7a6d158a, net.minecraftforge.oredict.OreIngredient@7a0e1d66, crafttweaker.mc1120.item.VanillaIngredient@3f77c7e9, net.minecraftforge.oredict.OreIngredient@1e9f5da8, net.minecraftforge.oredict.OreIngredient@ccccab4, net.minecraftforge.oredict.OreIngredient@6a30366, net.minecraftforge.oredict.OreIngredient@7ead4d4]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12635 crafttweaker:ct-ironbackpacks-diamond-upgrade_spec crafttweaker.mc1120.recipes.MCRecipeShaped@666d6e0e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12636 crafttweaker:ct-ironbackpacks-diamond-storage_spec RecipeStage{tier='five', recipe=1xitem.ironbackpacks.backpack@0:[net.minecraft.item.crafting.Ingredient@14aeda77, net.minecraft.item.crafting.Ingredient@10d6a2dc, net.minecraft.item.crafting.Ingredient@5d7cd42c, net.minecraft.item.crafting.Ingredient@160a1d90, crafttweaker.mc1120.item.VanillaIngredient@74151044, net.minecraft.item.crafting.Ingredient@51708c58, net.minecraft.item.crafting.Ingredient@6a96efee, net.minecraft.item.crafting.Ingredient@2cb699b1, net.minecraft.item.crafting.Ingredient@707d2b53]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12637 crafttweaker:ct_shaped540310794 RecipeStage{tier='two', recipe=1xitem.ironbackpacks.backpack@0:[net.minecraft.item.crafting.Ingredient@25ba6b48, net.minecraft.item.crafting.Ingredient@788e198e, net.minecraft.item.crafting.Ingredient@60ed6c3f, net.minecraft.item.crafting.Ingredient@79d3e4c2, net.minecraft.item.crafting.Ingredient@fc5309b, net.minecraft.item.crafting.Ingredient@70f1a84, net.minecraft.item.crafting.Ingredient@c0812ce, net.minecraft.item.crafting.Ingredient@6a9b1279, net.minecraft.item.crafting.Ingredient@4cfcb659]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12638 crafttweaker:ct_shaped867730002 RecipeStage{tier='three', recipe=1xtile.IronChest@6:[net.minecraft.item.crafting.Ingredient@33d85e78, net.minecraft.item.crafting.Ingredient@7f0ab4af, net.minecraft.item.crafting.Ingredient@4db079ed, net.minecraft.item.crafting.Ingredient@6457407c, net.minecraft.item.crafting.Ingredient@150de910, net.minecraft.item.crafting.Ingredient@3f0898d2, net.minecraft.item.crafting.Ingredient@71b9f1cf, net.minecraft.item.crafting.Ingredient@2fb31b24, net.minecraft.item.crafting.Ingredient@550c22ab]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12639 crafttweaker:ct_shaped347606291 RecipeStage{tier='five', recipe=1xtile.IronChest@5:[net.minecraftforge.oredict.OreIngredient@2eb9eed0, net.minecraftforge.oredict.OreIngredient@10b05541, net.minecraftforge.oredict.OreIngredient@27ed0648, net.minecraft.item.crafting.Ingredient@13c06164, net.minecraft.item.crafting.Ingredient@72eec2a2, net.minecraft.item.crafting.Ingredient@60669be3, net.minecraftforge.oredict.OreIngredient@2ff60ee1, net.minecraftforge.oredict.OreIngredient@3f2d813a, net.minecraftforge.oredict.OreIngredient@3b52afaf]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12640 crafttweaker:ct_shaped-734485312 RecipeStage{tier='five', recipe=1xitem.ironchest.chest.diamond_crystal@0:[net.minecraftforge.oredict.OreIngredient@6fbf82a5, net.minecraftforge.oredict.OreIngredient@70a118b5, net.minecraftforge.oredict.OreIngredient@23d663ca, net.minecraft.item.crafting.Ingredient@dd79fc8, net.minecraft.item.crafting.Ingredient@1e6e9e7d, net.minecraft.item.crafting.Ingredient@667249b5, net.minecraftforge.oredict.OreIngredient@762abe82, net.minecraftforge.oredict.OreIngredient@47b25650, net.minecraftforge.oredict.OreIngredient@2d45b5ad]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12641 crafttweaker:ct_shaped-106438829 RecipeStage{tier='five', recipe=1xitem.ironchest.chest.diamond_obsidian@0:[net.minecraft.item.crafting.Ingredient@598e6e51, net.minecraft.item.crafting.Ingredient@7af3054c, net.minecraft.item.crafting.Ingredient@2f26dc94, net.minecraft.item.crafting.Ingredient@2fcefc00, net.minecraft.item.crafting.Ingredient@598f34e, net.minecraft.item.crafting.Ingredient@67a34fd4, net.minecraft.item.crafting.Ingredient@7ef8edc8, net.minecraft.item.crafting.Ingredient@260e30eb, net.minecraft.item.crafting.Ingredient@64cea5e7]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12642 crafttweaker:ct_shaped1395544933 RecipeStage{tier='one', recipe=1xitem.ironchest.chest.wood_copper@0:[net.minecraftforge.oredict.OreIngredient@19ee9b45, net.minecraftforge.oredict.OreIngredient@20c1b31d, net.minecraftforge.oredict.OreIngredient@779f5686, net.minecraftforge.oredict.OreIngredient@666f340f, net.minecraftforge.oredict.OreIngredient@bb6af34, net.minecraftforge.oredict.OreIngredient@26c2ac04, net.minecraftforge.oredict.OreIngredient@2be4e53c, net.minecraftforge.oredict.OreIngredient@34b46303, net.minecraftforge.oredict.OreIngredient@ac5b5ae]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12643 crafttweaker:ct_shaped261744810 RecipeStage{tier='two', recipe=1xitem.ironchest.chest.copper_iron@0:[net.minecraftforge.oredict.OreIngredient@39549a7e, net.minecraftforge.oredict.OreIngredient@3595556d, net.minecraftforge.oredict.OreIngredient@222e84a7, net.minecraftforge.oredict.OreIngredient@5612d89, net.minecraftforge.oredict.OreIngredient@187bc031, net.minecraftforge.oredict.OreIngredient@7dad06e, net.minecraftforge.oredict.OreIngredient@5187678e, net.minecraftforge.oredict.OreIngredient@5d860552, net.minecraftforge.oredict.OreIngredient@1bba3c9b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12644 crafttweaker:ct_shaped1605555469 RecipeStage{tier='two', recipe=1xtile.IronChest@1:[net.minecraftforge.oredict.OreIngredient@4a32c622, net.minecraftforge.oredict.OreIngredient@20e373fd, net.minecraftforge.oredict.OreIngredient@4d225e26, net.minecraftforge.oredict.OreIngredient@7b6fdfd, net.minecraft.item.crafting.Ingredient@5be928ff, net.minecraftforge.oredict.OreIngredient@602ec4e4, net.minecraftforge.oredict.OreIngredient@3f2265a9, net.minecraftforge.oredict.OreIngredient@fcb2ea5, net.minecraftforge.oredict.OreIngredient@1d774173]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12645 crafttweaker:ct_shaped-1265532594 RecipeStage{tier='five', recipe=1xtile.IronChest@2:[net.minecraft.item.crafting.Ingredient@be8bfdd, net.minecraft.item.crafting.Ingredient@27cb9c24, net.minecraft.item.crafting.Ingredient@71a3207e, net.minecraft.item.crafting.Ingredient@56f89be0, net.minecraft.item.crafting.Ingredient@18a0c0b5, net.minecraft.item.crafting.Ingredient@63f14539, net.minecraft.item.crafting.Ingredient@bb929e9, net.minecraft.item.crafting.Ingredient@198c94e5, net.minecraft.item.crafting.Ingredient@7b75a09]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12646 crafttweaker:ct_shaped283916947 RecipeStage{tier='one', recipe=1xtile.IronChest@7:[net.minecraft.item.crafting.Ingredient@6e061f4b, net.minecraft.item.crafting.Ingredient@2c329503, net.minecraft.item.crafting.Ingredient@516407dc, net.minecraft.item.crafting.Ingredient@6c3e78eb, net.minecraft.item.crafting.Ingredient@321cce60, net.minecraft.item.crafting.Ingredient@a3ecfad, net.minecraft.item.crafting.Ingredient@7b1573d1, net.minecraft.item.crafting.Ingredient@6473a578, net.minecraft.item.crafting.Ingredient@30481858]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12647 crafttweaker:ct_shaped874129519 RecipeStage{tier='two', recipe=1xitem.ironchest.chest.copper_silver@0:[net.minecraftforge.oredict.OreIngredient@4cf7ea5b, net.minecraftforge.oredict.OreIngredient@1cac93ef, net.minecraftforge.oredict.OreIngredient@658dbd67, net.minecraftforge.oredict.OreIngredient@15f7f356, net.minecraftforge.oredict.OreIngredient@66a16681, net.minecraftforge.oredict.OreIngredient@1e6aa251, net.minecraftforge.oredict.OreIngredient@1684427e, net.minecraftforge.oredict.OreIngredient@3c437ebb, net.minecraftforge.oredict.OreIngredient@513b82dc]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12648 crafttweaker:ct_shaped-1649965212 RecipeStage{tier='two', recipe=1xitem.ironchest.chest.iron_gold@0:[net.minecraftforge.oredict.OreIngredient@1a08ca80, net.minecraftforge.oredict.OreIngredient@2e2bfc0d, net.minecraftforge.oredict.OreIngredient@9bae9d5, net.minecraftforge.oredict.OreIngredient@49aa75c, net.minecraftforge.oredict.OreIngredient@581a3185, net.minecraftforge.oredict.OreIngredient@29a0751f, net.minecraftforge.oredict.OreIngredient@778ad5bf, net.minecraftforge.oredict.OreIngredient@26fb3c55, net.minecraftforge.oredict.OreIngredient@2f64a716]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12649 crafttweaker:ct_shaped-1329914278 RecipeStage{tier='two', recipe=1xitem.ironchest.chest.silver_gold@0:[net.minecraftforge.oredict.OreIngredient@5c63768, net.minecraftforge.oredict.OreIngredient@24c03d42, net.minecraftforge.oredict.OreIngredient@5ba6b41b, net.minecraftforge.oredict.OreIngredient@5170f46e, net.minecraftforge.oredict.OreIngredient@6539e45f, net.minecraftforge.oredict.OreIngredient@4036ff97, net.minecraftforge.oredict.OreIngredient@2e5e8de6, net.minecraftforge.oredict.OreIngredient@78dbcfc7, net.minecraftforge.oredict.OreIngredient@52ead79f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12650 crafttweaker:ct_shaped-1671825265 RecipeStage{tier='one', recipe=1xtile.IronChest@3:[net.minecraftforge.oredict.OreIngredient@25574012, net.minecraftforge.oredict.OreIngredient@7f3cd8e3, net.minecraftforge.oredict.OreIngredient@59bf9534, net.minecraftforge.oredict.OreIngredient@5d6df7b3, net.minecraft.item.crafting.Ingredient@42257bdc, net.minecraftforge.oredict.OreIngredient@5bc748bb, net.minecraftforge.oredict.OreIngredient@7ef460c2, net.minecraftforge.oredict.OreIngredient@4c16d0c0, net.minecraftforge.oredict.OreIngredient@2584b905]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12651 crafttweaker:ct_shaped1577686934 RecipeStage{tier='five', recipe=1xitem.ironchest.chest.gold_diamond@0:[net.minecraft.item.crafting.Ingredient@4467af9e, net.minecraft.item.crafting.Ingredient@194825a0, net.minecraft.item.crafting.Ingredient@63227699, net.minecraft.item.crafting.Ingredient@636ea769, net.minecraftforge.oredict.OreIngredient@1a0cefc5, net.minecraft.item.crafting.Ingredient@42b1ac01, net.minecraft.item.crafting.Ingredient@32579c70, net.minecraft.item.crafting.Ingredient@241430bc, net.minecraft.item.crafting.Ingredient@591b913c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12652 crafttweaker:ct_shaped706646806 RecipeStage{tier='two', recipe=1xtile.IronChest@0:[net.minecraftforge.oredict.OreIngredient@1685ffba, net.minecraftforge.oredict.OreIngredient@183f4506, net.minecraftforge.oredict.OreIngredient@1dab176d, net.minecraftforge.oredict.OreIngredient@183ce795, net.minecraft.item.crafting.Ingredient@21fda307, net.minecraftforge.oredict.OreIngredient@4388c54b, net.minecraftforge.oredict.OreIngredient@65da228, net.minecraftforge.oredict.OreIngredient@7922fd39, net.minecraftforge.oredict.OreIngredient@350b9c81]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12653 crafttweaker:ct_shaped1644273104 RecipeStage{tier='two', recipe=1xtile.IronChest@4:[net.minecraftforge.oredict.OreIngredient@30aca5f6, net.minecraftforge.oredict.OreIngredient@5b8b0d29, net.minecraftforge.oredict.OreIngredient@35aef854, net.minecraftforge.oredict.OreIngredient@5c2895f4, net.minecraft.item.crafting.Ingredient@9fe1892, net.minecraftforge.oredict.OreIngredient@a1faec1, net.minecraftforge.oredict.OreIngredient@48b18b8e, net.minecraftforge.oredict.OreIngredient@50ae3059, net.minecraftforge.oredict.OreIngredient@29ed9856]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12654 crafttweaker:ct_shaped-1579299820 RecipeStage{tier='two', recipe=1xitem.ironchest.chest.wood_iron@0:[net.minecraftforge.oredict.OreIngredient@5ef3420c, net.minecraftforge.oredict.OreIngredient@1ada4fa7, net.minecraftforge.oredict.OreIngredient@3b57985d, net.minecraftforge.oredict.OreIngredient@7ebd8849, net.minecraftforge.oredict.OreIngredient@3a1a46b0, net.minecraftforge.oredict.OreIngredient@72759123, net.minecraftforge.oredict.OreIngredient@75e76a40, net.minecraftforge.oredict.OreIngredient@678a4b75, net.minecraftforge.oredict.OreIngredient@f4daef2]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12655 crafttweaker:ct_shaped-742500470 RecipeStage{tier='five', recipe=1xitem.ij.capacitor@0:[net.minecraft.item.crafting.Ingredient@51efcab1, net.minecraft.item.crafting.Ingredient@1f940fa6, net.minecraft.item.crafting.Ingredient@2a703ec2, net.minecraftforge.oredict.OreIngredient@48a83f40, net.minecraft.item.crafting.Ingredient@67bddea6, net.minecraftforge.oredict.OreIngredient@58eb04c8, net.minecraft.item.crafting.Ingredient@73c6b739, net.minecraftforge.oredict.OreIngredient@7a1dd43e, net.minecraft.item.crafting.Ingredient@73dc6d35]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12656 crafttweaker:ct_shaped-796597424 RecipeStage{tier='five', recipe=1xitem.ij.advanced_coil@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7391eac2, net.minecraftforge.oredict.OreIngredient@35a8f4f6, net.minecraft.item.crafting.Ingredient@21007a59, net.minecraftforge.oredict.OreIngredient@31251e89, net.minecraft.item.crafting.Ingredient@4d9e2595, net.minecraftforge.oredict.OreIngredient@3f636794, net.minecraft.item.crafting.Ingredient@1d131093, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12657 crafttweaker:ct_shaped-1697776704 RecipeStage{tier='five', recipe=1xitem.ij.basic_coil@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4db94ee, net.minecraftforge.oredict.OreIngredient@38d5ab6d, net.minecraft.item.crafting.Ingredient@1c2e2424, net.minecraftforge.oredict.OreIngredient@193c38ba, net.minecraft.item.crafting.Ingredient@4198b397, net.minecraftforge.oredict.OreIngredient@5403f60a, net.minecraft.item.crafting.Ingredient@3961f7aa, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12658 crafttweaker:ct_shaped-827674256 RecipeStage{tier='five', recipe=4xtile.BasicBlock@7:[net.minecraft.item.crafting.Ingredient@41e0e1d4, net.minecraft.item.crafting.Ingredient@4560e674, net.minecraft.item.crafting.Ingredient@e98eb74, net.minecraft.item.crafting.Ingredient@387281aa, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7eda3931, net.minecraftforge.oredict.OreIngredient@3c4b33d8, net.minecraft.item.crafting.Ingredient@75c1bc6e, net.minecraftforge.oredict.OreIngredient@59921cad]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12659 crafttweaker:ct_shapeless-2115843306 RecipeStage{tier='creative', recipe=1xtile.MachineBlock2@11:[crafttweaker.mc1120.item.VanillaIngredient@76aeb51f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12660 crafttweaker:ct_shaped1722138944 RecipeStage{tier='zero', recipe=3xtile.woodSlab@3:[net.minecraft.item.crafting.Ingredient@131e9de1, net.minecraft.item.crafting.Ingredient@6b447120, net.minecraft.item.crafting.Ingredient@22fa7f91]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12661 crafttweaker:ct_shaped-941668820 RecipeStage{tier='two', recipe=1xtile.cloth@12:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@21ff209c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@46e950d7, net.minecraft.item.crafting.Ingredient@e6ce45b, net.minecraft.item.crafting.Ingredient@7f1b14f0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@27b8204f, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12662 crafttweaker:ct_shaped1473566525 RecipeStage{tier='two', recipe=1xtile.bookshelf@0:[net.minecraft.item.crafting.Ingredient@2bdba387, net.minecraft.item.crafting.Ingredient@42fcd49b, net.minecraft.item.crafting.Ingredient@65e7f4a0, net.minecraft.item.crafting.Ingredient@3bb0a0b, net.minecraft.item.crafting.Ingredient@758a5660, net.minecraft.item.crafting.Ingredient@51761c46, net.minecraft.item.crafting.Ingredient@beea03c, net.minecraft.item.crafting.Ingredient@50de0818, net.minecraft.item.crafting.Ingredient@77406d35]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12663 crafttweaker:ct_shaped-468121576 RecipeStage{tier='two', recipe=1xitem.bed@8:[net.minecraft.item.crafting.Ingredient@1635cbb7, net.minecraft.item.crafting.Ingredient@6824660d, net.minecraft.item.crafting.Ingredient@481a2dd9, net.minecraftforge.oredict.OreIngredient@3cc7c82a, net.minecraftforge.oredict.OreIngredient@417c476, net.minecraftforge.oredict.OreIngredient@4fc8def7]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12664 crafttweaker:ct_shaped1366430072 RecipeStage{tier='two', recipe=1xtile.cloth@3:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@56255632, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@54214244, net.minecraft.item.crafting.Ingredient@6eaf18c2, net.minecraft.item.crafting.Ingredient@67194c86, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1bf10291, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12665 crafttweaker:ct_shaped-1948032485 RecipeStage{tier='one', recipe=3xtile.stoneSlab@4:[net.minecraft.item.crafting.Ingredient@451c40c9, net.minecraft.item.crafting.Ingredient@536329a0, net.minecraft.item.crafting.Ingredient@7e332236]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12666 crafttweaker:ct_shaped524007922 RecipeStage{tier='two', recipe=1xitem.boat.spruce@0:[crafttweaker.mc1120.item.VanillaIngredient@6dc542eb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, crafttweaker.mc1120.item.VanillaIngredient@4a785d92, crafttweaker.mc1120.item.VanillaIngredient@1c4354, crafttweaker.mc1120.item.VanillaIngredient@67d9e3f3, crafttweaker.mc1120.item.VanillaIngredient@204c27f9]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12667 crafttweaker:ct_shaped1418417456 RecipeStage{tier='two', recipe=1xitem.bed@13:[net.minecraft.item.crafting.Ingredient@28d07aaf, net.minecraft.item.crafting.Ingredient@4ab49a02, net.minecraft.item.crafting.Ingredient@62da2edc, net.minecraftforge.oredict.OreIngredient@23e8ae91, net.minecraftforge.oredict.OreIngredient@846bd41, net.minecraftforge.oredict.OreIngredient@66cc52c1]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12668 crafttweaker:ct_shaped1094792404 RecipeStage{tier='three', recipe=3xitem.skull@1:[net.minecraft.item.crafting.Ingredient@55532c0a, net.minecraft.item.crafting.Ingredient@33298c17, net.minecraft.item.crafting.Ingredient@eb89386, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12669 crafttweaker:ct_shaped-1917922707 RecipeStage{tier='two', recipe=1xitem.swordIron@0:[net.minecraftforge.oredict.OreIngredient@a6692ca, net.minecraftforge.oredict.OreIngredient@4619ccf0, net.minecraftforge.oredict.OreIngredient@392fa910]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12670 crafttweaker:ct_shaped1559667303 RecipeStage{tier='three', recipe=1xtile.enchantmentTable@0:[net.minecraft.item.crafting.Ingredient@73c13910, net.minecraft.item.crafting.Ingredient@4d8f0560, net.minecraft.item.crafting.Ingredient@45f92e6d, net.minecraft.item.crafting.Ingredient@15a78eb, net.minecraftforge.oredict.OreIngredient@7b29c869, net.minecraft.item.crafting.Ingredient@4e386669, net.minecraft.item.crafting.Ingredient@42beb385, net.minecraft.item.crafting.Ingredient@10f11619, net.minecraft.item.crafting.Ingredient@25aefeee]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12671 crafttweaker:ct_shaped1123624547 RecipeStage{tier='zero', recipe=3xtile.stoneSlab2@0:[net.minecraft.item.crafting.Ingredient@28a8df1c, net.minecraft.item.crafting.Ingredient@1fbd6317, net.minecraft.item.crafting.Ingredient@764ff27]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12672 crafttweaker:ct_shaped-2099748056 RecipeStage{tier='two', recipe=1xitem.helmetGold@0:[net.minecraftforge.oredict.OreIngredient@556f38ab, net.minecraftforge.oredict.OreIngredient@3b514d25, net.minecraftforge.oredict.OreIngredient@4f002483, net.minecraftforge.oredict.OreIngredient@6f3d7783, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@433ba0af]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12673 crafttweaker:ct_shaped-760126395 RecipeStage{tier='two', recipe=1xitem.nameTag@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7232f588, net.minecraft.item.crafting.Ingredient@3c58e371, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@38dd0a16, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12674 crafttweaker:ct_shaped-490074064 RecipeStage{tier='two', recipe=1xitem.boat.oak@0:[crafttweaker.mc1120.item.VanillaIngredient@267deb7a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, crafttweaker.mc1120.item.VanillaIngredient@4306d488, crafttweaker.mc1120.item.VanillaIngredient@38bef4f2, crafttweaker.mc1120.item.VanillaIngredient@68e3d449, crafttweaker.mc1120.item.VanillaIngredient@218cc414]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12675 crafttweaker:ct_shaped-1086047045 RecipeStage{tier='three', recipe=1xtile.enderChest@0:[net.minecraft.item.crafting.Ingredient@545bf639, net.minecraft.item.crafting.Ingredient@1b0d8124, net.minecraft.item.crafting.Ingredient@6d3a5f90, net.minecraft.item.crafting.Ingredient@2ad19a47, net.minecraft.item.crafting.Ingredient@21b04b1a, net.minecraft.item.crafting.Ingredient@56c3faa9, net.minecraft.item.crafting.Ingredient@69baf93e, net.minecraft.item.crafting.Ingredient@4f1f55ec, net.minecraft.item.crafting.Ingredient@6cd43f8e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12676 crafttweaker:ct_shaped-51296642 RecipeStage{tier='three', recipe=1xtile.enderChest@0:[net.minecraft.item.crafting.Ingredient@250b860f, net.minecraft.item.crafting.Ingredient@1bc6f899, net.minecraft.item.crafting.Ingredient@2e436e38, net.minecraft.item.crafting.Ingredient@63261c31, net.minecraft.item.crafting.Ingredient@1a64c5a4, net.minecraft.item.crafting.Ingredient@36cae441, net.minecraft.item.crafting.Ingredient@34d7e0e, net.minecraft.item.crafting.Ingredient@50593dc2, net.minecraft.item.crafting.Ingredient@6cac9b88]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12677 crafttweaker:ct_shaped-2021197188 RecipeStage{tier='two', recipe=1xtile.cloth@7:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@d2582b0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@65702014, net.minecraft.item.crafting.Ingredient@7c5eb655, net.minecraft.item.crafting.Ingredient@74a6028d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@55373eab, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12678 crafttweaker:ct_shaped559957003 RecipeStage{tier='zero', recipe=3xtile.stoneSlab@0:[net.minecraft.item.crafting.Ingredient@31a3d499, net.minecraft.item.crafting.Ingredient@384620e6, net.minecraft.item.crafting.Ingredient@7cb0ff09]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12679 crafttweaker:ct_shaped174260548 RecipeStage{tier='two', recipe=1xitem.bed@3:[net.minecraft.item.crafting.Ingredient@101e5452, net.minecraft.item.crafting.Ingredient@3f364dd4, net.minecraft.item.crafting.Ingredient@367e1bc4, net.minecraftforge.oredict.OreIngredient@4dcde2b5, net.minecraftforge.oredict.OreIngredient@2f93839a, net.minecraftforge.oredict.OreIngredient@22463351]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12680 crafttweaker:ct_shaped-821002605 RecipeStage{tier='two', recipe=3xtile.stoneSlab@5:[net.minecraft.item.crafting.Ingredient@6420bce6, net.minecraft.item.crafting.Ingredient@465a229d, net.minecraft.item.crafting.Ingredient@7566e69f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12681 crafttweaker:ct_shaped-29422681 RecipeStage{tier='three', recipe=8xtile.rail@0:[net.minecraftforge.oredict.OreIngredient@66298fd9, net.minecraftforge.oredict.OreIngredient@78fd876, net.minecraftforge.oredict.OreIngredient@10d64cd0, net.minecraftforge.oredict.OreIngredient@52c6124b, net.minecraftforge.oredict.OreIngredient@783b188d, net.minecraftforge.oredict.OreIngredient@18e3394, net.minecraftforge.oredict.OreIngredient@231c5fb9, net.minecraftforge.oredict.OreIngredient@41aa55db, net.minecraftforge.oredict.OreIngredient@61f5d213]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12682 crafttweaker:ct_shaped1139595063 RecipeStage{tier='two', recipe=1xtile.cloth@2:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@11174f2a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@50b73b26, net.minecraft.item.crafting.Ingredient@43a0b866, net.minecraft.item.crafting.Ingredient@c8a9f4b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@274fefef, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12683 crafttweaker:ct_shaped-572722516 RecipeStage{tier='two', recipe=1xitem.boat.dark_oak@0:[crafttweaker.mc1120.item.VanillaIngredient@4ec89e2b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, crafttweaker.mc1120.item.VanillaIngredient@8ed7c1c, crafttweaker.mc1120.item.VanillaIngredient@50c5ca8d, crafttweaker.mc1120.item.VanillaIngredient@82d67ed, crafttweaker.mc1120.item.VanillaIngredient@21e8905]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12684 crafttweaker:ct_shaped1769269636 RecipeStage{tier='zero', recipe=3xtile.woodSlab@2:[net.minecraft.item.crafting.Ingredient@617008c6, net.minecraft.item.crafting.Ingredient@1f9f27c7, net.minecraft.item.crafting.Ingredient@7c6e29d6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12685 crafttweaker:ct_shaped-774655957 RecipeStage{tier='two', recipe=1xtile.cloth@11:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@a4ed1ff, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6b19de48, net.minecraft.item.crafting.Ingredient@dde6df3, net.minecraft.item.crafting.Ingredient@f3d507, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7c4e3dcf, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12686 crafttweaker:ct_shaped1901042268 RecipeStage{tier='two', recipe=1xtile.pistonBase@0:[crafttweaker.mc1120.item.VanillaIngredient@59004790, crafttweaker.mc1120.item.VanillaIngredient@274f18b6, crafttweaker.mc1120.item.VanillaIngredient@398aaab5, net.minecraft.item.crafting.Ingredient@3427580e, net.minecraftforge.oredict.OreIngredient@6fc0b5dd, net.minecraft.item.crafting.Ingredient@30159a3b, net.minecraft.item.crafting.Ingredient@5c26418e, net.minecraft.item.crafting.Ingredient@524f952c, net.minecraft.item.crafting.Ingredient@384bace5]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12687 crafttweaker:ct_shaped519348308 RecipeStage{tier='two', recipe=1xitem.bed@7:[net.minecraft.item.crafting.Ingredient@24132d95, net.minecraft.item.crafting.Ingredient@4ad722a8, net.minecraft.item.crafting.Ingredient@641f382b, net.minecraftforge.oredict.OreIngredient@1569cc9, net.minecraftforge.oredict.OreIngredient@3c1466f3, net.minecraftforge.oredict.OreIngredient@4f25c1bb]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12688 crafttweaker:ct_shaped-1285885513 RecipeStage{tier='zero', recipe=1xitem.bootsCloth@0:[net.minecraft.item.crafting.Ingredient@52666614, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@67630845, net.minecraft.item.crafting.Ingredient@78dfc9a4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1916f71d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12689 crafttweaker:ct_shaped213122647 RecipeStage{tier='two', recipe=1xitem.boat.birch@0:[crafttweaker.mc1120.item.VanillaIngredient@782174ed, net.minecraft.item.crafting.Ingredient$1@7e2c8622, crafttweaker.mc1120.item.VanillaIngredient@7ff6a8c, crafttweaker.mc1120.item.VanillaIngredient@1eb113e, crafttweaker.mc1120.item.VanillaIngredient@2f6bb001, crafttweaker.mc1120.item.VanillaIngredient@5c1e3f1d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12690 crafttweaker:ct_shaped-1200019792 RecipeStage{tier='two', recipe=1xitem.bed@14:[net.minecraft.item.crafting.Ingredient@20499518, net.minecraft.item.crafting.Ingredient@79f202ce, net.minecraft.item.crafting.Ingredient@beb5e49, net.minecraftforge.oredict.OreIngredient@26a07efe, net.minecraftforge.oredict.OreIngredient@4aadce67, net.minecraftforge.oredict.OreIngredient@23a0418e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12691 crafttweaker:ct_shaped-1574346298 RecipeStage{tier='zero', recipe=3xtile.stoneSlab@1:[net.minecraft.item.crafting.Ingredient@72684aa5, net.minecraft.item.crafting.Ingredient@571a8d98, net.minecraft.item.crafting.Ingredient@7360bfea]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12692 crafttweaker:ct_shaped2046935099 RecipeStage{tier='two', recipe=1xtile.cloth@6:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@52ed2c39, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@626079a3, net.minecraft.item.crafting.Ingredient@61155e3a, net.minecraft.item.crafting.Ingredient@17fc321d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2c4b483f, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12693 crafttweaker:ct_shaped-91420564 RecipeStage{tier='one', recipe=1xtile.chest@0:[net.minecraftforge.oredict.OreIngredient@4d079174, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6a8f260, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@70b24472, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@64ef0eb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@77b35d67]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12694 crafttweaker:ct_shaped-992772112 RecipeStage{tier='one', recipe=1xtile.chest@0:[net.minecraftforge.oredict.OreIngredient@36c98a03, net.minecraftforge.oredict.OreIngredient@54bad97c, net.minecraftforge.oredict.OreIngredient@2582b2a8, net.minecraftforge.oredict.OreIngredient@48b79b1a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@32d4899d, net.minecraftforge.oredict.OreIngredient@3027c782, net.minecraftforge.oredict.OreIngredient@8034dc, net.minecraftforge.oredict.OreIngredient@749b109d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12695 crafttweaker:ct_shaped975688688 RecipeStage{tier='one', recipe=1xtile.chest@0:[crafttweaker.mc1120.item.VanillaIngredient@6295e7f2, crafttweaker.mc1120.item.VanillaIngredient@6c0037f5, crafttweaker.mc1120.item.VanillaIngredient@6d27c87d, crafttweaker.mc1120.item.VanillaIngredient@419422bc, net.minecraft.item.crafting.Ingredient$1@7e2c8622, crafttweaker.mc1120.item.VanillaIngredient@c73e70b, crafttweaker.mc1120.item.VanillaIngredient@61a1d6ef, crafttweaker.mc1120.item.VanillaIngredient@32968e86, crafttweaker.mc1120.item.VanillaIngredient@5277dbaa]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12696 crafttweaker:ct_shaped-1442707409 RecipeStage{tier='two', recipe=1xtile.cloth@15:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@412f3550, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2ed69534, net.minecraft.item.crafting.Ingredient@2832ccd6, net.minecraft.item.crafting.Ingredient@44f4e8f1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7cc9d08a, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12697 crafttweaker:ct_shaped431412993 RecipeStage{tier='one', recipe=1xitem.frame@0:[crafttweaker.mc1120.item.VanillaIngredient@662c8512, crafttweaker.mc1120.item.VanillaIngredient@58c6a17d, crafttweaker.mc1120.item.VanillaIngredient@3b9669f4, crafttweaker.mc1120.item.VanillaIngredient@969a38c, net.minecraftforge.oredict.OreIngredient@b6fa3a6, crafttweaker.mc1120.item.VanillaIngredient@664f36ff, crafttweaker.mc1120.item.VanillaIngredient@6e1e2a0b, crafttweaker.mc1120.item.VanillaIngredient@2aaf8187, crafttweaker.mc1120.item.VanillaIngredient@5c2b65e7]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12698 crafttweaker:ct_shaped1114495088 RecipeStage{tier='five', recipe=1xitem.leggingsDiamond@0:[net.minecraft.item.crafting.Ingredient@43cc4853, net.minecraft.item.crafting.Ingredient@5c9d6c53, net.minecraft.item.crafting.Ingredient@a686dfe, net.minecraft.item.crafting.Ingredient@deb2509, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2cc47a37, net.minecraft.item.crafting.Ingredient@1b0c6408, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@52c2ed0a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12699 crafttweaker:ct_shaped-1055312674 RecipeStage{tier='two', recipe=16xtile.fenceIron@0:[net.minecraftforge.oredict.OreIngredient@6554936, net.minecraftforge.oredict.OreIngredient@9cf9e09, net.minecraftforge.oredict.OreIngredient@711b871c, net.minecraftforge.oredict.OreIngredient@34f49e88, net.minecraftforge.oredict.OreIngredient@18447dd9, net.minecraftforge.oredict.OreIngredient@6d8e870e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12700 crafttweaker:ct_shaped-1085771048 RecipeStage{tier='zero', recipe=1xitem.chestplateCloth@0:[net.minecraft.item.crafting.Ingredient@4000cec4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@50900892, net.minecraft.item.crafting.Ingredient@6b811dec, net.minecraft.item.crafting.Ingredient@722e4165, net.minecraft.item.crafting.Ingredient@349ec70a, net.minecraft.item.crafting.Ingredient@649a8d93, net.minecraft.item.crafting.Ingredient@7178291, net.minecraft.item.crafting.Ingredient@7b2ce7f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12701 crafttweaker:ct_shaped-1636290075 RecipeStage{tier='three', recipe=1xitem.cake@0:[crafttweaker.mc1120.item.VanillaIngredient@45d6ef14, crafttweaker.mc1120.item.VanillaIngredient@75100428, crafttweaker.mc1120.item.VanillaIngredient@4ea80311, net.minecraft.item.crafting.Ingredient@5f78ed8d, net.minecraft.item.crafting.Ingredient@2d241739, net.minecraft.item.crafting.Ingredient@58e067f1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@56de4777, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12702 crafttweaker:ct_shaped-1923684317 RecipeStage{tier='two', recipe=1xitem.boat.jungle@0:[crafttweaker.mc1120.item.VanillaIngredient@4ed2dca4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, crafttweaker.mc1120.item.VanillaIngredient@43429798, crafttweaker.mc1120.item.VanillaIngredient@1846afee, crafttweaker.mc1120.item.VanillaIngredient@3c07a66e, crafttweaker.mc1120.item.VanillaIngredient@64e86ab6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12703 crafttweaker:ct_shaped68007647 RecipeStage{tier='two', recipe=1xitem.emptyMap@0:[net.minecraftforge.oredict.OreIngredient@3341dfe4, net.minecraftforge.oredict.OreIngredient@1ed52fbd, net.minecraftforge.oredict.OreIngredient@1fe0cedf, net.minecraftforge.oredict.OreIngredient@38faaa4f, net.minecraft.item.crafting.Ingredient@5f9fc4b, net.minecraftforge.oredict.OreIngredient@32e6938e, net.minecraftforge.oredict.OreIngredient@2b69253b, net.minecraftforge.oredict.OreIngredient@46ac4acb, net.minecraftforge.oredict.OreIngredient@c7dedf1]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12704 crafttweaker:ct_shaped683794608 RecipeStage{tier='two', recipe=1xitem.bed@10:[net.minecraft.item.crafting.Ingredient@a817513, net.minecraft.item.crafting.Ingredient@6823d985, net.minecraft.item.crafting.Ingredient@4c7d3c58, net.minecraftforge.oredict.OreIngredient@2f8c5243, net.minecraftforge.oredict.OreIngredient@2e24934c, net.minecraftforge.oredict.OreIngredient@58bd98fc]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12705 crafttweaker:ct_shaped912760054 RecipeStage{tier='two', recipe=1xtile.cloth@1:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7d07e04f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3054abe6, net.minecraft.item.crafting.Ingredient@3a60f053, net.minecraft.item.crafting.Ingredient@e2ef59b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4ce96989, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12706 crafttweaker:ct_shaped-1326513032 RecipeStage{tier='five', recipe=1xitem.helmetDiamond@0:[net.minecraft.item.crafting.Ingredient@59f7e069, net.minecraft.item.crafting.Ingredient@6428716c, net.minecraft.item.crafting.Ingredient@1dd3c25f, net.minecraft.item.crafting.Ingredient@1af1554d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7c630ad2]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12707 crafttweaker:ct_shaped1161730432 RecipeStage{tier='two', recipe=1xitem.bed@2:[net.minecraft.item.crafting.Ingredient@5b67b723, net.minecraft.item.crafting.Ingredient@58a5572a, net.minecraft.item.crafting.Ingredient@486e2a4e, net.minecraftforge.oredict.OreIngredient@2c3f8c0b, net.minecraftforge.oredict.OreIngredient@4a07f800, net.minecraftforge.oredict.OreIngredient@38e9fa6d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12708 crafttweaker:ct_shaped-46880157 RecipeStage{tier='two', recipe=1xitem.shovelGold@0:[net.minecraftforge.oredict.OreIngredient@1ec9b64, net.minecraftforge.oredict.OreIngredient@51631086, net.minecraftforge.oredict.OreIngredient@24513552]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12709 crafttweaker:ct_shaped1145053081 RecipeStage{tier='three', recipe=2xtile.detectorRail@0:[net.minecraftforge.oredict.OreIngredient@531c9927, net.minecraft.item.crafting.Ingredient@364e1f9b, net.minecraftforge.oredict.OreIngredient@7f60def4, net.minecraftforge.oredict.OreIngredient@52369fef, net.minecraft.item.crafting.Ingredient@6554e12f, net.minecraftforge.oredict.OreIngredient@23a088d9, net.minecraftforge.oredict.OreIngredient@5ace7527, net.minecraft.item.crafting.Ingredient@3ce15076, net.minecraftforge.oredict.OreIngredient@7efe835c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12710 crafttweaker:ct_shaped1816400328 RecipeStage{tier='zero', recipe=3xtile.woodSlab@1:[net.minecraft.item.crafting.Ingredient@59bf3a1a, net.minecraft.item.crafting.Ingredient@70f11b47, net.minecraft.item.crafting.Ingredient@462597cf]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12711 crafttweaker:ct_shaped369165893 RecipeStage{tier='two', recipe=1xtile.hopper@0:[net.minecraftforge.oredict.OreIngredient@4ccb0834, net.minecraft.item.crafting.Ingredient@6c04945d, net.minecraftforge.oredict.OreIngredient@14d791b9, net.minecraftforge.oredict.OreIngredient@7ea6f703, net.minecraftforge.oredict.OreIngredient@6ab8da4b, net.minecraftforge.oredict.OreIngredient@22561d3d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@a240a97, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12712 crafttweaker:ct_shaped-607643094 RecipeStage{tier='two', recipe=1xtile.cloth@10:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4373ea3f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6f351a98, net.minecraft.item.crafting.Ingredient@7d984db6, net.minecraft.item.crafting.Ingredient@57429020, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@b3caae5, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12713 crafttweaker:ct_shaped-1383621908 RecipeStage{tier='five', recipe=1xitem.bootsDiamond@0:[net.minecraft.item.crafting.Ingredient@4c9a90c0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@73509118, net.minecraft.item.crafting.Ingredient@30d0ccc2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5e5523bf]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12714 crafttweaker:ct_shaped-587213289 RecipeStage{tier='two', recipe=1xitem.compass@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@46d1b425, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@31fe35b6, crafttweaker.api.minecraft.CraftTweakerMC$1@7fe4997, net.minecraftforge.oredict.OreIngredient@70c1da0c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3b7a38ad, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12715 crafttweaker:ct_shaped1073147932 RecipeStage{tier='two', recipe=1xitem.shovelIron@0:[net.minecraftforge.oredict.OreIngredient@7b69f9f1, net.minecraftforge.oredict.OreIngredient@e2ea5fa, net.minecraftforge.oredict.OreIngredient@70410f89]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12716 crafttweaker:ct_shaped1506818192 RecipeStage{tier='two', recipe=1xitem.bed@6:[net.minecraft.item.crafting.Ingredient@1a94ee7c, net.minecraft.item.crafting.Ingredient@2e863aae, net.minecraft.item.crafting.Ingredient@55fc5bf1, net.minecraftforge.oredict.OreIngredient@2db93b80, net.minecraftforge.oredict.OreIngredient@10e3c745, net.minecraftforge.oredict.OreIngredient@f2fdcbd]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12717 crafttweaker:ct_shaped-1902752494 RecipeStage{tier='zero', recipe=1xtile.web@0:[net.minecraftforge.oredict.OreIngredient@383b3d7a, net.minecraft.item.crafting.Ingredient@5c3a74c6, net.minecraftforge.oredict.OreIngredient@52ed59eb, net.minecraft.item.crafting.Ingredient@23d6bd3f, net.minecraft.item.crafting.Ingredient@426784d2, net.minecraft.item.crafting.Ingredient@4df4541c, net.minecraftforge.oredict.OreIngredient@756e7e48, net.minecraft.item.crafting.Ingredient@63c71a9f, net.minecraftforge.oredict.OreIngredient@1df84321]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12718 crafttweaker:ct_shaped476510256 RecipeStage{tier='two', recipe=1xitem.bed@15:[net.minecraft.item.crafting.Ingredient@7243a036, net.minecraft.item.crafting.Ingredient@74591c08, net.minecraft.item.crafting.Ingredient@2f11e3fe, net.minecraftforge.oredict.OreIngredient@702f4c76, net.minecraftforge.oredict.OreIngredient@1f820055, net.minecraftforge.oredict.OreIngredient@2387e6f1]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12719 crafttweaker:ct_shaped1062106183 RecipeStage{tier='two', recipe=1xtile.weightedPlate_light@0:[net.minecraftforge.oredict.OreIngredient@329ef6c, net.minecraftforge.oredict.OreIngredient@9ef5f83]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12720 crafttweaker:ct_shaped1494415782 RecipeStage{tier='zero', recipe=1xitem.leggingsCloth@0:[net.minecraft.item.crafting.Ingredient@6606643, net.minecraft.item.crafting.Ingredient@1a4ca810, net.minecraft.item.crafting.Ingredient@565276ba, net.minecraft.item.crafting.Ingredient@25b228b4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2065103f, net.minecraft.item.crafting.Ingredient@5f16300b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1a347af5]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12721 crafttweaker:ct_shaped-2053239689 RecipeStage{tier='two', recipe=1xitem.hoeIron@0:[net.minecraftforge.oredict.OreIngredient@2ef7168f, net.minecraftforge.oredict.OreIngredient@261b0f86, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4863e526, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@71b9dd0d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12722 crafttweaker:ct_shaped478506588 RecipeStage{tier='two', recipe=1xitem.pickaxeIron@0:[net.minecraftforge.oredict.OreIngredient@67ecfedb, net.minecraftforge.oredict.OreIngredient@19f5aa9f, net.minecraftforge.oredict.OreIngredient@4ee83652, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7106db37, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@711cf9ea, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12723 crafttweaker:ct_shaped2031575686 RecipeStage{tier='zero', recipe=1xitem.swordStone@0:[net.minecraft.item.crafting.Ingredient@45091404, net.minecraft.item.crafting.Ingredient@4a5ce051, net.minecraftforge.oredict.OreIngredient@d44554e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12724 crafttweaker:ct_shaped113916479 RecipeStage{tier='two', recipe=1xitem.hatchetGold@0:[net.minecraftforge.oredict.OreIngredient@1b813ea5, net.minecraftforge.oredict.OreIngredient@1625b0e5, net.minecraftforge.oredict.OreIngredient@3bd69418, net.minecraftforge.oredict.OreIngredient@14975809, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6712828]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12725 crafttweaker:ct_shaped1627877560 RecipeStage{tier='zero', recipe=3xtile.woodSlab@5:[net.minecraft.item.crafting.Ingredient@3d68129b, net.minecraft.item.crafting.Ingredient@3291277a, net.minecraft.item.crafting.Ingredient@1ce86631]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12726 crafttweaker:ct_shaped-408157447 RecipeStage{tier='one', recipe=1xtile.furnace@0:[net.minecraftforge.oredict.OreIngredient@13573dec, net.minecraftforge.oredict.OreIngredient@6e5619d7, net.minecraftforge.oredict.OreIngredient@55474990, net.minecraftforge.oredict.OreIngredient@ac164e7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2053900e, net.minecraftforge.oredict.OreIngredient@7e15bd72, net.minecraftforge.oredict.OreIngredient@11f170e9, net.minecraftforge.oredict.OreIngredient@1096d86c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12727 crafttweaker:ct_shaped-2145766980 RecipeStage{tier='two', recipe=1xitem.bed@1:[net.minecraft.item.crafting.Ingredient@2c79e990, net.minecraft.item.crafting.Ingredient@7f543f40, net.minecraft.item.crafting.Ingredient@65386e7b, net.minecraftforge.oredict.OreIngredient@43cb9f08, net.minecraftforge.oredict.OreIngredient@201dcb88, net.minecraftforge.oredict.OreIngredient@7eed4ef4]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12728 crafttweaker:ct_shaped-1275694546 RecipeStage{tier='two', recipe=1xtile.cloth@14:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5880ace4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@47ac5b23, net.minecraft.item.crafting.Ingredient@9a389d5, net.minecraft.item.crafting.Ingredient@1dadecfb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@40978426, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12729 crafttweaker:ct_shaped-1831529851 RecipeStage{tier='two', recipe=1xitem.pickaxeGold@0:[net.minecraftforge.oredict.OreIngredient@6547aa54, net.minecraftforge.oredict.OreIngredient@703f6a08, net.minecraftforge.oredict.OreIngredient@2878ac0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7e4d9802, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@26009895, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12730 crafttweaker:ct_shaped1774701398 RecipeStage{tier='two', recipe=1xitem.hatchetIron@0:[net.minecraftforge.oredict.OreIngredient@2d64c977, net.minecraftforge.oredict.OreIngredient@130b8791, net.minecraftforge.oredict.OreIngredient@114807a, net.minecraftforge.oredict.OreIngredient@237264fd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@28d63e95]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12731 crafttweaker:ct_shaped1848259305 RecipeStage{tier='zero', recipe=1xitem.saddle@0:[net.minecraft.item.crafting.Ingredient@67ae1311, net.minecraft.item.crafting.Ingredient@429c48ce, net.minecraft.item.crafting.Ingredient@727989ec, net.minecraft.item.crafting.Ingredient@6b4233a0, net.minecraft.item.crafting.Ingredient@7ce39342, net.minecraft.item.crafting.Ingredient@5c196e28]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12732 crafttweaker:ct_shaped242286364 RecipeStage{tier='two', recipe=1xitem.chestplateGold@0:[net.minecraftforge.oredict.OreIngredient@6291aaae, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@18344a6f, net.minecraftforge.oredict.OreIngredient@78adb3a8, net.minecraftforge.oredict.OreIngredient@6fd2eabb, net.minecraftforge.oredict.OreIngredient@f9e935, net.minecraftforge.oredict.OreIngredient@3a24bc77, net.minecraftforge.oredict.OreIngredient@2f816868, net.minecraftforge.oredict.OreIngredient@577ed811]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12733 crafttweaker:ct_shaped1820100090 RecipeStage{tier='two', recipe=1xtile.cloth@5:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1801238a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@759f3f9, net.minecraft.item.crafting.Ingredient@23bf1952, net.minecraft.item.crafting.Ingredient@2a0f364, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@132c8dc9, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12734 crafttweaker:ct_shaped-681251295 RecipeStage{tier='two', recipe=1xitem.helmetIron@0:[net.minecraftforge.oredict.OreIngredient@5b22726e, net.minecraftforge.oredict.OreIngredient@8c95d1, net.minecraftforge.oredict.OreIngredient@5327d77, net.minecraftforge.oredict.OreIngredient@7207eadd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3a7e47f1]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12735 crafttweaker:ct_shaped642554781 RecipeStage{tier='two', recipe=1xitem.boat.acacia@0:[crafttweaker.mc1120.item.VanillaIngredient@5e387f72, net.minecraft.item.crafting.Ingredient$1@7e2c8622, crafttweaker.mc1120.item.VanillaIngredient@48f76807, crafttweaker.mc1120.item.VanillaIngredient@56b32c6, crafttweaker.mc1120.item.VanillaIngredient@4de2ac55, crafttweaker.mc1120.item.VanillaIngredient@50bc8974]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12736 crafttweaker:ct_shaped-1934642640 RecipeStage{tier='two', recipe=1xitem.bed@11:[net.minecraft.item.crafting.Ingredient@23f87434, net.minecraft.item.crafting.Ingredient@7fd98f8f, net.minecraft.item.crafting.Ingredient@27011425, net.minecraftforge.oredict.OreIngredient@13c2de98, net.minecraftforge.oredict.OreIngredient@737b4100, net.minecraftforge.oredict.OreIngredient@40ed1d17]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12737 crafttweaker:ct_shaped426064298 RecipeStage{tier='zero', recipe=3xtile.stoneSlab@7:[net.minecraft.item.crafting.Ingredient@6fe28913, net.minecraft.item.crafting.Ingredient@6a51bc69, net.minecraft.item.crafting.Ingredient@438b8362]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12738 crafttweaker:ct_shaped970697731 RecipeStage{tier='five', recipe=1xitem.chestplateDiamond@0:[net.minecraft.item.crafting.Ingredient@6ba63ba1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@10f79dd7, net.minecraft.item.crafting.Ingredient@77a2d954, net.minecraft.item.crafting.Ingredient@68adc451, net.minecraft.item.crafting.Ingredient@320c81d6, net.minecraft.item.crafting.Ingredient@1eb9ab65, net.minecraft.item.crafting.Ingredient@7f30b99f, net.minecraft.item.crafting.Ingredient@79b96564]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12739 crafttweaker:ct_shaped-1567527170 RecipeStage{tier='two', recipe=1xtile.cloth@9:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2f6d49b4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7c5c2dbf, net.minecraft.item.crafting.Ingredient@6da8fea, net.minecraft.item.crafting.Ingredient@347a4810, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@711f97c2, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12740 crafttweaker:ct_shaped1797070397 RecipeStage{tier='two', recipe=1xitem.clock@0:[net.minecraft.item.crafting.Ingredient@6c336d8b, net.minecraftforge.oredict.OreIngredient@3ec40a38, net.minecraft.item.crafting.Ingredient@5898ef38, net.minecraftforge.oredict.OreIngredient@5534d26e, net.minecraft.item.crafting.Ingredient@221ca276, net.minecraftforge.oredict.OreIngredient@3c17e9c7, net.minecraft.item.crafting.Ingredient@23e92052, net.minecraftforge.oredict.OreIngredient@503d21e3, net.minecraft.item.crafting.Ingredient@17753680]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12741 crafttweaker:ct_shaped-1582620615 RecipeStage{tier='two', recipe=1xitem.leggingsIron@0:[net.minecraftforge.oredict.OreIngredient@14afbc78, net.minecraftforge.oredict.OreIngredient@7e2ef50f, net.minecraftforge.oredict.OreIngredient@47a5e110, net.minecraftforge.oredict.OreIngredient@79da1e52, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@107f316d, net.minecraftforge.oredict.OreIngredient@197038e0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@71b5e7bf]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12742 crafttweaker:ct_shaped-1800679220 RecipeStage{tier='two', recipe=1xitem.bed@5:[net.minecraft.item.crafting.Ingredient@58b45f55, net.minecraft.item.crafting.Ingredient@31a9e977, net.minecraft.item.crafting.Ingredient@2906609a, net.minecraftforge.oredict.OreIngredient@77d0f21a, net.minecraftforge.oredict.OreIngredient@de44542, net.minecraftforge.oredict.OreIngredient@7378f7d8]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12743 crafttweaker:ct_shaped-3843109 RecipeStage{tier='two', recipe=1xitem.chestplateIron@0:[net.minecraftforge.oredict.OreIngredient@69604b9d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@19d02489, net.minecraftforge.oredict.OreIngredient@3631aca4, net.minecraftforge.oredict.OreIngredient@2434b8d, net.minecraftforge.oredict.OreIngredient@6914d4fb, net.minecraftforge.oredict.OreIngredient@71f8413c, net.minecraftforge.oredict.OreIngredient@4a97972b, net.minecraftforge.oredict.OreIngredient@5290a2d7]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12744 crafttweaker:ct_shaped55052580 RecipeStage{tier='zero', recipe=3xtile.woodSlab@0:[net.minecraft.item.crafting.Ingredient@1dec1772, net.minecraft.item.crafting.Ingredient@2eae5452, net.minecraft.item.crafting.Ingredient@5876b063]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12745 crafttweaker:ct_shaped1232123286 RecipeStage{tier='two', recipe=1xitem.hoeGold@0:[net.minecraftforge.oredict.OreIngredient@f2737a0, net.minecraftforge.oredict.OreIngredient@728de6b1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2edd3076, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@43457866]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12746 crafttweaker:ct_shaped-1209798593 RecipeStage{tier='two', recipe=1xtile.cloth@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@75e9cd99, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@68cc05fb, net.minecraft.item.crafting.Ingredient@2fd5d614, net.minecraft.item.crafting.Ingredient@47bb1dc0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7c8585ab, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12747 crafttweaker:ct_shaped-1595634002 RecipeStage{tier='two', recipe=1xitem.swordGold@0:[net.minecraftforge.oredict.OreIngredient@746eb41d, net.minecraftforge.oredict.OreIngredient@758aa9f2, net.minecraftforge.oredict.OreIngredient@6ac0ff9e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12748 crafttweaker:ct_shaped-1923955639 RecipeStage{tier='zero', recipe=3xtile.stoneSlab@3:[net.minecraft.item.crafting.Ingredient@3a3897b0, net.minecraft.item.crafting.Ingredient@3bf712b6, net.minecraft.item.crafting.Ingredient@1b92f903]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12749 crafttweaker:ct_shaped1048049737 RecipeStage{tier='one', recipe=1xtile.brick@0:[net.minecraft.item.crafting.Ingredient@7643c9e0, net.minecraft.item.crafting.Ingredient@8b8458f, net.minecraft.item.crafting.Ingredient@bd9948c, net.minecraft.item.crafting.Ingredient@70f3e15]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12750 crafttweaker:ct_shaped1593265081 RecipeStage{tier='two', recipe=1xtile.cloth@4:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6febfbdd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@25354f92, net.minecraft.item.crafting.Ingredient@620fd24c, net.minecraft.item.crafting.Ingredient@1c8ea78e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2c0b92d1, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12751 crafttweaker:ct_shaped1675008252 RecipeStage{tier='zero', recipe=3xtile.woodSlab@4:[net.minecraft.item.crafting.Ingredient@234d011d, net.minecraft.item.crafting.Ingredient@3f4c2a8a, net.minecraft.item.crafting.Ingredient@5617583a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12752 crafttweaker:ct_shaped-526625437 RecipeStage{tier='one', recipe=1xtile.workbench@0:[net.minecraftforge.oredict.OreIngredient@26fad533, net.minecraftforge.oredict.OreIngredient@6df47d18, net.minecraftforge.oredict.OreIngredient@33321256, net.minecraftforge.oredict.OreIngredient@5f085a82]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12753 crafttweaker:ct_shaped-1108681683 RecipeStage{tier='two', recipe=1xtile.cloth@13:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2fab4f1d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6179fb4d, net.minecraft.item.crafting.Ingredient@42faf596, net.minecraft.item.crafting.Ingredient@5f3b6b01, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2a1d145c, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12754 crafttweaker:ct_shaped2107439542 RecipeStage{tier='two', recipe=1xtile.weightedPlate_heavy@0:[net.minecraftforge.oredict.OreIngredient@41031c1, net.minecraftforge.oredict.OreIngredient@11d32290]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12755 crafttweaker:ct_shaped-1428660794 RecipeStage{tier='two', recipe=3xitem.glassBottle@0:[net.minecraftforge.oredict.OreIngredient@153430c8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@57c979c6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@52d2d4c7, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12756 crafttweaker:ct_shaped-145568832 RecipeStage{tier='two', recipe=1xitem.leggingsGold@0:[net.minecraftforge.oredict.OreIngredient@5a1dabaf, net.minecraftforge.oredict.OreIngredient@6e1b7254, net.minecraftforge.oredict.OreIngredient@72003118, net.minecraftforge.oredict.OreIngredient@3630a773, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@14732c9, net.minecraftforge.oredict.OreIngredient@347b6967, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@47800601]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12757 crafttweaker:ct_shaped-1455591460 RecipeStage{tier='two', recipe=1xitem.bed@9:[net.minecraft.item.crafting.Ingredient@74382abd, net.minecraft.item.crafting.Ingredient@4cd18f89, net.minecraft.item.crafting.Ingredient@238ee725, net.minecraftforge.oredict.OreIngredient@64f95d5b, net.minecraftforge.oredict.OreIngredient@5121eebb, net.minecraftforge.oredict.OreIngredient@114c8ed1]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12758 crafttweaker:ct_shaped-1749328141 RecipeStage{tier='two', recipe=1xitem.bootsGold@0:[net.minecraftforge.oredict.OreIngredient@45afe412, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6b926a79, net.minecraftforge.oredict.OreIngredient@35981586, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@40573fe2]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12759 crafttweaker:ct_shaped-588869031 RecipeStage{tier='zero', recipe=1xitem.bowl@0:[net.minecraft.item.crafting.Ingredient@7a62cc8e, net.minecraftforge.oredict.OreIngredient@2dbb019]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12760 crafttweaker:ct_shaped1683538753 RecipeStage{tier='zero', recipe=1xitem.bowl@0:[net.minecraft.item.crafting.Ingredient@779ab1e1, net.minecraftforge.oredict.OreIngredient@ecb28df]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12761 crafttweaker:ct_shaped388472046 RecipeStage{tier='zero', recipe=1xitem.bowl@0:[net.minecraft.item.crafting.Ingredient@62219334, net.minecraftforge.oredict.OreIngredient@3d25ac11]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12762 crafttweaker:ct_shaped-472364268 RecipeStage{tier='zero', recipe=1xitem.bowl@0:[net.minecraft.item.crafting.Ingredient@1f1217ed, net.minecraftforge.oredict.OreIngredient@48c85900]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12763 crafttweaker:ct_shaped-338988476 RecipeStage{tier='zero', recipe=1xitem.bowl@0:[net.minecraft.item.crafting.Ingredient@269ecb1e, net.minecraftforge.oredict.OreIngredient@364baef8]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12764 crafttweaker:ct_shaped245435634 RecipeStage{tier='zero', recipe=1xitem.bowl@0:[net.minecraft.item.crafting.Ingredient@39e96aa3, net.minecraftforge.oredict.OreIngredient@336324c7]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12765 crafttweaker:ct_shaped-737667007 RecipeStage{tier='zero', recipe=1xitem.bowl@0:[net.minecraft.item.crafting.Ingredient@6375df8e, net.minecraftforge.oredict.OreIngredient@8a29176]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12766 crafttweaker:ct_shaped928670624 RecipeStage{tier='two', recipe=1xitem.bed@0:[net.minecraft.item.crafting.Ingredient@7aec5eb3, net.minecraft.item.crafting.Ingredient@50831835, net.minecraft.item.crafting.Ingredient@1d472404, net.minecraftforge.oredict.OreIngredient@1723ffb, net.minecraftforge.oredict.OreIngredient@19f3f0a0, net.minecraftforge.oredict.OreIngredient@5179011b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12767 crafttweaker:ct_shaped-258112592 RecipeStage{tier='two', recipe=1xitem.bed@12:[net.minecraft.item.crafting.Ingredient@75ba7834, net.minecraft.item.crafting.Ingredient@65271c9f, net.minecraft.item.crafting.Ingredient@63d7966b, net.minecraftforge.oredict.OreIngredient@7abf22d3, net.minecraftforge.oredict.OreIngredient@5c629e68, net.minecraftforge.oredict.OreIngredient@1fcb29f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12768 crafttweaker:ct_shaped-707099442 RecipeStage{tier='zero', recipe=1xitem.helmetCloth@0:[net.minecraft.item.crafting.Ingredient@5ec71805, net.minecraft.item.crafting.Ingredient@5d6d00b4, net.minecraft.item.crafting.Ingredient@15b444af, net.minecraft.item.crafting.Ingredient@713864cc, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@17594dde]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12769 crafttweaker:ct_shaped-813209336 RecipeStage{tier='two', recipe=1xitem.bed@4:[net.minecraft.item.crafting.Ingredient@22049721, net.minecraft.item.crafting.Ingredient@15222ef2, net.minecraft.item.crafting.Ingredient@270e369e, net.minecraftforge.oredict.OreIngredient@7a64b81c, net.minecraftforge.oredict.OreIngredient@7c5f95ee, net.minecraftforge.oredict.OreIngredient@780e6129]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12770 crafttweaker:ct_shaped371094239 RecipeStage{tier='zero', recipe=1xtile.cobbleWall@0:[net.minecraft.item.crafting.Ingredient@2ee20270, net.minecraft.item.crafting.Ingredient@7119ebe8, net.minecraft.item.crafting.Ingredient@71e9e0c0, net.minecraft.item.crafting.Ingredient@7a65d0fd, net.minecraft.item.crafting.Ingredient@442aac43, net.minecraft.item.crafting.Ingredient@7a525985]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12771 crafttweaker:ct_shaped-1128140980 RecipeStage{tier='one', recipe=3xtile.ladder@0:[net.minecraftforge.oredict.OreIngredient@440349ef, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@10b59baa, net.minecraftforge.oredict.OreIngredient@16c654b, net.minecraftforge.oredict.OreIngredient@699a9a92, net.minecraftforge.oredict.OreIngredient@3788fa7f, net.minecraftforge.oredict.OreIngredient@b5c4fef, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@69f835f2]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12772 crafttweaker:ct_shaped-449045292 RecipeStage{tier='two', recipe=1xitem.bootsIron@0:[net.minecraftforge.oredict.OreIngredient@548b6c55, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@24202fb9, net.minecraftforge.oredict.OreIngredient@4dea3fe5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6595d40f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12773 crafttweaker:ct_shaped-1794362179 RecipeStage{tier='two', recipe=1xtile.cloth@8:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6af3e52c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4f8b522c, net.minecraft.item.crafting.Ingredient@5302592f, net.minecraft.item.crafting.Ingredient@187cdaec, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6d53964a, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12774 crafttweaker:ct_shaped684843594 RecipeStage{tier='three', recipe=2xtile.activatorRail@0:[net.minecraftforge.oredict.OreIngredient@785cb3fe, net.minecraftforge.oredict.OreIngredient@395656fb, net.minecraftforge.oredict.OreIngredient@47835087, net.minecraftforge.oredict.OreIngredient@36936ffb, net.minecraft.item.crafting.Ingredient@2bcde994, net.minecraftforge.oredict.OreIngredient@20279398, net.minecraftforge.oredict.OreIngredient@7dfde873, net.minecraftforge.oredict.OreIngredient@50bcbc80, net.minecraftforge.oredict.OreIngredient@14f96e4a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12775 crafttweaker:ct_shaped875899405 RecipeStage{tier='three', recipe=4xtile.goldenRail@0:[net.minecraftforge.oredict.OreIngredient@8de841e, net.minecraft.item.crafting.Ingredient@1af25b06, net.minecraftforge.oredict.OreIngredient@2f9fbc64, net.minecraftforge.oredict.OreIngredient@70cb0ce3, net.minecraftforge.oredict.OreIngredient@c499890, net.minecraftforge.oredict.OreIngredient@4ebc874, net.minecraftforge.oredict.OreIngredient@56452811, net.minecraft.item.crafting.Ingredient@7e418a2e, net.minecraftforge.oredict.OreIngredient@3e0c106e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12776 crafttweaker:ct_shaped-600978810 RecipeStage{tier='two', recipe=4xitem.arrow@0:[net.minecraft.item.crafting.Ingredient@64fec7b3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1b047e9d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@69669729]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12777 crafttweaker:ct_shaped-1013090307 RecipeStage{tier='two', recipe=4xitem.arrow@0:[net.minecraft.item.crafting.Ingredient@3737750b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@25e6ff01, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1d2e8db6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12778 crafttweaker:ct_shaped-2053734762 RecipeStage{tier='zero', recipe=1xitem.leash@0:[net.minecraft.item.crafting.Ingredient@40ac9ee5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4c3f34d6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5eb3c4a7]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12779 crafttweaker:ct_shapeless-904852976 RecipeStage{tier='two', recipe=1xitem.writingBook@0:[net.minecraft.item.crafting.Ingredient@3719b1fa, net.minecraft.item.crafting.Ingredient@13e64a4a, net.minecraft.item.crafting.Ingredient@264a5564]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12780 crafttweaker:ct_shapeless426008158 RecipeStage{tier='two', recipe=1xtile.hopper@0:[net.minecraft.item.crafting.Ingredient@661c3bf6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12781 crafttweaker:ct_shapeless-68687111 RecipeStage{tier='tutorial', recipe=1xitem.flint@0:[net.minecraft.item.crafting.Ingredient@1cf0d0ae, net.minecraft.item.crafting.Ingredient@3d656d60]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12782 crafttweaker:ct_shapeless-330983111 RecipeStage{tier='tutorial', recipe=1xitem.flint@0:[net.minecraft.item.crafting.Ingredient@49f0eedd, net.minecraft.item.crafting.Ingredient@4e34bf9e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12783 crafttweaker:ct_shapeless677861882 RecipeStage{tier='zero', recipe=8xitem.string@0:[net.minecraft.item.crafting.Ingredient@545b7356]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12784 crafttweaker:ct_shapeless1531531377 RecipeStage{tier='zero', recipe=1xtile.farmland@0:[net.minecraft.item.crafting.Ingredient@42c30ad0, net.minecraft.item.crafting.Ingredient@c0b8253]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12785 crafttweaker:ct_shapeless1793072705 RecipeStage{tier='zero', recipe=1xitem.sulphur@0:[net.minecraft.item.crafting.Ingredient@67a80403, net.minecraftforge.oredict.OreIngredient@68660a63, net.minecraftforge.oredict.OreIngredient@32a91835]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12786 crafttweaker:ct_shapeless1725042527 RecipeStage{tier='two', recipe=1xitem.book@0:[net.minecraft.item.crafting.Ingredient@62e01d29, net.minecraft.item.crafting.Ingredient@454f856a, net.minecraft.item.crafting.Ingredient@1d22aab2, net.minecraft.item.crafting.Ingredient@67307193]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12787 crafttweaker:ct_shapeless1586387549 RecipeStage{tier='tutorial', recipe=9xitem.flint@0:[net.minecraft.item.crafting.Ingredient@55b2109]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12788 crafttweaker:ct_shapeless953178344 RecipeStage{tier='zero', recipe=1xitem.string@0:[net.minecraftforge.oredict.OreIngredient@3c06901d, net.minecraftforge.oredict.OreIngredient@3479da15, net.minecraftforge.oredict.OreIngredient@502189e0, net.minecraftforge.oredict.OreIngredient@caea984]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12789 crafttweaker:ct_shapeless-466900879 RecipeStage{tier='one', recipe=2xtile.torch@0:[net.minecraft.item.crafting.Ingredient@4205674, net.minecraftforge.oredict.OreIngredient@7e738d97, net.minecraftforge.oredict.OreIngredient@22c17530]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12790 crafttweaker:ct_shapeless-107691281 RecipeStage{tier='one', recipe=2xtile.torch@0:[net.minecraft.item.crafting.Ingredient@5b5a1a65, net.minecraftforge.oredict.OreIngredient@5dcf748c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12791 crafttweaker:ct_shapeless-544005602 RecipeStage{tier='zero', recipe=4xitem.string@0:[net.minecraft.item.crafting.Ingredient@3fb25597, crafttweaker.mc1120.item.VanillaIngredient@16f3cfa4]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12792 crafttweaker:ct_shapeless1412537693 RecipeStage{tier='zero', recipe=4xitem.string@0:[net.minecraft.item.crafting.Ingredient@1df1762d, net.minecraftforge.oredict.OreIngredient@3bbc1a0b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12793 crafttweaker:ct_shapeless1876952740 RecipeStage{tier='two', recipe=8xitem.arrow@0:[net.minecraft.item.crafting.Ingredient@160ffe06]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12794 crafttweaker:stage_five_item.pt.dye_powder_orange RecipeStage{tier='five', recipe=1xitem.pt.dye_powder@1:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1e099d8c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@85fd07e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5368ef3c, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12795 crafttweaker:stage_five_item.pt.dye_powder_cyan RecipeStage{tier='five', recipe=1xitem.pt.dye_powder@9:[net.minecraft.item.crafting.Ingredient@3afec499, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@68c9cbb7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1e633af0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12796 crafttweaker:stage_five_item.pt.dye_powder_lime RecipeStage{tier='five', recipe=1xitem.pt.dye_powder@5:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@ae6270f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4670e0c6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@60c21fcc, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12797 crafttweaker:stage_three_jukebox RecipeStage{tier='three', recipe=1xtile.jukebox@0:[net.minecraftforge.oredict.OreIngredient@67710d9e, net.minecraftforge.oredict.OreIngredient@5c149020, net.minecraftforge.oredict.OreIngredient@1d233db4, net.minecraftforge.oredict.OreIngredient@6def7da3, net.minecraft.item.crafting.Ingredient@29d807d, net.minecraftforge.oredict.OreIngredient@7af0959e, net.minecraftforge.oredict.OreIngredient@7e3ac9e9, net.minecraftforge.oredict.OreIngredient@68aea1e8, net.minecraftforge.oredict.OreIngredient@65e4ae8]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12798 crafttweaker:stage_five_item.pt.dye_powder_silver RecipeStage{tier='five', recipe=1xitem.pt.dye_powder@8:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@78fc63d8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@502198af, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4d1dc2a2, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12799 crafttweaker:stage_five_item.pt.dye_powder_magenta RecipeStage{tier='five', recipe=1xitem.pt.dye_powder@2:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3960c8e3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@22198eb4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7e219eb8]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12800 crafttweaker:stage_five_item.pt.dye_powder_black RecipeStage{tier='five', recipe=1xitem.pt.dye_powder@15:[net.minecraft.item.crafting.Ingredient@5d8a4b0c, net.minecraft.item.crafting.Ingredient@6292a78e, net.minecraft.item.crafting.Ingredient@c90f946, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12801 crafttweaker:stage_five_item.pt.dye_powder_gray RecipeStage{tier='five', recipe=1xitem.pt.dye_powder@7:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7e366232, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@716b84d3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6b2f3a7]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12802 crafttweaker:stage_five_item.pt.dye_powder_lightblue RecipeStage{tier='five', recipe=1xitem.pt.dye_powder@3:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@de360fe, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4089b482, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6de9ed5c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12803 crafttweaker:stage_five_item.pt.dye_powder_red RecipeStage{tier='five', recipe=1xitem.pt.dye_powder@14:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7c57048d, net.minecraft.item.crafting.Ingredient@6aa56f69, net.minecraft.item.crafting.Ingredient@6785fb1b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12804 crafttweaker:stage_five_item.pt.dye_powder_pink RecipeStage{tier='five', recipe=1xitem.pt.dye_powder@6:[net.minecraft.item.crafting.Ingredient@452469ba, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1136eff, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@400c8793]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12805 crafttweaker:stage_three_piston RecipeStage{tier='three', recipe=1xtile.pistonBase@0:[crafttweaker.mc1120.item.VanillaIngredient@899f1aa, crafttweaker.mc1120.item.VanillaIngredient@6e1630ba, crafttweaker.mc1120.item.VanillaIngredient@7468cf11, net.minecraft.item.crafting.Ingredient@507cee10, net.minecraftforge.oredict.OreIngredient@172f5114, net.minecraft.item.crafting.Ingredient@486320ab, net.minecraft.item.crafting.Ingredient@7a416ef1, net.minecraft.item.crafting.Ingredient@4dfa13c7, net.minecraft.item.crafting.Ingredient@20304c9d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12806 crafttweaker:stage_five_item.pt.dye_powder_yellow RecipeStage{tier='five', recipe=1xitem.pt.dye_powder@4:[net.minecraft.item.crafting.Ingredient@71875648, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@40986f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1db9d78b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12807 crafttweaker:stage_five_item.pt.dye_powder_purple RecipeStage{tier='five', recipe=1xitem.pt.dye_powder@10:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3f4f3405, net.minecraft.item.crafting.Ingredient@74b110b2, net.minecraft.item.crafting.Ingredient@70366dab]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12808 crafttweaker:stage_three_torch RecipeStage{tier='three', recipe=4xtile.torch@0:[net.minecraft.item.crafting.Ingredient@2360f9a9, net.minecraft.item.crafting.Ingredient@65c91edc, net.minecraftforge.oredict.OreIngredient@1981b657]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12809 crafttweaker:colored_elytra RecipeStage{tier='four', recipe=1xitem.elytra@0:[crafttweaker.mc1120.item.VanillaIngredient@5a99cbf9, crafttweaker.mc1120.item.VanillaIngredient@7e90ccb2]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12810 crafttweaker:ct_shaped-213600095 RecipeStage{tier='four', recipe=1xtile.mob_grinding_utils.saw@0:[net.minecraft.item.crafting.Ingredient@53020242, net.minecraft.item.crafting.Ingredient@47a5257b, net.minecraft.item.crafting.Ingredient@5377e875, net.minecraft.item.crafting.Ingredient@2b7a4bf5, net.minecraft.item.crafting.Ingredient@68a95cca, net.minecraft.item.crafting.Ingredient@6492259, net.minecraft.item.crafting.Ingredient@6a9156a5, net.minecraftforge.oredict.OreIngredient@13cd8de1, net.minecraft.item.crafting.Ingredient@31a0dc5e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12811 crafttweaker:ct_shaped1253450108 RecipeStage{tier='four', recipe=1xtile.mob_grinding_utils.tank_sink@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7eb47bd9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1ef03ed4, net.minecraft.item.crafting.Ingredient@61ad0a6e, net.minecraft.item.crafting.Ingredient@56586829, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@b6fab88, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12812 crafttweaker:ct_shapeless-120775190 RecipeStage{tier='four', recipe=1xtile.mob_grinding_utils.tank@0:[net.minecraft.item.crafting.Ingredient@147622af]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12813 crafttweaker:ct_shapeless-1538577530 RecipeStage{tier='four', recipe=1xtile.mob_grinding_utils.tank_sink@0:[net.minecraft.item.crafting.Ingredient@1d81b435]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12814 crafttweaker:ct_shaped-768332270 RecipeStage{tier='three', recipe=1xtile.modularmachinery.blockoutputbus@1:[net.minecraftforge.oredict.OreIngredient@88d9e8c, net.minecraft.item.crafting.Ingredient@7e4857fe, net.minecraftforge.oredict.OreIngredient@5b0e61c2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4bbe568a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2f23c88f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@13e89d32]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12815 crafttweaker:ct_shaped2004969496 RecipeStage{tier='three', recipe=1xtile.modularmachinery.blockcontroller@0:[net.minecraftforge.oredict.OreIngredient@3bc0eefc, net.minecraft.item.crafting.Ingredient@2f3e508, net.minecraftforge.oredict.OreIngredient@33a53269, net.minecraftforge.oredict.OreIngredient@64f33822, net.minecraft.item.crafting.Ingredient@58788d4e, net.minecraftforge.oredict.OreIngredient@453ef8ec, net.minecraftforge.oredict.OreIngredient@5f12ac58, net.minecraft.item.crafting.Ingredient@22ddadb0, net.minecraftforge.oredict.OreIngredient@3e534658]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12816 crafttweaker:ct_shaped1606863762 RecipeStage{tier='three', recipe=2xtile.modularmachinery.blockcasing@0:[net.minecraftforge.oredict.OreIngredient@c9830e6, net.minecraftforge.oredict.OreIngredient@46a23d41, net.minecraftforge.oredict.OreIngredient@9ddb808, net.minecraftforge.oredict.OreIngredient@2d985eed, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@60ca44b8, net.minecraftforge.oredict.OreIngredient@375535d5, net.minecraftforge.oredict.OreIngredient@53acc6cf, net.minecraftforge.oredict.OreIngredient@3c2c9561]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12817 crafttweaker:ct_shaped1021897394 RecipeStage{tier='three', recipe=4xtile.modularmachinery.blockcasing@3:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@ef1e9d8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@10149e4e, net.minecraft.item.crafting.Ingredient@25bba83d, net.minecraftforge.oredict.OreIngredient@7de4a676, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7c5a3f3b, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12818 crafttweaker:ct_shaped-790278943 RecipeStage{tier='three', recipe=1xtile.modularmachinery.blockenergyinputhatch@0:[net.minecraftforge.oredict.OreIngredient@48883810, net.minecraft.item.crafting.Ingredient@300a8b7c, net.minecraftforge.oredict.OreIngredient@68854c1d, net.minecraft.item.crafting.Ingredient@458b05d1, net.minecraft.item.crafting.Ingredient@4ccaedc8, net.minecraft.item.crafting.Ingredient@28ffce46, net.minecraftforge.oredict.OreIngredient@6a589ae0, net.minecraft.item.crafting.Ingredient@7760aff7, net.minecraftforge.oredict.OreIngredient@6c5fa87e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12819 crafttweaker:ct_shaped253839737 RecipeStage{tier='three', recipe=1xtile.modularmachinery.blockfluidinputhatch@0:[net.minecraftforge.oredict.OreIngredient@3a84c64d, net.minecraft.item.crafting.Ingredient@1425c467, net.minecraftforge.oredict.OreIngredient@6648de03, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@774586ec, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6b6f80e7, net.minecraft.item.crafting.Ingredient@51d37711, net.minecraftforge.oredict.OreIngredient@71cb13ee]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12820 crafttweaker:ct_shaped1051510757 RecipeStage{tier='four', recipe=1xtile.modularmachinery.blockenergyinputhatch@2:[net.minecraft.item.crafting.Ingredient@2a6289dd, net.minecraft.item.crafting.Ingredient@3d1d4cce, net.minecraft.item.crafting.Ingredient@773ccf83, net.minecraftforge.oredict.OreIngredient@5e41e6e9, net.minecraft.item.crafting.Ingredient@60d3b09d, net.minecraftforge.oredict.OreIngredient@37fffb75, net.minecraft.item.crafting.Ingredient@26ae6ade, net.minecraftforge.oredict.OreIngredient@7709b64c, net.minecraft.item.crafting.Ingredient@aa3a768]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12821 crafttweaker:ct_shaped683861994 RecipeStage{tier='three', recipe=8xtile.modularmachinery.blockcasing@3:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@424fd11a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@17e2ab17, net.minecraft.item.crafting.Ingredient@2de3d471, net.minecraftforge.oredict.OreIngredient@3a6cae42, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6176f14, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12822 crafttweaker:ct_shaped1335551905 RecipeStage{tier='three', recipe=2xtile.modularmachinery.blockcasing@5:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@42fd6d2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@375cca7a, net.minecraft.item.crafting.Ingredient@681d6c6d, net.minecraft.item.crafting.Ingredient@554fc1b5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2fac1488, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12823 crafttweaker:ct_shaped1684313419 RecipeStage{tier='three', recipe=1xtile.modularmachinery.blockinputbus@1:[net.minecraftforge.oredict.OreIngredient@7e72041d, net.minecraft.item.crafting.Ingredient@7d8f61ba, net.minecraftforge.oredict.OreIngredient@56e645d7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@19a113d7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@779dae12, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@711993ea]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12824 crafttweaker:ct_shaped1483612720 RecipeStage{tier='three', recipe=1xtile.modularmachinery.blockcasing@3:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@15b5a8e3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@49b3e29, net.minecraft.item.crafting.Ingredient@1eeced96, net.minecraftforge.oredict.OreIngredient@23d7bb62, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1b9dfd4b, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12825 crafttweaker:ct_shaped1074413617 RecipeStage{tier='four', recipe=1xtile.modularmachinery.blockenergyinputhatch@3:[net.minecraft.item.crafting.Ingredient@462af267, net.minecraft.item.crafting.Ingredient@3f532769, net.minecraft.item.crafting.Ingredient@21c1974a, net.minecraft.item.crafting.Ingredient@55c2419c, net.minecraftforge.oredict.OreIngredient@446a3889, net.minecraft.item.crafting.Ingredient@62243702, net.minecraft.item.crafting.Ingredient@4f7287cb, net.minecraft.item.crafting.Ingredient@8fbe118, net.minecraft.item.crafting.Ingredient@1d403efe]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12826 crafttweaker:ct_shaped-2059454405 RecipeStage{tier='three', recipe=2xtile.modularmachinery.blockcasing@1:[net.minecraftforge.oredict.OreIngredient@5e9f8673, net.minecraft.item.crafting.Ingredient@5081eb4, net.minecraftforge.oredict.OreIngredient@522cdc2c, net.minecraft.item.crafting.Ingredient@4e87af59, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6c8914e4, net.minecraftforge.oredict.OreIngredient@29b14a7f, net.minecraft.item.crafting.Ingredient@1d483ed9, net.minecraftforge.oredict.OreIngredient@6ec6a74e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12827 crafttweaker:ct_shapeless613846304 RecipeStage{tier='five', recipe=1xitem.modularmachinery.itemblueprint@0:[net.minecraft.item.crafting.Ingredient@4a4cb046, net.minecraft.item.crafting.Ingredient@690df9c2, net.minecraftforge.oredict.OreIngredient@35efbccc]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12828 crafttweaker:ct_shapeless367380438 RecipeStage{tier='three', recipe=1xitem.modularmachinery.itemblueprint@0:[net.minecraft.item.crafting.Ingredient@6e4891e8, net.minecraft.item.crafting.Ingredient@4129d2e7, net.minecraftforge.oredict.OreIngredient@47ece0e9]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12829 crafttweaker:ct_shapeless-1382066396 RecipeStage{tier='three', recipe=1xitem.modularmachinery.itemblueprint@0:[net.minecraft.item.crafting.Ingredient@fad2d04, net.minecraft.item.crafting.Ingredient@25402ac8, net.minecraftforge.oredict.OreIngredient@2a716a6d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12830 crafttweaker:ct_shapeless528333252 RecipeStage{tier='five', recipe=1xitem.modularmachinery.itemblueprint@0:[net.minecraft.item.crafting.Ingredient@a3a2c62, net.minecraft.item.crafting.Ingredient@6c19f52c, net.minecraftforge.oredict.OreIngredient@48ab840d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12831 crafttweaker:ct_shapeless-1340576076 RecipeStage{tier='three', recipe=1xitem.modularmachinery.itemblueprint@0:[net.minecraft.item.crafting.Ingredient@6928bd77, net.minecraft.item.crafting.Ingredient@322ad50c, net.minecraftforge.oredict.OreIngredient@1139f6f0]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12832 crafttweaker:ct_shapeless-1532695732 RecipeStage{tier='three', recipe=1xitem.modularmachinery.itemblueprint@0:[net.minecraft.item.crafting.Ingredient@5268336, net.minecraft.item.crafting.Ingredient@29c945e0, net.minecraft.item.crafting.Ingredient@4d2f7760, net.minecraftforge.oredict.OreIngredient@13ff8643]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12833 crafttweaker:ct_shapeless863958766 RecipeStage{tier='four', recipe=1xitem.modularmachinery.itemblueprint@0:[net.minecraft.item.crafting.Ingredient@22f18839, net.minecraft.item.crafting.Ingredient@41742fc2, net.minecraft.item.crafting.Ingredient@77d6c4fb, net.minecraft.item.crafting.Ingredient@18f499dc, net.minecraftforge.oredict.OreIngredient@36ea7abb]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12834 crafttweaker:ct_shapeless1794387021 RecipeStage{tier='five', recipe=1xitem.modularmachinery.itemblueprint@0:[net.minecraft.item.crafting.Ingredient@5600499b, net.minecraft.item.crafting.Ingredient@1730bebc]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12835 crafttweaker:ct_shapeless1771810580 RecipeStage{tier='four', recipe=1xitem.modularmachinery.itemblueprint@0:[net.minecraft.item.crafting.Ingredient@2b36ffff, net.minecraft.item.crafting.Ingredient@4e6c6780, net.minecraft.item.crafting.Ingredient@1af4b347, net.minecraftforge.oredict.OreIngredient@8a33bfb]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12836 crafttweaker:ct_shapeless-2040641656 RecipeStage{tier='five', recipe=1xitem.modularmachinery.itemblueprint@0:[net.minecraft.item.crafting.Ingredient@14f6f417, net.minecraft.item.crafting.Ingredient@398bd16e, net.minecraft.item.crafting.Ingredient@6da2393]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12837 crafttweaker:ct_shapeless-1180546360 RecipeStage{tier='five', recipe=1xitem.modularmachinery.itemblueprint@0:[net.minecraft.item.crafting.Ingredient@17b7ac50, net.minecraft.item.crafting.Ingredient@34c2a4fd, net.minecraft.item.crafting.Ingredient@532513aa, net.minecraft.item.crafting.Ingredient@4b464e6, net.minecraft.item.crafting.Ingredient@2e4b9d0c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12838 crafttweaker:ct_shapeless1543448912 RecipeStage{tier='four', recipe=1xitem.modularmachinery.itemblueprint@0:[net.minecraft.item.crafting.Ingredient@f0f3174, net.minecraft.item.crafting.Ingredient@74ccdb7c, net.minecraft.item.crafting.Ingredient@53f80257, net.minecraft.item.crafting.Ingredient@212956d9, net.minecraftforge.oredict.OreIngredient@575b4719]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12839 crafttweaker:ct_shapeless292637566 RecipeStage{tier='four', recipe=1xitem.modularmachinery.itemblueprint@0:[net.minecraft.item.crafting.Ingredient@45de71b5, net.minecraft.item.crafting.Ingredient@56a729e3, net.minecraftforge.oredict.OreIngredient@3d533270]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12840 crafttweaker:ct_shapeless-1614618249 RecipeStage{tier='three', recipe=1xitem.modularmachinery.itemblueprint@0:[net.minecraft.item.crafting.Ingredient@303dc94c, net.minecraft.item.crafting.Ingredient@6d85527, net.minecraftforge.oredict.OreIngredient@69df8c2e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12841 crafttweaker:ct_shapeless-598237940 RecipeStage{tier='four', recipe=1xitem.modularmachinery.itemblueprint@0:[net.minecraft.item.crafting.Ingredient@4d3be3d7, net.minecraft.item.crafting.Ingredient@13122495, net.minecraft.item.crafting.Ingredient@57a72abd, net.minecraftforge.oredict.OreIngredient@420c629b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12842 crafttweaker:ct_shapeless-1072816001 RecipeStage{tier='three', recipe=1xitem.modularmachinery.itemblueprint@0:[net.minecraft.item.crafting.Ingredient@503b1456, net.minecraft.item.crafting.Ingredient@520fa448, net.minecraftforge.oredict.OreIngredient@3c939e76]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12843 crafttweaker:ct_shapeless-1899850256 RecipeStage{tier='five', recipe=1xitem.modularmachinery.itemblueprint@0:[net.minecraft.item.crafting.Ingredient@1daa3bc5, net.minecraft.item.crafting.Ingredient@15bb0582, net.minecraft.item.crafting.Ingredient@3ab9de99, net.minecraft.item.crafting.Ingredient@1a798796, net.minecraft.item.crafting.Ingredient@5641e30f, net.minecraft.item.crafting.Ingredient@1b9b6b50, net.minecraft.item.crafting.Ingredient@6fa233ac]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12844 crafttweaker:ct_shapeless-2041591980 RecipeStage{tier='five', recipe=1xitem.modularmachinery.itemblueprint@0:[net.minecraft.item.crafting.Ingredient@39314cf9, net.minecraft.item.crafting.Ingredient@6031994b, net.minecraft.item.crafting.Ingredient@2030aff6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12845 crafttweaker:ct_shapeless-1452409106 RecipeStage{tier='four', recipe=1xitem.modularmachinery.itemblueprint@0:[net.minecraft.item.crafting.Ingredient@5e71c70f, net.minecraft.item.crafting.Ingredient@6d141ebc, net.minecraftforge.oredict.OreIngredient@1832994]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12846 crafttweaker:ct_shapeless1445631642 RecipeStage{tier='three', recipe=1xitem.modularmachinery.itemblueprint@0:[net.minecraft.item.crafting.Ingredient@2469794d, net.minecraft.item.crafting.Ingredient@74f09b70, net.minecraftforge.oredict.OreIngredient@39dc8aac]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12847 crafttweaker:ct_shaped303291239 RecipeStage{tier='four', recipe=8xitem.upgrade@4:[net.minecraftforge.oredict.OreIngredient@210bdb8a, net.minecraft.item.crafting.Ingredient@4e477df7, net.minecraftforge.oredict.OreIngredient@3e9c4454, net.minecraftforge.oredict.OreIngredient@634830c1, net.minecraft.item.crafting.Ingredient@1c6070a9, net.minecraftforge.oredict.OreIngredient@69bd1e17]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12848 crafttweaker:ct_shaped2047920997 RecipeStage{tier='four', recipe=1xitem.module@13:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@355f4990, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1733b9c2, net.minecraft.item.crafting.Ingredient@8c976b5, net.minecraft.item.crafting.Ingredient@9058c1d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@46d95764, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12849 crafttweaker:ct_shaped893679087 RecipeStage{tier='four', recipe=1xitem.filter@0:[net.minecraftforge.oredict.OreIngredient@4c2e1bd4, net.minecraftforge.oredict.OreIngredient@f91a03a, net.minecraftforge.oredict.OreIngredient@2ad1a0b1, net.minecraft.item.crafting.Ingredient@26bfb0f8, net.minecraftforge.oredict.OreIngredient@1af3ff40, net.minecraft.item.crafting.Ingredient@18e10c54, net.minecraftforge.oredict.OreIngredient@3f92f3d1, net.minecraftforge.oredict.OreIngredient@6471acab, net.minecraftforge.oredict.OreIngredient@617d569a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12850 crafttweaker:ct_shaped-1125761043 RecipeStage{tier='four', recipe=4xtile.item_router@0:[net.minecraftforge.oredict.OreIngredient@71ee754d, net.minecraft.item.crafting.Ingredient@59ca0cda, net.minecraftforge.oredict.OreIngredient@3037e7bc, net.minecraft.item.crafting.Ingredient@3b75bea6, net.minecraft.item.crafting.Ingredient@3933e098, net.minecraft.item.crafting.Ingredient@309697b8, net.minecraftforge.oredict.OreIngredient@3f939c11, net.minecraft.item.crafting.Ingredient@298595cb, net.minecraftforge.oredict.OreIngredient@f149743]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12851 crafttweaker:ct_shaped-677696276 RecipeStage{tier='four', recipe=4xitem.augment_core@0:[net.minecraft.item.crafting.Ingredient@bbbea4e, net.minecraft.item.crafting.Ingredient@286b9c3c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12852 crafttweaker:ct_shaped437474216 RecipeStage{tier='four', recipe=6xitem.blank_module@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2dc57f37, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6c04b43, net.minecraft.item.crafting.Ingredient@527d384f, net.minecraft.item.crafting.Ingredient@2683c440, net.minecraftforge.oredict.OreIngredient@20393b60, net.minecraftforge.oredict.OreIngredient@24a7e677, net.minecraftforge.oredict.OreIngredient@1fa30dec]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12853 crafttweaker:ct_shaped-517556040 RecipeStage{tier='four', recipe=8xitem.upgrade@5:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@273a6b9c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4eb1b620, net.minecraft.item.crafting.Ingredient@55be75df, net.minecraftforge.oredict.OreIngredient@5275cee9]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12854 crafttweaker:ct_shaped363327820 RecipeStage{tier='four', recipe=4xitem.blank_upgrade@0:[net.minecraft.item.crafting.Ingredient@26e739b0, net.minecraft.item.crafting.Ingredient@65248bfa, net.minecraftforge.oredict.OreIngredient@43120a0c, net.minecraft.item.crafting.Ingredient@3f6c9601, net.minecraft.item.crafting.Ingredient@205912e5, net.minecraftforge.oredict.OreIngredient@61e3264f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@32f20215, net.minecraftforge.oredict.OreIngredient@69f546d4]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12855 crafttweaker:ct_shaped1061138109 RecipeStage{tier='five', recipe=1xtile.ma.ultimate_furnace@0:[net.minecraft.item.crafting.Ingredient@153af35, net.minecraft.item.crafting.Ingredient@79fa300e, net.minecraft.item.crafting.Ingredient@5bba678e, net.minecraft.item.crafting.Ingredient@183a49cb, net.minecraft.item.crafting.Ingredient@40c67fe, net.minecraft.item.crafting.Ingredient@2c5e5d31, net.minecraft.item.crafting.Ingredient@2450c923, net.minecraft.item.crafting.Ingredient@6eeeb873, net.minecraft.item.crafting.Ingredient@9ba11c7]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12856 crafttweaker:ct_shaped-1170485904 RecipeStage{tier='five', recipe=1xitem.ma.supremium_boots@0:[net.minecraft.item.crafting.Ingredient@57d37214, net.minecraft.item.crafting.Ingredient@75e8a01c, net.minecraft.item.crafting.Ingredient@6edeb3f2, net.minecraft.item.crafting.Ingredient@3733b3c7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7b3c24e7]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12857 crafttweaker:ct_shaped484386906 RecipeStage{tier='five', recipe=1xitem.ma.crafting@7:[net.minecraftforge.oredict.OreIngredient@4b6483dc, net.minecraftforge.oredict.OreIngredient@503ef861, net.minecraftforge.oredict.OreIngredient@7a39c42a, net.minecraftforge.oredict.OreIngredient@60b8cc96]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12858 crafttweaker:stage_five_item.ingotgold RecipeStage{tier='five', recipe=4xitem.ingotGold@0:[net.minecraft.item.crafting.Ingredient@f2dc93e, net.minecraft.item.crafting.Ingredient@28f7c54a, net.minecraft.item.crafting.Ingredient@1c5b4cea, net.minecraft.item.crafting.Ingredient@3aa1ff8b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5ba4b5d8, net.minecraft.item.crafting.Ingredient@4defe673, net.minecraft.item.crafting.Ingredient@b95cf38, net.minecraft.item.crafting.Ingredient@3e7d3466]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12859 crafttweaker:stage_five_item.tconstruct.ingots.cobalt RecipeStage{tier='five', recipe=3xitem.tconstruct.ingots@0:[net.minecraft.item.crafting.Ingredient@40895c04, net.minecraft.item.crafting.Ingredient@7267f618, net.minecraft.item.crafting.Ingredient@572e1b63, net.minecraft.item.crafting.Ingredient@a7dbe4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@ac4de88, net.minecraft.item.crafting.Ingredient@475e2efe, net.minecraft.item.crafting.Ingredient@600cc075, net.minecraft.item.crafting.Ingredient@5eca4f6b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12860 crafttweaker:stage_five_item.bronzeingot RecipeStage{tier='five', recipe=4xitem.Ingot@2:[net.minecraft.item.crafting.Ingredient@7256faa4, net.minecraft.item.crafting.Ingredient@444903ce, net.minecraft.item.crafting.Ingredient@42406c5a, net.minecraft.item.crafting.Ingredient@4e7dc26e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@b3b82df, net.minecraft.item.crafting.Ingredient@760a705, net.minecraft.item.crafting.Ingredient@4603390f, net.minecraft.item.crafting.Ingredient@664ded13]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12861 crafttweaker:stage_five_item.immersiveengineering.metal.ingot_constantan RecipeStage{tier='five', recipe=4xitem.immersiveengineering.metal@6:[net.minecraft.item.crafting.Ingredient@31b7b67f, net.minecraft.item.crafting.Ingredient@33ed77c3, net.minecraft.item.crafting.Ingredient@6c79ebf0, net.minecraft.item.crafting.Ingredient@6555a619, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@695df082, net.minecraft.item.crafting.Ingredient@31d6d105, net.minecraft.item.crafting.Ingredient@12d39aa4, net.minecraft.item.crafting.Ingredient@5afe9389]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12862 crafttweaker:stage_five_item.tconstruct.ingots.knightslime RecipeStage{tier='five', recipe=4xitem.tconstruct.ingots@3:[net.minecraft.item.crafting.Ingredient@5c21a1b4, net.minecraft.item.crafting.Ingredient@5bf80dcc, net.minecraft.item.crafting.Ingredient@5570aaad, net.minecraft.item.crafting.Ingredient@7bbc1951, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2ac12b93, net.minecraft.item.crafting.Ingredient@314cc56a, net.minecraft.item.crafting.Ingredient@61b9342c, net.minecraft.item.crafting.Ingredient@7ad4dfdb]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12863 crafttweaker:stage_five_item.basic_item.raw_silicon RecipeStage{tier='five', recipe=8xitem.basic_item@2:[net.minecraft.item.crafting.Ingredient@59eafea1, net.minecraft.item.crafting.Ingredient@e5a1763, net.minecraft.item.crafting.Ingredient@26ea5ad0]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12864 crafttweaker:stage_five_item.meteoric_iron_ingot RecipeStage{tier='five', recipe=3xitem.item_basic_moon@0:[net.minecraft.item.crafting.Ingredient@7a1c63d1, net.minecraft.item.crafting.Ingredient@748d85c5, net.minecraft.item.crafting.Ingredient@2ab27538, net.minecraft.item.crafting.Ingredient@5e7a9664, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@47e16491, net.minecraft.item.crafting.Ingredient@5fda6205, net.minecraft.item.crafting.Ingredient@6678d773, net.minecraft.item.crafting.Ingredient@6cbba46e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12865 crafttweaker:stage_five_item.immersiveengineering.metal.ingot_electrum RecipeStage{tier='five', recipe=4xitem.immersiveengineering.metal@7:[net.minecraft.item.crafting.Ingredient@20328084, net.minecraft.item.crafting.Ingredient@2cf404cd, net.minecraft.item.crafting.Ingredient@c978d6f, net.minecraft.item.crafting.Ingredient@3dbed047, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@93c41d4, net.minecraft.item.crafting.Ingredient@562ee52, net.minecraft.item.crafting.Ingredient@35aee764, net.minecraft.item.crafting.Ingredient@7e59357e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12866 crafttweaker:stage_five_item.diamond RecipeStage{tier='five', recipe=1xitem.diamond@0:[net.minecraft.item.crafting.Ingredient@1500f980, net.minecraft.item.crafting.Ingredient@702850c, net.minecraft.item.crafting.Ingredient@45d5c74f, net.minecraft.item.crafting.Ingredient@7210e84e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@604ec375, net.minecraft.item.crafting.Ingredient@73f70095, net.minecraft.item.crafting.Ingredient@18734e1b, net.minecraft.item.crafting.Ingredient@6d5497c3]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12867 crafttweaker:stage_five_item.contenttweaker.material_part RecipeStage{tier='five', recipe=2xitem.contenttweaker.material_part@37:[net.minecraft.item.crafting.Ingredient@7b17b477, net.minecraft.item.crafting.Ingredient@30aff028, net.minecraft.item.crafting.Ingredient@32ae73b0, net.minecraft.item.crafting.Ingredient@7b0d00a9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3dffa7b3, net.minecraft.item.crafting.Ingredient@721e2e94, net.minecraft.item.crafting.Ingredient@33ece094, net.minecraft.item.crafting.Ingredient@2077b608]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12868 crafttweaker:stage_five_item.immersiveengineering.metal.ingot_aluminum RecipeStage{tier='five', recipe=8xitem.immersiveengineering.metal@1:[net.minecraft.item.crafting.Ingredient@60f54f8a, net.minecraft.item.crafting.Ingredient@631ca78e, net.minecraft.item.crafting.Ingredient@37201339, net.minecraft.item.crafting.Ingredient@2a7a2423, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6039a7f9, net.minecraft.item.crafting.Ingredient@661f5ca7, net.minecraft.item.crafting.Ingredient@51913286, net.minecraft.item.crafting.Ingredient@2ab15fab]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12869 crafttweaker:stage_five_item.ingotiron RecipeStage{tier='five', recipe=6xitem.ingotIron@0:[net.minecraft.item.crafting.Ingredient@71a336b, net.minecraft.item.crafting.Ingredient@1b7cbd4b, net.minecraft.item.crafting.Ingredient@43a1b9a0, net.minecraft.item.crafting.Ingredient@634dea78, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@359a0c11, net.minecraft.item.crafting.Ingredient@4bf2790c, net.minecraft.item.crafting.Ingredient@550b56b, net.minecraft.item.crafting.Ingredient@9428193]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12870 crafttweaker:stage_five_item.tconstruct.ingots.alubrass RecipeStage{tier='five', recipe=6xitem.tconstruct.ingots@5:[net.minecraft.item.crafting.Ingredient@6c5dfe2e, net.minecraft.item.crafting.Ingredient@343fc0b0, net.minecraft.item.crafting.Ingredient@3444c0b1, net.minecraft.item.crafting.Ingredient@291791b3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2ab8b631, net.minecraft.item.crafting.Ingredient@60c8c996, net.minecraft.item.crafting.Ingredient@729bcc76, net.minecraft.item.crafting.Ingredient@6794519f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12871 crafttweaker:stage_five_item.tconstruct.ingots.manyullyn RecipeStage{tier='five', recipe=2xitem.tconstruct.ingots@2:[net.minecraft.item.crafting.Ingredient@8727a62, net.minecraft.item.crafting.Ingredient@2ed08683, net.minecraft.item.crafting.Ingredient@2840753, net.minecraft.item.crafting.Ingredient@47d9a635, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5ce375c6, net.minecraft.item.crafting.Ingredient@76ad0447, net.minecraft.item.crafting.Ingredient@54b13b5e, net.minecraft.item.crafting.Ingredient@5e53d7f3]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12872 crafttweaker:stage_five_item.refinedstorage_quartz_enriched_iron RecipeStage{tier='five', recipe=8xitem.refinedstorage:quartz_enriched_iron@0:[net.minecraft.item.crafting.Ingredient@1959d4ba, net.minecraft.item.crafting.Ingredient@74864ea, net.minecraft.item.crafting.Ingredient@5afed496, net.minecraft.item.crafting.Ingredient@1ad27c75, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4df99791, net.minecraft.item.crafting.Ingredient@952c5f0, net.minecraft.item.crafting.Ingredient@25a4ea28, net.minecraft.item.crafting.Ingredient@2c9c0b3d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12873 crafttweaker:stage_five_item.ingot_titanium RecipeStage{tier='five', recipe=2xitem.item_basic_asteroids@0:[net.minecraft.item.crafting.Ingredient@2d585420, net.minecraft.item.crafting.Ingredient@323a793e, net.minecraft.item.crafting.Ingredient@30cd30fb, net.minecraft.item.crafting.Ingredient@7cc4003c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1352a2d0, net.minecraft.item.crafting.Ingredient@72c0da0d, net.minecraft.item.crafting.Ingredient@2b537646, net.minecraft.item.crafting.Ingredient@77ca46f0]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12874 crafttweaker:stage_five_item.tiningot RecipeStage{tier='five', recipe=4xitem.Ingot@6:[net.minecraft.item.crafting.Ingredient@71083efb, net.minecraft.item.crafting.Ingredient@56c9265, net.minecraft.item.crafting.Ingredient@35bd35c8, net.minecraft.item.crafting.Ingredient@10e50849, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@202a0348, net.minecraft.item.crafting.Ingredient@41b45292, net.minecraft.item.crafting.Ingredient@1d7b2c19, net.minecraft.item.crafting.Ingredient@2564c8bf]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12875 crafttweaker:stage_five_item.immersiveengineering.metal.ingot_steel RecipeStage{tier='five', recipe=3xitem.immersiveengineering.metal@8:[net.minecraft.item.crafting.Ingredient@55a4af18, net.minecraft.item.crafting.Ingredient@36e747fc, net.minecraft.item.crafting.Ingredient@7238bedd, net.minecraft.item.crafting.Ingredient@719ab115, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1360c51, net.minecraft.item.crafting.Ingredient@de2732c, net.minecraft.item.crafting.Ingredient@3a1bea1b, net.minecraft.item.crafting.Ingredient@1eade654]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12876 crafttweaker:stage_five_item.immersiveengineering.metal.ingot_uranium RecipeStage{tier='five', recipe=2xitem.immersiveengineering.metal@5:[net.minecraft.item.crafting.Ingredient@2f482554, net.minecraft.item.crafting.Ingredient@312d4882, net.minecraft.item.crafting.Ingredient@5483378e, net.minecraft.item.crafting.Ingredient@25edf40c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4be11760, net.minecraft.item.crafting.Ingredient@10d32fc6, net.minecraft.item.crafting.Ingredient@5d215515, net.minecraft.item.crafting.Ingredient@17269729]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12877 crafttweaker:stage_five_item.sulphur RecipeStage{tier='five', recipe=6xitem.sulphur@0:[net.minecraft.item.crafting.Ingredient@543fc8ba, net.minecraft.item.crafting.Ingredient@5d1b60e4, net.minecraft.item.crafting.Ingredient@a451faf, net.minecraft.item.crafting.Ingredient@29794e11, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@329299c, net.minecraft.item.crafting.Ingredient@5b3755d, net.minecraft.item.crafting.Ingredient@27a9ba23, net.minecraft.item.crafting.Ingredient@44437101]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12878 crafttweaker:stage_five_item.twilightforest.steeleafingot RecipeStage{tier='five', recipe=5xitem.twilightforest.steeleafIngot@0:[net.minecraft.item.crafting.Ingredient@e6cc5dc, net.minecraft.item.crafting.Ingredient@106b50d1, net.minecraft.item.crafting.Ingredient@7a79985d, net.minecraft.item.crafting.Ingredient@256d356a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4dc7563e, net.minecraft.item.crafting.Ingredient@7e07a8f, net.minecraft.item.crafting.Ingredient@316db15e, net.minecraft.item.crafting.Ingredient@7de7147c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12879 crafttweaker:stage_five_item.immersiveengineering.metal.ingot_lead RecipeStage{tier='five', recipe=4xitem.immersiveengineering.metal@2:[net.minecraft.item.crafting.Ingredient@a66cb58, net.minecraft.item.crafting.Ingredient@e56ec99, net.minecraft.item.crafting.Ingredient@52ed5b4c, net.minecraft.item.crafting.Ingredient@17ecf199, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2b6cd437, net.minecraft.item.crafting.Ingredient@1267c7e7, net.minecraft.item.crafting.Ingredient@2ae8c9dc, net.minecraft.item.crafting.Ingredient@5a788521]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12880 crafttweaker:stage_five_item.actuallyadditions.item_misc_black_quartz RecipeStage{tier='five', recipe=2xitem.actuallyadditions.item_misc@5:[net.minecraft.item.crafting.Ingredient@17f82f35, net.minecraft.item.crafting.Ingredient@3b8c8ad2, net.minecraft.item.crafting.Ingredient@57c60256]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12881 crafttweaker:stage_five_item.immersiveengineering.metal.ingot_copper RecipeStage{tier='five', recipe=6xitem.immersiveengineering.metal@0:[net.minecraft.item.crafting.Ingredient@4909c402, net.minecraft.item.crafting.Ingredient@1f5ecb91, net.minecraft.item.crafting.Ingredient@40db18b2, net.minecraft.item.crafting.Ingredient@27e8664d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@20c69f66, net.minecraft.item.crafting.Ingredient@49addaac, net.minecraft.item.crafting.Ingredient@51ab45a3, net.minecraft.item.crafting.Ingredient@35159bd5]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12882 crafttweaker:stage_five_item.ingot_iron_compressed RecipeStage{tier='five', recipe=6xitem.ingot_iron_compressed@0:[net.minecraft.item.crafting.Ingredient@213c0fbe, net.minecraft.item.crafting.Ingredient@663c98f, net.minecraft.item.crafting.Ingredient@dee12bd, net.minecraft.item.crafting.Ingredient@14bcebe6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@553c4730, net.minecraft.item.crafting.Ingredient@4d0bd3a9, net.minecraft.item.crafting.Ingredient@300d5b4f, net.minecraft.item.crafting.Ingredient@439d6573]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12883 crafttweaker:stage_five_item.immersiveengineering.metal.ingot_silver RecipeStage{tier='five', recipe=4xitem.immersiveengineering.metal@3:[net.minecraft.item.crafting.Ingredient@742faff7, net.minecraft.item.crafting.Ingredient@67aabc40, net.minecraft.item.crafting.Ingredient@3d2754d9, net.minecraft.item.crafting.Ingredient@153908f3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1ce04db4, net.minecraft.item.crafting.Ingredient@2e1aaad4, net.minecraft.item.crafting.Ingredient@291cb252, net.minecraft.item.crafting.Ingredient@74bf4912]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12884 crafttweaker:stage_five_item.osmiumingot RecipeStage{tier='five', recipe=4xitem.Ingot@1:[net.minecraft.item.crafting.Ingredient@6aac27dc, net.minecraft.item.crafting.Ingredient@111b7c57, net.minecraft.item.crafting.Ingredient@5dd9d204, net.minecraft.item.crafting.Ingredient@53a0f774, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@58b9b81b, net.minecraft.item.crafting.Ingredient@128a8e9f, net.minecraft.item.crafting.Ingredient@1502738, net.minecraft.item.crafting.Ingredient@559f6b31]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12885 crafttweaker:stage_five_item.coal RecipeStage{tier='five', recipe=12xitem.coal@0:[net.minecraft.item.crafting.Ingredient@407368f9, net.minecraft.item.crafting.Ingredient@64be81e, net.minecraft.item.crafting.Ingredient@6a27608, net.minecraft.item.crafting.Ingredient@284a530e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@73a5c25e, net.minecraft.item.crafting.Ingredient@2a77cf2c, net.minecraft.item.crafting.Ingredient@3f70ee5c, net.minecraft.item.crafting.Ingredient@45d8189f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12886 crafttweaker:stage_five_item.tconstruct.ingots.ardite RecipeStage{tier='five', recipe=3xitem.tconstruct.ingots@1:[net.minecraft.item.crafting.Ingredient@18b29548, net.minecraft.item.crafting.Ingredient@c2827dd, net.minecraft.item.crafting.Ingredient@34922a0a, net.minecraft.item.crafting.Ingredient@310bc0e7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3d1f0b5b, net.minecraft.item.crafting.Ingredient@7044d5ea, net.minecraft.item.crafting.Ingredient@55a36392, net.minecraft.item.crafting.Ingredient@3ac09d39]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12887 crafttweaker:stage_five_item.twilightforest.fieryingot RecipeStage{tier='five', recipe=3xitem.twilightforest.fieryIngot@0:[net.minecraft.item.crafting.Ingredient@7f400ce9, net.minecraft.item.crafting.Ingredient@29fd7d6e, net.minecraft.item.crafting.Ingredient@670c2430, net.minecraft.item.crafting.Ingredient@591b44bd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@26c33c33, net.minecraft.item.crafting.Ingredient@64972388, net.minecraft.item.crafting.Ingredient@623ca68e, net.minecraft.item.crafting.Ingredient@610128d8]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12888 crafttweaker:stage_five_item.immersiveengineering.metal.ingot_nickel RecipeStage{tier='five', recipe=4xitem.immersiveengineering.metal@4:[net.minecraft.item.crafting.Ingredient@5e1cb26f, net.minecraft.item.crafting.Ingredient@34a4147, net.minecraft.item.crafting.Ingredient@4459f76, net.minecraft.item.crafting.Ingredient@6cea30ce, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@575e68f6, net.minecraft.item.crafting.Ingredient@64f4b23, net.minecraft.item.crafting.Ingredient@2ed9cab3, net.minecraft.item.crafting.Ingredient@1308f3e6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12889 crafttweaker:ct_shaped-1492154416 RecipeStage{tier='one', recipe=3xtile.natura.darkwood_fence@0:[net.minecraft.item.crafting.Ingredient@373530a9, net.minecraft.item.crafting.Ingredient@4bdf733f, net.minecraft.item.crafting.Ingredient@2b33b4a5, net.minecraft.item.crafting.Ingredient@7ff0f5e6, net.minecraft.item.crafting.Ingredient@61de22c9, net.minecraft.item.crafting.Ingredient@51a8e346]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12890 crafttweaker:ct_shaped1182588207 RecipeStage{tier='one', recipe=3xitem.natura.overworld_doors@2:[net.minecraft.item.crafting.Ingredient@6708e34a, net.minecraft.item.crafting.Ingredient@1f2f7588, net.minecraft.item.crafting.Ingredient@f77d4ce, net.minecraft.item.crafting.Ingredient@19d3a4b5, net.minecraft.item.crafting.Ingredient@39e11676, net.minecraft.item.crafting.Ingredient@5d06b7f7]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12891 crafttweaker:ct_shaped-1526260513 RecipeStage{tier='one', recipe=1xtile.natura.colored_grass@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6ce6d93d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@68143e18, net.minecraft.item.crafting.Ingredient@59f7d7ca, net.minecraftforge.oredict.OreIngredient@31a66a0c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6b536234, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12892 crafttweaker:ct_shaped-650436131 RecipeStage{tier='two', recipe=1xtile.natura.overworld_bookshelves@5:[net.minecraft.item.crafting.Ingredient@22fe75b8, net.minecraft.item.crafting.Ingredient@4550bfaa, net.minecraft.item.crafting.Ingredient@47245b06, net.minecraft.item.crafting.Ingredient@3796d314, net.minecraft.item.crafting.Ingredient@661423eb, net.minecraft.item.crafting.Ingredient@26f96d6c, net.minecraft.item.crafting.Ingredient@4360fede, net.minecraft.item.crafting.Ingredient@426f8bd5, net.minecraft.item.crafting.Ingredient@5a3f308]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12893 crafttweaker:ct_shaped1845350075 RecipeStage{tier='one', recipe=3xtile.natura.colored_grass_slab@1:[net.minecraft.item.crafting.Ingredient@68dc7cdd, net.minecraft.item.crafting.Ingredient@2c0ee916, net.minecraft.item.crafting.Ingredient@1201fe61]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12894 crafttweaker:ct_shaped-185215291 RecipeStage{tier='one', recipe=3xtile.natura.fusewood_fence@0:[net.minecraft.item.crafting.Ingredient@8a0749a, net.minecraft.item.crafting.Ingredient@311cbc7, net.minecraft.item.crafting.Ingredient@580cd4ea, net.minecraft.item.crafting.Ingredient@45e3db7c, net.minecraft.item.crafting.Ingredient@4e6c73fe, net.minecraft.item.crafting.Ingredient@43aed607]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12895 crafttweaker:ct_shaped361907677 RecipeStage{tier='three', recipe=3xtile.natura.nether_slab@0:[net.minecraft.item.crafting.Ingredient@7d3bf11c, net.minecraft.item.crafting.Ingredient@2658fdfc, net.minecraft.item.crafting.Ingredient@b06894a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12896 crafttweaker:ct_shaped1679796903 RecipeStage{tier='one', recipe=3xitem.natura.overworld_doors@0:[net.minecraft.item.crafting.Ingredient@3e2d68c3, net.minecraft.item.crafting.Ingredient@1c3cdd0b, net.minecraft.item.crafting.Ingredient@7d6a746d, net.minecraft.item.crafting.Ingredient@4299fe53, net.minecraft.item.crafting.Ingredient@1727edb3, net.minecraft.item.crafting.Ingredient@6d09aed9]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12897 crafttweaker:ct_shaped1035075472 RecipeStage{tier='three', recipe=1xtile.natura.nether_bookshelves@0:[net.minecraft.item.crafting.Ingredient@436e7609, net.minecraft.item.crafting.Ingredient@4e886351, net.minecraft.item.crafting.Ingredient@666a5546, net.minecraft.item.crafting.Ingredient@46355034, net.minecraft.item.crafting.Ingredient@765ba8c5, net.minecraft.item.crafting.Ingredient@7bc4dfb4, net.minecraft.item.crafting.Ingredient@4fb075ef, net.minecraft.item.crafting.Ingredient@236828dd, net.minecraft.item.crafting.Ingredient@8dea1f5]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12898 crafttweaker:ct_shaped1957617642 RecipeStage{tier='one', recipe=1xtile.natura.hopseed_fence_gate@0:[net.minecraft.item.crafting.Ingredient@55bae625, net.minecraft.item.crafting.Ingredient@19e9fe70, net.minecraft.item.crafting.Ingredient@7b251350, net.minecraft.item.crafting.Ingredient@609d4c8, net.minecraft.item.crafting.Ingredient@40091e2, net.minecraft.item.crafting.Ingredient@524ce56c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12899 crafttweaker:ct_shaped108840707 RecipeStage{tier='one', recipe=3xtile.natura.silverbell_fence@0:[net.minecraft.item.crafting.Ingredient@120d3e6, net.minecraft.item.crafting.Ingredient@49c7e89e, net.minecraft.item.crafting.Ingredient@49c8efc5, net.minecraft.item.crafting.Ingredient@7c1a1415, net.minecraft.item.crafting.Ingredient@7ba24793, net.minecraft.item.crafting.Ingredient@d57d361]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12900 crafttweaker:ct_shaped-999162015 RecipeStage{tier='zero', recipe=3xtile.natura.overworld_slab@0:[net.minecraft.item.crafting.Ingredient@36fa3c9, net.minecraft.item.crafting.Ingredient@2f79b50d, net.minecraft.item.crafting.Ingredient@468ef1ae]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12901 crafttweaker:ct_shaped1455931739 RecipeStage{tier='two', recipe=1xtile.natura.overworld_bookshelves@7:[net.minecraft.item.crafting.Ingredient@75f1eec5, net.minecraft.item.crafting.Ingredient@b7e6a59, net.minecraft.item.crafting.Ingredient@694d67e6, net.minecraft.item.crafting.Ingredient@587ff8e0, net.minecraft.item.crafting.Ingredient@2282a2ec, net.minecraft.item.crafting.Ingredient@5a563847, net.minecraft.item.crafting.Ingredient@58a616bc, net.minecraft.item.crafting.Ingredient@7f394db0, net.minecraft.item.crafting.Ingredient@481b0579]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12902 crafttweaker:ct_shaped-648427048 RecipeStage{tier='one', recipe=3xtile.natura.tiger_fence@0:[net.minecraft.item.crafting.Ingredient@2364983d, net.minecraft.item.crafting.Ingredient@4b9f691b, net.minecraft.item.crafting.Ingredient@7efef915, net.minecraft.item.crafting.Ingredient@6e5e0b7e, net.minecraft.item.crafting.Ingredient@697cc3f8, net.minecraft.item.crafting.Ingredient@591ba87d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12903 crafttweaker:ct_shaped361632026 RecipeStage{tier='two', recipe=1xtile.natura.overworld_bookshelves@8:[net.minecraft.item.crafting.Ingredient@50a4d41a, net.minecraft.item.crafting.Ingredient@4ebf208b, net.minecraft.item.crafting.Ingredient@415349a7, net.minecraft.item.crafting.Ingredient@450f49b0, net.minecraft.item.crafting.Ingredient@337d510f, net.minecraft.item.crafting.Ingredient@4718493, net.minecraft.item.crafting.Ingredient@5f34ebcb, net.minecraft.item.crafting.Ingredient@60c96b54, net.minecraft.item.crafting.Ingredient@3965ab6b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12904 crafttweaker:ct_shaped-1645620018 RecipeStage{tier='one', recipe=1xtile.natura.willow_fence_gate@0:[net.minecraft.item.crafting.Ingredient@31b8f5c8, net.minecraft.item.crafting.Ingredient@492a2a87, net.minecraft.item.crafting.Ingredient@62126b3d, net.minecraft.item.crafting.Ingredient@76b8aae7, net.minecraft.item.crafting.Ingredient@58174d, net.minecraft.item.crafting.Ingredient@18be7bd3]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12905 crafttweaker:ct_shaped651973396 RecipeStage{tier='zero', recipe=3xtile.natura.overworld_slab2@2:[net.minecraft.item.crafting.Ingredient@6904a07a, net.minecraft.item.crafting.Ingredient@5ad8d02f, net.minecraft.item.crafting.Ingredient@1afa4646]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12906 crafttweaker:ct_shaped1273692065 RecipeStage{tier='zero', recipe=3xtile.natura.overworld_slab@1:[net.minecraft.item.crafting.Ingredient@71f1d629, net.minecraft.item.crafting.Ingredient@3dbabf1d, net.minecraft.item.crafting.Ingredient@217f592d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12907 crafttweaker:ct_shaped2128427553 RecipeStage{tier='three', recipe=1xtile.natura.nether_bookshelves@3:[net.minecraft.item.crafting.Ingredient@69ffe332, net.minecraft.item.crafting.Ingredient@16c030ba, net.minecraft.item.crafting.Ingredient@7eea2728, net.minecraft.item.crafting.Ingredient@2587afe9, net.minecraft.item.crafting.Ingredient@33f72e18, net.minecraft.item.crafting.Ingredient@24a58d3c, net.minecraft.item.crafting.Ingredient@b593de7, net.minecraft.item.crafting.Ingredient@13392382, net.minecraft.item.crafting.Ingredient@19345813]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12908 crafttweaker:ct_shaped856130939 RecipeStage{tier='one', recipe=3xtile.natura.ghostwood_fence@0:[net.minecraft.item.crafting.Ingredient@11f0fa64, net.minecraft.item.crafting.Ingredient@53844bb8, net.minecraft.item.crafting.Ingredient@9fb4779, net.minecraft.item.crafting.Ingredient@32b46295, net.minecraft.item.crafting.Ingredient@24019d7d, net.minecraft.item.crafting.Ingredient@5529dbce]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12909 crafttweaker:ct_shaped1420539842 RecipeStage{tier='one', recipe=3xtile.natura.maple_fence@0:[net.minecraft.item.crafting.Ingredient@6ba9e9d, net.minecraft.item.crafting.Ingredient@178bf415, net.minecraft.item.crafting.Ingredient@3fc979ec, net.minecraft.item.crafting.Ingredient@24252270, net.minecraft.item.crafting.Ingredient@76b91e1f, net.minecraft.item.crafting.Ingredient@3e5a7781]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12910 crafttweaker:ct_shaped77688431 RecipeStage{tier='three', recipe=1xtile.natura.nether_bookshelves@1:[net.minecraft.item.crafting.Ingredient@4a286fbf, net.minecraft.item.crafting.Ingredient@4713f228, net.minecraft.item.crafting.Ingredient@79645533, net.minecraft.item.crafting.Ingredient@146fc3e1, net.minecraft.item.crafting.Ingredient@1d331344, net.minecraft.item.crafting.Ingredient@45693078, net.minecraft.item.crafting.Ingredient@1eff382b, net.minecraft.item.crafting.Ingredient@746580de, net.minecraft.item.crafting.Ingredient@71c90425]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12911 crafttweaker:ct_shaped-705420407 RecipeStage{tier='one', recipe=1xtile.natura.darkwood_fence_gate@0:[net.minecraft.item.crafting.Ingredient@7d2f0094, net.minecraft.item.crafting.Ingredient@1af6417a, net.minecraft.item.crafting.Ingredient@424d518a, net.minecraft.item.crafting.Ingredient@7b1c8dca, net.minecraft.item.crafting.Ingredient@7eb2099d, net.minecraft.item.crafting.Ingredient@56e77aa0]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12912 crafttweaker:ct_shaped-334357626 RecipeStage{tier='one', recipe=3xitem.natura.nether_doors@1:[net.minecraft.item.crafting.Ingredient@7e8eb0f7, net.minecraft.item.crafting.Ingredient@61630031, net.minecraft.item.crafting.Ingredient@ff31361, net.minecraft.item.crafting.Ingredient@62ac5a45, net.minecraft.item.crafting.Ingredient@692e57ef, net.minecraft.item.crafting.Ingredient@1035a073]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12913 crafttweaker:ct_shaped479878424 RecipeStage{tier='two', recipe=1xtile.natura.overworld_bookshelves@0:[net.minecraft.item.crafting.Ingredient@7cac10f, net.minecraft.item.crafting.Ingredient@7b4cdc1, net.minecraft.item.crafting.Ingredient@1cbe73f7, net.minecraft.item.crafting.Ingredient@21b56e2b, net.minecraft.item.crafting.Ingredient@702601ab, net.minecraft.item.crafting.Ingredient@515d00ab, net.minecraft.item.crafting.Ingredient@3e13e0bc, net.minecraft.item.crafting.Ingredient@34dd1563, net.minecraft.item.crafting.Ingredient@7436610a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12914 crafttweaker:ct_shaped1822996669 RecipeStage{tier='three', recipe=3xtile.natura.nether_slab@2:[net.minecraft.item.crafting.Ingredient@4dd77f7f, net.minecraft.item.crafting.Ingredient@6c606079, net.minecraft.item.crafting.Ingredient@30ca069b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12915 crafttweaker:ct_shaped-1662504288 RecipeStage{tier='two', recipe=1xtile.natura.overworld_bookshelves@2:[net.minecraft.item.crafting.Ingredient@77b30fb9, net.minecraft.item.crafting.Ingredient@169aab7, net.minecraft.item.crafting.Ingredient@6ee5714b, net.minecraft.item.crafting.Ingredient@e7b5cd2, net.minecraft.item.crafting.Ingredient@615a5463, net.minecraft.item.crafting.Ingredient@2daa66ed, net.minecraft.item.crafting.Ingredient@6880253a, net.minecraft.item.crafting.Ingredient@3cc97934, net.minecraft.item.crafting.Ingredient@f03db82]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12916 crafttweaker:ct_shaped526447281 RecipeStage{tier='one', recipe=1xtile.natura.eucalyptus_fence_gate@0:[net.minecraft.item.crafting.Ingredient@71e05981, net.minecraft.item.crafting.Ingredient@18201b72, net.minecraft.item.crafting.Ingredient@6fd7d19b, net.minecraft.item.crafting.Ingredient@7e99c828, net.minecraft.item.crafting.Ingredient@d46aa2b, net.minecraft.item.crafting.Ingredient@1525db7a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12917 crafttweaker:ct_shaped1463592865 RecipeStage{tier='zero', recipe=3xtile.natura.overworld_slab@3:[net.minecraft.item.crafting.Ingredient@44af9b4c, net.minecraft.item.crafting.Ingredient@7447c379, net.minecraft.item.crafting.Ingredient@4c682828]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12918 crafttweaker:ct_shaped-1511740654 RecipeStage{tier='one', recipe=1xtile.natura.amaranth_fence_gate@0:[net.minecraft.item.crafting.Ingredient@772dd4d4, net.minecraft.item.crafting.Ingredient@4f604486, net.minecraft.item.crafting.Ingredient@5760a18, net.minecraft.item.crafting.Ingredient@8525bf6, net.minecraft.item.crafting.Ingredient@1140b55c, net.minecraft.item.crafting.Ingredient@5cc98786]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12919 crafttweaker:ct_shaped-237259282 RecipeStage{tier='one', recipe=3xitem.natura.overworld_doors@3:[net.minecraft.item.crafting.Ingredient@69da70cd, net.minecraft.item.crafting.Ingredient@734d0beb, net.minecraft.item.crafting.Ingredient@67b3aa8b, net.minecraft.item.crafting.Ingredient@77d6f44c, net.minecraft.item.crafting.Ingredient@4db0be63, net.minecraft.item.crafting.Ingredient@5639f66d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12920 crafttweaker:ct_shaped1152921813 RecipeStage{tier='one', recipe=3xtile.natura.amaranth_fence@0:[net.minecraft.item.crafting.Ingredient@2ca4f9d3, net.minecraft.item.crafting.Ingredient@6c100c9f, net.minecraft.item.crafting.Ingredient@249be4d8, net.minecraft.item.crafting.Ingredient@3d08e4b8, net.minecraft.item.crafting.Ingredient@36e9f8ab, net.minecraft.item.crafting.Ingredient@5a717e1d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12921 crafttweaker:ct_shaped-1293140322 RecipeStage{tier='zero', recipe=3xtile.natura.overworld_slab2@0:[net.minecraft.item.crafting.Ingredient@21b7fcaf, net.minecraft.item.crafting.Ingredient@5b60e105, net.minecraft.item.crafting.Ingredient@22356662]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12922 crafttweaker:ct_shaped-1310082939 RecipeStage{tier='one', recipe=1xtile.natura.maple_fence_gate@0:[net.minecraft.item.crafting.Ingredient@73e575af, net.minecraft.item.crafting.Ingredient@6da9adf8, net.minecraft.item.crafting.Ingredient@319d0181, net.minecraft.item.crafting.Ingredient@381277a6, net.minecraft.item.crafting.Ingredient@60022506, net.minecraft.item.crafting.Ingredient@40e49293]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12923 crafttweaker:ct_shaped1558543265 RecipeStage{tier='zero', recipe=3xtile.natura.overworld_slab@4:[net.minecraft.item.crafting.Ingredient@19ac1207, net.minecraft.item.crafting.Ingredient@3228f9d3, net.minecraft.item.crafting.Ingredient@43f3c085]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12924 crafttweaker:ct_shaped-1174248948 RecipeStage{tier='one', recipe=3xtile.natura.sakura_fence@0:[net.minecraft.item.crafting.Ingredient@2767a262, net.minecraft.item.crafting.Ingredient@5e22b0a3, net.minecraft.item.crafting.Ingredient@2bb13cd5, net.minecraft.item.crafting.Ingredient@761b26ce, net.minecraft.item.crafting.Ingredient@6c75eedd, net.minecraft.item.crafting.Ingredient@2799ec58]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12925 crafttweaker:ct_shaped443863582 RecipeStage{tier='two', recipe=1xtile.natura.overworld_bookshelves@4:[net.minecraft.item.crafting.Ingredient@56c2bea, net.minecraft.item.crafting.Ingredient@2aee40df, net.minecraft.item.crafting.Ingredient@692e4059, net.minecraft.item.crafting.Ingredient@13d8a08, net.minecraft.item.crafting.Ingredient@65eac2be, net.minecraft.item.crafting.Ingredient@3d5a8e64, net.minecraft.item.crafting.Ingredient@26ed3d1e, net.minecraft.item.crafting.Ingredient@4b6d9e01, net.minecraft.item.crafting.Ingredient@78214ae0]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12926 crafttweaker:ct_shaped-1716917737 RecipeStage{tier='one', recipe=3xtile.natura.colored_grass_slab@0:[net.minecraft.item.crafting.Ingredient@1161c22e, net.minecraft.item.crafting.Ingredient@5e2b08d1, net.minecraft.item.crafting.Ingredient@79110883]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12927 crafttweaker:ct_shaped-1128212105 RecipeStage{tier='one', recipe=3xtile.natura.colored_grass_slab@2:[net.minecraft.item.crafting.Ingredient@b152b0b, net.minecraft.item.crafting.Ingredient@147af8f5, net.minecraft.item.crafting.Ingredient@1211072b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12928 crafttweaker:ct_shaped-1692531600 RecipeStage{tier='one', recipe=3xitem.natura.overworld_doors@1:[net.minecraft.item.crafting.Ingredient@633550fa, net.minecraft.item.crafting.Ingredient@415a72e4, net.minecraft.item.crafting.Ingredient@2a4876a, net.minecraft.item.crafting.Ingredient@1896e04a, net.minecraft.item.crafting.Ingredient@516dc122, net.minecraft.item.crafting.Ingredient@43b244b9]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12929 crafttweaker:ct_shaped623127606 RecipeStage{tier='one', recipe=1xtile.natura.fusewood_fence_gate@0:[net.minecraft.item.crafting.Ingredient@658b1472, net.minecraft.item.crafting.Ingredient@4a303c39, net.minecraft.item.crafting.Ingredient@75eb808c, net.minecraft.item.crafting.Ingredient@242d8504, net.minecraft.item.crafting.Ingredient@19383d77, net.minecraft.item.crafting.Ingredient@52220b9d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12930 crafttweaker:ct_shaped1072757934 RecipeStage{tier='one', recipe=1xtile.natura.redwood_fence_gate@0:[net.minecraft.item.crafting.Ingredient@7b640eb5, net.minecraft.item.crafting.Ingredient@33a9b178, net.minecraft.item.crafting.Ingredient@6b22e1ff, net.minecraft.item.crafting.Ingredient@291e71e5, net.minecraft.item.crafting.Ingredient@72d4c3d5, net.minecraft.item.crafting.Ingredient@c888e86]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12931 crafttweaker:ct_shaped-1744735844 RecipeStage{tier='two', recipe=1xtile.natura.overworld_bookshelves@6:[net.minecraft.item.crafting.Ingredient@70d9abf1, net.minecraft.item.crafting.Ingredient@2a927d56, net.minecraft.item.crafting.Ingredient@7e0cd9ba, net.minecraft.item.crafting.Ingredient@36389443, net.minecraft.item.crafting.Ingredient@b832756, net.minecraft.item.crafting.Ingredient@324283bd, net.minecraft.item.crafting.Ingredient@2a9b4d46, net.minecraft.item.crafting.Ingredient@58735eda, net.minecraft.item.crafting.Ingredient@4a587b15]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12932 crafttweaker:ct_shaped501591553 RecipeStage{tier='three', recipe=3xtile.natura.nether_slab@1:[net.minecraft.item.crafting.Ingredient@6c215688, net.minecraft.item.crafting.Ingredient@1c20c737, net.minecraft.item.crafting.Ingredient@5e67cfe7]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12933 crafttweaker:ct_shaped1782654927 RecipeStage{tier='one', recipe=1xtile.natura.tiger_fence_gate@0:[net.minecraft.item.crafting.Ingredient@57ee87ed, net.minecraft.item.crafting.Ingredient@319d1e8e, net.minecraft.item.crafting.Ingredient@2b9e7ef5, net.minecraft.item.crafting.Ingredient@4b669496, net.minecraft.item.crafting.Ingredient@6814b3f8, net.minecraft.item.crafting.Ingredient@31a4b91a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12934 crafttweaker:ct_shaped-1986251442 RecipeStage{tier='one', recipe=1xtile.natura.ghostwood_fence_gate@0:[net.minecraft.item.crafting.Ingredient@6915100d, net.minecraft.item.crafting.Ingredient@1628fb9d, net.minecraft.item.crafting.Ingredient@5b6e11d3, net.minecraft.item.crafting.Ingredient@4f961fcd, net.minecraft.item.crafting.Ingredient@ec2eb4a, net.minecraft.item.crafting.Ingredient@5fe70d1c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12935 crafttweaker:ct_shaped1103057992 RecipeStage{tier='three', recipe=1xtile.natura.nether_bookshelves@2:[net.minecraft.item.crafting.Ingredient@742c7fba, net.minecraft.item.crafting.Ingredient@b3b7e85, net.minecraft.item.crafting.Ingredient@12ba4c13, net.minecraft.item.crafting.Ingredient@75d23cb5, net.minecraft.item.crafting.Ingredient@62944c1a, net.minecraft.item.crafting.Ingredient@320bc99b, net.minecraft.item.crafting.Ingredient@7291d11d, net.minecraft.item.crafting.Ingredient@16426c6e, net.minecraft.item.crafting.Ingredient@56f60620]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12936 crafttweaker:ct_shaped-773885244 RecipeStage{tier='one', recipe=1xtile.natura.silverbell_fence_gate@0:[net.minecraft.item.crafting.Ingredient@3a5d5a74, net.minecraft.item.crafting.Ingredient@46386d1b, net.minecraft.item.crafting.Ingredient@431c48ae, net.minecraft.item.crafting.Ingredient@253d91eb, net.minecraft.item.crafting.Ingredient@75e3e1c2, net.minecraft.item.crafting.Ingredient@70b60ad0]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12937 crafttweaker:ct_shaped-1150565511 RecipeStage{tier='three', recipe=3xtile.natura.nether_slab@3:[net.minecraft.item.crafting.Ingredient@51ce6550, net.minecraft.item.crafting.Ingredient@18b5144b, net.minecraft.item.crafting.Ingredient@72321b6e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12938 crafttweaker:ct_shaped557022996 RecipeStage{tier='zero', recipe=3xtile.natura.overworld_slab2@1:[net.minecraft.item.crafting.Ingredient@32126f72, net.minecraft.item.crafting.Ingredient@10d46885, net.minecraft.item.crafting.Ingredient@20f33198]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12939 crafttweaker:ct_shaped1371519600 RecipeStage{tier='one', recipe=3xtile.natura.bloodwood_fence@0:[net.minecraft.item.crafting.Ingredient@4278b783, net.minecraft.item.crafting.Ingredient@63b02941, net.minecraft.item.crafting.Ingredient@5093e5f2, net.minecraft.item.crafting.Ingredient@69556189, net.minecraft.item.crafting.Ingredient@6e16178f, net.minecraft.item.crafting.Ingredient@c8ec12d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12940 crafttweaker:ct_shaped746923796 RecipeStage{tier='zero', recipe=3xtile.natura.overworld_slab2@3:[net.minecraft.item.crafting.Ingredient@43fd093b, net.minecraft.item.crafting.Ingredient@1e661e4, net.minecraft.item.crafting.Ingredient@5f92b438]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12941 crafttweaker:ct_shaped-2073594073 RecipeStage{tier='one', recipe=3xitem.natura.nether_doors@0:[net.minecraft.item.crafting.Ingredient@256f914e, net.minecraft.item.crafting.Ingredient@ef0f009, net.minecraft.item.crafting.Ingredient@3cab5972, net.minecraft.item.crafting.Ingredient@765209ab, net.minecraft.item.crafting.Ingredient@2fee03ce, net.minecraft.item.crafting.Ingredient@2617ce82]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12942 crafttweaker:ct_shaped1368642465 RecipeStage{tier='zero', recipe=3xtile.natura.overworld_slab@2:[net.minecraft.item.crafting.Ingredient@409173fb, net.minecraft.item.crafting.Ingredient@26683513, net.minecraft.item.crafting.Ingredient@79c7a263]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12943 crafttweaker:ct_shaped1152494375 RecipeStage{tier='one', recipe=1xtile.natura.bloodwood_fence_gate@0:[net.minecraft.item.crafting.Ingredient@61bc0007, net.minecraft.item.crafting.Ingredient@2a79b960, net.minecraft.item.crafting.Ingredient@4d5ed191, net.minecraft.item.crafting.Ingredient@94ea6e3, net.minecraft.item.crafting.Ingredient@8f323f5, net.minecraft.item.crafting.Ingredient@6fa62932]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12944 crafttweaker:ct_shaped1135134457 RecipeStage{tier='one', recipe=3xtile.natura.redwood_fence@0:[net.minecraft.item.crafting.Ingredient@544fbf0e, net.minecraft.item.crafting.Ingredient@284a62da, net.minecraft.item.crafting.Ingredient@393710ad, net.minecraft.item.crafting.Ingredient@67064100, net.minecraft.item.crafting.Ingredient@4e182521, net.minecraft.item.crafting.Ingredient@35bfc28a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12945 crafttweaker:ct_shaped-831020931 RecipeStage{tier='one', recipe=3xtile.natura.hopseed_fence@0:[net.minecraft.item.crafting.Ingredient@348c1ee8, net.minecraft.item.crafting.Ingredient@61575738, net.minecraft.item.crafting.Ingredient@6ee9571e, net.minecraft.item.crafting.Ingredient@250963db, net.minecraft.item.crafting.Ingredient@712642cc, net.minecraft.item.crafting.Ingredient@2a933547]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12946 crafttweaker:ct_shaped1394243417 RecipeStage{tier='one', recipe=3xtile.natura.willow_fence@0:[net.minecraft.item.crafting.Ingredient@ee6c6ac, net.minecraft.item.crafting.Ingredient@609f6b10, net.minecraft.item.crafting.Ingredient@23ec75ed, net.minecraft.item.crafting.Ingredient@106645da, net.minecraft.item.crafting.Ingredient@288d22dc, net.minecraft.item.crafting.Ingredient@33d11b36]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12947 crafttweaker:ct_shaped-568204575 RecipeStage{tier='two', recipe=1xtile.natura.overworld_bookshelves@1:[net.minecraft.item.crafting.Ingredient@73d243bc, net.minecraft.item.crafting.Ingredient@51389089, net.minecraft.item.crafting.Ingredient@1062d3b0, net.minecraft.item.crafting.Ingredient@2bd17221, net.minecraft.item.crafting.Ingredient@4aff0b44, net.minecraft.item.crafting.Ingredient@5f56664a, net.minecraft.item.crafting.Ingredient@59afc143, net.minecraft.item.crafting.Ingredient@79cff02d, net.minecraft.item.crafting.Ingredient@4bd8717b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12948 crafttweaker:ct_shaped868853133 RecipeStage{tier='three', recipe=1xtile.natura.netherrack_furnace@0:[net.minecraft.item.crafting.Ingredient@27503a7c, net.minecraft.item.crafting.Ingredient@d2420c, net.minecraft.item.crafting.Ingredient@69a94a3, net.minecraft.item.crafting.Ingredient@ec16ea2, net.minecraft.item.crafting.Ingredient@28e436dc, net.minecraft.item.crafting.Ingredient@3ab4c3ee, net.minecraft.item.crafting.Ingredient@68597797, net.minecraft.item.crafting.Ingredient@6de8a040, net.minecraft.item.crafting.Ingredient@643339f7]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12949 crafttweaker:ct_shaped1538163295 RecipeStage{tier='two', recipe=1xtile.natura.overworld_bookshelves@3:[net.minecraft.item.crafting.Ingredient@78042d2c, net.minecraft.item.crafting.Ingredient@5bc21874, net.minecraft.item.crafting.Ingredient@738049ec, net.minecraft.item.crafting.Ingredient@e813aea, net.minecraft.item.crafting.Ingredient@57350b5b, net.minecraft.item.crafting.Ingredient@1cffb871, net.minecraft.item.crafting.Ingredient@6d414d2b, net.minecraft.item.crafting.Ingredient@6a906c03, net.minecraft.item.crafting.Ingredient@1500ddd9]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12950 crafttweaker:ct_shaped-96886410 RecipeStage{tier='one', recipe=3xtile.natura.eucalyptus_fence@0:[net.minecraft.item.crafting.Ingredient@745dc338, net.minecraft.item.crafting.Ingredient@1392e08d, net.minecraft.item.crafting.Ingredient@7a8b6688, net.minecraft.item.crafting.Ingredient@69f68215, net.minecraft.item.crafting.Ingredient@73a8c810, net.minecraft.item.crafting.Ingredient@77bad860]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12951 crafttweaker:ct_shaped-294934963 RecipeStage{tier='one', recipe=3xitem.natura.overworld_doors@4:[net.minecraft.item.crafting.Ingredient@56a45f39, net.minecraft.item.crafting.Ingredient@b9f99d2, net.minecraft.item.crafting.Ingredient@3e4228f9, net.minecraft.item.crafting.Ingredient@1f1a9e89, net.minecraft.item.crafting.Ingredient@6b3347c4, net.minecraft.item.crafting.Ingredient@1c150279]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12952 crafttweaker:ct_shaped-703182949 RecipeStage{tier='one', recipe=1xtile.natura.sakura_fence_gate@0:[net.minecraft.item.crafting.Ingredient@33bff4e2, net.minecraft.item.crafting.Ingredient@781acaca, net.minecraft.item.crafting.Ingredient@966af6a, net.minecraft.item.crafting.Ingredient@3d5462f5, net.minecraft.item.crafting.Ingredient@71809959, net.minecraft.item.crafting.Ingredient@5f625139]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12953 crafttweaker:ct_shaped1776103982 RecipeStage{tier='two', recipe=1xtile.natura.colored_grass_stairs_topiary@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6343b840, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7d9e3d17, net.minecraft.item.crafting.Ingredient@82139ac, net.minecraft.item.crafting.Ingredient@45874a08, net.minecraft.item.crafting.Ingredient@3b787b40, net.minecraft.item.crafting.Ingredient@37028fbd]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12954 crafttweaker:ct_shaped1786530573 RecipeStage{tier='three', recipe=4xtile.natura.nether_stairs_ghostwood@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@36ef3ca8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4947e777, net.minecraft.item.crafting.Ingredient@311d3764, net.minecraft.item.crafting.Ingredient@1241399d, net.minecraft.item.crafting.Ingredient@5d045d01, net.minecraft.item.crafting.Ingredient@2b0e6589]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12955 crafttweaker:ct_shaped1763213821 RecipeStage{tier='two', recipe=4xtile.natura.overworld_stairs_amaranth@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@73f0c19b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@68e683a9, net.minecraft.item.crafting.Ingredient@17f537e1, net.minecraft.item.crafting.Ingredient@4f0f2abb, net.minecraft.item.crafting.Ingredient@3a86c6d8, net.minecraft.item.crafting.Ingredient@6621f1ea]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12956 crafttweaker:ct_shaped903958337 RecipeStage{tier='two', recipe=4xtile.natura.overworld_stairs_redwood@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@585588f0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6e392bb3, net.minecraft.item.crafting.Ingredient@628590aa, net.minecraft.item.crafting.Ingredient@b4293b1, net.minecraft.item.crafting.Ingredient@7fa48821, net.minecraft.item.crafting.Ingredient@586740d5]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12957 crafttweaker:ct_shaped1008638657 RecipeStage{tier='two', recipe=4xtile.natura.overworld_stairs_willow@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@16298bb3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@9e94ddc, net.minecraft.item.crafting.Ingredient@52d72940, net.minecraft.item.crafting.Ingredient@30d4ba27, net.minecraft.item.crafting.Ingredient@6afacb9d, net.minecraft.item.crafting.Ingredient@293efcb3]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12958 crafttweaker:ct_shaped-1085172969 RecipeStage{tier='two', recipe=1xtile.natura.colored_grass_stairs_autumnal@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@42c85dfd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@57d8c201, net.minecraft.item.crafting.Ingredient@6b425d44, net.minecraft.item.crafting.Ingredient@35c7fffb, net.minecraft.item.crafting.Ingredient@35607b0b, net.minecraft.item.crafting.Ingredient@24b97f6c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12959 crafttweaker:ct_shaped-1192576757 RecipeStage{tier='two', recipe=4xtile.natura.overworld_stairs_silverbell@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5de8aec2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@575aaaa3, net.minecraft.item.crafting.Ingredient@61d43b60, net.minecraft.item.crafting.Ingredient@e796a29, net.minecraft.item.crafting.Ingredient@167f5b9a, net.minecraft.item.crafting.Ingredient@14f2e444]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12960 crafttweaker:ct_shaped-168003692 RecipeStage{tier='two', recipe=4xtile.natura.overworld_stairs_sakura@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@543dc281, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1150c20d, net.minecraft.item.crafting.Ingredient@7d1fe836, net.minecraft.item.crafting.Ingredient@7ecce315, net.minecraft.item.crafting.Ingredient@445f1f87, net.minecraft.item.crafting.Ingredient@5388fdab]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12961 crafttweaker:ct_shaped1187437093 RecipeStage{tier='three', recipe=4xtile.natura.nether_stairs_fusewood@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@51d4e1b4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@489964d0, net.minecraft.item.crafting.Ingredient@7486e963, net.minecraft.item.crafting.Ingredient@607737fd, net.minecraft.item.crafting.Ingredient@16d8a306, net.minecraft.item.crafting.Ingredient@15e4fae9]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12962 crafttweaker:ct_shaped-2019881846 RecipeStage{tier='two', recipe=4xtile.natura.overworld_stairs_maple@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@56ead4c7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@ffbc938, net.minecraft.item.crafting.Ingredient@5ce88b52, net.minecraft.item.crafting.Ingredient@6e690194, net.minecraft.item.crafting.Ingredient@6e25bc72, net.minecraft.item.crafting.Ingredient@3fc61a87]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12963 crafttweaker:ct_shaped-544388676 RecipeStage{tier='two', recipe=1xtile.natura.colored_grass_stairs_bluegrass@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@276ca436, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1af74ee, net.minecraft.item.crafting.Ingredient@42aa9e85, net.minecraft.item.crafting.Ingredient@4d37b675, net.minecraft.item.crafting.Ingredient@fb8e6f1, net.minecraft.item.crafting.Ingredient@75cafbec]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12964 crafttweaker:ct_shaped-962364810 RecipeStage{tier='three', recipe=4xtile.natura.nether_stairs_darkwood@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@63020d66, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@13769b6d, net.minecraft.item.crafting.Ingredient@5bb1689c, net.minecraft.item.crafting.Ingredient@7906fd9d, net.minecraft.item.crafting.Ingredient@a1ca6e6, net.minecraft.item.crafting.Ingredient@2d96f93b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12965 crafttweaker:ct_shaped875017534 RecipeStage{tier='two', recipe=4xtile.natura.overworld_stairs_eucalyptus@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7d33819d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@339771b3, net.minecraft.item.crafting.Ingredient@5c53cab1, net.minecraft.item.crafting.Ingredient@4696af21, net.minecraft.item.crafting.Ingredient@2748f107, net.minecraft.item.crafting.Ingredient@2fda16b4]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12966 crafttweaker:ct_shaped1747149176 RecipeStage{tier='three', recipe=4xtile.natura.nether_stairs_bloodwood@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6d9e57bc, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1e821289, net.minecraft.item.crafting.Ingredient@7ea20897, net.minecraft.item.crafting.Ingredient@132de41, net.minecraft.item.crafting.Ingredient@1e8e5a6c, net.minecraft.item.crafting.Ingredient@1016156e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12967 crafttweaker:ct_shaped2005960837 RecipeStage{tier='two', recipe=4xtile.natura.overworld_stairs_hopseed@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7e9e514b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6949580f, net.minecraft.item.crafting.Ingredient@5782270, net.minecraft.item.crafting.Ingredient@25e5ead4, net.minecraft.item.crafting.Ingredient@29fde32a, net.minecraft.item.crafting.Ingredient@ad75f3a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12968 crafttweaker:ct_shaped2134214720 RecipeStage{tier='two', recipe=4xtile.natura.overworld_stairs_tiger@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4ef897b2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@44c167f3, net.minecraft.item.crafting.Ingredient@26328f2, net.minecraft.item.crafting.Ingredient@32fd990b, net.minecraft.item.crafting.Ingredient@3832dde1, net.minecraft.item.crafting.Ingredient@7703cbeb]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12969 crafttweaker:ct_shapeless258077990 RecipeStage{tier='one', recipe=1xtile.natura.colored_grass@1:[net.minecraft.item.crafting.Ingredient@6cbc5941, net.minecraft.item.crafting.Ingredient@3257b01c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12970 crafttweaker:ct_shapeless284361233 RecipeStage{tier='one', recipe=1xtile.natura.colored_grass@2:[net.minecraft.item.crafting.Ingredient@1ca4be62, net.minecraftforge.oredict.OreIngredient@7591728e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12971 crafttweaker:ct_shaped149177887 RecipeStage{tier='zero', recipe=1xitem.naturescompass.NaturesCompass@0:[net.minecraftforge.oredict.OreIngredient@7be95b2c, net.minecraftforge.oredict.OreIngredient@74b1d31d, net.minecraftforge.oredict.OreIngredient@4ddf3447, net.minecraftforge.oredict.OreIngredient@33242a70, net.minecraft.item.crafting.Ingredient@2252703, net.minecraftforge.oredict.OreIngredient@78763561, net.minecraftforge.oredict.OreIngredient@4c3f4b24, net.minecraftforge.oredict.OreIngredient@5e5a9f79, net.minecraftforge.oredict.OreIngredient@756cb68e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12972 crafttweaker:ct_shaped-105576034 RecipeStage{tier='three', recipe=25xitem.oeintegration.excavatemodifier@0:[net.minecraft.item.crafting.Ingredient@3c78587f, net.minecraftforge.oredict.OreIngredient@aa842bf, net.minecraft.item.crafting.Ingredient@83b5c4, net.minecraftforge.oredict.OreIngredient@104bbb9c, net.minecraft.item.crafting.Ingredient@6e8eb24a, net.minecraftforge.oredict.OreIngredient@267ba89e, net.minecraft.item.crafting.Ingredient@3bcb0400, net.minecraftforge.oredict.OreIngredient@7691cfbe, net.minecraft.item.crafting.Ingredient@6d162fc4]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12973 crafttweaker:ct_shaped-421612909 RecipeStage{tier='five', recipe=1xtile.energy_extractor@0:[net.minecraft.item.crafting.Ingredient@165245a0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@75daa86e, net.minecraftforge.oredict.OreIngredient@d4e7554, net.minecraftforge.oredict.OreIngredient@51fa1336, net.minecraftforge.oredict.OreIngredient@550133ec, net.minecraft.item.crafting.Ingredient@753878fa, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@ba257dc]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12974 crafttweaker:ct_shaped-1181847129 RecipeStage{tier='five', recipe=1xtile.hyper_item_receiver@0:[net.minecraft.item.crafting.Ingredient@ac0863d, net.minecraft.item.crafting.Ingredient@56025ada, net.minecraft.item.crafting.Ingredient@60cb1748, net.minecraft.item.crafting.Ingredient@794ea03a, net.minecraft.item.crafting.Ingredient@77313040, net.minecraft.item.crafting.Ingredient@332170f6, net.minecraft.item.crafting.Ingredient@be8508d, net.minecraft.item.crafting.Ingredient@7ab7eba, net.minecraft.item.crafting.Ingredient@7966ed3f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12975 crafttweaker:ct_shaped1057407925 RecipeStage{tier='five', recipe=1xtile.infinite_barrel@0:[net.minecraft.item.crafting.Ingredient@41f89425, crafttweaker.api.minecraft.CraftTweakerMC$1@85dd8af, net.minecraft.item.crafting.Ingredient@54df29b0, crafttweaker.api.minecraft.CraftTweakerMC$1@1a1e2901, net.minecraft.item.crafting.Ingredient@1f42cfdb, crafttweaker.api.minecraft.CraftTweakerMC$1@793cf43c, net.minecraft.item.crafting.Ingredient@5483d002, crafttweaker.api.minecraft.CraftTweakerMC$1@3f3ebdb2, net.minecraft.item.crafting.Ingredient@360b9199]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12976 crafttweaker:ct_shaped824156923 RecipeStage{tier='five', recipe=1xtile.hyper_fluid_receiver@0:[net.minecraft.item.crafting.Ingredient@28881e70, net.minecraft.item.crafting.Ingredient@6241d8a3, net.minecraft.item.crafting.Ingredient@28583a74, net.minecraft.item.crafting.Ingredient@42b5e1bf, net.minecraft.item.crafting.Ingredient@2aa60c07, net.minecraft.item.crafting.Ingredient@46ce4d30, net.minecraft.item.crafting.Ingredient@2fac4407, net.minecraft.item.crafting.Ingredient@42f9e054, net.minecraft.item.crafting.Ingredient@58250a38]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12977 crafttweaker:ct_shaped911331585 RecipeStage{tier='five', recipe=1xtile.infinite_water_source@0:[net.minecraft.item.crafting.Ingredient@6c367bc1, net.minecraft.item.crafting.Ingredient@21f7863c, net.minecraft.item.crafting.Ingredient@2c013916, net.minecraft.item.crafting.Ingredient@5c858264, net.minecraft.item.crafting.Ingredient@3b20246, net.minecraft.item.crafting.Ingredient@1ee9a26a, net.minecraft.item.crafting.Ingredient@3b05f128, net.minecraft.item.crafting.Ingredient@4b63d28e, net.minecraft.item.crafting.Ingredient@58504996]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12978 crafttweaker:ct_shaped1158729090 RecipeStage{tier='five', recipe=1xtile.player_interface@0:[net.minecraft.item.crafting.Ingredient@b795a04, net.minecraft.item.crafting.Ingredient@1f6166f2, net.minecraft.item.crafting.Ingredient@4ac32032]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12979 crafttweaker:ct_shaped1720805952 RecipeStage{tier='five', recipe=1xitem.multi_tool@0:[net.minecraft.item.crafting.Ingredient@1085dc05, net.minecraft.item.crafting.Ingredient@51ed1d6b, net.minecraft.item.crafting.Ingredient@452fb752, net.minecraft.item.crafting.Ingredient@163edd75, net.minecraft.item.crafting.Ingredient@28e54e43, net.minecraft.item.crafting.Ingredient@11da1871, net.minecraft.item.crafting.Ingredient@29f7b83f, net.minecraft.item.crafting.Ingredient@49c21d01, net.minecraft.item.crafting.Ingredient@4bd7c52c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12980 crafttweaker:ct_shaped361587389 RecipeStage{tier='five', recipe=1xtile.hyper_energy_sender@0:[net.minecraft.item.crafting.Ingredient@a8f45b7, net.minecraft.item.crafting.Ingredient@1e2d3299, net.minecraft.item.crafting.Ingredient@47de1e48, net.minecraftforge.oredict.OreIngredient@32d54d3a, net.minecraft.item.crafting.Ingredient@4207042a, net.minecraftforge.oredict.OreIngredient@35495f09, net.minecraftforge.oredict.OreIngredient@2d22bb6, net.minecraftforge.oredict.OreIngredient@1a761a4b, net.minecraftforge.oredict.OreIngredient@60aa7b7b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12981 crafttweaker:ct_shaped528179700 RecipeStage{tier='five', recipe=1xtile.hyper_item_sender@0:[net.minecraft.item.crafting.Ingredient@1f64d170, net.minecraft.item.crafting.Ingredient@cf8c6b1, net.minecraft.item.crafting.Ingredient@26762127, net.minecraft.item.crafting.Ingredient@1534f731, net.minecraft.item.crafting.Ingredient@2ce24bb6, net.minecraft.item.crafting.Ingredient@66e5cdd5, net.minecraft.item.crafting.Ingredient@710db737, net.minecraft.item.crafting.Ingredient@43324b58, net.minecraft.item.crafting.Ingredient@7db31773]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12982 crafttweaker:ct_shaped1762774298 RecipeStage{tier='five', recipe=1xtile.item_interface@0:[net.minecraft.item.crafting.Ingredient@35f0e675, net.minecraft.item.crafting.Ingredient@29585bf3, net.minecraft.item.crafting.Ingredient@7861bd0b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12983 crafttweaker:ct_shaped1476435503 RecipeStage{tier='five', recipe=1xtile.hyper_fluid_sender@0:[net.minecraft.item.crafting.Ingredient@1d0c35fb, net.minecraft.item.crafting.Ingredient@2f7dbb61, net.minecraft.item.crafting.Ingredient@4411eabe, net.minecraft.item.crafting.Ingredient@31ed8ed2, net.minecraft.item.crafting.Ingredient@4d32c6f9, net.minecraft.item.crafting.Ingredient@fd6da8d, net.minecraft.item.crafting.Ingredient@445985d3, net.minecraft.item.crafting.Ingredient@199f1894, net.minecraft.item.crafting.Ingredient@42410050]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12984 crafttweaker:ct_shaped449962293 RecipeStage{tier='five', recipe=1xtile.hyper_energy_receiver@0:[net.minecraftforge.oredict.OreIngredient@7bfab827, net.minecraftforge.oredict.OreIngredient@7385cd96, net.minecraftforge.oredict.OreIngredient@12bf30ca, net.minecraftforge.oredict.OreIngredient@58b6e14d, net.minecraft.item.crafting.Ingredient@76a341fc, net.minecraftforge.oredict.OreIngredient@2b97cbc3, net.minecraft.item.crafting.Ingredient@40c5971b, net.minecraft.item.crafting.Ingredient@2f16aac7, net.minecraft.item.crafting.Ingredient@4356a278]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12985 crafttweaker:ct_shaped-649229158 RecipeStage{tier='five', recipe=1xtile.infinite_capacitor@0:[net.minecraft.item.crafting.Ingredient@560aa002, crafttweaker.api.minecraft.CraftTweakerMC$1@3a1b9897, net.minecraft.item.crafting.Ingredient@20c14d81, crafttweaker.api.minecraft.CraftTweakerMC$1@56f27e83, net.minecraft.item.crafting.Ingredient@55fbdeef, crafttweaker.api.minecraft.CraftTweakerMC$1@33c23be7, net.minecraft.item.crafting.Ingredient@19c5d55b, crafttweaker.api.minecraft.CraftTweakerMC$1@5c86a686, net.minecraft.item.crafting.Ingredient@5781175f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12986 crafttweaker:ct_shaped456139958 RecipeStage{tier='five', recipe=1xitem.linking_card@0:[net.minecraft.item.crafting.Ingredient@75be134b, net.minecraft.item.crafting.Ingredient@42666faa, net.minecraft.item.crafting.Ingredient@2b3d43f6, net.minecraft.item.crafting.Ingredient@74d98221, net.minecraft.item.crafting.Ingredient@71f8e3ba, net.minecraft.item.crafting.Ingredient@92c910, net.minecraft.item.crafting.Ingredient@41f11807, net.minecraft.item.crafting.Ingredient@79815292, net.minecraft.item.crafting.Ingredient@4fd29b2b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12987 crafttweaker:ct_shaped-77363957 RecipeStage{tier='five', recipe=1xtile.infinite_tank@0:[net.minecraft.item.crafting.Ingredient@599e0188, crafttweaker.api.minecraft.CraftTweakerMC$1@10660b9c, net.minecraft.item.crafting.Ingredient@6380dec0, crafttweaker.api.minecraft.CraftTweakerMC$1@38500a58, net.minecraft.item.crafting.Ingredient@11ebde9b, crafttweaker.api.minecraft.CraftTweakerMC$1@31f10dd1, net.minecraft.item.crafting.Ingredient@5462a3f1, crafttweaker.api.minecraft.CraftTweakerMC$1@6cd871ef, net.minecraft.item.crafting.Ingredient@238865e9]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12988 crafttweaker:ct_shaped1355525828 RecipeStage{tier='one', recipe=1xitem.pt.copper_hoe@0:[net.minecraftforge.oredict.OreIngredient@1aae7bcc, net.minecraftforge.oredict.OreIngredient@5b123e43, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@74ea6bc7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@142dff9e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12989 crafttweaker:ct_shaped1739382758 RecipeStage{tier='two', recipe=1xitem.pt.watering_can@0:[net.minecraftforge.oredict.OreIngredient@7db486cc, net.minecraft.item.crafting.Ingredient@379e4f1f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@108dbe78, net.minecraft.item.crafting.Ingredient@6ba762f8, net.minecraftforge.oredict.OreIngredient@32fc1ba6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@775f4c51, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12990 crafttweaker:ct_shaped2041585859 RecipeStage{tier='one', recipe=1xitem.pt.bronze_hoe@0:[net.minecraftforge.oredict.OreIngredient@a5c42bc, net.minecraftforge.oredict.OreIngredient@5a3c51ad, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@8cf4067, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@57fb8eb]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12991 crafttweaker:ct_shaped1078779768 RecipeStage{tier='one', recipe=1xitem.pt.copper_axe@0:[net.minecraftforge.oredict.OreIngredient@6dde435a, net.minecraftforge.oredict.OreIngredient@5557c675, net.minecraftforge.oredict.OreIngredient@27e978c0, net.minecraft.item.crafting.Ingredient@5f292436, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4072781a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12992 crafttweaker:ct_shaped1681963235 RecipeStage{tier='one', recipe=1xitem.pt.bronze_sword@0:[net.minecraftforge.oredict.OreIngredient@2bfd6a0f, net.minecraftforge.oredict.OreIngredient@47be38c8, net.minecraft.item.crafting.Ingredient@51a0ac9d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12993 crafttweaker:ct_shaped2005317206 RecipeStage{tier='one', recipe=1xitem.pt.bronze_shovel@0:[net.minecraftforge.oredict.OreIngredient@241bc1b, net.minecraft.item.crafting.Ingredient@422c034e, net.minecraft.item.crafting.Ingredient@74e21bbb]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12994 crafttweaker:ct_shaped-1670857922 RecipeStage{tier='one', recipe=1xitem.pt.bronze_pickaxe@0:[net.minecraftforge.oredict.OreIngredient@207295fe, net.minecraftforge.oredict.OreIngredient@2fdc548f, net.minecraftforge.oredict.OreIngredient@d481449, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6913f998, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5d7a5c21, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12995 crafttweaker:ct_shaped1311259064 RecipeStage{tier='one', recipe=1xitem.pt.bronze_axe@0:[net.minecraftforge.oredict.OreIngredient@10cf032d, net.minecraftforge.oredict.OreIngredient@5de8a721, net.minecraftforge.oredict.OreIngredient@2b414a3d, net.minecraft.item.crafting.Ingredient@24558020, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4c6b29ec]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12996 crafttweaker:ct_shaped-431110850 RecipeStage{tier='one', recipe=1xitem.pt.copper_pickaxe@0:[net.minecraftforge.oredict.OreIngredient@54a25eef, net.minecraftforge.oredict.OreIngredient@7593e6e4, net.minecraftforge.oredict.OreIngredient@7dcf3cf6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@68fe5eea, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2eed203c, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12997 crafttweaker:ct_shaped1670625026 RecipeStage{tier='one', recipe=1xitem.pt.copper_sword@0:[net.minecraftforge.oredict.OreIngredient@44a347c3, net.minecraftforge.oredict.OreIngredient@408ffb2d, net.minecraft.item.crafting.Ingredient@5a1ce4d8]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12998 crafttweaker:ct_shaped1696477208 RecipeStage{tier='one', recipe=1xitem.pt.copper_shovel@0:[net.minecraftforge.oredict.OreIngredient@1db7c367, net.minecraft.item.crafting.Ingredient@43f4024d, net.minecraft.item.crafting.Ingredient@7c1ddf8d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12999 crafttweaker:ct_shaped-1840022036 RecipeStage{tier='tutorial', recipe=1xitem.pt.grass_fiber_mesh@0:[net.minecraft.item.crafting.Ingredient@419acef2, net.minecraft.item.crafting.Ingredient@6295815d, net.minecraft.item.crafting.Ingredient@1100128, net.minecraft.item.crafting.Ingredient@13635730]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13000 crafttweaker:ct_shapeless-2037517367 RecipeStage{tier='zero', recipe=8xitem.pt.coal_piece@1:[net.minecraft.item.crafting.Ingredient@499f6f0]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13001 crafttweaker:ct_shapeless1233548732 RecipeStage{tier='zero', recipe=2xitem.pt.dye_powder@3:[net.minecraft.item.crafting.Ingredient@4ac81057, net.minecraft.item.crafting.Ingredient@4b504167]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13002 crafttweaker:ct_shapeless2041349674 RecipeStage{tier='zero', recipe=2xitem.pt.dye_powder@7:[net.minecraft.item.crafting.Ingredient@420355ea, net.minecraft.item.crafting.Ingredient@966052c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13003 crafttweaker:ct_shapeless994697641 RecipeStage{tier='one', recipe=8xitem.pt.coal_piece@0:[net.minecraft.item.crafting.Ingredient@326e6ff]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13004 crafttweaker:ct_shapeless1968941212 RecipeStage{tier='zero', recipe=2xitem.pt.dye_powder@6:[net.minecraft.item.crafting.Ingredient@4a34c485, net.minecraft.item.crafting.Ingredient@12c0642c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13005 crafttweaker:ct_shapeless-2040906718 RecipeStage{tier='zero', recipe=3xitem.pt.dye_powder@2:[net.minecraft.item.crafting.Ingredient@2bb64c3d, net.minecraft.item.crafting.Ingredient@1f9346aa, net.minecraft.item.crafting.Ingredient@736fb931]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13006 crafttweaker:ct_shapeless-1650026755 RecipeStage{tier='zero', recipe=3xitem.pt.dye_powder@8:[net.minecraft.item.crafting.Ingredient@629f4274, net.minecraft.item.crafting.Ingredient@7bd12dbe, net.minecraft.item.crafting.Ingredient@7ef29278]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13007 crafttweaker:ct_shapeless983314087 RecipeStage{tier='zero', recipe=3xitem.pt.dye_powder@12:[net.minecraft.item.crafting.Ingredient@70da1aa6, net.minecraft.item.crafting.Ingredient@684e7a2b, net.minecraft.item.crafting.Ingredient@1a001641]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13008 crafttweaker:ct_shapeless-179859863 RecipeStage{tier='zero', recipe=2xitem.pt.dye_powder@10:[net.minecraft.item.crafting.Ingredient@700b362b, net.minecraft.item.crafting.Ingredient@50a40da6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13009 crafttweaker:ct_shapeless-848228719 RecipeStage{tier='zero', recipe=2xitem.pt.dye_powder@1:[net.minecraft.item.crafting.Ingredient@4b20babb, net.minecraft.item.crafting.Ingredient@51081f80]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13010 crafttweaker:ct_shapeless292154620 RecipeStage{tier='zero', recipe=2xitem.pt.dye_powder@5:[net.minecraft.item.crafting.Ingredient@781bd1e4, net.minecraft.item.crafting.Ingredient@8a22a7c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13011 crafttweaker:ct_shapeless989329180 RecipeStage{tier='zero', recipe=2xitem.pt.dye_powder@9:[net.minecraft.item.crafting.Ingredient@4619bcb1, net.minecraft.item.crafting.Ingredient@577c5fed]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13012 crafttweaker:ct_shapeless464063339 RecipeStage{tier='zero', recipe=4xitem.pt.dye_powder@2:[net.minecraft.item.crafting.Ingredient@714e2017, net.minecraft.item.crafting.Ingredient@68a61588, net.minecraft.item.crafting.Ingredient@63d1d019, net.minecraft.item.crafting.Ingredient@566778b9]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13013 crafttweaker:ct_shapeless-580899285 RecipeStage{tier='zero', recipe=2xitem.pt.dye_powder@12:[net.minecraft.item.crafting.Ingredient@5629b4fa, net.minecraft.item.crafting.Ingredient@e7bf1e2]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13014 crafttweaker:ct_shapeless1750173404 RecipeStage{tier='zero', recipe=2xitem.pt.dye_powder@2:[net.minecraft.item.crafting.Ingredient@6347a92c, net.minecraft.item.crafting.Ingredient@e08a74d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13015 crafttweaker:ct_shaped123671852 RecipeStage{tier='four', recipe=8xitem.programming_puzzle@15:[net.minecraft.item.crafting.Ingredient@151d4c12, net.minecraft.item.crafting.Ingredient@44b84bb2, net.minecraft.item.crafting.Ingredient@1a6894c0, net.minecraft.item.crafting.Ingredient@51116a0f, net.minecraft.item.crafting.Ingredient@2e13c1e3, net.minecraft.item.crafting.Ingredient@28f0fa48, net.minecraft.item.crafting.Ingredient@7660a502, net.minecraft.item.crafting.Ingredient@2cfbf8d3, net.minecraft.item.crafting.Ingredient@1c572876]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13016 crafttweaker:ct_shaped-1085844721 RecipeStage{tier='four', recipe=1xtile.flux_compressor@0:[net.minecraft.item.crafting.Ingredient@33dab30e, net.minecraftforge.oredict.OreIngredient@40e158c2, net.minecraft.item.crafting.Ingredient@33af1d6d, net.minecraft.item.crafting.Ingredient@161e87f6, net.minecraft.item.crafting.Ingredient@703a04f8, net.minecraft.item.crafting.Ingredient@3ad76575, net.minecraft.item.crafting.Ingredient@71584337, net.minecraft.item.crafting.Ingredient@139b5bdd, net.minecraft.item.crafting.Ingredient@33269092]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13017 crafttweaker:ct_shaped1649765262 RecipeStage{tier='four', recipe=8xitem.programming_puzzle@4:[net.minecraft.item.crafting.Ingredient@32dba74e, net.minecraft.item.crafting.Ingredient@1291bd9, net.minecraft.item.crafting.Ingredient@4825fd92, net.minecraft.item.crafting.Ingredient@4f804604, net.minecraft.item.crafting.Ingredient@208e696d, net.minecraft.item.crafting.Ingredient@69b04976, net.minecraft.item.crafting.Ingredient@e9ef0bf, net.minecraft.item.crafting.Ingredient@43e3270e, net.minecraft.item.crafting.Ingredient@1075fb1e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13018 crafttweaker:ct_shaped-1193631089 RecipeStage{tier='four', recipe=8xitem.programming_puzzle@12:[net.minecraft.item.crafting.Ingredient@7be5eb9f, net.minecraft.item.crafting.Ingredient@207e754, net.minecraft.item.crafting.Ingredient@58066b4d, net.minecraft.item.crafting.Ingredient@6794d658, net.minecraft.item.crafting.Ingredient@33f96026, net.minecraft.item.crafting.Ingredient@ef91c4a, net.minecraft.item.crafting.Ingredient@654e42db, net.minecraft.item.crafting.Ingredient@24296e3c, net.minecraft.item.crafting.Ingredient@5c29d2cf]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13019 crafttweaker:ct_shaped-8813099 RecipeStage{tier='four', recipe=8xtile.pressure_chamber_wall@0:[net.minecraft.item.crafting.Ingredient@1af48e4c, net.minecraft.item.crafting.Ingredient@d3b5f53, net.minecraft.item.crafting.Ingredient@628c8846, net.minecraft.item.crafting.Ingredient@70218172, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4e99f7d4, net.minecraft.item.crafting.Ingredient@198fe893, net.minecraft.item.crafting.Ingredient@1fc79d5c, net.minecraft.item.crafting.Ingredient@6311b5c7]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13020 crafttweaker:ct_shaped-729440021 RecipeStage{tier='four', recipe=8xtile.pressure_chamber_glass@0:[net.minecraft.item.crafting.Ingredient@6237c926, net.minecraft.item.crafting.Ingredient@49a7e83, net.minecraft.item.crafting.Ingredient@27142e31, net.minecraft.item.crafting.Ingredient@49450899, net.minecraftforge.oredict.OreIngredient@15e7866e, net.minecraft.item.crafting.Ingredient@425e9c37, net.minecraft.item.crafting.Ingredient@443d57eb, net.minecraft.item.crafting.Ingredient@255d9e35, net.minecraft.item.crafting.Ingredient@c20b806]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13021 crafttweaker:ct_shaped-152722628 RecipeStage{tier='four', recipe=8xitem.programming_puzzle@6:[net.minecraft.item.crafting.Ingredient@3a293291, net.minecraft.item.crafting.Ingredient@1405b830, net.minecraft.item.crafting.Ingredient@5d6030b3, net.minecraft.item.crafting.Ingredient@54095391, net.minecraft.item.crafting.Ingredient@27c74e3b, net.minecraft.item.crafting.Ingredient@1ebaa6cb, net.minecraft.item.crafting.Ingredient@4203e807, net.minecraft.item.crafting.Ingredient@5c08ae0d, net.minecraft.item.crafting.Ingredient@41239521]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13022 crafttweaker:ct_shaped791478481 RecipeStage{tier='four', recipe=8xitem.programming_puzzle@10:[net.minecraft.item.crafting.Ingredient@a64ef30, net.minecraft.item.crafting.Ingredient@577a6dab, net.minecraft.item.crafting.Ingredient@4e9bc98f, net.minecraft.item.crafting.Ingredient@134cd7e0, net.minecraft.item.crafting.Ingredient@3efca7d6, net.minecraft.item.crafting.Ingredient@3aef9297, net.minecraft.item.crafting.Ingredient@2aa8e3f4, net.minecraft.item.crafting.Ingredient@5f2ec296, net.minecraft.item.crafting.Ingredient@4b71cb2]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13023 crafttweaker:ct_shaped748521317 RecipeStage{tier='four', recipe=8xitem.programming_puzzle@5:[net.minecraft.item.crafting.Ingredient@420a4d99, net.minecraft.item.crafting.Ingredient@2fd0a16f, net.minecraft.item.crafting.Ingredient@6c3fc71, net.minecraft.item.crafting.Ingredient@3a2d3297, net.minecraft.item.crafting.Ingredient@2adbd6ce, net.minecraft.item.crafting.Ingredient@2ac123, net.minecraft.item.crafting.Ingredient@19938523, net.minecraft.item.crafting.Ingredient@4a79b50c, net.minecraft.item.crafting.Ingredient@3e60772b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13024 crafttweaker:ct_shaped-201076304 RecipeStage{tier='four', recipe=8xitem.programming_puzzle@11:[net.minecraft.item.crafting.Ingredient@68958a1d, net.minecraft.item.crafting.Ingredient@6daab0b1, net.minecraft.item.crafting.Ingredient@6afcb9dd, net.minecraft.item.crafting.Ingredient@57185286, net.minecraft.item.crafting.Ingredient@1399ef1a, net.minecraft.item.crafting.Ingredient@2b8eeae0, net.minecraft.item.crafting.Ingredient@24b39c1d, net.minecraft.item.crafting.Ingredient@312a666f, net.minecraft.item.crafting.Ingredient@6d97ae6f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13025 crafttweaker:ct_shaped1629045789 RecipeStage{tier='four', recipe=1xitem.armor_upgrade@0:[net.minecraft.item.crafting.Ingredient@319280d7, net.minecraftforge.oredict.OreIngredient@9f9a18c, net.minecraft.item.crafting.Ingredient@6b02a7c2, net.minecraftforge.oredict.OreIngredient@3bb6881b, net.minecraftforge.oredict.OreIngredient@1e873382, net.minecraftforge.oredict.OreIngredient@5ab6041f, net.minecraft.item.crafting.Ingredient@2474943c, net.minecraftforge.oredict.OreIngredient@2b8d36f9, net.minecraft.item.crafting.Ingredient@cb10b29]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13026 crafttweaker:ct_shaped-1711338746 RecipeStage{tier='four', recipe=2xitem.crop_support@0:[net.minecraftforge.oredict.OreIngredient@664d605c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6618cddd, net.minecraftforge.oredict.OreIngredient@24601519, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@200caaff, net.minecraftforge.oredict.OreIngredient@2d4e6122, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@d183773]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13027 crafttweaker:ct_shaped78356098 RecipeStage{tier='four', recipe=1xtile.pneumatic_dynamo@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@29742314, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6c6a3f97, net.minecraftforge.oredict.OreIngredient@32731449, net.minecraftforge.oredict.OreIngredient@7e1c0edb, net.minecraftforge.oredict.OreIngredient@7678ee8f, net.minecraft.item.crafting.Ingredient@4b53f150, net.minecraftforge.oredict.OreIngredient@61a8652f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13028 crafttweaker:ct_shaped58529801 RecipeStage{tier='four', recipe=8xitem.programming_puzzle@1:[net.minecraft.item.crafting.Ingredient@7f5cc517, net.minecraft.item.crafting.Ingredient@4ee150e5, net.minecraft.item.crafting.Ingredient@1a6ce118, net.minecraft.item.crafting.Ingredient@384f6e67, net.minecraft.item.crafting.Ingredient@21a26004, net.minecraft.item.crafting.Ingredient@65006aad, net.minecraft.item.crafting.Ingredient@18992334, net.minecraft.item.crafting.Ingredient@5be65a16, net.minecraft.item.crafting.Ingredient@69f6a32e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13029 crafttweaker:ct_shaped1438512833 RecipeStage{tier='four', recipe=8xitem.programming_puzzle@9:[net.minecraft.item.crafting.Ingredient@fc5f9bf, net.minecraft.item.crafting.Ingredient@5e14fbf0, net.minecraft.item.crafting.Ingredient@37cb2cce, net.minecraft.item.crafting.Ingredient@6bf806ca, net.minecraft.item.crafting.Ingredient@4bd0020b, net.minecraft.item.crafting.Ingredient@32e2bbfa, net.minecraft.item.crafting.Ingredient@5ca15c34, net.minecraft.item.crafting.Ingredient@77c4cf3c, net.minecraft.item.crafting.Ingredient@3ccf4b95]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13030 crafttweaker:ct_shaped-983248209 RecipeStage{tier='four', recipe=1xtile.assembly_laser@0:[net.minecraft.item.crafting.Ingredient@1b551a9d, net.minecraft.item.crafting.Ingredient@4d43b53f, net.minecraft.item.crafting.Ingredient@1c2f3e84, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5afa4d77, net.minecraftforge.oredict.OreIngredient@69483547, net.minecraft.item.crafting.Ingredient@39729f1c, net.minecraftforge.oredict.OreIngredient@5ccc4da8]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13031 crafttweaker:ct_shaped-842714144 RecipeStage{tier='four', recipe=8xitem.programming_puzzle@2:[net.minecraft.item.crafting.Ingredient@54d532b3, net.minecraft.item.crafting.Ingredient@7c1fd763, net.minecraft.item.crafting.Ingredient@51b82d83, net.minecraft.item.crafting.Ingredient@6fa78b11, net.minecraft.item.crafting.Ingredient@121a7cfc, net.minecraft.item.crafting.Ingredient@103c1513, net.minecraft.item.crafting.Ingredient@78e6a2, net.minecraft.item.crafting.Ingredient@53541abf, net.minecraft.item.crafting.Ingredient@126861b5]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13032 crafttweaker:ct_shaped1116226637 RecipeStage{tier='four', recipe=8xitem.programming_puzzle@14:[net.minecraft.item.crafting.Ingredient@628c7a66, net.minecraft.item.crafting.Ingredient@2506cd63, net.minecraft.item.crafting.Ingredient@56f4ba9e, net.minecraft.item.crafting.Ingredient@7c00c3c, net.minecraft.item.crafting.Ingredient@69e09e8, net.minecraft.item.crafting.Ingredient@1560a18d, net.minecraft.item.crafting.Ingredient@6633c9f5, net.minecraft.item.crafting.Ingredient@611588e3, net.minecraft.item.crafting.Ingredient@17b20c60]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13033 crafttweaker:ct_shaped-914275758 RecipeStage{tier='four', recipe=1xitem.pcb_blueprint@0:[net.minecraft.item.crafting.Ingredient@7cebbd2, net.minecraft.item.crafting.Ingredient@7f4ab6bf, net.minecraft.item.crafting.Ingredient@32557b25, net.minecraft.item.crafting.Ingredient@3583a003, net.minecraft.item.crafting.Ingredient@47619d4a, net.minecraft.item.crafting.Ingredient@6db43457, net.minecraft.item.crafting.Ingredient@74a1f697, net.minecraft.item.crafting.Ingredient@5c0ac3b8, net.minecraft.item.crafting.Ingredient@174a8ebe]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13034 crafttweaker:ct_shaped-1398827486 RecipeStage{tier='four', recipe=1xitem.gps_tool@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5b10068c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@207e4637, net.minecraftforge.oredict.OreIngredient@2a634683, net.minecraft.item.crafting.Ingredient@699f120f, net.minecraft.item.crafting.Ingredient@32e05dd6, net.minecraftforge.oredict.OreIngredient@60fdea43, net.minecraft.item.crafting.Ingredient@501aef81]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13035 crafttweaker:ct_shaped-1743958089 RecipeStage{tier='four', recipe=8xitem.programming_puzzle@3:[net.minecraft.item.crafting.Ingredient@418490e7, net.minecraft.item.crafting.Ingredient@71ba7bec, net.minecraft.item.crafting.Ingredient@7e9a286a, net.minecraft.item.crafting.Ingredient@79fbb6df, net.minecraft.item.crafting.Ingredient@1c9d02af, net.minecraft.item.crafting.Ingredient@3e5a6fcb, net.minecraft.item.crafting.Ingredient@11acc912, net.minecraft.item.crafting.Ingredient@35c5c8b6, net.minecraft.item.crafting.Ingredient@41393cdb]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13036 crafttweaker:ct_shaped-1955210518 RecipeStage{tier='four', recipe=8xitem.programming_puzzle@8:[net.minecraft.item.crafting.Ingredient@2cf02700, net.minecraft.item.crafting.Ingredient@5b638fd5, net.minecraft.item.crafting.Ingredient@40f86c77, net.minecraft.item.crafting.Ingredient@48af4f57, net.minecraft.item.crafting.Ingredient@654aa965, net.minecraft.item.crafting.Ingredient@22909f3e, net.minecraft.item.crafting.Ingredient@2108c4cf, net.minecraft.item.crafting.Ingredient@13eff24e, net.minecraft.item.crafting.Ingredient@23de60d7]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13037 crafttweaker:ct_shapeless-625724005 RecipeStage{tier='four', recipe=1xitem.printed_circuit_board@0:[net.minecraft.item.crafting.Ingredient@59172fd, net.minecraft.item.crafting.Ingredient@6258f03c, net.minecraft.item.crafting.Ingredient@ec903bb, net.minecraft.item.crafting.Ingredient@5e41126d, net.minecraft.item.crafting.Ingredient@504995c2, net.minecraft.item.crafting.Ingredient@753546e7, net.minecraft.item.crafting.Ingredient@33274721, net.minecraft.item.crafting.Ingredient@6523f952, net.minecraft.item.crafting.Ingredient@795897b1]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13038 crafttweaker:ct_shaped-1065747758 RecipeStage{tier='four', recipe=1xtile.poweradapters.mj@0:[net.minecraft.item.crafting.Ingredient@2685f403, net.minecraft.item.crafting.Ingredient@2f12a1bd, net.minecraft.item.crafting.Ingredient@55813464, net.minecraft.item.crafting.Ingredient@6859d47a, net.minecraft.item.crafting.Ingredient@6175009e, net.minecraft.item.crafting.Ingredient@5b504a44, net.minecraft.item.crafting.Ingredient@7ae675e, net.minecraft.item.crafting.Ingredient@217299d5, net.minecraft.item.crafting.Ingredient@684a1c95]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13039 crafttweaker:ct_shaped249131898 RecipeStage{tier='one', recipe=1xtile.primal.storage_crate@3:[net.minecraft.item.crafting.Ingredient@311179b2, net.minecraft.item.crafting.Ingredient@45f17c59, net.minecraft.item.crafting.Ingredient@70f8f903, net.minecraft.item.crafting.Ingredient@486efd3d, net.minecraft.item.crafting.Ingredient@7208d16b, net.minecraft.item.crafting.Ingredient@3cd578c7, net.minecraft.item.crafting.Ingredient@bd2bebf, net.minecraft.item.crafting.Ingredient@34ea3ded, net.minecraft.item.crafting.Ingredient@5d3192]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13040 crafttweaker:ct_shaped-1528138600 RecipeStage{tier='zero', recipe=1xtile.primal.barrel@5:[net.minecraft.item.crafting.Ingredient@1759621e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@960010c, net.minecraft.item.crafting.Ingredient@6c005098, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5382d2b, net.minecraft.item.crafting.Ingredient@59ade600, net.minecraft.item.crafting.Ingredient@50cce458, net.minecraft.item.crafting.Ingredient@3e26fa49]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13041 crafttweaker:ct_shaped-1498002646 RecipeStage{tier='zero', recipe=1xitem.primal.barrel_acacia_lid@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7a33d9d3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4c98ad73, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7b416e9c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@72bc270f, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13042 crafttweaker:ct_shaped-468764961 RecipeStage{tier='zero', recipe=4xitem.primal.thatching_wet@0:[net.minecraftforge.oredict.OreIngredient@16a595ca, net.minecraftforge.oredict.OreIngredient@1fdf4158, net.minecraftforge.oredict.OreIngredient@6f9af9b1, net.minecraftforge.oredict.OreIngredient@7c8d2f12]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13043 crafttweaker:ct_shaped757022623 RecipeStage{tier='five', recipe=1xitem.primal.emerald_workblade@0:[net.minecraft.item.crafting.Ingredient@463cfe8c, net.minecraft.item.crafting.Ingredient@230ca292, net.minecraft.item.crafting.Ingredient@1be39033, net.minecraft.item.crafting.Ingredient@e83d9e2, net.minecraft.item.crafting.Ingredient@2fea9e20, net.minecraft.item.crafting.Ingredient@6934b17d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6e51c660, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13044 crafttweaker:ct_shaped-1994173354 RecipeStage{tier='zero', recipe=3xtile.primal.slab_yew@0:[net.minecraft.item.crafting.Ingredient@7e8d5e81, net.minecraft.item.crafting.Ingredient@5edd4ee, net.minecraft.item.crafting.Ingredient@491e3277]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13045 crafttweaker:ct_shaped2012005194 RecipeStage{tier='zero', recipe=3xtile.primal.slat_lacquer@0:[net.minecraft.item.crafting.Ingredient@291c9ff2, net.minecraft.item.crafting.Ingredient@3d71b506, net.minecraft.item.crafting.Ingredient@56505ce2, net.minecraft.item.crafting.Ingredient@6e6551d5, net.minecraft.item.crafting.Ingredient@234ba0e4, net.minecraft.item.crafting.Ingredient@1322f80e, net.minecraft.item.crafting.Ingredient@474111c4, net.minecraft.item.crafting.Ingredient@36e0b00, net.minecraft.item.crafting.Ingredient@7d5cd709]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13046 crafttweaker:ct_shaped1908920650 RecipeStage{tier='one', recipe=1xitem.primal.flint_hoe@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@793aa224, net.minecraft.item.crafting.Ingredient@36ba53f6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@457f682a, net.minecraftforge.oredict.OreIngredient@5e800b13, net.minecraft.item.crafting.Ingredient@7207b965, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13047 crafttweaker:ct_shaped-900471240 RecipeStage{tier='zero', recipe=1xtile.primal.barrel@7:[net.minecraft.item.crafting.Ingredient@16c67130, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@28c665fa, net.minecraft.item.crafting.Ingredient@76c03b62, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3943684e, net.minecraft.item.crafting.Ingredient@1ca9d1a7, net.minecraft.item.crafting.Ingredient@7db9e7d, net.minecraft.item.crafting.Ingredient@70b7aecf]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13048 crafttweaker:ct_shaped-167982453 RecipeStage{tier='two', recipe=1xitem.primal.iron_workblade@0:[net.minecraftforge.oredict.OreIngredient@5294b98f, net.minecraft.item.crafting.Ingredient@627e93, net.minecraftforge.oredict.OreIngredient@5b913094, net.minecraftforge.oredict.OreIngredient@169d2cff, net.minecraft.item.crafting.Ingredient@6132a762, net.minecraftforge.oredict.OreIngredient@7237db31, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@20f04073, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13049 crafttweaker:ct_shaped-2110363140 RecipeStage{tier='one', recipe=1xtile.primal.storage_crate@5:[net.minecraft.item.crafting.Ingredient@5f756a46, net.minecraft.item.crafting.Ingredient@2b88df7d, net.minecraft.item.crafting.Ingredient@672a776e, net.minecraft.item.crafting.Ingredient@457b4020, net.minecraft.item.crafting.Ingredient@31a83593, net.minecraft.item.crafting.Ingredient@5c3667ec, net.minecraft.item.crafting.Ingredient@6813fa03, net.minecraft.item.crafting.Ingredient@77f6dd61, net.minecraft.item.crafting.Ingredient@7027aa1]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13050 crafttweaker:ct_shaped1480635132 RecipeStage{tier='zero', recipe=1xitem.primal.barrel_birch_lid@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@68e464aa, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1f504857, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5e8c8309, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4acf3d0b, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13051 crafttweaker:ct_shaped1716435617 RecipeStage{tier='zero', recipe=1xtile.primal.barrel@9:[net.minecraft.item.crafting.Ingredient@145c1cc, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1cca2343, net.minecraft.item.crafting.Ingredient@26e46f18, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@15f029aa, net.minecraft.item.crafting.Ingredient@3a94c179, net.minecraft.item.crafting.Ingredient@77892d53, net.minecraft.item.crafting.Ingredient@72100015]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13052 crafttweaker:ct_shaped495743084 RecipeStage{tier='zero', recipe=1xitem.primal.barrel_spruce_lid@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6639da84, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7a3a4033, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@44670992, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3605b9a3, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13053 crafttweaker:ct_shaped-1680760783 RecipeStage{tier='zero', recipe=1xitem.primal.armor_wolf_feet@0:[net.minecraft.item.crafting.Ingredient@1e40a81d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3653583e, net.minecraft.item.crafting.Ingredient@4a04fcff, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@51d78cbd]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13054 crafttweaker:ct_shaped886530923 RecipeStage{tier='zero', recipe=3xtile.primal.slat_acacia@0:[net.minecraft.item.crafting.Ingredient@4a4cd6da, net.minecraft.item.crafting.Ingredient@66f2e505, net.minecraft.item.crafting.Ingredient@bfc0e20, net.minecraft.item.crafting.Ingredient@6623c986, net.minecraft.item.crafting.Ingredient@4af5299e, net.minecraft.item.crafting.Ingredient@3bde2708, net.minecraft.item.crafting.Ingredient@5038a35d, net.minecraft.item.crafting.Ingredient@28af3f25, net.minecraft.item.crafting.Ingredient@4b754a77]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13055 crafttweaker:ct_shaped-1390230612 RecipeStage{tier='zero', recipe=1xtile.primal.barrel@0:[net.minecraft.item.crafting.Ingredient@159d276, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@14eebb4b, net.minecraft.item.crafting.Ingredient@4569e8e4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@242e34cc, net.minecraft.item.crafting.Ingredient@6b2b985d, net.minecraft.item.crafting.Ingredient@afe5290, net.minecraft.item.crafting.Ingredient@dab5e3]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13056 crafttweaker:ct_shaped113204068 RecipeStage{tier='zero', recipe=1xitem.primal.armor_wolf_body@0:[net.minecraft.item.crafting.Ingredient@55076960, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6259faed, net.minecraft.item.crafting.Ingredient@1acb5ee4, net.minecraft.item.crafting.Ingredient@4f6b85f3, net.minecraft.item.crafting.Ingredient@2149b917, net.minecraft.item.crafting.Ingredient@ceab141, net.minecraft.item.crafting.Ingredient@4c96e246, net.minecraft.item.crafting.Ingredient@5f41a23a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13057 crafttweaker:ct_shaped-959025985 RecipeStage{tier='one', recipe=1xtile.primal.storage_crate@8:[net.minecraft.item.crafting.Ingredient@332c29c4, net.minecraft.item.crafting.Ingredient@6a95e659, net.minecraft.item.crafting.Ingredient@116abd9f, net.minecraft.item.crafting.Ingredient@43689dfa, net.minecraft.item.crafting.Ingredient@11d8fe5a, net.minecraft.item.crafting.Ingredient@54ba6516, net.minecraft.item.crafting.Ingredient@1078ac5b, net.minecraft.item.crafting.Ingredient@17f864e3, net.minecraft.item.crafting.Ingredient@41846268]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13058 crafttweaker:ct_shaped1582835080 RecipeStage{tier='tutorial', recipe=1xitem.primal.flint_workblade@0:[net.minecraft.item.crafting.Ingredient@46912d9b, net.minecraftforge.oredict.OreIngredient@135e5b66, net.minecraft.item.crafting.Ingredient@4755fa92, net.minecraft.item.crafting.Ingredient@25a05732, net.minecraft.item.crafting.Ingredient@6a124be8, net.minecraft.item.crafting.Ingredient@b76b8a7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@639f5231, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13059 crafttweaker:ct_shaped-542487401 RecipeStage{tier='zero', recipe=3xtile.primal.slat_spruce@0:[net.minecraft.item.crafting.Ingredient@442180b7, net.minecraft.item.crafting.Ingredient@3c14ded0, net.minecraft.item.crafting.Ingredient@219fa75, net.minecraft.item.crafting.Ingredient@1b8e2edd, net.minecraft.item.crafting.Ingredient@53622123, net.minecraft.item.crafting.Ingredient@499a97c1, net.minecraft.item.crafting.Ingredient@49d06d5, net.minecraft.item.crafting.Ingredient@6e8f285d, net.minecraft.item.crafting.Ingredient@2ca67796]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13060 crafttweaker:ct_shaped-651188763 RecipeStage{tier='zero', recipe=1xitem.primal.barrel_jungle_lid@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@311fc95c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5dd8da04, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4a02cc22, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@55070833, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13061 crafttweaker:ct_shaped1917743722 RecipeStage{tier='zero', recipe=1xitem.primal.flint_axe@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1a1d6ee6, net.minecraft.item.crafting.Ingredient@10e8f5b, net.minecraftforge.oredict.OreIngredient@5db12084, net.minecraft.item.crafting.Ingredient@301afd91, net.minecraft.item.crafting.Ingredient@4101df2a, net.minecraft.item.crafting.Ingredient@3480e406, net.minecraftforge.oredict.OreIngredient@60e15712, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13062 crafttweaker:ct_shaped-1686340360 RecipeStage{tier='one', recipe=1xtile.primal.storage_crate@1:[net.minecraft.item.crafting.Ingredient@770c8ea, net.minecraft.item.crafting.Ingredient@4847afa1, net.minecraft.item.crafting.Ingredient@7bd4d27b, net.minecraft.item.crafting.Ingredient@116743d4, net.minecraft.item.crafting.Ingredient@1051fe8a, net.minecraft.item.crafting.Ingredient@651e7186, net.minecraft.item.crafting.Ingredient@38842054, net.minecraft.item.crafting.Ingredient@1356bd73, net.minecraft.item.crafting.Ingredient@ceca43d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13063 crafttweaker:ct_shaped-402650813 RecipeStage{tier='tutorial', recipe=1xitem.primal.flint_hatchet@0:[net.minecraftforge.oredict.OreIngredient@1a686667, net.minecraft.item.crafting.Ingredient@3f773fe, net.minecraft.item.crafting.Ingredient@256cfbd6, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13064 crafttweaker:ct_shaped-1997625844 RecipeStage{tier='zero', recipe=1xtile.primal.barrel@2:[net.minecraft.item.crafting.Ingredient@4c486e0a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@15ca62ba, net.minecraft.item.crafting.Ingredient@2d9a9b7e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6fea7750, net.minecraft.item.crafting.Ingredient@60dd7c99, net.minecraft.item.crafting.Ingredient@26c41d8a, net.minecraft.item.crafting.Ingredient@5ffc2347]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13065 crafttweaker:ct_shaped-1684634348 RecipeStage{tier='zero', recipe=1xtile.primal.barrel@4:[net.minecraft.item.crafting.Ingredient@63909f1f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@68220e40, net.minecraft.item.crafting.Ingredient@6e8c6683, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5054860e, net.minecraft.item.crafting.Ingredient@375b937c, net.minecraft.item.crafting.Ingredient@4f73dbd9, net.minecraft.item.crafting.Ingredient@424604ca]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13066 crafttweaker:ct_shaped331574756 RecipeStage{tier='zero', recipe=1xitem.primal.leather_cordage@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@36569e7a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5dfd2bbf, net.minecraft.item.crafting.Ingredient@c019eca, net.minecraft.item.crafting.Ingredient@7e13abd4]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13067 crafttweaker:ct_shaped2078860749 RecipeStage{tier='zero', recipe=1xitem.primal.barrel_ironwood_lid@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7c344f22, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@482023c8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@48d713c8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2b795c0d, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13068 crafttweaker:ct_shaped-436096339 RecipeStage{tier='zero', recipe=1xitem.primal.barrel_lacquer_lid@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@756a5b1f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3c1d1819, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4ca41501, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2d5cb1ac, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13069 crafttweaker:ct_shaped1432549710 RecipeStage{tier='zero', recipe=3xtile.primal.slat_jungle@0:[net.minecraft.item.crafting.Ingredient@a49a5bb, net.minecraft.item.crafting.Ingredient@5ec0b93b, net.minecraft.item.crafting.Ingredient@32a0b3ff, net.minecraft.item.crafting.Ingredient@7ab9a5d6, net.minecraft.item.crafting.Ingredient@3d1ab347, net.minecraft.item.crafting.Ingredient@66c8ccbe, net.minecraft.item.crafting.Ingredient@5140b4d3, net.minecraft.item.crafting.Ingredient@66602c38, net.minecraft.item.crafting.Ingredient@e882b38]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13070 crafttweaker:ct_shaped201949522 RecipeStage{tier='zero', recipe=1xitem.primal.barrel_dark_oak_lid@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2e05bb6b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7a377454, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1d5186c6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@52cfafbf, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13071 crafttweaker:ct_shaped1330059407 RecipeStage{tier='zero', recipe=1xitem.primal.flint_shears@0:[net.minecraft.item.crafting.Ingredient@5112886e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@10c6d3cc, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1b010a4, net.minecraft.item.crafting.Ingredient@2eade57a, net.minecraft.item.crafting.Ingredient@6bb94939]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13072 crafttweaker:ct_shaped1481273157 RecipeStage{tier='zero', recipe=3xtile.primal.slat_birch@0:[net.minecraft.item.crafting.Ingredient@4d47af31, net.minecraft.item.crafting.Ingredient@4c73b30d, net.minecraft.item.crafting.Ingredient@db419cc, net.minecraft.item.crafting.Ingredient@2ce579c2, net.minecraft.item.crafting.Ingredient@5c2b6548, net.minecraft.item.crafting.Ingredient@d914e1b, net.minecraft.item.crafting.Ingredient@20c65c1c, net.minecraft.item.crafting.Ingredient@27ea0aaf, net.minecraft.item.crafting.Ingredient@206c3a3f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13073 crafttweaker:ct_shaped240608716 RecipeStage{tier='zero', recipe=1xtile.primal.barrel@6:[net.minecraft.item.crafting.Ingredient@278a49bf, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@353ed7ee, net.minecraft.item.crafting.Ingredient@42760c94, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@38a7b27, net.minecraft.item.crafting.Ingredient@76380d58, net.minecraft.item.crafting.Ingredient@35fa25d6, net.minecraft.item.crafting.Ingredient@471a9d51]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13074 crafttweaker:ct_shaped-876943583 RecipeStage{tier='zero', recipe=1xitem.primal.barrel_yew_lid@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@171995d6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@21fd18a0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@45cd5ddc, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@562ea021, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13075 crafttweaker:ct_shaped-760367757 RecipeStage{tier='zero', recipe=1xtile.primal.mud_wet@0:[net.minecraft.item.crafting.Ingredient@dc22817, net.minecraft.item.crafting.Ingredient@44331917, net.minecraft.item.crafting.Ingredient@6bbf8ff0, net.minecraft.item.crafting.Ingredient@4833150e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13076 crafttweaker:ct_shaped1428879417 RecipeStage{tier='one', recipe=1xtile.primal.storage_crate@2:[net.minecraft.item.crafting.Ingredient@542d0e8f, net.minecraft.item.crafting.Ingredient@80a4ebc, net.minecraft.item.crafting.Ingredient@1fdd8042, net.minecraft.item.crafting.Ingredient@4f967dd2, net.minecraft.item.crafting.Ingredient@73734bd9, net.minecraft.item.crafting.Ingredient@295694a5, net.minecraft.item.crafting.Ingredient@5a7ade5d, net.minecraft.item.crafting.Ingredient@267e502d, net.minecraft.item.crafting.Ingredient@4fbaeab8]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13077 crafttweaker:ct_shaped-930823725 RecipeStage{tier='zero', recipe=3xtile.primal.slat_corypha@0:[net.minecraft.item.crafting.Ingredient@52d4ac56, net.minecraft.item.crafting.Ingredient@5e500867, net.minecraft.item.crafting.Ingredient@afbd4b8, net.minecraft.item.crafting.Ingredient@128c0075, net.minecraft.item.crafting.Ingredient@654da86e, net.minecraft.item.crafting.Ingredient@3b008790, net.minecraft.item.crafting.Ingredient@6f0aca5c, net.minecraft.item.crafting.Ingredient@1df7e060, net.minecraft.item.crafting.Ingredient@15f13568]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13078 crafttweaker:ct_shaped-1901833667 RecipeStage{tier='one', recipe=1xtile.primal.storage_crate@6:[net.minecraft.item.crafting.Ingredient@2af20c41, net.minecraft.item.crafting.Ingredient@13937b69, net.minecraft.item.crafting.Ingredient@31c56d9b, net.minecraft.item.crafting.Ingredient@2d0354be, net.minecraft.item.crafting.Ingredient@1729c55b, net.minecraft.item.crafting.Ingredient@1fe9ace4, net.minecraft.item.crafting.Ingredient@5dab337, net.minecraft.item.crafting.Ingredient@324ba196, net.minecraft.item.crafting.Ingredient@6b91a999]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13079 crafttweaker:ct_shaped-1695349141 RecipeStage{tier='zero', recipe=1xtile.primal.barrel@8:[net.minecraft.item.crafting.Ingredient@394da683, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@695ee996, net.minecraft.item.crafting.Ingredient@6f6b23a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@60cd1e1c, net.minecraft.item.crafting.Ingredient@34e0d538, net.minecraft.item.crafting.Ingredient@2a6c986b, net.minecraft.item.crafting.Ingredient@1938887e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13080 crafttweaker:ct_shaped-930615621 RecipeStage{tier='one', recipe=1xtile.primal.storage_crate@4:[net.minecraft.item.crafting.Ingredient@110d58bb, net.minecraft.item.crafting.Ingredient@237616b7, net.minecraft.item.crafting.Ingredient@6d176d72, net.minecraft.item.crafting.Ingredient@303163d6, net.minecraft.item.crafting.Ingredient@4b022deb, net.minecraft.item.crafting.Ingredient@58d25992, net.minecraft.item.crafting.Ingredient@e78c307, net.minecraft.item.crafting.Ingredient@35ec3ecd, net.minecraft.item.crafting.Ingredient@6f5b30ee]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13081 crafttweaker:ct_shaped-2119338253 RecipeStage{tier='zero', recipe=1xitem.primal.barrel_oak_lid@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@250fea5e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6da77503, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3969242c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@f03bfaf, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13082 crafttweaker:ct_shaped502311382 RecipeStage{tier='zero', recipe=1xitem.primal.barrel_corypha_lid@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5504e90b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3dd91c5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@73e59dd6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6189aac2, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13083 crafttweaker:ct_shaped275853182 RecipeStage{tier='one', recipe=1xtile.primal.storage_crate@7:[net.minecraft.item.crafting.Ingredient@13374b49, net.minecraft.item.crafting.Ingredient@7c8ba353, net.minecraft.item.crafting.Ingredient@23df9a39, net.minecraft.item.crafting.Ingredient@faceb3a, net.minecraft.item.crafting.Ingredient@26688485, net.minecraft.item.crafting.Ingredient@7583a20, net.minecraft.item.crafting.Ingredient@580966a0, net.minecraft.item.crafting.Ingredient@3094a3a0, net.minecraft.item.crafting.Ingredient@523a459b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13084 crafttweaker:ct_shaped2140845704 RecipeStage{tier='zero', recipe=1xtile.primal.barrel@1:[net.minecraft.item.crafting.Ingredient@1475ecc6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@75ab48e, net.minecraft.item.crafting.Ingredient@12469e66, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@12500728, net.minecraft.item.crafting.Ingredient@29f8da78, net.minecraft.item.crafting.Ingredient@7bd4e50d, net.minecraft.item.crafting.Ingredient@5dc7e1bf]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13085 crafttweaker:ct_shaped-1517815048 RecipeStage{tier='zero', recipe=1xitem.primal.flint_saw@0:[net.minecraftforge.oredict.OreIngredient@4fbcc468, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2078fcfd, net.minecraft.item.crafting.Ingredient@7cd89972, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1e70554f, net.minecraft.item.crafting.Ingredient@37465d6d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13086 crafttweaker:ct_shaped-1334717745 RecipeStage{tier='five', recipe=1xitem.primal.diamond_workblade@0:[net.minecraft.item.crafting.Ingredient@50bed06c, net.minecraft.item.crafting.Ingredient@6895c000, net.minecraft.item.crafting.Ingredient@74533a70, net.minecraft.item.crafting.Ingredient@71fbaca2, net.minecraft.item.crafting.Ingredient@57602f41, net.minecraft.item.crafting.Ingredient@1133606d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7c5e5881, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13087 crafttweaker:ct_shaped-278581218 RecipeStage{tier='zero', recipe=3xtile.primal.slat_oak@0:[net.minecraft.item.crafting.Ingredient@506c6514, net.minecraft.item.crafting.Ingredient@6a0527f, net.minecraft.item.crafting.Ingredient@c1a7ace, net.minecraft.item.crafting.Ingredient@28eb19c, net.minecraft.item.crafting.Ingredient@31f9301c, net.minecraft.item.crafting.Ingredient@354eaff6, net.minecraft.item.crafting.Ingredient@6a5d7f9b, net.minecraft.item.crafting.Ingredient@1d28211d, net.minecraft.item.crafting.Ingredient@65a98b74]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13088 crafttweaker:ct_shaped1922420086 RecipeStage{tier='zero', recipe=1xitem.primal.flint_shovel@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2558b928, net.minecraft.item.crafting.Ingredient@2478bbbf, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@780446e4, net.minecraftforge.oredict.OreIngredient@515f80bb, net.minecraft.item.crafting.Ingredient@312ee241, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13089 crafttweaker:ct_shaped-1206430959 RecipeStage{tier='zero', recipe=1xitem.primal.armor_wolf_legs@0:[net.minecraft.item.crafting.Ingredient@50ea1298, net.minecraft.item.crafting.Ingredient@a035d07, net.minecraft.item.crafting.Ingredient@27f45ea4, net.minecraft.item.crafting.Ingredient@610e9cf1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@61f03c9a, net.minecraft.item.crafting.Ingredient@710baec6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@740fcf3d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13090 crafttweaker:ct_shaped497891034 RecipeStage{tier='zero', recipe=1xtile.primal.thatch@0:[net.minecraft.item.crafting.Ingredient@61f32c59, net.minecraft.item.crafting.Ingredient@187c811]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13091 crafttweaker:ct_shaped624563036 RecipeStage{tier='zero', recipe=1xitem.primal.armor_wolf_head@0:[net.minecraft.item.crafting.Ingredient@2d563b79, net.minecraft.item.crafting.Ingredient@27aa6fc9, net.minecraft.item.crafting.Ingredient@5f430e81, net.minecraft.item.crafting.Ingredient@603b9238, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7c2ae0b5]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13092 crafttweaker:ct_shaped-1996664240 RecipeStage{tier='zero', recipe=3xtile.primal.slat_ironwood@0:[net.minecraft.item.crafting.Ingredient@80a0cde, net.minecraft.item.crafting.Ingredient@4ffa3c58, net.minecraft.item.crafting.Ingredient@73ecddcd, net.minecraft.item.crafting.Ingredient@5868b44d, net.minecraft.item.crafting.Ingredient@5c3f62, net.minecraft.item.crafting.Ingredient@1e5acbcd, net.minecraft.item.crafting.Ingredient@b4d6f7e, net.minecraft.item.crafting.Ingredient@161a6886, net.minecraft.item.crafting.Ingredient@77dce208]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13093 crafttweaker:ct_shaped1806536934 RecipeStage{tier='zero', recipe=3xtile.primal.slat_bigoak@0:[net.minecraft.item.crafting.Ingredient@3f904b9d, net.minecraft.item.crafting.Ingredient@5f46e58e, net.minecraft.item.crafting.Ingredient@1addf8b8, net.minecraft.item.crafting.Ingredient@a819549, net.minecraft.item.crafting.Ingredient@37f0eb27, net.minecraft.item.crafting.Ingredient@5f7212c2, net.minecraft.item.crafting.Ingredient@2a9f29ac, net.minecraft.item.crafting.Ingredient@2c32da6b, net.minecraft.item.crafting.Ingredient@1c2bb519]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13094 crafttweaker:ct_shaped2101062144 RecipeStage{tier='one', recipe=1xtile.primal.storage_crate@9:[net.minecraft.item.crafting.Ingredient@5380505c, net.minecraft.item.crafting.Ingredient@81c1c9, net.minecraft.item.crafting.Ingredient@3a5ab230, net.minecraft.item.crafting.Ingredient@7b985b1f, net.minecraft.item.crafting.Ingredient@2acbf680, net.minecraft.item.crafting.Ingredient@24cae599, net.minecraft.item.crafting.Ingredient@4b6e1802, net.minecraft.item.crafting.Ingredient@7217f2d3, net.minecraft.item.crafting.Ingredient@79d75e7]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13095 crafttweaker:ct_shaped30592535 RecipeStage{tier='zero', recipe=1xtile.primal.thatch_wet@0:[net.minecraft.item.crafting.Ingredient@7408aea0, net.minecraft.item.crafting.Ingredient@4f9d162b, net.minecraft.item.crafting.Ingredient@2d1e461, net.minecraft.item.crafting.Ingredient@6e8f9b91]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13096 crafttweaker:ct_shaped-1756422463 RecipeStage{tier='one', recipe=1xtile.primal.storage_crate@0:[net.minecraft.item.crafting.Ingredient@5f43454e, net.minecraft.item.crafting.Ingredient@78483cc3, net.minecraft.item.crafting.Ingredient@75373d47, net.minecraft.item.crafting.Ingredient@67767363, net.minecraft.item.crafting.Ingredient@22da23f6, net.minecraft.item.crafting.Ingredient@1bcdbd4a, net.minecraft.item.crafting.Ingredient@57dc6671, net.minecraft.item.crafting.Ingredient@3e5fa82, net.minecraft.item.crafting.Ingredient@7053ac9b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13097 crafttweaker:ct_shaped443653824 RecipeStage{tier='tutorial', recipe=1xitem.primal.flint_pickaxe@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6026836, net.minecraftforge.oredict.OreIngredient@32d96969, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1ec4b45a, net.minecraft.item.crafting.Ingredient@731ef46d, net.minecraft.item.crafting.Ingredient@664871e0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13098 crafttweaker:ct_shaped-1841130096 RecipeStage{tier='zero', recipe=1xtile.primal.barrel@3:[net.minecraft.item.crafting.Ingredient@1f23de61, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@247edfbb, net.minecraft.item.crafting.Ingredient@20c7fac5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5a5484c, net.minecraft.item.crafting.Ingredient@4745e4f, net.minecraft.item.crafting.Ingredient@5625ca7d, net.minecraft.item.crafting.Ingredient@492b03ae]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13099 crafttweaker:ct_shapeless530203363 RecipeStage{tier='zero', recipe=1xitem.primal.hide_tanned@0:[crafttweaker.api.minecraft.CraftTweakerMC$1@6663c5ef, net.minecraft.item.crafting.Ingredient@40c3794a, net.minecraft.item.crafting.Ingredient@38cd350d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13100 crafttweaker:ct_shapeless55497870 RecipeStage{tier='zero', recipe=2xitem.primal.hide_raw@0:[net.minecraftforge.oredict.OreIngredient@29ea67c9, net.minecraft.item.crafting.Ingredient@515e83a6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13101 crafttweaker:ct_shapeless962648000 RecipeStage{tier='zero', recipe=2xitem.primal.hide_raw@0:[net.minecraftforge.oredict.OreIngredient@a8ca9ee, net.minecraftforge.oredict.OreIngredient@5b3880ef]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13102 crafttweaker:ct_shapeless1815264034 RecipeStage{tier='zero', recipe=2xitem.primal.hide_raw@0:[net.minecraftforge.oredict.OreIngredient@2116706e, net.minecraftforge.oredict.OreIngredient@4f09459]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13103 crafttweaker:ct_shapeless1588928788 RecipeStage{tier='zero', recipe=2xitem.primal.hide_raw@0:[net.minecraftforge.oredict.OreIngredient@6bdc8ef0, net.minecraftforge.oredict.OreIngredient@747c549c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13104 crafttweaker:ct_shapeless903437545 RecipeStage{tier='zero', recipe=2xitem.primal.hide_raw@0:[net.minecraftforge.oredict.OreIngredient@66fbcf7d, net.minecraft.item.crafting.Ingredient@6629cda7]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13105 crafttweaker:ct_shapeless142014995 RecipeStage{tier='zero', recipe=1xitem.primal.corn_seeds@0:[net.minecraft.item.crafting.Ingredient@698d749c, net.minecraftforge.oredict.OreIngredient@7fc30585]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13106 crafttweaker:ct_shapeless706146435 RecipeStage{tier='two', recipe=3xitem.primal.plant_fiber_pulp@0:[net.minecraft.item.crafting.Ingredient@47fbad27, net.minecraft.item.crafting.Ingredient@6f17048a, crafttweaker.mc1120.item.VanillaIngredient@6dbcb460]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13107 crafttweaker:ct_shapeless518938021 RecipeStage{tier='two', recipe=3xitem.primal.plant_fiber_pulp@0:[net.minecraft.item.crafting.Ingredient@a346b7f, net.minecraft.item.crafting.Ingredient@10bc7d8b, crafttweaker.api.minecraft.CraftTweakerMC$1@47580842]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13108 crafttweaker:ct_shapeless1052751585 RecipeStage{tier='zero', recipe=1xtile.primal.logs_stacked@3:[net.minecraft.item.crafting.Ingredient@4f4fab7d, net.minecraft.item.crafting.Ingredient@66095e78]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13109 crafttweaker:ct_shapeless-526144062 RecipeStage{tier='zero', recipe=1xtile.primal.logs_stacked@4:[net.minecraft.item.crafting.Ingredient@152a2717, net.minecraft.item.crafting.Ingredient@12b727e8]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13110 crafttweaker:ct_shapeless-814484708 RecipeStage{tier='zero', recipe=1xitem.primal.mud_clump@0:[net.minecraft.item.crafting.Ingredient@20916280, net.minecraft.item.crafting.Ingredient@c471274, crafttweaker.mc1120.item.VanillaIngredient@48118e74]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13111 crafttweaker:ct_shapeless2054619879 RecipeStage{tier='zero', recipe=1xitem.primal.mud_clump@0:[net.minecraft.item.crafting.Ingredient@63b278f9, net.minecraft.item.crafting.Ingredient@481c836d, crafttweaker.mc1120.item.VanillaIngredient@7c7cfca8]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13112 crafttweaker:ct_shapeless414255625 RecipeStage{tier='zero', recipe=1xitem.primal.mud_clump@0:[net.minecraft.item.crafting.Ingredient@385abf7d, net.minecraft.item.crafting.Ingredient@485f7d3f, crafttweaker.api.minecraft.CraftTweakerMC$1@647498b2]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13113 crafttweaker:ct_shapeless511940683 RecipeStage{tier='zero', recipe=1xitem.primal.hide_raw@0:[net.minecraftforge.oredict.OreIngredient@7f76b128, net.minecraft.item.crafting.Ingredient@123a58ec, net.minecraft.item.crafting.Ingredient@213f6911, net.minecraft.item.crafting.Ingredient@614ec48c, net.minecraft.item.crafting.Ingredient@2bfbc67c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13114 crafttweaker:ct_shapeless1655162704 RecipeStage{tier='zero', recipe=1xitem.primal.plant_cloth@0:[net.minecraftforge.oredict.OreIngredient@6bc606d7, net.minecraftforge.oredict.OreIngredient@31eb8d5f, net.minecraftforge.oredict.OreIngredient@2696554a, net.minecraftforge.oredict.OreIngredient@53abafc2, net.minecraftforge.oredict.OreIngredient@880ebde, net.minecraftforge.oredict.OreIngredient@65ec0ee4, net.minecraftforge.oredict.OreIngredient@71c43b16, net.minecraftforge.oredict.OreIngredient@7f1f5f53, net.minecraftforge.oredict.OreIngredient@704e9575]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13115 crafttweaker:ct_shapeless-1498734200 RecipeStage{tier='zero', recipe=1xitem.primal.bark_ironwood@0:[crafttweaker.mc1120.item.VanillaIngredient@75d03eb6, net.minecraftforge.oredict.OreIngredient@259cb791]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13116 crafttweaker:ct_shapeless-363444899 RecipeStage{tier='zero', recipe=1xitem.primal.bark_ironwood@0:[crafttweaker.mc1120.item.VanillaIngredient@20fc81b6, net.minecraftforge.oredict.OreIngredient@249d5de1]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13117 crafttweaker:ct_shapeless1417155982 RecipeStage{tier='zero', recipe=1xitem.primal.bark_bigoak@0:[crafttweaker.mc1120.item.VanillaIngredient@50cce24a, net.minecraftforge.oredict.OreIngredient@10ace7fd]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13118 crafttweaker:ct_shapeless-537220594 RecipeStage{tier='zero', recipe=1xitem.primal.bark_birch@0:[crafttweaker.mc1120.item.VanillaIngredient@5499356f, net.minecraftforge.oredict.OreIngredient@1aa51848]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13119 crafttweaker:ct_shapeless-1700181727 RecipeStage{tier='zero', recipe=9xitem.primal.leather_strip@0:[net.minecraft.item.crafting.Ingredient@2dcc77e4, net.minecraftforge.oredict.OreIngredient@5aa8feaf]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13120 crafttweaker:ct_shapeless-1034753496 RecipeStage{tier='zero', recipe=1xitem.primal.bark_acacia@0:[crafttweaker.mc1120.item.VanillaIngredient@47078ad8, net.minecraftforge.oredict.OreIngredient@7552ad28]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13121 crafttweaker:ct_shapeless-248627439 RecipeStage{tier='zero', recipe=4xitem.primal.hide_raw@0:[net.minecraftforge.oredict.OreIngredient@3bef9731, net.minecraftforge.oredict.OreIngredient@26af4b65]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13122 crafttweaker:ct_shapeless-967863707 RecipeStage{tier='zero', recipe=1xtile.primal.logs_stacked@7:[net.minecraft.item.crafting.Ingredient@5d055422, net.minecraft.item.crafting.Ingredient@3d5e9947]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13123 crafttweaker:ct_shapeless-1432913435 RecipeStage{tier='zero', recipe=1xitem.primal.bark_spruce@0:[crafttweaker.mc1120.item.VanillaIngredient@7a4fc7c2, net.minecraftforge.oredict.OreIngredient@26e74f8d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13124 crafttweaker:ct_shapeless-2110594691 RecipeStage{tier='zero', recipe=1xitem.primal.bark_oak@0:[crafttweaker.mc1120.item.VanillaIngredient@51b4bb37, net.minecraftforge.oredict.OreIngredient@186984e7]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13125 crafttweaker:ct_shapeless-181725277 RecipeStage{tier='zero', recipe=1xitem.primal.hide_salted@0:[net.minecraft.item.crafting.Ingredient@1c9c21ff, net.minecraftforge.oredict.OreIngredient@9b8ec6, crafttweaker.api.minecraft.CraftTweakerMC$1@7402e0e1]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13126 crafttweaker:ct_shapeless60138979 RecipeStage{tier='tutorial', recipe=1xitem.primal.plant_cordage@0:[net.minecraft.item.crafting.Ingredient@20180c3a, net.minecraft.item.crafting.Ingredient@5df6521f, net.minecraft.item.crafting.Ingredient@1c71ad9]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13127 crafttweaker:ct_shapeless611031940 RecipeStage{tier='zero', recipe=1xtile.primal.logs_stacked@6:[net.minecraft.item.crafting.Ingredient@6221f7e8, net.minecraft.item.crafting.Ingredient@2384e4a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13128 crafttweaker:ct_shapeless-70944568 RecipeStage{tier='zero', recipe=1xtile.primal.logs_stacked@0:[net.minecraft.item.crafting.Ingredient@6d3192b8, net.minecraft.item.crafting.Ingredient@54194c15]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13129 crafttweaker:ct_shapeless-2105039709 RecipeStage{tier='zero', recipe=1xtile.primal.logs_stacked@5:[net.minecraft.item.crafting.Ingredient@396a7fc9, net.minecraft.item.crafting.Ingredient@79602cb0]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13130 crafttweaker:ct_shapeless-1521402195 RecipeStage{tier='zero', recipe=3xitem.primal.hide_raw@0:[net.minecraftforge.oredict.OreIngredient@18a5d576, net.minecraft.item.crafting.Ingredient@6c24b93]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13131 crafttweaker:ct_shapeless1047814768 RecipeStage{tier='zero', recipe=3xitem.primal.hide_raw@0:[net.minecraftforge.oredict.OreIngredient@6c3ce8b5, net.minecraftforge.oredict.OreIngredient@14414c2e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13132 crafttweaker:ct_shapeless385715606 RecipeStage{tier='zero', recipe=3xitem.primal.hide_raw@0:[net.minecraftforge.oredict.OreIngredient@227925b5, net.minecraft.item.crafting.Ingredient@36f36cba]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13133 crafttweaker:ct_shapeless-84424417 RecipeStage{tier='zero', recipe=1xtile.primal.logs_stacked@1:[net.minecraft.item.crafting.Ingredient@3d015391, net.minecraft.item.crafting.Ingredient@233f5823]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13134 crafttweaker:ct_shapeless-110192717 RecipeStage{tier='zero', recipe=1xitem.primal.bark_yew@0:[crafttweaker.mc1120.item.VanillaIngredient@4880957c, net.minecraftforge.oredict.OreIngredient@65bbb66a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13135 crafttweaker:ct_shapeless13003016 RecipeStage{tier='zero', recipe=1xitem.primal.bark_jungle@0:[crafttweaker.mc1120.item.VanillaIngredient@5291ec97, net.minecraftforge.oredict.OreIngredient@b3658a6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13136 crafttweaker:ct_shapeless-737967232 RecipeStage{tier='zero', recipe=6xitem.primal.hide_raw@0:[net.minecraftforge.oredict.OreIngredient@475107c9, net.minecraft.item.crafting.Ingredient@7f61e1af]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13137 crafttweaker:ct_shapeless-1663320064 RecipeStage{tier='zero', recipe=1xtile.primal.logs_stacked@2:[net.minecraft.item.crafting.Ingredient@22494f80, net.minecraft.item.crafting.Ingredient@1b03c007]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13138 crafttweaker:stage_three_item.primal.nether_cordage RecipeStage{tier='three', recipe=1xitem.primal.nether_cordage@0:[net.minecraft.item.crafting.Ingredient@54a3e3e1, net.minecraft.item.crafting.Ingredient@24bf0c43, net.minecraft.item.crafting.Ingredient@4c62621b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13139 crafttweaker:tile.primal.schist_blue_stone_stacked RecipeStage{tier='zero', recipe=1xtile.primal.schist_blue_stone@2:[net.minecraft.item.crafting.Ingredient@49649068, net.minecraft.item.crafting.Ingredient@213ce4e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13140 crafttweaker:tile.primal.schist_blue_stone_brick RecipeStage{tier='zero', recipe=1xtile.primal.schist_blue_stone@3:[net.minecraft.item.crafting.Ingredient@5e92175b, net.minecraft.item.crafting.Ingredient@1bfc428, net.minecraft.item.crafting.Ingredient@6c35e3a7, net.minecraft.item.crafting.Ingredient@704821d1]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13141 crafttweaker:tile.primal.schist_blue_stone_pillar RecipeStage{tier='two', recipe=6xtile.primal.schist_blue_stone@7:[net.minecraft.item.crafting.Ingredient@3e2ed84c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@41cfd525, net.minecraft.item.crafting.Ingredient@2a43e60, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3353c14c, net.minecraft.item.crafting.Ingredient@7b7793d2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@44ae1764]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13142 crafttweaker:tile.primal.wall_schist_blue RecipeStage{tier='zero', recipe=6xtile.primal.wall@5:[net.minecraft.item.crafting.Ingredient@675a76af, net.minecraft.item.crafting.Ingredient@4aae92a9, net.minecraft.item.crafting.Ingredient@d00712d, net.minecraft.item.crafting.Ingredient@392152de, net.minecraft.item.crafting.Ingredient@dfab45b, net.minecraft.item.crafting.Ingredient@33ff5497]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13143 crafttweaker:tile.primal.blue_stone_stacked RecipeStage{tier='zero', recipe=1xtile.primal.blue_stone@2:[net.minecraft.item.crafting.Ingredient@3d78c2dc, net.minecraft.item.crafting.Ingredient@efcd00f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13144 crafttweaker:tile.primal.blue_stone_brick RecipeStage{tier='zero', recipe=1xtile.primal.blue_stone@3:[net.minecraft.item.crafting.Ingredient@567ce5e7, net.minecraft.item.crafting.Ingredient@1fee4853, net.minecraft.item.crafting.Ingredient@647b0750, net.minecraft.item.crafting.Ingredient@cefcf78]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13145 crafttweaker:tile.primal.blue_stone_pillar RecipeStage{tier='two', recipe=6xtile.primal.blue_stone@7:[net.minecraft.item.crafting.Ingredient@3d8d40df, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@504c3bed, net.minecraft.item.crafting.Ingredient@6c31f733, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1ed761c2, net.minecraft.item.crafting.Ingredient@490b517f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@78a998e0]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13146 crafttweaker:tile.primal.wall_blue RecipeStage{tier='zero', recipe=6xtile.primal.wall@2:[net.minecraft.item.crafting.Ingredient@1bc270a9, net.minecraft.item.crafting.Ingredient@3ebecb62, net.minecraft.item.crafting.Ingredient@2d2de563, net.minecraft.item.crafting.Ingredient@197716be, net.minecraft.item.crafting.Ingredient@11b86a01, net.minecraft.item.crafting.Ingredient@5995468f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13147 crafttweaker:tile.primal.soul_stone_stacked RecipeStage{tier='three', recipe=1xtile.primal.soul_stone@2:[net.minecraft.item.crafting.Ingredient@1bd1b623, net.minecraft.item.crafting.Ingredient@3ab29101]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13148 crafttweaker:tile.primal.soul_stone_brick RecipeStage{tier='three', recipe=1xtile.primal.soul_stone@3:[net.minecraft.item.crafting.Ingredient@68080c34, net.minecraft.item.crafting.Ingredient@1b5a8e84, net.minecraft.item.crafting.Ingredient@dac4362, net.minecraft.item.crafting.Ingredient@23b8f14f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13149 crafttweaker:tile.primal.soul_stone_pillar RecipeStage{tier='three', recipe=6xtile.primal.soul_stone@7:[net.minecraft.item.crafting.Ingredient@b7920a0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4498a1e5, net.minecraft.item.crafting.Ingredient@2bc05d47, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4f96e3f9, net.minecraft.item.crafting.Ingredient@d28b68b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@cbeb942]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13150 crafttweaker:tile.primal.wall_soul RecipeStage{tier='four', recipe=6xtile.primal.wall@12:[net.minecraft.item.crafting.Ingredient@25bde7f7, net.minecraft.item.crafting.Ingredient@5dcc5192, net.minecraft.item.crafting.Ingredient@1598284e, net.minecraft.item.crafting.Ingredient@6c95e716, net.minecraft.item.crafting.Ingredient@265d272c, net.minecraft.item.crafting.Ingredient@1922b2b4]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13151 crafttweaker:tile.primal.carbonate_stone_stacked RecipeStage{tier='zero', recipe=1xtile.primal.carbonate_stone@2:[net.minecraft.item.crafting.Ingredient@4dac2386, net.minecraft.item.crafting.Ingredient@e42c072]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13152 crafttweaker:tile.primal.carbonate_stone_brick RecipeStage{tier='zero', recipe=1xtile.primal.carbonate_stone@3:[net.minecraft.item.crafting.Ingredient@4169f2d1, net.minecraft.item.crafting.Ingredient@4d524f5a, net.minecraft.item.crafting.Ingredient@614ee565, net.minecraft.item.crafting.Ingredient@7997e86e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13153 crafttweaker:tile.primal.carbonate_stone_pillar RecipeStage{tier='two', recipe=6xtile.primal.carbonate_stone@7:[net.minecraft.item.crafting.Ingredient@77e662f7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2811cbce, net.minecraft.item.crafting.Ingredient@3ee26664, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@78f03d4e, net.minecraft.item.crafting.Ingredient@3cc5197d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1a2cfa90]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13154 crafttweaker:tile.primal.wall_carbonate RecipeStage{tier='zero', recipe=6xtile.primal.wall@9:[net.minecraft.item.crafting.Ingredient@37506ef7, net.minecraft.item.crafting.Ingredient@4eb32f1e, net.minecraft.item.crafting.Ingredient@5a29d944, net.minecraft.item.crafting.Ingredient@27ac40eb, net.minecraft.item.crafting.Ingredient@13bfa53f, net.minecraft.item.crafting.Ingredient@44a3a389]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13155 crafttweaker:tile.primal.ferro_stone_stacked RecipeStage{tier='zero', recipe=1xtile.primal.ferro_stone@2:[net.minecraft.item.crafting.Ingredient@50d4b1a0, net.minecraft.item.crafting.Ingredient@15ba1849]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13156 crafttweaker:tile.primal.ferro_stone_brick RecipeStage{tier='zero', recipe=1xtile.primal.ferro_stone@3:[net.minecraft.item.crafting.Ingredient@7b42d19c, net.minecraft.item.crafting.Ingredient@22a48a96, net.minecraft.item.crafting.Ingredient@578866d3, net.minecraft.item.crafting.Ingredient@1235443b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13157 crafttweaker:tile.primal.ferro_stone_pillar RecipeStage{tier='two', recipe=6xtile.primal.ferro_stone@7:[net.minecraft.item.crafting.Ingredient@7f96a9d0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@79607c8e, net.minecraft.item.crafting.Ingredient@6dca238f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@55e6b691, net.minecraft.item.crafting.Ingredient@1f745dd4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@650ac6b8]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13158 crafttweaker:tile.primal.wall_ferro RecipeStage{tier='zero', recipe=6xtile.primal.wall@8:[net.minecraft.item.crafting.Ingredient@596047cd, net.minecraft.item.crafting.Ingredient@39d2304e, net.minecraft.item.crafting.Ingredient@475505d, net.minecraft.item.crafting.Ingredient@3779696d, net.minecraft.item.crafting.Ingredient@6cfc1e60, net.minecraft.item.crafting.Ingredient@440413f1]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13159 crafttweaker:tile.primal.terracotta_block_stacked RecipeStage{tier='zero', recipe=1xtile.primal.terracotta_block@2:[net.minecraft.item.crafting.Ingredient@6a5d5494, net.minecraft.item.crafting.Ingredient@16937ab3]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13160 crafttweaker:tile.primal.terracotta_block_brick RecipeStage{tier='zero', recipe=1xtile.primal.terracotta_block@3:[net.minecraft.item.crafting.Ingredient@1a90691f, net.minecraft.item.crafting.Ingredient@7e6f6a27, net.minecraft.item.crafting.Ingredient@7e96688a, net.minecraft.item.crafting.Ingredient@735dc309]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13161 crafttweaker:tile.primal.terracotta_block_pillar RecipeStage{tier='zero', recipe=6xtile.primal.terracotta_block@7:[net.minecraft.item.crafting.Ingredient@6a1c94ec, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6f27f5da, net.minecraft.item.crafting.Ingredient@2238128c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3f60c849, net.minecraft.item.crafting.Ingredient@315590bd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@618c3a68]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13162 crafttweaker:tile.primal.wall_terra RecipeStage{tier='zero', recipe=6xtile.primal.wall@14:[net.minecraft.item.crafting.Ingredient@342e8a7, net.minecraft.item.crafting.Ingredient@3ad94a06, net.minecraft.item.crafting.Ingredient@2794f598, net.minecraft.item.crafting.Ingredient@27cbd478, net.minecraft.item.crafting.Ingredient@33d807f6, net.minecraft.item.crafting.Ingredient@4321f2f1]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13163 crafttweaker:tile.primal.ortho_stone_stacked RecipeStage{tier='zero', recipe=1xtile.primal.ortho_stone@2:[net.minecraft.item.crafting.Ingredient@4399f738, net.minecraft.item.crafting.Ingredient@3a889327]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13164 crafttweaker:tile.primal.ortho_stone_brick RecipeStage{tier='zero', recipe=1xtile.primal.ortho_stone@3:[net.minecraft.item.crafting.Ingredient@499cd437, net.minecraft.item.crafting.Ingredient@566118f, net.minecraft.item.crafting.Ingredient@94a062c, net.minecraft.item.crafting.Ingredient@77a5bd89]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13165 crafttweaker:tile.primal.ortho_stone_pillar RecipeStage{tier='two', recipe=6xtile.primal.ortho_stone@7:[net.minecraft.item.crafting.Ingredient@5837f226, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6de87ac6, net.minecraft.item.crafting.Ingredient@34ca6a31, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6e59d0d4, net.minecraft.item.crafting.Ingredient@918a9fb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2708dc54]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13166 crafttweaker:tile.primal.wall_ortho RecipeStage{tier='zero', recipe=6xtile.primal.wall@3:[net.minecraft.item.crafting.Ingredient@40f4a166, net.minecraft.item.crafting.Ingredient@600b06dc, net.minecraft.item.crafting.Ingredient@2c902c57, net.minecraft.item.crafting.Ingredient@4d1bafed, net.minecraft.item.crafting.Ingredient@2801d8b9, net.minecraft.item.crafting.Ingredient@10040683]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13167 crafttweaker:tile.primal.sarsen_stone_stacked RecipeStage{tier='zero', recipe=1xtile.primal.sarsen_stone@2:[net.minecraft.item.crafting.Ingredient@3ddb6240, net.minecraft.item.crafting.Ingredient@2dafc6d1]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13168 crafttweaker:tile.primal.sarsen_stone_brick RecipeStage{tier='zero', recipe=1xtile.primal.sarsen_stone@3:[net.minecraft.item.crafting.Ingredient@b4d17cd, net.minecraft.item.crafting.Ingredient@3b4d3839, net.minecraft.item.crafting.Ingredient@5d629472, net.minecraft.item.crafting.Ingredient@ea85841]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13169 crafttweaker:tile.primal.sarsen_stone_pillar RecipeStage{tier='two', recipe=6xtile.primal.sarsen_stone@7:[net.minecraft.item.crafting.Ingredient@6d38c526, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3fe6a448, net.minecraft.item.crafting.Ingredient@76ee76c2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3a48420e, net.minecraft.item.crafting.Ingredient@1172b194, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1b3c8316]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13170 crafttweaker:tile.primal.wall_sarsen RecipeStage{tier='zero', recipe=6xtile.primal.wall@1:[net.minecraft.item.crafting.Ingredient@1e61bed5, net.minecraft.item.crafting.Ingredient@66c1d725, net.minecraft.item.crafting.Ingredient@623b2478, net.minecraft.item.crafting.Ingredient@1de02f1a, net.minecraft.item.crafting.Ingredient@e64ad65, net.minecraft.item.crafting.Ingredient@66f42b73]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13171 crafttweaker:tile.primal.common_stone_stacked RecipeStage{tier='zero', recipe=1xtile.primal.common_stone@2:[net.minecraft.item.crafting.Ingredient@5dd7cb31, net.minecraft.item.crafting.Ingredient@4153b76e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13172 crafttweaker:tile.primal.common_stone_brick RecipeStage{tier='zero', recipe=1xtile.primal.common_stone@3:[net.minecraft.item.crafting.Ingredient@6a7725a4, net.minecraft.item.crafting.Ingredient@2d9f242a, net.minecraft.item.crafting.Ingredient@4e72fceb, net.minecraft.item.crafting.Ingredient@12c6ca8c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13173 crafttweaker:tile.primal.common_stone_pillar RecipeStage{tier='two', recipe=6xtile.primal.common_stone@7:[net.minecraft.item.crafting.Ingredient@41cf8775, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@15255512, net.minecraft.item.crafting.Ingredient@4ce976f9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@68df5742, net.minecraft.item.crafting.Ingredient@55968103, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6aa4d366]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13174 crafttweaker:tile.primal.wall_common RecipeStage{tier='zero', recipe=6xtile.primal.wall@0:[net.minecraft.item.crafting.Ingredient@6d7d3e75, net.minecraft.item.crafting.Ingredient@7f8a01df, net.minecraft.item.crafting.Ingredient@1e7509b4, net.minecraft.item.crafting.Ingredient@5206d6ff, net.minecraft.item.crafting.Ingredient@568cc45c, net.minecraft.item.crafting.Ingredient@7927b3ab]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13175 crafttweaker:tile.primal.ciniscotta_block_stacked RecipeStage{tier='three', recipe=1xtile.primal.ciniscotta_block@2:[net.minecraft.item.crafting.Ingredient@4fa92d92, net.minecraft.item.crafting.Ingredient@2b7cabb6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13176 crafttweaker:tile.primal.ciniscotta_block_brick RecipeStage{tier='three', recipe=1xtile.primal.ciniscotta_block@3:[net.minecraft.item.crafting.Ingredient@1be234a1, net.minecraft.item.crafting.Ingredient@5f1c769d, net.minecraft.item.crafting.Ingredient@595f1551, net.minecraft.item.crafting.Ingredient@173024d7]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13177 crafttweaker:tile.primal.ciniscotta_block_pillar RecipeStage{tier='three', recipe=6xtile.primal.ciniscotta_block@7:[net.minecraft.item.crafting.Ingredient@1dfd5dac, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@21697810, net.minecraft.item.crafting.Ingredient@3d04f1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@16bd8ebd, net.minecraft.item.crafting.Ingredient@61dab1fb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@b99fc28]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13178 crafttweaker:tile.primal.porphyry_stone_stacked RecipeStage{tier='zero', recipe=1xtile.primal.porphyry_stone@2:[net.minecraft.item.crafting.Ingredient@636b6b26, net.minecraft.item.crafting.Ingredient@19d9d990]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13179 crafttweaker:tile.primal.porphyry_stone_brick RecipeStage{tier='zero', recipe=1xtile.primal.porphyry_stone@3:[net.minecraft.item.crafting.Ingredient@2db8f639, net.minecraft.item.crafting.Ingredient@6904271a, net.minecraft.item.crafting.Ingredient@518e4347, net.minecraft.item.crafting.Ingredient@6cc15bf]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13180 crafttweaker:tile.primal.porphyry_stone_pillar RecipeStage{tier='zero', recipe=6xtile.primal.porphyry_stone@7:[net.minecraft.item.crafting.Ingredient@6caf3261, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@24dbe419, net.minecraft.item.crafting.Ingredient@7ec1fbe, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@616b9311, net.minecraft.item.crafting.Ingredient@74c28967, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@f4250ca]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13181 crafttweaker:tile.primal.schist_green_stone_stacked RecipeStage{tier='zero', recipe=1xtile.primal.schist_green_stone@2:[net.minecraft.item.crafting.Ingredient@6834af73, net.minecraft.item.crafting.Ingredient@557a4a7f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13182 crafttweaker:tile.primal.schist_green_stone_brick RecipeStage{tier='zero', recipe=1xtile.primal.schist_green_stone@3:[net.minecraft.item.crafting.Ingredient@35936806, net.minecraft.item.crafting.Ingredient@284aba7e, net.minecraft.item.crafting.Ingredient@65c8d733, net.minecraft.item.crafting.Ingredient@62e64047]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13183 crafttweaker:tile.primal.schist_green_stone_pillar RecipeStage{tier='two', recipe=6xtile.primal.schist_green_stone@7:[net.minecraft.item.crafting.Ingredient@4c1bc745, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@317f1df2, net.minecraft.item.crafting.Ingredient@122d35a1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4299bbdb, net.minecraft.item.crafting.Ingredient@502a6d22, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@19f37a58]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13184 crafttweaker:tile.primal.wall_schist_green RecipeStage{tier='zero', recipe=6xtile.primal.wall@4:[net.minecraft.item.crafting.Ingredient@6288c4fa, net.minecraft.item.crafting.Ingredient@6dc0fc13, net.minecraft.item.crafting.Ingredient@6e80dff4, net.minecraft.item.crafting.Ingredient@6c2359c6, net.minecraft.item.crafting.Ingredient@4828efac, net.minecraft.item.crafting.Ingredient@22e2b2de]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13185 crafttweaker:tile.primal.nether_stone_stacked RecipeStage{tier='three', recipe=1xtile.primal.nether_stone@2:[net.minecraft.item.crafting.Ingredient@4a75b609, net.minecraft.item.crafting.Ingredient@3cee2be8]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13186 crafttweaker:tile.primal.nether_stone_brick RecipeStage{tier='three', recipe=1xtile.primal.nether_stone@3:[net.minecraft.item.crafting.Ingredient@3334e656, net.minecraft.item.crafting.Ingredient@477d6ac, net.minecraft.item.crafting.Ingredient@63d5edd5, net.minecraft.item.crafting.Ingredient@2ea93b2c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13187 crafttweaker:tile.primal.nether_stone_pillar RecipeStage{tier='three', recipe=6xtile.primal.nether_stone@7:[net.minecraft.item.crafting.Ingredient@3a3b7ef9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@430da4, net.minecraft.item.crafting.Ingredient@4c34e33c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2ba3c1cd, net.minecraft.item.crafting.Ingredient@4a8eaef6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5238a42e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13188 crafttweaker:tile.primal.wall_nether RecipeStage{tier='zero', recipe=6xtile.primal.wall@10:[net.minecraft.item.crafting.Ingredient@39fe9056, net.minecraft.item.crafting.Ingredient@ce6930d, net.minecraft.item.crafting.Ingredient@33206579, net.minecraft.item.crafting.Ingredient@242ebee7, net.minecraft.item.crafting.Ingredient@699ff614, net.minecraft.item.crafting.Ingredient@51597ed1]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13189 crafttweaker:tile.primal.mud_dried_stacked RecipeStage{tier='zero', recipe=1xtile.primal.mud_dried@2:[net.minecraft.item.crafting.Ingredient@61e2c22e, net.minecraft.item.crafting.Ingredient@30ea9173]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13190 crafttweaker:tile.primal.mud_dried_brick RecipeStage{tier='zero', recipe=1xtile.primal.mud_dried@3:[net.minecraft.item.crafting.Ingredient@2653fe2c, net.minecraft.item.crafting.Ingredient@3ce6a3c1, net.minecraft.item.crafting.Ingredient@4b62e5c1, net.minecraft.item.crafting.Ingredient@2fe784d7]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13191 crafttweaker:tile.primal.mud_dried_pillar RecipeStage{tier='zero', recipe=6xtile.primal.mud_dried@7:[net.minecraft.item.crafting.Ingredient@16fcad99, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1f0dfc2c, net.minecraft.item.crafting.Ingredient@431d5ee1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@504fab69, net.minecraft.item.crafting.Ingredient@232c449c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@53b03049]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13192 crafttweaker:tile.primal.nether_earth_stacked RecipeStage{tier='three', recipe=1xtile.primal.nether_earth@2:[net.minecraft.item.crafting.Ingredient@7af38688, net.minecraft.item.crafting.Ingredient@574a6e5c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13193 crafttweaker:tile.primal.nether_earth_brick RecipeStage{tier='three', recipe=1xtile.primal.nether_earth@3:[net.minecraft.item.crafting.Ingredient@1603c88d, net.minecraft.item.crafting.Ingredient@44e3807c, net.minecraft.item.crafting.Ingredient@224299ae, net.minecraft.item.crafting.Ingredient@267e3b34]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13194 crafttweaker:tile.primal.nether_earth_pillar RecipeStage{tier='three', recipe=6xtile.primal.nether_earth@7:[net.minecraft.item.crafting.Ingredient@2e31c8d6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@76095d0c, net.minecraft.item.crafting.Ingredient@4030358a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@17c01123, net.minecraft.item.crafting.Ingredient@37970c75, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@b4ac6b6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13195 crafttweaker:tile.primal.eroded_end_stone_stacked RecipeStage{tier='four', recipe=1xtile.primal.eroded_end_stone@2:[net.minecraft.item.crafting.Ingredient@4a972e30, net.minecraft.item.crafting.Ingredient@5d497748]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13196 crafttweaker:tile.primal.eroded_end_stone_brick RecipeStage{tier='four', recipe=1xtile.primal.eroded_end_stone@3:[net.minecraft.item.crafting.Ingredient@52b22c30, net.minecraft.item.crafting.Ingredient@f102fa6, net.minecraft.item.crafting.Ingredient@7c8576da, net.minecraft.item.crafting.Ingredient@6a60ad35]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13197 crafttweaker:tile.primal.eroded_end_stone_pillar RecipeStage{tier='four', recipe=6xtile.primal.eroded_end_stone@7:[net.minecraft.item.crafting.Ingredient@2970cfe5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2713b872, net.minecraft.item.crafting.Ingredient@70f729ec, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1f113bc2, net.minecraft.item.crafting.Ingredient@30b1d022, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@adb3e6e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13198 crafttweaker:tile.primal.wall_end RecipeStage{tier='three', recipe=6xtile.primal.wall@11:[net.minecraft.item.crafting.Ingredient@432ace90, net.minecraft.item.crafting.Ingredient@5573221c, net.minecraft.item.crafting.Ingredient@6b7dc850, net.minecraft.item.crafting.Ingredient@3886b31f, net.minecraft.item.crafting.Ingredient@2dcda4d1, net.minecraft.item.crafting.Ingredient@61e200b6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13199 crafttweaker:tile.primal.purpurite_stone_stacked RecipeStage{tier='four', recipe=1xtile.primal.purpurite_stone@2:[net.minecraft.item.crafting.Ingredient@64d87b92, net.minecraft.item.crafting.Ingredient@69cb225d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13200 crafttweaker:tile.primal.purpurite_stone_brick RecipeStage{tier='four', recipe=1xtile.primal.purpurite_stone@3:[net.minecraft.item.crafting.Ingredient@2960e899, net.minecraft.item.crafting.Ingredient@58f6bab3, net.minecraft.item.crafting.Ingredient@7f555ed4, net.minecraft.item.crafting.Ingredient@4fbc52a9]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13201 crafttweaker:tile.primal.purpurite_stone_pillar RecipeStage{tier='two', recipe=6xtile.primal.purpurite_stone@7:[net.minecraft.item.crafting.Ingredient@61b64fe7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@c785240, net.minecraft.item.crafting.Ingredient@598e0ee5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@748a3667, net.minecraft.item.crafting.Ingredient@27108666, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@69343a96]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13202 crafttweaker:tile.primal.wall_purpurite RecipeStage{tier='four', recipe=6xtile.primal.wall@7:[net.minecraft.item.crafting.Ingredient@40e4f873, net.minecraft.item.crafting.Ingredient@65f8d706, net.minecraft.item.crafting.Ingredient@46785e69, net.minecraft.item.crafting.Ingredient@ed03cba, net.minecraft.item.crafting.Ingredient@69107a73, net.minecraft.item.crafting.Ingredient@4a73c0b0]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13203 crafttweaker:tile.primal.desiccated_stone_stacked RecipeStage{tier='three', recipe=1xtile.primal.desiccated_stone@2:[net.minecraft.item.crafting.Ingredient@4e7c4481, net.minecraft.item.crafting.Ingredient@41c69418]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13204 crafttweaker:tile.primal.desiccated_stone_brick RecipeStage{tier='three', recipe=1xtile.primal.desiccated_stone@3:[net.minecraft.item.crafting.Ingredient@2b6fadb1, net.minecraft.item.crafting.Ingredient@7f4d8e2c, net.minecraft.item.crafting.Ingredient@53b98508, net.minecraft.item.crafting.Ingredient@262abd33]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13205 crafttweaker:tile.primal.desiccated_stone_pillar RecipeStage{tier='two', recipe=6xtile.primal.desiccated_stone@7:[net.minecraft.item.crafting.Ingredient@70fe8e62, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@635152bf, net.minecraft.item.crafting.Ingredient@7c5f1a18, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@f6ff385, net.minecraft.item.crafting.Ingredient@b66f194, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@62cb9eed]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13206 crafttweaker:tile.primal.scoria_stone_stacked RecipeStage{tier='three', recipe=1xtile.primal.scoria_stone@2:[net.minecraft.item.crafting.Ingredient@66c0c776, net.minecraft.item.crafting.Ingredient@16c3f3f0]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13207 crafttweaker:tile.primal.scoria_stone_brick RecipeStage{tier='three', recipe=1xtile.primal.scoria_stone@3:[net.minecraft.item.crafting.Ingredient@2a154aed, net.minecraft.item.crafting.Ingredient@141785b4, net.minecraft.item.crafting.Ingredient@740c0b37, net.minecraft.item.crafting.Ingredient@7d593a35]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13208 crafttweaker:tile.primal.scoria_stone_pillar RecipeStage{tier='two', recipe=6xtile.primal.scoria_stone@7:[net.minecraft.item.crafting.Ingredient@7d9b4551, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@55095573, net.minecraft.item.crafting.Ingredient@41c8a956, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7574bbc8, net.minecraft.item.crafting.Ingredient@5262c9fa, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4d5fbc08]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13209 crafttweaker:tile.primal.wall_scoria RecipeStage{tier='zero', recipe=6xtile.primal.wall@6:[net.minecraft.item.crafting.Ingredient@49d92eec, net.minecraft.item.crafting.Ingredient@19a376e4, net.minecraft.item.crafting.Ingredient@5d4a5133, net.minecraft.item.crafting.Ingredient@6d45196e, net.minecraft.item.crafting.Ingredient@6d6be464, net.minecraft.item.crafting.Ingredient@6ffdab7b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13210 crafttweaker:tile.primal.night_stone_stacked RecipeStage{tier='zero', recipe=1xtile.primal.night_stone@2:[net.minecraft.item.crafting.Ingredient@6031bc7e, net.minecraft.item.crafting.Ingredient@257a477f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13211 crafttweaker:tile.primal.night_stone_brick RecipeStage{tier='zero', recipe=1xtile.primal.night_stone@3:[net.minecraft.item.crafting.Ingredient@1700cf70, net.minecraft.item.crafting.Ingredient@15a41898, net.minecraft.item.crafting.Ingredient@781b841e, net.minecraft.item.crafting.Ingredient@fad75dd]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13212 crafttweaker:tile.primal.night_stone_pillar RecipeStage{tier='two', recipe=6xtile.primal.night_stone@7:[net.minecraft.item.crafting.Ingredient@1ec75017, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2b92fb8f, net.minecraft.item.crafting.Ingredient@f0da197, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6bea3e36, net.minecraft.item.crafting.Ingredient@4f098cb4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@737b4859]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13213 crafttweaker:tile.primal.terra_block RecipeStage{tier='zero', recipe=1xtile.primal.terra_block@0:[net.minecraft.item.crafting.Ingredient@11185eb8, net.minecraft.item.crafting.Ingredient@2bb9c923, net.minecraft.item.crafting.Ingredient@28d69ccc, net.minecraft.item.crafting.Ingredient@146300f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13214 crafttweaker:item.primal.terra_brick_wet RecipeStage{tier='zero', recipe=1xitem.primal.terra_brick_wet@0:[net.minecraft.item.crafting.Ingredient@52784301]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13215 crafttweaker:tile.primal.terracotta_block_normal RecipeStage{tier='zero', recipe=1xtile.primal.terracotta_block@0:[net.minecraft.item.crafting.Ingredient@237ef554, net.minecraft.item.crafting.Ingredient@261709ff, net.minecraft.item.crafting.Ingredient@400477a8, net.minecraft.item.crafting.Ingredient@7f808a82]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13216 crafttweaker:tile.primal.cinis_block RecipeStage{tier='three', recipe=1xtile.primal.cinis_block@0:[net.minecraft.item.crafting.Ingredient@2b800473, net.minecraft.item.crafting.Ingredient@3546b80d, net.minecraft.item.crafting.Ingredient@569c303a, net.minecraft.item.crafting.Ingredient@2d3374f1]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13217 crafttweaker:item.primal.cinis_brick_wet RecipeStage{tier='three', recipe=1xitem.primal.cinis_brick_wet@0:[net.minecraft.item.crafting.Ingredient@63b4eb8]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13218 crafttweaker:tile.primal.ciniscotta_block_normal RecipeStage{tier='three', recipe=1xtile.primal.ciniscotta_block@0:[net.minecraft.item.crafting.Ingredient@6bd08a2, net.minecraft.item.crafting.Ingredient@3117e5af, net.minecraft.item.crafting.Ingredient@7358b80, net.minecraft.item.crafting.Ingredient@5b275b50]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13219 crafttweaker:ct_shaped-1592953204 RecipeStage{tier='zero', recipe=1xtile.primal_chest_advanced@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@35b1a08e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3b05110a, net.minecraft.item.crafting.Ingredient@1047f461, net.minecraftforge.oredict.OreIngredient@715bd0e2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@49d6ab97, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13220 crafttweaker:ct_shaped1911836183 RecipeStage{tier='zero', recipe=1xtile.primal_chest@0:[net.minecraft.item.crafting.Ingredient@5a487ee6, net.minecraftforge.oredict.OreIngredient@75837d32, net.minecraft.item.crafting.Ingredient@5a707fa0, net.minecraftforge.oredict.OreIngredient@2686fd6a, net.minecraft.item.crafting.Ingredient@3fa01812, net.minecraftforge.oredict.OreIngredient@51249839, net.minecraft.item.crafting.Ingredient@8f070c2, net.minecraftforge.oredict.OreIngredient@190ca11b, net.minecraft.item.crafting.Ingredient@26534aa0]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13221 crafttweaker:ct_shaped-1919648186 RecipeStage{tier='one', recipe=1xitem.primal_tech.flint_edged_disc@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5343fb03, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@583ef7c9, net.minecraftforge.oredict.OreIngredient@244691ac, net.minecraft.item.crafting.Ingredient@18fcc9ce, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@54abb231, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13222 crafttweaker:ct_shaped-1882946719 RecipeStage{tier='zero', recipe=1xitem.primal_tech.bone_sword@0:[net.minecraft.item.crafting.Ingredient@7b0497d2, net.minecraft.item.crafting.Ingredient@6b5fb2ef, net.minecraft.item.crafting.Ingredient@1513b4f3]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13223 crafttweaker:ct_shaped-544853919 RecipeStage{tier='zero', recipe=1xtile.primal_tech.charcoal_hopper@0:[net.minecraft.item.crafting.Ingredient@1ca0a65a, net.minecraft.item.crafting.Ingredient@43c5181b, net.minecraft.item.crafting.Ingredient@559b0246, net.minecraft.item.crafting.Ingredient@5d27902a, net.minecraft.item.crafting.Ingredient@44ac7fa2, net.minecraft.item.crafting.Ingredient@2f42b2ec, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@22461c70, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13224 crafttweaker:ct_shaped-1982316479 RecipeStage{tier='zero', recipe=1xtile.primal_tech.work_stump_upgraded@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@43817ed2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@64f7486f, net.minecraft.item.crafting.Ingredient@5e9843cf, net.minecraft.item.crafting.Ingredient@4c2f61f0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@410e149, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13225 crafttweaker:ct_shaped-473473519 RecipeStage{tier='zero', recipe=1xtile.primal_tech.work_stump_upgraded@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5a7a7594, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@46e0c32f, net.minecraft.item.crafting.Ingredient@71770ae2, net.minecraft.item.crafting.Ingredient@726ea72c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7b31ba20, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13226 crafttweaker:ct_shaped-1462980686 RecipeStage{tier='zero', recipe=1xtile.primal_tech.work_stump_upgraded@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3b88f7d2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@72e1ca5b, net.minecraft.item.crafting.Ingredient@753154ec, net.minecraft.item.crafting.Ingredient@32710d0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, crafttweaker.mc1120.item.VanillaIngredient@7f6d4101, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13227 crafttweaker:ct_shaped1638273982 RecipeStage{tier='tutorial', recipe=1xtile.primal_tech.fibre_torch@0:[net.minecraftforge.oredict.OreIngredient@3a2efa5, net.minecraft.item.crafting.Ingredient@7c4b4d09]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13228 crafttweaker:ct_shaped1893307318 RecipeStage{tier='zero', recipe=1xtile.primal_tech.stone_grill@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@47d173c0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@52a15772, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@466a4544, net.minecraft.item.crafting.Ingredient@606f6b85, net.minecraft.item.crafting.Ingredient@2cec5b3b, net.minecraft.item.crafting.Ingredient@74ae9313]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13229 crafttweaker:ct_shaped221290743 RecipeStage{tier='zero', recipe=1xitem.primal_tech.fluid_bladder@0:[net.minecraftforge.oredict.OreIngredient@60faa8a7, net.minecraft.item.crafting.Ingredient@7bd2c47e, net.minecraftforge.oredict.OreIngredient@35296dbc, net.minecraft.item.crafting.Ingredient@359f5601, net.minecraft.item.crafting.Ingredient@156f85, net.minecraft.item.crafting.Ingredient@6d89bacd]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13230 crafttweaker:ct_shaped1370915344 RecipeStage{tier='zero', recipe=1xitem.primal_tech.bone_shears@0:[net.minecraft.item.crafting.Ingredient@13b36e4d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5cd30d64, net.minecraft.item.crafting.Ingredient@7791383c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13231 crafttweaker:ct_shaped2145694065 RecipeStage{tier='zero', recipe=1xitem.primal_tech.bone_shovel@0:[net.minecraft.item.crafting.Ingredient@576eabd1, net.minecraft.item.crafting.Ingredient@5fa76677, net.minecraft.item.crafting.Ingredient@1b5bf8ca]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13232 crafttweaker:ct_shaped-1385809865 RecipeStage{tier='one', recipe=1xitem.primal_tech.stone_mallet@0:[net.minecraft.item.crafting.Ingredient@65757345, net.minecraft.item.crafting.Ingredient@47676c19]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13233 crafttweaker:ct_shaped-637971400 RecipeStage{tier='one', recipe=1xtile.primal_tech.stone_anvil@0:[net.minecraft.item.crafting.Ingredient@23972e5c, net.minecraft.item.crafting.Ingredient@67ce1f4c, net.minecraft.item.crafting.Ingredient@29efb7ab, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5594112b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4feb300b, net.minecraft.item.crafting.Ingredient@584862c5, net.minecraft.item.crafting.Ingredient@c4ed488]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13234 crafttweaker:ct_shaped516532730 RecipeStage{tier='zero', recipe=1xtile.primal_tech.clay_kiln@0:[net.minecraft.item.crafting.Ingredient@79a68163, net.minecraft.item.crafting.Ingredient@6f5b9d34, net.minecraft.item.crafting.Ingredient@741e8450, net.minecraft.item.crafting.Ingredient@e8ef4cf, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@43eec1e4, net.minecraft.item.crafting.Ingredient@70ef5690, net.minecraftforge.oredict.OreIngredient@705360d9, net.minecraft.item.crafting.Ingredient@902da90]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13235 crafttweaker:ct_shaped-84920502 RecipeStage{tier='zero', recipe=1xtile.primal_tech.wooden_hopper@0:[net.minecraftforge.oredict.OreIngredient@3c56cbb5, net.minecraft.item.crafting.Ingredient@36074179, net.minecraftforge.oredict.OreIngredient@5d39bac8, net.minecraftforge.oredict.OreIngredient@42703da5, net.minecraft.item.crafting.Ingredient@48f14d3d, net.minecraftforge.oredict.OreIngredient@44f1c1d3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@548edc7f, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13236 crafttweaker:ct_shaped5688658 RecipeStage{tier='one', recipe=1xitem.primal_tech.leaf_bed@0:[net.minecraftforge.oredict.OreIngredient@17504e5e, net.minecraftforge.oredict.OreIngredient@550a612c, net.minecraftforge.oredict.OreIngredient@1f3fcd07, net.minecraft.item.crafting.Ingredient@3df097bb, net.minecraft.item.crafting.Ingredient@28c70ce5, net.minecraft.item.crafting.Ingredient@2ec20bd0]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13237 crafttweaker:ct_shaped2056540058 RecipeStage{tier='tutorial', recipe=1xitem.primal_tech.stone_club@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4ff4acfa, net.minecraft.item.crafting.Ingredient@7600a7f0, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13238 crafttweaker:ct_shaped-390501373 RecipeStage{tier='zero', recipe=1xtile.primal_tech.stick_bundle@0:[net.minecraft.item.crafting.Ingredient@66b03df1, net.minecraftforge.oredict.OreIngredient@5812367c, net.minecraft.item.crafting.Ingredient@326bc2f8, net.minecraft.item.crafting.Ingredient@41a7dc62, net.minecraft.item.crafting.Ingredient@269f2e12, net.minecraft.item.crafting.Ingredient@6f774d6b, net.minecraft.item.crafting.Ingredient@3672e7f, net.minecraftforge.oredict.OreIngredient@7cdcb6bd, net.minecraft.item.crafting.Ingredient@236ce88a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13239 crafttweaker:ct_shaped902340928 RecipeStage{tier='one', recipe=1xtile.primal_tech.wooden_basin@0:[net.minecraftforge.oredict.OreIngredient@7625e599, net.minecraft.item.crafting.Ingredient@4c8b29f4, net.minecraftforge.oredict.OreIngredient@557b0786, net.minecraftforge.oredict.OreIngredient@11179d1b, net.minecraftforge.oredict.OreIngredient@4847bb8d, net.minecraftforge.oredict.OreIngredient@5d16fff8, net.minecraft.item.crafting.Ingredient@50dc94eb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7d8e24ae]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13240 crafttweaker:ct_shaped-921846146 RecipeStage{tier='zero', recipe=1xitem.primal_tech.bone_pickaxe@0:[net.minecraft.item.crafting.Ingredient@8607341, net.minecraft.item.crafting.Ingredient@62e3b48a, net.minecraft.item.crafting.Ingredient@562c1ff1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5a0beace, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@517a70b5, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13241 crafttweaker:ct_shaped330265110 RecipeStage{tier='zero', recipe=1xitem.primal_tech.bone_axe@0:[net.minecraft.item.crafting.Ingredient@2ec2d9f4, net.minecraft.item.crafting.Ingredient@1827884a, net.minecraft.item.crafting.Ingredient@1dff5c1a, net.minecraft.item.crafting.Ingredient@1f8278c8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@27371fb5]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13242 crafttweaker:ct_shaped-1115978475 RecipeStage{tier='tutorial', recipe=1xtile.primal_tech.work_stump@0:[net.minecraft.item.crafting.Ingredient@3f6a6c1, net.minecraftforge.oredict.OreIngredient@640e2529]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13243 crafttweaker:ct_shaped1551386841 RecipeStage{tier='tutorial', recipe=1xitem.primal_tech.wood_club@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@68c65558, net.minecraft.item.crafting.Ingredient@77933542, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13244 crafttweaker:ct_shaped138188832 RecipeStage{tier='tutorial', recipe=1xitem.primal_tech.bone_club@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@416555df, net.minecraft.item.crafting.Ingredient@545717b7, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13245 crafttweaker:ct_shapeless341337471 RecipeStage{tier='tutorial', recipe=1xitem.primal_tech.rock@0:[net.minecraft.item.crafting.Ingredient@ee1e4f0]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13246 crafttweaker:stage_two_charcoal_hopper RecipeStage{tier='two', recipe=1xtile.primal_tech.charcoal_hopper@0:[net.minecraft.item.crafting.Ingredient@6036e94b, net.minecraft.item.crafting.Ingredient@b96833f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13247 crafttweaker:stage_one_charcoal_hopper RecipeStage{tier='one', recipe=1xtile.primal_tech.charcoal_hopper@0:[net.minecraft.item.crafting.Ingredient@6790c755, net.minecraft.item.crafting.Ingredient@66d77933]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13248 crafttweaker:primal_tech_fire_sticks RecipeStage{tier='tutorial', recipe=1xitem.primal_tech.fire_sticks@0:[net.minecraft.item.crafting.Ingredient@317cb813, net.minecraft.item.crafting.Ingredient@e4c5a78]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13249 crafttweaker:ct_shaped-1472595672 RecipeStage{tier='zero', recipe=1xitem.unfired_clay_bowl@0:[net.minecraft.item.crafting.Ingredient@6f879e8b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@32446ca9, net.minecraft.item.crafting.Ingredient@66ace6d2, net.minecraft.item.crafting.Ingredient@a5fffe5, net.minecraft.item.crafting.Ingredient@597f5be3]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13250 crafttweaker:ct_shaped1068029175 RecipeStage{tier='tutorial', recipe=1xitem.spear@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@48cf4541, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@49d4a0fc, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3c01cef4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13251 crafttweaker:ct_shaped-108988859 RecipeStage{tier='tutorial', recipe=1xtile.fire_pit_unlit@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1f823ad4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2d558128, net.minecraftforge.oredict.OreIngredient@41ea073e, net.minecraft.item.crafting.Ingredient@732e0799, net.minecraftforge.oredict.OreIngredient@7df4c7b2, net.minecraftforge.oredict.OreIngredient@7ca945e5, net.minecraftforge.oredict.OreIngredient@6deb7eb9]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13252 crafttweaker:ct_shaped-1107593273 RecipeStage{tier='tutorial', recipe=1xitem.tomahawk@0:[net.minecraftforge.oredict.OreIngredient@6efaae52, net.minecraft.item.crafting.Ingredient@35683d68, net.minecraft.item.crafting.Ingredient@358d04d, net.minecraft.item.crafting.Ingredient@35706829]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13253 crafttweaker:ct_shaped-1862929074 RecipeStage{tier='one', recipe=1xtile.blank_teleporter@0:[net.minecraftforge.oredict.OreIngredient@e43c8eb, net.minecraft.item.crafting.Ingredient@7ab43736, net.minecraftforge.oredict.OreIngredient@3f2b5a95, net.minecraftforge.oredict.OreIngredient@92c4c79, net.minecraftforge.oredict.OreIngredient@1938d927, net.minecraftforge.oredict.OreIngredient@42ee50b1, net.minecraft.item.crafting.Ingredient@2774458b, crafttweaker.api.minecraft.CraftTweakerMC$1@4c509a98, net.minecraft.item.crafting.Ingredient@137e93d4]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13254 crafttweaker:ct_shaped-1471350967 RecipeStage{tier='tutorial', recipe=1xitem.stone_hammer@0:[net.minecraftforge.oredict.OreIngredient@23a522d2, net.minecraftforge.oredict.OreIngredient@26f87330, net.minecraft.item.crafting.Ingredient@6e34b92d, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13255 crafttweaker:ct_shapeless-1917108584 RecipeStage{tier='tutorial', recipe=1xitem.spear@0:[net.minecraft.item.crafting.Ingredient@933770c, net.minecraft.item.crafting.Ingredient@30a774a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13256 crafttweaker:ct_shapeless-635663155 RecipeStage{tier='tutorial', recipe=1xitem.spear@0:[net.minecraft.item.crafting.Ingredient@660ef5e8, net.minecraft.item.crafting.Ingredient@2db8c5d5]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13257 crafttweaker:ct_shaped-695916044 RecipeStage{tier='four', recipe=1xitem.prospector_high@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3fa14c79, net.minecraftforge.oredict.OreIngredient@6fc1dce0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7ef1d545, net.minecraft.item.crafting.Ingredient@150c2123, net.minecraft.item.crafting.Ingredient@20fb657f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13258 crafttweaker:ct_shaped-105982052 RecipeStage{tier='one', recipe=1xitem.prospector_lowest@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@413c9b5c, net.minecraftforge.oredict.OreIngredient@319725c3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@45e61feb, net.minecraft.item.crafting.Ingredient@3ecd5ab5, net.minecraftforge.oredict.OreIngredient@1b0ed04b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13259 crafttweaker:ct_shaped2030049478 RecipeStage{tier='five', recipe=1xitem.prospector_best@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@133f47d4, net.minecraftforge.oredict.OreIngredient@66531b1f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@329ffd92, net.minecraft.item.crafting.Ingredient@5ffeef02, net.minecraft.item.crafting.Ingredient@361602ce, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13260 crafttweaker:ct_shaped-1115229652 RecipeStage{tier='two', recipe=1xitem.prospector_low@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@48637cf0, net.minecraftforge.oredict.OreIngredient@55d6b03, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2d731255, net.minecraft.item.crafting.Ingredient@2b757547, net.minecraftforge.oredict.OreIngredient@78a21825, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13261 crafttweaker:ct_shaped689738836 RecipeStage{tier='three', recipe=1xitem.prospector_med@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@16497141, net.minecraftforge.oredict.OreIngredient@239d2867, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2342be1e, net.minecraft.item.crafting.Ingredient@4bc9e963, net.minecraft.item.crafting.Ingredient@16574a22, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13262 crafttweaker:ct_shaped1534178928 RecipeStage{tier='five', recipe=1xitem.quantumstorage.quantum_bag@0:[net.minecraftforge.oredict.OreIngredient@5c43969f, net.minecraft.item.crafting.Ingredient@6ac76147, net.minecraftforge.oredict.OreIngredient@6ec11f8d, net.minecraftforge.oredict.OreIngredient@42eb5e2d, net.minecraft.item.crafting.Ingredient@25cdf81, net.minecraftforge.oredict.OreIngredient@53c05bd4, net.minecraftforge.oredict.OreIngredient@351b0b56, net.minecraftforge.oredict.OreIngredient@2d9921ee, net.minecraftforge.oredict.OreIngredient@495d430b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13263 crafttweaker:ct_shaped476808994 RecipeStage{tier='five', recipe=1xtile.quantumstorage.quantum_storage_unit@0:[net.minecraftforge.oredict.OreIngredient@1892bf0f, net.minecraftforge.oredict.OreIngredient@753e46f0, net.minecraftforge.oredict.OreIngredient@11cc9fe8, net.minecraftforge.oredict.OreIngredient@32aad3c1, net.minecraft.item.crafting.Ingredient@3f4d685c, net.minecraftforge.oredict.OreIngredient@3843a083, net.minecraftforge.oredict.OreIngredient@4d854bbc, net.minecraftforge.oredict.OreIngredient@2955bd16, net.minecraftforge.oredict.OreIngredient@7d0e3fe8]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13264 crafttweaker:ct_shaped-729083598 RecipeStage{tier='one', recipe=1xitem.trowel@0:[net.minecraftforge.oredict.OreIngredient@586ccf72, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3f53b768, net.minecraftforge.oredict.OreIngredient@3b6a1099]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13265 crafttweaker:ct_shaped-760194884 RecipeStage{tier='five', recipe=1xitem.rebornstorage.storagepart@0:[net.minecraft.item.crafting.Ingredient@37979963, net.minecraft.item.crafting.Ingredient@9bed7bc, net.minecraft.item.crafting.Ingredient@2b74c914, net.minecraft.item.crafting.Ingredient@40f1fa3b, net.minecraft.item.crafting.Ingredient@4b262fc7, net.minecraft.item.crafting.Ingredient@34da0228, net.minecraft.item.crafting.Ingredient@396b51ce, net.minecraft.item.crafting.Ingredient@768444fa, net.minecraft.item.crafting.Ingredient@c2605fa]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13266 crafttweaker:ct_shaped-1123703359 RecipeStage{tier='five', recipe=1xitem.rebornstorage.storagepart@4:[net.minecraft.item.crafting.Ingredient@68099d14, net.minecraft.item.crafting.Ingredient@b0f54fa, net.minecraft.item.crafting.Ingredient@5ff872f5, net.minecraft.item.crafting.Ingredient@634db525, net.minecraft.item.crafting.Ingredient@47886565, net.minecraft.item.crafting.Ingredient@36d141ea, net.minecraft.item.crafting.Ingredient@2aa2e21f, net.minecraft.item.crafting.Ingredient@24488ef3, net.minecraft.item.crafting.Ingredient@20ef7452]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13267 crafttweaker:ct_shaped932758080 RecipeStage{tier='five', recipe=1xtile.rebornstorage.multicrafter@3:[net.minecraft.item.crafting.Ingredient@1c0dafb4, net.minecraft.item.crafting.Ingredient@21021430, net.minecraft.item.crafting.Ingredient@41dd39f5, net.minecraft.item.crafting.Ingredient@1a4b8878, net.minecraft.item.crafting.Ingredient@6bcaf48a, net.minecraft.item.crafting.Ingredient@5a58de57, net.minecraft.item.crafting.Ingredient@72624678, net.minecraft.item.crafting.Ingredient@342c1804, net.minecraft.item.crafting.Ingredient@8fec4af]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13268 crafttweaker:ct_shaped-771961202 RecipeStage{tier='five', recipe=1xtile.rebornstorage.multicrafter@0:[net.minecraft.item.crafting.Ingredient@14480981, net.minecraftforge.oredict.OreIngredient@74f9dcf6, net.minecraft.item.crafting.Ingredient@20c11655, net.minecraftforge.oredict.OreIngredient@5ee4755e, net.minecraft.item.crafting.Ingredient@ab46b02, net.minecraftforge.oredict.OreIngredient@309008ce, net.minecraft.item.crafting.Ingredient@18cbd337, net.minecraftforge.oredict.OreIngredient@65780bf5, net.minecraft.item.crafting.Ingredient@4cbd9023]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13269 crafttweaker:ct_shaped629812024 RecipeStage{tier='five', recipe=1xtile.rebornstorage.multicrafter@4:[net.minecraft.item.crafting.Ingredient@7c5b3702, net.minecraft.item.crafting.Ingredient@3acf01d5, net.minecraft.item.crafting.Ingredient@1f4d92da, net.minecraft.item.crafting.Ingredient@3fd12598, net.minecraft.item.crafting.Ingredient@1a97f647, net.minecraft.item.crafting.Ingredient@58949d69, net.minecraft.item.crafting.Ingredient@2b3c1fe3, net.minecraft.item.crafting.Ingredient@1df712f9, net.minecraft.item.crafting.Ingredient@3877eace]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13270 crafttweaker:ct_shaped1970183688 RecipeStage{tier='five', recipe=1xitem.rebornstorage.storagepart@3:[net.minecraft.item.crafting.Ingredient@4474477c, net.minecraft.item.crafting.Ingredient@ffc8b16, net.minecraft.item.crafting.Ingredient@2ab930ca, net.minecraft.item.crafting.Ingredient@2d1f8ec9, net.minecraft.item.crafting.Ingredient@4bb673b1, net.minecraft.item.crafting.Ingredient@20f9e5ea, net.minecraft.item.crafting.Ingredient@4325ae5f, net.minecraft.item.crafting.Ingredient@121d0934, net.minecraft.item.crafting.Ingredient@6acedb3d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13271 crafttweaker:ct_shaped1587256904 RecipeStage{tier='five', recipe=1xitem.rebornstorage.storagepart@2:[net.minecraft.item.crafting.Ingredient@577a53b, net.minecraft.item.crafting.Ingredient@6b4eb49c, net.minecraft.item.crafting.Ingredient@11e05468, net.minecraft.item.crafting.Ingredient@d6b725a, net.minecraft.item.crafting.Ingredient@350d40b1, net.minecraft.item.crafting.Ingredient@2b79e8d8, net.minecraft.item.crafting.Ingredient@3829bacb, net.minecraft.item.crafting.Ingredient@6e06e636, net.minecraft.item.crafting.Ingredient@31d13b8f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13272 crafttweaker:ct_shaped826654354 RecipeStage{tier='five', recipe=1xitem.rebornstorage.storagepart@6:[net.minecraft.item.crafting.Ingredient@550a2a45, net.minecraft.item.crafting.Ingredient@20802dcd, net.minecraft.item.crafting.Ingredient@796e58bd, net.minecraft.item.crafting.Ingredient@41db195c, net.minecraft.item.crafting.Ingredient@45075b20, net.minecraft.item.crafting.Ingredient@6448f808, net.minecraft.item.crafting.Ingredient@6fe8ff8c, net.minecraft.item.crafting.Ingredient@76e00ad4, net.minecraft.item.crafting.Ingredient@9419173]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13273 crafttweaker:ct_shaped-1192037903 RecipeStage{tier='five', recipe=1xtile.rebornstorage.multicrafter@1:[net.minecraft.item.crafting.Ingredient@2a6ab0eb, net.minecraft.item.crafting.Ingredient@2d63eb5, net.minecraft.item.crafting.Ingredient@74963291, net.minecraft.item.crafting.Ingredient@71d9ff79, net.minecraft.item.crafting.Ingredient@e4be441, net.minecraft.item.crafting.Ingredient@3d5b40ab, net.minecraft.item.crafting.Ingredient@789cef2b, net.minecraft.item.crafting.Ingredient@4680f576, net.minecraft.item.crafting.Ingredient@1738780b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13274 crafttweaker:ct_shaped833963858 RecipeStage{tier='five', recipe=1xitem.rebornstorage.storagepart@5:[net.minecraft.item.crafting.Ingredient@70012c5f, net.minecraft.item.crafting.Ingredient@6f7b60c3, net.minecraft.item.crafting.Ingredient@2e11031f, net.minecraft.item.crafting.Ingredient@7abddef6, net.minecraft.item.crafting.Ingredient@327662a, net.minecraft.item.crafting.Ingredient@37ee73f5, net.minecraft.item.crafting.Ingredient@114187ec, net.minecraft.item.crafting.Ingredient@59fb15c, net.minecraft.item.crafting.Ingredient@3d3191f3]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13275 crafttweaker:ct_shaped-1652637794 RecipeStage{tier='five', recipe=1xtile.rebornstorage.multicrafter@2:[net.minecraft.item.crafting.Ingredient@79042c7b, net.minecraft.item.crafting.Ingredient@64e7aa50, net.minecraft.item.crafting.Ingredient@1c0ae2c1, net.minecraft.item.crafting.Ingredient@2d8546ba, net.minecraft.item.crafting.Ingredient@753ac085, net.minecraft.item.crafting.Ingredient@2cd65158, net.minecraft.item.crafting.Ingredient@6701a2e9, net.minecraft.item.crafting.Ingredient@60369825, net.minecraft.item.crafting.Ingredient@43ab424e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13276 crafttweaker:ct_shaped819344850 RecipeStage{tier='five', recipe=1xitem.rebornstorage.storagepart@7:[net.minecraft.item.crafting.Ingredient@5d6997f2, net.minecraft.item.crafting.Ingredient@3795605c, net.minecraft.item.crafting.Ingredient@63b6313b, net.minecraft.item.crafting.Ingredient@7a96b631, net.minecraft.item.crafting.Ingredient@6b517896, net.minecraft.item.crafting.Ingredient@77da7220, net.minecraft.item.crafting.Ingredient@2537ba09, net.minecraft.item.crafting.Ingredient@6a5fa7a0, net.minecraft.item.crafting.Ingredient@aaaf7b5]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13277 crafttweaker:ct_shaped-486397934 RecipeStage{tier='five', recipe=1xitem.rebornstorage.storagepart@1:[net.minecraft.item.crafting.Ingredient@2ec5cfb2, net.minecraft.item.crafting.Ingredient@36badf91, net.minecraft.item.crafting.Ingredient@214f0c41, net.minecraft.item.crafting.Ingredient@7c054082, net.minecraft.item.crafting.Ingredient@7cbda8ef, net.minecraft.item.crafting.Ingredient@1c9bb6be, net.minecraft.item.crafting.Ingredient@45ef9c68, net.minecraft.item.crafting.Ingredient@13b8c507, net.minecraft.item.crafting.Ingredient@2d3ed4f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13278 crafttweaker:ct_shaped-1319201396 RecipeStage{tier='five', recipe=1xblock.refinedstorage:interface@0:[net.minecraft.item.crafting.Ingredient@433c95ed, net.minecraft.item.crafting.Ingredient@7a094d3e, net.minecraft.item.crafting.Ingredient@2f4c2f85, net.minecraft.item.crafting.Ingredient@32e816b6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@15dc6efb, net.minecraft.item.crafting.Ingredient@258cb1c3, net.minecraft.item.crafting.Ingredient@6b7282f0, net.minecraft.item.crafting.Ingredient@19dd648e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13279 crafttweaker:ct_shaped87180407 RecipeStage{tier='five', recipe=1xitem.refinedstorage:wireless_crafting_monitor@0:[net.minecraft.item.crafting.Ingredient@6f807af8, net.minecraft.item.crafting.Ingredient@2fc2cc62, net.minecraft.item.crafting.Ingredient@50d8be68, net.minecraft.item.crafting.Ingredient@22d349e9, net.minecraft.item.crafting.Ingredient@4e68a0f1, net.minecraft.item.crafting.Ingredient@7770c482, net.minecraft.item.crafting.Ingredient@624e1ffa, net.minecraftforge.oredict.OreIngredient@5a6a8e5b, net.minecraft.item.crafting.Ingredient@518ed2cf]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13280 crafttweaker:ct_shaped-1912409871 RecipeStage{tier='five', recipe=1xblock.refinedstorage:exporter@0:[net.minecraft.item.crafting.Ingredient@202b58a8, net.minecraft.item.crafting.Ingredient@32883298, net.minecraft.item.crafting.Ingredient@3c1e6ac4, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13281 crafttweaker:ct_shaped-133851130 RecipeStage{tier='five', recipe=1xblock.refinedstorage:network_transmitter@0:[net.minecraft.item.crafting.Ingredient@1b21df22, net.minecraft.item.crafting.Ingredient@61352af6, net.minecraft.item.crafting.Ingredient@12dad8ba, net.minecraft.item.crafting.Ingredient@5d5dd86f, net.minecraft.item.crafting.Ingredient@4890d429, net.minecraft.item.crafting.Ingredient@ba3557, net.minecraftforge.oredict.OreIngredient@446132f2, net.minecraftforge.oredict.OreIngredient@77cc04b1, net.minecraftforge.oredict.OreIngredient@39b3a7fd]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13282 crafttweaker:ct_shaped-766436022 RecipeStage{tier='five', recipe=1xitem.refinedstorage:fluid_storage_part@2:[net.minecraftforge.oredict.OreIngredient@68f23d11, net.minecraft.item.crafting.Ingredient@2549645f, net.minecraftforge.oredict.OreIngredient@32b705cb, net.minecraft.item.crafting.Ingredient@169fc02f, net.minecraft.item.crafting.Ingredient@6f7c7d58, net.minecraft.item.crafting.Ingredient@1798774, net.minecraftforge.oredict.OreIngredient@b6a43cd, net.minecraft.item.crafting.Ingredient@639c7437, net.minecraftforge.oredict.OreIngredient@6f8643a1]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13283 crafttweaker:ct_shaped-993081428 RecipeStage{tier='five', recipe=1xblock.refinedstorage:disk_drive@0:[net.minecraft.item.crafting.Ingredient@22092b02, net.minecraftforge.oredict.OreIngredient@7ba460a5, net.minecraft.item.crafting.Ingredient@7b999e2a, net.minecraft.item.crafting.Ingredient@265f41b3, net.minecraft.item.crafting.Ingredient@4de52f41, net.minecraft.item.crafting.Ingredient@151cdf10, net.minecraft.item.crafting.Ingredient@22c36b57, net.minecraftforge.oredict.OreIngredient@7e4de465, net.minecraft.item.crafting.Ingredient@1a3643ca]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13284 crafttweaker:ct_shaped-214149739 RecipeStage{tier='five', recipe=1xblock.refinedstorage:destructor@0:[net.minecraft.item.crafting.Ingredient@69a1fbc3, net.minecraft.item.crafting.Ingredient@5001bc73, net.minecraft.item.crafting.Ingredient@41fe14da, net.minecraft.item.crafting.Ingredient@697e373c, net.minecraft.item.crafting.Ingredient@f67a633, net.minecraft.item.crafting.Ingredient@52d86188, net.minecraft.item.crafting.Ingredient@63b1f7cd, net.minecraftforge.oredict.OreIngredient@7beeeb50, net.minecraft.item.crafting.Ingredient@498a9c20]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13285 crafttweaker:ct_shaped508365986 RecipeStage{tier='five', recipe=1xitem.refinedstorage:fluid_storage_part@1:[net.minecraftforge.oredict.OreIngredient@58cf70b8, net.minecraft.item.crafting.Ingredient@342cebf3, net.minecraftforge.oredict.OreIngredient@3814224d, net.minecraft.item.crafting.Ingredient@25e2d2f3, net.minecraft.item.crafting.Ingredient@68b3c47, net.minecraft.item.crafting.Ingredient@552b2c16, net.minecraftforge.oredict.OreIngredient@4cb46ab4, net.minecraft.item.crafting.Ingredient@7f724c9b, net.minecraftforge.oredict.OreIngredient@20c42e36]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13286 crafttweaker:ct_shaped-1657104318 RecipeStage{tier='four', recipe=1xblock.refinedstorage:grid@0:[net.minecraft.item.crafting.Ingredient@2c83eda4, net.minecraft.item.crafting.Ingredient@430dd34a, net.minecraft.item.crafting.Ingredient@2ef64924, net.minecraft.item.crafting.Ingredient@2fc26752, net.minecraft.item.crafting.Ingredient@1c9f51c3, net.minecraft.item.crafting.Ingredient@31a54699, net.minecraft.item.crafting.Ingredient@2d8686e0, net.minecraft.item.crafting.Ingredient@11c28cf5, net.minecraft.item.crafting.Ingredient@7735c647]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13287 crafttweaker:ct_shaped-1205149772 RecipeStage{tier='four', recipe=1xblock.refinedstorage:grid@1:[net.minecraft.item.crafting.Ingredient@6c3fd7b6, net.minecraft.item.crafting.Ingredient@7597fd57, net.minecraft.item.crafting.Ingredient@70b76234]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13288 crafttweaker:ct_shaped-1243651389 RecipeStage{tier='four', recipe=1xitem.refinedstorage:security_card@0:[net.minecraft.item.crafting.Ingredient@2969959b, net.minecraft.item.crafting.Ingredient@3bf96567, net.minecraft.item.crafting.Ingredient@71ce4a0a, net.minecraft.item.crafting.Ingredient@3aa330c5, net.minecraftforge.oredict.OreIngredient@5f83bf47, net.minecraft.item.crafting.Ingredient@2f212b8d, net.minecraft.item.crafting.Ingredient@2c3cba79, net.minecraft.item.crafting.Ingredient@f3a8223, net.minecraft.item.crafting.Ingredient@4d817d04]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13289 crafttweaker:ct_shaped-2042616788 RecipeStage{tier='five', recipe=1xblock.refinedstorage:crafter@0:[net.minecraft.item.crafting.Ingredient@6b5a5a7a, net.minecraft.item.crafting.Ingredient@227cca1a, net.minecraft.item.crafting.Ingredient@798c6fec, net.minecraftforge.oredict.OreIngredient@3f235484, net.minecraft.item.crafting.Ingredient@6134090, net.minecraftforge.oredict.OreIngredient@427b7652, net.minecraft.item.crafting.Ingredient@589282fe, net.minecraft.item.crafting.Ingredient@7db07a1c, net.minecraft.item.crafting.Ingredient@613bb2fa]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13290 crafttweaker:ct_shaped-1387153695 RecipeStage{tier='five', recipe=1xblock.refinedstorage:importer@0:[net.minecraft.item.crafting.Ingredient@786b9169, net.minecraft.item.crafting.Ingredient@342279e8, net.minecraft.item.crafting.Ingredient@4a3c85ea, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13291 crafttweaker:ct_shaped53878935 RecipeStage{tier='five', recipe=1xitem.refinedstorage:wireless_grid@0:[net.minecraft.item.crafting.Ingredient@762c4235, net.minecraft.item.crafting.Ingredient@52686540, net.minecraft.item.crafting.Ingredient@75a2bbdc, net.minecraft.item.crafting.Ingredient@5b1f7357, net.minecraft.item.crafting.Ingredient@4fb6bfeb, net.minecraft.item.crafting.Ingredient@5ee59138, net.minecraft.item.crafting.Ingredient@3ef9bd63, net.minecraftforge.oredict.OreIngredient@1e5cf420, net.minecraft.item.crafting.Ingredient@64ef59e7]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13292 crafttweaker:ct_shaped1716267025 RecipeStage{tier='five', recipe=1xblock.refinedstorage:crafter_manager@0:[net.minecraft.item.crafting.Ingredient@16f17813, net.minecraft.item.crafting.Ingredient@6510dd0b, net.minecraftforge.oredict.OreIngredient@1c14d87d, net.minecraft.item.crafting.Ingredient@2aa8a79, net.minecraft.item.crafting.Ingredient@1f865bdf, net.minecraftforge.oredict.OreIngredient@7c9d25a1, net.minecraft.item.crafting.Ingredient@4670dd7f, net.minecraft.item.crafting.Ingredient@10df7e8a, net.minecraftforge.oredict.OreIngredient@3daa97ed]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13293 crafttweaker:ct_shaped1263600034 RecipeStage{tier='five', recipe=1xitem.refinedstorage:storage_part@1:[net.minecraftforge.oredict.OreIngredient@280f1dd4, net.minecraft.item.crafting.Ingredient@68d4b68f, net.minecraftforge.oredict.OreIngredient@394ae31, net.minecraft.item.crafting.Ingredient@6a685451, net.minecraft.item.crafting.Ingredient@3a590575, net.minecraft.item.crafting.Ingredient@7774bc7f, net.minecraftforge.oredict.OreIngredient@51b76186, net.minecraft.item.crafting.Ingredient@79556d3d, net.minecraftforge.oredict.OreIngredient@b55adcf]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13294 crafttweaker:ct_shaped1015581395 RecipeStage{tier='five', recipe=1xblock.refinedstorage:constructor@0:[net.minecraft.item.crafting.Ingredient@59906f9e, net.minecraft.item.crafting.Ingredient@33419e7b, net.minecraft.item.crafting.Ingredient@612f31ab, net.minecraft.item.crafting.Ingredient@4732c394, net.minecraft.item.crafting.Ingredient@1d84a873, net.minecraft.item.crafting.Ingredient@22894ffe, net.minecraft.item.crafting.Ingredient@3ab3806d, net.minecraftforge.oredict.OreIngredient@6bccdacc, net.minecraft.item.crafting.Ingredient@53b330f6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13295 crafttweaker:ct_shaped143854346 RecipeStage{tier='five', recipe=1xitem.refinedstorage:storage_part@2:[net.minecraftforge.oredict.OreIngredient@3b2d73c1, net.minecraft.item.crafting.Ingredient@1dbb2c21, net.minecraftforge.oredict.OreIngredient@102c8fe0, net.minecraft.item.crafting.Ingredient@5ad22993, net.minecraft.item.crafting.Ingredient@a31ea73, net.minecraft.item.crafting.Ingredient@4e2f1530, net.minecraftforge.oredict.OreIngredient@3a88d09a, net.minecraft.item.crafting.Ingredient@71ddf8e9, net.minecraftforge.oredict.OreIngredient@743af6d3]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13296 crafttweaker:ct_shaped-1392906988 RecipeStage{tier='five', recipe=1xblock.refinedstorage:reader@0:[net.minecraft.item.crafting.Ingredient@420aebf1, net.minecraft.item.crafting.Ingredient@3e7aff2a, net.minecraft.item.crafting.Ingredient@207e42bc, net.minecraft.item.crafting.Ingredient@351b40e, net.minecraft.item.crafting.Ingredient@169182f6, net.minecraft.item.crafting.Ingredient@7f7bbca1, net.minecraft.item.crafting.Ingredient@2d426a50, net.minecraftforge.oredict.OreIngredient@233d4a32, net.minecraft.item.crafting.Ingredient@39a1fa91]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13297 crafttweaker:ct_shaped-403616777 RecipeStage{tier='five', recipe=1xblock.refinedstorage:detector@0:[net.minecraft.item.crafting.Ingredient@1b1dd7b0, net.minecraft.item.crafting.Ingredient@25b32e69, net.minecraft.item.crafting.Ingredient@6c168c37, net.minecraft.item.crafting.Ingredient@5a558656, net.minecraft.item.crafting.Ingredient@2f007afb, net.minecraft.item.crafting.Ingredient@13fcc914, net.minecraft.item.crafting.Ingredient@4b539868, net.minecraftforge.oredict.OreIngredient@3dc2c062, net.minecraft.item.crafting.Ingredient@11b9a283]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13298 crafttweaker:ct_shaped-2060426656 RecipeStage{tier='four', recipe=12xblock.refinedstorage:cable@0:[net.minecraft.item.crafting.Ingredient@64787dc9, net.minecraft.item.crafting.Ingredient@333f39f6, net.minecraft.item.crafting.Ingredient@18553e23, net.minecraftforge.oredict.OreIngredient@44242a10, net.minecraft.item.crafting.Ingredient@63159168, net.minecraftforge.oredict.OreIngredient@29afe475, net.minecraft.item.crafting.Ingredient@18ba6345, net.minecraft.item.crafting.Ingredient@7d2baee8, net.minecraft.item.crafting.Ingredient@327aeef4]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13299 crafttweaker:ct_shaped-132080558 RecipeStage{tier='four', recipe=1xitem.refinedstorage:wrench@0:[net.minecraft.item.crafting.Ingredient@64a03882, net.minecraft.item.crafting.Ingredient@2f4bcf18, net.minecraft.item.crafting.Ingredient@f3768f7, net.minecraft.item.crafting.Ingredient@6a5f3aab, net.minecraft.item.crafting.Ingredient@fde6b4a, net.minecraft.item.crafting.Ingredient@7e1c56a6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4a58e942, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13300 crafttweaker:ct_shaped912957043 RecipeStage{tier='four', recipe=1xblock.refinedstorage:external_storage@0:[net.minecraft.item.crafting.Ingredient@59c118c0, net.minecraft.item.crafting.Ingredient@25b9bc89, net.minecraft.item.crafting.Ingredient@390c77fe, net.minecraftforge.oredict.OreIngredient@34139b64, net.minecraft.item.crafting.Ingredient@65c5823e, net.minecraftforge.oredict.OreIngredient@d7037fb, net.minecraft.item.crafting.Ingredient@5799022c, net.minecraft.item.crafting.Ingredient@7ff97b00, net.minecraft.item.crafting.Ingredient@36e4c2b3]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13301 crafttweaker:ct_shaped-1795255704 RecipeStage{tier='five', recipe=1xitem.refinedstorage:storage_part@3:[net.minecraftforge.oredict.OreIngredient@3aa7e47b, net.minecraft.item.crafting.Ingredient@25b01961, net.minecraftforge.oredict.OreIngredient@11a547ac, net.minecraft.item.crafting.Ingredient@144ee71, net.minecraft.item.crafting.Ingredient@445561e, net.minecraft.item.crafting.Ingredient@219b2ce6, net.minecraftforge.oredict.OreIngredient@1a38975e, net.minecraft.item.crafting.Ingredient@3c29c50e, net.minecraftforge.oredict.OreIngredient@12729133]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13302 crafttweaker:ct_shaped-1985109841 RecipeStage{tier='four', recipe=1xitem.refinedstorage:network_card@0:[net.minecraft.item.crafting.Ingredient@6a766387, net.minecraft.item.crafting.Ingredient@342a8bf0, net.minecraft.item.crafting.Ingredient@465929ce, net.minecraft.item.crafting.Ingredient@40a4c33f, net.minecraftforge.oredict.OreIngredient@1917eaf7, net.minecraft.item.crafting.Ingredient@7982972e, net.minecraft.item.crafting.Ingredient@769ac689, net.minecraft.item.crafting.Ingredient@10c15e5e, net.minecraft.item.crafting.Ingredient@36274ee3]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13303 crafttweaker:ct_shaped1713234664 RecipeStage{tier='five', recipe=1xblock.refinedstorage:network_receiver@0:[net.minecraftforge.oredict.OreIngredient@5bf184ee, net.minecraftforge.oredict.OreIngredient@7b7faf97, net.minecraftforge.oredict.OreIngredient@61563d08, net.minecraft.item.crafting.Ingredient@6d8a3797, net.minecraft.item.crafting.Ingredient@3a8b083c, net.minecraft.item.crafting.Ingredient@3c0e1bed, net.minecraft.item.crafting.Ingredient@6c60cf19, net.minecraft.item.crafting.Ingredient@50ea7b8d, net.minecraft.item.crafting.Ingredient@32424344]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13304 crafttweaker:ct_shaped2005272405 RecipeStage{tier='five', recipe=1xblock.refinedstorage:storage_monitor@0:[net.minecraftforge.oredict.OreIngredient@7e5ff792, net.minecraft.item.crafting.Ingredient@142de747, net.minecraftforge.oredict.OreIngredient@1798c05c, net.minecraft.item.crafting.Ingredient@3760e988, net.minecraft.item.crafting.Ingredient@36026b91, net.minecraftforge.oredict.OreIngredient@4d6eb5c9, net.minecraftforge.oredict.OreIngredient@1ca51618, net.minecraft.item.crafting.Ingredient@2cb980ad, net.minecraftforge.oredict.OreIngredient@9422848]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13305 crafttweaker:ct_shaped-1512805245 RecipeStage{tier='five', recipe=1xblock.refinedstorage:writer@0:[net.minecraft.item.crafting.Ingredient@313a1454, net.minecraft.item.crafting.Ingredient@59bc1bd, net.minecraft.item.crafting.Ingredient@6547954b, net.minecraft.item.crafting.Ingredient@7d5ff1c3, net.minecraft.item.crafting.Ingredient@1ca6d288, net.minecraft.item.crafting.Ingredient@47eb6e88, net.minecraft.item.crafting.Ingredient@1e5f56f3, net.minecraftforge.oredict.OreIngredient@1c0c7d12, net.minecraft.item.crafting.Ingredient@3614de89]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13306 crafttweaker:ct_shaped228998427 RecipeStage{tier='five', recipe=1xitem.refinedstorage:wireless_fluid_grid@0:[net.minecraft.item.crafting.Ingredient@2a1769ed, net.minecraft.item.crafting.Ingredient@4e9b5a92, net.minecraft.item.crafting.Ingredient@31004abe, net.minecraft.item.crafting.Ingredient@21702a81, net.minecraft.item.crafting.Ingredient@30397743, net.minecraft.item.crafting.Ingredient@2462f41c, net.minecraft.item.crafting.Ingredient@17841f94, net.minecraftforge.oredict.OreIngredient@37000bc7, net.minecraft.item.crafting.Ingredient@4c78e10b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13307 crafttweaker:ct_shaped1636644440 RecipeStage{tier='four', recipe=1xblock.refinedstorage:controller@0:[net.minecraft.item.crafting.Ingredient@7f892e8c, net.minecraft.item.crafting.Ingredient@4846f656, net.minecraft.item.crafting.Ingredient@7f2f92aa, net.minecraftforge.oredict.OreIngredient@745454fd, net.minecraft.item.crafting.Ingredient@421fe9b5, net.minecraftforge.oredict.OreIngredient@3d9443e6, net.minecraft.item.crafting.Ingredient@3e2d2c3c, net.minecraftforge.oredict.OreIngredient@680874b8, net.minecraft.item.crafting.Ingredient@55676a4d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13308 crafttweaker:ct_shaped629709003 RecipeStage{tier='five', recipe=1xblock.refinedstorage:wireless_transmitter@0:[net.minecraft.item.crafting.Ingredient@4af39874, net.minecraft.item.crafting.Ingredient@1d6811da, net.minecraft.item.crafting.Ingredient@36ee1b7b, net.minecraft.item.crafting.Ingredient@58b53ae9, net.minecraft.item.crafting.Ingredient@e5329b3, net.minecraft.item.crafting.Ingredient@53680f62, net.minecraft.item.crafting.Ingredient@159be3b7, net.minecraftforge.oredict.OreIngredient@6488f19f, net.minecraft.item.crafting.Ingredient@7301520c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13309 crafttweaker:ct_shaped1941962481 RecipeStage{tier='five', recipe=1xblock.refinedstorage:crafting_monitor@0:[net.minecraftforge.oredict.OreIngredient@60814011, net.minecraft.item.crafting.Ingredient@2acd91ed, net.minecraftforge.oredict.OreIngredient@9ea8922, net.minecraft.item.crafting.Ingredient@70823b21, net.minecraft.item.crafting.Ingredient@1a697ce8, net.minecraftforge.oredict.OreIngredient@5cedc4b1, net.minecraftforge.oredict.OreIngredient@193e597, net.minecraft.item.crafting.Ingredient@60a98db7, net.minecraftforge.oredict.OreIngredient@31763376]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13310 crafttweaker:ct_shaped1923300161 RecipeStage{tier='five', recipe=1xitem.refinedstorage:upgrade@0:[net.minecraft.item.crafting.Ingredient@30cb1a5, net.minecraftforge.oredict.OreIngredient@1d2d430e, net.minecraft.item.crafting.Ingredient@31c5b129, net.minecraft.item.crafting.Ingredient@31a8d9e4, net.minecraftforge.oredict.OreIngredient@57cfd7ed, net.minecraft.item.crafting.Ingredient@208ddb29, net.minecraft.item.crafting.Ingredient@3cdd6ae8, net.minecraftforge.oredict.OreIngredient@4b4df36e, net.minecraft.item.crafting.Ingredient@62142555]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13311 crafttweaker:ct_shaped-587847896 RecipeStage{tier='five', recipe=1xitem.refinedstorage:fluid_storage_part@3:[net.minecraftforge.oredict.OreIngredient@2c0efead, net.minecraft.item.crafting.Ingredient@7b534bee, net.minecraftforge.oredict.OreIngredient@5f211169, net.minecraft.item.crafting.Ingredient@1c5cb955, net.minecraft.item.crafting.Ingredient@477cc7e5, net.minecraft.item.crafting.Ingredient@2691f8df, net.minecraftforge.oredict.OreIngredient@71ec1f3d, net.minecraft.item.crafting.Ingredient@8039644, net.minecraftforge.oredict.OreIngredient@29e13b4e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13312 crafttweaker:ct_shaped-1869303677 RecipeStage{tier='five', recipe=1xblock.refinedstorage:disk_manipulator@0:[net.minecraft.item.crafting.Ingredient@9f79ad, net.minecraft.item.crafting.Ingredient@119b8b74, net.minecraft.item.crafting.Ingredient@53e9eb5, net.minecraft.item.crafting.Ingredient@25a5fe17, net.minecraft.item.crafting.Ingredient@5e8cb91f, net.minecraft.item.crafting.Ingredient@13015991, net.minecraft.item.crafting.Ingredient@62bba672, net.minecraft.item.crafting.Ingredient@68e4b974, net.minecraft.item.crafting.Ingredient@539bb136]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13313 crafttweaker:ct_shaped1137352484 RecipeStage{tier='five', recipe=1xitem.refinedstorageaddons:wireless_crafting_grid@0:[net.minecraft.item.crafting.Ingredient@4a4fa705, net.minecraft.item.crafting.Ingredient@75781008, net.minecraft.item.crafting.Ingredient@381a38ca, net.minecraft.item.crafting.Ingredient@36863cfe, net.minecraft.item.crafting.Ingredient@1c6c2a4, net.minecraft.item.crafting.Ingredient@340b6ac4, net.minecraft.item.crafting.Ingredient@5dbed8e7, net.minecraftforge.oredict.OreIngredient@5ad87e62, net.minecraft.item.crafting.Ingredient@6d3c447f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13314 crafttweaker:ct_shaped-804896417 RecipeStage{tier='five', recipe=1xtile.rftools.matter_receiver@0:[net.minecraftforge.oredict.OreIngredient@20e5e56, net.minecraftforge.oredict.OreIngredient@29dcc710, net.minecraftforge.oredict.OreIngredient@306e9727, net.minecraft.item.crafting.Ingredient@3ffe32e9, net.minecraft.item.crafting.Ingredient@4f7237ae, net.minecraft.item.crafting.Ingredient@d98d17, net.minecraft.item.crafting.Ingredient@444ae584, net.minecraft.item.crafting.Ingredient@a6dee9e, net.minecraft.item.crafting.Ingredient@54fc773a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13315 crafttweaker:ct_shaped-1676019490 RecipeStage{tier='five', recipe=1xtile.rftools.machine_frame@0:[net.minecraftforge.oredict.OreIngredient@1801e987, net.minecraft.item.crafting.Ingredient@bf459c6, net.minecraftforge.oredict.OreIngredient@6e085f38, net.minecraft.item.crafting.Ingredient@597aa064, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4ea0271d, net.minecraftforge.oredict.OreIngredient@67337d66, net.minecraft.item.crafting.Ingredient@4b6e0f27, net.minecraftforge.oredict.OreIngredient@471bffae]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13316 crafttweaker:ct_shaped1656510041 RecipeStage{tier='five', recipe=1xtile.rftools.matter_transmitter@0:[net.minecraft.item.crafting.Ingredient@8cca09f, net.minecraft.item.crafting.Ingredient@746834ad, net.minecraft.item.crafting.Ingredient@4f441a30, net.minecraft.item.crafting.Ingredient@573a7af9, net.minecraft.item.crafting.Ingredient@3a9ff0d9, net.minecraft.item.crafting.Ingredient@f67767b, net.minecraftforge.oredict.OreIngredient@609d683d, net.minecraftforge.oredict.OreIngredient@64742b65, net.minecraftforge.oredict.OreIngredient@2128160a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13317 crafttweaker:ct_shaped400786205 RecipeStage{tier='five', recipe=1xtile.rftools.machine_base@0:[net.minecraft.item.crafting.Ingredient@154878fa, net.minecraftforge.oredict.OreIngredient@1e9f26ee, net.minecraft.item.crafting.Ingredient@5bf5095b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13318 crafttweaker:ct_shaped436711774 RecipeStage{tier='zero', recipe=3xtile.rustic.ironwood_slab@0:[net.minecraft.item.crafting.Ingredient@3a8cdc69, net.minecraft.item.crafting.Ingredient@6c55ec6a, net.minecraft.item.crafting.Ingredient@b1a0f58]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13319 crafttweaker:ct_shaped-670611859 RecipeStage{tier='zero', recipe=3xtile.rustic.olive_slab@0:[net.minecraft.item.crafting.Ingredient@785660b1, net.minecraft.item.crafting.Ingredient@24e58446, net.minecraft.item.crafting.Ingredient@67900a0c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13320 crafttweaker:ct_shaped-2102442956 RecipeStage{tier='one', recipe=1xtile.rustic.crushing_tub@0:[net.minecraftforge.oredict.OreIngredient@3c2ba969, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@773305b5, net.minecraftforge.oredict.OreIngredient@7ffc68a1, net.minecraftforge.oredict.OreIngredient@18dbdd38, net.minecraftforge.oredict.OreIngredient@795a5fab]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13321 crafttweaker:rutic_empting RecipeStage{tier='two', recipe=1xitem.glassBottle@0:[crafttweaker.mc1120.item.VanillaIngredient@162bf398]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13322 crafttweaker:ct_shaped-795409393 RecipeStage{tier='zero', recipe=8xtile.rustic.painted_wood_black@0:[net.minecraftforge.oredict.OreIngredient@a8e389c, net.minecraftforge.oredict.OreIngredient@4c7a06e8, net.minecraftforge.oredict.OreIngredient@67f6afcb, net.minecraftforge.oredict.OreIngredient@2e88279e, net.minecraftforge.oredict.OreIngredient@5539a00b, net.minecraftforge.oredict.OreIngredient@49e8a102, net.minecraftforge.oredict.OreIngredient@1bb2c703, net.minecraftforge.oredict.OreIngredient@74e9a73c, net.minecraftforge.oredict.OreIngredient@6c487852]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13323 crafttweaker:ct_shaped1299269163 RecipeStage{tier='zero', recipe=8xtile.rustic.painted_wood_red@0:[net.minecraftforge.oredict.OreIngredient@60242468, net.minecraftforge.oredict.OreIngredient@6d236db0, net.minecraftforge.oredict.OreIngredient@544af76f, net.minecraftforge.oredict.OreIngredient@7bef8f5c, net.minecraftforge.oredict.OreIngredient@3a29f32d, net.minecraftforge.oredict.OreIngredient@4c115735, net.minecraftforge.oredict.OreIngredient@4f632057, net.minecraftforge.oredict.OreIngredient@4871c388, net.minecraftforge.oredict.OreIngredient@3db4e130]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13324 crafttweaker:ct_shaped969342727 RecipeStage{tier='zero', recipe=8xtile.rustic.painted_wood_green@0:[net.minecraftforge.oredict.OreIngredient@7bdab14c, net.minecraftforge.oredict.OreIngredient@2d6d57f8, net.minecraftforge.oredict.OreIngredient@6bc6bc5e, net.minecraftforge.oredict.OreIngredient@71e17d77, net.minecraftforge.oredict.OreIngredient@5f9ff2d6, net.minecraftforge.oredict.OreIngredient@180abc4a, net.minecraftforge.oredict.OreIngredient@46f0d759, net.minecraftforge.oredict.OreIngredient@3c800035, net.minecraftforge.oredict.OreIngredient@1c295c31]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13325 crafttweaker:ct_shaped685592929 RecipeStage{tier='zero', recipe=8xtile.rustic.painted_wood_brown@0:[net.minecraftforge.oredict.OreIngredient@518c5b12, net.minecraftforge.oredict.OreIngredient@11860465, net.minecraftforge.oredict.OreIngredient@2dbb2fc8, net.minecraftforge.oredict.OreIngredient@7b25269a, net.minecraftforge.oredict.OreIngredient@4842a627, net.minecraftforge.oredict.OreIngredient@69c63666, net.minecraftforge.oredict.OreIngredient@1d7781f9, net.minecraftforge.oredict.OreIngredient@4fb4753b, net.minecraftforge.oredict.OreIngredient@121a9174]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13326 crafttweaker:ct_shaped253196313 RecipeStage{tier='zero', recipe=8xtile.rustic.painted_wood_blue@0:[net.minecraftforge.oredict.OreIngredient@4ab7f057, net.minecraftforge.oredict.OreIngredient@6beec8b1, net.minecraftforge.oredict.OreIngredient@71f755a, net.minecraftforge.oredict.OreIngredient@41c8c5fc, net.minecraftforge.oredict.OreIngredient@3408a0da, net.minecraftforge.oredict.OreIngredient@29be4daa, net.minecraftforge.oredict.OreIngredient@55775862, net.minecraftforge.oredict.OreIngredient@52179015, net.minecraftforge.oredict.OreIngredient@2368f4fd]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13327 crafttweaker:ct_shaped673067097 RecipeStage{tier='zero', recipe=8xtile.rustic.painted_wood_purple@0:[net.minecraftforge.oredict.OreIngredient@78602e27, net.minecraftforge.oredict.OreIngredient@173bdd01, net.minecraftforge.oredict.OreIngredient@79c260cb, net.minecraftforge.oredict.OreIngredient@1de9ac12, net.minecraftforge.oredict.OreIngredient@6481a89e, net.minecraftforge.oredict.OreIngredient@2d1ba2da, net.minecraftforge.oredict.OreIngredient@47355b8a, net.minecraftforge.oredict.OreIngredient@17ecf642, net.minecraftforge.oredict.OreIngredient@7e407979]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13328 crafttweaker:ct_shaped900721081 RecipeStage{tier='zero', recipe=8xtile.rustic.painted_wood_cyan@0:[net.minecraftforge.oredict.OreIngredient@ebd1919, net.minecraftforge.oredict.OreIngredient@6339fa4f, net.minecraftforge.oredict.OreIngredient@13974e8c, net.minecraftforge.oredict.OreIngredient@6ee16636, net.minecraftforge.oredict.OreIngredient@872cf22, net.minecraftforge.oredict.OreIngredient@2435b7e1, net.minecraftforge.oredict.OreIngredient@dff7ec5, net.minecraftforge.oredict.OreIngredient@684a799a, net.minecraftforge.oredict.OreIngredient@765fa06e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13329 crafttweaker:ct_shaped-1563833579 RecipeStage{tier='zero', recipe=8xtile.rustic.painted_wood_silver@0:[net.minecraftforge.oredict.OreIngredient@7f5c9bfb, net.minecraftforge.oredict.OreIngredient@9a3db83, net.minecraftforge.oredict.OreIngredient@321ef584, net.minecraftforge.oredict.OreIngredient@39c97f79, net.minecraftforge.oredict.OreIngredient@2251a8f8, net.minecraftforge.oredict.OreIngredient@353900f2, net.minecraftforge.oredict.OreIngredient@704e7104, net.minecraftforge.oredict.OreIngredient@28efac3, net.minecraftforge.oredict.OreIngredient@2db79402]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13330 crafttweaker:ct_shaped1725133241 RecipeStage{tier='zero', recipe=8xtile.rustic.painted_wood_gray@0:[net.minecraftforge.oredict.OreIngredient@50f42fd6, net.minecraftforge.oredict.OreIngredient@5331a29d, net.minecraftforge.oredict.OreIngredient@269c02da, net.minecraftforge.oredict.OreIngredient@379a958f, net.minecraftforge.oredict.OreIngredient@46618635, net.minecraftforge.oredict.OreIngredient@181ae12e, net.minecraftforge.oredict.OreIngredient@5e56ba25, net.minecraftforge.oredict.OreIngredient@3d837a8d, net.minecraftforge.oredict.OreIngredient@77990326]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13331 crafttweaker:ct_shaped1211390361 RecipeStage{tier='zero', recipe=8xtile.rustic.painted_wood_pink@0:[net.minecraftforge.oredict.OreIngredient@38458f6a, net.minecraftforge.oredict.OreIngredient@53a98dd5, net.minecraftforge.oredict.OreIngredient@75d8d23f, net.minecraftforge.oredict.OreIngredient@4ae77f91, net.minecraftforge.oredict.OreIngredient@5e4d9778, net.minecraftforge.oredict.OreIngredient@41156e41, net.minecraftforge.oredict.OreIngredient@726f0576, net.minecraftforge.oredict.OreIngredient@305e75d, net.minecraftforge.oredict.OreIngredient@31414612]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13332 crafttweaker:ct_shaped1638777081 RecipeStage{tier='zero', recipe=8xtile.rustic.painted_wood_lime@0:[net.minecraftforge.oredict.OreIngredient@5bcc511d, net.minecraftforge.oredict.OreIngredient@5182aba7, net.minecraftforge.oredict.OreIngredient@7d9191c5, net.minecraftforge.oredict.OreIngredient@465b39b3, net.minecraftforge.oredict.OreIngredient@7f26dcdc, net.minecraftforge.oredict.OreIngredient@3bbd8f0c, net.minecraftforge.oredict.OreIngredient@4a533e07, net.minecraftforge.oredict.OreIngredient@55da005f, net.minecraftforge.oredict.OreIngredient@1cd3f604]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13333 crafttweaker:ct_shaped-1119570599 RecipeStage{tier='zero', recipe=8xtile.rustic.painted_wood_yellow@0:[net.minecraftforge.oredict.OreIngredient@4b41cf7d, net.minecraftforge.oredict.OreIngredient@18317314, net.minecraftforge.oredict.OreIngredient@1d6c50b5, net.minecraftforge.oredict.OreIngredient@1e0cf6ca, net.minecraftforge.oredict.OreIngredient@5bf3f851, net.minecraftforge.oredict.OreIngredient@48c989e8, net.minecraftforge.oredict.OreIngredient@37df81bc, net.minecraftforge.oredict.OreIngredient@4e9c9b2b, net.minecraftforge.oredict.OreIngredient@a69c3d9]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13334 crafttweaker:ct_shaped371284136 RecipeStage{tier='zero', recipe=8xtile.rustic.painted_wood_light_blue@0:[net.minecraftforge.oredict.OreIngredient@e6b8db5, net.minecraftforge.oredict.OreIngredient@45722fa5, net.minecraftforge.oredict.OreIngredient@6f1da1e3, net.minecraftforge.oredict.OreIngredient@2b2ed0d2, net.minecraftforge.oredict.OreIngredient@79faf627, net.minecraftforge.oredict.OreIngredient@2d21e1ba, net.minecraftforge.oredict.OreIngredient@2fb14f44, net.minecraftforge.oredict.OreIngredient@7244b220, net.minecraftforge.oredict.OreIngredient@5c212981]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13335 crafttweaker:ct_shaped-402969477 RecipeStage{tier='zero', recipe=8xtile.rustic.painted_wood_magenta@0:[net.minecraftforge.oredict.OreIngredient@7e2f2f8e, net.minecraftforge.oredict.OreIngredient@5bc19460, net.minecraftforge.oredict.OreIngredient@cc3e88a, net.minecraftforge.oredict.OreIngredient@597ba5b2, net.minecraftforge.oredict.OreIngredient@5eafb24c, net.minecraftforge.oredict.OreIngredient@91a4f6d, net.minecraftforge.oredict.OreIngredient@1a8e617c, net.minecraftforge.oredict.OreIngredient@1edc11aa, net.minecraftforge.oredict.OreIngredient@3dc2edef]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13336 crafttweaker:ct_shaped1447406361 RecipeStage{tier='zero', recipe=8xtile.rustic.painted_wood_orange@0:[net.minecraftforge.oredict.OreIngredient@66f8bc1d, net.minecraftforge.oredict.OreIngredient@f94a43f, net.minecraftforge.oredict.OreIngredient@71bbb526, net.minecraftforge.oredict.OreIngredient@5bbc836b, net.minecraftforge.oredict.OreIngredient@7887d455, net.minecraftforge.oredict.OreIngredient@52982226, net.minecraftforge.oredict.OreIngredient@7e26bfd6, net.minecraftforge.oredict.OreIngredient@41bedca2, net.minecraftforge.oredict.OreIngredient@75d9dbc]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13337 crafttweaker:ct_shaped1324950075 RecipeStage{tier='zero', recipe=8xtile.rustic.painted_wood_white@0:[net.minecraftforge.oredict.OreIngredient@14470663, net.minecraftforge.oredict.OreIngredient@5f54c332, net.minecraftforge.oredict.OreIngredient@68385fb6, net.minecraftforge.oredict.OreIngredient@3639f70, net.minecraftforge.oredict.OreIngredient@2fbbe561, net.minecraftforge.oredict.OreIngredient@560ffef7, net.minecraftforge.oredict.OreIngredient@7c60ce6f, net.minecraftforge.oredict.OreIngredient@6367468c, net.minecraftforge.oredict.OreIngredient@1307276c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13338 crafttweaker:ct_shaped-383966963 RecipeStage{tier='zero', recipe=1xitem.spartanshields:shield_basic_stone@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3a569bbd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@403f292e, net.minecraft.item.crafting.Ingredient@19b54483, net.minecraft.item.crafting.Ingredient@33a33c9e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3d26c224, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13339 crafttweaker:ct_shaped-1610621159 RecipeStage{tier='zero', recipe=1xitem.spartanshields:shield_basic_wood@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@469eaf7, net.minecraftforge.oredict.OreIngredient@374b27a5, net.minecraftforge.oredict.OreIngredient@1d26ba1e, net.minecraftforge.oredict.OreIngredient@161a7c7c, net.minecraftforge.oredict.OreIngredient@5d6f021a, net.minecraftforge.oredict.OreIngredient@33f7601d, net.minecraftforge.oredict.OreIngredient@1ba9da37, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13340 crafttweaker:ct_shaped-1418455037 RecipeStage{tier='five', recipe=1xitem.spartanshields:shield_basic_diamond@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5e15aca2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7bcf1aa8, net.minecraft.item.crafting.Ingredient@73b06a44, net.minecraft.item.crafting.Ingredient@261d6e67, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@551ea6ba, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13341 crafttweaker:ct_shaped-1723061619 RecipeStage{tier='five', recipe=1xitem.spartanshields:shield_riot_rftools@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5607eceb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@26954e25, net.minecraft.item.crafting.Ingredient@6b3672c6, net.minecraft.item.crafting.Ingredient@4bbd326c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@22b4ef44, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13342 crafttweaker:ct_shaped1075347202 RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@18:[net.minecraft.item.crafting.Ingredient@2edc6951, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@76249e0e, net.minecraft.item.crafting.Ingredient@54a8fcf4, net.minecraft.item.crafting.Ingredient@51e3f7ea, net.minecraft.item.crafting.Ingredient@1c389a66, net.minecraft.item.crafting.Ingredient@4e3eb301, net.minecraft.item.crafting.Ingredient@5d62a96e, net.minecraft.item.crafting.Ingredient@13f0598f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13343 crafttweaker:ct_shaped-1617081095 RecipeStage{tier='three', recipe=1xtile.SC2:upgrade@6:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4b430a3d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@705e0eef, net.minecraft.item.crafting.Ingredient@383ff053, net.minecraft.item.crafting.Ingredient@2912eafa, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7ad31f07, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13344 crafttweaker:ct_shaped-1504904227 RecipeStage{tier='three', recipe=1xitem.SC2:unknowncomponent@15:[net.minecraftforge.oredict.OreIngredient@7a7a5fc4, net.minecraftforge.oredict.OreIngredient@3d0085b0, net.minecraft.item.crafting.Ingredient@3fbedd0]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13345 crafttweaker:ct_shaped67161384 RecipeStage{tier='three', recipe=1xtile.SC2:BlockDetector@0:[net.minecraft.item.crafting.Ingredient@61b2e18f, net.minecraft.item.crafting.Ingredient@499e1602]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13346 crafttweaker:ct_shaped989783267 RecipeStage{tier='three', recipe=2xitem.SC2:unknowncomponent@65:[net.minecraftforge.oredict.OreIngredient@700a2784, net.minecraftforge.oredict.OreIngredient@2c43d138, net.minecraftforge.oredict.OreIngredient@5a0be3a6, net.minecraftforge.oredict.OreIngredient@631cc0e3, net.minecraftforge.oredict.OreIngredient@420bfd03, net.minecraftforge.oredict.OreIngredient@70732e6b, net.minecraftforge.oredict.OreIngredient@7560f510, net.minecraftforge.oredict.OreIngredient@70fe2887, net.minecraftforge.oredict.OreIngredient@6d00207e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13347 crafttweaker:ct_shaped-758042042 RecipeStage{tier='three', recipe=1xtile.SC2:upgrade@13:[net.minecraft.item.crafting.Ingredient@4695bc3, net.minecraft.item.crafting.Ingredient@7653e62b, net.minecraft.item.crafting.Ingredient@77685276, net.minecraft.item.crafting.Ingredient@1b078f35, net.minecraft.item.crafting.Ingredient@55fe78d5, net.minecraft.item.crafting.Ingredient@3cf5aeff, net.minecraft.item.crafting.Ingredient@93bb0f5, net.minecraft.item.crafting.Ingredient@2e62e8c0, net.minecraft.item.crafting.Ingredient@8fc0509]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13348 crafttweaker:ct_shaped-1164450811 RecipeStage{tier='three', recipe=2xtile.SC2:BlockAdvDetector@0:[net.minecraftforge.oredict.OreIngredient@19efc0bf, net.minecraft.item.crafting.Ingredient@4d87676f, net.minecraftforge.oredict.OreIngredient@749ab2f7, net.minecraftforge.oredict.OreIngredient@1c263520, net.minecraft.item.crafting.Ingredient@7babf423, net.minecraftforge.oredict.OreIngredient@de14826, net.minecraftforge.oredict.OreIngredient@2ccd4e67, net.minecraft.item.crafting.Ingredient@1eff1eb, net.minecraftforge.oredict.OreIngredient@25410719]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13349 crafttweaker:ct_shaped-1964983565 RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@9:[net.minecraftforge.oredict.OreIngredient@22e6dbef, net.minecraftforge.oredict.OreIngredient@641e17a2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1a80d263, net.minecraftforge.oredict.OreIngredient@37d477e5, net.minecraft.item.crafting.Ingredient@23f9fb53, net.minecraftforge.oredict.OreIngredient@37ce4b89, net.minecraftforge.oredict.OreIngredient@2b4194d9, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13350 crafttweaker:ct_shaped1758798560 RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@57:[net.minecraft.item.crafting.Ingredient@3f3eb50b, net.minecraft.item.crafting.Ingredient@5371e2dc, net.minecraft.item.crafting.Ingredient@16a66938, net.minecraft.item.crafting.Ingredient@31e6c069, net.minecraft.item.crafting.Ingredient@7b3abdb3, net.minecraft.item.crafting.Ingredient@2701d70a, net.minecraft.item.crafting.Ingredient@24b957b, net.minecraft.item.crafting.Ingredient@5a9e8d3, net.minecraft.item.crafting.Ingredient@2bd00af0]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13351 crafttweaker:ct_shaped-2084022713 RecipeStage{tier='three', recipe=4xitem.SC2:unknowncomponent@83:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, crafttweaker.api.minecraft.CraftTweakerMC$1@2403107, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5c7e9c79, net.minecraftforge.oredict.OreIngredient@165b1855, net.minecraftforge.oredict.OreIngredient@3d7717e4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3ebcc144, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13352 crafttweaker:ct_shaped-554224505 RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@89:[net.minecraft.item.crafting.Ingredient@16091fbe, net.minecraft.item.crafting.Ingredient@585e249a, net.minecraft.item.crafting.Ingredient@5d93d042, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@57d8c55, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5b5797ab, net.minecraftforge.oredict.OreIngredient@728402af, net.minecraft.item.crafting.Ingredient@3156dd7d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13353 crafttweaker:ct_shaped1452238409 RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@20:[net.minecraft.item.crafting.Ingredient@58a0f026, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3f2dde56, net.minecraft.item.crafting.Ingredient@6dee3266, net.minecraft.item.crafting.Ingredient@6a54b793, net.minecraft.item.crafting.Ingredient@352a5b3f, net.minecraft.item.crafting.Ingredient@64a4eca2, net.minecraft.item.crafting.Ingredient@78c59f52, net.minecraft.item.crafting.Ingredient@37e257f6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13354 crafttweaker:ct_shaped-725753285 RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@84:[net.minecraftforge.oredict.OreIngredient@50761196, net.minecraftforge.oredict.OreIngredient@13f436c6, net.minecraftforge.oredict.OreIngredient@479f14e5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6267b607, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2fde17c, net.minecraftforge.oredict.OreIngredient@308da5e3, net.minecraft.item.crafting.Ingredient@f8aa72b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13355 crafttweaker:ct_shaped-997435322 RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@84:[net.minecraftforge.oredict.OreIngredient@5002ff53, net.minecraftforge.oredict.OreIngredient@3d19022e, net.minecraftforge.oredict.OreIngredient@60e60ad3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3a0f5a1b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7db0d26e, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13356 crafttweaker:ct_shaped624470326 RecipeStage{tier='three', recipe=1xitem.SC2:unknowncomponent@17:[net.minecraftforge.oredict.OreIngredient@8cdb784, net.minecraftforge.oredict.OreIngredient@58ad84dc, net.minecraftforge.oredict.OreIngredient@18b2d250, net.minecraftforge.oredict.OreIngredient@63ea408a, net.minecraft.item.crafting.Ingredient@67ebae4, net.minecraftforge.oredict.OreIngredient@32c15593, net.minecraftforge.oredict.OreIngredient@3cef21c9, net.minecraftforge.oredict.OreIngredient@db0d8ce, net.minecraftforge.oredict.OreIngredient@7eeafa06]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13357 crafttweaker:ct_shaped-1039530366 RecipeStage{tier='three', recipe=2xitem.SC2:unknowncomponent@42:[net.minecraftforge.oredict.OreIngredient@46bf5585, net.minecraftforge.oredict.OreIngredient@31bd5f2, net.minecraftforge.oredict.OreIngredient@8660bf7, net.minecraftforge.oredict.OreIngredient@2175fa37, net.minecraftforge.oredict.OreIngredient@1dda90e1, net.minecraftforge.oredict.OreIngredient@40b372ed, net.minecraftforge.oredict.OreIngredient@78b2f0bf, net.minecraftforge.oredict.OreIngredient@769819dc, net.minecraftforge.oredict.OreIngredient@3f8cc276]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13358 crafttweaker:ct_shaped-796573499 RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@43:[net.minecraftforge.oredict.OreIngredient@6473eb70, net.minecraftforge.oredict.OreIngredient@babd849, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3dcb6619, net.minecraftforge.oredict.OreIngredient@648d9ca4, net.minecraft.item.crafting.Ingredient@1f5ed32e, net.minecraftforge.oredict.OreIngredient@4ae2391c, net.minecraftforge.oredict.OreIngredient@2cff65f7, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13359 crafttweaker:ct_shaped1314585067 RecipeStage{tier='three', recipe=1xtile.SC2:BlockDistributor@0:[net.minecraft.item.crafting.Ingredient@249fa470, net.minecraft.item.crafting.Ingredient@4d31d46e, net.minecraft.item.crafting.Ingredient@16403e0d, net.minecraft.item.crafting.Ingredient@41c721ef, net.minecraft.item.crafting.Ingredient@1822a183, net.minecraft.item.crafting.Ingredient@5bf3844d, net.minecraft.item.crafting.Ingredient@4cd47968, net.minecraft.item.crafting.Ingredient@34e4e144, net.minecraft.item.crafting.Ingredient@394760e2]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13360 crafttweaker:ct_shaped2146492309 RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@14:[net.minecraftforge.oredict.OreIngredient@7ed15a6b, net.minecraftforge.oredict.OreIngredient@112173e0, net.minecraftforge.oredict.OreIngredient@25c4e41, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1e7e98, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@74e87ef2, net.minecraftforge.oredict.OreIngredient@6eccadfc, net.minecraft.item.crafting.Ingredient@e02c822]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13361 crafttweaker:ct_shaped1109208268 RecipeStage{tier='three', recipe=1xitem.SC2:unknowncomponent@11:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7d1b8dc4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4ab3737b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@411b849c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13362 crafttweaker:ct_shaped1278901763 RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@93:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@59c00745, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7814d414, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@296d48c6, net.minecraft.item.crafting.Ingredient@344f0613, net.minecraft.item.crafting.Ingredient@6decc5f0]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13363 crafttweaker:ct_shaped1732714994 RecipeStage{tier='three', recipe=32xitem.SC2:unknowncomponent@61:[net.minecraft.item.crafting.Ingredient@3306182d, net.minecraft.item.crafting.Ingredient@70ee5df3, net.minecraft.item.crafting.Ingredient@3c5db263, net.minecraft.item.crafting.Ingredient@3715235d, net.minecraft.item.crafting.Ingredient@345192e2, net.minecraft.item.crafting.Ingredient@3652405e, net.minecraft.item.crafting.Ingredient@67cd325d, net.minecraft.item.crafting.Ingredient@795cea32, net.minecraft.item.crafting.Ingredient@41a2a179]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13364 crafttweaker:ct_shaped-1977285478 RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@23:[net.minecraftforge.oredict.OreIngredient@65d649a3, net.minecraft.item.crafting.Ingredient@6b07c09e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13365 crafttweaker:ct_shaped-2111701519 RecipeStage{tier='three', recipe=1xtile.SC2:upgrade@11:[net.minecraftforge.oredict.OreIngredient@7594aab6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@21696414, net.minecraft.item.crafting.Ingredient@7625aacb, net.minecraft.item.crafting.Ingredient@23f387a1, net.minecraft.item.crafting.Ingredient@73e25873, net.minecraftforge.oredict.OreIngredient@19c1cbdf, net.minecraft.item.crafting.Ingredient@426959de, net.minecraftforge.oredict.OreIngredient@7d1810bd]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13366 crafttweaker:ct_shaped-81585869 RecipeStage{tier='four', recipe=1xitem.SC2:unknownmodule@45:[net.minecraft.item.crafting.Ingredient@1cd8eead, net.minecraftforge.oredict.OreIngredient@bd041da, net.minecraft.item.crafting.Ingredient@37f5ed7, net.minecraftforge.oredict.OreIngredient@3edf2bfd, net.minecraft.item.crafting.Ingredient@65a9170d, net.minecraftforge.oredict.OreIngredient@6c7e54f3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@158e364d, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13367 crafttweaker:ct_shaped-481440423 RecipeStage{tier='three', recipe=1xitem.SC2:unknowncomponent@26:[net.minecraftforge.oredict.OreIngredient@524977c2, net.minecraft.item.crafting.Ingredient@7f7513f9, net.minecraftforge.oredict.OreIngredient@61320928, net.minecraft.item.crafting.Ingredient@56a771d, net.minecraft.item.crafting.Ingredient@1c84f715, net.minecraft.item.crafting.Ingredient@4bb9d5a7, net.minecraft.item.crafting.Ingredient@3ab3eeb1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6cb7a465]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13368 crafttweaker:ct_shaped2098845241 RecipeStage{tier='three', recipe=1xitem.SC2:unknowncomponent@59:[net.minecraftforge.oredict.OreIngredient@5730dab9, net.minecraftforge.oredict.OreIngredient@52a12915, net.minecraftforge.oredict.OreIngredient@77c29396, net.minecraftforge.oredict.OreIngredient@26078587, net.minecraft.item.crafting.Ingredient@773376ec, net.minecraftforge.oredict.OreIngredient@2c01009e, net.minecraftforge.oredict.OreIngredient@4f3c78ab, net.minecraft.item.crafting.Ingredient@550de776, net.minecraftforge.oredict.OreIngredient@39e57f2d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13369 crafttweaker:ct_shaped-964336238 RecipeStage{tier='three', recipe=1xtile.SC2:upgrade@17:[net.minecraftforge.oredict.OreIngredient@1dc48d7f, net.minecraft.item.crafting.Ingredient@3191574c, net.minecraftforge.oredict.OreIngredient@b9d205f, net.minecraft.item.crafting.Ingredient@19933a16, net.minecraft.item.crafting.Ingredient@2005f32e, net.minecraft.item.crafting.Ingredient@1b15fb55, net.minecraftforge.oredict.OreIngredient@79e8afb0, net.minecraft.item.crafting.Ingredient@79ab7911, net.minecraftforge.oredict.OreIngredient@76b87989]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13370 crafttweaker:ct_shaped1982055750 RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@78:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4243eb58, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7e6a598f, net.minecraft.item.crafting.Ingredient@5cabd4a2, net.minecraftforge.oredict.OreIngredient@696a9a8f, net.minecraft.item.crafting.Ingredient@342eb5d1, net.minecraftforge.oredict.OreIngredient@182424fa, net.minecraft.item.crafting.Ingredient@1a28ed98]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13371 crafttweaker:ct_shaped133013938 RecipeStage{tier='three', recipe=1xtile.SC2:upgrade@4:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, crafttweaker.api.minecraft.CraftTweakerMC$1@272bb2b0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@666a1bb9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5f50e07a, net.minecraft.item.crafting.Ingredient@2498225, net.minecraftforge.oredict.OreIngredient@780d0eee]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13372 crafttweaker:ct_shaped-918247584 RecipeStage{tier='three', recipe=1xtile.SC2:upgrade@4:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, crafttweaker.api.minecraft.CraftTweakerMC$1@4e8c7585, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@16070f1e, net.minecraft.item.crafting.Ingredient@5811ff51, net.minecraftforge.oredict.OreIngredient@48fbf0c3, net.minecraftforge.oredict.OreIngredient@65769404, net.minecraft.item.crafting.Ingredient@4b27184b, net.minecraftforge.oredict.OreIngredient@1c1b8d09]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13373 crafttweaker:ct_shaped-1817906099 RecipeStage{tier='three', recipe=1xtile.SC2:upgrade@4:[net.minecraft.item.crafting.Ingredient@b710ba1, crafttweaker.api.minecraft.CraftTweakerMC$1@5a76787f, net.minecraft.item.crafting.Ingredient@29e0d63a, net.minecraftforge.oredict.OreIngredient@69d365ca, net.minecraft.item.crafting.Ingredient@6afc4752, net.minecraftforge.oredict.OreIngredient@3a07ff2, net.minecraftforge.oredict.OreIngredient@2cde38ba, net.minecraft.item.crafting.Ingredient@5ed1e5de, net.minecraftforge.oredict.OreIngredient@569fff81]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13374 crafttweaker:ct_shaped-328112052 RecipeStage{tier='three', recipe=1xtile.SC2:upgrade@4:[net.minecraft.item.crafting.Ingredient@5640554f, crafttweaker.api.minecraft.CraftTweakerMC$1@b06acd5, net.minecraft.item.crafting.Ingredient@5a28477e, net.minecraftforge.oredict.OreIngredient@7362c84d, net.minecraft.item.crafting.Ingredient@27dc1143, net.minecraftforge.oredict.OreIngredient@19826169, net.minecraftforge.oredict.OreIngredient@109d690, net.minecraft.item.crafting.Ingredient@64cc565c, net.minecraftforge.oredict.OreIngredient@23dd158f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13375 crafttweaker:ct_shaped111242893 RecipeStage{tier='three', recipe=1xtile.SC2:upgrade@4:[net.minecraft.item.crafting.Ingredient@29dea1b4, crafttweaker.api.minecraft.CraftTweakerMC$1@662c4f49, net.minecraft.item.crafting.Ingredient@60d48b66, net.minecraftforge.oredict.OreIngredient@2bee8b9e, net.minecraft.item.crafting.Ingredient@77e14c56, net.minecraftforge.oredict.OreIngredient@73b313e4, net.minecraftforge.oredict.OreIngredient@3778294f, net.minecraft.item.crafting.Ingredient@6815e645, net.minecraftforge.oredict.OreIngredient@15eb84ed]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13376 crafttweaker:ct_shaped-1799428724 RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@80:[net.minecraft.item.crafting.Ingredient@7e2c8987, net.minecraft.item.crafting.Ingredient@8e8e55c, net.minecraft.item.crafting.Ingredient@4f881dca, net.minecraft.item.crafting.Ingredient@68d243a, net.minecraftforge.oredict.OreIngredient@1cf7f5dd, net.minecraft.item.crafting.Ingredient@53fa311a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5c1300e2, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13377 crafttweaker:ct_shaped-878859183 RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@80:[net.minecraftforge.oredict.OreIngredient@33d053ae, net.minecraftforge.oredict.OreIngredient@102a1114, net.minecraftforge.oredict.OreIngredient@125a90ea, net.minecraftforge.oredict.OreIngredient@568a8653, net.minecraftforge.oredict.OreIngredient@6776e20f, net.minecraftforge.oredict.OreIngredient@2714ed44, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@618ff48c, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13378 crafttweaker:ct_shaped1000737324 RecipeStage{tier='three', recipe=12xitem.SC2:unknowncomponent@43:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@63355ef0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3303ae03, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@33fd1bea, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13379 crafttweaker:ct_shaped-1765343825 RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@49:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2dc8b28d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@64c3bb1a, net.minecraftforge.oredict.OreIngredient@4a9e7237, net.minecraft.item.crafting.Ingredient@11e712c5, net.minecraftforge.oredict.OreIngredient@795396ae, net.minecraft.item.crafting.Ingredient@31f9f5, net.minecraftforge.oredict.OreIngredient@39872c0e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13380 crafttweaker:ct_shaped-798560022 RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@91:[net.minecraftforge.oredict.OreIngredient@10df60c1, net.minecraft.item.crafting.Ingredient@755c6292, net.minecraftforge.oredict.OreIngredient@7aadc39d, net.minecraftforge.oredict.OreIngredient@7a4a779a, net.minecraft.item.crafting.Ingredient@1178c97a, net.minecraftforge.oredict.OreIngredient@7a66135, net.minecraftforge.oredict.OreIngredient@1303fb77, net.minecraft.item.crafting.Ingredient@3adca82a, net.minecraftforge.oredict.OreIngredient@6db88512]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13381 crafttweaker:ct_shaped1434628314 RecipeStage{tier='three', recipe=1xtile.SC2:BlockDetector@2:[net.minecraftforge.oredict.OreIngredient@5923ee59, net.minecraftforge.oredict.OreIngredient@55f77e49, net.minecraftforge.oredict.OreIngredient@ab51125, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@238c8574, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@659bf67a, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13382 crafttweaker:ct_shaped1436088297 RecipeStage{tier='three', recipe=8xitem.SC2:unknowncomponent@33:[net.minecraftforge.oredict.OreIngredient@b70c9b6, net.minecraftforge.oredict.OreIngredient@296eddc4]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13383 crafttweaker:ct_shaped-279654248 RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@42:[net.minecraftforge.oredict.OreIngredient@6e8e4ab8, net.minecraftforge.oredict.OreIngredient@541c5935, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@592c1779, net.minecraftforge.oredict.OreIngredient@6736165, net.minecraft.item.crafting.Ingredient@1a342099, net.minecraftforge.oredict.OreIngredient@2c57071b, net.minecraftforge.oredict.OreIngredient@15f95a37, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13384 crafttweaker:ct_shaped1282451734 RecipeStage{tier='three', recipe=1xtile.SC2:BlockDetector@1:[net.minecraft.item.crafting.Ingredient@89c79a4, net.minecraft.item.crafting.Ingredient@3317b0c6, net.minecraft.item.crafting.Ingredient@276c0660, net.minecraftforge.oredict.OreIngredient@781bc858, net.minecraft.item.crafting.Ingredient@1321cfa6, net.minecraftforge.oredict.OreIngredient@1d3edc84, net.minecraft.item.crafting.Ingredient@5a269645, net.minecraft.item.crafting.Ingredient@7cd9dc51, net.minecraft.item.crafting.Ingredient@61987093]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13385 crafttweaker:ct_shaped255506706 RecipeStage{tier='three', recipe=1xitem.SC2:unknowncomponent@39:[net.minecraft.item.crafting.Ingredient@a295ad8, net.minecraft.item.crafting.Ingredient@64537166, net.minecraft.item.crafting.Ingredient@56da02e9, net.minecraft.item.crafting.Ingredient@7464fc49, net.minecraft.item.crafting.Ingredient@34db8787, net.minecraft.item.crafting.Ingredient@4b7c083b, net.minecraft.item.crafting.Ingredient@4d3796f7, net.minecraft.item.crafting.Ingredient@1e62adac, net.minecraft.item.crafting.Ingredient@76ede658]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13386 crafttweaker:ct_shaped-1171127088 RecipeStage{tier='three', recipe=1xtile.SC2:upgrade@5:[net.minecraftforge.oredict.OreIngredient@5dfb156e, crafttweaker.api.minecraft.CraftTweakerMC$1@2c8aa008, net.minecraftforge.oredict.OreIngredient@270e67f8, net.minecraftforge.oredict.OreIngredient@3e488a67, net.minecraft.item.crafting.Ingredient@3b1db8a5, net.minecraftforge.oredict.OreIngredient@42eed52e, net.minecraftforge.oredict.OreIngredient@160b4b2c, net.minecraft.item.crafting.Ingredient@6c6af038, net.minecraftforge.oredict.OreIngredient@3a64a580]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13387 crafttweaker:ct_shaped346697568 RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@19:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@e174047, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@42893882, net.minecraft.item.crafting.Ingredient@79d9fbdb, net.minecraft.item.crafting.Ingredient@668e19c5, net.minecraft.item.crafting.Ingredient@522f782b, net.minecraft.item.crafting.Ingredient@59e907c4, net.minecraft.item.crafting.Ingredient@6f582801]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13388 crafttweaker:ct_shaped-284024239 RecipeStage{tier='three', recipe=1xtile.SC2:upgrade@7:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@790e441e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@50499534, net.minecraft.item.crafting.Ingredient@418f6fde, net.minecraft.item.crafting.Ingredient@6fb95fce, net.minecraftforge.oredict.OreIngredient@641cc893, net.minecraft.item.crafting.Ingredient@78e00111, net.minecraftforge.oredict.OreIngredient@422b704c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13389 crafttweaker:ct_shaped1873299324 RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@99:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@67c900e8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@659304d2, net.minecraftforge.oredict.OreIngredient@1d8369f8, net.minecraftforge.oredict.OreIngredient@4b3c314, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2b524d2a, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13390 crafttweaker:ct_shaped1976072717 RecipeStage{tier='three', recipe=1xitem.SC2:unknowncomponent@16:[net.minecraft.item.crafting.Ingredient@561a6906, net.minecraftforge.oredict.OreIngredient@50501694, net.minecraft.item.crafting.Ingredient@4a61d4e9, net.minecraft.item.crafting.Ingredient@73e3eb92, net.minecraftforge.oredict.OreIngredient@76b4eeb1, net.minecraft.item.crafting.Ingredient@2680b245, net.minecraft.item.crafting.Ingredient@6282fce0, net.minecraftforge.oredict.OreIngredient@e513459, net.minecraft.item.crafting.Ingredient@5f419244]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13391 crafttweaker:ct_shaped707932234 RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@12:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7cf00173, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@9e097f1, net.minecraft.item.crafting.Ingredient@e949968, net.minecraft.item.crafting.Ingredient@5d94e94c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@21938014, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13392 crafttweaker:ct_shaped1142477391 RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@44:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2cc1d4c8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6b447e1, net.minecraft.item.crafting.Ingredient@7c9000f2, net.minecraftforge.oredict.OreIngredient@413ebc54, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@63fb472f, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13393 crafttweaker:ct_shaped-422772534 RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@95:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@47549ffe, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3b3f8076, net.minecraftforge.oredict.OreIngredient@f574759, net.minecraft.item.crafting.Ingredient@36acaba3, net.minecraft.item.crafting.Ingredient@556479e7, net.minecraft.item.crafting.Ingredient@129f6f0d, net.minecraft.item.crafting.Ingredient@27c78f88]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13394 crafttweaker:ct_shaped-530354999 RecipeStage{tier='three', recipe=1xitem.SC2:unknowncomponent@28:[net.minecraft.item.crafting.Ingredient@74e5c960, net.minecraft.item.crafting.Ingredient@2b83d5a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13395 crafttweaker:ct_shaped-1154872411 RecipeStage{tier='three', recipe=32xitem.SC2:unknowncomponent@30:[net.minecraftforge.oredict.OreIngredient@6bb6dd07, net.minecraftforge.oredict.OreIngredient@7016b436, net.minecraftforge.oredict.OreIngredient@2a62cd9d, net.minecraftforge.oredict.OreIngredient@69f37766, net.minecraftforge.oredict.OreIngredient@34f0d1ba, net.minecraftforge.oredict.OreIngredient@71027416, net.minecraftforge.oredict.OreIngredient@4d30418e, net.minecraftforge.oredict.OreIngredient@3f0a5709, net.minecraftforge.oredict.OreIngredient@d453c53]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13396 crafttweaker:ct_shaped-1823548332 RecipeStage{tier='three', recipe=8xitem.SC2:unknowncomponent@60:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6f054b29, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@20764b76, net.minecraft.item.crafting.Ingredient@4d29e26e, net.minecraftforge.oredict.OreIngredient@692af83c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2c33aa33, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13397 crafttweaker:ct_shaped482233795 RecipeStage{tier='four', recipe=1xtile.SC2:upgrade@19:[net.minecraft.item.crafting.Ingredient@3e8c7938, net.minecraft.item.crafting.Ingredient@3c34c615, net.minecraft.item.crafting.Ingredient@2e132b7, net.minecraftforge.oredict.OreIngredient@333262ea, net.minecraft.item.crafting.Ingredient@6eaa880d, net.minecraftforge.oredict.OreIngredient@7434efa3, net.minecraft.item.crafting.Ingredient@7f4b0f18, net.minecraft.item.crafting.Ingredient@5f4e0729, net.minecraft.item.crafting.Ingredient@659e162d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13398 crafttweaker:ct_shaped-443377111 RecipeStage{tier='three', recipe=1xtile.SC2:BlockCartAssembler@0:[net.minecraft.item.crafting.Ingredient@3684b4ca, net.minecraft.item.crafting.Ingredient@11105ecd, net.minecraft.item.crafting.Ingredient@3ec86489, net.minecraft.item.crafting.Ingredient@2bf22203, net.minecraft.item.crafting.Ingredient@3843f153, net.minecraft.item.crafting.Ingredient@2b3626a0, net.minecraftforge.oredict.OreIngredient@5627f363, net.minecraft.item.crafting.Ingredient@6cff219e, net.minecraftforge.oredict.OreIngredient@4b118c3b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13399 crafttweaker:ct_shaped38313763 RecipeStage{tier='three', recipe=1xitem.SC2:unknowncomponent@18:[net.minecraft.item.crafting.Ingredient@5108a0df, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@38ddfd76, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2dbbd822, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6a0ce9fa, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7e16b23c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13400 crafttweaker:ct_shaped-1993510713 RecipeStage{tier='three', recipe=1xtile.SC2:upgrade@9:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@29f7c6c5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5afe6111, net.minecraft.item.crafting.Ingredient@57b0008d, net.minecraft.item.crafting.Ingredient@1cfccf15, net.minecraftforge.oredict.OreIngredient@b2ae3a1, net.minecraft.item.crafting.Ingredient@22f5fd3c, net.minecraftforge.oredict.OreIngredient@75162587]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13401 crafttweaker:ct_shaped-971847743 RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@86:[net.minecraft.item.crafting.Ingredient@f68c857, net.minecraft.item.crafting.Ingredient@530305f0, net.minecraft.item.crafting.Ingredient@5e921eb1, net.minecraft.item.crafting.Ingredient@1a6c32f9, net.minecraft.item.crafting.Ingredient@538f7b93, net.minecraft.item.crafting.Ingredient@1868d897, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@56c13abd, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13402 crafttweaker:ct_shaped1926449944 RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@22:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2dc13166, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5ba94ae, net.minecraft.item.crafting.Ingredient@5bc848ee, net.minecraft.item.crafting.Ingredient@48385f8]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13403 crafttweaker:ct_shaped-15821425 RecipeStage{tier='three', recipe=1xtile.SC2:upgrade@10:[net.minecraftforge.oredict.OreIngredient@206dce0f, net.minecraft.item.crafting.Ingredient@71232148, net.minecraftforge.oredict.OreIngredient@68b588ba, net.minecraft.item.crafting.Ingredient@70017c11, net.minecraftforge.oredict.OreIngredient@3ed2c9a8, net.minecraft.item.crafting.Ingredient@5613865b, net.minecraftforge.oredict.OreIngredient@12a7347b, net.minecraft.item.crafting.Ingredient@69bd33ca, net.minecraftforge.oredict.OreIngredient@418a28dc]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13404 crafttweaker:ct_shaped-373886602 RecipeStage{tier='three', recipe=1xitem.SC2:unknowncomponent@27:[net.minecraftforge.oredict.OreIngredient@be14fe8, net.minecraft.item.crafting.Ingredient@204eb603, net.minecraftforge.oredict.OreIngredient@20edf2a3, net.minecraftforge.oredict.OreIngredient@30b1e2aa, net.minecraft.item.crafting.Ingredient@31ae755b, net.minecraftforge.oredict.OreIngredient@640533c3, net.minecraftforge.oredict.OreIngredient@2bb2bd0a, net.minecraftforge.oredict.OreIngredient@14a9ae64, net.minecraftforge.oredict.OreIngredient@566f1507]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13405 crafttweaker:ct_shaped-157863145 RecipeStage{tier='four', recipe=1xitem.SC2:unknowncomponent@58:[net.minecraft.item.crafting.Ingredient@1b39af22, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@25dd0ba2, net.minecraftforge.oredict.OreIngredient@7cde5bf3, net.minecraft.item.crafting.Ingredient@5237ae42, net.minecraftforge.oredict.OreIngredient@4214b99, net.minecraft.item.crafting.Ingredient@496cc0a4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@47630bb9]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13406 crafttweaker:ct_shaped1263406044 RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@101:[net.minecraft.item.crafting.Ingredient@2849f8a9, net.minecraft.item.crafting.Ingredient@26ba03ba]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13407 crafttweaker:ct_shaped46945725 RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@85:[net.minecraft.item.crafting.Ingredient@9fc9e29, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@569d726c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@317654a6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@47a736e1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2ac7f5ea]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13408 crafttweaker:ct_shaped-1125305313 RecipeStage{tier='three', recipe=8xitem.SC2:unknowncomponent@34:[net.minecraft.item.crafting.Ingredient@17f4fccc, net.minecraft.item.crafting.Ingredient@142459f0, net.minecraft.item.crafting.Ingredient@6aca65ab, net.minecraft.item.crafting.Ingredient@7f37a5bd, net.minecraftforge.oredict.OreIngredient@4f15340b, net.minecraft.item.crafting.Ingredient@79481fc0, net.minecraft.item.crafting.Ingredient@4096ca7f, net.minecraft.item.crafting.Ingredient@2ce959d, net.minecraft.item.crafting.Ingredient@641d4ca3]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13409 crafttweaker:ct_shaped-2084055883 RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@94:[net.minecraft.item.crafting.Ingredient@5d92e9ff, net.minecraft.item.crafting.Ingredient@2ba11500, net.minecraft.item.crafting.Ingredient@5db51f94, net.minecraftforge.oredict.OreIngredient@534328d5, net.minecraft.item.crafting.Ingredient@1954ee53, net.minecraftforge.oredict.OreIngredient@3afee16c, net.minecraft.item.crafting.Ingredient@4fc21018, net.minecraft.item.crafting.Ingredient@58d9cb5, net.minecraft.item.crafting.Ingredient@3b95cc21]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13410 crafttweaker:ct_shaped894718467 RecipeStage{tier='three', recipe=1xitem.SC2:unknowncomponent@10:[net.minecraftforge.oredict.OreIngredient@76adbfbe, net.minecraftforge.oredict.OreIngredient@29b033a3, net.minecraftforge.oredict.OreIngredient@40b17a14, net.minecraft.item.crafting.Ingredient@55d052e7, net.minecraft.item.crafting.Ingredient@4e1b47ac, net.minecraft.item.crafting.Ingredient@661e58e7, net.minecraft.item.crafting.Ingredient@2d34ffea, net.minecraft.item.crafting.Ingredient@7aa4c7c1, net.minecraft.item.crafting.Ingredient@6e96c91e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13411 crafttweaker:ct_shaped1032363592 RecipeStage{tier='three', recipe=1xtile.SC2:upgrade@1:[net.minecraftforge.oredict.OreIngredient@7a5b7d4b, net.minecraft.item.crafting.Ingredient@709a1645, net.minecraftforge.oredict.OreIngredient@2c5c4d58, net.minecraft.item.crafting.Ingredient@745aaff4, net.minecraftforge.oredict.OreIngredient@554a2511, net.minecraft.item.crafting.Ingredient@75c239c3, net.minecraftforge.oredict.OreIngredient@3b3a9cae, net.minecraft.item.crafting.Ingredient@1a3eb132, net.minecraftforge.oredict.OreIngredient@1e587dc9]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13412 crafttweaker:ct_shaped-75147943 RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@8:[net.minecraftforge.oredict.OreIngredient@7ab053e0, net.minecraftforge.oredict.OreIngredient@15807ff4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7ad8eb57, net.minecraftforge.oredict.OreIngredient@27b377f0, net.minecraft.item.crafting.Ingredient@5fe40fb5, net.minecraftforge.oredict.OreIngredient@498da462, net.minecraftforge.oredict.OreIngredient@74327c57, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13413 crafttweaker:ct_shaped-738940877 RecipeStage{tier='three', recipe=1xtile.SC2:upgrade@12:[net.minecraft.item.crafting.Ingredient@488289d6, net.minecraft.item.crafting.Ingredient@3764aed4, net.minecraft.item.crafting.Ingredient@13eea2ee, net.minecraft.item.crafting.Ingredient@74d9a400, net.minecraftforge.oredict.OreIngredient@28c95f74, net.minecraft.item.crafting.Ingredient@3a4956b7, net.minecraftforge.oredict.OreIngredient@5c567ac2, net.minecraft.item.crafting.Ingredient@65163cec, net.minecraftforge.oredict.OreIngredient@7c6fdc5]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13414 crafttweaker:ct_shaped-630597594 RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@79:[net.minecraft.item.crafting.Ingredient@774aff64, net.minecraft.item.crafting.Ingredient@18a50b25, net.minecraft.item.crafting.Ingredient@4c80b581, net.minecraft.item.crafting.Ingredient@7c184101, net.minecraftforge.oredict.OreIngredient@5c093039, net.minecraft.item.crafting.Ingredient@6c45e4be, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2520680a, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13415 crafttweaker:ct_shaped1235067060 RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@79:[net.minecraftforge.oredict.OreIngredient@1b0e25e6, net.minecraftforge.oredict.OreIngredient@e934646, net.minecraftforge.oredict.OreIngredient@4d30233e, net.minecraftforge.oredict.OreIngredient@6bf672aa, net.minecraftforge.oredict.OreIngredient@13d5b27, net.minecraftforge.oredict.OreIngredient@15888c30, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@596d746c, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13416 crafttweaker:ct_shaped-75090163 RecipeStage{tier='three', recipe=1xtile.SC2:upgrade@16:[net.minecraft.item.crafting.Ingredient@1562ec9, net.minecraftforge.oredict.OreIngredient@6a59b9a7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3be151d0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@99d8cd4, net.minecraft.item.crafting.Ingredient@398ddb48]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13417 crafttweaker:ct_shaped-392184379 RecipeStage{tier='three', recipe=1xtile.SC2:BlockDetector@3:[net.minecraft.item.crafting.Ingredient@1ebed95f, net.minecraft.item.crafting.Ingredient@2fe06489, net.minecraft.item.crafting.Ingredient@4a7eb68d, net.minecraft.item.crafting.Ingredient@1dfe7311, net.minecraft.item.crafting.Ingredient@756235d0, net.minecraft.item.crafting.Ingredient@598ad3d9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@66ffccbb, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13418 crafttweaker:ct_shaped1274657324 RecipeStage{tier='three', recipe=1xitem.SC2:unknowncomponent@25:[net.minecraft.item.crafting.Ingredient@8f74d8e, net.minecraft.item.crafting.Ingredient@6c5f25f5, net.minecraft.item.crafting.Ingredient@634437bc, net.minecraft.item.crafting.Ingredient@7bc6a57b, net.minecraftforge.oredict.OreIngredient@496f1cb0, net.minecraft.item.crafting.Ingredient@5c0af8e5, net.minecraft.item.crafting.Ingredient@1e31cd0f, net.minecraft.item.crafting.Ingredient@50125ecf, net.minecraft.item.crafting.Ingredient@612952e1]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13419 crafttweaker:ct_shaped1656543644 RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@15:[net.minecraft.item.crafting.Ingredient@6a6f43f1, net.minecraft.item.crafting.Ingredient@7aa6b206, net.minecraft.item.crafting.Ingredient@38007fbb, net.minecraft.item.crafting.Ingredient@13959c00, net.minecraft.item.crafting.Ingredient@3752548, net.minecraft.item.crafting.Ingredient@4c0c81a2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@77cac23f, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13420 crafttweaker:ct_shaped1873488143 RecipeStage{tier='three', recipe=1xtile.SC2:BlockLiquidManager@0:[net.minecraft.item.crafting.Ingredient@4800355a, net.minecraftforge.oredict.OreIngredient@62750677, net.minecraft.item.crafting.Ingredient@4adc9a0a, net.minecraftforge.oredict.OreIngredient@6ba66254, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2245209f, net.minecraft.item.crafting.Ingredient@68c9dc1e, net.minecraftforge.oredict.OreIngredient@46eb07c7, net.minecraft.item.crafting.Ingredient@1e07698c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13421 crafttweaker:ct_shaped383472396 RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@59:[net.minecraftforge.oredict.OreIngredient@154de30b, net.minecraft.item.crafting.Ingredient@33c2f490, net.minecraftforge.oredict.OreIngredient@2d891810, net.minecraft.item.crafting.Ingredient@8674f24, net.minecraft.item.crafting.Ingredient@72c8a098, net.minecraft.item.crafting.Ingredient@568aac25, net.minecraft.item.crafting.Ingredient@3326677c, net.minecraft.item.crafting.Ingredient@10a1053, net.minecraft.item.crafting.Ingredient@3671bc8a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13422 crafttweaker:stage_three_item.sc2_coal_engine RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@0:[net.minecraft.item.crafting.Ingredient@3519c5e5, net.minecraft.item.crafting.Ingredient@350459bd, net.minecraft.item.crafting.Ingredient@64dd5fc6, net.minecraftforge.oredict.OreIngredient@5f732a3b, net.minecraft.item.crafting.Ingredient@24befadd, net.minecraftforge.oredict.OreIngredient@33609646, net.minecraftforge.oredict.OreIngredient@3dcdcc83, net.minecraftforge.oredict.OreIngredient@7b291bf3, net.minecraftforge.oredict.OreIngredient@28127e59]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13423 crafttweaker:ct_shaped119361656 RecipeStage{tier='three', recipe=1xitem.storagedrawers.upgradeStorage@2:[net.minecraft.item.crafting.Ingredient@1f771fbb, net.minecraft.item.crafting.Ingredient@4c8d6102, net.minecraft.item.crafting.Ingredient@7fc81de3, net.minecraftforge.oredict.OreIngredient@441354f5, net.minecraft.item.crafting.Ingredient@633e010b, net.minecraftforge.oredict.OreIngredient@449cf91f, net.minecraft.item.crafting.Ingredient@7b04d36a, net.minecraft.item.crafting.Ingredient@25ee8403, net.minecraft.item.crafting.Ingredient@364bffec]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13424 crafttweaker:ct_shaped66498960 RecipeStage{tier='three', recipe=1xtile.storagedrawers.controllerSlave@0:[net.minecraftforge.oredict.OreIngredient@15bcac3b, net.minecraftforge.oredict.OreIngredient@48fea265, net.minecraftforge.oredict.OreIngredient@19e1f9e5, net.minecraftforge.oredict.OreIngredient@703cc1aa, net.minecraftforge.oredict.OreIngredient@9176e2, net.minecraftforge.oredict.OreIngredient@3dc1011f, net.minecraftforge.oredict.OreIngredient@2b79f993, net.minecraft.item.crafting.Ingredient@3d5e4cc7, net.minecraftforge.oredict.OreIngredient@36731be8]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13425 crafttweaker:ct_shaped1542557686 RecipeStage{tier='three', recipe=1xtile.storagedrawers.controller@0:[net.minecraftforge.oredict.OreIngredient@38f3dc0, net.minecraft.item.crafting.Ingredient@675ef943, net.minecraftforge.oredict.OreIngredient@2829a91b, net.minecraft.item.crafting.Ingredient@6ab4bad, net.minecraftforge.oredict.OreIngredient@7c300785, net.minecraft.item.crafting.Ingredient@6cb47da1, net.minecraftforge.oredict.OreIngredient@930605d, net.minecraft.item.crafting.Ingredient@551aa4f5, net.minecraftforge.oredict.OreIngredient@29ea8dfc]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13426 crafttweaker:ct_shaped-1883906253 RecipeStage{tier='three', recipe=1xtile.storagedrawers.compDrawers@0:[net.minecraftforge.oredict.OreIngredient@667cb415, net.minecraftforge.oredict.OreIngredient@6c44020f, net.minecraftforge.oredict.OreIngredient@6cf93e7e, net.minecraft.item.crafting.Ingredient@1181cb70, net.minecraftforge.oredict.OreIngredient@12de0949, net.minecraft.item.crafting.Ingredient@5ec63567, net.minecraftforge.oredict.OreIngredient@7be9ea0f, net.minecraft.item.crafting.Ingredient@642c6449, net.minecraftforge.oredict.OreIngredient@6daadc4]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13427 crafttweaker:ct_shaped599208394 RecipeStage{tier='five', recipe=1xitem.storagedrawers.upgradeStorage@4:[net.minecraft.item.crafting.Ingredient@6958dd75, net.minecraft.item.crafting.Ingredient@5d55fbc3, net.minecraft.item.crafting.Ingredient@5adcc20c, net.minecraft.item.crafting.Ingredient@93bf01e, net.minecraft.item.crafting.Ingredient@26273739, net.minecraft.item.crafting.Ingredient@54de4bdd, net.minecraft.item.crafting.Ingredient@68ae3fe8, net.minecraft.item.crafting.Ingredient@3ec389e3, net.minecraft.item.crafting.Ingredient@21c2fffd]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13428 crafttweaker:ct_shaped-1048041495 RecipeStage{tier='five', recipe=1xitem.storagedrawers.upgradeStorage@3:[net.minecraft.item.crafting.Ingredient@764d8bb, net.minecraft.item.crafting.Ingredient@1e2cf6c0, net.minecraft.item.crafting.Ingredient@3c02e877, net.minecraft.item.crafting.Ingredient@a09d51d, net.minecraft.item.crafting.Ingredient@2b8965e7, net.minecraft.item.crafting.Ingredient@526a1ca0, net.minecraft.item.crafting.Ingredient@798017ca, net.minecraft.item.crafting.Ingredient@3de584da, net.minecraft.item.crafting.Ingredient@5da368dc]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13429 crafttweaker:ct_shaped1538972004 RecipeStage{tier='two', recipe=1xitem.storagedrawers.upgradeTemplate@0:[net.minecraft.item.crafting.Ingredient@5faef0d4, net.minecraft.item.crafting.Ingredient@26e992ac, net.minecraft.item.crafting.Ingredient@37bb11ff, net.minecraft.item.crafting.Ingredient@71187a5c, net.minecraftforge.oredict.OreIngredient@59980cfb, net.minecraft.item.crafting.Ingredient@330e9996, net.minecraft.item.crafting.Ingredient@5cd542e1, net.minecraft.item.crafting.Ingredient@6ead09bd, net.minecraft.item.crafting.Ingredient@774b2f47]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13430 crafttweaker:ct_shaped-1269382258 RecipeStage{tier='two', recipe=1xitem.storagedrawers.upgradeStorage@0:[net.minecraft.item.crafting.Ingredient@30ceca11, net.minecraft.item.crafting.Ingredient@467a44a3, net.minecraft.item.crafting.Ingredient@409c4d30, net.minecraft.item.crafting.Ingredient@6e836373, net.minecraft.item.crafting.Ingredient@285bb2f0, net.minecraft.item.crafting.Ingredient@3c90b404, net.minecraft.item.crafting.Ingredient@1ec79b6b, net.minecraft.item.crafting.Ingredient@6b2afb3b, net.minecraft.item.crafting.Ingredient@1e13089c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13431 crafttweaker:stage_four_tile.storagedrawers.controller RecipeStage{tier='four', recipe=1xtile.storagedrawers.controller@0:[net.minecraftforge.oredict.OreIngredient@271abfce, net.minecraftforge.oredict.OreIngredient@5247485, net.minecraftforge.oredict.OreIngredient@39ebb439, net.minecraft.item.crafting.Ingredient@3fba1c70, net.minecraftforge.oredict.OreIngredient@4d2c2086, net.minecraft.item.crafting.Ingredient@6b0ae5fa, net.minecraftforge.oredict.OreIngredient@fa4dede, net.minecraftforge.oredict.OreIngredient@60920ac6, net.minecraftforge.oredict.OreIngredient@4c162e42]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13432 crafttweaker:stage_four_tile.storagedrawers.compdrawers RecipeStage{tier='four', recipe=1xtile.storagedrawers.compDrawers@0:[net.minecraftforge.oredict.OreIngredient@700f370f, net.minecraftforge.oredict.OreIngredient@59f445fe, net.minecraftforge.oredict.OreIngredient@2940a03c, net.minecraft.item.crafting.Ingredient@54d9ef68, net.minecraftforge.oredict.OreIngredient@5d671db3, net.minecraft.item.crafting.Ingredient@26c77854, net.minecraftforge.oredict.OreIngredient@a2a7df0, net.minecraftforge.oredict.OreIngredient@11136172, net.minecraftforge.oredict.OreIngredient@74fc6c66]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13433 crafttweaker:ct_shaped-1273201455 RecipeStage{tier='four', recipe=1xtile.storagenetwork:request@0:[net.minecraftforge.oredict.OreIngredient@69e4bf75, net.minecraft.item.crafting.Ingredient@30f88a44, net.minecraftforge.oredict.OreIngredient@3a6a75d8, net.minecraft.item.crafting.Ingredient@2d62b1af, net.minecraft.item.crafting.Ingredient@6131ac61, net.minecraft.item.crafting.Ingredient@15efb0a9, net.minecraftforge.oredict.OreIngredient@7c42d379, net.minecraft.item.crafting.Ingredient@4415ea97, net.minecraftforge.oredict.OreIngredient@282b14d0]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13434 crafttweaker:ct_shaped639120495 crafttweaker.mc1120.recipes.MCRecipeShaped@450fb883 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13435 crafttweaker:ct_shaped439940247 crafttweaker.mc1120.recipes.MCRecipeShaped@46bab1fe +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13436 crafttweaker:ct_shaped2024801749 RecipeStage{tier='four', recipe=4xtile.storagenetwork:storage_kabel@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@422c3bbe, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4992e31b, net.minecraft.item.crafting.Ingredient@4083eb1c, net.minecraft.item.crafting.Ingredient@24c45a81, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@796646c, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13437 crafttweaker:ct_shaped1624341973 RecipeStage{tier='four', recipe=4xtile.storagenetwork:ex_kabel@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5942c5be, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6460e81, net.minecraft.item.crafting.Ingredient@504c9a, net.minecraft.item.crafting.Ingredient@34d1fdf8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7b71a1e9, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13438 crafttweaker:ct_shaped775020265 RecipeStage{tier='four', recipe=4xtile.storagenetwork:im_kabel@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4d758a00, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4fc33ba8, net.minecraft.item.crafting.Ingredient@74463195, net.minecraft.item.crafting.Ingredient@24eb81d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@630a07de, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13439 crafttweaker:ct_shaped655999819 RecipeStage{tier='four', recipe=1xtile.storagenetwork:master@0:[net.minecraftforge.oredict.OreIngredient@35427e6c, net.minecraft.item.crafting.Ingredient@704d3bc8, net.minecraftforge.oredict.OreIngredient@734eb8c, net.minecraft.item.crafting.Ingredient@34b33843, net.minecraft.item.crafting.Ingredient@12a491a7, net.minecraft.item.crafting.Ingredient@b2e6b40, net.minecraftforge.oredict.OreIngredient@2b669922, net.minecraft.item.crafting.Ingredient@6badd2d, net.minecraftforge.oredict.OreIngredient@30255df4]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13440 crafttweaker:ct_shaped-1493856866 crafttweaker.mc1120.recipes.MCRecipeShaped@e3c3e2f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13441 crafttweaker:ct_shaped287703051 RecipeStage{tier='four', recipe=8xtile.storagenetwork:kabel@0:[net.minecraftforge.oredict.OreIngredient@31922c4, net.minecraft.item.crafting.Ingredient@50e8e75e, net.minecraftforge.oredict.OreIngredient@18edb037]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13442 crafttweaker:ct_shaped779085596 RecipeStage{tier='four', recipe=4xitem.storagenetwork:upgrade@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3e0c14c0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@74491ec7, net.minecraft.item.crafting.Ingredient@638cd507, net.minecraftforge.oredict.OreIngredient@1615bd49, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@48e1115f, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13443 crafttweaker:ct_shaped-949480123 RecipeStage{tier='two', recipe=1xtile.sound_muffler@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@746291a2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@714346c4, net.minecraft.item.crafting.Ingredient@4a875250, net.minecraft.item.crafting.Ingredient@a2cc9b6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6a23a6d0, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13444 crafttweaker:ct_shaped-960971699 RecipeStage{tier='zero', recipe=1xtile.tcomplement.porcelain_melter@0:[net.minecraft.item.crafting.Ingredient@1bda836, net.minecraft.item.crafting.Ingredient@71586f83, net.minecraft.item.crafting.Ingredient@1d556967, net.minecraft.item.crafting.Ingredient@6ab7493b, net.minecraft.item.crafting.Ingredient@6a7a043, net.minecraft.item.crafting.Ingredient@34b1e363, net.minecraft.item.crafting.Ingredient@299bac3, net.minecraft.item.crafting.Ingredient@52b7c53a, net.minecraft.item.crafting.Ingredient@69a9d297]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13445 crafttweaker:ct_shaped-616285754 RecipeStage{tier='zero', recipe=1xtile.tcomplement.porcelain_melter@8:[net.minecraft.item.crafting.Ingredient@52389e3a, net.minecraft.item.crafting.Ingredient@1d38691c, net.minecraft.item.crafting.Ingredient@714af194, net.minecraft.item.crafting.Ingredient@56d0a840, net.minecraft.item.crafting.Ingredient@400f35ee, net.minecraft.item.crafting.Ingredient@1e21d47a, net.minecraft.item.crafting.Ingredient@38c1507b, net.minecraft.item.crafting.Ingredient@6b007d8b, net.minecraft.item.crafting.Ingredient@52198540]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13446 crafttweaker:ct_shaped1888152966 RecipeStage{tier='zero', recipe=1xtile.tcomplement.porcelain_casting@1:[net.minecraft.item.crafting.Ingredient@420b097d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@70fbdbcf, net.minecraft.item.crafting.Ingredient@18ff1c7e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@652b9a4, net.minecraft.item.crafting.Ingredient@1c8818f2, net.minecraft.item.crafting.Ingredient@32038d0f, net.minecraft.item.crafting.Ingredient@527f7bdd]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13447 crafttweaker:ct_shaped-2124198988 RecipeStage{tier='two', recipe=1xtile.tcomplement.porcelain_tank@0:[net.minecraft.item.crafting.Ingredient@417377af, net.minecraft.item.crafting.Ingredient@1de0a8fb, net.minecraft.item.crafting.Ingredient@33a535bd, net.minecraft.item.crafting.Ingredient@1aad0187, net.minecraft.item.crafting.Ingredient@4039d372, net.minecraft.item.crafting.Ingredient@58861cfe, net.minecraft.item.crafting.Ingredient@4294d28e, net.minecraft.item.crafting.Ingredient@30c75262, net.minecraft.item.crafting.Ingredient@3e6bb54b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13448 crafttweaker:ct_shaped1085107576 RecipeStage{tier='zero', recipe=1xtile.tcomplement.melter@8:[net.minecraft.item.crafting.Ingredient@56e23f94, net.minecraft.item.crafting.Ingredient@32868764, net.minecraft.item.crafting.Ingredient@38d88714, net.minecraft.item.crafting.Ingredient@5b7abca9, net.minecraft.item.crafting.Ingredient@1ca326cd, net.minecraft.item.crafting.Ingredient@1a983f9a, net.minecraft.item.crafting.Ingredient@6604ebfa, net.minecraft.item.crafting.Ingredient@68959c67, net.minecraft.item.crafting.Ingredient@6d055af6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13449 crafttweaker:ct_shaped687969373 RecipeStage{tier='zero', recipe=1xtile.tcomplement.melter@0:[net.minecraft.item.crafting.Ingredient@363acc23, net.minecraft.item.crafting.Ingredient@77a0ba25, net.minecraft.item.crafting.Ingredient@33926612, net.minecraft.item.crafting.Ingredient@7487587c, net.minecraft.item.crafting.Ingredient@14bcc91b, net.minecraft.item.crafting.Ingredient@66bf383b, net.minecraft.item.crafting.Ingredient@46bd7008, net.minecraft.item.crafting.Ingredient@837841b, net.minecraft.item.crafting.Ingredient@7ab17017]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13450 crafttweaker:stage_one_tile.tcomplement.porcelain_melter.melter RecipeStage{tier='one', recipe=1xtile.tcomplement.porcelain_melter@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@65d0f19a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4840e018, net.minecraft.item.crafting.Ingredient@7c63a257, net.minecraft.item.crafting.Ingredient@d235404, net.minecraft.item.crafting.Ingredient@6f1d281b, net.minecraft.item.crafting.Ingredient@201245c0, net.minecraft.item.crafting.Ingredient@41022a8f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13451 crafttweaker:stage_one_tile.tcomplement.porcelain_melter.heater RecipeStage{tier='one', recipe=1xtile.tcomplement.porcelain_melter@8:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5696d5df, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@504d72e6, net.minecraft.item.crafting.Ingredient@62c3116a, net.minecraft.item.crafting.Ingredient@32c519ef, net.minecraft.item.crafting.Ingredient@521d0a45, net.minecraft.item.crafting.Ingredient@697c88a2, net.minecraft.item.crafting.Ingredient@134e8ca6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13452 crafttweaker:stage_one_tile.tcomplement.melter.heater RecipeStage{tier='one', recipe=1xtile.tcomplement.melter@8:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@95ee541, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@332b890d, net.minecraft.item.crafting.Ingredient@3e9f2e52, net.minecraft.item.crafting.Ingredient@59d3ae9b, net.minecraft.item.crafting.Ingredient@27592c0d, net.minecraft.item.crafting.Ingredient@4855aa0a, net.minecraft.item.crafting.Ingredient@ffff0ec]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13453 crafttweaker:stage_one_tile.tcomplement.melter.melter RecipeStage{tier='one', recipe=1xtile.tcomplement.melter@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4b1c20fe, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@25cb54d4, net.minecraft.item.crafting.Ingredient@402bbf9d, net.minecraft.item.crafting.Ingredient@30a35fe4, net.minecraft.item.crafting.Ingredient@1a1282de, net.minecraft.item.crafting.Ingredient@658018bc, net.minecraft.item.crafting.Ingredient@784a84c6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13454 crafttweaker:ct_shaped1970996672 RecipeStage{tier='three', recipe=4xitem.tconstruct.edible@4:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@52bcb854, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5c36c4af, crafttweaker.mc1120.item.VanillaIngredient@3996626d, net.minecraft.item.crafting.Ingredient@1556bd2d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@229fc9cb, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13455 crafttweaker:ct_shaped397632292 RecipeStage{tier='two', recipe=1xtile.tconstruct.seared_furnace_controller@0:[net.minecraft.item.crafting.Ingredient@48e6628b, net.minecraft.item.crafting.Ingredient@42e9e4f0, net.minecraft.item.crafting.Ingredient@62769655, net.minecraft.item.crafting.Ingredient@3e7bca41, net.minecraft.item.crafting.Ingredient@45f2053f, net.minecraft.item.crafting.Ingredient@48b1a715, net.minecraft.item.crafting.Ingredient@1e234468, net.minecraft.item.crafting.Ingredient@7eeabc2f, net.minecraft.item.crafting.Ingredient@2be49530]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13456 crafttweaker:ct_shaped470114439 RecipeStage{tier='three', recipe=3xtile.tconstruct.firewood_slab@1:[net.minecraft.item.crafting.Ingredient@6e280656, net.minecraft.item.crafting.Ingredient@6aac1fff, net.minecraft.item.crafting.Ingredient@418cdd41]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13457 crafttweaker:ct_shaped-927243247 RecipeStage{tier='two', recipe=1xitem.tconstruct.piggybackpack@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4e4e8d55, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@60fa387c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6aa3807b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4de23ebb, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13458 crafttweaker:ct_shaped-10040149 RecipeStage{tier='two', recipe=1xtile.tconstruct.tinker_tank_controller@0:[net.minecraft.item.crafting.Ingredient@777c3677, net.minecraft.item.crafting.Ingredient@46f4c93c, net.minecraft.item.crafting.Ingredient@302239c1, net.minecraft.item.crafting.Ingredient@6c69ce98, net.minecraft.item.crafting.Ingredient@7ab082ec, net.minecraft.item.crafting.Ingredient@1aed19af, net.minecraft.item.crafting.Ingredient@3b20d702, net.minecraft.item.crafting.Ingredient@191fd3f0, net.minecraft.item.crafting.Ingredient@674685dd]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13459 crafttweaker:ct_shaped-541318146 RecipeStage{tier='two', recipe=1xtile.tconstruct.seared_tank@0:[net.minecraft.item.crafting.Ingredient@1594c8fb, net.minecraft.item.crafting.Ingredient@28b1858c, net.minecraft.item.crafting.Ingredient@4f565339, net.minecraft.item.crafting.Ingredient@1c6d5f63, net.minecraft.item.crafting.Ingredient@2f8d9f05, net.minecraft.item.crafting.Ingredient@bb4e29d, net.minecraft.item.crafting.Ingredient@7686a749, net.minecraft.item.crafting.Ingredient@6678bd, net.minecraft.item.crafting.Ingredient@4350ba03]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13460 crafttweaker:ct_shaped1716944839 RecipeStage{tier='one', recipe=3xtile.tconstruct.firewood_slab@0:[net.minecraft.item.crafting.Ingredient@6fdc18fe, net.minecraft.item.crafting.Ingredient@2c2346a3, net.minecraft.item.crafting.Ingredient@1fb3700a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13461 crafttweaker:ct_shaped-2016331157 RecipeStage{tier='two', recipe=1xtile.tconstruct.smeltery_controller@0:[net.minecraft.item.crafting.Ingredient@59f5515d, net.minecraft.item.crafting.Ingredient@5661b975, net.minecraft.item.crafting.Ingredient@6041fb44, net.minecraft.item.crafting.Ingredient@64f6e466, net.minecraft.item.crafting.Ingredient@17fa3e1c, net.minecraft.item.crafting.Ingredient@4c0b9787, net.minecraft.item.crafting.Ingredient@23ffce99, net.minecraft.item.crafting.Ingredient@7079db54, net.minecraft.item.crafting.Ingredient@36351199]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13462 crafttweaker:ct_shaped-667353689 RecipeStage{tier='three', recipe=1xitem.tconstruct.materials@16:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@26121f77, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7bc4962a, net.minecraft.item.crafting.Ingredient@4559417d, net.minecraft.item.crafting.Ingredient@5bfe2996, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6da16c39, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13463 crafttweaker:ct_shaped1076958048 RecipeStage{tier='three', recipe=1xitem.tconstruct.materials@16:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@328bc261, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3d562fe4, net.minecraft.item.crafting.Ingredient@174e0341, net.minecraft.item.crafting.Ingredient@71687535, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1d1c29b3, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13464 crafttweaker:ct_shaped-2109138869 RecipeStage{tier='three', recipe=1xitem.tconstruct.materials@16:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@11b91cfb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@760a4186, net.minecraft.item.crafting.Ingredient@44f943af, net.minecraft.item.crafting.Ingredient@38d4bb32, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@61533617, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13465 crafttweaker:ct_shaped1499999667 RecipeStage{tier='three', recipe=8xtile.tconstruct.wood_rail@0:[net.minecraftforge.oredict.OreIngredient@45f14dca, net.minecraftforge.oredict.OreIngredient@4b1b8ae0, net.minecraftforge.oredict.OreIngredient@560bb59a, net.minecraftforge.oredict.OreIngredient@2e10c2c2, net.minecraftforge.oredict.OreIngredient@61c045d7, net.minecraftforge.oredict.OreIngredient@769b8f85, net.minecraftforge.oredict.OreIngredient@7db743a9, net.minecraftforge.oredict.OreIngredient@5519880f, net.minecraftforge.oredict.OreIngredient@36949186]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13466 crafttweaker:ct_shapeless-1837883724 RecipeStage{tier='three', recipe=4xitem.tconstruct.edible@2:[net.minecraft.item.crafting.Ingredient@1cd9d776]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13467 crafttweaker:ct_shapeless-1587890188 RecipeStage{tier='three', recipe=4xitem.tconstruct.edible@4:[net.minecraft.item.crafting.Ingredient@5b34654f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13468 crafttweaker:ct_shapeless-1357180579 RecipeStage{tier='two', recipe=2xtile.tconstruct.stone_torch@0:[net.minecraft.item.crafting.Ingredient@42f4d7d6, net.minecraftforge.oredict.OreIngredient@507e66af, net.minecraft.item.crafting.Ingredient@24e79b1]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13469 crafttweaker:ct_shapeless-1962880492 RecipeStage{tier='three', recipe=4xitem.tconstruct.edible@1:[net.minecraft.item.crafting.Ingredient@7a286aaa]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13470 crafttweaker:ct_shapeless1031818791 RecipeStage{tier='one', recipe=1xitem.tconstruct.book@0:[net.minecraft.item.crafting.Ingredient@1e86585e, net.minecraftforge.oredict.OreIngredient@3dee0e3f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13471 crafttweaker:ct_shapeless-1568150841 RecipeStage{tier='three', recipe=9xitem.tconstruct.materials@16:[net.minecraft.item.crafting.Ingredient@4c9c7bc2]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13472 crafttweaker:stage_three_tile.tconstruct.seared_furnace_controller RecipeStage{tier='three', recipe=1xtile.tconstruct.seared_furnace_controller@0:[net.minecraft.item.crafting.Ingredient@755825c1, net.minecraft.item.crafting.Ingredient@5930c79c, net.minecraft.item.crafting.Ingredient@14e2a573, net.minecraft.item.crafting.Ingredient@3b8f8e46, net.minecraft.item.crafting.Ingredient@f4dd2db, net.minecraft.item.crafting.Ingredient@509ee889, net.minecraft.item.crafting.Ingredient@515616d4, net.minecraft.item.crafting.Ingredient@16ec5f06, net.minecraft.item.crafting.Ingredient@77d68c0a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13473 crafttweaker:stage_three_tile.tconstruct.tinker_tank_controller RecipeStage{tier='three', recipe=1xtile.tconstruct.tinker_tank_controller@0:[net.minecraft.item.crafting.Ingredient@50abe8d9, net.minecraft.item.crafting.Ingredient@31aab4ae, net.minecraft.item.crafting.Ingredient@45cad9f2, net.minecraft.item.crafting.Ingredient@63fab9d, net.minecraft.item.crafting.Ingredient@9dd76a3, net.minecraft.item.crafting.Ingredient@6d36acf2, net.minecraft.item.crafting.Ingredient@7ea0edef, net.minecraft.item.crafting.Ingredient@5b8d2e5, net.minecraft.item.crafting.Ingredient@67b2c49f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13474 crafttweaker:stage_three_tile.tconstruct.smeltery_controller RecipeStage{tier='three', recipe=1xtile.tconstruct.smeltery_controller@0:[net.minecraft.item.crafting.Ingredient@3f3bb5a7, net.minecraft.item.crafting.Ingredient@460de83a, net.minecraft.item.crafting.Ingredient@56125e4, net.minecraft.item.crafting.Ingredient@74869feb, net.minecraft.item.crafting.Ingredient@16f29a51, net.minecraft.item.crafting.Ingredient@3f17ec8d, net.minecraft.item.crafting.Ingredient@33d5b08e, net.minecraft.item.crafting.Ingredient@736c08d8, net.minecraft.item.crafting.Ingredient@71ce24f6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13475 crafttweaker:stage_two_item.tconstruct.pattern RecipeStage{tier='two', recipe=4xitem.tconstruct.pattern@0:[net.minecraftforge.oredict.OreIngredient@71bdddc6, crafttweaker.mc1120.item.VanillaIngredient@6f7242bf, crafttweaker.mc1120.item.VanillaIngredient@7ccbbd41, net.minecraftforge.oredict.OreIngredient@7c22cfba]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13476 crafttweaker:ct_shaped1700421660 RecipeStage{tier='zero', recipe=1xitem.totemic:totem_whittling_knife@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@63ee7e15, net.minecraft.item.crafting.Ingredient@1ef4bf6d, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13477 crafttweaker:ct_shaped387098381 RecipeStage{tier='zero', recipe=1xitem.totemic:totemic_staff@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3ff43847, net.minecraft.item.crafting.Ingredient@55c16f1c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@454fbd67, net.minecraft.item.crafting.Ingredient@7e7b6d74, net.minecraft.item.crafting.Ingredient@605354fc, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13478 crafttweaker:ct_shaped1917421250 RecipeStage{tier='zero', recipe=1xtile.totemic:tipi@0:[net.minecraft.item.crafting.Ingredient@3e346e65, net.minecraft.item.crafting.Ingredient@6a85841, net.minecraft.item.crafting.Ingredient@231d952d, net.minecraft.item.crafting.Ingredient@5913d106, net.minecraft.item.crafting.Ingredient@4449cb07, net.minecraft.item.crafting.Ingredient@e7e99f, net.minecraft.item.crafting.Ingredient@4f9ca053, net.minecraft.item.crafting.Ingredient@840c347, net.minecraft.item.crafting.Ingredient@2db30bb]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13479 crafttweaker:ct_shaped-1033931824 RecipeStage{tier='zero', recipe=1xitem.totemic:jingle_dress@0:[net.minecraft.item.crafting.Ingredient@3d4f8a6e, net.minecraft.item.crafting.Ingredient@17fb2bac, net.minecraft.item.crafting.Ingredient@192f88ef, net.minecraft.item.crafting.Ingredient@42aa2d99, net.minecraft.item.crafting.Ingredient@3f7c358, net.minecraft.item.crafting.Ingredient@4d9f2ec1]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13480 crafttweaker:ct_shaped-96688719 RecipeStage{tier='one', recipe=1xtile.totemic:cedar_fence_gate@0:[net.minecraft.item.crafting.Ingredient@2812af6d, net.minecraft.item.crafting.Ingredient@3bc78913, net.minecraft.item.crafting.Ingredient@6976030, net.minecraft.item.crafting.Ingredient@324abf05, net.minecraft.item.crafting.Ingredient@f9e07e6, net.minecraft.item.crafting.Ingredient@8169817]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13481 crafttweaker:ct_shaped-498442896 RecipeStage{tier='zero', recipe=3xtile.totemic:cedar_slab@0:[net.minecraft.item.crafting.Ingredient@35bdefc5, net.minecraft.item.crafting.Ingredient@52e8cce0, net.minecraft.item.crafting.Ingredient@2db6406c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13482 crafttweaker:ct_shaped-1714864810 RecipeStage{tier='one', recipe=3xtile.totemic:cedar_fence@0:[net.minecraft.item.crafting.Ingredient@11dcb3ed, net.minecraft.item.crafting.Ingredient@4bc5a5d4, net.minecraft.item.crafting.Ingredient@5fdeef80, net.minecraft.item.crafting.Ingredient@40f46137, net.minecraft.item.crafting.Ingredient@34c3f11f, net.minecraft.item.crafting.Ingredient@524e1956]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13483 crafttweaker:ct_shaped4970728 RecipeStage{tier='zero', recipe=1xtile.totemic:drum@0:[net.minecraftforge.oredict.OreIngredient@7ac45e70, net.minecraft.item.crafting.Ingredient@19da75c6, net.minecraftforge.oredict.OreIngredient@32ba24eb, net.minecraftforge.oredict.OreIngredient@101c1f43, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4873e4ee, net.minecraftforge.oredict.OreIngredient@24dcc63, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@61b33dbd]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13484 crafttweaker:ct_shaped-1509398793 RecipeStage{tier='one', recipe=4xtile.totemic:cedar_stairs@0:[net.minecraft.item.crafting.Ingredient@1125c0cf, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@46261291, net.minecraft.item.crafting.Ingredient@2ae4f0e2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@52c27ed6, net.minecraft.item.crafting.Ingredient@6d5eeff9, net.minecraft.item.crafting.Ingredient@1b1ada59]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13485 crafttweaker:ct_shaped1394248707 RecipeStage{tier='zero', recipe=1xitem.totemic:eagle_bone_whistle@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@16745a38, net.minecraft.item.crafting.Ingredient@5701a2ee, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13486 crafttweaker:ct_shaped-1335106647 RecipeStage{tier='zero', recipe=1xtile.totemic:wind_chime@0:[net.minecraft.item.crafting.Ingredient@4d3aaed0, net.minecraft.item.crafting.Ingredient@3f7d3c, net.minecraft.item.crafting.Ingredient@342e5299, net.minecraft.item.crafting.Ingredient@6e629020, net.minecraft.item.crafting.Ingredient@76b6ff12, net.minecraft.item.crafting.Ingredient@d1baa65, net.minecraft.item.crafting.Ingredient@4be79bc5, net.minecraft.item.crafting.Ingredient@317ef109, net.minecraft.item.crafting.Ingredient@7071c65b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13487 crafttweaker:ct_shaped2092172029 RecipeStage{tier='zero', recipe=1xitem.totemic:flute@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@206912b2, net.minecraft.item.crafting.Ingredient@57a78cc9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1117c98d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6f2a96ea, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13488 crafttweaker:ct_shaped1739678667 RecipeStage{tier='zero', recipe=1xitem.null@1:[net.minecraft.item.crafting.Ingredient@73ee53f, net.minecraft.item.crafting.Ingredient@6c94f0d5, net.minecraft.item.crafting.Ingredient@4360176b, net.minecraft.item.crafting.Ingredient@78c6442b, net.minecraft.item.crafting.Ingredient@8a14111, net.minecraft.item.crafting.Ingredient@43f80a88]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13489 crafttweaker:ct_shaped-979686973 RecipeStage{tier='zero', recipe=1xtile.totemic:totem_torch@0:[net.minecraft.item.crafting.Ingredient@6096d3, net.minecraft.item.crafting.Ingredient@4acd6de8, net.minecraft.item.crafting.Ingredient@48660469]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13490 crafttweaker:ct_shaped1365083418 RecipeStage{tier='zero', recipe=1xitem.totemic:rattle@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4b49eba7, net.minecraft.item.crafting.Ingredient@4f9b2a13, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13491 crafttweaker:ct_shapeless-307950646 RecipeStage{tier='zero', recipe=1xitem.totemic:totempedia@0:[net.minecraftforge.oredict.OreIngredient@6e18bc25, net.minecraft.item.crafting.Ingredient@1625a8c3]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13492 crafttweaker:ct_shaped-2090675403 RecipeStage{tier='zero', recipe=3xtile.traverse:blue_rock_cobblestone_slab@0:[net.minecraft.item.crafting.Ingredient@12b57d73, net.minecraft.item.crafting.Ingredient@4680684, net.minecraft.item.crafting.Ingredient@2fba6bb8]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13493 crafttweaker:ct_shaped-2078166377 RecipeStage{tier='zero', recipe=3xtile.traverse:blue_rock_slab@0:[net.minecraft.item.crafting.Ingredient@1462bd3c, net.minecraft.item.crafting.Ingredient@2d851426, net.minecraft.item.crafting.Ingredient@699d6b34]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13494 crafttweaker:ct_shaped1939448417 RecipeStage{tier='zero', recipe=3xtile.traverse:fir_slab@0:[net.minecraft.item.crafting.Ingredient@15862a14, net.minecraft.item.crafting.Ingredient@148ceec5, net.minecraft.item.crafting.Ingredient@11adec56]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13495 crafttweaker:ct_shaped554096386 RecipeStage{tier='two', recipe=1xitem.twilightforest.fieryPick@0:[net.minecraftforge.oredict.OreIngredient@13ebe19c, net.minecraftforge.oredict.OreIngredient@3799af7f, net.minecraftforge.oredict.OreIngredient@4410958f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3aa10e07, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@768aefce, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13496 crafttweaker:ct_shaped1329769268 crafttweaker.mc1120.recipes.MCRecipeShaped@2cffac08 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13497 crafttweaker:ct_shaped-1546765300 RecipeStage{tier='two', recipe=1xtile.twilightforest.UncraftingTable@0:[net.minecraft.item.crafting.Ingredient@5f589efb, net.minecraft.item.crafting.Ingredient@4175dadb, net.minecraft.item.crafting.Ingredient@7d81a61e, net.minecraft.item.crafting.Ingredient@6c4e4577, net.minecraft.item.crafting.Ingredient@777ab143, net.minecraft.item.crafting.Ingredient@18b61e75, net.minecraft.item.crafting.Ingredient@6877fa2b, net.minecraft.item.crafting.Ingredient@768c6faf, net.minecraft.item.crafting.Ingredient@54de2894]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13498 crafttweaker:ct_shaped-2071975008 RecipeStage{tier='two', recipe=1xtile.twilightforest.Roots@1:[net.minecraft.item.crafting.Ingredient@7c33d1cc, net.minecraft.item.crafting.Ingredient@2b42cac3, net.minecraft.item.crafting.Ingredient@3e262913, net.minecraft.item.crafting.Ingredient@1b192ccb, net.minecraft.item.crafting.Ingredient@79c623d5, net.minecraft.item.crafting.Ingredient@44efeafc, net.minecraft.item.crafting.Ingredient@4b0e3dc3, net.minecraft.item.crafting.Ingredient@19a32f1d, net.minecraft.item.crafting.Ingredient@51337f77]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13499 crafttweaker:ct_shapeless-1827593506 RecipeStage{tier='two', recipe=9xitem.twilightforest.liveRoot@0:[net.minecraft.item.crafting.Ingredient@6ab0c7a7]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13500 crafttweaker:ct_shapeless-64705522 RecipeStage{tier='two', recipe=1xtile.twilightforest.CastleDoor@0:[net.minecraft.item.crafting.Ingredient@50ea0f17, net.minecraftforge.oredict.OreIngredient@503109d0]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13501 crafttweaker:ct_shapeless120668621 RecipeStage{tier='two', recipe=1xtile.twilightforest.CastleDoor@1:[net.minecraft.item.crafting.Ingredient@1a331c66, net.minecraftforge.oredict.OreIngredient@76526d78]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13502 crafttweaker:ct_shapeless342947679 RecipeStage{tier='two', recipe=1xtile.twilightforest.CastleDoor@3:[net.minecraft.item.crafting.Ingredient@76405612, net.minecraftforge.oredict.OreIngredient@2e67ae83]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13503 crafttweaker:ct_shapeless-1175795570 RecipeStage{tier='two', recipe=1xitem.twilightforest.magicMapFocus@0:[net.minecraft.item.crafting.Ingredient@2c355705, net.minecraft.item.crafting.Ingredient@4969d656, net.minecraft.item.crafting.Ingredient@3dedf9af]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13504 crafttweaker:ct_shapeless1929329092 RecipeStage{tier='two', recipe=1xitem.twilightforest.fieryIngot@0:[net.minecraftforge.oredict.OreIngredient@2eed4b27, net.minecraftforge.oredict.OreIngredient@2866ac80]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13505 crafttweaker:ct_shapeless457093128 RecipeStage{tier='two', recipe=1xtile.twilightforest.CastleDoor@2:[net.minecraft.item.crafting.Ingredient@2f3a04bc, net.minecraftforge.oredict.OreIngredient@7dc8a075]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13506 crafttweaker:ct_shaped-1705952631 RecipeStage{tier='two', recipe=1xtile.uppers.upper@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@39b87898, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2427d183, net.minecraftforge.oredict.OreIngredient@5bc73e5f, net.minecraftforge.oredict.OreIngredient@63b4f65a, net.minecraftforge.oredict.OreIngredient@19322e0c, net.minecraft.item.crafting.Ingredient@3034f60, net.minecraftforge.oredict.OreIngredient@6154ac99]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13507 crafttweaker:ct_shapeless-632493650 RecipeStage{tier='two', recipe=1xtile.uppers.upper@0:[net.minecraft.item.crafting.Ingredient@251690cf]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13508 crafttweaker:ct_shapeless618292117 RecipeStage{tier='five', recipe=1xitem.valkyrielib.guide@0:[net.minecraft.item.crafting.Ingredient@2ddc882f, net.minecraft.item.crafting.Ingredient@343dbabb]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13509 crafttweaker:ct_shaped432551606 crafttweaker.mc1120.recipes.MCRecipeShaped@f2b10ab +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13510 crafttweaker:ct_shaped431023156 crafttweaker.mc1120.recipes.MCRecipeShaped@3c70e783 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13511 crafttweaker:ct_shaped-2144237690 crafttweaker.mc1120.recipes.MCRecipeShaped@3b9424f3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13512 crafttweaker:ct_shaped1044498820 crafttweaker.mc1120.recipes.MCRecipeShaped@7e0095d0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13513 crafttweaker:ct_shaped288682830 crafttweaker.mc1120.recipes.MCRecipeShaped@3cb72511 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13514 crafttweaker:ct_shaped769609932 crafttweaker.mc1120.recipes.MCRecipeShaped@6ef0056f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13515 crafttweaker:ct_shaped-1601279498 crafttweaker.mc1120.recipes.MCRecipeShaped@5e8fdd31 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13516 crafttweaker:ct_shaped-1896054903 crafttweaker.mc1120.recipes.MCRecipeShaped@78da51b5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13517 crafttweaker:ct_shaped-2085399178 crafttweaker.mc1120.recipes.MCRecipeShaped@764fbb18 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13518 crafttweaker:ct_shaped-1911780247 crafttweaker.mc1120.recipes.MCRecipeShaped@1d0e8345 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13519 crafttweaker:ct_shaped-192244272 crafttweaker.mc1120.recipes.MCRecipeShaped@7ae3f140 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13520 crafttweaker:ct_shaped1376302653 RecipeStage{tier='three', recipe=1xitem.vc:modules/item_module_type@0:[net.minecraftforge.oredict.OreIngredient@7b6351a3, net.minecraftforge.oredict.OreIngredient@74f0f836, net.minecraftforge.oredict.OreIngredient@18019900, net.minecraftforge.oredict.OreIngredient@6d7a52ad, net.minecraft.item.crafting.Ingredient@cf5f8e8, net.minecraftforge.oredict.OreIngredient@7fb78008, net.minecraftforge.oredict.OreIngredient@6beadf67, net.minecraftforge.oredict.OreIngredient@54ba178d, net.minecraftforge.oredict.OreIngredient@772b974a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13521 crafttweaker:ct_shaped1563119702 crafttweaker.mc1120.recipes.MCRecipeShaped@16ab473 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13522 crafttweaker:ct_shaped-1153573423 crafttweaker.mc1120.recipes.MCRecipeShaped@68171bb0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13523 crafttweaker:ct_shaped-673171374 crafttweaker.mc1120.recipes.MCRecipeShaped@d1b9e03 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13524 crafttweaker:ct_shaped131499985 crafttweaker.mc1120.recipes.MCRecipeShaped@359f0ad7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13525 crafttweaker:ct_shaped-1240865546 crafttweaker.mc1120.recipes.MCRecipeShaped@6182f93b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13526 crafttweaker:ct_shaped7621710 crafttweaker.mc1120.recipes.MCRecipeShaped@3118a420 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13527 crafttweaker:ct_shaped-872476103 crafttweaker.mc1120.recipes.MCRecipeShaped@60a2cf86 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13528 crafttweaker:ct_shaped-1309714666 crafttweaker.mc1120.recipes.MCRecipeShaped@2d26b8f7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13529 crafttweaker:ct_shaped718518228 crafttweaker.mc1120.recipes.MCRecipeShaped@5b1bd749 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13530 crafttweaker:ct_shaped-1920371551 crafttweaker.mc1120.recipes.MCRecipeShaped@2fd641ae +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13531 crafttweaker:ct_shaped-470711402 crafttweaker.mc1120.recipes.MCRecipeShaped@597e752d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13532 crafttweaker:ct_shaped-257213084 RecipeStage{tier='three', recipe=1xitem.vc:item_logic_chip@0:[net.minecraftforge.oredict.OreIngredient@22289b36, net.minecraftforge.oredict.OreIngredient@530ce2a4, net.minecraftforge.oredict.OreIngredient@6e1890db, net.minecraftforge.oredict.OreIngredient@2352b390, net.minecraftforge.oredict.OreIngredient@45c57de7, net.minecraftforge.oredict.OreIngredient@7168be39]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13533 crafttweaker:ct_shaped1652887060 crafttweaker.mc1120.recipes.MCRecipeShaped@44a3a913 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13534 crafttweaker:ct_shaped1603713481 crafttweaker.mc1120.recipes.MCRecipeShaped@59654b18 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13535 crafttweaker:ct_shaped-1116581335 crafttweaker.mc1120.recipes.MCRecipeShaped@73988a04 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13536 crafttweaker:ct_shaped-534030154 crafttweaker.mc1120.recipes.MCRecipeShaped@e9d5ba5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13537 crafttweaker:ct_shaped-61731966 crafttweaker.mc1120.recipes.MCRecipeShaped@572f9054 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13538 crafttweaker:ct_shaped-510424353 crafttweaker.mc1120.recipes.MCRecipeShaped@24613c22 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13539 crafttweaker:ct_shaped-996814886 crafttweaker.mc1120.recipes.MCRecipeShaped@131e4a00 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13540 crafttweaker:ct_shaped241654358 crafttweaker.mc1120.recipes.MCRecipeShaped@773a7bb5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13541 crafttweaker:ct_shaped1006013300 crafttweaker.mc1120.recipes.MCRecipeShaped@5c3ce836 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13542 crafttweaker:ct_shaped-1140808537 crafttweaker.mc1120.recipes.MCRecipeShaped@71115fbf +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13543 crafttweaker:ct_shaped-1167962752 crafttweaker.mc1120.recipes.MCRecipeShaped@10be55d7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13544 crafttweaker:ct_shaped824239913 crafttweaker.mc1120.recipes.MCRecipeShaped@34fd73a6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13545 crafttweaker:ct_shaped-234029006 RecipeStage{tier='one', recipe=1xitem.waterstrainer.bait_pot@0:[net.minecraft.item.crafting.Ingredient@87dd482, net.minecraft.item.crafting.Ingredient@63b690ea]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13546 crafttweaker:ct_shaped-724817762 RecipeStage{tier='zero', recipe=1xtile.waterstrainer.strainer_base@0:[net.minecraft.item.crafting.Ingredient@695a6fa4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3498a1f7, net.minecraftforge.oredict.OreIngredient@5227aa22, net.minecraft.item.crafting.Ingredient@541414c, net.minecraftforge.oredict.OreIngredient@3fdc390f, net.minecraftforge.oredict.OreIngredient@4e3ab01a, net.minecraft.item.crafting.Ingredient@21a37545, net.minecraftforge.oredict.OreIngredient@2e670b1c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13547 crafttweaker:ct_shaped201683078 RecipeStage{tier='zero', recipe=1xitem.waterstrainer.garden_trowel@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@70ad5b9e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6b8c9ff1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@513fc698, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13548 crafttweaker:stage_one_tile.waterstrainer.strainer_base RecipeStage{tier='one', recipe=1xtile.waterstrainer.strainer_base@0:[net.minecraft.item.crafting.Ingredient@47160848, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5dfdca9f, net.minecraftforge.oredict.OreIngredient@5281a5c6, net.minecraft.item.crafting.Ingredient@7da5a208, net.minecraftforge.oredict.OreIngredient@a86b1bc, net.minecraftforge.oredict.OreIngredient@399c2b41, net.minecraft.item.crafting.Ingredient@666c0621, net.minecraftforge.oredict.OreIngredient@36894d06]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13549 crafttweaker:ct_shaped1442489280 RecipeStage{tier='two', recipe=1xtile.weirdinggadget:weirding_gadget@0:[net.minecraftforge.oredict.OreIngredient@9bd013a, net.minecraftforge.oredict.OreIngredient@5123f56f, net.minecraftforge.oredict.OreIngredient@57f8bc64, net.minecraftforge.oredict.OreIngredient@2be52ae0, net.minecraft.item.crafting.Ingredient@4a305a77, net.minecraftforge.oredict.OreIngredient@47646d3, net.minecraftforge.oredict.OreIngredient@16ffc1a5, net.minecraftforge.oredict.OreIngredient@14cf4bb0, net.minecraftforge.oredict.OreIngredient@5c6448bc]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13550 crafttweaker:ct_shaped-926683969 RecipeStage{tier='zero', recipe=1xtile.wopper.wopper@0:[net.minecraftforge.oredict.OreIngredient@6a92dd3d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@208db23, net.minecraftforge.oredict.OreIngredient@6cf49219, net.minecraft.item.crafting.Ingredient@12ab0693, net.minecraftforge.oredict.OreIngredient@6eac5ace, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2ab955fb, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13551 crafttweaker:stage_one_cheaper_whopper RecipeStage{tier='one', recipe=1xtile.wopper.wopper@0:[net.minecraftforge.oredict.OreIngredient@62956eef, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@28c063b0, net.minecraftforge.oredict.OreIngredient@2436264c, net.minecraft.item.crafting.Ingredient@44c0b9bc, net.minecraftforge.oredict.OreIngredient@deb55dd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@269d6a33, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13552 crafttweaker:ct_shaped-95468051 RecipeStage{tier='five', recipe=1xtile.xnet.router@0:[net.minecraftforge.oredict.OreIngredient@330c3cea, net.minecraft.item.crafting.Ingredient@72c06e6e, net.minecraftforge.oredict.OreIngredient@25d28856, net.minecraft.item.crafting.Ingredient@6853a22d, net.minecraft.item.crafting.Ingredient@3aea38a1, net.minecraft.item.crafting.Ingredient@4ba8828c, net.minecraftforge.oredict.OreIngredient@7a092397, net.minecraft.item.crafting.Ingredient@f3ea431, net.minecraftforge.oredict.OreIngredient@64faba47]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13553 crafttweaker:ct_shaped-64619134 RecipeStage{tier='five', recipe=1xtile.xnet.controller@0:[net.minecraftforge.oredict.OreIngredient@6b49f8b6, net.minecraft.item.crafting.Ingredient@586f6bd3, net.minecraftforge.oredict.OreIngredient@228a43c3, net.minecraftforge.oredict.OreIngredient@1393ed57, net.minecraft.item.crafting.Ingredient@37bb2bdb, net.minecraftforge.oredict.OreIngredient@1429ff0c, net.minecraftforge.oredict.OreIngredient@64cd3211, net.minecraft.item.crafting.Ingredient@68b8928a, net.minecraftforge.oredict.OreIngredient@63399b5]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13554 crafttweaker:ct_shapeless-1024361699 RecipeStage{tier='two', recipe=1xitem.yoyos.book@0:[net.minecraft.item.crafting.Ingredient@5db9c7e0, crafttweaker.api.minecraft.CraftTweakerMC$1@50e93bfc]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13555 crafttweaker:dye_wool_orange RecipeStage{tier='two', recipe=8xtile.cloth@1:[net.minecraftforge.oredict.OreIngredient@d565a1, net.minecraftforge.oredict.OreIngredient@3459c0b6, net.minecraftforge.oredict.OreIngredient@2b6416fa, net.minecraftforge.oredict.OreIngredient@f15bf01, net.minecraftforge.oredict.OreIngredient@24462b2f, net.minecraftforge.oredict.OreIngredient@5e601361, net.minecraftforge.oredict.OreIngredient@55b81d91, net.minecraftforge.oredict.OreIngredient@77f75d90, net.minecraftforge.oredict.OreIngredient@627d1f12]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13556 crafttweaker:dye_wool_lime RecipeStage{tier='two', recipe=8xtile.cloth@5:[net.minecraftforge.oredict.OreIngredient@6e40f0c2, net.minecraftforge.oredict.OreIngredient@15fa77f6, net.minecraftforge.oredict.OreIngredient@752e2484, net.minecraftforge.oredict.OreIngredient@6e4c1531, net.minecraftforge.oredict.OreIngredient@7633eda, net.minecraftforge.oredict.OreIngredient@41e0ac07, net.minecraftforge.oredict.OreIngredient@456eaabb, net.minecraftforge.oredict.OreIngredient@4b85caba, net.minecraftforge.oredict.OreIngredient@558ea8fe]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13557 crafttweaker:dye_wool_cyan RecipeStage{tier='two', recipe=8xtile.cloth@9:[net.minecraftforge.oredict.OreIngredient@6b2fd6c3, net.minecraftforge.oredict.OreIngredient@626f4860, net.minecraftforge.oredict.OreIngredient@6a26a10c, net.minecraftforge.oredict.OreIngredient@7dffdfc5, net.minecraftforge.oredict.OreIngredient@68738777, net.minecraftforge.oredict.OreIngredient@70c7ee51, net.minecraftforge.oredict.OreIngredient@2f361f84, net.minecraftforge.oredict.OreIngredient@2cb4ec50, net.minecraftforge.oredict.OreIngredient@58088e8e]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13558 crafttweaker:dye_wool_green RecipeStage{tier='two', recipe=8xtile.cloth@13:[net.minecraftforge.oredict.OreIngredient@38db2989, net.minecraftforge.oredict.OreIngredient@32b07a9b, net.minecraftforge.oredict.OreIngredient@41362666, net.minecraftforge.oredict.OreIngredient@64679991, net.minecraftforge.oredict.OreIngredient@51163f5, net.minecraftforge.oredict.OreIngredient@3444b56e, net.minecraftforge.oredict.OreIngredient@4431b096, net.minecraftforge.oredict.OreIngredient@1cc21290, net.minecraftforge.oredict.OreIngredient@12c2c436]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13559 crafttweaker:dye_wool_lightgray RecipeStage{tier='two', recipe=8xtile.cloth@8:[net.minecraftforge.oredict.OreIngredient@3fd0c512, net.minecraftforge.oredict.OreIngredient@10b3373d, net.minecraftforge.oredict.OreIngredient@1763da68, net.minecraftforge.oredict.OreIngredient@77ba9c20, net.minecraftforge.oredict.OreIngredient@4e7b2f90, net.minecraftforge.oredict.OreIngredient@4778e3bd, net.minecraftforge.oredict.OreIngredient@4e41d1a0, net.minecraftforge.oredict.OreIngredient@6d391fd4, net.minecraftforge.oredict.OreIngredient@7a29ba4c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13560 crafttweaker:dye_wool_brown RecipeStage{tier='two', recipe=8xtile.cloth@12:[net.minecraftforge.oredict.OreIngredient@4efb1597, net.minecraftforge.oredict.OreIngredient@125ace76, net.minecraftforge.oredict.OreIngredient@7c900c37, net.minecraftforge.oredict.OreIngredient@776b24f5, net.minecraftforge.oredict.OreIngredient@61aac022, net.minecraftforge.oredict.OreIngredient@25c79b1f, net.minecraftforge.oredict.OreIngredient@594ada24, net.minecraftforge.oredict.OreIngredient@77a81174, net.minecraftforge.oredict.OreIngredient@40347473]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13561 crafttweaker:dye_wool_magenta RecipeStage{tier='two', recipe=8xtile.cloth@2:[net.minecraftforge.oredict.OreIngredient@1f1b9826, net.minecraftforge.oredict.OreIngredient@99afad9, net.minecraftforge.oredict.OreIngredient@335ef123, net.minecraftforge.oredict.OreIngredient@229a1c2b, net.minecraftforge.oredict.OreIngredient@61037af6, net.minecraftforge.oredict.OreIngredient@3f11183d, net.minecraftforge.oredict.OreIngredient@7b823115, net.minecraftforge.oredict.OreIngredient@98b110a, net.minecraftforge.oredict.OreIngredient@73a51e07]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13562 crafttweaker:dye_wool_lightblue RecipeStage{tier='two', recipe=8xtile.cloth@3:[net.minecraftforge.oredict.OreIngredient@10dc5d8f, net.minecraftforge.oredict.OreIngredient@54bfc887, net.minecraftforge.oredict.OreIngredient@3df3c883, net.minecraftforge.oredict.OreIngredient@14b15e38, net.minecraftforge.oredict.OreIngredient@66f35904, net.minecraftforge.oredict.OreIngredient@4ca24ead, net.minecraftforge.oredict.OreIngredient@6f36206a, net.minecraftforge.oredict.OreIngredient@7168f32a, net.minecraftforge.oredict.OreIngredient@d2fbf7a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13563 crafttweaker:dye_wool_gray RecipeStage{tier='two', recipe=8xtile.cloth@7:[net.minecraftforge.oredict.OreIngredient@53a64f54, net.minecraftforge.oredict.OreIngredient@d4d003a, net.minecraftforge.oredict.OreIngredient@3b8a431a, net.minecraftforge.oredict.OreIngredient@4b2eef7e, net.minecraftforge.oredict.OreIngredient@2a93c5a0, net.minecraftforge.oredict.OreIngredient@4f3a4c18, net.minecraftforge.oredict.OreIngredient@26414476, net.minecraftforge.oredict.OreIngredient@1aa81adf, net.minecraftforge.oredict.OreIngredient@2e2262ef]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13564 crafttweaker:dye_wool_blue RecipeStage{tier='two', recipe=8xtile.cloth@11:[net.minecraftforge.oredict.OreIngredient@5001e624, net.minecraftforge.oredict.OreIngredient@3dc3dfa0, net.minecraftforge.oredict.OreIngredient@3408a589, net.minecraftforge.oredict.OreIngredient@62e1b40e, net.minecraftforge.oredict.OreIngredient@3d8e5eb0, net.minecraftforge.oredict.OreIngredient@1e13a87e, net.minecraftforge.oredict.OreIngredient@6f4662d8, net.minecraftforge.oredict.OreIngredient@e8eafa, net.minecraftforge.oredict.OreIngredient@4f5c5f89]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13565 crafttweaker:dye_wool_black RecipeStage{tier='two', recipe=8xtile.cloth@15:[net.minecraftforge.oredict.OreIngredient@13de09b0, net.minecraftforge.oredict.OreIngredient@1eb3f0c9, net.minecraftforge.oredict.OreIngredient@5e97048b, net.minecraftforge.oredict.OreIngredient@d0e4356, net.minecraftforge.oredict.OreIngredient@6efe48ce, net.minecraftforge.oredict.OreIngredient@6f4ad860, net.minecraftforge.oredict.OreIngredient@99f3a5e, net.minecraftforge.oredict.OreIngredient@7674dcc8, net.minecraftforge.oredict.OreIngredient@6ad042f0]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13566 crafttweaker:dye_wool_pink RecipeStage{tier='two', recipe=8xtile.cloth@6:[net.minecraftforge.oredict.OreIngredient@51e10c1f, net.minecraftforge.oredict.OreIngredient@5c3223ed, net.minecraftforge.oredict.OreIngredient@4c59546e, net.minecraftforge.oredict.OreIngredient@83868ce, net.minecraftforge.oredict.OreIngredient@51e01c22, net.minecraftforge.oredict.OreIngredient@1c8070b8, net.minecraftforge.oredict.OreIngredient@1afcad62, net.minecraftforge.oredict.OreIngredient@5149d8eb, net.minecraftforge.oredict.OreIngredient@19dfec]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13567 crafttweaker:dye_wool_red RecipeStage{tier='two', recipe=8xtile.cloth@14:[net.minecraftforge.oredict.OreIngredient@516f5a15, net.minecraftforge.oredict.OreIngredient@3f645ed4, net.minecraftforge.oredict.OreIngredient@1f73e208, net.minecraftforge.oredict.OreIngredient@11629aaf, net.minecraftforge.oredict.OreIngredient@3af6d564, net.minecraftforge.oredict.OreIngredient@2779be10, net.minecraftforge.oredict.OreIngredient@279a7b55, net.minecraftforge.oredict.OreIngredient@22283aeb, net.minecraftforge.oredict.OreIngredient@2ef9863f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13568 crafttweaker:dye_wool_white RecipeStage{tier='two', recipe=8xtile.cloth@0:[net.minecraftforge.oredict.OreIngredient@6fee508d, net.minecraftforge.oredict.OreIngredient@4cee172, net.minecraftforge.oredict.OreIngredient@48beb17b, net.minecraftforge.oredict.OreIngredient@4ee56f7a, net.minecraftforge.oredict.OreIngredient@53922413, net.minecraftforge.oredict.OreIngredient@20248a62, net.minecraftforge.oredict.OreIngredient@1dacc274, net.minecraftforge.oredict.OreIngredient@78d7e004, net.minecraftforge.oredict.OreIngredient@3a27f1b1]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13569 crafttweaker:dye_wool_yellow RecipeStage{tier='two', recipe=8xtile.cloth@4:[net.minecraftforge.oredict.OreIngredient@4987f3fd, net.minecraftforge.oredict.OreIngredient@edf7c26, net.minecraftforge.oredict.OreIngredient@54b9dea7, net.minecraftforge.oredict.OreIngredient@21921d35, net.minecraftforge.oredict.OreIngredient@57fc0ae1, net.minecraftforge.oredict.OreIngredient@22376274, net.minecraftforge.oredict.OreIngredient@3861cc73, net.minecraftforge.oredict.OreIngredient@92b05ff, net.minecraftforge.oredict.OreIngredient@3eb7ad39]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13570 crafttweaker:dye_wool_purple RecipeStage{tier='two', recipe=8xtile.cloth@10:[net.minecraftforge.oredict.OreIngredient@1ad029c4, net.minecraftforge.oredict.OreIngredient@4df83654, net.minecraftforge.oredict.OreIngredient@537622fb, net.minecraftforge.oredict.OreIngredient@2dddf18a, net.minecraftforge.oredict.OreIngredient@365873fc, net.minecraftforge.oredict.OreIngredient@3a1eb9f5, net.minecraftforge.oredict.OreIngredient@581d35b7, net.minecraftforge.oredict.OreIngredient@1a0ede9f, net.minecraftforge.oredict.OreIngredient@6fbc99b1]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13571 crafttweaker:ct_shapeless1510099155 RecipeStage{tier='tutorial', recipe=9xtile.stonebrick@0:[net.minecraft.item.crafting.Ingredient@49b6b5d1]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13572 crafttweaker:ct_shapeless-1179292070 RecipeStage{tier='five', recipe=9xtile.compressed_cobblestone@0:[net.minecraft.item.crafting.Ingredient@4c2f933a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13573 crafttweaker:ct_shapeless-1357990446 RecipeStage{tier='five', recipe=9xtile.compressed_cobblestone@1:[net.minecraft.item.crafting.Ingredient@d2bced]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13574 crafttweaker:ct_shapeless-1364826284 RecipeStage{tier='five', recipe=9xtile.compressed_cobblestone@2:[net.minecraft.item.crafting.Ingredient@58496aa8]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13575 crafttweaker:ct_shapeless-1371662122 RecipeStage{tier='five', recipe=9xtile.compressed_cobblestone@3:[net.minecraft.item.crafting.Ingredient@242d544d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13576 crafttweaker:ct_shapeless-1378497960 RecipeStage{tier='five', recipe=9xtile.compressed_cobblestone@4:[net.minecraft.item.crafting.Ingredient@14abb5b1]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13577 crafttweaker:ct_shapeless-1385333798 RecipeStage{tier='five', recipe=9xtile.compressed_cobblestone@5:[net.minecraft.item.crafting.Ingredient@10b461d]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13578 crafttweaker:ct_shapeless-1392169636 RecipeStage{tier='five', recipe=9xtile.compressed_cobblestone@6:[net.minecraft.item.crafting.Ingredient@128470be]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13579 crafttweaker:ct_shapeless-1399005474 RecipeStage{tier='five', recipe=9xtile.compressed_cobblestone@7:[net.minecraft.item.crafting.Ingredient@5cc5d19f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13580 crafttweaker:ct_shapeless-1405841312 RecipeStage{tier='five', recipe=9xtile.compressed_cobblestone@8:[net.minecraft.item.crafting.Ingredient@150ae18b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13581 crafttweaker:ct_shapeless-1114784391 RecipeStage{tier='five', recipe=9xtile.compressed_cobblestone@9:[net.minecraft.item.crafting.Ingredient@4e6a6699]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13582 crafttweaker:ct_shapeless-60099766 RecipeStage{tier='five', recipe=9xtile.compressed_cobblestone@10:[net.minecraft.item.crafting.Ingredient@7fdafe6a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13583 crafttweaker:ct_shapeless-299716374 RecipeStage{tier='five', recipe=9xtile.compressed_cobblestone@11:[net.minecraft.item.crafting.Ingredient@de19127]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13584 crafttweaker:ct_shapeless-539332982 RecipeStage{tier='five', recipe=9xtile.compressed_cobblestone@12:[net.minecraft.item.crafting.Ingredient@4f252fa9]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13585 crafttweaker:ct_shapeless-778949590 RecipeStage{tier='five', recipe=9xtile.compressed_cobblestone@13:[net.minecraft.item.crafting.Ingredient@52e6c67a]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13586 crafttweaker:ct_shapeless-1018566198 RecipeStage{tier='five', recipe=9xtile.compressed_cobblestone@14:[net.minecraft.item.crafting.Ingredient@7a674be2]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13587 crafttweaker:ct_shapeless-166305223 RecipeStage{tier='three', recipe=9xtile.obsidian@0:[net.minecraft.item.crafting.Ingredient@7b0e9520]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13588 crafttweaker:ct_shapeless-396705216 RecipeStage{tier='five', recipe=9xtile.compressed_obsidian@0:[net.minecraft.item.crafting.Ingredient@1db0b58f]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13589 crafttweaker:ct_shapeless-705639062 RecipeStage{tier='five', recipe=9xtile.compressed_obsidian@1:[net.minecraft.item.crafting.Ingredient@79017555]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13590 crafttweaker:ct_shapeless-1888062838 RecipeStage{tier='five', recipe=9xtile.compressed_obsidian@2:[net.minecraft.item.crafting.Ingredient@39f919cc]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13591 crafttweaker:ct_shapeless1224480682 RecipeStage{tier='five', recipe=9xtile.compressed_obsidian@3:[net.minecraft.item.crafting.Ingredient@36d13c46]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13592 crafttweaker:ct_shapeless42056906 RecipeStage{tier='five', recipe=9xtile.compressed_obsidian@4:[net.minecraft.item.crafting.Ingredient@2e55ebde]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13593 crafttweaker:ct_shapeless-1140366870 RecipeStage{tier='five', recipe=9xtile.compressed_obsidian@5:[net.minecraft.item.crafting.Ingredient@5c8c889c]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13594 crafttweaker:ct_shapeless1972176650 RecipeStage{tier='five', recipe=9xtile.compressed_obsidian@6:[net.minecraft.item.crafting.Ingredient@2dcaddb8]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13595 crafttweaker:ct_shapeless789752874 RecipeStage{tier='five', recipe=9xtile.compressed_obsidian@7:[net.minecraft.item.crafting.Ingredient@1246f74b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13596 crafttweaker:ct_shapeless-392670902 RecipeStage{tier='five', recipe=9xtile.compressed_obsidian@8:[net.minecraft.item.crafting.Ingredient@134ce5c6]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13597 crafttweaker:ct_shapeless-1854760463 RecipeStage{tier='five', recipe=9xtile.compressed_obsidian@9:[net.minecraft.item.crafting.Ingredient@2b3c475b]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13598 crafttweaker:ct_shapeless-34391136 RecipeStage{tier='five', recipe=9xtile.compressed_obsidian@10:[net.minecraft.item.crafting.Ingredient@50e06899]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13599 crafttweaker:ct_shapeless1937471842 RecipeStage{tier='five', recipe=9xtile.compressed_obsidian@11:[net.minecraft.item.crafting.Ingredient@75393161]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13600 crafttweaker:ct_shapeless-385632476 RecipeStage{tier='five', recipe=9xtile.compressed_obsidian@12:[net.minecraft.item.crafting.Ingredient@12f88d5]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13601 crafttweaker:ct_shapeless1586230502 RecipeStage{tier='five', recipe=9xtile.compressed_obsidian@13:[net.minecraft.item.crafting.Ingredient@48601134]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13602 crafttweaker:ct_shapeless-736873816 RecipeStage{tier='five', recipe=9xtile.compressed_obsidian@14:[net.minecraft.item.crafting.Ingredient@1b971c01]} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13603 betterwithmods:torch net.minecraftforge.oredict.ShapedOreRecipe@42e85061 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13604 betterwithmods:siding_rock betterwithmods.module.gameplay.miniblocks.MiniRecipe@6cd03756 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13605 betterwithmods:moulding_rock betterwithmods.module.gameplay.miniblocks.MiniRecipe@198a0750 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13606 betterwithmods:corner_rock betterwithmods.module.gameplay.miniblocks.MiniRecipe@176b68e3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13607 betterwithmods:siding_iron betterwithmods.module.gameplay.miniblocks.MiniRecipe@17805937 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13608 betterwithmods:moulding_iron betterwithmods.module.gameplay.miniblocks.MiniRecipe@7a07a616 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13609 betterwithmods:corner_iron betterwithmods.module.gameplay.miniblocks.MiniRecipe@337e9e81 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13610 betterwithmods:siding_ground betterwithmods.module.gameplay.miniblocks.MiniRecipe@7f1ed47d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13611 betterwithmods:moulding_ground betterwithmods.module.gameplay.miniblocks.MiniRecipe@6ac26348 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13612 betterwithmods:corner_ground betterwithmods.module.gameplay.miniblocks.MiniRecipe@2db24f10 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13613 betterwithmods:siding_wood betterwithmods.module.gameplay.miniblocks.MiniRecipe@6a7f56b1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13614 betterwithmods:moulding_wood betterwithmods.module.gameplay.miniblocks.MiniRecipe@63cbdabf +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13615 betterwithmods:corner_wood betterwithmods.module.gameplay.miniblocks.MiniRecipe@1a6a2dad +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13616 betterwithmods:siding_clay betterwithmods.module.gameplay.miniblocks.MiniRecipe@251f2b3f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13617 betterwithmods:moulding_clay betterwithmods.module.gameplay.miniblocks.MiniRecipe@35452bf3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13618 betterwithmods:corner_clay betterwithmods.module.gameplay.miniblocks.MiniRecipe@86611c6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13619 betterwithmods:wood_siding.0 net.minecraft.item.crafting.ShapelessRecipes@432a5222 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13620 betterwithmods:wood_moulding.0 net.minecraft.item.crafting.ShapelessRecipes@1f30cfab +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13621 betterwithmods:wood_corner.0 net.minecraft.item.crafting.ShapelessRecipes@336650d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13622 betterwithmods:wood_siding.1 net.minecraft.item.crafting.ShapelessRecipes@3be6ac8c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13623 betterwithmods:wood_moulding.1 net.minecraft.item.crafting.ShapelessRecipes@2a4c5290 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13624 betterwithmods:wood_corner.1 net.minecraft.item.crafting.ShapelessRecipes@33988de5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13625 betterwithmods:wood_siding.2 net.minecraft.item.crafting.ShapelessRecipes@3368896 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13626 betterwithmods:wood_moulding.2 net.minecraft.item.crafting.ShapelessRecipes@dbac6b0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13627 betterwithmods:wood_corner.2 net.minecraft.item.crafting.ShapelessRecipes@452acd45 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13628 betterwithmods:wood_siding.3 net.minecraft.item.crafting.ShapelessRecipes@32aa97a0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13629 betterwithmods:wood_moulding.3 net.minecraft.item.crafting.ShapelessRecipes@56fdb5b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13630 betterwithmods:wood_corner.3 net.minecraft.item.crafting.ShapelessRecipes@5e3b0200 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13631 betterwithmods:wood_siding.4 net.minecraft.item.crafting.ShapelessRecipes@4d68ac67 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13632 betterwithmods:wood_moulding.4 net.minecraft.item.crafting.ShapelessRecipes@2b1925fd +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13633 betterwithmods:wood_corner.4 net.minecraft.item.crafting.ShapelessRecipes@505796c6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13634 betterwithmods:wood_siding.5 net.minecraft.item.crafting.ShapelessRecipes@56faa5ce +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13635 betterwithmods:wood_moulding.5 net.minecraft.item.crafting.ShapelessRecipes@5ef930e2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13636 betterwithmods:wood_corner.5 net.minecraft.item.crafting.ShapelessRecipes@3c2dc00d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13637 betterwithmods:stone_siding.0 net.minecraft.item.crafting.ShapelessRecipes@50a090e8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13638 betterwithmods:stone_moulding.0 net.minecraft.item.crafting.ShapelessRecipes@53f78be7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13639 betterwithmods:stone_corner.0 net.minecraft.item.crafting.ShapelessRecipes@441edf5b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13640 betterwithmods:stone_siding.1 net.minecraft.item.crafting.ShapelessRecipes@16e1427d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13641 betterwithmods:stone_moulding.1 net.minecraft.item.crafting.ShapelessRecipes@4212b799 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13642 betterwithmods:stone_corner.1 net.minecraft.item.crafting.ShapelessRecipes@2d55b48f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13643 betterwithmods:stone_siding.2 net.minecraft.item.crafting.ShapelessRecipes@1f835279 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13644 betterwithmods:stone_moulding.2 net.minecraft.item.crafting.ShapelessRecipes@36d095e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13645 betterwithmods:stone_corner.2 net.minecraft.item.crafting.ShapelessRecipes@5494d8d5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13646 betterwithmods:stone_siding.3 net.minecraft.item.crafting.ShapelessRecipes@54e5ef04 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13647 betterwithmods:stone_moulding.3 net.minecraft.item.crafting.ShapelessRecipes@51f07f7b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13648 betterwithmods:stone_corner.3 net.minecraft.item.crafting.ShapelessRecipes@3abcbbe2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13649 betterwithmods:stone_siding.4 net.minecraft.item.crafting.ShapelessRecipes@481c8e10 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13650 betterwithmods:stone_moulding.4 net.minecraft.item.crafting.ShapelessRecipes@337ad5d8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13651 betterwithmods:stone_corner.4 net.minecraft.item.crafting.ShapelessRecipes@61236f6b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13652 betterwithmods:stone_siding.5 net.minecraft.item.crafting.ShapelessRecipes@3e1fbb06 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13653 betterwithmods:stone_moulding.5 net.minecraft.item.crafting.ShapelessRecipes@12dfcedb +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13654 betterwithmods:stone_corner.5 net.minecraft.item.crafting.ShapelessRecipes@776e0d4d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13655 guideapi:guidebook net.minecraftforge.oredict.ShapelessOreRecipe@74dc5d7b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13656 galacticraftcore:enclosed net.minecraft.item.crafting.ShapedRecipes@16860978 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13657 galacticraftcore:enclosed_2 net.minecraft.item.crafting.ShapedRecipes@51c301c7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13658 galacticraftcore:enclosed_3 net.minecraft.item.crafting.ShapedRecipes@1179045b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13659 galacticraftcore:enclosed_4 net.minecraft.item.crafting.ShapedRecipes@787e7fb5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13660 galacticraftcore:enclosed_5 net.minecraft.item.crafting.ShapedRecipes@3b32e32e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13661 horsepower:hp_shapeless45028447 se.gory_moon.horsepower.recipes.ShapelessChoppingRecipe@7f398ace +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13662 horsepower:hp_shaped-1476315148 se.gory_moon.horsepower.recipes.ShapedChoppingRecipe@34b448ce +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13663 jaff:rod_bait_recipe com.tmtravlr.jaff.RecipeRodBait@111a8b54 +[16:58:29] [Server thread/TRACE] [FML]: Registry Name : minecraft:villagerprofessions +[16:58:29] [Server thread/TRACE] [FML]: Registry: 0 minecraft:farmer net.minecraftforge.fml.common.registry.VillagerRegistry$VillagerProfession@40bac624 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1 minecraft:librarian net.minecraftforge.fml.common.registry.VillagerRegistry$VillagerProfession@583b177a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2 minecraft:priest net.minecraftforge.fml.common.registry.VillagerRegistry$VillagerProfession@4d79651d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3 minecraft:smith net.minecraftforge.fml.common.registry.VillagerRegistry$VillagerProfession@796d0b43 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4 minecraft:butcher net.minecraftforge.fml.common.registry.VillagerRegistry$VillagerProfession@424ebf5b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5 minecraft:nitwit net.minecraftforge.fml.common.registry.VillagerRegistry$VillagerProfession@42cef0af +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6 vtt:brewer net.minecraftforge.fml.common.registry.VillagerRegistry$VillagerProfession@64c9aa21 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7 vtt:redstoner net.minecraftforge.fml.common.registry.VillagerRegistry$VillagerProfession@48469989 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8 vtt:tinkerer net.minecraftforge.fml.common.registry.VillagerRegistry$VillagerProfession@34a4fae9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9 pneumaticcraft:mechanic net.minecraftforge.fml.common.registry.VillagerRegistry$VillagerProfession@233656c4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10 totemic:totemist net.minecraftforge.fml.common.registry.VillagerRegistry$VillagerProfession@71916ca6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11 cyclicmagic:sage net.minecraftforge.fml.common.registry.VillagerRegistry$VillagerProfession@606759c0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12 cyclicmagic:druid net.minecraftforge.fml.common.registry.VillagerRegistry$VillagerProfession@21b30960 +[16:58:29] [Server thread/TRACE] [FML]: Registry Name : minecraft:dataserializers +[16:58:29] [Server thread/TRACE] [FML]: Registry: 256 simpleplanes:serializerquaternion net.minecraftforge.registries.DataSerializerEntry@12bc888c +[16:58:29] [Server thread/TRACE] [FML]: Registry Name : minecraft:entities +[16:58:29] [Server thread/TRACE] [FML]: Registry: 0 abyssalcraft:depthsghoul net.minecraftforge.fml.common.registry.EntityEntry@2b0d71f0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1 minecraft:item net.minecraftforge.fml.common.registry.EntityEntry@149162a4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2 minecraft:xp_orb net.minecraftforge.fml.common.registry.EntityEntry@7af4286 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3 minecraft:area_effect_cloud net.minecraftforge.fml.common.registry.EntityEntry@4a5a8c6f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4 minecraft:elder_guardian net.minecraftforge.fml.common.registry.EntityEntry@7a8d6eb3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5 minecraft:wither_skeleton net.minecraftforge.fml.common.registry.EntityEntry@1106a9cc +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6 minecraft:stray net.minecraftforge.fml.common.registry.EntityEntry@4ebe6c24 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7 minecraft:egg net.minecraftforge.fml.common.registry.EntityEntry@6529b078 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8 minecraft:leash_knot net.minecraftforge.fml.common.registry.EntityEntry@7cd6b76a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9 minecraft:painting net.minecraftforge.fml.common.registry.EntityEntry@9677f54 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10 minecraft:arrow net.minecraftforge.fml.common.registry.EntityEntry@d20e900 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11 minecraft:snowball net.minecraftforge.fml.common.registry.EntityEntry@33ed6546 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12 minecraft:fireball net.minecraftforge.fml.common.registry.EntityEntry@6d2413e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13 minecraft:small_fireball net.minecraftforge.fml.common.registry.EntityEntry@3803bc1a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 14 minecraft:ender_pearl net.minecraftforge.fml.common.registry.EntityEntry@3f33c5e4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 15 minecraft:eye_of_ender_signal net.minecraftforge.fml.common.registry.EntityEntry@50c462b8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 16 minecraft:potion net.minecraftforge.fml.common.registry.EntityEntry@566dc0c3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 17 minecraft:xp_bottle net.minecraftforge.fml.common.registry.EntityEntry@7fb02869 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 18 minecraft:item_frame net.minecraftforge.fml.common.registry.EntityEntry@31fc1b6e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 19 minecraft:wither_skull net.minecraftforge.fml.common.registry.EntityEntry@1df77353 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 20 minecraft:tnt net.minecraftforge.fml.common.registry.EntityEntry@359b4846 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 21 minecraft:falling_block net.minecraftforge.fml.common.registry.EntityEntry@5f59b6c5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 22 minecraft:fireworks_rocket net.minecraftforge.fml.common.registry.EntityEntry@1872a7fe +[16:58:29] [Server thread/TRACE] [FML]: Registry: 23 minecraft:husk net.minecraftforge.fml.common.registry.EntityEntry@3793896e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 24 minecraft:spectral_arrow net.minecraftforge.fml.common.registry.EntityEntry@17fbbf0a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 25 minecraft:shulker_bullet net.minecraftforge.fml.common.registry.EntityEntry@59cc46a4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 26 minecraft:dragon_fireball net.minecraftforge.fml.common.registry.EntityEntry@828e2d8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 27 minecraft:zombie_villager net.minecraftforge.fml.common.registry.EntityEntry@548e70f0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 28 minecraft:skeleton_horse net.minecraftforge.fml.common.registry.EntityEntry@14941b06 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 29 minecraft:zombie_horse net.minecraftforge.fml.common.registry.EntityEntry@74832504 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 30 minecraft:armor_stand net.minecraftforge.fml.common.registry.EntityEntry@1a4340f2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 31 minecraft:donkey net.minecraftforge.fml.common.registry.EntityEntry@20dfe8b2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 32 minecraft:mule net.minecraftforge.fml.common.registry.EntityEntry@6d8cbd1a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 33 minecraft:evocation_fangs net.minecraftforge.fml.common.registry.EntityEntry@293988dc +[16:58:29] [Server thread/TRACE] [FML]: Registry: 34 minecraft:evocation_illager net.minecraftforge.fml.common.registry.EntityEntry@6f526f91 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 35 minecraft:vex net.minecraftforge.fml.common.registry.EntityEntry@1c63b39a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 36 minecraft:vindication_illager net.minecraftforge.fml.common.registry.EntityEntry@7a9e44ff +[16:58:29] [Server thread/TRACE] [FML]: Registry: 37 minecraft:illusion_illager net.minecraftforge.fml.common.registry.EntityEntry@5d5a77de +[16:58:29] [Server thread/TRACE] [FML]: Registry: 38 abyssalcraft:evilpig net.minecraftforge.fml.common.registry.EntityEntry@77532c18 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 39 abyssalcraft:abyssalzombie net.minecraftforge.fml.common.registry.EntityEntry@5015a85d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 40 minecraft:commandblock_minecart net.minecraftforge.fml.common.registry.EntityEntry@15ec3c0c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 41 minecraft:boat net.minecraftforge.fml.common.registry.EntityEntry@335ff774 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 42 minecraft:minecart net.minecraftforge.fml.common.registry.EntityEntry@4c131823 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 43 minecraft:chest_minecart net.minecraftforge.fml.common.registry.EntityEntry@47c06b1a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 44 minecraft:furnace_minecart net.minecraftforge.fml.common.registry.EntityEntry@5c39da9e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 45 minecraft:tnt_minecart net.minecraftforge.fml.common.registry.EntityEntry@4a648b35 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 46 minecraft:hopper_minecart net.minecraftforge.fml.common.registry.EntityEntry@64a0ee65 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 47 minecraft:spawner_minecart net.minecraftforge.fml.common.registry.EntityEntry@3d94b49d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 48 abyssalcraft:primedodb net.minecraftforge.fml.common.registry.EntityEntry@64163167 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 49 abyssalcraft:jzahar net.minecraftforge.fml.common.registry.EntityEntry@35a1a266 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 50 minecraft:creeper net.minecraftforge.fml.common.registry.EntityEntry@4adb2b87 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 51 minecraft:skeleton net.minecraftforge.fml.common.registry.EntityEntry@558fa64a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 52 minecraft:spider net.minecraftforge.fml.common.registry.EntityEntry@1ed763aa +[16:58:29] [Server thread/TRACE] [FML]: Registry: 53 minecraft:giant net.minecraftforge.fml.common.registry.EntityEntry@6f999cf4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 54 minecraft:zombie net.minecraftforge.fml.common.registry.EntityEntry@79c9a128 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 55 minecraft:slime net.minecraftforge.fml.common.registry.EntityEntry@4075c0d8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 56 minecraft:ghast net.minecraftforge.fml.common.registry.EntityEntry@5295779 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 57 minecraft:zombie_pigman net.minecraftforge.fml.common.registry.EntityEntry@3a2b1f24 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 58 minecraft:enderman net.minecraftforge.fml.common.registry.EntityEntry@4fec93d0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 59 minecraft:cave_spider net.minecraftforge.fml.common.registry.EntityEntry@1c12f0f4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 60 minecraft:silverfish net.minecraftforge.fml.common.registry.EntityEntry@39153b05 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 61 minecraft:blaze net.minecraftforge.fml.common.registry.EntityEntry@72557e0d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 62 minecraft:magma_cube net.minecraftforge.fml.common.registry.EntityEntry@4c6ebaf2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 63 minecraft:ender_dragon net.minecraftforge.fml.common.registry.EntityEntry@2746bc43 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 64 minecraft:wither net.minecraftforge.fml.common.registry.EntityEntry@2f1d2384 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 65 minecraft:bat net.minecraftforge.fml.common.registry.EntityEntry@5aef36a9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 66 minecraft:witch net.minecraftforge.fml.common.registry.EntityEntry@2975715 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 67 minecraft:endermite net.minecraftforge.fml.common.registry.EntityEntry@2e8417ea +[16:58:29] [Server thread/TRACE] [FML]: Registry: 68 minecraft:guardian net.minecraftforge.fml.common.registry.EntityEntry@67726dd1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 69 minecraft:shulker net.minecraftforge.fml.common.registry.EntityEntry@27879518 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 70 abyssalcraft:abygolem net.minecraftforge.fml.common.registry.EntityEntry@12e46eee +[16:58:29] [Server thread/TRACE] [FML]: Registry: 71 abyssalcraft:dreadgolem net.minecraftforge.fml.common.registry.EntityEntry@166a3438 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 72 abyssalcraft:dreadguard net.minecraftforge.fml.common.registry.EntityEntry@a0f02d1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 73 abyssalcraft:powerstonetracker net.minecraftforge.fml.common.registry.EntityEntry@320eae2d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 74 abyssalcraft:dragonminion net.minecraftforge.fml.common.registry.EntityEntry@323428ad +[16:58:29] [Server thread/TRACE] [FML]: Registry: 75 abyssalcraft:dragonboss net.minecraftforge.fml.common.registry.EntityEntry@73132dcc +[16:58:29] [Server thread/TRACE] [FML]: Registry: 76 abyssalcraft:primedodbcore net.minecraftforge.fml.common.registry.EntityEntry@13be7b3b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 77 abyssalcraft:shadowcreature net.minecraftforge.fml.common.registry.EntityEntry@7693d96d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 78 abyssalcraft:shadowmonster net.minecraftforge.fml.common.registry.EntityEntry@7cfd204c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 79 abyssalcraft:dreadling net.minecraftforge.fml.common.registry.EntityEntry@52991d2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 80 abyssalcraft:dreadspawn net.minecraftforge.fml.common.registry.EntityEntry@7f33b2a2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 81 abyssalcraft:demonpig net.minecraftforge.fml.common.registry.EntityEntry@76978980 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 82 abyssalcraft:gskeleton net.minecraftforge.fml.common.registry.EntityEntry@57abd32f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 83 abyssalcraft:chagarothspawn net.minecraftforge.fml.common.registry.EntityEntry@3ec310a5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 84 abyssalcraft:chagarothfist net.minecraftforge.fml.common.registry.EntityEntry@31706043 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 85 abyssalcraft:chagaroth net.minecraftforge.fml.common.registry.EntityEntry@80da8b8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 86 abyssalcraft:shadowbeast net.minecraftforge.fml.common.registry.EntityEntry@4dc393d0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 87 abyssalcraft:shadowboss net.minecraftforge.fml.common.registry.EntityEntry@3bed88a5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 88 abyssalcraft:antiabyssalzombie net.minecraftforge.fml.common.registry.EntityEntry@f0782db +[16:58:29] [Server thread/TRACE] [FML]: Registry: 89 abyssalcraft:antibat net.minecraftforge.fml.common.registry.EntityEntry@3860cde8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 90 minecraft:pig net.minecraftforge.fml.common.registry.EntityEntry@6ea4b4b2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 91 minecraft:sheep net.minecraftforge.fml.common.registry.EntityEntry@3c48bbf3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 92 minecraft:cow net.minecraftforge.fml.common.registry.EntityEntry@381ed137 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 93 minecraft:chicken net.minecraftforge.fml.common.registry.EntityEntry@1912ba29 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 94 minecraft:squid net.minecraftforge.fml.common.registry.EntityEntry@14144cc9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 95 minecraft:wolf net.minecraftforge.fml.common.registry.EntityEntry@3f1dadeb +[16:58:29] [Server thread/TRACE] [FML]: Registry: 96 minecraft:mooshroom net.minecraftforge.fml.common.registry.EntityEntry@2a3251ad +[16:58:29] [Server thread/TRACE] [FML]: Registry: 97 minecraft:snowman net.minecraftforge.fml.common.registry.EntityEntry@795ce9b5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 98 minecraft:ocelot net.minecraftforge.fml.common.registry.EntityEntry@5cd5e1b6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 99 minecraft:villager_golem net.minecraftforge.fml.common.registry.EntityEntry@529b8e41 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 100 minecraft:horse net.minecraftforge.fml.common.registry.EntityEntry@3fe70a2d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 101 minecraft:rabbit net.minecraftforge.fml.common.registry.EntityEntry@46a5aff +[16:58:29] [Server thread/TRACE] [FML]: Registry: 102 minecraft:polar_bear net.minecraftforge.fml.common.registry.EntityEntry@37a74cf4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 103 minecraft:llama net.minecraftforge.fml.common.registry.EntityEntry@7c144349 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 104 minecraft:llama_spit net.minecraftforge.fml.common.registry.EntityEntry@3ef7064b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 105 minecraft:parrot net.minecraftforge.fml.common.registry.EntityEntry@c32908c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 106 abyssalcraft:antichicken net.minecraftforge.fml.common.registry.EntityEntry@353ef012 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 107 abyssalcraft:anticow net.minecraftforge.fml.common.registry.EntityEntry@7d1da024 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 108 abyssalcraft:anticreeper net.minecraftforge.fml.common.registry.EntityEntry@49a5f0e6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 109 abyssalcraft:antighoul net.minecraftforge.fml.common.registry.EntityEntry@c686790 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 110 abyssalcraft:antipig net.minecraftforge.fml.common.registry.EntityEntry@679894dc +[16:58:29] [Server thread/TRACE] [FML]: Registry: 111 abyssalcraft:antiplayer net.minecraftforge.fml.common.registry.EntityEntry@620eefa9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 112 abyssalcraft:antiskeleton net.minecraftforge.fml.common.registry.EntityEntry@13392895 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 113 abyssalcraft:antispider net.minecraftforge.fml.common.registry.EntityEntry@72e0e38c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 114 abyssalcraft:antizombie net.minecraftforge.fml.common.registry.EntityEntry@4e3e4335 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 115 abyssalcraft:remnant net.minecraftforge.fml.common.registry.EntityEntry@717e0b8e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 116 abyssalcraft:omotholghoul net.minecraftforge.fml.common.registry.EntityEntry@376c4329 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 117 abyssalcraft:coraliumarrow net.minecraftforge.fml.common.registry.EntityEntry@2797a947 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 118 abyssalcraft:jzaharminion net.minecraftforge.fml.common.registry.EntityEntry@366b94fa +[16:58:29] [Server thread/TRACE] [FML]: Registry: 119 abyssalcraft:greaterdreadspawn net.minecraftforge.fml.common.registry.EntityEntry@67a03cb2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 120 minecraft:villager net.minecraftforge.fml.common.registry.EntityEntry@e62d757 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 121 abyssalcraft:lesserdreadbeast net.minecraftforge.fml.common.registry.EntityEntry@7bbc705e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 122 abyssalcraft:dreadslug net.minecraftforge.fml.common.registry.EntityEntry@5b2c509b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 123 abyssalcraft:lessershoggoth net.minecraftforge.fml.common.registry.EntityEntry@a358d94 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 124 abyssalcraft:evilcow net.minecraftforge.fml.common.registry.EntityEntry@2e20bd32 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 125 abyssalcraft:evilchicken net.minecraftforge.fml.common.registry.EntityEntry@6552b204 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 126 abyssalcraft:demoncow net.minecraftforge.fml.common.registry.EntityEntry@49485cb +[16:58:29] [Server thread/TRACE] [FML]: Registry: 127 abyssalcraft:demonchicken net.minecraftforge.fml.common.registry.EntityEntry@74996820 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 128 abyssalcraft:gatekeeperessence net.minecraftforge.fml.common.registry.EntityEntry@9803c91 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 129 abyssalcraft:evilsheep net.minecraftforge.fml.common.registry.EntityEntry@797d226c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 130 abyssalcraft:demonsheep net.minecraftforge.fml.common.registry.EntityEntry@77efb49e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 131 abyssalcraft:coraliumsquid net.minecraftforge.fml.common.registry.EntityEntry@a934b1a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 132 abyssalcraft:inkprojectile net.minecraftforge.fml.common.registry.EntityEntry@19d893e7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 133 abyssalcraft:dreadedcharge net.minecraftforge.fml.common.registry.EntityEntry@3f92cbac +[16:58:29] [Server thread/TRACE] [FML]: Registry: 134 abyssalcraft:acidprojectile net.minecraftforge.fml.common.registry.EntityEntry@706bc394 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 135 abyssalcraft:blackhole net.minecraftforge.fml.common.registry.EntityEntry@7b9097da +[16:58:29] [Server thread/TRACE] [FML]: Registry: 136 abyssalcraft:implosion net.minecraftforge.fml.common.registry.EntityEntry@2b8016e9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 137 abyssalcraft:shuboffspring net.minecraftforge.fml.common.registry.EntityEntry@44ab48e5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 138 animalium:piranha net.minecraftforge.fml.common.registry.EntityEntry@4519e535 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 139 animalium:wild_dog net.minecraftforge.fml.common.registry.EntityEntry@25aa5fda +[16:58:29] [Server thread/TRACE] [FML]: Registry: 140 animalium:bear net.minecraftforge.fml.common.registry.EntityEntry@50e74b59 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 141 animalium:bear_tamed net.minecraftforge.fml.common.registry.EntityEntry@6cd7d79 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 142 animalium:rat net.minecraftforge.fml.common.registry.EntityEntry@5b3dbc49 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 143 betterwithmods:extending_rope net.minecraftforge.fml.common.registry.EntityEntry@360c04a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 144 betterwithmods:bwm_dynamite net.minecraftforge.fml.common.registry.EntityEntry@78abf606 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 145 betterwithmods:bwm_urn net.minecraftforge.fml.common.registry.EntityEntry@2ee4f9d6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 146 betterwithmods:bwm_mining_charge net.minecraftforge.fml.common.registry.EntityEntry@b81ff4c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 147 betterwithmods:entity_sheared_creeper net.minecraftforge.fml.common.registry.EntityEntry@2299125f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 148 betterwithmods:entity_broadhead_arrow net.minecraftforge.fml.common.registry.EntityEntry@4fe3c931 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 149 betterwithmods:entity_falling_gourd net.minecraftforge.fml.common.registry.EntityEntry@554ae3e1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 150 betterwithmods:falling_block_custom net.minecraftforge.fml.common.registry.EntityEntry@7fa873c2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 151 betterwithmods:bwm_spider_web net.minecraftforge.fml.common.registry.EntityEntry@432c50c2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 152 betterwithmods:bwm_fishing_hook net.minecraftforge.fml.common.registry.EntityEntry@66bc4ca9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 153 betterwithmods:bwm_tentacle net.minecraftforge.fml.common.registry.EntityEntry@4bb16aae +[16:58:29] [Server thread/TRACE] [FML]: Registry: 154 betterwithmods:bwm_jungle_spider net.minecraftforge.fml.common.registry.EntityEntry@255307fc +[16:58:29] [Server thread/TRACE] [FML]: Registry: 155 astralsorcery:entityhighlighted net.minecraftforge.fml.common.registry.EntityEntry@4df4ecfe +[16:58:29] [Server thread/TRACE] [FML]: Registry: 156 astralsorcery:entitystardust net.minecraftforge.fml.common.registry.EntityEntry@2d696636 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 157 astralsorcery:entitycrystal net.minecraftforge.fml.common.registry.EntityEntry@7b977f34 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 158 astralsorcery:entityflare net.minecraftforge.fml.common.registry.EntityEntry@46dd35ed +[16:58:29] [Server thread/TRACE] [FML]: Registry: 159 astralsorcery:entitystarburst net.minecraftforge.fml.common.registry.EntityEntry@62daf7e6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 160 astralsorcery:entityilluminationspark net.minecraftforge.fml.common.registry.EntityEntry@70b9b6d3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 161 astralsorcery:entitynocturnalspark net.minecraftforge.fml.common.registry.EntityEntry@19621281 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 162 astralsorcery:entitycrystaltool net.minecraftforge.fml.common.registry.EntityEntry@213e3118 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 163 astralsorcery:entitygrapplinghook net.minecraftforge.fml.common.registry.EntityEntry@6a0e6342 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 164 astralsorcery:entityspectraltool net.minecraftforge.fml.common.registry.EntityEntry@292988d6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 165 astralsorcery:entityliquidspark net.minecraftforge.fml.common.registry.EntityEntry@79bed82d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 166 astralsorcery:entityobservatoryhelper net.minecraftforge.fml.common.registry.EntityEntry@520c6c44 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 167 astralsorcery:entityshootingstar net.minecraftforge.fml.common.registry.EntityEntry@37aaebf2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 168 astralsorcery:entityitemdamageresistant net.minecraftforge.fml.common.registry.EntityEntry@7d6092c3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 169 quark:flat_item_frame net.minecraftforge.fml.common.registry.EntityEntry@71f46122 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 170 quark:leash_knot net.minecraftforge.fml.common.registry.EntityEntry@7c2d2c15 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 171 quark:glass_item_frame net.minecraftforge.fml.common.registry.EntityEntry@2b19197d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 172 quark:dweller net.minecraftforge.fml.common.registry.EntityEntry@5465d75e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 173 quark:ashen net.minecraftforge.fml.common.registry.EntityEntry@60291e3b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 174 quark:wraith net.minecraftforge.fml.common.registry.EntityEntry@287e97f7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 175 quark:arrow_ender net.minecraftforge.fml.common.registry.EntityEntry@903e437 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 176 quark:arrow_explosive net.minecraftforge.fml.common.registry.EntityEntry@6b32ef72 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 177 quark:arrow_torch net.minecraftforge.fml.common.registry.EntityEntry@3d67d464 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 178 quark:dragon_breath_bottle net.minecraftforge.fml.common.registry.EntityEntry@27b3cf9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 179 quark:soul_powder net.minecraftforge.fml.common.registry.EntityEntry@4beabc5c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 180 betterwithaddons:greatarrow net.minecraftforge.fml.common.registry.EntityEntry@6399fe2b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 181 betterwithaddons:ya net.minecraftforge.fml.common.registry.EntityEntry@7e58221f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 182 betterwithaddons:artifactframe net.minecraftforge.fml.common.registry.EntityEntry@4a868d7e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 183 betterwithaddons:ancestrybottle net.minecraftforge.fml.common.registry.EntityEntry@7ccb36c6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 184 betterwithaddons:spirit net.minecraftforge.fml.common.registry.EntityEntry@14c98b15 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 185 betterwithaddons:karate_zombie net.minecraftforge.fml.common.registry.EntityEntry@333c9967 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 186 bibliocraft:biblioseat net.minecraftforge.fml.common.registry.EntityEntry@7983154a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 187 buildinggadgets:blockbuildentity net.minecraftforge.fml.common.registry.EntityEntry@61ce1258 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 188 buildinggadgets:constructionblockentity net.minecraftforge.fml.common.registry.EntityEntry@51dea7ce +[16:58:29] [Server thread/TRACE] [FML]: Registry: 189 clumps:xp_orb_big net.minecraftforge.fml.common.registry.EntityEntry@3566252a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 190 darkutils:fake_tnt net.minecraftforge.fml.common.registry.EntityEntry@179b5708 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 191 davincisvessels:ship net.minecraftforge.fml.common.registry.EntityEntry@1d9d5647 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 192 davincisvessels:seat net.minecraftforge.fml.common.registry.EntityEntry@4c45ab3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 193 davincisvessels:parachute net.minecraftforge.fml.common.registry.EntityEntry@58dff4e3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 194 emberroot:deers net.minecraftforge.fml.common.registry.EntityEntry@334f7e47 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 195 emberroot:sprouts net.minecraftforge.fml.common.registry.EntityEntry@1057082a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 196 emberroot:fairies net.minecraftforge.fml.common.registry.EntityEntry@2fef03ae +[16:58:29] [Server thread/TRACE] [FML]: Registry: 197 emberroot:rainbowslime net.minecraftforge.fml.common.registry.EntityEntry@1317c358 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 198 emberroot:ember_projectile net.minecraftforge.fml.common.registry.EntityEntry@1e2ef95e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 199 emberroot:rainbow_golem net.minecraftforge.fml.common.registry.EntityEntry@65ed2f2e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 200 minecraft:ender_crystal net.minecraftforge.fml.common.registry.EntityEntry@7746330a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 201 emberroot:hero net.minecraftforge.fml.common.registry.EntityEntry@1c7aaf5b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 202 emberroot:creeper net.minecraftforge.fml.common.registry.EntityEntry@7d0c3d6b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 203 emberroot:owl net.minecraftforge.fml.common.registry.EntityEntry@5f7b12cd +[16:58:29] [Server thread/TRACE] [FML]: Registry: 204 emberroot:slime net.minecraftforge.fml.common.registry.EntityEntry@405c0052 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 205 emberroot:entityowlegg net.minecraftforge.fml.common.registry.EntityEntry@fbe162a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 206 emberroot:dire_wolf net.minecraftforge.fml.common.registry.EntityEntry@2877c438 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 207 emberroot:withercat net.minecraftforge.fml.common.registry.EntityEntry@7c6a2a0d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 208 emberroot:witherwitch net.minecraftforge.fml.common.registry.EntityEntry@5decd026 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 209 emberroot:enderminy net.minecraftforge.fml.common.registry.EntityEntry@18603791 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 210 emberroot:knight_fallen net.minecraftforge.fml.common.registry.EntityEntry@72bb4126 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 211 emberroot:fallenmount net.minecraftforge.fml.common.registry.EntityEntry@64ad682c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 212 emberroot:timberwolf net.minecraftforge.fml.common.registry.EntityEntry@15d3b676 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 213 emberroot:rootsonesprite net.minecraftforge.fml.common.registry.EntityEntry@6bc90c97 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 214 emberroot:rootsonespriteling net.minecraftforge.fml.common.registry.EntityEntry@20239836 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 215 emberroot:rootsonespriteprojectile net.minecraftforge.fml.common.registry.EntityEntry@1dcf183c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 216 emberroot:rootsonespritegreater net.minecraftforge.fml.common.registry.EntityEntry@6246ae6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 217 emberroot:rootsonespriteboss net.minecraftforge.fml.common.registry.EntityEntry@68afc1b8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 218 emberroot:skeleton_frozen net.minecraftforge.fml.common.registry.EntityEntry@773c3a4a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 219 enderutilities:enderarrow net.minecraftforge.fml.common.registry.EntityEntry@5a1b474c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 220 enderutilities:enderpearlreusable net.minecraftforge.fml.common.registry.EntityEntry@1e8a839a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 221 enderutilities:endermanfighter net.minecraftforge.fml.common.registry.EntityEntry@55bfbf77 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 222 enderutilities:chair net.minecraftforge.fml.common.registry.EntityEntry@29de37f2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 223 enderutilities:fallingblock net.minecraftforge.fml.common.registry.EntityEntry@20797e4f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 224 fat_cat:fat_cat net.minecraftforge.fml.common.registry.EntityEntry@5fbdd53 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 225 progressiontweaks:spear net.minecraftforge.fml.common.registry.EntityEntry@1f0e2985 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 226 progressiontweaks:tomahawk net.minecraftforge.fml.common.registry.EntityEntry@6cddae41 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 227 immersivepetroleum:speedboat net.minecraftforge.fml.common.registry.EntityEntry@5296245d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 228 industrialforegoing:pink_slime net.minecraftforge.fml.common.registry.EntityEntry@9c72ace +[16:58:29] [Server thread/TRACE] [FML]: Registry: 229 integrateddynamics:entityitemtargetted net.minecraftforge.fml.common.registry.EntityEntry@684f5679 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 230 jarm:raft net.minecraftforge.fml.common.registry.EntityEntry@152b8fb8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 231 jaff:iron_fish_hook net.minecraftforge.fml.common.registry.EntityEntry@3df70480 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 232 jaff:cod net.minecraftforge.fml.common.registry.EntityEntry@141ebaf9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 233 jaff:salmon net.minecraftforge.fml.common.registry.EntityEntry@589b48dc +[16:58:29] [Server thread/TRACE] [FML]: Registry: 234 jaff:clownfish net.minecraftforge.fml.common.registry.EntityEntry@5e44cb09 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 235 jaff:pufferfish net.minecraftforge.fml.common.registry.EntityEntry@4bf0e158 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 236 magma_monsters:magma_monster net.minecraftforge.fml.common.registry.EntityEntry@62cc5be9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 237 magma_monsters:magma_monster_grunt net.minecraftforge.fml.common.registry.EntityEntry@19d23fb9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 238 mysticalagriculture:inferium_arrow net.minecraftforge.fml.common.registry.EntityEntry@7218251 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 239 mysticalagriculture:prudentium_arrow net.minecraftforge.fml.common.registry.EntityEntry@208d41f9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 240 mysticalagriculture:intermedium_arrow net.minecraftforge.fml.common.registry.EntityEntry@5383186b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 241 mysticalagriculture:superium_arrow net.minecraftforge.fml.common.registry.EntityEntry@72ed4a07 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 242 mysticalagriculture:supremium_arrow net.minecraftforge.fml.common.registry.EntityEntry@380c70e0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 243 nex:ghast_queen_fireball net.minecraftforge.fml.common.registry.EntityEntry@532b335b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 244 nex:ghastling_fireball net.minecraftforge.fml.common.registry.EntityEntry@4875e475 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 245 nex:obsidian_boat net.minecraftforge.fml.common.registry.EntityEntry@3ba58570 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 246 nex:pigtificate_leader net.minecraftforge.fml.common.registry.EntityEntry@33153c79 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 247 nex:pigtificate net.minecraftforge.fml.common.registry.EntityEntry@3e121fc2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 248 nex:gold_golem net.minecraftforge.fml.common.registry.EntityEntry@7c5c819a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 249 nex:mogus net.minecraftforge.fml.common.registry.EntityEntry@65784e34 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 250 nex:salamander net.minecraftforge.fml.common.registry.EntityEntry@49310fd4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 251 nex:wight net.minecraftforge.fml.common.registry.EntityEntry@57880182 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 252 nex:ember net.minecraftforge.fml.common.registry.EntityEntry@4347b09a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 253 nex:nethermite net.minecraftforge.fml.common.registry.EntityEntry@1dbddb03 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 254 nex:spinout net.minecraftforge.fml.common.registry.EntityEntry@5590534 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 255 nex:spore_creeper net.minecraftforge.fml.common.registry.EntityEntry@14a2ab50 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 256 nex:spore net.minecraftforge.fml.common.registry.EntityEntry@203ca29 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 257 nex:ghastling net.minecraftforge.fml.common.registry.EntityEntry@61fab3cd +[16:58:29] [Server thread/TRACE] [FML]: Registry: 258 nex:bone_spider net.minecraftforge.fml.common.registry.EntityEntry@59c2148 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 259 nex:brute net.minecraftforge.fml.common.registry.EntityEntry@571736ac +[16:58:29] [Server thread/TRACE] [FML]: Registry: 260 nex:ghast_queen net.minecraftforge.fml.common.registry.EntityEntry@16474a04 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 261 playerbosses:player_boss net.minecraftforge.fml.common.registry.EntityEntry@3e5e23e0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 262 playerskins:playermob net.minecraftforge.fml.common.registry.EntityEntry@73a78c55 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 263 rustic:tomato net.minecraftforge.fml.common.registry.EntityEntry@1e1d7f55 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 264 rustic:chair net.minecraftforge.fml.common.registry.EntityEntry@1d7084b4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 265 thebetweenlands:dark_druid net.minecraftforge.fml.common.registry.EntityEntry@1fd10889 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 266 thebetweenlands:angler net.minecraftforge.fml.common.registry.EntityEntry@43e18e0b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 267 thebetweenlands:sludge net.minecraftforge.fml.common.registry.EntityEntry@42db14c5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 268 thebetweenlands:swamp_hag net.minecraftforge.fml.common.registry.EntityEntry@68d3beec +[16:58:29] [Server thread/TRACE] [FML]: Registry: 269 thebetweenlands:wight net.minecraftforge.fml.common.registry.EntityEntry@297a58cd +[16:58:29] [Server thread/TRACE] [FML]: Registry: 270 thebetweenlands:firefly net.minecraftforge.fml.common.registry.EntityEntry@7d8fd451 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 271 thebetweenlands:sporeling net.minecraftforge.fml.common.registry.EntityEntry@6ef3d5b7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 272 thebetweenlands:leech net.minecraftforge.fml.common.registry.EntityEntry@3cb88e95 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 273 thebetweenlands:dragonfly net.minecraftforge.fml.common.registry.EntityEntry@4d1816f4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 274 thebetweenlands:blood_snail net.minecraftforge.fml.common.registry.EntityEntry@668eac05 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 275 thebetweenlands:mire_snail net.minecraftforge.fml.common.registry.EntityEntry@645351fa +[16:58:29] [Server thread/TRACE] [FML]: Registry: 276 thebetweenlands:mire_snail_egg net.minecraftforge.fml.common.registry.EntityEntry@748fd7e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 277 thebetweenlands:bl_arrow net.minecraftforge.fml.common.registry.EntityEntry@6c4dd430 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 278 thebetweenlands:snail_poison_jet net.minecraftforge.fml.common.registry.EntityEntry@28d9f5c0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 279 thebetweenlands:lurker net.minecraftforge.fml.common.registry.EntityEntry@cc8d543 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 280 thebetweenlands:gecko net.minecraftforge.fml.common.registry.EntityEntry@70e74912 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 281 thebetweenlands:termite net.minecraftforge.fml.common.registry.EntityEntry@626be39d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 282 thebetweenlands:toad net.minecraftforge.fml.common.registry.EntityEntry@259e29a6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 283 thebetweenlands:blind_cave_fish net.minecraftforge.fml.common.registry.EntityEntry@55f500bb +[16:58:29] [Server thread/TRACE] [FML]: Registry: 284 thebetweenlands:chiromaw net.minecraftforge.fml.common.registry.EntityEntry@39eb9f65 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 285 thebetweenlands:frog net.minecraftforge.fml.common.registry.EntityEntry@5f12ba99 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 286 thebetweenlands:sword_energy net.minecraftforge.fml.common.registry.EntityEntry@709292d2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 287 thebetweenlands:shockwave_sword_item net.minecraftforge.fml.common.registry.EntityEntry@17159fb7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 288 thebetweenlands:shockwave_block net.minecraftforge.fml.common.registry.EntityEntry@63d82e4a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 289 thebetweenlands:gas_cloud net.minecraftforge.fml.common.registry.EntityEntry@7954d635 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 290 thebetweenlands:volatile_soul net.minecraftforge.fml.common.registry.EntityEntry@41f74946 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 291 thebetweenlands:tar_beast net.minecraftforge.fml.common.registry.EntityEntry@5984be8e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 292 thebetweenlands:silt_crab net.minecraftforge.fml.common.registry.EntityEntry@1bc1deb2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 293 thebetweenlands:pyrad net.minecraftforge.fml.common.registry.EntityEntry@82a16d3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 294 thebetweenlands:pyrad_flame net.minecraftforge.fml.common.registry.EntityEntry@747cf540 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 295 thebetweenlands:peat_mummy net.minecraftforge.fml.common.registry.EntityEntry@7b5eea70 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 296 thebetweenlands:tarminion net.minecraftforge.fml.common.registry.EntityEntry@a75c01d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 297 thebetweenlands:thrown_tarminion net.minecraftforge.fml.common.registry.EntityEntry@9ddbbf2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 298 thebetweenlands:rope_node net.minecraftforge.fml.common.registry.EntityEntry@4d69cf04 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 299 thebetweenlands:grapping_hook_node net.minecraftforge.fml.common.registry.EntityEntry@1ddfdcd0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 300 thebetweenlands:volarkite net.minecraftforge.fml.common.registry.EntityEntry@19bd3d7f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 301 thebetweenlands:mummy_arm net.minecraftforge.fml.common.registry.EntityEntry@3cc519cc +[16:58:29] [Server thread/TRACE] [FML]: Registry: 302 thebetweenlands:angry_pebble net.minecraftforge.fml.common.registry.EntityEntry@86edb1b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 303 thebetweenlands:fortress_boss net.minecraftforge.fml.common.registry.EntityEntry@3de2232e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 304 thebetweenlands:fortress_boss_spawner net.minecraftforge.fml.common.registry.EntityEntry@2ae5f28a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 305 thebetweenlands:fortress_boss_blockade net.minecraftforge.fml.common.registry.EntityEntry@4854bff1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 306 thebetweenlands:fortress_boss_projectile net.minecraftforge.fml.common.registry.EntityEntry@10c6462f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 307 thebetweenlands:fortress_boss_turret net.minecraftforge.fml.common.registry.EntityEntry@379913b0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 308 thebetweenlands:fortress_boss_teleporter net.minecraftforge.fml.common.registry.EntityEntry@6289ac3e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 309 thebetweenlands:weedwood_rowboat net.minecraftforge.fml.common.registry.EntityEntry@34f66c86 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 310 thebetweenlands:bl_elexir net.minecraftforge.fml.common.registry.EntityEntry@6a901016 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 311 thebetweenlands:dreadful_mummy net.minecraftforge.fml.common.registry.EntityEntry@54533884 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 312 thebetweenlands:sludge_ball net.minecraftforge.fml.common.registry.EntityEntry@792fa061 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 313 thebetweenlands:spore_jet net.minecraftforge.fml.common.registry.EntityEntry@e62a63a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 314 thebetweenlands:smoll_sludge net.minecraftforge.fml.common.registry.EntityEntry@3e217d94 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 315 thebetweenlands:greebling net.minecraftforge.fml.common.registry.EntityEntry@18900a9a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 316 thebetweenlands:boulder_sprite net.minecraftforge.fml.common.registry.EntityEntry@2a1b876e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 317 thebetweenlands:spirit_tree_face_small net.minecraftforge.fml.common.registry.EntityEntry@4db9a642 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 318 thebetweenlands:spirit_tree_face_large net.minecraftforge.fml.common.registry.EntityEntry@6c769e46 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 319 thebetweenlands:tamed_spirit_tree_face net.minecraftforge.fml.common.registry.EntityEntry@634797c1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 320 thebetweenlands:sap_spit net.minecraftforge.fml.common.registry.EntityEntry@6c3f092f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 321 thebetweenlands:spike_wave net.minecraftforge.fml.common.registry.EntityEntry@7d0914af +[16:58:29] [Server thread/TRACE] [FML]: Registry: 322 thebetweenlands:root_grabber net.minecraftforge.fml.common.registry.EntityEntry@173b6e4c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 323 thebetweenlands:spirit_tree_face_mask net.minecraftforge.fml.common.registry.EntityEntry@b70b378 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 324 thebetweenlands:root_sprite net.minecraftforge.fml.common.registry.EntityEntry@5c4c13ae +[16:58:29] [Server thread/TRACE] [FML]: Registry: 325 thebetweenlands:predator_arrow_guide net.minecraftforge.fml.common.registry.EntityEntry@4323dbf8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 326 thebetweenlands:small_sludge_worm net.minecraftforge.fml.common.registry.EntityEntry@762be267 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 327 thebetweenlands:tiny_sludge_worm net.minecraftforge.fml.common.registry.EntityEntry@1d8d8c05 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 328 thebetweenlands:large_sludge_worm net.minecraftforge.fml.common.registry.EntityEntry@7ad4743f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 329 thebetweenlands:tiny_worm_egg_sac net.minecraftforge.fml.common.registry.EntityEntry@777f3637 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 330 thebetweenlands:tiny_sludge_worm_helper net.minecraftforge.fml.common.registry.EntityEntry@5cd228e3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 331 thebetweenlands:lurker_skin_raft net.minecraftforge.fml.common.registry.EntityEntry@5c4f3b14 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 332 thebetweenlands:shambler net.minecraftforge.fml.common.registry.EntityEntry@4e6960bc +[16:58:29] [Server thread/TRACE] [FML]: Registry: 333 thebetweenlands:wall_lamprey net.minecraftforge.fml.common.registry.EntityEntry@767acf14 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 334 thebetweenlands:moving_spawner_hole net.minecraftforge.fml.common.registry.EntityEntry@24800666 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 335 thebetweenlands:wall_living_root net.minecraftforge.fml.common.registry.EntityEntry@4595ba8a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 336 thebetweenlands:crypt_crawler net.minecraftforge.fml.common.registry.EntityEntry@55c4e2cc +[16:58:29] [Server thread/TRACE] [FML]: Registry: 337 thebetweenlands:barrishee net.minecraftforge.fml.common.registry.EntityEntry@72f70327 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 338 thebetweenlands:ash_sprite net.minecraftforge.fml.common.registry.EntityEntry@446b2613 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 339 thebetweenlands:decay_pit_target net.minecraftforge.fml.common.registry.EntityEntry@160a337 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 340 thebetweenlands:sludge_jet net.minecraftforge.fml.common.registry.EntityEntry@7a7febb5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 341 thebetweenlands:triggered_falling_block net.minecraftforge.fml.common.registry.EntityEntry@7d81bc40 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 342 thebetweenlands:triggered_sludge_wall_jet net.minecraftforge.fml.common.registry.EntityEntry@5339911d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 343 thebetweenlands:sludge_wall_jet net.minecraftforge.fml.common.registry.EntityEntry@7c95493b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 344 thebetweenlands:splodeshroom net.minecraftforge.fml.common.registry.EntityEntry@fa48e61 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 345 thebetweenlands:cc_ground_spawner net.minecraftforge.fml.common.registry.EntityEntry@31daaf1b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 346 thebetweenlands:emberling_shaman net.minecraftforge.fml.common.registry.EntityEntry@3750b8c1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 347 thebetweenlands:flame_jet net.minecraftforge.fml.common.registry.EntityEntry@2ee7947b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 348 thebetweenlands:moving_wall net.minecraftforge.fml.common.registry.EntityEntry@64d26c9d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 349 thebetweenlands:emberling net.minecraftforge.fml.common.registry.EntityEntry@5af43159 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 350 thebetweenlands:wild_emberling net.minecraftforge.fml.common.registry.EntityEntry@46876881 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 351 thebetweenlands:gallery_frame net.minecraftforge.fml.common.registry.EntityEntry@60a5aac0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 352 thebetweenlands:sludge_menace net.minecraftforge.fml.common.registry.EntityEntry@2c3043b8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 353 thebetweenlands:sludge_menace_multipart_dummy net.minecraftforge.fml.common.registry.EntityEntry@543fff80 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 354 thebetweenlands:multipart_dummy net.minecraftforge.fml.common.registry.EntityEntry@733bb485 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 355 realdrops:item_loot net.minecraftforge.fml.common.registry.EntityEntry@1a7be2e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 356 sev_tweaks_npc:glen net.minecraftforge.fml.common.registry.EntityEntry@302813b7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 357 sev_tweaks_npc:puke net.minecraftforge.fml.common.registry.EntityEntry@70fe2b65 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 358 stevescarts:cart.0 net.minecraftforge.fml.common.registry.EntityEntry@44092066 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 359 stevescarts:egg net.minecraftforge.fml.common.registry.EntityEntry@1ad083f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 360 stevescarts:cake net.minecraftforge.fml.common.registry.EntityEntry@1bcafa77 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 361 beneath:shadow net.minecraftforge.fml.common.registry.EntityEntry@46dd6d7b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 362 beneath:hand net.minecraftforge.fml.common.registry.EntityEntry@224fb03c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 363 vc:entity_thrown_airship net.minecraftforge.fml.common.registry.EntityEntry@9f22894 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 364 vc:entity_airship net.minecraftforge.fml.common.registry.EntityEntry@5d91d7ea +[16:58:29] [Server thread/TRACE] [FML]: Registry: 365 vc:entity_bomb_small net.minecraftforge.fml.common.registry.EntityEntry@660fd955 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 366 vc:entity_bomb_big net.minecraftforge.fml.common.registry.EntityEntry@71dcbdd8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 367 vc:entity_bomb_scatter net.minecraftforge.fml.common.registry.EntityEntry@2f0922ed +[16:58:29] [Server thread/TRACE] [FML]: Registry: 368 yoyos:yoyo net.minecraftforge.fml.common.registry.EntityEntry@3e3dd26 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 369 yoyos:yoyo_sticky net.minecraftforge.fml.common.registry.EntityEntry@9a1c25b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 370 yoyos:yoyo_chaser net.minecraftforge.fml.common.registry.EntityEntry@31c3acad +[16:58:29] [Server thread/TRACE] [FML]: Registry: 371 twilightforest:wild_boar net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@6242072e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 372 twilightforest:bighorn_sheep net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@239c473d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 373 twilightforest:deer net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@679354e0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 374 twilightforest:redcap net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@7b2483c5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 375 twilightforest:swarm_spider net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@602e5e8c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 376 twilightforest:naga net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@716091e5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 377 twilightforest:skeleton_druid net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@2fbdd86c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 378 twilightforest:hostile_wolf net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@3d7dc490 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 379 twilightforest:wraith net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@3075c2a4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 380 twilightforest:hedge_spider net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@4ec0b7ad +[16:58:29] [Server thread/TRACE] [FML]: Registry: 381 twilightforest:hydra net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@61d86823 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 382 twilightforest:lich net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@48117230 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 383 twilightforest:penguin net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@682b2543 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 384 twilightforest:lich_minion net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@1f1efd9e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 385 twilightforest:loyal_zombie net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@f4bcf24 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 386 twilightforest:tiny_bird net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@3381e7c7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 387 twilightforest:squirrel net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@64e4dbe2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 388 twilightforest:bunny net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@5ba7a2d5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 389 twilightforest:raven net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@704b3ed6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 390 twilightforest:quest_ram net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@18ae2525 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 391 twilightforest:kobold net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@2351c3a3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 392 twilightforest:mosquito_swarm net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@5cae3689 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 393 twilightforest:death_tome net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@1edc0db5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 394 twilightforest:minotaur net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@65df2e1f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 395 twilightforest:minoshroom net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@53a13107 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 396 twilightforest:fire_beetle net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@63133777 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 397 twilightforest:slime_beetle net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@68c17b66 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 398 twilightforest:pinch_beetle net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@34587eda +[16:58:29] [Server thread/TRACE] [FML]: Registry: 399 twilightforest:maze_slime net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@74728e43 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 400 twilightforest:redcap_sapper net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@485c52cd +[16:58:29] [Server thread/TRACE] [FML]: Registry: 401 twilightforest:mist_wolf net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@74105a86 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 402 twilightforest:king_spider net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@1e80f64d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 403 twilightforest:firefly net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@7d0f1453 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 404 twilightforest:mini_ghast net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@631dda2c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 405 twilightforest:tower_ghast net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@720d0220 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 406 twilightforest:tower_golem net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@37e2d8ca +[16:58:29] [Server thread/TRACE] [FML]: Registry: 407 twilightforest:tower_termite net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@76f7f107 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 408 twilightforest:tower_broodling net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@1bf86316 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 409 twilightforest:ur_ghast net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@6126556d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 410 twilightforest:blockchain_goblin net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@60a710a6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 411 twilightforest:goblin_knight_upper net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@75aa4ec +[16:58:29] [Server thread/TRACE] [FML]: Registry: 412 twilightforest:goblin_knight_lower net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@ec1bc0b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 413 twilightforest:helmet_crab net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@732e3015 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 414 twilightforest:knight_phantom net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@3d9087a8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 415 twilightforest:yeti net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@1c47e108 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 416 twilightforest:yeti_alpha net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@68eb77c1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 417 twilightforest:winter_wolf net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@180eea18 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 418 twilightforest:snow_guardian net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@164d652a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 419 twilightforest:stable_ice_core net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@1991163c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 420 twilightforest:unstable_ice_core net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@60e1d219 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 421 twilightforest:snow_queen net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@7b114cab +[16:58:29] [Server thread/TRACE] [FML]: Registry: 422 twilightforest:troll net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@25964e30 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 423 twilightforest:giant_miner net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@38fa35c4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 424 twilightforest:armored_giant net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@2f80a0d3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 425 twilightforest:ice_crystal net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@7e1d9a4a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 426 twilightforest:harbinger_cube net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@5be8f6d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 427 twilightforest:adherent net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@6aad59ec +[16:58:29] [Server thread/TRACE] [FML]: Registry: 428 twilightforest:roving_cube net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@6cb14b91 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 429 twilightforest:castle_guardian net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@56b9fb6f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 430 twilightforest:hydra_head net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@177e5ef1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 431 twilightforest:nature_bolt net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@3328a821 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 432 twilightforest:lich_bolt net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@4b774f1f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 433 twilightforest:wand_bolt net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@12e7e590 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 434 twilightforest:tome_bolt net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@29693216 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 435 twilightforest:hydra_mortar net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@718e5b03 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 436 twilightforest:lich_bomb net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@1bd7255d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 437 twilightforest:moonworm_shot net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@5ce5e5f0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 438 twilightforest:slime_blob net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@25e69ea7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 439 twilightforest:charm_effect net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@515f09f7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 440 twilightforest:thrown_wep net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@6916b153 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 441 twilightforest:falling_ice net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@1160b108 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 442 twilightforest:thrown_ice net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@27cf40dc +[16:58:29] [Server thread/TRACE] [FML]: Registry: 443 twilightforest:seeker_arrow net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@72d1614 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 444 twilightforest:ice_arrow net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@1b3b705 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 445 twilightforest:ice_snowball net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@5b5149c9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 446 twilightforest:chain_block net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@55ef288e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 447 twilightforest:cube_of_annihilation net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@668c98b4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 448 twilightforest:slider net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@4a013dc8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 449 twilightforest:boggard net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@62d54d0e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 450 tconstruct:blueslime net.minecraftforge.fml.common.registry.EntityEntry@c57c270 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 451 tconstruct:indestructible net.minecraftforge.fml.common.registry.EntityEntry@41089324 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 452 tconstruct:arrow net.minecraftforge.fml.common.registry.EntityEntry@39724eb +[16:58:29] [Server thread/TRACE] [FML]: Registry: 453 tconstruct:bolt net.minecraftforge.fml.common.registry.EntityEntry@45968a38 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 454 tconstruct:shuriken net.minecraftforge.fml.common.registry.EntityEntry@4cf4a6c7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 455 tconstruct:fancy_frame net.minecraftforge.fml.common.registry.EntityEntry@2b531d36 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 456 tconstruct:throwball net.minecraftforge.fml.common.registry.EntityEntry@17691dc3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 457 cyclicmagic:goldminecart net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@340814bd +[16:58:29] [Server thread/TRACE] [FML]: Registry: 458 cyclicmagic:goldfurnaceminecart net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@40ecbc0f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 459 cyclicmagic:stoneminecart net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@45d08b7b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 460 cyclicmagic:golddropperminecart net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@18ce4e07 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 461 cyclicmagic:turretminecart net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@654d1320 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 462 cyclicmagic:blazebolt net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@786c73ca +[16:58:29] [Server thread/TRACE] [FML]: Registry: 463 cyclicmagic:ender_eye_orb net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@857b531 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 464 cyclicmagic:torchbolt net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@6fdf14ea +[16:58:29] [Server thread/TRACE] [FML]: Registry: 465 cyclicmagic:dungeonbolt net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@15754ba8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 466 cyclicmagic:lightningbolt net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@65fe3f1c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 467 cyclicmagic:woolbolt net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@65dd97d6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 468 cyclicmagic:magicnetfull net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@14027138 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 469 cyclicmagic:magicnetempty net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@54635bb5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 470 cyclicmagic:frostbolt net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@53e70b73 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 471 cyclicmagic:magic_missile net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@348a92fe +[16:58:29] [Server thread/TRACE] [FML]: Registry: 472 mekanism:obsidiantnt net.minecraftforge.fml.common.registry.EntityEntry@7320d151 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 473 mekanism:robit net.minecraftforge.fml.common.registry.EntityEntry@287faabe +[16:58:29] [Server thread/TRACE] [FML]: Registry: 474 mekanism:balloon net.minecraftforge.fml.common.registry.EntityEntry@1974fa3b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 475 mekanism:babyskeleton net.minecraftforge.fml.common.registry.EntityEntry@486e863d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 476 mekanism:flame net.minecraftforge.fml.common.registry.EntityEntry@2e6323cd +[16:58:29] [Server thread/TRACE] [FML]: Registry: 477 natura:imp net.minecraftforge.fml.common.registry.EntityEntry@2bf91463 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 478 natura:heatscarspider net.minecraftforge.fml.common.registry.EntityEntry@5d796144 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 479 natura:babyheatscarspider net.minecraftforge.fml.common.registry.EntityEntry@ec27236 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 480 natura:nitrocreeper net.minecraftforge.fml.common.registry.EntityEntry@73974d2d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 481 appliedenergistics2:appeng.entity.entitytinytntprimed net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@4ae6558c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 482 appliedenergistics2:appeng.entity.entitygrowingcrystal net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@58740e01 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 483 appliedenergistics2:appeng.entity.entitysingularity net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@47b40e45 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 484 appliedenergistics2:appeng.entity.entitychargedquartz net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@6380406f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 485 astikorcarts:cargocart net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@1544b1fd +[16:58:29] [Server thread/TRACE] [FML]: Registry: 486 astikorcarts:plowcart net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@1d913e46 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 487 astikorcarts:mobcart net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@7c75c940 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 488 bloodmagic:blood_light net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@6dbd709b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 489 bloodmagic:soul_snare net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@7cd00427 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 490 bloodmagic:soul_arrow net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@65e90567 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 491 bloodmagic:meteor net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@559d0d8c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 492 bloodmagic:sentient_specter net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@10b5c2d0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 493 bloodmagic:mimic net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@7e5f2d46 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 494 bloodmagic:corrupted_zombie net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@5824955e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 495 bloodmagic:corrupted_sheep net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@47d3dd37 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 496 bloodmagic:corrupted_chicken net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@a4aa333 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 497 bloodmagic:corrupted_spider net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@5d159ef8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 498 farmingforblockheads:merchant net.minecraftforge.fml.common.registry.EntityEntry@59d6a0fd +[16:58:29] [Server thread/TRACE] [FML]: Registry: 499 pneumaticcraft:vortex net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@28894c0f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 500 pneumaticcraft:drone net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@ea52fc0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 501 pneumaticcraft:logistic_drone net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@70309917 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 502 pneumaticcraft:harvesting_drone net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@4c6055a3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 503 pneumaticcraft:micromissile net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@1d9110aa +[16:58:29] [Server thread/TRACE] [FML]: Registry: 504 pneumaticcraft:tumbling_block net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@185cfbf0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 505 pneumaticcraft:ring net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@636d7a63 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 506 simpleplanes:plane net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@4abb833f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 507 simpleplanes:large_plane net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@52a255fe +[16:58:29] [Server thread/TRACE] [FML]: Registry: 508 simpleplanes:helicopter net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@7af04b92 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 509 simpleplanes:mega_plane net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@3d259399 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 510 waddles:adelie_penguin net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@774a2832 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 511 totemic:buffalo net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@3e92e8b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 512 totemic:baykok net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@286caffa +[16:58:29] [Server thread/TRACE] [FML]: Registry: 513 totemic:invis_arrow net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@5fcbc4f1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 514 totemic:bald_eagle net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@68ad17eb +[16:58:29] [Server thread/TRACE] [FML]: Registry: 515 trumpetskeleton:trumpet_skeleton net.minecraftforge.fml.common.registry.EntityEntry@128059af +[16:58:29] [Server thread/TRACE] [FML]: Registry: 516 primal:ovis_atre net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@18425389 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 517 primal:canis_campestris net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@54467277 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 518 primal:bear_brown net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@7d265e2f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 519 primal:bear_black net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@77468dad +[16:58:29] [Server thread/TRACE] [FML]: Registry: 520 primal:creeper_nether net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@6d460a26 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 521 primal:gator net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@5ef4f55a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 522 primal:shark_hammerhead net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@6b983ff1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 523 primal:hook net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@31133996 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 524 primal:rock net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@367abac3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 525 primal:mud net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@50fe4a73 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 526 primal:arrow net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@35904a49 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 527 primal:bottle net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@76bd1f3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 528 primal:boat_corypha net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@4a326fe5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 529 primal:boat_wood net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@26d40d09 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 530 primal:fire_proof net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@1e09e18c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 531 actuallyadditions:worm net.minecraftforge.fml.common.registry.EntityEntry@d35c0af +[16:58:29] [Server thread/TRACE] [FML]: Registry: 532 immersiveengineering:revolvershot net.minecraftforge.fml.common.registry.EntityEntry@6ba77ee1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 533 immersiveengineering:skylinehook net.minecraftforge.fml.common.registry.EntityEntry@56edfc +[16:58:29] [Server thread/TRACE] [FML]: Registry: 534 immersiveengineering:revolvershothoming net.minecraftforge.fml.common.registry.EntityEntry@d8e3911 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 535 immersiveengineering:revolvershotwolfpack net.minecraftforge.fml.common.registry.EntityEntry@24fc2c3a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 536 immersiveengineering:chemthrowershot net.minecraftforge.fml.common.registry.EntityEntry@164ccd1a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 537 immersiveengineering:railgunshot net.minecraftforge.fml.common.registry.EntityEntry@69adf8a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 538 immersiveengineering:revolvershotflare net.minecraftforge.fml.common.registry.EntityEntry@2aa884e2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 539 immersiveengineering:explosive net.minecraftforge.fml.common.registry.EntityEntry@705109ec +[16:58:29] [Server thread/TRACE] [FML]: Registry: 540 immersiveengineering:fluorescenttube net.minecraftforge.fml.common.registry.EntityEntry@2a9b06e0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 541 car:car_wood net.minecraftforge.fml.common.registry.EntityEntry@4612b4c1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 542 car:car_big_wood net.minecraftforge.fml.common.registry.EntityEntry@27c07c71 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 543 car:car_transporter net.minecraftforge.fml.common.registry.EntityEntry@1ce54ccc +[16:58:29] [Server thread/TRACE] [FML]: Registry: 544 car:car_sport net.minecraftforge.fml.common.registry.EntityEntry@2af88037 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 545 galacticraftcore:evolved_spider net.minecraftforge.fml.common.registry.EntityEntry@39132bb6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 546 galacticraftcore:evolved_zombie net.minecraftforge.fml.common.registry.EntityEntry@75c331f1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 547 galacticraftcore:evolved_creeper net.minecraftforge.fml.common.registry.EntityEntry@119419d0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 548 galacticraftcore:evolved_skeleton net.minecraftforge.fml.common.registry.EntityEntry@6c37f736 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 549 galacticraftcore:evolved_skeleton_boss net.minecraftforge.fml.common.registry.EntityEntry@72ebe573 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 550 galacticraftcore:alien_villager net.minecraftforge.fml.common.registry.EntityEntry@59d9bd9f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 551 galacticraftcore:evolved_enderman net.minecraftforge.fml.common.registry.EntityEntry@6fe7431d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 552 galacticraftcore:evolved_witch net.minecraftforge.fml.common.registry.EntityEntry@1eadef11 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 553 galacticraftcore:rocket_t1 net.minecraftforge.fml.common.registry.EntityEntry@3db88ef9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 554 galacticraftcore:meteor net.minecraftforge.fml.common.registry.EntityEntry@6c84adf3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 555 galacticraftcore:buggy net.minecraftforge.fml.common.registry.EntityEntry@74cf8d85 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 556 galacticraftcore:gcflag net.minecraftforge.fml.common.registry.EntityEntry@550ec224 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 557 galacticraftcore:para_chest net.minecraftforge.fml.common.registry.EntityEntry@1c894b85 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 558 galacticraftcore:lander net.minecraftforge.fml.common.registry.EntityEntry@52cfa78c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 559 galacticraftcore:meteor_chunk net.minecraftforge.fml.common.registry.EntityEntry@7161cb58 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 560 galacticraftcore:celestial_screen net.minecraftforge.fml.common.registry.EntityEntry@58a79092 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 561 galacticraftcore:hanging_schematic net.minecraftforge.fml.common.registry.EntityEntry@61dc46fa +[16:58:29] [Server thread/TRACE] [FML]: Registry: 562 galacticraftplanets:sludgeling net.minecraftforge.fml.common.registry.EntityEntry@d85782d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 563 galacticraftplanets:slimeling net.minecraftforge.fml.common.registry.EntityEntry@3cb5c01 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 564 galacticraftplanets:creeper_boss net.minecraftforge.fml.common.registry.EntityEntry@40939260 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 565 galacticraftplanets:rocket_t2 net.minecraftforge.fml.common.registry.EntityEntry@39a13631 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 566 galacticraftplanets:projectile_tnt net.minecraftforge.fml.common.registry.EntityEntry@2e15b123 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 567 galacticraftplanets:landing_balloons net.minecraftforge.fml.common.registry.EntityEntry@431eca94 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 568 galacticraftplanets:rocket_cargo net.minecraftforge.fml.common.registry.EntityEntry@54ce8abd +[16:58:29] [Server thread/TRACE] [FML]: Registry: 569 galacticraftplanets:small_asteroid net.minecraftforge.fml.common.registry.EntityEntry@4b96d281 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 570 galacticraftplanets:grapple_hook net.minecraftforge.fml.common.registry.EntityEntry@652affe8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 571 galacticraftplanets:rocket_t3 net.minecraftforge.fml.common.registry.EntityEntry@509d504a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 572 galacticraftplanets:entry_pod net.minecraftforge.fml.common.registry.EntityEntry@71c841a2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 573 galacticraftplanets:astro_miner net.minecraftforge.fml.common.registry.EntityEntry@5d39d9ca +[16:58:29] [Server thread/TRACE] [FML]: Registry: 574 galacticraftplanets:juicer net.minecraftforge.fml.common.registry.EntityEntry@6576869e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 575 galacticraftplanets:spider_queen net.minecraftforge.fml.common.registry.EntityEntry@535f39c1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 576 galacticraftplanets:entry_pod_venus net.minecraftforge.fml.common.registry.EntityEntry@230316d1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 577 galacticraftplanets:web_shot net.minecraftforge.fml.common.registry.EntityEntry@5a29fd08 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 578 extraplanets:extraplanets.nuclearbombprimed net.minecraftforge.fml.common.registry.EntityEntry@5241d540 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 579 extraplanets:extraplanets.firebombprimed net.minecraftforge.fml.common.registry.EntityEntry@14129860 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 580 extraplanets:extraplanets.entitytier4rocket net.minecraftforge.fml.common.registry.EntityEntry@4a58af2b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 581 extraplanets:extraplanets.entitymercurylander net.minecraftforge.fml.common.registry.EntityEntry@41e89699 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 582 extraplanets:extraplanets.entitytier5rocket net.minecraftforge.fml.common.registry.EntityEntry@334161af +[16:58:29] [Server thread/TRACE] [FML]: Registry: 583 extraplanets:extraplanets.entityjupiterlander net.minecraftforge.fml.common.registry.EntityEntry@35703acb +[16:58:29] [Server thread/TRACE] [FML]: Registry: 584 extraplanets:extraplanets.entitytier6rocket net.minecraftforge.fml.common.registry.EntityEntry@3d94d44b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 585 extraplanets:extraplanets.entitsaturnlander net.minecraftforge.fml.common.registry.EntityEntry@52be8da5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 586 extraplanets:extraplanets.entitytier7rocket net.minecraftforge.fml.common.registry.EntityEntry@422c342d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 587 extraplanets:extraplanets.entityuranuslander net.minecraftforge.fml.common.registry.EntityEntry@70df4812 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 588 extraplanets:extraplanets.entitytier8rocket net.minecraftforge.fml.common.registry.EntityEntry@54c50a3c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 589 extraplanets:extraplanets.entityneptunelander net.minecraftforge.fml.common.registry.EntityEntry@542e427a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 590 extraplanets:extraplanets.entitytier9rocket net.minecraftforge.fml.common.registry.EntityEntry@5f13b1e4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 591 extraplanets:extraplanets.entitytier10rocket net.minecraftforge.fml.common.registry.EntityEntry@1f13bac3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 592 extraplanets:extraplanets.entitytier10electricrocket net.minecraftforge.fml.common.registry.EntityEntry@24df573d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 593 extraplanets:extraplanets.entitymarsrover net.minecraftforge.fml.common.registry.EntityEntry@53cee7b3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 594 extraplanets:extraplanets.entityvenusrover net.minecraftforge.fml.common.registry.EntityEntry@747e64f7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 595 extraplanets:entitygenerallander net.minecraftforge.fml.common.registry.EntityEntry@6be5db47 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 596 extraplanets:extraplanets.evolvedmagmacubeboss net.minecraftforge.fml.common.registry.EntityEntry@25bc569e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 597 extraplanets:extraplanets.evolvedfirebatboss net.minecraftforge.fml.common.registry.EntityEntry@5ce034fd +[16:58:29] [Server thread/TRACE] [FML]: Registry: 598 extraplanets:extraplanets.evolvedghastboss net.minecraftforge.fml.common.registry.EntityEntry@5ffd382a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 599 extraplanets:extraplanets.evolvediceslimeboss net.minecraftforge.fml.common.registry.EntityEntry@6399657d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 600 extraplanets:extraplanets.evolvedsnowmanboss net.minecraftforge.fml.common.registry.EntityEntry@1f59ba4a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 601 extraplanets:extraplanets.evolvedspacemanboss net.minecraftforge.fml.common.registry.EntityEntry@3ba33d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 602 extraplanets:extraplanets.evolvedgiantzombieboss net.minecraftforge.fml.common.registry.EntityEntry@7d950ae8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 603 tothebatpoles:holder net.minecraftforge.fml.common.registry.EntityEntry@2efa32ec +[16:58:29] [Server thread/TRACE] [FML]: Registry: 604 tumbleweed:tumbleweed net.minecraftforge.fml.common.registry.EntityEntry@7954930d +[16:58:29] [Server thread/TRACE] [FML]: Registry Name : bloodmagic:blood_orb +[16:58:29] [Server thread/TRACE] [FML]: Registry: 0 bloodmagic:weak BloodOrb{name='weak', tier=1, capacity=5000, owner=bloodmagic:weak} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1 bloodmagic:apprentice BloodOrb{name='apprentice', tier=2, capacity=25000, owner=bloodmagic:apprentice} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2 bloodmagic:magician BloodOrb{name='magician', tier=3, capacity=150000, owner=bloodmagic:magician} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3 bloodmagic:master BloodOrb{name='master', tier=4, capacity=1000000, owner=bloodmagic:master} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4 bloodmagic:archmage BloodOrb{name='archmage', tier=5, capacity=10000000, owner=bloodmagic:archmage} +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5 bloodmagic:transcendent BloodOrb{name='transcendent', tier=6, capacity=30000000, owner=bloodmagic:transcendent} +[16:58:29] [Server thread/TRACE] [FML]: Registry Name : commoncapabilities:registry:ingredientcomponents +[16:58:29] [Server thread/TRACE] [FML]: Registry: 0 minecraft:itemstack [Recipe Component minecraft:itemstack 1796287055] +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1 minecraft:fluidstack [Recipe Component minecraft:fluidstack 880851297] +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2 minecraft:energy [Recipe Component minecraft:energy 1069745824] +[16:58:29] [Server thread/TRACE] [FML]: Registry Name : ironbackpacks:types +[16:58:29] [Server thread/TRACE] [FML]: Registry: 0 ironbackpacks:null gr8pefish.ironbackpacks.api.backpack.variant.BackpackType@3b15b94d[identifier=ironbackpacks:null] +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1 ironbackpacks:basic gr8pefish.ironbackpacks.api.backpack.variant.BackpackType@f46784d[identifier=ironbackpacks:basic] +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2 ironbackpacks:iron gr8pefish.ironbackpacks.api.backpack.variant.BackpackType@29f7198[identifier=ironbackpacks:iron] +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3 ironbackpacks:gold gr8pefish.ironbackpacks.api.backpack.variant.BackpackType@67c7f121[identifier=ironbackpacks:gold] +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4 ironbackpacks:diamond gr8pefish.ironbackpacks.api.backpack.variant.BackpackType@710ef345[identifier=ironbackpacks:diamond] +[16:58:29] [Server thread/TRACE] [FML]: Registry Name : ironbackpacks:upgrade +[16:58:29] [Server thread/TRACE] [FML]: Registry: 0 ironbackpacks:null gr8pefish.ironbackpacks.api.upgrade.BackpackUpgrade@4db66939[identifier=ironbackpacks:null] +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1 ironbackpacks:damage_bar gr8pefish.ironbackpacks.api.upgrade.BackpackUpgrade@34dcc2a6[identifier=ironbackpacks:damage_bar] +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2 ironbackpacks:lock gr8pefish.ironbackpacks.api.upgrade.BackpackUpgrade@6cca73e5[identifier=ironbackpacks:lock] +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3 ironbackpacks:extra_upgrade gr8pefish.ironbackpacks.api.upgrade.BackpackUpgrade@6a5831e2[identifier=ironbackpacks:extra_upgrade] +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4 ironbackpacks:everlasting gr8pefish.ironbackpacks.api.upgrade.BackpackUpgrade@14596231[identifier=ironbackpacks:everlasting] +[16:58:29] [Server thread/TRACE] [FML]: Registry Name : primal:recipes_gallagher +[16:58:29] [Server thread/TRACE] [FML]: Registry: 0 primal:magma nmd.primal.core.common.recipes.inworld.GallagherRecipe@e03be6b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1 primal:obsidian nmd.primal.core.common.recipes.inworld.GallagherRecipe@4ba82d5b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2 primal:ancient_ice nmd.primal.core.common.recipes.inworld.GallagherRecipe@2bcaeed8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3 primal:stonebrick_cracked nmd.primal.core.common.recipes.inworld.GallagherRecipe@71facdae +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4 primal:pumpkin_pieces_south nmd.primal.core.common.recipes.inworld.GallagherRecipe@6299c51c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5 primal:pumpkin_lit_pieces_south nmd.primal.core.common.recipes.inworld.GallagherRecipe@68d1fee1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6 primal:pumpkin_pieces_west nmd.primal.core.common.recipes.inworld.GallagherRecipe@1411710d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7 primal:pumpkin_lit_pieces_west nmd.primal.core.common.recipes.inworld.GallagherRecipe@33a1499c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8 primal:pumpkin_pieces_north nmd.primal.core.common.recipes.inworld.GallagherRecipe@1fbccbd1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9 primal:pumpkin_lit_pieces_north nmd.primal.core.common.recipes.inworld.GallagherRecipe@78fd1831 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10 primal:pumpkin_pieces_east nmd.primal.core.common.recipes.inworld.GallagherRecipe@677b973a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11 primal:pumpkin_lit_pieces_east nmd.primal.core.common.recipes.inworld.GallagherRecipe@5e2fdfe0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12 primal:rocks_carbonate nmd.primal.core.common.recipes.inworld.GallagherRecipe@273465b7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13 primal:rocks_ferro nmd.primal.core.common.recipes.inworld.GallagherRecipe@3798cdf0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 14 primal:rocks_netherrack nmd.primal.core.common.recipes.inworld.GallagherRecipe@ce15e7e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 15 primal:rocks_end nmd.primal.core.common.recipes.inworld.GallagherRecipe@2c9150dd +[16:58:29] [Server thread/TRACE] [FML]: Registry: 16 primal:rocks_cobblestone nmd.primal.core.common.recipes.inworld.GallagherRecipe@280c8125 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 17 primal:rocks_stone nmd.primal.core.common.recipes.inworld.GallagherRecipe@598a3e99 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 18 primal:rocks_granite nmd.primal.core.common.recipes.inworld.GallagherRecipe@5f9e8978 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 19 primal:rocks_diorite nmd.primal.core.common.recipes.inworld.GallagherRecipe@79af2dee +[16:58:29] [Server thread/TRACE] [FML]: Registry: 20 primal:rocks_andesite nmd.primal.core.common.recipes.inworld.GallagherRecipe@35e68e57 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 21 primal:quartz_block nmd.primal.core.common.recipes.inworld.GallagherRecipe@3d900084 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 22 primal:quartz_slab nmd.primal.core.common.recipes.inworld.GallagherRecipe@16ee9b07 +[16:58:29] [Server thread/TRACE] [FML]: Registry Name : primal:recipes_blade +[16:58:29] [Server thread/TRACE] [FML]: Registry: 0 primal:ladder_block_stone nmd.primal.core.common.recipes.inworld.BladeRecipe@5cfaad88 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1 primal:ladder_block_andesite nmd.primal.core.common.recipes.inworld.BladeRecipe@18ac164f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2 primal:ladder_block_diorite nmd.primal.core.common.recipes.inworld.BladeRecipe@c1a5899 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3 primal:ladder_block_granite nmd.primal.core.common.recipes.inworld.BladeRecipe@211e33d9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4 primal:ladder_block_andesite_smooth nmd.primal.core.common.recipes.inworld.BladeRecipe@28015c9f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5 primal:ladder_block_diorite_smooth nmd.primal.core.common.recipes.inworld.BladeRecipe@50e729be +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6 primal:ladder_block_granite_smooth nmd.primal.core.common.recipes.inworld.BladeRecipe@ee77dab +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7 primal:ladder_block_stonebrick nmd.primal.core.common.recipes.inworld.BladeRecipe@5e370755 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8 primal:ladder_block_stonebrick_mossy nmd.primal.core.common.recipes.inworld.BladeRecipe@7cf04da8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9 primal:ladder_block_stonebrick_cracked nmd.primal.core.common.recipes.inworld.BladeRecipe@15b33151 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10 primal:ladder_block_cobblestone nmd.primal.core.common.recipes.inworld.BladeRecipe@208c0c69 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11 primal:ladder_block_cobblestone_mossy nmd.primal.core.common.recipes.inworld.BladeRecipe@4667ba82 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12 primal:ladder_block_endstone nmd.primal.core.common.recipes.inworld.BladeRecipe@380422eb +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13 primal:ladder_block_endbrick nmd.primal.core.common.recipes.inworld.BladeRecipe@3431b503 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 14 primal:ladder_block_netherrack nmd.primal.core.common.recipes.inworld.BladeRecipe@741e08a8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 15 primal:ladder_block_netherbrick nmd.primal.core.common.recipes.inworld.BladeRecipe@fd61f03 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 16 primal:ladder_block_netherstone nmd.primal.core.common.recipes.inworld.BladeRecipe@165c7768 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 17 primal:stair_dirt nmd.primal.core.common.recipes.inworld.BladeRecipe@2ffc510d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 18 primal:stair_grass_path nmd.primal.core.common.recipes.inworld.BladeRecipe@2b235712 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 19 primal:stair_nether_earth nmd.primal.core.common.recipes.inworld.BladeRecipe@14b27b72 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 20 primal:stair_nether_path nmd.primal.core.common.recipes.inworld.BladeRecipe@6120b9bb +[16:58:29] [Server thread/TRACE] [FML]: Registry: 21 primal:bark_yew nmd.primal.core.common.recipes.inworld.BladeRecipe@2c19e8ab +[16:58:29] [Server thread/TRACE] [FML]: Registry: 22 primal:bark_ironwood nmd.primal.core.common.recipes.inworld.BladeRecipe@1db3a1fd +[16:58:29] [Server thread/TRACE] [FML]: Registry: 23 primal:bark_corypha nmd.primal.core.common.recipes.inworld.BladeRecipe@1add30d2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 24 primal:bark_acacia nmd.primal.core.common.recipes.inworld.BladeRecipe@7ed4af53 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 25 primal:bark_dark_oak nmd.primal.core.common.recipes.inworld.BladeRecipe@1deb4c92 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 26 primal:bark_oak nmd.primal.core.common.recipes.inworld.BladeRecipe@1d57ba9b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 27 primal:bark_spruce nmd.primal.core.common.recipes.inworld.BladeRecipe@6e7f4243 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 28 primal:bark_birch nmd.primal.core.common.recipes.inworld.BladeRecipe@350ad6e8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 29 primal:bark_jungle nmd.primal.core.common.recipes.inworld.BladeRecipe@72c29307 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 30 primal:cineris_bloom nmd.primal.core.common.recipes.inworld.BladeRecipe@52e16ca6 +[16:58:29] [Server thread/TRACE] [FML]: Registry Name : primal:recipes_axe +[16:58:29] [Server thread/TRACE] [FML]: Registry: 0 primal:split_log_oak nmd.primal.core.common.recipes.inworld.AxeRecipe@4136be3c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1 primal:split_log_spruce nmd.primal.core.common.recipes.inworld.AxeRecipe@417c1be0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2 primal:split_log_birch nmd.primal.core.common.recipes.inworld.AxeRecipe@671b2cbe +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3 primal:split_log_jungle nmd.primal.core.common.recipes.inworld.AxeRecipe@20f071af +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4 primal:split_log_acacia nmd.primal.core.common.recipes.inworld.AxeRecipe@5443ecd3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5 primal:split_log_dark_oak nmd.primal.core.common.recipes.inworld.AxeRecipe@75c15ea0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6 primal:split_log_yew nmd.primal.core.common.recipes.inworld.AxeRecipe@4b01f27a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7 primal:split_log_ironwood nmd.primal.core.common.recipes.inworld.AxeRecipe@68df9fbc +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8 primal:split_log_corypha nmd.primal.core.common.recipes.inworld.AxeRecipe@23b1c300 +[16:58:29] [Server thread/TRACE] [FML]: Registry Name : primal:recipes_shovel +[16:58:29] [Server thread/TRACE] [FML]: Registry: 0 primal:nether_path nmd.primal.core.common.recipes.inworld.ShovelRecipe@7981a70a +[16:58:29] [Server thread/TRACE] [FML]: Registry Name : primal:recipes_hoe +[16:58:29] [Server thread/TRACE] [FML]: Registry: 0 primal:grated_gravel nmd.primal.core.common.recipes.inworld.HoeRecipe@7149c656 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1 primal:nether_farmland nmd.primal.core.common.recipes.inworld.HoeRecipe@2fe9e8db +[16:58:29] [Server thread/TRACE] [FML]: Registry Name : primal:recipes_flake +[16:58:29] [Server thread/TRACE] [FML]: Registry: 0 primal:flint nmd.primal.core.common.recipes.inworld.FlakeRecipe@44564274 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1 primal:flint_flake nmd.primal.core.common.recipes.inworld.FlakeRecipe@72f7c064 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2 primal:quartz nmd.primal.core.common.recipes.inworld.FlakeRecipe@5a00900 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3 primal:quartz_flake nmd.primal.core.common.recipes.inworld.FlakeRecipe@7c1340dd +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4 primal:emerald nmd.primal.core.common.recipes.inworld.FlakeRecipe@aa0f8c9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5 primal:emerald_flake nmd.primal.core.common.recipes.inworld.FlakeRecipe@4618ed19 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6 primal:diamond nmd.primal.core.common.recipes.inworld.FlakeRecipe@437504d3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7 primal:diamond_flake nmd.primal.core.common.recipes.inworld.FlakeRecipe@2506a1c8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8 primal:opal nmd.primal.core.common.recipes.inworld.FlakeRecipe@286d6311 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9 primal:opal_flake nmd.primal.core.common.recipes.inworld.FlakeRecipe@299c2320 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10 primal:obsidian_shard nmd.primal.core.common.recipes.inworld.FlakeRecipe@42a4e95c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11 primal:obsidian_flake nmd.primal.core.common.recipes.inworld.FlakeRecipe@523c0821 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12 primal:bone nmd.primal.core.common.recipes.inworld.FlakeRecipe@118a8c9c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13 primal:bone_sharp nmd.primal.core.common.recipes.inworld.FlakeRecipe@59c728ae +[16:58:29] [Server thread/TRACE] [FML]: Registry: 14 primal:bone_flake nmd.primal.core.common.recipes.inworld.FlakeRecipe@3c4cd4c3 +[16:58:29] [Server thread/TRACE] [FML]: Registry Name : primal:recipes_magma +[16:58:29] [Server thread/TRACE] [FML]: Registry: 0 primal:ovis_atre_milk nmd.primal.core.common.recipes.inworld.MagmaRecipe@9b72059 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1 primal:waste nmd.primal.core.common.recipes.inworld.MagmaRecipe@1a22c06b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2 primal:brine nmd.primal.core.common.recipes.inworld.MagmaRecipe@2566de0f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3 primal:urushi nmd.primal.core.common.recipes.inworld.MagmaRecipe@45295548 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4 primal:tannin nmd.primal.core.common.recipes.inworld.MagmaRecipe@752c005c +[16:58:29] [Server thread/TRACE] [FML]: Registry Name : primal:recipes_ice +[16:58:29] [Server thread/TRACE] [FML]: Registry Name : primal:recipes_brick +[16:58:29] [Server thread/TRACE] [FML]: Registry: 0 primal:mud_clump nmd.primal.core.common.recipes.tile.BrickRecipe@5c70c7c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1 primal:terra_clump nmd.primal.core.common.recipes.tile.BrickRecipe@3f7294f8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2 primal:cinis_clump nmd.primal.core.common.recipes.tile.BrickRecipe@2a8fe227 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3 primal:adobe_clump nmd.primal.core.common.recipes.tile.BrickRecipe@560e96c6 +[16:58:29] [Server thread/TRACE] [FML]: Registry Name : primal:recipes_drying_rack +[16:58:29] [Server thread/TRACE] [FML]: Registry: 0 primal:thatching nmd.primal.core.common.recipes.tile.DryingRecipe@66e1cf87 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1 primal:corn_stalk nmd.primal.core.common.recipes.tile.DryingRecipe@229ce4d5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2 primal:daucus_murn_fronds nmd.primal.core.common.recipes.tile.DryingRecipe@287cf3d4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3 primal:valus_stalk nmd.primal.core.common.recipes.tile.DryingRecipe@4720a088 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4 primal:plant_fiber_pulp nmd.primal.core.common.recipes.tile.DryingRecipe@2fd5d21c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5 primal:nether_fiber_pulp nmd.primal.core.common.recipes.tile.DryingRecipe@6aaa317f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6 primal:potato nmd.primal.core.common.recipes.tile.DryingRecipe@25078dad +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7 primal:hide_salted nmd.primal.core.common.recipes.tile.DryingRecipe@66a526b7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8 primal:hide_tanned nmd.primal.core.common.recipes.tile.DryingRecipe@44cc462a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9 primal:hide_salted_pigman nmd.primal.core.common.recipes.tile.DryingRecipe@29abb1b3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10 primal:hide_tanned_pigman nmd.primal.core.common.recipes.tile.DryingRecipe@66f4baaf +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11 primal:fish_cod_raw nmd.primal.core.common.recipes.tile.DryingRecipe@45fef5de +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12 primal:fish_cod_salted nmd.primal.core.common.recipes.tile.DryingRecipe@63a5065d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13 primal:fish_salmon_raw nmd.primal.core.common.recipes.tile.DryingRecipe@17f705b3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 14 primal:fish_salmon_salted nmd.primal.core.common.recipes.tile.DryingRecipe@5495e420 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 15 primal:fish_clown_raw nmd.primal.core.common.recipes.tile.DryingRecipe@66f7bb69 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 16 primal:fish_clown_salted nmd.primal.core.common.recipes.tile.DryingRecipe@2d2bce04 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 17 primal:fish_puffer_raw nmd.primal.core.common.recipes.tile.DryingRecipe@25e8c8f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 18 primal:fish_puffer_salted nmd.primal.core.common.recipes.tile.DryingRecipe@7911cc00 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 19 primal:fish_lava_worm_raw nmd.primal.core.common.recipes.tile.DryingRecipe@22e61cb8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 20 primal:fish_lava_worm_salted nmd.primal.core.common.recipes.tile.DryingRecipe@51cebd0e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 21 primal:fish_lava_crawdad_raw nmd.primal.core.common.recipes.tile.DryingRecipe@2782694c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 22 primal:fish_lava_crawdad_salted nmd.primal.core.common.recipes.tile.DryingRecipe@5004c070 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 23 primal:meat_horse_raw nmd.primal.core.common.recipes.tile.DryingRecipe@42951514 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 24 primal:meat_steppe_wolf_raw nmd.primal.core.common.recipes.tile.DryingRecipe@6617e685 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 25 primal:meat_ovis_raw nmd.primal.core.common.recipes.tile.DryingRecipe@526b2b02 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 26 primal:meat_bear_raw nmd.primal.core.common.recipes.tile.DryingRecipe@241a767f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 27 primal:meat_bat_raw nmd.primal.core.common.recipes.tile.DryingRecipe@4e4dea5d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 28 primal:meat_llama_salted nmd.primal.core.common.recipes.tile.DryingRecipe@17b71edf +[16:58:29] [Server thread/TRACE] [FML]: Registry: 29 primal:meat_wolf_salted nmd.primal.core.common.recipes.tile.DryingRecipe@1c0f1410 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 30 primal:meat_ovis_salted nmd.primal.core.common.recipes.tile.DryingRecipe@6bd12060 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 31 primal:meat_bat_salted nmd.primal.core.common.recipes.tile.DryingRecipe@4a6f2045 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 32 primal:meat_horse_salted nmd.primal.core.common.recipes.tile.DryingRecipe@65818e31 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 33 primal:meat_shark_raw nmd.primal.core.common.recipes.tile.DryingRecipe@1caa905 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 34 primal:meat_shark_salt nmd.primal.core.common.recipes.tile.DryingRecipe@637a5b7c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 35 primal:meat_gator_raw nmd.primal.core.common.recipes.tile.DryingRecipe@5024325e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 36 primal:meat_gator_salted nmd.primal.core.common.recipes.tile.DryingRecipe@393dce6d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 37 primal:meat_pigman_raw nmd.primal.core.common.recipes.tile.DryingRecipe@6debdace +[16:58:29] [Server thread/TRACE] [FML]: Registry: 38 primal:meat_pigman_salted nmd.primal.core.common.recipes.tile.DryingRecipe@5cfbddb4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 39 primal:mud_brick nmd.primal.core.common.recipes.tile.DryingRecipe@2d3ca2b7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 40 primal:terra_brick nmd.primal.core.common.recipes.tile.DryingRecipe@7a254fdb +[16:58:29] [Server thread/TRACE] [FML]: Registry: 41 primal:cinis_brick nmd.primal.core.common.recipes.tile.DryingRecipe@49abd7fb +[16:58:29] [Server thread/TRACE] [FML]: Registry: 42 primal:adobe_brick nmd.primal.core.common.recipes.tile.DryingRecipe@4b3fa507 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 43 primal:block_clay nmd.primal.core.common.recipes.tile.DryingRecipe@3de9fcd +[16:58:29] [Server thread/TRACE] [FML]: Registry: 44 primal:thebetweenlands_bark nmd.primal.core.common.recipes.tile.DryingRecipe@53d543fa +[16:58:29] [Server thread/TRACE] [FML]: Registry Name : primal:recipes_hibachi +[16:58:29] [Server thread/TRACE] [FML]: Registry: 0 primal:vanilla_brick nmd.primal.core.common.recipes.tile.HibachiRecipe@162e1469 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1 primal:vanilla_clay_block nmd.primal.core.common.recipes.tile.HibachiRecipe@17bba4cd +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2 primal:mud_brick nmd.primal.core.common.recipes.tile.HibachiRecipe@2a92029e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3 primal:terra_brick nmd.primal.core.common.recipes.tile.HibachiRecipe@48469268 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4 primal:cinis_brick nmd.primal.core.common.recipes.tile.HibachiRecipe@2e2d5a55 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5 primal:adobe_brick nmd.primal.core.common.recipes.tile.HibachiRecipe@64fa0e91 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6 primal:vanilla_chorus_fruit nmd.primal.core.common.recipes.tile.HibachiRecipe@5ec67662 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7 primal:nether_earth nmd.primal.core.common.recipes.tile.HibachiRecipe@22ef6a00 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8 primal:soul_sand nmd.primal.core.common.recipes.tile.HibachiRecipe@665463fa +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9 primal:soul_glass nmd.primal.core.common.recipes.tile.HibachiRecipe@526e6727 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10 primal:obsidian_shard nmd.primal.core.common.recipes.tile.HibachiRecipe@3ff66e6e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11 primal:obsidian_plate nmd.primal.core.common.recipes.tile.HibachiRecipe@6610bcfa +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12 primal:obsidian_glass nmd.primal.core.common.recipes.tile.HibachiRecipe@239e4871 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13 primal:thebetweenlands_mud_brick nmd.primal.core.common.recipes.tile.HibachiRecipe@268547a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 14 primal:cookingforblockheads_book_vanilla nmd.primal.core.common.recipes.tile.HibachiRecipe@e61cf47 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 15 primal:cookingforblockheads_book_recipe nmd.primal.core.common.recipes.tile.HibachiRecipe@6d75451d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 16 primal:ceramics_clay_bucket nmd.primal.core.common.recipes.tile.HibachiRecipe@3cf95502 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 17 primal:ceramics_clay_shears nmd.primal.core.common.recipes.tile.HibachiRecipe@7c721d63 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 18 primal:ceramics_porcelain_block nmd.primal.core.common.recipes.tile.HibachiRecipe@7ce9fe5d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 19 primal:ceramics_clay_barrel nmd.primal.core.common.recipes.tile.HibachiRecipe@3b731170 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 20 primal:ceramics_clay_barrel_extension nmd.primal.core.common.recipes.tile.HibachiRecipe@4dd40259 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 21 primal:ceramics_porcelain_barrel nmd.primal.core.common.recipes.tile.HibachiRecipe@21a18785 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 22 primal:ceramics_porcelain_barrel_extension nmd.primal.core.common.recipes.tile.HibachiRecipe@12098efa +[16:58:29] [Server thread/TRACE] [FML]: Registry: 23 primal:ceramics_clay_plate nmd.primal.core.common.recipes.tile.HibachiRecipe@3152f55a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 24 primal:ceramics_porcelain_brick nmd.primal.core.common.recipes.tile.HibachiRecipe@5cf9ffe3 +[16:58:29] [Server thread/TRACE] [FML]: Registry Name : primal:recipes_smelter +[16:58:29] [Server thread/TRACE] [FML]: Registry: 0 primal:bone_ash nmd.primal.core.common.recipes.tile.SmelterRecipe@6a849893 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1 primal:wolf_ash nmd.primal.core.common.recipes.tile.SmelterRecipe@6508139e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2 primal:yew_ash nmd.primal.core.common.recipes.tile.SmelterRecipe@70b3c183 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3 primal:ironwood_ash nmd.primal.core.common.recipes.tile.SmelterRecipe@47e8168 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4 primal:pure_carbon nmd.primal.core.common.recipes.tile.SmelterRecipe@4af0c174 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5 primal:soul_residue nmd.primal.core.common.recipes.tile.SmelterRecipe@6fc1af57 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6 primal:sinuous_spores nmd.primal.core.common.recipes.tile.SmelterRecipe@190c4f5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7 primal:skull nmd.primal.core.common.recipes.tile.SmelterRecipe@7115606e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8 primal:bark nmd.primal.core.common.recipes.tile.SmelterRecipe@3da2f459 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9 primal:charcoal_log nmd.primal.core.common.recipes.tile.SmelterRecipe@5f7b5fad +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10 primal:charcoal_stripped nmd.primal.core.common.recipes.tile.SmelterRecipe@58cb8fdb +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11 primal:soul_sand nmd.primal.core.common.recipes.tile.SmelterRecipe@20782bc +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12 primal:sand nmd.primal.core.common.recipes.tile.SmelterRecipe@282dae99 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13 primal:stone nmd.primal.core.common.recipes.tile.SmelterRecipe@2d2e0a06 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 14 primal:soul_glass_to_glass nmd.primal.core.common.recipes.tile.SmelterRecipe@299fed2f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 15 primal:netherstone_to_brick nmd.primal.core.common.recipes.tile.SmelterRecipe@173398c2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 16 primal:netherrack_to_brick nmd.primal.core.common.recipes.tile.SmelterRecipe@52afb5db +[16:58:29] [Server thread/TRACE] [FML]: Registry: 17 primal:satetsu_poor_glass nmd.primal.core.common.recipes.tile.SmelterRecipe@f8cfbb2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 18 primal:satetsu_fair_glass nmd.primal.core.common.recipes.tile.SmelterRecipe@59ac99f9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 19 primal:satetsu_good_glass nmd.primal.core.common.recipes.tile.SmelterRecipe@5252ff86 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 20 primal:satetsu_high_glass nmd.primal.core.common.recipes.tile.SmelterRecipe@7d7c897a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 21 primal:satetsu_pure_glass nmd.primal.core.common.recipes.tile.SmelterRecipe@1545ac0c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 22 primal:diamond_plate nmd.primal.core.common.recipes.tile.SmelterRecipe@289b8c0c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 23 primal:diamond_from_plate nmd.primal.core.common.recipes.tile.SmelterRecipe@6d70e856 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 24 primal:obsidian_shard nmd.primal.core.common.recipes.tile.SmelterRecipe@745e8bdb +[16:58:29] [Server thread/TRACE] [FML]: Registry: 25 primal:obsidian_plate nmd.primal.core.common.recipes.tile.SmelterRecipe@4cc36c90 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 26 primal:obsidian_block nmd.primal.core.common.recipes.tile.SmelterRecipe@38cc62e8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 27 primal:obsidian_glass nmd.primal.core.common.recipes.tile.SmelterRecipe@52140fff +[16:58:29] [Server thread/TRACE] [FML]: Registry: 28 primal:obsidian_glass_smooth nmd.primal.core.common.recipes.tile.SmelterRecipe@52944635 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 29 primal:nether_growth nmd.primal.core.common.recipes.tile.SmelterRecipe@5e4071b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 30 primal:vitrified_quartz nmd.primal.core.common.recipes.tile.SmelterRecipe@5e64ee6d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 31 primal:eggs nmd.primal.core.common.recipes.tile.SmelterRecipe@2c7d69a9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 32 primal:fermented_jungle nmd.primal.core.common.recipes.tile.SmelterRecipe@5c2837fd +[16:58:29] [Server thread/TRACE] [FML]: Registry: 33 primal:soul_glass_conversion nmd.primal.core.common.recipes.tile.SmelterRecipe@79513fbc +[16:58:29] [Server thread/TRACE] [FML]: Registry: 34 primal:bog_iron_sand_fair nmd.primal.core.common.recipes.tile.SmelterRecipe@bfb17d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 35 primal:bog_iron_sand_good nmd.primal.core.common.recipes.tile.SmelterRecipe@47c8a0e2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 36 primal:bog_iron_sand_high nmd.primal.core.common.recipes.tile.SmelterRecipe@5a42e039 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 37 primal:bog_iron_lime_fair nmd.primal.core.common.recipes.tile.SmelterRecipe@2a9e9812 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 38 primal:bog_iron_lime_good nmd.primal.core.common.recipes.tile.SmelterRecipe@5757f065 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 39 primal:bog_iron_lime_high nmd.primal.core.common.recipes.tile.SmelterRecipe@559a95dd +[16:58:29] [Server thread/TRACE] [FML]: Registry: 40 primal:zinc_lime_good nmd.primal.core.common.recipes.tile.SmelterRecipe@1894e47f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 41 primal:zinc_lime_high nmd.primal.core.common.recipes.tile.SmelterRecipe@4614a177 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 42 primal:magnetite_ore nmd.primal.core.common.recipes.tile.SmelterRecipe@2ea8a508 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 43 primal:iron nmd.primal.core.common.recipes.tile.SmelterRecipe@2f9de97d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 44 primal:ore_good_gold nmd.primal.core.common.recipes.tile.SmelterRecipe@101547ed +[16:58:29] [Server thread/TRACE] [FML]: Registry: 45 primal:ore_fair_gold nmd.primal.core.common.recipes.tile.SmelterRecipe@73e94381 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 46 primal:ore_sand_gold nmd.primal.core.common.recipes.tile.SmelterRecipe@18023811 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 47 primal:dust_gold nmd.primal.core.common.recipes.tile.SmelterRecipe@5814fc6d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 48 primal:plate_gold nmd.primal.core.common.recipes.tile.SmelterRecipe@6284f2ad +[16:58:29] [Server thread/TRACE] [FML]: Registry: 49 primal:ore_good_iron nmd.primal.core.common.recipes.tile.SmelterRecipe@5bc85037 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 50 primal:ore_fair_iron nmd.primal.core.common.recipes.tile.SmelterRecipe@528329ef +[16:58:29] [Server thread/TRACE] [FML]: Registry: 51 primal:ore_sand_iron nmd.primal.core.common.recipes.tile.SmelterRecipe@2d8b5046 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 52 primal:dust_iron nmd.primal.core.common.recipes.tile.SmelterRecipe@685fdec0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 53 primal:plate_iron nmd.primal.core.common.recipes.tile.SmelterRecipe@710f6214 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 54 primal:ore_good_copper nmd.primal.core.common.recipes.tile.SmelterRecipe@3a08e18b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 55 primal:ore_fair_copper nmd.primal.core.common.recipes.tile.SmelterRecipe@4d768fec +[16:58:29] [Server thread/TRACE] [FML]: Registry: 56 primal:ore_sand_copper nmd.primal.core.common.recipes.tile.SmelterRecipe@5bc9f15c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 57 primal:dust_copper nmd.primal.core.common.recipes.tile.SmelterRecipe@515c27f3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 58 primal:plate_copper nmd.primal.core.common.recipes.tile.SmelterRecipe@2c2580ea +[16:58:29] [Server thread/TRACE] [FML]: Registry: 59 primal:ore_good_tin nmd.primal.core.common.recipes.tile.SmelterRecipe@55d5736d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 60 primal:ore_fair_tin nmd.primal.core.common.recipes.tile.SmelterRecipe@41822b9a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 61 primal:ore_sand_tin nmd.primal.core.common.recipes.tile.SmelterRecipe@71d1ffe6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 62 primal:dust_tin nmd.primal.core.common.recipes.tile.SmelterRecipe@717303e6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 63 primal:plate_tin nmd.primal.core.common.recipes.tile.SmelterRecipe@fc348be +[16:58:29] [Server thread/TRACE] [FML]: Registry: 64 primal:ore_good_silver nmd.primal.core.common.recipes.tile.SmelterRecipe@5f4d6c27 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 65 primal:ore_fair_silver nmd.primal.core.common.recipes.tile.SmelterRecipe@219d86e7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 66 primal:ore_sand_silver nmd.primal.core.common.recipes.tile.SmelterRecipe@4898cd01 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 67 primal:dust_silver nmd.primal.core.common.recipes.tile.SmelterRecipe@5d0bea14 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 68 primal:plate_silver nmd.primal.core.common.recipes.tile.SmelterRecipe@691389c6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 69 primal:ore_good_lead nmd.primal.core.common.recipes.tile.SmelterRecipe@24f480bd +[16:58:29] [Server thread/TRACE] [FML]: Registry: 70 primal:ore_fair_lead nmd.primal.core.common.recipes.tile.SmelterRecipe@2a0aa1e7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 71 primal:ore_sand_lead nmd.primal.core.common.recipes.tile.SmelterRecipe@28d3a5f8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 72 primal:dust_lead nmd.primal.core.common.recipes.tile.SmelterRecipe@5dfb449d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 73 primal:plate_lead nmd.primal.core.common.recipes.tile.SmelterRecipe@5d0ad6f7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 74 primal:ore_good_aluminum nmd.primal.core.common.recipes.tile.SmelterRecipe@22f04128 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 75 primal:ore_fair_aluminum nmd.primal.core.common.recipes.tile.SmelterRecipe@17b9cceb +[16:58:29] [Server thread/TRACE] [FML]: Registry: 76 primal:ore_sand_aluminum nmd.primal.core.common.recipes.tile.SmelterRecipe@10e1bd2d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 77 primal:dust_aluminum nmd.primal.core.common.recipes.tile.SmelterRecipe@1b577ca8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 78 primal:plate_aluminum nmd.primal.core.common.recipes.tile.SmelterRecipe@3b8e97eb +[16:58:29] [Server thread/TRACE] [FML]: Registry: 79 primal:ore_good_nickel nmd.primal.core.common.recipes.tile.SmelterRecipe@6289cae5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 80 primal:ore_fair_nickel nmd.primal.core.common.recipes.tile.SmelterRecipe@7f1c1b4c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 81 primal:ore_sand_nickel nmd.primal.core.common.recipes.tile.SmelterRecipe@5f8e8a3b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 82 primal:dust_nickel nmd.primal.core.common.recipes.tile.SmelterRecipe@10706fee +[16:58:29] [Server thread/TRACE] [FML]: Registry: 83 primal:plate_nickel nmd.primal.core.common.recipes.tile.SmelterRecipe@3c8251e7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 84 primal:ore_good_platinum nmd.primal.core.common.recipes.tile.SmelterRecipe@235beb40 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 85 primal:ore_fair_platinum nmd.primal.core.common.recipes.tile.SmelterRecipe@82f6242 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 86 primal:ore_sand_platinum nmd.primal.core.common.recipes.tile.SmelterRecipe@1bb363b6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 87 primal:dust_platinum nmd.primal.core.common.recipes.tile.SmelterRecipe@3590044e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 88 primal:plate_platinum nmd.primal.core.common.recipes.tile.SmelterRecipe@496de857 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 89 primal:ore_good_zinc nmd.primal.core.common.recipes.tile.SmelterRecipe@3aa3be4a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 90 primal:ore_fair_zinc nmd.primal.core.common.recipes.tile.SmelterRecipe@3a8dc47b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 91 primal:ore_sand_zinc nmd.primal.core.common.recipes.tile.SmelterRecipe@f8a1510 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 92 primal:dust_zinc nmd.primal.core.common.recipes.tile.SmelterRecipe@29036be6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 93 primal:plate_zinc nmd.primal.core.common.recipes.tile.SmelterRecipe@e75c162 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 94 primal:ore_good_osmium nmd.primal.core.common.recipes.tile.SmelterRecipe@5a0f62cb +[16:58:29] [Server thread/TRACE] [FML]: Registry: 95 primal:ore_fair_osmium nmd.primal.core.common.recipes.tile.SmelterRecipe@572de0f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 96 primal:ore_sand_osmium nmd.primal.core.common.recipes.tile.SmelterRecipe@379cd91c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 97 primal:dust_osmium nmd.primal.core.common.recipes.tile.SmelterRecipe@17c2605c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 98 primal:ore_good_uranium nmd.primal.core.common.recipes.tile.SmelterRecipe@36fa5155 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 99 primal:ore_fair_uranium nmd.primal.core.common.recipes.tile.SmelterRecipe@25eb6323 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 100 primal:ore_sand_uranium nmd.primal.core.common.recipes.tile.SmelterRecipe@74ee0abb +[16:58:29] [Server thread/TRACE] [FML]: Registry: 101 primal:dust_uranium nmd.primal.core.common.recipes.tile.SmelterRecipe@70aa44fa +[16:58:29] [Server thread/TRACE] [FML]: Registry: 102 primal:plate_uranium nmd.primal.core.common.recipes.tile.SmelterRecipe@14bed343 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 103 primal:dust_lithium nmd.primal.core.common.recipes.tile.SmelterRecipe@6a32488c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 104 primal:ore_good_magnesium nmd.primal.core.common.recipes.tile.SmelterRecipe@6e8d3ca3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 105 primal:ore_fair_magnesium nmd.primal.core.common.recipes.tile.SmelterRecipe@4ca2381c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 106 primal:ore_sand_magnesium nmd.primal.core.common.recipes.tile.SmelterRecipe@2ee4de00 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 107 primal:dust_constantan nmd.primal.core.common.recipes.tile.SmelterRecipe@56ea8578 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 108 primal:plate_constantan nmd.primal.core.common.recipes.tile.SmelterRecipe@5105c322 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 109 primal:dust_electrum nmd.primal.core.common.recipes.tile.SmelterRecipe@c3a63c6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 110 primal:plate_electrum nmd.primal.core.common.recipes.tile.SmelterRecipe@426b89f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 111 primal:dust_steel nmd.primal.core.common.recipes.tile.SmelterRecipe@6e52c26 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 112 primal:plate_steel nmd.primal.core.common.recipes.tile.SmelterRecipe@7906f30b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 113 primal:dust_bronze nmd.primal.core.common.recipes.tile.SmelterRecipe@267d8bbe +[16:58:29] [Server thread/TRACE] [FML]: Registry: 114 primal:plate_bronze nmd.primal.core.common.recipes.tile.SmelterRecipe@172e2dae +[16:58:29] [Server thread/TRACE] [FML]: Registry: 115 primal:dust_brass nmd.primal.core.common.recipes.tile.SmelterRecipe@3805a771 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 116 primal:plate_brass nmd.primal.core.common.recipes.tile.SmelterRecipe@76d595d1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 117 primal:alloy_shibuichi nmd.primal.core.common.recipes.tile.SmelterRecipe@3c3fc0ce +[16:58:29] [Server thread/TRACE] [FML]: Registry: 118 primal:alloy_bronze nmd.primal.core.common.recipes.tile.SmelterRecipe@5a9ac9ba +[16:58:29] [Server thread/TRACE] [FML]: Registry: 119 primal:alloy_brass nmd.primal.core.common.recipes.tile.SmelterRecipe@4fb1d3b7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 120 primal:alloy_constantan nmd.primal.core.common.recipes.tile.SmelterRecipe@1510bc8d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 121 primal:alloy_electrum nmd.primal.core.common.recipes.tile.SmelterRecipe@576b2751 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 122 primal:plate_adamant nmd.primal.core.common.recipes.tile.SmelterRecipe@5b30f31f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 123 primal:plate_shibuichi nmd.primal.core.common.recipes.tile.SmelterRecipe@1addbfa5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 124 primal:plate_tamahagane nmd.primal.core.common.recipes.tile.SmelterRecipe@a398ca7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 125 primal:plate_wootz nmd.primal.core.common.recipes.tile.SmelterRecipe@4e6631e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 126 primal:plate_vanadium nmd.primal.core.common.recipes.tile.SmelterRecipe@5892c096 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 127 primal:bucket_to_ingot nmd.primal.core.common.recipes.tile.SmelterRecipe@2fc56cb6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 128 primal:door_to_ingot nmd.primal.core.common.recipes.tile.SmelterRecipe@69df915d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 129 primal:nex_netherrack_to_brick nmd.primal.core.common.recipes.tile.SmelterRecipe@5e16e1eb +[16:58:29] [Server thread/TRACE] [FML]: Registry: 130 primal:thebetweenlandstile_thebetweenlands_log_hearthgrove_charcoal nmd.primal.core.common.recipes.tile.SmelterRecipe@10ce1ccf +[16:58:29] [Server thread/TRACE] [FML]: Registry: 131 primal:thebetweenlandstile_thebetweenlands_log_nibbletwig_charcoal nmd.primal.core.common.recipes.tile.SmelterRecipe@14ea72bc +[16:58:29] [Server thread/TRACE] [FML]: Registry: 132 primal:thebetweenlandstile_thebetweenlands_log_weedwood_charcoal nmd.primal.core.common.recipes.tile.SmelterRecipe@1aa5c05 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 133 primal:thebetweenlandstile_thebetweenlands_leaves_hearthgrove_tree_fermented nmd.primal.core.common.recipes.tile.SmelterRecipe@68dafc62 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 134 primal:thebetweenlandstile_thebetweenlands_leaves_nibbletwig_tree_fermented nmd.primal.core.common.recipes.tile.SmelterRecipe@812bdd2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 135 primal:thebetweenlandstile_thebetweenlands_leaves_weedwood_tree_fermented nmd.primal.core.common.recipes.tile.SmelterRecipe@4f2a41fe +[16:58:29] [Server thread/TRACE] [FML]: Registry: 136 primal:thebetweenlands_rotten_log nmd.primal.core.common.recipes.tile.SmelterRecipe@1c33666a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 137 primal:thebetweenlands_weedwood nmd.primal.core.common.recipes.tile.SmelterRecipe@23b5a062 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 138 primal:thebetweenlands_ground_bark_mote nmd.primal.core.common.recipes.tile.SmelterRecipe@3e5475eb +[16:58:29] [Server thread/TRACE] [FML]: Registry: 139 primal:thebetweenlands_dry_bark_mote nmd.primal.core.common.recipes.tile.SmelterRecipe@23ece66e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 140 primal:thebetweenlands_slimy_bone nmd.primal.core.common.recipes.tile.SmelterRecipe@24ebc44f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 141 primal:thebetweenlands_weedwood_bucket_rubber nmd.primal.core.common.recipes.tile.SmelterRecipe@2ad3d600 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 142 primal:thebetweenlands_syrmorite_bucket_rubber nmd.primal.core.common.recipes.tile.SmelterRecipe@37b5059c +[16:58:29] [Server thread/TRACE] [FML]: Registry Name : primal:recipes_cauldron +[16:58:29] [Server thread/TRACE] [FML]: Registry: 0 primal:paraffin nmd.primal.core.common.recipes.tile.CauldronRecipe@6b97d497 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1 primal:boiling_bitumen nmd.primal.core.common.recipes.tile.CauldronRecipe@40e95849 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2 primal:tannin nmd.primal.core.common.recipes.tile.CauldronRecipe@15a204a9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3 primal:urushi nmd.primal.core.common.recipes.tile.CauldronRecipe@3738187d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4 primal:brine_dust_salt nmd.primal.core.common.recipes.tile.CauldronRecipe@62de4161 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5 primal:bitumen_clumps nmd.primal.core.common.recipes.tile.CauldronRecipe@687f6663 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6 primal:bitumen_coal nmd.primal.core.common.recipes.tile.CauldronRecipe@6dfda089 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7 primal:magma nmd.primal.core.common.recipes.tile.CauldronRecipe@1af1a6bb +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8 primal:ovis_milk nmd.primal.core.common.recipes.tile.CauldronRecipe@a3429cd +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9 primal:waste nmd.primal.core.common.recipes.tile.CauldronRecipe@19eb0a96 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10 primal:quartz_vitrified nmd.primal.core.common.recipes.tile.CauldronRecipe@199218ca +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11 primal:boiled_leather nmd.primal.core.common.recipes.tile.CauldronRecipe@e41b13d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12 primal:hide_tanned_dried nmd.primal.core.common.recipes.tile.CauldronRecipe@25109b79 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13 primal:hide_tanned_pigman nmd.primal.core.common.recipes.tile.CauldronRecipe@64ee8af7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 14 primal:slime_muck nmd.primal.core.common.recipes.tile.CauldronRecipe@6db38ae8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 15 primal:magmacream_molten nmd.primal.core.common.recipes.tile.CauldronRecipe@6ef8063a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 16 primal:slime_magmacream nmd.primal.core.common.recipes.tile.CauldronRecipe@4f1293cf +[16:58:29] [Server thread/TRACE] [FML]: Registry: 17 primal:muck_molten nmd.primal.core.common.recipes.tile.CauldronRecipe@5f3b11e8 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 18 primal:muck nmd.primal.core.common.recipes.tile.CauldronRecipe@2eae242d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 19 primal:mud_dirt nmd.primal.core.common.recipes.tile.CauldronRecipe@c92e14 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 20 primal:mud_nether_earth nmd.primal.core.common.recipes.tile.CauldronRecipe@5b9e4929 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 21 primal:terra_clump_conversion nmd.primal.core.common.recipes.tile.CauldronRecipe@5c2db7e3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 22 primal:cinis_clump_conversion nmd.primal.core.common.recipes.tile.CauldronRecipe@37d6f07 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 23 primal:cinis_block_conversion nmd.primal.core.common.recipes.tile.CauldronRecipe@4a8d58f2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 24 primal:soulsand_conversion nmd.primal.core.common.recipes.tile.CauldronRecipe@6373878b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 25 primal:sand_conversion nmd.primal.core.common.recipes.tile.CauldronRecipe@5250b6a9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 26 primal:nether_earth_conversion nmd.primal.core.common.recipes.tile.CauldronRecipe@3abdfeb3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 27 primal:dirt_conversion nmd.primal.core.common.recipes.tile.CauldronRecipe@1ad77bde +[16:58:29] [Server thread/TRACE] [FML]: Registry: 28 primal:ovis_milk_conversion nmd.primal.core.common.recipes.tile.CauldronRecipe@46e05918 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 29 primal:stick_from_lacquer nmd.primal.core.common.recipes.tile.CauldronRecipe@1c1b087c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 30 primal:stick_from_corypha nmd.primal.core.common.recipes.tile.CauldronRecipe@1aa1063 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 31 primal:plank_from_corypha nmd.primal.core.common.recipes.tile.CauldronRecipe@207e1205 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 32 primal:plank_from_lacquer nmd.primal.core.common.recipes.tile.CauldronRecipe@6492a78b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 33 primal:tallow nmd.primal.core.common.recipes.tile.CauldronRecipe@200e0b8d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 34 primal:tallow_nether nmd.primal.core.common.recipes.tile.CauldronRecipe@71762ee7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 35 primal:tallow_rotten_flesh nmd.primal.core.common.recipes.tile.CauldronRecipe@2148f4f6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 36 primal:tallow_rotten_flesh_nether nmd.primal.core.common.recipes.tile.CauldronRecipe@5097b1ab +[16:58:29] [Server thread/TRACE] [FML]: Registry: 37 primal:daucus_murn nmd.primal.core.common.recipes.tile.CauldronRecipe@959a57 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 38 primal:cooked_mushroom_ovis nmd.primal.core.common.recipes.tile.CauldronRecipe@40549db4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 39 primal:cooked_mushroom_brine nmd.primal.core.common.recipes.tile.CauldronRecipe@265d3e0c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 40 primal:cooked_mushroom nmd.primal.core.common.recipes.tile.CauldronRecipe@4b2ad985 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 41 primal:cooked_netherwart nmd.primal.core.common.recipes.tile.CauldronRecipe@6741a595 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 42 primal:boiled_egg_brine nmd.primal.core.common.recipes.tile.CauldronRecipe@31c3df4 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 43 primal:boiled_egg nmd.primal.core.common.recipes.tile.CauldronRecipe@4cfecec5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 44 primal:boiled_potato_brine nmd.primal.core.common.recipes.tile.CauldronRecipe@5185d02e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 45 primal:boiled_potato nmd.primal.core.common.recipes.tile.CauldronRecipe@3b02aa86 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 46 primal:soul_glass_magma nmd.primal.core.common.recipes.tile.CauldronRecipe@5913c38f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 47 primal:lacquer_planks nmd.primal.core.common.recipes.tile.CauldronRecipe@6321b68e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 48 primal:lacquer_stick_wood nmd.primal.core.common.recipes.tile.CauldronRecipe@1cda1e64 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 49 primal:cow_cheese nmd.primal.core.common.recipes.tile.CauldronRecipe@32a2c1e3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 50 primal:ovis_atre_cheese nmd.primal.core.common.recipes.tile.CauldronRecipe@75ea6383 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 51 primal:ice_to_water nmd.primal.core.common.recipes.tile.CauldronRecipe@1b112e76 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 52 primal:ancient_ice_to_water nmd.primal.core.common.recipes.tile.CauldronRecipe@57742a4e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 53 primal:ancient_ice_chunk_to_water nmd.primal.core.common.recipes.tile.CauldronRecipe@737d449a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 54 primal:snow_to_water nmd.primal.core.common.recipes.tile.CauldronRecipe@552dc70d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 55 primal:snow_ball_to_water nmd.primal.core.common.recipes.tile.CauldronRecipe@475d2140 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 56 primal:magma_to_fluid nmd.primal.core.common.recipes.tile.CauldronRecipe@310d45bf +[16:58:29] [Server thread/TRACE] [FML]: Registry: 57 primal:dirt_stick_conversion nmd.primal.core.common.recipes.tile.CauldronRecipe@28cd9e90 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 58 primal:thebetweenlands_ice_to_water nmd.primal.core.common.recipes.tile.CauldronRecipe@1363212b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 59 primal:thebetweenlands_swamp_water nmd.primal.core.common.recipes.tile.CauldronRecipe@3d1a4526 +[16:58:29] [Server thread/TRACE] [FML]: Registry Name : primal:recipes_bottle +[16:58:29] [Server thread/TRACE] [FML]: Registry: 0 primal:water nmd.primal.core.common.recipes.inworld.BottleRecipe@461851e3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1 primal:ovis_atre_milk nmd.primal.core.common.recipes.inworld.BottleRecipe@2546625e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2 primal:tanning nmd.primal.core.common.recipes.inworld.BottleRecipe@43fa975a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3 primal:urushi nmd.primal.core.common.recipes.inworld.BottleRecipe@1a2757df +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4 primal:paraffin nmd.primal.core.common.recipes.inworld.BottleRecipe@1eb49a31 +[16:58:29] [Server thread/TRACE] [FML]: Registry Name : simpleplanes:upgrade_types +[16:58:29] [Server thread/TRACE] [FML]: Registry: 0 simpleplanes:sprayer xyz.przemyk.simpleplanes.setup.SimplePlanesUpgrades$1@4e787981 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1 simpleplanes:tnt xyz.przemyk.simpleplanes.upgrades.UpgradeType@78543f37 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2 simpleplanes:heal xyz.przemyk.simpleplanes.upgrades.UpgradeType@2373efc2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3 simpleplanes:floating xyz.przemyk.simpleplanes.setup.SimplePlanesUpgrades$2@1b3660e7 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4 simpleplanes:booster xyz.przemyk.simpleplanes.setup.SimplePlanesUpgrades$3@160fa671 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5 simpleplanes:shooter xyz.przemyk.simpleplanes.setup.SimplePlanesUpgrades$4@4ffb9e00 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6 simpleplanes:dragon xyz.przemyk.simpleplanes.setup.SimplePlanesUpgrades$5@734a75c2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7 simpleplanes:folding xyz.przemyk.simpleplanes.setup.SimplePlanesUpgrades$6@5bd31214 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8 simpleplanes:banner xyz.przemyk.simpleplanes.upgrades.banner.BannerUpgradeType@30041b31 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9 simpleplanes:coal_engine xyz.przemyk.simpleplanes.upgrades.UpgradeType@231c88af +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10 simpleplanes:smoker_engine xyz.przemyk.simpleplanes.upgrades.UpgradeType@3d80d6b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11 simpleplanes:chest xyz.przemyk.simpleplanes.upgrades.UpgradeType@40d8fcb6 +[16:58:29] [Server thread/TRACE] [FML]: Registry Name : simpleplanes:plane_materials +[16:58:29] [Server thread/TRACE] [FML]: Registry: 0 simpleplanes:oak oak +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1 simpleplanes:acacia acacia +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2 simpleplanes:birch birch +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3 simpleplanes:crimson crimson +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4 simpleplanes:dark_oak dark_oak +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5 simpleplanes:jungle jungle +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6 simpleplanes:spruce spruce +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7 simpleplanes:warped warped +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8 simpleplanes:bop_cherry bop_cherry +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9 simpleplanes:bop_dead bop_dead +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10 simpleplanes:bop_fir bop_fir +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11 simpleplanes:bop_hellbark bop_hellbark +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12 simpleplanes:bop_jacaranda bop_jacaranda +[16:58:29] [Server thread/TRACE] [FML]: Registry: 13 simpleplanes:bop_mahogany bop_mahogany +[16:58:29] [Server thread/TRACE] [FML]: Registry: 14 simpleplanes:bop_magic bop_magic +[16:58:29] [Server thread/TRACE] [FML]: Registry: 15 simpleplanes:bop_palm bop_palm +[16:58:29] [Server thread/TRACE] [FML]: Registry: 16 simpleplanes:bop_redwood bop_redwood +[16:58:29] [Server thread/TRACE] [FML]: Registry: 17 simpleplanes:bop_umbran bop_umbran +[16:58:29] [Server thread/TRACE] [FML]: Registry: 18 simpleplanes:bop_willow bop_willow +[16:58:29] [Server thread/TRACE] [FML]: Registry: 19 simpleplanes:byg_aspen byg_aspen +[16:58:29] [Server thread/TRACE] [FML]: Registry: 20 simpleplanes:byg_baobab byg_baobab +[16:58:29] [Server thread/TRACE] [FML]: Registry: 21 simpleplanes:byg_blue_enchanted byg_blue_enchanted +[16:58:29] [Server thread/TRACE] [FML]: Registry: 22 simpleplanes:byg_cherry byg_cherry +[16:58:29] [Server thread/TRACE] [FML]: Registry: 23 simpleplanes:byg_cika byg_cika +[16:58:29] [Server thread/TRACE] [FML]: Registry: 24 simpleplanes:byg_cypress byg_cypress +[16:58:29] [Server thread/TRACE] [FML]: Registry: 25 simpleplanes:byg_ebony byg_ebony +[16:58:29] [Server thread/TRACE] [FML]: Registry: 26 simpleplanes:byg_fir byg_fir +[16:58:29] [Server thread/TRACE] [FML]: Registry: 27 simpleplanes:byg_green_enchanted byg_green_enchanted +[16:58:29] [Server thread/TRACE] [FML]: Registry: 28 simpleplanes:byg_holly byg_holly +[16:58:29] [Server thread/TRACE] [FML]: Registry: 29 simpleplanes:byg_jacaranda byg_jacaranda +[16:58:29] [Server thread/TRACE] [FML]: Registry: 30 simpleplanes:byg_mahogany byg_mahogany +[16:58:29] [Server thread/TRACE] [FML]: Registry: 31 simpleplanes:byg_mangrove byg_mangrove +[16:58:29] [Server thread/TRACE] [FML]: Registry: 32 simpleplanes:byg_maple byg_maple +[16:58:29] [Server thread/TRACE] [FML]: Registry: 33 simpleplanes:byg_pine byg_pine +[16:58:29] [Server thread/TRACE] [FML]: Registry: 34 simpleplanes:byg_rainbow_eucalyptus byg_rainbow_eucalyptus +[16:58:29] [Server thread/TRACE] [FML]: Registry: 35 simpleplanes:byg_redwood byg_redwood +[16:58:29] [Server thread/TRACE] [FML]: Registry: 36 simpleplanes:byg_skyris byg_skyris +[16:58:29] [Server thread/TRACE] [FML]: Registry: 37 simpleplanes:byg_willow byg_willow +[16:58:29] [Server thread/TRACE] [FML]: Registry: 38 simpleplanes:byg_witch_hazel byg_witch_hazel +[16:58:29] [Server thread/TRACE] [FML]: Registry: 39 simpleplanes:byg_zelkova byg_zelkova +[16:58:29] [Server thread/TRACE] [FML]: Registry: 40 simpleplanes:ft_cherry ft_cherry +[16:58:29] [Server thread/TRACE] [FML]: Registry: 41 simpleplanes:ft_citrus ft_citrus +[16:58:29] [Server thread/TRACE] [FML]: Registry Name : totemic:a_music_instruments +[16:58:29] [Server thread/TRACE] [FML]: Registry: 0 totemic:flute totemic:flute +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1 totemic:drum totemic:drum +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2 totemic:wind_chime totemic:wind_chime +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3 totemic:jingle_dress totemic:jingle_dress +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4 totemic:rattle totemic:rattle +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5 totemic:eagle_bone_whistle totemic:eagle_bone_whistle +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6 totemic:nether_pipe totemic:nether_pipe +[16:58:29] [Server thread/TRACE] [FML]: Registry Name : totemic:b_totem_effects +[16:58:29] [Server thread/TRACE] [FML]: Registry: 0 totemic:bat pokefenn.totemic.api.totem.TotemEffectPotion@d27f014 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1 totemic:blaze pokefenn.totemic.totem.TotemEffectBlaze@433b8b71 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2 totemic:buffalo pokefenn.totemic.api.totem.TotemEffectPotion@2c7e6ccc +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3 totemic:cow pokefenn.totemic.totem.TotemEffectCow@256741c2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4 totemic:enderman pokefenn.totemic.init.ModContent$1@1772a22a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5 totemic:horse pokefenn.totemic.api.totem.TotemEffectPotion@80dc3b6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6 totemic:ocelot pokefenn.totemic.totem.TotemEffectOcelot@574ad677 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7 totemic:pig pokefenn.totemic.api.totem.TotemEffectPotion@48bce40d +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8 totemic:rabbit pokefenn.totemic.api.totem.TotemEffectPotion@4a5d6cc2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9 totemic:spider pokefenn.totemic.api.totem.TotemEffectPotion@2c2b064c +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10 totemic:squid pokefenn.totemic.api.totem.TotemEffectPotion@2dd394d0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11 totemic:wolf pokefenn.totemic.api.totem.TotemEffectPotion@26081eb +[16:58:29] [Server thread/TRACE] [FML]: Registry Name : totemic:c_ceremonies +[16:58:29] [Server thread/TRACE] [FML]: Registry: 0 totemic:war_dance pokefenn.totemic.ceremony.CeremonyWarDance@3c7e50b9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1 totemic:depths pokefenn.totemic.ceremony.CeremonyDepths@798272a9 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2 totemic:fertility pokefenn.totemic.ceremony.CeremonyFertility@15f71c7e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3 totemic:zaphkiel_waltz pokefenn.totemic.ceremony.CeremonyZaphkielWaltz@6fc1bf25 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4 totemic:buffalo_dance pokefenn.totemic.ceremony.CeremonyBuffaloDance@21f4d1fc +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5 totemic:rain_dance pokefenn.totemic.ceremony.CeremonyRain@4b09e851 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6 totemic:drought pokefenn.totemic.ceremony.CeremonyRain@66b019a2 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7 totemic:flute pokefenn.totemic.ceremony.CeremonyFluteInfusion@4eaaac6 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8 totemic:eagle_dance pokefenn.totemic.ceremony.CeremonyEagleDance@396f096 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9 totemic:cleansing pokefenn.totemic.ceremony.CeremonyCleansing@7d9cbd5 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10 totemic:baykok_summon pokefenn.totemic.ceremony.CeremonyBaykok@61c2af85 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 11 totemic:sun_dance pokefenn.totemic.ceremony.CeremonySunDance@30af95e1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 12 totemic:dansemacabre pokefenn.totemic.ceremony.CeremonyDanseMacabre@489c122 +[16:58:29] [Server thread/TRACE] [FML]: Registry Name : industrialforegoing:straw +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1 industrialforegoing:water com.buuz135.industrial.utils.apihandlers.straw.WaterStrawHandler@1b5446ab +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2 industrialforegoing:lava com.buuz135.industrial.utils.apihandlers.straw.LavaStrawHandler@61eab719 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3 industrialforegoing:milk com.buuz135.industrial.utils.apihandlers.straw.MilkStrawHandler@3b39e3 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4 industrialforegoing:essence com.buuz135.industrial.utils.apihandlers.straw.EssenceStrawHandler@48bc082b +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5 industrialforegoing:biofuel com.buuz135.industrial.utils.apihandlers.straw.PotionStrawHandler@6bdbc424 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6 industrialforegoing:sludge com.buuz135.industrial.utils.apihandlers.straw.PotionStrawHandler@47a01d3e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7 industrialforegoing:sewage com.buuz135.industrial.utils.apihandlers.straw.PotionStrawHandler@3480c94f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 8 industrialforegoing:meat com.buuz135.industrial.utils.apihandlers.straw.PotionStrawHandler@185b387a +[16:58:29] [Server thread/TRACE] [FML]: Registry: 9 industrialforegoing:protein com.buuz135.industrial.utils.apihandlers.straw.PotionStrawHandler@2d1435b1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 10 industrialforegoing:latex com.buuz135.industrial.utils.apihandlers.straw.PotionStrawHandler@6a9a94c0 +[16:58:29] [Server thread/TRACE] [FML]: Registry Name : industrialforegoing:conveyor_upgrade +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1 industrialforegoing:extraction com.buuz135.industrial.proxy.block.upgrade.ConveyorExtractionUpgrade$Factory@7d745e35 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2 industrialforegoing:insertion com.buuz135.industrial.proxy.block.upgrade.ConveyorInsertionUpgrade$Factory@6fec0ce1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3 industrialforegoing:detection com.buuz135.industrial.proxy.block.upgrade.ConveyorDetectorUpgrade$Factory@4b6d375f +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4 industrialforegoing:bouncing com.buuz135.industrial.proxy.block.upgrade.ConveyorBouncingUpgrade$Factory@2fdf4e72 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5 industrialforegoing:dropping com.buuz135.industrial.proxy.block.upgrade.ConveyorDroppingUpgrade$Factory@551ce32e +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6 industrialforegoing:blinking com.buuz135.industrial.proxy.block.upgrade.ConveyorBlinkingUpgrade$Factory@5a642113 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 7 industrialforegoing:splitting com.buuz135.industrial.proxy.block.upgrade.ConveyorSplittingUpgrade$Factory@341fa028 +[16:58:29] [Server thread/TRACE] [FML]: Registry Name : industrialforegoing:plant_recollectable +[16:58:29] [Server thread/TRACE] [FML]: Registry: 1 industrialforegoing:blockcropplant com.buuz135.industrial.utils.apihandlers.plant.BlockCropPlantRecollectable@111b9c1 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 2 industrialforegoing:blocknetherwart com.buuz135.industrial.utils.apihandlers.plant.BlockNetherWartRecollectable@1f8e4020 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 3 industrialforegoing:blocksugarandcactus com.buuz135.industrial.utils.apihandlers.plant.DoubleTallPlantRecollectable@b471789 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 4 industrialforegoing:blockpumpkingandmelon com.buuz135.industrial.utils.apihandlers.plant.PumpkinMelonPlantRecollectable@6ee67fe0 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 5 industrialforegoing:tree com.buuz135.industrial.utils.apihandlers.plant.TreePlantRecollectable@7941ed55 +[16:58:29] [Server thread/TRACE] [FML]: Registry: 6 industrialforegoing:chorus_fruit com.buuz135.industrial.utils.apihandlers.plant.ChorusFruitRecollectable@5a91cd72 +[16:58:29] [Server thread/TRACE] [FML]: Registry Name : modularmachinery:recipeadapters +[16:58:29] [Server thread/TRACE] [FML]: Registry: 0 minecraft:furnace hellfirepvp.modularmachinery.common.crafting.adapter.AdapterMinecraftFurnace@191d6302 +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch quark:elder_prismarine: 1494 (init) -> 1342 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:crimson_middle_gem_ore: 3724 (init) -> 3713 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch quark:stone_granite_slab_double: 1406 (init) -> 1435 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch quark:smoker: 1499 (init) -> 1347 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch environmentaltech:modifier_speed: 3533 (init) -> 3522 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch quark:stone_granite_bricks_slab_double: 1433 (init) -> 1462 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch environmentaltech:kyronite_stairs: 3459 (init) -> 3448 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch modularmachinery:blockoutputbus: 3684 (init) -> 3673 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch quark:biotite_block: 1489 (init) -> 1337 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch environmentaltech:pladium_brick_slab_double: 3481 (init) -> 3470 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch quark:world_stone_bricks: 1429 (init) -> 1458 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:mud_bricks_climbable: 3953 (init) -> 3942 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch quark:stained_clay_tiles_red_slab: 1398 (init) -> 1427 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:swamp_reed: 4049 (init) -> 4038 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch quark:stone_andesite_bricks_slab_double: 1439 (init) -> 1468 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch industrialforegoing:protein_reactor: 3660 (init) -> 3649 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:weedwood: 3739 (init) -> 3728 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch modularmachinery:blockcontroller: 3681 (init) -> 3670 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch industrialforegoing:petrified_fuel_generator: 3621 (init) -> 3610 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:generic_stone: 3703 (init) -> 3692 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:limestone_wall: 3898 (init) -> 3887 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch environmentaltech:pladium_bricks: 3472 (init) -> 3461 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:mud_brick_shingle_slab: 3883 (init) -> 3872 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch environmentaltech:modifier_night_vision: 3598 (init) -> 3587 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch environmentaltech:modifier_health_boost: 3599 (init) -> 3588 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:polished_limestone_slab: 3873 (init) -> 3862 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch environmentaltech:modifier_accuracy: 3569 (init) -> 3558 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch quark:stained_clay_tiles_white_slab_double: 1371 (init) -> 1400 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch industrialforegoing:crop_enrich_material_injector: 3630 (init) -> 3619 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch industrialforegoing:energy_field_provider: 3658 (init) -> 3647 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch quark:obsidian_pressure_plate: 1476 (init) -> 1353 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch quark:stained_clay_tiles_black_slab_double: 1401 (init) -> 1430 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch dimensionalcontrol:dimensional_portal: 3424 (init) -> 3413 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch quark:midori_pillar: 1444 (init) -> 1473 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:sulfur_furnace_dual_active: 4088 (init) -> 4077 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch quark:sturdy_stone: 1402 (init) -> 1431 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:pitstone_slab: 3861 (init) -> 3850 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch environmentaltech:litherite_bricks: 3427 (init) -> 3416 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:cragrock_brick_slab: 3868 (init) -> 3857 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch quark:hardened_clay_tiles_slab: 1351 (init) -> 1380 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch pneumaticcraft:vortex_tube: 2545 (init) -> 2542 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:syrmorite_ore: 3722 (init) -> 3711 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:puffshroom: 3929 (init) -> 3918 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:loot_pot: 3805 (init) -> 3794 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:log_spirit_tree: 3738 (init) -> 3727 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:weedwood_ladder: 3924 (init) -> 3913 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:scabyst_chiseled_3: 3771 (init) -> 3760 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:rubber_block: 3791 (init) -> 3780 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:scabyst_chiseled_1: 3769 (init) -> 3758 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:scabyst_chiseled_2: 3770 (init) -> 3759 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch pneumaticcraft:assembly_platform: 2524 (init) -> 2521 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:energy_barrier: 4094 (init) -> 4083 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:betweenstone_slab: 3862 (init) -> 3851 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch quark:hardened_clay_tiles: 1349 (init) -> 1378 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch environmentaltech:lonsdaleite: 3515 (init) -> 3504 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch quark:nether_brick_fence_gate: 1487 (init) -> 1364 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch pneumaticcraft:advanced_liquid_compressor: 2542 (init) -> 2539 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch industrialforegoing:bioreactor: 3644 (init) -> 3633 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch industrialforegoing:enchantment_invoker: 3651 (init) -> 3640 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:copper_iris: 4028 (init) -> 4017 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:mud_brick_roof: 4130 (init) -> 4119 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:dead_grass: 3729 (init) -> 3718 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:leaves_hearthgrove_tree: 3751 (init) -> 3740 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch pneumaticcraft:refinery: 2548 (init) -> 2545 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch pneumaticcraft:thermal_compressor: 2556 (init) -> 2553 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch quark:biotite_ore: 1488 (init) -> 1336 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:rotten_plank_fence_gate: 3986 (init) -> 3975 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:rubber_tree_planks: 3757 (init) -> 3746 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:mud_tower_beam_relay: 3943 (init) -> 3932 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch quark:red_nether_brick_slab: 1423 (init) -> 1452 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:cardinal_flower: 4025 (init) -> 4014 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch simplegenerators:turbine_upgradable: 4151 (init) -> 4140 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch industrialforegoing:resourceful_furnace: 3656 (init) -> 3645 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:mossy_betweenstone_bricks: 3785 (init) -> 3774 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:weedwood_lever: 3925 (init) -> 3914 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:limestone_chiseled: 3767 (init) -> 3756 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch storagenetwork:master: 4152 (init) -> 4141 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:deep_water_coral: 4008 (init) -> 3997 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:wisp: 3716 (init) -> 3705 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch environmentaltech:lonsdaleite_tile_stairs: 3521 (init) -> 3510 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch environmentaltech:ionite_paver_slab_double: 3494 (init) -> 3483 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:betweenstone_stairs: 3816 (init) -> 3805 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch quark:end_bricks_slab_double: 1415 (init) -> 1444 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch environmentaltech:erodium_brick_slab_double: 3451 (init) -> 3440 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch environmentaltech:solar_cell_ionite: 3561 (init) -> 3550 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch quark:stained_clay_tiles_brown_stairs: 1366 (init) -> 1395 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch industrialforegoing:mob_duplicator: 3636 (init) -> 3625 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:coarse_swamp_dirt: 3714 (init) -> 3703 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:compost_block: 3839 (init) -> 3828 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch simplegenerators:ender_upgradable: 4141 (init) -> 4130 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:marsh_marigold_flower: 4037 (init) -> 4026 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:weak_mossy_betweenstone_tiles: 3803 (init) -> 3792 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch quark:stone_diorite_bricks_slab_double: 1436 (init) -> 1465 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch quark:prismarine_dark_slab_double: 1421 (init) -> 1450 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch environmentaltech:erodium_brick_slab: 3452 (init) -> 3441 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:log_weedwood: 3732 (init) -> 3721 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch pneumaticcraft:uv_light_box: 2529 (init) -> 2526 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:temple_brick_wall: 3891 (init) -> 3880 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch pneumaticcraft:air_cannon: 2512 (init) -> 2509 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch quark:turf_slab_double: 1465 (init) -> 1494 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch quark:stone_andesite_bricks_wall: 1442 (init) -> 1471 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:dungeon_wall_candle: 3955 (init) -> 3944 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:sulfur_furnace_active: 4086 (init) -> 4075 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch environmentaltech:pladium_tiles: 3473 (init) -> 3462 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:marsh_mallow: 4030 (init) -> 4019 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:snow: 4076 (init) -> 4065 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:pitstone_brick_slab: 3874 (init) -> 3863 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:smooth_betweenstone_slab: 3871 (init) -> 3860 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch environmentaltech:litherite_tile_slab_double: 3438 (init) -> 3427 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:decay_pit_control: 3981 (init) -> 3970 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:phragmites: 4044 (init) -> 4033 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch pneumaticcraft:liquid_hopper: 2536 (init) -> 2533 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:rubber_tree_plank_slab: 3879 (init) -> 3868 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch environmentaltech:pladium_tile_slab_double: 3483 (init) -> 3472 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch betterwithmods:corner_ground: 1259 (init) -> 1260 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:blue_iris: 4020 (init) -> 4009 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:betweenstone_brick_wall: 3893 (init) -> 3882 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:mossy_smooth_betweenstone_stairs: 3827 (init) -> 3816 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:peat: 3705 (init) -> 3694 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch quark:stained_clay_tiles_white_stairs: 1354 (init) -> 1383 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:betweenstone_pillar: 3808 (init) -> 3797 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch mcjtylib_ng:multipart: 3620 (init) -> 3609 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch quark:stone_granite_wall: 1338 (init) -> 1367 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch industrialforegoing:sludge_refiner: 3641 (init) -> 3630 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch pneumaticcraft:flux_compressor: 2553 (init) -> 2550 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:hearthgrove_plank_fence: 3911 (init) -> 3900 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch quark:duskbound_lantern: 1454 (init) -> 1483 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:water_weeds: 4009 (init) -> 3998 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:green_middle_gem_block: 3838 (init) -> 3827 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch environmentaltech:lonsdaleite_paver_slab: 3525 (init) -> 3514 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch environmentaltech:kyronite_slab: 3463 (init) -> 3452 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:silt_glass: 3841 (init) -> 3830 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:slimy_dirt: 3708 (init) -> 3697 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch quark:stained_clay_tiles_blue_slab: 1392 (init) -> 1421 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch pneumaticcraft:creative_compressor: 2539 (init) -> 2536 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:mud_tiles_spike_trap: 3977 (init) -> 3966 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch quark:rain_detector: 1477 (init) -> 1354 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:weedwood_rubber_tap: 4090 (init) -> 4079 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:dead_weedwood_bush: 4054 (init) -> 4043 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch quark:stone_diorite_wall: 1339 (init) -> 1368 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch environmentaltech:ionite_tile_slab_double: 3498 (init) -> 3487 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch pneumaticcraft:pressure_chamber_interface: 2519 (init) -> 2516 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch industrialforegoing:black_hole_tank: 3655 (init) -> 3644 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:limestone_brick_slab: 3869 (init) -> 3858 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch quark:blaze_lantern: 1486 (init) -> 1363 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:mud_brick_shingles: 3790 (init) -> 3779 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch environmentaltech:kyronite_brick_slab_double: 3466 (init) -> 3455 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:rubber_tree_plank_fence_gate: 3915 (init) -> 3904 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch beneath:teleporterbeneath: 4160 (init) -> 4149 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch industrialforegoing:enchantment_aplicator: 3624 (init) -> 3613 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:milkweed: 4040 (init) -> 4029 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch pneumaticcraft:programmer: 2538 (init) -> 2535 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:middle_fruit_bush: 4067 (init) -> 4056 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:slimy_bone_block: 3835 (init) -> 3824 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:polished_limestone: 3794 (init) -> 3783 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:item_cage: 3857 (init) -> 3846 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch quark:iron_ladder: 1485 (init) -> 1362 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:mud_flower_pot_candle: 4114 (init) -> 4103 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch environmentaltech:modifier_haste: 3590 (init) -> 3579 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch environmentaltech:solar_cell_pladium: 3560 (init) -> 3549 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch industrialforegoing:enchantment_refiner: 3622 (init) -> 3611 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch pneumaticcraft:fluid.lpg: 2507 (init) -> 2556 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch storagenetwork:request: 4153 (init) -> 4142 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:deep_water_coral_block: 3834 (init) -> 3823 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:life_crystal_stalactite: 3726 (init) -> 3715 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:dug_purified_swamp_dirt: 4072 (init) -> 4061 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:root_underwater: 4016 (init) -> 4005 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch industrialforegoing:black_hole_controller: 3649 (init) -> 3638 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch quark:elder_sea_lantern: 1495 (init) -> 1343 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch quark:stone_andesite_slab_double: 1412 (init) -> 1441 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:glowing_smooth_cragrock: 3782 (init) -> 3771 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch quark:dark_oak_trapdoor: 1482 (init) -> 1359 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:tar_loot_pot: 3813 (init) -> 3802 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:aqua_middle_gem_block: 3836 (init) -> 3825 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch environmentaltech:pladium_brick_stairs: 3475 (init) -> 3464 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch quark:polished_netherrack_bricks_wall: 1470 (init) -> 1499 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch environmentaltech:aethium_paver_slab: 3510 (init) -> 3499 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch environmentaltech:lightning_rod_insulated: 3544 (init) -> 3533 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:fallen_leaves: 4093 (init) -> 4082 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:weedwood_plank_pressure_plate: 3919 (init) -> 3908 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:cracked_limestone_bricks: 3777 (init) -> 3766 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch environmentaltech:erodium_slab: 3448 (init) -> 3437 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch pneumaticcraft:drone_redstone_emitter: 2543 (init) -> 2540 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch environmentaltech:aethium_slab: 3508 (init) -> 3497 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch environmentaltech:litherite_paver_slab_double: 3434 (init) -> 3423 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch quark:midori_block_slab: 1446 (init) -> 1475 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:sapling_rubber: 3743 (init) -> 3732 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch quark:stonebrick_wall: 1343 (init) -> 1372 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch industrialforegoing:conveyor: 3679 (init) -> 3668 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:scabyst_brick_slab: 3887 (init) -> 3876 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch quark:stained_clay_tiles_black_slab: 1400 (init) -> 1429 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch environmentaltech:kyronite_tile_slab_double: 3468 (init) -> 3457 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch simplegenerators:combustion_simple: 4136 (init) -> 4125 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch quark:paper_wall_big: 1484 (init) -> 1361 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:cracked_betweenstone_bricks: 3775 (init) -> 3764 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:log_rotten_bark: 3733 (init) -> 3722 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:cragrock_tiles: 3779 (init) -> 3768 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:standing_weedwood_sign: 4102 (init) -> 4091 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch environmentaltech:aethium_tile_slab_double: 3513 (init) -> 3502 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch quark:prismarine_bricks_slab: 1417 (init) -> 1446 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:rotten_plank_slab: 3983 (init) -> 3972 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch industrialforegoing:fluiddictionary_converter: 3668 (init) -> 3657 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:weedwood_door: 4095 (init) -> 4084 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch quark:stained_clay_tiles_green_slab_double: 1397 (init) -> 1426 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:mossy_smooth_betweenstone: 3788 (init) -> 3777 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:sapling_nibbletwig: 3745 (init) -> 3734 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch quark:stone_diorite_slab_double: 1409 (init) -> 1438 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:weedwood_log_fence_gate: 3914 (init) -> 3903 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch environmentaltech:aethium_paver: 3501 (init) -> 3490 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:swamp_tallgrass: 4053 (init) -> 4042 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch environmentaltech:ionite: 3485 (init) -> 3474 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:swamp_double_tallgrass: 4039 (init) -> 4028 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch industrialforegoing:animal_stock_increaser: 3628 (init) -> 3617 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:nibbletwig_plank_trapdoor: 4110 (init) -> 4099 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch simplegenerators:nether_simple: 4142 (init) -> 4131 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch pneumaticcraft:fluid.kerosene: 2505 (init) -> 2555 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:mossy_limestone_bricks: 3787 (init) -> 3776 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:black_ice: 4075 (init) -> 4064 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:dug_swamp_grass: 4073 (init) -> 4062 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch modularmachinery:blockfluidinputhatch: 3685 (init) -> 3674 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch modularmachinery:blockcasing: 3682 (init) -> 3671 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:weedwood_trapdoor: 4105 (init) -> 4094 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch environmentaltech:erodium: 3440 (init) -> 3429 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch environmentaltech:laser_core: 3565 (init) -> 3554 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:mud_flower_pot: 4113 (init) -> 4102 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:swamp_plant: 4005 (init) -> 3994 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:octine_ore: 3717 (init) -> 3706 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:sundew: 3999 (init) -> 3988 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:compacted_mud: 3927 (init) -> 3916 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:log_hearthgrove: 3736 (init) -> 3725 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch environmentaltech:lightning_cont_1: 3545 (init) -> 3534 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch environmentaltech:lightning_cont_3: 3547 (init) -> 3536 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch environmentaltech:lightning_cont_2: 3546 (init) -> 3535 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch environmentaltech:lightning_cont_5: 3549 (init) -> 3538 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch environmentaltech:lightning_cont_4: 3548 (init) -> 3537 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch environmentaltech:lightning_cont_6: 3550 (init) -> 3539 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch environmentaltech:ionite_brick_stairs: 3490 (init) -> 3479 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:dug_purified_swamp_grass: 4074 (init) -> 4063 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch galacticraftcore:grating137: 4297 (init) -> 4286 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch galacticraftcore:grating136: 4296 (init) -> 4285 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch galacticraftcore:grating135: 4295 (init) -> 4284 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:pitstone_pillar: 3809 (init) -> 3798 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch galacticraftcore:grating134: 4294 (init) -> 4283 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch galacticraftcore:grating139: 4299 (init) -> 4288 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch galacticraftcore:grating138: 4298 (init) -> 4287 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch galacticraftcore:grating133: 4293 (init) -> 4282 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch galacticraftcore:grating132: 4292 (init) -> 4281 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch galacticraftcore:grating131: 4291 (init) -> 4280 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch galacticraftcore:grating130: 4290 (init) -> 4279 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch environmentaltech:pladium_tile_stairs: 3476 (init) -> 3465 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch galacticraftcore:grating148: 4308 (init) -> 4297 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch galacticraftcore:grating147: 4307 (init) -> 4296 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch galacticraftcore:grating146: 4306 (init) -> 4295 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch galacticraftcore:grating145: 4305 (init) -> 4294 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch industrialforegoing:black_hole_unit: 3632 (init) -> 3621 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch quark:glowshroom: 1497 (init) -> 1345 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch galacticraftcore:grating149: 4309 (init) -> 4298 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch galacticraftcore:grating140: 4300 (init) -> 4289 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch environmentaltech:ionite_paver_slab: 3495 (init) -> 3484 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:giant_root_plank_fence: 3910 (init) -> 3899 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch galacticraftcore:grating144: 4304 (init) -> 4293 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch galacticraftcore:grating143: 4303 (init) -> 4292 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch galacticraftcore:grating142: 4302 (init) -> 4291 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch galacticraftcore:grating141: 4301 (init) -> 4290 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch galacticraftcore:grating109: 4269 (init) -> 4258 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch galacticraftcore:grating115: 4275 (init) -> 4264 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch galacticraftcore:grating114: 4274 (init) -> 4263 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:leaves_nibbletwig_tree: 3752 (init) -> 3741 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch galacticraftcore:grating113: 4273 (init) -> 4262 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch galacticraftcore:grating112: 4272 (init) -> 4261 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch galacticraftcore:grating119: 4279 (init) -> 4268 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch galacticraftcore:grating118: 4278 (init) -> 4267 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch galacticraftcore:grating117: 4277 (init) -> 4266 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch galacticraftcore:grating116: 4276 (init) -> 4265 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch environmentaltech:pladium_stairs: 3474 (init) -> 3463 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:dug_swamp_dirt: 4071 (init) -> 4060 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch galacticraftcore:grating111: 4271 (init) -> 4260 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch galacticraftcore:grating110: 4270 (init) -> 4259 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch environmentaltech:litherite_stairs: 3429 (init) -> 3418 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch environmentaltech:solar_cont_2: 3552 (init) -> 3541 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch environmentaltech:solar_cont_1: 3551 (init) -> 3540 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch primalchests:primal_chest: 3689 (init) -> 3678 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch galacticraftcore:grating126: 4286 (init) -> 4275 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch galacticraftcore:grating125: 4285 (init) -> 4274 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch galacticraftcore:grating124: 4284 (init) -> 4273 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch galacticraftcore:grating123: 4283 (init) -> 4272 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch galacticraftcore:grating129: 4289 (init) -> 4278 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch galacticraftcore:grating128: 4288 (init) -> 4277 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch galacticraftcore:grating127: 4287 (init) -> 4276 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch environmentaltech:solar_cont_4: 3554 (init) -> 3543 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch environmentaltech:lonsdaleite_tiles: 3518 (init) -> 3507 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch environmentaltech:solar_cont_3: 3553 (init) -> 3542 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch environmentaltech:solar_cont_6: 3556 (init) -> 3545 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch environmentaltech:solar_cont_5: 3555 (init) -> 3544 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch galacticraftcore:grating122: 4282 (init) -> 4271 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch galacticraftcore:grating121: 4281 (init) -> 4270 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch galacticraftcore:grating120: 4280 (init) -> 4269 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch davincisvessels:buffer: 3418 (init) -> 4316 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:cracked_betweenstone_brick_stairs: 3828 (init) -> 3817 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch galacticraftcore:grating104: 4264 (init) -> 4253 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch galacticraftcore:grating103: 4263 (init) -> 4252 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch galacticraftcore:grating102: 4262 (init) -> 4251 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch galacticraftcore:grating101: 4261 (init) -> 4250 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch galacticraftcore:grating108: 4268 (init) -> 4257 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch galacticraftcore:grating107: 4267 (init) -> 4256 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch galacticraftcore:grating106: 4266 (init) -> 4255 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch galacticraftcore:grating105: 4265 (init) -> 4254 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch galacticraftcore:grating100: 4260 (init) -> 4249 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch quark:stone_andesite_bricks_slab: 1438 (init) -> 1467 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch environmentaltech:kyronite: 3455 (init) -> 3444 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch pneumaticcraft:vacuum_pump: 2520 (init) -> 2517 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch industrialforegoing:mob_slaughter_factory: 3635 (init) -> 3624 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:pitstone_brick_stairs: 3821 (init) -> 3810 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:venus_fly_trap: 4003 (init) -> 3992 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch quark:redstone_randomizer: 1471 (init) -> 1348 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:cragrock_brick_stairs: 3819 (init) -> 3808 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:golden_club_stalk: 4036 (init) -> 4025 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch quark:stone_granite_slab: 1405 (init) -> 1434 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:betweenstone: 3702 (init) -> 3691 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:tar_solid: 3730 (init) -> 3719 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch pneumaticcraft:pressure_chamber_wall: 2513 (init) -> 2510 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch environmentaltech:lonsdaleite_brick_slab: 3527 (init) -> 3516 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch quark:red_sandstone_wall: 1342 (init) -> 1371 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:scabyst_ore: 3721 (init) -> 3710 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch quark:turf_stairs: 1463 (init) -> 1492 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:compost_bin: 4083 (init) -> 4072 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch progressiontweaks:fire_pit_lit: 3615 (init) -> 3604 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:sulfur_furnace_dual: 4087 (init) -> 4076 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch quark:birch_trapdoor: 1479 (init) -> 1356 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:possessed_block: 3856 (init) -> 3845 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:dead_lichen: 4065 (init) -> 4054 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:pitstone_tiles: 3793 (init) -> 3782 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch quark:stained_clay_tiles_light_blue_slab_double: 1377 (init) -> 1406 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:sapling_spirit_tree: 3746 (init) -> 3735 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch pneumaticcraft:advanced_pressure_tube: 2509 (init) -> 2506 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch quark:end_bricks_wall: 1348 (init) -> 1377 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch quark:charred_nether_brick_slab_double: 1428 (init) -> 1457 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:thorns: 4051 (init) -> 4040 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch quark:stained_clay_tiles_pink_slab_double: 1383 (init) -> 1412 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:nettle: 4041 (init) -> 4030 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch quark:stained_clay_tiles_pink_slab: 1382 (init) -> 1411 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch quark:stained_clay_tiles_brown_slab: 1394 (init) -> 1423 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch quark:stained_clay_tiles_black_stairs: 1369 (init) -> 1398 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch davincisvessels:engine: 3420 (init) -> 4319 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:compacted_mud_mirage: 3980 (init) -> 3969 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:green_middle_gem_ore: 3725 (init) -> 3714 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch davincisvessels:anchorpoint: 3422 (init) -> 4314 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch environmentaltech:kyronite_brick_stairs: 3460 (init) -> 3449 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:pitcher_plant: 3997 (init) -> 3986 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:walkway: 4127 (init) -> 4116 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch quark:end_bricks_stairs: 1413 (init) -> 1442 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:hearthgrove_plank_trapdoor: 4109 (init) -> 4098 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:stagnant_water: 3692 (init) -> 3681 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:betweenstone_pressure_plate: 3920 (init) -> 3909 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch pneumaticcraft:electrostatic_compressor: 2533 (init) -> 2530 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch quark:stained_clay_tiles_magenta_slab: 1374 (init) -> 1403 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:sulfur_block: 3830 (init) -> 3819 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:purified_swamp_dirt: 4070 (init) -> 4059 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch simplegenerators:culinary_upgradable: 4139 (init) -> 4128 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch industrialforegoing:if.protein: 3678 (init) -> 3667 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch environmentaltech:ionite_paver: 3486 (init) -> 3475 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:cragrock_chiseled: 3766 (init) -> 3755 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch environmentaltech:litherite_paver_slab: 3435 (init) -> 3424 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch industrialforegoing:wither_builder: 3663 (init) -> 3652 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:tar_solid_stairs: 3848 (init) -> 3837 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch pneumaticcraft:gas_lift: 2547 (init) -> 2544 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch pneumaticcraft:advanced_air_compressor: 2511 (init) -> 2508 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch betterwithmods:corner_rock: 1257 (init) -> 1259 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:cracked_betweenstone_tiles: 3776 (init) -> 3765 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch quark:stained_clay_tiles_yellow_slab: 1378 (init) -> 1407 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:syrmorite_door: 4100 (init) -> 4089 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:polished_dentrothyst: 3840 (init) -> 3829 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:log_rubber: 3735 (init) -> 3724 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch davincisvessels:stickybuffer: 3419 (init) -> 4313 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:giant_root_planks: 3758 (init) -> 3747 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:tar_beast_spawner: 3812 (init) -> 3801 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:betweenstone_tiles: 3764 (init) -> 3753 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch pneumaticcraft:pneumatic_door: 2522 (init) -> 2519 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:leaves_rubber_tree: 3750 (init) -> 3739 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch simplegenerators:turbine_simple: 4150 (init) -> 4139 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:mud_brick_stairs_decay_1: 3931 (init) -> 3920 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch quark:turf: 1462 (init) -> 1491 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch environmentaltech:aethium_tile_slab: 3514 (init) -> 3503 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch galacticraftcore:unlit_torch_stone: 4161 (init) -> 4150 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:mud_brick_stairs_decay_3: 3933 (init) -> 3922 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:mud_brick_stairs_decay_2: 3932 (init) -> 3921 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:mud_brick_stairs_decay_4: 3934 (init) -> 3923 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:cattail: 4026 (init) -> 4015 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:dead_moss: 4063 (init) -> 4052 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:mossy_betweenstone_brick_slab: 3875 (init) -> 3864 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:weedwood_planks: 3756 (init) -> 3745 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch environmentaltech:erodium_paver_slab_double: 3449 (init) -> 3438 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:pitstone_wall: 3888 (init) -> 3877 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch environmentaltech:void_ore_miner_cont_1: 3570 (init) -> 3559 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch environmentaltech:void_ore_miner_cont_2: 3571 (init) -> 3560 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch environmentaltech:void_ore_miner_cont_3: 3572 (init) -> 3561 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:caving_rope_light: 4133 (init) -> 4122 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch environmentaltech:void_ore_miner_cont_4: 3573 (init) -> 3562 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch environmentaltech:void_ore_miner_cont_5: 3574 (init) -> 3563 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch environmentaltech:void_ore_miner_cont_6: 3575 (init) -> 3564 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch environmentaltech:laser_lens_crystal: 3567 (init) -> 3556 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch industrialforegoing:water_condensator: 3633 (init) -> 3622 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:aqua_middle_gem_ore: 3723 (init) -> 3712 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:silt_glass_pane: 3842 (init) -> 3831 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch environmentaltech:structure_panel_clear: 3542 (init) -> 3531 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch quark:glowshroom_block: 1498 (init) -> 1346 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:log_portal: 4077 (init) -> 4066 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:dentrothyst: 3804 (init) -> 3793 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:marsh_hibiscus: 4029 (init) -> 4018 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:rotbulb: 4061 (init) -> 4050 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch quark:stained_clay_tiles_orange_stairs: 1355 (init) -> 1384 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:cave_grass: 4027 (init) -> 4016 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:mire_coral: 4007 (init) -> 3996 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:temple_brick_stairs: 3849 (init) -> 3838 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch davincisvessels:crate_wood: 3421 (init) -> 4320 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:giant_root_plank_slab: 3880 (init) -> 3869 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:syrmorite_hopper: 4112 (init) -> 4101 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch galacticraftcore:grating159: 4319 (init) -> 4308 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch quark:world_stone_carved: 1430 (init) -> 1459 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch galacticraftcore:grating158: 4318 (init) -> 4307 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch galacticraftcore:grating157: 4317 (init) -> 4306 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch galacticraftcore:grating156: 4316 (init) -> 4305 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch galacticraftcore:grating151: 4311 (init) -> 4300 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch galacticraftcore:grating150: 4310 (init) -> 4299 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch galacticraftcore:grating155: 4315 (init) -> 4304 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch galacticraftcore:grating154: 4314 (init) -> 4303 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch galacticraftcore:grating153: 4313 (init) -> 4302 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch galacticraftcore:grating152: 4312 (init) -> 4301 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch environmentaltech:aethium_tile_stairs: 3506 (init) -> 3495 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch industrialforegoing:laser_drill: 3647 (init) -> 3636 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch galacticraftcore:grating162: 4322 (init) -> 4311 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch galacticraftcore:grating161: 4321 (init) -> 4310 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch galacticraftcore:grating160: 4320 (init) -> 4309 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch galacticraftcore:grating163: 4323 (init) -> 4312 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:bulb_capped_mushroom: 4001 (init) -> 3990 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch environmentaltech:lonsdaleite_stairs: 3519 (init) -> 3508 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:hearthgrove_plank_stairs: 3854 (init) -> 3843 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:syrmorite_trapdoor: 4107 (init) -> 4096 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch quark:stained_clay_tiles_blue_slab_double: 1393 (init) -> 1422 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:diagonal_energy_barrier: 3946 (init) -> 3935 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch quark:stone_diorite_bricks_stairs: 1434 (init) -> 1463 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch quark:biotite_wall: 1493 (init) -> 1341 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch quark:stone_granite_bricks_stairs: 1431 (init) -> 1460 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch industrialforegoing:biofuel_generator: 3645 (init) -> 3634 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch industrialforegoing:latex: 3673 (init) -> 3662 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch quark:red_nether_brick_slab_double: 1424 (init) -> 1453 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch industrialforegoing:milk: 3671 (init) -> 3660 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch environmentaltech:ionite_brick_slab: 3497 (init) -> 3486 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch pneumaticcraft:sentry_turret: 2552 (init) -> 2549 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:shelf_fungus: 4012 (init) -> 4001 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch pneumaticcraft:kerosene_lamp_light: 2551 (init) -> 2548 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:valonite_block: 3799 (init) -> 3788 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch environmentaltech:litherite_brick_stairs: 3430 (init) -> 3419 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch environmentaltech:ionite_tile_stairs: 3491 (init) -> 3480 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:hearthgrove_plank_door: 4098 (init) -> 4087 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:betweenstone_button: 3923 (init) -> 3912 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch environmentaltech:modifier_luck: 3534 (init) -> 3523 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch simplegenerators:fluid_combustion_upgradable: 4149 (init) -> 4138 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch rangedpumps:pump: 4135 (init) -> 4124 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:mud_brick_alcove: 3947 (init) -> 3936 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch quark:stone_diorite_bricks_wall: 1441 (init) -> 1470 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:algae: 4013 (init) -> 4002 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch quark:biotite_stairs: 1492 (init) -> 1340 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch environmentaltech:lonsdaleite_tile_slab: 3529 (init) -> 3518 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch progressiontweaks:fire_pit_unlit: 3616 (init) -> 3605 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch quark:stained_clay_tiles_gray_slab: 1384 (init) -> 1413 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:aspect_vial_block: 4117 (init) -> 4106 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:slimy_grass: 3709 (init) -> 3698 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch environmentaltech:lonsdaleite_bricks: 3517 (init) -> 3506 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:mud_bricks_carved: 3930 (init) -> 3919 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:cracked_betweenstone_brick_slab: 3877 (init) -> 3866 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:sludge: 4092 (init) -> 4081 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:mud_bricks: 3789 (init) -> 3778 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch environmentaltech:litherite_slab: 3433 (init) -> 3422 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch quark:stained_clay_tiles_yellow_stairs: 1358 (init) -> 1387 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch pneumaticcraft:charging_station: 2516 (init) -> 2513 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:log_rotten_bark_carved_16: 3974 (init) -> 3963 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:log_rotten_bark_carved_15: 3973 (init) -> 3962 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:log_rotten_bark_carved_10: 3968 (init) -> 3957 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:log_rotten_bark_carved_14: 3972 (init) -> 3961 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:log_rotten_bark_carved_13: 3971 (init) -> 3960 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:log_rotten_bark_carved_12: 3970 (init) -> 3959 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:log_rotten_bark_carved_11: 3969 (init) -> 3958 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:wooden_support_beam_rotten_3: 3958 (init) -> 3947 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch environmentaltech:modifier_creative_flight: 3588 (init) -> 3577 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch industrialforegoing:animal_growth_increaser: 3653 (init) -> 3642 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:limestone_stairs: 3822 (init) -> 3811 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:root_pod: 3747 (init) -> 3736 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch quark:stone_diorite_stairs: 1407 (init) -> 1436 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch environmentaltech:modifier_piezo: 3563 (init) -> 3552 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:censer: 4119 (init) -> 4108 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch environmentaltech:aethium_slab_double: 3507 (init) -> 3496 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch industrialforegoing:protein_generator: 3661 (init) -> 3650 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch environmentaltech:laser_lens_colored: 3568 (init) -> 3557 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:wooden_support_beam_rotten_1: 3956 (init) -> 3945 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch pneumaticcraft:fake_ice: 2555 (init) -> 2552 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:wooden_support_beam_rotten_2: 3957 (init) -> 3946 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:dungeon_door_combination: 3952 (init) -> 3941 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch environmentaltech:solar_cell_aethium: 3562 (init) -> 3551 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch quark:polished_netherrack: 1466 (init) -> 1495 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:slimy_bone_ore: 3720 (init) -> 3709 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch pneumaticcraft:omnidirectional_hopper: 2535 (init) -> 2532 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:bog_bean_stalk: 4034 (init) -> 4023 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:weedwood_workbench: 4082 (init) -> 4071 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch environmentaltech:kyronite_brick_slab: 3467 (init) -> 3456 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:limestone_brick_wall: 3897 (init) -> 3886 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:polished_dentrothyst_pane: 3843 (init) -> 3832 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch quark:stained_clay_tiles_silver_stairs: 1362 (init) -> 1391 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:weedwood_chest: 4089 (init) -> 4078 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch quark:brick_wall: 1344 (init) -> 1373 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch pneumaticcraft:pneumatic_dynamo: 2554 (init) -> 2551 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch quark:stone_granite_bricks_wall: 1440 (init) -> 1469 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch quark:stone_andesite_bricks_stairs: 1437 (init) -> 1466 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch storagenetwork:storage_kabel: 4155 (init) -> 4144 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch storagenetwork:process_kabel: 4158 (init) -> 4147 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch quark:polished_netherrack_bricks_stairs: 1467 (init) -> 1496 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:dungeon_door_runes_crawler: 3951 (init) -> 3940 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch environmentaltech:ionite_slab_double: 3492 (init) -> 3481 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:log_spreading_rotten_bark: 3734 (init) -> 3723 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:limestone_bricks: 3783 (init) -> 3772 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch environmentaltech:modifier_jump_boost: 3592 (init) -> 3581 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:spike_trap: 3850 (init) -> 3839 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:ground_item: 4134 (init) -> 4123 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:smooth_betweenstone: 3795 (init) -> 3784 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch modularmachinery:blockinputbus: 3683 (init) -> 3672 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:fungus_crop: 4068 (init) -> 4057 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch quark:biotite_slab_double: 1491 (init) -> 1339 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch pneumaticcraft:thermopneumatic_processing_plant: 2549 (init) -> 2546 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:mossy_betweenstone_tiles: 3786 (init) -> 3775 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:cryptweed: 4058 (init) -> 4047 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:limestone_brick_stairs: 3820 (init) -> 3809 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:mud_brick_spike_trap: 3976 (init) -> 3965 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch environmentaltech:pladium_slab_double: 3477 (init) -> 3466 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch quark:glowcelium: 1496 (init) -> 1344 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch environmentaltech:thermal_cell: 3564 (init) -> 3553 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:mud_tower_beam_tube: 3944 (init) -> 3933 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:waystone: 4132 (init) -> 4121 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch quark:polished_netherrack_bricks_slab: 1468 (init) -> 1497 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch industrialforegoing:froster: 3669 (init) -> 3658 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch quark:gold_button: 1473 (init) -> 1350 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:scabyst_block: 3800 (init) -> 3789 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch environmentaltech:modifier_flight_speed: 3589 (init) -> 3578 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:leaves_spirit_tree_middle: 3754 (init) -> 3743 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch environmentaltech:lonsdaleite_paver: 3516 (init) -> 3505 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch quark:stained_clay_tiles_light_blue_stairs: 1357 (init) -> 1386 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:wood_chip_path: 4128 (init) -> 4117 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:crimson_middle_gem_block: 3837 (init) -> 3826 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:weak_betweenstone_tiles: 3801 (init) -> 3790 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch pneumaticcraft:elevator_base: 2517 (init) -> 2514 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch environmentaltech:interconnect: 3531 (init) -> 3520 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch betterwithmods:moulding_rock: 1252 (init) -> 1254 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch pneumaticcraft:air_compressor: 2510 (init) -> 2507 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch primalchests:primal_chest_advanced: 3690 (init) -> 3679 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:silt: 3728 (init) -> 3717 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:pitstone: 3711 (init) -> 3700 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch simplegenerators:culinary_simple: 4138 (init) -> 4127 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:decay_pit_invisible_floor_block_r_1: 3991 (init) -> 3980 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:decay_pit_invisible_floor_block_r_2: 3992 (init) -> 3981 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:mortar: 4118 (init) -> 4107 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch quark:stained_clay_tiles_red_stairs: 1368 (init) -> 1397 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch quark:stained_clay_tiles_lime_slab_double: 1381 (init) -> 1410 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch environmentaltech:void_botanic_miner_cont_1: 3582 (init) -> 3571 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch environmentaltech:void_botanic_miner_cont_2: 3583 (init) -> 3572 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch environmentaltech:void_botanic_miner_cont_3: 3584 (init) -> 3573 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch environmentaltech:void_botanic_miner_cont_4: 3585 (init) -> 3574 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch environmentaltech:void_botanic_miner_cont_5: 3586 (init) -> 3575 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch environmentaltech:void_botanic_miner_cont_6: 3587 (init) -> 3576 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch progressiontweaks:blank_teleporter: 3617 (init) -> 3606 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:giant_root_plank_stairs: 3853 (init) -> 3842 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch betterwithmods:siding_wood: 1250 (init) -> 1247 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch quark:stained_clay_tiles_cyan_stairs: 1363 (init) -> 1392 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch industrialforegoing:biofuel: 3676 (init) -> 3665 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch simplegenerators:ender_simple: 4140 (init) -> 4129 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch environmentaltech:lonsdaleite_slab_double: 3522 (init) -> 3511 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:rubber_tree_plank_stairs: 3852 (init) -> 3841 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch pneumaticcraft:heat_sink: 2544 (init) -> 2541 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch industrialforegoing:enchantment_extractor: 3623 (init) -> 3612 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch industrialforegoing:mob_relocator: 3625 (init) -> 3614 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch betterwithmods:corner_wood: 1260 (init) -> 1257 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch environmentaltech:erodium_tiles: 3443 (init) -> 3432 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch environmentaltech:litherite_brick_slab: 3437 (init) -> 3426 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:hearthgrove_planks: 3759 (init) -> 3748 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch industrialforegoing:plant_interactor: 3666 (init) -> 3655 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch modularmachinery:blockfluidoutputhatch: 3686 (init) -> 3675 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch quark:prismarine_bricks_stairs: 1416 (init) -> 1445 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:limestone_tiles: 3784 (init) -> 3773 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch environmentaltech:kyronite_tile_slab: 3469 (init) -> 3458 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch quark:stone_stairs: 1403 (init) -> 1432 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:cragrock_slab: 3860 (init) -> 3849 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch quark:hardened_clay_tiles_slab_double: 1352 (init) -> 1381 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:mossy_betweenstone_brick_wall: 3903 (init) -> 3892 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch environmentaltech:erodium_brick_stairs: 3445 (init) -> 3434 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch progressiontweaks:nanomachine_frame: 3619 (init) -> 3608 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch industrialforegoing:oredictionary_converter: 3659 (init) -> 3648 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:tar: 3693 (init) -> 3682 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:betweenstone_bricks_mirage: 3763 (init) -> 3752 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch environmentaltech:modifier_strength: 3591 (init) -> 3580 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:leaves_spirit_tree_top: 3753 (init) -> 3742 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:alembic: 4123 (init) -> 4112 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:black_hat_mushroom: 4000 (init) -> 3989 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch environmentaltech:structure_panel: 3541 (init) -> 3530 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch quark:iron_rod: 1475 (init) -> 1352 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:golden_club_flower: 4035 (init) -> 4024 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:smooth_cragrock_stairs: 3824 (init) -> 3813 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch quark:stained_clay_tiles_cyan_slab_double: 1389 (init) -> 1418 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:scabyst_pitstone_dotted: 3772 (init) -> 3761 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:button_bush: 4024 (init) -> 4013 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:hollow_log: 4056 (init) -> 4045 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:mire_coral_block: 3833 (init) -> 3822 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:marsh_marigold_stalk: 4038 (init) -> 4027 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:inactive_glowing_smooth_cragrock: 3781 (init) -> 3770 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch quark:stained_clay_tiles_lime_slab: 1380 (init) -> 1409 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch quark:duskbound_block_stairs: 1455 (init) -> 1484 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:swamp_kelp: 4006 (init) -> 3995 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch pneumaticcraft:elevator_frame: 2518 (init) -> 2515 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:thatch: 3859 (init) -> 3848 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch quark:polished_netherrack_bricks_slab_double: 1469 (init) -> 1498 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:nibbletwig_planks: 3760 (init) -> 3749 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch industrialforegoing:crop_recolector: 3631 (init) -> 3620 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch environmentaltech:lonsdaleite_tile_slab_double: 3528 (init) -> 3517 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:smooth_pitstone_stairs: 3847 (init) -> 3836 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch pneumaticcraft:universal_sensor: 2531 (init) -> 2528 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:mossy_betweenstone_brick_stairs: 3826 (init) -> 3815 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch quark:midori_block_slab_double: 1447 (init) -> 1476 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch galacticraftcore:unlit_torch_stone_lit: 4162 (init) -> 4151 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:decay_pit_invisible_floor_block_diagonal: 3995 (init) -> 3984 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:druid_altar: 4080 (init) -> 4069 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch quark:stained_clay_tiles_cyan_slab: 1388 (init) -> 1417 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:mossy_smooth_betweenstone_slab: 3876 (init) -> 3865 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:valonite_ore: 3718 (init) -> 3707 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch galacticraftcore:grating3: 4163 (init) -> 4152 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch galacticraftcore:grating4: 4164 (init) -> 4153 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:mud_brick_wall: 3894 (init) -> 3883 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch galacticraftcore:grating5: 4165 (init) -> 4154 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch galacticraftcore:grating6: 4166 (init) -> 4155 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch galacticraftcore:grating7: 4167 (init) -> 4156 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch galacticraftcore:grating8: 4168 (init) -> 4157 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch galacticraftcore:grating9: 4169 (init) -> 4158 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch quark:acacia_trapdoor: 1481 (init) -> 1358 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch quark:magma_bricks_slab_double: 1452 (init) -> 1481 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:damp_torch: 4126 (init) -> 4115 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch environmentaltech:lightning_rod: 3543 (init) -> 3532 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch quark:paper_wall: 1483 (init) -> 1360 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:weedwood_plank_fence: 3907 (init) -> 3896 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:lichen: 4064 (init) -> 4053 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:syrmorite_block: 3798 (init) -> 3787 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch pneumaticcraft:pneumatic_door_base: 2521 (init) -> 2518 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:weak_polished_limestone: 3802 (init) -> 3791 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:cragrock_bricks: 3778 (init) -> 3767 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:root: 4015 (init) -> 4004 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:rope: 4125 (init) -> 4114 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:betweenstone_chiseled: 3765 (init) -> 3754 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:energy_barrier_mud: 3975 (init) -> 3964 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:swamp_dirt: 3713 (init) -> 3702 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch storagenetwork:controller: 4159 (init) -> 4148 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:mud_tiles_water: 3954 (init) -> 3943 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch quark:soul_sandstone: 1459 (init) -> 1488 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:leaves_sap_tree: 3749 (init) -> 3738 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:weedwood_plank_stairs: 3851 (init) -> 3840 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch quark:duskbound_block: 1453 (init) -> 1482 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch quark:stone_andesite_slab: 1411 (init) -> 1440 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch galacticraftcore:grating12: 4172 (init) -> 4161 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch galacticraftcore:grating11: 4171 (init) -> 4160 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch galacticraftcore:grating10: 4170 (init) -> 4159 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch galacticraftcore:grating19: 4179 (init) -> 4168 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch galacticraftcore:grating18: 4178 (init) -> 4167 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch galacticraftcore:grating17: 4177 (init) -> 4166 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch galacticraftcore:grating16: 4176 (init) -> 4165 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch galacticraftcore:grating15: 4175 (init) -> 4164 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch galacticraftcore:grating14: 4174 (init) -> 4163 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch galacticraftcore:grating13: 4173 (init) -> 4162 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch quark:jungle_trapdoor: 1480 (init) -> 1357 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch industrialforegoing:sewage: 3674 (init) -> 3663 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:scabyst_door: 4101 (init) -> 4090 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch environmentaltech:modifier_absorption: 3600 (init) -> 3589 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:smooth_cragrock_slab: 3872 (init) -> 3861 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:mud_brick_stairs: 3818 (init) -> 3807 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch environmentaltech:nano_cont_ranged_1: 3603 (init) -> 3592 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch environmentaltech:nano_cont_ranged_5: 3607 (init) -> 3596 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch environmentaltech:nano_cont_ranged_4: 3606 (init) -> 3595 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch environmentaltech:nano_cont_ranged_3: 3605 (init) -> 3594 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch industrialforegoing:mob_detector: 3642 (init) -> 3631 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch environmentaltech:nano_cont_ranged_2: 3604 (init) -> 3593 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch quark:stained_clay_tiles: 1353 (init) -> 1382 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch environmentaltech:nano_cont_ranged_6: 3608 (init) -> 3597 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch galacticraftcore:grating34: 4194 (init) -> 4183 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch galacticraftcore:grating33: 4193 (init) -> 4182 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch galacticraftcore:grating32: 4192 (init) -> 4181 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch galacticraftcore:grating31: 4191 (init) -> 4180 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch galacticraftcore:grating30: 4190 (init) -> 4179 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch environmentaltech:modifier_saturation: 3601 (init) -> 3590 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:cave_moss: 4057 (init) -> 4046 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:bladderwort_stalk: 4032 (init) -> 4021 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch galacticraftcore:grating39: 4199 (init) -> 4188 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch galacticraftcore:grating38: 4198 (init) -> 4187 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch pneumaticcraft:plastic_mixer: 2540 (init) -> 2537 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch galacticraftcore:grating37: 4197 (init) -> 4186 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch galacticraftcore:grating36: 4196 (init) -> 4185 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch galacticraftcore:grating35: 4195 (init) -> 4184 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch galacticraftcore:grating23: 4183 (init) -> 4172 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch galacticraftcore:grating22: 4182 (init) -> 4171 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch galacticraftcore:grating21: 4181 (init) -> 4170 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch galacticraftcore:grating20: 4180 (init) -> 4169 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch pneumaticcraft:aerial_interface: 2532 (init) -> 2529 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:smooth_cragrock: 3796 (init) -> 3785 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch galacticraftcore:grating29: 4189 (init) -> 4178 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:portal_frame: 4079 (init) -> 4068 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch galacticraftcore:grating28: 4188 (init) -> 4177 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch galacticraftcore:grating27: 4187 (init) -> 4176 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch galacticraftcore:grating26: 4186 (init) -> 4175 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch galacticraftcore:grating25: 4185 (init) -> 4174 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch galacticraftcore:grating24: 4184 (init) -> 4173 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch environmentaltech:lonsdaleite_slab: 3523 (init) -> 3512 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:pitstone_bricks: 3792 (init) -> 3781 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch quark:stone_granite_bricks_slab: 1432 (init) -> 1461 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:compacted_mud_slope: 3978 (init) -> 3967 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch quark:spruce_trapdoor: 1478 (init) -> 1355 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:amate_paper_pane_1: 3844 (init) -> 3833 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:amate_paper_pane_3: 3846 (init) -> 3835 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:amate_paper_pane_2: 3845 (init) -> 3834 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:weedwood_bush: 4055 (init) -> 4044 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch environmentaltech:modifier_resistance: 3594 (init) -> 3583 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch quark:prismarine_dark_stairs: 1419 (init) -> 1448 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch industrialforegoing:spores_recreator: 3652 (init) -> 3641 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch quark:duskbound_block_slab_double: 1457 (init) -> 1486 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:blue_eyed_grass: 4019 (init) -> 4008 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch environmentaltech:erodium_paver: 3441 (init) -> 3430 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch environmentaltech:pladium_tile_slab: 3484 (init) -> 3473 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch pneumaticcraft:pressure_tube: 2508 (init) -> 2505 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch environmentaltech:lonsdaleite_paver_slab_double: 3524 (init) -> 3513 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:weedwood_log_fence: 3908 (init) -> 3897 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:limestone_pillar: 3810 (init) -> 3799 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:bulb_capped_mushroom_cap: 4010 (init) -> 3999 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch environmentaltech:aethium_paver_slab_double: 3509 (init) -> 3498 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch galacticraftcore:grating99: 4259 (init) -> 4248 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch galacticraftcore:grating98: 4258 (init) -> 4247 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch galacticraftcore:grating97: 4257 (init) -> 4246 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch galacticraftcore:grating96: 4256 (init) -> 4245 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch galacticraftcore:grating95: 4255 (init) -> 4244 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch galacticraftcore:grating94: 4254 (init) -> 4243 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch galacticraftcore:grating93: 4253 (init) -> 4242 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch galacticraftcore:grating92: 4252 (init) -> 4241 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch galacticraftcore:grating91: 4251 (init) -> 4240 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch galacticraftcore:grating90: 4250 (init) -> 4239 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch environmentaltech:litherite_tile_slab: 3439 (init) -> 3428 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:pitstone_brick_wall: 3900 (init) -> 3889 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch galacticraftcore:grating89: 4249 (init) -> 4238 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch galacticraftcore:grating88: 4248 (init) -> 4237 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch galacticraftcore:grating87: 4247 (init) -> 4236 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch galacticraftcore:grating86: 4246 (init) -> 4235 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch galacticraftcore:grating85: 4245 (init) -> 4234 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch galacticraftcore:grating84: 4244 (init) -> 4233 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch galacticraftcore:grating83: 4243 (init) -> 4232 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch galacticraftcore:grating82: 4242 (init) -> 4231 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch galacticraftcore:grating81: 4241 (init) -> 4230 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch galacticraftcore:grating80: 4240 (init) -> 4229 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:betweenstone_brick_slab: 3866 (init) -> 3855 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch environmentaltech:laser_lens: 3566 (init) -> 3555 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:moss_bed: 4124 (init) -> 4113 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:moss: 4062 (init) -> 4051 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch quark:stained_clay_tiles_orange_slab: 1372 (init) -> 1401 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch pneumaticcraft:pressure_chamber_valve: 2515 (init) -> 2512 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:temple_brick_slab: 3865 (init) -> 3854 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch galacticraftcore:grating56: 4216 (init) -> 4205 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch galacticraftcore:grating55: 4215 (init) -> 4204 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch galacticraftcore:grating54: 4214 (init) -> 4203 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch galacticraftcore:grating53: 4213 (init) -> 4202 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch pneumaticcraft:assembly_laser: 2526 (init) -> 2523 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch galacticraftcore:grating52: 4212 (init) -> 4201 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch galacticraftcore:grating51: 4211 (init) -> 4200 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch galacticraftcore:grating50: 4210 (init) -> 4199 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch quark:stained_clay_tiles_brown_slab_double: 1395 (init) -> 1424 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:glowing_betweenstone_tile: 3780 (init) -> 3769 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch simplegenerators:fluid_combustion_simple: 4148 (init) -> 4137 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:mud_tiles: 3928 (init) -> 3917 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:leaves_weedwood_tree: 3748 (init) -> 3737 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch galacticraftcore:grating59: 4219 (init) -> 4208 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch galacticraftcore:grating58: 4218 (init) -> 4207 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch galacticraftcore:grating57: 4217 (init) -> 4206 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch galacticraftcore:grating45: 4205 (init) -> 4194 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch galacticraftcore:grating44: 4204 (init) -> 4193 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch galacticraftcore:grating43: 4203 (init) -> 4192 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch galacticraftcore:grating42: 4202 (init) -> 4191 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch galacticraftcore:grating41: 4201 (init) -> 4190 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch galacticraftcore:grating40: 4200 (init) -> 4189 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch quark:biotite_slab: 1490 (init) -> 1338 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch quark:midori_block_stairs: 1445 (init) -> 1474 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch quark:prismarine_dark_slab: 1420 (init) -> 1449 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:hanger: 4066 (init) -> 4055 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch galacticraftcore:grating49: 4209 (init) -> 4198 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch galacticraftcore:grating48: 4208 (init) -> 4197 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch galacticraftcore:grating47: 4207 (init) -> 4196 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch galacticraftcore:grating46: 4206 (init) -> 4195 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch galacticraftcore:grating78: 4238 (init) -> 4227 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch galacticraftcore:grating77: 4237 (init) -> 4226 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch galacticraftcore:grating76: 4236 (init) -> 4225 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch galacticraftcore:grating75: 4235 (init) -> 4224 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:smooth_betweenstone_wall: 3901 (init) -> 3890 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch galacticraftcore:grating74: 4234 (init) -> 4223 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch galacticraftcore:grating73: 4233 (init) -> 4222 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:animator: 4122 (init) -> 4111 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch galacticraftcore:grating72: 4232 (init) -> 4221 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch galacticraftcore:grating71: 4231 (init) -> 4220 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch galacticraftcore:grating70: 4230 (init) -> 4219 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:soft_rush: 4048 (init) -> 4037 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:mud_tower_beam_origin: 3942 (init) -> 3931 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch quark:stained_clay_tiles_purple_stairs: 1364 (init) -> 1393 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch galacticraftcore:grating79: 4239 (init) -> 4228 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch galacticraftcore:grating67: 4227 (init) -> 4216 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch galacticraftcore:grating66: 4226 (init) -> 4215 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch galacticraftcore:grating65: 4225 (init) -> 4214 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch galacticraftcore:grating64: 4224 (init) -> 4213 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch galacticraftcore:grating63: 4223 (init) -> 4212 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch galacticraftcore:grating62: 4222 (init) -> 4211 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch galacticraftcore:grating61: 4221 (init) -> 4210 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch quark:quartz_wall: 1345 (init) -> 1374 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch galacticraftcore:grating60: 4220 (init) -> 4209 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch galacticraftcore:grating69: 4229 (init) -> 4218 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch galacticraftcore:grating68: 4228 (init) -> 4217 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:rotten_planks: 3982 (init) -> 3971 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:cragrock_brick_wall: 3896 (init) -> 3885 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch betterwithmods:siding_ground: 1249 (init) -> 1250 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch environmentaltech:modifier_null: 3532 (init) -> 3521 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch quark:iron_button: 1472 (init) -> 1349 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:cragrock_stairs: 3814 (init) -> 3803 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:betweenstone_bricks: 3762 (init) -> 3751 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch quark:stained_clay_tiles_light_blue_slab: 1376 (init) -> 1405 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:cragrock: 3710 (init) -> 3699 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:giant_root_plank_door: 4097 (init) -> 4086 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:limestone_slab: 3870 (init) -> 3859 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch pneumaticcraft:fluid.etchacid: 2506 (init) -> 2554 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch industrialforegoing:if.pink_slime: 3677 (init) -> 3666 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch environmentaltech:solar_cell_kyronite: 3559 (init) -> 3548 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:arrow_arum: 4018 (init) -> 4007 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:thatch_roof: 4129 (init) -> 4118 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch industrialforegoing:hydrator: 3662 (init) -> 3651 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:sludgy_dirt: 3706 (init) -> 3695 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch davincisvessels:balloon: 3415 (init) -> 4321 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:loot_urn: 3948 (init) -> 3937 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch quark:stained_clay_tiles_green_slab: 1396 (init) -> 1425 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch storagenetwork:im_kabel: 4157 (init) -> 4146 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch environmentaltech:ionite_tiles: 3488 (init) -> 3477 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:tar_solid_slab: 3864 (init) -> 3853 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:rubber_tree_plank_fence: 3909 (init) -> 3898 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:nibbletwig_plank_door: 4099 (init) -> 4088 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch quark:duskbound_block_wall: 1458 (init) -> 1487 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch environmentaltech:kyronite_paver_slab: 3465 (init) -> 3454 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch industrialforegoing:ore_processor: 3648 (init) -> 3637 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:sapling_weedwood: 3741 (init) -> 3730 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch environmentaltech:aethium: 3500 (init) -> 3489 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch industrialforegoing:block_placer: 3638 (init) -> 3627 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:weedwood_barrel: 4120 (init) -> 4109 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch environmentaltech:modifier_invisibility: 3597 (init) -> 3586 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch davincisvessels:seat: 3417 (init) -> 4317 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:purifier: 4081 (init) -> 4070 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch environmentaltech:kyronite_tiles: 3458 (init) -> 3447 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch pneumaticcraft:kerosene_lamp: 2550 (init) -> 2547 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:smooth_pitstone_wall: 3892 (init) -> 3881 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch progressiontweaks:machine_frame: 3618 (init) -> 3607 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:flat_head_mushroom: 4002 (init) -> 3991 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch quark:prismarine_bricks_slab_double: 1418 (init) -> 1447 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch quark:stained_clay_tiles_orange_slab_double: 1373 (init) -> 1402 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:item_shelf: 3858 (init) -> 3847 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:pitstone_stairs: 3815 (init) -> 3804 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:hearthgrove_plank_slab: 3881 (init) -> 3870 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:volarpad: 4004 (init) -> 3993 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:scabyst_brick_stairs: 3829 (init) -> 3818 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch quark:stained_clay_tiles_magenta_stairs: 1356 (init) -> 1385 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:cracked_betweenstone_brick_wall: 3905 (init) -> 3894 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:weedwood_plank_button: 3922 (init) -> 3911 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch quark:stone_granite_stairs: 1404 (init) -> 1433 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:shoots: 4045 (init) -> 4034 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:dungeon_door_runes_mimic: 3950 (init) -> 3939 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch simplegenerators:soul_upgradable: 4145 (init) -> 4134 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:dungeon_door_runes: 3949 (init) -> 3938 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch pneumaticcraft:assembly_io_unit: 2523 (init) -> 2520 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch industrialforegoing:essence: 3670 (init) -> 3659 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch environmentaltech:modifier_water_breathing: 3596 (init) -> 3585 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch environmentaltech:ionite_brick_slab_double: 3496 (init) -> 3485 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch betterwithmods:siding_rock: 1247 (init) -> 1249 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:betweenstone_wall: 3889 (init) -> 3878 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch environmentaltech:pladium_brick_slab: 3482 (init) -> 3471 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch quark:duskbound_block_slab: 1456 (init) -> 1485 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch environmentaltech:litherite: 3425 (init) -> 3414 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:bladderwort_flower: 4031 (init) -> 4020 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:sulfur_torch: 4104 (init) -> 4093 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch quark:magma_bricks: 1449 (init) -> 1478 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch environmentaltech:litherite_tiles: 3428 (init) -> 3417 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch storagenetwork:ex_kabel: 4156 (init) -> 4145 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:nibbletwig_plank_stairs: 3855 (init) -> 3844 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch industrialforegoing:animal_independence_selector: 3627 (init) -> 3616 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch simplegenerators:geothermal_simple: 4146 (init) -> 4135 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:spreading_sludgy_dirt: 3707 (init) -> 3696 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch industrialforegoing:sewage_composter_solidifier: 3639 (init) -> 3628 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch pneumaticcraft:programmable_controller: 2546 (init) -> 2543 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch quark:stained_clay_tiles_gray_slab_double: 1385 (init) -> 1414 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch quark:stained_clay_tiles_red_slab_double: 1399 (init) -> 1428 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch environmentaltech:kyronite_slab_double: 3462 (init) -> 3451 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:log_nibbletwig: 3737 (init) -> 3726 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch environmentaltech:pladium_paver: 3471 (init) -> 3460 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:sapling_hearthgrove: 3744 (init) -> 3733 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:tall_cattail: 4052 (init) -> 4041 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch environmentaltech:void_res_miner_cont_2: 3577 (init) -> 3566 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch environmentaltech:void_res_miner_cont_1: 3576 (init) -> 3565 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:temple_bricks: 3831 (init) -> 3820 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch environmentaltech:void_res_miner_cont_6: 3581 (init) -> 3570 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch environmentaltech:void_res_miner_cont_5: 3580 (init) -> 3569 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch environmentaltech:void_res_miner_cont_4: 3579 (init) -> 3568 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch environmentaltech:void_res_miner_cont_3: 3578 (init) -> 3567 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:log_rotten_bark_carved_1: 3959 (init) -> 3948 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:log_rotten_bark_carved_3: 3961 (init) -> 3950 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:log_rotten_bark_carved_2: 3960 (init) -> 3949 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:log_rotten_bark_carved_5: 3963 (init) -> 3952 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:bottle_brush_grass: 4022 (init) -> 4011 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:log_rotten_bark_carved_4: 3962 (init) -> 3951 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:broomsedge: 4023 (init) -> 4012 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:tall_sludgecreep: 4047 (init) -> 4036 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch betterwithmods:moulding_ground: 1254 (init) -> 1255 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:poison_ivy: 4014 (init) -> 4003 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:log_rotten_bark_carved_7: 3965 (init) -> 3954 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:log_rotten_bark_carved_6: 3964 (init) -> 3953 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:log_rotten_bark_carved_9: 3967 (init) -> 3956 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:scabyst_trapdoor: 4111 (init) -> 4100 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:log_rotten_bark_carved_8: 3966 (init) -> 3955 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:infuser: 4116 (init) -> 4105 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch environmentaltech:modifier_glowing: 3602 (init) -> 3591 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch environmentaltech:kyronite_bricks: 3457 (init) -> 3446 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:angry_betweenstone: 3761 (init) -> 3750 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch pneumaticcraft:elevator_caller: 2537 (init) -> 2534 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:polished_limestone_wall: 3899 (init) -> 3888 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch quark:sandstone_wall: 1341 (init) -> 1370 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch environmentaltech:erodium_tile_stairs: 3446 (init) -> 3435 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:boneset: 4021 (init) -> 4010 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:mud_brick_shingle_wall: 3885 (init) -> 3874 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:decay_pit_hanging_chain: 3988 (init) -> 3977 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:swamp_grass: 3715 (init) -> 3704 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:mud_brick_shingle_stairs: 3884 (init) -> 3873 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch quark:magma_bricks_slab: 1451 (init) -> 1480 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch industrialforegoing:black_hole_label: 3680 (init) -> 3669 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch quark:charred_nether_brick_slab: 1427 (init) -> 1456 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:pitstone_chiseled: 3768 (init) -> 3757 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:cragrock_pillar: 3811 (init) -> 3800 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch environmentaltech:erodium_bricks: 3442 (init) -> 3431 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:smooth_betweenstone_stairs: 3823 (init) -> 3812 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch environmentaltech:aethium_stairs: 3504 (init) -> 3493 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:mossy_smooth_betweenstone_wall: 3904 (init) -> 3893 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch pneumaticcraft:compressed_iron_block: 2528 (init) -> 2525 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch environmentaltech:modifier_fire_resistance: 3595 (init) -> 3584 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:puddle: 3731 (init) -> 3720 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch environmentaltech:aethium_brick_stairs: 3505 (init) -> 3494 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:swamp_reed_underwater: 4050 (init) -> 4039 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:weedwood_plank_fence_gate: 3913 (init) -> 3902 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:giant_root: 4017 (init) -> 4006 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:string_roots: 4059 (init) -> 4048 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:compacted_mud_slab: 3979 (init) -> 3968 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:syrmorite_pressure_plate: 3921 (init) -> 3910 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch industrialforegoing:lava_fabricator: 3643 (init) -> 3632 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:log_sap: 3740 (init) -> 3729 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch environmentaltech:erodium_paver_slab: 3450 (init) -> 3439 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch environmentaltech:aethium_tiles: 3503 (init) -> 3492 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch environmentaltech:kyronite_paver: 3456 (init) -> 3445 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch quark:stone_diorite_bricks_slab: 1435 (init) -> 1464 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch quark:stained_clay_tiles_silver_slab: 1386 (init) -> 1415 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:mud: 3704 (init) -> 3693 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch environmentaltech:erodium_slab_double: 3447 (init) -> 3436 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:betweenlands_bedrock: 3701 (init) -> 3690 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:nibbletwig_plank_slab: 3882 (init) -> 3871 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch pneumaticcraft:aphorism_tile: 2534 (init) -> 2531 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:scabyst_pitstone_horizontal: 3773 (init) -> 3762 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch quark:stained_clay_tiles_green_stairs: 1367 (init) -> 1396 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:sludgecreep: 4046 (init) -> 4035 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:worm_dungeon_pillar: 3926 (init) -> 3915 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:pale_grass: 4060 (init) -> 4049 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch environmentaltech:solar_cell_litherite: 3557 (init) -> 3546 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:stalactite: 3727 (init) -> 3716 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:rotten_plank_fence: 3985 (init) -> 3974 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:edge_moss: 3940 (init) -> 3929 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch quark:charred_nether_brick_stairs: 1426 (init) -> 1455 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch industrialforegoing:villager_trade_exchanger: 3657 (init) -> 3646 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch davincisvessels:marker: 3413 (init) -> 4315 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:mud_brick_slab: 3867 (init) -> 3856 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch quark:stained_clay_tiles_white_slab: 1370 (init) -> 1399 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch modularmachinery:blockenergyoutputhatch: 3688 (init) -> 3677 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch pneumaticcraft:assembly_controller: 2527 (init) -> 2524 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch quark:soul_sandstone_slab: 1460 (init) -> 1489 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch quark:midori_block: 1443 (init) -> 1472 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:bog_bean_flower: 4033 (init) -> 4022 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:nibbletwig_plank_fence: 3912 (init) -> 3901 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch industrialforegoing:animal_byproduct_recolector: 3640 (init) -> 3629 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:gecko_cage: 4115 (init) -> 4104 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch environmentaltech:ionite_slab: 3493 (init) -> 3482 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch betterwithmods:moulding_wood: 1255 (init) -> 1252 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch quark:prismarine_rough_wall: 1346 (init) -> 1375 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch quark:hardened_clay_tiles_stairs: 1350 (init) -> 1379 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch environmentaltech:nano_cont_personal_4: 3612 (init) -> 3601 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch environmentaltech:nano_cont_personal_3: 3611 (init) -> 3600 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch environmentaltech:nano_cont_personal_2: 3610 (init) -> 3599 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch environmentaltech:nano_cont_personal_1: 3609 (init) -> 3598 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch environmentaltech:nano_cont_personal_6: 3614 (init) -> 3603 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch environmentaltech:nano_cont_personal_5: 3613 (init) -> 3602 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch pneumaticcraft:liquid_compressor: 2541 (init) -> 2538 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch davincisvessels:floater: 3414 (init) -> 4318 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:weeping_blue: 3998 (init) -> 3987 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch quark:stained_clay_tiles_silver_slab_double: 1387 (init) -> 1416 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:decay_pit_ground_chain: 3989 (init) -> 3978 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:sulfur_ore: 3719 (init) -> 3708 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:sapling_sap: 3742 (init) -> 3731 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:weedwood_jukebox: 4084 (init) -> 4073 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch environmentaltech:erodium_tile_slab: 3454 (init) -> 3443 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch environmentaltech:ionite_bricks: 3487 (init) -> 3476 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch industrialforegoing:material_stonework_factory: 3654 (init) -> 3643 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch quark:stained_clay_tiles_gray_stairs: 1361 (init) -> 1390 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:syrmorite_barrel: 4121 (init) -> 4110 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:rubber_tree_plank_trapdoor: 4106 (init) -> 4095 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch simplegenerators:combustion_upgradable: 4137 (init) -> 4126 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:cragrock_wall: 3895 (init) -> 3884 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:pickerel_weed: 4043 (init) -> 4032 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch quark:charred_nether_bricks: 1425 (init) -> 1454 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch quark:stone_andesite_wall: 1340 (init) -> 1369 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch quark:stained_clay_tiles_yellow_slab_double: 1379 (init) -> 1408 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:smooth_pitstone_slab: 3863 (init) -> 3852 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:tree_portal: 4078 (init) -> 4067 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:temple_pillar: 3807 (init) -> 3796 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:hearthgrove_plank_fence_gate: 3917 (init) -> 3906 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:mud_brick_slab_decay_4: 3938 (init) -> 3927 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch quark:stained_clay_tiles_lime_stairs: 1359 (init) -> 1388 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:mud_brick_slab_decay_2: 3936 (init) -> 3925 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:mud_brick_slab_decay_3: 3937 (init) -> 3926 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch quark:red_nether_brick_stairs: 1422 (init) -> 1451 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:mud_brick_slab_decay_1: 3935 (init) -> 3924 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch quark:stained_clay_tiles_purple_slab_double: 1391 (init) -> 1420 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch environmentaltech:litherite_slab_double: 3432 (init) -> 3421 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch pneumaticcraft:assembly_drill: 2525 (init) -> 2522 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:decay_pit_invisible_floor_block: 3990 (init) -> 3979 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch quark:polished_stone: 1336 (init) -> 1365 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:tar_solid_wall: 3890 (init) -> 3879 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch environmentaltech:mica: 3530 (init) -> 3519 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch quark:stone_wall: 1337 (init) -> 1366 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:druid_stone_2: 3696 (init) -> 3685 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:druid_stone_3: 3697 (init) -> 3686 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:giant_root_plank_trapdoor: 4108 (init) -> 4097 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:druid_stone_1: 3695 (init) -> 3684 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:druid_stone_6: 3700 (init) -> 3689 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch quark:turf_slab: 1464 (init) -> 1493 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:druid_stone_4: 3698 (init) -> 3687 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:druid_stone_5: 3699 (init) -> 3688 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch industrialforegoing:meat: 3672 (init) -> 3661 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch environmentaltech:ionite_stairs: 3489 (init) -> 3478 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch industrialforegoing:block_destroyer: 3637 (init) -> 3626 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:swamp_water: 3691 (init) -> 3680 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch industrialforegoing:fluid_pump: 3664 (init) -> 3653 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:polished_limestone_stairs: 3825 (init) -> 3814 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:sulfur_furnace: 4085 (init) -> 4074 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:mob_spawner: 3806 (init) -> 3795 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch environmentaltech:modifier_regeneration: 3593 (init) -> 3582 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch environmentaltech:kyronite_paver_slab_double: 3464 (init) -> 3453 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch environmentaltech:lonsdaleite_brick_stairs: 3520 (init) -> 3509 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:mud_tower_beam_lens_supports: 3945 (init) -> 3934 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:betweenstone_brick_stairs: 3817 (init) -> 3806 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:leaves_spirit_tree_bottom: 3755 (init) -> 3744 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch environmentaltech:pladium: 3470 (init) -> 3459 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:repeller: 4131 (init) -> 4120 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch pneumaticcraft:security_station: 2530 (init) -> 2527 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:octine_block: 3797 (init) -> 3786 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch industrialforegoing:black_hole_controller_reworked: 3650 (init) -> 3639 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:edge_shroom: 3939 (init) -> 3928 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch environmentaltech:aethium_brick_slab_double: 3511 (init) -> 3500 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:weedwood_plank_slab: 3878 (init) -> 3867 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch industrialforegoing:potion_enervator: 3626 (init) -> 3615 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch quark:stone_diorite_slab: 1408 (init) -> 1437 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch industrialforegoing:crop_sower: 3629 (init) -> 3618 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:scabyst_brick_wall: 3906 (init) -> 3895 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch simplegenerators:geothermal_upgradable: 4147 (init) -> 4136 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch environmentaltech:structure_frame_6: 3540 (init) -> 3529 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch environmentaltech:structure_frame_4: 3538 (init) -> 3527 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch environmentaltech:structure_frame_5: 3539 (init) -> 3528 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch environmentaltech:structure_frame_2: 3536 (init) -> 3525 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch environmentaltech:structure_frame_3: 3537 (init) -> 3526 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:syrmorite_rubber_tap: 4091 (init) -> 4080 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch quark:stained_clay_tiles_blue_stairs: 1365 (init) -> 1394 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch quark:soul_sandstone_slab_double: 1461 (init) -> 1490 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch industrialforegoing:laser_base: 3646 (init) -> 3635 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch quark:magma_bricks_stairs: 1450 (init) -> 1479 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:present: 3996 (init) -> 3985 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:wall_weedwood_sign: 4103 (init) -> 4092 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch industrialforegoing:item_splitter: 3667 (init) -> 3656 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch pneumaticcraft:pressure_chamber_glass: 2514 (init) -> 2511 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:rubber: 3694 (init) -> 3683 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:limestone: 3712 (init) -> 3701 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch environmentaltech:aethium_bricks: 3502 (init) -> 3491 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch environmentaltech:lonsdaleite_brick_slab_double: 3526 (init) -> 3515 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch environmentaltech:structure_frame_1: 3535 (init) -> 3524 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch quark:purpur_block_wall: 1347 (init) -> 1376 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch environmentaltech:litherite_paver: 3426 (init) -> 3415 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch environmentaltech:aethium_brick_slab: 3512 (init) -> 3501 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:bulb_capped_mushroom_stalk: 4011 (init) -> 4000 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:mud_tower_brazier: 3987 (init) -> 3976 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch environmentaltech:litherite_tile_stairs: 3431 (init) -> 3420 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch simplegenerators:soul_simple: 4144 (init) -> 4133 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:decay_pit_invisible_floor_block_l_2: 3994 (init) -> 3983 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch environmentaltech:pladium_paver_slab: 3480 (init) -> 3469 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:decay_pit_invisible_floor_block_l_1: 3993 (init) -> 3982 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch environmentaltech:kyronite_tile_stairs: 3461 (init) -> 3450 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch environmentaltech:erodium_stairs: 3444 (init) -> 3433 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch simplegenerators:nether_upgradable: 4143 (init) -> 4132 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch environmentaltech:pladium_paver_slab_double: 3479 (init) -> 3468 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch storagenetwork:kabel: 4154 (init) -> 4143 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:giant_root_plank_fence_gate: 3916 (init) -> 3905 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:rubber_tree_plank_door: 4096 (init) -> 4085 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:smooth_pitstone: 3832 (init) -> 3821 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch quark:end_bricks_slab: 1414 (init) -> 1443 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:rotten_plank_stairs: 3984 (init) -> 3973 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:thatch_slab: 3886 (init) -> 3875 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch industrialforegoing:fluid_crafter: 3665 (init) -> 3654 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:scabyst_bricks: 3774 (init) -> 3763 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch industrialforegoing:sludge: 3675 (init) -> 3664 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch environmentaltech:erodium_tile_slab_double: 3453 (init) -> 3442 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:aspectrus_crop: 4069 (init) -> 4058 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch quark:stained_clay_tiles_purple_slab: 1390 (init) -> 1419 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:edge_leaf: 3941 (init) -> 3930 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch environmentaltech:solar_cell_erodium: 3558 (init) -> 3547 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:nettle_flowered: 4042 (init) -> 4031 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:nibbletwig_plank_fence_gate: 3918 (init) -> 3907 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch davincisvessels:securedbed: 3423 (init) -> 4322 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch environmentaltech:litherite_brick_slab_double: 3436 (init) -> 3425 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch modularmachinery:blockenergyinputhatch: 3687 (init) -> 3676 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch quark:stone_andesite_stairs: 1410 (init) -> 1439 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch thebetweenlands:smooth_cragrock_wall: 3902 (init) -> 3891 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch quark:ender_watcher: 1474 (init) -> 1351 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch quark:stained_clay_tiles_magenta_slab_double: 1375 (init) -> 1404 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch quark:midori_block_wall: 1448 (init) -> 1477 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch quark:stained_clay_tiles_pink_stairs: 1360 (init) -> 1389 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch industrialforegoing:animal_resource_harvester: 3634 (init) -> 3623 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch environmentaltech:pladium_slab: 3478 (init) -> 3467 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch davincisvessels:gauge: 3416 (init) -> 4323 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch environmentaltech:ionite_tile_slab: 3499 (init) -> 3488 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch thebetweenlands:dark_druid: 265 (init) -> 262 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch pneumaticcraft:harvesting_drone: 502 (init) -> 499 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch bloodmagic:meteor: 491 (init) -> 488 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch extraplanets:extraplanets.firebombprimed: 579 (init) -> 572 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch twilightforest:falling_ice: 441 (init) -> 438 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch emberroot:rootsonespriteling: 214 (init) -> 211 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch galacticraftcore:gcflag: 556 (init) -> 549 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch totemic:buffalo: 511 (init) -> 504 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch primal:gator: 521 (init) -> 514 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch nex:brute: 259 (init) -> 256 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch thebetweenlands:peat_mummy: 295 (init) -> 292 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch nex:salamander: 250 (init) -> 247 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch beneath:hand: 362 (init) -> 359 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch farmingforblockheads:merchant: 498 (init) -> 495 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch fat_cat:fat_cat: 224 (init) -> 221 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch immersiveengineering:skylinehook: 533 (init) -> 526 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch cyclicmagic:ender_eye_orb: 463 (init) -> 460 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch extraplanets:extraplanets.entitytier8rocket: 588 (init) -> 581 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch galacticraftcore:evolved_enderman: 551 (init) -> 544 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch quark:leash_knot: 170 (init) -> 173 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch twilightforest:lich_bolt: 432 (init) -> 429 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch twilightforest:squirrel: 387 (init) -> 384 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch simpleplanes:helicopter: 508 (init) -> 601 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch thebetweenlands:lurker_skin_raft: 331 (init) -> 328 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch twilightforest:lich_bomb: 436 (init) -> 433 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch galacticraftplanets:landing_balloons: 567 (init) -> 560 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch extraplanets:entitygenerallander: 595 (init) -> 588 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch thebetweenlands:fortress_boss_blockade: 305 (init) -> 302 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch twilightforest:king_spider: 402 (init) -> 399 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch twilightforest:yeti: 415 (init) -> 412 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch extraplanets:extraplanets.evolvedmagmacubeboss: 596 (init) -> 589 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch immersiveengineering:revolvershotwolfpack: 535 (init) -> 528 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch thebetweenlands:flame_jet: 347 (init) -> 344 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch twilightforest:knight_phantom: 414 (init) -> 411 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch extraplanets:extraplanets.evolvedfirebatboss: 597 (init) -> 590 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch thebetweenlands:angler: 266 (init) -> 263 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch thebetweenlands:fortress_boss_turret: 307 (init) -> 304 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch extraplanets:extraplanets.nuclearbombprimed: 578 (init) -> 571 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch immersivepetroleum:speedboat: 227 (init) -> 224 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch twilightforest:boggard: 449 (init) -> 446 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch primal:bottle: 527 (init) -> 520 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch galacticraftcore:buggy: 555 (init) -> 548 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch galacticraftcore:rocket_t1: 553 (init) -> 546 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch jaff:clownfish: 234 (init) -> 231 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch tconstruct:shuriken: 454 (init) -> 451 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch twilightforest:armored_giant: 424 (init) -> 421 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch primal:ovis_atre: 516 (init) -> 509 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch car:car_transporter: 543 (init) -> 536 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch twilightforest:snow_guardian: 418 (init) -> 415 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch emberroot:rootsonespriteprojectile: 215 (init) -> 212 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch twilightforest:wand_bolt: 433 (init) -> 430 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch davincisvessels:parachute: 193 (init) -> 600 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch pneumaticcraft:ring: 505 (init) -> 502 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch nex:ghastling_fireball: 244 (init) -> 241 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch bloodmagic:soul_arrow: 490 (init) -> 487 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch immersiveengineering:revolvershotflare: 538 (init) -> 531 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch mysticalagriculture:supremium_arrow: 242 (init) -> 239 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch thebetweenlands:emberling: 349 (init) -> 346 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch twilightforest:helmet_crab: 413 (init) -> 410 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch nex:mogus: 249 (init) -> 246 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch thebetweenlands:tarminion: 296 (init) -> 293 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch natura:imp: 477 (init) -> 474 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch extraplanets:extraplanets.entityjupiterlander: 583 (init) -> 576 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch thebetweenlands:rope_node: 298 (init) -> 295 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch twilightforest:hydra_head: 430 (init) -> 427 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch twilightforest:quest_ram: 390 (init) -> 387 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch twilightforest:slider: 448 (init) -> 445 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch thebetweenlands:ash_sprite: 338 (init) -> 335 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch thebetweenlands:blind_cave_fish: 283 (init) -> 280 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch cyclicmagic:magicnetempty: 469 (init) -> 466 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch nex:ember: 252 (init) -> 249 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch enderutilities:endermanfighter: 221 (init) -> 218 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch extraplanets:extraplanets.evolvedghastboss: 598 (init) -> 591 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch twilightforest:unstable_ice_core: 420 (init) -> 417 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch primal:canis_campestris: 517 (init) -> 510 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch twilightforest:redcap_sapper: 400 (init) -> 397 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch thebetweenlands:sword_energy: 286 (init) -> 283 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch primal:hook: 523 (init) -> 516 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch thebetweenlands:crypt_crawler: 336 (init) -> 333 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch simpleplanes:large_plane: 507 (init) -> 604 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch progressiontweaks:spear: 225 (init) -> 222 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch thebetweenlands:wall_living_root: 335 (init) -> 332 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch galacticraftplanets:entry_pod: 572 (init) -> 565 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch stevescarts:cake: 360 (init) -> 357 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch twilightforest:lich: 382 (init) -> 379 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch thebetweenlands:swamp_hag: 268 (init) -> 265 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch thebetweenlands:emberling_shaman: 346 (init) -> 343 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch emberroot:enderminy: 209 (init) -> 206 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch thebetweenlands:spirit_tree_face_large: 318 (init) -> 315 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch cyclicmagic:woolbolt: 467 (init) -> 464 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch twilightforest:fire_beetle: 396 (init) -> 393 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch integrateddynamics:entityitemtargetted: 229 (init) -> 226 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch quark:flat_item_frame: 169 (init) -> 172 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch thebetweenlands:lurker: 279 (init) -> 276 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch simpleplanes:mega_plane: 509 (init) -> 598 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch galacticraftplanets:creeper_boss: 564 (init) -> 557 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch natura:nitrocreeper: 480 (init) -> 477 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch tconstruct:blueslime: 450 (init) -> 447 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch emberroot:rainbowslime: 197 (init) -> 194 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch thebetweenlands:spore_jet: 313 (init) -> 310 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch magma_monsters:magma_monster_grunt: 237 (init) -> 234 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch thebetweenlands:predator_arrow_guide: 325 (init) -> 322 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch twilightforest:seeker_arrow: 443 (init) -> 440 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch galacticraftplanets:small_asteroid: 569 (init) -> 562 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch extraplanets:extraplanets.entitymarsrover: 593 (init) -> 586 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch twilightforest:tower_golem: 406 (init) -> 403 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch twilightforest:ice_snowball: 445 (init) -> 442 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch trumpetskeleton:trumpet_skeleton: 515 (init) -> 508 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch nex:wight: 251 (init) -> 248 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch yoyos:yoyo_chaser: 370 (init) -> 367 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch thebetweenlands:sludge_ball: 312 (init) -> 309 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch natura:babyheatscarspider: 479 (init) -> 476 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch rustic:chair: 264 (init) -> 261 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch totemic:bald_eagle: 514 (init) -> 507 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch pneumaticcraft:drone: 500 (init) -> 497 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch thebetweenlands:decay_pit_target: 339 (init) -> 336 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch thebetweenlands:tiny_worm_egg_sac: 329 (init) -> 326 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch twilightforest:blockchain_goblin: 410 (init) -> 407 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch twilightforest:adherent: 427 (init) -> 424 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch emberroot:rootsonespriteboss: 217 (init) -> 214 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch thebetweenlands:spirit_tree_face_small: 317 (init) -> 314 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch thebetweenlands:gas_cloud: 289 (init) -> 286 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch bloodmagic:corrupted_spider: 497 (init) -> 494 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch emberroot:dire_wolf: 206 (init) -> 203 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch extraplanets:extraplanets.evolvedsnowmanboss: 600 (init) -> 593 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch thebetweenlands:pyrad: 293 (init) -> 290 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch galacticraftcore:evolved_skeleton_boss: 549 (init) -> 542 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch twilightforest:castle_guardian: 429 (init) -> 426 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch thebetweenlands:blood_snail: 274 (init) -> 271 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch progressiontweaks:tomahawk: 226 (init) -> 223 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch tconstruct:throwball: 456 (init) -> 453 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch vc:entity_thrown_airship: 363 (init) -> 360 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch galacticraftcore:meteor_chunk: 559 (init) -> 552 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch mysticalagriculture:superium_arrow: 241 (init) -> 238 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch thebetweenlands:sludge_jet: 340 (init) -> 337 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch galacticraftcore:evolved_skeleton: 548 (init) -> 541 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch nex:pigtificate: 247 (init) -> 244 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch emberroot:rainbow_golem: 199 (init) -> 196 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch twilightforest:kobold: 391 (init) -> 388 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch emberroot:creeper: 202 (init) -> 198 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch yoyos:yoyo: 368 (init) -> 365 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch thebetweenlands:tiny_sludge_worm: 327 (init) -> 324 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch galacticraftplanets:rocket_cargo: 568 (init) -> 561 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch primal:rock: 524 (init) -> 517 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch twilightforest:ice_crystal: 425 (init) -> 422 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch thebetweenlands:spike_wave: 321 (init) -> 318 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch thebetweenlands:large_sludge_worm: 328 (init) -> 325 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch twilightforest:lich_minion: 384 (init) -> 381 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch galacticraftplanets:astro_miner: 573 (init) -> 566 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch thebetweenlands:volatile_soul: 290 (init) -> 287 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch extraplanets:extraplanets.entityneptunelander: 589 (init) -> 582 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch extraplanets:extraplanets.entitytier5rocket: 582 (init) -> 575 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch thebetweenlands:barrishee: 337 (init) -> 334 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch thebetweenlands:dragonfly: 273 (init) -> 270 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch thebetweenlands:sludge: 267 (init) -> 264 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch tconstruct:bolt: 453 (init) -> 450 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch galacticraftplanets:juicer: 574 (init) -> 567 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch thebetweenlands:tar_beast: 291 (init) -> 288 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch twilightforest:raven: 389 (init) -> 386 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch galacticraftplanets:slimeling: 563 (init) -> 556 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch immersiveengineering:explosive: 539 (init) -> 532 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch extraplanets:extraplanets.entitytier6rocket: 584 (init) -> 577 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch thebetweenlands:frog: 285 (init) -> 282 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch thebetweenlands:firefly: 270 (init) -> 267 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch cyclicmagic:magic_missile: 471 (init) -> 468 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch astikorcarts:cargocart: 485 (init) -> 482 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch extraplanets:extraplanets.entitytier10rocket: 591 (init) -> 584 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch thebetweenlands:termite: 281 (init) -> 278 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch mekanism:balloon: 474 (init) -> 471 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch thebetweenlands:fortress_boss_teleporter: 308 (init) -> 305 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch galacticraftcore:evolved_spider: 545 (init) -> 538 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch galacticraftplanets:grapple_hook: 570 (init) -> 563 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch immersiveengineering:fluorescenttube: 540 (init) -> 533 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch bloodmagic:corrupted_zombie: 494 (init) -> 491 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch emberroot:rootsonespritegreater: 216 (init) -> 213 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch emberroot:entityowlegg: 205 (init) -> 202 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch bloodmagic:soul_snare: 489 (init) -> 486 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch car:car_wood: 541 (init) -> 534 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch emberroot:witherwitch: 208 (init) -> 205 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch pneumaticcraft:tumbling_block: 504 (init) -> 501 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch totemic:baykok: 512 (init) -> 505 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch bloodmagic:blood_light: 488 (init) -> 485 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch thebetweenlands:chiromaw: 284 (init) -> 281 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch sev_tweaks_npc:puke: 357 (init) -> 354 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch twilightforest:goblin_knight_lower: 412 (init) -> 409 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch extraplanets:extraplanets.entitymercurylander: 581 (init) -> 574 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch playerskins:playermob: 262 (init) -> 259 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch twilightforest:charm_effect: 439 (init) -> 436 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch thebetweenlands:splodeshroom: 344 (init) -> 341 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch primal:mud: 525 (init) -> 518 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch twilightforest:ur_ghast: 409 (init) -> 406 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch thebetweenlands:sludge_menace_multipart_dummy: 353 (init) -> 350 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch extraplanets:extraplanets.entitytier4rocket: 580 (init) -> 573 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch mekanism:robit: 473 (init) -> 470 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch thebetweenlands:tiny_sludge_worm_helper: 330 (init) -> 327 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch galacticraftcore:celestial_screen: 560 (init) -> 553 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch stevescarts:cart.0: 358 (init) -> 355 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch emberroot:deers: 194 (init) -> 191 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch immersiveengineering:chemthrowershot: 536 (init) -> 529 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch mysticalagriculture:intermedium_arrow: 240 (init) -> 237 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch twilightforest:redcap: 374 (init) -> 371 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch twilightforest:winter_wolf: 417 (init) -> 414 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch enderutilities:fallingblock: 223 (init) -> 220 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch thebetweenlands:mummy_arm: 301 (init) -> 298 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch thebetweenlands:snail_poison_jet: 278 (init) -> 275 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch emberroot:sprouts: 195 (init) -> 192 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch bloodmagic:corrupted_sheep: 495 (init) -> 492 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch thebetweenlands:moving_wall: 348 (init) -> 345 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch twilightforest:naga: 376 (init) -> 373 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch jarm:raft: 230 (init) -> 227 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch thebetweenlands:fortress_boss_projectile: 306 (init) -> 303 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch twilightforest:snow_queen: 421 (init) -> 418 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch thebetweenlands:wild_emberling: 350 (init) -> 347 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch emberroot:timberwolf: 212 (init) -> 209 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch twilightforest:stable_ice_core: 419 (init) -> 416 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch thebetweenlands:root_grabber: 322 (init) -> 319 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch twilightforest:giant_miner: 423 (init) -> 420 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch primal:arrow: 526 (init) -> 519 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch pneumaticcraft:micromissile: 503 (init) -> 500 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch actuallyadditions:worm: 531 (init) -> 524 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch thebetweenlands:shockwave_sword_item: 287 (init) -> 284 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch jaff:cod: 232 (init) -> 229 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch realdrops:item_loot: 355 (init) -> 352 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch enderutilities:enderarrow: 219 (init) -> 216 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch thebetweenlands:shambler: 332 (init) -> 329 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch nex:ghast_queen_fireball: 243 (init) -> 240 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch tconstruct:indestructible: 451 (init) -> 448 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch vc:entity_bomb_scatter: 367 (init) -> 364 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch vc:entity_bomb_small: 365 (init) -> 362 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch twilightforest:moonworm_shot: 437 (init) -> 434 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch jaff:iron_fish_hook: 231 (init) -> 228 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch thebetweenlands:small_sludge_worm: 326 (init) -> 323 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch twilightforest:penguin: 383 (init) -> 380 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch twilightforest:harbinger_cube: 426 (init) -> 423 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch twilightforest:hedge_spider: 380 (init) -> 377 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch emberroot:skeleton_frozen: 218 (init) -> 215 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch thebetweenlands:gallery_frame: 351 (init) -> 348 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch quark:ashen: 173 (init) -> 170 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch nex:gold_golem: 248 (init) -> 245 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch quark:dweller: 172 (init) -> 169 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch primal:bear_black: 519 (init) -> 512 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch twilightforest:nature_bolt: 431 (init) -> 428 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch cyclicmagic:frostbolt: 470 (init) -> 467 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch twilightforest:wraith: 379 (init) -> 376 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch simpleplanes:plane: 506 (init) -> 603 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch emberroot:owl: 203 (init) -> 199 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch twilightforest:mini_ghast: 404 (init) -> 401 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch twilightforest:troll: 422 (init) -> 419 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch galacticraftcore:evolved_zombie: 546 (init) -> 539 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch twilightforest:thrown_ice: 442 (init) -> 439 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch totemic:invis_arrow: 513 (init) -> 506 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch astikorcarts:mobcart: 487 (init) -> 484 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch thebetweenlands:mire_snail: 275 (init) -> 272 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch emberroot:hero: 201 (init) -> 197 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch thebetweenlands:mire_snail_egg: 276 (init) -> 273 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch extraplanets:extraplanets.entitytier7rocket: 586 (init) -> 579 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch immersiveengineering:railgunshot: 537 (init) -> 530 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch thebetweenlands:silt_crab: 292 (init) -> 289 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch emberroot:rootsonesprite: 213 (init) -> 210 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch thebetweenlands:sporeling: 271 (init) -> 268 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch nex:spore_creeper: 255 (init) -> 252 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch thebetweenlands:multipart_dummy: 354 (init) -> 351 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch thebetweenlands:sap_spit: 320 (init) -> 317 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch industrialforegoing:pink_slime: 228 (init) -> 225 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch twilightforest:tome_bolt: 434 (init) -> 431 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch mekanism:flame: 476 (init) -> 473 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch cyclicmagic:magicnetfull: 468 (init) -> 465 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch twilightforest:mosquito_swarm: 392 (init) -> 389 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch thebetweenlands:toad: 282 (init) -> 279 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch playerbosses:player_boss: 261 (init) -> 258 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch twilightforest:tower_ghast: 405 (init) -> 402 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch thebetweenlands:moving_spawner_hole: 334 (init) -> 331 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch stevescarts:egg: 359 (init) -> 356 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch twilightforest:thrown_wep: 440 (init) -> 437 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch enderutilities:chair: 222 (init) -> 219 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch galacticraftplanets:entry_pod_venus: 576 (init) -> 569 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch galacticraftplanets:spider_queen: 575 (init) -> 568 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch appliedenergistics2:appeng.entity.entitychargedquartz: 484 (init) -> 481 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch extraplanets:extraplanets.entitsaturnlander: 585 (init) -> 578 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch nex:ghastling: 257 (init) -> 254 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch mekanism:babyskeleton: 475 (init) -> 472 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch appliedenergistics2:appeng.entity.entitygrowingcrystal: 482 (init) -> 479 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch thebetweenlands:shockwave_block: 288 (init) -> 285 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch twilightforest:slime_beetle: 397 (init) -> 394 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch nex:nethermite: 253 (init) -> 250 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch vc:entity_bomb_big: 366 (init) -> 363 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch galacticraftcore:evolved_creeper: 547 (init) -> 540 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch galacticraftplanets:projectile_tnt: 566 (init) -> 559 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch mysticalagriculture:prudentium_arrow: 239 (init) -> 236 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch galacticraftplanets:web_shot: 577 (init) -> 570 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch extraplanets:extraplanets.evolvedgiantzombieboss: 602 (init) -> 595 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch twilightforest:deer: 373 (init) -> 370 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch twilightforest:minotaur: 394 (init) -> 391 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch twilightforest:skeleton_druid: 377 (init) -> 374 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch extraplanets:extraplanets.evolvedspacemanboss: 601 (init) -> 594 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch thebetweenlands:root_sprite: 324 (init) -> 321 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch quark:glass_item_frame: 171 (init) -> 174 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch jaff:salmon: 233 (init) -> 230 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch twilightforest:wild_boar: 371 (init) -> 368 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch thebetweenlands:dreadful_mummy: 311 (init) -> 308 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch bloodmagic:corrupted_chicken: 496 (init) -> 493 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch twilightforest:bunny: 388 (init) -> 385 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch primal:fire_proof: 530 (init) -> 523 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch primal:creeper_nether: 520 (init) -> 513 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch thebetweenlands:wight: 269 (init) -> 266 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch nex:ghast_queen: 260 (init) -> 257 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch primal:shark_hammerhead: 522 (init) -> 515 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch nex:spinout: 254 (init) -> 251 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch extraplanets:extraplanets.entitytier9rocket: 590 (init) -> 583 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch immersiveengineering:revolvershothoming: 534 (init) -> 527 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch cyclicmagic:golddropperminecart: 460 (init) -> 457 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch twilightforest:hydra_mortar: 435 (init) -> 432 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch twilightforest:mist_wolf: 401 (init) -> 398 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch galacticraftcore:meteor: 554 (init) -> 547 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch twilightforest:death_tome: 393 (init) -> 390 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch cyclicmagic:blazebolt: 462 (init) -> 459 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch galacticraftplanets:rocket_t3: 571 (init) -> 564 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch primal:boat_corypha: 528 (init) -> 521 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch thebetweenlands:boulder_sprite: 316 (init) -> 313 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch galacticraftplanets:rocket_t2: 565 (init) -> 558 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch mekanism:obsidiantnt: 472 (init) -> 469 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch magma_monsters:magma_monster: 236 (init) -> 233 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch extraplanets:extraplanets.entityvenusrover: 594 (init) -> 587 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch twilightforest:hydra: 381 (init) -> 378 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch cyclicmagic:goldminecart: 457 (init) -> 454 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch thebetweenlands:fortress_boss: 303 (init) -> 300 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch thebetweenlands:pyrad_flame: 294 (init) -> 291 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch twilightforest:firefly: 403 (init) -> 400 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch twilightforest:pinch_beetle: 398 (init) -> 395 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch vc:entity_airship: 364 (init) -> 361 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch galacticraftcore:lander: 558 (init) -> 551 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch twilightforest:swarm_spider: 375 (init) -> 372 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch emberroot:slime: 204 (init) -> 201 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch rustic:tomato: 263 (init) -> 260 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch emberroot:withercat: 207 (init) -> 204 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch car:car_big_wood: 542 (init) -> 535 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch galacticraftcore:alien_villager: 550 (init) -> 543 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch thebetweenlands:spirit_tree_face_mask: 323 (init) -> 320 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch davincisvessels:ship: 191 (init) -> 602 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch galacticraftcore:evolved_witch: 552 (init) -> 545 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch pneumaticcraft:vortex: 499 (init) -> 496 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch thebetweenlands:volarkite: 300 (init) -> 297 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch thebetweenlands:cc_ground_spawner: 345 (init) -> 342 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch emberroot:ember_projectile: 198 (init) -> 195 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch thebetweenlands:bl_elexir: 310 (init) -> 307 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch thebetweenlands:greebling: 315 (init) -> 312 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch primal:bear_brown: 518 (init) -> 511 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch emberroot:knight_fallen: 210 (init) -> 207 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch twilightforest:minoshroom: 395 (init) -> 392 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch nex:spore: 256 (init) -> 253 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch tconstruct:arrow: 452 (init) -> 449 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch mysticalagriculture:inferium_arrow: 238 (init) -> 235 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch nex:pigtificate_leader: 246 (init) -> 243 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch thebetweenlands:tamed_spirit_tree_face: 319 (init) -> 316 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch jaff:pufferfish: 235 (init) -> 232 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch galacticraftplanets:sludgeling: 562 (init) -> 555 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch cyclicmagic:goldfurnaceminecart: 458 (init) -> 455 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch thebetweenlands:fortress_boss_spawner: 304 (init) -> 301 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch cyclicmagic:dungeonbolt: 465 (init) -> 462 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch davincisvessels:seat: 192 (init) -> 599 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch thebetweenlands:thrown_tarminion: 297 (init) -> 294 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch emberroot:fairies: 196 (init) -> 193 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch pneumaticcraft:logistic_drone: 501 (init) -> 498 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch twilightforest:tower_broodling: 408 (init) -> 405 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch galacticraftcore:hanging_schematic: 561 (init) -> 554 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch nex:obsidian_boat: 245 (init) -> 242 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch thebetweenlands:wall_lamprey: 333 (init) -> 330 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch tconstruct:fancy_frame: 455 (init) -> 452 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch thebetweenlands:angry_pebble: 302 (init) -> 299 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch thebetweenlands:bl_arrow: 277 (init) -> 274 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch cyclicmagic:torchbolt: 464 (init) -> 461 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch waddles:adelie_penguin: 510 (init) -> 503 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch thebetweenlands:gecko: 280 (init) -> 277 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch appliedenergistics2:appeng.entity.entitytinytntprimed: 481 (init) -> 478 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch extraplanets:extraplanets.evolvediceslimeboss: 599 (init) -> 592 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch yoyos:yoyo_sticky: 369 (init) -> 366 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch twilightforest:roving_cube: 428 (init) -> 425 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch thebetweenlands:triggered_falling_block: 341 (init) -> 338 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch cyclicmagic:stoneminecart: 459 (init) -> 456 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch thebetweenlands:grapping_hook_node: 299 (init) -> 296 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch galacticraftcore:para_chest: 557 (init) -> 550 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch twilightforest:tiny_bird: 386 (init) -> 383 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch twilightforest:slime_blob: 438 (init) -> 435 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch primal:boat_wood: 529 (init) -> 522 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch extraplanets:extraplanets.entitytier10electricrocket: 592 (init) -> 585 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch thebetweenlands:smoll_sludge: 314 (init) -> 311 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch twilightforest:chain_block: 446 (init) -> 443 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch emberroot:fallenmount: 211 (init) -> 208 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch thebetweenlands:weedwood_rowboat: 309 (init) -> 306 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch twilightforest:tower_termite: 407 (init) -> 404 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch thebetweenlands:leech: 272 (init) -> 269 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch twilightforest:loyal_zombie: 385 (init) -> 382 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch bloodmagic:sentient_specter: 492 (init) -> 489 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch cyclicmagic:turretminecart: 461 (init) -> 458 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch twilightforest:maze_slime: 399 (init) -> 396 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch twilightforest:yeti_alpha: 416 (init) -> 413 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch twilightforest:cube_of_annihilation: 447 (init) -> 444 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch twilightforest:bighorn_sheep: 372 (init) -> 369 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch twilightforest:goblin_knight_upper: 411 (init) -> 408 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch extraplanets:extraplanets.entityuranuslander: 587 (init) -> 580 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch car:car_sport: 544 (init) -> 537 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch thebetweenlands:triggered_sludge_wall_jet: 342 (init) -> 339 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch nex:bone_spider: 258 (init) -> 255 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch tumbleweed:tumbleweed: 604 (init) -> 597 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch immersiveengineering:revolvershot: 532 (init) -> 525 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch astikorcarts:plowcart: 486 (init) -> 483 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch sev_tweaks_npc:glen: 356 (init) -> 353 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch bloodmagic:mimic: 493 (init) -> 490 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch enderutilities:enderpearlreusable: 220 (init) -> 217 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch twilightforest:ice_arrow: 444 (init) -> 441 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch tothebatpoles:holder: 603 (init) -> 596 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch cyclicmagic:lightningbolt: 466 (init) -> 463 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch appliedenergistics2:appeng.entity.entitysingularity: 483 (init) -> 480 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch quark:wraith: 174 (init) -> 171 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch twilightforest:hostile_wolf: 378 (init) -> 375 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch beneath:shadow: 361 (init) -> 358 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch thebetweenlands:sludge_menace: 352 (init) -> 349 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch thebetweenlands:sludge_wall_jet: 343 (init) -> 340 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry EntityEntry: Fixed minecraft:entities id mismatch natura:heatscarspider: 478 (init) -> 475 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch cyclicmagic:wand_missile: 9917 (init) -> 9740 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch quark:smoker: 5676 (init) -> 5554 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch environmentaltech:modifier_speed: 10290 (init) -> 10102 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch buildcrafttransport:pipe_wood_item: 10066 (init) -> 9889 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:cstonebrickfence: 9219 (init) -> 9042 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch spartanshields:shield_tower_nickel: 8959 (init) -> 8782 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:abycorore: 9188 (init) -> 9011 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch cyclicmagic:wireless_transmitter: 9855 (init) -> 9678 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch simpleplanes:byg_cika_mega_plane: 8848 (init) -> 11010 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch quark:biotite_block: 5665 (init) -> 5543 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch enderutilities:sound_block: 6380 (init) -> 6352 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch acintegration:moltenabyssalnite: 9503 (init) -> 9326 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:mud_bricks_climbable: 10732 (init) -> 10544 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch quark:stained_clay_tiles_red_slab: 5590 (init) -> 5620 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:drtfence: 9233 (init) -> 9056 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:pestle: 11008 (init) -> 10820 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:dreadplate: 9417 (init) -> 9240 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch industrialforegoing:protein_reactor: 10426 (init) -> 10238 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch spartanshields:shield_basic_gold: 8933 (init) -> 8756 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:item_sword_crystal_white: 9768 (init) -> 9591 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch refinedstorage:pattern: 10170 (init) -> 9993 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:item_chest_crystal_white: 9771 (init) -> 9594 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:tarminion: 11054 (init) -> 10866 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:weedwood: 10518 (init) -> 10330 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch buildcraftsilicon:plug_light_sensor: 10106 (init) -> 9929 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:black_hat_mushroom_item: 10919 (init) -> 10731 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch pneumaticcraft:crop_support: 7859 (init) -> 7738 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:item_shovel_emerald: 9694 (init) -> 9517 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:rubber_boots: 10951 (init) -> 10763 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch vc:upgrades/item_upgrade_airship_frame: 9068 (init) -> 8892 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:generic_stone: 10482 (init) -> 10294 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:devsword: 9310 (init) -> 9133 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch environmentaltech:modifier_health_boost: 10358 (init) -> 10170 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:polished_limestone_slab: 10652 (init) -> 10464 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch buildcraftbuilders:builder: 10049 (init) -> 9872 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:gatekeeperminionspawner: 9272 (init) -> 9095 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch waterstrainer:super_worm: 9082 (init) -> 8906 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:item_drill_upgrade_block_placing: 9671 (init) -> 9494 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch valkyrielib:modifier_speed: 10200 (init) -> 10012 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:depthsplate: 9370 (init) -> 9193 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:bl_bucket: 11014 (init) -> 10826 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch simpleplanes:acacia_large_plane: 8758 (init) -> 10975 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch spartanshields:shield_basic_copper: 8946 (init) -> 8769 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch pneumaticcraft:regulator_tube_module: 7732 (init) -> 7857 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch quark:obsidian_pressure_plate: 5651 (init) -> 5560 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch simpleplanes:furnace_engine: 8745 (init) -> 10988 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch cyclicmagic:password_block: 9954 (init) -> 9777 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch quark:midori_pillar: 5623 (init) -> 5653 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch pneumaticcraft:transfer_gadget: 7860 (init) -> 7739 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch buildcraftcore:gear_gold: 9800 (init) -> 9623 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch simpleplanes:dark_oak_large_plane: 8770 (init) -> 11032 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:omotholfire: 9251 (init) -> 9074 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch mob_grinding_utils:absorption_hopper: 7170 (init) -> 7164 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:charm: 9474 (init) -> 9297 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch buildcrafttransport:pipe_wood_power: 10093 (init) -> 9916 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:block_colored_lamp_on: 9559 (init) -> 9382 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:loot_pot: 10584 (init) -> 10396 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:battery_quadruple_bauble: 9511 (init) -> 9334 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch chiselsandbits:chiseled_ground: 10130 (init) -> 9953 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch supersoundmuffler:sound_muffler_bauble: 9000 (init) -> 8823 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:ethaxiumhoe: 9447 (init) -> 9270 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch simpleplanes:bop_dead_large_plane: 8790 (init) -> 11091 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:ring_of_dispersion: 11069 (init) -> 10881 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:block_chiseled_quartz_wall: 9604 (init) -> 9427 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch simplyarrows:arrow_bone: 8922 (init) -> 8745 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:weedwood_ladder: 10703 (init) -> 10515 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch xnet:antenna_base: 9107 (init) -> 8930 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:scabyst_chiseled_3: 10550 (init) -> 10362 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:flat_head_mushroom_item: 10918 (init) -> 10730 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:scabyst_chiseled_1: 10548 (init) -> 10360 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:scabyst_chiseled_2: 10549 (init) -> 10361 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:block_colored_lamp: 9558 (init) -> 9381 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:waterlogged: 11032 (init) -> 10844 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch chiselsandbits:chisel_gold: 10110 (init) -> 9933 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:betweenstone_slab: 10641 (init) -> 10453 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch cyclicmagic:fan: 9963 (init) -> 9786 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:sacrificialaltar: 9268 (init) -> 9091 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch acintegration:dust: 9502 (init) -> 9325 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch xnet:xnet_manual: 9095 (init) -> 8918 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:abydreadore: 9194 (init) -> 9017 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch pneumaticcraft:advanced_liquid_compressor: 7839 (init) -> 7840 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:dboots: 9360 (init) -> 9183 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch pneumaticcraft:gun_ammo_freezing: 7783 (init) -> 7784 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:test_item_chimp_ruler: 11047 (init) -> 10859 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch industrialforegoing:enchantment_invoker: 10417 (init) -> 10229 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:mud_brick_roof: 10873 (init) -> 10685 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch enderutilities:enderlasso: 6346 (init) -> 6364 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:leaves_hearthgrove_tree: 10530 (init) -> 10342 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch quark:biotite_ore: 5664 (init) -> 5542 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch simpleplanes:byg_mahogany_large_plane: 8874 (init) -> 10996 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch cyclicmagic:crystal_spade: 9820 (init) -> 9643 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch waterstrainer:net: 9080 (init) -> 8904 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch buildcrafttransport:pipe_sandstone_item: 10073 (init) -> 9896 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch simpleplanes:birch_helicopter: 8763 (init) -> 11015 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:abyfence: 9167 (init) -> 8990 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch simplegenerators:turbine_upgradable: 11107 (init) -> 10919 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch refinedstorage:detector: 10153 (init) -> 9976 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch cyclicmagic:carbon_paper: 9894 (init) -> 9717 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch storagedrawers:quantify_key: 8989 (init) -> 8821 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch vc:symbols/item_display_symbol: 9078 (init) -> 8902 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:deep_water_coral: 10777 (init) -> 10589 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch stevescarts:cartmodule: 8977 (init) -> 8800 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch simpleplanes:crimson_helicopter: 8767 (init) -> 11045 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:amulet_slot: 11063 (init) -> 10875 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:ring_of_power: 11065 (init) -> 10877 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch totemic:flute: 9040 (init) -> 8863 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:ingotblock: 9170 (init) -> 8993 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch environmentaltech:lonsdaleite_tile_stairs: 10273 (init) -> 10085 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:valonite_greataxe: 10976 (init) -> 10788 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:darkethaxiumpillar: 9256 (init) -> 9079 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:dreadiumaxe: 9405 (init) -> 9228 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:item_misc: 9625 (init) -> 9448 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:betweenstone_stairs: 10595 (init) -> 10407 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch buildcraftcore:marker_connector: 9804 (init) -> 9627 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch buildcrafttransport:pipe_gold_item: 10071 (init) -> 9894 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch refinedstorage:fluid_storage_part: 10172 (init) -> 9995 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:item_flax_seed: 9690 (init) -> 9513 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:marsh_marigold_flower: 10803 (init) -> 10615 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:weak_mossy_betweenstone_tiles: 10582 (init) -> 10394 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:syrmorite_door_item: 11034 (init) -> 10846 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:lurker_skin_shield: 10988 (init) -> 10800 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch pneumaticcraft:uv_light_box: 7826 (init) -> 7827 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch chiselsandbits:chisel_diamond: 10111 (init) -> 9934 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch simpleplanes:byg_rainbow_eucalyptus_plane: 8889 (init) -> 10984 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch astralsorcery:blockblackmarble: 10030 (init) -> 9853 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:candy_cane: 10906 (init) -> 10718 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:dungeon_wall_candle: 10734 (init) -> 10546 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch buildcrafttransport:pipe_void_item: 10074 (init) -> 9897 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch stevescarts:blockadvdetector: 8973 (init) -> 8796 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:marsh_mallow: 10798 (init) -> 10610 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:smooth_betweenstone_slab: 10650 (init) -> 10462 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch primal_tech:bone_club: 9121 (init) -> 8958 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:charcoal: 9501 (init) -> 9324 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch cyclicmagic:tool_warp_home: 9899 (init) -> 9722 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch cyclicmagic:uncrafting_block: 9951 (init) -> 9774 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:phragmites: 10809 (init) -> 10621 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:item_leaf_blower: 9682 (init) -> 9505 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch primal_tech:plant_fibres: 9117 (init) -> 8954 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch pneumaticcraft:liquid_hopper: 7833 (init) -> 7834 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:rubber_tree_plank_slab: 10658 (init) -> 10470 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch vc:upgrades/item_upgrade_airship_balloon: 9070 (init) -> 8894 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch cyclicmagic:plate_launch_med: 9851 (init) -> 9674 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch astralsorcery:itemcape: 10002 (init) -> 9825 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch simpleplanes:byg_fir_large_plane: 8858 (init) -> 11081 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:betweenstone_brick_wall: 10672 (init) -> 10484 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:mossy_smooth_betweenstone_stairs: 10606 (init) -> 10418 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch buildcrafttransport:pipe_quartz_item: 10069 (init) -> 9892 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch quark:stained_clay_tiles_white_stairs: 5560 (init) -> 5590 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:betweenstone_pillar: 10587 (init) -> 10399 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch mcjtylib_ng:multipart: 10386 (init) -> 10198 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:aaxe: 9344 (init) -> 9167 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch simpleplanes:byg_fir_helicopter: 8859 (init) -> 11106 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch progressiontweaks:broken_spear_tip: 10376 (init) -> 10188 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch quark:stone_granite_wall: 5545 (init) -> 5575 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:oblivionshard: 9394 (init) -> 9217 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:hearthgrove_plank_fence: 10690 (init) -> 10502 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch quark:duskbound_lantern: 5631 (init) -> 5661 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch cyclicmagic:crystal_pickaxe: 9818 (init) -> 9641 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:coraxe: 9349 (init) -> 9172 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:green_middle_gem_block: 10617 (init) -> 10429 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch environmentaltech:lonsdaleite_paver_slab: 10275 (init) -> 10087 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:cstonebrick: 9218 (init) -> 9041 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch primal_tech:work_stump: 9136 (init) -> 8941 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch astralsorcery:blockstarlightinfuser: 10014 (init) -> 9837 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:block_quartz_slab: 9609 (init) -> 9432 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch enderutilities:mobharness: 6355 (init) -> 6373 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:silt_glass: 10620 (init) -> 10432 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch simpleplanes:byg_willow_helicopter: 8903 (init) -> 10990 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:diamondu: 9376 (init) -> 9199 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch simpleplanes:byg_cherry_helicopter: 8843 (init) -> 10991 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch quark:stained_clay_tiles_blue_slab: 5587 (init) -> 5617 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:nitre: 9412 (init) -> 9235 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch industrialforegoing:laser_lens: 10442 (init) -> 10254 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch cyclicmagic:auto_crafter: 9961 (init) -> 9784 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch cyclicmagic:tool_harvest_crops: 9838 (init) -> 9661 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch pneumaticcraft:creative_compressor: 7836 (init) -> 7837 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch quark:rain_detector: 5652 (init) -> 5561 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:phead: 9206 (init) -> 9029 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch totemic:medicine_bag: 9053 (init) -> 8876 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:item_sword_crystal_green: 9758 (init) -> 9581 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch cyclicmagic:sack_ender: 9890 (init) -> 9713 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:dead_weedwood_bush: 10817 (init) -> 10629 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:item_drill: 9657 (init) -> 9480 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch cyclicmagic:block_soundproofing: 9960 (init) -> 9783 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch pneumaticcraft:pressure_chamber_interface: 7816 (init) -> 7817 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch xnet:antenna: 9106 (init) -> 8929 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch industrialforegoing:black_hole_tank: 10421 (init) -> 10233 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:limestone_brick_slab: 10648 (init) -> 10460 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch quark:blaze_lantern: 5661 (init) -> 5570 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:mud_brick_shingles: 10569 (init) -> 10381 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch primal_tech:work_stump_upgraded: 9138 (init) -> 8943 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch beneath:teleporterbeneath: 11118 (init) -> 10930 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch cyclicmagic:charm_water: 9918 (init) -> 9741 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch astralsorcery:itemknowledgeshare: 9989 (init) -> 9812 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:corbone: 9337 (init) -> 9160 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:bone_chestplate: 10936 (init) -> 10748 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch refinedstorage:hollow_cover: 10184 (init) -> 10007 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:milkweed: 10805 (init) -> 10617 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch totemic:totem_pole: 9033 (init) -> 8856 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:corplatep: 9366 (init) -> 9189 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch simpleplanes:byg_maple_helicopter: 8883 (init) -> 11135 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch cyclicmagic:block_fishing: 9964 (init) -> 9787 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:shadowfragment: 9391 (init) -> 9214 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:mud_flower_pot_candle: 10860 (init) -> 10672 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:engraving_hastur: 9487 (init) -> 9310 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:item_sword_crystal_black: 9748 (init) -> 9571 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:dreadiumsamurailegs: 9425 (init) -> 9248 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch industrialforegoing:enchantment_refiner: 10388 (init) -> 10200 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:dug_purified_swamp_dirt: 10832 (init) -> 10644 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:item_wings_of_the_bats: 9656 (init) -> 9479 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch quark:elder_sea_lantern: 5671 (init) -> 5549 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch cyclicmagic:block_workbench: 9957 (init) -> 9780 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:glowing_smooth_cragrock: 10561 (init) -> 10373 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch xnet:facade: 9097 (init) -> 8920 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch quark:dark_oak_trapdoor: 5657 (init) -> 5566 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:block_phantom_booster: 9601 (init) -> 9424 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:tar_loot_pot: 10592 (init) -> 10404 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:aqua_middle_gem_block: 10615 (init) -> 10427 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch environmentaltech:pladium_brick_stairs: 10239 (init) -> 10051 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch quark:polished_netherrack_bricks_wall: 5643 (init) -> 5673 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch simpleplanes:byg_ebony_large_plane: 8854 (init) -> 11061 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch vc:item_airship_ignition: 9063 (init) -> 8887 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:frog_legs_cooked: 10893 (init) -> 10705 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch environmentaltech:lightning_rod_insulated: 10301 (init) -> 10113 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch spartanshields:shield_tower_bronze: 8943 (init) -> 8766 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:bulb_capped_mushroom_item: 10920 (init) -> 10732 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:cracked_limestone_bricks: 10556 (init) -> 10368 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch environmentaltech:erodium_slab: 10219 (init) -> 10031 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch simpleplanes:bop_mahogany_large_plane: 8806 (init) -> 11096 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch quark:midori_block_slab: 5625 (init) -> 5655 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:sapling_rubber: 10522 (init) -> 10334 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch quark:stonebrick_wall: 5550 (init) -> 5580 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch storagedrawers:upgrade_storage: 8979 (init) -> 8811 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:dreadcloth: 9416 (init) -> 9239 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch industrialforegoing:conveyor: 10459 (init) -> 10271 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:scabyst_brick_slab: 10666 (init) -> 10478 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch astralsorcery:blockprism: 10023 (init) -> 9846 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch quark:stained_clay_tiles_black_slab: 5591 (init) -> 5621 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch pneumaticcraft:pneumatic_helmet: 7751 (init) -> 7752 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:dreadore: 9195 (init) -> 9018 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch buildcrafttransport:pipe_stone_item: 10068 (init) -> 9891 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch simpleplanes:byg_redwood_helicopter: 8895 (init) -> 11132 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:block_canola_press: 9565 (init) -> 9388 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:item_hoe_obsidian: 9701 (init) -> 9524 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch simplegenerators:combustion_simple: 11092 (init) -> 10904 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:block_inputter: 9588 (init) -> 9411 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:gerts_donut: 10898 (init) -> 10710 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch simpleplanes:spruce_helicopter: 8779 (init) -> 10978 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:cragrock_tiles: 10558 (init) -> 10370 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:oc: 9312 (init) -> 9135 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch pneumaticcraft:item_life_upgrade: 7790 (init) -> 7791 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:crystallizer: 9227 (init) -> 9050 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch totemic:stripped_cedar_log: 9024 (init) -> 8847 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch totemic:totem_whittling_knife: 9044 (init) -> 8867 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch cyclicmagic:block_library: 9871 (init) -> 9694 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:item_mining_lens: 9632 (init) -> 9455 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:item_pickaxe_crystal_red: 9715 (init) -> 9538 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch buildcrafttransport:pipe_obsidian_item: 10075 (init) -> 9898 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:rotten_plank_slab: 10761 (init) -> 10573 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch buildcrafttransport:pipe_lapis_item: 10078 (init) -> 9901 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch cyclicmagic:chest_sack: 9832 (init) -> 9655 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch simplyarrows:arrow_cake: 8926 (init) -> 8749 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch simpleplanes:byg_witch_hazel_large_plane: 8906 (init) -> 11068 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:block_farmer: 9525 (init) -> 9348 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch refinedstorage:destructor: 10150 (init) -> 9973 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch refinedstorage:silicon: 10178 (init) -> 10001 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch simpleplanes:byg_aspen_mega_plane: 8832 (init) -> 11073 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:antibone: 9433 (init) -> 9256 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:block_giant_chest_large: 9584 (init) -> 9407 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch buildcraftsilicon:plug_gate: 10104 (init) -> 9927 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch tcomplement:knightslime_leggings: 9018 (init) -> 8841 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch simpleplanes:warped_mega_plane: 8784 (init) -> 11088 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch stevescarts:upgrade: 8971 (init) -> 8794 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch environmentaltech:aethium_paver: 10257 (init) -> 10069 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:swamp_tallgrass: 10816 (init) -> 10628 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch environmentaltech:ionite: 10245 (init) -> 10057 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:items_crushed: 10877 (init) -> 10689 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:predator_bow: 10999 (init) -> 10811 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:swamp_double_tallgrass: 10804 (init) -> 10616 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch buildcraftbuilders:frame: 10053 (init) -> 9876 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:sickle: 10991 (init) -> 10803 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch stevescarts:blockactivator: 8969 (init) -> 8792 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch cyclicmagic:spikes_iron: 9857 (init) -> 9680 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:valonite_axe: 10975 (init) -> 10787 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:bark_amulet: 11077 (init) -> 10889 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch simplegenerators:nether_simple: 11098 (init) -> 10910 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch simpleplanes:byg_green_enchanted_large_plane: 8862 (init) -> 10982 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:giant_root_plank_door_item: 11036 (init) -> 10848 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:block_xp_solidifier: 9549 (init) -> 9372 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch pneumaticcraft:fluid.kerosene: 7736 (init) -> 7729 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch simpleplanes:dark_oak_plane: 8769 (init) -> 10989 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:item_potion_ring_advanced: 9685 (init) -> 9508 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:abyportal: 9174 (init) -> 8997 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch simpleplanes:byg_ebony_helicopter: 8855 (init) -> 11016 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch simpleplanes:byg_redwood_plane: 8893 (init) -> 11017 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch pneumaticcraft:logistic_frame_active_provider: 7852 (init) -> 7731 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch storagedrawers:upgrade_conversion: 8983 (init) -> 8815 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:abyore: 9166 (init) -> 8989 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:fried_swamp_kelp: 10923 (init) -> 10735 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:weedwood_trapdoor: 10851 (init) -> 10663 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch totemic:cedar_sapling: 9026 (init) -> 8849 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch simpleplanes:byg_aspen_plane: 8829 (init) -> 11052 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch environmentaltech:erodium: 10212 (init) -> 10024 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:dentrothyst_shield_orange_polished: 10987 (init) -> 10799 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:calcifiedstone: 9308 (init) -> 9131 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:dreadkatana: 9420 (init) -> 9243 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch witherskelefix:blade: 11121 (init) -> 10933 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch environmentaltech:laser_core: 10323 (init) -> 10135 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:block_inputter_advanced: 9589 (init) -> 9412 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:block_coal_generator: 9572 (init) -> 9395 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:abyssalniteu: 9377 (init) -> 9200 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch simpleplanes:floaty_bedding: 8749 (init) -> 11070 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:gold_paxel: 9710 (init) -> 9533 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:mud_flower_pot: 10859 (init) -> 10671 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:swamp_plant: 10775 (init) -> 10587 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:octine_ore: 10496 (init) -> 10308 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:sundew: 10769 (init) -> 10581 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch astralsorcery:blockmarbleslab: 10025 (init) -> 9848 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch refinedstorage:wireless_fluid_grid: 10174 (init) -> 9997 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:block_giant_chest: 9582 (init) -> 9405 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch storagedrawers:upgrade_void: 8982 (init) -> 8814 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:item_helm_crystal_blue: 9730 (init) -> 9553 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch cyclicmagic:charm_boat: 9921 (init) -> 9744 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:christmas_pudding: 10905 (init) -> 10717 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch simpleplanes:byg_skyris_helicopter: 8899 (init) -> 11122 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch enderutilities:frame: 6378 (init) -> 6350 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:pitstone_pillar: 10588 (init) -> 10400 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch xnet:antenna_dish: 9108 (init) -> 8931 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:abylcorore: 9242 (init) -> 9065 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:block_misc: 9580 (init) -> 9403 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch storagedrawers:compdrawers: 8993 (init) -> 8803 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch environmentaltech:pladium_tile_stairs: 10240 (init) -> 10052 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:ethaxiumbrickstairs: 9246 (init) -> 9069 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:crystalbag_small: 9465 (init) -> 9288 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch cyclicmagic:block_enchanter: 9948 (init) -> 9771 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:engraving_nyarlathotep: 9489 (init) -> 9312 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:giant_root_plank_fence: 10689 (init) -> 10501 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch buildcraftbuilders:library: 10051 (init) -> 9874 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch cyclicmagic:crystal: 9875 (init) -> 9698 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:leaves_nibbletwig_tree: 10531 (init) -> 10343 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch refinedstorage:storage_disk: 10167 (init) -> 9990 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch yoyos:yoyo_axle: 11123 (init) -> 10935 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch environmentaltech:pladium_stairs: 10238 (init) -> 10050 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch environmentaltech:litherite_stairs: 10205 (init) -> 10017 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch environmentaltech:solar_cont_2: 10309 (init) -> 10121 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch environmentaltech:solar_cont_1: 10308 (init) -> 10120 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch primalchests:primal_chest: 10472 (init) -> 10284 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch refinedstorage:network_transmitter: 10160 (init) -> 9983 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch environmentaltech:solar_cont_4: 10311 (init) -> 10123 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch environmentaltech:lonsdaleite_tiles: 10270 (init) -> 10082 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch environmentaltech:solar_cont_3: 10310 (init) -> 10122 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch stevescarts:modulecomponents: 8976 (init) -> 8799 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch environmentaltech:solar_cont_6: 10313 (init) -> 10125 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch environmentaltech:solar_cont_5: 10312 (init) -> 10124 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch davincisvessels:buffer: 10192 (init) -> 11051 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:cracked_betweenstone_brick_stairs: 10607 (init) -> 10419 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:item_sword_crystal_light_blue: 9738 (init) -> 9561 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:antiwater: 9217 (init) -> 9040 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch tcomplement:cast_clay: 9005 (init) -> 8828 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:item_sword_quartz: 9705 (init) -> 9528 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:scabyst_door_item: 11039 (init) -> 10851 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:crystalbag_huge: 9468 (init) -> 9291 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:cwater: 9186 (init) -> 9009 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch quark:stone_andesite_bricks_slab: 5618 (init) -> 5648 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch chiselsandbits:bit_bag: 10115 (init) -> 9938 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch simpleplanes:birch_plane: 8761 (init) -> 11112 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch cyclicmagic:builder_pattern: 9929 (init) -> 9752 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch pneumaticcraft:drone: 7770 (init) -> 7771 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:item_phantom_connector: 9674 (init) -> 9497 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch industrialforegoing:mob_slaughter_factory: 10401 (init) -> 10213 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:living_weedwood_shield: 10981 (init) -> 10793 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:dreadlog: 9199 (init) -> 9022 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:pitstone_brick_stairs: 10600 (init) -> 10412 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:venus_fly_trap: 10773 (init) -> 10585 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch refinedstorage:quartz_enriched_iron_block: 10159 (init) -> 9982 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:cragrock_brick_stairs: 10598 (init) -> 10410 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch industrialforegoing:itemstack_transfer_addon_push: 10455 (init) -> 10267 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch refinedstorage:storage_monitor: 10139 (init) -> 9962 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch enderutilities:pickupmanager: 6358 (init) -> 6376 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:item_drill_upgrade_five_by_five: 9670 (init) -> 9493 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:darkstoneslab2: 9176 (init) -> 8999 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:darkstoneslab1: 9175 (init) -> 8998 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch cyclicmagic:tool_harvest_weeds: 9837 (init) -> 9660 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch environmentaltech:lonsdaleite_brick_slab: 10276 (init) -> 10088 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch quark:red_sandstone_wall: 5549 (init) -> 5579 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch simpleplanes:acacia_mega_plane: 8760 (init) -> 11008 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:scroll: 9496 (init) -> 9319 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:item_laser_wrench: 9635 (init) -> 9458 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:scabyst_ore: 10500 (init) -> 10312 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:item_pickaxe_crystal_blue: 9725 (init) -> 9548 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch cyclicmagic:block_miner_smart: 9952 (init) -> 9775 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:compost_bin: 10842 (init) -> 10654 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch cyclicmagic:clock: 9936 (init) -> 9759 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch quark:birch_trapdoor: 5654 (init) -> 5563 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:possessed_block: 10635 (init) -> 10447 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:sapling_spirit_tree: 10525 (init) -> 10337 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:item_leaf_blower_advanced: 9683 (init) -> 9506 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch simpleplanes:crimson_plane: 8765 (init) -> 11040 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:firefly: 11051 (init) -> 10863 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch cyclicmagic:tool_push: 9901 (init) -> 9724 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:dreadchunk: 9319 (init) -> 9142 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch cyclicmagic:tool_auto_torch: 9915 (init) -> 9738 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch pneumaticcraft:advanced_pressure_tube: 7806 (init) -> 7807 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch quark:end_bricks_wall: 5555 (init) -> 5585 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch mob_grinding_utils:ender_inhibitor_on: 7179 (init) -> 7173 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch simpleplanes:byg_maple_plane: 8881 (init) -> 11067 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:thorns: 10814 (init) -> 10626 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch vc:item_logic_chip: 9062 (init) -> 8886 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch cyclicmagic:crystallized_amber: 9807 (init) -> 9630 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch cyclicmagic:wand_hypno: 9905 (init) -> 9728 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch pneumaticcraft:programming_puzzle: 7771 (init) -> 7772 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch cyclicmagic:apple_emerald: 9910 (init) -> 9733 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:nettle: 10806 (init) -> 10618 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch cyclicmagic:turret_minecart: 9813 (init) -> 9636 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch quark:stained_clay_tiles_pink_slab: 5582 (init) -> 5612 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:door_drt: 9500 (init) -> 9323 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:item_helm_obsidian: 9647 (init) -> 9470 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:cobbleu: 9373 (init) -> 9196 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch primal_tech:leaf_bed: 9127 (init) -> 8964 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch quark:stained_clay_tiles_black_stairs: 5575 (init) -> 5605 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch industrialforegoing:itemstack_transfer_addon_pull: 10454 (init) -> 10266 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch davincisvessels:anchorpoint: 10196 (init) -> 11103 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch environmentaltech:kyronite_brick_stairs: 10228 (init) -> 10040 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:ethaxiumlegs: 9441 (init) -> 9264 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:dltlog2: 9159 (init) -> 8982 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch quark:end_bricks_stairs: 5600 (init) -> 5630 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:ancient: 11026 (init) -> 10838 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:hearthgrove_plank_trapdoor: 10855 (init) -> 10667 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch simpleplanes:crimson_mega_plane: 8768 (init) -> 10954 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:purified_swamp_dirt: 10830 (init) -> 10642 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch simplegenerators:culinary_upgradable: 11095 (init) -> 10907 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch environmentaltech:ionite_paver: 10246 (init) -> 10058 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch environmentaltech:litherite_paver_slab: 10209 (init) -> 10021 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch cyclicmagic:tool_warp_spawn: 9900 (init) -> 9723 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch industrialforegoing:wither_builder: 10429 (init) -> 10241 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:block_furnace_solar: 9591 (init) -> 9414 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch astralsorcery:blockgeolosyssamplecluster: 10024 (init) -> 9847 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch cyclicmagic:ender_dungeon: 9896 (init) -> 9719 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch storagedrawers:trim: 8996 (init) -> 8806 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch pneumaticcraft:gas_lift: 7843 (init) -> 7844 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch chiselsandbits:chiseled_packedice: 10126 (init) -> 9949 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch astralsorcery:itemperkgem: 9993 (init) -> 9816 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:shubniggurathcoin: 9486 (init) -> 9309 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:item_small_to_medium_crate_upgrade: 9637 (init) -> 9460 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch simpleplanes:bop_cherry_plane: 8785 (init) -> 11011 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:block_crystal_cluster_emerald: 9521 (init) -> 9344 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:cracked_betweenstone_tiles: 10555 (init) -> 10367 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch totemic:eagle_bone_whistle: 9043 (init) -> 8866 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch quark:stained_clay_tiles_yellow_slab: 5580 (init) -> 5610 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch pneumaticcraft:failed_pcb: 7764 (init) -> 7765 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:polished_dentrothyst: 10619 (init) -> 10431 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch primal:urushi: 11129 (init) -> 10940 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:log_rubber: 10514 (init) -> 10326 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch davincisvessels:stickybuffer: 10193 (init) -> 11038 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:giant_root_planks: 10537 (init) -> 10349 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch cyclicmagic:magnet_block: 9930 (init) -> 9753 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:block_coffee_machine: 9600 (init) -> 9423 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch industrialforegoing:pink_slime: 10446 (init) -> 10258 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:shoggothblock: 9263 (init) -> 9086 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:item_battery_double: 9659 (init) -> 9482 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:dshovel: 9340 (init) -> 9163 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch pneumaticcraft:pneumatic_door: 7819 (init) -> 7820 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch simplegenerators:turbine_simple: 11106 (init) -> 10918 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:mud_brick_stairs_decay_1: 10710 (init) -> 10522 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch pneumaticcraft:night_vision_upgrade: 7802 (init) -> 7803 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch xnet:connector_upgrade: 9096 (init) -> 8919 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch environmentaltech:aethium_tile_slab: 10266 (init) -> 10078 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:mud_brick_stairs_decay_3: 10712 (init) -> 10524 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:mud_brick_stairs_decay_2: 10711 (init) -> 10523 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:mud_brick_stairs_decay_4: 10713 (init) -> 10525 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:item_shovel_crystal_red: 9717 (init) -> 9540 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:aqua_middle_gem: 11042 (init) -> 10854 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch simpleplanes:birch_mega_plane: 8764 (init) -> 11129 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch cyclicmagic:charm_fire: 9922 (init) -> 9745 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:mossy_betweenstone_brick_slab: 10654 (init) -> 10466 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:lurker_skin_boots: 10942 (init) -> 10754 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:pitstone_wall: 10667 (init) -> 10479 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch vc:item_airship_balloon: 9066 (init) -> 8890 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:block_testifi_bucks_green_wall: 9550 (init) -> 9373 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch storagedrawers:tape: 8990 (init) -> 8822 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:necronomicon_cor: 9461 (init) -> 9284 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch simpleplanes:bop_palm_plane: 8813 (init) -> 11003 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch environmentaltech:structure_panel_clear: 10299 (init) -> 10111 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch contenttweaker:copper_head: 9788 (init) -> 9611 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch mob_grinding_utils:fan: 7168 (init) -> 7162 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:octine_shield: 10978 (init) -> 10790 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch quark:glowshroom_block: 5674 (init) -> 5552 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:marsh_hibiscus: 10797 (init) -> 10609 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:gatewaykey: 9313 (init) -> 9136 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch quark:stained_clay_tiles_orange_stairs: 5561 (init) -> 5591 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:fishp: 9386 (init) -> 9209 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:mire_coral: 10776 (init) -> 10588 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:temple_brick_stairs: 10628 (init) -> 10440 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:dreadplanks: 9202 (init) -> 9025 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch buildcrafttransport:pipe_sandstone_power: 10098 (init) -> 9921 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:giant_root_plank_slab: 10659 (init) -> 10471 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch refinedstorage:writer: 10152 (init) -> 9975 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch quark:world_stone_carved: 5612 (init) -> 5642 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch contenttweaker:bronze_head: 9786 (init) -> 9609 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch totemic:drum: 9035 (init) -> 8858 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:item_helm_quartz: 9651 (init) -> 9474 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:spirit_tree_face_small_mask: 10956 (init) -> 10768 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch environmentaltech:aethium_tile_stairs: 10262 (init) -> 10074 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch industrialforegoing:laser_drill: 10413 (init) -> 10225 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch contenttweaker:material_part: 9776 (init) -> 9599 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:depthslegs: 9371 (init) -> 9194 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch totemic:buffalo_items: 9049 (init) -> 8872 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch spartanshields:shield_basic_iron: 8932 (init) -> 8755 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch environmentaltech:lonsdaleite_stairs: 10271 (init) -> 10083 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch buildcrafttransport:pipe_diamond_wood_fluid: 10092 (init) -> 9915 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch cyclicmagic:charm_wing: 9924 (init) -> 9747 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch guideapi:cyclicmagic-guide: 11140 (init) -> 10952 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:dltplank: 9180 (init) -> 9003 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:item_pants_crystal_blue: 9732 (init) -> 9555 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch simpleplanes:byg_cherry_mega_plane: 8844 (init) -> 10997 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch simpleplanes:bop_umbran_mega_plane: 8824 (init) -> 11005 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch quark:stone_diorite_bricks_stairs: 5615 (init) -> 5645 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:block_rice: 9575 (init) -> 9398 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch quark:biotite_wall: 5669 (init) -> 5547 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:item_sword_obsidian: 9700 (init) -> 9523 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch simpleplanes:byg_cika_plane: 8845 (init) -> 11030 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:soulreaper: 9435 (init) -> 9258 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch simpleplanes:byg_redwood_mega_plane: 8896 (init) -> 11037 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:chagarothspawner: 9232 (init) -> 9055 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:marsh_runner_boots: 10952 (init) -> 10764 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch simpleplanes:byg_maple_mega_plane: 8884 (init) -> 11039 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:octine_ingot: 11074 (init) -> 10886 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:gallery_frame_very_large: 10960 (init) -> 10772 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch pneumaticcraft:turbine_blade: 7745 (init) -> 7746 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch buildcraftcore:marker_path: 9794 (init) -> 9617 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch buildcraftrobotics:zone_planner: 10064 (init) -> 9887 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch pneumaticcraft:gun_ammo_weighted: 7780 (init) -> 7781 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch pneumaticcraft:sentry_turret: 7847 (init) -> 7848 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:shelf_fungus: 10781 (init) -> 10593 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:valonite_block: 10578 (init) -> 10390 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch environmentaltech:litherite_brick_stairs: 10206 (init) -> 10018 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:corbow: 9395 (init) -> 9218 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:bone_wayfinder: 11080 (init) -> 10892 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:shoggothflesh: 9469 (init) -> 9292 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch buildcrafttransport:filtered_buffer: 10099 (init) -> 9922 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch vc:upgrades/item_upgrade_airship_engine: 9069 (init) -> 8893 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch environmentaltech:modifier_luck: 10291 (init) -> 10103 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch simpleplanes:bop_redwood_plane: 8817 (init) -> 11097 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:item_chest_crystal_green: 9761 (init) -> 9584 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch simplegenerators:fluid_combustion_upgradable: 11105 (init) -> 10917 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:item_axe_crystal_green: 9756 (init) -> 9579 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch buildcraftcore:engine: 9795 (init) -> 9618 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch rangedpumps:pump: 11090 (init) -> 10902 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:mud_brick_alcove: 10726 (init) -> 10538 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:sludge_ball: 11056 (init) -> 10868 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:green_middle_gem: 11043 (init) -> 10855 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch industrialforegoing:laser_lens_inverted: 10443 (init) -> 10255 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch quark:stone_diorite_bricks_wall: 5620 (init) -> 5650 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:mummy_bait: 11075 (init) -> 10887 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:algae: 10782 (init) -> 10594 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch simpleplanes:byg_cherry_plane: 8841 (init) -> 11138 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch progressiontweaks:fire_pit_unlit: 10382 (init) -> 10194 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:test_item: 11045 (init) -> 10857 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch valkyrielib:modifier_component: 10199 (init) -> 10011 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch quark:stained_clay_tiles_gray_slab: 5583 (init) -> 5613 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:dlegs: 9359 (init) -> 9182 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch cyclicmagic:ender_pearl_mounted: 9836 (init) -> 9659 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch simpleplanes:byg_pine_plane: 8885 (init) -> 11000 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:battery_double_bauble: 9509 (init) -> 9332 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:abyingot: 9321 (init) -> 9144 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:cracked_betweenstone_brick_slab: 10656 (init) -> 10468 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:energyrelay: 9278 (init) -> 9101 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:dreadstonecobblestonestairs: 9291 (init) -> 9114 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:octine_arrow: 10995 (init) -> 10807 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch environmentaltech:litherite_slab: 10208 (init) -> 10020 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch quark:stained_clay_tiles_yellow_stairs: 5564 (init) -> 5594 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:item_chest_crystal_black: 9751 (init) -> 9574 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch pneumaticcraft:charging_station: 7813 (init) -> 7814 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:log_rotten_bark_carved_16: 10753 (init) -> 10565 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:log_rotten_bark_carved_15: 10752 (init) -> 10564 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:log_rotten_bark_carved_10: 10747 (init) -> 10559 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:log_rotten_bark_carved_14: 10751 (init) -> 10563 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:log_rotten_bark_carved_13: 10750 (init) -> 10562 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:log_rotten_bark_carved_12: 10749 (init) -> 10561 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:log_rotten_bark_carved_11: 10748 (init) -> 10560 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch buildcrafttransport:pipe_quartz_fluid: 10085 (init) -> 9908 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:aspect_vial: 11060 (init) -> 10872 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch industrialforegoing:animal_growth_increaser: 10419 (init) -> 10231 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch astralsorcery:itemtunedrockcrystal: 9973 (init) -> 9796 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch quark:stone_diorite_stairs: 5596 (init) -> 5626 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch environmentaltech:modifier_piezo: 10320 (init) -> 10132 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:censer: 10864 (init) -> 10676 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch environmentaltech:laser_lens_colored: 10326 (init) -> 10138 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch astralsorcery:blockportalnode: 10016 (init) -> 9839 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch buildcraftcore:gear_iron: 9799 (init) -> 9622 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch pneumaticcraft:creative_upgrade: 7804 (init) -> 7805 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch pneumaticcraft:omnidirectional_hopper: 7832 (init) -> 7833 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:darkethaxiumbrickslab2: 9259 (init) -> 9082 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch enderutilities:enderarrow: 6342 (init) -> 6360 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:darkethaxiumbrickslab1: 9258 (init) -> 9081 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch environmentaltech:kyronite_brick_slab: 10232 (init) -> 10044 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:item_axe_crystal_black: 9746 (init) -> 9569 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch environmentaltech:photovoltaic_cell: 10321 (init) -> 10133 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:polished_dentrothyst_pane: 10622 (init) -> 10434 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch quark:brick_wall: 5551 (init) -> 5581 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:fusedabyssalsand: 9284 (init) -> 9107 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch cyclicmagic:sword_ender: 9826 (init) -> 9649 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch waterstrainer:strainer_fisherman: 9092 (init) -> 8916 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch pneumaticcraft:pneumatic_dynamo: 7849 (init) -> 7850 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch totemic:cedar_log: 9023 (init) -> 8846 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch quark:stone_andesite_bricks_stairs: 5617 (init) -> 5647 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch storagenetwork:storage_kabel: 11111 (init) -> 10923 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:door_dlt: 9499 (init) -> 9322 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:dungeon_door_runes_crawler: 10730 (init) -> 10542 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch cyclicmagic:tool_rotate: 9882 (init) -> 9705 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:limestone_bricks: 10562 (init) -> 10374 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch environmentaltech:modifier_jump_boost: 10351 (init) -> 10163 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:cstonebrickstairs: 9222 (init) -> 9045 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch progressiontweaks:broken_spear_shaft: 10377 (init) -> 10189 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch quark:glass_item_frame: 5663 (init) -> 5572 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:tainted_potion: 11073 (init) -> 10885 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:block_refined_canola_oil: 9514 (init) -> 9337 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:item_drill_upgrade_speed: 9663 (init) -> 9486 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:dreadiumsword: 9407 (init) -> 9230 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch astralsorcery:blockvanishing: 10006 (init) -> 9829 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:mossy_betweenstone_tiles: 10565 (init) -> 10377 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:shubniggurathcharm: 9481 (init) -> 9304 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch cyclicmagic:tool_randomize: 9906 (init) -> 9729 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:item_axe_crystal_white: 9766 (init) -> 9589 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:cryptweed: 10821 (init) -> 10633 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:block_directional_breaker: 9546 (init) -> 9369 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:coraliumcobblestoneslab1: 9300 (init) -> 9123 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch chiselsandbits:chiseled_clay: 10127 (init) -> 9950 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:coraliumcobblestoneslab2: 9301 (init) -> 9124 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch simpleplanes:byg_cypress_large_plane: 8850 (init) -> 11001 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch waterstrainer:bait_pot: 9083 (init) -> 8907 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch environmentaltech:thermal_cell: 10322 (init) -> 10134 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:angler_meat_cooked: 10891 (init) -> 10703 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:mud_tower_beam_tube: 10723 (init) -> 10535 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:waystone: 10875 (init) -> 10687 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:nettle_soup: 10912 (init) -> 10724 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch refinedstorage:cable: 10145 (init) -> 9968 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:item_pants_crystal_light_blue: 9742 (init) -> 9565 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:block_laser_relay_advanced: 9540 (init) -> 9363 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch astralsorcery:itemcoloredlens: 9982 (init) -> 9805 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch cyclicmagic:plate_launch_large: 9853 (init) -> 9676 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch industrialforegoing:tinydryrubber: 10436 (init) -> 10248 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:scabyst_block: 10579 (init) -> 10391 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:cudgel: 9397 (init) -> 9220 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch quark:stained_clay_tiles_light_blue_stairs: 5563 (init) -> 5593 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch simpleplanes:byg_cika_helicopter: 8847 (init) -> 11080 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:wood_chip_path: 10871 (init) -> 10683 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:onwards: 11029 (init) -> 10841 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:crimson_middle_gem_block: 10616 (init) -> 10428 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:dreadbrick: 9196 (init) -> 9019 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch simpleplanes:ft_cherry_large_plane: 8914 (init) -> 11119 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch industrialforegoing:pink_slime_ingot: 10448 (init) -> 10260 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch pneumaticcraft:elevator_base: 7814 (init) -> 7815 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:marshmallow: 10916 (init) -> 10728 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch vc:item_airship_frame: 9064 (init) -> 8888 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:azathothcoin: 9483 (init) -> 9306 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch refinedstorage:grid: 10136 (init) -> 9959 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch storagedrawers:basicdrawers: 8991 (init) -> 8801 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch progressiontweaks:unfired_clay_bowl: 10381 (init) -> 10193 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch environmentaltech:interconnect: 10286 (init) -> 10098 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:dreadiumu: 9379 (init) -> 9202 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:necronomicon: 9460 (init) -> 9283 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch betterwithmods:moulding_rock: 5419 (init) -> 5421 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch primalchests:primal_chest_advanced: 10473 (init) -> 10285 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:silt: 10507 (init) -> 10319 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:engraver_on: 9253 (init) -> 9076 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch betterbuilderswands:wandiron: 10042 (init) -> 9865 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:abyssalnomicon: 9464 (init) -> 9287 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:dcstairs: 9156 (init) -> 8979 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch enderutilities:barrel: 6365 (init) -> 6337 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch storagedrawers:upgrade_template: 8978 (init) -> 8810 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:corshovel: 9350 (init) -> 9173 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch quark:stained_clay_tiles_red_stairs: 5574 (init) -> 5604 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:item_boots_crystal_green: 9763 (init) -> 9586 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch astralsorcery:blockattunementrelay: 10010 (init) -> 9833 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:syrmorite_helmet: 10943 (init) -> 10755 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch stevescarts:blockcargomanager: 8966 (init) -> 8789 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch simpleplanes:bop_redwood_helicopter: 8819 (init) -> 11058 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:obsidian_paxel: 9713 (init) -> 9536 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch primal:ovis_atre_milk: 11137 (init) -> 10944 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch progressiontweaks:spear: 10375 (init) -> 10187 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch cyclicmagic:heart_food: 9847 (init) -> 9670 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:item_hoe_crystal_light_blue: 9739 (init) -> 9562 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:ethaxiumpillar: 9245 (init) -> 9068 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:item_potion_ring: 9684 (init) -> 9507 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch progressiontweaks:blank_teleporter: 10383 (init) -> 10195 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch simpleplanes:byg_jacaranda_large_plane: 8870 (init) -> 11090 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch chiselsandbits:positiveprint: 10112 (init) -> 9935 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch simplyarrows:arrow_flint: 8923 (init) -> 8746 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch simpleplanes:shooter: 8750 (init) -> 11107 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:syrmorite_boots: 10946 (init) -> 10758 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch simplegenerators:ender_simple: 11096 (init) -> 10908 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch industrialforegoing:dryrubber: 10437 (init) -> 10249 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch chiselsandbits:wrench_wood: 10116 (init) -> 9939 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch totemic:cedar_leaves: 9027 (init) -> 8850 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch pneumaticcraft:heat_sink: 7840 (init) -> 7841 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch refinedstorage:quartz_enriched_iron: 10164 (init) -> 9987 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch stevescarts:blockmetalstorage: 8974 (init) -> 8797 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch astralsorcery:blocktranslucentblock: 10018 (init) -> 9841 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch industrialforegoing:plant_interactor: 10432 (init) -> 10244 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch modularmachinery:blockfluidoutputhatch: 10466 (init) -> 10278 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch quark:prismarine_bricks_stairs: 5602 (init) -> 5632 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:corhelmet: 9361 (init) -> 9184 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:limestone_tiles: 10563 (init) -> 10375 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:dsword: 9341 (init) -> 9164 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch environmentaltech:kyronite_tile_slab: 10233 (init) -> 10045 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch cyclicmagic:harvester_block: 9946 (init) -> 9769 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:dreadiumshovel: 9406 (init) -> 9229 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:spirit_tree_face_large_mask: 10955 (init) -> 10767 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch simpleplanes:byg_fir_plane: 8857 (init) -> 11043 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:apick: 9343 (init) -> 9166 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:abychunk: 9320 (init) -> 9143 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:yogsothothcharm: 9480 (init) -> 9303 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch cyclicmagic:glowing_chorus: 9912 (init) -> 9735 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch environmentaltech:erodium_brick_stairs: 10217 (init) -> 10029 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch enderutilities:pet_contract: 6357 (init) -> 6375 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch industrialforegoing:oredictionary_converter: 10425 (init) -> 10237 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:dentrothyst_shard_green: 10882 (init) -> 10694 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:item_pants_crystal_red: 9722 (init) -> 9545 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch cyclicmagic:apple: 9937 (init) -> 9760 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch cyclicmagic:gold_minecart: 9809 (init) -> 9632 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:crystalbag_large: 9467 (init) -> 9290 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:yellow_dotted_fungus: 10909 (init) -> 10721 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:betweenstone_bricks_mirage: 10542 (init) -> 10354 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:leaves_spirit_tree_top: 10532 (init) -> 10344 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch simpleplanes:acacia_helicopter: 8759 (init) -> 11123 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch cyclicmagic:horse_upgrade_variant: 9843 (init) -> 9666 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch buildcrafttransport:pipe_wood_fluid: 10082 (init) -> 9905 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:alembic: 10868 (init) -> 10680 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:cpearl: 9331 (init) -> 9154 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:block_fluid_collector: 9599 (init) -> 9422 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:dreadstonecobblestoneslab1: 9292 (init) -> 9115 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch cyclicmagic:charm_air: 9919 (init) -> 9742 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:dreadstonecobblestoneslab2: 9293 (init) -> 9116 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:black_hat_mushroom: 10770 (init) -> 10582 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch quark:iron_rod: 5650 (init) -> 5559 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch simpleplanes:byg_redwood_large_plane: 8894 (init) -> 10985 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch pneumaticcraft:pcb_blueprint: 7760 (init) -> 7761 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:dreadiumingot: 9398 (init) -> 9221 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:smooth_cragrock_stairs: 10603 (init) -> 10415 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch environmentaltech:erodium_crystal: 10280 (init) -> 10092 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch pneumaticcraft:remote: 7773 (init) -> 7774 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:scabyst_pitstone_dotted: 10551 (init) -> 10363 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:button_bush: 10792 (init) -> 10604 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:dentrothyst_fluid_vial: 11059 (init) -> 10871 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:hollow_log: 10819 (init) -> 10631 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch astralsorcery:blockstructural: 10036 (init) -> 9859 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:skull_mask: 10953 (init) -> 10765 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:inactive_glowing_smooth_cragrock: 10560 (init) -> 10372 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:tiningot: 9427 (init) -> 9250 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch enderutilities:machine_1: 6374 (init) -> 6346 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch enderutilities:machine_0: 6373 (init) -> 6345 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:item_boots_crystal_black: 9753 (init) -> 9576 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:dreadiumhelmet: 9400 (init) -> 9223 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch betterbuilderswands:wandstone: 10041 (init) -> 9864 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:thatch: 10638 (init) -> 10450 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch tcomplement:manyullyn_helmet: 9012 (init) -> 8835 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:ethaxiumingot: 9437 (init) -> 9260 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:amate_map: 11079 (init) -> 10891 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch simpleplanes:bop_fir_large_plane: 8794 (init) -> 11095 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:smooth_pitstone_stairs: 10626 (init) -> 10438 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch cyclicmagic:tool_prospector: 9892 (init) -> 9715 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch pneumaticcraft:universal_sensor: 7828 (init) -> 7829 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:coraliumfire: 9177 (init) -> 9000 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:mossy_betweenstone_brick_stairs: 10605 (init) -> 10417 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch pneumaticcraft:assembly_program: 7757 (init) -> 7758 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch simpleplanes:byg_blue_enchanted_large_plane: 8838 (init) -> 11115 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch cyclicmagic:charm_antidote: 9916 (init) -> 9739 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch simpleplanes:bop_willow_plane: 8825 (init) -> 10970 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:item_growth_ring: 9640 (init) -> 9463 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch chiselsandbits:chiseled_cloth: 10124 (init) -> 9947 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:block_ranged_collector: 9545 (init) -> 9368 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch quark:stained_clay_tiles_cyan_slab: 5585 (init) -> 5615 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:valonite_ore: 10497 (init) -> 10309 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:block_placer: 9596 (init) -> 9419 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:chickenp: 9383 (init) -> 9206 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:mud_brick_wall: 10673 (init) -> 10485 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch quark:acacia_trapdoor: 5656 (init) -> 5565 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch simpleplanes:byg_mahogany_mega_plane: 8876 (init) -> 11021 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch refinedstorage:cutting_tool: 10166 (init) -> 9989 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch enderutilities:endercapacitor: 6336 (init) -> 6354 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:damp_torch: 10869 (init) -> 10681 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch tcomplement:knightslime_boots: 9019 (init) -> 8842 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch quark:paper_wall: 5658 (init) -> 5567 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:abystairs: 9164 (init) -> 8987 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch mob_grinding_utils:absorption_upgrade: 7163 (init) -> 7176 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch cyclicmagic:spikes_diamond: 9858 (init) -> 9681 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:lichen: 10827 (init) -> 10639 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:omotholportal: 9250 (init) -> 9073 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:statue: 9264 (init) -> 9087 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch cyclicmagic:ender_wool: 9907 (init) -> 9730 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch totemic:totem_base: 9032 (init) -> 8855 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch pneumaticcraft:pneumatic_door_base: 7818 (init) -> 7819 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch astralsorcery:blockmarble: 10029 (init) -> 9852 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch spartanshields:shield_tower_silver: 8951 (init) -> 8774 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch astralsorcery:blockattunementaltar: 10009 (init) -> 9832 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:abyslab1: 9162 (init) -> 8985 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch cyclicmagic:tool_mount_inverse: 9926 (init) -> 9749 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:abyslab2: 9163 (init) -> 8986 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch cyclicmagic:crystallized_obsidian: 9808 (init) -> 9631 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch pneumaticcraft:vortex_cannon: 7749 (init) -> 7750 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:gatekeeperessence: 9492 (init) -> 9315 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:weak_polished_limestone: 10581 (init) -> 10393 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch refinedstorage:wrench: 10185 (init) -> 10008 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:cragrock_bricks: 10557 (init) -> 10369 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:dreadiumplate: 9401 (init) -> 9224 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch enderutilities:enderbag: 6343 (init) -> 6361 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:aplate: 9354 (init) -> 9177 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:item_filling_wand: 9617 (init) -> 9440 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:gem_singer: 11082 (init) -> 10894 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch supersoundmuffler:sound_muffler: 9001 (init) -> 8824 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch refinedstorage:fluid_storage: 10144 (init) -> 9967 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:abydiaore: 9237 (init) -> 9060 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch storagenetwork:controller: 11115 (init) -> 10927 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:mud_tiles_water: 10733 (init) -> 10545 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:weedwood_plank_stairs: 10630 (init) -> 10442 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch quark:stone_andesite_slab: 5599 (init) -> 5629 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch simpleplanes:byg_aspen_large_plane: 8830 (init) -> 10953 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:test_item_chimp: 11046 (init) -> 10858 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch contenttweaker:the_oj: 9780 (init) -> 9603 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch enderutilities:storage_0: 6381 (init) -> 6353 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch quark:jungle_trapdoor: 5655 (init) -> 5564 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch cyclicmagic:ender_eye_orb: 9885 (init) -> 9708 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:smooth_cragrock_slab: 10651 (init) -> 10463 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch astralsorcery:itemjournal: 9976 (init) -> 9799 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch tcomplement:chisel: 9022 (init) -> 8845 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch environmentaltech:nano_cont_ranged_1: 10362 (init) -> 10174 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch environmentaltech:nano_cont_ranged_5: 10366 (init) -> 10178 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch environmentaltech:nano_cont_ranged_4: 10365 (init) -> 10177 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch environmentaltech:nano_cont_ranged_3: 10364 (init) -> 10176 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch industrialforegoing:mob_detector: 10408 (init) -> 10220 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch environmentaltech:nano_cont_ranged_2: 10363 (init) -> 10175 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch refinedstorage:interface: 10155 (init) -> 9978 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch environmentaltech:nano_cont_ranged_6: 10367 (init) -> 10179 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch environmentaltech:modifier_saturation: 10360 (init) -> 10172 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch primal_tech:water_saw: 9139 (init) -> 8944 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:omotholflesh: 9457 (init) -> 9280 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch primal_tech:stone_club: 9122 (init) -> 8959 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:cave_moss: 10820 (init) -> 10632 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:dreadaltartop: 9225 (init) -> 9048 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:item_helm_crystal_light_blue: 9740 (init) -> 9563 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:items_plant_drop: 10878 (init) -> 10690 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:basilisk_arrow: 10996 (init) -> 10808 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:dreadkey: 9421 (init) -> 9244 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch pneumaticcraft:aerial_interface: 7829 (init) -> 7830 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch pneumaticcraft:manometer: 7755 (init) -> 7756 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:item_crafter_on_a_stick: 9679 (init) -> 9502 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch spartanshields:shield_basic_invar: 8952 (init) -> 8775 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:block_bio_reactor: 9526 (init) -> 9349 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:item_drill_upgrade_speed_ii: 9664 (init) -> 9487 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:smooth_cragrock: 10575 (init) -> 10387 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:pitstone_bricks: 10571 (init) -> 10383 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch simpleplanes:byg_rainbow_eucalyptus_mega_plane: 8892 (init) -> 11054 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch quark:stone_granite_bricks_slab: 5614 (init) -> 5644 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:compacted_mud_slope: 10757 (init) -> 10569 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:amate_paper_pane_1: 10623 (init) -> 10435 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:amate_paper_pane_3: 10625 (init) -> 10437 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:amate_paper_pane_2: 10624 (init) -> 10436 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch charcoalblock:charcoal_block: 9146 (init) -> 8969 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch simpleplanes:bop_fir_plane: 8793 (init) -> 11071 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch simplyarrows:arrow_love: 8928 (init) -> 8751 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:cbrick: 9396 (init) -> 9219 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch quark:prismarine_dark_stairs: 5604 (init) -> 5634 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch quark:soul_bead: 5675 (init) -> 5553 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:blue_eyed_grass: 10787 (init) -> 10599 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:coraliumore: 9165 (init) -> 8988 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch environmentaltech:erodium_paver: 10213 (init) -> 10025 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:block_dropper: 9597 (init) -> 9420 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch buildcrafttransport:pipe_cobble_fluid: 10083 (init) -> 9906 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch totemic:cedar_plank: 9025 (init) -> 8848 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:elixir: 11057 (init) -> 10869 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:swamp_talisman: 10879 (init) -> 10691 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch simpleplanes:byg_holly_large_plane: 8866 (init) -> 11109 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:weedwood_log_fence: 10687 (init) -> 10499 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch quark:gunpowder_block: 5678 (init) -> 5676 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:limestone_pillar: 10589 (init) -> 10401 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:bulb_capped_mushroom_cap: 10779 (init) -> 10591 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch vc:item_dismounter_player: 9060 (init) -> 8884 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch cyclicmagic:melter: 9943 (init) -> 9766 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch environmentaltech:litherite_tile_slab: 10211 (init) -> 10023 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:pitstone_brick_wall: 10679 (init) -> 10491 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch simpleplanes:bop_hellbark_plane: 8797 (init) -> 10979 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch primal_tech:charcoal_block: 9129 (init) -> 8934 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:monolithpillar: 9267 (init) -> 9090 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch storagedrawers:upgrade_redstone: 8985 (init) -> 8817 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch environmentaltech:laser_lens: 10324 (init) -> 10136 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:weedwood_shield: 10980 (init) -> 10792 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:item_drill_upgrade_silk_touch: 9666 (init) -> 9489 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:energydepositioner: 9307 (init) -> 9130 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch simpleplanes:bop_jacaranda_helicopter: 8803 (init) -> 11002 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:block_wild: 9602 (init) -> 9425 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch refinedstorage:upgrade: 10179 (init) -> 10002 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch refinedstorage:processor: 10176 (init) -> 9999 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch mob_grinding_utils:saw_upgrade: 7164 (init) -> 7177 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:block_lava_factory_controller: 9564 (init) -> 9387 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:block_chiseled_quartz_stair: 9607 (init) -> 9430 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch pneumaticcraft:pressure_chamber_valve: 7812 (init) -> 7813 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch astralsorcery:blockchalice: 10007 (init) -> 9830 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch pneumaticcraft:assembly_laser: 7823 (init) -> 7824 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch pneumaticcraft:pneumatic_chestplate: 7752 (init) -> 7753 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch simplegenerators:fluid_combustion_simple: 11104 (init) -> 10916 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch cyclicmagic:storage_bag: 9834 (init) -> 9657 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch quark:biotite_slab: 5667 (init) -> 5545 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch simpleplanes:bop_magic_large_plane: 8810 (init) -> 11077 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch buildcraftfactory:water_gel_spawn: 10062 (init) -> 9885 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:depthsboots: 9372 (init) -> 9195 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:ring_of_summoning: 11068 (init) -> 10880 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch pneumaticcraft:logistic_frame_default_storage: 7855 (init) -> 7734 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:hanger: 10829 (init) -> 10641 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch pneumaticcraft:pneumatic_cylinder: 7750 (init) -> 7751 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:lurker_skin_pouch: 11010 (init) -> 10822 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:soft_rush: 10813 (init) -> 10625 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:item_paxel_crystal_light_blue: 9744 (init) -> 9567 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch enderutilities:chairwand: 6340 (init) -> 6358 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch quark:quartz_wall: 5552 (init) -> 5582 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch industrialforegoing:plastic: 10438 (init) -> 10250 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:lurker_skin_leggings: 10941 (init) -> 10753 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:rotten_planks: 10760 (init) -> 10572 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:spirit_tree_face_small_mask_animated: 10957 (init) -> 10769 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:cragrock_brick_wall: 10675 (init) -> 10487 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch buildcrafttransport:pipe_structure: 10065 (init) -> 9888 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch primal_tech:wooden_basin: 9141 (init) -> 8946 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:item_pants_quartz: 9653 (init) -> 9476 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:nibblestick: 10932 (init) -> 10744 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch quark:stained_clay_tiles_light_blue_slab: 5579 (init) -> 5609 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:cragrock: 10489 (init) -> 10301 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:block_treasure_chest: 9561 (init) -> 9384 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch pneumaticcraft:redstone_module: 7735 (init) -> 7860 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch pneumaticcraft:fluid.etchacid: 7737 (init) -> 7728 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch pneumaticcraft:spawner_agitator: 7858 (init) -> 7737 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:thatch_roof: 10872 (init) -> 10684 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch industrialforegoing:hydrator: 10428 (init) -> 10240 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:sludgy_dirt: 10485 (init) -> 10297 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch davincisvessels:balloon: 10189 (init) -> 11057 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch cyclicmagic:horse_upgrade_health: 9844 (init) -> 9667 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:loot_urn: 10727 (init) -> 10539 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:tieredenergypedestal: 9269 (init) -> 9092 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch buildcraftfactory:autoworkbench_item: 10055 (init) -> 9878 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:azathothcharm: 9478 (init) -> 9301 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch simpleplanes:byg_rainbow_eucalyptus_large_plane: 8890 (init) -> 11074 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch cyclicmagic:block_vacuum: 9934 (init) -> 9757 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch enderutilities:enderporter: 6348 (init) -> 6366 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:valonite_pickaxe: 10977 (init) -> 10789 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch primal_tech:bone_shard: 9116 (init) -> 8953 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:odbcore: 9172 (init) -> 8995 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch environmentaltech:ionite_tiles: 10248 (init) -> 10060 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch astralsorcery:itemcrystalpickaxe: 9994 (init) -> 9817 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch astralsorcery:itemperkseal: 9990 (init) -> 9813 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:tar_solid_slab: 10643 (init) -> 10455 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:cthulhucoin: 9449 (init) -> 9272 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:rubber_tree_plank_fence: 10688 (init) -> 10500 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch astralsorcery:blockflarelight: 10005 (init) -> 9828 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:block_firework_box: 9533 (init) -> 9356 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:caving_rope: 11011 (init) -> 10823 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch astralsorcery:itemcrystalshovel: 9995 (init) -> 9818 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch stevescarts:blockdistributor: 8968 (init) -> 8791 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch environmentaltech:kyronite_paver_slab: 10231 (init) -> 10043 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch enderutilities:endertool: 6350 (init) -> 6368 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch valkyrielib:guide: 10198 (init) -> 10010 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:item_hoe_crystal_blue: 9729 (init) -> 9552 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch cyclicmagic:wireless_receiver: 9856 (init) -> 9679 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch vc:modules/item_module_creative: 9073 (init) -> 8897 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch vc:item_airship_engine: 9065 (init) -> 8889 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch environmentaltech:aethium: 10256 (init) -> 10068 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:necronomicon_dre: 9462 (init) -> 9285 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch vc:airship_workbench: 9079 (init) -> 8881 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:abyiroore: 9235 (init) -> 9058 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch industrialforegoing:fertilizer: 10439 (init) -> 10251 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:shadowshard: 9392 (init) -> 9215 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch industrialforegoing:block_placer: 10404 (init) -> 10216 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch davincisvessels:seat: 10191 (init) -> 11029 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:purifier: 10840 (init) -> 10652 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch totemic:cooked_buffalo_meat: 9051 (init) -> 8874 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:valonite_helmet: 10947 (init) -> 10759 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:abycopore: 9240 (init) -> 9063 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:dreadshard: 9318 (init) -> 9141 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:dltbutton: 9181 (init) -> 9004 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch simplyarrows:arrow_torch: 8927 (init) -> 8750 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch simpleplanes:crimson_large_plane: 8766 (init) -> 11056 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:smooth_pitstone_wall: 10671 (init) -> 10483 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch progressiontweaks:machine_frame: 10384 (init) -> 10196 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:flat_head_mushroom: 10772 (init) -> 10584 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:item_boots_crystal_white: 9773 (init) -> 9596 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:coraliumu: 9378 (init) -> 9201 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:swamp_kelp_item: 10922 (init) -> 10734 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:item_coffee_beans: 9687 (init) -> 9510 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:item_shelf: 10637 (init) -> 10449 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:item_engineer_goggles: 9614 (init) -> 9437 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:dentrothyst_vial: 11058 (init) -> 10870 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch guideapi:modularrouters-guidebook: 11138 (init) -> 10950 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch spartanshields:shield_tower_lead: 8961 (init) -> 8784 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:dreadblade: 9418 (init) -> 9241 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:hearthgrove_plank_slab: 10660 (init) -> 10472 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:angler_meat_raw: 10890 (init) -> 10702 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch simpleplanes:byg_baobab_plane: 8833 (init) -> 11113 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:scabyst_brick_stairs: 10608 (init) -> 10420 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch quark:stained_clay_tiles_magenta_stairs: 5562 (init) -> 5592 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:cracked_betweenstone_brick_wall: 10684 (init) -> 10496 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:shambler_tongue: 11083 (init) -> 10895 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch cyclicmagic:tool_swap: 9840 (init) -> 9663 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch enderutilities:phasing: 6377 (init) -> 6349 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch pneumaticcraft:scuba_upgrade: 7803 (init) -> 7804 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch environmentaltech:pladium_crystal: 10282 (init) -> 10094 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch astralsorcery:blockrituallink: 10015 (init) -> 9838 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch cyclicmagic:placer_block: 9953 (init) -> 9776 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:dungeon_door_runes_mimic: 10729 (init) -> 10541 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:nitreore: 9234 (init) -> 9057 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch primal_tech:flint_block: 9128 (init) -> 8933 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch simpleplanes:byg_zelkova_large_plane: 8910 (init) -> 10976 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch pneumaticcraft:assembly_io_unit: 7820 (init) -> 7821 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch cyclicmagic:fire_dark: 9850 (init) -> 9673 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch simpleplanes:byg_mangrove_plane: 8877 (init) -> 10998 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:dentrothyst_shard_orange: 10881 (init) -> 10693 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:syrmorite_shield: 10982 (init) -> 10794 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch vc:item_viesoline_pellets: 9061 (init) -> 8885 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch pneumaticcraft:volume_upgrade: 7788 (init) -> 7789 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:cingot: 9333 (init) -> 9156 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch astralsorcery:itemcelestialcrystal: 9974 (init) -> 9797 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:item_water_bowl: 9623 (init) -> 9446 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch base:wrench: 9775 (init) -> 9598 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:betweenstone_wall: 10668 (init) -> 10480 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch environmentaltech:pladium_brick_slab: 10243 (init) -> 10055 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch quark:duskbound_block_slab: 5633 (init) -> 5663 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:item_jam: 9677 (init) -> 9500 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:block_canola: 9576 (init) -> 9399 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch environmentaltech:litherite: 10201 (init) -> 10013 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch cyclicmagic:block_screen: 9958 (init) -> 9781 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch spartanshields:shield_basic_stone: 8931 (init) -> 8754 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:weedwood_sword: 10961 (init) -> 10773 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:sulfur_torch: 10850 (init) -> 10662 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:hag_hacker: 11003 (init) -> 10815 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch primal_tech:wooden_hopper: 9133 (init) -> 8938 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch environmentaltech:litherite_tiles: 10204 (init) -> 10016 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:ahoe: 9347 (init) -> 9170 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch simplegenerators:geothermal_simple: 11102 (init) -> 10914 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch industrialforegoing:sewage_composter_solidifier: 10405 (init) -> 10217 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch pneumaticcraft:programmable_controller: 7842 (init) -> 7843 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch simpleplanes:ft_citrus_large_plane: 8918 (init) -> 11084 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:block_greenhouse_glass: 9594 (init) -> 9417 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:item_axe_quartz: 9703 (init) -> 9526 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:block_compost: 9579 (init) -> 9402 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch xnet:netcable: 9100 (init) -> 8923 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:block_pillar_quartz_slab: 9611 (init) -> 9434 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch totemic:eagle_drops: 9055 (init) -> 8878 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:sapling_hearthgrove: 10523 (init) -> 10335 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch pneumaticcraft:magnet_upgrade: 7798 (init) -> 7799 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:tall_cattail: 10815 (init) -> 10627 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch astralsorcery:blockcustomflower: 10028 (init) -> 9851 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:temple_bricks: 10610 (init) -> 10422 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:item_more_damage_lens: 9630 (init) -> 9453 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:log_rotten_bark_carved_1: 10738 (init) -> 10550 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:log_rotten_bark_carved_3: 10740 (init) -> 10552 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:log_rotten_bark_carved_2: 10739 (init) -> 10551 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:log_rotten_bark_carved_5: 10742 (init) -> 10554 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:bottle_brush_grass: 10790 (init) -> 10602 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:log_rotten_bark_carved_4: 10741 (init) -> 10553 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:broomsedge: 10791 (init) -> 10603 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:middle_fruit_bush_seeds: 10885 (init) -> 10697 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch contenttweaker:bronze_legs: 9787 (init) -> 9610 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch simpleplanes:bop_redwood_large_plane: 8818 (init) -> 10967 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:log_rotten_bark_carved_7: 10744 (init) -> 10556 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:log_rotten_bark_carved_6: 10743 (init) -> 10555 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:log_rotten_bark_carved_9: 10746 (init) -> 10558 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:log_rotten_bark_carved_8: 10745 (init) -> 10557 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:christmas_on_the_marsh: 11021 (init) -> 10833 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:infuser: 10862 (init) -> 10674 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:block_breaker: 9595 (init) -> 9418 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch environmentaltech:modifier_glowing: 10361 (init) -> 10173 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch totemic:wind_chime: 9036 (init) -> 8859 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch environmentaltech:kyronite_bricks: 10225 (init) -> 10037 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:block_enervator: 9563 (init) -> 9386 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:corflesh: 9336 (init) -> 9159 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch simpleplanes:bop_hellbark_mega_plane: 8800 (init) -> 11014 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch quark:sandstone_wall: 5548 (init) -> 5578 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:boneset: 10789 (init) -> 10601 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:crystallizer_on: 9228 (init) -> 9051 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:transmutationgem: 9335 (init) -> 9158 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:mud_brick_shingle_stairs: 10663 (init) -> 10475 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch quark:magma_bricks_slab: 5629 (init) -> 5659 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:ethbrick: 9436 (init) -> 9259 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch industrialforegoing:black_hole_label: 10460 (init) -> 10272 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:item_player_probe: 9621 (init) -> 9444 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch refinedstorage:fluid_storage_disk: 10168 (init) -> 9991 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch cyclicmagic:block_forester: 9940 (init) -> 9763 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:pitstone_chiseled: 10547 (init) -> 10359 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch vc:achievements/achievement_airship: 9076 (init) -> 8900 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:odb: 9169 (init) -> 8992 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch totemic:bark_stripper: 9045 (init) -> 8868 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:battery_triple_bauble: 9510 (init) -> 9333 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch environmentaltech:erodium_bricks: 10214 (init) -> 10026 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch spartanshields:shield_tower_tin: 8949 (init) -> 8772 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch buildcraftsilicon:redstone_chipset: 10103 (init) -> 9926 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch primal:paraffin: 11135 (init) -> 10946 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch primal_tech:fibre_torch: 9132 (init) -> 8937 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:smooth_betweenstone_stairs: 10602 (init) -> 10414 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch quark:black_ash: 5683 (init) -> 5681 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch environmentaltech:aethium_stairs: 10260 (init) -> 10072 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:mossy_smooth_betweenstone_wall: 10683 (init) -> 10495 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:weedwood_plank_fence_gate: 10692 (init) -> 10504 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch primal_tech:stone_mallet: 9126 (init) -> 8963 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:giant_root: 10785 (init) -> 10597 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:crystalcluster: 9275 (init) -> 9098 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:string_roots: 10822 (init) -> 10634 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch enderutilities:enderpart: 6337 (init) -> 6355 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:syrmorite_pressure_plate: 10700 (init) -> 10512 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch simpleplanes:byg_skyris_plane: 8897 (init) -> 10956 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch industrialforegoing:lava_fabricator: 10409 (init) -> 10221 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch primal_tech:rock: 9119 (init) -> 8956 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:log_sap: 10519 (init) -> 10331 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:abyssalsand: 9283 (init) -> 9106 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch environmentaltech:aethium_tiles: 10259 (init) -> 10071 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch spartanshields:shield_basic_wood: 8930 (init) -> 8753 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch mob_grinding_utils:mob_swab: 7165 (init) -> 7178 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:abyssalnitecobblestonewall: 9298 (init) -> 9121 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch waterstrainer:strainer_survivalist_dense_solid: 9090 (init) -> 8914 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch environmentaltech:kyronite_paver: 10224 (init) -> 10036 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch simpleplanes:byg_baobab_mega_plane: 8836 (init) -> 11012 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch buildcrafttransport:pipe_stone_power: 10095 (init) -> 9918 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:emerald_paxel: 9712 (init) -> 9535 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:mud: 10483 (init) -> 10295 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:empty_amate_map: 11078 (init) -> 10890 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch buildcrafttransport:pipe_cobble_item: 10067 (init) -> 9890 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch pneumaticcraft:aphorism_tile: 7831 (init) -> 7832 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch astralsorcery:blockwell: 10011 (init) -> 9834 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:worm_dungeon_pillar: 10705 (init) -> 10517 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:pale_grass: 10823 (init) -> 10635 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch environmentaltech:solar_cell_litherite: 10314 (init) -> 10126 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch industrialforegoing:fortune_addon: 10458 (init) -> 10270 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch astralsorcery:blocklens: 10022 (init) -> 9845 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:stalactite: 10506 (init) -> 10318 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:rotten_plank_fence: 10763 (init) -> 10575 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch astralsorcery:itemenchantmentamulet: 10003 (init) -> 9826 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:edge_moss: 10719 (init) -> 10531 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:block_coffee: 9578 (init) -> 9401 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch davincisvessels:marker: 10187 (init) -> 11094 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch environmentaltech:aethium_crystal: 10284 (init) -> 10096 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch tallgates:tall_gate: 9002 (init) -> 8825 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:item_paxel_crystal_black: 9754 (init) -> 9577 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch quark:stained_clay_tiles_white_slab: 5576 (init) -> 5606 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch modularmachinery:blockenergyoutputhatch: 10468 (init) -> 10280 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:ironp: 9382 (init) -> 9205 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch primal_tech:bone_shovel: 9113 (init) -> 8950 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:block_smiley_cloud: 9548 (init) -> 9371 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch pneumaticcraft:assembly_controller: 7824 (init) -> 7825 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch quark:soul_sandstone_slab: 5636 (init) -> 5666 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch quark:midori_block: 5622 (init) -> 5652 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:bog_bean_flower: 10801 (init) -> 10613 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:item_solidified_experience: 9681 (init) -> 9504 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:ironu: 9374 (init) -> 9197 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:nibbletwig_plank_fence: 10691 (init) -> 10503 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch industrialforegoing:animal_byproduct_recolector: 10406 (init) -> 10218 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:gecko_cage: 10861 (init) -> 10673 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch spartanshields:shield_basic_bronze: 8942 (init) -> 8765 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch environmentaltech:ionite_slab: 10252 (init) -> 10064 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:pyrad_flame: 11049 (init) -> 10861 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch mob_grinding_utils:gm_chicken_feed: 7166 (init) -> 7179 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:rune_door_key: 11084 (init) -> 10896 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch betterwithmods:moulding_wood: 5422 (init) -> 5419 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch spartanshields:shield_riot_rftools: 8964 (init) -> 8787 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:eldercoin: 9450 (init) -> 9273 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:item_chest_crystal_red: 9721 (init) -> 9544 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch quark:glass_shards: 5645 (init) -> 5684 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:cloth: 9390 (init) -> 9213 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch davincisvessels:floater: 10188 (init) -> 11022 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:weeping_blue: 10768 (init) -> 10580 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch enderutilities:portalscaler: 6360 (init) -> 6378 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch pneumaticcraft:logistic_drone: 7776 (init) -> 7777 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:block_item_repairer: 9593 (init) -> 9416 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch buildcrafttransport:pipe_sandstone_fluid: 10089 (init) -> 9912 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:item_drill_upgrade_fortune: 9667 (init) -> 9490 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch storagedrawers:keybutton: 8992 (init) -> 8802 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:rope_item: 11064 (init) -> 10876 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch simpleplanes:byg_mahogany_plane: 8873 (init) -> 11063 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:mire_snail_egg_cooked: 10889 (init) -> 10701 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch contenttweaker:bronze_chest: 9789 (init) -> 9612 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:sulfur_ore: 10498 (init) -> 10310 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:weedwood_jukebox: 10843 (init) -> 10655 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch cyclicmagic:password_remote: 9880 (init) -> 9703 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:item_paxel_crystal_green: 9764 (init) -> 9587 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch totemic:totempedia: 9048 (init) -> 8871 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:net: 11009 (init) -> 10821 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:abybrick: 9161 (init) -> 8984 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:dspplate: 9179 (init) -> 9002 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch industrialforegoing:material_stonework_factory: 10420 (init) -> 10232 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:item_pants_crystal_white: 9772 (init) -> 9595 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:item_axe_emerald: 9693 (init) -> 9516 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch contenttweaker:copper_chest: 9779 (init) -> 9602 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:rubber_tree_plank_trapdoor: 10852 (init) -> 10664 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:octine_axe: 10971 (init) -> 10783 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:aboots: 9356 (init) -> 9179 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch simpleplanes:byg_ebony_plane: 8853 (init) -> 11117 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch simplegenerators:combustion_upgradable: 11093 (init) -> 10905 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:cragrock_wall: 10674 (init) -> 10486 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:block_testifi_bucks_white_wall: 9551 (init) -> 9374 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch quark:charred_nether_bricks: 5608 (init) -> 5638 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch astralsorcery:blockmapdrawingtable: 10019 (init) -> 9842 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:energypedestal: 9266 (init) -> 9089 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:forbidden_fig: 10924 (init) -> 10736 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch primal_tech:fibre_torch_lit: 9135 (init) -> 8940 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch simpleplanes:spruce_large_plane: 8778 (init) -> 10974 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:item_axe_crystal_light_blue: 9736 (init) -> 9559 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch cyclicmagic:fire_killer: 9889 (init) -> 9712 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:mud_brick_slab_decay_4: 10717 (init) -> 10529 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch quark:stained_clay_tiles_lime_stairs: 5565 (init) -> 5595 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:mud_brick_slab_decay_2: 10715 (init) -> 10527 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:mud_brick_slab_decay_3: 10716 (init) -> 10528 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:mud_brick_slab_decay_1: 10714 (init) -> 10526 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:mre: 9381 (init) -> 9204 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:block_fishing_net: 9590 (init) -> 9413 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch refinedstorage:filter: 10180 (init) -> 10003 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch astralsorcery:itemchargedcrystalpickaxe: 10000 (init) -> 9823 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch simpleplanes:byg_pine_mega_plane: 8888 (init) -> 11044 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch cyclicmagic:ender_water: 9914 (init) -> 9737 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:abyssalcobblestoneslab1: 9288 (init) -> 9111 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:abyssalcobblestoneslab2: 9289 (init) -> 9112 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:item_pickaxe_emerald: 9692 (init) -> 9515 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch tcomplement:porcelain_alloy_tank: 9011 (init) -> 8834 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:dreadportal: 9203 (init) -> 9026 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:dplate: 9358 (init) -> 9181 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch primal:brine_netjry: 11130 (init) -> 10943 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch simpleplanes:byg_jacaranda_plane: 8869 (init) -> 11066 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:item_axe_crystal_red: 9716 (init) -> 9539 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch refinedstorage:network_card: 10181 (init) -> 10004 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch environmentaltech:lonsdaleite_crystal: 10285 (init) -> 10097 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch storagenetwork:upgrade: 11116 (init) -> 10928 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch tcomplement:cast: 9004 (init) -> 8827 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch environmentaltech:mica: 10278 (init) -> 10090 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch quark:stone_wall: 5544 (init) -> 5574 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:druid_stone_2: 10475 (init) -> 10287 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:druid_stone_3: 10476 (init) -> 10288 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:druid_stone_1: 10474 (init) -> 10286 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:druid_stone_6: 10479 (init) -> 10291 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:druid_stone_4: 10477 (init) -> 10289 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:druid_stone_5: 10478 (init) -> 10290 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:item_battery_triple: 9660 (init) -> 9483 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch enderutilities:energy_bridge: 6372 (init) -> 6344 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch environmentaltech:ionite_stairs: 10249 (init) -> 10061 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:valonite_sword: 10973 (init) -> 10785 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch witherskelefix:blade2: 11122 (init) -> 10934 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:item_pickaxe_quartz: 9702 (init) -> 9525 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch spartanshields:shield_tower_diamond: 8940 (init) -> 8763 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:polished_limestone_stairs: 10604 (init) -> 10416 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch simpleplanes:ft_citrus_plane: 8917 (init) -> 10977 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:item_paxel_crystal_white: 9774 (init) -> 9597 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch cyclicmagic:exp_pylon: 9949 (init) -> 9772 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch cyclicmagic:sandstone_axe: 9828 (init) -> 9651 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:carboncluster: 9409 (init) -> 9232 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch tcomplement:manyullyn_leggings: 9014 (init) -> 8837 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch mob_grinding_utils:xp_tap: 7174 (init) -> 7168 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch pneumaticcraft:camo_applicator: 7786 (init) -> 7787 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch astralsorcery:itemexchangewand: 9986 (init) -> 9809 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:item_boots_obsidian: 9650 (init) -> 9473 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch cyclicmagic:fluid_pipe: 9867 (init) -> 9690 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:mud_tower_beam_lens_supports: 10724 (init) -> 10536 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:crate: 9173 (init) -> 8996 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch simpleplanes:spruce_mega_plane: 8780 (init) -> 11076 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch astralsorcery:itemilluminationwand: 9981 (init) -> 9804 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch environmentaltech:pladium: 10234 (init) -> 10046 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch chiselsandbits:chiseled_iron: 10123 (init) -> 9946 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch cyclicmagic:ender_lightning: 9897 (init) -> 9720 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:item_rice_seed: 9688 (init) -> 9511 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch simpleplanes:byg_cherry_large_plane: 8842 (init) -> 11120 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch environmentaltech:tool_multiblock_assembler: 10287 (init) -> 10099 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch enderutilities:enderbow: 6344 (init) -> 6362 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:edge_shroom: 10718 (init) -> 10530 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:mysterious_record: 11025 (init) -> 10837 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:explorers_hat: 10954 (init) -> 10766 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch chiselsandbits:chiseled_snow: 10132 (init) -> 9955 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:weedwood_plank_slab: 10657 (init) -> 10469 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch buildcrafttransport:pipe_iron_item: 10070 (init) -> 9893 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch industrialforegoing:potion_enervator: 10392 (init) -> 10204 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch quark:stone_diorite_slab: 5597 (init) -> 5627 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:block_leaf_generator: 9547 (init) -> 9370 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch industrialforegoing:crop_sower: 10395 (init) -> 10207 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch simpleplanes:byg_holly_helicopter: 8867 (init) -> 10986 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:scabyst_brick_wall: 10685 (init) -> 10497 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:item_laser_upgrade_range: 9615 (init) -> 9438 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch simplegenerators:geothermal_upgradable: 11103 (init) -> 10915 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch primal_tech:bone_pickaxe: 9111 (init) -> 8948 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch environmentaltech:structure_frame_6: 10297 (init) -> 10109 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch cyclicmagic:mattock: 9904 (init) -> 9727 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch environmentaltech:structure_frame_4: 10295 (init) -> 10107 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch environmentaltech:structure_frame_5: 10296 (init) -> 10108 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch environmentaltech:structure_frame_2: 10293 (init) -> 10105 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch environmentaltech:structure_frame_3: 10294 (init) -> 10106 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch refinedstorage:network_receiver: 10161 (init) -> 9984 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch totemic:totem_torch: 9034 (init) -> 8857 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch quark:stained_clay_tiles_blue_stairs: 5571 (init) -> 5601 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch industrialforegoing:laser_base: 10412 (init) -> 10224 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:present: 10766 (init) -> 10578 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:corlegs: 9363 (init) -> 9186 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch pneumaticcraft:pressure_chamber_glass: 7811 (init) -> 7812 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:item_drill_upgrade_three_by_three: 9669 (init) -> 9492 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:dreadfire: 9204 (init) -> 9027 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch simpleplanes:byg_blue_enchanted_plane: 8837 (init) -> 11069 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:block_crystal_cluster_lapis: 9518 (init) -> 9341 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:skin: 9473 (init) -> 9296 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch primal_tech:stick_bundle: 9131 (init) -> 8936 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch buildcraftcore:gear_diamond: 9801 (init) -> 9624 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch environmentaltech:structure_frame_1: 10292 (init) -> 10104 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch quark:trowel: 5644 (init) -> 5674 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:item_shovel_crystal_black: 9747 (init) -> 9570 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch environmentaltech:aethium_brick_slab: 10265 (init) -> 10077 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:bulb_capped_mushroom_stalk: 10780 (init) -> 10592 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch environmentaltech:litherite_tile_stairs: 10207 (init) -> 10019 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch simplegenerators:soul_simple: 11100 (init) -> 10912 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch xnet:controller: 9103 (init) -> 8926 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch environmentaltech:pladium_paver_slab: 10242 (init) -> 10054 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:crab_stick: 10911 (init) -> 10723 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:weedwood_shovel: 10962 (init) -> 10774 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:psdl: 9187 (init) -> 9010 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch cyclicmagic:tool_elevate: 9881 (init) -> 9704 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch pneumaticcraft:logistic_frame_requester: 7856 (init) -> 7735 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch simplegenerators:nether_upgradable: 11099 (init) -> 10911 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch refinedstorage:external_storage: 10148 (init) -> 9971 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:dj_wights_mixtape: 11028 (init) -> 10840 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:giant_root_plank_fence_gate: 10695 (init) -> 10507 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:item_paxel_crystal_blue: 9734 (init) -> 9557 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:item_axe_obsidian: 9698 (init) -> 9521 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch buildcraftcore:gear_wood: 9797 (init) -> 9620 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:tieredenergyrelay: 9281 (init) -> 9104 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch industrialforegoing:fluid_crafter: 10431 (init) -> 10243 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch simpleplanes:oak_large_plane: 8754 (init) -> 11009 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:darkbrickslab1: 9151 (init) -> 8974 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:darkbrickslab2: 9152 (init) -> 8975 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch spartanshields:shield_tower_steel: 8945 (init) -> 8768 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:kraken_calamari: 10902 (init) -> 10714 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:nettle_flowered: 10807 (init) -> 10619 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch davincisvessels:securedbed: 10186 (init) -> 11033 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:engraving_elder: 9454 (init) -> 9277 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:angry_pebble: 11071 (init) -> 10883 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch pneumaticcraft:capacitor: 7762 (init) -> 7763 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:dreadstonecobblestonewall: 9294 (init) -> 9117 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:candy_red: 10926 (init) -> 10738 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:gecko: 11050 (init) -> 10862 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch industrialforegoing:mob_imprisonment_tool: 10441 (init) -> 10253 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:item_chest_emerald: 9644 (init) -> 9467 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch quark:stone_andesite_stairs: 5598 (init) -> 5628 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch astralsorcery:itemchargedcrystalaxe: 9998 (init) -> 9821 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch pneumaticcraft:amadron_tablet: 7784 (init) -> 7785 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch contenttweaker:sub_block_holder_1: 9781 (init) -> 9604 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch contenttweaker:sub_block_holder_0: 9782 (init) -> 9605 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch contenttweaker:sub_block_holder_3: 9783 (init) -> 9606 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch contenttweaker:sub_block_holder_2: 9785 (init) -> 9608 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch simpleplanes:warped_helicopter: 8783 (init) -> 11082 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch quark:midori_block_wall: 5626 (init) -> 5656 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:the_explorer: 11022 (init) -> 10834 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch cyclicmagic:sandstone_sword: 9831 (init) -> 9654 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch enderutilities:ender_elevator: 6367 (init) -> 6339 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch industrialforegoing:animal_resource_harvester: 10400 (init) -> 10212 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch davincisvessels:gauge: 10190 (init) -> 11114 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:block_crystal_empowered: 9537 (init) -> 9360 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch simpleplanes:byg_mangrove_large_plane: 8878 (init) -> 11116 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch totemic:cedar_slab: 9029 (init) -> 8852 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch pneumaticcraft:logistics_configurator: 7775 (init) -> 7776 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch enderutilities:quickstacker: 6359 (init) -> 6377 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch environmentaltech:ionite_tile_slab: 10255 (init) -> 10067 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch quark:elder_prismarine: 5670 (init) -> 5548 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch simpleplanes:bop_palm_large_plane: 8814 (init) -> 10955 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch tcomplement:porcelain_melter: 9010 (init) -> 8833 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:crimson_middle_gem_ore: 10503 (init) -> 10315 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:dentrothyst_shield_green_polished: 10985 (init) -> 10797 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:copperingot: 9428 (init) -> 9251 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch environmentaltech:kyronite_stairs: 10227 (init) -> 10039 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch simpleplanes:ft_cherry_helicopter: 8915 (init) -> 10987 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:ethaxiumshovel: 9445 (init) -> 9268 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:snail_flesh_cooked: 10895 (init) -> 10707 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch chiselsandbits:chiseled_rock: 10122 (init) -> 9945 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch modularmachinery:blockoutputbus: 10464 (init) -> 10276 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch totemic:cedar_stairs: 9028 (init) -> 8851 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:item_pants_crystal_black: 9752 (init) -> 9575 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:block_heat_collector: 9592 (init) -> 9415 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:abyssalcobblestonestairs: 9287 (init) -> 9110 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:antibeef: 9429 (init) -> 9252 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:ethaxiumboots: 9442 (init) -> 9265 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:bone_shovel: 10966 (init) -> 10778 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch quark:world_stone_bricks: 5611 (init) -> 5641 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch mob_grinding_utils:fan_upgrade: 7162 (init) -> 7175 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:whead: 9207 (init) -> 9030 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch pneumaticcraft:advanced_pcb: 7772 (init) -> 7773 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch astralsorcery:itemhandtelescope: 9977 (init) -> 9800 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch modularmachinery:blockcontroller: 10461 (init) -> 10273 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch industrialforegoing:petrified_fuel_generator: 10387 (init) -> 10199 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch primal_tech:charcoal_hopper: 9134 (init) -> 8939 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:block_fluid_placer: 9598 (init) -> 9421 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch cyclicmagic:water_freezer: 9888 (init) -> 9711 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch cyclicmagic:horse_upgrade_jump: 9846 (init) -> 9669 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:limestone_wall: 10677 (init) -> 10489 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch environmentaltech:pladium_bricks: 10236 (init) -> 10048 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch cyclicmagic:trash: 9956 (init) -> 9779 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch cyclicmagic:tool_torch_launcher: 9887 (init) -> 9710 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:bone_axe: 10967 (init) -> 10779 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:mud_brick_shingle_slab: 10662 (init) -> 10474 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch environmentaltech:modifier_night_vision: 10357 (init) -> 10169 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:abyssalcobblestonewall: 9290 (init) -> 9113 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:rendingpedestal: 9305 (init) -> 9128 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:item_crystal: 9633 (init) -> 9456 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch astralsorcery:itemarchitectwand: 9985 (init) -> 9808 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch environmentaltech:modifier_accuracy: 10327 (init) -> 10139 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:item_shovel_crystal_green: 9757 (init) -> 9580 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:gatewaykeyjzh: 9422 (init) -> 9245 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch cyclicmagic:apple_lapis: 9927 (init) -> 9750 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch progressiontweaks:tomahawk: 10378 (init) -> 10190 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch chiselsandbits:chiseled_sand: 10129 (init) -> 9952 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:darkethaxiumbrick: 9255 (init) -> 9078 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch industrialforegoing:crop_enrich_material_injector: 10396 (init) -> 10208 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch industrialforegoing:energy_field_provider: 10424 (init) -> 10236 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:bone_helmet: 10935 (init) -> 10747 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch refinedstorage:portable_grid: 10137 (init) -> 9960 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch yoyos:yoyo: 11126 (init) -> 10938 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch astralsorcery:itemshiftingstar: 9984 (init) -> 9807 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch buildcraftfactory:gel: 10063 (init) -> 9886 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch buildcraftcore:map_location: 9803 (init) -> 9626 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch simpleplanes:spruce_plane: 8777 (init) -> 11018 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch cyclicmagic:tool_swap_match: 9841 (init) -> 9664 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch quark:sturdy_stone: 5592 (init) -> 5622 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch simpleplanes:byg_jacaranda_mega_plane: 8872 (init) -> 11027 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:weedwood_door_item: 11033 (init) -> 10845 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch astralsorcery:blockmarblestairs: 10004 (init) -> 9827 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:pitstone_slab: 10640 (init) -> 10452 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch environmentaltech:litherite_bricks: 10203 (init) -> 10015 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:cragrock_brick_slab: 10647 (init) -> 10459 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch primal_tech:wood_club: 9120 (init) -> 8957 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:corsword: 9351 (init) -> 9174 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch buildcraftsilicon:plug_facade: 10107 (init) -> 9930 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch quark:hardened_clay_tiles_slab: 5558 (init) -> 5588 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:item_pants_crystal_green: 9762 (init) -> 9585 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch pneumaticcraft:vortex_tube: 7841 (init) -> 7842 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:syrmorite_ore: 10501 (init) -> 10313 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:puffshroom: 10708 (init) -> 10520 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:item_drill_upgrade_speed_iii: 9665 (init) -> 9488 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch cyclicmagic:purple_chestplate: 9816 (init) -> 9639 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:item_drill_upgrade_fortune_ii: 9668 (init) -> 9491 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:log_spirit_tree: 10517 (init) -> 10329 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch cyclicmagic:dropper_minecart: 9812 (init) -> 9635 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch tcomplement:chisel_head: 9021 (init) -> 8844 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch tcomplement:knightslime_chestplate: 9017 (init) -> 8840 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch pneumaticcraft:search_upgrade: 7794 (init) -> 7795 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:rubber_block: 10570 (init) -> 10382 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch pneumaticcraft:assembly_platform: 7821 (init) -> 7822 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:energy_barrier: 10849 (init) -> 10661 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch quark:hardened_clay_tiles: 5556 (init) -> 5586 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch environmentaltech:lonsdaleite: 10267 (init) -> 10079 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch quark:nether_brick_fence_gate: 5662 (init) -> 5571 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:nyarlathotepcoin: 9484 (init) -> 9307 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch industrialforegoing:bioreactor: 10410 (init) -> 10222 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch enderutilities:builderswand: 6339 (init) -> 6357 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:item_hairy_ball: 9686 (init) -> 9509 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:copper_iris: 10796 (init) -> 10608 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:dead_grass: 10508 (init) -> 10320 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch pneumaticcraft:refinery: 7844 (init) -> 7845 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch pneumaticcraft:thermal_compressor: 7851 (init) -> 7852 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:rotten_plank_fence_gate: 10764 (init) -> 10576 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:rubber_tree_planks: 10536 (init) -> 10348 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:dsglow: 9150 (init) -> 8973 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:mud_tower_beam_relay: 10722 (init) -> 10534 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch quark:red_nether_brick_slab: 5607 (init) -> 5637 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:cardinal_flower: 10793 (init) -> 10605 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch industrialforegoing:resourceful_furnace: 10422 (init) -> 10234 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:item_battery: 9658 (init) -> 9481 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:mossy_betweenstone_bricks: 10564 (init) -> 10376 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:weedwood_lever: 10704 (init) -> 10516 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch xnet:wireless_router: 9105 (init) -> 8928 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch waterstrainer:strainer_survivalist_reinforced: 9088 (init) -> 8912 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch simpleplanes:bop_dead_helicopter: 8791 (init) -> 11026 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:item_canola_seed: 9689 (init) -> 9512 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:limestone_chiseled: 10546 (init) -> 10358 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch storagenetwork:master: 11108 (init) -> 10920 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:syrmorite_chestplate: 10944 (init) -> 10756 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:wisp: 10495 (init) -> 10307 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch teslacorelib:gear_diamond: 9142 (init) -> 8965 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:ahelmet: 9353 (init) -> 9176 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:swift_pick: 11005 (init) -> 10817 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch waterstrainer:strainer_survivalist_solid: 9087 (init) -> 8911 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:block_flax: 9577 (init) -> 9400 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:item_sword_crystal_red: 9718 (init) -> 9541 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch refinedstorage:storage_part: 10171 (init) -> 9994 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch buildcrafttransport:pipe_clay_fluid: 10088 (init) -> 9911 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:corhelmetp: 9365 (init) -> 9188 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch totemic:baykok_bow: 9052 (init) -> 8875 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch environmentaltech:solar_cell_ionite: 10318 (init) -> 10130 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch quark:stained_clay_tiles_brown_stairs: 5572 (init) -> 5602 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch industrialforegoing:mob_duplicator: 10402 (init) -> 10214 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:dentrothyst_shield_orange: 10986 (init) -> 10798 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch refinedstorage:disk_manipulator: 10162 (init) -> 9985 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:coarse_swamp_dirt: 10493 (init) -> 10305 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:compost_block: 10618 (init) -> 10430 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch simplegenerators:ender_upgradable: 11097 (init) -> 10909 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch enderutilities:dolly: 6341 (init) -> 6359 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch buildcrafttransport:pipe_gold_power: 10097 (init) -> 9920 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch industrialforegoing:conveyor_upgrade: 10445 (init) -> 10257 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:abypcorore: 9241 (init) -> 9064 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:decorativestatue: 9274 (init) -> 9097 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch environmentaltech:erodium_brick_slab: 10221 (init) -> 10033 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:log_weedwood: 10511 (init) -> 10323 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch simpleplanes:bop_cherry_large_plane: 8786 (init) -> 10964 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch guideapi:bloodmagic-guide: 11139 (init) -> 10951 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:temple_brick_wall: 10670 (init) -> 10482 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch refinedstorage:processor_binding: 10165 (init) -> 9988 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:ethaxiumhelmet: 9439 (init) -> 9262 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:abydreadbrick: 9197 (init) -> 9020 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch simpleplanes:bop_fir_mega_plane: 8796 (init) -> 10993 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch pneumaticcraft:air_cannon: 7809 (init) -> 7810 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch quark:stone_andesite_bricks_wall: 5621 (init) -> 5651 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:astatos: 11019 (init) -> 10831 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:item_hoe_quartz: 9706 (init) -> 9529 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch environmentaltech:pladium_tiles: 10237 (init) -> 10049 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:snow: 10836 (init) -> 10648 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch spartanshields:shield_basic_lead: 8960 (init) -> 8783 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:pitstone_brick_slab: 10653 (init) -> 10465 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch waterstrainer:efficiency_meter: 9085 (init) -> 8909 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:item_water_removal_ring: 9642 (init) -> 9465 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch cyclicmagic:tool_trade: 9877 (init) -> 9700 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch contenttweaker:bronze_feet: 9778 (init) -> 9601 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch primal:bitumen_boiling: 11131 (init) -> 10945 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch simpleplanes:oak_helicopter: 8755 (init) -> 11075 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch betterwithmods:corner_ground: 5426 (init) -> 5427 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch cyclicmagic:corrupted_chorus: 9911 (init) -> 9734 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:dreadiumboots: 9403 (init) -> 9226 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:blue_iris: 10788 (init) -> 10600 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch vc:modules/item_module_type: 9072 (init) -> 8896 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:peat: 10484 (init) -> 10296 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:block_empowered_oil: 9516 (init) -> 9339 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:sap_jello: 10915 (init) -> 10727 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:block_laser_relay_fluids: 9542 (init) -> 9365 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch simpletomb:grave_key: 8921 (init) -> 8744 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:friedegg: 9388 (init) -> 9211 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:item_shovel_crystal_white: 9767 (init) -> 9590 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:magnet_ring_bauble: 9506 (init) -> 9329 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:valonite_chestplate: 10948 (init) -> 10760 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch industrialforegoing:sludge_refiner: 10407 (init) -> 10219 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch pneumaticcraft:flux_compressor: 7848 (init) -> 7849 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:mire_scramble: 10930 (init) -> 10742 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch cyclicmagic:dropper_exact: 9967 (init) -> 9790 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:water_weeds: 10778 (init) -> 10590 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:antipork: 9431 (init) -> 9254 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch pneumaticcraft:harvesting_drone: 7777 (init) -> 7778 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch mob_grinding_utils:dragon_muffler: 7176 (init) -> 7170 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch cyclicmagic:stone_minecart: 9811 (init) -> 9634 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch environmentaltech:kyronite_slab: 10230 (init) -> 10042 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:dreadleaves: 9200 (init) -> 9023 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:slimy_dirt: 10487 (init) -> 10299 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch chiselsandbits:tape_measure: 10119 (init) -> 9942 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch totemic:tipi: 9037 (init) -> 8860 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch simpleplanes:byg_blue_enchanted_helicopter: 8839 (init) -> 10995 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch totemic:ceremony_cheat: 9054 (init) -> 8877 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch spartanshields:shield_basic_obsidian: 8935 (init) -> 8758 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch spartanshields:shield_tower_stone: 8937 (init) -> 8760 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch vc:upgrades/item_upgrade_airship_core: 9067 (init) -> 8891 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:block_crystal_cluster_coal: 9520 (init) -> 9343 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:mud_tiles_spike_trap: 10756 (init) -> 10568 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch primal:magma_basaltic: 11132 (init) -> 10949 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:daxe: 9339 (init) -> 9162 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:block_laser_relay_extreme: 9541 (init) -> 9364 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch cyclicmagic:soulstone: 9878 (init) -> 9701 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch modularmachinery:itemmodularium: 10470 (init) -> 10282 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch mob_grinding_utils:wither_muffler: 7175 (init) -> 7169 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:dreadlandsdirt: 9286 (init) -> 9109 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:shadowgem: 9393 (init) -> 9216 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch simpleplanes:jungle_large_plane: 8774 (init) -> 11041 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch simpleplanes:byg_baobab_large_plane: 8834 (init) -> 11050 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch simpleplanes:bop_palm_mega_plane: 8816 (init) -> 11053 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:antispidereye: 9434 (init) -> 9257 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch quark:stone_diorite_wall: 5546 (init) -> 5576 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch cyclicmagic:poison: 9873 (init) -> 9696 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch refinedstorage:constructor: 10149 (init) -> 9972 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:rubber_tree_plank_fence_gate: 10694 (init) -> 10506 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch cyclicmagic:purple_leggings: 9815 (init) -> 9638 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch buildcrafttransport:pipe_stripes_item: 10081 (init) -> 9904 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch industrialforegoing:enchantment_aplicator: 10390 (init) -> 10202 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch totemic:rattle: 9041 (init) -> 8864 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch pneumaticcraft:pressure_gauge: 7742 (init) -> 7743 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch pneumaticcraft:programmer: 7835 (init) -> 7836 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:corplate: 9362 (init) -> 9185 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:slimy_bone_block: 10614 (init) -> 10426 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch buildcraftfactory:distiller: 10060 (init) -> 9883 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch simpleplanes:bop_magic_mega_plane: 8812 (init) -> 11134 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch storagedrawers:upgrade_one_stack: 8980 (init) -> 8812 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:polished_limestone: 10573 (init) -> 10385 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch simpleplanes:bop_jacaranda_large_plane: 8802 (init) -> 11140 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:ancient_greatsword: 11006 (init) -> 10818 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:block_laser_relay_item: 9543 (init) -> 9366 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:item_cage: 10636 (init) -> 10448 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:valonite_shield: 10979 (init) -> 10791 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch storagedrawers:drawer_key: 8986 (init) -> 8818 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch quark:iron_ladder: 5660 (init) -> 5569 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:lifecrystal: 9438 (init) -> 9261 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:porkp: 9384 (init) -> 9207 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:block_testifi_bucks_green_fence: 9556 (init) -> 9379 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:lurker_skin_chestplate: 10940 (init) -> 10752 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:gatewaykeydl: 9317 (init) -> 9140 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch environmentaltech:modifier_haste: 10349 (init) -> 10161 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch environmentaltech:solar_cell_pladium: 10317 (init) -> 10129 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch pneumaticcraft:fluid.lpg: 7738 (init) -> 7730 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:anticorflesh: 9458 (init) -> 9281 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:dltleaves: 9157 (init) -> 8980 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch simpleplanes:bop_willow_helicopter: 8827 (init) -> 11019 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:ccluster3: 9324 (init) -> 9147 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:ccluster2: 9323 (init) -> 9146 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:dghead: 9205 (init) -> 9028 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch storagenetwork:request: 11109 (init) -> 10921 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:ashovel: 9345 (init) -> 9168 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:tieredenergycollector: 9280 (init) -> 9103 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:deep_water_coral_block: 10613 (init) -> 10425 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch refinedstorage:fluid_interface: 10156 (init) -> 9979 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:life_crystal_stalactite: 10505 (init) -> 10317 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch enderutilities:void_pickaxe: 6363 (init) -> 6381 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch industrialforegoing:black_hole_controller: 10415 (init) -> 10227 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch buildcrafttransport:pipe_stone_fluid: 10084 (init) -> 9907 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch environmentaltech:aethium_paver_slab: 10264 (init) -> 10076 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:fallen_leaves: 10848 (init) -> 10660 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:ccluster9: 9330 (init) -> 9153 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:ccluster8: 9329 (init) -> 9152 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch simpleplanes:byg_zelkova_mega_plane: 8912 (init) -> 11079 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:ccluster7: 9328 (init) -> 9151 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:ccluster6: 9327 (init) -> 9150 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:ccluster5: 9326 (init) -> 9149 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:ccluster4: 9325 (init) -> 9148 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch betterbuilderswands:wanddiamond: 10043 (init) -> 9866 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch totemic:sub_items: 9047 (init) -> 8870 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:weedwood_plank_pressure_plate: 10698 (init) -> 10510 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:coraliumcobblestonestairs: 9299 (init) -> 9122 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch environmentaltech:aethium_slab: 10263 (init) -> 10075 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:item_chest_obsidian: 9648 (init) -> 9471 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch cyclicmagic:block_miner: 9941 (init) -> 9764 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch primal:smoke: 11128 (init) -> 10942 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch quark:paper_wall_big: 5659 (init) -> 5568 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:cracked_betweenstone_bricks: 10554 (init) -> 10366 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:log_rotten_bark: 10512 (init) -> 10324 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch pneumaticcraft:charging_module: 7733 (init) -> 7858 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:jzaharcoin: 9451 (init) -> 9274 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:crystalcluster2: 9276 (init) -> 9099 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch cyclicmagic:builder_block: 9950 (init) -> 9773 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch totemic:jingle_dress: 9042 (init) -> 8865 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch cyclicmagic:amber: 9874 (init) -> 9697 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch pneumaticcraft:stop_worm: 7766 (init) -> 7767 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch chiselsandbits:chiseled_glass: 10128 (init) -> 9951 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:dltfence: 9193 (init) -> 9016 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch quark:prismarine_bricks_slab: 5603 (init) -> 5633 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch refinedstorage:disk_drive: 10142 (init) -> 9965 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:item_coffee_seed: 9691 (init) -> 9514 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch simpleplanes:bop_willow_large_plane: 8826 (init) -> 11042 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch xnet:connector: 9101 (init) -> 8924 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch industrialforegoing:fluiddictionary_converter: 10434 (init) -> 10246 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch emberroot:owl_egg: 10197 (init) -> 10009 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch pneumaticcraft:dispenser_upgrade: 7789 (init) -> 7790 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:mossy_smooth_betweenstone: 10567 (init) -> 10379 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:crystalbag_medium: 9466 (init) -> 9289 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:sapling_nibbletwig: 10524 (init) -> 10336 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch simpleplanes:jungle_mega_plane: 8776 (init) -> 11086 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:critter_cruncher: 11002 (init) -> 10814 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:darkcobbleslab1: 9153 (init) -> 8976 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:weedwood_log_fence_gate: 10693 (init) -> 10505 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:item_color_lens: 9627 (init) -> 9450 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch astralsorcery:blockcollectorcrystal: 10039 (init) -> 9862 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:dreadiumsamuraiplate: 9424 (init) -> 9247 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:item_filter: 9622 (init) -> 9445 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch quark:arrow_torch: 5681 (init) -> 5679 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch vc:achievements/achievement_airship_portal: 9077 (init) -> 8901 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch simpleplanes:bop_cherry_helicopter: 8787 (init) -> 11133 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:darkcobbleslab2: 9154 (init) -> 8977 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:item_resonant_rice: 9675 (init) -> 9498 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch industrialforegoing:energy_field_addon: 10452 (init) -> 10264 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch industrialforegoing:animal_stock_increaser: 10394 (init) -> 10206 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch refinedstorage:relay: 10154 (init) -> 9977 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:nibbletwig_plank_trapdoor: 10856 (init) -> 10668 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch teslacorelib:gear_iron: 9144 (init) -> 8967 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:life_crystal: 11044 (init) -> 10856 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch stevescarts:blockjunction: 8972 (init) -> 8795 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch prospectors:prospector_lowest: 11085 (init) -> 10897 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:between_you_and_me: 11020 (init) -> 10832 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:gallery_frame_small: 10958 (init) -> 10770 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:mossy_limestone_bricks: 10566 (init) -> 10378 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:jzaharcharm: 9477 (init) -> 9300 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:tangled_root: 10929 (init) -> 10741 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch pneumaticcraft:transistor: 7761 (init) -> 7762 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch cyclicmagic:crystal_sword: 9822 (init) -> 9645 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:black_ice: 10835 (init) -> 10647 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:abyssalnitecobblestoneslab1: 9296 (init) -> 9119 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:dug_swamp_grass: 10833 (init) -> 10645 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:abyssalnitecobblestoneslab2: 9297 (init) -> 9120 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:rotten_food: 10884 (init) -> 10696 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch modularmachinery:blockfluidinputhatch: 10465 (init) -> 10277 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch modularmachinery:blockcasing: 10462 (init) -> 10274 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch yoyos:yoyo_body: 11124 (init) -> 10936 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch refinedstorage:controller: 10135 (init) -> 9958 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:compacted_mud: 10706 (init) -> 10518 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch enderutilities:ruler: 6361 (init) -> 6379 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:coin: 9448 (init) -> 9271 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:block_canola_oil: 9513 (init) -> 9336 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:log_hearthgrove: 10515 (init) -> 10327 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch environmentaltech:lightning_cont_1: 10302 (init) -> 10114 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch environmentaltech:lightning_cont_3: 10304 (init) -> 10116 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch environmentaltech:lightning_cont_2: 10303 (init) -> 10115 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch yoyos:cord: 9109 (init) -> 8932 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch environmentaltech:lightning_cont_5: 10306 (init) -> 10118 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch acintegration:moltendreadium: 9505 (init) -> 9328 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch environmentaltech:lightning_cont_4: 10305 (init) -> 10117 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch environmentaltech:lightning_cont_6: 10307 (init) -> 10119 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch primal_tech:stone_anvil: 9140 (init) -> 8945 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:ethaxiumbrick: 9244 (init) -> 9067 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:item_spawner_changer: 9624 (init) -> 9447 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:stone: 9147 (init) -> 8970 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:coralium: 9322 (init) -> 9145 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:marshmallow_pink: 10917 (init) -> 10729 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch environmentaltech:ionite_brick_stairs: 10250 (init) -> 10062 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch uppers:upper: 9057 (init) -> 8880 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:dug_purified_swamp_grass: 10834 (init) -> 10646 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch pneumaticcraft:pneumatic_wrench: 7769 (init) -> 7770 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch industrialforegoing:adult_filter: 10450 (init) -> 10262 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch xnet:advanced_connector: 9102 (init) -> 8925 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:dreadguardspawner: 9231 (init) -> 9054 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch pneumaticcraft:micromissiles: 7787 (init) -> 7788 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:glue: 11061 (init) -> 10873 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch pneumaticcraft:pneumatic_boots: 7754 (init) -> 7755 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch cyclicmagic:magic_net: 9909 (init) -> 9732 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:darkethaxiumbrickstairs: 9257 (init) -> 9080 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch cyclicmagic:plate_vector: 9928 (init) -> 9751 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch industrialforegoing:black_hole_unit: 10398 (init) -> 10210 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch quark:glowshroom: 5673 (init) -> 5551 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch environmentaltech:ionite_paver_slab: 10253 (init) -> 10065 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch simpleplanes:byg_zelkova_plane: 8909 (init) -> 10999 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch simpleplanes:ft_citrus_helicopter: 8919 (init) -> 11006 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch enderutilities:asu: 6364 (init) -> 6336 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:dug_swamp_dirt: 10831 (init) -> 10643 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:ring_of_gathering: 11070 (init) -> 10882 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch chiselsandbits:chiseled_ice: 10125 (init) -> 9948 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch simpleplanes:ft_cherry_mega_plane: 8916 (init) -> 11055 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:beefp: 9385 (init) -> 9208 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch pneumaticcraft:cannon_barrel: 7744 (init) -> 7745 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch tcomplement:alloy_tank: 9008 (init) -> 8831 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch industrialforegoing:leaf_shearing: 10453 (init) -> 10265 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:syrmorite_bucket_solid_rubber: 11018 (init) -> 10830 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch pneumaticcraft:printed_circuit_board: 7763 (init) -> 7764 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch simpleplanes:healing: 8752 (init) -> 11087 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch pneumaticcraft:logistics_module: 7734 (init) -> 7859 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch astralsorcery:itemsextant: 9980 (init) -> 9803 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:sludge_slicer: 11001 (init) -> 10813 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch simpleplanes:oak_mega_plane: 8756 (init) -> 11102 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:sap_ball: 10883 (init) -> 10695 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:jam_donut: 10897 (init) -> 10709 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:engraver: 9252 (init) -> 9075 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch environmentaltech:kyronite: 10223 (init) -> 10035 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch pneumaticcraft:minigun: 7785 (init) -> 7786 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch pneumaticcraft:vacuum_pump: 7817 (init) -> 7818 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:darkstone_brick: 9149 (init) -> 8972 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:abydreadbrickfence: 9214 (init) -> 9037 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:wooden_paxel: 9707 (init) -> 9530 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:block_pillar_quartz_stair: 9608 (init) -> 9431 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:bone_pickaxe: 10968 (init) -> 10780 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:item_boots_emerald: 9646 (init) -> 9469 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch quark:redstone_randomizer: 5646 (init) -> 5555 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch chiselsandbits:chiseled_leaves: 10134 (init) -> 9957 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch buildcrafttransport:waterproof: 10100 (init) -> 9923 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch storagedrawers:framingtable: 8997 (init) -> 8807 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch cyclicmagic:fire_dark_anim: 9848 (init) -> 9671 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:mince_pie: 10904 (init) -> 10716 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:item_food: 9676 (init) -> 9499 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch quark:stone_granite_slab: 5595 (init) -> 5625 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch buildcraftbuilders:filler: 10048 (init) -> 9871 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:betweenstone: 10481 (init) -> 10293 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch cyclicmagic:milk: 9876 (init) -> 9699 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:tar_solid: 10509 (init) -> 10321 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch cyclicmagic:energy_pump: 9866 (init) -> 9689 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch pneumaticcraft:pressure_chamber_wall: 7810 (init) -> 7811 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch progressiontweaks:stone_hammer: 10379 (init) -> 10191 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch quark:turf_stairs: 5638 (init) -> 5668 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch industrialforegoing:range_addon: 10451 (init) -> 10263 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:bl_bucket_infusion: 11016 (init) -> 10828 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:sulfur_furnace_dual: 10845 (init) -> 10657 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch mob_grinding_utils:dark_oak_stone: 7177 (init) -> 7171 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:dead_lichen: 10828 (init) -> 10640 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:pitstone_tiles: 10572 (init) -> 10384 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:bone_leggings: 10937 (init) -> 10749 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch cyclicmagic:block_user: 9955 (init) -> 9778 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:shoggothbiomass: 9265 (init) -> 9088 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:dreadgrass: 9198 (init) -> 9021 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:weeping_blue_petal_salad: 10931 (init) -> 10743 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch simpleplanes:byg_witch_hazel_plane: 8905 (init) -> 11072 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch environmentaltech:diode: 10328 (init) -> 10140 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch astralsorcery:blockmachine: 10033 (init) -> 9856 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:abynitore: 9238 (init) -> 9061 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:puffshroom_tendril: 10900 (init) -> 10712 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch vc:item_dismounter_normal: 9059 (init) -> 8883 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch cyclicmagic:water_spreader: 9884 (init) -> 9707 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch quark:stained_clay_tiles_brown_slab: 5588 (init) -> 5618 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch astralsorcery:blockcelestialcrystals: 10034 (init) -> 9857 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:candy_yellow: 10927 (init) -> 10739 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch davincisvessels:engine: 10194 (init) -> 11098 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:compacted_mud_mirage: 10759 (init) -> 10571 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:green_middle_gem_ore: 10504 (init) -> 10316 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:item_shovel_quartz: 9704 (init) -> 9527 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:pitcher_plant: 10767 (init) -> 10579 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:walkway: 10870 (init) -> 10682 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch spartanshields:shield_basic_silver: 8950 (init) -> 8773 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch refinedstorage:machine_casing: 10158 (init) -> 9981 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch simpleplanes:dark_oak_helicopter: 8771 (init) -> 11127 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:abytinore: 9239 (init) -> 9062 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:betweenstone_pressure_plate: 10699 (init) -> 10511 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch pneumaticcraft:electrostatic_compressor: 7830 (init) -> 7831 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch astralsorcery:itemcrystalaxe: 9996 (init) -> 9819 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch cyclicmagic:purple_boots: 9814 (init) -> 9637 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch quark:stained_clay_tiles_magenta_slab: 5578 (init) -> 5608 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch simpleplanes:bop_mahogany_mega_plane: 8808 (init) -> 10958 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:sulfur_block: 10609 (init) -> 10421 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:dscwall: 9168 (init) -> 8991 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch buildcrafttransport:pipe_cobble_power: 10094 (init) -> 9917 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:wastelandsthorn: 9304 (init) -> 9127 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch pneumaticcraft:entity_tracker_upgrade: 7791 (init) -> 7792 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:cragrock_chiseled: 10545 (init) -> 10357 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:statetransformer: 9306 (init) -> 9129 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch simpleplanes:bop_dead_plane: 8789 (init) -> 10983 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:tar_solid_stairs: 10627 (init) -> 10439 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:iron_paxel: 9709 (init) -> 9532 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch buildcraftcore:gear_stone: 9798 (init) -> 9621 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:engraving_shubniggurath: 9491 (init) -> 9314 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch pneumaticcraft:gps_area_tool: 7740 (init) -> 7741 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:frog_legs_raw: 10892 (init) -> 10704 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch pneumaticcraft:advanced_air_compressor: 7808 (init) -> 7809 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch betterwithmods:corner_rock: 5424 (init) -> 5426 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch xnet:redstone_proxy_upd: 9099 (init) -> 8922 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch quark:glowstone_dust_block: 5677 (init) -> 5675 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:block_quartz_wall: 9603 (init) -> 9426 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:crystalshard: 9415 (init) -> 9238 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch xnet:router: 9104 (init) -> 8927 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch yoyos:book: 11127 (init) -> 10939 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:mire_snail_egg: 10888 (init) -> 10700 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch pneumaticcraft:safety_tube_module: 7728 (init) -> 7853 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:tar_beast_spawner: 10591 (init) -> 10403 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:ancient_battle_axe: 11007 (init) -> 10819 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:unique_scroll: 9497 (init) -> 9320 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:coraliumstone: 9171 (init) -> 8994 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch waterstrainer:strainer_survivalist_dense_reinforced: 9091 (init) -> 8915 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:betweenstone_tiles: 10543 (init) -> 10355 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch astralsorcery:itemlinkingtool: 9978 (init) -> 9801 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:crimson_middle_gem: 11041 (init) -> 10853 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:leaves_rubber_tree: 10529 (init) -> 10341 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch quark:turf: 5637 (init) -> 5667 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:shockwave_sword: 10992 (init) -> 10804 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch cyclicmagic:crystal_axe: 9819 (init) -> 9642 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch industrialforegoing:fluid_transfer_addon_pull: 10456 (init) -> 10268 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:cattail: 10794 (init) -> 10606 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:dead_moss: 10826 (init) -> 10638 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:weedwood_planks: 10535 (init) -> 10347 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:cobblestone: 9148 (init) -> 8971 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch simpleplanes:bop_umbran_large_plane: 8822 (init) -> 10961 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch waterstrainer:worm: 9081 (init) -> 8905 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:luminousthistle: 9303 (init) -> 9126 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:cstonebutton: 9223 (init) -> 9046 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:solidlava: 9243 (init) -> 9066 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:item_disenchanting_lens: 9631 (init) -> 9454 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch environmentaltech:void_ore_miner_cont_1: 10329 (init) -> 10141 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch environmentaltech:void_ore_miner_cont_2: 10330 (init) -> 10142 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch environmentaltech:void_ore_miner_cont_3: 10331 (init) -> 10143 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch environmentaltech:void_ore_miner_cont_4: 10332 (init) -> 10144 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch environmentaltech:void_ore_miner_cont_5: 10333 (init) -> 10145 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch spartanshields:shield_tower_constantan: 8963 (init) -> 8786 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:dreadbrickfence: 9210 (init) -> 9033 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch environmentaltech:void_ore_miner_cont_6: 10334 (init) -> 10146 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:silt_crab_claw: 10910 (init) -> 10722 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:block_feeder: 9581 (init) -> 9404 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch environmentaltech:laser_lens_crystal: 10325 (init) -> 10137 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch industrialforegoing:water_condensator: 10399 (init) -> 10211 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:aqua_middle_gem_ore: 10502 (init) -> 10314 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:silt_glass_pane: 10621 (init) -> 10433 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:ethaxiumaxe: 9444 (init) -> 9267 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:eldritchscale: 9456 (init) -> 9279 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch astralsorcery:itemwand: 9979 (init) -> 9802 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch pneumaticcraft:range_upgrade: 7796 (init) -> 7797 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:log_portal: 10837 (init) -> 10649 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:dentrothyst: 10583 (init) -> 10395 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:voodoo_doll: 11004 (init) -> 10816 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:rotbulb: 10824 (init) -> 10636 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:manual_hl: 10989 (init) -> 10801 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch astralsorcery:blockborehead: 10032 (init) -> 9855 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:cave_grass: 10795 (init) -> 10607 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:essence: 9472 (init) -> 9295 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch cyclicmagic:block_anvil: 9945 (init) -> 9768 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch cyclicmagic:inventory_food: 9932 (init) -> 9755 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch spartanshields:shield_basic_diamond: 8934 (init) -> 8757 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch davincisvessels:crate_wood: 10195 (init) -> 11083 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch primal_tech:clay_kiln: 9130 (init) -> 8935 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:densecarboncluster: 9410 (init) -> 9233 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch teslacorelib:gear_gold: 9143 (init) -> 8966 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:syrmorite_hopper: 10858 (init) -> 10670 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch cyclicmagic:entity_detector: 9962 (init) -> 9785 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:item_suction_ring: 9641 (init) -> 9464 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:dreadbrickstairs: 9209 (init) -> 9032 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch totemic:cedar_fence: 9030 (init) -> 8853 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:dbstairs: 9155 (init) -> 8978 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:sludge_worm_egg_sac: 11052 (init) -> 10864 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch buildcrafttransport:pipe_emzuli_item: 10080 (init) -> 9903 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch cyclicmagic:purple_helmet: 9817 (init) -> 9640 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch chiselsandbits:chiseled_wood: 10121 (init) -> 9944 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch enderutilities:molecular_exciter: 6375 (init) -> 6347 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:block_quartz_stair: 9606 (init) -> 9429 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:swamp_reed_item: 10921 (init) -> 10733 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:sludge_worm_arrow: 10997 (init) -> 10809 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch simpleplanes:byg_green_enchanted_mega_plane: 8864 (init) -> 10966 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:bulb_capped_mushroom: 10771 (init) -> 10583 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch astralsorcery:itemchargedcrystalshovel: 10001 (init) -> 9824 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch simpleplanes:byg_holly_plane: 8865 (init) -> 10972 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch buildcrafttransport:plug_blocker: 10101 (init) -> 9924 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch buildcraftcore:marker_volume: 9793 (init) -> 9616 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:hearthgrove_plank_stairs: 10633 (init) -> 10445 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:syrmorite_trapdoor: 10853 (init) -> 10665 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch modularmachinery:itemconstructtool: 10471 (init) -> 10283 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch cyclicmagic:sword_slowness: 9825 (init) -> 9648 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:transmutator_on: 9230 (init) -> 9053 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch totemic:cedar_fence_gate: 9031 (init) -> 8854 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:diagonal_energy_barrier: 10725 (init) -> 10537 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch buildcrafttransport:pipe_iron_fluid: 10087 (init) -> 9910 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch quark:stone_granite_bricks_stairs: 5613 (init) -> 5643 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch mob_grinding_utils:null_sword: 7167 (init) -> 7180 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:wight_heart: 10908 (init) -> 10720 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch buildcrafttransport:pipe_diamond_item: 10076 (init) -> 9899 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch cyclicmagic:tool_launcher: 9879 (init) -> 9702 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:octine_sword: 10969 (init) -> 10781 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch industrialforegoing:biofuel_generator: 10411 (init) -> 10223 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:item_worm: 9620 (init) -> 9443 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch simpleplanes:byg_witch_hazel_helicopter: 8907 (init) -> 11046 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch primal_tech:bone_sword: 9124 (init) -> 8961 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch astralsorcery:itemrockcrystalsimple: 9972 (init) -> 9795 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch storagenetwork:remote: 11117 (init) -> 10929 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch buildcraftcore:spring: 9791 (init) -> 9614 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch quark:soul_powder: 5684 (init) -> 5682 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch environmentaltech:ionite_brick_slab: 10254 (init) -> 10066 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch chiselsandbits:chiseled_grass: 10131 (init) -> 9954 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch pneumaticcraft:unassembled_pcb: 7759 (init) -> 7760 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch astralsorcery:itemtunedcelestialcrystal: 9975 (init) -> 9798 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch environmentaltech:ionite_tile_stairs: 10251 (init) -> 10063 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch buildcraftcore:list: 9802 (init) -> 9625 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:dreadiumsamuraiboots: 9426 (init) -> 9249 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:betweenstone_button: 10702 (init) -> 10514 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch cyclicmagic:beacon_redstone: 9938 (init) -> 9761 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch buildcraftfactory:heat_exchange: 10061 (init) -> 9884 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch simpleplanes:byg_cypress_helicopter: 8851 (init) -> 11105 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch quark:biotite_stairs: 5668 (init) -> 5546 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch cyclicmagic:tool_spelunker: 9895 (init) -> 9718 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch environmentaltech:lonsdaleite_tile_slab: 10277 (init) -> 10089 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:aspectrus_seeds: 10887 (init) -> 10699 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch cyclicmagic:solidifier: 9944 (init) -> 9767 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch totemic:wooden_pillar_base: 9039 (init) -> 8862 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch refinedstorage:exporter: 10147 (init) -> 9970 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:item_shovel_obsidian: 9699 (init) -> 9522 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch refinedstorage:security_manager: 10140 (init) -> 9963 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch simpleplanes:byg_zelkova_helicopter: 8911 (init) -> 10969 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:item_pickaxe_crystal_black: 9745 (init) -> 9568 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch storagedrawers:upgrade_status: 8981 (init) -> 8813 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch cyclicmagic:ender_pearl_reuse: 9835 (init) -> 9658 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:dpick: 9338 (init) -> 9161 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:eggp: 9389 (init) -> 9212 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:slimy_grass: 10488 (init) -> 10300 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:dreadaltarbottom: 9226 (init) -> 9049 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch simpleplanes:bop_jacaranda_mega_plane: 8804 (init) -> 10994 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch simpleplanes:jungle_plane: 8773 (init) -> 11013 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:item_helm_crystal_red: 9720 (init) -> 9543 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:block_testifi_bucks_white_fence: 9557 (init) -> 9380 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch buildcraftbuilders:replacer: 10052 (init) -> 9875 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch environmentaltech:lonsdaleite_bricks: 10269 (init) -> 10081 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:mud_bricks_carved: 10709 (init) -> 10521 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch cyclicmagic:item_pump: 9864 (init) -> 9687 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:middle_fruit_jello: 10914 (init) -> 10726 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:multiblock: 9309 (init) -> 9132 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:magic_item_magnet: 11081 (init) -> 10893 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch pneumaticcraft:speed_upgrade: 7793 (init) -> 7794 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch cyclicmagic:block_fragile_weak: 9861 (init) -> 9684 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:sludge: 10847 (init) -> 10659 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch astralsorcery:blockritualpedestal: 10037 (init) -> 9860 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:block_miner: 9534 (init) -> 9357 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch industrialforegoing:straw: 10444 (init) -> 10256 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:mud_bricks: 10568 (init) -> 10380 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch astralsorcery:itemcraftingcomponent: 9969 (init) -> 9792 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:anticorbone: 9459 (init) -> 9282 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:quartz_paxel: 9714 (init) -> 9537 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:wooden_support_beam_rotten_3: 10737 (init) -> 10549 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch industrialforegoing:fluid_transfer_addon_push: 10457 (init) -> 10269 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:dentrothyst_shield_green: 10984 (init) -> 10796 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch environmentaltech:modifier_creative_flight: 10347 (init) -> 10159 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:limestone_stairs: 10601 (init) -> 10413 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:block_oil_generator: 9573 (init) -> 9396 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch astralsorcery:blockfaketree: 10013 (init) -> 9836 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:root_pod: 10526 (init) -> 10338 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch refinedstorage:core: 10177 (init) -> 10000 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch totemic:nether_pipe: 9056 (init) -> 8879 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch cyclicmagic:ender_blaze: 9849 (init) -> 9672 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:item_pickaxe_crystal_green: 9755 (init) -> 9578 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch contenttweaker:creeper_tear: 9784 (init) -> 9607 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch industrialforegoing:protein_generator: 10427 (init) -> 10239 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:block_fermenting_barrel: 9574 (init) -> 9397 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:wooden_support_beam_rotten_1: 10735 (init) -> 10547 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch pneumaticcraft:fake_ice: 7850 (init) -> 7851 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:wooden_support_beam_rotten_2: 10736 (init) -> 10548 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch astralsorcery:blockinfusedwood: 10031 (init) -> 9854 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:dungeon_door_combination: 10731 (init) -> 10543 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:tieredsacrificialaltar: 9270 (init) -> 9093 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:amulet: 11062 (init) -> 10874 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch environmentaltech:solar_cell_aethium: 10319 (init) -> 10131 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch quark:polished_netherrack: 5640 (init) -> 5670 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:slimy_bone_ore: 10499 (init) -> 10311 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:item_chest_crystal_blue: 9731 (init) -> 9554 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:weedwood_workbench: 10841 (init) -> 10653 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:limestone_brick_wall: 10676 (init) -> 10488 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch quark:stained_clay_tiles_silver_stairs: 5568 (init) -> 5598 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:fire: 9273 (init) -> 9096 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch waterstrainer:garden_trowel: 9084 (init) -> 8908 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch pneumaticcraft:pneumatic_leggings: 7753 (init) -> 7754 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:weedwood_chest: 10846 (init) -> 10658 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:engraving_blank: 9452 (init) -> 9275 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch enderutilities:inventoryswapper: 6353 (init) -> 6371 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:valonite_shovel: 10974 (init) -> 10786 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch simpleplanes:bop_cherry_mega_plane: 8788 (init) -> 11024 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:dltlog: 9158 (init) -> 8981 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:cchunk: 9332 (init) -> 9155 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch chiselsandbits:block_bit: 10118 (init) -> 9941 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:engraving_cthulhu: 9453 (init) -> 9276 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch astralsorcery:blockaltar: 10038 (init) -> 9861 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch quark:stone_granite_bricks_wall: 5619 (init) -> 5649 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch buildcraftbuilders:snapshot: 10045 (init) -> 9868 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:dreadiumpickaxe: 9404 (init) -> 9227 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch storagenetwork:process_kabel: 11114 (init) -> 10926 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch quark:polished_netherrack_bricks_stairs: 5641 (init) -> 5671 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:item_pickaxe_crystal_light_blue: 9735 (init) -> 9558 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch pneumaticcraft:network_component: 7765 (init) -> 7766 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch cyclicmagic:item_pipe_sort: 9862 (init) -> 9685 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch pneumaticcraft:turbine_rotor: 7756 (init) -> 7757 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:item_medium_to_large_crate_upgrade: 9638 (init) -> 9461 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch enderutilities:syringe: 6362 (init) -> 6380 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch tcomplement:manyullyn_chestplate: 9013 (init) -> 8836 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:log_spreading_rotten_bark: 10513 (init) -> 10325 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:asword: 9346 (init) -> 9169 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:ritualaltar: 9261 (init) -> 9084 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch prospectors:prospector_high: 11088 (init) -> 10900 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:spike_trap: 10629 (init) -> 10441 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch spartanshields:shield_tower_wood: 8936 (init) -> 8759 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:middle_fruit: 10903 (init) -> 10715 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch enderutilities:livingmanipulator: 6354 (init) -> 6372 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch cyclicmagic:card_location: 9870 (init) -> 9693 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch quark:arrow_ender: 5679 (init) -> 5677 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:smooth_betweenstone: 10574 (init) -> 10386 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch modularmachinery:blockinputbus: 10463 (init) -> 10275 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch quark:witch_hat: 5542 (init) -> 5683 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch buildcrafttransport:pipe_clay_item: 10072 (init) -> 9895 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch simpleplanes:oak_plane: 8753 (init) -> 11139 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch pneumaticcraft:thermopneumatic_processing_plant: 7845 (init) -> 7846 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:abypplate: 9191 (init) -> 9014 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:corbootsp: 9368 (init) -> 9191 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch simpleplanes:sprayer: 8747 (init) -> 10965 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:limestone_brick_stairs: 10599 (init) -> 10411 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:item_chest_to_crate_upgrade: 9636 (init) -> 9459 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch cyclicmagic:ender_torch: 9908 (init) -> 9731 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:jzaharspawner: 9271 (init) -> 9094 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:engraving_yogsothoth: 9490 (init) -> 9313 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch astralsorcery:itemcrystalsword: 9997 (init) -> 9820 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch cyclicmagic:block_library_ctrl: 9872 (init) -> 9695 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch enderutilities:enderbucket: 6345 (init) -> 6363 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch spartanshields:shield_basic_tin: 8948 (init) -> 8771 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:mud_brick_spike_trap: 10755 (init) -> 10567 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch quark:glowcelium: 5672 (init) -> 5550 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch tcomplement:porcelain_tank: 9009 (init) -> 8832 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch cyclicmagic:xpjuice: 9947 (init) -> 9770 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch pneumaticcraft:nuke_virus: 7767 (init) -> 7768 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:hearthgrove_plank_door_item: 11037 (init) -> 10849 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch quark:slime_bucket: 5682 (init) -> 5680 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:block_chiseled_quartz_slab: 9610 (init) -> 9433 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch buildcraftcore:wrench: 9796 (init) -> 9619 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch progressiontweaks:flat_bread: 10380 (init) -> 10192 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch cyclicmagic:block_fragile_auto: 9860 (init) -> 9683 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:block_empowerer: 9527 (init) -> 9350 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch simpleplanes:byg_mangrove_helicopter: 8879 (init) -> 11025 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch enderutilities:draw_bridge: 6366 (init) -> 6338 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch mob_grinding_utils:tank_sink: 7173 (init) -> 7167 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch quark:polished_netherrack_bricks_slab: 5642 (init) -> 5672 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:block_lamp_powerer: 9560 (init) -> 9383 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch astralsorcery:itemgrapplewand: 9987 (init) -> 9810 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch industrialforegoing:froster: 10435 (init) -> 10247 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch quark:gold_button: 5648 (init) -> 5557 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch enderutilities:icemelter: 6352 (init) -> 6370 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch cyclicmagic:charm_void: 9920 (init) -> 9743 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch environmentaltech:modifier_flight_speed: 10348 (init) -> 10160 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:leaves_spirit_tree_middle: 10533 (init) -> 10345 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch environmentaltech:lonsdaleite_paver: 10268 (init) -> 10080 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:ring_of_flight: 11066 (init) -> 10878 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:dirtyplate: 9387 (init) -> 9210 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:bone_boots: 10938 (init) -> 10750 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch refinedstorage:storage: 10143 (init) -> 9966 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:powerstonetracker: 9315 (init) -> 9138 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:item_pants_obsidian: 9649 (init) -> 9472 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:item_crystal_empowered: 9634 (init) -> 9457 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:item_pickaxe_crystal_white: 9765 (init) -> 9588 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch refinedstorage:importer: 10146 (init) -> 9969 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:valonite_boots: 10950 (init) -> 10762 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch buildcrafttransport:pipe_void_fluid: 10090 (init) -> 9913 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:weak_betweenstone_tiles: 10580 (init) -> 10392 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch vc:item_guidebook_main: 9058 (init) -> 8882 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:ethaxiumfence: 9249 (init) -> 9072 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:dreadsapling: 9201 (init) -> 9024 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:weedwood_bow: 10998 (init) -> 10810 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch trumpetskeleton:trumpet: 11119 (init) -> 10931 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch simpleplanes:bop_umbran_plane: 8821 (init) -> 10959 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch cyclicmagic:tool_spawn_inspect: 9903 (init) -> 9726 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:nibbletwig_plank_door_item: 11038 (init) -> 10850 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch cyclicmagic:bundled_pipe: 9869 (init) -> 9692 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch pneumaticcraft:air_compressor: 7807 (init) -> 7808 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch cyclicmagic:fluid_pump: 9868 (init) -> 9691 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:pitstone: 10490 (init) -> 10302 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch pneumaticcraft:security_upgrade: 7797 (init) -> 7798 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:item_helm_emerald: 9643 (init) -> 9466 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch cyclicmagic:block_fragile: 9859 (init) -> 9682 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:octine_pickaxe: 10972 (init) -> 10784 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:antidote: 9498 (init) -> 9321 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch simplegenerators:culinary_simple: 11094 (init) -> 10906 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:mortar: 10863 (init) -> 10675 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:aspectrus_fruit: 10899 (init) -> 10711 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch primal_tech:bone_shears: 9114 (init) -> 8951 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch refinedstorage:storage_housing: 10169 (init) -> 9992 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch pneumaticcraft:charging_upgrade: 7799 (init) -> 7800 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:item_shovel_crystal_blue: 9727 (init) -> 9550 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch simpleplanes:warped_large_plane: 8782 (init) -> 11047 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch environmentaltech:void_botanic_miner_cont_1: 10341 (init) -> 10153 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch environmentaltech:void_botanic_miner_cont_2: 10342 (init) -> 10154 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch environmentaltech:void_botanic_miner_cont_3: 10343 (init) -> 10155 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch environmentaltech:void_botanic_miner_cont_4: 10344 (init) -> 10156 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch simplyarrows:arrow_tnt: 8929 (init) -> 8752 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:block_laser_relay: 9539 (init) -> 9362 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch mob_grinding_utils:ender_inhibitor_off: 7180 (init) -> 7174 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch totemic:wooden_pillar: 9038 (init) -> 8861 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch environmentaltech:void_botanic_miner_cont_5: 10345 (init) -> 10157 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch stevescarts:modularcart: 8975 (init) -> 8798 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch environmentaltech:void_botanic_miner_cont_6: 10346 (init) -> 10158 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch prospectors:prospector_low: 11086 (init) -> 10898 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:giant_root_plank_stairs: 10632 (init) -> 10444 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch betterwithmods:siding_wood: 5417 (init) -> 5414 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch storagedrawers:shroud_key: 8987 (init) -> 8819 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch totemic:totemic_staff: 9046 (init) -> 8869 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch spartanshields:shield_tower_gold: 8939 (init) -> 8762 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch quark:stained_clay_tiles_cyan_stairs: 5569 (init) -> 5599 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch astralsorcery:blockcelestialgateway: 10020 (init) -> 9843 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch astralsorcery:blockbore: 10008 (init) -> 9831 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:item_battery_quadruple: 9661 (init) -> 9484 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:bl_bucket_plant_tonic: 11017 (init) -> 10829 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch stevescarts:blockliquidmanager: 8967 (init) -> 8790 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch spartanshields:shield_tower_obsidian: 8941 (init) -> 8764 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:rubber_tree_plank_stairs: 10631 (init) -> 10443 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch simpleplanes:ft_citrus_mega_plane: 8920 (init) -> 11136 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:diamond_paxel: 9711 (init) -> 9534 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:abydreadbrickstairs: 9213 (init) -> 9036 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch industrialforegoing:enchantment_extractor: 10389 (init) -> 10201 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch industrialforegoing:mob_relocator: 10391 (init) -> 10203 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch simpleplanes:byg_willow_plane: 8901 (init) -> 10973 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch betterwithmods:corner_wood: 5427 (init) -> 5424 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:crystal: 9414 (init) -> 9237 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch buildcrafttransport:pipe_diamond_wood_item: 10077 (init) -> 9900 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch environmentaltech:erodium_tiles: 10215 (init) -> 10027 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:platec: 9334 (init) -> 9157 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch environmentaltech:litherite_brick_slab: 10210 (init) -> 10022 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:hearthgrove_planks: 10538 (init) -> 10350 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch cyclicmagic:tool_harvest_leaves: 9839 (init) -> 9662 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:lore_scrap: 11072 (init) -> 10884 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:valonite_leggings: 10949 (init) -> 10761 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:item_pickaxe_obsidian: 9697 (init) -> 9520 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch quark:stone_stairs: 5593 (init) -> 5623 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch tcomplement:materials: 9003 (init) -> 8826 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch simpleplanes:dark_oak_mega_plane: 8772 (init) -> 11031 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:cragrock_slab: 10639 (init) -> 10451 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:alegs: 9355 (init) -> 9178 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:poisoned_angler_tooth_arrow: 10994 (init) -> 10806 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch yoyos:yoyo_cord: 11125 (init) -> 10937 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:mossy_betweenstone_brick_wall: 10682 (init) -> 10494 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:energycontainer: 9279 (init) -> 9102 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch enderutilities:ender_elevator_slab: 6368 (init) -> 6340 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch progressiontweaks:nanomachine_frame: 10385 (init) -> 10197 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch enderutilities:ender_elevator_layer: 6369 (init) -> 6341 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch mob_grinding_utils:entity_conveyor: 7178 (init) -> 7172 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch spartanshields:shield_tower_invar: 8953 (init) -> 8776 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch pneumaticcraft:gps_tool: 7739 (init) -> 7740 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:syrmorite_leggings: 10945 (init) -> 10757 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch astralsorcery:iteminfusedglass: 9971 (init) -> 9794 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:block_item_viewer_hopping: 9524 (init) -> 9347 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch environmentaltech:modifier_strength: 10350 (init) -> 10162 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch cyclicmagic:plate_launch_small: 9852 (init) -> 9675 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:block_battery_box: 9523 (init) -> 9346 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch refinedstorage:crafter: 10141 (init) -> 9964 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:item_knife: 9678 (init) -> 9501 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:spirit_fruit: 10933 (init) -> 10745 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch industrialforegoing:infinity_drill: 10449 (init) -> 10261 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch astralsorcery:blocktreebeacon: 10017 (init) -> 9840 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch environmentaltech:structure_panel: 10298 (init) -> 10110 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:octine_shovel: 10970 (init) -> 10782 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:golden_club_flower: 10802 (init) -> 10614 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch pneumaticcraft:gun_ammo: 7778 (init) -> 7779 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch simpleplanes:byg_willow_large_plane: 8902 (init) -> 11007 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch stevescarts:blockcartassembler: 8965 (init) -> 8788 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:mire_coral_block: 10612 (init) -> 10424 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch simpleplanes:bop_mahogany_helicopter: 8807 (init) -> 11035 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch pneumaticcraft:armor_upgrade: 7800 (init) -> 7801 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch spartanshields:shield_basic_electrum: 8956 (init) -> 8779 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch quark:stained_clay_tiles_lime_slab: 5581 (init) -> 5611 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:goldu: 9375 (init) -> 9198 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch quark:duskbound_block_stairs: 5632 (init) -> 5662 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:item_sword_crystal_blue: 9728 (init) -> 9551 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch simplyarrows:arrow_flame: 8925 (init) -> 8748 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch pneumaticcraft:elevator_frame: 7815 (init) -> 7816 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:nibbletwig_planks: 10539 (init) -> 10351 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:corboots: 9364 (init) -> 9187 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch simpleplanes:bop_hellbark_large_plane: 8798 (init) -> 11099 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch industrialforegoing:crop_recolector: 10397 (init) -> 10209 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:lonely_fire: 11024 (init) -> 10836 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch simpleplanes:bop_hellbark_helicopter: 8799 (init) -> 11104 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:cstonebrickslab1: 9220 (init) -> 9043 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:block_phantom_liquiface: 9568 (init) -> 9391 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:cstonebrickslab2: 9221 (init) -> 9044 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch simpleplanes:bop_willow_mega_plane: 8828 (init) -> 11118 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch simpleplanes:byg_baobab_helicopter: 8835 (init) -> 11126 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:druid_altar: 10839 (init) -> 10651 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:ritualpedestal: 9262 (init) -> 9085 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch contenttweaker:copper_feet: 9777 (init) -> 9600 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch vc:item_bomb: 9071 (init) -> 8895 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:mossy_smooth_betweenstone_slab: 10655 (init) -> 10467 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:antiflesh: 9432 (init) -> 9255 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:corlegsp: 9367 (init) -> 9190 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch cyclicmagic:food_step: 9925 (init) -> 9748 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch cyclicmagic:crystal_hoe: 9821 (init) -> 9644 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch enderutilities:endersword: 6349 (init) -> 6367 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:snail_flesh_raw: 10894 (init) -> 10706 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:item_boots_quartz: 9654 (init) -> 9477 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:shimmer_stone: 11053 (init) -> 10865 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:ethaxiumpickaxe: 9443 (init) -> 9266 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch environmentaltech:lightning_rod: 10300 (init) -> 10112 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:weedwood_plank_fence: 10686 (init) -> 10498 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch simpleplanes:bop_magic_helicopter: 8811 (init) -> 11048 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:block_shock_suppressor: 9529 (init) -> 9352 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:syrmorite_block: 10577 (init) -> 10389 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch pneumaticcraft:block_tracker_upgrade: 7792 (init) -> 7793 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch buildcraftfactory:chute: 10059 (init) -> 9882 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch vc:airships/item_airship_creative: 9075 (init) -> 8899 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:item_chest_crystal_light_blue: 9741 (init) -> 9564 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch industrialforegoing:book_manual: 10447 (init) -> 10259 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch environmentaltech:connector: 10288 (init) -> 10100 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:weedwood_rowboat: 10880 (init) -> 10692 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:block_crystal_cluster_redstone: 9517 (init) -> 9340 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:root: 10784 (init) -> 10596 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch simpleplanes:byg_willow_mega_plane: 8904 (init) -> 11092 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:betweenstone_chiseled: 10544 (init) -> 10356 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:energy_barrier_mud: 10754 (init) -> 10566 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch refinedstorage:wireless_crafting_monitor: 10175 (init) -> 9998 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch simpleplanes:bop_mahogany_plane: 8805 (init) -> 11110 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:swamp_dirt: 10492 (init) -> 10304 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:item_shovel_crystal_light_blue: 9737 (init) -> 9560 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch quark:soul_sandstone: 5635 (init) -> 5665 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:leaves_sap_tree: 10528 (init) -> 10340 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch quark:duskbound_block: 5630 (init) -> 5660 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch simpleplanes:warped_plane: 8781 (init) -> 10957 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch cyclicmagic:sleeping_mat: 9902 (init) -> 9725 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:item_coffee: 9673 (init) -> 9496 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch spartanshields:shield_tower_platinum: 8955 (init) -> 8778 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch buildcrafttransport:plug_power_adaptor: 10102 (init) -> 9925 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch environmentaltech:modifier_absorption: 10359 (init) -> 10171 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:mud_brick_stairs: 10597 (init) -> 10409 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch cyclicmagic:glowing_helmet: 9823 (init) -> 9646 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch quark:stained_clay_tiles: 5559 (init) -> 5589 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch storagedrawers:customdrawers: 8998 (init) -> 8808 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:bladderwort_stalk: 10800 (init) -> 10612 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch pneumaticcraft:plastic_mixer: 7837 (init) -> 7838 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch cyclicmagic:sandstone_hoe: 9830 (init) -> 9653 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch simpleplanes:byg_green_enchanted_helicopter: 8863 (init) -> 11028 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch buildcraftcore:decorated: 9792 (init) -> 9615 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch environmentaltech:litherite_crystal: 10279 (init) -> 10091 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:portal_frame: 10838 (init) -> 10650 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch environmentaltech:lonsdaleite_slab: 10274 (init) -> 10086 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch cyclicmagic:sandstone_spade: 9829 (init) -> 9652 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch quark:spruce_trapdoor: 5653 (init) -> 5562 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch storagedrawers:customtrim: 8999 (init) -> 8809 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:item_sword_emerald: 9695 (init) -> 9518 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:reed_donut: 10896 (init) -> 10708 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch tcomplement:melter: 9007 (init) -> 8830 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:weedwood_bush: 10818 (init) -> 10630 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch waterstrainer:strainer_base: 9093 (init) -> 8903 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:sulfur: 9413 (init) -> 9236 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch chiselsandbits:chiseled_fluid: 10133 (init) -> 9956 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:dsbutton: 9178 (init) -> 9001 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:item_boots_crystal_red: 9723 (init) -> 9546 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch refinedstorage:security_card: 10182 (init) -> 10005 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:block_phantom_breaker: 9571 (init) -> 9394 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch environmentaltech:modifier_resistance: 10353 (init) -> 10165 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:block_testifi_bucks_green_stairs: 9552 (init) -> 9375 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch spartanshields:shield_tower_copper: 8947 (init) -> 8770 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch simpleplanes:byg_witch_hazel_mega_plane: 8908 (init) -> 11093 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch industrialforegoing:spores_recreator: 10418 (init) -> 10230 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch simpleplanes:byg_mangrove_mega_plane: 8880 (init) -> 11101 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch environmentaltech:pladium_tile_slab: 10244 (init) -> 10056 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:potion_ring_advanced_bauble: 9507 (init) -> 9330 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch simpleplanes:bop_umbran_helicopter: 8823 (init) -> 11108 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch pneumaticcraft:pressure_tube: 7805 (init) -> 7806 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch simpleplanes:byg_pine_helicopter: 8887 (init) -> 11125 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch simpleplanes:ft_cherry_plane: 8913 (init) -> 11130 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:candy_blue: 10925 (init) -> 10737 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:block_crystal_oil: 9515 (init) -> 9338 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:spores: 10886 (init) -> 10698 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch simpleplanes:birch_large_plane: 8762 (init) -> 10963 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch cyclicmagic:gold_furnace_minecart: 9810 (init) -> 9633 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch pneumaticcraft:air_grate_module: 7731 (init) -> 7856 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:betweenstone_brick_slab: 10645 (init) -> 10457 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch enderutilities:handybag: 6351 (init) -> 6369 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:block_testifi_bucks_white_stairs: 9553 (init) -> 9376 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:moss: 10825 (init) -> 10637 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:items_misc: 10876 (init) -> 10688 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch quark:stained_clay_tiles_orange_slab: 5577 (init) -> 5607 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch chiselsandbits:mirrorprint: 10114 (init) -> 9937 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:temple_brick_slab: 10644 (init) -> 10456 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:block_testifi_bucks_green_slab: 9554 (init) -> 9377 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch simpleplanes:byg_cypress_mega_plane: 8852 (init) -> 11034 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch cyclicmagic:block_storeempty: 9966 (init) -> 9789 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:item_explosion_lens: 9628 (init) -> 9451 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:dreadiumlegs: 9402 (init) -> 9225 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:glowing_betweenstone_tile: 10559 (init) -> 10371 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch chiselsandbits:chisel_iron: 10109 (init) -> 9932 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:mud_tiles: 10707 (init) -> 10519 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:bl_bucket_rubber: 11015 (init) -> 10827 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:leaves_weedwood_tree: 10527 (init) -> 10339 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch cyclicmagic:evoker_fang: 9883 (init) -> 9706 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch quark:midori_block_stairs: 5624 (init) -> 5654 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:materializer: 9254 (init) -> 9077 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:methane: 9411 (init) -> 9234 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:block_phantom_energyface: 9569 (init) -> 9392 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch spartanshields:shield_basic_nickel: 8958 (init) -> 8781 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch quark:prismarine_dark_slab: 5605 (init) -> 5635 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch cyclicmagic:screen_target: 9959 (init) -> 9782 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch pneumaticcraft:reinforced_air_canister: 7748 (init) -> 7749 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:battery_quintuple_bauble: 9512 (init) -> 9335 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:smooth_betweenstone_wall: 10680 (init) -> 10492 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:coraliumcobblestonewall: 9302 (init) -> 9125 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:animator: 10867 (init) -> 10679 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch astralsorcery:itemconstellationpaper: 9970 (init) -> 9793 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:weedwood_axe: 10963 (init) -> 10775 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:mud_tower_beam_origin: 10721 (init) -> 10533 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch buildcraftbuilders:filler_planner: 10047 (init) -> 9870 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch quark:stained_clay_tiles_purple_stairs: 5570 (init) -> 5600 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch industrialforegoing:meat_feeder: 10440 (init) -> 10252 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:antichicken: 9430 (init) -> 9253 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:weeping_blue_petal: 10907 (init) -> 10719 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:hag_dance: 11023 (init) -> 10835 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:ingotnugget: 9470 (init) -> 9293 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch pneumaticcraft:gun_ammo_ap: 7781 (init) -> 7782 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch enderutilities:nullifier: 6356 (init) -> 6374 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch prospectors:prospector_med: 11087 (init) -> 10899 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch betterwithmods:siding_ground: 5416 (init) -> 5417 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch environmentaltech:modifier_null: 10289 (init) -> 10101 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch quark:iron_button: 5647 (init) -> 5556 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:cragrock_stairs: 10593 (init) -> 10405 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:betweenstone_bricks: 10541 (init) -> 10353 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:dltsapling: 9160 (init) -> 8983 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:abyssalnitecobblestonestairs: 9295 (init) -> 9118 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:block_black_lotus: 9538 (init) -> 9361 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch buildcraftfactory:flood_gate: 10057 (init) -> 9880 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:limestone_slab: 10649 (init) -> 10461 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch chiselsandbits:chisel_stone: 10108 (init) -> 9931 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch teslacorelib:gear_stone: 9145 (init) -> 8968 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:rubber_tree_plank_door_item: 11035 (init) -> 10847 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:wights_bane: 11000 (init) -> 10812 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch cyclicmagic:cyclic_wand_build: 9898 (init) -> 9721 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch environmentaltech:solar_cell_kyronite: 10316 (init) -> 10128 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch primal_tech:stone_grill: 9137 (init) -> 8942 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:arrow_arum: 10786 (init) -> 10598 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:yogsothothcoin: 9485 (init) -> 9308 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:ethaxiumsword: 9446 (init) -> 9269 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:item_tele_staff: 9655 (init) -> 9478 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:dreadhilt: 9419 (init) -> 9242 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch chiselsandbits:negativeprint: 10113 (init) -> 9936 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch simpleplanes:byg_cika_large_plane: 8846 (init) -> 11065 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:sap_spit: 11076 (init) -> 10888 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:hasturcharm: 9476 (init) -> 9299 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch cyclicmagic:tool_mount: 9891 (init) -> 9714 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:block_pillar_quartz_wall: 9605 (init) -> 9428 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch quark:stained_clay_tiles_green_slab: 5589 (init) -> 5619 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:item_hoe_crystal_red: 9719 (init) -> 9542 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch storagenetwork:im_kabel: 11113 (init) -> 10925 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:stone_paxel: 9708 (init) -> 9531 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch primal_tech:fluid_bladder: 9115 (init) -> 8952 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch simpleplanes:byg_holly_mega_plane: 8868 (init) -> 11089 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch tcomplement:knightslime_helmet: 9016 (init) -> 8839 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch cyclicmagic:fluid_placer: 9968 (init) -> 9791 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:item_boots_crystal_light_blue: 9743 (init) -> 9566 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:dreadiumsamuraihelmet: 9423 (init) -> 9246 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch simpleplanes:byg_green_enchanted_plane: 8861 (init) -> 11111 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch prospectors:prospector_best: 11089 (init) -> 10901 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:dltpplate: 9182 (init) -> 9005 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch cyclicmagic:sandstone_pickaxe: 9827 (init) -> 9650 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch quark:duskbound_block_wall: 5634 (init) -> 5664 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch simpleplanes:byg_maple_large_plane: 8882 (init) -> 10960 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch industrialforegoing:ore_processor: 10414 (init) -> 10226 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:sapling_weedwood: 10520 (init) -> 10332 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch primal_tech:fire_sticks: 9110 (init) -> 8947 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch buildcraftfactory:mining_well: 10056 (init) -> 9879 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch enderutilities:portal_panel: 6379 (init) -> 6351 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch refinedstorage:wireless_grid: 10173 (init) -> 9996 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch pneumaticcraft:air_canister: 7747 (init) -> 7748 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:item_hoe_emerald: 9696 (init) -> 9519 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:kraken_tentacle: 10901 (init) -> 10713 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:weedwood_barrel: 10865 (init) -> 10677 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch pneumaticcraft:ingot_iron_compressed: 7741 (init) -> 7742 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch pneumaticcraft:compressed_iron_gear: 7768 (init) -> 7769 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch environmentaltech:modifier_invisibility: 10356 (init) -> 10168 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch cyclicmagic:horse_upgrade_speed: 9845 (init) -> 9668 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch simpleplanes:folding: 8751 (init) -> 11023 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch chiselsandbits:bittank: 10120 (init) -> 9943 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch environmentaltech:kyronite_tiles: 10226 (init) -> 10038 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch refinedstorage:cover: 10183 (init) -> 10006 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:item_damage_lens: 9629 (init) -> 9452 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch buildcraftsilicon:plug_pulsar: 10105 (init) -> 9928 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch pneumaticcraft:kerosene_lamp: 7846 (init) -> 7847 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:interdimensionalcage: 9493 (init) -> 9316 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:block_atomic_reconstructor: 9535 (init) -> 9358 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch pneumaticcraft:jet_boots_upgrade: 7801 (init) -> 7802 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch buildcrafttransport:pipe_daizuli_item: 10079 (init) -> 9902 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch simpleplanes:propeller: 8744 (init) -> 11059 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:dltslab2: 9185 (init) -> 9008 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch simpleplanes:byg_skyris_large_plane: 8898 (init) -> 11064 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:dltslab1: 9184 (init) -> 9007 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch cyclicmagic:plate_launch_extra: 9854 (init) -> 9677 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch buildcraftbuilders:schematic_single: 10046 (init) -> 9869 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:item_booklet: 9639 (init) -> 9462 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:block_testifi_bucks_white_slab: 9555 (init) -> 9378 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:block_energizer: 9562 (init) -> 9385 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch simpleplanes:booster: 8748 (init) -> 11085 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch primal:bitumen: 11136 (init) -> 10948 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:pitstone_stairs: 10594 (init) -> 10406 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch cyclicmagic:magnet_anti_block: 9931 (init) -> 9754 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:volarpad: 10774 (init) -> 10586 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:dreadfragment: 9399 (init) -> 9222 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch enderutilities:enderpearlreusable: 6347 (init) -> 6365 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch simpleplanes:byg_pine_large_plane: 8886 (init) -> 11124 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch simpleplanes:byg_cypress_plane: 8849 (init) -> 11128 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:weedwood_plank_button: 10701 (init) -> 10513 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch quark:stone_granite_stairs: 5594 (init) -> 5624 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:shoots: 10810 (init) -> 10622 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch simplegenerators:soul_upgradable: 11101 (init) -> 10913 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch simpleplanes:bop_redwood_mega_plane: 8820 (init) -> 10968 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:dungeon_door_runes: 10728 (init) -> 10540 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:beneath_a_green_sky: 11027 (init) -> 10839 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch waterstrainer:strainer_survivalist: 9086 (init) -> 8910 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch environmentaltech:modifier_water_breathing: 10355 (init) -> 10167 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch storagedrawers:upgrade_creative: 8984 (init) -> 8816 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:block_tiny_torch: 9528 (init) -> 9351 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:item_chest_quartz: 9652 (init) -> 9475 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:darkethaxiumbrickfence: 9260 (init) -> 9083 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:cthulhucharm: 9475 (init) -> 9298 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch astralsorcery:blockcelestialcollectorcrystal: 10040 (init) -> 9863 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:location_debug: 11048 (init) -> 10860 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch cyclicmagic:fluid_drain: 9806 (init) -> 9629 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch buildcraftcore:volume_box: 9805 (init) -> 9628 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:item_void_bag: 9619 (init) -> 9442 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch betterwithmods:siding_rock: 5414 (init) -> 5416 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch cyclicmagic:sprinkler: 9939 (init) -> 9762 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:item_battery_quintuple: 9662 (init) -> 9485 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:bladderwort_flower: 10799 (init) -> 10611 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch quark:magma_bricks: 5627 (init) -> 5657 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch storagenetwork:ex_kabel: 11112 (init) -> 10924 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:nibbletwig_plank_stairs: 10634 (init) -> 10446 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:stonetablet: 9495 (init) -> 9318 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:block_item_viewer: 9532 (init) -> 9355 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch industrialforegoing:animal_independence_selector: 10393 (init) -> 10205 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch primal_tech:bone_axe: 9112 (init) -> 8949 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:item_hoe_crystal_white: 9769 (init) -> 9592 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch simpleplanes:bop_magic_plane: 8809 (init) -> 11078 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:spreading_sludgy_dirt: 10486 (init) -> 10298 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch quark:biotite: 5666 (init) -> 5544 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:item_dust: 9680 (init) -> 9503 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch spartanshields:shield_basic_constantan: 8962 (init) -> 8785 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:log_nibbletwig: 10516 (init) -> 10328 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch environmentaltech:pladium_paver: 10235 (init) -> 10047 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch tcomplement:manyullyn_boots: 9015 (init) -> 8838 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch environmentaltech:void_res_miner_cont_2: 10336 (init) -> 10148 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch environmentaltech:void_res_miner_cont_1: 10335 (init) -> 10147 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch environmentaltech:void_res_miner_cont_6: 10340 (init) -> 10152 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch environmentaltech:void_res_miner_cont_5: 10339 (init) -> 10151 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:item_axe_crystal_blue: 9726 (init) -> 9549 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch environmentaltech:void_res_miner_cont_4: 10338 (init) -> 10150 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch environmentaltech:void_res_miner_cont_3: 10337 (init) -> 10149 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:tall_sludgecreep: 10812 (init) -> 10624 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch betterwithmods:moulding_ground: 5421 (init) -> 5422 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch stevescarts:blockdetector: 8970 (init) -> 8793 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:poison_ivy: 10783 (init) -> 10595 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:scabyst_trapdoor: 10857 (init) -> 10669 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch pneumaticcraft:gun_ammo_explosive: 7782 (init) -> 7783 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:shoggoth_projectile: 9311 (init) -> 9134 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch cyclicmagic:sword_weakness: 9824 (init) -> 9647 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch betterbuilderswands:wandunbreakable: 10044 (init) -> 9867 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch pneumaticcraft:stone_base: 7743 (init) -> 7744 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch cyclicmagic:glove_climb: 9886 (init) -> 9709 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch simpleplanes:jungle_helicopter: 8775 (init) -> 10992 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch astralsorcery:blockobservatory: 10021 (init) -> 9844 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch xnet:redstone_proxy: 9098 (init) -> 8921 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:angry_betweenstone: 10540 (init) -> 10352 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:item_fertilizer: 9672 (init) -> 9495 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch pneumaticcraft:elevator_caller: 7834 (init) -> 7835 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch pneumaticcraft:empty_pcb: 7758 (init) -> 7759 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:polished_limestone_wall: 10678 (init) -> 10490 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch environmentaltech:erodium_tile_stairs: 10218 (init) -> 10030 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:energycollector: 9277 (init) -> 9100 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:mud_brick_shingle_wall: 10664 (init) -> 10476 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:swamp_grass: 10494 (init) -> 10306 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:staff: 9314 (init) -> 9137 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch pneumaticcraft:seismic_sensor: 7774 (init) -> 7775 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch buildcrafttransport:pipe_quartz_power: 10096 (init) -> 9919 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch modularmachinery:itemblueprint: 10469 (init) -> 10281 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch totemic:buffalo_meat: 9050 (init) -> 8873 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch quark:charred_nether_brick_slab: 5610 (init) -> 5640 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:cragrock_pillar: 10590 (init) -> 10402 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch storagedrawers:personal_key: 8988 (init) -> 8820 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:syrmorite_shears: 10990 (init) -> 10802 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:gallery_frame_large: 10959 (init) -> 10771 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch simpleplanes:byg_jacaranda_helicopter: 8871 (init) -> 11062 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:dreadiumhoe: 9408 (init) -> 9231 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch contenttweaker:copper_legs: 9790 (init) -> 9613 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch primal_tech:bone_knife: 9125 (init) -> 8962 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:item_crate_keeper: 9626 (init) -> 9449 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:ethaxiumbrickslab2: 9248 (init) -> 9071 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:ethaxiumbrickslab1: 9247 (init) -> 9070 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch cyclicmagic:chest_sack_empty: 9833 (init) -> 9656 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:stuck_in_the_mud: 11030 (init) -> 10842 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch refinedstorage:crafting_monitor: 10138 (init) -> 9961 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch astralsorcery:itemknowledgefragment: 9991 (init) -> 9814 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch pneumaticcraft:compressed_iron_block: 7825 (init) -> 7826 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch environmentaltech:modifier_fire_resistance: 10354 (init) -> 10166 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:puddle: 10510 (init) -> 10322 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:item_engineer_goggles_advanced: 9613 (init) -> 9436 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:battery_bauble: 9508 (init) -> 9331 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch environmentaltech:aethium_brick_stairs: 10261 (init) -> 10073 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:altar: 9189 (init) -> 9012 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:compacted_mud_slab: 10758 (init) -> 10570 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:corhoe: 9352 (init) -> 9175 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch environmentaltech:erodium_paver_slab: 10220 (init) -> 10032 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch pneumaticcraft:flow_detector_module: 7730 (init) -> 7855 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:depthshelmet: 9369 (init) -> 9192 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch cyclicmagic:item_pipe: 9863 (init) -> 9686 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch mob_grinding_utils:saw: 7169 (init) -> 7163 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch pneumaticcraft:plastic: 7746 (init) -> 7747 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch quark:stone_diorite_bricks_slab: 5616 (init) -> 5646 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch quark:stained_clay_tiles_silver_slab: 5584 (init) -> 5614 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:transmutator: 9229 (init) -> 9052 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:betweenlands_bedrock: 10480 (init) -> 10292 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:block_phantom_placer: 9567 (init) -> 9390 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch simpleplanes:byg_fir_mega_plane: 8860 (init) -> 11036 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:nibbletwig_plank_slab: 10661 (init) -> 10473 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:weedwood_sign_item: 11040 (init) -> 10852 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:scabyst_pitstone_horizontal: 10552 (init) -> 10364 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch quark:stained_clay_tiles_green_stairs: 5573 (init) -> 5603 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:sludgecreep: 10811 (init) -> 10623 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch pneumaticcraft:gun_ammo_incendiary: 7779 (init) -> 7780 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch astralsorcery:blockcustomsandore: 10027 (init) -> 9850 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:block_crystal_cluster_diamond: 9519 (init) -> 9342 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch quark:charred_nether_brick_stairs: 5609 (init) -> 5639 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:item_crystal_shard: 9612 (init) -> 9435 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch cyclicmagic:block_disenchanter: 9965 (init) -> 9788 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:item_helm_crystal_white: 9770 (init) -> 9593 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch industrialforegoing:villager_trade_exchanger: 10423 (init) -> 10235 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:mud_brick_slab: 10646 (init) -> 10458 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:lurker_skin_helmet: 10939 (init) -> 10751 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch astralsorcery:itemusabledust: 9988 (init) -> 9811 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:item_laser_upgrade_invisibility: 9616 (init) -> 9439 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch simpleplanes:byg_mahogany_helicopter: 8875 (init) -> 11121 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch simpleplanes:bop_dead_mega_plane: 8792 (init) -> 11137 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:dhelmet: 9357 (init) -> 9180 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch acintegration:moltencoralium: 9504 (init) -> 9327 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:engraving_jzahar: 9455 (init) -> 9278 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch simpleplanes:bop_palm_helicopter: 8815 (init) -> 10980 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch quark:prismarine_rough_wall: 5553 (init) -> 5583 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch quark:hardened_clay_tiles_stairs: 5557 (init) -> 5587 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch simpleplanes:junk_engine: 8746 (init) -> 11004 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch cyclicmagic:beacon_potion: 9935 (init) -> 9758 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch environmentaltech:nano_cont_personal_4: 10371 (init) -> 10183 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch environmentaltech:nano_cont_personal_3: 10370 (init) -> 10182 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch environmentaltech:nano_cont_personal_2: 10369 (init) -> 10181 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch environmentaltech:nano_cont_personal_1: 10368 (init) -> 10180 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch environmentaltech:nano_cont_personal_6: 10373 (init) -> 10185 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch progressiontweaks:lime: 10374 (init) -> 10186 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch environmentaltech:nano_cont_personal_5: 10372 (init) -> 10184 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch pneumaticcraft:liquid_compressor: 7838 (init) -> 7839 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:block_display_stand: 9530 (init) -> 9353 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:block_grinder: 9585 (init) -> 9408 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:item_paxel_crystal_red: 9724 (init) -> 9547 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:ethaxiumplate: 9440 (init) -> 9263 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:cstonepplate: 9224 (init) -> 9047 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:bone_sword: 10965 (init) -> 10777 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:sushi: 10934 (init) -> 10746 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:dreadbrickslab1: 9211 (init) -> 9034 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch simpleplanes:bop_fir_helicopter: 8795 (init) -> 11060 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:dreadbrickslab2: 9212 (init) -> 9035 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:sapling_sap: 10521 (init) -> 10333 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch pneumaticcraft:coordinate_tracker_upgrade: 7795 (init) -> 7796 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch mob_grinding_utils:spikes: 7171 (init) -> 7165 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:weedwood_pickaxe: 10964 (init) -> 10776 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:block_furnace_double: 9587 (init) -> 9410 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch chiselsandbits:bitsaw_diamond: 10117 (init) -> 9940 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:engraving_azathoth: 9488 (init) -> 9311 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch environmentaltech:erodium_tile_slab: 10222 (init) -> 10034 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch environmentaltech:ionite_bricks: 10247 (init) -> 10059 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch quark:stained_clay_tiles_gray_stairs: 5567 (init) -> 5597 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch simplyarrows:arrow_iron: 8924 (init) -> 8747 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:syrmorite_barrel: 10866 (init) -> 10678 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch pneumaticcraft:heat_frame: 7857 (init) -> 7736 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch tcomplement:porcelain_casting: 9020 (init) -> 8843 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:dltstairs: 9183 (init) -> 9006 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:pickerel_weed: 10808 (init) -> 10620 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch quark:stone_andesite_wall: 5547 (init) -> 5577 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch simpleplanes:bop_jacaranda_plane: 8801 (init) -> 10971 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:smooth_pitstone_slab: 10642 (init) -> 10454 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch astralsorcery:blockcustomore: 10026 (init) -> 9849 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch primal:waste: 11134 (init) -> 10941 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:temple_pillar: 10586 (init) -> 10398 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:hearthgrove_plank_fence_gate: 10696 (init) -> 10508 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch vc:airships/item_airship: 9074 (init) -> 8898 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch quark:red_nether_brick_stairs: 5606 (init) -> 5636 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:hasturcoin: 9482 (init) -> 9305 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:grappling_hook: 11012 (init) -> 10824 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch environmentaltech:kyronite_crystal: 10281 (init) -> 10093 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:abyssalsandglass: 9285 (init) -> 9108 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch simpleplanes:byg_blue_enchanted_mega_plane: 8840 (init) -> 11020 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch storagedrawers:controller: 8994 (init) -> 8804 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch cyclicmagic:book_ender: 9893 (init) -> 9716 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:nyarlathotepcharm: 9479 (init) -> 9302 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch cyclicmagic:energy_pipe: 9865 (init) -> 9688 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:necronomicon_omt: 9463 (init) -> 9286 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch buildcraftbuilders:quarry: 10054 (init) -> 9877 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch enderutilities:floor: 6371 (init) -> 6343 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch astralsorcery:itemchargedcrystalsword: 9999 (init) -> 9822 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch pneumaticcraft:assembly_drill: 7822 (init) -> 7823 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch buildcrafttransport:pipe_gold_fluid: 10086 (init) -> 9909 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch quark:polished_stone: 5543 (init) -> 5573 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:tar_solid_wall: 10669 (init) -> 10481 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:item_hoe_crystal_green: 9759 (init) -> 9582 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch spartanshields:shield_tower_iron: 8938 (init) -> 8761 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:giant_root_plank_trapdoor: 10854 (init) -> 10666 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch quark:turf_slab: 5639 (init) -> 5669 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch industrialforegoing:block_destroyer: 10403 (init) -> 10215 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch storagedrawers:controllerslave: 8995 (init) -> 8805 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch industrialforegoing:fluid_pump: 10430 (init) -> 10242 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:item_pants_emerald: 9645 (init) -> 9468 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:drainstaff: 9471 (init) -> 9294 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:sulfur_furnace: 10844 (init) -> 10656 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:mob_spawner: 10585 (init) -> 10397 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch environmentaltech:modifier_regeneration: 10352 (init) -> 10164 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch simpleplanes:byg_rainbow_eucalyptus_helicopter: 8891 (init) -> 10981 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:block_laser_relay_item_whitelist: 9544 (init) -> 9367 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch buildcrafttransport:pipe_diamond_fluid: 10091 (init) -> 9914 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:item_helm_crystal_green: 9760 (init) -> 9583 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch tcomplement:edibles: 9006 (init) -> 8829 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch mob_grinding_utils:tank: 7172 (init) -> 7166 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch witherskelefix:fragment: 11120 (init) -> 10932 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch cyclicmagic:horse_upgrade_type: 9842 (init) -> 9665 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch environmentaltech:lonsdaleite_brick_stairs: 10272 (init) -> 10084 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:item_hoe_crystal_black: 9749 (init) -> 9572 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:tieredenergycontainer: 9282 (init) -> 9105 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:dhoe: 9342 (init) -> 9165 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch cyclicmagic:crafting_food: 9933 (init) -> 9756 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:betweenstone_brick_stairs: 10596 (init) -> 10408 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch cyclicmagic:block_hydrator: 9942 (init) -> 9765 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:block_crystal: 9536 (init) -> 9359 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:block_crystal_cluster_iron: 9522 (init) -> 9345 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:item_boots_crystal_blue: 9733 (init) -> 9556 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:block_phantom_redstoneface: 9570 (init) -> 9393 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch primal_tech:flint_edged_disc: 9123 (init) -> 8960 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch pneumaticcraft:logistic_frame_passive_provider: 7853 (init) -> 7732 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:leaves_spirit_tree_bottom: 10534 (init) -> 10346 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:repeller: 10874 (init) -> 10686 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch primal_tech:twine: 9118 (init) -> 8955 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:block_phantomface: 9566 (init) -> 9389 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch simpleplanes:byg_aspen_helicopter: 8831 (init) -> 11100 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:eoa: 9316 (init) -> 9139 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch pneumaticcraft:security_station: 7827 (init) -> 7828 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:octine_block: 10576 (init) -> 10388 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch industrialforegoing:black_hole_controller_reworked: 10416 (init) -> 10228 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:ohead: 9208 (init) -> 9031 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch simpleplanes:acacia_plane: 8757 (init) -> 10962 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch quark:arrow_explosive: 5680 (init) -> 5678 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:block_grinder_double: 9586 (init) -> 9409 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:wandering_wisps: 11031 (init) -> 10843 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:moss_bed_item: 11055 (init) -> 10867 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch enderutilities:inserter: 6370 (init) -> 6342 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch environmentaltech:ionite_crystal: 10283 (init) -> 10095 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:abydreadbrickslab1: 9215 (init) -> 9038 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:abydreadbrickslab2: 9216 (init) -> 9039 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch astralsorcery:blockgemcrystals: 10035 (init) -> 9858 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:sludge_jello: 10913 (init) -> 10725 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:item_bag: 9618 (init) -> 9441 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch quark:magma_bricks_stairs: 5628 (init) -> 5658 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch refinedstorage:wireless_transmitter: 10157 (init) -> 9980 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch industrialforegoing:item_splitter: 10433 (init) -> 10245 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:item_helm_crystal_black: 9750 (init) -> 9573 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:corpick: 9348 (init) -> 9171 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:limestone: 10491 (init) -> 10303 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch refinedstorageaddons:wireless_crafting_grid: 11091 (init) -> 10903 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch environmentaltech:aethium_bricks: 10258 (init) -> 10070 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:ring_of_recruitment: 11067 (init) -> 10879 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch cyclicmagic:ender_snow: 9913 (init) -> 9736 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch refinedstorage:crafter_manager: 10163 (init) -> 9986 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch spartanshields:shield_tower_electrum: 8957 (init) -> 8780 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch quark:purpur_block_wall: 5554 (init) -> 5584 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch environmentaltech:litherite_paver: 10202 (init) -> 10014 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:block_giant_chest_medium: 9583 (init) -> 9406 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:mud_tower_brazier: 10765 (init) -> 10577 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch spartanshields:shield_basic_steel: 8944 (init) -> 8767 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch refinedstorage:reader: 10151 (init) -> 9974 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:angler_tooth_arrow: 10993 (init) -> 10805 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch environmentaltech:kyronite_tile_stairs: 10229 (init) -> 10041 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch astralsorcery:blockworldilluminator: 10012 (init) -> 9835 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch environmentaltech:erodium_stairs: 10216 (init) -> 10028 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:bone_shield: 10983 (init) -> 10795 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch storagenetwork:kabel: 11110 (init) -> 10922 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:smooth_pitstone: 10611 (init) -> 10423 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch pneumaticcraft:logistic_frame_storage: 7854 (init) -> 7733 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch quark:end_bricks_slab: 5601 (init) -> 5631 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch primal:tannin: 11133 (init) -> 10947 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:rotten_plank_stairs: 10762 (init) -> 10574 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch spartanshields:shield_basic_platinum: 8954 (init) -> 8777 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:thatch_slab: 10665 (init) -> 10477 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:ethaxiumu: 9380 (init) -> 9203 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:scabyst_bricks: 10553 (init) -> 10365 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:volarkite: 11013 (init) -> 10825 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch enderutilities:msu: 6376 (init) -> 6348 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch actuallyadditions:block_player_interface: 9531 (init) -> 9354 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch quark:stained_clay_tiles_purple_slab: 5586 (init) -> 5616 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch buildcraftbuilders:architect: 10050 (init) -> 9873 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:edge_leaf: 10720 (init) -> 10532 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch waterstrainer:strainer_survivalist_dense: 9089 (init) -> 8913 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch weirdinggadget:weirding_gadget: 9094 (init) -> 8917 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch environmentaltech:solar_cell_erodium: 10315 (init) -> 10127 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:nibbletwig_plank_fence_gate: 10697 (init) -> 10509 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:abybutton: 9190 (init) -> 9013 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:chiromaw_wing: 10928 (init) -> 10740 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch buildcraftfactory:tank: 10058 (init) -> 9881 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch astralsorcery:itemskyresonator: 9983 (init) -> 9806 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch simpleplanes:byg_skyris_mega_plane: 8900 (init) -> 11049 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:crystalfragment: 9494 (init) -> 9317 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch modularmachinery:blockenergyinputhatch: 10467 (init) -> 10279 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch pneumaticcraft:pressure_gauge_module: 7729 (init) -> 7854 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch thebetweenlands:smooth_cragrock_wall: 10681 (init) -> 10493 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch enderutilities:linkcrystal: 6338 (init) -> 6356 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch quark:ender_watcher: 5649 (init) -> 5558 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:abygolore: 9236 (init) -> 9059 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch abyssalcraft:dsbfence: 9192 (init) -> 9015 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch quark:stained_clay_tiles_pink_stairs: 5566 (init) -> 5596 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch environmentaltech:pladium_slab: 10241 (init) -> 10053 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch astralsorcery:itemfragmentcapsule: 9992 (init) -> 9815 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch cyclicmagic:charm_speed: 9923 (init) -> 9746 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch simpleplanes:byg_ebony_mega_plane: 8856 (init) -> 11131 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:worm_plop: 1075 (init) -> 1074 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch stevescarts:boop: 788 (init) -> 787 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:root_sprite_living: 1121 (init) -> 1120 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch immersiveengineering:revolverreload: 1164 (init) -> 1169 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch abyssalcraft:dreadguard.death: 821 (init) -> 820 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:beneath_a_green_sky: 930 (init) -> 929 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch stevescarts:2lines: 791 (init) -> 790 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch stevescarts:flagclick: 798 (init) -> 797 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch primal_tech:breaking_stuff: 816 (init) -> 815 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:portal_trigger: 1145 (init) -> 1144 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:spirit_tree_face_large_emerge: 1056 (init) -> 1055 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:greebling_vanish: 1123 (init) -> 1122 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch abyssalcraft:dreadguard.hit: 820 (init) -> 819 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:plug_lock: 968 (init) -> 967 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:rope_pull: 1132 (init) -> 1131 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch cyclicmagic:lightning_staff_launch: 883 (init) -> 882 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:worm_emerge: 1074 (init) -> 1073 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:druid_teleport: 982 (init) -> 981 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:leech_death: 1110 (init) -> 1109 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch cyclicmagic:fill: 873 (init) -> 872 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch playerbosses:boss.hurt: 920 (init) -> 919 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:ambient_wight_fortress: 945 (init) -> 944 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:temple_guardian_death: 1034 (init) -> 1033 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:spirit_tree_face_suck: 1057 (init) -> 1056 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch immersiveengineering:tesla: 1167 (init) -> 1170 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:crypt_crawler_dig: 1070 (init) -> 1069 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:spirit_tree_face_small_living: 1051 (init) -> 1050 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch stevescarts:gearswitch: 786 (init) -> 785 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:spirit_tree_face_small_spit: 1050 (init) -> 1049 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:tar_beast_death: 1026 (init) -> 1025 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:fortress_teleport: 1012 (init) -> 1011 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch abyssalcraft:jzahar.implosion: 864 (init) -> 863 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch immersiveengineering:spray_fire: 1163 (init) -> 1167 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:tar_beast_hurt: 1027 (init) -> 1026 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch abyssalcraft:shoggoth.step: 841 (init) -> 840 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:worm_hurt: 1076 (init) -> 1075 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:flying_fiend_hurt: 999 (init) -> 998 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:mud_door_lock: 1149 (init) -> 1148 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:ambient_cave_spook: 944 (init) -> 943 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:ignite: 960 (init) -> 959 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:wall_slam: 973 (init) -> 972 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:long_swing: 1136 (init) -> 1135 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:bounder_sprite_death: 1048 (init) -> 1047 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch abyssalcraft:ghoul.wilson.idle: 826 (init) -> 825 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch astralsorcery:bookclose: 903 (init) -> 902 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:lurker_living: 1017 (init) -> 1016 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch emberroot:direwolf.hurt: 908 (init) -> 907 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:infuser_finished: 1139 (init) -> 1138 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:frog_living: 1099 (init) -> 1098 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:temple_guardian_melee_living: 1036 (init) -> 1035 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:gecko_living: 1103 (init) -> 1102 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch emberroot:spirithurt: 913 (init) -> 912 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch emberroot:staffcast: 914 (init) -> 913 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch immersiveengineering:chargeslow: 1174 (init) -> 1175 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:ambient_sludge_worm_dungeon: 951 (init) -> 950 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:possessed_scream: 955 (init) -> 954 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch abyssalcraft:shadow.hit: 833 (init) -> 832 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch stevescarts:1lines: 790 (init) -> 789 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:portal_travel: 1144 (init) -> 1143 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch stevescarts:hit: 795 (init) -> 794 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:christmas_on_the_marsh: 932 (init) -> 931 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:flying_fiend_living: 1000 (init) -> 999 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch emberroot:bosshurt: 916 (init) -> 915 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:barrishee_death: 1093 (init) -> 1092 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch cyclicmagic:basey: 870 (init) -> 869 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch totemic:wind_chime: 804 (init) -> 803 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:fortress_puzzle_sword: 1011 (init) -> 1010 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:giant_toad_hurt: 1105 (init) -> 1104 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:pit_fall: 975 (init) -> 974 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:wight_death: 1040 (init) -> 1039 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:emberling_flames: 1086 (init) -> 1085 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch yoyos:entity.yoyo.stick: 814 (init) -> 813 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:ambient_frosty: 949 (init) -> 948 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:long_slice: 1137 (init) -> 1136 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch abyssalcraft:ghoul.hit: 823 (init) -> 822 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch stevescarts:win: 787 (init) -> 786 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch stevescarts:3lines: 792 (init) -> 791 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:dark_druid_living: 980 (init) -> 979 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch immersiveengineering:chute: 1178 (init) -> 1166 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch abyssalcraft:golem.hit: 829 (init) -> 828 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:pit_of_decay_loop: 1085 (init) -> 1084 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:sludge_menace_hurt: 1114 (init) -> 1113 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch cyclicmagic:pschew_fire: 877 (init) -> 876 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch abyssalcraft:abyssalzombie.hit: 857 (init) -> 856 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:crypt_crawler_hurt: 1068 (init) -> 1067 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:stuck_in_the_mud: 937 (init) -> 936 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch abyssalcraft:ghoul.death: 824 (init) -> 823 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch abyssalcraft:shoggoth.idle: 838 (init) -> 837 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:ambient_water: 948 (init) -> 947 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:barrishee_step: 1094 (init) -> 1093 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch abyssalcraft:golem.death: 828 (init) -> 827 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch abyssalcraft:ghoul.pete.idle: 825 (init) -> 824 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:waterlogged: 940 (init) -> 939 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:beam_activate: 966 (init) -> 965 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:ancient: 928 (init) -> 927 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch abyssalcraft:shoggoth.birth: 843 (init) -> 842 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:dreadful_peat_mummy_living: 988 (init) -> 987 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch enderutilities:jailer: 918 (init) -> 917 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch abyssalcraft:shoggoth.hit: 839 (init) -> 838 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:ambient_blood_sky: 942 (init) -> 941 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:rift_open: 962 (init) -> 961 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:dark_druid_hit: 979 (init) -> 978 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:poop_jet: 974 (init) -> 973 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch abyssalcraft:jzahar.charge: 845 (init) -> 844 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch cyclicmagic:dcoin: 894 (init) -> 893 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch abyssalcraft:dreadspawn.idle: 853 (init) -> 852 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch immersiveengineering:railgunfire: 1170 (init) -> 1164 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch totemic:eagle_bone_whistle: 805 (init) -> 804 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch cyclicmagic:fireball_explode: 880 (init) -> 879 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:spirit_tree_face_large_death: 1053 (init) -> 1052 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:tar_beast_step: 1029 (init) -> 1028 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:puff_shroom: 1146 (init) -> 1145 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:greebling_music_1: 925 (init) -> 924 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:greebling_music_2: 926 (init) -> 925 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:wight_moan: 1039 (init) -> 1038 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch emberroot:spiritambient: 912 (init) -> 911 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch simpleplanes:plane_loop: 785 (init) -> 1178 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch abyssalcraft:chant.cthugha: 852 (init) -> 851 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:druid_chant: 981 (init) -> 980 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch abyssalcraft:chant.sleeping: 851 (init) -> 850 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch totemic:flute: 801 (init) -> 800 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:barrishee_living: 1092 (init) -> 1091 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch abyssalcraft:dreadspawn.death: 855 (init) -> 854 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch abyssalcraft:sacthoth.death: 831 (init) -> 830 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:squish: 959 (init) -> 958 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:wall_lamprey_suck: 1071 (init) -> 1070 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:barrishee_hurt: 1091 (init) -> 1090 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch emberroot:direwolf.growl: 910 (init) -> 909 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch actuallyadditions:crusher: 869 (init) -> 868 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch abyssalcraft:shadow.death: 832 (init) -> 831 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:giant_toad_living: 1106 (init) -> 1105 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch beneath:beneath.drawnout: 1154 (init) -> 1153 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch abyssalcraft:shoggoth.consume: 844 (init) -> 843 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:tar_beast_living: 1028 (init) -> 1027 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:dreadful_peat_mummy_scream: 991 (init) -> 990 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:fortress_boss_summon_projectiles: 1007 (init) -> 1006 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch emberroot:direwolf.howl: 909 (init) -> 908 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:lonely_fire: 935 (init) -> 934 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:plug_hit: 967 (init) -> 966 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:shambler_lick: 1066 (init) -> 1065 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:bl_dimension: 924 (init) -> 923 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:snail_death: 1107 (init) -> 1106 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:rowboat_row_start_port: 1127 (init) -> 1126 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:rejected: 957 (init) -> 956 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch immersiveengineering:spark: 1175 (init) -> 1162 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:shockwave_sword: 958 (init) -> 957 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch abyssalcraft:golem.idle: 830 (init) -> 829 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch stevescarts:goodjob: 799 (init) -> 798 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:angler_attack: 976 (init) -> 975 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:angler_death: 977 (init) -> 976 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch waddles:adelie.death: 811 (init) -> 810 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:sporeling_death: 1116 (init) -> 1115 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch totemic:bald_eagle.hurt: 807 (init) -> 806 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch astralsorcery:craftfinish: 902 (init) -> 901 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch cyclicmagic:spikes_on: 888 (init) -> 887 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:sludge_menace_living: 1115 (init) -> 1114 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch beneath:beneath.muffled: 1153 (init) -> 1152 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:splodeshroom_winddown: 1082 (init) -> 1081 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch abyssalcraft:chant.yog_sothoth_2: 848 (init) -> 847 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch abyssalcraft:chant.yog_sothoth_1: 847 (init) -> 846 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:wall_lamprey_attack: 1072 (init) -> 1071 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:pyrad_hurt: 1014 (init) -> 1013 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch trumpetskeleton:item.trumpet.use: 1160 (init) -> 1159 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:astatos: 929 (init) -> 928 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch cyclicmagic:frost_staff_launch: 882 (init) -> 881 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:frog_death: 1097 (init) -> 1096 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch waddles:adelie.hurt: 812 (init) -> 811 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:giant_toad_death: 1104 (init) -> 1103 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:ambient_snowfall: 950 (init) -> 949 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:rope_throw: 1131 (init) -> 1130 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch abyssalcraft:ghoul.orange.idle: 827 (init) -> 826 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:voodoo_doll: 1128 (init) -> 1127 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch immersiveengineering:dieselgenerator: 1168 (init) -> 1163 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:peat_mummy_charge: 993 (init) -> 992 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:rope_swing: 1133 (init) -> 1132 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch abyssalcraft:shoggoth.death: 840 (init) -> 839 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch cyclicmagic:dungeonfinder: 871 (init) -> 870 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:worm_egg_sac_living: 1080 (init) -> 1079 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:peat_mummy_living: 997 (init) -> 996 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch cyclicmagic:bwoaaap: 874 (init) -> 873 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch emberroot:owl.hoot_single: 905 (init) -> 904 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch yoyos:entity.yoyo.throw: 813 (init) -> 812 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:spirit_tree_spike_trap: 1059 (init) -> 1058 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch astralsorcery:attunement: 901 (init) -> 900 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch yoyos:entity.yoyo.chase: 815 (init) -> 814 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch abyssalcraft:jzahar.shout: 862 (init) -> 861 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:dark_druid_death: 978 (init) -> 977 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch playerbosses:boss.death: 922 (init) -> 921 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:rift_creak: 963 (init) -> 962 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch cyclicmagic:machine_launch: 884 (init) -> 883 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch totemic:drum: 803 (init) -> 802 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:gem_singer: 1129 (init) -> 1128 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:temple_guardian_step: 1037 (init) -> 1036 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch abyssalcraft:jzahar.black_hole: 865 (init) -> 864 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:temple_guardian_berserker_impact: 1032 (init) -> 1031 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:flying_fiend_death: 998 (init) -> 997 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch enderutilities:molecular_exciter: 919 (init) -> 918 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:shambler_death: 1063 (init) -> 1062 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch cyclicmagic:fireball_staff_launch: 881 (init) -> 880 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch primal_tech:cabbage_fart: 817 (init) -> 816 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:boulder_sprite_hurt: 1047 (init) -> 1046 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch beneath:beneath.normal: 1152 (init) -> 1151 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch actuallyadditions:duh_duh_duh_duuuh: 866 (init) -> 865 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:fortress_boss_death: 1001 (init) -> 1000 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:termite_living: 1119 (init) -> 1118 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch abyssalcraft:ghoul.normal.idle: 822 (init) -> 821 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:crypt_crawler_living: 1069 (init) -> 1068 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:lurker_hurt: 1016 (init) -> 1015 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:rowboat_row_start_starboard: 1126 (init) -> 1125 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:spirit_tree_face_large_living: 1054 (init) -> 1053 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:ring_of_dispersion_teleport: 1135 (init) -> 1134 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:worm_living: 1077 (init) -> 1076 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:barrishee_scream: 1095 (init) -> 1094 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:rope_grab: 1134 (init) -> 1133 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:swamp_hag_living_2: 1023 (init) -> 1022 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:swamp_hag_living_1: 1022 (init) -> 1021 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:swamp_hag_living_4: 1025 (init) -> 1024 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch stevescarts:highscore: 794 (init) -> 793 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:swamp_hag_living_3: 1024 (init) -> 1023 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch primal_tech:bentley: 818 (init) -> 817 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:shambler_hurt: 1064 (init) -> 1063 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:gas_cloud_hurt: 1044 (init) -> 1043 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch totemic:bald_eagle.death: 808 (init) -> 807 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:peat_mummy_hurt: 996 (init) -> 995 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:wight_attack: 1041 (init) -> 1040 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:dreadful_peat_mummy_emerge: 985 (init) -> 984 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:wall_slide: 972 (init) -> 971 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:splodeshroom_windup: 1083 (init) -> 1082 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:leech_hurt: 1111 (init) -> 1110 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:dreadful_peat_mummy_bite: 983 (init) -> 982 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:fortress_boss_teleport: 1008 (init) -> 1007 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch stevescarts:blobclick: 797 (init) -> 796 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch immersiveengineering:spray: 1165 (init) -> 1174 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:fortress_puzzle_cage_break: 1009 (init) -> 1008 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:sludge_menace_death: 1113 (init) -> 1112 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:spirit_tree_face_small_emerge: 1055 (init) -> 1054 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch abyssalcraft:dreadguard.idle: 819 (init) -> 818 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch playerbosses:boss.ambient: 921 (init) -> 920 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:bl_menu: 923 (init) -> 922 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:spike: 954 (init) -> 953 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:worm_egg_sac_squish: 1081 (init) -> 1080 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:dreadful_peat_mummy_retch: 990 (init) -> 989 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch totemic:rattle: 802 (init) -> 801 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:worm_death: 1078 (init) -> 1077 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:spirit_tree_face_spit_root_spikes: 1058 (init) -> 1057 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:gas_cloud_death: 1045 (init) -> 1044 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:snail_hurt: 1108 (init) -> 1107 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:chain: 969 (init) -> 968 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch tinkertoolleveling:levelup: 800 (init) -> 799 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:peat_mummy_death: 994 (init) -> 993 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:fortress_boss_living: 1003 (init) -> 1002 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:frog_hurt: 1098 (init) -> 1097 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch cyclicmagic:spikes_off: 887 (init) -> 886 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:swamp_hag_death: 1019 (init) -> 1018 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch abyssalcraft:remnant.yes: 835 (init) -> 834 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:fortress_boss_shield_down: 1006 (init) -> 1005 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:gears: 971 (init) -> 970 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:mud_door_2: 1148 (init) -> 1147 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:mud_door_1: 1147 (init) -> 1146 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch cyclicmagic:fan_loop: 897 (init) -> 896 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch waddles:adelie.ambient: 809 (init) -> 808 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:rowboat_row_port: 1125 (init) -> 1124 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch immersiveengineering:birthdayparty: 1176 (init) -> 1168 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch cyclicmagic:warp_echo: 893 (init) -> 892 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch abyssalcraft:dreadguard.barf: 860 (init) -> 859 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch cyclicmagic:block_scaffolding: 878 (init) -> 877 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:dreadful_peat_mummy_hurt: 986 (init) -> 985 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch abyssalcraft:abyssalzombie.idle: 856 (init) -> 855 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:worm_splat: 1079 (init) -> 1078 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:dragonfly: 1096 (init) -> 1095 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:boulder_sprite_living: 1046 (init) -> 1045 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:ambient_cave: 943 (init) -> 942 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch waddles:adelie.baby.ambient: 810 (init) -> 809 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:lurker_death: 1018 (init) -> 1017 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:gecko_hurt: 1102 (init) -> 1101 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:gas_cloud_living: 1043 (init) -> 1042 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch abyssalcraft:antiplayer.hurt: 859 (init) -> 858 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:temple_guardian_berserker_living: 1033 (init) -> 1032 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:crumble: 952 (init) -> 951 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:brazier_light: 965 (init) -> 964 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:fortress_boss_hurt: 1002 (init) -> 1001 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:leech_living: 1112 (init) -> 1111 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch emberroot:owl.hoot_double: 906 (init) -> 905 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:ambient_swamp: 947 (init) -> 946 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:16612: 927 (init) -> 926 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:dreadful_peat_mummy_death: 984 (init) -> 983 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:animator: 1141 (init) -> 1140 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch abyssalcraft:abyssalzombie.death: 858 (init) -> 857 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch cyclicmagic:step_height_up: 891 (init) -> 890 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch stevescarts:click: 796 (init) -> 795 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch trumpetskeleton:entity.parrot.imitate.trumpet_skeleton: 1161 (init) -> 1160 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:roof_collapse: 964 (init) -> 963 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:spirit_tree_spikes: 1061 (init) -> 1060 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:crab_snip: 1042 (init) -> 1041 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch beneath:dark2: 1157 (init) -> 1156 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch beneath:dark1: 1156 (init) -> 1155 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:emberling_hurt: 1088 (init) -> 1087 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:emberling_jump: 1087 (init) -> 1086 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:hag_dance: 934 (init) -> 933 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:temple_guardian_berserker_charge: 1031 (init) -> 1030 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:fig: 953 (init) -> 952 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:beam_switch: 1151 (init) -> 1150 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:root_sprite_hurt: 1122 (init) -> 1121 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:shambler_living: 1065 (init) -> 1064 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:sporeling_living: 1118 (init) -> 1117 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:wandering_wisps: 939 (init) -> 938 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch cyclicmagic:monster_ball_release: 886 (init) -> 885 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch emberroot:bossambient: 915 (init) -> 914 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch cyclicmagic:dice_mike_koenig: 899 (init) -> 898 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:sporeling_hurt: 1117 (init) -> 1116 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch abyssalcraft:remnant.no: 836 (init) -> 835 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:emberling_living: 1089 (init) -> 1088 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:sorry: 956 (init) -> 955 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch beneath:scream: 1158 (init) -> 1157 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch cyclicmagic:fan_off: 895 (init) -> 894 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:dreadful_peat_mummy_swipe: 992 (init) -> 991 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch abyssalcraft:shoggoth.shoot: 842 (init) -> 841 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch immersiveengineering:chargefast: 1169 (init) -> 1165 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:crypt_crawler_death: 1067 (init) -> 1066 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch astralsorcery:clipswitch: 900 (init) -> 899 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:peat_mummy_emerge: 995 (init) -> 994 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch abyssalcraft:jzahar.blast: 861 (init) -> 860 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch cyclicmagic:thunk: 876 (init) -> 875 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch cyclicmagic:spirit_seeker: 889 (init) -> 888 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch immersiveengineering:revolverfirethump: 1166 (init) -> 1173 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch stevescarts:gameover: 789 (init) -> 788 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch abyssalcraft:jzahar.earthquake: 863 (init) -> 862 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:temple_guardian_hurt: 1035 (init) -> 1034 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:gecko_hide: 1101 (init) -> 1100 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch cyclicmagic:doorbell_mikekoenig: 898 (init) -> 897 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch totemic:bald_eagle.ambient: 806 (init) -> 805 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch immersiveengineering:metalpresssmash: 1162 (init) -> 1161 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch abyssalcraft:remnant.scream: 834 (init) -> 833 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch emberroot:direwolf.death: 911 (init) -> 910 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:mud_door_trap: 1150 (init) -> 1149 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch stevescarts:4lines: 793 (init) -> 792 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:ambient_blood_sky_roar: 941 (init) -> 940 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:root_sprite_death: 1120 (init) -> 1119 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:swamp_hag_living: 1021 (init) -> 1020 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:fortress_boss_nope: 1005 (init) -> 1004 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch abyssalcraft:chant.hastur_1: 849 (init) -> 848 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch abyssalcraft:chant.hastur_2: 850 (init) -> 849 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:gecko_death: 1100 (init) -> 1099 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch cyclicmagic:fan_on: 896 (init) -> 895 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch cyclicmagic:monster_ball_capture: 885 (init) -> 884 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:snail_living: 1109 (init) -> 1108 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:tar_beast_suck: 1030 (init) -> 1029 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:ambient_spoopy: 946 (init) -> 945 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:rowboat_row_starboard: 1124 (init) -> 1123 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch actuallyadditions:reconstructor: 868 (init) -> 867 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:dj_wights_mixtape: 933 (init) -> 932 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:fortress_puzzle_orb: 1010 (init) -> 1009 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch cyclicmagic:crack: 875 (init) -> 874 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch abyssalcraft:remnant.priest.chant: 837 (init) -> 836 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:fortress_boss_loop: 1004 (init) -> 1003 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:swamp_hag_hurt: 1020 (init) -> 1019 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:gem_singer_echo: 1130 (init) -> 1129 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:portal_activate: 1143 (init) -> 1142 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:bounder_sprite_roll: 1049 (init) -> 1048 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:splodeshroom_pop: 1084 (init) -> 1083 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:wight_hurt: 1038 (init) -> 1037 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:between_you_and_me: 931 (init) -> 930 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:spirit_tree_spike_trap_emerge: 1060 (init) -> 1059 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch abyssalcraft:chant.cthulhu: 846 (init) -> 845 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch actuallyadditions:coffee_machine: 867 (init) -> 866 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:pyrad_living: 1015 (init) -> 1014 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:grind: 1138 (init) -> 1137 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:purifier: 1140 (init) -> 1139 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:portal: 1142 (init) -> 1141 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch trumpetskeleton:entity.trumpet_skeleton.ambient: 1159 (init) -> 1158 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:spirit_tree_face_large_spit: 1052 (init) -> 1051 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch cyclicmagic:step_height_down: 890 (init) -> 889 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:pyrad_death: 1013 (init) -> 1012 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch emberroot:bossdeath: 917 (init) -> 916 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch cyclicmagic:chaos_reaper: 879 (init) -> 878 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:the_explorer: 938 (init) -> 937 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch emberroot:owl.hurt: 907 (init) -> 906 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch astralsorcery:bookflip: 904 (init) -> 903 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:dreadful_peat_mummy_lick: 987 (init) -> 986 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:dreadful_peat_mummy_loop: 989 (init) -> 988 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:emberling_death: 1090 (init) -> 1089 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch beneath:deepdank: 1155 (init) -> 1154 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:onwards: 936 (init) -> 935 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:damage_reduction: 961 (init) -> 960 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:wall_living_root_emerge: 1073 (init) -> 1072 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch abyssalcraft:dreadspawn.hit: 854 (init) -> 853 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:root_spike_particle_hit: 1062 (init) -> 1061 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch immersiveengineering:metalpresspiston: 1173 (init) -> 1176 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch cyclicmagic:bwewe: 872 (init) -> 871 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch cyclicmagic:tool_mode: 892 (init) -> 891 (map). +[16:58:29] [Server thread/DEBUG] [FML]: Registry SoundEvent: Fixed minecraft:soundevents id mismatch thebetweenlands:chain_long: 970 (init) -> 969 (map). +[16:58:30] [Server thread/TRACE] [FML]: Registry Name : minecraft:blocks +[16:58:30] [Server thread/TRACE] [FML]: Registry: 0 minecraft:air Block{minecraft:air} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1 minecraft:stone Block{minecraft:stone} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2 minecraft:grass Block{minecraft:grass} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3 minecraft:dirt Block{minecraft:dirt} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4 minecraft:cobblestone Block{minecraft:cobblestone} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5 minecraft:planks Block{minecraft:planks} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6 minecraft:sapling Block{minecraft:sapling} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7 minecraft:bedrock Block{minecraft:bedrock} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8 minecraft:flowing_water Block{minecraft:flowing_water} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9 minecraft:water Block{minecraft:water} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10 minecraft:flowing_lava Block{minecraft:flowing_lava} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11 minecraft:lava Block{minecraft:lava} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12 minecraft:sand Block{minecraft:sand} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13 minecraft:gravel Block{minecraft:gravel} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 14 minecraft:gold_ore Block{minecraft:gold_ore} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 15 minecraft:iron_ore Block{minecraft:iron_ore} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 16 minecraft:coal_ore Block{minecraft:coal_ore} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 17 minecraft:log Block{minecraft:log} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 18 minecraft:leaves Block{minecraft:leaves} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 19 minecraft:sponge Block{minecraft:sponge} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 20 minecraft:glass Block{minecraft:glass} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 21 minecraft:lapis_ore Block{minecraft:lapis_ore} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 22 minecraft:lapis_block Block{minecraft:lapis_block} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 23 minecraft:dispenser Block{minecraft:dispenser} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 24 minecraft:sandstone Block{minecraft:sandstone} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 25 minecraft:noteblock Block{minecraft:noteblock} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 26 minecraft:bed Block{minecraft:bed} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 27 minecraft:golden_rail Block{minecraft:golden_rail} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 28 minecraft:detector_rail Block{minecraft:detector_rail} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 29 minecraft:sticky_piston Block{minecraft:sticky_piston} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 30 minecraft:web Block{minecraft:web} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 31 minecraft:tallgrass Block{minecraft:tallgrass} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 32 minecraft:deadbush Block{minecraft:deadbush} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 33 minecraft:piston Block{minecraft:piston} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 34 minecraft:piston_head Block{minecraft:piston_head} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 35 minecraft:wool Block{minecraft:wool} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 36 minecraft:piston_extension Block{minecraft:piston_extension} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 37 minecraft:yellow_flower Block{minecraft:yellow_flower} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 38 minecraft:red_flower Block{minecraft:red_flower} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 39 minecraft:brown_mushroom Block{minecraft:brown_mushroom} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 40 minecraft:red_mushroom Block{minecraft:red_mushroom} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 41 minecraft:gold_block Block{minecraft:gold_block} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 42 minecraft:iron_block Block{minecraft:iron_block} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 43 minecraft:double_stone_slab Block{minecraft:double_stone_slab} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 44 minecraft:stone_slab Block{minecraft:stone_slab} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 45 minecraft:brick_block Block{minecraft:brick_block} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 46 minecraft:tnt Block{minecraft:tnt} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 47 minecraft:bookshelf Block{minecraft:bookshelf} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 48 minecraft:mossy_cobblestone Block{minecraft:mossy_cobblestone} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 49 minecraft:obsidian Block{minecraft:obsidian} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 50 minecraft:torch Block{minecraft:torch} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 51 minecraft:fire Block{minecraft:fire} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 52 minecraft:mob_spawner Block{minecraft:mob_spawner} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 53 minecraft:oak_stairs Block{minecraft:oak_stairs} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 54 minecraft:chest Block{minecraft:chest} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 55 minecraft:redstone_wire Block{minecraft:redstone_wire} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 56 minecraft:diamond_ore Block{minecraft:diamond_ore} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 57 minecraft:diamond_block Block{minecraft:diamond_block} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 58 minecraft:crafting_table Block{minecraft:crafting_table} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 59 minecraft:wheat Block{minecraft:wheat} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 60 minecraft:farmland Block{minecraft:farmland} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 61 minecraft:furnace Block{minecraft:furnace} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 62 minecraft:lit_furnace Block{minecraft:lit_furnace} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 63 minecraft:standing_sign Block{minecraft:standing_sign} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 64 minecraft:wooden_door Block{minecraft:wooden_door} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 65 minecraft:ladder Block{minecraft:ladder} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 66 minecraft:rail Block{minecraft:rail} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 67 minecraft:stone_stairs Block{minecraft:stone_stairs} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 68 minecraft:wall_sign Block{minecraft:wall_sign} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 69 minecraft:lever Block{minecraft:lever} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 70 minecraft:stone_pressure_plate Block{minecraft:stone_pressure_plate} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 71 minecraft:iron_door Block{minecraft:iron_door} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 72 minecraft:wooden_pressure_plate Block{minecraft:wooden_pressure_plate} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 73 minecraft:redstone_ore Block{minecraft:redstone_ore} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 74 minecraft:lit_redstone_ore Block{minecraft:lit_redstone_ore} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 75 minecraft:unlit_redstone_torch Block{minecraft:unlit_redstone_torch} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 76 minecraft:redstone_torch Block{minecraft:redstone_torch} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 77 minecraft:stone_button Block{minecraft:stone_button} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 78 minecraft:snow_layer Block{minecraft:snow_layer} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 79 minecraft:ice Block{minecraft:ice} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 80 minecraft:snow Block{minecraft:snow} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 81 minecraft:cactus Block{minecraft:cactus} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 82 minecraft:clay Block{minecraft:clay} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 83 minecraft:reeds Block{minecraft:reeds} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 84 minecraft:jukebox Block{minecraft:jukebox} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 85 minecraft:fence Block{minecraft:fence} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 86 minecraft:pumpkin Block{minecraft:pumpkin} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 87 minecraft:netherrack Block{minecraft:netherrack} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 88 minecraft:soul_sand Block{minecraft:soul_sand} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 89 minecraft:glowstone Block{minecraft:glowstone} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 90 minecraft:portal Block{minecraft:portal} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 91 minecraft:lit_pumpkin Block{minecraft:lit_pumpkin} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 92 minecraft:cake Block{minecraft:cake} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 93 minecraft:unpowered_repeater Block{minecraft:unpowered_repeater} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 94 minecraft:powered_repeater Block{minecraft:powered_repeater} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 95 minecraft:stained_glass Block{minecraft:stained_glass} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 96 minecraft:trapdoor Block{minecraft:trapdoor} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 97 minecraft:monster_egg Block{minecraft:monster_egg} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 98 minecraft:stonebrick Block{minecraft:stonebrick} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 99 minecraft:brown_mushroom_block Block{minecraft:brown_mushroom_block} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 100 minecraft:red_mushroom_block Block{minecraft:red_mushroom_block} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 101 minecraft:iron_bars Block{minecraft:iron_bars} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 102 minecraft:glass_pane Block{minecraft:glass_pane} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 103 minecraft:melon_block Block{minecraft:melon_block} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 104 minecraft:pumpkin_stem Block{minecraft:pumpkin_stem} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 105 minecraft:melon_stem Block{minecraft:melon_stem} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 106 minecraft:vine Block{minecraft:vine} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 107 minecraft:fence_gate Block{minecraft:fence_gate} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 108 minecraft:brick_stairs Block{minecraft:brick_stairs} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 109 minecraft:stone_brick_stairs Block{minecraft:stone_brick_stairs} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 110 minecraft:mycelium Block{minecraft:mycelium} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 111 minecraft:waterlily Block{minecraft:waterlily} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 112 minecraft:nether_brick Block{minecraft:nether_brick} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 113 minecraft:nether_brick_fence Block{minecraft:nether_brick_fence} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 114 minecraft:nether_brick_stairs Block{minecraft:nether_brick_stairs} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 115 minecraft:nether_wart Block{minecraft:nether_wart} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 116 minecraft:enchanting_table Block{minecraft:enchanting_table} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 117 minecraft:brewing_stand Block{minecraft:brewing_stand} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 118 minecraft:cauldron Block{minecraft:cauldron} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 119 minecraft:end_portal Block{minecraft:end_portal} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 120 minecraft:end_portal_frame Block{minecraft:end_portal_frame} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 121 minecraft:end_stone Block{minecraft:end_stone} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 122 minecraft:dragon_egg Block{minecraft:dragon_egg} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 123 minecraft:redstone_lamp Block{minecraft:redstone_lamp} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 124 minecraft:lit_redstone_lamp Block{minecraft:lit_redstone_lamp} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 125 minecraft:double_wooden_slab Block{minecraft:double_wooden_slab} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 126 minecraft:wooden_slab Block{minecraft:wooden_slab} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 127 minecraft:cocoa Block{minecraft:cocoa} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 128 minecraft:sandstone_stairs Block{minecraft:sandstone_stairs} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 129 minecraft:emerald_ore Block{minecraft:emerald_ore} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 130 minecraft:ender_chest Block{minecraft:ender_chest} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 131 minecraft:tripwire_hook Block{minecraft:tripwire_hook} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 132 minecraft:tripwire Block{minecraft:tripwire} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 133 minecraft:emerald_block Block{minecraft:emerald_block} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 134 minecraft:spruce_stairs Block{minecraft:spruce_stairs} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 135 minecraft:birch_stairs Block{minecraft:birch_stairs} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 136 minecraft:jungle_stairs Block{minecraft:jungle_stairs} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 137 minecraft:command_block Block{minecraft:command_block} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 138 minecraft:beacon Block{minecraft:beacon} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 139 minecraft:cobblestone_wall Block{minecraft:cobblestone_wall} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 140 minecraft:flower_pot Block{minecraft:flower_pot} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 141 minecraft:carrots Block{minecraft:carrots} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 142 minecraft:potatoes Block{minecraft:potatoes} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 143 minecraft:wooden_button Block{minecraft:wooden_button} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 144 minecraft:skull Block{minecraft:skull} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 145 minecraft:anvil Block{minecraft:anvil} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 146 minecraft:trapped_chest Block{minecraft:trapped_chest} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 147 minecraft:light_weighted_pressure_plate Block{minecraft:light_weighted_pressure_plate} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 148 minecraft:heavy_weighted_pressure_plate Block{minecraft:heavy_weighted_pressure_plate} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 149 minecraft:unpowered_comparator Block{minecraft:unpowered_comparator} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 150 minecraft:powered_comparator Block{minecraft:powered_comparator} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 151 minecraft:daylight_detector Block{minecraft:daylight_detector} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 152 minecraft:redstone_block Block{minecraft:redstone_block} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 153 minecraft:quartz_ore Block{minecraft:quartz_ore} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 154 minecraft:hopper Block{minecraft:hopper} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 155 minecraft:quartz_block Block{minecraft:quartz_block} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 156 minecraft:quartz_stairs Block{minecraft:quartz_stairs} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 157 minecraft:activator_rail Block{minecraft:activator_rail} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 158 minecraft:dropper Block{minecraft:dropper} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 159 minecraft:stained_hardened_clay Block{minecraft:stained_hardened_clay} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 160 minecraft:stained_glass_pane Block{minecraft:stained_glass_pane} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 161 minecraft:leaves2 Block{minecraft:leaves2} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 162 minecraft:log2 Block{minecraft:log2} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 163 minecraft:acacia_stairs Block{minecraft:acacia_stairs} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 164 minecraft:dark_oak_stairs Block{minecraft:dark_oak_stairs} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 165 minecraft:slime Block{minecraft:slime} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 166 minecraft:barrier Block{minecraft:barrier} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 167 minecraft:iron_trapdoor Block{minecraft:iron_trapdoor} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 168 minecraft:prismarine Block{minecraft:prismarine} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 169 minecraft:sea_lantern Block{minecraft:sea_lantern} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 170 minecraft:hay_block Block{minecraft:hay_block} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 171 minecraft:carpet Block{minecraft:carpet} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 172 minecraft:hardened_clay Block{minecraft:hardened_clay} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 173 minecraft:coal_block Block{minecraft:coal_block} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 174 minecraft:packed_ice Block{minecraft:packed_ice} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 175 minecraft:double_plant Block{minecraft:double_plant} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 176 minecraft:standing_banner Block{minecraft:standing_banner} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 177 minecraft:wall_banner Block{minecraft:wall_banner} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 178 minecraft:daylight_detector_inverted Block{minecraft:daylight_detector_inverted} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 179 minecraft:red_sandstone Block{minecraft:red_sandstone} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 180 minecraft:red_sandstone_stairs Block{minecraft:red_sandstone_stairs} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 181 minecraft:double_stone_slab2 Block{minecraft:double_stone_slab2} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 182 minecraft:stone_slab2 Block{minecraft:stone_slab2} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 183 minecraft:spruce_fence_gate Block{minecraft:spruce_fence_gate} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 184 minecraft:birch_fence_gate Block{minecraft:birch_fence_gate} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 185 minecraft:jungle_fence_gate Block{minecraft:jungle_fence_gate} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 186 minecraft:dark_oak_fence_gate Block{minecraft:dark_oak_fence_gate} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 187 minecraft:acacia_fence_gate Block{minecraft:acacia_fence_gate} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 188 minecraft:spruce_fence Block{minecraft:spruce_fence} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 189 minecraft:birch_fence Block{minecraft:birch_fence} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 190 minecraft:jungle_fence Block{minecraft:jungle_fence} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 191 minecraft:dark_oak_fence Block{minecraft:dark_oak_fence} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 192 minecraft:acacia_fence Block{minecraft:acacia_fence} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 193 minecraft:spruce_door Block{minecraft:spruce_door} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 194 minecraft:birch_door Block{minecraft:birch_door} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 195 minecraft:jungle_door Block{minecraft:jungle_door} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 196 minecraft:acacia_door Block{minecraft:acacia_door} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 197 minecraft:dark_oak_door Block{minecraft:dark_oak_door} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 198 minecraft:end_rod Block{minecraft:end_rod} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 199 minecraft:chorus_plant Block{minecraft:chorus_plant} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 200 minecraft:chorus_flower Block{minecraft:chorus_flower} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 201 minecraft:purpur_block Block{minecraft:purpur_block} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 202 minecraft:purpur_pillar Block{minecraft:purpur_pillar} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 203 minecraft:purpur_stairs Block{minecraft:purpur_stairs} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 204 minecraft:purpur_double_slab Block{minecraft:purpur_double_slab} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 205 minecraft:purpur_slab Block{minecraft:purpur_slab} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 206 minecraft:end_bricks Block{minecraft:end_bricks} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 207 minecraft:beetroots Block{minecraft:beetroots} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 208 minecraft:grass_path Block{minecraft:grass_path} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 209 minecraft:end_gateway Block{minecraft:end_gateway} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 210 minecraft:repeating_command_block Block{minecraft:repeating_command_block} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 211 minecraft:chain_command_block Block{minecraft:chain_command_block} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 212 minecraft:frosted_ice Block{minecraft:frosted_ice} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 213 minecraft:magma Block{minecraft:magma} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 214 minecraft:nether_wart_block Block{minecraft:nether_wart_block} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 215 minecraft:red_nether_brick Block{minecraft:red_nether_brick} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 216 minecraft:bone_block Block{minecraft:bone_block} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 217 minecraft:structure_void Block{minecraft:structure_void} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 218 minecraft:observer Block{minecraft:observer} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 219 minecraft:white_shulker_box Block{minecraft:white_shulker_box} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 220 minecraft:orange_shulker_box Block{minecraft:orange_shulker_box} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 221 minecraft:magenta_shulker_box Block{minecraft:magenta_shulker_box} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 222 minecraft:light_blue_shulker_box Block{minecraft:light_blue_shulker_box} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 223 minecraft:yellow_shulker_box Block{minecraft:yellow_shulker_box} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 224 minecraft:lime_shulker_box Block{minecraft:lime_shulker_box} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 225 minecraft:pink_shulker_box Block{minecraft:pink_shulker_box} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 226 minecraft:gray_shulker_box Block{minecraft:gray_shulker_box} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 227 minecraft:silver_shulker_box Block{minecraft:silver_shulker_box} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 228 minecraft:cyan_shulker_box Block{minecraft:cyan_shulker_box} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 229 minecraft:purple_shulker_box Block{minecraft:purple_shulker_box} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 230 minecraft:blue_shulker_box Block{minecraft:blue_shulker_box} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 231 minecraft:brown_shulker_box Block{minecraft:brown_shulker_box} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 232 minecraft:green_shulker_box Block{minecraft:green_shulker_box} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 233 minecraft:red_shulker_box Block{minecraft:red_shulker_box} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 234 minecraft:black_shulker_box Block{minecraft:black_shulker_box} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 235 minecraft:white_glazed_terracotta Block{minecraft:white_glazed_terracotta} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 236 minecraft:orange_glazed_terracotta Block{minecraft:orange_glazed_terracotta} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 237 minecraft:magenta_glazed_terracotta Block{minecraft:magenta_glazed_terracotta} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 238 minecraft:light_blue_glazed_terracotta Block{minecraft:light_blue_glazed_terracotta} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 239 minecraft:yellow_glazed_terracotta Block{minecraft:yellow_glazed_terracotta} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 240 minecraft:lime_glazed_terracotta Block{minecraft:lime_glazed_terracotta} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 241 minecraft:pink_glazed_terracotta Block{minecraft:pink_glazed_terracotta} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 242 minecraft:gray_glazed_terracotta Block{minecraft:gray_glazed_terracotta} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 243 minecraft:silver_glazed_terracotta Block{minecraft:silver_glazed_terracotta} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 244 minecraft:cyan_glazed_terracotta Block{minecraft:cyan_glazed_terracotta} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 245 minecraft:purple_glazed_terracotta Block{minecraft:purple_glazed_terracotta} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 246 minecraft:blue_glazed_terracotta Block{minecraft:blue_glazed_terracotta} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 247 minecraft:brown_glazed_terracotta Block{minecraft:brown_glazed_terracotta} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 248 minecraft:green_glazed_terracotta Block{minecraft:green_glazed_terracotta} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 249 minecraft:red_glazed_terracotta Block{minecraft:red_glazed_terracotta} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 250 minecraft:black_glazed_terracotta Block{minecraft:black_glazed_terracotta} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 251 minecraft:concrete Block{minecraft:concrete} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 252 minecraft:concrete_powder Block{minecraft:concrete_powder} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 253 geolosys:ore Block{geolosys:ore} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 254 geolosys:ore_sample Block{geolosys:ore_sample} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 255 minecraft:structure_block Block{minecraft:structure_block} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 256 geolosys:ore_vanilla Block{geolosys:ore_vanilla} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 257 geolosys:ore_sample_vanilla Block{geolosys:ore_sample_vanilla} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 258 enderstorage:ender_storage Block{enderstorage:ender_storage} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 259 ferdinandsflowers:block_cff_flowers Block{ferdinandsflowers:block_cff_flowers} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 260 ferdinandsflowers:block_cff_flowersb Block{ferdinandsflowers:block_cff_flowersb} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 261 ferdinandsflowers:block_cff_flowersc Block{ferdinandsflowers:block_cff_flowersc} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 262 ferdinandsflowers:block_cff_flowersd Block{ferdinandsflowers:block_cff_flowersd} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 263 ferdinandsflowers:block_cff_flowerse Block{ferdinandsflowers:block_cff_flowerse} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 264 ferdinandsflowers:block_cff_doubles Block{ferdinandsflowers:block_cff_doubles} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 265 ferdinandsflowers:block_cff_doublesb Block{ferdinandsflowers:block_cff_doublesb} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 266 ferdinandsflowers:block_cff_doublesc Block{ferdinandsflowers:block_cff_doublesc} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 267 ferdinandsflowers:block_cff_doubless Block{ferdinandsflowers:block_cff_doubless} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 268 ferdinandsflowers:block_cff_doublesp Block{ferdinandsflowers:block_cff_doublesp} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 269 ferdinandsflowers:block_cff_desert Block{ferdinandsflowers:block_cff_desert} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 270 ferdinandsflowers:block_cff_ouch Block{ferdinandsflowers:block_cff_ouch} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 271 ferdinandsflowers:block_cff_doublesd Block{ferdinandsflowers:block_cff_doublesd} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 272 ferdinandsflowers:block_cff_fungus Block{ferdinandsflowers:block_cff_fungus} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 273 ferdinandsflowers:block_cff_dark Block{ferdinandsflowers:block_cff_dark} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 274 ferdinandsflowers:block_flower_chest Block{ferdinandsflowers:block_flower_chest} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 275 ferdinandsflowers:block_dye_brick Block{ferdinandsflowers:block_dye_brick} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 276 ferdinandsflowers:block_dye_brickb Block{ferdinandsflowers:block_dye_brickb} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 277 ferdinandsflowers:block_dye_brick_half Block{ferdinandsflowers:block_dye_brick_half} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 278 ferdinandsflowers:block_dye_brick_double Block{ferdinandsflowers:block_dye_brick_double} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 279 ferdinandsflowers:block_dye_brick_halfb Block{ferdinandsflowers:block_dye_brick_halfb} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 280 ferdinandsflowers:block_dye_brick_doubleb Block{ferdinandsflowers:block_dye_brick_doubleb} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 281 ferdinandsflowers:block_dye_brick_halfc Block{ferdinandsflowers:block_dye_brick_halfc} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 282 ferdinandsflowers:block_dye_brick_doublec Block{ferdinandsflowers:block_dye_brick_doublec} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 283 ferdinandsflowers:block_dye_brick_halfd Block{ferdinandsflowers:block_dye_brick_halfd} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 284 ferdinandsflowers:block_dye_brick_doubled Block{ferdinandsflowers:block_dye_brick_doubled} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 285 ferdinandsflowers:block_dye_glass Block{ferdinandsflowers:block_dye_glass} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 286 ferdinandsflowers:block_dye_glass_pane Block{ferdinandsflowers:block_dye_glass_pane} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 287 ferdinandsflowers:block_birthday Block{ferdinandsflowers:block_birthday} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 288 ferdinandsflowers:block_stone_light Block{ferdinandsflowers:block_stone_light} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 289 ferdinandsflowers:block_cobble_light Block{ferdinandsflowers:block_cobble_light} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 290 ferdinandsflowers:block_dirt_light Block{ferdinandsflowers:block_dirt_light} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 291 ferdinandsflowers:block_log_light Block{ferdinandsflowers:block_log_light} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 292 ferdinandsflowers:block_plank_light Block{ferdinandsflowers:block_plank_light} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 293 ferdinandsflowers:block_sand_light Block{ferdinandsflowers:block_sand_light} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 294 ferdinandsflowers:block_gravel_light Block{ferdinandsflowers:block_gravel_light} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 295 ferdinandsflowers:block_stonebrick_light Block{ferdinandsflowers:block_stonebrick_light} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 296 ferdinandsflowers:block_metal_light Block{ferdinandsflowers:block_metal_light} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 297 forgemultipartcbe:multipart_block Block{forgemultipartcbe:multipart_block} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 298 advgenerators:turbine_controller Block{advgenerators:turbine_controller} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 299 advgenerators:exchanger_controller Block{advgenerators:exchanger_controller} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 300 advgenerators:steam_turbine_controller Block{advgenerators:steam_turbine_controller} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 301 advgenerators:syngas_controller Block{advgenerators:syngas_controller} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 302 advgenerators:rf_output Block{advgenerators:rf_output} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 303 advgenerators:forge_output Block{advgenerators:forge_output} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 304 advgenerators:gas_input Block{advgenerators:gas_input} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 305 advgenerators:fluid_input Block{advgenerators:fluid_input} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 306 advgenerators:fluid_output_select Block{advgenerators:fluid_output_select} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 307 advgenerators:item_input Block{advgenerators:item_input} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 308 advgenerators:item_output Block{advgenerators:item_output} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 309 advgenerators:fuel_tank Block{advgenerators:fuel_tank} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 310 advgenerators:heating_chamber Block{advgenerators:heating_chamber} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 311 advgenerators:mixing_chamber Block{advgenerators:mixing_chamber} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 312 advgenerators:heat_exchanger Block{advgenerators:heat_exchanger} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 313 advgenerators:sensor Block{advgenerators:sensor} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 314 advgenerators:control Block{advgenerators:control} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 315 advgenerators:efficiency_upgrade_tier1 Block{advgenerators:efficiency_upgrade_tier1} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 316 advgenerators:efficiency_upgrade_tier2 Block{advgenerators:efficiency_upgrade_tier2} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 317 advgenerators:steam Block{advgenerators:steam} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 318 advgenerators:syngas_flaming Block{advgenerators:syngas_flaming} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 319 advgenerators:syngas Block{advgenerators:syngas} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 320 advgenerators:turbine_gold Block{advgenerators:turbine_gold} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 321 advgenerators:turbine_manyullyn Block{advgenerators:turbine_manyullyn} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 322 advgenerators:turbine_iron Block{advgenerators:turbine_iron} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 323 advgenerators:power_capacitor_redstone Block{advgenerators:power_capacitor_redstone} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 324 advgenerators:power_capacitor_advanced Block{advgenerators:power_capacitor_advanced} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 325 advgenerators:power_capacitor_dense Block{advgenerators:power_capacitor_dense} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 326 improvedbackpacks:backpack Block{improvedbackpacks:backpack} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 327 improvedbackpacks:ender_backpack Block{improvedbackpacks:ender_backpack} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 328 jaff:tank Block{jaff:tank} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 329 mundaneredstone:redstone_ore Block{mundaneredstone:redstone_ore} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 330 mysticalagradditions:molten_soulium Block{mysticalagradditions:molten_soulium} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 331 mysticalagradditions:molten_base_essence Block{mysticalagradditions:molten_base_essence} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 332 mysticalagradditions:molten_inferium Block{mysticalagradditions:molten_inferium} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 333 mysticalagradditions:molten_prudentium Block{mysticalagradditions:molten_prudentium} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 334 mysticalagradditions:molten_intermedium Block{mysticalagradditions:molten_intermedium} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 335 mysticalagradditions:molten_superium Block{mysticalagradditions:molten_superium} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 336 mysticalagradditions:molten_supremium Block{mysticalagradditions:molten_supremium} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 337 rustic:olive_oil Block{rustic:olive_oil} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 338 rustic:ironberry_juice Block{rustic:ironberry_juice} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 339 rustic:wildberry_juice Block{rustic:wildberry_juice} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 340 rustic:grape_juice Block{rustic:grape_juice} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 341 rustic:apple_juice Block{rustic:apple_juice} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 342 rustic:ale_wort Block{rustic:ale_wort} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 343 rustic:honey Block{rustic:honey} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 344 rustic:stone_pillar Block{rustic:stone_pillar} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 345 rustic:andesite_pillar Block{rustic:andesite_pillar} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 346 rustic:diorite_pillar Block{rustic:diorite_pillar} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 347 rustic:granite_pillar Block{rustic:granite_pillar} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 348 rustic:slate_pillar Block{rustic:slate_pillar} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 349 rustic:chain Block{rustic:chain} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 350 rustic:candle Block{rustic:candle} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 351 rustic:chandelier Block{rustic:chandelier} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 352 rustic:chain_gold Block{rustic:chain_gold} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 353 rustic:candle_gold Block{rustic:candle_gold} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 354 rustic:chandelier_gold Block{rustic:chandelier_gold} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 355 rustic:beehive Block{rustic:beehive} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 356 rustic:apiary Block{rustic:apiary} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 357 rustic:slate Block{rustic:slate} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 358 rustic:slate_roof Block{rustic:slate_roof} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 359 rustic:slate_tile Block{rustic:slate_tile} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 360 rustic:slate_brick Block{rustic:slate_brick} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 361 rustic:slate_chiseled Block{rustic:slate_chiseled} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 362 rustic:stairs_slate_roof Block{rustic:stairs_slate_roof} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 363 rustic:slate_roof_doubleslab Block{rustic:slate_roof_doubleslab} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 364 rustic:slate_roof_slab Block{rustic:slate_roof_slab} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 365 rustic:stairs_slate_brick Block{rustic:stairs_slate_brick} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 366 rustic:slate_brick_doubleslab Block{rustic:slate_brick_doubleslab} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 367 rustic:slate_brick_slab Block{rustic:slate_brick_slab} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 368 rustic:clay_wall Block{rustic:clay_wall} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 369 rustic:clay_wall_cross Block{rustic:clay_wall_cross} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 370 rustic:clay_wall_diag Block{rustic:clay_wall_diag} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 371 rustic:chair_oak Block{rustic:chair_oak} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 372 rustic:chair_big_oak Block{rustic:chair_big_oak} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 373 rustic:chair_birch Block{rustic:chair_birch} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 374 rustic:chair_spruce Block{rustic:chair_spruce} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 375 rustic:chair_acacia Block{rustic:chair_acacia} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 376 rustic:chair_jungle Block{rustic:chair_jungle} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 377 rustic:chair_olive Block{rustic:chair_olive} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 378 rustic:chair_ironwood Block{rustic:chair_ironwood} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 379 rustic:table_oak Block{rustic:table_oak} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 380 rustic:table_big_oak Block{rustic:table_big_oak} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 381 rustic:table_birch Block{rustic:table_birch} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 382 rustic:table_spruce Block{rustic:table_spruce} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 383 rustic:table_acacia Block{rustic:table_acacia} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 384 rustic:table_jungle Block{rustic:table_jungle} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 385 rustic:table_olive Block{rustic:table_olive} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 386 rustic:table_ironwood Block{rustic:table_ironwood} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 387 rustic:vase Block{rustic:vase} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 388 rustic:barrel Block{rustic:barrel} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 389 rustic:iron_lattice Block{rustic:iron_lattice} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 390 rustic:iron_lantern Block{rustic:iron_lantern} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 391 rustic:golden_lantern Block{rustic:golden_lantern} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 392 rustic:painted_wood_white Block{rustic:painted_wood_white} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 393 rustic:painted_wood_orange Block{rustic:painted_wood_orange} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 394 rustic:painted_wood_magenta Block{rustic:painted_wood_magenta} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 395 rustic:painted_wood_light_blue Block{rustic:painted_wood_light_blue} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 396 rustic:painted_wood_yellow Block{rustic:painted_wood_yellow} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 397 rustic:painted_wood_lime Block{rustic:painted_wood_lime} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 398 rustic:painted_wood_pink Block{rustic:painted_wood_pink} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 399 rustic:painted_wood_gray Block{rustic:painted_wood_gray} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 400 rustic:painted_wood_silver Block{rustic:painted_wood_silver} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 401 rustic:painted_wood_cyan Block{rustic:painted_wood_cyan} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 402 rustic:painted_wood_purple Block{rustic:painted_wood_purple} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 403 rustic:painted_wood_blue Block{rustic:painted_wood_blue} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 404 rustic:painted_wood_brown Block{rustic:painted_wood_brown} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 405 rustic:painted_wood_green Block{rustic:painted_wood_green} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 406 rustic:painted_wood_red Block{rustic:painted_wood_red} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 407 rustic:painted_wood_black Block{rustic:painted_wood_black} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 408 rustic:gargoyle Block{rustic:gargoyle} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 409 rustic:cabinet Block{rustic:cabinet} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 410 rustic:liquid_barrel Block{rustic:liquid_barrel} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 411 rustic:fertile_soil Block{rustic:fertile_soil} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 412 rustic:planks Block{rustic:planks} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 413 rustic:log Block{rustic:log} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 414 rustic:leaves Block{rustic:leaves} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 415 rustic:sapling Block{rustic:sapling} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 416 rustic:crushing_tub Block{rustic:crushing_tub} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 417 rustic:evaporating_basin Block{rustic:evaporating_basin} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 418 rustic:fence_olive Block{rustic:fence_olive} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 419 rustic:fence_ironwood Block{rustic:fence_ironwood} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 420 rustic:fence_gate_olive Block{rustic:fence_gate_olive} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 421 rustic:fence_gate_ironwood Block{rustic:fence_gate_ironwood} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 422 rustic:olive_doubleslab Block{rustic:olive_doubleslab} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 423 rustic:olive_slab Block{rustic:olive_slab} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 424 rustic:ironwood_doubleslab Block{rustic:ironwood_doubleslab} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 425 rustic:ironwood_slab Block{rustic:ironwood_slab} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 426 rustic:stairs_olive Block{rustic:stairs_olive} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 427 rustic:stairs_ironwood Block{rustic:stairs_ironwood} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 428 rustic:condenser Block{rustic:condenser} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 429 rustic:retort Block{rustic:retort} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 430 rustic:condenser_advanced Block{rustic:condenser_advanced} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 431 rustic:retort_advanced Block{rustic:retort_advanced} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 432 rustic:crop_stake Block{rustic:crop_stake} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 433 rustic:tomato_crop Block{rustic:tomato_crop} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 434 rustic:chili_crop Block{rustic:chili_crop} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 435 rustic:wildberry_bush Block{rustic:wildberry_bush} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 436 rustic:rope Block{rustic:rope} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 437 rustic:stake_tied Block{rustic:stake_tied} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 438 rustic:grape_stem Block{rustic:grape_stem} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 439 rustic:grape_leaves Block{rustic:grape_leaves} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 440 rustic:brewing_barrel Block{rustic:brewing_barrel} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 441 rustic:apple_seeds Block{rustic:apple_seeds} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 442 rustic:sapling_apple Block{rustic:sapling_apple} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 443 rustic:leaves_apple Block{rustic:leaves_apple} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 444 rustic:olive_door Block{rustic:olive_door} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 445 rustic:ironwood_door Block{rustic:ironwood_door} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 446 rustic:aloe_vera Block{rustic:aloe_vera} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 447 rustic:blood_orchid Block{rustic:blood_orchid} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 448 rustic:chamomile Block{rustic:chamomile} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 449 rustic:cloudsbluff Block{rustic:cloudsbluff} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 450 rustic:cohosh Block{rustic:cohosh} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 451 rustic:core_root Block{rustic:core_root} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 452 rustic:deathstalk_mushroom Block{rustic:deathstalk_mushroom} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 453 rustic:ginseng Block{rustic:ginseng} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 454 rustic:horsetail Block{rustic:horsetail} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 455 rustic:marsh_mallow Block{rustic:marsh_mallow} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 456 rustic:mooncap_mushroom Block{rustic:mooncap_mushroom} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 457 rustic:wind_thistle Block{rustic:wind_thistle} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 458 quantumstorage:quantum_tank Block{quantumstorage:quantum_tank} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 459 quantumstorage:quantum_barrel Block{quantumstorage:quantum_barrel} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 460 quantumstorage:crater Block{quantumstorage:crater} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 461 quantumstorage:chest_iron Block{quantumstorage:chest_iron} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 462 quantumstorage:chest_gold Block{quantumstorage:chest_gold} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 463 quantumstorage:chest_diamond Block{quantumstorage:chest_diamond} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 464 quantumstorage:quantum_storage_unit Block{quantumstorage:quantum_storage_unit} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 465 quantumstorage:quantumcrafter Block{quantumstorage:quantumcrafter} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 466 quantumstorage:trashcan Block{quantumstorage:trashcan} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 467 quantumstorage:trashcanfluid Block{quantumstorage:trashcanfluid} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 468 rebornstorage:multicrafter Block{rebornstorage:multicrafter} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 469 reccomplex:generic_space Block{reccomplex:generic_space} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 470 reccomplex:generic_solid Block{reccomplex:generic_solid} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 471 reccomplex:structure_generator Block{reccomplex:structure_generator} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 472 reccomplex:maze_generator Block{reccomplex:maze_generator} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 473 reccomplex:weighted_command_block Block{reccomplex:weighted_command_block} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 474 reccomplex:spawn_script Block{reccomplex:spawn_script} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 475 streams:river/tile.water/-2/-2 Block{streams:river/tile.water/-2/-2} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 476 streams:river/tile.water/-2/-1 Block{streams:river/tile.water/-2/-1} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 477 streams:river/tile.water/-2/0 Block{streams:river/tile.water/-2/0} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 478 streams:river/tile.water/-2/1 Block{streams:river/tile.water/-2/1} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 479 streams:river/tile.water/-2/2 Block{streams:river/tile.water/-2/2} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 480 streams:river/tile.water/-1/-2 Block{streams:river/tile.water/-1/-2} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 481 streams:river/tile.water/-1/2 Block{streams:river/tile.water/-1/2} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 482 streams:river/tile.water/0/-2 Block{streams:river/tile.water/0/-2} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 483 streams:river/tile.water/0/0 Block{streams:river/tile.water/0/0} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 484 streams:river/tile.water/0/2 Block{streams:river/tile.water/0/2} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 485 streams:river/tile.water/1/-2 Block{streams:river/tile.water/1/-2} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 486 streams:river/tile.water/1/2 Block{streams:river/tile.water/1/2} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 487 streams:river/tile.water/2/-2 Block{streams:river/tile.water/2/-2} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 488 streams:river/tile.water/2/-1 Block{streams:river/tile.water/2/-1} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 489 streams:river/tile.water/2/0 Block{streams:river/tile.water/2/0} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 490 streams:river/tile.water/2/1 Block{streams:river/tile.water/2/1} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 491 streams:river/tile.water/2/2 Block{streams:river/tile.water/2/2} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 492 streams:river/tile.lava/-2/-2 Block{streams:river/tile.lava/-2/-2} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 493 streams:river/tile.lava/-2/-1 Block{streams:river/tile.lava/-2/-1} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 494 streams:river/tile.lava/-2/0 Block{streams:river/tile.lava/-2/0} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 495 streams:river/tile.lava/-2/1 Block{streams:river/tile.lava/-2/1} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 496 streams:river/tile.lava/-2/2 Block{streams:river/tile.lava/-2/2} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 497 streams:river/tile.lava/-1/-2 Block{streams:river/tile.lava/-1/-2} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 498 streams:river/tile.lava/-1/2 Block{streams:river/tile.lava/-1/2} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 499 streams:river/tile.lava/0/-2 Block{streams:river/tile.lava/0/-2} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 500 streams:river/tile.lava/0/0 Block{streams:river/tile.lava/0/0} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 501 streams:river/tile.lava/0/2 Block{streams:river/tile.lava/0/2} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 502 streams:river/tile.lava/1/-2 Block{streams:river/tile.lava/1/-2} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 503 streams:river/tile.lava/1/2 Block{streams:river/tile.lava/1/2} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 504 streams:river/tile.lava/2/-2 Block{streams:river/tile.lava/2/-2} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 505 streams:river/tile.lava/2/-1 Block{streams:river/tile.lava/2/-1} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 506 streams:river/tile.lava/2/0 Block{streams:river/tile.lava/2/0} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 507 streams:river/tile.lava/2/1 Block{streams:river/tile.lava/2/1} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 508 streams:river/tile.lava/2/2 Block{streams:river/tile.lava/2/2} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 509 translocators:craftinggrid Block{translocators:craftinggrid} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 510 wopper:wopper Block{wopper:wopper} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 511 chisel:blockaluminum Block{chisel:blockaluminum} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 512 chisel:andesite Block{chisel:andesite} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 513 chisel:andesite1 Block{chisel:andesite1} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 514 chisel:andesite2 Block{chisel:andesite2} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 515 chisel:antiblock Block{chisel:antiblock} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 516 chisel:auto_chisel Block{chisel:auto_chisel} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 517 chisel:basalt Block{chisel:basalt} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 518 chisel:basalt1 Block{chisel:basalt1} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 519 chisel:basalt2 Block{chisel:basalt2} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 520 chisel:bookshelf_oak Block{chisel:bookshelf_oak} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 521 chisel:bookshelf_spruce Block{chisel:bookshelf_spruce} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 522 chisel:bookshelf_birch Block{chisel:bookshelf_birch} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 523 chisel:bookshelf_jungle Block{chisel:bookshelf_jungle} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 524 chisel:bookshelf_acacia Block{chisel:bookshelf_acacia} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 525 chisel:bookshelf_darkoak Block{chisel:bookshelf_darkoak} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 526 chisel:bricks Block{chisel:bricks} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 527 chisel:bricks1 Block{chisel:bricks1} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 528 chisel:bricks2 Block{chisel:bricks2} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 529 chisel:blockbronze Block{chisel:blockbronze} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 530 chisel:brownstone Block{chisel:brownstone} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 531 chisel:carpet_black Block{chisel:carpet_black} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 532 chisel:carpet_red Block{chisel:carpet_red} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 533 chisel:carpet_green Block{chisel:carpet_green} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 534 chisel:carpet_brown Block{chisel:carpet_brown} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 535 chisel:carpet_blue Block{chisel:carpet_blue} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 536 chisel:carpet_purple Block{chisel:carpet_purple} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 537 chisel:carpet_cyan Block{chisel:carpet_cyan} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 538 chisel:carpet_lightgray Block{chisel:carpet_lightgray} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 539 chisel:carpet_gray Block{chisel:carpet_gray} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 540 chisel:carpet_pink Block{chisel:carpet_pink} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 541 chisel:carpet_lime Block{chisel:carpet_lime} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 542 chisel:carpet_yellow Block{chisel:carpet_yellow} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 543 chisel:carpet_lightblue Block{chisel:carpet_lightblue} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 544 chisel:carpet_magenta Block{chisel:carpet_magenta} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 545 chisel:carpet_orange Block{chisel:carpet_orange} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 546 chisel:carpet_white Block{chisel:carpet_white} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 547 chisel:block_charcoal Block{chisel:block_charcoal} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 548 chisel:block_charcoal1 Block{chisel:block_charcoal1} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 549 chisel:block_charcoal2 Block{chisel:block_charcoal2} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 550 chisel:blockcobalt Block{chisel:blockcobalt} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 551 chisel:cobblestone Block{chisel:cobblestone} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 552 chisel:cobblestone1 Block{chisel:cobblestone1} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 553 chisel:cobblestone2 Block{chisel:cobblestone2} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 554 chisel:block_coal Block{chisel:block_coal} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 555 chisel:block_coal1 Block{chisel:block_coal1} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 556 chisel:block_coal2 Block{chisel:block_coal2} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 557 chisel:cobblestonemossy Block{chisel:cobblestonemossy} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 558 chisel:cobblestonemossy1 Block{chisel:cobblestonemossy1} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 559 chisel:cobblestonemossy2 Block{chisel:cobblestonemossy2} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 560 chisel:concrete_black Block{chisel:concrete_black} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 561 chisel:concrete_black1 Block{chisel:concrete_black1} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 562 chisel:concrete_black2 Block{chisel:concrete_black2} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 563 chisel:concrete_red Block{chisel:concrete_red} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 564 chisel:concrete_red1 Block{chisel:concrete_red1} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 565 chisel:concrete_red2 Block{chisel:concrete_red2} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 566 chisel:concrete_green Block{chisel:concrete_green} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 567 chisel:concrete_green1 Block{chisel:concrete_green1} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 568 chisel:concrete_green2 Block{chisel:concrete_green2} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 569 chisel:concrete_brown Block{chisel:concrete_brown} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 570 chisel:concrete_brown1 Block{chisel:concrete_brown1} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 571 chisel:concrete_brown2 Block{chisel:concrete_brown2} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 572 chisel:concrete_blue Block{chisel:concrete_blue} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 573 chisel:concrete_blue1 Block{chisel:concrete_blue1} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 574 chisel:concrete_blue2 Block{chisel:concrete_blue2} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 575 chisel:concrete_purple Block{chisel:concrete_purple} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 576 chisel:concrete_purple1 Block{chisel:concrete_purple1} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 577 chisel:concrete_purple2 Block{chisel:concrete_purple2} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 578 chisel:concrete_cyan Block{chisel:concrete_cyan} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 579 chisel:concrete_cyan1 Block{chisel:concrete_cyan1} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 580 chisel:concrete_cyan2 Block{chisel:concrete_cyan2} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 581 chisel:concrete_lightgray Block{chisel:concrete_lightgray} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 582 chisel:concrete_lightgray1 Block{chisel:concrete_lightgray1} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 583 chisel:concrete_lightgray2 Block{chisel:concrete_lightgray2} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 584 chisel:concrete_gray Block{chisel:concrete_gray} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 585 chisel:concrete_gray1 Block{chisel:concrete_gray1} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 586 chisel:concrete_gray2 Block{chisel:concrete_gray2} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 587 chisel:concrete_pink Block{chisel:concrete_pink} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 588 chisel:concrete_pink1 Block{chisel:concrete_pink1} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 589 chisel:concrete_pink2 Block{chisel:concrete_pink2} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 590 chisel:concrete_lime Block{chisel:concrete_lime} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 591 chisel:concrete_lime1 Block{chisel:concrete_lime1} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 592 chisel:concrete_lime2 Block{chisel:concrete_lime2} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 593 chisel:concrete_yellow Block{chisel:concrete_yellow} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 594 chisel:concrete_yellow1 Block{chisel:concrete_yellow1} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 595 chisel:concrete_yellow2 Block{chisel:concrete_yellow2} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 596 chisel:concrete_lightblue Block{chisel:concrete_lightblue} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 597 chisel:concrete_lightblue1 Block{chisel:concrete_lightblue1} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 598 chisel:concrete_lightblue2 Block{chisel:concrete_lightblue2} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 599 chisel:concrete_magenta Block{chisel:concrete_magenta} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 600 chisel:concrete_magenta1 Block{chisel:concrete_magenta1} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 601 chisel:concrete_magenta2 Block{chisel:concrete_magenta2} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 602 chisel:concrete_orange Block{chisel:concrete_orange} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 603 chisel:concrete_orange1 Block{chisel:concrete_orange1} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 604 chisel:concrete_orange2 Block{chisel:concrete_orange2} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 605 chisel:concrete_white Block{chisel:concrete_white} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 606 chisel:concrete_white1 Block{chisel:concrete_white1} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 607 chisel:concrete_white2 Block{chisel:concrete_white2} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 608 chisel:blockcopper Block{chisel:blockcopper} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 609 chisel:diamond Block{chisel:diamond} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 610 chisel:diorite Block{chisel:diorite} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 611 chisel:diorite1 Block{chisel:diorite1} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 612 chisel:diorite2 Block{chisel:diorite2} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 613 chisel:dirt Block{chisel:dirt} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 614 chisel:blockelectrum Block{chisel:blockelectrum} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 615 chisel:emerald Block{chisel:emerald} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 616 chisel:purpur Block{chisel:purpur} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 617 chisel:purpur1 Block{chisel:purpur1} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 618 chisel:purpur2 Block{chisel:purpur2} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 619 chisel:endstone Block{chisel:endstone} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 620 chisel:endstone1 Block{chisel:endstone1} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 621 chisel:endstone2 Block{chisel:endstone2} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 622 chisel:factory Block{chisel:factory} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 623 chisel:factory1 Block{chisel:factory1} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 624 chisel:futura Block{chisel:futura} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 625 chisel:glass Block{chisel:glass} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 626 chisel:glassdyedblack Block{chisel:glassdyedblack} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 627 chisel:glassdyedred Block{chisel:glassdyedred} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 628 chisel:glassdyedgreen Block{chisel:glassdyedgreen} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 629 chisel:glassdyedbrown Block{chisel:glassdyedbrown} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 630 chisel:glassdyedblue Block{chisel:glassdyedblue} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 631 chisel:glassdyedpurple Block{chisel:glassdyedpurple} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 632 chisel:glassdyedcyan Block{chisel:glassdyedcyan} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 633 chisel:glassdyedlightgray Block{chisel:glassdyedlightgray} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 634 chisel:glassdyedgray Block{chisel:glassdyedgray} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 635 chisel:glassdyedpink Block{chisel:glassdyedpink} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 636 chisel:glassdyedlime Block{chisel:glassdyedlime} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 637 chisel:glassdyedyellow Block{chisel:glassdyedyellow} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 638 chisel:glassdyedlightblue Block{chisel:glassdyedlightblue} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 639 chisel:glassdyedmagenta Block{chisel:glassdyedmagenta} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 640 chisel:glassdyedorange Block{chisel:glassdyedorange} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 641 chisel:glassdyedwhite Block{chisel:glassdyedwhite} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 642 chisel:glowstone Block{chisel:glowstone} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 643 chisel:glowstone1 Block{chisel:glowstone1} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 644 chisel:glowstone2 Block{chisel:glowstone2} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 645 chisel:blockgold Block{chisel:blockgold} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 646 chisel:gold Block{chisel:gold} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 647 chisel:granite Block{chisel:granite} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 648 chisel:granite1 Block{chisel:granite1} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 649 chisel:granite2 Block{chisel:granite2} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 650 chisel:hardenedclay Block{chisel:hardenedclay} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 651 chisel:hardenedclay1 Block{chisel:hardenedclay1} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 652 chisel:hardenedclay2 Block{chisel:hardenedclay2} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 653 chisel:ice Block{chisel:ice} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 654 chisel:ice1 Block{chisel:ice1} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 655 chisel:ice2 Block{chisel:ice2} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 656 chisel:icepillar Block{chisel:icepillar} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 657 chisel:blockiron Block{chisel:blockiron} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 658 chisel:iron Block{chisel:iron} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 659 chisel:ironpane Block{chisel:ironpane} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 660 chisel:laboratory Block{chisel:laboratory} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 661 chisel:lapis Block{chisel:lapis} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 662 chisel:lavastone Block{chisel:lavastone} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 663 chisel:lavastone1 Block{chisel:lavastone1} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 664 chisel:lavastone2 Block{chisel:lavastone2} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 665 chisel:blocklead Block{chisel:blocklead} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 666 chisel:limestone Block{chisel:limestone} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 667 chisel:limestone1 Block{chisel:limestone1} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 668 chisel:limestone2 Block{chisel:limestone2} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 669 chisel:marble Block{chisel:marble} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 670 chisel:marble1 Block{chisel:marble1} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 671 chisel:marble2 Block{chisel:marble2} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 672 chisel:marblepillar Block{chisel:marblepillar} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 673 chisel:netherbrick Block{chisel:netherbrick} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 674 chisel:netherrack Block{chisel:netherrack} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 675 chisel:blocknickel Block{chisel:blocknickel} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 676 chisel:obsidian Block{chisel:obsidian} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 677 chisel:planks-oak Block{chisel:planks-oak} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 678 chisel:planks-spruce Block{chisel:planks-spruce} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 679 chisel:planks-birch Block{chisel:planks-birch} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 680 chisel:planks-jungle Block{chisel:planks-jungle} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 681 chisel:planks-acacia Block{chisel:planks-acacia} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 682 chisel:planks-dark-oak Block{chisel:planks-dark-oak} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 683 chisel:blockplatinum Block{chisel:blockplatinum} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 684 chisel:prismarine Block{chisel:prismarine} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 685 chisel:prismarine1 Block{chisel:prismarine1} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 686 chisel:prismarine2 Block{chisel:prismarine2} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 687 chisel:quartz Block{chisel:quartz} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 688 chisel:quartz1 Block{chisel:quartz1} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 689 chisel:redstone Block{chisel:redstone} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 690 chisel:redstone1 Block{chisel:redstone1} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 691 chisel:sandstoneyellow Block{chisel:sandstoneyellow} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 692 chisel:sandstoneyellow1 Block{chisel:sandstoneyellow1} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 693 chisel:sandstoneyellow2 Block{chisel:sandstoneyellow2} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 694 chisel:sandstonered Block{chisel:sandstonered} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 695 chisel:sandstonered1 Block{chisel:sandstonered1} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 696 chisel:sandstonered2 Block{chisel:sandstonered2} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 697 chisel:sandstone-scribbles Block{chisel:sandstone-scribbles} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 698 chisel:blocksilver Block{chisel:blocksilver} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 699 chisel:blocksteel Block{chisel:blocksteel} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 700 chisel:stonebrick Block{chisel:stonebrick} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 701 chisel:stonebrick1 Block{chisel:stonebrick1} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 702 chisel:stonebrick2 Block{chisel:stonebrick2} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 703 chisel:technical Block{chisel:technical} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 704 chisel:technical1 Block{chisel:technical1} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 705 chisel:technicalnew Block{chisel:technicalnew} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 706 chisel:temple Block{chisel:temple} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 707 chisel:templemossy Block{chisel:templemossy} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 708 chisel:blocktin Block{chisel:blocktin} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 709 chisel:tyrian Block{chisel:tyrian} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 710 chisel:voidstone Block{chisel:voidstone} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 711 chisel:energizedvoidstone Block{chisel:energizedvoidstone} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 712 chisel:voidstonerunic Block{chisel:voidstonerunic} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 713 chisel:waterstone Block{chisel:waterstone} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 714 chisel:waterstone1 Block{chisel:waterstone1} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 715 chisel:waterstone2 Block{chisel:waterstone2} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 716 twilightforest:twilight_log Block{twilightforest:twilight_log} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 717 twilightforest:root Block{twilightforest:root} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 718 twilightforest:twilight_leaves Block{twilightforest:twilight_leaves} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 719 twilightforest:firefly Block{twilightforest:firefly} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 720 twilightforest:cicada Block{twilightforest:cicada} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 721 twilightforest:twilight_portal Block{twilightforest:twilight_portal} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 722 twilightforest:maze_stone Block{twilightforest:maze_stone} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 723 twilightforest:hedge Block{twilightforest:hedge} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 724 twilightforest:boss_spawner Block{twilightforest:boss_spawner} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 725 twilightforest:firefly_jar Block{twilightforest:firefly_jar} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 726 twilightforest:twilight_plant Block{twilightforest:twilight_plant} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 727 twilightforest:uncrafting_table Block{twilightforest:uncrafting_table} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 728 twilightforest:fire_jet Block{twilightforest:fire_jet} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 729 twilightforest:naga_stone Block{twilightforest:naga_stone} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 730 twilightforest:twilight_sapling Block{twilightforest:twilight_sapling} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 731 twilightforest:moonworm Block{twilightforest:moonworm} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 732 twilightforest:magic_log Block{twilightforest:magic_log} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 733 twilightforest:magic_leaves Block{twilightforest:magic_leaves} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 734 twilightforest:magic_log_core Block{twilightforest:magic_log_core} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 735 twilightforest:tower_wood Block{twilightforest:tower_wood} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 736 twilightforest:tower_device Block{twilightforest:tower_device} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 737 twilightforest:tower_translucent Block{twilightforest:tower_translucent} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 738 twilightforest:trophy Block{twilightforest:trophy} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 739 twilightforest:stronghold_shield Block{twilightforest:stronghold_shield} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 740 twilightforest:trophy_pedestal Block{twilightforest:trophy_pedestal} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 741 twilightforest:aurora_block Block{twilightforest:aurora_block} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 742 twilightforest:underbrick Block{twilightforest:underbrick} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 743 twilightforest:thorns Block{twilightforest:thorns} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 744 twilightforest:burnt_thorns Block{twilightforest:burnt_thorns} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 745 twilightforest:thorn_rose Block{twilightforest:thorn_rose} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 746 twilightforest:twilight_leaves_3 Block{twilightforest:twilight_leaves_3} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 747 twilightforest:deadrock Block{twilightforest:deadrock} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 748 twilightforest:dark_leaves Block{twilightforest:dark_leaves} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 749 twilightforest:aurora_pillar Block{twilightforest:aurora_pillar} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 750 twilightforest:aurora_slab Block{twilightforest:aurora_slab} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 751 twilightforest:double_aurora_slab Block{twilightforest:double_aurora_slab} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 752 twilightforest:trollsteinn Block{twilightforest:trollsteinn} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 753 twilightforest:wispy_cloud Block{twilightforest:wispy_cloud} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 754 twilightforest:fluffy_cloud Block{twilightforest:fluffy_cloud} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 755 twilightforest:giant_cobblestone Block{twilightforest:giant_cobblestone} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 756 twilightforest:giant_log Block{twilightforest:giant_log} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 757 twilightforest:giant_leaves Block{twilightforest:giant_leaves} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 758 twilightforest:giant_obsidian Block{twilightforest:giant_obsidian} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 759 twilightforest:uberous_soil Block{twilightforest:uberous_soil} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 760 twilightforest:huge_stalk Block{twilightforest:huge_stalk} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 761 twilightforest:huge_mushgloom Block{twilightforest:huge_mushgloom} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 762 twilightforest:trollvidr Block{twilightforest:trollvidr} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 763 twilightforest:unripe_trollber Block{twilightforest:unripe_trollber} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 764 twilightforest:trollber Block{twilightforest:trollber} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 765 twilightforest:knightmetal_block Block{twilightforest:knightmetal_block} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 766 twilightforest:huge_lilypad Block{twilightforest:huge_lilypad} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 767 twilightforest:huge_waterlily Block{twilightforest:huge_waterlily} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 768 twilightforest:slider Block{twilightforest:slider} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 769 twilightforest:castle_brick Block{twilightforest:castle_brick} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 770 twilightforest:castle_stairs_brick Block{twilightforest:castle_stairs_brick} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 771 twilightforest:castle_stairs_worn Block{twilightforest:castle_stairs_worn} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 772 twilightforest:castle_stairs_cracked Block{twilightforest:castle_stairs_cracked} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 773 twilightforest:castle_stairs_mossy Block{twilightforest:castle_stairs_mossy} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 774 twilightforest:castle_pillar Block{twilightforest:castle_pillar} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 775 twilightforest:castle_stairs Block{twilightforest:castle_stairs} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 776 twilightforest:castle_rune_brick Block{twilightforest:castle_rune_brick} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 777 twilightforest:force_field Block{twilightforest:force_field} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 778 twilightforest:cinder_furnace Block{twilightforest:cinder_furnace} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 779 twilightforest:cinder_furnace_lit Block{twilightforest:cinder_furnace_lit} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 780 twilightforest:cinder_log Block{twilightforest:cinder_log} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 781 twilightforest:castle_door Block{twilightforest:castle_door} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 782 twilightforest:castle_door_vanished Block{twilightforest:castle_door_vanished} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 783 twilightforest:castle_unlock Block{twilightforest:castle_unlock} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 784 twilightforest:experiment_115 Block{twilightforest:experiment_115} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 785 twilightforest:miniature_structure Block{twilightforest:miniature_structure} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 786 twilightforest:block_storage Block{twilightforest:block_storage} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 787 twilightforest:lapis_block Block{twilightforest:lapis_block} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 788 twilightforest:spiral_bricks Block{twilightforest:spiral_bricks} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 789 twilightforest:etched_nagastone Block{twilightforest:etched_nagastone} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 790 twilightforest:nagastone_stairs Block{twilightforest:nagastone_stairs} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 791 twilightforest:nagastone_pillar Block{twilightforest:nagastone_pillar} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 792 twilightforest:etched_nagastone_mossy Block{twilightforest:etched_nagastone_mossy} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 793 twilightforest:nagastone_stairs_mossy Block{twilightforest:nagastone_stairs_mossy} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 794 twilightforest:nagastone_pillar_mossy Block{twilightforest:nagastone_pillar_mossy} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 795 twilightforest:etched_nagastone_weathered Block{twilightforest:etched_nagastone_weathered} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 796 twilightforest:nagastone_stairs_weathered Block{twilightforest:nagastone_stairs_weathered} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 797 twilightforest:nagastone_pillar_weathered Block{twilightforest:nagastone_pillar_weathered} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 798 twilightforest:auroralized_glass Block{twilightforest:auroralized_glass} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 799 twilightforest:molten_fierymetal Block{twilightforest:molten_fierymetal} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 800 twilightforest:molten_knightmetal Block{twilightforest:molten_knightmetal} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 801 twilightforest:fiery_essence Block{twilightforest:fiery_essence} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 802 tconstruct:soil Block{tconstruct:soil} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 803 tconstruct:slime Block{tconstruct:slime} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 804 tconstruct:slime_congealed Block{tconstruct:slime_congealed} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 805 tconstruct:ore Block{tconstruct:ore} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 806 tconstruct:firewood Block{tconstruct:firewood} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 807 tconstruct:deco_ground Block{tconstruct:deco_ground} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 808 tconstruct:clear_glass Block{tconstruct:clear_glass} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 809 tconstruct:clear_stained_glass Block{tconstruct:clear_stained_glass} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 810 tconstruct:deco_ground_slab Block{tconstruct:deco_ground_slab} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 811 tconstruct:firewood_slab Block{tconstruct:firewood_slab} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 812 tconstruct:mudbrick_stairs Block{tconstruct:mudbrick_stairs} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 813 tconstruct:firewood_stairs Block{tconstruct:firewood_stairs} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 814 tconstruct:lavawood_stairs Block{tconstruct:lavawood_stairs} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 815 tconstruct:metal Block{tconstruct:metal} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 816 tconstruct:glow Block{tconstruct:glow} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 817 tconstruct:slime_dirt Block{tconstruct:slime_dirt} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 818 tconstruct:slime_grass Block{tconstruct:slime_grass} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 819 tconstruct:slime_leaves Block{tconstruct:slime_leaves} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 820 tconstruct:slime_grass_tall Block{tconstruct:slime_grass_tall} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 821 tconstruct:slime_sapling Block{tconstruct:slime_sapling} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 822 tconstruct:slime_vine_blue_end Block{tconstruct:slime_vine_blue_end} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 823 tconstruct:slime_vine_blue_mid Block{tconstruct:slime_vine_blue_mid} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 824 tconstruct:slime_vine_blue Block{tconstruct:slime_vine_blue} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 825 tconstruct:slime_vine_purple_end Block{tconstruct:slime_vine_purple_end} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 826 tconstruct:slime_vine_purple_mid Block{tconstruct:slime_vine_purple_mid} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 827 tconstruct:slime_vine_purple Block{tconstruct:slime_vine_purple} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 828 tconstruct:tooltables Block{tconstruct:tooltables} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 829 tconstruct:toolforge Block{tconstruct:toolforge} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 830 tconstruct:seared Block{tconstruct:seared} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 831 tconstruct:smeltery_controller Block{tconstruct:smeltery_controller} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 832 tconstruct:seared_tank Block{tconstruct:seared_tank} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 833 tconstruct:faucet Block{tconstruct:faucet} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 834 tconstruct:channel Block{tconstruct:channel} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 835 tconstruct:casting Block{tconstruct:casting} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 836 tconstruct:smeltery_io Block{tconstruct:smeltery_io} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 837 tconstruct:seared_glass Block{tconstruct:seared_glass} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 838 tconstruct:seared_furnace_controller Block{tconstruct:seared_furnace_controller} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 839 tconstruct:tinker_tank_controller Block{tconstruct:tinker_tank_controller} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 840 tconstruct:seared_slab Block{tconstruct:seared_slab} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 841 tconstruct:seared_slab2 Block{tconstruct:seared_slab2} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 842 tconstruct:seared_stairs_stone Block{tconstruct:seared_stairs_stone} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 843 tconstruct:seared_stairs_cobble Block{tconstruct:seared_stairs_cobble} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 844 tconstruct:seared_stairs_paver Block{tconstruct:seared_stairs_paver} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 845 tconstruct:seared_stairs_brick Block{tconstruct:seared_stairs_brick} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 846 tconstruct:seared_stairs_brick_cracked Block{tconstruct:seared_stairs_brick_cracked} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 847 tconstruct:seared_stairs_brick_fancy Block{tconstruct:seared_stairs_brick_fancy} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 848 tconstruct:seared_stairs_brick_square Block{tconstruct:seared_stairs_brick_square} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 849 tconstruct:seared_stairs_brick_triangle Block{tconstruct:seared_stairs_brick_triangle} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 850 tconstruct:seared_stairs_brick_small Block{tconstruct:seared_stairs_brick_small} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 851 tconstruct:seared_stairs_road Block{tconstruct:seared_stairs_road} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 852 tconstruct:seared_stairs_tile Block{tconstruct:seared_stairs_tile} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 853 tconstruct:seared_stairs_creeper Block{tconstruct:seared_stairs_creeper} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 854 tconstruct:stone_torch Block{tconstruct:stone_torch} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 855 tconstruct:stone_ladder Block{tconstruct:stone_ladder} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 856 tconstruct:punji Block{tconstruct:punji} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 857 tconstruct:rack Block{tconstruct:rack} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 858 tconstruct:wood_rail Block{tconstruct:wood_rail} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 859 tconstruct:wood_rail_trapdoor Block{tconstruct:wood_rail_trapdoor} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 860 tconstruct:wooden_hopper Block{tconstruct:wooden_hopper} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 861 tconstruct:slime_channel Block{tconstruct:slime_channel} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 862 tconstruct:dried_clay Block{tconstruct:dried_clay} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 863 tconstruct:dried_clay_slab Block{tconstruct:dried_clay_slab} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 864 tconstruct:dried_clay_stairs Block{tconstruct:dried_clay_stairs} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 865 tconstruct:dried_brick_stairs Block{tconstruct:dried_brick_stairs} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 866 tconstruct:brownstone Block{tconstruct:brownstone} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 867 tconstruct:brownstone_slab Block{tconstruct:brownstone_slab} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 868 tconstruct:brownstone_slab2 Block{tconstruct:brownstone_slab2} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 869 tconstruct:brownstone_stairs_smooth Block{tconstruct:brownstone_stairs_smooth} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 870 tconstruct:brownstone_stairs_rough Block{tconstruct:brownstone_stairs_rough} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 871 tconstruct:brownstone_stairs_paver Block{tconstruct:brownstone_stairs_paver} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 872 tconstruct:brownstone_stairs_brick Block{tconstruct:brownstone_stairs_brick} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 873 tconstruct:brownstone_stairs_brick_cracked Block{tconstruct:brownstone_stairs_brick_cracked} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 874 tconstruct:brownstone_stairs_brick_fancy Block{tconstruct:brownstone_stairs_brick_fancy} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 875 tconstruct:brownstone_stairs_brick_square Block{tconstruct:brownstone_stairs_brick_square} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 876 tconstruct:brownstone_stairs_brick_triangle Block{tconstruct:brownstone_stairs_brick_triangle} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 877 tconstruct:brownstone_stairs_brick_small Block{tconstruct:brownstone_stairs_brick_small} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 878 tconstruct:brownstone_stairs_road Block{tconstruct:brownstone_stairs_road} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 879 tconstruct:brownstone_stairs_tile Block{tconstruct:brownstone_stairs_tile} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 880 tconstruct:brownstone_stairs_creeper Block{tconstruct:brownstone_stairs_creeper} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 881 tconstruct:molten_iron Block{tconstruct:molten_iron} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 882 tconstruct:molten_pigiron Block{tconstruct:molten_pigiron} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 883 tconstruct:molten_knightslime Block{tconstruct:molten_knightslime} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 884 tconstruct:molten_alubrass Block{tconstruct:molten_alubrass} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 885 tconstruct:molten_cobalt Block{tconstruct:molten_cobalt} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 886 tconstruct:molten_ardite Block{tconstruct:molten_ardite} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 887 tconstruct:molten_manyullyn Block{tconstruct:molten_manyullyn} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 888 tconstruct:molten_copper Block{tconstruct:molten_copper} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 889 tconstruct:molten_bronze Block{tconstruct:molten_bronze} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 890 tconstruct:molten_lead Block{tconstruct:molten_lead} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 891 tconstruct:molten_silver Block{tconstruct:molten_silver} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 892 tconstruct:molten_electrum Block{tconstruct:molten_electrum} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 893 tconstruct:molten_steel Block{tconstruct:molten_steel} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 894 tconstruct:molten_gold Block{tconstruct:molten_gold} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 895 tconstruct:molten_brass Block{tconstruct:molten_brass} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 896 tconstruct:molten_tin Block{tconstruct:molten_tin} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 897 tconstruct:molten_nickel Block{tconstruct:molten_nickel} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 898 tconstruct:molten_zinc Block{tconstruct:molten_zinc} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 899 tconstruct:molten_aluminum Block{tconstruct:molten_aluminum} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 900 tconstruct:molten_stone Block{tconstruct:molten_stone} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 901 tconstruct:molten_obsidian Block{tconstruct:molten_obsidian} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 902 tconstruct:molten_clay Block{tconstruct:molten_clay} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 903 tconstruct:molten_dirt Block{tconstruct:molten_dirt} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 904 tconstruct:molten_emerald Block{tconstruct:molten_emerald} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 905 tconstruct:molten_glass Block{tconstruct:molten_glass} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 906 tconstruct:blood Block{tconstruct:blood} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 907 tconstruct:milk Block{tconstruct:milk} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 908 tconstruct:blueslime Block{tconstruct:blueslime} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 909 tconstruct:purpleslime Block{tconstruct:purpleslime} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 910 immersiveengineering:ore Block{immersiveengineering:ore} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 911 immersiveengineering:storage Block{immersiveengineering:storage} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 912 immersiveengineering:storage_slab Block{immersiveengineering:storage_slab} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 913 immersiveengineering:stone_decoration Block{immersiveengineering:stone_decoration} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 914 immersiveengineering:stone_decoration_slab Block{immersiveengineering:stone_decoration_slab} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 915 immersiveengineering:stone_decoration_stairs_hempcrete Block{immersiveengineering:stone_decoration_stairs_hempcrete} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 916 immersiveengineering:stone_decoration_stairs_concrete Block{immersiveengineering:stone_decoration_stairs_concrete} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 917 immersiveengineering:stone_decoration_stairs_concrete_tile Block{immersiveengineering:stone_decoration_stairs_concrete_tile} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 918 immersiveengineering:stone_decoration_stairs_concrete_leaded Block{immersiveengineering:stone_decoration_stairs_concrete_leaded} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 919 immersiveengineering:stone_device Block{immersiveengineering:stone_device} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 920 immersiveengineering:treated_wood Block{immersiveengineering:treated_wood} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 921 immersiveengineering:treated_wood_slab Block{immersiveengineering:treated_wood_slab} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 922 immersiveengineering:treated_wood_stairs0 Block{immersiveengineering:treated_wood_stairs0} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 923 immersiveengineering:treated_wood_stairs1 Block{immersiveengineering:treated_wood_stairs1} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 924 immersiveengineering:treated_wood_stairs2 Block{immersiveengineering:treated_wood_stairs2} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 925 immersiveengineering:wooden_decoration Block{immersiveengineering:wooden_decoration} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 926 immersiveengineering:wooden_device0 Block{immersiveengineering:wooden_device0} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 927 immersiveengineering:wooden_device1 Block{immersiveengineering:wooden_device1} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 928 immersiveengineering:hemp Block{immersiveengineering:hemp} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 929 immersiveengineering:cloth_device Block{immersiveengineering:cloth_device} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 930 immersiveengineering:fake_light Block{immersiveengineering:fake_light} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 931 immersiveengineering:sheetmetal Block{immersiveengineering:sheetmetal} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 932 immersiveengineering:sheetmetal_slab Block{immersiveengineering:sheetmetal_slab} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 933 immersiveengineering:metal_decoration0 Block{immersiveengineering:metal_decoration0} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 934 immersiveengineering:metal_decoration1 Block{immersiveengineering:metal_decoration1} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 935 immersiveengineering:metal_decoration2 Block{immersiveengineering:metal_decoration2} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 936 immersiveengineering:metal_decoration1_slab Block{immersiveengineering:metal_decoration1_slab} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 937 immersiveengineering:steel_scaffolding_stairs0 Block{immersiveengineering:steel_scaffolding_stairs0} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 938 immersiveengineering:steel_scaffolding_stairs1 Block{immersiveengineering:steel_scaffolding_stairs1} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 939 immersiveengineering:steel_scaffolding_stairs2 Block{immersiveengineering:steel_scaffolding_stairs2} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 940 immersiveengineering:aluminum_scaffolding_stairs0 Block{immersiveengineering:aluminum_scaffolding_stairs0} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 941 immersiveengineering:aluminum_scaffolding_stairs1 Block{immersiveengineering:aluminum_scaffolding_stairs1} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 942 immersiveengineering:aluminum_scaffolding_stairs2 Block{immersiveengineering:aluminum_scaffolding_stairs2} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 943 immersiveengineering:metal_ladder Block{immersiveengineering:metal_ladder} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 944 immersiveengineering:connector Block{immersiveengineering:connector} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 945 immersiveengineering:metal_device0 Block{immersiveengineering:metal_device0} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 946 immersiveengineering:metal_device1 Block{immersiveengineering:metal_device1} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 947 immersiveengineering:conveyor Block{immersiveengineering:conveyor} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 948 immersiveengineering:metal_multiblock Block{immersiveengineering:metal_multiblock} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 949 immersiveengineering:fluidcreosote Block{immersiveengineering:fluidcreosote} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 950 immersiveengineering:fluidplantoil Block{immersiveengineering:fluidplantoil} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 951 immersiveengineering:fluidethanol Block{immersiveengineering:fluidethanol} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 952 immersiveengineering:fluidbiodiesel Block{immersiveengineering:fluidbiodiesel} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 953 immersiveengineering:fluidconcrete Block{immersiveengineering:fluidconcrete} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 954 immersiveengineering:molten_uranium Block{immersiveengineering:molten_uranium} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 955 immersiveengineering:molten_constantan Block{immersiveengineering:molten_constantan} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 956 mekanism:basicblock Block{mekanism:basicblock} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 957 mekanism:basicblock2 Block{mekanism:basicblock2} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 958 mekanism:machineblock Block{mekanism:machineblock} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 959 mekanism:machineblock2 Block{mekanism:machineblock2} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 960 mekanism:machineblock3 Block{mekanism:machineblock3} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 961 mekanism:oreblock Block{mekanism:oreblock} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 962 mekanism:energycube Block{mekanism:energycube} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 963 mekanism:transmitter Block{mekanism:transmitter} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 964 mekanism:obsidiantnt Block{mekanism:obsidiantnt} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 965 mekanism:boundingblock Block{mekanism:boundingblock} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 966 mekanism:gastank Block{mekanism:gastank} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 967 mekanism:cardboardbox Block{mekanism:cardboardbox} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 968 mekanism:glowpanel Block{mekanism:glowpanel} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 969 mekanism:plasticblock Block{mekanism:plasticblock} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 970 mekanism:slickplasticblock Block{mekanism:slickplasticblock} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 971 mekanism:glowplasticblock Block{mekanism:glowplasticblock} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 972 mekanism:reinforcedplasticblock Block{mekanism:reinforcedplasticblock} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 973 mekanism:roadplasticblock Block{mekanism:roadplasticblock} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 974 mekanism:plasticfence Block{mekanism:plasticfence} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 975 mekanism:saltblock Block{mekanism:saltblock} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 976 natura:clouds Block{natura:clouds} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 977 natura:colored_grass Block{natura:colored_grass} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 978 natura:colored_grass_slab Block{natura:colored_grass_slab} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 979 natura:colored_grass_stairs_topiary Block{natura:colored_grass_stairs_topiary} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 980 natura:colored_grass_stairs_bluegrass Block{natura:colored_grass_stairs_bluegrass} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 981 natura:colored_grass_stairs_autumnal Block{natura:colored_grass_stairs_autumnal} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 982 natura:overworld_logs Block{natura:overworld_logs} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 983 natura:overworld_logs2 Block{natura:overworld_logs2} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 984 natura:redwood_logs Block{natura:redwood_logs} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 985 natura:overworld_leaves Block{natura:overworld_leaves} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 986 natura:overworld_leaves2 Block{natura:overworld_leaves2} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 987 natura:redwood_leaves Block{natura:redwood_leaves} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 988 natura:overworld_sapling Block{natura:overworld_sapling} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 989 natura:overworld_sapling2 Block{natura:overworld_sapling2} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 990 natura:redwood_sapling Block{natura:redwood_sapling} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 991 natura:bluebells_flower Block{natura:bluebells_flower} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 992 natura:overworld_planks Block{natura:overworld_planks} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 993 natura:overworld_slab Block{natura:overworld_slab} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 994 natura:overworld_slab2 Block{natura:overworld_slab2} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 995 natura:overworld_stairs_maple Block{natura:overworld_stairs_maple} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 996 natura:overworld_stairs_silverbell Block{natura:overworld_stairs_silverbell} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 997 natura:overworld_stairs_amaranth Block{natura:overworld_stairs_amaranth} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 998 natura:overworld_stairs_tiger Block{natura:overworld_stairs_tiger} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 999 natura:overworld_stairs_willow Block{natura:overworld_stairs_willow} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1000 natura:overworld_stairs_eucalyptus Block{natura:overworld_stairs_eucalyptus} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1001 natura:overworld_stairs_hopseed Block{natura:overworld_stairs_hopseed} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1002 natura:overworld_stairs_sakura Block{natura:overworld_stairs_sakura} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1003 natura:overworld_stairs_redwood Block{natura:overworld_stairs_redwood} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1004 natura:overworld_berrybush_raspberry Block{natura:overworld_berrybush_raspberry} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1005 natura:overworld_berrybush_blueberry Block{natura:overworld_berrybush_blueberry} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1006 natura:overworld_berrybush_blackberry Block{natura:overworld_berrybush_blackberry} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1007 natura:overworld_berrybush_maloberry Block{natura:overworld_berrybush_maloberry} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1008 natura:barley_crop Block{natura:barley_crop} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1009 natura:cotton_crop Block{natura:cotton_crop} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1010 natura:overworld_door_eucalyptus Block{natura:overworld_door_eucalyptus} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1011 natura:overworld_door_hopseed Block{natura:overworld_door_hopseed} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1012 natura:overworld_door_sakura Block{natura:overworld_door_sakura} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1013 natura:overworld_door_redwood Block{natura:overworld_door_redwood} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1014 natura:overworld_door_redwood_bark Block{natura:overworld_door_redwood_bark} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1015 natura:overworld_door_tiger Block{natura:overworld_door_tiger} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1016 natura:overworld_door_maple Block{natura:overworld_door_maple} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1017 natura:overworld_door_silverbell Block{natura:overworld_door_silverbell} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1018 natura:saguaro Block{natura:saguaro} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1019 natura:saguaro_baby Block{natura:saguaro_baby} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1020 natura:saguaro_fruit Block{natura:saguaro_fruit} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1021 natura:nether_logs Block{natura:nether_logs} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1022 natura:nether_logs2 Block{natura:nether_logs2} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1023 natura:nether_leaves Block{natura:nether_leaves} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1024 natura:nether_leaves2 Block{natura:nether_leaves2} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1025 natura:nether_sapling Block{natura:nether_sapling} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1026 natura:nether_sapling2 Block{natura:nether_sapling2} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1027 natura:nether_planks Block{natura:nether_planks} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1028 natura:nether_slab Block{natura:nether_slab} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1029 natura:nether_heat_sand Block{natura:nether_heat_sand} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1030 natura:nether_tainted_soil Block{natura:nether_tainted_soil} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1031 natura:nether_thorn_vines Block{natura:nether_thorn_vines} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1032 natura:nether_glass Block{natura:nether_glass} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1033 natura:nether_stairs_ghostwood Block{natura:nether_stairs_ghostwood} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1034 natura:nether_stairs_bloodwood Block{natura:nether_stairs_bloodwood} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1035 natura:nether_stairs_darkwood Block{natura:nether_stairs_darkwood} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1036 natura:nether_stairs_fusewood Block{natura:nether_stairs_fusewood} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1037 natura:nether_berrybush_blightberry Block{natura:nether_berrybush_blightberry} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1038 natura:nether_berrybush_duskberry Block{natura:nether_berrybush_duskberry} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1039 natura:nether_berrybush_skyberry Block{natura:nether_berrybush_skyberry} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1040 natura:nether_berrybush_stingberry Block{natura:nether_berrybush_stingberry} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1041 natura:respawn_obelisk Block{natura:respawn_obelisk} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1042 natura:nether_glowshroom Block{natura:nether_glowshroom} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1043 natura:nether_green_large_glowshroom Block{natura:nether_green_large_glowshroom} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1044 natura:nether_blue_large_glowshroom Block{natura:nether_blue_large_glowshroom} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1045 natura:nether_purple_large_glowshroom Block{natura:nether_purple_large_glowshroom} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1046 natura:nether_door_ghostwood Block{natura:nether_door_ghostwood} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1047 natura:nether_door_bloodwood Block{natura:nether_door_bloodwood} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1048 natura:nether_door_darkwood Block{natura:nether_door_darkwood} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1049 natura:nether_door_fusewood Block{natura:nether_door_fusewood} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1050 natura:blaze_hopper Block{natura:blaze_hopper} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1051 natura:nether_lever Block{natura:nether_lever} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1052 natura:nether_button Block{natura:nether_button} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1053 natura:nether_pressure_plate Block{natura:nether_pressure_plate} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1054 natura:blaze_rail Block{natura:blaze_rail} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1055 natura:blaze_rail_golden Block{natura:blaze_rail_golden} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1056 natura:blaze_rail_activator Block{natura:blaze_rail_activator} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1057 natura:blaze_rail_detector Block{natura:blaze_rail_detector} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1058 natura:netherrack_furnace Block{natura:netherrack_furnace} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1059 natura:lit_netherrack_furnace Block{natura:lit_netherrack_furnace} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1060 natura:maple_button Block{natura:maple_button} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1061 natura:maple_pressure_plate Block{natura:maple_pressure_plate} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1062 natura:maple_trap_door Block{natura:maple_trap_door} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1063 natura:maple_fence Block{natura:maple_fence} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1064 natura:maple_fence_gate Block{natura:maple_fence_gate} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1065 natura:silverbell_button Block{natura:silverbell_button} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1066 natura:silverbell_pressure_plate Block{natura:silverbell_pressure_plate} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1067 natura:silverbell_trap_door Block{natura:silverbell_trap_door} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1068 natura:silverbell_fence Block{natura:silverbell_fence} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1069 natura:silverbell_fence_gate Block{natura:silverbell_fence_gate} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1070 natura:amaranth_button Block{natura:amaranth_button} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1071 natura:amaranth_pressure_plate Block{natura:amaranth_pressure_plate} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1072 natura:amaranth_trap_door Block{natura:amaranth_trap_door} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1073 natura:amaranth_fence Block{natura:amaranth_fence} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1074 natura:amaranth_fence_gate Block{natura:amaranth_fence_gate} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1075 natura:tiger_button Block{natura:tiger_button} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1076 natura:tiger_pressure_plate Block{natura:tiger_pressure_plate} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1077 natura:tiger_trap_door Block{natura:tiger_trap_door} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1078 natura:tiger_fence Block{natura:tiger_fence} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1079 natura:tiger_fence_gate Block{natura:tiger_fence_gate} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1080 natura:willow_button Block{natura:willow_button} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1081 natura:willow_pressure_plate Block{natura:willow_pressure_plate} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1082 natura:willow_trap_door Block{natura:willow_trap_door} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1083 natura:willow_fence Block{natura:willow_fence} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1084 natura:willow_fence_gate Block{natura:willow_fence_gate} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1085 natura:eucalyptus_button Block{natura:eucalyptus_button} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1086 natura:eucalyptus_pressure_plate Block{natura:eucalyptus_pressure_plate} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1087 natura:eucalyptus_trap_door Block{natura:eucalyptus_trap_door} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1088 natura:eucalyptus_fence Block{natura:eucalyptus_fence} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1089 natura:eucalyptus_fence_gate Block{natura:eucalyptus_fence_gate} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1090 natura:hopseed_button Block{natura:hopseed_button} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1091 natura:hopseed_pressure_plate Block{natura:hopseed_pressure_plate} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1092 natura:hopseed_trap_door Block{natura:hopseed_trap_door} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1093 natura:hopseed_fence Block{natura:hopseed_fence} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1094 natura:hopseed_fence_gate Block{natura:hopseed_fence_gate} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1095 natura:sakura_button Block{natura:sakura_button} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1096 natura:sakura_pressure_plate Block{natura:sakura_pressure_plate} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1097 natura:sakura_trap_door Block{natura:sakura_trap_door} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1098 natura:sakura_fence Block{natura:sakura_fence} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1099 natura:sakura_fence_gate Block{natura:sakura_fence_gate} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1100 natura:redwood_button Block{natura:redwood_button} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1101 natura:redwood_pressure_plate Block{natura:redwood_pressure_plate} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1102 natura:redwood_trap_door Block{natura:redwood_trap_door} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1103 natura:redwood_fence Block{natura:redwood_fence} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1104 natura:redwood_fence_gate Block{natura:redwood_fence_gate} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1105 natura:overworld_bookshelves Block{natura:overworld_bookshelves} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1106 natura:overworld_workbenches Block{natura:overworld_workbenches} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1107 natura:ghostwood_button Block{natura:ghostwood_button} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1108 natura:ghostwood_pressure_plate Block{natura:ghostwood_pressure_plate} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1109 natura:ghostwood_trap_door Block{natura:ghostwood_trap_door} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1110 natura:ghostwood_fence Block{natura:ghostwood_fence} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1111 natura:ghostwood_fence_gate Block{natura:ghostwood_fence_gate} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1112 natura:bloodwood_button Block{natura:bloodwood_button} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1113 natura:bloodwood_pressure_plate Block{natura:bloodwood_pressure_plate} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1114 natura:bloodwood_trap_door Block{natura:bloodwood_trap_door} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1115 natura:bloodwood_fence Block{natura:bloodwood_fence} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1116 natura:bloodwood_fence_gate Block{natura:bloodwood_fence_gate} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1117 natura:fusewood_button Block{natura:fusewood_button} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1118 natura:fusewood_pressure_plate Block{natura:fusewood_pressure_plate} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1119 natura:fusewood_trap_door Block{natura:fusewood_trap_door} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1120 natura:fusewood_fence Block{natura:fusewood_fence} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1121 natura:fusewood_fence_gate Block{natura:fusewood_fence_gate} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1122 natura:darkwood_button Block{natura:darkwood_button} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1123 natura:darkwood_pressure_plate Block{natura:darkwood_pressure_plate} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1124 natura:darkwood_trap_door Block{natura:darkwood_trap_door} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1125 natura:darkwood_fence Block{natura:darkwood_fence} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1126 natura:darkwood_fence_gate Block{natura:darkwood_fence_gate} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1127 natura:nether_bookshelves Block{natura:nether_bookshelves} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1128 natura:nether_workbenches Block{natura:nether_workbenches} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1129 traverse:red_autumnal_leaves Block{traverse:red_autumnal_leaves} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1130 traverse:red_autumnal_sapling Block{traverse:red_autumnal_sapling} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1131 traverse:brown_autumnal_leaves Block{traverse:brown_autumnal_leaves} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1132 traverse:brown_autumnal_sapling Block{traverse:brown_autumnal_sapling} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1133 traverse:orange_autumnal_leaves Block{traverse:orange_autumnal_leaves} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1134 traverse:orange_autumnal_sapling Block{traverse:orange_autumnal_sapling} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1135 traverse:yellow_autumnal_leaves Block{traverse:yellow_autumnal_leaves} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1136 traverse:yellow_autumnal_sapling Block{traverse:yellow_autumnal_sapling} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1137 traverse:fir_leaves Block{traverse:fir_leaves} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1138 traverse:fir_sapling Block{traverse:fir_sapling} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1139 traverse:fir_log Block{traverse:fir_log} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1140 traverse:fir_planks Block{traverse:fir_planks} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1141 traverse:fir_stairs Block{traverse:fir_stairs} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1142 traverse:fir_slab Block{traverse:fir_slab} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1143 traverse:fir_double_slab Block{traverse:fir_double_slab} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1144 traverse:fir_fence Block{traverse:fir_fence} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1145 traverse:fir_fence_gate Block{traverse:fir_fence_gate} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1146 traverse:fir_door Block{traverse:fir_door} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1147 traverse:red_rock Block{traverse:red_rock} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1148 traverse:red_rock_bricks Block{traverse:red_rock_bricks} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1149 traverse:red_rock_bricks_stairs Block{traverse:red_rock_bricks_stairs} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1150 traverse:red_rock_bricks_slab Block{traverse:red_rock_bricks_slab} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1151 traverse:red_rock_bricks_double_slab Block{traverse:red_rock_bricks_double_slab} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1152 traverse:red_rock_bricks_chiseled Block{traverse:red_rock_bricks_chiseled} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1153 traverse:red_rock_slab Block{traverse:red_rock_slab} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1154 traverse:red_rock_double_slab Block{traverse:red_rock_double_slab} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1155 traverse:red_rock_cobblestone Block{traverse:red_rock_cobblestone} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1156 traverse:red_rock_cobblestone_stairs Block{traverse:red_rock_cobblestone_stairs} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1157 traverse:red_rock_cobblestone_slab Block{traverse:red_rock_cobblestone_slab} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1158 traverse:red_rock_cobblestone_double_slab Block{traverse:red_rock_cobblestone_double_slab} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1159 traverse:red_rock_cobblestone_wall Block{traverse:red_rock_cobblestone_wall} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1160 traverse:blue_rock Block{traverse:blue_rock} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1161 traverse:blue_rock_bricks Block{traverse:blue_rock_bricks} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1162 traverse:blue_rock_bricks_stairs Block{traverse:blue_rock_bricks_stairs} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1163 traverse:blue_rock_bricks_slab Block{traverse:blue_rock_bricks_slab} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1164 traverse:blue_rock_bricks_double_slab Block{traverse:blue_rock_bricks_double_slab} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1165 traverse:blue_rock_bricks_chiseled Block{traverse:blue_rock_bricks_chiseled} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1166 traverse:blue_rock_slab Block{traverse:blue_rock_slab} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1167 traverse:blue_rock_double_slab Block{traverse:blue_rock_double_slab} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1168 traverse:blue_rock_cobblestone Block{traverse:blue_rock_cobblestone} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1169 traverse:blue_rock_cobblestone_stairs Block{traverse:blue_rock_cobblestone_stairs} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1170 traverse:blue_rock_cobblestone_slab Block{traverse:blue_rock_cobblestone_slab} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1171 traverse:blue_rock_cobblestone_double_slab Block{traverse:blue_rock_cobblestone_double_slab} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1172 traverse:blue_rock_cobblestone_wall Block{traverse:blue_rock_cobblestone_wall} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1173 traverse:dead_grass Block{traverse:dead_grass} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1174 traverse:cold_grass Block{traverse:cold_grass} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1175 betterwithmods:anchor Block{betterwithmods:anchor} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1176 betterwithmods:rope Block{betterwithmods:rope} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1177 betterwithmods:single_machine Block{betterwithmods:single_machine} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1178 betterwithmods:wooden_axle Block{betterwithmods:wooden_axle} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1179 betterwithmods:steel_axle Block{betterwithmods:steel_axle} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1180 betterwithmods:wooden_gearbox Block{betterwithmods:wooden_gearbox} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1181 betterwithmods:steel_gearbox Block{betterwithmods:steel_gearbox} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1182 betterwithmods:steel_broken_gearbox Block{betterwithmods:steel_broken_gearbox} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1183 betterwithmods:wooden_broken_gearbox Block{betterwithmods:wooden_broken_gearbox} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1184 betterwithmods:hand_crank Block{betterwithmods:hand_crank} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1185 betterwithmods:wicker Block{betterwithmods:wicker} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1186 betterwithmods:grate Block{betterwithmods:grate} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1187 betterwithmods:slats Block{betterwithmods:slats} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1188 betterwithmods:planter Block{betterwithmods:planter} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1189 betterwithmods:vase Block{betterwithmods:vase} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1190 betterwithmods:urn Block{betterwithmods:urn} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1191 betterwithmods:unfired_pottery Block{betterwithmods:unfired_pottery} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1192 betterwithmods:stoked_flame Block{betterwithmods:stoked_flame} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1193 betterwithmods:hibachi Block{betterwithmods:hibachi} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1194 betterwithmods:bellows Block{betterwithmods:bellows} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1195 betterwithmods:kiln Block{betterwithmods:kiln} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1196 betterwithmods:hemp Block{betterwithmods:hemp} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1197 betterwithmods:detector Block{betterwithmods:detector} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1198 betterwithmods:lens Block{betterwithmods:lens} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1199 betterwithmods:invisible_light Block{betterwithmods:invisible_light} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1200 betterwithmods:saw Block{betterwithmods:saw} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1201 betterwithmods:aesthetic Block{betterwithmods:aesthetic} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1202 betterwithmods:booster Block{betterwithmods:booster} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1203 betterwithmods:windmill Block{betterwithmods:windmill} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1204 betterwithmods:waterwheel Block{betterwithmods:waterwheel} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1205 betterwithmods:wood_siding Block{betterwithmods:wood_siding} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1206 betterwithmods:wood_moulding Block{betterwithmods:wood_moulding} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1207 betterwithmods:wood_corner Block{betterwithmods:wood_corner} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1208 betterwithmods:wood_bench Block{betterwithmods:wood_bench} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1209 betterwithmods:wood_table Block{betterwithmods:wood_table} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1210 betterwithmods:companion_cube Block{betterwithmods:companion_cube} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1211 betterwithmods:block_dispenser Block{betterwithmods:block_dispenser} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1212 betterwithmods:bamboo_chime Block{betterwithmods:bamboo_chime} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1213 betterwithmods:metal_chime Block{betterwithmods:metal_chime} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1214 betterwithmods:buddy_block Block{betterwithmods:buddy_block} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1215 betterwithmods:creative_generator Block{betterwithmods:creative_generator} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1216 betterwithmods:light Block{betterwithmods:light} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1217 betterwithmods:platform Block{betterwithmods:platform} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1218 betterwithmods:mining_charge Block{betterwithmods:mining_charge} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1219 betterwithmods:fertile_farmland Block{betterwithmods:fertile_farmland} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1220 betterwithmods:screw_pump Block{betterwithmods:screw_pump} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1221 betterwithmods:vine_trap Block{betterwithmods:vine_trap} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1222 betterwithmods:raw_pastry Block{betterwithmods:raw_pastry} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1223 betterwithmods:steel_anvil Block{betterwithmods:steel_anvil} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1224 betterwithmods:stone_siding Block{betterwithmods:stone_siding} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1225 betterwithmods:stone_moulding Block{betterwithmods:stone_moulding} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1226 betterwithmods:stone_corner Block{betterwithmods:stone_corner} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1227 betterwithmods:dirt_slab Block{betterwithmods:dirt_slab} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1228 betterwithmods:cooking_pot Block{betterwithmods:cooking_pot} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1229 betterwithmods:temporary_water Block{betterwithmods:temporary_water} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1230 betterwithmods:iron_wall Block{betterwithmods:iron_wall} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1231 betterwithmods:stake Block{betterwithmods:stake} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1232 betterwithmods:stake_string Block{betterwithmods:stake_string} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1233 betterwithmods:nether_growth Block{betterwithmods:nether_growth} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1234 betterwithmods:steel_block Block{betterwithmods:steel_block} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1235 betterwithmods:steel_saw Block{betterwithmods:steel_saw} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1236 betterwithmods:blood_log Block{betterwithmods:blood_log} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1237 betterwithmods:blood_leaves Block{betterwithmods:blood_leaves} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1238 betterwithmods:blood_sapling Block{betterwithmods:blood_sapling} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1239 betterwithmods:nether_clay Block{betterwithmods:nether_clay} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1240 betterwithmods:cobblestone Block{betterwithmods:cobblestone} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1241 betterwithmods:steel_pressure_plate Block{betterwithmods:steel_pressure_plate} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1242 betterwithmods:infernal_enchanter Block{betterwithmods:infernal_enchanter} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1243 betterwithmods:candle Block{betterwithmods:candle} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1244 betterwithmods:candle_holder Block{betterwithmods:candle_holder} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1245 betterwithmods:shaft Block{betterwithmods:shaft} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1246 betterwithmods:bucket Block{betterwithmods:bucket} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1247 betterwithmods:siding_wood Block{betterwithmods:siding_wood} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1248 betterwithmods:siding_iron Block{betterwithmods:siding_iron} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1249 betterwithmods:siding_rock Block{betterwithmods:siding_rock} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1250 betterwithmods:siding_ground Block{betterwithmods:siding_ground} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1251 betterwithmods:siding_clay Block{betterwithmods:siding_clay} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1252 betterwithmods:moulding_wood Block{betterwithmods:moulding_wood} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1253 betterwithmods:moulding_iron Block{betterwithmods:moulding_iron} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1254 betterwithmods:moulding_rock Block{betterwithmods:moulding_rock} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1255 betterwithmods:moulding_ground Block{betterwithmods:moulding_ground} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1256 betterwithmods:moulding_clay Block{betterwithmods:moulding_clay} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1257 betterwithmods:corner_wood Block{betterwithmods:corner_wood} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1258 betterwithmods:corner_iron Block{betterwithmods:corner_iron} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1259 betterwithmods:corner_rock Block{betterwithmods:corner_rock} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1260 betterwithmods:corner_ground Block{betterwithmods:corner_ground} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1261 betterwithmods:corner_clay Block{betterwithmods:corner_clay} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1262 appliedenergistics2:quartz_ore BlockQuartzOre[quartz_ore] +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1263 appliedenergistics2:charged_quartz_ore BlockChargedQuartzOre[charged_quartz_ore] +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1264 appliedenergistics2:matrix_frame BlockMatrixFrame[matrix_frame] +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1265 appliedenergistics2:quartz_block BlockQuartz[quartz_block] +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1266 appliedenergistics2:quartz_pillar BlockQuartzPillar[quartz_pillar] +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1267 appliedenergistics2:chiseled_quartz_block BlockChiseledQuartz[chiseled_quartz_block] +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1268 appliedenergistics2:quartz_glass BlockQuartzGlass[quartz_glass] +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1269 appliedenergistics2:quartz_vibrant_glass BlockQuartzLamp[quartz_vibrant_glass] +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1270 appliedenergistics2:quartz_fixture BlockQuartzFixture[quartz_fixture] +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1271 appliedenergistics2:fluix_block BlockFluix[fluix_block] +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1272 appliedenergistics2:sky_stone_block BlockSkyStone[sky_stone_block] +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1273 appliedenergistics2:smooth_sky_stone_block BlockSkyStone[smooth_sky_stone_block] +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1274 appliedenergistics2:sky_stone_brick BlockSkyStone[sky_stone_brick] +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1275 appliedenergistics2:sky_stone_small_brick BlockSkyStone[sky_stone_small_brick] +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1276 appliedenergistics2:grindstone BlockGrinder[grindstone] +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1277 appliedenergistics2:crank BlockCrank[crank] +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1278 appliedenergistics2:inscriber BlockInscriber[inscriber] +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1279 appliedenergistics2:wireless_access_point BlockWireless[wireless_access_point] +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1280 appliedenergistics2:charger BlockCharger[charger] +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1281 appliedenergistics2:tiny_tnt BlockTinyTNT[tiny_tnt] +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1282 appliedenergistics2:security_station BlockSecurityStation[security_station] +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1283 appliedenergistics2:quantum_ring BlockQuantumRing[quantum_ring] +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1284 appliedenergistics2:quantum_link BlockQuantumLinkChamber[quantum_link] +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1285 appliedenergistics2:spatial_pylon BlockSpatialPylon[spatial_pylon] +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1286 appliedenergistics2:spatial_io_port BlockSpatialIOPort[spatial_io_port] +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1287 appliedenergistics2:controller BlockController[controller] +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1288 appliedenergistics2:drive BlockDrive[drive] +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1289 appliedenergistics2:chest BlockChest[chest] +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1290 appliedenergistics2:interface BlockInterface[interface] +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1291 appliedenergistics2:fluid_interface BlockFluidInterface[fluid_interface] +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1292 appliedenergistics2:cell_workbench BlockCellWorkbench[cell_workbench] +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1293 appliedenergistics2:io_port BlockIOPort[io_port] +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1294 appliedenergistics2:condenser BlockCondenser[condenser] +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1295 appliedenergistics2:energy_acceptor BlockEnergyAcceptor[energy_acceptor] +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1296 appliedenergistics2:vibration_chamber BlockVibrationChamber[vibration_chamber] +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1297 appliedenergistics2:quartz_growth_accelerator BlockQuartzGrowthAccelerator[quartz_growth_accelerator] +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1298 appliedenergistics2:energy_cell BlockEnergyCell[energy_cell] +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1299 appliedenergistics2:dense_energy_cell BlockDenseEnergyCell[dense_energy_cell] +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1300 appliedenergistics2:creative_energy_cell BlockCreativeEnergyCell[creative_energy_cell] +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1301 appliedenergistics2:crafting_unit BlockCraftingUnit[crafting_unit] +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1302 appliedenergistics2:crafting_accelerator BlockCraftingUnit[crafting_accelerator] +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1303 appliedenergistics2:crafting_storage_1k BlockCraftingStorage[crafting_storage_1k] +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1304 appliedenergistics2:crafting_storage_4k BlockCraftingStorage[crafting_storage_4k] +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1305 appliedenergistics2:crafting_storage_16k BlockCraftingStorage[crafting_storage_16k] +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1306 appliedenergistics2:crafting_storage_64k BlockCraftingStorage[crafting_storage_64k] +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1307 appliedenergistics2:crafting_monitor BlockCraftingMonitor[crafting_monitor] +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1308 appliedenergistics2:molecular_assembler BlockMolecularAssembler[molecular_assembler] +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1309 appliedenergistics2:light_detector BlockLightDetector[light_detector] +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1310 appliedenergistics2:paint BlockPaint[paint] +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1311 appliedenergistics2:sky_stone_stairs BlockStairCommon[sky_stone_stairs] +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1312 appliedenergistics2:smooth_sky_stone_stairs BlockStairCommon[smooth_sky_stone_stairs] +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1313 appliedenergistics2:sky_stone_brick_stairs BlockStairCommon[sky_stone_brick_stairs] +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1314 appliedenergistics2:sky_stone_small_brick_stairs BlockStairCommon[sky_stone_small_brick_stairs] +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1315 appliedenergistics2:fluix_stairs BlockStairCommon[fluix_stairs] +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1316 appliedenergistics2:quartz_stairs BlockStairCommon[quartz_stairs] +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1317 appliedenergistics2:chiseled_quartz_stairs BlockStairCommon[chiseled_quartz_stairs] +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1318 appliedenergistics2:quartz_pillar_stairs BlockStairCommon[quartz_pillar_stairs] +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1319 appliedenergistics2:cable_bus BlockCableBus[cable_bus] +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1320 appliedenergistics2:sky_stone_slab Block{appliedenergistics2:sky_stone_slab} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1321 appliedenergistics2:sky_stone_double_slab Block{appliedenergistics2:sky_stone_double_slab} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1322 appliedenergistics2:smooth_sky_stone_slab Block{appliedenergistics2:smooth_sky_stone_slab} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1323 appliedenergistics2:smooth_sky_stone_double_slab Block{appliedenergistics2:smooth_sky_stone_double_slab} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1324 appliedenergistics2:sky_stone_brick_slab Block{appliedenergistics2:sky_stone_brick_slab} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1325 appliedenergistics2:sky_stone_brick_double_slab Block{appliedenergistics2:sky_stone_brick_double_slab} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1326 appliedenergistics2:sky_stone_small_brick_slab Block{appliedenergistics2:sky_stone_small_brick_slab} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1327 appliedenergistics2:sky_stone_small_brick_double_slab Block{appliedenergistics2:sky_stone_small_brick_double_slab} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1328 appliedenergistics2:fluix_slab Block{appliedenergistics2:fluix_slab} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1329 appliedenergistics2:fluix_double_slab Block{appliedenergistics2:fluix_double_slab} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1330 appliedenergistics2:quartz_slab Block{appliedenergistics2:quartz_slab} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1331 appliedenergistics2:quartz_double_slab Block{appliedenergistics2:quartz_double_slab} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1332 appliedenergistics2:chiseled_quartz_slab Block{appliedenergistics2:chiseled_quartz_slab} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1333 appliedenergistics2:chiseled_quartz_double_slab Block{appliedenergistics2:chiseled_quartz_double_slab} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1334 appliedenergistics2:quartz_pillar_slab Block{appliedenergistics2:quartz_pillar_slab} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1335 appliedenergistics2:quartz_pillar_double_slab Block{appliedenergistics2:quartz_pillar_double_slab} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1336 quark:biotite_ore Block{quark:biotite_ore} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1337 quark:biotite_block Block{quark:biotite_block} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1338 quark:biotite_slab Block{quark:biotite_slab} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1339 quark:biotite_slab_double Block{quark:biotite_slab_double} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1340 quark:biotite_stairs Block{quark:biotite_stairs} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1341 quark:biotite_wall Block{quark:biotite_wall} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1342 quark:elder_prismarine Block{quark:elder_prismarine} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1343 quark:elder_sea_lantern Block{quark:elder_sea_lantern} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1344 quark:glowcelium Block{quark:glowcelium} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1345 quark:glowshroom Block{quark:glowshroom} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1346 quark:glowshroom_block Block{quark:glowshroom_block} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1347 quark:smoker Block{quark:smoker} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1348 quark:redstone_randomizer Block{quark:redstone_randomizer} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1349 quark:iron_button Block{quark:iron_button} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1350 quark:gold_button Block{quark:gold_button} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1351 quark:ender_watcher Block{quark:ender_watcher} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1352 quark:iron_rod Block{quark:iron_rod} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1353 quark:obsidian_pressure_plate Block{quark:obsidian_pressure_plate} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1354 quark:rain_detector Block{quark:rain_detector} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1355 quark:spruce_trapdoor Block{quark:spruce_trapdoor} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1356 quark:birch_trapdoor Block{quark:birch_trapdoor} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1357 quark:jungle_trapdoor Block{quark:jungle_trapdoor} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1358 quark:acacia_trapdoor Block{quark:acacia_trapdoor} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1359 quark:dark_oak_trapdoor Block{quark:dark_oak_trapdoor} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1360 quark:paper_wall Block{quark:paper_wall} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1361 quark:paper_wall_big Block{quark:paper_wall_big} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1362 quark:iron_ladder Block{quark:iron_ladder} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1363 quark:blaze_lantern Block{quark:blaze_lantern} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1364 quark:nether_brick_fence_gate Block{quark:nether_brick_fence_gate} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1365 quark:polished_stone Block{quark:polished_stone} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1366 quark:stone_wall Block{quark:stone_wall} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1367 quark:stone_granite_wall Block{quark:stone_granite_wall} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1368 quark:stone_diorite_wall Block{quark:stone_diorite_wall} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1369 quark:stone_andesite_wall Block{quark:stone_andesite_wall} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1370 quark:sandstone_wall Block{quark:sandstone_wall} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1371 quark:red_sandstone_wall Block{quark:red_sandstone_wall} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1372 quark:stonebrick_wall Block{quark:stonebrick_wall} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1373 quark:brick_wall Block{quark:brick_wall} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1374 quark:quartz_wall Block{quark:quartz_wall} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1375 quark:prismarine_rough_wall Block{quark:prismarine_rough_wall} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1376 quark:purpur_block_wall Block{quark:purpur_block_wall} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1377 quark:end_bricks_wall Block{quark:end_bricks_wall} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1378 quark:hardened_clay_tiles Block{quark:hardened_clay_tiles} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1379 quark:hardened_clay_tiles_stairs Block{quark:hardened_clay_tiles_stairs} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1380 quark:hardened_clay_tiles_slab Block{quark:hardened_clay_tiles_slab} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1381 quark:hardened_clay_tiles_slab_double Block{quark:hardened_clay_tiles_slab_double} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1382 quark:stained_clay_tiles Block{quark:stained_clay_tiles} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1383 quark:stained_clay_tiles_white_stairs Block{quark:stained_clay_tiles_white_stairs} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1384 quark:stained_clay_tiles_orange_stairs Block{quark:stained_clay_tiles_orange_stairs} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1385 quark:stained_clay_tiles_magenta_stairs Block{quark:stained_clay_tiles_magenta_stairs} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1386 quark:stained_clay_tiles_light_blue_stairs Block{quark:stained_clay_tiles_light_blue_stairs} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1387 quark:stained_clay_tiles_yellow_stairs Block{quark:stained_clay_tiles_yellow_stairs} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1388 quark:stained_clay_tiles_lime_stairs Block{quark:stained_clay_tiles_lime_stairs} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1389 quark:stained_clay_tiles_pink_stairs Block{quark:stained_clay_tiles_pink_stairs} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1390 quark:stained_clay_tiles_gray_stairs Block{quark:stained_clay_tiles_gray_stairs} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1391 quark:stained_clay_tiles_silver_stairs Block{quark:stained_clay_tiles_silver_stairs} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1392 quark:stained_clay_tiles_cyan_stairs Block{quark:stained_clay_tiles_cyan_stairs} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1393 quark:stained_clay_tiles_purple_stairs Block{quark:stained_clay_tiles_purple_stairs} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1394 quark:stained_clay_tiles_blue_stairs Block{quark:stained_clay_tiles_blue_stairs} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1395 quark:stained_clay_tiles_brown_stairs Block{quark:stained_clay_tiles_brown_stairs} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1396 quark:stained_clay_tiles_green_stairs Block{quark:stained_clay_tiles_green_stairs} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1397 quark:stained_clay_tiles_red_stairs Block{quark:stained_clay_tiles_red_stairs} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1398 quark:stained_clay_tiles_black_stairs Block{quark:stained_clay_tiles_black_stairs} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1399 quark:stained_clay_tiles_white_slab Block{quark:stained_clay_tiles_white_slab} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1400 quark:stained_clay_tiles_white_slab_double Block{quark:stained_clay_tiles_white_slab_double} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1401 quark:stained_clay_tiles_orange_slab Block{quark:stained_clay_tiles_orange_slab} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1402 quark:stained_clay_tiles_orange_slab_double Block{quark:stained_clay_tiles_orange_slab_double} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1403 quark:stained_clay_tiles_magenta_slab Block{quark:stained_clay_tiles_magenta_slab} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1404 quark:stained_clay_tiles_magenta_slab_double Block{quark:stained_clay_tiles_magenta_slab_double} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1405 quark:stained_clay_tiles_light_blue_slab Block{quark:stained_clay_tiles_light_blue_slab} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1406 quark:stained_clay_tiles_light_blue_slab_double Block{quark:stained_clay_tiles_light_blue_slab_double} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1407 quark:stained_clay_tiles_yellow_slab Block{quark:stained_clay_tiles_yellow_slab} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1408 quark:stained_clay_tiles_yellow_slab_double Block{quark:stained_clay_tiles_yellow_slab_double} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1409 quark:stained_clay_tiles_lime_slab Block{quark:stained_clay_tiles_lime_slab} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1410 quark:stained_clay_tiles_lime_slab_double Block{quark:stained_clay_tiles_lime_slab_double} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1411 quark:stained_clay_tiles_pink_slab Block{quark:stained_clay_tiles_pink_slab} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1412 quark:stained_clay_tiles_pink_slab_double Block{quark:stained_clay_tiles_pink_slab_double} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1413 quark:stained_clay_tiles_gray_slab Block{quark:stained_clay_tiles_gray_slab} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1414 quark:stained_clay_tiles_gray_slab_double Block{quark:stained_clay_tiles_gray_slab_double} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1415 quark:stained_clay_tiles_silver_slab Block{quark:stained_clay_tiles_silver_slab} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1416 quark:stained_clay_tiles_silver_slab_double Block{quark:stained_clay_tiles_silver_slab_double} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1417 quark:stained_clay_tiles_cyan_slab Block{quark:stained_clay_tiles_cyan_slab} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1418 quark:stained_clay_tiles_cyan_slab_double Block{quark:stained_clay_tiles_cyan_slab_double} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1419 quark:stained_clay_tiles_purple_slab Block{quark:stained_clay_tiles_purple_slab} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1420 quark:stained_clay_tiles_purple_slab_double Block{quark:stained_clay_tiles_purple_slab_double} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1421 quark:stained_clay_tiles_blue_slab Block{quark:stained_clay_tiles_blue_slab} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1422 quark:stained_clay_tiles_blue_slab_double Block{quark:stained_clay_tiles_blue_slab_double} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1423 quark:stained_clay_tiles_brown_slab Block{quark:stained_clay_tiles_brown_slab} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1424 quark:stained_clay_tiles_brown_slab_double Block{quark:stained_clay_tiles_brown_slab_double} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1425 quark:stained_clay_tiles_green_slab Block{quark:stained_clay_tiles_green_slab} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1426 quark:stained_clay_tiles_green_slab_double Block{quark:stained_clay_tiles_green_slab_double} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1427 quark:stained_clay_tiles_red_slab Block{quark:stained_clay_tiles_red_slab} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1428 quark:stained_clay_tiles_red_slab_double Block{quark:stained_clay_tiles_red_slab_double} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1429 quark:stained_clay_tiles_black_slab Block{quark:stained_clay_tiles_black_slab} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1430 quark:stained_clay_tiles_black_slab_double Block{quark:stained_clay_tiles_black_slab_double} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1431 quark:sturdy_stone Block{quark:sturdy_stone} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1432 quark:stone_stairs Block{quark:stone_stairs} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1433 quark:stone_granite_stairs Block{quark:stone_granite_stairs} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1434 quark:stone_granite_slab Block{quark:stone_granite_slab} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1435 quark:stone_granite_slab_double Block{quark:stone_granite_slab_double} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1436 quark:stone_diorite_stairs Block{quark:stone_diorite_stairs} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1437 quark:stone_diorite_slab Block{quark:stone_diorite_slab} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1438 quark:stone_diorite_slab_double Block{quark:stone_diorite_slab_double} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1439 quark:stone_andesite_stairs Block{quark:stone_andesite_stairs} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1440 quark:stone_andesite_slab Block{quark:stone_andesite_slab} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1441 quark:stone_andesite_slab_double Block{quark:stone_andesite_slab_double} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1442 quark:end_bricks_stairs Block{quark:end_bricks_stairs} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1443 quark:end_bricks_slab Block{quark:end_bricks_slab} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1444 quark:end_bricks_slab_double Block{quark:end_bricks_slab_double} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1445 quark:prismarine_bricks_stairs Block{quark:prismarine_bricks_stairs} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1446 quark:prismarine_bricks_slab Block{quark:prismarine_bricks_slab} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1447 quark:prismarine_bricks_slab_double Block{quark:prismarine_bricks_slab_double} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1448 quark:prismarine_dark_stairs Block{quark:prismarine_dark_stairs} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1449 quark:prismarine_dark_slab Block{quark:prismarine_dark_slab} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1450 quark:prismarine_dark_slab_double Block{quark:prismarine_dark_slab_double} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1451 quark:red_nether_brick_stairs Block{quark:red_nether_brick_stairs} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1452 quark:red_nether_brick_slab Block{quark:red_nether_brick_slab} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1453 quark:red_nether_brick_slab_double Block{quark:red_nether_brick_slab_double} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1454 quark:charred_nether_bricks Block{quark:charred_nether_bricks} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1455 quark:charred_nether_brick_stairs Block{quark:charred_nether_brick_stairs} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1456 quark:charred_nether_brick_slab Block{quark:charred_nether_brick_slab} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1457 quark:charred_nether_brick_slab_double Block{quark:charred_nether_brick_slab_double} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1458 quark:world_stone_bricks Block{quark:world_stone_bricks} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1459 quark:world_stone_carved Block{quark:world_stone_carved} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1460 quark:stone_granite_bricks_stairs Block{quark:stone_granite_bricks_stairs} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1461 quark:stone_granite_bricks_slab Block{quark:stone_granite_bricks_slab} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1462 quark:stone_granite_bricks_slab_double Block{quark:stone_granite_bricks_slab_double} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1463 quark:stone_diorite_bricks_stairs Block{quark:stone_diorite_bricks_stairs} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1464 quark:stone_diorite_bricks_slab Block{quark:stone_diorite_bricks_slab} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1465 quark:stone_diorite_bricks_slab_double Block{quark:stone_diorite_bricks_slab_double} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1466 quark:stone_andesite_bricks_stairs Block{quark:stone_andesite_bricks_stairs} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1467 quark:stone_andesite_bricks_slab Block{quark:stone_andesite_bricks_slab} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1468 quark:stone_andesite_bricks_slab_double Block{quark:stone_andesite_bricks_slab_double} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1469 quark:stone_granite_bricks_wall Block{quark:stone_granite_bricks_wall} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1470 quark:stone_diorite_bricks_wall Block{quark:stone_diorite_bricks_wall} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1471 quark:stone_andesite_bricks_wall Block{quark:stone_andesite_bricks_wall} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1472 quark:midori_block Block{quark:midori_block} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1473 quark:midori_pillar Block{quark:midori_pillar} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1474 quark:midori_block_stairs Block{quark:midori_block_stairs} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1475 quark:midori_block_slab Block{quark:midori_block_slab} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1476 quark:midori_block_slab_double Block{quark:midori_block_slab_double} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1477 quark:midori_block_wall Block{quark:midori_block_wall} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1478 quark:magma_bricks Block{quark:magma_bricks} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1479 quark:magma_bricks_stairs Block{quark:magma_bricks_stairs} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1480 quark:magma_bricks_slab Block{quark:magma_bricks_slab} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1481 quark:magma_bricks_slab_double Block{quark:magma_bricks_slab_double} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1482 quark:duskbound_block Block{quark:duskbound_block} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1483 quark:duskbound_lantern Block{quark:duskbound_lantern} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1484 quark:duskbound_block_stairs Block{quark:duskbound_block_stairs} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1485 quark:duskbound_block_slab Block{quark:duskbound_block_slab} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1486 quark:duskbound_block_slab_double Block{quark:duskbound_block_slab_double} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1487 quark:duskbound_block_wall Block{quark:duskbound_block_wall} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1488 quark:soul_sandstone Block{quark:soul_sandstone} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1489 quark:soul_sandstone_slab Block{quark:soul_sandstone_slab} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1490 quark:soul_sandstone_slab_double Block{quark:soul_sandstone_slab_double} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1491 quark:turf Block{quark:turf} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1492 quark:turf_stairs Block{quark:turf_stairs} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1493 quark:turf_slab Block{quark:turf_slab} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1494 quark:turf_slab_double Block{quark:turf_slab_double} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1495 quark:polished_netherrack Block{quark:polished_netherrack} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1496 quark:polished_netherrack_bricks_stairs Block{quark:polished_netherrack_bricks_stairs} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1497 quark:polished_netherrack_bricks_slab Block{quark:polished_netherrack_bricks_slab} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1498 quark:polished_netherrack_bricks_slab_double Block{quark:polished_netherrack_bricks_slab_double} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1499 quark:polished_netherrack_bricks_wall Block{quark:polished_netherrack_bricks_wall} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1500 quark:glowstone_dust_block Block{quark:glowstone_dust_block} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1501 quark:gunpowder_block Block{quark:gunpowder_block} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1502 quark:black_ash Block{quark:black_ash} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1503 betterwithaddons:banner_detector Block{betterwithaddons:banner_detector} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1504 betterwithaddons:world_scale Block{betterwithaddons:world_scale} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1505 betterwithaddons:world_scale_ore Block{betterwithaddons:world_scale_ore} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1506 betterwithaddons:world_scale_active Block{betterwithaddons:world_scale_active} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1507 betterwithaddons:elytra_magma Block{betterwithaddons:elytra_magma} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1508 betterwithaddons:extra_grass Block{betterwithaddons:extra_grass} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1509 betterwithaddons:pcb_wire Block{betterwithaddons:pcb_wire} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1510 betterwithaddons:pcb_block Block{betterwithaddons:pcb_block} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1511 betterwithaddons:lattice Block{betterwithaddons:lattice} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1512 betterwithaddons:thorn_rose Block{betterwithaddons:thorn_rose} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1513 betterwithaddons:thorns Block{betterwithaddons:thorns} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1514 betterwithaddons:chute Block{betterwithaddons:chute} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1515 betterwithaddons:aqueduct Block{betterwithaddons:aqueduct} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1516 betterwithaddons:aqueduct_water Block{betterwithaddons:aqueduct_water} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1517 betterwithaddons:redstone_emitter Block{betterwithaddons:redstone_emitter} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1518 betterwithaddons:block_matcher Block{betterwithaddons:block_matcher} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1519 betterwithaddons:legendarium Block{betterwithaddons:legendarium} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1520 betterwithaddons:weight_wood Block{betterwithaddons:weight_wood} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1521 betterwithaddons:weight_stone Block{betterwithaddons:weight_stone} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1522 betterwithaddons:scaffold Block{betterwithaddons:scaffold} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1523 betterwithaddons:rope_sideways Block{betterwithaddons:rope_sideways} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1524 betterwithaddons:rope_post Block{betterwithaddons:rope_post} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1525 betterwithaddons:spindle Block{betterwithaddons:spindle} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1526 betterwithaddons:loom Block{betterwithaddons:loom} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1527 betterwithaddons:leaves_luretree Block{betterwithaddons:leaves_luretree} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1528 betterwithaddons:sapling_luretree Block{betterwithaddons:sapling_luretree} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1529 betterwithaddons:log_luretree Block{betterwithaddons:log_luretree} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1530 betterwithaddons:log_luretree_face Block{betterwithaddons:log_luretree_face} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1531 betterwithaddons:leaves_mulberry Block{betterwithaddons:leaves_mulberry} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1532 betterwithaddons:sapling_mulberry Block{betterwithaddons:sapling_mulberry} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1533 betterwithaddons:log_mulberry Block{betterwithaddons:log_mulberry} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1534 betterwithaddons:planks_mulberry Block{betterwithaddons:planks_mulberry} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1535 betterwithaddons:leaves_sakura Block{betterwithaddons:leaves_sakura} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1536 betterwithaddons:sapling_sakura Block{betterwithaddons:sapling_sakura} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1537 betterwithaddons:log_sakura Block{betterwithaddons:log_sakura} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1538 betterwithaddons:planks_sakura Block{betterwithaddons:planks_sakura} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1539 betterwithaddons:ancestry_sand Block{betterwithaddons:ancestry_sand} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1540 betterwithaddons:ancestry_infuser Block{betterwithaddons:ancestry_infuser} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1541 betterwithaddons:leafpile_sakura Block{betterwithaddons:leafpile_sakura} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1542 betterwithaddons:crop_rush Block{betterwithaddons:crop_rush} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1543 betterwithaddons:crop_rice Block{betterwithaddons:crop_rice} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1544 betterwithaddons:crop_tea Block{betterwithaddons:crop_tea} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1545 betterwithaddons:bamboo Block{betterwithaddons:bamboo} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1546 betterwithaddons:slat Block{betterwithaddons:slat} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1547 betterwithaddons:netted_screen Block{betterwithaddons:netted_screen} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1548 betterwithaddons:iron_sand Block{betterwithaddons:iron_sand} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1549 betterwithaddons:kera Block{betterwithaddons:kera} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1550 betterwithaddons:tatara Block{betterwithaddons:tatara} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1551 betterwithaddons:cherrybox Block{betterwithaddons:cherrybox} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1552 betterwithaddons:nabe Block{betterwithaddons:nabe} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1553 betterwithaddons:shoji Block{betterwithaddons:shoji} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1554 betterwithaddons:fusuma Block{betterwithaddons:fusuma} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1555 betterwithaddons:tatami Block{betterwithaddons:tatami} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1556 betterwithaddons:tatami_full Block{betterwithaddons:tatami_full} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1557 betterwithaddons:zen_sand Block{betterwithaddons:zen_sand} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1558 betterwithaddons:zen_redsand Block{betterwithaddons:zen_redsand} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1559 betterwithaddons:zen_soulsand Block{betterwithaddons:zen_soulsand} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1560 betterwithaddons:zen_ironsand Block{betterwithaddons:zen_ironsand} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1561 betterwithaddons:wet_soap Block{betterwithaddons:wet_soap} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1562 betterwithaddons:chandelier Block{betterwithaddons:chandelier} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1563 betterwithaddons:paper_wall Block{betterwithaddons:paper_wall} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1564 betterwithaddons:wrought_bars Block{betterwithaddons:wrought_bars} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1565 betterwithaddons:wood_lamp Block{betterwithaddons:wood_lamp} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1566 betterwithaddons:wrought_lamp Block{betterwithaddons:wrought_lamp} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1567 betterwithaddons:pavement Block{betterwithaddons:pavement} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1568 betterwithaddons:whitebrick Block{betterwithaddons:whitebrick} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1569 betterwithaddons:box Block{betterwithaddons:box} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1570 betterwithaddons:bricks_stained Block{betterwithaddons:bricks_stained} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1571 betterwithaddons:unbaked Block{betterwithaddons:unbaked} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1572 betterwithaddons:rail_rusted Block{betterwithaddons:rail_rusted} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1573 betterwithaddons:log_termite Block{betterwithaddons:log_termite} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1574 betterwithaddons:writing_table Block{betterwithaddons:writing_table} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1575 betterwithaddons:adobe Block{betterwithaddons:adobe} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1576 betterwithaddons:pond_replacement Block{betterwithaddons:pond_replacement} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1577 betterwithaddons:ecksie_sapling Block{betterwithaddons:ecksie_sapling} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1578 betterwithaddons:inverted_gearbox Block{betterwithaddons:inverted_gearbox} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1579 bibliocraft:bookcase Block{bibliocraft:bookcase} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1580 bibliocraft:bookcasecreative Block{bibliocraft:bookcasecreative} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1581 bibliocraft:shelf Block{bibliocraft:shelf} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1582 bibliocraft:markerpole Block{bibliocraft:markerpole} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1583 bibliocraft:clipboard Block{bibliocraft:clipboard} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1584 bibliocraft:lanterngold Block{bibliocraft:lanterngold} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1585 bibliocraft:lanterniron Block{bibliocraft:lanterniron} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1586 bibliocraft:lampgold Block{bibliocraft:lampgold} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1587 bibliocraft:lampiron Block{bibliocraft:lampiron} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1588 bibliocraft:furniturepaneler Block{bibliocraft:furniturepaneler} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1589 bibliocraft:framedchest Block{bibliocraft:framedchest} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1590 bibliocraft:fancysign Block{bibliocraft:fancysign} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1591 bibliocraft:fancyworkbench Block{bibliocraft:fancyworkbench} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1592 bibliocraft:potionshelf Block{bibliocraft:potionshelf} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1593 bibliocraft:toolrack Block{bibliocraft:toolrack} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1594 bibliocraft:label Block{bibliocraft:label} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1595 bibliocraft:desk Block{bibliocraft:desk} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1596 bibliocraft:table Block{bibliocraft:table} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1597 bibliocraft:seat Block{bibliocraft:seat} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1598 bibliocraft:clock Block{bibliocraft:clock} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1599 bibliocraft:case Block{bibliocraft:case} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1600 bibliocraft:mapframe Block{bibliocraft:mapframe} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1601 bibliocraft:paintingframeflat Block{bibliocraft:paintingframeflat} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1602 bibliocraft:paintingframesimple Block{bibliocraft:paintingframesimple} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1603 bibliocraft:paintingframemiddle Block{bibliocraft:paintingframemiddle} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1604 bibliocraft:paintingframefancy Block{bibliocraft:paintingframefancy} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1605 bibliocraft:paintingframeborderless Block{bibliocraft:paintingframeborderless} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1606 bibliocraft:paintingpress Block{bibliocraft:paintingpress} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1607 bibliocraft:typewriter Block{bibliocraft:typewriter} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1608 bibliocraft:swordpedestal Block{bibliocraft:swordpedestal} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1609 bibliocraft:armorstand Block{bibliocraft:armorstand} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1610 bibliocraft:bell Block{bibliocraft:bell} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1611 bibliocraft:typesettingtable Block{bibliocraft:typesettingtable} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1612 bibliocraft:printingpress Block{bibliocraft:printingpress} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1613 bibliocraft:cookiejar Block{bibliocraft:cookiejar} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1614 bibliocraft:dinnerplate Block{bibliocraft:dinnerplate} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1615 bibliocraft:discrack Block{bibliocraft:discrack} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1616 modularrouters:item_router Block{modularrouters:item_router} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1617 modularrouters:template_frame Block{modularrouters:template_frame} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1618 bloodmagic:altar Block{bloodmagic:altar} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1619 bloodmagic:blood_rune Block{bloodmagic:blood_rune} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1620 bloodmagic:ritual_controller Block{bloodmagic:ritual_controller} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1621 bloodmagic:ritual_stone Block{bloodmagic:ritual_stone} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1622 bloodmagic:blood_light Block{bloodmagic:blood_light} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1623 bloodmagic:teleposer Block{bloodmagic:teleposer} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1624 bloodmagic:alchemy_array Block{bloodmagic:alchemy_array} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1625 bloodmagic:spectral Block{bloodmagic:spectral} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1626 bloodmagic:phantom Block{bloodmagic:phantom} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1627 bloodmagic:soul_forge Block{bloodmagic:soul_forge} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1628 bloodmagic:incense_altar Block{bloodmagic:incense_altar} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1629 bloodmagic:demon_crucible Block{bloodmagic:demon_crucible} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1630 bloodmagic:demon_pylon Block{bloodmagic:demon_pylon} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1631 bloodmagic:demon_crystallizer Block{bloodmagic:demon_crystallizer} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1632 bloodmagic:demon_crystal Block{bloodmagic:demon_crystal} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1633 bloodmagic:alchemy_table Block{bloodmagic:alchemy_table} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1634 bloodmagic:life_essence Block{bloodmagic:life_essence} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1635 bloodmagic:decorative_brick Block{bloodmagic:decorative_brick} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1636 bloodmagic:path Block{bloodmagic:path} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1637 bloodmagic:master_routing_node Block{bloodmagic:master_routing_node} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1638 bloodmagic:input_routing_node Block{bloodmagic:input_routing_node} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1639 bloodmagic:output_routing_node Block{bloodmagic:output_routing_node} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1640 bloodmagic:item_routing_node Block{bloodmagic:item_routing_node} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1641 bloodmagic:dimensional_portal Block{bloodmagic:dimensional_portal} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1642 bloodmagic:blood_tank Block{bloodmagic:blood_tank} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1643 bloodmagic:mimic Block{bloodmagic:mimic} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1644 bloodmagic:demon_brick_1 Block{bloodmagic:demon_brick_1} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1645 bloodmagic:demon_brick_2 Block{bloodmagic:demon_brick_2} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1646 bloodmagic:demon_extras Block{bloodmagic:demon_extras} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1647 bloodmagic:demon_pillar_1 Block{bloodmagic:demon_pillar_1} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1648 bloodmagic:demon_pillar_2 Block{bloodmagic:demon_pillar_2} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1649 bloodmagic:demon_pillar_cap_1 Block{bloodmagic:demon_pillar_cap_1} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1650 bloodmagic:demon_pillar_cap_2 Block{bloodmagic:demon_pillar_cap_2} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1651 bloodmagic:demon_pillar_cap_3 Block{bloodmagic:demon_pillar_cap_3} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1652 bloodmagic:demon_light Block{bloodmagic:demon_light} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1653 bloodmagic:demon_wall_1 Block{bloodmagic:demon_wall_1} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1654 bloodmagic:demon_stairs_1 Block{bloodmagic:demon_stairs_1} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1655 bloodmagic:demon_stairs_2 Block{bloodmagic:demon_stairs_2} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1656 bloodmagic:demon_stairs_3 Block{bloodmagic:demon_stairs_3} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1657 bloodmagic:inversion_pillar Block{bloodmagic:inversion_pillar} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1658 bloodmagic:inversion_pillar_end Block{bloodmagic:inversion_pillar_end} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1659 bonsaitrees:bonsaipot Block{bonsaitrees:bonsaipot} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1660 buildinggadgets:effectblock Block{buildinggadgets:effectblock} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1661 buildinggadgets:templatemanager Block{buildinggadgets:templatemanager} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1662 buildinggadgets:constructionblock_dense Block{buildinggadgets:constructionblock_dense} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1663 buildinggadgets:constructionblock Block{buildinggadgets:constructionblock} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1664 buildinggadgets:constructionblockpowder Block{buildinggadgets:constructionblockpowder} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1665 car:tar Block{car:tar} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1666 car:tar_slope Block{car:tar_slope} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1667 car:tar_slope_flat_upper Block{car:tar_slope_flat_upper} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1668 car:tar_slope_flat_lower Block{car:tar_slope_flat_lower} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1669 car:tar_slab Block{car:tar_slab} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1670 car:fuelstation Block{car:fuelstation} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1671 car:fuelstation_top Block{car:fuelstation_top} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1672 car:canola Block{car:canola} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1673 car:canola_oil Block{car:canola_oil} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1674 car:oilmill Block{car:oilmill} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1675 car:blastfurnace Block{car:blastfurnace} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1676 car:methanol Block{car:methanol} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1677 car:backmix_reactor Block{car:backmix_reactor} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1678 car:canola_methanol_mix Block{car:canola_methanol_mix} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1679 car:glycerin Block{car:glycerin} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1680 car:bio_diesel Block{car:bio_diesel} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1681 car:generator Block{car:generator} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1682 car:split_tank Block{car:split_tank} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1683 car:split_tank_top Block{car:split_tank_top} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1684 car:tank Block{car:tank} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1685 car:crash_barrier Block{car:crash_barrier} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1686 car:car_workshop Block{car:car_workshop} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1687 car:car_workshop_outter Block{car:car_workshop_outter} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1688 car:cable Block{car:cable} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1689 car:fluid_pipe Block{car:fluid_pipe} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1690 car:fluid_extractor Block{car:fluid_extractor} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1691 car:dynamo Block{car:dynamo} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1692 car:crank Block{car:crank} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1693 car:sign Block{car:sign} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1694 car:sign_post Block{car:sign_post} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1695 car:arrow_front_left_right_long Block{car:arrow_front_left_right_long} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1696 car:arrow_long Block{car:arrow_long} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1697 car:arrow_left Block{car:arrow_left} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1698 car:arrow_right Block{car:arrow_right} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1699 car:arrow_left_right_long Block{car:arrow_left_right_long} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1700 car:arrow_front_left_long Block{car:arrow_front_left_long} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1701 car:arrow_front_right_long Block{car:arrow_front_right_long} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1702 car:arrow_left_dia Block{car:arrow_left_dia} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1703 car:arrow_right_dia Block{car:arrow_right_dia} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1704 car:arrow_front_left_right Block{car:arrow_front_left_right} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1705 car:arrow Block{car:arrow} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1706 car:arrow_left_short Block{car:arrow_left_short} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1707 car:arrow_right_short Block{car:arrow_right_short} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1708 car:arrow_left_right Block{car:arrow_left_right} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1709 car:arrow_front_left Block{car:arrow_front_left} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1710 car:arrow_front_right Block{car:arrow_front_right} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1711 car:arrow_left_dia_short Block{car:arrow_left_dia_short} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1712 car:arrow_right_dia_short Block{car:arrow_right_dia_short} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1713 car:line_middle Block{car:line_middle} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1714 car:line_long Block{car:line_long} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1715 car:line_end Block{car:line_end} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1716 car:line_side_middle Block{car:line_side_middle} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1717 car:line_side_long Block{car:line_side_long} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1718 car:line_side_start Block{car:line_side_start} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1719 car:line_side_end Block{car:line_side_end} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1720 car:line_side_long_left Block{car:line_side_long_left} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1721 car:line_side_long_left_front Block{car:line_side_long_left_front} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1722 car:line_middle_edge Block{car:line_middle_edge} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1723 car:line_corner Block{car:line_corner} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1724 car:line_double Block{car:line_double} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1725 car:line_double_middle Block{car:line_double_middle} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1726 car:line_double_end Block{car:line_double_end} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1727 car:arrow_zebras Block{car:arrow_zebras} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1728 car:arrow_p Block{car:arrow_p} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1729 car:arrow_no_parking Block{car:arrow_no_parking} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1730 car:arrow_cross Block{car:arrow_cross} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1731 car:arrow_front_left_right_long_yellow Block{car:arrow_front_left_right_long_yellow} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1732 car:arrow_long_yellow Block{car:arrow_long_yellow} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1733 car:arrow_left_yellow Block{car:arrow_left_yellow} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1734 car:arrow_right_yellow Block{car:arrow_right_yellow} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1735 car:arrow_left_right_long_yellow Block{car:arrow_left_right_long_yellow} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1736 car:arrow_front_left_long_yellow Block{car:arrow_front_left_long_yellow} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1737 car:arrow_front_right_long_yellow Block{car:arrow_front_right_long_yellow} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1738 car:arrow_left_dia_yellow Block{car:arrow_left_dia_yellow} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1739 car:arrow_right_dia_yellow Block{car:arrow_right_dia_yellow} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1740 car:arrow_front_left_right_yellow Block{car:arrow_front_left_right_yellow} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1741 car:arrow_yellow Block{car:arrow_yellow} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1742 car:arrow_left_short_yellow Block{car:arrow_left_short_yellow} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1743 car:arrow_right_short_yellow Block{car:arrow_right_short_yellow} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1744 car:arrow_left_right_yellow Block{car:arrow_left_right_yellow} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1745 car:arrow_front_left_yellow Block{car:arrow_front_left_yellow} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1746 car:arrow_front_right_yellow Block{car:arrow_front_right_yellow} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1747 car:arrow_left_dia_short_yellow Block{car:arrow_left_dia_short_yellow} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1748 car:arrow_right_dia_short_yellow Block{car:arrow_right_dia_short_yellow} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1749 car:line_middle_yellow Block{car:line_middle_yellow} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1750 car:line_long_yellow Block{car:line_long_yellow} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1751 car:line_end_yellow Block{car:line_end_yellow} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1752 car:line_side_middle_yellow Block{car:line_side_middle_yellow} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1753 car:line_side_long_yellow Block{car:line_side_long_yellow} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1754 car:line_side_start_yellow Block{car:line_side_start_yellow} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1755 car:line_side_end_yellow Block{car:line_side_end_yellow} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1756 car:line_side_long_left_yellow Block{car:line_side_long_left_yellow} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1757 car:line_side_long_left_front_yellow Block{car:line_side_long_left_front_yellow} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1758 car:line_middle_edge_yellow Block{car:line_middle_edge_yellow} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1759 car:line_corner_yellow Block{car:line_corner_yellow} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1760 car:line_double_yellow Block{car:line_double_yellow} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1761 car:line_double_middle_yellow Block{car:line_double_middle_yellow} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1762 car:line_double_end_yellow Block{car:line_double_end_yellow} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1763 car:arrow_zebras_yellow Block{car:arrow_zebras_yellow} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1764 car:arrow_p_yellow Block{car:arrow_p_yellow} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1765 car:arrow_no_parking_yellow Block{car:arrow_no_parking_yellow} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1766 car:arrow_cross_yellow Block{car:arrow_cross_yellow} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1767 ceramics:clay_hard Block{ceramics:clay_hard} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1768 ceramics:clay_soft Block{ceramics:clay_soft} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1769 ceramics:clay_slab Block{ceramics:clay_slab} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1770 ceramics:clay_wall Block{ceramics:clay_wall} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1771 ceramics:porcelain Block{ceramics:porcelain} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1772 ceramics:porcelain_bricks_stairs Block{ceramics:porcelain_bricks_stairs} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1773 ceramics:rainbow_clay Block{ceramics:rainbow_clay} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1774 ceramics:rainbow_bricks_stairs Block{ceramics:rainbow_bricks_stairs} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1775 ceramics:dark_bricks_stairs Block{ceramics:dark_bricks_stairs} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1776 ceramics:golden_bricks_stairs Block{ceramics:golden_bricks_stairs} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1777 ceramics:marine_bricks_stairs Block{ceramics:marine_bricks_stairs} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1778 ceramics:dragon_bricks_stairs Block{ceramics:dragon_bricks_stairs} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1779 ceramics:lava_bricks_stairs Block{ceramics:lava_bricks_stairs} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1780 ceramics:monochrome_bricks_stairs Block{ceramics:monochrome_bricks_stairs} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1781 ceramics:clay_barrel_unfired Block{ceramics:clay_barrel_unfired} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1782 ceramics:clay_barrel Block{ceramics:clay_barrel} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1783 ceramics:clay_barrel_stained Block{ceramics:clay_barrel_stained} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1784 ceramics:clay_barrel_stained_extension Block{ceramics:clay_barrel_stained_extension} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1785 ceramics:porcelain_barrel Block{ceramics:porcelain_barrel} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1786 ceramics:porcelain_barrel_extension Block{ceramics:porcelain_barrel_extension} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1787 ceramics:clay_bucket_block Block{ceramics:clay_bucket_block} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1788 ceramics:faucet Block{ceramics:faucet} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1789 ceramics:channel Block{ceramics:channel} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1790 chargers:charger Block{chargers:charger} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1791 chargers:wireless_charger Block{chargers:wireless_charger} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1792 compactmachines3:tunnel Block{compactmachines3:tunnel} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1793 compactmachines3:wall Block{compactmachines3:wall} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1794 compactmachines3:wallbreakable Block{compactmachines3:wallbreakable} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1795 compactmachines3:machine Block{compactmachines3:machine} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1796 compactmachines3:fieldprojector Block{compactmachines3:fieldprojector} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1797 compactmachines3:craftinghologram Block{compactmachines3:craftinghologram} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1798 compactmachines3:redstonetunnel Block{compactmachines3:redstonetunnel} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1799 conarm:armorforge Block{conarm:armorforge} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1800 conarm:armorstation Block{conarm:armorstation} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1801 conarm:soft_obsidian Block{conarm:soft_obsidian} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1802 cookingforblockheads:cooking_table Block{cookingforblockheads:cooking_table} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1803 cookingforblockheads:oven Block{cookingforblockheads:oven} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1804 cookingforblockheads:fridge Block{cookingforblockheads:fridge} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1805 cookingforblockheads:sink Block{cookingforblockheads:sink} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1806 cookingforblockheads:tool_rack Block{cookingforblockheads:tool_rack} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1807 cookingforblockheads:toaster Block{cookingforblockheads:toaster} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1808 cookingforblockheads:milk_jar Block{cookingforblockheads:milk_jar} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1809 cookingforblockheads:cow_jar Block{cookingforblockheads:cow_jar} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1810 cookingforblockheads:spice_rack Block{cookingforblockheads:spice_rack} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1811 cookingforblockheads:counter Block{cookingforblockheads:counter} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1812 cookingforblockheads:cabinet Block{cookingforblockheads:cabinet} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1813 cookingforblockheads:corner Block{cookingforblockheads:corner} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1814 cookingforblockheads:kitchen_floor Block{cookingforblockheads:kitchen_floor} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1815 cookingforblockheads:fruit_basket Block{cookingforblockheads:fruit_basket} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1816 cookingforblockheads:cutting_board Block{cookingforblockheads:cutting_board} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1817 darkutils:trap_move Block{darkutils:trap_move} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1818 darkutils:trap_move_fast Block{darkutils:trap_move_fast} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1819 darkutils:trap_move_hyper Block{darkutils:trap_move_hyper} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1820 darkutils:update_detector Block{darkutils:update_detector} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1821 darkutils:trap_tile Block{darkutils:trap_tile} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1822 darkutils:trap_anchor Block{darkutils:trap_anchor} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1823 darkutils:sneaky Block{darkutils:sneaky} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1824 darkutils:sneaky_lever Block{darkutils:sneaky_lever} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1825 darkutils:sneaky_ghost Block{darkutils:sneaky_ghost} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1826 darkutils:sneaky_torch Block{darkutils:sneaky_torch} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1827 darkutils:sneaky_obsidian Block{darkutils:sneaky_obsidian} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1828 darkutils:sneaky_plate Block{darkutils:sneaky_plate} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1829 darkutils:sneaky_bedrock Block{darkutils:sneaky_bedrock} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1830 darkutils:sneaky_button Block{darkutils:sneaky_button} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1831 darkutils:pearl_block Block{darkutils:pearl_block} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1832 darkutils:timer Block{darkutils:timer} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1833 darkutils:monolith Block{darkutils:monolith} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1834 darkutils:filter Block{darkutils:filter} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1835 darkutils:filter_inverted Block{darkutils:filter_inverted} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1836 darkutils:grate Block{darkutils:grate} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1837 darkutils:fake_tnt Block{darkutils:fake_tnt} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1838 darkutils:ender_tether Block{darkutils:ender_tether} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1839 darkutils:ender_hopper Block{darkutils:ender_hopper} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1840 darkutils:ender_pearl_hopper Block{darkutils:ender_pearl_hopper} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1841 darkutils:slime_dyed Block{darkutils:slime_dyed} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1842 darkutils:wither_block Block{darkutils:wither_block} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1843 darkutils:anti_slime Block{darkutils:anti_slime} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1844 dungpipe:dung_pipe Block{dungpipe:dung_pipe} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1845 dungpipe:sewer_pipe Block{dungpipe:sewer_pipe} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1846 elevatorid:elevator_white Block{elevatorid:elevator_white} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1847 elevatorid:elevator_orange Block{elevatorid:elevator_orange} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1848 elevatorid:elevator_magenta Block{elevatorid:elevator_magenta} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1849 elevatorid:elevator_light_blue Block{elevatorid:elevator_light_blue} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1850 elevatorid:elevator_yellow Block{elevatorid:elevator_yellow} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1851 elevatorid:elevator_lime Block{elevatorid:elevator_lime} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1852 elevatorid:elevator_pink Block{elevatorid:elevator_pink} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1853 elevatorid:elevator_gray Block{elevatorid:elevator_gray} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1854 elevatorid:elevator_silver Block{elevatorid:elevator_silver} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1855 elevatorid:elevator_cyan Block{elevatorid:elevator_cyan} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1856 elevatorid:elevator_purple Block{elevatorid:elevator_purple} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1857 elevatorid:elevator_blue Block{elevatorid:elevator_blue} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1858 elevatorid:elevator_brown Block{elevatorid:elevator_brown} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1859 elevatorid:elevator_green Block{elevatorid:elevator_green} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1860 elevatorid:elevator_red Block{elevatorid:elevator_red} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1861 elevatorid:elevator_black Block{elevatorid:elevator_black} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1862 enderutilities:asu Block{enderutilities:asu} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1863 enderutilities:barrel Block{enderutilities:barrel} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1864 enderutilities:draw_bridge Block{enderutilities:draw_bridge} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1865 enderutilities:ender_elevator Block{enderutilities:ender_elevator} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1866 enderutilities:ender_elevator_slab Block{enderutilities:ender_elevator_slab} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1867 enderutilities:ender_elevator_layer Block{enderutilities:ender_elevator_layer} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1868 enderutilities:inserter Block{enderutilities:inserter} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1869 enderutilities:floor Block{enderutilities:floor} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1870 enderutilities:energy_bridge Block{enderutilities:energy_bridge} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1871 enderutilities:machine_0 Block{enderutilities:machine_0} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1872 enderutilities:machine_1 Block{enderutilities:machine_1} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1873 enderutilities:molecular_exciter Block{enderutilities:molecular_exciter} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1874 enderutilities:msu Block{enderutilities:msu} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1875 enderutilities:phasing Block{enderutilities:phasing} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1876 enderutilities:portal Block{enderutilities:portal} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1877 enderutilities:frame Block{enderutilities:frame} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1878 enderutilities:portal_panel Block{enderutilities:portal_panel} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1879 enderutilities:sound_block Block{enderutilities:sound_block} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1880 enderutilities:storage_0 Block{enderutilities:storage_0} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1881 extendedcrafting:storage Block{extendedcrafting:storage} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1882 extendedcrafting:frame Block{extendedcrafting:frame} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1883 extendedcrafting:lamp Block{extendedcrafting:lamp} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1884 extendedcrafting:trimmed Block{extendedcrafting:trimmed} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1885 extendedcrafting:crafting_table Block{extendedcrafting:crafting_table} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1886 extendedcrafting:pedestal Block{extendedcrafting:pedestal} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1887 extendedcrafting:crafting_core Block{extendedcrafting:crafting_core} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1888 extendedcrafting:interface Block{extendedcrafting:interface} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1889 extendedcrafting:table_basic Block{extendedcrafting:table_basic} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1890 extendedcrafting:table_advanced Block{extendedcrafting:table_advanced} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1891 extendedcrafting:table_elite Block{extendedcrafting:table_elite} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1892 extendedcrafting:table_ultimate Block{extendedcrafting:table_ultimate} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1893 extendedcrafting:compressor Block{extendedcrafting:compressor} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1894 extendedcrafting:ender_alternator Block{extendedcrafting:ender_alternator} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1895 extendedcrafting:ender_crafter Block{extendedcrafting:ender_crafter} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1896 galacticraftcore:crude_oil_still Block{galacticraftcore:crude_oil_still} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1897 galacticraftcore:fuel Block{galacticraftcore:fuel} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1898 galacticraftcore:landing_pad Block{galacticraftcore:landing_pad} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1899 galacticraftcore:landing_pad_full Block{galacticraftcore:landing_pad_full} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1900 galacticraftcore:unlit_torch Block{galacticraftcore:unlit_torch} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1901 galacticraftcore:unlit_torch_lit Block{galacticraftcore:unlit_torch_lit} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1902 galacticraftcore:breatheable_air Block{galacticraftcore:breatheable_air} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1903 galacticraftcore:bright_air Block{galacticraftcore:bright_air} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1904 galacticraftcore:bright_breathable_air Block{galacticraftcore:bright_breathable_air} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1905 galacticraftcore:distributor Block{galacticraftcore:distributor} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1906 galacticraftcore:collector Block{galacticraftcore:collector} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1907 galacticraftcore:oxygen_compressor Block{galacticraftcore:oxygen_compressor} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1908 galacticraftcore:sealer Block{galacticraftcore:sealer} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1909 galacticraftcore:oxygen_detector Block{galacticraftcore:oxygen_detector} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1910 galacticraftcore:aluminum_wire Block{galacticraftcore:aluminum_wire} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1911 galacticraftcore:fluid_pipe Block{galacticraftcore:fluid_pipe} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1912 galacticraftcore:fluid_pipe_pull Block{galacticraftcore:fluid_pipe_pull} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1913 galacticraftcore:refinery Block{galacticraftcore:refinery} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1914 galacticraftcore:fuel_loader Block{galacticraftcore:fuel_loader} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1915 galacticraftcore:cargo Block{galacticraftcore:cargo} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1916 galacticraftcore:rocket_workbench Block{galacticraftcore:rocket_workbench} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1917 galacticraftcore:basic_block_core Block{galacticraftcore:basic_block_core} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1918 galacticraftcore:air_lock_frame Block{galacticraftcore:air_lock_frame} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1919 galacticraftcore:air_lock_seal Block{galacticraftcore:air_lock_seal} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1920 galacticraftcore:space_glass_clear Block{galacticraftcore:space_glass_clear} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1921 galacticraftcore:space_glass_vanilla Block{galacticraftcore:space_glass_vanilla} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1922 galacticraftcore:space_glass_strong Block{galacticraftcore:space_glass_strong} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1923 galacticraftcore:space_glass_clear_tin Block{galacticraftcore:space_glass_clear_tin} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1924 galacticraftcore:space_glass_vanilla_tin Block{galacticraftcore:space_glass_vanilla_tin} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1925 galacticraftcore:space_glass_strong_tin Block{galacticraftcore:space_glass_strong_tin} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1926 galacticraftcore:magnetic_table Block{galacticraftcore:magnetic_table} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1927 galacticraftcore:enclosed Block{galacticraftcore:enclosed} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1928 galacticraftcore:space_station_base Block{galacticraftcore:space_station_base} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1929 galacticraftcore:block_multi Block{galacticraftcore:block_multi} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1930 galacticraftcore:parachest Block{galacticraftcore:parachest} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1931 galacticraftcore:solar Block{galacticraftcore:solar} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1932 galacticraftcore:dishbase Block{galacticraftcore:dishbase} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1933 galacticraftcore:machine Block{galacticraftcore:machine} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1934 galacticraftcore:machine2 Block{galacticraftcore:machine2} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1935 galacticraftcore:machine3 Block{galacticraftcore:machine3} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1936 galacticraftcore:machine_tiered Block{galacticraftcore:machine_tiered} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1937 galacticraftcore:machine4 Block{galacticraftcore:machine4} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1938 galacticraftcore:panel_lighting Block{galacticraftcore:panel_lighting} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1939 galacticraftcore:glowstone_torch Block{galacticraftcore:glowstone_torch} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1940 galacticraftcore:fallen_meteor Block{galacticraftcore:fallen_meteor} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1941 galacticraftcore:basic_block_moon Block{galacticraftcore:basic_block_moon} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1942 galacticraftcore:cheese Block{galacticraftcore:cheese} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1943 galacticraftcore:spin_thruster Block{galacticraftcore:spin_thruster} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1944 galacticraftcore:view_screen Block{galacticraftcore:view_screen} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1945 galacticraftcore:telemetry Block{galacticraftcore:telemetry} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1946 galacticraftcore:arclamp Block{galacticraftcore:arclamp} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1947 galacticraftcore:treasure_chest Block{galacticraftcore:treasure_chest} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1948 galacticraftcore:fluid_tank Block{galacticraftcore:fluid_tank} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1949 galacticraftcore:boss_spawner Block{galacticraftcore:boss_spawner} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1950 galacticraftcore:tin_stairs_1 Block{galacticraftcore:tin_stairs_1} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1951 galacticraftcore:tin_stairs_2 Block{galacticraftcore:tin_stairs_2} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1952 galacticraftcore:moon_stairs_stone Block{galacticraftcore:moon_stairs_stone} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1953 galacticraftcore:moon_stairs_brick Block{galacticraftcore:moon_stairs_brick} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1954 galacticraftcore:wall_gc Block{galacticraftcore:wall_gc} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1955 galacticraftcore:slab_gc_half Block{galacticraftcore:slab_gc_half} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1956 galacticraftcore:slab_gc_double Block{galacticraftcore:slab_gc_double} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1957 galacticraftcore:concealed_redstone Block{galacticraftcore:concealed_redstone} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1958 galacticraftcore:concealed_repeater_pow Block{galacticraftcore:concealed_repeater_pow} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1959 galacticraftcore:concealed_repeater Block{galacticraftcore:concealed_repeater} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1960 galacticraftcore:concealed_detector Block{galacticraftcore:concealed_detector} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1961 galacticraftcore:platform Block{galacticraftcore:platform} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1962 galacticraftcore:emergency_box Block{galacticraftcore:emergency_box} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1963 galacticraftcore:grating Block{galacticraftcore:grating} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1964 galacticraftcore:grating1 Block{galacticraftcore:grating1} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1965 galacticraftcore:grating2 Block{galacticraftcore:grating2} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1966 galacticraftplanets:sludge Block{galacticraftplanets:sludge} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1967 galacticraftplanets:treasure_t2 Block{galacticraftplanets:treasure_t2} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1968 galacticraftplanets:mars Block{galacticraftplanets:mars} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1969 galacticraftplanets:cavern_vines Block{galacticraftplanets:cavern_vines} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1970 galacticraftplanets:slimeling_egg Block{galacticraftplanets:slimeling_egg} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1971 galacticraftplanets:creeper_egg Block{galacticraftplanets:creeper_egg} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1972 galacticraftplanets:mars_machine Block{galacticraftplanets:mars_machine} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1973 galacticraftplanets:mars_machine_t2 Block{galacticraftplanets:mars_machine_t2} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1974 galacticraftplanets:boss_spawner_mars Block{galacticraftplanets:boss_spawner_mars} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1975 galacticraftplanets:mars_stairs_cobblestone Block{galacticraftplanets:mars_stairs_cobblestone} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1976 galacticraftplanets:mars_stairs_brick Block{galacticraftplanets:mars_stairs_brick} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1977 galacticraftplanets:asteroids_block Block{galacticraftplanets:asteroids_block} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1978 galacticraftplanets:walkway Block{galacticraftplanets:walkway} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1979 galacticraftplanets:beam_reflector Block{galacticraftplanets:beam_reflector} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1980 galacticraftplanets:beam_receiver Block{galacticraftplanets:beam_receiver} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1981 galacticraftplanets:telepad_short Block{galacticraftplanets:telepad_short} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1982 galacticraftplanets:telepad_fake Block{galacticraftplanets:telepad_fake} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1983 galacticraftplanets:dense_ice Block{galacticraftplanets:dense_ice} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1984 galacticraftplanets:miner_base Block{galacticraftplanets:miner_base} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1985 galacticraftplanets:miner_base_full Block{galacticraftplanets:miner_base_full} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1986 galacticraftplanets:spacewart Block{galacticraftplanets:spacewart} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1987 galacticraftplanets:sulphuric_acid Block{galacticraftplanets:sulphuric_acid} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1988 galacticraftplanets:venus Block{galacticraftplanets:venus} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1989 galacticraftplanets:spout Block{galacticraftplanets:spout} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1990 galacticraftplanets:boss_spawner_venus Block{galacticraftplanets:boss_spawner_venus} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1991 galacticraftplanets:treasure_t3 Block{galacticraftplanets:treasure_t3} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1992 galacticraftplanets:web_torch Block{galacticraftplanets:web_torch} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1993 galacticraftplanets:geothermal_generator Block{galacticraftplanets:geothermal_generator} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1994 galacticraftplanets:crashed_probe Block{galacticraftplanets:crashed_probe} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1995 galacticraftplanets:venus_rock_scorched Block{galacticraftplanets:venus_rock_scorched} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1996 galacticraftplanets:solar_array_module Block{galacticraftplanets:solar_array_module} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1997 galacticraftplanets:solar_array_controller Block{galacticraftplanets:solar_array_controller} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1998 galacticraftplanets:laser_turret Block{galacticraftplanets:laser_turret} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1999 extraplanets:mercury Block{extraplanets:mercury} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2000 extraplanets:mercury_gravel Block{extraplanets:mercury_gravel} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2001 extraplanets:mercury_spawner Block{extraplanets:mercury_spawner} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2002 extraplanets:treasure_chest_t4 Block{extraplanets:treasure_chest_t4} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2003 extraplanets:ceres Block{extraplanets:ceres} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2004 extraplanets:ceres_gravel Block{extraplanets:ceres_gravel} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2005 extraplanets:jupiter Block{extraplanets:jupiter} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2006 extraplanets:jupiter_gravel Block{extraplanets:jupiter_gravel} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2007 extraplanets:jupiter_spawner Block{extraplanets:jupiter_spawner} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2008 extraplanets:treasure_chest_t5 Block{extraplanets:treasure_chest_t5} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2009 extraplanets:volcanic_rock Block{extraplanets:volcanic_rock} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2010 extraplanets:ash_rock Block{extraplanets:ash_rock} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2011 extraplanets:orange_sand Block{extraplanets:orange_sand} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2012 extraplanets:orange_sandstone Block{extraplanets:orange_sandstone} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2013 extraplanets:saturn Block{extraplanets:saturn} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2014 extraplanets:saturn_gravel Block{extraplanets:saturn_gravel} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2015 extraplanets:saturn_spawner Block{extraplanets:saturn_spawner} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2016 extraplanets:treasure_chest_t6 Block{extraplanets:treasure_chest_t6} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2017 extraplanets:uranus Block{extraplanets:uranus} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2018 extraplanets:uranus_spawner Block{extraplanets:uranus_spawner} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2019 extraplanets:treasure_chest_t7 Block{extraplanets:treasure_chest_t7} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2020 extraplanets:dense_ice Block{extraplanets:dense_ice} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2021 extraplanets:neptune Block{extraplanets:neptune} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2022 extraplanets:neptune_spawner Block{extraplanets:neptune_spawner} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2023 extraplanets:treasure_chest_t8 Block{extraplanets:treasure_chest_t8} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2024 extraplanets:frozen_nitrogen Block{extraplanets:frozen_nitrogen} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2025 extraplanets:pluto Block{extraplanets:pluto} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2026 extraplanets:pluto_spawner Block{extraplanets:pluto_spawner} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2027 extraplanets:treasure_chest_t9 Block{extraplanets:treasure_chest_t9} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2028 extraplanets:pluto_gravel Block{extraplanets:pluto_gravel} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2029 extraplanets:eris Block{extraplanets:eris} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2030 extraplanets:eris_spawner Block{extraplanets:eris_spawner} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2031 extraplanets:treasure_chest_t10 Block{extraplanets:treasure_chest_t10} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2032 extraplanets:eris_gravel Block{extraplanets:eris_gravel} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2033 extraplanets:kepler22b Block{extraplanets:kepler22b} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2034 extraplanets:kepler22b_grass Block{extraplanets:kepler22b_grass} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2035 extraplanets:kepler22b_blue_grass Block{extraplanets:kepler22b_blue_grass} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2036 extraplanets:kepler22b_purple_grass Block{extraplanets:kepler22b_purple_grass} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2037 extraplanets:kepler22b_red_grass Block{extraplanets:kepler22b_red_grass} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2038 extraplanets:kepler22b_yellow_grass Block{extraplanets:kepler22b_yellow_grass} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2039 extraplanets:kepler22b_infected_grass Block{extraplanets:kepler22b_infected_grass} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2040 extraplanets:kepler22b_flowers Block{extraplanets:kepler22b_flowers} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2041 extraplanets:red_sand Block{extraplanets:red_sand} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2042 extraplanets:red_sandstone Block{extraplanets:red_sandstone} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2043 extraplanets:europa Block{extraplanets:europa} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2044 extraplanets:europa_gravel Block{extraplanets:europa_gravel} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2045 extraplanets:io Block{extraplanets:io} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2046 extraplanets:io_gravel Block{extraplanets:io_gravel} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2047 extraplanets:deimos Block{extraplanets:deimos} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2048 extraplanets:deimos_gravel Block{extraplanets:deimos_gravel} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2049 extraplanets:phobos Block{extraplanets:phobos} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2050 extraplanets:phobos_gravel Block{extraplanets:phobos_gravel} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2051 extraplanets:triton Block{extraplanets:triton} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2052 extraplanets:triton_gravel Block{extraplanets:triton_gravel} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2053 extraplanets:callisto Block{extraplanets:callisto} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2054 extraplanets:callisto_gravel Block{extraplanets:callisto_gravel} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2055 extraplanets:ganymede Block{extraplanets:ganymede} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2056 extraplanets:ganymede_gravel Block{extraplanets:ganymede_gravel} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2057 extraplanets:rhea Block{extraplanets:rhea} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2058 extraplanets:rhea_gravel Block{extraplanets:rhea_gravel} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2059 extraplanets:titan Block{extraplanets:titan} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2060 extraplanets:titan_gravel Block{extraplanets:titan_gravel} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2061 extraplanets:oberon Block{extraplanets:oberon} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2062 extraplanets:oberon_gravel Block{extraplanets:oberon_gravel} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2063 extraplanets:titania Block{extraplanets:titania} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2064 extraplanets:titania_gravel Block{extraplanets:titania_gravel} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2065 extraplanets:iapetus Block{extraplanets:iapetus} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2066 extraplanets:iapetus_gravel Block{extraplanets:iapetus_gravel} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2067 extraplanets:fossil Block{extraplanets:fossil} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2068 extraplanets:nuclear_bomb Block{extraplanets:nuclear_bomb} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2069 extraplanets:fire_bomb Block{extraplanets:fire_bomb} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2070 extraplanets:advanced_launch_pad Block{extraplanets:advanced_launch_pad} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2071 extraplanets:advanced_launch_pad_full Block{extraplanets:advanced_launch_pad_full} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2072 extraplanets:block_multi Block{extraplanets:block_multi} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2073 extraplanets:decorative_blocks Block{extraplanets:decorative_blocks} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2074 extraplanets:decorative_blocks2 Block{extraplanets:decorative_blocks2} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2075 extraplanets:candy_blocks Block{extraplanets:candy_blocks} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2076 extraplanets:candy_blocks_horizontal Block{extraplanets:candy_blocks_horizontal} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2077 extraplanets:cake_blocks Block{extraplanets:cake_blocks} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2078 extraplanets:white_sugar_cane Block{extraplanets:white_sugar_cane} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2079 extraplanets:diamond_grit Block{extraplanets:diamond_grit} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2080 extraplanets:gold_grit Block{extraplanets:gold_grit} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2081 extraplanets:coal_grit Block{extraplanets:coal_grit} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2082 extraplanets:iron_grit Block{extraplanets:iron_grit} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2083 extraplanets:emerald_grit Block{extraplanets:emerald_grit} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2084 extraplanets:mercury_stairs_surface Block{extraplanets:mercury_stairs_surface} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2085 extraplanets:mercury_stairs_sub_surface Block{extraplanets:mercury_stairs_sub_surface} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2086 extraplanets:mercury_stairs_stone Block{extraplanets:mercury_stairs_stone} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2087 extraplanets:mercury_stairs_stone_bricks Block{extraplanets:mercury_stairs_stone_bricks} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2088 extraplanets:ceres_stairs_surface Block{extraplanets:ceres_stairs_surface} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2089 extraplanets:ceres_stairs_sub_surface Block{extraplanets:ceres_stairs_sub_surface} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2090 extraplanets:ceres_stairs_stone Block{extraplanets:ceres_stairs_stone} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2091 extraplanets:ceres_stairs_stone_bricks Block{extraplanets:ceres_stairs_stone_bricks} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2092 extraplanets:jupiter_stairs_surface Block{extraplanets:jupiter_stairs_surface} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2093 extraplanets:jupiter_stairs_sub_surface Block{extraplanets:jupiter_stairs_sub_surface} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2094 extraplanets:jupiter_stairs_stone Block{extraplanets:jupiter_stairs_stone} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2095 extraplanets:jupiter_stairs_stone_bricks Block{extraplanets:jupiter_stairs_stone_bricks} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2096 extraplanets:saturn_stairs_surface Block{extraplanets:saturn_stairs_surface} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2097 extraplanets:saturn_stairs_sub_surface Block{extraplanets:saturn_stairs_sub_surface} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2098 extraplanets:saturn_stairs_stone Block{extraplanets:saturn_stairs_stone} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2099 extraplanets:saturn_stairs_stone_bricks Block{extraplanets:saturn_stairs_stone_bricks} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2100 extraplanets:uranus_stairs_surface Block{extraplanets:uranus_stairs_surface} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2101 extraplanets:uranus_stairs_sub_surface Block{extraplanets:uranus_stairs_sub_surface} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2102 extraplanets:uranus_stairs_stone Block{extraplanets:uranus_stairs_stone} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2103 extraplanets:uranus_stairs_stone_bricks Block{extraplanets:uranus_stairs_stone_bricks} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2104 extraplanets:neptune_stairs_surface Block{extraplanets:neptune_stairs_surface} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2105 extraplanets:neptune_stairs_sub_surface Block{extraplanets:neptune_stairs_sub_surface} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2106 extraplanets:neptune_stairs_stone Block{extraplanets:neptune_stairs_stone} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2107 extraplanets:neptune_stairs_stone_bricks Block{extraplanets:neptune_stairs_stone_bricks} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2108 extraplanets:pluto_stairs_surface Block{extraplanets:pluto_stairs_surface} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2109 extraplanets:pluto_stairs_sub_surface Block{extraplanets:pluto_stairs_sub_surface} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2110 extraplanets:pluto_stairs_stone Block{extraplanets:pluto_stairs_stone} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2111 extraplanets:pluto_stairs_stone_bricks Block{extraplanets:pluto_stairs_stone_bricks} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2112 extraplanets:eris_stairs_surface Block{extraplanets:eris_stairs_surface} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2113 extraplanets:eris_stairs_sub_surface Block{extraplanets:eris_stairs_sub_surface} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2114 extraplanets:eris_stairs_stone Block{extraplanets:eris_stairs_stone} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2115 extraplanets:eris_stairs_stone_bricks Block{extraplanets:eris_stairs_stone_bricks} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2116 extraplanets:kepler22b_maple_logs Block{extraplanets:kepler22b_maple_logs} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2117 extraplanets:kepler22b_maple_logs2 Block{extraplanets:kepler22b_maple_logs2} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2118 extraplanets:kepler22b_maple_saplings Block{extraplanets:kepler22b_maple_saplings} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2119 extraplanets:kepler22b_new_maple_leaves Block{extraplanets:kepler22b_new_maple_leaves} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2120 extraplanets:kepler22b_new_maple_leaves_2 Block{extraplanets:kepler22b_new_maple_leaves_2} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2121 extraplanets:kepler22b_planks Block{extraplanets:kepler22b_planks} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2122 extraplanets:advanced_refinery Block{extraplanets:advanced_refinery} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2123 extraplanets:ultimate_refinery Block{extraplanets:ultimate_refinery} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2124 extraplanets:solar Block{extraplanets:solar} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2125 extraplanets:advanced_oxygen_compressor Block{extraplanets:advanced_oxygen_compressor} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2126 extraplanets:ultimate_oxygen_compressor Block{extraplanets:ultimate_oxygen_compressor} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2127 extraplanets:advanced_fuel_loader Block{extraplanets:advanced_fuel_loader} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2128 extraplanets:ultimate_fuel_loader Block{extraplanets:ultimate_fuel_loader} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2129 extraplanets:basic_densifier Block{extraplanets:basic_densifier} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2130 extraplanets:vehicle_charger Block{extraplanets:vehicle_charger} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2131 extraplanets:glowstone Block{extraplanets:glowstone} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2132 extraplanets:magma Block{extraplanets:magma} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2133 extraplanets:nitrogen Block{extraplanets:nitrogen} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2134 extraplanets:frozen_water Block{extraplanets:frozen_water} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2135 extraplanets:salt Block{extraplanets:salt} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2136 extraplanets:radioactive_water Block{extraplanets:radioactive_water} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2137 extraplanets:clean_water Block{extraplanets:clean_water} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2138 extraplanets:infected_water Block{extraplanets:infected_water} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2139 extraplanets:methane Block{extraplanets:methane} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2140 extraplanets:nitrogen_ice Block{extraplanets:nitrogen_ice} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2141 extraplanets:liquid_hydrocarbon Block{extraplanets:liquid_hydrocarbon} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2142 extraplanets:liquid_chocolate Block{extraplanets:liquid_chocolate} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2143 extraplanets:liquid_caramel Block{extraplanets:liquid_caramel} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2144 farmingforblockheads:market Block{farmingforblockheads:market} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2145 farmingforblockheads:chicken_nest Block{farmingforblockheads:chicken_nest} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2146 farmingforblockheads:feeding_trough Block{farmingforblockheads:feeding_trough} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2147 farmingforblockheads:fertilized_farmland_rich Block{farmingforblockheads:fertilized_farmland_rich} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2148 farmingforblockheads:fertilized_farmland_healthy Block{farmingforblockheads:fertilized_farmland_healthy} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2149 farmingforblockheads:fertilized_farmland_rich_stable Block{farmingforblockheads:fertilized_farmland_rich_stable} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2150 farmingforblockheads:fertilized_farmland_healthy_stable Block{farmingforblockheads:fertilized_farmland_healthy_stable} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2151 farmingforblockheads:fertilized_farmland_stable Block{farmingforblockheads:fertilized_farmland_stable} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2152 horsepower:hand_grindstone Block{horsepower:hand_grindstone} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2153 horsepower:grindstone Block{horsepower:grindstone} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2154 horsepower:chopping_block Block{horsepower:chopping_block} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2155 horsepower:chopper Block{horsepower:chopper} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2156 horsepower:chopper_filler Block{horsepower:chopper_filler} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2157 horsepower:press Block{horsepower:press} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2158 horsepower:press_filler Block{horsepower:press_filler} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2159 huntingdim:frame Block{huntingdim:frame} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2160 huntingdim:portal Block{huntingdim:portal} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2161 immcraft:furnace Block{immcraft:furnace} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2162 immcraft:bundle Block{immcraft:bundle} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2163 immcraft:workbench Block{immcraft:workbench} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2164 immcraft:workbench_sec Block{immcraft:workbench_sec} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2165 immcraft:in_world_placer Block{immcraft:in_world_placer} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2166 immcraft:in_world_vertical_placer Block{immcraft:in_world_vertical_placer} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2167 immcraft:rock Block{immcraft:rock} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2168 immcraft:sticks Block{immcraft:sticks} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2169 immcraft:chest Block{immcraft:chest} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2170 immcraft:cupboard Block{immcraft:cupboard} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2171 immcraft:shelf Block{immcraft:shelf} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2172 immcraft:bookshelf Block{immcraft:bookshelf} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2173 immcraft:bookstand Block{immcraft:bookstand} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2174 immersivepetroleum:fluid_crude_oil Block{immersivepetroleum:fluid_crude_oil} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2175 immersivepetroleum:fluid_diesel Block{immersivepetroleum:fluid_diesel} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2176 immersivepetroleum:fluid_lubricant Block{immersivepetroleum:fluid_lubricant} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2177 immersivepetroleum:fluid_gasoline Block{immersivepetroleum:fluid_gasoline} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2178 immersivepetroleum:fluid_napalm Block{immersivepetroleum:fluid_napalm} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2179 immersivepetroleum:metal_multiblock Block{immersivepetroleum:metal_multiblock} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2180 immersivepetroleum:metal_device Block{immersivepetroleum:metal_device} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2181 immersivepetroleum:stone_decoration Block{immersivepetroleum:stone_decoration} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2182 immersivepetroleum:dummy Block{immersivepetroleum:dummy} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2183 immersivetech:metal_multiblock Block{immersivetech:metal_multiblock} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2184 immersivetech:stone_multiblock Block{immersivetech:stone_multiblock} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2185 immersivetech:connectors Block{immersivetech:connectors} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2186 immersivetech:metal_device Block{immersivetech:metal_device} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2187 immersivetech:stone_decoration Block{immersivetech:stone_decoration} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2188 immersivetech:fluiddistwater Block{immersivetech:fluiddistwater} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2189 immersivetech:fluidsteam Block{immersivetech:fluidsteam} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2190 indlog:item_pipe Block{indlog:item_pipe} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2191 indlog:fluid_pipe Block{indlog:fluid_pipe} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2192 indlog:warp_pipe Block{indlog:warp_pipe} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2193 indlog:tank Block{indlog:tank} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2194 indlog:buffer Block{indlog:buffer} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2195 indlog:auto_craft Block{indlog:auto_craft} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2196 indlog:inv_connector Block{indlog:inv_connector} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2197 indlog:trash Block{indlog:trash} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2198 indlog:fluid_intake Block{indlog:fluid_intake} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2199 indlog:fluid_outlet Block{indlog:fluid_outlet} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2200 indlog:drop_interface Block{indlog:drop_interface} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2201 indlog:entity_interface Block{indlog:entity_interface} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2202 indlog:block_placer Block{indlog:block_placer} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2203 integrateddynamics:part_audio_reader_block Block{integrateddynamics:part_audio_reader_block} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2204 integrateddynamics:part_block_reader_block Block{integrateddynamics:part_block_reader_block} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2205 integrateddynamics:part_entity_reader_block Block{integrateddynamics:part_entity_reader_block} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2206 integrateddynamics:part_extradimensional_reader_block Block{integrateddynamics:part_extradimensional_reader_block} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2207 integrateddynamics:part_fluid_reader_block Block{integrateddynamics:part_fluid_reader_block} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2208 integrateddynamics:part_inventory_reader_block Block{integrateddynamics:part_inventory_reader_block} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2209 integrateddynamics:part_machine_reader_block Block{integrateddynamics:part_machine_reader_block} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2210 integrateddynamics:part_network_reader_block Block{integrateddynamics:part_network_reader_block} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2211 integrateddynamics:part_redstone_reader_block Block{integrateddynamics:part_redstone_reader_block} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2212 integrateddynamics:part_world_reader_block Block{integrateddynamics:part_world_reader_block} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2213 integrateddynamics:part_audio_writer_block Block{integrateddynamics:part_audio_writer_block} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2214 integrateddynamics:part_effect_writer_block Block{integrateddynamics:part_effect_writer_block} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2215 integrateddynamics:part_entity_writer_block Block{integrateddynamics:part_entity_writer_block} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2216 integrateddynamics:part_machine_writer_block Block{integrateddynamics:part_machine_writer_block} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2217 integrateddynamics:part_inventory_writer_block Block{integrateddynamics:part_inventory_writer_block} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2218 integrateddynamics:part_redstone_writer_block Block{integrateddynamics:part_redstone_writer_block} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2219 integrateddynamics:part_static_light_panel_block Block{integrateddynamics:part_static_light_panel_block} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2220 integrateddynamics:part_dynamic_light_panel_block Block{integrateddynamics:part_dynamic_light_panel_block} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2221 integrateddynamics:part_display_panel_block Block{integrateddynamics:part_display_panel_block} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2222 integrateddynamics:part_connector_mono_directional_block Block{integrateddynamics:part_connector_mono_directional_block} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2223 integrateddynamics:part_connector_omni_directional_block Block{integrateddynamics:part_connector_omni_directional_block} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2224 integrateddynamics:cable Block{integrateddynamics:cable} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2225 integrateddynamics:variablestore Block{integrateddynamics:variablestore} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2226 integrateddynamics:logic_programmer Block{integrateddynamics:logic_programmer} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2227 integrateddynamics:invisible_light Block{integrateddynamics:invisible_light} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2228 integrateddynamics:energy_battery Block{integrateddynamics:energy_battery} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2229 integrateddynamics:creative_energy_battery Block{integrateddynamics:creative_energy_battery} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2230 integrateddynamics:coal_generator Block{integrateddynamics:coal_generator} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2231 integrateddynamics:proxy Block{integrateddynamics:proxy} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2232 integrateddynamics:materializer Block{integrateddynamics:materializer} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2233 integrateddynamics:menril_log Block{integrateddynamics:menril_log} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2234 integrateddynamics:menril_log_filled Block{integrateddynamics:menril_log_filled} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2235 integrateddynamics:menril_leaves Block{integrateddynamics:menril_leaves} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2236 integrateddynamics:menril_sapling Block{integrateddynamics:menril_sapling} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2237 integrateddynamics:menril_planks Block{integrateddynamics:menril_planks} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2238 integrateddynamics:crystalized_menril_block Block{integrateddynamics:crystalized_menril_block} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2239 integrateddynamics:crystalized_menril_brick Block{integrateddynamics:crystalized_menril_brick} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2240 integrateddynamics:block_menril_resin Block{integrateddynamics:block_menril_resin} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2241 integrateddynamics:drying_basin Block{integrateddynamics:drying_basin} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2242 integrateddynamics:squeezer Block{integrateddynamics:squeezer} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2243 integrateddynamics:menril_door Block{integrateddynamics:menril_door} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2244 integrateddynamics:menril_torch Block{integrateddynamics:menril_torch} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2245 integrateddynamics:menril_torch_stone Block{integrateddynamics:menril_torch_stone} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2246 integrateddynamics:menril_planks_stairs Block{integrateddynamics:menril_planks_stairs} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2247 integrateddynamics:crystalized_menril_block_stairs Block{integrateddynamics:crystalized_menril_block_stairs} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2248 integrateddynamics:crystalized_menril_brick_stairs Block{integrateddynamics:crystalized_menril_brick_stairs} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2249 integrateddynamics:delay Block{integrateddynamics:delay} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2250 integrateddynamics:block_liquid_chorus Block{integrateddynamics:block_liquid_chorus} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2251 integrateddynamics:crystalized_chorus_block Block{integrateddynamics:crystalized_chorus_block} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2252 integrateddynamics:crystalized_chorus_brick Block{integrateddynamics:crystalized_chorus_brick} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2253 integrateddynamics:crystalized_chorus_block_stairs Block{integrateddynamics:crystalized_chorus_block_stairs} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2254 integrateddynamics:crystalized_chorus_brick_stairs Block{integrateddynamics:crystalized_chorus_brick_stairs} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2255 integrateddynamics:mechanical_squeezer Block{integrateddynamics:mechanical_squeezer} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2256 integrateddynamics:mechanical_drying_basin Block{integrateddynamics:mechanical_drying_basin} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2257 ironchest:iron_chest Block{ironchest:iron_chest} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2258 ironchest:iron_shulker_box_white Block{ironchest:iron_shulker_box_white} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2259 ironchest:iron_shulker_box_orange Block{ironchest:iron_shulker_box_orange} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2260 ironchest:iron_shulker_box_magenta Block{ironchest:iron_shulker_box_magenta} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2261 ironchest:iron_shulker_box_light_blue Block{ironchest:iron_shulker_box_light_blue} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2262 ironchest:iron_shulker_box_yellow Block{ironchest:iron_shulker_box_yellow} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2263 ironchest:iron_shulker_box_lime Block{ironchest:iron_shulker_box_lime} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2264 ironchest:iron_shulker_box_pink Block{ironchest:iron_shulker_box_pink} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2265 ironchest:iron_shulker_box_gray Block{ironchest:iron_shulker_box_gray} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2266 ironchest:iron_shulker_box_silver Block{ironchest:iron_shulker_box_silver} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2267 ironchest:iron_shulker_box_cyan Block{ironchest:iron_shulker_box_cyan} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2268 ironchest:iron_shulker_box_purple Block{ironchest:iron_shulker_box_purple} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2269 ironchest:iron_shulker_box_blue Block{ironchest:iron_shulker_box_blue} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2270 ironchest:iron_shulker_box_brown Block{ironchest:iron_shulker_box_brown} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2271 ironchest:iron_shulker_box_green Block{ironchest:iron_shulker_box_green} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2272 ironchest:iron_shulker_box_red Block{ironchest:iron_shulker_box_red} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2273 ironchest:iron_shulker_box_black Block{ironchest:iron_shulker_box_black} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2274 mob_grinding_utils:fan Block{mob_grinding_utils:fan} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2275 mob_grinding_utils:saw Block{mob_grinding_utils:saw} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2276 mob_grinding_utils:absorption_hopper Block{mob_grinding_utils:absorption_hopper} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2277 mob_grinding_utils:spikes Block{mob_grinding_utils:spikes} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2278 mob_grinding_utils:tank Block{mob_grinding_utils:tank} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2279 mob_grinding_utils:tank_sink Block{mob_grinding_utils:tank_sink} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2280 mob_grinding_utils:xp_tap Block{mob_grinding_utils:xp_tap} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2281 mob_grinding_utils:wither_muffler Block{mob_grinding_utils:wither_muffler} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2282 mob_grinding_utils:dragon_muffler Block{mob_grinding_utils:dragon_muffler} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2283 mob_grinding_utils:dark_oak_stone Block{mob_grinding_utils:dark_oak_stone} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2284 mob_grinding_utils:entity_conveyor Block{mob_grinding_utils:entity_conveyor} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2285 mob_grinding_utils:ender_inhibitor_on Block{mob_grinding_utils:ender_inhibitor_on} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2286 mob_grinding_utils:ender_inhibitor_off Block{mob_grinding_utils:ender_inhibitor_off} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2287 mysticalagriculture:storage Block{mysticalagriculture:storage} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2288 mysticalagriculture:ingot_storage Block{mysticalagriculture:ingot_storage} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2289 mysticalagriculture:coal_block Block{mysticalagriculture:coal_block} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2290 mysticalagriculture:soulstone Block{mysticalagriculture:soulstone} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2291 mysticalagriculture:soulstone_slab Block{mysticalagriculture:soulstone_slab} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2292 mysticalagriculture:soulstone_slab_full Block{mysticalagriculture:soulstone_slab_full} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2293 mysticalagriculture:cobbled_soulstone_slab Block{mysticalagriculture:cobbled_soulstone_slab} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2294 mysticalagriculture:cobbled_soulstone_slab_full Block{mysticalagriculture:cobbled_soulstone_slab_full} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2295 mysticalagriculture:soulstone_brick_slab Block{mysticalagriculture:soulstone_brick_slab} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2296 mysticalagriculture:soulstone_brick_slab_full Block{mysticalagriculture:soulstone_brick_slab_full} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2297 mysticalagriculture:cobbled_soulstone_stairs Block{mysticalagriculture:cobbled_soulstone_stairs} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2298 mysticalagriculture:soulstone_brick_stairs Block{mysticalagriculture:soulstone_brick_stairs} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2299 mysticalagriculture:cobbled_soulstone_wall Block{mysticalagriculture:cobbled_soulstone_wall} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2300 mysticalagriculture:soulstone_brick_wall Block{mysticalagriculture:soulstone_brick_wall} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2301 mysticalagriculture:soul_glass Block{mysticalagriculture:soul_glass} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2302 mysticalagriculture:soul_glass_pane Block{mysticalagriculture:soul_glass_pane} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2303 mysticalagriculture:inferium_furnace Block{mysticalagriculture:inferium_furnace} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2304 mysticalagriculture:inferium_furnace_active Block{mysticalagriculture:inferium_furnace_active} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2305 mysticalagriculture:prudentium_furnace Block{mysticalagriculture:prudentium_furnace} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2306 mysticalagriculture:prudentium_furnace_active Block{mysticalagriculture:prudentium_furnace_active} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2307 mysticalagriculture:intermedium_furnace Block{mysticalagriculture:intermedium_furnace} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2308 mysticalagriculture:intermedium_furnace_active Block{mysticalagriculture:intermedium_furnace_active} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2309 mysticalagriculture:superium_furnace Block{mysticalagriculture:superium_furnace} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2310 mysticalagriculture:superium_furnace_active Block{mysticalagriculture:superium_furnace_active} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2311 mysticalagriculture:supremium_furnace Block{mysticalagriculture:supremium_furnace} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2312 mysticalagriculture:supremium_furnace_active Block{mysticalagriculture:supremium_furnace_active} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2313 mysticalagriculture:ultimate_furnace Block{mysticalagriculture:ultimate_furnace} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2314 mysticalagriculture:ultimate_furnace_active Block{mysticalagriculture:ultimate_furnace_active} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2315 mysticalagriculture:prosperity_ore Block{mysticalagriculture:prosperity_ore} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2316 mysticalagriculture:nether_prosperity_ore Block{mysticalagriculture:nether_prosperity_ore} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2317 mysticalagriculture:end_prosperity_ore Block{mysticalagriculture:end_prosperity_ore} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2318 mysticalagriculture:inferium_ore Block{mysticalagriculture:inferium_ore} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2319 mysticalagriculture:nether_inferium_ore Block{mysticalagriculture:nether_inferium_ore} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2320 mysticalagriculture:end_inferium_ore Block{mysticalagriculture:end_inferium_ore} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2321 mysticalagriculture:growth_accelerator Block{mysticalagriculture:growth_accelerator} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2322 mysticalagriculture:mystical_machine_frame Block{mysticalagriculture:mystical_machine_frame} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2323 mysticalagriculture:glowstone_lamp Block{mysticalagriculture:glowstone_lamp} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2324 mysticalagriculture:seed_reprocessor Block{mysticalagriculture:seed_reprocessor} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2325 mysticalagriculture:inferium_reprocessor Block{mysticalagriculture:inferium_reprocessor} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2326 mysticalagriculture:prudentium_reprocessor Block{mysticalagriculture:prudentium_reprocessor} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2327 mysticalagriculture:intermedium_reprocessor Block{mysticalagriculture:intermedium_reprocessor} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2328 mysticalagriculture:superium_reprocessor Block{mysticalagriculture:superium_reprocessor} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2329 mysticalagriculture:supremium_reprocessor Block{mysticalagriculture:supremium_reprocessor} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2330 mysticalagriculture:ultimate_reprocessor Block{mysticalagriculture:ultimate_reprocessor} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2331 mysticalagriculture:witherproof_block Block{mysticalagriculture:witherproof_block} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2332 mysticalagriculture:witherproof_glass Block{mysticalagriculture:witherproof_glass} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2333 mysticalagriculture:tinkering_table Block{mysticalagriculture:tinkering_table} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2334 mysticalagriculture:tier1_inferium_crop Block{mysticalagriculture:tier1_inferium_crop} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2335 mysticalagriculture:tier2_inferium_crop Block{mysticalagriculture:tier2_inferium_crop} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2336 mysticalagriculture:tier3_inferium_crop Block{mysticalagriculture:tier3_inferium_crop} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2337 mysticalagriculture:tier4_inferium_crop Block{mysticalagriculture:tier4_inferium_crop} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2338 mysticalagriculture:tier5_inferium_crop Block{mysticalagriculture:tier5_inferium_crop} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2339 mysticalagriculture:stone_crop Block{mysticalagriculture:stone_crop} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2340 mysticalagriculture:dirt_crop Block{mysticalagriculture:dirt_crop} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2341 mysticalagriculture:nature_crop Block{mysticalagriculture:nature_crop} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2342 mysticalagriculture:wood_crop Block{mysticalagriculture:wood_crop} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2343 mysticalagriculture:water_crop Block{mysticalagriculture:water_crop} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2344 mysticalagriculture:ice_crop Block{mysticalagriculture:ice_crop} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2345 mysticalagriculture:fire_crop Block{mysticalagriculture:fire_crop} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2346 mysticalagriculture:dye_crop Block{mysticalagriculture:dye_crop} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2347 mysticalagriculture:nether_crop Block{mysticalagriculture:nether_crop} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2348 mysticalagriculture:coal_crop Block{mysticalagriculture:coal_crop} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2349 mysticalagriculture:iron_crop Block{mysticalagriculture:iron_crop} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2350 mysticalagriculture:nether_quartz_crop Block{mysticalagriculture:nether_quartz_crop} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2351 mysticalagriculture:glowstone_crop Block{mysticalagriculture:glowstone_crop} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2352 mysticalagriculture:redstone_crop Block{mysticalagriculture:redstone_crop} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2353 mysticalagriculture:obsidian_crop Block{mysticalagriculture:obsidian_crop} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2354 mysticalagriculture:gold_crop Block{mysticalagriculture:gold_crop} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2355 mysticalagriculture:lapis_lazuli_crop Block{mysticalagriculture:lapis_lazuli_crop} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2356 mysticalagriculture:end_crop Block{mysticalagriculture:end_crop} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2357 mysticalagriculture:experience_crop Block{mysticalagriculture:experience_crop} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2358 mysticalagriculture:diamond_crop Block{mysticalagriculture:diamond_crop} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2359 mysticalagriculture:emerald_crop Block{mysticalagriculture:emerald_crop} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2360 mysticalagriculture:zombie_crop Block{mysticalagriculture:zombie_crop} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2361 mysticalagriculture:pig_crop Block{mysticalagriculture:pig_crop} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2362 mysticalagriculture:chicken_crop Block{mysticalagriculture:chicken_crop} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2363 mysticalagriculture:cow_crop Block{mysticalagriculture:cow_crop} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2364 mysticalagriculture:sheep_crop Block{mysticalagriculture:sheep_crop} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2365 mysticalagriculture:slime_crop Block{mysticalagriculture:slime_crop} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2366 mysticalagriculture:skeleton_crop Block{mysticalagriculture:skeleton_crop} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2367 mysticalagriculture:creeper_crop Block{mysticalagriculture:creeper_crop} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2368 mysticalagriculture:spider_crop Block{mysticalagriculture:spider_crop} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2369 mysticalagriculture:rabbit_crop Block{mysticalagriculture:rabbit_crop} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2370 mysticalagriculture:guardian_crop Block{mysticalagriculture:guardian_crop} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2371 mysticalagriculture:blaze_crop Block{mysticalagriculture:blaze_crop} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2372 mysticalagriculture:ghast_crop Block{mysticalagriculture:ghast_crop} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2373 mysticalagriculture:enderman_crop Block{mysticalagriculture:enderman_crop} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2374 mysticalagriculture:wither_skeleton_crop Block{mysticalagriculture:wither_skeleton_crop} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2375 mysticalagriculture:silicon_crop Block{mysticalagriculture:silicon_crop} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2376 mysticalagriculture:sulfur_crop Block{mysticalagriculture:sulfur_crop} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2377 mysticalagriculture:aluminum_crop Block{mysticalagriculture:aluminum_crop} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2378 mysticalagriculture:copper_crop Block{mysticalagriculture:copper_crop} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2379 mysticalagriculture:saltpeter_crop Block{mysticalagriculture:saltpeter_crop} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2380 mysticalagriculture:tin_crop Block{mysticalagriculture:tin_crop} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2381 mysticalagriculture:bronze_crop Block{mysticalagriculture:bronze_crop} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2382 mysticalagriculture:silver_crop Block{mysticalagriculture:silver_crop} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2383 mysticalagriculture:lead_crop Block{mysticalagriculture:lead_crop} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2384 mysticalagriculture:steel_crop Block{mysticalagriculture:steel_crop} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2385 mysticalagriculture:nickel_crop Block{mysticalagriculture:nickel_crop} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2386 mysticalagriculture:constantan_crop Block{mysticalagriculture:constantan_crop} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2387 mysticalagriculture:electrum_crop Block{mysticalagriculture:electrum_crop} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2388 mysticalagriculture:titanium_crop Block{mysticalagriculture:titanium_crop} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2389 mysticalagriculture:uranium_crop Block{mysticalagriculture:uranium_crop} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2390 mysticalagriculture:platinum_crop Block{mysticalagriculture:platinum_crop} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2391 mysticalagriculture:aluminum_brass_crop Block{mysticalagriculture:aluminum_brass_crop} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2392 mysticalagriculture:knightslime_crop Block{mysticalagriculture:knightslime_crop} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2393 mysticalagriculture:ardite_crop Block{mysticalagriculture:ardite_crop} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2394 mysticalagriculture:cobalt_crop Block{mysticalagriculture:cobalt_crop} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2395 mysticalagriculture:manyullyn_crop Block{mysticalagriculture:manyullyn_crop} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2396 mysticalagriculture:osmium_crop Block{mysticalagriculture:osmium_crop} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2397 mysticalagriculture:glowstone_ingot_crop Block{mysticalagriculture:glowstone_ingot_crop} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2398 mysticalagriculture:refined_obsidian_crop Block{mysticalagriculture:refined_obsidian_crop} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2399 mysticalagriculture:marble_crop Block{mysticalagriculture:marble_crop} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2400 mysticalagriculture:limestone_crop Block{mysticalagriculture:limestone_crop} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2401 mysticalagriculture:basalt_crop Block{mysticalagriculture:basalt_crop} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2402 mysticalagriculture:steeleaf_crop Block{mysticalagriculture:steeleaf_crop} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2403 mysticalagriculture:ironwood_crop Block{mysticalagriculture:ironwood_crop} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2404 mysticalagriculture:knightmetal_crop Block{mysticalagriculture:knightmetal_crop} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2405 mysticalagriculture:fiery_ingot_crop Block{mysticalagriculture:fiery_ingot_crop} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2406 mysticalagriculture:meteoric_iron_crop Block{mysticalagriculture:meteoric_iron_crop} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2407 mysticalagriculture:desh_crop Block{mysticalagriculture:desh_crop} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2408 mysticalagriculture:black_quartz_crop Block{mysticalagriculture:black_quartz_crop} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2409 mysticalagriculture:menril_crop Block{mysticalagriculture:menril_crop} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2410 mysticalagriculture:aquamarine_crop Block{mysticalagriculture:aquamarine_crop} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2411 mysticalagriculture:starmetal_crop Block{mysticalagriculture:starmetal_crop} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2412 mysticalagriculture:rock_crystal_crop Block{mysticalagriculture:rock_crystal_crop} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2413 mysticalagriculture:ender_biotite_crop Block{mysticalagriculture:ender_biotite_crop} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2414 mysticalagriculture:slate_crop Block{mysticalagriculture:slate_crop} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2415 mysticalagriculture:compressed_iron_crop Block{mysticalagriculture:compressed_iron_crop} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2416 mysticalagriculture:sky_stone_crop Block{mysticalagriculture:sky_stone_crop} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2417 mysticalagriculture:certus_quartz_crop Block{mysticalagriculture:certus_quartz_crop} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2418 mysticalagriculture:fluix_crop Block{mysticalagriculture:fluix_crop} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2419 mysticalagriculture:quartz_enriched_iron_crop Block{mysticalagriculture:quartz_enriched_iron_crop} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2420 mysticalagriculture:miners_torch Block{mysticalagriculture:miners_torch} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2421 mysticalagradditions:storage Block{mysticalagradditions:storage} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2422 mysticalagradditions:special Block{mysticalagradditions:special} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2423 mysticalagradditions:tinkering_table Block{mysticalagradditions:tinkering_table} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2424 mysticalagradditions:tier6_inferium_crop Block{mysticalagradditions:tier6_inferium_crop} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2425 mysticalagradditions:nether_star_crop Block{mysticalagradditions:nether_star_crop} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2426 mysticalagradditions:dragon_egg_crop Block{mysticalagradditions:dragon_egg_crop} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2427 nex:basalt Block{nex:basalt} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2428 nex:netherrack Block{nex:netherrack} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2429 nex:nether_brick Block{nex:nether_brick} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2430 nex:netherrack_path Block{nex:netherrack_path} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2431 nex:hyphae Block{nex:hyphae} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2432 nex:tilled_soul_sand Block{nex:tilled_soul_sand} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2433 nex:soul_glass Block{nex:soul_glass} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2434 nex:soul_glass_pane Block{nex:soul_glass_pane} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2435 nex:amethyst_block Block{nex:amethyst_block} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2436 nex:rime_block Block{nex:rime_block} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2437 nex:frostburn_ice Block{nex:frostburn_ice} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2438 nex:bone_sliver Block{nex:bone_sliver} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2439 nex:bone_chunk Block{nex:bone_chunk} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2440 nex:worn_iron Block{nex:worn_iron} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2441 nex:blue_fire Block{nex:blue_fire} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2442 nex:nether_portal Block{nex:nether_portal} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2443 nex:urn_of_sorrow Block{nex:urn_of_sorrow} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2444 nex:quartz_ore Block{nex:quartz_ore} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2445 nex:amethyst_ore Block{nex:amethyst_ore} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2446 nex:rime_ore Block{nex:rime_ore} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2447 nex:thornstalk Block{nex:thornstalk} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2448 nex:elder_mushroom Block{nex:elder_mushroom} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2449 nex:elder_mushroom_cap Block{nex:elder_mushroom_cap} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2450 nex:elder_mushroom_stem Block{nex:elder_mushroom_stem} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2451 nex:enoki_mushroom_stem Block{nex:enoki_mushroom_stem} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2452 nex:enoki_mushroom_cap Block{nex:enoki_mushroom_cap} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2453 nex:ichor Block{nex:ichor} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2454 nex:vanilla_slab Block{nex:vanilla_slab} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2455 nex:basalt_slab Block{nex:basalt_slab} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2456 nex:nether_brick_slab Block{nex:nether_brick_slab} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2457 nex:vanilla_slab_double Block{nex:vanilla_slab_double} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2458 nex:basalt_slab_double Block{nex:basalt_slab_double} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2459 nex:nether_brick_slab_double Block{nex:nether_brick_slab_double} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2460 nex:red_nether_brick_stairs Block{nex:red_nether_brick_stairs} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2461 nex:basalt_stairs Block{nex:basalt_stairs} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2462 nex:basalt_smooth_stairs Block{nex:basalt_smooth_stairs} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2463 nex:basalt_brick_stairs Block{nex:basalt_brick_stairs} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2464 nex:basalt_pillar_stairs Block{nex:basalt_pillar_stairs} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2465 nex:fiery_nether_brick_stairs Block{nex:fiery_nether_brick_stairs} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2466 nex:icy_nether_brick_stairs Block{nex:icy_nether_brick_stairs} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2467 nex:lively_nether_brick_stairs Block{nex:lively_nether_brick_stairs} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2468 nex:gloomy_nether_brick_stairs Block{nex:gloomy_nether_brick_stairs} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2469 nex:vanilla_wall Block{nex:vanilla_wall} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2470 nex:basalt_wall Block{nex:basalt_wall} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2471 nex:nether_brick_wall Block{nex:nether_brick_wall} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2472 nex:vanilla_fence Block{nex:vanilla_fence} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2473 nex:basalt_fence Block{nex:basalt_fence} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2474 nex:nether_brick_fence Block{nex:nether_brick_fence} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2475 nex:quartz_fence_gate Block{nex:quartz_fence_gate} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2476 nex:nether_brick_fence_gate Block{nex:nether_brick_fence_gate} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2477 nex:red_nether_brick_fence_gate Block{nex:red_nether_brick_fence_gate} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2478 nex:basalt_fence_gate Block{nex:basalt_fence_gate} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2479 nex:basalt_smooth_fence_gate Block{nex:basalt_smooth_fence_gate} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2480 nex:basalt_brick_fence_gate Block{nex:basalt_brick_fence_gate} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2481 nex:basalt_pillar_fence_gate Block{nex:basalt_pillar_fence_gate} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2482 nex:fiery_nether_brick_fence_gate Block{nex:fiery_nether_brick_fence_gate} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2483 nex:icy_nether_brick_fence_gate Block{nex:icy_nether_brick_fence_gate} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2484 nex:lively_nether_brick_fence_gate Block{nex:lively_nether_brick_fence_gate} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2485 nex:gloomy_nether_brick_fence_gate Block{nex:gloomy_nether_brick_fence_gate} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2486 overloaded:creative_generator Block{overloaded:creative_generator} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2487 overloaded:infinite_barrel Block{overloaded:infinite_barrel} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2488 overloaded:infinite_tank Block{overloaded:infinite_tank} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2489 overloaded:infinite_capacitor Block{overloaded:infinite_capacitor} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2490 overloaded:hyper_item_receiver Block{overloaded:hyper_item_receiver} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2491 overloaded:hyper_item_sender Block{overloaded:hyper_item_sender} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2492 overloaded:hyper_fluid_receiver Block{overloaded:hyper_fluid_receiver} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2493 overloaded:hyper_fluid_sender Block{overloaded:hyper_fluid_sender} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2494 overloaded:hyper_energy_receiver Block{overloaded:hyper_energy_receiver} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2495 overloaded:hyper_energy_sender Block{overloaded:hyper_energy_sender} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2496 overloaded:infinite_water_source Block{overloaded:infinite_water_source} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2497 overloaded:energy_extractor Block{overloaded:energy_extractor} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2498 overloaded:nether_star_block Block{overloaded:nether_star_block} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2499 overloaded:player_interface Block{overloaded:player_interface} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2500 overloaded:item_interface Block{overloaded:item_interface} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2501 overloaded:compressed_cobblestone Block{overloaded:compressed_cobblestone} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2502 overloaded:compressed_obsidian Block{overloaded:compressed_obsidian} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2503 pickletweaks:colored_cobblestone Block{pickletweaks:colored_cobblestone} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2504 pickletweaks:dark_glass Block{pickletweaks:dark_glass} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2505 pneumaticcraft:pressure_tube Block{pneumaticcraft:pressure_tube} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2506 pneumaticcraft:advanced_pressure_tube Block{pneumaticcraft:advanced_pressure_tube} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2507 pneumaticcraft:air_compressor Block{pneumaticcraft:air_compressor} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2508 pneumaticcraft:advanced_air_compressor Block{pneumaticcraft:advanced_air_compressor} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2509 pneumaticcraft:air_cannon Block{pneumaticcraft:air_cannon} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2510 pneumaticcraft:pressure_chamber_wall Block{pneumaticcraft:pressure_chamber_wall} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2511 pneumaticcraft:pressure_chamber_glass Block{pneumaticcraft:pressure_chamber_glass} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2512 pneumaticcraft:pressure_chamber_valve Block{pneumaticcraft:pressure_chamber_valve} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2513 pneumaticcraft:charging_station Block{pneumaticcraft:charging_station} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2514 pneumaticcraft:elevator_base Block{pneumaticcraft:elevator_base} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2515 pneumaticcraft:elevator_frame Block{pneumaticcraft:elevator_frame} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2516 pneumaticcraft:pressure_chamber_interface Block{pneumaticcraft:pressure_chamber_interface} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2517 pneumaticcraft:vacuum_pump Block{pneumaticcraft:vacuum_pump} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2518 pneumaticcraft:pneumatic_door_base Block{pneumaticcraft:pneumatic_door_base} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2519 pneumaticcraft:pneumatic_door Block{pneumaticcraft:pneumatic_door} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2520 pneumaticcraft:assembly_io_unit Block{pneumaticcraft:assembly_io_unit} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2521 pneumaticcraft:assembly_platform Block{pneumaticcraft:assembly_platform} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2522 pneumaticcraft:assembly_drill Block{pneumaticcraft:assembly_drill} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2523 pneumaticcraft:assembly_laser Block{pneumaticcraft:assembly_laser} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2524 pneumaticcraft:assembly_controller Block{pneumaticcraft:assembly_controller} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2525 pneumaticcraft:compressed_iron_block Block{pneumaticcraft:compressed_iron_block} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2526 pneumaticcraft:uv_light_box Block{pneumaticcraft:uv_light_box} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2527 pneumaticcraft:security_station Block{pneumaticcraft:security_station} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2528 pneumaticcraft:universal_sensor Block{pneumaticcraft:universal_sensor} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2529 pneumaticcraft:aerial_interface Block{pneumaticcraft:aerial_interface} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2530 pneumaticcraft:electrostatic_compressor Block{pneumaticcraft:electrostatic_compressor} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2531 pneumaticcraft:aphorism_tile Block{pneumaticcraft:aphorism_tile} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2532 pneumaticcraft:omnidirectional_hopper Block{pneumaticcraft:omnidirectional_hopper} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2533 pneumaticcraft:liquid_hopper Block{pneumaticcraft:liquid_hopper} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2534 pneumaticcraft:elevator_caller Block{pneumaticcraft:elevator_caller} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2535 pneumaticcraft:programmer Block{pneumaticcraft:programmer} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2536 pneumaticcraft:creative_compressor Block{pneumaticcraft:creative_compressor} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2537 pneumaticcraft:plastic_mixer Block{pneumaticcraft:plastic_mixer} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2538 pneumaticcraft:liquid_compressor Block{pneumaticcraft:liquid_compressor} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2539 pneumaticcraft:advanced_liquid_compressor Block{pneumaticcraft:advanced_liquid_compressor} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2540 pneumaticcraft:drone_redstone_emitter Block{pneumaticcraft:drone_redstone_emitter} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2541 pneumaticcraft:heat_sink Block{pneumaticcraft:heat_sink} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2542 pneumaticcraft:vortex_tube Block{pneumaticcraft:vortex_tube} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2543 pneumaticcraft:programmable_controller Block{pneumaticcraft:programmable_controller} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2544 pneumaticcraft:gas_lift Block{pneumaticcraft:gas_lift} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2545 pneumaticcraft:refinery Block{pneumaticcraft:refinery} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2546 pneumaticcraft:thermopneumatic_processing_plant Block{pneumaticcraft:thermopneumatic_processing_plant} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2547 pneumaticcraft:kerosene_lamp Block{pneumaticcraft:kerosene_lamp} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2548 pneumaticcraft:kerosene_lamp_light Block{pneumaticcraft:kerosene_lamp_light} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2549 pneumaticcraft:sentry_turret Block{pneumaticcraft:sentry_turret} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2550 pneumaticcraft:flux_compressor Block{pneumaticcraft:flux_compressor} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2551 pneumaticcraft:pneumatic_dynamo Block{pneumaticcraft:pneumatic_dynamo} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2552 pneumaticcraft:fake_ice Block{pneumaticcraft:fake_ice} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2553 pneumaticcraft:thermal_compressor Block{pneumaticcraft:thermal_compressor} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2554 pneumaticcraft:fluid.etchacid Block{pneumaticcraft:fluid.etchacid} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2555 pneumaticcraft:fluid.kerosene Block{pneumaticcraft:fluid.kerosene} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2556 pneumaticcraft:fluid.lpg Block{pneumaticcraft:fluid.lpg} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2557 poweradapters:mj Block{poweradapters:mj} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2558 primal:firepit Block{primal:firepit} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2559 primal:brickform Block{primal:brickform} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2560 primal:hibachi Block{primal:hibachi} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2561 primal:smelter Block{primal:smelter} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2562 primal:cauldron Block{primal:cauldron} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2563 primal:kiln_adobe Block{primal:kiln_adobe} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2564 primal:kiln_air Block{primal:kiln_air} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2565 primal:pitfall Block{primal:pitfall} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2566 primal:tatami_bed Block{primal:tatami_bed} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2567 primal:drying_rack Block{primal:drying_rack} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2568 primal:fish_trap Block{primal:fish_trap} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2569 primal:shelf_half Block{primal:shelf_half} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2570 primal:worktable_slab Block{primal:worktable_slab} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2571 primal:worktable_shelf Block{primal:worktable_shelf} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2572 primal:brick_mold Block{primal:brick_mold} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2573 primal:hardened_stone Block{primal:hardened_stone} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2574 primal:common_stone Block{primal:common_stone} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2575 primal:sarsen_stone Block{primal:sarsen_stone} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2576 primal:blue_stone Block{primal:blue_stone} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2577 primal:ortho_stone Block{primal:ortho_stone} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2578 primal:schist_green_stone Block{primal:schist_green_stone} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2579 primal:schist_blue_stone Block{primal:schist_blue_stone} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2580 primal:scoria_stone Block{primal:scoria_stone} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2581 primal:porphyry_stone Block{primal:porphyry_stone} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2582 primal:purpurite_stone Block{primal:purpurite_stone} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2583 primal:ferro_stone Block{primal:ferro_stone} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2584 primal:carbonate_stone Block{primal:carbonate_stone} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2585 primal:ciniscotta_block Block{primal:ciniscotta_block} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2586 primal:terracotta_block Block{primal:terracotta_block} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2587 primal:mud_dried Block{primal:mud_dried} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2588 primal:nether_earth Block{primal:nether_earth} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2589 primal:nether_stone Block{primal:nether_stone} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2590 primal:eroded_end_stone Block{primal:eroded_end_stone} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2591 primal:desiccated_stone Block{primal:desiccated_stone} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2592 primal:soul_stone Block{primal:soul_stone} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2593 primal:night_stone Block{primal:night_stone} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2594 primal:adobe_brick Block{primal:adobe_brick} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2595 primal:storage_crate Block{primal:storage_crate} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2596 primal:barrel Block{primal:barrel} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2597 primal:planks Block{primal:planks} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2598 primal:logs_stripped Block{primal:logs_stripped} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2599 primal:logs_stacked Block{primal:logs_stacked} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2600 primal:logs_stacked_corypha Block{primal:logs_stacked_corypha} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2601 primal:sapling Block{primal:sapling} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2602 primal:fence Block{primal:fence} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2603 primal:leaves Block{primal:leaves} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2604 primal:logs Block{primal:logs} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2605 primal:corypha_stalk Block{primal:corypha_stalk} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2606 primal:charcoal_stack Block{primal:charcoal_stack} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2607 primal:satetsu Block{primal:satetsu} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2608 primal:metalblock Block{primal:metalblock} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2609 primal:wall Block{primal:wall} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2610 primal:thatch_wet Block{primal:thatch_wet} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2611 primal:thatch Block{primal:thatch} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2612 primal:thatch_nether Block{primal:thatch_nether} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2613 primal:carpet_cineris Block{primal:carpet_cineris} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2614 primal:carpet_inanis Block{primal:carpet_inanis} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2615 primal:ovis_atre_wool Block{primal:ovis_atre_wool} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2616 primal:grated_gravel Block{primal:grated_gravel} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2617 primal:redstone_sand Block{primal:redstone_sand} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2618 primal:ash_common Block{primal:ash_common} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2619 primal:ash_yew Block{primal:ash_yew} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2620 primal:ash_ironwood Block{primal:ash_ironwood} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2621 primal:soulglass Block{primal:soulglass} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2622 primal:ironglass Block{primal:ironglass} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2623 primal:obsidian_transparent Block{primal:obsidian_transparent} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2624 primal:mud_wet Block{primal:mud_wet} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2625 primal:terra_block Block{primal:terra_block} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2626 primal:cinis_block Block{primal:cinis_block} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2627 primal:calcified_paraffin Block{primal:calcified_paraffin} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2628 primal:nether_path Block{primal:nether_path} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2629 primal:nether_farmland Block{primal:nether_farmland} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2630 primal:nether_growth Block{primal:nether_growth} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2631 primal:loam_block Block{primal:loam_block} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2632 primal:ancient_ice Block{primal:ancient_ice} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2633 primal:nether_mycelium Block{primal:nether_mycelium} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2634 primal:lantern_empty Block{primal:lantern_empty} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2635 primal:lantern_torch Block{primal:lantern_torch} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2636 primal:lantern_nether Block{primal:lantern_nether} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2637 primal:lantern_redstone Block{primal:lantern_redstone} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2638 primal:lantern_ignis Block{primal:lantern_ignis} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2639 primal:torch_wood Block{primal:torch_wood} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2640 primal:torch_nether Block{primal:torch_nether} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2641 primal:ignis_fatuus Block{primal:ignis_fatuus} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2642 primal:jackolantern Block{primal:jackolantern} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2643 primal:lever_nether Block{primal:lever_nether} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2644 primal:door_corypha Block{primal:door_corypha} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2645 primal:door_ironwood Block{primal:door_ironwood} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2646 primal:door_yew Block{primal:door_yew} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2647 primal:door_lacquer Block{primal:door_lacquer} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2648 primal:gate_ironwood Block{primal:gate_ironwood} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2649 primal:gate_corypha Block{primal:gate_corypha} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2650 primal:gate_yew Block{primal:gate_yew} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2651 primal:gate_lacquer Block{primal:gate_lacquer} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2652 primal:rush Block{primal:rush} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2653 primal:corn_stalk Block{primal:corn_stalk} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2654 primal:strangle_weed Block{primal:strangle_weed} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2655 primal:old_mans_beard Block{primal:old_mans_beard} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2656 primal:nether_bush Block{primal:nether_bush} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2657 primal:nether_vine Block{primal:nether_vine} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2658 primal:sinuous_weed Block{primal:sinuous_weed} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2659 primal:daucus_murn Block{primal:daucus_murn} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2660 primal:valus_omniferum Block{primal:valus_omniferum} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2661 primal:devils_tongue Block{primal:devils_tongue} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2662 primal:aconite Block{primal:aconite} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2663 primal:tall_grass_growing Block{primal:tall_grass_growing} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2664 primal:dry_grass Block{primal:dry_grass} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2665 primal:void_grass Block{primal:void_grass} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2666 primal:cineris_grass Block{primal:cineris_grass} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2667 primal:cineris_bloom Block{primal:cineris_bloom} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2668 primal:salt_netjry_block Block{primal:salt_netjry_block} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2669 primal:ore_salt Block{primal:ore_salt} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2670 primal:ore_iron Block{primal:ore_iron} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2671 primal:ore_bog_iron Block{primal:ore_bog_iron} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2672 primal:ore_magnetite Block{primal:ore_magnetite} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2673 primal:ore_zinc Block{primal:ore_zinc} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2674 primal:ore_opal Block{primal:ore_opal} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2675 primal:ladder_acacia Block{primal:ladder_acacia} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2676 primal:ladder_bigoak Block{primal:ladder_bigoak} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2677 primal:ladder_birch Block{primal:ladder_birch} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2678 primal:ladder_jungle Block{primal:ladder_jungle} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2679 primal:ladder_oak Block{primal:ladder_oak} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2680 primal:ladder_spruce Block{primal:ladder_spruce} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2681 primal:ladder_ironwood Block{primal:ladder_ironwood} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2682 primal:ladder_corypha Block{primal:ladder_corypha} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2683 primal:ladder_lacquer Block{primal:ladder_lacquer} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2684 primal:ladder_yew Block{primal:ladder_yew} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2685 primal:ladder_block_smoothstone Block{primal:ladder_block_smoothstone} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2686 primal:ladder_block_andesite Block{primal:ladder_block_andesite} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2687 primal:ladder_block_granite Block{primal:ladder_block_granite} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2688 primal:ladder_block_diorite Block{primal:ladder_block_diorite} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2689 primal:ladder_block_smoothandesite Block{primal:ladder_block_smoothandesite} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2690 primal:ladder_block_smoothgranite Block{primal:ladder_block_smoothgranite} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2691 primal:ladder_block_smoothdiorite Block{primal:ladder_block_smoothdiorite} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2692 primal:ladder_block_cobblestone Block{primal:ladder_block_cobblestone} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2693 primal:ladder_block_cobblestone_mossy Block{primal:ladder_block_cobblestone_mossy} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2694 primal:ladder_block_stonebrick Block{primal:ladder_block_stonebrick} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2695 primal:ladder_block_stonebrick_mossy Block{primal:ladder_block_stonebrick_mossy} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2696 primal:ladder_block_stonebrick_cracked Block{primal:ladder_block_stonebrick_cracked} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2697 primal:ladder_block_endstone Block{primal:ladder_block_endstone} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2698 primal:ladder_block_endbrick Block{primal:ladder_block_endbrick} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2699 primal:ladder_block_netherrack Block{primal:ladder_block_netherrack} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2700 primal:ladder_block_netherbrick Block{primal:ladder_block_netherbrick} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2701 primal:ladder_block_netherstone Block{primal:ladder_block_netherstone} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2702 primal:slat_oak Block{primal:slat_oak} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2703 primal:slat_spruce Block{primal:slat_spruce} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2704 primal:slat_birch Block{primal:slat_birch} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2705 primal:slat_jungle Block{primal:slat_jungle} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2706 primal:slat_acacia Block{primal:slat_acacia} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2707 primal:slat_bigoak Block{primal:slat_bigoak} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2708 primal:slat_ironwood Block{primal:slat_ironwood} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2709 primal:slat_yew Block{primal:slat_yew} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2710 primal:slat_corypha Block{primal:slat_corypha} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2711 primal:slat_lacquer Block{primal:slat_lacquer} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2712 primal:slat_iron Block{primal:slat_iron} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2713 primal:slab_mud Block{primal:slab_mud} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2714 primal:slab_glass Block{primal:slab_glass} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2715 primal:slab_netherrack Block{primal:slab_netherrack} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2716 primal:slab_netherstone Block{primal:slab_netherstone} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2717 primal:slab_soulglass Block{primal:slab_soulglass} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2718 primal:slab_netherearth Block{primal:slab_netherearth} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2719 primal:slab_ironwood Block{primal:slab_ironwood} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2720 primal:slab_corypha Block{primal:slab_corypha} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2721 primal:slab_lacquer Block{primal:slab_lacquer} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2722 primal:slab_yew Block{primal:slab_yew} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2723 primal:thin_slab_thatch Block{primal:thin_slab_thatch} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2724 primal:thin_slab_acacia Block{primal:thin_slab_acacia} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2725 primal:thin_slab_bigoak Block{primal:thin_slab_bigoak} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2726 primal:thin_slab_birch Block{primal:thin_slab_birch} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2727 primal:thin_slab_oak Block{primal:thin_slab_oak} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2728 primal:thin_slab_jungle Block{primal:thin_slab_jungle} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2729 primal:thin_slab_spruce Block{primal:thin_slab_spruce} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2730 primal:thin_slab_ironwood Block{primal:thin_slab_ironwood} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2731 primal:thin_slab_corypha Block{primal:thin_slab_corypha} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2732 primal:thin_slab_lacquer Block{primal:thin_slab_lacquer} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2733 primal:thin_slab_yew Block{primal:thin_slab_yew} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2734 primal:thin_slab_glass Block{primal:thin_slab_glass} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2735 primal:thin_slab_soulglass Block{primal:thin_slab_soulglass} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2736 primal:grate_acacia Block{primal:grate_acacia} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2737 primal:grate_bigoak Block{primal:grate_bigoak} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2738 primal:grate_birch Block{primal:grate_birch} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2739 primal:grate_jungle Block{primal:grate_jungle} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2740 primal:grate_oak Block{primal:grate_oak} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2741 primal:grate_spruce Block{primal:grate_spruce} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2742 primal:grate_thatch Block{primal:grate_thatch} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2743 primal:grate_ironwood Block{primal:grate_ironwood} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2744 primal:grate_corypha Block{primal:grate_corypha} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2745 primal:grate_lacquer Block{primal:grate_lacquer} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2746 primal:drain_carbonate_flag Block{primal:drain_carbonate_flag} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2747 primal:drain_ferro_flag Block{primal:drain_ferro_flag} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2748 primal:drain_thatch Block{primal:drain_thatch} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2749 primal:drain_stonebrick Block{primal:drain_stonebrick} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2750 primal:drain_netherstone Block{primal:drain_netherstone} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2751 primal:drain_scoria Block{primal:drain_scoria} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2752 primal:drain_nether_earth Block{primal:drain_nether_earth} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2753 primal:drain_mud Block{primal:drain_mud} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2754 primal:drain_schist_green Block{primal:drain_schist_green} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2755 primal:drain_ciniscotta Block{primal:drain_ciniscotta} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2756 primal:stairs_dirt Block{primal:stairs_dirt} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2757 primal:stairs_path Block{primal:stairs_path} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2758 primal:stairs_nether_earth Block{primal:stairs_nether_earth} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2759 primal:stairs_nether_path Block{primal:stairs_nether_path} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2760 primal:stairs_netherrack Block{primal:stairs_netherrack} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2761 primal:stairs_mud Block{primal:stairs_mud} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2762 primal:stairs_carbonate_flag Block{primal:stairs_carbonate_flag} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2763 primal:stairs_ferro_flag Block{primal:stairs_ferro_flag} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2764 primal:stairs_night_stone Block{primal:stairs_night_stone} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2765 primal:stairs_corypha Block{primal:stairs_corypha} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2766 primal:stairs_ironwood Block{primal:stairs_ironwood} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2767 primal:stairs_lacquer Block{primal:stairs_lacquer} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2768 primal:tannin Block{primal:tannin} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2769 primal:urushi Block{primal:urushi} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2770 primal:brine_netjry Block{primal:brine_netjry} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2771 primal:waste Block{primal:waste} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2772 primal:bitumen Block{primal:bitumen} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2773 primal:bitumen_boiling Block{primal:bitumen_boiling} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2774 primal:paraffin Block{primal:paraffin} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2775 primal:magma_basaltic Block{primal:magma_basaltic} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2776 primal:ovis_atre_milk Block{primal:ovis_atre_milk} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2777 primal:smoke Block{primal:smoke} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2778 rftools:machine_frame Block{rftools:machine_frame} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2779 rftools:machine_base Block{rftools:machine_base} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2780 rftools:dimensional_shard_ore Block{rftools:dimensional_shard_ore} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2781 rftools:coalgenerator Block{rftools:coalgenerator} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2782 rftools:crafter1 Block{rftools:crafter1} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2783 rftools:crafter2 Block{rftools:crafter2} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2784 rftools:crafter3 Block{rftools:crafter3} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2785 rftools:modular_storage Block{rftools:modular_storage} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2786 rftools:remote_storage Block{rftools:remote_storage} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2787 rftools:storage_terminal Block{rftools:storage_terminal} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2788 rftools:level_emitter Block{rftools:level_emitter} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2789 rftools:matter_transmitter Block{rftools:matter_transmitter} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2790 rftools:matter_receiver Block{rftools:matter_receiver} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2791 rftools:dialing_device Block{rftools:dialing_device} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2792 rftools:simple_dialer Block{rftools:simple_dialer} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2793 rftools:destination_analyzer Block{rftools:destination_analyzer} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2794 rftools:matter_booster Block{rftools:matter_booster} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2795 rftools:screen Block{rftools:screen} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2796 rftools:creative_screen Block{rftools:creative_screen} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2797 rftools:screen_hitblock Block{rftools:screen_hitblock} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2798 rftools:screen_controller Block{rftools:screen_controller} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2799 rftools:redstone_transmitter_block Block{rftools:redstone_transmitter_block} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2800 rftools:redstone_receiver_block Block{rftools:redstone_receiver_block} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2801 rftools:sequencer_block Block{rftools:sequencer_block} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2802 rftools:counter_block Block{rftools:counter_block} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2803 rftools:logic_block Block{rftools:logic_block} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2804 rftools:invchecker_block Block{rftools:invchecker_block} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2805 rftools:sensor_block Block{rftools:sensor_block} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2806 rftools:analog_block Block{rftools:analog_block} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2807 rftools:digit_block Block{rftools:digit_block} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2808 rftools:wire_block Block{rftools:wire_block} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2809 rftools:timer_block Block{rftools:timer_block} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2810 rftools:machine_infuser Block{rftools:machine_infuser} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2811 rftools:space_chamber Block{rftools:space_chamber} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2812 rftools:space_chamber_controller Block{rftools:space_chamber_controller} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2813 rftools:support_block Block{rftools:support_block} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2814 rftools:builder Block{rftools:builder} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2815 rftools:composer Block{rftools:composer} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2816 rftools:locator Block{rftools:locator} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2817 rftools:projector Block{rftools:projector} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2818 rftools:scanner Block{rftools:scanner} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2819 rftools:remote_scanner Block{rftools:remote_scanner} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2820 rftools:powercell Block{rftools:powercell} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2821 rftools:powercell_advanced Block{rftools:powercell_advanced} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2822 rftools:powercell_creative Block{rftools:powercell_creative} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2823 rftools:powercell_simple Block{rftools:powercell_simple} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2824 rftools:relay Block{rftools:relay} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2825 rftools:rf_monitor Block{rftools:rf_monitor} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2826 rftools:liquid_monitor Block{rftools:liquid_monitor} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2827 rftools:shield_block1 Block{rftools:shield_block1} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2828 rftools:shield_block2 Block{rftools:shield_block2} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2829 rftools:shield_block3 Block{rftools:shield_block3} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2830 rftools:shield_block4 Block{rftools:shield_block4} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2831 rftools:invisible_shield_block Block{rftools:invisible_shield_block} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2832 rftools:notick_invisible_shield_block Block{rftools:notick_invisible_shield_block} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2833 rftools:invisible_shield_block_opaque Block{rftools:invisible_shield_block_opaque} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2834 rftools:notick_invisible_shield_block_opaque Block{rftools:notick_invisible_shield_block_opaque} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2835 rftools:shield_template_block Block{rftools:shield_template_block} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2836 rftools:solid_shield_block Block{rftools:solid_shield_block} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2837 rftools:notick_solid_shield_block Block{rftools:notick_solid_shield_block} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2838 rftools:camo_shield_block Block{rftools:camo_shield_block} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2839 rftools:notick_camo_shield_block Block{rftools:notick_camo_shield_block} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2840 rftools:solid_shield_block_opaque Block{rftools:solid_shield_block_opaque} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2841 rftools:notick_solid_shield_block_opaque Block{rftools:notick_solid_shield_block_opaque} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2842 rftools:camo_shield_block_opaque Block{rftools:camo_shield_block_opaque} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2843 rftools:notick_camo_shield_block_opaque Block{rftools:notick_camo_shield_block_opaque} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2844 rftools:environmental_controller Block{rftools:environmental_controller} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2845 rftools:spawner Block{rftools:spawner} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2846 rftools:matter_beamer Block{rftools:matter_beamer} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2847 rftools:block_protector Block{rftools:block_protector} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2848 rftools:item_filter Block{rftools:item_filter} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2849 rftools:security_manager Block{rftools:security_manager} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2850 rftools:endergenic Block{rftools:endergenic} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2851 rftools:pearl_injector Block{rftools:pearl_injector} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2852 rftools:ender_monitor Block{rftools:ender_monitor} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2853 rftools:storage_scanner Block{rftools:storage_scanner} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2854 rftools:elevator Block{rftools:elevator} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2855 rftools:booster Block{rftools:booster} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2856 rftoolscontrol:programmer Block{rftoolscontrol:programmer} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2857 rftoolscontrol:processor Block{rftoolscontrol:processor} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2858 rftoolscontrol:node Block{rftoolscontrol:node} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2859 rftoolscontrol:craftingstation Block{rftoolscontrol:craftingstation} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2860 rftoolscontrol:workbench Block{rftoolscontrol:workbench} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2861 rftoolscontrol:tank Block{rftoolscontrol:tank} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2862 simpletomb:grave_simple Block{simpletomb:grave_simple} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2863 simpletomb:grave_normal Block{simpletomb:grave_normal} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2864 simpletomb:grave_cross Block{simpletomb:grave_cross} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2865 simpletomb:tombstone Block{simpletomb:tombstone} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2866 stevescarts:blockcartassembler Block{stevescarts:blockcartassembler} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2867 stevescarts:blockcargomanager Block{stevescarts:blockcargomanager} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2868 stevescarts:blockliquidmanager Block{stevescarts:blockliquidmanager} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2869 stevescarts:blockdistributor Block{stevescarts:blockdistributor} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2870 stevescarts:blockactivator Block{stevescarts:blockactivator} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2871 stevescarts:blockdetector Block{stevescarts:blockdetector} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2872 stevescarts:upgrade Block{stevescarts:upgrade} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2873 stevescarts:blockjunction Block{stevescarts:blockjunction} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2874 stevescarts:blockadvdetector Block{stevescarts:blockadvdetector} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2875 stevescarts:blockmetalstorage Block{stevescarts:blockmetalstorage} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2876 storagedrawers:basicdrawers Block{storagedrawers:basicdrawers} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2877 storagedrawers:keybutton Block{storagedrawers:keybutton} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2878 storagedrawers:compdrawers Block{storagedrawers:compdrawers} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2879 storagedrawers:controller Block{storagedrawers:controller} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2880 storagedrawers:controllerslave Block{storagedrawers:controllerslave} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2881 storagedrawers:trim Block{storagedrawers:trim} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2882 storagedrawers:framingtable Block{storagedrawers:framingtable} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2883 storagedrawers:customdrawers Block{storagedrawers:customdrawers} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2884 storagedrawers:customtrim Block{storagedrawers:customtrim} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2885 supersoundmuffler:sound_muffler Block{supersoundmuffler:sound_muffler} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2886 tallgates:oak_tall_gate Block{tallgates:oak_tall_gate} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2887 tallgates:spruce_tall_gate Block{tallgates:spruce_tall_gate} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2888 tallgates:birch_tall_gate Block{tallgates:birch_tall_gate} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2889 tallgates:jungle_tall_gate Block{tallgates:jungle_tall_gate} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2890 tallgates:dark_oak_tall_gate Block{tallgates:dark_oak_tall_gate} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2891 tallgates:acacia_tall_gate Block{tallgates:acacia_tall_gate} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2892 tcomplement:liquid_chocolate_liquor Block{tcomplement:liquid_chocolate_liquor} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2893 tcomplement:liquid_milk_chocolate Block{tcomplement:liquid_milk_chocolate} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2894 tcomplement:melter Block{tcomplement:melter} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2895 tcomplement:alloy_tank Block{tcomplement:alloy_tank} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2896 tcomplement:porcelain_tank Block{tcomplement:porcelain_tank} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2897 tcomplement:porcelain_melter Block{tcomplement:porcelain_melter} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2898 tcomplement:porcelain_alloy_tank Block{tcomplement:porcelain_alloy_tank} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2899 tcomplement:porcelain_casting Block{tcomplement:porcelain_casting} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2900 totemic:cedar_log Block{totemic:cedar_log} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2901 totemic:stripped_cedar_log Block{totemic:stripped_cedar_log} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2902 totemic:cedar_plank Block{totemic:cedar_plank} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2903 totemic:cedar_sapling Block{totemic:cedar_sapling} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2904 totemic:cedar_leaves Block{totemic:cedar_leaves} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2905 totemic:cedar_stairs Block{totemic:cedar_stairs} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2906 totemic:cedar_slab Block{totemic:cedar_slab} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2907 totemic:double_cedar_slab Block{totemic:double_cedar_slab} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2908 totemic:cedar_fence Block{totemic:cedar_fence} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2909 totemic:cedar_fence_gate Block{totemic:cedar_fence_gate} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2910 totemic:totem_base Block{totemic:totem_base} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2911 totemic:totem_pole Block{totemic:totem_pole} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2912 totemic:totem_torch Block{totemic:totem_torch} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2913 totemic:drum Block{totemic:drum} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2914 totemic:wind_chime Block{totemic:wind_chime} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2915 totemic:tipi Block{totemic:tipi} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2916 totemic:dummy_tipi Block{totemic:dummy_tipi} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2917 totemic:wooden_pillar Block{totemic:wooden_pillar} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2918 totemic:wooden_pillar_base Block{totemic:wooden_pillar_base} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2919 uppers:upper Block{uppers:upper} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2920 vc:airship_workbench Block{vc:airship_workbench} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2921 waterstrainer:strainer_base Block{waterstrainer:strainer_base} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2922 weirdinggadget:weirding_gadget Block{weirdinggadget:weirding_gadget} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2923 xnet:facade Block{xnet:facade} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2924 xnet:redstone_proxy Block{xnet:redstone_proxy} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2925 xnet:redstone_proxy_upd Block{xnet:redstone_proxy_upd} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2926 xnet:controller Block{xnet:controller} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2927 xnet:router Block{xnet:router} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2928 xnet:wireless_router Block{xnet:wireless_router} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2929 xnet:antenna Block{xnet:antenna} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2930 xnet:antenna_base Block{xnet:antenna_base} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2931 xnet:antenna_dish Block{xnet:antenna_dish} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2932 xnet:netcable Block{xnet:netcable} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2933 xnet:connector Block{xnet:connector} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2934 xnet:advanced_connector Block{xnet:advanced_connector} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2935 primal_tech:clay_kiln Block{primal_tech:clay_kiln} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2936 primal_tech:flint_block Block{primal_tech:flint_block} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2937 primal_tech:stick_bundle Block{primal_tech:stick_bundle} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2938 primal_tech:fibre_torch Block{primal_tech:fibre_torch} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2939 primal_tech:fibre_torch_lit Block{primal_tech:fibre_torch_lit} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2940 primal_tech:charcoal_block Block{primal_tech:charcoal_block} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2941 primal_tech:work_stump Block{primal_tech:work_stump} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2942 primal_tech:stone_grill Block{primal_tech:stone_grill} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2943 primal_tech:wooden_hopper Block{primal_tech:wooden_hopper} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2944 primal_tech:work_stump_upgraded Block{primal_tech:work_stump_upgraded} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2945 primal_tech:charcoal_hopper Block{primal_tech:charcoal_hopper} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2946 primal_tech:water_saw Block{primal_tech:water_saw} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2947 primal_tech:stone_anvil Block{primal_tech:stone_anvil} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2948 primal_tech:leaf_bed Block{primal_tech:leaf_bed} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2949 primal_tech:wooden_basin Block{primal_tech:wooden_basin} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2950 charcoalblock:charcoal_block Block{charcoalblock:charcoal_block} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2951 abyssalcraft:stone Block{abyssalcraft:stone} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2952 abyssalcraft:cobblestone Block{abyssalcraft:cobblestone} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2953 abyssalcraft:darkstone_brick Block{abyssalcraft:darkstone_brick} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2954 abyssalcraft:dsglow Block{abyssalcraft:dsglow} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2955 abyssalcraft:darkbrickslab1 Block{abyssalcraft:darkbrickslab1} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2956 abyssalcraft:darkbrickslab2 Block{abyssalcraft:darkbrickslab2} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2957 abyssalcraft:darkcobbleslab1 Block{abyssalcraft:darkcobbleslab1} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2958 abyssalcraft:darkcobbleslab2 Block{abyssalcraft:darkcobbleslab2} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2959 abyssalcraft:dbstairs Block{abyssalcraft:dbstairs} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2960 abyssalcraft:dcstairs Block{abyssalcraft:dcstairs} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2961 abyssalcraft:dltleaves Block{abyssalcraft:dltleaves} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2962 abyssalcraft:dltlog Block{abyssalcraft:dltlog} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2963 abyssalcraft:dltlog2 Block{abyssalcraft:dltlog2} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2964 abyssalcraft:dltsapling Block{abyssalcraft:dltsapling} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2965 abyssalcraft:abybrick Block{abyssalcraft:abybrick} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2966 abyssalcraft:abyslab1 Block{abyssalcraft:abyslab1} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2967 abyssalcraft:abyslab2 Block{abyssalcraft:abyslab2} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2968 abyssalcraft:abystairs Block{abyssalcraft:abystairs} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2969 abyssalcraft:coraliumore Block{abyssalcraft:coraliumore} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2970 abyssalcraft:abyore Block{abyssalcraft:abyore} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2971 abyssalcraft:abyfence Block{abyssalcraft:abyfence} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2972 abyssalcraft:dscwall Block{abyssalcraft:dscwall} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2973 abyssalcraft:odb Block{abyssalcraft:odb} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2974 abyssalcraft:ingotblock Block{abyssalcraft:ingotblock} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2975 abyssalcraft:coraliumstone Block{abyssalcraft:coraliumstone} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2976 abyssalcraft:odbcore Block{abyssalcraft:odbcore} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2977 abyssalcraft:crate Block{abyssalcraft:crate} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2978 abyssalcraft:abyportal Block{abyssalcraft:abyportal} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2979 abyssalcraft:darkstoneslab1 Block{abyssalcraft:darkstoneslab1} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2980 abyssalcraft:darkstoneslab2 Block{abyssalcraft:darkstoneslab2} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2981 abyssalcraft:coraliumfire Block{abyssalcraft:coraliumfire} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2982 abyssalcraft:dsbutton Block{abyssalcraft:dsbutton} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2983 abyssalcraft:dspplate Block{abyssalcraft:dspplate} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2984 abyssalcraft:dltplank Block{abyssalcraft:dltplank} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2985 abyssalcraft:dltbutton Block{abyssalcraft:dltbutton} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2986 abyssalcraft:dltpplate Block{abyssalcraft:dltpplate} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2987 abyssalcraft:dltstairs Block{abyssalcraft:dltstairs} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2988 abyssalcraft:dltslab1 Block{abyssalcraft:dltslab1} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2989 abyssalcraft:dltslab2 Block{abyssalcraft:dltslab2} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2990 abyssalcraft:cwater Block{abyssalcraft:cwater} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2991 abyssalcraft:psdl Block{abyssalcraft:psdl} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2992 abyssalcraft:abycorore Block{abyssalcraft:abycorore} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2993 abyssalcraft:altar Block{abyssalcraft:altar} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2994 abyssalcraft:abybutton Block{abyssalcraft:abybutton} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2995 abyssalcraft:abypplate Block{abyssalcraft:abypplate} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2996 abyssalcraft:dsbfence Block{abyssalcraft:dsbfence} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2997 abyssalcraft:dltfence Block{abyssalcraft:dltfence} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2998 abyssalcraft:abydreadore Block{abyssalcraft:abydreadore} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2999 abyssalcraft:dreadore Block{abyssalcraft:dreadore} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3000 abyssalcraft:dreadbrick Block{abyssalcraft:dreadbrick} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3001 abyssalcraft:abydreadbrick Block{abyssalcraft:abydreadbrick} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3002 abyssalcraft:dreadgrass Block{abyssalcraft:dreadgrass} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3003 abyssalcraft:dreadlog Block{abyssalcraft:dreadlog} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3004 abyssalcraft:dreadleaves Block{abyssalcraft:dreadleaves} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3005 abyssalcraft:dreadsapling Block{abyssalcraft:dreadsapling} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3006 abyssalcraft:dreadplanks Block{abyssalcraft:dreadplanks} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3007 abyssalcraft:dreadportal Block{abyssalcraft:dreadportal} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3008 abyssalcraft:dreadfire Block{abyssalcraft:dreadfire} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3009 abyssalcraft:dghead Block{abyssalcraft:dghead} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3010 abyssalcraft:phead Block{abyssalcraft:phead} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3011 abyssalcraft:whead Block{abyssalcraft:whead} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3012 abyssalcraft:ohead Block{abyssalcraft:ohead} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3013 abyssalcraft:dreadbrickstairs Block{abyssalcraft:dreadbrickstairs} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3014 abyssalcraft:dreadbrickfence Block{abyssalcraft:dreadbrickfence} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3015 abyssalcraft:dreadbrickslab1 Block{abyssalcraft:dreadbrickslab1} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3016 abyssalcraft:dreadbrickslab2 Block{abyssalcraft:dreadbrickslab2} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3017 abyssalcraft:abydreadbrickstairs Block{abyssalcraft:abydreadbrickstairs} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3018 abyssalcraft:abydreadbrickfence Block{abyssalcraft:abydreadbrickfence} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3019 abyssalcraft:abydreadbrickslab1 Block{abyssalcraft:abydreadbrickslab1} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3020 abyssalcraft:abydreadbrickslab2 Block{abyssalcraft:abydreadbrickslab2} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3021 abyssalcraft:antiwater Block{abyssalcraft:antiwater} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3022 abyssalcraft:cstonebrick Block{abyssalcraft:cstonebrick} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3023 abyssalcraft:cstonebrickfence Block{abyssalcraft:cstonebrickfence} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3024 abyssalcraft:cstonebrickslab1 Block{abyssalcraft:cstonebrickslab1} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3025 abyssalcraft:cstonebrickslab2 Block{abyssalcraft:cstonebrickslab2} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3026 abyssalcraft:cstonebrickstairs Block{abyssalcraft:cstonebrickstairs} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3027 abyssalcraft:cstonebutton Block{abyssalcraft:cstonebutton} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3028 abyssalcraft:cstonepplate Block{abyssalcraft:cstonepplate} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3029 abyssalcraft:dreadaltartop Block{abyssalcraft:dreadaltartop} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3030 abyssalcraft:dreadaltarbottom Block{abyssalcraft:dreadaltarbottom} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3031 abyssalcraft:crystallizer Block{abyssalcraft:crystallizer} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3032 abyssalcraft:crystallizer_on Block{abyssalcraft:crystallizer_on} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3033 abyssalcraft:transmutator Block{abyssalcraft:transmutator} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3034 abyssalcraft:transmutator_on Block{abyssalcraft:transmutator_on} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3035 abyssalcraft:dreadguardspawner Block{abyssalcraft:dreadguardspawner} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3036 abyssalcraft:chagarothspawner Block{abyssalcraft:chagarothspawner} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3037 abyssalcraft:drtfence Block{abyssalcraft:drtfence} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3038 abyssalcraft:nitreore Block{abyssalcraft:nitreore} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3039 abyssalcraft:abyiroore Block{abyssalcraft:abyiroore} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3040 abyssalcraft:abygolore Block{abyssalcraft:abygolore} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3041 abyssalcraft:abydiaore Block{abyssalcraft:abydiaore} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3042 abyssalcraft:abynitore Block{abyssalcraft:abynitore} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3043 abyssalcraft:abytinore Block{abyssalcraft:abytinore} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3044 abyssalcraft:abycopore Block{abyssalcraft:abycopore} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3045 abyssalcraft:abypcorore Block{abyssalcraft:abypcorore} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3046 abyssalcraft:abylcorore Block{abyssalcraft:abylcorore} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3047 abyssalcraft:solidlava Block{abyssalcraft:solidlava} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3048 abyssalcraft:ethaxiumbrick Block{abyssalcraft:ethaxiumbrick} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3049 abyssalcraft:ethaxiumpillar Block{abyssalcraft:ethaxiumpillar} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3050 abyssalcraft:ethaxiumbrickstairs Block{abyssalcraft:ethaxiumbrickstairs} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3051 abyssalcraft:ethaxiumbrickslab1 Block{abyssalcraft:ethaxiumbrickslab1} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3052 abyssalcraft:ethaxiumbrickslab2 Block{abyssalcraft:ethaxiumbrickslab2} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3053 abyssalcraft:ethaxiumfence Block{abyssalcraft:ethaxiumfence} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3054 abyssalcraft:omotholportal Block{abyssalcraft:omotholportal} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3055 abyssalcraft:omotholfire Block{abyssalcraft:omotholfire} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3056 abyssalcraft:engraver Block{abyssalcraft:engraver} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3057 abyssalcraft:engraver_on Block{abyssalcraft:engraver_on} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3058 abyssalcraft:materializer Block{abyssalcraft:materializer} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3059 abyssalcraft:darkethaxiumbrick Block{abyssalcraft:darkethaxiumbrick} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3060 abyssalcraft:darkethaxiumpillar Block{abyssalcraft:darkethaxiumpillar} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3061 abyssalcraft:darkethaxiumbrickstairs Block{abyssalcraft:darkethaxiumbrickstairs} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3062 abyssalcraft:darkethaxiumbrickslab1 Block{abyssalcraft:darkethaxiumbrickslab1} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3063 abyssalcraft:darkethaxiumbrickslab2 Block{abyssalcraft:darkethaxiumbrickslab2} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3064 abyssalcraft:darkethaxiumbrickfence Block{abyssalcraft:darkethaxiumbrickfence} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3065 abyssalcraft:ritualaltar Block{abyssalcraft:ritualaltar} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3066 abyssalcraft:ritualpedestal Block{abyssalcraft:ritualpedestal} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3067 abyssalcraft:shoggothblock Block{abyssalcraft:shoggothblock} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3068 abyssalcraft:statue Block{abyssalcraft:statue} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3069 abyssalcraft:shoggothbiomass Block{abyssalcraft:shoggothbiomass} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3070 abyssalcraft:energypedestal Block{abyssalcraft:energypedestal} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3071 abyssalcraft:monolithpillar Block{abyssalcraft:monolithpillar} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3072 abyssalcraft:sacrificialaltar Block{abyssalcraft:sacrificialaltar} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3073 abyssalcraft:tieredenergypedestal Block{abyssalcraft:tieredenergypedestal} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3074 abyssalcraft:tieredsacrificialaltar Block{abyssalcraft:tieredsacrificialaltar} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3075 abyssalcraft:jzaharspawner Block{abyssalcraft:jzaharspawner} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3076 abyssalcraft:gatekeeperminionspawner Block{abyssalcraft:gatekeeperminionspawner} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3077 abyssalcraft:fire Block{abyssalcraft:fire} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3078 abyssalcraft:decorativestatue Block{abyssalcraft:decorativestatue} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3079 abyssalcraft:crystalcluster Block{abyssalcraft:crystalcluster} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3080 abyssalcraft:crystalcluster2 Block{abyssalcraft:crystalcluster2} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3081 abyssalcraft:energycollector Block{abyssalcraft:energycollector} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3082 abyssalcraft:energyrelay Block{abyssalcraft:energyrelay} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3083 abyssalcraft:energycontainer Block{abyssalcraft:energycontainer} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3084 abyssalcraft:tieredenergycollector Block{abyssalcraft:tieredenergycollector} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3085 abyssalcraft:tieredenergyrelay Block{abyssalcraft:tieredenergyrelay} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3086 abyssalcraft:tieredenergycontainer Block{abyssalcraft:tieredenergycontainer} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3087 abyssalcraft:abyssalsand Block{abyssalcraft:abyssalsand} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3088 abyssalcraft:fusedabyssalsand Block{abyssalcraft:fusedabyssalsand} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3089 abyssalcraft:abyssalsandglass Block{abyssalcraft:abyssalsandglass} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3090 abyssalcraft:dreadlandsdirt Block{abyssalcraft:dreadlandsdirt} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3091 abyssalcraft:abyssalcobblestonestairs Block{abyssalcraft:abyssalcobblestonestairs} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3092 abyssalcraft:abyssalcobblestoneslab1 Block{abyssalcraft:abyssalcobblestoneslab1} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3093 abyssalcraft:abyssalcobblestoneslab2 Block{abyssalcraft:abyssalcobblestoneslab2} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3094 abyssalcraft:abyssalcobblestonewall Block{abyssalcraft:abyssalcobblestonewall} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3095 abyssalcraft:dreadstonecobblestonestairs Block{abyssalcraft:dreadstonecobblestonestairs} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3096 abyssalcraft:dreadstonecobblestoneslab1 Block{abyssalcraft:dreadstonecobblestoneslab1} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3097 abyssalcraft:dreadstonecobblestoneslab2 Block{abyssalcraft:dreadstonecobblestoneslab2} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3098 abyssalcraft:dreadstonecobblestonewall Block{abyssalcraft:dreadstonecobblestonewall} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3099 abyssalcraft:abyssalnitecobblestonestairs Block{abyssalcraft:abyssalnitecobblestonestairs} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3100 abyssalcraft:abyssalnitecobblestoneslab1 Block{abyssalcraft:abyssalnitecobblestoneslab1} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3101 abyssalcraft:abyssalnitecobblestoneslab2 Block{abyssalcraft:abyssalnitecobblestoneslab2} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3102 abyssalcraft:abyssalnitecobblestonewall Block{abyssalcraft:abyssalnitecobblestonewall} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3103 abyssalcraft:coraliumcobblestonestairs Block{abyssalcraft:coraliumcobblestonestairs} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3104 abyssalcraft:coraliumcobblestoneslab1 Block{abyssalcraft:coraliumcobblestoneslab1} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3105 abyssalcraft:coraliumcobblestoneslab2 Block{abyssalcraft:coraliumcobblestoneslab2} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3106 abyssalcraft:coraliumcobblestonewall Block{abyssalcraft:coraliumcobblestonewall} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3107 abyssalcraft:luminousthistle Block{abyssalcraft:luminousthistle} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3108 abyssalcraft:wastelandsthorn Block{abyssalcraft:wastelandsthorn} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3109 abyssalcraft:rendingpedestal Block{abyssalcraft:rendingpedestal} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3110 abyssalcraft:statetransformer Block{abyssalcraft:statetransformer} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3111 abyssalcraft:energydepositioner Block{abyssalcraft:energydepositioner} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3112 abyssalcraft:calcifiedstone Block{abyssalcraft:calcifiedstone} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3113 abyssalcraft:door_dlt Block{abyssalcraft:door_dlt} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3114 abyssalcraft:door_drt Block{abyssalcraft:door_drt} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3115 abyssalcraft:multiblock Block{abyssalcraft:multiblock} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3116 acintegration:moltenabyssalnite Block{acintegration:moltenabyssalnite} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3117 acintegration:moltencoralium Block{acintegration:moltencoralium} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3118 acintegration:moltendreadium Block{acintegration:moltendreadium} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3119 actuallyadditions:block_canola_oil Block{actuallyadditions:block_canola_oil} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3120 actuallyadditions:block_refined_canola_oil Block{actuallyadditions:block_refined_canola_oil} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3121 actuallyadditions:block_crystal_oil Block{actuallyadditions:block_crystal_oil} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3122 actuallyadditions:block_empowered_oil Block{actuallyadditions:block_empowered_oil} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3123 actuallyadditions:block_crystal_cluster_redstone Block{actuallyadditions:block_crystal_cluster_redstone} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3124 actuallyadditions:block_crystal_cluster_lapis Block{actuallyadditions:block_crystal_cluster_lapis} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3125 actuallyadditions:block_crystal_cluster_diamond Block{actuallyadditions:block_crystal_cluster_diamond} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3126 actuallyadditions:block_crystal_cluster_coal Block{actuallyadditions:block_crystal_cluster_coal} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3127 actuallyadditions:block_crystal_cluster_emerald Block{actuallyadditions:block_crystal_cluster_emerald} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3128 actuallyadditions:block_crystal_cluster_iron Block{actuallyadditions:block_crystal_cluster_iron} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3129 actuallyadditions:block_battery_box Block{actuallyadditions:block_battery_box} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3130 actuallyadditions:block_item_viewer_hopping Block{actuallyadditions:block_item_viewer_hopping} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3131 actuallyadditions:block_farmer Block{actuallyadditions:block_farmer} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3132 actuallyadditions:block_bio_reactor Block{actuallyadditions:block_bio_reactor} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3133 actuallyadditions:block_empowerer Block{actuallyadditions:block_empowerer} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3134 actuallyadditions:block_tiny_torch Block{actuallyadditions:block_tiny_torch} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3135 actuallyadditions:block_shock_suppressor Block{actuallyadditions:block_shock_suppressor} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3136 actuallyadditions:block_display_stand Block{actuallyadditions:block_display_stand} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3137 actuallyadditions:block_player_interface Block{actuallyadditions:block_player_interface} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3138 actuallyadditions:block_item_viewer Block{actuallyadditions:block_item_viewer} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3139 actuallyadditions:block_firework_box Block{actuallyadditions:block_firework_box} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3140 actuallyadditions:block_miner Block{actuallyadditions:block_miner} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3141 actuallyadditions:block_atomic_reconstructor Block{actuallyadditions:block_atomic_reconstructor} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3142 actuallyadditions:block_crystal Block{actuallyadditions:block_crystal} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3143 actuallyadditions:block_crystal_empowered Block{actuallyadditions:block_crystal_empowered} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3144 actuallyadditions:block_black_lotus Block{actuallyadditions:block_black_lotus} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3145 actuallyadditions:block_laser_relay Block{actuallyadditions:block_laser_relay} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3146 actuallyadditions:block_laser_relay_advanced Block{actuallyadditions:block_laser_relay_advanced} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3147 actuallyadditions:block_laser_relay_extreme Block{actuallyadditions:block_laser_relay_extreme} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3148 actuallyadditions:block_laser_relay_fluids Block{actuallyadditions:block_laser_relay_fluids} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3149 actuallyadditions:block_laser_relay_item Block{actuallyadditions:block_laser_relay_item} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3150 actuallyadditions:block_laser_relay_item_whitelist Block{actuallyadditions:block_laser_relay_item_whitelist} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3151 actuallyadditions:block_ranged_collector Block{actuallyadditions:block_ranged_collector} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3152 actuallyadditions:block_directional_breaker Block{actuallyadditions:block_directional_breaker} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3153 actuallyadditions:block_leaf_generator Block{actuallyadditions:block_leaf_generator} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3154 actuallyadditions:block_smiley_cloud Block{actuallyadditions:block_smiley_cloud} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3155 actuallyadditions:block_xp_solidifier Block{actuallyadditions:block_xp_solidifier} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3156 actuallyadditions:block_testifi_bucks_green_wall Block{actuallyadditions:block_testifi_bucks_green_wall} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3157 actuallyadditions:block_testifi_bucks_white_wall Block{actuallyadditions:block_testifi_bucks_white_wall} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3158 actuallyadditions:block_testifi_bucks_green_stairs Block{actuallyadditions:block_testifi_bucks_green_stairs} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3159 actuallyadditions:block_testifi_bucks_white_stairs Block{actuallyadditions:block_testifi_bucks_white_stairs} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3160 actuallyadditions:block_testifi_bucks_green_slab Block{actuallyadditions:block_testifi_bucks_green_slab} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3161 actuallyadditions:block_testifi_bucks_white_slab Block{actuallyadditions:block_testifi_bucks_white_slab} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3162 actuallyadditions:block_testifi_bucks_green_fence Block{actuallyadditions:block_testifi_bucks_green_fence} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3163 actuallyadditions:block_testifi_bucks_white_fence Block{actuallyadditions:block_testifi_bucks_white_fence} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3164 actuallyadditions:block_colored_lamp Block{actuallyadditions:block_colored_lamp} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3165 actuallyadditions:block_colored_lamp_on Block{actuallyadditions:block_colored_lamp_on} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3166 actuallyadditions:block_lamp_powerer Block{actuallyadditions:block_lamp_powerer} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3167 actuallyadditions:block_treasure_chest Block{actuallyadditions:block_treasure_chest} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3168 actuallyadditions:block_energizer Block{actuallyadditions:block_energizer} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3169 actuallyadditions:block_enervator Block{actuallyadditions:block_enervator} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3170 actuallyadditions:block_lava_factory_controller Block{actuallyadditions:block_lava_factory_controller} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3171 actuallyadditions:block_canola_press Block{actuallyadditions:block_canola_press} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3172 actuallyadditions:block_phantomface Block{actuallyadditions:block_phantomface} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3173 actuallyadditions:block_phantom_placer Block{actuallyadditions:block_phantom_placer} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3174 actuallyadditions:block_phantom_liquiface Block{actuallyadditions:block_phantom_liquiface} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3175 actuallyadditions:block_phantom_energyface Block{actuallyadditions:block_phantom_energyface} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3176 actuallyadditions:block_phantom_redstoneface Block{actuallyadditions:block_phantom_redstoneface} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3177 actuallyadditions:block_phantom_breaker Block{actuallyadditions:block_phantom_breaker} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3178 actuallyadditions:block_coal_generator Block{actuallyadditions:block_coal_generator} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3179 actuallyadditions:block_oil_generator Block{actuallyadditions:block_oil_generator} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3180 actuallyadditions:block_fermenting_barrel Block{actuallyadditions:block_fermenting_barrel} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3181 actuallyadditions:block_rice Block{actuallyadditions:block_rice} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3182 actuallyadditions:block_canola Block{actuallyadditions:block_canola} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3183 actuallyadditions:block_flax Block{actuallyadditions:block_flax} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3184 actuallyadditions:block_coffee Block{actuallyadditions:block_coffee} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3185 actuallyadditions:block_compost Block{actuallyadditions:block_compost} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3186 actuallyadditions:block_misc Block{actuallyadditions:block_misc} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3187 actuallyadditions:block_feeder Block{actuallyadditions:block_feeder} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3188 actuallyadditions:block_giant_chest Block{actuallyadditions:block_giant_chest} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3189 actuallyadditions:block_giant_chest_medium Block{actuallyadditions:block_giant_chest_medium} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3190 actuallyadditions:block_giant_chest_large Block{actuallyadditions:block_giant_chest_large} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3191 actuallyadditions:block_grinder Block{actuallyadditions:block_grinder} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3192 actuallyadditions:block_grinder_double Block{actuallyadditions:block_grinder_double} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3193 actuallyadditions:block_furnace_double Block{actuallyadditions:block_furnace_double} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3194 actuallyadditions:block_inputter Block{actuallyadditions:block_inputter} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3195 actuallyadditions:block_inputter_advanced Block{actuallyadditions:block_inputter_advanced} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3196 actuallyadditions:block_fishing_net Block{actuallyadditions:block_fishing_net} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3197 actuallyadditions:block_furnace_solar Block{actuallyadditions:block_furnace_solar} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3198 actuallyadditions:block_heat_collector Block{actuallyadditions:block_heat_collector} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3199 actuallyadditions:block_item_repairer Block{actuallyadditions:block_item_repairer} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3200 actuallyadditions:block_greenhouse_glass Block{actuallyadditions:block_greenhouse_glass} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3201 actuallyadditions:block_breaker Block{actuallyadditions:block_breaker} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3202 actuallyadditions:block_placer Block{actuallyadditions:block_placer} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3203 actuallyadditions:block_dropper Block{actuallyadditions:block_dropper} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3204 actuallyadditions:block_fluid_placer Block{actuallyadditions:block_fluid_placer} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3205 actuallyadditions:block_fluid_collector Block{actuallyadditions:block_fluid_collector} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3206 actuallyadditions:block_coffee_machine Block{actuallyadditions:block_coffee_machine} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3207 actuallyadditions:block_phantom_booster Block{actuallyadditions:block_phantom_booster} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3208 actuallyadditions:block_wild Block{actuallyadditions:block_wild} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3209 actuallyadditions:block_quartz_wall Block{actuallyadditions:block_quartz_wall} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3210 actuallyadditions:block_chiseled_quartz_wall Block{actuallyadditions:block_chiseled_quartz_wall} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3211 actuallyadditions:block_pillar_quartz_wall Block{actuallyadditions:block_pillar_quartz_wall} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3212 actuallyadditions:block_quartz_stair Block{actuallyadditions:block_quartz_stair} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3213 actuallyadditions:block_chiseled_quartz_stair Block{actuallyadditions:block_chiseled_quartz_stair} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3214 actuallyadditions:block_pillar_quartz_stair Block{actuallyadditions:block_pillar_quartz_stair} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3215 actuallyadditions:block_quartz_slab Block{actuallyadditions:block_quartz_slab} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3216 actuallyadditions:block_chiseled_quartz_slab Block{actuallyadditions:block_chiseled_quartz_slab} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3217 actuallyadditions:block_pillar_quartz_slab Block{actuallyadditions:block_pillar_quartz_slab} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3218 contenttweaker:propene_molten Block{contenttweaker:propene_molten} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3219 contenttweaker:plastic_molten Block{contenttweaker:plastic_molten} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3220 contenttweaker:platinum_molten Block{contenttweaker:platinum_molten} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3221 contenttweaker:galgadorian_molten Block{contenttweaker:galgadorian_molten} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3222 contenttweaker:ender_pearl_molten Block{contenttweaker:ender_pearl_molten} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3223 contenttweaker:redstone_molten Block{contenttweaker:redstone_molten} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3224 contenttweaker:invar_molten Block{contenttweaker:invar_molten} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3225 contenttweaker:redstone_alloy_molten Block{contenttweaker:redstone_alloy_molten} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3226 contenttweaker:steeleaf_molten Block{contenttweaker:steeleaf_molten} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3227 contenttweaker:sub_block_holder_1 Block{contenttweaker:sub_block_holder_1} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3228 contenttweaker:sub_block_holder_0 Block{contenttweaker:sub_block_holder_0} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3229 contenttweaker:sub_block_holder_3 Block{contenttweaker:sub_block_holder_3} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3230 contenttweaker:sub_block_holder_2 Block{contenttweaker:sub_block_holder_2} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3231 contenttweaker:cheese Block{contenttweaker:cheese} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3232 contenttweaker:osmium_molten Block{contenttweaker:osmium_molten} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3233 contenttweaker:naphtha_molten Block{contenttweaker:naphtha_molten} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3234 contenttweaker:titanium_molten Block{contenttweaker:titanium_molten} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3235 contenttweaker:enhanced_galgadorian_molten Block{contenttweaker:enhanced_galgadorian_molten} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3236 contenttweaker:reinforced_metal_molten Block{contenttweaker:reinforced_metal_molten} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3237 contenttweaker:glowstone_molten Block{contenttweaker:glowstone_molten} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3238 contenttweaker:slime Block{contenttweaker:slime} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3239 contenttweaker:modularium_molten Block{contenttweaker:modularium_molten} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3240 buildcraftcore:spring Block{buildcraftcore:spring} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3241 buildcraftcore:decorated Block{buildcraftcore:decorated} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3242 buildcraftcore:marker_volume Block{buildcraftcore:marker_volume} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3243 buildcraftcore:marker_path Block{buildcraftcore:marker_path} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3244 buildcraftcore:engine Block{buildcraftcore:engine} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3245 cyclicmagic:fluid_drain Block{cyclicmagic:fluid_drain} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3246 cyclicmagic:fire_dark Block{cyclicmagic:fire_dark} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3247 cyclicmagic:plate_launch_med Block{cyclicmagic:plate_launch_med} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3248 cyclicmagic:plate_launch_small Block{cyclicmagic:plate_launch_small} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3249 cyclicmagic:plate_launch_large Block{cyclicmagic:plate_launch_large} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3250 cyclicmagic:plate_launch_extra Block{cyclicmagic:plate_launch_extra} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3251 cyclicmagic:wireless_transmitter Block{cyclicmagic:wireless_transmitter} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3252 cyclicmagic:wireless_receiver Block{cyclicmagic:wireless_receiver} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3253 cyclicmagic:spikes_iron Block{cyclicmagic:spikes_iron} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3254 cyclicmagic:spikes_diamond Block{cyclicmagic:spikes_diamond} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3255 cyclicmagic:block_fragile Block{cyclicmagic:block_fragile} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3256 cyclicmagic:block_fragile_auto Block{cyclicmagic:block_fragile_auto} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3257 cyclicmagic:block_fragile_weak Block{cyclicmagic:block_fragile_weak} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3258 cyclicmagic:item_pipe_sort Block{cyclicmagic:item_pipe_sort} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3259 cyclicmagic:item_pipe Block{cyclicmagic:item_pipe} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3260 cyclicmagic:item_pump Block{cyclicmagic:item_pump} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3261 cyclicmagic:energy_pipe Block{cyclicmagic:energy_pipe} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3262 cyclicmagic:energy_pump Block{cyclicmagic:energy_pump} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3263 cyclicmagic:fluid_pipe Block{cyclicmagic:fluid_pipe} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3264 cyclicmagic:fluid_pump Block{cyclicmagic:fluid_pump} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3265 cyclicmagic:bundled_pipe Block{cyclicmagic:bundled_pipe} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3266 cyclicmagic:block_library Block{cyclicmagic:block_library} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3267 cyclicmagic:block_library_ctrl Block{cyclicmagic:block_library_ctrl} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3268 cyclicmagic:poison Block{cyclicmagic:poison} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3269 cyclicmagic:amber Block{cyclicmagic:amber} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3270 cyclicmagic:crystal Block{cyclicmagic:crystal} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3271 cyclicmagic:milk Block{cyclicmagic:milk} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3272 cyclicmagic:plate_vector Block{cyclicmagic:plate_vector} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3273 cyclicmagic:builder_pattern Block{cyclicmagic:builder_pattern} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3274 cyclicmagic:magnet_block Block{cyclicmagic:magnet_block} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3275 cyclicmagic:magnet_anti_block Block{cyclicmagic:magnet_anti_block} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3276 cyclicmagic:block_vacuum Block{cyclicmagic:block_vacuum} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3277 cyclicmagic:beacon_potion Block{cyclicmagic:beacon_potion} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3278 cyclicmagic:clock Block{cyclicmagic:clock} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3279 cyclicmagic:apple Block{cyclicmagic:apple} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3280 cyclicmagic:beacon_redstone Block{cyclicmagic:beacon_redstone} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3281 cyclicmagic:sprinkler Block{cyclicmagic:sprinkler} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3282 cyclicmagic:block_forester Block{cyclicmagic:block_forester} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3283 cyclicmagic:block_miner Block{cyclicmagic:block_miner} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3284 cyclicmagic:block_hydrator Block{cyclicmagic:block_hydrator} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3285 cyclicmagic:melter Block{cyclicmagic:melter} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3286 cyclicmagic:solidifier Block{cyclicmagic:solidifier} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3287 cyclicmagic:block_anvil Block{cyclicmagic:block_anvil} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3288 cyclicmagic:harvester_block Block{cyclicmagic:harvester_block} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3289 cyclicmagic:xpjuice Block{cyclicmagic:xpjuice} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3290 cyclicmagic:block_enchanter Block{cyclicmagic:block_enchanter} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3291 cyclicmagic:exp_pylon Block{cyclicmagic:exp_pylon} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3292 cyclicmagic:builder_block Block{cyclicmagic:builder_block} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3293 cyclicmagic:uncrafting_block Block{cyclicmagic:uncrafting_block} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3294 cyclicmagic:block_miner_smart Block{cyclicmagic:block_miner_smart} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3295 cyclicmagic:placer_block Block{cyclicmagic:placer_block} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3296 cyclicmagic:password_block Block{cyclicmagic:password_block} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3297 cyclicmagic:block_user Block{cyclicmagic:block_user} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3298 cyclicmagic:trash Block{cyclicmagic:trash} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3299 cyclicmagic:block_workbench Block{cyclicmagic:block_workbench} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3300 cyclicmagic:block_screen Block{cyclicmagic:block_screen} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3301 cyclicmagic:screen_target Block{cyclicmagic:screen_target} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3302 cyclicmagic:block_soundproofing Block{cyclicmagic:block_soundproofing} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3303 cyclicmagic:auto_crafter Block{cyclicmagic:auto_crafter} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3304 cyclicmagic:entity_detector Block{cyclicmagic:entity_detector} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3305 cyclicmagic:fan Block{cyclicmagic:fan} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3306 cyclicmagic:block_fishing Block{cyclicmagic:block_fishing} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3307 cyclicmagic:block_disenchanter Block{cyclicmagic:block_disenchanter} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3308 cyclicmagic:block_storeempty Block{cyclicmagic:block_storeempty} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3309 cyclicmagic:dropper_exact Block{cyclicmagic:dropper_exact} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3310 cyclicmagic:fluid_placer Block{cyclicmagic:fluid_placer} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3311 astralsorcery:fluidblockliquidstarlight Block{astralsorcery:fluidblockliquidstarlight} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3312 astralsorcery:blockcustomore Block{astralsorcery:blockcustomore} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3313 astralsorcery:blockcustomsandore Block{astralsorcery:blockcustomsandore} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3314 astralsorcery:blockcustomflower Block{astralsorcery:blockcustomflower} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3315 astralsorcery:blockmarble Block{astralsorcery:blockmarble} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3316 astralsorcery:blockmarblestairs Block{astralsorcery:blockmarblestairs} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3317 astralsorcery:blockmarbleslab Block{astralsorcery:blockmarbleslab} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3318 astralsorcery:blockmarbledoubleslab Block{astralsorcery:blockmarbledoubleslab} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3319 astralsorcery:blockblackmarble Block{astralsorcery:blockblackmarble} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3320 astralsorcery:blockinfusedwood Block{astralsorcery:blockinfusedwood} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3321 astralsorcery:blockflarelight Block{astralsorcery:blockflarelight} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3322 astralsorcery:blockvanishing Block{astralsorcery:blockvanishing} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3323 astralsorcery:blockchalice Block{astralsorcery:blockchalice} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3324 astralsorcery:blockbore Block{astralsorcery:blockbore} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3325 astralsorcery:blockborehead Block{astralsorcery:blockborehead} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3326 astralsorcery:blockaltar Block{astralsorcery:blockaltar} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3327 astralsorcery:blockattunementaltar Block{astralsorcery:blockattunementaltar} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3328 astralsorcery:blockattunementrelay Block{astralsorcery:blockattunementrelay} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3329 astralsorcery:blockritualpedestal Block{astralsorcery:blockritualpedestal} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3330 astralsorcery:blockwell Block{astralsorcery:blockwell} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3331 astralsorcery:blockworldilluminator Block{astralsorcery:blockworldilluminator} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3332 astralsorcery:blockmachine Block{astralsorcery:blockmachine} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3333 astralsorcery:blockfaketree Block{astralsorcery:blockfaketree} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3334 astralsorcery:blockstarlightinfuser Block{astralsorcery:blockstarlightinfuser} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3335 astralsorcery:blockrituallink Block{astralsorcery:blockrituallink} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3336 astralsorcery:blockportalnode Block{astralsorcery:blockportalnode} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3337 astralsorcery:blocktreebeacon Block{astralsorcery:blocktreebeacon} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3338 astralsorcery:blocktranslucentblock Block{astralsorcery:blocktranslucentblock} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3339 astralsorcery:blockmapdrawingtable Block{astralsorcery:blockmapdrawingtable} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3340 astralsorcery:blockcelestialgateway Block{astralsorcery:blockcelestialgateway} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3341 astralsorcery:blockobservatory Block{astralsorcery:blockobservatory} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3342 astralsorcery:blocklens Block{astralsorcery:blocklens} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3343 astralsorcery:blockprism Block{astralsorcery:blockprism} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3344 astralsorcery:blockcelestialcrystals Block{astralsorcery:blockcelestialcrystals} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3345 astralsorcery:blockgemcrystals Block{astralsorcery:blockgemcrystals} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3346 astralsorcery:blockcollectorcrystal Block{astralsorcery:blockcollectorcrystal} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3347 astralsorcery:blockcelestialcollectorcrystal Block{astralsorcery:blockcelestialcollectorcrystal} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3348 astralsorcery:blockstructural Block{astralsorcery:blockstructural} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3349 astralsorcery:blockgeolosyssamplecluster Block{astralsorcery:blockgeolosyssamplecluster} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3350 buildcraftbuilders:filler Block{buildcraftbuilders:filler} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3351 buildcraftbuilders:builder Block{buildcraftbuilders:builder} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3352 buildcraftbuilders:architect Block{buildcraftbuilders:architect} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3353 buildcraftbuilders:library Block{buildcraftbuilders:library} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3354 buildcraftbuilders:replacer Block{buildcraftbuilders:replacer} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3355 buildcraftbuilders:frame Block{buildcraftbuilders:frame} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3356 buildcraftbuilders:quarry Block{buildcraftbuilders:quarry} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3357 buildcraftfactory:autoworkbench_item Block{buildcraftfactory:autoworkbench_item} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3358 buildcraftfactory:mining_well Block{buildcraftfactory:mining_well} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3359 buildcraftfactory:tube Block{buildcraftfactory:tube} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3360 buildcraftfactory:flood_gate Block{buildcraftfactory:flood_gate} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3361 buildcraftfactory:tank Block{buildcraftfactory:tank} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3362 buildcraftfactory:chute Block{buildcraftfactory:chute} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3363 buildcraftfactory:distiller Block{buildcraftfactory:distiller} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3364 buildcraftfactory:heat_exchange Block{buildcraftfactory:heat_exchange} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3365 buildcraftfactory:water_gel Block{buildcraftfactory:water_gel} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3366 buildcraftrobotics:zone_planner Block{buildcraftrobotics:zone_planner} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3367 buildcrafttransport:filtered_buffer Block{buildcrafttransport:filtered_buffer} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3368 buildcrafttransport:pipe_holder Block{buildcrafttransport:pipe_holder} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3369 chiselsandbits:bittank Block{chiselsandbits:bittank} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3370 chiselsandbits:chiseled_wood Block{chiselsandbits:chiseled_wood} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3371 chiselsandbits:chiseled_rock Block{chiselsandbits:chiseled_rock} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3372 chiselsandbits:chiseled_iron Block{chiselsandbits:chiseled_iron} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3373 chiselsandbits:chiseled_cloth Block{chiselsandbits:chiseled_cloth} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3374 chiselsandbits:chiseled_ice Block{chiselsandbits:chiseled_ice} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3375 chiselsandbits:chiseled_packedice Block{chiselsandbits:chiseled_packedice} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3376 chiselsandbits:chiseled_clay Block{chiselsandbits:chiseled_clay} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3377 chiselsandbits:chiseled_glass Block{chiselsandbits:chiseled_glass} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3378 chiselsandbits:chiseled_sand Block{chiselsandbits:chiseled_sand} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3379 chiselsandbits:chiseled_ground Block{chiselsandbits:chiseled_ground} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3380 chiselsandbits:chiseled_grass Block{chiselsandbits:chiseled_grass} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3381 chiselsandbits:chiseled_snow Block{chiselsandbits:chiseled_snow} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3382 chiselsandbits:chiseled_fluid Block{chiselsandbits:chiseled_fluid} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3383 chiselsandbits:chiseled_leaves Block{chiselsandbits:chiseled_leaves} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3384 refinedstorage:controller Block{refinedstorage:controller} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3385 refinedstorage:grid Block{refinedstorage:grid} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3386 refinedstorage:portable_grid Block{refinedstorage:portable_grid} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3387 refinedstorage:crafting_monitor Block{refinedstorage:crafting_monitor} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3388 refinedstorage:storage_monitor Block{refinedstorage:storage_monitor} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3389 refinedstorage:security_manager Block{refinedstorage:security_manager} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3390 refinedstorage:crafter Block{refinedstorage:crafter} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3391 refinedstorage:disk_drive Block{refinedstorage:disk_drive} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3392 refinedstorage:storage Block{refinedstorage:storage} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3393 refinedstorage:fluid_storage Block{refinedstorage:fluid_storage} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3394 refinedstorage:cable Block{refinedstorage:cable} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3395 refinedstorage:importer Block{refinedstorage:importer} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3396 refinedstorage:exporter Block{refinedstorage:exporter} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3397 refinedstorage:external_storage Block{refinedstorage:external_storage} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3398 refinedstorage:constructor Block{refinedstorage:constructor} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3399 refinedstorage:destructor Block{refinedstorage:destructor} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3400 refinedstorage:reader Block{refinedstorage:reader} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3401 refinedstorage:writer Block{refinedstorage:writer} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3402 refinedstorage:detector Block{refinedstorage:detector} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3403 refinedstorage:relay Block{refinedstorage:relay} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3404 refinedstorage:interface Block{refinedstorage:interface} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3405 refinedstorage:fluid_interface Block{refinedstorage:fluid_interface} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3406 refinedstorage:wireless_transmitter Block{refinedstorage:wireless_transmitter} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3407 refinedstorage:machine_casing Block{refinedstorage:machine_casing} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3408 refinedstorage:quartz_enriched_iron_block Block{refinedstorage:quartz_enriched_iron_block} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3409 refinedstorage:network_transmitter Block{refinedstorage:network_transmitter} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3410 refinedstorage:network_receiver Block{refinedstorage:network_receiver} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3411 refinedstorage:disk_manipulator Block{refinedstorage:disk_manipulator} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3412 refinedstorage:crafter_manager Block{refinedstorage:crafter_manager} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3413 dimensionalcontrol:dimensional_portal Block{dimensionalcontrol:dimensional_portal} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3414 environmentaltech:litherite Block{environmentaltech:litherite} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3415 environmentaltech:litherite_paver Block{environmentaltech:litherite_paver} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3416 environmentaltech:litherite_bricks Block{environmentaltech:litherite_bricks} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3417 environmentaltech:litherite_tiles Block{environmentaltech:litherite_tiles} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3418 environmentaltech:litherite_stairs Block{environmentaltech:litherite_stairs} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3419 environmentaltech:litherite_brick_stairs Block{environmentaltech:litherite_brick_stairs} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3420 environmentaltech:litherite_tile_stairs Block{environmentaltech:litherite_tile_stairs} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3421 environmentaltech:litherite_slab_double Block{environmentaltech:litherite_slab_double} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3422 environmentaltech:litherite_slab Block{environmentaltech:litherite_slab} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3423 environmentaltech:litherite_paver_slab_double Block{environmentaltech:litherite_paver_slab_double} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3424 environmentaltech:litherite_paver_slab Block{environmentaltech:litherite_paver_slab} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3425 environmentaltech:litherite_brick_slab_double Block{environmentaltech:litherite_brick_slab_double} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3426 environmentaltech:litherite_brick_slab Block{environmentaltech:litherite_brick_slab} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3427 environmentaltech:litherite_tile_slab_double Block{environmentaltech:litherite_tile_slab_double} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3428 environmentaltech:litherite_tile_slab Block{environmentaltech:litherite_tile_slab} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3429 environmentaltech:erodium Block{environmentaltech:erodium} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3430 environmentaltech:erodium_paver Block{environmentaltech:erodium_paver} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3431 environmentaltech:erodium_bricks Block{environmentaltech:erodium_bricks} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3432 environmentaltech:erodium_tiles Block{environmentaltech:erodium_tiles} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3433 environmentaltech:erodium_stairs Block{environmentaltech:erodium_stairs} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3434 environmentaltech:erodium_brick_stairs Block{environmentaltech:erodium_brick_stairs} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3435 environmentaltech:erodium_tile_stairs Block{environmentaltech:erodium_tile_stairs} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3436 environmentaltech:erodium_slab_double Block{environmentaltech:erodium_slab_double} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3437 environmentaltech:erodium_slab Block{environmentaltech:erodium_slab} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3438 environmentaltech:erodium_paver_slab_double Block{environmentaltech:erodium_paver_slab_double} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3439 environmentaltech:erodium_paver_slab Block{environmentaltech:erodium_paver_slab} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3440 environmentaltech:erodium_brick_slab_double Block{environmentaltech:erodium_brick_slab_double} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3441 environmentaltech:erodium_brick_slab Block{environmentaltech:erodium_brick_slab} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3442 environmentaltech:erodium_tile_slab_double Block{environmentaltech:erodium_tile_slab_double} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3443 environmentaltech:erodium_tile_slab Block{environmentaltech:erodium_tile_slab} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3444 environmentaltech:kyronite Block{environmentaltech:kyronite} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3445 environmentaltech:kyronite_paver Block{environmentaltech:kyronite_paver} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3446 environmentaltech:kyronite_bricks Block{environmentaltech:kyronite_bricks} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3447 environmentaltech:kyronite_tiles Block{environmentaltech:kyronite_tiles} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3448 environmentaltech:kyronite_stairs Block{environmentaltech:kyronite_stairs} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3449 environmentaltech:kyronite_brick_stairs Block{environmentaltech:kyronite_brick_stairs} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3450 environmentaltech:kyronite_tile_stairs Block{environmentaltech:kyronite_tile_stairs} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3451 environmentaltech:kyronite_slab_double Block{environmentaltech:kyronite_slab_double} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3452 environmentaltech:kyronite_slab Block{environmentaltech:kyronite_slab} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3453 environmentaltech:kyronite_paver_slab_double Block{environmentaltech:kyronite_paver_slab_double} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3454 environmentaltech:kyronite_paver_slab Block{environmentaltech:kyronite_paver_slab} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3455 environmentaltech:kyronite_brick_slab_double Block{environmentaltech:kyronite_brick_slab_double} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3456 environmentaltech:kyronite_brick_slab Block{environmentaltech:kyronite_brick_slab} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3457 environmentaltech:kyronite_tile_slab_double Block{environmentaltech:kyronite_tile_slab_double} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3458 environmentaltech:kyronite_tile_slab Block{environmentaltech:kyronite_tile_slab} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3459 environmentaltech:pladium Block{environmentaltech:pladium} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3460 environmentaltech:pladium_paver Block{environmentaltech:pladium_paver} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3461 environmentaltech:pladium_bricks Block{environmentaltech:pladium_bricks} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3462 environmentaltech:pladium_tiles Block{environmentaltech:pladium_tiles} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3463 environmentaltech:pladium_stairs Block{environmentaltech:pladium_stairs} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3464 environmentaltech:pladium_brick_stairs Block{environmentaltech:pladium_brick_stairs} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3465 environmentaltech:pladium_tile_stairs Block{environmentaltech:pladium_tile_stairs} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3466 environmentaltech:pladium_slab_double Block{environmentaltech:pladium_slab_double} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3467 environmentaltech:pladium_slab Block{environmentaltech:pladium_slab} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3468 environmentaltech:pladium_paver_slab_double Block{environmentaltech:pladium_paver_slab_double} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3469 environmentaltech:pladium_paver_slab Block{environmentaltech:pladium_paver_slab} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3470 environmentaltech:pladium_brick_slab_double Block{environmentaltech:pladium_brick_slab_double} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3471 environmentaltech:pladium_brick_slab Block{environmentaltech:pladium_brick_slab} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3472 environmentaltech:pladium_tile_slab_double Block{environmentaltech:pladium_tile_slab_double} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3473 environmentaltech:pladium_tile_slab Block{environmentaltech:pladium_tile_slab} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3474 environmentaltech:ionite Block{environmentaltech:ionite} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3475 environmentaltech:ionite_paver Block{environmentaltech:ionite_paver} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3476 environmentaltech:ionite_bricks Block{environmentaltech:ionite_bricks} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3477 environmentaltech:ionite_tiles Block{environmentaltech:ionite_tiles} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3478 environmentaltech:ionite_stairs Block{environmentaltech:ionite_stairs} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3479 environmentaltech:ionite_brick_stairs Block{environmentaltech:ionite_brick_stairs} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3480 environmentaltech:ionite_tile_stairs Block{environmentaltech:ionite_tile_stairs} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3481 environmentaltech:ionite_slab_double Block{environmentaltech:ionite_slab_double} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3482 environmentaltech:ionite_slab Block{environmentaltech:ionite_slab} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3483 environmentaltech:ionite_paver_slab_double Block{environmentaltech:ionite_paver_slab_double} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3484 environmentaltech:ionite_paver_slab Block{environmentaltech:ionite_paver_slab} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3485 environmentaltech:ionite_brick_slab_double Block{environmentaltech:ionite_brick_slab_double} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3486 environmentaltech:ionite_brick_slab Block{environmentaltech:ionite_brick_slab} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3487 environmentaltech:ionite_tile_slab_double Block{environmentaltech:ionite_tile_slab_double} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3488 environmentaltech:ionite_tile_slab Block{environmentaltech:ionite_tile_slab} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3489 environmentaltech:aethium Block{environmentaltech:aethium} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3490 environmentaltech:aethium_paver Block{environmentaltech:aethium_paver} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3491 environmentaltech:aethium_bricks Block{environmentaltech:aethium_bricks} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3492 environmentaltech:aethium_tiles Block{environmentaltech:aethium_tiles} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3493 environmentaltech:aethium_stairs Block{environmentaltech:aethium_stairs} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3494 environmentaltech:aethium_brick_stairs Block{environmentaltech:aethium_brick_stairs} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3495 environmentaltech:aethium_tile_stairs Block{environmentaltech:aethium_tile_stairs} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3496 environmentaltech:aethium_slab_double Block{environmentaltech:aethium_slab_double} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3497 environmentaltech:aethium_slab Block{environmentaltech:aethium_slab} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3498 environmentaltech:aethium_paver_slab_double Block{environmentaltech:aethium_paver_slab_double} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3499 environmentaltech:aethium_paver_slab Block{environmentaltech:aethium_paver_slab} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3500 environmentaltech:aethium_brick_slab_double Block{environmentaltech:aethium_brick_slab_double} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3501 environmentaltech:aethium_brick_slab Block{environmentaltech:aethium_brick_slab} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3502 environmentaltech:aethium_tile_slab_double Block{environmentaltech:aethium_tile_slab_double} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3503 environmentaltech:aethium_tile_slab Block{environmentaltech:aethium_tile_slab} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3504 environmentaltech:lonsdaleite Block{environmentaltech:lonsdaleite} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3505 environmentaltech:lonsdaleite_paver Block{environmentaltech:lonsdaleite_paver} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3506 environmentaltech:lonsdaleite_bricks Block{environmentaltech:lonsdaleite_bricks} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3507 environmentaltech:lonsdaleite_tiles Block{environmentaltech:lonsdaleite_tiles} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3508 environmentaltech:lonsdaleite_stairs Block{environmentaltech:lonsdaleite_stairs} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3509 environmentaltech:lonsdaleite_brick_stairs Block{environmentaltech:lonsdaleite_brick_stairs} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3510 environmentaltech:lonsdaleite_tile_stairs Block{environmentaltech:lonsdaleite_tile_stairs} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3511 environmentaltech:lonsdaleite_slab_double Block{environmentaltech:lonsdaleite_slab_double} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3512 environmentaltech:lonsdaleite_slab Block{environmentaltech:lonsdaleite_slab} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3513 environmentaltech:lonsdaleite_paver_slab_double Block{environmentaltech:lonsdaleite_paver_slab_double} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3514 environmentaltech:lonsdaleite_paver_slab Block{environmentaltech:lonsdaleite_paver_slab} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3515 environmentaltech:lonsdaleite_brick_slab_double Block{environmentaltech:lonsdaleite_brick_slab_double} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3516 environmentaltech:lonsdaleite_brick_slab Block{environmentaltech:lonsdaleite_brick_slab} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3517 environmentaltech:lonsdaleite_tile_slab_double Block{environmentaltech:lonsdaleite_tile_slab_double} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3518 environmentaltech:lonsdaleite_tile_slab Block{environmentaltech:lonsdaleite_tile_slab} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3519 environmentaltech:mica Block{environmentaltech:mica} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3520 environmentaltech:interconnect Block{environmentaltech:interconnect} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3521 environmentaltech:modifier_null Block{environmentaltech:modifier_null} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3522 environmentaltech:modifier_speed Block{environmentaltech:modifier_speed} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3523 environmentaltech:modifier_luck Block{environmentaltech:modifier_luck} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3524 environmentaltech:structure_frame_1 Block{environmentaltech:structure_frame_1} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3525 environmentaltech:structure_frame_2 Block{environmentaltech:structure_frame_2} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3526 environmentaltech:structure_frame_3 Block{environmentaltech:structure_frame_3} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3527 environmentaltech:structure_frame_4 Block{environmentaltech:structure_frame_4} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3528 environmentaltech:structure_frame_5 Block{environmentaltech:structure_frame_5} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3529 environmentaltech:structure_frame_6 Block{environmentaltech:structure_frame_6} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3530 environmentaltech:structure_panel Block{environmentaltech:structure_panel} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3531 environmentaltech:structure_panel_clear Block{environmentaltech:structure_panel_clear} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3532 environmentaltech:lightning_rod Block{environmentaltech:lightning_rod} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3533 environmentaltech:lightning_rod_insulated Block{environmentaltech:lightning_rod_insulated} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3534 environmentaltech:lightning_cont_1 Block{environmentaltech:lightning_cont_1} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3535 environmentaltech:lightning_cont_2 Block{environmentaltech:lightning_cont_2} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3536 environmentaltech:lightning_cont_3 Block{environmentaltech:lightning_cont_3} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3537 environmentaltech:lightning_cont_4 Block{environmentaltech:lightning_cont_4} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3538 environmentaltech:lightning_cont_5 Block{environmentaltech:lightning_cont_5} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3539 environmentaltech:lightning_cont_6 Block{environmentaltech:lightning_cont_6} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3540 environmentaltech:solar_cont_1 Block{environmentaltech:solar_cont_1} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3541 environmentaltech:solar_cont_2 Block{environmentaltech:solar_cont_2} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3542 environmentaltech:solar_cont_3 Block{environmentaltech:solar_cont_3} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3543 environmentaltech:solar_cont_4 Block{environmentaltech:solar_cont_4} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3544 environmentaltech:solar_cont_5 Block{environmentaltech:solar_cont_5} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3545 environmentaltech:solar_cont_6 Block{environmentaltech:solar_cont_6} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3546 environmentaltech:solar_cell_litherite Block{environmentaltech:solar_cell_litherite} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3547 environmentaltech:solar_cell_erodium Block{environmentaltech:solar_cell_erodium} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3548 environmentaltech:solar_cell_kyronite Block{environmentaltech:solar_cell_kyronite} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3549 environmentaltech:solar_cell_pladium Block{environmentaltech:solar_cell_pladium} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3550 environmentaltech:solar_cell_ionite Block{environmentaltech:solar_cell_ionite} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3551 environmentaltech:solar_cell_aethium Block{environmentaltech:solar_cell_aethium} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3552 environmentaltech:modifier_piezo Block{environmentaltech:modifier_piezo} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3553 environmentaltech:thermal_cell Block{environmentaltech:thermal_cell} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3554 environmentaltech:laser_core Block{environmentaltech:laser_core} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3555 environmentaltech:laser_lens Block{environmentaltech:laser_lens} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3556 environmentaltech:laser_lens_crystal Block{environmentaltech:laser_lens_crystal} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3557 environmentaltech:laser_lens_colored Block{environmentaltech:laser_lens_colored} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3558 environmentaltech:modifier_accuracy Block{environmentaltech:modifier_accuracy} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3559 environmentaltech:void_ore_miner_cont_1 Block{environmentaltech:void_ore_miner_cont_1} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3560 environmentaltech:void_ore_miner_cont_2 Block{environmentaltech:void_ore_miner_cont_2} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3561 environmentaltech:void_ore_miner_cont_3 Block{environmentaltech:void_ore_miner_cont_3} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3562 environmentaltech:void_ore_miner_cont_4 Block{environmentaltech:void_ore_miner_cont_4} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3563 environmentaltech:void_ore_miner_cont_5 Block{environmentaltech:void_ore_miner_cont_5} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3564 environmentaltech:void_ore_miner_cont_6 Block{environmentaltech:void_ore_miner_cont_6} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3565 environmentaltech:void_res_miner_cont_1 Block{environmentaltech:void_res_miner_cont_1} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3566 environmentaltech:void_res_miner_cont_2 Block{environmentaltech:void_res_miner_cont_2} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3567 environmentaltech:void_res_miner_cont_3 Block{environmentaltech:void_res_miner_cont_3} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3568 environmentaltech:void_res_miner_cont_4 Block{environmentaltech:void_res_miner_cont_4} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3569 environmentaltech:void_res_miner_cont_5 Block{environmentaltech:void_res_miner_cont_5} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3570 environmentaltech:void_res_miner_cont_6 Block{environmentaltech:void_res_miner_cont_6} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3571 environmentaltech:void_botanic_miner_cont_1 Block{environmentaltech:void_botanic_miner_cont_1} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3572 environmentaltech:void_botanic_miner_cont_2 Block{environmentaltech:void_botanic_miner_cont_2} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3573 environmentaltech:void_botanic_miner_cont_3 Block{environmentaltech:void_botanic_miner_cont_3} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3574 environmentaltech:void_botanic_miner_cont_4 Block{environmentaltech:void_botanic_miner_cont_4} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3575 environmentaltech:void_botanic_miner_cont_5 Block{environmentaltech:void_botanic_miner_cont_5} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3576 environmentaltech:void_botanic_miner_cont_6 Block{environmentaltech:void_botanic_miner_cont_6} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3577 environmentaltech:modifier_creative_flight Block{environmentaltech:modifier_creative_flight} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3578 environmentaltech:modifier_flight_speed Block{environmentaltech:modifier_flight_speed} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3579 environmentaltech:modifier_haste Block{environmentaltech:modifier_haste} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3580 environmentaltech:modifier_strength Block{environmentaltech:modifier_strength} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3581 environmentaltech:modifier_jump_boost Block{environmentaltech:modifier_jump_boost} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3582 environmentaltech:modifier_regeneration Block{environmentaltech:modifier_regeneration} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3583 environmentaltech:modifier_resistance Block{environmentaltech:modifier_resistance} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3584 environmentaltech:modifier_fire_resistance Block{environmentaltech:modifier_fire_resistance} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3585 environmentaltech:modifier_water_breathing Block{environmentaltech:modifier_water_breathing} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3586 environmentaltech:modifier_invisibility Block{environmentaltech:modifier_invisibility} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3587 environmentaltech:modifier_night_vision Block{environmentaltech:modifier_night_vision} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3588 environmentaltech:modifier_health_boost Block{environmentaltech:modifier_health_boost} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3589 environmentaltech:modifier_absorption Block{environmentaltech:modifier_absorption} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3590 environmentaltech:modifier_saturation Block{environmentaltech:modifier_saturation} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3591 environmentaltech:modifier_glowing Block{environmentaltech:modifier_glowing} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3592 environmentaltech:nano_cont_ranged_1 Block{environmentaltech:nano_cont_ranged_1} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3593 environmentaltech:nano_cont_ranged_2 Block{environmentaltech:nano_cont_ranged_2} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3594 environmentaltech:nano_cont_ranged_3 Block{environmentaltech:nano_cont_ranged_3} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3595 environmentaltech:nano_cont_ranged_4 Block{environmentaltech:nano_cont_ranged_4} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3596 environmentaltech:nano_cont_ranged_5 Block{environmentaltech:nano_cont_ranged_5} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3597 environmentaltech:nano_cont_ranged_6 Block{environmentaltech:nano_cont_ranged_6} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3598 environmentaltech:nano_cont_personal_1 Block{environmentaltech:nano_cont_personal_1} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3599 environmentaltech:nano_cont_personal_2 Block{environmentaltech:nano_cont_personal_2} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3600 environmentaltech:nano_cont_personal_3 Block{environmentaltech:nano_cont_personal_3} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3601 environmentaltech:nano_cont_personal_4 Block{environmentaltech:nano_cont_personal_4} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3602 environmentaltech:nano_cont_personal_5 Block{environmentaltech:nano_cont_personal_5} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3603 environmentaltech:nano_cont_personal_6 Block{environmentaltech:nano_cont_personal_6} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3604 progressiontweaks:fire_pit_lit Block{progressiontweaks:fire_pit_lit} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3605 progressiontweaks:fire_pit_unlit Block{progressiontweaks:fire_pit_unlit} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3606 progressiontweaks:blank_teleporter Block{progressiontweaks:blank_teleporter} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3607 progressiontweaks:machine_frame Block{progressiontweaks:machine_frame} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3608 progressiontweaks:nanomachine_frame Block{progressiontweaks:nanomachine_frame} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3609 mcjtylib_ng:multipart Block{mcjtylib_ng:multipart} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3610 industrialforegoing:petrified_fuel_generator Block{industrialforegoing:petrified_fuel_generator} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3611 industrialforegoing:enchantment_refiner Block{industrialforegoing:enchantment_refiner} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3612 industrialforegoing:enchantment_extractor Block{industrialforegoing:enchantment_extractor} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3613 industrialforegoing:enchantment_aplicator Block{industrialforegoing:enchantment_aplicator} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3614 industrialforegoing:mob_relocator Block{industrialforegoing:mob_relocator} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3615 industrialforegoing:potion_enervator Block{industrialforegoing:potion_enervator} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3616 industrialforegoing:animal_independence_selector Block{industrialforegoing:animal_independence_selector} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3617 industrialforegoing:animal_stock_increaser Block{industrialforegoing:animal_stock_increaser} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3618 industrialforegoing:crop_sower Block{industrialforegoing:crop_sower} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3619 industrialforegoing:crop_enrich_material_injector Block{industrialforegoing:crop_enrich_material_injector} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3620 industrialforegoing:crop_recolector Block{industrialforegoing:crop_recolector} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3621 industrialforegoing:black_hole_unit Block{industrialforegoing:black_hole_unit} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3622 industrialforegoing:water_condensator Block{industrialforegoing:water_condensator} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3623 industrialforegoing:animal_resource_harvester Block{industrialforegoing:animal_resource_harvester} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3624 industrialforegoing:mob_slaughter_factory Block{industrialforegoing:mob_slaughter_factory} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3625 industrialforegoing:mob_duplicator Block{industrialforegoing:mob_duplicator} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3626 industrialforegoing:block_destroyer Block{industrialforegoing:block_destroyer} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3627 industrialforegoing:block_placer Block{industrialforegoing:block_placer} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3628 industrialforegoing:sewage_composter_solidifier Block{industrialforegoing:sewage_composter_solidifier} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3629 industrialforegoing:animal_byproduct_recolector Block{industrialforegoing:animal_byproduct_recolector} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3630 industrialforegoing:sludge_refiner Block{industrialforegoing:sludge_refiner} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3631 industrialforegoing:mob_detector Block{industrialforegoing:mob_detector} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3632 industrialforegoing:lava_fabricator Block{industrialforegoing:lava_fabricator} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3633 industrialforegoing:bioreactor Block{industrialforegoing:bioreactor} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3634 industrialforegoing:biofuel_generator Block{industrialforegoing:biofuel_generator} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3635 industrialforegoing:laser_base Block{industrialforegoing:laser_base} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3636 industrialforegoing:laser_drill Block{industrialforegoing:laser_drill} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3637 industrialforegoing:ore_processor Block{industrialforegoing:ore_processor} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3638 industrialforegoing:black_hole_controller Block{industrialforegoing:black_hole_controller} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3639 industrialforegoing:black_hole_controller_reworked Block{industrialforegoing:black_hole_controller_reworked} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3640 industrialforegoing:enchantment_invoker Block{industrialforegoing:enchantment_invoker} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3641 industrialforegoing:spores_recreator Block{industrialforegoing:spores_recreator} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3642 industrialforegoing:animal_growth_increaser Block{industrialforegoing:animal_growth_increaser} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3643 industrialforegoing:material_stonework_factory Block{industrialforegoing:material_stonework_factory} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3644 industrialforegoing:black_hole_tank Block{industrialforegoing:black_hole_tank} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3645 industrialforegoing:resourceful_furnace Block{industrialforegoing:resourceful_furnace} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3646 industrialforegoing:villager_trade_exchanger Block{industrialforegoing:villager_trade_exchanger} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3647 industrialforegoing:energy_field_provider Block{industrialforegoing:energy_field_provider} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3648 industrialforegoing:oredictionary_converter Block{industrialforegoing:oredictionary_converter} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3649 industrialforegoing:protein_reactor Block{industrialforegoing:protein_reactor} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3650 industrialforegoing:protein_generator Block{industrialforegoing:protein_generator} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3651 industrialforegoing:hydrator Block{industrialforegoing:hydrator} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3652 industrialforegoing:wither_builder Block{industrialforegoing:wither_builder} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3653 industrialforegoing:fluid_pump Block{industrialforegoing:fluid_pump} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3654 industrialforegoing:fluid_crafter Block{industrialforegoing:fluid_crafter} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3655 industrialforegoing:plant_interactor Block{industrialforegoing:plant_interactor} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3656 industrialforegoing:item_splitter Block{industrialforegoing:item_splitter} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3657 industrialforegoing:fluiddictionary_converter Block{industrialforegoing:fluiddictionary_converter} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3658 industrialforegoing:froster Block{industrialforegoing:froster} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3659 industrialforegoing:essence Block{industrialforegoing:essence} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3660 industrialforegoing:milk Block{industrialforegoing:milk} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3661 industrialforegoing:meat Block{industrialforegoing:meat} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3662 industrialforegoing:latex Block{industrialforegoing:latex} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3663 industrialforegoing:sewage Block{industrialforegoing:sewage} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3664 industrialforegoing:sludge Block{industrialforegoing:sludge} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3665 industrialforegoing:biofuel Block{industrialforegoing:biofuel} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3666 industrialforegoing:if.pink_slime Block{industrialforegoing:if.pink_slime} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3667 industrialforegoing:if.protein Block{industrialforegoing:if.protein} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3668 industrialforegoing:conveyor Block{industrialforegoing:conveyor} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3669 industrialforegoing:black_hole_label Block{industrialforegoing:black_hole_label} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3670 modularmachinery:blockcontroller Block{modularmachinery:blockcontroller} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3671 modularmachinery:blockcasing Block{modularmachinery:blockcasing} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3672 modularmachinery:blockinputbus Block{modularmachinery:blockinputbus} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3673 modularmachinery:blockoutputbus Block{modularmachinery:blockoutputbus} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3674 modularmachinery:blockfluidinputhatch Block{modularmachinery:blockfluidinputhatch} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3675 modularmachinery:blockfluidoutputhatch Block{modularmachinery:blockfluidoutputhatch} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3676 modularmachinery:blockenergyinputhatch Block{modularmachinery:blockenergyinputhatch} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3677 modularmachinery:blockenergyoutputhatch Block{modularmachinery:blockenergyoutputhatch} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3678 primalchests:primal_chest Block{primalchests:primal_chest} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3679 primalchests:primal_chest_advanced Block{primalchests:primal_chest_advanced} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3680 thebetweenlands:swamp_water Block{thebetweenlands:swamp_water} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3681 thebetweenlands:stagnant_water Block{thebetweenlands:stagnant_water} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3682 thebetweenlands:tar Block{thebetweenlands:tar} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3683 thebetweenlands:rubber Block{thebetweenlands:rubber} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3684 thebetweenlands:druid_stone_1 Block{thebetweenlands:druid_stone_1} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3685 thebetweenlands:druid_stone_2 Block{thebetweenlands:druid_stone_2} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3686 thebetweenlands:druid_stone_3 Block{thebetweenlands:druid_stone_3} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3687 thebetweenlands:druid_stone_4 Block{thebetweenlands:druid_stone_4} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3688 thebetweenlands:druid_stone_5 Block{thebetweenlands:druid_stone_5} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3689 thebetweenlands:druid_stone_6 Block{thebetweenlands:druid_stone_6} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3690 thebetweenlands:betweenlands_bedrock Block{thebetweenlands:betweenlands_bedrock} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3691 thebetweenlands:betweenstone Block{thebetweenlands:betweenstone} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3692 thebetweenlands:generic_stone Block{thebetweenlands:generic_stone} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3693 thebetweenlands:mud Block{thebetweenlands:mud} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3694 thebetweenlands:peat Block{thebetweenlands:peat} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3695 thebetweenlands:sludgy_dirt Block{thebetweenlands:sludgy_dirt} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3696 thebetweenlands:spreading_sludgy_dirt Block{thebetweenlands:spreading_sludgy_dirt} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3697 thebetweenlands:slimy_dirt Block{thebetweenlands:slimy_dirt} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3698 thebetweenlands:slimy_grass Block{thebetweenlands:slimy_grass} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3699 thebetweenlands:cragrock Block{thebetweenlands:cragrock} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3700 thebetweenlands:pitstone Block{thebetweenlands:pitstone} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3701 thebetweenlands:limestone Block{thebetweenlands:limestone} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3702 thebetweenlands:swamp_dirt Block{thebetweenlands:swamp_dirt} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3703 thebetweenlands:coarse_swamp_dirt Block{thebetweenlands:coarse_swamp_dirt} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3704 thebetweenlands:swamp_grass Block{thebetweenlands:swamp_grass} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3705 thebetweenlands:wisp Block{thebetweenlands:wisp} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3706 thebetweenlands:octine_ore Block{thebetweenlands:octine_ore} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3707 thebetweenlands:valonite_ore Block{thebetweenlands:valonite_ore} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3708 thebetweenlands:sulfur_ore Block{thebetweenlands:sulfur_ore} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3709 thebetweenlands:slimy_bone_ore Block{thebetweenlands:slimy_bone_ore} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3710 thebetweenlands:scabyst_ore Block{thebetweenlands:scabyst_ore} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3711 thebetweenlands:syrmorite_ore Block{thebetweenlands:syrmorite_ore} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3712 thebetweenlands:aqua_middle_gem_ore Block{thebetweenlands:aqua_middle_gem_ore} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3713 thebetweenlands:crimson_middle_gem_ore Block{thebetweenlands:crimson_middle_gem_ore} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3714 thebetweenlands:green_middle_gem_ore Block{thebetweenlands:green_middle_gem_ore} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3715 thebetweenlands:life_crystal_stalactite Block{thebetweenlands:life_crystal_stalactite} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3716 thebetweenlands:stalactite Block{thebetweenlands:stalactite} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3717 thebetweenlands:silt Block{thebetweenlands:silt} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3718 thebetweenlands:dead_grass Block{thebetweenlands:dead_grass} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3719 thebetweenlands:tar_solid Block{thebetweenlands:tar_solid} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3720 thebetweenlands:puddle Block{thebetweenlands:puddle} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3721 thebetweenlands:log_weedwood Block{thebetweenlands:log_weedwood} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3722 thebetweenlands:log_rotten_bark Block{thebetweenlands:log_rotten_bark} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3723 thebetweenlands:log_spreading_rotten_bark Block{thebetweenlands:log_spreading_rotten_bark} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3724 thebetweenlands:log_rubber Block{thebetweenlands:log_rubber} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3725 thebetweenlands:log_hearthgrove Block{thebetweenlands:log_hearthgrove} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3726 thebetweenlands:log_nibbletwig Block{thebetweenlands:log_nibbletwig} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3727 thebetweenlands:log_spirit_tree Block{thebetweenlands:log_spirit_tree} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3728 thebetweenlands:weedwood Block{thebetweenlands:weedwood} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3729 thebetweenlands:log_sap Block{thebetweenlands:log_sap} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3730 thebetweenlands:sapling_weedwood Block{thebetweenlands:sapling_weedwood} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3731 thebetweenlands:sapling_sap Block{thebetweenlands:sapling_sap} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3732 thebetweenlands:sapling_rubber Block{thebetweenlands:sapling_rubber} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3733 thebetweenlands:sapling_hearthgrove Block{thebetweenlands:sapling_hearthgrove} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3734 thebetweenlands:sapling_nibbletwig Block{thebetweenlands:sapling_nibbletwig} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3735 thebetweenlands:sapling_spirit_tree Block{thebetweenlands:sapling_spirit_tree} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3736 thebetweenlands:root_pod Block{thebetweenlands:root_pod} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3737 thebetweenlands:leaves_weedwood_tree Block{thebetweenlands:leaves_weedwood_tree} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3738 thebetweenlands:leaves_sap_tree Block{thebetweenlands:leaves_sap_tree} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3739 thebetweenlands:leaves_rubber_tree Block{thebetweenlands:leaves_rubber_tree} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3740 thebetweenlands:leaves_hearthgrove_tree Block{thebetweenlands:leaves_hearthgrove_tree} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3741 thebetweenlands:leaves_nibbletwig_tree Block{thebetweenlands:leaves_nibbletwig_tree} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3742 thebetweenlands:leaves_spirit_tree_top Block{thebetweenlands:leaves_spirit_tree_top} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3743 thebetweenlands:leaves_spirit_tree_middle Block{thebetweenlands:leaves_spirit_tree_middle} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3744 thebetweenlands:leaves_spirit_tree_bottom Block{thebetweenlands:leaves_spirit_tree_bottom} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3745 thebetweenlands:weedwood_planks Block{thebetweenlands:weedwood_planks} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3746 thebetweenlands:rubber_tree_planks Block{thebetweenlands:rubber_tree_planks} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3747 thebetweenlands:giant_root_planks Block{thebetweenlands:giant_root_planks} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3748 thebetweenlands:hearthgrove_planks Block{thebetweenlands:hearthgrove_planks} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3749 thebetweenlands:nibbletwig_planks Block{thebetweenlands:nibbletwig_planks} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3750 thebetweenlands:angry_betweenstone Block{thebetweenlands:angry_betweenstone} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3751 thebetweenlands:betweenstone_bricks Block{thebetweenlands:betweenstone_bricks} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3752 thebetweenlands:betweenstone_bricks_mirage Block{thebetweenlands:betweenstone_bricks_mirage} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3753 thebetweenlands:betweenstone_tiles Block{thebetweenlands:betweenstone_tiles} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3754 thebetweenlands:betweenstone_chiseled Block{thebetweenlands:betweenstone_chiseled} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3755 thebetweenlands:cragrock_chiseled Block{thebetweenlands:cragrock_chiseled} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3756 thebetweenlands:limestone_chiseled Block{thebetweenlands:limestone_chiseled} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3757 thebetweenlands:pitstone_chiseled Block{thebetweenlands:pitstone_chiseled} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3758 thebetweenlands:scabyst_chiseled_1 Block{thebetweenlands:scabyst_chiseled_1} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3759 thebetweenlands:scabyst_chiseled_2 Block{thebetweenlands:scabyst_chiseled_2} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3760 thebetweenlands:scabyst_chiseled_3 Block{thebetweenlands:scabyst_chiseled_3} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3761 thebetweenlands:scabyst_pitstone_dotted Block{thebetweenlands:scabyst_pitstone_dotted} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3762 thebetweenlands:scabyst_pitstone_horizontal Block{thebetweenlands:scabyst_pitstone_horizontal} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3763 thebetweenlands:scabyst_bricks Block{thebetweenlands:scabyst_bricks} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3764 thebetweenlands:cracked_betweenstone_bricks Block{thebetweenlands:cracked_betweenstone_bricks} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3765 thebetweenlands:cracked_betweenstone_tiles Block{thebetweenlands:cracked_betweenstone_tiles} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3766 thebetweenlands:cracked_limestone_bricks Block{thebetweenlands:cracked_limestone_bricks} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3767 thebetweenlands:cragrock_bricks Block{thebetweenlands:cragrock_bricks} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3768 thebetweenlands:cragrock_tiles Block{thebetweenlands:cragrock_tiles} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3769 thebetweenlands:glowing_betweenstone_tile Block{thebetweenlands:glowing_betweenstone_tile} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3770 thebetweenlands:inactive_glowing_smooth_cragrock Block{thebetweenlands:inactive_glowing_smooth_cragrock} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3771 thebetweenlands:glowing_smooth_cragrock Block{thebetweenlands:glowing_smooth_cragrock} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3772 thebetweenlands:limestone_bricks Block{thebetweenlands:limestone_bricks} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3773 thebetweenlands:limestone_tiles Block{thebetweenlands:limestone_tiles} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3774 thebetweenlands:mossy_betweenstone_bricks Block{thebetweenlands:mossy_betweenstone_bricks} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3775 thebetweenlands:mossy_betweenstone_tiles Block{thebetweenlands:mossy_betweenstone_tiles} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3776 thebetweenlands:mossy_limestone_bricks Block{thebetweenlands:mossy_limestone_bricks} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3777 thebetweenlands:mossy_smooth_betweenstone Block{thebetweenlands:mossy_smooth_betweenstone} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3778 thebetweenlands:mud_bricks Block{thebetweenlands:mud_bricks} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3779 thebetweenlands:mud_brick_shingles Block{thebetweenlands:mud_brick_shingles} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3780 thebetweenlands:rubber_block Block{thebetweenlands:rubber_block} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3781 thebetweenlands:pitstone_bricks Block{thebetweenlands:pitstone_bricks} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3782 thebetweenlands:pitstone_tiles Block{thebetweenlands:pitstone_tiles} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3783 thebetweenlands:polished_limestone Block{thebetweenlands:polished_limestone} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3784 thebetweenlands:smooth_betweenstone Block{thebetweenlands:smooth_betweenstone} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3785 thebetweenlands:smooth_cragrock Block{thebetweenlands:smooth_cragrock} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3786 thebetweenlands:octine_block Block{thebetweenlands:octine_block} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3787 thebetweenlands:syrmorite_block Block{thebetweenlands:syrmorite_block} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3788 thebetweenlands:valonite_block Block{thebetweenlands:valonite_block} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3789 thebetweenlands:scabyst_block Block{thebetweenlands:scabyst_block} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3790 thebetweenlands:weak_betweenstone_tiles Block{thebetweenlands:weak_betweenstone_tiles} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3791 thebetweenlands:weak_polished_limestone Block{thebetweenlands:weak_polished_limestone} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3792 thebetweenlands:weak_mossy_betweenstone_tiles Block{thebetweenlands:weak_mossy_betweenstone_tiles} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3793 thebetweenlands:dentrothyst Block{thebetweenlands:dentrothyst} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3794 thebetweenlands:loot_pot Block{thebetweenlands:loot_pot} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3795 thebetweenlands:mob_spawner Block{thebetweenlands:mob_spawner} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3796 thebetweenlands:temple_pillar Block{thebetweenlands:temple_pillar} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3797 thebetweenlands:betweenstone_pillar Block{thebetweenlands:betweenstone_pillar} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3798 thebetweenlands:pitstone_pillar Block{thebetweenlands:pitstone_pillar} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3799 thebetweenlands:limestone_pillar Block{thebetweenlands:limestone_pillar} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3800 thebetweenlands:cragrock_pillar Block{thebetweenlands:cragrock_pillar} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3801 thebetweenlands:tar_beast_spawner Block{thebetweenlands:tar_beast_spawner} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3802 thebetweenlands:tar_loot_pot Block{thebetweenlands:tar_loot_pot} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3803 thebetweenlands:cragrock_stairs Block{thebetweenlands:cragrock_stairs} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3804 thebetweenlands:pitstone_stairs Block{thebetweenlands:pitstone_stairs} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3805 thebetweenlands:betweenstone_stairs Block{thebetweenlands:betweenstone_stairs} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3806 thebetweenlands:betweenstone_brick_stairs Block{thebetweenlands:betweenstone_brick_stairs} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3807 thebetweenlands:mud_brick_stairs Block{thebetweenlands:mud_brick_stairs} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3808 thebetweenlands:cragrock_brick_stairs Block{thebetweenlands:cragrock_brick_stairs} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3809 thebetweenlands:limestone_brick_stairs Block{thebetweenlands:limestone_brick_stairs} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3810 thebetweenlands:pitstone_brick_stairs Block{thebetweenlands:pitstone_brick_stairs} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3811 thebetweenlands:limestone_stairs Block{thebetweenlands:limestone_stairs} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3812 thebetweenlands:smooth_betweenstone_stairs Block{thebetweenlands:smooth_betweenstone_stairs} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3813 thebetweenlands:smooth_cragrock_stairs Block{thebetweenlands:smooth_cragrock_stairs} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3814 thebetweenlands:polished_limestone_stairs Block{thebetweenlands:polished_limestone_stairs} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3815 thebetweenlands:mossy_betweenstone_brick_stairs Block{thebetweenlands:mossy_betweenstone_brick_stairs} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3816 thebetweenlands:mossy_smooth_betweenstone_stairs Block{thebetweenlands:mossy_smooth_betweenstone_stairs} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3817 thebetweenlands:cracked_betweenstone_brick_stairs Block{thebetweenlands:cracked_betweenstone_brick_stairs} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3818 thebetweenlands:scabyst_brick_stairs Block{thebetweenlands:scabyst_brick_stairs} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3819 thebetweenlands:sulfur_block Block{thebetweenlands:sulfur_block} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3820 thebetweenlands:temple_bricks Block{thebetweenlands:temple_bricks} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3821 thebetweenlands:smooth_pitstone Block{thebetweenlands:smooth_pitstone} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3822 thebetweenlands:mire_coral_block Block{thebetweenlands:mire_coral_block} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3823 thebetweenlands:deep_water_coral_block Block{thebetweenlands:deep_water_coral_block} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3824 thebetweenlands:slimy_bone_block Block{thebetweenlands:slimy_bone_block} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3825 thebetweenlands:aqua_middle_gem_block Block{thebetweenlands:aqua_middle_gem_block} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3826 thebetweenlands:crimson_middle_gem_block Block{thebetweenlands:crimson_middle_gem_block} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3827 thebetweenlands:green_middle_gem_block Block{thebetweenlands:green_middle_gem_block} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3828 thebetweenlands:compost_block Block{thebetweenlands:compost_block} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3829 thebetweenlands:polished_dentrothyst Block{thebetweenlands:polished_dentrothyst} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3830 thebetweenlands:silt_glass Block{thebetweenlands:silt_glass} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3831 thebetweenlands:silt_glass_pane Block{thebetweenlands:silt_glass_pane} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3832 thebetweenlands:polished_dentrothyst_pane Block{thebetweenlands:polished_dentrothyst_pane} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3833 thebetweenlands:amate_paper_pane_1 Block{thebetweenlands:amate_paper_pane_1} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3834 thebetweenlands:amate_paper_pane_2 Block{thebetweenlands:amate_paper_pane_2} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3835 thebetweenlands:amate_paper_pane_3 Block{thebetweenlands:amate_paper_pane_3} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3836 thebetweenlands:smooth_pitstone_stairs Block{thebetweenlands:smooth_pitstone_stairs} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3837 thebetweenlands:tar_solid_stairs Block{thebetweenlands:tar_solid_stairs} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3838 thebetweenlands:temple_brick_stairs Block{thebetweenlands:temple_brick_stairs} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3839 thebetweenlands:spike_trap Block{thebetweenlands:spike_trap} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3840 thebetweenlands:weedwood_plank_stairs Block{thebetweenlands:weedwood_plank_stairs} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3841 thebetweenlands:rubber_tree_plank_stairs Block{thebetweenlands:rubber_tree_plank_stairs} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3842 thebetweenlands:giant_root_plank_stairs Block{thebetweenlands:giant_root_plank_stairs} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3843 thebetweenlands:hearthgrove_plank_stairs Block{thebetweenlands:hearthgrove_plank_stairs} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3844 thebetweenlands:nibbletwig_plank_stairs Block{thebetweenlands:nibbletwig_plank_stairs} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3845 thebetweenlands:possessed_block Block{thebetweenlands:possessed_block} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3846 thebetweenlands:item_cage Block{thebetweenlands:item_cage} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3847 thebetweenlands:item_shelf Block{thebetweenlands:item_shelf} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3848 thebetweenlands:thatch Block{thebetweenlands:thatch} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3849 thebetweenlands:cragrock_slab Block{thebetweenlands:cragrock_slab} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3850 thebetweenlands:pitstone_slab Block{thebetweenlands:pitstone_slab} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3851 thebetweenlands:betweenstone_slab Block{thebetweenlands:betweenstone_slab} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3852 thebetweenlands:smooth_pitstone_slab Block{thebetweenlands:smooth_pitstone_slab} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3853 thebetweenlands:tar_solid_slab Block{thebetweenlands:tar_solid_slab} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3854 thebetweenlands:temple_brick_slab Block{thebetweenlands:temple_brick_slab} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3855 thebetweenlands:betweenstone_brick_slab Block{thebetweenlands:betweenstone_brick_slab} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3856 thebetweenlands:mud_brick_slab Block{thebetweenlands:mud_brick_slab} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3857 thebetweenlands:cragrock_brick_slab Block{thebetweenlands:cragrock_brick_slab} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3858 thebetweenlands:limestone_brick_slab Block{thebetweenlands:limestone_brick_slab} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3859 thebetweenlands:limestone_slab Block{thebetweenlands:limestone_slab} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3860 thebetweenlands:smooth_betweenstone_slab Block{thebetweenlands:smooth_betweenstone_slab} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3861 thebetweenlands:smooth_cragrock_slab Block{thebetweenlands:smooth_cragrock_slab} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3862 thebetweenlands:polished_limestone_slab Block{thebetweenlands:polished_limestone_slab} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3863 thebetweenlands:pitstone_brick_slab Block{thebetweenlands:pitstone_brick_slab} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3864 thebetweenlands:mossy_betweenstone_brick_slab Block{thebetweenlands:mossy_betweenstone_brick_slab} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3865 thebetweenlands:mossy_smooth_betweenstone_slab Block{thebetweenlands:mossy_smooth_betweenstone_slab} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3866 thebetweenlands:cracked_betweenstone_brick_slab Block{thebetweenlands:cracked_betweenstone_brick_slab} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3867 thebetweenlands:weedwood_plank_slab Block{thebetweenlands:weedwood_plank_slab} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3868 thebetweenlands:rubber_tree_plank_slab Block{thebetweenlands:rubber_tree_plank_slab} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3869 thebetweenlands:giant_root_plank_slab Block{thebetweenlands:giant_root_plank_slab} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3870 thebetweenlands:hearthgrove_plank_slab Block{thebetweenlands:hearthgrove_plank_slab} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3871 thebetweenlands:nibbletwig_plank_slab Block{thebetweenlands:nibbletwig_plank_slab} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3872 thebetweenlands:mud_brick_shingle_slab Block{thebetweenlands:mud_brick_shingle_slab} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3873 thebetweenlands:mud_brick_shingle_stairs Block{thebetweenlands:mud_brick_shingle_stairs} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3874 thebetweenlands:mud_brick_shingle_wall Block{thebetweenlands:mud_brick_shingle_wall} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3875 thebetweenlands:thatch_slab Block{thebetweenlands:thatch_slab} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3876 thebetweenlands:scabyst_brick_slab Block{thebetweenlands:scabyst_brick_slab} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3877 thebetweenlands:pitstone_wall Block{thebetweenlands:pitstone_wall} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3878 thebetweenlands:betweenstone_wall Block{thebetweenlands:betweenstone_wall} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3879 thebetweenlands:tar_solid_wall Block{thebetweenlands:tar_solid_wall} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3880 thebetweenlands:temple_brick_wall Block{thebetweenlands:temple_brick_wall} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3881 thebetweenlands:smooth_pitstone_wall Block{thebetweenlands:smooth_pitstone_wall} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3882 thebetweenlands:betweenstone_brick_wall Block{thebetweenlands:betweenstone_brick_wall} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3883 thebetweenlands:mud_brick_wall Block{thebetweenlands:mud_brick_wall} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3884 thebetweenlands:cragrock_wall Block{thebetweenlands:cragrock_wall} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3885 thebetweenlands:cragrock_brick_wall Block{thebetweenlands:cragrock_brick_wall} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3886 thebetweenlands:limestone_brick_wall Block{thebetweenlands:limestone_brick_wall} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3887 thebetweenlands:limestone_wall Block{thebetweenlands:limestone_wall} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3888 thebetweenlands:polished_limestone_wall Block{thebetweenlands:polished_limestone_wall} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3889 thebetweenlands:pitstone_brick_wall Block{thebetweenlands:pitstone_brick_wall} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3890 thebetweenlands:smooth_betweenstone_wall Block{thebetweenlands:smooth_betweenstone_wall} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3891 thebetweenlands:smooth_cragrock_wall Block{thebetweenlands:smooth_cragrock_wall} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3892 thebetweenlands:mossy_betweenstone_brick_wall Block{thebetweenlands:mossy_betweenstone_brick_wall} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3893 thebetweenlands:mossy_smooth_betweenstone_wall Block{thebetweenlands:mossy_smooth_betweenstone_wall} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3894 thebetweenlands:cracked_betweenstone_brick_wall Block{thebetweenlands:cracked_betweenstone_brick_wall} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3895 thebetweenlands:scabyst_brick_wall Block{thebetweenlands:scabyst_brick_wall} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3896 thebetweenlands:weedwood_plank_fence Block{thebetweenlands:weedwood_plank_fence} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3897 thebetweenlands:weedwood_log_fence Block{thebetweenlands:weedwood_log_fence} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3898 thebetweenlands:rubber_tree_plank_fence Block{thebetweenlands:rubber_tree_plank_fence} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3899 thebetweenlands:giant_root_plank_fence Block{thebetweenlands:giant_root_plank_fence} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3900 thebetweenlands:hearthgrove_plank_fence Block{thebetweenlands:hearthgrove_plank_fence} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3901 thebetweenlands:nibbletwig_plank_fence Block{thebetweenlands:nibbletwig_plank_fence} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3902 thebetweenlands:weedwood_plank_fence_gate Block{thebetweenlands:weedwood_plank_fence_gate} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3903 thebetweenlands:weedwood_log_fence_gate Block{thebetweenlands:weedwood_log_fence_gate} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3904 thebetweenlands:rubber_tree_plank_fence_gate Block{thebetweenlands:rubber_tree_plank_fence_gate} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3905 thebetweenlands:giant_root_plank_fence_gate Block{thebetweenlands:giant_root_plank_fence_gate} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3906 thebetweenlands:hearthgrove_plank_fence_gate Block{thebetweenlands:hearthgrove_plank_fence_gate} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3907 thebetweenlands:nibbletwig_plank_fence_gate Block{thebetweenlands:nibbletwig_plank_fence_gate} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3908 thebetweenlands:weedwood_plank_pressure_plate Block{thebetweenlands:weedwood_plank_pressure_plate} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3909 thebetweenlands:betweenstone_pressure_plate Block{thebetweenlands:betweenstone_pressure_plate} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3910 thebetweenlands:syrmorite_pressure_plate Block{thebetweenlands:syrmorite_pressure_plate} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3911 thebetweenlands:weedwood_plank_button Block{thebetweenlands:weedwood_plank_button} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3912 thebetweenlands:betweenstone_button Block{thebetweenlands:betweenstone_button} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3913 thebetweenlands:weedwood_ladder Block{thebetweenlands:weedwood_ladder} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3914 thebetweenlands:weedwood_lever Block{thebetweenlands:weedwood_lever} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3915 thebetweenlands:worm_dungeon_pillar Block{thebetweenlands:worm_dungeon_pillar} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3916 thebetweenlands:compacted_mud Block{thebetweenlands:compacted_mud} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3917 thebetweenlands:mud_tiles Block{thebetweenlands:mud_tiles} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3918 thebetweenlands:puffshroom Block{thebetweenlands:puffshroom} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3919 thebetweenlands:mud_bricks_carved Block{thebetweenlands:mud_bricks_carved} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3920 thebetweenlands:mud_brick_stairs_decay_1 Block{thebetweenlands:mud_brick_stairs_decay_1} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3921 thebetweenlands:mud_brick_stairs_decay_2 Block{thebetweenlands:mud_brick_stairs_decay_2} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3922 thebetweenlands:mud_brick_stairs_decay_3 Block{thebetweenlands:mud_brick_stairs_decay_3} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3923 thebetweenlands:mud_brick_stairs_decay_4 Block{thebetweenlands:mud_brick_stairs_decay_4} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3924 thebetweenlands:mud_brick_slab_decay_1 Block{thebetweenlands:mud_brick_slab_decay_1} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3925 thebetweenlands:mud_brick_slab_decay_2 Block{thebetweenlands:mud_brick_slab_decay_2} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3926 thebetweenlands:mud_brick_slab_decay_3 Block{thebetweenlands:mud_brick_slab_decay_3} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3927 thebetweenlands:mud_brick_slab_decay_4 Block{thebetweenlands:mud_brick_slab_decay_4} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3928 thebetweenlands:edge_shroom Block{thebetweenlands:edge_shroom} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3929 thebetweenlands:edge_moss Block{thebetweenlands:edge_moss} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3930 thebetweenlands:edge_leaf Block{thebetweenlands:edge_leaf} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3931 thebetweenlands:mud_tower_beam_origin Block{thebetweenlands:mud_tower_beam_origin} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3932 thebetweenlands:mud_tower_beam_relay Block{thebetweenlands:mud_tower_beam_relay} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3933 thebetweenlands:mud_tower_beam_tube Block{thebetweenlands:mud_tower_beam_tube} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3934 thebetweenlands:mud_tower_beam_lens_supports Block{thebetweenlands:mud_tower_beam_lens_supports} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3935 thebetweenlands:diagonal_energy_barrier Block{thebetweenlands:diagonal_energy_barrier} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3936 thebetweenlands:mud_brick_alcove Block{thebetweenlands:mud_brick_alcove} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3937 thebetweenlands:loot_urn Block{thebetweenlands:loot_urn} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3938 thebetweenlands:dungeon_door_runes Block{thebetweenlands:dungeon_door_runes} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3939 thebetweenlands:dungeon_door_runes_mimic Block{thebetweenlands:dungeon_door_runes_mimic} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3940 thebetweenlands:dungeon_door_runes_crawler Block{thebetweenlands:dungeon_door_runes_crawler} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3941 thebetweenlands:dungeon_door_combination Block{thebetweenlands:dungeon_door_combination} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3942 thebetweenlands:mud_bricks_climbable Block{thebetweenlands:mud_bricks_climbable} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3943 thebetweenlands:mud_tiles_water Block{thebetweenlands:mud_tiles_water} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3944 thebetweenlands:dungeon_wall_candle Block{thebetweenlands:dungeon_wall_candle} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3945 thebetweenlands:wooden_support_beam_rotten_1 Block{thebetweenlands:wooden_support_beam_rotten_1} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3946 thebetweenlands:wooden_support_beam_rotten_2 Block{thebetweenlands:wooden_support_beam_rotten_2} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3947 thebetweenlands:wooden_support_beam_rotten_3 Block{thebetweenlands:wooden_support_beam_rotten_3} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3948 thebetweenlands:log_rotten_bark_carved_1 Block{thebetweenlands:log_rotten_bark_carved_1} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3949 thebetweenlands:log_rotten_bark_carved_2 Block{thebetweenlands:log_rotten_bark_carved_2} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3950 thebetweenlands:log_rotten_bark_carved_3 Block{thebetweenlands:log_rotten_bark_carved_3} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3951 thebetweenlands:log_rotten_bark_carved_4 Block{thebetweenlands:log_rotten_bark_carved_4} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3952 thebetweenlands:log_rotten_bark_carved_5 Block{thebetweenlands:log_rotten_bark_carved_5} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3953 thebetweenlands:log_rotten_bark_carved_6 Block{thebetweenlands:log_rotten_bark_carved_6} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3954 thebetweenlands:log_rotten_bark_carved_7 Block{thebetweenlands:log_rotten_bark_carved_7} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3955 thebetweenlands:log_rotten_bark_carved_8 Block{thebetweenlands:log_rotten_bark_carved_8} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3956 thebetweenlands:log_rotten_bark_carved_9 Block{thebetweenlands:log_rotten_bark_carved_9} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3957 thebetweenlands:log_rotten_bark_carved_10 Block{thebetweenlands:log_rotten_bark_carved_10} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3958 thebetweenlands:log_rotten_bark_carved_11 Block{thebetweenlands:log_rotten_bark_carved_11} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3959 thebetweenlands:log_rotten_bark_carved_12 Block{thebetweenlands:log_rotten_bark_carved_12} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3960 thebetweenlands:log_rotten_bark_carved_13 Block{thebetweenlands:log_rotten_bark_carved_13} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3961 thebetweenlands:log_rotten_bark_carved_14 Block{thebetweenlands:log_rotten_bark_carved_14} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3962 thebetweenlands:log_rotten_bark_carved_15 Block{thebetweenlands:log_rotten_bark_carved_15} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3963 thebetweenlands:log_rotten_bark_carved_16 Block{thebetweenlands:log_rotten_bark_carved_16} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3964 thebetweenlands:energy_barrier_mud Block{thebetweenlands:energy_barrier_mud} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3965 thebetweenlands:mud_brick_spike_trap Block{thebetweenlands:mud_brick_spike_trap} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3966 thebetweenlands:mud_tiles_spike_trap Block{thebetweenlands:mud_tiles_spike_trap} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3967 thebetweenlands:compacted_mud_slope Block{thebetweenlands:compacted_mud_slope} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3968 thebetweenlands:compacted_mud_slab Block{thebetweenlands:compacted_mud_slab} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3969 thebetweenlands:compacted_mud_mirage Block{thebetweenlands:compacted_mud_mirage} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3970 thebetweenlands:decay_pit_control Block{thebetweenlands:decay_pit_control} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3971 thebetweenlands:rotten_planks Block{thebetweenlands:rotten_planks} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3972 thebetweenlands:rotten_plank_slab Block{thebetweenlands:rotten_plank_slab} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3973 thebetweenlands:rotten_plank_stairs Block{thebetweenlands:rotten_plank_stairs} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3974 thebetweenlands:rotten_plank_fence Block{thebetweenlands:rotten_plank_fence} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3975 thebetweenlands:rotten_plank_fence_gate Block{thebetweenlands:rotten_plank_fence_gate} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3976 thebetweenlands:mud_tower_brazier Block{thebetweenlands:mud_tower_brazier} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3977 thebetweenlands:decay_pit_hanging_chain Block{thebetweenlands:decay_pit_hanging_chain} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3978 thebetweenlands:decay_pit_ground_chain Block{thebetweenlands:decay_pit_ground_chain} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3979 thebetweenlands:decay_pit_invisible_floor_block Block{thebetweenlands:decay_pit_invisible_floor_block} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3980 thebetweenlands:decay_pit_invisible_floor_block_r_1 Block{thebetweenlands:decay_pit_invisible_floor_block_r_1} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3981 thebetweenlands:decay_pit_invisible_floor_block_r_2 Block{thebetweenlands:decay_pit_invisible_floor_block_r_2} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3982 thebetweenlands:decay_pit_invisible_floor_block_l_1 Block{thebetweenlands:decay_pit_invisible_floor_block_l_1} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3983 thebetweenlands:decay_pit_invisible_floor_block_l_2 Block{thebetweenlands:decay_pit_invisible_floor_block_l_2} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3984 thebetweenlands:decay_pit_invisible_floor_block_diagonal Block{thebetweenlands:decay_pit_invisible_floor_block_diagonal} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3985 thebetweenlands:present Block{thebetweenlands:present} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3986 thebetweenlands:pitcher_plant Block{thebetweenlands:pitcher_plant} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3987 thebetweenlands:weeping_blue Block{thebetweenlands:weeping_blue} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3988 thebetweenlands:sundew Block{thebetweenlands:sundew} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3989 thebetweenlands:black_hat_mushroom Block{thebetweenlands:black_hat_mushroom} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3990 thebetweenlands:bulb_capped_mushroom Block{thebetweenlands:bulb_capped_mushroom} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3991 thebetweenlands:flat_head_mushroom Block{thebetweenlands:flat_head_mushroom} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3992 thebetweenlands:venus_fly_trap Block{thebetweenlands:venus_fly_trap} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3993 thebetweenlands:volarpad Block{thebetweenlands:volarpad} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3994 thebetweenlands:swamp_plant Block{thebetweenlands:swamp_plant} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3995 thebetweenlands:swamp_kelp Block{thebetweenlands:swamp_kelp} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3996 thebetweenlands:mire_coral Block{thebetweenlands:mire_coral} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3997 thebetweenlands:deep_water_coral Block{thebetweenlands:deep_water_coral} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3998 thebetweenlands:water_weeds Block{thebetweenlands:water_weeds} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3999 thebetweenlands:bulb_capped_mushroom_cap Block{thebetweenlands:bulb_capped_mushroom_cap} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4000 thebetweenlands:bulb_capped_mushroom_stalk Block{thebetweenlands:bulb_capped_mushroom_stalk} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4001 thebetweenlands:shelf_fungus Block{thebetweenlands:shelf_fungus} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4002 thebetweenlands:algae Block{thebetweenlands:algae} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4003 thebetweenlands:poison_ivy Block{thebetweenlands:poison_ivy} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4004 thebetweenlands:root Block{thebetweenlands:root} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4005 thebetweenlands:root_underwater Block{thebetweenlands:root_underwater} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4006 thebetweenlands:giant_root Block{thebetweenlands:giant_root} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4007 thebetweenlands:arrow_arum Block{thebetweenlands:arrow_arum} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4008 thebetweenlands:blue_eyed_grass Block{thebetweenlands:blue_eyed_grass} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4009 thebetweenlands:blue_iris Block{thebetweenlands:blue_iris} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4010 thebetweenlands:boneset Block{thebetweenlands:boneset} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4011 thebetweenlands:bottle_brush_grass Block{thebetweenlands:bottle_brush_grass} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4012 thebetweenlands:broomsedge Block{thebetweenlands:broomsedge} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4013 thebetweenlands:button_bush Block{thebetweenlands:button_bush} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4014 thebetweenlands:cardinal_flower Block{thebetweenlands:cardinal_flower} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4015 thebetweenlands:cattail Block{thebetweenlands:cattail} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4016 thebetweenlands:cave_grass Block{thebetweenlands:cave_grass} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4017 thebetweenlands:copper_iris Block{thebetweenlands:copper_iris} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4018 thebetweenlands:marsh_hibiscus Block{thebetweenlands:marsh_hibiscus} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4019 thebetweenlands:marsh_mallow Block{thebetweenlands:marsh_mallow} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4020 thebetweenlands:bladderwort_flower Block{thebetweenlands:bladderwort_flower} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4021 thebetweenlands:bladderwort_stalk Block{thebetweenlands:bladderwort_stalk} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4022 thebetweenlands:bog_bean_flower Block{thebetweenlands:bog_bean_flower} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4023 thebetweenlands:bog_bean_stalk Block{thebetweenlands:bog_bean_stalk} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4024 thebetweenlands:golden_club_flower Block{thebetweenlands:golden_club_flower} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4025 thebetweenlands:golden_club_stalk Block{thebetweenlands:golden_club_stalk} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4026 thebetweenlands:marsh_marigold_flower Block{thebetweenlands:marsh_marigold_flower} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4027 thebetweenlands:marsh_marigold_stalk Block{thebetweenlands:marsh_marigold_stalk} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4028 thebetweenlands:swamp_double_tallgrass Block{thebetweenlands:swamp_double_tallgrass} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4029 thebetweenlands:milkweed Block{thebetweenlands:milkweed} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4030 thebetweenlands:nettle Block{thebetweenlands:nettle} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4031 thebetweenlands:nettle_flowered Block{thebetweenlands:nettle_flowered} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4032 thebetweenlands:pickerel_weed Block{thebetweenlands:pickerel_weed} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4033 thebetweenlands:phragmites Block{thebetweenlands:phragmites} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4034 thebetweenlands:shoots Block{thebetweenlands:shoots} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4035 thebetweenlands:sludgecreep Block{thebetweenlands:sludgecreep} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4036 thebetweenlands:tall_sludgecreep Block{thebetweenlands:tall_sludgecreep} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4037 thebetweenlands:soft_rush Block{thebetweenlands:soft_rush} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4038 thebetweenlands:swamp_reed Block{thebetweenlands:swamp_reed} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4039 thebetweenlands:swamp_reed_underwater Block{thebetweenlands:swamp_reed_underwater} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4040 thebetweenlands:thorns Block{thebetweenlands:thorns} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4041 thebetweenlands:tall_cattail Block{thebetweenlands:tall_cattail} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4042 thebetweenlands:swamp_tallgrass Block{thebetweenlands:swamp_tallgrass} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4043 thebetweenlands:dead_weedwood_bush Block{thebetweenlands:dead_weedwood_bush} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4044 thebetweenlands:weedwood_bush Block{thebetweenlands:weedwood_bush} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4045 thebetweenlands:hollow_log Block{thebetweenlands:hollow_log} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4046 thebetweenlands:cave_moss Block{thebetweenlands:cave_moss} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4047 thebetweenlands:cryptweed Block{thebetweenlands:cryptweed} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4048 thebetweenlands:string_roots Block{thebetweenlands:string_roots} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4049 thebetweenlands:pale_grass Block{thebetweenlands:pale_grass} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4050 thebetweenlands:rotbulb Block{thebetweenlands:rotbulb} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4051 thebetweenlands:moss Block{thebetweenlands:moss} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4052 thebetweenlands:dead_moss Block{thebetweenlands:dead_moss} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4053 thebetweenlands:lichen Block{thebetweenlands:lichen} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4054 thebetweenlands:dead_lichen Block{thebetweenlands:dead_lichen} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4055 thebetweenlands:hanger Block{thebetweenlands:hanger} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4056 thebetweenlands:middle_fruit_bush Block{thebetweenlands:middle_fruit_bush} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4057 thebetweenlands:fungus_crop Block{thebetweenlands:fungus_crop} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4058 thebetweenlands:aspectrus_crop Block{thebetweenlands:aspectrus_crop} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4059 thebetweenlands:purified_swamp_dirt Block{thebetweenlands:purified_swamp_dirt} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4060 thebetweenlands:dug_swamp_dirt Block{thebetweenlands:dug_swamp_dirt} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4061 thebetweenlands:dug_purified_swamp_dirt Block{thebetweenlands:dug_purified_swamp_dirt} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4062 thebetweenlands:dug_swamp_grass Block{thebetweenlands:dug_swamp_grass} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4063 thebetweenlands:dug_purified_swamp_grass Block{thebetweenlands:dug_purified_swamp_grass} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4064 thebetweenlands:black_ice Block{thebetweenlands:black_ice} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4065 thebetweenlands:snow Block{thebetweenlands:snow} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4066 thebetweenlands:log_portal Block{thebetweenlands:log_portal} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4067 thebetweenlands:tree_portal Block{thebetweenlands:tree_portal} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4068 thebetweenlands:portal_frame Block{thebetweenlands:portal_frame} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4069 thebetweenlands:druid_altar Block{thebetweenlands:druid_altar} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4070 thebetweenlands:purifier Block{thebetweenlands:purifier} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4071 thebetweenlands:weedwood_workbench Block{thebetweenlands:weedwood_workbench} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4072 thebetweenlands:compost_bin Block{thebetweenlands:compost_bin} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4073 thebetweenlands:weedwood_jukebox Block{thebetweenlands:weedwood_jukebox} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4074 thebetweenlands:sulfur_furnace Block{thebetweenlands:sulfur_furnace} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4075 thebetweenlands:sulfur_furnace_active Block{thebetweenlands:sulfur_furnace_active} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4076 thebetweenlands:sulfur_furnace_dual Block{thebetweenlands:sulfur_furnace_dual} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4077 thebetweenlands:sulfur_furnace_dual_active Block{thebetweenlands:sulfur_furnace_dual_active} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4078 thebetweenlands:weedwood_chest Block{thebetweenlands:weedwood_chest} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4079 thebetweenlands:weedwood_rubber_tap Block{thebetweenlands:weedwood_rubber_tap} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4080 thebetweenlands:syrmorite_rubber_tap Block{thebetweenlands:syrmorite_rubber_tap} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4081 thebetweenlands:sludge Block{thebetweenlands:sludge} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4082 thebetweenlands:fallen_leaves Block{thebetweenlands:fallen_leaves} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4083 thebetweenlands:energy_barrier Block{thebetweenlands:energy_barrier} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4084 thebetweenlands:weedwood_door Block{thebetweenlands:weedwood_door} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4085 thebetweenlands:rubber_tree_plank_door Block{thebetweenlands:rubber_tree_plank_door} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4086 thebetweenlands:giant_root_plank_door Block{thebetweenlands:giant_root_plank_door} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4087 thebetweenlands:hearthgrove_plank_door Block{thebetweenlands:hearthgrove_plank_door} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4088 thebetweenlands:nibbletwig_plank_door Block{thebetweenlands:nibbletwig_plank_door} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4089 thebetweenlands:syrmorite_door Block{thebetweenlands:syrmorite_door} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4090 thebetweenlands:scabyst_door Block{thebetweenlands:scabyst_door} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4091 thebetweenlands:standing_weedwood_sign Block{thebetweenlands:standing_weedwood_sign} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4092 thebetweenlands:wall_weedwood_sign Block{thebetweenlands:wall_weedwood_sign} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4093 thebetweenlands:sulfur_torch Block{thebetweenlands:sulfur_torch} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4094 thebetweenlands:weedwood_trapdoor Block{thebetweenlands:weedwood_trapdoor} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4095 thebetweenlands:rubber_tree_plank_trapdoor Block{thebetweenlands:rubber_tree_plank_trapdoor} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4096 thebetweenlands:syrmorite_trapdoor Block{thebetweenlands:syrmorite_trapdoor} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4097 thebetweenlands:giant_root_plank_trapdoor Block{thebetweenlands:giant_root_plank_trapdoor} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4098 thebetweenlands:hearthgrove_plank_trapdoor Block{thebetweenlands:hearthgrove_plank_trapdoor} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4099 thebetweenlands:nibbletwig_plank_trapdoor Block{thebetweenlands:nibbletwig_plank_trapdoor} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4100 thebetweenlands:scabyst_trapdoor Block{thebetweenlands:scabyst_trapdoor} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4101 thebetweenlands:syrmorite_hopper Block{thebetweenlands:syrmorite_hopper} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4102 thebetweenlands:mud_flower_pot Block{thebetweenlands:mud_flower_pot} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4103 thebetweenlands:mud_flower_pot_candle Block{thebetweenlands:mud_flower_pot_candle} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4104 thebetweenlands:gecko_cage Block{thebetweenlands:gecko_cage} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4105 thebetweenlands:infuser Block{thebetweenlands:infuser} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4106 thebetweenlands:aspect_vial_block Block{thebetweenlands:aspect_vial_block} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4107 thebetweenlands:mortar Block{thebetweenlands:mortar} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4108 thebetweenlands:censer Block{thebetweenlands:censer} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4109 thebetweenlands:weedwood_barrel Block{thebetweenlands:weedwood_barrel} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4110 thebetweenlands:syrmorite_barrel Block{thebetweenlands:syrmorite_barrel} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4111 thebetweenlands:animator Block{thebetweenlands:animator} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4112 thebetweenlands:alembic Block{thebetweenlands:alembic} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4113 thebetweenlands:moss_bed Block{thebetweenlands:moss_bed} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4114 thebetweenlands:rope Block{thebetweenlands:rope} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4115 thebetweenlands:damp_torch Block{thebetweenlands:damp_torch} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4116 thebetweenlands:walkway Block{thebetweenlands:walkway} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4117 thebetweenlands:wood_chip_path Block{thebetweenlands:wood_chip_path} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4118 thebetweenlands:thatch_roof Block{thebetweenlands:thatch_roof} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4119 thebetweenlands:mud_brick_roof Block{thebetweenlands:mud_brick_roof} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4120 thebetweenlands:repeller Block{thebetweenlands:repeller} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4121 thebetweenlands:waystone Block{thebetweenlands:waystone} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4122 thebetweenlands:caving_rope_light Block{thebetweenlands:caving_rope_light} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4123 thebetweenlands:ground_item Block{thebetweenlands:ground_item} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4124 rangedpumps:pump Block{rangedpumps:pump} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4125 simplegenerators:combustion_simple Block{simplegenerators:combustion_simple} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4126 simplegenerators:combustion_upgradable Block{simplegenerators:combustion_upgradable} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4127 simplegenerators:culinary_simple Block{simplegenerators:culinary_simple} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4128 simplegenerators:culinary_upgradable Block{simplegenerators:culinary_upgradable} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4129 simplegenerators:ender_simple Block{simplegenerators:ender_simple} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4130 simplegenerators:ender_upgradable Block{simplegenerators:ender_upgradable} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4131 simplegenerators:nether_simple Block{simplegenerators:nether_simple} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4132 simplegenerators:nether_upgradable Block{simplegenerators:nether_upgradable} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4133 simplegenerators:soul_simple Block{simplegenerators:soul_simple} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4134 simplegenerators:soul_upgradable Block{simplegenerators:soul_upgradable} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4135 simplegenerators:geothermal_simple Block{simplegenerators:geothermal_simple} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4136 simplegenerators:geothermal_upgradable Block{simplegenerators:geothermal_upgradable} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4137 simplegenerators:fluid_combustion_simple Block{simplegenerators:fluid_combustion_simple} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4138 simplegenerators:fluid_combustion_upgradable Block{simplegenerators:fluid_combustion_upgradable} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4139 simplegenerators:turbine_simple Block{simplegenerators:turbine_simple} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4140 simplegenerators:turbine_upgradable Block{simplegenerators:turbine_upgradable} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4141 storagenetwork:master Block{storagenetwork:master} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4142 storagenetwork:request Block{storagenetwork:request} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4143 storagenetwork:kabel Block{storagenetwork:kabel} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4144 storagenetwork:storage_kabel Block{storagenetwork:storage_kabel} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4145 storagenetwork:ex_kabel Block{storagenetwork:ex_kabel} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4146 storagenetwork:im_kabel Block{storagenetwork:im_kabel} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4147 storagenetwork:process_kabel Block{storagenetwork:process_kabel} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4148 storagenetwork:controller Block{storagenetwork:controller} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4149 beneath:teleporterbeneath Block{beneath:teleporterbeneath} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4150 galacticraftcore:unlit_torch_stone Block{galacticraftcore:unlit_torch_stone} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4151 galacticraftcore:unlit_torch_stone_lit Block{galacticraftcore:unlit_torch_stone_lit} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4152 galacticraftcore:grating3 Block{galacticraftcore:grating3} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4153 galacticraftcore:grating4 Block{galacticraftcore:grating4} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4154 galacticraftcore:grating5 Block{galacticraftcore:grating5} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4155 galacticraftcore:grating6 Block{galacticraftcore:grating6} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4156 galacticraftcore:grating7 Block{galacticraftcore:grating7} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4157 galacticraftcore:grating8 Block{galacticraftcore:grating8} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4158 galacticraftcore:grating9 Block{galacticraftcore:grating9} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4159 galacticraftcore:grating10 Block{galacticraftcore:grating10} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4160 galacticraftcore:grating11 Block{galacticraftcore:grating11} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4161 galacticraftcore:grating12 Block{galacticraftcore:grating12} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4162 galacticraftcore:grating13 Block{galacticraftcore:grating13} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4163 galacticraftcore:grating14 Block{galacticraftcore:grating14} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4164 galacticraftcore:grating15 Block{galacticraftcore:grating15} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4165 galacticraftcore:grating16 Block{galacticraftcore:grating16} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4166 galacticraftcore:grating17 Block{galacticraftcore:grating17} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4167 galacticraftcore:grating18 Block{galacticraftcore:grating18} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4168 galacticraftcore:grating19 Block{galacticraftcore:grating19} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4169 galacticraftcore:grating20 Block{galacticraftcore:grating20} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4170 galacticraftcore:grating21 Block{galacticraftcore:grating21} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4171 galacticraftcore:grating22 Block{galacticraftcore:grating22} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4172 galacticraftcore:grating23 Block{galacticraftcore:grating23} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4173 galacticraftcore:grating24 Block{galacticraftcore:grating24} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4174 galacticraftcore:grating25 Block{galacticraftcore:grating25} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4175 galacticraftcore:grating26 Block{galacticraftcore:grating26} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4176 galacticraftcore:grating27 Block{galacticraftcore:grating27} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4177 galacticraftcore:grating28 Block{galacticraftcore:grating28} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4178 galacticraftcore:grating29 Block{galacticraftcore:grating29} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4179 galacticraftcore:grating30 Block{galacticraftcore:grating30} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4180 galacticraftcore:grating31 Block{galacticraftcore:grating31} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4181 galacticraftcore:grating32 Block{galacticraftcore:grating32} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4182 galacticraftcore:grating33 Block{galacticraftcore:grating33} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4183 galacticraftcore:grating34 Block{galacticraftcore:grating34} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4184 galacticraftcore:grating35 Block{galacticraftcore:grating35} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4185 galacticraftcore:grating36 Block{galacticraftcore:grating36} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4186 galacticraftcore:grating37 Block{galacticraftcore:grating37} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4187 galacticraftcore:grating38 Block{galacticraftcore:grating38} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4188 galacticraftcore:grating39 Block{galacticraftcore:grating39} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4189 galacticraftcore:grating40 Block{galacticraftcore:grating40} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4190 galacticraftcore:grating41 Block{galacticraftcore:grating41} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4191 galacticraftcore:grating42 Block{galacticraftcore:grating42} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4192 galacticraftcore:grating43 Block{galacticraftcore:grating43} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4193 galacticraftcore:grating44 Block{galacticraftcore:grating44} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4194 galacticraftcore:grating45 Block{galacticraftcore:grating45} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4195 galacticraftcore:grating46 Block{galacticraftcore:grating46} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4196 galacticraftcore:grating47 Block{galacticraftcore:grating47} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4197 galacticraftcore:grating48 Block{galacticraftcore:grating48} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4198 galacticraftcore:grating49 Block{galacticraftcore:grating49} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4199 galacticraftcore:grating50 Block{galacticraftcore:grating50} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4200 galacticraftcore:grating51 Block{galacticraftcore:grating51} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4201 galacticraftcore:grating52 Block{galacticraftcore:grating52} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4202 galacticraftcore:grating53 Block{galacticraftcore:grating53} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4203 galacticraftcore:grating54 Block{galacticraftcore:grating54} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4204 galacticraftcore:grating55 Block{galacticraftcore:grating55} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4205 galacticraftcore:grating56 Block{galacticraftcore:grating56} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4206 galacticraftcore:grating57 Block{galacticraftcore:grating57} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4207 galacticraftcore:grating58 Block{galacticraftcore:grating58} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4208 galacticraftcore:grating59 Block{galacticraftcore:grating59} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4209 galacticraftcore:grating60 Block{galacticraftcore:grating60} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4210 galacticraftcore:grating61 Block{galacticraftcore:grating61} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4211 galacticraftcore:grating62 Block{galacticraftcore:grating62} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4212 galacticraftcore:grating63 Block{galacticraftcore:grating63} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4213 galacticraftcore:grating64 Block{galacticraftcore:grating64} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4214 galacticraftcore:grating65 Block{galacticraftcore:grating65} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4215 galacticraftcore:grating66 Block{galacticraftcore:grating66} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4216 galacticraftcore:grating67 Block{galacticraftcore:grating67} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4217 galacticraftcore:grating68 Block{galacticraftcore:grating68} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4218 galacticraftcore:grating69 Block{galacticraftcore:grating69} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4219 galacticraftcore:grating70 Block{galacticraftcore:grating70} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4220 galacticraftcore:grating71 Block{galacticraftcore:grating71} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4221 galacticraftcore:grating72 Block{galacticraftcore:grating72} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4222 galacticraftcore:grating73 Block{galacticraftcore:grating73} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4223 galacticraftcore:grating74 Block{galacticraftcore:grating74} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4224 galacticraftcore:grating75 Block{galacticraftcore:grating75} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4225 galacticraftcore:grating76 Block{galacticraftcore:grating76} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4226 galacticraftcore:grating77 Block{galacticraftcore:grating77} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4227 galacticraftcore:grating78 Block{galacticraftcore:grating78} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4228 galacticraftcore:grating79 Block{galacticraftcore:grating79} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4229 galacticraftcore:grating80 Block{galacticraftcore:grating80} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4230 galacticraftcore:grating81 Block{galacticraftcore:grating81} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4231 galacticraftcore:grating82 Block{galacticraftcore:grating82} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4232 galacticraftcore:grating83 Block{galacticraftcore:grating83} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4233 galacticraftcore:grating84 Block{galacticraftcore:grating84} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4234 galacticraftcore:grating85 Block{galacticraftcore:grating85} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4235 galacticraftcore:grating86 Block{galacticraftcore:grating86} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4236 galacticraftcore:grating87 Block{galacticraftcore:grating87} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4237 galacticraftcore:grating88 Block{galacticraftcore:grating88} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4238 galacticraftcore:grating89 Block{galacticraftcore:grating89} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4239 galacticraftcore:grating90 Block{galacticraftcore:grating90} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4240 galacticraftcore:grating91 Block{galacticraftcore:grating91} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4241 galacticraftcore:grating92 Block{galacticraftcore:grating92} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4242 galacticraftcore:grating93 Block{galacticraftcore:grating93} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4243 galacticraftcore:grating94 Block{galacticraftcore:grating94} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4244 galacticraftcore:grating95 Block{galacticraftcore:grating95} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4245 galacticraftcore:grating96 Block{galacticraftcore:grating96} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4246 galacticraftcore:grating97 Block{galacticraftcore:grating97} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4247 galacticraftcore:grating98 Block{galacticraftcore:grating98} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4248 galacticraftcore:grating99 Block{galacticraftcore:grating99} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4249 galacticraftcore:grating100 Block{galacticraftcore:grating100} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4250 galacticraftcore:grating101 Block{galacticraftcore:grating101} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4251 galacticraftcore:grating102 Block{galacticraftcore:grating102} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4252 galacticraftcore:grating103 Block{galacticraftcore:grating103} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4253 galacticraftcore:grating104 Block{galacticraftcore:grating104} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4254 galacticraftcore:grating105 Block{galacticraftcore:grating105} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4255 galacticraftcore:grating106 Block{galacticraftcore:grating106} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4256 galacticraftcore:grating107 Block{galacticraftcore:grating107} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4257 galacticraftcore:grating108 Block{galacticraftcore:grating108} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4258 galacticraftcore:grating109 Block{galacticraftcore:grating109} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4259 galacticraftcore:grating110 Block{galacticraftcore:grating110} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4260 galacticraftcore:grating111 Block{galacticraftcore:grating111} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4261 galacticraftcore:grating112 Block{galacticraftcore:grating112} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4262 galacticraftcore:grating113 Block{galacticraftcore:grating113} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4263 galacticraftcore:grating114 Block{galacticraftcore:grating114} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4264 galacticraftcore:grating115 Block{galacticraftcore:grating115} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4265 galacticraftcore:grating116 Block{galacticraftcore:grating116} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4266 galacticraftcore:grating117 Block{galacticraftcore:grating117} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4267 galacticraftcore:grating118 Block{galacticraftcore:grating118} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4268 galacticraftcore:grating119 Block{galacticraftcore:grating119} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4269 galacticraftcore:grating120 Block{galacticraftcore:grating120} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4270 galacticraftcore:grating121 Block{galacticraftcore:grating121} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4271 galacticraftcore:grating122 Block{galacticraftcore:grating122} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4272 galacticraftcore:grating123 Block{galacticraftcore:grating123} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4273 galacticraftcore:grating124 Block{galacticraftcore:grating124} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4274 galacticraftcore:grating125 Block{galacticraftcore:grating125} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4275 galacticraftcore:grating126 Block{galacticraftcore:grating126} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4276 galacticraftcore:grating127 Block{galacticraftcore:grating127} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4277 galacticraftcore:grating128 Block{galacticraftcore:grating128} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4278 galacticraftcore:grating129 Block{galacticraftcore:grating129} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4279 galacticraftcore:grating130 Block{galacticraftcore:grating130} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4280 galacticraftcore:grating131 Block{galacticraftcore:grating131} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4281 galacticraftcore:grating132 Block{galacticraftcore:grating132} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4282 galacticraftcore:grating133 Block{galacticraftcore:grating133} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4283 galacticraftcore:grating134 Block{galacticraftcore:grating134} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4284 galacticraftcore:grating135 Block{galacticraftcore:grating135} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4285 galacticraftcore:grating136 Block{galacticraftcore:grating136} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4286 galacticraftcore:grating137 Block{galacticraftcore:grating137} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4287 galacticraftcore:grating138 Block{galacticraftcore:grating138} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4288 galacticraftcore:grating139 Block{galacticraftcore:grating139} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4289 galacticraftcore:grating140 Block{galacticraftcore:grating140} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4290 galacticraftcore:grating141 Block{galacticraftcore:grating141} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4291 galacticraftcore:grating142 Block{galacticraftcore:grating142} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4292 galacticraftcore:grating143 Block{galacticraftcore:grating143} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4293 galacticraftcore:grating144 Block{galacticraftcore:grating144} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4294 galacticraftcore:grating145 Block{galacticraftcore:grating145} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4295 galacticraftcore:grating146 Block{galacticraftcore:grating146} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4296 galacticraftcore:grating147 Block{galacticraftcore:grating147} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4297 galacticraftcore:grating148 Block{galacticraftcore:grating148} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4298 galacticraftcore:grating149 Block{galacticraftcore:grating149} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4299 galacticraftcore:grating150 Block{galacticraftcore:grating150} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4300 galacticraftcore:grating151 Block{galacticraftcore:grating151} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4301 galacticraftcore:grating152 Block{galacticraftcore:grating152} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4302 galacticraftcore:grating153 Block{galacticraftcore:grating153} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4303 galacticraftcore:grating154 Block{galacticraftcore:grating154} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4304 galacticraftcore:grating155 Block{galacticraftcore:grating155} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4305 galacticraftcore:grating156 Block{galacticraftcore:grating156} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4306 galacticraftcore:grating157 Block{galacticraftcore:grating157} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4307 galacticraftcore:grating158 Block{galacticraftcore:grating158} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4308 galacticraftcore:grating159 Block{galacticraftcore:grating159} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4309 galacticraftcore:grating160 Block{galacticraftcore:grating160} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4310 galacticraftcore:grating161 Block{galacticraftcore:grating161} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4311 galacticraftcore:grating162 Block{galacticraftcore:grating162} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4312 galacticraftcore:grating163 Block{galacticraftcore:grating163} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4313 davincisvessels:stickybuffer Block{davincisvessels:stickybuffer} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4314 davincisvessels:anchorpoint Block{davincisvessels:anchorpoint} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4315 davincisvessels:marker Block{davincisvessels:marker} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4316 davincisvessels:buffer Block{davincisvessels:buffer} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4317 davincisvessels:seat Block{davincisvessels:seat} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4318 davincisvessels:floater Block{davincisvessels:floater} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4319 davincisvessels:engine Block{davincisvessels:engine} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4320 davincisvessels:crate_wood Block{davincisvessels:crate_wood} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4321 davincisvessels:balloon Block{davincisvessels:balloon} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4322 davincisvessels:securedbed Block{davincisvessels:securedbed} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4323 davincisvessels:gauge Block{davincisvessels:gauge} +[16:58:30] [Server thread/TRACE] [FML]: Registry Name : minecraft:items +[16:58:30] [Server thread/TRACE] [FML]: Registry: 0 minecraft:air net.minecraft.item.ItemAir@6b23897a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1 minecraft:stone net.minecraft.item.ItemMultiTexture@4512f5f1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2 minecraft:grass net.minecraft.item.ItemColored@3bfead8d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3 minecraft:dirt net.minecraft.item.ItemMultiTexture@5f662dd +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4 minecraft:cobblestone net.minecraft.item.ItemBlock@38568876 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5 minecraft:planks net.minecraft.item.ItemMultiTexture@6c4c32ff +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6 minecraft:sapling net.minecraft.item.ItemMultiTexture@5603632c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7 minecraft:bedrock net.minecraft.item.ItemBlock@76685ab0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12 minecraft:sand net.minecraft.item.ItemMultiTexture@7305a443 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13 minecraft:gravel net.minecraft.item.ItemBlock@3ed2a30c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 14 minecraft:gold_ore net.minecraft.item.ItemBlock@adbc3bc +[16:58:30] [Server thread/TRACE] [FML]: Registry: 15 minecraft:iron_ore net.minecraft.item.ItemBlock@3c6d3ba +[16:58:30] [Server thread/TRACE] [FML]: Registry: 16 minecraft:coal_ore net.minecraft.item.ItemBlock@5d3f583d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 17 minecraft:log net.minecraft.item.ItemMultiTexture@22cca101 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 18 minecraft:leaves net.minecraft.item.ItemLeaves@5924ea91 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 19 minecraft:sponge net.minecraft.item.ItemMultiTexture@3e356ed6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 20 minecraft:glass net.minecraft.item.ItemBlock@403b7be3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 21 minecraft:lapis_ore net.minecraft.item.ItemBlock@2a5d9ede +[16:58:30] [Server thread/TRACE] [FML]: Registry: 22 minecraft:lapis_block net.minecraft.item.ItemBlock@39e91bda +[16:58:30] [Server thread/TRACE] [FML]: Registry: 23 minecraft:dispenser net.minecraft.item.ItemBlock@2c3f81ef +[16:58:30] [Server thread/TRACE] [FML]: Registry: 24 minecraft:sandstone net.minecraft.item.ItemMultiTexture@712dd0b0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 25 minecraft:noteblock net.minecraft.item.ItemBlock@6b3284 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 27 minecraft:golden_rail net.minecraft.item.ItemBlock@500beb9f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 28 minecraft:detector_rail net.minecraft.item.ItemBlock@67e37d25 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 29 minecraft:sticky_piston net.minecraft.item.ItemPiston@21f27bb5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 30 minecraft:web net.minecraft.item.ItemBlock@2e2a2b07 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 31 minecraft:tallgrass net.minecraft.item.ItemColored@52dc71b2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 32 minecraft:deadbush net.minecraft.item.ItemBlock@e1d2781 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 33 minecraft:piston net.minecraft.item.ItemPiston@3c00da24 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 35 minecraft:wool net.minecraft.item.ItemCloth@569026df +[16:58:30] [Server thread/TRACE] [FML]: Registry: 37 minecraft:yellow_flower net.minecraft.item.ItemMultiTexture@4e451f9a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 38 minecraft:red_flower net.minecraft.item.ItemMultiTexture@2f59cb6f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 39 minecraft:brown_mushroom net.minecraft.item.ItemBlock@60cbba57 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 40 minecraft:red_mushroom net.minecraft.item.ItemBlock@614d01b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 41 minecraft:gold_block net.minecraft.item.ItemBlock@3be2ef56 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 42 minecraft:iron_block net.minecraft.item.ItemBlock@5a8149f6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 44 minecraft:stone_slab net.minecraft.item.ItemSlab@7cddc50f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 45 minecraft:brick_block net.minecraft.item.ItemBlock@1e60890c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 46 minecraft:tnt net.minecraft.item.ItemBlock@c680819 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 47 minecraft:bookshelf net.minecraft.item.ItemBlock@52cda4bd +[16:58:30] [Server thread/TRACE] [FML]: Registry: 48 minecraft:mossy_cobblestone net.minecraft.item.ItemBlock@40aaf656 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 49 minecraft:obsidian net.minecraft.item.ItemBlock@5a183fa6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 50 minecraft:torch net.minecraft.item.ItemBlock@167ccc3c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 52 minecraft:mob_spawner net.minecraft.item.ItemBlock@21d561c9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 53 minecraft:oak_stairs net.minecraft.item.ItemBlock@752e50c6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 54 minecraft:chest net.minecraft.item.ItemBlock@2bef33e7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 56 minecraft:diamond_ore net.minecraft.item.ItemBlock@5bd191c2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 57 minecraft:diamond_block net.minecraft.item.ItemBlock@51806858 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 58 minecraft:crafting_table shadows.fastbench.FastBench$1@5bf9ae31 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 60 minecraft:farmland net.minecraft.item.ItemBlock@40dcbf7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 61 minecraft:furnace shadows.fastfurnace.FastFurnace$1@226cf890 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 65 minecraft:ladder net.minecraft.item.ItemBlock@19565b5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 66 minecraft:rail net.minecraft.item.ItemBlock@2ac7c683 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 67 minecraft:stone_stairs net.minecraft.item.ItemBlock@407ff25f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 69 minecraft:lever net.minecraft.item.ItemBlock@3ba8fbc8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 70 minecraft:stone_pressure_plate net.minecraft.item.ItemBlock@113a89c5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 72 minecraft:wooden_pressure_plate net.minecraft.item.ItemBlock@55da6bf +[16:58:30] [Server thread/TRACE] [FML]: Registry: 73 minecraft:redstone_ore net.minecraft.item.ItemBlock@3a0f5141 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 76 minecraft:redstone_torch net.minecraft.item.ItemBlock@46059b73 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 77 minecraft:stone_button net.minecraft.item.ItemBlock@3b446d7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 78 minecraft:snow_layer net.minecraft.item.ItemSnow@2b71a12e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 79 minecraft:ice net.minecraft.item.ItemBlock@41c56930 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 80 minecraft:snow net.minecraft.item.ItemBlock@60660d21 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 81 minecraft:cactus net.minecraft.item.ItemBlock@2898c70d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 82 minecraft:clay net.minecraft.item.ItemBlock@ec67be1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 84 minecraft:jukebox net.minecraft.item.ItemBlock@64a00fe0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 85 minecraft:fence net.minecraft.item.ItemBlock@347f0950 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 86 minecraft:pumpkin net.minecraft.item.ItemBlock@516370c1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 87 minecraft:netherrack net.minecraft.item.ItemBlock@27563444 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 88 minecraft:soul_sand net.minecraft.item.ItemBlock@507e3e77 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 89 minecraft:glowstone net.minecraft.item.ItemBlock@73796ae5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 91 minecraft:lit_pumpkin net.minecraft.item.ItemBlock@3956e933 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 95 minecraft:stained_glass net.minecraft.item.ItemCloth@106c3e0a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 96 minecraft:trapdoor net.minecraft.item.ItemBlock@2fb40e49 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 97 minecraft:monster_egg net.minecraft.item.ItemMultiTexture@368e7d3a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 98 minecraft:stonebrick net.minecraft.item.ItemMultiTexture@375682a5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 99 minecraft:brown_mushroom_block net.minecraft.item.ItemBlock@79827e71 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 100 minecraft:red_mushroom_block net.minecraft.item.ItemBlock@3c20abd6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 101 minecraft:iron_bars net.minecraft.item.ItemBlock@7cd2d3b6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 102 minecraft:glass_pane net.minecraft.item.ItemBlock@7f922523 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 103 minecraft:melon_block net.minecraft.item.ItemBlock@1509bd56 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 106 minecraft:vine net.minecraft.item.ItemColored@2c4eda3a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 107 minecraft:fence_gate net.minecraft.item.ItemBlock@466bf366 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 108 minecraft:brick_stairs net.minecraft.item.ItemBlock@344f4a82 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 109 minecraft:stone_brick_stairs net.minecraft.item.ItemBlock@1ecbb787 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 110 minecraft:mycelium net.minecraft.item.ItemBlock@6441cff1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 111 minecraft:waterlily net.minecraft.item.ItemLilyPad@4f09d998 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 112 minecraft:nether_brick net.minecraft.item.ItemBlock@cbd3871 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 113 minecraft:nether_brick_fence net.minecraft.item.ItemBlock@66694050 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 114 minecraft:nether_brick_stairs net.minecraft.item.ItemBlock@39303a6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 116 minecraft:enchanting_table net.minecraft.item.ItemBlock@2d7df55 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 120 minecraft:end_portal_frame net.minecraft.item.ItemBlock@674c01ce +[16:58:30] [Server thread/TRACE] [FML]: Registry: 121 minecraft:end_stone net.minecraft.item.ItemBlock@4b8ba6b7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 122 minecraft:dragon_egg net.minecraft.item.ItemBlock@6c8f5262 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 123 minecraft:redstone_lamp net.minecraft.item.ItemBlock@6bca6c4c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 126 minecraft:wooden_slab net.minecraft.item.ItemSlab@7de2c19c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 128 minecraft:sandstone_stairs net.minecraft.item.ItemBlock@5dcec8e9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 129 minecraft:emerald_ore net.minecraft.item.ItemBlock@4bc49d70 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 130 minecraft:ender_chest net.minecraft.item.ItemBlock@73543048 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 131 minecraft:tripwire_hook net.minecraft.item.ItemBlock@1851f19f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 133 minecraft:emerald_block net.minecraft.item.ItemBlock@33f3ebfc +[16:58:30] [Server thread/TRACE] [FML]: Registry: 134 minecraft:spruce_stairs net.minecraft.item.ItemBlock@5cb3cfef +[16:58:30] [Server thread/TRACE] [FML]: Registry: 135 minecraft:birch_stairs net.minecraft.item.ItemBlock@eb77241 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 136 minecraft:jungle_stairs net.minecraft.item.ItemBlock@197da701 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 137 minecraft:command_block net.minecraft.item.ItemBlock@35fd03d9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 138 minecraft:beacon net.minecraft.item.ItemBlock@77737e3e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 139 minecraft:cobblestone_wall net.minecraft.item.ItemMultiTexture@3652dd19 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 143 minecraft:wooden_button net.minecraft.item.ItemBlock@6b6cf3c1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 145 minecraft:anvil net.minecraft.item.ItemAnvilBlock@4ceb368b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 146 minecraft:trapped_chest net.minecraft.item.ItemBlock@1ddc5857 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 147 minecraft:light_weighted_pressure_plate net.minecraft.item.ItemBlock@6f0df74 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 148 minecraft:heavy_weighted_pressure_plate net.minecraft.item.ItemBlock@42bbd21c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 151 minecraft:daylight_detector net.minecraft.item.ItemBlock@57f1fbae +[16:58:30] [Server thread/TRACE] [FML]: Registry: 152 minecraft:redstone_block net.minecraft.item.ItemBlock@28901fe7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 153 minecraft:quartz_ore net.minecraft.item.ItemBlock@289b7efe +[16:58:30] [Server thread/TRACE] [FML]: Registry: 154 minecraft:hopper net.minecraft.item.ItemBlock@34ac72c3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 155 minecraft:quartz_block net.minecraft.item.ItemMultiTexture@6cd8c373 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 156 minecraft:quartz_stairs net.minecraft.item.ItemBlock@449f9628 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 157 minecraft:activator_rail net.minecraft.item.ItemBlock@37806ccb +[16:58:30] [Server thread/TRACE] [FML]: Registry: 158 minecraft:dropper net.minecraft.item.ItemBlock@606d2a92 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 159 minecraft:stained_hardened_clay net.minecraft.item.ItemCloth@4a84beb7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 160 minecraft:stained_glass_pane net.minecraft.item.ItemCloth@2e778abb +[16:58:30] [Server thread/TRACE] [FML]: Registry: 161 minecraft:leaves2 net.minecraft.item.ItemLeaves@7bc239db +[16:58:30] [Server thread/TRACE] [FML]: Registry: 162 minecraft:log2 net.minecraft.item.ItemMultiTexture@307ba188 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 163 minecraft:acacia_stairs net.minecraft.item.ItemBlock@1e8b0ab5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 164 minecraft:dark_oak_stairs net.minecraft.item.ItemBlock@7ef34eb3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 165 minecraft:slime net.minecraft.item.ItemBlock@2719139f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 166 minecraft:barrier net.minecraft.item.ItemBlock@72924f19 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 167 minecraft:iron_trapdoor net.minecraft.item.ItemBlock@46c093b4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 168 minecraft:prismarine net.minecraft.item.ItemMultiTexture@58fbecde +[16:58:30] [Server thread/TRACE] [FML]: Registry: 169 minecraft:sea_lantern net.minecraft.item.ItemBlock@299615a5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 170 minecraft:hay_block net.minecraft.item.ItemBlock@4ff00844 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 171 minecraft:carpet net.minecraft.item.ItemCloth@20ee660b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 172 minecraft:hardened_clay net.minecraft.item.ItemBlock@40e41f88 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 173 minecraft:coal_block net.minecraft.item.ItemBlock@27b7913 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 174 minecraft:packed_ice net.minecraft.item.ItemBlock@4d86f330 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 175 minecraft:double_plant net.minecraft.item.ItemMultiTexture@7f065f9e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 179 minecraft:red_sandstone net.minecraft.item.ItemMultiTexture@4b407ac7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 180 minecraft:red_sandstone_stairs net.minecraft.item.ItemBlock@4c5ae26d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 182 minecraft:stone_slab2 net.minecraft.item.ItemSlab@5578ed7e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 183 minecraft:spruce_fence_gate net.minecraft.item.ItemBlock@28be7db5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 184 minecraft:birch_fence_gate net.minecraft.item.ItemBlock@700596f9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 185 minecraft:jungle_fence_gate net.minecraft.item.ItemBlock@2ac00dc9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 186 minecraft:dark_oak_fence_gate net.minecraft.item.ItemBlock@33293b34 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 187 minecraft:acacia_fence_gate net.minecraft.item.ItemBlock@68a1bb31 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 188 minecraft:spruce_fence net.minecraft.item.ItemBlock@5ab1107d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 189 minecraft:birch_fence net.minecraft.item.ItemBlock@671561b9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 190 minecraft:jungle_fence net.minecraft.item.ItemBlock@3aebdb4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 191 minecraft:dark_oak_fence net.minecraft.item.ItemBlock@4fd70118 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 192 minecraft:acacia_fence net.minecraft.item.ItemBlock@1db7c267 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 198 minecraft:end_rod net.minecraft.item.ItemBlock@292b7a02 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 199 minecraft:chorus_plant net.minecraft.item.ItemBlock@3e242137 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 200 minecraft:chorus_flower net.minecraft.item.ItemBlock@25dacc5a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 201 minecraft:purpur_block net.minecraft.item.ItemBlock@55b7f9f1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 202 minecraft:purpur_pillar net.minecraft.item.ItemBlock@273e622f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 203 minecraft:purpur_stairs net.minecraft.item.ItemBlock@380cd266 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 205 minecraft:purpur_slab net.minecraft.item.ItemSlab@4b477121 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 206 minecraft:end_bricks net.minecraft.item.ItemBlock@509e0253 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 208 minecraft:grass_path net.minecraft.item.ItemBlock@5dfc7b3f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 210 minecraft:repeating_command_block net.minecraft.item.ItemBlock@5dd5422f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 211 minecraft:chain_command_block net.minecraft.item.ItemBlock@158b8d10 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 213 minecraft:magma net.minecraft.item.ItemBlock@e594c46 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 214 minecraft:nether_wart_block net.minecraft.item.ItemBlock@1cd853ee +[16:58:30] [Server thread/TRACE] [FML]: Registry: 215 minecraft:red_nether_brick net.minecraft.item.ItemBlock@6b6bae60 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 216 minecraft:bone_block net.minecraft.item.ItemBlock@22c14d10 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 217 minecraft:structure_void net.minecraft.item.ItemBlock@66be0e72 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 218 minecraft:observer net.minecraft.item.ItemBlock@38276668 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 219 minecraft:white_shulker_box net.minecraft.item.ItemShulkerBox@2688b2be +[16:58:30] [Server thread/TRACE] [FML]: Registry: 220 minecraft:orange_shulker_box net.minecraft.item.ItemShulkerBox@30d3f583 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 221 minecraft:magenta_shulker_box net.minecraft.item.ItemShulkerBox@3344c1d7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 222 minecraft:light_blue_shulker_box net.minecraft.item.ItemShulkerBox@73b034ca +[16:58:30] [Server thread/TRACE] [FML]: Registry: 223 minecraft:yellow_shulker_box net.minecraft.item.ItemShulkerBox@104e6540 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 224 minecraft:lime_shulker_box net.minecraft.item.ItemShulkerBox@3f9ee527 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 225 minecraft:pink_shulker_box net.minecraft.item.ItemShulkerBox@2a41d17a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 226 minecraft:gray_shulker_box net.minecraft.item.ItemShulkerBox@58a5b69c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 227 minecraft:silver_shulker_box net.minecraft.item.ItemShulkerBox@3b22bcad +[16:58:30] [Server thread/TRACE] [FML]: Registry: 228 minecraft:cyan_shulker_box net.minecraft.item.ItemShulkerBox@735dc133 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 229 minecraft:purple_shulker_box net.minecraft.item.ItemShulkerBox@57330423 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 230 minecraft:blue_shulker_box net.minecraft.item.ItemShulkerBox@2257590f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 231 minecraft:brown_shulker_box net.minecraft.item.ItemShulkerBox@c3e5e3c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 232 minecraft:green_shulker_box net.minecraft.item.ItemShulkerBox@11f752d1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 233 minecraft:red_shulker_box net.minecraft.item.ItemShulkerBox@5eaa4ed0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 234 minecraft:black_shulker_box net.minecraft.item.ItemShulkerBox@462deb2b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 235 minecraft:white_glazed_terracotta net.minecraft.item.ItemBlock@381c826c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 236 minecraft:orange_glazed_terracotta net.minecraft.item.ItemBlock@13563e64 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 237 minecraft:magenta_glazed_terracotta net.minecraft.item.ItemBlock@1f062e10 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 238 minecraft:light_blue_glazed_terracotta net.minecraft.item.ItemBlock@36dbfa68 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 239 minecraft:yellow_glazed_terracotta net.minecraft.item.ItemBlock@6a08113d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 240 minecraft:lime_glazed_terracotta net.minecraft.item.ItemBlock@480fb706 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 241 minecraft:pink_glazed_terracotta net.minecraft.item.ItemBlock@66d766b9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 242 minecraft:gray_glazed_terracotta net.minecraft.item.ItemBlock@f36c8b1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 243 minecraft:silver_glazed_terracotta net.minecraft.item.ItemBlock@251db193 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 244 minecraft:cyan_glazed_terracotta net.minecraft.item.ItemBlock@109f95b1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 245 minecraft:purple_glazed_terracotta net.minecraft.item.ItemBlock@4d20cbb5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 246 minecraft:blue_glazed_terracotta net.minecraft.item.ItemBlock@74eae1e0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 247 minecraft:brown_glazed_terracotta net.minecraft.item.ItemBlock@3c3357c7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 248 minecraft:green_glazed_terracotta net.minecraft.item.ItemBlock@506d7fed +[16:58:30] [Server thread/TRACE] [FML]: Registry: 249 minecraft:red_glazed_terracotta net.minecraft.item.ItemBlock@1bdb6b36 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 250 minecraft:black_glazed_terracotta net.minecraft.item.ItemBlock@381d7c4c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 251 minecraft:concrete net.minecraft.item.ItemCloth@1e3689e7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 252 minecraft:concrete_powder net.minecraft.item.ItemCloth@259f0fdb +[16:58:30] [Server thread/TRACE] [FML]: Registry: 255 minecraft:structure_block net.minecraft.item.ItemBlock@655d5285 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 256 minecraft:iron_shovel net.minecraft.item.ItemSpade@689fe2a3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 257 minecraft:iron_pickaxe net.minecraft.item.ItemPickaxe@261c5d1f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 258 minecraft:iron_axe net.minecraft.item.ItemAxe@409df37d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 259 minecraft:flint_and_steel net.minecraft.item.ItemFlintAndSteel@369d624d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 260 minecraft:apple net.minecraft.item.ItemFood@189f9f9f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 261 minecraft:bow net.minecraft.item.ItemBow@2b9a7211 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 262 minecraft:arrow net.minecraft.item.ItemArrow@3db145f7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 263 minecraft:coal net.minecraft.item.ItemCoal@7ae75ba6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 264 minecraft:diamond net.minecraft.item.Item@2bab1821 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 265 minecraft:iron_ingot net.minecraft.item.Item@7f6137fb +[16:58:30] [Server thread/TRACE] [FML]: Registry: 266 minecraft:gold_ingot net.minecraft.item.Item@57657b96 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 267 minecraft:iron_sword net.minecraft.item.ItemSword@1f8a1b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 268 minecraft:wooden_sword net.minecraft.item.ItemSword@568cbf8d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 269 minecraft:wooden_shovel net.minecraft.item.ItemSpade@376c5950 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 270 minecraft:wooden_pickaxe net.minecraft.item.ItemPickaxe@11ec699 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 271 minecraft:wooden_axe net.minecraft.item.ItemAxe@7d2ddbf3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 272 minecraft:stone_sword net.minecraft.item.ItemSword@4eee730c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 273 minecraft:stone_shovel net.minecraft.item.ItemSpade@1b1d1558 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 274 minecraft:stone_pickaxe net.minecraft.item.ItemPickaxe@6cc022ac +[16:58:30] [Server thread/TRACE] [FML]: Registry: 275 minecraft:stone_axe net.minecraft.item.ItemAxe@7f219e84 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 276 minecraft:diamond_sword net.minecraft.item.ItemSword@42eaf47f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 277 minecraft:diamond_shovel net.minecraft.item.ItemSpade@312e8eaf +[16:58:30] [Server thread/TRACE] [FML]: Registry: 278 minecraft:diamond_pickaxe net.minecraft.item.ItemPickaxe@5c960f64 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 279 minecraft:diamond_axe net.minecraft.item.ItemAxe@2f307fcc +[16:58:30] [Server thread/TRACE] [FML]: Registry: 280 minecraft:stick net.minecraft.item.Item@3aec2f59 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 281 minecraft:bowl net.minecraft.item.Item@7f72855d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 282 minecraft:mushroom_stew net.minecraft.item.ItemSoup@361d169a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 283 minecraft:golden_sword net.minecraft.item.ItemSword@47a68e3f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 284 minecraft:golden_shovel net.minecraft.item.ItemSpade@52288c65 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 285 minecraft:golden_pickaxe net.minecraft.item.ItemPickaxe@33ef393a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 286 minecraft:golden_axe net.minecraft.item.ItemAxe@6d18401b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 287 minecraft:string net.minecraft.item.ItemBlockSpecial@141874c8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 288 minecraft:feather net.minecraft.item.Item@147ea894 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 289 minecraft:gunpowder net.minecraft.item.Item@38aed8ad +[16:58:30] [Server thread/TRACE] [FML]: Registry: 290 minecraft:wooden_hoe net.minecraft.item.ItemHoe@1a507ea0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 291 minecraft:stone_hoe net.minecraft.item.ItemHoe@64a9fca7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 292 minecraft:iron_hoe net.minecraft.item.ItemHoe@22f756c5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 293 minecraft:diamond_hoe net.minecraft.item.ItemHoe@485a5c9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 294 minecraft:golden_hoe net.minecraft.item.ItemHoe@1d397e87 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 295 minecraft:wheat_seeds net.minecraft.item.ItemSeeds@10ab976b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 296 minecraft:wheat net.minecraft.item.Item@5da799 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 297 minecraft:bread net.minecraft.item.ItemFood@2b0d6bf2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 298 minecraft:leather_helmet net.minecraft.item.ItemArmor@68a7bc12 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 299 minecraft:leather_chestplate net.minecraft.item.ItemArmor@14f03f2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 300 minecraft:leather_leggings net.minecraft.item.ItemArmor@235b4aea +[16:58:30] [Server thread/TRACE] [FML]: Registry: 301 minecraft:leather_boots net.minecraft.item.ItemArmor@31f4fdc5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 302 minecraft:chainmail_helmet net.minecraft.item.ItemArmor@64e680c5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 303 minecraft:chainmail_chestplate net.minecraft.item.ItemArmor@1dcf5f38 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 304 minecraft:chainmail_leggings net.minecraft.item.ItemArmor@64ba5a71 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 305 minecraft:chainmail_boots net.minecraft.item.ItemArmor@72b689f6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 306 minecraft:iron_helmet net.minecraft.item.ItemArmor@2286dfcd +[16:58:30] [Server thread/TRACE] [FML]: Registry: 307 minecraft:iron_chestplate net.minecraft.item.ItemArmor@4557723a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 308 minecraft:iron_leggings net.minecraft.item.ItemArmor@7308d133 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 309 minecraft:iron_boots net.minecraft.item.ItemArmor@35b70f9d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 310 minecraft:diamond_helmet net.minecraft.item.ItemArmor@21dbd651 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 311 minecraft:diamond_chestplate net.minecraft.item.ItemArmor@5f63a6f2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 312 minecraft:diamond_leggings net.minecraft.item.ItemArmor@6a577564 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 313 minecraft:diamond_boots net.minecraft.item.ItemArmor@67915454 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 314 minecraft:golden_helmet net.minecraft.item.ItemArmor@18876fa9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 315 minecraft:golden_chestplate net.minecraft.item.ItemArmor@5a110e7d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 316 minecraft:golden_leggings net.minecraft.item.ItemArmor@b3cbc0e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 317 minecraft:golden_boots net.minecraft.item.ItemArmor@66e27ac9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 318 minecraft:flint net.minecraft.item.Item@453bbb9b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 319 minecraft:porkchop net.minecraft.item.ItemFood@170b27a7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 320 minecraft:cooked_porkchop net.minecraft.item.ItemFood@79392584 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 321 minecraft:painting net.minecraft.item.ItemHangingEntity@665e18d5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 322 minecraft:golden_apple net.minecraft.item.ItemAppleGold@2862bac6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 323 minecraft:sign net.minecraft.item.ItemSign@534c3b9d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 324 minecraft:wooden_door net.minecraft.item.ItemDoor@67c1fc9b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 325 minecraft:bucket net.minecraft.item.ItemBucket@771b2b5b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 326 minecraft:water_bucket net.minecraft.item.ItemBucket@1aa64998 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 327 minecraft:lava_bucket net.minecraft.item.ItemBucket@571b4bf6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 328 minecraft:minecart net.minecraft.item.ItemMinecart@665c79a2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 329 minecraft:saddle net.minecraft.item.ItemSaddle@2c3d1214 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 330 minecraft:iron_door net.minecraft.item.ItemDoor@48064a5a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 331 minecraft:redstone net.minecraft.item.ItemRedstone@257e8c43 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 332 minecraft:snowball net.minecraft.item.ItemSnowball@5e38329d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 333 minecraft:boat net.minecraft.item.ItemBoat@4f70b659 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 334 minecraft:leather net.minecraft.item.Item@18f1a81a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 335 minecraft:milk_bucket net.minecraft.item.ItemBucketMilk@4d1f6e1c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 336 minecraft:brick net.minecraft.item.Item@3431cb1f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 337 minecraft:clay_ball net.minecraft.item.Item@42c9f2cd +[16:58:30] [Server thread/TRACE] [FML]: Registry: 338 minecraft:reeds net.minecraft.item.ItemBlockSpecial@797c67c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 339 minecraft:paper net.minecraft.item.Item@31ce271c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 340 minecraft:book net.minecraft.item.ItemBook@1f41f259 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 341 minecraft:slime_ball net.minecraft.item.Item@648c80cb +[16:58:30] [Server thread/TRACE] [FML]: Registry: 342 minecraft:chest_minecart net.minecraft.item.ItemMinecart@4a9d6eb9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 343 minecraft:furnace_minecart net.minecraft.item.ItemMinecart@157a2c86 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 344 minecraft:egg net.minecraft.item.ItemEgg@12115c28 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 345 minecraft:compass net.minecraft.item.ItemCompass@4822d7a1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 346 minecraft:fishing_rod net.minecraft.item.ItemFishingRod@58dd1d0c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 347 minecraft:clock net.minecraft.item.ItemClock@cd9ce76 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 348 minecraft:glowstone_dust net.minecraft.item.Item@421c057a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 349 minecraft:fish net.minecraft.item.ItemFishFood@7fecc26f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 350 minecraft:cooked_fish net.minecraft.item.ItemFishFood@402adc9c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 351 minecraft:dye net.minecraft.item.ItemDye@549b26d7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 352 minecraft:bone net.minecraft.item.Item@2c9430c6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 353 minecraft:sugar net.minecraft.item.Item@66978c15 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 354 minecraft:cake net.minecraft.item.ItemBlockSpecial@6c96dc5c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 355 minecraft:bed net.minecraft.item.ItemBed@3ade99bb +[16:58:30] [Server thread/TRACE] [FML]: Registry: 356 minecraft:repeater net.minecraft.item.ItemBlockSpecial@193710c3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 357 minecraft:cookie net.minecraft.item.ItemFood@eb23b9c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 358 minecraft:filled_map net.minecraft.item.ItemMap@51a65f56 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 359 minecraft:shears net.minecraft.item.ItemShears@1071f3ad +[16:58:30] [Server thread/TRACE] [FML]: Registry: 360 minecraft:melon net.minecraft.item.ItemFood@6aaed880 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 361 minecraft:pumpkin_seeds net.minecraft.item.ItemSeeds@9bd477c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 362 minecraft:melon_seeds net.minecraft.item.ItemSeeds@7444714e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 363 minecraft:beef net.minecraft.item.ItemFood@6b3708f0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 364 minecraft:cooked_beef net.minecraft.item.ItemFood@77c1a7ce +[16:58:30] [Server thread/TRACE] [FML]: Registry: 365 minecraft:chicken net.minecraft.item.ItemFood@16a7af5d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 366 minecraft:cooked_chicken net.minecraft.item.ItemFood@207358ad +[16:58:30] [Server thread/TRACE] [FML]: Registry: 367 minecraft:rotten_flesh net.minecraft.item.ItemFood@3e2ee637 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 368 minecraft:ender_pearl net.minecraft.item.ItemEnderPearl@2e10f765 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 369 minecraft:blaze_rod net.minecraft.item.Item@100d071 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 370 minecraft:ghast_tear net.minecraft.item.Item@4c5379f5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 371 minecraft:gold_nugget net.minecraft.item.Item@333d5a0c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 372 minecraft:nether_wart net.minecraft.item.ItemSeeds@1abf38d1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 373 minecraft:potion net.minecraft.item.ItemPotion@4af0ae2c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 374 minecraft:glass_bottle net.minecraft.item.ItemGlassBottle@4d9ad37e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 375 minecraft:spider_eye net.minecraft.item.ItemFood@481b8d53 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 376 minecraft:fermented_spider_eye net.minecraft.item.Item@6e8426aa +[16:58:30] [Server thread/TRACE] [FML]: Registry: 377 minecraft:blaze_powder net.minecraft.item.Item@752573df +[16:58:30] [Server thread/TRACE] [FML]: Registry: 378 minecraft:magma_cream net.minecraft.item.Item@6ebf5f26 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 379 minecraft:brewing_stand net.minecraft.item.ItemBlockSpecial@7a5a26b7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 380 minecraft:cauldron net.minecraft.item.ItemBlockSpecial@3524ee20 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 381 minecraft:ender_eye net.minecraft.item.ItemEnderEye@6c04310f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 382 minecraft:speckled_melon net.minecraft.item.Item@5ce7ab6f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 383 minecraft:spawn_egg net.minecraft.item.ItemMonsterPlacer@5a8d03ce +[16:58:30] [Server thread/TRACE] [FML]: Registry: 384 minecraft:experience_bottle net.minecraft.item.ItemExpBottle@6d76aa05 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 385 minecraft:fire_charge net.minecraft.item.ItemFireball@475fb7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 386 minecraft:writable_book net.minecraft.item.ItemWritableBook@4c7d19bf +[16:58:30] [Server thread/TRACE] [FML]: Registry: 387 minecraft:written_book net.minecraft.item.ItemWrittenBook@32c114d9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 388 minecraft:emerald net.minecraft.item.Item@73f6ffb1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 389 minecraft:item_frame net.minecraft.item.ItemHangingEntity@4505ec36 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 390 minecraft:flower_pot net.minecraft.item.ItemBlockSpecial@41fe0d98 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 391 minecraft:carrot net.minecraft.item.ItemSeedFood@19983dd1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 392 minecraft:potato net.minecraft.item.ItemSeedFood@700b035b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 393 minecraft:baked_potato net.minecraft.item.ItemFood@786de0a3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 394 minecraft:poisonous_potato net.minecraft.item.ItemFood@472dc215 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 395 minecraft:map net.minecraft.item.ItemEmptyMap@65384249 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 396 minecraft:golden_carrot net.minecraft.item.ItemFood@6441db2c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 397 minecraft:skull net.minecraft.item.ItemSkull@6c2063e0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 398 minecraft:carrot_on_a_stick net.minecraft.item.ItemCarrotOnAStick@27ea7c8f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 399 minecraft:nether_star net.minecraft.item.ItemSimpleFoiled@1aade3c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 400 minecraft:pumpkin_pie net.minecraft.item.ItemFood@7d8a5ec7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 401 minecraft:fireworks net.minecraft.item.ItemFirework@65a7bc80 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 402 minecraft:firework_charge net.minecraft.item.ItemFireworkCharge@1001b435 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 403 minecraft:enchanted_book net.minecraft.item.ItemEnchantedBook@49318c2a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 404 minecraft:comparator net.minecraft.item.ItemBlockSpecial@17adbecf +[16:58:30] [Server thread/TRACE] [FML]: Registry: 405 minecraft:netherbrick net.minecraft.item.Item@59eb987a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 406 minecraft:quartz net.minecraft.item.Item@31b4c003 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 407 minecraft:tnt_minecart net.minecraft.item.ItemMinecart@74214ac3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 408 minecraft:hopper_minecart net.minecraft.item.ItemMinecart@e00c94e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 409 minecraft:prismarine_shard net.minecraft.item.Item@b2db8bc +[16:58:30] [Server thread/TRACE] [FML]: Registry: 410 minecraft:prismarine_crystals net.minecraft.item.Item@1c0ec502 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 411 minecraft:rabbit net.minecraft.item.ItemFood@6287e312 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 412 minecraft:cooked_rabbit net.minecraft.item.ItemFood@6a450cb5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 413 minecraft:rabbit_stew net.minecraft.item.ItemSoup@c4bb119 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 414 minecraft:rabbit_foot net.minecraft.item.Item@66075347 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 415 minecraft:rabbit_hide net.minecraft.item.Item@3b45a3e6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 416 minecraft:armor_stand net.minecraft.item.ItemArmorStand@31406eab +[16:58:30] [Server thread/TRACE] [FML]: Registry: 417 minecraft:iron_horse_armor net.minecraft.item.Item@3bb6b9ab +[16:58:30] [Server thread/TRACE] [FML]: Registry: 418 minecraft:golden_horse_armor net.minecraft.item.Item@31f90517 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 419 minecraft:diamond_horse_armor net.minecraft.item.Item@2f6f2d91 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 420 minecraft:lead net.minecraft.item.ItemLead@7040d71 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 421 minecraft:name_tag net.minecraft.item.ItemNameTag@3d5b2c1e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 422 minecraft:command_block_minecart net.minecraft.item.ItemMinecart@137a9d69 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 423 minecraft:mutton net.minecraft.item.ItemFood@12faeada +[16:58:30] [Server thread/TRACE] [FML]: Registry: 424 minecraft:cooked_mutton net.minecraft.item.ItemFood@73a5cc47 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 425 minecraft:banner net.minecraft.item.ItemBanner@74b13aa +[16:58:30] [Server thread/TRACE] [FML]: Registry: 426 minecraft:end_crystal net.minecraft.item.ItemEndCrystal@7a02d760 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 427 minecraft:spruce_door net.minecraft.item.ItemDoor@5a86112a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 428 minecraft:birch_door net.minecraft.item.ItemDoor@3203ffa3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 429 minecraft:jungle_door net.minecraft.item.ItemDoor@49231d79 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 430 minecraft:acacia_door net.minecraft.item.ItemDoor@25f67aea +[16:58:30] [Server thread/TRACE] [FML]: Registry: 431 minecraft:dark_oak_door net.minecraft.item.ItemDoor@4f93303f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 432 minecraft:chorus_fruit net.minecraft.item.ItemChorusFruit@3e7940b3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 433 minecraft:chorus_fruit_popped net.minecraft.item.Item@1ae37be2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 434 minecraft:beetroot net.minecraft.item.ItemFood@60147536 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 435 minecraft:beetroot_seeds net.minecraft.item.ItemSeeds@2438a038 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 436 minecraft:beetroot_soup net.minecraft.item.ItemSoup@50b010d4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 437 minecraft:dragon_breath net.minecraft.item.Item@510d4d4b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 438 minecraft:splash_potion net.minecraft.item.ItemSplashPotion@10b36d8a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 439 minecraft:spectral_arrow net.minecraft.item.ItemSpectralArrow@3d00c2ae +[16:58:30] [Server thread/TRACE] [FML]: Registry: 440 minecraft:tipped_arrow net.minecraft.item.ItemTippedArrow@684a34f4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 441 minecraft:lingering_potion net.minecraft.item.ItemLingeringPotion@33a39d7e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 442 minecraft:shield net.minecraft.item.ItemShield@2643caa6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 443 minecraft:elytra net.minecraft.item.ItemElytra@2c9af700 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 444 minecraft:spruce_boat net.minecraft.item.ItemBoat@29897daf +[16:58:30] [Server thread/TRACE] [FML]: Registry: 445 minecraft:birch_boat net.minecraft.item.ItemBoat@63e54c66 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 446 minecraft:jungle_boat net.minecraft.item.ItemBoat@5246453e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 447 minecraft:acacia_boat net.minecraft.item.ItemBoat@299f9a81 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 448 minecraft:dark_oak_boat net.minecraft.item.ItemBoat@4b19ee18 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 449 minecraft:totem_of_undying net.minecraft.item.Item@2561d61 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 450 minecraft:shulker_shell net.minecraft.item.Item@6259d7a0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 452 minecraft:iron_nugget net.minecraft.item.Item@374712f8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 453 minecraft:knowledge_book net.minecraft.item.ItemKnowledgeBook@43600de0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2256 minecraft:record_13 net.minecraft.item.ItemRecord@20425fab +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2257 minecraft:record_cat net.minecraft.item.ItemRecord@71c2cb26 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2258 minecraft:record_blocks net.minecraft.item.ItemRecord@593db293 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2259 minecraft:record_chirp net.minecraft.item.ItemRecord@5220e6ff +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2260 minecraft:record_far net.minecraft.item.ItemRecord@602d5417 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2261 minecraft:record_mall net.minecraft.item.ItemRecord@75128cf +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2262 minecraft:record_mellohi net.minecraft.item.ItemRecord@33ccab9c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2263 minecraft:record_stal net.minecraft.item.ItemRecord@668ea404 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2264 minecraft:record_strad net.minecraft.item.ItemRecord@6c89c92e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2265 minecraft:record_ward net.minecraft.item.ItemRecord@62109320 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2266 minecraft:record_11 net.minecraft.item.ItemRecord@34d644b5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2267 minecraft:record_wait net.minecraft.item.ItemRecord@276b68af +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4096 geolosys:ore com.oitsjustjose.geolosys.common.blocks.BlockOre$ItemBlockOre@4620d770 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4097 geolosys:ore_sample com.oitsjustjose.geolosys.common.blocks.BlockSample$ItemBlockOre@1848854c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4098 geolosys:ore_vanilla com.oitsjustjose.geolosys.common.blocks.BlockOreVanilla$ItemBlockOre@194bf93b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4099 geolosys:ore_sample_vanilla com.oitsjustjose.geolosys.common.blocks.BlockSampleVanilla$ItemBlockOre@4e9e225c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4100 geolosys:cluster com.oitsjustjose.geolosys.common.items.ItemCluster@b110f3d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4101 geolosys:field_manual com.oitsjustjose.geolosys.common.items.ItemFieldManual@3f5371d4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4102 carryon:tile_item tschipp.carryon.common.item.ItemTile@1849c571 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4103 carryon:entity_item tschipp.carryon.common.item.ItemEntity@3239cbc8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4104 enderstorage:ender_storage codechicken.enderstorage.item.ItemEnderStorage@74f547d6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4105 enderstorage:ender_pouch codechicken.enderstorage.item.ItemEnderPouch@41d7940f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4106 ferdinandsflowers:block_cff_flowers c0_0ry.ferdinandsflowers.blocks.item.ItemBlockFlowers@2fd22052 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4107 ferdinandsflowers:block_cff_flowersb c0_0ry.ferdinandsflowers.blocks.item.ItemBlockFlowers@2d247614 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4108 ferdinandsflowers:block_cff_flowersc c0_0ry.ferdinandsflowers.blocks.item.ItemBlockFlowers@15cdf4d2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4109 ferdinandsflowers:block_cff_flowersd c0_0ry.ferdinandsflowers.blocks.item.ItemBlockFlowers@33d1ace +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4110 ferdinandsflowers:block_cff_flowerse c0_0ry.ferdinandsflowers.blocks.item.ItemBlockFlowers@5069c819 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4111 ferdinandsflowers:block_cff_doubles c0_0ry.ferdinandsflowers.blocks.item.ItemBlockFlowers@22d907ef +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4112 ferdinandsflowers:block_cff_doublesb c0_0ry.ferdinandsflowers.blocks.item.ItemBlockFlowers@49fcfa40 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4113 ferdinandsflowers:block_cff_doublesc c0_0ry.ferdinandsflowers.blocks.item.ItemBlockFlowers@352070e6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4114 ferdinandsflowers:block_cff_doubless c0_0ry.ferdinandsflowers.blocks.item.ItemBlockFlowers@33feab1d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4115 ferdinandsflowers:block_cff_doublesp c0_0ry.ferdinandsflowers.blocks.item.ItemBlockFlowers@6a916d40 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4116 ferdinandsflowers:block_cff_desert c0_0ry.ferdinandsflowers.blocks.item.ItemBlockFlowers@2d74ba04 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4117 ferdinandsflowers:block_cff_ouch c0_0ry.ferdinandsflowers.blocks.item.ItemBlockFlowers@3324751a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4118 ferdinandsflowers:block_cff_doublesd c0_0ry.ferdinandsflowers.blocks.item.ItemBlockFlowers@70d1c77 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4119 ferdinandsflowers:block_cff_fungus c0_0ry.ferdinandsflowers.blocks.item.ItemBlockFlowers@59f7ed73 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4120 ferdinandsflowers:block_cff_dark c0_0ry.ferdinandsflowers.blocks.item.ItemBlockFlowers@77d20400 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4121 ferdinandsflowers:block_flower_chest net.minecraft.item.ItemBlock@1fa60c85 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4122 ferdinandsflowers:block_dye_brick c0_0ry.ferdinandsflowers.blocks.item.ItemBlockFlowers@3bce9322 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4123 ferdinandsflowers:block_dye_brickb c0_0ry.ferdinandsflowers.blocks.item.ItemBlockFlowers@1dd5cf5e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4124 ferdinandsflowers:block_dye_brick_half net.minecraft.item.ItemSlab@4b5a6d54 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4125 ferdinandsflowers:block_dye_brick_halfb net.minecraft.item.ItemSlab@2cc5e003 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4126 ferdinandsflowers:block_dye_brick_halfc net.minecraft.item.ItemSlab@7915284f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4127 ferdinandsflowers:block_dye_brick_halfd net.minecraft.item.ItemSlab@46ca934b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4128 ferdinandsflowers:block_dye_glass c0_0ry.ferdinandsflowers.blocks.item.ItemBlockFlowers@de71aa8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4129 ferdinandsflowers:block_dye_glass_pane c0_0ry.ferdinandsflowers.blocks.item.ItemBlockFlowers@5fe5cd03 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4130 ferdinandsflowers:block_birthday net.minecraft.item.ItemBlock@cbd527d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4131 ferdinandsflowers:block_stone_light c0_0ry.ferdinandsflowers.blocks.item.ItemBlockFlowers@2bb05720 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4132 ferdinandsflowers:block_cobble_light c0_0ry.ferdinandsflowers.blocks.item.ItemBlockFlowers@19d3dd7b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4133 ferdinandsflowers:block_dirt_light c0_0ry.ferdinandsflowers.blocks.item.ItemBlockFlowers@606d0fe5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4134 ferdinandsflowers:block_log_light c0_0ry.ferdinandsflowers.blocks.item.ItemBlockFlowers@24a9803 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4135 ferdinandsflowers:block_plank_light c0_0ry.ferdinandsflowers.blocks.item.ItemBlockFlowers@9144093 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4136 ferdinandsflowers:block_sand_light c0_0ry.ferdinandsflowers.blocks.item.ItemBlockFlowers@54f1b115 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4137 ferdinandsflowers:block_gravel_light net.minecraft.item.ItemBlock@22a6a8dc +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4138 ferdinandsflowers:block_stonebrick_light c0_0ry.ferdinandsflowers.blocks.item.ItemBlockFlowers@6d9d72c6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4139 ferdinandsflowers:block_metal_light c0_0ry.ferdinandsflowers.blocks.item.ItemBlockFlowers@5c3b77dc +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4140 ferdinandsflowers:item_test c0_0ry.ferdinandsflowers.items.ItemTest@5c38c8f4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4141 ferdinandsflowers:flower_dye c0_0ry.ferdinandsflowers.items.FlowerDye@5c833d2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4142 ferdinandsflowers:flower_dyeb c0_0ry.ferdinandsflowers.items.FlowerDyeB@742d581e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4143 microblockcbe:microblock codechicken.microblock.ItemMicroPart@5026986 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4144 microblockcbe:saw_stone codechicken.microblock.ItemSaw@3bd2fd43 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4145 microblockcbe:saw_iron codechicken.microblock.ItemSaw@7571a460 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4146 microblockcbe:saw_diamond codechicken.microblock.ItemSaw@22c5efba +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4147 microblockcbe:stone_rod net.minecraft.item.Item@456f3b56 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4148 advgenerators:iron_frame net.bdew.lib.items.BaseItem@6c66386d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4149 advgenerators:power_io net.bdew.lib.items.BaseItem@f994d35 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4150 advgenerators:iron_tubing net.bdew.lib.items.BaseItem@708f4adf +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4151 advgenerators:iron_wiring net.bdew.lib.items.BaseItem@6f209c2a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4152 advgenerators:controller net.bdew.lib.items.BaseItem@325874f3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4153 advgenerators:pressure_valve net.bdew.lib.items.BaseItem@776d6768 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4154 advgenerators:advanced_pressure_valve net.bdew.lib.items.BaseItem@7d3e12e8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4155 advgenerators:upgrade_kit net.bdew.lib.items.BaseItem@161410a9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4156 advgenerators:turbine_controller net.bdew.lib.block.ItemBlockTooltip@5abdf0ac +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4157 advgenerators:exchanger_controller net.bdew.lib.block.ItemBlockTooltip@33773f4b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4158 advgenerators:steam_turbine_controller net.bdew.lib.block.ItemBlockTooltip@54164c53 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4159 advgenerators:syngas_controller net.bdew.lib.block.ItemBlockTooltip@3b9ce9b4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4160 advgenerators:rf_output net.bdew.lib.block.ItemBlockTooltip@d6c00fd +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4161 advgenerators:forge_output net.bdew.lib.block.ItemBlockTooltip@3f46d201 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4162 advgenerators:gas_input net.bdew.lib.block.ItemBlockTooltip@36000a63 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4163 advgenerators:fluid_input net.bdew.lib.block.ItemBlockTooltip@7e4f66c8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4164 advgenerators:fluid_output_select net.bdew.lib.block.ItemBlockTooltip@29760328 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4165 advgenerators:item_input net.bdew.lib.block.ItemBlockTooltip@65164253 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4166 advgenerators:item_output net.bdew.lib.block.ItemBlockTooltip@6e81465b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4167 advgenerators:fuel_tank net.bdew.lib.block.ItemBlockTooltip@6ac182f5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4168 advgenerators:heating_chamber net.bdew.lib.block.ItemBlockTooltip@35ebfb64 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4169 advgenerators:mixing_chamber net.bdew.lib.block.ItemBlockTooltip@3fb184a1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4170 advgenerators:heat_exchanger net.bdew.lib.block.ItemBlockTooltip@19b64f2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4171 advgenerators:sensor net.bdew.lib.block.ItemBlockTooltip@6ec820ba +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4172 advgenerators:control net.bdew.lib.block.ItemBlockTooltip@12d8ab61 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4173 advgenerators:efficiency_upgrade_tier1 net.bdew.lib.block.ItemBlockTooltip@3023c226 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4174 advgenerators:efficiency_upgrade_tier2 net.bdew.lib.block.ItemBlockTooltip@7e5ab565 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4175 advgenerators:steam net.minecraft.item.ItemBlock@4a9ca680 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4176 advgenerators:syngas_flaming net.minecraft.item.ItemBlock@7d6f78f7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4177 advgenerators:syngas net.minecraft.item.ItemBlock@67d61ec0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4178 advgenerators:turbine_rotor_gold net.bdew.generators.items.TurbineItem@566a1b5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4179 advgenerators:turbine_kit_gold net.bdew.generators.items.TurbineUpgradeKit@5b878709 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4180 advgenerators:turbine_gold net.bdew.lib.block.ItemBlockTooltip@4c5a7790 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4181 advgenerators:turbine_blade_manyullyn net.bdew.generators.items.TurbineItem@393a36ad +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4182 advgenerators:turbine_rotor_manyullyn net.bdew.generators.items.TurbineItem@12885df +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4183 advgenerators:turbine_kit_manyullyn net.bdew.generators.items.TurbineUpgradeKit@1dbad2ed +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4184 advgenerators:turbine_manyullyn net.bdew.lib.block.ItemBlockTooltip@6481e5cb +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4185 advgenerators:turbine_blade_iron net.bdew.generators.items.TurbineItem@78df035e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4186 advgenerators:turbine_rotor_iron net.bdew.generators.items.TurbineItem@323d85e2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4187 advgenerators:turbine_iron net.bdew.lib.block.ItemBlockTooltip@13b89fc8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4188 advgenerators:power_capacitor_redstone net.bdew.lib.block.ItemBlockTooltip@38d2202f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4189 advgenerators:capacitor_kit_advanced net.bdew.generators.items.CapacitorUpgradeKit@284ab125 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4190 advgenerators:power_capacitor_advanced net.bdew.lib.block.ItemBlockTooltip@4e865e1d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4191 advgenerators:capacitor_kit_dense net.bdew.generators.items.CapacitorUpgradeKit@6daef92 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4192 advgenerators:power_capacitor_dense net.bdew.lib.block.ItemBlockTooltip@6dafb68c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4193 improvedbackpacks:backpack ru.poopycoders.improvedbackpacks.items.ItemBackpack@381ea521 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4194 improvedbackpacks:bound_leather net.minecraft.item.Item@69511c83 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4195 improvedbackpacks:tanned_leather net.minecraft.item.Item@40bfa517 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4196 improvedbackpacks:blank_upgrade net.minecraft.item.Item@69b0d353 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4197 improvedbackpacks:upgrade ru.poopycoders.improvedbackpacks.items.ItemBackpackUpgrade@121e76db +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4198 improvedbackpacks:ender_backpack ru.poopycoders.improvedbackpacks.items.ItemEnderBackpack@12437476 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4199 jaff:tank net.minecraft.item.ItemBlock@3ecff580 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4200 jaff:fish_bucket_cod com.tmtravlr.jaff.items.ItemFishBucket@7fceaeaf +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4201 jaff:fish_bucket_salmon com.tmtravlr.jaff.items.ItemFishBucket@3186f6af +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4202 jaff:fish_bucket_clownfish com.tmtravlr.jaff.items.ItemFishBucket@2f9a1bd7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4203 jaff:fish_bucket_pufferfish com.tmtravlr.jaff.items.ItemFishBucket@6eb88851 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4204 jaff:iron_hook net.minecraft.item.Item@6409e8ff +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4205 jaff:fish_bones net.minecraft.item.Item@623c595f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4206 jaff:wooden_fishing_rod com.tmtravlr.jaff.items.ItemHookedFishingRod@1d87b26c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4207 jaff:iron_fishing_rod com.tmtravlr.jaff.items.ItemHookedFishingRod@37d75b8d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4208 jaff:golden_fishing_rod com.tmtravlr.jaff.items.ItemHookedFishingRod@1cb20398 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4209 jaff:diamond_fishing_rod com.tmtravlr.jaff.items.ItemHookedFishingRod@1cc457f0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4210 mundaneredstone:redstone_ore net.minecraft.item.ItemBlock@788c4d66 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4211 rustic:olive_oil net.minecraft.item.ItemBlock@19c7d74e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4212 rustic:ironberry_juice net.minecraft.item.ItemBlock@2e03f7a8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4213 rustic:wildberry_juice net.minecraft.item.ItemBlock@625d623 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4214 rustic:grape_juice net.minecraft.item.ItemBlock@304910c2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4215 rustic:apple_juice net.minecraft.item.ItemBlock@20711640 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4216 rustic:ale_wort net.minecraft.item.ItemBlock@13e9b56b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4217 rustic:honey net.minecraft.item.ItemBlock@26f05548 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4218 rustic:stone_pillar net.minecraft.item.ItemBlock@5770f6a6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4219 rustic:andesite_pillar net.minecraft.item.ItemBlock@4d8b928b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4220 rustic:diorite_pillar net.minecraft.item.ItemBlock@75906018 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4221 rustic:granite_pillar net.minecraft.item.ItemBlock@1974cfd9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4222 rustic:slate_pillar net.minecraft.item.ItemBlock@557c8172 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4223 rustic:chain net.minecraft.item.ItemBlock@4cedee9b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4224 rustic:candle net.minecraft.item.ItemBlock@2dd28a47 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4225 rustic:chandelier net.minecraft.item.ItemBlock@3c3527cd +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4226 rustic:chain_gold net.minecraft.item.ItemBlock@301424e8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4227 rustic:candle_gold net.minecraft.item.ItemBlock@6a34dcce +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4228 rustic:chandelier_gold net.minecraft.item.ItemBlock@13ab31eb +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4229 rustic:beehive net.minecraft.item.ItemBlock@6cd10fd0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4230 rustic:apiary net.minecraft.item.ItemBlock@1ee1fa63 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4231 rustic:slate net.minecraft.item.ItemBlock@685c4030 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4232 rustic:slate_roof net.minecraft.item.ItemBlock@15016aa8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4233 rustic:slate_tile net.minecraft.item.ItemBlock@5fca1d83 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4234 rustic:slate_brick net.minecraft.item.ItemBlock@3eef69a4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4235 rustic:slate_chiseled net.minecraft.item.ItemBlock@5085a258 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4236 rustic:stairs_slate_roof net.minecraft.item.ItemBlock@6ca42263 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4237 rustic:slate_roof_slab_item rustic.common.blocks.slab.ItemBlockSlabBase@7492081a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4238 rustic:stairs_slate_brick net.minecraft.item.ItemBlock@20c8e7df +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4239 rustic:slate_brick_slab_item rustic.common.blocks.slab.ItemBlockSlabBase@603c66ea +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4240 rustic:clay_wall net.minecraft.item.ItemBlock@74cb1c99 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4241 rustic:clay_wall_cross net.minecraft.item.ItemBlock@34004c81 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4242 rustic:clay_wall_diag net.minecraft.item.ItemBlock@4d5e60c7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4243 rustic:chair_oak net.minecraft.item.ItemBlock@5de56b60 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4244 rustic:chair_big_oak net.minecraft.item.ItemBlock@131dbee5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4245 rustic:chair_birch net.minecraft.item.ItemBlock@50381018 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4246 rustic:chair_spruce net.minecraft.item.ItemBlock@10e5447e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4247 rustic:chair_acacia net.minecraft.item.ItemBlock@4b53f4dd +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4248 rustic:chair_jungle net.minecraft.item.ItemBlock@52c7b113 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4249 rustic:chair_olive net.minecraft.item.ItemBlock@29cf8126 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4250 rustic:chair_ironwood net.minecraft.item.ItemBlock@359c602 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4251 rustic:table_oak net.minecraft.item.ItemBlock@3490b870 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4252 rustic:table_big_oak net.minecraft.item.ItemBlock@9512ad5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4253 rustic:table_birch net.minecraft.item.ItemBlock@246668d3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4254 rustic:table_spruce net.minecraft.item.ItemBlock@3415afe8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4255 rustic:table_acacia net.minecraft.item.ItemBlock@784ba153 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4256 rustic:table_jungle net.minecraft.item.ItemBlock@1ed8445 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4257 rustic:table_olive net.minecraft.item.ItemBlock@18e582b1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4258 rustic:table_ironwood net.minecraft.item.ItemBlock@c07fd14 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4259 rustic:vase rustic.common.blocks.BlockVase$1@3f7273e7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4260 rustic:barrel net.minecraft.item.ItemBlock@6e08fbbe +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4261 rustic:iron_lattice net.minecraft.item.ItemBlock@7bb2dae6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4262 rustic:iron_lantern net.minecraft.item.ItemBlock@10d72706 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4263 rustic:golden_lantern net.minecraft.item.ItemBlock@36a8274b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4264 rustic:painted_wood_white net.minecraft.item.ItemBlock@5f768bcd +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4265 rustic:painted_wood_orange net.minecraft.item.ItemBlock@31a1681d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4266 rustic:painted_wood_magenta net.minecraft.item.ItemBlock@153a82da +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4267 rustic:painted_wood_light_blue net.minecraft.item.ItemBlock@16155a0b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4268 rustic:painted_wood_yellow net.minecraft.item.ItemBlock@7b335c75 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4269 rustic:painted_wood_lime net.minecraft.item.ItemBlock@7201ee76 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4270 rustic:painted_wood_pink net.minecraft.item.ItemBlock@35ea305f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4271 rustic:painted_wood_gray net.minecraft.item.ItemBlock@13c3c6d6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4272 rustic:painted_wood_silver net.minecraft.item.ItemBlock@2bb02d33 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4273 rustic:painted_wood_cyan net.minecraft.item.ItemBlock@48287ad2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4274 rustic:painted_wood_purple net.minecraft.item.ItemBlock@42e8ead0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4275 rustic:painted_wood_blue net.minecraft.item.ItemBlock@51c25ee3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4276 rustic:painted_wood_brown net.minecraft.item.ItemBlock@70e794f0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4277 rustic:painted_wood_green net.minecraft.item.ItemBlock@5ad974fa +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4278 rustic:painted_wood_red net.minecraft.item.ItemBlock@419d52a5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4279 rustic:painted_wood_black net.minecraft.item.ItemBlock@370a1eb5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4280 rustic:gargoyle net.minecraft.item.ItemBlock@4b5b3e84 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4281 rustic:cabinet net.minecraft.item.ItemBlock@37328364 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4282 rustic:liquid_barrel net.minecraft.item.ItemBlock@458987c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4283 rustic:fertile_soil net.minecraft.item.ItemBlock@6195a1d7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4284 rustic:planks rustic.common.blocks.BlockPlanksRustic$1@3c406c43 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4285 rustic:log rustic.common.blocks.BlockLogRustic$1@228b0f36 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4286 rustic:leaves rustic.common.blocks.BlockLeavesRustic$1@23c68711 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4287 rustic:sapling rustic.common.blocks.BlockSaplingRustic$1@59183e6b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4288 rustic:crushing_tub net.minecraft.item.ItemBlock@494138eb +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4289 rustic:evaporating_basin net.minecraft.item.ItemBlock@48d1872f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4290 rustic:fence_olive net.minecraft.item.ItemBlock@2ba9a1ae +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4291 rustic:fence_ironwood net.minecraft.item.ItemBlock@6e17e46e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4292 rustic:fence_gate_olive net.minecraft.item.ItemBlock@3a033940 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4293 rustic:fence_gate_ironwood net.minecraft.item.ItemBlock@56f130b8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4294 rustic:olive_slab_item rustic.common.blocks.slab.ItemBlockSlabBase@10d406db +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4295 rustic:ironwood_slab_item rustic.common.blocks.slab.ItemBlockSlabBase@1cee0481 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4296 rustic:stairs_olive net.minecraft.item.ItemBlock@23ebcf74 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4297 rustic:stairs_ironwood net.minecraft.item.ItemBlock@588d8d8c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4298 rustic:condenser net.minecraft.item.ItemBlock@1e37bc11 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4299 rustic:retort net.minecraft.item.ItemBlock@3c39fe41 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4300 rustic:condenser_advanced net.minecraft.item.ItemBlock@5467cbfd +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4301 rustic:retort_advanced net.minecraft.item.ItemBlock@7fd7e9e3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4302 rustic:crop_stake net.minecraft.item.ItemBlock@1eddcc03 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4303 rustic:wildberry_bush net.minecraft.item.ItemBlock@1e917d82 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4304 rustic:rope net.minecraft.item.ItemBlock@6c0666 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4305 rustic:grape_stem net.minecraft.item.ItemBlock@21a67f8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4306 rustic:brewing_barrel net.minecraft.item.ItemBlock@32cf2850 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4307 rustic:apple_seeds net.minecraft.item.ItemBlock@6dc84d61 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4308 rustic:sapling_apple net.minecraft.item.ItemBlock@4c07e716 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4309 rustic:leaves_apple net.minecraft.item.ItemBlock@781b8cbc +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4310 rustic:olive_door rustic.common.blocks.BlockDoorRustic$1@4ef9662d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4311 rustic:ironwood_door rustic.common.blocks.BlockDoorRustic$1@5ae7d0de +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4312 rustic:aloe_vera rustic.common.blocks.crops.BlockHerbBase$ItemHerbBase@6078c4d5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4313 rustic:blood_orchid rustic.common.blocks.crops.BlockHerbBase$ItemHerbBase@3763efbb +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4314 rustic:chamomile rustic.common.blocks.crops.BlockHerbBase$ItemHerbBase@22b85b22 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4315 rustic:cohosh rustic.common.blocks.crops.BlockHerbBase$ItemHerbBase@7dd6b93a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4316 rustic:deathstalk_mushroom rustic.common.blocks.crops.BlockHerbBase$ItemHerbBase@6d22bc56 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4317 rustic:horsetail rustic.common.blocks.crops.BlockHerbBase$ItemHerbBase@1f35610c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4318 rustic:mooncap_mushroom rustic.common.blocks.crops.BlockHerbBase$ItemHerbBase@2cb29711 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4319 rustic:wind_thistle rustic.common.blocks.crops.BlockHerbBase$ItemHerbBase@7273f581 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4320 rustic:cloudsbluff rustic.common.blocks.crops.Herbs$13@1de19bbc +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4321 rustic:core_root rustic.common.items.ItemHerbEdible@70d3aa7c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4322 rustic:ginseng rustic.common.items.ItemHerbEdible@121acf40 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4323 rustic:marsh_mallow rustic.common.items.ItemHerbEdible@bbcd186 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4324 rustic:book rustic.common.items.ItemBook@5dda78a7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4325 rustic:bee rustic.common.items.ItemBase@4dec0d6f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4326 rustic:honeycomb rustic.common.items.ItemBase@19399e50 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4327 rustic:beeswax rustic.common.items.ItemBase@6a5e63f7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4328 rustic:tallow rustic.common.items.ItemBase@644f215b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4329 rustic:olives rustic.common.items.ModItems$1@5a38a19 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4330 rustic:ironberries rustic.common.items.ModItems$2@7f07b147 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4331 rustic:fluid_bottle rustic.common.items.ItemFluidBottle@224f3d61 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4332 rustic:dust_tiny_iron rustic.common.items.ItemBase@63c5bc69 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4333 rustic:elixir rustic.common.items.ItemElixir@6e8d27a0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4334 rustic:tomato rustic.common.items.ModItems$3@30971a54 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4335 rustic:tomato_seeds rustic.common.items.ItemStakeCropSeed@18ff806 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4336 rustic:chili_pepper rustic.common.items.ModItems$4@4c851631 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4337 rustic:chili_pepper_seeds rustic.common.items.ItemStakeCropSeed@596bf825 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4338 rustic:wildberries rustic.common.items.ModItems$5@249b63ba +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4339 rustic:grapes rustic.common.items.ModItems$6@4667bf6a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4340 quantumstorage:quantum_tank net.minecraft.item.ItemBlock@5bdbcb2a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4341 quantumstorage:quantum_barrel net.minecraft.item.ItemBlock@4afce340 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4342 quantumstorage:crater net.minecraft.item.ItemBlock@7f3fb965 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4343 quantumstorage:chest_iron net.minecraft.item.ItemBlock@7d923ae1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4344 quantumstorage:chest_gold net.minecraft.item.ItemBlock@3e2649ae +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4345 quantumstorage:chest_diamond net.minecraft.item.ItemBlock@297129d4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4346 quantumstorage:quantum_storage_unit net.minecraft.item.ItemBlock@40a68b4c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4347 quantumstorage:quantumcrafter net.minecraft.item.ItemBlock@38eef072 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4348 quantumstorage:trashcan net.minecraft.item.ItemBlock@603788e3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4349 quantumstorage:trashcanfluid net.minecraft.item.ItemBlock@7f735475 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4350 quantumstorage:quantumstoragedisk QuantumStorage.compat.ItemQuantumStorageDisk@4c57b934 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4351 quantumstorage:quantumstoragediskfluid QuantumStorage.compat.ItemQuantumStorageDiskFluid@61f33def +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4352 rebornstorage:storagecell me.modmuss50.rebornstorage.items.ItemRebornStorageCell@6807cc20 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4353 rebornstorage:storagecellfluid me.modmuss50.rebornstorage.items.ItemRebornStorageCellFluid@2456c26d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4354 rebornstorage:storagepart me.modmuss50.rebornstorage.items.ItemStoragePart@4cf52511 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4355 rebornstorage:multicrafter me.modmuss50.rebornstorage.blocks.ItemBlockMultiCrafter@3ad2b730 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4356 reccomplex:block_selector ivorius.reccomplex.item.ItemBlockSelectorBlock@7a88f280 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4357 reccomplex:block_selector_floating ivorius.reccomplex.item.ItemBlockSelectorFloating@26ca4f73 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4358 reccomplex:inventory_generation_tag ivorius.reccomplex.item.ItemLootGenMultiTag@bfe9148 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4359 reccomplex:inventory_generation_single_tag ivorius.reccomplex.item.ItemLootGenSingleTag@57f81a4d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4360 reccomplex:inventory_generation_component_tag ivorius.reccomplex.item.ItemLootTableComponentTag@8a870e4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4361 reccomplex:artifact_generation_tag ivorius.reccomplex.item.ItemArtifactGenerator@3a020956 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4362 reccomplex:book_generation_tag ivorius.reccomplex.item.ItemBookGenerator@13e06fc9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4363 reccomplex:generic_space ivorius.reccomplex.item.ItemBlockGenericSpace@31a345df +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4364 reccomplex:generic_solid ivorius.reccomplex.item.ItemBlockGenericSolid@524c6fb5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4365 reccomplex:structure_generator net.minecraft.item.ItemBlock@6625fc6a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4366 reccomplex:maze_generator net.minecraft.item.ItemBlock@4a04dace +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4367 reccomplex:weighted_command_block net.minecraft.item.ItemBlock@5fcbfc58 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4368 reccomplex:spawn_script net.minecraft.item.ItemBlock@45cb86c1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4369 reccomplex:inspector ivorius.reccomplex.item.ItemInspector@79ea7555 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4370 translocators:diamond_nugget net.minecraft.item.Item@14b79448 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4371 translocators:translocator_part codechicken.translocators.item.TranslocatorPartItem@ec8de3f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4372 wopper:wopper net.minecraft.item.ItemBlock@1265332d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4373 chisel:blockaluminum team.chisel.common.block.ItemChiselBlock@38c1cac9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4374 chisel:andesite team.chisel.common.block.ItemChiselBlock@dab2824 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4375 chisel:andesite1 team.chisel.common.block.ItemChiselBlock@15f221d0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4376 chisel:andesite2 team.chisel.common.block.ItemChiselBlock@134d5d29 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4377 chisel:antiblock team.chisel.common.block.ItemChiselBlock@6b22b8a2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4378 chisel:basalt team.chisel.common.block.ItemChiselBlock@2b65a145 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4379 chisel:basalt1 team.chisel.common.block.ItemChiselBlock@72240b02 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4380 chisel:basalt2 team.chisel.common.block.ItemChiselBlock@7349986c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4381 chisel:bookshelf_oak team.chisel.common.block.ItemChiselBlock@1b330a1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4382 chisel:bookshelf_spruce team.chisel.common.block.ItemChiselBlock@31937397 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4383 chisel:bookshelf_birch team.chisel.common.block.ItemChiselBlock@5e36d66b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4384 chisel:bookshelf_jungle team.chisel.common.block.ItemChiselBlock@2f7457e7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4385 chisel:bookshelf_acacia team.chisel.common.block.ItemChiselBlock@234a9905 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4386 chisel:bookshelf_darkoak team.chisel.common.block.ItemChiselBlock@7ad7fab9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4387 chisel:bricks team.chisel.common.block.ItemChiselBlock@5febf97 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4388 chisel:bricks1 team.chisel.common.block.ItemChiselBlock@4855c572 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4389 chisel:bricks2 team.chisel.common.block.ItemChiselBlock@529bd19a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4390 chisel:blockbronze team.chisel.common.block.ItemChiselBlock@15160a3d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4391 chisel:brownstone team.chisel.common.block.ItemChiselBlock@649c9a6d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4392 chisel:carpet_black team.chisel.common.block.ItemChiselBlock@5160fd39 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4393 chisel:carpet_red team.chisel.common.block.ItemChiselBlock@4e7eb2e5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4394 chisel:carpet_green team.chisel.common.block.ItemChiselBlock@48bcb6fd +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4395 chisel:carpet_brown team.chisel.common.block.ItemChiselBlock@469cb016 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4396 chisel:carpet_blue team.chisel.common.block.ItemChiselBlock@66b52c63 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4397 chisel:carpet_purple team.chisel.common.block.ItemChiselBlock@6fcb7ef3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4398 chisel:carpet_cyan team.chisel.common.block.ItemChiselBlock@192576af +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4399 chisel:carpet_lightgray team.chisel.common.block.ItemChiselBlock@6d34cd5a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4400 chisel:carpet_gray team.chisel.common.block.ItemChiselBlock@feaf757 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4401 chisel:carpet_pink team.chisel.common.block.ItemChiselBlock@256f60a6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4402 chisel:carpet_lime team.chisel.common.block.ItemChiselBlock@559b8339 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4403 chisel:carpet_yellow team.chisel.common.block.ItemChiselBlock@4a40fa43 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4404 chisel:carpet_lightblue team.chisel.common.block.ItemChiselBlock@4abb6be2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4405 chisel:carpet_magenta team.chisel.common.block.ItemChiselBlock@4c27fe4e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4406 chisel:carpet_orange team.chisel.common.block.ItemChiselBlock@173d9863 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4407 chisel:carpet_white team.chisel.common.block.ItemChiselBlock@6f58a321 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4408 chisel:block_charcoal team.chisel.common.block.ItemChiselBlock@7ae43a5e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4409 chisel:block_charcoal1 team.chisel.common.block.ItemChiselBlock@34e8c897 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4410 chisel:block_charcoal2 team.chisel.common.block.ItemChiselBlock@4ee08ee0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4411 chisel:blockcobalt team.chisel.common.block.ItemChiselBlock@3542411d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4412 chisel:cobblestone team.chisel.common.block.ItemChiselBlock@10c110ae +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4413 chisel:cobblestone1 team.chisel.common.block.ItemChiselBlock@26851b39 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4414 chisel:cobblestone2 team.chisel.common.block.ItemChiselBlock@1f6fd4c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4415 chisel:block_coal team.chisel.common.block.ItemChiselBlock@4ab62cd6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4416 chisel:block_coal1 team.chisel.common.block.ItemChiselBlock@2e9c308d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4417 chisel:block_coal2 team.chisel.common.block.ItemChiselBlock@60ebfafb +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4418 chisel:cobblestonemossy team.chisel.common.block.ItemChiselBlock@f9dd41a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4419 chisel:cobblestonemossy1 team.chisel.common.block.ItemChiselBlock@6b143588 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4420 chisel:cobblestonemossy2 team.chisel.common.block.ItemChiselBlock@ac12b2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4421 chisel:concrete_black team.chisel.common.block.ItemChiselBlock@21fb95f4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4422 chisel:concrete_black1 team.chisel.common.block.ItemChiselBlock@367a792d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4423 chisel:concrete_black2 team.chisel.common.block.ItemChiselBlock@5b9c2b54 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4424 chisel:concrete_red team.chisel.common.block.ItemChiselBlock@352d853c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4425 chisel:concrete_red1 team.chisel.common.block.ItemChiselBlock@61cbd6a2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4426 chisel:concrete_red2 team.chisel.common.block.ItemChiselBlock@8a89387 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4427 chisel:concrete_green team.chisel.common.block.ItemChiselBlock@2b29470a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4428 chisel:concrete_green1 team.chisel.common.block.ItemChiselBlock@796a74aa +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4429 chisel:concrete_green2 team.chisel.common.block.ItemChiselBlock@3ccd2fce +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4430 chisel:concrete_brown team.chisel.common.block.ItemChiselBlock@13764c2c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4431 chisel:concrete_brown1 team.chisel.common.block.ItemChiselBlock@5ca8e703 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4432 chisel:concrete_brown2 team.chisel.common.block.ItemChiselBlock@3f70b25d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4433 chisel:concrete_blue team.chisel.common.block.ItemChiselBlock@206a69b3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4434 chisel:concrete_blue1 team.chisel.common.block.ItemChiselBlock@68ee9fce +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4435 chisel:concrete_blue2 team.chisel.common.block.ItemChiselBlock@53117bb5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4436 chisel:concrete_purple team.chisel.common.block.ItemChiselBlock@4d041565 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4437 chisel:concrete_purple1 team.chisel.common.block.ItemChiselBlock@5658d8d1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4438 chisel:concrete_purple2 team.chisel.common.block.ItemChiselBlock@3592ae1a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4439 chisel:concrete_cyan team.chisel.common.block.ItemChiselBlock@5b5dad76 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4440 chisel:concrete_cyan1 team.chisel.common.block.ItemChiselBlock@2a7d6dc4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4441 chisel:concrete_cyan2 team.chisel.common.block.ItemChiselBlock@31fb5230 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4442 chisel:concrete_lightgray team.chisel.common.block.ItemChiselBlock@c9e0306 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4443 chisel:concrete_lightgray1 team.chisel.common.block.ItemChiselBlock@796e6f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4444 chisel:concrete_lightgray2 team.chisel.common.block.ItemChiselBlock@c7eff19 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4445 chisel:concrete_gray team.chisel.common.block.ItemChiselBlock@74b2662f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4446 chisel:concrete_gray1 team.chisel.common.block.ItemChiselBlock@6902bf1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4447 chisel:concrete_gray2 team.chisel.common.block.ItemChiselBlock@370a7fb0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4448 chisel:concrete_pink team.chisel.common.block.ItemChiselBlock@b1a82f9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4449 chisel:concrete_pink1 team.chisel.common.block.ItemChiselBlock@3b408c2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4450 chisel:concrete_pink2 team.chisel.common.block.ItemChiselBlock@43f8939a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4451 chisel:concrete_lime team.chisel.common.block.ItemChiselBlock@229631cf +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4452 chisel:concrete_lime1 team.chisel.common.block.ItemChiselBlock@3a8c86ad +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4453 chisel:concrete_lime2 team.chisel.common.block.ItemChiselBlock@5c3a5028 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4454 chisel:concrete_yellow team.chisel.common.block.ItemChiselBlock@24c3d7db +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4455 chisel:concrete_yellow1 team.chisel.common.block.ItemChiselBlock@298478d5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4456 chisel:concrete_yellow2 team.chisel.common.block.ItemChiselBlock@1b52de71 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4457 chisel:concrete_lightblue team.chisel.common.block.ItemChiselBlock@29eb07fd +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4458 chisel:concrete_lightblue1 team.chisel.common.block.ItemChiselBlock@7203828b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4459 chisel:concrete_lightblue2 team.chisel.common.block.ItemChiselBlock@4b47f94b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4460 chisel:concrete_magenta team.chisel.common.block.ItemChiselBlock@d663e0c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4461 chisel:concrete_magenta1 team.chisel.common.block.ItemChiselBlock@578679e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4462 chisel:concrete_magenta2 team.chisel.common.block.ItemChiselBlock@357dcbf9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4463 chisel:concrete_orange team.chisel.common.block.ItemChiselBlock@4f6144a2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4464 chisel:concrete_orange1 team.chisel.common.block.ItemChiselBlock@9b246d6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4465 chisel:concrete_orange2 team.chisel.common.block.ItemChiselBlock@619cda6f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4466 chisel:concrete_white team.chisel.common.block.ItemChiselBlock@c8df5ca +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4467 chisel:concrete_white1 team.chisel.common.block.ItemChiselBlock@7d758d68 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4468 chisel:concrete_white2 team.chisel.common.block.ItemChiselBlock@6f981142 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4469 chisel:blockcopper team.chisel.common.block.ItemChiselBlock@36091c71 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4470 chisel:diamond team.chisel.common.block.ItemChiselBlock@110e7c8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4471 chisel:diorite team.chisel.common.block.ItemChiselBlock@2e7f3ead +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4472 chisel:diorite1 team.chisel.common.block.ItemChiselBlock@64096437 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4473 chisel:diorite2 team.chisel.common.block.ItemChiselBlock@2e6e631e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4474 chisel:dirt team.chisel.common.block.ItemChiselBlock@5eeed55e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4475 chisel:blockelectrum team.chisel.common.block.ItemChiselBlock@2b434c02 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4476 chisel:emerald team.chisel.common.block.ItemChiselBlock@19890ec7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4477 chisel:purpur team.chisel.common.block.ItemChiselBlock@3dfc035f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4478 chisel:purpur1 team.chisel.common.block.ItemChiselBlock@47c79c45 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4479 chisel:purpur2 team.chisel.common.block.ItemChiselBlock@d46ca3d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4480 chisel:endstone team.chisel.common.block.ItemChiselBlock@2b234c54 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4481 chisel:endstone1 team.chisel.common.block.ItemChiselBlock@22ba6890 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4482 chisel:endstone2 team.chisel.common.block.ItemChiselBlock@2d968599 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4483 chisel:factory team.chisel.common.block.ItemChiselBlock@22b9eff4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4484 chisel:factory1 team.chisel.common.block.ItemChiselBlock@17efb3db +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4485 chisel:futura team.chisel.common.block.ItemChiselBlock@2d44c446 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4486 chisel:glass team.chisel.common.block.ItemChiselBlock@2bc14440 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4487 chisel:glassdyedblack team.chisel.common.block.ItemChiselBlock@70de5518 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4488 chisel:glassdyedred team.chisel.common.block.ItemChiselBlock@6df4b235 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4489 chisel:glassdyedgreen team.chisel.common.block.ItemChiselBlock@27d7d60d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4490 chisel:glassdyedbrown team.chisel.common.block.ItemChiselBlock@11d13abb +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4491 chisel:glassdyedblue team.chisel.common.block.ItemChiselBlock@2ee102d8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4492 chisel:glassdyedpurple team.chisel.common.block.ItemChiselBlock@5916ca71 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4493 chisel:glassdyedcyan team.chisel.common.block.ItemChiselBlock@489cdc6d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4494 chisel:glassdyedlightgray team.chisel.common.block.ItemChiselBlock@454b7c25 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4495 chisel:glassdyedgray team.chisel.common.block.ItemChiselBlock@78d4ac65 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4496 chisel:glassdyedpink team.chisel.common.block.ItemChiselBlock@5469601a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4497 chisel:glassdyedlime team.chisel.common.block.ItemChiselBlock@73ee4645 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4498 chisel:glassdyedyellow team.chisel.common.block.ItemChiselBlock@9c6339a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4499 chisel:glassdyedlightblue team.chisel.common.block.ItemChiselBlock@b5154f4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4500 chisel:glassdyedmagenta team.chisel.common.block.ItemChiselBlock@b46240e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4501 chisel:glassdyedorange team.chisel.common.block.ItemChiselBlock@76c62b29 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4502 chisel:glassdyedwhite team.chisel.common.block.ItemChiselBlock@59b93f7b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4503 chisel:glowstone team.chisel.common.block.ItemChiselBlock@29218b45 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4504 chisel:glowstone1 team.chisel.common.block.ItemChiselBlock@3df54607 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4505 chisel:glowstone2 team.chisel.common.block.ItemChiselBlock@2466ed0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4506 chisel:blockgold team.chisel.common.block.ItemChiselBlock@28ee078 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4507 chisel:gold team.chisel.common.block.ItemChiselBlock@673c6167 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4508 chisel:granite team.chisel.common.block.ItemChiselBlock@5a8fc4bb +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4509 chisel:granite1 team.chisel.common.block.ItemChiselBlock@2f36f640 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4510 chisel:granite2 team.chisel.common.block.ItemChiselBlock@6ea933f9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4511 chisel:hardenedclay team.chisel.common.block.ItemChiselBlock@20e12c16 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4512 chisel:hardenedclay1 team.chisel.common.block.ItemChiselBlock@4f9095d7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4513 chisel:hardenedclay2 team.chisel.common.block.ItemChiselBlock@58e6b4d8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4514 chisel:ice team.chisel.common.block.ItemChiselBlock@23473c9c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4515 chisel:ice1 team.chisel.common.block.ItemChiselBlock@25598084 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4516 chisel:ice2 team.chisel.common.block.ItemChiselBlock@dc19e58 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4517 chisel:icepillar team.chisel.common.block.ItemChiselBlock@80b3f8d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4518 chisel:blockiron team.chisel.common.block.ItemChiselBlock@27f56fc5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4519 chisel:iron team.chisel.common.block.ItemChiselBlock@1462058a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4520 chisel:ironpane team.chisel.common.block.ItemChiselBlock@7cda770b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4521 chisel:laboratory team.chisel.common.block.ItemChiselBlock@149ce90a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4522 chisel:lapis team.chisel.common.block.ItemChiselBlock@11bb4e38 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4523 chisel:lavastone team.chisel.common.block.ItemChiselBlock@1faafd03 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4524 chisel:lavastone1 team.chisel.common.block.ItemChiselBlock@6e209a91 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4525 chisel:lavastone2 team.chisel.common.block.ItemChiselBlock@624c4c9e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4526 chisel:blocklead team.chisel.common.block.ItemChiselBlock@2c885a57 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4527 chisel:limestone team.chisel.common.block.ItemChiselBlock@a0a899d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4528 chisel:limestone1 team.chisel.common.block.ItemChiselBlock@16c87542 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4529 chisel:limestone2 team.chisel.common.block.ItemChiselBlock@69d493b8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4530 chisel:marble team.chisel.common.block.ItemChiselBlock@31d000d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4531 chisel:marble1 team.chisel.common.block.ItemChiselBlock@6b0f6bdf +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4532 chisel:marble2 team.chisel.common.block.ItemChiselBlock@398ba2e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4533 chisel:marblepillar team.chisel.common.block.ItemChiselBlock@5c93dc7f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4534 chisel:netherbrick team.chisel.common.block.ItemChiselBlock@339477e4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4535 chisel:netherrack team.chisel.common.block.ItemChiselBlock@1ff6069d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4536 chisel:blocknickel team.chisel.common.block.ItemChiselBlock@1b5dca49 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4537 chisel:obsidian team.chisel.common.block.ItemChiselBlock@6789d3f6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4538 chisel:planks-oak team.chisel.common.block.ItemChiselBlock@7fee2f6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4539 chisel:planks-spruce team.chisel.common.block.ItemChiselBlock@5058e806 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4540 chisel:planks-birch team.chisel.common.block.ItemChiselBlock@995d7c4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4541 chisel:planks-jungle team.chisel.common.block.ItemChiselBlock@7a484cb7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4542 chisel:planks-acacia team.chisel.common.block.ItemChiselBlock@3c94e332 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4543 chisel:planks-dark-oak team.chisel.common.block.ItemChiselBlock@77136ce +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4544 chisel:blockplatinum team.chisel.common.block.ItemChiselBlock@32dd891d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4545 chisel:prismarine team.chisel.common.block.ItemChiselBlock@66e8609 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4546 chisel:prismarine1 team.chisel.common.block.ItemChiselBlock@3ff8328c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4547 chisel:prismarine2 team.chisel.common.block.ItemChiselBlock@6cfa8a78 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4548 chisel:quartz team.chisel.common.block.ItemChiselBlock@71e2068f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4549 chisel:quartz1 team.chisel.common.block.ItemChiselBlock@66c052b5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4550 chisel:redstone team.chisel.common.block.ItemChiselBlock@4cf93d00 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4551 chisel:redstone1 team.chisel.common.block.ItemChiselBlock@6d245451 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4552 chisel:sandstoneyellow team.chisel.common.block.ItemChiselBlock@e19cff3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4553 chisel:sandstoneyellow1 team.chisel.common.block.ItemChiselBlock@45dc4bb3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4554 chisel:sandstoneyellow2 team.chisel.common.block.ItemChiselBlock@6a37857c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4555 chisel:sandstonered team.chisel.common.block.ItemChiselBlock@5f70e74e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4556 chisel:sandstonered1 team.chisel.common.block.ItemChiselBlock@7703876e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4557 chisel:sandstonered2 team.chisel.common.block.ItemChiselBlock@31f09a77 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4558 chisel:sandstone-scribbles team.chisel.common.block.ItemChiselBlock@2029dbc6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4559 chisel:blocksilver team.chisel.common.block.ItemChiselBlock@3ed65b02 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4560 chisel:blocksteel team.chisel.common.block.ItemChiselBlock@346ea5a0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4561 chisel:stonebrick team.chisel.common.block.ItemChiselBlock@2a4b2083 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4562 chisel:stonebrick1 team.chisel.common.block.ItemChiselBlock@3df18124 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4563 chisel:stonebrick2 team.chisel.common.block.ItemChiselBlock@2690b160 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4564 chisel:technical team.chisel.common.block.ItemChiselBlock@7620f151 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4565 chisel:technical1 team.chisel.common.block.ItemChiselBlock@4dc37a8b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4566 chisel:technicalnew team.chisel.common.block.ItemChiselBlock@1c0a8d23 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4567 chisel:temple team.chisel.common.block.ItemChiselBlock@1a4d6311 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4568 chisel:templemossy team.chisel.common.block.ItemChiselBlock@6f38c1a1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4569 chisel:blocktin team.chisel.common.block.ItemChiselBlock@283459db +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4570 chisel:tyrian team.chisel.common.block.ItemChiselBlock@4099ee81 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4571 chisel:voidstone team.chisel.common.block.ItemChiselBlock@407bc745 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4572 chisel:energizedvoidstone team.chisel.common.block.ItemChiselBlock@36adf86f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4573 chisel:voidstonerunic team.chisel.common.block.ItemChiselBlock@4224946 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4574 chisel:waterstone team.chisel.common.block.ItemChiselBlock@5aff5356 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4575 chisel:waterstone1 team.chisel.common.block.ItemChiselBlock@4b2b2bbe +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4576 chisel:waterstone2 team.chisel.common.block.ItemChiselBlock@d54df3f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4577 forge:bucketfilled net.minecraftforge.fluids.UniversalBucket@1a0f476d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4578 chisel:auto_chisel net.minecraft.item.ItemBlock@13516486 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4579 chisel:chisel_iron team.chisel.common.item.ItemChisel@357590a5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4580 chisel:chisel_diamond team.chisel.common.item.ItemChisel@10895ff +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4581 chisel:chisel_hitech team.chisel.common.item.ItemChisel@7163af3e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4582 chisel:offsettool team.chisel.common.item.ItemOffsetTool@74f15d60 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4583 twilightforest:naga_scale twilightforest.item.ItemTF@43a08310 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4584 twilightforest:naga_chestplate twilightforest.item.ItemTFNagaArmor@ee4af19 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4585 twilightforest:naga_leggings twilightforest.item.ItemTFNagaArmor@7ec10135 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4586 twilightforest:twilight_scepter twilightforest.item.ItemTFTwilightWand@7c19934c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4587 twilightforest:lifedrain_scepter twilightforest.item.ItemTFScepterLifeDrain@4e231267 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4588 twilightforest:zombie_scepter twilightforest.item.ItemTFZombieWand@27c7226d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4589 twilightforest:shield_scepter twilightforest.item.ItemTFShieldWand@274886f9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4590 twilightforest:ore_meter twilightforest.item.ItemTFOreMeter@56ab4e5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4591 twilightforest:magic_map twilightforest.item.ItemTFMagicMap@4bd5f86 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4592 twilightforest:maze_map twilightforest.item.ItemTFMazeMap@4485bed2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4593 twilightforest:ore_map twilightforest.item.ItemTFMazeMap@75eca15a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4594 twilightforest:raven_feather twilightforest.item.ItemTF@385e0b8a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4595 twilightforest:magic_map_focus twilightforest.item.ItemTF@42be5268 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4596 twilightforest:maze_map_focus twilightforest.item.ItemTF@2b2417c3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4597 twilightforest:liveroot twilightforest.item.ItemTF@3bd2858c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4598 twilightforest:ironwood_raw twilightforest.item.ItemTF@7318db27 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4599 twilightforest:ironwood_ingot twilightforest.item.ItemTF@4305fa3e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4600 twilightforest:ironwood_helmet twilightforest.item.ItemTFIronwoodArmor@5487f28d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4601 twilightforest:ironwood_chestplate twilightforest.item.ItemTFIronwoodArmor@9f5f96d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4602 twilightforest:ironwood_leggings twilightforest.item.ItemTFIronwoodArmor@7a81c297 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4603 twilightforest:ironwood_boots twilightforest.item.ItemTFIronwoodArmor@46e076c9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4604 twilightforest:ironwood_sword twilightforest.item.ItemTFIronwoodSword@13a1d4fb +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4605 twilightforest:ironwood_shovel twilightforest.item.ItemTFIronwoodShovel@25d66d7b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4606 twilightforest:ironwood_pickaxe twilightforest.item.ItemTFIronwoodPick@2c2241f3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4607 twilightforest:ironwood_axe twilightforest.item.ItemTFIronwoodAxe@15ec7953 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4608 twilightforest:ironwood_hoe twilightforest.item.ItemTFIronwoodHoe@12a23db4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4609 twilightforest:torchberries twilightforest.item.ItemTF@3f48936e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4610 twilightforest:raw_venison twilightforest.item.ItemTFFood@6d389c6b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4611 twilightforest:cooked_venison twilightforest.item.ItemTFFood@6ef453e5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4612 twilightforest:hydra_chop twilightforest.item.ItemTFHydraChops@4922c8f1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4613 twilightforest:fiery_blood twilightforest.item.ItemTF@171a5269 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4614 twilightforest:trophy twilightforest.item.ItemTFTrophy@3451b9a1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4615 twilightforest:fiery_ingot twilightforest.item.ItemTF@6beb9a9a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4616 twilightforest:fiery_helmet twilightforest.item.ItemTFFieryArmor@38515740 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4617 twilightforest:fiery_chestplate twilightforest.item.ItemTFFieryArmor@575f6547 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4618 twilightforest:fiery_leggings twilightforest.item.ItemTFFieryArmor@4eca229e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4619 twilightforest:fiery_boots twilightforest.item.ItemTFFieryArmor@72781049 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4620 twilightforest:fiery_sword twilightforest.item.ItemTFFierySword@3218a94b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4621 twilightforest:fiery_pickaxe twilightforest.item.ItemTFFieryPick@7b627b34 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4622 twilightforest:steeleaf_ingot twilightforest.item.ItemTF@4ff85d32 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4623 twilightforest:steeleaf_helmet twilightforest.item.ItemTFSteeleafArmor@3ffb852d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4624 twilightforest:steeleaf_chestplate twilightforest.item.ItemTFSteeleafArmor@56b16c8f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4625 twilightforest:steeleaf_leggings twilightforest.item.ItemTFSteeleafArmor@345cff5f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4626 twilightforest:steeleaf_boots twilightforest.item.ItemTFSteeleafArmor@2216e35e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4627 twilightforest:steeleaf_sword twilightforest.item.ItemTFSteeleafSword@52426350 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4628 twilightforest:steeleaf_shovel twilightforest.item.ItemTFSteeleafShovel@2847cf48 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4629 twilightforest:steeleaf_pickaxe twilightforest.item.ItemTFSteeleafPick@d52b0f5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4630 twilightforest:steeleaf_axe twilightforest.item.ItemTFSteeleafAxe@19bdb631 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4631 twilightforest:steeleaf_hoe twilightforest.item.ItemTFSteeleafHoe@42cae86 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4632 twilightforest:minotaur_axe twilightforest.item.ItemTFMinotaurAxe@78e3b097 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4633 twilightforest:mazebreaker_pickaxe twilightforest.item.ItemTFMazebreakerPick@36e09a42 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4634 twilightforest:transformation_powder twilightforest.item.ItemTFTransformPowder@54e6ffd3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4635 twilightforest:raw_meef twilightforest.item.ItemTFFood@149a2352 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4636 twilightforest:cooked_meef twilightforest.item.ItemTFFood@22cabf +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4637 twilightforest:meef_stroganoff twilightforest.item.ItemTFSoup@d419641 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4638 twilightforest:maze_wafer twilightforest.item.ItemTFFood@4804a408 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4639 twilightforest:magic_map_empty twilightforest.item.ItemTFEmptyMagicMap@67c78c0f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4640 twilightforest:maze_map_empty twilightforest.item.ItemTFEmptyMazeMap@bfc2102 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4641 twilightforest:ore_map_empty twilightforest.item.ItemTFEmptyMazeMap@7aac4128 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4642 twilightforest:ore_magnet twilightforest.item.ItemTFOreMagnet@95394d7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4643 twilightforest:crumble_horn twilightforest.item.ItemTFCrumbleHorn@57d147d7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4644 twilightforest:peacock_fan twilightforest.item.ItemTFPeacockFan@23e6c5b3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4645 twilightforest:moonworm_queen twilightforest.item.ItemTFMoonwormQueen@6128f338 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4646 twilightforest:charm_of_life_1 twilightforest.item.ItemCharmBaubleable@226deb90 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4647 twilightforest:charm_of_life_2 twilightforest.item.ItemCharmBaubleable@408caec9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4648 twilightforest:charm_of_keeping_1 twilightforest.item.ItemCharmBaubleable@669b24d3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4649 twilightforest:charm_of_keeping_2 twilightforest.item.ItemCharmBaubleable@2a06cdfa +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4650 twilightforest:charm_of_keeping_3 twilightforest.item.ItemCharmBaubleable@677a8241 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4651 twilightforest:tower_key twilightforest.item.ItemTFTowerKey@7d279bba +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4652 twilightforest:borer_essence twilightforest.item.ItemTF@61d2f0f9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4653 twilightforest:carminite twilightforest.item.ItemTF@52891e08 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4654 twilightforest:experiment_115 twilightforest.item.ItemTFExperiment115@7ded8939 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4655 twilightforest:armor_shard twilightforest.item.ItemTF@b4eeb45 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4656 twilightforest:knightmetal_ingot twilightforest.item.ItemTF@112ddd7a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4657 twilightforest:armor_shard_cluster twilightforest.item.ItemTF@1c8cdcb2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4658 twilightforest:knightmetal_helmet twilightforest.item.ItemTFKnightlyArmor@39d80f1d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4659 twilightforest:knightmetal_chestplate twilightforest.item.ItemTFKnightlyArmor@37ddf1aa +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4660 twilightforest:knightmetal_leggings twilightforest.item.ItemTFKnightlyArmor@7432ab9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4661 twilightforest:knightmetal_boots twilightforest.item.ItemTFKnightlyArmor@62c3ba28 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4662 twilightforest:knightmetal_sword twilightforest.item.ItemTFKnightlySword@1b9af18a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4663 twilightforest:knightmetal_pickaxe twilightforest.item.ItemTFKnightlyPick@5665e324 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4664 twilightforest:knightmetal_axe twilightforest.item.ItemTFKnightlyAxe@16fd81a1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4665 twilightforest:phantom_helmet twilightforest.item.ItemTFPhantomArmor@71505cae +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4666 twilightforest:phantom_chestplate twilightforest.item.ItemTFPhantomArmor@5184c39c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4667 twilightforest:lamp_of_cinders twilightforest.item.ItemTFLampOfCinders@275adac0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4668 twilightforest:fiery_tears twilightforest.item.ItemTF@549c47a9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4669 twilightforest:alpha_fur twilightforest.item.ItemTF@23f3f685 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4670 twilightforest:yeti_helmet twilightforest.item.ItemTFYetiArmor@6c8fc424 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4671 twilightforest:yeti_chestplate twilightforest.item.ItemTFYetiArmor@5be263d2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4672 twilightforest:yeti_leggings twilightforest.item.ItemTFYetiArmor@5df55a18 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4673 twilightforest:yeti_boots twilightforest.item.ItemTFYetiArmor@4acc8cc9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4674 twilightforest:ice_bomb twilightforest.item.ItemTFIceBomb@d578731 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4675 twilightforest:arctic_fur twilightforest.item.ItemTF@57d6a366 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4676 twilightforest:arctic_helmet twilightforest.item.ItemTFArcticArmor@3002a1c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4677 twilightforest:arctic_chestplate twilightforest.item.ItemTFArcticArmor@47daf1d9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4678 twilightforest:arctic_leggings twilightforest.item.ItemTFArcticArmor@3315e86a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4679 twilightforest:arctic_boots twilightforest.item.ItemTFArcticArmor@6c3ab204 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4680 twilightforest:magic_beans twilightforest.item.ItemTFMagicBeans@7eac5568 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4681 twilightforest:giant_pickaxe twilightforest.item.ItemTFGiantPick@7cc935c3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4682 twilightforest:giant_sword twilightforest.item.ItemTFGiantSword@4a1c0f02 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4683 twilightforest:triple_bow twilightforest.item.ItemTFTripleBow@29c6ac6f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4684 twilightforest:seeker_bow twilightforest.item.ItemTFSeekerBow@6b5bd20e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4685 twilightforest:ice_bow twilightforest.item.ItemTFIceBow@2c59d418 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4686 twilightforest:ender_bow twilightforest.item.ItemTFEnderBow@37c7c970 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4687 twilightforest:ice_sword twilightforest.item.ItemTFIceSword@63a81146 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4688 twilightforest:glass_sword twilightforest.item.ItemTFGlassSword@4d7097c4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4689 twilightforest:knightmetal_ring twilightforest.item.ItemTF@3f4513c0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4690 twilightforest:block_and_chain twilightforest.item.ItemTFChainBlock@72092134 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4691 twilightforest:cube_talisman twilightforest.item.ItemTF@4ddc6d12 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4692 twilightforest:cube_of_annihilation twilightforest.item.ItemTFCubeOfAnnihilation@34a0ba96 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4693 twilightforest:twilight_log twilightforest.item.ItemBlockTFMeta@627c99d5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4694 twilightforest:root twilightforest.item.ItemBlockTFMeta@7a149e9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4695 twilightforest:twilight_leaves twilightforest.item.ItemBlockTFLeaves@f5bfa50 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4696 twilightforest:firefly twilightforest.item.ItemBlockWearable@40c869a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4697 twilightforest:cicada twilightforest.item.ItemBlockWearable@476036b9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4698 twilightforest:maze_stone twilightforest.item.ItemBlockTFMeta@1739cd7f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4699 twilightforest:hedge twilightforest.item.ItemBlockTFMeta@6566f247 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4700 twilightforest:boss_spawner twilightforest.item.ItemBlockTFMeta@53e9027 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4701 twilightforest:firefly_jar net.minecraft.item.ItemBlock@43adbbc7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4702 twilightforest:twilight_plant twilightforest.item.ItemBlockTFPlant@4800e921 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4703 twilightforest:uncrafting_table net.minecraft.item.ItemBlock@394ef7ae +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4704 twilightforest:fire_jet twilightforest.item.ItemBlockTFMeta@171310c3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4705 twilightforest:naga_stone twilightforest.item.ItemBlockTFMeta@3b3e17cd +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4706 twilightforest:twilight_sapling twilightforest.item.TFRegisterItemEvent$1@2db8fa05 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4707 twilightforest:moonworm twilightforest.item.ItemBlockWearable@137ea1d5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4708 twilightforest:magic_log twilightforest.item.ItemBlockTFMeta@549a9405 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4709 twilightforest:magic_leaves twilightforest.item.ItemBlockTFLeaves@11fb6a5b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4710 twilightforest:magic_log_core twilightforest.item.ItemBlockTFMeta@7bf9d2b3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4711 twilightforest:tower_wood twilightforest.item.ItemBlockTFMeta@1defa410 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4712 twilightforest:tower_device twilightforest.item.ItemBlockTFMeta@1d552114 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4713 twilightforest:tower_translucent twilightforest.item.ItemBlockTFMeta@57362957 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4714 twilightforest:stronghold_shield twilightforest.item.ItemBlockTFMeta@62ef0548 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4715 twilightforest:trophy_pedestal twilightforest.item.ItemBlockTFMeta@240f221 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4716 twilightforest:aurora_block net.minecraft.item.ItemBlock@36293efc +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4717 twilightforest:underbrick twilightforest.item.ItemBlockTFMeta@50b3c5ff +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4718 twilightforest:thorns net.minecraft.item.ItemMultiTexture@4aec4fe4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4719 twilightforest:burnt_thorns net.minecraft.item.ItemBlock@4fb87d62 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4720 twilightforest:thorn_rose net.minecraft.item.ItemBlock@309974b7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4721 twilightforest:twilight_leaves_3 twilightforest.item.ItemBlockTFLeaves@7ecbc366 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4722 twilightforest:deadrock net.minecraft.item.ItemMultiTexture@56f03034 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4723 twilightforest:dark_leaves net.minecraft.item.ItemBlock@5a2f14e5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4724 twilightforest:aurora_pillar net.minecraft.item.ItemBlock@2168efdb +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4725 twilightforest:aurora_slab net.minecraft.item.ItemSlab@198c863 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4726 twilightforest:trollsteinn net.minecraft.item.ItemBlock@56be29f4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4727 twilightforest:wispy_cloud net.minecraft.item.ItemBlock@741497fa +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4728 twilightforest:fluffy_cloud net.minecraft.item.ItemBlock@1264b894 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4729 twilightforest:giant_cobblestone twilightforest.item.ItemTFGiantBlock@722ed3b9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4730 twilightforest:giant_log twilightforest.item.ItemTFGiantBlock@22553141 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4731 twilightforest:giant_leaves twilightforest.item.ItemTFGiantBlock@15c29d87 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4732 twilightforest:giant_obsidian twilightforest.item.ItemTFGiantBlock@52195bd +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4733 twilightforest:uberous_soil net.minecraft.item.ItemBlock@1962dbb +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4734 twilightforest:huge_stalk net.minecraft.item.ItemBlock@a42dbf1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4735 twilightforest:huge_mushgloom net.minecraft.item.ItemBlock@bed419b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4736 twilightforest:trollvidr net.minecraft.item.ItemBlock@2e8b126 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4737 twilightforest:unripe_trollber net.minecraft.item.ItemBlock@3223af35 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4738 twilightforest:trollber net.minecraft.item.ItemBlock@2e2277d3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4739 twilightforest:knightmetal_block net.minecraft.item.ItemBlock@4fa20a15 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4740 twilightforest:huge_lilypad twilightforest.item.ItemBlockTFHugeLilyPad@27f1af74 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4741 twilightforest:huge_waterlily twilightforest.item.ItemBlockTFHugeWaterLily@45fd8b4b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4742 twilightforest:slider twilightforest.item.ItemBlockTFMeta@6a4c4e61 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4743 twilightforest:castle_brick twilightforest.item.ItemBlockTFMeta@406cd653 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4744 twilightforest:castle_stairs_brick twilightforest.item.ItemBlockTFMeta@5c652380 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4745 twilightforest:castle_stairs_cracked twilightforest.item.ItemBlockTFMeta@756b4c94 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4746 twilightforest:castle_stairs_worn twilightforest.item.ItemBlockTFMeta@7ddc3b1e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4747 twilightforest:castle_stairs_mossy twilightforest.item.ItemBlockTFMeta@5b24b4b8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4748 twilightforest:castle_pillar twilightforest.item.ItemBlockTFMeta@2ea8f57f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4749 twilightforest:castle_stairs twilightforest.item.ItemBlockTFMeta@18813d2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4750 twilightforest:castle_rune_brick twilightforest.item.ItemBlockTFMeta@1d90dc36 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4751 twilightforest:force_field twilightforest.item.ItemBlockTFMeta@63ef2a48 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4752 twilightforest:cinder_furnace net.minecraft.item.ItemBlock@a853847 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4753 twilightforest:cinder_log twilightforest.item.ItemBlockTFMeta@4bd2bc46 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4754 twilightforest:castle_door twilightforest.item.ItemBlockTFMeta@5038b866 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4755 twilightforest:castle_door_vanished twilightforest.item.ItemBlockTFMeta@4a1f6543 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4756 twilightforest:miniature_structure twilightforest.item.ItemTFMiniatureStructure@37958ab2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4757 twilightforest:block_storage twilightforest.item.ItemTFCompressed@13ffa3cf +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4758 twilightforest:spiral_bricks net.minecraft.item.ItemBlock@236e93f4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4759 twilightforest:etched_nagastone net.minecraft.item.ItemBlock@38354d31 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4760 twilightforest:nagastone_pillar net.minecraft.item.ItemBlock@454ed316 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4761 twilightforest:nagastone_stairs twilightforest.item.ItemBlockTFMeta@2bc1f1ab +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4762 twilightforest:etched_nagastone_mossy net.minecraft.item.ItemBlock@7c672614 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4763 twilightforest:nagastone_pillar_mossy net.minecraft.item.ItemBlock@6e29a06c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4764 twilightforest:nagastone_stairs_mossy twilightforest.item.ItemBlockTFMeta@5d4c08dc +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4765 twilightforest:etched_nagastone_weathered net.minecraft.item.ItemBlock@79a4e677 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4766 twilightforest:nagastone_pillar_weathered net.minecraft.item.ItemBlock@3c3628d1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4767 twilightforest:nagastone_stairs_weathered twilightforest.item.ItemBlockTFMeta@1fbfc5fb +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4768 twilightforest:auroralized_glass net.minecraft.item.ItemBlock@22883438 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4769 twilightforest:shader twilightforest.compat.ie.ItemTFShader@6d7df03d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4770 twilightforest:shader_bag twilightforest.compat.ie.ItemTFShaderGrabbag@24731c69 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4771 tconstruct:book slimeknights.tconstruct.common.item.ItemTinkerBook@b73f96a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4772 tconstruct:soil slimeknights.mantle.item.ItemBlockMeta@5b52d777 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4773 tconstruct:slime slimeknights.mantle.item.ItemBlockMeta@183fee62 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4774 tconstruct:slime_congealed slimeknights.mantle.item.ItemBlockMeta@c93fca6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4775 tconstruct:ore slimeknights.mantle.item.ItemBlockMeta@58020ad8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4776 tconstruct:firewood slimeknights.mantle.item.ItemBlockMeta@152697c0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4777 tconstruct:deco_ground slimeknights.mantle.item.ItemBlockMeta@728d27f8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4778 tconstruct:clear_glass slimeknights.mantle.item.ItemBlockMeta@616883c3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4779 tconstruct:clear_stained_glass slimeknights.mantle.item.ItemBlockMeta@29f411fc +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4780 tconstruct:deco_ground_slab slimeknights.mantle.item.ItemBlockSlab@13644f83 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4781 tconstruct:firewood_slab slimeknights.mantle.item.ItemBlockSlab@3637a0b7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4782 tconstruct:mudbrick_stairs slimeknights.mantle.item.ItemBlockMeta@3f452c7c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4783 tconstruct:firewood_stairs slimeknights.mantle.item.ItemBlockMeta@5fb499a2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4784 tconstruct:lavawood_stairs slimeknights.mantle.item.ItemBlockMeta@6e9dcd80 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4785 tconstruct:nuggets slimeknights.tconstruct.shared.item.ItemMetaDynamicTinkers@8e7dfee +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4786 tconstruct:ingots slimeknights.tconstruct.shared.item.ItemMetaDynamicTinkers@4a563714 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4787 tconstruct:materials slimeknights.mantle.item.ItemMetaDynamic@197691ea +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4788 tconstruct:edible slimeknights.mantle.item.ItemEdible@5591afc6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4789 tconstruct:metal slimeknights.mantle.item.ItemBlockMeta@51e1e9a9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4790 tconstruct:slime_dirt slimeknights.mantle.item.ItemBlockMeta@37d6b0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4791 tconstruct:slime_grass slimeknights.mantle.item.ItemBlockMeta@65a99a0c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4792 tconstruct:slime_leaves slimeknights.tconstruct.world.item.ItemBlockLeaves@636cec4b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4793 tconstruct:slime_grass_tall slimeknights.mantle.item.ItemBlockMeta@5d5034c0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4794 tconstruct:slime_sapling slimeknights.mantle.item.ItemBlockMeta@7480ac9c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4795 tconstruct:slime_vine_blue_end slimeknights.mantle.item.ItemBlockMeta@3e63fd1a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4796 tconstruct:slime_vine_blue_mid slimeknights.mantle.item.ItemBlockMeta@3a694029 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4797 tconstruct:slime_vine_blue slimeknights.mantle.item.ItemBlockMeta@66c38590 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4798 tconstruct:slime_vine_purple_end slimeknights.mantle.item.ItemBlockMeta@17562198 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4799 tconstruct:slime_vine_purple_mid slimeknights.mantle.item.ItemBlockMeta@36fc8545 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4800 tconstruct:slime_vine_purple slimeknights.mantle.item.ItemBlockMeta@46e4e3bb +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4801 tconstruct:pattern slimeknights.tconstruct.library.tools.Pattern@4889d5bc +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4802 tconstruct:shard slimeknights.tconstruct.library.tools.Shard@f10650c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4803 tconstruct:sharpening_kit slimeknights.tconstruct.tools.common.item.SharpeningKit@19c2b98a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4804 tconstruct:pick_head slimeknights.tconstruct.library.tools.ToolPart@f31afb +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4805 tconstruct:shovel_head slimeknights.tconstruct.library.tools.ToolPart@cc727ec +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4806 tconstruct:axe_head slimeknights.tconstruct.library.tools.ToolPart@2ce23b6a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4807 tconstruct:broad_axe_head slimeknights.tconstruct.library.tools.ToolPart@2060c995 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4808 tconstruct:sword_blade slimeknights.tconstruct.library.tools.ToolPart@38dc2ba0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4809 tconstruct:large_sword_blade slimeknights.tconstruct.library.tools.ToolPart@d118310 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4810 tconstruct:hammer_head slimeknights.tconstruct.library.tools.ToolPart@3095c0b3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4811 tconstruct:excavator_head slimeknights.tconstruct.library.tools.ToolPart@169f8b55 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4812 tconstruct:kama_head slimeknights.tconstruct.library.tools.ToolPart@4f47230d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4813 tconstruct:scythe_head slimeknights.tconstruct.library.tools.ToolPart@4e4f20f6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4814 tconstruct:pan_head slimeknights.tconstruct.library.tools.ToolPart@5041e1d4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4815 tconstruct:sign_head slimeknights.tconstruct.library.tools.ToolPart@3a6e1daa +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4816 tconstruct:tool_rod slimeknights.tconstruct.library.tools.ToolPart@4c470ea1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4817 tconstruct:tough_tool_rod slimeknights.tconstruct.library.tools.ToolPart@7b38df4f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4818 tconstruct:binding slimeknights.tconstruct.library.tools.ToolPart@24a8debd +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4819 tconstruct:tough_binding slimeknights.tconstruct.library.tools.ToolPart@6e6104cf +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4820 tconstruct:wide_guard slimeknights.tconstruct.library.tools.ToolPart@1a272da4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4821 tconstruct:hand_guard slimeknights.tconstruct.library.tools.ToolPart@27585b08 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4822 tconstruct:cross_guard slimeknights.tconstruct.library.tools.ToolPart@45e73468 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4823 tconstruct:large_plate slimeknights.tconstruct.library.tools.ToolPart@23461767 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4824 tconstruct:knife_blade slimeknights.tconstruct.library.tools.ToolPart@af54a6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4825 tconstruct:bow_limb slimeknights.tconstruct.library.tools.ToolPart@65cadfa0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4826 tconstruct:bow_string slimeknights.tconstruct.library.tools.ToolPart@1972e305 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4827 tconstruct:arrow_head slimeknights.tconstruct.library.tools.ToolPart@a9c2263 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4828 tconstruct:arrow_shaft slimeknights.tconstruct.library.tools.ToolPart@706c5df2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4829 tconstruct:fletching slimeknights.tconstruct.library.tools.ToolPart@4368bb80 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4830 tconstruct:bolt_core slimeknights.tconstruct.tools.ranged.item.BoltCore@26e8aedb +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4831 tconstruct:tooltables slimeknights.tconstruct.tools.common.item.ItemBlockTable@32cbed8d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4832 tconstruct:toolforge slimeknights.tconstruct.tools.common.item.ItemBlockTable@1f7b7cfd +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4833 tconstruct:pickaxe slimeknights.tconstruct.tools.tools.Pickaxe@7995f92f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4834 tconstruct:shovel slimeknights.tconstruct.tools.tools.Shovel@42782c4b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4835 tconstruct:hatchet slimeknights.tconstruct.tools.tools.Hatchet@424994e4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4836 tconstruct:mattock slimeknights.tconstruct.tools.tools.Mattock@5fca7ef9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4837 tconstruct:kama slimeknights.tconstruct.tools.tools.Kama@56a38f48 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4838 tconstruct:hammer slimeknights.tconstruct.tools.tools.Hammer@546cfb56 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4839 tconstruct:excavator slimeknights.tconstruct.tools.tools.Excavator@682a803e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4840 tconstruct:lumberaxe slimeknights.tconstruct.tools.tools.LumberAxe@2213cce0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4841 tconstruct:scythe slimeknights.tconstruct.tools.tools.Scythe@20e23bf5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4842 tconstruct:broadsword slimeknights.tconstruct.tools.melee.item.BroadSword@3194f2c2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4843 tconstruct:longsword slimeknights.tconstruct.tools.melee.item.LongSword@25ec97f9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4844 tconstruct:rapier slimeknights.tconstruct.tools.melee.item.Rapier@6f496357 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4845 tconstruct:frypan slimeknights.tconstruct.tools.melee.item.FryPan@6cd551cc +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4846 tconstruct:battlesign slimeknights.tconstruct.tools.melee.item.BattleSign@5d0898c5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4847 tconstruct:cleaver slimeknights.tconstruct.tools.melee.item.Cleaver@2ca49992 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4848 tconstruct:shortbow slimeknights.tconstruct.tools.ranged.item.ShortBow@6b4201da +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4849 tconstruct:longbow slimeknights.tconstruct.tools.ranged.item.LongBow@52792583 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4850 tconstruct:crossbow slimeknights.tconstruct.tools.ranged.item.CrossBow@6659c50b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4851 tconstruct:arrow slimeknights.tconstruct.tools.ranged.item.Arrow@2416f91d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4852 tconstruct:bolt slimeknights.tconstruct.tools.ranged.item.Bolt@1b20eff0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4853 tconstruct:shuriken slimeknights.tconstruct.tools.ranged.item.Shuriken@541a7c8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4854 tconstruct:seared slimeknights.mantle.item.ItemBlockMeta@79962938 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4855 tconstruct:smeltery_controller slimeknights.mantle.item.ItemBlockMeta@699474ec +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4856 tconstruct:seared_tank slimeknights.tconstruct.smeltery.item.ItemTank@79cc9c22 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4857 tconstruct:faucet slimeknights.mantle.item.ItemBlockMeta@7a2f75ad +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4858 tconstruct:channel slimeknights.tconstruct.smeltery.item.ItemChannel@36ab068d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4859 tconstruct:casting slimeknights.mantle.item.ItemBlockMeta@2b1bb1f6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4860 tconstruct:smeltery_io slimeknights.mantle.item.ItemBlockMeta@2a982b25 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4861 tconstruct:seared_glass slimeknights.mantle.item.ItemBlockMeta@63cc903f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4862 tconstruct:seared_furnace_controller slimeknights.mantle.item.ItemBlockMeta@dbd7da5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4863 tconstruct:tinker_tank_controller slimeknights.mantle.item.ItemBlockMeta@7bdfe9e5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4864 tconstruct:seared_slab slimeknights.mantle.item.ItemBlockSlab@10f534b8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4865 tconstruct:seared_slab2 slimeknights.mantle.item.ItemBlockSlab@173f13f1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4866 tconstruct:seared_stairs_stone slimeknights.mantle.item.ItemBlockMeta@718904e6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4867 tconstruct:seared_stairs_cobble slimeknights.mantle.item.ItemBlockMeta@751d5bf3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4868 tconstruct:seared_stairs_paver slimeknights.mantle.item.ItemBlockMeta@4cf4f11c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4869 tconstruct:seared_stairs_brick slimeknights.mantle.item.ItemBlockMeta@233bd3e8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4870 tconstruct:seared_stairs_brick_cracked slimeknights.mantle.item.ItemBlockMeta@1aac5d5d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4871 tconstruct:seared_stairs_brick_fancy slimeknights.mantle.item.ItemBlockMeta@5f14f38 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4872 tconstruct:seared_stairs_brick_square slimeknights.mantle.item.ItemBlockMeta@6ee6228b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4873 tconstruct:seared_stairs_brick_triangle slimeknights.mantle.item.ItemBlockMeta@133f182c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4874 tconstruct:seared_stairs_brick_small slimeknights.mantle.item.ItemBlockMeta@6b81e9a3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4875 tconstruct:seared_stairs_road slimeknights.mantle.item.ItemBlockMeta@6486f364 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4876 tconstruct:seared_stairs_tile slimeknights.mantle.item.ItemBlockMeta@3b2b7705 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4877 tconstruct:seared_stairs_creeper slimeknights.mantle.item.ItemBlockMeta@503ef634 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4878 tconstruct:cast slimeknights.tconstruct.library.smeltery.Cast@7abd9e5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4879 tconstruct:cast_custom slimeknights.tconstruct.smeltery.item.CastCustom@221c40ca +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4880 tconstruct:clay_cast slimeknights.tconstruct.library.smeltery.Cast@5297f64 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4881 tconstruct:stone_torch slimeknights.mantle.item.ItemBlockMeta@5c14ead5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4882 tconstruct:stone_ladder slimeknights.mantle.item.ItemBlockMeta@642c71b5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4883 tconstruct:punji slimeknights.mantle.item.ItemBlockMeta@247677ea +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4884 tconstruct:rack slimeknights.tconstruct.gadgets.item.ItemBlockRack@1153f395 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4885 tconstruct:wood_rail slimeknights.mantle.item.ItemBlockMeta@16f599d3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4886 tconstruct:wood_rail_trapdoor slimeknights.mantle.item.ItemBlockMeta@1ab65c0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4887 tconstruct:wooden_hopper slimeknights.mantle.item.ItemBlockMeta@3c8e7bac +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4888 tconstruct:slime_channel slimeknights.mantle.item.ItemBlockMeta@324fe8f3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4889 tconstruct:dried_clay slimeknights.mantle.item.ItemBlockMeta@84ed468 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4890 tconstruct:dried_clay_slab slimeknights.mantle.item.ItemBlockSlab@529135c4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4891 tconstruct:dried_clay_stairs slimeknights.mantle.item.ItemBlockMeta@1d8d7721 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4892 tconstruct:dried_brick_stairs slimeknights.mantle.item.ItemBlockMeta@50c80c13 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4893 tconstruct:brownstone slimeknights.mantle.item.ItemBlockMeta@2e5b7ff6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4894 tconstruct:brownstone_slab slimeknights.mantle.item.ItemBlockSlab@75bf50ec +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4895 tconstruct:brownstone_slab2 slimeknights.mantle.item.ItemBlockSlab@3fd0505 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4896 tconstruct:brownstone_stairs_smooth slimeknights.mantle.item.ItemBlockMeta@134529fd +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4897 tconstruct:brownstone_stairs_rough slimeknights.mantle.item.ItemBlockMeta@661450ac +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4898 tconstruct:brownstone_stairs_paver slimeknights.mantle.item.ItemBlockMeta@692354b2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4899 tconstruct:brownstone_stairs_brick slimeknights.mantle.item.ItemBlockMeta@29da1be +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4900 tconstruct:brownstone_stairs_brick_cracked slimeknights.mantle.item.ItemBlockMeta@382d6ad1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4901 tconstruct:brownstone_stairs_brick_fancy slimeknights.mantle.item.ItemBlockMeta@7c78dc48 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4902 tconstruct:brownstone_stairs_brick_square slimeknights.mantle.item.ItemBlockMeta@f8d91b1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4903 tconstruct:brownstone_stairs_brick_triangle slimeknights.mantle.item.ItemBlockMeta@60f251af +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4904 tconstruct:brownstone_stairs_brick_small slimeknights.mantle.item.ItemBlockMeta@335ad482 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4905 tconstruct:brownstone_stairs_road slimeknights.mantle.item.ItemBlockMeta@97ad43d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4906 tconstruct:brownstone_stairs_tile slimeknights.mantle.item.ItemBlockMeta@6a19dcba +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4907 tconstruct:brownstone_stairs_creeper slimeknights.mantle.item.ItemBlockMeta@1814977f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4908 tconstruct:slimesling slimeknights.tconstruct.gadgets.item.ItemSlimeSling@228b569b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4909 tconstruct:slime_boots slimeknights.tconstruct.gadgets.item.ItemSlimeBoots@3a3efda3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4910 tconstruct:piggybackpack slimeknights.tconstruct.gadgets.item.ItemPiggybackPack@7fc0757 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4911 tconstruct:throwball slimeknights.tconstruct.gadgets.item.ItemThrowball@770b5c77 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4912 tconstruct:stone_stick net.minecraft.item.Item@3e47e7fb +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4913 tconstruct:fancy_frame slimeknights.tconstruct.gadgets.item.ItemFancyItemFrame@2d26de2f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4914 tconstruct:spaghetti slimeknights.tconstruct.gadgets.item.ItemSpaghetti@6e61f429 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4915 tconstruct:moms_spaghetti slimeknights.tconstruct.gadgets.item.ItemMomsSpaghetti@144e9f52 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4916 baubles:ring baubles.common.items.ItemRing@67549805 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4917 animalium:wild_dog_pelt net.minecraft.item.Item@380f9ec9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4918 animalium:bear_meat net.minecraft.item.ItemFood@668e978e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4919 animalium:bear_meat_cooked net.minecraft.item.ItemFood@6fcb659b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4920 animalium:bear_claw net.minecraft.item.Item@2c1c4cd7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4921 animalium:bear_claw_paxel animalium.items.ItemBearClawPaxel@68a1664b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4922 animalium:rat_meat animalium.ModItems$1@7a01be36 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4923 animalium:rat_meat_cooked net.minecraft.item.ItemFood@4ed2fb50 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4924 animalium:dog_boots animalium.items.ItemDogPeltBoots@1025a55a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4925 antiqueatlas:empty_antique_atlas hunternif.mc.atlas.item.ItemEmptyAtlas@666ca9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4926 antiqueatlas:antique_atlas hunternif.mc.atlas.item.ItemAtlas@6396c1d0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4927 immersiveengineering:ore blusunrize.immersiveengineering.common.blocks.ItemBlockIEBase@1491339a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4928 immersiveengineering:storage blusunrize.immersiveengineering.common.blocks.ItemBlockIEBase@4dc05223 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4929 immersiveengineering:storage_slab blusunrize.immersiveengineering.common.blocks.ItemBlockIESlabs@7ef06c16 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4930 immersiveengineering:stone_decoration blusunrize.immersiveengineering.common.blocks.ItemBlockIEBase@2bbdaa59 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4931 immersiveengineering:stone_decoration_slab blusunrize.immersiveengineering.common.blocks.ItemBlockIESlabs@36ad4157 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4932 immersiveengineering:stone_decoration_stairs_hempcrete blusunrize.immersiveengineering.common.blocks.ItemBlockIEStairs@79335ceb +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4933 immersiveengineering:stone_decoration_stairs_concrete blusunrize.immersiveengineering.common.blocks.ItemBlockIEStairs@4de0f07 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4934 immersiveengineering:stone_decoration_stairs_concrete_tile blusunrize.immersiveengineering.common.blocks.ItemBlockIEStairs@42f792a7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4935 immersiveengineering:stone_decoration_stairs_concrete_leaded blusunrize.immersiveengineering.common.blocks.ItemBlockIEStairs@1e0cc457 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4936 immersiveengineering:stone_device blusunrize.immersiveengineering.common.blocks.ItemBlockIEBase@7dbb1779 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4937 immersiveengineering:treated_wood blusunrize.immersiveengineering.common.blocks.ItemBlockIEBase@96989fe +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4938 immersiveengineering:treated_wood_slab blusunrize.immersiveengineering.common.blocks.ItemBlockIESlabs@77f540de +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4939 immersiveengineering:treated_wood_stairs0 blusunrize.immersiveengineering.common.blocks.ItemBlockIEStairs@fa30c0b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4940 immersiveengineering:treated_wood_stairs1 blusunrize.immersiveengineering.common.blocks.ItemBlockIEStairs@2a06c259 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4941 immersiveengineering:treated_wood_stairs2 blusunrize.immersiveengineering.common.blocks.ItemBlockIEStairs@6f65989e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4942 immersiveengineering:wooden_decoration blusunrize.immersiveengineering.common.blocks.ItemBlockIEBase@32cbd61c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4943 immersiveengineering:wooden_device0 blusunrize.immersiveengineering.common.blocks.ItemBlockIEBase$ItemBlockIENoInventory@259f471a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4944 immersiveengineering:wooden_device1 blusunrize.immersiveengineering.common.blocks.ItemBlockIEBase@39974dfa +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4945 immersiveengineering:hemp net.minecraft.item.ItemBlock@7a75933e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4946 immersiveengineering:cloth_device blusunrize.immersiveengineering.common.blocks.cloth.ItemBlockClothDevice@1662c15a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4947 immersiveengineering:fake_light blusunrize.immersiveengineering.common.blocks.ItemBlockIEBase@499ae31b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4948 immersiveengineering:sheetmetal blusunrize.immersiveengineering.common.blocks.ItemBlockIEBase@4a619f4f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4949 immersiveengineering:sheetmetal_slab blusunrize.immersiveengineering.common.blocks.ItemBlockIESlabs@1cdb095e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4950 immersiveengineering:metal_decoration0 blusunrize.immersiveengineering.common.blocks.ItemBlockIEBase@1c33638e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4951 immersiveengineering:metal_decoration1 blusunrize.immersiveengineering.common.blocks.ItemBlockIEBase@2afd928 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4952 immersiveengineering:metal_decoration2 blusunrize.immersiveengineering.common.blocks.ItemBlockIEBase@44f2a5d5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4953 immersiveengineering:metal_decoration1_slab blusunrize.immersiveengineering.common.blocks.ItemBlockIESlabs@27d5ec +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4954 immersiveengineering:steel_scaffolding_stairs0 blusunrize.immersiveengineering.common.blocks.ItemBlockIEStairs@78ff975 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4955 immersiveengineering:steel_scaffolding_stairs1 blusunrize.immersiveengineering.common.blocks.ItemBlockIEStairs@7b950635 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4956 immersiveengineering:steel_scaffolding_stairs2 blusunrize.immersiveengineering.common.blocks.ItemBlockIEStairs@2a18d89f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4957 immersiveengineering:aluminum_scaffolding_stairs0 blusunrize.immersiveengineering.common.blocks.ItemBlockIEStairs@142ee085 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4958 immersiveengineering:aluminum_scaffolding_stairs1 blusunrize.immersiveengineering.common.blocks.ItemBlockIEStairs@6c12e724 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4959 immersiveengineering:aluminum_scaffolding_stairs2 blusunrize.immersiveengineering.common.blocks.ItemBlockIEStairs@3f65f03d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4960 immersiveengineering:metal_ladder blusunrize.immersiveengineering.common.blocks.ItemBlockIEBase@53550b6e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4961 immersiveengineering:connector blusunrize.immersiveengineering.common.blocks.ItemBlockIEBase@309cf349 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4962 immersiveengineering:metal_device0 blusunrize.immersiveengineering.common.blocks.ItemBlockIEBase@4bcc19b9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4963 immersiveengineering:metal_device1 blusunrize.immersiveengineering.common.blocks.ItemBlockIEBase@5b38ece5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4964 immersiveengineering:conveyor blusunrize.immersiveengineering.common.blocks.ItemBlockIEBase@204d9297 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4965 immersiveengineering:metal_multiblock blusunrize.immersiveengineering.common.blocks.ItemBlockIEBase@779c2b6c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4966 immersiveengineering:material blusunrize.immersiveengineering.common.items.ItemMaterial@5cb6e5f7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4967 immersiveengineering:metal blusunrize.immersiveengineering.common.items.ItemIEBase@40756540 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4968 immersiveengineering:tool blusunrize.immersiveengineering.common.items.ItemIETool@ce09ef3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4969 immersiveengineering:pickaxe_steel blusunrize.immersiveengineering.common.items.tools.ItemIEPickaxe@1a311348 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4970 immersiveengineering:shovel_steel blusunrize.immersiveengineering.common.items.tools.ItemIEShovel@71c3d4a4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4971 immersiveengineering:axe_steel blusunrize.immersiveengineering.common.items.tools.ItemIEAxe@1a77e0b9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4972 immersiveengineering:hoe_steel blusunrize.immersiveengineering.common.items.tools.ItemIEHoe@1268e202 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4973 immersiveengineering:sword_steel blusunrize.immersiveengineering.common.items.tools.ItemIESword@510854 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4974 immersiveengineering:toolbox blusunrize.immersiveengineering.common.items.ItemToolbox@6f589a0e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4975 immersiveengineering:wirecoil blusunrize.immersiveengineering.common.items.ItemWireCoil@4a0fcd74 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4976 immersiveengineering:seed blusunrize.immersiveengineering.common.items.ItemIESeed@1fa24ec5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4977 immersiveengineering:drill blusunrize.immersiveengineering.common.items.ItemDrill@1739e6cd +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4978 immersiveengineering:drillhead blusunrize.immersiveengineering.common.items.ItemDrillhead@3c1a86ce +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4979 immersiveengineering:jerrycan blusunrize.immersiveengineering.common.items.ItemJerrycan@84a9854 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4980 immersiveengineering:mold blusunrize.immersiveengineering.common.items.ItemIEBase@5133bfe +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4981 immersiveengineering:blueprint blusunrize.immersiveengineering.common.items.ItemEngineersBlueprint@5dc4ba1f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4982 immersiveengineering:revolver blusunrize.immersiveengineering.common.items.ItemRevolver@35807b9f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4983 immersiveengineering:speedloader blusunrize.immersiveengineering.common.items.ItemSpeedloader@69d4dd43 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4984 immersiveengineering:bullet blusunrize.immersiveengineering.common.items.ItemBullet@7584d74c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4985 immersiveengineering:chemthrower blusunrize.immersiveengineering.common.items.ItemChemthrower@d689fa1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4986 immersiveengineering:railgun blusunrize.immersiveengineering.common.items.ItemRailgun@3b824110 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4987 immersiveengineering:skyhook blusunrize.immersiveengineering.common.items.ItemSkyhook@7473ade6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4988 immersiveengineering:toolupgrade blusunrize.immersiveengineering.common.items.ItemToolUpgrade@279e2a93 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4989 immersiveengineering:shader blusunrize.immersiveengineering.common.items.ItemShader@6e423c56 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4990 immersiveengineering:shader_bag blusunrize.immersiveengineering.common.items.ItemShaderBag@47616a4f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4991 immersiveengineering:earmuffs blusunrize.immersiveengineering.common.items.ItemEarmuffs@278bfdcd +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4992 immersiveengineering:coresample blusunrize.immersiveengineering.common.items.ItemCoresample@2e94e3d8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4993 immersiveengineering:graphite_electrode blusunrize.immersiveengineering.common.items.ItemGraphiteElectrode@78088e2b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4994 immersiveengineering:faraday_suit_feet blusunrize.immersiveengineering.common.items.ItemFaradaySuit@12bdd4a8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4995 immersiveengineering:faraday_suit_legs blusunrize.immersiveengineering.common.items.ItemFaradaySuit@7b09d3af +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4996 immersiveengineering:faraday_suit_chest blusunrize.immersiveengineering.common.items.ItemFaradaySuit@49812963 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4997 immersiveengineering:faraday_suit_head blusunrize.immersiveengineering.common.items.ItemFaradaySuit@6cb985c9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4998 immersiveengineering:fluorescent_tube blusunrize.immersiveengineering.common.items.ItemFluorescentTube@757bdf0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4999 immersiveengineering:powerpack blusunrize.immersiveengineering.common.items.ItemPowerpack@3a6b4d28 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5000 immersiveengineering:shield blusunrize.immersiveengineering.common.items.ItemIEShield@2cdd7b05 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5001 immersiveengineering:maintenance_kit blusunrize.immersiveengineering.common.items.ItemMaintenanceKit@4b289c47 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5002 immersiveengineering:steel_armor_feet blusunrize.immersiveengineering.common.items.ItemSteelArmor@67392949 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5003 immersiveengineering:steel_armor_legs blusunrize.immersiveengineering.common.items.ItemSteelArmor@207b63f8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5004 immersiveengineering:steel_armor_chest blusunrize.immersiveengineering.common.items.ItemSteelArmor@5f111203 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5005 immersiveengineering:steel_armor_head blusunrize.immersiveengineering.common.items.ItemSteelArmor@50e5ab2b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5006 immersiveengineering:fake_icon blusunrize.immersiveengineering.common.IEContent$2@42ab3cd9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5007 buildcraftlib:guide buildcraft.lib.item.ItemGuide@1c8a592c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5008 buildcraftlib:guide_note buildcraft.lib.item.ItemGuideNote@7030c58e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5009 buildcraftlib:debugger buildcraft.lib.item.ItemDebugger@62faa7fd +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5010 mekanism:electricbow mekanism.common.item.ItemElectricBow@4c35f65b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5011 mekanism:dust mekanism.common.item.ItemDust@2b885c8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5012 mekanism:ingot mekanism.common.item.ItemIngot@74523ca4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5013 mekanism:nugget mekanism.common.item.ItemNugget@4320b89c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5014 mekanism:energytablet mekanism.common.item.ItemEnergized@2044098d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5015 mekanism:speedupgrade mekanism.common.item.ItemUpgrade@66945e88 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5016 mekanism:energyupgrade mekanism.common.item.ItemUpgrade@3c6f9e2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5017 mekanism:filterupgrade mekanism.common.item.ItemUpgrade@45e4555e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5018 mekanism:mufflingupgrade mekanism.common.item.ItemUpgrade@45ec340e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5019 mekanism:gasupgrade mekanism.common.item.ItemUpgrade@1484225 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5020 mekanism:anchorupgrade mekanism.common.item.ItemUpgrade@35f5b207 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5021 mekanism:robit mekanism.common.item.ItemRobit@52dc5f42 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5022 mekanism:atomicdisassembler mekanism.common.item.ItemAtomicDisassembler@76b45d53 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5023 mekanism:enrichedalloy mekanism.common.item.ItemAlloy@352e60ca +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5024 mekanism:reinforcedalloy mekanism.common.item.ItemAlloy@2dd399e2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5025 mekanism:atomicalloy mekanism.common.item.ItemAlloy@1d45f555 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5026 mekanism:itemproxy mekanism.common.item.ItemProxy@49cf7d6b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5027 mekanism:controlcircuit mekanism.common.item.ItemControlCircuit@f216ca8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5028 mekanism:enrichediron mekanism.common.item.ItemMekanism@3e8ce827 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5029 mekanism:compressedcarbon mekanism.common.item.ItemMekanism@cd15dfe +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5030 mekanism:compressedredstone mekanism.common.item.ItemMekanism@3ec74d2a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5031 mekanism:compresseddiamond mekanism.common.item.ItemMekanism@3a073276 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5032 mekanism:compressedobsidian mekanism.common.item.ItemMekanism@639328c1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5033 mekanism:portableteleporter mekanism.common.item.ItemPortableTeleporter@65abb7e0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5034 mekanism:teleportationcore mekanism.common.item.ItemMekanism@61810862 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5035 mekanism:clump mekanism.common.item.ItemClump@621602a6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5036 mekanism:dirtydust mekanism.common.item.ItemDirtyDust@1839eb05 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5037 mekanism:configurator mekanism.common.item.ItemConfigurator@20154b55 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5038 mekanism:networkreader mekanism.common.item.ItemNetworkReader@493e952d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5039 mekanism:walkietalkie mekanism.common.item.ItemWalkieTalkie@1b6fbd9e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5040 mekanism:jetpack mekanism.common.item.ItemJetpack@4224662f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5041 mekanism:dictionary mekanism.common.item.ItemDictionary@4cd90c35 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5042 mekanism:gasmask mekanism.common.item.ItemGasMask@5cc36c57 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5043 mekanism:scubatank mekanism.common.item.ItemScubaTank@2b0abbf +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5044 mekanism:balloon mekanism.common.item.ItemBalloon@5c1327cd +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5045 mekanism:shard mekanism.common.item.ItemShard@461ca918 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5046 mekanism:electrolyticcore mekanism.common.item.ItemMekanism@7bb6db0b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5047 mekanism:sawdust mekanism.common.item.ItemMekanism@1dd30aae +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5048 mekanism:salt mekanism.common.item.ItemMekanism@19ef1585 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5049 mekanism:crystal mekanism.common.item.ItemCrystal@3a983bc9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5050 mekanism:freerunners mekanism.common.item.ItemFreeRunners@3a48886b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5051 mekanism:armoredjetpack mekanism.common.item.ItemJetpack@3da23133 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5052 mekanism:configurationcard mekanism.common.item.ItemConfigurationCard@77bbc112 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5053 mekanism:craftingformula mekanism.common.item.ItemCraftingFormula@72b82331 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5054 mekanism:seismicreader mekanism.common.item.ItemSeismicReader@131a53de +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5055 mekanism:substrate mekanism.common.item.ItemMekanism@68277407 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5056 mekanism:polyethene mekanism.common.item.ItemHDPE@41bd8b40 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5057 mekanism:biofuel mekanism.common.item.ItemMekanism@72af99ed +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5058 mekanism:flamethrower mekanism.common.item.ItemFlamethrower@336ab0c5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5059 mekanism:gaugedropper mekanism.common.item.ItemGaugeDropper@603e7de3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5060 mekanism:tierinstaller mekanism.common.item.ItemTierInstaller@4df40d2f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5061 mekanism:otherdust mekanism.common.item.ItemOtherDust@439a858d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5062 mekanism:basicblock mekanism.common.item.ItemBlockBasic@5b22b707 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5063 mekanism:basicblock2 mekanism.common.item.ItemBlockBasic@4c83f703 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5064 mekanism:machineblock mekanism.common.item.ItemBlockMachine@2422f849 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5065 mekanism:machineblock2 mekanism.common.item.ItemBlockMachine@3540f319 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5066 mekanism:machineblock3 mekanism.common.item.ItemBlockMachine@31fc05af +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5067 mekanism:oreblock mekanism.common.item.ItemBlockOre@3f9f9d90 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5068 mekanism:energycube mekanism.common.item.ItemBlockEnergyCube@5c75c42d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5069 mekanism:transmitter mekanism.common.item.ItemBlockTransmitter@531d0054 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5070 mekanism:obsidiantnt net.minecraft.item.ItemBlock@21bbf2b6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5071 mekanism:boundingblock net.minecraft.item.ItemBlock@3258565e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5072 mekanism:gastank mekanism.common.item.ItemBlockGasTank@5a2d9164 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5073 mekanism:cardboardbox mekanism.common.item.ItemBlockCardboardBox@54e7bea2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5074 mekanism:glowpanel mekanism.common.item.ItemBlockGlowPanel@c1acb05 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5075 mekanism:plasticblock mekanism.common.item.ItemBlockPlastic@4737331a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5076 mekanism:slickplasticblock mekanism.common.item.ItemBlockPlastic@6af281a3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5077 mekanism:glowplasticblock mekanism.common.item.ItemBlockPlastic@30ea3d1b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5078 mekanism:reinforcedplasticblock mekanism.common.item.ItemBlockPlastic@e29e214 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5079 mekanism:roadplasticblock mekanism.common.item.ItemBlockPlastic@70f8bf28 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5080 mekanism:plasticfence mekanism.common.item.ItemBlockPlastic@e79c70d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5081 mekanism:saltblock net.minecraft.item.ItemBlock@6f9a313c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5082 natura:clouds slimeknights.mantle.item.ItemBlockMeta@5f745e6b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5083 natura:materials slimeknights.mantle.item.ItemMetaDynamic@5077324b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5084 natura:empty_bowls slimeknights.mantle.item.ItemMetaDynamic@1170dcf2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5085 natura:edibles com.progwml6.natura.shared.item.food.ItemNaturaEdible@fa2d3df +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5086 natura:soups com.progwml6.natura.shared.item.food.ItemNaturaEdibleSoup@712e9a61 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5087 natura:seed_bags com.progwml6.natura.shared.item.bags.ItemSeedBag@588430e9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5088 natura:sticks slimeknights.mantle.item.ItemMetaDynamic@4c56f0ee +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5089 natura:bonemeal_bag com.progwml6.natura.shared.item.bags.ItemBoneBag@1be207c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5090 natura:colored_grass slimeknights.mantle.item.ItemBlockMeta@78444bda +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5091 natura:colored_grass_slab slimeknights.mantle.item.ItemBlockSlab@3ee15bc +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5092 natura:colored_grass_stairs_topiary slimeknights.mantle.item.ItemBlockMeta@3ec9b168 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5093 natura:colored_grass_stairs_bluegrass slimeknights.mantle.item.ItemBlockMeta@4e04db0d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5094 natura:colored_grass_stairs_autumnal slimeknights.mantle.item.ItemBlockMeta@1444438c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5095 natura:overworld_logs slimeknights.mantle.item.ItemBlockMeta@6774e74d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5096 natura:overworld_logs2 slimeknights.mantle.item.ItemBlockMeta@14c5483a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5097 natura:redwood_logs slimeknights.mantle.item.ItemBlockMeta@7cf1251c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5098 natura:overworld_leaves com.progwml6.natura.common.item.ItemBlockLeaves@a1189ac +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5099 natura:overworld_leaves2 com.progwml6.natura.common.item.ItemBlockLeaves@34ab944c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5100 natura:redwood_leaves com.progwml6.natura.common.item.ItemBlockLeaves@41078e00 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5101 natura:overworld_sapling slimeknights.mantle.item.ItemBlockMeta@71a1b924 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5102 natura:overworld_sapling2 slimeknights.mantle.item.ItemBlockMeta@777b1255 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5103 natura:redwood_sapling slimeknights.mantle.item.ItemBlockMeta@1f1ae102 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5104 natura:bluebells_flower slimeknights.mantle.item.ItemBlockMeta@62101b6f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5105 natura:overworld_planks slimeknights.mantle.item.ItemBlockMeta@1e84e690 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5106 natura:overworld_slab slimeknights.mantle.item.ItemBlockSlab@31c2a6af +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5107 natura:overworld_slab2 slimeknights.mantle.item.ItemBlockSlab@79184364 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5108 natura:overworld_stairs_maple slimeknights.mantle.item.ItemBlockMeta@1b31f44b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5109 natura:overworld_stairs_silverbell slimeknights.mantle.item.ItemBlockMeta@223821db +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5110 natura:overworld_stairs_amaranth slimeknights.mantle.item.ItemBlockMeta@6eb1ced +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5111 natura:overworld_stairs_tiger slimeknights.mantle.item.ItemBlockMeta@3dd36c37 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5112 natura:overworld_stairs_willow slimeknights.mantle.item.ItemBlockMeta@29d4446a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5113 natura:overworld_stairs_eucalyptus slimeknights.mantle.item.ItemBlockMeta@4a818e72 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5114 natura:overworld_stairs_hopseed slimeknights.mantle.item.ItemBlockMeta@1453ffbb +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5115 natura:overworld_stairs_sakura slimeknights.mantle.item.ItemBlockMeta@32c78bd2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5116 natura:overworld_stairs_redwood slimeknights.mantle.item.ItemBlockMeta@39bb7ef4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5117 natura:overworld_berrybush_raspberry slimeknights.mantle.item.ItemBlockMeta@7f0f95af +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5118 natura:overworld_berrybush_blueberry slimeknights.mantle.item.ItemBlockMeta@74aa13d2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5119 natura:overworld_berrybush_blackberry slimeknights.mantle.item.ItemBlockMeta@7abd9f8e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5120 natura:overworld_berrybush_maloberry slimeknights.mantle.item.ItemBlockMeta@181312f3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5121 natura:barley_crop slimeknights.mantle.item.ItemBlockMeta@1bb25eb3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5122 natura:cotton_crop slimeknights.mantle.item.ItemBlockMeta@3fa2ea94 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5123 natura:overworld_door_eucalyptus slimeknights.mantle.item.ItemBlockMeta@29f54301 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5124 natura:overworld_door_hopseed slimeknights.mantle.item.ItemBlockMeta@29f14846 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5125 natura:overworld_door_sakura slimeknights.mantle.item.ItemBlockMeta@203fdc0d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5126 natura:overworld_door_redwood slimeknights.mantle.item.ItemBlockMeta@8e164d4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5127 natura:overworld_door_redwood_bark slimeknights.mantle.item.ItemBlockMeta@b8fc382 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5128 natura:overworld_door_tiger slimeknights.mantle.item.ItemBlockMeta@281f19cd +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5129 natura:overworld_door_maple slimeknights.mantle.item.ItemBlockMeta@761e6777 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5130 natura:overworld_door_silverbell slimeknights.mantle.item.ItemBlockMeta@75da6aa4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5131 natura:saguaro slimeknights.mantle.item.ItemBlockMeta@bc244e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5132 natura:saguaro_baby slimeknights.mantle.item.ItemBlockMeta@503d94e5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5133 natura:saguaro_fruit slimeknights.mantle.item.ItemBlockMeta@559d744a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5134 natura:overworld_seeds com.progwml6.natura.overworld.item.ItemSeeds@124b6f7b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5135 natura:overworld_seed_bags com.progwml6.natura.shared.item.bags.ItemSeedBag@2eed5b6b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5136 natura:overworld_doors com.progwml6.natura.common.item.ItemNaturaDoor@465638c1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5137 natura:saguaro_fruit_item com.progwml6.natura.overworld.item.ItemSaguaroFruit@4b5d935a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5138 natura:nether_logs slimeknights.mantle.item.ItemBlockMeta@39edcd7c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5139 natura:nether_logs2 slimeknights.mantle.item.ItemBlockMeta@4e8a6ab0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5140 natura:nether_leaves com.progwml6.natura.common.item.ItemBlockLeaves@3c69ed29 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5141 natura:nether_leaves2 com.progwml6.natura.common.item.ItemBlockLeaves@1b096ebd +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5142 natura:nether_sapling slimeknights.mantle.item.ItemBlockMeta@4cd8d68d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5143 natura:nether_sapling2 slimeknights.mantle.item.ItemBlockMeta@519afa4c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5144 natura:nether_planks slimeknights.mantle.item.ItemBlockMeta@22e955f3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5145 natura:nether_slab slimeknights.mantle.item.ItemBlockSlab@7245ab95 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5146 natura:nether_heat_sand slimeknights.mantle.item.ItemBlockMeta@782367ee +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5147 natura:nether_tainted_soil slimeknights.mantle.item.ItemBlockMeta@7eedaa3c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5148 natura:nether_thorn_vines slimeknights.mantle.item.ItemBlockMeta@16c32edf +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5149 natura:nether_glass slimeknights.mantle.item.ItemBlockMeta@49053691 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5150 natura:nether_stairs_ghostwood slimeknights.mantle.item.ItemBlockMeta@2afa2448 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5151 natura:nether_stairs_bloodwood slimeknights.mantle.item.ItemBlockMeta@3955d761 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5152 natura:nether_stairs_darkwood slimeknights.mantle.item.ItemBlockMeta@36efb342 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5153 natura:nether_stairs_fusewood slimeknights.mantle.item.ItemBlockMeta@56bebab0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5154 natura:nether_berrybush_blightberry slimeknights.mantle.item.ItemBlockMeta@2d9d1c4b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5155 natura:nether_berrybush_duskberry slimeknights.mantle.item.ItemBlockMeta@3ae42846 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5156 natura:nether_berrybush_skyberry slimeknights.mantle.item.ItemBlockMeta@71dae9fb +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5157 natura:nether_berrybush_stingberry slimeknights.mantle.item.ItemBlockMeta@5292a64a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5158 natura:respawn_obelisk slimeknights.mantle.item.ItemBlockMeta@17288717 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5159 natura:nether_glowshroom slimeknights.mantle.item.ItemBlockMeta@c153bac +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5160 natura:nether_green_large_glowshroom slimeknights.mantle.item.ItemBlockMeta@2aa68ee4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5161 natura:nether_blue_large_glowshroom slimeknights.mantle.item.ItemBlockMeta@6d41cd0c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5162 natura:nether_purple_large_glowshroom slimeknights.mantle.item.ItemBlockMeta@3e02ff8c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5163 natura:nether_door_ghostwood slimeknights.mantle.item.ItemBlockMeta@1bef7bbb +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5164 natura:nether_door_bloodwood slimeknights.mantle.item.ItemBlockMeta@5a0178c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5165 natura:nether_door_darkwood slimeknights.mantle.item.ItemBlockMeta@666a9399 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5166 natura:nether_door_fusewood slimeknights.mantle.item.ItemBlockMeta@4f3dee47 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5167 natura:blaze_hopper slimeknights.mantle.item.ItemBlockMeta@2fef76b8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5168 natura:nether_lever slimeknights.mantle.item.ItemBlockMeta@2af608be +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5169 natura:nether_button slimeknights.mantle.item.ItemBlockMeta@18b2b022 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5170 natura:nether_pressure_plate slimeknights.mantle.item.ItemBlockMeta@385d2aa5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5171 natura:blaze_rail slimeknights.mantle.item.ItemBlockMeta@6cd3d1a0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5172 natura:blaze_rail_golden slimeknights.mantle.item.ItemBlockMeta@767a977c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5173 natura:blaze_rail_activator slimeknights.mantle.item.ItemBlockMeta@7bc40a31 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5174 natura:blaze_rail_detector slimeknights.mantle.item.ItemBlockMeta@2a9d1fee +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5175 natura:netherrack_furnace slimeknights.mantle.item.ItemBlockMeta@583185cc +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5176 natura:lit_netherrack_furnace slimeknights.mantle.item.ItemBlockMeta@7a5238c1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5177 natura:nether_doors com.progwml6.natura.common.item.ItemNaturaDoor@211c3038 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5178 natura:maple_button slimeknights.mantle.item.ItemBlockMeta@633c399a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5179 natura:maple_pressure_plate slimeknights.mantle.item.ItemBlockMeta@37f7cfd4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5180 natura:maple_trap_door slimeknights.mantle.item.ItemBlockMeta@5c087ddb +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5181 natura:maple_fence slimeknights.mantle.item.ItemBlockMeta@1c550b92 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5182 natura:maple_fence_gate slimeknights.mantle.item.ItemBlockMeta@1e27116b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5183 natura:silverbell_button slimeknights.mantle.item.ItemBlockMeta@17a7e414 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5184 natura:silverbell_pressure_plate slimeknights.mantle.item.ItemBlockMeta@8deb59e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5185 natura:silverbell_trap_door slimeknights.mantle.item.ItemBlockMeta@3c63268c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5186 natura:silverbell_fence slimeknights.mantle.item.ItemBlockMeta@1a69d422 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5187 natura:silverbell_fence_gate slimeknights.mantle.item.ItemBlockMeta@3246143f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5188 natura:amaranth_button slimeknights.mantle.item.ItemBlockMeta@4fc935ac +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5189 natura:amaranth_pressure_plate slimeknights.mantle.item.ItemBlockMeta@6a3b2d9f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5190 natura:amaranth_trap_door slimeknights.mantle.item.ItemBlockMeta@3ea73c3e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5191 natura:amaranth_fence slimeknights.mantle.item.ItemBlockMeta@3cc22039 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5192 natura:amaranth_fence_gate slimeknights.mantle.item.ItemBlockMeta@3aa01658 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5193 natura:tiger_button slimeknights.mantle.item.ItemBlockMeta@9c49346 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5194 natura:tiger_pressure_plate slimeknights.mantle.item.ItemBlockMeta@e05188c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5195 natura:tiger_trap_door slimeknights.mantle.item.ItemBlockMeta@23eb229d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5196 natura:tiger_fence slimeknights.mantle.item.ItemBlockMeta@19c3f26e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5197 natura:tiger_fence_gate slimeknights.mantle.item.ItemBlockMeta@34b01cb3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5198 natura:willow_button slimeknights.mantle.item.ItemBlockMeta@12d7b3d1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5199 natura:willow_pressure_plate slimeknights.mantle.item.ItemBlockMeta@68d284dc +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5200 natura:willow_trap_door slimeknights.mantle.item.ItemBlockMeta@6e044b2a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5201 natura:willow_fence slimeknights.mantle.item.ItemBlockMeta@5a6597dd +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5202 natura:willow_fence_gate slimeknights.mantle.item.ItemBlockMeta@7583ee7b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5203 natura:eucalyptus_button slimeknights.mantle.item.ItemBlockMeta@90b6073 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5204 natura:eucalyptus_pressure_plate slimeknights.mantle.item.ItemBlockMeta@451a3763 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5205 natura:eucalyptus_trap_door slimeknights.mantle.item.ItemBlockMeta@33b78b62 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5206 natura:eucalyptus_fence slimeknights.mantle.item.ItemBlockMeta@59ad5b59 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5207 natura:eucalyptus_fence_gate slimeknights.mantle.item.ItemBlockMeta@b77a0e7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5208 natura:hopseed_button slimeknights.mantle.item.ItemBlockMeta@1fc23fc5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5209 natura:hopseed_pressure_plate slimeknights.mantle.item.ItemBlockMeta@10215bc4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5210 natura:hopseed_trap_door slimeknights.mantle.item.ItemBlockMeta@2365ad0a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5211 natura:hopseed_fence slimeknights.mantle.item.ItemBlockMeta@15235119 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5212 natura:hopseed_fence_gate slimeknights.mantle.item.ItemBlockMeta@1b91686f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5213 natura:sakura_button slimeknights.mantle.item.ItemBlockMeta@1f4efa2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5214 natura:sakura_pressure_plate slimeknights.mantle.item.ItemBlockMeta@f770f6b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5215 natura:sakura_trap_door slimeknights.mantle.item.ItemBlockMeta@533c05 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5216 natura:sakura_fence slimeknights.mantle.item.ItemBlockMeta@1011ee70 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5217 natura:sakura_fence_gate slimeknights.mantle.item.ItemBlockMeta@36be9a2f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5218 natura:redwood_button slimeknights.mantle.item.ItemBlockMeta@105c7c4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5219 natura:redwood_pressure_plate slimeknights.mantle.item.ItemBlockMeta@18af70f5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5220 natura:redwood_trap_door slimeknights.mantle.item.ItemBlockMeta@7526ffe +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5221 natura:redwood_fence slimeknights.mantle.item.ItemBlockMeta@45ffe2d9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5222 natura:redwood_fence_gate slimeknights.mantle.item.ItemBlockMeta@6a6b2645 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5223 natura:overworld_bookshelves slimeknights.mantle.item.ItemBlockMeta@9a0db25 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5224 natura:overworld_workbenches slimeknights.mantle.item.ItemBlockMeta@1d197870 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5225 natura:ghostwood_button slimeknights.mantle.item.ItemBlockMeta@27cab820 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5226 natura:ghostwood_pressure_plate slimeknights.mantle.item.ItemBlockMeta@14a0eb92 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5227 natura:ghostwood_trap_door slimeknights.mantle.item.ItemBlockMeta@1b5663d0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5228 natura:ghostwood_fence slimeknights.mantle.item.ItemBlockMeta@4d5a5232 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5229 natura:ghostwood_fence_gate slimeknights.mantle.item.ItemBlockMeta@3f23e801 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5230 natura:bloodwood_button slimeknights.mantle.item.ItemBlockMeta@2ccc680c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5231 natura:bloodwood_pressure_plate slimeknights.mantle.item.ItemBlockMeta@4acc6a6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5232 natura:bloodwood_trap_door slimeknights.mantle.item.ItemBlockMeta@1bf8cfc3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5233 natura:bloodwood_fence slimeknights.mantle.item.ItemBlockMeta@3bbb5f5d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5234 natura:bloodwood_fence_gate slimeknights.mantle.item.ItemBlockMeta@7478cc2e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5235 natura:fusewood_button slimeknights.mantle.item.ItemBlockMeta@1683bdf1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5236 natura:fusewood_pressure_plate slimeknights.mantle.item.ItemBlockMeta@4b58fe35 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5237 natura:fusewood_trap_door slimeknights.mantle.item.ItemBlockMeta@2a7811b4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5238 natura:fusewood_fence slimeknights.mantle.item.ItemBlockMeta@1853a169 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5239 natura:fusewood_fence_gate slimeknights.mantle.item.ItemBlockMeta@13b4eba7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5240 natura:darkwood_button slimeknights.mantle.item.ItemBlockMeta@1f1116b2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5241 natura:darkwood_pressure_plate slimeknights.mantle.item.ItemBlockMeta@758e5155 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5242 natura:darkwood_trap_door slimeknights.mantle.item.ItemBlockMeta@70d3ee64 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5243 natura:darkwood_fence slimeknights.mantle.item.ItemBlockMeta@448eda0a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5244 natura:darkwood_fence_gate slimeknights.mantle.item.ItemBlockMeta@53bde0af +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5245 natura:nether_bookshelves slimeknights.mantle.item.ItemBlockMeta@54be1774 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5246 natura:nether_workbenches slimeknights.mantle.item.ItemBlockMeta@3bf17349 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5247 traverse:red_autumnal_leaves net.minecraft.item.ItemBlock@91db0b7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5248 traverse:red_autumnal_sapling net.minecraft.item.ItemBlock@351991a3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5249 traverse:brown_autumnal_leaves net.minecraft.item.ItemBlock@11b835c3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5250 traverse:brown_autumnal_sapling net.minecraft.item.ItemBlock@21e36786 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5251 traverse:orange_autumnal_leaves net.minecraft.item.ItemBlock@459ff305 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5252 traverse:orange_autumnal_sapling net.minecraft.item.ItemBlock@3c72f69c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5253 traverse:yellow_autumnal_leaves net.minecraft.item.ItemBlock@6cb4dafc +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5254 traverse:yellow_autumnal_sapling net.minecraft.item.ItemBlock@56515fbb +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5255 traverse:fir_leaves net.minecraft.item.ItemBlock@6c6c89af +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5256 traverse:fir_sapling net.minecraft.item.ItemBlock@478154a8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5257 traverse:fir_log net.minecraft.item.ItemBlock@d28059e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5258 traverse:fir_planks net.minecraft.item.ItemBlock@51583f07 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5259 traverse:fir_stairs net.minecraft.item.ItemBlock@5971e572 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5260 traverse:fir_slab net.minecraft.item.ItemSlab@1418dee0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5261 traverse:fir_fence net.minecraft.item.ItemBlock@59d12d08 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5262 traverse:fir_fence_gate net.minecraft.item.ItemBlock@49e19132 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5263 traverse:fir_door prospector.traverse.item.ItemTraverseWoodDoor@1f6db709 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5264 traverse:red_rock net.minecraft.item.ItemBlock@4d5095da +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5265 traverse:red_rock_bricks net.minecraft.item.ItemBlock@1db94815 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5266 traverse:red_rock_bricks_stairs net.minecraft.item.ItemBlock@58942291 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5267 traverse:red_rock_bricks_slab net.minecraft.item.ItemSlab@2ab30375 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5268 traverse:red_rock_bricks_chiseled net.minecraft.item.ItemBlock@6384adbc +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5269 traverse:red_rock_slab net.minecraft.item.ItemSlab@34aab839 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5270 traverse:red_rock_cobblestone net.minecraft.item.ItemBlock@4dd38497 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5271 traverse:red_rock_cobblestone_stairs net.minecraft.item.ItemBlock@7f498ef3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5272 traverse:red_rock_cobblestone_slab net.minecraft.item.ItemSlab@39e625eb +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5273 traverse:red_rock_cobblestone_wall net.minecraft.item.ItemBlock@586c399e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5274 traverse:blue_rock net.minecraft.item.ItemBlock@94ae938 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5275 traverse:blue_rock_bricks net.minecraft.item.ItemBlock@3a47c0f4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5276 traverse:blue_rock_bricks_stairs net.minecraft.item.ItemBlock@3286732a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5277 traverse:blue_rock_bricks_slab net.minecraft.item.ItemSlab@b9f1c2d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5278 traverse:blue_rock_bricks_chiseled net.minecraft.item.ItemBlock@55c2274f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5279 traverse:blue_rock_slab net.minecraft.item.ItemSlab@51861d63 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5280 traverse:blue_rock_cobblestone net.minecraft.item.ItemBlock@50983b5a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5281 traverse:blue_rock_cobblestone_stairs net.minecraft.item.ItemBlock@23952b10 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5282 traverse:blue_rock_cobblestone_slab net.minecraft.item.ItemSlab@67a99872 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5283 traverse:blue_rock_cobblestone_wall net.minecraft.item.ItemBlock@625fce1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5284 traverse:dead_grass net.minecraft.item.ItemBlock@17764594 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5285 traverse:cold_grass net.minecraft.item.ItemBlock@1db131c1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5286 betterwithmods:breeding_harness betterwithmods.common.items.ItemBreedingHarness@1f9b60c6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5287 betterwithmods:anchor net.minecraft.item.ItemBlock@3ae4dc44 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5288 betterwithmods:rope net.minecraft.item.ItemBlock@2ecfdde0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5289 betterwithmods:single_machine betterwithmods.common.blocks.ItemBlockMeta@1a0b001c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5290 betterwithmods:wooden_axle net.minecraft.item.ItemBlock@5e52cecb +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5291 betterwithmods:steel_axle net.minecraft.item.ItemBlock@42482fb9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5292 betterwithmods:wooden_gearbox net.minecraft.item.ItemBlock@1238cacd +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5293 betterwithmods:steel_gearbox net.minecraft.item.ItemBlock@50713376 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5294 betterwithmods:steel_broken_gearbox net.minecraft.item.ItemBlock@181d9b25 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5295 betterwithmods:wooden_broken_gearbox net.minecraft.item.ItemBlock@1bab5a78 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5296 betterwithmods:hand_crank net.minecraft.item.ItemBlock@4f919562 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5297 betterwithmods:wicker net.minecraft.item.ItemBlock@1622f565 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5298 betterwithmods:grate betterwithmods.common.blocks.ItemBlockMeta@62928037 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5299 betterwithmods:slats betterwithmods.common.blocks.ItemBlockMeta@23ab6e87 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5300 betterwithmods:planter betterwithmods.common.blocks.ItemBlockPlanter@6052d515 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5301 betterwithmods:vase betterwithmods.common.blocks.ItemBlockMeta@61da9da7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5302 betterwithmods:urn betterwithmods.common.blocks.ItemBlockUrn@17bf2a93 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5303 betterwithmods:unfired_pottery betterwithmods.common.blocks.ItemBlockMeta@6f18a1b5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5304 betterwithmods:hibachi net.minecraft.item.ItemBlock@19942b3e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5305 betterwithmods:bellows betterwithmods.common.blocks.ItemBlockMeta@2c96ba0e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5306 betterwithmods:hemp betterwithmods.common.items.ItemHempSeed@4293e6bd +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5307 betterwithmods:detector net.minecraft.item.ItemBlock@682ce253 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5308 betterwithmods:lens net.minecraft.item.ItemBlock@5059f9b3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5309 betterwithmods:saw net.minecraft.item.ItemBlock@49866f7c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5310 betterwithmods:aesthetic betterwithmods.common.blocks.ItemBlockMeta@147dceff +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5311 betterwithmods:booster net.minecraft.item.ItemBlock@1b4c8859 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5312 betterwithmods:wood_siding betterwithmods.common.blocks.mini.ItemBlockMini@4c77ee2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5313 betterwithmods:wood_moulding betterwithmods.common.blocks.mini.ItemBlockMini@7e400c89 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5314 betterwithmods:wood_corner betterwithmods.common.blocks.mini.ItemBlockMini@4b03f88 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5315 betterwithmods:wood_bench betterwithmods.common.blocks.ItemBlockMeta@7bc16107 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5316 betterwithmods:wood_table betterwithmods.common.blocks.ItemBlockMeta@44ce20f3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5317 betterwithmods:companion_cube net.minecraft.item.ItemBlock@3a9458a7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5318 betterwithmods:block_dispenser net.minecraft.item.ItemBlock@3fdd7c02 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5319 betterwithmods:bamboo_chime betterwithmods.common.blocks.ItemBlockMeta@4fe4fba7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5320 betterwithmods:metal_chime betterwithmods.common.blocks.ItemBlockMeta@7a988310 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5321 betterwithmods:buddy_block net.minecraft.item.ItemBlock@62d1ad84 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5322 betterwithmods:creative_generator net.minecraft.item.ItemBlock@36b8e0b0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5323 betterwithmods:light net.minecraft.item.ItemBlock@5ee90c03 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5324 betterwithmods:platform net.minecraft.item.ItemBlock@605794cd +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5325 betterwithmods:mining_charge net.minecraft.item.ItemBlock@f85b8ce +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5326 betterwithmods:fertile_farmland net.minecraft.item.ItemBlock@7e4974ee +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5327 betterwithmods:screw_pump net.minecraft.item.ItemBlock@6856f630 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5328 betterwithmods:vine_trap net.minecraft.item.ItemBlock@34fbf60b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5329 betterwithmods:raw_pastry betterwithmods.common.blocks.ItemBlockMeta@161a7b92 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5330 betterwithmods:steel_anvil net.minecraft.item.ItemBlock@234183bb +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5331 betterwithmods:stone_siding betterwithmods.common.blocks.mini.ItemBlockMini@7c791695 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5332 betterwithmods:stone_moulding betterwithmods.common.blocks.mini.ItemBlockMini@17d9ecbf +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5333 betterwithmods:stone_corner betterwithmods.common.blocks.mini.ItemBlockMini@525ac33d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5334 betterwithmods:dirt_slab betterwithmods.common.items.ItemSimpleSlab@7d29ce96 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5335 betterwithmods:cooking_pot betterwithmods.common.BWMBlocks$1@49d0b218 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5336 betterwithmods:iron_wall net.minecraft.item.ItemBlock@11b41389 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5337 betterwithmods:stake net.minecraft.item.ItemBlock@157369a9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5338 betterwithmods:nether_growth betterwithmods.common.blocks.ItemBlockSpore@261d48ef +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5339 betterwithmods:steel_block betterwithmods.common.BWMBlocks$2@6a917e46 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5340 betterwithmods:steel_saw betterwithmods.common.items.tools.ItemSteelSaw@5b8810c6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5341 betterwithmods:blood_log net.minecraft.item.ItemBlock@5538143f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5342 betterwithmods:blood_leaves net.minecraft.item.ItemBlock@19ae7447 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5343 betterwithmods:blood_sapling net.minecraft.item.ItemBlock@78ac4a7a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5344 betterwithmods:nether_clay net.minecraft.item.ItemBlock@63397b89 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5345 betterwithmods:cobblestone betterwithmods.common.blocks.ItemBlockMeta@7635023d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5346 betterwithmods:steel_pressure_plate net.minecraft.item.ItemBlock@1cd35cf0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5347 betterwithmods:infernal_enchanter net.minecraft.item.ItemBlock@6b63a8a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5348 betterwithmods:candle betterwithmods.common.blocks.ItemBlockMeta@2efbfce6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5349 betterwithmods:candle_holder net.minecraft.item.ItemBlock@708137ee +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5350 betterwithmods:shaft net.minecraft.item.ItemBlock@7633d1d2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5351 betterwithmods:bucket net.minecraft.item.ItemBlock@4166c7f4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5352 betterwithmods:material betterwithmods.common.items.ItemMaterial@308b0ff2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5353 betterwithmods:axle_generator betterwithmods.common.items.ItemAxleGenerator@49cc704a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5354 betterwithmods:bark betterwithmods.common.items.ItemBark@211985e0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5355 betterwithmods:donut net.minecraft.item.ItemFood@56b7bf50 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5356 betterwithmods:dynamite betterwithmods.common.items.ItemDynamite@11a7426f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5357 betterwithmods:fertilizer betterwithmods.common.items.ItemFertilizer@3e2bceeb +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5358 betterwithmods:steel_axe betterwithmods.common.items.tools.ItemSoulforgedAxe@144fb744 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5359 betterwithmods:steel_hoe betterwithmods.common.items.tools.ItemSoulforgedHoe@799416a8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5360 betterwithmods:steel_pickaxe betterwithmods.common.items.tools.ItemSoulforgedPickaxe@12b26bf5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5361 betterwithmods:steel_shovel betterwithmods.common.items.tools.ItemSoulforgedShovel@720ea3de +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5362 betterwithmods:steel_sword betterwithmods.common.items.tools.ItemSoulforgedSword@1b12df4c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5363 betterwithmods:steel_mattock betterwithmods.common.items.tools.ItemSoulforgedMattock@42eaabd0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5364 betterwithmods:steel_battleaxe betterwithmods.common.items.tools.ItemSoulforgedBattleAxe@43869dbb +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5365 betterwithmods:steel_hacksaw betterwithmods.common.items.tools.ItemHacksaw@4411d646 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5366 betterwithmods:steel_helmet betterwithmods.common.items.tools.ItemSoulforgeArmor@6c7ab336 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5367 betterwithmods:steel_chest betterwithmods.common.items.tools.ItemSoulforgeArmor@6f6c4fea +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5368 betterwithmods:steel_pants betterwithmods.common.items.tools.ItemSoulforgeArmor@496cee9a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5369 betterwithmods:steel_boots betterwithmods.common.items.tools.ItemSoulforgeArmor@2888bd5a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5370 betterwithmods:creeper_oyster betterwithmods.common.items.ItemAltNameFood@49749937 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5371 betterwithmods:ender_spectacles betterwithmods.common.items.ItemEnderSpectacles@636827dd +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5372 betterwithmods:raw_egg net.minecraft.item.ItemFood@5e570fe2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5373 betterwithmods:cooked_egg net.minecraft.item.ItemFood@294b3ad6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5374 betterwithmods:raw_scrambled_egg net.minecraft.item.ItemFood@63a26a5f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5375 betterwithmods:cooked_scrambled_egg net.minecraft.item.ItemFood@ef2ea3d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5376 betterwithmods:raw_omelet net.minecraft.item.ItemFood@68bcdc1e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5377 betterwithmods:cooked_omelet net.minecraft.item.ItemFood@18d1c655 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5378 betterwithmods:ham_and_eggs net.minecraft.item.ItemFood@68d1b782 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5379 betterwithmods:tasty_sandwich net.minecraft.item.ItemFood@71eb1ba7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5380 betterwithmods:composite_bow betterwithmods.common.items.tools.ItemCompositeBow@7f3975a8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5381 betterwithmods:broadhead_arrow betterwithmods.common.items.tools.ItemBroadheadArrow@69ccf774 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5382 betterwithmods:beef_dinner net.minecraft.item.ItemFood@c443068 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5383 betterwithmods:beef_potatoes net.minecraft.item.ItemFood@25db3464 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5384 betterwithmods:chicken_soup net.minecraft.item.ItemSoup@11fb9142 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5385 betterwithmods:chocolate net.minecraft.item.ItemFood@1f82a35e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5386 betterwithmods:chowder net.minecraft.item.ItemSoup@32e807b6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5387 betterwithmods:cooked_kebab net.minecraft.item.ItemFood@4e6c6d9b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5388 betterwithmods:hearty_stew net.minecraft.item.ItemSoup@3508495 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5389 betterwithmods:raw_kebab net.minecraft.item.ItemFood@9425ff2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5390 betterwithmods:pork_dinner net.minecraft.item.ItemFood@7be53cdb +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5391 betterwithmods:stump_remover betterwithmods.common.items.tools.ItemStumpRemover@56488689 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5392 betterwithmods:dirt_pile net.minecraft.item.Item@513bc4f9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5393 betterwithmods:gravel_pile net.minecraft.item.Item@4a9dace3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5394 betterwithmods:sand_pile net.minecraft.item.Item@18cc528f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5395 betterwithmods:red_sand_pile net.minecraft.item.Item@a22f3d1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5396 betterwithmods:wolf_chop net.minecraft.item.ItemFood@531e260 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5397 betterwithmods:cooked_wolf_chop net.minecraft.item.ItemFood@22ecac91 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5398 betterwithmods:kibble net.minecraft.item.ItemFood@584eda69 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5399 betterwithmods:apple_pie net.minecraft.item.ItemFood@45ef06ca +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5400 betterwithmods:manual betterwithmods.common.items.ItemBookManual@4f47def5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5401 betterwithmods:mystery_meat net.minecraft.item.ItemFood@8887ba8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5402 betterwithmods:cooked_mystery_meat net.minecraft.item.ItemFood@26bb7542 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5403 betterwithmods:bat_wing net.minecraft.item.ItemFood@1bdfee09 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5404 betterwithmods:cooked_bat_wing net.minecraft.item.ItemFood@6a1e2bf1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5405 betterwithmods:arcane_scroll betterwithmods.common.items.ItemArcaneScroll@21004821 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5406 betterwithmods:leather_tanned_boots betterwithmods.common.items.tools.ItemLeatherTannedArmor@a513b7e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5407 betterwithmods:leather_tanned_chest betterwithmods.common.items.tools.ItemLeatherTannedArmor@f5b77ec +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5408 betterwithmods:leather_tanned_helmet betterwithmods.common.items.tools.ItemLeatherTannedArmor@71f0ef43 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5409 betterwithmods:leather_tanned_pants betterwithmods.common.items.tools.ItemLeatherTannedArmor@3aa47bc4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5410 betterwithmods:wool_boots betterwithmods.common.items.tools.ItemWoolArmor@451be88d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5411 betterwithmods:wool_chest betterwithmods.common.items.tools.ItemWoolArmor@382ed47f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5412 betterwithmods:wool_helmet betterwithmods.common.items.tools.ItemWoolArmor@4dabea62 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5413 betterwithmods:wool_pants betterwithmods.common.items.tools.ItemWoolArmor@5412e294 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5414 betterwithmods:siding_wood betterwithmods.module.gameplay.miniblocks.ItemMini@9fca4c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5415 betterwithmods:siding_iron betterwithmods.module.gameplay.miniblocks.ItemMini@38273a04 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5416 betterwithmods:siding_rock betterwithmods.module.gameplay.miniblocks.ItemMini@5c6c3826 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5417 betterwithmods:siding_ground betterwithmods.module.gameplay.miniblocks.ItemMini@23fdcf52 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5418 betterwithmods:siding_clay betterwithmods.module.gameplay.miniblocks.ItemMini@3d0f6f71 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5419 betterwithmods:moulding_wood betterwithmods.module.gameplay.miniblocks.ItemMini@4932a1fa +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5420 betterwithmods:moulding_iron betterwithmods.module.gameplay.miniblocks.ItemMini@71334a4c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5421 betterwithmods:moulding_rock betterwithmods.module.gameplay.miniblocks.ItemMini@3c7985ce +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5422 betterwithmods:moulding_ground betterwithmods.module.gameplay.miniblocks.ItemMini@f00238c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5423 betterwithmods:moulding_clay betterwithmods.module.gameplay.miniblocks.ItemMini@39151ae7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5424 betterwithmods:corner_wood betterwithmods.module.gameplay.miniblocks.ItemMini@11bfb4fd +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5425 betterwithmods:corner_iron betterwithmods.module.gameplay.miniblocks.ItemMini@5c0d133f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5426 betterwithmods:corner_rock betterwithmods.module.gameplay.miniblocks.ItemMini@529f46a3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5427 betterwithmods:corner_ground betterwithmods.module.gameplay.miniblocks.ItemMini@6c4435 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5428 betterwithmods:corner_clay betterwithmods.module.gameplay.miniblocks.ItemMini@39bd5237 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5429 appliedenergistics2:quartz_ore appeng.block.AEBaseItemBlock@6f329abe +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5430 appliedenergistics2:charged_quartz_ore appeng.block.AEBaseItemBlock@346d3f9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5431 appliedenergistics2:matrix_frame appeng.block.AEBaseItemBlock@50b9154c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5432 appliedenergistics2:quartz_block appeng.block.AEBaseItemBlock@34164e05 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5433 appliedenergistics2:quartz_pillar appeng.block.AEBaseItemBlock@4f0ad553 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5434 appliedenergistics2:chiseled_quartz_block appeng.block.AEBaseItemBlock@7ae61e50 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5435 appliedenergistics2:quartz_glass appeng.block.AEBaseItemBlock@62ed7735 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5436 appliedenergistics2:quartz_vibrant_glass appeng.block.AEBaseItemBlock@648d7b0b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5437 appliedenergistics2:quartz_fixture appeng.block.AEBaseItemBlock@7d349a84 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5438 appliedenergistics2:fluix_block appeng.block.AEBaseItemBlock@376a1fec +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5439 appliedenergistics2:sky_stone_block appeng.block.AEBaseItemBlock@3e3792eb +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5440 appliedenergistics2:smooth_sky_stone_block appeng.block.AEBaseItemBlock@316de305 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5441 appliedenergistics2:sky_stone_brick appeng.block.AEBaseItemBlock@6854bf16 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5442 appliedenergistics2:sky_stone_small_brick appeng.block.AEBaseItemBlock@fa6488f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5443 appliedenergistics2:grindstone appeng.block.AEBaseItemBlock@d84335a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5444 appliedenergistics2:crank appeng.block.AEBaseItemBlock@53af8c24 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5445 appliedenergistics2:inscriber appeng.block.AEBaseItemBlock@1e4e2548 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5446 appliedenergistics2:wireless_access_point appeng.block.AEBaseItemBlock@2311f43e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5447 appliedenergistics2:charger appeng.block.AEBaseItemBlock@f231de5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5448 appliedenergistics2:tiny_tnt appeng.block.AEBaseItemBlock@723dca9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5449 appliedenergistics2:security_station appeng.block.AEBaseItemBlock@20c26e89 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5450 appliedenergistics2:quantum_ring appeng.block.AEBaseItemBlock@4fc97bbc +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5451 appliedenergistics2:quantum_link appeng.block.AEBaseItemBlock@6355d67f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5452 appliedenergistics2:spatial_pylon appeng.block.AEBaseItemBlock@740e33c5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5453 appliedenergistics2:spatial_io_port appeng.block.AEBaseItemBlock@470badeb +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5454 appliedenergistics2:controller appeng.block.AEBaseItemBlock@439b3a2d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5455 appliedenergistics2:drive appeng.block.AEBaseItemBlock@e30fa0f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5456 appliedenergistics2:chest appeng.block.AEBaseItemBlock@ba57017 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5457 appliedenergistics2:interface appeng.block.AEBaseItemBlock@115be07d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5458 appliedenergistics2:fluid_interface appeng.block.AEBaseItemBlock@b8bea29 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5459 appliedenergistics2:cell_workbench appeng.block.AEBaseItemBlock@2e289d5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5460 appliedenergistics2:io_port appeng.block.AEBaseItemBlock@22e77456 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5461 appliedenergistics2:condenser appeng.block.AEBaseItemBlock@6cf1307f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5462 appliedenergistics2:energy_acceptor appeng.block.AEBaseItemBlock@387f556a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5463 appliedenergistics2:vibration_chamber appeng.block.AEBaseItemBlock@2e45cf91 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5464 appliedenergistics2:quartz_growth_accelerator appeng.block.AEBaseItemBlock@37994bcb +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5465 appliedenergistics2:energy_cell appeng.block.AEBaseItemBlockChargeable@528ee78f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5466 appliedenergistics2:dense_energy_cell appeng.block.AEBaseItemBlockChargeable@10182cb1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5467 appliedenergistics2:creative_energy_cell appeng.block.AEBaseItemBlock@10214064 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5468 appliedenergistics2:crafting_unit appeng.block.AEBaseItemBlock@6d9b86b8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5469 appliedenergistics2:crafting_accelerator appeng.block.AEBaseItemBlock@488cb61b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5470 appliedenergistics2:crafting_storage_1k appeng.block.crafting.ItemCraftingStorage@19a0661f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5471 appliedenergistics2:crafting_storage_4k appeng.block.crafting.ItemCraftingStorage@318272f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5472 appliedenergistics2:crafting_storage_16k appeng.block.crafting.ItemCraftingStorage@3287dfb2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5473 appliedenergistics2:crafting_storage_64k appeng.block.crafting.ItemCraftingStorage@1f969b97 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5474 appliedenergistics2:crafting_monitor appeng.block.AEBaseItemBlock@51c86e4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5475 appliedenergistics2:molecular_assembler appeng.block.AEBaseItemBlock@477fe837 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5476 appliedenergistics2:light_detector appeng.block.AEBaseItemBlock@4b89c525 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5477 appliedenergistics2:paint appeng.block.AEBaseItemBlock@60e8a5e0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5478 appliedenergistics2:sky_stone_stairs net.minecraft.item.ItemBlock@1a224bf +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5479 appliedenergistics2:smooth_sky_stone_stairs net.minecraft.item.ItemBlock@39a44aec +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5480 appliedenergistics2:sky_stone_brick_stairs net.minecraft.item.ItemBlock@3c010010 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5481 appliedenergistics2:sky_stone_small_brick_stairs net.minecraft.item.ItemBlock@19e365d5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5482 appliedenergistics2:fluix_stairs net.minecraft.item.ItemBlock@9743d8a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5483 appliedenergistics2:quartz_stairs net.minecraft.item.ItemBlock@129ce562 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5484 appliedenergistics2:chiseled_quartz_stairs net.minecraft.item.ItemBlock@26a966a1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5485 appliedenergistics2:quartz_pillar_stairs net.minecraft.item.ItemBlock@2466626c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5486 appliedenergistics2:cable_bus appeng.block.AEBaseItemBlock@c569307 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5487 appliedenergistics2:sky_stone_slab net.minecraft.item.ItemSlab@7914c01a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5488 appliedenergistics2:smooth_sky_stone_slab net.minecraft.item.ItemSlab@14e53df7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5489 appliedenergistics2:sky_stone_brick_slab net.minecraft.item.ItemSlab@3874805 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5490 appliedenergistics2:sky_stone_small_brick_slab net.minecraft.item.ItemSlab@3b712dd9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5491 appliedenergistics2:fluix_slab net.minecraft.item.ItemSlab@64ba2ebd +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5492 appliedenergistics2:quartz_slab net.minecraft.item.ItemSlab@598dbd58 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5493 appliedenergistics2:chiseled_quartz_slab net.minecraft.item.ItemSlab@6073010c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5494 appliedenergistics2:quartz_pillar_slab net.minecraft.item.ItemSlab@52dee73e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5495 appliedenergistics2:certus_quartz_axe appeng.items.tools.quartz.ToolQuartzAxe@6724e41e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5496 appliedenergistics2:certus_quartz_hoe appeng.items.tools.quartz.ToolQuartzHoe@53f7f2df +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5497 appliedenergistics2:certus_quartz_spade appeng.items.tools.quartz.ToolQuartzSpade@2bf4f2cc +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5498 appliedenergistics2:certus_quartz_pickaxe appeng.items.tools.quartz.ToolQuartzPickaxe@eb6179b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5499 appliedenergistics2:certus_quartz_sword appeng.items.tools.quartz.ToolQuartzSword@4ef20647 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5500 appliedenergistics2:certus_quartz_wrench ToolQuartzWrench[certus_quartz_wrench] +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5501 appliedenergistics2:certus_quartz_cutting_knife ToolQuartzCuttingKnife[certus_quartz_cutting_knife] +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5502 appliedenergistics2:nether_quartz_axe appeng.items.tools.quartz.ToolQuartzAxe@102550cb +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5503 appliedenergistics2:nether_quartz_hoe appeng.items.tools.quartz.ToolQuartzHoe@4e3bbcb6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5504 appliedenergistics2:nether_quartz_spade appeng.items.tools.quartz.ToolQuartzSpade@173f6c39 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5505 appliedenergistics2:nether_quartz_pickaxe appeng.items.tools.quartz.ToolQuartzPickaxe@358e956b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5506 appliedenergistics2:nether_quartz_sword appeng.items.tools.quartz.ToolQuartzSword@f973819 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5507 appliedenergistics2:nether_quartz_wrench ToolQuartzWrench[nether_quartz_wrench] +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5508 appliedenergistics2:nether_quartz_cutting_knife ToolQuartzCuttingKnife[nether_quartz_cutting_knife] +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5509 appliedenergistics2:entropy_manipulator ToolEntropyManipulator[entropy_manipulator] +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5510 appliedenergistics2:wireless_terminal ToolWirelessTerminal[wireless_terminal] +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5511 appliedenergistics2:charged_staff ToolChargedStaff[charged_staff] +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5512 appliedenergistics2:matter_cannon ToolMatterCannon[matter_cannon] +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5513 appliedenergistics2:portable_cell ToolPortableCell[portable_cell] +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5514 appliedenergistics2:color_applicator ToolColorApplicator[color_applicator] +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5515 appliedenergistics2:biometric_card ToolBiometricCard[biometric_card] +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5516 appliedenergistics2:memory_card ToolMemoryCard[memory_card] +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5517 appliedenergistics2:network_tool ToolNetworkTool[network_tool] +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5518 appliedenergistics2:creative_storage_cell ItemCreativeStorageCell[creative_storage_cell] +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5519 appliedenergistics2:view_cell ItemViewCell[view_cell] +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5520 appliedenergistics2:storage_cell_1k BasicItemStorageCell[storage_cell_1k] +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5521 appliedenergistics2:storage_cell_4k BasicItemStorageCell[storage_cell_4k] +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5522 appliedenergistics2:storage_cell_16k BasicItemStorageCell[storage_cell_16k] +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5523 appliedenergistics2:storage_cell_64k BasicItemStorageCell[storage_cell_64k] +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5524 appliedenergistics2:fluid_storage_cell_1k BasicFluidStorageCell[fluid_storage_cell_1k] +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5525 appliedenergistics2:fluid_storage_cell_4k BasicFluidStorageCell[fluid_storage_cell_4k] +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5526 appliedenergistics2:fluid_storage_cell_16k BasicFluidStorageCell[fluid_storage_cell_16k] +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5527 appliedenergistics2:fluid_storage_cell_64k BasicFluidStorageCell[fluid_storage_cell_64k] +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5528 appliedenergistics2:spatial_storage_cell_2_cubed ItemSpatialStorageCell[spatial_storage_cell_2_cubed] +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5529 appliedenergistics2:spatial_storage_cell_16_cubed ItemSpatialStorageCell[spatial_storage_cell_16_cubed] +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5530 appliedenergistics2:spatial_storage_cell_128_cubed ItemSpatialStorageCell[spatial_storage_cell_128_cubed] +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5531 appliedenergistics2:facade ItemFacade[facade] +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5532 appliedenergistics2:crystal_seed ItemCrystalSeed[crystal_seed] +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5533 appliedenergistics2:encoded_pattern ItemEncodedPattern[encoded_pattern] +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5534 appliedenergistics2:paint_ball ItemPaintBall[paint_ball] +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5535 appliedenergistics2:dummy_fluid_item FluidDummyItem[dummy_fluid_item] +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5536 appliedenergistics2:material ItemMaterial[material] +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5537 appliedenergistics2:part ItemPart[part] +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5538 astikorcarts:wheel de.mennomax.astikorcarts.item.ItemWheel@f477ec6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5539 astikorcarts:cargocart de.mennomax.astikorcarts.item.ItemCargoCart@7ee77b00 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5540 astikorcarts:plowcart de.mennomax.astikorcarts.item.ItemPlowCart@7f1ca54b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5541 astikorcarts:mobcart de.mennomax.astikorcarts.item.ItemMobCart@685de963 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5542 quark:biotite_ore vazkii.arl.item.ItemModBlock@16031863 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5543 quark:biotite_block vazkii.arl.item.ItemModBlock@4179d4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5544 quark:biotite vazkii.quark.world.item.ItemBiotite@15667fb2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5545 quark:biotite_slab vazkii.arl.item.ItemModBlockSlab@33663321 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5546 quark:biotite_stairs vazkii.arl.item.ItemModBlock@3d28f52e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5547 quark:biotite_wall vazkii.arl.item.ItemModBlock@362cb486 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5548 quark:elder_prismarine vazkii.arl.item.ItemModBlock@1011c61e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5549 quark:elder_sea_lantern vazkii.arl.item.ItemModBlock@12ec1006 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5550 quark:glowcelium vazkii.arl.item.ItemModBlock@689706f0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5551 quark:glowshroom vazkii.arl.item.ItemModBlock@3b4c07e0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5552 quark:glowshroom_block vazkii.arl.item.ItemModBlock@257317a1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5553 quark:soul_bead vazkii.quark.world.item.ItemSoulBead@57ed5f29 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5554 quark:smoker vazkii.arl.item.ItemModBlock@79d63a2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5555 quark:redstone_randomizer vazkii.arl.item.ItemModBlock@3e36e3ce +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5556 quark:iron_button vazkii.arl.item.ItemModBlock@11a203f6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5557 quark:gold_button vazkii.arl.item.ItemModBlock@1128ec9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5558 quark:ender_watcher vazkii.arl.item.ItemModBlock@215dda20 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5559 quark:iron_rod vazkii.arl.item.ItemModBlock@28fc6556 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5560 quark:obsidian_pressure_plate vazkii.arl.item.ItemModBlock@29c07e0c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5561 quark:rain_detector vazkii.arl.item.ItemModBlock@3c31d93b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5562 quark:spruce_trapdoor vazkii.arl.item.ItemModBlock@73729847 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5563 quark:birch_trapdoor vazkii.arl.item.ItemModBlock@38ef95aa +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5564 quark:jungle_trapdoor vazkii.arl.item.ItemModBlock@12f5bca5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5565 quark:acacia_trapdoor vazkii.arl.item.ItemModBlock@203f47c1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5566 quark:dark_oak_trapdoor vazkii.arl.item.ItemModBlock@47685321 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5567 quark:paper_wall vazkii.arl.item.ItemModBlock@36ecca3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5568 quark:paper_wall_big vazkii.arl.item.ItemModBlock@3cc158ff +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5569 quark:iron_ladder vazkii.arl.item.ItemModBlock@661a11e9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5570 quark:blaze_lantern vazkii.arl.item.ItemModBlock@636ea750 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5571 quark:nether_brick_fence_gate vazkii.arl.item.ItemModBlock@1690744a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5572 quark:glass_item_frame vazkii.quark.decoration.item.ItemGlassItemFrame@20a0c0c7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5573 quark:polished_stone vazkii.arl.item.ItemModBlock@5cd80be0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5574 quark:stone_wall vazkii.arl.item.ItemModBlock@19a25400 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5575 quark:stone_granite_wall vazkii.arl.item.ItemModBlock@38e8c82 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5576 quark:stone_diorite_wall vazkii.arl.item.ItemModBlock@49f7b61 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5577 quark:stone_andesite_wall vazkii.arl.item.ItemModBlock@1804e719 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5578 quark:sandstone_wall vazkii.arl.item.ItemModBlock@138da24d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5579 quark:red_sandstone_wall vazkii.arl.item.ItemModBlock@6490d622 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5580 quark:stonebrick_wall vazkii.arl.item.ItemModBlock@1babfda2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5581 quark:brick_wall vazkii.arl.item.ItemModBlock@2428fde1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5582 quark:quartz_wall vazkii.arl.item.ItemModBlock@5ac9ace3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5583 quark:prismarine_rough_wall vazkii.arl.item.ItemModBlock@388a405e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5584 quark:purpur_block_wall vazkii.arl.item.ItemModBlock@7c08ec00 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5585 quark:end_bricks_wall vazkii.arl.item.ItemModBlock@1facc195 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5586 quark:hardened_clay_tiles vazkii.arl.item.ItemModBlock@815c837 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5587 quark:hardened_clay_tiles_stairs vazkii.arl.item.ItemModBlock@62f7e1db +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5588 quark:hardened_clay_tiles_slab vazkii.arl.item.ItemModBlockSlab@59247969 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5589 quark:stained_clay_tiles vazkii.arl.item.ItemModBlock@207dbbb1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5590 quark:stained_clay_tiles_white_stairs vazkii.arl.item.ItemModBlock@60f8bf9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5591 quark:stained_clay_tiles_orange_stairs vazkii.arl.item.ItemModBlock@5bab5bda +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5592 quark:stained_clay_tiles_magenta_stairs vazkii.arl.item.ItemModBlock@213e9ef7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5593 quark:stained_clay_tiles_light_blue_stairs vazkii.arl.item.ItemModBlock@6cd31952 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5594 quark:stained_clay_tiles_yellow_stairs vazkii.arl.item.ItemModBlock@16791772 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5595 quark:stained_clay_tiles_lime_stairs vazkii.arl.item.ItemModBlock@178debec +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5596 quark:stained_clay_tiles_pink_stairs vazkii.arl.item.ItemModBlock@421116cc +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5597 quark:stained_clay_tiles_gray_stairs vazkii.arl.item.ItemModBlock@367c9e55 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5598 quark:stained_clay_tiles_silver_stairs vazkii.arl.item.ItemModBlock@6860cd6f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5599 quark:stained_clay_tiles_cyan_stairs vazkii.arl.item.ItemModBlock@104a9904 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5600 quark:stained_clay_tiles_purple_stairs vazkii.arl.item.ItemModBlock@5aa75ab7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5601 quark:stained_clay_tiles_blue_stairs vazkii.arl.item.ItemModBlock@87bf980 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5602 quark:stained_clay_tiles_brown_stairs vazkii.arl.item.ItemModBlock@661e5655 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5603 quark:stained_clay_tiles_green_stairs vazkii.arl.item.ItemModBlock@2258712b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5604 quark:stained_clay_tiles_red_stairs vazkii.arl.item.ItemModBlock@42cae535 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5605 quark:stained_clay_tiles_black_stairs vazkii.arl.item.ItemModBlock@152ab315 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5606 quark:stained_clay_tiles_white_slab vazkii.arl.item.ItemModBlockSlab@192f31b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5607 quark:stained_clay_tiles_orange_slab vazkii.arl.item.ItemModBlockSlab@60a21b2b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5608 quark:stained_clay_tiles_magenta_slab vazkii.arl.item.ItemModBlockSlab@75d4b947 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5609 quark:stained_clay_tiles_light_blue_slab vazkii.arl.item.ItemModBlockSlab@35a60ef3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5610 quark:stained_clay_tiles_yellow_slab vazkii.arl.item.ItemModBlockSlab@23ba2977 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5611 quark:stained_clay_tiles_lime_slab vazkii.arl.item.ItemModBlockSlab@53b11568 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5612 quark:stained_clay_tiles_pink_slab vazkii.arl.item.ItemModBlockSlab@3ff80d8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5613 quark:stained_clay_tiles_gray_slab vazkii.arl.item.ItemModBlockSlab@62bc7c2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5614 quark:stained_clay_tiles_silver_slab vazkii.arl.item.ItemModBlockSlab@7428a7e1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5615 quark:stained_clay_tiles_cyan_slab vazkii.arl.item.ItemModBlockSlab@2fe9f659 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5616 quark:stained_clay_tiles_purple_slab vazkii.arl.item.ItemModBlockSlab@50ef4a3c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5617 quark:stained_clay_tiles_blue_slab vazkii.arl.item.ItemModBlockSlab@8a29234 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5618 quark:stained_clay_tiles_brown_slab vazkii.arl.item.ItemModBlockSlab@39043b6e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5619 quark:stained_clay_tiles_green_slab vazkii.arl.item.ItemModBlockSlab@593f5929 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5620 quark:stained_clay_tiles_red_slab vazkii.arl.item.ItemModBlockSlab@732b4698 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5621 quark:stained_clay_tiles_black_slab vazkii.arl.item.ItemModBlockSlab@6f8459fb +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5622 quark:sturdy_stone vazkii.arl.item.ItemModBlock@7743c02e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5623 quark:stone_stairs vazkii.arl.item.ItemModBlock@541629fe +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5624 quark:stone_granite_stairs vazkii.arl.item.ItemModBlock@7da0aa62 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5625 quark:stone_granite_slab vazkii.arl.item.ItemModBlockSlab@30a66fac +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5626 quark:stone_diorite_stairs vazkii.arl.item.ItemModBlock@598d9b26 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5627 quark:stone_diorite_slab vazkii.arl.item.ItemModBlockSlab@3cb11030 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5628 quark:stone_andesite_stairs vazkii.arl.item.ItemModBlock@443a5e7e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5629 quark:stone_andesite_slab vazkii.arl.item.ItemModBlockSlab@47e2825a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5630 quark:end_bricks_stairs vazkii.arl.item.ItemModBlock@7283752b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5631 quark:end_bricks_slab vazkii.arl.item.ItemModBlockSlab@4607dbdb +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5632 quark:prismarine_bricks_stairs vazkii.arl.item.ItemModBlock@5058a4cb +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5633 quark:prismarine_bricks_slab vazkii.arl.item.ItemModBlockSlab@3fb0cc8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5634 quark:prismarine_dark_stairs vazkii.arl.item.ItemModBlock@6ab80bb1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5635 quark:prismarine_dark_slab vazkii.arl.item.ItemModBlockSlab@1299dc3e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5636 quark:red_nether_brick_stairs vazkii.arl.item.ItemModBlock@7724c5a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5637 quark:red_nether_brick_slab vazkii.arl.item.ItemModBlockSlab@5c349d30 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5638 quark:charred_nether_bricks vazkii.arl.item.ItemModBlock@767be084 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5639 quark:charred_nether_brick_stairs vazkii.arl.item.ItemModBlock@2a5fba59 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5640 quark:charred_nether_brick_slab vazkii.arl.item.ItemModBlockSlab@3fda33d4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5641 quark:world_stone_bricks vazkii.arl.item.ItemModBlock@477fe402 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5642 quark:world_stone_carved vazkii.arl.item.ItemModBlock@6ea943a9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5643 quark:stone_granite_bricks_stairs vazkii.arl.item.ItemModBlock@39f3b157 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5644 quark:stone_granite_bricks_slab vazkii.arl.item.ItemModBlockSlab@57d9712e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5645 quark:stone_diorite_bricks_stairs vazkii.arl.item.ItemModBlock@6fbec023 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5646 quark:stone_diorite_bricks_slab vazkii.arl.item.ItemModBlockSlab@4b2e6276 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5647 quark:stone_andesite_bricks_stairs vazkii.arl.item.ItemModBlock@6f730b4d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5648 quark:stone_andesite_bricks_slab vazkii.arl.item.ItemModBlockSlab@733f478c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5649 quark:stone_granite_bricks_wall vazkii.arl.item.ItemModBlock@6a993e10 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5650 quark:stone_diorite_bricks_wall vazkii.arl.item.ItemModBlock@521ccce7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5651 quark:stone_andesite_bricks_wall vazkii.arl.item.ItemModBlock@25428c8a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5652 quark:midori_block vazkii.arl.item.ItemModBlock@2c48ac89 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5653 quark:midori_pillar vazkii.arl.item.ItemModBlock@f027eae +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5654 quark:midori_block_stairs vazkii.arl.item.ItemModBlock@3bcdf05d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5655 quark:midori_block_slab vazkii.arl.item.ItemModBlockSlab@ada1d72 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5656 quark:midori_block_wall vazkii.arl.item.ItemModBlock@639fc444 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5657 quark:magma_bricks vazkii.arl.item.ItemModBlock@7f742197 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5658 quark:magma_bricks_stairs vazkii.arl.item.ItemModBlock@2bef693c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5659 quark:magma_bricks_slab vazkii.arl.item.ItemModBlockSlab@7184d0be +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5660 quark:duskbound_block vazkii.arl.item.ItemModBlock@6c24872e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5661 quark:duskbound_lantern vazkii.arl.item.ItemModBlock@32026ba4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5662 quark:duskbound_block_stairs vazkii.arl.item.ItemModBlock@62f44251 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5663 quark:duskbound_block_slab vazkii.arl.item.ItemModBlockSlab@35a26f91 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5664 quark:duskbound_block_wall vazkii.arl.item.ItemModBlock@7df783fc +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5665 quark:soul_sandstone vazkii.arl.item.ItemModBlock@5c8998ad +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5666 quark:soul_sandstone_slab vazkii.arl.item.ItemModBlockSlab@1cafbfa7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5667 quark:turf vazkii.arl.item.ItemModBlock@3a579544 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5668 quark:turf_stairs vazkii.arl.item.ItemModBlock@7b7e0991 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5669 quark:turf_slab vazkii.arl.item.ItemModBlockSlab@6b22baa3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5670 quark:polished_netherrack vazkii.arl.item.ItemModBlock@a9162e7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5671 quark:polished_netherrack_bricks_stairs vazkii.arl.item.ItemModBlock@c6a3b44 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5672 quark:polished_netherrack_bricks_slab vazkii.arl.item.ItemModBlockSlab@7d399d9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5673 quark:polished_netherrack_bricks_wall vazkii.arl.item.ItemModBlock@795acc22 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5674 quark:trowel vazkii.quark.building.item.ItemTrowel@78dd1fb4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5675 quark:glowstone_dust_block vazkii.arl.item.ItemModBlock@5cb517b6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5676 quark:gunpowder_block vazkii.arl.item.ItemModBlock@61c6cd9e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5677 quark:arrow_ender vazkii.quark.misc.item.ItemModArrow@1cc3d43d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5678 quark:arrow_explosive vazkii.quark.misc.item.ItemModArrow@6b66cb06 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5679 quark:arrow_torch vazkii.quark.misc.item.ItemModArrow@141cbe8b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5680 quark:slime_bucket vazkii.quark.misc.item.ItemSlimeBucket@5c6fd298 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5681 quark:black_ash vazkii.quark.misc.item.ItemBlackAshBlock@30032ac4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5682 quark:soul_powder vazkii.quark.misc.item.ItemSoulPowder@44ff93d5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5683 quark:witch_hat vazkii.quark.vanity.item.ItemWitchHat@1914b3fe +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5684 quark:glass_shards vazkii.quark.tweaks.item.ItemGlassShard@25b0bbf0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5685 betterwithaddons:banner_detector betterwithaddons.item.ItemBlockMeta@13820ce9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5686 betterwithaddons:world_scale betterwithaddons.item.ItemBlockMeta@315bf713 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5687 betterwithaddons:world_scale_ore betterwithaddons.item.ItemBlockMeta@18a7bef6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5688 betterwithaddons:world_scale_active betterwithaddons.item.ItemBlockMeta@207ee70c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5689 betterwithaddons:elytra_magma betterwithaddons.item.ItemBlockMeta@231852ae +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5690 betterwithaddons:extra_grass betterwithaddons.item.ItemBlockMeta@4d95dab1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5691 betterwithaddons:pcb_block betterwithaddons.item.ItemBlockMeta@68e08dfb +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5692 betterwithaddons:lattice betterwithaddons.item.ItemBlockMeta@3ff1416c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5693 betterwithaddons:thorn_rose betterwithaddons.item.ItemBlockMeta@5e9de91e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5694 betterwithaddons:thorns betterwithaddons.item.ItemBlockMeta@3d3ee02e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5695 betterwithaddons:chute betterwithaddons.item.ItemBlockMeta@51dd3d27 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5696 betterwithaddons:aqueduct betterwithaddons.item.ItemBlockMeta@6492ec51 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5697 betterwithaddons:redstone_emitter betterwithaddons.item.ItemBlockMeta@55763cc4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5698 betterwithaddons:block_matcher betterwithaddons.item.ItemBlockMeta@1f8389d4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5699 betterwithaddons:legendarium betterwithaddons.item.ItemBlockMeta@270fbb06 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5700 betterwithaddons:weight_wood betterwithaddons.item.ItemBlockMeta@548c3bd2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5701 betterwithaddons:weight_stone betterwithaddons.item.ItemBlockMeta@3078ad9b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5702 betterwithaddons:scaffold betterwithaddons.item.ItemBlockMeta@33b65f69 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5703 betterwithaddons:spindle betterwithaddons.item.ItemBlockMeta@69bb1592 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5704 betterwithaddons:loom betterwithaddons.item.ItemBlockMeta@5c5ce1dc +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5705 betterwithaddons:leaves_luretree betterwithaddons.item.ItemBlockMeta@293d9bb9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5706 betterwithaddons:sapling_luretree betterwithaddons.item.ItemBlockMeta@2871d4e0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5707 betterwithaddons:log_luretree betterwithaddons.item.ItemBlockMeta@19d753f9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5708 betterwithaddons:log_luretree_face betterwithaddons.item.ItemBlockMeta@22be031e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5709 betterwithaddons:leaves_mulberry betterwithaddons.item.ItemBlockMeta@671bb4a3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5710 betterwithaddons:sapling_mulberry betterwithaddons.item.ItemBlockMeta@41ebba74 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5711 betterwithaddons:log_mulberry betterwithaddons.item.ItemBlockMeta@6200612b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5712 betterwithaddons:planks_mulberry betterwithaddons.item.ItemBlockMeta@30742886 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5713 betterwithaddons:leaves_sakura betterwithaddons.item.ItemBlockMeta@a703c87 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5714 betterwithaddons:sapling_sakura betterwithaddons.item.ItemBlockMeta@16540fa7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5715 betterwithaddons:log_sakura betterwithaddons.item.ItemBlockMeta@77bc2d7f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5716 betterwithaddons:planks_sakura betterwithaddons.item.ItemBlockMeta@661d0b16 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5717 betterwithaddons:ancestry_sand betterwithaddons.item.ItemBlockMeta@6d828756 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5718 betterwithaddons:ancestry_infuser betterwithaddons.item.ItemBlockMeta@5b9d8476 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5719 betterwithaddons:leafpile_sakura betterwithaddons.item.ItemBlockMeta@4ddc9daf +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5720 betterwithaddons:crop_rush betterwithaddons.item.ItemBlockSeed@43976ab9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5721 betterwithaddons:crop_rice betterwithaddons.item.ItemBlockSeed@3ad6edaa +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5722 betterwithaddons:crop_tea betterwithaddons.item.ItemBlockSeed@d5f70b2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5723 betterwithaddons:bamboo betterwithaddons.item.ItemBlockMeta@24c7b553 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5724 betterwithaddons:slat betterwithaddons.item.ItemBlockMeta@5cfdd1d0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5725 betterwithaddons:netted_screen betterwithaddons.item.ItemBlockMeta@514bcc58 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5726 betterwithaddons:iron_sand betterwithaddons.item.ItemBlockMeta@27e7ec23 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5727 betterwithaddons:kera betterwithaddons.item.ItemBlockMeta@3e93b8a1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5728 betterwithaddons:tatara betterwithaddons.item.ItemBlockMeta@cd28df2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5729 betterwithaddons:cherrybox betterwithaddons.item.ItemBlockMeta@374b93c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5730 betterwithaddons:nabe betterwithaddons.item.ItemBlockMeta@1b6acb85 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5731 betterwithaddons:shoji betterwithaddons.item.ItemBlockMeta@381f3ef9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5732 betterwithaddons:fusuma betterwithaddons.item.ItemBlockMeta@20ba8915 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5733 betterwithaddons:tatami betterwithaddons.item.ItemBlockMeta@6a17967 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5734 betterwithaddons:tatami_full betterwithaddons.item.ItemBlockMeta@4b5aacd5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5735 betterwithaddons:zen_sand betterwithaddons.item.ItemBlockMeta@af3abb1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5736 betterwithaddons:zen_redsand betterwithaddons.item.ItemBlockMeta@7e7569db +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5737 betterwithaddons:zen_soulsand betterwithaddons.item.ItemBlockMeta@73125d33 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5738 betterwithaddons:zen_ironsand betterwithaddons.item.ItemBlockMeta@6d307b80 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5739 betterwithaddons:wet_soap betterwithaddons.item.ItemBlockMeta@7a89ebb4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5740 betterwithaddons:chandelier betterwithaddons.item.ItemBlockMeta@2fe77e8f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5741 betterwithaddons:paper_wall betterwithaddons.item.ItemBlockMeta@4e7d5585 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5742 betterwithaddons:wrought_bars betterwithaddons.item.ItemBlockMeta@20ffdbb1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5743 betterwithaddons:wood_lamp betterwithaddons.item.ItemBlockMeta@159e5051 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5744 betterwithaddons:wrought_lamp betterwithaddons.item.ItemBlockMeta@119476b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5745 betterwithaddons:pavement betterwithaddons.item.ItemBlockMeta@25ecfbb0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5746 betterwithaddons:whitebrick betterwithaddons.item.ItemBlockMeta@7b909eef +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5747 betterwithaddons:box betterwithaddons.item.ItemBlockMeta@1c6b4514 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5748 betterwithaddons:bricks_stained net.minecraft.item.ItemCloth@57027bed +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5749 betterwithaddons:unbaked betterwithaddons.item.ItemBlockMeta@15f13bc6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5750 betterwithaddons:rail_rusted betterwithaddons.item.ItemBlockMeta@6ae9a871 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5751 betterwithaddons:log_termite betterwithaddons.item.ItemBlockMeta@2cec13dd +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5752 betterwithaddons:writing_table betterwithaddons.item.ItemBlockMeta@6875c8be +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5753 betterwithaddons:adobe betterwithaddons.item.ItemBlockMeta@7446f17d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5754 betterwithaddons:pond_replacement betterwithaddons.item.ItemBlockMeta@534b65a4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5755 betterwithaddons:ecksie_sapling betterwithaddons.item.ItemBlockMeta@1ff5e6eb +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5756 betterwithaddons:inverted_gearbox betterwithaddons.item.ItemBlockMeta@5983fd93 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5757 betterwithaddons:iron_spade betterwithaddons.item.rbdtools.ItemSpade@1a8d32c7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5758 betterwithaddons:iron_matchpick betterwithaddons.item.rbdtools.ItemMatchPick@12e31277 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5759 betterwithaddons:iron_machete betterwithaddons.item.rbdtools.ItemMachete@22116c7e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5760 betterwithaddons:iron_kukri betterwithaddons.item.rbdtools.ItemKukri@64b862ca +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5761 betterwithaddons:iron_carpentersaw betterwithaddons.item.rbdtools.ItemCarpenterSaw@17d06f90 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5762 betterwithaddons:iron_masonpick betterwithaddons.item.rbdtools.ItemMasonPick@1daaa7b7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5763 betterwithaddons:gold_spade betterwithaddons.item.rbdtools.ItemSpade@34715ae0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5764 betterwithaddons:gold_matchpick betterwithaddons.item.rbdtools.ItemMatchPick@13f8c096 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5765 betterwithaddons:gold_machete betterwithaddons.item.rbdtools.ItemMachete@7408196 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5766 betterwithaddons:gold_kukri betterwithaddons.item.rbdtools.ItemKukri@4f1f09d6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5767 betterwithaddons:gold_carpentersaw betterwithaddons.item.rbdtools.ItemCarpenterSaw@7107ec8f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5768 betterwithaddons:gold_masonpick betterwithaddons.item.rbdtools.ItemMasonPick@242e6e49 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5769 betterwithaddons:diamond_spade betterwithaddons.item.rbdtools.ItemSpade@2761076b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5770 betterwithaddons:diamond_matchpick betterwithaddons.item.rbdtools.ItemMatchPick@1007fbe8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5771 betterwithaddons:diamond_machete betterwithaddons.item.rbdtools.ItemMachete@5e2a1ef3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5772 betterwithaddons:diamond_kukri betterwithaddons.item.rbdtools.ItemKukri@9a17f59 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5773 betterwithaddons:diamond_carpentersaw betterwithaddons.item.rbdtools.ItemCarpenterSaw@26547b59 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5774 betterwithaddons:diamond_masonpick betterwithaddons.item.rbdtools.ItemMasonPick@9230cc0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5775 betterwithaddons:steel_spade betterwithaddons.item.ModItems$1@7705691 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5776 betterwithaddons:steel_matchpick betterwithaddons.item.ModItems$2@529aa91 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5777 betterwithaddons:steel_machete betterwithaddons.item.ModItems$3@a287de +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5778 betterwithaddons:steel_kukri betterwithaddons.item.ModItems$4@11f6de06 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5779 betterwithaddons:steel_carpentersaw betterwithaddons.item.ModItems$5@1437d677 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5780 betterwithaddons:steel_masonpick betterwithaddons.item.ModItems$6@5c829b42 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5781 betterwithaddons:material betterwithaddons.item.ItemMaterial@488a7b7b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5782 betterwithaddons:worldshard betterwithaddons.item.ItemWorldScale@6fab8a82 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5783 betterwithaddons:greatbow betterwithaddons.item.ItemGreatbow@45057d6e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5784 betterwithaddons:greatarrow betterwithaddons.item.ItemGreatarrow@d15b607 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5785 betterwithaddons:greatarrow_lightning betterwithaddons.item.ItemGreatarrowLightning@16df557d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5786 betterwithaddons:greatarrow_destruction betterwithaddons.item.ItemGreatarrowDestruction@259332be +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5787 betterwithaddons:monument betterwithaddons.item.ItemMonument@4b93c56f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5788 betterwithaddons:food_mushroom_baked net.minecraft.item.ItemFood@6b16e794 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5789 betterwithaddons:food_amanita_baked net.minecraft.item.ItemFood@78e2336 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5790 betterwithaddons:food_beetroot_cooked net.minecraft.item.ItemFood@3bb4f7bb +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5791 betterwithaddons:food_beetroot_baked net.minecraft.item.ItemFood@6ed9e51f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5792 betterwithaddons:food_carrot_cooked net.minecraft.item.ItemFood@322f8517 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5793 betterwithaddons:food_carrot_baked net.minecraft.item.ItemFood@444e97f7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5794 betterwithaddons:food_potato_cooked net.minecraft.item.ItemFood@585bb9ea +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5795 betterwithaddons:food_egg_cooked net.minecraft.item.ItemFood@790b5ee3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5796 betterwithaddons:food_meatballs net.minecraft.item.ItemFood@37c27be8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5797 betterwithaddons:food_ground_meat net.minecraft.item.ItemFood@703a3c8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5798 betterwithaddons:food_pie_mushroom net.minecraft.item.ItemFood@212de2b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5799 betterwithaddons:food_pie_amanita net.minecraft.item.ItemFood@214d74cc +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5800 betterwithaddons:food_pie_meat net.minecraft.item.ItemFood@5745636 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5801 betterwithaddons:food_pie_melon net.minecraft.item.ItemFood@1f73a8b3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5802 betterwithaddons:food_clownfish_cooked net.minecraft.item.ItemFood@b84cef0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5803 betterwithaddons:food_pufferfish_baked net.minecraft.item.ItemFood@41253058 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5804 betterwithaddons:food_pufferfish_prepared net.minecraft.item.ItemFood@66471bac +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5805 betterwithaddons:food_pufferfish_cooked net.minecraft.item.ItemFood@64f301e7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5806 betterwithaddons:food_fugu_sac net.minecraft.item.ItemFood@492db0c7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5807 betterwithaddons:food_sashimi net.minecraft.item.ItemFood@21e2ee4a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5808 betterwithaddons:food_mulberry net.minecraft.item.ItemFood@7fa60ba1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5809 betterwithaddons:food_cooked_rice net.minecraft.item.ItemFood@3a6d18b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5810 betterwithaddons:food_bowl_rice betterwithaddons.item.ItemFoodBowl@2729f2b0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5811 betterwithaddons:laxative betterwithaddons.item.ItemLaxative@118fd8a1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5812 betterwithaddons:tea_leaves betterwithaddons.item.ItemTea@5ebb2232 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5813 betterwithaddons:tea_soaked betterwithaddons.item.ItemTea@6ba49ae7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5814 betterwithaddons:tea_wilted betterwithaddons.item.ItemTea@3704951 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5815 betterwithaddons:tea_powder betterwithaddons.item.ItemTea@6c55c34e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5816 betterwithaddons:soulsand_pile net.minecraft.item.Item@6bf8c644 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5817 betterwithaddons:rotten_food net.minecraft.item.ItemFood@24440a7e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5818 betterwithaddons:wool betterwithaddons.item.ItemColored@257ff566 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5819 betterwithaddons:salt betterwithaddons.item.ItemMaterial@67720d34 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5820 betterwithaddons:artifact_frame betterwithaddons.item.ItemArtifactFrame@4a952d78 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5821 betterwithaddons:tool_shard betterwithaddons.item.ItemToolShard@4e86c9ae +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5822 betterwithaddons:brick_stained betterwithaddons.item.ItemStainedBrick@1488d1dd +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5823 betterwithaddons:shinai betterwithaddons.item.ItemShinai@636475d5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5824 betterwithaddons:katana betterwithaddons.item.ItemKatana@796a2c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5825 betterwithaddons:wakizashi betterwithaddons.item.ItemWakizashi@78ca0834 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5826 betterwithaddons:tanto betterwithaddons.item.ItemTanto@2a1e28c9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5827 betterwithaddons:yumi betterwithaddons.item.ItemYumi@6a943a82 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5828 betterwithaddons:ya betterwithaddons.item.ItemYa@21f715f6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5829 betterwithaddons:poisoned_ya betterwithaddons.item.ItemPoisonedYa@9d43254 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5830 betterwithaddons:ancestry_bottle betterwithaddons.item.ItemAncestryBottle@28ccc6d9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5831 betterwithaddons:teacup betterwithaddons.item.ItemTeaCup@52571bc7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5832 betterwithaddons:japanmat betterwithaddons.item.ItemMaterial@19dc7b25 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5833 betterwithaddons:helmet_samurai betterwithaddons.item.ItemSamuraiArmor@10f09e7d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5834 betterwithaddons:chest_samurai betterwithaddons.item.ItemSamuraiArmor@652d846b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5835 betterwithaddons:legs_samurai betterwithaddons.item.ItemSamuraiArmor@2b996c19 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5836 betterwithaddons:boots_samurai betterwithaddons.item.ItemSamuraiArmor@538e4c9e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5837 betterwithaddons:helmet_paper betterwithaddons.item.ItemPaperArmor@471923e4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5838 betterwithaddons:chest_paper betterwithaddons.item.ItemPaperArmor@1c4fa32 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5839 betterwithaddons:legs_paper betterwithaddons.item.ItemPaperArmor@38aec0c3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5840 betterwithaddons:boots_paper betterwithaddons.item.ItemPaperArmor@2bd47345 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5841 betterwithaddons:bag betterwithaddons.item.ItemMaterial@1d954d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5842 betterwithaddons:crate betterwithaddons.item.ItemMaterial@28734188 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5843 betterwithaddons:congealed betterwithaddons.item.ItemMaterial@4210ee62 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5844 betterwithaddons:bolt betterwithaddons.item.ItemMaterial@386fa056 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5845 betterwithaddons:bundle betterwithaddons.item.ItemMaterial@5434fdeb +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5846 betterwithaddons:decomat betterwithaddons.item.ItemMaterial@66f989e4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5847 betterwithaddons:tweakmat betterwithaddons.item.ItemMaterial@23df08a7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5848 betterwithaddons:ink_and_quill betterwithaddons.item.ItemInkAndQuill@6677619a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5849 betterwithaddons:wheatmat betterwithaddons.item.ItemMaterial@155f131a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5850 betterwithaddons:explosion betterwithaddons.item.ModItems$7@3fc31efc +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5851 bibliocraft:bookcase jds.bibliocraft.blocks.blockitems.BlockItemBookcase@7931f935 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5852 bibliocraft:bookcasecreative jds.bibliocraft.blocks.blockitems.BlockItemBookcaseCreative@6f70281 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5853 bibliocraft:shelf jds.bibliocraft.blocks.blockitems.BlockItemShelf@28ee2631 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5854 bibliocraft:markerpole net.minecraft.item.ItemBlock@62e5ad2f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5855 bibliocraft:clipboard net.minecraft.item.ItemBlock@642c60ad +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5856 bibliocraft:lanterngold jds.bibliocraft.blocks.blockitems.BlockItemLantern@27c4f30a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5857 bibliocraft:lanterniron jds.bibliocraft.blocks.blockitems.BlockItemLantern@83a6d4d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5858 bibliocraft:lampgold jds.bibliocraft.blocks.blockitems.BlockItemLamp@1b87d88c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5859 bibliocraft:lampiron jds.bibliocraft.blocks.blockitems.BlockItemLamp@3dafc924 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5860 bibliocraft:furniturepaneler jds.bibliocraft.blocks.blockitems.BlockItemFurniturePaneler@2fd9fb93 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5861 bibliocraft:framedchest jds.bibliocraft.blocks.blockitems.BlockItemFramedChest@25c78c17 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5862 bibliocraft:fancysign jds.bibliocraft.blocks.blockitems.BlockItemFancySign@3d1fec4c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5863 bibliocraft:fancyworkbench jds.bibliocraft.blocks.blockitems.BlockItemFancyWorkbench@1ae94c1e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5864 bibliocraft:potionshelf jds.bibliocraft.blocks.blockitems.BlockItemPotionShelf@19df6a62 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5865 bibliocraft:toolrack jds.bibliocraft.blocks.blockitems.BlockItemToolRack@179f6ce4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5866 bibliocraft:label jds.bibliocraft.blocks.blockitems.BlockItemLabel@7def30ba +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5867 bibliocraft:desk jds.bibliocraft.blocks.blockitems.BlockItemDesk@507dba42 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5868 bibliocraft:table jds.bibliocraft.blocks.blockitems.BlockItemTable@41bd6407 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5869 bibliocraft:seat jds.bibliocraft.blocks.blockitems.BlockItemSeat@2f03d158 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5870 bibliocraft:clock jds.bibliocraft.blocks.blockitems.BlockItemClock@27e1f87c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5871 bibliocraft:case jds.bibliocraft.blocks.blockitems.BlockItemCase@70ab8a5b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5872 bibliocraft:mapframe jds.bibliocraft.blocks.blockitems.BlockItemMapFrame@76d4450f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5873 bibliocraft:paintingframeflat jds.bibliocraft.blocks.blockitems.BlockItemPaintingFrameFlat@20fc935c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5874 bibliocraft:paintingframesimple jds.bibliocraft.blocks.blockitems.BlockItemPaintingFrameSimple@54c9c003 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5875 bibliocraft:paintingframemiddle jds.bibliocraft.blocks.blockitems.BlockItemPaintingFrameMiddle@6d2f7b55 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5876 bibliocraft:paintingframefancy jds.bibliocraft.blocks.blockitems.BlockItemPaintingFrameFancy@77853696 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5877 bibliocraft:paintingframeborderless jds.bibliocraft.blocks.blockitems.BlockItemPaintingFrameBorderless@5550cc43 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5878 bibliocraft:paintingpress net.minecraft.item.ItemBlock@2e5948b6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5879 bibliocraft:typewriter jds.bibliocraft.blocks.blockitems.BlockItemTypewriter@1fb1886d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5880 bibliocraft:swordpedestal jds.bibliocraft.blocks.blockitems.BlockItemSwordPedestal@482aa022 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5881 bibliocraft:armorstand jds.bibliocraft.blocks.blockitems.BlockItemArmorStand@53489891 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5882 bibliocraft:bell net.minecraft.item.ItemBlock@19aa84a6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5883 bibliocraft:typesettingtable net.minecraft.item.ItemBlock@1f5c5dc1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5884 bibliocraft:printingpress net.minecraft.item.ItemBlock@7e986452 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5885 bibliocraft:cookiejar net.minecraft.item.ItemBlock@6983e700 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5886 bibliocraft:dinnerplate net.minecraft.item.ItemBlock@2441d122 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5887 bibliocraft:discrack net.minecraft.item.ItemBlock@590e323e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5888 bibliocraft:compass jds.bibliocraft.items.ItemWaypointCompass@552882b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5889 bibliocraft:maptool jds.bibliocraft.items.ItemMapTool@2a79f6e7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5890 bibliocraft:seatback1 jds.bibliocraft.items.ItemSeatBack@56111c42 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5891 bibliocraft:seatback2 jds.bibliocraft.items.ItemSeatBack2@45ad2e03 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5892 bibliocraft:seatback3 jds.bibliocraft.items.ItemSeatBack3@3bf0b46c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5893 bibliocraft:seatback4 jds.bibliocraft.items.ItemSeatBack4@5369722d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5894 bibliocraft:seatback5 jds.bibliocraft.items.ItemSeatBack5@1e2c0e85 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5895 bibliocraft:stockroomcatalog jds.bibliocraft.items.ItemStockroomCatalog@5de6b885 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5896 bibliocraft:plumbline jds.bibliocraft.items.ItemPlumbLine@67b3e88e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5897 bibliocraft:framingsaw jds.bibliocraft.items.ItemFramingSaw@22eab7f9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5898 bibliocraft:framingboard jds.bibliocraft.items.ItemFramingBoard@51fb0770 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5899 bibliocraft:framingsheet jds.bibliocraft.items.ItemFramingSheet@724d92d3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5900 bibliocraft:testeritem jds.bibliocraft.items.ItemNameTester@57f071fe +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5901 bibliocraft:atlasbook jds.bibliocraft.items.ItemAtlas@7675f93d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5902 bibliocraft:atlasplate jds.bibliocraft.items.ItemAtlasPlate@5ae0625d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5903 bibliocraft:deathcompass jds.bibliocraft.items.ItemDeathCompass@6fef3480 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5904 bibliocraft:paintingcanvas jds.bibliocraft.items.ItemPaintingCanvas@7fc4ef30 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5905 bibliocraft:bigbook jds.bibliocraft.items.ItemBigBook@4b4673ff +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5906 bibliocraft:recipebook jds.bibliocraft.items.ItemRecipeBook@7036990e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5907 bibliocraft:slottedbook jds.bibliocraft.items.ItemSlottedBook@1d05a4a3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5908 bibliocraft:handdrill jds.bibliocraft.items.ItemHandDrill@60f16b37 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5909 bibliocraft:tapemeasure jds.bibliocraft.items.ItemTapeMeasure@63f32793 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5910 bibliocraft:tape jds.bibliocraft.items.ItemTape@4b63219 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5911 bibliocraft:bibliochase jds.bibliocraft.items.ItemChase@3aee5bec +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5912 bibliocraft:printplate jds.bibliocraft.items.ItemPlate@5af87b4e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5913 bibliocraft:enchantedplate jds.bibliocraft.items.ItemEnchantedPlate@661d1660 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5914 bibliocraft:biblioredbook jds.bibliocraft.items.ItemRedstoneBook@46c9a486 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5915 bibliocraft:biblioglasses jds.bibliocraft.items.ItemReadingGlasses@ddb0e3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5916 bibliocraft:bibliodrill jds.bibliocraft.items.ItemDrill@1689838f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5917 bibliocraft:bibliocreativelock jds.bibliocraft.items.ItemLock@8119512 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5918 bibliocraft:biblioclipboard jds.bibliocraft.items.ItemClipboard@16e528d5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5919 modularrouters:item_router net.minecraft.item.ItemBlock@25b73605 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5920 modularrouters:template_frame net.minecraft.item.ItemBlock@2d5cea66 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5921 modularrouters:blank_module me.desht.modularrouters.item.ItemBase@3226936c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5922 modularrouters:blank_upgrade me.desht.modularrouters.item.ItemBase@74dca312 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5923 modularrouters:augment_core me.desht.modularrouters.item.ItemBase@5e85c99 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5924 modularrouters:override_card me.desht.modularrouters.item.ItemBase@57337649 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5925 modularrouters:module me.desht.modularrouters.item.module.ItemModule@51882230 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5926 modularrouters:upgrade me.desht.modularrouters.item.upgrade.ItemUpgrade@405dcf20 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5927 modularrouters:filter me.desht.modularrouters.item.smartfilter.ItemSmartFilter@7164f26 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5928 modularrouters:augment me.desht.modularrouters.item.augment.ItemAugment@4bdbe0b3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5929 bloodmagic:altar net.minecraft.item.ItemBlock@713c7665 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5930 bloodmagic:blood_rune WayofTime.bloodmagic.item.block.base.ItemBlockEnum@1b16b10d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5931 bloodmagic:ritual_controller WayofTime.bloodmagic.item.block.base.ItemBlockEnum@51afaf8a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5932 bloodmagic:ritual_stone WayofTime.bloodmagic.item.block.base.ItemBlockEnum@77e0c29f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5933 bloodmagic:teleposer net.minecraft.item.ItemBlock@65fd0d58 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5934 bloodmagic:soul_forge net.minecraft.item.ItemBlock@4bcd4633 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5935 bloodmagic:incense_altar net.minecraft.item.ItemBlock@6732733f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5936 bloodmagic:demon_crucible net.minecraft.item.ItemBlock@1637a17c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5937 bloodmagic:demon_pylon net.minecraft.item.ItemBlock@1b2df92f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5938 bloodmagic:demon_crystallizer net.minecraft.item.ItemBlock@3a70c8a7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5939 bloodmagic:demon_crystal WayofTime.bloodmagic.item.block.ItemBlockDemonCrystal@4eafef5d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5940 bloodmagic:alchemy_table WayofTime.bloodmagic.item.block.ItemBlockAlchemyTable@65389bb5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5941 bloodmagic:decorative_brick WayofTime.bloodmagic.item.block.base.ItemBlockEnum@1128e2bc +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5942 bloodmagic:path WayofTime.bloodmagic.item.block.base.ItemBlockEnum@2da125ce +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5943 bloodmagic:master_routing_node net.minecraft.item.ItemBlock@1c45e220 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5944 bloodmagic:input_routing_node net.minecraft.item.ItemBlock@3d81272e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5945 bloodmagic:output_routing_node net.minecraft.item.ItemBlock@6bea0f20 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5946 bloodmagic:item_routing_node net.minecraft.item.ItemBlock@4fc1c8c6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5947 bloodmagic:blood_tank WayofTime.bloodmagic.item.block.ItemBlockBloodTank@7c2677fc +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5948 bloodmagic:mimic WayofTime.bloodmagic.item.block.ItemBlockMimic@482a8701 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5949 bloodmagic:demon_brick_1 WayofTime.bloodmagic.item.block.base.ItemBlockEnum@7302122b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5950 bloodmagic:demon_brick_2 WayofTime.bloodmagic.item.block.base.ItemBlockEnum@32c47375 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5951 bloodmagic:demon_extras WayofTime.bloodmagic.item.block.base.ItemBlockEnum@7d926b46 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5952 bloodmagic:demon_pillar_1 WayofTime.bloodmagic.item.block.base.ItemBlockEnum@619cf97a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5953 bloodmagic:demon_pillar_2 WayofTime.bloodmagic.item.block.base.ItemBlockEnum@2ec2c28 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5954 bloodmagic:demon_pillar_cap_1 WayofTime.bloodmagic.item.block.base.ItemBlockEnum@1322b8db +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5955 bloodmagic:demon_pillar_cap_2 WayofTime.bloodmagic.item.block.base.ItemBlockEnum@7d0429a2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5956 bloodmagic:demon_pillar_cap_3 WayofTime.bloodmagic.item.block.base.ItemBlockEnum@7bd54851 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5957 bloodmagic:demon_light WayofTime.bloodmagic.item.block.base.ItemBlockEnum@18bba66f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5958 bloodmagic:demon_wall_1 WayofTime.bloodmagic.item.block.base.ItemBlockEnum@1e5931c3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5959 bloodmagic:demon_stairs_1 WayofTime.bloodmagic.item.block.base.ItemBlockEnum@42cc5293 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5960 bloodmagic:demon_stairs_2 WayofTime.bloodmagic.item.block.base.ItemBlockEnum@138a0d5b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5961 bloodmagic:demon_stairs_3 WayofTime.bloodmagic.item.block.base.ItemBlockEnum@5647499b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5962 bloodmagic:inversion_pillar WayofTime.bloodmagic.item.block.base.ItemBlockEnum@1c7adb9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5963 bloodmagic:inversion_pillar_end WayofTime.bloodmagic.item.block.base.ItemBlockEnum@21bf2fd8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5964 bloodmagic:blood_orb WayofTime.bloodmagic.item.ItemBloodOrb@629c0e61 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5965 bloodmagic:activation_crystal WayofTime.bloodmagic.item.ItemActivationCrystal@e7b9838 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5966 bloodmagic:slate WayofTime.bloodmagic.item.ItemSlate@326d462b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5967 bloodmagic:inscription_tool WayofTime.bloodmagic.item.ItemInscriptionTool@6af46e51 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5968 bloodmagic:sacrificial_dagger WayofTime.bloodmagic.item.ItemSacrificialDagger@68998a68 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5969 bloodmagic:pack_sacrifice WayofTime.bloodmagic.item.gear.ItemPackSacrifice@ca4b690 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5970 bloodmagic:pack_self_sacrifice WayofTime.bloodmagic.item.gear.ItemPackSelfSacrifice@5b8805d2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5971 bloodmagic:dagger_of_sacrifice WayofTime.bloodmagic.item.ItemDaggerOfSacrifice@3a71751b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5972 bloodmagic:ritual_diviner WayofTime.bloodmagic.item.ItemRitualDiviner@62752060 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5973 bloodmagic:ritual_dismantler WayofTime.bloodmagic.item.ItemRitualDismantler@2b3a5c99 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5974 bloodmagic:ritual_reader WayofTime.bloodmagic.item.ItemRitualReader@fd4595c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5975 bloodmagic:lava_crystal WayofTime.bloodmagic.item.ItemLavaCrystal@3e3c2c10 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5976 bloodmagic:bound_sword WayofTime.bloodmagic.item.ItemBoundSword@75017d97 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5977 bloodmagic:bound_pickaxe WayofTime.bloodmagic.item.ItemBoundPickaxe@c26393a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5978 bloodmagic:bound_axe WayofTime.bloodmagic.item.ItemBoundAxe@21958f5b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5979 bloodmagic:bound_shovel WayofTime.bloodmagic.item.ItemBoundShovel@7e167bd5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5980 bloodmagic:sigil_divination WayofTime.bloodmagic.item.sigil.ItemSigilDivination@854c45 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5981 bloodmagic:sigil_air WayofTime.bloodmagic.item.sigil.ItemSigilAir@3dd75a86 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5982 bloodmagic:sigil_water WayofTime.bloodmagic.item.sigil.ItemSigilWater@30b5e530 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5983 bloodmagic:sigil_lava WayofTime.bloodmagic.item.sigil.ItemSigilLava@7d30e820 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5984 bloodmagic:sigil_void WayofTime.bloodmagic.item.sigil.ItemSigilVoid@577d74a7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5985 bloodmagic:sigil_green_grove WayofTime.bloodmagic.item.sigil.ItemSigilGreenGrove@50f917a4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5986 bloodmagic:sigil_blood_light WayofTime.bloodmagic.item.sigil.ItemSigilBloodLight@4f7af4ee +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5987 bloodmagic:sigil_elemental_affinity WayofTime.bloodmagic.item.sigil.ItemSigilElementalAffinity@357174c9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5988 bloodmagic:sigil_magnetism WayofTime.bloodmagic.item.sigil.ItemSigilMagnetism@915f68c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5989 bloodmagic:sigil_suppression WayofTime.bloodmagic.item.sigil.ItemSigilSuppression@1149843d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5990 bloodmagic:sigil_haste WayofTime.bloodmagic.item.sigil.ItemSigilHaste@98cdf7e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5991 bloodmagic:sigil_fast_miner WayofTime.bloodmagic.item.sigil.ItemSigilFastMiner@376535ba +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5992 bloodmagic:sigil_seer WayofTime.bloodmagic.item.sigil.ItemSigilDivination@1162044c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5993 bloodmagic:sigil_phantom_bridge WayofTime.bloodmagic.item.sigil.ItemSigilPhantomBridge@4c571231 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5994 bloodmagic:sigil_whirlwind WayofTime.bloodmagic.item.sigil.ItemSigilWhirlwind@234f53ea +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5995 bloodmagic:sigil_compression WayofTime.bloodmagic.item.sigil.ItemSigilCompression@3d996adc +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5996 bloodmagic:sigil_ender_severance WayofTime.bloodmagic.item.sigil.ItemSigilEnderSeverance@3c585947 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5997 bloodmagic:sigil_holding WayofTime.bloodmagic.item.sigil.ItemSigilHolding@48ea0267 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5998 bloodmagic:sigil_teleposition WayofTime.bloodmagic.item.sigil.ItemSigilTeleposition@11e3d893 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5999 bloodmagic:sigil_transposition WayofTime.bloodmagic.item.sigil.ItemSigilTransposition@675a8ff9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6000 bloodmagic:sigil_claw WayofTime.bloodmagic.item.sigil.ItemSigilClaw@19366034 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6001 bloodmagic:sigil_bounce WayofTime.bloodmagic.item.sigil.ItemSigilBounce@1d7a04f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6002 bloodmagic:sigil_frost WayofTime.bloodmagic.item.sigil.ItemSigilFrost@e7fc7a6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6003 bloodmagic:component WayofTime.bloodmagic.item.ItemEnum$Variant@3d69b4d7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6004 bloodmagic:item_demon_crystal WayofTime.bloodmagic.item.ItemDemonCrystal@17f4548e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6005 bloodmagic:teleposition_focus WayofTime.bloodmagic.item.ItemTelepositionFocus@2b9d5be7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6006 bloodmagic:experience_tome WayofTime.bloodmagic.item.ItemExperienceBook@5baffbc5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6007 bloodmagic:blood_shard WayofTime.bloodmagic.item.ItemEnum$Variant@2b90236b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6008 bloodmagic:living_armour_helmet WayofTime.bloodmagic.item.armour.ItemLivingArmour@38ac7554 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6009 bloodmagic:living_armour_chest WayofTime.bloodmagic.item.armour.ItemLivingArmour@1137a306 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6010 bloodmagic:living_armour_leggings WayofTime.bloodmagic.item.armour.ItemLivingArmour@1cbccf35 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6011 bloodmagic:living_armour_boots WayofTime.bloodmagic.item.armour.ItemLivingArmour@2b221cbb +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6012 bloodmagic:sentient_armour_helmet WayofTime.bloodmagic.item.armour.ItemSentientArmour@6e44a6bd +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6013 bloodmagic:sentient_armour_chest WayofTime.bloodmagic.item.armour.ItemSentientArmour@15f8487e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6014 bloodmagic:sentient_armour_leggings WayofTime.bloodmagic.item.armour.ItemSentientArmour@bfb9244 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6015 bloodmagic:sentient_armour_boots WayofTime.bloodmagic.item.armour.ItemSentientArmour@6b238637 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6016 bloodmagic:altar_maker WayofTime.bloodmagic.item.ItemAltarMaker@1e7552b3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6017 bloodmagic:upgrade_tome WayofTime.bloodmagic.item.ItemUpgradeTome@5f7660f9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6018 bloodmagic:upgrade_trainer WayofTime.bloodmagic.item.ItemUpgradeTrainer@7ba3d901 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6019 bloodmagic:arcane_ashes WayofTime.bloodmagic.item.ItemArcaneAshes@51822665 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6020 bloodmagic:monster_soul WayofTime.bloodmagic.item.soul.ItemMonsterSoul@6556162c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6021 bloodmagic:soul_gem WayofTime.bloodmagic.item.soul.ItemSoulGem@94bd3d7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6022 bloodmagic:soul_snare WayofTime.bloodmagic.item.soul.ItemSoulSnare@6c45782e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6023 bloodmagic:sentient_sword WayofTime.bloodmagic.item.soul.ItemSentientSword@2c34dacd +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6024 bloodmagic:sentient_bow WayofTime.bloodmagic.item.soul.ItemSentientBow@79864e11 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6025 bloodmagic:sentient_armour_gem WayofTime.bloodmagic.item.soul.ItemSentientArmourGem@2e84ff9d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6026 bloodmagic:sentient_axe WayofTime.bloodmagic.item.soul.ItemSentientAxe@69c7666b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6027 bloodmagic:sentient_pickaxe WayofTime.bloodmagic.item.soul.ItemSentientPickaxe@63af3b2c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6028 bloodmagic:sentient_shovel WayofTime.bloodmagic.item.soul.ItemSentientShovel@2812178e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6029 bloodmagic:node_router WayofTime.bloodmagic.item.routing.ItemNodeRouter@21e36d06 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6030 bloodmagic:base_item_filter WayofTime.bloodmagic.item.routing.ItemRouterFilter@7345a36f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6031 bloodmagic:base_fluid_filter WayofTime.bloodmagic.item.routing.ItemFluidRouterFilter@69a98070 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6032 bloodmagic:cutting_fluid WayofTime.bloodmagic.item.alchemy.ItemCuttingFluid@513f54ac +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6033 bloodmagic:sanguine_book WayofTime.bloodmagic.item.ItemSanguineBook@6b8e98d0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6034 bloodmagic:points_upgrade WayofTime.bloodmagic.item.alchemy.ItemLivingArmourPointsUpgrade@358e0015 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6035 bloodmagic:demon_will_gauge WayofTime.bloodmagic.item.ItemDemonWillGauge@1081bcd4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6036 bloodmagic:potion_flask WayofTime.bloodmagic.item.ItemPotionFlask@3b30105c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6037 bloodmagic:alchemic_vial WayofTime.bloodmagic.item.ItemAlchemicVial@24e747f2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6038 bloodmagic:icarus_scroll WayofTime.bloodmagic.item.soulBreath.ItemFlightScroll@61ac75d3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6039 bonsaitrees:bonsaipot org.dave.bonsaitrees.item.ItemBlockPonsaiPot@28af345a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6040 buildinggadgets:buildingtool com.direwolf20.buildinggadgets.common.items.gadgets.GadgetBuilding@48870979 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6041 buildinggadgets:exchangertool com.direwolf20.buildinggadgets.common.items.gadgets.GadgetExchanger@4de54aba +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6042 buildinggadgets:copypastetool com.direwolf20.buildinggadgets.common.items.gadgets.GadgetCopyPaste@64ca224b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6043 buildinggadgets:templatemanager net.minecraft.item.ItemBlock@1476236a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6044 buildinggadgets:template com.direwolf20.buildinggadgets.common.items.Template@73a10bc4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6045 buildinggadgets:destructiontool com.direwolf20.buildinggadgets.common.items.gadgets.GadgetDestruction@12035f54 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6046 buildinggadgets:constructionblock_dense net.minecraft.item.ItemBlock@27eeff25 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6047 buildinggadgets:constructionblock net.minecraft.item.ItemBlock@226e5c1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6048 buildinggadgets:constructionblockpowder net.minecraft.item.ItemBlock@79a2216a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6049 buildinggadgets:constructionpaste com.direwolf20.buildinggadgets.common.items.pastes.ConstructionPaste@715338f5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6050 buildinggadgets:construction_chunk_dense com.direwolf20.buildinggadgets.common.items.pastes.ConstructionChunkDense@2114e62d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6051 buildinggadgets:constructionpastecontainer com.direwolf20.buildinggadgets.common.items.pastes.ConstructionPasteContainer@7acbf261 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6052 buildinggadgets:constructionpastecontainert2 com.direwolf20.buildinggadgets.common.items.pastes.ConstructionPasteContainer@2c07f472 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6053 buildinggadgets:constructionpastecontainert3 com.direwolf20.buildinggadgets.common.items.pastes.ConstructionPasteContainer@6e7e17d5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6054 buildinggadgets:constructionpastecontainercreative com.direwolf20.buildinggadgets.common.items.pastes.ConstructionPasteContainerCreative@293c51df +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6055 car:tar net.minecraft.item.ItemBlock@c41f663 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6056 car:tar_slope net.minecraft.item.ItemBlock@1ff637fd +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6057 car:tar_slope_flat_upper net.minecraft.item.ItemBlock@1284b69 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6058 car:tar_slope_flat_lower net.minecraft.item.ItemBlock@4a51503a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6059 car:tar_slab net.minecraft.item.ItemBlock@49a055fd +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6060 car:fuelstation net.minecraft.item.ItemBlock@6747daeb +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6061 car:canola_oil net.minecraft.item.ItemBlock@2477a669 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6062 car:oilmill net.minecraft.item.ItemBlock@64e7f25d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6063 car:blastfurnace net.minecraft.item.ItemBlock@2f234c81 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6064 car:methanol net.minecraft.item.ItemBlock@76ea4b0c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6065 car:backmix_reactor net.minecraft.item.ItemBlock@6f37ff56 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6066 car:canola_methanol_mix net.minecraft.item.ItemBlock@34199df7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6067 car:glycerin net.minecraft.item.ItemBlock@1eb98b1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6068 car:bio_diesel net.minecraft.item.ItemBlock@25fd11ab +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6069 car:generator net.minecraft.item.ItemBlock@75e0970d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6070 car:split_tank net.minecraft.item.ItemBlock@dee5a63 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6071 car:tank net.minecraft.item.ItemBlock@501d657f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6072 car:crash_barrier net.minecraft.item.ItemBlock@1da0469e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6073 car:car_workshop net.minecraft.item.ItemBlock@6c09e2d8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6074 car:car_workshop_outter net.minecraft.item.ItemBlock@134b8078 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6075 car:cable net.minecraft.item.ItemBlock@284639f3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6076 car:fluid_pipe net.minecraft.item.ItemBlock@37cd0ed3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6077 car:fluid_extractor net.minecraft.item.ItemBlock@147125d0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6078 car:dynamo net.minecraft.item.ItemBlock@5bf62f66 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6079 car:crank net.minecraft.item.ItemBlock@42e61c4a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6080 car:sign net.minecraft.item.ItemBlock@1d823953 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6081 car:sign_post net.minecraft.item.ItemBlock@40d096 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6082 car:arrow_front_left_right_long net.minecraft.item.ItemBlock@6aa742e7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6083 car:arrow_long net.minecraft.item.ItemBlock@18d107b5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6084 car:arrow_left net.minecraft.item.ItemBlock@1415ed5d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6085 car:arrow_right net.minecraft.item.ItemBlock@12d75b29 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6086 car:arrow_left_right_long net.minecraft.item.ItemBlock@423783ee +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6087 car:arrow_front_left_long net.minecraft.item.ItemBlock@524bd8b2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6088 car:arrow_front_right_long net.minecraft.item.ItemBlock@690fa8a3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6089 car:arrow_left_dia net.minecraft.item.ItemBlock@4129b8b8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6090 car:arrow_right_dia net.minecraft.item.ItemBlock@3f7f6b80 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6091 car:arrow_front_left_right net.minecraft.item.ItemBlock@33fdaa95 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6092 car:arrow net.minecraft.item.ItemBlock@27a356f9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6093 car:arrow_left_short net.minecraft.item.ItemBlock@2b43c6cd +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6094 car:arrow_right_short net.minecraft.item.ItemBlock@6fa48b4e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6095 car:arrow_left_right net.minecraft.item.ItemBlock@31d33d2d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6096 car:arrow_front_left net.minecraft.item.ItemBlock@cfab170 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6097 car:arrow_front_right net.minecraft.item.ItemBlock@39ba6b8c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6098 car:arrow_left_dia_short net.minecraft.item.ItemBlock@728f690e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6099 car:arrow_right_dia_short net.minecraft.item.ItemBlock@5a1d1827 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6100 car:line_middle net.minecraft.item.ItemBlock@3b55325 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6101 car:line_long net.minecraft.item.ItemBlock@69b9aed4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6102 car:line_end net.minecraft.item.ItemBlock@60f77df4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6103 car:line_side_middle net.minecraft.item.ItemBlock@52999ded +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6104 car:line_side_long net.minecraft.item.ItemBlock@7b9cc0e0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6105 car:line_side_start net.minecraft.item.ItemBlock@5ff70e49 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6106 car:line_side_end net.minecraft.item.ItemBlock@4b4d09e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6107 car:line_side_long_left net.minecraft.item.ItemBlock@1a5c4310 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6108 car:line_side_long_left_front net.minecraft.item.ItemBlock@75a1b7b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6109 car:line_middle_edge net.minecraft.item.ItemBlock@60b8c89f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6110 car:line_corner net.minecraft.item.ItemBlock@42aac436 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6111 car:line_double net.minecraft.item.ItemBlock@3a165bb0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6112 car:line_double_middle net.minecraft.item.ItemBlock@6dc01e4a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6113 car:line_double_end net.minecraft.item.ItemBlock@4b1adf5d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6114 car:arrow_zebras net.minecraft.item.ItemBlock@5f05297c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6115 car:arrow_p net.minecraft.item.ItemBlock@574622f7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6116 car:arrow_no_parking net.minecraft.item.ItemBlock@3a19541b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6117 car:arrow_cross net.minecraft.item.ItemBlock@27648432 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6118 car:arrow_front_left_right_long_yellow net.minecraft.item.ItemBlock@51dc176b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6119 car:arrow_long_yellow net.minecraft.item.ItemBlock@37ebd63d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6120 car:arrow_left_yellow net.minecraft.item.ItemBlock@47a2e557 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6121 car:arrow_right_yellow net.minecraft.item.ItemBlock@4464ac85 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6122 car:arrow_left_right_long_yellow net.minecraft.item.ItemBlock@75b28c2d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6123 car:arrow_front_left_long_yellow net.minecraft.item.ItemBlock@1c81f698 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6124 car:arrow_front_right_long_yellow net.minecraft.item.ItemBlock@4cd93002 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6125 car:arrow_left_dia_yellow net.minecraft.item.ItemBlock@2db8bd98 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6126 car:arrow_right_dia_yellow net.minecraft.item.ItemBlock@4c0a8fe6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6127 car:arrow_front_left_right_yellow net.minecraft.item.ItemBlock@5fac85c9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6128 car:arrow_yellow net.minecraft.item.ItemBlock@5a70e71e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6129 car:arrow_left_short_yellow net.minecraft.item.ItemBlock@32ccc5b5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6130 car:arrow_right_short_yellow net.minecraft.item.ItemBlock@2aa119b5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6131 car:arrow_left_right_yellow net.minecraft.item.ItemBlock@119843e5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6132 car:arrow_front_left_yellow net.minecraft.item.ItemBlock@4c0d1edf +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6133 car:arrow_front_right_yellow net.minecraft.item.ItemBlock@18388b86 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6134 car:arrow_left_dia_short_yellow net.minecraft.item.ItemBlock@3af65585 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6135 car:arrow_right_dia_short_yellow net.minecraft.item.ItemBlock@69a2ae55 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6136 car:line_middle_yellow net.minecraft.item.ItemBlock@4dfdbe58 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6137 car:line_long_yellow net.minecraft.item.ItemBlock@114578da +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6138 car:line_end_yellow net.minecraft.item.ItemBlock@19175d0a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6139 car:line_side_middle_yellow net.minecraft.item.ItemBlock@65bb887b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6140 car:line_side_long_yellow net.minecraft.item.ItemBlock@4594f5ea +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6141 car:line_side_start_yellow net.minecraft.item.ItemBlock@7f2dd62a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6142 car:line_side_end_yellow net.minecraft.item.ItemBlock@5c712bc8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6143 car:line_side_long_left_yellow net.minecraft.item.ItemBlock@6530986d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6144 car:line_side_long_left_front_yellow net.minecraft.item.ItemBlock@7e90a84 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6145 car:line_middle_edge_yellow net.minecraft.item.ItemBlock@166400d5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6146 car:line_corner_yellow net.minecraft.item.ItemBlock@431e56ba +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6147 car:line_double_yellow net.minecraft.item.ItemBlock@220c4d44 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6148 car:line_double_middle_yellow net.minecraft.item.ItemBlock@6d7edeab +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6149 car:line_double_end_yellow net.minecraft.item.ItemBlock@5baa0979 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6150 car:arrow_zebras_yellow net.minecraft.item.ItemBlock@6a302f30 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6151 car:arrow_p_yellow net.minecraft.item.ItemBlock@2a16295f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6152 car:arrow_no_parking_yellow net.minecraft.item.ItemBlock@31862130 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6153 car:arrow_cross_yellow net.minecraft.item.ItemBlock@3a6c07b8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6154 car:painter de.maxhenkel.car.items.ItemPainter@3fdcd87e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6155 car:painter_yellow de.maxhenkel.car.items.ItemPainter@6271ba92 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6156 car:canola_seeds de.maxhenkel.car.items.ItemCanolaSeed@552982c3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6157 car:canola de.maxhenkel.car.items.ItemCanola@b85918c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6158 car:rapecake de.maxhenkel.car.items.ItemRapeCake@5243a7aa +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6159 car:iron_stick de.maxhenkel.car.items.ItemCraftingComponent@3d89325a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6160 car:engine_piston de.maxhenkel.car.items.ItemCraftingComponent@242f80b2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6161 car:engine_3_cylinder de.maxhenkel.car.items.ItemCraftingComponent@3017c4a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6162 car:engine_6_cylinder de.maxhenkel.car.items.ItemCraftingComponent@4cb0f577 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6163 car:car_seat de.maxhenkel.car.items.ItemCraftingComponent@385f1559 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6164 car:windshield de.maxhenkel.car.items.ItemCraftingComponent@602d28f0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6165 car:wheel de.maxhenkel.car.items.ItemCraftingComponent@68c6eb93 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6166 car:axle de.maxhenkel.car.items.ItemCraftingComponent@2396b0b1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6167 car:container de.maxhenkel.car.items.ItemCraftingComponent@63a39c47 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6168 car:car_body_part_wood de.maxhenkel.car.items.ItemCarBodyPartWood@6ac0426b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6169 car:car_tank de.maxhenkel.car.items.ItemCraftingComponent@3505b6d3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6170 car:control_unit de.maxhenkel.car.items.ItemCraftingComponent@23808bfa +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6171 car:canister de.maxhenkel.car.items.ItemCanister@5c3e6a69 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6172 car:repair_kit de.maxhenkel.car.items.ItemRepairKit@3405b89f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6173 car:wrench de.maxhenkel.car.items.ItemRepairTool@2c2e23e2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6174 car:screw_driver de.maxhenkel.car.items.ItemRepairTool@bd6b2c6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6175 car:hammer de.maxhenkel.car.items.ItemRepairTool@2494ecf7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6176 car:cable_insulator de.maxhenkel.car.items.ItemCraftingComponent@3d4c79ba +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6177 car:key de.maxhenkel.car.items.ItemKey@60a06cc2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6178 car:battery de.maxhenkel.car.items.ItemBattery@5edea292 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6179 car:number_plate de.maxhenkel.car.items.ItemNumberPlate@5d2e0eea +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6180 cd4017be_lib:rrwi cd4017be.lib.item.BaseItem@3712d5c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6181 cd4017be_lib:m cd4017be.lib.item.ItemMaterial@60d4878c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6182 ceramics:unfired_clay knightminer.ceramics.items.ItemClayUnfired@66c16df4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6183 ceramics:clay_bucket knightminer.ceramics.items.ItemClayBucket@4f6f3ba6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6184 ceramics:clay_shears knightminer.ceramics.items.ItemClayShears@3b2e5156 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6185 ceramics:clay_helmet knightminer.ceramics.items.ItemArmorClay@5f0a9e4c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6186 ceramics:clay_chestplate knightminer.ceramics.items.ItemArmorClay@1d346492 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6187 ceramics:clay_leggings knightminer.ceramics.items.ItemArmorClay@54d93283 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6188 ceramics:clay_boots knightminer.ceramics.items.ItemArmorClay@40efd3ae +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6189 ceramics:clay_helmet_raw knightminer.ceramics.items.ItemArmorClayRaw@75323004 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6190 ceramics:clay_chestplate_raw knightminer.ceramics.items.ItemArmorClayRaw@6862590b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6191 ceramics:clay_leggings_raw knightminer.ceramics.items.ItemArmorClayRaw@562e850a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6192 ceramics:clay_boots_raw knightminer.ceramics.items.ItemArmorClayRaw@7b77ae1b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6193 ceramics:clay_bucket_block net.minecraft.item.ItemBlock@1f211361 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6194 ceramics:clay_hard knightminer.ceramics.items.ItemBlockEnum@47d564ee +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6195 ceramics:clay_soft knightminer.ceramics.items.ItemBlockEnum@1941d79 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6196 ceramics:clay_wall knightminer.ceramics.items.ItemBlockEnum@1639bc31 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6197 ceramics:clay_slab knightminer.ceramics.items.ItemBlockEnumSlab@12e2a99f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6198 ceramics:porcelain knightminer.ceramics.items.ItemBlockEnum@333c016f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6199 ceramics:porcelain_bricks_stairs net.minecraft.item.ItemBlock@683ffb0d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6200 ceramics:rainbow_clay knightminer.ceramics.items.ItemBlockEnum@745a0f30 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6201 ceramics:rainbow_bricks_stairs net.minecraft.item.ItemBlock@73f3fe75 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6202 ceramics:dark_bricks_stairs net.minecraft.item.ItemBlock@2097be1d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6203 ceramics:golden_bricks_stairs net.minecraft.item.ItemBlock@37e7ce91 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6204 ceramics:marine_bricks_stairs net.minecraft.item.ItemBlock@136074d2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6205 ceramics:dragon_bricks_stairs net.minecraft.item.ItemBlock@7f8c209d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6206 ceramics:lava_bricks_stairs net.minecraft.item.ItemBlock@62760e27 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6207 ceramics:monochrome_bricks_stairs net.minecraft.item.ItemBlock@6b6cd7be +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6208 ceramics:clay_barrel_unfired knightminer.ceramics.items.ItemBlockBarrel@65acb7c7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6209 ceramics:clay_barrel knightminer.ceramics.items.ItemBlockBarrel@37798a63 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6210 ceramics:clay_barrel_stained net.minecraft.item.ItemCloth@3a256a15 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6211 ceramics:clay_barrel_stained_extension net.minecraft.item.ItemCloth@16f45074 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6212 ceramics:porcelain_barrel net.minecraft.item.ItemCloth@16e6cfe2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6213 ceramics:porcelain_barrel_extension net.minecraft.item.ItemCloth@6db775cf +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6214 ceramics:faucet net.minecraft.item.ItemBlock@7cd3cfae +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6215 ceramics:channel knightminer.ceramics.items.ItemBlockChannel@68a9188f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6216 chargers:charger se.gory_moon.chargers.items.ItemChargerBlock@3e661158 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6217 chargers:wireless_charger se.gory_moon.chargers.items.ItemWirelessChargerBlock@5c2a0785 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6218 compactmachines3:tunnel net.minecraft.item.ItemBlock@164df677 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6219 compactmachines3:redstonetunnel net.minecraft.item.ItemBlock@3680e951 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6220 compactmachines3:wall org.dave.compactmachines3.item.ItemBlockWall@5b473d16 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6221 compactmachines3:wallbreakable net.minecraft.item.ItemBlock@4e834ba6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6222 compactmachines3:machine org.dave.compactmachines3.item.ItemBlockMachine@421a5291 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6223 compactmachines3:fieldprojector org.dave.compactmachines3.item.ItemBlockFieldProjector@3611ef69 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6224 compactmachines3:psd org.dave.compactmachines3.item.ItemPersonalShrinkingDevice@4a73052a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6225 compactmachines3:tunneltool org.dave.compactmachines3.item.ItemTunnelTool@2a9da9c6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6226 compactmachines3:redstonetunneltool org.dave.compactmachines3.item.ItemRedstoneTunnelTool@6a901896 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6227 conarm:helmet_core c4.conarm.lib.armor.ArmorPart@14bdd0d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6228 conarm:armor_trim c4.conarm.lib.armor.ArmorPart@2f059a27 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6229 conarm:armor_plate c4.conarm.lib.armor.ArmorPart@1129ac68 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6230 conarm:chest_core c4.conarm.lib.armor.ArmorPart@23880bc1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6231 conarm:leggings_core c4.conarm.lib.armor.ArmorPart@62d1ff29 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6232 conarm:boots_core c4.conarm.lib.armor.ArmorPart@610695f6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6233 conarm:helmet c4.conarm.common.items.armor.Helmet@5a4aaae9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6234 conarm:chestplate c4.conarm.common.items.armor.Chestplate@15fd21f7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6235 conarm:leggings c4.conarm.common.items.armor.Leggings@7937ea4b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6236 conarm:boots c4.conarm.common.items.armor.Boots@615f5add +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6237 conarm:book c4.conarm.common.items.ItemArmoryBook@40ba1530 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6238 conarm:invisible_ink c4.conarm.common.items.ItemConarmMat@2a1a6f52 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6239 conarm:resist_mat c4.conarm.common.items.ItemConarmMat@37e730b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6240 conarm:resist_mat_fire c4.conarm.common.items.ItemConarmMat@13fde5c1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6241 conarm:resist_mat_proj c4.conarm.common.items.ItemConarmMat@9fd1b90 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6242 conarm:resist_mat_blast c4.conarm.common.items.ItemConarmMat@70e49502 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6243 conarm:gauntlet_mat c4.conarm.common.items.ItemBase@72463e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6244 conarm:gauntlet_mat_speed c4.conarm.common.items.ItemConarmMat@7c5d681c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6245 conarm:gauntlet_mat_attack c4.conarm.common.items.ItemConarmMat@1d1ddd9c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6246 conarm:gauntlet_mat_reach c4.conarm.common.items.ItemConarmMat@498517b8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6247 conarm:frosty_soles c4.conarm.common.items.ItemConarmMat@5bd4fb00 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6248 conarm:travel_belt_base c4.conarm.common.items.ItemBase@4c5e75ee +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6249 conarm:travel_belt c4.conarm.common.items.AccessoryBase@5e854840 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6250 conarm:travel_potion c4.conarm.common.items.AccessoryBase@22f5b46b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6251 conarm:travel_sack c4.conarm.common.items.AccessoryBase@1dbb44de +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6252 conarm:travel_goggles_base c4.conarm.common.items.ItemBase@473b1d3d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6253 conarm:travel_goggles c4.conarm.common.items.AccessoryBase@33888ad2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6254 conarm:travel_night c4.conarm.common.items.AccessoryBase@3c512624 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6255 conarm:travel_cloak c4.conarm.common.items.ItemBase@7b8b08c4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6256 conarm:travel_sneak c4.conarm.common.items.AccessoryBase@6446207d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6257 conarm:travel_slowfall c4.conarm.common.items.AccessoryBase@136fe83d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6258 conarm:travel_soul c4.conarm.common.items.AccessoryBase@26ba9c72 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6259 conarm:polishing_kit c4.conarm.common.items.ItemPolishingKit@5044f056 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6260 conarm:armorforge slimeknights.tconstruct.tools.common.item.ItemBlockTable@72e8b01f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6261 conarm:armorstation slimeknights.tconstruct.tools.common.item.ItemBlockTable@39ad74ad +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6262 cookingforblockheads:cooking_table net.minecraft.item.ItemBlock@55bceb8f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6263 cookingforblockheads:oven net.minecraft.item.ItemBlock@963c54 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6264 cookingforblockheads:fridge net.minecraft.item.ItemBlock@37c91c11 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6265 cookingforblockheads:sink net.minecraft.item.ItemBlock@65930e59 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6266 cookingforblockheads:tool_rack net.minecraft.item.ItemBlock@57c171f7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6267 cookingforblockheads:toaster net.minecraft.item.ItemBlock@660483c7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6268 cookingforblockheads:milk_jar net.minecraft.item.ItemBlock@19523282 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6269 cookingforblockheads:cow_jar net.minecraft.item.ItemBlock@644e1637 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6270 cookingforblockheads:spice_rack net.minecraft.item.ItemBlock@38dc8d80 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6271 cookingforblockheads:counter net.minecraft.item.ItemBlock@7a842be7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6272 cookingforblockheads:cabinet net.minecraft.item.ItemBlock@72cac017 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6273 cookingforblockheads:corner net.minecraft.item.ItemBlock@66a18fd7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6274 cookingforblockheads:kitchen_floor net.minecraft.item.ItemBlock@3acdbe0e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6275 cookingforblockheads:fruit_basket net.minecraft.item.ItemBlock@614d61a3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6276 cookingforblockheads:cutting_board net.minecraft.item.ItemBlock@4523cfe5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6277 cookingforblockheads:recipe_book net.blay09.mods.cookingforblockheads.item.ItemRecipeBook@7021ba53 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6278 cookingforblockheads:heating_unit net.blay09.mods.cookingforblockheads.item.ItemHeatingUnit@4bb2f875 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6279 cookingforblockheads:ice_unit net.blay09.mods.cookingforblockheads.item.ItemIceUnit@42f3fb8f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6280 cookingforblockheads:preservation_chamber net.blay09.mods.cookingforblockheads.item.ItemPreservationChamber@21ac7875 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6281 darkutils:trap_move net.minecraft.item.ItemBlock@5ca2ad31 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6282 darkutils:trap_move_fast net.minecraft.item.ItemBlock@f9780 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6283 darkutils:trap_move_hyper net.minecraft.item.ItemBlock@5dfd3b8d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6284 darkutils:update_detector net.minecraft.item.ItemBlock@1fd09f97 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6285 darkutils:trap_tile net.darkhax.bookshelf.item.ItemBlockBasic@56d26279 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6286 darkutils:trap_anchor net.minecraft.item.ItemBlock@2a1d4cb4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6287 darkutils:sneaky net.minecraft.item.ItemBlock@1e083b29 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6288 darkutils:sneaky_lever net.minecraft.item.ItemBlock@53f3358 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6289 darkutils:sneaky_ghost net.minecraft.item.ItemBlock@403b582c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6290 darkutils:sneaky_torch net.minecraft.item.ItemBlock@83d473 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6291 darkutils:sneaky_obsidian net.minecraft.item.ItemBlock@5f0d7639 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6292 darkutils:sneaky_plate net.minecraft.item.ItemBlock@23542b73 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6293 darkutils:sneaky_bedrock net.minecraft.item.ItemBlock@39b4fd0d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6294 darkutils:sneaky_button net.minecraft.item.ItemBlock@278a8604 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6295 darkutils:shulker_pearl net.darkhax.darkutils.features.shulkerpearl.ItemShulkerPearl@13029072 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6296 darkutils:pearl_block net.darkhax.bookshelf.item.ItemBlockBasic@110f3ed2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6297 darkutils:timer net.minecraft.item.ItemBlock@f4de56b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6298 darkutils:monolith net.darkhax.bookshelf.item.ItemBlockBasic@7c04e820 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6299 darkutils:filter net.darkhax.darkutils.features.filter.ItemBlockFilter@7b0266d2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6300 darkutils:filter_inverted net.darkhax.darkutils.features.filter.ItemBlockFilter@13132ece +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6301 darkutils:lore_tag net.darkhax.darkutils.features.loretag.ItemFormatLoreTag@7395f77a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6302 darkutils:grate net.minecraft.item.ItemBlock@288b44c0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6303 darkutils:fake_tnt net.minecraft.item.ItemBlock@405793f5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6304 darkutils:ender_tether net.minecraft.item.ItemBlock@4ab8a06f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6305 darkutils:ender_hopper net.minecraft.item.ItemBlock@16cab065 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6306 darkutils:ender_pearl_hopper net.minecraft.item.ItemBlock@64954b38 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6307 darkutils:slime_dyed net.darkhax.bookshelf.item.ItemBlockBasic@18a1b464 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6308 darkutils:material net.darkhax.darkutils.features.material.ItemMaterial@590dfc9b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6309 darkutils:wither_block net.darkhax.bookshelf.item.ItemBlockBasic@1715c4c7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6310 darkutils:charm_agression net.darkhax.darkutils.features.charms.ItemCharm@549f07d8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6311 darkutils:focus_sash net.darkhax.darkutils.features.charms.ItemCharm@1a9d4af8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6312 darkutils:charm_gluttony net.darkhax.darkutils.features.charms.ItemCharm@f0acf5b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6313 darkutils:charm_null net.darkhax.darkutils.features.charms.ItemNullCharm@36000181 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6314 darkutils:charm_portal net.darkhax.darkutils.features.charms.ItemCharm@1a0d615e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6315 darkutils:charm_sleep net.darkhax.darkutils.features.charms.ItemCharm@6ab7326d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6316 darkutils:anti_slime net.minecraft.item.ItemBlock@339e4877 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6317 death_compass:death_compass death_compass.items.ItemDeathCompass@794d8456 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6318 dungpipe:dung_pipe net.minecraft.item.ItemBlock@225a1fad +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6319 dungpipe:sewer_pipe net.minecraft.item.ItemBlock@7d0ac76c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6320 elevatorid:elevator_white xyz.vsngamer.elevator.blocks.BlockElevator$ItemBlockElevator@2e5c02ed +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6321 elevatorid:elevator_orange xyz.vsngamer.elevator.blocks.BlockElevator$ItemBlockElevator@5c09c7fc +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6322 elevatorid:elevator_magenta xyz.vsngamer.elevator.blocks.BlockElevator$ItemBlockElevator@77935ab6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6323 elevatorid:elevator_light_blue xyz.vsngamer.elevator.blocks.BlockElevator$ItemBlockElevator@7ecb9339 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6324 elevatorid:elevator_yellow xyz.vsngamer.elevator.blocks.BlockElevator$ItemBlockElevator@30cead67 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6325 elevatorid:elevator_lime xyz.vsngamer.elevator.blocks.BlockElevator$ItemBlockElevator@22eaaaa5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6326 elevatorid:elevator_pink xyz.vsngamer.elevator.blocks.BlockElevator$ItemBlockElevator@4fc112a4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6327 elevatorid:elevator_gray xyz.vsngamer.elevator.blocks.BlockElevator$ItemBlockElevator@6d31023e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6328 elevatorid:elevator_silver xyz.vsngamer.elevator.blocks.BlockElevator$ItemBlockElevator@28513f6a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6329 elevatorid:elevator_cyan xyz.vsngamer.elevator.blocks.BlockElevator$ItemBlockElevator@5f191747 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6330 elevatorid:elevator_purple xyz.vsngamer.elevator.blocks.BlockElevator$ItemBlockElevator@188a7a32 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6331 elevatorid:elevator_blue xyz.vsngamer.elevator.blocks.BlockElevator$ItemBlockElevator@7d4fbbef +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6332 elevatorid:elevator_brown xyz.vsngamer.elevator.blocks.BlockElevator$ItemBlockElevator@5cc47143 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6333 elevatorid:elevator_green xyz.vsngamer.elevator.blocks.BlockElevator$ItemBlockElevator@4bf0f6b3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6334 elevatorid:elevator_red xyz.vsngamer.elevator.blocks.BlockElevator$ItemBlockElevator@605e15 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6335 elevatorid:elevator_black xyz.vsngamer.elevator.blocks.BlockElevator$ItemBlockElevator@f00d35 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6336 enderutilities:asu fi.dy.masa.enderutilities.item.block.ItemBlockStoragePlacementProperty@5104450a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6337 enderutilities:barrel fi.dy.masa.enderutilities.item.block.ItemBlockStorage@7453e107 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6338 enderutilities:draw_bridge fi.dy.masa.enderutilities.item.block.ItemBlockPlacementProperty@51a94bb2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6339 enderutilities:ender_elevator fi.dy.masa.enderutilities.block.BlockElevator$1@5f0c03d8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6340 enderutilities:ender_elevator_slab fi.dy.masa.enderutilities.block.BlockElevatorSlab$1@2f53b319 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6341 enderutilities:ender_elevator_layer fi.dy.masa.enderutilities.block.BlockElevatorSlab$1@3ef0bcd3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6342 enderutilities:inserter fi.dy.masa.enderutilities.item.block.ItemBlockPlacementProperty@15d6a16 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6343 enderutilities:floor fi.dy.masa.enderutilities.item.block.ItemBlockEnderUtilities@51e6b378 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6344 enderutilities:energy_bridge fi.dy.masa.enderutilities.item.block.ItemBlockEnderUtilities@639f0926 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6345 enderutilities:machine_0 fi.dy.masa.enderutilities.item.block.ItemBlockEnderUtilities@583227a2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6346 enderutilities:machine_1 fi.dy.masa.enderutilities.item.block.ItemBlockEnderUtilities@3255fb68 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6347 enderutilities:molecular_exciter fi.dy.masa.enderutilities.item.block.ItemBlockEnderUtilities@564cf329 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6348 enderutilities:msu fi.dy.masa.enderutilities.item.block.ItemBlockStorage@4d8116ff +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6349 enderutilities:phasing fi.dy.masa.enderutilities.item.block.ItemBlockEnderUtilities@44727da +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6350 enderutilities:frame fi.dy.masa.enderutilities.item.block.ItemBlockEnderUtilities@19540281 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6351 enderutilities:portal_panel fi.dy.masa.enderutilities.item.block.ItemBlockEnderUtilities@28b06f39 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6352 enderutilities:sound_block fi.dy.masa.enderutilities.item.block.ItemBlockEnderUtilities@6dc3b23e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6353 enderutilities:storage_0 fi.dy.masa.enderutilities.item.block.ItemBlockStorage@500731ab +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6354 enderutilities:endercapacitor fi.dy.masa.enderutilities.item.part.ItemEnderCapacitor@664d381 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6355 enderutilities:enderpart fi.dy.masa.enderutilities.item.part.ItemEnderPart@25990587 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6356 enderutilities:linkcrystal fi.dy.masa.enderutilities.item.part.ItemLinkCrystal@6e95e753 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6357 enderutilities:builderswand fi.dy.masa.enderutilities.item.ItemBuildersWand@3669cbad +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6358 enderutilities:chairwand fi.dy.masa.enderutilities.item.ItemChairWand@1631ee3a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6359 enderutilities:dolly fi.dy.masa.enderutilities.item.ItemDolly@7b697446 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6360 enderutilities:enderarrow fi.dy.masa.enderutilities.item.ItemEnderArrow@3a87ab07 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6361 enderutilities:enderbag fi.dy.masa.enderutilities.item.ItemEnderBag@42cb3b59 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6362 enderutilities:enderbow fi.dy.masa.enderutilities.item.ItemEnderBow@5b924d04 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6363 enderutilities:enderbucket fi.dy.masa.enderutilities.item.ItemEnderBucket@6b69c974 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6364 enderutilities:enderlasso fi.dy.masa.enderutilities.item.ItemEnderLasso@6cb1888d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6365 enderutilities:enderpearlreusable fi.dy.masa.enderutilities.item.ItemEnderPearlReusable@77bb67b1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6366 enderutilities:enderporter fi.dy.masa.enderutilities.item.ItemEnderPorter@3e88fe2f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6367 enderutilities:endersword fi.dy.masa.enderutilities.item.tool.ItemEnderSword@1b8fa2e3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6368 enderutilities:endertool fi.dy.masa.enderutilities.item.tool.ItemEnderTool@7b9aa4ff +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6369 enderutilities:handybag fi.dy.masa.enderutilities.item.ItemHandyBag@57b0c2d2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6370 enderutilities:icemelter fi.dy.masa.enderutilities.item.ItemIceMelter@2e30278d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6371 enderutilities:inventoryswapper fi.dy.masa.enderutilities.item.ItemInventorySwapper@484e0012 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6372 enderutilities:livingmanipulator fi.dy.masa.enderutilities.item.ItemLivingManipulator@665df8b8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6373 enderutilities:mobharness fi.dy.masa.enderutilities.item.ItemMobHarness@37aa00f3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6374 enderutilities:nullifier fi.dy.masa.enderutilities.item.ItemNullifier@180945c4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6375 enderutilities:pet_contract fi.dy.masa.enderutilities.item.ItemPetContract@20ff8847 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6376 enderutilities:pickupmanager fi.dy.masa.enderutilities.item.ItemPickupManager@29ee2cd8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6377 enderutilities:quickstacker fi.dy.masa.enderutilities.item.ItemQuickStacker@4e240c8e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6378 enderutilities:portalscaler fi.dy.masa.enderutilities.item.ItemPortalScaler@1cd157eb +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6379 enderutilities:ruler fi.dy.masa.enderutilities.item.ItemRuler@40b05986 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6380 enderutilities:syringe fi.dy.masa.enderutilities.item.ItemSyringe@18e025a4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6381 enderutilities:void_pickaxe fi.dy.masa.enderutilities.item.tool.ItemVoidPickaxe@764e1a4a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6382 extendedcrafting:storage com.blakebr0.extendedcrafting.block.ItemBlockStorage@69fe6120 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6383 extendedcrafting:frame net.minecraft.item.ItemBlock@41b06201 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6384 extendedcrafting:lamp com.blakebr0.extendedcrafting.block.ItemBlockLamp@631af8bc +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6385 extendedcrafting:trimmed com.blakebr0.extendedcrafting.block.ItemBlockTrimmed@21b3750b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6386 extendedcrafting:crafting_table net.minecraft.item.ItemBlock@15236221 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6387 extendedcrafting:pedestal net.minecraft.item.ItemBlock@57c1aaee +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6388 extendedcrafting:crafting_core net.minecraft.item.ItemBlock@632a67b2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6389 extendedcrafting:interface net.minecraft.item.ItemBlock@590b5df1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6390 extendedcrafting:table_basic net.minecraft.item.ItemBlock@57370e9b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6391 extendedcrafting:table_advanced net.minecraft.item.ItemBlock@dfb4849 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6392 extendedcrafting:table_elite net.minecraft.item.ItemBlock@3ddca9b3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6393 extendedcrafting:table_ultimate net.minecraft.item.ItemBlock@3e3b9f2c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6394 extendedcrafting:compressor net.minecraft.item.ItemBlock@51970da6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6395 extendedcrafting:ender_alternator net.minecraft.item.ItemBlock@6f9aedd +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6396 extendedcrafting:ender_crafter net.minecraft.item.ItemBlock@5eb00e80 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6397 extendedcrafting:guide com.blakebr0.cucumber.guide.ItemGuide@3c902885 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6398 extendedcrafting:material com.blakebr0.extendedcrafting.item.ItemMaterial@5503e88c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6399 extendedcrafting:handheld_table com.blakebr0.extendedcrafting.item.ItemHandheldTable@1e472bb7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6400 extendedcrafting:recipe_maker com.blakebr0.extendedcrafting.item.ItemRecipeMaker@40ddf2f1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6401 extendedcrafting:singularity com.blakebr0.extendedcrafting.item.ItemSingularity@7db43e6f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6402 extendedcrafting:singularity_custom com.blakebr0.extendedcrafting.item.ItemSingularityCustom@37b9fedd +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6403 extendedcrafting:singularity_ultimate com.blakebr0.extendedcrafting.item.ItemSingularityUltimate@1004710e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6404 galacticraftcore:crude_oil_still micdoodle8.mods.galacticraft.core.items.ItemBlockGC@4dc0e0a7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6405 galacticraftcore:bucket_oil micdoodle8.mods.galacticraft.core.items.ItemBucketGC@461b04a9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6406 galacticraftcore:fuel micdoodle8.mods.galacticraft.core.items.ItemBlockGC@71d1c480 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6407 galacticraftcore:bucket_fuel micdoodle8.mods.galacticraft.core.items.ItemBucketGC@7e83380 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6408 galacticraftcore:landing_pad micdoodle8.mods.galacticraft.core.items.ItemBlockLandingPad@4d672e02 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6409 galacticraftcore:landing_pad_full micdoodle8.mods.galacticraft.core.items.ItemBlockGC@5347554b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6410 galacticraftcore:unlit_torch micdoodle8.mods.galacticraft.core.items.ItemBlockGC@2ccd6e67 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6411 galacticraftcore:unlit_torch_lit micdoodle8.mods.galacticraft.core.items.ItemBlockGC@6aff2c4d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6412 galacticraftcore:distributor micdoodle8.mods.galacticraft.core.items.ItemBlockDesc@1e9c082e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6413 galacticraftcore:collector micdoodle8.mods.galacticraft.core.items.ItemBlockDesc@7718ebbb +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6414 galacticraftcore:oxygen_compressor micdoodle8.mods.galacticraft.core.items.ItemBlockOxygenCompressor@30e10d69 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6415 galacticraftcore:sealer micdoodle8.mods.galacticraft.core.items.ItemBlockDesc@23efd27c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6416 galacticraftcore:oxygen_detector micdoodle8.mods.galacticraft.core.items.ItemBlockDesc@5dcc6357 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6417 galacticraftcore:aluminum_wire micdoodle8.mods.galacticraft.core.items.ItemBlockAluminumWire@6d391e66 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6418 galacticraftcore:fluid_pipe micdoodle8.mods.galacticraft.core.items.ItemBlockDesc@558bcced +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6419 galacticraftcore:fluid_pipe_pull micdoodle8.mods.galacticraft.core.items.ItemBlockDesc@82a9812 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6420 galacticraftcore:refinery micdoodle8.mods.galacticraft.core.items.ItemBlockDesc@36c2949b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6421 galacticraftcore:fuel_loader micdoodle8.mods.galacticraft.core.items.ItemBlockDesc@132d760b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6422 galacticraftcore:cargo micdoodle8.mods.galacticraft.core.items.ItemBlockCargoLoader@184a3c27 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6423 galacticraftcore:rocket_workbench micdoodle8.mods.galacticraft.core.items.ItemBlockNasaWorkbench@44fccd34 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6424 galacticraftcore:basic_block_core micdoodle8.mods.galacticraft.core.items.ItemBlockBase@66b8ff7c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6425 galacticraftcore:air_lock_frame micdoodle8.mods.galacticraft.core.items.ItemBlockAirLock@1e5d508e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6426 galacticraftcore:air_lock_seal micdoodle8.mods.galacticraft.core.items.ItemBlockGC@573fec66 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6427 galacticraftcore:space_glass_clear micdoodle8.mods.galacticraft.core.items.ItemBlockGlassGC@75881ed8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6428 galacticraftcore:space_glass_vanilla micdoodle8.mods.galacticraft.core.items.ItemBlockGlassGC@54ea4c0a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6429 galacticraftcore:space_glass_strong micdoodle8.mods.galacticraft.core.items.ItemBlockGlassGC@2047bf39 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6430 galacticraftcore:magnetic_table micdoodle8.mods.galacticraft.core.items.ItemBlockDesc@8b33b8b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6431 galacticraftcore:enclosed micdoodle8.mods.galacticraft.core.items.ItemBlockEnclosed@3df88a9b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6432 galacticraftcore:space_station_base micdoodle8.mods.galacticraft.core.items.ItemBlockGC@3b740b32 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6433 galacticraftcore:parachest micdoodle8.mods.galacticraft.core.items.ItemBlockDesc@26d7d512 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6434 galacticraftcore:solar micdoodle8.mods.galacticraft.core.items.ItemBlockSolar@37a9cd20 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6435 galacticraftcore:dishbase micdoodle8.mods.galacticraft.core.items.ItemBlockGC@4e7c251c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6436 galacticraftcore:machine micdoodle8.mods.galacticraft.core.items.ItemBlockMachine@554a8a7a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6437 galacticraftcore:machine2 micdoodle8.mods.galacticraft.core.items.ItemBlockMachine@4d2daa84 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6438 galacticraftcore:machine3 micdoodle8.mods.galacticraft.core.items.ItemBlockMachine@3414becc +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6439 galacticraftcore:machine_tiered micdoodle8.mods.galacticraft.core.items.ItemBlockMachine@1b6f2997 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6440 galacticraftcore:machine4 micdoodle8.mods.galacticraft.core.items.ItemBlockMachine@1af769da +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6441 galacticraftcore:panel_lighting micdoodle8.mods.galacticraft.core.items.ItemBlockPanel@3a2e898a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6442 galacticraftcore:glowstone_torch micdoodle8.mods.galacticraft.core.items.ItemBlockDesc@2b5db2dd +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6443 galacticraftcore:fallen_meteor micdoodle8.mods.galacticraft.core.items.ItemBlockDesc@491c15b0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6444 galacticraftcore:basic_block_moon micdoodle8.mods.galacticraft.core.items.ItemBlockMoon@68840cf0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6445 galacticraftcore:cheese micdoodle8.mods.galacticraft.core.items.ItemBlockCheese@26a8aab3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6446 galacticraftcore:spin_thruster micdoodle8.mods.galacticraft.core.items.ItemBlockThruster@60252fe1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6447 galacticraftcore:view_screen micdoodle8.mods.galacticraft.core.items.ItemBlockDesc@49bd17c0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6448 galacticraftcore:telemetry micdoodle8.mods.galacticraft.core.items.ItemBlockDesc@196618b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6449 galacticraftcore:arclamp micdoodle8.mods.galacticraft.core.items.ItemBlockArclamp@6288ae38 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6450 galacticraftcore:treasure_chest micdoodle8.mods.galacticraft.core.items.ItemBlockDesc@2b1bcfaf +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6451 galacticraftcore:fluid_tank micdoodle8.mods.galacticraft.core.items.ItemBlockDesc@a39de1b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6452 galacticraftcore:boss_spawner micdoodle8.mods.galacticraft.core.items.ItemBlockGC@38117cee +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6453 galacticraftcore:tin_stairs_1 micdoodle8.mods.galacticraft.core.items.ItemBlockGC@1f4ffcba +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6454 galacticraftcore:tin_stairs_2 micdoodle8.mods.galacticraft.core.items.ItemBlockGC@6adc2e4b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6455 galacticraftcore:moon_stairs_stone micdoodle8.mods.galacticraft.core.items.ItemBlockGC@2ed1fc0d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6456 galacticraftcore:moon_stairs_brick micdoodle8.mods.galacticraft.core.items.ItemBlockGC@1d140335 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6457 galacticraftcore:wall_gc micdoodle8.mods.galacticraft.core.items.ItemBlockWallGC@7dde8601 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6458 galacticraftcore:slab_gc_half micdoodle8.mods.galacticraft.core.items.ItemBlockSlabGC@767b5187 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6459 galacticraftcore:slab_gc_double micdoodle8.mods.galacticraft.core.items.ItemBlockSlabGC@57ebfad1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6460 galacticraftcore:concealed_redstone micdoodle8.mods.galacticraft.core.items.ItemBlockGC@6a5b46b2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6461 galacticraftcore:concealed_repeater_pow micdoodle8.mods.galacticraft.core.items.ItemBlockGC@633c2b76 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6462 galacticraftcore:concealed_repeater micdoodle8.mods.galacticraft.core.items.ItemBlockGC@4f67a9ff +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6463 galacticraftcore:concealed_detector micdoodle8.mods.galacticraft.core.items.ItemBlockCreativeGC@47d2efb0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6464 galacticraftcore:platform micdoodle8.mods.galacticraft.core.items.ItemBlockDesc@770c4f2e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6465 galacticraftcore:emergency_box micdoodle8.mods.galacticraft.core.items.ItemBlockEmergencyBox@7569bd22 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6466 galacticraftcore:grating micdoodle8.mods.galacticraft.core.items.ItemBlockGC@733ca21 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6467 galacticraftcore:rocket_t1 micdoodle8.mods.galacticraft.core.items.ItemTier1Rocket@57cc0a18 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6468 galacticraftcore:oxygen_mask micdoodle8.mods.galacticraft.core.items.ItemOxygenMask@42ac4af0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6469 galacticraftcore:oxygen_gear micdoodle8.mods.galacticraft.core.items.ItemOxygenGear@7a146f2a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6470 galacticraftcore:oxygen_tank_light_full micdoodle8.mods.galacticraft.core.items.ItemOxygenTank@63efc08b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6471 galacticraftcore:oxygen_tank_med_full micdoodle8.mods.galacticraft.core.items.ItemOxygenTank@54448a24 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6472 galacticraftcore:oxygen_tank_heavy_full micdoodle8.mods.galacticraft.core.items.ItemOxygenTank@749fa196 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6473 galacticraftcore:infinite_oxygen micdoodle8.mods.galacticraft.core.items.ItemCanisterOxygenInfinite@2d2bed10 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6474 galacticraftcore:sensor_lens micdoodle8.mods.galacticraft.core.items.ItemBase@305d9ba6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6475 galacticraftcore:sensor_glasses micdoodle8.mods.galacticraft.core.items.ItemSensorGlasses@44b85d0e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6476 galacticraftcore:standard_wrench micdoodle8.mods.galacticraft.core.items.ItemUniversalWrench@40b83223 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6477 galacticraftcore:steel_pickaxe micdoodle8.mods.galacticraft.core.items.ItemPickaxeGC@4922b8b3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6478 galacticraftcore:steel_axe micdoodle8.mods.galacticraft.core.items.ItemAxeGC@3b139fea +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6479 galacticraftcore:steel_hoe micdoodle8.mods.galacticraft.core.items.ItemHoeGC@67cfb385 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6480 galacticraftcore:steel_shovel micdoodle8.mods.galacticraft.core.items.ItemSpadeGC@6667bc75 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6481 galacticraftcore:steel_sword micdoodle8.mods.galacticraft.core.items.ItemSwordGC@3adc672a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6482 galacticraftcore:steel_helmet micdoodle8.mods.galacticraft.core.items.ItemArmorGC@81f75a5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6483 galacticraftcore:steel_chestplate micdoodle8.mods.galacticraft.core.items.ItemArmorGC@da81bba +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6484 galacticraftcore:steel_leggings micdoodle8.mods.galacticraft.core.items.ItemArmorGC@27b96c7a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6485 galacticraftcore:steel_boots micdoodle8.mods.galacticraft.core.items.ItemArmorGC@4cd9d35 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6486 galacticraftcore:canister micdoodle8.mods.galacticraft.core.items.ItemCanister@1d975354 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6487 galacticraftcore:air_vent micdoodle8.mods.galacticraft.core.items.ItemBase@7de98f8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6488 galacticraftcore:air_fan micdoodle8.mods.galacticraft.core.items.ItemBase@5c810862 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6489 galacticraftcore:oxygen_concentrator micdoodle8.mods.galacticraft.core.items.ItemBase@53dc1ef +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6490 galacticraftcore:engine micdoodle8.mods.galacticraft.core.items.ItemRocketEngineGC@22972fef +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6491 galacticraftcore:heavy_plating micdoodle8.mods.galacticraft.core.items.ItemBase@517d6a1d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6492 galacticraftcore:nose_cone micdoodle8.mods.galacticraft.core.items.ItemBase@56baa48 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6493 galacticraftcore:rocket_fins micdoodle8.mods.galacticraft.core.items.ItemBase@6e3221b3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6494 galacticraftcore:steel_pole micdoodle8.mods.galacticraft.core.items.ItemBase@754193cd +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6495 galacticraftcore:canvas micdoodle8.mods.galacticraft.core.items.ItemBase@4f5622fa +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6496 galacticraftcore:oil_canister_partial micdoodle8.mods.galacticraft.core.items.ItemOilCanister@1737e8b2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6497 galacticraftcore:fuel_canister_partial micdoodle8.mods.galacticraft.core.items.ItemFuelCanister@68f77c5e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6498 galacticraftcore:schematic micdoodle8.mods.galacticraft.core.items.ItemSchematic@11d15576 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6499 galacticraftcore:key micdoodle8.mods.galacticraft.core.items.ItemKey@6feef444 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6500 galacticraftcore:buggymat micdoodle8.mods.galacticraft.core.items.ItemBuggyMaterial@47b4e373 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6501 galacticraftcore:buggy micdoodle8.mods.galacticraft.core.items.ItemBuggy@14726257 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6502 galacticraftcore:basic_item micdoodle8.mods.galacticraft.core.items.ItemBasic@f13ff4a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6503 galacticraftcore:food micdoodle8.mods.galacticraft.core.items.ItemFood@17c76638 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6504 galacticraftcore:battery micdoodle8.mods.galacticraft.core.items.ItemBattery@7708a0c8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6505 galacticraftcore:infinite_battery micdoodle8.mods.galacticraft.core.items.ItemBatteryInfinite@70ef04a4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6506 galacticraftcore:meteor_chunk micdoodle8.mods.galacticraft.core.items.ItemMeteorChunk@60964c5c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6507 galacticraftcore:cheese_curd micdoodle8.mods.galacticraft.core.items.ItemCheese@4ccc00d0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6508 galacticraftcore:meteoric_iron_raw micdoodle8.mods.galacticraft.core.items.ItemMeteoricIron@7e70e761 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6509 galacticraftcore:item_basic_moon micdoodle8.mods.galacticraft.core.items.ItemMoon@76b2162f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6510 galacticraftcore:flag micdoodle8.mods.galacticraft.core.items.ItemFlag@24145009 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6511 galacticraftcore:parachute micdoodle8.mods.galacticraft.core.items.ItemParaChute@8f20edb +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6512 galacticraftcore:prelaunch_checklist micdoodle8.mods.galacticraft.core.items.ItemPreLaunchChecklist@71c0bb4b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6513 galacticraftcore:dungeonfinder micdoodle8.mods.galacticraft.core.items.ItemBase@17a5c832 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6514 galacticraftcore:emergency_kit micdoodle8.mods.galacticraft.core.items.ItemEmergencyKit@113756d7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6515 galacticraftcore:ic2compat micdoodle8.mods.galacticraft.core.items.ItemIC2Compat@9ab16fc +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6516 galacticraftplanets:sludge micdoodle8.mods.galacticraft.core.items.ItemBlockDesc@7d45fe61 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6517 galacticraftplanets:bucket_sludge micdoodle8.mods.galacticraft.core.items.ItemBucketGC@44184da3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6518 galacticraftplanets:treasure_t2 micdoodle8.mods.galacticraft.core.items.ItemBlockDesc@6fb23a19 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6519 galacticraftplanets:mars micdoodle8.mods.galacticraft.planets.mars.items.ItemBlockMars@3e7fcde5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6520 galacticraftplanets:cavern_vines micdoodle8.mods.galacticraft.core.items.ItemBlockDesc@6c9b8abd +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6521 galacticraftplanets:slimeling_egg micdoodle8.mods.galacticraft.planets.mars.items.ItemBlockEgg@6ae8a7d8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6522 galacticraftplanets:creeper_egg micdoodle8.mods.galacticraft.core.items.ItemBlockDesc@14f43a6e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6523 galacticraftplanets:mars_machine micdoodle8.mods.galacticraft.planets.mars.items.ItemBlockMachine@5424cdf0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6524 galacticraftplanets:mars_machine_t2 micdoodle8.mods.galacticraft.planets.mars.items.ItemBlockMachine@645a7bab +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6525 galacticraftplanets:boss_spawner_mars micdoodle8.mods.galacticraft.core.items.ItemBlockGC@4ba3c69f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6526 galacticraftplanets:mars_stairs_cobblestone micdoodle8.mods.galacticraft.core.items.ItemBlockGC@7e31a2cf +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6527 galacticraftplanets:mars_stairs_brick micdoodle8.mods.galacticraft.core.items.ItemBlockGC@c88bbb4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6528 galacticraftplanets:carbon_fragments micdoodle8.mods.galacticraft.planets.mars.items.ItemCarbonFragments@3bb81ead +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6529 galacticraftplanets:item_basic_mars micdoodle8.mods.galacticraft.planets.mars.items.ItemBasicMars@6e7aa07b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6530 galacticraftplanets:desh_pick micdoodle8.mods.galacticraft.planets.mars.items.ItemPickaxeMars@1d2e40a1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6531 galacticraftplanets:desh_pick_slime micdoodle8.mods.galacticraft.planets.mars.items.ItemPickaxeStickyMars@54321dab +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6532 galacticraftplanets:desh_axe micdoodle8.mods.galacticraft.planets.mars.items.ItemAxeMars@2f043cf6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6533 galacticraftplanets:desh_hoe micdoodle8.mods.galacticraft.planets.mars.items.ItemHoeMars@14462815 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6534 galacticraftplanets:desh_spade micdoodle8.mods.galacticraft.planets.mars.items.ItemSpadeMars@7b825974 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6535 galacticraftplanets:desh_sword micdoodle8.mods.galacticraft.planets.mars.items.ItemSwordMars@3f19ccea +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6536 galacticraftplanets:desh_helmet micdoodle8.mods.galacticraft.planets.mars.items.ItemArmorMars@48a42e7b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6537 galacticraftplanets:desh_chestplate micdoodle8.mods.galacticraft.planets.mars.items.ItemArmorMars@1acfbb75 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6538 galacticraftplanets:desh_leggings micdoodle8.mods.galacticraft.planets.mars.items.ItemArmorMars@46df1235 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6539 galacticraftplanets:desh_boots micdoodle8.mods.galacticraft.planets.mars.items.ItemArmorMars@772ab8b0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6540 galacticraftplanets:rocket_t2 micdoodle8.mods.galacticraft.planets.mars.items.ItemTier2Rocket@3174a473 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6541 galacticraftplanets:key micdoodle8.mods.galacticraft.planets.mars.items.ItemKeyMars@14d734c8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6542 galacticraftplanets:schematic micdoodle8.mods.galacticraft.planets.mars.items.ItemSchematicTier2@7df786df +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6543 galacticraftplanets:asteroids_block micdoodle8.mods.galacticraft.planets.asteroids.items.ItemBlockAsteroids@c786b17 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6544 galacticraftplanets:walkway micdoodle8.mods.galacticraft.planets.asteroids.items.ItemBlockWalkway@183b11d7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6545 galacticraftplanets:beam_reflector micdoodle8.mods.galacticraft.core.items.ItemBlockDesc@35e7076c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6546 galacticraftplanets:beam_receiver micdoodle8.mods.galacticraft.core.items.ItemBlockDesc@74e7be71 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6547 galacticraftplanets:telepad_short micdoodle8.mods.galacticraft.planets.asteroids.items.ItemBlockShortRangeTelepad@3b885329 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6548 galacticraftplanets:dense_ice micdoodle8.mods.galacticraft.core.items.ItemBlockGC@7b7d5826 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6549 galacticraftplanets:miner_base micdoodle8.mods.galacticraft.core.items.ItemBlockDesc@76acfc42 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6550 galacticraftplanets:grapple micdoodle8.mods.galacticraft.planets.asteroids.items.ItemGrappleHook@3f71c0d0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6551 galacticraftplanets:rocket_t3 micdoodle8.mods.galacticraft.planets.asteroids.items.ItemTier3Rocket@4699cd0c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6552 galacticraftplanets:astro_miner micdoodle8.mods.galacticraft.planets.asteroids.items.ItemAstroMiner@57340191 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6553 galacticraftplanets:thermal_padding micdoodle8.mods.galacticraft.planets.asteroids.items.ItemThermalPadding@46ebb9d9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6554 galacticraftplanets:item_basic_asteroids micdoodle8.mods.galacticraft.planets.asteroids.items.ItemBasicAsteroids@772d8694 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6555 galacticraftplanets:methane_canister_partial micdoodle8.mods.galacticraft.planets.asteroids.items.ItemCanisterMethane@7fd4c4d0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6556 galacticraftplanets:canister_partial_lox micdoodle8.mods.galacticraft.planets.asteroids.items.ItemCanisterLiquidOxygen@89b6a32 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6557 galacticraftplanets:canister_partial_ln2 micdoodle8.mods.galacticraft.planets.asteroids.items.ItemCanisterLiquidNitrogen@13a52f89 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6558 galacticraftplanets:atmospheric_valve micdoodle8.mods.galacticraft.planets.asteroids.items.ItemAtmosphericValve@827024f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6559 galacticraftplanets:heavy_nose_cone micdoodle8.mods.galacticraft.planets.asteroids.items.ItemHeavyNoseCone@518cb5df +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6560 galacticraftplanets:orion_drive micdoodle8.mods.galacticraft.planets.asteroids.items.ItemOrionDrive@2158f26 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6561 galacticraftplanets:titanium_helmet micdoodle8.mods.galacticraft.planets.asteroids.items.ItemArmorAsteroids@7c7a2619 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6562 galacticraftplanets:titanium_chestplate micdoodle8.mods.galacticraft.planets.asteroids.items.ItemArmorAsteroids@4b1cf003 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6563 galacticraftplanets:titanium_leggings micdoodle8.mods.galacticraft.planets.asteroids.items.ItemArmorAsteroids@1211198c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6564 galacticraftplanets:titanium_boots micdoodle8.mods.galacticraft.planets.asteroids.items.ItemArmorAsteroids@67bc2863 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6565 galacticraftplanets:titanium_axe micdoodle8.mods.galacticraft.planets.asteroids.items.ItemAxeAsteroids@3876318a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6566 galacticraftplanets:titanium_pickaxe micdoodle8.mods.galacticraft.planets.asteroids.items.ItemPickaxeAsteroids@87369b1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6567 galacticraftplanets:titanium_shovel micdoodle8.mods.galacticraft.planets.asteroids.items.ItemSpadeAsteroids@3c65172d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6568 galacticraftplanets:titanium_hoe micdoodle8.mods.galacticraft.planets.asteroids.items.ItemHoeAsteroids@12a7d338 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6569 galacticraftplanets:titanium_sword micdoodle8.mods.galacticraft.planets.asteroids.items.ItemSwordAsteroids@1b544a87 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6570 galacticraftplanets:strange_seed micdoodle8.mods.galacticraft.planets.asteroids.items.ItemStrangeSeed@87996bd +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6571 galacticraftplanets:sulphuric_acid micdoodle8.mods.galacticraft.core.items.ItemBlockDesc@1c3134e0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6572 galacticraftplanets:bucket_sulphuric_acid micdoodle8.mods.galacticraft.core.items.ItemBucketGC@30230a4d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6573 galacticraftplanets:venus micdoodle8.mods.galacticraft.planets.venus.items.ItemBlockBasicVenus@99a6ebc +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6574 galacticraftplanets:spout micdoodle8.mods.galacticraft.core.items.ItemBlockGC@4d92dd4c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6575 galacticraftplanets:boss_spawner_venus micdoodle8.mods.galacticraft.core.items.ItemBlockGC@5811662a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6576 galacticraftplanets:treasure_t3 micdoodle8.mods.galacticraft.core.items.ItemBlockDesc@70c86e07 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6577 galacticraftplanets:web_torch micdoodle8.mods.galacticraft.planets.venus.items.ItemBlockTorchWeb@2afd012c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6578 galacticraftplanets:geothermal_generator micdoodle8.mods.galacticraft.core.items.ItemBlockDesc@71ded182 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6579 galacticraftplanets:crashed_probe micdoodle8.mods.galacticraft.core.items.ItemBlockDesc@22add9a5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6580 galacticraftplanets:venus_rock_scorched micdoodle8.mods.galacticraft.core.items.ItemBlockGC@112623a1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6581 galacticraftplanets:solar_array_module micdoodle8.mods.galacticraft.core.items.ItemBlockDesc@5390a4c8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6582 galacticraftplanets:solar_array_controller micdoodle8.mods.galacticraft.core.items.ItemBlockDesc@54c52df9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6583 galacticraftplanets:laser_turret micdoodle8.mods.galacticraft.planets.asteroids.items.ItemBlockLaser@1869a635 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6584 galacticraftplanets:thermal_padding_t2 micdoodle8.mods.galacticraft.planets.venus.items.ItemThermalPaddingTier2@38f2b5b2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6585 galacticraftplanets:basic_item_venus micdoodle8.mods.galacticraft.planets.venus.items.ItemBasicVenus@6e12f080 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6586 galacticraftplanets:volcanic_pickaxe micdoodle8.mods.galacticraft.planets.venus.items.ItemVolcanicPickaxe@1345a25e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6587 galacticraftplanets:key_t3 micdoodle8.mods.galacticraft.planets.venus.items.ItemKeyVenus@4648f60d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6588 galacticraftplanets:atomic_battery micdoodle8.mods.galacticraft.planets.venus.items.ItemBatteryAtomic@6b3a8453 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6589 galacticraftcore:unlit_torch_stone micdoodle8.mods.galacticraft.core.items.ItemBlockGC@12d5ef44 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6590 galacticraftcore:unlit_torch_stone_lit micdoodle8.mods.galacticraft.core.items.ItemBlockGC@2cbce812 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6591 extraplanets:mercury com.mjr.extraplanets.itemBlocks.planetAndMoons.ItemBlockMercury@14a4e7e9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6592 extraplanets:mercury_gravel com.mjr.mjrlegendslib.itemBlock.ItemBlockDefault@2b585d01 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6593 extraplanets:mercury_spawner com.mjr.mjrlegendslib.itemBlock.ItemBlockDefault@fd662b5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6594 extraplanets:treasure_chest_t4 micdoodle8.mods.galacticraft.core.items.ItemBlockDesc@4c0a016e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6595 extraplanets:ceres com.mjr.extraplanets.itemBlocks.planetAndMoons.ItemBlockCeres@7fa23ca9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6596 extraplanets:ceres_gravel com.mjr.mjrlegendslib.itemBlock.ItemBlockDefault@16fbd609 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6597 extraplanets:jupiter com.mjr.extraplanets.itemBlocks.planetAndMoons.ItemBlockJupiter@2a84cda9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6598 extraplanets:jupiter_gravel com.mjr.mjrlegendslib.itemBlock.ItemBlockDefault@3699b8e6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6599 extraplanets:jupiter_spawner com.mjr.mjrlegendslib.itemBlock.ItemBlockDefault@58b08de8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6600 extraplanets:treasure_chest_t5 micdoodle8.mods.galacticraft.core.items.ItemBlockDesc@10b35369 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6601 extraplanets:volcanic_rock com.mjr.mjrlegendslib.itemBlock.ItemBlockDefault@1c563d53 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6602 extraplanets:ash_rock com.mjr.mjrlegendslib.itemBlock.ItemBlockDefault@67f3e8b7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6603 extraplanets:orange_sand com.mjr.mjrlegendslib.itemBlock.ItemBlockDefault@3bf0e66c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6604 extraplanets:orange_sandstone com.mjr.mjrlegendslib.itemBlock.ItemBlockDefault@3152d260 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6605 extraplanets:saturn com.mjr.extraplanets.itemBlocks.planetAndMoons.ItemBlockSaturn@1c43ddbc +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6606 extraplanets:saturn_gravel com.mjr.mjrlegendslib.itemBlock.ItemBlockDefault@648d38d3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6607 extraplanets:saturn_spawner com.mjr.mjrlegendslib.itemBlock.ItemBlockDefault@58f271a8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6608 extraplanets:treasure_chest_t6 micdoodle8.mods.galacticraft.core.items.ItemBlockDesc@7f147904 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6609 extraplanets:uranus com.mjr.extraplanets.itemBlocks.planetAndMoons.ItemBlockUranus@7db8f567 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6610 extraplanets:uranus_spawner com.mjr.mjrlegendslib.itemBlock.ItemBlockDefault@70fe01a3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6611 extraplanets:treasure_chest_t7 micdoodle8.mods.galacticraft.core.items.ItemBlockDesc@3bca5125 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6612 extraplanets:dense_ice com.mjr.mjrlegendslib.itemBlock.ItemBlockDefault@674ac301 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6613 extraplanets:neptune com.mjr.extraplanets.itemBlocks.planetAndMoons.ItemBlockNeptune@5d630142 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6614 extraplanets:neptune_spawner com.mjr.mjrlegendslib.itemBlock.ItemBlockDefault@5d90f054 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6615 extraplanets:treasure_chest_t8 micdoodle8.mods.galacticraft.core.items.ItemBlockDesc@343ad1ba +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6616 extraplanets:frozen_nitrogen com.mjr.mjrlegendslib.itemBlock.ItemBlockDefault@5d94ef7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6617 extraplanets:pluto com.mjr.extraplanets.itemBlocks.planetAndMoons.ItemBlockPluto@4075261f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6618 extraplanets:pluto_spawner com.mjr.mjrlegendslib.itemBlock.ItemBlockDefault@1a3d6c15 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6619 extraplanets:treasure_chest_t9 micdoodle8.mods.galacticraft.core.items.ItemBlockDesc@7868d9e9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6620 extraplanets:pluto_gravel com.mjr.mjrlegendslib.itemBlock.ItemBlockDefault@37899ee5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6621 extraplanets:eris com.mjr.extraplanets.itemBlocks.planetAndMoons.ItemBlockEris@5e2513d5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6622 extraplanets:eris_spawner com.mjr.mjrlegendslib.itemBlock.ItemBlockDefault@2f8981c0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6623 extraplanets:treasure_chest_t10 micdoodle8.mods.galacticraft.core.items.ItemBlockDesc@1190a249 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6624 extraplanets:eris_gravel com.mjr.mjrlegendslib.itemBlock.ItemBlockDefault@6a156828 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6625 extraplanets:kepler22b com.mjr.extraplanets.itemBlocks.planetAndMoons.ItemBlockKepler22b@1cd87504 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6626 extraplanets:kepler22b_grass com.mjr.mjrlegendslib.itemBlock.ItemBlockDefault@7fbc60de +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6627 extraplanets:kepler22b_blue_grass com.mjr.mjrlegendslib.itemBlock.ItemBlockDefault@6baa078a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6628 extraplanets:kepler22b_purple_grass com.mjr.mjrlegendslib.itemBlock.ItemBlockDefault@2abf66ff +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6629 extraplanets:kepler22b_red_grass com.mjr.mjrlegendslib.itemBlock.ItemBlockDefault@759056f9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6630 extraplanets:kepler22b_yellow_grass com.mjr.mjrlegendslib.itemBlock.ItemBlockDefault@69b66205 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6631 extraplanets:kepler22b_infected_grass com.mjr.mjrlegendslib.itemBlock.ItemBlockDefault@529baeee +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6632 extraplanets:kepler22b_flowers com.mjr.extraplanets.itemBlocks.planetAndMoons.Kepler22b.ItemBlockKepler22bTallGrass@342a2dc +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6633 extraplanets:red_sand com.mjr.mjrlegendslib.itemBlock.ItemBlockDefault@74120bd3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6634 extraplanets:red_sandstone com.mjr.mjrlegendslib.itemBlock.ItemBlockDefault@2e6ef91e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6635 extraplanets:europa com.mjr.extraplanets.itemBlocks.planetAndMoons.ItemBlockEuropa@218dcee3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6636 extraplanets:europa_gravel com.mjr.mjrlegendslib.itemBlock.ItemBlockDefault@374fdc4c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6637 extraplanets:io com.mjr.extraplanets.itemBlocks.planetAndMoons.ItemBlockIo@536715e5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6638 extraplanets:io_gravel com.mjr.mjrlegendslib.itemBlock.ItemBlockDefault@a98a09e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6639 extraplanets:deimos com.mjr.extraplanets.itemBlocks.planetAndMoons.ItemBlockDeimos@452d9df8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6640 extraplanets:deimos_gravel com.mjr.mjrlegendslib.itemBlock.ItemBlockDefault@c4994ad +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6641 extraplanets:phobos com.mjr.extraplanets.itemBlocks.planetAndMoons.ItemBlockPhobos@676a60fc +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6642 extraplanets:phobos_gravel com.mjr.mjrlegendslib.itemBlock.ItemBlockDefault@28b9b0df +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6643 extraplanets:triton com.mjr.extraplanets.itemBlocks.planetAndMoons.ItemBlockTriton@1d23a6d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6644 extraplanets:triton_gravel com.mjr.mjrlegendslib.itemBlock.ItemBlockDefault@417e2a06 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6645 extraplanets:callisto com.mjr.extraplanets.itemBlocks.planetAndMoons.ItemBlockCallisto@75a7cf55 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6646 extraplanets:callisto_gravel com.mjr.mjrlegendslib.itemBlock.ItemBlockDefault@10fda676 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6647 extraplanets:ganymede com.mjr.extraplanets.itemBlocks.planetAndMoons.ItemBlockGanymede@6ce756 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6648 extraplanets:ganymede_gravel com.mjr.mjrlegendslib.itemBlock.ItemBlockDefault@30f2d347 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6649 extraplanets:rhea com.mjr.extraplanets.itemBlocks.planetAndMoons.ItemBlockRhea@7be47f6b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6650 extraplanets:rhea_gravel com.mjr.mjrlegendslib.itemBlock.ItemBlockDefault@657a877 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6651 extraplanets:titan com.mjr.extraplanets.itemBlocks.planetAndMoons.ItemBlockTitan@6166a9bc +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6652 extraplanets:titan_gravel com.mjr.mjrlegendslib.itemBlock.ItemBlockDefault@4728263c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6653 extraplanets:oberon com.mjr.extraplanets.itemBlocks.planetAndMoons.ItemBlockOberon@1f6f1695 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6654 extraplanets:oberon_gravel com.mjr.mjrlegendslib.itemBlock.ItemBlockDefault@24c0111f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6655 extraplanets:titania com.mjr.extraplanets.itemBlocks.planetAndMoons.ItemBlockTitania@70bf6772 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6656 extraplanets:titania_gravel com.mjr.mjrlegendslib.itemBlock.ItemBlockDefault@76a0a69f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6657 extraplanets:iapetus com.mjr.extraplanets.itemBlocks.planetAndMoons.ItemBlockIapetus@111cdd60 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6658 extraplanets:iapetus_gravel com.mjr.mjrlegendslib.itemBlock.ItemBlockDefault@35f06eb5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6659 extraplanets:fossil com.mjr.mjrlegendslib.itemBlock.ItemBlockDefault@3e7f1b8e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6660 extraplanets:nuclear_bomb com.mjr.mjrlegendslib.itemBlock.ItemBlockDefault@4d18d680 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6661 extraplanets:fire_bomb com.mjr.mjrlegendslib.itemBlock.ItemBlockDefault@3a98e59e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6662 extraplanets:advanced_launch_pad com.mjr.extraplanets.itemBlocks.blocks.ItemBlockCustomLandingPad@cabb1be +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6663 extraplanets:advanced_launch_pad_full com.mjr.mjrlegendslib.itemBlock.ItemBlockDefault@4ace78ce +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6664 extraplanets:block_multi com.mjr.extraplanets.itemBlocks.blocks.ItemBlockDummy@41691bc1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6665 extraplanets:decorative_blocks com.mjr.extraplanets.itemBlocks.blocks.ItemBlockDecorativeBlocks@3ca0a267 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6666 extraplanets:decorative_blocks2 com.mjr.extraplanets.itemBlocks.blocks.ItemBlockDecorativeBlocks2@6dd7d20c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6667 extraplanets:candy_blocks com.mjr.extraplanets.itemBlocks.blocks.ItemBlockCandyBlocks@5466cf70 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6668 extraplanets:candy_blocks_horizontal com.mjr.extraplanets.itemBlocks.blocks.ItemBlockCandyBlocksHorizontal@5d58612e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6669 extraplanets:cake_blocks com.mjr.extraplanets.itemBlocks.blocks.ItemBlockCakeBlocks@64525378 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6670 extraplanets:white_sugar_cane micdoodle8.mods.galacticraft.core.items.ItemBlockDesc@3746aa4c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6671 extraplanets:diamond_grit com.mjr.mjrlegendslib.itemBlock.ItemBlockDefault@5539fe9b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6672 extraplanets:gold_grit com.mjr.mjrlegendslib.itemBlock.ItemBlockDefault@4b76b403 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6673 extraplanets:coal_grit com.mjr.mjrlegendslib.itemBlock.ItemBlockDefault@3d49e786 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6674 extraplanets:iron_grit com.mjr.mjrlegendslib.itemBlock.ItemBlockDefault@3f5f2ea9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6675 extraplanets:emerald_grit com.mjr.mjrlegendslib.itemBlock.ItemBlockDefault@2508d2ff +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6676 extraplanets:mercury_stairs_surface com.mjr.mjrlegendslib.itemBlock.ItemBlockDefault@5b20acf1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6677 extraplanets:mercury_stairs_sub_surface com.mjr.mjrlegendslib.itemBlock.ItemBlockDefault@29a715c4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6678 extraplanets:mercury_stairs_stone com.mjr.mjrlegendslib.itemBlock.ItemBlockDefault@6fcb5c3f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6679 extraplanets:mercury_stairs_stone_bricks com.mjr.mjrlegendslib.itemBlock.ItemBlockDefault@c37e413 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6680 extraplanets:ceres_stairs_surface com.mjr.mjrlegendslib.itemBlock.ItemBlockDefault@52ae8640 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6681 extraplanets:ceres_stairs_sub_surface com.mjr.mjrlegendslib.itemBlock.ItemBlockDefault@43b6a0e4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6682 extraplanets:ceres_stairs_stone com.mjr.mjrlegendslib.itemBlock.ItemBlockDefault@76a93609 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6683 extraplanets:ceres_stairs_stone_bricks com.mjr.mjrlegendslib.itemBlock.ItemBlockDefault@450d43b3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6684 extraplanets:jupiter_stairs_surface com.mjr.mjrlegendslib.itemBlock.ItemBlockDefault@633751d4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6685 extraplanets:jupiter_stairs_sub_surface com.mjr.mjrlegendslib.itemBlock.ItemBlockDefault@15f07cd6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6686 extraplanets:jupiter_stairs_stone com.mjr.mjrlegendslib.itemBlock.ItemBlockDefault@2a56091f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6687 extraplanets:jupiter_stairs_stone_bricks com.mjr.mjrlegendslib.itemBlock.ItemBlockDefault@569c73d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6688 extraplanets:saturn_stairs_surface com.mjr.mjrlegendslib.itemBlock.ItemBlockDefault@5c898fb5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6689 extraplanets:saturn_stairs_sub_surface com.mjr.mjrlegendslib.itemBlock.ItemBlockDefault@4a895e3e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6690 extraplanets:saturn_stairs_stone com.mjr.mjrlegendslib.itemBlock.ItemBlockDefault@500db881 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6691 extraplanets:saturn_stairs_stone_bricks com.mjr.mjrlegendslib.itemBlock.ItemBlockDefault@1b16dd92 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6692 extraplanets:uranus_stairs_surface com.mjr.mjrlegendslib.itemBlock.ItemBlockDefault@bf21d62 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6693 extraplanets:uranus_stairs_sub_surface com.mjr.mjrlegendslib.itemBlock.ItemBlockDefault@b8ada8c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6694 extraplanets:uranus_stairs_stone com.mjr.mjrlegendslib.itemBlock.ItemBlockDefault@36feb2cc +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6695 extraplanets:uranus_stairs_stone_bricks com.mjr.mjrlegendslib.itemBlock.ItemBlockDefault@1b2903cc +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6696 extraplanets:neptune_stairs_surface com.mjr.mjrlegendslib.itemBlock.ItemBlockDefault@2b14c6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6697 extraplanets:neptune_stairs_sub_surface com.mjr.mjrlegendslib.itemBlock.ItemBlockDefault@5da8f0f5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6698 extraplanets:neptune_stairs_stone com.mjr.mjrlegendslib.itemBlock.ItemBlockDefault@1e03515e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6699 extraplanets:neptune_stairs_stone_bricks com.mjr.mjrlegendslib.itemBlock.ItemBlockDefault@4d670631 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6700 extraplanets:pluto_stairs_surface com.mjr.mjrlegendslib.itemBlock.ItemBlockDefault@15b2a67f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6701 extraplanets:pluto_stairs_sub_surface com.mjr.mjrlegendslib.itemBlock.ItemBlockDefault@f07d364 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6702 extraplanets:pluto_stairs_stone com.mjr.mjrlegendslib.itemBlock.ItemBlockDefault@b8aea7b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6703 extraplanets:pluto_stairs_stone_bricks com.mjr.mjrlegendslib.itemBlock.ItemBlockDefault@7ea923b5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6704 extraplanets:eris_stairs_surface com.mjr.mjrlegendslib.itemBlock.ItemBlockDefault@7ea8e341 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6705 extraplanets:eris_stairs_sub_surface com.mjr.mjrlegendslib.itemBlock.ItemBlockDefault@4f858303 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6706 extraplanets:eris_stairs_stone com.mjr.mjrlegendslib.itemBlock.ItemBlockDefault@138071ba +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6707 extraplanets:eris_stairs_stone_bricks com.mjr.mjrlegendslib.itemBlock.ItemBlockDefault@24834cf4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6708 extraplanets:kepler22b_maple_logs com.mjr.extraplanets.itemBlocks.planetAndMoons.Kepler22b.ItemBlockKepler22bMapleLog@1d0801ce +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6709 extraplanets:kepler22b_maple_logs2 com.mjr.extraplanets.itemBlocks.planetAndMoons.Kepler22b.ItemBlockKepler22bMapleLog2@7e7614f7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6710 extraplanets:kepler22b_maple_saplings com.mjr.extraplanets.itemBlocks.planetAndMoons.Kepler22b.ItemBlockKepler22bMapleSapling@6e6bb722 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6711 extraplanets:kepler22b_new_maple_leaves com.mjr.extraplanets.itemBlocks.planetAndMoons.Kepler22b.ItemBlockKepler22bMapleLeaf@5031b2f7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6712 extraplanets:kepler22b_new_maple_leaves_2 com.mjr.extraplanets.itemBlocks.planetAndMoons.Kepler22b.ItemBlockKepler22bMapleLeaf2@deadf4e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6713 extraplanets:kepler22b_planks com.mjr.extraplanets.itemBlocks.planetAndMoons.Kepler22b.ItemBlockKepler22bPlanks@43f5a3a8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6714 extraplanets:advanced_refinery micdoodle8.mods.galacticraft.core.items.ItemBlockDesc@7014ce53 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6715 extraplanets:ultimate_refinery micdoodle8.mods.galacticraft.core.items.ItemBlockDesc@2def7cac +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6716 extraplanets:solar com.mjr.extraplanets.itemBlocks.machines.ItemBlockSolar@76a4d6f0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6717 extraplanets:advanced_oxygen_compressor com.mjr.extraplanets.itemBlocks.machines.ItemBlockAdvancedOxygenCompressor@1822c36f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6718 extraplanets:ultimate_oxygen_compressor com.mjr.extraplanets.itemBlocks.machines.ItemBlockUltimateOxygenCompressor@4e12e06e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6719 extraplanets:advanced_fuel_loader micdoodle8.mods.galacticraft.core.items.ItemBlockDesc@18ceef1c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6720 extraplanets:ultimate_fuel_loader micdoodle8.mods.galacticraft.core.items.ItemBlockDesc@480da9a3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6721 extraplanets:basic_densifier micdoodle8.mods.galacticraft.core.items.ItemBlockDesc@46ba3276 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6722 extraplanets:vehicle_charger micdoodle8.mods.galacticraft.core.items.ItemBlockDesc@1ff2bb5f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6723 extraplanets:glowstone micdoodle8.mods.galacticraft.core.items.ItemBlockGC@702b01b2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6724 extraplanets:magma micdoodle8.mods.galacticraft.core.items.ItemBlockGC@55cefea5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6725 extraplanets:nitrogen micdoodle8.mods.galacticraft.core.items.ItemBlockGC@42704fe8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6726 extraplanets:frozen_water micdoodle8.mods.galacticraft.core.items.ItemBlockGC@48d22cba +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6727 extraplanets:salt micdoodle8.mods.galacticraft.core.items.ItemBlockGC@60dc8283 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6728 extraplanets:radioactive_water micdoodle8.mods.galacticraft.core.items.ItemBlockGC@424573eb +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6729 extraplanets:clean_water micdoodle8.mods.galacticraft.core.items.ItemBlockGC@28a7b44 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6730 extraplanets:infected_water micdoodle8.mods.galacticraft.core.items.ItemBlockGC@5b642053 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6731 extraplanets:methane micdoodle8.mods.galacticraft.core.items.ItemBlockGC@5fa86926 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6732 extraplanets:nitrogen_ice micdoodle8.mods.galacticraft.core.items.ItemBlockGC@361b8313 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6733 extraplanets:liquid_hydrocarbon micdoodle8.mods.galacticraft.core.items.ItemBlockGC@679a9ecf +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6734 extraplanets:liquid_chocolate micdoodle8.mods.galacticraft.core.items.ItemBlockGC@1d064cd7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6735 extraplanets:liquid_caramel micdoodle8.mods.galacticraft.core.items.ItemBlockGC@17be708 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6736 extraplanets:blue_diamond_pickaxe com.mjr.mjrlegendslib.item.BasicPickaxe@6b12ff2f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6737 extraplanets:blue_diamond_axe com.mjr.mjrlegendslib.item.BasicAxe@58cd7864 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6738 extraplanets:blue_diamond_hoe com.mjr.mjrlegendslib.item.BasicHoe@7702f75e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6739 extraplanets:blue_diamond_shovel com.mjr.mjrlegendslib.item.BasicShovel@299f1d11 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6740 extraplanets:blue_diamond_sword com.mjr.mjrlegendslib.item.BasicSword@5588648a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6741 extraplanets:red_diamond_pickaxe com.mjr.mjrlegendslib.item.BasicPickaxe@66353807 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6742 extraplanets:red_diamond_axe com.mjr.mjrlegendslib.item.BasicAxe@6ed9b98 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6743 extraplanets:red_diamond_hoe com.mjr.mjrlegendslib.item.BasicHoe@57cb69c1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6744 extraplanets:red_diamond_shovel com.mjr.mjrlegendslib.item.BasicShovel@4171eb86 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6745 extraplanets:red_diamond_sword com.mjr.mjrlegendslib.item.BasicSword@ecb06af +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6746 extraplanets:purple_diamond_pickaxe com.mjr.mjrlegendslib.item.BasicPickaxe@64107db5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6747 extraplanets:purple_diamond_axe com.mjr.mjrlegendslib.item.BasicAxe@68199597 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6748 extraplanets:purple_diamond_hoe com.mjr.mjrlegendslib.item.BasicHoe@267a7ec9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6749 extraplanets:purple_diamond_shovel com.mjr.mjrlegendslib.item.BasicShovel@7052ead7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6750 extraplanets:purple_diamond_sword com.mjr.mjrlegendslib.item.BasicSword@1748ccbd +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6751 extraplanets:yellow_diamond_pickaxe com.mjr.mjrlegendslib.item.BasicPickaxe@33d946ee +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6752 extraplanets:yellow_diamond_axe com.mjr.mjrlegendslib.item.BasicAxe@4620ea6a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6753 extraplanets:yellow_diamond_hoe com.mjr.mjrlegendslib.item.BasicHoe@21c3a42b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6754 extraplanets:yellow_diamond_shovel com.mjr.mjrlegendslib.item.BasicShovel@703fa98a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6755 extraplanets:yellow_diamond_sword com.mjr.mjrlegendslib.item.BasicSword@9a86f55 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6756 extraplanets:green_diamond_pickaxe com.mjr.mjrlegendslib.item.BasicPickaxe@481ab7b0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6757 extraplanets:green_diamond_axe com.mjr.mjrlegendslib.item.BasicAxe@74c4a064 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6758 extraplanets:green_diamond_hoe com.mjr.mjrlegendslib.item.BasicHoe@79ba248f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6759 extraplanets:green_diamond_shovel com.mjr.mjrlegendslib.item.BasicShovel@33a23e2a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6760 extraplanets:green_diamond_sword com.mjr.mjrlegendslib.item.BasicSword@2e98b8d9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6761 extraplanets:blue_diamond_helmet com.mjr.extraplanets.items.armor.BlueDiamondArmor@2d868257 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6762 extraplanets:blue_diamond_chest com.mjr.extraplanets.items.armor.BlueDiamondArmor@660281a1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6763 extraplanets:blue_diamond_legings com.mjr.extraplanets.items.armor.BlueDiamondArmor@17147d6b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6764 extraplanets:blue_diamond_boots com.mjr.extraplanets.items.armor.BlueDiamondArmor@5c3c744d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6765 extraplanets:red_diamond_helmet com.mjr.extraplanets.items.armor.RedDiamondArmor@68016156 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6766 extraplanets:red_diamond_chest com.mjr.extraplanets.items.armor.RedDiamondArmor@45e05780 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6767 extraplanets:red_diamond_legings com.mjr.extraplanets.items.armor.RedDiamondArmor@745895e5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6768 extraplanets:red_diamond_boots com.mjr.extraplanets.items.armor.RedDiamondArmor@737e1832 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6769 extraplanets:purple_diamond_helmet com.mjr.extraplanets.items.armor.PurpleDiamondArmor@5da9eded +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6770 extraplanets:purple_diamond_chest com.mjr.extraplanets.items.armor.PurpleDiamondArmor@407e3a15 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6771 extraplanets:purple_diamond_legings com.mjr.extraplanets.items.armor.PurpleDiamondArmor@4c0328de +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6772 extraplanets:purple_diamond_boots com.mjr.extraplanets.items.armor.PurpleDiamondArmor@150c728a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6773 extraplanets:yellow_diamond_helmet com.mjr.extraplanets.items.armor.YellowDiamondArmor@679daf4d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6774 extraplanets:yellow_diamond_chest com.mjr.extraplanets.items.armor.YellowDiamondArmor@56f76a6f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6775 extraplanets:yellow_diamond_legings com.mjr.extraplanets.items.armor.YellowDiamondArmor@472cbfab +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6776 extraplanets:yellow_diamond_boots com.mjr.extraplanets.items.armor.YellowDiamondArmor@2a69f073 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6777 extraplanets:green_diamond_helmet com.mjr.extraplanets.items.armor.GreenDiamondArmor@4f92339c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6778 extraplanets:green_diamond_chest com.mjr.extraplanets.items.armor.GreenDiamondArmor@3f948b1b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6779 extraplanets:green_diamond_legings com.mjr.extraplanets.items.armor.GreenDiamondArmor@4469e77b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6780 extraplanets:green_diamond_boots com.mjr.extraplanets.items.armor.GreenDiamondArmor@65363248 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6781 extraplanets:tier1_space_suit_helmet com.mjr.extraplanets.items.armor.Tier1SpaceSuitArmor@3d945179 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6782 extraplanets:tier1_space_suit_chest com.mjr.extraplanets.items.armor.Tier1SpaceSuitArmor@147c8bb9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6783 extraplanets:tier1_space_suit_jetpack_chest com.mjr.extraplanets.items.armor.Tier1SpaceSuitArmorJetpack@1e85d6fe +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6784 extraplanets:tier1_space_suit_legings com.mjr.extraplanets.items.armor.Tier1SpaceSuitArmor@5cced29a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6785 extraplanets:tier1_space_suit_boots com.mjr.extraplanets.items.armor.Tier1SpaceSuitArmor@4763edab +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6786 extraplanets:tier1_space_suit_gravity_boots com.mjr.extraplanets.items.armor.Tier1SpaceSuitArmor@502792e2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6787 extraplanets:tier2_space_suit_helmet com.mjr.extraplanets.items.armor.Tier2SpaceSuitArmor@37584b22 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6788 extraplanets:tier2_space_suit_chest com.mjr.extraplanets.items.armor.Tier2SpaceSuitArmor@7610bbf2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6789 extraplanets:tier2_space_suit_jetpack_chest com.mjr.extraplanets.items.armor.Tier2SpaceSuitArmorJetpack@197d9763 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6790 extraplanets:tier2_space_suit_legings com.mjr.extraplanets.items.armor.Tier2SpaceSuitArmor@6cf8c0c9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6791 extraplanets:tier2_space_suit_boots com.mjr.extraplanets.items.armor.Tier2SpaceSuitArmor@73456e4a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6792 extraplanets:tier2_space_suit_gravity_boots com.mjr.extraplanets.items.armor.Tier2SpaceSuitArmor@35337be2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6793 extraplanets:tier3_space_suit_helmet com.mjr.extraplanets.items.armor.Tier3SpaceSuitArmor@5fca0089 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6794 extraplanets:tier3_space_suit_chest com.mjr.extraplanets.items.armor.Tier3SpaceSuitArmor@7179e926 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6795 extraplanets:tier3_space_suit_jetpack_chest com.mjr.extraplanets.items.armor.Tier3SpaceSuitArmorJetpack@5112c36e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6796 extraplanets:tier3_space_suit_legings com.mjr.extraplanets.items.armor.Tier3SpaceSuitArmor@3d7ba00c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6797 extraplanets:tier3_space_suit_boots com.mjr.extraplanets.items.armor.Tier3SpaceSuitArmor@4d678d21 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6798 extraplanets:tier3_space_suit_gravity_boots com.mjr.extraplanets.items.armor.Tier3SpaceSuitArmor@6eab9077 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6799 extraplanets:tier4_space_suit_helmet com.mjr.extraplanets.items.armor.Tier4SpaceSuitArmor@c3af24f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6800 extraplanets:tier4_space_suit_chest com.mjr.extraplanets.items.armor.Tier4SpaceSuitArmor@1d1addf4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6801 extraplanets:tier4_space_suit_jetpack_chest com.mjr.extraplanets.items.armor.Tier4SpaceSuitArmorJetpack@5fe93131 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6802 extraplanets:tier4_space_suit_legings com.mjr.extraplanets.items.armor.Tier4SpaceSuitArmor@476967e3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6803 extraplanets:tier4_space_suit_boots com.mjr.extraplanets.items.armor.Tier4SpaceSuitArmor@1e40eff4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6804 extraplanets:tier4_space_suit_gravity_boots com.mjr.extraplanets.items.armor.Tier4SpaceSuitArmor@53fa124a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6805 extraplanets:mercury_battery com.mjr.extraplanets.items.ItemBasicBattery@7f0efaee +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6806 extraplanets:compressed_mercury com.mjr.extraplanets.items.ItemMercuryCompressed@573837dc +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6807 extraplanets:ingot_mercury com.mjr.extraplanets.items.ItemBasicItem@75c9107f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6808 extraplanets:item_tier4_rocket com.mjr.extraplanets.items.rockets.Tier4Rocket@1e7c306f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6809 extraplanets:schematic_tier4 com.mjr.extraplanets.items.schematics.ItemSchematicTier4Rocket@16ad70c4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6810 extraplanets:nose_cone_tier4 com.mjr.extraplanets.items.noseCones.Tier4NoseCone@3d331a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6811 extraplanets:tier4_items com.mjr.extraplanets.items.planetAndMoonItems.ItemTier4Items@3d4a818a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6812 extraplanets:t4key com.mjr.extraplanets.items.keys.ItemKeyT4@42ca2104 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6813 extraplanets:ingot_uranium com.mjr.extraplanets.items.ItemBasicItem@3f1c42c9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6814 extraplanets:item_tier5_rocket com.mjr.extraplanets.items.rockets.Tier5Rocket@56d003d3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6815 extraplanets:schematic_tier5 com.mjr.extraplanets.items.schematics.ItemSchematicTier5Rocket@3f7f9e52 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6816 extraplanets:nose_cone_tier5 com.mjr.extraplanets.items.noseCones.Tier5NoseCone@2c2e4ab8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6817 extraplanets:tier5_items com.mjr.extraplanets.items.planetAndMoonItems.ItemTier5Items@71f94ffe +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6818 extraplanets:t5key com.mjr.extraplanets.items.keys.ItemKeyT5@27e10489 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6819 extraplanets:nickel_battery com.mjr.extraplanets.items.ItemBasicBattery@642f8329 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6820 extraplanets:item_tier6_rocket com.mjr.extraplanets.items.rockets.Tier6Rocket@3a0a7e9e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6821 extraplanets:schematic_tier6 com.mjr.extraplanets.items.schematics.ItemSchematicTier6Rocket@1b7409e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6822 extraplanets:nose_cone_tier6 com.mjr.extraplanets.items.noseCones.Tier6NoseCone@2e5dc96d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6823 extraplanets:tier6_items com.mjr.extraplanets.items.planetAndMoonItems.ItemTier6Items@36733144 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6824 extraplanets:t6key com.mjr.extraplanets.items.keys.ItemKeyT6@5fe4479a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6825 extraplanets:item_tier7_rocket com.mjr.extraplanets.items.rockets.Tier7Rocket@64ec4f48 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6826 extraplanets:schematic_tier7 com.mjr.extraplanets.items.schematics.ItemSchematicTier7Rocket@243ae419 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6827 extraplanets:nose_cone_tier7 com.mjr.extraplanets.items.noseCones.Tier7NoseCone@b6c08cb +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6828 extraplanets:tier7_items com.mjr.extraplanets.items.planetAndMoonItems.ItemTier7Items@76c956ab +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6829 extraplanets:t7key com.mjr.extraplanets.items.keys.ItemKeyT7@70d9d135 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6830 extraplanets:item_tier8_rocket com.mjr.extraplanets.items.rockets.Tier8Rocket@330e91b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6831 extraplanets:schematic_tier8 com.mjr.extraplanets.items.schematics.ItemSchematicTier8Rocket@68f183e6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6832 extraplanets:nose_cone_tier8 com.mjr.extraplanets.items.noseCones.Tier8NoseCone@5431fc5d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6833 extraplanets:tier8_items com.mjr.extraplanets.items.planetAndMoonItems.ItemTier8Items@6adfcf97 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6834 extraplanets:t8key com.mjr.extraplanets.items.keys.ItemKeyT8@6ea38be6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6835 extraplanets:zinc_battery com.mjr.extraplanets.items.ItemBasicBattery@aa9db67 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6836 extraplanets:item_tier9_rocket com.mjr.extraplanets.items.rockets.Tier9Rocket@51210d7b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6837 extraplanets:schematic_tier9 com.mjr.extraplanets.items.schematics.ItemSchematicTier9Rocket@4516c3bf +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6838 extraplanets:nose_cone_tier9 com.mjr.extraplanets.items.noseCones.Tier9NoseCone@37988c40 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6839 extraplanets:tier9_items com.mjr.extraplanets.items.planetAndMoonItems.ItemTier9Items@732e1b37 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6840 extraplanets:t9key com.mjr.extraplanets.items.keys.ItemKeyT9@2abd9afc +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6841 extraplanets:item_tier10_rocket com.mjr.extraplanets.items.rockets.Tier10Rocket@5945af2f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6842 extraplanets:schematic_tier10 com.mjr.extraplanets.items.schematics.ItemSchematicTier10Rocket@2a4cc2cb +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6843 extraplanets:nose_cone_tier10 com.mjr.extraplanets.items.noseCones.Tier10NoseCone@29389316 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6844 extraplanets:tier10_items com.mjr.extraplanets.items.planetAndMoonItems.ItemTier10Items@6f9496b7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6845 extraplanets:t10key com.mjr.extraplanets.items.keys.ItemKeyT10@1b5c70bd +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6846 extraplanets:schematic_tier10_electric_rocket com.mjr.extraplanets.items.schematics.ItemSchematicTier10ElectricRocket@574aa387 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6847 extraplanets:tier11_items com.mjr.extraplanets.items.planetAndMoonItems.ItemTier11Items@3a873a5b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6848 extraplanets:apple_diamond com.mjr.extraplanets.items.ItemAppleDiamond@716d2292 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6849 extraplanets:apple_iron com.mjr.extraplanets.items.ItemAppleIron@9cc6d9a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6850 extraplanets:thermal_cloth com.mjr.extraplanets.items.thermalPadding.ItemThermalCloth@b18a1bf +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6851 extraplanets:tier3_thermal_padding com.mjr.extraplanets.items.thermalPadding.ItemTier3ThermalPadding@8ce0765 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6852 extraplanets:tier4_thermal_padding com.mjr.extraplanets.items.thermalPadding.ItemTier4ThermalPadding@10afcd5c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6853 extraplanets:tier5_thermal_padding com.mjr.extraplanets.items.thermalPadding.ItemTier5ThermalPadding@7a65d26e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6854 extraplanets:advanced_battery com.mjr.extraplanets.items.ItemBasicBattery@343e91c4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6855 extraplanets:ultimate_battery com.mjr.extraplanets.items.ItemBasicBattery@4cb34d09 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6856 extraplanets:massive_battery com.mjr.extraplanets.items.ItemBasicBattery@2218acee +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6857 extraplanets:oxygen_tank_very_heavy_full com.mjr.extraplanets.items.ItemCustomOxygenTank@76bafc61 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6858 extraplanets:oxygen_tank_extremely_heavy_full com.mjr.extraplanets.items.ItemCustomOxygenTank@36caf3c3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6859 extraplanets:tier1_pressure_layer com.mjr.extraplanets.items.ItemBasicItem@60c73b16 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6860 extraplanets:tier2_pressure_layer com.mjr.extraplanets.items.ItemBasicItem@75f943c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6861 extraplanets:tier3_pressure_layer com.mjr.extraplanets.items.ItemBasicItem@26a72942 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6862 extraplanets:tier4_pressure_layer com.mjr.extraplanets.items.ItemBasicItem@471292be +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6863 extraplanets:tier1_radiation_layer com.mjr.extraplanets.items.ItemBasicItem@1e541ec1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6864 extraplanets:tier2_radiation_layer com.mjr.extraplanets.items.ItemBasicItem@65d18743 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6865 extraplanets:tier3_radiation_layer com.mjr.extraplanets.items.ItemBasicItem@7a234f82 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6866 extraplanets:tier4_radiation_layer com.mjr.extraplanets.items.ItemBasicItem@29f7b51a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6867 extraplanets:tier1_armor_layer com.mjr.extraplanets.items.ItemBasicItem@176b14f3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6868 extraplanets:tier2_armor_layer com.mjr.extraplanets.items.ItemBasicItem@7ee972c2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6869 extraplanets:tier3_armor_layer com.mjr.extraplanets.items.ItemBasicItem@1e566dc2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6870 extraplanets:tier4_armor_layer com.mjr.extraplanets.items.ItemBasicItem@a1d5477 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6871 extraplanets:tier1_un_prepared_space_suit_helmet com.mjr.extraplanets.items.ItemBasicItem@451e154b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6872 extraplanets:tier1_un_prepared_space_suit_chest com.mjr.extraplanets.items.ItemBasicItem@70d41048 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6873 extraplanets:tier1_un_prepared_space_suit_legings com.mjr.extraplanets.items.ItemBasicItem@5d415bed +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6874 extraplanets:tier1_un_prepared_space_suit_boots com.mjr.extraplanets.items.ItemBasicItem@3d1f12de +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6875 extraplanets:tier2_un_prepared_space_suit_helmet com.mjr.extraplanets.items.ItemBasicItem@89eec7b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6876 extraplanets:tier2_un_prepared_space_suit_chest com.mjr.extraplanets.items.ItemBasicItem@5818eb70 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6877 extraplanets:tier2_un_prepared_space_suit_legings com.mjr.extraplanets.items.ItemBasicItem@f515dad +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6878 extraplanets:tier2_un_prepared_space_suit_boots com.mjr.extraplanets.items.ItemBasicItem@4a1d377b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6879 extraplanets:tier3_un_prepared_space_suit_helmet com.mjr.extraplanets.items.ItemBasicItem@351fe777 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6880 extraplanets:tier3_un_prepared_space_suit_chest com.mjr.extraplanets.items.ItemBasicItem@2a43c9cf +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6881 extraplanets:tier3_un_prepared_space_suit_legings com.mjr.extraplanets.items.ItemBasicItem@2f7a451f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6882 extraplanets:tier3_un_prepared_space_suit_boots com.mjr.extraplanets.items.ItemBasicItem@cff1964 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6883 extraplanets:tier4_un_prepared_space_suit_helmet com.mjr.extraplanets.items.ItemBasicItem@461173d3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6884 extraplanets:tier4_un_prepared_space_suit_chest com.mjr.extraplanets.items.ItemBasicItem@7228c76f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6885 extraplanets:tier4_un_prepared_space_suit_legings com.mjr.extraplanets.items.ItemBasicItem@f072688 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6886 extraplanets:tier4_un_prepared_space_suit_boots com.mjr.extraplanets.items.ItemBasicItem@7b472a35 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6887 extraplanets:module_items com.mjr.extraplanets.items.ItemModuleItems@36054165 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6888 extraplanets:mars_rover com.mjr.extraplanets.items.vehicles.ItemMarsRover@222fb75 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6889 extraplanets:schematic_mars_rover com.mjr.extraplanets.items.schematics.ItemSchematicMarsRover@3427bedf +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6890 extraplanets:venus_rover com.mjr.extraplanets.items.vehicles.ItemVenusRover@76733cec +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6891 extraplanets:schematic_venus_rover com.mjr.extraplanets.items.schematics.ItemSchematicVenusRover@6ae1452e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6892 extraplanets:electric_parts com.mjr.extraplanets.items.ItemElectricParts@7f8de254 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6893 extraplanets:wafer com.mjr.extraplanets.items.ItemWafers@76d56a3c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6894 extraplanets:ingot_lead com.mjr.extraplanets.items.ItemBasicItem@192eac56 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6895 extraplanets:cloth com.mjr.extraplanets.items.ItemBasicItem@79865268 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6896 extraplanets:tools com.mjr.extraplanets.items.ItemTools@6989804e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6897 extraplanets:gravity_controller com.mjr.extraplanets.items.ItemBasicItem@34d093c9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6898 extraplanets:tier1_kit com.mjr.extraplanets.items.ItemBasicKit@58f0c519 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6899 extraplanets:tier2_kit com.mjr.extraplanets.items.ItemBasicKit@13aec97d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6900 extraplanets:tier3_kit com.mjr.extraplanets.items.ItemBasicKit@3680b0b6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6901 extraplanets:tier4_kit com.mjr.extraplanets.items.ItemBasicKit@67e3374 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6902 extraplanets:tier5_kit com.mjr.extraplanets.items.ItemBasicKit@5878e6af +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6903 extraplanets:item_tier10_electric_rocket com.mjr.extraplanets.items.rockets.ElectricRocket@3df839fc +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6904 extraplanets:geiger_counter com.mjr.extraplanets.items.ItemGeigerCounter@e4e2bf5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6905 extraplanets:white_sugar_cane_item net.minecraft.item.ItemBlockSpecial@795c5cdb +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6906 extraplanets:chocolate_bar net.minecraft.item.ItemFood@660e90c1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6907 extraplanets:caramel_bar net.minecraft.item.ItemFood@1a456225 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6908 extraplanets:oxygen_tank_light_full_black com.mjr.extraplanets.items.ItemCustomOxygenTank@652be31b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6909 extraplanets:oxygen_tank_light_full_red com.mjr.extraplanets.items.ItemCustomOxygenTank@7e8ac1e1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6910 extraplanets:oxygen_tank_light_full_green com.mjr.extraplanets.items.ItemCustomOxygenTank@6c90ce69 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6911 extraplanets:oxygen_tank_light_full_brown com.mjr.extraplanets.items.ItemCustomOxygenTank@5d75dd94 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6912 extraplanets:oxygen_tank_light_full_blue com.mjr.extraplanets.items.ItemCustomOxygenTank@67fcce1a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6913 extraplanets:oxygen_tank_light_full_purple com.mjr.extraplanets.items.ItemCustomOxygenTank@4fd18ecd +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6914 extraplanets:oxygen_tank_light_full_cyan com.mjr.extraplanets.items.ItemCustomOxygenTank@25d8f2d8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6915 extraplanets:oxygen_tank_light_full_light_gray com.mjr.extraplanets.items.ItemCustomOxygenTank@5632128a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6916 extraplanets:oxygen_tank_light_full_gray com.mjr.extraplanets.items.ItemCustomOxygenTank@573f8a48 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6917 extraplanets:oxygen_tank_light_full_pink com.mjr.extraplanets.items.ItemCustomOxygenTank@14dbd184 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6918 extraplanets:oxygen_tank_light_full_yellow com.mjr.extraplanets.items.ItemCustomOxygenTank@7677bff5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6919 extraplanets:oxygen_tank_light_full_light_blue com.mjr.extraplanets.items.ItemCustomOxygenTank@301755f3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6920 extraplanets:oxygen_tank_light_full_magenta com.mjr.extraplanets.items.ItemCustomOxygenTank@1b51e473 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6921 extraplanets:oxygen_tank_light_full_orange com.mjr.extraplanets.items.ItemCustomOxygenTank@514c516c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6922 extraplanets:oxygen_tank_light_full_white com.mjr.extraplanets.items.ItemCustomOxygenTank@1a0fd4a7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6923 extraplanets:oxygen_tank_med_full_black com.mjr.extraplanets.items.ItemCustomOxygenTank@10bda2d8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6924 extraplanets:oxygen_tank_med_full_red com.mjr.extraplanets.items.ItemCustomOxygenTank@4dbaec0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6925 extraplanets:oxygen_tank_med_full_green com.mjr.extraplanets.items.ItemCustomOxygenTank@37af5806 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6926 extraplanets:oxygen_tank_med_full_brown com.mjr.extraplanets.items.ItemCustomOxygenTank@536108b8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6927 extraplanets:oxygen_tank_med_full_blue com.mjr.extraplanets.items.ItemCustomOxygenTank@2e37db6e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6928 extraplanets:oxygen_tank_med_full_purple com.mjr.extraplanets.items.ItemCustomOxygenTank@7743ddc6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6929 extraplanets:oxygen_tank_med_full_cyan com.mjr.extraplanets.items.ItemCustomOxygenTank@3ae1c440 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6930 extraplanets:oxygen_tank_med_full_light_gray com.mjr.extraplanets.items.ItemCustomOxygenTank@611e2f6c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6931 extraplanets:oxygen_tank_med_full_gray com.mjr.extraplanets.items.ItemCustomOxygenTank@7162748a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6932 extraplanets:oxygen_tank_med_full_pink com.mjr.extraplanets.items.ItemCustomOxygenTank@18263a8d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6933 extraplanets:oxygen_tank_med_full_yellow com.mjr.extraplanets.items.ItemCustomOxygenTank@2cd12e0d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6934 extraplanets:oxygen_tank_med_full_light_blue com.mjr.extraplanets.items.ItemCustomOxygenTank@3ca411b4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6935 extraplanets:oxygen_tank_med_full_magenta com.mjr.extraplanets.items.ItemCustomOxygenTank@5e00e48e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6936 extraplanets:oxygen_tank_med_full_lime com.mjr.extraplanets.items.ItemCustomOxygenTank@775b5f91 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6937 extraplanets:oxygen_tank_med_full_white com.mjr.extraplanets.items.ItemCustomOxygenTank@52dfb631 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6938 extraplanets:oxygen_tank_heavy_full_black com.mjr.extraplanets.items.ItemCustomOxygenTank@4e6a246f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6939 extraplanets:oxygen_tank_heavy_full_lime com.mjr.extraplanets.items.ItemCustomOxygenTank@17978db8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6940 extraplanets:oxygen_tank_heavy_full_green com.mjr.extraplanets.items.ItemCustomOxygenTank@3a9dff0c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6941 extraplanets:oxygen_tank_heavy_full_brown com.mjr.extraplanets.items.ItemCustomOxygenTank@155cb850 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6942 extraplanets:oxygen_tank_heavy_full_blue com.mjr.extraplanets.items.ItemCustomOxygenTank@a8aafc8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6943 extraplanets:oxygen_tank_heavy_full_purple com.mjr.extraplanets.items.ItemCustomOxygenTank@21db096c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6944 extraplanets:oxygen_tank_heavy_full_cyan com.mjr.extraplanets.items.ItemCustomOxygenTank@74ebf7c4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6945 extraplanets:oxygen_tank_heavy_full_light_gray com.mjr.extraplanets.items.ItemCustomOxygenTank@4855f31 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6946 extraplanets:oxygen_tank_heavy_full_gray com.mjr.extraplanets.items.ItemCustomOxygenTank@5bae5486 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6947 extraplanets:oxygen_tank_heavy_full_pink com.mjr.extraplanets.items.ItemCustomOxygenTank@22c7a6f6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6948 extraplanets:oxygen_tank_heavy_full_yellow com.mjr.extraplanets.items.ItemCustomOxygenTank@9b930bd +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6949 extraplanets:oxygen_tank_heavy_full_light_blue com.mjr.extraplanets.items.ItemCustomOxygenTank@276b8a6c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6950 extraplanets:oxygen_tank_heavy_full_magenta com.mjr.extraplanets.items.ItemCustomOxygenTank@e48e063 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6951 extraplanets:oxygen_tank_heavy_full_orange com.mjr.extraplanets.items.ItemCustomOxygenTank@1127074a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6952 extraplanets:oxygen_tank_heavy_full_white com.mjr.extraplanets.items.ItemCustomOxygenTank@515bf10b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6953 farmingforblockheads:market net.minecraft.item.ItemBlock@24231935 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6954 farmingforblockheads:chicken_nest net.minecraft.item.ItemBlock@77edab77 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6955 farmingforblockheads:feeding_trough net.minecraft.item.ItemBlock@308faf4b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6956 farmingforblockheads:fertilized_farmland_rich net.minecraft.item.ItemBlock@3b5af05c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6957 farmingforblockheads:fertilized_farmland_healthy net.minecraft.item.ItemBlock@70cbcb3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6958 farmingforblockheads:fertilized_farmland_rich_stable net.minecraft.item.ItemBlock@1d201936 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6959 farmingforblockheads:fertilized_farmland_healthy_stable net.minecraft.item.ItemBlock@5098082e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6960 farmingforblockheads:fertilized_farmland_stable net.minecraft.item.ItemBlock@3c2cda71 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6961 farmingforblockheads:fertilizer net.blay09.mods.farmingforblockheads.item.ItemFertilizer@417bc1aa +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6962 fat_cat:top_hat fat_cat.items.ItemTopHat@7a25d225 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6963 horsepower:flour net.minecraft.item.Item@4ca64f09 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6964 horsepower:dough net.minecraft.item.Item@745c26c7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6965 horsepower:hand_grindstone net.minecraft.item.ItemBlock@2c1e3dbe +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6966 horsepower:grindstone net.minecraft.item.ItemBlock@13ebc73c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6967 horsepower:chopping_block net.minecraft.item.ItemBlock@2f347459 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6968 horsepower:chopper se.gory_moon.horsepower.items.ItemBlockDouble@109f1e82 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6969 horsepower:press se.gory_moon.horsepower.items.ItemBlockDouble@4db132e2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6970 huntingdim:frame net.darkhax.huntingdim.item.ItemBlockColor@2ece4f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6971 huntingdim:portal net.darkhax.huntingdim.item.ItemBlockColor@c34e4af +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6972 huntingdim:biome_changer net.darkhax.huntingdim.item.ItemBiomeChanger@643790a5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6973 immcraft:chisel mcjty.immcraft.items.ItemChisel@20d588e3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6974 immcraft:saw mcjty.immcraft.items.ItemSaw@56ff6600 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6975 immcraft:dummybook mcjty.immcraft.items.ItemDummyBook@7dc5e1ec +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6976 immcraft:manual mcjty.immcraft.items.ImmersiveCraftManual@252fe449 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6977 immcraft:furnace net.minecraft.item.ItemBlock@2931e29f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6978 immcraft:bundle net.minecraft.item.ItemBlock@4535edf +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6979 immcraft:workbench net.minecraft.item.ItemBlock@56cb1538 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6980 immcraft:workbench_sec net.minecraft.item.ItemBlock@c9cbe04 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6981 immcraft:in_world_placer net.minecraft.item.ItemBlock@2a9f8012 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6982 immcraft:in_world_vertical_placer net.minecraft.item.ItemBlock@34a48638 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6983 immcraft:rock mcjty.immcraft.blocks.foliage.RockItemBlock@3ac82741 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6984 immcraft:sticks net.minecraft.item.ItemBlock@534dc282 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6985 immcraft:chest net.minecraft.item.ItemBlock@50447e9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6986 immcraft:cupboard net.minecraft.item.ItemBlock@15018437 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6987 immcraft:shelf net.minecraft.item.ItemBlock@6e085bf9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6988 immcraft:bookshelf net.minecraft.item.ItemBlock@536ccd68 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6989 immcraft:bookstand net.minecraft.item.ItemBlock@74f0e3e3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6990 immersivepetroleum:metal_multiblock flaxbeard.immersivepetroleum.common.blocks.ItemBlockIPBase@6dc9f176 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6991 immersivepetroleum:metal_device flaxbeard.immersivepetroleum.common.blocks.ItemBlockIPBase@41b2b8a5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6992 immersivepetroleum:stone_decoration flaxbeard.immersivepetroleum.common.blocks.ItemBlockIPBase@74002a76 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6993 immersivepetroleum:dummy flaxbeard.immersivepetroleum.common.blocks.ItemBlockIPBase@71c30ee +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6994 immersivepetroleum:material flaxbeard.immersivepetroleum.common.items.ItemIPBase@257c233a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6995 immersivepetroleum:schematic flaxbeard.immersivepetroleum.common.items.ItemProjector@63162d1c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6996 immersivepetroleum:speedboat flaxbeard.immersivepetroleum.common.items.ItemSpeedboat@715fd0a0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6997 immersivepetroleum:upgrades flaxbeard.immersivepetroleum.common.items.ItemIPUpgrade@4790767 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6998 immersivepetroleum:oil_can flaxbeard.immersivepetroleum.common.items.ItemOilCan@6284cc46 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6999 immersivetech:metal_multiblock ferro2000.immersivetech.common.blocks.ItemBlockITBase@26a546df +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7000 immersivetech:stone_multiblock ferro2000.immersivetech.common.blocks.ItemBlockITBase@2970587b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7001 immersivetech:connectors ferro2000.immersivetech.common.blocks.ItemBlockITBase@657e300d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7002 immersivetech:metal_device ferro2000.immersivetech.common.blocks.ItemBlockITBase@215c3618 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7003 immersivetech:stone_decoration ferro2000.immersivetech.common.blocks.ItemBlockITBase@2d431f52 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7004 immersivetech:material ferro2000.immersivetech.common.items.ItemITBase@6db3901 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7005 indlog:item_pipe cd4017be.indlog.item.ItemItemPipe@11fe300e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7006 indlog:fluid_pipe cd4017be.indlog.item.ItemFluidPipe@3c9ddc10 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7007 indlog:warp_pipe cd4017be.lib.item.BaseItemBlock@5661dd5d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7008 indlog:tank cd4017be.indlog.item.ItemTank@6fef984 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7009 indlog:buffer cd4017be.indlog.item.ItemBuffer@66e0c715 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7010 indlog:auto_craft cd4017be.lib.item.BaseItemBlock@34cfea85 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7011 indlog:inv_connector cd4017be.lib.item.BaseItemBlock@6c9c5274 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7012 indlog:trash cd4017be.lib.item.BaseItemBlock@1d5fa4ba +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7013 indlog:fluid_intake cd4017be.lib.item.BaseItemBlock@7de7106b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7014 indlog:fluid_outlet cd4017be.lib.item.BaseItemBlock@36374690 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7015 indlog:drop_interface cd4017be.lib.item.BaseItemBlock@3836bdd0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7016 indlog:entity_interface cd4017be.lib.item.BaseItemBlock@58acb418 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7017 indlog:block_placer cd4017be.lib.item.BaseItemBlock@1d8d832e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7018 indlog:fluid_filter cd4017be.indlog.item.ItemFluidFilter@110255c9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7019 indlog:item_filter cd4017be.indlog.item.ItemItemFilter@1c57b204 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7020 indlog:amount_filter cd4017be.indlog.item.ItemAmountFilter@21e6d9e2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7021 indlog:property_filter cd4017be.indlog.item.ItemItemPropertyFilter@5083ba03 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7022 indlog:name_filter cd4017be.indlog.item.ItemNameFilter@532c11c7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7023 indlog:portable_craft cd4017be.indlog.item.ItemPortableCrafter@72ca5e34 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7024 indlog:remote_inv cd4017be.indlog.item.ItemRemoteInv@65f4a046 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7025 teslacorelib:base_addon net.ndrei.teslacorelib.items.BaseAddonItem@27facb30 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7026 teslacorelib:energy_tier1 net.ndrei.teslacorelib.items.EnergyUpgradeTier1@c5a4453 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7027 teslacorelib:energy_tier2 net.ndrei.teslacorelib.items.EnergyUpgradeTier2@5c798300 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7028 teslacorelib:machine_case net.ndrei.teslacorelib.items.MachineCaseItem@2250a691 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7029 teslacorelib:speed_tier1 net.ndrei.teslacorelib.items.SpeedUpgradeTier1@7679632c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7030 teslacorelib:speed_tier2 net.ndrei.teslacorelib.items.SpeedUpgradeTier2@26528a99 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7031 teslacorelib:wrench net.ndrei.teslacorelib.items.TeslaWrench@3569ff48 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7032 infoaccessories:info_accessory net.darkhax.infoaccessories.items.ItemInfoAccessory@267ae317 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7033 integrateddynamics:part_audio_reader_item ItemPart(part=org.cyclops.integrateddynamics.part.PartTypeAudioReader@5e024c29) +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7034 integrateddynamics:part_block_reader_item ItemPart(part=org.cyclops.integrateddynamics.part.PartTypeBlockReader@6386ff20) +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7035 integrateddynamics:part_entity_reader_item ItemPart(part=org.cyclops.integrateddynamics.part.PartTypeEntityReader@1891f7f9) +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7036 integrateddynamics:part_extradimensional_reader_item ItemPart(part=org.cyclops.integrateddynamics.part.PartTypeExtraDimensionalReader@3332e8bb) +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7037 integrateddynamics:part_fluid_reader_item ItemPart(part=org.cyclops.integrateddynamics.part.PartTypeFluidReader@39999895) +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7038 integrateddynamics:part_inventory_reader_item ItemPart(part=org.cyclops.integrateddynamics.part.PartTypeInventoryReader@5db0273e) +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7039 integrateddynamics:part_machine_reader_item ItemPart(part=org.cyclops.integrateddynamics.part.PartTypeMachineReader@3a0142f7) +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7040 integrateddynamics:part_network_reader_item ItemPart(part=org.cyclops.integrateddynamics.part.PartTypeNetworkReader@1be24133) +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7041 integrateddynamics:part_redstone_reader_item ItemPart(part=org.cyclops.integrateddynamics.part.PartTypeRedstoneReader@6c7bf27) +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7042 integrateddynamics:part_world_reader_item ItemPart(part=org.cyclops.integrateddynamics.part.PartTypeWorldReader@68072dee) +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7043 integrateddynamics:part_audio_writer_item ItemPart(part=org.cyclops.integrateddynamics.part.PartTypeAudioWriter@11beb932) +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7044 integrateddynamics:part_effect_writer_item ItemPart(part=org.cyclops.integrateddynamics.part.PartTypeEffectWriter@2cb9f719) +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7045 integrateddynamics:part_entity_writer_item ItemPart(part=org.cyclops.integrateddynamics.part.PartTypeEntityWriter@1b23dc66) +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7046 integrateddynamics:part_machine_writer_item ItemPart(part=org.cyclops.integrateddynamics.part.PartTypeMachineWriter@1584fde4) +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7047 integrateddynamics:part_inventory_writer_item ItemPart(part=org.cyclops.integrateddynamics.part.PartTypeInventoryWriter@2e12bb3b) +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7048 integrateddynamics:part_redstone_writer_item ItemPart(part=org.cyclops.integrateddynamics.part.PartTypeRedstoneWriter@1a1c3bc0) +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7049 integrateddynamics:part_static_light_panel_item ItemPart(part=org.cyclops.integrateddynamics.part.PartTypePanelLightStatic@1422594) +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7050 integrateddynamics:part_dynamic_light_panel_item ItemPart(part=org.cyclops.integrateddynamics.part.PartTypePanelLightDynamic@70d11cf0) +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7051 integrateddynamics:part_display_panel_item ItemPart(part=org.cyclops.integrateddynamics.part.PartTypePanelDisplay@75942e60) +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7052 integrateddynamics:part_connector_mono_directional_item ItemPart(part=org.cyclops.integrateddynamics.part.PartTypeConnectorMonoDirectional@47cd96eb) +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7053 integrateddynamics:part_connector_omni_directional_item ItemPart(part=org.cyclops.integrateddynamics.part.PartTypeConnectorOmniDirectional@4275bbd) +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7054 integrateddynamics:cable org.cyclops.integrateddynamics.item.ItemBlockCable@57b37503 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7055 integrateddynamics:variablestore org.cyclops.cyclopscore.item.ItemBlockMetadata@2ffdd599 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7056 integrateddynamics:logic_programmer org.cyclops.cyclopscore.item.ItemBlockMetadata@7bce1928 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7057 integrateddynamics:invisible_light org.cyclops.cyclopscore.item.ItemBlockMetadata@509fb274 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7058 integrateddynamics:energy_battery org.cyclops.integrateddynamics.core.item.ItemBlockEnergyContainerAutoSupply@1c48de09 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7059 integrateddynamics:creative_energy_battery org.cyclops.integrateddynamics.core.item.ItemBlockEnergyContainerAutoSupply@5dd89104 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7060 integrateddynamics:coal_generator org.cyclops.cyclopscore.item.ItemBlockMetadata@5654d4ce +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7061 integrateddynamics:proxy org.cyclops.integrateddynamics.item.ItemBlockProxy@7b75c062 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7062 integrateddynamics:materializer org.cyclops.cyclopscore.item.ItemBlockMetadata@2197e193 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7063 integrateddynamics:menril_log org.cyclops.cyclopscore.item.ItemBlockMetadata@38de0414 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7064 integrateddynamics:menril_log_filled org.cyclops.cyclopscore.item.ItemBlockMetadata@48dc5565 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7065 integrateddynamics:menril_leaves org.cyclops.cyclopscore.item.ItemBlockMetadata@1d7feacc +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7066 integrateddynamics:menril_sapling org.cyclops.cyclopscore.item.ItemBlockMetadata@37a0b89 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7067 integrateddynamics:menril_planks org.cyclops.cyclopscore.item.ItemBlockMetadata@4b4c4156 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7068 integrateddynamics:crystalized_menril_block org.cyclops.cyclopscore.item.ItemBlockMetadata@61114227 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7069 integrateddynamics:crystalized_menril_brick org.cyclops.cyclopscore.item.ItemBlockMetadata@3daed43 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7070 integrateddynamics:block_menril_resin org.cyclops.cyclopscore.item.ItemBlockMetadata@50af98f2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7071 integrateddynamics:drying_basin org.cyclops.cyclopscore.item.ItemBlockMetadata@79c03540 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7072 integrateddynamics:squeezer org.cyclops.cyclopscore.item.ItemBlockMetadata@122b5025 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7073 integrateddynamics:menril_door org.cyclops.cyclopscore.item.ItemDoorMetadata@46cf17d6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7074 integrateddynamics:menril_torch org.cyclops.cyclopscore.item.ItemBlockMetadata@6a0b7ff5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7075 integrateddynamics:menril_torch_stone org.cyclops.cyclopscore.item.ItemBlockMetadata@12993dc1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7076 integrateddynamics:menril_planks_stairs org.cyclops.cyclopscore.item.ItemBlockMetadata@5a7bedcf +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7077 integrateddynamics:crystalized_menril_block_stairs org.cyclops.cyclopscore.item.ItemBlockMetadata@643430f1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7078 integrateddynamics:crystalized_menril_brick_stairs org.cyclops.cyclopscore.item.ItemBlockMetadata@55711f55 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7079 integrateddynamics:delay org.cyclops.integrateddynamics.item.ItemBlockDelay@edd470f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7080 integrateddynamics:block_liquid_chorus org.cyclops.cyclopscore.item.ItemBlockMetadata@b4dc68e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7081 integrateddynamics:crystalized_chorus_block org.cyclops.cyclopscore.item.ItemBlockMetadata@4e3bdcae +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7082 integrateddynamics:crystalized_chorus_brick org.cyclops.cyclopscore.item.ItemBlockMetadata@13ede98b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7083 integrateddynamics:crystalized_chorus_block_stairs org.cyclops.cyclopscore.item.ItemBlockMetadata@77ec31c6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7084 integrateddynamics:crystalized_chorus_brick_stairs org.cyclops.cyclopscore.item.ItemBlockMetadata@1270e003 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7085 integrateddynamics:mechanical_squeezer org.cyclops.cyclopscore.item.ItemBlockMetadata@23e904f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7086 integrateddynamics:mechanical_drying_basin org.cyclops.cyclopscore.item.ItemBlockMetadata@7ee39032 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7087 integrateddynamics:wrench org.cyclops.integrateddynamics.item.ItemWrench@6817ec29 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7088 integrateddynamics:variable org.cyclops.integrateddynamics.item.ItemVariable@7df269d0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7089 integrateddynamics:labeller org.cyclops.integrateddynamics.item.ItemLabeller@b3822c9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7090 integrateddynamics:facade ItemFacade() +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7091 integrateddynamics:crystalized_menril_chunk org.cyclops.cyclopscore.config.configurable.ConfigurableItem@69b8519c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7092 integrateddynamics:variable_transformer org.cyclops.integrateddynamics.item.ItemVariableTransformerConfig$1@3e198e26 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7093 integrateddynamics:menril_berries org.cyclops.integrateddynamics.item.ItemMenrilBerriesConfig$1@50cbccdc +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7094 integrateddynamics:portable_logic_programmer org.cyclops.integrateddynamics.item.ItemPortableLogicProgrammer@1aaf9266 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7095 integrateddynamics:on_the_dynamics_of_integration org.cyclops.integrateddynamics.item.ItemOnTheDynamicsOfIntegration@1860d7b5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7096 integrateddynamics:crystalized_chorus_chunk org.cyclops.cyclopscore.config.configurable.ConfigurableItem@3130041e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7097 integrateddynamics:logic_director org.cyclops.cyclopscore.config.configurable.ConfigurableItem@432ad4a0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7098 ironbackpacks:backpack gr8pefish.ironbackpacks.item.ItemBackpack@3ef7d77c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7099 ironbackpacks:upgrade gr8pefish.ironbackpacks.item.ItemUpgrade@28ac3750 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7100 ironchest:iron_gold_chest_upgrade cpw.mods.ironchest.common.items.chest.ItemChestChanger@40b698d7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7101 ironchest:gold_diamond_chest_upgrade cpw.mods.ironchest.common.items.chest.ItemChestChanger@39fdc0a7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7102 ironchest:copper_silver_chest_upgrade cpw.mods.ironchest.common.items.chest.ItemChestChanger@3e282c6b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7103 ironchest:silver_gold_chest_upgrade cpw.mods.ironchest.common.items.chest.ItemChestChanger@6cb3d0c7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7104 ironchest:copper_iron_chest_upgrade cpw.mods.ironchest.common.items.chest.ItemChestChanger@18b78da6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7105 ironchest:diamond_crystal_chest_upgrade cpw.mods.ironchest.common.items.chest.ItemChestChanger@4f988eef +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7106 ironchest:wood_iron_chest_upgrade cpw.mods.ironchest.common.items.chest.ItemChestChanger@30aca803 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7107 ironchest:wood_copper_chest_upgrade cpw.mods.ironchest.common.items.chest.ItemChestChanger@426b6339 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7108 ironchest:diamond_obsidian_chest_upgrade cpw.mods.ironchest.common.items.chest.ItemChestChanger@66150c6f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7109 ironchest:iron_gold_shulker_upgrade cpw.mods.ironchest.common.items.shulker.ItemShulkerBoxChanger@70b58482 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7110 ironchest:gold_diamond_shulker_upgrade cpw.mods.ironchest.common.items.shulker.ItemShulkerBoxChanger@4d9a9ea0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7111 ironchest:copper_silver_shulker_upgrade cpw.mods.ironchest.common.items.shulker.ItemShulkerBoxChanger@7e32f476 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7112 ironchest:silver_gold_shulker_upgrade cpw.mods.ironchest.common.items.shulker.ItemShulkerBoxChanger@6029fe53 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7113 ironchest:copper_iron_shulker_upgrade cpw.mods.ironchest.common.items.shulker.ItemShulkerBoxChanger@3c64e740 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7114 ironchest:diamond_crystal_shulker_upgrade cpw.mods.ironchest.common.items.shulker.ItemShulkerBoxChanger@259211f2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7115 ironchest:vanilla_iron_shulker_upgrade cpw.mods.ironchest.common.items.shulker.ItemShulkerBoxChanger@4c6ad072 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7116 ironchest:vanilla_copper_shulker_upgrade cpw.mods.ironchest.common.items.shulker.ItemShulkerBoxChanger@631e74ca +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7117 ironchest:diamond_obsidian_shulker_upgrade cpw.mods.ironchest.common.items.shulker.ItemShulkerBoxChanger@785bc10e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7118 ironchest:iron_chest cpw.mods.ironchest.common.items.chest.ItemIronChest@7f9ecd31 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7119 ironchest:iron_shulker_box_white cpw.mods.ironchest.common.items.shulker.ItemIronShulkerBox@24df4fa4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7120 ironchest:iron_shulker_box_orange cpw.mods.ironchest.common.items.shulker.ItemIronShulkerBox@3eb92452 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7121 ironchest:iron_shulker_box_magenta cpw.mods.ironchest.common.items.shulker.ItemIronShulkerBox@52edb253 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7122 ironchest:iron_shulker_box_light_blue cpw.mods.ironchest.common.items.shulker.ItemIronShulkerBox@5b931a7a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7123 ironchest:iron_shulker_box_yellow cpw.mods.ironchest.common.items.shulker.ItemIronShulkerBox@56fdcc3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7124 ironchest:iron_shulker_box_lime cpw.mods.ironchest.common.items.shulker.ItemIronShulkerBox@7283f388 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7125 ironchest:iron_shulker_box_pink cpw.mods.ironchest.common.items.shulker.ItemIronShulkerBox@4d43a8a1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7126 ironchest:iron_shulker_box_gray cpw.mods.ironchest.common.items.shulker.ItemIronShulkerBox@ec03bb9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7127 ironchest:iron_shulker_box_silver cpw.mods.ironchest.common.items.shulker.ItemIronShulkerBox@75327766 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7128 ironchest:iron_shulker_box_cyan cpw.mods.ironchest.common.items.shulker.ItemIronShulkerBox@1840d5fb +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7129 ironchest:iron_shulker_box_purple cpw.mods.ironchest.common.items.shulker.ItemIronShulkerBox@489670f2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7130 ironchest:iron_shulker_box_blue cpw.mods.ironchest.common.items.shulker.ItemIronShulkerBox@478487aa +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7131 ironchest:iron_shulker_box_brown cpw.mods.ironchest.common.items.shulker.ItemIronShulkerBox@21eb517b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7132 ironchest:iron_shulker_box_green cpw.mods.ironchest.common.items.shulker.ItemIronShulkerBox@3f1ab7b0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7133 ironchest:iron_shulker_box_red cpw.mods.ironchest.common.items.shulker.ItemIronShulkerBox@44704141 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7134 ironchest:iron_shulker_box_black cpw.mods.ironchest.common.items.shulker.ItemIronShulkerBox@272a27b2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7135 ironjetpacks:strap com.blakebr0.ironjetpacks.item.ItemBasic@5c31daa5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7136 ironjetpacks:basic_coil com.blakebr0.ironjetpacks.item.ItemBasic@367c51a4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7137 ironjetpacks:advanced_coil com.blakebr0.ironjetpacks.item.ItemBasic@70c06463 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7138 ironjetpacks:elite_coil com.blakebr0.ironjetpacks.item.ItemBasic@621da7e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7139 ironjetpacks:ultimate_coil com.blakebr0.ironjetpacks.item.ItemBasic@5497cced +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7140 ironjetpacks:creative_cell com.blakebr0.ironjetpacks.item.ItemComponent@b246aa +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7141 ironjetpacks:electrum_cell com.blakebr0.ironjetpacks.item.ItemComponent@73a2c9a3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7142 ironjetpacks:diamond_cell com.blakebr0.ironjetpacks.item.ItemComponent@7b581f83 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7143 ironjetpacks:emerald_cell com.blakebr0.ironjetpacks.item.ItemComponent@114244a1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7144 ironjetpacks:creative_thruster com.blakebr0.ironjetpacks.item.ItemComponent@3d7c735 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7145 ironjetpacks:electrum_thruster com.blakebr0.ironjetpacks.item.ItemComponent@665de93d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7146 ironjetpacks:diamond_thruster com.blakebr0.ironjetpacks.item.ItemComponent@5d425672 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7147 ironjetpacks:emerald_thruster com.blakebr0.ironjetpacks.item.ItemComponent@5ea67637 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7148 ironjetpacks:creative_capacitor com.blakebr0.ironjetpacks.item.ItemComponent@6375ecb9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7149 ironjetpacks:electrum_capacitor com.blakebr0.ironjetpacks.item.ItemComponent@6a68e5eb +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7150 ironjetpacks:diamond_capacitor com.blakebr0.ironjetpacks.item.ItemComponent@25d6cf12 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7151 ironjetpacks:emerald_capacitor com.blakebr0.ironjetpacks.item.ItemComponent@482c0251 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7152 ironjetpacks:creative_jetpack com.blakebr0.ironjetpacks.item.ItemJetpack@3188eeba +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7153 ironjetpacks:electrum_jetpack com.blakebr0.ironjetpacks.item.ItemJetpack@5b8b64e0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7154 ironjetpacks:diamond_jetpack com.blakebr0.ironjetpacks.item.ItemJetpack@51b946ce +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7155 ironjetpacks:emerald_jetpack com.blakebr0.ironjetpacks.item.ItemJetpack@f9172d8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7156 jarm:oak_raft com.Mrbysco.JustARaftMod.Items.ItemRaft@68f794b3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7157 jarm:spruce_raft com.Mrbysco.JustARaftMod.Items.ItemRaft@6b58ec9b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7158 jarm:birch_raft com.Mrbysco.JustARaftMod.Items.ItemRaft@7560d502 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7159 jarm:jungle_raft com.Mrbysco.JustARaftMod.Items.ItemRaft@31d6908f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7160 jarm:acacia_raft com.Mrbysco.JustARaftMod.Items.ItemRaft@6550c80a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7161 jarm:dark_oak_raft com.Mrbysco.JustARaftMod.Items.ItemRaft@4940dc0f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7162 mob_grinding_utils:fan mob_grinding_utils.ModBlocks$1@30cd9b6c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7163 mob_grinding_utils:saw mob_grinding_utils.ModBlocks$2@39661f93 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7164 mob_grinding_utils:absorption_hopper mob_grinding_utils.ModBlocks$3@7150147e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7165 mob_grinding_utils:spikes mob_grinding_utils.ModBlocks$4@49f4d2dd +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7166 mob_grinding_utils:tank mob_grinding_utils.ModBlocks$5@153e2674 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7167 mob_grinding_utils:tank_sink mob_grinding_utils.ModBlocks$6@1c2d39c7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7168 mob_grinding_utils:xp_tap mob_grinding_utils.ModBlocks$7@6daf3dd8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7169 mob_grinding_utils:wither_muffler mob_grinding_utils.ModBlocks$8@2a2788a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7170 mob_grinding_utils:dragon_muffler mob_grinding_utils.ModBlocks$9@664be32c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7171 mob_grinding_utils:dark_oak_stone mob_grinding_utils.ModBlocks$10@135d0d23 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7172 mob_grinding_utils:entity_conveyor mob_grinding_utils.ModBlocks$11@788a36d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7173 mob_grinding_utils:ender_inhibitor_on mob_grinding_utils.ModBlocks$12@167fed3e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7174 mob_grinding_utils:ender_inhibitor_off mob_grinding_utils.ModBlocks$13@2f142e5e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7175 mob_grinding_utils:fan_upgrade mob_grinding_utils.items.ItemFanUpgrade@3381b60f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7176 mob_grinding_utils:absorption_upgrade mob_grinding_utils.items.ItemAbsorptionUpgrade@5c54dfe4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7177 mob_grinding_utils:saw_upgrade mob_grinding_utils.items.ItemSawUpgrade@39cc145a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7178 mob_grinding_utils:mob_swab mob_grinding_utils.items.ItemMobSwab@2da480d6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7179 mob_grinding_utils:gm_chicken_feed mob_grinding_utils.items.ItemGMChickenFeed@13ab7aa3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7180 mob_grinding_utils:null_sword mob_grinding_utils.items.ItemImaginaryInvisibleNotReallyThereSword@69fa2ccd +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7181 mysticalagriculture:storage com.blakebr0.mysticalagriculture.blocks.ItemBlockStorage@545b1a8a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7182 mysticalagriculture:ingot_storage com.blakebr0.mysticalagriculture.blocks.ItemBlockIngotStorage@168a58a7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7183 mysticalagriculture:coal_block com.blakebr0.mysticalagriculture.blocks.ItemBlockEssenceCoal@7ff54155 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7184 mysticalagriculture:soulstone com.blakebr0.mysticalagriculture.blocks.soulstone.ItemBlockSoulstone@719de62b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7185 mysticalagriculture:soulstone_slab net.minecraft.item.ItemSlab@7d1e3dd8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7186 mysticalagriculture:cobbled_soulstone_slab net.minecraft.item.ItemSlab@39950dbc +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7187 mysticalagriculture:soulstone_brick_slab net.minecraft.item.ItemSlab@6c3f1c32 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7188 mysticalagriculture:cobbled_soulstone_stairs net.minecraft.item.ItemBlock@728d0320 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7189 mysticalagriculture:soulstone_brick_stairs net.minecraft.item.ItemBlock@7e710054 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7190 mysticalagriculture:cobbled_soulstone_wall net.minecraft.item.ItemBlock@6f181acb +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7191 mysticalagriculture:soulstone_brick_wall net.minecraft.item.ItemBlock@7b525596 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7192 mysticalagriculture:soul_glass net.minecraft.item.ItemBlock@61dccddf +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7193 mysticalagriculture:soul_glass_pane net.minecraft.item.ItemBlock@17591210 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7194 mysticalagriculture:inferium_furnace net.minecraft.item.ItemBlock@38b88c72 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7195 mysticalagriculture:prudentium_furnace net.minecraft.item.ItemBlock@51af8016 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7196 mysticalagriculture:intermedium_furnace net.minecraft.item.ItemBlock@569a0dc9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7197 mysticalagriculture:superium_furnace net.minecraft.item.ItemBlock@90c4c98 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7198 mysticalagriculture:supremium_furnace net.minecraft.item.ItemBlock@75ab9ad7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7199 mysticalagriculture:ultimate_furnace net.minecraft.item.ItemBlock@58291b44 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7200 mysticalagriculture:prosperity_ore net.minecraft.item.ItemBlock@5edbb1cd +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7201 mysticalagriculture:nether_prosperity_ore net.minecraft.item.ItemBlock@35584e02 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7202 mysticalagriculture:end_prosperity_ore net.minecraft.item.ItemBlock@1c8c175c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7203 mysticalagriculture:inferium_ore net.minecraft.item.ItemBlock@cefccb2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7204 mysticalagriculture:nether_inferium_ore net.minecraft.item.ItemBlock@fb9413b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7205 mysticalagriculture:end_inferium_ore net.minecraft.item.ItemBlock@78663690 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7206 mysticalagriculture:growth_accelerator net.minecraft.item.ItemBlock@4ace837 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7207 mysticalagriculture:mystical_machine_frame net.minecraft.item.ItemBlock@76543e4c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7208 mysticalagriculture:glowstone_lamp net.minecraft.item.ItemBlock@33211924 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7209 mysticalagriculture:seed_reprocessor net.minecraft.item.ItemBlock@7a3a6b66 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7210 mysticalagriculture:inferium_reprocessor net.minecraft.item.ItemBlock@19b4d946 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7211 mysticalagriculture:prudentium_reprocessor net.minecraft.item.ItemBlock@4ec52262 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7212 mysticalagriculture:intermedium_reprocessor net.minecraft.item.ItemBlock@7596eaa7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7213 mysticalagriculture:superium_reprocessor net.minecraft.item.ItemBlock@5c5ede28 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7214 mysticalagriculture:supremium_reprocessor net.minecraft.item.ItemBlock@639f520c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7215 mysticalagriculture:ultimate_reprocessor net.minecraft.item.ItemBlock@4aeba2f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7216 mysticalagriculture:witherproof_block net.minecraft.item.ItemBlock@46afbbcf +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7217 mysticalagriculture:witherproof_glass net.minecraft.item.ItemBlock@6c2a82ac +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7218 mysticalagriculture:tinkering_table com.blakebr0.mysticalagriculture.blocks.ItemBlockTinkeringTable@75bcb217 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7219 mysticalagriculture:tier1_inferium_crop net.minecraft.item.ItemBlock@432114d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7220 mysticalagriculture:tier2_inferium_crop net.minecraft.item.ItemBlock@3f78a3c7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7221 mysticalagriculture:tier3_inferium_crop net.minecraft.item.ItemBlock@77f7966 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7222 mysticalagriculture:tier4_inferium_crop net.minecraft.item.ItemBlock@17435f94 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7223 mysticalagriculture:tier5_inferium_crop net.minecraft.item.ItemBlock@36f9c48 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7224 mysticalagriculture:stone_crop net.minecraft.item.ItemBlock@79f37179 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7225 mysticalagriculture:dirt_crop net.minecraft.item.ItemBlock@5bb8368 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7226 mysticalagriculture:nature_crop net.minecraft.item.ItemBlock@809d3b4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7227 mysticalagriculture:wood_crop net.minecraft.item.ItemBlock@777b9321 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7228 mysticalagriculture:water_crop net.minecraft.item.ItemBlock@15e15c0e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7229 mysticalagriculture:ice_crop net.minecraft.item.ItemBlock@4c182d19 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7230 mysticalagriculture:fire_crop net.minecraft.item.ItemBlock@a4ad35d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7231 mysticalagriculture:dye_crop net.minecraft.item.ItemBlock@2103abae +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7232 mysticalagriculture:nether_crop net.minecraft.item.ItemBlock@3e9d92ac +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7233 mysticalagriculture:coal_crop net.minecraft.item.ItemBlock@33e00083 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7234 mysticalagriculture:iron_crop net.minecraft.item.ItemBlock@6f6ced99 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7235 mysticalagriculture:nether_quartz_crop net.minecraft.item.ItemBlock@538e6501 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7236 mysticalagriculture:glowstone_crop net.minecraft.item.ItemBlock@154852e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7237 mysticalagriculture:redstone_crop net.minecraft.item.ItemBlock@3283799f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7238 mysticalagriculture:obsidian_crop net.minecraft.item.ItemBlock@3a8b5a73 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7239 mysticalagriculture:gold_crop net.minecraft.item.ItemBlock@1a8d964e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7240 mysticalagriculture:lapis_lazuli_crop net.minecraft.item.ItemBlock@3f550dc4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7241 mysticalagriculture:end_crop net.minecraft.item.ItemBlock@1633c430 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7242 mysticalagriculture:experience_crop net.minecraft.item.ItemBlock@760b5c47 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7243 mysticalagriculture:diamond_crop net.minecraft.item.ItemBlock@c28b2e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7244 mysticalagriculture:emerald_crop net.minecraft.item.ItemBlock@176e8ddf +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7245 mysticalagriculture:zombie_crop net.minecraft.item.ItemBlock@1ff4d946 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7246 mysticalagriculture:pig_crop net.minecraft.item.ItemBlock@3331479b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7247 mysticalagriculture:chicken_crop net.minecraft.item.ItemBlock@273e3128 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7248 mysticalagriculture:cow_crop net.minecraft.item.ItemBlock@445d4065 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7249 mysticalagriculture:sheep_crop net.minecraft.item.ItemBlock@7d5a9f41 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7250 mysticalagriculture:slime_crop net.minecraft.item.ItemBlock@446e02ee +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7251 mysticalagriculture:skeleton_crop net.minecraft.item.ItemBlock@120fcc3a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7252 mysticalagriculture:creeper_crop net.minecraft.item.ItemBlock@3cffe876 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7253 mysticalagriculture:spider_crop net.minecraft.item.ItemBlock@15f6d83f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7254 mysticalagriculture:rabbit_crop net.minecraft.item.ItemBlock@21bbc11d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7255 mysticalagriculture:guardian_crop net.minecraft.item.ItemBlock@4d39a70c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7256 mysticalagriculture:blaze_crop net.minecraft.item.ItemBlock@e464a85 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7257 mysticalagriculture:ghast_crop net.minecraft.item.ItemBlock@2d524c52 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7258 mysticalagriculture:enderman_crop net.minecraft.item.ItemBlock@529ec3cc +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7259 mysticalagriculture:wither_skeleton_crop net.minecraft.item.ItemBlock@521f1f54 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7260 mysticalagriculture:silicon_crop net.minecraft.item.ItemBlock@6eb165f0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7261 mysticalagriculture:sulfur_crop net.minecraft.item.ItemBlock@51be94a8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7262 mysticalagriculture:aluminum_crop net.minecraft.item.ItemBlock@751aadf0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7263 mysticalagriculture:copper_crop net.minecraft.item.ItemBlock@5f55e9b8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7264 mysticalagriculture:saltpeter_crop net.minecraft.item.ItemBlock@3aae9947 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7265 mysticalagriculture:tin_crop net.minecraft.item.ItemBlock@1f90516e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7266 mysticalagriculture:bronze_crop net.minecraft.item.ItemBlock@3fc50a41 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7267 mysticalagriculture:silver_crop net.minecraft.item.ItemBlock@4f2d3c28 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7268 mysticalagriculture:lead_crop net.minecraft.item.ItemBlock@107e02b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7269 mysticalagriculture:steel_crop net.minecraft.item.ItemBlock@1c81ca44 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7270 mysticalagriculture:nickel_crop net.minecraft.item.ItemBlock@b015c97 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7271 mysticalagriculture:constantan_crop net.minecraft.item.ItemBlock@2d6beda3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7272 mysticalagriculture:electrum_crop net.minecraft.item.ItemBlock@13d3469d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7273 mysticalagriculture:titanium_crop net.minecraft.item.ItemBlock@1127d49 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7274 mysticalagriculture:uranium_crop net.minecraft.item.ItemBlock@f67c18 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7275 mysticalagriculture:platinum_crop net.minecraft.item.ItemBlock@72028f50 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7276 mysticalagriculture:aluminum_brass_crop net.minecraft.item.ItemBlock@7b6cd823 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7277 mysticalagriculture:knightslime_crop net.minecraft.item.ItemBlock@69061a32 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7278 mysticalagriculture:ardite_crop net.minecraft.item.ItemBlock@5aa3adb6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7279 mysticalagriculture:cobalt_crop net.minecraft.item.ItemBlock@3c3dd1bd +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7280 mysticalagriculture:manyullyn_crop net.minecraft.item.ItemBlock@218dabd9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7281 mysticalagriculture:osmium_crop net.minecraft.item.ItemBlock@7883e250 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7282 mysticalagriculture:glowstone_ingot_crop net.minecraft.item.ItemBlock@3f0a3eeb +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7283 mysticalagriculture:refined_obsidian_crop net.minecraft.item.ItemBlock@6de8b08e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7284 mysticalagriculture:marble_crop net.minecraft.item.ItemBlock@21f70d89 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7285 mysticalagriculture:limestone_crop net.minecraft.item.ItemBlock@4601ea85 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7286 mysticalagriculture:basalt_crop net.minecraft.item.ItemBlock@289269c8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7287 mysticalagriculture:steeleaf_crop net.minecraft.item.ItemBlock@d6d094 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7288 mysticalagriculture:ironwood_crop net.minecraft.item.ItemBlock@19541e42 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7289 mysticalagriculture:knightmetal_crop net.minecraft.item.ItemBlock@50c89a2f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7290 mysticalagriculture:fiery_ingot_crop net.minecraft.item.ItemBlock@6b2f65d7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7291 mysticalagriculture:meteoric_iron_crop net.minecraft.item.ItemBlock@5d4b4a56 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7292 mysticalagriculture:desh_crop net.minecraft.item.ItemBlock@64d4e9b3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7293 mysticalagriculture:black_quartz_crop net.minecraft.item.ItemBlock@70d91ee4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7294 mysticalagriculture:menril_crop net.minecraft.item.ItemBlock@60c8ccf5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7295 mysticalagriculture:aquamarine_crop net.minecraft.item.ItemBlock@67d62340 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7296 mysticalagriculture:starmetal_crop net.minecraft.item.ItemBlock@248cc778 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7297 mysticalagriculture:rock_crystal_crop net.minecraft.item.ItemBlock@1c1ac333 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7298 mysticalagriculture:ender_biotite_crop net.minecraft.item.ItemBlock@3a930b21 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7299 mysticalagriculture:slate_crop net.minecraft.item.ItemBlock@6c89e310 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7300 mysticalagriculture:compressed_iron_crop net.minecraft.item.ItemBlock@2efc4efe +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7301 mysticalagriculture:sky_stone_crop net.minecraft.item.ItemBlock@64351349 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7302 mysticalagriculture:certus_quartz_crop net.minecraft.item.ItemBlock@465dc6ed +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7303 mysticalagriculture:fluix_crop net.minecraft.item.ItemBlock@656f3c55 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7304 mysticalagriculture:quartz_enriched_iron_crop net.minecraft.item.ItemBlock@292815b8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7305 mysticalagriculture:miners_torch com.blakebr0.mysticalagriculture.blocks.ItemBlockMinersTorch@65cbe48f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7306 mysticalagriculture:crafting com.blakebr0.mysticalagriculture.items.ItemCrafting@4d092c75 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7307 mysticalagriculture:infusion_crystal com.blakebr0.mysticalagriculture.items.ItemInfusionCrystal@51182c15 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7308 mysticalagriculture:master_infusion_crystal com.blakebr0.mysticalagriculture.items.ItemMasterInfusionCrystal@38f4765b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7309 mysticalagriculture:core_remover com.blakebr0.mysticalagriculture.items.ItemCoreRemover@2210256 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7310 mysticalagriculture:fertilized_essence com.blakebr0.mysticalagriculture.items.ItemFertilizedEssence@5b726598 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7311 mysticalagriculture:inferium_apple com.blakebr0.mysticalagriculture.items.apples.ItemInferiumApple@6cfece3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7312 mysticalagriculture:prudentium_apple com.blakebr0.mysticalagriculture.items.apples.ItemPrudentiumApple@162700ab +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7313 mysticalagriculture:intermedium_apple com.blakebr0.mysticalagriculture.items.apples.ItemIntermediumApple@dfaea9a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7314 mysticalagriculture:superium_apple com.blakebr0.mysticalagriculture.items.apples.ItemSuperiumApple@7c37ac1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7315 mysticalagriculture:supremium_apple com.blakebr0.mysticalagriculture.items.apples.ItemSupremiumApple@7e92362e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7316 mysticalagriculture:coal com.blakebr0.mysticalagriculture.items.ItemEssenceCoal@509e430f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7317 mysticalagriculture:watering_can com.blakebr0.mysticalagriculture.items.ItemWateringCan@a6addbc +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7318 mysticalagriculture:soulium_dagger com.blakebr0.mysticalagriculture.items.ItemSouliumDagger@16e3bb42 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7319 mysticalagriculture:xp_droplet com.blakebr0.mysticalagriculture.items.ItemExperienceDroplet@792fccf6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7320 mysticalagriculture:chunk com.blakebr0.mysticalagriculture.items.ItemChunk@5b0b7ee7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7321 mysticalagriculture:stone_essence com.blakebr0.cucumber.item.ItemBase@7d0df07 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7322 mysticalagriculture:dirt_essence com.blakebr0.cucumber.item.ItemBase@c625d14 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7323 mysticalagriculture:nature_essence com.blakebr0.cucumber.item.ItemBase@b2d6812 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7324 mysticalagriculture:wood_essence com.blakebr0.cucumber.item.ItemBase@b51d3d6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7325 mysticalagriculture:water_essence com.blakebr0.cucumber.item.ItemBase@a780d5c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7326 mysticalagriculture:ice_essence com.blakebr0.cucumber.item.ItemBase@14ec6bfa +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7327 mysticalagriculture:fire_essence com.blakebr0.cucumber.item.ItemBase@74e1ec8d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7328 mysticalagriculture:dye_essence com.blakebr0.cucumber.item.ItemBase@712b5ea4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7329 mysticalagriculture:nether_essence com.blakebr0.cucumber.item.ItemBase@3b73bf30 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7330 mysticalagriculture:coal_essence com.blakebr0.cucumber.item.ItemBase@4c37a01f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7331 mysticalagriculture:iron_essence com.blakebr0.cucumber.item.ItemBase@3749a890 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7332 mysticalagriculture:nether_quartz_essence com.blakebr0.cucumber.item.ItemBase@1c3c1ea3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7333 mysticalagriculture:glowstone_essence com.blakebr0.cucumber.item.ItemBase@3a90a82b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7334 mysticalagriculture:redstone_essence com.blakebr0.cucumber.item.ItemBase@4b56c03e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7335 mysticalagriculture:obsidian_essence com.blakebr0.cucumber.item.ItemBase@31a1fcec +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7336 mysticalagriculture:gold_essence com.blakebr0.cucumber.item.ItemBase@4d94357d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7337 mysticalagriculture:lapis_lazuli_essence com.blakebr0.cucumber.item.ItemBase@72fa0d14 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7338 mysticalagriculture:end_essence com.blakebr0.cucumber.item.ItemBase@fd06445 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7339 mysticalagriculture:experience_essence com.blakebr0.cucumber.item.ItemBase@31a8bfcf +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7340 mysticalagriculture:diamond_essence com.blakebr0.cucumber.item.ItemBase@5dfb5b5a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7341 mysticalagriculture:emerald_essence com.blakebr0.cucumber.item.ItemBase@7fcb6f5c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7342 mysticalagriculture:zombie_essence com.blakebr0.cucumber.item.ItemBase@73b5ceac +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7343 mysticalagriculture:pig_essence com.blakebr0.cucumber.item.ItemBase@79751d2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7344 mysticalagriculture:chicken_essence com.blakebr0.cucumber.item.ItemBase@31fbf1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7345 mysticalagriculture:cow_essence com.blakebr0.cucumber.item.ItemBase@2424d524 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7346 mysticalagriculture:sheep_essence com.blakebr0.cucumber.item.ItemBase@7939bfa2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7347 mysticalagriculture:slime_essence com.blakebr0.cucumber.item.ItemBase@449d7896 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7348 mysticalagriculture:skeleton_essence com.blakebr0.cucumber.item.ItemBase@4b7ced87 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7349 mysticalagriculture:creeper_essence com.blakebr0.cucumber.item.ItemBase@49f39c39 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7350 mysticalagriculture:spider_essence com.blakebr0.cucumber.item.ItemBase@7d03fe0a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7351 mysticalagriculture:rabbit_essence com.blakebr0.cucumber.item.ItemBase@52f560f4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7352 mysticalagriculture:guardian_essence com.blakebr0.cucumber.item.ItemBase@7e49bff8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7353 mysticalagriculture:blaze_essence com.blakebr0.cucumber.item.ItemBase@2b8ef65c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7354 mysticalagriculture:ghast_essence com.blakebr0.cucumber.item.ItemBase@491fbe89 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7355 mysticalagriculture:enderman_essence com.blakebr0.cucumber.item.ItemBase@3094959e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7356 mysticalagriculture:wither_skeleton_essence com.blakebr0.cucumber.item.ItemBase@3114a0b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7357 mysticalagriculture:silicon_essence com.blakebr0.cucumber.item.ItemBase@5ff17023 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7358 mysticalagriculture:sulfur_essence com.blakebr0.cucumber.item.ItemBase@6b2e66a2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7359 mysticalagriculture:aluminum_essence com.blakebr0.cucumber.item.ItemBase@7f02363c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7360 mysticalagriculture:copper_essence com.blakebr0.cucumber.item.ItemBase@764a6ac5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7361 mysticalagriculture:saltpeter_essence com.blakebr0.cucumber.item.ItemBase@22ee7c47 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7362 mysticalagriculture:tin_essence com.blakebr0.cucumber.item.ItemBase@3aed05ce +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7363 mysticalagriculture:bronze_essence com.blakebr0.cucumber.item.ItemBase@54307779 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7364 mysticalagriculture:silver_essence com.blakebr0.cucumber.item.ItemBase@71093378 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7365 mysticalagriculture:lead_essence com.blakebr0.cucumber.item.ItemBase@20d4655a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7366 mysticalagriculture:steel_essence com.blakebr0.cucumber.item.ItemBase@72c5d7fb +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7367 mysticalagriculture:nickel_essence com.blakebr0.cucumber.item.ItemBase@2519fd65 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7368 mysticalagriculture:constantan_essence com.blakebr0.cucumber.item.ItemBase@1d33884d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7369 mysticalagriculture:electrum_essence com.blakebr0.cucumber.item.ItemBase@1e4ec004 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7370 mysticalagriculture:titanium_essence com.blakebr0.cucumber.item.ItemBase@42e8a639 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7371 mysticalagriculture:uranium_essence com.blakebr0.cucumber.item.ItemBase@287089d4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7372 mysticalagriculture:platinum_essence com.blakebr0.cucumber.item.ItemBase@29801d77 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7373 mysticalagriculture:aluminum_brass_essence com.blakebr0.cucumber.item.ItemBase@4126a6a3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7374 mysticalagriculture:knightslime_essence com.blakebr0.cucumber.item.ItemBase@46f819d0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7375 mysticalagriculture:ardite_essence com.blakebr0.cucumber.item.ItemBase@6a6a06f2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7376 mysticalagriculture:cobalt_essence com.blakebr0.cucumber.item.ItemBase@43a8d56d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7377 mysticalagriculture:manyullyn_essence com.blakebr0.cucumber.item.ItemBase@37cf7005 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7378 mysticalagriculture:osmium_essence com.blakebr0.cucumber.item.ItemBase@317fd9b5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7379 mysticalagriculture:glowstone_ingot_essence com.blakebr0.cucumber.item.ItemBase@b9804fe +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7380 mysticalagriculture:refined_obsidian_essence com.blakebr0.cucumber.item.ItemBase@e9ebb5d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7381 mysticalagriculture:marble_essence com.blakebr0.cucumber.item.ItemBase@429dadd3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7382 mysticalagriculture:limestone_essence com.blakebr0.cucumber.item.ItemBase@d606644 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7383 mysticalagriculture:basalt_essence com.blakebr0.cucumber.item.ItemBase@46142ce2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7384 mysticalagriculture:steeleaf_essence com.blakebr0.cucumber.item.ItemBase@3dab232e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7385 mysticalagriculture:ironwood_essence com.blakebr0.cucumber.item.ItemBase@12f7e27d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7386 mysticalagriculture:knightmetal_essence com.blakebr0.cucumber.item.ItemBase@1cabe421 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7387 mysticalagriculture:fiery_ingot_essence com.blakebr0.cucumber.item.ItemBase@7bbfb86a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7388 mysticalagriculture:meteoric_iron_essence com.blakebr0.cucumber.item.ItemBase@1f694660 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7389 mysticalagriculture:desh_essence com.blakebr0.cucumber.item.ItemBase@32a0bbfa +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7390 mysticalagriculture:black_quartz_essence com.blakebr0.cucumber.item.ItemBase@71e9cb63 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7391 mysticalagriculture:menril_essence com.blakebr0.cucumber.item.ItemBase@779351dc +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7392 mysticalagriculture:aquamarine_essence com.blakebr0.cucumber.item.ItemBase@221c4308 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7393 mysticalagriculture:starmetal_essence com.blakebr0.cucumber.item.ItemBase@15d443da +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7394 mysticalagriculture:rock_crystal_essence com.blakebr0.cucumber.item.ItemBase@2a5920d0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7395 mysticalagriculture:ender_biotite_essence com.blakebr0.cucumber.item.ItemBase@47a989f6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7396 mysticalagriculture:slate_essence com.blakebr0.cucumber.item.ItemBase@7ed9608 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7397 mysticalagriculture:compressed_iron_essence com.blakebr0.cucumber.item.ItemBase@3090dfbc +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7398 mysticalagriculture:sky_stone_essence com.blakebr0.cucumber.item.ItemBase@532c26de +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7399 mysticalagriculture:certus_quartz_essence com.blakebr0.cucumber.item.ItemBase@5841e374 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7400 mysticalagriculture:fluix_essence com.blakebr0.cucumber.item.ItemBase@33f763a2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7401 mysticalagriculture:quartz_enriched_iron_essence com.blakebr0.cucumber.item.ItemBase@52c275f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7402 mysticalagriculture:tier1_inferium_seeds com.blakebr0.mysticalagriculture.items.ItemSeed@77b96d35 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7403 mysticalagriculture:tier2_inferium_seeds com.blakebr0.mysticalagriculture.items.ItemSeed@3dec7daa +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7404 mysticalagriculture:tier3_inferium_seeds com.blakebr0.mysticalagriculture.items.ItemSeed@3a44eb60 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7405 mysticalagriculture:tier4_inferium_seeds com.blakebr0.mysticalagriculture.items.ItemSeed@753b03d3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7406 mysticalagriculture:tier5_inferium_seeds com.blakebr0.mysticalagriculture.items.ItemSeed@49570884 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7407 mysticalagriculture:stone_seeds com.blakebr0.mysticalagriculture.items.ItemSeed@7b2e6b48 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7408 mysticalagriculture:dirt_seeds com.blakebr0.mysticalagriculture.items.ItemSeed@6f257864 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7409 mysticalagriculture:nature_seeds com.blakebr0.mysticalagriculture.items.ItemSeed@74df4042 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7410 mysticalagriculture:wood_seeds com.blakebr0.mysticalagriculture.items.ItemSeed@19d09468 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7411 mysticalagriculture:water_seeds com.blakebr0.mysticalagriculture.items.ItemSeed@73c18bff +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7412 mysticalagriculture:ice_seeds com.blakebr0.mysticalagriculture.items.ItemSeed@221e394e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7413 mysticalagriculture:fire_seeds com.blakebr0.mysticalagriculture.items.ItemSeed@304ae0ca +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7414 mysticalagriculture:dye_seeds com.blakebr0.mysticalagriculture.items.ItemSeed@58ce2b58 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7415 mysticalagriculture:nether_seeds com.blakebr0.mysticalagriculture.items.ItemSeed@28fc476e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7416 mysticalagriculture:coal_seeds com.blakebr0.mysticalagriculture.items.ItemSeed@47f7c7ba +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7417 mysticalagriculture:iron_seeds com.blakebr0.mysticalagriculture.items.ItemSeed@7f48ab99 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7418 mysticalagriculture:nether_quartz_seeds com.blakebr0.mysticalagriculture.items.ItemSeed@3da420ba +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7419 mysticalagriculture:glowstone_seeds com.blakebr0.mysticalagriculture.items.ItemSeed@18bbe7c3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7420 mysticalagriculture:redstone_seeds com.blakebr0.mysticalagriculture.items.ItemSeed@7fc6cf39 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7421 mysticalagriculture:obsidian_seeds com.blakebr0.mysticalagriculture.items.ItemSeed@36bcdee5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7422 mysticalagriculture:gold_seeds com.blakebr0.mysticalagriculture.items.ItemSeed@401ee8df +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7423 mysticalagriculture:lapis_lazuli_seeds com.blakebr0.mysticalagriculture.items.ItemSeed@14a8f625 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7424 mysticalagriculture:end_seeds com.blakebr0.mysticalagriculture.items.ItemSeed@68eae072 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7425 mysticalagriculture:experience_seeds com.blakebr0.mysticalagriculture.items.ItemSeed@65d0d124 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7426 mysticalagriculture:diamond_seeds com.blakebr0.mysticalagriculture.items.ItemSeed@28eb127d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7427 mysticalagriculture:emerald_seeds com.blakebr0.mysticalagriculture.items.ItemSeed@2dadcc8b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7428 mysticalagriculture:zombie_seeds com.blakebr0.mysticalagriculture.items.ItemSeed@26afe93c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7429 mysticalagriculture:pig_seeds com.blakebr0.mysticalagriculture.items.ItemSeed@10abdc13 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7430 mysticalagriculture:chicken_seeds com.blakebr0.mysticalagriculture.items.ItemSeed@24550bf8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7431 mysticalagriculture:cow_seeds com.blakebr0.mysticalagriculture.items.ItemSeed@35f53e78 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7432 mysticalagriculture:sheep_seeds com.blakebr0.mysticalagriculture.items.ItemSeed@1368a093 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7433 mysticalagriculture:slime_seeds com.blakebr0.mysticalagriculture.items.ItemSeed@758a73bd +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7434 mysticalagriculture:skeleton_seeds com.blakebr0.mysticalagriculture.items.ItemSeed@4fa05c53 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7435 mysticalagriculture:creeper_seeds com.blakebr0.mysticalagriculture.items.ItemSeed@45c230b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7436 mysticalagriculture:spider_seeds com.blakebr0.mysticalagriculture.items.ItemSeed@deabb5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7437 mysticalagriculture:rabbit_seeds com.blakebr0.mysticalagriculture.items.ItemSeed@2a060061 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7438 mysticalagriculture:guardian_seeds com.blakebr0.mysticalagriculture.items.ItemSeed@1bc1093d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7439 mysticalagriculture:blaze_seeds com.blakebr0.mysticalagriculture.items.ItemSeed@77b884f3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7440 mysticalagriculture:ghast_seeds com.blakebr0.mysticalagriculture.items.ItemSeed@36648ec6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7441 mysticalagriculture:enderman_seeds com.blakebr0.mysticalagriculture.items.ItemSeed@549f7549 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7442 mysticalagriculture:wither_skeleton_seeds com.blakebr0.mysticalagriculture.items.ItemSeed@1c276b88 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7443 mysticalagriculture:silicon_seeds com.blakebr0.mysticalagriculture.items.ItemSeed@5cde41b0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7444 mysticalagriculture:sulfur_seeds com.blakebr0.mysticalagriculture.items.ItemSeed@239cf239 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7445 mysticalagriculture:aluminum_seeds com.blakebr0.mysticalagriculture.items.ItemSeed@66fb9a4e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7446 mysticalagriculture:copper_seeds com.blakebr0.mysticalagriculture.items.ItemSeed@38104c8d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7447 mysticalagriculture:saltpeter_seeds com.blakebr0.mysticalagriculture.items.ItemSeed@7ef0f661 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7448 mysticalagriculture:tin_seeds com.blakebr0.mysticalagriculture.items.ItemSeed@73f095e8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7449 mysticalagriculture:bronze_seeds com.blakebr0.mysticalagriculture.items.ItemSeed@571edf71 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7450 mysticalagriculture:silver_seeds com.blakebr0.mysticalagriculture.items.ItemSeed@a2edec +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7451 mysticalagriculture:lead_seeds com.blakebr0.mysticalagriculture.items.ItemSeed@4e1ec46 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7452 mysticalagriculture:steel_seeds com.blakebr0.mysticalagriculture.items.ItemSeed@a1d501d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7453 mysticalagriculture:nickel_seeds com.blakebr0.mysticalagriculture.items.ItemSeed@4f01c051 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7454 mysticalagriculture:constantan_seeds com.blakebr0.mysticalagriculture.items.ItemSeed@63dbfce +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7455 mysticalagriculture:electrum_seeds com.blakebr0.mysticalagriculture.items.ItemSeed@6ca40395 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7456 mysticalagriculture:titanium_seeds com.blakebr0.mysticalagriculture.items.ItemSeed@71e9bc61 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7457 mysticalagriculture:uranium_seeds com.blakebr0.mysticalagriculture.items.ItemSeed@7cc35bc9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7458 mysticalagriculture:platinum_seeds com.blakebr0.mysticalagriculture.items.ItemSeed@24242f4c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7459 mysticalagriculture:aluminum_brass_seeds com.blakebr0.mysticalagriculture.items.ItemSeed@77949242 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7460 mysticalagriculture:knightslime_seeds com.blakebr0.mysticalagriculture.items.ItemSeed@4342d526 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7461 mysticalagriculture:ardite_seeds com.blakebr0.mysticalagriculture.items.ItemSeed@42a70f82 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7462 mysticalagriculture:cobalt_seeds com.blakebr0.mysticalagriculture.items.ItemSeed@6f2c2da7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7463 mysticalagriculture:manyullyn_seeds com.blakebr0.mysticalagriculture.items.ItemSeed@10b12988 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7464 mysticalagriculture:osmium_seeds com.blakebr0.mysticalagriculture.items.ItemSeed@793ce2e5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7465 mysticalagriculture:glowstone_ingot_seeds com.blakebr0.mysticalagriculture.items.ItemSeed@b9d5b91 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7466 mysticalagriculture:refined_obsidian_seeds com.blakebr0.mysticalagriculture.items.ItemSeed@298d2105 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7467 mysticalagriculture:marble_seeds com.blakebr0.mysticalagriculture.items.ItemSeed@63aa584f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7468 mysticalagriculture:limestone_seeds com.blakebr0.mysticalagriculture.items.ItemSeed@5bb775bc +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7469 mysticalagriculture:basalt_seeds com.blakebr0.mysticalagriculture.items.ItemSeed@6c05fdb3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7470 mysticalagriculture:steeleaf_seeds com.blakebr0.mysticalagriculture.items.ItemSeed@5c40aa7e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7471 mysticalagriculture:ironwood_seeds com.blakebr0.mysticalagriculture.items.ItemSeed@50ea7ea0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7472 mysticalagriculture:knightmetal_seeds com.blakebr0.mysticalagriculture.items.ItemSeed@3f686e7b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7473 mysticalagriculture:fiery_ingot_seeds com.blakebr0.mysticalagriculture.items.ItemSeed@55f1357b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7474 mysticalagriculture:meteoric_iron_seeds com.blakebr0.mysticalagriculture.items.ItemSeed@5e9f1bbf +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7475 mysticalagriculture:desh_seeds com.blakebr0.mysticalagriculture.items.ItemSeed@3e3b2b4b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7476 mysticalagriculture:black_quartz_seeds com.blakebr0.mysticalagriculture.items.ItemSeed@170a217d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7477 mysticalagriculture:menril_seeds com.blakebr0.mysticalagriculture.items.ItemSeed@7d97c0a2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7478 mysticalagriculture:aquamarine_seeds com.blakebr0.mysticalagriculture.items.ItemSeed@10fbe042 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7479 mysticalagriculture:starmetal_seeds com.blakebr0.mysticalagriculture.items.ItemSeed@6ca6d3e5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7480 mysticalagriculture:rock_crystal_seeds com.blakebr0.mysticalagriculture.items.ItemSeed@7018997e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7481 mysticalagriculture:ender_biotite_seeds com.blakebr0.mysticalagriculture.items.ItemSeed@1c088f7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7482 mysticalagriculture:slate_seeds com.blakebr0.mysticalagriculture.items.ItemSeed@23f03845 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7483 mysticalagriculture:compressed_iron_seeds com.blakebr0.mysticalagriculture.items.ItemSeed@3920a171 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7484 mysticalagriculture:sky_stone_seeds com.blakebr0.mysticalagriculture.items.ItemSeed@36a2be80 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7485 mysticalagriculture:certus_quartz_seeds com.blakebr0.mysticalagriculture.items.ItemSeed@14af59a2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7486 mysticalagriculture:fluix_seeds com.blakebr0.mysticalagriculture.items.ItemSeed@7b9be4b5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7487 mysticalagriculture:quartz_enriched_iron_seeds com.blakebr0.mysticalagriculture.items.ItemSeed@7ce2416d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7488 mysticalagriculture:gear com.blakebr0.mysticalagriculture.items.ItemGear@3784ebf2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7489 mysticalagriculture:charm com.blakebr0.mysticalagriculture.items.ItemCharm@6089e435 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7490 mysticalagriculture:inferium_arrow com.blakebr0.mysticalagriculture.items.arrow.ItemInferiumArrow@686b61f5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7491 mysticalagriculture:prudentium_arrow com.blakebr0.mysticalagriculture.items.arrow.ItemPrudentiumArrow@c19b578 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7492 mysticalagriculture:intermedium_arrow com.blakebr0.mysticalagriculture.items.arrow.ItemIntermediumArrow@1c520472 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7493 mysticalagriculture:superium_arrow com.blakebr0.mysticalagriculture.items.arrow.ItemSuperiumArrow@3355e381 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7494 mysticalagriculture:supremium_arrow com.blakebr0.mysticalagriculture.items.arrow.ItemSupremiumArrow@8258d7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7495 mysticalagriculture:inferium_sword com.blakebr0.mysticalagriculture.items.tools.ItemEssenceSword@41719fca +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7496 mysticalagriculture:inferium_pickaxe com.blakebr0.mysticalagriculture.items.tools.ItemEssencePickaxe@4d8c7202 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7497 mysticalagriculture:inferium_shovel com.blakebr0.mysticalagriculture.items.tools.ItemEssenceShovel@51d9c9d9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7498 mysticalagriculture:inferium_axe com.blakebr0.mysticalagriculture.items.tools.ItemEssenceAxe@438f77d5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7499 mysticalagriculture:inferium_hoe com.blakebr0.mysticalagriculture.items.tools.ItemEssenceHoe@ecd2fa1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7500 mysticalagriculture:inferium_shears com.blakebr0.mysticalagriculture.items.tools.ItemEssenceShears@207f5018 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7501 mysticalagriculture:inferium_bow com.blakebr0.mysticalagriculture.items.tools.ItemEssenceBow@3ff7d2cf +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7502 mysticalagriculture:inferium_sickle com.blakebr0.mysticalagriculture.items.tools.ItemEssenceSickle@77e2b3b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7503 mysticalagriculture:inferium_scythe com.blakebr0.mysticalagriculture.items.tools.ItemEssenceScythe@60a9bc52 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7504 mysticalagriculture:inferium_fishing_rod com.blakebr0.mysticalagriculture.items.tools.ItemEssenceFishingRod@3a0cdfcf +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7505 mysticalagriculture:prudentium_sword com.blakebr0.mysticalagriculture.items.tools.ItemEssenceSword@3b6c13eb +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7506 mysticalagriculture:prudentium_pickaxe com.blakebr0.mysticalagriculture.items.tools.ItemEssencePickaxe@4dbdc04e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7507 mysticalagriculture:prudentium_shovel com.blakebr0.mysticalagriculture.items.tools.ItemEssenceShovel@60dbbe87 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7508 mysticalagriculture:prudentium_axe com.blakebr0.mysticalagriculture.items.tools.ItemEssenceAxe@3c75f7f4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7509 mysticalagriculture:prudentium_hoe com.blakebr0.mysticalagriculture.items.tools.ItemEssenceHoe@67dd58da +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7510 mysticalagriculture:prudentium_shears com.blakebr0.mysticalagriculture.items.tools.ItemEssenceShears@44414bdf +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7511 mysticalagriculture:prudentium_bow com.blakebr0.mysticalagriculture.items.tools.ItemEssenceBow@7953fa56 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7512 mysticalagriculture:prudentium_sickle com.blakebr0.mysticalagriculture.items.tools.ItemEssenceSickle@6a8a78df +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7513 mysticalagriculture:prudentium_scythe com.blakebr0.mysticalagriculture.items.tools.ItemEssenceScythe@679cf6dc +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7514 mysticalagriculture:prudentium_fishing_rod com.blakebr0.mysticalagriculture.items.tools.ItemEssenceFishingRod@294d4643 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7515 mysticalagriculture:intermedium_sword com.blakebr0.mysticalagriculture.items.tools.ItemEssenceSword@4faa8876 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7516 mysticalagriculture:intermedium_pickaxe com.blakebr0.mysticalagriculture.items.tools.ItemEssencePickaxe@765f4ddc +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7517 mysticalagriculture:intermedium_shovel com.blakebr0.mysticalagriculture.items.tools.ItemEssenceShovel@76756fdd +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7518 mysticalagriculture:intermedium_axe com.blakebr0.mysticalagriculture.items.tools.ItemEssenceAxe@3549500e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7519 mysticalagriculture:intermedium_hoe com.blakebr0.mysticalagriculture.items.tools.ItemEssenceHoe@2ebb97e9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7520 mysticalagriculture:intermedium_shears com.blakebr0.mysticalagriculture.items.tools.ItemEssenceShears@22861e4f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7521 mysticalagriculture:intermedium_bow com.blakebr0.mysticalagriculture.items.tools.ItemEssenceBow@7fd08645 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7522 mysticalagriculture:intermedium_sickle com.blakebr0.mysticalagriculture.items.tools.ItemEssenceSickle@e67091 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7523 mysticalagriculture:intermedium_scythe com.blakebr0.mysticalagriculture.items.tools.ItemEssenceScythe@7290abbb +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7524 mysticalagriculture:intermedium_fishing_rod com.blakebr0.mysticalagriculture.items.tools.ItemEssenceFishingRod@6076b7c0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7525 mysticalagriculture:superium_sword com.blakebr0.mysticalagriculture.items.tools.ItemEssenceSword@1befe725 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7526 mysticalagriculture:superium_pickaxe com.blakebr0.mysticalagriculture.items.tools.ItemEssencePickaxe@28be6e31 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7527 mysticalagriculture:superium_shovel com.blakebr0.mysticalagriculture.items.tools.ItemEssenceShovel@5f84c5ee +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7528 mysticalagriculture:superium_axe com.blakebr0.mysticalagriculture.items.tools.ItemEssenceAxe@a19b169 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7529 mysticalagriculture:superium_hoe com.blakebr0.mysticalagriculture.items.tools.ItemEssenceHoe@6e2ba9c0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7530 mysticalagriculture:superium_shears com.blakebr0.mysticalagriculture.items.tools.ItemEssenceShears@35bf9dd2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7531 mysticalagriculture:superium_bow com.blakebr0.mysticalagriculture.items.tools.ItemEssenceBow@4c6d953e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7532 mysticalagriculture:superium_sickle com.blakebr0.mysticalagriculture.items.tools.ItemEssenceSickle@b38e723 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7533 mysticalagriculture:superium_scythe com.blakebr0.mysticalagriculture.items.tools.ItemEssenceScythe@38ee2a2d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7534 mysticalagriculture:superium_fishing_rod com.blakebr0.mysticalagriculture.items.tools.ItemEssenceFishingRod@71f661ef +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7535 mysticalagriculture:supremium_sword com.blakebr0.mysticalagriculture.items.tools.ItemEssenceSword@5192de8a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7536 mysticalagriculture:supremium_pickaxe com.blakebr0.mysticalagriculture.items.tools.ItemEssencePickaxe@1d5f2a64 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7537 mysticalagriculture:supremium_shovel com.blakebr0.mysticalagriculture.items.tools.ItemEssenceShovel@5429c4a0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7538 mysticalagriculture:supremium_axe com.blakebr0.mysticalagriculture.items.tools.ItemEssenceAxe@16922ed3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7539 mysticalagriculture:supremium_hoe com.blakebr0.mysticalagriculture.items.tools.ItemSupremiumHoe@5133c405 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7540 mysticalagriculture:supremium_shears com.blakebr0.mysticalagriculture.items.tools.ItemEssenceShears@355bd84d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7541 mysticalagriculture:supremium_bow com.blakebr0.mysticalagriculture.items.tools.ItemEssenceBow@2f4d0682 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7542 mysticalagriculture:supremium_sickle com.blakebr0.mysticalagriculture.items.tools.ItemEssenceSickle@282e410e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7543 mysticalagriculture:supremium_scythe com.blakebr0.mysticalagriculture.items.tools.ItemEssenceScythe@6772bbe2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7544 mysticalagriculture:supremium_fishing_rod com.blakebr0.mysticalagriculture.items.tools.ItemEssenceFishingRod@c809ef1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7545 mysticalagriculture:inferium_helmet com.blakebr0.mysticalagriculture.items.armor.ItemInferiumArmor@6e098ebe +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7546 mysticalagriculture:inferium_chestplate com.blakebr0.mysticalagriculture.items.armor.ItemInferiumArmor@7ae263a8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7547 mysticalagriculture:inferium_leggings com.blakebr0.mysticalagriculture.items.armor.ItemInferiumArmor@58b05bae +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7548 mysticalagriculture:inferium_boots com.blakebr0.mysticalagriculture.items.armor.ItemInferiumArmor@1afb66b0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7549 mysticalagriculture:prudentium_helmet com.blakebr0.mysticalagriculture.items.armor.ItemPrudentiumArmor@51b3bcb0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7550 mysticalagriculture:prudentium_chestplate com.blakebr0.mysticalagriculture.items.armor.ItemPrudentiumArmor@b84e003 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7551 mysticalagriculture:prudentium_leggings com.blakebr0.mysticalagriculture.items.armor.ItemPrudentiumArmor@4a8bd925 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7552 mysticalagriculture:prudentium_boots com.blakebr0.mysticalagriculture.items.armor.ItemPrudentiumArmor@59045344 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7553 mysticalagriculture:intermedium_helmet com.blakebr0.mysticalagriculture.items.armor.ItemIntermediumArmor@39364cb0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7554 mysticalagriculture:intermedium_chestplate com.blakebr0.mysticalagriculture.items.armor.ItemIntermediumArmor@2d60e842 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7555 mysticalagriculture:intermedium_leggings com.blakebr0.mysticalagriculture.items.armor.ItemIntermediumArmor@568510d9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7556 mysticalagriculture:intermedium_boots com.blakebr0.mysticalagriculture.items.armor.ItemIntermediumArmor@32e8f193 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7557 mysticalagriculture:superium_helmet com.blakebr0.mysticalagriculture.items.armor.ItemSuperiumArmor@1338b53e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7558 mysticalagriculture:superium_chestplate com.blakebr0.mysticalagriculture.items.armor.ItemSuperiumArmor@6dc57c58 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7559 mysticalagriculture:superium_leggings com.blakebr0.mysticalagriculture.items.armor.ItemSuperiumArmor@18d47c1a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7560 mysticalagriculture:superium_boots com.blakebr0.mysticalagriculture.items.armor.ItemSuperiumArmor@229b724a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7561 mysticalagriculture:supremium_helmet com.blakebr0.mysticalagriculture.items.armor.ItemSupremiumArmor@323d370d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7562 mysticalagriculture:supremium_chestplate com.blakebr0.mysticalagriculture.items.armor.ItemSupremiumArmor@9b2b9fc +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7563 mysticalagriculture:supremium_leggings com.blakebr0.mysticalagriculture.items.armor.ItemSupremiumArmor@70c293a2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7564 mysticalagriculture:supremium_boots com.blakebr0.mysticalagriculture.items.armor.ItemSupremiumArmor@611cf07a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7565 mysticalagradditions:storage com.blakebr0.mysticalagradditions.blocks.ItemBlockStorage@4b3ef0f5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7566 mysticalagradditions:special com.blakebr0.mysticalagradditions.blocks.ItemBlockSpecial@1142fead +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7567 mysticalagradditions:tinkering_table net.minecraft.item.ItemBlock@631deacc +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7568 mysticalagradditions:tier6_inferium_crop net.minecraft.item.ItemBlock@6b628748 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7569 mysticalagradditions:nether_star_crop net.minecraft.item.ItemBlock@57e76b89 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7570 mysticalagradditions:dragon_egg_crop net.minecraft.item.ItemBlock@51d6404e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7571 mysticalagradditions:insanium com.blakebr0.mysticalagradditions.items.ItemInsanium@5d119b32 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7572 mysticalagradditions:stuff com.blakebr0.mysticalagradditions.items.ItemStuff@22360f1f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7573 mysticalagradditions:nether_star_essence com.blakebr0.cucumber.item.ItemBase@4ee193f3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7574 mysticalagradditions:dragon_egg_essence com.blakebr0.cucumber.item.ItemBase@2d567e51 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7575 mysticalagradditions:tier6_inferium_seeds com.blakebr0.mysticalagradditions.items.ItemTier6Seed@7c4fb8c2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7576 mysticalagradditions:nether_star_seeds com.blakebr0.mysticalagradditions.items.ItemTier6Seed@6e931ea3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7577 mysticalagradditions:dragon_egg_seeds com.blakebr0.mysticalagradditions.items.ItemTier6Seed@2caf6689 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7578 mysticalagradditions:charm com.blakebr0.mysticalagradditions.items.ItemCharm@329531bb +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7579 mysticalagradditions:inferium_paxel com.blakebr0.mysticalagradditions.items.ItemPaxel@339d0683 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7580 mysticalagradditions:prudentium_paxel com.blakebr0.mysticalagradditions.items.ItemPaxel@450d6055 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7581 mysticalagradditions:intermedium_paxel com.blakebr0.mysticalagradditions.items.ItemPaxel@12c1cd53 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7582 mysticalagradditions:superium_paxel com.blakebr0.mysticalagradditions.items.ItemPaxel@9c22e59 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7583 mysticalagradditions:supremium_paxel com.blakebr0.mysticalagradditions.items.ItemPaxel@52b088fc +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7584 naturescompass:naturescompass com.chaosthedude.naturescompass.items.ItemNaturesCompass@7c114537 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7585 nex:netherbrick nex.item.ItemNetherbrick@6c991512 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7586 nex:wither_bone lex.item.ItemLibEx@520054bf +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7587 nex:wither_dust nex.item.ItemWitherDust@2083707 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7588 nex:salamander_hide nex.item.ItemSalamanderHide@593f5f26 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7589 nex:amethyst_crystal lex.item.ItemLibEx@6536fcc +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7590 nex:rime_crystal lex.item.ItemLibEx@22c6db91 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7591 nex:rime_and_steel nex.item.ItemRimeAndSteel@6bba51d1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7592 nex:spore lex.item.ItemLibEx@7233c6da +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7593 nex:bone_spider_fang lex.item.ItemLibEx@515671d5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7594 nex:ghast_queen_tear lex.item.ItemLibEx@4ce6593c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7595 nex:obsidian_boat nex.item.ItemObsidianBoat@58680962 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7596 nex:ghast_meat_raw lex.item.ItemEdibleLibEx@340111a3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7597 nex:ghast_meat_cooked lex.item.ItemEdibleLibEx@563b162f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7598 nex:congealed_magma_cream lex.item.ItemEdibleLibEx@28ea9a6d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7599 nex:enoki_mushroom lex.item.ItemEdibleLibEx@30d1a50b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7600 nex:golden_wither_bone_sword nex.item.ItemGoldenWitherBoneSword@c6126bb +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7601 nex:golden_wither_bone_pickaxe nex.item.ItemGoldenWitherBonePickaxe@2e5c376 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7602 nex:golden_wither_bone_shovel nex.item.ItemGoldenWitherBoneShovel@7ea008b5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7603 nex:golden_wither_bone_axe nex.item.ItemGoldenWitherBoneAxe@43e40397 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7604 nex:golden_wither_bone_hoe nex.item.ItemGoldenWitherBoneHoe@46b5b1ae +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7605 nex:golden_wither_bone_hammer nex.item.ItemGoldenWitherBoneHammer@6a67247d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7606 nex:wither_bone_helmet nex.item.ItemWitherBoneArmor@47aca143 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7607 nex:wither_bone_chestplate nex.item.ItemWitherBoneArmor@25237fb8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7608 nex:wither_bone_leggings nex.item.ItemWitherBoneArmor@173912b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7609 nex:wither_bone_boots nex.item.ItemWitherBoneArmor@753a07a1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7610 nex:salamander_hide_helmet nex.item.ItemSalamanderHideArmor@57be06fc +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7611 nex:salamander_hide_chestplate nex.item.ItemSalamanderHideArmor@74b943d5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7612 nex:salamander_hide_leggings nex.item.ItemSalamanderHideArmor@519b55ec +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7613 nex:salamander_hide_boots nex.item.ItemSalamanderHideArmor@763520c5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7614 nex:basalt nex.item.ItemBlockBasalt@4f41d8e9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7615 nex:netherrack nex.item.ItemBlockNetherrack@14aff44e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7616 nex:nether_brick nex.item.ItemBlockNetherBrick@347a528c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7617 nex:netherrack_path nex.item.ItemBlockNetherrackPath@71fd34cd +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7618 nex:hyphae lex.item.ItemBlockLibEx@30ba2c8b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7619 nex:tilled_soul_sand lex.item.ItemBlockLibEx@5bdcb356 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7620 nex:soul_glass lex.item.ItemBlockLibEx@3dd47493 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7621 nex:soul_glass_pane lex.item.ItemBlockLibEx@251774b8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7622 nex:amethyst_block lex.item.ItemBlockLibEx@44a8cae5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7623 nex:rime_block lex.item.ItemBlockLibEx@7ad09725 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7624 nex:frostburn_ice lex.item.ItemBlockLibEx@643e1400 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7625 nex:bone_sliver lex.item.ItemBlockLibEx@7a921e8b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7626 nex:bone_chunk lex.item.ItemBlockLibEx@78ef0cde +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7627 nex:worn_iron lex.item.ItemBlockLibEx@6f8c559 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7628 nex:urn_of_sorrow nex.item.ItemBlockUrnOfSorrow@12f25f92 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7629 nex:quartz_ore nex.item.ItemBlockQuartzOre@787e7d01 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7630 nex:amethyst_ore lex.item.ItemBlockLibEx@7877172c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7631 nex:rime_ore lex.item.ItemBlockLibEx@38e5c776 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7632 nex:elder_mushroom nex.item.ItemBlockElderMushroom@386b0137 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7633 nex:elder_mushroom_cap nex.item.ItemBlockElderMushroomCap@33f6f54e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7634 nex:elder_mushroom_stem lex.item.ItemBlockLibEx@73f85a6b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7635 nex:enoki_mushroom_stem lex.item.ItemBlockLibEx@6530fd15 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7636 nex:enoki_mushroom_cap lex.item.ItemBlockLibEx@5b22a3d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7637 nex:thornstalk nex.item.ItemBlockThornstalk@1eae340 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7638 nex:ichor lex.item.ItemBlockLibEx@3070da14 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7639 nex:vanilla_slab nex.item.ItemBlockVanillaSlab@524a515a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7640 nex:basalt_slab nex.item.ItemBlockBasaltSlab@46bd6aec +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7641 nex:nether_brick_slab nex.item.ItemBlockNetherBrickSlab@109b6198 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7642 nex:vanilla_slab_double nex.item.ItemBlockVanillaSlab@268db9e5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7643 nex:basalt_slab_double nex.item.ItemBlockBasaltSlab@26cdecef +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7644 nex:nether_brick_slab_double nex.item.ItemBlockNetherBrickSlab@b0a08d0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7645 nex:red_nether_brick_stairs lex.item.ItemBlockLibEx@40563f88 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7646 nex:fiery_nether_brick_stairs lex.item.ItemBlockLibEx@bdff4f6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7647 nex:icy_nether_brick_stairs lex.item.ItemBlockLibEx@423ccbf6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7648 nex:lively_nether_brick_stairs lex.item.ItemBlockLibEx@192b07e9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7649 nex:gloomy_nether_brick_stairs lex.item.ItemBlockLibEx@68f0d13b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7650 nex:basalt_stairs lex.item.ItemBlockLibEx@1c7ce097 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7651 nex:basalt_smooth_stairs lex.item.ItemBlockLibEx@38bbeb95 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7652 nex:basalt_brick_stairs lex.item.ItemBlockLibEx@79eeb724 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7653 nex:basalt_pillar_stairs lex.item.ItemBlockLibEx@1779c82b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7654 nex:vanilla_wall nex.item.ItemBlockVanillaWall@6c7afa0b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7655 nex:basalt_wall nex.item.ItemBlockBasaltWall@b7a4352 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7656 nex:nether_brick_wall nex.item.ItemBlockNetherBrickWall@721828e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7657 nex:vanilla_fence nex.item.ItemBlockVanillaFence@5e402ad1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7658 nex:basalt_fence nex.item.ItemBlockBasaltFence@65d129b0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7659 nex:nether_brick_fence nex.item.ItemBlockNetherBrickFence@3c68968b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7660 nex:quartz_fence_gate lex.item.ItemBlockLibEx@3756467a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7661 nex:nether_brick_fence_gate lex.item.ItemBlockLibEx@681fe4e3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7662 nex:red_nether_brick_fence_gate lex.item.ItemBlockLibEx@46fccf9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7663 nex:basalt_fence_gate lex.item.ItemBlockLibEx@7c4bde31 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7664 nex:basalt_smooth_fence_gate lex.item.ItemBlockLibEx@792b3254 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7665 nex:basalt_brick_fence_gate lex.item.ItemBlockLibEx@6e04e96e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7666 nex:basalt_pillar_fence_gate lex.item.ItemBlockLibEx@1476f853 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7667 nex:fiery_nether_brick_fence_gate lex.item.ItemBlockLibEx@366e06ba +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7668 nex:icy_nether_brick_fence_gate lex.item.ItemBlockLibEx@16772bb1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7669 nex:lively_nether_brick_fence_gate lex.item.ItemBlockLibEx@5ff1ef88 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7670 nex:gloomy_nether_brick_fence_gate lex.item.ItemBlockLibEx@7c663045 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7671 oeintegration:excavatemodifier atm.bloodworkxgaming.oeintegration.Common.Items.ItemExcavateModifier@3a7bb2a5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7672 overloaded:creative_generator net.minecraft.item.ItemBlock@157e3cf8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7673 overloaded:infinite_barrel net.minecraft.item.ItemBlock@45231c70 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7674 overloaded:infinite_tank net.minecraft.item.ItemBlock@88af889 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7675 overloaded:infinite_capacitor net.minecraft.item.ItemBlock@6f839da7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7676 overloaded:hyper_item_receiver net.minecraft.item.ItemBlock@bfef553 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7677 overloaded:hyper_item_sender net.minecraft.item.ItemBlock@56e3b8c0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7678 overloaded:hyper_fluid_receiver net.minecraft.item.ItemBlock@9724c25 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7679 overloaded:hyper_fluid_sender net.minecraft.item.ItemBlock@7a6f9609 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7680 overloaded:hyper_energy_receiver net.minecraft.item.ItemBlock@647b07a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7681 overloaded:hyper_energy_sender net.minecraft.item.ItemBlock@4d293dca +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7682 overloaded:infinite_water_source net.minecraft.item.ItemBlock@5621532e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7683 overloaded:energy_extractor net.minecraft.item.ItemBlock@5078483d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7684 overloaded:nether_star_block net.minecraft.item.ItemBlock@6b07e628 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7685 overloaded:player_interface net.minecraft.item.ItemBlock@6f4451ef +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7686 overloaded:item_interface net.minecraft.item.ItemBlock@3320c70a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7687 overloaded:linking_card com.cjm721.overloaded.item.functional.ItemLinkingCard@218b48f3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7688 overloaded:multi_tool com.cjm721.overloaded.item.functional.ItemMultiTool@7569dc4c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7689 overloaded:energy_core com.cjm721.overloaded.item.crafting.ItemEnergyCore@38ef2027 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7690 overloaded:fluid_core com.cjm721.overloaded.item.crafting.ItemFluidCore@d42b8a7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7691 overloaded:item_core com.cjm721.overloaded.item.crafting.ItemItemCore@76f5a52c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7692 overloaded:multi_helmet com.cjm721.overloaded.item.functional.armor.ItemMultiHelmet@d900b1b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7693 overloaded:multi_chestplate com.cjm721.overloaded.item.functional.armor.ItemMultiChestplate@648240d8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7694 overloaded:multi_leggings com.cjm721.overloaded.item.functional.armor.ItemMultiLeggings@37932faa +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7695 overloaded:multi_boots com.cjm721.overloaded.item.functional.armor.ItemMultiBoots@4072738e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7696 overloaded:settings_editor com.cjm721.overloaded.item.functional.ItemSettingEditor@4dc59c02 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7697 overloaded:ray_gun com.cjm721.overloaded.item.functional.ItemRayGun@cea7385 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7698 overloaded:railgun com.cjm721.overloaded.item.functional.ItemRailGun@1475753f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7699 overloaded:compressed_cobblestone com.cjm721.overloaded.item.basic.ItemCompressedBlock@4f726e58 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7700 overloaded:compressed_obsidian com.cjm721.overloaded.item.basic.ItemCompressedBlock@2eb6de38 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7701 pickletweaks:colored_cobblestone com.blakebr0.pickletweaks.feature.block.itemblock.ItemBlockColoredCobblestone@719ff630 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7702 pickletweaks:dark_glass net.minecraft.item.ItemBlock@4efca9b1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7703 pickletweaks:coal_piece com.blakebr0.pickletweaks.feature.item.ItemCoalPiece@12a01e98 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7704 pickletweaks:diamond_apple com.blakebr0.pickletweaks.feature.item.ItemDiamondApple@a7f55ea +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7705 pickletweaks:emerald_apple com.blakebr0.pickletweaks.feature.item.ItemEmeraldApple@4df0ce3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7706 pickletweaks:watering_can com.blakebr0.pickletweaks.feature.item.ItemWateringCan@2f458ce8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7707 pickletweaks:grass_fiber com.blakebr0.pickletweaks.feature.item.ItemGrassFiber@3d831346 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7708 pickletweaks:grass_mesh com.blakebr0.pickletweaks.feature.item.ItemMesh@4da3c119 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7709 pickletweaks:mesh com.blakebr0.pickletweaks.feature.item.ItemMesh@3167745a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7710 pickletweaks:reinforced_mesh com.blakebr0.pickletweaks.feature.item.ItemMesh@32c68c52 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7711 pickletweaks:magnet com.blakebr0.pickletweaks.feature.item.ItemMagnet@17fab06f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7712 pickletweaks:nightvision_goggles com.blakebr0.pickletweaks.feature.item.ItemNightvisionGoggles@737947da +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7713 pickletweaks:nightvision_goggles_c com.blakebr0.pickletweaks.feature.item.ItemNightvisionGogglesC@3dd6935b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7714 pickletweaks:dye_powder com.blakebr0.pickletweaks.feature.item.ItemDyePowder@44821080 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7715 pickletweaks:repair_kit com.blakebr0.pickletweaks.feature.item.ItemRepairKit@4ecd69ee +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7716 pickletweaks:repair_kit_custom com.blakebr0.pickletweaks.feature.item.ItemRepairKitCustom@486fd879 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7717 pickletweaks:ppm4 com.blakebr0.pickletweaks.feature.item.ItemPPM4@ad460d3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7718 pickletweaks:copper_sword com.blakebr0.pickletweaks.feature.item.tool.ItemModSword@5e066719 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7719 pickletweaks:copper_pickaxe com.blakebr0.pickletweaks.feature.item.tool.ItemModPickaxe@7ba1f72e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7720 pickletweaks:copper_shovel com.blakebr0.pickletweaks.feature.item.tool.ItemModShovel@4d3b4433 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7721 pickletweaks:copper_axe com.blakebr0.pickletweaks.feature.item.tool.ItemModAxe@64c067bf +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7722 pickletweaks:copper_hoe com.blakebr0.pickletweaks.feature.item.tool.ItemModHoe@993fa91 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7723 pickletweaks:bronze_sword com.blakebr0.pickletweaks.feature.item.tool.ItemModSword@7dff640a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7724 pickletweaks:bronze_pickaxe com.blakebr0.pickletweaks.feature.item.tool.ItemModPickaxe@6a72ad5a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7725 pickletweaks:bronze_shovel com.blakebr0.pickletweaks.feature.item.tool.ItemModShovel@de8d234 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7726 pickletweaks:bronze_axe com.blakebr0.pickletweaks.feature.item.tool.ItemModAxe@1b39f66a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7727 pickletweaks:bronze_hoe com.blakebr0.pickletweaks.feature.item.tool.ItemModHoe@1d601e33 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7728 pneumaticcraft:fluid.etchacid net.minecraft.item.ItemBlock@496fc4b6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7729 pneumaticcraft:fluid.kerosene net.minecraft.item.ItemBlock@619084d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7730 pneumaticcraft:fluid.lpg net.minecraft.item.ItemBlock@416aed48 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7731 pneumaticcraft:logistic_frame_active_provider me.desht.pneumaticcraft.common.item.ItemLogisticsFrame@67351dfa +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7732 pneumaticcraft:logistic_frame_passive_provider me.desht.pneumaticcraft.common.item.ItemLogisticsFrame@3ff2094b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7733 pneumaticcraft:logistic_frame_storage me.desht.pneumaticcraft.common.item.ItemLogisticsFrame@346f59ba +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7734 pneumaticcraft:logistic_frame_default_storage me.desht.pneumaticcraft.common.item.ItemLogisticsFrame@88c36dc +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7735 pneumaticcraft:logistic_frame_requester me.desht.pneumaticcraft.common.item.ItemLogisticsFrame@44404f7d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7736 pneumaticcraft:heat_frame me.desht.pneumaticcraft.common.semiblock.ItemSemiBlockBase@3cf53f16 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7737 pneumaticcraft:spawner_agitator me.desht.pneumaticcraft.common.semiblock.ItemSemiBlockBase@4aae4b1b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7738 pneumaticcraft:crop_support me.desht.pneumaticcraft.common.semiblock.ItemSemiBlockBase@15e2cc9a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7739 pneumaticcraft:transfer_gadget me.desht.pneumaticcraft.common.semiblock.ItemSemiBlockBase@672044d7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7740 pneumaticcraft:gps_tool me.desht.pneumaticcraft.common.item.ItemGPSTool@7e579d30 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7741 pneumaticcraft:gps_area_tool me.desht.pneumaticcraft.common.item.ItemGPSAreaTool@138dec63 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7742 pneumaticcraft:ingot_iron_compressed me.desht.pneumaticcraft.common.item.ItemPneumatic@fed80d7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7743 pneumaticcraft:pressure_gauge me.desht.pneumaticcraft.common.item.ItemPneumatic@4d912207 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7744 pneumaticcraft:stone_base me.desht.pneumaticcraft.common.item.ItemPneumatic@2c49c56d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7745 pneumaticcraft:cannon_barrel me.desht.pneumaticcraft.common.item.ItemPneumatic@50dbda73 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7746 pneumaticcraft:turbine_blade me.desht.pneumaticcraft.common.item.ItemPneumatic@33530387 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7747 pneumaticcraft:plastic me.desht.pneumaticcraft.common.item.ItemPlastic@1b101741 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7748 pneumaticcraft:air_canister me.desht.pneumaticcraft.common.item.ItemPressurizable@54993088 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7749 pneumaticcraft:reinforced_air_canister me.desht.pneumaticcraft.common.item.ItemReinforcedAirCanister@5ccb7eb7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7750 pneumaticcraft:vortex_cannon me.desht.pneumaticcraft.common.item.ItemVortexCannon@108b9b6a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7751 pneumaticcraft:pneumatic_cylinder me.desht.pneumaticcraft.common.item.ItemPneumatic@5941619b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7752 pneumaticcraft:pneumatic_helmet me.desht.pneumaticcraft.common.item.ItemPneumaticArmor@10e35f37 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7753 pneumaticcraft:pneumatic_chestplate me.desht.pneumaticcraft.common.item.ItemPneumaticArmor@28e88f02 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7754 pneumaticcraft:pneumatic_leggings me.desht.pneumaticcraft.common.item.ItemPneumaticArmor@27cea2a9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7755 pneumaticcraft:pneumatic_boots me.desht.pneumaticcraft.common.item.ItemPneumaticArmor@f3369 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7756 pneumaticcraft:manometer me.desht.pneumaticcraft.common.item.ItemManometer@66e3c066 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7757 pneumaticcraft:turbine_rotor me.desht.pneumaticcraft.common.item.ItemPneumatic@34eaedf9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7758 pneumaticcraft:assembly_program me.desht.pneumaticcraft.common.item.ItemAssemblyProgram@59955c29 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7759 pneumaticcraft:empty_pcb me.desht.pneumaticcraft.common.item.ItemEmptyPCB@33a8d952 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7760 pneumaticcraft:unassembled_pcb me.desht.pneumaticcraft.common.item.ItemNonDespawning@402fbf1a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7761 pneumaticcraft:pcb_blueprint me.desht.pneumaticcraft.common.item.ItemPneumatic@5f5bf530 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7762 pneumaticcraft:transistor me.desht.pneumaticcraft.common.item.ItemPneumatic@465b1444 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7763 pneumaticcraft:capacitor me.desht.pneumaticcraft.common.item.ItemPneumatic@334c3794 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7764 pneumaticcraft:printed_circuit_board me.desht.pneumaticcraft.common.item.ItemPneumatic@e268988 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7765 pneumaticcraft:failed_pcb me.desht.pneumaticcraft.common.item.ItemNonDespawning@e541f09 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7766 pneumaticcraft:network_component me.desht.pneumaticcraft.common.item.ItemNetworkComponents@78411da5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7767 pneumaticcraft:stop_worm me.desht.pneumaticcraft.common.item.ItemPneumatic@5643e9f3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7768 pneumaticcraft:nuke_virus me.desht.pneumaticcraft.common.item.ItemPneumatic@58e316c3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7769 pneumaticcraft:compressed_iron_gear me.desht.pneumaticcraft.common.item.ItemPneumatic@1708bf7f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7770 pneumaticcraft:pneumatic_wrench me.desht.pneumaticcraft.common.item.ItemPneumaticWrench@2e115576 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7771 pneumaticcraft:drone me.desht.pneumaticcraft.common.item.ItemDrone@3ca5a291 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7772 pneumaticcraft:programming_puzzle me.desht.pneumaticcraft.common.item.ItemProgrammingPuzzle@5e89c58e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7773 pneumaticcraft:advanced_pcb me.desht.pneumaticcraft.common.item.ItemPneumatic@1098c2e5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7774 pneumaticcraft:remote me.desht.pneumaticcraft.common.item.ItemRemote@47c38bc8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7775 pneumaticcraft:seismic_sensor me.desht.pneumaticcraft.common.item.ItemSeismicSensor@1afecfa +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7776 pneumaticcraft:logistics_configurator me.desht.pneumaticcraft.common.item.ItemLogisticsConfigurator@19c873e3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7777 pneumaticcraft:logistic_drone me.desht.pneumaticcraft.common.item.ItemBasicDrone@2febbbea +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7778 pneumaticcraft:harvesting_drone me.desht.pneumaticcraft.common.item.ItemBasicDrone@71d8bf88 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7779 pneumaticcraft:gun_ammo me.desht.pneumaticcraft.common.item.ItemGunAmmoStandard@770e0694 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7780 pneumaticcraft:gun_ammo_incendiary me.desht.pneumaticcraft.common.item.ItemGunAmmoIncendiary@666b841e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7781 pneumaticcraft:gun_ammo_weighted me.desht.pneumaticcraft.common.item.ItemGunAmmoWeighted@48afec1d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7782 pneumaticcraft:gun_ammo_ap me.desht.pneumaticcraft.common.item.ItemGunAmmoArmorPiercing@61d0cf31 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7783 pneumaticcraft:gun_ammo_explosive me.desht.pneumaticcraft.common.item.ItemGunAmmoExplosive@3ce802f4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7784 pneumaticcraft:gun_ammo_freezing me.desht.pneumaticcraft.common.item.ItemGunAmmoFreezing@6feb2fe9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7785 pneumaticcraft:amadron_tablet me.desht.pneumaticcraft.common.item.ItemAmadronTablet@c28e6c1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7786 pneumaticcraft:minigun me.desht.pneumaticcraft.common.item.ItemMinigun@56a077ce +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7787 pneumaticcraft:camo_applicator me.desht.pneumaticcraft.common.item.ItemCamoApplicator@6b339841 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7788 pneumaticcraft:micromissiles me.desht.pneumaticcraft.common.item.ItemMicromissiles@2174b6d7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7789 pneumaticcraft:volume_upgrade me.desht.pneumaticcraft.common.item.ItemMachineUpgrade@593494ef +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7790 pneumaticcraft:dispenser_upgrade me.desht.pneumaticcraft.common.item.ItemMachineUpgrade@1ce4baf5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7791 pneumaticcraft:item_life_upgrade me.desht.pneumaticcraft.common.item.ItemMachineUpgrade@182265b0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7792 pneumaticcraft:entity_tracker_upgrade me.desht.pneumaticcraft.common.item.ItemMachineUpgrade@7db290ec +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7793 pneumaticcraft:block_tracker_upgrade me.desht.pneumaticcraft.common.item.ItemMachineUpgrade@dcf059 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7794 pneumaticcraft:speed_upgrade me.desht.pneumaticcraft.common.item.ItemMachineUpgrade@3956d1a5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7795 pneumaticcraft:search_upgrade me.desht.pneumaticcraft.common.item.ItemMachineUpgrade@32d22cda +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7796 pneumaticcraft:coordinate_tracker_upgrade me.desht.pneumaticcraft.common.item.ItemMachineUpgrade@5b8eef9c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7797 pneumaticcraft:range_upgrade me.desht.pneumaticcraft.common.item.ItemMachineUpgrade@3c37828c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7798 pneumaticcraft:security_upgrade me.desht.pneumaticcraft.common.item.ItemMachineUpgrade@33e3b756 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7799 pneumaticcraft:magnet_upgrade me.desht.pneumaticcraft.common.item.ItemMachineUpgrade@10f4e90c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7800 pneumaticcraft:charging_upgrade me.desht.pneumaticcraft.common.item.ItemMachineUpgrade@3c2a1681 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7801 pneumaticcraft:armor_upgrade me.desht.pneumaticcraft.common.item.ItemMachineUpgrade@3c09d06a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7802 pneumaticcraft:jet_boots_upgrade me.desht.pneumaticcraft.common.item.ItemMachineUpgrade@12fe89ba +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7803 pneumaticcraft:night_vision_upgrade me.desht.pneumaticcraft.common.item.ItemMachineUpgrade@25f5ae60 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7804 pneumaticcraft:scuba_upgrade me.desht.pneumaticcraft.common.item.ItemMachineUpgrade@49072a41 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7805 pneumaticcraft:creative_upgrade me.desht.pneumaticcraft.common.item.ItemMachineUpgrade@3bff298b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7806 pneumaticcraft:pressure_tube net.minecraft.item.ItemBlock@6c712664 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7807 pneumaticcraft:advanced_pressure_tube net.minecraft.item.ItemBlock@1e9c3391 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7808 pneumaticcraft:air_compressor net.minecraft.item.ItemBlock@376126ab +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7809 pneumaticcraft:advanced_air_compressor net.minecraft.item.ItemBlock@5213e3f2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7810 pneumaticcraft:air_cannon net.minecraft.item.ItemBlock@37b4bdd2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7811 pneumaticcraft:pressure_chamber_wall net.minecraft.item.ItemBlock@48cb000e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7812 pneumaticcraft:pressure_chamber_glass net.minecraft.item.ItemBlock@76a123c2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7813 pneumaticcraft:pressure_chamber_valve net.minecraft.item.ItemBlock@3be05297 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7814 pneumaticcraft:charging_station net.minecraft.item.ItemBlock@29282214 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7815 pneumaticcraft:elevator_base net.minecraft.item.ItemBlock@39f38c4f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7816 pneumaticcraft:elevator_frame net.minecraft.item.ItemBlock@46331780 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7817 pneumaticcraft:pressure_chamber_interface net.minecraft.item.ItemBlock@7f7e913b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7818 pneumaticcraft:vacuum_pump net.minecraft.item.ItemBlock@17ae3442 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7819 pneumaticcraft:pneumatic_door_base net.minecraft.item.ItemBlock@321a530c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7820 pneumaticcraft:pneumatic_door net.minecraft.item.ItemBlock@6ccbcdd8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7821 pneumaticcraft:assembly_io_unit net.minecraft.item.ItemBlock@67377e33 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7822 pneumaticcraft:assembly_platform net.minecraft.item.ItemBlock@15d5ab3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7823 pneumaticcraft:assembly_drill net.minecraft.item.ItemBlock@613feba7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7824 pneumaticcraft:assembly_laser net.minecraft.item.ItemBlock@53a85f55 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7825 pneumaticcraft:assembly_controller net.minecraft.item.ItemBlock@fb265f5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7826 pneumaticcraft:compressed_iron_block net.minecraft.item.ItemBlock@64d12e72 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7827 pneumaticcraft:uv_light_box net.minecraft.item.ItemBlock@7aad839c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7828 pneumaticcraft:security_station net.minecraft.item.ItemBlock@6b6e396b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7829 pneumaticcraft:universal_sensor net.minecraft.item.ItemBlock@776f643e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7830 pneumaticcraft:aerial_interface net.minecraft.item.ItemBlock@1aa0661f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7831 pneumaticcraft:electrostatic_compressor net.minecraft.item.ItemBlock@c87a7b4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7832 pneumaticcraft:aphorism_tile net.minecraft.item.ItemBlock@1638622e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7833 pneumaticcraft:omnidirectional_hopper net.minecraft.item.ItemBlock@1afaba43 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7834 pneumaticcraft:liquid_hopper me.desht.pneumaticcraft.common.itemblock.ItemBlockLiquidHopper@32781a50 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7835 pneumaticcraft:elevator_caller net.minecraft.item.ItemBlock@67842723 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7836 pneumaticcraft:programmer net.minecraft.item.ItemBlock@28e3b132 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7837 pneumaticcraft:creative_compressor me.desht.pneumaticcraft.common.block.BlockCreativeCompressor$ItemBlockCreativeCompressor@44ea12e0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7838 pneumaticcraft:plastic_mixer net.minecraft.item.ItemBlock@2918861 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7839 pneumaticcraft:liquid_compressor net.minecraft.item.ItemBlock@374ec320 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7840 pneumaticcraft:advanced_liquid_compressor net.minecraft.item.ItemBlock@107c84f1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7841 pneumaticcraft:heat_sink net.minecraft.item.ItemBlock@495e90c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7842 pneumaticcraft:vortex_tube net.minecraft.item.ItemBlock@ac9ab7f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7843 pneumaticcraft:programmable_controller net.minecraft.item.ItemBlock@4b5f3ec5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7844 pneumaticcraft:gas_lift net.minecraft.item.ItemBlock@3ff07053 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7845 pneumaticcraft:refinery net.minecraft.item.ItemBlock@14062328 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7846 pneumaticcraft:thermopneumatic_processing_plant net.minecraft.item.ItemBlock@53d3e084 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7847 pneumaticcraft:kerosene_lamp net.minecraft.item.ItemBlock@6148552d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7848 pneumaticcraft:sentry_turret net.minecraft.item.ItemBlock@5d86c3bf +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7849 pneumaticcraft:flux_compressor net.minecraft.item.ItemBlock@78bca444 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7850 pneumaticcraft:pneumatic_dynamo net.minecraft.item.ItemBlock@34a7ac17 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7851 pneumaticcraft:fake_ice net.minecraft.item.ItemBlock@17657693 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7852 pneumaticcraft:thermal_compressor net.minecraft.item.ItemBlock@7c15d4fb +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7853 pneumaticcraft:safety_tube_module me.desht.pneumaticcraft.common.item.ItemTubeModule@29b57fbe +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7854 pneumaticcraft:pressure_gauge_module me.desht.pneumaticcraft.common.item.ItemTubeModule@12991943 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7855 pneumaticcraft:flow_detector_module me.desht.pneumaticcraft.common.item.ItemTubeModule@4c0fc39a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7856 pneumaticcraft:air_grate_module me.desht.pneumaticcraft.common.item.ItemTubeModule@4a6207bb +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7857 pneumaticcraft:regulator_tube_module me.desht.pneumaticcraft.common.item.ItemTubeModule@5ab780af +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7858 pneumaticcraft:charging_module me.desht.pneumaticcraft.common.item.ItemTubeModule@702771e8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7859 pneumaticcraft:logistics_module me.desht.pneumaticcraft.common.item.ItemTubeModule@c7a06d8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7860 pneumaticcraft:redstone_module me.desht.pneumaticcraft.common.item.ItemTubeModule@3aef8f8f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7861 poweradapters:mj net.minecraft.item.ItemBlock@6196d1b9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7862 primal:firepit net.minecraft.item.ItemBlock@68581e88 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7863 primal:brickform net.minecraft.item.ItemBlock@54b53cfe +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7864 primal:hibachi nmd.primal.core.common.items.block.ItemNBTMud@655989f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7865 primal:smelter nmd.primal.core.common.items.block.ItemSmelter@51198af5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7866 primal:cauldron nmd.primal.core.common.items.block.ItemCauldron@799d6200 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7867 primal:kiln_adobe net.minecraft.item.ItemBlock@4b2e301 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7868 primal:kiln_air net.minecraft.item.ItemBlock@2e090268 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7869 primal:pitfall net.minecraft.item.ItemBlock@335a7b7e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7870 primal:tatami_bed nmd.primal.core.common.items.block.ItemTatamiBed@21c58277 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7871 primal:drying_rack nmd.primal.core.common.items.block.ItemNBTWood@327cd7a5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7872 primal:fish_trap nmd.primal.core.common.items.block.ItemFishTraps@548099c0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7873 primal:shelf_half nmd.primal.core.common.items.block.ItemNBTWood@346199a5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7874 primal:worktable_slab nmd.primal.core.common.items.block.ItemNBTWood@393a7364 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7875 primal:worktable_shelf nmd.primal.core.common.items.block.ItemNBTWood@6daf5a19 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7876 primal:brick_mold nmd.primal.core.common.items.block.ItemNBTWood@3db190f5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7877 primal:hardened_stone nmd.primal.core.common.items.block.ItemTypeColor@5259a57 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7878 primal:common_stone nmd.primal.core.common.items.block.ItemTypeBrick@6fee78c4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7879 primal:sarsen_stone nmd.primal.core.common.items.block.ItemTypeBrick@780688b2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7880 primal:blue_stone nmd.primal.core.common.items.block.ItemTypeBrick@4901897f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7881 primal:ortho_stone nmd.primal.core.common.items.block.ItemTypeBrick@605f552a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7882 primal:schist_green_stone nmd.primal.core.common.items.block.ItemTypeBrick@7ceb39bd +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7883 primal:schist_blue_stone nmd.primal.core.common.items.block.ItemTypeBrick@30e46d8a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7884 primal:scoria_stone nmd.primal.core.common.items.block.ItemTypeBrick@75eb5098 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7885 primal:porphyry_stone nmd.primal.core.common.items.block.ItemTypeBrick@6f07ad0a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7886 primal:purpurite_stone nmd.primal.core.common.items.block.ItemTypeBrick@4a045786 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7887 primal:ferro_stone nmd.primal.core.common.items.block.ItemTypeBrick@599feb71 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7888 primal:carbonate_stone nmd.primal.core.common.items.block.ItemTypeBrick@76df1f4a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7889 primal:ciniscotta_block nmd.primal.core.common.items.block.ItemTypeBrick@24e28366 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7890 primal:terracotta_block nmd.primal.core.common.items.block.ItemTypeBrick@4c32581b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7891 primal:mud_dried nmd.primal.core.common.items.block.ItemTypeBrick@6a50f68f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7892 primal:nether_earth nmd.primal.core.common.items.block.ItemTypeBrick@64fb81c0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7893 primal:nether_stone nmd.primal.core.common.items.block.ItemTypeBrick@5432c78a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7894 primal:eroded_end_stone nmd.primal.core.common.items.block.ItemTypeBrick@a1ebf97 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7895 primal:desiccated_stone nmd.primal.core.common.items.block.ItemTypeBrick@6797c4d5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7896 primal:soul_stone nmd.primal.core.common.items.block.ItemTypeBrick@5fdaac66 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7897 primal:night_stone nmd.primal.core.common.items.block.ItemNightStone@1d163e80 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7898 primal:adobe_brick net.minecraft.item.ItemBlock@628bc8b2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7899 primal:storage_crate nmd.primal.core.common.items.block.ItemCrate@3b63095a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7900 primal:barrel nmd.primal.core.common.items.block.ItemBarrel@31503bcc +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7901 primal:planks nmd.primal.core.common.items.block.ItemTypePlank@1d9ee158 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7902 primal:logs_stripped nmd.primal.core.common.items.block.ItemTypeLogsAll@21ec7401 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7903 primal:logs_stacked nmd.primal.core.common.items.block.ItemTypeLogsAll@26690bf +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7904 primal:logs_stacked_corypha net.minecraft.item.ItemBlock@32584564 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7905 primal:sapling nmd.primal.core.common.items.block.ItemTypeSapling@5826e656 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7906 primal:fence nmd.primal.core.common.items.block.ItemTypePlank@1aa8dd2f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7907 primal:leaves nmd.primal.core.common.items.block.ItemTypeLog@2c7d45ad +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7908 primal:logs nmd.primal.core.common.items.block.ItemTypeLog@5c7e4623 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7909 primal:corypha_stalk nmd.primal.core.common.items.block.ItemNetherLog@33051fac +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7910 primal:charcoal_stack nmd.primal.core.common.items.block.ItemQuality@6f98ed46 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7911 primal:satetsu nmd.primal.core.common.items.block.ItemQuality@298e9d35 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7912 primal:metalblock nmd.primal.core.common.items.block.ItemTypeMetal@7ef8979 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7913 primal:wall nmd.primal.core.common.items.block.ItemTypeStone@1c8c0e57 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7914 primal:thatch_wet net.minecraft.item.ItemBlock@34d6325d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7915 primal:thatch net.minecraft.item.ItemBlock@69ec66c7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7916 primal:thatch_nether nmd.primal.core.common.items.block.ItemFireProof@12338ec2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7917 primal:carpet_cineris nmd.primal.core.common.items.block.ItemFireProof@6e31c465 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7918 primal:carpet_inanis nmd.primal.core.common.items.block.ItemFireProof@6bf04724 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7919 primal:ovis_atre_wool nmd.primal.core.common.items.block.ItemFireProof@6120cec3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7920 primal:grated_gravel net.minecraft.item.ItemBlock@6feb19bb +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7921 primal:redstone_sand net.minecraft.item.ItemBlock@f99facf +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7922 primal:ash_common nmd.primal.core.common.items.block.ItemAsh@66b9457f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7923 primal:ash_yew nmd.primal.core.common.items.block.ItemAsh@188c9bd +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7924 primal:ash_ironwood nmd.primal.core.common.items.block.ItemAsh@36192ef6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7925 primal:soulglass nmd.primal.core.common.items.block.ItemFireProof@7616f578 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7926 primal:ironglass net.minecraft.item.ItemBlock@5a28c478 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7927 primal:obsidian_transparent nmd.primal.core.common.items.block.ItemObsidianTransparent@1daa2ba1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7928 primal:mud_wet net.minecraft.item.ItemBlock@62bbd87c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7929 primal:terra_block net.minecraft.item.ItemBlock@23475c66 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7930 primal:cinis_block nmd.primal.core.common.items.block.ItemFireProof@3f505772 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7931 primal:calcified_paraffin net.minecraft.item.ItemBlock@73eb841a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7932 primal:nether_path nmd.primal.core.common.items.block.ItemFireProof@4f2fca23 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7933 primal:nether_farmland nmd.primal.core.common.items.block.ItemFireProof@56921bcc +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7934 primal:nether_growth nmd.primal.core.common.items.block.ItemFireProof@6bc42dab +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7935 primal:loam_block net.minecraft.item.ItemBlock@4420bf9d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7936 primal:ancient_ice nmd.primal.core.common.items.block.ItemAncientIce@75ef1be8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7937 primal:nether_mycelium net.minecraft.item.ItemBlock@33e532e2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7938 primal:lantern_empty net.minecraft.item.ItemBlock@7906f840 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7939 primal:lantern_torch net.minecraft.item.ItemBlock@389b6caa +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7940 primal:lantern_nether net.minecraft.item.ItemBlock@3526100a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7941 primal:lantern_redstone net.minecraft.item.ItemBlock@2fce466e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7942 primal:lantern_ignis net.minecraft.item.ItemBlock@61c46f2f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7943 primal:torch_wood nmd.primal.core.common.items.block.ItemTorchBlock@259a181 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7944 primal:torch_nether nmd.primal.core.common.items.block.ItemTorchBlock@7fa4780 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7945 primal:ignis_fatuus nmd.primal.core.common.items.block.ItemIgnis@5ada8c27 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7946 primal:jackolantern net.minecraft.item.ItemBlock@18253d44 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7947 primal:lever_nether nmd.primal.core.common.items.block.ItemFireProof@57bfd268 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7948 primal:door_corypha nmd.primal.core.common.items.ItemPrimalDoor@2ac5958 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7949 primal:door_ironwood nmd.primal.core.common.items.ItemPrimalDoor@c19469e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7950 primal:door_yew nmd.primal.core.common.items.ItemPrimalDoor@3d678544 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7951 primal:door_lacquer nmd.primal.core.common.items.ItemPrimalDoor@14e23c12 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7952 primal:gate_ironwood net.minecraft.item.ItemBlock@7464d14f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7953 primal:gate_corypha net.minecraft.item.ItemBlock@320f44eb +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7954 primal:gate_yew net.minecraft.item.ItemBlock@3343aa4b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7955 primal:gate_lacquer net.minecraft.item.ItemBlock@36c4029d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7956 primal:rush net.minecraft.item.ItemBlock@647853a3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7957 primal:corn_stalk net.minecraft.item.ItemBlock@2c187bdb +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7958 primal:strangle_weed net.minecraft.item.ItemBlock@2278de1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7959 primal:old_mans_beard net.minecraft.item.ItemBlock@1461a7d2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7960 primal:nether_bush net.minecraft.item.ItemBlock@32a20bb6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7961 primal:nether_vine nmd.primal.core.common.items.block.ItemFireProof@5d0b689a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7962 primal:sinuous_weed nmd.primal.core.common.items.block.ItemFireProof@63fdae5f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7963 primal:daucus_murn nmd.primal.core.common.items.block.ItemFireProof@7abbdac5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7964 primal:valus_omniferum nmd.primal.core.common.items.block.ItemFireProof@5866819f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7965 primal:devils_tongue nmd.primal.core.common.items.block.ItemFireProof@5e2f6db1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7966 primal:aconite net.minecraft.item.ItemBlock@50aeaf7d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7967 primal:tall_grass_growing net.minecraft.item.ItemBlock@74e72a5f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7968 primal:dry_grass net.minecraft.item.ItemBlock@18612725 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7969 primal:void_grass net.minecraft.item.ItemBlock@3d86837d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7970 primal:cineris_grass nmd.primal.core.common.items.block.ItemFireProof@18f606f7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7971 primal:cineris_bloom nmd.primal.core.common.items.block.ItemFireProof@558e6264 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7972 primal:salt_netjry_block net.minecraft.item.ItemBlock@44c72fff +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7973 primal:ore_salt nmd.primal.core.common.items.block.ItemOreSalt@4dd3c171 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7974 primal:ore_iron net.minecraft.item.ItemBlock@65bab782 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7975 primal:ore_bog_iron nmd.primal.core.common.items.block.ItemOreBogIron@43817413 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7976 primal:ore_magnetite nmd.primal.core.common.items.block.ItemOreMagnetite@3ec4134b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7977 primal:ore_zinc nmd.primal.core.common.items.block.ItemOreZinc@6dcf95ab +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7978 primal:ore_opal nmd.primal.core.common.items.block.ItemOreOpal@5df93937 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7979 primal:ladder_acacia net.minecraft.item.ItemBlock@1590ff77 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7980 primal:ladder_bigoak net.minecraft.item.ItemBlock@b50e8c5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7981 primal:ladder_birch net.minecraft.item.ItemBlock@1a2356c9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7982 primal:ladder_jungle net.minecraft.item.ItemBlock@e87f43b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7983 primal:ladder_oak net.minecraft.item.ItemBlock@1c7ed9db +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7984 primal:ladder_spruce net.minecraft.item.ItemBlock@10641c51 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7985 primal:ladder_ironwood nmd.primal.core.common.items.block.ItemFireProof@1071858a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7986 primal:ladder_corypha nmd.primal.core.common.items.block.ItemFireProof@21668d93 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7987 primal:ladder_lacquer net.minecraft.item.ItemBlock@4bbc3865 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7988 primal:ladder_yew net.minecraft.item.ItemBlock@7b8a23d7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7989 primal:ladder_block_smoothstone net.minecraft.item.ItemBlock@674bb4f9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7990 primal:ladder_block_andesite net.minecraft.item.ItemBlock@7254a796 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7991 primal:ladder_block_granite net.minecraft.item.ItemBlock@5881c6a9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7992 primal:ladder_block_diorite net.minecraft.item.ItemBlock@72bfd2f5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7993 primal:ladder_block_smoothandesite net.minecraft.item.ItemBlock@48694c27 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7994 primal:ladder_block_smoothgranite net.minecraft.item.ItemBlock@1fd63aab +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7995 primal:ladder_block_smoothdiorite net.minecraft.item.ItemBlock@49b41376 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7996 primal:ladder_block_cobblestone net.minecraft.item.ItemBlock@451048cf +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7997 primal:ladder_block_cobblestone_mossy net.minecraft.item.ItemBlock@471a2c3e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7998 primal:ladder_block_stonebrick net.minecraft.item.ItemBlock@69375514 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7999 primal:ladder_block_stonebrick_mossy net.minecraft.item.ItemBlock@f1c4e7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8000 primal:ladder_block_stonebrick_cracked net.minecraft.item.ItemBlock@47e0a206 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8001 primal:ladder_block_endstone net.minecraft.item.ItemBlock@518d0d18 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8002 primal:ladder_block_endbrick net.minecraft.item.ItemBlock@2416dc8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8003 primal:ladder_block_netherrack net.minecraft.item.ItemBlock@c19479b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8004 primal:ladder_block_netherbrick net.minecraft.item.ItemBlock@4eab348c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8005 primal:ladder_block_netherstone net.minecraft.item.ItemBlock@7777058c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8006 primal:slat_oak net.minecraft.item.ItemBlock@7e511987 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8007 primal:slat_spruce net.minecraft.item.ItemBlock@3832bc49 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8008 primal:slat_birch net.minecraft.item.ItemBlock@2faaf097 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8009 primal:slat_jungle net.minecraft.item.ItemBlock@60becb8b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8010 primal:slat_acacia net.minecraft.item.ItemBlock@16557b3a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8011 primal:slat_bigoak net.minecraft.item.ItemBlock@3ba85d4d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8012 primal:slat_ironwood nmd.primal.core.common.items.block.ItemFireProof@43fe3ce7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8013 primal:slat_yew net.minecraft.item.ItemBlock@558a4580 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8014 primal:slat_corypha nmd.primal.core.common.items.block.ItemFireProof@68bb78a0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8015 primal:slat_lacquer net.minecraft.item.ItemBlock@118002cf +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8016 primal:slat_iron net.minecraft.item.ItemBlock@232b1d1c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8017 primal:slab_mud net.minecraft.item.ItemBlock@240aeabc +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8018 primal:slab_glass net.minecraft.item.ItemBlock@17c7e8e5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8019 primal:slab_netherrack net.minecraft.item.ItemBlock@64016a8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8020 primal:slab_netherstone net.minecraft.item.ItemBlock@7d783881 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8021 primal:slab_soulglass nmd.primal.core.common.items.block.ItemFireProof@e546298 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8022 primal:slab_netherearth net.minecraft.item.ItemBlock@267c2377 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8023 primal:slab_ironwood nmd.primal.core.common.items.block.ItemFireProof@200f9446 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8024 primal:slab_corypha nmd.primal.core.common.items.block.ItemFireProof@1c0f1cf6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8025 primal:slab_lacquer net.minecraft.item.ItemBlock@31e2ed4d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8026 primal:slab_yew net.minecraft.item.ItemBlock@76c2179d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8027 primal:thin_slab_thatch net.minecraft.item.ItemBlock@2a3310a7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8028 primal:thin_slab_acacia net.minecraft.item.ItemBlock@4e3f51bb +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8029 primal:thin_slab_bigoak net.minecraft.item.ItemBlock@689145b4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8030 primal:thin_slab_birch net.minecraft.item.ItemBlock@e89d9c4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8031 primal:thin_slab_oak net.minecraft.item.ItemBlock@3c8d569a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8032 primal:thin_slab_jungle net.minecraft.item.ItemBlock@80b6a39 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8033 primal:thin_slab_spruce net.minecraft.item.ItemBlock@6ad53269 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8034 primal:thin_slab_ironwood nmd.primal.core.common.items.block.ItemFireProof@2a52810e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8035 primal:thin_slab_corypha nmd.primal.core.common.items.block.ItemFireProof@7c3d2b58 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8036 primal:thin_slab_lacquer net.minecraft.item.ItemBlock@2f34cc44 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8037 primal:thin_slab_yew net.minecraft.item.ItemBlock@6cb1e5b1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8038 primal:thin_slab_glass net.minecraft.item.ItemBlock@52d543d8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8039 primal:thin_slab_soulglass nmd.primal.core.common.items.block.ItemFireProof@47a7c531 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8040 primal:grate_acacia net.minecraft.item.ItemBlock@4ef8776d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8041 primal:grate_bigoak net.minecraft.item.ItemBlock@2d878f6e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8042 primal:grate_birch net.minecraft.item.ItemBlock@55b4d285 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8043 primal:grate_jungle net.minecraft.item.ItemBlock@2c431b4f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8044 primal:grate_oak net.minecraft.item.ItemBlock@218d42b5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8045 primal:grate_spruce net.minecraft.item.ItemBlock@30e05515 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8046 primal:grate_thatch net.minecraft.item.ItemBlock@43338976 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8047 primal:grate_ironwood nmd.primal.core.common.items.block.ItemFireProof@779e6b3c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8048 primal:grate_corypha nmd.primal.core.common.items.block.ItemFireProof@3ccd0790 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8049 primal:grate_lacquer net.minecraft.item.ItemBlock@eb7b5e1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8050 primal:drain_carbonate_flag net.minecraft.item.ItemBlock@5190f578 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8051 primal:drain_ferro_flag net.minecraft.item.ItemBlock@5553b3fd +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8052 primal:drain_thatch net.minecraft.item.ItemBlock@1f6cf40 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8053 primal:drain_stonebrick net.minecraft.item.ItemBlock@325d6a22 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8054 primal:drain_netherstone nmd.primal.core.common.items.block.ItemFireProof@64b07224 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8055 primal:drain_scoria nmd.primal.core.common.items.block.ItemFireProof@2cb4e914 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8056 primal:drain_nether_earth net.minecraft.item.ItemBlock@1b8fbf0d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8057 primal:drain_mud net.minecraft.item.ItemBlock@42daca24 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8058 primal:drain_schist_green net.minecraft.item.ItemBlock@251cb109 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8059 primal:drain_ciniscotta net.minecraft.item.ItemBlock@2eeb10f7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8060 primal:stairs_dirt net.minecraft.item.ItemBlock@48faa5f0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8061 primal:stairs_path net.minecraft.item.ItemBlock@5ce5dd21 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8062 primal:stairs_nether_earth net.minecraft.item.ItemBlock@1c31bb4d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8063 primal:stairs_nether_path net.minecraft.item.ItemBlock@6aab7c94 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8064 primal:stairs_netherrack net.minecraft.item.ItemBlock@77639114 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8065 primal:stairs_mud net.minecraft.item.ItemBlock@51d560c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8066 primal:stairs_carbonate_flag net.minecraft.item.ItemBlock@14677e31 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8067 primal:stairs_ferro_flag net.minecraft.item.ItemBlock@2599eff5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8068 primal:stairs_night_stone net.minecraft.item.ItemBlock@4e992163 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8069 primal:stairs_corypha nmd.primal.core.common.items.block.ItemFireProof@215bb38a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8070 primal:stairs_ironwood nmd.primal.core.common.items.block.ItemFireProof@ee2d766 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8071 primal:stairs_lacquer net.minecraft.item.ItemBlock@646e7708 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8072 primal:golden_stick nmd.primal.core.common.items.debug.GoldenStick@637bd0df +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8073 primal:glass_stick nmd.primal.core.common.items.debug.GlassStick@1f40e8d9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8074 primal:dirt_stick nmd.primal.core.common.items.debug.DirtStick@70155b0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8075 primal:cauldron_ladle_ironwood nmd.primal.core.common.items.tools.CauldronLadle@10c0b46f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8076 primal:cauldron_ladle_corypha nmd.primal.core.common.items.tools.CauldronLadle@2d006380 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8077 primal:cauldron_ladle_lacquer nmd.primal.core.common.items.tools.CauldronLadle@351e40d9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8078 primal:cauldron_ladle_yew nmd.primal.core.common.items.tools.CauldronLadle@38bf3f1f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8079 primal:cauldron_ladle_bone nmd.primal.core.common.items.tools.CauldronLadle@2dc997ab +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8080 primal:mud_clump nmd.primal.core.common.items.projectiles.Mud@3fbedf1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8081 primal:terra_clump nmd.primal.core.common.items.projectiles.Mud@44247ddf +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8082 primal:cinis_clump nmd.primal.core.common.items.projectiles.Mud@5a2e583 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8083 primal:adobe_clump nmd.primal.core.common.items.projectiles.Mud@64b75e53 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8084 primal:muck nmd.primal.core.common.items.projectiles.Mud@38ffa351 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8085 primal:muck_molten nmd.primal.core.common.items.projectiles.Mud@5fd2fb14 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8086 primal:paraffin_clump nmd.primal.core.common.items.projectiles.Mud@4d4e8390 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8087 primal:slag nmd.primal.core.common.items.projectiles.Mud@13d509ac +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8088 primal:fermented_jungle nmd.primal.core.common.items.projectiles.Mud@5675d5ac +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8089 primal:ancient_ice_chunk nmd.primal.core.common.items.projectiles.Mud@1eb79e2d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8090 primal:rock_stone nmd.primal.core.common.items.projectiles.Rock@27dccc68 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8091 primal:rock_andesite nmd.primal.core.common.items.projectiles.Rock@1c7f3956 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8092 primal:rock_diorite nmd.primal.core.common.items.projectiles.Rock@64df57c0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8093 primal:rock_granite nmd.primal.core.common.items.projectiles.Rock@463beb80 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8094 primal:rock_netherrack nmd.primal.core.common.items.projectiles.Rock@745c0a3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8095 primal:rock_end nmd.primal.core.common.items.projectiles.Rock@6215fc94 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8096 primal:arrow_quartz nmd.primal.core.common.items.projectiles.Arrow@7cead641 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8097 primal:arrow_ironwood nmd.primal.core.common.items.projectiles.Arrow@659455b7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8098 primal:arrow_torch_wood nmd.primal.core.common.items.projectiles.Arrow@4cfdc17e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8099 primal:arrow_torch_nether nmd.primal.core.common.items.projectiles.Arrow@1416529 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8100 primal:arrow_torch_redstone nmd.primal.core.common.items.projectiles.Arrow@2b33e39e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8101 primal:arrow_water nmd.primal.core.common.items.projectiles.Arrow@6ccd32a2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8102 primal:arrow_paraffin nmd.primal.core.common.items.projectiles.Arrow@4e99e874 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8103 primal:arrow_bitumen nmd.primal.core.common.items.projectiles.Arrow@44fba4a3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8104 primal:bottle_paraffin nmd.primal.core.common.items.projectiles.BottleSplash@706090b1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8105 primal:bottle_bitumen nmd.primal.core.common.items.projectiles.BottleSplash@75bdf43d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8106 primal:fishing_rod_corypha nmd.primal.core.common.items.tools.FishingRod@74e668b6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8107 primal:boat_ironwood nmd.primal.core.common.items.ItemBoatWood@6da11435 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8108 primal:boat_yew nmd.primal.core.common.items.ItemBoatWood@19b0e428 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8109 primal:boat_lacquer nmd.primal.core.common.items.ItemBoatWood@336f73f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8110 primal:boat_corypha nmd.primal.core.common.items.ItemBoatNether@44528c37 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8111 primal:mud_brick_wet nmd.primal.core.common.items.ItemBrick@21372834 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8112 primal:mud_brick_dry nmd.primal.core.common.items.ItemBrick@3fb8099e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8113 primal:terra_brick_wet nmd.primal.core.common.items.ItemBrick@b839e59 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8114 primal:terra_brick_dry nmd.primal.core.common.items.ItemBrick@5be0982a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8115 primal:cinis_brick_wet nmd.primal.core.common.items.ItemBrick@438e6dea +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8116 primal:cinis_brick_dry nmd.primal.core.common.items.ItemBrick@3c0568fc +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8117 primal:adobe_brick_wet nmd.primal.core.common.items.ItemBrick@2b634873 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8118 primal:adobe_brick_dry nmd.primal.core.common.items.ItemBrick@741da4fd +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8119 primal:animal_fur nmd.primal.core.common.items.PrimalItem@44cc76a9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8120 primal:pelt_animal nmd.primal.core.common.items.PrimalItem@5399b444 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8121 primal:pelt_animal_large nmd.primal.core.common.items.PrimalItem@62884e94 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8122 primal:pelt_bear_black nmd.primal.core.common.items.PrimalItem@7b2b3474 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8123 primal:pelt_bear_brown nmd.primal.core.common.items.PrimalItem@5c756c86 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8124 primal:pelt_bear_polar nmd.primal.core.common.items.PrimalItem@42d0d8d8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8125 primal:pelt_deer nmd.primal.core.common.items.PrimalItem@620cc2f8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8126 primal:pelt_cow nmd.primal.core.common.items.PrimalItem@4026d259 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8127 primal:pelt_dog nmd.primal.core.common.items.PrimalItem@37408787 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8128 primal:pelt_pig nmd.primal.core.common.items.PrimalItem@73929faf +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8129 primal:pelt_shark nmd.primal.core.common.items.PrimalItem@778d8827 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8130 primal:pelt_gator nmd.primal.core.common.items.PrimalItem@1cf2895 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8131 primal:pelt_mooshroom nmd.primal.core.common.items.PrimalItem@3200fb94 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8132 primal:pelt_sheep nmd.primal.core.common.items.PrimalItem@5588759c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8133 primal:pelt_ovis nmd.primal.core.common.items.PrimalItem@4e5f13ba +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8134 primal:pelt_horse nmd.primal.core.common.items.PrimalItem@362c0164 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8135 primal:pelt_donkey nmd.primal.core.common.items.PrimalItem@3c5806e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8136 primal:pelt_mule nmd.primal.core.common.items.PrimalItem@1577311f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8137 primal:pelt_llama nmd.primal.core.common.items.PrimalItem@238322c8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8138 primal:hide_dried nmd.primal.core.common.items.PrimalItem@75f230fd +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8139 primal:hide_raw nmd.primal.core.common.items.PrimalItem@5a1b18dd +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8140 primal:hide_salted nmd.primal.core.common.items.PrimalItem@76c83548 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8141 primal:hide_spoiled nmd.primal.core.common.items.PrimalItem@4ce7dc3b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8142 primal:hide_tanned nmd.primal.core.common.items.PrimalItem@28f67882 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8143 primal:pigman_hide_dried nmd.primal.core.common.items.PrimalItem@2a2950b1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8144 primal:pigman_hide_raw nmd.primal.core.common.items.PrimalItem@1dfc42c9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8145 primal:pigman_hide_salted nmd.primal.core.common.items.PrimalItem@6f885349 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8146 primal:pigman_hide_spoiled nmd.primal.core.common.items.PrimalItem@74211452 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8147 primal:pigman_hide_tanned nmd.primal.core.common.items.PrimalItem@14ed6ebf +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8148 primal:pigman_leather nmd.primal.core.common.items.PrimalItem@6b788ce1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8149 primal:mortar nmd.primal.core.common.items.PrimalItem@46c788dc +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8150 primal:leather_strip nmd.primal.core.common.items.PrimalItem@3a3897d2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8151 primal:leather_cordage nmd.primal.core.common.items.PrimalItem@45df8ebc +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8152 primal:leather_boiled nmd.primal.core.common.items.PrimalItem@6a6f0d62 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8153 primal:silk_cordage nmd.primal.core.common.items.PrimalItem@1014e99b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8154 primal:silk_cordage_coiled nmd.primal.core.common.items.PrimalItem@6eec7a4c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8155 primal:fletching nmd.primal.core.common.items.PrimalItem@577fa343 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8156 primal:wood_pin nmd.primal.core.common.items.PrimalItem@4569a0d3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8157 primal:ironwood_stick nmd.primal.core.common.items.PrimalItem@7206d1d4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8158 primal:yew_stick nmd.primal.core.common.items.PrimalItem@7fb5ebc2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8159 primal:tallow nmd.primal.core.common.items.PrimalItem@55fa3acc +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8160 primal:bark_oak nmd.primal.core.common.items.PrimalItem@5d1d6798 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8161 primal:bark_spruce nmd.primal.core.common.items.PrimalItem@1951859e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8162 primal:bark_birch nmd.primal.core.common.items.PrimalItem@496a968d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8163 primal:bark_jungle nmd.primal.core.common.items.PrimalItem@4dc2f936 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8164 primal:bark_acacia nmd.primal.core.common.items.PrimalItem@7bd576b1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8165 primal:bark_bigoak nmd.primal.core.common.items.PrimalItem@6e3d7120 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8166 primal:bark_ironwood nmd.primal.core.common.items.PrimalItem@737e4c94 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8167 primal:bark_yew nmd.primal.core.common.items.PrimalItem@292f0084 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8168 primal:bark_corypha nmd.primal.core.common.items.PrimalItem@799f9bee +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8169 primal:barrel_trap nmd.primal.core.common.items.BarrelTrap@7c2e418c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8170 primal:barrel_oak_lid nmd.primal.core.common.items.PrimalItem@7db5a871 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8171 primal:barrel_spruce_lid nmd.primal.core.common.items.PrimalItem@2ccfac63 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8172 primal:barrel_birch_lid nmd.primal.core.common.items.PrimalItem@298a02ff +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8173 primal:barrel_jungle_lid nmd.primal.core.common.items.PrimalItem@27260463 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8174 primal:barrel_acacia_lid nmd.primal.core.common.items.PrimalItem@7700c6d6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8175 primal:barrel_dark_oak_lid nmd.primal.core.common.items.PrimalItem@26fdd0e1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8176 primal:barrel_ironwood_lid nmd.primal.core.common.items.PrimalItem@5f19b33b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8177 primal:barrel_yew_lid nmd.primal.core.common.items.PrimalItem@488ba1a7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8178 primal:barrel_corypha_lid nmd.primal.core.common.items.PrimalItem@39ccf816 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8179 primal:barrel_lacquer_lid nmd.primal.core.common.items.PrimalItem@717e4d16 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8180 primal:logs_split_oak nmd.primal.core.common.items.SplitLog@636ca869 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8181 primal:logs_split_spruce nmd.primal.core.common.items.SplitLog@767fab3a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8182 primal:logs_split_birch nmd.primal.core.common.items.SplitLog@28ade1ab +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8183 primal:logs_split_jungle nmd.primal.core.common.items.SplitLog@2b381f55 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8184 primal:logs_split_acacia nmd.primal.core.common.items.SplitLog@2d91d5bb +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8185 primal:logs_split_bigoak nmd.primal.core.common.items.SplitLog@263c9d48 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8186 primal:logs_split_ironwood nmd.primal.core.common.items.SplitLog@615b809d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8187 primal:logs_split_yew nmd.primal.core.common.items.SplitLog@a72e954 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8188 primal:logs_split_corypha nmd.primal.core.common.items.SplitLog@296dd9ac +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8189 primal:lacquer_stick nmd.primal.core.common.items.PrimalItem@6b79d714 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8190 primal:shark_fin nmd.primal.core.common.items.PrimalItem@561bfd8e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8191 primal:shark_tooth nmd.primal.core.common.items.PrimalItem@4bbe9650 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8192 primal:urushi_ground nmd.primal.core.common.items.PrimalItem@c598632 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8193 primal:tannin_ground nmd.primal.core.common.items.PrimalItem@29bd31da +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8194 primal:inferum_ground nmd.primal.core.common.items.PrimalItem@20434eee +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8195 primal:bone_knapp nmd.primal.core.common.items.PrimalItem@1ff050a0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8196 primal:bone_point nmd.primal.core.common.items.PrimalItem@5f583d7a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8197 primal:flint_knapp nmd.primal.core.common.items.PrimalItem@1fabe4aa +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8198 primal:flint_point nmd.primal.core.common.items.PrimalItem@25a5fd8f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8199 primal:quartz_knapp nmd.primal.core.common.items.PrimalItem@38cdcccb +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8200 primal:quartz_point nmd.primal.core.common.items.PrimalItem@26e08545 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8201 primal:obsidian_shard nmd.primal.core.common.items.PrimalItem@66aebb87 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8202 primal:obsidian_knapp nmd.primal.core.common.items.PrimalItem@6c6d6b58 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8203 primal:obsidian_point nmd.primal.core.common.items.PrimalItem@3a10598a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8204 primal:obsidian_lens nmd.primal.core.common.items.PrimalItem@18f82920 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8205 primal:quartz_vitrified_lens nmd.primal.core.common.items.tools.VitrifiedLens@b19cb3b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8206 primal:quartz_vitrified nmd.primal.core.common.items.PrimalItem@c2956ab +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8207 primal:opal nmd.primal.core.common.items.PrimalItem@34cd82ad +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8208 primal:opal_knapp nmd.primal.core.common.items.PrimalItem@6d251c3d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8209 primal:opal_point nmd.primal.core.common.items.PrimalItem@28a042b1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8210 primal:diamond_knapp nmd.primal.core.common.items.PrimalItem@6e7ac500 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8211 primal:diamond_point nmd.primal.core.common.items.PrimalItem@36faea88 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8212 primal:emerald_knapp nmd.primal.core.common.items.PrimalItem@737bcc9e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8213 primal:emerald_point nmd.primal.core.common.items.PrimalItem@5964ad8a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8214 primal:nether_fiber nmd.primal.core.common.items.PrimalItem@610e3163 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8215 primal:nether_fiber_pulp nmd.primal.core.common.items.PrimalItem@c13960 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8216 primal:nether_cordage nmd.primal.core.common.items.PrimalItem@2df31ada +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8217 primal:nether_cloth nmd.primal.core.common.items.CheeseCloth@5187ea13 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8218 primal:nether_papyrus nmd.primal.core.common.items.PrimalItem@41124c69 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8219 primal:nether_tinder nmd.primal.core.common.items.PrimalItem@48117712 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8220 primal:corypha_stick nmd.primal.core.common.items.PrimalItem@7d819100 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8221 primal:corypha_pin nmd.primal.core.common.items.PrimalItem@13382bd1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8222 primal:wolf_head_item nmd.primal.core.common.items.PrimalItem@409a4cdb +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8223 primal:pelt_wolf nmd.primal.core.common.items.PrimalItem@3f00a3d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8224 primal:ash_wolf nmd.primal.core.common.items.PrimalItem@720882d2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8225 primal:ash_bone nmd.primal.core.common.items.PrimalItem@203c49e1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8226 primal:animal_fat nmd.primal.core.common.items.foods.Foodstuff@325225a9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8227 primal:animal_fat_nether nmd.primal.core.common.items.foods.Foodstuff@31f0703c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8228 primal:salo nmd.primal.core.common.items.foods.Foodstuff@7d86ac2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8229 primal:chum nmd.primal.core.common.items.foods.Foodstuff@45694899 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8230 primal:rot nmd.primal.core.common.items.foods.Foodstuff@663552f0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8231 primal:fish_cod_rotten nmd.primal.core.common.items.foods.RottenFood@5476bf9a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8232 primal:fish_salmon_rotten nmd.primal.core.common.items.foods.RottenFood@10bc41ac +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8233 primal:fish_clown_rotten nmd.primal.core.common.items.foods.RottenFood@1f9eeea2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8234 primal:fish_puffer_rotten nmd.primal.core.common.items.foods.RottenFood@53f09d73 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8235 primal:fish_cod_dried nmd.primal.core.common.items.foods.Foodstuff@329b62f8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8236 primal:fish_salmon_dried nmd.primal.core.common.items.foods.Foodstuff@40d8f426 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8237 primal:fish_clown_dried nmd.primal.core.common.items.foods.Foodstuff@28dbf961 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8238 primal:fish_puffer_dried nmd.primal.core.common.items.foods.Foodstuff@7f97e20c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8239 primal:fish_cod_salted nmd.primal.core.common.items.foods.SaltedFood@16f2c3a4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8240 primal:fish_salmon_salted nmd.primal.core.common.items.foods.SaltedFood@118c6c98 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8241 primal:fish_clown_salted nmd.primal.core.common.items.foods.SaltedFood@666b9f39 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8242 primal:fish_puffer_salted nmd.primal.core.common.items.foods.SaltedFood@262c967a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8243 primal:fish_cod_cured nmd.primal.core.common.items.foods.Foodstuff@26c38ef8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8244 primal:fish_salmon_cured nmd.primal.core.common.items.foods.Foodstuff@54d9de14 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8245 primal:fish_clown_cured nmd.primal.core.common.items.foods.Foodstuff@6e7111e1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8246 primal:fish_puffer_cured nmd.primal.core.common.items.foods.Foodstuff@2c2cc513 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8247 primal:fish_clown_cooked nmd.primal.core.common.items.foods.Foodstuff@16222a20 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8248 primal:fish_puffer_cooked nmd.primal.core.common.items.foods.Foodstuff@c917f8e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8249 primal:fish_lava_worm_raw nmd.primal.core.common.items.foods.Foodstuff@6a8989e4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8250 primal:fish_lava_worm_rotten nmd.primal.core.common.items.foods.RottenFood@2047ddfb +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8251 primal:fish_lava_worm_salted nmd.primal.core.common.items.foods.SaltedFood@273390f9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8252 primal:fish_lava_worm_dried nmd.primal.core.common.items.foods.Foodstuff@2059e69e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8253 primal:fish_lava_worm_cured nmd.primal.core.common.items.foods.Foodstuff@6b99dd8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8254 primal:fish_lava_crawdad_raw nmd.primal.core.common.items.foods.Foodstuff@188f20f1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8255 primal:fish_lava_crawdad_rotten nmd.primal.core.common.items.foods.RottenFood@2300cf41 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8256 primal:fish_lava_crawdad_salted nmd.primal.core.common.items.foods.SaltedFood@4c02b0a9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8257 primal:fish_lava_crawdad_dried nmd.primal.core.common.items.foods.Foodstuff@61fb3ac +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8258 primal:fish_lava_crawdad_cured nmd.primal.core.common.items.foods.Foodstuff@67f69336 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8259 primal:shark_meat_raw nmd.primal.core.common.items.foods.Foodstuff@42a9224e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8260 primal:gator_meat_raw nmd.primal.core.common.items.foods.Foodstuff@1b77554a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8261 primal:horse_meat_raw nmd.primal.core.common.items.foods.Foodstuff@600e075b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8262 primal:wolf_meat_raw nmd.primal.core.common.items.foods.Foodstuff@33b2574f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8263 primal:ovis_meat_raw nmd.primal.core.common.items.foods.Foodstuff@3802b825 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8264 primal:pigman_meat_raw nmd.primal.core.common.items.foods.Foodstuff@197e676a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8265 primal:bear_meat_raw nmd.primal.core.common.items.foods.Foodstuff@9da9fc1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8266 primal:llama_meat_raw nmd.primal.core.common.items.foods.Foodstuff@2873b99a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8267 primal:bat_meat_raw nmd.primal.core.common.items.foods.Foodstuff@59dff21 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8268 primal:shark_meat_rotten nmd.primal.core.common.items.foods.RottenFood@6fb29dcf +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8269 primal:gator_meat_rotten nmd.primal.core.common.items.foods.RottenFood@324b336f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8270 primal:horse_meat_rotten nmd.primal.core.common.items.foods.RottenFood@7c1e3d5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8271 primal:wolf_meat_rotten nmd.primal.core.common.items.foods.RottenFood@6dcf70fb +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8272 primal:ovis_meat_rotten nmd.primal.core.common.items.foods.RottenFood@16e8c468 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8273 primal:pigman_meat_rotten nmd.primal.core.common.items.foods.RottenFood@7d535d91 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8274 primal:bear_meat_rotten nmd.primal.core.common.items.foods.RottenFood@7584c6a5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8275 primal:llama_meat_rotten nmd.primal.core.common.items.foods.RottenFood@63da2846 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8276 primal:bat_meat_rotten nmd.primal.core.common.items.foods.RottenFood@33416bd1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8277 primal:shark_meat_salted nmd.primal.core.common.items.foods.SaltedFood@541907fd +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8278 primal:gator_meat_salted nmd.primal.core.common.items.foods.SaltedFood@7fb4235 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8279 primal:pigman_meat_salted nmd.primal.core.common.items.foods.SaltedFood@35d1d294 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8280 primal:bear_meat_salted nmd.primal.core.common.items.foods.SaltedFood@df6281c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8281 primal:llama_meat_salted nmd.primal.core.common.items.foods.SaltedFood@11cce0b0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8282 primal:wolf_meat_salted nmd.primal.core.common.items.foods.SaltedFood@4c7be256 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8283 primal:ovis_meat_salted nmd.primal.core.common.items.foods.SaltedFood@7785dc3f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8284 primal:bat_meat_salted nmd.primal.core.common.items.foods.SaltedFood@4b8fbc1b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8285 primal:horse_meat_salted nmd.primal.core.common.items.foods.SaltedFood@3d301cba +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8286 primal:shark_meat_dried nmd.primal.core.common.items.foods.Foodstuff@2eca2018 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8287 primal:horse_meat_dried nmd.primal.core.common.items.foods.Foodstuff@777775da +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8288 primal:wolf_meat_dried nmd.primal.core.common.items.foods.Foodstuff@412e704b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8289 primal:ovis_meat_dried nmd.primal.core.common.items.foods.Foodstuff@7c466118 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8290 primal:pigman_meat_dried nmd.primal.core.common.items.foods.Foodstuff@3735468 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8291 primal:bear_meat_dried nmd.primal.core.common.items.foods.Foodstuff@4f662879 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8292 primal:bat_meat_dried nmd.primal.core.common.items.foods.Foodstuff@7df8b5f6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8293 primal:shark_meat_cured nmd.primal.core.common.items.foods.Foodstuff@327945f0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8294 primal:gator_meat_cured nmd.primal.core.common.items.foods.Foodstuff@2b3087c3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8295 primal:pigman_meat_cured nmd.primal.core.common.items.foods.Foodstuff@55eb573c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8296 primal:llama_meat_charqui nmd.primal.core.common.items.foods.Foodstuff@6d840f72 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8297 primal:wolf_meat_cured nmd.primal.core.common.items.foods.Foodstuff@152a91f7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8298 primal:ovis_meat_cured nmd.primal.core.common.items.foods.Foodstuff@3a0b120e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8299 primal:bat_meat_cured nmd.primal.core.common.items.foods.Foodstuff@3556e0c4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8300 primal:horse_meat_cured nmd.primal.core.common.items.foods.Foodstuff@78e49683 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8301 primal:horse_meat_cooked nmd.primal.core.common.items.foods.Foodstuff@39800541 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8302 primal:wolf_meat_cooked nmd.primal.core.common.items.foods.Foodstuff@5bf9fb1d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8303 primal:ovis_meat_cooked nmd.primal.core.common.items.foods.Foodstuff@59ab7066 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8304 primal:shark_meat_cooked nmd.primal.core.common.items.foods.Foodstuff@527b55e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8305 primal:gator_meat_cooked nmd.primal.core.common.items.foods.Foodstuff@3cb412b6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8306 primal:pigman_meat_cooked nmd.primal.core.common.items.foods.Foodstuff@2881272e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8307 primal:bear_meat_cooked nmd.primal.core.common.items.foods.Foodstuff@2a2b4a18 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8308 primal:llama_meat_cooked nmd.primal.core.common.items.foods.Foodstuff@129e9746 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8309 primal:bat_meat_cooked nmd.primal.core.common.items.foods.Foodstuff@e230601 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8310 primal:cheese_white nmd.primal.core.common.items.foods.Cheese@2fbae8bc +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8311 primal:cheese_red nmd.primal.core.common.items.foods.Cheese@5f311cd9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8312 primal:corn_cob_cooked nmd.primal.core.common.items.foods.Foodstuff@397384de +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8313 primal:corn_bread nmd.primal.core.common.items.foods.Foodstuff@2f768eff +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8314 primal:corn_ground nmd.primal.core.common.items.foods.Foodstuff@57716ca5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8315 primal:wheat_ground nmd.primal.core.common.items.foods.Foodstuff@f16546 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8316 primal:rush_seeds_cooked nmd.primal.core.common.items.foods.Foodstuff@258144f2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8317 primal:daucus_murn_root_cooked nmd.primal.core.common.items.foods.Foodstuff@3e9b37cb +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8318 primal:valus_bread nmd.primal.core.common.items.foods.Foodstuff@625360f9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8319 primal:egg_death nmd.primal.core.common.items.foods.Foodstuff@6903f2a0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8320 primal:egg_boiled nmd.primal.core.common.items.foods.Foodstuff@468a8da6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8321 primal:potato_boiled nmd.primal.core.common.items.foods.Foodstuff@2148cfd3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8322 primal:mushroom_cooked nmd.primal.core.common.items.foods.Foodstuff@586527ab +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8323 primal:nether_wart_cooked nmd.primal.core.common.items.foods.Foodstuff@2e8558f5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8324 primal:sinuous_resin nmd.primal.core.common.items.foods.Resin@3c70173e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8325 primal:potato_rotten nmd.primal.core.common.items.foods.Foodstuff@5ba16134 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8326 primal:salt_dust_netjry nmd.primal.core.common.items.PrimalItem@2a084d94 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8327 primal:salt_dust_rock nmd.primal.core.common.items.PrimalItem@2eceead0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8328 primal:salt_dust_fire nmd.primal.core.common.items.PrimalItem@123bc1d0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8329 primal:salt_dust_void nmd.primal.core.common.items.PrimalItem@42c3aa62 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8330 primal:pumpkin_piece nmd.primal.core.common.items.foods.WetFood@2a4f2b43 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8331 primal:corn_cob nmd.primal.core.common.items.foods.WetFood@738eccb0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8332 primal:valus_melon nmd.primal.core.common.items.foods.WetFood@3f77a650 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8333 primal:daucus_murn_root nmd.primal.core.common.items.foods.WetFood@60b88b66 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8334 primal:tannin_bottle nmd.primal.core.common.items.foods.BottleDrink@337ea101 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8335 primal:urushi_bottle nmd.primal.core.common.items.foods.BottleDrink@36101092 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8336 primal:ovis_milk_bottle nmd.primal.core.common.items.foods.BottleOvisMilk@34d77526 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8337 primal:plant_fiber nmd.primal.core.common.items.PrimalItem@10903b61 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8338 primal:plant_fiber_pulp nmd.primal.core.common.items.PrimalItem@56a0e6db +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8339 primal:plant_cordage nmd.primal.core.common.items.PrimalItem@6082f81d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8340 primal:plant_cloth nmd.primal.core.common.items.CheeseCloth@6ff3df6e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8341 primal:plant_tinder nmd.primal.core.common.items.PrimalItem@7e29bac2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8342 primal:plant_papyrus nmd.primal.core.common.items.PrimalItem@2fee1de2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8343 primal:daucus_murn_fronds nmd.primal.core.common.items.PrimalItem@585b4a12 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8344 primal:daucus_murn_fronds_withered nmd.primal.core.common.items.PrimalItem@2922f6d8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8345 primal:valus_fiber nmd.primal.core.common.items.PrimalItem@1aeeb694 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8346 primal:valus_sepals nmd.primal.core.common.items.PrimalItem@45b0a926 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8347 primal:valus_stalk_fresh nmd.primal.core.common.items.PrimalItem@47b96058 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8348 primal:valus_stalk_withered nmd.primal.core.common.items.PrimalItem@7993da41 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8349 primal:void_fiber nmd.primal.core.common.items.PrimalItem@162699f1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8350 primal:void_cordage nmd.primal.core.common.items.PrimalItem@569feb8a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8351 primal:sinuous_fiber nmd.primal.core.common.items.PrimalItem@5a28eaa1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8352 primal:sinuous_cordage nmd.primal.core.common.items.PrimalItem@3d8e6277 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8353 primal:rush_stems nmd.primal.core.common.items.PrimalItem@1fc59d26 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8354 primal:thatching_wet nmd.primal.core.common.items.PrimalItem@362ff6ef +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8355 primal:thatching_dry nmd.primal.core.common.items.PrimalItem@2bcf7f69 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8356 primal:thatching_nether nmd.primal.core.common.items.PrimalItem@651c3dbd +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8357 primal:corn_stalk_wet nmd.primal.core.common.items.PrimalItem@5683b095 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8358 primal:corn_stalk_dry nmd.primal.core.common.items.PrimalItem@1fd2bc24 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8359 primal:aconite_sprig nmd.primal.core.common.items.foods.Foodstuff@4fb6bc80 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8360 primal:aconite_petal nmd.primal.core.common.items.foods.Foodstuff@4bc3911e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8361 primal:yew_aril_seedless nmd.primal.core.common.items.foods.Foodstuff@f97eb +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8362 primal:devils_tongue_sepals nmd.primal.core.common.items.foods.Foodstuff@ab63852 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8363 primal:corn_seeds nmd.primal.core.common.items.foods.Seeds@701ec738 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8364 primal:rush_seeds nmd.primal.core.common.items.foods.Seeds@2782e344 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8365 primal:dry_grass_root nmd.primal.core.common.items.foods.Seeds@5b4e8890 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8366 primal:dry_grass_seed nmd.primal.core.common.items.foods.Seeds@60014f03 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8367 primal:nether_root nmd.primal.core.common.items.foods.Seeds@66a0733c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8368 primal:nether_seed nmd.primal.core.common.items.foods.Seeds@5688246f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8369 primal:searing_ember nmd.primal.core.common.items.foods.Seeds@792d3c26 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8370 primal:daucus_murn_seeds nmd.primal.core.common.items.foods.Seeds@13be1d57 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8371 primal:valus_seed nmd.primal.core.common.items.foods.Seeds@76e2a58f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8372 primal:corypha_seed nmd.primal.core.common.items.foods.Seeds@61de4c60 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8373 primal:void_grass_root nmd.primal.core.common.items.foods.Seeds@71028071 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8374 primal:void_seed nmd.primal.core.common.items.foods.Seeds@12357fa3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8375 primal:sinuous_spore nmd.primal.core.common.items.foods.Seeds@71186eb7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8376 primal:devils_tongue_tendril nmd.primal.core.common.items.foods.Seeds@623681b8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8377 primal:aconite_root nmd.primal.core.common.items.foods.Seeds@7528487 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8378 primal:yew_seed nmd.primal.core.common.items.foods.Seeds@3e232ba9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8379 primal:yew_aril nmd.primal.core.common.items.foods.Seeds@c7c870c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8380 primal:tall_grass_seeds nmd.primal.core.common.items.foods.Seeds@5a91ec7a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8381 primal:wax_residue nmd.primal.core.common.items.PrimalItem@49742d13 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8382 primal:soul_residue nmd.primal.core.common.items.PrimalItem@6ead29f7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8383 primal:bitumin_clump nmd.primal.core.common.items.PrimalItem@68187c9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8384 primal:ore_cluster_bog_iron nmd.primal.core.common.items.PrimalItem@53a6495f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8385 primal:ore_cluster_zinc nmd.primal.core.common.items.PrimalItem@3bd2fa8d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8386 primal:ore_cluster_magnetite nmd.primal.core.common.items.PrimalItem@3c379e91 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8387 primal:magnetite_dust nmd.primal.core.common.items.PrimalItem@3682f911 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8388 primal:charcoal_mote nmd.primal.core.common.items.PrimalItem@578fb22f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8389 primal:charcoal_fair nmd.primal.core.common.items.PrimalItem@7ba52cc1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8390 primal:charcoal_good nmd.primal.core.common.items.PrimalItem@7b66f632 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8391 primal:charcoal_high nmd.primal.core.common.items.PrimalItem@5a8dc23e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8392 primal:charcoal_pure nmd.primal.core.common.items.PrimalItem@70b90d8a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8393 primal:carbonate_slack nmd.primal.core.common.items.PrimalItem@2228f478 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8394 primal:ferro_slack nmd.primal.core.common.items.PrimalItem@6eb35169 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8395 primal:iron_dust nmd.primal.core.common.items.PrimalItem@5a9be2b3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8396 primal:iron_plate nmd.primal.core.common.items.PrimalItem@62766137 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8397 primal:steel_ingot nmd.primal.core.common.items.PrimalItem@718d235 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8398 primal:steel_plate nmd.primal.core.common.items.PrimalItem@7354e3a6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8399 primal:gold_dust nmd.primal.core.common.items.PrimalItem@765f0905 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8400 primal:gold_plate nmd.primal.core.common.items.PrimalItem@27f1a120 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8401 primal:copper_nugget nmd.primal.core.common.items.PrimalItem@66394691 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8402 primal:copper_dust nmd.primal.core.common.items.PrimalItem@3cbde043 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8403 primal:copper_ingot nmd.primal.core.common.items.PrimalItem@166fbe55 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8404 primal:copper_plate nmd.primal.core.common.items.PrimalItem@2eff8575 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8405 primal:tin_nugget nmd.primal.core.common.items.PrimalItem@7d93d711 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8406 primal:tin_dust nmd.primal.core.common.items.PrimalItem@5f9ca6ac +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8407 primal:tin_ingot nmd.primal.core.common.items.PrimalItem@d1a5407 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8408 primal:tin_plate nmd.primal.core.common.items.PrimalItem@52149583 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8409 primal:bronze_nugget nmd.primal.core.common.items.PrimalItem@6807e0ab +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8410 primal:bronze_dust nmd.primal.core.common.items.PrimalItem@37623bc0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8411 primal:bronze_ingot nmd.primal.core.common.items.PrimalItem@48c081b7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8412 primal:bronze_plate nmd.primal.core.common.items.PrimalItem@695b0073 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8413 primal:brass_nugget nmd.primal.core.common.items.PrimalItem@4f419aa3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8414 primal:brass_dust nmd.primal.core.common.items.PrimalItem@34067c5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8415 primal:brass_ingot nmd.primal.core.common.items.PrimalItem@48e8b1a9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8416 primal:brass_plate nmd.primal.core.common.items.PrimalItem@3a56614e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8417 primal:silver_nugget nmd.primal.core.common.items.PrimalItem@3aa8578e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8418 primal:silver_dust nmd.primal.core.common.items.PrimalItem@45f109ac +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8419 primal:silver_ingot nmd.primal.core.common.items.PrimalItem@4c245c4d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8420 primal:silver_plate nmd.primal.core.common.items.PrimalItem@55dd0f6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8421 primal:lead_nugget nmd.primal.core.common.items.PrimalItem@48ac0598 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8422 primal:lead_dust nmd.primal.core.common.items.PrimalItem@51086732 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8423 primal:lead_ingot nmd.primal.core.common.items.PrimalItem@3a39c785 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8424 primal:lead_plate nmd.primal.core.common.items.PrimalItem@13632a67 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8425 primal:aluminum_nugget nmd.primal.core.common.items.PrimalItem@1c0eece +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8426 primal:aluminum_dust nmd.primal.core.common.items.PrimalItem@6b12dad8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8427 primal:aluminum_ingot nmd.primal.core.common.items.PrimalItem@6128e5cf +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8428 primal:aluminum_plate nmd.primal.core.common.items.PrimalItem@6718d1ba +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8429 primal:nickel_nugget nmd.primal.core.common.items.PrimalItem@1a70bc31 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8430 primal:nickel_dust nmd.primal.core.common.items.PrimalItem@4169f616 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8431 primal:nickel_ingot nmd.primal.core.common.items.PrimalItem@605d6a80 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8432 primal:nickel_plate nmd.primal.core.common.items.PrimalItem@533b1150 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8433 primal:platinum_nugget nmd.primal.core.common.items.PrimalItem@5dec8467 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8434 primal:platinum_dust nmd.primal.core.common.items.PrimalItem@37c00ac0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8435 primal:platinum_ingot nmd.primal.core.common.items.PrimalItem@3cfa2cf9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8436 primal:platinum_plate nmd.primal.core.common.items.PrimalItem@24a2bb40 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8437 primal:zinc_nugget nmd.primal.core.common.items.PrimalItem@1303331e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8438 primal:zinc_dust nmd.primal.core.common.items.PrimalItem@195daea0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8439 primal:zinc_ingot nmd.primal.core.common.items.PrimalItem@28946e70 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8440 primal:zinc_plate nmd.primal.core.common.items.PrimalItem@46d157cc +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8441 primal:diamond_plate nmd.primal.core.common.items.PrimalItem@320dd918 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8442 primal:obsidian_plate nmd.primal.core.common.items.PrimalItem@39e1c6c7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8443 primal:carbon_plate nmd.primal.core.common.items.PrimalItem@3272929f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8444 primal:crude_iron_plate nmd.primal.core.common.items.PrimalItem@7ed1dc2a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8445 primal:crude_iron_dust nmd.primal.core.common.items.PrimalItem@22c80ff1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8446 primal:crude_iron_ingot nmd.primal.core.common.items.PrimalItem@15a83291 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8447 primal:crude_iron_nugget nmd.primal.core.common.items.PrimalItem@3368bcd1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8448 primal:iron_bloom nmd.primal.core.common.items.PrimalItem@43a8061a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8449 primal:steel_nugget nmd.primal.core.common.items.PrimalItem@21fd2e19 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8450 primal:wootz_nugget nmd.primal.core.common.items.PrimalItem@7595ac0d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8451 primal:wootz_dust nmd.primal.core.common.items.PrimalItem@36d185a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8452 primal:wootz_ingot nmd.primal.core.common.items.PrimalItem@7656fb +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8453 primal:wootz_plate nmd.primal.core.common.items.PrimalItem@48332d0a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8454 primal:tamahagane_bloom nmd.primal.core.common.items.PrimalItem@101e15c5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8455 primal:tamahagane_nugget nmd.primal.core.common.items.PrimalItem@7bda6054 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8456 primal:tamahagane_dust nmd.primal.core.common.items.PrimalItem@4929305a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8457 primal:tamahagane_ingot nmd.primal.core.common.items.PrimalItem@18a30f08 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8458 primal:tamahagane_plate nmd.primal.core.common.items.PrimalItem@787381e4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8459 primal:shibuichi_nugget nmd.primal.core.common.items.PrimalItem@5083967e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8460 primal:shibuichi_dust nmd.primal.core.common.items.PrimalItem@50a8d7d4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8461 primal:shibuichi_ingot nmd.primal.core.common.items.PrimalItem@50735986 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8462 primal:shibuichi_plate nmd.primal.core.common.items.PrimalItem@34eb9ecd +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8463 primal:adamant_nugget nmd.primal.core.common.items.PrimalItem@7897ce48 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8464 primal:adamant_dust nmd.primal.core.common.items.PrimalItem@6e17a0f9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8465 primal:adamant_ingot nmd.primal.core.common.items.PrimalItem@24e26bd4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8466 primal:adamant_plate nmd.primal.core.common.items.PrimalItem@4c979473 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8467 primal:vanadium_nugget nmd.primal.core.common.items.PrimalItem@ab4e627 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8468 primal:vanadium_dust nmd.primal.core.common.items.PrimalItem@6efce3c1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8469 primal:vanadium_ingot nmd.primal.core.common.items.PrimalItem@1eb8c661 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8470 primal:vanadium_plate nmd.primal.core.common.items.PrimalItem@33908e4f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8471 primal:iron_strand nmd.primal.core.common.items.PrimalItem@567d1f42 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8472 primal:iron_pin nmd.primal.core.common.items.PrimalItem@5f960ca7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8473 primal:iron_ring nmd.primal.core.common.items.PrimalItem@74552fa +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8474 primal:iron_mesh nmd.primal.core.common.items.PrimalItem@301056ab +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8475 primal:copper_strand nmd.primal.core.common.items.PrimalItem@ea9d8e4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8476 primal:sharp_bone nmd.primal.core.common.items.tools.PrimalSword@61351ea2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8477 primal:bone_pickaxe nmd.primal.core.common.items.tools.PrimalPickAxe@4c4a42fc +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8478 primal:bone_shovel nmd.primal.core.common.items.tools.PrimalShovel@7e5df0d0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8479 primal:bone_hoe nmd.primal.core.common.items.tools.PrimalHoe@3e736907 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8480 primal:flint_pickaxe nmd.primal.core.common.items.tools.PrimalPickAxe@777aa065 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8481 primal:flint_shovel nmd.primal.core.common.items.tools.PrimalShovel@69b941d4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8482 primal:flint_hoe nmd.primal.core.common.items.tools.PrimalHoe@78f3e743 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8483 primal:quartz_pickaxe nmd.primal.core.common.items.tools.PrimalPickAxe@5d6d920b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8484 primal:quartz_shovel nmd.primal.core.common.items.tools.PrimalShovel@7f36684b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8485 primal:quartz_hoe nmd.primal.core.common.items.tools.PrimalHoe@5c223198 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8486 primal:diamond_pickaxe nmd.primal.core.common.items.tools.PrimalPickAxe@3b8c1ca0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8487 primal:diamond_shovel nmd.primal.core.common.items.tools.PrimalShovel@a403c10 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8488 primal:diamond_hoe nmd.primal.core.common.items.tools.PrimalHoe@46f86923 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8489 primal:emerald_pickaxe nmd.primal.core.common.items.tools.PrimalPickAxe@b9b3e95 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8490 primal:emerald_shovel nmd.primal.core.common.items.tools.PrimalShovel@50295a5a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8491 primal:emerald_hoe nmd.primal.core.common.items.tools.PrimalHoe@5b024cf3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8492 primal:opal_pickaxe nmd.primal.core.common.items.tools.PrimalPickAxe@5e3697c1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8493 primal:opal_shovel nmd.primal.core.common.items.tools.PrimalShovel@c0b6504 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8494 primal:opal_hoe nmd.primal.core.common.items.tools.PrimalHoe@16ea1555 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8495 primal:obsidian_pickaxe nmd.primal.core.common.items.tools.PrimalPickAxe@5f46a6af +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8496 primal:obsidian_shovel nmd.primal.core.common.items.tools.PrimalShovel@3524aa19 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8497 primal:obsidian_hoe nmd.primal.core.common.items.tools.PrimalHoe@6250cafc +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8498 primal:ironwood_bow nmd.primal.core.common.items.tools.PrimalBow@24563b5e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8499 primal:yew_bow nmd.primal.core.common.items.tools.PrimalBow@4ecf92a5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8500 primal:corypha_bow nmd.primal.core.common.items.tools.PrimalBow@5eab9d07 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8501 primal:bone_hatchet nmd.primal.core.common.items.tools.PrimalAxe@3a48ab04 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8502 primal:flint_hatchet nmd.primal.core.common.items.tools.PrimalAxe@2f51ebd8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8503 primal:quartz_hatchet nmd.primal.core.common.items.tools.PrimalAxe@1db91e2d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8504 primal:obsidian_hatchet nmd.primal.core.common.items.tools.PrimalAxe@1f78fb38 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8505 primal:opal_hatchet nmd.primal.core.common.items.tools.PrimalAxe@60177358 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8506 primal:emerald_hatchet nmd.primal.core.common.items.tools.PrimalAxe@40384ba9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8507 primal:diamond_hatchet nmd.primal.core.common.items.tools.PrimalAxe@15a56df5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8508 primal:flint_axe nmd.primal.core.common.items.tools.PrimalAxe@4d5cf542 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8509 primal:quartz_axe nmd.primal.core.common.items.tools.PrimalAxe@168ac202 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8510 primal:obsidian_axe nmd.primal.core.common.items.tools.PrimalAxe@14eda679 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8511 primal:opal_axe nmd.primal.core.common.items.tools.PrimalAxe@2a19abd4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8512 primal:emerald_axe nmd.primal.core.common.items.tools.PrimalAxe@45bd30 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8513 primal:diamond_axe nmd.primal.core.common.items.tools.PrimalAxe@409fe5e8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8514 primal:bone_shears nmd.primal.core.common.items.tools.PrimalShears@39384dec +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8515 primal:flint_shears nmd.primal.core.common.items.tools.PrimalShears@5e981614 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8516 primal:quartz_shears nmd.primal.core.common.items.tools.PrimalShears@73998cca +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8517 primal:flint_workblade nmd.primal.core.common.items.tools.WorkBlade@4c1687f4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8518 primal:quartz_workblade nmd.primal.core.common.items.tools.WorkBlade@373ae4b7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8519 primal:iron_workblade nmd.primal.core.common.items.tools.WorkBlade@298c6cf2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8520 primal:obsidian_workblade nmd.primal.core.common.items.tools.WorkBlade@164c4ad5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8521 primal:opal_workblade nmd.primal.core.common.items.tools.WorkBlade@6e1d46cf +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8522 primal:emerald_workblade nmd.primal.core.common.items.tools.WorkBlade@e6208e7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8523 primal:diamond_workblade nmd.primal.core.common.items.tools.WorkBlade@44c31e25 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8524 primal:stone_gallagher nmd.primal.core.common.items.tools.Gallagher@30adee8a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8525 primal:nether_gallagher nmd.primal.core.common.items.tools.Gallagher@3402fd6e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8526 primal:quartz_gallagher nmd.primal.core.common.items.tools.Gallagher@2a39fe39 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8527 primal:iron_gallagher nmd.primal.core.common.items.tools.Gallagher@7657ef6d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8528 primal:bone_saw nmd.primal.core.common.items.tools.HandSaw@29d19693 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8529 primal:flint_saw nmd.primal.core.common.items.tools.HandSaw@a9be74a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8530 primal:iron_saw nmd.primal.core.common.items.tools.HandSaw@6f361816 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8531 primal:quartz_saw nmd.primal.core.common.items.tools.HandSaw@2653be1a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8532 primal:copper_saw nmd.primal.core.common.items.tools.HandSaw@313d14d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8533 primal:diamond_saw nmd.primal.core.common.items.tools.HandSaw@5667c7d2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8534 primal:emerald_saw nmd.primal.core.common.items.tools.HandSaw@94e83a0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8535 primal:obsidian_saw nmd.primal.core.common.items.tools.HandSaw@32564ffd +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8536 primal:quartz_clippers nmd.primal.core.common.items.tools.PrimalShears@2f527943 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8537 primal:iron_clippers nmd.primal.core.common.items.tools.PrimalShears@47e3722c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8538 primal:sword_crude_bone nmd.primal.core.common.items.tools.CrudeSword@3acdbaf3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8539 primal:sword_crude_flint nmd.primal.core.common.items.tools.CrudeSword@3ae423f0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8540 primal:sword_crude_quartz nmd.primal.core.common.items.tools.CrudeSword@6c0cd8e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8541 primal:sword_crude_iron nmd.primal.core.common.items.tools.CrudeSword@5a6ead68 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8542 primal:sword_crude_wootz nmd.primal.core.common.items.tools.CrudeSword@da38ef4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8543 primal:armor_obsidian_goggles nmd.primal.core.common.items.armor.ArmorDarkGoggles@47d85faf +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8544 primal:armor_obsidian_head nmd.primal.core.common.items.armor.ArmorObsidian@158ffa0a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8545 primal:armor_obsidian_body nmd.primal.core.common.items.armor.ArmorObsidian@289b391e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8546 primal:armor_obsidian_legs nmd.primal.core.common.items.armor.ArmorObsidian@2dbb2e85 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8547 primal:armor_obsidian_feet nmd.primal.core.common.items.armor.ArmorObsidian@251661e4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8548 primal:armor_wolf_head nmd.primal.core.common.items.armor.ArmorHideWolf@4a3add96 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8549 primal:armor_wolf_body nmd.primal.core.common.items.armor.ArmorHideWolf@5c358c74 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8550 primal:armor_wolf_legs nmd.primal.core.common.items.armor.ArmorHideWolf@fc293a4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8551 primal:armor_wolf_feet nmd.primal.core.common.items.armor.ArmorHideWolf@39ebb6a2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8552 primal:armor_ovis_head nmd.primal.core.common.items.armor.ArmorHideOvis@55076488 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8553 primal:armor_ovis_body nmd.primal.core.common.items.armor.ArmorHideOvis@2a7973f3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8554 primal:armor_ovis_legs nmd.primal.core.common.items.armor.ArmorHideOvis@726aef2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8555 primal:armor_ovis_feet nmd.primal.core.common.items.armor.ArmorHideOvis@696bb9ba +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8556 primal:stone_basin nmd.primal.core.common.items.StoneBasin@16c3d713 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8557 primal:fire_bow nmd.primal.core.common.items.tools.FireBow@166fd4f8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8558 primal:searing_sprig nmd.primal.core.common.items.tools.SearingSprig@39c52eb0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8559 primal:cauldron_lid nmd.primal.core.common.items.PrimalItem@2800d352 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8560 primal:smelter_lid_mud nmd.primal.core.common.items.PrimalItem@20f3e20e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8561 primal:smelter_lid_adobe nmd.primal.core.common.items.PrimalItem@48d32afc +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8562 primal:smelter_lid_terra nmd.primal.core.common.items.PrimalItem@58733df8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8563 primal:smelter_lid_cinis nmd.primal.core.common.items.PrimalItem@76c7efe7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8564 primal:torch_nether_lit nmd.primal.core.common.items.LitTorch@491b90a3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8565 quantumstorage:crate QuantumStorage.items.ItemCrate@184ed7b6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8566 quantumstorage:upgrade QuantumStorage.upgrades.ItemUpgrade@5913a5ba +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8567 quantumstorage:quantum_battery QuantumStorage.items.ItemQuantumBattery@10e2c1a8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8568 quantumstorage:quantum_bag QuantumStorage.items.ItemQuantumBag@5e9d59f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8569 rftools:smartwrench mcjty.rftools.items.smartwrench.SmartWrenchItem@6bf451f3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8570 rftools:rftools_manual mcjty.rftools.items.manual.RFToolsManualItem@2f0e1742 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8571 rftools:rftools_shape_manual mcjty.rftools.items.manual.RFToolsShapeManualItem@29e76c8a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8572 rftools:dimensional_shard mcjty.rftools.items.DimensionalShardItem@62691104 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8573 rftools:shard_wand mcjty.rftools.items.creativeonly.ShardWandItem@2bdbaf73 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8574 rftools:infused_diamond mcjty.rftools.items.InfusedDiamond@74b0094d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8575 rftools:infused_enderpearl mcjty.rftools.items.InfusedEnderpearl@66a1b86d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8576 rftools:syringe mcjty.rftools.items.SyringeItem@4c6a748c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8577 rftools:peace_essence mcjty.rftools.items.PeaceEssenceItem@3abcfa45 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8578 rftools:developers_delight mcjty.rftools.items.creativeonly.DevelopersDelightItem@4eb2763e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8579 rftools:network_monitor mcjty.rftools.items.netmonitor.NetworkMonitorItem@253bcd55 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8580 rftools:modifier_module mcjty.rftools.items.modifier.ModifierItem@3a6a036a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8581 rftools:storage_module_tablet mcjty.rftools.items.storage.StorageModuleTabletItem@6759b8b0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8582 rftools:storage_module mcjty.rftools.items.storage.StorageModuleItem@3a8731e3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8583 rftools:oredict_module mcjty.rftools.items.storage.OreDictTypeItem@41ad1283 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8584 rftools:generic_module mcjty.rftools.items.storage.GenericTypeItem@2bb6288f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8585 rftools:filter_module mcjty.rftools.items.storage.StorageFilterItem@1809971 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8586 rftools:teleport_probe mcjty.rftools.items.teleportprobe.TeleportProbeItem@20bb88b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8587 rftools:charged_porter mcjty.rftools.items.teleportprobe.ChargedPorterItem@2b9b9b43 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8588 rftools:advanced_charged_porter mcjty.rftools.items.teleportprobe.AdvancedChargedPorterItem@31733cef +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8589 rftools:text_module mcjty.rftools.items.screenmodules.TextModuleItem@343d60a1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8590 rftools:inventory_module mcjty.rftools.items.screenmodules.InventoryModuleItem@6b2d494d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8591 rftools:inventoryplus_module mcjty.rftools.items.screenmodules.InventoryPlusModuleItem@1c9b96e8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8592 rftools:energy_module mcjty.rftools.items.screenmodules.EnergyModuleItem@34a745d0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8593 rftools:energyplus_module mcjty.rftools.items.screenmodules.EnergyPlusModuleItem@6b40038d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8594 rftools:clock_module mcjty.rftools.items.screenmodules.ClockModuleItem@6aa64889 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8595 rftools:fluid_module mcjty.rftools.items.screenmodules.FluidModuleItem@2a4aafe3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8596 rftools:fluidplus_module mcjty.rftools.items.screenmodules.FluidPlusModuleItem@244de6bf +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8597 rftools:machineinformation_module mcjty.rftools.items.screenmodules.MachineInformationModuleItem@4f7ac5d0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8598 rftools:computer_module mcjty.rftools.items.screenmodules.ComputerModuleItem@17403eb6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8599 rftools:button_module mcjty.rftools.items.screenmodules.ButtonModuleItem@680abe0a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8600 rftools:elevator_button_module mcjty.rftools.items.screenmodules.ElevatorButtonModuleItem@23b9d5aa +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8601 rftools:redstone_module mcjty.rftools.items.screenmodules.RedstoneModuleItem@3af4d048 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8602 rftools:counter_module mcjty.rftools.items.screenmodules.CounterModuleItem@2c57fc2e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8603 rftools:counterplus_module mcjty.rftools.items.screenmodules.CounterPlusModuleItem@1190fd40 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8604 rftools:storage_control_module mcjty.rftools.items.screenmodules.StorageControlModuleItem@7ce97e5d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8605 rftools:dump_module mcjty.rftools.items.screenmodules.DumpModuleItem@60838718 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8606 rftools:space_chamber_card mcjty.rftools.items.builder.SpaceChamberCardItem@7326a1aa +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8607 rftools:shape_card mcjty.rftools.items.builder.ShapeCardItem@654a3873 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8608 rftools:powercell_card mcjty.rftools.items.powercell.PowerCellCardItem@52e6a911 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8609 rftools:regeneration_module mcjty.rftools.items.envmodules.RegenerationEModuleItem@2ea15f12 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8610 rftools:regenerationplus_module mcjty.rftools.items.envmodules.RegenerationPlusEModuleItem@684c909d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8611 rftools:speed_module mcjty.rftools.items.envmodules.SpeedEModuleItem@5c71b447 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8612 rftools:speedplus_module mcjty.rftools.items.envmodules.SpeedPlusEModuleItem@3bb820f9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8613 rftools:haste_module mcjty.rftools.items.envmodules.HasteEModuleItem@1f45a153 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8614 rftools:hasteplus_module mcjty.rftools.items.envmodules.HastePlusEModuleItem@1381125e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8615 rftools:saturation_module mcjty.rftools.items.envmodules.SaturationEModuleItem@42034fe5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8616 rftools:saturationplus_module mcjty.rftools.items.envmodules.SaturationPlusEModuleItem@38c610b4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8617 rftools:featherfalling_module mcjty.rftools.items.envmodules.FeatherFallingEModuleItem@abb61c6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8618 rftools:featherfallingplus_module mcjty.rftools.items.envmodules.FeatherFallingPlusEModuleItem@11b3912d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8619 rftools:flight_module mcjty.rftools.items.envmodules.FlightEModuleItem@49978899 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8620 rftools:peaceful_module mcjty.rftools.items.envmodules.PeacefulEModuleItem@41dc72af +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8621 rftools:waterbreathing_module mcjty.rftools.items.envmodules.WaterBreathingEModuleItem@10b89e03 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8622 rftools:nightvision_module mcjty.rftools.items.envmodules.NightVisionEModuleItem@1d0f4fc0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8623 rftools:blindness_module mcjty.rftools.items.envmodules.BlindnessEModuleItem@6829dfb8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8624 rftools:weakness_module mcjty.rftools.items.envmodules.WeaknessEModuleItem@4ac28118 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8625 rftools:poison_module mcjty.rftools.items.envmodules.PoisonEModuleItem@1ede46c5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8626 rftools:slowness_module mcjty.rftools.items.envmodules.SlownessEModuleItem@79c87b91 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8627 rftools:glowing_module mcjty.rftools.items.envmodules.GlowingEModuleItem@5fbabf0f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8628 rftools:luck_module mcjty.rftools.items.envmodules.LuckEModuleItem@12e2fa1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8629 rftools:noteleport_module mcjty.rftools.items.envmodules.NoTeleportEModuleItem@6d2ab92f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8630 rftools:orphaning_card mcjty.rftools.blocks.security.OrphaningCardItem@570453e8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8631 rftools:security_card mcjty.rftools.blocks.security.SecurityCardItem@5d4cdcc0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8632 rftools:machine_frame net.minecraft.item.ItemBlock@2defa3ef +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8633 rftools:machine_base net.minecraft.item.ItemBlock@153494bc +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8634 rftools:dimensional_shard_ore mcjty.lib.blocks.DamageMetadataItemBlock@60da0ee1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8635 rftools:coalgenerator mcjty.lib.blocks.GenericItemBlock@5b4b64e6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8636 rftools:crafter1 mcjty.lib.blocks.GenericItemBlock@b6b54bb +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8637 rftools:crafter2 mcjty.lib.blocks.GenericItemBlock@3acbb01e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8638 rftools:crafter3 mcjty.lib.blocks.GenericItemBlock@a561ca0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8639 rftools:modular_storage mcjty.lib.blocks.GenericItemBlock@aba2558 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8640 rftools:remote_storage mcjty.lib.blocks.GenericItemBlock@5b257638 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8641 rftools:storage_terminal mcjty.lib.blocks.GenericItemBlock@3c096602 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8642 rftools:level_emitter mcjty.lib.blocks.GenericItemBlock@600de3f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8643 rftools:matter_transmitter mcjty.lib.blocks.GenericItemBlock@5dcbab42 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8644 rftools:matter_receiver mcjty.lib.blocks.GenericItemBlock@2daf8275 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8645 rftools:dialing_device mcjty.lib.blocks.GenericItemBlock@5a61d8b4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8646 rftools:simple_dialer mcjty.rftools.blocks.teleporter.SimpleDialerItemBlock@5a9004e1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8647 rftools:destination_analyzer net.minecraft.item.ItemBlock@5a01254a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8648 rftools:matter_booster net.minecraft.item.ItemBlock@b6cb855 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8649 rftools:screen mcjty.lib.blocks.GenericItemBlock@5f9c75f4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8650 rftools:creative_screen mcjty.lib.blocks.GenericItemBlock@5f1d5ea +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8651 rftools:screen_controller mcjty.lib.blocks.GenericItemBlock@56898b6b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8652 rftools:redstone_transmitter_block mcjty.lib.blocks.GenericItemBlock@38c93fff +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8653 rftools:redstone_receiver_block mcjty.lib.blocks.GenericItemBlock@4c6cec7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8654 rftools:sequencer_block mcjty.lib.blocks.GenericItemBlock@f130530 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8655 rftools:counter_block mcjty.lib.blocks.GenericItemBlock@15db056a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8656 rftools:logic_block mcjty.lib.blocks.GenericItemBlock@641cf6e9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8657 rftools:invchecker_block mcjty.lib.blocks.GenericItemBlock@561eac5b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8658 rftools:sensor_block mcjty.lib.blocks.GenericItemBlock@41b3192d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8659 rftools:analog_block mcjty.lib.blocks.GenericItemBlock@c8ea424 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8660 rftools:digit_block mcjty.lib.blocks.GenericItemBlock@f26b0e2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8661 rftools:wire_block mcjty.lib.blocks.GenericItemBlock@2cf9b929 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8662 rftools:timer_block mcjty.lib.blocks.GenericItemBlock@75daa7ea +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8663 rftools:machine_infuser mcjty.lib.blocks.GenericItemBlock@c0c92f1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8664 rftools:space_chamber net.minecraft.item.ItemBlock@36978232 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8665 rftools:space_chamber_controller mcjty.lib.blocks.GenericItemBlock@57c65538 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8666 rftools:support_block net.minecraft.item.ItemBlock@77035ddd +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8667 rftools:builder mcjty.lib.blocks.GenericItemBlock@1f70c2d6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8668 rftools:composer mcjty.lib.blocks.GenericItemBlock@15fc5518 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8669 rftools:locator mcjty.lib.blocks.GenericItemBlock@7076ad0a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8670 rftools:projector mcjty.lib.blocks.GenericItemBlock@1d76eb6c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8671 rftools:scanner mcjty.lib.blocks.GenericItemBlock@489fc66 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8672 rftools:remote_scanner mcjty.lib.blocks.GenericItemBlock@732a2d7a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8673 rftools:powercell mcjty.lib.blocks.GenericItemBlock@3671c0e8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8674 rftools:powercell_advanced mcjty.lib.blocks.GenericItemBlock@1cf660c1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8675 rftools:powercell_creative mcjty.lib.blocks.GenericItemBlock@5757d5f5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8676 rftools:powercell_simple mcjty.lib.blocks.GenericItemBlock@75346398 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8677 rftools:relay mcjty.lib.blocks.GenericItemBlock@4dfa9b56 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8678 rftools:rf_monitor mcjty.lib.blocks.GenericItemBlock@62251a40 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8679 rftools:liquid_monitor mcjty.lib.blocks.GenericItemBlock@b34838c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8680 rftools:shield_block1 mcjty.lib.blocks.GenericItemBlock@5dca09d1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8681 rftools:shield_block2 mcjty.lib.blocks.GenericItemBlock@44f31915 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8682 rftools:shield_block3 mcjty.lib.blocks.GenericItemBlock@eceecd1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8683 rftools:shield_block4 mcjty.lib.blocks.GenericItemBlock@21492667 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8684 rftools:invisible_shield_block net.minecraft.item.ItemBlock@2c40371e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8685 rftools:notick_invisible_shield_block net.minecraft.item.ItemBlock@7027b832 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8686 rftools:invisible_shield_block_opaque net.minecraft.item.ItemBlock@9f67a83 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8687 rftools:notick_invisible_shield_block_opaque net.minecraft.item.ItemBlock@61641fc4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8688 rftools:shield_template_block mcjty.lib.blocks.DamageMetadataItemBlock@4cb13c31 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8689 rftools:solid_shield_block net.minecraft.item.ItemBlock@11aebbd +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8690 rftools:notick_solid_shield_block net.minecraft.item.ItemBlock@3b82bb7f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8691 rftools:camo_shield_block net.minecraft.item.ItemBlock@7ad919f4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8692 rftools:notick_camo_shield_block net.minecraft.item.ItemBlock@3fcce22a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8693 rftools:solid_shield_block_opaque net.minecraft.item.ItemBlock@69ddb16d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8694 rftools:notick_solid_shield_block_opaque net.minecraft.item.ItemBlock@47aab66a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8695 rftools:camo_shield_block_opaque net.minecraft.item.ItemBlock@758e01d2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8696 rftools:notick_camo_shield_block_opaque net.minecraft.item.ItemBlock@2d8b70fb +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8697 rftools:environmental_controller mcjty.lib.blocks.GenericItemBlock@29d9fafe +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8698 rftools:spawner mcjty.lib.blocks.GenericItemBlock@3b520049 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8699 rftools:matter_beamer mcjty.lib.blocks.GenericItemBlock@3e570660 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8700 rftools:block_protector mcjty.lib.blocks.GenericItemBlock@482da5f9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8701 rftools:item_filter mcjty.lib.blocks.GenericItemBlock@2ec5a808 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8702 rftools:security_manager mcjty.lib.blocks.GenericItemBlock@5bea5d1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8703 rftools:endergenic mcjty.lib.blocks.GenericItemBlock@35cd700 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8704 rftools:pearl_injector mcjty.lib.blocks.GenericItemBlock@267bb8ff +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8705 rftools:ender_monitor mcjty.lib.blocks.GenericItemBlock@257dd1d0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8706 rftools:storage_scanner mcjty.lib.blocks.GenericItemBlock@559d7883 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8707 rftools:elevator mcjty.lib.blocks.GenericItemBlock@309c51e7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8708 rftools:booster mcjty.lib.blocks.GenericItemBlock@4bdbab4b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8709 rftoolscontrol:rftoolscontrol_manual mcjty.rftoolscontrol.items.manual.RFToolsControlManualItem@6310b1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8710 rftoolscontrol:program_card mcjty.rftoolscontrol.items.ProgramCardItem@3e04395e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8711 rftoolscontrol:cpu_core_500 mcjty.rftoolscontrol.items.CPUCoreItem@6cc55410 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8712 rftoolscontrol:cpu_core_1000 mcjty.rftoolscontrol.items.CPUCoreItem@7a522b30 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8713 rftoolscontrol:cpu_core_2000 mcjty.rftoolscontrol.items.CPUCoreItem@622c5a53 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8714 rftoolscontrol:ram_chip mcjty.rftoolscontrol.items.RAMChipItem@7d7d4181 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8715 rftoolscontrol:network_card mcjty.rftoolscontrol.items.NetworkCardItem@3b5effea +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8716 rftoolscontrol:advanced_network_card mcjty.rftoolscontrol.items.NetworkCardItem@50be581a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8717 rftoolscontrol:card_base mcjty.rftoolscontrol.items.CardBaseItem@50c07e9c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8718 rftoolscontrol:crafting_card mcjty.rftoolscontrol.items.craftingcard.CraftingCardItem@47264c4c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8719 rftoolscontrol:token mcjty.rftoolscontrol.items.TokenItem@b4b5aed +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8720 rftoolscontrol:network_identifier mcjty.rftoolscontrol.items.NetworkIdentifierItem@2917ad16 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8721 rftoolscontrol:graphics_card mcjty.rftoolscontrol.items.GraphicsCardItem@7a700236 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8722 rftoolscontrol:variable_module mcjty.rftoolscontrol.items.variablemodule.VariableModuleItem@fc16518 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8723 rftoolscontrol:interaction_module mcjty.rftoolscontrol.items.interactionmodule.InteractionModuleItem@5e0cda3f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8724 rftoolscontrol:console_module mcjty.rftoolscontrol.items.consolemodule.ConsoleModuleItem@4ae7a3f5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8725 rftoolscontrol:vectorart_module mcjty.rftoolscontrol.items.vectorartmodule.VectorArtModuleItem@307c792d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8726 rftoolscontrol:programmer mcjty.lib.blocks.GenericItemBlock@3411239f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8727 rftoolscontrol:processor mcjty.lib.blocks.GenericItemBlock@c74da00 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8728 rftoolscontrol:node mcjty.lib.blocks.GenericItemBlock@7bfb3870 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8729 rftoolscontrol:craftingstation mcjty.lib.blocks.GenericItemBlock@281d8333 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8730 rftoolscontrol:workbench mcjty.lib.blocks.GenericItemBlock@15ad4074 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8731 rftoolscontrol:tank mcjty.lib.blocks.GenericItemBlock@3f233c1b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8732 scannable:scanner li.cil.scannable.common.item.ItemScanner@5979a7b8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8733 scannable:module_blank li.cil.scannable.common.item.ItemScannerModuleBlank@4dc129 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8734 scannable:module_range li.cil.scannable.common.item.ItemScannerModuleRange@257451a8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8735 scannable:module_animal li.cil.scannable.common.item.ItemScannerModuleAnimal@5e5538e5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8736 scannable:module_monster li.cil.scannable.common.item.ItemScannerModuleMonster@660ff3bd +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8737 scannable:module_ore_common li.cil.scannable.common.item.ItemScannerModuleBlockOreCommon@37c3a165 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8738 scannable:module_ore_rare li.cil.scannable.common.item.ItemScannerModuleBlockOreRare@5c6058da +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8739 scannable:module_block li.cil.scannable.common.item.ItemScannerModuleBlockConfigurable@5f44a8db +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8740 scannable:module_structure li.cil.scannable.common.item.ItemScannerModuleStructure@6e6a44ae +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8741 scannable:module_fluid li.cil.scannable.common.item.ItemScannerModuleBlockFluid@564adb32 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8742 scannable:module_entity li.cil.scannable.common.item.ItemScannerModuleEntity@49efdda0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8743 sev_tweaks_npc:golden_ladder_of_ascension sev_tweaks_npc.items.ItemLadderOfAscension@4a54428a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8744 simpletomb:grave_key com.lothrazar.simpletomb.item.ItemGraveKey@4e079c41 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8745 simplyarrows:arrow_bone net.darkhax.simplyarrows.items.ItemArrowBase@433e763f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8746 simplyarrows:arrow_flint net.darkhax.simplyarrows.items.ItemArrowBase@49634167 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8747 simplyarrows:arrow_iron net.darkhax.simplyarrows.items.ItemArrowBase@799fbf9b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8748 simplyarrows:arrow_flame net.darkhax.simplyarrows.items.ItemArrowBase@b88c17d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8749 simplyarrows:arrow_cake net.darkhax.simplyarrows.items.ItemArrowBase@3b37d1bd +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8750 simplyarrows:arrow_torch net.darkhax.simplyarrows.items.ItemArrowBase@688cd7c5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8751 simplyarrows:arrow_love net.darkhax.simplyarrows.items.ItemArrowBase@6c6bde28 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8752 simplyarrows:arrow_tnt net.darkhax.simplyarrows.items.ItemArrowBase@212569f1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8753 spartanshields:shield_basic_wood com.oblivioussp.spartanshields.item.ItemShieldBasic@188e261a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8754 spartanshields:shield_basic_stone com.oblivioussp.spartanshields.item.ItemShieldBasic@398b7312 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8755 spartanshields:shield_basic_iron com.oblivioussp.spartanshields.item.ItemShieldBasic@2608b2a1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8756 spartanshields:shield_basic_gold com.oblivioussp.spartanshields.item.ItemShieldBasic@4e842e63 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8757 spartanshields:shield_basic_diamond com.oblivioussp.spartanshields.item.ItemShieldBasic@5847c933 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8758 spartanshields:shield_basic_obsidian com.oblivioussp.spartanshields.item.ItemShieldObsidian@5b93c9ec +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8759 spartanshields:shield_tower_wood com.oblivioussp.spartanshields.item.ItemShieldBasic@4256b4a3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8760 spartanshields:shield_tower_stone com.oblivioussp.spartanshields.item.ItemShieldBasic@72f1ab82 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8761 spartanshields:shield_tower_iron com.oblivioussp.spartanshields.item.ItemShieldBasic@66571e16 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8762 spartanshields:shield_tower_gold com.oblivioussp.spartanshields.item.ItemShieldBasic@234e7799 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8763 spartanshields:shield_tower_diamond com.oblivioussp.spartanshields.item.ItemShieldBasic@544a2cff +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8764 spartanshields:shield_tower_obsidian com.oblivioussp.spartanshields.item.ItemShieldObsidian@2b18204f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8765 spartanshields:shield_basic_bronze com.oblivioussp.spartanshields.item.ItemShieldExtraMaterial@25436f0e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8766 spartanshields:shield_tower_bronze com.oblivioussp.spartanshields.item.ItemShieldExtraMaterial@20eb928d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8767 spartanshields:shield_basic_steel com.oblivioussp.spartanshields.item.ItemShieldExtraMaterial@4a1bc487 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8768 spartanshields:shield_tower_steel com.oblivioussp.spartanshields.item.ItemShieldExtraMaterial@36e2c4dc +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8769 spartanshields:shield_basic_copper com.oblivioussp.spartanshields.item.ItemShieldExtraMaterial@8e7e611 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8770 spartanshields:shield_tower_copper com.oblivioussp.spartanshields.item.ItemShieldExtraMaterial@7464627a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8771 spartanshields:shield_basic_tin com.oblivioussp.spartanshields.item.ItemShieldExtraMaterial@60cfbf8d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8772 spartanshields:shield_tower_tin com.oblivioussp.spartanshields.item.ItemShieldExtraMaterial@402b536c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8773 spartanshields:shield_basic_silver com.oblivioussp.spartanshields.item.ItemShieldSilver@3d45d970 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8774 spartanshields:shield_tower_silver com.oblivioussp.spartanshields.item.ItemShieldSilver@27ef4d87 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8775 spartanshields:shield_basic_invar com.oblivioussp.spartanshields.item.ItemShieldExtraMaterial@f1cd03e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8776 spartanshields:shield_tower_invar com.oblivioussp.spartanshields.item.ItemShieldExtraMaterial@76c7f2eb +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8777 spartanshields:shield_basic_platinum com.oblivioussp.spartanshields.item.ItemShieldExtraMaterial@65da2b1a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8778 spartanshields:shield_tower_platinum com.oblivioussp.spartanshields.item.ItemShieldExtraMaterial@3884c153 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8779 spartanshields:shield_basic_electrum com.oblivioussp.spartanshields.item.ItemShieldExtraMaterial@51707b5d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8780 spartanshields:shield_tower_electrum com.oblivioussp.spartanshields.item.ItemShieldExtraMaterial@18698b32 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8781 spartanshields:shield_basic_nickel com.oblivioussp.spartanshields.item.ItemShieldExtraMaterial@2cdff1de +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8782 spartanshields:shield_tower_nickel com.oblivioussp.spartanshields.item.ItemShieldExtraMaterial@324f234f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8783 spartanshields:shield_basic_lead com.oblivioussp.spartanshields.item.ItemShieldExtraMaterial@60371cc8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8784 spartanshields:shield_tower_lead com.oblivioussp.spartanshields.item.ItemShieldExtraMaterial@34532be7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8785 spartanshields:shield_basic_constantan com.oblivioussp.spartanshields.item.ItemShieldExtraMaterial@67d16db2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8786 spartanshields:shield_tower_constantan com.oblivioussp.spartanshields.item.ItemShieldExtraMaterial@2ccf6f5c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8787 spartanshields:shield_riot_rftools com.oblivioussp.spartanshields.item.ItemShieldPoweredFE@4f87c2b8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8788 stevescarts:blockcartassembler net.minecraft.item.ItemBlock@144e3d3a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8789 stevescarts:blockcargomanager net.minecraft.item.ItemBlock@7b859497 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8790 stevescarts:blockliquidmanager net.minecraft.item.ItemBlock@4a4dd2f7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8791 stevescarts:blockdistributor net.minecraft.item.ItemBlock@42617612 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8792 stevescarts:blockactivator net.minecraft.item.ItemBlock@27233489 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8793 stevescarts:blockdetector vswe.stevescarts.items.ItemBlockDetector@70d52dd6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8794 stevescarts:upgrade vswe.stevescarts.items.ItemUpgrade@542b9351 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8795 stevescarts:blockjunction net.minecraft.item.ItemBlock@1db3ae20 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8796 stevescarts:blockadvdetector net.minecraft.item.ItemBlock@238a5663 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8797 stevescarts:blockmetalstorage vswe.stevescarts.items.ItemBlockStorage@7ae86459 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8798 stevescarts:modularcart vswe.stevescarts.items.ItemCarts@60f9505f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8799 stevescarts:modulecomponents vswe.stevescarts.items.ItemCartComponent@5dcc1830 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8800 stevescarts:cartmodule vswe.stevescarts.items.ItemCartModule@35a24a67 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8801 storagedrawers:basicdrawers com.jaquadro.minecraft.storagedrawers.item.ItemBasicDrawers@1a73e852 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8802 storagedrawers:keybutton com.jaquadro.minecraft.storagedrawers.item.ItemKeyButton@28643026 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8803 storagedrawers:compdrawers com.jaquadro.minecraft.storagedrawers.item.ItemCompDrawers@4c9565e1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8804 storagedrawers:controller com.jaquadro.minecraft.storagedrawers.item.ItemController@496b5445 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8805 storagedrawers:controllerslave net.minecraft.item.ItemBlock@2e22934f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8806 storagedrawers:trim com.jaquadro.minecraft.storagedrawers.item.ItemTrim@49c7de70 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8807 storagedrawers:framingtable com.jaquadro.minecraft.storagedrawers.item.ItemFramingTable@6d6e9982 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8808 storagedrawers:customdrawers com.jaquadro.minecraft.storagedrawers.item.ItemCustomDrawers@5110e29d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8809 storagedrawers:customtrim com.jaquadro.minecraft.storagedrawers.item.ItemCustomTrim@3d249180 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8810 storagedrawers:upgrade_template net.minecraft.item.Item@7251c14e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8811 storagedrawers:upgrade_storage com.jaquadro.minecraft.storagedrawers.item.ItemUpgradeStorage@3dbcae5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8812 storagedrawers:upgrade_one_stack com.jaquadro.minecraft.storagedrawers.item.ItemUpgrade@3a28ac6b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8813 storagedrawers:upgrade_status com.jaquadro.minecraft.storagedrawers.item.ItemUpgradeStatus@468f41d1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8814 storagedrawers:upgrade_void com.jaquadro.minecraft.storagedrawers.item.ItemUpgrade@29efa579 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8815 storagedrawers:upgrade_conversion com.jaquadro.minecraft.storagedrawers.item.ItemUpgrade@74bede43 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8816 storagedrawers:upgrade_creative com.jaquadro.minecraft.storagedrawers.item.ItemUpgradeCreative@b8a6f4b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8817 storagedrawers:upgrade_redstone com.jaquadro.minecraft.storagedrawers.item.ItemUpgradeRedstone@37b72622 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8818 storagedrawers:drawer_key com.jaquadro.minecraft.storagedrawers.item.ItemDrawerKey@63a799c0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8819 storagedrawers:shroud_key com.jaquadro.minecraft.storagedrawers.item.ItemShroudKey@61691f31 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8820 storagedrawers:personal_key com.jaquadro.minecraft.storagedrawers.item.ItemPersonalKey@39c1c460 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8821 storagedrawers:quantify_key com.jaquadro.minecraft.storagedrawers.item.ItemQuantifyKey@3749634c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8822 storagedrawers:tape com.jaquadro.minecraft.storagedrawers.item.ItemTape@687f85fc +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8823 supersoundmuffler:sound_muffler_bauble edgarallen.soundmuffler.bauble.ItemSoundMufflerBauble@7803c48b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8824 supersoundmuffler:sound_muffler net.minecraft.item.ItemBlock@89057f3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8825 tallgates:tall_gate se.gory_moon.tallgates.items.ItemTallGate@668b804f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8826 tcomplement:materials slimeknights.mantle.item.ItemMetaDynamic@388eb967 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8827 tcomplement:cast slimeknights.tconstruct.smeltery.item.CastCustom@4ec710db +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8828 tcomplement:cast_clay slimeknights.tconstruct.smeltery.item.CastCustom@2806b214 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8829 tcomplement:edibles slimeknights.mantle.item.ItemEdible@22235728 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8830 tcomplement:melter slimeknights.mantle.item.ItemBlockMeta@6f2b978a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8831 tcomplement:alloy_tank slimeknights.tconstruct.smeltery.item.ItemTank@199c137c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8832 tcomplement:porcelain_tank slimeknights.tconstruct.smeltery.item.ItemTank@4178449 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8833 tcomplement:porcelain_melter slimeknights.mantle.item.ItemBlockMeta@3cb519f4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8834 tcomplement:porcelain_alloy_tank slimeknights.tconstruct.smeltery.item.ItemTank@f115e2f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8835 tcomplement:manyullyn_helmet knightminer.tcomplement.armor.items.ItemArmorBase@4e625c0a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8836 tcomplement:manyullyn_chestplate knightminer.tcomplement.armor.items.ItemArmorBase@5a0c868b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8837 tcomplement:manyullyn_leggings knightminer.tcomplement.armor.items.ItemArmorBase@5fe95bc3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8838 tcomplement:manyullyn_boots knightminer.tcomplement.armor.items.ItemArmorBase@54d75ed7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8839 tcomplement:knightslime_helmet knightminer.tcomplement.armor.items.ItemKnightSlimeArmor@360f2d0f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8840 tcomplement:knightslime_chestplate knightminer.tcomplement.armor.items.ItemKnightSlimeArmor@23ad5f4e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8841 tcomplement:knightslime_leggings knightminer.tcomplement.armor.items.ItemKnightSlimeArmor@4d628c0a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8842 tcomplement:knightslime_boots knightminer.tcomplement.armor.items.ItemKnightSlimeArmor@bff5c6f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8843 tcomplement:porcelain_casting slimeknights.mantle.item.ItemBlockMeta@44d77f4a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8844 tcomplement:chisel_head slimeknights.tconstruct.library.tools.ToolPart@d491fb1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8845 tcomplement:chisel knightminer.tcomplement.plugin.chisel.items.ItemChisel@257ff207 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8846 totemic:cedar_log net.minecraft.item.ItemBlock@32258b64 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8847 totemic:stripped_cedar_log net.minecraft.item.ItemBlock@1f900b43 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8848 totemic:cedar_plank net.minecraft.item.ItemBlock@f0a504e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8849 totemic:cedar_sapling net.minecraft.item.ItemBlock@97d4d87 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8850 totemic:cedar_leaves net.minecraft.item.ItemBlock@171d8967 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8851 totemic:cedar_stairs net.minecraft.item.ItemBlock@84842d4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8852 totemic:cedar_slab net.minecraft.item.ItemSlab@559debb3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8853 totemic:cedar_fence net.minecraft.item.ItemBlock@36ef85f2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8854 totemic:cedar_fence_gate net.minecraft.item.ItemBlock@4dc264f9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8855 totemic:totem_base net.minecraft.item.ItemBlock@7d6d177 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8856 totemic:totem_pole net.minecraft.item.ItemBlock@3dac624d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8857 totemic:totem_torch net.minecraft.item.ItemBlock@7726a01f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8858 totemic:drum net.minecraft.item.ItemBlock@299df7ae +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8859 totemic:wind_chime net.minecraft.item.ItemBlock@1871d683 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8860 totemic:tipi pokefenn.totemic.item.ItemTipi@461161ca +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8861 totemic:wooden_pillar net.minecraft.item.ItemMultiTexture@4f5074f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8862 totemic:wooden_pillar_base net.minecraft.item.ItemMultiTexture@4293a0f8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8863 totemic:flute pokefenn.totemic.item.equipment.music.ItemFlute@54c0a3e7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8864 totemic:rattle pokefenn.totemic.item.equipment.music.ItemRattle@19929784 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8865 totemic:jingle_dress pokefenn.totemic.item.equipment.music.ItemJingleDress@722a63ce +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8866 totemic:eagle_bone_whistle pokefenn.totemic.item.equipment.music.ItemEagleBoneWhistle@35f13486 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8867 totemic:totem_whittling_knife pokefenn.totemic.item.equipment.ItemTotemWhittlingKnife@6abac6a0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8868 totemic:bark_stripper pokefenn.totemic.item.equipment.ItemBarkStripper@3bb49f8b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8869 totemic:totemic_staff pokefenn.totemic.item.equipment.ItemTotemicStaff@369701ce +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8870 totemic:sub_items pokefenn.totemic.item.ItemTotemicItems@a7e569e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8871 totemic:totempedia pokefenn.totemic.item.ItemTotempedia@36cd0eb7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8872 totemic:buffalo_items pokefenn.totemic.item.ItemBuffaloDrops@291a9722 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8873 totemic:buffalo_meat net.minecraft.item.ItemFood@270d7abe +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8874 totemic:cooked_buffalo_meat net.minecraft.item.ItemFood@5fbf0267 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8875 totemic:baykok_bow pokefenn.totemic.item.equipment.weapon.ItemBaykokBow@1d91791 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8876 totemic:medicine_bag pokefenn.totemic.item.equipment.ItemMedicineBag@7c87330f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8877 totemic:ceremony_cheat pokefenn.totemic.item.ItemCeremonyCheat@30937eab +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8878 totemic:eagle_drops pokefenn.totemic.item.ItemEagleDrops@1718eee4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8879 totemic:nether_pipe pokefenn.totemic.item.equipment.music.ItemNetherPipe@5eb41609 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8880 uppers:upper uppers.ModBlocks$1@1b6e599b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8881 vc:airship_workbench net.minecraft.item.ItemBlock@45cfb4c1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8882 vc:item_guidebook_main com.viesis.viescraft.common.items.ItemGuidebookMain@5a868fa5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8883 vc:item_dismounter_normal com.viesis.viescraft.common.items.ItemDismounterNormal@73114997 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8884 vc:item_dismounter_player com.viesis.viescraft.common.items.ItemDismounterPlayer@6a7bd7d1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8885 vc:item_viesoline_pellets com.viesis.viescraft.common.items.parts.ItemViesoline@1e46ac2a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8886 vc:item_logic_chip com.viesis.viescraft.common.items.parts.main.ItemLogicChip@70d3f3e0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8887 vc:item_airship_ignition com.viesis.viescraft.common.items.parts.main.ItemIgnition@977519c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8888 vc:item_airship_frame com.viesis.viescraft.common.items.parts.main.ItemFrame@3d06da3c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8889 vc:item_airship_engine com.viesis.viescraft.common.items.parts.main.ItemEngine@160a064a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8890 vc:item_airship_balloon com.viesis.viescraft.common.items.parts.main.ItemBalloon@79a9bb98 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8891 vc:upgrades/item_upgrade_airship_core com.viesis.viescraft.common.items.upgrades.ItemUpgradeCore@4a61ee80 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8892 vc:upgrades/item_upgrade_airship_frame com.viesis.viescraft.common.items.upgrades.ItemUpgradeFrame@41bd1aca +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8893 vc:upgrades/item_upgrade_airship_engine com.viesis.viescraft.common.items.upgrades.ItemUpgradeEngine@7c36ce1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8894 vc:upgrades/item_upgrade_airship_balloon com.viesis.viescraft.common.items.upgrades.ItemUpgradeBalloon@330272fa +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8895 vc:item_bomb com.viesis.viescraft.common.items.ItemBomb@76d28ff4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8896 vc:modules/item_module_type com.viesis.viescraft.common.items.parts.ItemModuleType@5f90b0ae +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8897 vc:modules/item_module_creative com.viesis.viescraft.common.items.parts.ItemModuleCreative@43a86bd9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8898 vc:airships/item_airship com.viesis.viescraft.common.items.airships.ItemAirship@631d54f4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8899 vc:airships/item_airship_creative com.viesis.viescraft.common.items.airships.ItemCreativeAirship@1d2da4c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8900 vc:achievements/achievement_airship com.viesis.viescraft.common.items.achievements.ItemAchievement@5b9d0f18 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8901 vc:achievements/achievement_airship_portal com.viesis.viescraft.common.items.ItemEntityAirship@5b6b5111 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8902 vc:symbols/item_display_symbol com.viesis.viescraft.common.items.symbols.ItemDisplaySymbol@5258147c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8903 waterstrainer:strainer_base net.minecraft.item.ItemBlock@429e372d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8904 waterstrainer:net mods.waterstrainer.item.ItemNet@76733cc4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8905 waterstrainer:worm mods.waterstrainer.item.ItemWorm@c1baa16 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8906 waterstrainer:super_worm mods.waterstrainer.item.ItemSuperWorm@473af99b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8907 waterstrainer:bait_pot mods.waterstrainer.item.ItemBaitPot@160dc572 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8908 waterstrainer:garden_trowel mods.waterstrainer.item.ItemGardenTrowel@3890e435 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8909 waterstrainer:efficiency_meter mods.waterstrainer.item.ItemEfficiencyMeter@609ea5a5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8910 waterstrainer:strainer_survivalist mods.waterstrainer.item.ItemStrainer@660b52f3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8911 waterstrainer:strainer_survivalist_solid mods.waterstrainer.item.ItemStrainer@2d5eeda7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8912 waterstrainer:strainer_survivalist_reinforced mods.waterstrainer.item.ItemStrainer@694d7fbe +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8913 waterstrainer:strainer_survivalist_dense mods.waterstrainer.item.ItemStrainer@71478b86 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8914 waterstrainer:strainer_survivalist_dense_solid mods.waterstrainer.item.ItemStrainer@571344e7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8915 waterstrainer:strainer_survivalist_dense_reinforced mods.waterstrainer.item.ItemStrainer@d7aa877 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8916 waterstrainer:strainer_fisherman mods.waterstrainer.item.ItemStrainer@fc896e9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8917 weirdinggadget:weirding_gadget net.minecraft.item.ItemBlock@f6777e5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8918 xnet:xnet_manual mcjty.xnet.items.manual.XNetManualItem@57864f6e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8919 xnet:connector_upgrade mcjty.xnet.items.ConnectorUpgradeItem@1cb2e4a9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8920 xnet:facade mcjty.xnet.blocks.facade.FacadeItemBlock@2f269f4d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8921 xnet:redstone_proxy net.minecraft.item.ItemBlock@1b4a0d13 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8922 xnet:redstone_proxy_upd net.minecraft.item.ItemBlock@7ed2cc2b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8923 xnet:netcable mcjty.lib.blocks.DamageMetadataItemBlock@75cef8f4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8924 xnet:connector mcjty.lib.blocks.DamageMetadataItemBlock@6e89cdf7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8925 xnet:advanced_connector mcjty.lib.blocks.DamageMetadataItemBlock@25e077a0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8926 xnet:controller mcjty.lib.blocks.GenericItemBlock@4dbb54a3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8927 xnet:router mcjty.lib.blocks.GenericItemBlock@4f301cb8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8928 xnet:wireless_router mcjty.lib.blocks.GenericItemBlock@6ff686dc +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8929 xnet:antenna mcjty.lib.blocks.GenericItemBlock@498da1f5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8930 xnet:antenna_base mcjty.lib.blocks.GenericItemBlock@5e84fa2b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8931 xnet:antenna_dish mcjty.lib.blocks.GenericItemBlock@119ef89f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8932 yoyos:cord net.minecraft.item.Item@4a854c16 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8933 primal_tech:flint_block net.minecraft.item.ItemBlock@257d187 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8934 primal_tech:charcoal_block primal_tech.ModBlocks$4@5080a11a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8935 primal_tech:clay_kiln primal_tech.ModBlocks$1@70aa81d2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8936 primal_tech:stick_bundle primal_tech.ModBlocks$2@5745dda1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8937 primal_tech:fibre_torch net.minecraft.item.ItemBlock@6ba2e527 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8938 primal_tech:wooden_hopper primal_tech.ModBlocks$7@3e7f1138 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8939 primal_tech:charcoal_hopper primal_tech.ModBlocks$9@1affa334 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8940 primal_tech:fibre_torch_lit primal_tech.ModBlocks$3@632edd1f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8941 primal_tech:work_stump primal_tech.ModBlocks$5@1fd98780 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8942 primal_tech:stone_grill primal_tech.ModBlocks$6@59e9a392 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8943 primal_tech:work_stump_upgraded primal_tech.ModBlocks$10@3ee85d98 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8944 primal_tech:water_saw primal_tech.ModBlocks$11@2b3bb97f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8945 primal_tech:stone_anvil primal_tech.ModBlocks$12@780dde1f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8946 primal_tech:wooden_basin primal_tech.ModBlocks$13@6c6c07bf +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8947 primal_tech:fire_sticks primal_tech.items.ItemFireSticks@e6ff317 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8948 primal_tech:bone_pickaxe primal_tech.items.ItemBonePickaxe@945187d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8949 primal_tech:bone_axe primal_tech.items.ItemBoneAxe@3d37553b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8950 primal_tech:bone_shovel net.minecraft.item.ItemSpade@68eee68d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8951 primal_tech:bone_shears primal_tech.items.ItemBoneShears@19e847cc +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8952 primal_tech:fluid_bladder primal_tech.items.ItemFluidBladder@384f327c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8953 primal_tech:bone_shard primal_tech.items.ItemMaterials@3f5626c3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8954 primal_tech:plant_fibres primal_tech.items.ItemMaterials@2013652a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8955 primal_tech:twine primal_tech.items.ItemMaterials@7b9e90c3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8956 primal_tech:rock net.minecraft.item.Item@3a03911e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8957 primal_tech:wood_club primal_tech.items.ItemClub@346dc8a3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8958 primal_tech:bone_club primal_tech.items.ItemClub@fecc131 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8959 primal_tech:stone_club primal_tech.items.ItemClub@7b4087 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8960 primal_tech:flint_edged_disc primal_tech.items.ItemMaterials@26d6aaf7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8961 primal_tech:bone_sword primal_tech.ModItems$1@7ca4565e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8962 primal_tech:bone_knife primal_tech.ModItems$2@15a8f5b2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8963 primal_tech:stone_mallet primal_tech.ModItems$3@4f0de0f8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8964 primal_tech:leaf_bed primal_tech.items.ItemLeafBed@5c1f7afc +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8965 teslacorelib:gear_diamond net.ndrei.teslacorelib.items.gears.GearDiamondItem@fb10fe5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8966 teslacorelib:gear_gold net.ndrei.teslacorelib.items.gears.GearGoldItem@febff05 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8967 teslacorelib:gear_iron net.ndrei.teslacorelib.items.gears.GearIronItem@36520b38 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8968 teslacorelib:gear_stone net.ndrei.teslacorelib.items.gears.GearStoneItem@47733386 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8969 charcoalblock:charcoal_block net.minecraft.item.ItemBlock@7facfa05 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8970 abyssalcraft:stone com.shinoow.abyssalcraft.common.blocks.itemblock.ItemMetadataBlock@2fef3122 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8971 abyssalcraft:cobblestone com.shinoow.abyssalcraft.common.blocks.itemblock.ItemMetadataBlock@942f42c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8972 abyssalcraft:darkstone_brick com.shinoow.abyssalcraft.common.blocks.itemblock.ItemMetadataBlock@57f30981 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8973 abyssalcraft:dsglow com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockAC@4f97bda8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8974 abyssalcraft:darkbrickslab1 com.shinoow.abyssalcraft.common.blocks.itemblock.ItemSlabAC@19a7e359 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8975 abyssalcraft:darkbrickslab2 com.shinoow.abyssalcraft.common.blocks.itemblock.ItemSlabAC@7da87d5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8976 abyssalcraft:darkcobbleslab1 com.shinoow.abyssalcraft.common.blocks.itemblock.ItemSlabAC@482a39ae +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8977 abyssalcraft:darkcobbleslab2 com.shinoow.abyssalcraft.common.blocks.itemblock.ItemSlabAC@3a22b7fe +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8978 abyssalcraft:dbstairs com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockAC@1c3926c8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8979 abyssalcraft:dcstairs com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockAC@4f0efeb5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8980 abyssalcraft:dltleaves com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockAC@56f059b3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8981 abyssalcraft:dltlog com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockAC@794289d4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8982 abyssalcraft:dltlog2 com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockAC@2c18ef52 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8983 abyssalcraft:dltsapling com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockAC@14db4732 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8984 abyssalcraft:abybrick com.shinoow.abyssalcraft.common.blocks.itemblock.ItemMetadataBlock@4032b9db +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8985 abyssalcraft:abyslab1 com.shinoow.abyssalcraft.common.blocks.itemblock.ItemSlabAC@2d538420 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8986 abyssalcraft:abyslab2 com.shinoow.abyssalcraft.common.blocks.itemblock.ItemSlabAC@46da8ca7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8987 abyssalcraft:abystairs com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockColorName@8f6b199 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8988 abyssalcraft:coraliumore com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockAC@5d5f3d3d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8989 abyssalcraft:abyore com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockAC@6c1cd032 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8990 abyssalcraft:abyfence com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockColorName@7e31c6a2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8991 abyssalcraft:dscwall com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockAC@4376ca84 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8992 abyssalcraft:odb com.shinoow.abyssalcraft.common.blocks.itemblock.ItemODB@67e4a102 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8993 abyssalcraft:ingotblock com.shinoow.abyssalcraft.common.blocks.itemblock.ItemMetadataBlock@6d73708c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8994 abyssalcraft:coraliumstone com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockAC@1d87af56 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8995 abyssalcraft:odbcore com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockColorName@68507488 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8996 abyssalcraft:crate com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockAC@2afe2431 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8997 abyssalcraft:abyportal com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockAC@5cffc6f2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8998 abyssalcraft:darkstoneslab1 com.shinoow.abyssalcraft.common.blocks.itemblock.ItemSlabAC@7ca23f24 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8999 abyssalcraft:darkstoneslab2 com.shinoow.abyssalcraft.common.blocks.itemblock.ItemSlabAC@17bdf00c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9000 abyssalcraft:coraliumfire com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockAC@4cb99166 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9001 abyssalcraft:dsbutton com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockAC@6e530655 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9002 abyssalcraft:dspplate com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockAC@3654fa4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9003 abyssalcraft:dltplank com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockAC@7b20e254 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9004 abyssalcraft:dltbutton com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockAC@7b927ef7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9005 abyssalcraft:dltpplate com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockAC@d05ae7e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9006 abyssalcraft:dltstairs com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockAC@2434d815 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9007 abyssalcraft:dltslab1 com.shinoow.abyssalcraft.common.blocks.itemblock.ItemSlabAC@587aac85 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9008 abyssalcraft:dltslab2 com.shinoow.abyssalcraft.common.blocks.itemblock.ItemSlabAC@307704bb +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9009 abyssalcraft:cwater com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockAC@10212a95 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9010 abyssalcraft:psdl com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockAC@1257acf4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9011 abyssalcraft:abycorore com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockAC@1fc424bf +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9012 abyssalcraft:altar com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockAC@171ea920 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9013 abyssalcraft:abybutton com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockColorName@e724cd4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9014 abyssalcraft:abypplate com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockColorName@216d61e2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9015 abyssalcraft:dsbfence com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockAC@1fb248ac +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9016 abyssalcraft:dltfence com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockAC@7d87a5d3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9017 abyssalcraft:abydreadore com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockAC@618f425b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9018 abyssalcraft:dreadore com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockAC@2b274df9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9019 abyssalcraft:dreadbrick com.shinoow.abyssalcraft.common.blocks.itemblock.ItemMetadataBlock@26dd9719 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9020 abyssalcraft:abydreadbrick com.shinoow.abyssalcraft.common.blocks.itemblock.ItemMetadataBlock@66b4072c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9021 abyssalcraft:dreadgrass com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockAC@7db21c3b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9022 abyssalcraft:dreadlog com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockAC@6cebdef1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9023 abyssalcraft:dreadleaves com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockAC@2644e92a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9024 abyssalcraft:dreadsapling com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockAC@608f17a9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9025 abyssalcraft:dreadplanks com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockAC@d319c47 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9026 abyssalcraft:dreadportal com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockAC@3f1fd746 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9027 abyssalcraft:dreadfire com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockAC@3e936436 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9028 abyssalcraft:dghead com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockAC@26391e12 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9029 abyssalcraft:phead com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockAC@276b6d36 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9030 abyssalcraft:whead com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockAC@660f3b7a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9031 abyssalcraft:ohead com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockAC@43985159 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9032 abyssalcraft:dreadbrickstairs com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockAC@2dbf1eb6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9033 abyssalcraft:dreadbrickfence com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockAC@5141d4ea +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9034 abyssalcraft:dreadbrickslab1 com.shinoow.abyssalcraft.common.blocks.itemblock.ItemSlabAC@4e8ae153 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9035 abyssalcraft:dreadbrickslab2 com.shinoow.abyssalcraft.common.blocks.itemblock.ItemSlabAC@4f196342 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9036 abyssalcraft:abydreadbrickstairs com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockAC@1a069eb9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9037 abyssalcraft:abydreadbrickfence com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockAC@45bfef97 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9038 abyssalcraft:abydreadbrickslab1 com.shinoow.abyssalcraft.common.blocks.itemblock.ItemSlabAC@5c260e0a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9039 abyssalcraft:abydreadbrickslab2 com.shinoow.abyssalcraft.common.blocks.itemblock.ItemSlabAC@582165bf +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9040 abyssalcraft:antiwater com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockAC@767cdb54 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9041 abyssalcraft:cstonebrick com.shinoow.abyssalcraft.common.blocks.itemblock.ItemMetadataBlock@4c85415b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9042 abyssalcraft:cstonebrickfence com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockAC@203f409f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9043 abyssalcraft:cstonebrickslab1 com.shinoow.abyssalcraft.common.blocks.itemblock.ItemSlabAC@73e0c5ba +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9044 abyssalcraft:cstonebrickslab2 com.shinoow.abyssalcraft.common.blocks.itemblock.ItemSlabAC@63d616e9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9045 abyssalcraft:cstonebrickstairs com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockAC@53f1c51 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9046 abyssalcraft:cstonebutton com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockAC@5f5e8fd1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9047 abyssalcraft:cstonepplate com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockAC@2ae64c95 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9048 abyssalcraft:dreadaltartop com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockAC@79d4667e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9049 abyssalcraft:dreadaltarbottom com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockAC@4743081 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9050 abyssalcraft:crystallizer com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockAC@2f7f07d9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9051 abyssalcraft:crystallizer_on com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockAC@37657447 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9052 abyssalcraft:transmutator com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockAC@6dd80343 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9053 abyssalcraft:transmutator_on com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockAC@480dc641 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9054 abyssalcraft:dreadguardspawner com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockAC@1f1b4156 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9055 abyssalcraft:chagarothspawner com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockAC@3c0c9be +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9056 abyssalcraft:drtfence com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockAC@2eaf109e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9057 abyssalcraft:nitreore com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockAC@8b6f4c4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9058 abyssalcraft:abyiroore com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockAC@4d620575 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9059 abyssalcraft:abygolore com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockAC@48eab85e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9060 abyssalcraft:abydiaore com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockAC@1e177a3d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9061 abyssalcraft:abynitore com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockAC@2138adef +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9062 abyssalcraft:abytinore com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockAC@7c2c5d10 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9063 abyssalcraft:abycopore com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockAC@61192283 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9064 abyssalcraft:abypcorore com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockAC@44fa6a0f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9065 abyssalcraft:abylcorore com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockAC@20c9f0aa +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9066 abyssalcraft:solidlava com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockAC@3e93fd7e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9067 abyssalcraft:ethaxiumbrick com.shinoow.abyssalcraft.common.blocks.itemblock.ItemMetadataBlock@16b6cd15 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9068 abyssalcraft:ethaxiumpillar com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockColorName@10b77de +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9069 abyssalcraft:ethaxiumbrickstairs com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockColorName@6ea89bf5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9070 abyssalcraft:ethaxiumbrickslab1 com.shinoow.abyssalcraft.common.blocks.itemblock.ItemSlabAC@4f71f353 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9071 abyssalcraft:ethaxiumbrickslab2 com.shinoow.abyssalcraft.common.blocks.itemblock.ItemSlabAC@6f0f41cd +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9072 abyssalcraft:ethaxiumfence com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockColorName@35e06e75 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9073 abyssalcraft:omotholportal com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockAC@1f3d3c0f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9074 abyssalcraft:omotholfire com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockAC@5f16bfd0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9075 abyssalcraft:engraver com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockAC@4a828cd6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9076 abyssalcraft:engraver_on com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockAC@7ca7d035 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9077 abyssalcraft:materializer com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockAC@a8c56ea +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9078 abyssalcraft:darkethaxiumbrick com.shinoow.abyssalcraft.common.blocks.itemblock.ItemMetadataBlock@600e8054 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9079 abyssalcraft:darkethaxiumpillar com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockColorName@3eb454bf +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9080 abyssalcraft:darkethaxiumbrickstairs com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockColorName@7c500d24 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9081 abyssalcraft:darkethaxiumbrickslab1 com.shinoow.abyssalcraft.common.blocks.itemblock.ItemSlabAC@14032f42 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9082 abyssalcraft:darkethaxiumbrickslab2 com.shinoow.abyssalcraft.common.blocks.itemblock.ItemSlabAC@1b11b6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9083 abyssalcraft:darkethaxiumbrickfence com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockColorName@1c96bca6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9084 abyssalcraft:ritualaltar com.shinoow.abyssalcraft.common.blocks.itemblock.ItemRitualBlock@60d3ab3d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9085 abyssalcraft:ritualpedestal com.shinoow.abyssalcraft.common.blocks.itemblock.ItemRitualBlock@6d27e15a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9086 abyssalcraft:shoggothblock com.shinoow.abyssalcraft.common.blocks.itemblock.ItemShoggothOoze@35e9cbe9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9087 abyssalcraft:statue com.shinoow.abyssalcraft.common.blocks.itemblock.ItemMetadataBlock@1c33227e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9088 abyssalcraft:shoggothbiomass com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockAC@6144e886 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9089 abyssalcraft:energypedestal com.shinoow.abyssalcraft.common.blocks.itemblock.ItemPEContainerBlock@33bbe8c5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9090 abyssalcraft:monolithpillar com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockAC@48f6dbd8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9091 abyssalcraft:sacrificialaltar com.shinoow.abyssalcraft.common.blocks.itemblock.ItemPEContainerBlock@4d53306a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9092 abyssalcraft:tieredenergypedestal com.shinoow.abyssalcraft.common.blocks.itemblock.ItemMetadataPEContainerBlock@b95e19e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9093 abyssalcraft:tieredsacrificialaltar com.shinoow.abyssalcraft.common.blocks.itemblock.ItemMetadataPEContainerBlock@6784cde9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9094 abyssalcraft:jzaharspawner com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockAC@19d2f2da +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9095 abyssalcraft:gatekeeperminionspawner com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockAC@4dd641ea +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9096 abyssalcraft:fire com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockAC@696bd0df +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9097 abyssalcraft:decorativestatue com.shinoow.abyssalcraft.common.blocks.itemblock.ItemDecorativeStatueBlock@28c1a39e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9098 abyssalcraft:crystalcluster com.shinoow.abyssalcraft.common.blocks.itemblock.ItemCrystalClusterBlock@260bd07e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9099 abyssalcraft:crystalcluster2 com.shinoow.abyssalcraft.common.blocks.itemblock.ItemCrystalClusterBlock2@59ad1c44 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9100 abyssalcraft:energycollector com.shinoow.abyssalcraft.common.blocks.itemblock.ItemPEContainerBlock@6ef7d286 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9101 abyssalcraft:energyrelay com.shinoow.abyssalcraft.common.blocks.itemblock.ItemPEContainerBlock@4b8f4195 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9102 abyssalcraft:energycontainer com.shinoow.abyssalcraft.common.blocks.itemblock.ItemPEContainerBlock@337fe0ba +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9103 abyssalcraft:tieredenergycollector com.shinoow.abyssalcraft.common.blocks.itemblock.ItemTieredEnergyCollectorBlock@20195ad +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9104 abyssalcraft:tieredenergyrelay com.shinoow.abyssalcraft.common.blocks.itemblock.ItemTieredEnergyRelayBlock@52321489 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9105 abyssalcraft:tieredenergycontainer com.shinoow.abyssalcraft.common.blocks.itemblock.ItemTieredEnergyContainerBlock@638074b3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9106 abyssalcraft:abyssalsand com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockAC@2f363249 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9107 abyssalcraft:fusedabyssalsand com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockAC@219476ff +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9108 abyssalcraft:abyssalsandglass com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockAC@63c0a818 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9109 abyssalcraft:dreadlandsdirt com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockAC@3856d3f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9110 abyssalcraft:abyssalcobblestonestairs com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockAC@1d3fb37c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9111 abyssalcraft:abyssalcobblestoneslab1 com.shinoow.abyssalcraft.common.blocks.itemblock.ItemSlabAC@1f1e1daa +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9112 abyssalcraft:abyssalcobblestoneslab2 com.shinoow.abyssalcraft.common.blocks.itemblock.ItemSlabAC@79f8f639 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9113 abyssalcraft:abyssalcobblestonewall com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockAC@513c80ac +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9114 abyssalcraft:dreadstonecobblestonestairs com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockAC@31787da4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9115 abyssalcraft:dreadstonecobblestoneslab1 com.shinoow.abyssalcraft.common.blocks.itemblock.ItemSlabAC@5e64d56c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9116 abyssalcraft:dreadstonecobblestoneslab2 com.shinoow.abyssalcraft.common.blocks.itemblock.ItemSlabAC@6093a9a7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9117 abyssalcraft:dreadstonecobblestonewall com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockAC@551f6cf9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9118 abyssalcraft:abyssalnitecobblestonestairs com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockAC@27f8aea3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9119 abyssalcraft:abyssalnitecobblestoneslab1 com.shinoow.abyssalcraft.common.blocks.itemblock.ItemSlabAC@5f4fd085 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9120 abyssalcraft:abyssalnitecobblestoneslab2 com.shinoow.abyssalcraft.common.blocks.itemblock.ItemSlabAC@22ec945a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9121 abyssalcraft:abyssalnitecobblestonewall com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockAC@c3a4c5a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9122 abyssalcraft:coraliumcobblestonestairs com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockAC@6e5566c8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9123 abyssalcraft:coraliumcobblestoneslab1 com.shinoow.abyssalcraft.common.blocks.itemblock.ItemSlabAC@4fbf587f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9124 abyssalcraft:coraliumcobblestoneslab2 com.shinoow.abyssalcraft.common.blocks.itemblock.ItemSlabAC@9b75b96 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9125 abyssalcraft:coraliumcobblestonewall com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockAC@57b19e66 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9126 abyssalcraft:luminousthistle com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockAC@1217d17e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9127 abyssalcraft:wastelandsthorn com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockAC@27de1fe3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9128 abyssalcraft:rendingpedestal com.shinoow.abyssalcraft.common.blocks.itemblock.ItemRendingPedestalBlock@14069b65 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9129 abyssalcraft:statetransformer com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockAC@4f9f652d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9130 abyssalcraft:energydepositioner com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockAC@632fd181 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9131 abyssalcraft:calcifiedstone com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockAC@34d9fb00 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9132 abyssalcraft:multiblock com.shinoow.abyssalcraft.common.blocks.itemblock.ItemBlockAC@14a4834d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9133 abyssalcraft:devsword com.shinoow.abyssalcraft.common.items.AbyssalCraftTool@20a63af9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9134 abyssalcraft:shoggoth_projectile net.minecraft.item.Item@3d1854b5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9135 abyssalcraft:oc com.shinoow.abyssalcraft.common.items.ItemOC@4662b9ed +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9136 abyssalcraft:gatewaykey com.shinoow.abyssalcraft.common.items.ItemPortalPlacer@76ecf487 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9137 abyssalcraft:staff com.shinoow.abyssalcraft.common.items.ItemStaff@670c6951 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9138 abyssalcraft:powerstonetracker com.shinoow.abyssalcraft.common.items.ItemTrackerPSDL@18ce24f9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9139 abyssalcraft:eoa com.shinoow.abyssalcraft.common.items.ItemEoA@4bb05bdc +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9140 abyssalcraft:gatewaykeydl com.shinoow.abyssalcraft.common.items.ItemPortalPlacer@5a69c6e1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9141 abyssalcraft:dreadshard com.shinoow.abyssalcraft.common.items.ItemACBasic@5e2b6a1c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9142 abyssalcraft:dreadchunk com.shinoow.abyssalcraft.common.items.ItemACBasic@37ab64cc +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9143 abyssalcraft:abychunk com.shinoow.abyssalcraft.common.items.ItemACBasic@7e8cb75e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9144 abyssalcraft:abyingot com.shinoow.abyssalcraft.common.items.ItemACBasic@6ac628a0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9145 abyssalcraft:coralium com.shinoow.abyssalcraft.common.items.ItemACBasic@6fb8d46e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9146 abyssalcraft:ccluster2 com.shinoow.abyssalcraft.common.items.ItemCoraliumcluster@3595051 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9147 abyssalcraft:ccluster3 com.shinoow.abyssalcraft.common.items.ItemCoraliumcluster@18742123 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9148 abyssalcraft:ccluster4 com.shinoow.abyssalcraft.common.items.ItemCoraliumcluster@43ac89a5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9149 abyssalcraft:ccluster5 com.shinoow.abyssalcraft.common.items.ItemCoraliumcluster@6a1e3e1a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9150 abyssalcraft:ccluster6 com.shinoow.abyssalcraft.common.items.ItemCoraliumcluster@230c20d0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9151 abyssalcraft:ccluster7 com.shinoow.abyssalcraft.common.items.ItemCoraliumcluster@1ac860ab +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9152 abyssalcraft:ccluster8 com.shinoow.abyssalcraft.common.items.ItemCoraliumcluster@3d0e33f6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9153 abyssalcraft:ccluster9 com.shinoow.abyssalcraft.common.items.ItemCoraliumcluster@26fb24a3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9154 abyssalcraft:cpearl com.shinoow.abyssalcraft.common.items.ItemACBasic@64b39a0c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9155 abyssalcraft:cchunk com.shinoow.abyssalcraft.common.items.ItemACBasic@3da77309 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9156 abyssalcraft:cingot com.shinoow.abyssalcraft.common.items.ItemACBasic@71fa66c8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9157 abyssalcraft:platec com.shinoow.abyssalcraft.common.items.ItemACBasic@e5b9a68 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9158 abyssalcraft:transmutationgem com.shinoow.abyssalcraft.common.items.ItemCorb@76401255 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9159 abyssalcraft:corflesh com.shinoow.abyssalcraft.common.items.ItemCorflesh@707908af +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9160 abyssalcraft:corbone com.shinoow.abyssalcraft.common.items.ItemCorbone@5297fc4e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9161 abyssalcraft:dpick com.shinoow.abyssalcraft.common.items.ItemACPickaxe@4db4ae +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9162 abyssalcraft:daxe com.shinoow.abyssalcraft.common.items.ItemACAxe@7669cc48 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9163 abyssalcraft:dshovel com.shinoow.abyssalcraft.common.items.ItemACShovel@4e6d8e5a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9164 abyssalcraft:dsword com.shinoow.abyssalcraft.common.items.ItemACSword@23757e55 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9165 abyssalcraft:dhoe com.shinoow.abyssalcraft.common.items.ItemACHoe@4e705651 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9166 abyssalcraft:apick com.shinoow.abyssalcraft.common.items.ItemACPickaxe@7643c85b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9167 abyssalcraft:aaxe com.shinoow.abyssalcraft.common.items.ItemACAxe@547e9797 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9168 abyssalcraft:ashovel com.shinoow.abyssalcraft.common.items.ItemACShovel@5c71dc9b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9169 abyssalcraft:asword com.shinoow.abyssalcraft.common.items.ItemACSword@10ffcb9a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9170 abyssalcraft:ahoe com.shinoow.abyssalcraft.common.items.ItemACHoe@7816d8ce +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9171 abyssalcraft:corpick com.shinoow.abyssalcraft.common.items.ItemACPickaxe@58f42a74 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9172 abyssalcraft:coraxe com.shinoow.abyssalcraft.common.items.ItemACAxe@ab3a0f5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9173 abyssalcraft:corshovel com.shinoow.abyssalcraft.common.items.ItemACShovel@64fe1922 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9174 abyssalcraft:corsword com.shinoow.abyssalcraft.common.items.ItemACSword@2a607ddb +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9175 abyssalcraft:corhoe com.shinoow.abyssalcraft.common.items.ItemACHoe@53be4569 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9176 abyssalcraft:ahelmet com.shinoow.abyssalcraft.common.items.armor.ItemAbyssalniteArmor@4beec790 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9177 abyssalcraft:aplate com.shinoow.abyssalcraft.common.items.armor.ItemAbyssalniteArmor@2a1071 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9178 abyssalcraft:alegs com.shinoow.abyssalcraft.common.items.armor.ItemAbyssalniteArmor@33d2b709 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9179 abyssalcraft:aboots com.shinoow.abyssalcraft.common.items.armor.ItemAbyssalniteArmor@1dcd0e59 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9180 abyssalcraft:dhelmet com.shinoow.abyssalcraft.common.items.armor.ItemDreadArmor@6cd07788 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9181 abyssalcraft:dplate com.shinoow.abyssalcraft.common.items.armor.ItemDreadArmor@1848c1c0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9182 abyssalcraft:dlegs com.shinoow.abyssalcraft.common.items.armor.ItemDreadArmor@7b25be78 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9183 abyssalcraft:dboots com.shinoow.abyssalcraft.common.items.armor.ItemDreadArmor@2b584844 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9184 abyssalcraft:corhelmet com.shinoow.abyssalcraft.common.items.armor.ItemCoraliumArmor@1a854620 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9185 abyssalcraft:corplate com.shinoow.abyssalcraft.common.items.armor.ItemCoraliumArmor@43bd0a2a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9186 abyssalcraft:corlegs com.shinoow.abyssalcraft.common.items.armor.ItemCoraliumArmor@102c923d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9187 abyssalcraft:corboots com.shinoow.abyssalcraft.common.items.armor.ItemCoraliumArmor@703c8557 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9188 abyssalcraft:corhelmetp com.shinoow.abyssalcraft.common.items.armor.ItemCoraliumPArmor@1bdd169f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9189 abyssalcraft:corplatep com.shinoow.abyssalcraft.common.items.armor.ItemCoraliumPArmor@2fda2aa8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9190 abyssalcraft:corlegsp com.shinoow.abyssalcraft.common.items.armor.ItemCoraliumPArmor@4942579f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9191 abyssalcraft:corbootsp com.shinoow.abyssalcraft.common.items.armor.ItemCoraliumPArmor@21a19d11 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9192 abyssalcraft:depthshelmet com.shinoow.abyssalcraft.common.items.armor.ItemDepthsArmor@4b9859de +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9193 abyssalcraft:depthsplate com.shinoow.abyssalcraft.common.items.armor.ItemDepthsArmor@35cc26d0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9194 abyssalcraft:depthslegs com.shinoow.abyssalcraft.common.items.armor.ItemDepthsArmor@71506aaa +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9195 abyssalcraft:depthsboots com.shinoow.abyssalcraft.common.items.armor.ItemDepthsArmor@28db25bc +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9196 abyssalcraft:cobbleu com.shinoow.abyssalcraft.api.item.ItemUpgradeKit@449de3e3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9197 abyssalcraft:ironu com.shinoow.abyssalcraft.api.item.ItemUpgradeKit@50bed55b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9198 abyssalcraft:goldu com.shinoow.abyssalcraft.api.item.ItemUpgradeKit@7999f432 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9199 abyssalcraft:diamondu com.shinoow.abyssalcraft.api.item.ItemUpgradeKit@582d7365 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9200 abyssalcraft:abyssalniteu com.shinoow.abyssalcraft.api.item.ItemUpgradeKit@73041178 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9201 abyssalcraft:coraliumu com.shinoow.abyssalcraft.api.item.ItemUpgradeKit@55b6064e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9202 abyssalcraft:dreadiumu com.shinoow.abyssalcraft.api.item.ItemUpgradeKit@63b840ae +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9203 abyssalcraft:ethaxiumu com.shinoow.abyssalcraft.api.item.ItemUpgradeKit@50bdb1e7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9204 abyssalcraft:mre com.shinoow.abyssalcraft.common.items.ItemPlatefood@361e559 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9205 abyssalcraft:ironp com.shinoow.abyssalcraft.common.items.ItemACBasic@6680170d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9206 abyssalcraft:chickenp com.shinoow.abyssalcraft.common.items.ItemPlatefood@471c9643 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9207 abyssalcraft:porkp com.shinoow.abyssalcraft.common.items.ItemPlatefood@7a9325ce +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9208 abyssalcraft:beefp com.shinoow.abyssalcraft.common.items.ItemPlatefood@76d45ce8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9209 abyssalcraft:fishp com.shinoow.abyssalcraft.common.items.ItemPlatefood@108a0540 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9210 abyssalcraft:dirtyplate com.shinoow.abyssalcraft.common.items.ItemACBasic@3387379c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9211 abyssalcraft:friedegg net.minecraft.item.ItemFood@5059d977 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9212 abyssalcraft:eggp com.shinoow.abyssalcraft.common.items.ItemPlatefood@43efc88 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9213 abyssalcraft:cloth com.shinoow.abyssalcraft.common.items.ItemWashCloth@445e594a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9214 abyssalcraft:shadowfragment com.shinoow.abyssalcraft.common.items.ItemACBasic@4e6fad8a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9215 abyssalcraft:shadowshard com.shinoow.abyssalcraft.common.items.ItemACBasic@50634751 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9216 abyssalcraft:shadowgem com.shinoow.abyssalcraft.common.items.ItemACBasic@234a2b69 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9217 abyssalcraft:oblivionshard com.shinoow.abyssalcraft.common.items.ItemACBasic@15e8a243 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9218 abyssalcraft:corbow com.shinoow.abyssalcraft.common.items.ItemCoraliumBow@26584e89 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9219 abyssalcraft:cbrick com.shinoow.abyssalcraft.common.items.ItemACBasic@6c4bdcdc +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9220 abyssalcraft:cudgel com.shinoow.abyssalcraft.common.items.ItemCudgel@1ea8a35f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9221 abyssalcraft:dreadiumingot com.shinoow.abyssalcraft.common.items.ItemACBasic@4e82f073 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9222 abyssalcraft:dreadfragment com.shinoow.abyssalcraft.common.items.ItemACBasic@2a4ad32c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9223 abyssalcraft:dreadiumhelmet com.shinoow.abyssalcraft.common.items.armor.ItemDreadiumArmor@2c413958 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9224 abyssalcraft:dreadiumplate com.shinoow.abyssalcraft.common.items.armor.ItemDreadiumArmor@2da777fd +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9225 abyssalcraft:dreadiumlegs com.shinoow.abyssalcraft.common.items.armor.ItemDreadiumArmor@225c2396 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9226 abyssalcraft:dreadiumboots com.shinoow.abyssalcraft.common.items.armor.ItemDreadiumArmor@25677e38 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9227 abyssalcraft:dreadiumpickaxe com.shinoow.abyssalcraft.common.items.ItemACPickaxe@18d55785 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9228 abyssalcraft:dreadiumaxe com.shinoow.abyssalcraft.common.items.ItemACAxe@43bcad9b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9229 abyssalcraft:dreadiumshovel com.shinoow.abyssalcraft.common.items.ItemACShovel@1ae4ccf7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9230 abyssalcraft:dreadiumsword com.shinoow.abyssalcraft.common.items.ItemACSword@66cbaf34 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9231 abyssalcraft:dreadiumhoe com.shinoow.abyssalcraft.common.items.ItemACHoe@5490a517 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9232 abyssalcraft:carboncluster com.shinoow.abyssalcraft.common.items.ItemACBasic@72e61a6b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9233 abyssalcraft:densecarboncluster com.shinoow.abyssalcraft.common.items.ItemACBasic@4e59e3b4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9234 abyssalcraft:methane com.shinoow.abyssalcraft.common.items.ItemACBasic@75505744 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9235 abyssalcraft:nitre com.shinoow.abyssalcraft.common.items.ItemACBasic@24b9ece4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9236 abyssalcraft:sulfur com.shinoow.abyssalcraft.common.items.ItemACBasic@66ce8f5a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9237 abyssalcraft:crystal com.shinoow.abyssalcraft.common.items.ItemCrystal@670b9474 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9238 abyssalcraft:crystalshard com.shinoow.abyssalcraft.common.items.ItemCrystal@109605a6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9239 abyssalcraft:dreadcloth com.shinoow.abyssalcraft.common.items.ItemACBasic@7b23159c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9240 abyssalcraft:dreadplate com.shinoow.abyssalcraft.common.items.ItemACBasic@6905f1fd +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9241 abyssalcraft:dreadblade com.shinoow.abyssalcraft.common.items.ItemACBasic@5296709d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9242 abyssalcraft:dreadhilt com.shinoow.abyssalcraft.common.items.ItemDreadiumKatana@728de45c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9243 abyssalcraft:dreadkatana com.shinoow.abyssalcraft.common.items.ItemDreadiumKatana@11619064 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9244 abyssalcraft:dreadkey com.shinoow.abyssalcraft.common.items.ItemACBasic@572d01ac +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9245 abyssalcraft:gatewaykeyjzh com.shinoow.abyssalcraft.common.items.ItemPortalPlacer@365e914c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9246 abyssalcraft:dreadiumsamuraihelmet com.shinoow.abyssalcraft.common.items.armor.ItemDreadiumSamuraiArmor@5f4a624d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9247 abyssalcraft:dreadiumsamuraiplate com.shinoow.abyssalcraft.common.items.armor.ItemDreadiumSamuraiArmor@475b02d3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9248 abyssalcraft:dreadiumsamurailegs com.shinoow.abyssalcraft.common.items.armor.ItemDreadiumSamuraiArmor@275bcdd5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9249 abyssalcraft:dreadiumsamuraiboots com.shinoow.abyssalcraft.common.items.armor.ItemDreadiumSamuraiArmor@5bc2520 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9250 abyssalcraft:tiningot com.shinoow.abyssalcraft.common.items.ItemACBasic@2bec2cdf +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9251 abyssalcraft:copperingot com.shinoow.abyssalcraft.common.items.ItemACBasic@36136b76 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9252 abyssalcraft:antibeef com.shinoow.abyssalcraft.common.items.ItemAntiFood@98c3c79 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9253 abyssalcraft:antichicken com.shinoow.abyssalcraft.common.items.ItemAntiFood@4b1a18f5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9254 abyssalcraft:antipork com.shinoow.abyssalcraft.common.items.ItemAntiFood@15a4f9d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9255 abyssalcraft:antiflesh com.shinoow.abyssalcraft.common.items.ItemAntiFood@2c3fcc1b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9256 abyssalcraft:antibone com.shinoow.abyssalcraft.common.items.ItemACBasic@44384211 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9257 abyssalcraft:antispidereye com.shinoow.abyssalcraft.common.items.ItemAntiFood@5f7e37d3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9258 abyssalcraft:soulreaper com.shinoow.abyssalcraft.common.items.ItemSoulReaper@c0bbd06 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9259 abyssalcraft:ethbrick com.shinoow.abyssalcraft.common.items.ItemACBasic@5e06f788 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9260 abyssalcraft:ethaxiumingot com.shinoow.abyssalcraft.common.items.ItemACBasic@58281e93 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9261 abyssalcraft:lifecrystal com.shinoow.abyssalcraft.common.items.ItemACBasic@76467aea +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9262 abyssalcraft:ethaxiumhelmet com.shinoow.abyssalcraft.common.items.armor.ItemEthaxiumArmor@2d9958b7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9263 abyssalcraft:ethaxiumplate com.shinoow.abyssalcraft.common.items.armor.ItemEthaxiumArmor@32cee5d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9264 abyssalcraft:ethaxiumlegs com.shinoow.abyssalcraft.common.items.armor.ItemEthaxiumArmor@24fe8048 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9265 abyssalcraft:ethaxiumboots com.shinoow.abyssalcraft.common.items.armor.ItemEthaxiumArmor@78b182f5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9266 abyssalcraft:ethaxiumpickaxe com.shinoow.abyssalcraft.common.items.ItemEthaxiumPickaxe@27f40aa9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9267 abyssalcraft:ethaxiumaxe com.shinoow.abyssalcraft.common.items.ItemACAxe@4e271368 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9268 abyssalcraft:ethaxiumshovel com.shinoow.abyssalcraft.common.items.ItemACShovel@56e350b9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9269 abyssalcraft:ethaxiumsword com.shinoow.abyssalcraft.common.items.ItemACSword@13b7f1a5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9270 abyssalcraft:ethaxiumhoe com.shinoow.abyssalcraft.common.items.ItemACHoe@14111038 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9271 abyssalcraft:coin com.shinoow.abyssalcraft.common.items.ItemCoin@625bfd81 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9272 abyssalcraft:cthulhucoin com.shinoow.abyssalcraft.common.items.ItemCoin@2ef11feb +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9273 abyssalcraft:eldercoin com.shinoow.abyssalcraft.common.items.ItemCoin@267f949 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9274 abyssalcraft:jzaharcoin com.shinoow.abyssalcraft.common.items.ItemCoin@1e6ba9ed +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9275 abyssalcraft:engraving_blank com.shinoow.abyssalcraft.api.item.ItemEngraving@23e1e854 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9276 abyssalcraft:engraving_cthulhu com.shinoow.abyssalcraft.api.item.ItemEngraving@549a584 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9277 abyssalcraft:engraving_elder com.shinoow.abyssalcraft.api.item.ItemEngraving@3859a9d5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9278 abyssalcraft:engraving_jzahar com.shinoow.abyssalcraft.api.item.ItemEngraving@7b3e4bf2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9279 abyssalcraft:eldritchscale com.shinoow.abyssalcraft.common.items.ItemACBasic@57b1af89 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9280 abyssalcraft:omotholflesh com.shinoow.abyssalcraft.common.items.ItemOmotholFlesh@1f1c457e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9281 abyssalcraft:anticorflesh com.shinoow.abyssalcraft.common.items.ItemCorflesh@6afe4049 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9282 abyssalcraft:anticorbone com.shinoow.abyssalcraft.common.items.ItemCorbone@6316f73f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9283 abyssalcraft:necronomicon com.shinoow.abyssalcraft.common.items.ItemNecronomicon@3901c133 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9284 abyssalcraft:necronomicon_cor com.shinoow.abyssalcraft.common.items.ItemNecronomicon@444b44d8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9285 abyssalcraft:necronomicon_dre com.shinoow.abyssalcraft.common.items.ItemNecronomicon@5c2fb810 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9286 abyssalcraft:necronomicon_omt com.shinoow.abyssalcraft.common.items.ItemNecronomicon@8d403a5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9287 abyssalcraft:abyssalnomicon com.shinoow.abyssalcraft.common.items.ItemNecronomicon@3feb43d5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9288 abyssalcraft:crystalbag_small com.shinoow.abyssalcraft.common.items.ItemCrystalBag@2198bd74 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9289 abyssalcraft:crystalbag_medium com.shinoow.abyssalcraft.common.items.ItemCrystalBag@d67e6f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9290 abyssalcraft:crystalbag_large com.shinoow.abyssalcraft.common.items.ItemCrystalBag@28379cfb +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9291 abyssalcraft:crystalbag_huge com.shinoow.abyssalcraft.common.items.ItemCrystalBag@4d2787c3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9292 abyssalcraft:shoggothflesh com.shinoow.abyssalcraft.lib.item.ItemMetadata@2930f00e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9293 abyssalcraft:ingotnugget com.shinoow.abyssalcraft.common.items.ItemMetadataMisc@1aa6c641 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9294 abyssalcraft:drainstaff com.shinoow.abyssalcraft.common.items.ItemDrainStaff@ee251aa +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9295 abyssalcraft:essence com.shinoow.abyssalcraft.common.items.ItemMetadataMisc@7f0ac62a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9296 abyssalcraft:skin com.shinoow.abyssalcraft.common.items.ItemMetadataMisc@5194f945 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9297 abyssalcraft:charm com.shinoow.abyssalcraft.lib.item.ItemCharm@7d2ca9f8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9298 abyssalcraft:cthulhucharm com.shinoow.abyssalcraft.lib.item.ItemCharm@61dfc8f6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9299 abyssalcraft:hasturcharm com.shinoow.abyssalcraft.lib.item.ItemCharm@48cd7971 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9300 abyssalcraft:jzaharcharm com.shinoow.abyssalcraft.lib.item.ItemCharm@3e65effc +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9301 abyssalcraft:azathothcharm com.shinoow.abyssalcraft.lib.item.ItemCharm@261ee2a1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9302 abyssalcraft:nyarlathotepcharm com.shinoow.abyssalcraft.lib.item.ItemCharm@399906ec +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9303 abyssalcraft:yogsothothcharm com.shinoow.abyssalcraft.lib.item.ItemCharm@1a3cf65f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9304 abyssalcraft:shubniggurathcharm com.shinoow.abyssalcraft.lib.item.ItemCharm@b37f0eb +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9305 abyssalcraft:hasturcoin com.shinoow.abyssalcraft.common.items.ItemCoin@5aed00c6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9306 abyssalcraft:azathothcoin com.shinoow.abyssalcraft.common.items.ItemCoin@2bb2c311 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9307 abyssalcraft:nyarlathotepcoin com.shinoow.abyssalcraft.common.items.ItemCoin@56415636 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9308 abyssalcraft:yogsothothcoin com.shinoow.abyssalcraft.common.items.ItemCoin@62c554bd +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9309 abyssalcraft:shubniggurathcoin com.shinoow.abyssalcraft.common.items.ItemCoin@501c9313 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9310 abyssalcraft:engraving_hastur com.shinoow.abyssalcraft.api.item.ItemEngraving@6d8b684a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9311 abyssalcraft:engraving_azathoth com.shinoow.abyssalcraft.api.item.ItemEngraving@31a7632b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9312 abyssalcraft:engraving_nyarlathotep com.shinoow.abyssalcraft.api.item.ItemEngraving@790fb91e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9313 abyssalcraft:engraving_yogsothoth com.shinoow.abyssalcraft.api.item.ItemEngraving@4dbf2927 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9314 abyssalcraft:engraving_shubniggurath com.shinoow.abyssalcraft.api.item.ItemEngraving@7bc0c1e2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9315 abyssalcraft:gatekeeperessence com.shinoow.abyssalcraft.common.items.ItemGatekeeperEssence@71744b8a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9316 abyssalcraft:interdimensionalcage com.shinoow.abyssalcraft.common.items.ItemInterdimensionalCage@7537cbf3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9317 abyssalcraft:crystalfragment com.shinoow.abyssalcraft.common.items.ItemCrystal@41f53263 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9318 abyssalcraft:stonetablet com.shinoow.abyssalcraft.common.items.ItemStoneTablet@3c47346e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9319 abyssalcraft:scroll com.shinoow.abyssalcraft.common.items.ItemScroll@6fbc1077 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9320 abyssalcraft:unique_scroll com.shinoow.abyssalcraft.common.items.ItemScroll@249f2620 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9321 abyssalcraft:antidote com.shinoow.abyssalcraft.common.items.ItemAntidote@4c916efa +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9322 abyssalcraft:door_dlt net.minecraft.item.ItemDoor@49f0c742 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9323 abyssalcraft:door_drt net.minecraft.item.ItemDoor@464049a3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9324 abyssalcraft:charcoal com.shinoow.abyssalcraft.common.items.ItemACBasic@1b33c96d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9325 acintegration:dust com.shinoow.abyssalcraft.lib.item.ItemMetadata@77cd6d38 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9326 acintegration:moltenabyssalnite net.minecraft.item.ItemBlock@7bf8327d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9327 acintegration:moltencoralium net.minecraft.item.ItemBlock@5332ae7e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9328 acintegration:moltendreadium net.minecraft.item.ItemBlock@4f482a47 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9329 actuallyadditions:magnet_ring_bauble me.jacky1356400.actuallybaubles.item.ItemMagnetRingBauble@2cafa71f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9330 actuallyadditions:potion_ring_advanced_bauble me.jacky1356400.actuallybaubles.item.ItemPotionRingAdvancedBauble@61c7dc7b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9331 actuallyadditions:battery_bauble me.jacky1356400.actuallybaubles.item.ItemBatteryBauble@250d22f4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9332 actuallyadditions:battery_double_bauble me.jacky1356400.actuallybaubles.item.ItemBatteryBauble@d8a819c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9333 actuallyadditions:battery_triple_bauble me.jacky1356400.actuallybaubles.item.ItemBatteryBauble@5c4c586d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9334 actuallyadditions:battery_quadruple_bauble me.jacky1356400.actuallybaubles.item.ItemBatteryBauble@3b7639b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9335 actuallyadditions:battery_quintuple_bauble me.jacky1356400.actuallybaubles.item.ItemBatteryBauble@4fe1fb9b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9336 actuallyadditions:block_canola_oil de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@16be159a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9337 actuallyadditions:block_refined_canola_oil de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@288fb810 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9338 actuallyadditions:block_crystal_oil de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@109cad21 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9339 actuallyadditions:block_empowered_oil de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@50e1a18a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9340 actuallyadditions:block_crystal_cluster_redstone de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@36956cc9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9341 actuallyadditions:block_crystal_cluster_lapis de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@638f0d33 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9342 actuallyadditions:block_crystal_cluster_diamond de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@160f41c6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9343 actuallyadditions:block_crystal_cluster_coal de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@4b3f4f7c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9344 actuallyadditions:block_crystal_cluster_emerald de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@56d191f6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9345 actuallyadditions:block_crystal_cluster_iron de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@4dace88a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9346 actuallyadditions:block_battery_box de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@21418188 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9347 actuallyadditions:block_item_viewer_hopping de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@10b46e73 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9348 actuallyadditions:block_farmer de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@4a3003b2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9349 actuallyadditions:block_bio_reactor de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@60725ac6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9350 actuallyadditions:block_empowerer de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@4d12ca81 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9351 actuallyadditions:block_tiny_torch de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@7ee6e2a6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9352 actuallyadditions:block_shock_suppressor de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@3401435b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9353 actuallyadditions:block_display_stand de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@46d78b77 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9354 actuallyadditions:block_player_interface de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@1dca07ee +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9355 actuallyadditions:block_item_viewer de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@54f02523 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9356 actuallyadditions:block_firework_box de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@6ad5bf7d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9357 actuallyadditions:block_miner de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@10a31d63 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9358 actuallyadditions:block_atomic_reconstructor de.ellpeck.actuallyadditions.mod.blocks.BlockAtomicReconstructor$TheItemBlock@5d1b9dee +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9359 actuallyadditions:block_crystal de.ellpeck.actuallyadditions.mod.blocks.BlockCrystal$TheItemBlock@8977253 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9360 actuallyadditions:block_crystal_empowered de.ellpeck.actuallyadditions.mod.blocks.BlockCrystal$TheItemBlock@4ffe0a6b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9361 actuallyadditions:block_black_lotus de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@47be4ef2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9362 actuallyadditions:block_laser_relay de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@46cb5f06 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9363 actuallyadditions:block_laser_relay_advanced de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@757da866 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9364 actuallyadditions:block_laser_relay_extreme de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@4a6f59f0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9365 actuallyadditions:block_laser_relay_fluids de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@7f135791 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9366 actuallyadditions:block_laser_relay_item de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@63bc041a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9367 actuallyadditions:block_laser_relay_item_whitelist de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@7b1abe93 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9368 actuallyadditions:block_ranged_collector de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@4b0ac8d9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9369 actuallyadditions:block_directional_breaker de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@2e40a1f6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9370 actuallyadditions:block_leaf_generator de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@2ddfecf0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9371 actuallyadditions:block_smiley_cloud de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@39f21fe +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9372 actuallyadditions:block_xp_solidifier de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@1e4e7d54 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9373 actuallyadditions:block_testifi_bucks_green_wall de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@352a207a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9374 actuallyadditions:block_testifi_bucks_white_wall de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@6740f243 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9375 actuallyadditions:block_testifi_bucks_green_stairs de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@1daaaf84 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9376 actuallyadditions:block_testifi_bucks_white_stairs de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@7063c5b8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9377 actuallyadditions:block_testifi_bucks_green_slab de.ellpeck.actuallyadditions.mod.blocks.BlockSlabs$TheItemBlock@142e023e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9378 actuallyadditions:block_testifi_bucks_white_slab de.ellpeck.actuallyadditions.mod.blocks.BlockSlabs$TheItemBlock@741c2812 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9379 actuallyadditions:block_testifi_bucks_green_fence de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@3c027f9a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9380 actuallyadditions:block_testifi_bucks_white_fence de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@52a223a7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9381 actuallyadditions:block_colored_lamp de.ellpeck.actuallyadditions.mod.blocks.BlockColoredLamp$TheItemBlock@3679e43f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9382 actuallyadditions:block_colored_lamp_on de.ellpeck.actuallyadditions.mod.blocks.BlockColoredLamp$TheItemBlock@23b0165a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9383 actuallyadditions:block_lamp_powerer de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@ce14319 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9384 actuallyadditions:block_treasure_chest de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@4f1df639 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9385 actuallyadditions:block_energizer de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@363cabf9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9386 actuallyadditions:block_enervator de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@159d79a2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9387 actuallyadditions:block_lava_factory_controller de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@13e20983 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9388 actuallyadditions:block_canola_press de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@336e89f8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9389 actuallyadditions:block_phantomface de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@605e9f0f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9390 actuallyadditions:block_phantom_placer de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@1ef0bacf +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9391 actuallyadditions:block_phantom_liquiface de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@1ddd0683 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9392 actuallyadditions:block_phantom_energyface de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@5a3b7d89 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9393 actuallyadditions:block_phantom_redstoneface de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@4e893726 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9394 actuallyadditions:block_phantom_breaker de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@5534dafa +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9395 actuallyadditions:block_coal_generator de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@20a837c1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9396 actuallyadditions:block_oil_generator de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@21fec168 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9397 actuallyadditions:block_fermenting_barrel de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@26c9f276 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9398 actuallyadditions:block_rice de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@55591f5f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9399 actuallyadditions:block_canola de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@34ae3c0a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9400 actuallyadditions:block_flax de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@638c5e76 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9401 actuallyadditions:block_coffee de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@abf4a33 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9402 actuallyadditions:block_compost de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@17810fdc +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9403 actuallyadditions:block_misc de.ellpeck.actuallyadditions.mod.blocks.BlockMisc$TheItemBlock@520a3f4a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9404 actuallyadditions:block_feeder de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@5374a493 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9405 actuallyadditions:block_giant_chest de.ellpeck.actuallyadditions.mod.blocks.BlockGiantChest$TheItemBlock@236a921c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9406 actuallyadditions:block_giant_chest_medium de.ellpeck.actuallyadditions.mod.blocks.BlockGiantChest$TheItemBlock@3c0a9642 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9407 actuallyadditions:block_giant_chest_large de.ellpeck.actuallyadditions.mod.blocks.BlockGiantChest$TheItemBlock@3ff90ee6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9408 actuallyadditions:block_grinder de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@495f65b6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9409 actuallyadditions:block_grinder_double de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@3e52f4f3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9410 actuallyadditions:block_furnace_double de.ellpeck.actuallyadditions.mod.blocks.BlockFurnaceDouble$TheItemBlock@5682cdfd +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9411 actuallyadditions:block_inputter de.ellpeck.actuallyadditions.mod.blocks.BlockInputter$TheItemBlock@21fb77f5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9412 actuallyadditions:block_inputter_advanced de.ellpeck.actuallyadditions.mod.blocks.BlockInputter$TheItemBlock@13bbc4a9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9413 actuallyadditions:block_fishing_net de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@3ae74f41 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9414 actuallyadditions:block_furnace_solar de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@7a4a80c5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9415 actuallyadditions:block_heat_collector de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@7414a6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9416 actuallyadditions:block_item_repairer de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@4da7068d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9417 actuallyadditions:block_greenhouse_glass de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@4d3ad53f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9418 actuallyadditions:block_breaker de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@635838f5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9419 actuallyadditions:block_placer de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@4329c11c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9420 actuallyadditions:block_dropper de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@36cf249a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9421 actuallyadditions:block_fluid_placer de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@2dc78c51 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9422 actuallyadditions:block_fluid_collector de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@ffa868c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9423 actuallyadditions:block_coffee_machine de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@256974e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9424 actuallyadditions:block_phantom_booster de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@4d72886a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9425 actuallyadditions:block_wild de.ellpeck.actuallyadditions.mod.blocks.BlockWildPlant$TheItemBlock@5cc63091 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9426 actuallyadditions:block_quartz_wall de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@7530363 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9427 actuallyadditions:block_chiseled_quartz_wall de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@31091820 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9428 actuallyadditions:block_pillar_quartz_wall de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@6861f7b3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9429 actuallyadditions:block_quartz_stair de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@5ce0096 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9430 actuallyadditions:block_chiseled_quartz_stair de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@1a994357 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9431 actuallyadditions:block_pillar_quartz_stair de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@6328803c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9432 actuallyadditions:block_quartz_slab de.ellpeck.actuallyadditions.mod.blocks.BlockSlabs$TheItemBlock@4932f85 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9433 actuallyadditions:block_chiseled_quartz_slab de.ellpeck.actuallyadditions.mod.blocks.BlockSlabs$TheItemBlock@71ac4531 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9434 actuallyadditions:block_pillar_quartz_slab de.ellpeck.actuallyadditions.mod.blocks.BlockSlabs$TheItemBlock@217f33a8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9435 actuallyadditions:item_crystal_shard de.ellpeck.actuallyadditions.mod.items.ItemCrystalShard@6f17edb +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9436 actuallyadditions:item_engineer_goggles_advanced de.ellpeck.actuallyadditions.mod.items.ItemEngineerGoggles@155f3d70 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9437 actuallyadditions:item_engineer_goggles de.ellpeck.actuallyadditions.mod.items.ItemEngineerGoggles@1f6587bb +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9438 actuallyadditions:item_laser_upgrade_range de.ellpeck.actuallyadditions.mod.items.ItemLaserRelayUpgrade@1b038687 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9439 actuallyadditions:item_laser_upgrade_invisibility de.ellpeck.actuallyadditions.mod.items.ItemLaserRelayUpgrade@895dd1b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9440 actuallyadditions:item_filling_wand de.ellpeck.actuallyadditions.mod.items.ItemFillingWand@50af5dd2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9441 actuallyadditions:item_bag de.ellpeck.actuallyadditions.mod.items.ItemBag@5da5f6ba +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9442 actuallyadditions:item_void_bag de.ellpeck.actuallyadditions.mod.items.ItemBag@5a157437 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9443 actuallyadditions:item_worm de.ellpeck.actuallyadditions.mod.items.ItemWorm@7b0acf14 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9444 actuallyadditions:item_player_probe de.ellpeck.actuallyadditions.mod.items.ItemPlayerProbe@7c4e176b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9445 actuallyadditions:item_filter de.ellpeck.actuallyadditions.mod.items.ItemFilter@562584fd +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9446 actuallyadditions:item_water_bowl de.ellpeck.actuallyadditions.mod.items.ItemWaterBowl@47331bdb +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9447 actuallyadditions:item_spawner_changer de.ellpeck.actuallyadditions.mod.items.ItemSpawnerChanger@2447a8a5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9448 actuallyadditions:item_misc de.ellpeck.actuallyadditions.mod.items.ItemMisc@5582c4d6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9449 actuallyadditions:item_crate_keeper de.ellpeck.actuallyadditions.mod.items.ItemGeneric@59fb6442 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9450 actuallyadditions:item_color_lens de.ellpeck.actuallyadditions.mod.items.lens.ItemLens@230301ec +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9451 actuallyadditions:item_explosion_lens de.ellpeck.actuallyadditions.mod.items.lens.ItemLens@3a9897a9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9452 actuallyadditions:item_damage_lens de.ellpeck.actuallyadditions.mod.items.lens.ItemLens@79ff4058 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9453 actuallyadditions:item_more_damage_lens de.ellpeck.actuallyadditions.mod.items.lens.ItemLens@7ba4f251 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9454 actuallyadditions:item_disenchanting_lens de.ellpeck.actuallyadditions.mod.items.lens.ItemLens@401390a8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9455 actuallyadditions:item_mining_lens de.ellpeck.actuallyadditions.mod.items.lens.ItemLens@3ec872dc +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9456 actuallyadditions:item_crystal de.ellpeck.actuallyadditions.mod.items.ItemCrystal@3d3608dd +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9457 actuallyadditions:item_crystal_empowered de.ellpeck.actuallyadditions.mod.items.ItemCrystal@615c4350 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9458 actuallyadditions:item_laser_wrench de.ellpeck.actuallyadditions.mod.items.ItemLaserWrench@3d960903 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9459 actuallyadditions:item_chest_to_crate_upgrade de.ellpeck.actuallyadditions.mod.items.ItemChestToCrateUpgrade@40b5c2ff +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9460 actuallyadditions:item_small_to_medium_crate_upgrade de.ellpeck.actuallyadditions.mod.items.ItemChestToCrateUpgrade@4d485ad4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9461 actuallyadditions:item_medium_to_large_crate_upgrade de.ellpeck.actuallyadditions.mod.items.ItemChestToCrateUpgrade@4e8dc6ee +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9462 actuallyadditions:item_booklet de.ellpeck.actuallyadditions.mod.items.ItemBooklet@43de002d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9463 actuallyadditions:item_growth_ring de.ellpeck.actuallyadditions.mod.items.ItemGrowthRing@2d928093 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9464 actuallyadditions:item_suction_ring de.ellpeck.actuallyadditions.mod.items.ItemMagnetRing@2283e10f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9465 actuallyadditions:item_water_removal_ring de.ellpeck.actuallyadditions.mod.items.ItemWaterRemovalRing@219f907 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9466 actuallyadditions:item_helm_emerald de.ellpeck.actuallyadditions.mod.items.base.ItemArmorAA@becf8a9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9467 actuallyadditions:item_chest_emerald de.ellpeck.actuallyadditions.mod.items.base.ItemArmorAA@7c9428e6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9468 actuallyadditions:item_pants_emerald de.ellpeck.actuallyadditions.mod.items.base.ItemArmorAA@5c5cf6ca +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9469 actuallyadditions:item_boots_emerald de.ellpeck.actuallyadditions.mod.items.base.ItemArmorAA@afb12e9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9470 actuallyadditions:item_helm_obsidian de.ellpeck.actuallyadditions.mod.items.base.ItemArmorAA@66be9aaf +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9471 actuallyadditions:item_chest_obsidian de.ellpeck.actuallyadditions.mod.items.base.ItemArmorAA@3b304d86 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9472 actuallyadditions:item_pants_obsidian de.ellpeck.actuallyadditions.mod.items.base.ItemArmorAA@61168c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9473 actuallyadditions:item_boots_obsidian de.ellpeck.actuallyadditions.mod.items.base.ItemArmorAA@525f2033 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9474 actuallyadditions:item_helm_quartz de.ellpeck.actuallyadditions.mod.items.base.ItemArmorAA@4026a335 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9475 actuallyadditions:item_chest_quartz de.ellpeck.actuallyadditions.mod.items.base.ItemArmorAA@79438aca +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9476 actuallyadditions:item_pants_quartz de.ellpeck.actuallyadditions.mod.items.base.ItemArmorAA@719e2618 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9477 actuallyadditions:item_boots_quartz de.ellpeck.actuallyadditions.mod.items.base.ItemArmorAA@5a6bcea0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9478 actuallyadditions:item_tele_staff de.ellpeck.actuallyadditions.mod.items.ItemTeleStaff@31f55e01 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9479 actuallyadditions:item_wings_of_the_bats de.ellpeck.actuallyadditions.mod.items.ItemWingsOfTheBats@4a7f6a93 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9480 actuallyadditions:item_drill de.ellpeck.actuallyadditions.mod.items.ItemDrill@8dac6b4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9481 actuallyadditions:item_battery de.ellpeck.actuallyadditions.mod.items.ItemBattery@35ecd539 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9482 actuallyadditions:item_battery_double de.ellpeck.actuallyadditions.mod.items.ItemBattery@7870d342 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9483 actuallyadditions:item_battery_triple de.ellpeck.actuallyadditions.mod.items.ItemBattery@636e9f1b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9484 actuallyadditions:item_battery_quadruple de.ellpeck.actuallyadditions.mod.items.ItemBattery@3d5f0aa4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9485 actuallyadditions:item_battery_quintuple de.ellpeck.actuallyadditions.mod.items.ItemBattery@6ec9552b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9486 actuallyadditions:item_drill_upgrade_speed de.ellpeck.actuallyadditions.mod.items.ItemDrillUpgrade@105d6173 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9487 actuallyadditions:item_drill_upgrade_speed_ii de.ellpeck.actuallyadditions.mod.items.ItemDrillUpgrade@75ca224 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9488 actuallyadditions:item_drill_upgrade_speed_iii de.ellpeck.actuallyadditions.mod.items.ItemDrillUpgrade@42938241 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9489 actuallyadditions:item_drill_upgrade_silk_touch de.ellpeck.actuallyadditions.mod.items.ItemDrillUpgrade@6657f735 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9490 actuallyadditions:item_drill_upgrade_fortune de.ellpeck.actuallyadditions.mod.items.ItemDrillUpgrade@1d7a5475 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9491 actuallyadditions:item_drill_upgrade_fortune_ii de.ellpeck.actuallyadditions.mod.items.ItemDrillUpgrade@7fd5987c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9492 actuallyadditions:item_drill_upgrade_three_by_three de.ellpeck.actuallyadditions.mod.items.ItemDrillUpgrade@210a8c4d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9493 actuallyadditions:item_drill_upgrade_five_by_five de.ellpeck.actuallyadditions.mod.items.ItemDrillUpgrade@783d2906 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9494 actuallyadditions:item_drill_upgrade_block_placing de.ellpeck.actuallyadditions.mod.items.ItemDrillUpgrade@372b0388 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9495 actuallyadditions:item_fertilizer de.ellpeck.actuallyadditions.mod.items.ItemFertilizer@4ef2642b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9496 actuallyadditions:item_coffee de.ellpeck.actuallyadditions.mod.items.ItemCoffee@646e7b69 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9497 actuallyadditions:item_phantom_connector de.ellpeck.actuallyadditions.mod.items.ItemPhantomConnector@11f3eb4d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9498 actuallyadditions:item_resonant_rice de.ellpeck.actuallyadditions.mod.items.ItemResonantRice@17856c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9499 actuallyadditions:item_food de.ellpeck.actuallyadditions.mod.items.ItemFoods@6fcfe1a5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9500 actuallyadditions:item_jam de.ellpeck.actuallyadditions.mod.items.ItemJams@78ed6a06 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9501 actuallyadditions:item_knife de.ellpeck.actuallyadditions.mod.items.ItemKnife@76ca5fd5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9502 actuallyadditions:item_crafter_on_a_stick de.ellpeck.actuallyadditions.mod.items.ItemCrafterOnAStick@4aca8885 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9503 actuallyadditions:item_dust de.ellpeck.actuallyadditions.mod.items.ItemDust@5a188ab0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9504 actuallyadditions:item_solidified_experience de.ellpeck.actuallyadditions.mod.items.ItemSolidifiedExperience@19b07be9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9505 actuallyadditions:item_leaf_blower de.ellpeck.actuallyadditions.mod.items.ItemLeafBlower@493666af +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9506 actuallyadditions:item_leaf_blower_advanced de.ellpeck.actuallyadditions.mod.items.ItemLeafBlower@6d26bcab +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9507 actuallyadditions:item_potion_ring de.ellpeck.actuallyadditions.mod.items.ItemPotionRing@73b68f2a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9508 actuallyadditions:item_potion_ring_advanced de.ellpeck.actuallyadditions.mod.items.ItemPotionRing@6d65d6e6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9509 actuallyadditions:item_hairy_ball de.ellpeck.actuallyadditions.mod.items.ItemHairyBall@6abfcea +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9510 actuallyadditions:item_coffee_beans de.ellpeck.actuallyadditions.mod.items.ItemCoffeeBean@171cc6fb +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9511 actuallyadditions:item_rice_seed de.ellpeck.actuallyadditions.mod.items.base.ItemSeed@4f07e357 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9512 actuallyadditions:item_canola_seed de.ellpeck.actuallyadditions.mod.items.base.ItemFoodSeed@88fea42 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9513 actuallyadditions:item_flax_seed de.ellpeck.actuallyadditions.mod.items.base.ItemSeed@4b1ecf53 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9514 actuallyadditions:item_coffee_seed de.ellpeck.actuallyadditions.mod.items.base.ItemSeed@3ac4e3d5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9515 actuallyadditions:item_pickaxe_emerald de.ellpeck.actuallyadditions.mod.items.ItemPickaxeAA@4a29a281 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9516 actuallyadditions:item_axe_emerald de.ellpeck.actuallyadditions.mod.items.ItemAxeAA@3d039c7c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9517 actuallyadditions:item_shovel_emerald de.ellpeck.actuallyadditions.mod.items.ItemShovelAA@5aa8d8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9518 actuallyadditions:item_sword_emerald de.ellpeck.actuallyadditions.mod.items.base.ItemSwordAA@1d9d394d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9519 actuallyadditions:item_hoe_emerald de.ellpeck.actuallyadditions.mod.items.base.ItemHoeAA@1a27add5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9520 actuallyadditions:item_pickaxe_obsidian de.ellpeck.actuallyadditions.mod.items.ItemPickaxeAA@3be62291 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9521 actuallyadditions:item_axe_obsidian de.ellpeck.actuallyadditions.mod.items.ItemAxeAA@6e2f415d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9522 actuallyadditions:item_shovel_obsidian de.ellpeck.actuallyadditions.mod.items.ItemShovelAA@1a8c4a84 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9523 actuallyadditions:item_sword_obsidian de.ellpeck.actuallyadditions.mod.items.base.ItemSwordAA@3d621505 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9524 actuallyadditions:item_hoe_obsidian de.ellpeck.actuallyadditions.mod.items.base.ItemHoeAA@371a4a92 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9525 actuallyadditions:item_pickaxe_quartz de.ellpeck.actuallyadditions.mod.items.ItemPickaxeAA@232bd085 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9526 actuallyadditions:item_axe_quartz de.ellpeck.actuallyadditions.mod.items.ItemAxeAA@5b0b760e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9527 actuallyadditions:item_shovel_quartz de.ellpeck.actuallyadditions.mod.items.ItemShovelAA@76ec8a57 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9528 actuallyadditions:item_sword_quartz de.ellpeck.actuallyadditions.mod.items.base.ItemSwordAA@13c710c2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9529 actuallyadditions:item_hoe_quartz de.ellpeck.actuallyadditions.mod.items.base.ItemHoeAA@6e9545c7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9530 actuallyadditions:wooden_paxel de.ellpeck.actuallyadditions.mod.items.ItemAllToolAA@6e2ee51d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9531 actuallyadditions:stone_paxel de.ellpeck.actuallyadditions.mod.items.ItemAllToolAA@7c8274bd +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9532 actuallyadditions:iron_paxel de.ellpeck.actuallyadditions.mod.items.ItemAllToolAA@57e82aef +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9533 actuallyadditions:gold_paxel de.ellpeck.actuallyadditions.mod.items.ItemAllToolAA@1317f6a8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9534 actuallyadditions:diamond_paxel de.ellpeck.actuallyadditions.mod.items.ItemAllToolAA@a88efda +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9535 actuallyadditions:emerald_paxel de.ellpeck.actuallyadditions.mod.items.ItemAllToolAA@654055aa +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9536 actuallyadditions:obsidian_paxel de.ellpeck.actuallyadditions.mod.items.ItemAllToolAA@7369a4bf +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9537 actuallyadditions:quartz_paxel de.ellpeck.actuallyadditions.mod.items.ItemAllToolAA@5fe7becc +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9538 actuallyadditions:item_pickaxe_crystal_red de.ellpeck.actuallyadditions.mod.items.ItemPickaxeAA@125c7cd5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9539 actuallyadditions:item_axe_crystal_red de.ellpeck.actuallyadditions.mod.items.ItemAxeAA@75569631 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9540 actuallyadditions:item_shovel_crystal_red de.ellpeck.actuallyadditions.mod.items.ItemShovelAA@4b249878 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9541 actuallyadditions:item_sword_crystal_red de.ellpeck.actuallyadditions.mod.items.base.ItemSwordAA@29574e0e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9542 actuallyadditions:item_hoe_crystal_red de.ellpeck.actuallyadditions.mod.items.base.ItemHoeAA@581c3525 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9543 actuallyadditions:item_helm_crystal_red de.ellpeck.actuallyadditions.mod.items.base.ItemArmorAA@7de32572 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9544 actuallyadditions:item_chest_crystal_red de.ellpeck.actuallyadditions.mod.items.base.ItemArmorAA@498aff0a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9545 actuallyadditions:item_pants_crystal_red de.ellpeck.actuallyadditions.mod.items.base.ItemArmorAA@d4e875e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9546 actuallyadditions:item_boots_crystal_red de.ellpeck.actuallyadditions.mod.items.base.ItemArmorAA@7cc7bcff +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9547 actuallyadditions:item_paxel_crystal_red de.ellpeck.actuallyadditions.mod.items.ItemAllToolAA@19bac709 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9548 actuallyadditions:item_pickaxe_crystal_blue de.ellpeck.actuallyadditions.mod.items.ItemPickaxeAA@76b27b1e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9549 actuallyadditions:item_axe_crystal_blue de.ellpeck.actuallyadditions.mod.items.ItemAxeAA@65867cf8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9550 actuallyadditions:item_shovel_crystal_blue de.ellpeck.actuallyadditions.mod.items.ItemShovelAA@5c8ac870 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9551 actuallyadditions:item_sword_crystal_blue de.ellpeck.actuallyadditions.mod.items.base.ItemSwordAA@13c7ce67 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9552 actuallyadditions:item_hoe_crystal_blue de.ellpeck.actuallyadditions.mod.items.base.ItemHoeAA@76c83d8a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9553 actuallyadditions:item_helm_crystal_blue de.ellpeck.actuallyadditions.mod.items.base.ItemArmorAA@18ebcea0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9554 actuallyadditions:item_chest_crystal_blue de.ellpeck.actuallyadditions.mod.items.base.ItemArmorAA@6070018 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9555 actuallyadditions:item_pants_crystal_blue de.ellpeck.actuallyadditions.mod.items.base.ItemArmorAA@7f8a03f1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9556 actuallyadditions:item_boots_crystal_blue de.ellpeck.actuallyadditions.mod.items.base.ItemArmorAA@3eeb78bb +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9557 actuallyadditions:item_paxel_crystal_blue de.ellpeck.actuallyadditions.mod.items.ItemAllToolAA@207ffe17 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9558 actuallyadditions:item_pickaxe_crystal_light_blue de.ellpeck.actuallyadditions.mod.items.ItemPickaxeAA@2abc7b20 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9559 actuallyadditions:item_axe_crystal_light_blue de.ellpeck.actuallyadditions.mod.items.ItemAxeAA@7a53ce6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9560 actuallyadditions:item_shovel_crystal_light_blue de.ellpeck.actuallyadditions.mod.items.ItemShovelAA@303665f5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9561 actuallyadditions:item_sword_crystal_light_blue de.ellpeck.actuallyadditions.mod.items.base.ItemSwordAA@6f66aaa2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9562 actuallyadditions:item_hoe_crystal_light_blue de.ellpeck.actuallyadditions.mod.items.base.ItemHoeAA@26caa915 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9563 actuallyadditions:item_helm_crystal_light_blue de.ellpeck.actuallyadditions.mod.items.base.ItemArmorAA@78b33f08 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9564 actuallyadditions:item_chest_crystal_light_blue de.ellpeck.actuallyadditions.mod.items.base.ItemArmorAA@468af7c6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9565 actuallyadditions:item_pants_crystal_light_blue de.ellpeck.actuallyadditions.mod.items.base.ItemArmorAA@69b0e16d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9566 actuallyadditions:item_boots_crystal_light_blue de.ellpeck.actuallyadditions.mod.items.base.ItemArmorAA@c7b7240 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9567 actuallyadditions:item_paxel_crystal_light_blue de.ellpeck.actuallyadditions.mod.items.ItemAllToolAA@826e326 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9568 actuallyadditions:item_pickaxe_crystal_black de.ellpeck.actuallyadditions.mod.items.ItemPickaxeAA@bbc261a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9569 actuallyadditions:item_axe_crystal_black de.ellpeck.actuallyadditions.mod.items.ItemAxeAA@5155ae75 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9570 actuallyadditions:item_shovel_crystal_black de.ellpeck.actuallyadditions.mod.items.ItemShovelAA@22a4374b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9571 actuallyadditions:item_sword_crystal_black de.ellpeck.actuallyadditions.mod.items.base.ItemSwordAA@1d24cfea +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9572 actuallyadditions:item_hoe_crystal_black de.ellpeck.actuallyadditions.mod.items.base.ItemHoeAA@7742b6a2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9573 actuallyadditions:item_helm_crystal_black de.ellpeck.actuallyadditions.mod.items.base.ItemArmorAA@6dd147b8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9574 actuallyadditions:item_chest_crystal_black de.ellpeck.actuallyadditions.mod.items.base.ItemArmorAA@7cf4a903 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9575 actuallyadditions:item_pants_crystal_black de.ellpeck.actuallyadditions.mod.items.base.ItemArmorAA@12218479 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9576 actuallyadditions:item_boots_crystal_black de.ellpeck.actuallyadditions.mod.items.base.ItemArmorAA@451f0d0f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9577 actuallyadditions:item_paxel_crystal_black de.ellpeck.actuallyadditions.mod.items.ItemAllToolAA@b188839 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9578 actuallyadditions:item_pickaxe_crystal_green de.ellpeck.actuallyadditions.mod.items.ItemPickaxeAA@885e87e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9579 actuallyadditions:item_axe_crystal_green de.ellpeck.actuallyadditions.mod.items.ItemAxeAA@33e52d1b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9580 actuallyadditions:item_shovel_crystal_green de.ellpeck.actuallyadditions.mod.items.ItemShovelAA@51f07a63 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9581 actuallyadditions:item_sword_crystal_green de.ellpeck.actuallyadditions.mod.items.base.ItemSwordAA@1ee67924 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9582 actuallyadditions:item_hoe_crystal_green de.ellpeck.actuallyadditions.mod.items.base.ItemHoeAA@3907b49e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9583 actuallyadditions:item_helm_crystal_green de.ellpeck.actuallyadditions.mod.items.base.ItemArmorAA@22946e93 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9584 actuallyadditions:item_chest_crystal_green de.ellpeck.actuallyadditions.mod.items.base.ItemArmorAA@7b716773 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9585 actuallyadditions:item_pants_crystal_green de.ellpeck.actuallyadditions.mod.items.base.ItemArmorAA@65ed2628 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9586 actuallyadditions:item_boots_crystal_green de.ellpeck.actuallyadditions.mod.items.base.ItemArmorAA@582738ef +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9587 actuallyadditions:item_paxel_crystal_green de.ellpeck.actuallyadditions.mod.items.ItemAllToolAA@2390db50 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9588 actuallyadditions:item_pickaxe_crystal_white de.ellpeck.actuallyadditions.mod.items.ItemPickaxeAA@71e18e23 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9589 actuallyadditions:item_axe_crystal_white de.ellpeck.actuallyadditions.mod.items.ItemAxeAA@5c63e662 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9590 actuallyadditions:item_shovel_crystal_white de.ellpeck.actuallyadditions.mod.items.ItemShovelAA@58440a34 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9591 actuallyadditions:item_sword_crystal_white de.ellpeck.actuallyadditions.mod.items.base.ItemSwordAA@7d2b0037 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9592 actuallyadditions:item_hoe_crystal_white de.ellpeck.actuallyadditions.mod.items.base.ItemHoeAA@461927 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9593 actuallyadditions:item_helm_crystal_white de.ellpeck.actuallyadditions.mod.items.base.ItemArmorAA@5946258e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9594 actuallyadditions:item_chest_crystal_white de.ellpeck.actuallyadditions.mod.items.base.ItemArmorAA@29fc8b2a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9595 actuallyadditions:item_pants_crystal_white de.ellpeck.actuallyadditions.mod.items.base.ItemArmorAA@25ac345b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9596 actuallyadditions:item_boots_crystal_white de.ellpeck.actuallyadditions.mod.items.base.ItemArmorAA@442d8041 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9597 actuallyadditions:item_paxel_crystal_white de.ellpeck.actuallyadditions.mod.items.ItemAllToolAA@4355bfbb +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9598 base:wrench com.teamacronymcoders.base.modules.tool.ItemWrench@3b4f785c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9599 contenttweaker:material_part com.teamacronymcoders.base.materialsystem.items.ItemMaterialPart@19b700b7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9600 contenttweaker:copper_feet com.teamacronymcoders.base.materialsystem.items.ItemMaterialArmor@d183583 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9601 contenttweaker:bronze_feet com.teamacronymcoders.base.materialsystem.items.ItemMaterialArmor@22080e1b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9602 contenttweaker:copper_chest com.teamacronymcoders.base.materialsystem.items.ItemMaterialArmor@7e9d153c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9603 contenttweaker:the_oj com.teamacronymcoders.contenttweaker.modules.vanilla.items.ItemContent@7653106e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9604 contenttweaker:sub_block_holder_1 com.teamacronymcoders.base.subblocksystem.items.ItemBlockSubBlockHolder@4179b9e4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9605 contenttweaker:sub_block_holder_0 com.teamacronymcoders.base.subblocksystem.items.ItemBlockSubBlockHolder@134b40f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9606 contenttweaker:sub_block_holder_3 com.teamacronymcoders.base.subblocksystem.items.ItemBlockSubBlockHolder@2027be26 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9607 contenttweaker:creeper_tear com.teamacronymcoders.contenttweaker.modules.vanilla.items.ItemContent@4e191a2c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9608 contenttweaker:sub_block_holder_2 com.teamacronymcoders.base.subblocksystem.items.ItemBlockSubBlockHolder@42a33c92 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9609 contenttweaker:bronze_head com.teamacronymcoders.base.materialsystem.items.ItemMaterialArmor@1c6efba3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9610 contenttweaker:bronze_legs com.teamacronymcoders.base.materialsystem.items.ItemMaterialArmor@6ef08a6b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9611 contenttweaker:copper_head com.teamacronymcoders.base.materialsystem.items.ItemMaterialArmor@429410bc +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9612 contenttweaker:bronze_chest com.teamacronymcoders.base.materialsystem.items.ItemMaterialArmor@34aadb93 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9613 contenttweaker:copper_legs com.teamacronymcoders.base.materialsystem.items.ItemMaterialArmor@245ad6cb +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9614 buildcraftcore:spring buildcraft.core.item.ItemBlockSpring@774681fa +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9615 buildcraftcore:decorated buildcraft.core.item.ItemBlockDecorated@f376c24 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9616 buildcraftcore:marker_volume buildcraft.lib.item.ItemBlockBC_Neptune@4ca02127 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9617 buildcraftcore:marker_path buildcraft.lib.item.ItemBlockBC_Neptune@349ed34c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9618 buildcraftcore:engine buildcraft.core.item.ItemEngine_BC8@7794cd74 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9619 buildcraftcore:wrench buildcraft.core.item.ItemWrench_Neptune@43f6d9ee +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9620 buildcraftcore:gear_wood buildcraft.lib.item.ItemBC_Neptune@e9261ae +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9621 buildcraftcore:gear_stone buildcraft.lib.item.ItemBC_Neptune@4c54c783 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9622 buildcraftcore:gear_iron buildcraft.lib.item.ItemBC_Neptune@1d7a5c10 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9623 buildcraftcore:gear_gold buildcraft.lib.item.ItemBC_Neptune@68b6dff8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9624 buildcraftcore:gear_diamond buildcraft.lib.item.ItemBC_Neptune@75345c51 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9625 buildcraftcore:list buildcraft.core.item.ItemList_BC8@1fb6e5ab +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9626 buildcraftcore:map_location buildcraft.core.item.ItemMapLocation@5063b091 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9627 buildcraftcore:marker_connector buildcraft.core.item.ItemMarkerConnector@ef4fc7a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9628 buildcraftcore:volume_box buildcraft.core.item.ItemVolumeBox@59f5ff21 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9629 cyclicmagic:fluid_drain net.minecraft.item.ItemBlock@7146c209 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9630 cyclicmagic:crystallized_amber com.lothrazar.cyclicmagic.item.ItemGemAmber@7c39a173 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9631 cyclicmagic:crystallized_obsidian com.lothrazar.cyclicmagic.item.ItemGemObsidian@598599e5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9632 cyclicmagic:gold_minecart com.lothrazar.cyclicmagic.item.minecart.ItemGoldMinecart@de3a2f9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9633 cyclicmagic:gold_furnace_minecart com.lothrazar.cyclicmagic.item.minecart.ItemGoldFurnaceMinecart@52d0b9d1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9634 cyclicmagic:stone_minecart com.lothrazar.cyclicmagic.item.minecart.ItemStoneMinecart@2278b55f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9635 cyclicmagic:dropper_minecart com.lothrazar.cyclicmagic.item.minecart.ItemDropperMinecart@1611a53f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9636 cyclicmagic:turret_minecart com.lothrazar.cyclicmagic.item.minecart.ItemTurretMinecart@54fc31d3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9637 cyclicmagic:purple_boots com.lothrazar.cyclicmagic.item.equipmentcrystal.ItemCrystalArmor@17a6aee0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9638 cyclicmagic:purple_leggings com.lothrazar.cyclicmagic.item.equipmentcrystal.ItemCrystalArmor@227d1263 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9639 cyclicmagic:purple_chestplate com.lothrazar.cyclicmagic.item.equipmentcrystal.ItemCrystalArmor@6ff13619 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9640 cyclicmagic:purple_helmet com.lothrazar.cyclicmagic.item.equipmentcrystal.ItemCrystalArmor@621c941e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9641 cyclicmagic:crystal_pickaxe com.lothrazar.cyclicmagic.item.equipmentcrystal.ItemCrystalPickaxe@642e4572 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9642 cyclicmagic:crystal_axe com.lothrazar.cyclicmagic.item.equipmentcrystal.ItemCrystalAxe@55ad52bd +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9643 cyclicmagic:crystal_spade com.lothrazar.cyclicmagic.item.equipmentcrystal.ItemCrystalSpade@2012a35c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9644 cyclicmagic:crystal_hoe com.lothrazar.cyclicmagic.item.equipmentcrystal.ItemCrystalHoe@2769885f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9645 cyclicmagic:crystal_sword com.lothrazar.cyclicmagic.item.equipmentcrystal.ItemCrystalSword@31fa4c15 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9646 cyclicmagic:glowing_helmet com.lothrazar.cyclicmagic.item.equipmentmagic.ItemGlowingHelmet@7ba38513 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9647 cyclicmagic:sword_weakness com.lothrazar.cyclicmagic.item.equipmentmagic.ItemPoweredSword@efdc82d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9648 cyclicmagic:sword_slowness com.lothrazar.cyclicmagic.item.equipmentmagic.ItemPoweredSword@3bc082ed +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9649 cyclicmagic:sword_ender com.lothrazar.cyclicmagic.item.equipmentmagic.ItemPoweredSword@5000deba +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9650 cyclicmagic:sandstone_pickaxe com.lothrazar.cyclicmagic.item.equipmentsandstone.ItemSandstonePickaxe@63ba94a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9651 cyclicmagic:sandstone_axe com.lothrazar.cyclicmagic.item.equipmentsandstone.ItemSandstoneAxe@5a43ade2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9652 cyclicmagic:sandstone_spade com.lothrazar.cyclicmagic.item.equipmentsandstone.ItemSandstoneSpade@2821150a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9653 cyclicmagic:sandstone_hoe com.lothrazar.cyclicmagic.item.equipmentsandstone.ItemSandstoneHoe@3379ba4b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9654 cyclicmagic:sandstone_sword com.lothrazar.cyclicmagic.item.equipmentsandstone.ItemSandstoneSword@5325a0a9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9655 cyclicmagic:chest_sack com.lothrazar.cyclicmagic.item.tiletransporter.ItemChestSack@6ccd87ca +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9656 cyclicmagic:chest_sack_empty com.lothrazar.cyclicmagic.item.tiletransporter.ItemChestSackEmpty@3aee61e7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9657 cyclicmagic:storage_bag com.lothrazar.cyclicmagic.item.storagesack.ItemStorageBag@75438bc7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9658 cyclicmagic:ender_pearl_reuse com.lothrazar.cyclicmagic.item.enderpearl.ItemEnderPearlReuse@14fa0a6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9659 cyclicmagic:ender_pearl_mounted com.lothrazar.cyclicmagic.item.enderpearl.ItemEnderPearlReuse@1e53c2bc +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9660 cyclicmagic:tool_harvest_weeds com.lothrazar.cyclicmagic.item.scythe.ItemScythe@2ed4d156 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9661 cyclicmagic:tool_harvest_crops com.lothrazar.cyclicmagic.item.scythe.ItemScythe@5f4efd96 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9662 cyclicmagic:tool_harvest_leaves com.lothrazar.cyclicmagic.item.scythe.ItemScythe@3ad5614d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9663 cyclicmagic:tool_swap com.lothrazar.cyclicmagic.item.exchangebuild.ItemBuildSwapper@44bb2f13 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9664 cyclicmagic:tool_swap_match com.lothrazar.cyclicmagic.item.exchangebuild.ItemBuildSwapper@3a65ffc5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9665 cyclicmagic:horse_upgrade_type com.lothrazar.cyclicmagic.item.mobs.ItemHorseUpgrade@3a16dc94 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9666 cyclicmagic:horse_upgrade_variant com.lothrazar.cyclicmagic.item.mobs.ItemHorseUpgrade@73be7368 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9667 cyclicmagic:horse_upgrade_health com.lothrazar.cyclicmagic.item.mobs.ItemHorseUpgrade@6e6019bb +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9668 cyclicmagic:horse_upgrade_speed com.lothrazar.cyclicmagic.item.mobs.ItemHorseUpgrade@7bee4865 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9669 cyclicmagic:horse_upgrade_jump com.lothrazar.cyclicmagic.item.mobs.ItemHorseUpgrade@7710d9f0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9670 cyclicmagic:heart_food com.lothrazar.cyclicmagic.item.ItemHeartContainer@2564ce56 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9671 cyclicmagic:fire_dark_anim net.minecraft.item.Item@7735d149 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9672 cyclicmagic:ender_blaze com.lothrazar.cyclicmagic.item.firemagic.ItemProjectileBlaze@1976a3d5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9673 cyclicmagic:fire_dark net.minecraft.item.ItemBlock@10526dfe +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9674 cyclicmagic:plate_launch_med net.minecraft.item.ItemBlock@61fcf95d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9675 cyclicmagic:plate_launch_small net.minecraft.item.ItemBlock@9663156 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9676 cyclicmagic:plate_launch_large net.minecraft.item.ItemBlock@6599aaf6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9677 cyclicmagic:plate_launch_extra net.minecraft.item.ItemBlock@1a614291 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9678 cyclicmagic:wireless_transmitter com.lothrazar.cyclicmagic.block.wireless.ItemBlockWireless@1fa65a0c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9679 cyclicmagic:wireless_receiver net.minecraft.item.ItemBlock@201a5711 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9680 cyclicmagic:spikes_iron net.minecraft.item.ItemBlock@e7dd345 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9681 cyclicmagic:spikes_diamond net.minecraft.item.ItemBlock@55b46c19 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9682 cyclicmagic:block_fragile com.lothrazar.cyclicmagic.block.scaffolding.ItemBlockScaffolding@2c23eba +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9683 cyclicmagic:block_fragile_auto com.lothrazar.cyclicmagic.block.scaffolding.ItemBlockScaffolding@5aad4120 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9684 cyclicmagic:block_fragile_weak com.lothrazar.cyclicmagic.block.scaffolding.ItemBlockScaffolding@7dabd1c0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9685 cyclicmagic:item_pipe_sort net.minecraft.item.ItemBlock@c654f4c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9686 cyclicmagic:item_pipe net.minecraft.item.ItemBlock@57cdcb3d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9687 cyclicmagic:item_pump net.minecraft.item.ItemBlock@32e06c63 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9688 cyclicmagic:energy_pipe net.minecraft.item.ItemBlock@38a45215 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9689 cyclicmagic:energy_pump net.minecraft.item.ItemBlock@b38f275 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9690 cyclicmagic:fluid_pipe net.minecraft.item.ItemBlock@560d155 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9691 cyclicmagic:fluid_pump net.minecraft.item.ItemBlock@136f3dc8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9692 cyclicmagic:bundled_pipe net.minecraft.item.ItemBlock@67d90df5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9693 cyclicmagic:card_location com.lothrazar.cyclicmagic.item.locationgps.ItemLocationGps@7acddcd3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9694 cyclicmagic:block_library com.lothrazar.cyclicmagic.block.enchantlibrary.shelf.ItemBlockLibrary@55d4d0da +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9695 cyclicmagic:block_library_ctrl net.minecraft.item.ItemBlock@75e1f73a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9696 cyclicmagic:poison net.minecraft.item.ItemBlock@4240df75 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9697 cyclicmagic:amber net.minecraft.item.ItemBlock@38e2b820 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9698 cyclicmagic:crystal net.minecraft.item.ItemBlock@6034dfd8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9699 cyclicmagic:milk net.minecraft.item.ItemBlock@73d106e0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9700 cyclicmagic:tool_trade com.lothrazar.cyclicmagic.item.merchant.ItemMerchantAlmanac@37aed498 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9701 cyclicmagic:soulstone com.lothrazar.cyclicmagic.item.SoulstoneItem@1aa049f5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9702 cyclicmagic:tool_launcher com.lothrazar.cyclicmagic.item.ItemPlayerLauncher@5cac9f66 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9703 cyclicmagic:password_remote com.lothrazar.cyclicmagic.item.ItemLeverRemote@27316415 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9704 cyclicmagic:tool_elevate com.lothrazar.cyclicmagic.item.ItemWarpSurface@60c16dfb +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9705 cyclicmagic:tool_rotate com.lothrazar.cyclicmagic.item.ItemRotateBlock@667a6e7f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9706 cyclicmagic:evoker_fang com.lothrazar.cyclicmagic.item.ItemEvokerFangs@787da211 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9707 cyclicmagic:water_spreader com.lothrazar.cyclicmagic.item.ItemWaterSpreader@7e8d7ca4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9708 cyclicmagic:ender_eye_orb com.lothrazar.cyclicmagic.item.endereye.ItemEnderEyeReuse@46629bbc +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9709 cyclicmagic:glove_climb com.lothrazar.cyclicmagic.item.equipbauble.ItemGloveClimb@34afa378 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9710 cyclicmagic:tool_torch_launcher com.lothrazar.cyclicmagic.item.torchmagic.ItemTorchThrower@6a5f4ea9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9711 cyclicmagic:water_freezer com.lothrazar.cyclicmagic.item.ItemIceWand@5f63dc0b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9712 cyclicmagic:fire_killer com.lothrazar.cyclicmagic.item.ItemFireExtinguish@4a9ee31f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9713 cyclicmagic:sack_ender com.lothrazar.cyclicmagic.item.ItemEnderBag@2c380819 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9714 cyclicmagic:tool_mount com.lothrazar.cyclicmagic.item.ItemStirrups@18733e8b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9715 cyclicmagic:tool_prospector com.lothrazar.cyclicmagic.item.ItemProspector@7d049783 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9716 cyclicmagic:book_ender com.lothrazar.cyclicmagic.item.enderbook.ItemEnderBook@6e4244b9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9717 cyclicmagic:carbon_paper com.lothrazar.cyclicmagic.item.ItemPaperCarbon@8c9012a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9718 cyclicmagic:tool_spelunker com.lothrazar.cyclicmagic.item.ItemCaveFinder@490b07bc +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9719 cyclicmagic:ender_dungeon com.lothrazar.cyclicmagic.item.findspawner.ItemProjectileDungeon@554baf65 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9720 cyclicmagic:ender_lightning com.lothrazar.cyclicmagic.item.lightningmagic.ItemProjectileLightning@43c1b957 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9721 cyclicmagic:cyclic_wand_build com.lothrazar.cyclicmagic.item.cyclicwand.ItemCyclicWand@29e3b491 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9722 cyclicmagic:tool_warp_home com.lothrazar.cyclicmagic.item.ItemEnderWing@5d3f7fa3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9723 cyclicmagic:tool_warp_spawn com.lothrazar.cyclicmagic.item.ItemEnderWing@7fe5cf1b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9724 cyclicmagic:tool_push com.lothrazar.cyclicmagic.item.ItemPistonWand@55d32f7e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9725 cyclicmagic:sleeping_mat com.lothrazar.cyclicmagic.item.sleep.ItemSleepingMat@5b3ec2e1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9726 cyclicmagic:tool_spawn_inspect com.lothrazar.cyclicmagic.item.ItemSpawnInspect@74b09399 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9727 cyclicmagic:mattock com.lothrazar.cyclicmagic.item.ItemMattock@75367ce2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9728 cyclicmagic:wand_hypno com.lothrazar.cyclicmagic.item.ItemWandHypno@35b6e33f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9729 cyclicmagic:tool_randomize com.lothrazar.cyclicmagic.item.random.ItemRandomizer@249134d2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9730 cyclicmagic:ender_wool com.lothrazar.cyclicmagic.item.shears.ItemShearsRanged@544d4782 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9731 cyclicmagic:ender_torch com.lothrazar.cyclicmagic.item.torchmagic.ItemProjectileTorch@125ae085 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9732 cyclicmagic:magic_net com.lothrazar.cyclicmagic.item.mobcapture.ItemProjectileMagicNet@107756ea +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9733 cyclicmagic:apple_emerald com.lothrazar.cyclicmagic.item.mobs.ItemVillagerMagic@e0f41d5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9734 cyclicmagic:corrupted_chorus com.lothrazar.cyclicmagic.item.ItemNoclipGhost@4d57b43d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9735 cyclicmagic:glowing_chorus com.lothrazar.cyclicmagic.item.ItemFlight@3dedd792 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9736 cyclicmagic:ender_snow com.lothrazar.cyclicmagic.item.snowmagic.ItemProjectileSnow@322f6fa +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9737 cyclicmagic:ender_water com.lothrazar.cyclicmagic.item.ItemWaterRemoval@46b970d3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9738 cyclicmagic:tool_auto_torch com.lothrazar.cyclicmagic.item.equipbauble.ItemAutoTorch@2b83f94c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9739 cyclicmagic:charm_antidote com.lothrazar.cyclicmagic.item.equipbauble.ItemCharmAntidote@430eb0f1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9740 cyclicmagic:wand_missile com.lothrazar.cyclicmagic.item.homingmissile.ItemMagicMissile@6c53bee8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9741 cyclicmagic:charm_water com.lothrazar.cyclicmagic.item.equipbauble.ItemCharmWater@3f51a5b7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9742 cyclicmagic:charm_air com.lothrazar.cyclicmagic.item.equipbauble.ItemCharmAir@62ac18c1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9743 cyclicmagic:charm_void com.lothrazar.cyclicmagic.item.equipbauble.ItemCharmVoid@4d333458 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9744 cyclicmagic:charm_boat com.lothrazar.cyclicmagic.item.equipbauble.ItemCharmBoat@2b501181 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9745 cyclicmagic:charm_fire com.lothrazar.cyclicmagic.item.equipbauble.ItemCharmFire@692e4e3e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9746 cyclicmagic:charm_speed com.lothrazar.cyclicmagic.item.equipbauble.ItemCharmSpeed@26e2d3d0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9747 cyclicmagic:charm_wing com.lothrazar.cyclicmagic.item.equipbauble.ItemCharmSlowfall@77716506 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9748 cyclicmagic:food_step com.lothrazar.cyclicmagic.item.ItemAppleStep@57b78d1a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9749 cyclicmagic:tool_mount_inverse com.lothrazar.cyclicmagic.item.ItemStirrupsReverse@6579f646 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9750 cyclicmagic:apple_lapis com.lothrazar.cyclicmagic.item.mobs.ItemHorseTame@4e8e3f71 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9751 cyclicmagic:plate_vector com.lothrazar.cyclicmagic.block.vector.ItemBlockVectorPlate@7ec21923 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9752 cyclicmagic:builder_pattern net.minecraft.item.ItemBlock@4f4aee90 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9753 cyclicmagic:magnet_block net.minecraft.item.ItemBlock@6e963518 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9754 cyclicmagic:magnet_anti_block net.minecraft.item.ItemBlock@64906670 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9755 cyclicmagic:inventory_food com.lothrazar.cyclicmagic.item.ItemInventoryUnlock@209f614a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9756 cyclicmagic:crafting_food com.lothrazar.cyclicmagic.item.ItemCraftingUnlock@1cf8774d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9757 cyclicmagic:block_vacuum net.minecraft.item.ItemBlock@4a059375 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9758 cyclicmagic:beacon_potion net.minecraft.item.ItemBlock@6dfa78c7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9759 cyclicmagic:clock net.minecraft.item.ItemBlock@331bc831 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9760 cyclicmagic:apple net.minecraft.item.ItemBlock@491f5176 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9761 cyclicmagic:beacon_redstone net.minecraft.item.ItemBlock@3373923e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9762 cyclicmagic:sprinkler net.minecraft.item.ItemBlock@52073c3b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9763 cyclicmagic:block_forester net.minecraft.item.ItemBlock@779c76db +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9764 cyclicmagic:block_miner net.minecraft.item.ItemBlock@351e2727 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9765 cyclicmagic:block_hydrator com.lothrazar.cyclicmagic.block.hydrator.ItemBlockHydrator@5c7891fa +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9766 cyclicmagic:melter net.minecraft.item.ItemBlock@1c0b4df6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9767 cyclicmagic:solidifier net.minecraft.item.ItemBlock@23359e43 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9768 cyclicmagic:block_anvil net.minecraft.item.ItemBlock@69504e5c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9769 cyclicmagic:harvester_block net.minecraft.item.ItemBlock@73603ccb +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9770 cyclicmagic:xpjuice net.minecraft.item.ItemBlock@23836092 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9771 cyclicmagic:block_enchanter net.minecraft.item.ItemBlock@7e7c7033 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9772 cyclicmagic:exp_pylon com.lothrazar.cyclicmagic.block.exppylon.ItemBlockPylon@2b85a618 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9773 cyclicmagic:builder_block net.minecraft.item.ItemBlock@100df1ef +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9774 cyclicmagic:uncrafting_block net.minecraft.item.ItemBlock@77656c80 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9775 cyclicmagic:block_miner_smart net.minecraft.item.ItemBlock@684220af +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9776 cyclicmagic:placer_block net.minecraft.item.ItemBlock@4a7e265 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9777 cyclicmagic:password_block net.minecraft.item.ItemBlock@4397083f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9778 cyclicmagic:block_user net.minecraft.item.ItemBlock@35f7ea64 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9779 cyclicmagic:trash net.minecraft.item.ItemBlock@4e7d5363 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9780 cyclicmagic:block_workbench net.minecraft.item.ItemBlock@13fd3220 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9781 cyclicmagic:block_screen net.minecraft.item.ItemBlock@4e9e496 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9782 cyclicmagic:screen_target net.minecraft.item.ItemBlock@7edce096 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9783 cyclicmagic:block_soundproofing net.minecraft.item.ItemBlock@31f1a99b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9784 cyclicmagic:auto_crafter net.minecraft.item.ItemBlock@65bd610a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9785 cyclicmagic:entity_detector net.minecraft.item.ItemBlock@7d68187a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9786 cyclicmagic:fan net.minecraft.item.ItemBlock@4a8414d6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9787 cyclicmagic:block_fishing net.minecraft.item.ItemBlock@67e002fa +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9788 cyclicmagic:block_disenchanter net.minecraft.item.ItemBlock@7825b93 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9789 cyclicmagic:block_storeempty com.lothrazar.cyclicmagic.block.tank.ItemBlockFluidTank@47f25b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9790 cyclicmagic:dropper_exact net.minecraft.item.ItemBlock@4c9714a8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9791 cyclicmagic:fluid_placer net.minecraft.item.ItemBlock@57c620d0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9792 astralsorcery:itemcraftingcomponent hellfirepvp.astralsorcery.common.item.ItemCraftingComponent@76837390 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9793 astralsorcery:itemconstellationpaper hellfirepvp.astralsorcery.common.item.ItemConstellationPaper@10901a06 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9794 astralsorcery:iteminfusedglass hellfirepvp.astralsorcery.common.item.ItemInfusedGlass@48f8fcc1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9795 astralsorcery:itemrockcrystalsimple hellfirepvp.astralsorcery.common.item.crystal.ItemRockCrystalSimple@c28bcbf +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9796 astralsorcery:itemtunedrockcrystal hellfirepvp.astralsorcery.common.item.crystal.ItemTunedRockCrystal@61da4159 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9797 astralsorcery:itemcelestialcrystal hellfirepvp.astralsorcery.common.item.crystal.ItemCelestialCrystal@718a274e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9798 astralsorcery:itemtunedcelestialcrystal hellfirepvp.astralsorcery.common.item.crystal.ItemTunedCelestialCrystal@7e1bc34a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9799 astralsorcery:itemjournal hellfirepvp.astralsorcery.common.item.ItemJournal@371f5572 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9800 astralsorcery:itemhandtelescope hellfirepvp.astralsorcery.common.item.ItemHandTelescope@47c0a41 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9801 astralsorcery:itemlinkingtool hellfirepvp.astralsorcery.common.item.tool.ItemLinkingTool@24ecfdd7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9802 astralsorcery:itemwand hellfirepvp.astralsorcery.common.item.tool.wand.ItemWand@4cd7b93 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9803 astralsorcery:itemsextant hellfirepvp.astralsorcery.common.item.tool.sextant.ItemSextant@49b41abd +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9804 astralsorcery:itemilluminationwand hellfirepvp.astralsorcery.common.item.wand.ItemIlluminationWand@2dfe3fc8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9805 astralsorcery:itemcoloredlens hellfirepvp.astralsorcery.common.item.ItemColoredLens@6e3f7de5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9806 astralsorcery:itemskyresonator hellfirepvp.astralsorcery.common.item.tool.ItemSkyResonator@1c19252 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9807 astralsorcery:itemshiftingstar hellfirepvp.astralsorcery.common.item.useables.ItemShiftingStar@68490125 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9808 astralsorcery:itemarchitectwand hellfirepvp.astralsorcery.common.item.wand.ItemArchitectWand@3495639b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9809 astralsorcery:itemexchangewand hellfirepvp.astralsorcery.common.item.wand.ItemExchangeWand@2150e0b9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9810 astralsorcery:itemgrapplewand hellfirepvp.astralsorcery.common.item.wand.ItemGrappleWand@2c0eb5c3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9811 astralsorcery:itemusabledust hellfirepvp.astralsorcery.common.item.useables.ItemUsableDust@29fdbd3c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9812 astralsorcery:itemknowledgeshare hellfirepvp.astralsorcery.common.item.ItemKnowledgeShare@ceed94e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9813 astralsorcery:itemperkseal hellfirepvp.astralsorcery.common.item.useables.ItemPerkSeal@13f8faf3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9814 astralsorcery:itemknowledgefragment hellfirepvp.astralsorcery.common.item.knowledge.ItemKnowledgeFragment@350b851d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9815 astralsorcery:itemfragmentcapsule hellfirepvp.astralsorcery.common.item.knowledge.ItemFragmentCapsule@6cf29ed2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9816 astralsorcery:itemperkgem hellfirepvp.astralsorcery.common.item.gem.ItemPerkGem@162c0eab +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9817 astralsorcery:itemcrystalpickaxe hellfirepvp.astralsorcery.common.item.tool.ItemCrystalPickaxe@42d741ff +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9818 astralsorcery:itemcrystalshovel hellfirepvp.astralsorcery.common.item.tool.ItemCrystalShovel@2b1d17d5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9819 astralsorcery:itemcrystalaxe hellfirepvp.astralsorcery.common.item.tool.ItemCrystalAxe@5361186a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9820 astralsorcery:itemcrystalsword hellfirepvp.astralsorcery.common.item.tool.ItemCrystalSword@254e1dfb +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9821 astralsorcery:itemchargedcrystalaxe hellfirepvp.astralsorcery.common.item.tool.ItemChargedCrystalAxe@5dee7814 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9822 astralsorcery:itemchargedcrystalsword hellfirepvp.astralsorcery.common.item.tool.ItemChargedCrystalSword@1e8e6fc3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9823 astralsorcery:itemchargedcrystalpickaxe hellfirepvp.astralsorcery.common.item.tool.ItemChargedCrystalPickaxe@45779630 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9824 astralsorcery:itemchargedcrystalshovel hellfirepvp.astralsorcery.common.item.tool.ItemChargedCrystalShovel@1083eaa0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9825 astralsorcery:itemcape hellfirepvp.astralsorcery.common.item.wearable.ItemCape@532897ee +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9826 astralsorcery:itemenchantmentamulet hellfirepvp.astralsorcery.common.item.wearable.ItemEnchantmentAmulet@3e830e7c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9827 astralsorcery:blockmarblestairs net.minecraft.item.ItemBlock@539e9e18 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9828 astralsorcery:blockflarelight net.minecraft.item.ItemBlock@2a21444d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9829 astralsorcery:blockvanishing net.minecraft.item.ItemBlock@25787d43 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9830 astralsorcery:blockchalice net.minecraft.item.ItemBlock@32e777e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9831 astralsorcery:blockbore net.minecraft.item.ItemBlock@24e7475d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9832 astralsorcery:blockattunementaltar net.minecraft.item.ItemBlock@4c47ca0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9833 astralsorcery:blockattunementrelay net.minecraft.item.ItemBlock@62309b1e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9834 astralsorcery:blockwell net.minecraft.item.ItemBlock@12d595a1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9835 astralsorcery:blockworldilluminator net.minecraft.item.ItemBlock@c96f509 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9836 astralsorcery:blockfaketree net.minecraft.item.ItemBlock@2b10a947 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9837 astralsorcery:blockstarlightinfuser net.minecraft.item.ItemBlock@4d9e3f50 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9838 astralsorcery:blockrituallink net.minecraft.item.ItemBlock@73d8c3df +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9839 astralsorcery:blockportalnode net.minecraft.item.ItemBlock@485d5e10 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9840 astralsorcery:blocktreebeacon net.minecraft.item.ItemBlock@66299ccd +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9841 astralsorcery:blocktranslucentblock net.minecraft.item.ItemBlock@5a714be7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9842 astralsorcery:blockmapdrawingtable net.minecraft.item.ItemBlock@6f82bd4d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9843 astralsorcery:blockcelestialgateway net.minecraft.item.ItemBlock@4d8dc373 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9844 astralsorcery:blockobservatory net.minecraft.item.ItemBlock@6768e1fb +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9845 astralsorcery:blocklens net.minecraft.item.ItemBlock@3796a082 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9846 astralsorcery:blockprism net.minecraft.item.ItemBlock@4d841be8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9847 astralsorcery:blockgeolosyssamplecluster net.minecraft.item.ItemBlock@6eb1df70 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9848 astralsorcery:blockmarbleslab net.minecraft.item.ItemSlab@4e769c64 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9849 astralsorcery:blockcustomore hellfirepvp.astralsorcery.common.item.block.ItemBlockCustomName@4c66b798 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9850 astralsorcery:blockcustomsandore hellfirepvp.astralsorcery.common.item.block.ItemBlockCustomName@2150aea7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9851 astralsorcery:blockcustomflower hellfirepvp.astralsorcery.common.item.block.ItemBlockCustomName@417aafa2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9852 astralsorcery:blockmarble hellfirepvp.astralsorcery.common.item.block.ItemBlockCustomName@3b159e55 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9853 astralsorcery:blockblackmarble hellfirepvp.astralsorcery.common.item.block.ItemBlockCustomName@423634d8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9854 astralsorcery:blockinfusedwood hellfirepvp.astralsorcery.common.item.block.ItemBlockCustomName@66379faf +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9855 astralsorcery:blockborehead hellfirepvp.astralsorcery.common.item.block.ItemBlockCustomName@72243b74 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9856 astralsorcery:blockmachine hellfirepvp.astralsorcery.common.item.block.ItemBlockCustomName@6554f453 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9857 astralsorcery:blockcelestialcrystals hellfirepvp.astralsorcery.common.item.block.ItemBlockCustomName@16b79cd5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9858 astralsorcery:blockgemcrystals hellfirepvp.astralsorcery.common.item.block.ItemBlockCustomName@4c27b34b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9859 astralsorcery:blockstructural hellfirepvp.astralsorcery.common.item.block.ItemBlockCustomName@1f0bde20 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9860 astralsorcery:blockritualpedestal hellfirepvp.astralsorcery.common.item.block.ItemBlockRitualPedestal@5d3f57fe +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9861 astralsorcery:blockaltar hellfirepvp.astralsorcery.common.item.block.ItemBlockAltar@77c439b8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9862 astralsorcery:blockcollectorcrystal hellfirepvp.astralsorcery.common.item.block.ItemCollectorCrystal@60871e0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9863 astralsorcery:blockcelestialcollectorcrystal hellfirepvp.astralsorcery.common.item.block.ItemCollectorCrystal@473345df +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9864 betterbuilderswands:wandstone portablejim.bbw.core.items.ItemRestrictedWandBasic@37034860 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9865 betterbuilderswands:wandiron portablejim.bbw.core.items.ItemRestrictedWandAdvanced@54c87b0a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9866 betterbuilderswands:wanddiamond portablejim.bbw.core.items.ItemUnrestrictedWand@2d221e24 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9867 betterbuilderswands:wandunbreakable portablejim.bbw.core.items.ItemUnrestrictedWand@2a1528c3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9868 buildcraftbuilders:snapshot buildcraft.builders.item.ItemSnapshot@7f825a9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9869 buildcraftbuilders:schematic_single buildcraft.builders.item.ItemSchematicSingle@10ff0e77 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9870 buildcraftbuilders:filler_planner buildcraft.builders.item.ItemFillerPlanner@2d91f172 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9871 buildcraftbuilders:filler buildcraft.lib.item.ItemBlockBC_Neptune@2e419733 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9872 buildcraftbuilders:builder buildcraft.lib.item.ItemBlockBC_Neptune@68d23a3f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9873 buildcraftbuilders:architect buildcraft.lib.item.ItemBlockBC_Neptune@361de4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9874 buildcraftbuilders:library buildcraft.lib.item.ItemBlockBC_Neptune@228e76f1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9875 buildcraftbuilders:replacer buildcraft.lib.item.ItemBlockBC_Neptune@d4859c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9876 buildcraftbuilders:frame buildcraft.lib.item.ItemBlockBC_Neptune@79ae547b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9877 buildcraftbuilders:quarry buildcraft.lib.item.ItemBlockBC_Neptune@4947af97 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9878 buildcraftfactory:autoworkbench_item buildcraft.lib.item.ItemBlockBC_Neptune@182f71b0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9879 buildcraftfactory:mining_well buildcraft.lib.item.ItemBlockBC_Neptune@3cf3ff4c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9880 buildcraftfactory:flood_gate buildcraft.lib.item.ItemBlockBC_Neptune@37756925 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9881 buildcraftfactory:tank buildcraft.lib.item.ItemBlockBC_Neptune@43ba434b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9882 buildcraftfactory:chute buildcraft.lib.item.ItemBlockBC_Neptune@20fb087d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9883 buildcraftfactory:distiller buildcraft.lib.item.ItemBlockBC_Neptune@3d19ab1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9884 buildcraftfactory:heat_exchange buildcraft.lib.item.ItemBlockBC_Neptune@1f71e7af +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9885 buildcraftfactory:water_gel_spawn buildcraft.factory.item.ItemWaterGel@ec04f11 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9886 buildcraftfactory:gel buildcraft.lib.item.ItemBC_Neptune@76800654 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9887 buildcraftrobotics:zone_planner buildcraft.lib.item.ItemBlockBC_Neptune@790b1e27 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9888 buildcrafttransport:pipe_structure buildcraft.transport.item.ItemPipeHolder@6957d236 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9889 buildcrafttransport:pipe_wood_item buildcraft.transport.item.ItemPipeHolder@6563b0ca +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9890 buildcrafttransport:pipe_cobble_item buildcraft.transport.item.ItemPipeHolder@13a7a894 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9891 buildcrafttransport:pipe_stone_item buildcraft.transport.item.ItemPipeHolder@32fc76e1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9892 buildcrafttransport:pipe_quartz_item buildcraft.transport.item.ItemPipeHolder@656dc4ea +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9893 buildcrafttransport:pipe_iron_item buildcraft.transport.item.ItemPipeHolder@1df0dd6d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9894 buildcrafttransport:pipe_gold_item buildcraft.transport.item.ItemPipeHolder@333d254f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9895 buildcrafttransport:pipe_clay_item buildcraft.transport.item.ItemPipeHolder@622706b7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9896 buildcrafttransport:pipe_sandstone_item buildcraft.transport.item.ItemPipeHolder@69e6c48d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9897 buildcrafttransport:pipe_void_item buildcraft.transport.item.ItemPipeHolder@72e66769 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9898 buildcrafttransport:pipe_obsidian_item buildcraft.transport.item.ItemPipeHolder@28ab2327 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9899 buildcrafttransport:pipe_diamond_item buildcraft.transport.item.ItemPipeHolder@72638a3b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9900 buildcrafttransport:pipe_diamond_wood_item buildcraft.transport.item.ItemPipeHolder@2dfefa56 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9901 buildcrafttransport:pipe_lapis_item buildcraft.transport.item.ItemPipeHolder@6c621daf +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9902 buildcrafttransport:pipe_daizuli_item buildcraft.transport.item.ItemPipeHolder@1da1a91f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9903 buildcrafttransport:pipe_emzuli_item buildcraft.transport.item.ItemPipeHolder@737ddac2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9904 buildcrafttransport:pipe_stripes_item buildcraft.transport.item.ItemPipeHolder@290bb2b1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9905 buildcrafttransport:pipe_wood_fluid buildcraft.transport.item.ItemPipeHolder@55785d5a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9906 buildcrafttransport:pipe_cobble_fluid buildcraft.transport.item.ItemPipeHolder@4501ffbb +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9907 buildcrafttransport:pipe_stone_fluid buildcraft.transport.item.ItemPipeHolder@58379613 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9908 buildcrafttransport:pipe_quartz_fluid buildcraft.transport.item.ItemPipeHolder@2cdd299e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9909 buildcrafttransport:pipe_gold_fluid buildcraft.transport.item.ItemPipeHolder@3b5823d2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9910 buildcrafttransport:pipe_iron_fluid buildcraft.transport.item.ItemPipeHolder@71eeef25 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9911 buildcrafttransport:pipe_clay_fluid buildcraft.transport.item.ItemPipeHolder@150d7805 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9912 buildcrafttransport:pipe_sandstone_fluid buildcraft.transport.item.ItemPipeHolder@50d922e3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9913 buildcrafttransport:pipe_void_fluid buildcraft.transport.item.ItemPipeHolder@2ae5cd99 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9914 buildcrafttransport:pipe_diamond_fluid buildcraft.transport.item.ItemPipeHolder@2cf48827 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9915 buildcrafttransport:pipe_diamond_wood_fluid buildcraft.transport.item.ItemPipeHolder@52c710ec +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9916 buildcrafttransport:pipe_wood_power buildcraft.transport.item.ItemPipeHolder@4b10fe6d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9917 buildcrafttransport:pipe_cobble_power buildcraft.transport.item.ItemPipeHolder@4f1d6b93 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9918 buildcrafttransport:pipe_stone_power buildcraft.transport.item.ItemPipeHolder@472067e7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9919 buildcrafttransport:pipe_quartz_power buildcraft.transport.item.ItemPipeHolder@2d8a4f9f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9920 buildcrafttransport:pipe_gold_power buildcraft.transport.item.ItemPipeHolder@61253fd5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9921 buildcrafttransport:pipe_sandstone_power buildcraft.transport.item.ItemPipeHolder@45c08191 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9922 buildcrafttransport:filtered_buffer buildcraft.lib.item.ItemBlockBC_Neptune@11bd991 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9923 buildcrafttransport:waterproof buildcraft.lib.item.ItemBC_Neptune@7e92989a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9924 buildcrafttransport:plug_blocker buildcraft.lib.item.ItemPluggableSimple@3601db0a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9925 buildcrafttransport:plug_power_adaptor buildcraft.lib.item.ItemPluggableSimple@770c1852 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9926 buildcraftsilicon:redstone_chipset buildcraft.silicon.item.ItemRedstoneChipset@28048073 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9927 buildcraftsilicon:plug_gate buildcraft.silicon.item.ItemPluggableGate@42b89ba1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9928 buildcraftsilicon:plug_pulsar buildcraft.lib.item.ItemPluggableSimple@7a59d177 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9929 buildcraftsilicon:plug_light_sensor buildcraft.lib.item.ItemPluggableSimple@6d0088e6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9930 buildcraftsilicon:plug_facade buildcraft.silicon.item.ItemPluggableFacade@610b9a2d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9931 chiselsandbits:chisel_stone mod.chiselsandbits.items.ItemChisel@6768603e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9932 chiselsandbits:chisel_iron mod.chiselsandbits.items.ItemChisel@538ed7cd +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9933 chiselsandbits:chisel_gold mod.chiselsandbits.items.ItemChisel@3aa022e2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9934 chiselsandbits:chisel_diamond mod.chiselsandbits.items.ItemChisel@7470d69 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9935 chiselsandbits:positiveprint mod.chiselsandbits.items.ItemPositivePrint@230af42f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9936 chiselsandbits:negativeprint mod.chiselsandbits.items.ItemNegativePrint@61f7f3c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9937 chiselsandbits:mirrorprint mod.chiselsandbits.items.ItemMirrorPrint@3d93fa2f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9938 chiselsandbits:bit_bag mod.chiselsandbits.items.ItemBitBag@445b178b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9939 chiselsandbits:wrench_wood mod.chiselsandbits.items.ItemWrench@28094b1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9940 chiselsandbits:bitsaw_diamond mod.chiselsandbits.items.ItemBitSaw@765fb342 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9941 chiselsandbits:block_bit mod.chiselsandbits.items.ItemChiseledBit@b44c42a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9942 chiselsandbits:tape_measure mod.chiselsandbits.items.ItemTapeMeasure@29a415ef +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9943 chiselsandbits:bittank net.minecraft.item.ItemBlock@2f872976 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9944 chiselsandbits:chiseled_wood mod.chiselsandbits.chiseledblock.ItemBlockChiseled@24c94a67 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9945 chiselsandbits:chiseled_rock mod.chiselsandbits.chiseledblock.ItemBlockChiseled@901af40 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9946 chiselsandbits:chiseled_iron mod.chiselsandbits.chiseledblock.ItemBlockChiseled@3c8e2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9947 chiselsandbits:chiseled_cloth mod.chiselsandbits.chiseledblock.ItemBlockChiseled@16d99d0d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9948 chiselsandbits:chiseled_ice mod.chiselsandbits.chiseledblock.ItemBlockChiseled@78ad77c3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9949 chiselsandbits:chiseled_packedice mod.chiselsandbits.chiseledblock.ItemBlockChiseled@7cd2bc39 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9950 chiselsandbits:chiseled_clay mod.chiselsandbits.chiseledblock.ItemBlockChiseled@62883f99 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9951 chiselsandbits:chiseled_glass mod.chiselsandbits.chiseledblock.ItemBlockChiseled@3863e730 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9952 chiselsandbits:chiseled_sand mod.chiselsandbits.chiseledblock.ItemBlockChiseled@2be39c90 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9953 chiselsandbits:chiseled_ground mod.chiselsandbits.chiseledblock.ItemBlockChiseled@42b9cea1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9954 chiselsandbits:chiseled_grass mod.chiselsandbits.chiseledblock.ItemBlockChiseled@616e5598 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9955 chiselsandbits:chiseled_snow mod.chiselsandbits.chiseledblock.ItemBlockChiseled@461364e2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9956 chiselsandbits:chiseled_fluid mod.chiselsandbits.chiseledblock.ItemBlockChiseled@71a377ac +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9957 chiselsandbits:chiseled_leaves mod.chiselsandbits.chiseledblock.ItemBlockChiseled@7d6363ff +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9958 refinedstorage:controller com.raoulvdberge.refinedstorage.item.itemblock.ItemBlockController@335b761e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9959 refinedstorage:grid com.raoulvdberge.refinedstorage.item.itemblock.ItemBlockBase@59af79ce +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9960 refinedstorage:portable_grid com.raoulvdberge.refinedstorage.item.itemblock.ItemBlockPortableGrid@3f35859f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9961 refinedstorage:crafting_monitor com.raoulvdberge.refinedstorage.item.itemblock.ItemBlockBase@40a2b1fc +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9962 refinedstorage:storage_monitor com.raoulvdberge.refinedstorage.item.itemblock.ItemBlockBase@28a1d470 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9963 refinedstorage:security_manager com.raoulvdberge.refinedstorage.item.itemblock.ItemBlockBase@a62a9a3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9964 refinedstorage:crafter com.raoulvdberge.refinedstorage.item.itemblock.ItemBlockBase@19e8cc0d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9965 refinedstorage:disk_drive com.raoulvdberge.refinedstorage.item.itemblock.ItemBlockBase@4c90a39d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9966 refinedstorage:storage com.raoulvdberge.refinedstorage.item.itemblock.ItemBlockStorage@6a34ec2b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9967 refinedstorage:fluid_storage com.raoulvdberge.refinedstorage.item.itemblock.ItemBlockFluidStorage@75047f7f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9968 refinedstorage:cable com.raoulvdberge.refinedstorage.item.itemblock.ItemBlockBase@2a535d76 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9969 refinedstorage:importer com.raoulvdberge.refinedstorage.item.itemblock.ItemBlockBase@63968fea +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9970 refinedstorage:exporter com.raoulvdberge.refinedstorage.item.itemblock.ItemBlockBase@2e0e7207 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9971 refinedstorage:external_storage com.raoulvdberge.refinedstorage.item.itemblock.ItemBlockBase@78a70f3e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9972 refinedstorage:constructor com.raoulvdberge.refinedstorage.item.itemblock.ItemBlockBase@482f55b1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9973 refinedstorage:destructor com.raoulvdberge.refinedstorage.item.itemblock.ItemBlockBase@1f916a81 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9974 refinedstorage:reader com.raoulvdberge.refinedstorage.item.itemblock.ItemBlockBase@4252bd3e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9975 refinedstorage:writer com.raoulvdberge.refinedstorage.item.itemblock.ItemBlockBase@2cc94b5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9976 refinedstorage:detector com.raoulvdberge.refinedstorage.item.itemblock.ItemBlockBase@307ccb80 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9977 refinedstorage:relay com.raoulvdberge.refinedstorage.item.itemblock.ItemBlockBase@242d6a6c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9978 refinedstorage:interface com.raoulvdberge.refinedstorage.item.itemblock.ItemBlockBase@7341889a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9979 refinedstorage:fluid_interface com.raoulvdberge.refinedstorage.item.itemblock.ItemBlockBase@154ed37b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9980 refinedstorage:wireless_transmitter com.raoulvdberge.refinedstorage.item.itemblock.ItemBlockBase@43b83a99 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9981 refinedstorage:machine_casing com.raoulvdberge.refinedstorage.item.itemblock.ItemBlockBase@c095688 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9982 refinedstorage:quartz_enriched_iron_block com.raoulvdberge.refinedstorage.item.itemblock.ItemBlockBase@73730acb +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9983 refinedstorage:network_transmitter com.raoulvdberge.refinedstorage.item.itemblock.ItemBlockBase@10c5dad5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9984 refinedstorage:network_receiver com.raoulvdberge.refinedstorage.item.itemblock.ItemBlockBase@12ab46a6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9985 refinedstorage:disk_manipulator com.raoulvdberge.refinedstorage.item.itemblock.ItemBlockBase@5450ef6d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9986 refinedstorage:crafter_manager com.raoulvdberge.refinedstorage.item.itemblock.ItemBlockBase@3f9e927e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9987 refinedstorage:quartz_enriched_iron com.raoulvdberge.refinedstorage.item.ItemQuartzEnrichedIron@1b3e42a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9988 refinedstorage:processor_binding com.raoulvdberge.refinedstorage.item.ItemProcessorBinding@49651ccc +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9989 refinedstorage:cutting_tool com.raoulvdberge.refinedstorage.item.ItemCuttingTool@1a9da90a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9990 refinedstorage:storage_disk com.raoulvdberge.refinedstorage.item.ItemStorageDisk@51dbc545 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9991 refinedstorage:fluid_storage_disk com.raoulvdberge.refinedstorage.item.ItemFluidStorageDisk@4f57e9e0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9992 refinedstorage:storage_housing com.raoulvdberge.refinedstorage.item.ItemStorageHousing@2e351fba +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9993 refinedstorage:pattern com.raoulvdberge.refinedstorage.item.ItemPattern@5917268f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9994 refinedstorage:storage_part com.raoulvdberge.refinedstorage.item.ItemStoragePart@56693105 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9995 refinedstorage:fluid_storage_part com.raoulvdberge.refinedstorage.item.ItemFluidStoragePart@2681dac1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9996 refinedstorage:wireless_grid com.raoulvdberge.refinedstorage.item.ItemWirelessGrid@204fd964 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9997 refinedstorage:wireless_fluid_grid com.raoulvdberge.refinedstorage.item.ItemWirelessFluidGrid@408ca0bc +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9998 refinedstorage:wireless_crafting_monitor com.raoulvdberge.refinedstorage.item.ItemWirelessCraftingMonitor@5ff240b1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9999 refinedstorage:processor com.raoulvdberge.refinedstorage.item.ItemProcessor@778dce5c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10000 refinedstorage:core com.raoulvdberge.refinedstorage.item.ItemCore@2957bd30 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10001 refinedstorage:silicon com.raoulvdberge.refinedstorage.item.ItemSilicon@c7b71e6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10002 refinedstorage:upgrade com.raoulvdberge.refinedstorage.item.ItemUpgrade@41415f10 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10003 refinedstorage:filter com.raoulvdberge.refinedstorage.item.ItemFilter@58a7864a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10004 refinedstorage:network_card com.raoulvdberge.refinedstorage.item.ItemNetworkCard@4c8d0e53 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10005 refinedstorage:security_card com.raoulvdberge.refinedstorage.item.ItemSecurityCard@1b2ea265 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10006 refinedstorage:cover com.raoulvdberge.refinedstorage.item.ItemCover@50dcd7cf +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10007 refinedstorage:hollow_cover com.raoulvdberge.refinedstorage.item.ItemHollowCover@342d8e48 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10008 refinedstorage:wrench com.raoulvdberge.refinedstorage.item.ItemWrench@1076f108 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10009 emberroot:owl_egg teamroots.emberroot.entity.owl.ItemOwlEgg@57f5c6bb +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10010 valkyrielib:guide com.valkyrieofnight.vliblegacy.m_guide.item.ItemGuide@50086d06 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10011 valkyrielib:modifier_component com.valkyrieofnight.vliblegacy.m_modifiers.features.UItems$1@48df5fb4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10012 valkyrielib:modifier_speed com.valkyrieofnight.vliblegacy.m_modifiers.item.MItemSpeed@5931e4b1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10013 environmentaltech:litherite com.valkyrieofnight.vliblegacy.lib.item.VLItemBlock@33fb0878 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10014 environmentaltech:litherite_paver com.valkyrieofnight.vliblegacy.lib.item.VLItemBlock@1ebc34c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10015 environmentaltech:litherite_bricks com.valkyrieofnight.vliblegacy.lib.item.VLItemBlock@57a9abac +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10016 environmentaltech:litherite_tiles com.valkyrieofnight.vliblegacy.lib.item.VLItemBlock@36c981da +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10017 environmentaltech:litherite_stairs com.valkyrieofnight.vliblegacy.lib.item.VLItemBlock@5d1af7b3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10018 environmentaltech:litherite_brick_stairs com.valkyrieofnight.vliblegacy.lib.item.VLItemBlock@234aeff +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10019 environmentaltech:litherite_tile_stairs com.valkyrieofnight.vliblegacy.lib.item.VLItemBlock@185a81de +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10020 environmentaltech:litherite_slab com.valkyrieofnight.vliblegacy.lib.item.VLItemBlockSlab@62e7145e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10021 environmentaltech:litherite_paver_slab com.valkyrieofnight.vliblegacy.lib.item.VLItemBlockSlab@68cad0de +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10022 environmentaltech:litherite_brick_slab com.valkyrieofnight.vliblegacy.lib.item.VLItemBlockSlab@4faed86e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10023 environmentaltech:litherite_tile_slab com.valkyrieofnight.vliblegacy.lib.item.VLItemBlockSlab@336e434 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10024 environmentaltech:erodium com.valkyrieofnight.vliblegacy.lib.item.VLItemBlock@592945e8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10025 environmentaltech:erodium_paver com.valkyrieofnight.vliblegacy.lib.item.VLItemBlock@67db2233 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10026 environmentaltech:erodium_bricks com.valkyrieofnight.vliblegacy.lib.item.VLItemBlock@5e0ffb0e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10027 environmentaltech:erodium_tiles com.valkyrieofnight.vliblegacy.lib.item.VLItemBlock@6aaca3bf +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10028 environmentaltech:erodium_stairs com.valkyrieofnight.vliblegacy.lib.item.VLItemBlock@79b9bd07 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10029 environmentaltech:erodium_brick_stairs com.valkyrieofnight.vliblegacy.lib.item.VLItemBlock@474dd2b9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10030 environmentaltech:erodium_tile_stairs com.valkyrieofnight.vliblegacy.lib.item.VLItemBlock@66bb96d5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10031 environmentaltech:erodium_slab com.valkyrieofnight.vliblegacy.lib.item.VLItemBlockSlab@698560e6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10032 environmentaltech:erodium_paver_slab com.valkyrieofnight.vliblegacy.lib.item.VLItemBlockSlab@5de0b954 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10033 environmentaltech:erodium_brick_slab com.valkyrieofnight.vliblegacy.lib.item.VLItemBlockSlab@7491704b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10034 environmentaltech:erodium_tile_slab com.valkyrieofnight.vliblegacy.lib.item.VLItemBlockSlab@4ea65d32 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10035 environmentaltech:kyronite com.valkyrieofnight.vliblegacy.lib.item.VLItemBlock@c669650 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10036 environmentaltech:kyronite_paver com.valkyrieofnight.vliblegacy.lib.item.VLItemBlock@5414b491 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10037 environmentaltech:kyronite_bricks com.valkyrieofnight.vliblegacy.lib.item.VLItemBlock@2b789570 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10038 environmentaltech:kyronite_tiles com.valkyrieofnight.vliblegacy.lib.item.VLItemBlock@57cb02e0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10039 environmentaltech:kyronite_stairs com.valkyrieofnight.vliblegacy.lib.item.VLItemBlock@6fa7ca5f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10040 environmentaltech:kyronite_brick_stairs com.valkyrieofnight.vliblegacy.lib.item.VLItemBlock@1e665b06 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10041 environmentaltech:kyronite_tile_stairs com.valkyrieofnight.vliblegacy.lib.item.VLItemBlock@71da8eaf +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10042 environmentaltech:kyronite_slab com.valkyrieofnight.vliblegacy.lib.item.VLItemBlockSlab@7e094e76 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10043 environmentaltech:kyronite_paver_slab com.valkyrieofnight.vliblegacy.lib.item.VLItemBlockSlab@2f2d96da +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10044 environmentaltech:kyronite_brick_slab com.valkyrieofnight.vliblegacy.lib.item.VLItemBlockSlab@33f4652 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10045 environmentaltech:kyronite_tile_slab com.valkyrieofnight.vliblegacy.lib.item.VLItemBlockSlab@26b50f6c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10046 environmentaltech:pladium com.valkyrieofnight.vliblegacy.lib.item.VLItemBlock@127b9f32 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10047 environmentaltech:pladium_paver com.valkyrieofnight.vliblegacy.lib.item.VLItemBlock@51a340e1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10048 environmentaltech:pladium_bricks com.valkyrieofnight.vliblegacy.lib.item.VLItemBlock@28d79151 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10049 environmentaltech:pladium_tiles com.valkyrieofnight.vliblegacy.lib.item.VLItemBlock@26173548 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10050 environmentaltech:pladium_stairs com.valkyrieofnight.vliblegacy.lib.item.VLItemBlock@685bbcb7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10051 environmentaltech:pladium_brick_stairs com.valkyrieofnight.vliblegacy.lib.item.VLItemBlock@23b44d15 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10052 environmentaltech:pladium_tile_stairs com.valkyrieofnight.vliblegacy.lib.item.VLItemBlock@377d1d2b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10053 environmentaltech:pladium_slab com.valkyrieofnight.vliblegacy.lib.item.VLItemBlockSlab@285fd3f9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10054 environmentaltech:pladium_paver_slab com.valkyrieofnight.vliblegacy.lib.item.VLItemBlockSlab@1dd47c41 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10055 environmentaltech:pladium_brick_slab com.valkyrieofnight.vliblegacy.lib.item.VLItemBlockSlab@1c09560b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10056 environmentaltech:pladium_tile_slab com.valkyrieofnight.vliblegacy.lib.item.VLItemBlockSlab@434294e4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10057 environmentaltech:ionite com.valkyrieofnight.vliblegacy.lib.item.VLItemBlock@15d4476e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10058 environmentaltech:ionite_paver com.valkyrieofnight.vliblegacy.lib.item.VLItemBlock@2bdc07e1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10059 environmentaltech:ionite_bricks com.valkyrieofnight.vliblegacy.lib.item.VLItemBlock@7db3b59f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10060 environmentaltech:ionite_tiles com.valkyrieofnight.vliblegacy.lib.item.VLItemBlock@2a01fb79 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10061 environmentaltech:ionite_stairs com.valkyrieofnight.vliblegacy.lib.item.VLItemBlock@1d593660 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10062 environmentaltech:ionite_brick_stairs com.valkyrieofnight.vliblegacy.lib.item.VLItemBlock@5671d925 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10063 environmentaltech:ionite_tile_stairs com.valkyrieofnight.vliblegacy.lib.item.VLItemBlock@360e9139 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10064 environmentaltech:ionite_slab com.valkyrieofnight.vliblegacy.lib.item.VLItemBlockSlab@13716eb2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10065 environmentaltech:ionite_paver_slab com.valkyrieofnight.vliblegacy.lib.item.VLItemBlockSlab@474fb08a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10066 environmentaltech:ionite_brick_slab com.valkyrieofnight.vliblegacy.lib.item.VLItemBlockSlab@1fafe1b7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10067 environmentaltech:ionite_tile_slab com.valkyrieofnight.vliblegacy.lib.item.VLItemBlockSlab@5dea2c22 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10068 environmentaltech:aethium com.valkyrieofnight.vliblegacy.lib.item.VLItemBlock@4576ddd3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10069 environmentaltech:aethium_paver com.valkyrieofnight.vliblegacy.lib.item.VLItemBlock@7f07ee17 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10070 environmentaltech:aethium_bricks com.valkyrieofnight.vliblegacy.lib.item.VLItemBlock@1f451a19 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10071 environmentaltech:aethium_tiles com.valkyrieofnight.vliblegacy.lib.item.VLItemBlock@13c2beef +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10072 environmentaltech:aethium_stairs com.valkyrieofnight.vliblegacy.lib.item.VLItemBlock@60297101 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10073 environmentaltech:aethium_brick_stairs com.valkyrieofnight.vliblegacy.lib.item.VLItemBlock@201e4c45 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10074 environmentaltech:aethium_tile_stairs com.valkyrieofnight.vliblegacy.lib.item.VLItemBlock@173c1f8d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10075 environmentaltech:aethium_slab com.valkyrieofnight.vliblegacy.lib.item.VLItemBlockSlab@118fee43 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10076 environmentaltech:aethium_paver_slab com.valkyrieofnight.vliblegacy.lib.item.VLItemBlockSlab@3a85240a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10077 environmentaltech:aethium_brick_slab com.valkyrieofnight.vliblegacy.lib.item.VLItemBlockSlab@68ab3b7b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10078 environmentaltech:aethium_tile_slab com.valkyrieofnight.vliblegacy.lib.item.VLItemBlockSlab@1f9c8194 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10079 environmentaltech:lonsdaleite com.valkyrieofnight.vliblegacy.lib.item.VLItemBlock@718f99d2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10080 environmentaltech:lonsdaleite_paver com.valkyrieofnight.vliblegacy.lib.item.VLItemBlock@6239469d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10081 environmentaltech:lonsdaleite_bricks com.valkyrieofnight.vliblegacy.lib.item.VLItemBlock@5378d942 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10082 environmentaltech:lonsdaleite_tiles com.valkyrieofnight.vliblegacy.lib.item.VLItemBlock@28936298 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10083 environmentaltech:lonsdaleite_stairs com.valkyrieofnight.vliblegacy.lib.item.VLItemBlock@25df2f51 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10084 environmentaltech:lonsdaleite_brick_stairs com.valkyrieofnight.vliblegacy.lib.item.VLItemBlock@d7a88d9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10085 environmentaltech:lonsdaleite_tile_stairs com.valkyrieofnight.vliblegacy.lib.item.VLItemBlock@185de2fd +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10086 environmentaltech:lonsdaleite_slab com.valkyrieofnight.vliblegacy.lib.item.VLItemBlockSlab@2b69c4cc +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10087 environmentaltech:lonsdaleite_paver_slab com.valkyrieofnight.vliblegacy.lib.item.VLItemBlockSlab@7710d357 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10088 environmentaltech:lonsdaleite_brick_slab com.valkyrieofnight.vliblegacy.lib.item.VLItemBlockSlab@2e75a12c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10089 environmentaltech:lonsdaleite_tile_slab com.valkyrieofnight.vliblegacy.lib.item.VLItemBlockSlab@59c8e415 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10090 environmentaltech:mica com.valkyrieofnight.vliblegacy.lib.item.VLItemBlock@3c621444 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10091 environmentaltech:litherite_crystal com.valkyrieofnight.et.m_resources.item.ETRItemOre@4d19f2f4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10092 environmentaltech:erodium_crystal com.valkyrieofnight.et.m_resources.item.ETRItemOre@4ee656ba +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10093 environmentaltech:kyronite_crystal com.valkyrieofnight.et.m_resources.item.ETRItemOre@5090fb3f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10094 environmentaltech:pladium_crystal com.valkyrieofnight.et.m_resources.item.ETRItemOre@7c7c155d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10095 environmentaltech:ionite_crystal com.valkyrieofnight.et.m_resources.item.ETRItemOre@7ef0d674 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10096 environmentaltech:aethium_crystal com.valkyrieofnight.et.m_resources.item.ETRItemOre@2df1c96 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10097 environmentaltech:lonsdaleite_crystal com.valkyrieofnight.et.m_resources.item.ETRItemOre@55c146f1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10098 environmentaltech:interconnect com.valkyrieofnight.vliblegacy.lib.item.VLItemBlock@490b77e9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10099 environmentaltech:tool_multiblock_assembler com.valkyrieofnight.et.m_multiblocks.item.ItemMultiBlockAssembler@1c310df1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10100 environmentaltech:connector com.valkyrieofnight.et.m_multiblocks.item.ETMItem@31305bca +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10101 environmentaltech:modifier_null com.valkyrieofnight.vliblegacy.lib.item.VLItemBlock@4b71dad6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10102 environmentaltech:modifier_speed com.valkyrieofnight.vliblegacy.lib.item.VLItemBlock@1458fb87 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10103 environmentaltech:modifier_luck com.valkyrieofnight.vliblegacy.lib.item.VLItemBlock@67e72da +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10104 environmentaltech:structure_frame_1 com.valkyrieofnight.vliblegacy.lib.item.VLItemBlock@35a387d4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10105 environmentaltech:structure_frame_2 com.valkyrieofnight.vliblegacy.lib.item.VLItemBlock@70415cdc +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10106 environmentaltech:structure_frame_3 com.valkyrieofnight.vliblegacy.lib.item.VLItemBlock@23160590 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10107 environmentaltech:structure_frame_4 com.valkyrieofnight.vliblegacy.lib.item.VLItemBlock@568b4b8a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10108 environmentaltech:structure_frame_5 com.valkyrieofnight.vliblegacy.lib.item.VLItemBlock@7fbffba8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10109 environmentaltech:structure_frame_6 com.valkyrieofnight.vliblegacy.lib.item.VLItemBlock@5e2ff3f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10110 environmentaltech:structure_panel com.valkyrieofnight.vliblegacy.lib.item.VLItemBlock@164b4096 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10111 environmentaltech:structure_panel_clear com.valkyrieofnight.vliblegacy.lib.item.VLItemBlock@1a909ece +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10112 environmentaltech:lightning_rod com.valkyrieofnight.vliblegacy.lib.item.VLItemBlock@8fb5be9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10113 environmentaltech:lightning_rod_insulated com.valkyrieofnight.vliblegacy.lib.item.VLItemBlock@4478f590 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10114 environmentaltech:lightning_cont_1 com.valkyrieofnight.vliblegacy.lib.item.VLItemBlockColorized@5a00753f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10115 environmentaltech:lightning_cont_2 com.valkyrieofnight.vliblegacy.lib.item.VLItemBlockColorized@525e04dc +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10116 environmentaltech:lightning_cont_3 com.valkyrieofnight.vliblegacy.lib.item.VLItemBlockColorized@28396d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10117 environmentaltech:lightning_cont_4 com.valkyrieofnight.vliblegacy.lib.item.VLItemBlockColorized@37f988d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10118 environmentaltech:lightning_cont_5 com.valkyrieofnight.vliblegacy.lib.item.VLItemBlockColorized@5a8fac50 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10119 environmentaltech:lightning_cont_6 com.valkyrieofnight.vliblegacy.lib.item.VLItemBlockColorized@78552b39 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10120 environmentaltech:solar_cont_1 com.valkyrieofnight.vliblegacy.lib.item.VLItemBlockColorized@39f7960f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10121 environmentaltech:solar_cont_2 com.valkyrieofnight.vliblegacy.lib.item.VLItemBlockColorized@4633da4c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10122 environmentaltech:solar_cont_3 com.valkyrieofnight.vliblegacy.lib.item.VLItemBlockColorized@617913f6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10123 environmentaltech:solar_cont_4 com.valkyrieofnight.vliblegacy.lib.item.VLItemBlockColorized@30a4e003 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10124 environmentaltech:solar_cont_5 com.valkyrieofnight.vliblegacy.lib.item.VLItemBlockColorized@35664ff6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10125 environmentaltech:solar_cont_6 com.valkyrieofnight.vliblegacy.lib.item.VLItemBlockColorized@6d5f02ac +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10126 environmentaltech:solar_cell_litherite com.valkyrieofnight.vliblegacy.lib.item.VLItemBlock@44904a52 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10127 environmentaltech:solar_cell_erodium com.valkyrieofnight.vliblegacy.lib.item.VLItemBlock@53231e3b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10128 environmentaltech:solar_cell_kyronite com.valkyrieofnight.vliblegacy.lib.item.VLItemBlock@54bdf256 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10129 environmentaltech:solar_cell_pladium com.valkyrieofnight.vliblegacy.lib.item.VLItemBlock@4162c00f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10130 environmentaltech:solar_cell_ionite com.valkyrieofnight.vliblegacy.lib.item.VLItemBlock@766d0ab +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10131 environmentaltech:solar_cell_aethium com.valkyrieofnight.vliblegacy.lib.item.VLItemBlock@4cffd4ba +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10132 environmentaltech:modifier_piezo com.valkyrieofnight.vliblegacy.lib.item.VLItemBlock@77eba031 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10133 environmentaltech:photovoltaic_cell com.valkyrieofnight.et.m_multiblocks.item.ETMItem@20de647b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10134 environmentaltech:thermal_cell com.valkyrieofnight.vliblegacy.lib.item.VLItemBlock@118c1b43 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10135 environmentaltech:laser_core com.valkyrieofnight.vliblegacy.lib.item.VLItemBlock@23e447cc +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10136 environmentaltech:laser_lens com.valkyrieofnight.vliblegacy.lib.item.VLItemBlock@9a481a9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10137 environmentaltech:laser_lens_crystal com.valkyrieofnight.vliblegacy.lib.item.VLItemBlock@5a0ad15a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10138 environmentaltech:laser_lens_colored com.valkyrieofnight.vliblegacy.lib.item.VLItemBlockDyeColored@2b2d9f5b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10139 environmentaltech:modifier_accuracy com.valkyrieofnight.vliblegacy.lib.item.VLItemBlock@2af677d5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10140 environmentaltech:diode com.valkyrieofnight.et.m_multiblocks.item.ETMItem@7f202eb +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10141 environmentaltech:void_ore_miner_cont_1 com.valkyrieofnight.vliblegacy.lib.item.VLItemBlockColorized@bfe834e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10142 environmentaltech:void_ore_miner_cont_2 com.valkyrieofnight.vliblegacy.lib.item.VLItemBlockColorized@4cee022d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10143 environmentaltech:void_ore_miner_cont_3 com.valkyrieofnight.vliblegacy.lib.item.VLItemBlockColorized@55bf9cba +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10144 environmentaltech:void_ore_miner_cont_4 com.valkyrieofnight.vliblegacy.lib.item.VLItemBlockColorized@42cd29bc +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10145 environmentaltech:void_ore_miner_cont_5 com.valkyrieofnight.vliblegacy.lib.item.VLItemBlockColorized@3d562658 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10146 environmentaltech:void_ore_miner_cont_6 com.valkyrieofnight.vliblegacy.lib.item.VLItemBlockColorized@195a4b5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10147 environmentaltech:void_res_miner_cont_1 com.valkyrieofnight.vliblegacy.lib.item.VLItemBlockColorized@2866a271 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10148 environmentaltech:void_res_miner_cont_2 com.valkyrieofnight.vliblegacy.lib.item.VLItemBlockColorized@34dee08 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10149 environmentaltech:void_res_miner_cont_3 com.valkyrieofnight.vliblegacy.lib.item.VLItemBlockColorized@f257cdf +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10150 environmentaltech:void_res_miner_cont_4 com.valkyrieofnight.vliblegacy.lib.item.VLItemBlockColorized@23b9d182 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10151 environmentaltech:void_res_miner_cont_5 com.valkyrieofnight.vliblegacy.lib.item.VLItemBlockColorized@3ed19aae +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10152 environmentaltech:void_res_miner_cont_6 com.valkyrieofnight.vliblegacy.lib.item.VLItemBlockColorized@52001ed2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10153 environmentaltech:void_botanic_miner_cont_1 com.valkyrieofnight.vliblegacy.lib.item.VLItemBlockColorized@766753c9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10154 environmentaltech:void_botanic_miner_cont_2 com.valkyrieofnight.vliblegacy.lib.item.VLItemBlockColorized@1b3fb946 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10155 environmentaltech:void_botanic_miner_cont_3 com.valkyrieofnight.vliblegacy.lib.item.VLItemBlockColorized@29094465 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10156 environmentaltech:void_botanic_miner_cont_4 com.valkyrieofnight.vliblegacy.lib.item.VLItemBlockColorized@7bad2918 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10157 environmentaltech:void_botanic_miner_cont_5 com.valkyrieofnight.vliblegacy.lib.item.VLItemBlockColorized@3798d4bf +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10158 environmentaltech:void_botanic_miner_cont_6 com.valkyrieofnight.vliblegacy.lib.item.VLItemBlockColorized@510bae83 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10159 environmentaltech:modifier_creative_flight com.valkyrieofnight.vliblegacy.lib.item.VLItemBlock@32c2e2ab +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10160 environmentaltech:modifier_flight_speed com.valkyrieofnight.vliblegacy.lib.item.VLItemBlock@20b5f802 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10161 environmentaltech:modifier_haste com.valkyrieofnight.vliblegacy.lib.item.VLItemBlock@5179ed87 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10162 environmentaltech:modifier_strength com.valkyrieofnight.vliblegacy.lib.item.VLItemBlock@5d0a3e9d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10163 environmentaltech:modifier_jump_boost com.valkyrieofnight.vliblegacy.lib.item.VLItemBlock@7878482d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10164 environmentaltech:modifier_regeneration com.valkyrieofnight.vliblegacy.lib.item.VLItemBlock@7782dac8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10165 environmentaltech:modifier_resistance com.valkyrieofnight.vliblegacy.lib.item.VLItemBlock@6989046a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10166 environmentaltech:modifier_fire_resistance com.valkyrieofnight.vliblegacy.lib.item.VLItemBlock@65fb3110 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10167 environmentaltech:modifier_water_breathing com.valkyrieofnight.vliblegacy.lib.item.VLItemBlock@5f7824a2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10168 environmentaltech:modifier_invisibility com.valkyrieofnight.vliblegacy.lib.item.VLItemBlock@3ecdf11f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10169 environmentaltech:modifier_night_vision com.valkyrieofnight.vliblegacy.lib.item.VLItemBlock@1fc608f8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10170 environmentaltech:modifier_health_boost com.valkyrieofnight.vliblegacy.lib.item.VLItemBlock@2309d9a1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10171 environmentaltech:modifier_absorption com.valkyrieofnight.vliblegacy.lib.item.VLItemBlock@3d4ab456 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10172 environmentaltech:modifier_saturation com.valkyrieofnight.vliblegacy.lib.item.VLItemBlock@6c5effe9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10173 environmentaltech:modifier_glowing com.valkyrieofnight.vliblegacy.lib.item.VLItemBlock@4370bb52 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10174 environmentaltech:nano_cont_ranged_1 com.valkyrieofnight.vliblegacy.lib.item.VLItemBlockColorized@2ed9b64c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10175 environmentaltech:nano_cont_ranged_2 com.valkyrieofnight.vliblegacy.lib.item.VLItemBlockColorized@46594fc5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10176 environmentaltech:nano_cont_ranged_3 com.valkyrieofnight.vliblegacy.lib.item.VLItemBlockColorized@5d634150 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10177 environmentaltech:nano_cont_ranged_4 com.valkyrieofnight.vliblegacy.lib.item.VLItemBlockColorized@1b8fcb85 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10178 environmentaltech:nano_cont_ranged_5 com.valkyrieofnight.vliblegacy.lib.item.VLItemBlockColorized@7887756e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10179 environmentaltech:nano_cont_ranged_6 com.valkyrieofnight.vliblegacy.lib.item.VLItemBlockColorized@74ac3adc +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10180 environmentaltech:nano_cont_personal_1 com.valkyrieofnight.vliblegacy.lib.item.VLItemBlockColorized@33829cd8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10181 environmentaltech:nano_cont_personal_2 com.valkyrieofnight.vliblegacy.lib.item.VLItemBlockColorized@5634aace +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10182 environmentaltech:nano_cont_personal_3 com.valkyrieofnight.vliblegacy.lib.item.VLItemBlockColorized@155b8963 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10183 environmentaltech:nano_cont_personal_4 com.valkyrieofnight.vliblegacy.lib.item.VLItemBlockColorized@342bce +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10184 environmentaltech:nano_cont_personal_5 com.valkyrieofnight.vliblegacy.lib.item.VLItemBlockColorized@2777134c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10185 environmentaltech:nano_cont_personal_6 com.valkyrieofnight.vliblegacy.lib.item.VLItemBlockColorized@54e6afb6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10186 progressiontweaks:lime com.theprogrammingturkey.progressiontweaks.items.ItemLime@5de6d8cb +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10187 progressiontweaks:spear com.theprogrammingturkey.progressiontweaks.items.ItemSpear@2d5fb570 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10188 progressiontweaks:broken_spear_tip com.theprogrammingturkey.progressiontweaks.items.ItemBrokenSpear@1b5f3e67 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10189 progressiontweaks:broken_spear_shaft com.theprogrammingturkey.progressiontweaks.items.ItemBrokenSpear@42d219c6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10190 progressiontweaks:tomahawk com.theprogrammingturkey.progressiontweaks.items.ItemTomahawk@641495e2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10191 progressiontweaks:stone_hammer com.theprogrammingturkey.progressiontweaks.items.ItemStoneHammer@54141625 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10192 progressiontweaks:flat_bread com.theprogrammingturkey.gobblecore.items.BaseItemFood@70407476 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10193 progressiontweaks:unfired_clay_bowl com.theprogrammingturkey.gobblecore.items.BaseItem@303b5419 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10194 progressiontweaks:fire_pit_unlit com.theprogrammingturkey.gobblecore.items.BaseItemBlock@53849982 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10195 progressiontweaks:blank_teleporter com.theprogrammingturkey.gobblecore.items.BaseItemBlock@65f48ce1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10196 progressiontweaks:machine_frame com.theprogrammingturkey.gobblecore.items.BaseItemBlock@331c578b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10197 progressiontweaks:nanomachine_frame com.theprogrammingturkey.gobblecore.items.BaseItemBlock@1890ea6a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10198 mcjtylib_ng:multipart mcjty.lib.multipart.MultipartItemBlock@6faf3873 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10199 industrialforegoing:petrified_fuel_generator net.minecraft.item.ItemBlock@60d0fe99 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10200 industrialforegoing:enchantment_refiner net.minecraft.item.ItemBlock@762a3e50 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10201 industrialforegoing:enchantment_extractor net.minecraft.item.ItemBlock@3187e05c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10202 industrialforegoing:enchantment_aplicator net.minecraft.item.ItemBlock@2ad5770c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10203 industrialforegoing:mob_relocator net.minecraft.item.ItemBlock@4d1670f9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10204 industrialforegoing:potion_enervator net.minecraft.item.ItemBlock@6a691fb5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10205 industrialforegoing:animal_independence_selector net.minecraft.item.ItemBlock@646287a4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10206 industrialforegoing:animal_stock_increaser net.minecraft.item.ItemBlock@650ef133 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10207 industrialforegoing:crop_sower net.minecraft.item.ItemBlock@1b61d4d3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10208 industrialforegoing:crop_enrich_material_injector net.minecraft.item.ItemBlock@3957e4bd +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10209 industrialforegoing:crop_recolector net.minecraft.item.ItemBlock@49781b94 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10210 industrialforegoing:black_hole_unit com.buuz135.industrial.tile.block.BlackHoleUnitBlock$BlockStorageItem@6312167 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10211 industrialforegoing:water_condensator net.minecraft.item.ItemBlock@5c919d41 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10212 industrialforegoing:animal_resource_harvester net.minecraft.item.ItemBlock@3d588427 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10213 industrialforegoing:mob_slaughter_factory net.minecraft.item.ItemBlock@3824edc +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10214 industrialforegoing:mob_duplicator net.minecraft.item.ItemBlock@c377dd2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10215 industrialforegoing:block_destroyer net.minecraft.item.ItemBlock@5c9c9280 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10216 industrialforegoing:block_placer net.minecraft.item.ItemBlock@259c4c88 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10217 industrialforegoing:sewage_composter_solidifier net.minecraft.item.ItemBlock@34f90249 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10218 industrialforegoing:animal_byproduct_recolector net.minecraft.item.ItemBlock@39730e9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10219 industrialforegoing:sludge_refiner net.minecraft.item.ItemBlock@3ba7ba89 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10220 industrialforegoing:mob_detector net.minecraft.item.ItemBlock@7c185979 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10221 industrialforegoing:lava_fabricator net.minecraft.item.ItemBlock@fe7f9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10222 industrialforegoing:bioreactor net.minecraft.item.ItemBlock@3a258f69 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10223 industrialforegoing:biofuel_generator net.minecraft.item.ItemBlock@3cd00956 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10224 industrialforegoing:laser_base net.minecraft.item.ItemBlock@23d5c24 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10225 industrialforegoing:laser_drill net.minecraft.item.ItemBlock@7d7253b5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10226 industrialforegoing:ore_processor net.minecraft.item.ItemBlock@6b3ad5b5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10227 industrialforegoing:black_hole_controller net.minecraft.item.ItemBlock@579ceb3d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10228 industrialforegoing:black_hole_controller_reworked net.minecraft.item.ItemBlock@3f285196 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10229 industrialforegoing:enchantment_invoker net.minecraft.item.ItemBlock@50a8523d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10230 industrialforegoing:spores_recreator net.minecraft.item.ItemBlock@6d02a2e0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10231 industrialforegoing:animal_growth_increaser net.minecraft.item.ItemBlock@5df7797e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10232 industrialforegoing:material_stonework_factory net.minecraft.item.ItemBlock@20ae27b7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10233 industrialforegoing:black_hole_tank com.buuz135.industrial.tile.block.BlackHoleTankBlock$BlockTankItem@17f77c56 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10234 industrialforegoing:resourceful_furnace net.minecraft.item.ItemBlock@4a74e272 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10235 industrialforegoing:villager_trade_exchanger net.minecraft.item.ItemBlock@636f0b58 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10236 industrialforegoing:energy_field_provider net.minecraft.item.ItemBlock@2da131f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10237 industrialforegoing:oredictionary_converter net.minecraft.item.ItemBlock@2ee3cade +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10238 industrialforegoing:protein_reactor net.minecraft.item.ItemBlock@4369da02 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10239 industrialforegoing:protein_generator net.minecraft.item.ItemBlock@58473cfc +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10240 industrialforegoing:hydrator net.minecraft.item.ItemBlock@ad78e00 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10241 industrialforegoing:wither_builder net.minecraft.item.ItemBlock@3a5200be +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10242 industrialforegoing:fluid_pump net.minecraft.item.ItemBlock@3766743c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10243 industrialforegoing:fluid_crafter net.minecraft.item.ItemBlock@56271ef0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10244 industrialforegoing:plant_interactor net.minecraft.item.ItemBlock@60363dba +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10245 industrialforegoing:item_splitter net.minecraft.item.ItemBlock@4acb86f2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10246 industrialforegoing:fluiddictionary_converter net.minecraft.item.ItemBlock@4e88dc03 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10247 industrialforegoing:froster net.minecraft.item.ItemBlock@20368bbc +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10248 industrialforegoing:tinydryrubber com.buuz135.industrial.item.IFCustomItem@71bca9ed +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10249 industrialforegoing:dryrubber com.buuz135.industrial.item.IFCustomItem@67565d3e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10250 industrialforegoing:plastic com.buuz135.industrial.item.IFCustomItem@6fb6ed13 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10251 industrialforegoing:fertilizer com.buuz135.industrial.item.FertilizerItem@7bc9e032 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10252 industrialforegoing:meat_feeder com.buuz135.industrial.item.MeatFeederItem@6f2edd67 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10253 industrialforegoing:mob_imprisonment_tool com.buuz135.industrial.item.MobImprisonmentToolItem@3ac4c211 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10254 industrialforegoing:laser_lens com.buuz135.industrial.item.LaserLensItem@62c26e2f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10255 industrialforegoing:laser_lens_inverted com.buuz135.industrial.item.LaserLensItem@563eca35 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10256 industrialforegoing:straw com.buuz135.industrial.item.ItemStraw@4fe2f070 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10257 industrialforegoing:conveyor_upgrade com.buuz135.industrial.item.ItemConveyorUpgrade@532a77d7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10258 industrialforegoing:pink_slime com.buuz135.industrial.item.IFCustomItem@2268c88b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10259 industrialforegoing:book_manual com.buuz135.industrial.item.BookManualItem@227c191 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10260 industrialforegoing:pink_slime_ingot com.buuz135.industrial.item.IFCustomItem@5a9ed0d5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10261 industrialforegoing:infinity_drill com.buuz135.industrial.item.infinity.ItemInfinityDrill@5a8a909e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10262 industrialforegoing:adult_filter com.buuz135.industrial.item.addon.AdultFilterAddonItem@3ec227d4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10263 industrialforegoing:range_addon com.buuz135.industrial.item.addon.RangeAddonItem@2d542d4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10264 industrialforegoing:energy_field_addon com.buuz135.industrial.item.addon.EnergyFieldAddon@2ee12223 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10265 industrialforegoing:leaf_shearing com.buuz135.industrial.item.addon.LeafShearingAddonItem@20e14901 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10266 industrialforegoing:itemstack_transfer_addon_pull com.buuz135.industrial.item.addon.movility.ItemStackTransferAddon@f32364e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10267 industrialforegoing:itemstack_transfer_addon_push com.buuz135.industrial.item.addon.movility.ItemStackTransferAddon@2759169e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10268 industrialforegoing:fluid_transfer_addon_pull com.buuz135.industrial.item.addon.movility.FluidTransferAddon@8ec86c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10269 industrialforegoing:fluid_transfer_addon_push com.buuz135.industrial.item.addon.movility.FluidTransferAddon@2a0d303d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10270 industrialforegoing:fortune_addon com.buuz135.industrial.item.addon.FortuneAddonItem@3413e374 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10271 industrialforegoing:conveyor com.buuz135.industrial.proxy.block.BlockConveyor$ConveyorItem@45468783 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10272 industrialforegoing:black_hole_label net.minecraft.item.ItemBlock@1177e43b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10273 modularmachinery:blockcontroller hellfirepvp.modularmachinery.common.item.ItemBlockMachineComponent@68250d6d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10274 modularmachinery:blockcasing hellfirepvp.modularmachinery.common.item.ItemBlockMachineComponentCustomName@288b7f80 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10275 modularmachinery:blockinputbus hellfirepvp.modularmachinery.common.item.ItemBlockMachineComponentCustomName@59008f8d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10276 modularmachinery:blockoutputbus hellfirepvp.modularmachinery.common.item.ItemBlockMachineComponentCustomName@77f8eeaa +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10277 modularmachinery:blockfluidinputhatch hellfirepvp.modularmachinery.common.item.ItemBlockMachineComponentCustomName@3776db5d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10278 modularmachinery:blockfluidoutputhatch hellfirepvp.modularmachinery.common.item.ItemBlockMachineComponentCustomName@44f2d54c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10279 modularmachinery:blockenergyinputhatch hellfirepvp.modularmachinery.common.item.ItemBlockMachineComponentCustomName@19d356b8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10280 modularmachinery:blockenergyoutputhatch hellfirepvp.modularmachinery.common.item.ItemBlockMachineComponentCustomName@296e7696 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10281 modularmachinery:itemblueprint hellfirepvp.modularmachinery.common.item.ItemBlueprint@2843fcd5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10282 modularmachinery:itemmodularium hellfirepvp.modularmachinery.common.item.ItemModularium@7a491424 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10283 modularmachinery:itemconstructtool hellfirepvp.modularmachinery.common.item.ItemConstructTool@792ceb43 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10284 primalchests:primal_chest net.minecraft.item.ItemBlock@14be1dd2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10285 primalchests:primal_chest_advanced net.minecraft.item.ItemBlock@2664d355 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10286 thebetweenlands:druid_stone_1 net.minecraft.item.ItemBlock@380c4229 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10287 thebetweenlands:druid_stone_2 net.minecraft.item.ItemBlock@7c25f056 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10288 thebetweenlands:druid_stone_3 net.minecraft.item.ItemBlock@1811228d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10289 thebetweenlands:druid_stone_4 net.minecraft.item.ItemBlock@186fa4a1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10290 thebetweenlands:druid_stone_5 net.minecraft.item.ItemBlock@42a8a08f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10291 thebetweenlands:druid_stone_6 net.minecraft.item.ItemBlock@115c4fcc +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10292 thebetweenlands:betweenlands_bedrock net.minecraft.item.ItemBlock@c80220 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10293 thebetweenlands:betweenstone net.minecraft.item.ItemBlock@6567f434 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10294 thebetweenlands:generic_stone thebetweenlands.common.item.ItemBlockEnum@62cc8ccf +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10295 thebetweenlands:mud net.minecraft.item.ItemBlock@111d8d75 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10296 thebetweenlands:peat net.minecraft.item.ItemBlock@51044474 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10297 thebetweenlands:sludgy_dirt net.minecraft.item.ItemBlock@b98dc34 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10298 thebetweenlands:spreading_sludgy_dirt net.minecraft.item.ItemBlock@d34837c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10299 thebetweenlands:slimy_dirt net.minecraft.item.ItemBlock@703fd18a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10300 thebetweenlands:slimy_grass net.minecraft.item.ItemBlock@36b1c1d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10301 thebetweenlands:cragrock thebetweenlands.common.item.ItemBlockEnum@4edf1938 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10302 thebetweenlands:pitstone net.minecraft.item.ItemBlock@67594cfc +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10303 thebetweenlands:limestone net.minecraft.item.ItemBlock@6964721c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10304 thebetweenlands:swamp_dirt net.minecraft.item.ItemBlock@32b410d9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10305 thebetweenlands:coarse_swamp_dirt net.minecraft.item.ItemBlock@494c96e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10306 thebetweenlands:swamp_grass net.minecraft.item.ItemBlock@29074bac +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10307 thebetweenlands:wisp net.minecraft.item.ItemBlock@63392802 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10308 thebetweenlands:octine_ore net.minecraft.item.ItemBlock@7119de64 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10309 thebetweenlands:valonite_ore net.minecraft.item.ItemBlock@53e4a690 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10310 thebetweenlands:sulfur_ore net.minecraft.item.ItemBlock@40adcd6b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10311 thebetweenlands:slimy_bone_ore net.minecraft.item.ItemBlock@6afe9444 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10312 thebetweenlands:scabyst_ore net.minecraft.item.ItemBlock@552b9d81 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10313 thebetweenlands:syrmorite_ore net.minecraft.item.ItemBlock@230d7192 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10314 thebetweenlands:aqua_middle_gem_ore net.minecraft.item.ItemBlock@d65260d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10315 thebetweenlands:crimson_middle_gem_ore net.minecraft.item.ItemBlock@1327df51 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10316 thebetweenlands:green_middle_gem_ore net.minecraft.item.ItemBlock@1a699f21 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10317 thebetweenlands:life_crystal_stalactite thebetweenlands.common.item.ItemBlockEnum@52a0fc1f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10318 thebetweenlands:stalactite net.minecraft.item.ItemBlock@7651ed08 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10319 thebetweenlands:silt net.minecraft.item.ItemBlock@5b2179c4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10320 thebetweenlands:dead_grass net.minecraft.item.ItemBlock@de77516 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10321 thebetweenlands:tar_solid net.minecraft.item.ItemBlock@58f230b1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10322 thebetweenlands:puddle net.minecraft.item.ItemBlock@21b2af0a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10323 thebetweenlands:log_weedwood thebetweenlands.common.block.terrain.BlockLogBetweenlands$1@710d1da1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10324 thebetweenlands:log_rotten_bark thebetweenlands.common.block.terrain.BlockLogBetweenlands$1@47749953 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10325 thebetweenlands:log_spreading_rotten_bark net.minecraft.item.ItemBlock@eca5eb4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10326 thebetweenlands:log_rubber net.minecraft.item.ItemBlock@3ab47a98 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10327 thebetweenlands:log_hearthgrove thebetweenlands.common.block.terrain.BlockHearthgroveLog$1@234d887a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10328 thebetweenlands:log_nibbletwig thebetweenlands.common.block.terrain.BlockLogBetweenlands$1@40103341 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10329 thebetweenlands:log_spirit_tree thebetweenlands.common.block.terrain.BlockLogBetweenlands$1@1cf3ea09 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10330 thebetweenlands:weedwood net.minecraft.item.ItemBlock@50a33b5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10331 thebetweenlands:log_sap thebetweenlands.common.block.terrain.BlockLogBetweenlands$1@4a4b7536 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10332 thebetweenlands:sapling_weedwood net.minecraft.item.ItemBlock@b80dd05 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10333 thebetweenlands:sapling_sap net.minecraft.item.ItemBlock@8a0cdde +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10334 thebetweenlands:sapling_rubber net.minecraft.item.ItemBlock@5ce3c0e4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10335 thebetweenlands:sapling_hearthgrove net.minecraft.item.ItemBlock@4d90fc8b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10336 thebetweenlands:sapling_nibbletwig net.minecraft.item.ItemBlock@407568c9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10337 thebetweenlands:sapling_spirit_tree thebetweenlands.common.block.plant.BlockSaplingSpiritTree$1@4eb58324 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10338 thebetweenlands:root_pod net.minecraft.item.ItemBlock@c939ef6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10339 thebetweenlands:leaves_weedwood_tree net.minecraft.item.ItemBlock@462d4f4b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10340 thebetweenlands:leaves_sap_tree net.minecraft.item.ItemBlock@2d754467 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10341 thebetweenlands:leaves_rubber_tree net.minecraft.item.ItemBlock@4fbb5e4e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10342 thebetweenlands:leaves_hearthgrove_tree net.minecraft.item.ItemBlock@5f4f0d61 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10343 thebetweenlands:leaves_nibbletwig_tree net.minecraft.item.ItemBlock@73b446d4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10344 thebetweenlands:leaves_spirit_tree_top net.minecraft.item.ItemBlock@74e572b9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10345 thebetweenlands:leaves_spirit_tree_middle net.minecraft.item.ItemBlock@61b90b45 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10346 thebetweenlands:leaves_spirit_tree_bottom net.minecraft.item.ItemBlock@46ba3616 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10347 thebetweenlands:weedwood_planks net.minecraft.item.ItemBlock@17694af3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10348 thebetweenlands:rubber_tree_planks net.minecraft.item.ItemBlock@48c6921d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10349 thebetweenlands:giant_root_planks net.minecraft.item.ItemBlock@610c5b63 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10350 thebetweenlands:hearthgrove_planks net.minecraft.item.ItemBlock@7611dbd2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10351 thebetweenlands:nibbletwig_planks net.minecraft.item.ItemBlock@2bf23931 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10352 thebetweenlands:angry_betweenstone net.minecraft.item.ItemBlock@57d80028 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10353 thebetweenlands:betweenstone_bricks net.minecraft.item.ItemBlock@540c8ef3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10354 thebetweenlands:betweenstone_bricks_mirage net.minecraft.item.ItemBlock@2c3b10eb +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10355 thebetweenlands:betweenstone_tiles net.minecraft.item.ItemBlock@163a9fec +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10356 thebetweenlands:betweenstone_chiseled net.minecraft.item.ItemBlock@1f40443 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10357 thebetweenlands:cragrock_chiseled net.minecraft.item.ItemBlock@313f6998 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10358 thebetweenlands:limestone_chiseled net.minecraft.item.ItemBlock@45778b1c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10359 thebetweenlands:pitstone_chiseled net.minecraft.item.ItemBlock@770b9a1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10360 thebetweenlands:scabyst_chiseled_1 net.minecraft.item.ItemBlock@26076310 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10361 thebetweenlands:scabyst_chiseled_2 net.minecraft.item.ItemBlock@6c3ebde1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10362 thebetweenlands:scabyst_chiseled_3 net.minecraft.item.ItemBlock@15e8f411 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10363 thebetweenlands:scabyst_pitstone_dotted net.minecraft.item.ItemBlock@1757eabc +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10364 thebetweenlands:scabyst_pitstone_horizontal net.minecraft.item.ItemBlock@a5504a5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10365 thebetweenlands:scabyst_bricks net.minecraft.item.ItemBlock@131d71bb +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10366 thebetweenlands:cracked_betweenstone_bricks net.minecraft.item.ItemBlock@418747b5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10367 thebetweenlands:cracked_betweenstone_tiles net.minecraft.item.ItemBlock@69ad5733 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10368 thebetweenlands:cracked_limestone_bricks net.minecraft.item.ItemBlock@4bff168f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10369 thebetweenlands:cragrock_bricks net.minecraft.item.ItemBlock@339736e2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10370 thebetweenlands:cragrock_tiles net.minecraft.item.ItemBlock@48d665ca +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10371 thebetweenlands:glowing_betweenstone_tile net.minecraft.item.ItemBlock@4b41a72c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10372 thebetweenlands:inactive_glowing_smooth_cragrock net.minecraft.item.ItemBlock@78398ba5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10373 thebetweenlands:glowing_smooth_cragrock net.minecraft.item.ItemBlock@72938266 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10374 thebetweenlands:limestone_bricks net.minecraft.item.ItemBlock@91051cb +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10375 thebetweenlands:limestone_tiles net.minecraft.item.ItemBlock@4f2eff02 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10376 thebetweenlands:mossy_betweenstone_bricks net.minecraft.item.ItemBlock@7bfe21e1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10377 thebetweenlands:mossy_betweenstone_tiles net.minecraft.item.ItemBlock@15101c4a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10378 thebetweenlands:mossy_limestone_bricks net.minecraft.item.ItemBlock@1e85892a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10379 thebetweenlands:mossy_smooth_betweenstone net.minecraft.item.ItemBlock@26ebb317 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10380 thebetweenlands:mud_bricks net.minecraft.item.ItemBlock@2c907f02 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10381 thebetweenlands:mud_brick_shingles net.minecraft.item.ItemBlock@39f7c496 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10382 thebetweenlands:rubber_block net.minecraft.item.ItemBlock@b09c65b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10383 thebetweenlands:pitstone_bricks net.minecraft.item.ItemBlock@7081af26 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10384 thebetweenlands:pitstone_tiles net.minecraft.item.ItemBlock@5f46a65b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10385 thebetweenlands:polished_limestone net.minecraft.item.ItemBlock@58921a51 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10386 thebetweenlands:smooth_betweenstone net.minecraft.item.ItemBlock@1d6c2406 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10387 thebetweenlands:smooth_cragrock net.minecraft.item.ItemBlock@60e94012 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10388 thebetweenlands:octine_block net.minecraft.item.ItemBlock@a77462a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10389 thebetweenlands:syrmorite_block net.minecraft.item.ItemBlock@427f85a7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10390 thebetweenlands:valonite_block net.minecraft.item.ItemBlock@3e4fc5fa +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10391 thebetweenlands:scabyst_block net.minecraft.item.ItemBlock@148cebf1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10392 thebetweenlands:weak_betweenstone_tiles net.minecraft.item.ItemBlock@24faa95c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10393 thebetweenlands:weak_polished_limestone net.minecraft.item.ItemBlock@1a9652d9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10394 thebetweenlands:weak_mossy_betweenstone_tiles net.minecraft.item.ItemBlock@5a363464 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10395 thebetweenlands:dentrothyst thebetweenlands.common.item.ItemBlockEnum@29168fb0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10396 thebetweenlands:loot_pot thebetweenlands.common.item.ItemBlockEnum@58d76387 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10397 thebetweenlands:mob_spawner net.minecraft.item.ItemBlock@70ffe2de +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10398 thebetweenlands:temple_pillar net.minecraft.item.ItemBlock@1b817db1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10399 thebetweenlands:betweenstone_pillar net.minecraft.item.ItemBlock@6f71a7e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10400 thebetweenlands:pitstone_pillar net.minecraft.item.ItemBlock@655f8a7c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10401 thebetweenlands:limestone_pillar net.minecraft.item.ItemBlock@6ab97d1b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10402 thebetweenlands:cragrock_pillar net.minecraft.item.ItemBlock@7ac5e908 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10403 thebetweenlands:tar_beast_spawner net.minecraft.item.ItemBlock@445f28c4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10404 thebetweenlands:tar_loot_pot thebetweenlands.common.item.ItemBlockEnum@5dca5659 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10405 thebetweenlands:cragrock_stairs net.minecraft.item.ItemBlock@7c3aa95e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10406 thebetweenlands:pitstone_stairs net.minecraft.item.ItemBlock@29e29278 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10407 thebetweenlands:betweenstone_stairs net.minecraft.item.ItemBlock@14c69688 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10408 thebetweenlands:betweenstone_brick_stairs net.minecraft.item.ItemBlock@1bb162d7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10409 thebetweenlands:mud_brick_stairs net.minecraft.item.ItemBlock@32e858a6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10410 thebetweenlands:cragrock_brick_stairs net.minecraft.item.ItemBlock@f246dd1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10411 thebetweenlands:limestone_brick_stairs net.minecraft.item.ItemBlock@2ff6c86b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10412 thebetweenlands:pitstone_brick_stairs net.minecraft.item.ItemBlock@3f41a098 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10413 thebetweenlands:limestone_stairs net.minecraft.item.ItemBlock@4f9cf2be +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10414 thebetweenlands:smooth_betweenstone_stairs net.minecraft.item.ItemBlock@63fa5479 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10415 thebetweenlands:smooth_cragrock_stairs net.minecraft.item.ItemBlock@7a567dfd +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10416 thebetweenlands:polished_limestone_stairs net.minecraft.item.ItemBlock@48a1574f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10417 thebetweenlands:mossy_betweenstone_brick_stairs net.minecraft.item.ItemBlock@600045e7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10418 thebetweenlands:mossy_smooth_betweenstone_stairs net.minecraft.item.ItemBlock@51e88c02 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10419 thebetweenlands:cracked_betweenstone_brick_stairs net.minecraft.item.ItemBlock@1898ba57 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10420 thebetweenlands:scabyst_brick_stairs net.minecraft.item.ItemBlock@5a418d24 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10421 thebetweenlands:sulfur_block net.minecraft.item.ItemBlock@380cc4f6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10422 thebetweenlands:temple_bricks net.minecraft.item.ItemBlock@2d11c769 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10423 thebetweenlands:smooth_pitstone net.minecraft.item.ItemBlock@70868a9e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10424 thebetweenlands:mire_coral_block net.minecraft.item.ItemBlock@26781107 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10425 thebetweenlands:deep_water_coral_block net.minecraft.item.ItemBlock@788d4a4a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10426 thebetweenlands:slimy_bone_block net.minecraft.item.ItemBlock@5b04f0bd +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10427 thebetweenlands:aqua_middle_gem_block net.minecraft.item.ItemBlock@1f125339 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10428 thebetweenlands:crimson_middle_gem_block net.minecraft.item.ItemBlock@790499f5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10429 thebetweenlands:green_middle_gem_block net.minecraft.item.ItemBlock@6b495385 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10430 thebetweenlands:compost_block net.minecraft.item.ItemBlock@17b4d749 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10431 thebetweenlands:polished_dentrothyst thebetweenlands.common.item.ItemBlockEnum@1a32d51d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10432 thebetweenlands:silt_glass net.minecraft.item.ItemBlock@47a43c9f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10433 thebetweenlands:silt_glass_pane net.minecraft.item.ItemBlock@66d08a95 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10434 thebetweenlands:polished_dentrothyst_pane thebetweenlands.common.item.ItemBlockEnum@57ef1799 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10435 thebetweenlands:amate_paper_pane_1 net.minecraft.item.ItemBlock@5b79ba44 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10436 thebetweenlands:amate_paper_pane_2 net.minecraft.item.ItemBlock@3ddf3570 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10437 thebetweenlands:amate_paper_pane_3 net.minecraft.item.ItemBlock@5fb9847c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10438 thebetweenlands:smooth_pitstone_stairs net.minecraft.item.ItemBlock@70c503cd +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10439 thebetweenlands:tar_solid_stairs net.minecraft.item.ItemBlock@66f83c0b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10440 thebetweenlands:temple_brick_stairs net.minecraft.item.ItemBlock@22c8e111 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10441 thebetweenlands:spike_trap net.minecraft.item.ItemBlock@31c10b50 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10442 thebetweenlands:weedwood_plank_stairs net.minecraft.item.ItemBlock@6942bdce +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10443 thebetweenlands:rubber_tree_plank_stairs net.minecraft.item.ItemBlock@4e7dcc89 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10444 thebetweenlands:giant_root_plank_stairs net.minecraft.item.ItemBlock@2b586c3e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10445 thebetweenlands:hearthgrove_plank_stairs net.minecraft.item.ItemBlock@12fa698e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10446 thebetweenlands:nibbletwig_plank_stairs net.minecraft.item.ItemBlock@6e2a1ad2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10447 thebetweenlands:possessed_block net.minecraft.item.ItemBlock@4e939a1a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10448 thebetweenlands:item_cage net.minecraft.item.ItemBlock@26c2366a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10449 thebetweenlands:item_shelf net.minecraft.item.ItemBlock@67359d25 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10450 thebetweenlands:thatch net.minecraft.item.ItemBlock@5977e79b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10451 thebetweenlands:cragrock_slab thebetweenlands.common.item.ItemBlockSlab@be6f5e5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10452 thebetweenlands:pitstone_slab thebetweenlands.common.item.ItemBlockSlab@3ca0e395 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10453 thebetweenlands:betweenstone_slab thebetweenlands.common.item.ItemBlockSlab@77b78d91 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10454 thebetweenlands:smooth_pitstone_slab thebetweenlands.common.item.ItemBlockSlab@119ae7c3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10455 thebetweenlands:tar_solid_slab thebetweenlands.common.item.ItemBlockSlab@2def61c8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10456 thebetweenlands:temple_brick_slab thebetweenlands.common.item.ItemBlockSlab@166883ab +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10457 thebetweenlands:betweenstone_brick_slab thebetweenlands.common.item.ItemBlockSlab@5df84ff2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10458 thebetweenlands:mud_brick_slab thebetweenlands.common.item.ItemBlockSlab@1b1a0f71 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10459 thebetweenlands:cragrock_brick_slab thebetweenlands.common.item.ItemBlockSlab@4d2ddcfb +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10460 thebetweenlands:limestone_brick_slab thebetweenlands.common.item.ItemBlockSlab@1f8a7b2e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10461 thebetweenlands:limestone_slab thebetweenlands.common.item.ItemBlockSlab@1230f2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10462 thebetweenlands:smooth_betweenstone_slab thebetweenlands.common.item.ItemBlockSlab@4b38c606 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10463 thebetweenlands:smooth_cragrock_slab thebetweenlands.common.item.ItemBlockSlab@68d1119e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10464 thebetweenlands:polished_limestone_slab thebetweenlands.common.item.ItemBlockSlab@244e54a1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10465 thebetweenlands:pitstone_brick_slab thebetweenlands.common.item.ItemBlockSlab@35ca657a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10466 thebetweenlands:mossy_betweenstone_brick_slab thebetweenlands.common.item.ItemBlockSlab@38cf9d33 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10467 thebetweenlands:mossy_smooth_betweenstone_slab thebetweenlands.common.item.ItemBlockSlab@58f22655 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10468 thebetweenlands:cracked_betweenstone_brick_slab thebetweenlands.common.item.ItemBlockSlab@e4f9ab6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10469 thebetweenlands:weedwood_plank_slab thebetweenlands.common.item.ItemBlockSlab@68c8cfb0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10470 thebetweenlands:rubber_tree_plank_slab thebetweenlands.common.item.ItemBlockSlab@2caae19f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10471 thebetweenlands:giant_root_plank_slab thebetweenlands.common.item.ItemBlockSlab@65a3aad1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10472 thebetweenlands:hearthgrove_plank_slab thebetweenlands.common.item.ItemBlockSlab@174b06f9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10473 thebetweenlands:nibbletwig_plank_slab thebetweenlands.common.item.ItemBlockSlab@39d0eeef +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10474 thebetweenlands:mud_brick_shingle_slab thebetweenlands.common.item.ItemBlockSlab@420d4653 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10475 thebetweenlands:mud_brick_shingle_stairs net.minecraft.item.ItemBlock@3a0089e1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10476 thebetweenlands:mud_brick_shingle_wall net.minecraft.item.ItemBlock@75b33c96 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10477 thebetweenlands:thatch_slab thebetweenlands.common.item.ItemBlockSlab@4b2a1359 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10478 thebetweenlands:scabyst_brick_slab thebetweenlands.common.item.ItemBlockSlab@63bdebb1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10479 thebetweenlands:pitstone_wall net.minecraft.item.ItemBlock@5dcc29a6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10480 thebetweenlands:betweenstone_wall net.minecraft.item.ItemBlock@31f7f905 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10481 thebetweenlands:tar_solid_wall net.minecraft.item.ItemBlock@2adc94b9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10482 thebetweenlands:temple_brick_wall net.minecraft.item.ItemBlock@26b00230 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10483 thebetweenlands:smooth_pitstone_wall net.minecraft.item.ItemBlock@1a0d9e59 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10484 thebetweenlands:betweenstone_brick_wall net.minecraft.item.ItemBlock@14bc73cc +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10485 thebetweenlands:mud_brick_wall net.minecraft.item.ItemBlock@5a8b44be +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10486 thebetweenlands:cragrock_wall net.minecraft.item.ItemBlock@7c8c7c5d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10487 thebetweenlands:cragrock_brick_wall net.minecraft.item.ItemBlock@a05dac3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10488 thebetweenlands:limestone_brick_wall net.minecraft.item.ItemBlock@7d50ea5c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10489 thebetweenlands:limestone_wall net.minecraft.item.ItemBlock@7d7efffc +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10490 thebetweenlands:polished_limestone_wall net.minecraft.item.ItemBlock@620f1a9a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10491 thebetweenlands:pitstone_brick_wall net.minecraft.item.ItemBlock@46f817da +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10492 thebetweenlands:smooth_betweenstone_wall net.minecraft.item.ItemBlock@3c000753 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10493 thebetweenlands:smooth_cragrock_wall net.minecraft.item.ItemBlock@368b9e30 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10494 thebetweenlands:mossy_betweenstone_brick_wall net.minecraft.item.ItemBlock@2cca89b1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10495 thebetweenlands:mossy_smooth_betweenstone_wall net.minecraft.item.ItemBlock@2a8a1d35 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10496 thebetweenlands:cracked_betweenstone_brick_wall net.minecraft.item.ItemBlock@168cada8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10497 thebetweenlands:scabyst_brick_wall net.minecraft.item.ItemBlock@7c9cdb57 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10498 thebetweenlands:weedwood_plank_fence net.minecraft.item.ItemBlock@4e34274 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10499 thebetweenlands:weedwood_log_fence net.minecraft.item.ItemBlock@7e7a9468 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10500 thebetweenlands:rubber_tree_plank_fence net.minecraft.item.ItemBlock@d6887e2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10501 thebetweenlands:giant_root_plank_fence net.minecraft.item.ItemBlock@1734a37b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10502 thebetweenlands:hearthgrove_plank_fence net.minecraft.item.ItemBlock@9dab30b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10503 thebetweenlands:nibbletwig_plank_fence net.minecraft.item.ItemBlock@2329bf8c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10504 thebetweenlands:weedwood_plank_fence_gate net.minecraft.item.ItemBlock@6a377b9c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10505 thebetweenlands:weedwood_log_fence_gate net.minecraft.item.ItemBlock@58aa22da +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10506 thebetweenlands:rubber_tree_plank_fence_gate net.minecraft.item.ItemBlock@434902f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10507 thebetweenlands:giant_root_plank_fence_gate net.minecraft.item.ItemBlock@6a8f9afa +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10508 thebetweenlands:hearthgrove_plank_fence_gate net.minecraft.item.ItemBlock@3bb5e7ac +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10509 thebetweenlands:nibbletwig_plank_fence_gate net.minecraft.item.ItemBlock@3280bef2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10510 thebetweenlands:weedwood_plank_pressure_plate net.minecraft.item.ItemBlock@1295e565 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10511 thebetweenlands:betweenstone_pressure_plate net.minecraft.item.ItemBlock@4dbe587 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10512 thebetweenlands:syrmorite_pressure_plate net.minecraft.item.ItemBlock@1047fa37 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10513 thebetweenlands:weedwood_plank_button net.minecraft.item.ItemBlock@2707b1e3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10514 thebetweenlands:betweenstone_button net.minecraft.item.ItemBlock@1a84d6ab +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10515 thebetweenlands:weedwood_ladder net.minecraft.item.ItemBlock@4128efa1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10516 thebetweenlands:weedwood_lever net.minecraft.item.ItemBlock@6e1123f1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10517 thebetweenlands:worm_dungeon_pillar thebetweenlands.common.item.ItemBlockEnum@74030f79 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10518 thebetweenlands:compacted_mud net.minecraft.item.ItemBlock@488eaedc +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10519 thebetweenlands:mud_tiles thebetweenlands.common.item.ItemBlockEnum@4e5d158b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10520 thebetweenlands:puffshroom net.minecraft.item.ItemBlock@29b4a91a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10521 thebetweenlands:mud_bricks_carved thebetweenlands.common.item.ItemBlockEnum@45201392 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10522 thebetweenlands:mud_brick_stairs_decay_1 net.minecraft.item.ItemBlock@78e5bda4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10523 thebetweenlands:mud_brick_stairs_decay_2 net.minecraft.item.ItemBlock@5e321e7e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10524 thebetweenlands:mud_brick_stairs_decay_3 net.minecraft.item.ItemBlock@524280db +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10525 thebetweenlands:mud_brick_stairs_decay_4 net.minecraft.item.ItemBlock@173bb582 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10526 thebetweenlands:mud_brick_slab_decay_1 thebetweenlands.common.item.ItemBlockSlab@42e6325c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10527 thebetweenlands:mud_brick_slab_decay_2 thebetweenlands.common.item.ItemBlockSlab@c691590 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10528 thebetweenlands:mud_brick_slab_decay_3 thebetweenlands.common.item.ItemBlockSlab@4a6b089e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10529 thebetweenlands:mud_brick_slab_decay_4 thebetweenlands.common.item.ItemBlockSlab@b633f4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10530 thebetweenlands:edge_shroom thebetweenlands.common.block.plant.BlockEdgePlant$ItemBlockEdgePlant@73b1956c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10531 thebetweenlands:edge_moss thebetweenlands.common.block.plant.BlockEdgePlant$ItemBlockEdgePlant@3730cb1f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10532 thebetweenlands:edge_leaf thebetweenlands.common.block.plant.BlockEdgePlant$ItemBlockEdgePlant@250d1a9f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10533 thebetweenlands:mud_tower_beam_origin net.minecraft.item.ItemBlock@1495a459 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10534 thebetweenlands:mud_tower_beam_relay net.minecraft.item.ItemBlock@6b705952 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10535 thebetweenlands:mud_tower_beam_tube net.minecraft.item.ItemBlock@5aa90f10 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10536 thebetweenlands:mud_tower_beam_lens_supports net.minecraft.item.ItemBlock@173d2f38 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10537 thebetweenlands:diagonal_energy_barrier net.minecraft.item.ItemBlock@2eb3e6ea +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10538 thebetweenlands:mud_brick_alcove net.minecraft.item.ItemBlock@47e080a7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10539 thebetweenlands:loot_urn thebetweenlands.common.item.ItemBlockEnum@55a3d6c4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10540 thebetweenlands:dungeon_door_runes net.minecraft.item.ItemBlock@2b9967a7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10541 thebetweenlands:dungeon_door_runes_mimic net.minecraft.item.ItemBlock@1a2c4088 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10542 thebetweenlands:dungeon_door_runes_crawler net.minecraft.item.ItemBlock@598a0ed2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10543 thebetweenlands:dungeon_door_combination net.minecraft.item.ItemBlock@1254f6d1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10544 thebetweenlands:mud_bricks_climbable net.minecraft.item.ItemBlock@72900f63 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10545 thebetweenlands:mud_tiles_water net.minecraft.item.ItemBlock@a4029b9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10546 thebetweenlands:dungeon_wall_candle net.minecraft.item.ItemBlock@3355abd +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10547 thebetweenlands:wooden_support_beam_rotten_1 net.minecraft.item.ItemBlock@3662c674 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10548 thebetweenlands:wooden_support_beam_rotten_2 net.minecraft.item.ItemBlock@447b2ccc +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10549 thebetweenlands:wooden_support_beam_rotten_3 net.minecraft.item.ItemBlock@4ffdc81b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10550 thebetweenlands:log_rotten_bark_carved_1 net.minecraft.item.ItemBlock@66b483eb +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10551 thebetweenlands:log_rotten_bark_carved_2 net.minecraft.item.ItemBlock@4645b82f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10552 thebetweenlands:log_rotten_bark_carved_3 net.minecraft.item.ItemBlock@5bc5f167 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10553 thebetweenlands:log_rotten_bark_carved_4 net.minecraft.item.ItemBlock@7a595714 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10554 thebetweenlands:log_rotten_bark_carved_5 net.minecraft.item.ItemBlock@3830286f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10555 thebetweenlands:log_rotten_bark_carved_6 net.minecraft.item.ItemBlock@535f7b86 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10556 thebetweenlands:log_rotten_bark_carved_7 net.minecraft.item.ItemBlock@2765f643 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10557 thebetweenlands:log_rotten_bark_carved_8 net.minecraft.item.ItemBlock@1734e44c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10558 thebetweenlands:log_rotten_bark_carved_9 net.minecraft.item.ItemBlock@2e7ed595 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10559 thebetweenlands:log_rotten_bark_carved_10 net.minecraft.item.ItemBlock@6550897 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10560 thebetweenlands:log_rotten_bark_carved_11 net.minecraft.item.ItemBlock@e8a31f0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10561 thebetweenlands:log_rotten_bark_carved_12 net.minecraft.item.ItemBlock@3eaca2e9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10562 thebetweenlands:log_rotten_bark_carved_13 net.minecraft.item.ItemBlock@66260ad4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10563 thebetweenlands:log_rotten_bark_carved_14 net.minecraft.item.ItemBlock@4899a737 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10564 thebetweenlands:log_rotten_bark_carved_15 net.minecraft.item.ItemBlock@17c30a65 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10565 thebetweenlands:log_rotten_bark_carved_16 net.minecraft.item.ItemBlock@4c23499e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10566 thebetweenlands:energy_barrier_mud net.minecraft.item.ItemBlock@1a058a64 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10567 thebetweenlands:mud_brick_spike_trap net.minecraft.item.ItemBlock@1fa0260c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10568 thebetweenlands:mud_tiles_spike_trap net.minecraft.item.ItemBlock@10bf87bf +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10569 thebetweenlands:compacted_mud_slope net.minecraft.item.ItemBlock@4606538f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10570 thebetweenlands:compacted_mud_slab thebetweenlands.common.item.ItemBlockSlab@70e6b781 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10571 thebetweenlands:compacted_mud_mirage net.minecraft.item.ItemBlock@6ee86fd7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10572 thebetweenlands:rotten_planks net.minecraft.item.ItemBlock@2868fca +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10573 thebetweenlands:rotten_plank_slab thebetweenlands.common.item.ItemBlockSlab@76e83e3e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10574 thebetweenlands:rotten_plank_stairs net.minecraft.item.ItemBlock@33f7c5dd +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10575 thebetweenlands:rotten_plank_fence net.minecraft.item.ItemBlock@1ecc92a3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10576 thebetweenlands:rotten_plank_fence_gate net.minecraft.item.ItemBlock@2802b66f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10577 thebetweenlands:mud_tower_brazier net.minecraft.item.ItemBlock@1fac649f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10578 thebetweenlands:present net.minecraft.item.ItemBlock@1278839a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10579 thebetweenlands:pitcher_plant net.minecraft.item.ItemBlock@685b42fc +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10580 thebetweenlands:weeping_blue net.minecraft.item.ItemBlock@55d72056 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10581 thebetweenlands:sundew net.minecraft.item.ItemBlock@29a32eef +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10582 thebetweenlands:black_hat_mushroom net.minecraft.item.ItemBlock@7f911c12 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10583 thebetweenlands:bulb_capped_mushroom net.minecraft.item.ItemBlock@4deffdbe +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10584 thebetweenlands:flat_head_mushroom net.minecraft.item.ItemBlock@2156b1c5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10585 thebetweenlands:venus_fly_trap net.minecraft.item.ItemBlock@11b23756 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10586 thebetweenlands:volarpad net.minecraft.item.ItemBlock@6634c8fe +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10587 thebetweenlands:swamp_plant net.minecraft.item.ItemBlock@5404db8b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10588 thebetweenlands:mire_coral net.minecraft.item.ItemBlock@40488057 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10589 thebetweenlands:deep_water_coral net.minecraft.item.ItemBlock@40c0078f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10590 thebetweenlands:water_weeds net.minecraft.item.ItemBlock@f35451 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10591 thebetweenlands:bulb_capped_mushroom_cap net.minecraft.item.ItemBlock@72d91f47 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10592 thebetweenlands:bulb_capped_mushroom_stalk net.minecraft.item.ItemBlock@76976373 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10593 thebetweenlands:shelf_fungus net.minecraft.item.ItemBlock@36abee51 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10594 thebetweenlands:algae net.minecraft.item.ItemBlock@2ce07509 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10595 thebetweenlands:poison_ivy net.minecraft.item.ItemBlock@167964f5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10596 thebetweenlands:root thebetweenlands.common.item.ItemBlockRoot@5b3811b2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10597 thebetweenlands:giant_root net.minecraft.item.ItemBlock@3208b5e2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10598 thebetweenlands:arrow_arum net.minecraft.item.ItemBlock@1defc697 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10599 thebetweenlands:blue_eyed_grass net.minecraft.item.ItemBlock@406c4713 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10600 thebetweenlands:blue_iris net.minecraft.item.ItemBlock@5bc27b2d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10601 thebetweenlands:boneset net.minecraft.item.ItemBlock@2c127212 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10602 thebetweenlands:bottle_brush_grass net.minecraft.item.ItemBlock@4f2ad279 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10603 thebetweenlands:broomsedge net.minecraft.item.ItemBlock@6d5c4050 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10604 thebetweenlands:button_bush net.minecraft.item.ItemBlock@250f55c5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10605 thebetweenlands:cardinal_flower net.minecraft.item.ItemBlock@1a322194 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10606 thebetweenlands:cattail net.minecraft.item.ItemBlock@31281b1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10607 thebetweenlands:cave_grass net.minecraft.item.ItemBlock@c430f43 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10608 thebetweenlands:copper_iris net.minecraft.item.ItemBlock@533dc273 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10609 thebetweenlands:marsh_hibiscus net.minecraft.item.ItemBlock@58887701 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10610 thebetweenlands:marsh_mallow net.minecraft.item.ItemBlock@4f807aa8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10611 thebetweenlands:bladderwort_flower net.minecraft.item.ItemBlock@5b2d4d0c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10612 thebetweenlands:bladderwort_stalk net.minecraft.item.ItemBlock@66be3240 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10613 thebetweenlands:bog_bean_flower net.minecraft.item.ItemBlock@7d1561e9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10614 thebetweenlands:golden_club_flower net.minecraft.item.ItemBlock@318c01d9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10615 thebetweenlands:marsh_marigold_flower net.minecraft.item.ItemBlock@f87fc9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10616 thebetweenlands:swamp_double_tallgrass net.minecraft.item.ItemBlock@17c371a4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10617 thebetweenlands:milkweed net.minecraft.item.ItemBlock@410f509c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10618 thebetweenlands:nettle net.minecraft.item.ItemBlock@105c13ad +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10619 thebetweenlands:nettle_flowered net.minecraft.item.ItemBlock@53193058 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10620 thebetweenlands:pickerel_weed net.minecraft.item.ItemBlock@5fdb35ce +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10621 thebetweenlands:phragmites net.minecraft.item.ItemBlock@646b0519 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10622 thebetweenlands:shoots net.minecraft.item.ItemBlock@14dab342 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10623 thebetweenlands:sludgecreep net.minecraft.item.ItemBlock@e5bda71 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10624 thebetweenlands:tall_sludgecreep net.minecraft.item.ItemBlock@8a8eb31 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10625 thebetweenlands:soft_rush net.minecraft.item.ItemBlock@34d774f0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10626 thebetweenlands:thorns net.minecraft.item.ItemBlock@7556818b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10627 thebetweenlands:tall_cattail net.minecraft.item.ItemBlock@250e5502 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10628 thebetweenlands:swamp_tallgrass net.minecraft.item.ItemBlock@6a30d3f1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10629 thebetweenlands:dead_weedwood_bush net.minecraft.item.ItemBlock@654f5ab3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10630 thebetweenlands:weedwood_bush net.minecraft.item.ItemBlock@24d4d548 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10631 thebetweenlands:hollow_log net.minecraft.item.ItemBlock@73a52295 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10632 thebetweenlands:cave_moss net.minecraft.item.ItemBlock@1fe6d84b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10633 thebetweenlands:cryptweed net.minecraft.item.ItemBlock@6393c6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10634 thebetweenlands:string_roots net.minecraft.item.ItemBlock@21f6817 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10635 thebetweenlands:pale_grass net.minecraft.item.ItemBlock@58f4434b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10636 thebetweenlands:rotbulb net.minecraft.item.ItemBlock@7179fc9e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10637 thebetweenlands:moss net.minecraft.item.ItemBlock@6d18acd4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10638 thebetweenlands:dead_moss net.minecraft.item.ItemBlock@143e3eb0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10639 thebetweenlands:lichen net.minecraft.item.ItemBlock@6eaad967 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10640 thebetweenlands:dead_lichen net.minecraft.item.ItemBlock@50895520 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10641 thebetweenlands:hanger thebetweenlands.common.block.terrain.BlockHanger$1@78df2de9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10642 thebetweenlands:purified_swamp_dirt net.minecraft.item.ItemBlock@1d7157fc +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10643 thebetweenlands:dug_swamp_dirt thebetweenlands.common.item.ItemBlockMeta@25a8d4d4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10644 thebetweenlands:dug_purified_swamp_dirt thebetweenlands.common.item.ItemBlockMeta@3f92b514 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10645 thebetweenlands:dug_swamp_grass thebetweenlands.common.item.ItemBlockMeta@3ea3776a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10646 thebetweenlands:dug_purified_swamp_grass thebetweenlands.common.item.ItemBlockMeta@29fa09f5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10647 thebetweenlands:black_ice net.minecraft.item.ItemBlock@4a17666a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10648 thebetweenlands:snow net.minecraft.item.ItemBlock@60074029 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10649 thebetweenlands:log_portal thebetweenlands.common.block.terrain.BlockLogBetweenlands$1@453a7364 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10650 thebetweenlands:portal_frame thebetweenlands.common.item.ItemBlockEnum@3cf66f97 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10651 thebetweenlands:druid_altar net.minecraft.item.ItemBlock@4d237a55 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10652 thebetweenlands:purifier net.minecraft.item.ItemBlock@177f6dd0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10653 thebetweenlands:weedwood_workbench net.minecraft.item.ItemBlock@1488d08 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10654 thebetweenlands:compost_bin net.minecraft.item.ItemBlock@e4dd061 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10655 thebetweenlands:weedwood_jukebox net.minecraft.item.ItemBlock@586ae22f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10656 thebetweenlands:sulfur_furnace net.minecraft.item.ItemBlock@3417151f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10657 thebetweenlands:sulfur_furnace_dual net.minecraft.item.ItemBlock@7172fe58 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10658 thebetweenlands:weedwood_chest net.minecraft.item.ItemBlock@115ce6cf +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10659 thebetweenlands:sludge net.minecraft.item.ItemBlock@1e281551 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10660 thebetweenlands:fallen_leaves net.minecraft.item.ItemBlock@121b5466 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10661 thebetweenlands:energy_barrier net.minecraft.item.ItemBlock@747de843 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10662 thebetweenlands:sulfur_torch net.minecraft.item.ItemBlock@261029d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10663 thebetweenlands:weedwood_trapdoor net.minecraft.item.ItemBlock@5c3d0d1d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10664 thebetweenlands:rubber_tree_plank_trapdoor net.minecraft.item.ItemBlock@144dda98 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10665 thebetweenlands:syrmorite_trapdoor net.minecraft.item.ItemBlock@f6907a2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10666 thebetweenlands:giant_root_plank_trapdoor net.minecraft.item.ItemBlock@5968938 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10667 thebetweenlands:hearthgrove_plank_trapdoor net.minecraft.item.ItemBlock@31773972 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10668 thebetweenlands:nibbletwig_plank_trapdoor net.minecraft.item.ItemBlock@4b14acde +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10669 thebetweenlands:scabyst_trapdoor net.minecraft.item.ItemBlock@c87e609 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10670 thebetweenlands:syrmorite_hopper net.minecraft.item.ItemBlock@3de961e8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10671 thebetweenlands:mud_flower_pot net.minecraft.item.ItemBlock@355d738e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10672 thebetweenlands:mud_flower_pot_candle net.minecraft.item.ItemBlock@5bc15ba7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10673 thebetweenlands:gecko_cage net.minecraft.item.ItemBlock@68c55978 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10674 thebetweenlands:infuser net.minecraft.item.ItemBlock@1e5593a9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10675 thebetweenlands:mortar net.minecraft.item.ItemBlock@404a52ee +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10676 thebetweenlands:censer net.minecraft.item.ItemBlock@11873523 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10677 thebetweenlands:weedwood_barrel thebetweenlands.common.item.misc.ItemBarrel@53cba0f2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10678 thebetweenlands:syrmorite_barrel thebetweenlands.common.item.misc.ItemBarrel@61b1b9f9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10679 thebetweenlands:animator net.minecraft.item.ItemBlock@73fe5a03 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10680 thebetweenlands:alembic net.minecraft.item.ItemBlock@5bf85772 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10681 thebetweenlands:damp_torch net.minecraft.item.ItemBlock@553aa0cf +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10682 thebetweenlands:walkway net.minecraft.item.ItemBlock@3928a5e0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10683 thebetweenlands:wood_chip_path net.minecraft.item.ItemBlock@3887ce84 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10684 thebetweenlands:thatch_roof net.minecraft.item.ItemBlock@215d5d21 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10685 thebetweenlands:mud_brick_roof net.minecraft.item.ItemBlock@21e1bd1d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10686 thebetweenlands:repeller net.minecraft.item.ItemBlock@5d9a0b64 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10687 thebetweenlands:waystone net.minecraft.item.ItemBlock@5bef0dbd +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10688 thebetweenlands:items_misc thebetweenlands.common.item.misc.ItemMisc@4876887c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10689 thebetweenlands:items_crushed thebetweenlands.common.item.herblore.ItemCrushed@630588cf +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10690 thebetweenlands:items_plant_drop thebetweenlands.common.item.herblore.ItemPlantDrop@6c7f881d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10691 thebetweenlands:swamp_talisman thebetweenlands.common.item.misc.ItemSwampTalisman@2ae8035d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10692 thebetweenlands:weedwood_rowboat thebetweenlands.common.item.misc.ItemWeedwoodRowboat@56a15b14 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10693 thebetweenlands:dentrothyst_shard_orange thebetweenlands.common.item.misc.ItemDentrothystShard@19ade2ff +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10694 thebetweenlands:dentrothyst_shard_green thebetweenlands.common.item.misc.ItemDentrothystShard@902beb7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10695 thebetweenlands:sap_ball thebetweenlands.common.item.food.ItemSapBall@639ab621 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10696 thebetweenlands:rotten_food thebetweenlands.common.item.food.ItemRottenFood@3fbf28bd +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10697 thebetweenlands:middle_fruit_bush_seeds thebetweenlands.common.item.farming.ItemMiddleFruitBushSeeds@49739faf +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10698 thebetweenlands:spores thebetweenlands.common.item.farming.ItemSpores@55187730 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10699 thebetweenlands:aspectrus_seeds thebetweenlands.common.item.farming.ItemAspectrusSeeds@6305e80c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10700 thebetweenlands:mire_snail_egg thebetweenlands.common.item.food.ItemMireSnailEgg@25b9de11 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10701 thebetweenlands:mire_snail_egg_cooked thebetweenlands.common.item.food.ItemBLFood@7062b3ee +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10702 thebetweenlands:angler_meat_raw thebetweenlands.common.item.food.ItemBLFood@6655eb25 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10703 thebetweenlands:angler_meat_cooked thebetweenlands.common.item.food.ItemBLFood@2a5c3a6b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10704 thebetweenlands:frog_legs_raw thebetweenlands.common.item.food.ItemBLFood@41fe3067 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10705 thebetweenlands:frog_legs_cooked thebetweenlands.common.item.food.ItemBLFood@24660675 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10706 thebetweenlands:snail_flesh_raw thebetweenlands.common.item.food.ItemBLFood@6d23cd1f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10707 thebetweenlands:snail_flesh_cooked thebetweenlands.common.item.food.ItemBLFood@26e72db2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10708 thebetweenlands:reed_donut thebetweenlands.common.item.food.ItemBLFood@162a5c01 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10709 thebetweenlands:jam_donut thebetweenlands.common.item.food.ItemBLFood@26bb51f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10710 thebetweenlands:gerts_donut thebetweenlands.common.item.food.ItemGertsDonut@7153db78 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10711 thebetweenlands:aspectrus_fruit thebetweenlands.common.item.food.ItemAspectrusFruit@6ec6f25d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10712 thebetweenlands:puffshroom_tendril thebetweenlands.common.item.food.ItemBLFood@2ac871d0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10713 thebetweenlands:kraken_tentacle thebetweenlands.common.item.food.ItemBLFood@75d4fadb +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10714 thebetweenlands:kraken_calamari thebetweenlands.common.item.food.ItemBLFood@1a337702 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10715 thebetweenlands:middle_fruit thebetweenlands.common.item.food.ItemBLFood@43be2a03 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10716 thebetweenlands:mince_pie thebetweenlands.common.item.food.ItemBLFood@2a919555 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10717 thebetweenlands:christmas_pudding thebetweenlands.common.item.food.ItemBLFood@78c1b0fe +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10718 thebetweenlands:candy_cane thebetweenlands.common.item.food.ItemBLFood@794b5383 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10719 thebetweenlands:weeping_blue_petal thebetweenlands.common.item.food.ItemWeepingBluePetal@4b17809b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10720 thebetweenlands:wight_heart thebetweenlands.common.item.food.ItemWightHeart@6d8a9f91 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10721 thebetweenlands:yellow_dotted_fungus thebetweenlands.common.item.food.ItemBLFood@18b9949e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10722 thebetweenlands:silt_crab_claw thebetweenlands.common.item.food.ItemBLFood@3b4d0b41 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10723 thebetweenlands:crab_stick thebetweenlands.common.item.food.ItemBLFood@4c2947eb +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10724 thebetweenlands:nettle_soup thebetweenlands.common.item.food.ItemNettleSoup@75662fe8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10725 thebetweenlands:sludge_jello thebetweenlands.common.item.food.ItemBLFood@21af58be +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10726 thebetweenlands:middle_fruit_jello thebetweenlands.common.item.food.ItemBLFood@72eb58c9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10727 thebetweenlands:sap_jello thebetweenlands.common.item.food.ItemSapJello@74fb4f60 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10728 thebetweenlands:marshmallow thebetweenlands.common.item.food.ItemMarshmallow@30a62778 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10729 thebetweenlands:marshmallow_pink thebetweenlands.common.item.food.ItemMarshmallowPink@6b17f37a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10730 thebetweenlands:flat_head_mushroom_item thebetweenlands.common.item.food.ItemFlatHeadMushroom@4392c3c1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10731 thebetweenlands:black_hat_mushroom_item thebetweenlands.common.item.food.ItemBlackHatMushroom@6d3c149c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10732 thebetweenlands:bulb_capped_mushroom_item thebetweenlands.common.item.food.ItemBulbCappedMushroom@6c2073a4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10733 thebetweenlands:swamp_reed_item thebetweenlands.common.item.farming.ItemSwampReed@3878d179 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10734 thebetweenlands:swamp_kelp_item thebetweenlands.common.item.farming.ItemSwampKelp@6da1817c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10735 thebetweenlands:fried_swamp_kelp thebetweenlands.common.item.food.ItemBLFood@6034f0a0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10736 thebetweenlands:forbidden_fig thebetweenlands.common.item.food.ItemForbiddenFig@fe60251 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10737 thebetweenlands:candy_blue thebetweenlands.common.item.food.ItemBLFood@716bf9cd +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10738 thebetweenlands:candy_red thebetweenlands.common.item.food.ItemBLFood@10202cfd +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10739 thebetweenlands:candy_yellow thebetweenlands.common.item.food.ItemBLFood@57d66fa9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10740 thebetweenlands:chiromaw_wing thebetweenlands.common.item.food.ItemChiromawWing@689d1b88 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10741 thebetweenlands:tangled_root thebetweenlands.common.item.food.ItemTangledRoot@469632c7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10742 thebetweenlands:mire_scramble thebetweenlands.common.item.food.ItemMireScramble@57c0b92c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10743 thebetweenlands:weeping_blue_petal_salad thebetweenlands.common.item.food.ItemWeepingBluePetalSalad@338f3f5a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10744 thebetweenlands:nibblestick thebetweenlands.common.item.food.ItemNibblestick@33ce33f8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10745 thebetweenlands:spirit_fruit thebetweenlands.common.item.food.ItemSpiritFruit@44392f4c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10746 thebetweenlands:sushi thebetweenlands.common.item.food.ItemBLFood@1662f73e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10747 thebetweenlands:bone_helmet thebetweenlands.common.item.armor.ItemBoneArmor@73a7f5cb +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10748 thebetweenlands:bone_chestplate thebetweenlands.common.item.armor.ItemBoneArmor@5fa64b45 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10749 thebetweenlands:bone_leggings thebetweenlands.common.item.armor.ItemBoneArmor@5b3bf640 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10750 thebetweenlands:bone_boots thebetweenlands.common.item.armor.ItemBoneArmor@4c9d8e7a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10751 thebetweenlands:lurker_skin_helmet thebetweenlands.common.item.armor.ItemLurkerSkinArmor@444ee255 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10752 thebetweenlands:lurker_skin_chestplate thebetweenlands.common.item.armor.ItemLurkerSkinArmor@4043956a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10753 thebetweenlands:lurker_skin_leggings thebetweenlands.common.item.armor.ItemLurkerSkinArmor@600d3d46 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10754 thebetweenlands:lurker_skin_boots thebetweenlands.common.item.armor.ItemLurkerSkinArmor@324284b7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10755 thebetweenlands:syrmorite_helmet thebetweenlands.common.item.armor.ItemSyrmoriteArmor@5d19b96a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10756 thebetweenlands:syrmorite_chestplate thebetweenlands.common.item.armor.ItemSyrmoriteArmor@54f74882 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10757 thebetweenlands:syrmorite_leggings thebetweenlands.common.item.armor.ItemSyrmoriteArmor@72b60997 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10758 thebetweenlands:syrmorite_boots thebetweenlands.common.item.armor.ItemSyrmoriteArmor@1f5109b5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10759 thebetweenlands:valonite_helmet thebetweenlands.common.item.armor.ItemValoniteArmor@614edbf4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10760 thebetweenlands:valonite_chestplate thebetweenlands.common.item.armor.ItemValoniteArmor@23f68cfb +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10761 thebetweenlands:valonite_leggings thebetweenlands.common.item.armor.ItemValoniteArmor@34fd2591 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10762 thebetweenlands:valonite_boots thebetweenlands.common.item.armor.ItemValoniteArmor@22766f13 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10763 thebetweenlands:rubber_boots thebetweenlands.common.item.armor.ItemRubberBoots@22f652d3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10764 thebetweenlands:marsh_runner_boots thebetweenlands.common.item.armor.ItemMarshRunnerBoots@6e65dcba +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10765 thebetweenlands:skull_mask thebetweenlands.common.item.armor.ItemSkullMask@4fda9f59 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10766 thebetweenlands:explorers_hat thebetweenlands.common.item.armor.ItemExplorersHat@219b8b2c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10767 thebetweenlands:spirit_tree_face_large_mask thebetweenlands.common.item.armor.ItemSpiritTreeFaceMaskLarge@374d3f2d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10768 thebetweenlands:spirit_tree_face_small_mask thebetweenlands.common.item.armor.ItemSpiritTreeFaceMaskSmall@743173a6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10769 thebetweenlands:spirit_tree_face_small_mask_animated thebetweenlands.common.item.misc.ItemSpiritTreeFaceMaskSmallAnimated@5cdd6f47 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10770 thebetweenlands:gallery_frame_small thebetweenlands.common.item.misc.ItemGalleryFrame@1e4ed6d7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10771 thebetweenlands:gallery_frame_large thebetweenlands.common.item.misc.ItemGalleryFrame@1380d91d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10772 thebetweenlands:gallery_frame_very_large thebetweenlands.common.item.misc.ItemGalleryFrame@125a1754 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10773 thebetweenlands:weedwood_sword thebetweenlands.common.item.tools.ItemBLSword@25caf50f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10774 thebetweenlands:weedwood_shovel thebetweenlands.common.item.tools.ItemBLShovel@4d5a770f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10775 thebetweenlands:weedwood_axe thebetweenlands.common.item.tools.ItemBLAxe@58871788 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10776 thebetweenlands:weedwood_pickaxe thebetweenlands.common.item.tools.ItemBLPickaxe@1a254b7b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10777 thebetweenlands:bone_sword thebetweenlands.common.item.tools.ItemBLSword@68b5a7bd +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10778 thebetweenlands:bone_shovel thebetweenlands.common.item.tools.ItemBLShovel@764957ab +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10779 thebetweenlands:bone_axe thebetweenlands.common.item.tools.ItemBLAxe@161225bd +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10780 thebetweenlands:bone_pickaxe thebetweenlands.common.item.tools.ItemBLPickaxe@265cda97 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10781 thebetweenlands:octine_sword thebetweenlands.common.item.tools.ItemOctineSword@639109ae +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10782 thebetweenlands:octine_shovel thebetweenlands.common.item.tools.ItemOctineShovel@5fd9ee78 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10783 thebetweenlands:octine_axe thebetweenlands.common.item.tools.ItemOctineAxe@58e117f3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10784 thebetweenlands:octine_pickaxe thebetweenlands.common.item.tools.ItemOctinePickaxe@1829f61a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10785 thebetweenlands:valonite_sword thebetweenlands.common.item.tools.ItemBLSword@739e50c8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10786 thebetweenlands:valonite_shovel thebetweenlands.common.item.tools.ItemBLShovel@63a4daed +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10787 thebetweenlands:valonite_axe thebetweenlands.common.item.tools.ItemBLAxe@33aa17e5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10788 thebetweenlands:valonite_greataxe thebetweenlands.common.item.tools.ItemGreataxe@6464beac +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10789 thebetweenlands:valonite_pickaxe thebetweenlands.common.item.tools.ItemBLPickaxe@65fdaaf8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10790 thebetweenlands:octine_shield thebetweenlands.common.item.shields.ItemOctineShield@76883f7d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10791 thebetweenlands:valonite_shield thebetweenlands.common.item.shields.ItemValoniteShield@563b73f1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10792 thebetweenlands:weedwood_shield thebetweenlands.common.item.shields.ItemWeedwoodShield@70d4bcb4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10793 thebetweenlands:living_weedwood_shield thebetweenlands.common.item.shields.ItemLivingWeedwoodShield@6a3e3f72 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10794 thebetweenlands:syrmorite_shield thebetweenlands.common.item.shields.ItemSyrmoriteShield@248a51d9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10795 thebetweenlands:bone_shield thebetweenlands.common.item.tools.ItemBLShield@2e3c2b77 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10796 thebetweenlands:dentrothyst_shield_green thebetweenlands.common.item.shields.ItemDentrothystShield@26bc1189 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10797 thebetweenlands:dentrothyst_shield_green_polished thebetweenlands.common.item.shields.ItemDentrothystShield@50ce981e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10798 thebetweenlands:dentrothyst_shield_orange thebetweenlands.common.item.shields.ItemDentrothystShield@1fe676e3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10799 thebetweenlands:dentrothyst_shield_orange_polished thebetweenlands.common.item.shields.ItemDentrothystShield@3800984e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10800 thebetweenlands:lurker_skin_shield thebetweenlands.common.item.shields.ItemLurkerSkinShield@55bcbc94 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10801 thebetweenlands:manual_hl thebetweenlands.common.item.herblore.ItemManualHL@204b6718 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10802 thebetweenlands:syrmorite_shears thebetweenlands.common.item.tools.ItemSyrmoriteShears@43bd59cb +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10803 thebetweenlands:sickle thebetweenlands.common.item.tools.ItemSickle@2ed1ece +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10804 thebetweenlands:shockwave_sword thebetweenlands.common.item.tools.ItemShockwaveSword@acfce01 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10805 thebetweenlands:angler_tooth_arrow thebetweenlands.common.item.tools.bow.ItemBLArrow@71471be7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10806 thebetweenlands:poisoned_angler_tooth_arrow thebetweenlands.common.item.tools.bow.ItemBLArrow@589d7705 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10807 thebetweenlands:octine_arrow thebetweenlands.common.item.tools.bow.ItemBLArrow@326c09b6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10808 thebetweenlands:basilisk_arrow thebetweenlands.common.item.tools.bow.ItemBLArrow@46a7663c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10809 thebetweenlands:sludge_worm_arrow thebetweenlands.common.item.tools.bow.ItemBLArrow@ff6c52c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10810 thebetweenlands:weedwood_bow thebetweenlands.common.item.tools.bow.ItemBLBow@3c60be88 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10811 thebetweenlands:predator_bow thebetweenlands.common.item.tools.bow.ItemPredatorBow@6e93310b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10812 thebetweenlands:wights_bane thebetweenlands.common.item.tools.ItemLootSword@13f82c63 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10813 thebetweenlands:sludge_slicer thebetweenlands.common.item.tools.ItemLootSword@2a9e4495 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10814 thebetweenlands:critter_cruncher thebetweenlands.common.item.tools.ItemLootSword@13b32bb0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10815 thebetweenlands:hag_hacker thebetweenlands.common.item.tools.ItemHagHacker@645f4ba4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10816 thebetweenlands:voodoo_doll thebetweenlands.common.item.tools.ItemVoodooDoll@3696e878 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10817 thebetweenlands:swift_pick thebetweenlands.common.item.tools.ItemSwiftPick@6ef4b8d3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10818 thebetweenlands:ancient_greatsword thebetweenlands.common.item.tools.ItemAncientGreatsword@6410e016 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10819 thebetweenlands:ancient_battle_axe thebetweenlands.common.item.tools.ItemAncientBattleAxe@7a8c955b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10820 thebetweenlands:pestle thebetweenlands.common.item.tools.ItemPestle@7bd8675a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10821 thebetweenlands:net thebetweenlands.common.item.tools.ItemNet@30a16ad2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10822 thebetweenlands:lurker_skin_pouch thebetweenlands.common.item.equipment.ItemLurkerSkinPouch@53d23c80 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10823 thebetweenlands:caving_rope thebetweenlands.common.item.misc.ItemCavingRope@4dea4dec +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10824 thebetweenlands:grappling_hook thebetweenlands.common.item.misc.ItemGrapplingHook@753001bc +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10825 thebetweenlands:volarkite thebetweenlands.common.item.misc.ItemVolarkite@4e7c1232 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10826 thebetweenlands:bl_bucket thebetweenlands.common.item.tools.ItemBLBucket@40d186b8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10827 thebetweenlands:bl_bucket_rubber thebetweenlands.common.item.tools.ItemSpecificBucket@3e2839bc +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10828 thebetweenlands:bl_bucket_infusion thebetweenlands.common.item.tools.ItemBucketInfusion@c081141 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10829 thebetweenlands:bl_bucket_plant_tonic thebetweenlands.common.item.farming.ItemPlantTonic@1312b801 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10830 thebetweenlands:syrmorite_bucket_solid_rubber thebetweenlands.common.item.tools.ItemSyrmoriteBucketSolidRubber@665a763e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10831 thebetweenlands:astatos thebetweenlands.common.item.misc.ItemBLRecord@48190545 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10832 thebetweenlands:between_you_and_me thebetweenlands.common.item.misc.ItemBLRecord@4d7971e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10833 thebetweenlands:christmas_on_the_marsh thebetweenlands.common.item.misc.ItemBLRecord@203f535 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10834 thebetweenlands:the_explorer thebetweenlands.common.item.misc.ItemBLRecord@37dd98cd +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10835 thebetweenlands:hag_dance thebetweenlands.common.item.misc.ItemBLRecord@376e805e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10836 thebetweenlands:lonely_fire thebetweenlands.common.item.misc.ItemBLRecord@fb99eca +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10837 thebetweenlands:mysterious_record thebetweenlands.common.item.misc.ItemBLRecord@120e6855 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10838 thebetweenlands:ancient thebetweenlands.common.item.misc.ItemBLRecord@49ce8129 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10839 thebetweenlands:beneath_a_green_sky thebetweenlands.common.item.misc.ItemBLRecord@a61843e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10840 thebetweenlands:dj_wights_mixtape thebetweenlands.common.item.misc.ItemBLRecord@49ed0476 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10841 thebetweenlands:onwards thebetweenlands.common.item.misc.ItemBLRecord@28c091de +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10842 thebetweenlands:stuck_in_the_mud thebetweenlands.common.item.misc.ItemBLRecord@15ba8a26 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10843 thebetweenlands:wandering_wisps thebetweenlands.common.item.misc.ItemBLRecord@13fcbcdb +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10844 thebetweenlands:waterlogged thebetweenlands.common.item.misc.ItemBLRecord@3293c466 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10845 thebetweenlands:weedwood_door_item thebetweenlands.common.registries.ItemRegistry$1@1e71fd8b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10846 thebetweenlands:syrmorite_door_item thebetweenlands.common.registries.ItemRegistry$2@5f5bafd9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10847 thebetweenlands:rubber_tree_plank_door_item thebetweenlands.common.registries.ItemRegistry$3@29b7ca8d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10848 thebetweenlands:giant_root_plank_door_item thebetweenlands.common.registries.ItemRegistry$4@52b8b29 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10849 thebetweenlands:hearthgrove_plank_door_item thebetweenlands.common.registries.ItemRegistry$5@1427b3a2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10850 thebetweenlands:nibbletwig_plank_door_item thebetweenlands.common.registries.ItemRegistry$6@1600e398 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10851 thebetweenlands:scabyst_door_item thebetweenlands.common.registries.ItemRegistry$7@174b077 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10852 thebetweenlands:weedwood_sign_item thebetweenlands.common.item.misc.ItemWeedwoodSign@585f01b3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10853 thebetweenlands:crimson_middle_gem thebetweenlands.common.item.misc.ItemGem@714c13b9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10854 thebetweenlands:aqua_middle_gem thebetweenlands.common.item.misc.ItemGem@60c1322b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10855 thebetweenlands:green_middle_gem thebetweenlands.common.item.misc.ItemGem@4492c14c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10856 thebetweenlands:life_crystal thebetweenlands.common.item.misc.ItemLifeCrystal@646012f4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10857 thebetweenlands:test_item thebetweenlands.common.item.misc.TestItem@7520141a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10858 thebetweenlands:test_item_chimp thebetweenlands.common.item.misc.TestItemChimp@1c1930ff +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10859 thebetweenlands:test_item_chimp_ruler thebetweenlands.common.item.misc.TestItemChimpRuler@4ed31a91 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10860 thebetweenlands:location_debug thebetweenlands.common.item.misc.LocationDebugItem@2a40460d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10861 thebetweenlands:pyrad_flame thebetweenlands.common.item.misc.ItemPyradFlame@5f35179b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10862 thebetweenlands:gecko thebetweenlands.common.item.misc.ItemMob@afe4a4a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10863 thebetweenlands:firefly thebetweenlands.common.item.misc.ItemMob@5cafde16 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10864 thebetweenlands:sludge_worm_egg_sac thebetweenlands.common.item.misc.ItemMob@74778ba0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10865 thebetweenlands:shimmer_stone thebetweenlands.common.item.misc.ItemShimmerStone@309d37a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10866 thebetweenlands:tarminion thebetweenlands.common.item.misc.ItemTarminion@7b5d654b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10867 thebetweenlands:moss_bed_item thebetweenlands.common.item.misc.ItemMossBed@59204b58 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10868 thebetweenlands:sludge_ball net.minecraft.item.Item@1142f157 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10869 thebetweenlands:elixir thebetweenlands.common.item.herblore.ItemElixir@5c9d7206 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10870 thebetweenlands:dentrothyst_vial thebetweenlands.common.item.herblore.ItemDentrothystVial@4cfa23e3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10871 thebetweenlands:dentrothyst_fluid_vial thebetweenlands.common.item.herblore.ItemDentrothystFluidVial@3d0e1169 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10872 thebetweenlands:aspect_vial thebetweenlands.common.item.herblore.ItemAspectVial@175bcbaf +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10873 thebetweenlands:glue thebetweenlands.common.item.misc.ItemGlue@1115485a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10874 thebetweenlands:amulet thebetweenlands.common.item.equipment.ItemAmulet@262f153c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10875 thebetweenlands:amulet_slot thebetweenlands.common.item.misc.ItemAmuletSlot@3bd7df21 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10876 thebetweenlands:rope_item thebetweenlands.common.item.misc.ItemRope@72187d47 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10877 thebetweenlands:ring_of_power thebetweenlands.common.item.equipment.ItemRingOfPower@4974bcc6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10878 thebetweenlands:ring_of_flight thebetweenlands.common.item.equipment.ItemRingOfFlight@172cc621 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10879 thebetweenlands:ring_of_recruitment thebetweenlands.common.item.equipment.ItemRingOfRecruitment@12072d32 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10880 thebetweenlands:ring_of_summoning thebetweenlands.common.item.equipment.ItemRingOfSummoning@23448870 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10881 thebetweenlands:ring_of_dispersion thebetweenlands.common.item.equipment.ItemRingOfDispersion@4f3a9252 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10882 thebetweenlands:ring_of_gathering thebetweenlands.common.item.misc.ItemRingOfGathering@3ed6585a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10883 thebetweenlands:angry_pebble thebetweenlands.common.item.misc.ItemAngryPebble@15138c0f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10884 thebetweenlands:lore_scrap thebetweenlands.common.item.misc.ItemLoreScrap@121391d5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10885 thebetweenlands:tainted_potion thebetweenlands.common.item.food.ItemTaintedPotion@9a029c7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10886 thebetweenlands:octine_ingot thebetweenlands.common.item.misc.ItemOctineIngot@538a421 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10887 thebetweenlands:mummy_bait thebetweenlands.common.item.misc.ItemMummyBait@c42237d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10888 thebetweenlands:sap_spit net.minecraft.item.Item@2d18619 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10889 thebetweenlands:bark_amulet thebetweenlands.common.item.misc.ItemBarkAmulet@ab77995 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10890 thebetweenlands:empty_amate_map thebetweenlands.common.item.misc.ItemEmptyAmateMap@4a6edd4e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10891 thebetweenlands:amate_map thebetweenlands.common.item.misc.ItemAmateMap@572a46b5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10892 thebetweenlands:bone_wayfinder thebetweenlands.common.item.misc.ItemBoneWayfinder@5945e307 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10893 thebetweenlands:magic_item_magnet thebetweenlands.common.item.misc.ItemMagicItemMagnet@680f526b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10894 thebetweenlands:gem_singer thebetweenlands.common.item.misc.ItemGemSinger@54b76689 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10895 thebetweenlands:shambler_tongue net.minecraft.item.Item@51ad8d44 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10896 thebetweenlands:rune_door_key thebetweenlands.common.item.misc.ItemRuneDoorKey@270611ad +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10897 prospectors:prospector_lowest com.lothrazar.prospectors.ItemProspector@1090e7b4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10898 prospectors:prospector_low com.lothrazar.prospectors.ItemProspector@3c35a9ee +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10899 prospectors:prospector_med com.lothrazar.prospectors.ItemProspector@31f94427 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10900 prospectors:prospector_high com.lothrazar.prospectors.ItemProspector@12582540 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10901 prospectors:prospector_best com.lothrazar.prospectors.ItemProspector@5e2cdf8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10902 rangedpumps:pump com.raoulvdberge.rangedpumps.item.ItemBlockPump@5a816bfb +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10903 refinedstorageaddons:wireless_crafting_grid com.raoulvdberge.refinedstorageaddons.item.ItemWirelessCraftingGrid@19385348 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10904 simplegenerators:combustion_simple com.valkyrieofnight.vliblegacy.lib.item.VLItemBlockColorized@4ee6700d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10905 simplegenerators:combustion_upgradable com.valkyrieofnight.vliblegacy.lib.item.VLItemBlockColorized@28dd114d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10906 simplegenerators:culinary_simple com.valkyrieofnight.vliblegacy.lib.item.VLItemBlockColorized@64ccfdb5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10907 simplegenerators:culinary_upgradable com.valkyrieofnight.vliblegacy.lib.item.VLItemBlockColorized@3fb54077 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10908 simplegenerators:ender_simple com.valkyrieofnight.vliblegacy.lib.item.VLItemBlockColorized@42ae2994 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10909 simplegenerators:ender_upgradable com.valkyrieofnight.vliblegacy.lib.item.VLItemBlockColorized@2391ff5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10910 simplegenerators:nether_simple com.valkyrieofnight.vliblegacy.lib.item.VLItemBlockColorized@11b6b52 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10911 simplegenerators:nether_upgradable com.valkyrieofnight.vliblegacy.lib.item.VLItemBlockColorized@14b825fe +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10912 simplegenerators:soul_simple com.valkyrieofnight.vliblegacy.lib.item.VLItemBlockColorized@27e94c74 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10913 simplegenerators:soul_upgradable com.valkyrieofnight.vliblegacy.lib.item.VLItemBlockColorized@6de529cb +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10914 simplegenerators:geothermal_simple com.valkyrieofnight.vliblegacy.lib.item.VLItemBlockColorized@377e9ede +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10915 simplegenerators:geothermal_upgradable com.valkyrieofnight.vliblegacy.lib.item.VLItemBlockColorized@623cca1a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10916 simplegenerators:fluid_combustion_simple com.valkyrieofnight.vliblegacy.lib.item.VLItemBlockColorized@f5ba0c5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10917 simplegenerators:fluid_combustion_upgradable com.valkyrieofnight.vliblegacy.lib.item.VLItemBlockColorized@4bb46b94 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10918 simplegenerators:turbine_simple com.valkyrieofnight.vliblegacy.lib.item.VLItemBlockColorized@87f9452 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10919 simplegenerators:turbine_upgradable com.valkyrieofnight.vliblegacy.lib.item.VLItemBlockColorized@c97f35d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10920 storagenetwork:master net.minecraft.item.ItemBlock@5e982782 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10921 storagenetwork:request net.minecraft.item.ItemBlock@36180f0e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10922 storagenetwork:kabel net.minecraft.item.ItemBlock@42b1d09b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10923 storagenetwork:storage_kabel net.minecraft.item.ItemBlock@710fce8b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10924 storagenetwork:ex_kabel net.minecraft.item.ItemBlock@6e34431f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10925 storagenetwork:im_kabel net.minecraft.item.ItemBlock@18a251a8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10926 storagenetwork:process_kabel net.minecraft.item.ItemBlock@545b7f2f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10927 storagenetwork:controller net.minecraft.item.ItemBlock@5baf98b9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10928 storagenetwork:upgrade mrriegel.storagenetwork.item.ItemUpgrade@174f1468 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10929 storagenetwork:remote mrriegel.storagenetwork.item.remote.ItemRemote@1dea2838 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10930 beneath:teleporterbeneath net.minecraft.item.ItemBlock@12c79ead +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10931 trumpetskeleton:trumpet com.jamieswhiteshirt.trumpetskeleton.common.item.ItemTrumpet@70a1920b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10932 witherskelefix:fragment shadows.wstweaks.common.ItemWitherFragment@5b30defc +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10933 witherskelefix:blade shadows.wstweaks.common.ItemImmolationBlade@6a05ce60 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10934 witherskelefix:blade2 shadows.wstweaks.common.ItemImmolationBlade@4b03932c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10935 yoyos:yoyo_axle slimeknights.tconstruct.library.tools.ToolPart@1b47e44a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10936 yoyos:yoyo_body slimeknights.tconstruct.library.tools.ToolPart@b37c66a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10937 yoyos:yoyo_cord slimeknights.tconstruct.library.tools.ToolPart@74a34a7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10938 yoyos:yoyo com.jozufozu.yoyos.tinkers.YoyoCore@3ec59a2f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10939 yoyos:book com.jozufozu.yoyos.tinkers.ItemYoyoBook@28f606ef +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10940 primal:urushi net.minecraft.item.ItemBlock@29becfad +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10941 primal:waste net.minecraft.item.ItemBlock@4128b128 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10942 primal:smoke net.minecraft.item.ItemBlock@1162bd9c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10943 primal:brine_netjry net.minecraft.item.ItemBlock@3167650b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10944 primal:ovis_atre_milk net.minecraft.item.ItemBlock@36e5f372 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10945 primal:bitumen_boiling net.minecraft.item.ItemBlock@10fb7d39 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10946 primal:paraffin net.minecraft.item.ItemBlock@af10e81 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10947 primal:tannin net.minecraft.item.ItemBlock@4bedca63 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10948 primal:bitumen net.minecraft.item.ItemBlock@137e8dac +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10949 primal:magma_basaltic net.minecraft.item.ItemBlock@1471ace7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10950 guideapi:modularrouters-guidebook amerifrance.guideapi.item.ItemGuideBook@111c1d1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10951 guideapi:bloodmagic-guide amerifrance.guideapi.item.ItemGuideBook@3a2c5ff7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10952 guideapi:cyclicmagic-guide amerifrance.guideapi.item.ItemGuideBook@1e828b4e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10953 simpleplanes:byg_aspen_large_plane xyz.przemyk.simpleplanes.items.PlaneItem@3c32dade +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10954 simpleplanes:crimson_mega_plane xyz.przemyk.simpleplanes.items.PlaneItem@6b54c77a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10955 simpleplanes:bop_palm_large_plane xyz.przemyk.simpleplanes.items.PlaneItem@4dbef209 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10956 simpleplanes:byg_skyris_plane xyz.przemyk.simpleplanes.items.PlaneItem@66490bee +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10957 simpleplanes:warped_plane xyz.przemyk.simpleplanes.items.PlaneItem@59c2af3f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10958 simpleplanes:bop_mahogany_mega_plane xyz.przemyk.simpleplanes.items.PlaneItem@24bf78af +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10959 simpleplanes:bop_umbran_plane xyz.przemyk.simpleplanes.items.PlaneItem@468f18c4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10960 simpleplanes:byg_maple_large_plane xyz.przemyk.simpleplanes.items.PlaneItem@10e4697 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10961 simpleplanes:bop_umbran_large_plane xyz.przemyk.simpleplanes.items.PlaneItem@219a067d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10962 simpleplanes:acacia_plane xyz.przemyk.simpleplanes.items.PlaneItem@4624dbb4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10963 simpleplanes:birch_large_plane xyz.przemyk.simpleplanes.items.PlaneItem@a149588 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10964 simpleplanes:bop_cherry_large_plane xyz.przemyk.simpleplanes.items.PlaneItem@421a27f6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10965 simpleplanes:sprayer xyz.przemyk.simpleplanes.items.InformationItem@27037071 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10966 simpleplanes:byg_green_enchanted_mega_plane xyz.przemyk.simpleplanes.items.PlaneItem@429c849c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10967 simpleplanes:bop_redwood_large_plane xyz.przemyk.simpleplanes.items.PlaneItem@73d2941c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10968 simpleplanes:bop_redwood_mega_plane xyz.przemyk.simpleplanes.items.PlaneItem@3ffc348d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10969 simpleplanes:byg_zelkova_helicopter xyz.przemyk.simpleplanes.items.PlaneItem@2e2ed539 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10970 simpleplanes:bop_willow_plane xyz.przemyk.simpleplanes.items.PlaneItem@101309c1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10971 simpleplanes:bop_jacaranda_plane xyz.przemyk.simpleplanes.items.PlaneItem@438cdd49 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10972 simpleplanes:byg_holly_plane xyz.przemyk.simpleplanes.items.PlaneItem@1aa20781 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10973 simpleplanes:byg_willow_plane xyz.przemyk.simpleplanes.items.PlaneItem@2aac77af +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10974 simpleplanes:spruce_large_plane xyz.przemyk.simpleplanes.items.PlaneItem@ccc009c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10975 simpleplanes:acacia_large_plane xyz.przemyk.simpleplanes.items.PlaneItem@7bfd3705 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10976 simpleplanes:byg_zelkova_large_plane xyz.przemyk.simpleplanes.items.PlaneItem@4e28c658 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10977 simpleplanes:ft_citrus_plane xyz.przemyk.simpleplanes.items.PlaneItem@40823bb +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10978 simpleplanes:spruce_helicopter xyz.przemyk.simpleplanes.items.PlaneItem@628e0c69 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10979 simpleplanes:bop_hellbark_plane xyz.przemyk.simpleplanes.items.PlaneItem@687ed93a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10980 simpleplanes:bop_palm_helicopter xyz.przemyk.simpleplanes.items.PlaneItem@68417707 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10981 simpleplanes:byg_rainbow_eucalyptus_helicopter xyz.przemyk.simpleplanes.items.PlaneItem@477a21ae +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10982 simpleplanes:byg_green_enchanted_large_plane xyz.przemyk.simpleplanes.items.PlaneItem@17a66052 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10983 simpleplanes:bop_dead_plane xyz.przemyk.simpleplanes.items.PlaneItem@5f1a9c0a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10984 simpleplanes:byg_rainbow_eucalyptus_plane xyz.przemyk.simpleplanes.items.PlaneItem@7496cec +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10985 simpleplanes:byg_redwood_large_plane xyz.przemyk.simpleplanes.items.PlaneItem@2d2738c4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10986 simpleplanes:byg_holly_helicopter xyz.przemyk.simpleplanes.items.PlaneItem@59b94eed +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10987 simpleplanes:ft_cherry_helicopter xyz.przemyk.simpleplanes.items.PlaneItem@2fff4619 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10988 simpleplanes:furnace_engine net.minecraft.item.Item@76c96d44 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10989 simpleplanes:dark_oak_plane xyz.przemyk.simpleplanes.items.PlaneItem@25e65220 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10990 simpleplanes:byg_willow_helicopter xyz.przemyk.simpleplanes.items.PlaneItem@2a84e200 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10991 simpleplanes:byg_cherry_helicopter xyz.przemyk.simpleplanes.items.PlaneItem@5d08a4ac +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10992 simpleplanes:jungle_helicopter xyz.przemyk.simpleplanes.items.PlaneItem@78e2c9cd +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10993 simpleplanes:bop_fir_mega_plane xyz.przemyk.simpleplanes.items.PlaneItem@68728d8a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10994 simpleplanes:bop_jacaranda_mega_plane xyz.przemyk.simpleplanes.items.PlaneItem@5105abb5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10995 simpleplanes:byg_blue_enchanted_helicopter xyz.przemyk.simpleplanes.items.PlaneItem@5cfe6d73 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10996 simpleplanes:byg_mahogany_large_plane xyz.przemyk.simpleplanes.items.PlaneItem@4f3ceb70 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10997 simpleplanes:byg_cherry_mega_plane xyz.przemyk.simpleplanes.items.PlaneItem@4a42cf12 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10998 simpleplanes:byg_mangrove_plane xyz.przemyk.simpleplanes.items.PlaneItem@57c23ff3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10999 simpleplanes:byg_zelkova_plane xyz.przemyk.simpleplanes.items.PlaneItem@68aa706b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11000 simpleplanes:byg_pine_plane xyz.przemyk.simpleplanes.items.PlaneItem@54c17e06 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11001 simpleplanes:byg_cypress_large_plane xyz.przemyk.simpleplanes.items.PlaneItem@24f24942 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11002 simpleplanes:bop_jacaranda_helicopter xyz.przemyk.simpleplanes.items.PlaneItem@27104411 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11003 simpleplanes:bop_palm_plane xyz.przemyk.simpleplanes.items.PlaneItem@3cb98bb5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11004 simpleplanes:junk_engine net.minecraft.item.Item@4f2b2b0c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11005 simpleplanes:bop_umbran_mega_plane xyz.przemyk.simpleplanes.items.PlaneItem@2ee46de1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11006 simpleplanes:ft_citrus_helicopter xyz.przemyk.simpleplanes.items.PlaneItem@20554047 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11007 simpleplanes:byg_willow_large_plane xyz.przemyk.simpleplanes.items.PlaneItem@3f729f37 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11008 simpleplanes:acacia_mega_plane xyz.przemyk.simpleplanes.items.PlaneItem@785a515e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11009 simpleplanes:oak_large_plane xyz.przemyk.simpleplanes.items.PlaneItem@4273865 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11010 simpleplanes:byg_cika_mega_plane xyz.przemyk.simpleplanes.items.PlaneItem@6aadd011 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11011 simpleplanes:bop_cherry_plane xyz.przemyk.simpleplanes.items.PlaneItem@431eeeaa +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11012 simpleplanes:byg_baobab_mega_plane xyz.przemyk.simpleplanes.items.PlaneItem@3d43a5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11013 simpleplanes:jungle_plane xyz.przemyk.simpleplanes.items.PlaneItem@75f10481 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11014 simpleplanes:bop_hellbark_mega_plane xyz.przemyk.simpleplanes.items.PlaneItem@5d2568de +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11015 simpleplanes:birch_helicopter xyz.przemyk.simpleplanes.items.PlaneItem@10851b62 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11016 simpleplanes:byg_ebony_helicopter xyz.przemyk.simpleplanes.items.PlaneItem@727ac073 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11017 simpleplanes:byg_redwood_plane xyz.przemyk.simpleplanes.items.PlaneItem@6b1a75f6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11018 simpleplanes:spruce_plane xyz.przemyk.simpleplanes.items.PlaneItem@6eddd426 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11019 simpleplanes:bop_willow_helicopter xyz.przemyk.simpleplanes.items.PlaneItem@2730c52 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11020 simpleplanes:byg_blue_enchanted_mega_plane xyz.przemyk.simpleplanes.items.PlaneItem@36342d22 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11021 simpleplanes:byg_mahogany_mega_plane xyz.przemyk.simpleplanes.items.PlaneItem@674e7db4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11022 davincisvessels:floater net.minecraft.item.ItemBlock@67a85f15 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11023 simpleplanes:folding xyz.przemyk.simpleplanes.items.InformationItem@74e23d5f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11024 simpleplanes:bop_cherry_mega_plane xyz.przemyk.simpleplanes.items.PlaneItem@6bc55466 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11025 simpleplanes:byg_mangrove_helicopter xyz.przemyk.simpleplanes.items.PlaneItem@45114e6e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11026 simpleplanes:bop_dead_helicopter xyz.przemyk.simpleplanes.items.PlaneItem@7631a19b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11027 simpleplanes:byg_jacaranda_mega_plane xyz.przemyk.simpleplanes.items.PlaneItem@9cecd6a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11028 simpleplanes:byg_green_enchanted_helicopter xyz.przemyk.simpleplanes.items.PlaneItem@4a95bd3b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11029 davincisvessels:seat net.minecraft.item.ItemBlock@31921c94 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11030 simpleplanes:byg_cika_plane xyz.przemyk.simpleplanes.items.PlaneItem@4a7b0dab +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11031 simpleplanes:dark_oak_mega_plane xyz.przemyk.simpleplanes.items.PlaneItem@62112db1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11032 simpleplanes:dark_oak_large_plane xyz.przemyk.simpleplanes.items.PlaneItem@7689c4b0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11033 davincisvessels:securedbed com.elytradev.davincisvessels.common.object.item.ItemSecuredBed@75e4822 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11034 simpleplanes:byg_cypress_mega_plane xyz.przemyk.simpleplanes.items.PlaneItem@4be7fd72 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11035 simpleplanes:bop_mahogany_helicopter xyz.przemyk.simpleplanes.items.PlaneItem@581b281a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11036 simpleplanes:byg_fir_mega_plane xyz.przemyk.simpleplanes.items.PlaneItem@708f11c4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11037 simpleplanes:byg_redwood_mega_plane xyz.przemyk.simpleplanes.items.PlaneItem@5ec46005 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11038 davincisvessels:stickybuffer net.minecraft.item.ItemBlock@1c0e085a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11039 simpleplanes:byg_maple_mega_plane xyz.przemyk.simpleplanes.items.PlaneItem@2e20f087 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11040 simpleplanes:crimson_plane xyz.przemyk.simpleplanes.items.PlaneItem@3c5e5444 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11041 simpleplanes:jungle_large_plane xyz.przemyk.simpleplanes.items.PlaneItem@4de5f2cb +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11042 simpleplanes:bop_willow_large_plane xyz.przemyk.simpleplanes.items.PlaneItem@61cb4c50 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11043 simpleplanes:byg_fir_plane xyz.przemyk.simpleplanes.items.PlaneItem@23ea1af +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11044 simpleplanes:byg_pine_mega_plane xyz.przemyk.simpleplanes.items.PlaneItem@582708a0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11045 simpleplanes:crimson_helicopter xyz.przemyk.simpleplanes.items.PlaneItem@2aae79b2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11046 simpleplanes:byg_witch_hazel_helicopter xyz.przemyk.simpleplanes.items.PlaneItem@61002cc8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11047 simpleplanes:warped_large_plane xyz.przemyk.simpleplanes.items.PlaneItem@35669c7b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11048 simpleplanes:bop_magic_helicopter xyz.przemyk.simpleplanes.items.PlaneItem@6829ae6f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11049 simpleplanes:byg_skyris_mega_plane xyz.przemyk.simpleplanes.items.PlaneItem@4141ab8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11050 simpleplanes:byg_baobab_large_plane xyz.przemyk.simpleplanes.items.PlaneItem@2ee99bed +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11051 davincisvessels:buffer net.minecraft.item.ItemBlock@1467bd44 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11052 simpleplanes:byg_aspen_plane xyz.przemyk.simpleplanes.items.PlaneItem@7a0afb6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11053 simpleplanes:bop_palm_mega_plane xyz.przemyk.simpleplanes.items.PlaneItem@39d2c92b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11054 simpleplanes:byg_rainbow_eucalyptus_mega_plane xyz.przemyk.simpleplanes.items.PlaneItem@27f853e9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11055 simpleplanes:ft_cherry_mega_plane xyz.przemyk.simpleplanes.items.PlaneItem@6d58ce38 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11056 simpleplanes:crimson_large_plane xyz.przemyk.simpleplanes.items.PlaneItem@12482e92 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11057 davincisvessels:balloon net.minecraft.item.ItemCloth@37d7e6d4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11058 simpleplanes:bop_redwood_helicopter xyz.przemyk.simpleplanes.items.PlaneItem@10c83c2e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11059 simpleplanes:propeller net.minecraft.item.Item@3a3fdbba +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11060 simpleplanes:bop_fir_helicopter xyz.przemyk.simpleplanes.items.PlaneItem@6a8ca9c1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11061 simpleplanes:byg_ebony_large_plane xyz.przemyk.simpleplanes.items.PlaneItem@49819810 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11062 simpleplanes:byg_jacaranda_helicopter xyz.przemyk.simpleplanes.items.PlaneItem@4a63b39d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11063 simpleplanes:byg_mahogany_plane xyz.przemyk.simpleplanes.items.PlaneItem@64aa92dc +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11064 simpleplanes:byg_skyris_large_plane xyz.przemyk.simpleplanes.items.PlaneItem@72bceefb +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11065 simpleplanes:byg_cika_large_plane xyz.przemyk.simpleplanes.items.PlaneItem@2efe5f32 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11066 simpleplanes:byg_jacaranda_plane xyz.przemyk.simpleplanes.items.PlaneItem@75331758 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11067 simpleplanes:byg_maple_plane xyz.przemyk.simpleplanes.items.PlaneItem@175da8c5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11068 simpleplanes:byg_witch_hazel_large_plane xyz.przemyk.simpleplanes.items.PlaneItem@6c9957b9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11069 simpleplanes:byg_blue_enchanted_plane xyz.przemyk.simpleplanes.items.PlaneItem@3e88e592 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11070 simpleplanes:floaty_bedding xyz.przemyk.simpleplanes.items.InformationItem@5e3b7f5d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11071 simpleplanes:bop_fir_plane xyz.przemyk.simpleplanes.items.PlaneItem@3ce78d6b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11072 simpleplanes:byg_witch_hazel_plane xyz.przemyk.simpleplanes.items.PlaneItem@4739f34e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11073 simpleplanes:byg_aspen_mega_plane xyz.przemyk.simpleplanes.items.PlaneItem@67887fb +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11074 simpleplanes:byg_rainbow_eucalyptus_large_plane xyz.przemyk.simpleplanes.items.PlaneItem@65247bfa +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11075 simpleplanes:oak_helicopter xyz.przemyk.simpleplanes.items.PlaneItem@614af57b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11076 simpleplanes:spruce_mega_plane xyz.przemyk.simpleplanes.items.PlaneItem@593e3cda +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11077 simpleplanes:bop_magic_large_plane xyz.przemyk.simpleplanes.items.PlaneItem@69f300b3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11078 simpleplanes:bop_magic_plane xyz.przemyk.simpleplanes.items.PlaneItem@622d327b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11079 simpleplanes:byg_zelkova_mega_plane xyz.przemyk.simpleplanes.items.PlaneItem@4420d8b6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11080 simpleplanes:byg_cika_helicopter xyz.przemyk.simpleplanes.items.PlaneItem@36cbb385 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11081 simpleplanes:byg_fir_large_plane xyz.przemyk.simpleplanes.items.PlaneItem@473ae8e0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11082 simpleplanes:warped_helicopter xyz.przemyk.simpleplanes.items.PlaneItem@271923fa +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11083 davincisvessels:crate_wood net.minecraft.item.ItemBlock@12f157c4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11084 simpleplanes:ft_citrus_large_plane xyz.przemyk.simpleplanes.items.PlaneItem@754f0f79 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11085 simpleplanes:booster xyz.przemyk.simpleplanes.items.InformationItem@63a59d20 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11086 simpleplanes:jungle_mega_plane xyz.przemyk.simpleplanes.items.PlaneItem@13750fc5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11087 simpleplanes:healing xyz.przemyk.simpleplanes.items.InformationItem@3be1e27e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11088 simpleplanes:warped_mega_plane xyz.przemyk.simpleplanes.items.PlaneItem@f69132f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11089 simpleplanes:byg_holly_mega_plane xyz.przemyk.simpleplanes.items.PlaneItem@7fa78922 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11090 simpleplanes:byg_jacaranda_large_plane xyz.przemyk.simpleplanes.items.PlaneItem@59be5061 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11091 simpleplanes:bop_dead_large_plane xyz.przemyk.simpleplanes.items.PlaneItem@4c2c2588 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11092 simpleplanes:byg_willow_mega_plane xyz.przemyk.simpleplanes.items.PlaneItem@ee1fc32 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11093 simpleplanes:byg_witch_hazel_mega_plane xyz.przemyk.simpleplanes.items.PlaneItem@60814cb6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11094 davincisvessels:marker net.minecraft.item.ItemBlock@4a272f78 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11095 simpleplanes:bop_fir_large_plane xyz.przemyk.simpleplanes.items.PlaneItem@11caff1a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11096 simpleplanes:bop_mahogany_large_plane xyz.przemyk.simpleplanes.items.PlaneItem@7d0edb66 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11097 simpleplanes:bop_redwood_plane xyz.przemyk.simpleplanes.items.PlaneItem@49460987 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11098 davincisvessels:engine net.minecraft.item.ItemBlock@33268b88 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11099 simpleplanes:bop_hellbark_large_plane xyz.przemyk.simpleplanes.items.PlaneItem@2e8ad900 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11100 simpleplanes:byg_aspen_helicopter xyz.przemyk.simpleplanes.items.PlaneItem@26394096 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11101 simpleplanes:byg_mangrove_mega_plane xyz.przemyk.simpleplanes.items.PlaneItem@51a628a5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11102 simpleplanes:oak_mega_plane xyz.przemyk.simpleplanes.items.PlaneItem@558c193e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11103 davincisvessels:anchorpoint com.elytradev.davincisvessels.common.object.item.ItemBlockAnchorPoint@3bd54543 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11104 simpleplanes:bop_hellbark_helicopter xyz.przemyk.simpleplanes.items.PlaneItem@21c7bfb1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11105 simpleplanes:byg_cypress_helicopter xyz.przemyk.simpleplanes.items.PlaneItem@4fce81c2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11106 simpleplanes:byg_fir_helicopter xyz.przemyk.simpleplanes.items.PlaneItem@63e7d12c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11107 simpleplanes:shooter xyz.przemyk.simpleplanes.items.InformationItem@485e4cdd +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11108 simpleplanes:bop_umbran_helicopter xyz.przemyk.simpleplanes.items.PlaneItem@70e2772c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11109 simpleplanes:byg_holly_large_plane xyz.przemyk.simpleplanes.items.PlaneItem@3e225077 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11110 simpleplanes:bop_mahogany_plane xyz.przemyk.simpleplanes.items.PlaneItem@74464249 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11111 simpleplanes:byg_green_enchanted_plane xyz.przemyk.simpleplanes.items.PlaneItem@7cbf5a3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11112 simpleplanes:birch_plane xyz.przemyk.simpleplanes.items.PlaneItem@1843cc9a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11113 simpleplanes:byg_baobab_plane xyz.przemyk.simpleplanes.items.PlaneItem@427459d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11114 davincisvessels:gauge com.elytradev.davincisvessels.common.object.item.ItemGaugeBlock@42bda754 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11115 simpleplanes:byg_blue_enchanted_large_plane xyz.przemyk.simpleplanes.items.PlaneItem@5c5c375d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11116 simpleplanes:byg_mangrove_large_plane xyz.przemyk.simpleplanes.items.PlaneItem@7f0d2910 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11117 simpleplanes:byg_ebony_plane xyz.przemyk.simpleplanes.items.PlaneItem@7f8f66fa +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11118 simpleplanes:bop_willow_mega_plane xyz.przemyk.simpleplanes.items.PlaneItem@f75f298 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11119 simpleplanes:ft_cherry_large_plane xyz.przemyk.simpleplanes.items.PlaneItem@77a0c2c9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11120 simpleplanes:byg_cherry_large_plane xyz.przemyk.simpleplanes.items.PlaneItem@7232da6c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11121 simpleplanes:byg_mahogany_helicopter xyz.przemyk.simpleplanes.items.PlaneItem@18944651 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11122 simpleplanes:byg_skyris_helicopter xyz.przemyk.simpleplanes.items.PlaneItem@792d89d0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11123 simpleplanes:acacia_helicopter xyz.przemyk.simpleplanes.items.PlaneItem@4d2ae42c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11124 simpleplanes:byg_pine_large_plane xyz.przemyk.simpleplanes.items.PlaneItem@2788b0f7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11125 simpleplanes:byg_pine_helicopter xyz.przemyk.simpleplanes.items.PlaneItem@712a6aca +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11126 simpleplanes:byg_baobab_helicopter xyz.przemyk.simpleplanes.items.PlaneItem@42b84356 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11127 simpleplanes:dark_oak_helicopter xyz.przemyk.simpleplanes.items.PlaneItem@2f33503a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11128 simpleplanes:byg_cypress_plane xyz.przemyk.simpleplanes.items.PlaneItem@78299eba +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11129 simpleplanes:birch_mega_plane xyz.przemyk.simpleplanes.items.PlaneItem@3a7f788d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11130 simpleplanes:ft_cherry_plane xyz.przemyk.simpleplanes.items.PlaneItem@7f32d171 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11131 simpleplanes:byg_ebony_mega_plane xyz.przemyk.simpleplanes.items.PlaneItem@602af23 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11132 simpleplanes:byg_redwood_helicopter xyz.przemyk.simpleplanes.items.PlaneItem@3b461b9f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11133 simpleplanes:bop_cherry_helicopter xyz.przemyk.simpleplanes.items.PlaneItem@2cf2cabc +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11134 simpleplanes:bop_magic_mega_plane xyz.przemyk.simpleplanes.items.PlaneItem@370cc9c5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11135 simpleplanes:byg_maple_helicopter xyz.przemyk.simpleplanes.items.PlaneItem@4e231ae6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11136 simpleplanes:ft_citrus_mega_plane xyz.przemyk.simpleplanes.items.PlaneItem@bd7737b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11137 simpleplanes:bop_dead_mega_plane xyz.przemyk.simpleplanes.items.PlaneItem@3796bd5f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11138 simpleplanes:byg_cherry_plane xyz.przemyk.simpleplanes.items.PlaneItem@4f69ea03 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11139 simpleplanes:oak_plane xyz.przemyk.simpleplanes.items.PlaneItem@3ea5b3c8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11140 simpleplanes:bop_jacaranda_large_plane xyz.przemyk.simpleplanes.items.PlaneItem@3bb64ee1 +[16:58:30] [Server thread/TRACE] [FML]: Registry Name : minecraft:potions +[16:58:30] [Server thread/TRACE] [FML]: Registry: 0 rustic:ironskin rustic.common.potions.PotionIronSkin@12892a29 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1 minecraft:speed net.minecraft.potion.Potion@20e25bf7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2 minecraft:slowness net.minecraft.potion.Potion@9fc125b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3 minecraft:haste net.minecraft.potion.Potion@62129f97 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4 minecraft:mining_fatigue net.minecraft.potion.Potion@22db974d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5 minecraft:strength net.minecraft.potion.PotionAttackDamage@435a4d2d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6 minecraft:instant_health net.minecraft.potion.PotionHealth@834b0f7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7 minecraft:instant_damage net.minecraft.potion.PotionHealth@4c69b396 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8 minecraft:jump_boost net.minecraft.potion.Potion@49314684 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9 minecraft:nausea net.minecraft.potion.Potion@4d5d945d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10 minecraft:regeneration net.minecraft.potion.Potion@60c33609 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11 minecraft:resistance net.minecraft.potion.Potion@6137dc84 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12 minecraft:fire_resistance net.minecraft.potion.Potion@22f1a340 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13 minecraft:water_breathing net.minecraft.potion.Potion@32f243f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 14 minecraft:invisibility net.minecraft.potion.Potion@7aa5292d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 15 minecraft:blindness net.minecraft.potion.Potion@25291901 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 16 minecraft:night_vision net.minecraft.potion.Potion@a6d4547 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 17 minecraft:hunger net.minecraft.potion.Potion@701996e9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 18 minecraft:weakness net.minecraft.potion.PotionAttackDamage@23263586 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 19 minecraft:poison net.minecraft.potion.Potion@4e2ad1f2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 20 minecraft:wither net.minecraft.potion.Potion@2e0de20d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 21 minecraft:health_boost net.minecraft.potion.PotionHealthBoost@37289e90 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 22 minecraft:absorption net.minecraft.potion.PotionAbsorption@66297b63 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 23 minecraft:saturation net.minecraft.potion.PotionHealth@1d7f2719 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 24 minecraft:glowing net.minecraft.potion.Potion@685e5967 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 25 minecraft:levitation net.minecraft.potion.Potion@106387cf +[16:58:30] [Server thread/TRACE] [FML]: Registry: 26 minecraft:luck net.minecraft.potion.Potion@3d3c14c3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 27 minecraft:unluck net.minecraft.potion.Potion@599fab92 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 28 rustic:feather rustic.common.potions.PotionFeather@7e6489d9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 29 rustic:blazing_trail rustic.common.potions.PotionBlazingTrail@1f7d3dab +[16:58:30] [Server thread/TRACE] [FML]: Registry: 30 rustic:shame rustic.common.potions.PotionShame@221c41fb +[16:58:30] [Server thread/TRACE] [FML]: Registry: 31 rustic:full rustic.common.potions.PotionBase@791feff3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 32 rustic:magic_resistance rustic.common.potions.PotionBase@23ef8b48 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 33 rustic:wither_ward rustic.common.potions.PotionBase@55896afb +[16:58:30] [Server thread/TRACE] [FML]: Registry: 34 rustic:tipsy rustic.common.potions.PotionTipsy@15daea28 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 35 twilightforest:frosted twilightforest.potions.PotionFrosted@3aac52e2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 36 tconstruct:carry slimeknights.tconstruct.gadgets.item.ItemPiggybackPack$CarryPotionEffect@4eb55e8b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 37 tconstruct:enderference slimeknights.tconstruct.library.potion.TinkerPotion@1e91c3ca +[16:58:30] [Server thread/TRACE] [FML]: Registry: 38 tconstruct:insatiable slimeknights.tconstruct.library.potion.TinkerPotion@5179c60c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 39 tconstruct:magnetic slimeknights.tconstruct.tools.traits.TraitMagnetic$MagneticPotion@5ef83f2e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 40 tconstruct:momentum slimeknights.tconstruct.library.potion.TinkerPotion@6955866f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 41 tconstruct:dot slimeknights.tconstruct.tools.traits.TraitSharp$DoT@794a971c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 42 tconstruct:splinter slimeknights.tconstruct.library.potion.TinkerPotion@669c679f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 43 immersiveengineering:flammable blusunrize.immersiveengineering.common.util.IEPotions$IEPotion@513fa51a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 44 immersiveengineering:slippery blusunrize.immersiveengineering.common.util.IEPotions$IEPotion@1b8583ab +[16:58:30] [Server thread/TRACE] [FML]: Registry: 45 immersiveengineering:conductive blusunrize.immersiveengineering.common.util.IEPotions$IEPotion@eb1f821 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 46 immersiveengineering:sticky blusunrize.immersiveengineering.common.util.IEPotions$IEPotion@496840c9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 47 immersiveengineering:stunned blusunrize.immersiveengineering.common.util.IEPotions$IEPotion@65532b8b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 48 immersiveengineering:concretefeet blusunrize.immersiveengineering.common.util.IEPotions$IEPotion@527c6451 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 49 immersiveengineering:flashed blusunrize.immersiveengineering.common.util.IEPotions$IEPotion@530dfecf +[16:58:30] [Server thread/TRACE] [FML]: Registry: 50 betterwithmods:true_sight betterwithmods.common.potion.PotionTruesight@530dc4e5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 51 betterwithmods:fortune betterwithmods.common.potion.BWPotion@7f07f75f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 52 betterwithmods:looting betterwithmods.common.potion.BWPotion@a94156e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 53 betterwithmods:slow_fall betterwithmods.common.potion.PotionSlowfall@38e598fc +[16:58:30] [Server thread/TRACE] [FML]: Registry: 54 quark:curse vazkii.quark.base.potion.PotionMod@2e26d2bc +[16:58:30] [Server thread/TRACE] [FML]: Registry: 55 quark:danger_sight vazkii.quark.base.potion.PotionMod@3145df69 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 56 betterwithaddons:boss betterwithaddons.potion.effects.EffectBoss@1fda38be +[16:58:30] [Server thread/TRACE] [FML]: Registry: 57 betterwithaddons:cannonball betterwithaddons.potion.effects.EffectCannonball@bec71c1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 58 betterwithaddons:electrified betterwithaddons.potion.effects.EffectElectrified@1347e132 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 59 betterwithaddons:tarred betterwithaddons.potion.effects.EffectTarred@c66daa4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 60 bloodmagic:boost WayofTime.bloodmagic.potion.PotionBloodMagic@7b76e2c7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 61 bloodmagic:whirlwind WayofTime.bloodmagic.potion.PotionBloodMagic@74ceaefc +[16:58:30] [Server thread/TRACE] [FML]: Registry: 62 bloodmagic:planar_binding WayofTime.bloodmagic.potion.PotionBloodMagic@7c2f4366 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 63 bloodmagic:soul_snare WayofTime.bloodmagic.potion.PotionBloodMagic@24a75157 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 64 bloodmagic:soul_fray WayofTime.bloodmagic.potion.PotionBloodMagic@680bffde +[16:58:30] [Server thread/TRACE] [FML]: Registry: 65 bloodmagic:fire_fuse WayofTime.bloodmagic.potion.PotionBloodMagic@6933056d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 66 bloodmagic:constrict WayofTime.bloodmagic.potion.PotionBloodMagic@6f815f5e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 67 bloodmagic:plant_leech WayofTime.bloodmagic.potion.PotionBloodMagic@71329610 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 68 bloodmagic:deafness WayofTime.bloodmagic.potion.PotionBloodMagic@46f072e7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 69 bloodmagic:bounce WayofTime.bloodmagic.potion.PotionBloodMagic@37991f39 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 70 bloodmagic:cling WayofTime.bloodmagic.potion.PotionBloodMagic@5287dd3b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 71 bloodmagic:sacrificial_lamb WayofTime.bloodmagic.potion.PotionBloodMagic@3760536d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 72 bloodmagic:flight WayofTime.bloodmagic.potion.PotionBloodMagic@7242682c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 73 bloodmagic:grounded WayofTime.bloodmagic.potion.PotionBloodMagic@d5dc18a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 74 bloodmagic:suspended WayofTime.bloodmagic.potion.PotionBloodMagic@61dfbb1f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 75 bloodmagic:heavy_heart WayofTime.bloodmagic.potion.PotionBloodMagic@54917772 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 76 bloodmagic:feathered WayofTime.bloodmagic.potion.PotionBloodMagic@357366c4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 77 conarm:superhotpotion c4.conarm.common.armor.traits.TraitSuperhot$SuperhotPotion@3a186b1a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 78 nex:freeze nex.potion.PotionFreeze@4e2e98a3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 79 nex:frostbite lex.potion.PotionLibEx@442fac24 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 80 nex:spore lex.potion.PotionLibEx@3d165f00 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 81 nex:lost lex.potion.PotionLibEx@19294f18 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 82 primal:aconite nmd.primal.core.common.potions.PrimalPotion@23f8271e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 83 primal:yew nmd.primal.core.common.potions.PrimalPotion@1a8fe1c9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 84 primal:adrenaline nmd.primal.core.common.potions.PrimalPotion@15ee53c7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 85 primal:porphyria nmd.primal.core.common.potions.PrimalPotion@46ec9fed +[16:58:30] [Server thread/TRACE] [FML]: Registry: 86 primal:water_burn nmd.primal.core.common.potions.PrimalPotion@24ce90f9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 87 primal:sun_burn nmd.primal.core.common.potions.PrimalPotion@412abc00 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 88 totemic:bat pokefenn.totemic.potion.PotionBat@54154e64 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 89 totemic:spider pokefenn.totemic.potion.PotionSpider@40cb325a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 90 abyssalcraft:cplague com.shinoow.abyssalcraft.common.potion.PotionCplague@b411c2d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 91 abyssalcraft:dplague com.shinoow.abyssalcraft.common.potion.PotionDplague@6dd1947e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 92 abyssalcraft:antimatter com.shinoow.abyssalcraft.common.potion.PotionAntimatter@134991ce +[16:58:30] [Server thread/TRACE] [FML]: Registry: 93 cyclicmagic:potion.magnet com.lothrazar.cyclicmagic.potion.effect.PotionMagnet@a09381f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 94 cyclicmagic:potion.ender com.lothrazar.cyclicmagic.potion.effect.PotionEnder@9aafd07 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 95 cyclicmagic:potion.waterwalk com.lothrazar.cyclicmagic.potion.effect.PotionWaterwalk@6839fa28 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 96 cyclicmagic:potion.slowfall com.lothrazar.cyclicmagic.potion.effect.PotionSlowfall@3721d100 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 97 cyclicmagic:potion.snow com.lothrazar.cyclicmagic.potion.effect.PotionSnow@742bce3b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 98 cyclicmagic:potion.swimspeed com.lothrazar.cyclicmagic.potion.effect.PotionSwimSpeed@2ab7477c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 99 cyclicmagic:potion.bounce com.lothrazar.cyclicmagic.potion.effect.PotionBounce@df800b8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 100 cyclicmagic:potion.frostwalker com.lothrazar.cyclicmagic.potion.effect.PotionFrostWalker@34e879d6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 101 cyclicmagic:potion.butter com.lothrazar.cyclicmagic.potion.effect.PotionDropItems@1e982366 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 102 cyclicmagic:potion.stunned com.lothrazar.cyclicmagic.potion.effect.PotionStunned@e041b6e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 103 cyclicmagic:potion.saturation com.lothrazar.cyclicmagic.potion.effect.PotionSaturation@433437d6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 104 astralsorcery:potioncheatdeath hellfirepvp.astralsorcery.common.potion.PotionCheatDeath@410d62d1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 105 astralsorcery:potionbleed hellfirepvp.astralsorcery.common.potion.PotionBleed@222fe652 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 106 astralsorcery:potionspellplague hellfirepvp.astralsorcery.common.potion.PotionSpellPlague@6a404ae2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 107 astralsorcery:potiondropmodifier hellfirepvp.astralsorcery.common.potion.PotionDropModifier@352dce31 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 108 astralsorcery:potiontimefreeze hellfirepvp.astralsorcery.common.potion.PotionTimeFreeze@1f1c39af +[16:58:30] [Server thread/TRACE] [FML]: Registry: 109 nutrition:toughness ca.wescook.nutrition.potions.PotionToughness@42dc5168 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 110 nutrition:nourished ca.wescook.nutrition.potions.PotionNourished@2a23048b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 111 nutrition:malnourished ca.wescook.nutrition.potions.PotionMalnourished@71241bb8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 112 thebetweenlands:effect_petrify thebetweenlands.common.herblore.elixir.effects.ElixirEffect$ElixirPotionEffect@1d499cd2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 113 thebetweenlands:effect_isolatedsenses thebetweenlands.common.herblore.elixir.effects.ElixirEffect$ElixirPotionEffect@4ce1ad18 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 114 thebetweenlands:effect_limbless thebetweenlands.common.herblore.elixir.effects.ElixirEffect$ElixirPotionEffect@1f1281e3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 115 thebetweenlands:effect_deformed thebetweenlands.common.herblore.elixir.effects.ElixirEffect$ElixirPotionEffect@56b0eb69 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 116 thebetweenlands:effect_foggedmind thebetweenlands.common.herblore.elixir.effects.ElixirEffect$ElixirPotionEffect@7ce4261 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 117 thebetweenlands:effect_heavyweight thebetweenlands.common.herblore.elixir.effects.ElixirEffect$ElixirPotionEffect@4686b6ed +[16:58:30] [Server thread/TRACE] [FML]: Registry: 118 thebetweenlands:effect_basilisk thebetweenlands.common.herblore.elixir.effects.ElixirEffect$ElixirPotionEffect@4d103a47 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 119 thebetweenlands:effect_weakbow thebetweenlands.common.herblore.elixir.effects.ElixirEffect$ElixirPotionEffect@1c2a6b2f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 120 thebetweenlands:effect_blindman thebetweenlands.common.herblore.elixir.effects.ElixirEffect$ElixirPotionEffect@6902ff81 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 121 thebetweenlands:effect_slugarm thebetweenlands.common.herblore.elixir.effects.ElixirEffect$ElixirPotionEffect@1a400d92 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 122 thebetweenlands:effect_stenching thebetweenlands.common.herblore.elixir.effects.ElixirEffect$ElixirPotionEffect@56cede9f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 123 thebetweenlands:effect_drunkard thebetweenlands.common.herblore.elixir.effects.ElixirEffect$ElixirPotionEffect@19f2a47a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 124 thebetweenlands:effect_starvation thebetweenlands.common.herblore.elixir.effects.ElixirEffect$ElixirPotionEffect@67f2be32 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 125 thebetweenlands:effect_poisonsting thebetweenlands.common.herblore.elixir.effects.ElixirEffect$ElixirPotionEffect@7d4403c3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 126 thebetweenlands:effect_decay thebetweenlands.common.herblore.elixir.effects.ElixirEffect$ElixirPotionEffect@5dde00d2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 127 thebetweenlands:effect_draining thebetweenlands.common.herblore.elixir.effects.ElixirEffect$ElixirPotionEffect@5103ae67 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 128 thebetweenlands:effect_lumbering thebetweenlands.common.herblore.elixir.effects.ElixirEffect$ElixirPotionEffect@23f2895b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 129 thebetweenlands:effect_weakness thebetweenlands.common.herblore.elixir.effects.ElixirEffect$ElixirPotionEffect@7e75dcfd +[16:58:30] [Server thread/TRACE] [FML]: Registry: 130 thebetweenlands:effect_hunterssensemaster thebetweenlands.common.herblore.elixir.effects.ElixirEffect$ElixirPotionEffect@53009b71 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 131 thebetweenlands:effect_wings thebetweenlands.common.herblore.elixir.effects.ElixirEffect$ElixirPotionEffect@1f3c67e0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 132 thebetweenlands:effect_gillsgrowth thebetweenlands.common.herblore.elixir.effects.ElixirEffect$ElixirPotionEffect@28b39d0d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 133 thebetweenlands:effect_unclouded thebetweenlands.common.herblore.elixir.effects.ElixirEffect$ElixirPotionEffect@78f12ed2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 134 thebetweenlands:effect_lightweight thebetweenlands.common.herblore.elixir.effects.ElixirEffect$ElixirPotionEffect@2ffde9ae +[16:58:30] [Server thread/TRACE] [FML]: Registry: 135 thebetweenlands:effect_spiderbreed thebetweenlands.common.herblore.elixir.effects.ElixirEffect$ElixirPotionEffect@538298d6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 136 thebetweenlands:effect_sagittarius thebetweenlands.common.herblore.elixir.effects.ElixirEffect$ElixirPotionEffect@67ed2c5e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 137 thebetweenlands:effect_catseyes thebetweenlands.common.herblore.elixir.effects.ElixirEffect$ElixirPotionEffect@169b09cf +[16:58:30] [Server thread/TRACE] [FML]: Registry: 138 thebetweenlands:effect_swiftarm thebetweenlands.common.herblore.elixir.effects.ElixirEffect$ElixirPotionEffect@566b222b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 139 thebetweenlands:effect_masking thebetweenlands.common.herblore.elixir.effects.ElixirEffect$ElixirPotionEffect@11e84418 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 140 thebetweenlands:effect_hunterssense thebetweenlands.common.herblore.elixir.effects.ElixirEffect$ElixirPotionEffect@1fe905a7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 141 thebetweenlands:effect_feasting thebetweenlands.common.herblore.elixir.effects.ElixirEffect$ElixirPotionEffect@51f2a2e4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 142 thebetweenlands:effect_toughskin thebetweenlands.common.herblore.elixir.effects.ElixirEffect$ElixirPotionEffect@5e87b88b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 143 thebetweenlands:effect_ripening thebetweenlands.common.herblore.elixir.effects.ElixirEffect$ElixirPotionEffect@d9cefc7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 144 thebetweenlands:effect_healing thebetweenlands.common.herblore.elixir.effects.ElixirEffect$ElixirPotionEffect@5a0f17ee +[16:58:30] [Server thread/TRACE] [FML]: Registry: 145 thebetweenlands:effect_nimblefeet thebetweenlands.common.herblore.elixir.effects.ElixirEffect$ElixirPotionEffect@1eae7bc9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 146 thebetweenlands:effect_strength thebetweenlands.common.herblore.elixir.effects.ElixirEffect$ElixirPotionEffect@7d0edb77 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 147 thebetweenlands:root_bound thebetweenlands.common.herblore.elixir.PotionRootBound@1706f1c6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 148 thebetweenlands:enlightened thebetweenlands.common.herblore.elixir.PotionEnlightened@359424af +[16:58:30] [Server thread/TRACE] [FML]: Registry Name : minecraft:biomes +[16:58:30] [Server thread/TRACE] [FML]: Registry: 0 minecraft:ocean net.minecraft.world.biome.BiomeOcean@119cd026 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1 minecraft:plains net.minecraft.world.biome.BiomePlains@731a5a39 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2 minecraft:desert net.minecraft.world.biome.BiomeDesert@6da76bb1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3 minecraft:extreme_hills net.minecraft.world.biome.BiomeHills@38410ce5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4 minecraft:forest net.minecraft.world.biome.BiomeForest@70028163 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5 minecraft:taiga net.minecraft.world.biome.BiomeTaiga@124e538e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6 minecraft:swampland net.minecraft.world.biome.BiomeSwamp@6ac9742e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7 minecraft:river net.minecraft.world.biome.BiomeRiver@21298c3a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8 minecraft:hell net.minecraft.world.biome.BiomeHell@4f9a8d71 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9 minecraft:sky net.minecraft.world.biome.BiomeEnd@1201c2f6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10 minecraft:frozen_ocean net.minecraft.world.biome.BiomeOcean@cbf9cc1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11 minecraft:frozen_river net.minecraft.world.biome.BiomeRiver@4ae93e38 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12 minecraft:ice_flats net.minecraft.world.biome.BiomeSnow@111ae918 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13 minecraft:ice_mountains net.minecraft.world.biome.BiomeSnow@41fdb59c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 14 minecraft:mushroom_island net.minecraft.world.biome.BiomeMushroomIsland@5112858c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 15 minecraft:mushroom_island_shore net.minecraft.world.biome.BiomeMushroomIsland@1786e49f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 16 minecraft:beaches net.minecraft.world.biome.BiomeBeach@275ff5f8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 17 minecraft:desert_hills net.minecraft.world.biome.BiomeDesert@62243a7a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 18 minecraft:forest_hills net.minecraft.world.biome.BiomeForest@42a698bd +[16:58:30] [Server thread/TRACE] [FML]: Registry: 19 minecraft:taiga_hills net.minecraft.world.biome.BiomeTaiga@26acbc9d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 20 minecraft:smaller_extreme_hills net.minecraft.world.biome.BiomeHills@7e047d85 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 21 minecraft:jungle net.minecraft.world.biome.BiomeJungle@4a0161ee +[16:58:30] [Server thread/TRACE] [FML]: Registry: 22 minecraft:jungle_hills net.minecraft.world.biome.BiomeJungle@58192546 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 23 minecraft:jungle_edge net.minecraft.world.biome.BiomeJungle@18be7f57 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 24 minecraft:deep_ocean net.minecraft.world.biome.BiomeOcean@64aab3fd +[16:58:30] [Server thread/TRACE] [FML]: Registry: 25 minecraft:stone_beach net.minecraft.world.biome.BiomeStoneBeach@34c79268 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 26 minecraft:cold_beach net.minecraft.world.biome.BiomeBeach@5fe80760 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 27 minecraft:birch_forest net.minecraft.world.biome.BiomeForest@6e6c723b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 28 minecraft:birch_forest_hills net.minecraft.world.biome.BiomeForest@66859669 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 29 minecraft:roofed_forest net.minecraft.world.biome.BiomeForest@6e591c03 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 30 minecraft:taiga_cold net.minecraft.world.biome.BiomeTaiga@7115d5af +[16:58:30] [Server thread/TRACE] [FML]: Registry: 31 minecraft:taiga_cold_hills net.minecraft.world.biome.BiomeTaiga@7ce58c1c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 32 minecraft:redwood_taiga net.minecraft.world.biome.BiomeTaiga@36996b37 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 33 minecraft:redwood_taiga_hills net.minecraft.world.biome.BiomeTaiga@1006d0e3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 34 minecraft:extreme_hills_with_trees net.minecraft.world.biome.BiomeHills@4f61c7e1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 35 minecraft:savanna net.minecraft.world.biome.BiomeSavanna@6289376f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 36 minecraft:savanna_rock net.minecraft.world.biome.BiomeSavanna@442e7215 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 37 minecraft:mesa net.minecraft.world.biome.BiomeMesa@2df6d461 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 38 minecraft:mesa_rock net.minecraft.world.biome.BiomeMesa@1791670e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 39 minecraft:mesa_clear_rock net.minecraft.world.biome.BiomeMesa@4d5d6297 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 40 jeid:error_biome net.minecraft.world.biome.BiomeVoid@43ac92be +[16:58:30] [Server thread/TRACE] [FML]: Registry: 41 twilightforest:twilight_lake twilightforest.biomes.TFBiomeTwilightLake@7b76aa47 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 42 twilightforest:twilight_forest twilightforest.biomes.TFBiomeBase@4d83757a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 43 twilightforest:dense_twilight_forest twilightforest.biomes.TFBiomeTwilightForestVariant@2c1d6961 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 44 twilightforest:twilight_highlands twilightforest.biomes.TFBiomeHighlands@6e9c8fc2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 45 twilightforest:mushroom_forest twilightforest.biomes.TFBiomeMushrooms@25addd6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 46 twilightforest:twilight_swamp twilightforest.biomes.TFBiomeSwamp@37f274b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 47 twilightforest:twilight_stream twilightforest.biomes.TFBiomeStream@d395843 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 48 twilightforest:snowy_forest twilightforest.biomes.TFBiomeSnow@69f65a2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 49 twilightforest:twilight_glacier twilightforest.biomes.TFBiomeGlacier@30dceaa2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 50 twilightforest:twilight_clearing twilightforest.biomes.TFBiomeClearing@21e36752 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 51 twilightforest:oak_savannah twilightforest.biomes.TFBiomeOakSavanna@da58b2c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 52 twilightforest:firefly_forest twilightforest.biomes.TFBiomeFireflyForest@2010456d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 53 twilightforest:deep_mushroom_forest twilightforest.biomes.TFBiomeDeepMushrooms@26d04be9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 54 twilightforest:dark_forest twilightforest.biomes.TFBiomeDarkForest@14f9213b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 55 twilightforest:enchanted_forest twilightforest.biomes.TFBiomeEnchantedForest@2654b91a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 56 twilightforest:fire_swamp twilightforest.biomes.TFBiomeFireSwamp@11b0a38c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 57 twilightforest:dark_forest_center twilightforest.biomes.TFBiomeDarkForestCenter@6ababc71 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 58 twilightforest:highlands_center twilightforest.biomes.TFBiomeFinalPlateau@330bd93a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 59 twilightforest:thornlands twilightforest.biomes.TFBiomeThornlands@6a67a87e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 60 traverse:autumnal_woods prospector.traverse.world.biomes.BiomeAutumnalWoods@5ec53629 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 61 traverse:woodlands prospector.traverse.world.biomes.BiomeWoodlands@251f172f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 62 traverse:mini_jungle prospector.traverse.world.biomes.BiomeMiniJungle@159317c8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 63 traverse:meadow prospector.traverse.world.biomes.BiomeMeadow@3c6e840b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 64 traverse:green_swamp prospector.traverse.world.biomes.BiomeLushSwamp@e79f972 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 65 traverse:red_desert prospector.traverse.world.biomes.BiomeRedDesert@530231fd +[16:58:30] [Server thread/TRACE] [FML]: Registry: 66 traverse:temperate_rainforest prospector.traverse.world.biomes.BiomeConiferousForest@5e225102 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 67 traverse:badlands prospector.traverse.world.biomes.BiomeBadlands@16a4d811 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 68 traverse:mountainous_desert prospector.traverse.world.biomes.BiomeMountainousDesert@57d701de +[16:58:30] [Server thread/TRACE] [FML]: Registry: 69 traverse:rocky_plateau prospector.traverse.world.biomes.BiomeRockyPlateau@15984f00 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 70 traverse:forested_hills prospector.traverse.world.biomes.BiomeForestedHills@59fea6f0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 71 traverse:birch_forested_hills prospector.traverse.world.biomes.BiomeForestedHills@69aa898e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 72 traverse:autumnal_wooded_hills prospector.traverse.world.biomes.BiomeAutumnalWoodedHills@61cbc94 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 73 traverse:cliffs prospector.traverse.world.biomes.BiomeCliffs@512b0318 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 74 traverse:glacier prospector.traverse.world.biomes.BiomeGlacier@7dcee6eb +[16:58:30] [Server thread/TRACE] [FML]: Registry: 75 traverse:glacier_spikes prospector.traverse.world.biomes.BiomeGlacier@4095f625 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 76 traverse:snowy_coniferous_forest prospector.traverse.world.biomes.BiomeConiferousForest@230e0abf +[16:58:30] [Server thread/TRACE] [FML]: Registry: 77 traverse:lush_hills prospector.traverse.world.biomes.BiomeLushHills@2a34ee05 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 78 traverse:canyon prospector.traverse.world.biomes.BiomeCanyon@20c7bc16 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 79 traverse:crag_cliffs prospector.traverse.world.biomes.BiomeCragCliffs@4f8c52f5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 80 appliedenergistics2:storage_biome appeng.spatial.BiomeGenStorage@114d630a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 81 galacticraftcore:outer space micdoodle8.mods.galacticraft.api.prefab.world.gen.BiomeAdaptive@28e3aa1e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 82 galacticraftplanets:outer space 1 micdoodle8.mods.galacticraft.api.prefab.world.gen.BiomeAdaptive@27f3f99a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 83 galacticraftplanets:outer space 2 micdoodle8.mods.galacticraft.api.prefab.world.gen.BiomeAdaptive@7ff8c974 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 84 extraplanets:outer space 3 micdoodle8.mods.galacticraft.api.prefab.world.gen.BiomeAdaptive@752af53e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 85 extraplanets:outer space 4 micdoodle8.mods.galacticraft.api.prefab.world.gen.BiomeAdaptive@40ac02df +[16:58:30] [Server thread/TRACE] [FML]: Registry: 86 extraplanets:outer space 5 micdoodle8.mods.galacticraft.api.prefab.world.gen.BiomeAdaptive@782b0c79 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 87 extraplanets:outer space 6 micdoodle8.mods.galacticraft.api.prefab.world.gen.BiomeAdaptive@41a1d961 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 88 extraplanets:outer space 7 micdoodle8.mods.galacticraft.api.prefab.world.gen.BiomeAdaptive@6380576e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 89 extraplanets:outer space 8 micdoodle8.mods.galacticraft.api.prefab.world.gen.BiomeAdaptive@439a0b3b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 90 extraplanets:outer space 9 micdoodle8.mods.galacticraft.api.prefab.world.gen.BiomeAdaptive@63f28ff5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 91 extraplanets:outer space 10 micdoodle8.mods.galacticraft.api.prefab.world.gen.BiomeAdaptive@2cd7383b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 92 extraplanets:outer space 11 micdoodle8.mods.galacticraft.api.prefab.world.gen.BiomeAdaptive@4d0d21e8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 93 extraplanets:outer space 12 micdoodle8.mods.galacticraft.api.prefab.world.gen.BiomeAdaptive@5e5d28a1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 94 integrateddynamics:biome_meneglin org.cyclops.integrateddynamics.world.biome.BiomeMeneglin@292789b8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 95 nex:ruthless_sands nex.world.biome.BiomeRuthlessSands@1b375234 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 96 nex:fungi_forest nex.world.biome.BiomeFungiForest@7f914f07 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 97 nex:torrid_wasteland nex.world.biome.BiomeTorridWasteland@46afb178 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 98 nex:arctic_abyss nex.world.biome.BiomeArcticAbyss@4e50f967 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 99 abyssalcraft:darklands com.shinoow.abyssalcraft.common.world.biome.BiomeGenDarklands@6f57a46b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 100 abyssalcraft:darklands_forest com.shinoow.abyssalcraft.common.world.biome.BiomeGenDarklandsForest@1acb27f1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 101 abyssalcraft:darklands_plains com.shinoow.abyssalcraft.common.world.biome.BiomeGenDarklandsPlains@215461a1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 102 abyssalcraft:darklands_hills com.shinoow.abyssalcraft.common.world.biome.BiomeGenDarklandsHills@68063f2d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 103 abyssalcraft:darklands_mountains com.shinoow.abyssalcraft.common.world.biome.BiomeGenDarklandsMountains@3a20aaba +[16:58:30] [Server thread/TRACE] [FML]: Registry: 104 abyssalcraft:coralium_infested_swamp com.shinoow.abyssalcraft.common.world.biome.BiomeGenCorSwamp@7917e6a0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 105 abyssalcraft:abyssal_wastelands com.shinoow.abyssalcraft.common.world.biome.BiomeGenAbywasteland@7bccd94a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 106 abyssalcraft:dreadlands com.shinoow.abyssalcraft.common.world.biome.BiomeGenDreadlands@22ea6e49 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 107 abyssalcraft:purified_dreadlands com.shinoow.abyssalcraft.common.world.biome.BiomeGenAbyDreadlands@1d2065d4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 108 abyssalcraft:dreadlands_forest com.shinoow.abyssalcraft.common.world.biome.BiomeGenForestDreadlands@5bc4b236 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 109 abyssalcraft:dreadlands_mountains com.shinoow.abyssalcraft.common.world.biome.BiomeGenMountainDreadlands@465f368d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 110 abyssalcraft:omothol com.shinoow.abyssalcraft.common.world.biome.BiomeGenOmothol@37b69029 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 111 abyssalcraft:dark_realm com.shinoow.abyssalcraft.common.world.biome.BiomeGenDarkRealm@29264dce +[16:58:30] [Server thread/TRACE] [FML]: Registry: 112 abyssalcraft:purged com.shinoow.abyssalcraft.common.world.biome.BiomePurged@570d1fde +[16:58:30] [Server thread/TRACE] [FML]: Registry: 113 thebetweenlands:patchy_islands thebetweenlands.common.world.biome.BiomePatchyIslands@37e1400b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 114 thebetweenlands:swamplands thebetweenlands.common.world.biome.BiomeSwamplands@529b7bad +[16:58:30] [Server thread/TRACE] [FML]: Registry: 115 thebetweenlands:deep_waters thebetweenlands.common.world.biome.BiomeDeepWaters@7e184a19 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 116 thebetweenlands:coarse_islands thebetweenlands.common.world.biome.BiomeCoarseIslands@384ac444 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 117 thebetweenlands:sludge_plains thebetweenlands.common.world.biome.BiomeSludgePlains@5162a5e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 118 thebetweenlands:marsh_0 thebetweenlands.common.world.biome.BiomeMarsh@cd97f42 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 119 thebetweenlands:marsh_1 thebetweenlands.common.world.biome.BiomeMarsh@30ada442 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 120 thebetweenlands:swamplands_clearing thebetweenlands.common.world.biome.BiomeSwamplandsClearing@5e2b3ef7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 121 thebetweenlands:sludge_plains_clearing thebetweenlands.common.world.biome.BiomeSludgePlainsClearing@6adbabb6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 122 beneath:the_beneath com.shinoow.beneath.common.world.biome.BiomeDeepDank@2dbffac0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 127 minecraft:void net.minecraft.world.biome.BiomeVoid@3741a170 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 129 minecraft:mutated_plains net.minecraft.world.biome.BiomePlains@2541b4d3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 130 minecraft:mutated_desert net.minecraft.world.biome.BiomeDesert@6c5e6da +[16:58:30] [Server thread/TRACE] [FML]: Registry: 131 minecraft:mutated_extreme_hills net.minecraft.world.biome.BiomeHills@7f027735 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 132 minecraft:mutated_forest net.minecraft.world.biome.BiomeForest@45f20384 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 133 minecraft:mutated_taiga net.minecraft.world.biome.BiomeTaiga@6d3dc0c5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 134 minecraft:mutated_swampland net.minecraft.world.biome.BiomeSwamp@4467088e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 140 minecraft:mutated_ice_flats net.minecraft.world.biome.BiomeSnow@283074e8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 149 minecraft:mutated_jungle net.minecraft.world.biome.BiomeJungle@7d0bbc49 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 151 minecraft:mutated_jungle_edge net.minecraft.world.biome.BiomeJungle@7eb370c5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 155 minecraft:mutated_birch_forest net.minecraft.world.biome.BiomeForestMutated@29509774 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 156 minecraft:mutated_birch_forest_hills net.minecraft.world.biome.BiomeForestMutated@9198fe3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 157 minecraft:mutated_roofed_forest net.minecraft.world.biome.BiomeForest@6cc9f35d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 158 minecraft:mutated_taiga_cold net.minecraft.world.biome.BiomeTaiga@f61b92d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 160 minecraft:mutated_redwood_taiga net.minecraft.world.biome.BiomeTaiga@22277482 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 161 minecraft:mutated_redwood_taiga_hills net.minecraft.world.biome.BiomeTaiga@670481b2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 162 minecraft:mutated_extreme_hills_with_trees net.minecraft.world.biome.BiomeHills@4474c514 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 163 minecraft:mutated_savanna net.minecraft.world.biome.BiomeSavannaMutated@5fc44b4b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 164 minecraft:mutated_savanna_rock net.minecraft.world.biome.BiomeSavannaMutated@1c8e4810 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 165 minecraft:mutated_mesa net.minecraft.world.biome.BiomeMesa@7e3062f0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 166 minecraft:mutated_mesa_rock net.minecraft.world.biome.BiomeMesa@4dfe14d4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 167 minecraft:mutated_mesa_clear_rock net.minecraft.world.biome.BiomeMesa@309d9033 +[16:58:30] [Server thread/TRACE] [FML]: Registry Name : minecraft:soundevents +[16:58:30] [Server thread/TRACE] [FML]: Registry: 0 minecraft:ambient.cave net.minecraft.util.SoundEvent@50734cea +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1 minecraft:block.anvil.break net.minecraft.util.SoundEvent@784212 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2 minecraft:block.anvil.destroy net.minecraft.util.SoundEvent@5ac646b3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3 minecraft:block.anvil.fall net.minecraft.util.SoundEvent@24b38e8f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4 minecraft:block.anvil.hit net.minecraft.util.SoundEvent@5cf072ea +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5 minecraft:block.anvil.land net.minecraft.util.SoundEvent@1edac3b4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6 minecraft:block.anvil.place net.minecraft.util.SoundEvent@7641ed02 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7 minecraft:block.anvil.step net.minecraft.util.SoundEvent@4ebed2b3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8 minecraft:block.anvil.use net.minecraft.util.SoundEvent@11069eac +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9 minecraft:block.brewing_stand.brew net.minecraft.util.SoundEvent@5909285b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10 minecraft:block.chest.close net.minecraft.util.SoundEvent@2059f785 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11 minecraft:block.chest.locked net.minecraft.util.SoundEvent@18ca9277 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12 minecraft:block.chest.open net.minecraft.util.SoundEvent@3d9c8c3c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13 minecraft:block.chorus_flower.death net.minecraft.util.SoundEvent@2dc73024 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 14 minecraft:block.chorus_flower.grow net.minecraft.util.SoundEvent@42cd0fc6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 15 minecraft:block.cloth.break net.minecraft.util.SoundEvent@e5864c2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 16 minecraft:block.cloth.fall net.minecraft.util.SoundEvent@577cf459 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 17 minecraft:block.cloth.hit net.minecraft.util.SoundEvent@432eb882 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 18 minecraft:block.cloth.place net.minecraft.util.SoundEvent@69372c1e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 19 minecraft:block.cloth.step net.minecraft.util.SoundEvent@24842b8e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 20 minecraft:block.comparator.click net.minecraft.util.SoundEvent@146add7b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 21 minecraft:block.dispenser.dispense net.minecraft.util.SoundEvent@22368ddc +[16:58:30] [Server thread/TRACE] [FML]: Registry: 22 minecraft:block.dispenser.fail net.minecraft.util.SoundEvent@72b10258 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 23 minecraft:block.dispenser.launch net.minecraft.util.SoundEvent@77ec9fdb +[16:58:30] [Server thread/TRACE] [FML]: Registry: 24 minecraft:block.enchantment_table.use net.minecraft.util.SoundEvent@35af1558 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 25 minecraft:block.end_gateway.spawn net.minecraft.util.SoundEvent@2361365c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 26 minecraft:block.end_portal.spawn net.minecraft.util.SoundEvent@59b853aa +[16:58:30] [Server thread/TRACE] [FML]: Registry: 27 minecraft:block.end_portal_frame.fill net.minecraft.util.SoundEvent@4ab90d01 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 28 minecraft:block.enderchest.close net.minecraft.util.SoundEvent@771d4db +[16:58:30] [Server thread/TRACE] [FML]: Registry: 29 minecraft:block.enderchest.open net.minecraft.util.SoundEvent@2d88c1bf +[16:58:30] [Server thread/TRACE] [FML]: Registry: 30 minecraft:block.fence_gate.close net.minecraft.util.SoundEvent@3636f2a7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 31 minecraft:block.fence_gate.open net.minecraft.util.SoundEvent@34652065 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 32 minecraft:block.fire.ambient net.minecraft.util.SoundEvent@3dbbed3e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 33 minecraft:block.fire.extinguish net.minecraft.util.SoundEvent@56d5460f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 34 minecraft:block.furnace.fire_crackle net.minecraft.util.SoundEvent@57f725b8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 35 minecraft:block.glass.break net.minecraft.util.SoundEvent@4a0c512b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 36 minecraft:block.glass.fall net.minecraft.util.SoundEvent@28bc9749 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 37 minecraft:block.glass.hit net.minecraft.util.SoundEvent@54a5496f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 38 minecraft:block.glass.place net.minecraft.util.SoundEvent@3a116ca6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 39 minecraft:block.glass.step net.minecraft.util.SoundEvent@12bcf7c6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 40 minecraft:block.grass.break net.minecraft.util.SoundEvent@5e763c07 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 41 minecraft:block.grass.fall net.minecraft.util.SoundEvent@2066e897 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 42 minecraft:block.grass.hit net.minecraft.util.SoundEvent@1123d461 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 43 minecraft:block.grass.place net.minecraft.util.SoundEvent@64540344 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 44 minecraft:block.grass.step net.minecraft.util.SoundEvent@b2d8dcd +[16:58:30] [Server thread/TRACE] [FML]: Registry: 45 minecraft:block.gravel.break net.minecraft.util.SoundEvent@1c98fe6f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 46 minecraft:block.gravel.fall net.minecraft.util.SoundEvent@1397b141 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 47 minecraft:block.gravel.hit net.minecraft.util.SoundEvent@579dde54 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 48 minecraft:block.gravel.place net.minecraft.util.SoundEvent@30b9728f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 49 minecraft:block.gravel.step net.minecraft.util.SoundEvent@6b899971 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 50 minecraft:block.iron_door.close net.minecraft.util.SoundEvent@453a30f8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 51 minecraft:block.iron_door.open net.minecraft.util.SoundEvent@7cec3975 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 52 minecraft:block.iron_trapdoor.close net.minecraft.util.SoundEvent@73a116d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 53 minecraft:block.iron_trapdoor.open net.minecraft.util.SoundEvent@205f52ea +[16:58:30] [Server thread/TRACE] [FML]: Registry: 54 minecraft:block.ladder.break net.minecraft.util.SoundEvent@34f60be9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 55 minecraft:block.ladder.fall net.minecraft.util.SoundEvent@29ccab93 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 56 minecraft:block.ladder.hit net.minecraft.util.SoundEvent@7e2a76be +[16:58:30] [Server thread/TRACE] [FML]: Registry: 57 minecraft:block.ladder.place net.minecraft.util.SoundEvent@24b8a393 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 58 minecraft:block.ladder.step net.minecraft.util.SoundEvent@20155dae +[16:58:30] [Server thread/TRACE] [FML]: Registry: 59 minecraft:block.lava.ambient net.minecraft.util.SoundEvent@6c49ea0c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 60 minecraft:block.lava.extinguish net.minecraft.util.SoundEvent@417bfebd +[16:58:30] [Server thread/TRACE] [FML]: Registry: 61 minecraft:block.lava.pop net.minecraft.util.SoundEvent@20be793a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 62 minecraft:block.lever.click net.minecraft.util.SoundEvent@2a4cb8ae +[16:58:30] [Server thread/TRACE] [FML]: Registry: 63 minecraft:block.metal.break net.minecraft.util.SoundEvent@9763e61 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 64 minecraft:block.metal.fall net.minecraft.util.SoundEvent@17e6b7e4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 65 minecraft:block.metal.hit net.minecraft.util.SoundEvent@44c27b8b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 66 minecraft:block.metal.place net.minecraft.util.SoundEvent@b842275 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 67 minecraft:block.metal.step net.minecraft.util.SoundEvent@33399052 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 68 minecraft:block.metal_pressureplate.click_off net.minecraft.util.SoundEvent@11c25846 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 69 minecraft:block.metal_pressureplate.click_on net.minecraft.util.SoundEvent@460b77d6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 70 minecraft:block.note.basedrum net.minecraft.util.SoundEvent@6cb662e8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 71 minecraft:block.note.bass net.minecraft.util.SoundEvent@13f2d42c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 72 minecraft:block.note.bell net.minecraft.util.SoundEvent@1071ae7c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 73 minecraft:block.note.chime net.minecraft.util.SoundEvent@dd9de63 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 74 minecraft:block.note.flute net.minecraft.util.SoundEvent@52a75c12 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 75 minecraft:block.note.guitar net.minecraft.util.SoundEvent@57f1a1de +[16:58:30] [Server thread/TRACE] [FML]: Registry: 76 minecraft:block.note.harp net.minecraft.util.SoundEvent@4a6ef712 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 77 minecraft:block.note.hat net.minecraft.util.SoundEvent@98712fa +[16:58:30] [Server thread/TRACE] [FML]: Registry: 78 minecraft:block.note.pling net.minecraft.util.SoundEvent@61288814 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 79 minecraft:block.note.snare net.minecraft.util.SoundEvent@3b8d2abe +[16:58:30] [Server thread/TRACE] [FML]: Registry: 80 minecraft:block.note.xylophone net.minecraft.util.SoundEvent@6669cba +[16:58:30] [Server thread/TRACE] [FML]: Registry: 81 minecraft:block.piston.contract net.minecraft.util.SoundEvent@37c74e4e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 82 minecraft:block.piston.extend net.minecraft.util.SoundEvent@128a188a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 83 minecraft:block.portal.ambient net.minecraft.util.SoundEvent@400008bf +[16:58:30] [Server thread/TRACE] [FML]: Registry: 84 minecraft:block.portal.travel net.minecraft.util.SoundEvent@72b1df49 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 85 minecraft:block.portal.trigger net.minecraft.util.SoundEvent@7f894a6f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 86 minecraft:block.redstone_torch.burnout net.minecraft.util.SoundEvent@3d05435c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 87 minecraft:block.sand.break net.minecraft.util.SoundEvent@7d80e1b3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 88 minecraft:block.sand.fall net.minecraft.util.SoundEvent@1b732dd +[16:58:30] [Server thread/TRACE] [FML]: Registry: 89 minecraft:block.sand.hit net.minecraft.util.SoundEvent@3458dab6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 90 minecraft:block.sand.place net.minecraft.util.SoundEvent@23d060c2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 91 minecraft:block.sand.step net.minecraft.util.SoundEvent@59278072 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 92 minecraft:block.shulker_box.close net.minecraft.util.SoundEvent@61be6051 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 93 minecraft:block.shulker_box.open net.minecraft.util.SoundEvent@13c18bba +[16:58:30] [Server thread/TRACE] [FML]: Registry: 94 minecraft:block.slime.break net.minecraft.util.SoundEvent@33373f70 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 95 minecraft:block.slime.fall net.minecraft.util.SoundEvent@56f61d74 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 96 minecraft:block.slime.hit net.minecraft.util.SoundEvent@44d84313 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 97 minecraft:block.slime.place net.minecraft.util.SoundEvent@5bdb9c69 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 98 minecraft:block.slime.step net.minecraft.util.SoundEvent@511de4dd +[16:58:30] [Server thread/TRACE] [FML]: Registry: 99 minecraft:block.snow.break net.minecraft.util.SoundEvent@37e64e37 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 100 minecraft:block.snow.fall net.minecraft.util.SoundEvent@31204303 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 101 minecraft:block.snow.hit net.minecraft.util.SoundEvent@369fb99a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 102 minecraft:block.snow.place net.minecraft.util.SoundEvent@81a8898 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 103 minecraft:block.snow.step net.minecraft.util.SoundEvent@d08f85a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 104 minecraft:block.stone.break net.minecraft.util.SoundEvent@3e839aa3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 105 minecraft:block.stone.fall net.minecraft.util.SoundEvent@751bb780 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 106 minecraft:block.stone.hit net.minecraft.util.SoundEvent@2919aff3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 107 minecraft:block.stone.place net.minecraft.util.SoundEvent@639948a2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 108 minecraft:block.stone.step net.minecraft.util.SoundEvent@416d90f0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 109 minecraft:block.stone_button.click_off net.minecraft.util.SoundEvent@696298ea +[16:58:30] [Server thread/TRACE] [FML]: Registry: 110 minecraft:block.stone_button.click_on net.minecraft.util.SoundEvent@de0c402 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 111 minecraft:block.stone_pressureplate.click_off net.minecraft.util.SoundEvent@24955144 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 112 minecraft:block.stone_pressureplate.click_on net.minecraft.util.SoundEvent@9d2af36 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 113 minecraft:block.tripwire.attach net.minecraft.util.SoundEvent@740ad32e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 114 minecraft:block.tripwire.click_off net.minecraft.util.SoundEvent@7f41d979 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 115 minecraft:block.tripwire.click_on net.minecraft.util.SoundEvent@71d0b8a4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 116 minecraft:block.tripwire.detach net.minecraft.util.SoundEvent@6d6712b7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 117 minecraft:block.water.ambient net.minecraft.util.SoundEvent@4f563f96 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 118 minecraft:block.waterlily.place net.minecraft.util.SoundEvent@3eadad14 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 119 minecraft:block.wood.break net.minecraft.util.SoundEvent@4acc27fd +[16:58:30] [Server thread/TRACE] [FML]: Registry: 120 minecraft:block.wood.fall net.minecraft.util.SoundEvent@1feb76b9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 121 minecraft:block.wood.hit net.minecraft.util.SoundEvent@61bf405d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 122 minecraft:block.wood.place net.minecraft.util.SoundEvent@32298473 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 123 minecraft:block.wood.step net.minecraft.util.SoundEvent@19f1be04 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 124 minecraft:block.wood_button.click_off net.minecraft.util.SoundEvent@5d6b5d3d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 125 minecraft:block.wood_button.click_on net.minecraft.util.SoundEvent@464d5365 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 126 minecraft:block.wood_pressureplate.click_off net.minecraft.util.SoundEvent@38394dc3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 127 minecraft:block.wood_pressureplate.click_on net.minecraft.util.SoundEvent@2cacd55e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 128 minecraft:block.wooden_door.close net.minecraft.util.SoundEvent@2ba9f743 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 129 minecraft:block.wooden_door.open net.minecraft.util.SoundEvent@7535f28 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 130 minecraft:block.wooden_trapdoor.close net.minecraft.util.SoundEvent@75f65d54 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 131 minecraft:block.wooden_trapdoor.open net.minecraft.util.SoundEvent@3f3a6091 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 132 minecraft:enchant.thorns.hit net.minecraft.util.SoundEvent@5b4d9bda +[16:58:30] [Server thread/TRACE] [FML]: Registry: 133 minecraft:entity.armorstand.break net.minecraft.util.SoundEvent@467a2584 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 134 minecraft:entity.armorstand.fall net.minecraft.util.SoundEvent@121dce2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 135 minecraft:entity.armorstand.hit net.minecraft.util.SoundEvent@6df31abf +[16:58:30] [Server thread/TRACE] [FML]: Registry: 136 minecraft:entity.armorstand.place net.minecraft.util.SoundEvent@5a57cf90 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 137 minecraft:entity.arrow.hit net.minecraft.util.SoundEvent@4d16975b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 138 minecraft:entity.arrow.hit_player net.minecraft.util.SoundEvent@425f94d7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 139 minecraft:entity.arrow.shoot net.minecraft.util.SoundEvent@378c48c1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 140 minecraft:entity.bat.ambient net.minecraft.util.SoundEvent@53432aef +[16:58:30] [Server thread/TRACE] [FML]: Registry: 141 minecraft:entity.bat.death net.minecraft.util.SoundEvent@2a16d393 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 142 minecraft:entity.bat.hurt net.minecraft.util.SoundEvent@14d1032a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 143 minecraft:entity.bat.loop net.minecraft.util.SoundEvent@414e8b31 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 144 minecraft:entity.bat.takeoff net.minecraft.util.SoundEvent@b90c5a5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 145 minecraft:entity.blaze.ambient net.minecraft.util.SoundEvent@1786150f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 146 minecraft:entity.blaze.burn net.minecraft.util.SoundEvent@bd28c86 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 147 minecraft:entity.blaze.death net.minecraft.util.SoundEvent@3ef089ce +[16:58:30] [Server thread/TRACE] [FML]: Registry: 148 minecraft:entity.blaze.hurt net.minecraft.util.SoundEvent@3340ce58 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 149 minecraft:entity.blaze.shoot net.minecraft.util.SoundEvent@14499b52 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 150 minecraft:entity.boat.paddle_land net.minecraft.util.SoundEvent@be083e1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 151 minecraft:entity.boat.paddle_water net.minecraft.util.SoundEvent@3164d5aa +[16:58:30] [Server thread/TRACE] [FML]: Registry: 152 minecraft:entity.bobber.retrieve net.minecraft.util.SoundEvent@4e3ffd0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 153 minecraft:entity.bobber.splash net.minecraft.util.SoundEvent@5ca86715 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 154 minecraft:entity.bobber.throw net.minecraft.util.SoundEvent@53d808ea +[16:58:30] [Server thread/TRACE] [FML]: Registry: 155 minecraft:entity.cat.ambient net.minecraft.util.SoundEvent@44864ebe +[16:58:30] [Server thread/TRACE] [FML]: Registry: 156 minecraft:entity.cat.death net.minecraft.util.SoundEvent@5f803481 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 157 minecraft:entity.cat.hiss net.minecraft.util.SoundEvent@408f70ab +[16:58:30] [Server thread/TRACE] [FML]: Registry: 158 minecraft:entity.cat.hurt net.minecraft.util.SoundEvent@5383bf08 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 159 minecraft:entity.cat.purr net.minecraft.util.SoundEvent@2586e878 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 160 minecraft:entity.cat.purreow net.minecraft.util.SoundEvent@7b7cf475 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 161 minecraft:entity.chicken.ambient net.minecraft.util.SoundEvent@404dc999 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 162 minecraft:entity.chicken.death net.minecraft.util.SoundEvent@ef85567 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 163 minecraft:entity.chicken.egg net.minecraft.util.SoundEvent@1c2fb9e8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 164 minecraft:entity.chicken.hurt net.minecraft.util.SoundEvent@ec3944 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 165 minecraft:entity.chicken.step net.minecraft.util.SoundEvent@2e4339c1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 166 minecraft:entity.cow.ambient net.minecraft.util.SoundEvent@62dc1203 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 167 minecraft:entity.cow.death net.minecraft.util.SoundEvent@35d0749 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 168 minecraft:entity.cow.hurt net.minecraft.util.SoundEvent@621a387f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 169 minecraft:entity.cow.milk net.minecraft.util.SoundEvent@552088cc +[16:58:30] [Server thread/TRACE] [FML]: Registry: 170 minecraft:entity.cow.step net.minecraft.util.SoundEvent@57eed461 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 171 minecraft:entity.creeper.death net.minecraft.util.SoundEvent@3c62f69a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 172 minecraft:entity.creeper.hurt net.minecraft.util.SoundEvent@f08f8a9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 173 minecraft:entity.creeper.primed net.minecraft.util.SoundEvent@5ebf776c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 174 minecraft:entity.donkey.ambient net.minecraft.util.SoundEvent@7fd3fd06 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 175 minecraft:entity.donkey.angry net.minecraft.util.SoundEvent@54ae1240 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 176 minecraft:entity.donkey.chest net.minecraft.util.SoundEvent@1c2b65cc +[16:58:30] [Server thread/TRACE] [FML]: Registry: 177 minecraft:entity.donkey.death net.minecraft.util.SoundEvent@390a7532 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 178 minecraft:entity.donkey.hurt net.minecraft.util.SoundEvent@595184d8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 179 minecraft:entity.egg.throw net.minecraft.util.SoundEvent@7d49a1a0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 180 minecraft:entity.elder_guardian.ambient net.minecraft.util.SoundEvent@3a0baec0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 181 minecraft:entity.elder_guardian.ambient_land net.minecraft.util.SoundEvent@50c2ef56 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 182 minecraft:entity.elder_guardian.curse net.minecraft.util.SoundEvent@560d6d2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 183 minecraft:entity.elder_guardian.death net.minecraft.util.SoundEvent@3514237f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 184 minecraft:entity.elder_guardian.death_land net.minecraft.util.SoundEvent@520ee6b3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 185 minecraft:entity.elder_guardian.flop net.minecraft.util.SoundEvent@15f11bfb +[16:58:30] [Server thread/TRACE] [FML]: Registry: 186 minecraft:entity.elder_guardian.hurt net.minecraft.util.SoundEvent@16a499d1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 187 minecraft:entity.elder_guardian.hurt_land net.minecraft.util.SoundEvent@2bf4fa1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 188 minecraft:entity.enderdragon.ambient net.minecraft.util.SoundEvent@27210a3b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 189 minecraft:entity.enderdragon.death net.minecraft.util.SoundEvent@3a12f3e7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 190 minecraft:entity.enderdragon.flap net.minecraft.util.SoundEvent@84a9f65 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 191 minecraft:entity.enderdragon.growl net.minecraft.util.SoundEvent@70700b8a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 192 minecraft:entity.enderdragon.hurt net.minecraft.util.SoundEvent@5fafa76d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 193 minecraft:entity.enderdragon.shoot net.minecraft.util.SoundEvent@720ffab4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 194 minecraft:entity.enderdragon_fireball.explode net.minecraft.util.SoundEvent@2e62e227 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 195 minecraft:entity.endereye.death net.minecraft.util.SoundEvent@5ebe903a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 196 minecraft:entity.endereye.launch net.minecraft.util.SoundEvent@7c88d04f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 197 minecraft:entity.endermen.ambient net.minecraft.util.SoundEvent@71df5f30 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 198 minecraft:entity.endermen.death net.minecraft.util.SoundEvent@4895e8f6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 199 minecraft:entity.endermen.hurt net.minecraft.util.SoundEvent@62808e9e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 200 minecraft:entity.endermen.scream net.minecraft.util.SoundEvent@58b03029 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 201 minecraft:entity.endermen.stare net.minecraft.util.SoundEvent@539dd2d0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 202 minecraft:entity.endermen.teleport net.minecraft.util.SoundEvent@3428420d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 203 minecraft:entity.endermite.ambient net.minecraft.util.SoundEvent@523ade68 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 204 minecraft:entity.endermite.death net.minecraft.util.SoundEvent@b529d7e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 205 minecraft:entity.endermite.hurt net.minecraft.util.SoundEvent@3664c596 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 206 minecraft:entity.endermite.step net.minecraft.util.SoundEvent@40aad17d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 207 minecraft:entity.enderpearl.throw net.minecraft.util.SoundEvent@44e79e9e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 208 minecraft:entity.evocation_fangs.attack net.minecraft.util.SoundEvent@5bc14211 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 209 minecraft:entity.evocation_illager.ambient net.minecraft.util.SoundEvent@4b99648a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 210 minecraft:entity.evocation_illager.cast_spell net.minecraft.util.SoundEvent@5d2e65bd +[16:58:30] [Server thread/TRACE] [FML]: Registry: 211 minecraft:entity.evocation_illager.death net.minecraft.util.SoundEvent@254513e8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 212 minecraft:entity.evocation_illager.hurt net.minecraft.util.SoundEvent@74450c9b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 213 minecraft:entity.evocation_illager.prepare_attack net.minecraft.util.SoundEvent@74f89bad +[16:58:30] [Server thread/TRACE] [FML]: Registry: 214 minecraft:entity.evocation_illager.prepare_summon net.minecraft.util.SoundEvent@5ad50b02 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 215 minecraft:entity.evocation_illager.prepare_wololo net.minecraft.util.SoundEvent@570299e3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 216 minecraft:entity.experience_bottle.throw net.minecraft.util.SoundEvent@bff764c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 217 minecraft:entity.experience_orb.pickup net.minecraft.util.SoundEvent@3beaa16d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 218 minecraft:entity.firework.blast net.minecraft.util.SoundEvent@49153009 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 219 minecraft:entity.firework.blast_far net.minecraft.util.SoundEvent@a1b7549 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 220 minecraft:entity.firework.large_blast net.minecraft.util.SoundEvent@7aa63f50 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 221 minecraft:entity.firework.large_blast_far net.minecraft.util.SoundEvent@142918a0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 222 minecraft:entity.firework.launch net.minecraft.util.SoundEvent@745cf754 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 223 minecraft:entity.firework.shoot net.minecraft.util.SoundEvent@25bc65ab +[16:58:30] [Server thread/TRACE] [FML]: Registry: 224 minecraft:entity.firework.twinkle net.minecraft.util.SoundEvent@6eab92f3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 225 minecraft:entity.firework.twinkle_far net.minecraft.util.SoundEvent@321b7b9e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 226 minecraft:entity.generic.big_fall net.minecraft.util.SoundEvent@21eedcde +[16:58:30] [Server thread/TRACE] [FML]: Registry: 227 minecraft:entity.generic.burn net.minecraft.util.SoundEvent@67396475 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 228 minecraft:entity.generic.death net.minecraft.util.SoundEvent@55b74e6b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 229 minecraft:entity.generic.drink net.minecraft.util.SoundEvent@3c1908c8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 230 minecraft:entity.generic.eat net.minecraft.util.SoundEvent@6bc62bb9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 231 minecraft:entity.generic.explode net.minecraft.util.SoundEvent@47f0e078 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 232 minecraft:entity.generic.extinguish_fire net.minecraft.util.SoundEvent@28db2afb +[16:58:30] [Server thread/TRACE] [FML]: Registry: 233 minecraft:entity.generic.hurt net.minecraft.util.SoundEvent@5c703860 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 234 minecraft:entity.generic.small_fall net.minecraft.util.SoundEvent@6315bb4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 235 minecraft:entity.generic.splash net.minecraft.util.SoundEvent@4682882a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 236 minecraft:entity.generic.swim net.minecraft.util.SoundEvent@37fffef3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 237 minecraft:entity.ghast.ambient net.minecraft.util.SoundEvent@6a116354 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 238 minecraft:entity.ghast.death net.minecraft.util.SoundEvent@66716959 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 239 minecraft:entity.ghast.hurt net.minecraft.util.SoundEvent@34e07e65 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 240 minecraft:entity.ghast.scream net.minecraft.util.SoundEvent@7ca0166c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 241 minecraft:entity.ghast.shoot net.minecraft.util.SoundEvent@1dcad16f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 242 minecraft:entity.ghast.warn net.minecraft.util.SoundEvent@701c482e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 243 minecraft:entity.guardian.ambient net.minecraft.util.SoundEvent@4738131e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 244 minecraft:entity.guardian.ambient_land net.minecraft.util.SoundEvent@3b576ee3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 245 minecraft:entity.guardian.attack net.minecraft.util.SoundEvent@705d914f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 246 minecraft:entity.guardian.death net.minecraft.util.SoundEvent@6212ea52 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 247 minecraft:entity.guardian.death_land net.minecraft.util.SoundEvent@65b5b5ed +[16:58:30] [Server thread/TRACE] [FML]: Registry: 248 minecraft:entity.guardian.flop net.minecraft.util.SoundEvent@6595ffce +[16:58:30] [Server thread/TRACE] [FML]: Registry: 249 minecraft:entity.guardian.hurt net.minecraft.util.SoundEvent@795eddda +[16:58:30] [Server thread/TRACE] [FML]: Registry: 250 minecraft:entity.guardian.hurt_land net.minecraft.util.SoundEvent@c6bf8d9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 251 minecraft:entity.horse.ambient net.minecraft.util.SoundEvent@44392e64 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 252 minecraft:entity.horse.angry net.minecraft.util.SoundEvent@e18d2a2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 253 minecraft:entity.horse.armor net.minecraft.util.SoundEvent@1a77eb6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 254 minecraft:entity.horse.breathe net.minecraft.util.SoundEvent@52d9f36b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 255 minecraft:entity.horse.death net.minecraft.util.SoundEvent@5f9ebd5a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 256 minecraft:entity.horse.eat net.minecraft.util.SoundEvent@175bf9c9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 257 minecraft:entity.horse.gallop net.minecraft.util.SoundEvent@2db3675a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 258 minecraft:entity.horse.hurt net.minecraft.util.SoundEvent@306c9b2c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 259 minecraft:entity.horse.jump net.minecraft.util.SoundEvent@1ab28416 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 260 minecraft:entity.horse.land net.minecraft.util.SoundEvent@52efb338 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 261 minecraft:entity.horse.saddle net.minecraft.util.SoundEvent@64508788 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 262 minecraft:entity.horse.step net.minecraft.util.SoundEvent@30b1c5d5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 263 minecraft:entity.horse.step_wood net.minecraft.util.SoundEvent@3e2d65e1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 264 minecraft:entity.hostile.big_fall net.minecraft.util.SoundEvent@1174676f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 265 minecraft:entity.hostile.death net.minecraft.util.SoundEvent@71f8ce0e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 266 minecraft:entity.hostile.hurt net.minecraft.util.SoundEvent@4fd92289 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 267 minecraft:entity.hostile.small_fall net.minecraft.util.SoundEvent@1a8e44fe +[16:58:30] [Server thread/TRACE] [FML]: Registry: 268 minecraft:entity.hostile.splash net.minecraft.util.SoundEvent@287317df +[16:58:30] [Server thread/TRACE] [FML]: Registry: 269 minecraft:entity.hostile.swim net.minecraft.util.SoundEvent@1fcc3461 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 270 minecraft:entity.husk.ambient net.minecraft.util.SoundEvent@1987807b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 271 minecraft:entity.husk.death net.minecraft.util.SoundEvent@71469e01 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 272 minecraft:entity.husk.hurt net.minecraft.util.SoundEvent@41bbb219 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 273 minecraft:entity.husk.step net.minecraft.util.SoundEvent@3f2ae973 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 274 minecraft:entity.illusion_illager.ambient net.minecraft.util.SoundEvent@1a8b22b5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 275 minecraft:entity.illusion_illager.cast_spell net.minecraft.util.SoundEvent@5f781173 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 276 minecraft:entity.illusion_illager.death net.minecraft.util.SoundEvent@43cf5bff +[16:58:30] [Server thread/TRACE] [FML]: Registry: 277 minecraft:entity.illusion_illager.hurt net.minecraft.util.SoundEvent@2b464384 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 278 minecraft:entity.illusion_illager.mirror_move net.minecraft.util.SoundEvent@681b42d3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 279 minecraft:entity.illusion_illager.prepare_blindness net.minecraft.util.SoundEvent@77f7352a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 280 minecraft:entity.illusion_illager.prepare_mirror net.minecraft.util.SoundEvent@4ede8888 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 281 minecraft:entity.irongolem.attack net.minecraft.util.SoundEvent@571db8b4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 282 minecraft:entity.irongolem.death net.minecraft.util.SoundEvent@65a2755e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 283 minecraft:entity.irongolem.hurt net.minecraft.util.SoundEvent@2b3242a5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 284 minecraft:entity.irongolem.step net.minecraft.util.SoundEvent@11120583 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 285 minecraft:entity.item.break net.minecraft.util.SoundEvent@2bf0c70d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 286 minecraft:entity.item.pickup net.minecraft.util.SoundEvent@5d8e4fa8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 287 minecraft:entity.itemframe.add_item net.minecraft.util.SoundEvent@649009d6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 288 minecraft:entity.itemframe.break net.minecraft.util.SoundEvent@652f26da +[16:58:30] [Server thread/TRACE] [FML]: Registry: 289 minecraft:entity.itemframe.place net.minecraft.util.SoundEvent@484a5ddd +[16:58:30] [Server thread/TRACE] [FML]: Registry: 290 minecraft:entity.itemframe.remove_item net.minecraft.util.SoundEvent@6796a873 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 291 minecraft:entity.itemframe.rotate_item net.minecraft.util.SoundEvent@3acc3ee +[16:58:30] [Server thread/TRACE] [FML]: Registry: 292 minecraft:entity.leashknot.break net.minecraft.util.SoundEvent@1f293cb7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 293 minecraft:entity.leashknot.place net.minecraft.util.SoundEvent@5972e3a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 294 minecraft:entity.lightning.impact net.minecraft.util.SoundEvent@5790cbcb +[16:58:30] [Server thread/TRACE] [FML]: Registry: 295 minecraft:entity.lightning.thunder net.minecraft.util.SoundEvent@32c6d164 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 296 minecraft:entity.lingeringpotion.throw net.minecraft.util.SoundEvent@645c9f0f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 297 minecraft:entity.llama.ambient net.minecraft.util.SoundEvent@58068b40 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 298 minecraft:entity.llama.angry net.minecraft.util.SoundEvent@999cd18 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 299 minecraft:entity.llama.chest net.minecraft.util.SoundEvent@dd060be +[16:58:30] [Server thread/TRACE] [FML]: Registry: 300 minecraft:entity.llama.death net.minecraft.util.SoundEvent@df432ec +[16:58:30] [Server thread/TRACE] [FML]: Registry: 301 minecraft:entity.llama.eat net.minecraft.util.SoundEvent@6144e499 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 302 minecraft:entity.llama.hurt net.minecraft.util.SoundEvent@26f204a4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 303 minecraft:entity.llama.spit net.minecraft.util.SoundEvent@28295554 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 304 minecraft:entity.llama.step net.minecraft.util.SoundEvent@4e671ef +[16:58:30] [Server thread/TRACE] [FML]: Registry: 305 minecraft:entity.llama.swag net.minecraft.util.SoundEvent@42403dc6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 306 minecraft:entity.magmacube.death net.minecraft.util.SoundEvent@74a1d60e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 307 minecraft:entity.magmacube.hurt net.minecraft.util.SoundEvent@16c0be3b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 308 minecraft:entity.magmacube.jump net.minecraft.util.SoundEvent@219edc05 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 309 minecraft:entity.magmacube.squish net.minecraft.util.SoundEvent@62f37bfd +[16:58:30] [Server thread/TRACE] [FML]: Registry: 310 minecraft:entity.minecart.inside net.minecraft.util.SoundEvent@1818d00b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 311 minecraft:entity.minecart.riding net.minecraft.util.SoundEvent@b3a8455 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 312 minecraft:entity.mooshroom.shear net.minecraft.util.SoundEvent@5c930fc3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 313 minecraft:entity.mule.ambient net.minecraft.util.SoundEvent@25c6ab3f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 314 minecraft:entity.mule.chest net.minecraft.util.SoundEvent@7b80af04 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 315 minecraft:entity.mule.death net.minecraft.util.SoundEvent@2447940d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 316 minecraft:entity.mule.hurt net.minecraft.util.SoundEvent@60ee7a51 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 317 minecraft:entity.painting.break net.minecraft.util.SoundEvent@70e1aa20 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 318 minecraft:entity.painting.place net.minecraft.util.SoundEvent@e67d3b7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 319 minecraft:entity.parrot.ambient net.minecraft.util.SoundEvent@1618c98a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 320 minecraft:entity.parrot.death net.minecraft.util.SoundEvent@5b715ea +[16:58:30] [Server thread/TRACE] [FML]: Registry: 321 minecraft:entity.parrot.eat net.minecraft.util.SoundEvent@787a0fd6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 322 minecraft:entity.parrot.fly net.minecraft.util.SoundEvent@48b09105 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 323 minecraft:entity.parrot.hurt net.minecraft.util.SoundEvent@18b45500 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 324 minecraft:entity.parrot.imitate.blaze net.minecraft.util.SoundEvent@25110bb9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 325 minecraft:entity.parrot.imitate.creeper net.minecraft.util.SoundEvent@dbda472 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 326 minecraft:entity.parrot.imitate.elder_guardian net.minecraft.util.SoundEvent@41492479 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 327 minecraft:entity.parrot.imitate.enderdragon net.minecraft.util.SoundEvent@7bef7505 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 328 minecraft:entity.parrot.imitate.enderman net.minecraft.util.SoundEvent@568ef502 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 329 minecraft:entity.parrot.imitate.endermite net.minecraft.util.SoundEvent@36f05595 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 330 minecraft:entity.parrot.imitate.evocation_illager net.minecraft.util.SoundEvent@3e12c5de +[16:58:30] [Server thread/TRACE] [FML]: Registry: 331 minecraft:entity.parrot.imitate.ghast net.minecraft.util.SoundEvent@3e55d844 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 332 minecraft:entity.parrot.imitate.husk net.minecraft.util.SoundEvent@1f521c69 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 333 minecraft:entity.parrot.imitate.illusion_illager net.minecraft.util.SoundEvent@2b3abeeb +[16:58:30] [Server thread/TRACE] [FML]: Registry: 334 minecraft:entity.parrot.imitate.magmacube net.minecraft.util.SoundEvent@3aeb267 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 335 minecraft:entity.parrot.imitate.polar_bear net.minecraft.util.SoundEvent@13a9cdae +[16:58:30] [Server thread/TRACE] [FML]: Registry: 336 minecraft:entity.parrot.imitate.shulker net.minecraft.util.SoundEvent@1c972ae6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 337 minecraft:entity.parrot.imitate.silverfish net.minecraft.util.SoundEvent@62a41279 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 338 minecraft:entity.parrot.imitate.skeleton net.minecraft.util.SoundEvent@146fa9c0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 339 minecraft:entity.parrot.imitate.slime net.minecraft.util.SoundEvent@49f6c25e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 340 minecraft:entity.parrot.imitate.spider net.minecraft.util.SoundEvent@6c13019c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 341 minecraft:entity.parrot.imitate.stray net.minecraft.util.SoundEvent@2e66f1bd +[16:58:30] [Server thread/TRACE] [FML]: Registry: 342 minecraft:entity.parrot.imitate.vex net.minecraft.util.SoundEvent@47ae6c18 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 343 minecraft:entity.parrot.imitate.vindication_illager net.minecraft.util.SoundEvent@3835b281 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 344 minecraft:entity.parrot.imitate.witch net.minecraft.util.SoundEvent@4c5e4bfa +[16:58:30] [Server thread/TRACE] [FML]: Registry: 345 minecraft:entity.parrot.imitate.wither net.minecraft.util.SoundEvent@552cb0d5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 346 minecraft:entity.parrot.imitate.wither_skeleton net.minecraft.util.SoundEvent@61d6c8c4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 347 minecraft:entity.parrot.imitate.wolf net.minecraft.util.SoundEvent@74e2cfc5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 348 minecraft:entity.parrot.imitate.zombie net.minecraft.util.SoundEvent@4a5d5b38 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 349 minecraft:entity.parrot.imitate.zombie_pigman net.minecraft.util.SoundEvent@7a47f0be +[16:58:30] [Server thread/TRACE] [FML]: Registry: 350 minecraft:entity.parrot.imitate.zombie_villager net.minecraft.util.SoundEvent@2d8087da +[16:58:30] [Server thread/TRACE] [FML]: Registry: 351 minecraft:entity.parrot.step net.minecraft.util.SoundEvent@4f7ef948 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 352 minecraft:entity.pig.ambient net.minecraft.util.SoundEvent@6fdaef04 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 353 minecraft:entity.pig.death net.minecraft.util.SoundEvent@2a5d2041 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 354 minecraft:entity.pig.hurt net.minecraft.util.SoundEvent@3cacc87 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 355 minecraft:entity.pig.saddle net.minecraft.util.SoundEvent@3bc6c10f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 356 minecraft:entity.pig.step net.minecraft.util.SoundEvent@3dcbbbc +[16:58:30] [Server thread/TRACE] [FML]: Registry: 357 minecraft:entity.player.attack.crit net.minecraft.util.SoundEvent@4040ccae +[16:58:30] [Server thread/TRACE] [FML]: Registry: 358 minecraft:entity.player.attack.knockback net.minecraft.util.SoundEvent@15bb8ed5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 359 minecraft:entity.player.attack.nodamage net.minecraft.util.SoundEvent@18f8ebd4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 360 minecraft:entity.player.attack.strong net.minecraft.util.SoundEvent@7e1fb22c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 361 minecraft:entity.player.attack.sweep net.minecraft.util.SoundEvent@38fc34fd +[16:58:30] [Server thread/TRACE] [FML]: Registry: 362 minecraft:entity.player.attack.weak net.minecraft.util.SoundEvent@7178d811 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 363 minecraft:entity.player.big_fall net.minecraft.util.SoundEvent@2e013ba1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 364 minecraft:entity.player.breath net.minecraft.util.SoundEvent@2d8c729f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 365 minecraft:entity.player.burp net.minecraft.util.SoundEvent@740ee00f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 366 minecraft:entity.player.death net.minecraft.util.SoundEvent@430106cf +[16:58:30] [Server thread/TRACE] [FML]: Registry: 367 minecraft:entity.player.hurt net.minecraft.util.SoundEvent@647af13d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 368 minecraft:entity.player.hurt_drown net.minecraft.util.SoundEvent@2aac6fa7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 369 minecraft:entity.player.hurt_on_fire net.minecraft.util.SoundEvent@29a1ec65 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 370 minecraft:entity.player.levelup net.minecraft.util.SoundEvent@625db0e0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 371 minecraft:entity.player.small_fall net.minecraft.util.SoundEvent@511d568f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 372 minecraft:entity.player.splash net.minecraft.util.SoundEvent@1805ca5c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 373 minecraft:entity.player.swim net.minecraft.util.SoundEvent@3e61cffd +[16:58:30] [Server thread/TRACE] [FML]: Registry: 374 minecraft:entity.polar_bear.ambient net.minecraft.util.SoundEvent@3134b261 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 375 minecraft:entity.polar_bear.baby_ambient net.minecraft.util.SoundEvent@aa633e6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 376 minecraft:entity.polar_bear.death net.minecraft.util.SoundEvent@3cc74fc4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 377 minecraft:entity.polar_bear.hurt net.minecraft.util.SoundEvent@c697186 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 378 minecraft:entity.polar_bear.step net.minecraft.util.SoundEvent@185a7dd0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 379 minecraft:entity.polar_bear.warning net.minecraft.util.SoundEvent@2358443e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 380 minecraft:entity.rabbit.ambient net.minecraft.util.SoundEvent@25e796fe +[16:58:30] [Server thread/TRACE] [FML]: Registry: 381 minecraft:entity.rabbit.attack net.minecraft.util.SoundEvent@62c53685 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 382 minecraft:entity.rabbit.death net.minecraft.util.SoundEvent@29ba63f0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 383 minecraft:entity.rabbit.hurt net.minecraft.util.SoundEvent@4822ab4d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 384 minecraft:entity.rabbit.jump net.minecraft.util.SoundEvent@516b84d1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 385 minecraft:entity.sheep.ambient net.minecraft.util.SoundEvent@1ad1f167 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 386 minecraft:entity.sheep.death net.minecraft.util.SoundEvent@608eb42e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 387 minecraft:entity.sheep.hurt net.minecraft.util.SoundEvent@3d2b13b1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 388 minecraft:entity.sheep.shear net.minecraft.util.SoundEvent@30eb55c9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 389 minecraft:entity.sheep.step net.minecraft.util.SoundEvent@2524d07a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 390 minecraft:entity.shulker.ambient net.minecraft.util.SoundEvent@309e3f34 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 391 minecraft:entity.shulker.close net.minecraft.util.SoundEvent@554d040d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 392 minecraft:entity.shulker.death net.minecraft.util.SoundEvent@3fe24670 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 393 minecraft:entity.shulker.hurt net.minecraft.util.SoundEvent@3c46e6f6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 394 minecraft:entity.shulker.hurt_closed net.minecraft.util.SoundEvent@7d6019d5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 395 minecraft:entity.shulker.open net.minecraft.util.SoundEvent@40b01718 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 396 minecraft:entity.shulker.shoot net.minecraft.util.SoundEvent@6d4c18b8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 397 minecraft:entity.shulker.teleport net.minecraft.util.SoundEvent@663622b1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 398 minecraft:entity.shulker_bullet.hit net.minecraft.util.SoundEvent@1be52113 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 399 minecraft:entity.shulker_bullet.hurt net.minecraft.util.SoundEvent@5badeda0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 400 minecraft:entity.silverfish.ambient net.minecraft.util.SoundEvent@56a9a7b5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 401 minecraft:entity.silverfish.death net.minecraft.util.SoundEvent@1dd247b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 402 minecraft:entity.silverfish.hurt net.minecraft.util.SoundEvent@338270ea +[16:58:30] [Server thread/TRACE] [FML]: Registry: 403 minecraft:entity.silverfish.step net.minecraft.util.SoundEvent@7f64bd7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 404 minecraft:entity.skeleton.ambient net.minecraft.util.SoundEvent@1c79d093 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 405 minecraft:entity.skeleton.death net.minecraft.util.SoundEvent@746fd19b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 406 minecraft:entity.skeleton.hurt net.minecraft.util.SoundEvent@54caeadc +[16:58:30] [Server thread/TRACE] [FML]: Registry: 407 minecraft:entity.skeleton.shoot net.minecraft.util.SoundEvent@61d7bb61 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 408 minecraft:entity.skeleton.step net.minecraft.util.SoundEvent@33f81280 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 409 minecraft:entity.skeleton_horse.ambient net.minecraft.util.SoundEvent@3991fe6d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 410 minecraft:entity.skeleton_horse.death net.minecraft.util.SoundEvent@3a0e7f89 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 411 minecraft:entity.skeleton_horse.hurt net.minecraft.util.SoundEvent@665ed71a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 412 minecraft:entity.slime.attack net.minecraft.util.SoundEvent@15c1b543 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 413 minecraft:entity.slime.death net.minecraft.util.SoundEvent@23954300 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 414 minecraft:entity.slime.hurt net.minecraft.util.SoundEvent@6aae82cc +[16:58:30] [Server thread/TRACE] [FML]: Registry: 415 minecraft:entity.slime.jump net.minecraft.util.SoundEvent@7a587e84 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 416 minecraft:entity.slime.squish net.minecraft.util.SoundEvent@622ba721 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 417 minecraft:entity.small_magmacube.death net.minecraft.util.SoundEvent@6b2f7527 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 418 minecraft:entity.small_magmacube.hurt net.minecraft.util.SoundEvent@7509226c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 419 minecraft:entity.small_magmacube.squish net.minecraft.util.SoundEvent@4c9cce17 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 420 minecraft:entity.small_slime.death net.minecraft.util.SoundEvent@73316a0a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 421 minecraft:entity.small_slime.hurt net.minecraft.util.SoundEvent@63a7af06 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 422 minecraft:entity.small_slime.jump net.minecraft.util.SoundEvent@5f01fb5c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 423 minecraft:entity.small_slime.squish net.minecraft.util.SoundEvent@75c77add +[16:58:30] [Server thread/TRACE] [FML]: Registry: 424 minecraft:entity.snowball.throw net.minecraft.util.SoundEvent@d5e3f55 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 425 minecraft:entity.snowman.ambient net.minecraft.util.SoundEvent@53df7e67 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 426 minecraft:entity.snowman.death net.minecraft.util.SoundEvent@3d4b45b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 427 minecraft:entity.snowman.hurt net.minecraft.util.SoundEvent@4d0b276e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 428 minecraft:entity.snowman.shoot net.minecraft.util.SoundEvent@31531d0d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 429 minecraft:entity.spider.ambient net.minecraft.util.SoundEvent@19d76106 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 430 minecraft:entity.spider.death net.minecraft.util.SoundEvent@3f87780b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 431 minecraft:entity.spider.hurt net.minecraft.util.SoundEvent@2ba318c2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 432 minecraft:entity.spider.step net.minecraft.util.SoundEvent@231d3ce +[16:58:30] [Server thread/TRACE] [FML]: Registry: 433 minecraft:entity.splash_potion.break net.minecraft.util.SoundEvent@204c5ddf +[16:58:30] [Server thread/TRACE] [FML]: Registry: 434 minecraft:entity.splash_potion.throw net.minecraft.util.SoundEvent@240f2efd +[16:58:30] [Server thread/TRACE] [FML]: Registry: 435 minecraft:entity.squid.ambient net.minecraft.util.SoundEvent@175957b6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 436 minecraft:entity.squid.death net.minecraft.util.SoundEvent@1b7a4930 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 437 minecraft:entity.squid.hurt net.minecraft.util.SoundEvent@591a4d25 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 438 minecraft:entity.stray.ambient net.minecraft.util.SoundEvent@4bfe83d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 439 minecraft:entity.stray.death net.minecraft.util.SoundEvent@5906ebfb +[16:58:30] [Server thread/TRACE] [FML]: Registry: 440 minecraft:entity.stray.hurt net.minecraft.util.SoundEvent@10fc1a22 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 441 minecraft:entity.stray.step net.minecraft.util.SoundEvent@1b841e7d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 442 minecraft:entity.tnt.primed net.minecraft.util.SoundEvent@6081f330 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 443 minecraft:entity.vex.ambient net.minecraft.util.SoundEvent@eb695e8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 444 minecraft:entity.vex.charge net.minecraft.util.SoundEvent@7eebb316 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 445 minecraft:entity.vex.death net.minecraft.util.SoundEvent@45273d40 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 446 minecraft:entity.vex.hurt net.minecraft.util.SoundEvent@2a504ea7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 447 minecraft:entity.villager.ambient net.minecraft.util.SoundEvent@10f397d0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 448 minecraft:entity.villager.death net.minecraft.util.SoundEvent@33a3e5db +[16:58:30] [Server thread/TRACE] [FML]: Registry: 449 minecraft:entity.villager.hurt net.minecraft.util.SoundEvent@4f9213d2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 450 minecraft:entity.villager.no net.minecraft.util.SoundEvent@679f59f1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 451 minecraft:entity.villager.trading net.minecraft.util.SoundEvent@6b5e1fc5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 452 minecraft:entity.villager.yes net.minecraft.util.SoundEvent@47ffa248 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 453 minecraft:entity.vindication_illager.ambient net.minecraft.util.SoundEvent@18ac25e6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 454 minecraft:entity.vindication_illager.death net.minecraft.util.SoundEvent@5e1a7d3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 455 minecraft:entity.vindication_illager.hurt net.minecraft.util.SoundEvent@1eda309d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 456 minecraft:entity.witch.ambient net.minecraft.util.SoundEvent@248d2cec +[16:58:30] [Server thread/TRACE] [FML]: Registry: 457 minecraft:entity.witch.death net.minecraft.util.SoundEvent@5d77be8e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 458 minecraft:entity.witch.drink net.minecraft.util.SoundEvent@55a055cc +[16:58:30] [Server thread/TRACE] [FML]: Registry: 459 minecraft:entity.witch.hurt net.minecraft.util.SoundEvent@1ab1d93d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 460 minecraft:entity.witch.throw net.minecraft.util.SoundEvent@57167ccb +[16:58:30] [Server thread/TRACE] [FML]: Registry: 461 minecraft:entity.wither.ambient net.minecraft.util.SoundEvent@37753b69 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 462 minecraft:entity.wither.break_block net.minecraft.util.SoundEvent@602c167e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 463 minecraft:entity.wither.death net.minecraft.util.SoundEvent@74c04377 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 464 minecraft:entity.wither.hurt net.minecraft.util.SoundEvent@10d49900 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 465 minecraft:entity.wither.shoot net.minecraft.util.SoundEvent@e645600 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 466 minecraft:entity.wither.spawn net.minecraft.util.SoundEvent@e7b3e54 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 467 minecraft:entity.wither_skeleton.ambient net.minecraft.util.SoundEvent@78d61f17 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 468 minecraft:entity.wither_skeleton.death net.minecraft.util.SoundEvent@4cfe9594 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 469 minecraft:entity.wither_skeleton.hurt net.minecraft.util.SoundEvent@60861e5d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 470 minecraft:entity.wither_skeleton.step net.minecraft.util.SoundEvent@37d81587 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 471 minecraft:entity.wolf.ambient net.minecraft.util.SoundEvent@7f3e9acc +[16:58:30] [Server thread/TRACE] [FML]: Registry: 472 minecraft:entity.wolf.death net.minecraft.util.SoundEvent@47d4e28a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 473 minecraft:entity.wolf.growl net.minecraft.util.SoundEvent@177068db +[16:58:30] [Server thread/TRACE] [FML]: Registry: 474 minecraft:entity.wolf.howl net.minecraft.util.SoundEvent@60f3239f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 475 minecraft:entity.wolf.hurt net.minecraft.util.SoundEvent@6b103db7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 476 minecraft:entity.wolf.pant net.minecraft.util.SoundEvent@b3042ed +[16:58:30] [Server thread/TRACE] [FML]: Registry: 477 minecraft:entity.wolf.shake net.minecraft.util.SoundEvent@1f12d5e0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 478 minecraft:entity.wolf.step net.minecraft.util.SoundEvent@6604f246 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 479 minecraft:entity.wolf.whine net.minecraft.util.SoundEvent@c1386b4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 480 minecraft:entity.zombie.ambient net.minecraft.util.SoundEvent@53d9af1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 481 minecraft:entity.zombie.attack_door_wood net.minecraft.util.SoundEvent@c89e263 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 482 minecraft:entity.zombie.attack_iron_door net.minecraft.util.SoundEvent@4d5ea776 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 483 minecraft:entity.zombie.break_door_wood net.minecraft.util.SoundEvent@5d68be4f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 484 minecraft:entity.zombie.death net.minecraft.util.SoundEvent@34eb5d01 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 485 minecraft:entity.zombie.hurt net.minecraft.util.SoundEvent@77b22b05 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 486 minecraft:entity.zombie.infect net.minecraft.util.SoundEvent@4fef5792 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 487 minecraft:entity.zombie.step net.minecraft.util.SoundEvent@57ed02e6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 488 minecraft:entity.zombie_horse.ambient net.minecraft.util.SoundEvent@39004e4f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 489 minecraft:entity.zombie_horse.death net.minecraft.util.SoundEvent@5f0ca069 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 490 minecraft:entity.zombie_horse.hurt net.minecraft.util.SoundEvent@6a6a2fdd +[16:58:30] [Server thread/TRACE] [FML]: Registry: 491 minecraft:entity.zombie_pig.ambient net.minecraft.util.SoundEvent@552ffa44 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 492 minecraft:entity.zombie_pig.angry net.minecraft.util.SoundEvent@6e66b498 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 493 minecraft:entity.zombie_pig.death net.minecraft.util.SoundEvent@54d35ed5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 494 minecraft:entity.zombie_pig.hurt net.minecraft.util.SoundEvent@6f7c9755 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 495 minecraft:entity.zombie_villager.ambient net.minecraft.util.SoundEvent@45abbd24 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 496 minecraft:entity.zombie_villager.converted net.minecraft.util.SoundEvent@1e32037d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 497 minecraft:entity.zombie_villager.cure net.minecraft.util.SoundEvent@5059d398 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 498 minecraft:entity.zombie_villager.death net.minecraft.util.SoundEvent@5b1420f9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 499 minecraft:entity.zombie_villager.hurt net.minecraft.util.SoundEvent@434ee422 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 500 minecraft:entity.zombie_villager.step net.minecraft.util.SoundEvent@4de93edd +[16:58:30] [Server thread/TRACE] [FML]: Registry: 501 minecraft:item.armor.equip_chain net.minecraft.util.SoundEvent@53b2e1eb +[16:58:30] [Server thread/TRACE] [FML]: Registry: 502 minecraft:item.armor.equip_diamond net.minecraft.util.SoundEvent@29db008c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 503 minecraft:item.armor.equip_elytra net.minecraft.util.SoundEvent@1d008e61 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 504 minecraft:item.armor.equip_generic net.minecraft.util.SoundEvent@191b44ca +[16:58:30] [Server thread/TRACE] [FML]: Registry: 505 minecraft:item.armor.equip_gold net.minecraft.util.SoundEvent@5de243bb +[16:58:30] [Server thread/TRACE] [FML]: Registry: 506 minecraft:item.armor.equip_iron net.minecraft.util.SoundEvent@2c4cf7eb +[16:58:30] [Server thread/TRACE] [FML]: Registry: 507 minecraft:item.armor.equip_leather net.minecraft.util.SoundEvent@35260785 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 508 minecraft:item.bottle.empty net.minecraft.util.SoundEvent@76d828ff +[16:58:30] [Server thread/TRACE] [FML]: Registry: 509 minecraft:item.bottle.fill net.minecraft.util.SoundEvent@39685204 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 510 minecraft:item.bottle.fill_dragonbreath net.minecraft.util.SoundEvent@72d0196d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 511 minecraft:item.bucket.empty net.minecraft.util.SoundEvent@77cf329d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 512 minecraft:item.bucket.empty_lava net.minecraft.util.SoundEvent@4067634b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 513 minecraft:item.bucket.fill net.minecraft.util.SoundEvent@3b64f131 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 514 minecraft:item.bucket.fill_lava net.minecraft.util.SoundEvent@490d9c41 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 515 minecraft:item.chorus_fruit.teleport net.minecraft.util.SoundEvent@47d81427 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 516 minecraft:item.elytra.flying net.minecraft.util.SoundEvent@3c5e4aac +[16:58:30] [Server thread/TRACE] [FML]: Registry: 517 minecraft:item.firecharge.use net.minecraft.util.SoundEvent@20afd96f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 518 minecraft:item.flintandsteel.use net.minecraft.util.SoundEvent@565a6af +[16:58:30] [Server thread/TRACE] [FML]: Registry: 519 minecraft:item.hoe.till net.minecraft.util.SoundEvent@21bf308 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 520 minecraft:item.shield.block net.minecraft.util.SoundEvent@4cded2cd +[16:58:30] [Server thread/TRACE] [FML]: Registry: 521 minecraft:item.shield.break net.minecraft.util.SoundEvent@12e40e98 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 522 minecraft:item.shovel.flatten net.minecraft.util.SoundEvent@3a9c92b5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 523 minecraft:item.totem.use net.minecraft.util.SoundEvent@67c2b55d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 524 minecraft:music.creative net.minecraft.util.SoundEvent@5db04bd2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 525 minecraft:music.credits net.minecraft.util.SoundEvent@6f921e32 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 526 minecraft:music.dragon net.minecraft.util.SoundEvent@31c5304f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 527 minecraft:music.end net.minecraft.util.SoundEvent@43df1377 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 528 minecraft:music.game net.minecraft.util.SoundEvent@1cee3e05 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 529 minecraft:music.menu net.minecraft.util.SoundEvent@63f2d024 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 530 minecraft:music.nether net.minecraft.util.SoundEvent@7b2dd35d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 531 minecraft:record.11 net.minecraft.util.SoundEvent@405223e4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 532 minecraft:record.13 net.minecraft.util.SoundEvent@2d2133fd +[16:58:30] [Server thread/TRACE] [FML]: Registry: 533 minecraft:record.blocks net.minecraft.util.SoundEvent@58a7a58d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 534 minecraft:record.cat net.minecraft.util.SoundEvent@4d8522ff +[16:58:30] [Server thread/TRACE] [FML]: Registry: 535 minecraft:record.chirp net.minecraft.util.SoundEvent@1c9975a8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 536 minecraft:record.far net.minecraft.util.SoundEvent@3883031d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 537 minecraft:record.mall net.minecraft.util.SoundEvent@5d6d424d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 538 minecraft:record.mellohi net.minecraft.util.SoundEvent@391b01c5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 539 minecraft:record.stal net.minecraft.util.SoundEvent@6e78177b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 540 minecraft:record.strad net.minecraft.util.SoundEvent@4ec37a42 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 541 minecraft:record.wait net.minecraft.util.SoundEvent@798b36fd +[16:58:30] [Server thread/TRACE] [FML]: Registry: 542 minecraft:record.ward net.minecraft.util.SoundEvent@18ff1520 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 543 minecraft:ui.button.click net.minecraft.util.SoundEvent@36120a8b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 544 minecraft:ui.toast.in net.minecraft.util.SoundEvent@63d66761 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 545 minecraft:ui.toast.out net.minecraft.util.SoundEvent@434a8938 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 546 minecraft:ui.toast.challenge_complete net.minecraft.util.SoundEvent@237cd264 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 547 minecraft:weather.rain net.minecraft.util.SoundEvent@51cd2d2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 548 minecraft:weather.rain.above net.minecraft.util.SoundEvent@5521407f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 549 chisel:metal_break net.minecraft.util.SoundEvent@2c8f540e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 550 chisel:metal_fall net.minecraft.util.SoundEvent@22430106 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 551 chisel:metal_hit net.minecraft.util.SoundEvent@6ca4cc09 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 552 chisel:metal_place net.minecraft.util.SoundEvent@6693a020 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 553 chisel:metal_step net.minecraft.util.SoundEvent@306ab7d8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 554 chisel:fallback net.minecraft.util.SoundEvent@a1bcbe2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 555 chisel:wood_chisel net.minecraft.util.SoundEvent@40958a2c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 556 chisel:dirt_chisel net.minecraft.util.SoundEvent@5ecd147e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 557 jaff:item.rod.reel net.minecraft.util.SoundEvent@3c7082d6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 558 twilightforest:mob.kobold.die net.minecraft.util.SoundEvent@650fec53 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 559 twilightforest:mob.kobold.kobold net.minecraft.util.SoundEvent@5d560ec1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 560 twilightforest:mob.kobold.hurt net.minecraft.util.SoundEvent@67057856 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 561 twilightforest:mob.cicada net.minecraft.util.SoundEvent@64211fbe +[16:58:30] [Server thread/TRACE] [FML]: Registry: 562 twilightforest:mob.naga.hiss net.minecraft.util.SoundEvent@7ed61a1d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 563 twilightforest:mob.naga.hurt net.minecraft.util.SoundEvent@131b3300 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 564 twilightforest:mob.naga.rattle net.minecraft.util.SoundEvent@5f102efd +[16:58:30] [Server thread/TRACE] [FML]: Registry: 565 twilightforest:mob.raven.caw net.minecraft.util.SoundEvent@3320164e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 566 twilightforest:mob.raven.squawk net.minecraft.util.SoundEvent@7de8f4c5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 567 twilightforest:mob.redcap.die net.minecraft.util.SoundEvent@37214b4b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 568 twilightforest:mob.redcap.redcap net.minecraft.util.SoundEvent@6998ec94 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 569 twilightforest:mob.redcap.hurt net.minecraft.util.SoundEvent@5ab9058f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 570 twilightforest:mob.tinybird.chirp net.minecraft.util.SoundEvent@60cd9cc1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 571 twilightforest:mob.tinybird.hurt net.minecraft.util.SoundEvent@5d8bf880 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 572 twilightforest:mob.tinybird.song net.minecraft.util.SoundEvent@735943e9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 573 twilightforest:mob.urghast.trapactive net.minecraft.util.SoundEvent@615ea570 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 574 twilightforest:mob.urghast.trapon net.minecraft.util.SoundEvent@6d79060e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 575 twilightforest:mob.urghast.trapspindown net.minecraft.util.SoundEvent@6f34acd9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 576 twilightforest:mob.urghast.trapwarmup net.minecraft.util.SoundEvent@56cbfcdd +[16:58:30] [Server thread/TRACE] [FML]: Registry: 577 twilightforest:mob.wraith.wraith net.minecraft.util.SoundEvent@42aaa651 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 578 twilightforest:mob.hydra.death net.minecraft.util.SoundEvent@67c6917c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 579 twilightforest:mob.hydra.growl net.minecraft.util.SoundEvent@2ddeab39 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 580 twilightforest:mob.hydra.hurt net.minecraft.util.SoundEvent@24fa974b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 581 twilightforest:mob.hydra.roar net.minecraft.util.SoundEvent@337525ab +[16:58:30] [Server thread/TRACE] [FML]: Registry: 582 twilightforest:mob.hydra.warn net.minecraft.util.SoundEvent@606b1fc8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 583 twilightforest:mob.mosquito.mosquito net.minecraft.util.SoundEvent@3834f79f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 584 twilightforest:mob.ice.noise net.minecraft.util.SoundEvent@48846f1d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 585 twilightforest:mob.ice.death net.minecraft.util.SoundEvent@524643db +[16:58:30] [Server thread/TRACE] [FML]: Registry: 586 twilightforest:mob.ice.hurt net.minecraft.util.SoundEvent@6aeb9304 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 587 twilightforest:random.slider net.minecraft.util.SoundEvent@757c09c9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 588 twilightforest:music.bg net.minecraft.util.SoundEvent@1eeb6cfc +[16:58:30] [Server thread/TRACE] [FML]: Registry: 589 tconstruct:little_saw net.minecraft.util.SoundEvent@18f80240 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 590 tconstruct:frypan_hit net.minecraft.util.SoundEvent@7bab058a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 591 tconstruct:toy_squeak net.minecraft.util.SoundEvent@de8770 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 592 tconstruct:slimesling net.minecraft.util.SoundEvent@55f6c3c4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 593 tconstruct:charged net.minecraft.util.SoundEvent@dc43138 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 594 tconstruct:discharge net.minecraft.util.SoundEvent@2ee0e25f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 595 tconstruct:stone_hit net.minecraft.util.SoundEvent@5a7115f4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 596 tconstruct:wood_hit net.minecraft.util.SoundEvent@39fa059d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 597 tconstruct:crossbow_reload net.minecraft.util.SoundEvent@159bae6b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 598 mekanism:etc.beep net.minecraft.util.SoundEvent@4f53109e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 599 mekanism:etc.click net.minecraft.util.SoundEvent@7109c155 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 600 mekanism:etc.ding net.minecraft.util.SoundEvent@7e885928 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 601 mekanism:etc.error net.minecraft.util.SoundEvent@619334e2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 602 mekanism:etc.gasmask net.minecraft.util.SoundEvent@36931fae +[16:58:30] [Server thread/TRACE] [FML]: Registry: 603 mekanism:etc.hydraulic net.minecraft.util.SoundEvent@9af7340 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 604 mekanism:etc.pop net.minecraft.util.SoundEvent@35d22a44 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 605 mekanism:etc.success net.minecraft.util.SoundEvent@4d9e3c38 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 606 mekanism:etc.cj net.minecraft.util.SoundEvent@635e344a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 607 betterwithmods:block.wood.creak net.minecraft.util.SoundEvent@11196e12 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 608 betterwithmods:block.stone.grind net.minecraft.util.SoundEvent@353df67f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 609 betterwithmods:block.wood.bellow net.minecraft.util.SoundEvent@9fe731c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 610 betterwithmods:block.wood.chime net.minecraft.util.SoundEvent@1b10fa0d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 611 betterwithmods:block.metal.chime net.minecraft.util.SoundEvent@41237e83 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 612 betterwithmods:block.metal.hacksaw net.minecraft.util.SoundEvent@1b77e6d6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 613 betterwithmods:block.millstone.netherrack net.minecraft.util.SoundEvent@616b1037 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 614 betterwithmods:block.saw.cut net.minecraft.util.SoundEvent@7db74e85 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 615 betterwithmods:block.mechanical.overpower net.minecraft.util.SoundEvent@27baf0d6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 616 betterwithmods:entity.player.oof net.minecraft.util.SoundEvent@35ff3a1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 617 quark:item.soul_powder.spawn vazkii.quark.base.sounds.ModSoundEvent@3a8cb155 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 618 quark:block.pipe.shoot vazkii.quark.base.sounds.ModSoundEvent@7d8813e7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 619 quark:block.pipe.pickup vazkii.quark.base.sounds.ModSoundEvent@dc470c0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 620 quark:block.pipe.shoot.lenny vazkii.quark.base.sounds.ModSoundEvent@71fa5822 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 621 quark:block.pipe.pickup.lenny vazkii.quark.base.sounds.ModSoundEvent@2ea34951 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 622 quark:block.sponge.hiss vazkii.quark.base.sounds.ModSoundEvent@13097049 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 623 quark:entity.boat.add_item vazkii.quark.base.sounds.ModSoundEvent@3de55098 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 624 quark:item.soul_bead.curse vazkii.quark.base.sounds.ModSoundEvent@1e7d244e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 625 quark:block.monster_box.growl vazkii.quark.base.sounds.ModSoundEvent@2aa01f11 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 626 quark:entity.stoneling.meep vazkii.quark.base.sounds.ModSoundEvent@72f3b934 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 627 quark:entity.stoneling.purr vazkii.quark.base.sounds.ModSoundEvent@65854662 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 628 quark:entity.stoneling.give vazkii.quark.base.sounds.ModSoundEvent@12ad41c8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 629 quark:entity.stoneling.take vazkii.quark.base.sounds.ModSoundEvent@385f8c1b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 630 quark:entity.stoneling.eat vazkii.quark.base.sounds.ModSoundEvent@578ab83d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 631 quark:entity.stoneling.die vazkii.quark.base.sounds.ModSoundEvent@187352f8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 632 quark:entity.stoneling.cry vazkii.quark.base.sounds.ModSoundEvent@60a8f33f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 633 quark:entity.frog.wednesday vazkii.quark.base.sounds.ModSoundEvent@24d39465 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 634 quark:entity.frog.hurt vazkii.quark.base.sounds.ModSoundEvent@269a8b92 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 635 quark:entity.frog.die vazkii.quark.base.sounds.ModSoundEvent@24fcf92b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 636 quark:entity.frog.idle vazkii.quark.base.sounds.ModSoundEvent@3ead780 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 637 quark:entity.frog.jump vazkii.quark.base.sounds.ModSoundEvent@3b220b24 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 638 quark:entity.pickarang.throw vazkii.quark.base.sounds.ModSoundEvent@4916d1c9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 639 modularrouters:error net.minecraft.util.SoundEvent@a605c61 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 640 modularrouters:success net.minecraft.util.SoundEvent@5fe3cc7a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 641 modularrouters:thud net.minecraft.util.SoundEvent@74b39789 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 642 buildinggadgets:beep net.minecraft.util.SoundEvent@48ac333b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 643 car:engine_stop net.minecraft.util.SoundEvent@4de88754 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 644 car:engine_starting net.minecraft.util.SoundEvent@59d48f3c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 645 car:engine_start net.minecraft.util.SoundEvent@2b64f85 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 646 car:engine_idle net.minecraft.util.SoundEvent@44ac16cc +[16:58:30] [Server thread/TRACE] [FML]: Registry: 647 car:engine_high net.minecraft.util.SoundEvent@4d77fb2a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 648 car:engine_fail net.minecraft.util.SoundEvent@302720d7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 649 car:sport_engine_stop net.minecraft.util.SoundEvent@dd8b31 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 650 car:sport_engine_starting net.minecraft.util.SoundEvent@2463e790 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 651 car:sport_engine_start net.minecraft.util.SoundEvent@56bff69d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 652 car:sport_engine_idle net.minecraft.util.SoundEvent@5f975505 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 653 car:sport_engine_high net.minecraft.util.SoundEvent@33ffc9c5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 654 car:sport_engine_fail net.minecraft.util.SoundEvent@81bf74d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 655 car:gas_station net.minecraft.util.SoundEvent@2139f3cd +[16:58:30] [Server thread/TRACE] [FML]: Registry: 656 car:car_crash net.minecraft.util.SoundEvent@4463a592 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 657 car:generator net.minecraft.util.SoundEvent@91fed3a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 658 car:car_horn net.minecraft.util.SoundEvent@5ee9d2cb +[16:58:30] [Server thread/TRACE] [FML]: Registry: 659 car:car_lock net.minecraft.util.SoundEvent@3020e540 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 660 car:car_unlock net.minecraft.util.SoundEvent@69b699e3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 661 car:ratchet net.minecraft.util.SoundEvent@1f36cfd2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 662 compactmachines3:miniaturization_crafting net.minecraft.util.SoundEvent@4ca13370 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 663 cookingforblockheads:fridge_open net.minecraft.util.SoundEvent@35affdf0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 664 cookingforblockheads:fridge_close net.minecraft.util.SoundEvent@16b17f6c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 665 cookingforblockheads:oven_open net.minecraft.util.SoundEvent@35f7327a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 666 cookingforblockheads:oven_close net.minecraft.util.SoundEvent@4685174f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 667 cookingforblockheads:toaster_start net.minecraft.util.SoundEvent@c0f2212 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 668 cookingforblockheads:toaster_stop net.minecraft.util.SoundEvent@11d866e0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 669 elevatorid:teleport net.minecraft.util.SoundEvent@1db0e243 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 670 farmingforblockheads:falling net.minecraft.util.SoundEvent@4e0ed971 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 671 ironbackpacks:open_backpack net.minecraft.util.SoundEvent@301fb67c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 672 ironbackpacks:close_backpack net.minecraft.util.SoundEvent@6e5a612c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 673 ironjetpacks:jetpack net.minecraft.util.SoundEvent@ed6fb52 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 674 magma_monsters:magma_monster_living net.minecraft.util.SoundEvent@36ab7ea8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 675 magma_monsters:magma_monster_hurt net.minecraft.util.SoundEvent@7b4a8257 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 676 magma_monsters:magma_monster_death net.minecraft.util.SoundEvent@46a4df13 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 677 mob_grinding_utils:tap_squeak net.minecraft.util.SoundEvent@12a2df9a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 678 mob_grinding_utils:entity_wither_spawn_local net.minecraft.util.SoundEvent@3dd5afa3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 679 mob_grinding_utils:entity_wither_death_local net.minecraft.util.SoundEvent@5d69a34d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 680 mob_grinding_utils:entity_dragon_death_local net.minecraft.util.SoundEvent@2f8d6e4e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 681 mob_grinding_utils:chicken_rise net.minecraft.util.SoundEvent@2b573a2a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 682 nex:pigtificate_ambient lex.sound.SoundEventLibEx@248d8772 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 683 nex:pigtificate_hurt lex.sound.SoundEventLibEx@451e3b11 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 684 nex:pigtificate_death lex.sound.SoundEventLibEx@198c4552 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 685 nex:mogus_ambient lex.sound.SoundEventLibEx@7e16daf3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 686 nex:mogus_hurt lex.sound.SoundEventLibEx@36687454 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 687 nex:mogus_death lex.sound.SoundEventLibEx@21a173b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 688 nex:salamander_ambient lex.sound.SoundEventLibEx@79c764ff +[16:58:30] [Server thread/TRACE] [FML]: Registry: 689 nex:salamander_hurt lex.sound.SoundEventLibEx@31cee876 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 690 nex:salamander_death lex.sound.SoundEventLibEx@44f1e0cf +[16:58:30] [Server thread/TRACE] [FML]: Registry: 691 nex:wight_ambient lex.sound.SoundEventLibEx@168084a5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 692 nex:wight_hurt lex.sound.SoundEventLibEx@5422ea16 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 693 nex:wight_death lex.sound.SoundEventLibEx@126925bc +[16:58:30] [Server thread/TRACE] [FML]: Registry: 694 nex:ember_hurt lex.sound.SoundEventLibEx@595548a6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 695 nex:ember_death lex.sound.SoundEventLibEx@4b625a85 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 696 nex:nethermite_ambient lex.sound.SoundEventLibEx@8d37ba5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 697 nex:nethermite_hurt lex.sound.SoundEventLibEx@53ccebc6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 698 nex:nethermite_death lex.sound.SoundEventLibEx@20af9961 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 699 nex:spinout_ambient lex.sound.SoundEventLibEx@79404983 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 700 nex:spinout_hurt lex.sound.SoundEventLibEx@6a5d0b5d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 701 nex:spinout_death lex.sound.SoundEventLibEx@5e7b5f0b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 702 nex:spore_hurt lex.sound.SoundEventLibEx@2c3a134 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 703 nex:spore_death lex.sound.SoundEventLibEx@7934ecbe +[16:58:30] [Server thread/TRACE] [FML]: Registry: 704 nex:spore_warn lex.sound.SoundEventLibEx@7b310726 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 705 nex:spore_explode lex.sound.SoundEventLibEx@7f368c4c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 706 nex:ghastling_ambient lex.sound.SoundEventLibEx@6063589f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 707 nex:ghastling_hurt lex.sound.SoundEventLibEx@3eec1931 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 708 nex:ghastling_death lex.sound.SoundEventLibEx@4d1731fd +[16:58:30] [Server thread/TRACE] [FML]: Registry: 709 nex:ghastling_warn lex.sound.SoundEventLibEx@60880ff +[16:58:30] [Server thread/TRACE] [FML]: Registry: 710 nex:ghastling_shoot lex.sound.SoundEventLibEx@7cd58701 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 711 nex:ghast_queen_ambient lex.sound.SoundEventLibEx@222e3c3b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 712 nex:ghast_queen_hurt lex.sound.SoundEventLibEx@5642695a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 713 nex:ghast_queen_death lex.sound.SoundEventLibEx@140f1415 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 714 nex:ghast_queen_shoot lex.sound.SoundEventLibEx@4432741a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 715 nex:ghast_queen_summon lex.sound.SoundEventLibEx@172e4743 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 716 pneumaticcraft:air_cannon net.minecraft.util.SoundEvent@5263f445 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 717 pneumaticcraft:leaking_gas net.minecraft.util.SoundEvent@3ea0eda0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 718 pneumaticcraft:pneumatic_crusher net.minecraft.util.SoundEvent@6965dcca +[16:58:30] [Server thread/TRACE] [FML]: Registry: 719 pneumaticcraft:interface_door net.minecraft.util.SoundEvent@c149afa +[16:58:30] [Server thread/TRACE] [FML]: Registry: 720 pneumaticcraft:elevator_rising_start net.minecraft.util.SoundEvent@419886e1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 721 pneumaticcraft:elevator_rising_stop net.minecraft.util.SoundEvent@786cae9f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 722 pneumaticcraft:elevator_rising net.minecraft.util.SoundEvent@3fa8aed4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 723 pneumaticcraft:helmet_hack_finish net.minecraft.util.SoundEvent@17c32091 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 724 pneumaticcraft:hud_init net.minecraft.util.SoundEvent@12e91306 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 725 pneumaticcraft:hud_init_complete net.minecraft.util.SoundEvent@fec5f92 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 726 pneumaticcraft:hud_entity_lock net.minecraft.util.SoundEvent@75488eb5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 727 pneumaticcraft:sci_fi net.minecraft.util.SoundEvent@7b01ef25 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 728 pneumaticcraft:pneumatic_wrench net.minecraft.util.SoundEvent@212aa260 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 729 pneumaticcraft:minigun net.minecraft.util.SoundEvent@4c576918 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 730 pneumaticcraft:minigun_stop net.minecraft.util.SoundEvent@7d5b6b01 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 731 pneumaticcraft:drone_hurt net.minecraft.util.SoundEvent@9d7cb48 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 732 pneumaticcraft:drone_death net.minecraft.util.SoundEvent@7d1a51b0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 733 pneumaticcraft:short_hiss net.minecraft.util.SoundEvent@a72f8a2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 734 pneumaticcraft:punch net.minecraft.util.SoundEvent@2c57898e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 735 pneumaticcraft:pneumatic_door net.minecraft.util.SoundEvent@1b6d9ac7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 736 pneumaticcraft:chirp net.minecraft.util.SoundEvent@34d5dfcb +[16:58:30] [Server thread/TRACE] [FML]: Registry: 737 pneumaticcraft:scuba net.minecraft.util.SoundEvent@297f861b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 738 pneumaticcraft:leaking_gas_low net.minecraft.util.SoundEvent@39746143 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 739 primal:silent net.minecraft.util.SoundEvent@4eb87f08 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 740 primal:block_cauldron_empty net.minecraft.util.SoundEvent@5409da93 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 741 primal:block_cauldron_filled net.minecraft.util.SoundEvent@193d157 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 742 primal:block_cauldron_lid net.minecraft.util.SoundEvent@1b77d65f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 743 primal:block_cauldron_add net.minecraft.util.SoundEvent@16baba06 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 744 primal:block_cauldron_take net.minecraft.util.SoundEvent@cfd2700 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 745 primal:block_cauldron_match net.minecraft.util.SoundEvent@137b46a1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 746 primal:block_cauldron_finish net.minecraft.util.SoundEvent@369bafbf +[16:58:30] [Server thread/TRACE] [FML]: Registry: 747 primal:block_barrel_empty net.minecraft.util.SoundEvent@753249e0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 748 primal:block_barrel_filled net.minecraft.util.SoundEvent@1092b561 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 749 primal:block_barrel_lid net.minecraft.util.SoundEvent@5915a79c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 750 primal:block_pottery_lid net.minecraft.util.SoundEvent@32181d56 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 751 primal:block_pottery_hit net.minecraft.util.SoundEvent@55023fbc +[16:58:30] [Server thread/TRACE] [FML]: Registry: 752 primal:block_pottery_step net.minecraft.util.SoundEvent@503ea1c0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 753 primal:block_pottery_break net.minecraft.util.SoundEvent@24e3d51c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 754 primal:block_pottery_place net.minecraft.util.SoundEvent@56638e7b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 755 primal:block_pottery_active net.minecraft.util.SoundEvent@1258a4d4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 756 primal:block_spikes_fall net.minecraft.util.SoundEvent@374d27fe +[16:58:30] [Server thread/TRACE] [FML]: Registry: 757 primal:block_ice_freeze net.minecraft.util.SoundEvent@d3c4f3e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 758 primal:block_ice_break net.minecraft.util.SoundEvent@476618b4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 759 primal:block_ice_place net.minecraft.util.SoundEvent@104f7a88 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 760 primal:block_ooze net.minecraft.util.SoundEvent@4ee3cda8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 761 primal:effect_magic_inhibit net.minecraft.util.SoundEvent@21c93ef5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 762 primal:misc_steam net.minecraft.util.SoundEvent@569d21c0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 763 primal:misc_placement net.minecraft.util.SoundEvent@3ded9aa1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 764 primal:craft_flake net.minecraft.util.SoundEvent@6d339e39 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 765 primal:tool_saw_wood net.minecraft.util.SoundEvent@5653bfc +[16:58:30] [Server thread/TRACE] [FML]: Registry: 766 primal:tool_axe_wood net.minecraft.util.SoundEvent@3ac989b1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 767 primal:tool_blade_scrape net.minecraft.util.SoundEvent@6ba024db +[16:58:30] [Server thread/TRACE] [FML]: Registry: 768 primal:fluid_swish net.minecraft.util.SoundEvent@1a93bdc0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 769 primal:fluid_splash net.minecraft.util.SoundEvent@3605cfb5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 770 primal:entity_ovis_say net.minecraft.util.SoundEvent@40f75cc5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 771 primal:entity_ovis_hurt net.minecraft.util.SoundEvent@2a1b3efc +[16:58:30] [Server thread/TRACE] [FML]: Registry: 772 primal:entity_ovis_angry net.minecraft.util.SoundEvent@2d61ebc2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 773 primal:entity_gator_say net.minecraft.util.SoundEvent@3581e1bc +[16:58:30] [Server thread/TRACE] [FML]: Registry: 774 primal:entity_gator_hurt net.minecraft.util.SoundEvent@4fea82bd +[16:58:30] [Server thread/TRACE] [FML]: Registry: 775 primal:entity_gator_death net.minecraft.util.SoundEvent@3c75b962 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 776 primal:entity_wolf_howl net.minecraft.util.SoundEvent@1ee87ad5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 777 reborncore:block_dismantle net.minecraft.util.SoundEvent@245ee4b5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 778 rftools:teleport_whoosh net.minecraft.util.SoundEvent@205ea597 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 779 rftools:teleport_error net.minecraft.util.SoundEvent@4ca70958 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 780 sev_tweaks_npc:ladder_placement net.minecraft.util.SoundEvent@ec8f56b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 781 sev_tweaks_npc:glen_barf_1 net.minecraft.util.SoundEvent@5bef9b38 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 782 sev_tweaks_npc:glen_whinge net.minecraft.util.SoundEvent@2ff6b4d4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 783 sev_tweaks_npc:glen_hurt net.minecraft.util.SoundEvent@2ddbc838 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 784 sev_tweaks_npc:glen_death net.minecraft.util.SoundEvent@64f10345 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 785 stevescarts:gearswitch net.minecraft.util.SoundEvent@6713df5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 786 stevescarts:win net.minecraft.util.SoundEvent@ea3e931 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 787 stevescarts:boop net.minecraft.util.SoundEvent@396f2c5b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 788 stevescarts:gameover net.minecraft.util.SoundEvent@5cdf349b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 789 stevescarts:1lines net.minecraft.util.SoundEvent@53ce2460 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 790 stevescarts:2lines net.minecraft.util.SoundEvent@4235a549 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 791 stevescarts:3lines net.minecraft.util.SoundEvent@2f854a0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 792 stevescarts:4lines net.minecraft.util.SoundEvent@27a6d388 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 793 stevescarts:highscore net.minecraft.util.SoundEvent@5690e38 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 794 stevescarts:hit net.minecraft.util.SoundEvent@6a99ec31 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 795 stevescarts:click net.minecraft.util.SoundEvent@2a84e896 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 796 stevescarts:blobclick net.minecraft.util.SoundEvent@3b2f44dd +[16:58:30] [Server thread/TRACE] [FML]: Registry: 797 stevescarts:flagclick net.minecraft.util.SoundEvent@76fa854e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 798 stevescarts:goodjob net.minecraft.util.SoundEvent@53a717c4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 799 tinkertoolleveling:levelup net.minecraft.util.SoundEvent@5e6a957e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 800 totemic:flute net.minecraft.util.SoundEvent@1fa22bc2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 801 totemic:rattle net.minecraft.util.SoundEvent@3dd00d8d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 802 totemic:drum net.minecraft.util.SoundEvent@562234c4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 803 totemic:wind_chime net.minecraft.util.SoundEvent@5c699a1b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 804 totemic:eagle_bone_whistle net.minecraft.util.SoundEvent@529b466f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 805 totemic:bald_eagle.ambient net.minecraft.util.SoundEvent@6f1a85d4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 806 totemic:bald_eagle.hurt net.minecraft.util.SoundEvent@28d908e7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 807 totemic:bald_eagle.death net.minecraft.util.SoundEvent@38f0e6a5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 808 waddles:adelie.ambient net.minecraft.util.SoundEvent@305077ea +[16:58:30] [Server thread/TRACE] [FML]: Registry: 809 waddles:adelie.baby.ambient net.minecraft.util.SoundEvent@b5f6011 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 810 waddles:adelie.death net.minecraft.util.SoundEvent@6ba1cfad +[16:58:30] [Server thread/TRACE] [FML]: Registry: 811 waddles:adelie.hurt net.minecraft.util.SoundEvent@54dbc9b2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 812 yoyos:entity.yoyo.throw net.minecraft.util.SoundEvent@67871be4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 813 yoyos:entity.yoyo.stick net.minecraft.util.SoundEvent@1728a0ed +[16:58:30] [Server thread/TRACE] [FML]: Registry: 814 yoyos:entity.yoyo.chase net.minecraft.util.SoundEvent@7291c902 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 815 primal_tech:breaking_stuff net.minecraft.util.SoundEvent@780d18bb +[16:58:30] [Server thread/TRACE] [FML]: Registry: 816 primal_tech:cabbage_fart net.minecraft.util.SoundEvent@270a6465 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 817 primal_tech:bentley net.minecraft.util.SoundEvent@75f797a1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 818 abyssalcraft:dreadguard.idle net.minecraft.util.SoundEvent@95299c4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 819 abyssalcraft:dreadguard.hit net.minecraft.util.SoundEvent@190a9095 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 820 abyssalcraft:dreadguard.death net.minecraft.util.SoundEvent@6dd7e69d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 821 abyssalcraft:ghoul.normal.idle net.minecraft.util.SoundEvent@24543e19 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 822 abyssalcraft:ghoul.hit net.minecraft.util.SoundEvent@39550fee +[16:58:30] [Server thread/TRACE] [FML]: Registry: 823 abyssalcraft:ghoul.death net.minecraft.util.SoundEvent@7416be69 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 824 abyssalcraft:ghoul.pete.idle net.minecraft.util.SoundEvent@26274d78 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 825 abyssalcraft:ghoul.wilson.idle net.minecraft.util.SoundEvent@23861b53 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 826 abyssalcraft:ghoul.orange.idle net.minecraft.util.SoundEvent@323d4ab2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 827 abyssalcraft:golem.death net.minecraft.util.SoundEvent@73994f6a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 828 abyssalcraft:golem.hit net.minecraft.util.SoundEvent@6fc990ec +[16:58:30] [Server thread/TRACE] [FML]: Registry: 829 abyssalcraft:golem.idle net.minecraft.util.SoundEvent@7c8652c5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 830 abyssalcraft:sacthoth.death net.minecraft.util.SoundEvent@24b6ff3d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 831 abyssalcraft:shadow.death net.minecraft.util.SoundEvent@1d6d16de +[16:58:30] [Server thread/TRACE] [FML]: Registry: 832 abyssalcraft:shadow.hit net.minecraft.util.SoundEvent@3e80bb6f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 833 abyssalcraft:remnant.scream net.minecraft.util.SoundEvent@705ed600 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 834 abyssalcraft:remnant.yes net.minecraft.util.SoundEvent@63029021 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 835 abyssalcraft:remnant.no net.minecraft.util.SoundEvent@162cb179 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 836 abyssalcraft:remnant.priest.chant net.minecraft.util.SoundEvent@2d4c2b10 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 837 abyssalcraft:shoggoth.idle net.minecraft.util.SoundEvent@2ba4166f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 838 abyssalcraft:shoggoth.hit net.minecraft.util.SoundEvent@5cd008a2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 839 abyssalcraft:shoggoth.death net.minecraft.util.SoundEvent@2f04cd38 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 840 abyssalcraft:shoggoth.step net.minecraft.util.SoundEvent@635c6763 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 841 abyssalcraft:shoggoth.shoot net.minecraft.util.SoundEvent@68400209 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 842 abyssalcraft:shoggoth.birth net.minecraft.util.SoundEvent@348992bb +[16:58:30] [Server thread/TRACE] [FML]: Registry: 843 abyssalcraft:shoggoth.consume net.minecraft.util.SoundEvent@3d6de41f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 844 abyssalcraft:jzahar.charge net.minecraft.util.SoundEvent@3d0afbae +[16:58:30] [Server thread/TRACE] [FML]: Registry: 845 abyssalcraft:chant.cthulhu net.minecraft.util.SoundEvent@55b2e64c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 846 abyssalcraft:chant.yog_sothoth_1 net.minecraft.util.SoundEvent@2d56aa0b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 847 abyssalcraft:chant.yog_sothoth_2 net.minecraft.util.SoundEvent@7f49fea2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 848 abyssalcraft:chant.hastur_1 net.minecraft.util.SoundEvent@15f4ad6e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 849 abyssalcraft:chant.hastur_2 net.minecraft.util.SoundEvent@5736a91a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 850 abyssalcraft:chant.sleeping net.minecraft.util.SoundEvent@4fa85705 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 851 abyssalcraft:chant.cthugha net.minecraft.util.SoundEvent@7f241cbc +[16:58:30] [Server thread/TRACE] [FML]: Registry: 852 abyssalcraft:dreadspawn.idle net.minecraft.util.SoundEvent@4f0b41eb +[16:58:30] [Server thread/TRACE] [FML]: Registry: 853 abyssalcraft:dreadspawn.hit net.minecraft.util.SoundEvent@2d974f69 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 854 abyssalcraft:dreadspawn.death net.minecraft.util.SoundEvent@200a35a1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 855 abyssalcraft:abyssalzombie.idle net.minecraft.util.SoundEvent@7f140ce0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 856 abyssalcraft:abyssalzombie.hit net.minecraft.util.SoundEvent@6a050ef0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 857 abyssalcraft:abyssalzombie.death net.minecraft.util.SoundEvent@7dfef8de +[16:58:30] [Server thread/TRACE] [FML]: Registry: 858 abyssalcraft:antiplayer.hurt net.minecraft.util.SoundEvent@c287dfd +[16:58:30] [Server thread/TRACE] [FML]: Registry: 859 abyssalcraft:dreadguard.barf net.minecraft.util.SoundEvent@53041394 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 860 abyssalcraft:jzahar.blast net.minecraft.util.SoundEvent@11b4f58a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 861 abyssalcraft:jzahar.shout net.minecraft.util.SoundEvent@1b86c76a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 862 abyssalcraft:jzahar.earthquake net.minecraft.util.SoundEvent@548e9672 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 863 abyssalcraft:jzahar.implosion net.minecraft.util.SoundEvent@27e5a7c4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 864 abyssalcraft:jzahar.black_hole net.minecraft.util.SoundEvent@114b1e17 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 865 actuallyadditions:duh_duh_duh_duuuh net.minecraft.util.SoundEvent@5fe54a84 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 866 actuallyadditions:coffee_machine net.minecraft.util.SoundEvent@3a6d8285 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 867 actuallyadditions:reconstructor net.minecraft.util.SoundEvent@1656e88e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 868 actuallyadditions:crusher net.minecraft.util.SoundEvent@3ac2afce +[16:58:30] [Server thread/TRACE] [FML]: Registry: 869 cyclicmagic:basey net.minecraft.util.SoundEvent@1929b9a7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 870 cyclicmagic:dungeonfinder net.minecraft.util.SoundEvent@381a3094 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 871 cyclicmagic:bwewe net.minecraft.util.SoundEvent@17895486 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 872 cyclicmagic:fill net.minecraft.util.SoundEvent@6b68f8bc +[16:58:30] [Server thread/TRACE] [FML]: Registry: 873 cyclicmagic:bwoaaap net.minecraft.util.SoundEvent@3fd880f7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 874 cyclicmagic:crack net.minecraft.util.SoundEvent@56af9908 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 875 cyclicmagic:thunk net.minecraft.util.SoundEvent@bdfda3f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 876 cyclicmagic:pschew_fire net.minecraft.util.SoundEvent@27de6ee0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 877 cyclicmagic:block_scaffolding net.minecraft.util.SoundEvent@5c7a9dd4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 878 cyclicmagic:chaos_reaper net.minecraft.util.SoundEvent@7637388a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 879 cyclicmagic:fireball_explode net.minecraft.util.SoundEvent@3cc0a51 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 880 cyclicmagic:fireball_staff_launch net.minecraft.util.SoundEvent@5731cda6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 881 cyclicmagic:frost_staff_launch net.minecraft.util.SoundEvent@5fad6ea9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 882 cyclicmagic:lightning_staff_launch net.minecraft.util.SoundEvent@1011febe +[16:58:30] [Server thread/TRACE] [FML]: Registry: 883 cyclicmagic:machine_launch net.minecraft.util.SoundEvent@73ece06f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 884 cyclicmagic:monster_ball_capture net.minecraft.util.SoundEvent@2a694f49 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 885 cyclicmagic:monster_ball_release net.minecraft.util.SoundEvent@1e85a48b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 886 cyclicmagic:spikes_off net.minecraft.util.SoundEvent@1fe5deb +[16:58:30] [Server thread/TRACE] [FML]: Registry: 887 cyclicmagic:spikes_on net.minecraft.util.SoundEvent@15052a23 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 888 cyclicmagic:spirit_seeker net.minecraft.util.SoundEvent@75f63ccd +[16:58:30] [Server thread/TRACE] [FML]: Registry: 889 cyclicmagic:step_height_down net.minecraft.util.SoundEvent@46e47f04 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 890 cyclicmagic:step_height_up net.minecraft.util.SoundEvent@35066336 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 891 cyclicmagic:tool_mode net.minecraft.util.SoundEvent@96e1387 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 892 cyclicmagic:warp_echo net.minecraft.util.SoundEvent@4d3a4633 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 893 cyclicmagic:dcoin net.minecraft.util.SoundEvent@28431ccf +[16:58:30] [Server thread/TRACE] [FML]: Registry: 894 cyclicmagic:fan_off net.minecraft.util.SoundEvent@2edac522 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 895 cyclicmagic:fan_on net.minecraft.util.SoundEvent@57d11955 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 896 cyclicmagic:fan_loop net.minecraft.util.SoundEvent@48c5d642 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 897 cyclicmagic:doorbell_mikekoenig net.minecraft.util.SoundEvent@78d00ef1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 898 cyclicmagic:dice_mike_koenig net.minecraft.util.SoundEvent@db271c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 899 astralsorcery:clipswitch hellfirepvp.astralsorcery.common.util.SoundUtils$CategorizedSoundEvent@7b97194b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 900 astralsorcery:attunement hellfirepvp.astralsorcery.common.util.SoundUtils$CategorizedSoundEvent@6087ffa +[16:58:30] [Server thread/TRACE] [FML]: Registry: 901 astralsorcery:craftfinish hellfirepvp.astralsorcery.common.util.SoundUtils$CategorizedSoundEvent@6267ed1e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 902 astralsorcery:bookclose hellfirepvp.astralsorcery.common.util.SoundUtils$CategorizedSoundEvent@79646844 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 903 astralsorcery:bookflip hellfirepvp.astralsorcery.common.util.SoundUtils$CategorizedSoundEvent@3afa6b62 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 904 emberroot:owl.hoot_single net.minecraft.util.SoundEvent@7f483468 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 905 emberroot:owl.hoot_double net.minecraft.util.SoundEvent@229a2982 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 906 emberroot:owl.hurt net.minecraft.util.SoundEvent@786653dd +[16:58:30] [Server thread/TRACE] [FML]: Registry: 907 emberroot:direwolf.hurt net.minecraft.util.SoundEvent@112e86c8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 908 emberroot:direwolf.howl net.minecraft.util.SoundEvent@2ffb0bf1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 909 emberroot:direwolf.growl net.minecraft.util.SoundEvent@5c5ef1b5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 910 emberroot:direwolf.death net.minecraft.util.SoundEvent@16eca958 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 911 emberroot:spiritambient net.minecraft.util.SoundEvent@7311658b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 912 emberroot:spirithurt net.minecraft.util.SoundEvent@4c24c9b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 913 emberroot:staffcast net.minecraft.util.SoundEvent@2f3ac6ef +[16:58:30] [Server thread/TRACE] [FML]: Registry: 914 emberroot:bossambient net.minecraft.util.SoundEvent@5c6f0c39 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 915 emberroot:bosshurt net.minecraft.util.SoundEvent@24aa1702 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 916 emberroot:bossdeath net.minecraft.util.SoundEvent@321a2198 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 917 enderutilities:jailer net.minecraft.util.SoundEvent@4bee948a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 918 enderutilities:molecular_exciter net.minecraft.util.SoundEvent@6f44470a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 919 playerbosses:boss.hurt net.minecraft.util.SoundEvent@1b225fe7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 920 playerbosses:boss.ambient net.minecraft.util.SoundEvent@78d7abfa +[16:58:30] [Server thread/TRACE] [FML]: Registry: 921 playerbosses:boss.death net.minecraft.util.SoundEvent@47223aae +[16:58:30] [Server thread/TRACE] [FML]: Registry: 922 thebetweenlands:bl_menu thebetweenlands.common.sound.BLSoundEvent@a135957 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 923 thebetweenlands:bl_dimension thebetweenlands.common.sound.BLSoundEvent@3c7e295 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 924 thebetweenlands:greebling_music_1 thebetweenlands.common.sound.BLSoundEvent@460a116c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 925 thebetweenlands:greebling_music_2 thebetweenlands.common.sound.BLSoundEvent@10aba449 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 926 thebetweenlands:16612 thebetweenlands.common.sound.BLSoundEvent@7e12c832 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 927 thebetweenlands:ancient thebetweenlands.common.sound.BLSoundEvent@c6519b9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 928 thebetweenlands:astatos thebetweenlands.common.sound.BLSoundEvent@af9d7a1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 929 thebetweenlands:beneath_a_green_sky thebetweenlands.common.sound.BLSoundEvent@3e35853d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 930 thebetweenlands:between_you_and_me thebetweenlands.common.sound.BLSoundEvent@12053d6d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 931 thebetweenlands:christmas_on_the_marsh thebetweenlands.common.sound.BLSoundEvent@20e3b817 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 932 thebetweenlands:dj_wights_mixtape thebetweenlands.common.sound.BLSoundEvent@1a8757ec +[16:58:30] [Server thread/TRACE] [FML]: Registry: 933 thebetweenlands:hag_dance thebetweenlands.common.sound.BLSoundEvent@78595767 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 934 thebetweenlands:lonely_fire thebetweenlands.common.sound.BLSoundEvent@438ce354 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 935 thebetweenlands:onwards thebetweenlands.common.sound.BLSoundEvent@72bc5fd6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 936 thebetweenlands:stuck_in_the_mud thebetweenlands.common.sound.BLSoundEvent@56b028e9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 937 thebetweenlands:the_explorer thebetweenlands.common.sound.BLSoundEvent@3cd9db82 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 938 thebetweenlands:wandering_wisps thebetweenlands.common.sound.BLSoundEvent@443e436f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 939 thebetweenlands:waterlogged thebetweenlands.common.sound.BLSoundEvent@64264433 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 940 thebetweenlands:ambient_blood_sky_roar thebetweenlands.common.sound.BLSoundEvent@e29eea +[16:58:30] [Server thread/TRACE] [FML]: Registry: 941 thebetweenlands:ambient_blood_sky thebetweenlands.common.sound.BLSoundEvent@3c0d1729 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 942 thebetweenlands:ambient_cave thebetweenlands.common.sound.BLSoundEvent@2a9af0b5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 943 thebetweenlands:ambient_cave_spook thebetweenlands.common.sound.BLSoundEvent@675e8043 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 944 thebetweenlands:ambient_wight_fortress thebetweenlands.common.sound.BLSoundEvent@73df478c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 945 thebetweenlands:ambient_spoopy thebetweenlands.common.sound.BLSoundEvent@27bfa281 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 946 thebetweenlands:ambient_swamp thebetweenlands.common.sound.BLSoundEvent@5addf19b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 947 thebetweenlands:ambient_water thebetweenlands.common.sound.BLSoundEvent@49922e1b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 948 thebetweenlands:ambient_frosty thebetweenlands.common.sound.BLSoundEvent@40f8f382 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 949 thebetweenlands:ambient_snowfall thebetweenlands.common.sound.BLSoundEvent@1a09fab6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 950 thebetweenlands:ambient_sludge_worm_dungeon thebetweenlands.common.sound.BLSoundEvent@2f6d8145 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 951 thebetweenlands:crumble thebetweenlands.common.sound.BLSoundEvent@77d79045 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 952 thebetweenlands:fig thebetweenlands.common.sound.BLSoundEvent@703419de +[16:58:30] [Server thread/TRACE] [FML]: Registry: 953 thebetweenlands:spike thebetweenlands.common.sound.BLSoundEvent@25bd9124 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 954 thebetweenlands:possessed_scream thebetweenlands.common.sound.BLSoundEvent@66994b7f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 955 thebetweenlands:sorry thebetweenlands.common.sound.BLSoundEvent@2d07ba51 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 956 thebetweenlands:rejected thebetweenlands.common.sound.BLSoundEvent@7dadacc6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 957 thebetweenlands:shockwave_sword thebetweenlands.common.sound.BLSoundEvent@34d026e6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 958 thebetweenlands:squish thebetweenlands.common.sound.BLSoundEvent@183e51b0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 959 thebetweenlands:ignite thebetweenlands.common.sound.BLSoundEvent@8fbb5d4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 960 thebetweenlands:damage_reduction thebetweenlands.common.sound.BLSoundEvent@1820e391 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 961 thebetweenlands:rift_open thebetweenlands.common.sound.BLSoundEvent@2d721165 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 962 thebetweenlands:rift_creak thebetweenlands.common.sound.BLSoundEvent@472b66aa +[16:58:30] [Server thread/TRACE] [FML]: Registry: 963 thebetweenlands:roof_collapse thebetweenlands.common.sound.BLSoundEvent@12ab2e8e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 964 thebetweenlands:brazier_light thebetweenlands.common.sound.BLSoundEvent@d886b21 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 965 thebetweenlands:beam_activate thebetweenlands.common.sound.BLSoundEvent@304cbacc +[16:58:30] [Server thread/TRACE] [FML]: Registry: 966 thebetweenlands:plug_hit thebetweenlands.common.sound.BLSoundEvent@2c4e8459 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 967 thebetweenlands:plug_lock thebetweenlands.common.sound.BLSoundEvent@675a1000 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 968 thebetweenlands:chain thebetweenlands.common.sound.BLSoundEvent@2945aea9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 969 thebetweenlands:chain_long thebetweenlands.common.sound.BLSoundEvent@7c0afb97 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 970 thebetweenlands:gears thebetweenlands.common.sound.BLSoundEvent@24bed403 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 971 thebetweenlands:wall_slide thebetweenlands.common.sound.BLSoundEvent@13d30a84 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 972 thebetweenlands:wall_slam thebetweenlands.common.sound.BLSoundEvent@1767deb1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 973 thebetweenlands:poop_jet thebetweenlands.common.sound.BLSoundEvent@3c9a5989 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 974 thebetweenlands:pit_fall thebetweenlands.common.sound.BLSoundEvent@6ed69cd5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 975 thebetweenlands:angler_attack thebetweenlands.common.sound.BLSoundEvent@65da2ca1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 976 thebetweenlands:angler_death thebetweenlands.common.sound.BLSoundEvent@4ce1e4fd +[16:58:30] [Server thread/TRACE] [FML]: Registry: 977 thebetweenlands:dark_druid_death thebetweenlands.common.sound.BLSoundEvent@22d9baf9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 978 thebetweenlands:dark_druid_hit thebetweenlands.common.sound.BLSoundEvent@78b3aa43 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 979 thebetweenlands:dark_druid_living thebetweenlands.common.sound.BLSoundEvent@4cb82ed0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 980 thebetweenlands:druid_chant thebetweenlands.common.sound.BLSoundEvent@fbdedb6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 981 thebetweenlands:druid_teleport thebetweenlands.common.sound.BLSoundEvent@60dc80ca +[16:58:30] [Server thread/TRACE] [FML]: Registry: 982 thebetweenlands:dreadful_peat_mummy_bite thebetweenlands.common.sound.BLSoundEvent@558cf20 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 983 thebetweenlands:dreadful_peat_mummy_death thebetweenlands.common.sound.BLSoundEvent@81bbff5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 984 thebetweenlands:dreadful_peat_mummy_emerge thebetweenlands.common.sound.BLSoundEvent@68ab331d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 985 thebetweenlands:dreadful_peat_mummy_hurt thebetweenlands.common.sound.BLSoundEvent@6c753412 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 986 thebetweenlands:dreadful_peat_mummy_lick thebetweenlands.common.sound.BLSoundEvent@2f17d773 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 987 thebetweenlands:dreadful_peat_mummy_living thebetweenlands.common.sound.BLSoundEvent@7a262173 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 988 thebetweenlands:dreadful_peat_mummy_loop thebetweenlands.common.sound.BLSoundEvent@4b24d6f1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 989 thebetweenlands:dreadful_peat_mummy_retch thebetweenlands.common.sound.BLSoundEvent@e34be23 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 990 thebetweenlands:dreadful_peat_mummy_scream thebetweenlands.common.sound.BLSoundEvent@1f095cd9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 991 thebetweenlands:dreadful_peat_mummy_swipe thebetweenlands.common.sound.BLSoundEvent@54efdbf2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 992 thebetweenlands:peat_mummy_charge thebetweenlands.common.sound.BLSoundEvent@39911cc0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 993 thebetweenlands:peat_mummy_death thebetweenlands.common.sound.BLSoundEvent@12ff6877 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 994 thebetweenlands:peat_mummy_emerge thebetweenlands.common.sound.BLSoundEvent@47c51165 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 995 thebetweenlands:peat_mummy_hurt thebetweenlands.common.sound.BLSoundEvent@6ddf7224 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 996 thebetweenlands:peat_mummy_living thebetweenlands.common.sound.BLSoundEvent@5c990443 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 997 thebetweenlands:flying_fiend_death thebetweenlands.common.sound.BLSoundEvent@35cc7377 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 998 thebetweenlands:flying_fiend_hurt thebetweenlands.common.sound.BLSoundEvent@5a6d0292 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 999 thebetweenlands:flying_fiend_living thebetweenlands.common.sound.BLSoundEvent@4c3505a9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1000 thebetweenlands:fortress_boss_death thebetweenlands.common.sound.BLSoundEvent@589abb70 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1001 thebetweenlands:fortress_boss_hurt thebetweenlands.common.sound.BLSoundEvent@e9b3cdf +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1002 thebetweenlands:fortress_boss_living thebetweenlands.common.sound.BLSoundEvent@3c50c60c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1003 thebetweenlands:fortress_boss_loop thebetweenlands.common.sound.BLSoundEvent@582c9462 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1004 thebetweenlands:fortress_boss_nope thebetweenlands.common.sound.BLSoundEvent@5560e52c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1005 thebetweenlands:fortress_boss_shield_down thebetweenlands.common.sound.BLSoundEvent@24a569b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1006 thebetweenlands:fortress_boss_summon_projectiles thebetweenlands.common.sound.BLSoundEvent@38909078 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1007 thebetweenlands:fortress_boss_teleport thebetweenlands.common.sound.BLSoundEvent@4238c8c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1008 thebetweenlands:fortress_puzzle_cage_break thebetweenlands.common.sound.BLSoundEvent@563850a1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1009 thebetweenlands:fortress_puzzle_orb thebetweenlands.common.sound.BLSoundEvent@6963a73 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1010 thebetweenlands:fortress_puzzle_sword thebetweenlands.common.sound.BLSoundEvent@3ab96989 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1011 thebetweenlands:fortress_teleport thebetweenlands.common.sound.BLSoundEvent@2266d5be +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1012 thebetweenlands:pyrad_death thebetweenlands.common.sound.BLSoundEvent@36cf340b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1013 thebetweenlands:pyrad_hurt thebetweenlands.common.sound.BLSoundEvent@1bdd503 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1014 thebetweenlands:pyrad_living thebetweenlands.common.sound.BLSoundEvent@7039019c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1015 thebetweenlands:lurker_hurt thebetweenlands.common.sound.BLSoundEvent@64e6e100 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1016 thebetweenlands:lurker_living thebetweenlands.common.sound.BLSoundEvent@2bc6eefb +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1017 thebetweenlands:lurker_death thebetweenlands.common.sound.BLSoundEvent@443c334d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1018 thebetweenlands:swamp_hag_death thebetweenlands.common.sound.BLSoundEvent@7cb1ffb7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1019 thebetweenlands:swamp_hag_hurt thebetweenlands.common.sound.BLSoundEvent@2f0cffc0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1020 thebetweenlands:swamp_hag_living thebetweenlands.common.sound.BLSoundEvent@33a17dec +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1021 thebetweenlands:swamp_hag_living_1 thebetweenlands.common.sound.BLSoundEvent@1622868e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1022 thebetweenlands:swamp_hag_living_2 thebetweenlands.common.sound.BLSoundEvent@659d8fba +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1023 thebetweenlands:swamp_hag_living_3 thebetweenlands.common.sound.BLSoundEvent@2d279e36 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1024 thebetweenlands:swamp_hag_living_4 thebetweenlands.common.sound.BLSoundEvent@1551d863 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1025 thebetweenlands:tar_beast_death thebetweenlands.common.sound.BLSoundEvent@17452ab1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1026 thebetweenlands:tar_beast_hurt thebetweenlands.common.sound.BLSoundEvent@1eac87bc +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1027 thebetweenlands:tar_beast_living thebetweenlands.common.sound.BLSoundEvent@feb6c71 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1028 thebetweenlands:tar_beast_step thebetweenlands.common.sound.BLSoundEvent@14623f2f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1029 thebetweenlands:tar_beast_suck thebetweenlands.common.sound.BLSoundEvent@2acc8fb0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1030 thebetweenlands:temple_guardian_berserker_charge thebetweenlands.common.sound.BLSoundEvent@50a76c32 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1031 thebetweenlands:temple_guardian_berserker_impact thebetweenlands.common.sound.BLSoundEvent@47b0ab3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1032 thebetweenlands:temple_guardian_berserker_living thebetweenlands.common.sound.BLSoundEvent@1e5d654 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1033 thebetweenlands:temple_guardian_death thebetweenlands.common.sound.BLSoundEvent@4f9a68d7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1034 thebetweenlands:temple_guardian_hurt thebetweenlands.common.sound.BLSoundEvent@24374bea +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1035 thebetweenlands:temple_guardian_melee_living thebetweenlands.common.sound.BLSoundEvent@78c5e34d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1036 thebetweenlands:temple_guardian_step thebetweenlands.common.sound.BLSoundEvent@57bdcd77 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1037 thebetweenlands:wight_hurt thebetweenlands.common.sound.BLSoundEvent@4b7dcb87 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1038 thebetweenlands:wight_moan thebetweenlands.common.sound.BLSoundEvent@550bb119 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1039 thebetweenlands:wight_death thebetweenlands.common.sound.BLSoundEvent@283ef7e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1040 thebetweenlands:wight_attack thebetweenlands.common.sound.BLSoundEvent@3bec4c2c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1041 thebetweenlands:crab_snip thebetweenlands.common.sound.BLSoundEvent@1e688925 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1042 thebetweenlands:gas_cloud_living thebetweenlands.common.sound.BLSoundEvent@16e37088 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1043 thebetweenlands:gas_cloud_hurt thebetweenlands.common.sound.BLSoundEvent@b069535 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1044 thebetweenlands:gas_cloud_death thebetweenlands.common.sound.BLSoundEvent@52523555 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1045 thebetweenlands:boulder_sprite_living thebetweenlands.common.sound.BLSoundEvent@829af9b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1046 thebetweenlands:boulder_sprite_hurt thebetweenlands.common.sound.BLSoundEvent@543e926 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1047 thebetweenlands:bounder_sprite_death thebetweenlands.common.sound.BLSoundEvent@3ad36b86 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1048 thebetweenlands:bounder_sprite_roll thebetweenlands.common.sound.BLSoundEvent@79681914 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1049 thebetweenlands:spirit_tree_face_small_spit thebetweenlands.common.sound.BLSoundEvent@3cf824d5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1050 thebetweenlands:spirit_tree_face_small_living thebetweenlands.common.sound.BLSoundEvent@2668f0b5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1051 thebetweenlands:spirit_tree_face_large_spit thebetweenlands.common.sound.BLSoundEvent@7c630a5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1052 thebetweenlands:spirit_tree_face_large_death thebetweenlands.common.sound.BLSoundEvent@3edf39f0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1053 thebetweenlands:spirit_tree_face_large_living thebetweenlands.common.sound.BLSoundEvent@43fc6c72 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1054 thebetweenlands:spirit_tree_face_small_emerge thebetweenlands.common.sound.BLSoundEvent@22f0c1e0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1055 thebetweenlands:spirit_tree_face_large_emerge thebetweenlands.common.sound.BLSoundEvent@14059e03 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1056 thebetweenlands:spirit_tree_face_suck thebetweenlands.common.sound.BLSoundEvent@53d225ca +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1057 thebetweenlands:spirit_tree_face_spit_root_spikes thebetweenlands.common.sound.BLSoundEvent@736d4c3e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1058 thebetweenlands:spirit_tree_spike_trap thebetweenlands.common.sound.BLSoundEvent@57367c72 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1059 thebetweenlands:spirit_tree_spike_trap_emerge thebetweenlands.common.sound.BLSoundEvent@6f7b1511 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1060 thebetweenlands:spirit_tree_spikes thebetweenlands.common.sound.BLSoundEvent@2d459141 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1061 thebetweenlands:root_spike_particle_hit thebetweenlands.common.sound.BLSoundEvent@3450346b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1062 thebetweenlands:shambler_death thebetweenlands.common.sound.BLSoundEvent@50e11b7f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1063 thebetweenlands:shambler_hurt thebetweenlands.common.sound.BLSoundEvent@67854fef +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1064 thebetweenlands:shambler_living thebetweenlands.common.sound.BLSoundEvent@66cb15c7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1065 thebetweenlands:shambler_lick thebetweenlands.common.sound.BLSoundEvent@530d9619 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1066 thebetweenlands:crypt_crawler_death thebetweenlands.common.sound.BLSoundEvent@bef55e4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1067 thebetweenlands:crypt_crawler_hurt thebetweenlands.common.sound.BLSoundEvent@46589941 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1068 thebetweenlands:crypt_crawler_living thebetweenlands.common.sound.BLSoundEvent@7883d960 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1069 thebetweenlands:crypt_crawler_dig thebetweenlands.common.sound.BLSoundEvent@47812537 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1070 thebetweenlands:wall_lamprey_suck thebetweenlands.common.sound.BLSoundEvent@36b01856 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1071 thebetweenlands:wall_lamprey_attack thebetweenlands.common.sound.BLSoundEvent@34a01d50 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1072 thebetweenlands:wall_living_root_emerge thebetweenlands.common.sound.BLSoundEvent@520e9a7d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1073 thebetweenlands:worm_emerge thebetweenlands.common.sound.BLSoundEvent@1ce8a596 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1074 thebetweenlands:worm_plop thebetweenlands.common.sound.BLSoundEvent@2a2c7cf5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1075 thebetweenlands:worm_hurt thebetweenlands.common.sound.BLSoundEvent@1ed2be7d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1076 thebetweenlands:worm_living thebetweenlands.common.sound.BLSoundEvent@382912a8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1077 thebetweenlands:worm_death thebetweenlands.common.sound.BLSoundEvent@61b4c42e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1078 thebetweenlands:worm_splat thebetweenlands.common.sound.BLSoundEvent@28b6d739 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1079 thebetweenlands:worm_egg_sac_living thebetweenlands.common.sound.BLSoundEvent@231cb504 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1080 thebetweenlands:worm_egg_sac_squish thebetweenlands.common.sound.BLSoundEvent@53d05f9d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1081 thebetweenlands:splodeshroom_winddown thebetweenlands.common.sound.BLSoundEvent@1482747d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1082 thebetweenlands:splodeshroom_windup thebetweenlands.common.sound.BLSoundEvent@a9376cb +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1083 thebetweenlands:splodeshroom_pop thebetweenlands.common.sound.BLSoundEvent@4ce14608 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1084 thebetweenlands:pit_of_decay_loop thebetweenlands.common.sound.BLSoundEvent@1d1cd4be +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1085 thebetweenlands:emberling_flames thebetweenlands.common.sound.BLSoundEvent@1aba7afc +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1086 thebetweenlands:emberling_jump thebetweenlands.common.sound.BLSoundEvent@b8e724e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1087 thebetweenlands:emberling_hurt thebetweenlands.common.sound.BLSoundEvent@4d19a431 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1088 thebetweenlands:emberling_living thebetweenlands.common.sound.BLSoundEvent@36db3008 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1089 thebetweenlands:emberling_death thebetweenlands.common.sound.BLSoundEvent@7f7fc1b5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1090 thebetweenlands:barrishee_hurt thebetweenlands.common.sound.BLSoundEvent@71bc016 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1091 thebetweenlands:barrishee_living thebetweenlands.common.sound.BLSoundEvent@7a3c4e8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1092 thebetweenlands:barrishee_death thebetweenlands.common.sound.BLSoundEvent@6817ef64 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1093 thebetweenlands:barrishee_step thebetweenlands.common.sound.BLSoundEvent@6964e9ba +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1094 thebetweenlands:barrishee_scream thebetweenlands.common.sound.BLSoundEvent@30269ff0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1095 thebetweenlands:dragonfly thebetweenlands.common.sound.BLSoundEvent@29bb8998 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1096 thebetweenlands:frog_death thebetweenlands.common.sound.BLSoundEvent@7e803f04 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1097 thebetweenlands:frog_hurt thebetweenlands.common.sound.BLSoundEvent@30673057 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1098 thebetweenlands:frog_living thebetweenlands.common.sound.BLSoundEvent@343af0b4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1099 thebetweenlands:gecko_death thebetweenlands.common.sound.BLSoundEvent@41b858e2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1100 thebetweenlands:gecko_hide thebetweenlands.common.sound.BLSoundEvent@3e3f27ce +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1101 thebetweenlands:gecko_hurt thebetweenlands.common.sound.BLSoundEvent@37d34dd6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1102 thebetweenlands:gecko_living thebetweenlands.common.sound.BLSoundEvent@540fa4c8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1103 thebetweenlands:giant_toad_death thebetweenlands.common.sound.BLSoundEvent@577399e3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1104 thebetweenlands:giant_toad_hurt thebetweenlands.common.sound.BLSoundEvent@10b5c594 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1105 thebetweenlands:giant_toad_living thebetweenlands.common.sound.BLSoundEvent@3da597a9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1106 thebetweenlands:snail_death thebetweenlands.common.sound.BLSoundEvent@14a55d31 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1107 thebetweenlands:snail_hurt thebetweenlands.common.sound.BLSoundEvent@5fd262c7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1108 thebetweenlands:snail_living thebetweenlands.common.sound.BLSoundEvent@617585cc +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1109 thebetweenlands:leech_death thebetweenlands.common.sound.BLSoundEvent@707c5e94 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1110 thebetweenlands:leech_hurt thebetweenlands.common.sound.BLSoundEvent@4e0ed97f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1111 thebetweenlands:leech_living thebetweenlands.common.sound.BLSoundEvent@2865e23 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1112 thebetweenlands:sludge_menace_death thebetweenlands.common.sound.BLSoundEvent@4f90f05a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1113 thebetweenlands:sludge_menace_hurt thebetweenlands.common.sound.BLSoundEvent@5d0a9fc2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1114 thebetweenlands:sludge_menace_living thebetweenlands.common.sound.BLSoundEvent@6577603d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1115 thebetweenlands:sporeling_death thebetweenlands.common.sound.BLSoundEvent@55b05df6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1116 thebetweenlands:sporeling_hurt thebetweenlands.common.sound.BLSoundEvent@1dea753a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1117 thebetweenlands:sporeling_living thebetweenlands.common.sound.BLSoundEvent@14971dca +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1118 thebetweenlands:termite_living thebetweenlands.common.sound.BLSoundEvent@4a3fe1ed +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1119 thebetweenlands:root_sprite_death thebetweenlands.common.sound.BLSoundEvent@1d374ab1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1120 thebetweenlands:root_sprite_living thebetweenlands.common.sound.BLSoundEvent@53babf88 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1121 thebetweenlands:root_sprite_hurt thebetweenlands.common.sound.BLSoundEvent@7f6f8178 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1122 thebetweenlands:greebling_vanish thebetweenlands.common.sound.BLSoundEvent@4a6a27f1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1123 thebetweenlands:rowboat_row_starboard thebetweenlands.common.sound.BLSoundEvent@6d2f9ecf +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1124 thebetweenlands:rowboat_row_port thebetweenlands.common.sound.BLSoundEvent@6bef3a1d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1125 thebetweenlands:rowboat_row_start_starboard thebetweenlands.common.sound.BLSoundEvent@68081259 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1126 thebetweenlands:rowboat_row_start_port thebetweenlands.common.sound.BLSoundEvent@73c6f506 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1127 thebetweenlands:voodoo_doll thebetweenlands.common.sound.BLSoundEvent@628ec457 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1128 thebetweenlands:gem_singer thebetweenlands.common.sound.BLSoundEvent@70a335c9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1129 thebetweenlands:gem_singer_echo thebetweenlands.common.sound.BLSoundEvent@58916b5e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1130 thebetweenlands:rope_throw thebetweenlands.common.sound.BLSoundEvent@1cbbcb8f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1131 thebetweenlands:rope_pull thebetweenlands.common.sound.BLSoundEvent@8831833 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1132 thebetweenlands:rope_swing thebetweenlands.common.sound.BLSoundEvent@61677997 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1133 thebetweenlands:rope_grab thebetweenlands.common.sound.BLSoundEvent@327f257e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1134 thebetweenlands:ring_of_dispersion_teleport thebetweenlands.common.sound.BLSoundEvent@705a670d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1135 thebetweenlands:long_swing thebetweenlands.common.sound.BLSoundEvent@6088abb5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1136 thebetweenlands:long_slice thebetweenlands.common.sound.BLSoundEvent@3a79ddf2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1137 thebetweenlands:grind thebetweenlands.common.sound.BLSoundEvent@71664b16 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1138 thebetweenlands:infuser_finished thebetweenlands.common.sound.BLSoundEvent@52a73838 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1139 thebetweenlands:purifier thebetweenlands.common.sound.BLSoundEvent@77d7e4da +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1140 thebetweenlands:animator thebetweenlands.common.sound.BLSoundEvent@335219f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1141 thebetweenlands:portal thebetweenlands.common.sound.BLSoundEvent@40c8f414 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1142 thebetweenlands:portal_activate thebetweenlands.common.sound.BLSoundEvent@2bc562cd +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1143 thebetweenlands:portal_travel thebetweenlands.common.sound.BLSoundEvent@637ca25b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1144 thebetweenlands:portal_trigger thebetweenlands.common.sound.BLSoundEvent@496f4e72 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1145 thebetweenlands:puff_shroom thebetweenlands.common.sound.BLSoundEvent@4e007b1f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1146 thebetweenlands:mud_door_1 thebetweenlands.common.sound.BLSoundEvent@4ed3ab18 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1147 thebetweenlands:mud_door_2 thebetweenlands.common.sound.BLSoundEvent@483bb6e3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1148 thebetweenlands:mud_door_lock thebetweenlands.common.sound.BLSoundEvent@7b146d48 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1149 thebetweenlands:mud_door_trap thebetweenlands.common.sound.BLSoundEvent@368129b6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1150 thebetweenlands:beam_switch thebetweenlands.common.sound.BLSoundEvent@65d9df15 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1151 beneath:beneath.normal net.minecraft.util.SoundEvent@7040f1e3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1152 beneath:beneath.muffled net.minecraft.util.SoundEvent@2866ac8e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1153 beneath:beneath.drawnout net.minecraft.util.SoundEvent@1715fcad +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1154 beneath:deepdank net.minecraft.util.SoundEvent@3c9fb82d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1155 beneath:dark1 net.minecraft.util.SoundEvent@4b2799b4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1156 beneath:dark2 net.minecraft.util.SoundEvent@56384e82 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1157 beneath:scream net.minecraft.util.SoundEvent@6ef0207c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1158 trumpetskeleton:entity.trumpet_skeleton.ambient net.minecraft.util.SoundEvent@2f6fa35f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1159 trumpetskeleton:item.trumpet.use net.minecraft.util.SoundEvent@58f2653f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1160 trumpetskeleton:entity.parrot.imitate.trumpet_skeleton net.minecraft.util.SoundEvent@4c2a6cfd +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1161 immersiveengineering:metalpresssmash net.minecraft.util.SoundEvent@4ad1a715 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1162 immersiveengineering:spark net.minecraft.util.SoundEvent@38fcf802 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1163 immersiveengineering:dieselgenerator net.minecraft.util.SoundEvent@4f9ad734 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1164 immersiveengineering:railgunfire net.minecraft.util.SoundEvent@7f81fe91 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1165 immersiveengineering:chargefast net.minecraft.util.SoundEvent@4f9c99ec +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1166 immersiveengineering:chute net.minecraft.util.SoundEvent@2123835c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1167 immersiveengineering:spray_fire net.minecraft.util.SoundEvent@5b239327 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1168 immersiveengineering:birthdayparty net.minecraft.util.SoundEvent@3f4afc35 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1169 immersiveengineering:revolverreload net.minecraft.util.SoundEvent@2f117998 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1170 immersiveengineering:tesla net.minecraft.util.SoundEvent@54795b74 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1171 immersiveengineering:revolverfire net.minecraft.util.SoundEvent@1b80fdb3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1172 immersiveengineering:crusher net.minecraft.util.SoundEvent@10f901c1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1173 immersiveengineering:revolverfirethump net.minecraft.util.SoundEvent@68bf9295 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1174 immersiveengineering:spray net.minecraft.util.SoundEvent@4752831b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1175 immersiveengineering:chargeslow net.minecraft.util.SoundEvent@6be5f43e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1176 immersiveengineering:metalpresspiston net.minecraft.util.SoundEvent@fcf9076 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1177 immersiveengineering:direswitch net.minecraft.util.SoundEvent@3f9fdd20 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1178 simpleplanes:plane_loop net.minecraft.util.SoundEvent@46c46237 +[16:58:30] [Server thread/TRACE] [FML]: Registry Name : minecraft:potiontypes +[16:58:30] [Server thread/TRACE] [FML]: Registry: 0 minecraft:empty net.minecraft.potion.PotionType@50915d5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1 minecraft:water net.minecraft.potion.PotionType@63661fc7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2 minecraft:mundane net.minecraft.potion.PotionType@65130cf2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3 minecraft:thick net.minecraft.potion.PotionType@19412eef +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4 minecraft:awkward net.minecraft.potion.PotionType@542b27af +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5 minecraft:night_vision net.minecraft.potion.PotionType@7e092ca +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6 minecraft:long_night_vision net.minecraft.potion.PotionType@7ae97a58 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7 minecraft:invisibility net.minecraft.potion.PotionType@6a4f15bc +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8 minecraft:long_invisibility net.minecraft.potion.PotionType@67544105 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9 minecraft:leaping net.minecraft.potion.PotionType@6421e9e7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10 minecraft:long_leaping net.minecraft.potion.PotionType@552b7481 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11 minecraft:strong_leaping net.minecraft.potion.PotionType@475b796d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12 minecraft:fire_resistance net.minecraft.potion.PotionType@24244ea +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13 minecraft:long_fire_resistance net.minecraft.potion.PotionType@69c7fb94 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 14 minecraft:swiftness net.minecraft.potion.PotionType@67c61551 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 15 minecraft:long_swiftness net.minecraft.potion.PotionType@7bca98d5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 16 minecraft:strong_swiftness net.minecraft.potion.PotionType@6bbff652 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 17 minecraft:slowness net.minecraft.potion.PotionType@3d72abea +[16:58:30] [Server thread/TRACE] [FML]: Registry: 18 minecraft:long_slowness net.minecraft.potion.PotionType@6a495d88 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 19 minecraft:water_breathing net.minecraft.potion.PotionType@45ea6c24 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 20 minecraft:long_water_breathing net.minecraft.potion.PotionType@51f31fad +[16:58:30] [Server thread/TRACE] [FML]: Registry: 21 minecraft:healing net.minecraft.potion.PotionType@7976d382 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 22 minecraft:strong_healing net.minecraft.potion.PotionType@59f36439 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 23 minecraft:harming net.minecraft.potion.PotionType@4feea86f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 24 minecraft:strong_harming net.minecraft.potion.PotionType@6a9c848 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 25 minecraft:poison net.minecraft.potion.PotionType@498cf1dc +[16:58:30] [Server thread/TRACE] [FML]: Registry: 26 minecraft:long_poison net.minecraft.potion.PotionType@b9c8678 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 27 minecraft:strong_poison net.minecraft.potion.PotionType@318beab4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 28 minecraft:regeneration net.minecraft.potion.PotionType@79a88f45 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 29 minecraft:long_regeneration net.minecraft.potion.PotionType@578483bd +[16:58:30] [Server thread/TRACE] [FML]: Registry: 30 minecraft:strong_regeneration net.minecraft.potion.PotionType@38447073 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 31 minecraft:strength net.minecraft.potion.PotionType@56f4f385 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 32 minecraft:long_strength net.minecraft.potion.PotionType@6b9b9cb9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 33 minecraft:strong_strength net.minecraft.potion.PotionType@18f1631c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 34 minecraft:weakness net.minecraft.potion.PotionType@3ad5f99 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 35 minecraft:long_weakness net.minecraft.potion.PotionType@72b4ecb2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 36 minecraft:luck net.minecraft.potion.PotionType@457dc809 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 37 quark:haste net.minecraft.potion.PotionType@588961e7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 38 quark:long_haste net.minecraft.potion.PotionType@53d7dce2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 39 quark:strong_haste net.minecraft.potion.PotionType@737f8f9f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 40 quark:mining_fatigue net.minecraft.potion.PotionType@675a7c03 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 41 quark:long_mining_fatigue net.minecraft.potion.PotionType@74cfaf56 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 42 quark:strong_mining_fatigue net.minecraft.potion.PotionType@19925de1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 43 quark:resistance net.minecraft.potion.PotionType@169e2a3b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 44 quark:long_resistance net.minecraft.potion.PotionType@2290f68f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 45 quark:strong_resistance net.minecraft.potion.PotionType@2b2c4894 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 46 quark:danger_sight net.minecraft.potion.PotionType@20da7545 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 47 quark:long_danger_sight net.minecraft.potion.PotionType@47f24c97 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 48 nex:normal_freeze lex.potion.PotionTypeLibEx@1a45f3e0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 49 nex:normal_frostbite lex.potion.PotionTypeLibEx@6d143d2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 50 nex:normal_spore lex.potion.PotionTypeLibEx@ad3f909 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 51 nex:normal_lost lex.potion.PotionTypeLibEx@7d310de3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 52 abyssalcraft:cplague net.minecraft.potion.PotionType@48de2b56 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 53 abyssalcraft:cplague_long net.minecraft.potion.PotionType@449d3e4c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 54 abyssalcraft:dplague net.minecraft.potion.PotionType@51938c67 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 55 abyssalcraft:dplague_long net.minecraft.potion.PotionType@2438dda3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 56 abyssalcraft:dplague_strong net.minecraft.potion.PotionType@1d05c6e9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 57 abyssalcraft:antimatter net.minecraft.potion.PotionType@3047e45b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 58 abyssalcraft:antimatter_long net.minecraft.potion.PotionType@7dfab680 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 59 cyclicmagic:ender com.lothrazar.cyclicmagic.potion.PotionTypeCyclic@1fcdb959 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 60 cyclicmagic:snow com.lothrazar.cyclicmagic.potion.PotionTypeCyclic@23a64a29 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 61 cyclicmagic:butter com.lothrazar.cyclicmagic.potion.PotionTypeCyclic@79b5c13b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 62 cyclicmagic:butter2 com.lothrazar.cyclicmagic.potion.PotionTypeCyclic@24e5697f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 63 cyclicmagic:slowfall com.lothrazar.cyclicmagic.potion.PotionTypeCyclic@7df35017 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 64 cyclicmagic:waterwalk com.lothrazar.cyclicmagic.potion.PotionTypeCyclic@5b2f0418 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 65 cyclicmagic:swim com.lothrazar.cyclicmagic.potion.PotionTypeCyclic@514dd9ef +[16:58:30] [Server thread/TRACE] [FML]: Registry: 66 cyclicmagic:swim2 com.lothrazar.cyclicmagic.potion.PotionTypeCyclic@57c19a69 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 67 cyclicmagic:bounce com.lothrazar.cyclicmagic.potion.PotionTypeCyclic@14ff4570 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 68 cyclicmagic:frostwalker com.lothrazar.cyclicmagic.potion.PotionTypeCyclic@51bc8d3d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 69 cyclicmagic:magnet com.lothrazar.cyclicmagic.potion.PotionTypeCyclic@7669091 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 70 cyclicmagic:levitation com.lothrazar.cyclicmagic.potion.PotionTypeCyclic@12352b9b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 71 cyclicmagic:haste com.lothrazar.cyclicmagic.potion.PotionTypeCyclic@2c55884f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 72 cyclicmagic:haste2 com.lothrazar.cyclicmagic.potion.PotionTypeCyclic@1ca0f8ad +[16:58:30] [Server thread/TRACE] [FML]: Registry: 73 cyclicmagic:resistance com.lothrazar.cyclicmagic.potion.PotionTypeCyclic@2006d463 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 74 cyclicmagic:resistance2 com.lothrazar.cyclicmagic.potion.PotionTypeCyclic@f0f4ad5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 75 cyclicmagic:healthboost com.lothrazar.cyclicmagic.potion.PotionTypeCyclic@303aded3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 76 cyclicmagic:luck com.lothrazar.cyclicmagic.potion.PotionTypeCyclic@5c95e1bf +[16:58:30] [Server thread/TRACE] [FML]: Registry: 77 cyclicmagic:wither com.lothrazar.cyclicmagic.potion.PotionTypeCyclic@51c0a933 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 78 cyclicmagic:blindness com.lothrazar.cyclicmagic.potion.PotionTypeCyclic@410cd7f9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 79 cyclicmagic:saturation com.lothrazar.cyclicmagic.potion.PotionTypeCyclic@73f75e89 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 80 cyclicmagic:hunger com.lothrazar.cyclicmagic.potion.PotionTypeCyclic@5c0cdca9 +[16:58:30] [Server thread/TRACE] [FML]: Registry Name : minecraft:enchantments +[16:58:30] [Server thread/TRACE] [FML]: Registry: 0 minecraft:protection net.minecraft.enchantment.EnchantmentProtection@2e68bd3d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1 minecraft:fire_protection net.minecraft.enchantment.EnchantmentProtection@2fda92e0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2 minecraft:feather_falling net.minecraft.enchantment.EnchantmentProtection@535adf36 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3 minecraft:blast_protection net.minecraft.enchantment.EnchantmentProtection@4ea4290f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4 minecraft:projectile_protection net.minecraft.enchantment.EnchantmentProtection@25cef4b3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5 minecraft:respiration net.minecraft.enchantment.EnchantmentOxygen@79f82fc4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6 minecraft:aqua_affinity net.minecraft.enchantment.EnchantmentWaterWorker@4fa3bebe +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7 minecraft:thorns net.minecraft.enchantment.EnchantmentThorns@669b8190 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8 minecraft:depth_strider net.minecraft.enchantment.EnchantmentWaterWalker@70a8654 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9 minecraft:frost_walker net.minecraft.enchantment.EnchantmentFrostWalker@66ab3716 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10 minecraft:binding_curse net.minecraft.enchantment.EnchantmentBindingCurse@6418075c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11 jaff:roasting com.tmtravlr.jaff.EnchantmentRodFireAspect@71fb9c4e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12 bibliocraft:bibliocraft.deathcompassench jds.bibliocraft.enchantments.EnchantmentDeathCompass@4f19c71e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13 bibliocraft:bibliocraft.readingench jds.bibliocraft.enchantments.EnchantmentReading@377be778 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 14 oeintegration:oreexcavation atm.bloodworkxgaming.oeintegration.Enchantments.ExcavationEnchantment@73442749 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 15 spartanshields:ssenchspikes com.oblivioussp.spartanshields.enchantment.EnchantmentSpikes@26ecce64 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 16 minecraft:sharpness net.minecraft.enchantment.EnchantmentDamage@37c49a55 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 17 minecraft:smite net.minecraft.enchantment.EnchantmentDamage@13e6ab86 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 18 minecraft:bane_of_arthropods net.minecraft.enchantment.EnchantmentDamage@4f5d7091 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 19 minecraft:knockback net.minecraft.enchantment.EnchantmentKnockback@4dfe56dc +[16:58:30] [Server thread/TRACE] [FML]: Registry: 20 minecraft:fire_aspect net.minecraft.enchantment.EnchantmentFireAspect@66450129 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 21 minecraft:looting net.minecraft.enchantment.EnchantmentLootBonus@445d878c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 22 minecraft:sweeping net.minecraft.enchantment.EnchantmentSweepingEdge@1315d910 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 23 walljump:walljump genandnic.walljump.enchantment.WallJumpEnchant@4cbe807f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 24 walljump:doublejump genandnic.walljump.enchantment.DoubleJumpEnchant@646402c8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 25 walljump:speedboost genandnic.walljump.enchantment.SpeedBoostEnchant@1658d18f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 26 yoyos:collecting com.jozufozu.yoyos.common.EnchantmentCollecting@6e827d09 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 27 abyssalcraft:coralium com.shinoow.abyssalcraft.common.enchantments.EnchantmentWeaponInfusion@2ab44053 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 28 abyssalcraft:dread com.shinoow.abyssalcraft.common.enchantments.EnchantmentWeaponInfusion@7a303823 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 29 abyssalcraft:light_pierce com.shinoow.abyssalcraft.common.enchantments.EnchantmentLightPierce@11ca6469 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 30 abyssalcraft:iron_wall com.shinoow.abyssalcraft.common.enchantments.EnchantmentIronWall@6cdd396c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 31 abyssalcraft:sapping com.shinoow.abyssalcraft.common.enchantments.EnchantmentSapping@64e35a7c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 32 minecraft:efficiency net.minecraft.enchantment.EnchantmentDigging@14af9f51 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 33 minecraft:silk_touch net.minecraft.enchantment.EnchantmentUntouching@23ee31b8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 34 minecraft:unbreaking net.minecraft.enchantment.EnchantmentDurability@713c8cbb +[16:58:30] [Server thread/TRACE] [FML]: Registry: 35 minecraft:fortune net.minecraft.enchantment.EnchantmentLootBonus@7680beac +[16:58:30] [Server thread/TRACE] [FML]: Registry: 36 abyssalcraft:multi_rend com.shinoow.abyssalcraft.common.enchantments.EnchantmentMultiRend@1fe997e3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 37 cyclicmagic:enchantment.autosmelt com.lothrazar.cyclicmagic.enchant.EnchantAutoSmelt@5d42515b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 38 cyclicmagic:enchantment.beheading com.lothrazar.cyclicmagic.enchant.EnchantBeheading@58d115c6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 39 cyclicmagic:enchantment.lifeleech com.lothrazar.cyclicmagic.enchant.EnchantLifeLeech@261f841a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 40 cyclicmagic:enchantment.quickdraw com.lothrazar.cyclicmagic.enchant.EnchantQuickdraw@751a59b5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 41 cyclicmagic:enchantment.reach com.lothrazar.cyclicmagic.enchant.EnchantReach@3a9d16c4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 42 cyclicmagic:enchantment.waterwalking com.lothrazar.cyclicmagic.enchant.EnchantWaterwalking@6ab24b74 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 43 cyclicmagic:enchantment.expboost com.lothrazar.cyclicmagic.enchant.EnchantXpBoost@30572d6c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 44 astralsorcery:enchantment.as.nightvision hellfirepvp.astralsorcery.common.enchantment.EnchantmentNightVision@5b8f2cfa +[16:58:30] [Server thread/TRACE] [FML]: Registry: 45 astralsorcery:enchantment.as.smelting hellfirepvp.astralsorcery.common.enchantment.EnchantmentScorchingHeat@40049d6b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 48 minecraft:power net.minecraft.enchantment.EnchantmentArrowDamage@23974cac +[16:58:30] [Server thread/TRACE] [FML]: Registry: 49 minecraft:punch net.minecraft.enchantment.EnchantmentArrowKnockback@57eb2555 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 50 minecraft:flame net.minecraft.enchantment.EnchantmentArrowFire@30942f54 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 51 minecraft:infinity net.minecraft.enchantment.EnchantmentArrowInfinite@4f2a0909 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 61 minecraft:luck_of_the_sea net.minecraft.enchantment.EnchantmentLootBonus@34947355 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 62 minecraft:lure net.minecraft.enchantment.EnchantmentFishingSpeed@5e528476 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 70 minecraft:mending net.minecraft.enchantment.EnchantmentMending@72e5206 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 71 minecraft:vanishing_curse net.minecraft.enchantment.EnchantmentVanishingCurse@48cebb78 +[16:58:30] [Server thread/TRACE] [FML]: Registry Name : minecraft:recipes +[16:58:30] [Server thread/TRACE] [FML]: Registry: 0 minecraft:armordye net.minecraft.item.crafting.RecipesArmorDyes@361065d1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1 minecraft:bookcloning net.minecraft.item.crafting.RecipeBookCloning@6984f7d1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2 minecraft:mapcloning net.minecraft.item.crafting.RecipesMapCloning@441a2d52 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4 minecraft:fireworks net.minecraft.item.crafting.RecipeFireworks@15d18b61 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5 minecraft:repairitem net.minecraft.item.crafting.RecipeRepairItem@41ff98dc +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6 minecraft:tippedarrow net.minecraft.item.crafting.RecipeTippedArrow@20c7a91d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7 minecraft:bannerduplicate net.minecraft.item.crafting.RecipesBanners$RecipeDuplicatePattern@435a13ac +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8 minecraft:banneraddpattern net.minecraft.item.crafting.RecipesBanners$RecipeAddPattern@1bce19db +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9 minecraft:shielddecoration net.minecraft.item.crafting.ShieldRecipes$Decoration@276ae21c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10 minecraft:shulkerboxcoloring net.minecraft.item.crafting.ShulkerBoxRecipes$ShulkerBoxColoring@57cd77e1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12 minecraft:yellow_stained_hardened_clay RecipeStage{tier='zero', recipe=8xtile.clayHardenedStained@4:[net.minecraft.item.crafting.Ingredient@198c97d0, net.minecraft.item.crafting.Ingredient@198c97d0, net.minecraft.item.crafting.Ingredient@198c97d0, net.minecraft.item.crafting.Ingredient@198c97d0, net.minecraftforge.oredict.OreIngredient@2933d669, net.minecraft.item.crafting.Ingredient@198c97d0, net.minecraft.item.crafting.Ingredient@198c97d0, net.minecraft.item.crafting.Ingredient@198c97d0, net.minecraft.item.crafting.Ingredient@198c97d0]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13 minecraft:yellow_stained_glass_pane RecipeStage{tier='two', recipe=12xtile.thinStainedGlass@4:[net.minecraftforge.oredict.OreIngredient@5bf6c3ae, net.minecraftforge.oredict.OreIngredient@571d61a1, net.minecraftforge.oredict.OreIngredient@13c374ad, net.minecraftforge.oredict.OreIngredient@24747822, net.minecraftforge.oredict.OreIngredient@497234b1, net.minecraftforge.oredict.OreIngredient@75de4457]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 14 minecraft:yellow_stained_glass RecipeStage{tier='two', recipe=8xtile.stainedGlass@4:[net.minecraftforge.oredict.OreIngredient@7d30205d, net.minecraftforge.oredict.OreIngredient@7a82f2b1, net.minecraftforge.oredict.OreIngredient@228d96ec, net.minecraftforge.oredict.OreIngredient@25768216, net.minecraftforge.oredict.OreIngredient@59b86c2d, net.minecraftforge.oredict.OreIngredient@34c20ad1, net.minecraftforge.oredict.OreIngredient@7a36c053, net.minecraftforge.oredict.OreIngredient@6b418b31, net.minecraftforge.oredict.OreIngredient@71024b70]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 17 minecraft:yellow_concrete_powder RecipeStage{tier='one', recipe=8xtile.concretePowder@4:[net.minecraftforge.oredict.OreIngredient@55b25303, net.minecraft.item.crafting.Ingredient@7ddd5715, net.minecraft.item.crafting.Ingredient@d88d9d7, net.minecraft.item.crafting.Ingredient@54c15e, net.minecraft.item.crafting.Ingredient@5d38758a, net.minecraft.item.crafting.Ingredient@4acae4c7, net.minecraft.item.crafting.Ingredient@1c7da28, net.minecraft.item.crafting.Ingredient@27bfa57f, net.minecraft.item.crafting.Ingredient@39b50027]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 18 minecraft:yellow_carpet RecipeStage{tier='two', recipe=3xtile.woolCarpet@4:[net.minecraftforge.oredict.OreIngredient@19ca35be, net.minecraftforge.oredict.OreIngredient@7e352db5]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 21 minecraft:yellow_banner RecipeStage{tier='two', recipe=1xtile.banner@11:[net.minecraftforge.oredict.OreIngredient@40c99472, net.minecraftforge.oredict.OreIngredient@3f323529, net.minecraftforge.oredict.OreIngredient@71ad139e, net.minecraftforge.oredict.OreIngredient@245e70ae, net.minecraftforge.oredict.OreIngredient@28b81a53, net.minecraftforge.oredict.OreIngredient@68de910, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1fa53bbc, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 23 minecraft:wooden_sword nmd.primal.core.common.recipes.irecipe.EmptyRecipe@41c298bb +[16:58:30] [Server thread/TRACE] [FML]: Registry: 24 minecraft:wooden_shovel nmd.primal.core.common.recipes.irecipe.EmptyRecipe@19494fa8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 25 minecraft:wooden_pressure_plate RecipeStage{tier='two', recipe=1xtile.pressurePlateWood@0:[thebetweenlands.common.recipe.ShapelessOverrideDummyRecipe$OverrideIngredient@59fc6908, thebetweenlands.common.recipe.ShapelessOverrideDummyRecipe$OverrideIngredient@212bbcf]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 26 minecraft:wooden_pickaxe nmd.primal.core.common.recipes.irecipe.EmptyRecipe@130ddb7e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 27 minecraft:wooden_hoe nmd.primal.core.common.recipes.irecipe.EmptyRecipe@3c697263 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 28 minecraft:wooden_door RecipeStage{tier='one', recipe=3xitem.doorOak@0:[net.minecraft.item.crafting.Ingredient@621c7b91, net.minecraft.item.crafting.Ingredient@621c7b91, net.minecraft.item.crafting.Ingredient@621c7b91, net.minecraft.item.crafting.Ingredient@621c7b91, net.minecraft.item.crafting.Ingredient@621c7b91, net.minecraft.item.crafting.Ingredient@621c7b91]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 29 minecraft:wooden_button RecipeStage{tier='one', recipe=1xtile.button@0:[thebetweenlands.common.recipe.ShapelessOverrideDummyRecipe$OverrideIngredient@1dfa8dc5]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 30 minecraft:wooden_axe nmd.primal.core.common.recipes.irecipe.EmptyRecipe@1839557d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 31 minecraft:white_stained_hardened_clay RecipeStage{tier='zero', recipe=8xtile.clayHardenedStained@0:[net.minecraft.item.crafting.Ingredient@71d2bc34, net.minecraft.item.crafting.Ingredient@71d2bc34, net.minecraft.item.crafting.Ingredient@71d2bc34, net.minecraft.item.crafting.Ingredient@71d2bc34, net.minecraftforge.oredict.OreIngredient@6220609a, net.minecraft.item.crafting.Ingredient@71d2bc34, net.minecraft.item.crafting.Ingredient@71d2bc34, net.minecraft.item.crafting.Ingredient@71d2bc34, net.minecraft.item.crafting.Ingredient@71d2bc34]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 32 minecraft:white_stained_glass_pane RecipeStage{tier='two', recipe=12xtile.thinStainedGlass@0:[net.minecraftforge.oredict.OreIngredient@41365288, net.minecraftforge.oredict.OreIngredient@735cee92, net.minecraftforge.oredict.OreIngredient@38b534ca, net.minecraftforge.oredict.OreIngredient@59f0b7f6, net.minecraftforge.oredict.OreIngredient@2a211c52, net.minecraftforge.oredict.OreIngredient@3e9d5ffa]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 33 minecraft:white_stained_glass RecipeStage{tier='two', recipe=8xtile.stainedGlass@0:[net.minecraftforge.oredict.OreIngredient@2f9f2f87, net.minecraftforge.oredict.OreIngredient@738c6285, net.minecraftforge.oredict.OreIngredient@51ed232a, net.minecraftforge.oredict.OreIngredient@55bd462, net.minecraftforge.oredict.OreIngredient@536e2059, net.minecraftforge.oredict.OreIngredient@43e6e8fb, net.minecraftforge.oredict.OreIngredient@7baa77de, net.minecraftforge.oredict.OreIngredient@2089440d, net.minecraftforge.oredict.OreIngredient@247d4ad]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 34 minecraft:white_concrete_powder RecipeStage{tier='one', recipe=8xtile.concretePowder@0:[net.minecraftforge.oredict.OreIngredient@7612452e, net.minecraft.item.crafting.Ingredient@9930ff6, net.minecraft.item.crafting.Ingredient@5d571179, net.minecraft.item.crafting.Ingredient@12ebfc66, net.minecraft.item.crafting.Ingredient@4a609803, net.minecraft.item.crafting.Ingredient@5b1dd206, net.minecraft.item.crafting.Ingredient@3ea4dcc5, net.minecraft.item.crafting.Ingredient@73611fbb, net.minecraft.item.crafting.Ingredient@3d0f2154]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 35 minecraft:white_carpet RecipeStage{tier='two', recipe=3xtile.woolCarpet@0:[net.minecraftforge.oredict.OreIngredient@5e2ec8b5, net.minecraftforge.oredict.OreIngredient@346d5651]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 37 minecraft:white_banner RecipeStage{tier='two', recipe=1xtile.banner@15:[net.minecraftforge.oredict.OreIngredient@3aba18ef, net.minecraftforge.oredict.OreIngredient@500a5b34, net.minecraftforge.oredict.OreIngredient@7559707, net.minecraftforge.oredict.OreIngredient@2b8ba953, net.minecraftforge.oredict.OreIngredient@419cb1ad, net.minecraftforge.oredict.OreIngredient@434d9151, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@688bdb90, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 38 minecraft:wheat RecipeStage{tier='tutorial', recipe=9xitem.wheat@0:[net.minecraft.item.crafting.Ingredient@65b639e1]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 39 minecraft:tripwire_hook RecipeStage{tier='two', recipe=2xtile.tripWireSource@0:[net.minecraftforge.oredict.OreIngredient@1e3c26e3, net.minecraftforge.oredict.OreIngredient@3a89ed50, net.minecraftforge.oredict.OreIngredient@15612449]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 40 minecraft:trapped_chest RecipeStage{tier='three', recipe=1xtile.chestTrap@0:[net.minecraftforge.oredict.OreIngredient@23003a2e, net.minecraft.item.crafting.Ingredient@30be77cd]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 41 minecraft:trapdoor RecipeStage{tier='one', recipe=6xtile.oak_trapdoor@0:[net.minecraft.item.crafting.Ingredient@61cfc102, net.minecraft.item.crafting.Ingredient@5ae2e982, net.minecraft.item.crafting.Ingredient@4934506, net.minecraft.item.crafting.Ingredient@6ee3edcd, net.minecraft.item.crafting.Ingredient@713bf6c2, net.minecraft.item.crafting.Ingredient@3c58af9e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 43 minecraft:tnt_minecart RecipeStage{tier='three', recipe=1xitem.minecartTnt@0:[net.minecraft.item.crafting.Ingredient@75af5f2a, net.minecraft.item.crafting.Ingredient@adc06b2]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 44 minecraft:tnt RecipeStage{tier='one', recipe=1xtile.tnt@0:[net.minecraftforge.oredict.OreIngredient@68978310, net.minecraft.item.crafting.Ingredient@3ab7b0f, net.minecraftforge.oredict.OreIngredient@57b21c09, net.minecraft.item.crafting.Ingredient@3ab7b0f, net.minecraftforge.oredict.OreIngredient@25f6d041, net.minecraft.item.crafting.Ingredient@3ab7b0f, net.minecraftforge.oredict.OreIngredient@28d974b0, net.minecraft.item.crafting.Ingredient@3ab7b0f, net.minecraftforge.oredict.OreIngredient@7c02edb8]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 47 minecraft:stonebrick RecipeStage{tier='two', recipe=4xtile.stonebricksmooth@0:[net.minecraft.item.crafting.Ingredient@3de8e614, net.minecraft.item.crafting.Ingredient@3de8e614, net.minecraft.item.crafting.Ingredient@3de8e614, net.minecraft.item.crafting.Ingredient@3de8e614]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 48 minecraft:stone_sword nmd.primal.core.common.recipes.irecipe.EmptyRecipe@1302af43 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 49 minecraft:stone_stairs RecipeStage{tier='one', recipe=4xtile.stairsStone@0:[net.minecraft.item.crafting.Ingredient@4225b4e2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4225b4e2, net.minecraft.item.crafting.Ingredient@4225b4e2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4225b4e2, net.minecraft.item.crafting.Ingredient@4225b4e2, net.minecraft.item.crafting.Ingredient@4225b4e2]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 51 minecraft:stone_shovel RecipeStage{tier='zero', recipe=1xitem.shovelStone@0:[net.minecraftforge.oredict.OreIngredient@38e75ea8, net.minecraftforge.oredict.OreIngredient@586fe354, net.minecraftforge.oredict.OreIngredient@69ad8b02]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 52 minecraft:stone_pressure_plate RecipeStage{tier='two', recipe=1xtile.pressurePlateStone@0:[thebetweenlands.common.recipe.ShapelessOverrideDummyRecipe$OverrideIngredient@59eff980, thebetweenlands.common.recipe.ShapelessOverrideDummyRecipe$OverrideIngredient@63e16f9c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 53 minecraft:stone_pickaxe RecipeStage{tier='zero', recipe=1xitem.pickaxeStone@0:[net.minecraftforge.oredict.OreIngredient@731c34e8, net.minecraftforge.oredict.OreIngredient@766c4412, net.minecraftforge.oredict.OreIngredient@50643282, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@744d1d50, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@66e4cc45, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 54 minecraft:stone_hoe RecipeStage{tier='one', recipe=1xitem.hoeStone@0:[net.minecraftforge.oredict.OreIngredient@72bc485f, net.minecraftforge.oredict.OreIngredient@33d84a8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1f06ae02, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5f40cf43]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 55 minecraft:stone_button RecipeStage{tier='one', recipe=1xtile.button@0:[thebetweenlands.common.recipe.ShapelessOverrideDummyRecipe$OverrideIngredient@743a7cec]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 56 minecraft:stone_brick_stairs RecipeStage{tier='two', recipe=4xtile.stairsStoneBrickSmooth@0:[net.minecraft.item.crafting.Ingredient@296b758, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@296b758, net.minecraft.item.crafting.Ingredient@296b758, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@296b758, net.minecraft.item.crafting.Ingredient@296b758, net.minecraft.item.crafting.Ingredient@296b758]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 58 minecraft:stone_axe RecipeStage{tier='zero', recipe=1xitem.hatchetStone@0:[net.minecraftforge.oredict.OreIngredient@20d95fdd, net.minecraftforge.oredict.OreIngredient@a85837a, net.minecraftforge.oredict.OreIngredient@53667fbe, net.minecraftforge.oredict.OreIngredient@68a1b32c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2ec3e52]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 59 minecraft:sticky_piston RecipeStage{tier='two', recipe=1xtile.pistonStickyBase@0:[net.minecraftforge.oredict.OreIngredient@24d4e326, net.minecraft.item.crafting.Ingredient@deb0c0e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 62 minecraft:spruce_stairs RecipeStage{tier='one', recipe=4xtile.stairsWoodSpruce@0:[net.minecraft.item.crafting.Ingredient@14c06f50, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@14c06f50, net.minecraft.item.crafting.Ingredient@14c06f50, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@14c06f50, net.minecraft.item.crafting.Ingredient@14c06f50, net.minecraft.item.crafting.Ingredient@14c06f50]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 64 minecraft:spruce_fence_gate RecipeStage{tier='one', recipe=1xtile.spruceFenceGate@0:[net.minecraft.item.crafting.Ingredient@4bd29a01, net.minecraft.item.crafting.Ingredient@5a4a8a33, net.minecraft.item.crafting.Ingredient@4bd29a01, net.minecraft.item.crafting.Ingredient@4bd29a01, net.minecraft.item.crafting.Ingredient@5a4a8a33, net.minecraft.item.crafting.Ingredient@4bd29a01]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 65 minecraft:spruce_fence RecipeStage{tier='one', recipe=3xtile.spruceFence@0:[net.minecraft.item.crafting.Ingredient@637bf67c, net.minecraft.item.crafting.Ingredient@3207e6de, net.minecraft.item.crafting.Ingredient@637bf67c, net.minecraft.item.crafting.Ingredient@637bf67c, net.minecraft.item.crafting.Ingredient@3207e6de, net.minecraft.item.crafting.Ingredient@637bf67c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 66 minecraft:spruce_door RecipeStage{tier='one', recipe=3xitem.doorSpruce@0:[net.minecraft.item.crafting.Ingredient@613aeb51, net.minecraft.item.crafting.Ingredient@613aeb51, net.minecraft.item.crafting.Ingredient@613aeb51, net.minecraft.item.crafting.Ingredient@613aeb51, net.minecraft.item.crafting.Ingredient@613aeb51, net.minecraft.item.crafting.Ingredient@613aeb51]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 68 minecraft:spectral_arrow RecipeStage{tier='three', recipe=2xitem.spectral_arrow@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@420fb435, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4141a281, net.minecraft.item.crafting.Ingredient@3bc82aa3, net.minecraftforge.oredict.OreIngredient@7ac992bf, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4b8d50b9, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 69 minecraft:speckled_melon RecipeStage{tier='two', recipe=1xitem.speckledMelon@0:[net.minecraft.item.crafting.Ingredient@37b04a2a, net.minecraft.item.crafting.Ingredient@37b04a2a, net.minecraft.item.crafting.Ingredient@37b04a2a, net.minecraft.item.crafting.Ingredient@37b04a2a, net.minecraft.item.crafting.Ingredient@3b910a4b, net.minecraft.item.crafting.Ingredient@37b04a2a, net.minecraft.item.crafting.Ingredient@37b04a2a, net.minecraft.item.crafting.Ingredient@37b04a2a, net.minecraft.item.crafting.Ingredient@37b04a2a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 70 minecraft:snow_layer RecipeStage{tier='zero', recipe=6xtile.snow@0:[net.minecraft.item.crafting.Ingredient@5e888fba, net.minecraft.item.crafting.Ingredient@5e888fba, net.minecraft.item.crafting.Ingredient@5e888fba]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 71 minecraft:snow RecipeStage{tier='tutorial', recipe=1xtile.snow@0:[net.minecraft.item.crafting.Ingredient@35825d43, net.minecraft.item.crafting.Ingredient@35825d43, net.minecraft.item.crafting.Ingredient@35825d43, net.minecraft.item.crafting.Ingredient@35825d43]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 72 minecraft:smooth_sandstone RecipeStage{tier='zero', recipe=4xtile.sandStone@2:[net.minecraft.item.crafting.Ingredient@395ac2e5, net.minecraft.item.crafting.Ingredient@395ac2e5, net.minecraft.item.crafting.Ingredient@395ac2e5, net.minecraft.item.crafting.Ingredient@395ac2e5]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 73 minecraft:smooth_red_sandstone RecipeStage{tier='zero', recipe=4xtile.redSandStone@2:[net.minecraft.item.crafting.Ingredient@14cf30b3, net.minecraft.item.crafting.Ingredient@14cf30b3, net.minecraft.item.crafting.Ingredient@14cf30b3, net.minecraft.item.crafting.Ingredient@14cf30b3]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 74 minecraft:slime_ball RecipeStage{tier='zero', recipe=9xitem.slimeball@0:[net.minecraft.item.crafting.Ingredient@4ca6e265]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 75 minecraft:slime RecipeStage{tier='zero', recipe=1xtile.slime@0:[net.minecraftforge.oredict.OreIngredient@741cfbe1, net.minecraftforge.oredict.OreIngredient@38851a49, net.minecraftforge.oredict.OreIngredient@e6f2b8c, net.minecraftforge.oredict.OreIngredient@2fc6aa60, net.minecraftforge.oredict.OreIngredient@3c169f8a, net.minecraftforge.oredict.OreIngredient@2c519d13, net.minecraftforge.oredict.OreIngredient@5b95e05e, net.minecraftforge.oredict.OreIngredient@411ac4e6, net.minecraftforge.oredict.OreIngredient@4978f980]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 76 minecraft:sign RecipeStage{tier='zero', recipe=3xitem.sign@0:[net.minecraftforge.oredict.OreIngredient@69614cb9, net.minecraftforge.oredict.OreIngredient@1d82d6db, net.minecraftforge.oredict.OreIngredient@aa80c79, net.minecraftforge.oredict.OreIngredient@4925055, net.minecraftforge.oredict.OreIngredient@6775d0fa, net.minecraftforge.oredict.OreIngredient@6ccaf6c1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@26cbf4e5, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 77 minecraft:shield RecipeStage{tier='two', recipe=1xitem.shield@0:[net.minecraftforge.oredict.OreIngredient@304d0891, net.minecraftforge.oredict.OreIngredient@79f6fc62, net.minecraftforge.oredict.OreIngredient@42b17163, net.minecraftforge.oredict.OreIngredient@3b24c90c, net.minecraftforge.oredict.OreIngredient@63755779, net.minecraftforge.oredict.OreIngredient@2daeb299, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@645de426, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 78 minecraft:shears RecipeStage{tier='two', recipe=1xitem.shears@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@79ac3d08, net.minecraftforge.oredict.OreIngredient@302b63db, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 79 minecraft:sea_lantern RecipeStage{tier='zero', recipe=1xtile.seaLantern@0:[net.minecraftforge.oredict.OreIngredient@6849253d, net.minecraftforge.oredict.OreIngredient@633e80c6, net.minecraftforge.oredict.OreIngredient@7b62b5d4, net.minecraftforge.oredict.OreIngredient@103c34d8, net.minecraftforge.oredict.OreIngredient@317d9b2f, net.minecraftforge.oredict.OreIngredient@26d21576, net.minecraftforge.oredict.OreIngredient@4870d86d, net.minecraftforge.oredict.OreIngredient@391baf4f, net.minecraftforge.oredict.OreIngredient@6462efa0]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 80 minecraft:sandstone_stairs RecipeStage{tier='one', recipe=4xtile.stairsSandStone@0:[net.minecraft.item.crafting.Ingredient@71904ea8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@71904ea8, net.minecraft.item.crafting.Ingredient@71904ea8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@71904ea8, net.minecraft.item.crafting.Ingredient@71904ea8, net.minecraft.item.crafting.Ingredient@71904ea8]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 82 minecraft:sandstone RecipeStage{tier='zero', recipe=1xtile.sandStone@0:[net.minecraft.item.crafting.Ingredient@49825659, net.minecraft.item.crafting.Ingredient@49825659, net.minecraft.item.crafting.Ingredient@49825659, net.minecraft.item.crafting.Ingredient@49825659]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 83 minecraft:repeater RecipeStage{tier='three', recipe=1xitem.diode@0:[net.minecraft.item.crafting.Ingredient@26bd2d7d, net.minecraftforge.oredict.OreIngredient@522d2fff, net.minecraft.item.crafting.Ingredient@26bd2d7d, net.minecraftforge.oredict.OreIngredient@1cd03667, net.minecraftforge.oredict.OreIngredient@78559365, net.minecraftforge.oredict.OreIngredient@bb96c20]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 84 minecraft:redstone_torch RecipeStage{tier='three', recipe=1xtile.notGate@0:[net.minecraftforge.oredict.OreIngredient@3050f87f, net.minecraftforge.oredict.OreIngredient@2d2e931c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 85 minecraft:redstone_lamp RecipeStage{tier='three', recipe=1xtile.redstoneLight@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7934e367, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@39ac480d, net.minecraftforge.oredict.OreIngredient@e88cc47, net.minecraftforge.oredict.OreIngredient@576708f9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@916f6a9, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 89 minecraft:red_stained_hardened_clay RecipeStage{tier='zero', recipe=8xtile.clayHardenedStained@14:[net.minecraft.item.crafting.Ingredient@48306567, net.minecraft.item.crafting.Ingredient@48306567, net.minecraft.item.crafting.Ingredient@48306567, net.minecraft.item.crafting.Ingredient@48306567, net.minecraftforge.oredict.OreIngredient@13ee4ed3, net.minecraft.item.crafting.Ingredient@48306567, net.minecraft.item.crafting.Ingredient@48306567, net.minecraft.item.crafting.Ingredient@48306567, net.minecraft.item.crafting.Ingredient@48306567]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 90 minecraft:red_stained_glass_pane RecipeStage{tier='two', recipe=12xtile.thinStainedGlass@14:[net.minecraftforge.oredict.OreIngredient@49bd143f, net.minecraftforge.oredict.OreIngredient@4d65b82d, net.minecraftforge.oredict.OreIngredient@600d740d, net.minecraftforge.oredict.OreIngredient@1743609, net.minecraftforge.oredict.OreIngredient@2049d6f4, net.minecraftforge.oredict.OreIngredient@408db600]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 91 minecraft:red_stained_glass RecipeStage{tier='two', recipe=8xtile.stainedGlass@14:[net.minecraftforge.oredict.OreIngredient@4b2b1f00, net.minecraftforge.oredict.OreIngredient@6bcfbc12, net.minecraftforge.oredict.OreIngredient@5df29e9, net.minecraftforge.oredict.OreIngredient@284fa2e4, net.minecraftforge.oredict.OreIngredient@3b0f7bf2, net.minecraftforge.oredict.OreIngredient@2db67fad, net.minecraftforge.oredict.OreIngredient@51da9b93, net.minecraftforge.oredict.OreIngredient@4574bce, net.minecraftforge.oredict.OreIngredient@44c7605d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 92 minecraft:red_sandstone_stairs RecipeStage{tier='one', recipe=4xtile.stairsRedSandStone@0:[net.minecraft.item.crafting.Ingredient@5c452e69, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5c452e69, net.minecraft.item.crafting.Ingredient@5c452e69, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5c452e69, net.minecraft.item.crafting.Ingredient@5c452e69, net.minecraft.item.crafting.Ingredient@5c452e69]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 94 minecraft:red_sandstone RecipeStage{tier='zero', recipe=1xtile.redSandStone@0:[net.minecraft.item.crafting.Ingredient@4b3ea082, net.minecraft.item.crafting.Ingredient@4b3ea082, net.minecraft.item.crafting.Ingredient@4b3ea082, net.minecraft.item.crafting.Ingredient@4b3ea082]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 95 minecraft:red_nether_brick RecipeStage{tier='three', recipe=1xtile.redNetherBrick@0:[net.minecraft.item.crafting.Ingredient@fc9313d, net.minecraft.item.crafting.Ingredient@7c5eb88c, net.minecraft.item.crafting.Ingredient@7c5eb88c, net.minecraft.item.crafting.Ingredient@fc9313d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 100 minecraft:red_concrete_powder RecipeStage{tier='one', recipe=8xtile.concretePowder@14:[net.minecraftforge.oredict.OreIngredient@5a92247f, net.minecraft.item.crafting.Ingredient@2296926d, net.minecraft.item.crafting.Ingredient@10ef09e3, net.minecraft.item.crafting.Ingredient@776d50d6, net.minecraft.item.crafting.Ingredient@43815bc, net.minecraft.item.crafting.Ingredient@122bfaac, net.minecraft.item.crafting.Ingredient@7ae3591b, net.minecraft.item.crafting.Ingredient@67954d71, net.minecraft.item.crafting.Ingredient@234421ca]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 101 minecraft:red_carpet RecipeStage{tier='two', recipe=3xtile.woolCarpet@14:[net.minecraftforge.oredict.OreIngredient@5f113abd, net.minecraftforge.oredict.OreIngredient@612603aa]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 104 minecraft:red_banner RecipeStage{tier='two', recipe=1xtile.banner@1:[net.minecraftforge.oredict.OreIngredient@48234a72, net.minecraftforge.oredict.OreIngredient@b0a6a5, net.minecraftforge.oredict.OreIngredient@330b6694, net.minecraftforge.oredict.OreIngredient@2a9d65d9, net.minecraftforge.oredict.OreIngredient@783fda22, net.minecraftforge.oredict.OreIngredient@7dbfde0e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@15e828eb, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 108 minecraft:quartz_stairs RecipeStage{tier='one', recipe=4xtile.stairsQuartz@0:[net.minecraft.item.crafting.Ingredient@5c3cc103, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5c3cc103, net.minecraft.item.crafting.Ingredient@5c3cc103, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5c3cc103, net.minecraft.item.crafting.Ingredient@5c3cc103, net.minecraft.item.crafting.Ingredient@5c3cc103]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 110 minecraft:quartz_block RecipeStage{tier='three', recipe=1xtile.quartzBlock@0:[net.minecraft.item.crafting.Ingredient@21288943, net.minecraft.item.crafting.Ingredient@21288943, net.minecraft.item.crafting.Ingredient@21288943, net.minecraft.item.crafting.Ingredient@21288943]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 111 minecraft:purpur_stairs RecipeStage{tier='one', recipe=4xtile.stairsPurpur@0:[net.minecraft.item.crafting.Ingredient@24e6bd00, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@24e6bd00, net.minecraft.item.crafting.Ingredient@24e6bd00, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@24e6bd00, net.minecraft.item.crafting.Ingredient@24e6bd00, net.minecraft.item.crafting.Ingredient@24e6bd00]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 112 minecraft:purpur_slab RecipeStage{tier='four', recipe=6xtile.purpurSlab@0:[net.minecraft.item.crafting.Ingredient@2ab91b65, net.minecraft.item.crafting.Ingredient@2ab91b65, net.minecraft.item.crafting.Ingredient@2ab91b65]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 113 minecraft:purpur_pillar RecipeStage{tier='four', recipe=1xtile.purpurPillar@0:[net.minecraft.item.crafting.Ingredient@7cc8fd4b, net.minecraft.item.crafting.Ingredient@7cc8fd4b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 114 minecraft:purpur_block RecipeStage{tier='four', recipe=4xtile.purpurBlock@0:[net.minecraft.item.crafting.Ingredient@410c1f44, net.minecraft.item.crafting.Ingredient@410c1f44, net.minecraft.item.crafting.Ingredient@410c1f44, net.minecraft.item.crafting.Ingredient@410c1f44]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 116 minecraft:purple_stained_hardened_clay RecipeStage{tier='zero', recipe=8xtile.clayHardenedStained@10:[net.minecraft.item.crafting.Ingredient@44f86613, net.minecraft.item.crafting.Ingredient@44f86613, net.minecraft.item.crafting.Ingredient@44f86613, net.minecraft.item.crafting.Ingredient@44f86613, net.minecraftforge.oredict.OreIngredient@1de20593, net.minecraft.item.crafting.Ingredient@44f86613, net.minecraft.item.crafting.Ingredient@44f86613, net.minecraft.item.crafting.Ingredient@44f86613, net.minecraft.item.crafting.Ingredient@44f86613]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 117 minecraft:purple_stained_glass_pane RecipeStage{tier='two', recipe=12xtile.thinStainedGlass@10:[net.minecraftforge.oredict.OreIngredient@18b78d68, net.minecraftforge.oredict.OreIngredient@7d64d6fa, net.minecraftforge.oredict.OreIngredient@182d4720, net.minecraftforge.oredict.OreIngredient@15ee072b, net.minecraftforge.oredict.OreIngredient@31960433, net.minecraftforge.oredict.OreIngredient@6a1ed7fd]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 118 minecraft:purple_stained_glass RecipeStage{tier='two', recipe=8xtile.stainedGlass@10:[net.minecraftforge.oredict.OreIngredient@18f889d9, net.minecraftforge.oredict.OreIngredient@7dca12b2, net.minecraftforge.oredict.OreIngredient@7cfc36a4, net.minecraftforge.oredict.OreIngredient@60c1b7f9, net.minecraftforge.oredict.OreIngredient@3c2b4c79, net.minecraftforge.oredict.OreIngredient@115996cc, net.minecraftforge.oredict.OreIngredient@c0dcb55, net.minecraftforge.oredict.OreIngredient@611ecb52, net.minecraftforge.oredict.OreIngredient@7300b8c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 119 minecraft:purple_shulker_box RecipeStage{tier='four', recipe=1xtile.shulkerBoxPurple@0:[net.minecraft.item.crafting.Ingredient@404a7c61, net.minecraftforge.oredict.OreIngredient@5a021250, net.minecraft.item.crafting.Ingredient@404a7c61]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 121 minecraft:purple_concrete_powder RecipeStage{tier='one', recipe=8xtile.concretePowder@10:[net.minecraftforge.oredict.OreIngredient@280f3732, net.minecraft.item.crafting.Ingredient@3ac2772d, net.minecraft.item.crafting.Ingredient@3c380db5, net.minecraft.item.crafting.Ingredient@5df17e60, net.minecraft.item.crafting.Ingredient@f9d7d3f, net.minecraft.item.crafting.Ingredient@264f18fe, net.minecraft.item.crafting.Ingredient@5a66fc27, net.minecraft.item.crafting.Ingredient@cb29b75, net.minecraft.item.crafting.Ingredient@68226b59]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 122 minecraft:purple_carpet RecipeStage{tier='two', recipe=3xtile.woolCarpet@10:[net.minecraftforge.oredict.OreIngredient@625520f1, net.minecraftforge.oredict.OreIngredient@638aff90]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 125 minecraft:purple_banner RecipeStage{tier='two', recipe=1xtile.banner@5:[net.minecraftforge.oredict.OreIngredient@e44e7f9, net.minecraftforge.oredict.OreIngredient@7aa5813f, net.minecraftforge.oredict.OreIngredient@6988442, net.minecraftforge.oredict.OreIngredient@6d0dfb7e, net.minecraftforge.oredict.OreIngredient@44dfa209, net.minecraftforge.oredict.OreIngredient@12a56fd4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@505d4356, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 126 minecraft:pumpkin_seeds RecipeStage{tier='zero', recipe=4xitem.seeds_pumpkin@0:[net.minecraft.item.crafting.Ingredient@6000ca67]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 128 minecraft:prismarine_bricks RecipeStage{tier='zero', recipe=1xtile.prismarine@1:[net.minecraftforge.oredict.OreIngredient@6b7fbb9a, net.minecraftforge.oredict.OreIngredient@529da2ee, net.minecraftforge.oredict.OreIngredient@68601c18, net.minecraftforge.oredict.OreIngredient@7656fde8, net.minecraftforge.oredict.OreIngredient@60632bd3, net.minecraftforge.oredict.OreIngredient@5f567fe3, net.minecraftforge.oredict.OreIngredient@373e38cd, net.minecraftforge.oredict.OreIngredient@76c63a7f, net.minecraftforge.oredict.OreIngredient@f82bac7]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 129 minecraft:prismarine RecipeStage{tier='zero', recipe=1xtile.prismarine@0:[net.minecraftforge.oredict.OreIngredient@634775b3, net.minecraftforge.oredict.OreIngredient@2579d146, net.minecraftforge.oredict.OreIngredient@622b1254, net.minecraftforge.oredict.OreIngredient@7865d854]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 130 minecraft:polished_granite RecipeStage{tier='zero', recipe=4xtile.stone@2:[net.minecraftforge.oredict.OreIngredient@20d7c006, net.minecraftforge.oredict.OreIngredient@4b4fc6bb, net.minecraftforge.oredict.OreIngredient@714cd434, net.minecraftforge.oredict.OreIngredient@273d0531]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 131 minecraft:polished_diorite RecipeStage{tier='zero', recipe=4xtile.stone@4:[net.minecraftforge.oredict.OreIngredient@39f43620, net.minecraftforge.oredict.OreIngredient@c3b45bb, net.minecraftforge.oredict.OreIngredient@1bc1dd7c, net.minecraftforge.oredict.OreIngredient@549a47b8]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 132 minecraft:polished_andesite RecipeStage{tier='zero', recipe=4xtile.stone@6:[net.minecraftforge.oredict.OreIngredient@4cc73e3d, net.minecraftforge.oredict.OreIngredient@1a07bc83, net.minecraftforge.oredict.OreIngredient@f38b882, net.minecraftforge.oredict.OreIngredient@919895a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 135 minecraft:pink_stained_hardened_clay RecipeStage{tier='zero', recipe=8xtile.clayHardenedStained@6:[net.minecraft.item.crafting.Ingredient@57642552, net.minecraft.item.crafting.Ingredient@57642552, net.minecraft.item.crafting.Ingredient@57642552, net.minecraft.item.crafting.Ingredient@57642552, net.minecraftforge.oredict.OreIngredient@18ec7663, net.minecraft.item.crafting.Ingredient@57642552, net.minecraft.item.crafting.Ingredient@57642552, net.minecraft.item.crafting.Ingredient@57642552, net.minecraft.item.crafting.Ingredient@57642552]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 136 minecraft:pink_stained_glass_pane RecipeStage{tier='two', recipe=12xtile.thinStainedGlass@6:[net.minecraftforge.oredict.OreIngredient@5373ea0c, net.minecraftforge.oredict.OreIngredient@1aaa47e5, net.minecraftforge.oredict.OreIngredient@712055b4, net.minecraftforge.oredict.OreIngredient@a846a9d, net.minecraftforge.oredict.OreIngredient@46ebd24b, net.minecraftforge.oredict.OreIngredient@eb6301c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 137 minecraft:pink_stained_glass RecipeStage{tier='two', recipe=8xtile.stainedGlass@6:[net.minecraftforge.oredict.OreIngredient@7d48498b, net.minecraftforge.oredict.OreIngredient@5431143d, net.minecraftforge.oredict.OreIngredient@4cd0fd7a, net.minecraftforge.oredict.OreIngredient@7359122c, net.minecraftforge.oredict.OreIngredient@4c6219dd, net.minecraftforge.oredict.OreIngredient@10ae6c90, net.minecraftforge.oredict.OreIngredient@5b5e68d2, net.minecraftforge.oredict.OreIngredient@60add9e7, net.minecraftforge.oredict.OreIngredient@3cdd88de]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 141 minecraft:pink_concrete_powder RecipeStage{tier='one', recipe=8xtile.concretePowder@6:[net.minecraftforge.oredict.OreIngredient@7928cf03, net.minecraft.item.crafting.Ingredient@69173bb7, net.minecraft.item.crafting.Ingredient@5d0ea2af, net.minecraft.item.crafting.Ingredient@7fec354, net.minecraft.item.crafting.Ingredient@1828eff, net.minecraft.item.crafting.Ingredient@5118c7fb, net.minecraft.item.crafting.Ingredient@792b0cad, net.minecraft.item.crafting.Ingredient@8be84bf, net.minecraft.item.crafting.Ingredient@1d5e0621]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 142 minecraft:pink_carpet RecipeStage{tier='two', recipe=3xtile.woolCarpet@6:[net.minecraftforge.oredict.OreIngredient@29e33380, net.minecraftforge.oredict.OreIngredient@53246af4]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 145 minecraft:pink_banner RecipeStage{tier='two', recipe=1xtile.banner@9:[net.minecraftforge.oredict.OreIngredient@57bba7bb, net.minecraftforge.oredict.OreIngredient@652a1dca, net.minecraftforge.oredict.OreIngredient@72549f83, net.minecraftforge.oredict.OreIngredient@468f0f91, net.minecraftforge.oredict.OreIngredient@4c83ee84, net.minecraftforge.oredict.OreIngredient@79f26e93, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2f8c5ea9, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 146 minecraft:pillar_quartz_block RecipeStage{tier='three', recipe=2xtile.quartzBlock@2:[net.minecraft.item.crafting.Ingredient@794daa09, net.minecraft.item.crafting.Ingredient@794daa09]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 148 minecraft:painting RecipeStage{tier='two', recipe=1xitem.painting@0:[net.minecraftforge.oredict.OreIngredient@65bd16bb, net.minecraftforge.oredict.OreIngredient@7d9eee1d, net.minecraftforge.oredict.OreIngredient@17304176, net.minecraftforge.oredict.OreIngredient@743a7e41, net.minecraft.item.crafting.Ingredient@766534b0, net.minecraftforge.oredict.OreIngredient@793fb6b3, net.minecraftforge.oredict.OreIngredient@735b518f, net.minecraftforge.oredict.OreIngredient@66758563, net.minecraftforge.oredict.OreIngredient@411a279a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 150 minecraft:orange_stained_hardened_clay RecipeStage{tier='zero', recipe=8xtile.clayHardenedStained@1:[net.minecraft.item.crafting.Ingredient@11bac6d7, net.minecraft.item.crafting.Ingredient@11bac6d7, net.minecraft.item.crafting.Ingredient@11bac6d7, net.minecraft.item.crafting.Ingredient@11bac6d7, net.minecraftforge.oredict.OreIngredient@26feb343, net.minecraft.item.crafting.Ingredient@11bac6d7, net.minecraft.item.crafting.Ingredient@11bac6d7, net.minecraft.item.crafting.Ingredient@11bac6d7, net.minecraft.item.crafting.Ingredient@11bac6d7]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 151 minecraft:orange_stained_glass_pane RecipeStage{tier='two', recipe=12xtile.thinStainedGlass@1:[net.minecraftforge.oredict.OreIngredient@364876f1, net.minecraftforge.oredict.OreIngredient@576496b7, net.minecraftforge.oredict.OreIngredient@68587216, net.minecraftforge.oredict.OreIngredient@3b6fa0f5, net.minecraftforge.oredict.OreIngredient@4ee5b697, net.minecraftforge.oredict.OreIngredient@3d4750d2]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 152 minecraft:orange_stained_glass RecipeStage{tier='two', recipe=8xtile.stainedGlass@1:[net.minecraftforge.oredict.OreIngredient@16a44dae, net.minecraftforge.oredict.OreIngredient@500a3f87, net.minecraftforge.oredict.OreIngredient@33b86a1f, net.minecraftforge.oredict.OreIngredient@34fe7d7a, net.minecraftforge.oredict.OreIngredient@838f76, net.minecraftforge.oredict.OreIngredient@1746ee6, net.minecraftforge.oredict.OreIngredient@71ec0445, net.minecraftforge.oredict.OreIngredient@363ea2af, net.minecraftforge.oredict.OreIngredient@2a5a6321]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 155 minecraft:orange_concrete_powder RecipeStage{tier='one', recipe=8xtile.concretePowder@1:[net.minecraftforge.oredict.OreIngredient@5acc2ae5, net.minecraft.item.crafting.Ingredient@685280dd, net.minecraft.item.crafting.Ingredient@56957f08, net.minecraft.item.crafting.Ingredient@5b0fc8c2, net.minecraft.item.crafting.Ingredient@2140582, net.minecraft.item.crafting.Ingredient@7ebc2975, net.minecraft.item.crafting.Ingredient@32c7495, net.minecraft.item.crafting.Ingredient@2640f5ea, net.minecraft.item.crafting.Ingredient@45accb5]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 156 minecraft:orange_carpet RecipeStage{tier='two', recipe=3xtile.woolCarpet@1:[net.minecraftforge.oredict.OreIngredient@23f619f6, net.minecraftforge.oredict.OreIngredient@728293e1]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 159 minecraft:orange_banner RecipeStage{tier='two', recipe=1xtile.banner@14:[net.minecraftforge.oredict.OreIngredient@6a7fa07, net.minecraftforge.oredict.OreIngredient@5416a2ed, net.minecraftforge.oredict.OreIngredient@6aa3dc77, net.minecraftforge.oredict.OreIngredient@31947c30, net.minecraftforge.oredict.OreIngredient@8dacfc7, net.minecraftforge.oredict.OreIngredient@693a05fb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1d8e3ccf, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 160 minecraft:observer RecipeStage{tier='three', recipe=1xtile.observer@0:[net.minecraftforge.oredict.OreIngredient@f69b6b2, net.minecraftforge.oredict.OreIngredient@5113f46f, net.minecraftforge.oredict.OreIngredient@683f366b, net.minecraftforge.oredict.OreIngredient@43b17e7, net.minecraftforge.oredict.OreIngredient@4625edf4, net.minecraft.item.crafting.Ingredient@3a44ebd5, net.minecraftforge.oredict.OreIngredient@85bc9d3, net.minecraftforge.oredict.OreIngredient@19462add, net.minecraftforge.oredict.OreIngredient@451e923d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 162 minecraft:oak_stairs RecipeStage{tier='one', recipe=4xtile.stairsWood@0:[net.minecraft.item.crafting.Ingredient@3d5a6849, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3d5a6849, net.minecraft.item.crafting.Ingredient@3d5a6849, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3d5a6849, net.minecraft.item.crafting.Ingredient@3d5a6849, net.minecraft.item.crafting.Ingredient@3d5a6849]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 164 minecraft:noteblock RecipeStage{tier='three', recipe=1xtile.musicBlock@0:[net.minecraftforge.oredict.OreIngredient@2cbd9d27, net.minecraftforge.oredict.OreIngredient@7a7ecc32, net.minecraftforge.oredict.OreIngredient@52c61162, net.minecraftforge.oredict.OreIngredient@63f8fe7d, net.minecraftforge.oredict.OreIngredient@23ec0380, net.minecraftforge.oredict.OreIngredient@2f7f4493, net.minecraftforge.oredict.OreIngredient@4dd01d1f, net.minecraftforge.oredict.OreIngredient@697f09ce, net.minecraftforge.oredict.OreIngredient@2acce762]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 165 minecraft:nether_wart_block RecipeStage{tier='three', recipe=1xtile.netherWartBlock@0:[net.minecraft.item.crafting.Ingredient@434c179e, net.minecraft.item.crafting.Ingredient@434c179e, net.minecraft.item.crafting.Ingredient@434c179e, net.minecraft.item.crafting.Ingredient@434c179e, net.minecraft.item.crafting.Ingredient@434c179e, net.minecraft.item.crafting.Ingredient@434c179e, net.minecraft.item.crafting.Ingredient@434c179e, net.minecraft.item.crafting.Ingredient@434c179e, net.minecraft.item.crafting.Ingredient@434c179e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 166 minecraft:nether_brick_stairs RecipeStage{tier='one', recipe=4xtile.stairsNetherBrick@0:[net.minecraft.item.crafting.Ingredient@388a6656, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@388a6656, net.minecraft.item.crafting.Ingredient@388a6656, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@388a6656, net.minecraft.item.crafting.Ingredient@388a6656, net.minecraft.item.crafting.Ingredient@388a6656]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 167 minecraft:nether_brick_slab RecipeStage{tier='three', recipe=6xtile.stoneSlab@6:[net.minecraft.item.crafting.Ingredient@4487dce, net.minecraft.item.crafting.Ingredient@4487dce, net.minecraft.item.crafting.Ingredient@4487dce]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 168 minecraft:nether_brick_fence RecipeStage{tier='one', recipe=6xtile.netherFence@0:[net.minecraft.item.crafting.Ingredient@712a5de4, net.minecraft.item.crafting.Ingredient@712a5de4, net.minecraft.item.crafting.Ingredient@712a5de4, net.minecraft.item.crafting.Ingredient@712a5de4, net.minecraft.item.crafting.Ingredient@712a5de4, net.minecraft.item.crafting.Ingredient@712a5de4]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 169 minecraft:nether_brick RecipeStage{tier='three', recipe=1xtile.netherBrick@0:[net.minecraft.item.crafting.Ingredient@6a4ba6f4, net.minecraft.item.crafting.Ingredient@6a4ba6f4, net.minecraft.item.crafting.Ingredient@6a4ba6f4, net.minecraft.item.crafting.Ingredient@6a4ba6f4]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 171 minecraft:mossy_stonebrick RecipeStage{tier='two', recipe=1xtile.stonebricksmooth@1:[net.minecraft.item.crafting.Ingredient@e9fa0ea, net.minecraft.item.crafting.Ingredient@1c619a77]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 172 minecraft:mossy_cobblestone_wall RecipeStage{tier='zero', recipe=6xtile.cobbleWall@1:[net.minecraft.item.crafting.Ingredient@27a57c66, net.minecraft.item.crafting.Ingredient@27a57c66, net.minecraft.item.crafting.Ingredient@27a57c66, net.minecraft.item.crafting.Ingredient@27a57c66, net.minecraft.item.crafting.Ingredient@27a57c66, net.minecraft.item.crafting.Ingredient@27a57c66]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 173 minecraft:mossy_cobblestone RecipeStage{tier='zero', recipe=1xtile.stoneMoss@0:[net.minecraftforge.oredict.OreIngredient@7fc27574, net.minecraft.item.crafting.Ingredient@3c511385]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 174 minecraft:minecart RecipeStage{tier='three', recipe=1xitem.minecart@0:[net.minecraftforge.oredict.OreIngredient@3237b776, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2317f987, net.minecraftforge.oredict.OreIngredient@6e2dfd70, net.minecraftforge.oredict.OreIngredient@2a85c14, net.minecraftforge.oredict.OreIngredient@dabd730]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 175 minecraft:melon_seeds RecipeStage{tier='zero', recipe=1xitem.seeds_melon@0:[net.minecraft.item.crafting.Ingredient@77f2807f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 176 minecraft:melon_block RecipeStage{tier='tutorial', recipe=1xtile.melon@0:[net.minecraft.item.crafting.Ingredient@57421698, net.minecraft.item.crafting.Ingredient@57421698, net.minecraft.item.crafting.Ingredient@57421698, net.minecraft.item.crafting.Ingredient@57421698, net.minecraft.item.crafting.Ingredient@57421698, net.minecraft.item.crafting.Ingredient@57421698, net.minecraft.item.crafting.Ingredient@57421698, net.minecraft.item.crafting.Ingredient@57421698, net.minecraft.item.crafting.Ingredient@57421698]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 178 minecraft:magma_cream RecipeStage{tier='three', recipe=1xitem.magmaCream@0:[net.minecraft.item.crafting.Ingredient@53425450, net.minecraftforge.oredict.OreIngredient@68b2a0c3]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 179 minecraft:magma RecipeStage{tier='three', recipe=1xtile.magma@0:[net.minecraft.item.crafting.Ingredient@228c854f, net.minecraft.item.crafting.Ingredient@228c854f, net.minecraft.item.crafting.Ingredient@228c854f, net.minecraft.item.crafting.Ingredient@228c854f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 181 minecraft:magenta_stained_hardened_clay RecipeStage{tier='zero', recipe=8xtile.clayHardenedStained@2:[net.minecraft.item.crafting.Ingredient@f55ecec, net.minecraft.item.crafting.Ingredient@f55ecec, net.minecraft.item.crafting.Ingredient@f55ecec, net.minecraft.item.crafting.Ingredient@f55ecec, net.minecraftforge.oredict.OreIngredient@761feb18, net.minecraft.item.crafting.Ingredient@f55ecec, net.minecraft.item.crafting.Ingredient@f55ecec, net.minecraft.item.crafting.Ingredient@f55ecec, net.minecraft.item.crafting.Ingredient@f55ecec]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 182 minecraft:magenta_stained_glass_pane RecipeStage{tier='two', recipe=12xtile.thinStainedGlass@2:[net.minecraftforge.oredict.OreIngredient@bd6e9a0, net.minecraftforge.oredict.OreIngredient@5c9459cd, net.minecraftforge.oredict.OreIngredient@ee221f3, net.minecraftforge.oredict.OreIngredient@72c4c1c, net.minecraftforge.oredict.OreIngredient@3b0b2eb0, net.minecraftforge.oredict.OreIngredient@45af422d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 183 minecraft:magenta_stained_glass RecipeStage{tier='two', recipe=8xtile.stainedGlass@2:[net.minecraftforge.oredict.OreIngredient@5a5d0ed2, net.minecraftforge.oredict.OreIngredient@3ff4f529, net.minecraftforge.oredict.OreIngredient@5de822c9, net.minecraftforge.oredict.OreIngredient@62e9bd73, net.minecraftforge.oredict.OreIngredient@50f01462, net.minecraftforge.oredict.OreIngredient@4835eee8, net.minecraftforge.oredict.OreIngredient@54d7734d, net.minecraftforge.oredict.OreIngredient@7b7a5e81, net.minecraftforge.oredict.OreIngredient@2b791688]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 189 minecraft:magenta_concrete_powder RecipeStage{tier='one', recipe=8xtile.concretePowder@2:[net.minecraftforge.oredict.OreIngredient@cb0f47b, net.minecraft.item.crafting.Ingredient@2c855eb7, net.minecraft.item.crafting.Ingredient@3a6ae0f0, net.minecraft.item.crafting.Ingredient@7854f2a2, net.minecraft.item.crafting.Ingredient@72f86029, net.minecraft.item.crafting.Ingredient@740ef827, net.minecraft.item.crafting.Ingredient@198eeb36, net.minecraft.item.crafting.Ingredient@4690cb47, net.minecraft.item.crafting.Ingredient@77d80294]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 190 minecraft:magenta_carpet RecipeStage{tier='two', recipe=3xtile.woolCarpet@2:[net.minecraftforge.oredict.OreIngredient@1a44be1c, net.minecraftforge.oredict.OreIngredient@4764885e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 193 minecraft:magenta_banner RecipeStage{tier='two', recipe=1xtile.banner@13:[net.minecraftforge.oredict.OreIngredient@3ab5b777, net.minecraftforge.oredict.OreIngredient@3d4047e2, net.minecraftforge.oredict.OreIngredient@5f867298, net.minecraftforge.oredict.OreIngredient@5a8c0769, net.minecraftforge.oredict.OreIngredient@4d951d40, net.minecraftforge.oredict.OreIngredient@72d52c47, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1e2b9237, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 194 minecraft:lit_pumpkin RecipeStage{tier='one', recipe=1xtile.litpumpkin@0:[net.minecraft.item.crafting.Ingredient@3a3fc789, net.minecraft.item.crafting.Ingredient@2fad7002]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 196 minecraft:lime_stained_hardened_clay RecipeStage{tier='zero', recipe=8xtile.clayHardenedStained@5:[net.minecraft.item.crafting.Ingredient@165634aa, net.minecraft.item.crafting.Ingredient@165634aa, net.minecraft.item.crafting.Ingredient@165634aa, net.minecraft.item.crafting.Ingredient@165634aa, net.minecraftforge.oredict.OreIngredient@1ad0a479, net.minecraft.item.crafting.Ingredient@165634aa, net.minecraft.item.crafting.Ingredient@165634aa, net.minecraft.item.crafting.Ingredient@165634aa, net.minecraft.item.crafting.Ingredient@165634aa]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 197 minecraft:lime_stained_glass_pane RecipeStage{tier='two', recipe=12xtile.thinStainedGlass@5:[net.minecraftforge.oredict.OreIngredient@5828273e, net.minecraftforge.oredict.OreIngredient@4fd79d26, net.minecraftforge.oredict.OreIngredient@6e3227a6, net.minecraftforge.oredict.OreIngredient@71deb575, net.minecraftforge.oredict.OreIngredient@68567da7, net.minecraftforge.oredict.OreIngredient@1b9bf326]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 198 minecraft:lime_stained_glass RecipeStage{tier='two', recipe=8xtile.stainedGlass@5:[net.minecraftforge.oredict.OreIngredient@646be8e4, net.minecraftforge.oredict.OreIngredient@609a9c01, net.minecraftforge.oredict.OreIngredient@3b7a6ef0, net.minecraftforge.oredict.OreIngredient@7fbca87a, net.minecraftforge.oredict.OreIngredient@442b53a1, net.minecraftforge.oredict.OreIngredient@70e5b5b1, net.minecraftforge.oredict.OreIngredient@180048b3, net.minecraftforge.oredict.OreIngredient@2e5ccb1, net.minecraftforge.oredict.OreIngredient@1c4d2117]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 200 minecraft:lime_concrete_powder RecipeStage{tier='one', recipe=8xtile.concretePowder@5:[net.minecraftforge.oredict.OreIngredient@772b05cf, net.minecraft.item.crafting.Ingredient@4d343793, net.minecraft.item.crafting.Ingredient@57a259c1, net.minecraft.item.crafting.Ingredient@1427827f, net.minecraft.item.crafting.Ingredient@27015621, net.minecraft.item.crafting.Ingredient@4b6575fd, net.minecraft.item.crafting.Ingredient@ecc5101, net.minecraft.item.crafting.Ingredient@26501edd, net.minecraft.item.crafting.Ingredient@bcde468]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 201 minecraft:lime_carpet RecipeStage{tier='two', recipe=3xtile.woolCarpet@5:[net.minecraftforge.oredict.OreIngredient@21bc7a4, net.minecraftforge.oredict.OreIngredient@1787032]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 204 minecraft:lime_banner RecipeStage{tier='two', recipe=1xtile.banner@10:[net.minecraftforge.oredict.OreIngredient@332c5085, net.minecraftforge.oredict.OreIngredient@64d13fe5, net.minecraftforge.oredict.OreIngredient@6cd3fae1, net.minecraftforge.oredict.OreIngredient@391c26d5, net.minecraftforge.oredict.OreIngredient@6865f10b, net.minecraftforge.oredict.OreIngredient@526d5f5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@76d13342, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 207 minecraft:light_gray_stained_hardened_clay RecipeStage{tier='zero', recipe=8xtile.clayHardenedStained@8:[net.minecraft.item.crafting.Ingredient@b94c22d, net.minecraft.item.crafting.Ingredient@b94c22d, net.minecraft.item.crafting.Ingredient@b94c22d, net.minecraft.item.crafting.Ingredient@b94c22d, net.minecraftforge.oredict.OreIngredient@17d82ad9, net.minecraft.item.crafting.Ingredient@b94c22d, net.minecraft.item.crafting.Ingredient@b94c22d, net.minecraft.item.crafting.Ingredient@b94c22d, net.minecraft.item.crafting.Ingredient@b94c22d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 208 minecraft:light_gray_stained_glass_pane RecipeStage{tier='two', recipe=12xtile.thinStainedGlass@8:[net.minecraftforge.oredict.OreIngredient@30b39467, net.minecraftforge.oredict.OreIngredient@734b682c, net.minecraftforge.oredict.OreIngredient@6cc2fa74, net.minecraftforge.oredict.OreIngredient@3a1a8bd7, net.minecraftforge.oredict.OreIngredient@1626205f, net.minecraftforge.oredict.OreIngredient@3e8430bf]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 209 minecraft:light_gray_stained_glass RecipeStage{tier='two', recipe=8xtile.stainedGlass@8:[net.minecraftforge.oredict.OreIngredient@456e7c41, net.minecraftforge.oredict.OreIngredient@2b441308, net.minecraftforge.oredict.OreIngredient@cc7fae7, net.minecraftforge.oredict.OreIngredient@13d93208, net.minecraftforge.oredict.OreIngredient@25e3c846, net.minecraftforge.oredict.OreIngredient@2eb453a1, net.minecraftforge.oredict.OreIngredient@1d978452, net.minecraftforge.oredict.OreIngredient@4704bc9a, net.minecraftforge.oredict.OreIngredient@7c1efdc4]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 215 minecraft:light_gray_concrete_powder RecipeStage{tier='one', recipe=8xtile.concretePowder@8:[net.minecraftforge.oredict.OreIngredient@3c3c5eb7, net.minecraft.item.crafting.Ingredient@53f67af6, net.minecraft.item.crafting.Ingredient@5a85f41b, net.minecraft.item.crafting.Ingredient@35abfeba, net.minecraft.item.crafting.Ingredient@7b031f53, net.minecraft.item.crafting.Ingredient@1b42eb0f, net.minecraft.item.crafting.Ingredient@6e92f150, net.minecraft.item.crafting.Ingredient@4268c16, net.minecraft.item.crafting.Ingredient@673ce246]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 216 minecraft:light_gray_carpet RecipeStage{tier='two', recipe=3xtile.woolCarpet@8:[net.minecraftforge.oredict.OreIngredient@6286fcde, net.minecraftforge.oredict.OreIngredient@6ecebe57]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 219 minecraft:light_gray_banner RecipeStage{tier='two', recipe=1xtile.banner@7:[net.minecraftforge.oredict.OreIngredient@d7314be, net.minecraftforge.oredict.OreIngredient@6fca669c, net.minecraftforge.oredict.OreIngredient@7cb8e0c0, net.minecraftforge.oredict.OreIngredient@3c7be288, net.minecraftforge.oredict.OreIngredient@2938c75d, net.minecraftforge.oredict.OreIngredient@157aba60, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2e7ff6ef, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 221 minecraft:light_blue_stained_hardened_clay RecipeStage{tier='zero', recipe=8xtile.clayHardenedStained@3:[net.minecraft.item.crafting.Ingredient@19f007c4, net.minecraft.item.crafting.Ingredient@19f007c4, net.minecraft.item.crafting.Ingredient@19f007c4, net.minecraft.item.crafting.Ingredient@19f007c4, net.minecraftforge.oredict.OreIngredient@62771d5f, net.minecraft.item.crafting.Ingredient@19f007c4, net.minecraft.item.crafting.Ingredient@19f007c4, net.minecraft.item.crafting.Ingredient@19f007c4, net.minecraft.item.crafting.Ingredient@19f007c4]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 222 minecraft:light_blue_stained_glass_pane RecipeStage{tier='two', recipe=12xtile.thinStainedGlass@3:[net.minecraftforge.oredict.OreIngredient@336e4770, net.minecraftforge.oredict.OreIngredient@6739ac79, net.minecraftforge.oredict.OreIngredient@352352e2, net.minecraftforge.oredict.OreIngredient@6fe43cfc, net.minecraftforge.oredict.OreIngredient@2ef0b3b7, net.minecraftforge.oredict.OreIngredient@4809874]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 223 minecraft:light_blue_stained_glass RecipeStage{tier='two', recipe=8xtile.stainedGlass@3:[net.minecraftforge.oredict.OreIngredient@2b9b7e44, net.minecraftforge.oredict.OreIngredient@6556a417, net.minecraftforge.oredict.OreIngredient@4e10de01, net.minecraftforge.oredict.OreIngredient@4ed3bc8f, net.minecraftforge.oredict.OreIngredient@3e4a824f, net.minecraftforge.oredict.OreIngredient@6e6cff8d, net.minecraftforge.oredict.OreIngredient@26c4d497, net.minecraftforge.oredict.OreIngredient@75203304, net.minecraftforge.oredict.OreIngredient@1f929f15]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 226 minecraft:light_blue_concrete_powder RecipeStage{tier='one', recipe=8xtile.concretePowder@3:[net.minecraftforge.oredict.OreIngredient@62a73c0d, net.minecraft.item.crafting.Ingredient@7b2a6ed3, net.minecraft.item.crafting.Ingredient@28993a77, net.minecraft.item.crafting.Ingredient@2c6b36d7, net.minecraft.item.crafting.Ingredient@3f1485c3, net.minecraft.item.crafting.Ingredient@17e03804, net.minecraft.item.crafting.Ingredient@764bf20d, net.minecraft.item.crafting.Ingredient@363bf9d, net.minecraft.item.crafting.Ingredient@184218af]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 227 minecraft:light_blue_carpet RecipeStage{tier='two', recipe=3xtile.woolCarpet@3:[net.minecraftforge.oredict.OreIngredient@69c67d7b, net.minecraftforge.oredict.OreIngredient@2358d7dd]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 230 minecraft:light_blue_banner RecipeStage{tier='two', recipe=1xtile.banner@12:[net.minecraftforge.oredict.OreIngredient@4d34d517, net.minecraftforge.oredict.OreIngredient@21f9ad1c, net.minecraftforge.oredict.OreIngredient@4b1db304, net.minecraftforge.oredict.OreIngredient@683844b2, net.minecraftforge.oredict.OreIngredient@34fb8cf, net.minecraftforge.oredict.OreIngredient@6fb274f7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@49117f96, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 231 minecraft:lever RecipeStage{tier='two', recipe=1xtile.lever@0:[net.minecraftforge.oredict.OreIngredient@63a6afd2, net.minecraftforge.oredict.OreIngredient@1dd1eaa9]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 232 minecraft:leather_leggings nmd.primal.core.common.recipes.irecipe.EmptyRecipe@1db456ff +[16:58:30] [Server thread/TRACE] [FML]: Registry: 233 minecraft:leather_helmet nmd.primal.core.common.recipes.irecipe.EmptyRecipe@719b1b7b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 234 minecraft:leather_chestplate nmd.primal.core.common.recipes.irecipe.EmptyRecipe@654aec98 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 235 minecraft:leather_boots nmd.primal.core.common.recipes.irecipe.EmptyRecipe@181daad0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 242 minecraft:jungle_stairs RecipeStage{tier='one', recipe=4xtile.stairsWoodJungle@0:[net.minecraft.item.crafting.Ingredient@529a2d6f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@529a2d6f, net.minecraft.item.crafting.Ingredient@529a2d6f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@529a2d6f, net.minecraft.item.crafting.Ingredient@529a2d6f, net.minecraft.item.crafting.Ingredient@529a2d6f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 244 minecraft:jungle_fence_gate RecipeStage{tier='one', recipe=1xtile.jungleFenceGate@0:[net.minecraft.item.crafting.Ingredient@9588bd8, net.minecraft.item.crafting.Ingredient@75edfe9a, net.minecraft.item.crafting.Ingredient@9588bd8, net.minecraft.item.crafting.Ingredient@9588bd8, net.minecraft.item.crafting.Ingredient@75edfe9a, net.minecraft.item.crafting.Ingredient@9588bd8]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 245 minecraft:jungle_fence RecipeStage{tier='one', recipe=3xtile.jungleFence@0:[net.minecraft.item.crafting.Ingredient@5fe5f2f0, net.minecraft.item.crafting.Ingredient@7138e064, net.minecraft.item.crafting.Ingredient@5fe5f2f0, net.minecraft.item.crafting.Ingredient@5fe5f2f0, net.minecraft.item.crafting.Ingredient@7138e064, net.minecraft.item.crafting.Ingredient@5fe5f2f0]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 246 minecraft:jungle_door RecipeStage{tier='one', recipe=3xitem.doorJungle@0:[net.minecraft.item.crafting.Ingredient@e7c3ba2, net.minecraft.item.crafting.Ingredient@e7c3ba2, net.minecraft.item.crafting.Ingredient@e7c3ba2, net.minecraft.item.crafting.Ingredient@e7c3ba2, net.minecraft.item.crafting.Ingredient@e7c3ba2, net.minecraft.item.crafting.Ingredient@e7c3ba2]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 250 minecraft:iron_trapdoor RecipeStage{tier='two', recipe=1xtile.ironTrapdoor@0:[net.minecraftforge.oredict.OreIngredient@49d620e7, net.minecraftforge.oredict.OreIngredient@6c97993c, net.minecraftforge.oredict.OreIngredient@2168250e, net.minecraftforge.oredict.OreIngredient@139d13a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 255 minecraft:iron_leggings nmd.primal.core.common.recipes.irecipe.EmptyRecipe@40537a83 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 259 minecraft:iron_helmet nmd.primal.core.common.recipes.irecipe.EmptyRecipe@1be35d24 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 260 minecraft:iron_door RecipeStage{tier='two', recipe=3xitem.doorIron@0:[net.minecraftforge.oredict.OreIngredient@4de66cd, net.minecraftforge.oredict.OreIngredient@710f9c1e, net.minecraftforge.oredict.OreIngredient@6dc3f014, net.minecraftforge.oredict.OreIngredient@44cf220d, net.minecraftforge.oredict.OreIngredient@33d0cc57, net.minecraftforge.oredict.OreIngredient@3eb2595f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 261 minecraft:iron_chestplate nmd.primal.core.common.recipes.irecipe.EmptyRecipe@5a868b6a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 262 minecraft:iron_boots nmd.primal.core.common.recipes.irecipe.EmptyRecipe@295d7f31 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 266 minecraft:hopper_minecart RecipeStage{tier='three', recipe=1xitem.minecartHopper@0:[net.minecraft.item.crafting.Ingredient@7685912e, net.minecraft.item.crafting.Ingredient@3ea3b20d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 269 minecraft:hay_block RecipeStage{tier='zero', recipe=1xtile.hayBlock@0:[net.minecraft.item.crafting.Ingredient@323fa578, net.minecraft.item.crafting.Ingredient@323fa578, net.minecraft.item.crafting.Ingredient@323fa578, net.minecraft.item.crafting.Ingredient@323fa578, net.minecraft.item.crafting.Ingredient@323fa578, net.minecraft.item.crafting.Ingredient@323fa578, net.minecraft.item.crafting.Ingredient@323fa578, net.minecraft.item.crafting.Ingredient@323fa578, net.minecraft.item.crafting.Ingredient@323fa578]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 271 minecraft:green_stained_hardened_clay RecipeStage{tier='zero', recipe=8xtile.clayHardenedStained@13:[net.minecraft.item.crafting.Ingredient@7a2d676e, net.minecraft.item.crafting.Ingredient@7a2d676e, net.minecraft.item.crafting.Ingredient@7a2d676e, net.minecraft.item.crafting.Ingredient@7a2d676e, net.minecraftforge.oredict.OreIngredient@7a6e5034, net.minecraft.item.crafting.Ingredient@7a2d676e, net.minecraft.item.crafting.Ingredient@7a2d676e, net.minecraft.item.crafting.Ingredient@7a2d676e, net.minecraft.item.crafting.Ingredient@7a2d676e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 272 minecraft:green_stained_glass_pane RecipeStage{tier='two', recipe=12xtile.thinStainedGlass@13:[net.minecraftforge.oredict.OreIngredient@38790c01, net.minecraftforge.oredict.OreIngredient@629517c4, net.minecraftforge.oredict.OreIngredient@18745013, net.minecraftforge.oredict.OreIngredient@10134cd9, net.minecraftforge.oredict.OreIngredient@607a43de, net.minecraftforge.oredict.OreIngredient@2a9b4322]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 273 minecraft:green_stained_glass RecipeStage{tier='two', recipe=8xtile.stainedGlass@13:[net.minecraftforge.oredict.OreIngredient@10d57aaa, net.minecraftforge.oredict.OreIngredient@1aaa99ed, net.minecraftforge.oredict.OreIngredient@28fc5dd5, net.minecraftforge.oredict.OreIngredient@588e99bb, net.minecraftforge.oredict.OreIngredient@63b5b82a, net.minecraftforge.oredict.OreIngredient@2d1e2040, net.minecraftforge.oredict.OreIngredient@6746d2c3, net.minecraftforge.oredict.OreIngredient@4b29ccd1, net.minecraftforge.oredict.OreIngredient@5934976]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 274 minecraft:green_concrete_powder RecipeStage{tier='one', recipe=8xtile.concretePowder@13:[net.minecraftforge.oredict.OreIngredient@59d375a4, net.minecraft.item.crafting.Ingredient@7631fb3e, net.minecraft.item.crafting.Ingredient@3aede2ff, net.minecraft.item.crafting.Ingredient@ab5c335, net.minecraft.item.crafting.Ingredient@5769679b, net.minecraft.item.crafting.Ingredient@2ef89e43, net.minecraft.item.crafting.Ingredient@7bd76b79, net.minecraft.item.crafting.Ingredient@5fdfa35d, net.minecraft.item.crafting.Ingredient@43165282]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 275 minecraft:green_carpet RecipeStage{tier='two', recipe=3xtile.woolCarpet@13:[net.minecraftforge.oredict.OreIngredient@8d26497, net.minecraftforge.oredict.OreIngredient@d187e18]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 278 minecraft:green_banner RecipeStage{tier='two', recipe=1xtile.banner@2:[net.minecraftforge.oredict.OreIngredient@5a5e35d4, net.minecraftforge.oredict.OreIngredient@45ecc33e, net.minecraftforge.oredict.OreIngredient@378eeef3, net.minecraftforge.oredict.OreIngredient@31cdfb88, net.minecraftforge.oredict.OreIngredient@1a9688f0, net.minecraftforge.oredict.OreIngredient@39c04daf, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@79f9d512, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 280 minecraft:gray_stained_hardened_clay RecipeStage{tier='zero', recipe=8xtile.clayHardenedStained@7:[net.minecraft.item.crafting.Ingredient@3f60ba06, net.minecraft.item.crafting.Ingredient@3f60ba06, net.minecraft.item.crafting.Ingredient@3f60ba06, net.minecraft.item.crafting.Ingredient@3f60ba06, net.minecraftforge.oredict.OreIngredient@325f24b3, net.minecraft.item.crafting.Ingredient@3f60ba06, net.minecraft.item.crafting.Ingredient@3f60ba06, net.minecraft.item.crafting.Ingredient@3f60ba06, net.minecraft.item.crafting.Ingredient@3f60ba06]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 281 minecraft:gray_stained_glass_pane RecipeStage{tier='two', recipe=12xtile.thinStainedGlass@7:[net.minecraftforge.oredict.OreIngredient@5b926af, net.minecraftforge.oredict.OreIngredient@111b1086, net.minecraftforge.oredict.OreIngredient@55fe0e18, net.minecraftforge.oredict.OreIngredient@1ecfc2a8, net.minecraftforge.oredict.OreIngredient@528f1380, net.minecraftforge.oredict.OreIngredient@1bd9b677]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 282 minecraft:gray_stained_glass RecipeStage{tier='two', recipe=8xtile.stainedGlass@7:[net.minecraftforge.oredict.OreIngredient@3ef2f5da, net.minecraftforge.oredict.OreIngredient@5e48ba2e, net.minecraftforge.oredict.OreIngredient@74f1a174, net.minecraftforge.oredict.OreIngredient@224dcb93, net.minecraftforge.oredict.OreIngredient@b38a625, net.minecraftforge.oredict.OreIngredient@103ae4a6, net.minecraftforge.oredict.OreIngredient@69391dd4, net.minecraftforge.oredict.OreIngredient@25e44233, net.minecraftforge.oredict.OreIngredient@6ba3c124]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 284 minecraft:gray_concrete_powder RecipeStage{tier='one', recipe=8xtile.concretePowder@7:[net.minecraftforge.oredict.OreIngredient@a7f469c, net.minecraft.item.crafting.Ingredient@5963a2c9, net.minecraft.item.crafting.Ingredient@79143853, net.minecraft.item.crafting.Ingredient@541ea657, net.minecraft.item.crafting.Ingredient@7308e2d6, net.minecraft.item.crafting.Ingredient@37b97394, net.minecraft.item.crafting.Ingredient@6f371390, net.minecraft.item.crafting.Ingredient@4eba3c3f, net.minecraft.item.crafting.Ingredient@7a90796c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 285 minecraft:gray_carpet RecipeStage{tier='two', recipe=3xtile.woolCarpet@7:[net.minecraftforge.oredict.OreIngredient@7fa01c16, net.minecraftforge.oredict.OreIngredient@b9656d7]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 288 minecraft:gray_banner RecipeStage{tier='two', recipe=1xtile.banner@8:[net.minecraftforge.oredict.OreIngredient@34b8363, net.minecraftforge.oredict.OreIngredient@33502497, net.minecraftforge.oredict.OreIngredient@72e2e9f5, net.minecraftforge.oredict.OreIngredient@7dd8256d, net.minecraftforge.oredict.OreIngredient@2257e12e, net.minecraftforge.oredict.OreIngredient@10111d6f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@75d9e3d9, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 289 minecraft:granite RecipeStage{tier='tutorial', recipe=1xtile.stone@1:[net.minecraftforge.oredict.OreIngredient@49964342, net.minecraft.item.crafting.Ingredient@642270ad]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 294 minecraft:golden_leggings nmd.primal.core.common.recipes.irecipe.EmptyRecipe@6eaa5f12 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 296 minecraft:golden_helmet nmd.primal.core.common.recipes.irecipe.EmptyRecipe@72b6d657 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 297 minecraft:golden_chestplate nmd.primal.core.common.recipes.irecipe.EmptyRecipe@616c1f91 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 298 minecraft:golden_carrot RecipeStage{tier='two', recipe=1xitem.carrotGolden@0:[net.minecraft.item.crafting.Ingredient@75a0e0c2, net.minecraft.item.crafting.Ingredient@75a0e0c2, net.minecraft.item.crafting.Ingredient@75a0e0c2, net.minecraft.item.crafting.Ingredient@75a0e0c2, net.minecraft.item.crafting.Ingredient@4190b111, net.minecraft.item.crafting.Ingredient@75a0e0c2, net.minecraft.item.crafting.Ingredient@75a0e0c2, net.minecraft.item.crafting.Ingredient@75a0e0c2, net.minecraft.item.crafting.Ingredient@75a0e0c2]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 299 minecraft:golden_boots nmd.primal.core.common.recipes.irecipe.EmptyRecipe@3eb5203e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 301 minecraft:golden_apple RecipeStage{tier='two', recipe=1xitem.appleGold@0:[net.minecraftforge.oredict.OreIngredient@1ad43268, net.minecraftforge.oredict.OreIngredient@46a40e85, net.minecraftforge.oredict.OreIngredient@ae8bec8, net.minecraftforge.oredict.OreIngredient@1ebd651b, net.minecraft.item.crafting.Ingredient@7b2cd7ff, net.minecraftforge.oredict.OreIngredient@25c153d6, net.minecraftforge.oredict.OreIngredient@4377a1cd, net.minecraftforge.oredict.OreIngredient@ca64995, net.minecraftforge.oredict.OreIngredient@79c670a7]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 306 minecraft:glowstone RecipeStage{tier='three', recipe=1xtile.lightgem@0:[net.minecraftforge.oredict.OreIngredient@2561f889, net.minecraftforge.oredict.OreIngredient@5a58d50c, net.minecraftforge.oredict.OreIngredient@48ad4364, net.minecraftforge.oredict.OreIngredient@4ec0c93f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 309 minecraft:furnace_minecart RecipeStage{tier='three', recipe=1xitem.minecartFurnace@0:[net.minecraft.item.crafting.Ingredient@488ae823, net.minecraft.item.crafting.Ingredient@19b6b7e7]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 311 minecraft:flower_pot RecipeStage{tier='one', recipe=1xitem.flowerPot@0:[net.minecraft.item.crafting.Ingredient@3d123d10, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3d123d10, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3d123d10, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 312 minecraft:flint_and_steel RecipeStage{tier='two', recipe=1xitem.flintAndSteel@0:[net.minecraftforge.oredict.OreIngredient@1d2eb9fa, net.minecraft.item.crafting.Ingredient@4377b35b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 313 minecraft:fishing_rod RecipeStage{tier='two', recipe=1xitem.fishingRod@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4d54057b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@760cd442, net.minecraftforge.oredict.OreIngredient@18198dc4, net.minecraftforge.oredict.OreIngredient@70900654, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1d82aae0]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 314 minecraft:fire_charge RecipeStage{tier='three', recipe=3xitem.fireball@0:[net.minecraftforge.oredict.OreIngredient@d3cc3d6, net.minecraft.item.crafting.Ingredient@b0bd567, net.minecraft.item.crafting.Ingredient@7f8586f9]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 315 minecraft:fermented_spider_eye RecipeStage{tier='zero', recipe=1xitem.fermentedSpiderEye@0:[net.minecraft.item.crafting.Ingredient@9223122, net.minecraft.item.crafting.Ingredient@3c2b7322, net.minecraft.item.crafting.Ingredient@7731504]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 316 minecraft:fence_gate RecipeStage{tier='one', recipe=1xtile.fenceGate@0:[net.minecraft.item.crafting.Ingredient@23e0ef68, net.minecraft.item.crafting.Ingredient@7207cb8b, net.minecraft.item.crafting.Ingredient@23e0ef68, net.minecraft.item.crafting.Ingredient@23e0ef68, net.minecraft.item.crafting.Ingredient@7207cb8b, net.minecraft.item.crafting.Ingredient@23e0ef68]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 317 minecraft:fence RecipeStage{tier='one', recipe=3xtile.fence@0:[net.minecraft.item.crafting.Ingredient@505e8d48, net.minecraft.item.crafting.Ingredient@53628ff6, net.minecraft.item.crafting.Ingredient@505e8d48, net.minecraft.item.crafting.Ingredient@505e8d48, net.minecraft.item.crafting.Ingredient@53628ff6, net.minecraft.item.crafting.Ingredient@505e8d48]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 318 minecraft:ender_eye RecipeStage{tier='three', recipe=1xitem.eyeOfEnder@0:[net.minecraftforge.oredict.OreIngredient@599f1818, net.minecraft.item.crafting.Ingredient@5926f291]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 320 minecraft:end_rod RecipeStage{tier='four', recipe=4xtile.endRod@0:[net.minecraft.item.crafting.Ingredient@37b0a724, net.minecraft.item.crafting.Ingredient@4a6c33a0]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 321 minecraft:end_crystal RecipeStage{tier='four', recipe=1xitem.end_crystal@0:[net.minecraftforge.oredict.OreIngredient@29cd07d9, net.minecraftforge.oredict.OreIngredient@21107daa, net.minecraftforge.oredict.OreIngredient@4ad9282d, net.minecraftforge.oredict.OreIngredient@6ba7b6b6, net.minecraft.item.crafting.Ingredient@1fce17b8, net.minecraftforge.oredict.OreIngredient@2a1597d4, net.minecraftforge.oredict.OreIngredient@84a5211, net.minecraft.item.crafting.Ingredient@24c6a471, net.minecraftforge.oredict.OreIngredient@bd18b75]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 322 minecraft:end_bricks RecipeStage{tier='four', recipe=4xtile.endBricks@0:[net.minecraft.item.crafting.Ingredient@36ba9aa3, net.minecraft.item.crafting.Ingredient@36ba9aa3, net.minecraft.item.crafting.Ingredient@36ba9aa3, net.minecraft.item.crafting.Ingredient@36ba9aa3]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 326 minecraft:dropper RecipeStage{tier='three', recipe=1xtile.dropper@0:[net.minecraftforge.oredict.OreIngredient@6cf7c56e, net.minecraftforge.oredict.OreIngredient@46b28dd5, net.minecraftforge.oredict.OreIngredient@3e624662, net.minecraftforge.oredict.OreIngredient@61e3a09b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@33edd57c, net.minecraftforge.oredict.OreIngredient@61e32af1, net.minecraftforge.oredict.OreIngredient@4d9e31f9, net.minecraftforge.oredict.OreIngredient@3185b7a9]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 327 minecraft:dispenser RecipeStage{tier='three', recipe=1xtile.dispenser@0:[net.minecraftforge.oredict.OreIngredient@6c9ec2d0, net.minecraftforge.oredict.OreIngredient@14d2d910, net.minecraftforge.oredict.OreIngredient@28ff238a, net.minecraftforge.oredict.OreIngredient@34dbf1c3, net.minecraft.item.crafting.Ingredient@5524e471, net.minecraftforge.oredict.OreIngredient@2ec92dca, net.minecraftforge.oredict.OreIngredient@2cd16b5a, net.minecraftforge.oredict.OreIngredient@7d63fe39, net.minecraftforge.oredict.OreIngredient@165d4dbf]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 328 minecraft:diorite RecipeStage{tier='tutorial', recipe=2xtile.stone@3:[net.minecraftforge.oredict.OreIngredient@719d95c3, net.minecraft.item.crafting.Ingredient@142ac60e, net.minecraft.item.crafting.Ingredient@142ac60e, net.minecraftforge.oredict.OreIngredient@56b1ab11]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 329 minecraft:diamond_sword RecipeStage{tier='five', recipe=1xitem.swordDiamond@0:[net.minecraftforge.oredict.OreIngredient@344115c8, net.minecraftforge.oredict.OreIngredient@488d864a, net.minecraftforge.oredict.OreIngredient@55233115]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 330 minecraft:diamond_shovel RecipeStage{tier='five', recipe=1xitem.shovelDiamond@0:[net.minecraftforge.oredict.OreIngredient@e91e183, net.minecraftforge.oredict.OreIngredient@32c24acc, net.minecraftforge.oredict.OreIngredient@16592508]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 331 minecraft:diamond_pickaxe RecipeStage{tier='five', recipe=1xitem.pickaxeDiamond@0:[net.minecraftforge.oredict.OreIngredient@5a3e154f, net.minecraftforge.oredict.OreIngredient@5ba26a72, net.minecraftforge.oredict.OreIngredient@7b16cfe0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@24b8c4ef, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@e06395a, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 332 minecraft:diamond_leggings nmd.primal.core.common.recipes.irecipe.EmptyRecipe@5b73c9da +[16:58:30] [Server thread/TRACE] [FML]: Registry: 333 minecraft:diamond_hoe RecipeStage{tier='five', recipe=1xitem.hoeDiamond@0:[net.minecraftforge.oredict.OreIngredient@183fd167, net.minecraftforge.oredict.OreIngredient@1dfe2f7f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5676c24d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@62c2159e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 334 minecraft:diamond_helmet nmd.primal.core.common.recipes.irecipe.EmptyRecipe@6539000a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 335 minecraft:diamond_chestplate nmd.primal.core.common.recipes.irecipe.EmptyRecipe@5d46dba +[16:58:30] [Server thread/TRACE] [FML]: Registry: 336 minecraft:diamond_boots nmd.primal.core.common.recipes.irecipe.EmptyRecipe@573301df +[16:58:30] [Server thread/TRACE] [FML]: Registry: 338 minecraft:diamond_axe RecipeStage{tier='five', recipe=1xitem.hatchetDiamond@0:[net.minecraftforge.oredict.OreIngredient@364e3b92, net.minecraftforge.oredict.OreIngredient@2b957897, net.minecraftforge.oredict.OreIngredient@48c2de72, net.minecraftforge.oredict.OreIngredient@5ea54ca4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@19f07e49]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 341 minecraft:daylight_detector RecipeStage{tier='three', recipe=1xtile.daylightDetector@0:[net.minecraftforge.oredict.OreIngredient@579b9102, net.minecraftforge.oredict.OreIngredient@4dca376f, net.minecraftforge.oredict.OreIngredient@f056ae, net.minecraft.item.crafting.Ingredient@1009a9b4, net.minecraft.item.crafting.Ingredient@1009a9b4, net.minecraft.item.crafting.Ingredient@1009a9b4, net.minecraft.item.crafting.Ingredient@55154761, net.minecraft.item.crafting.Ingredient@55154761, net.minecraft.item.crafting.Ingredient@55154761]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 342 minecraft:dark_prismarine RecipeStage{tier='zero', recipe=1xtile.prismarine@2:[net.minecraftforge.oredict.OreIngredient@6a6e6af3, net.minecraftforge.oredict.OreIngredient@61f6f53d, net.minecraftforge.oredict.OreIngredient@7d1bd723, net.minecraftforge.oredict.OreIngredient@7fdcbb08, net.minecraftforge.oredict.OreIngredient@66fc6ff2, net.minecraftforge.oredict.OreIngredient@30f5310d, net.minecraftforge.oredict.OreIngredient@13f44aff, net.minecraftforge.oredict.OreIngredient@9eab772, net.minecraftforge.oredict.OreIngredient@c6cca42]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 344 minecraft:dark_oak_stairs RecipeStage{tier='one', recipe=4xtile.stairsWoodDarkOak@0:[net.minecraft.item.crafting.Ingredient@75b57ecd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@75b57ecd, net.minecraft.item.crafting.Ingredient@75b57ecd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@75b57ecd, net.minecraft.item.crafting.Ingredient@75b57ecd, net.minecraft.item.crafting.Ingredient@75b57ecd]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 346 minecraft:dark_oak_fence_gate RecipeStage{tier='one', recipe=1xtile.darkOakFenceGate@0:[net.minecraft.item.crafting.Ingredient@4221663d, net.minecraft.item.crafting.Ingredient@3ebfe048, net.minecraft.item.crafting.Ingredient@4221663d, net.minecraft.item.crafting.Ingredient@4221663d, net.minecraft.item.crafting.Ingredient@3ebfe048, net.minecraft.item.crafting.Ingredient@4221663d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 347 minecraft:dark_oak_fence RecipeStage{tier='one', recipe=3xtile.darkOakFence@0:[net.minecraft.item.crafting.Ingredient@47b4fcd5, net.minecraft.item.crafting.Ingredient@3c971473, net.minecraft.item.crafting.Ingredient@47b4fcd5, net.minecraft.item.crafting.Ingredient@47b4fcd5, net.minecraft.item.crafting.Ingredient@3c971473, net.minecraft.item.crafting.Ingredient@47b4fcd5]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 348 minecraft:dark_oak_door RecipeStage{tier='one', recipe=3xitem.doorDarkOak@0:[net.minecraft.item.crafting.Ingredient@26abee34, net.minecraft.item.crafting.Ingredient@26abee34, net.minecraft.item.crafting.Ingredient@26abee34, net.minecraft.item.crafting.Ingredient@26abee34, net.minecraft.item.crafting.Ingredient@26abee34, net.minecraft.item.crafting.Ingredient@26abee34]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 351 minecraft:cyan_stained_hardened_clay RecipeStage{tier='zero', recipe=8xtile.clayHardenedStained@9:[net.minecraft.item.crafting.Ingredient@126320a8, net.minecraft.item.crafting.Ingredient@126320a8, net.minecraft.item.crafting.Ingredient@126320a8, net.minecraft.item.crafting.Ingredient@126320a8, net.minecraftforge.oredict.OreIngredient@78179ea1, net.minecraft.item.crafting.Ingredient@126320a8, net.minecraft.item.crafting.Ingredient@126320a8, net.minecraft.item.crafting.Ingredient@126320a8, net.minecraft.item.crafting.Ingredient@126320a8]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 352 minecraft:cyan_stained_glass_pane RecipeStage{tier='two', recipe=12xtile.thinStainedGlass@9:[net.minecraftforge.oredict.OreIngredient@1243653b, net.minecraftforge.oredict.OreIngredient@406534df, net.minecraftforge.oredict.OreIngredient@33ef91e0, net.minecraftforge.oredict.OreIngredient@7749f3aa, net.minecraftforge.oredict.OreIngredient@7eaa3ac5, net.minecraftforge.oredict.OreIngredient@17803a03]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 353 minecraft:cyan_stained_glass RecipeStage{tier='two', recipe=8xtile.stainedGlass@9:[net.minecraftforge.oredict.OreIngredient@582fd982, net.minecraftforge.oredict.OreIngredient@6043a58e, net.minecraftforge.oredict.OreIngredient@4f10d751, net.minecraftforge.oredict.OreIngredient@59d6bc92, net.minecraftforge.oredict.OreIngredient@7f139de3, net.minecraftforge.oredict.OreIngredient@281285a, net.minecraftforge.oredict.OreIngredient@4b62cd04, net.minecraftforge.oredict.OreIngredient@27bccad6, net.minecraftforge.oredict.OreIngredient@44a3b747]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 355 minecraft:cyan_concrete_powder RecipeStage{tier='one', recipe=8xtile.concretePowder@9:[net.minecraftforge.oredict.OreIngredient@5317f88e, net.minecraft.item.crafting.Ingredient@76737130, net.minecraft.item.crafting.Ingredient@6a2d1f6d, net.minecraft.item.crafting.Ingredient@6f2a13c7, net.minecraft.item.crafting.Ingredient@c581e65, net.minecraft.item.crafting.Ingredient@61cf142f, net.minecraft.item.crafting.Ingredient@631bb90c, net.minecraft.item.crafting.Ingredient@5c902a83, net.minecraft.item.crafting.Ingredient@10f7bc42]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 356 minecraft:cyan_carpet RecipeStage{tier='two', recipe=3xtile.woolCarpet@9:[net.minecraftforge.oredict.OreIngredient@ad76424, net.minecraftforge.oredict.OreIngredient@198c2113]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 359 minecraft:cyan_banner RecipeStage{tier='two', recipe=1xtile.banner@6:[net.minecraftforge.oredict.OreIngredient@42320d5d, net.minecraftforge.oredict.OreIngredient@73a03a74, net.minecraftforge.oredict.OreIngredient@51bdb53d, net.minecraftforge.oredict.OreIngredient@aa0d26c, net.minecraftforge.oredict.OreIngredient@58aa7e80, net.minecraftforge.oredict.OreIngredient@2aab8c7b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1683d04e, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 363 minecraft:comparator RecipeStage{tier='three', recipe=1xitem.comparator@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@34f4fd04, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@34f4fd04, net.minecraft.item.crafting.Ingredient@445265b0, net.minecraft.item.crafting.Ingredient@34f4fd04, net.minecraftforge.oredict.OreIngredient@70f9d784, net.minecraftforge.oredict.OreIngredient@6c10f5e, net.minecraftforge.oredict.OreIngredient@a9852ae]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 364 minecraft:cobblestone_wall RecipeStage{tier='zero', recipe=6xtile.cobbleWall@0:[net.minecraft.item.crafting.Ingredient@7a461744, net.minecraft.item.crafting.Ingredient@7a461744, net.minecraft.item.crafting.Ingredient@7a461744, net.minecraft.item.crafting.Ingredient@7a461744, net.minecraft.item.crafting.Ingredient@7a461744, net.minecraft.item.crafting.Ingredient@7a461744]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 366 minecraft:coarse_dirt RecipeStage{tier='tutorial', recipe=4xtile.dirt@1:[net.minecraft.item.crafting.Ingredient@26ab3c1b, net.minecraft.item.crafting.Ingredient@98dc042, net.minecraft.item.crafting.Ingredient@98dc042, net.minecraft.item.crafting.Ingredient@26ab3c1b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 372 minecraft:chiseled_sandstone RecipeStage{tier='zero', recipe=1xtile.sandStone@1:[net.minecraft.item.crafting.Ingredient@4b50ebea, net.minecraft.item.crafting.Ingredient@4b50ebea]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 373 minecraft:chiseled_red_sandstone RecipeStage{tier='zero', recipe=1xtile.redSandStone@1:[net.minecraft.item.crafting.Ingredient@31fd3db2, net.minecraft.item.crafting.Ingredient@31fd3db2]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 374 minecraft:chiseled_quartz_block RecipeStage{tier='three', recipe=1xtile.quartzBlock@1:[net.minecraft.item.crafting.Ingredient@75375bb0, net.minecraft.item.crafting.Ingredient@75375bb0]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 375 minecraft:chest_minecart RecipeStage{tier='three', recipe=1xitem.minecartChest@0:[net.minecraftforge.oredict.OreIngredient@7d5dbde2, net.minecraft.item.crafting.Ingredient@2845fd12]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 377 minecraft:cauldron RecipeStage{tier='two', recipe=1xitem.cauldron@0:[net.minecraftforge.oredict.OreIngredient@43eba1cf, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5ff2e918, net.minecraftforge.oredict.OreIngredient@784da49d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@990e894, net.minecraftforge.oredict.OreIngredient@17ebc5b0, net.minecraftforge.oredict.OreIngredient@5f19547c, net.minecraftforge.oredict.OreIngredient@4a657a4e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 378 minecraft:carrot_on_a_stick RecipeStage{tier='two', recipe=1xitem.carrotOnAStick@0:[net.minecraft.item.crafting.Ingredient@4d099a37, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@398a27e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 382 minecraft:brown_stained_hardened_clay RecipeStage{tier='zero', recipe=8xtile.clayHardenedStained@12:[net.minecraft.item.crafting.Ingredient@23c3f787, net.minecraft.item.crafting.Ingredient@23c3f787, net.minecraft.item.crafting.Ingredient@23c3f787, net.minecraft.item.crafting.Ingredient@23c3f787, net.minecraftforge.oredict.OreIngredient@2f0a3eaf, net.minecraft.item.crafting.Ingredient@23c3f787, net.minecraft.item.crafting.Ingredient@23c3f787, net.minecraft.item.crafting.Ingredient@23c3f787, net.minecraft.item.crafting.Ingredient@23c3f787]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 383 minecraft:brown_stained_glass_pane RecipeStage{tier='two', recipe=12xtile.thinStainedGlass@12:[net.minecraftforge.oredict.OreIngredient@1858a3b6, net.minecraftforge.oredict.OreIngredient@42125cbc, net.minecraftforge.oredict.OreIngredient@4a5a0178, net.minecraftforge.oredict.OreIngredient@345bb1da, net.minecraftforge.oredict.OreIngredient@69c3f1f4, net.minecraftforge.oredict.OreIngredient@3964b7cc]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 384 minecraft:brown_stained_glass RecipeStage{tier='two', recipe=8xtile.stainedGlass@12:[net.minecraftforge.oredict.OreIngredient@23af2059, net.minecraftforge.oredict.OreIngredient@4a138097, net.minecraftforge.oredict.OreIngredient@3c298470, net.minecraftforge.oredict.OreIngredient@20ef9eee, net.minecraftforge.oredict.OreIngredient@7a98cf42, net.minecraftforge.oredict.OreIngredient@2cd9efbe, net.minecraftforge.oredict.OreIngredient@5c23e451, net.minecraftforge.oredict.OreIngredient@e709d5, net.minecraftforge.oredict.OreIngredient@3cb93454]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 385 minecraft:brown_concrete_powder RecipeStage{tier='one', recipe=8xtile.concretePowder@12:[net.minecraftforge.oredict.OreIngredient@5ffe9862, net.minecraft.item.crafting.Ingredient@6311898c, net.minecraft.item.crafting.Ingredient@7ea0438c, net.minecraft.item.crafting.Ingredient@3831fb48, net.minecraft.item.crafting.Ingredient@7083e548, net.minecraft.item.crafting.Ingredient@1f315f3d, net.minecraft.item.crafting.Ingredient@63f1d374, net.minecraft.item.crafting.Ingredient@54ad9ff9, net.minecraft.item.crafting.Ingredient@3b6b9981]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 386 minecraft:brown_carpet RecipeStage{tier='two', recipe=3xtile.woolCarpet@12:[net.minecraftforge.oredict.OreIngredient@1c3cfea0, net.minecraftforge.oredict.OreIngredient@24ade553]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 389 minecraft:brown_banner RecipeStage{tier='two', recipe=1xtile.banner@3:[net.minecraftforge.oredict.OreIngredient@786d2cca, net.minecraftforge.oredict.OreIngredient@6b12c007, net.minecraftforge.oredict.OreIngredient@519eb6d8, net.minecraftforge.oredict.OreIngredient@6fd4cfbe, net.minecraftforge.oredict.OreIngredient@7eceb5f2, net.minecraftforge.oredict.OreIngredient@3a150d4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@27ad0e0e, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 390 minecraft:brick_stairs RecipeStage{tier='one', recipe=4xtile.stairsBrick@0:[net.minecraft.item.crafting.Ingredient@32f35739, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@32f35739, net.minecraft.item.crafting.Ingredient@32f35739, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@32f35739, net.minecraft.item.crafting.Ingredient@32f35739, net.minecraft.item.crafting.Ingredient@32f35739]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 393 minecraft:brewing_stand RecipeStage{tier='three', recipe=1xitem.brewingStand@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@41843b88, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6ecd9c7a, net.minecraftforge.oredict.OreIngredient@65a7c574, net.minecraftforge.oredict.OreIngredient@6c890ee4]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 396 minecraft:bow RecipeStage{tier='two', recipe=1xitem.bow@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5ebae4e1, net.minecraftforge.oredict.OreIngredient@205fecab, net.minecraftforge.oredict.OreIngredient@3f452bb6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@440514ba, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4d116d37, net.minecraftforge.oredict.OreIngredient@12f4fa8a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 401 minecraft:bone_block RecipeStage{tier='tutorial', recipe=1xtile.boneBlock@0:[net.minecraft.item.crafting.Ingredient@3ce74930, net.minecraft.item.crafting.Ingredient@3ce74930, net.minecraft.item.crafting.Ingredient@3ce74930, net.minecraft.item.crafting.Ingredient@3ce74930, net.minecraft.item.crafting.Ingredient@3ce74930, net.minecraft.item.crafting.Ingredient@3ce74930, net.minecraft.item.crafting.Ingredient@3ce74930, net.minecraft.item.crafting.Ingredient@3ce74930, net.minecraft.item.crafting.Ingredient@3ce74930]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 404 minecraft:blue_stained_hardened_clay RecipeStage{tier='zero', recipe=8xtile.clayHardenedStained@11:[net.minecraft.item.crafting.Ingredient@456c6754, net.minecraft.item.crafting.Ingredient@456c6754, net.minecraft.item.crafting.Ingredient@456c6754, net.minecraft.item.crafting.Ingredient@456c6754, net.minecraftforge.oredict.OreIngredient@4e09f913, net.minecraft.item.crafting.Ingredient@456c6754, net.minecraft.item.crafting.Ingredient@456c6754, net.minecraft.item.crafting.Ingredient@456c6754, net.minecraft.item.crafting.Ingredient@456c6754]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 405 minecraft:blue_stained_glass_pane RecipeStage{tier='two', recipe=12xtile.thinStainedGlass@11:[net.minecraftforge.oredict.OreIngredient@ce870d5, net.minecraftforge.oredict.OreIngredient@462ee45c, net.minecraftforge.oredict.OreIngredient@6a98533d, net.minecraftforge.oredict.OreIngredient@6bd8fe1c, net.minecraftforge.oredict.OreIngredient@24f9556a, net.minecraftforge.oredict.OreIngredient@15c449ad]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 406 minecraft:blue_stained_glass RecipeStage{tier='two', recipe=8xtile.stainedGlass@11:[net.minecraftforge.oredict.OreIngredient@3d6de193, net.minecraftforge.oredict.OreIngredient@1169d03c, net.minecraftforge.oredict.OreIngredient@7f55857e, net.minecraftforge.oredict.OreIngredient@486b2218, net.minecraftforge.oredict.OreIngredient@1a5823ff, net.minecraftforge.oredict.OreIngredient@45efe8b8, net.minecraftforge.oredict.OreIngredient@1642fb0e, net.minecraftforge.oredict.OreIngredient@7a8603c, net.minecraftforge.oredict.OreIngredient@5cb4eced]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 407 minecraft:blue_concrete_powder RecipeStage{tier='one', recipe=8xtile.concretePowder@11:[net.minecraftforge.oredict.OreIngredient@66a475eb, net.minecraft.item.crafting.Ingredient@4f9e32f2, net.minecraft.item.crafting.Ingredient@432e242d, net.minecraft.item.crafting.Ingredient@537360e3, net.minecraft.item.crafting.Ingredient@70f5f6c7, net.minecraft.item.crafting.Ingredient@4ec25389, net.minecraft.item.crafting.Ingredient@7cff1930, net.minecraft.item.crafting.Ingredient@34c31a34, net.minecraft.item.crafting.Ingredient@6b5f91a5]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 408 minecraft:blue_carpet RecipeStage{tier='two', recipe=3xtile.woolCarpet@11:[net.minecraftforge.oredict.OreIngredient@673f68ba, net.minecraftforge.oredict.OreIngredient@23524de1]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 411 minecraft:blue_banner RecipeStage{tier='two', recipe=1xtile.banner@4:[net.minecraftforge.oredict.OreIngredient@56501c61, net.minecraftforge.oredict.OreIngredient@36140de2, net.minecraftforge.oredict.OreIngredient@64fd863b, net.minecraftforge.oredict.OreIngredient@26308f8f, net.minecraftforge.oredict.OreIngredient@70553c3c, net.minecraftforge.oredict.OreIngredient@663854c9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6efcca6b, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 414 minecraft:black_stained_hardened_clay RecipeStage{tier='zero', recipe=8xtile.clayHardenedStained@15:[net.minecraft.item.crafting.Ingredient@373e09c7, net.minecraft.item.crafting.Ingredient@373e09c7, net.minecraft.item.crafting.Ingredient@373e09c7, net.minecraft.item.crafting.Ingredient@373e09c7, net.minecraftforge.oredict.OreIngredient@31c58dd4, net.minecraft.item.crafting.Ingredient@373e09c7, net.minecraft.item.crafting.Ingredient@373e09c7, net.minecraft.item.crafting.Ingredient@373e09c7, net.minecraft.item.crafting.Ingredient@373e09c7]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 415 minecraft:black_stained_glass_pane RecipeStage{tier='two', recipe=12xtile.thinStainedGlass@15:[net.minecraftforge.oredict.OreIngredient@39e2b615, net.minecraftforge.oredict.OreIngredient@6649c9f9, net.minecraftforge.oredict.OreIngredient@b363a63, net.minecraftforge.oredict.OreIngredient@1680bdfc, net.minecraftforge.oredict.OreIngredient@3a7ef327, net.minecraftforge.oredict.OreIngredient@1250e390]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 416 minecraft:black_stained_glass RecipeStage{tier='two', recipe=8xtile.stainedGlass@15:[net.minecraftforge.oredict.OreIngredient@280f369b, net.minecraftforge.oredict.OreIngredient@3b73013b, net.minecraftforge.oredict.OreIngredient@76d92ab9, net.minecraftforge.oredict.OreIngredient@63800b91, net.minecraftforge.oredict.OreIngredient@326a5294, net.minecraftforge.oredict.OreIngredient@11b3f73b, net.minecraftforge.oredict.OreIngredient@2e808b56, net.minecraftforge.oredict.OreIngredient@4d3fd194, net.minecraftforge.oredict.OreIngredient@2da1d455]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 417 minecraft:black_concrete_powder RecipeStage{tier='one', recipe=8xtile.concretePowder@15:[net.minecraftforge.oredict.OreIngredient@23a5f4f5, net.minecraft.item.crafting.Ingredient@4bb4adf7, net.minecraft.item.crafting.Ingredient@11544ddd, net.minecraft.item.crafting.Ingredient@38e46ea, net.minecraft.item.crafting.Ingredient@116f823c, net.minecraft.item.crafting.Ingredient@7f5a5ef3, net.minecraft.item.crafting.Ingredient@4c53ce60, net.minecraft.item.crafting.Ingredient@3d1b6816, net.minecraft.item.crafting.Ingredient@508863eb]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 418 minecraft:black_carpet RecipeStage{tier='two', recipe=3xtile.woolCarpet@15:[net.minecraftforge.oredict.OreIngredient@95511ec, net.minecraftforge.oredict.OreIngredient@3a55d223]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 421 minecraft:black_banner RecipeStage{tier='two', recipe=1xtile.banner@0:[net.minecraftforge.oredict.OreIngredient@4acb821d, net.minecraftforge.oredict.OreIngredient@447d9c87, net.minecraftforge.oredict.OreIngredient@78324043, net.minecraftforge.oredict.OreIngredient@7ed0c60e, net.minecraftforge.oredict.OreIngredient@689d68a3, net.minecraftforge.oredict.OreIngredient@402c5893, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2a76388d, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 423 minecraft:birch_stairs RecipeStage{tier='one', recipe=4xtile.stairsWoodBirch@0:[net.minecraft.item.crafting.Ingredient@fcdeb50, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@fcdeb50, net.minecraft.item.crafting.Ingredient@fcdeb50, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@fcdeb50, net.minecraft.item.crafting.Ingredient@fcdeb50, net.minecraft.item.crafting.Ingredient@fcdeb50]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 425 minecraft:birch_fence_gate RecipeStage{tier='one', recipe=1xtile.birchFenceGate@0:[net.minecraft.item.crafting.Ingredient@11a9f958, net.minecraft.item.crafting.Ingredient@7585531b, net.minecraft.item.crafting.Ingredient@11a9f958, net.minecraft.item.crafting.Ingredient@11a9f958, net.minecraft.item.crafting.Ingredient@7585531b, net.minecraft.item.crafting.Ingredient@11a9f958]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 426 minecraft:birch_fence RecipeStage{tier='one', recipe=3xtile.birchFence@0:[net.minecraft.item.crafting.Ingredient@33c5d3e, net.minecraft.item.crafting.Ingredient@cf6a6eb, net.minecraft.item.crafting.Ingredient@33c5d3e, net.minecraft.item.crafting.Ingredient@33c5d3e, net.minecraft.item.crafting.Ingredient@cf6a6eb, net.minecraft.item.crafting.Ingredient@33c5d3e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 427 minecraft:birch_door RecipeStage{tier='one', recipe=3xitem.doorBirch@0:[net.minecraft.item.crafting.Ingredient@6f272dc4, net.minecraft.item.crafting.Ingredient@6f272dc4, net.minecraft.item.crafting.Ingredient@6f272dc4, net.minecraft.item.crafting.Ingredient@6f272dc4, net.minecraft.item.crafting.Ingredient@6f272dc4, net.minecraft.item.crafting.Ingredient@6f272dc4]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 430 minecraft:beacon RecipeStage{tier='three', recipe=1xtile.beacon@0:[net.minecraftforge.oredict.OreIngredient@52ee6b7b, net.minecraftforge.oredict.OreIngredient@51b5c9f5, net.minecraftforge.oredict.OreIngredient@737ffb90, net.minecraftforge.oredict.OreIngredient@68560722, net.minecraftforge.oredict.OreIngredient@49c20ce0, net.minecraftforge.oredict.OreIngredient@36479e4c, net.minecraft.item.crafting.Ingredient@28d48616, net.minecraft.item.crafting.Ingredient@28d48616, net.minecraft.item.crafting.Ingredient@28d48616]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 432 minecraft:armor_stand RecipeStage{tier='two', recipe=1xitem.armorStand@0:[net.minecraftforge.oredict.OreIngredient@3ba38aa0, net.minecraftforge.oredict.OreIngredient@311cd666, net.minecraftforge.oredict.OreIngredient@498f1312, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5233aa23, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7562cc4f, net.minecraft.item.crafting.Ingredient@61236349, net.minecraftforge.oredict.OreIngredient@229a8b63]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 433 minecraft:anvil RecipeStage{tier='two', recipe=1xtile.anvil@0:[net.minecraft.item.crafting.Ingredient@38379575, net.minecraft.item.crafting.Ingredient@38379575, net.minecraft.item.crafting.Ingredient@38379575, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@133c1ba1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5c11d957, net.minecraftforge.oredict.OreIngredient@3f72762e, net.minecraftforge.oredict.OreIngredient@49453330]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 434 minecraft:andesite RecipeStage{tier='tutorial', recipe=2xtile.stone@5:[net.minecraftforge.oredict.OreIngredient@3ad7c8aa, net.minecraftforge.oredict.OreIngredient@685e75c6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 437 minecraft:acacia_stairs RecipeStage{tier='one', recipe=4xtile.stairsWoodAcacia@0:[net.minecraft.item.crafting.Ingredient@fb79241, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@fb79241, net.minecraft.item.crafting.Ingredient@fb79241, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@fb79241, net.minecraft.item.crafting.Ingredient@fb79241, net.minecraft.item.crafting.Ingredient@fb79241]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 439 minecraft:acacia_fence_gate RecipeStage{tier='one', recipe=1xtile.acaciaFenceGate@0:[net.minecraft.item.crafting.Ingredient@154ea177, net.minecraft.item.crafting.Ingredient@30c0993e, net.minecraft.item.crafting.Ingredient@154ea177, net.minecraft.item.crafting.Ingredient@154ea177, net.minecraft.item.crafting.Ingredient@30c0993e, net.minecraft.item.crafting.Ingredient@154ea177]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 440 minecraft:acacia_fence RecipeStage{tier='one', recipe=3xtile.acaciaFence@0:[net.minecraft.item.crafting.Ingredient@520b547c, net.minecraft.item.crafting.Ingredient@33a1bb90, net.minecraft.item.crafting.Ingredient@520b547c, net.minecraft.item.crafting.Ingredient@520b547c, net.minecraft.item.crafting.Ingredient@33a1bb90, net.minecraft.item.crafting.Ingredient@520b547c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 441 minecraft:acacia_door RecipeStage{tier='one', recipe=3xitem.doorAcacia@0:[net.minecraft.item.crafting.Ingredient@2e03b52f, net.minecraft.item.crafting.Ingredient@2e03b52f, net.minecraft.item.crafting.Ingredient@2e03b52f, net.minecraft.item.crafting.Ingredient@2e03b52f, net.minecraft.item.crafting.Ingredient@2e03b52f, net.minecraft.item.crafting.Ingredient@2e03b52f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 452 improvedbackpacks:backpack_dyeing_white ru.poopycoders.improvedbackpacks.init.recipes.RecipeBackpackDye@42b9a265 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 453 improvedbackpacks:backpack_dyeing_orange ru.poopycoders.improvedbackpacks.init.recipes.RecipeBackpackDye@362a16c0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 454 improvedbackpacks:backpack_dyeing_magenta ru.poopycoders.improvedbackpacks.init.recipes.RecipeBackpackDye@3bdcb943 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 455 improvedbackpacks:backpack_dyeing_light_blue ru.poopycoders.improvedbackpacks.init.recipes.RecipeBackpackDye@465f1120 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 456 improvedbackpacks:backpack_dyeing_yellow ru.poopycoders.improvedbackpacks.init.recipes.RecipeBackpackDye@49fa3904 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 457 improvedbackpacks:backpack_dyeing_lime ru.poopycoders.improvedbackpacks.init.recipes.RecipeBackpackDye@2f00baed +[16:58:30] [Server thread/TRACE] [FML]: Registry: 458 improvedbackpacks:backpack_dyeing_pink ru.poopycoders.improvedbackpacks.init.recipes.RecipeBackpackDye@71c808ef +[16:58:30] [Server thread/TRACE] [FML]: Registry: 459 improvedbackpacks:backpack_dyeing_gray ru.poopycoders.improvedbackpacks.init.recipes.RecipeBackpackDye@4fa0d1e7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 460 improvedbackpacks:backpack_dyeing_silver ru.poopycoders.improvedbackpacks.init.recipes.RecipeBackpackDye@570af30e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 461 improvedbackpacks:backpack_dyeing_cyan ru.poopycoders.improvedbackpacks.init.recipes.RecipeBackpackDye@7df7ecd0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 462 improvedbackpacks:backpack_dyeing_purple ru.poopycoders.improvedbackpacks.init.recipes.RecipeBackpackDye@4cc90cf1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 463 improvedbackpacks:backpack_dyeing_blue ru.poopycoders.improvedbackpacks.init.recipes.RecipeBackpackDye@5afc366 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 464 improvedbackpacks:backpack_dyeing_brown ru.poopycoders.improvedbackpacks.init.recipes.RecipeBackpackDye@5bdd25e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 465 improvedbackpacks:backpack_dyeing_green ru.poopycoders.improvedbackpacks.init.recipes.RecipeBackpackDye@476e3f55 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 466 improvedbackpacks:backpack_dyeing_red ru.poopycoders.improvedbackpacks.init.recipes.RecipeBackpackDye@43c40dcd +[16:58:30] [Server thread/TRACE] [FML]: Registry: 467 improvedbackpacks:backpack_dyeing_black ru.poopycoders.improvedbackpacks.init.recipes.RecipeBackpackDye@380b5220 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 468 improvedbackpacks:backpack_upgrading ru.poopycoders.improvedbackpacks.init.recipes.RecipeBackpackUpgrade@60045020 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 469 quantumstorage:quantum_tank RecipeStage{tier='five', recipe=1xtile.quantumstorage.quantum_tank@0:[net.minecraft.item.crafting.Ingredient@73b582ba, net.minecraft.item.crafting.Ingredient@73b582ba, net.minecraft.item.crafting.Ingredient@73b582ba, net.minecraft.item.crafting.Ingredient@640a30d3, net.minecraft.item.crafting.Ingredient@39d1989d, net.minecraft.item.crafting.Ingredient@640a30d3, net.minecraft.item.crafting.Ingredient@640a30d3, net.minecraft.item.crafting.Ingredient@640a30d3, net.minecraft.item.crafting.Ingredient@640a30d3]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 470 quantumstorage:quantum_tank_1 RecipeStage{tier='five', recipe=1xtile.quantumstorage.quantum_tank@0:[net.minecraft.item.crafting.Ingredient@4c7a71d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 471 quantumstorage:crater RecipeStage{tier='five', recipe=1xtile.quantumstorage.crater@0:[net.minecraft.item.crafting.Ingredient@bf83041, net.minecraft.item.crafting.Ingredient@68c7c212, net.minecraft.item.crafting.Ingredient@bf83041, net.minecraft.item.crafting.Ingredient@bf83041, net.minecraftforge.oredict.OreIngredient@197e8e38, net.minecraft.item.crafting.Ingredient@bf83041, net.minecraft.item.crafting.Ingredient@bf83041, net.minecraft.item.crafting.Ingredient@4afd2d31, net.minecraft.item.crafting.Ingredient@bf83041]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 477 quantumstorage:quantumcrafter RecipeStage{tier='five', recipe=1xtile.quantumstorage.quantumcrafter@0:[net.minecraft.item.crafting.Ingredient@6fffd7b6, net.minecraft.item.crafting.Ingredient@24acb152, net.minecraft.item.crafting.Ingredient@6fffd7b6, net.minecraft.item.crafting.Ingredient@6fffd7b6, net.minecraftforge.oredict.OreIngredient@41ccde3e, net.minecraft.item.crafting.Ingredient@6fffd7b6, net.minecraft.item.crafting.Ingredient@6fffd7b6, net.minecraft.item.crafting.Ingredient@6fffd7b6, net.minecraft.item.crafting.Ingredient@6fffd7b6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 478 quantumstorage:trashcan RecipeStage{tier='five', recipe=1xtile.quantumstorage.trashcan@0:[net.minecraft.item.crafting.Ingredient@247e10ba, net.minecraft.item.crafting.Ingredient@247e10ba, net.minecraft.item.crafting.Ingredient@247e10ba, net.minecraft.item.crafting.Ingredient@40a4a599, net.minecraft.item.crafting.Ingredient@7e9d53f9, net.minecraft.item.crafting.Ingredient@40a4a599, net.minecraft.item.crafting.Ingredient@40a4a599, net.minecraft.item.crafting.Ingredient@40a4a599, net.minecraft.item.crafting.Ingredient@40a4a599]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 479 quantumstorage:trashcanfluid RecipeStage{tier='five', recipe=1xtile.quantumstorage.trashcanfluid@0:[net.minecraft.item.crafting.Ingredient@718e4552, net.minecraft.item.crafting.Ingredient@718e4552, net.minecraft.item.crafting.Ingredient@718e4552, net.minecraft.item.crafting.Ingredient@11514f4e, net.minecraft.item.crafting.Ingredient@17f00ca1, net.minecraft.item.crafting.Ingredient@11514f4e, net.minecraft.item.crafting.Ingredient@11514f4e, net.minecraft.item.crafting.Ingredient@11514f4e, net.minecraft.item.crafting.Ingredient@11514f4e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 480 quantumstorage:crate RecipeStage{tier='five', recipe=16xitem.quantumstorage.crate@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@54e5b376, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@54e5b376, net.minecraft.item.crafting.Ingredient@323be7, net.minecraftforge.oredict.OreIngredient@54e5b376, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@54e5b376, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 484 quantumstorage:quantum_bag_1 RecipeStage{tier='five', recipe=1xitem.quantumstorage.quantum_bag@0:[net.minecraft.item.crafting.Ingredient@461850f2, net.minecraftforge.oredict.OreIngredient@15ccc797]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 485 quantumstorage:quantum_bag_2 RecipeStage{tier='five', recipe=1xitem.quantumstorage.quantum_bag@1:[net.minecraft.item.crafting.Ingredient@256efad9, net.minecraftforge.oredict.OreIngredient@21f5a146]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 486 quantumstorage:quantum_bag_3 RecipeStage{tier='five', recipe=1xitem.quantumstorage.quantum_bag@2:[net.minecraft.item.crafting.Ingredient@68adf2ef, net.minecraftforge.oredict.OreIngredient@3a477511]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 487 quantumstorage:quantum_bag_4 RecipeStage{tier='five', recipe=1xitem.quantumstorage.quantum_bag@3:[net.minecraft.item.crafting.Ingredient@55f50272, net.minecraftforge.oredict.OreIngredient@52c8a8a9]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 488 quantumstorage:quantum_bag_5 RecipeStage{tier='five', recipe=1xitem.quantumstorage.quantum_bag@4:[net.minecraft.item.crafting.Ingredient@45e0069a, net.minecraftforge.oredict.OreIngredient@387b6ac6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 489 quantumstorage:quantum_bag_6 RecipeStage{tier='five', recipe=1xitem.quantumstorage.quantum_bag@5:[net.minecraft.item.crafting.Ingredient@49a17330, net.minecraftforge.oredict.OreIngredient@cb06848]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 490 quantumstorage:quantum_bag_7 RecipeStage{tier='five', recipe=1xitem.quantumstorage.quantum_bag@6:[net.minecraft.item.crafting.Ingredient@483ce62d, net.minecraftforge.oredict.OreIngredient@ac624e9]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 491 quantumstorage:quantum_bag_8 RecipeStage{tier='five', recipe=1xitem.quantumstorage.quantum_bag@7:[net.minecraft.item.crafting.Ingredient@1a28ed2a, net.minecraftforge.oredict.OreIngredient@358a7dcc]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 492 quantumstorage:quantum_bag_9 RecipeStage{tier='five', recipe=1xitem.quantumstorage.quantum_bag@8:[net.minecraft.item.crafting.Ingredient@54cf4594, net.minecraftforge.oredict.OreIngredient@953b39a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 493 quantumstorage:quantum_bag_10 RecipeStage{tier='five', recipe=1xitem.quantumstorage.quantum_bag@9:[net.minecraft.item.crafting.Ingredient@663f9745, net.minecraftforge.oredict.OreIngredient@48f28df3]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 494 quantumstorage:quantum_bag_11 RecipeStage{tier='five', recipe=1xitem.quantumstorage.quantum_bag@10:[net.minecraft.item.crafting.Ingredient@3dc27a23, net.minecraftforge.oredict.OreIngredient@275d5761]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 495 quantumstorage:quantum_bag_12 RecipeStage{tier='five', recipe=1xitem.quantumstorage.quantum_bag@11:[net.minecraft.item.crafting.Ingredient@6ee0a593, net.minecraftforge.oredict.OreIngredient@405dd90e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 496 quantumstorage:quantum_bag_13 RecipeStage{tier='five', recipe=1xitem.quantumstorage.quantum_bag@12:[net.minecraft.item.crafting.Ingredient@102c0542, net.minecraftforge.oredict.OreIngredient@7b8be6e9]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 497 quantumstorage:quantum_bag_14 RecipeStage{tier='five', recipe=1xitem.quantumstorage.quantum_bag@13:[net.minecraft.item.crafting.Ingredient@6b394802, net.minecraftforge.oredict.OreIngredient@1bcf4632]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 498 quantumstorage:quantum_bag_15 RecipeStage{tier='five', recipe=1xitem.quantumstorage.quantum_bag@14:[net.minecraft.item.crafting.Ingredient@6c9d64f4, net.minecraftforge.oredict.OreIngredient@4dc5583d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 499 quantumstorage:quantum_bag_16 RecipeStage{tier='five', recipe=1xitem.quantumstorage.quantum_bag@15:[net.minecraft.item.crafting.Ingredient@293024d1, net.minecraftforge.oredict.OreIngredient@2e8d4fc7]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 501 abyssalcraft:stonetablet RecipeStage{tier='zero', recipe=1xitem.stonetablet@0:[net.minecraft.item.crafting.Ingredient@658f6960, net.minecraft.item.crafting.Ingredient@465b71b9, net.minecraft.item.crafting.Ingredient@658f6960, net.minecraft.item.crafting.Ingredient@465b71b9, net.minecraft.item.crafting.Ingredient@6dcc96eb, net.minecraft.item.crafting.Ingredient@465b71b9, net.minecraft.item.crafting.Ingredient@658f6960, net.minecraft.item.crafting.Ingredient@465b71b9, net.minecraft.item.crafting.Ingredient@658f6960]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 502 abyssalcraft:statetransformer RecipeStage{tier='two', recipe=1xtile.statetransformer@0:[net.minecraft.item.crafting.Ingredient@61c86f3d, net.minecraft.item.crafting.Ingredient@61c86f3d, net.minecraft.item.crafting.Ingredient@61c86f3d, net.minecraft.item.crafting.Ingredient@61c86f3d, net.minecraft.item.crafting.Ingredient@526690a7, net.minecraft.item.crafting.Ingredient@61c86f3d, net.minecraft.item.crafting.Ingredient@61c86f3d, net.minecraftforge.oredict.OreIngredient@46c7419a, net.minecraft.item.crafting.Ingredient@61c86f3d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 503 abyssalcraft:spawn_egg net.minecraft.item.crafting.ShapedRecipes@bd035d7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 504 abyssalcraft:skin_2 RecipeStage{tier='two', recipe=1xitem.skin@2:[net.minecraft.item.crafting.Ingredient@6f19f4ec, net.minecraft.item.crafting.Ingredient@6f19f4ec, net.minecraft.item.crafting.Ingredient@6f19f4ec, net.minecraft.item.crafting.Ingredient@6f19f4ec, net.minecraft.item.crafting.Ingredient@656d0a55, net.minecraft.item.crafting.Ingredient@6f19f4ec, net.minecraft.item.crafting.Ingredient@6f19f4ec, net.minecraft.item.crafting.Ingredient@6f19f4ec, net.minecraft.item.crafting.Ingredient@6f19f4ec]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 505 abyssalcraft:skin_1 RecipeStage{tier='two', recipe=1xitem.skin@1:[net.minecraft.item.crafting.Ingredient@6908d243, net.minecraft.item.crafting.Ingredient@6908d243, net.minecraft.item.crafting.Ingredient@6908d243, net.minecraft.item.crafting.Ingredient@6908d243, net.minecraft.item.crafting.Ingredient@2850c8a4, net.minecraft.item.crafting.Ingredient@6908d243, net.minecraft.item.crafting.Ingredient@6908d243, net.minecraft.item.crafting.Ingredient@6908d243, net.minecraft.item.crafting.Ingredient@6908d243]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 506 abyssalcraft:skin_0 RecipeStage{tier='two', recipe=1xitem.skin@0:[net.minecraft.item.crafting.Ingredient@7806b740, net.minecraft.item.crafting.Ingredient@7806b740, net.minecraft.item.crafting.Ingredient@7806b740, net.minecraft.item.crafting.Ingredient@7806b740, net.minecraft.item.crafting.Ingredient@5c4ce816, net.minecraft.item.crafting.Ingredient@7806b740, net.minecraft.item.crafting.Ingredient@7806b740, net.minecraft.item.crafting.Ingredient@7806b740, net.minecraft.item.crafting.Ingredient@7806b740]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 511 abyssalcraft:sacrificialaltar RecipeStage{tier='one', recipe=1xtile.sacrificialaltar@0:[net.minecraft.item.crafting.Ingredient@37b5a91f, net.minecraft.item.crafting.Ingredient@79655d92, net.minecraft.item.crafting.Ingredient@37b5a91f, net.minecraft.item.crafting.Ingredient@5a4b6de3, net.minecraft.item.crafting.Ingredient@3a792df1, net.minecraft.item.crafting.Ingredient@5a4b6de3, net.minecraft.item.crafting.Ingredient@5a4b6de3, net.minecraft.item.crafting.Ingredient@5a4b6de3, net.minecraft.item.crafting.Ingredient@5a4b6de3]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 512 abyssalcraft:rendingpedestal RecipeStage{tier='one', recipe=1xtile.rendingpedestal@0:[net.minecraft.item.crafting.Ingredient@61366e17, net.minecraft.item.crafting.Ingredient@47ebf33f, net.minecraft.item.crafting.Ingredient@61366e17, net.minecraft.item.crafting.Ingredient@61366e17, net.minecraft.item.crafting.Ingredient@3f5766be, net.minecraft.item.crafting.Ingredient@61366e17, net.minecraft.item.crafting.Ingredient@61366e17, net.minecraft.item.crafting.Ingredient@61366e17, net.minecraft.item.crafting.Ingredient@61366e17]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 513 abyssalcraft:powerstonetracker RecipeStage{tier='two', recipe=4xitem.powerstonetracker@0:[net.minecraft.item.crafting.Ingredient@8b9d3f8, net.minecraft.item.crafting.Ingredient@8b9d3f8, net.minecraft.item.crafting.Ingredient@8b9d3f8, net.minecraft.item.crafting.Ingredient@8b9d3f8, net.minecraft.item.crafting.Ingredient@407ff936, net.minecraft.item.crafting.Ingredient@8b9d3f8, net.minecraft.item.crafting.Ingredient@8b9d3f8, net.minecraft.item.crafting.Ingredient@8b9d3f8, net.minecraft.item.crafting.Ingredient@8b9d3f8]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 515 abyssalcraft:platec RecipeStage{tier='two', recipe=1xitem.platec@0:[net.minecraft.item.crafting.Ingredient@6695e8f4, net.minecraft.item.crafting.Ingredient@c92d0d, net.minecraft.item.crafting.Ingredient@6695e8f4, net.minecraft.item.crafting.Ingredient@6695e8f4, net.minecraft.item.crafting.Ingredient@c92d0d, net.minecraft.item.crafting.Ingredient@6695e8f4, net.minecraft.item.crafting.Ingredient@6695e8f4, net.minecraft.item.crafting.Ingredient@c92d0d, net.minecraft.item.crafting.Ingredient@6695e8f4]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 516 abyssalcraft:odbcore RecipeStage{tier='two', recipe=1xtile.odbcore@0:[net.minecraft.item.crafting.Ingredient@3799bfc3, net.minecraft.item.crafting.Ingredient@22a18a70, net.minecraft.item.crafting.Ingredient@3799bfc3, net.minecraft.item.crafting.Ingredient@4681450, net.minecraft.item.crafting.Ingredient@638970d8, net.minecraft.item.crafting.Ingredient@4681450, net.minecraft.item.crafting.Ingredient@3799bfc3, net.minecraft.item.crafting.Ingredient@22a18a70, net.minecraft.item.crafting.Ingredient@3799bfc3]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 517 abyssalcraft:oblivionshard RecipeStage{tier='two', recipe=1xitem.oblivionshard@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1a495e57, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1a495e57, net.minecraft.item.crafting.Ingredient@217e1003, net.minecraft.item.crafting.Ingredient@1a495e57, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1a495e57, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 518 abyssalcraft:necronomicon_omt RecipeStage{tier='two', recipe=1xitem.necronomicon_omt@0:[net.minecraft.item.crafting.Ingredient@160454fd, net.minecraft.item.crafting.Ingredient@160454fd, net.minecraft.item.crafting.Ingredient@160454fd, net.minecraft.item.crafting.Ingredient@556d70d5]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 519 abyssalcraft:necronomicon_dre RecipeStage{tier='two', recipe=1xitem.necronomicon_dre@0:[net.minecraft.item.crafting.Ingredient@55345e4a, net.minecraft.item.crafting.Ingredient@55345e4a, net.minecraft.item.crafting.Ingredient@55345e4a, net.minecraft.item.crafting.Ingredient@2973f266]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 520 abyssalcraft:necronomicon_cor RecipeStage{tier='two', recipe=1xitem.necronomicon_cor@0:[net.minecraft.item.crafting.Ingredient@642ad5b4, net.minecraft.item.crafting.Ingredient@642ad5b4, net.minecraft.item.crafting.Ingredient@642ad5b4, net.minecraft.item.crafting.Ingredient@4ac1ad08]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 523 abyssalcraft:monolithpillar RecipeStage{tier='one', recipe=1xtile.monolithpillar@0:[net.minecraft.item.crafting.Ingredient@221a05ab, net.minecraft.item.crafting.Ingredient@221a05ab, net.minecraft.item.crafting.Ingredient@221a05ab, net.minecraft.item.crafting.Ingredient@221a05ab]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 524 abyssalcraft:lifecrystal RecipeStage{tier='two', recipe=1xitem.lifecrystal@0:[net.minecraft.item.crafting.Ingredient@5f9e4593, net.minecraft.item.crafting.Ingredient@70d950e6, net.minecraft.item.crafting.Ingredient@36f85cc7, net.minecraft.item.crafting.Ingredient@42018d9c, net.minecraft.item.crafting.Ingredient@6f1efa92, net.minecraft.item.crafting.Ingredient@55fac9f7]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 540 abyssalcraft:fire_charge RecipeStage{tier='three', recipe=3xitem.fireball@0:[net.minecraft.item.crafting.Ingredient@6b275b30, net.minecraft.item.crafting.Ingredient@625307d3, net.minecraft.item.crafting.Ingredient@4540fd71]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 542 abyssalcraft:ethaxiumsword RecipeStage{tier='two', recipe=1xitem.ethaxiumsword@0:[net.minecraft.item.crafting.Ingredient@581b13eb, net.minecraft.item.crafting.Ingredient@581b13eb, net.minecraft.item.crafting.Ingredient@1dbdaf24]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 543 abyssalcraft:ethaxiumshovel RecipeStage{tier='two', recipe=1xitem.ethaxiumshovel@0:[net.minecraft.item.crafting.Ingredient@4ea67067, net.minecraft.item.crafting.Ingredient@7cae02be, net.minecraft.item.crafting.Ingredient@7cae02be]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 544 abyssalcraft:ethaxiumplate RecipeStage{tier='two', recipe=1xitem.ethaxiumplate@0:[net.minecraft.item.crafting.Ingredient@2ba0a7eb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2ba0a7eb, net.minecraft.item.crafting.Ingredient@2ba0a7eb, net.minecraft.item.crafting.Ingredient@2ba0a7eb, net.minecraft.item.crafting.Ingredient@2ba0a7eb, net.minecraft.item.crafting.Ingredient@2ba0a7eb, net.minecraft.item.crafting.Ingredient@2ba0a7eb, net.minecraft.item.crafting.Ingredient@2ba0a7eb]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 545 abyssalcraft:ethaxiumpillar RecipeStage{tier='two', recipe=2xtile.ethaxiumpillar@0:[net.minecraft.item.crafting.Ingredient@5bd4b1b1, net.minecraft.item.crafting.Ingredient@179b1f85, net.minecraft.item.crafting.Ingredient@5bd4b1b1, net.minecraft.item.crafting.Ingredient@179b1f85]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 546 abyssalcraft:ethaxiumpickaxe RecipeStage{tier='two', recipe=1xitem.ethaxiumpickaxe@0:[net.minecraft.item.crafting.Ingredient@56ec27b6, net.minecraft.item.crafting.Ingredient@56ec27b6, net.minecraft.item.crafting.Ingredient@56ec27b6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4673b72c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4673b72c, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 547 abyssalcraft:ethaxiumlegs RecipeStage{tier='two', recipe=1xitem.ethaxiumlegs@0:[net.minecraft.item.crafting.Ingredient@6f056dd9, net.minecraft.item.crafting.Ingredient@6f056dd9, net.minecraft.item.crafting.Ingredient@6f056dd9, net.minecraft.item.crafting.Ingredient@6f056dd9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6f056dd9, net.minecraft.item.crafting.Ingredient@6f056dd9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6f056dd9]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 552 abyssalcraft:ethaxiumhoe RecipeStage{tier='two', recipe=1xitem.ethaxiumhoe@0:[net.minecraft.item.crafting.Ingredient@2f598269, net.minecraft.item.crafting.Ingredient@2f598269, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@29e41f19, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@29e41f19]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 553 abyssalcraft:ethaxiumhelmet RecipeStage{tier='two', recipe=1xitem.ethaxiumhelmet@0:[net.minecraft.item.crafting.Ingredient@60469f69, net.minecraft.item.crafting.Ingredient@60469f69, net.minecraft.item.crafting.Ingredient@60469f69, net.minecraft.item.crafting.Ingredient@60469f69, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@60469f69]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 554 abyssalcraft:ethaxiumfence RecipeStage{tier='one', recipe=6xtile.ethaxiumfence@0:[net.minecraft.item.crafting.Ingredient@12e5a628, net.minecraft.item.crafting.Ingredient@12e5a628, net.minecraft.item.crafting.Ingredient@12e5a628, net.minecraft.item.crafting.Ingredient@12e5a628, net.minecraft.item.crafting.Ingredient@12e5a628, net.minecraft.item.crafting.Ingredient@12e5a628]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 555 abyssalcraft:ethaxiumbrickstairs RecipeStage{tier='two', recipe=4xtile.ethaxiumbrickstairs@0:[net.minecraft.item.crafting.Ingredient@7a327391, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7a327391, net.minecraft.item.crafting.Ingredient@7a327391, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7a327391, net.minecraft.item.crafting.Ingredient@7a327391, net.minecraft.item.crafting.Ingredient@7a327391]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 556 abyssalcraft:ethaxiumbrickslab1_0 RecipeStage{tier='two', recipe=6xtile.ethaxiumbrickslab1@0:[net.minecraft.item.crafting.Ingredient@2cab8264, net.minecraft.item.crafting.Ingredient@2cab8264, net.minecraft.item.crafting.Ingredient@2cab8264]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 557 abyssalcraft:ethaxiumbrick_1 RecipeStage{tier='two', recipe=1xtile.ethaxiumbrick@1:[net.minecraft.item.crafting.Ingredient@2c9a11d5, net.minecraft.item.crafting.Ingredient@2c9a11d5]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 558 abyssalcraft:ethaxiumbrick_0 RecipeStage{tier='two', recipe=1xtile.ethaxiumbrick@0:[net.minecraft.item.crafting.Ingredient@3738ae91, net.minecraft.item.crafting.Ingredient@3738ae91, net.minecraft.item.crafting.Ingredient@3738ae91, net.minecraft.item.crafting.Ingredient@3738ae91]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 559 abyssalcraft:ethaxiumboots RecipeStage{tier='two', recipe=1xitem.ethaxiumboots@0:[net.minecraft.item.crafting.Ingredient@58faf0b6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@58faf0b6, net.minecraft.item.crafting.Ingredient@58faf0b6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@58faf0b6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 560 abyssalcraft:ethaxiumaxe RecipeStage{tier='two', recipe=1xitem.ethaxiumaxe@0:[net.minecraft.item.crafting.Ingredient@4a193bc3, net.minecraft.item.crafting.Ingredient@4a193bc3, net.minecraft.item.crafting.Ingredient@4a193bc3, net.minecraft.item.crafting.Ingredient@39fe8427, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@39fe8427]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 561 abyssalcraft:engraving_yogsothoth RecipeStage{tier='two', recipe=1xitem.engraving_yogsothoth@0:[net.minecraft.item.crafting.Ingredient@42056918, net.minecraft.item.crafting.Ingredient@7e167c8e, net.minecraft.item.crafting.Ingredient@42056918, net.minecraft.item.crafting.Ingredient@42056918, net.minecraft.item.crafting.Ingredient@42056918, net.minecraft.item.crafting.Ingredient@42056918]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 562 abyssalcraft:engraving_shubniggurath RecipeStage{tier='two', recipe=1xitem.engraving_shubniggurath@0:[net.minecraft.item.crafting.Ingredient@44338766, net.minecraft.item.crafting.Ingredient@42e98d23, net.minecraft.item.crafting.Ingredient@44338766, net.minecraft.item.crafting.Ingredient@44338766, net.minecraft.item.crafting.Ingredient@44338766, net.minecraft.item.crafting.Ingredient@44338766]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 563 abyssalcraft:engraving_nyarlathotep RecipeStage{tier='two', recipe=1xitem.engraving_nyarlathotep@0:[net.minecraft.item.crafting.Ingredient@23c08e19, net.minecraft.item.crafting.Ingredient@20728d40, net.minecraft.item.crafting.Ingredient@23c08e19, net.minecraft.item.crafting.Ingredient@23c08e19, net.minecraft.item.crafting.Ingredient@23c08e19, net.minecraft.item.crafting.Ingredient@23c08e19]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 564 abyssalcraft:engraving_jzahar RecipeStage{tier='two', recipe=1xitem.engraving_jzahar@0:[net.minecraft.item.crafting.Ingredient@1ef44ddb, net.minecraft.item.crafting.Ingredient@4ed0af8f, net.minecraft.item.crafting.Ingredient@1ef44ddb, net.minecraft.item.crafting.Ingredient@1ef44ddb, net.minecraft.item.crafting.Ingredient@1ef44ddb, net.minecraft.item.crafting.Ingredient@1ef44ddb]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 565 abyssalcraft:engraving_hastur RecipeStage{tier='two', recipe=1xitem.engraving_hastur@0:[net.minecraft.item.crafting.Ingredient@63f025cb, net.minecraft.item.crafting.Ingredient@393a71b8, net.minecraft.item.crafting.Ingredient@63f025cb, net.minecraft.item.crafting.Ingredient@63f025cb, net.minecraft.item.crafting.Ingredient@63f025cb, net.minecraft.item.crafting.Ingredient@63f025cb]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 566 abyssalcraft:engraving_elder RecipeStage{tier='two', recipe=1xitem.engraving_elder@0:[net.minecraft.item.crafting.Ingredient@1b1236b3, net.minecraft.item.crafting.Ingredient@3306e94a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 567 abyssalcraft:engraving_cthulhu RecipeStage{tier='two', recipe=1xitem.engraving_cthulhu@0:[net.minecraft.item.crafting.Ingredient@452b9ee3, net.minecraft.item.crafting.Ingredient@3f1f57cb, net.minecraft.item.crafting.Ingredient@452b9ee3, net.minecraft.item.crafting.Ingredient@452b9ee3, net.minecraft.item.crafting.Ingredient@452b9ee3, net.minecraft.item.crafting.Ingredient@452b9ee3]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 568 abyssalcraft:engraving_blank RecipeStage{tier='two', recipe=1xitem.engraving_blank@0:[net.minecraft.item.crafting.Ingredient@7b3cb55a, net.minecraft.item.crafting.Ingredient@7b3cb55a, net.minecraft.item.crafting.Ingredient@7b3cb55a, net.minecraft.item.crafting.Ingredient@7b3cb55a, net.minecraft.item.crafting.Ingredient@6a670544, net.minecraft.item.crafting.Ingredient@7b3cb55a, net.minecraft.item.crafting.Ingredient@7b3cb55a, net.minecraft.item.crafting.Ingredient@7b3cb55a, net.minecraft.item.crafting.Ingredient@7b3cb55a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 569 abyssalcraft:engraving_azathoth RecipeStage{tier='two', recipe=1xitem.engraving_azathoth@0:[net.minecraft.item.crafting.Ingredient@462523cd, net.minecraft.item.crafting.Ingredient@8e769f9, net.minecraft.item.crafting.Ingredient@17102b0c, net.minecraft.item.crafting.Ingredient@5125db54, net.minecraft.item.crafting.Ingredient@3e71a1f6, net.minecraft.item.crafting.Ingredient@deaaf60]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 570 abyssalcraft:engraver RecipeStage{tier='two', recipe=1xtile.engraver@0:[net.minecraft.item.crafting.Ingredient@31d65993, net.minecraft.item.crafting.Ingredient@74f19fd8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@31d65993, net.minecraft.item.crafting.Ingredient@74f19fd8, net.minecraft.item.crafting.Ingredient@6958fcbd, net.minecraft.item.crafting.Ingredient@fb07d82, net.minecraft.item.crafting.Ingredient@74f19fd8, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 571 abyssalcraft:energyrelay RecipeStage{tier='zero', recipe=1xtile.energyrelay@0:[net.minecraft.item.crafting.Ingredient@3075e1aa, net.minecraft.item.crafting.Ingredient@3075e1aa, net.minecraft.item.crafting.Ingredient@135df4c5, net.minecraft.item.crafting.Ingredient@3075e1aa, net.minecraft.item.crafting.Ingredient@7d1e0ce3, net.minecraft.item.crafting.Ingredient@3075e1aa, net.minecraft.item.crafting.Ingredient@3075e1aa, net.minecraft.item.crafting.Ingredient@3075e1aa, net.minecraft.item.crafting.Ingredient@135df4c5]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 572 abyssalcraft:energypedestal RecipeStage{tier='one', recipe=1xtile.energypedestal@0:[net.minecraft.item.crafting.Ingredient@3f9e9e68, net.minecraft.item.crafting.Ingredient@3e542adf, net.minecraft.item.crafting.Ingredient@3f9e9e68, net.minecraft.item.crafting.Ingredient@3f9e9e68, net.minecraft.item.crafting.Ingredient@1ec1f3e8, net.minecraft.item.crafting.Ingredient@3f9e9e68, net.minecraft.item.crafting.Ingredient@3f9e9e68, net.minecraft.item.crafting.Ingredient@3f9e9e68, net.minecraft.item.crafting.Ingredient@3f9e9e68]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 573 abyssalcraft:energydepositioner RecipeStage{tier='two', recipe=1xtile.energydepositioner@0:[net.minecraft.item.crafting.Ingredient@478151c4, net.minecraft.item.crafting.Ingredient@478151c4, net.minecraft.item.crafting.Ingredient@478151c4, net.minecraft.item.crafting.Ingredient@40aa706c, net.minecraft.item.crafting.Ingredient@36dd02da, net.minecraft.item.crafting.Ingredient@40aa706c, net.minecraft.item.crafting.Ingredient@478151c4, net.minecraft.item.crafting.Ingredient@3e14d3e8, net.minecraft.item.crafting.Ingredient@478151c4]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 574 abyssalcraft:energycollector RecipeStage{tier='zero', recipe=1xtile.energycollector@0:[net.minecraft.item.crafting.Ingredient@2e235505, net.minecraft.item.crafting.Ingredient@2e235505, net.minecraft.item.crafting.Ingredient@2e235505, net.minecraft.item.crafting.Ingredient@2e235505, net.minecraft.item.crafting.Ingredient@70d02167, net.minecraft.item.crafting.Ingredient@2e235505, net.minecraft.item.crafting.Ingredient@2e235505, net.minecraft.item.crafting.Ingredient@2e235505, net.minecraft.item.crafting.Ingredient@2e235505]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 576 abyssalcraft:dsword RecipeStage{tier='zero', recipe=1xitem.dsword@0:[net.minecraft.item.crafting.Ingredient@1149786, net.minecraft.item.crafting.Ingredient@1149786, net.minecraftforge.oredict.OreIngredient@5b112722]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 577 abyssalcraft:dspplate RecipeStage{tier='two', recipe=1xtile.dspplate@0:[net.minecraft.item.crafting.Ingredient@176da680, net.minecraft.item.crafting.Ingredient@176da680]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 578 abyssalcraft:dshovel RecipeStage{tier='zero', recipe=1xitem.dshovel@0:[net.minecraft.item.crafting.Ingredient@647b379b, net.minecraftforge.oredict.OreIngredient@5b112722, net.minecraftforge.oredict.OreIngredient@5b112722]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 579 abyssalcraft:dsglow RecipeStage{tier='three', recipe=4xtile.dsglow@0:[net.minecraft.item.crafting.Ingredient@5c3fe458, net.minecraft.item.crafting.Ingredient@6fba31e7, net.minecraft.item.crafting.Ingredient@5c3fe458, net.minecraft.item.crafting.Ingredient@6c1f81c3, net.minecraft.item.crafting.Ingredient@2395b0d5, net.minecraft.item.crafting.Ingredient@6c1f81c3, net.minecraft.item.crafting.Ingredient@5c3fe458, net.minecraft.item.crafting.Ingredient@6c1f81c3, net.minecraft.item.crafting.Ingredient@5c3fe458]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 580 abyssalcraft:dscwall RecipeStage{tier='zero', recipe=6xtile.dscwall@0:[net.minecraft.item.crafting.Ingredient@6fb61272, net.minecraft.item.crafting.Ingredient@6fb61272, net.minecraft.item.crafting.Ingredient@6fb61272, net.minecraft.item.crafting.Ingredient@6fb61272, net.minecraft.item.crafting.Ingredient@6fb61272, net.minecraft.item.crafting.Ingredient@6fb61272]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 581 abyssalcraft:dsbutton RecipeStage{tier='one', recipe=1xtile.dsbutton@0:[net.minecraft.item.crafting.Ingredient@14d29f64]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 582 abyssalcraft:dsbfence RecipeStage{tier='one', recipe=6xtile.dsbfence@0:[net.minecraft.item.crafting.Ingredient@4bf822a9, net.minecraft.item.crafting.Ingredient@4bf822a9, net.minecraft.item.crafting.Ingredient@4bf822a9, net.minecraft.item.crafting.Ingredient@4bf822a9, net.minecraft.item.crafting.Ingredient@4bf822a9, net.minecraft.item.crafting.Ingredient@4bf822a9]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 583 abyssalcraft:drtfence RecipeStage{tier='one', recipe=3xtile.drtfence@0:[net.minecraft.item.crafting.Ingredient@4a19076e, net.minecraftforge.oredict.OreIngredient@5b112722, net.minecraft.item.crafting.Ingredient@4a19076e, net.minecraft.item.crafting.Ingredient@4a19076e, net.minecraftforge.oredict.OreIngredient@5b112722, net.minecraft.item.crafting.Ingredient@4a19076e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 584 abyssalcraft:dreadstonecobblestonewall RecipeStage{tier='two', recipe=6xtile.dreadstonecobblestonewall@0:[net.minecraft.item.crafting.Ingredient@672971de, net.minecraft.item.crafting.Ingredient@672971de, net.minecraft.item.crafting.Ingredient@672971de, net.minecraft.item.crafting.Ingredient@672971de, net.minecraft.item.crafting.Ingredient@672971de, net.minecraft.item.crafting.Ingredient@672971de]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 585 abyssalcraft:dreadstonecobblestonestairs RecipeStage{tier='two', recipe=4xtile.dreadstonecobblestonestairs@0:[net.minecraft.item.crafting.Ingredient@3bb6571, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3bb6571, net.minecraft.item.crafting.Ingredient@3bb6571, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3bb6571, net.minecraft.item.crafting.Ingredient@3bb6571, net.minecraft.item.crafting.Ingredient@3bb6571]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 586 abyssalcraft:dreadstonecobblestoneslab1_0 RecipeStage{tier='two', recipe=6xtile.dreadstonecobblestoneslab1@0:[net.minecraft.item.crafting.Ingredient@5430714d, net.minecraft.item.crafting.Ingredient@5430714d, net.minecraft.item.crafting.Ingredient@5430714d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 587 abyssalcraft:dreadplate RecipeStage{tier='two', recipe=1xitem.dreadplate@0:[net.minecraft.item.crafting.Ingredient@44f814d6, net.minecraft.item.crafting.Ingredient@44f814d6, net.minecraft.item.crafting.Ingredient@44f814d6, net.minecraft.item.crafting.Ingredient@44f814d6, net.minecraft.item.crafting.Ingredient@66c62ee3, net.minecraft.item.crafting.Ingredient@44f814d6, net.minecraft.item.crafting.Ingredient@44f814d6, net.minecraft.item.crafting.Ingredient@44f814d6, net.minecraft.item.crafting.Ingredient@44f814d6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 589 abyssalcraft:dreadkatana RecipeStage{tier='two', recipe=1xitem.dreadkatana@0:[net.minecraft.item.crafting.Ingredient@73584d25, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@56b000ef, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 591 abyssalcraft:dreadiumsword RecipeStage{tier='two', recipe=1xitem.dreadiumsword@0:[net.minecraft.item.crafting.Ingredient@5e10171, net.minecraft.item.crafting.Ingredient@5e10171, net.minecraftforge.oredict.OreIngredient@5b112722]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 592 abyssalcraft:dreadiumshovel RecipeStage{tier='two', recipe=1xitem.dreadiumshovel@0:[net.minecraft.item.crafting.Ingredient@e4ec092, net.minecraftforge.oredict.OreIngredient@5b112722, net.minecraftforge.oredict.OreIngredient@5b112722]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 593 abyssalcraft:dreadiumsamuraiplate RecipeStage{tier='two', recipe=1xitem.dreadiumsamuraiplate@0:[net.minecraft.item.crafting.Ingredient@16cddbad, net.minecraft.item.crafting.Ingredient@309cf639, net.minecraft.item.crafting.Ingredient@16cddbad, net.minecraft.item.crafting.Ingredient@16cddbad, net.minecraft.item.crafting.Ingredient@23ecf620, net.minecraft.item.crafting.Ingredient@16cddbad, net.minecraft.item.crafting.Ingredient@fbe99cc, net.minecraft.item.crafting.Ingredient@fbe99cc, net.minecraft.item.crafting.Ingredient@fbe99cc]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 594 abyssalcraft:dreadiumsamurailegs RecipeStage{tier='two', recipe=1xitem.dreadiumsamurailegs@0:[net.minecraft.item.crafting.Ingredient@33ec6154, net.minecraft.item.crafting.Ingredient@50b3606a, net.minecraft.item.crafting.Ingredient@33ec6154, net.minecraft.item.crafting.Ingredient@ef9fd15, net.minecraft.item.crafting.Ingredient@ef9fd15, net.minecraft.item.crafting.Ingredient@ef9fd15]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 595 abyssalcraft:dreadiumsamuraihelmet RecipeStage{tier='two', recipe=1xitem.dreadiumsamuraihelmet@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@d6bfe1c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6a0af7ad, net.minecraft.item.crafting.Ingredient@6cd7ca6e, net.minecraft.item.crafting.Ingredient@6a0af7ad]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 596 abyssalcraft:dreadiumsamuraiboots RecipeStage{tier='two', recipe=1xitem.dreadiumsamuraiboots@0:[net.minecraft.item.crafting.Ingredient@40f6923d, net.minecraft.item.crafting.Ingredient@253e8e4e, net.minecraft.item.crafting.Ingredient@40f6923d, net.minecraft.item.crafting.Ingredient@5e7478d0, net.minecraft.item.crafting.Ingredient@5e7478d0, net.minecraft.item.crafting.Ingredient@5e7478d0]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 597 abyssalcraft:dreadiumplate RecipeStage{tier='two', recipe=1xitem.dreadiumplate@0:[net.minecraft.item.crafting.Ingredient@11f716bf, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@11f716bf, net.minecraft.item.crafting.Ingredient@11f716bf, net.minecraft.item.crafting.Ingredient@11f716bf, net.minecraft.item.crafting.Ingredient@11f716bf, net.minecraft.item.crafting.Ingredient@11f716bf, net.minecraft.item.crafting.Ingredient@11f716bf, net.minecraft.item.crafting.Ingredient@11f716bf]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 598 abyssalcraft:dreadiumpickaxe RecipeStage{tier='two', recipe=1xitem.dreadiumpickaxe@0:[net.minecraft.item.crafting.Ingredient@7a5efd48, net.minecraft.item.crafting.Ingredient@7a5efd48, net.minecraft.item.crafting.Ingredient@7a5efd48, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5b112722, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5b112722, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 599 abyssalcraft:dreadiumlegs RecipeStage{tier='two', recipe=1xitem.dreadiumlegs@0:[net.minecraft.item.crafting.Ingredient@262a218f, net.minecraft.item.crafting.Ingredient@262a218f, net.minecraft.item.crafting.Ingredient@262a218f, net.minecraft.item.crafting.Ingredient@262a218f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@262a218f, net.minecraft.item.crafting.Ingredient@262a218f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@262a218f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 602 abyssalcraft:dreadiumhoe RecipeStage{tier='two', recipe=1xitem.dreadiumhoe@0:[net.minecraft.item.crafting.Ingredient@51e06365, net.minecraft.item.crafting.Ingredient@51e06365, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5b112722, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5b112722]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 603 abyssalcraft:dreadiumhelmet RecipeStage{tier='two', recipe=1xitem.dreadiumhelmet@0:[net.minecraft.item.crafting.Ingredient@49281f, net.minecraft.item.crafting.Ingredient@49281f, net.minecraft.item.crafting.Ingredient@49281f, net.minecraft.item.crafting.Ingredient@49281f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@49281f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 604 abyssalcraft:dreadiumboots RecipeStage{tier='two', recipe=1xitem.dreadiumboots@0:[net.minecraft.item.crafting.Ingredient@725d13e7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@725d13e7, net.minecraft.item.crafting.Ingredient@725d13e7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@725d13e7]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 605 abyssalcraft:dreadiumaxe RecipeStage{tier='two', recipe=1xitem.dreadiumaxe@0:[net.minecraft.item.crafting.Ingredient@496bff00, net.minecraft.item.crafting.Ingredient@496bff00, net.minecraft.item.crafting.Ingredient@496bff00, net.minecraftforge.oredict.OreIngredient@5b112722, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5b112722]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 606 abyssalcraft:dreadhilt RecipeStage{tier='two', recipe=1xitem.dreadhilt@0:[net.minecraft.item.crafting.Ingredient@7cd9256a, net.minecraft.item.crafting.Ingredient@7cd9256a, net.minecraft.item.crafting.Ingredient@7cd9256a, net.minecraft.item.crafting.Ingredient@13150005, net.minecraft.item.crafting.Ingredient@3cafcdbd, net.minecraft.item.crafting.Ingredient@13150005, net.minecraft.item.crafting.Ingredient@13150005, net.minecraft.item.crafting.Ingredient@3cafcdbd, net.minecraft.item.crafting.Ingredient@13150005]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 607 abyssalcraft:dreadcloth_alt RecipeStage{tier='two', recipe=1xitem.dreadcloth@0:[net.minecraft.item.crafting.Ingredient@78b4c816, net.minecraft.item.crafting.Ingredient@2093ac46, net.minecraft.item.crafting.Ingredient@78b4c816, net.minecraft.item.crafting.Ingredient@2093ac46, net.minecraft.item.crafting.Ingredient@71f6b9b7, net.minecraft.item.crafting.Ingredient@2093ac46, net.minecraft.item.crafting.Ingredient@78b4c816, net.minecraft.item.crafting.Ingredient@2093ac46, net.minecraft.item.crafting.Ingredient@78b4c816]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 608 abyssalcraft:dreadcloth RecipeStage{tier='two', recipe=1xitem.dreadcloth@0:[net.minecraft.item.crafting.Ingredient@4d06fc51, net.minecraft.item.crafting.Ingredient@5ee7e22d, net.minecraft.item.crafting.Ingredient@4d06fc51, net.minecraft.item.crafting.Ingredient@5ee7e22d, net.minecraft.item.crafting.Ingredient@47afa479, net.minecraft.item.crafting.Ingredient@5ee7e22d, net.minecraft.item.crafting.Ingredient@4d06fc51, net.minecraft.item.crafting.Ingredient@5ee7e22d, net.minecraft.item.crafting.Ingredient@4d06fc51]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 609 abyssalcraft:dreadbrickstairs RecipeStage{tier='two', recipe=4xtile.dreadbrickstairs@0:[net.minecraft.item.crafting.Ingredient@21907ce3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@21907ce3, net.minecraft.item.crafting.Ingredient@21907ce3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@21907ce3, net.minecraft.item.crafting.Ingredient@21907ce3, net.minecraft.item.crafting.Ingredient@21907ce3]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 610 abyssalcraft:dreadbrickslab1_0 RecipeStage{tier='two', recipe=6xtile.dreadbrickslab1@0:[net.minecraft.item.crafting.Ingredient@22a1bf51, net.minecraft.item.crafting.Ingredient@22a1bf51, net.minecraft.item.crafting.Ingredient@22a1bf51]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 611 abyssalcraft:dreadbrickfence RecipeStage{tier='one', recipe=6xtile.dreadbrickfence@0:[net.minecraft.item.crafting.Ingredient@64e748db, net.minecraft.item.crafting.Ingredient@64e748db, net.minecraft.item.crafting.Ingredient@64e748db, net.minecraft.item.crafting.Ingredient@64e748db, net.minecraft.item.crafting.Ingredient@64e748db, net.minecraft.item.crafting.Ingredient@64e748db]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 612 abyssalcraft:dreadbrick_1 RecipeStage{tier='two', recipe=1xtile.dreadbrick@1:[net.minecraft.item.crafting.Ingredient@491f9e15, net.minecraft.item.crafting.Ingredient@491f9e15]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 613 abyssalcraft:dreadbrick_0 RecipeStage{tier='two', recipe=4xtile.dreadbrick@0:[net.minecraft.item.crafting.Ingredient@49d13465, net.minecraft.item.crafting.Ingredient@49d13465, net.minecraft.item.crafting.Ingredient@49d13465, net.minecraft.item.crafting.Ingredient@49d13465]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 614 abyssalcraft:dreadblade RecipeStage{tier='two', recipe=1xitem.dreadblade@0:[net.minecraft.item.crafting.Ingredient@66c8d095, net.minecraft.item.crafting.Ingredient@66c8d095, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@66c8d095, net.minecraft.item.crafting.Ingredient@66c8d095, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@66c8d095, net.minecraft.item.crafting.Ingredient@66c8d095, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 615 abyssalcraft:drainstaff_0 RecipeStage{tier='two', recipe=1xitem.drainstaff@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5e62adbb, net.minecraft.item.crafting.Ingredient@32823061, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5e62adbb, net.minecraft.item.crafting.Ingredient@5e62adbb, net.minecraft.item.crafting.Ingredient@5e62adbb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 616 abyssalcraft:dpick RecipeStage{tier='zero', recipe=1xitem.dpick@0:[net.minecraft.item.crafting.Ingredient@69ce3446, net.minecraft.item.crafting.Ingredient@69ce3446, net.minecraft.item.crafting.Ingredient@69ce3446, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5b112722, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5b112722, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 617 abyssalcraft:door_drt RecipeStage{tier='two', recipe=1xitem.door_drt@0:[net.minecraft.item.crafting.Ingredient@55ca4510, net.minecraft.item.crafting.Ingredient@55ca4510, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@55ca4510, net.minecraft.item.crafting.Ingredient@55ca4510, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@55ca4510, net.minecraft.item.crafting.Ingredient@55ca4510, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 618 abyssalcraft:door_dlt RecipeStage{tier='one', recipe=1xitem.door_dlt@0:[net.minecraft.item.crafting.Ingredient@57d5407c, net.minecraft.item.crafting.Ingredient@57d5407c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@57d5407c, net.minecraft.item.crafting.Ingredient@57d5407c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@57d5407c, net.minecraft.item.crafting.Ingredient@57d5407c, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 619 abyssalcraft:dltstairs RecipeStage{tier='one', recipe=4xtile.dltstairs@0:[net.minecraft.item.crafting.Ingredient@2ed058de, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2ed058de, net.minecraft.item.crafting.Ingredient@2ed058de, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2ed058de, net.minecraft.item.crafting.Ingredient@2ed058de, net.minecraft.item.crafting.Ingredient@2ed058de]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 621 abyssalcraft:dltpplate RecipeStage{tier='two', recipe=1xtile.dltpplate@0:[net.minecraft.item.crafting.Ingredient@3b8f37a1, net.minecraft.item.crafting.Ingredient@3b8f37a1]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 623 abyssalcraft:dltfence RecipeStage{tier='one', recipe=3xtile.dltfence@0:[net.minecraft.item.crafting.Ingredient@447a38f0, net.minecraftforge.oredict.OreIngredient@5b112722, net.minecraft.item.crafting.Ingredient@447a38f0, net.minecraft.item.crafting.Ingredient@447a38f0, net.minecraftforge.oredict.OreIngredient@5b112722, net.minecraft.item.crafting.Ingredient@447a38f0]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 624 abyssalcraft:dltbutton RecipeStage{tier='one', recipe=1xtile.dltbutton@0:[net.minecraft.item.crafting.Ingredient@5c04edbe]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 626 abyssalcraft:dhoe RecipeStage{tier='one', recipe=1xitem.dhoe@0:[net.minecraft.item.crafting.Ingredient@d9fc6eb, net.minecraft.item.crafting.Ingredient@d9fc6eb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5b112722, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5b112722]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 627 abyssalcraft:densecarboncluster RecipeStage{tier='three', recipe=1xitem.densecarboncluster@0:[net.minecraft.item.crafting.Ingredient@284911c7, net.minecraft.item.crafting.Ingredient@284911c7, net.minecraft.item.crafting.Ingredient@284911c7, net.minecraft.item.crafting.Ingredient@284911c7, net.minecraft.item.crafting.Ingredient@11231858, net.minecraft.item.crafting.Ingredient@284911c7, net.minecraft.item.crafting.Ingredient@284911c7, net.minecraft.item.crafting.Ingredient@284911c7, net.minecraft.item.crafting.Ingredient@284911c7]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 635 abyssalcraft:dcstairs RecipeStage{tier='one', recipe=4xtile.dcstairs@0:[net.minecraft.item.crafting.Ingredient@16ec4e19, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@16ec4e19, net.minecraft.item.crafting.Ingredient@16ec4e19, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@16ec4e19, net.minecraft.item.crafting.Ingredient@16ec4e19, net.minecraft.item.crafting.Ingredient@16ec4e19]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 636 abyssalcraft:dbstairs RecipeStage{tier='one', recipe=4xtile.dbstairs@0:[net.minecraft.item.crafting.Ingredient@2016386e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2016386e, net.minecraft.item.crafting.Ingredient@2016386e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2016386e, net.minecraft.item.crafting.Ingredient@2016386e, net.minecraft.item.crafting.Ingredient@2016386e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 637 abyssalcraft:daxe RecipeStage{tier='zero', recipe=1xitem.daxe@0:[net.minecraft.item.crafting.Ingredient@7c9507ca, net.minecraft.item.crafting.Ingredient@7c9507ca, net.minecraft.item.crafting.Ingredient@7c9507ca, net.minecraftforge.oredict.OreIngredient@5b112722, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5b112722]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 638 abyssalcraft:darkstoneslab1_0 RecipeStage{tier='zero', recipe=6xtile.darkstoneslab1@0:[net.minecraft.item.crafting.Ingredient@6dba3e6c, net.minecraft.item.crafting.Ingredient@6dba3e6c, net.minecraft.item.crafting.Ingredient@6dba3e6c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 639 abyssalcraft:darkstone_brick_1 RecipeStage{tier='zero', recipe=1xtile.darkstone_brick@1:[net.minecraft.item.crafting.Ingredient@6cfd8e34, net.minecraft.item.crafting.Ingredient@6cfd8e34]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 640 abyssalcraft:darkstone_brick_0 RecipeStage{tier='zero', recipe=4xtile.darkstone_brick@0:[net.minecraft.item.crafting.Ingredient@ebb3786, net.minecraft.item.crafting.Ingredient@ebb3786, net.minecraft.item.crafting.Ingredient@ebb3786, net.minecraft.item.crafting.Ingredient@ebb3786]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 641 abyssalcraft:darkethaxiumpillar RecipeStage{tier='two', recipe=2xtile.darkethaxiumpillar@0:[net.minecraft.item.crafting.Ingredient@67a61c40, net.minecraft.item.crafting.Ingredient@478b949a, net.minecraft.item.crafting.Ingredient@67a61c40, net.minecraft.item.crafting.Ingredient@478b949a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 642 abyssalcraft:darkethaxiumbrickstairs RecipeStage{tier='two', recipe=4xtile.darkethaxiumbrickstairs@0:[net.minecraft.item.crafting.Ingredient@709e44f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@709e44f, net.minecraft.item.crafting.Ingredient@709e44f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@709e44f, net.minecraft.item.crafting.Ingredient@709e44f, net.minecraft.item.crafting.Ingredient@709e44f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 643 abyssalcraft:darkethaxiumbrickslab1_0 RecipeStage{tier='two', recipe=6xtile.darkethaxiumbrickslab1@0:[net.minecraft.item.crafting.Ingredient@393b7a34, net.minecraft.item.crafting.Ingredient@393b7a34, net.minecraft.item.crafting.Ingredient@393b7a34]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 644 abyssalcraft:darkethaxiumbrickfence RecipeStage{tier='one', recipe=6xtile.darkethaxiumbrickfence@0:[net.minecraft.item.crafting.Ingredient@6fa5e33, net.minecraft.item.crafting.Ingredient@6fa5e33, net.minecraft.item.crafting.Ingredient@6fa5e33, net.minecraft.item.crafting.Ingredient@6fa5e33, net.minecraft.item.crafting.Ingredient@6fa5e33, net.minecraft.item.crafting.Ingredient@6fa5e33]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 645 abyssalcraft:darkethaxiumbrick_1 RecipeStage{tier='two', recipe=1xtile.darkethaxiumbrick@1:[net.minecraft.item.crafting.Ingredient@51db8f25, net.minecraft.item.crafting.Ingredient@51db8f25]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 646 abyssalcraft:darkethaxiumbrick_0 RecipeStage{tier='two', recipe=1xtile.darkethaxiumbrick@0:[net.minecraft.item.crafting.Ingredient@425f82e, net.minecraft.item.crafting.Ingredient@4a57c518, net.minecraft.item.crafting.Ingredient@425f82e, net.minecraft.item.crafting.Ingredient@4a57c518]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 647 abyssalcraft:darkcobbleslab1_0 RecipeStage{tier='zero', recipe=6xtile.darkcobbleslab1@0:[net.minecraft.item.crafting.Ingredient@308502b3, net.minecraft.item.crafting.Ingredient@308502b3, net.minecraft.item.crafting.Ingredient@308502b3]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 648 abyssalcraft:darkbrickslab1_0 RecipeStage{tier='zero', recipe=6xtile.darkbrickslab1@0:[net.minecraft.item.crafting.Ingredient@42398b6d, net.minecraft.item.crafting.Ingredient@42398b6d, net.minecraft.item.crafting.Ingredient@42398b6d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 649 abyssalcraft:cstonepplate RecipeStage{tier='two', recipe=1xtile.cstonepplate@0:[net.minecraft.item.crafting.Ingredient@13d770b0, net.minecraft.item.crafting.Ingredient@13d770b0]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 650 abyssalcraft:cstonebutton RecipeStage{tier='two', recipe=1xtile.cstonebutton@0:[net.minecraft.item.crafting.Ingredient@3d8bf9a7]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 651 abyssalcraft:cstonebrickstairs RecipeStage{tier='two', recipe=4xtile.cstonebrickstairs@0:[net.minecraft.item.crafting.Ingredient@4b077be4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4b077be4, net.minecraft.item.crafting.Ingredient@4b077be4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4b077be4, net.minecraft.item.crafting.Ingredient@4b077be4, net.minecraft.item.crafting.Ingredient@4b077be4]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 652 abyssalcraft:cstonebrickslab1_0 RecipeStage{tier='two', recipe=6xtile.cstonebrickslab1@0:[net.minecraft.item.crafting.Ingredient@71a57f13, net.minecraft.item.crafting.Ingredient@71a57f13, net.minecraft.item.crafting.Ingredient@71a57f13]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 653 abyssalcraft:cstonebrickfence RecipeStage{tier='one', recipe=6xtile.cstonebrickfence@0:[net.minecraft.item.crafting.Ingredient@59fc5450, net.minecraft.item.crafting.Ingredient@59fc5450, net.minecraft.item.crafting.Ingredient@59fc5450, net.minecraft.item.crafting.Ingredient@59fc5450, net.minecraft.item.crafting.Ingredient@59fc5450, net.minecraft.item.crafting.Ingredient@59fc5450]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 654 abyssalcraft:cstonebrick_1 RecipeStage{tier='two', recipe=1xtile.cstonebrick@1:[net.minecraft.item.crafting.Ingredient@26a0c6da, net.minecraft.item.crafting.Ingredient@26a0c6da]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 655 abyssalcraft:cstonebrick_0 RecipeStage{tier='two', recipe=1xtile.cstonebrick@0:[net.minecraft.item.crafting.Ingredient@2ba3845e, net.minecraft.item.crafting.Ingredient@2ba3845e, net.minecraft.item.crafting.Ingredient@2ba3845e, net.minecraft.item.crafting.Ingredient@2ba3845e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 656 abyssalcraft:crystalshard_9_alt_alt RecipeStage{tier='three', recipe=1xitem.crystalshard@9:[net.minecraft.item.crafting.Ingredient@63b1814c, net.minecraft.item.crafting.Ingredient@63b1814c, net.minecraft.item.crafting.Ingredient@63b1814c, net.minecraft.item.crafting.Ingredient@63b1814c, net.minecraft.item.crafting.Ingredient@63b1814c, net.minecraft.item.crafting.Ingredient@63b1814c, net.minecraft.item.crafting.Ingredient@63b1814c, net.minecraft.item.crafting.Ingredient@63b1814c, net.minecraft.item.crafting.Ingredient@63b1814c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 657 abyssalcraft:crystalshard_9_alt RecipeStage{tier='three', recipe=9xitem.crystalshard@9:[net.minecraft.item.crafting.Ingredient@549aa026]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 658 abyssalcraft:crystalshard_9 RecipeStage{tier='three', recipe=1xitem.crystalshard@9:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3d8dc9a3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@49645fd7, net.minecraft.item.crafting.Ingredient@49645fd7, net.minecraft.item.crafting.Ingredient@49645fd7]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 659 abyssalcraft:crystalshard_8_alt RecipeStage{tier='three', recipe=1xitem.crystalshard@8:[net.minecraft.item.crafting.Ingredient@57599629, net.minecraft.item.crafting.Ingredient@57599629, net.minecraft.item.crafting.Ingredient@57599629, net.minecraft.item.crafting.Ingredient@57599629, net.minecraft.item.crafting.Ingredient@57599629, net.minecraft.item.crafting.Ingredient@57599629, net.minecraft.item.crafting.Ingredient@57599629, net.minecraft.item.crafting.Ingredient@57599629, net.minecraft.item.crafting.Ingredient@57599629]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 660 abyssalcraft:crystalshard_8 RecipeStage{tier='three', recipe=9xitem.crystalshard@8:[net.minecraft.item.crafting.Ingredient@7fb6187d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 661 abyssalcraft:crystalshard_7_alt RecipeStage{tier='three', recipe=1xitem.crystalshard@7:[net.minecraft.item.crafting.Ingredient@1145a4df, net.minecraft.item.crafting.Ingredient@1145a4df, net.minecraft.item.crafting.Ingredient@1145a4df, net.minecraft.item.crafting.Ingredient@1145a4df, net.minecraft.item.crafting.Ingredient@1145a4df, net.minecraft.item.crafting.Ingredient@1145a4df, net.minecraft.item.crafting.Ingredient@1145a4df, net.minecraft.item.crafting.Ingredient@1145a4df, net.minecraft.item.crafting.Ingredient@1145a4df]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 662 abyssalcraft:crystalshard_7 RecipeStage{tier='three', recipe=9xitem.crystalshard@7:[net.minecraft.item.crafting.Ingredient@918f93d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 663 abyssalcraft:crystalshard_6_alt RecipeStage{tier='three', recipe=1xitem.crystalshard@6:[net.minecraft.item.crafting.Ingredient@431b5d63, net.minecraft.item.crafting.Ingredient@431b5d63, net.minecraft.item.crafting.Ingredient@431b5d63, net.minecraft.item.crafting.Ingredient@431b5d63, net.minecraft.item.crafting.Ingredient@431b5d63, net.minecraft.item.crafting.Ingredient@431b5d63, net.minecraft.item.crafting.Ingredient@431b5d63, net.minecraft.item.crafting.Ingredient@431b5d63, net.minecraft.item.crafting.Ingredient@431b5d63]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 664 abyssalcraft:crystalshard_6 RecipeStage{tier='three', recipe=9xitem.crystalshard@6:[net.minecraft.item.crafting.Ingredient@7d664ab6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 665 abyssalcraft:crystalshard_5_alt RecipeStage{tier='three', recipe=1xitem.crystalshard@5:[net.minecraft.item.crafting.Ingredient@47681d2e, net.minecraft.item.crafting.Ingredient@47681d2e, net.minecraft.item.crafting.Ingredient@47681d2e, net.minecraft.item.crafting.Ingredient@47681d2e, net.minecraft.item.crafting.Ingredient@47681d2e, net.minecraft.item.crafting.Ingredient@47681d2e, net.minecraft.item.crafting.Ingredient@47681d2e, net.minecraft.item.crafting.Ingredient@47681d2e, net.minecraft.item.crafting.Ingredient@47681d2e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 666 abyssalcraft:crystalshard_5 RecipeStage{tier='three', recipe=9xitem.crystalshard@5:[net.minecraft.item.crafting.Ingredient@5e7ec4da]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 667 abyssalcraft:crystalshard_4_alt RecipeStage{tier='three', recipe=1xitem.crystalshard@4:[net.minecraft.item.crafting.Ingredient@35387947, net.minecraft.item.crafting.Ingredient@35387947, net.minecraft.item.crafting.Ingredient@35387947, net.minecraft.item.crafting.Ingredient@35387947, net.minecraft.item.crafting.Ingredient@35387947, net.minecraft.item.crafting.Ingredient@35387947, net.minecraft.item.crafting.Ingredient@35387947, net.minecraft.item.crafting.Ingredient@35387947, net.minecraft.item.crafting.Ingredient@35387947]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 668 abyssalcraft:crystalshard_4 RecipeStage{tier='three', recipe=9xitem.crystalshard@4:[net.minecraft.item.crafting.Ingredient@79028853]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 669 abyssalcraft:crystalshard_3_alt RecipeStage{tier='three', recipe=1xitem.crystalshard@3:[net.minecraft.item.crafting.Ingredient@7a169a9d, net.minecraft.item.crafting.Ingredient@7a169a9d, net.minecraft.item.crafting.Ingredient@7a169a9d, net.minecraft.item.crafting.Ingredient@7a169a9d, net.minecraft.item.crafting.Ingredient@7a169a9d, net.minecraft.item.crafting.Ingredient@7a169a9d, net.minecraft.item.crafting.Ingredient@7a169a9d, net.minecraft.item.crafting.Ingredient@7a169a9d, net.minecraft.item.crafting.Ingredient@7a169a9d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 670 abyssalcraft:crystalshard_3 RecipeStage{tier='three', recipe=9xitem.crystalshard@3:[net.minecraft.item.crafting.Ingredient@39ed102a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 671 abyssalcraft:crystalshard_2_alt RecipeStage{tier='three', recipe=1xitem.crystalshard@2:[net.minecraft.item.crafting.Ingredient@7b06af29, net.minecraft.item.crafting.Ingredient@7b06af29, net.minecraft.item.crafting.Ingredient@7b06af29, net.minecraft.item.crafting.Ingredient@7b06af29, net.minecraft.item.crafting.Ingredient@7b06af29, net.minecraft.item.crafting.Ingredient@7b06af29, net.minecraft.item.crafting.Ingredient@7b06af29, net.minecraft.item.crafting.Ingredient@7b06af29, net.minecraft.item.crafting.Ingredient@7b06af29]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 672 abyssalcraft:crystalshard_27_alt RecipeStage{tier='three', recipe=1xitem.crystalshard@27:[net.minecraft.item.crafting.Ingredient@6d02d4df, net.minecraft.item.crafting.Ingredient@6d02d4df, net.minecraft.item.crafting.Ingredient@6d02d4df, net.minecraft.item.crafting.Ingredient@6d02d4df, net.minecraft.item.crafting.Ingredient@6d02d4df, net.minecraft.item.crafting.Ingredient@6d02d4df, net.minecraft.item.crafting.Ingredient@6d02d4df, net.minecraft.item.crafting.Ingredient@6d02d4df, net.minecraft.item.crafting.Ingredient@6d02d4df]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 673 abyssalcraft:crystalshard_27 RecipeStage{tier='three', recipe=9xitem.crystalshard@27:[net.minecraft.item.crafting.Ingredient@13d75bc5]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 674 abyssalcraft:crystalshard_26_alt RecipeStage{tier='three', recipe=1xitem.crystalshard@26:[net.minecraft.item.crafting.Ingredient@2b2cf89b, net.minecraft.item.crafting.Ingredient@2b2cf89b, net.minecraft.item.crafting.Ingredient@2b2cf89b, net.minecraft.item.crafting.Ingredient@2b2cf89b, net.minecraft.item.crafting.Ingredient@2b2cf89b, net.minecraft.item.crafting.Ingredient@2b2cf89b, net.minecraft.item.crafting.Ingredient@2b2cf89b, net.minecraft.item.crafting.Ingredient@2b2cf89b, net.minecraft.item.crafting.Ingredient@2b2cf89b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 675 abyssalcraft:crystalshard_26 RecipeStage{tier='three', recipe=9xitem.crystalshard@26:[net.minecraft.item.crafting.Ingredient@d18406a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 676 abyssalcraft:crystalshard_25_alt RecipeStage{tier='three', recipe=1xitem.crystalshard@25:[net.minecraft.item.crafting.Ingredient@465e9c5f, net.minecraft.item.crafting.Ingredient@465e9c5f, net.minecraft.item.crafting.Ingredient@465e9c5f, net.minecraft.item.crafting.Ingredient@465e9c5f, net.minecraft.item.crafting.Ingredient@465e9c5f, net.minecraft.item.crafting.Ingredient@465e9c5f, net.minecraft.item.crafting.Ingredient@465e9c5f, net.minecraft.item.crafting.Ingredient@465e9c5f, net.minecraft.item.crafting.Ingredient@465e9c5f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 677 abyssalcraft:crystalshard_25 RecipeStage{tier='three', recipe=9xitem.crystalshard@25:[net.minecraft.item.crafting.Ingredient@2ab27cd2]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 678 abyssalcraft:crystalshard_24_alt RecipeStage{tier='three', recipe=1xitem.crystalshard@24:[net.minecraft.item.crafting.Ingredient@103ef55d, net.minecraft.item.crafting.Ingredient@103ef55d, net.minecraft.item.crafting.Ingredient@103ef55d, net.minecraft.item.crafting.Ingredient@103ef55d, net.minecraft.item.crafting.Ingredient@103ef55d, net.minecraft.item.crafting.Ingredient@103ef55d, net.minecraft.item.crafting.Ingredient@103ef55d, net.minecraft.item.crafting.Ingredient@103ef55d, net.minecraft.item.crafting.Ingredient@103ef55d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 679 abyssalcraft:crystalshard_24 RecipeStage{tier='three', recipe=9xitem.crystalshard@24:[net.minecraft.item.crafting.Ingredient@3afaced2]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 680 abyssalcraft:crystalshard_23_alt_alt RecipeStage{tier='three', recipe=1xitem.crystalshard@23:[net.minecraft.item.crafting.Ingredient@4c1e398a, net.minecraft.item.crafting.Ingredient@4c1e398a, net.minecraft.item.crafting.Ingredient@4c1e398a, net.minecraft.item.crafting.Ingredient@4c1e398a, net.minecraft.item.crafting.Ingredient@4c1e398a, net.minecraft.item.crafting.Ingredient@4c1e398a, net.minecraft.item.crafting.Ingredient@4c1e398a, net.minecraft.item.crafting.Ingredient@4c1e398a, net.minecraft.item.crafting.Ingredient@4c1e398a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 681 abyssalcraft:crystalshard_23_alt RecipeStage{tier='three', recipe=9xitem.crystalshard@23:[net.minecraft.item.crafting.Ingredient@62c9bd50]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 682 abyssalcraft:crystalshard_23 RecipeStage{tier='three', recipe=1xitem.crystalshard@23:[net.minecraft.item.crafting.Ingredient@1b1f2484, net.minecraft.item.crafting.Ingredient@3b744683]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 683 abyssalcraft:crystalshard_22_alt_alt RecipeStage{tier='three', recipe=1xitem.crystalshard@22:[net.minecraft.item.crafting.Ingredient@34330160, net.minecraft.item.crafting.Ingredient@34330160, net.minecraft.item.crafting.Ingredient@34330160, net.minecraft.item.crafting.Ingredient@34330160, net.minecraft.item.crafting.Ingredient@34330160, net.minecraft.item.crafting.Ingredient@34330160, net.minecraft.item.crafting.Ingredient@34330160, net.minecraft.item.crafting.Ingredient@34330160, net.minecraft.item.crafting.Ingredient@34330160]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 684 abyssalcraft:crystalshard_22_alt RecipeStage{tier='three', recipe=9xitem.crystalshard@22:[net.minecraft.item.crafting.Ingredient@20ba9292]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 685 abyssalcraft:crystalshard_22 RecipeStage{tier='three', recipe=1xitem.crystalshard@22:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4d426b03, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@47bf9e8f, net.minecraft.item.crafting.Ingredient@47bf9e8f, net.minecraft.item.crafting.Ingredient@47bf9e8f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4d426b03, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 686 abyssalcraft:crystalshard_21_alt_alt RecipeStage{tier='three', recipe=1xitem.crystalshard@21:[net.minecraft.item.crafting.Ingredient@7caaad0e, net.minecraft.item.crafting.Ingredient@7caaad0e, net.minecraft.item.crafting.Ingredient@7caaad0e, net.minecraft.item.crafting.Ingredient@7caaad0e, net.minecraft.item.crafting.Ingredient@7caaad0e, net.minecraft.item.crafting.Ingredient@7caaad0e, net.minecraft.item.crafting.Ingredient@7caaad0e, net.minecraft.item.crafting.Ingredient@7caaad0e, net.minecraft.item.crafting.Ingredient@7caaad0e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 687 abyssalcraft:crystalshard_21_alt RecipeStage{tier='three', recipe=9xitem.crystalshard@21:[net.minecraft.item.crafting.Ingredient@f6e80b6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 688 abyssalcraft:crystalshard_21 RecipeStage{tier='three', recipe=1xitem.crystalshard@21:[net.minecraft.item.crafting.Ingredient@7dd297, net.minecraft.item.crafting.Ingredient@516fc6ee, net.minecraft.item.crafting.Ingredient@7dd297]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 689 abyssalcraft:crystalshard_20_alt RecipeStage{tier='three', recipe=1xitem.crystalshard@20:[net.minecraft.item.crafting.Ingredient@9fda192, net.minecraft.item.crafting.Ingredient@9fda192, net.minecraft.item.crafting.Ingredient@9fda192, net.minecraft.item.crafting.Ingredient@9fda192, net.minecraft.item.crafting.Ingredient@9fda192, net.minecraft.item.crafting.Ingredient@9fda192, net.minecraft.item.crafting.Ingredient@9fda192, net.minecraft.item.crafting.Ingredient@9fda192, net.minecraft.item.crafting.Ingredient@9fda192]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 690 abyssalcraft:crystalshard_20 RecipeStage{tier='three', recipe=9xitem.crystalshard@20:[net.minecraft.item.crafting.Ingredient@4742d0f9]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 691 abyssalcraft:crystalshard_2 RecipeStage{tier='three', recipe=9xitem.crystalshard@2:[net.minecraft.item.crafting.Ingredient@cb7bfab]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 692 abyssalcraft:crystalshard_1_alt RecipeStage{tier='three', recipe=1xitem.crystalshard@1:[net.minecraft.item.crafting.Ingredient@35c42b20, net.minecraft.item.crafting.Ingredient@35c42b20, net.minecraft.item.crafting.Ingredient@35c42b20, net.minecraft.item.crafting.Ingredient@35c42b20, net.minecraft.item.crafting.Ingredient@35c42b20, net.minecraft.item.crafting.Ingredient@35c42b20, net.minecraft.item.crafting.Ingredient@35c42b20, net.minecraft.item.crafting.Ingredient@35c42b20, net.minecraft.item.crafting.Ingredient@35c42b20]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 693 abyssalcraft:crystalshard_19_alt RecipeStage{tier='three', recipe=1xitem.crystalshard@19:[net.minecraft.item.crafting.Ingredient@6d755048, net.minecraft.item.crafting.Ingredient@6d755048, net.minecraft.item.crafting.Ingredient@6d755048, net.minecraft.item.crafting.Ingredient@6d755048, net.minecraft.item.crafting.Ingredient@6d755048, net.minecraft.item.crafting.Ingredient@6d755048, net.minecraft.item.crafting.Ingredient@6d755048, net.minecraft.item.crafting.Ingredient@6d755048, net.minecraft.item.crafting.Ingredient@6d755048]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 694 abyssalcraft:crystalshard_19 RecipeStage{tier='three', recipe=9xitem.crystalshard@19:[net.minecraft.item.crafting.Ingredient@4ffb3c59]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 695 abyssalcraft:crystalshard_18_alt RecipeStage{tier='three', recipe=1xitem.crystalshard@18:[net.minecraft.item.crafting.Ingredient@73643a19, net.minecraft.item.crafting.Ingredient@73643a19, net.minecraft.item.crafting.Ingredient@73643a19, net.minecraft.item.crafting.Ingredient@73643a19, net.minecraft.item.crafting.Ingredient@73643a19, net.minecraft.item.crafting.Ingredient@73643a19, net.minecraft.item.crafting.Ingredient@73643a19, net.minecraft.item.crafting.Ingredient@73643a19, net.minecraft.item.crafting.Ingredient@73643a19]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 696 abyssalcraft:crystalshard_18 RecipeStage{tier='three', recipe=9xitem.crystalshard@18:[net.minecraft.item.crafting.Ingredient@2a14c494]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 697 abyssalcraft:crystalshard_17_alt RecipeStage{tier='three', recipe=1xitem.crystalshard@17:[net.minecraft.item.crafting.Ingredient@48732202, net.minecraft.item.crafting.Ingredient@48732202, net.minecraft.item.crafting.Ingredient@48732202, net.minecraft.item.crafting.Ingredient@48732202, net.minecraft.item.crafting.Ingredient@48732202, net.minecraft.item.crafting.Ingredient@48732202, net.minecraft.item.crafting.Ingredient@48732202, net.minecraft.item.crafting.Ingredient@48732202, net.minecraft.item.crafting.Ingredient@48732202]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 698 abyssalcraft:crystalshard_17 RecipeStage{tier='three', recipe=9xitem.crystalshard@17:[net.minecraft.item.crafting.Ingredient@36901184]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 699 abyssalcraft:crystalshard_16_alt RecipeStage{tier='three', recipe=1xitem.crystalshard@16:[net.minecraft.item.crafting.Ingredient@63ce6441, net.minecraft.item.crafting.Ingredient@63ce6441, net.minecraft.item.crafting.Ingredient@63ce6441, net.minecraft.item.crafting.Ingredient@63ce6441, net.minecraft.item.crafting.Ingredient@63ce6441, net.minecraft.item.crafting.Ingredient@63ce6441, net.minecraft.item.crafting.Ingredient@63ce6441, net.minecraft.item.crafting.Ingredient@63ce6441, net.minecraft.item.crafting.Ingredient@63ce6441]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 700 abyssalcraft:crystalshard_16 RecipeStage{tier='three', recipe=9xitem.crystalshard@16:[net.minecraft.item.crafting.Ingredient@8bae4bd]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 701 abyssalcraft:crystalshard_15_alt RecipeStage{tier='three', recipe=1xitem.crystalshard@15:[net.minecraft.item.crafting.Ingredient@7b4f36e9, net.minecraft.item.crafting.Ingredient@7b4f36e9, net.minecraft.item.crafting.Ingredient@7b4f36e9, net.minecraft.item.crafting.Ingredient@7b4f36e9, net.minecraft.item.crafting.Ingredient@7b4f36e9, net.minecraft.item.crafting.Ingredient@7b4f36e9, net.minecraft.item.crafting.Ingredient@7b4f36e9, net.minecraft.item.crafting.Ingredient@7b4f36e9, net.minecraft.item.crafting.Ingredient@7b4f36e9]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 702 abyssalcraft:crystalshard_15 RecipeStage{tier='three', recipe=9xitem.crystalshard@15:[net.minecraft.item.crafting.Ingredient@1e857b3d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 703 abyssalcraft:crystalshard_14_alt RecipeStage{tier='three', recipe=1xitem.crystalshard@14:[net.minecraft.item.crafting.Ingredient@61c39d39, net.minecraft.item.crafting.Ingredient@61c39d39, net.minecraft.item.crafting.Ingredient@61c39d39, net.minecraft.item.crafting.Ingredient@61c39d39, net.minecraft.item.crafting.Ingredient@61c39d39, net.minecraft.item.crafting.Ingredient@61c39d39, net.minecraft.item.crafting.Ingredient@61c39d39, net.minecraft.item.crafting.Ingredient@61c39d39, net.minecraft.item.crafting.Ingredient@61c39d39]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 704 abyssalcraft:crystalshard_14 RecipeStage{tier='three', recipe=9xitem.crystalshard@14:[net.minecraft.item.crafting.Ingredient@191bb8a2]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 705 abyssalcraft:crystalshard_13_alt RecipeStage{tier='three', recipe=1xitem.crystalshard@13:[net.minecraft.item.crafting.Ingredient@3104858d, net.minecraft.item.crafting.Ingredient@3104858d, net.minecraft.item.crafting.Ingredient@3104858d, net.minecraft.item.crafting.Ingredient@3104858d, net.minecraft.item.crafting.Ingredient@3104858d, net.minecraft.item.crafting.Ingredient@3104858d, net.minecraft.item.crafting.Ingredient@3104858d, net.minecraft.item.crafting.Ingredient@3104858d, net.minecraft.item.crafting.Ingredient@3104858d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 706 abyssalcraft:crystalshard_13 RecipeStage{tier='three', recipe=9xitem.crystalshard@13:[net.minecraft.item.crafting.Ingredient@3eb6feef]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 707 abyssalcraft:crystalshard_12_alt RecipeStage{tier='three', recipe=1xitem.crystalshard@12:[net.minecraft.item.crafting.Ingredient@33a91114, net.minecraft.item.crafting.Ingredient@33a91114, net.minecraft.item.crafting.Ingredient@33a91114, net.minecraft.item.crafting.Ingredient@33a91114, net.minecraft.item.crafting.Ingredient@33a91114, net.minecraft.item.crafting.Ingredient@33a91114, net.minecraft.item.crafting.Ingredient@33a91114, net.minecraft.item.crafting.Ingredient@33a91114, net.minecraft.item.crafting.Ingredient@33a91114]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 708 abyssalcraft:crystalshard_12 RecipeStage{tier='three', recipe=9xitem.crystalshard@12:[net.minecraft.item.crafting.Ingredient@502ba5da]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 709 abyssalcraft:crystalshard_11_alt RecipeStage{tier='three', recipe=1xitem.crystalshard@11:[net.minecraft.item.crafting.Ingredient@2d8a8086, net.minecraft.item.crafting.Ingredient@2d8a8086, net.minecraft.item.crafting.Ingredient@2d8a8086, net.minecraft.item.crafting.Ingredient@2d8a8086, net.minecraft.item.crafting.Ingredient@2d8a8086, net.minecraft.item.crafting.Ingredient@2d8a8086, net.minecraft.item.crafting.Ingredient@2d8a8086, net.minecraft.item.crafting.Ingredient@2d8a8086, net.minecraft.item.crafting.Ingredient@2d8a8086]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 710 abyssalcraft:crystalshard_11 RecipeStage{tier='three', recipe=9xitem.crystalshard@11:[net.minecraft.item.crafting.Ingredient@462c6ff9]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 711 abyssalcraft:crystalshard_10_alt_alt RecipeStage{tier='three', recipe=1xitem.crystalshard@10:[net.minecraft.item.crafting.Ingredient@bde0474, net.minecraft.item.crafting.Ingredient@bde0474, net.minecraft.item.crafting.Ingredient@bde0474, net.minecraft.item.crafting.Ingredient@bde0474, net.minecraft.item.crafting.Ingredient@bde0474, net.minecraft.item.crafting.Ingredient@bde0474, net.minecraft.item.crafting.Ingredient@bde0474, net.minecraft.item.crafting.Ingredient@bde0474, net.minecraft.item.crafting.Ingredient@bde0474]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 712 abyssalcraft:crystalshard_10_alt RecipeStage{tier='three', recipe=9xitem.crystalshard@10:[net.minecraft.item.crafting.Ingredient@2f746ffb]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 713 abyssalcraft:crystalshard_10 RecipeStage{tier='three', recipe=1xitem.crystalshard@10:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3e2e4f2c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3e2e4f2c, net.minecraft.item.crafting.Ingredient@12c9bc3e, net.minecraft.item.crafting.Ingredient@3e2e4f2c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3e2e4f2c, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 714 abyssalcraft:crystalshard_1 RecipeStage{tier='three', recipe=9xitem.crystalshard@1:[net.minecraft.item.crafting.Ingredient@544c7d7d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 715 abyssalcraft:crystalshard_0_alt RecipeStage{tier='three', recipe=1xitem.crystalshard@0:[net.minecraft.item.crafting.Ingredient@234c9552, net.minecraft.item.crafting.Ingredient@234c9552, net.minecraft.item.crafting.Ingredient@234c9552, net.minecraft.item.crafting.Ingredient@234c9552, net.minecraft.item.crafting.Ingredient@234c9552, net.minecraft.item.crafting.Ingredient@234c9552, net.minecraft.item.crafting.Ingredient@234c9552, net.minecraft.item.crafting.Ingredient@234c9552, net.minecraft.item.crafting.Ingredient@234c9552]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 716 abyssalcraft:crystalshard_0 RecipeStage{tier='three', recipe=9xitem.crystalshard@0:[net.minecraft.item.crafting.Ingredient@56a9e814]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 717 abyssalcraft:crystallizer RecipeStage{tier='two', recipe=1xtile.crystallizer@0:[net.minecraft.item.crafting.Ingredient@5a1bc3f6, net.minecraft.item.crafting.Ingredient@5a1bc3f6, net.minecraft.item.crafting.Ingredient@5a1bc3f6, net.minecraft.item.crafting.Ingredient@72740658, net.minecraft.item.crafting.Ingredient@29c5c3b9, net.minecraft.item.crafting.Ingredient@72740658, net.minecraft.item.crafting.Ingredient@5a1bc3f6, net.minecraft.item.crafting.Ingredient@5a1bc3f6, net.minecraft.item.crafting.Ingredient@5a1bc3f6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 718 abyssalcraft:crystalfragment_9_alt RecipeStage{tier='three', recipe=9xitem.crystalfragment@9:[net.minecraft.item.crafting.Ingredient@3b9a4e9b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 719 abyssalcraft:crystalfragment_9 RecipeStage{tier='three', recipe=1xitem.crystalfragment@9:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4ac409cc, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2666356b, net.minecraft.item.crafting.Ingredient@2666356b, net.minecraft.item.crafting.Ingredient@2666356b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 720 abyssalcraft:crystalfragment_8 RecipeStage{tier='three', recipe=9xitem.crystalfragment@8:[net.minecraft.item.crafting.Ingredient@796f24a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 721 abyssalcraft:crystalfragment_7 RecipeStage{tier='three', recipe=9xitem.crystalfragment@7:[net.minecraft.item.crafting.Ingredient@4b18f52a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 722 abyssalcraft:crystalfragment_6 RecipeStage{tier='three', recipe=9xitem.crystalfragment@6:[net.minecraft.item.crafting.Ingredient@73f571da]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 723 abyssalcraft:crystalfragment_5 RecipeStage{tier='three', recipe=9xitem.crystalfragment@5:[net.minecraft.item.crafting.Ingredient@26dd1919]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 724 abyssalcraft:crystalfragment_4 RecipeStage{tier='three', recipe=9xitem.crystalfragment@4:[net.minecraft.item.crafting.Ingredient@4fcdf49c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 725 abyssalcraft:crystalfragment_3 RecipeStage{tier='three', recipe=9xitem.crystalfragment@3:[net.minecraft.item.crafting.Ingredient@2f89bc81]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 726 abyssalcraft:crystalfragment_27 RecipeStage{tier='three', recipe=9xitem.crystalfragment@27:[net.minecraft.item.crafting.Ingredient@5198d437]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 727 abyssalcraft:crystalfragment_26 RecipeStage{tier='three', recipe=9xitem.crystalfragment@26:[net.minecraft.item.crafting.Ingredient@47f49aa2]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 728 abyssalcraft:crystalfragment_25 RecipeStage{tier='three', recipe=9xitem.crystalfragment@25:[net.minecraft.item.crafting.Ingredient@4a237350]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 729 abyssalcraft:crystalfragment_24 RecipeStage{tier='three', recipe=9xitem.crystalfragment@24:[net.minecraft.item.crafting.Ingredient@3dcab0c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 730 abyssalcraft:crystalfragment_23_alt RecipeStage{tier='three', recipe=9xitem.crystalfragment@23:[net.minecraft.item.crafting.Ingredient@59595ea7]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 731 abyssalcraft:crystalfragment_23 RecipeStage{tier='three', recipe=1xitem.crystalfragment@23:[net.minecraft.item.crafting.Ingredient@2c2148d1, net.minecraft.item.crafting.Ingredient@49bd1230]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 732 abyssalcraft:crystalfragment_22_alt RecipeStage{tier='three', recipe=9xitem.crystalfragment@22:[net.minecraft.item.crafting.Ingredient@68eaadd2]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 733 abyssalcraft:crystalfragment_22 RecipeStage{tier='three', recipe=1xitem.crystalfragment@22:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3ab064dd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@30194aea, net.minecraft.item.crafting.Ingredient@30194aea, net.minecraft.item.crafting.Ingredient@30194aea, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3ab064dd, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 734 abyssalcraft:crystalfragment_21_alt RecipeStage{tier='three', recipe=9xitem.crystalfragment@21:[net.minecraft.item.crafting.Ingredient@249ef27e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 735 abyssalcraft:crystalfragment_21 RecipeStage{tier='three', recipe=1xitem.crystalfragment@21:[net.minecraft.item.crafting.Ingredient@44a378fe, net.minecraft.item.crafting.Ingredient@25a4ee02, net.minecraft.item.crafting.Ingredient@44a378fe]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 736 abyssalcraft:crystalfragment_20 RecipeStage{tier='three', recipe=9xitem.crystalfragment@20:[net.minecraft.item.crafting.Ingredient@2e653af1]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 737 abyssalcraft:crystalfragment_2 RecipeStage{tier='three', recipe=9xitem.crystalfragment@2:[net.minecraft.item.crafting.Ingredient@37abed55]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 738 abyssalcraft:crystalfragment_19 RecipeStage{tier='three', recipe=9xitem.crystalfragment@19:[net.minecraft.item.crafting.Ingredient@299e06aa]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 739 abyssalcraft:crystalfragment_18 RecipeStage{tier='three', recipe=9xitem.crystalfragment@18:[net.minecraft.item.crafting.Ingredient@1363dc0d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 740 abyssalcraft:crystalfragment_17 RecipeStage{tier='three', recipe=9xitem.crystalfragment@17:[net.minecraft.item.crafting.Ingredient@2e7b2b7e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 741 abyssalcraft:crystalfragment_16 RecipeStage{tier='three', recipe=9xitem.crystalfragment@16:[net.minecraft.item.crafting.Ingredient@59c7c199]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 742 abyssalcraft:crystalfragment_15 RecipeStage{tier='three', recipe=9xitem.crystalfragment@15:[net.minecraft.item.crafting.Ingredient@6304cbe4]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 743 abyssalcraft:crystalfragment_14 RecipeStage{tier='three', recipe=9xitem.crystalfragment@14:[net.minecraft.item.crafting.Ingredient@503d2779]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 744 abyssalcraft:crystalfragment_13 RecipeStage{tier='three', recipe=9xitem.crystalfragment@13:[net.minecraft.item.crafting.Ingredient@14e12634]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 745 abyssalcraft:crystalfragment_12 RecipeStage{tier='three', recipe=9xitem.crystalfragment@12:[net.minecraft.item.crafting.Ingredient@519db9cc]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 746 abyssalcraft:crystalfragment_11 RecipeStage{tier='three', recipe=9xitem.crystalfragment@11:[net.minecraft.item.crafting.Ingredient@4b21c9e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 747 abyssalcraft:crystalfragment_10_alt RecipeStage{tier='three', recipe=9xitem.crystalfragment@10:[net.minecraft.item.crafting.Ingredient@36995f2d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 748 abyssalcraft:crystalfragment_10 RecipeStage{tier='three', recipe=1xitem.crystalfragment@10:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@386e64c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@386e64c, net.minecraft.item.crafting.Ingredient@18b622c6, net.minecraft.item.crafting.Ingredient@386e64c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@386e64c, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 749 abyssalcraft:crystalfragment_1 RecipeStage{tier='three', recipe=9xitem.crystalfragment@1:[net.minecraft.item.crafting.Ingredient@80c843f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 750 abyssalcraft:crystalfragment_0 RecipeStage{tier='three', recipe=9xitem.crystalfragment@0:[net.minecraft.item.crafting.Ingredient@6960bf30]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 751 abyssalcraft:crystalcluster_9 RecipeStage{tier='three', recipe=1xtile.crystalcluster@9:[net.minecraft.item.crafting.Ingredient@5ad19001, net.minecraft.item.crafting.Ingredient@5ad19001, net.minecraft.item.crafting.Ingredient@5ad19001, net.minecraft.item.crafting.Ingredient@5ad19001, net.minecraft.item.crafting.Ingredient@5ad19001, net.minecraft.item.crafting.Ingredient@5ad19001, net.minecraft.item.crafting.Ingredient@5ad19001, net.minecraft.item.crafting.Ingredient@5ad19001, net.minecraft.item.crafting.Ingredient@5ad19001]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 752 abyssalcraft:crystalcluster_8 RecipeStage{tier='three', recipe=1xtile.crystalcluster@8:[net.minecraft.item.crafting.Ingredient@6ab4716d, net.minecraft.item.crafting.Ingredient@6ab4716d, net.minecraft.item.crafting.Ingredient@6ab4716d, net.minecraft.item.crafting.Ingredient@6ab4716d, net.minecraft.item.crafting.Ingredient@6ab4716d, net.minecraft.item.crafting.Ingredient@6ab4716d, net.minecraft.item.crafting.Ingredient@6ab4716d, net.minecraft.item.crafting.Ingredient@6ab4716d, net.minecraft.item.crafting.Ingredient@6ab4716d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 753 abyssalcraft:crystalcluster_7 RecipeStage{tier='three', recipe=1xtile.crystalcluster@7:[net.minecraft.item.crafting.Ingredient@21a2e3ec, net.minecraft.item.crafting.Ingredient@21a2e3ec, net.minecraft.item.crafting.Ingredient@21a2e3ec, net.minecraft.item.crafting.Ingredient@21a2e3ec, net.minecraft.item.crafting.Ingredient@21a2e3ec, net.minecraft.item.crafting.Ingredient@21a2e3ec, net.minecraft.item.crafting.Ingredient@21a2e3ec, net.minecraft.item.crafting.Ingredient@21a2e3ec, net.minecraft.item.crafting.Ingredient@21a2e3ec]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 754 abyssalcraft:crystalcluster_6 RecipeStage{tier='three', recipe=1xtile.crystalcluster@6:[net.minecraft.item.crafting.Ingredient@3ac2c3cc, net.minecraft.item.crafting.Ingredient@3ac2c3cc, net.minecraft.item.crafting.Ingredient@3ac2c3cc, net.minecraft.item.crafting.Ingredient@3ac2c3cc, net.minecraft.item.crafting.Ingredient@3ac2c3cc, net.minecraft.item.crafting.Ingredient@3ac2c3cc, net.minecraft.item.crafting.Ingredient@3ac2c3cc, net.minecraft.item.crafting.Ingredient@3ac2c3cc, net.minecraft.item.crafting.Ingredient@3ac2c3cc]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 755 abyssalcraft:crystalcluster_5 RecipeStage{tier='three', recipe=1xtile.crystalcluster@5:[net.minecraft.item.crafting.Ingredient@26a691a3, net.minecraft.item.crafting.Ingredient@26a691a3, net.minecraft.item.crafting.Ingredient@26a691a3, net.minecraft.item.crafting.Ingredient@26a691a3, net.minecraft.item.crafting.Ingredient@26a691a3, net.minecraft.item.crafting.Ingredient@26a691a3, net.minecraft.item.crafting.Ingredient@26a691a3, net.minecraft.item.crafting.Ingredient@26a691a3, net.minecraft.item.crafting.Ingredient@26a691a3]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 756 abyssalcraft:crystalcluster_4 RecipeStage{tier='three', recipe=1xtile.crystalcluster@4:[net.minecraft.item.crafting.Ingredient@3c52205c, net.minecraft.item.crafting.Ingredient@3c52205c, net.minecraft.item.crafting.Ingredient@3c52205c, net.minecraft.item.crafting.Ingredient@3c52205c, net.minecraft.item.crafting.Ingredient@3c52205c, net.minecraft.item.crafting.Ingredient@3c52205c, net.minecraft.item.crafting.Ingredient@3c52205c, net.minecraft.item.crafting.Ingredient@3c52205c, net.minecraft.item.crafting.Ingredient@3c52205c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 757 abyssalcraft:crystalcluster_3 RecipeStage{tier='three', recipe=1xtile.crystalcluster@3:[net.minecraft.item.crafting.Ingredient@12f6c3e5, net.minecraft.item.crafting.Ingredient@12f6c3e5, net.minecraft.item.crafting.Ingredient@12f6c3e5, net.minecraft.item.crafting.Ingredient@12f6c3e5, net.minecraft.item.crafting.Ingredient@12f6c3e5, net.minecraft.item.crafting.Ingredient@12f6c3e5, net.minecraft.item.crafting.Ingredient@12f6c3e5, net.minecraft.item.crafting.Ingredient@12f6c3e5, net.minecraft.item.crafting.Ingredient@12f6c3e5]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 758 abyssalcraft:crystalcluster_2 RecipeStage{tier='three', recipe=1xtile.crystalcluster@2:[net.minecraft.item.crafting.Ingredient@40d7b813, net.minecraft.item.crafting.Ingredient@40d7b813, net.minecraft.item.crafting.Ingredient@40d7b813, net.minecraft.item.crafting.Ingredient@40d7b813, net.minecraft.item.crafting.Ingredient@40d7b813, net.minecraft.item.crafting.Ingredient@40d7b813, net.minecraft.item.crafting.Ingredient@40d7b813, net.minecraft.item.crafting.Ingredient@40d7b813, net.minecraft.item.crafting.Ingredient@40d7b813]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 759 abyssalcraft:crystalcluster_15 RecipeStage{tier='three', recipe=1xtile.crystalcluster@15:[net.minecraft.item.crafting.Ingredient@4be72c5b, net.minecraft.item.crafting.Ingredient@4be72c5b, net.minecraft.item.crafting.Ingredient@4be72c5b, net.minecraft.item.crafting.Ingredient@4be72c5b, net.minecraft.item.crafting.Ingredient@4be72c5b, net.minecraft.item.crafting.Ingredient@4be72c5b, net.minecraft.item.crafting.Ingredient@4be72c5b, net.minecraft.item.crafting.Ingredient@4be72c5b, net.minecraft.item.crafting.Ingredient@4be72c5b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 760 abyssalcraft:crystalcluster_14 RecipeStage{tier='three', recipe=1xtile.crystalcluster@14:[net.minecraft.item.crafting.Ingredient@1f12451, net.minecraft.item.crafting.Ingredient@1f12451, net.minecraft.item.crafting.Ingredient@1f12451, net.minecraft.item.crafting.Ingredient@1f12451, net.minecraft.item.crafting.Ingredient@1f12451, net.minecraft.item.crafting.Ingredient@1f12451, net.minecraft.item.crafting.Ingredient@1f12451, net.minecraft.item.crafting.Ingredient@1f12451, net.minecraft.item.crafting.Ingredient@1f12451]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 761 abyssalcraft:crystalcluster_13 RecipeStage{tier='three', recipe=1xtile.crystalcluster@13:[net.minecraft.item.crafting.Ingredient@2a7f3f5e, net.minecraft.item.crafting.Ingredient@2a7f3f5e, net.minecraft.item.crafting.Ingredient@2a7f3f5e, net.minecraft.item.crafting.Ingredient@2a7f3f5e, net.minecraft.item.crafting.Ingredient@2a7f3f5e, net.minecraft.item.crafting.Ingredient@2a7f3f5e, net.minecraft.item.crafting.Ingredient@2a7f3f5e, net.minecraft.item.crafting.Ingredient@2a7f3f5e, net.minecraft.item.crafting.Ingredient@2a7f3f5e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 762 abyssalcraft:crystalcluster_12 RecipeStage{tier='three', recipe=1xtile.crystalcluster@12:[net.minecraft.item.crafting.Ingredient@522891fd, net.minecraft.item.crafting.Ingredient@522891fd, net.minecraft.item.crafting.Ingredient@522891fd, net.minecraft.item.crafting.Ingredient@522891fd, net.minecraft.item.crafting.Ingredient@522891fd, net.minecraft.item.crafting.Ingredient@522891fd, net.minecraft.item.crafting.Ingredient@522891fd, net.minecraft.item.crafting.Ingredient@522891fd, net.minecraft.item.crafting.Ingredient@522891fd]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 763 abyssalcraft:crystalcluster_11 RecipeStage{tier='three', recipe=1xtile.crystalcluster@11:[net.minecraft.item.crafting.Ingredient@4add1a31, net.minecraft.item.crafting.Ingredient@4add1a31, net.minecraft.item.crafting.Ingredient@4add1a31, net.minecraft.item.crafting.Ingredient@4add1a31, net.minecraft.item.crafting.Ingredient@4add1a31, net.minecraft.item.crafting.Ingredient@4add1a31, net.minecraft.item.crafting.Ingredient@4add1a31, net.minecraft.item.crafting.Ingredient@4add1a31, net.minecraft.item.crafting.Ingredient@4add1a31]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 764 abyssalcraft:crystalcluster_10 RecipeStage{tier='three', recipe=1xtile.crystalcluster@10:[net.minecraft.item.crafting.Ingredient@28406063, net.minecraft.item.crafting.Ingredient@28406063, net.minecraft.item.crafting.Ingredient@28406063, net.minecraft.item.crafting.Ingredient@28406063, net.minecraft.item.crafting.Ingredient@28406063, net.minecraft.item.crafting.Ingredient@28406063, net.minecraft.item.crafting.Ingredient@28406063, net.minecraft.item.crafting.Ingredient@28406063, net.minecraft.item.crafting.Ingredient@28406063]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 765 abyssalcraft:crystalcluster_1 RecipeStage{tier='three', recipe=1xtile.crystalcluster@1:[net.minecraft.item.crafting.Ingredient@304c12b8, net.minecraft.item.crafting.Ingredient@304c12b8, net.minecraft.item.crafting.Ingredient@304c12b8, net.minecraft.item.crafting.Ingredient@304c12b8, net.minecraft.item.crafting.Ingredient@304c12b8, net.minecraft.item.crafting.Ingredient@304c12b8, net.minecraft.item.crafting.Ingredient@304c12b8, net.minecraft.item.crafting.Ingredient@304c12b8, net.minecraft.item.crafting.Ingredient@304c12b8]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 766 abyssalcraft:crystalcluster_0 RecipeStage{tier='three', recipe=1xtile.crystalcluster@0:[net.minecraft.item.crafting.Ingredient@786bbd0f, net.minecraft.item.crafting.Ingredient@786bbd0f, net.minecraft.item.crafting.Ingredient@786bbd0f, net.minecraft.item.crafting.Ingredient@786bbd0f, net.minecraft.item.crafting.Ingredient@786bbd0f, net.minecraft.item.crafting.Ingredient@786bbd0f, net.minecraft.item.crafting.Ingredient@786bbd0f, net.minecraft.item.crafting.Ingredient@786bbd0f, net.minecraft.item.crafting.Ingredient@786bbd0f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 767 abyssalcraft:crystalcluster2_9 RecipeStage{tier='three', recipe=1xtile.crystalcluster2@9:[net.minecraft.item.crafting.Ingredient@39b1b5c2, net.minecraft.item.crafting.Ingredient@39b1b5c2, net.minecraft.item.crafting.Ingredient@39b1b5c2, net.minecraft.item.crafting.Ingredient@39b1b5c2, net.minecraft.item.crafting.Ingredient@39b1b5c2, net.minecraft.item.crafting.Ingredient@39b1b5c2, net.minecraft.item.crafting.Ingredient@39b1b5c2, net.minecraft.item.crafting.Ingredient@39b1b5c2, net.minecraft.item.crafting.Ingredient@39b1b5c2]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 768 abyssalcraft:crystalcluster2_8 RecipeStage{tier='three', recipe=1xtile.crystalcluster2@8:[net.minecraft.item.crafting.Ingredient@638455d1, net.minecraft.item.crafting.Ingredient@638455d1, net.minecraft.item.crafting.Ingredient@638455d1, net.minecraft.item.crafting.Ingredient@638455d1, net.minecraft.item.crafting.Ingredient@638455d1, net.minecraft.item.crafting.Ingredient@638455d1, net.minecraft.item.crafting.Ingredient@638455d1, net.minecraft.item.crafting.Ingredient@638455d1, net.minecraft.item.crafting.Ingredient@638455d1]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 769 abyssalcraft:crystalcluster2_7 RecipeStage{tier='three', recipe=1xtile.crystalcluster2@7:[net.minecraft.item.crafting.Ingredient@540cac10, net.minecraft.item.crafting.Ingredient@540cac10, net.minecraft.item.crafting.Ingredient@540cac10, net.minecraft.item.crafting.Ingredient@540cac10, net.minecraft.item.crafting.Ingredient@540cac10, net.minecraft.item.crafting.Ingredient@540cac10, net.minecraft.item.crafting.Ingredient@540cac10, net.minecraft.item.crafting.Ingredient@540cac10, net.minecraft.item.crafting.Ingredient@540cac10]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 770 abyssalcraft:crystalcluster2_6 RecipeStage{tier='three', recipe=1xtile.crystalcluster2@6:[net.minecraft.item.crafting.Ingredient@520e0c67, net.minecraft.item.crafting.Ingredient@520e0c67, net.minecraft.item.crafting.Ingredient@520e0c67, net.minecraft.item.crafting.Ingredient@520e0c67, net.minecraft.item.crafting.Ingredient@520e0c67, net.minecraft.item.crafting.Ingredient@520e0c67, net.minecraft.item.crafting.Ingredient@520e0c67, net.minecraft.item.crafting.Ingredient@520e0c67, net.minecraft.item.crafting.Ingredient@520e0c67]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 771 abyssalcraft:crystalcluster2_5 RecipeStage{tier='three', recipe=1xtile.crystalcluster2@5:[net.minecraft.item.crafting.Ingredient@7e8722e2, net.minecraft.item.crafting.Ingredient@7e8722e2, net.minecraft.item.crafting.Ingredient@7e8722e2, net.minecraft.item.crafting.Ingredient@7e8722e2, net.minecraft.item.crafting.Ingredient@7e8722e2, net.minecraft.item.crafting.Ingredient@7e8722e2, net.minecraft.item.crafting.Ingredient@7e8722e2, net.minecraft.item.crafting.Ingredient@7e8722e2, net.minecraft.item.crafting.Ingredient@7e8722e2]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 772 abyssalcraft:crystalcluster2_4 RecipeStage{tier='three', recipe=1xtile.crystalcluster2@4:[net.minecraft.item.crafting.Ingredient@12c0e01f, net.minecraft.item.crafting.Ingredient@12c0e01f, net.minecraft.item.crafting.Ingredient@12c0e01f, net.minecraft.item.crafting.Ingredient@12c0e01f, net.minecraft.item.crafting.Ingredient@12c0e01f, net.minecraft.item.crafting.Ingredient@12c0e01f, net.minecraft.item.crafting.Ingredient@12c0e01f, net.minecraft.item.crafting.Ingredient@12c0e01f, net.minecraft.item.crafting.Ingredient@12c0e01f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 773 abyssalcraft:crystalcluster2_3 RecipeStage{tier='three', recipe=1xtile.crystalcluster2@3:[net.minecraft.item.crafting.Ingredient@68921d4, net.minecraft.item.crafting.Ingredient@68921d4, net.minecraft.item.crafting.Ingredient@68921d4, net.minecraft.item.crafting.Ingredient@68921d4, net.minecraft.item.crafting.Ingredient@68921d4, net.minecraft.item.crafting.Ingredient@68921d4, net.minecraft.item.crafting.Ingredient@68921d4, net.minecraft.item.crafting.Ingredient@68921d4, net.minecraft.item.crafting.Ingredient@68921d4]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 774 abyssalcraft:crystalcluster2_2 RecipeStage{tier='three', recipe=1xtile.crystalcluster2@2:[net.minecraft.item.crafting.Ingredient@44b6e0ae, net.minecraft.item.crafting.Ingredient@44b6e0ae, net.minecraft.item.crafting.Ingredient@44b6e0ae, net.minecraft.item.crafting.Ingredient@44b6e0ae, net.minecraft.item.crafting.Ingredient@44b6e0ae, net.minecraft.item.crafting.Ingredient@44b6e0ae, net.minecraft.item.crafting.Ingredient@44b6e0ae, net.minecraft.item.crafting.Ingredient@44b6e0ae, net.minecraft.item.crafting.Ingredient@44b6e0ae]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 775 abyssalcraft:crystalcluster2_11 RecipeStage{tier='three', recipe=1xtile.crystalcluster2@11:[net.minecraft.item.crafting.Ingredient@ed3940b, net.minecraft.item.crafting.Ingredient@ed3940b, net.minecraft.item.crafting.Ingredient@ed3940b, net.minecraft.item.crafting.Ingredient@ed3940b, net.minecraft.item.crafting.Ingredient@ed3940b, net.minecraft.item.crafting.Ingredient@ed3940b, net.minecraft.item.crafting.Ingredient@ed3940b, net.minecraft.item.crafting.Ingredient@ed3940b, net.minecraft.item.crafting.Ingredient@ed3940b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 776 abyssalcraft:crystalcluster2_10 RecipeStage{tier='three', recipe=1xtile.crystalcluster2@10:[net.minecraft.item.crafting.Ingredient@16a263d4, net.minecraft.item.crafting.Ingredient@16a263d4, net.minecraft.item.crafting.Ingredient@16a263d4, net.minecraft.item.crafting.Ingredient@16a263d4, net.minecraft.item.crafting.Ingredient@16a263d4, net.minecraft.item.crafting.Ingredient@16a263d4, net.minecraft.item.crafting.Ingredient@16a263d4, net.minecraft.item.crafting.Ingredient@16a263d4, net.minecraft.item.crafting.Ingredient@16a263d4]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 777 abyssalcraft:crystalcluster2_1 RecipeStage{tier='three', recipe=1xtile.crystalcluster2@1:[net.minecraft.item.crafting.Ingredient@160105ab, net.minecraft.item.crafting.Ingredient@160105ab, net.minecraft.item.crafting.Ingredient@160105ab, net.minecraft.item.crafting.Ingredient@160105ab, net.minecraft.item.crafting.Ingredient@160105ab, net.minecraft.item.crafting.Ingredient@160105ab, net.minecraft.item.crafting.Ingredient@160105ab, net.minecraft.item.crafting.Ingredient@160105ab, net.minecraft.item.crafting.Ingredient@160105ab]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 778 abyssalcraft:crystalcluster2_0 RecipeStage{tier='three', recipe=1xtile.crystalcluster2@0:[net.minecraft.item.crafting.Ingredient@5a226f58, net.minecraft.item.crafting.Ingredient@5a226f58, net.minecraft.item.crafting.Ingredient@5a226f58, net.minecraft.item.crafting.Ingredient@5a226f58, net.minecraft.item.crafting.Ingredient@5a226f58, net.minecraft.item.crafting.Ingredient@5a226f58, net.minecraft.item.crafting.Ingredient@5a226f58, net.minecraft.item.crafting.Ingredient@5a226f58, net.minecraft.item.crafting.Ingredient@5a226f58]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 779 abyssalcraft:crystalbag_small RecipeStage{tier='two', recipe=1xitem.crystalbag_small@0:[net.minecraft.item.crafting.Ingredient@797a4a0c, net.minecraft.item.crafting.Ingredient@4d5dac2e, net.minecraft.item.crafting.Ingredient@797a4a0c, net.minecraft.item.crafting.Ingredient@4d5dac2e, net.minecraft.item.crafting.Ingredient@4a4520b2, net.minecraft.item.crafting.Ingredient@4d5dac2e, net.minecraft.item.crafting.Ingredient@4d5dac2e, net.minecraft.item.crafting.Ingredient@4d5dac2e, net.minecraft.item.crafting.Ingredient@4d5dac2e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 780 abyssalcraft:crystalbag_medium RecipeStage{tier='two', recipe=1xitem.crystalbag_medium@0:[net.minecraft.item.crafting.Ingredient@4f229631, net.minecraft.item.crafting.Ingredient@4f229631, net.minecraft.item.crafting.Ingredient@4f229631, net.minecraft.item.crafting.Ingredient@4f229631, net.minecraft.item.crafting.Ingredient@ccd8d6c, net.minecraft.item.crafting.Ingredient@4f229631, net.minecraft.item.crafting.Ingredient@4f229631, net.minecraft.item.crafting.Ingredient@4f229631, net.minecraft.item.crafting.Ingredient@4f229631]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 781 abyssalcraft:crystalbag_large RecipeStage{tier='two', recipe=1xitem.crystalbag_large@0:[net.minecraft.item.crafting.Ingredient@7013a2ae, net.minecraft.item.crafting.Ingredient@7013a2ae, net.minecraft.item.crafting.Ingredient@7013a2ae, net.minecraft.item.crafting.Ingredient@7013a2ae, net.minecraft.item.crafting.Ingredient@2c400ea4, net.minecraft.item.crafting.Ingredient@7013a2ae, net.minecraft.item.crafting.Ingredient@7013a2ae, net.minecraft.item.crafting.Ingredient@7013a2ae, net.minecraft.item.crafting.Ingredient@7013a2ae]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 782 abyssalcraft:crystalbag_huge RecipeStage{tier='two', recipe=1xitem.crystalbag_huge@0:[net.minecraft.item.crafting.Ingredient@72c7c65f, net.minecraft.item.crafting.Ingredient@72c7c65f, net.minecraft.item.crafting.Ingredient@72c7c65f, net.minecraft.item.crafting.Ingredient@72c7c65f, net.minecraft.item.crafting.Ingredient@48acc3bf, net.minecraft.item.crafting.Ingredient@72c7c65f, net.minecraft.item.crafting.Ingredient@72c7c65f, net.minecraft.item.crafting.Ingredient@72c7c65f, net.minecraft.item.crafting.Ingredient@72c7c65f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 783 abyssalcraft:crystal_9_alt_alt RecipeStage{tier='three', recipe=1xitem.crystal@9:[net.minecraft.item.crafting.Ingredient@19c2f124, net.minecraft.item.crafting.Ingredient@19c2f124, net.minecraft.item.crafting.Ingredient@19c2f124, net.minecraft.item.crafting.Ingredient@19c2f124, net.minecraft.item.crafting.Ingredient@19c2f124, net.minecraft.item.crafting.Ingredient@19c2f124, net.minecraft.item.crafting.Ingredient@19c2f124, net.minecraft.item.crafting.Ingredient@19c2f124, net.minecraft.item.crafting.Ingredient@19c2f124]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 784 abyssalcraft:crystal_9_alt RecipeStage{tier='three', recipe=9xitem.crystal@9:[net.minecraft.item.crafting.Ingredient@55261c4b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 785 abyssalcraft:crystal_9 RecipeStage{tier='three', recipe=1xitem.crystal@9:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@28053ca1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@382ae2dc, net.minecraft.item.crafting.Ingredient@382ae2dc, net.minecraft.item.crafting.Ingredient@382ae2dc]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 786 abyssalcraft:crystal_8_alt RecipeStage{tier='three', recipe=1xitem.crystal@8:[net.minecraft.item.crafting.Ingredient@454d504e, net.minecraft.item.crafting.Ingredient@454d504e, net.minecraft.item.crafting.Ingredient@454d504e, net.minecraft.item.crafting.Ingredient@454d504e, net.minecraft.item.crafting.Ingredient@454d504e, net.minecraft.item.crafting.Ingredient@454d504e, net.minecraft.item.crafting.Ingredient@454d504e, net.minecraft.item.crafting.Ingredient@454d504e, net.minecraft.item.crafting.Ingredient@454d504e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 787 abyssalcraft:crystal_8 RecipeStage{tier='three', recipe=9xitem.crystal@8:[net.minecraft.item.crafting.Ingredient@7c13fd95]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 788 abyssalcraft:crystal_7_alt RecipeStage{tier='three', recipe=1xitem.crystal@7:[net.minecraft.item.crafting.Ingredient@40a109bf, net.minecraft.item.crafting.Ingredient@40a109bf, net.minecraft.item.crafting.Ingredient@40a109bf, net.minecraft.item.crafting.Ingredient@40a109bf, net.minecraft.item.crafting.Ingredient@40a109bf, net.minecraft.item.crafting.Ingredient@40a109bf, net.minecraft.item.crafting.Ingredient@40a109bf, net.minecraft.item.crafting.Ingredient@40a109bf, net.minecraft.item.crafting.Ingredient@40a109bf]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 789 abyssalcraft:crystal_7 RecipeStage{tier='three', recipe=9xitem.crystal@7:[net.minecraft.item.crafting.Ingredient@2b4e72c9]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 790 abyssalcraft:crystal_6_alt RecipeStage{tier='three', recipe=1xitem.crystal@6:[net.minecraft.item.crafting.Ingredient@4b6f6532, net.minecraft.item.crafting.Ingredient@4b6f6532, net.minecraft.item.crafting.Ingredient@4b6f6532, net.minecraft.item.crafting.Ingredient@4b6f6532, net.minecraft.item.crafting.Ingredient@4b6f6532, net.minecraft.item.crafting.Ingredient@4b6f6532, net.minecraft.item.crafting.Ingredient@4b6f6532, net.minecraft.item.crafting.Ingredient@4b6f6532, net.minecraft.item.crafting.Ingredient@4b6f6532]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 791 abyssalcraft:crystal_6 RecipeStage{tier='three', recipe=9xitem.crystal@6:[net.minecraft.item.crafting.Ingredient@3d5f49d8]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 792 abyssalcraft:crystal_5_alt RecipeStage{tier='three', recipe=1xitem.crystal@5:[net.minecraft.item.crafting.Ingredient@578ad694, net.minecraft.item.crafting.Ingredient@578ad694, net.minecraft.item.crafting.Ingredient@578ad694, net.minecraft.item.crafting.Ingredient@578ad694, net.minecraft.item.crafting.Ingredient@578ad694, net.minecraft.item.crafting.Ingredient@578ad694, net.minecraft.item.crafting.Ingredient@578ad694, net.minecraft.item.crafting.Ingredient@578ad694, net.minecraft.item.crafting.Ingredient@578ad694]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 793 abyssalcraft:crystal_5 RecipeStage{tier='three', recipe=9xitem.crystal@5:[net.minecraft.item.crafting.Ingredient@6a8b08c6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 794 abyssalcraft:crystal_4_alt RecipeStage{tier='three', recipe=1xitem.crystal@4:[net.minecraft.item.crafting.Ingredient@3287174d, net.minecraft.item.crafting.Ingredient@3287174d, net.minecraft.item.crafting.Ingredient@3287174d, net.minecraft.item.crafting.Ingredient@3287174d, net.minecraft.item.crafting.Ingredient@3287174d, net.minecraft.item.crafting.Ingredient@3287174d, net.minecraft.item.crafting.Ingredient@3287174d, net.minecraft.item.crafting.Ingredient@3287174d, net.minecraft.item.crafting.Ingredient@3287174d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 795 abyssalcraft:crystal_4 RecipeStage{tier='three', recipe=9xitem.crystal@4:[net.minecraft.item.crafting.Ingredient@3c6dd6ad]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 796 abyssalcraft:crystal_3_alt RecipeStage{tier='three', recipe=1xitem.crystal@3:[net.minecraft.item.crafting.Ingredient@77d04631, net.minecraft.item.crafting.Ingredient@77d04631, net.minecraft.item.crafting.Ingredient@77d04631, net.minecraft.item.crafting.Ingredient@77d04631, net.minecraft.item.crafting.Ingredient@77d04631, net.minecraft.item.crafting.Ingredient@77d04631, net.minecraft.item.crafting.Ingredient@77d04631, net.minecraft.item.crafting.Ingredient@77d04631, net.minecraft.item.crafting.Ingredient@77d04631]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 797 abyssalcraft:crystal_3 RecipeStage{tier='three', recipe=9xitem.crystal@3:[net.minecraft.item.crafting.Ingredient@659851a1]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 798 abyssalcraft:crystal_2_alt RecipeStage{tier='three', recipe=1xitem.crystal@2:[net.minecraft.item.crafting.Ingredient@5c28faa3, net.minecraft.item.crafting.Ingredient@5c28faa3, net.minecraft.item.crafting.Ingredient@5c28faa3, net.minecraft.item.crafting.Ingredient@5c28faa3, net.minecraft.item.crafting.Ingredient@5c28faa3, net.minecraft.item.crafting.Ingredient@5c28faa3, net.minecraft.item.crafting.Ingredient@5c28faa3, net.minecraft.item.crafting.Ingredient@5c28faa3, net.minecraft.item.crafting.Ingredient@5c28faa3]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 799 abyssalcraft:crystal_27_alt RecipeStage{tier='three', recipe=1xitem.crystal@27:[net.minecraft.item.crafting.Ingredient@3b767baa, net.minecraft.item.crafting.Ingredient@3b767baa, net.minecraft.item.crafting.Ingredient@3b767baa, net.minecraft.item.crafting.Ingredient@3b767baa, net.minecraft.item.crafting.Ingredient@3b767baa, net.minecraft.item.crafting.Ingredient@3b767baa, net.minecraft.item.crafting.Ingredient@3b767baa, net.minecraft.item.crafting.Ingredient@3b767baa, net.minecraft.item.crafting.Ingredient@3b767baa]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 800 abyssalcraft:crystal_27 RecipeStage{tier='three', recipe=9xitem.crystal@27:[net.minecraft.item.crafting.Ingredient@30aa6a66]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 801 abyssalcraft:crystal_26_alt RecipeStage{tier='three', recipe=1xitem.crystal@26:[net.minecraft.item.crafting.Ingredient@72f66b88, net.minecraft.item.crafting.Ingredient@72f66b88, net.minecraft.item.crafting.Ingredient@72f66b88, net.minecraft.item.crafting.Ingredient@72f66b88, net.minecraft.item.crafting.Ingredient@72f66b88, net.minecraft.item.crafting.Ingredient@72f66b88, net.minecraft.item.crafting.Ingredient@72f66b88, net.minecraft.item.crafting.Ingredient@72f66b88, net.minecraft.item.crafting.Ingredient@72f66b88]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 802 abyssalcraft:crystal_26 RecipeStage{tier='three', recipe=9xitem.crystal@26:[net.minecraft.item.crafting.Ingredient@26f14218]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 803 abyssalcraft:crystal_25_alt RecipeStage{tier='three', recipe=1xitem.crystal@25:[net.minecraft.item.crafting.Ingredient@4a8144f1, net.minecraft.item.crafting.Ingredient@4a8144f1, net.minecraft.item.crafting.Ingredient@4a8144f1, net.minecraft.item.crafting.Ingredient@4a8144f1, net.minecraft.item.crafting.Ingredient@4a8144f1, net.minecraft.item.crafting.Ingredient@4a8144f1, net.minecraft.item.crafting.Ingredient@4a8144f1, net.minecraft.item.crafting.Ingredient@4a8144f1, net.minecraft.item.crafting.Ingredient@4a8144f1]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 804 abyssalcraft:crystal_25 RecipeStage{tier='three', recipe=9xitem.crystal@25:[net.minecraft.item.crafting.Ingredient@14579ae3]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 805 abyssalcraft:crystal_24_alt RecipeStage{tier='three', recipe=1xitem.crystal@24:[net.minecraft.item.crafting.Ingredient@5efbff1f, net.minecraft.item.crafting.Ingredient@5efbff1f, net.minecraft.item.crafting.Ingredient@5efbff1f, net.minecraft.item.crafting.Ingredient@5efbff1f, net.minecraft.item.crafting.Ingredient@5efbff1f, net.minecraft.item.crafting.Ingredient@5efbff1f, net.minecraft.item.crafting.Ingredient@5efbff1f, net.minecraft.item.crafting.Ingredient@5efbff1f, net.minecraft.item.crafting.Ingredient@5efbff1f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 806 abyssalcraft:crystal_24 RecipeStage{tier='three', recipe=9xitem.crystal@24:[net.minecraft.item.crafting.Ingredient@7125aec]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 807 abyssalcraft:crystal_23_alt_alt RecipeStage{tier='three', recipe=1xitem.crystal@23:[net.minecraft.item.crafting.Ingredient@6113a988, net.minecraft.item.crafting.Ingredient@6113a988, net.minecraft.item.crafting.Ingredient@6113a988, net.minecraft.item.crafting.Ingredient@6113a988, net.minecraft.item.crafting.Ingredient@6113a988, net.minecraft.item.crafting.Ingredient@6113a988, net.minecraft.item.crafting.Ingredient@6113a988, net.minecraft.item.crafting.Ingredient@6113a988, net.minecraft.item.crafting.Ingredient@6113a988]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 808 abyssalcraft:crystal_23_alt RecipeStage{tier='three', recipe=9xitem.crystal@23:[net.minecraft.item.crafting.Ingredient@3b87622b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 809 abyssalcraft:crystal_23 RecipeStage{tier='three', recipe=1xitem.crystal@23:[net.minecraft.item.crafting.Ingredient@7b6fdc4d, net.minecraft.item.crafting.Ingredient@2d2955d5]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 810 abyssalcraft:crystal_22_alt_alt RecipeStage{tier='three', recipe=1xitem.crystal@22:[net.minecraft.item.crafting.Ingredient@2d71f81a, net.minecraft.item.crafting.Ingredient@2d71f81a, net.minecraft.item.crafting.Ingredient@2d71f81a, net.minecraft.item.crafting.Ingredient@2d71f81a, net.minecraft.item.crafting.Ingredient@2d71f81a, net.minecraft.item.crafting.Ingredient@2d71f81a, net.minecraft.item.crafting.Ingredient@2d71f81a, net.minecraft.item.crafting.Ingredient@2d71f81a, net.minecraft.item.crafting.Ingredient@2d71f81a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 811 abyssalcraft:crystal_22_alt RecipeStage{tier='three', recipe=9xitem.crystal@22:[net.minecraft.item.crafting.Ingredient@7e283f73]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 812 abyssalcraft:crystal_22 RecipeStage{tier='three', recipe=1xitem.crystal@22:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4707c5c4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2bf463a2, net.minecraft.item.crafting.Ingredient@2bf463a2, net.minecraft.item.crafting.Ingredient@2bf463a2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4707c5c4, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 813 abyssalcraft:crystal_21_alt_alt RecipeStage{tier='three', recipe=1xitem.crystal@21:[net.minecraft.item.crafting.Ingredient@7d8d62fd, net.minecraft.item.crafting.Ingredient@7d8d62fd, net.minecraft.item.crafting.Ingredient@7d8d62fd, net.minecraft.item.crafting.Ingredient@7d8d62fd, net.minecraft.item.crafting.Ingredient@7d8d62fd, net.minecraft.item.crafting.Ingredient@7d8d62fd, net.minecraft.item.crafting.Ingredient@7d8d62fd, net.minecraft.item.crafting.Ingredient@7d8d62fd, net.minecraft.item.crafting.Ingredient@7d8d62fd]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 814 abyssalcraft:crystal_21_alt RecipeStage{tier='three', recipe=9xitem.crystal@21:[net.minecraft.item.crafting.Ingredient@2e61ac83]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 815 abyssalcraft:crystal_21 RecipeStage{tier='three', recipe=1xitem.crystal@21:[net.minecraft.item.crafting.Ingredient@727449a1, net.minecraft.item.crafting.Ingredient@56538c95, net.minecraft.item.crafting.Ingredient@727449a1]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 816 abyssalcraft:crystal_20_alt RecipeStage{tier='three', recipe=1xitem.crystal@20:[net.minecraft.item.crafting.Ingredient@274326d4, net.minecraft.item.crafting.Ingredient@274326d4, net.minecraft.item.crafting.Ingredient@274326d4, net.minecraft.item.crafting.Ingredient@274326d4, net.minecraft.item.crafting.Ingredient@274326d4, net.minecraft.item.crafting.Ingredient@274326d4, net.minecraft.item.crafting.Ingredient@274326d4, net.minecraft.item.crafting.Ingredient@274326d4, net.minecraft.item.crafting.Ingredient@274326d4]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 817 abyssalcraft:crystal_20 RecipeStage{tier='three', recipe=9xitem.crystal@20:[net.minecraft.item.crafting.Ingredient@4973b6b0]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 818 abyssalcraft:crystal_2 RecipeStage{tier='three', recipe=9xitem.crystal@2:[net.minecraft.item.crafting.Ingredient@4c309726]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 820 abyssalcraft:crystal_19_alt RecipeStage{tier='three', recipe=1xitem.crystal@19:[net.minecraft.item.crafting.Ingredient@7ef51eec, net.minecraft.item.crafting.Ingredient@7ef51eec, net.minecraft.item.crafting.Ingredient@7ef51eec, net.minecraft.item.crafting.Ingredient@7ef51eec, net.minecraft.item.crafting.Ingredient@7ef51eec, net.minecraft.item.crafting.Ingredient@7ef51eec, net.minecraft.item.crafting.Ingredient@7ef51eec, net.minecraft.item.crafting.Ingredient@7ef51eec, net.minecraft.item.crafting.Ingredient@7ef51eec]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 821 abyssalcraft:crystal_19 RecipeStage{tier='three', recipe=9xitem.crystal@19:[net.minecraft.item.crafting.Ingredient@78145f8e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 822 abyssalcraft:crystal_18_alt RecipeStage{tier='three', recipe=1xitem.crystal@18:[net.minecraft.item.crafting.Ingredient@c7b53, net.minecraft.item.crafting.Ingredient@c7b53, net.minecraft.item.crafting.Ingredient@c7b53, net.minecraft.item.crafting.Ingredient@c7b53, net.minecraft.item.crafting.Ingredient@c7b53, net.minecraft.item.crafting.Ingredient@c7b53, net.minecraft.item.crafting.Ingredient@c7b53, net.minecraft.item.crafting.Ingredient@c7b53, net.minecraft.item.crafting.Ingredient@c7b53]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 823 abyssalcraft:crystal_18 RecipeStage{tier='three', recipe=9xitem.crystal@18:[net.minecraft.item.crafting.Ingredient@541b6a0a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 828 abyssalcraft:crystal_15_alt RecipeStage{tier='three', recipe=1xitem.crystal@15:[net.minecraft.item.crafting.Ingredient@df1ef30, net.minecraft.item.crafting.Ingredient@df1ef30, net.minecraft.item.crafting.Ingredient@df1ef30, net.minecraft.item.crafting.Ingredient@df1ef30, net.minecraft.item.crafting.Ingredient@df1ef30, net.minecraft.item.crafting.Ingredient@df1ef30, net.minecraft.item.crafting.Ingredient@df1ef30, net.minecraft.item.crafting.Ingredient@df1ef30, net.minecraft.item.crafting.Ingredient@df1ef30]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 829 abyssalcraft:crystal_15 RecipeStage{tier='three', recipe=9xitem.crystal@15:[net.minecraft.item.crafting.Ingredient@1e421e23]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 830 abyssalcraft:crystal_14_alt RecipeStage{tier='three', recipe=1xitem.crystal@14:[net.minecraft.item.crafting.Ingredient@3e442937, net.minecraft.item.crafting.Ingredient@3e442937, net.minecraft.item.crafting.Ingredient@3e442937, net.minecraft.item.crafting.Ingredient@3e442937, net.minecraft.item.crafting.Ingredient@3e442937, net.minecraft.item.crafting.Ingredient@3e442937, net.minecraft.item.crafting.Ingredient@3e442937, net.minecraft.item.crafting.Ingredient@3e442937, net.minecraft.item.crafting.Ingredient@3e442937]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 831 abyssalcraft:crystal_14 RecipeStage{tier='three', recipe=9xitem.crystal@14:[net.minecraft.item.crafting.Ingredient@3c78bc5c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 832 abyssalcraft:crystal_13_alt RecipeStage{tier='three', recipe=1xitem.crystal@13:[net.minecraft.item.crafting.Ingredient@648f393d, net.minecraft.item.crafting.Ingredient@648f393d, net.minecraft.item.crafting.Ingredient@648f393d, net.minecraft.item.crafting.Ingredient@648f393d, net.minecraft.item.crafting.Ingredient@648f393d, net.minecraft.item.crafting.Ingredient@648f393d, net.minecraft.item.crafting.Ingredient@648f393d, net.minecraft.item.crafting.Ingredient@648f393d, net.minecraft.item.crafting.Ingredient@648f393d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 833 abyssalcraft:crystal_13 RecipeStage{tier='three', recipe=9xitem.crystal@13:[net.minecraft.item.crafting.Ingredient@5f124135]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 834 abyssalcraft:crystal_12_alt RecipeStage{tier='three', recipe=1xitem.crystal@12:[net.minecraft.item.crafting.Ingredient@7b45b28e, net.minecraft.item.crafting.Ingredient@7b45b28e, net.minecraft.item.crafting.Ingredient@7b45b28e, net.minecraft.item.crafting.Ingredient@7b45b28e, net.minecraft.item.crafting.Ingredient@7b45b28e, net.minecraft.item.crafting.Ingredient@7b45b28e, net.minecraft.item.crafting.Ingredient@7b45b28e, net.minecraft.item.crafting.Ingredient@7b45b28e, net.minecraft.item.crafting.Ingredient@7b45b28e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 835 abyssalcraft:crystal_12 RecipeStage{tier='three', recipe=9xitem.crystal@12:[net.minecraft.item.crafting.Ingredient@6de741d1]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 836 abyssalcraft:crystal_11_alt RecipeStage{tier='three', recipe=1xitem.crystal@11:[net.minecraft.item.crafting.Ingredient@62ec3430, net.minecraft.item.crafting.Ingredient@62ec3430, net.minecraft.item.crafting.Ingredient@62ec3430, net.minecraft.item.crafting.Ingredient@62ec3430, net.minecraft.item.crafting.Ingredient@62ec3430, net.minecraft.item.crafting.Ingredient@62ec3430, net.minecraft.item.crafting.Ingredient@62ec3430, net.minecraft.item.crafting.Ingredient@62ec3430, net.minecraft.item.crafting.Ingredient@62ec3430]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 837 abyssalcraft:crystal_11 RecipeStage{tier='three', recipe=9xitem.crystal@11:[net.minecraft.item.crafting.Ingredient@331a5d6e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 838 abyssalcraft:crystal_10_alt_alt RecipeStage{tier='three', recipe=1xitem.crystal@10:[net.minecraft.item.crafting.Ingredient@40240fa7, net.minecraft.item.crafting.Ingredient@40240fa7, net.minecraft.item.crafting.Ingredient@40240fa7, net.minecraft.item.crafting.Ingredient@40240fa7, net.minecraft.item.crafting.Ingredient@40240fa7, net.minecraft.item.crafting.Ingredient@40240fa7, net.minecraft.item.crafting.Ingredient@40240fa7, net.minecraft.item.crafting.Ingredient@40240fa7, net.minecraft.item.crafting.Ingredient@40240fa7]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 839 abyssalcraft:crystal_10_alt RecipeStage{tier='three', recipe=9xitem.crystal@10:[net.minecraft.item.crafting.Ingredient@57c99533]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 840 abyssalcraft:crystal_10 RecipeStage{tier='three', recipe=1xitem.crystal@10:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@60e0e16a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@60e0e16a, net.minecraft.item.crafting.Ingredient@6cfb9c14, net.minecraft.item.crafting.Ingredient@60e0e16a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@60e0e16a, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 844 abyssalcraft:crate RecipeStage{tier='one', recipe=2xtile.woodencrate@0:[net.minecraftforge.oredict.OreIngredient@5b112722, net.minecraftforge.oredict.OreIngredient@13909931, net.minecraftforge.oredict.OreIngredient@5b112722, net.minecraftforge.oredict.OreIngredient@13909931, net.minecraftforge.oredict.OreIngredient@46c7419a, net.minecraftforge.oredict.OreIngredient@13909931, net.minecraftforge.oredict.OreIngredient@5b112722, net.minecraftforge.oredict.OreIngredient@13909931, net.minecraftforge.oredict.OreIngredient@5b112722]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 845 abyssalcraft:corsword RecipeStage{tier='two', recipe=1xitem.corsword@0:[net.minecraft.item.crafting.Ingredient@34d1d22d, net.minecraft.item.crafting.Ingredient@34d1d22d, net.minecraftforge.oredict.OreIngredient@5b112722]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 846 abyssalcraft:corshovel RecipeStage{tier='two', recipe=1xitem.corshovel@0:[net.minecraft.item.crafting.Ingredient@4b3bc9bc, net.minecraftforge.oredict.OreIngredient@5b112722, net.minecraftforge.oredict.OreIngredient@5b112722]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 847 abyssalcraft:corplatep RecipeStage{tier='two', recipe=1xitem.corplatep@0:[net.minecraft.item.crafting.Ingredient@8508db7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@8508db7, net.minecraft.item.crafting.Ingredient@60db7dcf, net.minecraft.item.crafting.Ingredient@21c64e49, net.minecraft.item.crafting.Ingredient@60db7dcf, net.minecraft.item.crafting.Ingredient@60db7dcf, net.minecraft.item.crafting.Ingredient@8508db7, net.minecraft.item.crafting.Ingredient@60db7dcf]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 848 abyssalcraft:corplate RecipeStage{tier='two', recipe=1xitem.corplate@0:[net.minecraft.item.crafting.Ingredient@58c0ad41, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@58c0ad41, net.minecraft.item.crafting.Ingredient@58c0ad41, net.minecraft.item.crafting.Ingredient@58c0ad41, net.minecraft.item.crafting.Ingredient@58c0ad41, net.minecraft.item.crafting.Ingredient@58c0ad41, net.minecraft.item.crafting.Ingredient@58c0ad41, net.minecraft.item.crafting.Ingredient@58c0ad41]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 849 abyssalcraft:corpick RecipeStage{tier='two', recipe=1xitem.corpick@0:[net.minecraft.item.crafting.Ingredient@3c06a340, net.minecraft.item.crafting.Ingredient@3c06a340, net.minecraft.item.crafting.Ingredient@3c06a340, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5b112722, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5b112722, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 850 abyssalcraft:corlegsp RecipeStage{tier='two', recipe=1xitem.corlegsp@0:[net.minecraft.item.crafting.Ingredient@61b6907a, net.minecraft.item.crafting.Ingredient@3ce41a7b, net.minecraft.item.crafting.Ingredient@61b6907a, net.minecraft.item.crafting.Ingredient@b4ace34, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@b4ace34, net.minecraft.item.crafting.Ingredient@b4ace34, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@b4ace34]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 851 abyssalcraft:corlegs RecipeStage{tier='two', recipe=1xitem.corlegs@0:[net.minecraft.item.crafting.Ingredient@51631836, net.minecraft.item.crafting.Ingredient@51631836, net.minecraft.item.crafting.Ingredient@51631836, net.minecraft.item.crafting.Ingredient@51631836, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@51631836, net.minecraft.item.crafting.Ingredient@51631836, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@51631836]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 852 abyssalcraft:corhoe RecipeStage{tier='two', recipe=1xitem.corhoe@0:[net.minecraft.item.crafting.Ingredient@7d8d64d0, net.minecraft.item.crafting.Ingredient@7d8d64d0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5b112722, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5b112722]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 853 abyssalcraft:corhelmetp RecipeStage{tier='two', recipe=1xitem.corhelmetp@0:[net.minecraft.item.crafting.Ingredient@19bc2729, net.minecraft.item.crafting.Ingredient@2065bd02, net.minecraft.item.crafting.Ingredient@19bc2729, net.minecraft.item.crafting.Ingredient@2065bd02, net.minecraft.item.crafting.Ingredient@17f87cde, net.minecraft.item.crafting.Ingredient@2065bd02, net.minecraft.item.crafting.Ingredient@314fd9e1, net.minecraft.item.crafting.Ingredient@314fd9e1, net.minecraft.item.crafting.Ingredient@314fd9e1]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 854 abyssalcraft:corhelmet RecipeStage{tier='two', recipe=1xitem.corhelmet@0:[net.minecraft.item.crafting.Ingredient@77c43dc2, net.minecraft.item.crafting.Ingredient@77c43dc2, net.minecraft.item.crafting.Ingredient@77c43dc2, net.minecraft.item.crafting.Ingredient@77c43dc2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@77c43dc2]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 855 abyssalcraft:corbow RecipeStage{tier='two', recipe=1xitem.corbow@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6cb7900e, net.minecraft.item.crafting.Ingredient@5fae614e, net.minecraft.item.crafting.Ingredient@3906e4d3, net.minecraft.item.crafting.Ingredient@220c5909, net.minecraft.item.crafting.Ingredient@5fae614e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6cb7900e, net.minecraft.item.crafting.Ingredient@5fae614e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 856 abyssalcraft:corbootsp RecipeStage{tier='two', recipe=1xitem.corbootsp@0:[net.minecraft.item.crafting.Ingredient@b431058, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@b431058, net.minecraft.item.crafting.Ingredient@6be20ce1, net.minecraft.item.crafting.Ingredient@6d60a190, net.minecraft.item.crafting.Ingredient@6be20ce1]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 857 abyssalcraft:corboots RecipeStage{tier='two', recipe=1xitem.corboots@0:[net.minecraft.item.crafting.Ingredient@228fd89, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@228fd89, net.minecraft.item.crafting.Ingredient@228fd89, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@228fd89]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 858 abyssalcraft:coraxe RecipeStage{tier='two', recipe=1xitem.coraxe@0:[net.minecraft.item.crafting.Ingredient@4bbe1282, net.minecraft.item.crafting.Ingredient@4bbe1282, net.minecraft.item.crafting.Ingredient@4bbe1282, net.minecraftforge.oredict.OreIngredient@5b112722, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5b112722]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 860 abyssalcraft:coraliumstone_alt RecipeStage{tier='one', recipe=1xtile.coraliumstone@0:[net.minecraft.item.crafting.Ingredient@4a474cf9, net.minecraft.item.crafting.Ingredient@4a474cf9, net.minecraft.item.crafting.Ingredient@4a474cf9, net.minecraft.item.crafting.Ingredient@4a474cf9, net.minecraft.item.crafting.Ingredient@6ce756f7, net.minecraft.item.crafting.Ingredient@4a474cf9, net.minecraft.item.crafting.Ingredient@4a474cf9, net.minecraft.item.crafting.Ingredient@4a474cf9, net.minecraft.item.crafting.Ingredient@4a474cf9]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 861 abyssalcraft:coraliumstone RecipeStage{tier='one', recipe=1xtile.coraliumstone@0:[net.minecraft.item.crafting.Ingredient@2adb9232, net.minecraft.item.crafting.Ingredient@2adb9232, net.minecraft.item.crafting.Ingredient@2adb9232, net.minecraft.item.crafting.Ingredient@61252f13, net.minecraft.item.crafting.Ingredient@61252f13, net.minecraft.item.crafting.Ingredient@61252f13, net.minecraft.item.crafting.Ingredient@2adb9232, net.minecraft.item.crafting.Ingredient@2adb9232, net.minecraft.item.crafting.Ingredient@2adb9232]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 862 abyssalcraft:coraliumcobblestonewall RecipeStage{tier='two', recipe=6xtile.coraliumcobblestonewall@0:[net.minecraft.item.crafting.Ingredient@2a06b572, net.minecraft.item.crafting.Ingredient@2a06b572, net.minecraft.item.crafting.Ingredient@2a06b572, net.minecraft.item.crafting.Ingredient@2a06b572, net.minecraft.item.crafting.Ingredient@2a06b572, net.minecraft.item.crafting.Ingredient@2a06b572]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 863 abyssalcraft:coraliumcobblestonestairs RecipeStage{tier='two', recipe=4xtile.coraliumcobblestonestairs@0:[net.minecraft.item.crafting.Ingredient@77b51b2c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@77b51b2c, net.minecraft.item.crafting.Ingredient@77b51b2c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@77b51b2c, net.minecraft.item.crafting.Ingredient@77b51b2c, net.minecraft.item.crafting.Ingredient@77b51b2c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 864 abyssalcraft:coraliumcobblestoneslab1_0 RecipeStage{tier='two', recipe=6xtile.coraliumcobblestoneslab1@0:[net.minecraft.item.crafting.Ingredient@47526e6f, net.minecraft.item.crafting.Ingredient@47526e6f, net.minecraft.item.crafting.Ingredient@47526e6f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 865 abyssalcraft:coralium_alt_alt_alt_alt_alt_alt_alt RecipeStage{tier='one', recipe=9xitem.coralium@0:[net.minecraft.item.crafting.Ingredient@b302c86]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 866 abyssalcraft:coralium_alt_alt_alt_alt_alt_alt RecipeStage{tier='one', recipe=8xitem.coralium@0:[net.minecraft.item.crafting.Ingredient@6c41a55a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 867 abyssalcraft:coralium_alt_alt_alt_alt_alt RecipeStage{tier='one', recipe=7xitem.coralium@0:[net.minecraft.item.crafting.Ingredient@7e72ea54]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 868 abyssalcraft:coralium_alt_alt_alt_alt RecipeStage{tier='one', recipe=6xitem.coralium@0:[net.minecraft.item.crafting.Ingredient@16fb2ce9]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 869 abyssalcraft:coralium_alt_alt_alt RecipeStage{tier='one', recipe=5xitem.coralium@0:[net.minecraft.item.crafting.Ingredient@6b4d8288]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 870 abyssalcraft:coralium_alt_alt RecipeStage{tier='one', recipe=4xitem.coralium@0:[net.minecraft.item.crafting.Ingredient@3bf2d978]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 871 abyssalcraft:coralium_alt RecipeStage{tier='one', recipe=3xitem.coralium@0:[net.minecraft.item.crafting.Ingredient@27032d16]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 872 abyssalcraft:coralium RecipeStage{tier='one', recipe=2xitem.coralium@0:[net.minecraft.item.crafting.Ingredient@60f45e2c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 873 abyssalcraft:coin_alt_alt RecipeStage{tier='two', recipe=1xitem.blankcoin@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@234576a9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@234576a9, net.minecraft.item.crafting.Ingredient@471e4c5, net.minecraftforge.oredict.OreIngredient@234576a9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@234576a9, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 874 abyssalcraft:coin_alt RecipeStage{tier='two', recipe=1xitem.blankcoin@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1e5213c3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1e5213c3, net.minecraft.item.crafting.Ingredient@30dcfc27, net.minecraftforge.oredict.OreIngredient@1e5213c3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1e5213c3, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 875 abyssalcraft:coin RecipeStage{tier='two', recipe=1xitem.blankcoin@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@62e55594, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@62e55594, net.minecraft.item.crafting.Ingredient@2d28af42, net.minecraftforge.oredict.OreIngredient@62e55594, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@62e55594, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 882 abyssalcraft:ccluster9_alt_alt RecipeStage{tier='one', recipe=1xitem.ccluster9@0:[net.minecraft.item.crafting.Ingredient@43783e1f, net.minecraft.item.crafting.Ingredient@298c8115, net.minecraft.item.crafting.Ingredient@18b0d451]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 883 abyssalcraft:ccluster9_alt RecipeStage{tier='one', recipe=1xitem.ccluster9@0:[net.minecraft.item.crafting.Ingredient@6c092209, net.minecraft.item.crafting.Ingredient@6549e779]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 884 abyssalcraft:ccluster9 RecipeStage{tier='one', recipe=1xitem.ccluster9@0:[net.minecraft.item.crafting.Ingredient@6ab25b06, net.minecraft.item.crafting.Ingredient@174fedea, net.minecraft.item.crafting.Ingredient@4143e446, net.minecraft.item.crafting.Ingredient@514b02d5, net.minecraft.item.crafting.Ingredient@29591991, net.minecraft.item.crafting.Ingredient@411191ed, net.minecraft.item.crafting.Ingredient@1fae3c5d, net.minecraft.item.crafting.Ingredient@167ac8d7, net.minecraft.item.crafting.Ingredient@778ede18]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 885 abyssalcraft:ccluster8_alt_alt RecipeStage{tier='one', recipe=1xitem.ccluster8@0:[net.minecraft.item.crafting.Ingredient@15fc0c91, net.minecraft.item.crafting.Ingredient@42c9239c, net.minecraft.item.crafting.Ingredient@6fdac52a, net.minecraft.item.crafting.Ingredient@60a6fd00]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 886 abyssalcraft:ccluster8_alt RecipeStage{tier='one', recipe=1xitem.ccluster8@0:[net.minecraft.item.crafting.Ingredient@70c62b8c, net.minecraft.item.crafting.Ingredient@3aaff360]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 887 abyssalcraft:ccluster8 RecipeStage{tier='one', recipe=1xitem.ccluster8@0:[net.minecraft.item.crafting.Ingredient@548e17c2, net.minecraft.item.crafting.Ingredient@7c9ad637, net.minecraft.item.crafting.Ingredient@c03d168, net.minecraft.item.crafting.Ingredient@63809e34, net.minecraft.item.crafting.Ingredient@4714b581, net.minecraft.item.crafting.Ingredient@6d95f83a, net.minecraft.item.crafting.Ingredient@7f8ffc71, net.minecraft.item.crafting.Ingredient@1819bc8a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 888 abyssalcraft:ccluster7_alt RecipeStage{tier='one', recipe=1xitem.ccluster7@0:[net.minecraft.item.crafting.Ingredient@6d91d081, net.minecraft.item.crafting.Ingredient@ae0c984]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 889 abyssalcraft:ccluster7 RecipeStage{tier='one', recipe=1xitem.ccluster7@0:[net.minecraft.item.crafting.Ingredient@542bc67, net.minecraft.item.crafting.Ingredient@7ec99f1a, net.minecraft.item.crafting.Ingredient@355785ae, net.minecraft.item.crafting.Ingredient@2b6a686a, net.minecraft.item.crafting.Ingredient@3b5b48e4, net.minecraft.item.crafting.Ingredient@95821da, net.minecraft.item.crafting.Ingredient@2bbfaa]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 890 abyssalcraft:ccluster6_alt_alt RecipeStage{tier='one', recipe=1xitem.ccluster6@0:[net.minecraft.item.crafting.Ingredient@c124213, net.minecraft.item.crafting.Ingredient@21b2983a, net.minecraft.item.crafting.Ingredient@6b91557]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 891 abyssalcraft:ccluster6_alt RecipeStage{tier='one', recipe=1xitem.ccluster6@0:[net.minecraft.item.crafting.Ingredient@79b68653, net.minecraft.item.crafting.Ingredient@6be4e767]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 892 abyssalcraft:ccluster6 RecipeStage{tier='one', recipe=1xitem.ccluster6@0:[net.minecraft.item.crafting.Ingredient@6ea5e5c2, net.minecraft.item.crafting.Ingredient@2ce4a2ba, net.minecraft.item.crafting.Ingredient@38bb6aae, net.minecraft.item.crafting.Ingredient@2d914314, net.minecraft.item.crafting.Ingredient@6cdb3891, net.minecraft.item.crafting.Ingredient@6523a6c2]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 893 abyssalcraft:ccluster5_alt RecipeStage{tier='one', recipe=1xitem.ccluster5@0:[net.minecraft.item.crafting.Ingredient@6c473e00, net.minecraft.item.crafting.Ingredient@186b2584]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 894 abyssalcraft:ccluster5 RecipeStage{tier='one', recipe=1xitem.ccluster5@0:[net.minecraft.item.crafting.Ingredient@6c1da1a5, net.minecraft.item.crafting.Ingredient@3182a336, net.minecraft.item.crafting.Ingredient@2cd8970, net.minecraft.item.crafting.Ingredient@7010e860, net.minecraft.item.crafting.Ingredient@71017f4e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 895 abyssalcraft:ccluster4_alt RecipeStage{tier='one', recipe=1xitem.ccluster4@0:[net.minecraft.item.crafting.Ingredient@36f33da8, net.minecraft.item.crafting.Ingredient@14256e9c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 896 abyssalcraft:ccluster4 RecipeStage{tier='one', recipe=1xitem.ccluster4@0:[net.minecraft.item.crafting.Ingredient@56eb3974, net.minecraft.item.crafting.Ingredient@32422cb2, net.minecraft.item.crafting.Ingredient@50963407, net.minecraft.item.crafting.Ingredient@160faa18]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 897 abyssalcraft:ccluster3_alt RecipeStage{tier='one', recipe=1xitem.ccluster3@0:[net.minecraft.item.crafting.Ingredient@30478a4d, net.minecraft.item.crafting.Ingredient@29f714d0]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 898 abyssalcraft:ccluster3 RecipeStage{tier='one', recipe=1xitem.ccluster3@0:[net.minecraft.item.crafting.Ingredient@6ccb4cec, net.minecraft.item.crafting.Ingredient@77f1bc30, net.minecraft.item.crafting.Ingredient@157d8395]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 899 abyssalcraft:ccluster2 RecipeStage{tier='one', recipe=1xitem.ccluster2@0:[net.minecraft.item.crafting.Ingredient@10f9b4e, net.minecraft.item.crafting.Ingredient@ec0571e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 900 abyssalcraft:cchunk RecipeStage{tier='two', recipe=1xitem.cchunk@0:[net.minecraft.item.crafting.Ingredient@54bf9860, net.minecraft.item.crafting.Ingredient@54bf9860, net.minecraft.item.crafting.Ingredient@54bf9860, net.minecraft.item.crafting.Ingredient@54bf9860, net.minecraft.item.crafting.Ingredient@19974b46, net.minecraft.item.crafting.Ingredient@54bf9860, net.minecraft.item.crafting.Ingredient@54bf9860, net.minecraft.item.crafting.Ingredient@54bf9860, net.minecraft.item.crafting.Ingredient@54bf9860]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 901 abyssalcraft:carboncluster RecipeStage{tier='three', recipe=1xitem.carboncluster@0:[net.minecraft.item.crafting.Ingredient@2ee901bf, net.minecraft.item.crafting.Ingredient@2ee901bf, net.minecraft.item.crafting.Ingredient@2ee901bf, net.minecraft.item.crafting.Ingredient@2ee901bf, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2ee901bf, net.minecraft.item.crafting.Ingredient@2ee901bf, net.minecraft.item.crafting.Ingredient@2ee901bf, net.minecraft.item.crafting.Ingredient@2ee901bf]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 903 abyssalcraft:asword RecipeStage{tier='one', recipe=1xitem.asword@0:[net.minecraft.item.crafting.Ingredient@183d7228, net.minecraft.item.crafting.Ingredient@183d7228, net.minecraftforge.oredict.OreIngredient@5b112722]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 904 abyssalcraft:ashovel RecipeStage{tier='one', recipe=1xitem.ashovel@0:[net.minecraft.item.crafting.Ingredient@52e448d1, net.minecraftforge.oredict.OreIngredient@5b112722, net.minecraftforge.oredict.OreIngredient@5b112722]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 905 abyssalcraft:aplate RecipeStage{tier='one', recipe=1xitem.aplate@0:[net.minecraft.item.crafting.Ingredient@7d4eb170, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7d4eb170, net.minecraft.item.crafting.Ingredient@7d4eb170, net.minecraft.item.crafting.Ingredient@7d4eb170, net.minecraft.item.crafting.Ingredient@7d4eb170, net.minecraft.item.crafting.Ingredient@7d4eb170, net.minecraft.item.crafting.Ingredient@7d4eb170, net.minecraft.item.crafting.Ingredient@7d4eb170]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 906 abyssalcraft:apick RecipeStage{tier='one', recipe=1xitem.apick@0:[net.minecraft.item.crafting.Ingredient@5fc744c7, net.minecraft.item.crafting.Ingredient@5fc744c7, net.minecraft.item.crafting.Ingredient@5fc744c7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5b112722, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5b112722, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 907 abyssalcraft:antidote_1 RecipeStage{tier='two', recipe=1xitem.antidote@1:[net.minecraftforge.common.crafting.IngredientNBT@3d6583d4, net.minecraft.item.crafting.Ingredient@6935cb0e, net.minecraft.item.crafting.Ingredient@65a99ba4, net.minecraft.item.crafting.Ingredient@35b350ef]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 908 abyssalcraft:antidote_0 RecipeStage{tier='two', recipe=1xitem.antidote@0:[net.minecraftforge.common.crafting.IngredientNBT@65b50a73, net.minecraft.item.crafting.Ingredient@9f5d415, net.minecraft.item.crafting.Ingredient@741f8e77, net.minecraft.item.crafting.Ingredient@4ef44682]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 909 abyssalcraft:alegs RecipeStage{tier='one', recipe=1xitem.alegs@0:[net.minecraft.item.crafting.Ingredient@40e5cf36, net.minecraft.item.crafting.Ingredient@40e5cf36, net.minecraft.item.crafting.Ingredient@40e5cf36, net.minecraft.item.crafting.Ingredient@40e5cf36, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@40e5cf36, net.minecraft.item.crafting.Ingredient@40e5cf36, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@40e5cf36]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 910 abyssalcraft:ahoe RecipeStage{tier='one', recipe=1xitem.ahoe@0:[net.minecraft.item.crafting.Ingredient@7e5712ad, net.minecraft.item.crafting.Ingredient@7e5712ad, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5b112722, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5b112722]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 911 abyssalcraft:ahelmet RecipeStage{tier='one', recipe=1xitem.ahelmet@0:[net.minecraft.item.crafting.Ingredient@6d645335, net.minecraft.item.crafting.Ingredient@6d645335, net.minecraft.item.crafting.Ingredient@6d645335, net.minecraft.item.crafting.Ingredient@6d645335, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6d645335]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 912 abyssalcraft:abystairs RecipeStage{tier='two', recipe=4xtile.abystairs@0:[net.minecraft.item.crafting.Ingredient@4b680777, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4b680777, net.minecraft.item.crafting.Ingredient@4b680777, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4b680777, net.minecraft.item.crafting.Ingredient@4b680777, net.minecraft.item.crafting.Ingredient@4b680777]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 913 abyssalcraft:abyssalnomicon RecipeStage{tier='two', recipe=1xitem.abyssalnomicon@0:[net.minecraft.item.crafting.Ingredient@2ac9f54e, net.minecraft.item.crafting.Ingredient@2adad6f0, net.minecraft.item.crafting.Ingredient@2ac9f54e, net.minecraft.item.crafting.Ingredient@69823177, net.minecraft.item.crafting.Ingredient@40d76dce, net.minecraft.item.crafting.Ingredient@69823177, net.minecraft.item.crafting.Ingredient@2ac9f54e, net.minecraft.item.crafting.Ingredient@69823177, net.minecraft.item.crafting.Ingredient@2ac9f54e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 915 abyssalcraft:abyssalnitecobblestonewall RecipeStage{tier='two', recipe=6xtile.abyssalnitecobblestonewall@0:[net.minecraft.item.crafting.Ingredient@3b53d023, net.minecraft.item.crafting.Ingredient@3b53d023, net.minecraft.item.crafting.Ingredient@3b53d023, net.minecraft.item.crafting.Ingredient@3b53d023, net.minecraft.item.crafting.Ingredient@3b53d023, net.minecraft.item.crafting.Ingredient@3b53d023]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 916 abyssalcraft:abyssalnitecobblestonestairs RecipeStage{tier='two', recipe=4xtile.abyssalnitecobblestonestairs@0:[net.minecraft.item.crafting.Ingredient@72f17a8a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@72f17a8a, net.minecraft.item.crafting.Ingredient@72f17a8a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@72f17a8a, net.minecraft.item.crafting.Ingredient@72f17a8a, net.minecraft.item.crafting.Ingredient@72f17a8a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 917 abyssalcraft:abyssalnitecobblestoneslab1_0 RecipeStage{tier='two', recipe=6xtile.abyssalnitecobblestoneslab1@0:[net.minecraft.item.crafting.Ingredient@3eaf9b91, net.minecraft.item.crafting.Ingredient@3eaf9b91, net.minecraft.item.crafting.Ingredient@3eaf9b91]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 918 abyssalcraft:abyssalcobblestonewall RecipeStage{tier='two', recipe=6xtile.abyssalcobblestonewall@0:[net.minecraft.item.crafting.Ingredient@47616a30, net.minecraft.item.crafting.Ingredient@47616a30, net.minecraft.item.crafting.Ingredient@47616a30, net.minecraft.item.crafting.Ingredient@47616a30, net.minecraft.item.crafting.Ingredient@47616a30, net.minecraft.item.crafting.Ingredient@47616a30]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 919 abyssalcraft:abyssalcobblestonestairs RecipeStage{tier='two', recipe=4xtile.abyssalcobblestonestairs@0:[net.minecraft.item.crafting.Ingredient@685d25cd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@685d25cd, net.minecraft.item.crafting.Ingredient@685d25cd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@685d25cd, net.minecraft.item.crafting.Ingredient@685d25cd, net.minecraft.item.crafting.Ingredient@685d25cd]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 920 abyssalcraft:abyssalcobblestoneslab1_0 RecipeStage{tier='two', recipe=6xtile.abyssalcobblestoneslab1@0:[net.minecraft.item.crafting.Ingredient@68230df7, net.minecraft.item.crafting.Ingredient@68230df7, net.minecraft.item.crafting.Ingredient@68230df7]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 921 abyssalcraft:abyslab1_0 RecipeStage{tier='two', recipe=6xtile.abyslab1@0:[net.minecraft.item.crafting.Ingredient@7e853e, net.minecraft.item.crafting.Ingredient@7e853e, net.minecraft.item.crafting.Ingredient@7e853e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 922 abyssalcraft:abypplate RecipeStage{tier='two', recipe=1xtile.abypplate@0:[net.minecraft.item.crafting.Ingredient@103d335e, net.minecraft.item.crafting.Ingredient@103d335e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 925 abyssalcraft:abyfence RecipeStage{tier='two', recipe=6xtile.abyfence@0:[net.minecraft.item.crafting.Ingredient@31321873, net.minecraft.item.crafting.Ingredient@31321873, net.minecraft.item.crafting.Ingredient@31321873, net.minecraft.item.crafting.Ingredient@31321873, net.minecraft.item.crafting.Ingredient@31321873, net.minecraft.item.crafting.Ingredient@31321873]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 926 abyssalcraft:abydreadbrickstairs RecipeStage{tier='two', recipe=4xtile.abydreadbrickstairs@0:[net.minecraft.item.crafting.Ingredient@74886456, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@74886456, net.minecraft.item.crafting.Ingredient@74886456, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@74886456, net.minecraft.item.crafting.Ingredient@74886456, net.minecraft.item.crafting.Ingredient@74886456]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 927 abyssalcraft:abydreadbrickslab1_0 RecipeStage{tier='two', recipe=6xtile.abydreadbrickslab1@0:[net.minecraft.item.crafting.Ingredient@51ded081, net.minecraft.item.crafting.Ingredient@51ded081, net.minecraft.item.crafting.Ingredient@51ded081]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 928 abyssalcraft:abydreadbrickfence RecipeStage{tier='one', recipe=6xtile.abydreadbrickfence@0:[net.minecraft.item.crafting.Ingredient@746ee903, net.minecraft.item.crafting.Ingredient@746ee903, net.minecraft.item.crafting.Ingredient@746ee903, net.minecraft.item.crafting.Ingredient@746ee903, net.minecraft.item.crafting.Ingredient@746ee903, net.minecraft.item.crafting.Ingredient@746ee903]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 929 abyssalcraft:abydreadbrick_1 RecipeStage{tier='two', recipe=1xtile.abydreadbrick@1:[net.minecraft.item.crafting.Ingredient@1a80a61a, net.minecraft.item.crafting.Ingredient@1a80a61a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 930 abyssalcraft:abydreadbrick_0 RecipeStage{tier='two', recipe=4xtile.abydreadbrick@0:[net.minecraft.item.crafting.Ingredient@4b339474, net.minecraft.item.crafting.Ingredient@4b339474, net.minecraft.item.crafting.Ingredient@4b339474, net.minecraft.item.crafting.Ingredient@4b339474]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 931 abyssalcraft:abybutton RecipeStage{tier='one', recipe=1xtile.abybutton@0:[net.minecraft.item.crafting.Ingredient@5e5b2a70]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 932 abyssalcraft:abybrick_1 RecipeStage{tier='two', recipe=1xtile.abybrick@1:[net.minecraft.item.crafting.Ingredient@7e9f4450, net.minecraft.item.crafting.Ingredient@7e9f4450]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 933 abyssalcraft:abybrick_0 RecipeStage{tier='two', recipe=4xtile.abybrick@0:[net.minecraft.item.crafting.Ingredient@6d25ebe9, net.minecraft.item.crafting.Ingredient@6d25ebe9, net.minecraft.item.crafting.Ingredient@6d25ebe9, net.minecraft.item.crafting.Ingredient@6d25ebe9]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 934 abyssalcraft:aboots RecipeStage{tier='one', recipe=1xitem.aboots@0:[net.minecraft.item.crafting.Ingredient@5b02d44b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5b02d44b, net.minecraft.item.crafting.Ingredient@5b02d44b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5b02d44b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 935 abyssalcraft:aaxe RecipeStage{tier='one', recipe=1xitem.aaxe@0:[net.minecraft.item.crafting.Ingredient@45cd2a70, net.minecraft.item.crafting.Ingredient@45cd2a70, net.minecraft.item.crafting.Ingredient@45cd2a70, net.minecraftforge.oredict.OreIngredient@5b112722, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5b112722]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 936 twilightforest:ironwood_chestplate RecipeStage{tier='two', recipe=1xitem.twilightforest.ironwoodPlate@0:[net.minecraftforge.oredict.OreIngredient@c8c4e74, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@c8c4e74, net.minecraftforge.oredict.OreIngredient@c8c4e74, net.minecraftforge.oredict.OreIngredient@c8c4e74, net.minecraftforge.oredict.OreIngredient@c8c4e74, net.minecraftforge.oredict.OreIngredient@c8c4e74, net.minecraftforge.oredict.OreIngredient@c8c4e74, net.minecraftforge.oredict.OreIngredient@c8c4e74]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 938 twilightforest:aurora_pillar RecipeStage{tier='two', recipe=2xtile.twilightforest.AuroraPillar@0:[net.minecraft.item.crafting.Ingredient@583bda80, net.minecraft.item.crafting.Ingredient@583bda80]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 939 twilightforest:yeti_boots RecipeStage{tier='two', recipe=1xitem.twilightforest.yetiBoots@0:[net.minecraft.item.crafting.Ingredient@3a26cfa7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3a26cfa7, net.minecraft.item.crafting.Ingredient@3a26cfa7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3a26cfa7]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 940 twilightforest:ironwood_helmet RecipeStage{tier='two', recipe=1xitem.twilightforest.ironwoodHelm@0:[net.minecraftforge.oredict.OreIngredient@c8c4e74, net.minecraftforge.oredict.OreIngredient@c8c4e74, net.minecraftforge.oredict.OreIngredient@c8c4e74, net.minecraftforge.oredict.OreIngredient@c8c4e74, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@c8c4e74]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 941 twilightforest:knightmetal_ring RecipeStage{tier='two', recipe=1xitem.twilightforest.knightmetalRing@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@199f0e94, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@199f0e94, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@199f0e94, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@199f0e94, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 942 twilightforest:aurora_slab_0 RecipeStage{tier='two', recipe=6xtile.twilightforest.AuroraSlab@0:[net.minecraft.item.crafting.Ingredient@6f9e2691, net.minecraft.item.crafting.Ingredient@6f9e2691, net.minecraft.item.crafting.Ingredient@6f9e2691]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 943 twilightforest:lifedrain_scepter RecipeStage{tier='two', recipe=1xitem.twilightforest.scepterLifeDrain@0:[net.minecraft.item.crafting.Ingredient@61066ef5, net.minecraft.item.crafting.Ingredient@10b3ea90]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 945 twilightforest:steeleaf_chestplate RecipeStage{tier='two', recipe=1xitem.twilightforest.steeleafPlate@0:[net.minecraftforge.oredict.OreIngredient@6f732acc, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6f732acc, net.minecraftforge.oredict.OreIngredient@6f732acc, net.minecraftforge.oredict.OreIngredient@6f732acc, net.minecraftforge.oredict.OreIngredient@6f732acc, net.minecraftforge.oredict.OreIngredient@6f732acc, net.minecraftforge.oredict.OreIngredient@6f732acc, net.minecraftforge.oredict.OreIngredient@6f732acc]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 946 twilightforest:ironwood_leggings RecipeStage{tier='two', recipe=1xitem.twilightforest.ironwoodLegs@0:[net.minecraftforge.oredict.OreIngredient@c8c4e74, net.minecraftforge.oredict.OreIngredient@c8c4e74, net.minecraftforge.oredict.OreIngredient@c8c4e74, net.minecraftforge.oredict.OreIngredient@c8c4e74, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@c8c4e74, net.minecraftforge.oredict.OreIngredient@c8c4e74, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@c8c4e74]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 948 twilightforest:castleblock_stairs_cracked_reverse RecipeStage{tier='two', recipe=3xtile.twilightforest.CastleBrick@2:[net.minecraft.item.crafting.Ingredient@7127a68c, net.minecraft.item.crafting.Ingredient@21914c03, net.minecraft.item.crafting.Ingredient@4624b60b, net.minecraft.item.crafting.Ingredient@40f4fd97]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 949 twilightforest:carminite_alt RecipeStage{tier='two', recipe=1xitem.twilightforest.carminite@0:[net.minecraftforge.oredict.OreIngredient@3d4766b4, net.minecraft.item.crafting.Ingredient@23f9af48, net.minecraftforge.oredict.OreIngredient@3d4766b4, net.minecraft.item.crafting.Ingredient@23f9af48, net.minecraft.item.crafting.Ingredient@7601becc, net.minecraft.item.crafting.Ingredient@23f9af48, net.minecraftforge.oredict.OreIngredient@3d4766b4, net.minecraft.item.crafting.Ingredient@23f9af48, net.minecraftforge.oredict.OreIngredient@3d4766b4]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 950 twilightforest:giant_pickaxe RecipeStage{tier='two', recipe=1xitem.twilightforest.giantPick@0:[net.minecraft.item.crafting.Ingredient@3bbf52f6, net.minecraft.item.crafting.Ingredient@3bbf52f6, net.minecraft.item.crafting.Ingredient@3bbf52f6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3d2a33e5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3d2a33e5, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 951 twilightforest:castleblock_stairs_mossy_reverse RecipeStage{tier='two', recipe=3xtile.twilightforest.CastleBrick@4:[net.minecraft.item.crafting.Ingredient@15b96b1d, net.minecraft.item.crafting.Ingredient@f7c67a, net.minecraft.item.crafting.Ingredient@70302669, net.minecraft.item.crafting.Ingredient@f792c02]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 953 twilightforest:arctic_chestplate RecipeStage{tier='two', recipe=1xitem.twilightforest.arcticPlate@0:[net.minecraft.item.crafting.Ingredient@f9666ad, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@f9666ad, net.minecraft.item.crafting.Ingredient@f9666ad, net.minecraft.item.crafting.Ingredient@f9666ad, net.minecraft.item.crafting.Ingredient@f9666ad, net.minecraft.item.crafting.Ingredient@f9666ad, net.minecraft.item.crafting.Ingredient@f9666ad, net.minecraft.item.crafting.Ingredient@f9666ad]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 954 twilightforest:nagastone_stairs_right RecipeStage{tier='two', recipe=8xtile.twilightforest.NagastoneStairs@8:[net.minecraft.item.crafting.Ingredient@419874ff, net.minecraft.item.crafting.Ingredient@419874ff, net.minecraft.item.crafting.Ingredient@419874ff, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@419874ff, net.minecraft.item.crafting.Ingredient@419874ff, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@419874ff]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 955 twilightforest:fiery_iron_leggings RecipeStage{tier='two', recipe=1xitem.twilightforest.fieryLegs@0:[net.minecraft.item.crafting.Ingredient@71764eef, net.minecraft.item.crafting.Ingredient@5ef224b1, net.minecraft.item.crafting.Ingredient@c4f285d, net.minecraft.item.crafting.Ingredient@760e6a2a, net.minecraft.item.crafting.Ingredient@5cea00c0, net.minecraft.item.crafting.Ingredient@666abe02, net.minecraft.item.crafting.Ingredient@59443f2, net.minecraft.item.crafting.Ingredient@363d67ec]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 956 twilightforest:castleblock_stairs_brick_reverse RecipeStage{tier='two', recipe=3xtile.twilightforest.CastleBrick@0:[net.minecraft.item.crafting.Ingredient@5406f058, net.minecraft.item.crafting.Ingredient@2366d0e7, net.minecraft.item.crafting.Ingredient@205bfb7d, net.minecraft.item.crafting.Ingredient@666026da]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 957 twilightforest:castle_pillar_encased_none RecipeStage{tier='two', recipe=4xtile.twilightforest.CastlePillar@1:[net.minecraft.item.crafting.Ingredient@3db1e41b, net.minecraft.item.crafting.Ingredient@3db1e41b, net.minecraft.item.crafting.Ingredient@3db1e41b, net.minecraft.item.crafting.Ingredient@3db1e41b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 958 twilightforest:moonworm_queen RecipeStage{tier='two', recipe=1xitem.twilightforest.moonwormQueen@0:[net.minecraft.item.crafting.Ingredient@51605fd9, net.minecraft.item.crafting.Ingredient@59cf36a3, net.minecraft.item.crafting.Ingredient@294095b8, net.minecraft.item.crafting.Ingredient@550bf9c8]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 959 twilightforest:steeleaf_helmet RecipeStage{tier='two', recipe=1xitem.twilightforest.steeleafHelm@0:[net.minecraftforge.oredict.OreIngredient@6f732acc, net.minecraftforge.oredict.OreIngredient@6f732acc, net.minecraftforge.oredict.OreIngredient@6f732acc, net.minecraftforge.oredict.OreIngredient@6f732acc, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6f732acc]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 961 twilightforest:ironwood_axe RecipeStage{tier='two', recipe=1xitem.twilightforest.ironwoodAxe@0:[net.minecraftforge.oredict.OreIngredient@c8c4e74, net.minecraftforge.oredict.OreIngredient@c8c4e74, net.minecraftforge.oredict.OreIngredient@c8c4e74, net.minecraftforge.oredict.OreIngredient@2f61a9c1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2f61a9c1]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 962 twilightforest:ironwood_block_to_ingot RecipeStage{tier='two', recipe=9xitem.twilightforest.ironwoodIngot@0:[net.minecraft.item.crafting.Ingredient@1561edb4]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 964 twilightforest:yeti_chestplate RecipeStage{tier='two', recipe=1xitem.twilightforest.yetiPlate@0:[net.minecraft.item.crafting.Ingredient@70461e2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@70461e2, net.minecraft.item.crafting.Ingredient@70461e2, net.minecraft.item.crafting.Ingredient@70461e2, net.minecraft.item.crafting.Ingredient@70461e2, net.minecraft.item.crafting.Ingredient@70461e2, net.minecraft.item.crafting.Ingredient@70461e2, net.minecraft.item.crafting.Ingredient@70461e2]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 965 twilightforest:steeleaf_shovel RecipeStage{tier='two', recipe=1xitem.twilightforest.steeleafShovel@0:[net.minecraftforge.oredict.OreIngredient@6f732acc, net.minecraftforge.oredict.OreIngredient@2f61a9c1, net.minecraftforge.oredict.OreIngredient@2f61a9c1]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 966 twilightforest:knightmetal_chestplate RecipeStage{tier='two', recipe=1xitem.twilightforest.knightlyPlate@0:[net.minecraftforge.oredict.OreIngredient@199f0e94, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@199f0e94, net.minecraftforge.oredict.OreIngredient@199f0e94, net.minecraftforge.oredict.OreIngredient@199f0e94, net.minecraftforge.oredict.OreIngredient@199f0e94, net.minecraftforge.oredict.OreIngredient@199f0e94, net.minecraftforge.oredict.OreIngredient@199f0e94, net.minecraftforge.oredict.OreIngredient@199f0e94]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 967 twilightforest:castleblock_stairs_encased RecipeStage{tier='two', recipe=8xtile.twilightforest.CastleStairs@0:[net.minecraft.item.crafting.Ingredient@2bcba446, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2bcba446, net.minecraft.item.crafting.Ingredient@2bcba446, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2bcba446, net.minecraft.item.crafting.Ingredient@2bcba446, net.minecraft.item.crafting.Ingredient@2bcba446]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 968 twilightforest:fiery_iron_helmet RecipeStage{tier='two', recipe=1xitem.twilightforest.fieryHelm@0:[net.minecraft.item.crafting.Ingredient@2814b10, net.minecraft.item.crafting.Ingredient@3b33ed88, net.minecraft.item.crafting.Ingredient@64c8ca0, net.minecraft.item.crafting.Ingredient@77698e4b, net.minecraft.item.crafting.Ingredient@a03f76d, net.minecraft.item.crafting.Ingredient@31a32bb0]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 969 twilightforest:shield_scepter RecipeStage{tier='two', recipe=1xitem.twilightforest.scepterShield@0:[net.minecraft.item.crafting.Ingredient@77b0b172, net.minecraft.item.crafting.Ingredient@cd1bb71]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 970 twilightforest:steeleaf_hoe RecipeStage{tier='two', recipe=1xitem.twilightforest.steeleafHoe@0:[net.minecraftforge.oredict.OreIngredient@6f732acc, net.minecraftforge.oredict.OreIngredient@6f732acc, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2f61a9c1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2f61a9c1]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 972 twilightforest:nagastone_spiral RecipeStage{tier='two', recipe=8xtile.twilightforest.SpiralBricks@0:[net.minecraftforge.common.crafting.CompoundIngredient@6d7a81b7, net.minecraft.item.crafting.Ingredient@838292c, net.minecraft.item.crafting.Ingredient@838292c, net.minecraftforge.common.crafting.CompoundIngredient@6d7a81b7, net.minecraft.item.crafting.Ingredient@838292c, net.minecraft.item.crafting.Ingredient@838292c, net.minecraftforge.common.crafting.CompoundIngredient@6d7a81b7, net.minecraftforge.common.crafting.CompoundIngredient@6d7a81b7, net.minecraftforge.common.crafting.CompoundIngredient@6d7a81b7]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 973 twilightforest:fiery_iron_chestplate RecipeStage{tier='two', recipe=1xitem.twilightforest.fieryPlate@0:[net.minecraft.item.crafting.Ingredient@22984992, net.minecraft.item.crafting.Ingredient@507187b3, net.minecraft.item.crafting.Ingredient@59601e15, net.minecraft.item.crafting.Ingredient@258df162, net.minecraft.item.crafting.Ingredient@17623cd2, net.minecraft.item.crafting.Ingredient@47588333, net.minecraft.item.crafting.Ingredient@3391386e, net.minecraft.item.crafting.Ingredient@59a799eb, net.minecraft.item.crafting.Ingredient@63cf98f9]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 974 twilightforest:tower_device_12 RecipeStage{tier='two', recipe=1xtile.twilightforest.TowerDevice@12:[net.minecraft.item.crafting.Ingredient@6a613d14, net.minecraft.item.crafting.Ingredient@17190835, net.minecraft.item.crafting.Ingredient@6a613d14, net.minecraft.item.crafting.Ingredient@17190835, net.minecraftforge.oredict.OreIngredient@1c3d5658, net.minecraft.item.crafting.Ingredient@17190835, net.minecraft.item.crafting.Ingredient@6a613d14, net.minecraft.item.crafting.Ingredient@17190835, net.minecraft.item.crafting.Ingredient@6a613d14]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 975 twilightforest:steeleaf_pickaxe RecipeStage{tier='two', recipe=1xitem.twilightforest.steeleafPick@0:[net.minecraftforge.oredict.OreIngredient@6f732acc, net.minecraftforge.oredict.OreIngredient@6f732acc, net.minecraftforge.oredict.OreIngredient@6f732acc, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2f61a9c1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2f61a9c1, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 976 twilightforest:knightmetal_sword RecipeStage{tier='two', recipe=1xitem.twilightforest.knightlySword@0:[net.minecraftforge.oredict.OreIngredient@199f0e94, net.minecraftforge.oredict.OreIngredient@199f0e94, net.minecraftforge.oredict.OreIngredient@2f61a9c1]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 977 twilightforest:nagastone_stairs_right_weathered RecipeStage{tier='two', recipe=8xtile.twilightforest.NagastoneStairsWeathered@8:[net.minecraft.item.crafting.Ingredient@62235c5, net.minecraft.item.crafting.Ingredient@62235c5, net.minecraft.item.crafting.Ingredient@62235c5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@62235c5, net.minecraft.item.crafting.Ingredient@62235c5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@62235c5]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 978 twilightforest:charm_of_keeping_3 RecipeStage{tier='two', recipe=1xitem.twilightforest.charmOfKeeping3@0:[net.minecraft.item.crafting.Ingredient@62fb6017, net.minecraft.item.crafting.Ingredient@478d6c3c, net.minecraft.item.crafting.Ingredient@49339848, net.minecraft.item.crafting.Ingredient@77dd0d60]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 979 twilightforest:tower_device_6 RecipeStage{tier='two', recipe=1xtile.twilightforest.TowerDevice@6:[net.minecraft.item.crafting.Ingredient@7763d19, net.minecraft.item.crafting.Ingredient@28d2d16e, net.minecraft.item.crafting.Ingredient@7763d19, net.minecraft.item.crafting.Ingredient@28d2d16e, net.minecraft.item.crafting.Ingredient@1f7849a0, net.minecraft.item.crafting.Ingredient@28d2d16e, net.minecraft.item.crafting.Ingredient@7763d19, net.minecraft.item.crafting.Ingredient@28d2d16e, net.minecraft.item.crafting.Ingredient@7763d19]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 981 twilightforest:carminite_block_to_item RecipeStage{tier='two', recipe=9xitem.twilightforest.carminite@0:[net.minecraft.item.crafting.Ingredient@4ae06d2c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 982 twilightforest:yeti_helmet RecipeStage{tier='two', recipe=1xitem.twilightforest.yetiHelm@0:[net.minecraft.item.crafting.Ingredient@5267efca, net.minecraft.item.crafting.Ingredient@5267efca, net.minecraft.item.crafting.Ingredient@5267efca, net.minecraft.item.crafting.Ingredient@5267efca, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5267efca]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 986 twilightforest:nagastone_stairs_reverse RecipeStage{tier='two', recipe=3xtile.twilightforest.EtchedNagastone@0:[net.minecraft.item.crafting.Ingredient@55bac73c, net.minecraft.item.crafting.Ingredient@4b3a7ef2, net.minecraft.item.crafting.Ingredient@720ef8c3, net.minecraft.item.crafting.Ingredient@5996241d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 987 twilightforest:castle_pillar_encased RecipeStage{tier='two', recipe=6xtile.twilightforest.CastlePillar@0:[net.minecraft.item.crafting.Ingredient@c8adb56, net.minecraft.item.crafting.Ingredient@1175a78c, net.minecraft.item.crafting.Ingredient@c8adb56, net.minecraft.item.crafting.Ingredient@c8adb56, net.minecraft.item.crafting.Ingredient@1175a78c, net.minecraft.item.crafting.Ingredient@c8adb56]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 988 twilightforest:arctic_helmet RecipeStage{tier='two', recipe=1xitem.twilightforest.arcticHelm@0:[net.minecraft.item.crafting.Ingredient@5677049e, net.minecraft.item.crafting.Ingredient@5677049e, net.minecraft.item.crafting.Ingredient@5677049e, net.minecraft.item.crafting.Ingredient@5677049e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5677049e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 989 twilightforest:yeti_leggings RecipeStage{tier='two', recipe=1xitem.twilightforest.yetiLegs@0:[net.minecraft.item.crafting.Ingredient@da76428, net.minecraft.item.crafting.Ingredient@da76428, net.minecraft.item.crafting.Ingredient@da76428, net.minecraft.item.crafting.Ingredient@da76428, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@da76428, net.minecraft.item.crafting.Ingredient@da76428, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@da76428]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 990 twilightforest:carminite RecipeStage{tier='two', recipe=1xitem.twilightforest.carminite@0:[net.minecraft.item.crafting.Ingredient@16214255, net.minecraftforge.oredict.OreIngredient@3d4766b4, net.minecraft.item.crafting.Ingredient@16214255, net.minecraftforge.oredict.OreIngredient@3d4766b4, net.minecraft.item.crafting.Ingredient@1584ad75, net.minecraftforge.oredict.OreIngredient@3d4766b4, net.minecraft.item.crafting.Ingredient@16214255, net.minecraftforge.oredict.OreIngredient@3d4766b4, net.minecraft.item.crafting.Ingredient@16214255]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 991 twilightforest:twilight_scepter RecipeStage{tier='two', recipe=1xitem.twilightforest.scepterTwilight@0:[net.minecraft.item.crafting.Ingredient@39143ed8, net.minecraftforge.oredict.OreIngredient@4abbe7a6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 992 twilightforest:castleblock_stairs_bold_reverse RecipeStage{tier='two', recipe=3xtile.twilightforest.CastlePillar@2:[net.minecraft.item.crafting.Ingredient@3dcc0c62, net.minecraft.item.crafting.Ingredient@63050a4b, net.minecraft.item.crafting.Ingredient@20c7c795, net.minecraft.item.crafting.Ingredient@35c3466b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 993 twilightforest:tower_device_2 RecipeStage{tier='two', recipe=8xtile.twilightforest.TowerDevice@2:[net.minecraft.item.crafting.Ingredient@755ca785, net.minecraft.item.crafting.Ingredient@39e0a2f7, net.minecraft.item.crafting.Ingredient@755ca785, net.minecraft.item.crafting.Ingredient@39e0a2f7, net.minecraft.item.crafting.Ingredient@121792f1, net.minecraft.item.crafting.Ingredient@39e0a2f7, net.minecraft.item.crafting.Ingredient@755ca785, net.minecraft.item.crafting.Ingredient@39e0a2f7, net.minecraft.item.crafting.Ingredient@755ca785]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 994 twilightforest:block_and_chain RecipeStage{tier='two', recipe=1xitem.twilightforest.chainBlock@0:[net.minecraft.item.crafting.Ingredient@451ab596, net.minecraftforge.oredict.OreIngredient@199f0e94, net.minecraftforge.oredict.OreIngredient@199f0e94, net.minecraftforge.oredict.OreIngredient@199f0e94, net.minecraft.item.crafting.Ingredient@7b90165f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 995 twilightforest:ironwood_raw RecipeStage{tier='two', recipe=1xitem.twilightforest.ironwoodRaw@0:[net.minecraft.item.crafting.Ingredient@71994c8, net.minecraftforge.oredict.OreIngredient@af8eb59, net.minecraftforge.oredict.OreIngredient@5b54850c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 996 twilightforest:knightmetal_axe RecipeStage{tier='two', recipe=1xitem.twilightforest.knightlyAxe@0:[net.minecraftforge.oredict.OreIngredient@199f0e94, net.minecraftforge.oredict.OreIngredient@199f0e94, net.minecraftforge.oredict.OreIngredient@199f0e94, net.minecraftforge.oredict.OreIngredient@2f61a9c1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2f61a9c1]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 997 twilightforest:fiery_iron_boots RecipeStage{tier='two', recipe=1xitem.twilightforest.fieryBoots@0:[net.minecraft.item.crafting.Ingredient@5ebc05ca, net.minecraft.item.crafting.Ingredient@51db267f, net.minecraft.item.crafting.Ingredient@675de18a, net.minecraft.item.crafting.Ingredient@62751c9c, net.minecraft.item.crafting.Ingredient@6aacf0e9]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 998 twilightforest:naga_chestplate RecipeStage{tier='two', recipe=1xitem.twilightforest.plateNaga@0:[net.minecraft.item.crafting.Ingredient@3588b9df, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3588b9df, net.minecraft.item.crafting.Ingredient@3588b9df, net.minecraft.item.crafting.Ingredient@3588b9df, net.minecraft.item.crafting.Ingredient@3588b9df, net.minecraft.item.crafting.Ingredient@3588b9df, net.minecraft.item.crafting.Ingredient@3588b9df, net.minecraft.item.crafting.Ingredient@3588b9df]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 999 twilightforest:arctic_leggings RecipeStage{tier='two', recipe=1xitem.twilightforest.arcticLegs@0:[net.minecraft.item.crafting.Ingredient@4d17fbb8, net.minecraft.item.crafting.Ingredient@4d17fbb8, net.minecraft.item.crafting.Ingredient@4d17fbb8, net.minecraft.item.crafting.Ingredient@4d17fbb8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4d17fbb8, net.minecraft.item.crafting.Ingredient@4d17fbb8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4d17fbb8]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1000 twilightforest:arctic_boots RecipeStage{tier='two', recipe=1xitem.twilightforest.arcticBoots@0:[net.minecraft.item.crafting.Ingredient@123d5465, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@123d5465, net.minecraft.item.crafting.Ingredient@123d5465, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@123d5465]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1001 twilightforest:steeleaf_sword RecipeStage{tier='two', recipe=1xitem.twilightforest.steeleafSword@0:[net.minecraftforge.oredict.OreIngredient@6f732acc, net.minecraftforge.oredict.OreIngredient@6f732acc, net.minecraftforge.oredict.OreIngredient@2f61a9c1]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1003 twilightforest:castleblock_stairs_bold RecipeStage{tier='two', recipe=8xtile.twilightforest.CastleStairs@8:[net.minecraft.item.crafting.Ingredient@37680a88, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@37680a88, net.minecraft.item.crafting.Ingredient@37680a88, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@37680a88, net.minecraft.item.crafting.Ingredient@37680a88, net.minecraft.item.crafting.Ingredient@37680a88]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1004 twilightforest:firefly_jar RecipeStage{tier='two', recipe=1xtile.twilightforest.FireflyJar@0:[net.minecraft.item.crafting.Ingredient@1d15eceb, net.minecraft.item.crafting.Ingredient@19d2e7ec]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1005 twilightforest:magic_map_empty RecipeStage{tier='two', recipe=1xitem.twilightforest.emptyMagicMap@0:[net.minecraftforge.oredict.OreIngredient@3d8d7f75, net.minecraftforge.oredict.OreIngredient@3d8d7f75, net.minecraftforge.oredict.OreIngredient@3d8d7f75, net.minecraftforge.oredict.OreIngredient@3d8d7f75, net.minecraft.item.crafting.Ingredient@402b6e65, net.minecraftforge.oredict.OreIngredient@3d8d7f75, net.minecraftforge.oredict.OreIngredient@3d8d7f75, net.minecraftforge.oredict.OreIngredient@3d8d7f75, net.minecraftforge.oredict.OreIngredient@3d8d7f75]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1006 twilightforest:nagastone_stairs_left_weathered RecipeStage{tier='two', recipe=8xtile.twilightforest.NagastoneStairsWeathered@0:[net.minecraft.item.crafting.Ingredient@1826c844, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1826c844, net.minecraft.item.crafting.Ingredient@1826c844, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1826c844, net.minecraft.item.crafting.Ingredient@1826c844, net.minecraft.item.crafting.Ingredient@1826c844]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1007 twilightforest:nagastone_stairs_right_mossy RecipeStage{tier='two', recipe=8xtile.twilightforest.NagastoneStairsMossy@8:[net.minecraft.item.crafting.Ingredient@60366be8, net.minecraft.item.crafting.Ingredient@60366be8, net.minecraft.item.crafting.Ingredient@60366be8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@60366be8, net.minecraft.item.crafting.Ingredient@60366be8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@60366be8]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1008 twilightforest:castleblock_stairs_encased_reverse RecipeStage{tier='two', recipe=3xtile.twilightforest.CastlePillar@0:[net.minecraft.item.crafting.Ingredient@4f55a56b, net.minecraft.item.crafting.Ingredient@3d64af6a, net.minecraft.item.crafting.Ingredient@2ff67bc6, net.minecraft.item.crafting.Ingredient@4cdbfcd1]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1009 twilightforest:fiery_helmet RecipeStage{tier='two', recipe=1xitem.twilightforest.fieryHelm@0:[net.minecraftforge.oredict.OreIngredient@2d87ef3a, net.minecraftforge.oredict.OreIngredient@2d87ef3a, net.minecraftforge.oredict.OreIngredient@2d87ef3a, net.minecraftforge.oredict.OreIngredient@2d87ef3a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2d87ef3a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1010 twilightforest:giant_sword RecipeStage{tier='two', recipe=1xitem.twilightforest.giantSword@0:[net.minecraft.item.crafting.Ingredient@131f8f8b, net.minecraft.item.crafting.Ingredient@131f8f8b, net.minecraft.item.crafting.Ingredient@7ff8d495]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1013 twilightforest:armor_shard_cluster RecipeStage{tier='two', recipe=1xitem.twilightforest.shardCluster@0:[net.minecraft.item.crafting.Ingredient@109df93d, net.minecraft.item.crafting.Ingredient@109df93d, net.minecraft.item.crafting.Ingredient@109df93d, net.minecraft.item.crafting.Ingredient@109df93d, net.minecraft.item.crafting.Ingredient@109df93d, net.minecraft.item.crafting.Ingredient@109df93d, net.minecraft.item.crafting.Ingredient@109df93d, net.minecraft.item.crafting.Ingredient@109df93d, net.minecraft.item.crafting.Ingredient@109df93d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1014 twilightforest:ironwood_pickaxe RecipeStage{tier='two', recipe=1xitem.twilightforest.ironwoodPick@0:[net.minecraftforge.oredict.OreIngredient@c8c4e74, net.minecraftforge.oredict.OreIngredient@c8c4e74, net.minecraftforge.oredict.OreIngredient@c8c4e74, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2f61a9c1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2f61a9c1, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1015 twilightforest:carminite_block RecipeStage{tier='two', recipe=1xtile.twilightforest.BlockOfStorage@4:[net.minecraftforge.oredict.OreIngredient@229ca658, net.minecraftforge.oredict.OreIngredient@229ca658, net.minecraftforge.oredict.OreIngredient@229ca658, net.minecraftforge.oredict.OreIngredient@229ca658, net.minecraftforge.oredict.OreIngredient@229ca658, net.minecraftforge.oredict.OreIngredient@229ca658, net.minecraftforge.oredict.OreIngredient@229ca658, net.minecraftforge.oredict.OreIngredient@229ca658, net.minecraftforge.oredict.OreIngredient@229ca658]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1018 twilightforest:tower_device_0 RecipeStage{tier='two', recipe=2xtile.twilightforest.TowerDevice@0:[net.minecraft.item.crafting.Ingredient@3acacb4c, net.minecraftforge.oredict.OreIngredient@3d4766b4, net.minecraft.item.crafting.Ingredient@3acacb4c, net.minecraftforge.oredict.OreIngredient@3d4766b4, net.minecraft.item.crafting.Ingredient@f50c03, net.minecraftforge.oredict.OreIngredient@3d4766b4, net.minecraft.item.crafting.Ingredient@3acacb4c, net.minecraftforge.oredict.OreIngredient@3d4766b4, net.minecraft.item.crafting.Ingredient@3acacb4c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1019 twilightforest:cobblestone RecipeStage{tier='tutorial', recipe=64xtile.stonebrick@0:[net.minecraft.item.crafting.Ingredient@122a7fa7]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1020 twilightforest:charm_of_life_2 RecipeStage{tier='two', recipe=1xitem.twilightforest.charmOfLife2@0:[net.minecraft.item.crafting.Ingredient@7e08db80, net.minecraft.item.crafting.Ingredient@4a2d404a, net.minecraft.item.crafting.Ingredient@7b5b85ed, net.minecraft.item.crafting.Ingredient@366c24d1]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1021 twilightforest:ironwood_boots RecipeStage{tier='two', recipe=1xitem.twilightforest.ironwoodBoots@0:[net.minecraftforge.oredict.OreIngredient@c8c4e74, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@c8c4e74, net.minecraftforge.oredict.OreIngredient@c8c4e74, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@c8c4e74]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1022 twilightforest:ironwood_hoe RecipeStage{tier='two', recipe=1xitem.twilightforest.ironwoodHoe@0:[net.minecraftforge.oredict.OreIngredient@c8c4e74, net.minecraftforge.oredict.OreIngredient@c8c4e74, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2f61a9c1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2f61a9c1]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1023 twilightforest:leaves_0 RecipeStage{tier='zero', recipe=64xtile.leaves@0:[net.minecraft.item.crafting.Ingredient@56d2a8be]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1025 twilightforest:fiery_chestplate RecipeStage{tier='two', recipe=1xitem.twilightforest.fieryPlate@0:[net.minecraftforge.oredict.OreIngredient@2d87ef3a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2d87ef3a, net.minecraftforge.oredict.OreIngredient@2d87ef3a, net.minecraftforge.oredict.OreIngredient@2d87ef3a, net.minecraftforge.oredict.OreIngredient@2d87ef3a, net.minecraftforge.oredict.OreIngredient@2d87ef3a, net.minecraftforge.oredict.OreIngredient@2d87ef3a, net.minecraftforge.oredict.OreIngredient@2d87ef3a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1026 twilightforest:charm_of_keeping_2 RecipeStage{tier='two', recipe=1xitem.twilightforest.charmOfKeeping2@0:[net.minecraft.item.crafting.Ingredient@7c7318a7, net.minecraft.item.crafting.Ingredient@59223e14, net.minecraft.item.crafting.Ingredient@657e5d96, net.minecraft.item.crafting.Ingredient@42b1a092]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1027 twilightforest:knightmetal_block RecipeStage{tier='two', recipe=1xtile.twilightforest.KnightmetalBlock@0:[net.minecraftforge.oredict.OreIngredient@199f0e94, net.minecraftforge.oredict.OreIngredient@199f0e94, net.minecraftforge.oredict.OreIngredient@199f0e94, net.minecraftforge.oredict.OreIngredient@199f0e94, net.minecraftforge.oredict.OreIngredient@199f0e94, net.minecraftforge.oredict.OreIngredient@199f0e94, net.minecraftforge.oredict.OreIngredient@199f0e94, net.minecraftforge.oredict.OreIngredient@199f0e94, net.minecraftforge.oredict.OreIngredient@199f0e94]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1029 twilightforest:nagastone_stairs_mossy_reverse RecipeStage{tier='two', recipe=3xtile.twilightforest.EtchedNagastone@0:[net.minecraft.item.crafting.Ingredient@49aefd77, net.minecraft.item.crafting.Ingredient@3c0b0b6f, net.minecraft.item.crafting.Ingredient@6fbc53dc, net.minecraft.item.crafting.Ingredient@5590c43f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1030 twilightforest:steeleaf_boots RecipeStage{tier='two', recipe=1xitem.twilightforest.steeleafBoots@0:[net.minecraftforge.oredict.OreIngredient@6f732acc, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6f732acc, net.minecraftforge.oredict.OreIngredient@6f732acc, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6f732acc]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1031 twilightforest:fiery_boots RecipeStage{tier='two', recipe=1xitem.twilightforest.fieryBoots@0:[net.minecraftforge.oredict.OreIngredient@2d87ef3a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2d87ef3a, net.minecraftforge.oredict.OreIngredient@2d87ef3a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2d87ef3a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1032 twilightforest:castleblock_stairs_worn RecipeStage{tier='two', recipe=8xtile.twilightforest.CastleStairsWorn@0:[net.minecraft.item.crafting.Ingredient@4533b725, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4533b725, net.minecraft.item.crafting.Ingredient@4533b725, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4533b725, net.minecraft.item.crafting.Ingredient@4533b725, net.minecraft.item.crafting.Ingredient@4533b725]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1033 twilightforest:ironwood_block RecipeStage{tier='two', recipe=1xtile.twilightforest.BlockOfStorage@0:[net.minecraftforge.oredict.OreIngredient@c8c4e74, net.minecraftforge.oredict.OreIngredient@c8c4e74, net.minecraftforge.oredict.OreIngredient@c8c4e74, net.minecraftforge.oredict.OreIngredient@c8c4e74, net.minecraftforge.oredict.OreIngredient@c8c4e74, net.minecraftforge.oredict.OreIngredient@c8c4e74, net.minecraftforge.oredict.OreIngredient@c8c4e74, net.minecraftforge.oredict.OreIngredient@c8c4e74, net.minecraftforge.oredict.OreIngredient@c8c4e74]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1034 twilightforest:naga_leggings RecipeStage{tier='two', recipe=1xitem.twilightforest.legsNaga@0:[net.minecraft.item.crafting.Ingredient@53ca75fe, net.minecraft.item.crafting.Ingredient@53ca75fe, net.minecraft.item.crafting.Ingredient@53ca75fe, net.minecraft.item.crafting.Ingredient@53ca75fe, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@53ca75fe, net.minecraft.item.crafting.Ingredient@53ca75fe, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@53ca75fe]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1035 twilightforest:nagastone_stairs_weathered_reverse RecipeStage{tier='two', recipe=3xtile.twilightforest.EtchedNagastone@0:[net.minecraft.item.crafting.Ingredient@4d105ff1, net.minecraft.item.crafting.Ingredient@1ccf00ca, net.minecraft.item.crafting.Ingredient@4f46be6a, net.minecraft.item.crafting.Ingredient@e2d796c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1036 twilightforest:nagastone_stairs_left_mossy RecipeStage{tier='two', recipe=8xtile.twilightforest.NagastoneStairsMossy@0:[net.minecraft.item.crafting.Ingredient@2baa1e32, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2baa1e32, net.minecraft.item.crafting.Ingredient@2baa1e32, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2baa1e32, net.minecraft.item.crafting.Ingredient@2baa1e32, net.minecraft.item.crafting.Ingredient@2baa1e32]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1037 twilightforest:knightmetal_helmet RecipeStage{tier='two', recipe=1xitem.twilightforest.knightlyHelm@0:[net.minecraftforge.oredict.OreIngredient@199f0e94, net.minecraftforge.oredict.OreIngredient@199f0e94, net.minecraftforge.oredict.OreIngredient@199f0e94, net.minecraftforge.oredict.OreIngredient@199f0e94, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@199f0e94]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1038 twilightforest:fire_jet_6 RecipeStage{tier='two', recipe=1xtile.twilightforest.FireJet@6:[net.minecraft.item.crafting.Ingredient@a1a5b47, net.minecraftforge.oredict.OreIngredient@3d4766b4, net.minecraft.item.crafting.Ingredient@a1a5b47, net.minecraftforge.oredict.OreIngredient@3d4766b4, net.minecraft.item.crafting.Ingredient@6ee1a0d7, net.minecraftforge.oredict.OreIngredient@3d4766b4, net.minecraft.item.crafting.Ingredient@1082e56c, net.minecraft.item.crafting.Ingredient@1082e56c, net.minecraft.item.crafting.Ingredient@1082e56c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1039 twilightforest:castleblock_stairs_cracked RecipeStage{tier='two', recipe=8xtile.twilightforest.CastleStairsCracked@0:[net.minecraft.item.crafting.Ingredient@7f65ee42, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7f65ee42, net.minecraft.item.crafting.Ingredient@7f65ee42, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7f65ee42, net.minecraft.item.crafting.Ingredient@7f65ee42, net.minecraft.item.crafting.Ingredient@7f65ee42]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1040 twilightforest:arctic_block RecipeStage{tier='two', recipe=1xtile.twilightforest.BlockOfStorage@3:[net.minecraftforge.oredict.OreIngredient@4c8db391, net.minecraftforge.oredict.OreIngredient@4c8db391, net.minecraftforge.oredict.OreIngredient@4c8db391, net.minecraftforge.oredict.OreIngredient@4c8db391, net.minecraftforge.oredict.OreIngredient@4c8db391, net.minecraftforge.oredict.OreIngredient@4c8db391, net.minecraftforge.oredict.OreIngredient@4c8db391, net.minecraftforge.oredict.OreIngredient@4c8db391, net.minecraftforge.oredict.OreIngredient@4c8db391]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1041 twilightforest:castleblock_stairs_mossy RecipeStage{tier='two', recipe=8xtile.twilightforest.CastleStairsMossy@0:[net.minecraft.item.crafting.Ingredient@48f64472, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@48f64472, net.minecraft.item.crafting.Ingredient@48f64472, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@48f64472, net.minecraft.item.crafting.Ingredient@48f64472, net.minecraft.item.crafting.Ingredient@48f64472]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1042 twilightforest:arctic_block_to_item RecipeStage{tier='two', recipe=9xitem.twilightforest.arcticFur@0:[net.minecraft.item.crafting.Ingredient@2e76e631]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1043 twilightforest:castle_pillar_bold_none RecipeStage{tier='two', recipe=4xtile.twilightforest.CastlePillar@3:[net.minecraft.item.crafting.Ingredient@238bf5a4, net.minecraft.item.crafting.Ingredient@238bf5a4, net.minecraft.item.crafting.Ingredient@238bf5a4, net.minecraft.item.crafting.Ingredient@238bf5a4]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1044 twilightforest:castle_paver RecipeStage{tier='two', recipe=4xtile.twilightforest.CastleBrick@5:[net.minecraft.item.crafting.Ingredient@7a0d9380, net.minecraft.item.crafting.Ingredient@7a0d9380, net.minecraft.item.crafting.Ingredient@7a0d9380, net.minecraft.item.crafting.Ingredient@7a0d9380]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1047 twilightforest:nagastone_stairs_left RecipeStage{tier='two', recipe=8xtile.twilightforest.NagastoneStairs@0:[net.minecraft.item.crafting.Ingredient@54a93837, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@54a93837, net.minecraft.item.crafting.Ingredient@54a93837, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@54a93837, net.minecraft.item.crafting.Ingredient@54a93837, net.minecraft.item.crafting.Ingredient@54a93837]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1049 twilightforest:ironwood_sword RecipeStage{tier='two', recipe=1xitem.twilightforest.ironwoodSword@0:[net.minecraftforge.oredict.OreIngredient@c8c4e74, net.minecraftforge.oredict.OreIngredient@c8c4e74, net.minecraftforge.oredict.OreIngredient@2f61a9c1]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1050 twilightforest:fiery_leggings RecipeStage{tier='two', recipe=1xitem.twilightforest.fieryLegs@0:[net.minecraftforge.oredict.OreIngredient@2d87ef3a, net.minecraftforge.oredict.OreIngredient@2d87ef3a, net.minecraftforge.oredict.OreIngredient@2d87ef3a, net.minecraftforge.oredict.OreIngredient@2d87ef3a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2d87ef3a, net.minecraftforge.oredict.OreIngredient@2d87ef3a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2d87ef3a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1051 twilightforest:steeleaf_leggings RecipeStage{tier='two', recipe=1xitem.twilightforest.steeleafLegs@0:[net.minecraftforge.oredict.OreIngredient@6f732acc, net.minecraftforge.oredict.OreIngredient@6f732acc, net.minecraftforge.oredict.OreIngredient@6f732acc, net.minecraftforge.oredict.OreIngredient@6f732acc, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6f732acc, net.minecraftforge.oredict.OreIngredient@6f732acc, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6f732acc]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1052 twilightforest:zombie_scepter RecipeStage{tier='two', recipe=1xitem.twilightforest.scepterZombie@0:[net.minecraft.item.crafting.Ingredient@3a5f8f49, net.minecraft.item.crafting.Ingredient@2e33770d, net.minecraftforge.common.crafting.CompoundIngredient@53664f93]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1053 twilightforest:knightmetal_pickaxe RecipeStage{tier='two', recipe=1xitem.twilightforest.knightlyPick@0:[net.minecraftforge.oredict.OreIngredient@199f0e94, net.minecraftforge.oredict.OreIngredient@199f0e94, net.minecraftforge.oredict.OreIngredient@199f0e94, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2f61a9c1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2f61a9c1, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1054 twilightforest:steeleaf_axe RecipeStage{tier='two', recipe=1xitem.twilightforest.steeleafAxe@0:[net.minecraftforge.oredict.OreIngredient@6f732acc, net.minecraftforge.oredict.OreIngredient@6f732acc, net.minecraftforge.oredict.OreIngredient@6f732acc, net.minecraftforge.oredict.OreIngredient@2f61a9c1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2f61a9c1]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1055 twilightforest:fire_jet_1 RecipeStage{tier='two', recipe=1xtile.twilightforest.FireJet@1:[net.minecraft.item.crafting.Ingredient@5b91c24e, net.minecraftforge.oredict.OreIngredient@3d4766b4, net.minecraft.item.crafting.Ingredient@5b91c24e, net.minecraftforge.oredict.OreIngredient@3d4766b4, net.minecraft.item.crafting.Ingredient@250e273c, net.minecraftforge.oredict.OreIngredient@3d4766b4, net.minecraft.item.crafting.Ingredient@5b91c24e, net.minecraftforge.oredict.OreIngredient@3d4766b4, net.minecraft.item.crafting.Ingredient@5b91c24e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1056 twilightforest:knightmetal_ingot RecipeStage{tier='two', recipe=9xitem.twilightforest.knightMetal@0:[net.minecraft.item.crafting.Ingredient@7aea46a9]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1058 twilightforest:castleblock_stairs_brick RecipeStage{tier='two', recipe=8xtile.twilightforest.CastleStairsBrick@0:[net.minecraft.item.crafting.Ingredient@16220368, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@16220368, net.minecraft.item.crafting.Ingredient@16220368, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@16220368, net.minecraft.item.crafting.Ingredient@16220368, net.minecraft.item.crafting.Ingredient@16220368]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1059 twilightforest:castleblock_stairs_worn_reverse RecipeStage{tier='two', recipe=3xtile.twilightforest.CastleBrick@1:[net.minecraft.item.crafting.Ingredient@42504ebf, net.minecraft.item.crafting.Ingredient@5954af97, net.minecraft.item.crafting.Ingredient@69fc827b, net.minecraft.item.crafting.Ingredient@544e64b9]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1060 twilightforest:knightmetal_boots RecipeStage{tier='two', recipe=1xitem.twilightforest.knightlyBoots@0:[net.minecraftforge.oredict.OreIngredient@199f0e94, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@199f0e94, net.minecraftforge.oredict.OreIngredient@199f0e94, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@199f0e94]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1062 twilightforest:knightmetal_leggings RecipeStage{tier='two', recipe=1xitem.twilightforest.knightlyLegs@0:[net.minecraftforge.oredict.OreIngredient@199f0e94, net.minecraftforge.oredict.OreIngredient@199f0e94, net.minecraftforge.oredict.OreIngredient@199f0e94, net.minecraftforge.oredict.OreIngredient@199f0e94, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@199f0e94, net.minecraftforge.oredict.OreIngredient@199f0e94, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@199f0e94]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1063 twilightforest:castle_pillar_bold RecipeStage{tier='two', recipe=4xtile.twilightforest.CastlePillar@2:[net.minecraft.item.crafting.Ingredient@6c239671, net.minecraft.item.crafting.Ingredient@6c239671, net.minecraft.item.crafting.Ingredient@6c239671, net.minecraft.item.crafting.Ingredient@6c239671]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1064 twilightforest:maze_map_empty RecipeStage{tier='two', recipe=1xitem.twilightforest.emptyMazeMap@0:[net.minecraftforge.oredict.OreIngredient@3d8d7f75, net.minecraftforge.oredict.OreIngredient@3d8d7f75, net.minecraftforge.oredict.OreIngredient@3d8d7f75, net.minecraftforge.oredict.OreIngredient@3d8d7f75, net.minecraft.item.crafting.Ingredient@ad74ccc, net.minecraftforge.oredict.OreIngredient@3d8d7f75, net.minecraftforge.oredict.OreIngredient@3d8d7f75, net.minecraftforge.oredict.OreIngredient@3d8d7f75, net.minecraftforge.oredict.OreIngredient@3d8d7f75]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1065 twilightforest:ironwood_shovel RecipeStage{tier='two', recipe=1xitem.twilightforest.ironwoodShovel@0:[net.minecraftforge.oredict.OreIngredient@c8c4e74, net.minecraftforge.oredict.OreIngredient@2f61a9c1, net.minecraftforge.oredict.OreIngredient@2f61a9c1]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1066 tconstruct:world/slime_grass_blue RecipeStage{tier='three', recipe=1xtile.tconstruct.slime_grass@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@78276e98, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@78276e98, net.minecraft.item.crafting.Ingredient@2e56a322, net.minecraft.item.crafting.Ingredient@78276e98, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@78276e98, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1067 tconstruct:world/slime_grass_purple RecipeStage{tier='three', recipe=1xtile.tconstruct.slime_grass@5:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@27464c86, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@27464c86, net.minecraft.item.crafting.Ingredient@154bc93b, net.minecraft.item.crafting.Ingredient@27464c86, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@27464c86, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1068 tconstruct:world/slime_grass_magma RecipeStage{tier='three', recipe=1xtile.tconstruct.slime_grass@10:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7af8cbb1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7af8cbb1, net.minecraft.item.crafting.Ingredient@45f99616, net.minecraft.item.crafting.Ingredient@7af8cbb1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7af8cbb1, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1069 tconstruct:gadgets/punji_sticks RecipeStage{tier='zero', recipe=3xtile.tconstruct.punji@0:[net.minecraft.item.crafting.Ingredient@4c694c77, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4c694c77, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4c694c77, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4c694c77, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4c694c77]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1070 tconstruct:gadgets/dried/dried_clay_slab RecipeStage{tier='zero', recipe=6xtile.tconstruct.dried_clay_slab@0:[net.minecraft.item.crafting.Ingredient@6427b0c8, net.minecraft.item.crafting.Ingredient@6427b0c8, net.minecraft.item.crafting.Ingredient@6427b0c8]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1071 tconstruct:gadgets/dried/dried_bricks RecipeStage{tier='one', recipe=1xtile.tconstruct.dried_clay@1:[net.minecraft.item.crafting.Ingredient@27b87861, net.minecraft.item.crafting.Ingredient@27b87861, net.minecraft.item.crafting.Ingredient@27b87861, net.minecraft.item.crafting.Ingredient@27b87861]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1072 tconstruct:gadgets/dried/dried_bricks_slab RecipeStage{tier='one', recipe=6xtile.tconstruct.dried_clay_slab@1:[net.minecraft.item.crafting.Ingredient@2fa60ce8, net.minecraft.item.crafting.Ingredient@2fa60ce8, net.minecraft.item.crafting.Ingredient@2fa60ce8]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1073 tconstruct:gadgets/dried/dried_clay_stairs RecipeStage{tier='one', recipe=4xtile.tconstruct.dried_clay_stairs@0:[net.minecraft.item.crafting.Ingredient@57a577b5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@57a577b5, net.minecraft.item.crafting.Ingredient@57a577b5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@57a577b5, net.minecraft.item.crafting.Ingredient@57a577b5, net.minecraft.item.crafting.Ingredient@57a577b5]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1074 tconstruct:gadgets/dried/dried_bricks_stairs RecipeStage{tier='one', recipe=4xtile.tconstruct.dried_brick_stairs@0:[net.minecraft.item.crafting.Ingredient@341b657d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@341b657d, net.minecraft.item.crafting.Ingredient@341b657d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@341b657d, net.minecraft.item.crafting.Ingredient@341b657d, net.minecraft.item.crafting.Ingredient@341b657d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1075 tconstruct:gadgets/dried/dried_bricks_slab_simple RecipeStage{tier='one', recipe=1xtile.tconstruct.dried_clay_slab@1:[net.minecraft.item.crafting.Ingredient@68f2cf95, net.minecraft.item.crafting.Ingredient@68f2cf95]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1076 tconstruct:gadgets/brownstone/stairs/creeper_stairs RecipeStage{tier='three', recipe=4xtile.tconstruct.brownstone_stairs_creeper@0:[net.minecraft.item.crafting.Ingredient@10c760b7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@10c760b7, net.minecraft.item.crafting.Ingredient@10c760b7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@10c760b7, net.minecraft.item.crafting.Ingredient@10c760b7, net.minecraft.item.crafting.Ingredient@10c760b7]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1077 tconstruct:gadgets/brownstone/stairs/bricks_stairs RecipeStage{tier='one', recipe=4xtile.tconstruct.brownstone_stairs_brick@0:[net.minecraft.item.crafting.Ingredient@2d66f756, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2d66f756, net.minecraft.item.crafting.Ingredient@2d66f756, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2d66f756, net.minecraft.item.crafting.Ingredient@2d66f756, net.minecraft.item.crafting.Ingredient@2d66f756]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1078 tconstruct:gadgets/brownstone/stairs/square_bricks_stairs RecipeStage{tier='one', recipe=4xtile.tconstruct.brownstone_stairs_brick_square@0:[net.minecraft.item.crafting.Ingredient@3db28ce, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3db28ce, net.minecraft.item.crafting.Ingredient@3db28ce, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3db28ce, net.minecraft.item.crafting.Ingredient@3db28ce, net.minecraft.item.crafting.Ingredient@3db28ce]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1079 tconstruct:gadgets/brownstone/stairs/rough_stairs RecipeStage{tier='three', recipe=4xtile.tconstruct.brownstone_stairs_rough@0:[net.minecraft.item.crafting.Ingredient@7ae7ec74, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7ae7ec74, net.minecraft.item.crafting.Ingredient@7ae7ec74, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7ae7ec74, net.minecraft.item.crafting.Ingredient@7ae7ec74, net.minecraft.item.crafting.Ingredient@7ae7ec74]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1080 tconstruct:gadgets/brownstone/stairs/road_stairs RecipeStage{tier='three', recipe=4xtile.tconstruct.brownstone_stairs_road@0:[net.minecraft.item.crafting.Ingredient@2c073be5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2c073be5, net.minecraft.item.crafting.Ingredient@2c073be5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2c073be5, net.minecraft.item.crafting.Ingredient@2c073be5, net.minecraft.item.crafting.Ingredient@2c073be5]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1081 tconstruct:gadgets/brownstone/stairs/small_bricks_stairs RecipeStage{tier='one', recipe=4xtile.tconstruct.brownstone_stairs_brick_small@0:[net.minecraft.item.crafting.Ingredient@5a598be0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5a598be0, net.minecraft.item.crafting.Ingredient@5a598be0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5a598be0, net.minecraft.item.crafting.Ingredient@5a598be0, net.minecraft.item.crafting.Ingredient@5a598be0]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1082 tconstruct:gadgets/brownstone/stairs/tile_stairs RecipeStage{tier='three', recipe=4xtile.tconstruct.brownstone_stairs_tile@0:[net.minecraft.item.crafting.Ingredient@67e75c2b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@67e75c2b, net.minecraft.item.crafting.Ingredient@67e75c2b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@67e75c2b, net.minecraft.item.crafting.Ingredient@67e75c2b, net.minecraft.item.crafting.Ingredient@67e75c2b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1083 tconstruct:gadgets/brownstone/stairs/cracked_bricks_stairs RecipeStage{tier='one', recipe=4xtile.tconstruct.brownstone_stairs_brick_cracked@0:[net.minecraft.item.crafting.Ingredient@1ab09578, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1ab09578, net.minecraft.item.crafting.Ingredient@1ab09578, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1ab09578, net.minecraft.item.crafting.Ingredient@1ab09578, net.minecraft.item.crafting.Ingredient@1ab09578]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1084 tconstruct:gadgets/brownstone/stairs/paver_stairs RecipeStage{tier='three', recipe=4xtile.tconstruct.brownstone_stairs_paver@0:[net.minecraft.item.crafting.Ingredient@41b405b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@41b405b, net.minecraft.item.crafting.Ingredient@41b405b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@41b405b, net.minecraft.item.crafting.Ingredient@41b405b, net.minecraft.item.crafting.Ingredient@41b405b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1085 tconstruct:gadgets/brownstone/stairs/smooth_stairs RecipeStage{tier='three', recipe=4xtile.tconstruct.brownstone_stairs_smooth@0:[net.minecraft.item.crafting.Ingredient@2d4f1eac, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2d4f1eac, net.minecraft.item.crafting.Ingredient@2d4f1eac, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2d4f1eac, net.minecraft.item.crafting.Ingredient@2d4f1eac, net.minecraft.item.crafting.Ingredient@2d4f1eac]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1086 tconstruct:gadgets/brownstone/stairs/triangle_bricks_stairs RecipeStage{tier='one', recipe=4xtile.tconstruct.brownstone_stairs_brick_triangle@0:[net.minecraft.item.crafting.Ingredient@bdbd717, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@bdbd717, net.minecraft.item.crafting.Ingredient@bdbd717, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@bdbd717, net.minecraft.item.crafting.Ingredient@bdbd717, net.minecraft.item.crafting.Ingredient@bdbd717]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1087 tconstruct:gadgets/brownstone/stairs/fancy_bricks_stairs RecipeStage{tier='one', recipe=4xtile.tconstruct.brownstone_stairs_brick_fancy@0:[net.minecraft.item.crafting.Ingredient@2e94a90a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2e94a90a, net.minecraft.item.crafting.Ingredient@2e94a90a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2e94a90a, net.minecraft.item.crafting.Ingredient@2e94a90a, net.minecraft.item.crafting.Ingredient@2e94a90a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1088 tconstruct:gadgets/brownstone/slab/cracked_bricks_slab RecipeStage{tier='one', recipe=6xtile.tconstruct.brownstone_slab@4:[net.minecraft.item.crafting.Ingredient@249a510d, net.minecraft.item.crafting.Ingredient@249a510d, net.minecraft.item.crafting.Ingredient@249a510d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1089 tconstruct:gadgets/brownstone/slab/fancy_bricks_slab RecipeStage{tier='one', recipe=6xtile.tconstruct.brownstone_slab@5:[net.minecraft.item.crafting.Ingredient@54bfd3b, net.minecraft.item.crafting.Ingredient@54bfd3b, net.minecraft.item.crafting.Ingredient@54bfd3b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1090 tconstruct:gadgets/brownstone/slab/tile_slab RecipeStage{tier='three', recipe=6xtile.tconstruct.brownstone_slab2@3:[net.minecraft.item.crafting.Ingredient@11f3dbf9, net.minecraft.item.crafting.Ingredient@11f3dbf9, net.minecraft.item.crafting.Ingredient@11f3dbf9]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1091 tconstruct:gadgets/brownstone/slab/smooth_slab RecipeStage{tier='three', recipe=6xtile.tconstruct.brownstone_slab@0:[net.minecraft.item.crafting.Ingredient@2582d33b, net.minecraft.item.crafting.Ingredient@2582d33b, net.minecraft.item.crafting.Ingredient@2582d33b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1092 tconstruct:gadgets/brownstone/slab/creeper_slab RecipeStage{tier='three', recipe=6xtile.tconstruct.brownstone_slab2@0:[net.minecraft.item.crafting.Ingredient@227d50f0, net.minecraft.item.crafting.Ingredient@227d50f0, net.minecraft.item.crafting.Ingredient@227d50f0]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1093 tconstruct:gadgets/brownstone/slab/small_bricks_slab RecipeStage{tier='one', recipe=6xtile.tconstruct.brownstone_slab2@2:[net.minecraft.item.crafting.Ingredient@5ca0f905, net.minecraft.item.crafting.Ingredient@5ca0f905, net.minecraft.item.crafting.Ingredient@5ca0f905]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1094 tconstruct:gadgets/brownstone/slab/paver_slab RecipeStage{tier='three', recipe=6xtile.tconstruct.brownstone_slab@2:[net.minecraft.item.crafting.Ingredient@40dde4f3, net.minecraft.item.crafting.Ingredient@40dde4f3, net.minecraft.item.crafting.Ingredient@40dde4f3]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1095 tconstruct:gadgets/brownstone/slab/bricks_slab RecipeStage{tier='one', recipe=6xtile.tconstruct.brownstone_slab@3:[net.minecraft.item.crafting.Ingredient@3fc2c3e4, net.minecraft.item.crafting.Ingredient@3fc2c3e4, net.minecraft.item.crafting.Ingredient@3fc2c3e4]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1096 tconstruct:gadgets/brownstone/slab/square_bricks_slab RecipeStage{tier='one', recipe=6xtile.tconstruct.brownstone_slab@6:[net.minecraft.item.crafting.Ingredient@6ebb9b09, net.minecraft.item.crafting.Ingredient@6ebb9b09, net.minecraft.item.crafting.Ingredient@6ebb9b09]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1097 tconstruct:gadgets/brownstone/slab/triangle_bricks_slab RecipeStage{tier='one', recipe=6xtile.tconstruct.brownstone_slab2@1:[net.minecraft.item.crafting.Ingredient@62099cbe, net.minecraft.item.crafting.Ingredient@62099cbe, net.minecraft.item.crafting.Ingredient@62099cbe]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1098 tconstruct:gadgets/brownstone/slab/rough_slab RecipeStage{tier='three', recipe=6xtile.tconstruct.brownstone_slab@1:[net.minecraft.item.crafting.Ingredient@5419e671, net.minecraft.item.crafting.Ingredient@5419e671, net.minecraft.item.crafting.Ingredient@5419e671]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1099 tconstruct:gadgets/brownstone/slab/road_slab RecipeStage{tier='three', recipe=6xtile.tconstruct.brownstone_slab@7:[net.minecraft.item.crafting.Ingredient@407b3ad2, net.minecraft.item.crafting.Ingredient@407b3ad2, net.minecraft.item.crafting.Ingredient@407b3ad2]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1100 tconstruct:gadgets/brownstone/block/rough_bricks RecipeStage{tier='three', recipe=3xtile.tconstruct.brownstone@1:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@34984ebd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4ee7becd, net.minecraftforge.oredict.OreIngredient@34984ebd, net.minecraftforge.oredict.OreIngredient@4ee7becd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@34984ebd, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1101 tconstruct:gadgets/brownstone/block/bricks RecipeStage{tier='one', recipe=1xtile.tconstruct.brownstone@3:[net.minecraft.item.crafting.Ingredient@4a222dfc]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1102 tconstruct:gadgets/brownstone/block/paver_default RecipeStage{tier='three', recipe=1xtile.tconstruct.brownstone@2:[net.minecraft.item.crafting.Ingredient@6fd5bb9b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1103 tconstruct:gadgets/slimeboots/slime_boots_blood RecipeStage{tier='one', recipe=1xitem.tconstruct.slime_boots@3:[net.minecraftforge.oredict.OreIngredient@427cde0a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@427cde0a, net.minecraft.item.crafting.Ingredient@6e4751a4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6e4751a4]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1104 tconstruct:gadgets/slimeboots/slime_boots_magma RecipeStage{tier='three', recipe=1xitem.tconstruct.slime_boots@4:[net.minecraftforge.oredict.OreIngredient@1f3546f6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1f3546f6, net.minecraft.item.crafting.Ingredient@4cb31090, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4cb31090]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1105 tconstruct:gadgets/slimeboots/slime_boots RecipeStage{tier='one', recipe=1xitem.tconstruct.slime_boots@0:[net.minecraftforge.oredict.OreIngredient@49d02768, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@49d02768, net.minecraft.item.crafting.Ingredient@387eb1dd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@387eb1dd]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1106 tconstruct:gadgets/slimeboots/slime_boots_purple RecipeStage{tier='three', recipe=1xitem.tconstruct.slime_boots@2:[net.minecraftforge.oredict.OreIngredient@375552d0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@375552d0, net.minecraft.item.crafting.Ingredient@3d8cc172, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3d8cc172]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1107 tconstruct:gadgets/slimeboots/slime_boots_blue RecipeStage{tier='three', recipe=1xitem.tconstruct.slime_boots@1:[net.minecraftforge.oredict.OreIngredient@2fabc32e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2fabc32e, net.minecraft.item.crafting.Ingredient@188cff78, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@188cff78]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1110 tconstruct:gadgets/rail/wood_rail_trapdoor RecipeStage{tier='three', recipe=4xtile.tconstruct.wood_rail_trapdoor@0:[net.minecraftforge.oredict.OreIngredient@2cf02f72, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2cf02f72, net.minecraftforge.oredict.OreIngredient@2cf02f72, net.minecraftforge.oredict.OreIngredient@2f2bb548, net.minecraftforge.oredict.OreIngredient@2cf02f72, net.minecraftforge.oredict.OreIngredient@2cf02f72, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2cf02f72]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1111 tconstruct:gadgets/stone/stone_ladder RecipeStage{tier='zero', recipe=3xtile.tconstruct.stone_ladder@0:[net.minecraftforge.oredict.OreIngredient@173e7f9a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@173e7f9a, net.minecraftforge.oredict.OreIngredient@173e7f9a, net.minecraftforge.oredict.OreIngredient@173e7f9a, net.minecraftforge.oredict.OreIngredient@173e7f9a, net.minecraftforge.oredict.OreIngredient@173e7f9a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@173e7f9a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1113 tconstruct:gadgets/stone/jack_o_latern RecipeStage{tier='one', recipe=1xtile.litpumpkin@0:[net.minecraft.item.crafting.Ingredient@551418ba, net.minecraft.item.crafting.Ingredient@1c492d65]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1115 tconstruct:gadgets/slimesling_fallback RecipeStage{tier='two', recipe=1xitem.tconstruct.slimesling@0:[net.minecraft.item.crafting.Ingredient@58d0dec5, net.minecraftforge.oredict.OreIngredient@69e69b0e, net.minecraft.item.crafting.Ingredient@58d0dec5, net.minecraftforge.oredict.OreIngredient@251d4511, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@251d4511, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@251d4511, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1122 tconstruct:gadgets/frames/golden_fancy_item_frame RecipeStage{tier='two', recipe=1xitem.tconstruct.fancy_frame@5:[net.minecraftforge.oredict.OreIngredient@71fc78f0, net.minecraftforge.oredict.OreIngredient@71fc78f0, net.minecraftforge.oredict.OreIngredient@71fc78f0, net.minecraftforge.oredict.OreIngredient@71fc78f0, net.minecraft.item.crafting.Ingredient@2ef5ab33, net.minecraftforge.oredict.OreIngredient@71fc78f0, net.minecraftforge.oredict.OreIngredient@71fc78f0, net.minecraftforge.oredict.OreIngredient@71fc78f0, net.minecraftforge.oredict.OreIngredient@71fc78f0]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1123 tconstruct:gadgets/frames/clear_fancy_item_frame RecipeStage{tier='two', recipe=1xitem.tconstruct.fancy_frame@6:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1ab4034a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1ab4034a, net.minecraftforge.oredict.OreIngredient@1c2774c8, net.minecraftforge.oredict.OreIngredient@1ab4034a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1ab4034a, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1124 tconstruct:gadgets/frames/cobalt_fancy_item_frame RecipeStage{tier='four', recipe=1xitem.tconstruct.fancy_frame@2:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2767eda8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2767eda8, net.minecraft.item.crafting.Ingredient@74f48759, net.minecraftforge.oredict.OreIngredient@2767eda8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2767eda8, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1125 tconstruct:gadgets/frames/manyullyn_fancy_item_frame RecipeStage{tier='four', recipe=1xitem.tconstruct.fancy_frame@4:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7968ff91, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7968ff91, net.minecraft.item.crafting.Ingredient@200b7564, net.minecraftforge.oredict.OreIngredient@7968ff91, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7968ff91, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1126 tconstruct:gadgets/frames/jewel_fancy_item_frame RecipeStage{tier='two', recipe=1xitem.tconstruct.fancy_frame@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@686c0452, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@686c0452, net.minecraft.item.crafting.Ingredient@3f4a9b13, net.minecraftforge.oredict.OreIngredient@686c0452, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@686c0452, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1127 tconstruct:gadgets/frames/ardite_fancy_item_frame RecipeStage{tier='four', recipe=1xitem.tconstruct.fancy_frame@3:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@35048f68, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@35048f68, net.minecraft.item.crafting.Ingredient@e7282b1, net.minecraftforge.oredict.OreIngredient@35048f68, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@35048f68, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1128 tconstruct:gadgets/frames/alubrass_fancy_item_frame RecipeStage{tier='three', recipe=1xitem.tconstruct.fancy_frame@1:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3b9952da, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3b9952da, net.minecraft.item.crafting.Ingredient@5e113815, net.minecraftforge.oredict.OreIngredient@3b9952da, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3b9952da, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1129 tconstruct:gadgets/table/item/rack RecipeStage{tier='zero', recipe=1xtile.tconstruct.rack@0:[net.minecraftforge.oredict.OreIngredient@1c563bd7, net.minecraftforge.oredict.OreIngredient@1c563bd7]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1130 tconstruct:gadgets/table/item/rack_lavawood net.minecraft.item.crafting.ShapedRecipes@5005c07d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1131 tconstruct:gadgets/table/drying/rack RecipeStage{tier='zero', recipe=1xtile.tconstruct.rack@1:[net.minecraftforge.oredict.OreIngredient@50883d4f, net.minecraftforge.oredict.OreIngredient@50883d4f, net.minecraftforge.oredict.OreIngredient@50883d4f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1132 tconstruct:gadgets/table/drying/rack_lavawood net.minecraft.item.crafting.ShapedRecipes@79aa998f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1133 tconstruct:gadgets/throwball/glowball RecipeStage{tier='three', recipe=8xitem.tconstruct.throwball@0:[net.minecraft.item.crafting.Ingredient@4daa2709, net.minecraft.item.crafting.Ingredient@4daa2709, net.minecraft.item.crafting.Ingredient@4daa2709, net.minecraft.item.crafting.Ingredient@4daa2709, net.minecraftforge.oredict.OreIngredient@60e1a9d2, net.minecraft.item.crafting.Ingredient@4daa2709, net.minecraft.item.crafting.Ingredient@4daa2709, net.minecraft.item.crafting.Ingredient@4daa2709, net.minecraft.item.crafting.Ingredient@4daa2709]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1135 tconstruct:gadgets/slime_boots_fallback RecipeStage{tier='one', recipe=1xitem.tconstruct.slime_boots@0:[net.minecraftforge.oredict.OreIngredient@58c0f636, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@58c0f636, net.minecraftforge.oredict.OreIngredient@219f622f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@219f622f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1136 tconstruct:common/firewood/lavawood_stairs RecipeStage{tier='three', recipe=4xtile.tconstruct.lavawood_stairs@0:[net.minecraft.item.crafting.Ingredient@3bca4ad8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3bca4ad8, net.minecraft.item.crafting.Ingredient@3bca4ad8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3bca4ad8, net.minecraft.item.crafting.Ingredient@3bca4ad8, net.minecraft.item.crafting.Ingredient@3bca4ad8]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1139 tconstruct:common/firewood/firewood_stairs RecipeStage{tier='three', recipe=4xtile.tconstruct.firewood_stairs@0:[net.minecraft.item.crafting.Ingredient@1b619b20, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1b619b20, net.minecraft.item.crafting.Ingredient@1b619b20, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1b619b20, net.minecraft.item.crafting.Ingredient@1b619b20, net.minecraft.item.crafting.Ingredient@1b619b20]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1140 tconstruct:common/firewood/firewood RecipeStage{tier='three', recipe=1xtile.tconstruct.firewood@1:[net.minecraft.item.crafting.Ingredient@73d7a0a0, net.minecraft.item.crafting.Ingredient@186b2483, net.minecraft.item.crafting.Ingredient@215173cf]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1142 tconstruct:common/soil/mud_bricks_block RecipeStage{tier='one', recipe=1xtile.tconstruct.deco_ground@0:[net.minecraft.item.crafting.Ingredient@5779f269, net.minecraft.item.crafting.Ingredient@5779f269, net.minecraft.item.crafting.Ingredient@5779f269, net.minecraft.item.crafting.Ingredient@5779f269]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1143 tconstruct:common/soil/mud_bricks_slab RecipeStage{tier='one', recipe=1xtile.tconstruct.deco_ground_slab@0:[net.minecraft.item.crafting.Ingredient@18745592, net.minecraft.item.crafting.Ingredient@18745592]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1144 tconstruct:common/soil/mud_bricks_stairs RecipeStage{tier='one', recipe=4xtile.tconstruct.mudbrick_stairs@0:[net.minecraft.item.crafting.Ingredient@6f3cb8b7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6f3cb8b7, net.minecraft.item.crafting.Ingredient@6f3cb8b7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6f3cb8b7, net.minecraft.item.crafting.Ingredient@6f3cb8b7, net.minecraft.item.crafting.Ingredient@6f3cb8b7]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1145 tconstruct:common/soil/graveyard_soil RecipeStage{tier='zero', recipe=1xtile.tconstruct.soil@3:[net.minecraft.item.crafting.Ingredient@491e1027, net.minecraft.item.crafting.Ingredient@23b65a35, net.minecraft.item.crafting.Ingredient@9808c31]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1146 tconstruct:common/soil/mud_bricks_slab_bricks RecipeStage{tier='one', recipe=6xtile.tconstruct.deco_ground_slab@0:[net.minecraft.item.crafting.Ingredient@f2b79f, net.minecraft.item.crafting.Ingredient@f2b79f, net.minecraft.item.crafting.Ingredient@f2b79f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1148 tconstruct:common/slime/magma/magma_congealed_slime_block RecipeStage{tier='three', recipe=1xtile.tconstruct.slime_congealed@4:[net.minecraft.item.crafting.Ingredient@3120890a, net.minecraft.item.crafting.Ingredient@3120890a, net.minecraft.item.crafting.Ingredient@3120890a, net.minecraft.item.crafting.Ingredient@3120890a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1149 tconstruct:common/slime/magma/magma_slime_block RecipeStage{tier='three', recipe=1xtile.tconstruct.slime@4:[net.minecraft.item.crafting.Ingredient@45243b5b, net.minecraft.item.crafting.Ingredient@344c5178, net.minecraft.item.crafting.Ingredient@20aad408, net.minecraft.item.crafting.Ingredient@1c4b3126, net.minecraft.item.crafting.Ingredient@78d13f17, net.minecraft.item.crafting.Ingredient@2ec076e4]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1151 tconstruct:common/slime/blue/blue_slime_block RecipeStage{tier='three', recipe=1xtile.tconstruct.slime@1:[net.minecraft.item.crafting.Ingredient@46435474, net.minecraft.item.crafting.Ingredient@45104c7, net.minecraft.item.crafting.Ingredient@1ba2359c, net.minecraft.item.crafting.Ingredient@44c96657, net.minecraft.item.crafting.Ingredient@18f57a4e, net.minecraft.item.crafting.Ingredient@140e22ab]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1154 tconstruct:common/slime/blue/blue_congealed_slime_block RecipeStage{tier='three', recipe=1xtile.tconstruct.slime_congealed@1:[net.minecraft.item.crafting.Ingredient@3521b66a, net.minecraft.item.crafting.Ingredient@3521b66a, net.minecraft.item.crafting.Ingredient@3521b66a, net.minecraft.item.crafting.Ingredient@3521b66a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1155 tconstruct:common/slime/blood/blood_slime_ball RecipeStage{tier='one', recipe=4xitem.tconstruct.edible@3:[net.minecraft.item.crafting.Ingredient@49588f2c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1156 tconstruct:common/slime/blood/blood_congealed_slime_block RecipeStage{tier='one', recipe=1xtile.tconstruct.slime_congealed@3:[net.minecraft.item.crafting.Ingredient@66906650, net.minecraft.item.crafting.Ingredient@66906650, net.minecraft.item.crafting.Ingredient@66906650, net.minecraft.item.crafting.Ingredient@66906650]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1157 tconstruct:common/slime/blood/blood_slime_ball_from_block RecipeStage{tier='one', recipe=9xitem.tconstruct.edible@3:[net.minecraft.item.crafting.Ingredient@44b3dbc1]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1158 tconstruct:common/slime/blood/blood_slime_block RecipeStage{tier='one', recipe=1xtile.tconstruct.slime@3:[net.minecraft.item.crafting.Ingredient@16399fc9, net.minecraft.item.crafting.Ingredient@72867064, net.minecraft.item.crafting.Ingredient@15a3d0ac, net.minecraft.item.crafting.Ingredient@28d276ba, net.minecraft.item.crafting.Ingredient@72cf73be, net.minecraft.item.crafting.Ingredient@338b28d3]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1159 tconstruct:common/slime/slime/green_slime_block RecipeStage{tier='zero', recipe=1xtile.tconstruct.slime@0:[net.minecraft.item.crafting.Ingredient@6086c3d3, net.minecraft.item.crafting.Ingredient@6de87435, net.minecraft.item.crafting.Ingredient@3db72870, net.minecraft.item.crafting.Ingredient@3a6e7e3d, net.minecraft.item.crafting.Ingredient@6c20aaf8, net.minecraft.item.crafting.Ingredient@42473295]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1160 tconstruct:common/slime/slime/slime_ball_from_block RecipeStage{tier='zero', recipe=9xitem.slimeball@0:[net.minecraft.item.crafting.Ingredient@1dd72ed6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1161 tconstruct:common/slime/slime/green_congealed_slime_block RecipeStage{tier='zero', recipe=1xtile.tconstruct.slime_congealed@0:[net.minecraft.item.crafting.Ingredient@5dcc555f, net.minecraft.item.crafting.Ingredient@5dcc555f, net.minecraft.item.crafting.Ingredient@5dcc555f, net.minecraft.item.crafting.Ingredient@5dcc555f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1162 tconstruct:common/slime/slime/green_slime_ball RecipeStage{tier='zero', recipe=4xitem.slimeball@0:[net.minecraft.item.crafting.Ingredient@23608957]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1163 tconstruct:common/slime/purple/purple_congealed_slime_block RecipeStage{tier='three', recipe=1xtile.tconstruct.slime_congealed@2:[net.minecraft.item.crafting.Ingredient@2f2c4566, net.minecraft.item.crafting.Ingredient@2f2c4566, net.minecraft.item.crafting.Ingredient@2f2c4566, net.minecraft.item.crafting.Ingredient@2f2c4566]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1166 tconstruct:common/slime/purple/purple_slime_block RecipeStage{tier='three', recipe=1xtile.tconstruct.slime@2:[net.minecraft.item.crafting.Ingredient@5e5abebd, net.minecraft.item.crafting.Ingredient@7ae99e34, net.minecraft.item.crafting.Ingredient@3625b447, net.minecraft.item.crafting.Ingredient@4b951c6, net.minecraft.item.crafting.Ingredient@f1db8ba, net.minecraft.item.crafting.Ingredient@39b38f53]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1183 tconstruct:common/metals/silkyjewel/silky_jewel_block RecipeStage{tier='three', recipe=1xtile.tconstruct.metal@6:[net.minecraft.item.crafting.Ingredient@21309b60, net.minecraft.item.crafting.Ingredient@21309b60, net.minecraft.item.crafting.Ingredient@21309b60, net.minecraft.item.crafting.Ingredient@21309b60, net.minecraft.item.crafting.Ingredient@21309b60, net.minecraft.item.crafting.Ingredient@21309b60, net.minecraft.item.crafting.Ingredient@21309b60, net.minecraft.item.crafting.Ingredient@21309b60, net.minecraft.item.crafting.Ingredient@21309b60]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1210 tconstruct:smeltery/faucet RecipeStage{tier='one', recipe=1xtile.tconstruct.faucet@0:[net.minecraft.item.crafting.Ingredient@450f6a09, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@450f6a09, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@450f6a09, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1211 tconstruct:smeltery/casting_basin RecipeStage{tier='zero', recipe=1xtile.tconstruct.casting@1:[net.minecraft.item.crafting.Ingredient@58717948, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@58717948, net.minecraft.item.crafting.Ingredient@58717948, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@58717948, net.minecraft.item.crafting.Ingredient@58717948, net.minecraft.item.crafting.Ingredient@58717948, net.minecraft.item.crafting.Ingredient@58717948]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1212 tconstruct:smeltery/seared/bricks/bricks_simple RecipeStage{tier='zero', recipe=1xtile.tconstruct.seared@3:[net.minecraft.item.crafting.Ingredient@456191ef, net.minecraft.item.crafting.Ingredient@456191ef, net.minecraft.item.crafting.Ingredient@456191ef, net.minecraft.item.crafting.Ingredient@456191ef]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1213 tconstruct:smeltery/seared/bricks/bricks RecipeStage{tier='zero', recipe=1xtile.tconstruct.seared@3:[net.minecraft.item.crafting.Ingredient@6d1af13a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1214 tconstruct:smeltery/seared/bricks/paver_bricks_default RecipeStage{tier='one', recipe=1xtile.tconstruct.seared@2:[net.minecraft.item.crafting.Ingredient@2ebc6b78]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1215 tconstruct:smeltery/seared/tank RecipeStage{tier='two', recipe=1xtile.tconstruct.seared_tank@0:[net.minecraft.item.crafting.Ingredient@672bb627, net.minecraft.item.crafting.Ingredient@672bb627, net.minecraft.item.crafting.Ingredient@672bb627, net.minecraft.item.crafting.Ingredient@672bb627, net.minecraftforge.oredict.OreIngredient@2ba05754, net.minecraft.item.crafting.Ingredient@672bb627, net.minecraft.item.crafting.Ingredient@672bb627, net.minecraft.item.crafting.Ingredient@672bb627, net.minecraft.item.crafting.Ingredient@672bb627]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1216 tconstruct:smeltery/seared/stairs/creeper_stairs RecipeStage{tier='two', recipe=4xtile.tconstruct.seared_stairs_creeper@0:[net.minecraft.item.crafting.Ingredient@d92eb87, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@d92eb87, net.minecraft.item.crafting.Ingredient@d92eb87, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@d92eb87, net.minecraft.item.crafting.Ingredient@d92eb87, net.minecraft.item.crafting.Ingredient@d92eb87]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1217 tconstruct:smeltery/seared/stairs/bricks_stairs RecipeStage{tier='two', recipe=4xtile.tconstruct.seared_stairs_brick@0:[net.minecraft.item.crafting.Ingredient@3c4026bf, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3c4026bf, net.minecraft.item.crafting.Ingredient@3c4026bf, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3c4026bf, net.minecraft.item.crafting.Ingredient@3c4026bf, net.minecraft.item.crafting.Ingredient@3c4026bf]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1218 tconstruct:smeltery/seared/stairs/square_bricks_stairs RecipeStage{tier='two', recipe=4xtile.tconstruct.seared_stairs_brick_square@0:[net.minecraft.item.crafting.Ingredient@5f0a5177, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5f0a5177, net.minecraft.item.crafting.Ingredient@5f0a5177, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5f0a5177, net.minecraft.item.crafting.Ingredient@5f0a5177, net.minecraft.item.crafting.Ingredient@5f0a5177]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1219 tconstruct:smeltery/seared/stairs/road_stairs RecipeStage{tier='two', recipe=4xtile.tconstruct.seared_stairs_road@0:[net.minecraft.item.crafting.Ingredient@49f65c62, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@49f65c62, net.minecraft.item.crafting.Ingredient@49f65c62, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@49f65c62, net.minecraft.item.crafting.Ingredient@49f65c62, net.minecraft.item.crafting.Ingredient@49f65c62]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1220 tconstruct:smeltery/seared/stairs/small_bricks_stairs RecipeStage{tier='two', recipe=4xtile.tconstruct.seared_stairs_brick_small@0:[net.minecraft.item.crafting.Ingredient@5a7ac415, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5a7ac415, net.minecraft.item.crafting.Ingredient@5a7ac415, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5a7ac415, net.minecraft.item.crafting.Ingredient@5a7ac415, net.minecraft.item.crafting.Ingredient@5a7ac415]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1221 tconstruct:smeltery/seared/stairs/tile_stairs RecipeStage{tier='two', recipe=4xtile.tconstruct.seared_stairs_tile@0:[net.minecraft.item.crafting.Ingredient@3b0d8cce, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3b0d8cce, net.minecraft.item.crafting.Ingredient@3b0d8cce, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3b0d8cce, net.minecraft.item.crafting.Ingredient@3b0d8cce, net.minecraft.item.crafting.Ingredient@3b0d8cce]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1222 tconstruct:smeltery/seared/stairs/cracked_bricks_stairs RecipeStage{tier='two', recipe=4xtile.tconstruct.seared_stairs_brick_cracked@0:[net.minecraft.item.crafting.Ingredient@29d1f247, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@29d1f247, net.minecraft.item.crafting.Ingredient@29d1f247, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@29d1f247, net.minecraft.item.crafting.Ingredient@29d1f247, net.minecraft.item.crafting.Ingredient@29d1f247]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1223 tconstruct:smeltery/seared/stairs/paver_stairs RecipeStage{tier='two', recipe=4xtile.tconstruct.seared_stairs_paver@0:[net.minecraft.item.crafting.Ingredient@40319b0c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@40319b0c, net.minecraft.item.crafting.Ingredient@40319b0c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@40319b0c, net.minecraft.item.crafting.Ingredient@40319b0c, net.minecraft.item.crafting.Ingredient@40319b0c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1224 tconstruct:smeltery/seared/stairs/stone_stairs RecipeStage{tier='two', recipe=4xtile.tconstruct.seared_stairs_stone@0:[net.minecraft.item.crafting.Ingredient@333b67f2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@333b67f2, net.minecraft.item.crafting.Ingredient@333b67f2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@333b67f2, net.minecraft.item.crafting.Ingredient@333b67f2, net.minecraft.item.crafting.Ingredient@333b67f2]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1225 tconstruct:smeltery/seared/stairs/triangle_bricks_stairs RecipeStage{tier='two', recipe=4xtile.tconstruct.seared_stairs_brick_triangle@0:[net.minecraft.item.crafting.Ingredient@723658df, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@723658df, net.minecraft.item.crafting.Ingredient@723658df, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@723658df, net.minecraft.item.crafting.Ingredient@723658df, net.minecraft.item.crafting.Ingredient@723658df]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1226 tconstruct:smeltery/seared/stairs/fancy_bricks_stairs RecipeStage{tier='two', recipe=4xtile.tconstruct.seared_stairs_brick_fancy@0:[net.minecraft.item.crafting.Ingredient@7d1a55ae, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7d1a55ae, net.minecraft.item.crafting.Ingredient@7d1a55ae, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7d1a55ae, net.minecraft.item.crafting.Ingredient@7d1a55ae, net.minecraft.item.crafting.Ingredient@7d1a55ae]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1227 tconstruct:smeltery/seared/stairs/cobblestone_stairs RecipeStage{tier='two', recipe=4xtile.tconstruct.seared_stairs_cobble@0:[net.minecraft.item.crafting.Ingredient@288afba3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@288afba3, net.minecraft.item.crafting.Ingredient@288afba3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@288afba3, net.minecraft.item.crafting.Ingredient@288afba3, net.minecraft.item.crafting.Ingredient@288afba3]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1229 tconstruct:smeltery/seared/window RecipeStage{tier='two', recipe=1xtile.tconstruct.seared_tank@2:[net.minecraft.item.crafting.Ingredient@1a93f8d5, net.minecraftforge.oredict.OreIngredient@71b88cf0, net.minecraft.item.crafting.Ingredient@1a93f8d5, net.minecraft.item.crafting.Ingredient@1a93f8d5, net.minecraftforge.oredict.OreIngredient@71b88cf0, net.minecraft.item.crafting.Ingredient@1a93f8d5, net.minecraft.item.crafting.Ingredient@1a93f8d5, net.minecraftforge.oredict.OreIngredient@71b88cf0, net.minecraft.item.crafting.Ingredient@1a93f8d5]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1230 tconstruct:smeltery/seared/slab/cracked_bricks_slab RecipeStage{tier='two', recipe=6xtile.tconstruct.seared_slab@4:[net.minecraft.item.crafting.Ingredient@7ebfcc3d, net.minecraft.item.crafting.Ingredient@7ebfcc3d, net.minecraft.item.crafting.Ingredient@7ebfcc3d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1231 tconstruct:smeltery/seared/slab/cobblestone_slab RecipeStage{tier='two', recipe=6xtile.tconstruct.seared_slab@1:[net.minecraft.item.crafting.Ingredient@32dc3513, net.minecraft.item.crafting.Ingredient@32dc3513, net.minecraft.item.crafting.Ingredient@32dc3513]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1232 tconstruct:smeltery/seared/slab/fancy_bricks_slab RecipeStage{tier='two', recipe=6xtile.tconstruct.seared_slab@5:[net.minecraft.item.crafting.Ingredient@697d789, net.minecraft.item.crafting.Ingredient@697d789, net.minecraft.item.crafting.Ingredient@697d789]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1233 tconstruct:smeltery/seared/slab/creeperface_slab RecipeStage{tier='two', recipe=6xtile.tconstruct.seared_slab2@0:[net.minecraft.item.crafting.Ingredient@a5c464d, net.minecraft.item.crafting.Ingredient@a5c464d, net.minecraft.item.crafting.Ingredient@a5c464d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1234 tconstruct:smeltery/seared/slab/tile_slab RecipeStage{tier='two', recipe=6xtile.tconstruct.seared_slab2@3:[net.minecraft.item.crafting.Ingredient@3888a53e, net.minecraft.item.crafting.Ingredient@3888a53e, net.minecraft.item.crafting.Ingredient@3888a53e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1235 tconstruct:smeltery/seared/slab/stone_slab RecipeStage{tier='two', recipe=6xtile.tconstruct.seared_slab@0:[net.minecraft.item.crafting.Ingredient@1aa02935, net.minecraft.item.crafting.Ingredient@1aa02935, net.minecraft.item.crafting.Ingredient@1aa02935]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1236 tconstruct:smeltery/seared/slab/small_bricks_slab RecipeStage{tier='two', recipe=6xtile.tconstruct.seared_slab2@2:[net.minecraft.item.crafting.Ingredient@e849f23, net.minecraft.item.crafting.Ingredient@e849f23, net.minecraft.item.crafting.Ingredient@e849f23]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1237 tconstruct:smeltery/seared/slab/paver_slab RecipeStage{tier='two', recipe=6xtile.tconstruct.seared_slab@2:[net.minecraft.item.crafting.Ingredient@32a5e104, net.minecraft.item.crafting.Ingredient@32a5e104, net.minecraft.item.crafting.Ingredient@32a5e104]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1238 tconstruct:smeltery/seared/slab/bricks_slab_simple RecipeStage{tier='two', recipe=1xtile.tconstruct.seared_slab@3:[net.minecraft.item.crafting.Ingredient@74e39309, net.minecraft.item.crafting.Ingredient@74e39309]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1239 tconstruct:smeltery/seared/slab/bricks_slab RecipeStage{tier='two', recipe=6xtile.tconstruct.seared_slab@3:[net.minecraft.item.crafting.Ingredient@2586c467, net.minecraft.item.crafting.Ingredient@2586c467, net.minecraft.item.crafting.Ingredient@2586c467]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1240 tconstruct:smeltery/seared/slab/square_bricks_slab RecipeStage{tier='two', recipe=6xtile.tconstruct.seared_slab@6:[net.minecraft.item.crafting.Ingredient@71bf4221, net.minecraft.item.crafting.Ingredient@71bf4221, net.minecraft.item.crafting.Ingredient@71bf4221]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1241 tconstruct:smeltery/seared/slab/triangle_bricks_slab RecipeStage{tier='two', recipe=6xtile.tconstruct.seared_slab2@1:[net.minecraft.item.crafting.Ingredient@7c47ed4e, net.minecraft.item.crafting.Ingredient@7c47ed4e, net.minecraft.item.crafting.Ingredient@7c47ed4e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1242 tconstruct:smeltery/seared/slab/road_slab RecipeStage{tier='two', recipe=6xtile.tconstruct.seared_slab@7:[net.minecraft.item.crafting.Ingredient@3da76e3c, net.minecraft.item.crafting.Ingredient@3da76e3c, net.minecraft.item.crafting.Ingredient@3da76e3c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1243 tconstruct:smeltery/seared/glass RecipeStage{tier='two', recipe=1xtile.tconstruct.seared_glass@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@749cf81f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@749cf81f, net.minecraftforge.oredict.OreIngredient@537965bf, net.minecraft.item.crafting.Ingredient@749cf81f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@749cf81f, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1244 tconstruct:smeltery/seared/gauge RecipeStage{tier='two', recipe=1xtile.tconstruct.seared_tank@1:[net.minecraft.item.crafting.Ingredient@69f77396, net.minecraftforge.oredict.OreIngredient@5e648d7c, net.minecraft.item.crafting.Ingredient@69f77396, net.minecraftforge.oredict.OreIngredient@5e648d7c, net.minecraftforge.oredict.OreIngredient@5e648d7c, net.minecraftforge.oredict.OreIngredient@5e648d7c, net.minecraft.item.crafting.Ingredient@69f77396, net.minecraftforge.oredict.OreIngredient@5e648d7c, net.minecraft.item.crafting.Ingredient@69f77396]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1245 tconstruct:smeltery/casting_table RecipeStage{tier='zero', recipe=1xtile.tconstruct.casting@0:[net.minecraft.item.crafting.Ingredient@1f8cd054, net.minecraft.item.crafting.Ingredient@1f8cd054, net.minecraft.item.crafting.Ingredient@1f8cd054, net.minecraft.item.crafting.Ingredient@1f8cd054, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1f8cd054, net.minecraft.item.crafting.Ingredient@1f8cd054, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1f8cd054]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1247 tconstruct:smeltery/smeltery_drain RecipeStage{tier='two', recipe=1xtile.tconstruct.smeltery_io@0:[net.minecraft.item.crafting.Ingredient@23e48bd0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@23e48bd0, net.minecraft.item.crafting.Ingredient@23e48bd0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@23e48bd0, net.minecraft.item.crafting.Ingredient@23e48bd0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@23e48bd0]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1249 tconstruct:smeltery/channel RecipeStage{tier='one', recipe=3xtile.tconstruct.channel@0:[net.minecraft.item.crafting.Ingredient@573d7767, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@573d7767, net.minecraft.item.crafting.Ingredient@573d7767, net.minecraft.item.crafting.Ingredient@573d7767, net.minecraft.item.crafting.Ingredient@573d7767]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1253 tconstruct:tools/table/stencil_table slimeknights.tconstruct.tools.common.TableRecipeFactory$TableRecipe@36d685db +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1254 tconstruct:tools/table/chest/pattern net.minecraftforge.oredict.ShapedOreRecipe@722dcdd1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1255 tconstruct:tools/table/chest/part net.minecraftforge.oredict.ShapedOreRecipe@50073848 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1256 tconstruct:tools/table/chest/pattern_simple net.minecraftforge.oredict.ShapedOreRecipe@6eebc012 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1257 tconstruct:tools/table/tool_station net.minecraftforge.oredict.ShapedOreRecipe@28763b50 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1258 tconstruct:tools/table/part_builder slimeknights.tconstruct.tools.common.TableRecipeFactory$TableRecipe@4ef12d3f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1259 tconstruct:tools/table/crafting_station RecipeStage{tier='two', recipe=1xtile.tconstruct.tooltables@0:[net.minecraftforge.oredict.OreIngredient@30e3ac12]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1260 tconstruct:tools/mud/slimy_mud_magma RecipeStage{tier='three', recipe=1xtile.tconstruct.soil@5:[net.minecraft.item.crafting.Ingredient@7825e05a, net.minecraft.item.crafting.Ingredient@68b6ab6d, net.minecraft.item.crafting.Ingredient@52e4d1d6, net.minecraft.item.crafting.Ingredient@5d4e93a2, net.minecraft.item.crafting.Ingredient@abe9f61, net.minecraft.item.crafting.Ingredient@570eb098]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1261 tconstruct:tools/mud/slimy_mud_blue_block RecipeStage{tier='three', recipe=1xtile.tconstruct.soil@2:[net.minecraft.item.crafting.Ingredient@56f9c254, net.minecraftforge.oredict.OreIngredient@70c10784, net.minecraftforge.oredict.OreIngredient@2dda421c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1262 tconstruct:tools/mud/slimy_mud_green_block RecipeStage{tier='two', recipe=1xtile.tconstruct.soil@1:[net.minecraft.item.crafting.Ingredient@4f849f34, net.minecraftforge.oredict.OreIngredient@22a6c05a, net.minecraftforge.oredict.OreIngredient@4b6a0b5d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1263 tconstruct:tools/mud/slimy_mud_green RecipeStage{tier='two', recipe=1xtile.tconstruct.soil@1:[net.minecraft.item.crafting.Ingredient@10e507d9, net.minecraft.item.crafting.Ingredient@2549cabe, net.minecraft.item.crafting.Ingredient@494e0f96, net.minecraft.item.crafting.Ingredient@34d5c504, net.minecraftforge.oredict.OreIngredient@c36d788, net.minecraftforge.oredict.OreIngredient@6741f08a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1264 tconstruct:tools/mud/slimy_mud_blue RecipeStage{tier='three', recipe=1xtile.tconstruct.soil@2:[net.minecraft.item.crafting.Ingredient@16301d00, net.minecraft.item.crafting.Ingredient@1bfd66a4, net.minecraft.item.crafting.Ingredient@34ecb142, net.minecraft.item.crafting.Ingredient@215bba89, net.minecraftforge.oredict.OreIngredient@37957bbf, net.minecraftforge.oredict.OreIngredient@47adf3af]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1266 tconstruct:tools/materials/expander_h RecipeStage{tier='three', recipe=1xitem.tconstruct.materials@13:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@66c767f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4c7dd5b7, net.minecraft.item.crafting.Ingredient@657a82a2, net.minecraftforge.oredict.OreIngredient@4c7dd5b7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@66c767f, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1267 tconstruct:tools/materials/silky_cloth RecipeStage{tier='three', recipe=1xitem.tconstruct.materials@15:[net.minecraft.item.crafting.Ingredient@65e32bd4, net.minecraft.item.crafting.Ingredient@65e32bd4, net.minecraft.item.crafting.Ingredient@65e32bd4, net.minecraft.item.crafting.Ingredient@65e32bd4, net.minecraftforge.oredict.OreIngredient@5f0c767a, net.minecraft.item.crafting.Ingredient@65e32bd4, net.minecraft.item.crafting.Ingredient@65e32bd4, net.minecraft.item.crafting.Ingredient@65e32bd4, net.minecraft.item.crafting.Ingredient@65e32bd4]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1268 tconstruct:tools/materials/ball_of_moss RecipeStage{tier='two', recipe=1xitem.tconstruct.materials@18:[net.minecraftforge.oredict.OreIngredient@287d9c45, net.minecraftforge.oredict.OreIngredient@287d9c45, net.minecraftforge.oredict.OreIngredient@287d9c45, net.minecraftforge.oredict.OreIngredient@287d9c45, net.minecraftforge.oredict.OreIngredient@287d9c45, net.minecraftforge.oredict.OreIngredient@287d9c45, net.minecraftforge.oredict.OreIngredient@287d9c45, net.minecraftforge.oredict.OreIngredient@287d9c45, net.minecraftforge.oredict.OreIngredient@287d9c45]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1269 tconstruct:tools/materials/expander_w RecipeStage{tier='three', recipe=1xitem.tconstruct.materials@12:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@12794ceb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5588c7df, net.minecraft.item.crafting.Ingredient@47cb7ea3, net.minecraft.item.crafting.Ingredient@5588c7df, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@12794ceb, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1270 tconstruct:tools/materials/reinforcement RecipeStage{tier='three', recipe=1xitem.tconstruct.materials@14:[net.minecraftforge.oredict.OreIngredient@5503ee6f, net.minecraftforge.oredict.OreIngredient@5503ee6f, net.minecraftforge.oredict.OreIngredient@5503ee6f, net.minecraftforge.oredict.OreIngredient@5503ee6f, net.minecraftforge.oredict.OreIngredient@2a1f971f, net.minecraftforge.oredict.OreIngredient@5503ee6f, net.minecraftforge.oredict.OreIngredient@5503ee6f, net.minecraftforge.oredict.OreIngredient@5503ee6f, net.minecraftforge.oredict.OreIngredient@5503ee6f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1272 immersiveengineering:wooden_devices/workbench RecipeStage{tier='three', recipe=1xtile.immersiveengineering.wooden_device0@2:[net.minecraftforge.oredict.OreIngredient@2a2496a6, net.minecraftforge.oredict.OreIngredient@2a2496a6, net.minecraftforge.oredict.OreIngredient@2a2496a6, net.minecraftforge.oredict.OreIngredient@770cf3f9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4359a6fb]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1273 immersiveengineering:wooden_devices/windmill RecipeStage{tier='three', recipe=1xtile.immersiveengineering.wooden_device1@1:[net.minecraft.item.crafting.Ingredient@1544f13d, net.minecraft.item.crafting.Ingredient@1544f13d, net.minecraft.item.crafting.Ingredient@1544f13d, net.minecraft.item.crafting.Ingredient@1544f13d, net.minecraftforge.oredict.OreIngredient@70f2ad1e, net.minecraft.item.crafting.Ingredient@1544f13d, net.minecraft.item.crafting.Ingredient@1544f13d, net.minecraft.item.crafting.Ingredient@1544f13d, net.minecraft.item.crafting.Ingredient@1544f13d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1274 immersiveengineering:wooden_devices/watermill RecipeStage{tier='three', recipe=1xtile.immersiveengineering.wooden_device1@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@373fe302, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@373fe302, net.minecraftforge.oredict.OreIngredient@75058994, net.minecraft.item.crafting.Ingredient@373fe302, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@373fe302, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1275 immersiveengineering:wooden_devices/wallmount RecipeStage{tier='three', recipe=4xtile.immersiveengineering.wooden_device1@4:[net.minecraftforge.oredict.OreIngredient@2a2496a6, net.minecraftforge.oredict.OreIngredient@2a2496a6, net.minecraftforge.oredict.OreIngredient@2a2496a6, net.minecraftforge.oredict.OreIngredient@faef845]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1276 immersiveengineering:wooden_devices/turntable RecipeStage{tier='three', recipe=1xtile.immersiveengineering.wooden_device0@6:[net.minecraftforge.oredict.OreIngredient@2a2496a6, net.minecraftforge.oredict.OreIngredient@70f2ad1e, net.minecraftforge.oredict.OreIngredient@2a2496a6, net.minecraftforge.oredict.OreIngredient@761ddf1d, net.minecraft.item.crafting.Ingredient@52928a84, net.minecraftforge.oredict.OreIngredient@761ddf1d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1277 immersiveengineering:wooden_devices/reinforced_crate RecipeStage{tier='three', recipe=1xtile.immersiveengineering.wooden_device0@5:[net.minecraftforge.oredict.OreIngredient@2a2496a6, net.minecraftforge.oredict.OreIngredient@10d59414, net.minecraftforge.oredict.OreIngredient@2a2496a6, net.minecraftforge.oredict.OreIngredient@6c990d3d, net.minecraft.item.crafting.Ingredient@3be026a6, net.minecraftforge.oredict.OreIngredient@6c990d3d, net.minecraftforge.oredict.OreIngredient@2a2496a6, net.minecraftforge.oredict.OreIngredient@10d59414, net.minecraftforge.oredict.OreIngredient@2a2496a6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1278 immersiveengineering:wooden_devices/post RecipeStage{tier='three', recipe=1xtile.immersiveengineering.wooden_device1@3:[net.minecraftforge.oredict.OreIngredient@4359a6fb, net.minecraftforge.oredict.OreIngredient@4359a6fb, net.minecraftforge.oredict.OreIngredient@3322a186]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1279 immersiveengineering:wooden_devices/item_router RecipeStage{tier='three', recipe=1xtile.immersiveengineering.wooden_device0@3:[net.minecraftforge.oredict.OreIngredient@2a2496a6, net.minecraftforge.oredict.OreIngredient@761ddf1d, net.minecraftforge.oredict.OreIngredient@2a2496a6, net.minecraftforge.oredict.OreIngredient@70f2ad1e, net.minecraftforge.common.crafting.IngredientNBT@24070f4a, net.minecraftforge.oredict.OreIngredient@70f2ad1e, net.minecraftforge.oredict.OreIngredient@2a2496a6, net.minecraft.item.crafting.Ingredient@607998c9, net.minecraftforge.oredict.OreIngredient@2a2496a6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1280 immersiveengineering:wooden_devices/gunpowder_barrel RecipeStage{tier='three', recipe=1xtile.immersiveengineering.wooden_device0@4:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@24189185, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6c6ee99f, net.minecraft.item.crafting.Ingredient@5ae0ada1, net.minecraft.item.crafting.Ingredient@6c6ee99f, net.minecraft.item.crafting.Ingredient@6c6ee99f, net.minecraft.item.crafting.Ingredient@6c6ee99f, net.minecraft.item.crafting.Ingredient@6c6ee99f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1281 immersiveengineering:wooden_devices/fluid_router RecipeStage{tier='three', recipe=1xtile.immersiveengineering.wooden_device0@7:[net.minecraftforge.oredict.OreIngredient@2a2496a6, net.minecraftforge.oredict.OreIngredient@761ddf1d, net.minecraftforge.oredict.OreIngredient@2a2496a6, net.minecraftforge.oredict.OreIngredient@70f2ad1e, net.minecraft.item.crafting.Ingredient@5a2b56f, net.minecraftforge.oredict.OreIngredient@70f2ad1e, net.minecraftforge.oredict.OreIngredient@2a2496a6, net.minecraft.item.crafting.Ingredient@607998c9, net.minecraftforge.oredict.OreIngredient@2a2496a6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1282 immersiveengineering:wooden_devices/crate RecipeStage{tier='three', recipe=1xtile.immersiveengineering.wooden_device0@0:[net.minecraftforge.oredict.OreIngredient@2a2496a6, net.minecraftforge.oredict.OreIngredient@2a2496a6, net.minecraftforge.oredict.OreIngredient@2a2496a6, net.minecraftforge.oredict.OreIngredient@2a2496a6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2a2496a6, net.minecraftforge.oredict.OreIngredient@2a2496a6, net.minecraftforge.oredict.OreIngredient@2a2496a6, net.minecraftforge.oredict.OreIngredient@2a2496a6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1283 immersiveengineering:wooden_devices/barrel RecipeStage{tier='three', recipe=1xtile.immersiveengineering.wooden_device0@1:[net.minecraftforge.oredict.OreIngredient@26b9f5bd, net.minecraftforge.oredict.OreIngredient@26b9f5bd, net.minecraftforge.oredict.OreIngredient@26b9f5bd, net.minecraftforge.oredict.OreIngredient@2a2496a6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2a2496a6, net.minecraftforge.oredict.OreIngredient@2a2496a6, net.minecraftforge.oredict.OreIngredient@2a2496a6, net.minecraftforge.oredict.OreIngredient@2a2496a6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1284 immersiveengineering:wirecoils/wirecoil_structural RecipeStage{tier='three', recipe=4xitem.immersiveengineering.wirecoil@4:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@329e50ff, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@329e50ff, net.minecraftforge.common.crafting.CompoundIngredient@19cabb3, net.minecraftforge.oredict.OreIngredient@329e50ff, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@329e50ff, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1285 immersiveengineering:wirecoils/wirecoil_rope RecipeStage{tier='three', recipe=4xitem.immersiveengineering.wirecoil@3:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@24189185, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@24189185, net.minecraftforge.common.crafting.CompoundIngredient@19cabb3, net.minecraftforge.oredict.OreIngredient@24189185, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@24189185, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1286 immersiveengineering:wirecoils/wirecoil_redstone2 RecipeStage{tier='three', recipe=4xitem.immersiveengineering.wirecoil@5:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4e67b95c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@761ddf1d, net.minecraftforge.common.crafting.CompoundIngredient@19cabb3, net.minecraftforge.oredict.OreIngredient@761ddf1d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4e67b95c, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1287 immersiveengineering:wirecoils/wirecoil_redstone RecipeStage{tier='three', recipe=4xitem.immersiveengineering.wirecoil@5:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@761ddf1d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4e67b95c, net.minecraftforge.common.crafting.CompoundIngredient@19cabb3, net.minecraftforge.oredict.OreIngredient@4e67b95c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@761ddf1d, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1288 immersiveengineering:wirecoils/wirecoil_mv_ins RecipeStage{tier='three', recipe=4xitem.immersiveengineering.wirecoil@7:[net.minecraftforge.oredict.OreIngredient@306af98c, net.minecraft.item.crafting.Ingredient@75f7534f, net.minecraftforge.oredict.OreIngredient@306af98c, net.minecraft.item.crafting.Ingredient@75f7534f, blusunrize.immersiveengineering.common.crafting.IngredientFluidStack@23eae34d, net.minecraft.item.crafting.Ingredient@75f7534f, net.minecraftforge.oredict.OreIngredient@306af98c, net.minecraft.item.crafting.Ingredient@75f7534f, net.minecraftforge.oredict.OreIngredient@306af98c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1289 immersiveengineering:wirecoils/wirecoil_mv RecipeStage{tier='three', recipe=4xitem.immersiveengineering.wirecoil@1:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@25a964c8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@25a964c8, net.minecraftforge.common.crafting.CompoundIngredient@19cabb3, net.minecraftforge.oredict.OreIngredient@25a964c8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@25a964c8, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1290 immersiveengineering:wirecoils/wirecoil_lv_ins RecipeStage{tier='three', recipe=4xitem.immersiveengineering.wirecoil@6:[net.minecraftforge.oredict.OreIngredient@306af98c, net.minecraft.item.crafting.Ingredient@620777e4, net.minecraftforge.oredict.OreIngredient@306af98c, net.minecraft.item.crafting.Ingredient@620777e4, net.minecraftforge.oredict.OreIngredient@306af98c, net.minecraft.item.crafting.Ingredient@620777e4, net.minecraftforge.oredict.OreIngredient@306af98c, net.minecraft.item.crafting.Ingredient@620777e4, net.minecraftforge.oredict.OreIngredient@306af98c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1291 immersiveengineering:wirecoils/wirecoil_lv RecipeStage{tier='three', recipe=4xitem.immersiveengineering.wirecoil@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@36f30c05, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@36f30c05, net.minecraftforge.common.crafting.CompoundIngredient@19cabb3, net.minecraftforge.oredict.OreIngredient@36f30c05, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@36f30c05, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1292 immersiveengineering:wirecoils/wirecoil_hv2 RecipeStage{tier='three', recipe=4xitem.immersiveengineering.wirecoil@2:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4e67b95c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@329e50ff, net.minecraftforge.common.crafting.CompoundIngredient@19cabb3, net.minecraftforge.oredict.OreIngredient@329e50ff, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4e67b95c, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1293 immersiveengineering:wirecoils/wirecoil_hv RecipeStage{tier='three', recipe=4xitem.immersiveengineering.wirecoil@2:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@329e50ff, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4e67b95c, net.minecraftforge.common.crafting.CompoundIngredient@19cabb3, net.minecraftforge.oredict.OreIngredient@4e67b95c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@329e50ff, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1294 immersiveengineering:treated_wood/treated_wood_stairs_cycle2 RecipeStage{tier='three', recipe=1xtile.immersiveengineering.treated_wood_stairs0@0:[net.minecraft.item.crafting.Ingredient@2e372465]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1295 immersiveengineering:treated_wood/treated_wood_stairs_cycle1 RecipeStage{tier='three', recipe=1xtile.immersiveengineering.treated_wood_stairs2@0:[net.minecraft.item.crafting.Ingredient@62adc89a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1296 immersiveengineering:treated_wood/treated_wood_stairs_cycle0 RecipeStage{tier='three', recipe=1xtile.immersiveengineering.treated_wood_stairs1@0:[net.minecraft.item.crafting.Ingredient@72dd9ef0]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1297 immersiveengineering:treated_wood/treated_wood_stairs2 RecipeStage{tier='three', recipe=4xtile.immersiveengineering.treated_wood_stairs2@0:[net.minecraft.item.crafting.Ingredient@5e8f24fe, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5e8f24fe, net.minecraft.item.crafting.Ingredient@5e8f24fe, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5e8f24fe, net.minecraft.item.crafting.Ingredient@5e8f24fe, net.minecraft.item.crafting.Ingredient@5e8f24fe]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1298 immersiveengineering:treated_wood/treated_wood_stairs1 RecipeStage{tier='three', recipe=4xtile.immersiveengineering.treated_wood_stairs1@0:[net.minecraft.item.crafting.Ingredient@4c662528, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4c662528, net.minecraft.item.crafting.Ingredient@4c662528, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4c662528, net.minecraft.item.crafting.Ingredient@4c662528, net.minecraft.item.crafting.Ingredient@4c662528]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1299 immersiveengineering:treated_wood/treated_wood_stairs0 RecipeStage{tier='three', recipe=4xtile.immersiveengineering.treated_wood_stairs0@0:[net.minecraft.item.crafting.Ingredient@6b0427ee, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6b0427ee, net.minecraft.item.crafting.Ingredient@6b0427ee, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6b0427ee, net.minecraft.item.crafting.Ingredient@6b0427ee, net.minecraft.item.crafting.Ingredient@6b0427ee]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1300 immersiveengineering:treated_wood/treated_wood_slab_cycle2 RecipeStage{tier='three', recipe=1xtile.immersiveengineering.treated_wood_slab@0:[net.minecraft.item.crafting.Ingredient@67c6db4]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1301 immersiveengineering:treated_wood/treated_wood_slab_cycle1 RecipeStage{tier='three', recipe=1xtile.immersiveengineering.treated_wood_slab@2:[net.minecraft.item.crafting.Ingredient@662b0e56]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1302 immersiveengineering:treated_wood/treated_wood_slab_cycle0 RecipeStage{tier='three', recipe=1xtile.immersiveengineering.treated_wood_slab@1:[net.minecraft.item.crafting.Ingredient@632c2332]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1303 immersiveengineering:treated_wood/treated_wood_slab_back2 RecipeStage{tier='three', recipe=1xtile.immersiveengineering.treated_wood@2:[net.minecraft.item.crafting.Ingredient@148a92dd, net.minecraft.item.crafting.Ingredient@148a92dd]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1304 immersiveengineering:treated_wood/treated_wood_slab_back1 RecipeStage{tier='three', recipe=1xtile.immersiveengineering.treated_wood@1:[net.minecraft.item.crafting.Ingredient@426a3635, net.minecraft.item.crafting.Ingredient@426a3635]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1305 immersiveengineering:treated_wood/treated_wood_slab_back0 RecipeStage{tier='three', recipe=1xtile.immersiveengineering.treated_wood@0:[net.minecraft.item.crafting.Ingredient@2326bb71, net.minecraft.item.crafting.Ingredient@2326bb71]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1306 immersiveengineering:treated_wood/treated_wood_slab2 RecipeStage{tier='three', recipe=6xtile.immersiveengineering.treated_wood_slab@2:[net.minecraft.item.crafting.Ingredient@8d31079, net.minecraft.item.crafting.Ingredient@8d31079, net.minecraft.item.crafting.Ingredient@8d31079]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1307 immersiveengineering:treated_wood/treated_wood_slab1 RecipeStage{tier='three', recipe=6xtile.immersiveengineering.treated_wood_slab@1:[net.minecraft.item.crafting.Ingredient@5273d6a6, net.minecraft.item.crafting.Ingredient@5273d6a6, net.minecraft.item.crafting.Ingredient@5273d6a6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1308 immersiveengineering:treated_wood/treated_wood_slab0 RecipeStage{tier='three', recipe=6xtile.immersiveengineering.treated_wood_slab@0:[net.minecraft.item.crafting.Ingredient@2e48f868, net.minecraft.item.crafting.Ingredient@2e48f868, net.minecraft.item.crafting.Ingredient@2e48f868]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1309 immersiveengineering:treated_wood/treated_wood_scaffolding RecipeStage{tier='three', recipe=6xtile.immersiveengineering.wooden_decoration@1:[net.minecraftforge.oredict.OreIngredient@2a2496a6, net.minecraftforge.oredict.OreIngredient@2a2496a6, net.minecraftforge.oredict.OreIngredient@2a2496a6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@faef845, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@faef845, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@faef845]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1310 immersiveengineering:treated_wood/treated_wood_fence RecipeStage{tier='three', recipe=3xtile.immersiveengineering.wooden_decoration@0:[net.minecraftforge.oredict.OreIngredient@2a2496a6, net.minecraftforge.oredict.OreIngredient@faef845, net.minecraftforge.oredict.OreIngredient@2a2496a6, net.minecraftforge.oredict.OreIngredient@2a2496a6, net.minecraftforge.oredict.OreIngredient@faef845, net.minecraftforge.oredict.OreIngredient@2a2496a6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1311 immersiveengineering:treated_wood/treated_wood_cycle2 RecipeStage{tier='three', recipe=1xtile.immersiveengineering.treated_wood@0:[net.minecraft.item.crafting.Ingredient@e02e6d4]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1312 immersiveengineering:treated_wood/treated_wood_cycle1 RecipeStage{tier='three', recipe=1xtile.immersiveengineering.treated_wood@2:[net.minecraft.item.crafting.Ingredient@6ea2c51a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1313 immersiveengineering:treated_wood/treated_wood_cycle0 RecipeStage{tier='three', recipe=1xtile.immersiveengineering.treated_wood@1:[net.minecraft.item.crafting.Ingredient@524e3539]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1314 immersiveengineering:treated_wood/treated_wood RecipeStage{tier='three', recipe=8xtile.immersiveengineering.treated_wood@0:[net.minecraftforge.oredict.OreIngredient@231b41a, net.minecraftforge.oredict.OreIngredient@231b41a, net.minecraftforge.oredict.OreIngredient@231b41a, net.minecraftforge.oredict.OreIngredient@231b41a, blusunrize.immersiveengineering.common.crafting.IngredientFluidStack@6cd565a7, net.minecraftforge.oredict.OreIngredient@231b41a, net.minecraftforge.oredict.OreIngredient@231b41a, net.minecraftforge.oredict.OreIngredient@231b41a, net.minecraftforge.oredict.OreIngredient@231b41a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1315 immersiveengineering:toolupgrades/shield_shock RecipeStage{tier='three', recipe=1xitem.immersiveengineering.toolupgrade@11:[net.minecraft.item.crafting.Ingredient@722db353, net.minecraftforge.oredict.OreIngredient@6c990d3d, net.minecraft.item.crafting.Ingredient@722db353, net.minecraft.item.crafting.Ingredient@722db353, net.minecraftforge.oredict.OreIngredient@6c990d3d, net.minecraft.item.crafting.Ingredient@722db353, net.minecraft.item.crafting.Ingredient@722db353, net.minecraftforge.oredict.OreIngredient@6c990d3d, net.minecraft.item.crafting.Ingredient@722db353]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1316 immersiveengineering:toolupgrades/shield_magnet RecipeStage{tier='three', recipe=1xitem.immersiveengineering.toolupgrade@12:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@57eea70, net.minecraftforge.oredict.OreIngredient@57eea70, net.minecraft.item.crafting.Ingredient@18d34d7e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@57eea70, net.minecraftforge.oredict.OreIngredient@70f2ad1e, net.minecraftforge.oredict.OreIngredient@57eea70]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1317 immersiveengineering:toolupgrades/shield_flash RecipeStage{tier='three', recipe=1xitem.immersiveengineering.toolupgrade@10:[net.minecraftforge.oredict.OreIngredient@5220ecc5, net.minecraftforge.oredict.OreIngredient@18890910, net.minecraftforge.oredict.OreIngredient@5220ecc5, net.minecraftforge.oredict.OreIngredient@18890910, net.minecraft.item.crafting.Ingredient@7e01ea5d, net.minecraftforge.oredict.OreIngredient@18890910]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1318 immersiveengineering:toolupgrades/revolver_magazine RecipeStage{tier='three', recipe=1xitem.immersiveengineering.toolupgrade@5:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@738cc5af, net.minecraftforge.oredict.OreIngredient@75058994, net.minecraftforge.oredict.OreIngredient@738cc5af, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@738cc5af, net.minecraft.item.crafting.Ingredient@607998c9, net.minecraftforge.oredict.OreIngredient@738cc5af, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1319 immersiveengineering:toolupgrades/revolver_electro RecipeStage{tier='three', recipe=1xitem.immersiveengineering.toolupgrade@6:[net.minecraft.item.crafting.Ingredient@7e01ea5d, net.minecraft.item.crafting.Ingredient@7e01ea5d, net.minecraft.item.crafting.Ingredient@7e01ea5d, net.minecraftforge.oredict.OreIngredient@66d3ed3f, net.minecraftforge.oredict.OreIngredient@36f30c05, net.minecraftforge.oredict.OreIngredient@66d3ed3f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1320 immersiveengineering:toolupgrades/revolver_bayonet RecipeStage{tier='three', recipe=1xitem.immersiveengineering.toolupgrade@4:[net.minecraft.item.crafting.Ingredient@40fa78e, net.minecraftforge.oredict.OreIngredient@75058994, net.minecraftforge.oredict.OreIngredient@75058994, net.minecraftforge.oredict.OreIngredient@2a2496a6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1321 immersiveengineering:toolupgrades/railgun_scope RecipeStage{tier='three', recipe=1xitem.immersiveengineering.toolupgrade@8:[net.minecraftforge.oredict.OreIngredient@58fbcaa3, net.minecraftforge.oredict.OreIngredient@738cc5af, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@738cc5af, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@738cc5af, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@738cc5af, net.minecraftforge.oredict.OreIngredient@58fbcaa3]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1322 immersiveengineering:toolupgrades/railgun_capacitors RecipeStage{tier='three', recipe=1xitem.immersiveengineering.toolupgrade@9:[net.minecraft.item.crafting.Ingredient@3d5cab19, net.minecraft.item.crafting.Ingredient@3d5cab19, net.minecraft.item.crafting.Ingredient@3d5cab19, net.minecraft.item.crafting.Ingredient@56929b04, net.minecraft.item.crafting.Ingredient@56929b04, net.minecraft.item.crafting.Ingredient@56929b04]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1323 immersiveengineering:toolupgrades/drill_waterproof RecipeStage{tier='three', recipe=1xitem.immersiveengineering.toolupgrade@0:[net.minecraft.item.crafting.Ingredient@2fd0fe0f, net.minecraftforge.oredict.OreIngredient@7501ef7e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7501ef7e, net.minecraft.item.crafting.Ingredient@2fd0fe0f, net.minecraftforge.oredict.OreIngredient@7501ef7e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7501ef7e, net.minecraft.item.crafting.Ingredient@607998c9]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1324 immersiveengineering:toolupgrades/drill_lube RecipeStage{tier='three', recipe=1xitem.immersiveengineering.toolupgrade@1:[blusunrize.immersiveengineering.common.crafting.IngredientFluidStack@624aaa3e, net.minecraftforge.oredict.OreIngredient@70f2ad1e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@70f2ad1e, blusunrize.immersiveengineering.common.crafting.IngredientFluidStack@624aaa3e, net.minecraftforge.oredict.OreIngredient@70f2ad1e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@70f2ad1e, net.minecraft.item.crafting.Ingredient@607998c9]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1325 immersiveengineering:toolupgrades/drill_damage RecipeStage{tier='three', recipe=1xitem.immersiveengineering.toolupgrade@2:[net.minecraftforge.oredict.OreIngredient@75058994, net.minecraftforge.oredict.OreIngredient@75058994, net.minecraftforge.oredict.OreIngredient@75058994, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@cf7c923, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1326 immersiveengineering:toolupgrades/drill_capacity RecipeStage{tier='three', recipe=1xitem.immersiveengineering.toolupgrade@3:[net.minecraft.item.crafting.Ingredient@607998c9, net.minecraftforge.oredict.OreIngredient@75058994, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@75058994, net.minecraft.item.crafting.Ingredient@3f63bb68, net.minecraftforge.oredict.OreIngredient@3c9ded9c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3c9ded9c, net.minecraft.item.crafting.Ingredient@3f63bb68]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1327 immersiveengineering:toolupgrades/chemthrower_multitank RecipeStage{tier='three', recipe=1xitem.immersiveengineering.toolupgrade@13:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@249b87d4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3a98465b, net.minecraft.item.crafting.Ingredient@cf7c923, net.minecraft.item.crafting.Ingredient@3a98465b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1328 immersiveengineering:toolupgrades/chemthrower_focus RecipeStage{tier='three', recipe=1xitem.immersiveengineering.toolupgrade@7:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@75058994, net.minecraftforge.oredict.OreIngredient@75058994, net.minecraft.item.crafting.Ingredient@76a6c0e6, net.minecraft.item.crafting.Ingredient@76a6c0e6, net.minecraft.item.crafting.Ingredient@29828afd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@75058994, net.minecraftforge.oredict.OreIngredient@75058994]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1329 immersiveengineering:tool/wirecutter_repair blusunrize.immersiveengineering.common.crafting.RecipeIEItemRepair@fde9efb +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1331 immersiveengineering:tool/voltmeter RecipeStage{tier='three', recipe=1xitem.immersiveengineering.tool@2:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4cb066be, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.common.crafting.CompoundIngredient@19cabb3, net.minecraftforge.oredict.OreIngredient@738cc5af, net.minecraftforge.common.crafting.CompoundIngredient@19cabb3]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1332 immersiveengineering:tool/toolbox RecipeStage{tier='three', recipe=1xitem.immersiveengineering.toolbox@0:[net.minecraftforge.oredict.OreIngredient@5220ecc5, net.minecraftforge.oredict.OreIngredient@5220ecc5, net.minecraftforge.oredict.OreIngredient@5220ecc5, net.minecraftforge.oredict.OreIngredient@3c9ded9c, net.minecraft.item.crafting.Ingredient@6785b74e, net.minecraftforge.oredict.OreIngredient@3c9ded9c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1336 immersiveengineering:tool/steel_hoe RecipeStage{tier='three', recipe=1xitem.immersiveengineering.hoe_steel@0:[net.minecraftforge.oredict.OreIngredient@75058994, net.minecraftforge.oredict.OreIngredient@75058994, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@faef845, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@faef845]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1338 immersiveengineering:tool/speedloader RecipeStage{tier='three', recipe=1xitem.immersiveengineering.speedloader@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@70f2ad1e, net.minecraftforge.oredict.OreIngredient@70f2ad1e, net.minecraftforge.oredict.OreIngredient@70f2ad1e, net.minecraftforge.oredict.OreIngredient@75058994, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@70f2ad1e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1339 immersiveengineering:tool/skyhook RecipeStage{tier='three', recipe=1xitem.immersiveengineering.skyhook@0:[net.minecraftforge.oredict.OreIngredient@75058994, net.minecraftforge.oredict.OreIngredient@75058994, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@75058994, net.minecraft.item.crafting.Ingredient@607998c9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2b83c1bf, net.minecraft.item.crafting.Ingredient@2b83c1bf]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1340 immersiveengineering:tool/shield RecipeStage{tier='three', recipe=1xitem.immersiveengineering.shield@0:[net.minecraftforge.oredict.OreIngredient@2480e63, net.minecraftforge.oredict.OreIngredient@2a2496a6, net.minecraftforge.oredict.OreIngredient@2480e63, net.minecraftforge.oredict.OreIngredient@2480e63, net.minecraft.item.crafting.Ingredient@3dea978d, net.minecraftforge.oredict.OreIngredient@2480e63, net.minecraftforge.oredict.OreIngredient@2480e63, net.minecraftforge.oredict.OreIngredient@2a2496a6, net.minecraftforge.oredict.OreIngredient@2480e63]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1341 immersiveengineering:tool/revolver RecipeStage{tier='three', recipe=1xitem.immersiveengineering.revolver@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@70f2ad1e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@417c6e39, net.minecraft.item.crafting.Ingredient@552f0757, net.minecraft.item.crafting.Ingredient@392ada81, net.minecraft.item.crafting.Ingredient@2b83c1bf, net.minecraftforge.oredict.OreIngredient@70f2ad1e, net.minecraft.item.crafting.Ingredient@2b83c1bf]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1342 immersiveengineering:tool/railgun RecipeStage{tier='three', recipe=1xitem.immersiveengineering.railgun@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3f4473f0, net.minecraft.item.crafting.Ingredient@2b83c1bf, net.minecraft.item.crafting.Ingredient@64da2b52, net.minecraft.item.crafting.Ingredient@32b309fb, net.minecraft.item.crafting.Ingredient@3f4473f0, net.minecraft.item.crafting.Ingredient@32b309fb, net.minecraft.item.crafting.Ingredient@64da2b52, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1343 immersiveengineering:tool/manual RecipeStage{tier='three', recipe=1xitem.immersiveengineering.tool@3:[net.minecraft.item.crafting.Ingredient@2f0dbe3e, net.minecraft.item.crafting.Ingredient@91dc852]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1344 immersiveengineering:tool/maintenance_kit RecipeStage{tier='three', recipe=1xitem.immersiveengineering.maintenance_kit@0:[net.minecraftforge.oredict.OreIngredient@6c990d3d, net.minecraft.item.crafting.Ingredient@17961d4b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@306af98c, net.minecraftforge.oredict.OreIngredient@306af98c, net.minecraftforge.oredict.OreIngredient@306af98c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1345 immersiveengineering:tool/jerrycan RecipeStage{tier='three', recipe=1xitem.immersiveengineering.jerrycan@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@10d59414, net.minecraftforge.oredict.OreIngredient@10d59414, net.minecraftforge.oredict.OreIngredient@10d59414, net.minecraft.item.crafting.Ingredient@2f5315ea, net.minecraft.item.crafting.Ingredient@2f5315ea, net.minecraftforge.oredict.OreIngredient@10d59414, net.minecraft.item.crafting.Ingredient@2f5315ea, net.minecraft.item.crafting.Ingredient@2f5315ea]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1346 immersiveengineering:tool/hammer_repair blusunrize.immersiveengineering.common.crafting.RecipeIEItemRepair@327895fa +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1348 immersiveengineering:tool/fluorescent_tube RecipeStage{tier='three', recipe=1xitem.immersiveengineering.fluorescent_tube@0:[net.minecraftforge.oredict.OreIngredient@5f2a4946, net.minecraft.item.crafting.Ingredient@755d177, net.minecraftforge.oredict.OreIngredient@5f2a4946, net.minecraftforge.oredict.OreIngredient@5f2a4946, net.minecraftforge.oredict.OreIngredient@aa3455e, net.minecraftforge.oredict.OreIngredient@5f2a4946, net.minecraftforge.oredict.OreIngredient@5f2a4946, net.minecraftforge.oredict.OreIngredient@aa3455e, net.minecraftforge.oredict.OreIngredient@5f2a4946]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1349 immersiveengineering:tool/drill_diesel RecipeStage{tier='three', recipe=1xitem.immersiveengineering.drill@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2b83c1bf, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5716eb7f, net.minecraft.item.crafting.Ingredient@2b83c1bf, net.minecraft.item.crafting.Ingredient@cf7c923, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1350 immersiveengineering:tool/drillhead_steel RecipeStage{tier='three', recipe=1xitem.immersiveengineering.drillhead@0:[net.minecraftforge.oredict.OreIngredient@75058994, net.minecraftforge.oredict.OreIngredient@75058994, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@346bca52, net.minecraftforge.oredict.OreIngredient@346bca52, net.minecraftforge.oredict.OreIngredient@75058994, net.minecraftforge.oredict.OreIngredient@75058994, net.minecraftforge.oredict.OreIngredient@75058994, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1351 immersiveengineering:tool/drillhead_iron RecipeStage{tier='three', recipe=1xitem.immersiveengineering.drillhead@1:[net.minecraftforge.oredict.OreIngredient@70f2ad1e, net.minecraftforge.oredict.OreIngredient@70f2ad1e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@53fe405d, net.minecraftforge.oredict.OreIngredient@53fe405d, net.minecraftforge.oredict.OreIngredient@70f2ad1e, net.minecraftforge.oredict.OreIngredient@70f2ad1e, net.minecraftforge.oredict.OreIngredient@70f2ad1e, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1352 immersiveengineering:tool/chemthrower RecipeStage{tier='three', recipe=1xitem.immersiveengineering.chemthrower@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@515f5f43, net.minecraft.item.crafting.Ingredient@2b83c1bf, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@529ed40e, net.minecraft.item.crafting.Ingredient@2b83c1bf, net.minecraft.item.crafting.Ingredient@4aaa5ce4, net.minecraft.item.crafting.Ingredient@4251de5, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1353 immersiveengineering:stone_decoration/insulating_glass RecipeStage{tier='three', recipe=2xtile.immersiveengineering.stone_decoration@8:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5f2a4946, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7bcf9829, net.minecraftforge.oredict.OreIngredient@10c95058, net.minecraftforge.oredict.OreIngredient@7bcf9829, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5f2a4946, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1354 immersiveengineering:stone_decoration/hempcrete_stairs RecipeStage{tier='three', recipe=4xtile.immersiveengineering.stone_decoration_stairs_hempcrete@0:[net.minecraft.item.crafting.Ingredient@1e5e515f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1e5e515f, net.minecraft.item.crafting.Ingredient@1e5e515f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1e5e515f, net.minecraft.item.crafting.Ingredient@1e5e515f, net.minecraft.item.crafting.Ingredient@1e5e515f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1355 immersiveengineering:stone_decoration/hempcrete_slab_back RecipeStage{tier='three', recipe=1xtile.immersiveengineering.stone_decoration@4:[net.minecraft.item.crafting.Ingredient@5b0d4945, net.minecraft.item.crafting.Ingredient@5b0d4945]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1356 immersiveengineering:stone_decoration/hempcrete_slab RecipeStage{tier='three', recipe=6xtile.immersiveengineering.stone_decoration_slab@4:[net.minecraft.item.crafting.Ingredient@17e10da5, net.minecraft.item.crafting.Ingredient@17e10da5, net.minecraft.item.crafting.Ingredient@17e10da5]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1357 immersiveengineering:stone_decoration/hempcrete RecipeStage{tier='three', recipe=6xtile.immersiveengineering.stone_decoration@4:[net.minecraft.item.crafting.Ingredient@4e1333b9, net.minecraft.item.crafting.Ingredient@4e1333b9, net.minecraft.item.crafting.Ingredient@4e1333b9, net.minecraftforge.oredict.OreIngredient@24189185, net.minecraftforge.oredict.OreIngredient@24189185, net.minecraftforge.oredict.OreIngredient@24189185, net.minecraft.item.crafting.Ingredient@4e1333b9, net.minecraft.item.crafting.Ingredient@4e1333b9, net.minecraft.item.crafting.Ingredient@4e1333b9]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1358 immersiveengineering:stone_decoration/concrete_tile_uncraft RecipeStage{tier='three', recipe=1xtile.immersiveengineering.stone_decoration@5:[net.minecraft.item.crafting.Ingredient@76374913]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1359 immersiveengineering:stone_decoration/concrete_tile_stairs RecipeStage{tier='three', recipe=4xtile.immersiveengineering.stone_decoration_stairs_concrete_tile@0:[net.minecraft.item.crafting.Ingredient@2b24e439, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2b24e439, net.minecraft.item.crafting.Ingredient@2b24e439, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2b24e439, net.minecraft.item.crafting.Ingredient@2b24e439, net.minecraft.item.crafting.Ingredient@2b24e439]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1360 immersiveengineering:stone_decoration/concrete_tile_slab_back RecipeStage{tier='three', recipe=1xtile.immersiveengineering.stone_decoration@6:[net.minecraft.item.crafting.Ingredient@7e8af511, net.minecraft.item.crafting.Ingredient@7e8af511]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1361 immersiveengineering:stone_decoration/concrete_tile_slab RecipeStage{tier='three', recipe=6xtile.immersiveengineering.stone_decoration_slab@6:[net.minecraft.item.crafting.Ingredient@6ecdbe39, net.minecraft.item.crafting.Ingredient@6ecdbe39, net.minecraft.item.crafting.Ingredient@6ecdbe39]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1362 immersiveengineering:stone_decoration/concrete_tile RecipeStage{tier='three', recipe=4xtile.immersiveengineering.stone_decoration@6:[net.minecraft.item.crafting.Ingredient@191f3336, net.minecraft.item.crafting.Ingredient@191f3336, net.minecraft.item.crafting.Ingredient@191f3336, net.minecraft.item.crafting.Ingredient@191f3336]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1363 immersiveengineering:stone_decoration/concrete_stairs_cycle1 RecipeStage{tier='three', recipe=1xtile.immersiveengineering.stone_decoration_stairs_concrete@0:[net.minecraft.item.crafting.Ingredient@a09f794]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1364 immersiveengineering:stone_decoration/concrete_stairs_cycle0 RecipeStage{tier='three', recipe=1xtile.immersiveengineering.stone_decoration_stairs_concrete_tile@0:[net.minecraft.item.crafting.Ingredient@4bc81ac2]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1365 immersiveengineering:stone_decoration/concrete_stairs RecipeStage{tier='three', recipe=4xtile.immersiveengineering.stone_decoration_stairs_concrete@0:[net.minecraft.item.crafting.Ingredient@e897048, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@e897048, net.minecraft.item.crafting.Ingredient@e897048, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@e897048, net.minecraft.item.crafting.Ingredient@e897048, net.minecraft.item.crafting.Ingredient@e897048]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1366 immersiveengineering:stone_decoration/concrete_slab_back RecipeStage{tier='three', recipe=1xtile.immersiveengineering.stone_decoration@5:[net.minecraft.item.crafting.Ingredient@6398528e, net.minecraft.item.crafting.Ingredient@6398528e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1367 immersiveengineering:stone_decoration/concrete_slab RecipeStage{tier='three', recipe=6xtile.immersiveengineering.stone_decoration_slab@5:[net.minecraft.item.crafting.Ingredient@41f0e8f, net.minecraft.item.crafting.Ingredient@41f0e8f, net.minecraft.item.crafting.Ingredient@41f0e8f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1368 immersiveengineering:stone_decoration/concrete_leaded_stairs RecipeStage{tier='three', recipe=4xtile.immersiveengineering.stone_decoration_stairs_concrete_leaded@0:[net.minecraft.item.crafting.Ingredient@7977ca8d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7977ca8d, net.minecraft.item.crafting.Ingredient@7977ca8d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7977ca8d, net.minecraft.item.crafting.Ingredient@7977ca8d, net.minecraft.item.crafting.Ingredient@7977ca8d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1369 immersiveengineering:stone_decoration/concrete_leaded_slab_back RecipeStage{tier='three', recipe=1xtile.immersiveengineering.stone_decoration@7:[net.minecraft.item.crafting.Ingredient@77f891, net.minecraft.item.crafting.Ingredient@77f891]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1370 immersiveengineering:stone_decoration/concrete_leaded_slab RecipeStage{tier='three', recipe=6xtile.immersiveengineering.stone_decoration_slab@7:[net.minecraft.item.crafting.Ingredient@14e3b8d7, net.minecraft.item.crafting.Ingredient@14e3b8d7, net.minecraft.item.crafting.Ingredient@14e3b8d7]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1371 immersiveengineering:stone_decoration/concrete_leaded RecipeStage{tier='three', recipe=1xtile.immersiveengineering.stone_decoration@7:[net.minecraftforge.oredict.OreIngredient@771e15c0, net.minecraft.item.crafting.Ingredient@25a45d6f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1372 immersiveengineering:stone_decoration/concrete2 RecipeStage{tier='three', recipe=12xtile.immersiveengineering.stone_decoration@5:[net.minecraftforge.oredict.OreIngredient@4720e240, net.minecraft.item.crafting.Ingredient@1773691, net.minecraftforge.oredict.OreIngredient@4720e240, net.minecraft.item.crafting.Ingredient@5f440bc1, blusunrize.immersiveengineering.common.crafting.IngredientFluidStack@3abda9aa, net.minecraft.item.crafting.Ingredient@5f440bc1, net.minecraftforge.oredict.OreIngredient@4720e240, net.minecraft.item.crafting.Ingredient@1773691, net.minecraftforge.oredict.OreIngredient@4720e240]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1373 immersiveengineering:stone_decoration/concrete RecipeStage{tier='three', recipe=8xtile.immersiveengineering.stone_decoration@5:[net.minecraftforge.oredict.OreIngredient@7a8ca60e, net.minecraft.item.crafting.Ingredient@56a7b7dc, net.minecraftforge.oredict.OreIngredient@7a8ca60e, net.minecraft.item.crafting.Ingredient@66637c70, blusunrize.immersiveengineering.common.crafting.IngredientFluidStack@359060bd, net.minecraft.item.crafting.Ingredient@66637c70, net.minecraftforge.oredict.OreIngredient@7a8ca60e, net.minecraft.item.crafting.Ingredient@56a7b7dc, net.minecraftforge.oredict.OreIngredient@7a8ca60e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1374 immersiveengineering:stone_decoration/cokebrick_slab_back RecipeStage{tier='three', recipe=1xtile.immersiveengineering.stone_decoration@0:[net.minecraft.item.crafting.Ingredient@11cd6357, net.minecraft.item.crafting.Ingredient@11cd6357]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1375 immersiveengineering:stone_decoration/cokebrick_slab RecipeStage{tier='three', recipe=6xtile.immersiveengineering.stone_decoration_slab@0:[net.minecraft.item.crafting.Ingredient@46409de2, net.minecraft.item.crafting.Ingredient@46409de2, net.minecraft.item.crafting.Ingredient@46409de2]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1376 immersiveengineering:stone_decoration/cokebrick RecipeStage{tier='three', recipe=3xtile.immersiveengineering.stone_decoration@0:[net.minecraft.item.crafting.Ingredient@49c97e03, net.minecraftforge.oredict.OreIngredient@1edd415b, net.minecraft.item.crafting.Ingredient@49c97e03, net.minecraftforge.oredict.OreIngredient@1edd415b, net.minecraftforge.oredict.OreIngredient@4e7dbc1c, net.minecraftforge.oredict.OreIngredient@1edd415b, net.minecraft.item.crafting.Ingredient@49c97e03, net.minecraftforge.oredict.OreIngredient@1edd415b, net.minecraft.item.crafting.Ingredient@49c97e03]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1377 immersiveengineering:stone_decoration/cokeblock_uncraft RecipeStage{tier='three', recipe=9xitem.immersiveengineering.material@6:[net.minecraft.item.crafting.Ingredient@7d168bce]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1378 immersiveengineering:stone_decoration/cokeblock RecipeStage{tier='three', recipe=1xtile.immersiveengineering.stone_decoration@3:[net.minecraft.item.crafting.Ingredient@237b836a, net.minecraft.item.crafting.Ingredient@237b836a, net.minecraft.item.crafting.Ingredient@237b836a, net.minecraft.item.crafting.Ingredient@237b836a, net.minecraft.item.crafting.Ingredient@237b836a, net.minecraft.item.crafting.Ingredient@237b836a, net.minecraft.item.crafting.Ingredient@237b836a, net.minecraft.item.crafting.Ingredient@237b836a, net.minecraft.item.crafting.Ingredient@237b836a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1380 immersiveengineering:stone_decoration/blastbrick_slab RecipeStage{tier='three', recipe=6xtile.immersiveengineering.stone_decoration_slab@1:[net.minecraft.item.crafting.Ingredient@3c025e9b, net.minecraft.item.crafting.Ingredient@3c025e9b, net.minecraft.item.crafting.Ingredient@3c025e9b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1381 immersiveengineering:stone_decoration/blastbrick_reinforced_slab_back RecipeStage{tier='three', recipe=1xtile.immersiveengineering.stone_decoration@2:[net.minecraft.item.crafting.Ingredient@381d9e6, net.minecraft.item.crafting.Ingredient@381d9e6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1382 immersiveengineering:stone_decoration/blastbrick_reinforced_slab RecipeStage{tier='three', recipe=6xtile.immersiveengineering.stone_decoration_slab@2:[net.minecraft.item.crafting.Ingredient@38f1ae0b, net.minecraft.item.crafting.Ingredient@38f1ae0b, net.minecraft.item.crafting.Ingredient@38f1ae0b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1383 immersiveengineering:stone_decoration/blastbrick_reinforced RecipeStage{tier='three', recipe=1xtile.immersiveengineering.stone_decoration@2:[net.minecraftforge.oredict.OreIngredient@2480e63, net.minecraft.item.crafting.Ingredient@72c91ccd]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1385 immersiveengineering:stone_decoration/alloybrick_slab_back RecipeStage{tier='one', recipe=1xtile.immersiveengineering.stone_decoration@10:[net.minecraft.item.crafting.Ingredient@23c9b704, net.minecraft.item.crafting.Ingredient@23c9b704]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1386 immersiveengineering:stone_decoration/alloybrick_slab RecipeStage{tier='one', recipe=6xtile.immersiveengineering.stone_decoration_slab@10:[net.minecraft.item.crafting.Ingredient@37dbdc5e, net.minecraft.item.crafting.Ingredient@37dbdc5e, net.minecraft.item.crafting.Ingredient@37dbdc5e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1387 immersiveengineering:stone_decoration/alloybrick RecipeStage{tier='one', recipe=2xtile.immersiveengineering.stone_decoration@10:[net.minecraftforge.oredict.OreIngredient@4e7dbc1c, net.minecraftforge.oredict.OreIngredient@1edd415b, net.minecraftforge.oredict.OreIngredient@1edd415b, net.minecraftforge.oredict.OreIngredient@4e7dbc1c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1389 immersiveengineering:sheetmetal/uranium_sheetmetal_slab_back RecipeStage{tier='three', recipe=1xtile.immersiveengineering.sheetmetal@5:[net.minecraft.item.crafting.Ingredient@b3b066, net.minecraft.item.crafting.Ingredient@b3b066]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1390 immersiveengineering:sheetmetal/uranium_sheetmetal_slab RecipeStage{tier='three', recipe=6xtile.immersiveengineering.sheetmetal_slab@5:[net.minecraft.item.crafting.Ingredient@5134340, net.minecraft.item.crafting.Ingredient@5134340, net.minecraft.item.crafting.Ingredient@5134340]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1391 immersiveengineering:sheetmetal/uranium_sheetmetal RecipeStage{tier='three', recipe=4xtile.immersiveengineering.sheetmetal@5:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5ffbbff, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5ffbbff, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5ffbbff, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5ffbbff, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1393 immersiveengineering:sheetmetal/steel_sheetmetal_slab_back RecipeStage{tier='three', recipe=1xtile.immersiveengineering.sheetmetal@8:[net.minecraft.item.crafting.Ingredient@40bec182, net.minecraft.item.crafting.Ingredient@40bec182]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1394 immersiveengineering:sheetmetal/steel_sheetmetal_slab RecipeStage{tier='three', recipe=6xtile.immersiveengineering.sheetmetal_slab@8:[net.minecraft.item.crafting.Ingredient@28a5a5fe, net.minecraft.item.crafting.Ingredient@28a5a5fe, net.minecraft.item.crafting.Ingredient@28a5a5fe]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1395 immersiveengineering:sheetmetal/steel_sheetmetal RecipeStage{tier='three', recipe=4xtile.immersiveengineering.sheetmetal@8:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2480e63, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2480e63, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2480e63, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2480e63, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1397 immersiveengineering:sheetmetal/silver_sheetmetal_slab_back RecipeStage{tier='three', recipe=1xtile.immersiveengineering.sheetmetal@3:[net.minecraft.item.crafting.Ingredient@2aabc013, net.minecraft.item.crafting.Ingredient@2aabc013]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1398 immersiveengineering:sheetmetal/silver_sheetmetal_slab RecipeStage{tier='three', recipe=6xtile.immersiveengineering.sheetmetal_slab@3:[net.minecraft.item.crafting.Ingredient@550c284c, net.minecraft.item.crafting.Ingredient@550c284c, net.minecraft.item.crafting.Ingredient@550c284c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1399 immersiveengineering:sheetmetal/silver_sheetmetal RecipeStage{tier='three', recipe=4xtile.immersiveengineering.sheetmetal@3:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3e814893, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3e814893, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3e814893, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3e814893, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1401 immersiveengineering:sheetmetal/nickel_sheetmetal_slab_back RecipeStage{tier='three', recipe=1xtile.immersiveengineering.sheetmetal@4:[net.minecraft.item.crafting.Ingredient@25b8c9a0, net.minecraft.item.crafting.Ingredient@25b8c9a0]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1402 immersiveengineering:sheetmetal/nickel_sheetmetal_slab RecipeStage{tier='three', recipe=6xtile.immersiveengineering.sheetmetal_slab@4:[net.minecraft.item.crafting.Ingredient@27d67a62, net.minecraft.item.crafting.Ingredient@27d67a62, net.minecraft.item.crafting.Ingredient@27d67a62]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1403 immersiveengineering:sheetmetal/nickel_sheetmetal RecipeStage{tier='three', recipe=4xtile.immersiveengineering.sheetmetal@4:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6842f9cf, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6842f9cf, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6842f9cf, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6842f9cf, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1405 immersiveengineering:sheetmetal/lead_sheetmetal_slab_back RecipeStage{tier='three', recipe=1xtile.immersiveengineering.sheetmetal@2:[net.minecraft.item.crafting.Ingredient@3c327ed9, net.minecraft.item.crafting.Ingredient@3c327ed9]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1406 immersiveengineering:sheetmetal/lead_sheetmetal_slab RecipeStage{tier='three', recipe=6xtile.immersiveengineering.sheetmetal_slab@2:[net.minecraft.item.crafting.Ingredient@5599a5f7, net.minecraft.item.crafting.Ingredient@5599a5f7, net.minecraft.item.crafting.Ingredient@5599a5f7]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1407 immersiveengineering:sheetmetal/lead_sheetmetal RecipeStage{tier='three', recipe=4xtile.immersiveengineering.sheetmetal@2:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@771e15c0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@771e15c0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@771e15c0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@771e15c0, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1409 immersiveengineering:sheetmetal/iron_sheetmetal_slab_back RecipeStage{tier='three', recipe=1xtile.immersiveengineering.sheetmetal@9:[net.minecraft.item.crafting.Ingredient@76709596, net.minecraft.item.crafting.Ingredient@76709596]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1410 immersiveengineering:sheetmetal/iron_sheetmetal_slab RecipeStage{tier='three', recipe=6xtile.immersiveengineering.sheetmetal_slab@9:[net.minecraft.item.crafting.Ingredient@3b7e8701, net.minecraft.item.crafting.Ingredient@3b7e8701, net.minecraft.item.crafting.Ingredient@3b7e8701]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1411 immersiveengineering:sheetmetal/iron_sheetmetal RecipeStage{tier='three', recipe=4xtile.immersiveengineering.sheetmetal@9:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@10d59414, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@10d59414, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@10d59414, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@10d59414, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1413 immersiveengineering:sheetmetal/gold_sheetmetal_slab_back RecipeStage{tier='three', recipe=1xtile.immersiveengineering.sheetmetal@10:[net.minecraft.item.crafting.Ingredient@6d4fcfe9, net.minecraft.item.crafting.Ingredient@6d4fcfe9]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1414 immersiveengineering:sheetmetal/gold_sheetmetal_slab RecipeStage{tier='three', recipe=6xtile.immersiveengineering.sheetmetal_slab@10:[net.minecraft.item.crafting.Ingredient@7517a76b, net.minecraft.item.crafting.Ingredient@7517a76b, net.minecraft.item.crafting.Ingredient@7517a76b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1415 immersiveengineering:sheetmetal/gold_sheetmetal RecipeStage{tier='three', recipe=4xtile.immersiveengineering.sheetmetal@10:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@9ad1ed, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@9ad1ed, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@9ad1ed, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@9ad1ed, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1417 immersiveengineering:sheetmetal/electrum_sheetmetal_slab_back RecipeStage{tier='three', recipe=1xtile.immersiveengineering.sheetmetal@7:[net.minecraft.item.crafting.Ingredient@765ef77b, net.minecraft.item.crafting.Ingredient@765ef77b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1418 immersiveengineering:sheetmetal/electrum_sheetmetal_slab RecipeStage{tier='three', recipe=6xtile.immersiveengineering.sheetmetal_slab@7:[net.minecraft.item.crafting.Ingredient@5fdc2266, net.minecraft.item.crafting.Ingredient@5fdc2266, net.minecraft.item.crafting.Ingredient@5fdc2266]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1419 immersiveengineering:sheetmetal/electrum_sheetmetal RecipeStage{tier='three', recipe=4xtile.immersiveengineering.sheetmetal@7:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5589595d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5589595d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5589595d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5589595d, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1421 immersiveengineering:sheetmetal/copper_sheetmetal_slab_back RecipeStage{tier='three', recipe=1xtile.immersiveengineering.sheetmetal@0:[net.minecraft.item.crafting.Ingredient@5ed5422c, net.minecraft.item.crafting.Ingredient@5ed5422c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1422 immersiveengineering:sheetmetal/copper_sheetmetal_slab RecipeStage{tier='three', recipe=6xtile.immersiveengineering.sheetmetal_slab@0:[net.minecraft.item.crafting.Ingredient@726e04b5, net.minecraft.item.crafting.Ingredient@726e04b5, net.minecraft.item.crafting.Ingredient@726e04b5]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1423 immersiveengineering:sheetmetal/copper_sheetmetal RecipeStage{tier='three', recipe=4xtile.immersiveengineering.sheetmetal@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5a17a761, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5a17a761, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5a17a761, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5a17a761, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1425 immersiveengineering:sheetmetal/constantan_sheetmetal_slab_back RecipeStage{tier='three', recipe=1xtile.immersiveengineering.sheetmetal@6:[net.minecraft.item.crafting.Ingredient@77fd1562, net.minecraft.item.crafting.Ingredient@77fd1562]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1426 immersiveengineering:sheetmetal/constantan_sheetmetal_slab RecipeStage{tier='three', recipe=6xtile.immersiveengineering.sheetmetal_slab@6:[net.minecraft.item.crafting.Ingredient@e531e19, net.minecraft.item.crafting.Ingredient@e531e19, net.minecraft.item.crafting.Ingredient@e531e19]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1427 immersiveengineering:sheetmetal/constantan_sheetmetal RecipeStage{tier='three', recipe=4xtile.immersiveengineering.sheetmetal@6:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@54889af0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@54889af0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@54889af0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@54889af0, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1429 immersiveengineering:sheetmetal/aluminum_sheetmetal_slab_back RecipeStage{tier='three', recipe=1xtile.immersiveengineering.sheetmetal@1:[net.minecraft.item.crafting.Ingredient@67cf3089, net.minecraft.item.crafting.Ingredient@67cf3089]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1430 immersiveengineering:sheetmetal/aluminum_sheetmetal_slab RecipeStage{tier='three', recipe=6xtile.immersiveengineering.sheetmetal_slab@1:[net.minecraft.item.crafting.Ingredient@436015b5, net.minecraft.item.crafting.Ingredient@436015b5, net.minecraft.item.crafting.Ingredient@436015b5]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1431 immersiveengineering:sheetmetal/aluminum_sheetmetal RecipeStage{tier='three', recipe=4xtile.immersiveengineering.sheetmetal@1:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5220ecc5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5220ecc5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5220ecc5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5220ecc5, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1433 immersiveengineering:metal_storage/uranium_slab RecipeStage{tier='four', recipe=6xtile.immersiveengineering.storage_slab@5:[net.minecraft.item.crafting.Ingredient@6b0fe0fd, net.minecraft.item.crafting.Ingredient@6b0fe0fd, net.minecraft.item.crafting.Ingredient@6b0fe0fd]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1439 immersiveengineering:metal_storage/steel_slab RecipeStage{tier='three', recipe=6xtile.immersiveengineering.storage_slab@8:[net.minecraft.item.crafting.Ingredient@17fe8625, net.minecraft.item.crafting.Ingredient@17fe8625, net.minecraft.item.crafting.Ingredient@17fe8625]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1445 immersiveengineering:metal_storage/silver_slab RecipeStage{tier='three', recipe=6xtile.immersiveengineering.storage_slab@3:[net.minecraft.item.crafting.Ingredient@76ab1046, net.minecraft.item.crafting.Ingredient@76ab1046, net.minecraft.item.crafting.Ingredient@76ab1046]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1451 immersiveengineering:metal_storage/nickel_slab RecipeStage{tier='three', recipe=6xtile.immersiveengineering.storage_slab@4:[net.minecraft.item.crafting.Ingredient@2969fca1, net.minecraft.item.crafting.Ingredient@2969fca1, net.minecraft.item.crafting.Ingredient@2969fca1]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1457 immersiveengineering:metal_storage/lead_slab RecipeStage{tier='three', recipe=6xtile.immersiveengineering.storage_slab@2:[net.minecraft.item.crafting.Ingredient@ac4616c, net.minecraft.item.crafting.Ingredient@ac4616c, net.minecraft.item.crafting.Ingredient@ac4616c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1465 immersiveengineering:metal_storage/electrum_slab RecipeStage{tier='three', recipe=6xtile.immersiveengineering.storage_slab@7:[net.minecraft.item.crafting.Ingredient@69ee3c4c, net.minecraft.item.crafting.Ingredient@69ee3c4c, net.minecraft.item.crafting.Ingredient@69ee3c4c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1471 immersiveengineering:metal_storage/copper_slab RecipeStage{tier='one', recipe=6xtile.immersiveengineering.storage_slab@0:[net.minecraft.item.crafting.Ingredient@3f0b0cfa, net.minecraft.item.crafting.Ingredient@3f0b0cfa, net.minecraft.item.crafting.Ingredient@3f0b0cfa]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1477 immersiveengineering:metal_storage/constantan_slab RecipeStage{tier='three', recipe=6xtile.immersiveengineering.storage_slab@6:[net.minecraft.item.crafting.Ingredient@22de81be, net.minecraft.item.crafting.Ingredient@22de81be, net.minecraft.item.crafting.Ingredient@22de81be]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1483 immersiveengineering:metal_storage/aluminum_slab RecipeStage{tier='three', recipe=6xtile.immersiveengineering.storage_slab@1:[net.minecraft.item.crafting.Ingredient@edb0947, net.minecraft.item.crafting.Ingredient@edb0947, net.minecraft.item.crafting.Ingredient@edb0947]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1488 immersiveengineering:metal_devices/turret_gun RecipeStage{tier='three', recipe=1xtile.immersiveengineering.metal_device1@11:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@32a99b35, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@397271dd, net.minecraft.item.crafting.Ingredient@25eccc72, net.minecraft.item.crafting.Ingredient@2dcba4ed, net.minecraft.item.crafting.Ingredient@79939d7e, net.minecraft.item.crafting.Ingredient@71dd14a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1489 immersiveengineering:metal_devices/turret_chemthrower RecipeStage{tier='three', recipe=1xtile.immersiveengineering.metal_device1@10:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1278517c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@47b9e5fb, net.minecraft.item.crafting.Ingredient@1fae0087, net.minecraft.item.crafting.Ingredient@6de8989, net.minecraft.item.crafting.Ingredient@5e636a96, net.minecraft.item.crafting.Ingredient@ec03397]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1490 immersiveengineering:metal_devices/thermoelectric_generator RecipeStage{tier='three', recipe=1xtile.immersiveengineering.metal_device1@3:[net.minecraftforge.oredict.OreIngredient@75058994, net.minecraftforge.oredict.OreIngredient@75058994, net.minecraftforge.oredict.OreIngredient@75058994, net.minecraftforge.oredict.OreIngredient@54889af0, net.minecraft.item.crafting.Ingredient@52928a84, net.minecraftforge.oredict.OreIngredient@54889af0, net.minecraftforge.oredict.OreIngredient@54889af0, net.minecraftforge.oredict.OreIngredient@54889af0, net.minecraftforge.oredict.OreIngredient@54889af0]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1491 immersiveengineering:metal_devices/tesla_coil RecipeStage{tier='three', recipe=1xtile.immersiveengineering.metal_device1@8:[net.minecraftforge.oredict.OreIngredient@7e2973a2, net.minecraftforge.oredict.OreIngredient@7e2973a2, net.minecraftforge.oredict.OreIngredient@7e2973a2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@52928a84, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@71f95238, net.minecraft.item.crafting.Ingredient@52928a84, net.minecraft.item.crafting.Ingredient@71f95238]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1492 immersiveengineering:metal_devices/powered_lantern RecipeStage{tier='three', recipe=3xtile.immersiveengineering.metal_device1@4:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@10d59414, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@18890910, net.minecraft.item.crafting.Ingredient@7e01ea5d, net.minecraftforge.oredict.OreIngredient@18890910, net.minecraftforge.oredict.OreIngredient@10d59414, net.minecraftforge.oredict.OreIngredient@761ddf1d, net.minecraftforge.oredict.OreIngredient@10d59414]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1493 immersiveengineering:metal_devices/garden_cloche RecipeStage{tier='three', recipe=1xtile.immersiveengineering.metal_device1@13:[net.minecraftforge.oredict.OreIngredient@5f2a4946, net.minecraft.item.crafting.Ingredient@7e01ea5d, net.minecraftforge.oredict.OreIngredient@5f2a4946, net.minecraftforge.oredict.OreIngredient@5f2a4946, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5f2a4946, net.minecraftforge.oredict.OreIngredient@2a2496a6, net.minecraft.item.crafting.Ingredient@607998c9, net.minecraftforge.oredict.OreIngredient@2a2496a6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1494 immersiveengineering:metal_devices/furnace_heater RecipeStage{tier='three', recipe=1xtile.immersiveengineering.metal_device1@1:[net.minecraftforge.oredict.OreIngredient@70f2ad1e, net.minecraftforge.oredict.OreIngredient@738cc5af, net.minecraftforge.oredict.OreIngredient@70f2ad1e, net.minecraftforge.oredict.OreIngredient@738cc5af, net.minecraft.item.crafting.Ingredient@52928a84, net.minecraftforge.oredict.OreIngredient@738cc5af, net.minecraftforge.oredict.OreIngredient@70f2ad1e, net.minecraftforge.oredict.OreIngredient@761ddf1d, net.minecraftforge.oredict.OreIngredient@70f2ad1e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1496 immersiveengineering:metal_devices/fluid_pipe RecipeStage{tier='three', recipe=8xtile.immersiveengineering.metal_device1@6:[net.minecraftforge.oredict.OreIngredient@10d59414, net.minecraftforge.oredict.OreIngredient@10d59414, net.minecraftforge.oredict.OreIngredient@10d59414, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@10d59414, net.minecraftforge.oredict.OreIngredient@10d59414, net.minecraftforge.oredict.OreIngredient@10d59414]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1497 immersiveengineering:metal_devices/fluid_outlet RecipeStage{tier='three', recipe=1xtile.immersiveengineering.metal_device0@6:[net.minecraftforge.oredict.OreIngredient@10d59414, net.minecraft.item.crafting.Ingredient@120ee129, net.minecraftforge.oredict.OreIngredient@10d59414, net.minecraft.item.crafting.Ingredient@120ee129, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@120ee129, net.minecraftforge.oredict.OreIngredient@10d59414, net.minecraft.item.crafting.Ingredient@120ee129, net.minecraftforge.oredict.OreIngredient@10d59414]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1498 immersiveengineering:metal_devices/floodlight RecipeStage{tier='three', recipe=1xtile.immersiveengineering.metal_device1@9:[net.minecraftforge.oredict.OreIngredient@70f2ad1e, net.minecraftforge.oredict.OreIngredient@70f2ad1e, net.minecraftforge.oredict.OreIngredient@70f2ad1e, net.minecraftforge.oredict.OreIngredient@18890910, net.minecraft.item.crafting.Ingredient@7e01ea5d, net.minecraft.item.crafting.Ingredient@52928a84, net.minecraftforge.oredict.OreIngredient@70f2ad1e, net.minecraft.item.crafting.Ingredient@607998c9, net.minecraftforge.oredict.OreIngredient@70f2ad1e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1499 immersiveengineering:metal_devices/dynamo RecipeStage{tier='three', recipe=1xtile.immersiveengineering.metal_device1@2:[net.minecraftforge.oredict.OreIngredient@761ddf1d, net.minecraft.item.crafting.Ingredient@52928a84, net.minecraftforge.oredict.OreIngredient@761ddf1d, net.minecraftforge.oredict.OreIngredient@70f2ad1e, net.minecraftforge.oredict.OreIngredient@70f2ad1e, net.minecraftforge.oredict.OreIngredient@70f2ad1e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1500 immersiveengineering:metal_devices/coresample_drill RecipeStage{tier='three', recipe=1xtile.immersiveengineering.metal_device1@7:[net.minecraftforge.oredict.OreIngredient@c8498a6, net.minecraftforge.oredict.OreIngredient@107b4865, net.minecraftforge.oredict.OreIngredient@c8498a6, net.minecraftforge.oredict.OreIngredient@c8498a6, net.minecraftforge.oredict.OreIngredient@107b4865, net.minecraftforge.oredict.OreIngredient@c8498a6, net.minecraft.item.crafting.Ingredient@8267280, net.minecraftforge.oredict.OreIngredient@107b4865, net.minecraft.item.crafting.Ingredient@8267280]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1501 immersiveengineering:metal_devices/charging_station RecipeStage{tier='three', recipe=1xtile.immersiveengineering.metal_device1@5:[net.minecraftforge.oredict.OreIngredient@70f2ad1e, net.minecraft.item.crafting.Ingredient@4acda08b, net.minecraftforge.oredict.OreIngredient@70f2ad1e, net.minecraftforge.oredict.OreIngredient@5f2a4946, net.minecraftforge.oredict.OreIngredient@5f2a4946, net.minecraftforge.oredict.OreIngredient@5f2a4946, net.minecraftforge.oredict.OreIngredient@2a2496a6, net.minecraft.item.crafting.Ingredient@52928a84, net.minecraftforge.oredict.OreIngredient@2a2496a6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1502 immersiveengineering:metal_devices/capacitor_mv RecipeStage{tier='three', recipe=1xtile.immersiveengineering.metal_device0@1:[net.minecraftforge.oredict.OreIngredient@70f2ad1e, net.minecraftforge.oredict.OreIngredient@70f2ad1e, net.minecraftforge.oredict.OreIngredient@70f2ad1e, net.minecraftforge.oredict.OreIngredient@72f951c, net.minecraftforge.oredict.OreIngredient@b8e4169, net.minecraftforge.oredict.OreIngredient@72f951c, net.minecraftforge.oredict.OreIngredient@2a2496a6, net.minecraftforge.oredict.OreIngredient@185b8635, net.minecraftforge.oredict.OreIngredient@2a2496a6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1503 immersiveengineering:metal_devices/capacitor_lv RecipeStage{tier='three', recipe=1xtile.immersiveengineering.metal_device0@0:[net.minecraftforge.oredict.OreIngredient@70f2ad1e, net.minecraftforge.oredict.OreIngredient@70f2ad1e, net.minecraftforge.oredict.OreIngredient@70f2ad1e, net.minecraftforge.oredict.OreIngredient@738cc5af, net.minecraftforge.oredict.OreIngredient@b8e4169, net.minecraftforge.oredict.OreIngredient@738cc5af, net.minecraftforge.oredict.OreIngredient@2a2496a6, net.minecraftforge.oredict.OreIngredient@761ddf1d, net.minecraftforge.oredict.OreIngredient@2a2496a6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1504 immersiveengineering:metal_devices/capacitor_hv RecipeStage{tier='three', recipe=1xtile.immersiveengineering.metal_device0@2:[net.minecraftforge.oredict.OreIngredient@75058994, net.minecraftforge.oredict.OreIngredient@75058994, net.minecraftforge.oredict.OreIngredient@75058994, net.minecraftforge.oredict.OreIngredient@7e2973a2, net.minecraftforge.oredict.OreIngredient@c5173fa, net.minecraftforge.oredict.OreIngredient@7e2973a2, net.minecraftforge.oredict.OreIngredient@2a2496a6, net.minecraftforge.oredict.OreIngredient@185b8635, net.minecraftforge.oredict.OreIngredient@2a2496a6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1505 immersiveengineering:metal_devices/blastfurnace_preheater RecipeStage{tier='three', recipe=1xtile.immersiveengineering.metal_device1@0:[net.minecraftforge.oredict.OreIngredient@6b7f9ec9, net.minecraftforge.oredict.OreIngredient@6b7f9ec9, net.minecraftforge.oredict.OreIngredient@6b7f9ec9, net.minecraftforge.oredict.OreIngredient@6b7f9ec9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6b7f9ec9, net.minecraftforge.oredict.OreIngredient@6b7f9ec9, net.minecraft.item.crafting.Ingredient@689453d8, net.minecraftforge.oredict.OreIngredient@6b7f9ec9]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1506 immersiveengineering:metal_devices/barrel RecipeStage{tier='three', recipe=1xtile.immersiveengineering.metal_device0@4:[net.minecraftforge.oredict.OreIngredient@64adcdbc, net.minecraftforge.oredict.OreIngredient@64adcdbc, net.minecraftforge.oredict.OreIngredient@64adcdbc, net.minecraftforge.oredict.OreIngredient@6b7f9ec9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6b7f9ec9, net.minecraftforge.oredict.OreIngredient@6b7f9ec9, net.minecraftforge.oredict.OreIngredient@6b7f9ec9, net.minecraftforge.oredict.OreIngredient@6b7f9ec9]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1507 immersiveengineering:metal_decoration/structural_arm_steel RecipeStage{tier='three', recipe=4xtile.immersiveengineering.metal_decoration2@7:[net.minecraftforge.oredict.OreIngredient@c8498a6, net.minecraftforge.oredict.OreIngredient@c8498a6, net.minecraftforge.oredict.OreIngredient@c8498a6, net.minecraftforge.oredict.OreIngredient@c8498a6, net.minecraftforge.oredict.OreIngredient@c8498a6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@c8498a6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1508 immersiveengineering:metal_decoration/structural_arm_alu RecipeStage{tier='three', recipe=4xtile.immersiveengineering.metal_decoration2@8:[net.minecraftforge.oredict.OreIngredient@74dcea8a, net.minecraftforge.oredict.OreIngredient@74dcea8a, net.minecraftforge.oredict.OreIngredient@74dcea8a, net.minecraftforge.oredict.OreIngredient@74dcea8a, net.minecraftforge.oredict.OreIngredient@74dcea8a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@74dcea8a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1509 immersiveengineering:metal_decoration/steel_wallmount RecipeStage{tier='three', recipe=4xtile.immersiveengineering.metal_decoration2@1:[net.minecraftforge.oredict.OreIngredient@75058994, net.minecraftforge.oredict.OreIngredient@75058994, net.minecraftforge.oredict.OreIngredient@75058994, net.minecraftforge.oredict.OreIngredient@66d3ed3f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1510 immersiveengineering:metal_decoration/steel_scaffolding_stairs_cycle2 RecipeStage{tier='three', recipe=1xtile.immersiveengineering.steel_scaffolding_stairs0@0:[net.minecraft.item.crafting.Ingredient@72aa93d2]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1511 immersiveengineering:metal_decoration/steel_scaffolding_stairs_cycle1 RecipeStage{tier='three', recipe=1xtile.immersiveengineering.steel_scaffolding_stairs2@0:[net.minecraft.item.crafting.Ingredient@45250fa]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1512 immersiveengineering:metal_decoration/steel_scaffolding_stairs_cycle0 RecipeStage{tier='three', recipe=1xtile.immersiveengineering.steel_scaffolding_stairs1@0:[net.minecraft.item.crafting.Ingredient@79067471]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1513 immersiveengineering:metal_decoration/steel_scaffolding_stairs2 RecipeStage{tier='three', recipe=4xtile.immersiveengineering.steel_scaffolding_stairs2@0:[net.minecraft.item.crafting.Ingredient@17003e12, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@17003e12, net.minecraft.item.crafting.Ingredient@17003e12, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@17003e12, net.minecraft.item.crafting.Ingredient@17003e12, net.minecraft.item.crafting.Ingredient@17003e12]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1514 immersiveengineering:metal_decoration/steel_scaffolding_stairs1 RecipeStage{tier='three', recipe=4xtile.immersiveengineering.steel_scaffolding_stairs1@0:[net.minecraft.item.crafting.Ingredient@366c3d7f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@366c3d7f, net.minecraft.item.crafting.Ingredient@366c3d7f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@366c3d7f, net.minecraft.item.crafting.Ingredient@366c3d7f, net.minecraft.item.crafting.Ingredient@366c3d7f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1515 immersiveengineering:metal_decoration/steel_scaffolding_stairs0 RecipeStage{tier='three', recipe=4xtile.immersiveengineering.steel_scaffolding_stairs0@0:[net.minecraft.item.crafting.Ingredient@6e107215, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6e107215, net.minecraft.item.crafting.Ingredient@6e107215, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6e107215, net.minecraft.item.crafting.Ingredient@6e107215, net.minecraft.item.crafting.Ingredient@6e107215]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1516 immersiveengineering:metal_decoration/steel_scaffolding_slab_cycle2 RecipeStage{tier='three', recipe=1xtile.immersiveengineering.metal_decoration1_slab@1:[net.minecraft.item.crafting.Ingredient@5bd76248]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1517 immersiveengineering:metal_decoration/steel_scaffolding_slab_cycle1 RecipeStage{tier='three', recipe=1xtile.immersiveengineering.metal_decoration1_slab@3:[net.minecraft.item.crafting.Ingredient@658a9f7a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1518 immersiveengineering:metal_decoration/steel_scaffolding_slab_cycle0 RecipeStage{tier='three', recipe=1xtile.immersiveengineering.metal_decoration1_slab@2:[net.minecraft.item.crafting.Ingredient@45be8f70]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1519 immersiveengineering:metal_decoration/steel_scaffolding_slab_back2 RecipeStage{tier='three', recipe=1xtile.immersiveengineering.metal_decoration1@3:[net.minecraft.item.crafting.Ingredient@25d7a05e, net.minecraft.item.crafting.Ingredient@25d7a05e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1520 immersiveengineering:metal_decoration/steel_scaffolding_slab_back1 RecipeStage{tier='three', recipe=1xtile.immersiveengineering.metal_decoration1@2:[net.minecraft.item.crafting.Ingredient@7620dd23, net.minecraft.item.crafting.Ingredient@7620dd23]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1521 immersiveengineering:metal_decoration/steel_scaffolding_slab_back0 RecipeStage{tier='three', recipe=1xtile.immersiveengineering.metal_decoration1@1:[net.minecraft.item.crafting.Ingredient@72154c10, net.minecraft.item.crafting.Ingredient@72154c10]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1522 immersiveengineering:metal_decoration/steel_scaffolding_slab2 RecipeStage{tier='three', recipe=6xtile.immersiveengineering.metal_decoration1_slab@3:[net.minecraft.item.crafting.Ingredient@55465bd2, net.minecraft.item.crafting.Ingredient@55465bd2, net.minecraft.item.crafting.Ingredient@55465bd2]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1523 immersiveengineering:metal_decoration/steel_scaffolding_slab1 RecipeStage{tier='three', recipe=6xtile.immersiveengineering.metal_decoration1_slab@2:[net.minecraft.item.crafting.Ingredient@32081599, net.minecraft.item.crafting.Ingredient@32081599, net.minecraft.item.crafting.Ingredient@32081599]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1524 immersiveengineering:metal_decoration/steel_scaffolding_slab0 RecipeStage{tier='three', recipe=6xtile.immersiveengineering.metal_decoration1_slab@1:[net.minecraft.item.crafting.Ingredient@77314892, net.minecraft.item.crafting.Ingredient@77314892, net.minecraft.item.crafting.Ingredient@77314892]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1525 immersiveengineering:metal_decoration/steel_scaffolding_cycle2 RecipeStage{tier='three', recipe=1xtile.immersiveengineering.metal_decoration1@1:[net.minecraft.item.crafting.Ingredient@188779c4]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1526 immersiveengineering:metal_decoration/steel_scaffolding_cycle1 RecipeStage{tier='three', recipe=1xtile.immersiveengineering.metal_decoration1@3:[net.minecraft.item.crafting.Ingredient@115062d5]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1527 immersiveengineering:metal_decoration/steel_scaffolding_cycle0 RecipeStage{tier='three', recipe=1xtile.immersiveengineering.metal_decoration1@2:[net.minecraft.item.crafting.Ingredient@25d329ea]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1528 immersiveengineering:metal_decoration/steel_scaffolding RecipeStage{tier='three', recipe=6xtile.immersiveengineering.metal_decoration1@1:[net.minecraftforge.oredict.OreIngredient@75058994, net.minecraftforge.oredict.OreIngredient@75058994, net.minecraftforge.oredict.OreIngredient@75058994, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@66d3ed3f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@66d3ed3f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@66d3ed3f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1529 immersiveengineering:metal_decoration/steel_post RecipeStage{tier='three', recipe=1xtile.immersiveengineering.metal_decoration2@0:[net.minecraftforge.oredict.OreIngredient@107b4865, net.minecraftforge.oredict.OreIngredient@107b4865, net.minecraftforge.oredict.OreIngredient@3322a186]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1530 immersiveengineering:metal_decoration/steel_fence RecipeStage{tier='three', recipe=3xtile.immersiveengineering.metal_decoration1@0:[net.minecraftforge.oredict.OreIngredient@75058994, net.minecraftforge.oredict.OreIngredient@66d3ed3f, net.minecraftforge.oredict.OreIngredient@75058994, net.minecraftforge.oredict.OreIngredient@75058994, net.minecraftforge.oredict.OreIngredient@66d3ed3f, net.minecraftforge.oredict.OreIngredient@75058994]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1532 immersiveengineering:metal_decoration/razor_wire RecipeStage{tier='three', recipe=3xtile.immersiveengineering.metal_decoration2@5:[net.minecraftforge.oredict.OreIngredient@2480e63, net.minecraftforge.oredict.OreIngredient@329e50ff, net.minecraftforge.oredict.OreIngredient@2480e63, net.minecraftforge.oredict.OreIngredient@329e50ff, net.minecraftforge.oredict.OreIngredient@329e50ff, net.minecraftforge.oredict.OreIngredient@329e50ff, net.minecraftforge.oredict.OreIngredient@2480e63, net.minecraftforge.oredict.OreIngredient@329e50ff, net.minecraftforge.oredict.OreIngredient@2480e63]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1533 immersiveengineering:metal_decoration/radiator RecipeStage{tier='three', recipe=2xtile.immersiveengineering.metal_decoration0@7:[net.minecraftforge.oredict.OreIngredient@75058994, net.minecraftforge.oredict.OreIngredient@738cc5af, net.minecraftforge.oredict.OreIngredient@75058994, net.minecraftforge.oredict.OreIngredient@738cc5af, blusunrize.immersiveengineering.common.crafting.IngredientFluidStack@46537d8, net.minecraftforge.oredict.OreIngredient@738cc5af, net.minecraftforge.oredict.OreIngredient@75058994, net.minecraftforge.oredict.OreIngredient@738cc5af, net.minecraftforge.oredict.OreIngredient@75058994]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1534 immersiveengineering:metal_decoration/light_engineering RecipeStage{tier='three', recipe=2xtile.immersiveengineering.metal_decoration0@4:[net.minecraftforge.oredict.OreIngredient@70f2ad1e, net.minecraft.item.crafting.Ingredient@607998c9, net.minecraftforge.oredict.OreIngredient@70f2ad1e, net.minecraftforge.oredict.OreIngredient@738cc5af, net.minecraftforge.oredict.OreIngredient@738cc5af, net.minecraftforge.oredict.OreIngredient@738cc5af, net.minecraftforge.oredict.OreIngredient@70f2ad1e, net.minecraft.item.crafting.Ingredient@607998c9, net.minecraftforge.oredict.OreIngredient@70f2ad1e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1535 immersiveengineering:metal_decoration/lantern RecipeStage{tier='three', recipe=3xtile.immersiveengineering.metal_decoration2@4:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@10d59414, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@18890910, net.minecraftforge.oredict.OreIngredient@70c96d3e, net.minecraftforge.oredict.OreIngredient@18890910, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@10d59414, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1536 immersiveengineering:metal_decoration/ladder_covered_steel RecipeStage{tier='three', recipe=1xtile.immersiveengineering.metal_ladder@1:[net.minecraftforge.oredict.OreIngredient@c8498a6, net.minecraft.item.crafting.Ingredient@6265c09c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1537 immersiveengineering:metal_decoration/ladder_covered_aluminum RecipeStage{tier='three', recipe=1xtile.immersiveengineering.metal_ladder@2:[net.minecraftforge.oredict.OreIngredient@74dcea8a, net.minecraft.item.crafting.Ingredient@722b585d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1538 immersiveengineering:metal_decoration/ladder RecipeStage{tier='three', recipe=3xtile.immersiveengineering.metal_ladder@0:[net.minecraftforge.common.crafting.CompoundIngredient@66e6c263, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.common.crafting.CompoundIngredient@66e6c263, net.minecraftforge.common.crafting.CompoundIngredient@66e6c263, net.minecraftforge.common.crafting.CompoundIngredient@66e6c263, net.minecraftforge.common.crafting.CompoundIngredient@66e6c263, net.minecraftforge.common.crafting.CompoundIngredient@66e6c263, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.common.crafting.CompoundIngredient@66e6c263]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1539 immersiveengineering:metal_decoration/heavy_engineering RecipeStage{tier='three', recipe=2xtile.immersiveengineering.metal_decoration0@5:[net.minecraftforge.oredict.OreIngredient@75058994, net.minecraft.item.crafting.Ingredient@cf7c923, net.minecraftforge.oredict.OreIngredient@75058994, net.minecraft.item.crafting.Ingredient@3701d0fb, net.minecraftforge.oredict.OreIngredient@72f951c, net.minecraft.item.crafting.Ingredient@3701d0fb, net.minecraftforge.oredict.OreIngredient@75058994, net.minecraft.item.crafting.Ingredient@cf7c923, net.minecraftforge.oredict.OreIngredient@75058994]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1540 immersiveengineering:metal_decoration/generator RecipeStage{tier='three', recipe=2xtile.immersiveengineering.metal_decoration0@6:[net.minecraftforge.oredict.OreIngredient@75058994, net.minecraftforge.oredict.OreIngredient@75058994, net.minecraftforge.oredict.OreIngredient@75058994, net.minecraftforge.oredict.OreIngredient@72f951c, net.minecraft.item.crafting.Ingredient@513ca5c7, net.minecraftforge.oredict.OreIngredient@72f951c, net.minecraftforge.oredict.OreIngredient@75058994, net.minecraftforge.oredict.OreIngredient@75058994, net.minecraftforge.oredict.OreIngredient@75058994]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1541 immersiveengineering:metal_decoration/coil_hv RecipeStage{tier='three', recipe=1xtile.immersiveengineering.metal_decoration0@2:[net.minecraft.item.crafting.Ingredient@40dde5e, net.minecraft.item.crafting.Ingredient@40dde5e, net.minecraft.item.crafting.Ingredient@40dde5e, net.minecraft.item.crafting.Ingredient@40dde5e, net.minecraftforge.oredict.OreIngredient@70f2ad1e, net.minecraft.item.crafting.Ingredient@40dde5e, net.minecraft.item.crafting.Ingredient@40dde5e, net.minecraft.item.crafting.Ingredient@40dde5e, net.minecraft.item.crafting.Ingredient@40dde5e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1542 immersiveengineering:metal_decoration/coil_electrum RecipeStage{tier='three', recipe=1xtile.immersiveengineering.metal_decoration0@1:[net.minecraft.item.crafting.Ingredient@1ed70929, net.minecraft.item.crafting.Ingredient@1ed70929, net.minecraft.item.crafting.Ingredient@1ed70929, net.minecraft.item.crafting.Ingredient@1ed70929, net.minecraftforge.oredict.OreIngredient@70f2ad1e, net.minecraft.item.crafting.Ingredient@1ed70929, net.minecraft.item.crafting.Ingredient@1ed70929, net.minecraft.item.crafting.Ingredient@1ed70929, net.minecraft.item.crafting.Ingredient@1ed70929]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1543 immersiveengineering:metal_decoration/coil_copper RecipeStage{tier='three', recipe=1xtile.immersiveengineering.metal_decoration0@0:[net.minecraft.item.crafting.Ingredient@4d9804aa, net.minecraft.item.crafting.Ingredient@4d9804aa, net.minecraft.item.crafting.Ingredient@4d9804aa, net.minecraft.item.crafting.Ingredient@4d9804aa, net.minecraftforge.oredict.OreIngredient@70f2ad1e, net.minecraft.item.crafting.Ingredient@4d9804aa, net.minecraft.item.crafting.Ingredient@4d9804aa, net.minecraft.item.crafting.Ingredient@4d9804aa, net.minecraft.item.crafting.Ingredient@4d9804aa]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1544 immersiveengineering:metal_decoration/aluminum_wallmount RecipeStage{tier='three', recipe=4xtile.immersiveengineering.metal_decoration2@3:[net.minecraftforge.oredict.OreIngredient@7e2973a2, net.minecraftforge.oredict.OreIngredient@7e2973a2, net.minecraftforge.oredict.OreIngredient@7e2973a2, net.minecraftforge.oredict.OreIngredient@3a3fc28]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1545 immersiveengineering:metal_decoration/aluminum_scaffolding_stairs_cycle2 RecipeStage{tier='three', recipe=1xtile.immersiveengineering.aluminum_scaffolding_stairs0@0:[net.minecraft.item.crafting.Ingredient@2e9a4ea8]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1546 immersiveengineering:metal_decoration/aluminum_scaffolding_stairs_cycle1 RecipeStage{tier='three', recipe=1xtile.immersiveengineering.aluminum_scaffolding_stairs2@0:[net.minecraft.item.crafting.Ingredient@f29dbba]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1547 immersiveengineering:metal_decoration/aluminum_scaffolding_stairs_cycle0 RecipeStage{tier='three', recipe=1xtile.immersiveengineering.aluminum_scaffolding_stairs1@0:[net.minecraft.item.crafting.Ingredient@70ceb98d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1548 immersiveengineering:metal_decoration/aluminum_scaffolding_stairs2 RecipeStage{tier='three', recipe=4xtile.immersiveengineering.aluminum_scaffolding_stairs2@0:[net.minecraft.item.crafting.Ingredient@6dd9c7c8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6dd9c7c8, net.minecraft.item.crafting.Ingredient@6dd9c7c8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6dd9c7c8, net.minecraft.item.crafting.Ingredient@6dd9c7c8, net.minecraft.item.crafting.Ingredient@6dd9c7c8]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1549 immersiveengineering:metal_decoration/aluminum_scaffolding_stairs1 RecipeStage{tier='three', recipe=4xtile.immersiveengineering.aluminum_scaffolding_stairs1@0:[net.minecraft.item.crafting.Ingredient@9519d84, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@9519d84, net.minecraft.item.crafting.Ingredient@9519d84, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@9519d84, net.minecraft.item.crafting.Ingredient@9519d84, net.minecraft.item.crafting.Ingredient@9519d84]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1550 immersiveengineering:metal_decoration/aluminum_scaffolding_stairs0 RecipeStage{tier='three', recipe=4xtile.immersiveengineering.aluminum_scaffolding_stairs0@0:[net.minecraft.item.crafting.Ingredient@3147ed4a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3147ed4a, net.minecraft.item.crafting.Ingredient@3147ed4a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3147ed4a, net.minecraft.item.crafting.Ingredient@3147ed4a, net.minecraft.item.crafting.Ingredient@3147ed4a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1551 immersiveengineering:metal_decoration/aluminum_scaffolding_slab_cycle2 RecipeStage{tier='three', recipe=1xtile.immersiveengineering.metal_decoration1_slab@5:[net.minecraft.item.crafting.Ingredient@583cd4f2]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1552 immersiveengineering:metal_decoration/aluminum_scaffolding_slab_cycle1 RecipeStage{tier='three', recipe=1xtile.immersiveengineering.metal_decoration1_slab@7:[net.minecraft.item.crafting.Ingredient@96d0e41]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1553 immersiveengineering:metal_decoration/aluminum_scaffolding_slab_cycle0 RecipeStage{tier='three', recipe=1xtile.immersiveengineering.metal_decoration1_slab@6:[net.minecraft.item.crafting.Ingredient@71d5c0a6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1554 immersiveengineering:metal_decoration/aluminum_scaffolding_slab_back2 RecipeStage{tier='three', recipe=1xtile.immersiveengineering.metal_decoration1@7:[net.minecraft.item.crafting.Ingredient@26910d32, net.minecraft.item.crafting.Ingredient@26910d32]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1555 immersiveengineering:metal_decoration/aluminum_scaffolding_slab_back1 RecipeStage{tier='three', recipe=1xtile.immersiveengineering.metal_decoration1@6:[net.minecraft.item.crafting.Ingredient@76421137, net.minecraft.item.crafting.Ingredient@76421137]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1556 immersiveengineering:metal_decoration/aluminum_scaffolding_slab_back0 RecipeStage{tier='three', recipe=1xtile.immersiveengineering.metal_decoration1@5:[net.minecraft.item.crafting.Ingredient@89dc2d, net.minecraft.item.crafting.Ingredient@89dc2d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1557 immersiveengineering:metal_decoration/aluminum_scaffolding_slab2 RecipeStage{tier='three', recipe=6xtile.immersiveengineering.metal_decoration1_slab@7:[net.minecraft.item.crafting.Ingredient@30ddc954, net.minecraft.item.crafting.Ingredient@30ddc954, net.minecraft.item.crafting.Ingredient@30ddc954]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1558 immersiveengineering:metal_decoration/aluminum_scaffolding_slab1 RecipeStage{tier='three', recipe=6xtile.immersiveengineering.metal_decoration1_slab@6:[net.minecraft.item.crafting.Ingredient@78a57d94, net.minecraft.item.crafting.Ingredient@78a57d94, net.minecraft.item.crafting.Ingredient@78a57d94]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1559 immersiveengineering:metal_decoration/aluminum_scaffolding_slab0 RecipeStage{tier='three', recipe=6xtile.immersiveengineering.metal_decoration1_slab@5:[net.minecraft.item.crafting.Ingredient@67c5fd3c, net.minecraft.item.crafting.Ingredient@67c5fd3c, net.minecraft.item.crafting.Ingredient@67c5fd3c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1560 immersiveengineering:metal_decoration/aluminum_scaffolding_cycle2 RecipeStage{tier='three', recipe=1xtile.immersiveengineering.metal_decoration1@5:[net.minecraft.item.crafting.Ingredient@161e19ec]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1561 immersiveengineering:metal_decoration/aluminum_scaffolding_cycle1 RecipeStage{tier='three', recipe=1xtile.immersiveengineering.metal_decoration1@7:[net.minecraft.item.crafting.Ingredient@46af9da6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1562 immersiveengineering:metal_decoration/aluminum_scaffolding_cycle0 RecipeStage{tier='three', recipe=1xtile.immersiveengineering.metal_decoration1@6:[net.minecraft.item.crafting.Ingredient@738b72ad]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1563 immersiveengineering:metal_decoration/aluminum_scaffolding RecipeStage{tier='three', recipe=6xtile.immersiveengineering.metal_decoration1@5:[net.minecraftforge.oredict.OreIngredient@7e2973a2, net.minecraftforge.oredict.OreIngredient@7e2973a2, net.minecraftforge.oredict.OreIngredient@7e2973a2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3a3fc28, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3a3fc28, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3a3fc28]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1564 immersiveengineering:metal_decoration/aluminum_post RecipeStage{tier='three', recipe=1xtile.immersiveengineering.metal_decoration2@2:[net.minecraftforge.oredict.OreIngredient@4a6a8ae0, net.minecraftforge.oredict.OreIngredient@4a6a8ae0, net.minecraftforge.oredict.OreIngredient@3322a186]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1565 immersiveengineering:metal_decoration/aluminum_fence RecipeStage{tier='three', recipe=3xtile.immersiveengineering.metal_decoration1@4:[net.minecraftforge.oredict.OreIngredient@7e2973a2, net.minecraftforge.oredict.OreIngredient@3a3fc28, net.minecraftforge.oredict.OreIngredient@7e2973a2, net.minecraftforge.oredict.OreIngredient@7e2973a2, net.minecraftforge.oredict.OreIngredient@3a3fc28, net.minecraftforge.oredict.OreIngredient@7e2973a2]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1566 immersiveengineering:material/wooden_grip RecipeStage{tier='three', recipe=1xitem.immersiveengineering.material@13:[net.minecraftforge.oredict.OreIngredient@faef845, net.minecraftforge.oredict.OreIngredient@faef845, net.minecraftforge.oredict.OreIngredient@738cc5af, net.minecraftforge.oredict.OreIngredient@faef845, net.minecraftforge.oredict.OreIngredient@faef845, net.minecraftforge.oredict.OreIngredient@faef845]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1571 immersiveengineering:material/windmill_sail RecipeStage{tier='three', recipe=1xitem.immersiveengineering.material@12:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@306af98c, net.minecraftforge.oredict.OreIngredient@306af98c, net.minecraftforge.oredict.OreIngredient@306af98c, net.minecraftforge.oredict.OreIngredient@306af98c, net.minecraftforge.oredict.OreIngredient@306af98c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@306af98c, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1572 immersiveengineering:material/windmill_blade RecipeStage{tier='three', recipe=1xitem.immersiveengineering.material@11:[net.minecraftforge.oredict.OreIngredient@2a2496a6, net.minecraftforge.oredict.OreIngredient@2a2496a6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@faef845, net.minecraftforge.oredict.OreIngredient@faef845, net.minecraftforge.oredict.OreIngredient@2a2496a6, net.minecraftforge.oredict.OreIngredient@faef845, net.minecraftforge.oredict.OreIngredient@faef845, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1573 immersiveengineering:material/waterwheel_segment RecipeStage{tier='three', recipe=1xitem.immersiveengineering.material@10:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@faef845, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@faef845, net.minecraftforge.oredict.OreIngredient@2a2496a6, net.minecraftforge.oredict.OreIngredient@faef845, net.minecraftforge.oredict.OreIngredient@2a2496a6, net.minecraftforge.oredict.OreIngredient@faef845, net.minecraftforge.oredict.OreIngredient@2a2496a6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1576 immersiveengineering:material/stick_treated RecipeStage{tier='three', recipe=4xitem.immersiveengineering.material@0:[net.minecraftforge.oredict.OreIngredient@2a2496a6, net.minecraftforge.oredict.OreIngredient@2a2496a6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1591 immersiveengineering:material/hemp_fabric RecipeStage{tier='three', recipe=1xitem.immersiveengineering.material@5:[net.minecraftforge.oredict.OreIngredient@24189185, net.minecraftforge.oredict.OreIngredient@24189185, net.minecraftforge.oredict.OreIngredient@24189185, net.minecraftforge.oredict.OreIngredient@24189185, net.minecraftforge.oredict.OreIngredient@13f01724, net.minecraftforge.oredict.OreIngredient@24189185, net.minecraftforge.oredict.OreIngredient@24189185, net.minecraftforge.oredict.OreIngredient@24189185, net.minecraftforge.oredict.OreIngredient@24189185]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1593 immersiveengineering:material/gunpart_hammer RecipeStage{tier='three', recipe=1xitem.immersiveengineering.material@16:[net.minecraftforge.oredict.OreIngredient@75058994, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@75058994, net.minecraftforge.oredict.OreIngredient@75058994, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@75058994, net.minecraftforge.oredict.OreIngredient@75058994]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1594 immersiveengineering:material/gunpart_drum RecipeStage{tier='three', recipe=1xitem.immersiveengineering.material@15:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@75058994, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@75058994, net.minecraft.item.crafting.Ingredient@607998c9, net.minecraftforge.oredict.OreIngredient@75058994, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@75058994, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1595 immersiveengineering:material/gunpart_barrel RecipeStage{tier='three', recipe=1xitem.immersiveengineering.material@14:[net.minecraftforge.oredict.OreIngredient@66d3ed3f, net.minecraftforge.oredict.OreIngredient@66d3ed3f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1596 immersiveengineering:material/empty_shell RecipeStage{tier='three', recipe=5xitem.immersiveengineering.bullet@1:[net.minecraft.item.crafting.Ingredient@68be0689, net.minecraftforge.oredict.OreIngredient@3c9ded9c, net.minecraft.item.crafting.Ingredient@68be0689, net.minecraft.item.crafting.Ingredient@68be0689, net.minecraftforge.oredict.OreIngredient@3c9ded9c, net.minecraft.item.crafting.Ingredient@68be0689, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@738cc5af, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1597 immersiveengineering:material/empty_casing RecipeStage{tier='three', recipe=5xitem.immersiveengineering.bullet@0:[net.minecraftforge.oredict.OreIngredient@738cc5af, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@738cc5af, net.minecraftforge.oredict.OreIngredient@738cc5af, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@738cc5af, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@738cc5af, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1600 immersiveengineering:material/component_steel RecipeStage{tier='three', recipe=1xitem.immersiveengineering.material@9:[net.minecraftforge.oredict.OreIngredient@2480e63, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2480e63, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@738cc5af, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2480e63, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2480e63]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1601 immersiveengineering:material/component_iron RecipeStage{tier='three', recipe=1xitem.immersiveengineering.material@8:[net.minecraftforge.oredict.OreIngredient@10d59414, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@10d59414, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@738cc5af, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@10d59414, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@10d59414]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1602 immersiveengineering:conveyors/conveyor_verticalcovered RecipeStage{tier='three', recipe=1xtile.immersiveengineering.conveyor@0:[net.minecraftforge.oredict.OreIngredient@c8498a6, net.minecraftforge.common.crafting.IngredientNBT@5c2b4de7]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1603 immersiveengineering:conveyors/conveyor_vertical RecipeStage{tier='three', recipe=3xtile.immersiveengineering.conveyor@0:[net.minecraftforge.common.crafting.IngredientNBT@24070f4a, net.minecraftforge.oredict.OreIngredient@70f2ad1e, net.minecraftforge.common.crafting.IngredientNBT@24070f4a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.common.crafting.IngredientNBT@24070f4a, net.minecraftforge.oredict.OreIngredient@70f2ad1e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1604 immersiveengineering:conveyors/conveyor_uncontrolled_back RecipeStage{tier='three', recipe=1xtile.immersiveengineering.conveyor@0:[net.minecraftforge.common.crafting.IngredientNBT@30a5f6a7]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1605 immersiveengineering:conveyors/conveyor_uncontrolled RecipeStage{tier='three', recipe=1xtile.immersiveengineering.conveyor@0:[net.minecraftforge.common.crafting.IngredientNBT@24070f4a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1606 immersiveengineering:conveyors/conveyor_splitter RecipeStage{tier='three', recipe=1xtile.immersiveengineering.conveyor@0:[net.minecraftforge.common.crafting.IngredientNBT@24070f4a, net.minecraftforge.oredict.OreIngredient@70f2ad1e, net.minecraftforge.common.crafting.IngredientNBT@24070f4a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.common.crafting.IngredientNBT@24070f4a, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1607 immersiveengineering:conveyors/conveyor_extractcovered RecipeStage{tier='three', recipe=1xtile.immersiveengineering.conveyor@0:[net.minecraftforge.oredict.OreIngredient@c8498a6, net.minecraftforge.common.crafting.IngredientNBT@199ca28f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1608 immersiveengineering:conveyors/conveyor_extract RecipeStage{tier='three', recipe=1xtile.immersiveengineering.conveyor@0:[net.minecraftforge.oredict.OreIngredient@2a2496a6, net.minecraft.item.crafting.Ingredient@5af357e0, net.minecraft.item.crafting.Ingredient@607998c9, net.minecraftforge.common.crafting.IngredientNBT@24070f4a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1609 immersiveengineering:conveyors/conveyor_droppercovered RecipeStage{tier='three', recipe=1xtile.immersiveengineering.conveyor@0:[net.minecraftforge.oredict.OreIngredient@c8498a6, net.minecraftforge.common.crafting.IngredientNBT@137b7357]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1610 immersiveengineering:conveyors/conveyor_dropper RecipeStage{tier='three', recipe=1xtile.immersiveengineering.conveyor@0:[net.minecraftforge.common.crafting.IngredientNBT@24070f4a, net.minecraft.item.crafting.Ingredient@7fababa7]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1611 immersiveengineering:conveyors/conveyor_covered RecipeStage{tier='three', recipe=1xtile.immersiveengineering.conveyor@0:[net.minecraftforge.oredict.OreIngredient@c8498a6, net.minecraftforge.common.crafting.IngredientNBT@24070f4a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1612 immersiveengineering:conveyors/conveyor_basic_rubber RecipeStage{tier='three', recipe=8xtile.immersiveengineering.conveyor@0:[net.minecraftforge.oredict.OreIngredient@3b2b252b, net.minecraftforge.oredict.OreIngredient@3b2b252b, net.minecraftforge.oredict.OreIngredient@3b2b252b, net.minecraftforge.oredict.OreIngredient@70f2ad1e, net.minecraftforge.oredict.OreIngredient@761ddf1d, net.minecraftforge.oredict.OreIngredient@70f2ad1e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1613 immersiveengineering:conveyors/conveyor_basic RecipeStage{tier='three', recipe=8xtile.immersiveengineering.conveyor@0:[net.minecraftforge.oredict.OreIngredient@57eea70, net.minecraftforge.oredict.OreIngredient@57eea70, net.minecraftforge.oredict.OreIngredient@57eea70, net.minecraftforge.oredict.OreIngredient@70f2ad1e, net.minecraftforge.oredict.OreIngredient@761ddf1d, net.minecraftforge.oredict.OreIngredient@70f2ad1e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1614 immersiveengineering:conveyors/chute_steel RecipeStage{tier='three', recipe=12xtile.immersiveengineering.conveyor@0:[net.minecraftforge.oredict.OreIngredient@484142e6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@484142e6, net.minecraftforge.oredict.OreIngredient@484142e6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@484142e6, net.minecraftforge.oredict.OreIngredient@484142e6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@484142e6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1615 immersiveengineering:conveyors/chute_iron RecipeStage{tier='three', recipe=12xtile.immersiveengineering.conveyor@0:[net.minecraftforge.oredict.OreIngredient@6b7f9ec9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6b7f9ec9, net.minecraftforge.oredict.OreIngredient@6b7f9ec9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6b7f9ec9, net.minecraftforge.oredict.OreIngredient@6b7f9ec9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6b7f9ec9]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1616 immersiveengineering:conveyors/chute_copper RecipeStage{tier='three', recipe=12xtile.immersiveengineering.conveyor@0:[net.minecraftforge.oredict.OreIngredient@73338cc5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@73338cc5, net.minecraftforge.oredict.OreIngredient@73338cc5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@73338cc5, net.minecraftforge.oredict.OreIngredient@73338cc5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@73338cc5]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1617 immersiveengineering:conveyors/chute_aluminum RecipeStage{tier='three', recipe=12xtile.immersiveengineering.conveyor@0:[net.minecraftforge.oredict.OreIngredient@60a8a2e0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@60a8a2e0, net.minecraftforge.oredict.OreIngredient@60a8a2e0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@60a8a2e0, net.minecraftforge.oredict.OreIngredient@60a8a2e0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@60a8a2e0]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1618 immersiveengineering:connectors/transformer_hv RecipeStage{tier='three', recipe=1xtile.immersiveengineering.connector@8:[net.minecraft.item.crafting.Ingredient@20a514f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5420a95c, net.minecraftforge.oredict.OreIngredient@70f2ad1e, net.minecraft.item.crafting.Ingredient@552544b1, net.minecraftforge.oredict.OreIngredient@70f2ad1e, net.minecraftforge.oredict.OreIngredient@70f2ad1e, net.minecraftforge.oredict.OreIngredient@70f2ad1e, net.minecraftforge.oredict.OreIngredient@70f2ad1e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1619 immersiveengineering:connectors/transformer RecipeStage{tier='three', recipe=1xtile.immersiveengineering.connector@7:[net.minecraft.item.crafting.Ingredient@576e12da, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6c456f4, net.minecraftforge.oredict.OreIngredient@70f2ad1e, net.minecraft.item.crafting.Ingredient@609eef24, net.minecraftforge.oredict.OreIngredient@70f2ad1e, net.minecraftforge.oredict.OreIngredient@70f2ad1e, net.minecraftforge.oredict.OreIngredient@70f2ad1e, net.minecraftforge.oredict.OreIngredient@70f2ad1e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1620 immersiveengineering:connectors/relay_mv RecipeStage{tier='three', recipe=8xtile.immersiveengineering.connector@3:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@70f2ad1e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@db1969c, net.minecraftforge.oredict.OreIngredient@70f2ad1e, net.minecraft.item.crafting.Ingredient@db1969c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1621 immersiveengineering:connectors/relay_lv RecipeStage{tier='three', recipe=8xtile.immersiveengineering.connector@1:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@738cc5af, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@536e8486, net.minecraftforge.oredict.OreIngredient@738cc5af, net.minecraft.item.crafting.Ingredient@536e8486]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1622 immersiveengineering:connectors/relay_hv RecipeStage{tier='three', recipe=8xtile.immersiveengineering.connector@5:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7e2973a2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1a4a5abd, net.minecraftforge.oredict.OreIngredient@7e2973a2, net.minecraft.item.crafting.Ingredient@1a4a5abd, net.minecraft.item.crafting.Ingredient@1a4a5abd, net.minecraftforge.oredict.OreIngredient@7e2973a2, net.minecraft.item.crafting.Ingredient@1a4a5abd]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1623 immersiveengineering:connectors/redstone_breaker RecipeStage{tier='three', recipe=1xtile.immersiveengineering.connector@10:[net.minecraft.item.crafting.Ingredient@34609575, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@34609575, net.minecraftforge.oredict.OreIngredient@70f2ad1e, net.minecraft.item.crafting.Ingredient@34adee44, net.minecraftforge.oredict.OreIngredient@70f2ad1e, net.minecraftforge.oredict.OreIngredient@70f2ad1e, net.minecraftforge.oredict.OreIngredient@761ddf1d, net.minecraftforge.oredict.OreIngredient@70f2ad1e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1624 immersiveengineering:connectors/current_transformer RecipeStage{tier='three', recipe=1xtile.immersiveengineering.connector@11:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2dccb7f0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7aaa42f1, net.minecraft.item.crafting.Ingredient@52928a84, net.minecraft.item.crafting.Ingredient@7aaa42f1, net.minecraftforge.oredict.OreIngredient@70f2ad1e, net.minecraft.item.crafting.Ingredient@52928a84, net.minecraftforge.oredict.OreIngredient@70f2ad1e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1625 immersiveengineering:connectors/connector_structural RecipeStage{tier='three', recipe=8xtile.immersiveengineering.connector@6:[net.minecraftforge.oredict.OreIngredient@75058994, net.minecraftforge.oredict.OreIngredient@66d3ed3f, net.minecraftforge.oredict.OreIngredient@75058994, net.minecraftforge.oredict.OreIngredient@75058994, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@75058994]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1626 immersiveengineering:connectors/connector_redstone RecipeStage{tier='three', recipe=4xtile.immersiveengineering.connector@12:[net.minecraftforge.oredict.OreIngredient@5cee8a62, net.minecraftforge.oredict.OreIngredient@5cee8a62, net.minecraftforge.oredict.OreIngredient@5cee8a62, net.minecraft.item.crafting.Ingredient@6606faf2, net.minecraftforge.oredict.OreIngredient@761ddf1d, net.minecraft.item.crafting.Ingredient@6606faf2]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1627 immersiveengineering:connectors/connector_probe RecipeStage{tier='three', recipe=1xtile.immersiveengineering.connector@13:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@52a6f71e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@18890910, net.minecraft.item.crafting.Ingredient@65d78fa7, net.minecraftforge.oredict.OreIngredient@18890910, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3abb326c, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1628 immersiveengineering:connectors/connector_mv RecipeStage{tier='three', recipe=4xtile.immersiveengineering.connector@2:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@70f2ad1e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@c217870, net.minecraftforge.oredict.OreIngredient@70f2ad1e, net.minecraft.item.crafting.Ingredient@c217870, net.minecraft.item.crafting.Ingredient@c217870, net.minecraftforge.oredict.OreIngredient@70f2ad1e, net.minecraft.item.crafting.Ingredient@c217870]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1629 immersiveengineering:connectors/connector_lv RecipeStage{tier='three', recipe=4xtile.immersiveengineering.connector@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@738cc5af, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7883cdbf, net.minecraftforge.oredict.OreIngredient@738cc5af, net.minecraft.item.crafting.Ingredient@7883cdbf, net.minecraft.item.crafting.Ingredient@7883cdbf, net.minecraftforge.oredict.OreIngredient@738cc5af, net.minecraft.item.crafting.Ingredient@7883cdbf]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1630 immersiveengineering:connectors/connector_hv RecipeStage{tier='three', recipe=4xtile.immersiveengineering.connector@4:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7e2973a2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@f54cef1, net.minecraftforge.oredict.OreIngredient@7e2973a2, net.minecraft.item.crafting.Ingredient@f54cef1, net.minecraft.item.crafting.Ingredient@f54cef1, net.minecraftforge.oredict.OreIngredient@7e2973a2, net.minecraft.item.crafting.Ingredient@f54cef1]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1631 immersiveengineering:connectors/breaker_switch RecipeStage{tier='three', recipe=1xtile.immersiveengineering.connector@9:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6e8527ea, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2be4e250, net.minecraftforge.oredict.OreIngredient@738cc5af, net.minecraft.item.crafting.Ingredient@2be4e250]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1632 immersiveengineering:cloth_devices/strip_curtain RecipeStage{tier='three', recipe=3xtile.immersiveengineering.cloth_device@2:[net.minecraftforge.common.crafting.CompoundIngredient@66e6c263, net.minecraftforge.common.crafting.CompoundIngredient@66e6c263, net.minecraftforge.common.crafting.CompoundIngredient@66e6c263, net.minecraftforge.oredict.OreIngredient@306af98c, net.minecraftforge.oredict.OreIngredient@306af98c, net.minecraftforge.oredict.OreIngredient@306af98c, net.minecraftforge.oredict.OreIngredient@306af98c, net.minecraftforge.oredict.OreIngredient@306af98c, net.minecraftforge.oredict.OreIngredient@306af98c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1633 immersiveengineering:cloth_devices/jump_cushion RecipeStage{tier='three', recipe=3xtile.immersiveengineering.cloth_device@0:[net.minecraftforge.oredict.OreIngredient@306af98c, net.minecraftforge.oredict.OreIngredient@306af98c, net.minecraftforge.oredict.OreIngredient@306af98c, net.minecraftforge.oredict.OreIngredient@306af98c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@306af98c, net.minecraftforge.oredict.OreIngredient@306af98c, net.minecraftforge.oredict.OreIngredient@306af98c, net.minecraftforge.oredict.OreIngredient@306af98c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1634 immersiveengineering:cloth_devices/balloon RecipeStage{tier='three', recipe=2xtile.immersiveengineering.cloth_device@1:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@306af98c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@306af98c, net.minecraftforge.oredict.OreIngredient@37a41082, net.minecraftforge.oredict.OreIngredient@306af98c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@26b9f5bd, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1635 immersiveengineering:blueprints/molds RecipeStage{tier='three', recipe=1xitem.immersiveengineering.blueprint@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2480e63, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7501ef7e, net.minecraftforge.oredict.OreIngredient@7501ef7e, net.minecraftforge.oredict.OreIngredient@7501ef7e, net.minecraft.item.crafting.Ingredient@bf7eb01, net.minecraft.item.crafting.Ingredient@bf7eb01, net.minecraft.item.crafting.Ingredient@bf7eb01]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1636 immersiveengineering:blueprints/components RecipeStage{tier='three', recipe=1xitem.immersiveengineering.blueprint@0:[net.minecraftforge.oredict.OreIngredient@738cc5af, net.minecraftforge.oredict.OreIngredient@7e2973a2, net.minecraftforge.oredict.OreIngredient@70f2ad1e, net.minecraftforge.oredict.OreIngredient@7501ef7e, net.minecraftforge.oredict.OreIngredient@7501ef7e, net.minecraftforge.oredict.OreIngredient@7501ef7e, net.minecraft.item.crafting.Ingredient@4649fa0c, net.minecraft.item.crafting.Ingredient@4649fa0c, net.minecraft.item.crafting.Ingredient@4649fa0c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1637 immersiveengineering:blueprints/common_cartridges RecipeStage{tier='three', recipe=1xitem.immersiveengineering.blueprint@0:[net.minecraft.item.crafting.Ingredient@776098f3, net.minecraftforge.oredict.OreIngredient@738cc5af, net.minecraft.item.crafting.Ingredient@1fce8e84, net.minecraftforge.oredict.OreIngredient@7501ef7e, net.minecraftforge.oredict.OreIngredient@7501ef7e, net.minecraftforge.oredict.OreIngredient@7501ef7e, net.minecraft.item.crafting.Ingredient@3dfd0a70, net.minecraft.item.crafting.Ingredient@3dfd0a70, net.minecraft.item.crafting.Ingredient@3dfd0a70]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1638 immersiveengineering:armor/steel_legs RecipeStage{tier='three', recipe=1xitem.immersiveengineering.steel_armor_legs@0:[net.minecraftforge.oredict.OreIngredient@2480e63, net.minecraftforge.oredict.OreIngredient@2480e63, net.minecraftforge.oredict.OreIngredient@2480e63, net.minecraftforge.oredict.OreIngredient@2480e63, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2480e63, net.minecraftforge.oredict.OreIngredient@2480e63, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2480e63]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1639 immersiveengineering:armor/steel_helm RecipeStage{tier='three', recipe=1xitem.immersiveengineering.steel_armor_head@0:[net.minecraftforge.oredict.OreIngredient@2480e63, net.minecraftforge.oredict.OreIngredient@2480e63, net.minecraftforge.oredict.OreIngredient@2480e63, net.minecraftforge.oredict.OreIngredient@2480e63, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2480e63]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1640 immersiveengineering:armor/steel_chest RecipeStage{tier='three', recipe=1xitem.immersiveengineering.steel_armor_chest@0:[net.minecraftforge.oredict.OreIngredient@2480e63, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2480e63, net.minecraftforge.oredict.OreIngredient@2480e63, net.minecraftforge.oredict.OreIngredient@2480e63, net.minecraftforge.oredict.OreIngredient@2480e63, net.minecraftforge.oredict.OreIngredient@2480e63, net.minecraftforge.oredict.OreIngredient@2480e63, net.minecraftforge.oredict.OreIngredient@2480e63]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1641 immersiveengineering:armor/steel_boots RecipeStage{tier='three', recipe=1xitem.immersiveengineering.steel_armor_feet@0:[net.minecraftforge.oredict.OreIngredient@2480e63, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2480e63, net.minecraftforge.oredict.OreIngredient@2480e63, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2480e63]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1642 immersiveengineering:armor/powerpack RecipeStage{tier='three', recipe=1xitem.immersiveengineering.powerpack@0:[net.minecraftforge.oredict.OreIngredient@57eea70, net.minecraft.item.crafting.Ingredient@62601684, net.minecraftforge.oredict.OreIngredient@57eea70, net.minecraft.item.crafting.Ingredient@67950046, net.minecraft.item.crafting.Ingredient@6bbbe7c7, net.minecraft.item.crafting.Ingredient@67950046]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1643 immersiveengineering:armor/faraday_legs RecipeStage{tier='three', recipe=1xitem.immersiveengineering.faraday_suit_legs@0:[net.minecraftforge.oredict.OreIngredient@5220ecc5, net.minecraftforge.oredict.OreIngredient@5220ecc5, net.minecraftforge.oredict.OreIngredient@5220ecc5, net.minecraftforge.oredict.OreIngredient@5220ecc5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5220ecc5, net.minecraftforge.oredict.OreIngredient@5220ecc5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5220ecc5]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1644 immersiveengineering:armor/faraday_helm RecipeStage{tier='three', recipe=1xitem.immersiveengineering.faraday_suit_head@0:[net.minecraftforge.oredict.OreIngredient@5220ecc5, net.minecraftforge.oredict.OreIngredient@5220ecc5, net.minecraftforge.oredict.OreIngredient@5220ecc5, net.minecraftforge.oredict.OreIngredient@5220ecc5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5220ecc5]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1645 immersiveengineering:armor/faraday_chest RecipeStage{tier='three', recipe=1xitem.immersiveengineering.faraday_suit_chest@0:[net.minecraftforge.oredict.OreIngredient@5220ecc5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5220ecc5, net.minecraftforge.oredict.OreIngredient@5220ecc5, net.minecraftforge.oredict.OreIngredient@5220ecc5, net.minecraftforge.oredict.OreIngredient@5220ecc5, net.minecraftforge.oredict.OreIngredient@5220ecc5, net.minecraftforge.oredict.OreIngredient@5220ecc5, net.minecraftforge.oredict.OreIngredient@5220ecc5]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1646 immersiveengineering:armor/faraday_boots RecipeStage{tier='three', recipe=1xitem.immersiveengineering.faraday_suit_feet@0:[net.minecraftforge.oredict.OreIngredient@5220ecc5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5220ecc5, net.minecraftforge.oredict.OreIngredient@5220ecc5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5220ecc5]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1647 immersiveengineering:armor/earmuffs RecipeStage{tier='three', recipe=1xitem.immersiveengineering.earmuffs@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6c990d3d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6c990d3d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6c990d3d, net.minecraft.item.crafting.Ingredient@63b6f346, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@63b6f346]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1649 buildcraftlib:guide_book RecipeStage{tier='three', recipe=1xitem.buildcraft.guide@0:[net.minecraftforge.oredict.OreIngredient@3bc0ce0, net.minecraft.item.crafting.Ingredient@7f513e65, net.minecraft.item.crafting.Ingredient@5d5fde4, net.minecraft.item.crafting.Ingredient@66ec3c00]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1650 buildcraftcore:wrench RecipeStage{tier='three', recipe=1xitem.wrenchItem@0:[net.minecraftforge.oredict.OreIngredient@d3a1b43, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@d3a1b43, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7cd41822, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@d3a1b43, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1654 buildcraftcore:marker_connector RecipeStage{tier='four', recipe=1xitem.markerConnector@0:[net.minecraft.item.crafting.Ingredient@54c3d3cc, net.minecraftforge.oredict.OreIngredient@2fba9ce6, net.minecraft.item.crafting.Ingredient@500fe1ea]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1661 mekanism:walkietalkie RecipeStage{tier='five', recipe=1xitem.WalkieTalkie@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@41614848, net.minecraftforge.oredict.OreIngredient@2785e981, net.minecraftforge.oredict.OreIngredient@6641f462, net.minecraftforge.oredict.OreIngredient@2785e981, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2785e981, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1662 mekanism:transmitter_6_alt_alt_alt RecipeStage{tier='five', recipe=8xtile.Transmitter@6:[mekanism.common.recipe.MekanismIngredient@26875422, mekanism.common.recipe.MekanismIngredient@26875422, mekanism.common.recipe.MekanismIngredient@26875422, mekanism.common.recipe.MekanismIngredient@26875422, net.minecraftforge.oredict.OreIngredient@77ee303, mekanism.common.recipe.MekanismIngredient@26875422, mekanism.common.recipe.MekanismIngredient@26875422, mekanism.common.recipe.MekanismIngredient@26875422, mekanism.common.recipe.MekanismIngredient@26875422]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1663 mekanism:transmitter_6_alt_alt RecipeStage{tier='five', recipe=8xtile.Transmitter@6:[mekanism.common.recipe.MekanismIngredient@38d06fbc, mekanism.common.recipe.MekanismIngredient@38d06fbc, mekanism.common.recipe.MekanismIngredient@38d06fbc, mekanism.common.recipe.MekanismIngredient@38d06fbc, net.minecraftforge.oredict.OreIngredient@2078a9f8, mekanism.common.recipe.MekanismIngredient@38d06fbc, mekanism.common.recipe.MekanismIngredient@38d06fbc, mekanism.common.recipe.MekanismIngredient@38d06fbc, mekanism.common.recipe.MekanismIngredient@38d06fbc]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1664 mekanism:transmitter_6_alt RecipeStage{tier='five', recipe=8xtile.Transmitter@6:[mekanism.common.recipe.MekanismIngredient@3f5a5524, mekanism.common.recipe.MekanismIngredient@3f5a5524, mekanism.common.recipe.MekanismIngredient@3f5a5524, mekanism.common.recipe.MekanismIngredient@3f5a5524, net.minecraftforge.oredict.OreIngredient@43a503a9, mekanism.common.recipe.MekanismIngredient@3f5a5524, mekanism.common.recipe.MekanismIngredient@3f5a5524, mekanism.common.recipe.MekanismIngredient@3f5a5524, mekanism.common.recipe.MekanismIngredient@3f5a5524]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1665 mekanism:transmitter_6 RecipeStage{tier='five', recipe=8xtile.Transmitter@6:[net.minecraftforge.oredict.OreIngredient@3258ecdd, net.minecraftforge.oredict.OreIngredient@7253787b, net.minecraftforge.oredict.OreIngredient@3258ecdd]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1666 mekanism:transmitter_5 RecipeStage{tier='five', recipe=2xtile.Transmitter@5:[net.minecraftforge.oredict.OreIngredient@7760ff8e, net.minecraftforge.oredict.OreIngredient@7760ff8e, net.minecraftforge.oredict.OreIngredient@7760ff8e, net.minecraftforge.oredict.OreIngredient@20882fb2, net.minecraft.item.crafting.Ingredient@5c7fec4b, net.minecraftforge.oredict.OreIngredient@20882fb2, net.minecraftforge.oredict.OreIngredient@7760ff8e, net.minecraftforge.oredict.OreIngredient@7760ff8e, net.minecraftforge.oredict.OreIngredient@7760ff8e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1667 mekanism:transmitter_4 RecipeStage{tier='five', recipe=2xtile.Transmitter@4:[net.minecraftforge.oredict.OreIngredient@1bcdddae, net.minecraft.item.crafting.Ingredient@4263d0c9, net.minecraftforge.oredict.OreIngredient@1bcdddae]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1668 mekanism:transmitter_3_alt_alt_alt RecipeStage{tier='five', recipe=8xtile.Transmitter@3:[mekanism.common.recipe.MekanismIngredient@94a60e5, mekanism.common.recipe.MekanismIngredient@94a60e5, mekanism.common.recipe.MekanismIngredient@94a60e5, mekanism.common.recipe.MekanismIngredient@94a60e5, net.minecraftforge.oredict.OreIngredient@6406d7b3, mekanism.common.recipe.MekanismIngredient@94a60e5, mekanism.common.recipe.MekanismIngredient@94a60e5, mekanism.common.recipe.MekanismIngredient@94a60e5, mekanism.common.recipe.MekanismIngredient@94a60e5]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1669 mekanism:transmitter_3_alt_alt RecipeStage{tier='five', recipe=8xtile.Transmitter@3:[mekanism.common.recipe.MekanismIngredient@7cadbea6, mekanism.common.recipe.MekanismIngredient@7cadbea6, mekanism.common.recipe.MekanismIngredient@7cadbea6, mekanism.common.recipe.MekanismIngredient@7cadbea6, net.minecraftforge.oredict.OreIngredient@16bd8203, mekanism.common.recipe.MekanismIngredient@7cadbea6, mekanism.common.recipe.MekanismIngredient@7cadbea6, mekanism.common.recipe.MekanismIngredient@7cadbea6, mekanism.common.recipe.MekanismIngredient@7cadbea6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1670 mekanism:transmitter_3_alt RecipeStage{tier='five', recipe=8xtile.Transmitter@3:[mekanism.common.recipe.MekanismIngredient@a7e570f, mekanism.common.recipe.MekanismIngredient@a7e570f, mekanism.common.recipe.MekanismIngredient@a7e570f, mekanism.common.recipe.MekanismIngredient@a7e570f, net.minecraftforge.oredict.OreIngredient@6e647bbe, mekanism.common.recipe.MekanismIngredient@a7e570f, mekanism.common.recipe.MekanismIngredient@a7e570f, mekanism.common.recipe.MekanismIngredient@a7e570f, mekanism.common.recipe.MekanismIngredient@a7e570f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1671 mekanism:transmitter_3 RecipeStage{tier='five', recipe=8xtile.Transmitter@3:[net.minecraftforge.oredict.OreIngredient@18e73a83, net.minecraftforge.oredict.OreIngredient@6641f462, net.minecraftforge.oredict.OreIngredient@18e73a83]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1672 mekanism:transmitter_2_alt_alt_alt RecipeStage{tier='five', recipe=8xtile.Transmitter@2:[mekanism.common.recipe.MekanismIngredient@4bbf1eff, mekanism.common.recipe.MekanismIngredient@4bbf1eff, mekanism.common.recipe.MekanismIngredient@4bbf1eff, mekanism.common.recipe.MekanismIngredient@4bbf1eff, net.minecraftforge.oredict.OreIngredient@427ba5e6, mekanism.common.recipe.MekanismIngredient@4bbf1eff, mekanism.common.recipe.MekanismIngredient@4bbf1eff, mekanism.common.recipe.MekanismIngredient@4bbf1eff, mekanism.common.recipe.MekanismIngredient@4bbf1eff]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1673 mekanism:transmitter_2_alt_alt RecipeStage{tier='five', recipe=8xtile.Transmitter@2:[mekanism.common.recipe.MekanismIngredient@467ff47d, mekanism.common.recipe.MekanismIngredient@467ff47d, mekanism.common.recipe.MekanismIngredient@467ff47d, mekanism.common.recipe.MekanismIngredient@467ff47d, net.minecraftforge.oredict.OreIngredient@5fdead60, mekanism.common.recipe.MekanismIngredient@467ff47d, mekanism.common.recipe.MekanismIngredient@467ff47d, mekanism.common.recipe.MekanismIngredient@467ff47d, mekanism.common.recipe.MekanismIngredient@467ff47d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1674 mekanism:transmitter_2_alt RecipeStage{tier='five', recipe=8xtile.Transmitter@2:[mekanism.common.recipe.MekanismIngredient@1477b59f, mekanism.common.recipe.MekanismIngredient@1477b59f, mekanism.common.recipe.MekanismIngredient@1477b59f, mekanism.common.recipe.MekanismIngredient@1477b59f, net.minecraftforge.oredict.OreIngredient@9558c1d, mekanism.common.recipe.MekanismIngredient@1477b59f, mekanism.common.recipe.MekanismIngredient@1477b59f, mekanism.common.recipe.MekanismIngredient@1477b59f, mekanism.common.recipe.MekanismIngredient@1477b59f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1675 mekanism:transmitter_2 RecipeStage{tier='five', recipe=8xtile.Transmitter@2:[net.minecraftforge.oredict.OreIngredient@57bbf558, net.minecraftforge.oredict.OreIngredient@f490643, net.minecraftforge.oredict.OreIngredient@57bbf558]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1676 mekanism:transmitter_1_alt_alt_alt RecipeStage{tier='five', recipe=8xtile.Transmitter@1:[mekanism.common.recipe.MekanismIngredient@1f3bfbc, mekanism.common.recipe.MekanismIngredient@1f3bfbc, mekanism.common.recipe.MekanismIngredient@1f3bfbc, mekanism.common.recipe.MekanismIngredient@1f3bfbc, net.minecraftforge.oredict.OreIngredient@7dce8e52, mekanism.common.recipe.MekanismIngredient@1f3bfbc, mekanism.common.recipe.MekanismIngredient@1f3bfbc, mekanism.common.recipe.MekanismIngredient@1f3bfbc, mekanism.common.recipe.MekanismIngredient@1f3bfbc]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1677 mekanism:transmitter_1_alt_alt RecipeStage{tier='five', recipe=8xtile.Transmitter@1:[mekanism.common.recipe.MekanismIngredient@34123e6, mekanism.common.recipe.MekanismIngredient@34123e6, mekanism.common.recipe.MekanismIngredient@34123e6, mekanism.common.recipe.MekanismIngredient@34123e6, net.minecraftforge.oredict.OreIngredient@559dfaa9, mekanism.common.recipe.MekanismIngredient@34123e6, mekanism.common.recipe.MekanismIngredient@34123e6, mekanism.common.recipe.MekanismIngredient@34123e6, mekanism.common.recipe.MekanismIngredient@34123e6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1678 mekanism:transmitter_1_alt RecipeStage{tier='five', recipe=8xtile.Transmitter@1:[mekanism.common.recipe.MekanismIngredient@17a404e2, mekanism.common.recipe.MekanismIngredient@17a404e2, mekanism.common.recipe.MekanismIngredient@17a404e2, mekanism.common.recipe.MekanismIngredient@17a404e2, net.minecraftforge.oredict.OreIngredient@524e49d0, mekanism.common.recipe.MekanismIngredient@17a404e2, mekanism.common.recipe.MekanismIngredient@17a404e2, mekanism.common.recipe.MekanismIngredient@17a404e2, mekanism.common.recipe.MekanismIngredient@17a404e2]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1679 mekanism:transmitter_1 RecipeStage{tier='five', recipe=8xtile.Transmitter@1:[net.minecraftforge.oredict.OreIngredient@6a137518, net.minecraft.item.crafting.Ingredient@68722446, net.minecraftforge.oredict.OreIngredient@6a137518]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1680 mekanism:transmitter_0_alt_alt_alt RecipeStage{tier='five', recipe=8xtile.Transmitter@0:[mekanism.common.recipe.MekanismIngredient@c71e04a, mekanism.common.recipe.MekanismIngredient@c71e04a, mekanism.common.recipe.MekanismIngredient@c71e04a, mekanism.common.recipe.MekanismIngredient@c71e04a, net.minecraftforge.oredict.OreIngredient@71978519, mekanism.common.recipe.MekanismIngredient@c71e04a, mekanism.common.recipe.MekanismIngredient@c71e04a, mekanism.common.recipe.MekanismIngredient@c71e04a, mekanism.common.recipe.MekanismIngredient@c71e04a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1681 mekanism:transmitter_0_alt_alt RecipeStage{tier='five', recipe=8xtile.Transmitter@0:[mekanism.common.recipe.MekanismIngredient@4405b532, mekanism.common.recipe.MekanismIngredient@4405b532, mekanism.common.recipe.MekanismIngredient@4405b532, mekanism.common.recipe.MekanismIngredient@4405b532, net.minecraftforge.oredict.OreIngredient@71329af8, mekanism.common.recipe.MekanismIngredient@4405b532, mekanism.common.recipe.MekanismIngredient@4405b532, mekanism.common.recipe.MekanismIngredient@4405b532, mekanism.common.recipe.MekanismIngredient@4405b532]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1682 mekanism:transmitter_0_alt RecipeStage{tier='five', recipe=8xtile.Transmitter@0:[mekanism.common.recipe.MekanismIngredient@1245a2b3, mekanism.common.recipe.MekanismIngredient@1245a2b3, mekanism.common.recipe.MekanismIngredient@1245a2b3, mekanism.common.recipe.MekanismIngredient@1245a2b3, net.minecraftforge.oredict.OreIngredient@2f25c5eb, mekanism.common.recipe.MekanismIngredient@1245a2b3, mekanism.common.recipe.MekanismIngredient@1245a2b3, mekanism.common.recipe.MekanismIngredient@1245a2b3, mekanism.common.recipe.MekanismIngredient@1245a2b3]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1683 mekanism:transmitter_0 RecipeStage{tier='five', recipe=8xtile.Transmitter@0:[net.minecraftforge.oredict.OreIngredient@11344e70, net.minecraftforge.oredict.OreIngredient@71c263fc, net.minecraftforge.oredict.OreIngredient@11344e70]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1684 mekanism:tierinstaller_3 RecipeStage{tier='five', recipe=1xitem.TierInstaller@3:[net.minecraftforge.oredict.OreIngredient@4cf75f2, net.minecraftforge.oredict.OreIngredient@303ad71e, net.minecraftforge.oredict.OreIngredient@4cf75f2, net.minecraftforge.oredict.OreIngredient@5c57716e, net.minecraftforge.oredict.OreIngredient@2c50838e, net.minecraftforge.oredict.OreIngredient@5c57716e, net.minecraftforge.oredict.OreIngredient@4cf75f2, net.minecraftforge.oredict.OreIngredient@303ad71e, net.minecraftforge.oredict.OreIngredient@4cf75f2]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1685 mekanism:tierinstaller_2 RecipeStage{tier='five', recipe=1xitem.TierInstaller@2:[net.minecraftforge.oredict.OreIngredient@74963975, net.minecraftforge.oredict.OreIngredient@5931dabe, net.minecraftforge.oredict.OreIngredient@74963975, net.minecraftforge.oredict.OreIngredient@6e28348, net.minecraftforge.oredict.OreIngredient@77e631d3, net.minecraftforge.oredict.OreIngredient@6e28348, net.minecraftforge.oredict.OreIngredient@74963975, net.minecraftforge.oredict.OreIngredient@5931dabe, net.minecraftforge.oredict.OreIngredient@74963975]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1686 mekanism:tierinstaller_1 RecipeStage{tier='five', recipe=1xitem.TierInstaller@1:[net.minecraftforge.oredict.OreIngredient@2eecafaa, net.minecraftforge.oredict.OreIngredient@570ad57f, net.minecraftforge.oredict.OreIngredient@2eecafaa, net.minecraftforge.oredict.OreIngredient@2d2f230e, net.minecraftforge.oredict.OreIngredient@1507d64f, net.minecraftforge.oredict.OreIngredient@2d2f230e, net.minecraftforge.oredict.OreIngredient@2eecafaa, net.minecraftforge.oredict.OreIngredient@570ad57f, net.minecraftforge.oredict.OreIngredient@2eecafaa]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1687 mekanism:tierinstaller_0 RecipeStage{tier='five', recipe=1xitem.TierInstaller@0:[net.minecraftforge.oredict.OreIngredient@622f578b, net.minecraftforge.oredict.OreIngredient@6641f462, net.minecraftforge.oredict.OreIngredient@622f578b, net.minecraftforge.oredict.OreIngredient@7a496f41, net.minecraftforge.oredict.OreIngredient@76fdc457, net.minecraftforge.oredict.OreIngredient@7a496f41, net.minecraftforge.oredict.OreIngredient@622f578b, net.minecraftforge.oredict.OreIngredient@6641f462, net.minecraftforge.oredict.OreIngredient@622f578b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1688 mekanism:teleportationcore RecipeStage{tier='five', recipe=1xitem.TeleportationCore@0:[net.minecraft.item.crafting.Ingredient@4231efd0, net.minecraft.item.crafting.Ingredient@1c34b474, net.minecraft.item.crafting.Ingredient@4231efd0, net.minecraftforge.oredict.OreIngredient@583228e7, net.minecraft.item.crafting.Ingredient@67ff9eb1, net.minecraftforge.oredict.OreIngredient@583228e7, net.minecraft.item.crafting.Ingredient@4231efd0, net.minecraft.item.crafting.Ingredient@1c34b474, net.minecraft.item.crafting.Ingredient@4231efd0]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1689 mekanism:speedupgrade RecipeStage{tier='five', recipe=1xitem.SpeedUpgrade@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@77ac17ad, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@64303b4d, net.minecraftforge.oredict.OreIngredient@6408cbe9, net.minecraft.item.crafting.Ingredient@64303b4d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@77ac17ad, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1690 mekanism:slickplasticblock_9_alt RecipeStage{tier='five', recipe=4xtile.SlickPlasticBlock@9:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1e2d6d90, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1e2d6d90, net.minecraftforge.oredict.OreIngredient@5b245184, net.minecraft.item.crafting.Ingredient@1e2d6d90, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1e2d6d90, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1691 mekanism:slickplasticblock_9 RecipeStage{tier='five', recipe=4xtile.SlickPlasticBlock@9:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5b309541, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5b309541, net.minecraftforge.oredict.OreIngredient@3a0a8106, net.minecraft.item.crafting.Ingredient@5b309541, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5b309541, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1692 mekanism:slickplasticblock_8_alt RecipeStage{tier='five', recipe=4xtile.SlickPlasticBlock@8:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5b73af97, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5b73af97, net.minecraftforge.oredict.OreIngredient@3cf59311, net.minecraft.item.crafting.Ingredient@5b73af97, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5b73af97, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1693 mekanism:slickplasticblock_8 RecipeStage{tier='five', recipe=4xtile.SlickPlasticBlock@8:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1da7d1bb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1da7d1bb, net.minecraftforge.oredict.OreIngredient@346a8012, net.minecraft.item.crafting.Ingredient@1da7d1bb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1da7d1bb, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1694 mekanism:slickplasticblock_7_alt RecipeStage{tier='five', recipe=4xtile.SlickPlasticBlock@7:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@792190ef, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@792190ef, net.minecraftforge.oredict.OreIngredient@19bdae96, net.minecraft.item.crafting.Ingredient@792190ef, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@792190ef, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1695 mekanism:slickplasticblock_7 RecipeStage{tier='five', recipe=4xtile.SlickPlasticBlock@7:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@729706dd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@729706dd, net.minecraftforge.oredict.OreIngredient@15f350f6, net.minecraft.item.crafting.Ingredient@729706dd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@729706dd, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1696 mekanism:slickplasticblock_6_alt RecipeStage{tier='five', recipe=4xtile.SlickPlasticBlock@6:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3fdcd51f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3fdcd51f, net.minecraftforge.oredict.OreIngredient@46b4ae68, net.minecraft.item.crafting.Ingredient@3fdcd51f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3fdcd51f, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1697 mekanism:slickplasticblock_6 RecipeStage{tier='five', recipe=4xtile.SlickPlasticBlock@6:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6cc5ae4e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6cc5ae4e, net.minecraftforge.oredict.OreIngredient@7ffc477e, net.minecraft.item.crafting.Ingredient@6cc5ae4e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6cc5ae4e, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1698 mekanism:slickplasticblock_5_alt RecipeStage{tier='five', recipe=4xtile.SlickPlasticBlock@5:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@105169f3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@105169f3, net.minecraftforge.oredict.OreIngredient@2ffbf115, net.minecraft.item.crafting.Ingredient@105169f3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@105169f3, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1699 mekanism:slickplasticblock_5 RecipeStage{tier='five', recipe=4xtile.SlickPlasticBlock@5:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3679cddf, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3679cddf, net.minecraftforge.oredict.OreIngredient@16112693, net.minecraft.item.crafting.Ingredient@3679cddf, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3679cddf, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1700 mekanism:slickplasticblock_4_alt RecipeStage{tier='five', recipe=4xtile.SlickPlasticBlock@4:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@45503858, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@45503858, net.minecraftforge.oredict.OreIngredient@566e12de, net.minecraft.item.crafting.Ingredient@45503858, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@45503858, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1701 mekanism:slickplasticblock_4 RecipeStage{tier='five', recipe=4xtile.SlickPlasticBlock@4:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@353dd74b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@353dd74b, net.minecraftforge.oredict.OreIngredient@62c367ec, net.minecraft.item.crafting.Ingredient@353dd74b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@353dd74b, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1702 mekanism:slickplasticblock_3_alt RecipeStage{tier='five', recipe=4xtile.SlickPlasticBlock@3:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@37b99478, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@37b99478, net.minecraftforge.oredict.OreIngredient@1c796ab2, net.minecraft.item.crafting.Ingredient@37b99478, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@37b99478, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1703 mekanism:slickplasticblock_3 RecipeStage{tier='five', recipe=4xtile.SlickPlasticBlock@3:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@bd7ba4a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@bd7ba4a, net.minecraftforge.oredict.OreIngredient@72e47d31, net.minecraft.item.crafting.Ingredient@bd7ba4a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@bd7ba4a, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1704 mekanism:slickplasticblock_2_alt RecipeStage{tier='five', recipe=4xtile.SlickPlasticBlock@2:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@644d30f9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@644d30f9, net.minecraftforge.oredict.OreIngredient@33df908b, net.minecraft.item.crafting.Ingredient@644d30f9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@644d30f9, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1705 mekanism:slickplasticblock_2 RecipeStage{tier='five', recipe=4xtile.SlickPlasticBlock@2:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5868b0bd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5868b0bd, net.minecraftforge.oredict.OreIngredient@5738a3a5, net.minecraft.item.crafting.Ingredient@5868b0bd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5868b0bd, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1706 mekanism:slickplasticblock_1_alt RecipeStage{tier='five', recipe=4xtile.SlickPlasticBlock@1:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6c066f58, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6c066f58, net.minecraftforge.oredict.OreIngredient@648ca025, net.minecraft.item.crafting.Ingredient@6c066f58, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6c066f58, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1707 mekanism:slickplasticblock_15_alt RecipeStage{tier='five', recipe=4xtile.SlickPlasticBlock@15:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@22078dc5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@22078dc5, net.minecraftforge.oredict.OreIngredient@4ca9b278, net.minecraft.item.crafting.Ingredient@22078dc5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@22078dc5, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1708 mekanism:slickplasticblock_15 RecipeStage{tier='five', recipe=4xtile.SlickPlasticBlock@15:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1264be20, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1264be20, net.minecraftforge.oredict.OreIngredient@40a3c9a, net.minecraft.item.crafting.Ingredient@1264be20, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1264be20, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1709 mekanism:slickplasticblock_14_alt RecipeStage{tier='five', recipe=4xtile.SlickPlasticBlock@14:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@462a76a3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@462a76a3, net.minecraftforge.oredict.OreIngredient@1c5e2191, net.minecraft.item.crafting.Ingredient@462a76a3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@462a76a3, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1710 mekanism:slickplasticblock_14 RecipeStage{tier='five', recipe=4xtile.SlickPlasticBlock@14:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@42178b7a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@42178b7a, net.minecraftforge.oredict.OreIngredient@1730bc71, net.minecraft.item.crafting.Ingredient@42178b7a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@42178b7a, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1711 mekanism:slickplasticblock_13_alt RecipeStage{tier='five', recipe=4xtile.SlickPlasticBlock@13:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@39bf5636, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@39bf5636, net.minecraftforge.oredict.OreIngredient@2f3af4ed, net.minecraft.item.crafting.Ingredient@39bf5636, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@39bf5636, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1712 mekanism:slickplasticblock_13 RecipeStage{tier='five', recipe=4xtile.SlickPlasticBlock@13:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7a220076, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7a220076, net.minecraftforge.oredict.OreIngredient@362415f5, net.minecraft.item.crafting.Ingredient@7a220076, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7a220076, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1713 mekanism:slickplasticblock_12_alt RecipeStage{tier='five', recipe=4xtile.SlickPlasticBlock@12:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@66149ff9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@66149ff9, net.minecraftforge.oredict.OreIngredient@6a05eb50, net.minecraft.item.crafting.Ingredient@66149ff9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@66149ff9, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1714 mekanism:slickplasticblock_12 RecipeStage{tier='five', recipe=4xtile.SlickPlasticBlock@12:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5bdf5780, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5bdf5780, net.minecraftforge.oredict.OreIngredient@1432fe90, net.minecraft.item.crafting.Ingredient@5bdf5780, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5bdf5780, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1715 mekanism:slickplasticblock_11_alt RecipeStage{tier='five', recipe=4xtile.SlickPlasticBlock@11:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@39aadec0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@39aadec0, net.minecraftforge.oredict.OreIngredient@64c50e11, net.minecraft.item.crafting.Ingredient@39aadec0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@39aadec0, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1716 mekanism:slickplasticblock_11 RecipeStage{tier='five', recipe=4xtile.SlickPlasticBlock@11:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@77c064c6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@77c064c6, net.minecraftforge.oredict.OreIngredient@1c3c1acf, net.minecraft.item.crafting.Ingredient@77c064c6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@77c064c6, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1717 mekanism:slickplasticblock_10_alt RecipeStage{tier='five', recipe=4xtile.SlickPlasticBlock@10:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@673cb944, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@673cb944, net.minecraftforge.oredict.OreIngredient@77ee398c, net.minecraft.item.crafting.Ingredient@673cb944, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@673cb944, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1718 mekanism:slickplasticblock_10 RecipeStage{tier='five', recipe=4xtile.SlickPlasticBlock@10:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@12364657, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@12364657, net.minecraftforge.oredict.OreIngredient@5fc7b501, net.minecraft.item.crafting.Ingredient@12364657, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@12364657, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1719 mekanism:slickplasticblock_1 RecipeStage{tier='five', recipe=4xtile.SlickPlasticBlock@1:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3c53746e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3c53746e, net.minecraftforge.oredict.OreIngredient@6f00e154, net.minecraft.item.crafting.Ingredient@3c53746e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3c53746e, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1720 mekanism:slickplasticblock_0_alt RecipeStage{tier='five', recipe=4xtile.SlickPlasticBlock@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@273d95f0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@273d95f0, net.minecraftforge.oredict.OreIngredient@4beb0651, net.minecraft.item.crafting.Ingredient@273d95f0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@273d95f0, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1721 mekanism:slickplasticblock_0 RecipeStage{tier='five', recipe=4xtile.SlickPlasticBlock@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@b7c7770, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@b7c7770, net.minecraftforge.oredict.OreIngredient@227ec7ca, net.minecraft.item.crafting.Ingredient@b7c7770, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@b7c7770, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1722 mekanism:seismicreader RecipeStage{tier='five', recipe=1xitem.SeismicReader@0:[net.minecraftforge.oredict.OreIngredient@3f839e3e, net.minecraft.item.crafting.Ingredient@5632611f, net.minecraftforge.oredict.OreIngredient@3f839e3e, net.minecraftforge.oredict.OreIngredient@3f839e3e, net.minecraft.item.crafting.Ingredient@40a00429, net.minecraftforge.oredict.OreIngredient@3f839e3e, net.minecraftforge.oredict.OreIngredient@3f839e3e, net.minecraftforge.oredict.OreIngredient@3f839e3e, net.minecraftforge.oredict.OreIngredient@3f839e3e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1723 mekanism:scubatank RecipeStage{tier='five', recipe=1xitem.ScubaTank@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6641f462, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@37047b24, mekanism.common.recipe.MekanismIngredient@792ed9a4, net.minecraft.item.crafting.Ingredient@37047b24, net.minecraftforge.oredict.OreIngredient@6078e565, net.minecraftforge.oredict.OreIngredient@6078e565, net.minecraftforge.oredict.OreIngredient@6078e565]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1725 mekanism:robit RecipeStage{tier='five', recipe=1xitem.Robit@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@53bcaa85, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4611f328, net.minecraft.item.crafting.Ingredient@4af1437a, net.minecraft.item.crafting.Ingredient@4611f328, net.minecraftforge.oredict.OreIngredient@18a9864a, net.minecraft.item.crafting.Ingredient@4c897440, net.minecraftforge.oredict.OreIngredient@18a9864a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1726 mekanism:roadplasticblock_9_alt RecipeStage{tier='five', recipe=4xtile.RoadPlasticBlock@9:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@452f1a34, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@452f1a34, net.minecraftforge.oredict.OreIngredient@ffb6fbd, net.minecraft.item.crafting.Ingredient@452f1a34, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@452f1a34, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1727 mekanism:roadplasticblock_9 RecipeStage{tier='five', recipe=3xtile.RoadPlasticBlock@9:[net.minecraft.item.crafting.Ingredient@6f2d21dd, net.minecraft.item.crafting.Ingredient@6f2d21dd, net.minecraft.item.crafting.Ingredient@6f2d21dd, net.minecraft.item.crafting.Ingredient@3ccd536, net.minecraft.item.crafting.Ingredient@3ccd536, net.minecraft.item.crafting.Ingredient@3ccd536, net.minecraft.item.crafting.Ingredient@6f2d21dd, net.minecraft.item.crafting.Ingredient@6f2d21dd, net.minecraft.item.crafting.Ingredient@6f2d21dd]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1728 mekanism:roadplasticblock_8_alt RecipeStage{tier='five', recipe=4xtile.RoadPlasticBlock@8:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2b222bc2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2b222bc2, net.minecraftforge.oredict.OreIngredient@3a06bcd4, net.minecraft.item.crafting.Ingredient@2b222bc2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2b222bc2, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1729 mekanism:roadplasticblock_8 RecipeStage{tier='five', recipe=3xtile.RoadPlasticBlock@8:[net.minecraft.item.crafting.Ingredient@57a550a8, net.minecraft.item.crafting.Ingredient@57a550a8, net.minecraft.item.crafting.Ingredient@57a550a8, net.minecraft.item.crafting.Ingredient@6a80c5ac, net.minecraft.item.crafting.Ingredient@6a80c5ac, net.minecraft.item.crafting.Ingredient@6a80c5ac, net.minecraft.item.crafting.Ingredient@57a550a8, net.minecraft.item.crafting.Ingredient@57a550a8, net.minecraft.item.crafting.Ingredient@57a550a8]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1730 mekanism:roadplasticblock_7_alt RecipeStage{tier='five', recipe=4xtile.RoadPlasticBlock@7:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4e976d3f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4e976d3f, net.minecraftforge.oredict.OreIngredient@3ad37809, net.minecraft.item.crafting.Ingredient@4e976d3f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4e976d3f, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1731 mekanism:roadplasticblock_7 RecipeStage{tier='five', recipe=3xtile.RoadPlasticBlock@7:[net.minecraft.item.crafting.Ingredient@5f7deefa, net.minecraft.item.crafting.Ingredient@5f7deefa, net.minecraft.item.crafting.Ingredient@5f7deefa, net.minecraft.item.crafting.Ingredient@a502339, net.minecraft.item.crafting.Ingredient@a502339, net.minecraft.item.crafting.Ingredient@a502339, net.minecraft.item.crafting.Ingredient@5f7deefa, net.minecraft.item.crafting.Ingredient@5f7deefa, net.minecraft.item.crafting.Ingredient@5f7deefa]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1732 mekanism:roadplasticblock_6_alt RecipeStage{tier='five', recipe=4xtile.RoadPlasticBlock@6:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4aa3ab91, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4aa3ab91, net.minecraftforge.oredict.OreIngredient@4cc15777, net.minecraft.item.crafting.Ingredient@4aa3ab91, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4aa3ab91, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1733 mekanism:roadplasticblock_6 RecipeStage{tier='five', recipe=3xtile.RoadPlasticBlock@6:[net.minecraft.item.crafting.Ingredient@a402998, net.minecraft.item.crafting.Ingredient@a402998, net.minecraft.item.crafting.Ingredient@a402998, net.minecraft.item.crafting.Ingredient@43ee5027, net.minecraft.item.crafting.Ingredient@43ee5027, net.minecraft.item.crafting.Ingredient@43ee5027, net.minecraft.item.crafting.Ingredient@a402998, net.minecraft.item.crafting.Ingredient@a402998, net.minecraft.item.crafting.Ingredient@a402998]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1734 mekanism:roadplasticblock_5_alt RecipeStage{tier='five', recipe=4xtile.RoadPlasticBlock@5:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2117ec82, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2117ec82, net.minecraftforge.oredict.OreIngredient@15f77a9d, net.minecraft.item.crafting.Ingredient@2117ec82, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2117ec82, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1735 mekanism:roadplasticblock_5 RecipeStage{tier='five', recipe=3xtile.RoadPlasticBlock@5:[net.minecraft.item.crafting.Ingredient@2c63edac, net.minecraft.item.crafting.Ingredient@2c63edac, net.minecraft.item.crafting.Ingredient@2c63edac, net.minecraft.item.crafting.Ingredient@6429915f, net.minecraft.item.crafting.Ingredient@6429915f, net.minecraft.item.crafting.Ingredient@6429915f, net.minecraft.item.crafting.Ingredient@2c63edac, net.minecraft.item.crafting.Ingredient@2c63edac, net.minecraft.item.crafting.Ingredient@2c63edac]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1736 mekanism:roadplasticblock_4_alt RecipeStage{tier='five', recipe=4xtile.RoadPlasticBlock@4:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@45655d56, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@45655d56, net.minecraftforge.oredict.OreIngredient@5330ccc7, net.minecraft.item.crafting.Ingredient@45655d56, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@45655d56, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1737 mekanism:roadplasticblock_4 RecipeStage{tier='five', recipe=3xtile.RoadPlasticBlock@4:[net.minecraft.item.crafting.Ingredient@7614edb7, net.minecraft.item.crafting.Ingredient@7614edb7, net.minecraft.item.crafting.Ingredient@7614edb7, net.minecraft.item.crafting.Ingredient@1fa1acbd, net.minecraft.item.crafting.Ingredient@1fa1acbd, net.minecraft.item.crafting.Ingredient@1fa1acbd, net.minecraft.item.crafting.Ingredient@7614edb7, net.minecraft.item.crafting.Ingredient@7614edb7, net.minecraft.item.crafting.Ingredient@7614edb7]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1738 mekanism:roadplasticblock_3_alt RecipeStage{tier='five', recipe=4xtile.RoadPlasticBlock@3:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5956eb44, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5956eb44, net.minecraftforge.oredict.OreIngredient@69b800c5, net.minecraft.item.crafting.Ingredient@5956eb44, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5956eb44, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1739 mekanism:roadplasticblock_3 RecipeStage{tier='five', recipe=3xtile.RoadPlasticBlock@3:[net.minecraft.item.crafting.Ingredient@3af63a91, net.minecraft.item.crafting.Ingredient@3af63a91, net.minecraft.item.crafting.Ingredient@3af63a91, net.minecraft.item.crafting.Ingredient@8206faf, net.minecraft.item.crafting.Ingredient@8206faf, net.minecraft.item.crafting.Ingredient@8206faf, net.minecraft.item.crafting.Ingredient@3af63a91, net.minecraft.item.crafting.Ingredient@3af63a91, net.minecraft.item.crafting.Ingredient@3af63a91]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1740 mekanism:roadplasticblock_2_alt RecipeStage{tier='five', recipe=4xtile.RoadPlasticBlock@2:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@42609a26, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@42609a26, net.minecraftforge.oredict.OreIngredient@70d4e77c, net.minecraft.item.crafting.Ingredient@42609a26, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@42609a26, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1741 mekanism:roadplasticblock_2 RecipeStage{tier='five', recipe=3xtile.RoadPlasticBlock@2:[net.minecraft.item.crafting.Ingredient@7cb4e9b4, net.minecraft.item.crafting.Ingredient@7cb4e9b4, net.minecraft.item.crafting.Ingredient@7cb4e9b4, net.minecraft.item.crafting.Ingredient@5863c0a1, net.minecraft.item.crafting.Ingredient@5863c0a1, net.minecraft.item.crafting.Ingredient@5863c0a1, net.minecraft.item.crafting.Ingredient@7cb4e9b4, net.minecraft.item.crafting.Ingredient@7cb4e9b4, net.minecraft.item.crafting.Ingredient@7cb4e9b4]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1742 mekanism:roadplasticblock_1_alt RecipeStage{tier='five', recipe=4xtile.RoadPlasticBlock@1:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1f2a421c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1f2a421c, net.minecraftforge.oredict.OreIngredient@281ba25d, net.minecraft.item.crafting.Ingredient@1f2a421c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1f2a421c, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1743 mekanism:roadplasticblock_15_alt RecipeStage{tier='five', recipe=4xtile.RoadPlasticBlock@15:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5382f7b1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5382f7b1, net.minecraftforge.oredict.OreIngredient@337a5cde, net.minecraft.item.crafting.Ingredient@5382f7b1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5382f7b1, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1744 mekanism:roadplasticblock_15 RecipeStage{tier='five', recipe=3xtile.RoadPlasticBlock@15:[net.minecraft.item.crafting.Ingredient@1106478c, net.minecraft.item.crafting.Ingredient@1106478c, net.minecraft.item.crafting.Ingredient@1106478c, net.minecraft.item.crafting.Ingredient@67d4940f, net.minecraft.item.crafting.Ingredient@67d4940f, net.minecraft.item.crafting.Ingredient@67d4940f, net.minecraft.item.crafting.Ingredient@1106478c, net.minecraft.item.crafting.Ingredient@1106478c, net.minecraft.item.crafting.Ingredient@1106478c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1745 mekanism:roadplasticblock_14_alt RecipeStage{tier='five', recipe=4xtile.RoadPlasticBlock@14:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6f090772, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6f090772, net.minecraftforge.oredict.OreIngredient@2c7e2405, net.minecraft.item.crafting.Ingredient@6f090772, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6f090772, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1746 mekanism:roadplasticblock_14 RecipeStage{tier='five', recipe=3xtile.RoadPlasticBlock@14:[net.minecraft.item.crafting.Ingredient@737f899a, net.minecraft.item.crafting.Ingredient@737f899a, net.minecraft.item.crafting.Ingredient@737f899a, net.minecraft.item.crafting.Ingredient@29e81f55, net.minecraft.item.crafting.Ingredient@29e81f55, net.minecraft.item.crafting.Ingredient@29e81f55, net.minecraft.item.crafting.Ingredient@737f899a, net.minecraft.item.crafting.Ingredient@737f899a, net.minecraft.item.crafting.Ingredient@737f899a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1747 mekanism:roadplasticblock_13_alt RecipeStage{tier='five', recipe=4xtile.RoadPlasticBlock@13:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1f5b5976, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1f5b5976, net.minecraftforge.oredict.OreIngredient@750e1af8, net.minecraft.item.crafting.Ingredient@1f5b5976, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1f5b5976, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1748 mekanism:roadplasticblock_13 RecipeStage{tier='five', recipe=3xtile.RoadPlasticBlock@13:[net.minecraft.item.crafting.Ingredient@4945afb6, net.minecraft.item.crafting.Ingredient@4945afb6, net.minecraft.item.crafting.Ingredient@4945afb6, net.minecraft.item.crafting.Ingredient@19e64b7, net.minecraft.item.crafting.Ingredient@19e64b7, net.minecraft.item.crafting.Ingredient@19e64b7, net.minecraft.item.crafting.Ingredient@4945afb6, net.minecraft.item.crafting.Ingredient@4945afb6, net.minecraft.item.crafting.Ingredient@4945afb6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1749 mekanism:roadplasticblock_12_alt RecipeStage{tier='five', recipe=4xtile.RoadPlasticBlock@12:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3166bf32, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3166bf32, net.minecraftforge.oredict.OreIngredient@75ad7464, net.minecraft.item.crafting.Ingredient@3166bf32, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3166bf32, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1750 mekanism:roadplasticblock_12 RecipeStage{tier='five', recipe=3xtile.RoadPlasticBlock@12:[net.minecraft.item.crafting.Ingredient@46dfad31, net.minecraft.item.crafting.Ingredient@46dfad31, net.minecraft.item.crafting.Ingredient@46dfad31, net.minecraft.item.crafting.Ingredient@56ca979c, net.minecraft.item.crafting.Ingredient@56ca979c, net.minecraft.item.crafting.Ingredient@56ca979c, net.minecraft.item.crafting.Ingredient@46dfad31, net.minecraft.item.crafting.Ingredient@46dfad31, net.minecraft.item.crafting.Ingredient@46dfad31]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1751 mekanism:roadplasticblock_11_alt RecipeStage{tier='five', recipe=4xtile.RoadPlasticBlock@11:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@26a871f9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@26a871f9, net.minecraftforge.oredict.OreIngredient@241f98d1, net.minecraft.item.crafting.Ingredient@26a871f9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@26a871f9, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1752 mekanism:roadplasticblock_11 RecipeStage{tier='five', recipe=3xtile.RoadPlasticBlock@11:[net.minecraft.item.crafting.Ingredient@2c6c659e, net.minecraft.item.crafting.Ingredient@2c6c659e, net.minecraft.item.crafting.Ingredient@2c6c659e, net.minecraft.item.crafting.Ingredient@3b9abfe8, net.minecraft.item.crafting.Ingredient@3b9abfe8, net.minecraft.item.crafting.Ingredient@3b9abfe8, net.minecraft.item.crafting.Ingredient@2c6c659e, net.minecraft.item.crafting.Ingredient@2c6c659e, net.minecraft.item.crafting.Ingredient@2c6c659e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1753 mekanism:roadplasticblock_10_alt RecipeStage{tier='five', recipe=4xtile.RoadPlasticBlock@10:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7c2f5ea8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7c2f5ea8, net.minecraftforge.oredict.OreIngredient@4ada1180, net.minecraft.item.crafting.Ingredient@7c2f5ea8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7c2f5ea8, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1754 mekanism:roadplasticblock_10 RecipeStage{tier='five', recipe=3xtile.RoadPlasticBlock@10:[net.minecraft.item.crafting.Ingredient@10399ec7, net.minecraft.item.crafting.Ingredient@10399ec7, net.minecraft.item.crafting.Ingredient@10399ec7, net.minecraft.item.crafting.Ingredient@64fe0576, net.minecraft.item.crafting.Ingredient@64fe0576, net.minecraft.item.crafting.Ingredient@64fe0576, net.minecraft.item.crafting.Ingredient@10399ec7, net.minecraft.item.crafting.Ingredient@10399ec7, net.minecraft.item.crafting.Ingredient@10399ec7]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1755 mekanism:roadplasticblock_1 RecipeStage{tier='five', recipe=3xtile.RoadPlasticBlock@1:[net.minecraft.item.crafting.Ingredient@58851e22, net.minecraft.item.crafting.Ingredient@58851e22, net.minecraft.item.crafting.Ingredient@58851e22, net.minecraft.item.crafting.Ingredient@388a064f, net.minecraft.item.crafting.Ingredient@388a064f, net.minecraft.item.crafting.Ingredient@388a064f, net.minecraft.item.crafting.Ingredient@58851e22, net.minecraft.item.crafting.Ingredient@58851e22, net.minecraft.item.crafting.Ingredient@58851e22]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1756 mekanism:roadplasticblock_0_alt RecipeStage{tier='five', recipe=4xtile.RoadPlasticBlock@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5ff930c3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5ff930c3, net.minecraftforge.oredict.OreIngredient@33c315d, net.minecraft.item.crafting.Ingredient@5ff930c3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5ff930c3, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1757 mekanism:roadplasticblock_0 RecipeStage{tier='five', recipe=3xtile.RoadPlasticBlock@0:[net.minecraft.item.crafting.Ingredient@146e3489, net.minecraft.item.crafting.Ingredient@146e3489, net.minecraft.item.crafting.Ingredient@146e3489, net.minecraft.item.crafting.Ingredient@1949c634, net.minecraft.item.crafting.Ingredient@1949c634, net.minecraft.item.crafting.Ingredient@1949c634, net.minecraft.item.crafting.Ingredient@146e3489, net.minecraft.item.crafting.Ingredient@146e3489, net.minecraft.item.crafting.Ingredient@146e3489]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1758 mekanism:reinforcedplasticblock_9_alt RecipeStage{tier='five', recipe=4xtile.ReinforcedPlasticBlock@9:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7a095627, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7a095627, net.minecraftforge.oredict.OreIngredient@796b122, net.minecraft.item.crafting.Ingredient@7a095627, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7a095627, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1759 mekanism:reinforcedplasticblock_9 RecipeStage{tier='five', recipe=4xtile.ReinforcedPlasticBlock@9:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2a8955d0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2a8955d0, net.minecraftforge.oredict.OreIngredient@7453dbf7, net.minecraft.item.crafting.Ingredient@2a8955d0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2a8955d0, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1760 mekanism:reinforcedplasticblock_8_alt RecipeStage{tier='five', recipe=4xtile.ReinforcedPlasticBlock@8:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@81672a6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@81672a6, net.minecraftforge.oredict.OreIngredient@47a3e3cb, net.minecraft.item.crafting.Ingredient@81672a6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@81672a6, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1761 mekanism:reinforcedplasticblock_8 RecipeStage{tier='five', recipe=4xtile.ReinforcedPlasticBlock@8:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7bf48b23, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7bf48b23, net.minecraftforge.oredict.OreIngredient@23e84650, net.minecraft.item.crafting.Ingredient@7bf48b23, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7bf48b23, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1762 mekanism:reinforcedplasticblock_7_alt RecipeStage{tier='five', recipe=4xtile.ReinforcedPlasticBlock@7:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@60730067, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@60730067, net.minecraftforge.oredict.OreIngredient@7ed5ea01, net.minecraft.item.crafting.Ingredient@60730067, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@60730067, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1763 mekanism:reinforcedplasticblock_7 RecipeStage{tier='five', recipe=4xtile.ReinforcedPlasticBlock@7:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@199e8fb9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@199e8fb9, net.minecraftforge.oredict.OreIngredient@235d7d4, net.minecraft.item.crafting.Ingredient@199e8fb9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@199e8fb9, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1764 mekanism:reinforcedplasticblock_6_alt RecipeStage{tier='five', recipe=4xtile.ReinforcedPlasticBlock@6:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@79dc1aaa, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@79dc1aaa, net.minecraftforge.oredict.OreIngredient@91605a2, net.minecraft.item.crafting.Ingredient@79dc1aaa, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@79dc1aaa, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1765 mekanism:reinforcedplasticblock_6 RecipeStage{tier='five', recipe=4xtile.ReinforcedPlasticBlock@6:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@310ddbd7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@310ddbd7, net.minecraftforge.oredict.OreIngredient@7563dbf3, net.minecraft.item.crafting.Ingredient@310ddbd7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@310ddbd7, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1766 mekanism:reinforcedplasticblock_5_alt RecipeStage{tier='five', recipe=4xtile.ReinforcedPlasticBlock@5:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5abdd597, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5abdd597, net.minecraftforge.oredict.OreIngredient@2965679a, net.minecraft.item.crafting.Ingredient@5abdd597, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5abdd597, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1767 mekanism:reinforcedplasticblock_5 RecipeStage{tier='five', recipe=4xtile.ReinforcedPlasticBlock@5:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@25c6620a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@25c6620a, net.minecraftforge.oredict.OreIngredient@4205e451, net.minecraft.item.crafting.Ingredient@25c6620a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@25c6620a, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1768 mekanism:reinforcedplasticblock_4_alt RecipeStage{tier='five', recipe=4xtile.ReinforcedPlasticBlock@4:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@26c1049c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@26c1049c, net.minecraftforge.oredict.OreIngredient@6e91704a, net.minecraft.item.crafting.Ingredient@26c1049c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@26c1049c, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1769 mekanism:reinforcedplasticblock_4 RecipeStage{tier='five', recipe=4xtile.ReinforcedPlasticBlock@4:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@34818c77, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@34818c77, net.minecraftforge.oredict.OreIngredient@5c16f802, net.minecraft.item.crafting.Ingredient@34818c77, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@34818c77, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1770 mekanism:reinforcedplasticblock_3_alt RecipeStage{tier='five', recipe=4xtile.ReinforcedPlasticBlock@3:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@79b85d16, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@79b85d16, net.minecraftforge.oredict.OreIngredient@51b20127, net.minecraft.item.crafting.Ingredient@79b85d16, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@79b85d16, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1771 mekanism:reinforcedplasticblock_3 RecipeStage{tier='five', recipe=4xtile.ReinforcedPlasticBlock@3:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@458f7247, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@458f7247, net.minecraftforge.oredict.OreIngredient@3dc5a3aa, net.minecraft.item.crafting.Ingredient@458f7247, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@458f7247, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1772 mekanism:reinforcedplasticblock_2_alt RecipeStage{tier='five', recipe=4xtile.ReinforcedPlasticBlock@2:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@75f39078, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@75f39078, net.minecraftforge.oredict.OreIngredient@7360f1f, net.minecraft.item.crafting.Ingredient@75f39078, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@75f39078, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1773 mekanism:reinforcedplasticblock_2 RecipeStage{tier='five', recipe=4xtile.ReinforcedPlasticBlock@2:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7d326435, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7d326435, net.minecraftforge.oredict.OreIngredient@932ac9a, net.minecraft.item.crafting.Ingredient@7d326435, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7d326435, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1774 mekanism:reinforcedplasticblock_1_alt RecipeStage{tier='five', recipe=4xtile.ReinforcedPlasticBlock@1:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5b1e5da0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5b1e5da0, net.minecraftforge.oredict.OreIngredient@77a92490, net.minecraft.item.crafting.Ingredient@5b1e5da0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5b1e5da0, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1775 mekanism:reinforcedplasticblock_15_alt RecipeStage{tier='five', recipe=4xtile.ReinforcedPlasticBlock@15:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@60eb3b98, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@60eb3b98, net.minecraftforge.oredict.OreIngredient@fa60828, net.minecraft.item.crafting.Ingredient@60eb3b98, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@60eb3b98, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1776 mekanism:reinforcedplasticblock_15 RecipeStage{tier='five', recipe=4xtile.ReinforcedPlasticBlock@15:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7556728a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7556728a, net.minecraftforge.oredict.OreIngredient@7591fa2e, net.minecraft.item.crafting.Ingredient@7556728a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7556728a, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1777 mekanism:reinforcedplasticblock_14_alt RecipeStage{tier='five', recipe=4xtile.ReinforcedPlasticBlock@14:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6fe12d3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6fe12d3, net.minecraftforge.oredict.OreIngredient@3c28f9f9, net.minecraft.item.crafting.Ingredient@6fe12d3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6fe12d3, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1778 mekanism:reinforcedplasticblock_14 RecipeStage{tier='five', recipe=4xtile.ReinforcedPlasticBlock@14:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@50f018d3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@50f018d3, net.minecraftforge.oredict.OreIngredient@4c0e5e58, net.minecraft.item.crafting.Ingredient@50f018d3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@50f018d3, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1779 mekanism:reinforcedplasticblock_13_alt RecipeStage{tier='five', recipe=4xtile.ReinforcedPlasticBlock@13:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@23fa89e2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@23fa89e2, net.minecraftforge.oredict.OreIngredient@3257964, net.minecraft.item.crafting.Ingredient@23fa89e2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@23fa89e2, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1780 mekanism:reinforcedplasticblock_13 RecipeStage{tier='five', recipe=4xtile.ReinforcedPlasticBlock@13:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@395d8d36, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@395d8d36, net.minecraftforge.oredict.OreIngredient@7979dd5a, net.minecraft.item.crafting.Ingredient@395d8d36, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@395d8d36, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1781 mekanism:reinforcedplasticblock_12_alt RecipeStage{tier='five', recipe=4xtile.ReinforcedPlasticBlock@12:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7d1da27c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7d1da27c, net.minecraftforge.oredict.OreIngredient@7a6961d5, net.minecraft.item.crafting.Ingredient@7d1da27c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7d1da27c, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1782 mekanism:reinforcedplasticblock_12 RecipeStage{tier='five', recipe=4xtile.ReinforcedPlasticBlock@12:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6ca2641, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6ca2641, net.minecraftforge.oredict.OreIngredient@3acbd60e, net.minecraft.item.crafting.Ingredient@6ca2641, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6ca2641, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1783 mekanism:reinforcedplasticblock_11_alt RecipeStage{tier='five', recipe=4xtile.ReinforcedPlasticBlock@11:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6bc121ea, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6bc121ea, net.minecraftforge.oredict.OreIngredient@3debfe4d, net.minecraft.item.crafting.Ingredient@6bc121ea, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6bc121ea, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1784 mekanism:reinforcedplasticblock_11 RecipeStage{tier='five', recipe=4xtile.ReinforcedPlasticBlock@11:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1451c948, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1451c948, net.minecraftforge.oredict.OreIngredient@176dca24, net.minecraft.item.crafting.Ingredient@1451c948, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1451c948, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1785 mekanism:reinforcedplasticblock_10_alt RecipeStage{tier='five', recipe=4xtile.ReinforcedPlasticBlock@10:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@736aa864, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@736aa864, net.minecraftforge.oredict.OreIngredient@5463b9b1, net.minecraft.item.crafting.Ingredient@736aa864, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@736aa864, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1786 mekanism:reinforcedplasticblock_10 RecipeStage{tier='five', recipe=4xtile.ReinforcedPlasticBlock@10:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2d1ab88e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2d1ab88e, net.minecraftforge.oredict.OreIngredient@47d28d7, net.minecraft.item.crafting.Ingredient@2d1ab88e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2d1ab88e, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1787 mekanism:reinforcedplasticblock_1 RecipeStage{tier='five', recipe=4xtile.ReinforcedPlasticBlock@1:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4a14eb9f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4a14eb9f, net.minecraftforge.oredict.OreIngredient@5a43ec75, net.minecraft.item.crafting.Ingredient@4a14eb9f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4a14eb9f, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1788 mekanism:reinforcedplasticblock_0_alt RecipeStage{tier='five', recipe=4xtile.ReinforcedPlasticBlock@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3a00c731, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3a00c731, net.minecraftforge.oredict.OreIngredient@2f3241e9, net.minecraft.item.crafting.Ingredient@3a00c731, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3a00c731, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1789 mekanism:reinforcedplasticblock_0 RecipeStage{tier='five', recipe=4xtile.ReinforcedPlasticBlock@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@699b1465, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@699b1465, net.minecraftforge.oredict.OreIngredient@275b0f5c, net.minecraft.item.crafting.Ingredient@699b1465, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@699b1465, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1791 mekanism:portableteleporter RecipeStage{tier='five', recipe=1xitem.PortableTeleporter@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@34abbbb8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6641f462, net.minecraft.item.crafting.Ingredient@19d1c4ef, net.minecraftforge.oredict.OreIngredient@6641f462, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@34abbbb8, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1792 mekanism:polyethene_3 RecipeStage{tier='five', recipe=1xitem.Polyethene@3:[net.minecraft.item.crafting.Ingredient@4b3f88ba, net.minecraft.item.crafting.Ingredient@4b3f88ba]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1793 mekanism:polyethene_2 RecipeStage{tier='five', recipe=1xitem.Polyethene@2:[net.minecraft.item.crafting.Ingredient@76c51415, net.minecraft.item.crafting.Ingredient@76c51415, net.minecraft.item.crafting.Ingredient@76c51415, net.minecraft.item.crafting.Ingredient@76c51415, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@76c51415, net.minecraft.item.crafting.Ingredient@76c51415, net.minecraft.item.crafting.Ingredient@76c51415, net.minecraft.item.crafting.Ingredient@76c51415]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1794 mekanism:polyethene_1 RecipeStage{tier='five', recipe=1xitem.Polyethene@1:[net.minecraft.item.crafting.Ingredient@31407de2, net.minecraft.item.crafting.Ingredient@31407de2, net.minecraft.item.crafting.Ingredient@31407de2, net.minecraft.item.crafting.Ingredient@31407de2]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1795 mekanism:plasticfence_9_alt RecipeStage{tier='five', recipe=4xtile.PlasticFence@9:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2a096e87, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2a096e87, net.minecraftforge.oredict.OreIngredient@65fb4774, net.minecraft.item.crafting.Ingredient@2a096e87, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2a096e87, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1796 mekanism:plasticfence_9 RecipeStage{tier='five', recipe=3xtile.PlasticFence@9:[net.minecraft.item.crafting.Ingredient@28d8d3fa, net.minecraft.item.crafting.Ingredient@3167a123, net.minecraft.item.crafting.Ingredient@28d8d3fa, net.minecraft.item.crafting.Ingredient@28d8d3fa, net.minecraft.item.crafting.Ingredient@3167a123, net.minecraft.item.crafting.Ingredient@28d8d3fa]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1797 mekanism:plasticfence_8_alt RecipeStage{tier='five', recipe=4xtile.PlasticFence@8:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@53980b87, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@53980b87, net.minecraftforge.oredict.OreIngredient@ef1d618, net.minecraft.item.crafting.Ingredient@53980b87, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@53980b87, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1798 mekanism:plasticfence_8 RecipeStage{tier='five', recipe=3xtile.PlasticFence@8:[net.minecraft.item.crafting.Ingredient@397c84fb, net.minecraft.item.crafting.Ingredient@2b4b564e, net.minecraft.item.crafting.Ingredient@397c84fb, net.minecraft.item.crafting.Ingredient@397c84fb, net.minecraft.item.crafting.Ingredient@2b4b564e, net.minecraft.item.crafting.Ingredient@397c84fb]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1799 mekanism:plasticfence_7_alt RecipeStage{tier='five', recipe=4xtile.PlasticFence@7:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2ba9f086, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2ba9f086, net.minecraftforge.oredict.OreIngredient@247a4fe7, net.minecraft.item.crafting.Ingredient@2ba9f086, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2ba9f086, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1800 mekanism:plasticfence_7 RecipeStage{tier='five', recipe=3xtile.PlasticFence@7:[net.minecraft.item.crafting.Ingredient@5b1168b4, net.minecraft.item.crafting.Ingredient@25d490f4, net.minecraft.item.crafting.Ingredient@5b1168b4, net.minecraft.item.crafting.Ingredient@5b1168b4, net.minecraft.item.crafting.Ingredient@25d490f4, net.minecraft.item.crafting.Ingredient@5b1168b4]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1801 mekanism:plasticfence_6_alt RecipeStage{tier='five', recipe=4xtile.PlasticFence@6:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5f43610f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5f43610f, net.minecraftforge.oredict.OreIngredient@5aec2392, net.minecraft.item.crafting.Ingredient@5f43610f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5f43610f, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1802 mekanism:plasticfence_6 RecipeStage{tier='five', recipe=3xtile.PlasticFence@6:[net.minecraft.item.crafting.Ingredient@51b5ba35, net.minecraft.item.crafting.Ingredient@58647c43, net.minecraft.item.crafting.Ingredient@51b5ba35, net.minecraft.item.crafting.Ingredient@51b5ba35, net.minecraft.item.crafting.Ingredient@58647c43, net.minecraft.item.crafting.Ingredient@51b5ba35]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1803 mekanism:plasticfence_5_alt RecipeStage{tier='five', recipe=4xtile.PlasticFence@5:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@610e45f6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@610e45f6, net.minecraftforge.oredict.OreIngredient@4f057539, net.minecraft.item.crafting.Ingredient@610e45f6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@610e45f6, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1804 mekanism:plasticfence_5 RecipeStage{tier='five', recipe=3xtile.PlasticFence@5:[net.minecraft.item.crafting.Ingredient@78f509c, net.minecraft.item.crafting.Ingredient@586735e5, net.minecraft.item.crafting.Ingredient@78f509c, net.minecraft.item.crafting.Ingredient@78f509c, net.minecraft.item.crafting.Ingredient@586735e5, net.minecraft.item.crafting.Ingredient@78f509c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1805 mekanism:plasticfence_4_alt RecipeStage{tier='five', recipe=4xtile.PlasticFence@4:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@41df1fa2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@41df1fa2, net.minecraftforge.oredict.OreIngredient@69fddaa5, net.minecraft.item.crafting.Ingredient@41df1fa2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@41df1fa2, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1806 mekanism:plasticfence_4 RecipeStage{tier='five', recipe=3xtile.PlasticFence@4:[net.minecraft.item.crafting.Ingredient@1f7383f5, net.minecraft.item.crafting.Ingredient@4424588, net.minecraft.item.crafting.Ingredient@1f7383f5, net.minecraft.item.crafting.Ingredient@1f7383f5, net.minecraft.item.crafting.Ingredient@4424588, net.minecraft.item.crafting.Ingredient@1f7383f5]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1807 mekanism:plasticfence_3_alt RecipeStage{tier='five', recipe=4xtile.PlasticFence@3:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@71e22c7a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@71e22c7a, net.minecraftforge.oredict.OreIngredient@5b0f0519, net.minecraft.item.crafting.Ingredient@71e22c7a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@71e22c7a, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1808 mekanism:plasticfence_3 RecipeStage{tier='five', recipe=3xtile.PlasticFence@3:[net.minecraft.item.crafting.Ingredient@612679cb, net.minecraft.item.crafting.Ingredient@50ef244a, net.minecraft.item.crafting.Ingredient@612679cb, net.minecraft.item.crafting.Ingredient@612679cb, net.minecraft.item.crafting.Ingredient@50ef244a, net.minecraft.item.crafting.Ingredient@612679cb]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1809 mekanism:plasticfence_2_alt RecipeStage{tier='five', recipe=4xtile.PlasticFence@2:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@40756fb3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@40756fb3, net.minecraftforge.oredict.OreIngredient@2819d6, net.minecraft.item.crafting.Ingredient@40756fb3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@40756fb3, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1810 mekanism:plasticfence_2 RecipeStage{tier='five', recipe=3xtile.PlasticFence@2:[net.minecraft.item.crafting.Ingredient@2f27d054, net.minecraft.item.crafting.Ingredient@365578, net.minecraft.item.crafting.Ingredient@2f27d054, net.minecraft.item.crafting.Ingredient@2f27d054, net.minecraft.item.crafting.Ingredient@365578, net.minecraft.item.crafting.Ingredient@2f27d054]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1811 mekanism:plasticfence_1_alt RecipeStage{tier='five', recipe=4xtile.PlasticFence@1:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@57442a13, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@57442a13, net.minecraftforge.oredict.OreIngredient@19713189, net.minecraft.item.crafting.Ingredient@57442a13, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@57442a13, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1812 mekanism:plasticfence_15_alt RecipeStage{tier='five', recipe=4xtile.PlasticFence@15:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@48205667, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@48205667, net.minecraftforge.oredict.OreIngredient@8544c0a, net.minecraft.item.crafting.Ingredient@48205667, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@48205667, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1813 mekanism:plasticfence_15 RecipeStage{tier='five', recipe=3xtile.PlasticFence@15:[net.minecraft.item.crafting.Ingredient@b89f01c, net.minecraft.item.crafting.Ingredient@1e1b6932, net.minecraft.item.crafting.Ingredient@b89f01c, net.minecraft.item.crafting.Ingredient@b89f01c, net.minecraft.item.crafting.Ingredient@1e1b6932, net.minecraft.item.crafting.Ingredient@b89f01c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1814 mekanism:plasticfence_14_alt RecipeStage{tier='five', recipe=4xtile.PlasticFence@14:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1a1e6aaa, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1a1e6aaa, net.minecraftforge.oredict.OreIngredient@730c00be, net.minecraft.item.crafting.Ingredient@1a1e6aaa, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1a1e6aaa, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1815 mekanism:plasticfence_14 RecipeStage{tier='five', recipe=3xtile.PlasticFence@14:[net.minecraft.item.crafting.Ingredient@2586b6a5, net.minecraft.item.crafting.Ingredient@7a414f3b, net.minecraft.item.crafting.Ingredient@2586b6a5, net.minecraft.item.crafting.Ingredient@2586b6a5, net.minecraft.item.crafting.Ingredient@7a414f3b, net.minecraft.item.crafting.Ingredient@2586b6a5]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1816 mekanism:plasticfence_13_alt RecipeStage{tier='five', recipe=4xtile.PlasticFence@13:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@60a1694c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@60a1694c, net.minecraftforge.oredict.OreIngredient@699842b8, net.minecraft.item.crafting.Ingredient@60a1694c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@60a1694c, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1817 mekanism:plasticfence_13 RecipeStage{tier='five', recipe=3xtile.PlasticFence@13:[net.minecraft.item.crafting.Ingredient@2479cf42, net.minecraft.item.crafting.Ingredient@64a0a07a, net.minecraft.item.crafting.Ingredient@2479cf42, net.minecraft.item.crafting.Ingredient@2479cf42, net.minecraft.item.crafting.Ingredient@64a0a07a, net.minecraft.item.crafting.Ingredient@2479cf42]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1818 mekanism:plasticfence_12_alt RecipeStage{tier='five', recipe=4xtile.PlasticFence@12:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3914947, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3914947, net.minecraftforge.oredict.OreIngredient@3cc54cbf, net.minecraft.item.crafting.Ingredient@3914947, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3914947, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1819 mekanism:plasticfence_12 RecipeStage{tier='five', recipe=3xtile.PlasticFence@12:[net.minecraft.item.crafting.Ingredient@700f078, net.minecraft.item.crafting.Ingredient@2d273b47, net.minecraft.item.crafting.Ingredient@700f078, net.minecraft.item.crafting.Ingredient@700f078, net.minecraft.item.crafting.Ingredient@2d273b47, net.minecraft.item.crafting.Ingredient@700f078]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1820 mekanism:plasticfence_11_alt RecipeStage{tier='five', recipe=4xtile.PlasticFence@11:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@25ca134c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@25ca134c, net.minecraftforge.oredict.OreIngredient@267eee90, net.minecraft.item.crafting.Ingredient@25ca134c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@25ca134c, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1821 mekanism:plasticfence_11 RecipeStage{tier='five', recipe=3xtile.PlasticFence@11:[net.minecraft.item.crafting.Ingredient@1fb5dc30, net.minecraft.item.crafting.Ingredient@75f61869, net.minecraft.item.crafting.Ingredient@1fb5dc30, net.minecraft.item.crafting.Ingredient@1fb5dc30, net.minecraft.item.crafting.Ingredient@75f61869, net.minecraft.item.crafting.Ingredient@1fb5dc30]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1822 mekanism:plasticfence_10_alt RecipeStage{tier='five', recipe=4xtile.PlasticFence@10:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5db8eca2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5db8eca2, net.minecraftforge.oredict.OreIngredient@4d8d6018, net.minecraft.item.crafting.Ingredient@5db8eca2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5db8eca2, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1823 mekanism:plasticfence_10 RecipeStage{tier='five', recipe=3xtile.PlasticFence@10:[net.minecraft.item.crafting.Ingredient@68772d00, net.minecraft.item.crafting.Ingredient@39540f7e, net.minecraft.item.crafting.Ingredient@68772d00, net.minecraft.item.crafting.Ingredient@68772d00, net.minecraft.item.crafting.Ingredient@39540f7e, net.minecraft.item.crafting.Ingredient@68772d00]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1824 mekanism:plasticfence_1 RecipeStage{tier='five', recipe=3xtile.PlasticFence@1:[net.minecraft.item.crafting.Ingredient@5216bcc5, net.minecraft.item.crafting.Ingredient@5cee542b, net.minecraft.item.crafting.Ingredient@5216bcc5, net.minecraft.item.crafting.Ingredient@5216bcc5, net.minecraft.item.crafting.Ingredient@5cee542b, net.minecraft.item.crafting.Ingredient@5216bcc5]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1825 mekanism:plasticfence_0_alt RecipeStage{tier='five', recipe=4xtile.PlasticFence@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@35fd16ea, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@35fd16ea, net.minecraftforge.oredict.OreIngredient@57ec34a0, net.minecraft.item.crafting.Ingredient@35fd16ea, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@35fd16ea, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1826 mekanism:plasticfence_0 RecipeStage{tier='five', recipe=3xtile.PlasticFence@0:[net.minecraft.item.crafting.Ingredient@6091f8b9, net.minecraft.item.crafting.Ingredient@5e19b136, net.minecraft.item.crafting.Ingredient@6091f8b9, net.minecraft.item.crafting.Ingredient@6091f8b9, net.minecraft.item.crafting.Ingredient@5e19b136, net.minecraft.item.crafting.Ingredient@6091f8b9]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1827 mekanism:plasticblock_9_alt RecipeStage{tier='five', recipe=4xtile.PlasticBlock@9:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@473dbddc, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@473dbddc, net.minecraftforge.oredict.OreIngredient@6862ed4f, net.minecraft.item.crafting.Ingredient@473dbddc, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@473dbddc, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1828 mekanism:plasticblock_9 RecipeStage{tier='five', recipe=4xtile.PlasticBlock@9:[net.minecraft.item.crafting.Ingredient@97cf6ae, net.minecraft.item.crafting.Ingredient@97cf6ae, net.minecraft.item.crafting.Ingredient@97cf6ae, net.minecraft.item.crafting.Ingredient@97cf6ae, net.minecraftforge.oredict.OreIngredient@25af64d6, net.minecraft.item.crafting.Ingredient@97cf6ae, net.minecraft.item.crafting.Ingredient@97cf6ae, net.minecraft.item.crafting.Ingredient@97cf6ae, net.minecraft.item.crafting.Ingredient@97cf6ae]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1829 mekanism:plasticblock_8_alt RecipeStage{tier='five', recipe=4xtile.PlasticBlock@8:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@73684e2d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@73684e2d, net.minecraftforge.oredict.OreIngredient@4b797d6, net.minecraft.item.crafting.Ingredient@73684e2d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@73684e2d, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1830 mekanism:plasticblock_8 RecipeStage{tier='five', recipe=4xtile.PlasticBlock@8:[net.minecraft.item.crafting.Ingredient@59e7826f, net.minecraft.item.crafting.Ingredient@59e7826f, net.minecraft.item.crafting.Ingredient@59e7826f, net.minecraft.item.crafting.Ingredient@59e7826f, net.minecraftforge.oredict.OreIngredient@5a86f311, net.minecraft.item.crafting.Ingredient@59e7826f, net.minecraft.item.crafting.Ingredient@59e7826f, net.minecraft.item.crafting.Ingredient@59e7826f, net.minecraft.item.crafting.Ingredient@59e7826f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1831 mekanism:plasticblock_7_alt RecipeStage{tier='five', recipe=4xtile.PlasticBlock@7:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@22941553, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@22941553, net.minecraftforge.oredict.OreIngredient@51650deb, net.minecraft.item.crafting.Ingredient@22941553, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@22941553, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1832 mekanism:plasticblock_7 RecipeStage{tier='five', recipe=4xtile.PlasticBlock@7:[net.minecraft.item.crafting.Ingredient@47086eeb, net.minecraft.item.crafting.Ingredient@47086eeb, net.minecraft.item.crafting.Ingredient@47086eeb, net.minecraft.item.crafting.Ingredient@47086eeb, net.minecraftforge.oredict.OreIngredient@5c13ddfa, net.minecraft.item.crafting.Ingredient@47086eeb, net.minecraft.item.crafting.Ingredient@47086eeb, net.minecraft.item.crafting.Ingredient@47086eeb, net.minecraft.item.crafting.Ingredient@47086eeb]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1833 mekanism:plasticblock_6_alt RecipeStage{tier='five', recipe=4xtile.PlasticBlock@6:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7d2f6f97, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7d2f6f97, net.minecraftforge.oredict.OreIngredient@368c5d21, net.minecraft.item.crafting.Ingredient@7d2f6f97, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7d2f6f97, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1834 mekanism:plasticblock_6 RecipeStage{tier='five', recipe=4xtile.PlasticBlock@6:[net.minecraft.item.crafting.Ingredient@3ab8b416, net.minecraft.item.crafting.Ingredient@3ab8b416, net.minecraft.item.crafting.Ingredient@3ab8b416, net.minecraft.item.crafting.Ingredient@3ab8b416, net.minecraftforge.oredict.OreIngredient@773f1eb3, net.minecraft.item.crafting.Ingredient@3ab8b416, net.minecraft.item.crafting.Ingredient@3ab8b416, net.minecraft.item.crafting.Ingredient@3ab8b416, net.minecraft.item.crafting.Ingredient@3ab8b416]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1835 mekanism:plasticblock_5_alt RecipeStage{tier='five', recipe=4xtile.PlasticBlock@5:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2da81ee8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2da81ee8, net.minecraftforge.oredict.OreIngredient@328047da, net.minecraft.item.crafting.Ingredient@2da81ee8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2da81ee8, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1836 mekanism:plasticblock_5 RecipeStage{tier='five', recipe=4xtile.PlasticBlock@5:[net.minecraft.item.crafting.Ingredient@2821a6ca, net.minecraft.item.crafting.Ingredient@2821a6ca, net.minecraft.item.crafting.Ingredient@2821a6ca, net.minecraft.item.crafting.Ingredient@2821a6ca, net.minecraftforge.oredict.OreIngredient@71ab7b25, net.minecraft.item.crafting.Ingredient@2821a6ca, net.minecraft.item.crafting.Ingredient@2821a6ca, net.minecraft.item.crafting.Ingredient@2821a6ca, net.minecraft.item.crafting.Ingredient@2821a6ca]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1837 mekanism:plasticblock_4_alt RecipeStage{tier='five', recipe=4xtile.PlasticBlock@4:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@376d148, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@376d148, net.minecraftforge.oredict.OreIngredient@714ea4b5, net.minecraft.item.crafting.Ingredient@376d148, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@376d148, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1838 mekanism:plasticblock_4 RecipeStage{tier='five', recipe=4xtile.PlasticBlock@4:[net.minecraft.item.crafting.Ingredient@72ed9a50, net.minecraft.item.crafting.Ingredient@72ed9a50, net.minecraft.item.crafting.Ingredient@72ed9a50, net.minecraft.item.crafting.Ingredient@72ed9a50, net.minecraftforge.oredict.OreIngredient@768e25d6, net.minecraft.item.crafting.Ingredient@72ed9a50, net.minecraft.item.crafting.Ingredient@72ed9a50, net.minecraft.item.crafting.Ingredient@72ed9a50, net.minecraft.item.crafting.Ingredient@72ed9a50]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1839 mekanism:plasticblock_3_alt RecipeStage{tier='five', recipe=4xtile.PlasticBlock@3:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@111234b2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@111234b2, net.minecraftforge.oredict.OreIngredient@837105a, net.minecraft.item.crafting.Ingredient@111234b2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@111234b2, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1840 mekanism:plasticblock_3 RecipeStage{tier='five', recipe=4xtile.PlasticBlock@3:[net.minecraft.item.crafting.Ingredient@2f1194cc, net.minecraft.item.crafting.Ingredient@2f1194cc, net.minecraft.item.crafting.Ingredient@2f1194cc, net.minecraft.item.crafting.Ingredient@2f1194cc, net.minecraftforge.oredict.OreIngredient@1813ec3, net.minecraft.item.crafting.Ingredient@2f1194cc, net.minecraft.item.crafting.Ingredient@2f1194cc, net.minecraft.item.crafting.Ingredient@2f1194cc, net.minecraft.item.crafting.Ingredient@2f1194cc]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1841 mekanism:plasticblock_2_alt RecipeStage{tier='five', recipe=4xtile.PlasticBlock@2:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@12e20888, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@12e20888, net.minecraftforge.oredict.OreIngredient@11ba24d6, net.minecraft.item.crafting.Ingredient@12e20888, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@12e20888, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1842 mekanism:plasticblock_2 RecipeStage{tier='five', recipe=4xtile.PlasticBlock@2:[net.minecraft.item.crafting.Ingredient@5277e424, net.minecraft.item.crafting.Ingredient@5277e424, net.minecraft.item.crafting.Ingredient@5277e424, net.minecraft.item.crafting.Ingredient@5277e424, net.minecraftforge.oredict.OreIngredient@29fc6672, net.minecraft.item.crafting.Ingredient@5277e424, net.minecraft.item.crafting.Ingredient@5277e424, net.minecraft.item.crafting.Ingredient@5277e424, net.minecraft.item.crafting.Ingredient@5277e424]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1843 mekanism:plasticblock_1_alt RecipeStage{tier='five', recipe=4xtile.PlasticBlock@1:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2b257b1a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2b257b1a, net.minecraftforge.oredict.OreIngredient@946bec2, net.minecraft.item.crafting.Ingredient@2b257b1a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2b257b1a, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1844 mekanism:plasticblock_15_alt RecipeStage{tier='five', recipe=4xtile.PlasticBlock@15:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@426572c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@426572c, net.minecraftforge.oredict.OreIngredient@51ef24f1, net.minecraft.item.crafting.Ingredient@426572c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@426572c, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1845 mekanism:plasticblock_15 RecipeStage{tier='five', recipe=4xtile.PlasticBlock@15:[net.minecraft.item.crafting.Ingredient@253c17d5, net.minecraft.item.crafting.Ingredient@253c17d5, net.minecraft.item.crafting.Ingredient@253c17d5, net.minecraft.item.crafting.Ingredient@253c17d5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@253c17d5, net.minecraft.item.crafting.Ingredient@253c17d5, net.minecraft.item.crafting.Ingredient@253c17d5, net.minecraft.item.crafting.Ingredient@253c17d5]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1846 mekanism:plasticblock_14_alt RecipeStage{tier='five', recipe=4xtile.PlasticBlock@14:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@71317789, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@71317789, net.minecraftforge.oredict.OreIngredient@4280806a, net.minecraft.item.crafting.Ingredient@71317789, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@71317789, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1847 mekanism:plasticblock_14 RecipeStage{tier='five', recipe=4xtile.PlasticBlock@14:[net.minecraft.item.crafting.Ingredient@d0297bb, net.minecraft.item.crafting.Ingredient@d0297bb, net.minecraft.item.crafting.Ingredient@d0297bb, net.minecraft.item.crafting.Ingredient@d0297bb, net.minecraftforge.oredict.OreIngredient@207a3d31, net.minecraft.item.crafting.Ingredient@d0297bb, net.minecraft.item.crafting.Ingredient@d0297bb, net.minecraft.item.crafting.Ingredient@d0297bb, net.minecraft.item.crafting.Ingredient@d0297bb]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1848 mekanism:plasticblock_13_alt RecipeStage{tier='five', recipe=4xtile.PlasticBlock@13:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@faa1908, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@faa1908, net.minecraftforge.oredict.OreIngredient@268fd3cc, net.minecraft.item.crafting.Ingredient@faa1908, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@faa1908, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1849 mekanism:plasticblock_13 RecipeStage{tier='five', recipe=4xtile.PlasticBlock@13:[net.minecraft.item.crafting.Ingredient@f13211b, net.minecraft.item.crafting.Ingredient@f13211b, net.minecraft.item.crafting.Ingredient@f13211b, net.minecraft.item.crafting.Ingredient@f13211b, net.minecraftforge.oredict.OreIngredient@2b9a829b, net.minecraft.item.crafting.Ingredient@f13211b, net.minecraft.item.crafting.Ingredient@f13211b, net.minecraft.item.crafting.Ingredient@f13211b, net.minecraft.item.crafting.Ingredient@f13211b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1850 mekanism:plasticblock_12_alt RecipeStage{tier='five', recipe=4xtile.PlasticBlock@12:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@74bf8ddf, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@74bf8ddf, net.minecraftforge.oredict.OreIngredient@5c2dacd4, net.minecraft.item.crafting.Ingredient@74bf8ddf, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@74bf8ddf, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1851 mekanism:plasticblock_12 RecipeStage{tier='five', recipe=4xtile.PlasticBlock@12:[net.minecraft.item.crafting.Ingredient@1cf078d7, net.minecraft.item.crafting.Ingredient@1cf078d7, net.minecraft.item.crafting.Ingredient@1cf078d7, net.minecraft.item.crafting.Ingredient@1cf078d7, net.minecraftforge.oredict.OreIngredient@7f55a960, net.minecraft.item.crafting.Ingredient@1cf078d7, net.minecraft.item.crafting.Ingredient@1cf078d7, net.minecraft.item.crafting.Ingredient@1cf078d7, net.minecraft.item.crafting.Ingredient@1cf078d7]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1852 mekanism:plasticblock_11_alt RecipeStage{tier='five', recipe=4xtile.PlasticBlock@11:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@772c95cc, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@772c95cc, net.minecraftforge.oredict.OreIngredient@638009cd, net.minecraft.item.crafting.Ingredient@772c95cc, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@772c95cc, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1853 mekanism:plasticblock_11 RecipeStage{tier='five', recipe=4xtile.PlasticBlock@11:[net.minecraft.item.crafting.Ingredient@434f6fe5, net.minecraft.item.crafting.Ingredient@434f6fe5, net.minecraft.item.crafting.Ingredient@434f6fe5, net.minecraft.item.crafting.Ingredient@434f6fe5, net.minecraftforge.oredict.OreIngredient@40aba48d, net.minecraft.item.crafting.Ingredient@434f6fe5, net.minecraft.item.crafting.Ingredient@434f6fe5, net.minecraft.item.crafting.Ingredient@434f6fe5, net.minecraft.item.crafting.Ingredient@434f6fe5]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1854 mekanism:plasticblock_10_alt RecipeStage{tier='five', recipe=4xtile.PlasticBlock@10:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7db2d0af, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7db2d0af, net.minecraftforge.oredict.OreIngredient@6165be0c, net.minecraft.item.crafting.Ingredient@7db2d0af, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7db2d0af, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1855 mekanism:plasticblock_10 RecipeStage{tier='five', recipe=4xtile.PlasticBlock@10:[net.minecraft.item.crafting.Ingredient@3d76dd24, net.minecraft.item.crafting.Ingredient@3d76dd24, net.minecraft.item.crafting.Ingredient@3d76dd24, net.minecraft.item.crafting.Ingredient@3d76dd24, net.minecraftforge.oredict.OreIngredient@7db66d7, net.minecraft.item.crafting.Ingredient@3d76dd24, net.minecraft.item.crafting.Ingredient@3d76dd24, net.minecraft.item.crafting.Ingredient@3d76dd24, net.minecraft.item.crafting.Ingredient@3d76dd24]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1856 mekanism:plasticblock_1 RecipeStage{tier='five', recipe=4xtile.PlasticBlock@1:[net.minecraft.item.crafting.Ingredient@5f4fcca2, net.minecraft.item.crafting.Ingredient@5f4fcca2, net.minecraft.item.crafting.Ingredient@5f4fcca2, net.minecraft.item.crafting.Ingredient@5f4fcca2, net.minecraftforge.oredict.OreIngredient@2d9c134c, net.minecraft.item.crafting.Ingredient@5f4fcca2, net.minecraft.item.crafting.Ingredient@5f4fcca2, net.minecraft.item.crafting.Ingredient@5f4fcca2, net.minecraft.item.crafting.Ingredient@5f4fcca2]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1857 mekanism:plasticblock_0_alt RecipeStage{tier='five', recipe=4xtile.PlasticBlock@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@69fe4631, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@69fe4631, net.minecraftforge.oredict.OreIngredient@4c120af5, net.minecraft.item.crafting.Ingredient@69fe4631, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@69fe4631, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1858 mekanism:plasticblock_0 RecipeStage{tier='five', recipe=4xtile.PlasticBlock@0:[net.minecraft.item.crafting.Ingredient@759cf228, net.minecraft.item.crafting.Ingredient@759cf228, net.minecraft.item.crafting.Ingredient@759cf228, net.minecraft.item.crafting.Ingredient@759cf228, net.minecraftforge.oredict.OreIngredient@652ed8f2, net.minecraft.item.crafting.Ingredient@759cf228, net.minecraft.item.crafting.Ingredient@759cf228, net.minecraft.item.crafting.Ingredient@759cf228, net.minecraft.item.crafting.Ingredient@759cf228]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1860 mekanism:obsidiantnt RecipeStage{tier='five', recipe=1xtile.ObsidianTNT@0:[net.minecraft.item.crafting.Ingredient@1eaac617, net.minecraft.item.crafting.Ingredient@1eaac617, net.minecraft.item.crafting.Ingredient@1eaac617, net.minecraft.item.crafting.Ingredient@7e740602, net.minecraft.item.crafting.Ingredient@7e740602, net.minecraft.item.crafting.Ingredient@7e740602, net.minecraft.item.crafting.Ingredient@1eaac617, net.minecraft.item.crafting.Ingredient@1eaac617, net.minecraft.item.crafting.Ingredient@1eaac617]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1864 mekanism:nugget_3 RecipeStage{tier='five', recipe=9xitem.Nugget@3:[net.minecraftforge.oredict.OreIngredient@4582aa3e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1867 mekanism:nugget_0 RecipeStage{tier='five', recipe=9xitem.Nugget@0:[net.minecraftforge.oredict.OreIngredient@216f3474]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1868 mekanism:networkreader RecipeStage{tier='five', recipe=1xitem.NetworkReader@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7ff138a5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@32854a2c, net.minecraft.item.crafting.Ingredient@ac8a927, net.minecraft.item.crafting.Ingredient@32854a2c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1dfe35aa, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1869 mekanism:mufflingupgrade RecipeStage{tier='five', recipe=1xitem.MufflingUpgrade@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6ff018cd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5081d4a1, net.minecraftforge.oredict.OreIngredient@4360fce2, net.minecraft.item.crafting.Ingredient@5081d4a1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6ff018cd, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1870 mekanism:machineblock_9 RecipeStage{tier='five', recipe=1xtile.MachineBlock@9:[net.minecraftforge.oredict.OreIngredient@585e4fc2, net.minecraftforge.oredict.OreIngredient@570ad57f, net.minecraftforge.oredict.OreIngredient@585e4fc2, net.minecraftforge.oredict.OreIngredient@7b6434fb, net.minecraft.item.crafting.Ingredient@245a0e6b, net.minecraftforge.oredict.OreIngredient@7b6434fb, net.minecraftforge.oredict.OreIngredient@585e4fc2, net.minecraftforge.oredict.OreIngredient@570ad57f, net.minecraftforge.oredict.OreIngredient@585e4fc2]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1871 mekanism:machineblock_8 RecipeStage{tier='five', recipe=1xtile.MachineBlock@8:[net.minecraftforge.oredict.OreIngredient@66a1ea1b, net.minecraft.item.crafting.Ingredient@4d7d8c57, net.minecraftforge.oredict.OreIngredient@66a1ea1b, net.minecraftforge.oredict.OreIngredient@79e705a0, net.minecraftforge.oredict.OreIngredient@347b00f9, net.minecraftforge.oredict.OreIngredient@79e705a0, net.minecraftforge.oredict.OreIngredient@66a1ea1b, net.minecraft.item.crafting.Ingredient@4d7d8c57, net.minecraftforge.oredict.OreIngredient@66a1ea1b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1872 mekanism:machineblock_7_alt_alt_alt_alt_alt_alt_alt_alt RecipeStage{tier='five', recipe=1xtile.MachineBlock@7:[net.minecraftforge.oredict.OreIngredient@51c69625, net.minecraftforge.oredict.OreIngredient@5931dabe, net.minecraftforge.oredict.OreIngredient@51c69625, net.minecraftforge.oredict.OreIngredient@228be38f, mekanism.common.recipe.MekanismIngredient@186554c, net.minecraftforge.oredict.OreIngredient@228be38f, net.minecraftforge.oredict.OreIngredient@51c69625, net.minecraftforge.oredict.OreIngredient@5931dabe, net.minecraftforge.oredict.OreIngredient@51c69625]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1873 mekanism:machineblock_7_alt_alt_alt_alt_alt_alt_alt RecipeStage{tier='five', recipe=1xtile.MachineBlock@7:[net.minecraftforge.oredict.OreIngredient@26163972, net.minecraftforge.oredict.OreIngredient@5931dabe, net.minecraftforge.oredict.OreIngredient@26163972, net.minecraftforge.oredict.OreIngredient@2439c3f4, mekanism.common.recipe.MekanismIngredient@55361ae2, net.minecraftforge.oredict.OreIngredient@2439c3f4, net.minecraftforge.oredict.OreIngredient@26163972, net.minecraftforge.oredict.OreIngredient@5931dabe, net.minecraftforge.oredict.OreIngredient@26163972]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1874 mekanism:machineblock_7_alt_alt_alt_alt_alt_alt RecipeStage{tier='five', recipe=1xtile.MachineBlock@7:[net.minecraftforge.oredict.OreIngredient@11f4284f, net.minecraftforge.oredict.OreIngredient@5931dabe, net.minecraftforge.oredict.OreIngredient@11f4284f, net.minecraftforge.oredict.OreIngredient@2fc8a673, mekanism.common.recipe.MekanismIngredient@555507b0, net.minecraftforge.oredict.OreIngredient@2fc8a673, net.minecraftforge.oredict.OreIngredient@11f4284f, net.minecraftforge.oredict.OreIngredient@5931dabe, net.minecraftforge.oredict.OreIngredient@11f4284f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1875 mekanism:machineblock_7_alt_alt_alt_alt_alt RecipeStage{tier='five', recipe=1xtile.MachineBlock@7:[net.minecraftforge.oredict.OreIngredient@3cc4e6, net.minecraftforge.oredict.OreIngredient@5931dabe, net.minecraftforge.oredict.OreIngredient@3cc4e6, net.minecraftforge.oredict.OreIngredient@57dc4266, mekanism.common.recipe.MekanismIngredient@7aaedc0, net.minecraftforge.oredict.OreIngredient@57dc4266, net.minecraftforge.oredict.OreIngredient@3cc4e6, net.minecraftforge.oredict.OreIngredient@5931dabe, net.minecraftforge.oredict.OreIngredient@3cc4e6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1876 mekanism:machineblock_7_alt_alt_alt_alt RecipeStage{tier='five', recipe=1xtile.MachineBlock@7:[net.minecraftforge.oredict.OreIngredient@300798b3, net.minecraftforge.oredict.OreIngredient@5931dabe, net.minecraftforge.oredict.OreIngredient@300798b3, net.minecraftforge.oredict.OreIngredient@249d5b3d, mekanism.common.recipe.MekanismIngredient@39b85539, net.minecraftforge.oredict.OreIngredient@249d5b3d, net.minecraftforge.oredict.OreIngredient@300798b3, net.minecraftforge.oredict.OreIngredient@5931dabe, net.minecraftforge.oredict.OreIngredient@300798b3]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1877 mekanism:machineblock_7_alt_alt_alt RecipeStage{tier='five', recipe=1xtile.MachineBlock@7:[net.minecraftforge.oredict.OreIngredient@7d94d810, net.minecraftforge.oredict.OreIngredient@5931dabe, net.minecraftforge.oredict.OreIngredient@7d94d810, net.minecraftforge.oredict.OreIngredient@6abfe3e5, mekanism.common.recipe.MekanismIngredient@771bf3b, net.minecraftforge.oredict.OreIngredient@6abfe3e5, net.minecraftforge.oredict.OreIngredient@7d94d810, net.minecraftforge.oredict.OreIngredient@5931dabe, net.minecraftforge.oredict.OreIngredient@7d94d810]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1878 mekanism:machineblock_7_alt_alt RecipeStage{tier='five', recipe=1xtile.MachineBlock@7:[net.minecraftforge.oredict.OreIngredient@37e06ad5, net.minecraftforge.oredict.OreIngredient@5931dabe, net.minecraftforge.oredict.OreIngredient@37e06ad5, net.minecraftforge.oredict.OreIngredient@3fd3be5, mekanism.common.recipe.MekanismIngredient@14dd786f, net.minecraftforge.oredict.OreIngredient@3fd3be5, net.minecraftforge.oredict.OreIngredient@37e06ad5, net.minecraftforge.oredict.OreIngredient@5931dabe, net.minecraftforge.oredict.OreIngredient@37e06ad5]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1879 mekanism:machineblock_7_alt RecipeStage{tier='five', recipe=1xtile.MachineBlock@7:[net.minecraftforge.oredict.OreIngredient@1c2c620c, net.minecraftforge.oredict.OreIngredient@5931dabe, net.minecraftforge.oredict.OreIngredient@1c2c620c, net.minecraftforge.oredict.OreIngredient@18b48699, mekanism.common.recipe.MekanismIngredient@3b14b673, net.minecraftforge.oredict.OreIngredient@18b48699, net.minecraftforge.oredict.OreIngredient@1c2c620c, net.minecraftforge.oredict.OreIngredient@5931dabe, net.minecraftforge.oredict.OreIngredient@1c2c620c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1880 mekanism:machineblock_7 RecipeStage{tier='five', recipe=1xtile.MachineBlock@7:[net.minecraftforge.oredict.OreIngredient@6e173442, net.minecraftforge.oredict.OreIngredient@5931dabe, net.minecraftforge.oredict.OreIngredient@6e173442, net.minecraftforge.oredict.OreIngredient@579e1d2f, mekanism.common.recipe.MekanismIngredient@871bb8f, net.minecraftforge.oredict.OreIngredient@579e1d2f, net.minecraftforge.oredict.OreIngredient@6e173442, net.minecraftforge.oredict.OreIngredient@5931dabe, net.minecraftforge.oredict.OreIngredient@6e173442]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1881 mekanism:machineblock_6_alt_alt_alt_alt_alt_alt_alt_alt RecipeStage{tier='five', recipe=1xtile.MachineBlock@6:[net.minecraftforge.oredict.OreIngredient@78d8975a, net.minecraftforge.oredict.OreIngredient@570ad57f, net.minecraftforge.oredict.OreIngredient@78d8975a, net.minecraftforge.oredict.OreIngredient@66ff9e06, mekanism.common.recipe.MekanismIngredient@3bff90b0, net.minecraftforge.oredict.OreIngredient@66ff9e06, net.minecraftforge.oredict.OreIngredient@78d8975a, net.minecraftforge.oredict.OreIngredient@570ad57f, net.minecraftforge.oredict.OreIngredient@78d8975a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1882 mekanism:machineblock_6_alt_alt_alt_alt_alt_alt_alt RecipeStage{tier='five', recipe=1xtile.MachineBlock@6:[net.minecraftforge.oredict.OreIngredient@20b691ae, net.minecraftforge.oredict.OreIngredient@570ad57f, net.minecraftforge.oredict.OreIngredient@20b691ae, net.minecraftforge.oredict.OreIngredient@62121f85, mekanism.common.recipe.MekanismIngredient@6dccab5a, net.minecraftforge.oredict.OreIngredient@62121f85, net.minecraftforge.oredict.OreIngredient@20b691ae, net.minecraftforge.oredict.OreIngredient@570ad57f, net.minecraftforge.oredict.OreIngredient@20b691ae]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1883 mekanism:machineblock_6_alt_alt_alt_alt_alt_alt RecipeStage{tier='five', recipe=1xtile.MachineBlock@6:[net.minecraftforge.oredict.OreIngredient@3b6df7b4, net.minecraftforge.oredict.OreIngredient@570ad57f, net.minecraftforge.oredict.OreIngredient@3b6df7b4, net.minecraftforge.oredict.OreIngredient@6e94d9cf, mekanism.common.recipe.MekanismIngredient@51af3d04, net.minecraftforge.oredict.OreIngredient@6e94d9cf, net.minecraftforge.oredict.OreIngredient@3b6df7b4, net.minecraftforge.oredict.OreIngredient@570ad57f, net.minecraftforge.oredict.OreIngredient@3b6df7b4]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1884 mekanism:machineblock_6_alt_alt_alt_alt_alt RecipeStage{tier='five', recipe=1xtile.MachineBlock@6:[net.minecraftforge.oredict.OreIngredient@4e69c7ca, net.minecraftforge.oredict.OreIngredient@570ad57f, net.minecraftforge.oredict.OreIngredient@4e69c7ca, net.minecraftforge.oredict.OreIngredient@33bc610e, mekanism.common.recipe.MekanismIngredient@3e5899d1, net.minecraftforge.oredict.OreIngredient@33bc610e, net.minecraftforge.oredict.OreIngredient@4e69c7ca, net.minecraftforge.oredict.OreIngredient@570ad57f, net.minecraftforge.oredict.OreIngredient@4e69c7ca]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1885 mekanism:machineblock_6_alt_alt_alt_alt RecipeStage{tier='five', recipe=1xtile.MachineBlock@6:[net.minecraftforge.oredict.OreIngredient@46dbfc8e, net.minecraftforge.oredict.OreIngredient@570ad57f, net.minecraftforge.oredict.OreIngredient@46dbfc8e, net.minecraftforge.oredict.OreIngredient@a5f354c, mekanism.common.recipe.MekanismIngredient@78dce9f6, net.minecraftforge.oredict.OreIngredient@a5f354c, net.minecraftforge.oredict.OreIngredient@46dbfc8e, net.minecraftforge.oredict.OreIngredient@570ad57f, net.minecraftforge.oredict.OreIngredient@46dbfc8e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1886 mekanism:machineblock_6_alt_alt_alt RecipeStage{tier='five', recipe=1xtile.MachineBlock@6:[net.minecraftforge.oredict.OreIngredient@aa6c32c, net.minecraftforge.oredict.OreIngredient@570ad57f, net.minecraftforge.oredict.OreIngredient@aa6c32c, net.minecraftforge.oredict.OreIngredient@25dbc3a2, mekanism.common.recipe.MekanismIngredient@26cb2304, net.minecraftforge.oredict.OreIngredient@25dbc3a2, net.minecraftforge.oredict.OreIngredient@aa6c32c, net.minecraftforge.oredict.OreIngredient@570ad57f, net.minecraftforge.oredict.OreIngredient@aa6c32c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1887 mekanism:machineblock_6_alt_alt RecipeStage{tier='five', recipe=1xtile.MachineBlock@6:[net.minecraftforge.oredict.OreIngredient@5befa5a1, net.minecraftforge.oredict.OreIngredient@570ad57f, net.minecraftforge.oredict.OreIngredient@5befa5a1, net.minecraftforge.oredict.OreIngredient@53604663, mekanism.common.recipe.MekanismIngredient@7fcf2040, net.minecraftforge.oredict.OreIngredient@53604663, net.minecraftforge.oredict.OreIngredient@5befa5a1, net.minecraftforge.oredict.OreIngredient@570ad57f, net.minecraftforge.oredict.OreIngredient@5befa5a1]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1888 mekanism:machineblock_6_alt RecipeStage{tier='five', recipe=1xtile.MachineBlock@6:[net.minecraftforge.oredict.OreIngredient@311779f0, net.minecraftforge.oredict.OreIngredient@570ad57f, net.minecraftforge.oredict.OreIngredient@311779f0, net.minecraftforge.oredict.OreIngredient@269eb500, mekanism.common.recipe.MekanismIngredient@344e0825, net.minecraftforge.oredict.OreIngredient@269eb500, net.minecraftforge.oredict.OreIngredient@311779f0, net.minecraftforge.oredict.OreIngredient@570ad57f, net.minecraftforge.oredict.OreIngredient@311779f0]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1889 mekanism:machineblock_6 RecipeStage{tier='five', recipe=1xtile.MachineBlock@6:[net.minecraftforge.oredict.OreIngredient@7a2e10a2, net.minecraftforge.oredict.OreIngredient@570ad57f, net.minecraftforge.oredict.OreIngredient@7a2e10a2, net.minecraftforge.oredict.OreIngredient@953f209, mekanism.common.recipe.MekanismIngredient@6108861b, net.minecraftforge.oredict.OreIngredient@953f209, net.minecraftforge.oredict.OreIngredient@7a2e10a2, net.minecraftforge.oredict.OreIngredient@570ad57f, net.minecraftforge.oredict.OreIngredient@7a2e10a2]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1890 mekanism:machineblock_5_alt_alt_alt_alt_alt_alt_alt_alt RecipeStage{tier='five', recipe=1xtile.MachineBlock@5:[net.minecraftforge.oredict.OreIngredient@4f50e4f8, net.minecraftforge.oredict.OreIngredient@6641f462, net.minecraftforge.oredict.OreIngredient@4f50e4f8, net.minecraftforge.oredict.OreIngredient@73b0f5f7, net.minecraft.item.crafting.Ingredient@48dd748c, net.minecraftforge.oredict.OreIngredient@73b0f5f7, net.minecraftforge.oredict.OreIngredient@4f50e4f8, net.minecraftforge.oredict.OreIngredient@6641f462, net.minecraftforge.oredict.OreIngredient@4f50e4f8]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1891 mekanism:machineblock_5_alt_alt_alt_alt_alt_alt_alt RecipeStage{tier='five', recipe=1xtile.MachineBlock@5:[net.minecraftforge.oredict.OreIngredient@51670be2, net.minecraftforge.oredict.OreIngredient@6641f462, net.minecraftforge.oredict.OreIngredient@51670be2, net.minecraftforge.oredict.OreIngredient@54897a92, net.minecraft.item.crafting.Ingredient@63bab61c, net.minecraftforge.oredict.OreIngredient@54897a92, net.minecraftforge.oredict.OreIngredient@51670be2, net.minecraftforge.oredict.OreIngredient@6641f462, net.minecraftforge.oredict.OreIngredient@51670be2]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1892 mekanism:machineblock_5_alt_alt_alt_alt_alt_alt RecipeStage{tier='five', recipe=1xtile.MachineBlock@5:[net.minecraftforge.oredict.OreIngredient@3a7082ae, net.minecraftforge.oredict.OreIngredient@6641f462, net.minecraftforge.oredict.OreIngredient@3a7082ae, net.minecraftforge.oredict.OreIngredient@3a190ac0, net.minecraft.item.crafting.Ingredient@5a249abd, net.minecraftforge.oredict.OreIngredient@3a190ac0, net.minecraftforge.oredict.OreIngredient@3a7082ae, net.minecraftforge.oredict.OreIngredient@6641f462, net.minecraftforge.oredict.OreIngredient@3a7082ae]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1893 mekanism:machineblock_5_alt_alt_alt_alt_alt RecipeStage{tier='five', recipe=1xtile.MachineBlock@5:[net.minecraftforge.oredict.OreIngredient@290c8a2, net.minecraftforge.oredict.OreIngredient@6641f462, net.minecraftforge.oredict.OreIngredient@290c8a2, net.minecraftforge.oredict.OreIngredient@7e98354a, net.minecraft.item.crafting.Ingredient@60a30f79, net.minecraftforge.oredict.OreIngredient@7e98354a, net.minecraftforge.oredict.OreIngredient@290c8a2, net.minecraftforge.oredict.OreIngredient@6641f462, net.minecraftforge.oredict.OreIngredient@290c8a2]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1894 mekanism:machineblock_5_alt_alt_alt_alt RecipeStage{tier='five', recipe=1xtile.MachineBlock@5:[net.minecraftforge.oredict.OreIngredient@2561517e, net.minecraftforge.oredict.OreIngredient@6641f462, net.minecraftforge.oredict.OreIngredient@2561517e, net.minecraftforge.oredict.OreIngredient@2b0f12c2, net.minecraft.item.crafting.Ingredient@2931d5c3, net.minecraftforge.oredict.OreIngredient@2b0f12c2, net.minecraftforge.oredict.OreIngredient@2561517e, net.minecraftforge.oredict.OreIngredient@6641f462, net.minecraftforge.oredict.OreIngredient@2561517e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1895 mekanism:machineblock_5_alt_alt_alt RecipeStage{tier='five', recipe=1xtile.MachineBlock@5:[net.minecraftforge.oredict.OreIngredient@25bba821, net.minecraftforge.oredict.OreIngredient@6641f462, net.minecraftforge.oredict.OreIngredient@25bba821, net.minecraftforge.oredict.OreIngredient@3a5423e1, net.minecraft.item.crafting.Ingredient@20db7a66, net.minecraftforge.oredict.OreIngredient@3a5423e1, net.minecraftforge.oredict.OreIngredient@25bba821, net.minecraftforge.oredict.OreIngredient@6641f462, net.minecraftforge.oredict.OreIngredient@25bba821]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1896 mekanism:machineblock_5_alt_alt RecipeStage{tier='five', recipe=1xtile.MachineBlock@5:[net.minecraftforge.oredict.OreIngredient@25b740af, net.minecraftforge.oredict.OreIngredient@6641f462, net.minecraftforge.oredict.OreIngredient@25b740af, net.minecraftforge.oredict.OreIngredient@29cd0e25, net.minecraft.item.crafting.Ingredient@4f367fc6, net.minecraftforge.oredict.OreIngredient@29cd0e25, net.minecraftforge.oredict.OreIngredient@25b740af, net.minecraftforge.oredict.OreIngredient@6641f462, net.minecraftforge.oredict.OreIngredient@25b740af]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1897 mekanism:machineblock_5_alt RecipeStage{tier='five', recipe=1xtile.MachineBlock@5:[net.minecraftforge.oredict.OreIngredient@1322b0b0, net.minecraftforge.oredict.OreIngredient@6641f462, net.minecraftforge.oredict.OreIngredient@1322b0b0, net.minecraftforge.oredict.OreIngredient@13a94007, net.minecraft.item.crafting.Ingredient@60990cfa, net.minecraftforge.oredict.OreIngredient@13a94007, net.minecraftforge.oredict.OreIngredient@1322b0b0, net.minecraftforge.oredict.OreIngredient@6641f462, net.minecraftforge.oredict.OreIngredient@1322b0b0]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1898 mekanism:machineblock_5 RecipeStage{tier='five', recipe=1xtile.MachineBlock@5:[net.minecraftforge.oredict.OreIngredient@4900daf7, net.minecraftforge.oredict.OreIngredient@6641f462, net.minecraftforge.oredict.OreIngredient@4900daf7, net.minecraftforge.oredict.OreIngredient@4a12f0b5, net.minecraft.item.crafting.Ingredient@43a969c5, net.minecraftforge.oredict.OreIngredient@4a12f0b5, net.minecraftforge.oredict.OreIngredient@4900daf7, net.minecraftforge.oredict.OreIngredient@6641f462, net.minecraftforge.oredict.OreIngredient@4900daf7]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1899 mekanism:machineblock_4 mekanism.common.recipe.ShapedMekanismRecipe@6b3c701d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1900 mekanism:machineblock_3 RecipeStage{tier='five', recipe=1xtile.MachineBlock@3:[net.minecraftforge.oredict.OreIngredient@606a3371, net.minecraftforge.oredict.OreIngredient@6641f462, net.minecraftforge.oredict.OreIngredient@606a3371, net.minecraft.item.crafting.Ingredient@11c5c7d1, net.minecraft.item.crafting.Ingredient@68de0bf9, net.minecraft.item.crafting.Ingredient@11c5c7d1, net.minecraftforge.oredict.OreIngredient@606a3371, net.minecraftforge.oredict.OreIngredient@6641f462, net.minecraftforge.oredict.OreIngredient@606a3371]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1901 mekanism:machineblock_2 RecipeStage{tier='five', recipe=1xtile.MachineBlock@2:[net.minecraftforge.oredict.OreIngredient@5ac5ba1b, net.minecraftforge.oredict.OreIngredient@5931dabe, net.minecraftforge.oredict.OreIngredient@5ac5ba1b, net.minecraftforge.oredict.OreIngredient@56f67a4a, net.minecraft.item.crafting.Ingredient@69acba17, net.minecraftforge.oredict.OreIngredient@56f67a4a, net.minecraftforge.oredict.OreIngredient@5ac5ba1b, net.minecraftforge.oredict.OreIngredient@5931dabe, net.minecraftforge.oredict.OreIngredient@5ac5ba1b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1902 mekanism:machineblock_15 RecipeStage{tier='five', recipe=1xtile.MachineBlock@15:[net.minecraftforge.oredict.OreIngredient@12b2488b, net.minecraft.item.crafting.Ingredient@1a829603, net.minecraftforge.oredict.OreIngredient@12b2488b, net.minecraftforge.oredict.OreIngredient@12b2488b, net.minecraftforge.oredict.OreIngredient@6641f462, net.minecraftforge.oredict.OreIngredient@12b2488b, net.minecraftforge.oredict.OreIngredient@12b2488b, net.minecraftforge.oredict.OreIngredient@12b2488b, net.minecraftforge.oredict.OreIngredient@12b2488b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1903 mekanism:machineblock_14 RecipeStage{tier='five', recipe=1xtile.MachineBlock@14:[net.minecraft.item.crafting.Ingredient@7154ef7d, net.minecraft.item.crafting.Ingredient@7154ef7d, net.minecraft.item.crafting.Ingredient@7154ef7d, net.minecraftforge.oredict.OreIngredient@52609bb3, net.minecraft.item.crafting.Ingredient@58d1fe07, net.minecraftforge.oredict.OreIngredient@52609bb3]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1904 mekanism:machineblock_13 RecipeStage{tier='five', recipe=1xtile.MachineBlock@13:[net.minecraftforge.oredict.OreIngredient@6ec812ab, net.minecraftforge.oredict.OreIngredient@71d44d63, net.minecraftforge.oredict.OreIngredient@6ec812ab, net.minecraftforge.oredict.OreIngredient@344c7f14, net.minecraftforge.oredict.OreIngredient@6641f462, net.minecraftforge.oredict.OreIngredient@344c7f14, net.minecraftforge.oredict.OreIngredient@6ec812ab, net.minecraftforge.oredict.OreIngredient@6ec812ab, net.minecraftforge.oredict.OreIngredient@6ec812ab]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1905 mekanism:machineblock_12 RecipeStage{tier='five', recipe=1xtile.MachineBlock@12:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@15cafe98, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@230fb4b5, net.minecraft.item.crafting.Ingredient@19dcf3aa, net.minecraft.item.crafting.Ingredient@230fb4b5, net.minecraftforge.oredict.OreIngredient@553c2962, net.minecraftforge.oredict.OreIngredient@553c2962, net.minecraftforge.oredict.OreIngredient@553c2962]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1906 mekanism:machineblock_11 RecipeStage{tier='five', recipe=1xtile.MachineBlock@11:[net.minecraftforge.oredict.OreIngredient@6641f462, net.minecraft.item.crafting.Ingredient@1585509f, net.minecraftforge.oredict.OreIngredient@6641f462, net.minecraft.item.crafting.Ingredient@1585509f, net.minecraft.item.crafting.Ingredient@3c830ae, net.minecraft.item.crafting.Ingredient@1585509f, net.minecraftforge.oredict.OreIngredient@6641f462, net.minecraft.item.crafting.Ingredient@1585509f, net.minecraftforge.oredict.OreIngredient@6641f462]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1907 mekanism:machineblock_10 RecipeStage{tier='five', recipe=1xtile.MachineBlock@10:[net.minecraftforge.oredict.OreIngredient@13675d74, net.minecraftforge.oredict.OreIngredient@6641f462, net.minecraftforge.oredict.OreIngredient@13675d74, net.minecraftforge.oredict.OreIngredient@1a88bb74, net.minecraft.item.crafting.Ingredient@4388e0d8, net.minecraftforge.oredict.OreIngredient@1a88bb74, net.minecraftforge.oredict.OreIngredient@13675d74, net.minecraftforge.oredict.OreIngredient@6641f462, net.minecraftforge.oredict.OreIngredient@13675d74]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1908 mekanism:machineblock_1 RecipeStage{tier='five', recipe=1xtile.MachineBlock@1:[net.minecraftforge.oredict.OreIngredient@1695cc25, net.minecraftforge.oredict.OreIngredient@570ad57f, net.minecraftforge.oredict.OreIngredient@1695cc25, net.minecraft.item.crafting.Ingredient@529f06b8, net.minecraft.item.crafting.Ingredient@501412a2, net.minecraft.item.crafting.Ingredient@529f06b8, net.minecraftforge.oredict.OreIngredient@1695cc25, net.minecraftforge.oredict.OreIngredient@570ad57f, net.minecraftforge.oredict.OreIngredient@1695cc25]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1909 mekanism:machineblock_0 RecipeStage{tier='five', recipe=1xtile.MachineBlock@0:[net.minecraftforge.oredict.OreIngredient@495356fb, net.minecraftforge.oredict.OreIngredient@6641f462, net.minecraftforge.oredict.OreIngredient@495356fb, net.minecraftforge.oredict.OreIngredient@173f567a, net.minecraft.item.crafting.Ingredient@60b26444, net.minecraftforge.oredict.OreIngredient@173f567a, net.minecraftforge.oredict.OreIngredient@495356fb, net.minecraftforge.oredict.OreIngredient@6641f462, net.minecraftforge.oredict.OreIngredient@495356fb]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1910 mekanism:machineblock3_6 RecipeStage{tier='five', recipe=1xtile.MachineBlock3@6:[net.minecraftforge.oredict.OreIngredient@2195347, net.minecraftforge.oredict.OreIngredient@6641f462, net.minecraftforge.oredict.OreIngredient@2195347, net.minecraft.item.crafting.Ingredient@2a01a8c8, net.minecraft.item.crafting.Ingredient@6ada9eb7, net.minecraft.item.crafting.Ingredient@2a01a8c8, net.minecraftforge.oredict.OreIngredient@2195347, net.minecraftforge.oredict.OreIngredient@2195347, net.minecraftforge.oredict.OreIngredient@2195347]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1911 mekanism:machineblock3_5 RecipeStage{tier='five', recipe=1xtile.MachineBlock3@5:[net.minecraftforge.oredict.OreIngredient@1e74b845, net.minecraft.item.crafting.Ingredient@926b3cc, net.minecraftforge.oredict.OreIngredient@1e74b845, net.minecraftforge.oredict.OreIngredient@6641f462, net.minecraft.item.crafting.Ingredient@4e08c55, net.minecraftforge.oredict.OreIngredient@6641f462, net.minecraftforge.oredict.OreIngredient@1e74b845, net.minecraftforge.oredict.OreIngredient@265cb8c5, net.minecraftforge.oredict.OreIngredient@1e74b845]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1912 mekanism:machineblock3_4 RecipeStage{tier='five', recipe=1xtile.MachineBlock3@4:[net.minecraftforge.oredict.OreIngredient@12dd020a, net.minecraftforge.oredict.OreIngredient@40b27d4a, net.minecraftforge.oredict.OreIngredient@12dd020a, net.minecraftforge.oredict.OreIngredient@40b27d4a, net.minecraft.item.crafting.Ingredient@de21505, net.minecraftforge.oredict.OreIngredient@40b27d4a, net.minecraftforge.oredict.OreIngredient@12dd020a, net.minecraft.item.crafting.Ingredient@4b8d8e72, net.minecraftforge.oredict.OreIngredient@12dd020a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1914 mekanism:machineblock3_1 RecipeStage{tier='five', recipe=1xtile.MachineBlock3@1:[net.minecraftforge.oredict.OreIngredient@5b1cafc8, net.minecraft.item.crafting.Ingredient@556b8ad9, net.minecraftforge.oredict.OreIngredient@5b1cafc8, net.minecraftforge.oredict.OreIngredient@5931dabe, net.minecraft.item.crafting.Ingredient@4d8ed62e, net.minecraftforge.oredict.OreIngredient@5931dabe, net.minecraftforge.oredict.OreIngredient@5b2e7581, net.minecraftforge.oredict.OreIngredient@5b2e7581, net.minecraftforge.oredict.OreIngredient@5b2e7581]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1915 mekanism:machineblock3_0 RecipeStage{tier='five', recipe=1xtile.MachineBlock3@0:[net.minecraftforge.oredict.OreIngredient@3363a045, net.minecraftforge.oredict.OreIngredient@303ad71e, net.minecraftforge.oredict.OreIngredient@3363a045, net.minecraftforge.oredict.OreIngredient@69c846d5, net.minecraft.item.crafting.Ingredient@78e36168, net.minecraftforge.oredict.OreIngredient@69c846d5, net.minecraftforge.oredict.OreIngredient@3363a045, net.minecraftforge.oredict.OreIngredient@303ad71e, net.minecraftforge.oredict.OreIngredient@3363a045]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1916 mekanism:machineblock2_9 RecipeStage{tier='five', recipe=1xtile.MachineBlock2@9:[net.minecraftforge.oredict.OreIngredient@61228be0, net.minecraft.item.crafting.Ingredient@62f2b387, net.minecraftforge.oredict.OreIngredient@61228be0, net.minecraftforge.oredict.OreIngredient@6641f462, net.minecraft.item.crafting.Ingredient@7b35fdfb, net.minecraftforge.oredict.OreIngredient@6641f462, net.minecraftforge.oredict.OreIngredient@61228be0, net.minecraftforge.oredict.OreIngredient@61228be0, net.minecraftforge.oredict.OreIngredient@61228be0]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1917 mekanism:machineblock2_8 RecipeStage{tier='five', recipe=1xtile.MachineBlock2@8:[net.minecraftforge.oredict.OreIngredient@6641f462, mekanism.common.recipe.MekanismIngredient@22353fc1, net.minecraftforge.oredict.OreIngredient@6641f462, net.minecraft.item.crafting.Ingredient@107a8916, net.minecraft.item.crafting.Ingredient@7d4db60c, net.minecraft.item.crafting.Ingredient@107a8916, net.minecraftforge.oredict.OreIngredient@6641f462, mekanism.common.recipe.MekanismIngredient@22353fc1, net.minecraftforge.oredict.OreIngredient@6641f462]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1918 mekanism:machineblock2_7 RecipeStage{tier='five', recipe=1xtile.MachineBlock2@7:[net.minecraftforge.oredict.OreIngredient@6641f462, net.minecraft.item.crafting.Ingredient@379489e2, net.minecraftforge.oredict.OreIngredient@6641f462, net.minecraft.item.crafting.Ingredient@176cafa, net.minecraft.item.crafting.Ingredient@4e44188f, net.minecraft.item.crafting.Ingredient@176cafa, net.minecraftforge.oredict.OreIngredient@6641f462, mekanism.common.recipe.MekanismIngredient@75736d1c, net.minecraftforge.oredict.OreIngredient@6641f462]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1919 mekanism:machineblock2_6 RecipeStage{tier='five', recipe=1xtile.MachineBlock2@6:[net.minecraftforge.oredict.OreIngredient@6641f462, mekanism.common.recipe.MekanismIngredient@3b72664f, net.minecraftforge.oredict.OreIngredient@6641f462, net.minecraft.item.crafting.Ingredient@2ee84b3, net.minecraft.item.crafting.Ingredient@6a011c46, net.minecraft.item.crafting.Ingredient@2ee84b3, net.minecraftforge.oredict.OreIngredient@6641f462, mekanism.common.recipe.MekanismIngredient@3b72664f, net.minecraftforge.oredict.OreIngredient@6641f462]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1920 mekanism:machineblock2_5 RecipeStage{tier='five', recipe=1xtile.MachineBlock2@5:[net.minecraftforge.oredict.OreIngredient@100551cb, net.minecraftforge.oredict.OreIngredient@6641f462, net.minecraftforge.oredict.OreIngredient@100551cb, net.minecraft.item.crafting.Ingredient@7cd3730a, net.minecraft.item.crafting.Ingredient@5378aa2, net.minecraft.item.crafting.Ingredient@7cd3730a, net.minecraftforge.oredict.OreIngredient@100551cb, net.minecraftforge.oredict.OreIngredient@6641f462, net.minecraftforge.oredict.OreIngredient@100551cb]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1921 mekanism:machineblock2_4 RecipeStage{tier='five', recipe=1xtile.MachineBlock2@4:[net.minecraftforge.oredict.OreIngredient@6e3f733a, net.minecraftforge.oredict.OreIngredient@79cb9799, net.minecraftforge.oredict.OreIngredient@6e3f733a, net.minecraft.item.crafting.Ingredient@7dbf4294, net.minecraft.item.crafting.Ingredient@8390a71, net.minecraft.item.crafting.Ingredient@7dbf4294, net.minecraftforge.oredict.OreIngredient@6e3f733a, net.minecraftforge.oredict.OreIngredient@79cb9799, net.minecraftforge.oredict.OreIngredient@6e3f733a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1922 mekanism:machineblock2_3 RecipeStage{tier='five', recipe=1xtile.MachineBlock2@3:[net.minecraftforge.oredict.OreIngredient@38a53a31, net.minecraftforge.oredict.OreIngredient@5931dabe, net.minecraftforge.oredict.OreIngredient@38a53a31, net.minecraftforge.oredict.OreIngredient@ee9d89f, net.minecraft.item.crafting.Ingredient@1958ebaf, net.minecraftforge.oredict.OreIngredient@ee9d89f, net.minecraftforge.oredict.OreIngredient@38a53a31, net.minecraftforge.oredict.OreIngredient@5931dabe, net.minecraftforge.oredict.OreIngredient@38a53a31]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1923 mekanism:machineblock2_2 RecipeStage{tier='five', recipe=1xtile.MachineBlock2@2:[net.minecraft.item.crafting.Ingredient@52ff3c57, net.minecraftforge.oredict.OreIngredient@6641f462, net.minecraft.item.crafting.Ingredient@52ff3c57, mekanism.common.recipe.MekanismIngredient@504a59d1, net.minecraft.item.crafting.Ingredient@6cab544e, mekanism.common.recipe.MekanismIngredient@504a59d1, net.minecraft.item.crafting.Ingredient@52ff3c57, net.minecraftforge.oredict.OreIngredient@6641f462, net.minecraft.item.crafting.Ingredient@52ff3c57]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1924 mekanism:machineblock2_15 RecipeStage{tier='five', recipe=1xtile.MachineBlock2@15:[net.minecraft.item.crafting.Ingredient@4cc9c297, net.minecraft.item.crafting.Ingredient@2e114628]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1925 mekanism:machineblock2_14 RecipeStage{tier='five', recipe=1xtile.MachineBlock2@14:[net.minecraftforge.oredict.OreIngredient@47a9f6fb, net.minecraftforge.oredict.OreIngredient@47a9f6fb, net.minecraftforge.oredict.OreIngredient@47a9f6fb, net.minecraftforge.oredict.OreIngredient@47a9f6fb, mekanism.common.recipe.MekanismIngredient@fa091c3, net.minecraftforge.oredict.OreIngredient@7d9b387c, net.minecraftforge.oredict.OreIngredient@47a9f6fb, net.minecraftforge.oredict.OreIngredient@47a9f6fb, net.minecraftforge.oredict.OreIngredient@47a9f6fb]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1926 mekanism:machineblock2_13 RecipeStage{tier='five', recipe=1xtile.MachineBlock2@13:[net.minecraftforge.oredict.OreIngredient@25aa07b3, net.minecraft.item.crafting.Ingredient@4f7428d2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@25aa07b3, net.minecraft.item.crafting.Ingredient@f471801, net.minecraftforge.oredict.OreIngredient@1c01680f, net.minecraftforge.oredict.OreIngredient@25aa07b3, net.minecraft.item.crafting.Ingredient@4f7428d2, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1927 mekanism:machineblock2_12 RecipeStage{tier='five', recipe=1xtile.MachineBlock2@12:[net.minecraftforge.oredict.OreIngredient@7f7989e0, net.minecraftforge.oredict.OreIngredient@7f7989e0, net.minecraftforge.oredict.OreIngredient@7f7989e0, net.minecraftforge.oredict.OreIngredient@6641f462, net.minecraft.item.crafting.Ingredient@742c70dc, net.minecraftforge.oredict.OreIngredient@6641f462, net.minecraftforge.oredict.OreIngredient@7f7989e0, net.minecraftforge.oredict.OreIngredient@7f7989e0, net.minecraftforge.oredict.OreIngredient@7f7989e0]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1928 mekanism:machineblock2_11_alt_alt_alt RecipeStage{tier='five', recipe=1xtile.MachineBlock2@11:[net.minecraftforge.oredict.OreIngredient@7eb7528b, net.minecraftforge.oredict.OreIngredient@736dbe2a, net.minecraftforge.oredict.OreIngredient@7eb7528b, net.minecraftforge.oredict.OreIngredient@736dbe2a, mekanism.common.recipe.MekanismIngredient@57ec9c93, net.minecraftforge.oredict.OreIngredient@736dbe2a, net.minecraftforge.oredict.OreIngredient@7eb7528b, net.minecraftforge.oredict.OreIngredient@736dbe2a, net.minecraftforge.oredict.OreIngredient@7eb7528b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1929 mekanism:machineblock2_11_alt_alt RecipeStage{tier='five', recipe=1xtile.MachineBlock2@11:[net.minecraftforge.oredict.OreIngredient@4079b046, net.minecraftforge.oredict.OreIngredient@3d06b4b5, net.minecraftforge.oredict.OreIngredient@4079b046, net.minecraftforge.oredict.OreIngredient@3d06b4b5, mekanism.common.recipe.MekanismIngredient@566ef5d2, net.minecraftforge.oredict.OreIngredient@3d06b4b5, net.minecraftforge.oredict.OreIngredient@4079b046, net.minecraftforge.oredict.OreIngredient@3d06b4b5, net.minecraftforge.oredict.OreIngredient@4079b046]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1930 mekanism:machineblock2_11_alt RecipeStage{tier='five', recipe=1xtile.MachineBlock2@11:[net.minecraftforge.oredict.OreIngredient@198b512b, net.minecraftforge.oredict.OreIngredient@2720a8b2, net.minecraftforge.oredict.OreIngredient@198b512b, net.minecraftforge.oredict.OreIngredient@2720a8b2, mekanism.common.recipe.MekanismIngredient@1da38508, net.minecraftforge.oredict.OreIngredient@2720a8b2, net.minecraftforge.oredict.OreIngredient@198b512b, net.minecraftforge.oredict.OreIngredient@2720a8b2, net.minecraftforge.oredict.OreIngredient@198b512b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1931 mekanism:machineblock2_11 RecipeStage{tier='five', recipe=1xtile.MachineBlock2@11:[net.minecraftforge.oredict.OreIngredient@51ffbbd6, net.minecraftforge.oredict.OreIngredient@7d0daa80, net.minecraftforge.oredict.OreIngredient@51ffbbd6, net.minecraftforge.oredict.OreIngredient@7d0daa80, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7d0daa80, net.minecraftforge.oredict.OreIngredient@51ffbbd6, net.minecraftforge.oredict.OreIngredient@7d0daa80, net.minecraftforge.oredict.OreIngredient@51ffbbd6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1932 mekanism:machineblock2_10 RecipeStage{tier='five', recipe=1xtile.MachineBlock2@10:[net.minecraftforge.oredict.OreIngredient@12946c17, net.minecraft.item.crafting.Ingredient@6729844e, net.minecraftforge.oredict.OreIngredient@12946c17, net.minecraftforge.oredict.OreIngredient@6641f462, net.minecraft.item.crafting.Ingredient@13dc5721, net.minecraftforge.oredict.OreIngredient@6641f462, mekanism.common.recipe.MekanismIngredient@229973b1, net.minecraft.item.crafting.Ingredient@4c51e3f2, mekanism.common.recipe.MekanismIngredient@229973b1]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1933 mekanism:machineblock2_1 RecipeStage{tier='five', recipe=1xtile.MachineBlock2@1:[net.minecraft.item.crafting.Ingredient@63885867, net.minecraftforge.oredict.OreIngredient@6641f462, net.minecraft.item.crafting.Ingredient@63885867, net.minecraft.item.crafting.Ingredient@497bd00d, net.minecraft.item.crafting.Ingredient@3efe554c, mekanism.common.recipe.MekanismIngredient@3814f748, net.minecraft.item.crafting.Ingredient@63885867, net.minecraftforge.oredict.OreIngredient@6641f462, net.minecraft.item.crafting.Ingredient@63885867]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1934 mekanism:machineblock2_0 RecipeStage{tier='five', recipe=1xtile.MachineBlock2@0:[net.minecraftforge.oredict.OreIngredient@52be3441, net.minecraftforge.oredict.OreIngredient@6641f462, net.minecraftforge.oredict.OreIngredient@52be3441, mekanism.common.recipe.MekanismIngredient@5d3bf1bc, net.minecraft.item.crafting.Ingredient@3270edf5, mekanism.common.recipe.MekanismIngredient@47214464, net.minecraftforge.oredict.OreIngredient@52be3441, net.minecraftforge.oredict.OreIngredient@6641f462, net.minecraftforge.oredict.OreIngredient@52be3441]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1935 mekanism:jetpack RecipeStage{tier='five', recipe=1xitem.Jetpack@0:[net.minecraftforge.oredict.OreIngredient@1e4ffb35, net.minecraftforge.oredict.OreIngredient@6641f462, net.minecraftforge.oredict.OreIngredient@1e4ffb35, net.minecraftforge.oredict.OreIngredient@7469a752, mekanism.common.recipe.MekanismIngredient@79929e31, net.minecraftforge.oredict.OreIngredient@7469a752, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7469a752, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1942 mekanism:ingot_3_alt RecipeStage{tier='five', recipe=1xitem.Ingot@3:[net.minecraftforge.oredict.OreIngredient@746420a7, net.minecraftforge.oredict.OreIngredient@746420a7, net.minecraftforge.oredict.OreIngredient@746420a7, net.minecraftforge.oredict.OreIngredient@746420a7, net.minecraftforge.oredict.OreIngredient@746420a7, net.minecraftforge.oredict.OreIngredient@746420a7, net.minecraftforge.oredict.OreIngredient@746420a7, net.minecraftforge.oredict.OreIngredient@746420a7, net.minecraftforge.oredict.OreIngredient@746420a7]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1943 mekanism:ingot_3 RecipeStage{tier='five', recipe=9xitem.Ingot@3:[net.minecraft.item.crafting.Ingredient@76ce2dd4]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1948 mekanism:ingot_0_alt RecipeStage{tier='five', recipe=1xitem.Ingot@0:[net.minecraftforge.oredict.OreIngredient@26068e27, net.minecraftforge.oredict.OreIngredient@26068e27, net.minecraftforge.oredict.OreIngredient@26068e27, net.minecraftforge.oredict.OreIngredient@26068e27, net.minecraftforge.oredict.OreIngredient@26068e27, net.minecraftforge.oredict.OreIngredient@26068e27, net.minecraftforge.oredict.OreIngredient@26068e27, net.minecraftforge.oredict.OreIngredient@26068e27, net.minecraftforge.oredict.OreIngredient@26068e27]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1949 mekanism:ingot_0 RecipeStage{tier='five', recipe=9xitem.Ingot@0:[net.minecraft.item.crafting.Ingredient@619ec6da]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1950 mekanism:glowplasticblock_9_alt RecipeStage{tier='five', recipe=4xtile.GlowPlasticBlock@9:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4c06b2a2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4c06b2a2, net.minecraftforge.oredict.OreIngredient@62cd3643, net.minecraft.item.crafting.Ingredient@4c06b2a2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4c06b2a2, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1951 mekanism:glowplasticblock_9 RecipeStage{tier='five', recipe=3xtile.GlowPlasticBlock@9:[net.minecraft.item.crafting.Ingredient@7701bf4f, net.minecraft.item.crafting.Ingredient@912006b, net.minecraft.item.crafting.Ingredient@727626fe, net.minecraft.item.crafting.Ingredient@215d511d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1952 mekanism:glowplasticblock_8_alt RecipeStage{tier='five', recipe=4xtile.GlowPlasticBlock@8:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4ac8d81a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4ac8d81a, net.minecraftforge.oredict.OreIngredient@72e14974, net.minecraft.item.crafting.Ingredient@4ac8d81a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4ac8d81a, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1953 mekanism:glowplasticblock_8 RecipeStage{tier='five', recipe=3xtile.GlowPlasticBlock@8:[net.minecraft.item.crafting.Ingredient@519961eb, net.minecraft.item.crafting.Ingredient@ef52762, net.minecraft.item.crafting.Ingredient@52f9655b, net.minecraft.item.crafting.Ingredient@22f8d184]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1954 mekanism:glowplasticblock_7_alt RecipeStage{tier='five', recipe=4xtile.GlowPlasticBlock@7:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@62c77ce8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@62c77ce8, net.minecraftforge.oredict.OreIngredient@79f8f69b, net.minecraft.item.crafting.Ingredient@62c77ce8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@62c77ce8, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1955 mekanism:glowplasticblock_7 RecipeStage{tier='five', recipe=3xtile.GlowPlasticBlock@7:[net.minecraft.item.crafting.Ingredient@541b7afc, net.minecraft.item.crafting.Ingredient@789085df, net.minecraft.item.crafting.Ingredient@4bce78e0, net.minecraft.item.crafting.Ingredient@692d15b8]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1956 mekanism:glowplasticblock_6_alt RecipeStage{tier='five', recipe=4xtile.GlowPlasticBlock@6:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@239ca277, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@239ca277, net.minecraftforge.oredict.OreIngredient@37112979, net.minecraft.item.crafting.Ingredient@239ca277, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@239ca277, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1957 mekanism:glowplasticblock_6 RecipeStage{tier='five', recipe=3xtile.GlowPlasticBlock@6:[net.minecraft.item.crafting.Ingredient@7c28bd59, net.minecraft.item.crafting.Ingredient@4ca2d6bc, net.minecraft.item.crafting.Ingredient@64d4326e, net.minecraft.item.crafting.Ingredient@464ec8b2]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1958 mekanism:glowplasticblock_5_alt RecipeStage{tier='five', recipe=4xtile.GlowPlasticBlock@5:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@50c1074d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@50c1074d, net.minecraftforge.oredict.OreIngredient@41acdcd, net.minecraft.item.crafting.Ingredient@50c1074d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@50c1074d, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1959 mekanism:glowplasticblock_5 RecipeStage{tier='five', recipe=3xtile.GlowPlasticBlock@5:[net.minecraft.item.crafting.Ingredient@5bc40863, net.minecraft.item.crafting.Ingredient@5f6779b2, net.minecraft.item.crafting.Ingredient@4ccbccd, net.minecraft.item.crafting.Ingredient@1bf06f13]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1960 mekanism:glowplasticblock_4_alt RecipeStage{tier='five', recipe=4xtile.GlowPlasticBlock@4:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7d192980, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7d192980, net.minecraftforge.oredict.OreIngredient@7acaf926, net.minecraft.item.crafting.Ingredient@7d192980, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7d192980, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1961 mekanism:glowplasticblock_4 RecipeStage{tier='five', recipe=3xtile.GlowPlasticBlock@4:[net.minecraft.item.crafting.Ingredient@5d0482a5, net.minecraft.item.crafting.Ingredient@6e1d5950, net.minecraft.item.crafting.Ingredient@73d856b6, net.minecraft.item.crafting.Ingredient@5162ee3c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1962 mekanism:glowplasticblock_3_alt RecipeStage{tier='five', recipe=4xtile.GlowPlasticBlock@3:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5bd0d4ce, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5bd0d4ce, net.minecraftforge.oredict.OreIngredient@21580a1c, net.minecraft.item.crafting.Ingredient@5bd0d4ce, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5bd0d4ce, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1963 mekanism:glowplasticblock_3 RecipeStage{tier='five', recipe=3xtile.GlowPlasticBlock@3:[net.minecraft.item.crafting.Ingredient@48e5d1eb, net.minecraft.item.crafting.Ingredient@13078e44, net.minecraft.item.crafting.Ingredient@583d978c, net.minecraft.item.crafting.Ingredient@10c8e761]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1964 mekanism:glowplasticblock_2_alt RecipeStage{tier='five', recipe=4xtile.GlowPlasticBlock@2:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3a0faf5b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3a0faf5b, net.minecraftforge.oredict.OreIngredient@6cad9ac6, net.minecraft.item.crafting.Ingredient@3a0faf5b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3a0faf5b, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1965 mekanism:glowplasticblock_2 RecipeStage{tier='five', recipe=3xtile.GlowPlasticBlock@2:[net.minecraft.item.crafting.Ingredient@34a4b6f0, net.minecraft.item.crafting.Ingredient@5f516d5f, net.minecraft.item.crafting.Ingredient@474e2c3e, net.minecraft.item.crafting.Ingredient@8563a99]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1966 mekanism:glowplasticblock_1_alt RecipeStage{tier='five', recipe=4xtile.GlowPlasticBlock@1:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@429926ef, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@429926ef, net.minecraftforge.oredict.OreIngredient@7b86be5f, net.minecraft.item.crafting.Ingredient@429926ef, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@429926ef, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1967 mekanism:glowplasticblock_15_alt RecipeStage{tier='five', recipe=4xtile.GlowPlasticBlock@15:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@472b6692, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@472b6692, net.minecraftforge.oredict.OreIngredient@28142ae2, net.minecraft.item.crafting.Ingredient@472b6692, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@472b6692, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1968 mekanism:glowplasticblock_15 RecipeStage{tier='five', recipe=3xtile.GlowPlasticBlock@15:[net.minecraft.item.crafting.Ingredient@19dbc786, net.minecraft.item.crafting.Ingredient@79b1727a, net.minecraft.item.crafting.Ingredient@6718de72, net.minecraft.item.crafting.Ingredient@7af67d01]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1969 mekanism:glowplasticblock_14_alt RecipeStage{tier='five', recipe=4xtile.GlowPlasticBlock@14:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@279b2f2d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@279b2f2d, net.minecraftforge.oredict.OreIngredient@29527ef2, net.minecraft.item.crafting.Ingredient@279b2f2d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@279b2f2d, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1970 mekanism:glowplasticblock_14 RecipeStage{tier='five', recipe=3xtile.GlowPlasticBlock@14:[net.minecraft.item.crafting.Ingredient@1909705d, net.minecraft.item.crafting.Ingredient@7e78afb7, net.minecraft.item.crafting.Ingredient@77f4f4d1, net.minecraft.item.crafting.Ingredient@6589b23b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1971 mekanism:glowplasticblock_13_alt RecipeStage{tier='five', recipe=4xtile.GlowPlasticBlock@13:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@745ceff9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@745ceff9, net.minecraftforge.oredict.OreIngredient@46d48ef8, net.minecraft.item.crafting.Ingredient@745ceff9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@745ceff9, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1972 mekanism:glowplasticblock_13 RecipeStage{tier='five', recipe=3xtile.GlowPlasticBlock@13:[net.minecraft.item.crafting.Ingredient@761fbe42, net.minecraft.item.crafting.Ingredient@107fb7a6, net.minecraft.item.crafting.Ingredient@65cec4d0, net.minecraft.item.crafting.Ingredient@37d343f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1973 mekanism:glowplasticblock_12_alt RecipeStage{tier='five', recipe=4xtile.GlowPlasticBlock@12:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1c799d86, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1c799d86, net.minecraftforge.oredict.OreIngredient@4f8caf32, net.minecraft.item.crafting.Ingredient@1c799d86, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1c799d86, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1974 mekanism:glowplasticblock_12 RecipeStage{tier='five', recipe=3xtile.GlowPlasticBlock@12:[net.minecraft.item.crafting.Ingredient@7b228503, net.minecraft.item.crafting.Ingredient@76a7afc4, net.minecraft.item.crafting.Ingredient@34b465b8, net.minecraft.item.crafting.Ingredient@f5bea52]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1975 mekanism:glowplasticblock_11_alt RecipeStage{tier='five', recipe=4xtile.GlowPlasticBlock@11:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6c7b7bbf, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6c7b7bbf, net.minecraftforge.oredict.OreIngredient@7f37ed53, net.minecraft.item.crafting.Ingredient@6c7b7bbf, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6c7b7bbf, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1976 mekanism:glowplasticblock_11 RecipeStage{tier='five', recipe=3xtile.GlowPlasticBlock@11:[net.minecraft.item.crafting.Ingredient@6e1843e0, net.minecraft.item.crafting.Ingredient@4bc23290, net.minecraft.item.crafting.Ingredient@70ad7768, net.minecraft.item.crafting.Ingredient@75ddd235]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1977 mekanism:glowplasticblock_10_alt RecipeStage{tier='five', recipe=4xtile.GlowPlasticBlock@10:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3a07350, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3a07350, net.minecraftforge.oredict.OreIngredient@6e7ab4f9, net.minecraft.item.crafting.Ingredient@3a07350, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3a07350, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1978 mekanism:glowplasticblock_10 RecipeStage{tier='five', recipe=3xtile.GlowPlasticBlock@10:[net.minecraft.item.crafting.Ingredient@27d063cb, net.minecraft.item.crafting.Ingredient@51e0f41c, net.minecraft.item.crafting.Ingredient@2dcff691, net.minecraft.item.crafting.Ingredient@75d4a61]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1979 mekanism:glowplasticblock_1 RecipeStage{tier='five', recipe=3xtile.GlowPlasticBlock@1:[net.minecraft.item.crafting.Ingredient@4a6bbc9d, net.minecraft.item.crafting.Ingredient@54b986d5, net.minecraft.item.crafting.Ingredient@2e1a1a09, net.minecraft.item.crafting.Ingredient@4ed0a999]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1980 mekanism:glowplasticblock_0_alt RecipeStage{tier='five', recipe=4xtile.GlowPlasticBlock@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@74bcbb2d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@74bcbb2d, net.minecraftforge.oredict.OreIngredient@6e328a0b, net.minecraft.item.crafting.Ingredient@74bcbb2d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@74bcbb2d, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1981 mekanism:glowplasticblock_0 RecipeStage{tier='five', recipe=3xtile.GlowPlasticBlock@0:[net.minecraft.item.crafting.Ingredient@5fb3be0f, net.minecraft.item.crafting.Ingredient@4860129e, net.minecraft.item.crafting.Ingredient@1a60e1e, net.minecraft.item.crafting.Ingredient@7ca364db]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1982 mekanism:glowpanel_9_alt RecipeStage{tier='five', recipe=4xtile.GlowPanel@9:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@209be895, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@209be895, net.minecraftforge.oredict.OreIngredient@96474de, net.minecraft.item.crafting.Ingredient@209be895, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@209be895, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1983 mekanism:glowpanel_9 RecipeStage{tier='five', recipe=2xtile.GlowPanel@9:[net.minecraftforge.oredict.OreIngredient@54f2da84, net.minecraft.item.crafting.Ingredient@4c86b95c, net.minecraftforge.oredict.OreIngredient@54f2da84, net.minecraft.item.crafting.Ingredient@4c86b95c, net.minecraftforge.oredict.OreIngredient@1d0a99c7, net.minecraft.item.crafting.Ingredient@4c86b95c, net.minecraftforge.oredict.OreIngredient@3722f310, net.minecraft.item.crafting.Ingredient@4c86b95c, net.minecraftforge.oredict.OreIngredient@3722f310]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1984 mekanism:glowpanel_8_alt RecipeStage{tier='five', recipe=4xtile.GlowPanel@8:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@65649713, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@65649713, net.minecraftforge.oredict.OreIngredient@212ae84c, net.minecraft.item.crafting.Ingredient@65649713, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@65649713, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1985 mekanism:glowpanel_8 RecipeStage{tier='five', recipe=2xtile.GlowPanel@8:[net.minecraftforge.oredict.OreIngredient@34214fc5, net.minecraft.item.crafting.Ingredient@68021221, net.minecraftforge.oredict.OreIngredient@34214fc5, net.minecraft.item.crafting.Ingredient@68021221, net.minecraftforge.oredict.OreIngredient@7811180b, net.minecraft.item.crafting.Ingredient@68021221, net.minecraftforge.oredict.OreIngredient@47ab85d8, net.minecraft.item.crafting.Ingredient@68021221, net.minecraftforge.oredict.OreIngredient@47ab85d8]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1986 mekanism:glowpanel_7_alt RecipeStage{tier='five', recipe=4xtile.GlowPanel@7:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6a1e7c5f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6a1e7c5f, net.minecraftforge.oredict.OreIngredient@46545a4e, net.minecraft.item.crafting.Ingredient@6a1e7c5f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6a1e7c5f, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1987 mekanism:glowpanel_7 RecipeStage{tier='five', recipe=2xtile.GlowPanel@7:[net.minecraftforge.oredict.OreIngredient@47054f5d, net.minecraft.item.crafting.Ingredient@405a0cb, net.minecraftforge.oredict.OreIngredient@47054f5d, net.minecraft.item.crafting.Ingredient@405a0cb, net.minecraftforge.oredict.OreIngredient@2aef9cfd, net.minecraft.item.crafting.Ingredient@405a0cb, net.minecraftforge.oredict.OreIngredient@36ae1baa, net.minecraft.item.crafting.Ingredient@405a0cb, net.minecraftforge.oredict.OreIngredient@36ae1baa]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1988 mekanism:glowpanel_6_alt RecipeStage{tier='five', recipe=4xtile.GlowPanel@6:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@62fd7b62, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@62fd7b62, net.minecraftforge.oredict.OreIngredient@5fd08a45, net.minecraft.item.crafting.Ingredient@62fd7b62, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@62fd7b62, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1989 mekanism:glowpanel_6 RecipeStage{tier='five', recipe=2xtile.GlowPanel@6:[net.minecraftforge.oredict.OreIngredient@284b1c00, net.minecraft.item.crafting.Ingredient@6c061c46, net.minecraftforge.oredict.OreIngredient@284b1c00, net.minecraft.item.crafting.Ingredient@6c061c46, net.minecraftforge.oredict.OreIngredient@7dac0225, net.minecraft.item.crafting.Ingredient@6c061c46, net.minecraftforge.oredict.OreIngredient@1f48819f, net.minecraft.item.crafting.Ingredient@6c061c46, net.minecraftforge.oredict.OreIngredient@1f48819f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1990 mekanism:glowpanel_5_alt RecipeStage{tier='five', recipe=4xtile.GlowPanel@5:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@751449bf, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@751449bf, net.minecraftforge.oredict.OreIngredient@3da0a12, net.minecraft.item.crafting.Ingredient@751449bf, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@751449bf, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1991 mekanism:glowpanel_5 RecipeStage{tier='five', recipe=2xtile.GlowPanel@5:[net.minecraftforge.oredict.OreIngredient@1ebf9f46, net.minecraft.item.crafting.Ingredient@272baf74, net.minecraftforge.oredict.OreIngredient@1ebf9f46, net.minecraft.item.crafting.Ingredient@272baf74, net.minecraftforge.oredict.OreIngredient@7e735fd5, net.minecraft.item.crafting.Ingredient@272baf74, net.minecraftforge.oredict.OreIngredient@7df036f, net.minecraft.item.crafting.Ingredient@272baf74, net.minecraftforge.oredict.OreIngredient@7df036f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1992 mekanism:glowpanel_4_alt RecipeStage{tier='five', recipe=4xtile.GlowPanel@4:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4007312, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4007312, net.minecraftforge.oredict.OreIngredient@2611d1fe, net.minecraft.item.crafting.Ingredient@4007312, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4007312, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1993 mekanism:glowpanel_4 RecipeStage{tier='five', recipe=2xtile.GlowPanel@4:[net.minecraftforge.oredict.OreIngredient@26b09a03, net.minecraft.item.crafting.Ingredient@6f6619ba, net.minecraftforge.oredict.OreIngredient@26b09a03, net.minecraft.item.crafting.Ingredient@6f6619ba, net.minecraftforge.oredict.OreIngredient@2ccad526, net.minecraft.item.crafting.Ingredient@6f6619ba, net.minecraftforge.oredict.OreIngredient@13d32267, net.minecraft.item.crafting.Ingredient@6f6619ba, net.minecraftforge.oredict.OreIngredient@13d32267]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1994 mekanism:glowpanel_3_alt RecipeStage{tier='five', recipe=4xtile.GlowPanel@3:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1eb6f520, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1eb6f520, net.minecraftforge.oredict.OreIngredient@218c5158, net.minecraft.item.crafting.Ingredient@1eb6f520, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1eb6f520, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1995 mekanism:glowpanel_3 RecipeStage{tier='five', recipe=2xtile.GlowPanel@3:[net.minecraftforge.oredict.OreIngredient@7d08936c, net.minecraft.item.crafting.Ingredient@79d3cbbf, net.minecraftforge.oredict.OreIngredient@7d08936c, net.minecraft.item.crafting.Ingredient@79d3cbbf, net.minecraftforge.oredict.OreIngredient@313aae88, net.minecraft.item.crafting.Ingredient@79d3cbbf, net.minecraftforge.oredict.OreIngredient@673a9da0, net.minecraft.item.crafting.Ingredient@79d3cbbf, net.minecraftforge.oredict.OreIngredient@673a9da0]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1996 mekanism:glowpanel_2_alt RecipeStage{tier='five', recipe=4xtile.GlowPanel@2:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6eb7b148, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6eb7b148, net.minecraftforge.oredict.OreIngredient@37709377, net.minecraft.item.crafting.Ingredient@6eb7b148, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6eb7b148, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1997 mekanism:glowpanel_2 RecipeStage{tier='five', recipe=2xtile.GlowPanel@2:[net.minecraftforge.oredict.OreIngredient@6667e43f, net.minecraft.item.crafting.Ingredient@176b726c, net.minecraftforge.oredict.OreIngredient@6667e43f, net.minecraft.item.crafting.Ingredient@176b726c, net.minecraftforge.oredict.OreIngredient@1e266eec, net.minecraft.item.crafting.Ingredient@176b726c, net.minecraftforge.oredict.OreIngredient@3243ba62, net.minecraft.item.crafting.Ingredient@176b726c, net.minecraftforge.oredict.OreIngredient@3243ba62]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1998 mekanism:glowpanel_1_alt RecipeStage{tier='five', recipe=4xtile.GlowPanel@1:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@252b7189, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@252b7189, net.minecraftforge.oredict.OreIngredient@29cb378b, net.minecraft.item.crafting.Ingredient@252b7189, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@252b7189, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1999 mekanism:glowpanel_15_alt RecipeStage{tier='five', recipe=4xtile.GlowPanel@15:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@687eb558, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@687eb558, net.minecraftforge.oredict.OreIngredient@478321c3, net.minecraft.item.crafting.Ingredient@687eb558, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@687eb558, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2000 mekanism:glowpanel_15 RecipeStage{tier='five', recipe=2xtile.GlowPanel@15:[net.minecraftforge.oredict.OreIngredient@3661439f, net.minecraft.item.crafting.Ingredient@1af57c8, net.minecraftforge.oredict.OreIngredient@3661439f, net.minecraft.item.crafting.Ingredient@1af57c8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1af57c8, net.minecraftforge.oredict.OreIngredient@2e54ced1, net.minecraft.item.crafting.Ingredient@1af57c8, net.minecraftforge.oredict.OreIngredient@2e54ced1]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2001 mekanism:glowpanel_14_alt RecipeStage{tier='five', recipe=4xtile.GlowPanel@14:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1ecb69a2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1ecb69a2, net.minecraftforge.oredict.OreIngredient@19427cf9, net.minecraft.item.crafting.Ingredient@1ecb69a2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1ecb69a2, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2002 mekanism:glowpanel_14 RecipeStage{tier='five', recipe=2xtile.GlowPanel@14:[net.minecraftforge.oredict.OreIngredient@7db45661, net.minecraft.item.crafting.Ingredient@16e0ca81, net.minecraftforge.oredict.OreIngredient@7db45661, net.minecraft.item.crafting.Ingredient@16e0ca81, net.minecraftforge.oredict.OreIngredient@61cdcada, net.minecraft.item.crafting.Ingredient@16e0ca81, net.minecraftforge.oredict.OreIngredient@4cb5a28d, net.minecraft.item.crafting.Ingredient@16e0ca81, net.minecraftforge.oredict.OreIngredient@4cb5a28d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2003 mekanism:glowpanel_13_alt RecipeStage{tier='five', recipe=4xtile.GlowPanel@13:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6d9d6d6f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6d9d6d6f, net.minecraftforge.oredict.OreIngredient@119d5e3a, net.minecraft.item.crafting.Ingredient@6d9d6d6f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6d9d6d6f, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2004 mekanism:glowpanel_13 RecipeStage{tier='five', recipe=2xtile.GlowPanel@13:[net.minecraftforge.oredict.OreIngredient@47c8963c, net.minecraft.item.crafting.Ingredient@4678744b, net.minecraftforge.oredict.OreIngredient@47c8963c, net.minecraft.item.crafting.Ingredient@4678744b, net.minecraftforge.oredict.OreIngredient@a88ddf, net.minecraft.item.crafting.Ingredient@4678744b, net.minecraftforge.oredict.OreIngredient@4728b122, net.minecraft.item.crafting.Ingredient@4678744b, net.minecraftforge.oredict.OreIngredient@4728b122]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2005 mekanism:glowpanel_12_alt RecipeStage{tier='five', recipe=4xtile.GlowPanel@12:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7ace3c9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7ace3c9, net.minecraftforge.oredict.OreIngredient@569b5b6f, net.minecraft.item.crafting.Ingredient@7ace3c9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7ace3c9, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2006 mekanism:glowpanel_12 RecipeStage{tier='five', recipe=2xtile.GlowPanel@12:[net.minecraftforge.oredict.OreIngredient@6b8a15cf, net.minecraft.item.crafting.Ingredient@60c7a9cd, net.minecraftforge.oredict.OreIngredient@6b8a15cf, net.minecraft.item.crafting.Ingredient@60c7a9cd, net.minecraftforge.oredict.OreIngredient@44e89595, net.minecraft.item.crafting.Ingredient@60c7a9cd, net.minecraftforge.oredict.OreIngredient@10293a41, net.minecraft.item.crafting.Ingredient@60c7a9cd, net.minecraftforge.oredict.OreIngredient@10293a41]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2007 mekanism:glowpanel_11_alt RecipeStage{tier='five', recipe=4xtile.GlowPanel@11:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2f848c5f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2f848c5f, net.minecraftforge.oredict.OreIngredient@37a56118, net.minecraft.item.crafting.Ingredient@2f848c5f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2f848c5f, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2008 mekanism:glowpanel_11 RecipeStage{tier='five', recipe=2xtile.GlowPanel@11:[net.minecraftforge.oredict.OreIngredient@3a5da28, net.minecraft.item.crafting.Ingredient@7679bebd, net.minecraftforge.oredict.OreIngredient@3a5da28, net.minecraft.item.crafting.Ingredient@7679bebd, net.minecraftforge.oredict.OreIngredient@28f09ac8, net.minecraft.item.crafting.Ingredient@7679bebd, net.minecraftforge.oredict.OreIngredient@11767d78, net.minecraft.item.crafting.Ingredient@7679bebd, net.minecraftforge.oredict.OreIngredient@11767d78]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2009 mekanism:glowpanel_10_alt RecipeStage{tier='five', recipe=4xtile.GlowPanel@10:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@9ad85cc, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@9ad85cc, net.minecraftforge.oredict.OreIngredient@494d05ac, net.minecraft.item.crafting.Ingredient@9ad85cc, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@9ad85cc, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2010 mekanism:glowpanel_10 RecipeStage{tier='five', recipe=2xtile.GlowPanel@10:[net.minecraftforge.oredict.OreIngredient@76fc7b42, net.minecraft.item.crafting.Ingredient@5dc7116a, net.minecraftforge.oredict.OreIngredient@76fc7b42, net.minecraft.item.crafting.Ingredient@5dc7116a, net.minecraftforge.oredict.OreIngredient@37d685a8, net.minecraft.item.crafting.Ingredient@5dc7116a, net.minecraftforge.oredict.OreIngredient@b7499aa, net.minecraft.item.crafting.Ingredient@5dc7116a, net.minecraftforge.oredict.OreIngredient@b7499aa]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2011 mekanism:glowpanel_1 RecipeStage{tier='five', recipe=2xtile.GlowPanel@1:[net.minecraftforge.oredict.OreIngredient@5780856f, net.minecraft.item.crafting.Ingredient@7748cacf, net.minecraftforge.oredict.OreIngredient@5780856f, net.minecraft.item.crafting.Ingredient@7748cacf, net.minecraftforge.oredict.OreIngredient@7af34983, net.minecraft.item.crafting.Ingredient@7748cacf, net.minecraftforge.oredict.OreIngredient@357a0ac9, net.minecraft.item.crafting.Ingredient@7748cacf, net.minecraftforge.oredict.OreIngredient@357a0ac9]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2012 mekanism:glowpanel_0_alt RecipeStage{tier='five', recipe=4xtile.GlowPanel@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@52bb761b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@52bb761b, net.minecraftforge.oredict.OreIngredient@269ac352, net.minecraft.item.crafting.Ingredient@52bb761b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@52bb761b, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2013 mekanism:glowpanel_0 RecipeStage{tier='five', recipe=2xtile.GlowPanel@0:[net.minecraftforge.oredict.OreIngredient@40898135, net.minecraft.item.crafting.Ingredient@32f54d84, net.minecraftforge.oredict.OreIngredient@40898135, net.minecraft.item.crafting.Ingredient@32f54d84, net.minecraftforge.oredict.OreIngredient@545d6b05, net.minecraft.item.crafting.Ingredient@32f54d84, net.minecraftforge.oredict.OreIngredient@2effb5b9, net.minecraft.item.crafting.Ingredient@32f54d84, net.minecraftforge.oredict.OreIngredient@2effb5b9]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2014 mekanism:gaugedropper RecipeStage{tier='five', recipe=1xitem.GaugeDropper@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6c4b6cd2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@564987b8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@564987b8, net.minecraftforge.oredict.OreIngredient@564987b8, net.minecraftforge.oredict.OreIngredient@564987b8, net.minecraftforge.oredict.OreIngredient@564987b8]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2015 mekanism:gasupgrade RecipeStage{tier='five', recipe=1xitem.GasUpgrade@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1c293618, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2ce0abf5, net.minecraftforge.oredict.OreIngredient@3fcde48a, net.minecraft.item.crafting.Ingredient@2ce0abf5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1c293618, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2016 mekanism:gastank_0_alt_alt_alt RecipeStage{tier='five', recipe=1xtile.GasTank@0:[net.minecraftforge.oredict.OreIngredient@1ada0cf6, net.minecraftforge.oredict.OreIngredient@78b555cb, net.minecraftforge.oredict.OreIngredient@1ada0cf6, net.minecraftforge.oredict.OreIngredient@78b555cb, mekanism.common.recipe.MekanismIngredient@648cba2c, net.minecraftforge.oredict.OreIngredient@78b555cb, net.minecraftforge.oredict.OreIngredient@1ada0cf6, net.minecraftforge.oredict.OreIngredient@78b555cb, net.minecraftforge.oredict.OreIngredient@1ada0cf6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2017 mekanism:gastank_0_alt_alt RecipeStage{tier='five', recipe=1xtile.GasTank@0:[net.minecraftforge.oredict.OreIngredient@77ea4104, net.minecraftforge.oredict.OreIngredient@198f45e1, net.minecraftforge.oredict.OreIngredient@77ea4104, net.minecraftforge.oredict.OreIngredient@198f45e1, mekanism.common.recipe.MekanismIngredient@36a79a8, net.minecraftforge.oredict.OreIngredient@198f45e1, net.minecraftforge.oredict.OreIngredient@77ea4104, net.minecraftforge.oredict.OreIngredient@198f45e1, net.minecraftforge.oredict.OreIngredient@77ea4104]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2018 mekanism:gastank_0_alt RecipeStage{tier='five', recipe=1xtile.GasTank@0:[net.minecraftforge.oredict.OreIngredient@2e15023d, net.minecraftforge.oredict.OreIngredient@1344ef27, net.minecraftforge.oredict.OreIngredient@2e15023d, net.minecraftforge.oredict.OreIngredient@1344ef27, mekanism.common.recipe.MekanismIngredient@6f93ee3a, net.minecraftforge.oredict.OreIngredient@1344ef27, net.minecraftforge.oredict.OreIngredient@2e15023d, net.minecraftforge.oredict.OreIngredient@1344ef27, net.minecraftforge.oredict.OreIngredient@2e15023d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2019 mekanism:gastank_0 RecipeStage{tier='five', recipe=1xtile.GasTank@0:[net.minecraftforge.oredict.OreIngredient@75a6c15f, net.minecraftforge.oredict.OreIngredient@752f39e4, net.minecraftforge.oredict.OreIngredient@75a6c15f, net.minecraftforge.oredict.OreIngredient@752f39e4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@752f39e4, net.minecraftforge.oredict.OreIngredient@75a6c15f, net.minecraftforge.oredict.OreIngredient@752f39e4, net.minecraftforge.oredict.OreIngredient@75a6c15f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2020 mekanism:gasmask RecipeStage{tier='five', recipe=1xitem.GasMask@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2bc3aae4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4d7907d7, net.minecraftforge.oredict.OreIngredient@6641f462, net.minecraftforge.oredict.OreIngredient@4d7907d7, net.minecraftforge.oredict.OreIngredient@2bc3aae4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2bc3aae4]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2021 mekanism:freerunners RecipeStage{tier='five', recipe=1xitem.FreeRunners@0:[net.minecraftforge.oredict.OreIngredient@6641f462, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6641f462, net.minecraft.item.crafting.Ingredient@1535e17e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1535e17e, net.minecraft.item.crafting.Ingredient@1f69eb4b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1f69eb4b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2022 mekanism:flamethrower RecipeStage{tier='five', recipe=1xitem.Flamethrower@0:[net.minecraftforge.oredict.OreIngredient@407cf401, net.minecraftforge.oredict.OreIngredient@407cf401, net.minecraftforge.oredict.OreIngredient@407cf401, net.minecraftforge.oredict.OreIngredient@407cf401, mekanism.common.recipe.MekanismIngredient@27dd8dee, net.minecraft.item.crafting.Ingredient@3c80bcc1, net.minecraftforge.oredict.OreIngredient@53df0fd8, net.minecraftforge.oredict.OreIngredient@570ad57f, net.minecraftforge.oredict.OreIngredient@53df0fd8]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2023 mekanism:filterupgrade RecipeStage{tier='five', recipe=1xitem.FilterUpgrade@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1e8d32c3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@598a4ffc, net.minecraftforge.oredict.OreIngredient@6a56cc28, net.minecraft.item.crafting.Ingredient@598a4ffc, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1e8d32c3, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2024 mekanism:energyupgrade RecipeStage{tier='five', recipe=1xitem.EnergyUpgrade@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4dd90f1b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@341894a6, net.minecraftforge.oredict.OreIngredient@2a0a0b19, net.minecraft.item.crafting.Ingredient@341894a6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4dd90f1b, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2025 mekanism:energytablet RecipeStage{tier='five', recipe=1xitem.EnergyTablet@0:[net.minecraftforge.oredict.OreIngredient@24e34a81, net.minecraftforge.oredict.OreIngredient@1a0a17b7, net.minecraftforge.oredict.OreIngredient@24e34a81, net.minecraft.item.crafting.Ingredient@3c554f96, net.minecraftforge.oredict.OreIngredient@1a0a17b7, net.minecraft.item.crafting.Ingredient@3c554f96, net.minecraftforge.oredict.OreIngredient@24e34a81, net.minecraftforge.oredict.OreIngredient@1a0a17b7, net.minecraftforge.oredict.OreIngredient@24e34a81]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2026 mekanism:energycube_0_alt_alt_alt RecipeStage{tier='five', recipe=1xtile.EnergyCube@0:[net.minecraftforge.oredict.OreIngredient@4682ea9d, net.minecraft.item.crafting.Ingredient@3770453e, net.minecraftforge.oredict.OreIngredient@4682ea9d, net.minecraftforge.oredict.OreIngredient@2c46c8b0, mekanism.common.recipe.MekanismIngredient@ec3771d, net.minecraftforge.oredict.OreIngredient@2c46c8b0, net.minecraftforge.oredict.OreIngredient@4682ea9d, net.minecraft.item.crafting.Ingredient@3770453e, net.minecraftforge.oredict.OreIngredient@4682ea9d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2027 mekanism:energycube_0_alt_alt RecipeStage{tier='five', recipe=1xtile.EnergyCube@0:[net.minecraftforge.oredict.OreIngredient@1ff3d47d, net.minecraft.item.crafting.Ingredient@3516ba7b, net.minecraftforge.oredict.OreIngredient@1ff3d47d, net.minecraftforge.oredict.OreIngredient@4d6c6865, mekanism.common.recipe.MekanismIngredient@65dfecee, net.minecraftforge.oredict.OreIngredient@4d6c6865, net.minecraftforge.oredict.OreIngredient@1ff3d47d, net.minecraft.item.crafting.Ingredient@3516ba7b, net.minecraftforge.oredict.OreIngredient@1ff3d47d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2028 mekanism:energycube_0_alt RecipeStage{tier='five', recipe=1xtile.EnergyCube@0:[net.minecraftforge.oredict.OreIngredient@72b5ad90, net.minecraft.item.crafting.Ingredient@5d1d0202, net.minecraftforge.oredict.OreIngredient@72b5ad90, net.minecraftforge.oredict.OreIngredient@701bc1d0, mekanism.common.recipe.MekanismIngredient@78dbeb26, net.minecraftforge.oredict.OreIngredient@701bc1d0, net.minecraftforge.oredict.OreIngredient@72b5ad90, net.minecraft.item.crafting.Ingredient@5d1d0202, net.minecraftforge.oredict.OreIngredient@72b5ad90]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2029 mekanism:energycube_0 RecipeStage{tier='five', recipe=1xtile.EnergyCube@0:[net.minecraftforge.oredict.OreIngredient@13bb3805, net.minecraft.item.crafting.Ingredient@3017c3aa, net.minecraftforge.oredict.OreIngredient@13bb3805, net.minecraftforge.oredict.OreIngredient@66d9162a, net.minecraft.item.crafting.Ingredient@583e989e, net.minecraftforge.oredict.OreIngredient@66d9162a, net.minecraftforge.oredict.OreIngredient@13bb3805, net.minecraft.item.crafting.Ingredient@3017c3aa, net.minecraftforge.oredict.OreIngredient@13bb3805]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2030 mekanism:electrolyticcore RecipeStage{tier='five', recipe=1xitem.ElectrolyticCore@0:[net.minecraft.item.crafting.Ingredient@73bd8a71, net.minecraftforge.oredict.OreIngredient@1e1bcab6, net.minecraft.item.crafting.Ingredient@73bd8a71, net.minecraftforge.oredict.OreIngredient@6c8b6ea3, net.minecraft.item.crafting.Ingredient@73bd8a71, net.minecraftforge.oredict.OreIngredient@34eec3b1, net.minecraft.item.crafting.Ingredient@73bd8a71, net.minecraftforge.oredict.OreIngredient@1e1bcab6, net.minecraft.item.crafting.Ingredient@73bd8a71]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2031 mekanism:electricbow RecipeStage{tier='five', recipe=1xitem.ElectricBow@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@460c9674, net.minecraft.item.crafting.Ingredient@403083ec, net.minecraft.item.crafting.Ingredient@56a25921, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@403083ec, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@460c9674, net.minecraft.item.crafting.Ingredient@403083ec]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2032 mekanism:dictionary RecipeStage{tier='five', recipe=1xitem.Dictionary@0:[net.minecraftforge.oredict.OreIngredient@6641f462, net.minecraft.item.crafting.Ingredient@2d63bcf3]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2033 mekanism:craftingformula RecipeStage{tier='five', recipe=1xitem.CraftingFormula@0:[net.minecraft.item.crafting.Ingredient@5edd3445, net.minecraftforge.oredict.OreIngredient@6641f462]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2034 mekanism:controlcircuit_3 RecipeStage{tier='five', recipe=1xitem.ControlCircuit@3:[net.minecraftforge.oredict.OreIngredient@5f3e4f75, net.minecraft.item.crafting.Ingredient@5150d64b, net.minecraftforge.oredict.OreIngredient@5f3e4f75]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2035 mekanism:controlcircuit_2 RecipeStage{tier='five', recipe=1xitem.ControlCircuit@2:[net.minecraftforge.oredict.OreIngredient@3ff1220, net.minecraft.item.crafting.Ingredient@761535d, net.minecraftforge.oredict.OreIngredient@3ff1220]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2036 mekanism:controlcircuit_1 RecipeStage{tier='five', recipe=1xitem.ControlCircuit@1:[net.minecraftforge.oredict.OreIngredient@64c795d9, net.minecraft.item.crafting.Ingredient@19ef75a0, net.minecraftforge.oredict.OreIngredient@64c795d9]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2037 mekanism:configurator RecipeStage{tier='five', recipe=1xitem.Configurator@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3260e9d1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@e9d79c0, net.minecraft.item.crafting.Ingredient@64426c7, net.minecraft.item.crafting.Ingredient@e9d79c0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@51a9d879, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2038 mekanism:configurationcard RecipeStage{tier='five', recipe=1xitem.ConfigurationCard@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5a6d8234, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5a6d8234, net.minecraftforge.oredict.OreIngredient@6641f462, net.minecraft.item.crafting.Ingredient@5a6d8234, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5a6d8234, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2040 mekanism:cardboardbox RecipeStage{tier='five', recipe=1xtile.CardboardBox@0:[mekanism.common.recipe.MultiOredictIngredient@d898981, mekanism.common.recipe.MultiOredictIngredient@d898981, mekanism.common.recipe.MultiOredictIngredient@d898981, mekanism.common.recipe.MultiOredictIngredient@d898981]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2041 mekanism:basicblock_9 RecipeStage{tier='five', recipe=4xtile.BasicBlock@9:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1fed1a8b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1fed1a8b, net.minecraft.item.crafting.Ingredient@3aaf1481, net.minecraftforge.oredict.OreIngredient@1fed1a8b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1fed1a8b, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2042 mekanism:basicblock_8 RecipeStage{tier='five', recipe=1xtile.BasicBlock@8:[net.minecraftforge.oredict.OreIngredient@6aeb2d43, net.minecraftforge.oredict.OreIngredient@2440c277, net.minecraftforge.oredict.OreIngredient@6aeb2d43, net.minecraftforge.oredict.OreIngredient@2440c277, net.minecraftforge.oredict.OreIngredient@2c5d93f3, net.minecraftforge.oredict.OreIngredient@2440c277, net.minecraftforge.oredict.OreIngredient@6aeb2d43, net.minecraftforge.oredict.OreIngredient@2440c277, net.minecraftforge.oredict.OreIngredient@6aeb2d43]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2044 mekanism:basicblock_6_alt_alt_alt RecipeStage{tier='five', recipe=1xtile.BasicBlock@6:[net.minecraftforge.oredict.OreIngredient@8db67c5, net.minecraftforge.oredict.OreIngredient@303ad71e, net.minecraftforge.oredict.OreIngredient@8db67c5, net.minecraftforge.oredict.OreIngredient@27a5b82, mekanism.common.recipe.MekanismIngredient@5d0d3066, net.minecraftforge.oredict.OreIngredient@27a5b82, net.minecraftforge.oredict.OreIngredient@8db67c5, net.minecraftforge.oredict.OreIngredient@8db67c5, net.minecraftforge.oredict.OreIngredient@8db67c5]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2045 mekanism:basicblock_6_alt_alt RecipeStage{tier='five', recipe=1xtile.BasicBlock@6:[net.minecraftforge.oredict.OreIngredient@2288dc88, net.minecraftforge.oredict.OreIngredient@5931dabe, net.minecraftforge.oredict.OreIngredient@2288dc88, net.minecraftforge.oredict.OreIngredient@4505f4a6, mekanism.common.recipe.MekanismIngredient@4e5b54a0, net.minecraftforge.oredict.OreIngredient@4505f4a6, net.minecraftforge.oredict.OreIngredient@2288dc88, net.minecraftforge.oredict.OreIngredient@2288dc88, net.minecraftforge.oredict.OreIngredient@2288dc88]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2046 mekanism:basicblock_6_alt RecipeStage{tier='five', recipe=1xtile.BasicBlock@6:[net.minecraftforge.oredict.OreIngredient@d864a3c, net.minecraftforge.oredict.OreIngredient@570ad57f, net.minecraftforge.oredict.OreIngredient@d864a3c, net.minecraftforge.oredict.OreIngredient@34f8396a, mekanism.common.recipe.MekanismIngredient@1a831222, net.minecraftforge.oredict.OreIngredient@34f8396a, net.minecraftforge.oredict.OreIngredient@d864a3c, net.minecraftforge.oredict.OreIngredient@d864a3c, net.minecraftforge.oredict.OreIngredient@d864a3c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2047 mekanism:basicblock_6 RecipeStage{tier='five', recipe=1xtile.BasicBlock@6:[net.minecraftforge.oredict.OreIngredient@1327f4eb, net.minecraftforge.oredict.OreIngredient@6641f462, net.minecraftforge.oredict.OreIngredient@1327f4eb, net.minecraftforge.oredict.OreIngredient@13854faf, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@13854faf, net.minecraftforge.oredict.OreIngredient@1327f4eb, net.minecraftforge.oredict.OreIngredient@1327f4eb, net.minecraftforge.oredict.OreIngredient@1327f4eb]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2049 mekanism:basicblock_4 RecipeStage{tier='five', recipe=1xtile.BasicBlock@4:[net.minecraftforge.oredict.OreIngredient@26cbcb90, net.minecraftforge.oredict.OreIngredient@26cbcb90, net.minecraftforge.oredict.OreIngredient@26cbcb90, net.minecraftforge.oredict.OreIngredient@26cbcb90, net.minecraftforge.oredict.OreIngredient@26cbcb90, net.minecraftforge.oredict.OreIngredient@26cbcb90, net.minecraftforge.oredict.OreIngredient@26cbcb90, net.minecraftforge.oredict.OreIngredient@26cbcb90, net.minecraftforge.oredict.OreIngredient@26cbcb90]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2051 mekanism:basicblock_2 RecipeStage{tier='five', recipe=1xtile.BasicBlock@2:[net.minecraftforge.oredict.OreIngredient@4c328a0a, net.minecraftforge.oredict.OreIngredient@4c328a0a, net.minecraftforge.oredict.OreIngredient@4c328a0a, net.minecraftforge.oredict.OreIngredient@4c328a0a, net.minecraftforge.oredict.OreIngredient@4c328a0a, net.minecraftforge.oredict.OreIngredient@4c328a0a, net.minecraftforge.oredict.OreIngredient@4c328a0a, net.minecraftforge.oredict.OreIngredient@4c328a0a, net.minecraftforge.oredict.OreIngredient@4c328a0a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2052 mekanism:basicblock_15 RecipeStage{tier='five', recipe=1xtile.BasicBlock@15:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@51ac4f91, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@51ac4f91, net.minecraftforge.oredict.OreIngredient@570ad57f, net.minecraft.item.crafting.Ingredient@51ac4f91, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@51ac4f91, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2053 mekanism:basicblock_14 RecipeStage{tier='five', recipe=1xtile.BasicBlock@14:[net.minecraftforge.oredict.OreIngredient@570ad57f, net.minecraftforge.oredict.OreIngredient@7cb9c568, net.minecraftforge.oredict.OreIngredient@570ad57f, net.minecraft.item.crafting.Ingredient@1b201fab, net.minecraft.item.crafting.Ingredient@409d0877, net.minecraft.item.crafting.Ingredient@1b201fab, net.minecraft.item.crafting.Ingredient@1b201fab, net.minecraft.item.crafting.Ingredient@1b201fab, net.minecraft.item.crafting.Ingredient@1b201fab]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2056 mekanism:basicblock_11 RecipeStage{tier='five', recipe=2xtile.BasicBlock@11:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3c815c68, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3c815c68, net.minecraftforge.oredict.OreIngredient@6641f462, net.minecraft.item.crafting.Ingredient@3c815c68, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3c815c68, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2057 mekanism:basicblock_10 RecipeStage{tier='five', recipe=4xtile.BasicBlock@10:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@775ae8a7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@775ae8a7, net.minecraftforge.oredict.OreIngredient@6c445c85, net.minecraftforge.oredict.OreIngredient@775ae8a7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@775ae8a7, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2060 mekanism:basicblock2_9 RecipeStage{tier='five', recipe=1xtile.BasicBlock2@9:[net.minecraftforge.oredict.OreIngredient@d9b4ecf, net.minecraftforge.oredict.OreIngredient@383e8b4a, net.minecraftforge.oredict.OreIngredient@d9b4ecf, net.minecraftforge.oredict.OreIngredient@5931dabe, net.minecraft.item.crafting.Ingredient@378bba9a, net.minecraftforge.oredict.OreIngredient@5931dabe, net.minecraftforge.oredict.OreIngredient@d9b4ecf, net.minecraft.item.crafting.Ingredient@3d42cec0, net.minecraftforge.oredict.OreIngredient@d9b4ecf]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2061 mekanism:basicblock2_8 RecipeStage{tier='five', recipe=2xtile.BasicBlock2@8:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6db3127e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6db3127e, net.minecraftforge.oredict.OreIngredient@570ad57f, net.minecraft.item.crafting.Ingredient@6db3127e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6db3127e, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2062 mekanism:basicblock2_7 RecipeStage{tier='five', recipe=4xtile.BasicBlock2@7:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7a96b8c8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7a96b8c8, net.minecraftforge.oredict.OreIngredient@5743522a, net.minecraftforge.oredict.OreIngredient@7a96b8c8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7a96b8c8, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2063 mekanism:basicblock2_6 RecipeStage{tier='five', recipe=1xtile.BasicBlock2@6:[net.minecraftforge.oredict.OreIngredient@2822cd0a, net.minecraft.item.crafting.Ingredient@7884d106, net.minecraftforge.oredict.OreIngredient@2822cd0a, net.minecraft.item.crafting.Ingredient@7884d106, net.minecraft.item.crafting.Ingredient@3c4da69c, net.minecraft.item.crafting.Ingredient@7884d106, net.minecraftforge.oredict.OreIngredient@2822cd0a, net.minecraft.item.crafting.Ingredient@7884d106, net.minecraftforge.oredict.OreIngredient@2822cd0a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2064 mekanism:basicblock2_5 RecipeStage{tier='five', recipe=1xtile.BasicBlock2@5:[net.minecraftforge.oredict.OreIngredient@2bfec1aa, net.minecraftforge.oredict.OreIngredient@3796f005, net.minecraftforge.oredict.OreIngredient@2bfec1aa, net.minecraftforge.oredict.OreIngredient@3796f005, net.minecraft.item.crafting.Ingredient@3ba2023f, net.minecraftforge.oredict.OreIngredient@3796f005, net.minecraftforge.oredict.OreIngredient@2bfec1aa, net.minecraftforge.oredict.OreIngredient@3796f005, net.minecraftforge.oredict.OreIngredient@2bfec1aa]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2065 mekanism:basicblock2_4_alt_alt_alt RecipeStage{tier='five', recipe=1xtile.BasicBlock2@4:[net.minecraftforge.oredict.OreIngredient@303ad71e, mekanism.common.recipe.MekanismIngredient@592dac81, net.minecraftforge.oredict.OreIngredient@303ad71e, mekanism.common.recipe.MekanismIngredient@592dac81, mekanism.common.recipe.MekanismIngredient@1c879c21, mekanism.common.recipe.MekanismIngredient@592dac81, net.minecraftforge.oredict.OreIngredient@303ad71e, mekanism.common.recipe.MekanismIngredient@592dac81, net.minecraftforge.oredict.OreIngredient@303ad71e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2066 mekanism:basicblock2_4_alt_alt RecipeStage{tier='five', recipe=1xtile.BasicBlock2@4:[net.minecraftforge.oredict.OreIngredient@5931dabe, mekanism.common.recipe.MekanismIngredient@3e9892dd, net.minecraftforge.oredict.OreIngredient@5931dabe, mekanism.common.recipe.MekanismIngredient@3e9892dd, mekanism.common.recipe.MekanismIngredient@517ed79c, mekanism.common.recipe.MekanismIngredient@3e9892dd, net.minecraftforge.oredict.OreIngredient@5931dabe, mekanism.common.recipe.MekanismIngredient@3e9892dd, net.minecraftforge.oredict.OreIngredient@5931dabe]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2067 mekanism:basicblock2_4_alt RecipeStage{tier='five', recipe=1xtile.BasicBlock2@4:[net.minecraftforge.oredict.OreIngredient@570ad57f, mekanism.common.recipe.MekanismIngredient@570a1106, net.minecraftforge.oredict.OreIngredient@570ad57f, mekanism.common.recipe.MekanismIngredient@570a1106, mekanism.common.recipe.MekanismIngredient@1daa8ae6, mekanism.common.recipe.MekanismIngredient@570a1106, net.minecraftforge.oredict.OreIngredient@570ad57f, mekanism.common.recipe.MekanismIngredient@570a1106, net.minecraftforge.oredict.OreIngredient@570ad57f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2068 mekanism:basicblock2_4 RecipeStage{tier='five', recipe=1xtile.BasicBlock2@4:[net.minecraftforge.oredict.OreIngredient@2b1c58e6, net.minecraftforge.oredict.OreIngredient@6641f462, net.minecraftforge.oredict.OreIngredient@2b1c58e6, net.minecraftforge.oredict.OreIngredient@6641f462, mekanism.common.recipe.MekanismIngredient@a996a9a, net.minecraftforge.oredict.OreIngredient@6641f462, net.minecraftforge.oredict.OreIngredient@2b1c58e6, net.minecraftforge.oredict.OreIngredient@6641f462, net.minecraftforge.oredict.OreIngredient@2b1c58e6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2069 mekanism:basicblock2_3_alt_alt_alt RecipeStage{tier='five', recipe=1xtile.BasicBlock2@3:[net.minecraft.item.crafting.Ingredient@227a9c4, mekanism.common.recipe.MekanismIngredient@970777b, net.minecraft.item.crafting.Ingredient@227a9c4, mekanism.common.recipe.MekanismIngredient@970777b, mekanism.common.recipe.MekanismIngredient@76e203ff, mekanism.common.recipe.MekanismIngredient@970777b, net.minecraft.item.crafting.Ingredient@227a9c4, mekanism.common.recipe.MekanismIngredient@970777b, net.minecraft.item.crafting.Ingredient@227a9c4]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2070 mekanism:basicblock2_3_alt_alt RecipeStage{tier='five', recipe=1xtile.BasicBlock2@3:[net.minecraft.item.crafting.Ingredient@5fc628ea, mekanism.common.recipe.MekanismIngredient@73bd0daf, net.minecraft.item.crafting.Ingredient@5fc628ea, mekanism.common.recipe.MekanismIngredient@73bd0daf, mekanism.common.recipe.MekanismIngredient@727b2f92, mekanism.common.recipe.MekanismIngredient@73bd0daf, net.minecraft.item.crafting.Ingredient@5fc628ea, mekanism.common.recipe.MekanismIngredient@73bd0daf, net.minecraft.item.crafting.Ingredient@5fc628ea]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2071 mekanism:basicblock2_3_alt RecipeStage{tier='five', recipe=1xtile.BasicBlock2@3:[net.minecraft.item.crafting.Ingredient@5b2babcf, mekanism.common.recipe.MekanismIngredient@9b84d7d, net.minecraft.item.crafting.Ingredient@5b2babcf, mekanism.common.recipe.MekanismIngredient@9b84d7d, mekanism.common.recipe.MekanismIngredient@4f4caacc, mekanism.common.recipe.MekanismIngredient@9b84d7d, net.minecraft.item.crafting.Ingredient@5b2babcf, mekanism.common.recipe.MekanismIngredient@9b84d7d, net.minecraft.item.crafting.Ingredient@5b2babcf]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2072 mekanism:basicblock2_3 RecipeStage{tier='five', recipe=1xtile.BasicBlock2@3:[net.minecraftforge.oredict.OreIngredient@2562c065, net.minecraft.item.crafting.Ingredient@2d8e5780, net.minecraftforge.oredict.OreIngredient@2562c065, net.minecraft.item.crafting.Ingredient@2d8e5780, mekanism.common.recipe.MekanismIngredient@4dcd9f89, net.minecraft.item.crafting.Ingredient@2d8e5780, net.minecraftforge.oredict.OreIngredient@2562c065, net.minecraft.item.crafting.Ingredient@2d8e5780, net.minecraftforge.oredict.OreIngredient@2562c065]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2073 mekanism:basicblock2_2 RecipeStage{tier='five', recipe=2xtile.BasicBlock2@2:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1bbb5ad3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1bbb5ad3, net.minecraftforge.oredict.OreIngredient@5931dabe, net.minecraft.item.crafting.Ingredient@1bbb5ad3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1bbb5ad3, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2074 mekanism:basicblock2_1 RecipeStage{tier='five', recipe=4xtile.BasicBlock2@1:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@88b20c8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@88b20c8, net.minecraft.item.crafting.Ingredient@35cbbe4e, net.minecraftforge.oredict.OreIngredient@88b20c8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@88b20c8, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2075 mekanism:basicblock2_0 RecipeStage{tier='five', recipe=4xtile.BasicBlock2@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1c15ced1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1c15ced1, net.minecraftforge.oredict.OreIngredient@2f26b39, net.minecraftforge.oredict.OreIngredient@1c15ced1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1c15ced1, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2076 mekanism:balloon_9_alt RecipeStage{tier='three', recipe=1xitem.Balloon@9:[net.minecraft.item.crafting.Ingredient@942a162, net.minecraftforge.oredict.OreIngredient@4bf505d8]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2077 mekanism:balloon_9 RecipeStage{tier='three', recipe=2xitem.Balloon@9:[net.minecraft.item.crafting.Ingredient@758ddd61, net.minecraft.item.crafting.Ingredient@18e5cfe9, net.minecraftforge.oredict.OreIngredient@134fed40]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2078 mekanism:balloon_8_alt RecipeStage{tier='three', recipe=1xitem.Balloon@8:[net.minecraft.item.crafting.Ingredient@6ad73349, net.minecraftforge.oredict.OreIngredient@3bfd9347]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2079 mekanism:balloon_8 RecipeStage{tier='three', recipe=2xitem.Balloon@8:[net.minecraft.item.crafting.Ingredient@6972db3b, net.minecraft.item.crafting.Ingredient@20321b3e, net.minecraftforge.oredict.OreIngredient@2c3e04a5]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2080 mekanism:balloon_7_alt RecipeStage{tier='three', recipe=1xitem.Balloon@7:[net.minecraft.item.crafting.Ingredient@119a22f0, net.minecraftforge.oredict.OreIngredient@681af95]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2081 mekanism:balloon_7 RecipeStage{tier='three', recipe=2xitem.Balloon@7:[net.minecraft.item.crafting.Ingredient@25f27c34, net.minecraft.item.crafting.Ingredient@52ac8604, net.minecraftforge.oredict.OreIngredient@71491375]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2082 mekanism:balloon_6_alt RecipeStage{tier='three', recipe=1xitem.Balloon@6:[net.minecraft.item.crafting.Ingredient@42b8b433, net.minecraftforge.oredict.OreIngredient@58761104]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2083 mekanism:balloon_6 RecipeStage{tier='three', recipe=2xitem.Balloon@6:[net.minecraft.item.crafting.Ingredient@50ab12d5, net.minecraft.item.crafting.Ingredient@40bba27, net.minecraftforge.oredict.OreIngredient@2448d1b2]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2084 mekanism:balloon_5_alt RecipeStage{tier='three', recipe=1xitem.Balloon@5:[net.minecraft.item.crafting.Ingredient@41659379, net.minecraftforge.oredict.OreIngredient@15ac3b46]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2085 mekanism:balloon_5 RecipeStage{tier='three', recipe=2xitem.Balloon@5:[net.minecraft.item.crafting.Ingredient@4fc2735b, net.minecraft.item.crafting.Ingredient@45d78187, net.minecraftforge.oredict.OreIngredient@e7b68ad]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2086 mekanism:balloon_4_alt RecipeStage{tier='three', recipe=1xitem.Balloon@4:[net.minecraft.item.crafting.Ingredient@45062d0b, net.minecraftforge.oredict.OreIngredient@2cfb12fd]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2087 mekanism:balloon_4 RecipeStage{tier='three', recipe=2xitem.Balloon@4:[net.minecraft.item.crafting.Ingredient@46490e12, net.minecraft.item.crafting.Ingredient@61a7ec38, net.minecraftforge.oredict.OreIngredient@7b9999a9]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2088 mekanism:balloon_3_alt RecipeStage{tier='three', recipe=1xitem.Balloon@3:[net.minecraft.item.crafting.Ingredient@22480870, net.minecraftforge.oredict.OreIngredient@41b0cc91]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2089 mekanism:balloon_3 RecipeStage{tier='three', recipe=2xitem.Balloon@3:[net.minecraft.item.crafting.Ingredient@7d50b9e0, net.minecraft.item.crafting.Ingredient@40734d53, net.minecraftforge.oredict.OreIngredient@4de0ed7b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2090 mekanism:balloon_2_alt RecipeStage{tier='three', recipe=1xitem.Balloon@2:[net.minecraft.item.crafting.Ingredient@616c06b, net.minecraftforge.oredict.OreIngredient@7484c227]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2091 mekanism:balloon_2 RecipeStage{tier='three', recipe=2xitem.Balloon@2:[net.minecraft.item.crafting.Ingredient@52937f5a, net.minecraft.item.crafting.Ingredient@76ee222b, net.minecraftforge.oredict.OreIngredient@4af80d1d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2092 mekanism:balloon_1_alt RecipeStage{tier='three', recipe=1xitem.Balloon@1:[net.minecraft.item.crafting.Ingredient@2eca0755, net.minecraftforge.oredict.OreIngredient@58ceb3f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2093 mekanism:balloon_15_alt RecipeStage{tier='three', recipe=1xitem.Balloon@15:[net.minecraft.item.crafting.Ingredient@5a87b123, net.minecraftforge.oredict.OreIngredient@7b7d6515]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2094 mekanism:balloon_15 RecipeStage{tier='three', recipe=2xitem.Balloon@15:[net.minecraft.item.crafting.Ingredient@6ac8ce, net.minecraft.item.crafting.Ingredient@275661a8, net.minecraftforge.oredict.OreIngredient@678b0b40]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2095 mekanism:balloon_14_alt RecipeStage{tier='three', recipe=1xitem.Balloon@14:[net.minecraft.item.crafting.Ingredient@7005d57e, net.minecraftforge.oredict.OreIngredient@ab62024]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2096 mekanism:balloon_14 RecipeStage{tier='three', recipe=2xitem.Balloon@14:[net.minecraft.item.crafting.Ingredient@65c1fd, net.minecraft.item.crafting.Ingredient@6d43a9ca, net.minecraftforge.oredict.OreIngredient@47421928]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2097 mekanism:balloon_13_alt RecipeStage{tier='three', recipe=1xitem.Balloon@13:[net.minecraft.item.crafting.Ingredient@3e334946, net.minecraftforge.oredict.OreIngredient@38c22529]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2098 mekanism:balloon_13 RecipeStage{tier='three', recipe=2xitem.Balloon@13:[net.minecraft.item.crafting.Ingredient@2a079cf5, net.minecraft.item.crafting.Ingredient@87f5aaf, net.minecraftforge.oredict.OreIngredient@6f708513]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2099 mekanism:balloon_12_alt RecipeStage{tier='three', recipe=1xitem.Balloon@12:[net.minecraft.item.crafting.Ingredient@4b55d6f6, net.minecraftforge.oredict.OreIngredient@4954a513]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2100 mekanism:balloon_12 RecipeStage{tier='three', recipe=2xitem.Balloon@12:[net.minecraft.item.crafting.Ingredient@76bb64c3, net.minecraft.item.crafting.Ingredient@134cb628, net.minecraftforge.oredict.OreIngredient@914b349]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2101 mekanism:balloon_11_alt RecipeStage{tier='three', recipe=1xitem.Balloon@11:[net.minecraft.item.crafting.Ingredient@3d50d2fe, net.minecraftforge.oredict.OreIngredient@3d4c3b03]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2102 mekanism:balloon_11 RecipeStage{tier='three', recipe=2xitem.Balloon@11:[net.minecraft.item.crafting.Ingredient@74e4c666, net.minecraft.item.crafting.Ingredient@cfb4acc, net.minecraftforge.oredict.OreIngredient@1b232f0d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2103 mekanism:balloon_10_alt RecipeStage{tier='three', recipe=1xitem.Balloon@10:[net.minecraft.item.crafting.Ingredient@56c1f429, net.minecraftforge.oredict.OreIngredient@34b38049]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2104 mekanism:balloon_10 RecipeStage{tier='three', recipe=2xitem.Balloon@10:[net.minecraft.item.crafting.Ingredient@4fdfacbd, net.minecraft.item.crafting.Ingredient@7d5fed1c, net.minecraftforge.oredict.OreIngredient@3bf26bcb]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2105 mekanism:balloon_1 RecipeStage{tier='three', recipe=2xitem.Balloon@1:[net.minecraft.item.crafting.Ingredient@72925b0b, net.minecraft.item.crafting.Ingredient@4063db0c, net.minecraftforge.oredict.OreIngredient@7f25bfa]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2106 mekanism:balloon_0_alt RecipeStage{tier='three', recipe=1xitem.Balloon@0:[net.minecraft.item.crafting.Ingredient@40021e8e, net.minecraftforge.oredict.OreIngredient@48c3b8b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2107 mekanism:balloon_0 RecipeStage{tier='three', recipe=2xitem.Balloon@0:[net.minecraft.item.crafting.Ingredient@47028e7c, net.minecraft.item.crafting.Ingredient@7adee492, net.minecraftforge.oredict.OreIngredient@14f2e86]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2108 mekanism:atomicdisassembler RecipeStage{tier='five', recipe=1xitem.AtomicDisassembler@0:[net.minecraft.item.crafting.Ingredient@38bfc843, net.minecraft.item.crafting.Ingredient@7b382291, net.minecraft.item.crafting.Ingredient@38bfc843, net.minecraft.item.crafting.Ingredient@38bfc843, net.minecraft.item.crafting.Ingredient@6db1da5e, net.minecraft.item.crafting.Ingredient@38bfc843, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5c4d2af7, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2109 mekanism:armoredjetpack RecipeStage{tier='five', recipe=1xitem.ArmoredJetpack@0:[net.minecraftforge.oredict.OreIngredient@177f813c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@177f813c, net.minecraftforge.oredict.OreIngredient@76cf5fcb, net.minecraftforge.oredict.OreIngredient@5cf4249b, net.minecraftforge.oredict.OreIngredient@76cf5fcb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, mekanism.common.recipe.MekanismIngredient@5224c24e, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2110 mekanism:anchorupgrade RecipeStage{tier='five', recipe=1xitem.AnchorUpgrade@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@28efc23c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3ceb47a0, net.minecraftforge.oredict.OreIngredient@2d95e125, net.minecraft.item.crafting.Ingredient@3ceb47a0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@28efc23c, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2267 natura:common/nether_wart RecipeStage{tier='three', recipe=9xitem.netherStalkSeeds@0:[net.minecraft.item.crafting.Ingredient@6d41247f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2273 natura:common/wheat_seeds RecipeStage{tier='zero', recipe=9xitem.seeds@0:[net.minecraft.item.crafting.Ingredient@2f07adea]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2280 natura:common/potatoes RecipeStage{tier='tutorial', recipe=9xitem.potato@0:[net.minecraft.item.crafting.Ingredient@6e446811]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2281 natura:common/daylight_detector RecipeStage{tier='three', recipe=1xtile.daylightDetector@0:[net.minecraftforge.oredict.OreIngredient@593f594b, net.minecraftforge.oredict.OreIngredient@593f594b, net.minecraftforge.oredict.OreIngredient@593f594b, net.minecraftforge.oredict.OreIngredient@2e05453a, net.minecraftforge.oredict.OreIngredient@2e05453a, net.minecraftforge.oredict.OreIngredient@2e05453a, net.minecraftforge.oredict.OreIngredient@7c5d5429, net.minecraftforge.oredict.OreIngredient@7c5d5429, net.minecraftforge.oredict.OreIngredient@7c5d5429]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2283 natura:common/carrots RecipeStage{tier='tutorial', recipe=9xitem.carrots@0:[net.minecraft.item.crafting.Ingredient@390a4f4e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2311 natura:nether/soul_sand RecipeStage{tier='three', recipe=1xtile.hellsand@0:[net.minecraft.item.crafting.Ingredient@2b012d17, net.minecraft.item.crafting.Ingredient@215e0085]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2333 traverse:fir_stairs RecipeStage{tier='one', recipe=4xtile.traverse:fir_stairs@0:[net.minecraft.item.crafting.Ingredient@13df10df, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@13df10df, net.minecraft.item.crafting.Ingredient@13df10df, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@13df10df, net.minecraft.item.crafting.Ingredient@13df10df, net.minecraft.item.crafting.Ingredient@13df10df]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2334 traverse:fir_fence_gate RecipeStage{tier='one', recipe=1xtile.traverse:fir_fence_gate@0:[net.minecraftforge.oredict.OreIngredient@6039ddb2, net.minecraft.item.crafting.Ingredient@480e2919, net.minecraftforge.oredict.OreIngredient@6039ddb2, net.minecraftforge.oredict.OreIngredient@6039ddb2, net.minecraft.item.crafting.Ingredient@480e2919, net.minecraftforge.oredict.OreIngredient@6039ddb2]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2335 traverse:crag_rock_cobblestone RecipeStage{tier='zero', recipe=8xtile.traverse:blue_rock_cobblestone@0:[net.minecraftforge.oredict.OreIngredient@6ef843ec, net.minecraftforge.oredict.OreIngredient@6ef843ec, net.minecraftforge.oredict.OreIngredient@6ef843ec, net.minecraftforge.oredict.OreIngredient@6ef843ec, net.minecraftforge.oredict.OreIngredient@773d5df9, net.minecraftforge.oredict.OreIngredient@6ef843ec, net.minecraftforge.oredict.OreIngredient@6ef843ec, net.minecraftforge.oredict.OreIngredient@6ef843ec, net.minecraftforge.oredict.OreIngredient@6ef843ec]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2336 traverse:red_rock_cobblestone_smalldust RecipeStage{tier='zero', recipe=2xtile.traverse:red_rock_cobblestone@0:[net.minecraftforge.oredict.OreIngredient@2c4f053, net.minecraftforge.oredict.OreIngredient@42145229, net.minecraftforge.oredict.OreIngredient@725707bc]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2337 traverse:red_rock_brick_slab RecipeStage{tier='one', recipe=6xtile.traverse:red_rock_bricks_slab@0:[net.minecraft.item.crafting.Ingredient@3f9ec6a4, net.minecraft.item.crafting.Ingredient@3f9ec6a4, net.minecraft.item.crafting.Ingredient@3f9ec6a4]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2338 traverse:crag_rock_cobblestone_stairs RecipeStage{tier='one', recipe=4xtile.traverse:blue_rock_cobblestone_stairs@0:[net.minecraft.item.crafting.Ingredient@4df17e44, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4df17e44, net.minecraft.item.crafting.Ingredient@4df17e44, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4df17e44, net.minecraft.item.crafting.Ingredient@4df17e44, net.minecraft.item.crafting.Ingredient@4df17e44]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2339 traverse:red_rock_slab RecipeStage{tier='zero', recipe=6xtile.traverse:red_rock_slab@0:[net.minecraft.item.crafting.Ingredient@6f69c94e, net.minecraft.item.crafting.Ingredient@6f69c94e, net.minecraft.item.crafting.Ingredient@6f69c94e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2340 traverse:fir_fence RecipeStage{tier='one', recipe=3xtile.traverse:fir_fence@0:[net.minecraft.item.crafting.Ingredient@3a63e99b, net.minecraftforge.oredict.OreIngredient@790a8499, net.minecraft.item.crafting.Ingredient@3a63e99b, net.minecraft.item.crafting.Ingredient@3a63e99b, net.minecraftforge.oredict.OreIngredient@790a8499, net.minecraft.item.crafting.Ingredient@3a63e99b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2342 traverse:red_rock_cobblestone_wall RecipeStage{tier='zero', recipe=6xtile.traverse:red_rock_cobblestone_wall@0:[net.minecraft.item.crafting.Ingredient@47a43896, net.minecraft.item.crafting.Ingredient@47a43896, net.minecraft.item.crafting.Ingredient@47a43896, net.minecraft.item.crafting.Ingredient@47a43896, net.minecraft.item.crafting.Ingredient@47a43896, net.minecraft.item.crafting.Ingredient@47a43896]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2343 traverse:red_rock_brick RecipeStage{tier='one', recipe=4xtile.traverse:red_rock_bricks@0:[net.minecraft.item.crafting.Ingredient@66466b41, net.minecraft.item.crafting.Ingredient@66466b41, net.minecraft.item.crafting.Ingredient@66466b41, net.minecraft.item.crafting.Ingredient@66466b41]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2346 traverse:fir_door RecipeStage{tier='one', recipe=3xtile.traverse:fir_door@0:[net.minecraft.item.crafting.Ingredient@5eee715d, net.minecraft.item.crafting.Ingredient@5eee715d, net.minecraft.item.crafting.Ingredient@5eee715d, net.minecraft.item.crafting.Ingredient@5eee715d, net.minecraft.item.crafting.Ingredient@5eee715d, net.minecraft.item.crafting.Ingredient@5eee715d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2347 traverse:crag_rock_cobblestone_wall RecipeStage{tier='zero', recipe=6xtile.traverse:blue_rock_cobblestone_wall@0:[net.minecraft.item.crafting.Ingredient@381c93f0, net.minecraft.item.crafting.Ingredient@381c93f0, net.minecraft.item.crafting.Ingredient@381c93f0, net.minecraft.item.crafting.Ingredient@381c93f0, net.minecraft.item.crafting.Ingredient@381c93f0, net.minecraft.item.crafting.Ingredient@381c93f0]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2348 traverse:crag_rock_brick_slab RecipeStage{tier='one', recipe=6xtile.traverse:blue_rock_bricks_slab@0:[net.minecraft.item.crafting.Ingredient@27ff910c, net.minecraft.item.crafting.Ingredient@27ff910c, net.minecraft.item.crafting.Ingredient@27ff910c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2349 traverse:crag_rock_brick_stairs RecipeStage{tier='one', recipe=4xtile.traverse:blue_rock_bricks_stairs@0:[net.minecraft.item.crafting.Ingredient@4e9d0325, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4e9d0325, net.minecraft.item.crafting.Ingredient@4e9d0325, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4e9d0325, net.minecraft.item.crafting.Ingredient@4e9d0325, net.minecraft.item.crafting.Ingredient@4e9d0325]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2350 traverse:crag_rock_brick RecipeStage{tier='one', recipe=4xtile.traverse:blue_rock_bricks@0:[net.minecraft.item.crafting.Ingredient@1cb2e019, net.minecraft.item.crafting.Ingredient@1cb2e019, net.minecraft.item.crafting.Ingredient@1cb2e019, net.minecraft.item.crafting.Ingredient@1cb2e019]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2352 traverse:red_rock_chiseled_brick RecipeStage{tier='one', recipe=1xtile.traverse:red_rock_bricks_chiseled@0:[net.minecraft.item.crafting.Ingredient@704e090b, net.minecraft.item.crafting.Ingredient@704e090b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2354 traverse:red_rock_brick_stairs RecipeStage{tier='one', recipe=4xtile.traverse:red_rock_bricks_stairs@0:[net.minecraft.item.crafting.Ingredient@20eba64a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@20eba64a, net.minecraft.item.crafting.Ingredient@20eba64a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@20eba64a, net.minecraft.item.crafting.Ingredient@20eba64a, net.minecraft.item.crafting.Ingredient@20eba64a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2355 traverse:red_rock_cobblestone RecipeStage{tier='zero', recipe=8xtile.traverse:red_rock_cobblestone@0:[net.minecraftforge.oredict.OreIngredient@4f58053c, net.minecraftforge.oredict.OreIngredient@4f58053c, net.minecraftforge.oredict.OreIngredient@4f58053c, net.minecraftforge.oredict.OreIngredient@4f58053c, net.minecraftforge.oredict.OreIngredient@28767aa4, net.minecraftforge.oredict.OreIngredient@4f58053c, net.minecraftforge.oredict.OreIngredient@4f58053c, net.minecraftforge.oredict.OreIngredient@4f58053c, net.minecraftforge.oredict.OreIngredient@4f58053c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2356 traverse:crag_rock_chiseled_brick RecipeStage{tier='one', recipe=1xtile.traverse:blue_rock_bricks_chiseled@0:[net.minecraft.item.crafting.Ingredient@61a5d49a, net.minecraft.item.crafting.Ingredient@61a5d49a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2357 traverse:red_rock_cobblestone_slab RecipeStage{tier='zero', recipe=6xtile.traverse:red_rock_cobblestone_slab@0:[net.minecraft.item.crafting.Ingredient@20f66e17, net.minecraft.item.crafting.Ingredient@20f66e17, net.minecraft.item.crafting.Ingredient@20f66e17]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2358 traverse:red_rock_cobblestone_stairs RecipeStage{tier='one', recipe=4xtile.traverse:red_rock_cobblestone_stairs@0:[net.minecraft.item.crafting.Ingredient@3bf69f8b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3bf69f8b, net.minecraft.item.crafting.Ingredient@3bf69f8b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3bf69f8b, net.minecraft.item.crafting.Ingredient@3bf69f8b, net.minecraft.item.crafting.Ingredient@3bf69f8b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2360 betterwithmods:items/leather_tanned_helmet RecipeStage{tier='zero', recipe=1xitem.bwm:leather_tanned_helmet@0:[net.minecraftforge.oredict.OreIngredient@31d42165, net.minecraftforge.oredict.OreIngredient@31d42165, net.minecraftforge.oredict.OreIngredient@31d42165, net.minecraftforge.oredict.OreIngredient@31d42165, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@31d42165]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2361 betterwithmods:items/chainmail_boots RecipeStage{tier='two', recipe=1xitem.bootsChain@0:[net.minecraftforge.oredict.OreIngredient@4ca441d4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4ca441d4, net.minecraftforge.oredict.OreIngredient@4ca441d4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4ca441d4]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2362 betterwithmods:items/chainmail_leggings RecipeStage{tier='two', recipe=1xitem.leggingsChain@0:[net.minecraftforge.oredict.OreIngredient@1a045684, net.minecraftforge.oredict.OreIngredient@1a045684, net.minecraftforge.oredict.OreIngredient@1a045684, net.minecraftforge.oredict.OreIngredient@1a045684, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1a045684, net.minecraftforge.oredict.OreIngredient@1a045684, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1a045684]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2363 betterwithmods:items/leather_tanned_boots RecipeStage{tier='zero', recipe=1xitem.bwm:leather_tanned_boots@0:[net.minecraftforge.oredict.OreIngredient@43697fc5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@43697fc5, net.minecraftforge.oredict.OreIngredient@43697fc5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@43697fc5]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2369 betterwithmods:items/material/material.ender_ocular RecipeStage{tier='two', recipe=1xitem.bwm:material@40:[net.minecraftforge.oredict.OreIngredient@1aaf59ce, net.minecraftforge.oredict.OreIngredient@1aaf59ce, net.minecraftforge.oredict.OreIngredient@1aaf59ce, net.minecraftforge.oredict.OreIngredient@1aaf59ce, net.minecraftforge.oredict.OreIngredient@460e5278, net.minecraftforge.oredict.OreIngredient@1aaf59ce, net.minecraftforge.oredict.OreIngredient@1aaf59ce, net.minecraftforge.oredict.OreIngredient@1aaf59ce, net.minecraftforge.oredict.OreIngredient@1aaf59ce]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2372 betterwithmods:items/material/material.concentrated_hellfire RecipeStage{tier='three', recipe=9xitem.bwm:material@17:[net.minecraft.item.crafting.Ingredient@4f873ea3]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2374 betterwithmods:items/material/material.nugget_steel net.minecraftforge.oredict.ShapelessOreRecipe@2b74246f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2375 betterwithmods:items/material/material.padding RecipeStage{tier='one', recipe=1xitem.bwm:material@41:[net.minecraft.item.crafting.Ingredient@5e8df54b, net.minecraftforge.oredict.OreIngredient@54d0f5a9]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2376 betterwithmods:items/material/material.windmill_blade RecipeStage{tier='one', recipe=1xitem.bwm:material@11:[net.minecraftforge.oredict.OreIngredient@5400c232, net.minecraftforge.oredict.OreIngredient@5400c232, net.minecraftforge.oredict.OreIngredient@5400c232, net.minecraftforge.oredict.OreIngredient@5400c232, net.minecraftforge.oredict.OreIngredient@5400c232, net.minecraftforge.oredict.OreIngredient@5400c232, net.minecraftforge.oredict.OreIngredient@5aff508e, net.minecraftforge.oredict.OreIngredient@5aff508e, net.minecraftforge.oredict.OreIngredient@5aff508e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2377 betterwithmods:items/material/material.hemp_cloth RecipeStage{tier='zero', recipe=1xitem.bwm:material@4:[net.minecraftforge.oredict.OreIngredient@2d953f6a, net.minecraftforge.oredict.OreIngredient@2d953f6a, net.minecraftforge.oredict.OreIngredient@2d953f6a, net.minecraftforge.oredict.OreIngredient@2d953f6a, net.minecraftforge.oredict.OreIngredient@2d953f6a, net.minecraftforge.oredict.OreIngredient@2d953f6a, net.minecraftforge.oredict.OreIngredient@2d953f6a, net.minecraftforge.oredict.OreIngredient@2d953f6a, net.minecraftforge.oredict.OreIngredient@2d953f6a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2378 betterwithmods:items/material/material.diamond_ingot RecipeStage{tier='five', recipe=1xitem.bwm:material@45:[net.minecraftforge.oredict.OreIngredient@599f84a7, net.minecraftforge.oredict.OreIngredient@1e1a3ae4, net.minecraft.item.crafting.Ingredient@4eb0a95c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2379 betterwithmods:items/material/material.windmill_blade.siding RecipeStage{tier='one', recipe=1xitem.bwm:material@11:[net.minecraftforge.oredict.OreIngredient@1e682710, net.minecraftforge.oredict.OreIngredient@1e682710, net.minecraftforge.oredict.OreIngredient@1e682710, net.minecraftforge.oredict.OreIngredient@1e682710, net.minecraftforge.oredict.OreIngredient@1e682710, net.minecraftforge.oredict.OreIngredient@1e682710, type:SIDING parent:[1xtile.wood@0, 1xtile.wood@1, 1xtile.wood@2, 1xtile.wood@3, 1xtile.wood@4, 1xtile.wood@5, 1xtile.rustic.planks@0, 1xtile.rustic.planks@1, 1xtile.rustic.painted_wood_black@0, 1xtile.rustic.painted_wood_blue@0, 1xtile.rustic.painted_wood_brown@0, 1xtile.rustic.painted_wood_cyan@0, 1xtile.rustic.painted_wood_gray@0, 1xtile.rustic.painted_wood_green@0, 1xtile.rustic.painted_wood_light_blue@0, 1xtile.rustic.painted_wood_lime@0, 1xtile.rustic.painted_wood_magenta@0, 1xtile.rustic.painted_wood_orange@0, 1xtile.rustic.painted_wood_pink@0, 1xtile.rustic.painted_wood_purple@0, 1xtile.rustic.painted_wood_red@0, 1xtile.rustic.painted_wood_silver@0, 1xtile.rustic.painted_wood_white@0, 1xtile.rustic.painted_wood_yellow@0, 1xtile.chisel.planks-oak@0, 1xtile.chisel.planks-oak@1, 1xtile.chisel.planks-oak@2, 1xtile.chisel.planks-oak@3, 1xtile.chisel.planks-oak@4, 1xtile.chisel.planks-oak@5, 1xtile.chisel.planks-oak@6, 1xtile.chisel.planks-oak@7, 1xtile.chisel.planks-oak@8, 1xtile.chisel.planks-oak@9, 1xtile.chisel.planks-oak@10, 1xtile.chisel.planks-oak@11, 1xtile.chisel.planks-oak@12, 1xtile.chisel.planks-oak@13, 1xtile.chisel.planks-oak@14, 1xtile.chisel.planks-spruce@0, 1xtile.chisel.planks-spruce@1, 1xtile.chisel.planks-spruce@2, 1xtile.chisel.planks-spruce@3, 1xtile.chisel.planks-spruce@4, 1xtile.chisel.planks-spruce@5, 1xtile.chisel.planks-spruce@6, 1xtile.chisel.planks-spruce@7, 1xtile.chisel.planks-spruce@8, 1xtile.chisel.planks-spruce@9, 1xtile.chisel.planks-spruce@10, 1xtile.chisel.planks-spruce@11, 1xtile.chisel.planks-spruce@12, 1xtile.chisel.planks-spruce@13, 1xtile.chisel.planks-spruce@14, 1xtile.chisel.planks-birch@0, 1xtile.chisel.planks-birch@1, 1xtile.chisel.planks-birch@2, 1xtile.chisel.planks-birch@3, 1xtile.chisel.planks-birch@4, 1xtile.chisel.planks-birch@5, 1xtile.chisel.planks-birch@6, 1xtile.chisel.planks-birch@7, 1xtile.chisel.planks-birch@8, 1xtile.chisel.planks-birch@9, 1xtile.chisel.planks-birch@10, 1xtile.chisel.planks-birch@11, 1xtile.chisel.planks-birch@12, 1xtile.chisel.planks-birch@13, 1xtile.chisel.planks-birch@14, 1xtile.chisel.planks-jungle@0, 1xtile.chisel.planks-jungle@1, 1xtile.chisel.planks-jungle@2, 1xtile.chisel.planks-jungle@3, 1xtile.chisel.planks-jungle@4, 1xtile.chisel.planks-jungle@5, 1xtile.chisel.planks-jungle@6, 1xtile.chisel.planks-jungle@7, 1xtile.chisel.planks-jungle@8, 1xtile.chisel.planks-jungle@9, 1xtile.chisel.planks-jungle@10, 1xtile.chisel.planks-jungle@11, 1xtile.chisel.planks-jungle@12, 1xtile.chisel.planks-jungle@13, 1xtile.chisel.planks-jungle@14, 1xtile.chisel.planks-acacia@0, 1xtile.chisel.planks-acacia@1, 1xtile.chisel.planks-acacia@2, 1xtile.chisel.planks-acacia@3, 1xtile.chisel.planks-acacia@4, 1xtile.chisel.planks-acacia@5, 1xtile.chisel.planks-acacia@6, 1xtile.chisel.planks-acacia@7, 1xtile.chisel.planks-acacia@8, 1xtile.chisel.planks-acacia@9, 1xtile.chisel.planks-acacia@10, 1xtile.chisel.planks-acacia@11, 1xtile.chisel.planks-acacia@12, 1xtile.chisel.planks-acacia@13, 1xtile.chisel.planks-acacia@14, 1xtile.chisel.planks-dark-oak@0, 1xtile.chisel.planks-dark-oak@1, 1xtile.chisel.planks-dark-oak@2, 1xtile.chisel.planks-dark-oak@3, 1xtile.chisel.planks-dark-oak@4, 1xtile.chisel.planks-dark-oak@5, 1xtile.chisel.planks-dark-oak@6, 1xtile.chisel.planks-dark-oak@7, 1xtile.chisel.planks-dark-oak@8, 1xtile.chisel.planks-dark-oak@9, 1xtile.chisel.planks-dark-oak@10, 1xtile.chisel.planks-dark-oak@11, 1xtile.chisel.planks-dark-oak@12, 1xtile.chisel.planks-dark-oak@13, 1xtile.chisel.planks-dark-oak@14, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8, 1xtile.natura.nether_planks@0, 1xtile.natura.nether_planks@1, 1xtile.natura.nether_planks@2, 1xtile.natura.nether_planks@3, 1xtile.planks_sakura@0, 1xtile.planks_mulberry@0, 1xtile.blocks.integrateddynamics.menril_planks@0, 1xtile.primal.planks@0, 1xtile.primal.planks@1, 1xtile.primal.planks@2, 1xtile.primal.planks@3, 1xtile.dltplank@0, 1xtile.dreadplanks@0, 1xtile.thebetweenlands.weedwood_planks@0, 1xtile.thebetweenlands.rubber_tree_planks@0, 1xtile.thebetweenlands.giant_root_planks@0, 1xtile.thebetweenlands.hearthgrove_planks@0, 1xtile.thebetweenlands.nibbletwig_planks@0, 1xtile.twilightforest.TowerStone@0, 1xtile.twilightforest.TowerStone@1, 1xtile.twilightforest.TowerStone@2, 1xtile.twilightforest.TowerStone@3, 1xtile.twilightforest.TowerStone@4, 1xtile.totemic:cedar_plank@0, 1xtile.traverse:fir_planks@0, 1xtile.kepler22b_planks.0@0, 1xtile.primal.planks@0, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8], type:SIDING parent:[1xtile.wood@0, 1xtile.wood@1, 1xtile.wood@2, 1xtile.wood@3, 1xtile.wood@4, 1xtile.wood@5, 1xtile.rustic.planks@0, 1xtile.rustic.planks@1, 1xtile.rustic.painted_wood_black@0, 1xtile.rustic.painted_wood_blue@0, 1xtile.rustic.painted_wood_brown@0, 1xtile.rustic.painted_wood_cyan@0, 1xtile.rustic.painted_wood_gray@0, 1xtile.rustic.painted_wood_green@0, 1xtile.rustic.painted_wood_light_blue@0, 1xtile.rustic.painted_wood_lime@0, 1xtile.rustic.painted_wood_magenta@0, 1xtile.rustic.painted_wood_orange@0, 1xtile.rustic.painted_wood_pink@0, 1xtile.rustic.painted_wood_purple@0, 1xtile.rustic.painted_wood_red@0, 1xtile.rustic.painted_wood_silver@0, 1xtile.rustic.painted_wood_white@0, 1xtile.rustic.painted_wood_yellow@0, 1xtile.chisel.planks-oak@0, 1xtile.chisel.planks-oak@1, 1xtile.chisel.planks-oak@2, 1xtile.chisel.planks-oak@3, 1xtile.chisel.planks-oak@4, 1xtile.chisel.planks-oak@5, 1xtile.chisel.planks-oak@6, 1xtile.chisel.planks-oak@7, 1xtile.chisel.planks-oak@8, 1xtile.chisel.planks-oak@9, 1xtile.chisel.planks-oak@10, 1xtile.chisel.planks-oak@11, 1xtile.chisel.planks-oak@12, 1xtile.chisel.planks-oak@13, 1xtile.chisel.planks-oak@14, 1xtile.chisel.planks-spruce@0, 1xtile.chisel.planks-spruce@1, 1xtile.chisel.planks-spruce@2, 1xtile.chisel.planks-spruce@3, 1xtile.chisel.planks-spruce@4, 1xtile.chisel.planks-spruce@5, 1xtile.chisel.planks-spruce@6, 1xtile.chisel.planks-spruce@7, 1xtile.chisel.planks-spruce@8, 1xtile.chisel.planks-spruce@9, 1xtile.chisel.planks-spruce@10, 1xtile.chisel.planks-spruce@11, 1xtile.chisel.planks-spruce@12, 1xtile.chisel.planks-spruce@13, 1xtile.chisel.planks-spruce@14, 1xtile.chisel.planks-birch@0, 1xtile.chisel.planks-birch@1, 1xtile.chisel.planks-birch@2, 1xtile.chisel.planks-birch@3, 1xtile.chisel.planks-birch@4, 1xtile.chisel.planks-birch@5, 1xtile.chisel.planks-birch@6, 1xtile.chisel.planks-birch@7, 1xtile.chisel.planks-birch@8, 1xtile.chisel.planks-birch@9, 1xtile.chisel.planks-birch@10, 1xtile.chisel.planks-birch@11, 1xtile.chisel.planks-birch@12, 1xtile.chisel.planks-birch@13, 1xtile.chisel.planks-birch@14, 1xtile.chisel.planks-jungle@0, 1xtile.chisel.planks-jungle@1, 1xtile.chisel.planks-jungle@2, 1xtile.chisel.planks-jungle@3, 1xtile.chisel.planks-jungle@4, 1xtile.chisel.planks-jungle@5, 1xtile.chisel.planks-jungle@6, 1xtile.chisel.planks-jungle@7, 1xtile.chisel.planks-jungle@8, 1xtile.chisel.planks-jungle@9, 1xtile.chisel.planks-jungle@10, 1xtile.chisel.planks-jungle@11, 1xtile.chisel.planks-jungle@12, 1xtile.chisel.planks-jungle@13, 1xtile.chisel.planks-jungle@14, 1xtile.chisel.planks-acacia@0, 1xtile.chisel.planks-acacia@1, 1xtile.chisel.planks-acacia@2, 1xtile.chisel.planks-acacia@3, 1xtile.chisel.planks-acacia@4, 1xtile.chisel.planks-acacia@5, 1xtile.chisel.planks-acacia@6, 1xtile.chisel.planks-acacia@7, 1xtile.chisel.planks-acacia@8, 1xtile.chisel.planks-acacia@9, 1xtile.chisel.planks-acacia@10, 1xtile.chisel.planks-acacia@11, 1xtile.chisel.planks-acacia@12, 1xtile.chisel.planks-acacia@13, 1xtile.chisel.planks-acacia@14, 1xtile.chisel.planks-dark-oak@0, 1xtile.chisel.planks-dark-oak@1, 1xtile.chisel.planks-dark-oak@2, 1xtile.chisel.planks-dark-oak@3, 1xtile.chisel.planks-dark-oak@4, 1xtile.chisel.planks-dark-oak@5, 1xtile.chisel.planks-dark-oak@6, 1xtile.chisel.planks-dark-oak@7, 1xtile.chisel.planks-dark-oak@8, 1xtile.chisel.planks-dark-oak@9, 1xtile.chisel.planks-dark-oak@10, 1xtile.chisel.planks-dark-oak@11, 1xtile.chisel.planks-dark-oak@12, 1xtile.chisel.planks-dark-oak@13, 1xtile.chisel.planks-dark-oak@14, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8, 1xtile.natura.nether_planks@0, 1xtile.natura.nether_planks@1, 1xtile.natura.nether_planks@2, 1xtile.natura.nether_planks@3, 1xtile.planks_sakura@0, 1xtile.planks_mulberry@0, 1xtile.blocks.integrateddynamics.menril_planks@0, 1xtile.primal.planks@0, 1xtile.primal.planks@1, 1xtile.primal.planks@2, 1xtile.primal.planks@3, 1xtile.dltplank@0, 1xtile.dreadplanks@0, 1xtile.thebetweenlands.weedwood_planks@0, 1xtile.thebetweenlands.rubber_tree_planks@0, 1xtile.thebetweenlands.giant_root_planks@0, 1xtile.thebetweenlands.hearthgrove_planks@0, 1xtile.thebetweenlands.nibbletwig_planks@0, 1xtile.twilightforest.TowerStone@0, 1xtile.twilightforest.TowerStone@1, 1xtile.twilightforest.TowerStone@2, 1xtile.twilightforest.TowerStone@3, 1xtile.twilightforest.TowerStone@4, 1xtile.totemic:cedar_plank@0, 1xtile.traverse:fir_planks@0, 1xtile.kepler22b_planks.0@0, 1xtile.primal.planks@0, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8], type:SIDING parent:[1xtile.wood@0, 1xtile.wood@1, 1xtile.wood@2, 1xtile.wood@3, 1xtile.wood@4, 1xtile.wood@5, 1xtile.rustic.planks@0, 1xtile.rustic.planks@1, 1xtile.rustic.painted_wood_black@0, 1xtile.rustic.painted_wood_blue@0, 1xtile.rustic.painted_wood_brown@0, 1xtile.rustic.painted_wood_cyan@0, 1xtile.rustic.painted_wood_gray@0, 1xtile.rustic.painted_wood_green@0, 1xtile.rustic.painted_wood_light_blue@0, 1xtile.rustic.painted_wood_lime@0, 1xtile.rustic.painted_wood_magenta@0, 1xtile.rustic.painted_wood_orange@0, 1xtile.rustic.painted_wood_pink@0, 1xtile.rustic.painted_wood_purple@0, 1xtile.rustic.painted_wood_red@0, 1xtile.rustic.painted_wood_silver@0, 1xtile.rustic.painted_wood_white@0, 1xtile.rustic.painted_wood_yellow@0, 1xtile.chisel.planks-oak@0, 1xtile.chisel.planks-oak@1, 1xtile.chisel.planks-oak@2, 1xtile.chisel.planks-oak@3, 1xtile.chisel.planks-oak@4, 1xtile.chisel.planks-oak@5, 1xtile.chisel.planks-oak@6, 1xtile.chisel.planks-oak@7, 1xtile.chisel.planks-oak@8, 1xtile.chisel.planks-oak@9, 1xtile.chisel.planks-oak@10, 1xtile.chisel.planks-oak@11, 1xtile.chisel.planks-oak@12, 1xtile.chisel.planks-oak@13, 1xtile.chisel.planks-oak@14, 1xtile.chisel.planks-spruce@0, 1xtile.chisel.planks-spruce@1, 1xtile.chisel.planks-spruce@2, 1xtile.chisel.planks-spruce@3, 1xtile.chisel.planks-spruce@4, 1xtile.chisel.planks-spruce@5, 1xtile.chisel.planks-spruce@6, 1xtile.chisel.planks-spruce@7, 1xtile.chisel.planks-spruce@8, 1xtile.chisel.planks-spruce@9, 1xtile.chisel.planks-spruce@10, 1xtile.chisel.planks-spruce@11, 1xtile.chisel.planks-spruce@12, 1xtile.chisel.planks-spruce@13, 1xtile.chisel.planks-spruce@14, 1xtile.chisel.planks-birch@0, 1xtile.chisel.planks-birch@1, 1xtile.chisel.planks-birch@2, 1xtile.chisel.planks-birch@3, 1xtile.chisel.planks-birch@4, 1xtile.chisel.planks-birch@5, 1xtile.chisel.planks-birch@6, 1xtile.chisel.planks-birch@7, 1xtile.chisel.planks-birch@8, 1xtile.chisel.planks-birch@9, 1xtile.chisel.planks-birch@10, 1xtile.chisel.planks-birch@11, 1xtile.chisel.planks-birch@12, 1xtile.chisel.planks-birch@13, 1xtile.chisel.planks-birch@14, 1xtile.chisel.planks-jungle@0, 1xtile.chisel.planks-jungle@1, 1xtile.chisel.planks-jungle@2, 1xtile.chisel.planks-jungle@3, 1xtile.chisel.planks-jungle@4, 1xtile.chisel.planks-jungle@5, 1xtile.chisel.planks-jungle@6, 1xtile.chisel.planks-jungle@7, 1xtile.chisel.planks-jungle@8, 1xtile.chisel.planks-jungle@9, 1xtile.chisel.planks-jungle@10, 1xtile.chisel.planks-jungle@11, 1xtile.chisel.planks-jungle@12, 1xtile.chisel.planks-jungle@13, 1xtile.chisel.planks-jungle@14, 1xtile.chisel.planks-acacia@0, 1xtile.chisel.planks-acacia@1, 1xtile.chisel.planks-acacia@2, 1xtile.chisel.planks-acacia@3, 1xtile.chisel.planks-acacia@4, 1xtile.chisel.planks-acacia@5, 1xtile.chisel.planks-acacia@6, 1xtile.chisel.planks-acacia@7, 1xtile.chisel.planks-acacia@8, 1xtile.chisel.planks-acacia@9, 1xtile.chisel.planks-acacia@10, 1xtile.chisel.planks-acacia@11, 1xtile.chisel.planks-acacia@12, 1xtile.chisel.planks-acacia@13, 1xtile.chisel.planks-acacia@14, 1xtile.chisel.planks-dark-oak@0, 1xtile.chisel.planks-dark-oak@1, 1xtile.chisel.planks-dark-oak@2, 1xtile.chisel.planks-dark-oak@3, 1xtile.chisel.planks-dark-oak@4, 1xtile.chisel.planks-dark-oak@5, 1xtile.chisel.planks-dark-oak@6, 1xtile.chisel.planks-dark-oak@7, 1xtile.chisel.planks-dark-oak@8, 1xtile.chisel.planks-dark-oak@9, 1xtile.chisel.planks-dark-oak@10, 1xtile.chisel.planks-dark-oak@11, 1xtile.chisel.planks-dark-oak@12, 1xtile.chisel.planks-dark-oak@13, 1xtile.chisel.planks-dark-oak@14, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8, 1xtile.natura.nether_planks@0, 1xtile.natura.nether_planks@1, 1xtile.natura.nether_planks@2, 1xtile.natura.nether_planks@3, 1xtile.planks_sakura@0, 1xtile.planks_mulberry@0, 1xtile.blocks.integrateddynamics.menril_planks@0, 1xtile.primal.planks@0, 1xtile.primal.planks@1, 1xtile.primal.planks@2, 1xtile.primal.planks@3, 1xtile.dltplank@0, 1xtile.dreadplanks@0, 1xtile.thebetweenlands.weedwood_planks@0, 1xtile.thebetweenlands.rubber_tree_planks@0, 1xtile.thebetweenlands.giant_root_planks@0, 1xtile.thebetweenlands.hearthgrove_planks@0, 1xtile.thebetweenlands.nibbletwig_planks@0, 1xtile.twilightforest.TowerStone@0, 1xtile.twilightforest.TowerStone@1, 1xtile.twilightforest.TowerStone@2, 1xtile.twilightforest.TowerStone@3, 1xtile.twilightforest.TowerStone@4, 1xtile.totemic:cedar_plank@0, 1xtile.traverse:fir_planks@0, 1xtile.kepler22b_planks.0@0, 1xtile.primal.planks@0, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8]]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2381 betterwithmods:items/material/material.redstone_latch RecipeStage{tier='three', recipe=1xitem.bwm:material@34:[net.minecraftforge.oredict.OreIngredient@5ea80cf1, net.minecraftforge.oredict.OreIngredient@5ea80cf1, net.minecraftforge.oredict.OreIngredient@5ea80cf1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@39cf0f1e, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2383 betterwithmods:items/material/material.soap RecipeStage{tier='three', recipe=9xitem.bwm:material@50:[net.minecraft.item.crafting.Ingredient@8ca7e28]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2384 betterwithmods:items/material/material.hemp_fibers RecipeStage{tier='zero', recipe=6xitem.bwm:material@3:[net.minecraft.item.crafting.Ingredient@2a5c6a7]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2385 betterwithmods:items/material/material.ingot_steel RecipeStage{tier='three', recipe=1xitem.bwm:material@14:[net.minecraftforge.oredict.OreIngredient@557f9ea3, net.minecraftforge.oredict.OreIngredient@557f9ea3, net.minecraftforge.oredict.OreIngredient@557f9ea3, net.minecraftforge.oredict.OreIngredient@557f9ea3, net.minecraftforge.oredict.OreIngredient@557f9ea3, net.minecraftforge.oredict.OreIngredient@557f9ea3, net.minecraftforge.oredict.OreIngredient@557f9ea3, net.minecraftforge.oredict.OreIngredient@557f9ea3, net.minecraftforge.oredict.OreIngredient@557f9ea3]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2387 betterwithmods:items/chainmail_helmet RecipeStage{tier='two', recipe=1xitem.helmetChain@0:[net.minecraftforge.oredict.OreIngredient@2f0ef002, net.minecraftforge.oredict.OreIngredient@2f0ef002, net.minecraftforge.oredict.OreIngredient@2f0ef002, net.minecraftforge.oredict.OreIngredient@2f0ef002, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2f0ef002]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2388 betterwithmods:items/leather_tanned_chest RecipeStage{tier='zero', recipe=1xitem.bwm:leather_tanned_chest@0:[net.minecraftforge.oredict.OreIngredient@3c9c90cb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3c9c90cb, net.minecraftforge.oredict.OreIngredient@3c9c90cb, net.minecraftforge.oredict.OreIngredient@3c9c90cb, net.minecraftforge.oredict.OreIngredient@3c9c90cb, net.minecraftforge.oredict.OreIngredient@3c9c90cb, net.minecraftforge.oredict.OreIngredient@3c9c90cb, net.minecraftforge.oredict.OreIngredient@3c9c90cb]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2389 betterwithmods:items/void_urn RecipeStage{tier='three', recipe=1xtile.bwm:urn@9:[net.minecraft.item.crafting.Ingredient@1543ffa4, net.minecraft.item.crafting.Ingredient@1eca4c46, net.minecraftforge.oredict.OreIngredient@40d83419]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2390 betterwithmods:items/nether_clay RecipeStage{tier='three', recipe=1xtile.bwm:nether_clay@0:[net.minecraftforge.oredict.OreIngredient@4394a936, net.minecraftforge.oredict.OreIngredient@4394a936, net.minecraftforge.oredict.OreIngredient@4394a936, net.minecraftforge.oredict.OreIngredient@4394a936]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2392 betterwithmods:items/broadhead_arrow RecipeStage{tier='three', recipe=1xitem.bwm:broadhead_arrow@0:[net.minecraftforge.oredict.OreIngredient@6d78f61e, net.minecraftforge.oredict.OreIngredient@3f27b907, net.minecraftforge.oredict.OreIngredient@73f259d2]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2393 betterwithmods:items/leather_tanned_pants RecipeStage{tier='zero', recipe=1xitem.bwm:leather_tanned_pants@0:[net.minecraftforge.oredict.OreIngredient@731f820e, net.minecraftforge.oredict.OreIngredient@731f820e, net.minecraftforge.oredict.OreIngredient@731f820e, net.minecraftforge.oredict.OreIngredient@731f820e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@731f820e, net.minecraftforge.oredict.OreIngredient@731f820e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@731f820e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2394 betterwithmods:items/chainmail_chestplate RecipeStage{tier='two', recipe=1xitem.chestplateChain@0:[net.minecraftforge.oredict.OreIngredient@41e2e98c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@41e2e98c, net.minecraftforge.oredict.OreIngredient@41e2e98c, net.minecraftforge.oredict.OreIngredient@41e2e98c, net.minecraftforge.oredict.OreIngredient@41e2e98c, net.minecraftforge.oredict.OreIngredient@41e2e98c, net.minecraftforge.oredict.OreIngredient@41e2e98c, net.minecraftforge.oredict.OreIngredient@41e2e98c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2395 betterwithmods:items/ender_spectacles RecipeStage{tier='two', recipe=1xitem.bwm:ender_spectacles@0:[net.minecraft.item.crafting.Ingredient@6d3cc305, net.minecraft.item.crafting.Ingredient@6900ee6a, net.minecraft.item.crafting.Ingredient@6d3cc305]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2396 betterwithmods:items/composite_bow RecipeStage{tier='two', recipe=1xitem.bwm:composite_bow@0:[net.minecraftforge.oredict.OreIngredient@e0c036c, type:MOULDING parent:[1xtile.wood@0, 1xtile.wood@1, 1xtile.wood@2, 1xtile.wood@3, 1xtile.wood@4, 1xtile.wood@5, 1xtile.rustic.planks@0, 1xtile.rustic.planks@1, 1xtile.rustic.painted_wood_black@0, 1xtile.rustic.painted_wood_blue@0, 1xtile.rustic.painted_wood_brown@0, 1xtile.rustic.painted_wood_cyan@0, 1xtile.rustic.painted_wood_gray@0, 1xtile.rustic.painted_wood_green@0, 1xtile.rustic.painted_wood_light_blue@0, 1xtile.rustic.painted_wood_lime@0, 1xtile.rustic.painted_wood_magenta@0, 1xtile.rustic.painted_wood_orange@0, 1xtile.rustic.painted_wood_pink@0, 1xtile.rustic.painted_wood_purple@0, 1xtile.rustic.painted_wood_red@0, 1xtile.rustic.painted_wood_silver@0, 1xtile.rustic.painted_wood_white@0, 1xtile.rustic.painted_wood_yellow@0, 1xtile.chisel.planks-oak@0, 1xtile.chisel.planks-oak@1, 1xtile.chisel.planks-oak@2, 1xtile.chisel.planks-oak@3, 1xtile.chisel.planks-oak@4, 1xtile.chisel.planks-oak@5, 1xtile.chisel.planks-oak@6, 1xtile.chisel.planks-oak@7, 1xtile.chisel.planks-oak@8, 1xtile.chisel.planks-oak@9, 1xtile.chisel.planks-oak@10, 1xtile.chisel.planks-oak@11, 1xtile.chisel.planks-oak@12, 1xtile.chisel.planks-oak@13, 1xtile.chisel.planks-oak@14, 1xtile.chisel.planks-spruce@0, 1xtile.chisel.planks-spruce@1, 1xtile.chisel.planks-spruce@2, 1xtile.chisel.planks-spruce@3, 1xtile.chisel.planks-spruce@4, 1xtile.chisel.planks-spruce@5, 1xtile.chisel.planks-spruce@6, 1xtile.chisel.planks-spruce@7, 1xtile.chisel.planks-spruce@8, 1xtile.chisel.planks-spruce@9, 1xtile.chisel.planks-spruce@10, 1xtile.chisel.planks-spruce@11, 1xtile.chisel.planks-spruce@12, 1xtile.chisel.planks-spruce@13, 1xtile.chisel.planks-spruce@14, 1xtile.chisel.planks-birch@0, 1xtile.chisel.planks-birch@1, 1xtile.chisel.planks-birch@2, 1xtile.chisel.planks-birch@3, 1xtile.chisel.planks-birch@4, 1xtile.chisel.planks-birch@5, 1xtile.chisel.planks-birch@6, 1xtile.chisel.planks-birch@7, 1xtile.chisel.planks-birch@8, 1xtile.chisel.planks-birch@9, 1xtile.chisel.planks-birch@10, 1xtile.chisel.planks-birch@11, 1xtile.chisel.planks-birch@12, 1xtile.chisel.planks-birch@13, 1xtile.chisel.planks-birch@14, 1xtile.chisel.planks-jungle@0, 1xtile.chisel.planks-jungle@1, 1xtile.chisel.planks-jungle@2, 1xtile.chisel.planks-jungle@3, 1xtile.chisel.planks-jungle@4, 1xtile.chisel.planks-jungle@5, 1xtile.chisel.planks-jungle@6, 1xtile.chisel.planks-jungle@7, 1xtile.chisel.planks-jungle@8, 1xtile.chisel.planks-jungle@9, 1xtile.chisel.planks-jungle@10, 1xtile.chisel.planks-jungle@11, 1xtile.chisel.planks-jungle@12, 1xtile.chisel.planks-jungle@13, 1xtile.chisel.planks-jungle@14, 1xtile.chisel.planks-acacia@0, 1xtile.chisel.planks-acacia@1, 1xtile.chisel.planks-acacia@2, 1xtile.chisel.planks-acacia@3, 1xtile.chisel.planks-acacia@4, 1xtile.chisel.planks-acacia@5, 1xtile.chisel.planks-acacia@6, 1xtile.chisel.planks-acacia@7, 1xtile.chisel.planks-acacia@8, 1xtile.chisel.planks-acacia@9, 1xtile.chisel.planks-acacia@10, 1xtile.chisel.planks-acacia@11, 1xtile.chisel.planks-acacia@12, 1xtile.chisel.planks-acacia@13, 1xtile.chisel.planks-acacia@14, 1xtile.chisel.planks-dark-oak@0, 1xtile.chisel.planks-dark-oak@1, 1xtile.chisel.planks-dark-oak@2, 1xtile.chisel.planks-dark-oak@3, 1xtile.chisel.planks-dark-oak@4, 1xtile.chisel.planks-dark-oak@5, 1xtile.chisel.planks-dark-oak@6, 1xtile.chisel.planks-dark-oak@7, 1xtile.chisel.planks-dark-oak@8, 1xtile.chisel.planks-dark-oak@9, 1xtile.chisel.planks-dark-oak@10, 1xtile.chisel.planks-dark-oak@11, 1xtile.chisel.planks-dark-oak@12, 1xtile.chisel.planks-dark-oak@13, 1xtile.chisel.planks-dark-oak@14, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8, 1xtile.natura.nether_planks@0, 1xtile.natura.nether_planks@1, 1xtile.natura.nether_planks@2, 1xtile.natura.nether_planks@3, 1xtile.planks_sakura@0, 1xtile.planks_mulberry@0, 1xtile.blocks.integrateddynamics.menril_planks@0, 1xtile.primal.planks@0, 1xtile.primal.planks@1, 1xtile.primal.planks@2, 1xtile.primal.planks@3, 1xtile.dltplank@0, 1xtile.dreadplanks@0, 1xtile.thebetweenlands.weedwood_planks@0, 1xtile.thebetweenlands.rubber_tree_planks@0, 1xtile.thebetweenlands.giant_root_planks@0, 1xtile.thebetweenlands.hearthgrove_planks@0, 1xtile.thebetweenlands.nibbletwig_planks@0, 1xtile.twilightforest.TowerStone@0, 1xtile.twilightforest.TowerStone@1, 1xtile.twilightforest.TowerStone@2, 1xtile.twilightforest.TowerStone@3, 1xtile.twilightforest.TowerStone@4, 1xtile.totemic:cedar_plank@0, 1xtile.traverse:fir_planks@0, 1xtile.kepler22b_planks.0@0, 1xtile.primal.planks@0, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8], net.minecraftforge.oredict.OreIngredient@5dfda1d6, type:MOULDING parent:[1xtile.wood@0, 1xtile.wood@1, 1xtile.wood@2, 1xtile.wood@3, 1xtile.wood@4, 1xtile.wood@5, 1xtile.rustic.planks@0, 1xtile.rustic.planks@1, 1xtile.rustic.painted_wood_black@0, 1xtile.rustic.painted_wood_blue@0, 1xtile.rustic.painted_wood_brown@0, 1xtile.rustic.painted_wood_cyan@0, 1xtile.rustic.painted_wood_gray@0, 1xtile.rustic.painted_wood_green@0, 1xtile.rustic.painted_wood_light_blue@0, 1xtile.rustic.painted_wood_lime@0, 1xtile.rustic.painted_wood_magenta@0, 1xtile.rustic.painted_wood_orange@0, 1xtile.rustic.painted_wood_pink@0, 1xtile.rustic.painted_wood_purple@0, 1xtile.rustic.painted_wood_red@0, 1xtile.rustic.painted_wood_silver@0, 1xtile.rustic.painted_wood_white@0, 1xtile.rustic.painted_wood_yellow@0, 1xtile.chisel.planks-oak@0, 1xtile.chisel.planks-oak@1, 1xtile.chisel.planks-oak@2, 1xtile.chisel.planks-oak@3, 1xtile.chisel.planks-oak@4, 1xtile.chisel.planks-oak@5, 1xtile.chisel.planks-oak@6, 1xtile.chisel.planks-oak@7, 1xtile.chisel.planks-oak@8, 1xtile.chisel.planks-oak@9, 1xtile.chisel.planks-oak@10, 1xtile.chisel.planks-oak@11, 1xtile.chisel.planks-oak@12, 1xtile.chisel.planks-oak@13, 1xtile.chisel.planks-oak@14, 1xtile.chisel.planks-spruce@0, 1xtile.chisel.planks-spruce@1, 1xtile.chisel.planks-spruce@2, 1xtile.chisel.planks-spruce@3, 1xtile.chisel.planks-spruce@4, 1xtile.chisel.planks-spruce@5, 1xtile.chisel.planks-spruce@6, 1xtile.chisel.planks-spruce@7, 1xtile.chisel.planks-spruce@8, 1xtile.chisel.planks-spruce@9, 1xtile.chisel.planks-spruce@10, 1xtile.chisel.planks-spruce@11, 1xtile.chisel.planks-spruce@12, 1xtile.chisel.planks-spruce@13, 1xtile.chisel.planks-spruce@14, 1xtile.chisel.planks-birch@0, 1xtile.chisel.planks-birch@1, 1xtile.chisel.planks-birch@2, 1xtile.chisel.planks-birch@3, 1xtile.chisel.planks-birch@4, 1xtile.chisel.planks-birch@5, 1xtile.chisel.planks-birch@6, 1xtile.chisel.planks-birch@7, 1xtile.chisel.planks-birch@8, 1xtile.chisel.planks-birch@9, 1xtile.chisel.planks-birch@10, 1xtile.chisel.planks-birch@11, 1xtile.chisel.planks-birch@12, 1xtile.chisel.planks-birch@13, 1xtile.chisel.planks-birch@14, 1xtile.chisel.planks-jungle@0, 1xtile.chisel.planks-jungle@1, 1xtile.chisel.planks-jungle@2, 1xtile.chisel.planks-jungle@3, 1xtile.chisel.planks-jungle@4, 1xtile.chisel.planks-jungle@5, 1xtile.chisel.planks-jungle@6, 1xtile.chisel.planks-jungle@7, 1xtile.chisel.planks-jungle@8, 1xtile.chisel.planks-jungle@9, 1xtile.chisel.planks-jungle@10, 1xtile.chisel.planks-jungle@11, 1xtile.chisel.planks-jungle@12, 1xtile.chisel.planks-jungle@13, 1xtile.chisel.planks-jungle@14, 1xtile.chisel.planks-acacia@0, 1xtile.chisel.planks-acacia@1, 1xtile.chisel.planks-acacia@2, 1xtile.chisel.planks-acacia@3, 1xtile.chisel.planks-acacia@4, 1xtile.chisel.planks-acacia@5, 1xtile.chisel.planks-acacia@6, 1xtile.chisel.planks-acacia@7, 1xtile.chisel.planks-acacia@8, 1xtile.chisel.planks-acacia@9, 1xtile.chisel.planks-acacia@10, 1xtile.chisel.planks-acacia@11, 1xtile.chisel.planks-acacia@12, 1xtile.chisel.planks-acacia@13, 1xtile.chisel.planks-acacia@14, 1xtile.chisel.planks-dark-oak@0, 1xtile.chisel.planks-dark-oak@1, 1xtile.chisel.planks-dark-oak@2, 1xtile.chisel.planks-dark-oak@3, 1xtile.chisel.planks-dark-oak@4, 1xtile.chisel.planks-dark-oak@5, 1xtile.chisel.planks-dark-oak@6, 1xtile.chisel.planks-dark-oak@7, 1xtile.chisel.planks-dark-oak@8, 1xtile.chisel.planks-dark-oak@9, 1xtile.chisel.planks-dark-oak@10, 1xtile.chisel.planks-dark-oak@11, 1xtile.chisel.planks-dark-oak@12, 1xtile.chisel.planks-dark-oak@13, 1xtile.chisel.planks-dark-oak@14, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8, 1xtile.natura.nether_planks@0, 1xtile.natura.nether_planks@1, 1xtile.natura.nether_planks@2, 1xtile.natura.nether_planks@3, 1xtile.planks_sakura@0, 1xtile.planks_mulberry@0, 1xtile.blocks.integrateddynamics.menril_planks@0, 1xtile.primal.planks@0, 1xtile.primal.planks@1, 1xtile.primal.planks@2, 1xtile.primal.planks@3, 1xtile.dltplank@0, 1xtile.dreadplanks@0, 1xtile.thebetweenlands.weedwood_planks@0, 1xtile.thebetweenlands.rubber_tree_planks@0, 1xtile.thebetweenlands.giant_root_planks@0, 1xtile.thebetweenlands.hearthgrove_planks@0, 1xtile.thebetweenlands.nibbletwig_planks@0, 1xtile.twilightforest.TowerStone@0, 1xtile.twilightforest.TowerStone@1, 1xtile.twilightforest.TowerStone@2, 1xtile.twilightforest.TowerStone@3, 1xtile.twilightforest.TowerStone@4, 1xtile.totemic:cedar_plank@0, 1xtile.traverse:fir_planks@0, 1xtile.kepler22b_planks.0@0, 1xtile.primal.planks@0, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8], net.minecraftforge.oredict.OreIngredient@5dfda1d6, net.minecraftforge.oredict.OreIngredient@4bf7626b, net.minecraftforge.oredict.OreIngredient@e0c036c, type:MOULDING parent:[1xtile.wood@0, 1xtile.wood@1, 1xtile.wood@2, 1xtile.wood@3, 1xtile.wood@4, 1xtile.wood@5, 1xtile.rustic.planks@0, 1xtile.rustic.planks@1, 1xtile.rustic.painted_wood_black@0, 1xtile.rustic.painted_wood_blue@0, 1xtile.rustic.painted_wood_brown@0, 1xtile.rustic.painted_wood_cyan@0, 1xtile.rustic.painted_wood_gray@0, 1xtile.rustic.painted_wood_green@0, 1xtile.rustic.painted_wood_light_blue@0, 1xtile.rustic.painted_wood_lime@0, 1xtile.rustic.painted_wood_magenta@0, 1xtile.rustic.painted_wood_orange@0, 1xtile.rustic.painted_wood_pink@0, 1xtile.rustic.painted_wood_purple@0, 1xtile.rustic.painted_wood_red@0, 1xtile.rustic.painted_wood_silver@0, 1xtile.rustic.painted_wood_white@0, 1xtile.rustic.painted_wood_yellow@0, 1xtile.chisel.planks-oak@0, 1xtile.chisel.planks-oak@1, 1xtile.chisel.planks-oak@2, 1xtile.chisel.planks-oak@3, 1xtile.chisel.planks-oak@4, 1xtile.chisel.planks-oak@5, 1xtile.chisel.planks-oak@6, 1xtile.chisel.planks-oak@7, 1xtile.chisel.planks-oak@8, 1xtile.chisel.planks-oak@9, 1xtile.chisel.planks-oak@10, 1xtile.chisel.planks-oak@11, 1xtile.chisel.planks-oak@12, 1xtile.chisel.planks-oak@13, 1xtile.chisel.planks-oak@14, 1xtile.chisel.planks-spruce@0, 1xtile.chisel.planks-spruce@1, 1xtile.chisel.planks-spruce@2, 1xtile.chisel.planks-spruce@3, 1xtile.chisel.planks-spruce@4, 1xtile.chisel.planks-spruce@5, 1xtile.chisel.planks-spruce@6, 1xtile.chisel.planks-spruce@7, 1xtile.chisel.planks-spruce@8, 1xtile.chisel.planks-spruce@9, 1xtile.chisel.planks-spruce@10, 1xtile.chisel.planks-spruce@11, 1xtile.chisel.planks-spruce@12, 1xtile.chisel.planks-spruce@13, 1xtile.chisel.planks-spruce@14, 1xtile.chisel.planks-birch@0, 1xtile.chisel.planks-birch@1, 1xtile.chisel.planks-birch@2, 1xtile.chisel.planks-birch@3, 1xtile.chisel.planks-birch@4, 1xtile.chisel.planks-birch@5, 1xtile.chisel.planks-birch@6, 1xtile.chisel.planks-birch@7, 1xtile.chisel.planks-birch@8, 1xtile.chisel.planks-birch@9, 1xtile.chisel.planks-birch@10, 1xtile.chisel.planks-birch@11, 1xtile.chisel.planks-birch@12, 1xtile.chisel.planks-birch@13, 1xtile.chisel.planks-birch@14, 1xtile.chisel.planks-jungle@0, 1xtile.chisel.planks-jungle@1, 1xtile.chisel.planks-jungle@2, 1xtile.chisel.planks-jungle@3, 1xtile.chisel.planks-jungle@4, 1xtile.chisel.planks-jungle@5, 1xtile.chisel.planks-jungle@6, 1xtile.chisel.planks-jungle@7, 1xtile.chisel.planks-jungle@8, 1xtile.chisel.planks-jungle@9, 1xtile.chisel.planks-jungle@10, 1xtile.chisel.planks-jungle@11, 1xtile.chisel.planks-jungle@12, 1xtile.chisel.planks-jungle@13, 1xtile.chisel.planks-jungle@14, 1xtile.chisel.planks-acacia@0, 1xtile.chisel.planks-acacia@1, 1xtile.chisel.planks-acacia@2, 1xtile.chisel.planks-acacia@3, 1xtile.chisel.planks-acacia@4, 1xtile.chisel.planks-acacia@5, 1xtile.chisel.planks-acacia@6, 1xtile.chisel.planks-acacia@7, 1xtile.chisel.planks-acacia@8, 1xtile.chisel.planks-acacia@9, 1xtile.chisel.planks-acacia@10, 1xtile.chisel.planks-acacia@11, 1xtile.chisel.planks-acacia@12, 1xtile.chisel.planks-acacia@13, 1xtile.chisel.planks-acacia@14, 1xtile.chisel.planks-dark-oak@0, 1xtile.chisel.planks-dark-oak@1, 1xtile.chisel.planks-dark-oak@2, 1xtile.chisel.planks-dark-oak@3, 1xtile.chisel.planks-dark-oak@4, 1xtile.chisel.planks-dark-oak@5, 1xtile.chisel.planks-dark-oak@6, 1xtile.chisel.planks-dark-oak@7, 1xtile.chisel.planks-dark-oak@8, 1xtile.chisel.planks-dark-oak@9, 1xtile.chisel.planks-dark-oak@10, 1xtile.chisel.planks-dark-oak@11, 1xtile.chisel.planks-dark-oak@12, 1xtile.chisel.planks-dark-oak@13, 1xtile.chisel.planks-dark-oak@14, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8, 1xtile.natura.nether_planks@0, 1xtile.natura.nether_planks@1, 1xtile.natura.nether_planks@2, 1xtile.natura.nether_planks@3, 1xtile.planks_sakura@0, 1xtile.planks_mulberry@0, 1xtile.blocks.integrateddynamics.menril_planks@0, 1xtile.primal.planks@0, 1xtile.primal.planks@1, 1xtile.primal.planks@2, 1xtile.primal.planks@3, 1xtile.dltplank@0, 1xtile.dreadplanks@0, 1xtile.thebetweenlands.weedwood_planks@0, 1xtile.thebetweenlands.rubber_tree_planks@0, 1xtile.thebetweenlands.giant_root_planks@0, 1xtile.thebetweenlands.hearthgrove_planks@0, 1xtile.thebetweenlands.nibbletwig_planks@0, 1xtile.twilightforest.TowerStone@0, 1xtile.twilightforest.TowerStone@1, 1xtile.twilightforest.TowerStone@2, 1xtile.twilightforest.TowerStone@3, 1xtile.twilightforest.TowerStone@4, 1xtile.totemic:cedar_plank@0, 1xtile.traverse:fir_planks@0, 1xtile.kepler22b_planks.0@0, 1xtile.primal.planks@0, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8], net.minecraftforge.oredict.OreIngredient@5dfda1d6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2398 betterwithmods:items/dynamite RecipeStage{tier='two', recipe=1xitem.bwm:dynamite@0:[net.minecraftforge.oredict.OreIngredient@40b3d659, net.minecraftforge.oredict.OreIngredient@17244af6, net.minecraftforge.oredict.OreIngredient@3363c5e1, net.minecraft.item.crafting.Ingredient@7cf13f18, net.minecraft.item.crafting.Ingredient@222e3fc1, net.minecraftforge.oredict.OreIngredient@17e8b288]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2399 betterwithmods:dragon_vessel RecipeStage{tier='three', recipe=1xtile.bwm:cooking_pot@2:[net.minecraftforge.oredict.OreIngredient@5c3b9d9a, net.minecraft.item.crafting.Ingredient@3da8c078, net.minecraftforge.oredict.OreIngredient@5c3b9d9a, net.minecraftforge.oredict.OreIngredient@5c3b9d9a, net.minecraft.item.crafting.Ingredient@4ed8a313, net.minecraftforge.oredict.OreIngredient@5c3b9d9a, net.minecraftforge.oredict.OreIngredient@5c3b9d9a, net.minecraftforge.oredict.OreIngredient@5c3b9d9a, net.minecraftforge.oredict.OreIngredient@5c3b9d9a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2401 betterwithmods:blocks/netherclay_brick RecipeStage{tier='three', recipe=1xtile.bwm:unfired_pottery@5:[net.minecraft.item.crafting.Ingredient@45ab59ab]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2402 betterwithmods:blocks/grate_4 RecipeStage{tier='one', recipe=4xtile.bwm:grate@4:[type:MOULDING parent:[1xtile.wood@4], net.minecraftforge.oredict.OreIngredient@26ec97e9, type:MOULDING parent:[1xtile.wood@4], type:MOULDING parent:[1xtile.wood@4], net.minecraftforge.oredict.OreIngredient@26ec97e9, type:MOULDING parent:[1xtile.wood@4]]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2403 betterwithmods:blocks/redstone/lens RecipeStage{tier='three', recipe=1xtile.bwm:lens@0:[net.minecraftforge.oredict.OreIngredient@307a7288, net.minecraftforge.oredict.OreIngredient@2d0568b8, net.minecraftforge.oredict.OreIngredient@307a7288, net.minecraftforge.oredict.OreIngredient@307a7288, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@307a7288, net.minecraftforge.oredict.OreIngredient@307a7288, net.minecraftforge.oredict.OreIngredient@463bf2a4, net.minecraftforge.oredict.OreIngredient@307a7288]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2404 betterwithmods:blocks/redstone/mining_charge RecipeStage{tier='three', recipe=2xtile.bwm:mining_charge@0:[net.minecraft.item.crafting.Ingredient@34a32ed2, net.minecraftforge.oredict.OreIngredient@754bfe1, net.minecraft.item.crafting.Ingredient@34a32ed2, net.minecraft.item.crafting.Ingredient@5dccf1e, net.minecraft.item.crafting.Ingredient@5dccf1e, net.minecraft.item.crafting.Ingredient@5dccf1e, net.minecraft.item.crafting.Ingredient@5dccf1e, net.minecraft.item.crafting.Ingredient@5dccf1e, net.minecraft.item.crafting.Ingredient@5dccf1e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2405 betterwithmods:blocks/redstone/comparator RecipeStage{tier='three', recipe=1xitem.comparator@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@10620878, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@10620878, net.minecraftforge.oredict.OreIngredient@66497d41, net.minecraft.item.crafting.Ingredient@10620878, type:SIDING parent:[1xtile.stone@0], type:SIDING parent:[1xtile.stone@0], type:SIDING parent:[1xtile.stone@0]]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2406 betterwithmods:blocks/redstone/hibachi RecipeStage{tier='three', recipe=1xtile.bwm:hibachi@0:[net.minecraft.item.crafting.Ingredient@22b7478c, net.minecraft.item.crafting.Ingredient@22b7478c, net.minecraft.item.crafting.Ingredient@22b7478c, net.minecraftforge.oredict.OreIngredient@71c0709f, net.minecraft.item.crafting.Ingredient@7c088ecc, net.minecraftforge.oredict.OreIngredient@71c0709f, net.minecraftforge.oredict.OreIngredient@71c0709f, net.minecraftforge.oredict.OreIngredient@73bc1ee1, net.minecraftforge.oredict.OreIngredient@71c0709f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2407 betterwithmods:blocks/redstone/light RecipeStage{tier='three', recipe=1xtile.bwm:light@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@638cff96, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@638cff96, net.minecraftforge.oredict.OreIngredient@27af8b1c, net.minecraftforge.oredict.OreIngredient@638cff96, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2adb0bac, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2422 betterwithmods:blocks/grate_1 RecipeStage{tier='one', recipe=4xtile.bwm:grate@1:[type:MOULDING parent:[1xtile.wood@1], net.minecraftforge.oredict.OreIngredient@6794998b, type:MOULDING parent:[1xtile.wood@1], type:MOULDING parent:[1xtile.wood@1], net.minecraftforge.oredict.OreIngredient@6794998b, type:MOULDING parent:[1xtile.wood@1]]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2423 betterwithmods:blocks/steel_anvil RecipeStage{tier='three', recipe=1xtile.bwm:steel_anvil@0:[net.minecraft.item.crafting.Ingredient@73eced96, net.minecraft.item.crafting.Ingredient@73eced96, net.minecraft.item.crafting.Ingredient@73eced96, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@73eced96, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@73eced96, net.minecraft.item.crafting.Ingredient@73eced96, net.minecraft.item.crafting.Ingredient@73eced96]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2424 betterwithmods:blocks/aesthetic.10 RecipeStage{tier='three', recipe=1xtile.bwm:aesthetic@10:[net.minecraftforge.oredict.OreIngredient@5209a7a2, net.minecraftforge.oredict.OreIngredient@5209a7a2, net.minecraftforge.oredict.OreIngredient@5209a7a2, net.minecraftforge.oredict.OreIngredient@5209a7a2, net.minecraftforge.oredict.OreIngredient@5209a7a2, net.minecraftforge.oredict.OreIngredient@5209a7a2, net.minecraftforge.oredict.OreIngredient@5209a7a2, net.minecraftforge.oredict.OreIngredient@5209a7a2, net.minecraftforge.oredict.OreIngredient@5209a7a2]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2425 betterwithmods:blocks/slats_4 RecipeStage{tier='one', recipe=4xtile.bwm:slats@4:[type:MOULDING parent:[1xtile.wood@4], type:MOULDING parent:[1xtile.wood@4], type:MOULDING parent:[1xtile.wood@4], type:MOULDING parent:[1xtile.wood@4]]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2426 betterwithmods:blocks/slats_1 RecipeStage{tier='one', recipe=4xtile.bwm:slats@1:[type:MOULDING parent:[1xtile.wood@1], type:MOULDING parent:[1xtile.wood@1], type:MOULDING parent:[1xtile.wood@1], type:MOULDING parent:[1xtile.wood@1]]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2427 betterwithmods:blocks/candle/candle_6 RecipeStage{tier='one', recipe=1xtile.bwm:candle@6:[net.minecraftforge.oredict.OreIngredient@2eb5e869, net.minecraftforge.oredict.OreIngredient@163e3ed2]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2428 betterwithmods:blocks/candle/candle_5 RecipeStage{tier='one', recipe=1xtile.bwm:candle@5:[net.minecraftforge.oredict.OreIngredient@70d98f2e, net.minecraftforge.oredict.OreIngredient@385566f1]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2429 betterwithmods:blocks/candle/candle_4 RecipeStage{tier='one', recipe=1xtile.bwm:candle@4:[net.minecraftforge.oredict.OreIngredient@2c547a55, net.minecraftforge.oredict.OreIngredient@1b835d44]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2430 betterwithmods:blocks/candle/candle RecipeStage{tier='one', recipe=1xtile.bwm:candle@0:[net.minecraftforge.oredict.OreIngredient@4b5d8b82, net.minecraftforge.oredict.OreIngredient@3965a142, net.minecraftforge.oredict.OreIngredient@3965a142]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2431 betterwithmods:blocks/candle/candle_9 RecipeStage{tier='one', recipe=1xtile.bwm:candle@9:[net.minecraftforge.oredict.OreIngredient@4f95c149, net.minecraftforge.oredict.OreIngredient@36b0e2cc]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2432 betterwithmods:blocks/candle/candle_3 RecipeStage{tier='one', recipe=1xtile.bwm:candle@3:[net.minecraftforge.oredict.OreIngredient@75c0d4e7, net.minecraftforge.oredict.OreIngredient@2bab5084]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2433 betterwithmods:blocks/candle/candle_7 RecipeStage{tier='one', recipe=1xtile.bwm:candle@7:[net.minecraftforge.oredict.OreIngredient@389dd094, net.minecraftforge.oredict.OreIngredient@2e92d2e6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2434 betterwithmods:blocks/candle/candle_14 RecipeStage{tier='one', recipe=1xtile.bwm:candle@14:[net.minecraftforge.oredict.OreIngredient@17c1244a, net.minecraftforge.oredict.OreIngredient@75558a7]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2435 betterwithmods:blocks/candle/candle_12 RecipeStage{tier='one', recipe=1xtile.bwm:candle@12:[net.minecraftforge.oredict.OreIngredient@19c1bf2f, net.minecraftforge.oredict.OreIngredient@70a95df1]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2436 betterwithmods:blocks/candle/candle_11 RecipeStage{tier='one', recipe=1xtile.bwm:candle@11:[net.minecraftforge.oredict.OreIngredient@2ce5abbb, net.minecraftforge.oredict.OreIngredient@5c0eccb0]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2437 betterwithmods:blocks/candle/candle_8 RecipeStage{tier='one', recipe=1xtile.bwm:candle@8:[net.minecraftforge.oredict.OreIngredient@454fb84, net.minecraftforge.oredict.OreIngredient@341cabb0]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2438 betterwithmods:blocks/candle/candle_13 RecipeStage{tier='one', recipe=1xtile.bwm:candle@13:[net.minecraftforge.oredict.OreIngredient@9a0e171, net.minecraftforge.oredict.OreIngredient@6a907994]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2439 betterwithmods:blocks/candle/candle_15 RecipeStage{tier='one', recipe=1xtile.bwm:candle@15:[net.minecraftforge.oredict.OreIngredient@74335dae, net.minecraftforge.oredict.OreIngredient@7d582467]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2440 betterwithmods:blocks/candle/candle_1 RecipeStage{tier='one', recipe=1xtile.bwm:candle@1:[net.minecraftforge.oredict.OreIngredient@fa9aa7b, net.minecraftforge.oredict.OreIngredient@34afa4bc]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2441 betterwithmods:blocks/candle/candle_10 RecipeStage{tier='one', recipe=1xtile.bwm:candle@10:[net.minecraftforge.oredict.OreIngredient@56ccb617, net.minecraftforge.oredict.OreIngredient@7147d56c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2442 betterwithmods:blocks/candle/candle_2 RecipeStage{tier='one', recipe=1xtile.bwm:candle@2:[net.minecraftforge.oredict.OreIngredient@b083ad3, net.minecraftforge.oredict.OreIngredient@22ba4146]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2443 betterwithmods:blocks/candle/candle_0 RecipeStage{tier='one', recipe=1xtile.bwm:candle@0:[net.minecraftforge.oredict.OreIngredient@508e9312, net.minecraftforge.oredict.OreIngredient@3332fb12]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2444 betterwithmods:blocks/bucket RecipeStage{tier='two', recipe=1xtile.bwm:bucket@0:[net.minecraft.item.crafting.Ingredient@a46c70e, net.minecraft.item.crafting.Ingredient@5abac08c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2445 betterwithmods:blocks/slats_3 RecipeStage{tier='one', recipe=4xtile.bwm:slats@3:[type:MOULDING parent:[1xtile.wood@3], type:MOULDING parent:[1xtile.wood@3], type:MOULDING parent:[1xtile.wood@3], type:MOULDING parent:[1xtile.wood@3]]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2448 betterwithmods:blocks/clay_brick RecipeStage{tier='two', recipe=1xtile.bwm:unfired_pottery@4:[net.minecraft.item.crafting.Ingredient@404e8cdf]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2450 betterwithmods:blocks/infernal_enchanter RecipeStage{tier='three', recipe=1xtile.bwm:infernal_enchanter@0:[net.minecraft.item.crafting.Ingredient@18d70b30, net.minecraftforge.oredict.OreIngredient@6362f3e, net.minecraft.item.crafting.Ingredient@18d70b30, net.minecraftforge.oredict.OreIngredient@39518144, net.minecraft.item.crafting.Ingredient@6eac6b9f, net.minecraftforge.oredict.OreIngredient@39518144, net.minecraftforge.oredict.OreIngredient@39518144, net.minecraftforge.oredict.OreIngredient@39518144, net.minecraftforge.oredict.OreIngredient@39518144]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2451 betterwithmods:blocks/grate_5 RecipeStage{tier='one', recipe=4xtile.bwm:grate@5:[type:MOULDING parent:[1xtile.wood@5], net.minecraftforge.oredict.OreIngredient@41697584, type:MOULDING parent:[1xtile.wood@5], type:MOULDING parent:[1xtile.wood@5], net.minecraftforge.oredict.OreIngredient@41697584, type:MOULDING parent:[1xtile.wood@5]]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2452 betterwithmods:blocks/aesthetic.4 RecipeStage{tier='one', recipe=1xtile.bwm:aesthetic@4:[net.minecraft.item.crafting.Ingredient@6cf3680e, net.minecraft.item.crafting.Ingredient@6cf3680e, net.minecraft.item.crafting.Ingredient@6cf3680e, net.minecraft.item.crafting.Ingredient@6cf3680e, net.minecraft.item.crafting.Ingredient@6cf3680e, net.minecraft.item.crafting.Ingredient@6cf3680e, net.minecraft.item.crafting.Ingredient@6cf3680e, net.minecraft.item.crafting.Ingredient@6cf3680e, net.minecraft.item.crafting.Ingredient@6cf3680e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2453 betterwithmods:blocks/slats_0 RecipeStage{tier='one', recipe=4xtile.bwm:slats@0:[type:MOULDING parent:[1xtile.wood@0], type:MOULDING parent:[1xtile.wood@0], type:MOULDING parent:[1xtile.wood@0], type:MOULDING parent:[1xtile.wood@0]]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2454 betterwithmods:blocks/aesthetic.13 RecipeStage{tier='zero', recipe=1xtile.bwm:aesthetic@13:[net.minecraftforge.oredict.OreIngredient@430bf8f9, net.minecraftforge.oredict.OreIngredient@430bf8f9, net.minecraftforge.oredict.OreIngredient@430bf8f9, net.minecraftforge.oredict.OreIngredient@430bf8f9, net.minecraftforge.oredict.OreIngredient@430bf8f9, net.minecraftforge.oredict.OreIngredient@430bf8f9, net.minecraftforge.oredict.OreIngredient@430bf8f9, net.minecraftforge.oredict.OreIngredient@430bf8f9, net.minecraftforge.oredict.OreIngredient@430bf8f9]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2455 betterwithmods:blocks/slats_2 RecipeStage{tier='one', recipe=4xtile.bwm:slats@2:[type:MOULDING parent:[1xtile.wood@2], type:MOULDING parent:[1xtile.wood@2], type:MOULDING parent:[1xtile.wood@2], type:MOULDING parent:[1xtile.wood@2]]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2456 betterwithmods:blocks/platform RecipeStage{tier='one', recipe=1xtile.bwm:platform@0:[net.minecraftforge.common.crafting.CompoundIngredient@153a3bce, net.minecraft.item.crafting.Ingredient@5f515f78, net.minecraftforge.common.crafting.CompoundIngredient@153a3bce, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.common.crafting.CompoundIngredient@153a3bce, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.common.crafting.CompoundIngredient@153a3bce, net.minecraft.item.crafting.Ingredient@5f515f78, net.minecraftforge.common.crafting.CompoundIngredient@153a3bce]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2457 betterwithmods:blocks/mini/wood_bench_4 RecipeStage{tier='one', recipe=4xtile.bwm:wood_bench@4:[type:SIDING parent:[1xtile.wood@4], type:SIDING parent:[1xtile.wood@4], type:SIDING parent:[1xtile.wood@4], net.minecraft.item.crafting.Ingredient$1@7e2c8622, type:MOULDING parent:[1xtile.wood@4], net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2458 betterwithmods:blocks/mini/wood_bench_2 RecipeStage{tier='one', recipe=4xtile.bwm:wood_bench@2:[type:SIDING parent:[1xtile.wood@2], type:SIDING parent:[1xtile.wood@2], type:SIDING parent:[1xtile.wood@2], net.minecraft.item.crafting.Ingredient$1@7e2c8622, type:MOULDING parent:[1xtile.wood@2], net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2459 betterwithmods:blocks/mini/wood_bench_0 RecipeStage{tier='one', recipe=4xtile.bwm:wood_bench@0:[type:SIDING parent:[1xtile.wood@0], type:SIDING parent:[1xtile.wood@0], type:SIDING parent:[1xtile.wood@0], net.minecraft.item.crafting.Ingredient$1@7e2c8622, type:MOULDING parent:[1xtile.wood@0], net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2462 betterwithmods:blocks/mini/wood_bench_1 RecipeStage{tier='one', recipe=4xtile.bwm:wood_bench@1:[type:SIDING parent:[1xtile.wood@1], type:SIDING parent:[1xtile.wood@1], type:SIDING parent:[1xtile.wood@1], net.minecraft.item.crafting.Ingredient$1@7e2c8622, type:MOULDING parent:[1xtile.wood@1], net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2465 betterwithmods:blocks/mini/wood_bench_3 RecipeStage{tier='one', recipe=4xtile.bwm:wood_bench@3:[type:SIDING parent:[1xtile.wood@3], type:SIDING parent:[1xtile.wood@3], type:SIDING parent:[1xtile.wood@3], net.minecraft.item.crafting.Ingredient$1@7e2c8622, type:MOULDING parent:[1xtile.wood@3], net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2466 betterwithmods:blocks/mini/wood_bench_5 RecipeStage{tier='one', recipe=4xtile.bwm:wood_bench@5:[type:SIDING parent:[1xtile.wood@5], type:SIDING parent:[1xtile.wood@5], type:SIDING parent:[1xtile.wood@5], net.minecraft.item.crafting.Ingredient$1@7e2c8622, type:MOULDING parent:[1xtile.wood@5], net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2469 betterwithmods:blocks/stake RecipeStage{tier='three', recipe=1xtile.bwm:stake@0:[net.minecraftforge.oredict.OreIngredient@503b552a, type:MOULDING parent:[1xtile.wood@0, 1xtile.wood@1, 1xtile.wood@2, 1xtile.wood@3, 1xtile.wood@4, 1xtile.wood@5, 1xtile.rustic.planks@0, 1xtile.rustic.planks@1, 1xtile.rustic.painted_wood_black@0, 1xtile.rustic.painted_wood_blue@0, 1xtile.rustic.painted_wood_brown@0, 1xtile.rustic.painted_wood_cyan@0, 1xtile.rustic.painted_wood_gray@0, 1xtile.rustic.painted_wood_green@0, 1xtile.rustic.painted_wood_light_blue@0, 1xtile.rustic.painted_wood_lime@0, 1xtile.rustic.painted_wood_magenta@0, 1xtile.rustic.painted_wood_orange@0, 1xtile.rustic.painted_wood_pink@0, 1xtile.rustic.painted_wood_purple@0, 1xtile.rustic.painted_wood_red@0, 1xtile.rustic.painted_wood_silver@0, 1xtile.rustic.painted_wood_white@0, 1xtile.rustic.painted_wood_yellow@0, 1xtile.chisel.planks-oak@0, 1xtile.chisel.planks-oak@1, 1xtile.chisel.planks-oak@2, 1xtile.chisel.planks-oak@3, 1xtile.chisel.planks-oak@4, 1xtile.chisel.planks-oak@5, 1xtile.chisel.planks-oak@6, 1xtile.chisel.planks-oak@7, 1xtile.chisel.planks-oak@8, 1xtile.chisel.planks-oak@9, 1xtile.chisel.planks-oak@10, 1xtile.chisel.planks-oak@11, 1xtile.chisel.planks-oak@12, 1xtile.chisel.planks-oak@13, 1xtile.chisel.planks-oak@14, 1xtile.chisel.planks-spruce@0, 1xtile.chisel.planks-spruce@1, 1xtile.chisel.planks-spruce@2, 1xtile.chisel.planks-spruce@3, 1xtile.chisel.planks-spruce@4, 1xtile.chisel.planks-spruce@5, 1xtile.chisel.planks-spruce@6, 1xtile.chisel.planks-spruce@7, 1xtile.chisel.planks-spruce@8, 1xtile.chisel.planks-spruce@9, 1xtile.chisel.planks-spruce@10, 1xtile.chisel.planks-spruce@11, 1xtile.chisel.planks-spruce@12, 1xtile.chisel.planks-spruce@13, 1xtile.chisel.planks-spruce@14, 1xtile.chisel.planks-birch@0, 1xtile.chisel.planks-birch@1, 1xtile.chisel.planks-birch@2, 1xtile.chisel.planks-birch@3, 1xtile.chisel.planks-birch@4, 1xtile.chisel.planks-birch@5, 1xtile.chisel.planks-birch@6, 1xtile.chisel.planks-birch@7, 1xtile.chisel.planks-birch@8, 1xtile.chisel.planks-birch@9, 1xtile.chisel.planks-birch@10, 1xtile.chisel.planks-birch@11, 1xtile.chisel.planks-birch@12, 1xtile.chisel.planks-birch@13, 1xtile.chisel.planks-birch@14, 1xtile.chisel.planks-jungle@0, 1xtile.chisel.planks-jungle@1, 1xtile.chisel.planks-jungle@2, 1xtile.chisel.planks-jungle@3, 1xtile.chisel.planks-jungle@4, 1xtile.chisel.planks-jungle@5, 1xtile.chisel.planks-jungle@6, 1xtile.chisel.planks-jungle@7, 1xtile.chisel.planks-jungle@8, 1xtile.chisel.planks-jungle@9, 1xtile.chisel.planks-jungle@10, 1xtile.chisel.planks-jungle@11, 1xtile.chisel.planks-jungle@12, 1xtile.chisel.planks-jungle@13, 1xtile.chisel.planks-jungle@14, 1xtile.chisel.planks-acacia@0, 1xtile.chisel.planks-acacia@1, 1xtile.chisel.planks-acacia@2, 1xtile.chisel.planks-acacia@3, 1xtile.chisel.planks-acacia@4, 1xtile.chisel.planks-acacia@5, 1xtile.chisel.planks-acacia@6, 1xtile.chisel.planks-acacia@7, 1xtile.chisel.planks-acacia@8, 1xtile.chisel.planks-acacia@9, 1xtile.chisel.planks-acacia@10, 1xtile.chisel.planks-acacia@11, 1xtile.chisel.planks-acacia@12, 1xtile.chisel.planks-acacia@13, 1xtile.chisel.planks-acacia@14, 1xtile.chisel.planks-dark-oak@0, 1xtile.chisel.planks-dark-oak@1, 1xtile.chisel.planks-dark-oak@2, 1xtile.chisel.planks-dark-oak@3, 1xtile.chisel.planks-dark-oak@4, 1xtile.chisel.planks-dark-oak@5, 1xtile.chisel.planks-dark-oak@6, 1xtile.chisel.planks-dark-oak@7, 1xtile.chisel.planks-dark-oak@8, 1xtile.chisel.planks-dark-oak@9, 1xtile.chisel.planks-dark-oak@10, 1xtile.chisel.planks-dark-oak@11, 1xtile.chisel.planks-dark-oak@12, 1xtile.chisel.planks-dark-oak@13, 1xtile.chisel.planks-dark-oak@14, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8, 1xtile.natura.nether_planks@0, 1xtile.natura.nether_planks@1, 1xtile.natura.nether_planks@2, 1xtile.natura.nether_planks@3, 1xtile.planks_sakura@0, 1xtile.planks_mulberry@0, 1xtile.blocks.integrateddynamics.menril_planks@0, 1xtile.primal.planks@0, 1xtile.primal.planks@1, 1xtile.primal.planks@2, 1xtile.primal.planks@3, 1xtile.dltplank@0, 1xtile.dreadplanks@0, 1xtile.thebetweenlands.weedwood_planks@0, 1xtile.thebetweenlands.rubber_tree_planks@0, 1xtile.thebetweenlands.giant_root_planks@0, 1xtile.thebetweenlands.hearthgrove_planks@0, 1xtile.thebetweenlands.nibbletwig_planks@0, 1xtile.twilightforest.TowerStone@0, 1xtile.twilightforest.TowerStone@1, 1xtile.twilightforest.TowerStone@2, 1xtile.twilightforest.TowerStone@3, 1xtile.twilightforest.TowerStone@4, 1xtile.totemic:cedar_plank@0, 1xtile.traverse:fir_planks@0, 1xtile.kepler22b_planks.0@0, 1xtile.primal.planks@0, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8]]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2470 betterwithmods:blocks/grate_2 RecipeStage{tier='one', recipe=4xtile.bwm:grate@2:[type:MOULDING parent:[1xtile.wood@2], net.minecraftforge.oredict.OreIngredient@7b17b031, type:MOULDING parent:[1xtile.wood@2], type:MOULDING parent:[1xtile.wood@2], net.minecraftforge.oredict.OreIngredient@7b17b031, type:MOULDING parent:[1xtile.wood@2]]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2471 betterwithmods:blocks/aesthetic.5 RecipeStage{tier='one', recipe=1xtile.bwm:aesthetic@5:[net.minecraft.item.crafting.Ingredient@72472a5e, net.minecraft.item.crafting.Ingredient@72472a5e, net.minecraft.item.crafting.Ingredient@72472a5e, net.minecraft.item.crafting.Ingredient@72472a5e, net.minecraft.item.crafting.Ingredient@72472a5e, net.minecraft.item.crafting.Ingredient@72472a5e, net.minecraft.item.crafting.Ingredient@72472a5e, net.minecraft.item.crafting.Ingredient@72472a5e, net.minecraft.item.crafting.Ingredient@72472a5e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2473 betterwithmods:blocks/aesthetic.9 RecipeStage{tier='one', recipe=1xtile.bwm:aesthetic@9:[net.minecraftforge.oredict.OreIngredient@2371c451, net.minecraftforge.oredict.OreIngredient@2371c451, net.minecraftforge.oredict.OreIngredient@2371c451, net.minecraftforge.oredict.OreIngredient@2371c451, net.minecraftforge.oredict.OreIngredient@2371c451, net.minecraftforge.oredict.OreIngredient@2371c451, net.minecraftforge.oredict.OreIngredient@2371c451, net.minecraftforge.oredict.OreIngredient@2371c451, net.minecraftforge.oredict.OreIngredient@2371c451]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2474 betterwithmods:blocks/vine_trap RecipeStage{tier='zero', recipe=1xtile.bwm:vine_trap@0:[net.minecraft.item.crafting.Ingredient@6aacf23c, net.minecraft.item.crafting.Ingredient@6aacf23c, net.minecraft.item.crafting.Ingredient@6aacf23c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2475 betterwithmods:blocks/slats_5 RecipeStage{tier='one', recipe=4xtile.bwm:slats@5:[type:MOULDING parent:[1xtile.wood@5], type:MOULDING parent:[1xtile.wood@5], type:MOULDING parent:[1xtile.wood@5], type:MOULDING parent:[1xtile.wood@5]]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2476 betterwithmods:blocks/grate_3 RecipeStage{tier='one', recipe=4xtile.bwm:grate@3:[type:MOULDING parent:[1xtile.wood@3], net.minecraftforge.oredict.OreIngredient@2ea4a5eb, type:MOULDING parent:[1xtile.wood@3], type:MOULDING parent:[1xtile.wood@3], net.minecraftforge.oredict.OreIngredient@2ea4a5eb, type:MOULDING parent:[1xtile.wood@3]]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2478 betterwithmods:blocks/mech/hand_crank RecipeStage{tier='zero', recipe=1xtile.bwm:hand_crank@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7cef55fe, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7cef55fe, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@319b82d8, net.minecraftforge.oredict.OreIngredient@dd65632, net.minecraftforge.oredict.OreIngredient@319b82d8]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2480 betterwithmods:blocks/mech/fix_steel_gearbox RecipeStage{tier='three', recipe=1xtile.bwm:steel_gearbox@0:[net.minecraft.item.crafting.Ingredient@6af789c8, net.minecraftforge.oredict.OreIngredient@64ad74ef, net.minecraftforge.oredict.OreIngredient@6623922f, net.minecraftforge.oredict.OreIngredient@1922fcff, net.minecraftforge.oredict.OreIngredient@4fcd9fda]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2482 betterwithmods:blocks/mech/waterwheel RecipeStage{tier='one', recipe=1xitem.bwm:axle_generator@2:[net.minecraft.item.crafting.Ingredient@56be2e17, net.minecraft.item.crafting.Ingredient@56be2e17, net.minecraft.item.crafting.Ingredient@56be2e17, net.minecraft.item.crafting.Ingredient@56be2e17, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@56be2e17, net.minecraft.item.crafting.Ingredient@56be2e17, net.minecraft.item.crafting.Ingredient@56be2e17, net.minecraft.item.crafting.Ingredient@56be2e17]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2484 betterwithmods:blocks/mech/single_machine_2 RecipeStage{tier='three', recipe=1xtile.bwm:single_machine@2:[type:SIDING parent:[1xtile.wood@0, 1xtile.wood@1, 1xtile.wood@2, 1xtile.wood@3, 1xtile.wood@4, 1xtile.wood@5, 1xtile.rustic.planks@0, 1xtile.rustic.planks@1, 1xtile.rustic.painted_wood_black@0, 1xtile.rustic.painted_wood_blue@0, 1xtile.rustic.painted_wood_brown@0, 1xtile.rustic.painted_wood_cyan@0, 1xtile.rustic.painted_wood_gray@0, 1xtile.rustic.painted_wood_green@0, 1xtile.rustic.painted_wood_light_blue@0, 1xtile.rustic.painted_wood_lime@0, 1xtile.rustic.painted_wood_magenta@0, 1xtile.rustic.painted_wood_orange@0, 1xtile.rustic.painted_wood_pink@0, 1xtile.rustic.painted_wood_purple@0, 1xtile.rustic.painted_wood_red@0, 1xtile.rustic.painted_wood_silver@0, 1xtile.rustic.painted_wood_white@0, 1xtile.rustic.painted_wood_yellow@0, 1xtile.chisel.planks-oak@0, 1xtile.chisel.planks-oak@1, 1xtile.chisel.planks-oak@2, 1xtile.chisel.planks-oak@3, 1xtile.chisel.planks-oak@4, 1xtile.chisel.planks-oak@5, 1xtile.chisel.planks-oak@6, 1xtile.chisel.planks-oak@7, 1xtile.chisel.planks-oak@8, 1xtile.chisel.planks-oak@9, 1xtile.chisel.planks-oak@10, 1xtile.chisel.planks-oak@11, 1xtile.chisel.planks-oak@12, 1xtile.chisel.planks-oak@13, 1xtile.chisel.planks-oak@14, 1xtile.chisel.planks-spruce@0, 1xtile.chisel.planks-spruce@1, 1xtile.chisel.planks-spruce@2, 1xtile.chisel.planks-spruce@3, 1xtile.chisel.planks-spruce@4, 1xtile.chisel.planks-spruce@5, 1xtile.chisel.planks-spruce@6, 1xtile.chisel.planks-spruce@7, 1xtile.chisel.planks-spruce@8, 1xtile.chisel.planks-spruce@9, 1xtile.chisel.planks-spruce@10, 1xtile.chisel.planks-spruce@11, 1xtile.chisel.planks-spruce@12, 1xtile.chisel.planks-spruce@13, 1xtile.chisel.planks-spruce@14, 1xtile.chisel.planks-birch@0, 1xtile.chisel.planks-birch@1, 1xtile.chisel.planks-birch@2, 1xtile.chisel.planks-birch@3, 1xtile.chisel.planks-birch@4, 1xtile.chisel.planks-birch@5, 1xtile.chisel.planks-birch@6, 1xtile.chisel.planks-birch@7, 1xtile.chisel.planks-birch@8, 1xtile.chisel.planks-birch@9, 1xtile.chisel.planks-birch@10, 1xtile.chisel.planks-birch@11, 1xtile.chisel.planks-birch@12, 1xtile.chisel.planks-birch@13, 1xtile.chisel.planks-birch@14, 1xtile.chisel.planks-jungle@0, 1xtile.chisel.planks-jungle@1, 1xtile.chisel.planks-jungle@2, 1xtile.chisel.planks-jungle@3, 1xtile.chisel.planks-jungle@4, 1xtile.chisel.planks-jungle@5, 1xtile.chisel.planks-jungle@6, 1xtile.chisel.planks-jungle@7, 1xtile.chisel.planks-jungle@8, 1xtile.chisel.planks-jungle@9, 1xtile.chisel.planks-jungle@10, 1xtile.chisel.planks-jungle@11, 1xtile.chisel.planks-jungle@12, 1xtile.chisel.planks-jungle@13, 1xtile.chisel.planks-jungle@14, 1xtile.chisel.planks-acacia@0, 1xtile.chisel.planks-acacia@1, 1xtile.chisel.planks-acacia@2, 1xtile.chisel.planks-acacia@3, 1xtile.chisel.planks-acacia@4, 1xtile.chisel.planks-acacia@5, 1xtile.chisel.planks-acacia@6, 1xtile.chisel.planks-acacia@7, 1xtile.chisel.planks-acacia@8, 1xtile.chisel.planks-acacia@9, 1xtile.chisel.planks-acacia@10, 1xtile.chisel.planks-acacia@11, 1xtile.chisel.planks-acacia@12, 1xtile.chisel.planks-acacia@13, 1xtile.chisel.planks-acacia@14, 1xtile.chisel.planks-dark-oak@0, 1xtile.chisel.planks-dark-oak@1, 1xtile.chisel.planks-dark-oak@2, 1xtile.chisel.planks-dark-oak@3, 1xtile.chisel.planks-dark-oak@4, 1xtile.chisel.planks-dark-oak@5, 1xtile.chisel.planks-dark-oak@6, 1xtile.chisel.planks-dark-oak@7, 1xtile.chisel.planks-dark-oak@8, 1xtile.chisel.planks-dark-oak@9, 1xtile.chisel.planks-dark-oak@10, 1xtile.chisel.planks-dark-oak@11, 1xtile.chisel.planks-dark-oak@12, 1xtile.chisel.planks-dark-oak@13, 1xtile.chisel.planks-dark-oak@14, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8, 1xtile.natura.nether_planks@0, 1xtile.natura.nether_planks@1, 1xtile.natura.nether_planks@2, 1xtile.natura.nether_planks@3, 1xtile.planks_sakura@0, 1xtile.planks_mulberry@0, 1xtile.blocks.integrateddynamics.menril_planks@0, 1xtile.primal.planks@0, 1xtile.primal.planks@1, 1xtile.primal.planks@2, 1xtile.primal.planks@3, 1xtile.dltplank@0, 1xtile.dreadplanks@0, 1xtile.thebetweenlands.weedwood_planks@0, 1xtile.thebetweenlands.rubber_tree_planks@0, 1xtile.thebetweenlands.giant_root_planks@0, 1xtile.thebetweenlands.hearthgrove_planks@0, 1xtile.thebetweenlands.nibbletwig_planks@0, 1xtile.twilightforest.TowerStone@0, 1xtile.twilightforest.TowerStone@1, 1xtile.twilightforest.TowerStone@2, 1xtile.twilightforest.TowerStone@3, 1xtile.twilightforest.TowerStone@4, 1xtile.totemic:cedar_plank@0, 1xtile.traverse:fir_planks@0, 1xtile.kepler22b_planks.0@0, 1xtile.primal.planks@0, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8], net.minecraft.item.crafting.Ingredient$1@7e2c8622, type:SIDING parent:[1xtile.wood@0, 1xtile.wood@1, 1xtile.wood@2, 1xtile.wood@3, 1xtile.wood@4, 1xtile.wood@5, 1xtile.rustic.planks@0, 1xtile.rustic.planks@1, 1xtile.rustic.painted_wood_black@0, 1xtile.rustic.painted_wood_blue@0, 1xtile.rustic.painted_wood_brown@0, 1xtile.rustic.painted_wood_cyan@0, 1xtile.rustic.painted_wood_gray@0, 1xtile.rustic.painted_wood_green@0, 1xtile.rustic.painted_wood_light_blue@0, 1xtile.rustic.painted_wood_lime@0, 1xtile.rustic.painted_wood_magenta@0, 1xtile.rustic.painted_wood_orange@0, 1xtile.rustic.painted_wood_pink@0, 1xtile.rustic.painted_wood_purple@0, 1xtile.rustic.painted_wood_red@0, 1xtile.rustic.painted_wood_silver@0, 1xtile.rustic.painted_wood_white@0, 1xtile.rustic.painted_wood_yellow@0, 1xtile.chisel.planks-oak@0, 1xtile.chisel.planks-oak@1, 1xtile.chisel.planks-oak@2, 1xtile.chisel.planks-oak@3, 1xtile.chisel.planks-oak@4, 1xtile.chisel.planks-oak@5, 1xtile.chisel.planks-oak@6, 1xtile.chisel.planks-oak@7, 1xtile.chisel.planks-oak@8, 1xtile.chisel.planks-oak@9, 1xtile.chisel.planks-oak@10, 1xtile.chisel.planks-oak@11, 1xtile.chisel.planks-oak@12, 1xtile.chisel.planks-oak@13, 1xtile.chisel.planks-oak@14, 1xtile.chisel.planks-spruce@0, 1xtile.chisel.planks-spruce@1, 1xtile.chisel.planks-spruce@2, 1xtile.chisel.planks-spruce@3, 1xtile.chisel.planks-spruce@4, 1xtile.chisel.planks-spruce@5, 1xtile.chisel.planks-spruce@6, 1xtile.chisel.planks-spruce@7, 1xtile.chisel.planks-spruce@8, 1xtile.chisel.planks-spruce@9, 1xtile.chisel.planks-spruce@10, 1xtile.chisel.planks-spruce@11, 1xtile.chisel.planks-spruce@12, 1xtile.chisel.planks-spruce@13, 1xtile.chisel.planks-spruce@14, 1xtile.chisel.planks-birch@0, 1xtile.chisel.planks-birch@1, 1xtile.chisel.planks-birch@2, 1xtile.chisel.planks-birch@3, 1xtile.chisel.planks-birch@4, 1xtile.chisel.planks-birch@5, 1xtile.chisel.planks-birch@6, 1xtile.chisel.planks-birch@7, 1xtile.chisel.planks-birch@8, 1xtile.chisel.planks-birch@9, 1xtile.chisel.planks-birch@10, 1xtile.chisel.planks-birch@11, 1xtile.chisel.planks-birch@12, 1xtile.chisel.planks-birch@13, 1xtile.chisel.planks-birch@14, 1xtile.chisel.planks-jungle@0, 1xtile.chisel.planks-jungle@1, 1xtile.chisel.planks-jungle@2, 1xtile.chisel.planks-jungle@3, 1xtile.chisel.planks-jungle@4, 1xtile.chisel.planks-jungle@5, 1xtile.chisel.planks-jungle@6, 1xtile.chisel.planks-jungle@7, 1xtile.chisel.planks-jungle@8, 1xtile.chisel.planks-jungle@9, 1xtile.chisel.planks-jungle@10, 1xtile.chisel.planks-jungle@11, 1xtile.chisel.planks-jungle@12, 1xtile.chisel.planks-jungle@13, 1xtile.chisel.planks-jungle@14, 1xtile.chisel.planks-acacia@0, 1xtile.chisel.planks-acacia@1, 1xtile.chisel.planks-acacia@2, 1xtile.chisel.planks-acacia@3, 1xtile.chisel.planks-acacia@4, 1xtile.chisel.planks-acacia@5, 1xtile.chisel.planks-acacia@6, 1xtile.chisel.planks-acacia@7, 1xtile.chisel.planks-acacia@8, 1xtile.chisel.planks-acacia@9, 1xtile.chisel.planks-acacia@10, 1xtile.chisel.planks-acacia@11, 1xtile.chisel.planks-acacia@12, 1xtile.chisel.planks-acacia@13, 1xtile.chisel.planks-acacia@14, 1xtile.chisel.planks-dark-oak@0, 1xtile.chisel.planks-dark-oak@1, 1xtile.chisel.planks-dark-oak@2, 1xtile.chisel.planks-dark-oak@3, 1xtile.chisel.planks-dark-oak@4, 1xtile.chisel.planks-dark-oak@5, 1xtile.chisel.planks-dark-oak@6, 1xtile.chisel.planks-dark-oak@7, 1xtile.chisel.planks-dark-oak@8, 1xtile.chisel.planks-dark-oak@9, 1xtile.chisel.planks-dark-oak@10, 1xtile.chisel.planks-dark-oak@11, 1xtile.chisel.planks-dark-oak@12, 1xtile.chisel.planks-dark-oak@13, 1xtile.chisel.planks-dark-oak@14, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8, 1xtile.natura.nether_planks@0, 1xtile.natura.nether_planks@1, 1xtile.natura.nether_planks@2, 1xtile.natura.nether_planks@3, 1xtile.planks_sakura@0, 1xtile.planks_mulberry@0, 1xtile.blocks.integrateddynamics.menril_planks@0, 1xtile.primal.planks@0, 1xtile.primal.planks@1, 1xtile.primal.planks@2, 1xtile.primal.planks@3, 1xtile.dltplank@0, 1xtile.dreadplanks@0, 1xtile.thebetweenlands.weedwood_planks@0, 1xtile.thebetweenlands.rubber_tree_planks@0, 1xtile.thebetweenlands.giant_root_planks@0, 1xtile.thebetweenlands.hearthgrove_planks@0, 1xtile.thebetweenlands.nibbletwig_planks@0, 1xtile.twilightforest.TowerStone@0, 1xtile.twilightforest.TowerStone@1, 1xtile.twilightforest.TowerStone@2, 1xtile.twilightforest.TowerStone@3, 1xtile.twilightforest.TowerStone@4, 1xtile.totemic:cedar_plank@0, 1xtile.traverse:fir_planks@0, 1xtile.kepler22b_planks.0@0, 1xtile.primal.planks@0, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8], net.minecraftforge.oredict.OreIngredient@f1b632a, net.minecraft.item.crafting.Ingredient@14673337, net.minecraftforge.oredict.OreIngredient@f1b632a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, type:CORNER parent:[1xtile.wood@0, 1xtile.wood@1, 1xtile.wood@2, 1xtile.wood@3, 1xtile.wood@4, 1xtile.wood@5, 1xtile.rustic.planks@0, 1xtile.rustic.planks@1, 1xtile.rustic.painted_wood_black@0, 1xtile.rustic.painted_wood_blue@0, 1xtile.rustic.painted_wood_brown@0, 1xtile.rustic.painted_wood_cyan@0, 1xtile.rustic.painted_wood_gray@0, 1xtile.rustic.painted_wood_green@0, 1xtile.rustic.painted_wood_light_blue@0, 1xtile.rustic.painted_wood_lime@0, 1xtile.rustic.painted_wood_magenta@0, 1xtile.rustic.painted_wood_orange@0, 1xtile.rustic.painted_wood_pink@0, 1xtile.rustic.painted_wood_purple@0, 1xtile.rustic.painted_wood_red@0, 1xtile.rustic.painted_wood_silver@0, 1xtile.rustic.painted_wood_white@0, 1xtile.rustic.painted_wood_yellow@0, 1xtile.chisel.planks-oak@0, 1xtile.chisel.planks-oak@1, 1xtile.chisel.planks-oak@2, 1xtile.chisel.planks-oak@3, 1xtile.chisel.planks-oak@4, 1xtile.chisel.planks-oak@5, 1xtile.chisel.planks-oak@6, 1xtile.chisel.planks-oak@7, 1xtile.chisel.planks-oak@8, 1xtile.chisel.planks-oak@9, 1xtile.chisel.planks-oak@10, 1xtile.chisel.planks-oak@11, 1xtile.chisel.planks-oak@12, 1xtile.chisel.planks-oak@13, 1xtile.chisel.planks-oak@14, 1xtile.chisel.planks-spruce@0, 1xtile.chisel.planks-spruce@1, 1xtile.chisel.planks-spruce@2, 1xtile.chisel.planks-spruce@3, 1xtile.chisel.planks-spruce@4, 1xtile.chisel.planks-spruce@5, 1xtile.chisel.planks-spruce@6, 1xtile.chisel.planks-spruce@7, 1xtile.chisel.planks-spruce@8, 1xtile.chisel.planks-spruce@9, 1xtile.chisel.planks-spruce@10, 1xtile.chisel.planks-spruce@11, 1xtile.chisel.planks-spruce@12, 1xtile.chisel.planks-spruce@13, 1xtile.chisel.planks-spruce@14, 1xtile.chisel.planks-birch@0, 1xtile.chisel.planks-birch@1, 1xtile.chisel.planks-birch@2, 1xtile.chisel.planks-birch@3, 1xtile.chisel.planks-birch@4, 1xtile.chisel.planks-birch@5, 1xtile.chisel.planks-birch@6, 1xtile.chisel.planks-birch@7, 1xtile.chisel.planks-birch@8, 1xtile.chisel.planks-birch@9, 1xtile.chisel.planks-birch@10, 1xtile.chisel.planks-birch@11, 1xtile.chisel.planks-birch@12, 1xtile.chisel.planks-birch@13, 1xtile.chisel.planks-birch@14, 1xtile.chisel.planks-jungle@0, 1xtile.chisel.planks-jungle@1, 1xtile.chisel.planks-jungle@2, 1xtile.chisel.planks-jungle@3, 1xtile.chisel.planks-jungle@4, 1xtile.chisel.planks-jungle@5, 1xtile.chisel.planks-jungle@6, 1xtile.chisel.planks-jungle@7, 1xtile.chisel.planks-jungle@8, 1xtile.chisel.planks-jungle@9, 1xtile.chisel.planks-jungle@10, 1xtile.chisel.planks-jungle@11, 1xtile.chisel.planks-jungle@12, 1xtile.chisel.planks-jungle@13, 1xtile.chisel.planks-jungle@14, 1xtile.chisel.planks-acacia@0, 1xtile.chisel.planks-acacia@1, 1xtile.chisel.planks-acacia@2, 1xtile.chisel.planks-acacia@3, 1xtile.chisel.planks-acacia@4, 1xtile.chisel.planks-acacia@5, 1xtile.chisel.planks-acacia@6, 1xtile.chisel.planks-acacia@7, 1xtile.chisel.planks-acacia@8, 1xtile.chisel.planks-acacia@9, 1xtile.chisel.planks-acacia@10, 1xtile.chisel.planks-acacia@11, 1xtile.chisel.planks-acacia@12, 1xtile.chisel.planks-acacia@13, 1xtile.chisel.planks-acacia@14, 1xtile.chisel.planks-dark-oak@0, 1xtile.chisel.planks-dark-oak@1, 1xtile.chisel.planks-dark-oak@2, 1xtile.chisel.planks-dark-oak@3, 1xtile.chisel.planks-dark-oak@4, 1xtile.chisel.planks-dark-oak@5, 1xtile.chisel.planks-dark-oak@6, 1xtile.chisel.planks-dark-oak@7, 1xtile.chisel.planks-dark-oak@8, 1xtile.chisel.planks-dark-oak@9, 1xtile.chisel.planks-dark-oak@10, 1xtile.chisel.planks-dark-oak@11, 1xtile.chisel.planks-dark-oak@12, 1xtile.chisel.planks-dark-oak@13, 1xtile.chisel.planks-dark-oak@14, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8, 1xtile.natura.nether_planks@0, 1xtile.natura.nether_planks@1, 1xtile.natura.nether_planks@2, 1xtile.natura.nether_planks@3, 1xtile.planks_sakura@0, 1xtile.planks_mulberry@0, 1xtile.blocks.integrateddynamics.menril_planks@0, 1xtile.primal.planks@0, 1xtile.primal.planks@1, 1xtile.primal.planks@2, 1xtile.primal.planks@3, 1xtile.dltplank@0, 1xtile.dreadplanks@0, 1xtile.thebetweenlands.weedwood_planks@0, 1xtile.thebetweenlands.rubber_tree_planks@0, 1xtile.thebetweenlands.giant_root_planks@0, 1xtile.thebetweenlands.hearthgrove_planks@0, 1xtile.thebetweenlands.nibbletwig_planks@0, 1xtile.twilightforest.TowerStone@0, 1xtile.twilightforest.TowerStone@1, 1xtile.twilightforest.TowerStone@2, 1xtile.twilightforest.TowerStone@3, 1xtile.twilightforest.TowerStone@4, 1xtile.totemic:cedar_plank@0, 1xtile.traverse:fir_planks@0, 1xtile.kepler22b_planks.0@0, 1xtile.primal.planks@0, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8], net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2485 betterwithmods:blocks/mech/windmill RecipeStage{tier='one', recipe=1xitem.bwm:axle_generator@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@762dc44d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@762dc44d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@762dc44d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@762dc44d, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2489 betterwithmods:blocks/mech/screw_pump RecipeStage{tier='one', recipe=1xtile.bwm:screw_pump@0:[net.minecraftforge.oredict.OreIngredient@3ed18e5e, net.minecraft.item.crafting.Ingredient@3196d756, net.minecraftforge.oredict.OreIngredient@3ed18e5e, type:SIDING parent:[1xtile.wood@0, 1xtile.wood@1, 1xtile.wood@2, 1xtile.wood@3, 1xtile.wood@4, 1xtile.wood@5, 1xtile.rustic.planks@0, 1xtile.rustic.planks@1, 1xtile.rustic.painted_wood_black@0, 1xtile.rustic.painted_wood_blue@0, 1xtile.rustic.painted_wood_brown@0, 1xtile.rustic.painted_wood_cyan@0, 1xtile.rustic.painted_wood_gray@0, 1xtile.rustic.painted_wood_green@0, 1xtile.rustic.painted_wood_light_blue@0, 1xtile.rustic.painted_wood_lime@0, 1xtile.rustic.painted_wood_magenta@0, 1xtile.rustic.painted_wood_orange@0, 1xtile.rustic.painted_wood_pink@0, 1xtile.rustic.painted_wood_purple@0, 1xtile.rustic.painted_wood_red@0, 1xtile.rustic.painted_wood_silver@0, 1xtile.rustic.painted_wood_white@0, 1xtile.rustic.painted_wood_yellow@0, 1xtile.chisel.planks-oak@0, 1xtile.chisel.planks-oak@1, 1xtile.chisel.planks-oak@2, 1xtile.chisel.planks-oak@3, 1xtile.chisel.planks-oak@4, 1xtile.chisel.planks-oak@5, 1xtile.chisel.planks-oak@6, 1xtile.chisel.planks-oak@7, 1xtile.chisel.planks-oak@8, 1xtile.chisel.planks-oak@9, 1xtile.chisel.planks-oak@10, 1xtile.chisel.planks-oak@11, 1xtile.chisel.planks-oak@12, 1xtile.chisel.planks-oak@13, 1xtile.chisel.planks-oak@14, 1xtile.chisel.planks-spruce@0, 1xtile.chisel.planks-spruce@1, 1xtile.chisel.planks-spruce@2, 1xtile.chisel.planks-spruce@3, 1xtile.chisel.planks-spruce@4, 1xtile.chisel.planks-spruce@5, 1xtile.chisel.planks-spruce@6, 1xtile.chisel.planks-spruce@7, 1xtile.chisel.planks-spruce@8, 1xtile.chisel.planks-spruce@9, 1xtile.chisel.planks-spruce@10, 1xtile.chisel.planks-spruce@11, 1xtile.chisel.planks-spruce@12, 1xtile.chisel.planks-spruce@13, 1xtile.chisel.planks-spruce@14, 1xtile.chisel.planks-birch@0, 1xtile.chisel.planks-birch@1, 1xtile.chisel.planks-birch@2, 1xtile.chisel.planks-birch@3, 1xtile.chisel.planks-birch@4, 1xtile.chisel.planks-birch@5, 1xtile.chisel.planks-birch@6, 1xtile.chisel.planks-birch@7, 1xtile.chisel.planks-birch@8, 1xtile.chisel.planks-birch@9, 1xtile.chisel.planks-birch@10, 1xtile.chisel.planks-birch@11, 1xtile.chisel.planks-birch@12, 1xtile.chisel.planks-birch@13, 1xtile.chisel.planks-birch@14, 1xtile.chisel.planks-jungle@0, 1xtile.chisel.planks-jungle@1, 1xtile.chisel.planks-jungle@2, 1xtile.chisel.planks-jungle@3, 1xtile.chisel.planks-jungle@4, 1xtile.chisel.planks-jungle@5, 1xtile.chisel.planks-jungle@6, 1xtile.chisel.planks-jungle@7, 1xtile.chisel.planks-jungle@8, 1xtile.chisel.planks-jungle@9, 1xtile.chisel.planks-jungle@10, 1xtile.chisel.planks-jungle@11, 1xtile.chisel.planks-jungle@12, 1xtile.chisel.planks-jungle@13, 1xtile.chisel.planks-jungle@14, 1xtile.chisel.planks-acacia@0, 1xtile.chisel.planks-acacia@1, 1xtile.chisel.planks-acacia@2, 1xtile.chisel.planks-acacia@3, 1xtile.chisel.planks-acacia@4, 1xtile.chisel.planks-acacia@5, 1xtile.chisel.planks-acacia@6, 1xtile.chisel.planks-acacia@7, 1xtile.chisel.planks-acacia@8, 1xtile.chisel.planks-acacia@9, 1xtile.chisel.planks-acacia@10, 1xtile.chisel.planks-acacia@11, 1xtile.chisel.planks-acacia@12, 1xtile.chisel.planks-acacia@13, 1xtile.chisel.planks-acacia@14, 1xtile.chisel.planks-dark-oak@0, 1xtile.chisel.planks-dark-oak@1, 1xtile.chisel.planks-dark-oak@2, 1xtile.chisel.planks-dark-oak@3, 1xtile.chisel.planks-dark-oak@4, 1xtile.chisel.planks-dark-oak@5, 1xtile.chisel.planks-dark-oak@6, 1xtile.chisel.planks-dark-oak@7, 1xtile.chisel.planks-dark-oak@8, 1xtile.chisel.planks-dark-oak@9, 1xtile.chisel.planks-dark-oak@10, 1xtile.chisel.planks-dark-oak@11, 1xtile.chisel.planks-dark-oak@12, 1xtile.chisel.planks-dark-oak@13, 1xtile.chisel.planks-dark-oak@14, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8, 1xtile.natura.nether_planks@0, 1xtile.natura.nether_planks@1, 1xtile.natura.nether_planks@2, 1xtile.natura.nether_planks@3, 1xtile.planks_sakura@0, 1xtile.planks_mulberry@0, 1xtile.blocks.integrateddynamics.menril_planks@0, 1xtile.primal.planks@0, 1xtile.primal.planks@1, 1xtile.primal.planks@2, 1xtile.primal.planks@3, 1xtile.dltplank@0, 1xtile.dreadplanks@0, 1xtile.thebetweenlands.weedwood_planks@0, 1xtile.thebetweenlands.rubber_tree_planks@0, 1xtile.thebetweenlands.giant_root_planks@0, 1xtile.thebetweenlands.hearthgrove_planks@0, 1xtile.thebetweenlands.nibbletwig_planks@0, 1xtile.twilightforest.TowerStone@0, 1xtile.twilightforest.TowerStone@1, 1xtile.twilightforest.TowerStone@2, 1xtile.twilightforest.TowerStone@3, 1xtile.twilightforest.TowerStone@4, 1xtile.totemic:cedar_plank@0, 1xtile.traverse:fir_planks@0, 1xtile.kepler22b_planks.0@0, 1xtile.primal.planks@0, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8], net.minecraftforge.oredict.OreIngredient@2b63b70f, type:SIDING parent:[1xtile.wood@0, 1xtile.wood@1, 1xtile.wood@2, 1xtile.wood@3, 1xtile.wood@4, 1xtile.wood@5, 1xtile.rustic.planks@0, 1xtile.rustic.planks@1, 1xtile.rustic.painted_wood_black@0, 1xtile.rustic.painted_wood_blue@0, 1xtile.rustic.painted_wood_brown@0, 1xtile.rustic.painted_wood_cyan@0, 1xtile.rustic.painted_wood_gray@0, 1xtile.rustic.painted_wood_green@0, 1xtile.rustic.painted_wood_light_blue@0, 1xtile.rustic.painted_wood_lime@0, 1xtile.rustic.painted_wood_magenta@0, 1xtile.rustic.painted_wood_orange@0, 1xtile.rustic.painted_wood_pink@0, 1xtile.rustic.painted_wood_purple@0, 1xtile.rustic.painted_wood_red@0, 1xtile.rustic.painted_wood_silver@0, 1xtile.rustic.painted_wood_white@0, 1xtile.rustic.painted_wood_yellow@0, 1xtile.chisel.planks-oak@0, 1xtile.chisel.planks-oak@1, 1xtile.chisel.planks-oak@2, 1xtile.chisel.planks-oak@3, 1xtile.chisel.planks-oak@4, 1xtile.chisel.planks-oak@5, 1xtile.chisel.planks-oak@6, 1xtile.chisel.planks-oak@7, 1xtile.chisel.planks-oak@8, 1xtile.chisel.planks-oak@9, 1xtile.chisel.planks-oak@10, 1xtile.chisel.planks-oak@11, 1xtile.chisel.planks-oak@12, 1xtile.chisel.planks-oak@13, 1xtile.chisel.planks-oak@14, 1xtile.chisel.planks-spruce@0, 1xtile.chisel.planks-spruce@1, 1xtile.chisel.planks-spruce@2, 1xtile.chisel.planks-spruce@3, 1xtile.chisel.planks-spruce@4, 1xtile.chisel.planks-spruce@5, 1xtile.chisel.planks-spruce@6, 1xtile.chisel.planks-spruce@7, 1xtile.chisel.planks-spruce@8, 1xtile.chisel.planks-spruce@9, 1xtile.chisel.planks-spruce@10, 1xtile.chisel.planks-spruce@11, 1xtile.chisel.planks-spruce@12, 1xtile.chisel.planks-spruce@13, 1xtile.chisel.planks-spruce@14, 1xtile.chisel.planks-birch@0, 1xtile.chisel.planks-birch@1, 1xtile.chisel.planks-birch@2, 1xtile.chisel.planks-birch@3, 1xtile.chisel.planks-birch@4, 1xtile.chisel.planks-birch@5, 1xtile.chisel.planks-birch@6, 1xtile.chisel.planks-birch@7, 1xtile.chisel.planks-birch@8, 1xtile.chisel.planks-birch@9, 1xtile.chisel.planks-birch@10, 1xtile.chisel.planks-birch@11, 1xtile.chisel.planks-birch@12, 1xtile.chisel.planks-birch@13, 1xtile.chisel.planks-birch@14, 1xtile.chisel.planks-jungle@0, 1xtile.chisel.planks-jungle@1, 1xtile.chisel.planks-jungle@2, 1xtile.chisel.planks-jungle@3, 1xtile.chisel.planks-jungle@4, 1xtile.chisel.planks-jungle@5, 1xtile.chisel.planks-jungle@6, 1xtile.chisel.planks-jungle@7, 1xtile.chisel.planks-jungle@8, 1xtile.chisel.planks-jungle@9, 1xtile.chisel.planks-jungle@10, 1xtile.chisel.planks-jungle@11, 1xtile.chisel.planks-jungle@12, 1xtile.chisel.planks-jungle@13, 1xtile.chisel.planks-jungle@14, 1xtile.chisel.planks-acacia@0, 1xtile.chisel.planks-acacia@1, 1xtile.chisel.planks-acacia@2, 1xtile.chisel.planks-acacia@3, 1xtile.chisel.planks-acacia@4, 1xtile.chisel.planks-acacia@5, 1xtile.chisel.planks-acacia@6, 1xtile.chisel.planks-acacia@7, 1xtile.chisel.planks-acacia@8, 1xtile.chisel.planks-acacia@9, 1xtile.chisel.planks-acacia@10, 1xtile.chisel.planks-acacia@11, 1xtile.chisel.planks-acacia@12, 1xtile.chisel.planks-acacia@13, 1xtile.chisel.planks-acacia@14, 1xtile.chisel.planks-dark-oak@0, 1xtile.chisel.planks-dark-oak@1, 1xtile.chisel.planks-dark-oak@2, 1xtile.chisel.planks-dark-oak@3, 1xtile.chisel.planks-dark-oak@4, 1xtile.chisel.planks-dark-oak@5, 1xtile.chisel.planks-dark-oak@6, 1xtile.chisel.planks-dark-oak@7, 1xtile.chisel.planks-dark-oak@8, 1xtile.chisel.planks-dark-oak@9, 1xtile.chisel.planks-dark-oak@10, 1xtile.chisel.planks-dark-oak@11, 1xtile.chisel.planks-dark-oak@12, 1xtile.chisel.planks-dark-oak@13, 1xtile.chisel.planks-dark-oak@14, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8, 1xtile.natura.nether_planks@0, 1xtile.natura.nether_planks@1, 1xtile.natura.nether_planks@2, 1xtile.natura.nether_planks@3, 1xtile.planks_sakura@0, 1xtile.planks_mulberry@0, 1xtile.blocks.integrateddynamics.menril_planks@0, 1xtile.primal.planks@0, 1xtile.primal.planks@1, 1xtile.primal.planks@2, 1xtile.primal.planks@3, 1xtile.dltplank@0, 1xtile.dreadplanks@0, 1xtile.thebetweenlands.weedwood_planks@0, 1xtile.thebetweenlands.rubber_tree_planks@0, 1xtile.thebetweenlands.giant_root_planks@0, 1xtile.thebetweenlands.hearthgrove_planks@0, 1xtile.thebetweenlands.nibbletwig_planks@0, 1xtile.twilightforest.TowerStone@0, 1xtile.twilightforest.TowerStone@1, 1xtile.twilightforest.TowerStone@2, 1xtile.twilightforest.TowerStone@3, 1xtile.twilightforest.TowerStone@4, 1xtile.totemic:cedar_plank@0, 1xtile.traverse:fir_planks@0, 1xtile.kepler22b_planks.0@0, 1xtile.primal.planks@0, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8], type:SIDING parent:[1xtile.wood@0, 1xtile.wood@1, 1xtile.wood@2, 1xtile.wood@3, 1xtile.wood@4, 1xtile.wood@5, 1xtile.rustic.planks@0, 1xtile.rustic.planks@1, 1xtile.rustic.painted_wood_black@0, 1xtile.rustic.painted_wood_blue@0, 1xtile.rustic.painted_wood_brown@0, 1xtile.rustic.painted_wood_cyan@0, 1xtile.rustic.painted_wood_gray@0, 1xtile.rustic.painted_wood_green@0, 1xtile.rustic.painted_wood_light_blue@0, 1xtile.rustic.painted_wood_lime@0, 1xtile.rustic.painted_wood_magenta@0, 1xtile.rustic.painted_wood_orange@0, 1xtile.rustic.painted_wood_pink@0, 1xtile.rustic.painted_wood_purple@0, 1xtile.rustic.painted_wood_red@0, 1xtile.rustic.painted_wood_silver@0, 1xtile.rustic.painted_wood_white@0, 1xtile.rustic.painted_wood_yellow@0, 1xtile.chisel.planks-oak@0, 1xtile.chisel.planks-oak@1, 1xtile.chisel.planks-oak@2, 1xtile.chisel.planks-oak@3, 1xtile.chisel.planks-oak@4, 1xtile.chisel.planks-oak@5, 1xtile.chisel.planks-oak@6, 1xtile.chisel.planks-oak@7, 1xtile.chisel.planks-oak@8, 1xtile.chisel.planks-oak@9, 1xtile.chisel.planks-oak@10, 1xtile.chisel.planks-oak@11, 1xtile.chisel.planks-oak@12, 1xtile.chisel.planks-oak@13, 1xtile.chisel.planks-oak@14, 1xtile.chisel.planks-spruce@0, 1xtile.chisel.planks-spruce@1, 1xtile.chisel.planks-spruce@2, 1xtile.chisel.planks-spruce@3, 1xtile.chisel.planks-spruce@4, 1xtile.chisel.planks-spruce@5, 1xtile.chisel.planks-spruce@6, 1xtile.chisel.planks-spruce@7, 1xtile.chisel.planks-spruce@8, 1xtile.chisel.planks-spruce@9, 1xtile.chisel.planks-spruce@10, 1xtile.chisel.planks-spruce@11, 1xtile.chisel.planks-spruce@12, 1xtile.chisel.planks-spruce@13, 1xtile.chisel.planks-spruce@14, 1xtile.chisel.planks-birch@0, 1xtile.chisel.planks-birch@1, 1xtile.chisel.planks-birch@2, 1xtile.chisel.planks-birch@3, 1xtile.chisel.planks-birch@4, 1xtile.chisel.planks-birch@5, 1xtile.chisel.planks-birch@6, 1xtile.chisel.planks-birch@7, 1xtile.chisel.planks-birch@8, 1xtile.chisel.planks-birch@9, 1xtile.chisel.planks-birch@10, 1xtile.chisel.planks-birch@11, 1xtile.chisel.planks-birch@12, 1xtile.chisel.planks-birch@13, 1xtile.chisel.planks-birch@14, 1xtile.chisel.planks-jungle@0, 1xtile.chisel.planks-jungle@1, 1xtile.chisel.planks-jungle@2, 1xtile.chisel.planks-jungle@3, 1xtile.chisel.planks-jungle@4, 1xtile.chisel.planks-jungle@5, 1xtile.chisel.planks-jungle@6, 1xtile.chisel.planks-jungle@7, 1xtile.chisel.planks-jungle@8, 1xtile.chisel.planks-jungle@9, 1xtile.chisel.planks-jungle@10, 1xtile.chisel.planks-jungle@11, 1xtile.chisel.planks-jungle@12, 1xtile.chisel.planks-jungle@13, 1xtile.chisel.planks-jungle@14, 1xtile.chisel.planks-acacia@0, 1xtile.chisel.planks-acacia@1, 1xtile.chisel.planks-acacia@2, 1xtile.chisel.planks-acacia@3, 1xtile.chisel.planks-acacia@4, 1xtile.chisel.planks-acacia@5, 1xtile.chisel.planks-acacia@6, 1xtile.chisel.planks-acacia@7, 1xtile.chisel.planks-acacia@8, 1xtile.chisel.planks-acacia@9, 1xtile.chisel.planks-acacia@10, 1xtile.chisel.planks-acacia@11, 1xtile.chisel.planks-acacia@12, 1xtile.chisel.planks-acacia@13, 1xtile.chisel.planks-acacia@14, 1xtile.chisel.planks-dark-oak@0, 1xtile.chisel.planks-dark-oak@1, 1xtile.chisel.planks-dark-oak@2, 1xtile.chisel.planks-dark-oak@3, 1xtile.chisel.planks-dark-oak@4, 1xtile.chisel.planks-dark-oak@5, 1xtile.chisel.planks-dark-oak@6, 1xtile.chisel.planks-dark-oak@7, 1xtile.chisel.planks-dark-oak@8, 1xtile.chisel.planks-dark-oak@9, 1xtile.chisel.planks-dark-oak@10, 1xtile.chisel.planks-dark-oak@11, 1xtile.chisel.planks-dark-oak@12, 1xtile.chisel.planks-dark-oak@13, 1xtile.chisel.planks-dark-oak@14, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8, 1xtile.natura.nether_planks@0, 1xtile.natura.nether_planks@1, 1xtile.natura.nether_planks@2, 1xtile.natura.nether_planks@3, 1xtile.planks_sakura@0, 1xtile.planks_mulberry@0, 1xtile.blocks.integrateddynamics.menril_planks@0, 1xtile.primal.planks@0, 1xtile.primal.planks@1, 1xtile.primal.planks@2, 1xtile.primal.planks@3, 1xtile.dltplank@0, 1xtile.dreadplanks@0, 1xtile.thebetweenlands.weedwood_planks@0, 1xtile.thebetweenlands.rubber_tree_planks@0, 1xtile.thebetweenlands.giant_root_planks@0, 1xtile.thebetweenlands.hearthgrove_planks@0, 1xtile.thebetweenlands.nibbletwig_planks@0, 1xtile.twilightforest.TowerStone@0, 1xtile.twilightforest.TowerStone@1, 1xtile.twilightforest.TowerStone@2, 1xtile.twilightforest.TowerStone@3, 1xtile.twilightforest.TowerStone@4, 1xtile.totemic:cedar_plank@0, 1xtile.traverse:fir_planks@0, 1xtile.kepler22b_planks.0@0, 1xtile.primal.planks@0, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8], net.minecraftforge.oredict.OreIngredient@13567b, type:SIDING parent:[1xtile.wood@0, 1xtile.wood@1, 1xtile.wood@2, 1xtile.wood@3, 1xtile.wood@4, 1xtile.wood@5, 1xtile.rustic.planks@0, 1xtile.rustic.planks@1, 1xtile.rustic.painted_wood_black@0, 1xtile.rustic.painted_wood_blue@0, 1xtile.rustic.painted_wood_brown@0, 1xtile.rustic.painted_wood_cyan@0, 1xtile.rustic.painted_wood_gray@0, 1xtile.rustic.painted_wood_green@0, 1xtile.rustic.painted_wood_light_blue@0, 1xtile.rustic.painted_wood_lime@0, 1xtile.rustic.painted_wood_magenta@0, 1xtile.rustic.painted_wood_orange@0, 1xtile.rustic.painted_wood_pink@0, 1xtile.rustic.painted_wood_purple@0, 1xtile.rustic.painted_wood_red@0, 1xtile.rustic.painted_wood_silver@0, 1xtile.rustic.painted_wood_white@0, 1xtile.rustic.painted_wood_yellow@0, 1xtile.chisel.planks-oak@0, 1xtile.chisel.planks-oak@1, 1xtile.chisel.planks-oak@2, 1xtile.chisel.planks-oak@3, 1xtile.chisel.planks-oak@4, 1xtile.chisel.planks-oak@5, 1xtile.chisel.planks-oak@6, 1xtile.chisel.planks-oak@7, 1xtile.chisel.planks-oak@8, 1xtile.chisel.planks-oak@9, 1xtile.chisel.planks-oak@10, 1xtile.chisel.planks-oak@11, 1xtile.chisel.planks-oak@12, 1xtile.chisel.planks-oak@13, 1xtile.chisel.planks-oak@14, 1xtile.chisel.planks-spruce@0, 1xtile.chisel.planks-spruce@1, 1xtile.chisel.planks-spruce@2, 1xtile.chisel.planks-spruce@3, 1xtile.chisel.planks-spruce@4, 1xtile.chisel.planks-spruce@5, 1xtile.chisel.planks-spruce@6, 1xtile.chisel.planks-spruce@7, 1xtile.chisel.planks-spruce@8, 1xtile.chisel.planks-spruce@9, 1xtile.chisel.planks-spruce@10, 1xtile.chisel.planks-spruce@11, 1xtile.chisel.planks-spruce@12, 1xtile.chisel.planks-spruce@13, 1xtile.chisel.planks-spruce@14, 1xtile.chisel.planks-birch@0, 1xtile.chisel.planks-birch@1, 1xtile.chisel.planks-birch@2, 1xtile.chisel.planks-birch@3, 1xtile.chisel.planks-birch@4, 1xtile.chisel.planks-birch@5, 1xtile.chisel.planks-birch@6, 1xtile.chisel.planks-birch@7, 1xtile.chisel.planks-birch@8, 1xtile.chisel.planks-birch@9, 1xtile.chisel.planks-birch@10, 1xtile.chisel.planks-birch@11, 1xtile.chisel.planks-birch@12, 1xtile.chisel.planks-birch@13, 1xtile.chisel.planks-birch@14, 1xtile.chisel.planks-jungle@0, 1xtile.chisel.planks-jungle@1, 1xtile.chisel.planks-jungle@2, 1xtile.chisel.planks-jungle@3, 1xtile.chisel.planks-jungle@4, 1xtile.chisel.planks-jungle@5, 1xtile.chisel.planks-jungle@6, 1xtile.chisel.planks-jungle@7, 1xtile.chisel.planks-jungle@8, 1xtile.chisel.planks-jungle@9, 1xtile.chisel.planks-jungle@10, 1xtile.chisel.planks-jungle@11, 1xtile.chisel.planks-jungle@12, 1xtile.chisel.planks-jungle@13, 1xtile.chisel.planks-jungle@14, 1xtile.chisel.planks-acacia@0, 1xtile.chisel.planks-acacia@1, 1xtile.chisel.planks-acacia@2, 1xtile.chisel.planks-acacia@3, 1xtile.chisel.planks-acacia@4, 1xtile.chisel.planks-acacia@5, 1xtile.chisel.planks-acacia@6, 1xtile.chisel.planks-acacia@7, 1xtile.chisel.planks-acacia@8, 1xtile.chisel.planks-acacia@9, 1xtile.chisel.planks-acacia@10, 1xtile.chisel.planks-acacia@11, 1xtile.chisel.planks-acacia@12, 1xtile.chisel.planks-acacia@13, 1xtile.chisel.planks-acacia@14, 1xtile.chisel.planks-dark-oak@0, 1xtile.chisel.planks-dark-oak@1, 1xtile.chisel.planks-dark-oak@2, 1xtile.chisel.planks-dark-oak@3, 1xtile.chisel.planks-dark-oak@4, 1xtile.chisel.planks-dark-oak@5, 1xtile.chisel.planks-dark-oak@6, 1xtile.chisel.planks-dark-oak@7, 1xtile.chisel.planks-dark-oak@8, 1xtile.chisel.planks-dark-oak@9, 1xtile.chisel.planks-dark-oak@10, 1xtile.chisel.planks-dark-oak@11, 1xtile.chisel.planks-dark-oak@12, 1xtile.chisel.planks-dark-oak@13, 1xtile.chisel.planks-dark-oak@14, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8, 1xtile.natura.nether_planks@0, 1xtile.natura.nether_planks@1, 1xtile.natura.nether_planks@2, 1xtile.natura.nether_planks@3, 1xtile.planks_sakura@0, 1xtile.planks_mulberry@0, 1xtile.blocks.integrateddynamics.menril_planks@0, 1xtile.primal.planks@0, 1xtile.primal.planks@1, 1xtile.primal.planks@2, 1xtile.primal.planks@3, 1xtile.dltplank@0, 1xtile.dreadplanks@0, 1xtile.thebetweenlands.weedwood_planks@0, 1xtile.thebetweenlands.rubber_tree_planks@0, 1xtile.thebetweenlands.giant_root_planks@0, 1xtile.thebetweenlands.hearthgrove_planks@0, 1xtile.thebetweenlands.nibbletwig_planks@0, 1xtile.twilightforest.TowerStone@0, 1xtile.twilightforest.TowerStone@1, 1xtile.twilightforest.TowerStone@2, 1xtile.twilightforest.TowerStone@3, 1xtile.twilightforest.TowerStone@4, 1xtile.totemic:cedar_plank@0, 1xtile.traverse:fir_planks@0, 1xtile.kepler22b_planks.0@0, 1xtile.primal.planks@0, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8]]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2491 betterwithmods:blocks/mech/advanced_bellows RecipeStage{tier='three', recipe=1xtile.bwm:bellows@1:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@60b2548e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@73930d64, net.minecraft.item.crafting.Ingredient@189ff123, net.minecraftforge.oredict.OreIngredient@73930d64, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7a18effc, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2492 betterwithmods:blocks/mech/booster RecipeStage{tier='three', recipe=6xtile.bwm:booster@0:[net.minecraftforge.oredict.OreIngredient@39c48eaa, net.minecraftforge.oredict.OreIngredient@6a7b611c, net.minecraftforge.oredict.OreIngredient@39c48eaa, net.minecraftforge.oredict.OreIngredient@39c48eaa, net.minecraftforge.oredict.OreIngredient@19a0e2af, net.minecraftforge.oredict.OreIngredient@39c48eaa, net.minecraftforge.oredict.OreIngredient@39c48eaa, net.minecraft.item.crafting.Ingredient@6c03ac50, net.minecraftforge.oredict.OreIngredient@39c48eaa]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2496 betterwithmods:blocks/grate_0 RecipeStage{tier='one', recipe=4xtile.bwm:grate@0:[type:MOULDING parent:[1xtile.wood@0], net.minecraftforge.oredict.OreIngredient@2c213016, type:MOULDING parent:[1xtile.wood@0], type:MOULDING parent:[1xtile.wood@0], net.minecraftforge.oredict.OreIngredient@2c213016, type:MOULDING parent:[1xtile.wood@0]]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2497 betterwithmods:blocks/aesthetic.3 RecipeStage{tier='three', recipe=1xtile.bwm:aesthetic@3:[net.minecraftforge.oredict.OreIngredient@6c4b44ea, net.minecraftforge.oredict.OreIngredient@6c4b44ea, net.minecraftforge.oredict.OreIngredient@6c4b44ea, net.minecraftforge.oredict.OreIngredient@6c4b44ea, net.minecraftforge.oredict.OreIngredient@6c4b44ea, net.minecraftforge.oredict.OreIngredient@6c4b44ea, net.minecraftforge.oredict.OreIngredient@6c4b44ea, net.minecraftforge.oredict.OreIngredient@6c4b44ea, net.minecraftforge.oredict.OreIngredient@6c4b44ea]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2498 betterwithmods:blocks/vase/vase_1 RecipeStage{tier='one', recipe=1xtile.bwm:vase@1:[net.minecraftforge.oredict.OreIngredient@483f320, net.minecraftforge.oredict.OreIngredient@5d7e20c7]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2499 betterwithmods:blocks/vase/vase_11 RecipeStage{tier='one', recipe=1xtile.bwm:vase@11:[net.minecraftforge.oredict.OreIngredient@442d82f9, net.minecraftforge.oredict.OreIngredient@5547f07e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2500 betterwithmods:blocks/vase/vase_5 RecipeStage{tier='one', recipe=1xtile.bwm:vase@5:[net.minecraftforge.oredict.OreIngredient@3537c7b, net.minecraftforge.oredict.OreIngredient@260df90c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2501 betterwithmods:blocks/vase/vase_2 RecipeStage{tier='one', recipe=1xtile.bwm:vase@2:[net.minecraftforge.oredict.OreIngredient@4c44fb22, net.minecraftforge.oredict.OreIngredient@55f9f48c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2502 betterwithmods:blocks/vase/vase_12 RecipeStage{tier='one', recipe=1xtile.bwm:vase@12:[net.minecraftforge.oredict.OreIngredient@7c03c9c0, net.minecraftforge.oredict.OreIngredient@23720d23]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2503 betterwithmods:blocks/vase/vase_15 RecipeStage{tier='one', recipe=1xtile.bwm:vase@15:[net.minecraftforge.oredict.OreIngredient@2a604af7, net.minecraftforge.oredict.OreIngredient@38ea3cf1]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2504 betterwithmods:blocks/vase/vase_13 RecipeStage{tier='one', recipe=1xtile.bwm:vase@13:[net.minecraftforge.oredict.OreIngredient@677b1a4c, net.minecraftforge.oredict.OreIngredient@7aa86cc2]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2505 betterwithmods:blocks/vase/vase_14 RecipeStage{tier='one', recipe=1xtile.bwm:vase@14:[net.minecraftforge.oredict.OreIngredient@2a8e7633, net.minecraftforge.oredict.OreIngredient@5eeb0a99]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2506 betterwithmods:blocks/vase/vase_3 RecipeStage{tier='one', recipe=1xtile.bwm:vase@3:[net.minecraftforge.oredict.OreIngredient@81e9a81, net.minecraftforge.oredict.OreIngredient@13f5675b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2507 betterwithmods:blocks/vase/vase_9 RecipeStage{tier='one', recipe=1xtile.bwm:vase@9:[net.minecraftforge.oredict.OreIngredient@38e49722, net.minecraftforge.oredict.OreIngredient@6c74b4a5]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2508 betterwithmods:blocks/vase/vase_4 RecipeStage{tier='one', recipe=1xtile.bwm:vase@4:[net.minecraftforge.oredict.OreIngredient@77695ff7, net.minecraftforge.oredict.OreIngredient@5f71c7fc]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2509 betterwithmods:blocks/vase/vase_0 RecipeStage{tier='one', recipe=1xtile.bwm:vase@0:[net.minecraftforge.oredict.OreIngredient@21e1bcae, net.minecraftforge.oredict.OreIngredient@d72f7c0]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2510 betterwithmods:blocks/vase/vase_8 RecipeStage{tier='one', recipe=1xtile.bwm:vase@8:[net.minecraftforge.oredict.OreIngredient@5d84db97, net.minecraftforge.oredict.OreIngredient@780c1b4c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2511 betterwithmods:blocks/vase/vase_6 RecipeStage{tier='one', recipe=1xtile.bwm:vase@6:[net.minecraftforge.oredict.OreIngredient@710ba88e, net.minecraftforge.oredict.OreIngredient@75371d9]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2512 betterwithmods:blocks/vase/vase_10 RecipeStage{tier='one', recipe=1xtile.bwm:vase@10:[net.minecraftforge.oredict.OreIngredient@557d045b, net.minecraftforge.oredict.OreIngredient@e0651f8]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2513 betterwithmods:blocks/vase/vase_7 RecipeStage{tier='one', recipe=1xtile.bwm:vase@7:[net.minecraftforge.oredict.OreIngredient@3fdd91ee, net.minecraftforge.oredict.OreIngredient@c2f2d5c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2514 betterwithmods:piles/dirt RecipeStage{tier='tutorial', recipe=1xtile.dirt@0:[net.minecraft.item.crafting.Ingredient@12a1501a, net.minecraft.item.crafting.Ingredient@12a1501a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2515 betterwithmods:piles/dirt_slab_1 RecipeStage{tier='zero', recipe=4xtile.bwm:dirt_slab@0:[net.minecraft.item.crafting.Ingredient@70a28495, net.minecraft.item.crafting.Ingredient@70a28495]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2516 betterwithmods:piles/sand_1 RecipeStage{tier='tutorial', recipe=1xtile.sand@1:[net.minecraft.item.crafting.Ingredient@3fe4587a, net.minecraft.item.crafting.Ingredient@66cf79e0, net.minecraft.item.crafting.Ingredient@6f931734, net.minecraft.item.crafting.Ingredient@3b42014]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2517 betterwithmods:piles/dirt_pile RecipeStage{tier='zero', recipe=4xitem.bwm:dirt_pile@0:[net.minecraft.item.crafting.Ingredient@56584234]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2518 betterwithmods:piles/sand_0 RecipeStage{tier='tutorial', recipe=1xtile.sand@0:[net.minecraft.item.crafting.Ingredient@33342e2b, net.minecraft.item.crafting.Ingredient@ae67608, net.minecraft.item.crafting.Ingredient@27fe4043, net.minecraft.item.crafting.Ingredient@4cf424ad]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2519 betterwithmods:piles/dirt_0 RecipeStage{tier='tutorial', recipe=1xtile.dirt@0:[net.minecraft.item.crafting.Ingredient@5fd946cb, net.minecraft.item.crafting.Ingredient@19cff330, net.minecraft.item.crafting.Ingredient@1d2bc558, net.minecraft.item.crafting.Ingredient@13925f6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2520 betterwithmods:piles/gravel_pile RecipeStage{tier='zero', recipe=4xitem.bwm:gravel_pile@0:[net.minecraft.item.crafting.Ingredient@79ef7c89]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2521 betterwithmods:piles/gravel RecipeStage{tier='tutorial', recipe=1xtile.gravel@0:[net.minecraft.item.crafting.Ingredient@22cec250, net.minecraft.item.crafting.Ingredient@62aa2609, net.minecraft.item.crafting.Ingredient@4c61d330, net.minecraft.item.crafting.Ingredient@53769318]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2522 betterwithmods:piles/dirt_slab_0 RecipeStage{tier='zero', recipe=1xtile.bwm:dirt_slab@0:[net.minecraft.item.crafting.Ingredient@1164fd93, net.minecraft.item.crafting.Ingredient@66569dec]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2523 betterwithmods:piles/sand_pile RecipeStage{tier='zero', recipe=4xitem.bwm:sand_pile@0:[net.minecraft.item.crafting.Ingredient@15c10328]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2524 betterwithmods:piles/red_sand_pile RecipeStage{tier='zero', recipe=4xitem.bwm:red_sand_pile@0:[net.minecraft.item.crafting.Ingredient@a65a047]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2526 betterwithmods:higheff/oak_stairs RecipeStage{tier='one', recipe=1xtile.stairsWood@0:[type:MOULDING parent:[1xtile.wood@0], net.minecraft.item.crafting.Ingredient$1@7e2c8622, type:MOULDING parent:[1xtile.wood@0], type:MOULDING parent:[1xtile.wood@0]]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2527 betterwithmods:higheff/cobblestone_stairs RecipeStage{tier='one', recipe=1xtile.stairsStone@0:[type:MOULDING parent:[1xtile.stonebrick@0], net.minecraft.item.crafting.Ingredient$1@7e2c8622, type:MOULDING parent:[1xtile.stonebrick@0], type:MOULDING parent:[1xtile.stonebrick@0]]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2528 betterwithmods:higheff/dark_oak_fence RecipeStage{tier='one', recipe=2xtile.darkOakFence@0:[type:MOULDING parent:[1xtile.wood@5], type:MOULDING parent:[1xtile.wood@5], type:MOULDING parent:[1xtile.wood@5]]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2529 betterwithmods:higheff/spruce_fence RecipeStage{tier='one', recipe=2xtile.spruceFence@0:[type:MOULDING parent:[1xtile.wood@1], type:MOULDING parent:[1xtile.wood@1], type:MOULDING parent:[1xtile.wood@1]]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2531 betterwithmods:higheff/birch_door RecipeStage{tier='one', recipe=1xitem.doorBirch@0:[type:SIDING parent:[1xtile.wood@2], type:SIDING parent:[1xtile.wood@2], type:SIDING parent:[1xtile.wood@2], type:SIDING parent:[1xtile.wood@2], type:SIDING parent:[1xtile.wood@2], type:SIDING parent:[1xtile.wood@2]]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2532 betterwithmods:higheff/dark_oak_door RecipeStage{tier='one', recipe=1xitem.doorDarkOak@0:[type:SIDING parent:[1xtile.wood@5], type:SIDING parent:[1xtile.wood@5], type:SIDING parent:[1xtile.wood@5], type:SIDING parent:[1xtile.wood@5], type:SIDING parent:[1xtile.wood@5], type:SIDING parent:[1xtile.wood@5]]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2533 betterwithmods:higheff/spruce_stairs RecipeStage{tier='one', recipe=1xtile.stairsWoodSpruce@0:[type:MOULDING parent:[1xtile.wood@1], net.minecraft.item.crafting.Ingredient$1@7e2c8622, type:MOULDING parent:[1xtile.wood@1], type:MOULDING parent:[1xtile.wood@1]]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2534 betterwithmods:higheff/jungle_fence_gate RecipeStage{tier='one', recipe=1xtile.jungleFenceGate@0:[type:MOULDING parent:[1xtile.wood@3], type:SIDING parent:[1xtile.wood@3], type:MOULDING parent:[1xtile.wood@3]]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2535 betterwithmods:higheff/acacia_fence_gate RecipeStage{tier='one', recipe=1xtile.acaciaFenceGate@0:[type:MOULDING parent:[1xtile.wood@4], type:SIDING parent:[1xtile.wood@4], type:MOULDING parent:[1xtile.wood@4]]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2539 betterwithmods:higheff/acacia_door RecipeStage{tier='one', recipe=1xitem.doorAcacia@0:[type:SIDING parent:[1xtile.wood@4], type:SIDING parent:[1xtile.wood@4], type:SIDING parent:[1xtile.wood@4], type:SIDING parent:[1xtile.wood@4], type:SIDING parent:[1xtile.wood@4], type:SIDING parent:[1xtile.wood@4]]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2540 betterwithmods:higheff/dark_oak_stairs RecipeStage{tier='one', recipe=1xtile.stairsWoodDarkOak@0:[type:MOULDING parent:[1xtile.wood@5], net.minecraft.item.crafting.Ingredient$1@7e2c8622, type:MOULDING parent:[1xtile.wood@5], type:MOULDING parent:[1xtile.wood@5]]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2541 betterwithmods:higheff/noteblock RecipeStage{tier='three', recipe=1xtile.musicBlock@0:[type:SIDING parent:[1xtile.wood@0, 1xtile.wood@1, 1xtile.wood@2, 1xtile.wood@3, 1xtile.wood@4, 1xtile.wood@5, 1xtile.rustic.planks@0, 1xtile.rustic.planks@1, 1xtile.rustic.painted_wood_black@0, 1xtile.rustic.painted_wood_blue@0, 1xtile.rustic.painted_wood_brown@0, 1xtile.rustic.painted_wood_cyan@0, 1xtile.rustic.painted_wood_gray@0, 1xtile.rustic.painted_wood_green@0, 1xtile.rustic.painted_wood_light_blue@0, 1xtile.rustic.painted_wood_lime@0, 1xtile.rustic.painted_wood_magenta@0, 1xtile.rustic.painted_wood_orange@0, 1xtile.rustic.painted_wood_pink@0, 1xtile.rustic.painted_wood_purple@0, 1xtile.rustic.painted_wood_red@0, 1xtile.rustic.painted_wood_silver@0, 1xtile.rustic.painted_wood_white@0, 1xtile.rustic.painted_wood_yellow@0, 1xtile.chisel.planks-oak@0, 1xtile.chisel.planks-oak@1, 1xtile.chisel.planks-oak@2, 1xtile.chisel.planks-oak@3, 1xtile.chisel.planks-oak@4, 1xtile.chisel.planks-oak@5, 1xtile.chisel.planks-oak@6, 1xtile.chisel.planks-oak@7, 1xtile.chisel.planks-oak@8, 1xtile.chisel.planks-oak@9, 1xtile.chisel.planks-oak@10, 1xtile.chisel.planks-oak@11, 1xtile.chisel.planks-oak@12, 1xtile.chisel.planks-oak@13, 1xtile.chisel.planks-oak@14, 1xtile.chisel.planks-spruce@0, 1xtile.chisel.planks-spruce@1, 1xtile.chisel.planks-spruce@2, 1xtile.chisel.planks-spruce@3, 1xtile.chisel.planks-spruce@4, 1xtile.chisel.planks-spruce@5, 1xtile.chisel.planks-spruce@6, 1xtile.chisel.planks-spruce@7, 1xtile.chisel.planks-spruce@8, 1xtile.chisel.planks-spruce@9, 1xtile.chisel.planks-spruce@10, 1xtile.chisel.planks-spruce@11, 1xtile.chisel.planks-spruce@12, 1xtile.chisel.planks-spruce@13, 1xtile.chisel.planks-spruce@14, 1xtile.chisel.planks-birch@0, 1xtile.chisel.planks-birch@1, 1xtile.chisel.planks-birch@2, 1xtile.chisel.planks-birch@3, 1xtile.chisel.planks-birch@4, 1xtile.chisel.planks-birch@5, 1xtile.chisel.planks-birch@6, 1xtile.chisel.planks-birch@7, 1xtile.chisel.planks-birch@8, 1xtile.chisel.planks-birch@9, 1xtile.chisel.planks-birch@10, 1xtile.chisel.planks-birch@11, 1xtile.chisel.planks-birch@12, 1xtile.chisel.planks-birch@13, 1xtile.chisel.planks-birch@14, 1xtile.chisel.planks-jungle@0, 1xtile.chisel.planks-jungle@1, 1xtile.chisel.planks-jungle@2, 1xtile.chisel.planks-jungle@3, 1xtile.chisel.planks-jungle@4, 1xtile.chisel.planks-jungle@5, 1xtile.chisel.planks-jungle@6, 1xtile.chisel.planks-jungle@7, 1xtile.chisel.planks-jungle@8, 1xtile.chisel.planks-jungle@9, 1xtile.chisel.planks-jungle@10, 1xtile.chisel.planks-jungle@11, 1xtile.chisel.planks-jungle@12, 1xtile.chisel.planks-jungle@13, 1xtile.chisel.planks-jungle@14, 1xtile.chisel.planks-acacia@0, 1xtile.chisel.planks-acacia@1, 1xtile.chisel.planks-acacia@2, 1xtile.chisel.planks-acacia@3, 1xtile.chisel.planks-acacia@4, 1xtile.chisel.planks-acacia@5, 1xtile.chisel.planks-acacia@6, 1xtile.chisel.planks-acacia@7, 1xtile.chisel.planks-acacia@8, 1xtile.chisel.planks-acacia@9, 1xtile.chisel.planks-acacia@10, 1xtile.chisel.planks-acacia@11, 1xtile.chisel.planks-acacia@12, 1xtile.chisel.planks-acacia@13, 1xtile.chisel.planks-acacia@14, 1xtile.chisel.planks-dark-oak@0, 1xtile.chisel.planks-dark-oak@1, 1xtile.chisel.planks-dark-oak@2, 1xtile.chisel.planks-dark-oak@3, 1xtile.chisel.planks-dark-oak@4, 1xtile.chisel.planks-dark-oak@5, 1xtile.chisel.planks-dark-oak@6, 1xtile.chisel.planks-dark-oak@7, 1xtile.chisel.planks-dark-oak@8, 1xtile.chisel.planks-dark-oak@9, 1xtile.chisel.planks-dark-oak@10, 1xtile.chisel.planks-dark-oak@11, 1xtile.chisel.planks-dark-oak@12, 1xtile.chisel.planks-dark-oak@13, 1xtile.chisel.planks-dark-oak@14, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8, 1xtile.natura.nether_planks@0, 1xtile.natura.nether_planks@1, 1xtile.natura.nether_planks@2, 1xtile.natura.nether_planks@3, 1xtile.planks_sakura@0, 1xtile.planks_mulberry@0, 1xtile.blocks.integrateddynamics.menril_planks@0, 1xtile.primal.planks@0, 1xtile.primal.planks@1, 1xtile.primal.planks@2, 1xtile.primal.planks@3, 1xtile.dltplank@0, 1xtile.dreadplanks@0, 1xtile.thebetweenlands.weedwood_planks@0, 1xtile.thebetweenlands.rubber_tree_planks@0, 1xtile.thebetweenlands.giant_root_planks@0, 1xtile.thebetweenlands.hearthgrove_planks@0, 1xtile.thebetweenlands.nibbletwig_planks@0, 1xtile.twilightforest.TowerStone@0, 1xtile.twilightforest.TowerStone@1, 1xtile.twilightforest.TowerStone@2, 1xtile.twilightforest.TowerStone@3, 1xtile.twilightforest.TowerStone@4, 1xtile.totemic:cedar_plank@0, 1xtile.traverse:fir_planks@0, 1xtile.kepler22b_planks.0@0, 1xtile.primal.planks@0, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8], type:SIDING parent:[1xtile.wood@0, 1xtile.wood@1, 1xtile.wood@2, 1xtile.wood@3, 1xtile.wood@4, 1xtile.wood@5, 1xtile.rustic.planks@0, 1xtile.rustic.planks@1, 1xtile.rustic.painted_wood_black@0, 1xtile.rustic.painted_wood_blue@0, 1xtile.rustic.painted_wood_brown@0, 1xtile.rustic.painted_wood_cyan@0, 1xtile.rustic.painted_wood_gray@0, 1xtile.rustic.painted_wood_green@0, 1xtile.rustic.painted_wood_light_blue@0, 1xtile.rustic.painted_wood_lime@0, 1xtile.rustic.painted_wood_magenta@0, 1xtile.rustic.painted_wood_orange@0, 1xtile.rustic.painted_wood_pink@0, 1xtile.rustic.painted_wood_purple@0, 1xtile.rustic.painted_wood_red@0, 1xtile.rustic.painted_wood_silver@0, 1xtile.rustic.painted_wood_white@0, 1xtile.rustic.painted_wood_yellow@0, 1xtile.chisel.planks-oak@0, 1xtile.chisel.planks-oak@1, 1xtile.chisel.planks-oak@2, 1xtile.chisel.planks-oak@3, 1xtile.chisel.planks-oak@4, 1xtile.chisel.planks-oak@5, 1xtile.chisel.planks-oak@6, 1xtile.chisel.planks-oak@7, 1xtile.chisel.planks-oak@8, 1xtile.chisel.planks-oak@9, 1xtile.chisel.planks-oak@10, 1xtile.chisel.planks-oak@11, 1xtile.chisel.planks-oak@12, 1xtile.chisel.planks-oak@13, 1xtile.chisel.planks-oak@14, 1xtile.chisel.planks-spruce@0, 1xtile.chisel.planks-spruce@1, 1xtile.chisel.planks-spruce@2, 1xtile.chisel.planks-spruce@3, 1xtile.chisel.planks-spruce@4, 1xtile.chisel.planks-spruce@5, 1xtile.chisel.planks-spruce@6, 1xtile.chisel.planks-spruce@7, 1xtile.chisel.planks-spruce@8, 1xtile.chisel.planks-spruce@9, 1xtile.chisel.planks-spruce@10, 1xtile.chisel.planks-spruce@11, 1xtile.chisel.planks-spruce@12, 1xtile.chisel.planks-spruce@13, 1xtile.chisel.planks-spruce@14, 1xtile.chisel.planks-birch@0, 1xtile.chisel.planks-birch@1, 1xtile.chisel.planks-birch@2, 1xtile.chisel.planks-birch@3, 1xtile.chisel.planks-birch@4, 1xtile.chisel.planks-birch@5, 1xtile.chisel.planks-birch@6, 1xtile.chisel.planks-birch@7, 1xtile.chisel.planks-birch@8, 1xtile.chisel.planks-birch@9, 1xtile.chisel.planks-birch@10, 1xtile.chisel.planks-birch@11, 1xtile.chisel.planks-birch@12, 1xtile.chisel.planks-birch@13, 1xtile.chisel.planks-birch@14, 1xtile.chisel.planks-jungle@0, 1xtile.chisel.planks-jungle@1, 1xtile.chisel.planks-jungle@2, 1xtile.chisel.planks-jungle@3, 1xtile.chisel.planks-jungle@4, 1xtile.chisel.planks-jungle@5, 1xtile.chisel.planks-jungle@6, 1xtile.chisel.planks-jungle@7, 1xtile.chisel.planks-jungle@8, 1xtile.chisel.planks-jungle@9, 1xtile.chisel.planks-jungle@10, 1xtile.chisel.planks-jungle@11, 1xtile.chisel.planks-jungle@12, 1xtile.chisel.planks-jungle@13, 1xtile.chisel.planks-jungle@14, 1xtile.chisel.planks-acacia@0, 1xtile.chisel.planks-acacia@1, 1xtile.chisel.planks-acacia@2, 1xtile.chisel.planks-acacia@3, 1xtile.chisel.planks-acacia@4, 1xtile.chisel.planks-acacia@5, 1xtile.chisel.planks-acacia@6, 1xtile.chisel.planks-acacia@7, 1xtile.chisel.planks-acacia@8, 1xtile.chisel.planks-acacia@9, 1xtile.chisel.planks-acacia@10, 1xtile.chisel.planks-acacia@11, 1xtile.chisel.planks-acacia@12, 1xtile.chisel.planks-acacia@13, 1xtile.chisel.planks-acacia@14, 1xtile.chisel.planks-dark-oak@0, 1xtile.chisel.planks-dark-oak@1, 1xtile.chisel.planks-dark-oak@2, 1xtile.chisel.planks-dark-oak@3, 1xtile.chisel.planks-dark-oak@4, 1xtile.chisel.planks-dark-oak@5, 1xtile.chisel.planks-dark-oak@6, 1xtile.chisel.planks-dark-oak@7, 1xtile.chisel.planks-dark-oak@8, 1xtile.chisel.planks-dark-oak@9, 1xtile.chisel.planks-dark-oak@10, 1xtile.chisel.planks-dark-oak@11, 1xtile.chisel.planks-dark-oak@12, 1xtile.chisel.planks-dark-oak@13, 1xtile.chisel.planks-dark-oak@14, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8, 1xtile.natura.nether_planks@0, 1xtile.natura.nether_planks@1, 1xtile.natura.nether_planks@2, 1xtile.natura.nether_planks@3, 1xtile.planks_sakura@0, 1xtile.planks_mulberry@0, 1xtile.blocks.integrateddynamics.menril_planks@0, 1xtile.primal.planks@0, 1xtile.primal.planks@1, 1xtile.primal.planks@2, 1xtile.primal.planks@3, 1xtile.dltplank@0, 1xtile.dreadplanks@0, 1xtile.thebetweenlands.weedwood_planks@0, 1xtile.thebetweenlands.rubber_tree_planks@0, 1xtile.thebetweenlands.giant_root_planks@0, 1xtile.thebetweenlands.hearthgrove_planks@0, 1xtile.thebetweenlands.nibbletwig_planks@0, 1xtile.twilightforest.TowerStone@0, 1xtile.twilightforest.TowerStone@1, 1xtile.twilightforest.TowerStone@2, 1xtile.twilightforest.TowerStone@3, 1xtile.twilightforest.TowerStone@4, 1xtile.totemic:cedar_plank@0, 1xtile.traverse:fir_planks@0, 1xtile.kepler22b_planks.0@0, 1xtile.primal.planks@0, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8], type:SIDING parent:[1xtile.wood@0, 1xtile.wood@1, 1xtile.wood@2, 1xtile.wood@3, 1xtile.wood@4, 1xtile.wood@5, 1xtile.rustic.planks@0, 1xtile.rustic.planks@1, 1xtile.rustic.painted_wood_black@0, 1xtile.rustic.painted_wood_blue@0, 1xtile.rustic.painted_wood_brown@0, 1xtile.rustic.painted_wood_cyan@0, 1xtile.rustic.painted_wood_gray@0, 1xtile.rustic.painted_wood_green@0, 1xtile.rustic.painted_wood_light_blue@0, 1xtile.rustic.painted_wood_lime@0, 1xtile.rustic.painted_wood_magenta@0, 1xtile.rustic.painted_wood_orange@0, 1xtile.rustic.painted_wood_pink@0, 1xtile.rustic.painted_wood_purple@0, 1xtile.rustic.painted_wood_red@0, 1xtile.rustic.painted_wood_silver@0, 1xtile.rustic.painted_wood_white@0, 1xtile.rustic.painted_wood_yellow@0, 1xtile.chisel.planks-oak@0, 1xtile.chisel.planks-oak@1, 1xtile.chisel.planks-oak@2, 1xtile.chisel.planks-oak@3, 1xtile.chisel.planks-oak@4, 1xtile.chisel.planks-oak@5, 1xtile.chisel.planks-oak@6, 1xtile.chisel.planks-oak@7, 1xtile.chisel.planks-oak@8, 1xtile.chisel.planks-oak@9, 1xtile.chisel.planks-oak@10, 1xtile.chisel.planks-oak@11, 1xtile.chisel.planks-oak@12, 1xtile.chisel.planks-oak@13, 1xtile.chisel.planks-oak@14, 1xtile.chisel.planks-spruce@0, 1xtile.chisel.planks-spruce@1, 1xtile.chisel.planks-spruce@2, 1xtile.chisel.planks-spruce@3, 1xtile.chisel.planks-spruce@4, 1xtile.chisel.planks-spruce@5, 1xtile.chisel.planks-spruce@6, 1xtile.chisel.planks-spruce@7, 1xtile.chisel.planks-spruce@8, 1xtile.chisel.planks-spruce@9, 1xtile.chisel.planks-spruce@10, 1xtile.chisel.planks-spruce@11, 1xtile.chisel.planks-spruce@12, 1xtile.chisel.planks-spruce@13, 1xtile.chisel.planks-spruce@14, 1xtile.chisel.planks-birch@0, 1xtile.chisel.planks-birch@1, 1xtile.chisel.planks-birch@2, 1xtile.chisel.planks-birch@3, 1xtile.chisel.planks-birch@4, 1xtile.chisel.planks-birch@5, 1xtile.chisel.planks-birch@6, 1xtile.chisel.planks-birch@7, 1xtile.chisel.planks-birch@8, 1xtile.chisel.planks-birch@9, 1xtile.chisel.planks-birch@10, 1xtile.chisel.planks-birch@11, 1xtile.chisel.planks-birch@12, 1xtile.chisel.planks-birch@13, 1xtile.chisel.planks-birch@14, 1xtile.chisel.planks-jungle@0, 1xtile.chisel.planks-jungle@1, 1xtile.chisel.planks-jungle@2, 1xtile.chisel.planks-jungle@3, 1xtile.chisel.planks-jungle@4, 1xtile.chisel.planks-jungle@5, 1xtile.chisel.planks-jungle@6, 1xtile.chisel.planks-jungle@7, 1xtile.chisel.planks-jungle@8, 1xtile.chisel.planks-jungle@9, 1xtile.chisel.planks-jungle@10, 1xtile.chisel.planks-jungle@11, 1xtile.chisel.planks-jungle@12, 1xtile.chisel.planks-jungle@13, 1xtile.chisel.planks-jungle@14, 1xtile.chisel.planks-acacia@0, 1xtile.chisel.planks-acacia@1, 1xtile.chisel.planks-acacia@2, 1xtile.chisel.planks-acacia@3, 1xtile.chisel.planks-acacia@4, 1xtile.chisel.planks-acacia@5, 1xtile.chisel.planks-acacia@6, 1xtile.chisel.planks-acacia@7, 1xtile.chisel.planks-acacia@8, 1xtile.chisel.planks-acacia@9, 1xtile.chisel.planks-acacia@10, 1xtile.chisel.planks-acacia@11, 1xtile.chisel.planks-acacia@12, 1xtile.chisel.planks-acacia@13, 1xtile.chisel.planks-acacia@14, 1xtile.chisel.planks-dark-oak@0, 1xtile.chisel.planks-dark-oak@1, 1xtile.chisel.planks-dark-oak@2, 1xtile.chisel.planks-dark-oak@3, 1xtile.chisel.planks-dark-oak@4, 1xtile.chisel.planks-dark-oak@5, 1xtile.chisel.planks-dark-oak@6, 1xtile.chisel.planks-dark-oak@7, 1xtile.chisel.planks-dark-oak@8, 1xtile.chisel.planks-dark-oak@9, 1xtile.chisel.planks-dark-oak@10, 1xtile.chisel.planks-dark-oak@11, 1xtile.chisel.planks-dark-oak@12, 1xtile.chisel.planks-dark-oak@13, 1xtile.chisel.planks-dark-oak@14, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8, 1xtile.natura.nether_planks@0, 1xtile.natura.nether_planks@1, 1xtile.natura.nether_planks@2, 1xtile.natura.nether_planks@3, 1xtile.planks_sakura@0, 1xtile.planks_mulberry@0, 1xtile.blocks.integrateddynamics.menril_planks@0, 1xtile.primal.planks@0, 1xtile.primal.planks@1, 1xtile.primal.planks@2, 1xtile.primal.planks@3, 1xtile.dltplank@0, 1xtile.dreadplanks@0, 1xtile.thebetweenlands.weedwood_planks@0, 1xtile.thebetweenlands.rubber_tree_planks@0, 1xtile.thebetweenlands.giant_root_planks@0, 1xtile.thebetweenlands.hearthgrove_planks@0, 1xtile.thebetweenlands.nibbletwig_planks@0, 1xtile.twilightforest.TowerStone@0, 1xtile.twilightforest.TowerStone@1, 1xtile.twilightforest.TowerStone@2, 1xtile.twilightforest.TowerStone@3, 1xtile.twilightforest.TowerStone@4, 1xtile.totemic:cedar_plank@0, 1xtile.traverse:fir_planks@0, 1xtile.kepler22b_planks.0@0, 1xtile.primal.planks@0, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8], type:SIDING parent:[1xtile.wood@0, 1xtile.wood@1, 1xtile.wood@2, 1xtile.wood@3, 1xtile.wood@4, 1xtile.wood@5, 1xtile.rustic.planks@0, 1xtile.rustic.planks@1, 1xtile.rustic.painted_wood_black@0, 1xtile.rustic.painted_wood_blue@0, 1xtile.rustic.painted_wood_brown@0, 1xtile.rustic.painted_wood_cyan@0, 1xtile.rustic.painted_wood_gray@0, 1xtile.rustic.painted_wood_green@0, 1xtile.rustic.painted_wood_light_blue@0, 1xtile.rustic.painted_wood_lime@0, 1xtile.rustic.painted_wood_magenta@0, 1xtile.rustic.painted_wood_orange@0, 1xtile.rustic.painted_wood_pink@0, 1xtile.rustic.painted_wood_purple@0, 1xtile.rustic.painted_wood_red@0, 1xtile.rustic.painted_wood_silver@0, 1xtile.rustic.painted_wood_white@0, 1xtile.rustic.painted_wood_yellow@0, 1xtile.chisel.planks-oak@0, 1xtile.chisel.planks-oak@1, 1xtile.chisel.planks-oak@2, 1xtile.chisel.planks-oak@3, 1xtile.chisel.planks-oak@4, 1xtile.chisel.planks-oak@5, 1xtile.chisel.planks-oak@6, 1xtile.chisel.planks-oak@7, 1xtile.chisel.planks-oak@8, 1xtile.chisel.planks-oak@9, 1xtile.chisel.planks-oak@10, 1xtile.chisel.planks-oak@11, 1xtile.chisel.planks-oak@12, 1xtile.chisel.planks-oak@13, 1xtile.chisel.planks-oak@14, 1xtile.chisel.planks-spruce@0, 1xtile.chisel.planks-spruce@1, 1xtile.chisel.planks-spruce@2, 1xtile.chisel.planks-spruce@3, 1xtile.chisel.planks-spruce@4, 1xtile.chisel.planks-spruce@5, 1xtile.chisel.planks-spruce@6, 1xtile.chisel.planks-spruce@7, 1xtile.chisel.planks-spruce@8, 1xtile.chisel.planks-spruce@9, 1xtile.chisel.planks-spruce@10, 1xtile.chisel.planks-spruce@11, 1xtile.chisel.planks-spruce@12, 1xtile.chisel.planks-spruce@13, 1xtile.chisel.planks-spruce@14, 1xtile.chisel.planks-birch@0, 1xtile.chisel.planks-birch@1, 1xtile.chisel.planks-birch@2, 1xtile.chisel.planks-birch@3, 1xtile.chisel.planks-birch@4, 1xtile.chisel.planks-birch@5, 1xtile.chisel.planks-birch@6, 1xtile.chisel.planks-birch@7, 1xtile.chisel.planks-birch@8, 1xtile.chisel.planks-birch@9, 1xtile.chisel.planks-birch@10, 1xtile.chisel.planks-birch@11, 1xtile.chisel.planks-birch@12, 1xtile.chisel.planks-birch@13, 1xtile.chisel.planks-birch@14, 1xtile.chisel.planks-jungle@0, 1xtile.chisel.planks-jungle@1, 1xtile.chisel.planks-jungle@2, 1xtile.chisel.planks-jungle@3, 1xtile.chisel.planks-jungle@4, 1xtile.chisel.planks-jungle@5, 1xtile.chisel.planks-jungle@6, 1xtile.chisel.planks-jungle@7, 1xtile.chisel.planks-jungle@8, 1xtile.chisel.planks-jungle@9, 1xtile.chisel.planks-jungle@10, 1xtile.chisel.planks-jungle@11, 1xtile.chisel.planks-jungle@12, 1xtile.chisel.planks-jungle@13, 1xtile.chisel.planks-jungle@14, 1xtile.chisel.planks-acacia@0, 1xtile.chisel.planks-acacia@1, 1xtile.chisel.planks-acacia@2, 1xtile.chisel.planks-acacia@3, 1xtile.chisel.planks-acacia@4, 1xtile.chisel.planks-acacia@5, 1xtile.chisel.planks-acacia@6, 1xtile.chisel.planks-acacia@7, 1xtile.chisel.planks-acacia@8, 1xtile.chisel.planks-acacia@9, 1xtile.chisel.planks-acacia@10, 1xtile.chisel.planks-acacia@11, 1xtile.chisel.planks-acacia@12, 1xtile.chisel.planks-acacia@13, 1xtile.chisel.planks-acacia@14, 1xtile.chisel.planks-dark-oak@0, 1xtile.chisel.planks-dark-oak@1, 1xtile.chisel.planks-dark-oak@2, 1xtile.chisel.planks-dark-oak@3, 1xtile.chisel.planks-dark-oak@4, 1xtile.chisel.planks-dark-oak@5, 1xtile.chisel.planks-dark-oak@6, 1xtile.chisel.planks-dark-oak@7, 1xtile.chisel.planks-dark-oak@8, 1xtile.chisel.planks-dark-oak@9, 1xtile.chisel.planks-dark-oak@10, 1xtile.chisel.planks-dark-oak@11, 1xtile.chisel.planks-dark-oak@12, 1xtile.chisel.planks-dark-oak@13, 1xtile.chisel.planks-dark-oak@14, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8, 1xtile.natura.nether_planks@0, 1xtile.natura.nether_planks@1, 1xtile.natura.nether_planks@2, 1xtile.natura.nether_planks@3, 1xtile.planks_sakura@0, 1xtile.planks_mulberry@0, 1xtile.blocks.integrateddynamics.menril_planks@0, 1xtile.primal.planks@0, 1xtile.primal.planks@1, 1xtile.primal.planks@2, 1xtile.primal.planks@3, 1xtile.dltplank@0, 1xtile.dreadplanks@0, 1xtile.thebetweenlands.weedwood_planks@0, 1xtile.thebetweenlands.rubber_tree_planks@0, 1xtile.thebetweenlands.giant_root_planks@0, 1xtile.thebetweenlands.hearthgrove_planks@0, 1xtile.thebetweenlands.nibbletwig_planks@0, 1xtile.twilightforest.TowerStone@0, 1xtile.twilightforest.TowerStone@1, 1xtile.twilightforest.TowerStone@2, 1xtile.twilightforest.TowerStone@3, 1xtile.twilightforest.TowerStone@4, 1xtile.totemic:cedar_plank@0, 1xtile.traverse:fir_planks@0, 1xtile.kepler22b_planks.0@0, 1xtile.primal.planks@0, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8], net.minecraftforge.oredict.OreIngredient@413c7813, type:SIDING parent:[1xtile.wood@0, 1xtile.wood@1, 1xtile.wood@2, 1xtile.wood@3, 1xtile.wood@4, 1xtile.wood@5, 1xtile.rustic.planks@0, 1xtile.rustic.planks@1, 1xtile.rustic.painted_wood_black@0, 1xtile.rustic.painted_wood_blue@0, 1xtile.rustic.painted_wood_brown@0, 1xtile.rustic.painted_wood_cyan@0, 1xtile.rustic.painted_wood_gray@0, 1xtile.rustic.painted_wood_green@0, 1xtile.rustic.painted_wood_light_blue@0, 1xtile.rustic.painted_wood_lime@0, 1xtile.rustic.painted_wood_magenta@0, 1xtile.rustic.painted_wood_orange@0, 1xtile.rustic.painted_wood_pink@0, 1xtile.rustic.painted_wood_purple@0, 1xtile.rustic.painted_wood_red@0, 1xtile.rustic.painted_wood_silver@0, 1xtile.rustic.painted_wood_white@0, 1xtile.rustic.painted_wood_yellow@0, 1xtile.chisel.planks-oak@0, 1xtile.chisel.planks-oak@1, 1xtile.chisel.planks-oak@2, 1xtile.chisel.planks-oak@3, 1xtile.chisel.planks-oak@4, 1xtile.chisel.planks-oak@5, 1xtile.chisel.planks-oak@6, 1xtile.chisel.planks-oak@7, 1xtile.chisel.planks-oak@8, 1xtile.chisel.planks-oak@9, 1xtile.chisel.planks-oak@10, 1xtile.chisel.planks-oak@11, 1xtile.chisel.planks-oak@12, 1xtile.chisel.planks-oak@13, 1xtile.chisel.planks-oak@14, 1xtile.chisel.planks-spruce@0, 1xtile.chisel.planks-spruce@1, 1xtile.chisel.planks-spruce@2, 1xtile.chisel.planks-spruce@3, 1xtile.chisel.planks-spruce@4, 1xtile.chisel.planks-spruce@5, 1xtile.chisel.planks-spruce@6, 1xtile.chisel.planks-spruce@7, 1xtile.chisel.planks-spruce@8, 1xtile.chisel.planks-spruce@9, 1xtile.chisel.planks-spruce@10, 1xtile.chisel.planks-spruce@11, 1xtile.chisel.planks-spruce@12, 1xtile.chisel.planks-spruce@13, 1xtile.chisel.planks-spruce@14, 1xtile.chisel.planks-birch@0, 1xtile.chisel.planks-birch@1, 1xtile.chisel.planks-birch@2, 1xtile.chisel.planks-birch@3, 1xtile.chisel.planks-birch@4, 1xtile.chisel.planks-birch@5, 1xtile.chisel.planks-birch@6, 1xtile.chisel.planks-birch@7, 1xtile.chisel.planks-birch@8, 1xtile.chisel.planks-birch@9, 1xtile.chisel.planks-birch@10, 1xtile.chisel.planks-birch@11, 1xtile.chisel.planks-birch@12, 1xtile.chisel.planks-birch@13, 1xtile.chisel.planks-birch@14, 1xtile.chisel.planks-jungle@0, 1xtile.chisel.planks-jungle@1, 1xtile.chisel.planks-jungle@2, 1xtile.chisel.planks-jungle@3, 1xtile.chisel.planks-jungle@4, 1xtile.chisel.planks-jungle@5, 1xtile.chisel.planks-jungle@6, 1xtile.chisel.planks-jungle@7, 1xtile.chisel.planks-jungle@8, 1xtile.chisel.planks-jungle@9, 1xtile.chisel.planks-jungle@10, 1xtile.chisel.planks-jungle@11, 1xtile.chisel.planks-jungle@12, 1xtile.chisel.planks-jungle@13, 1xtile.chisel.planks-jungle@14, 1xtile.chisel.planks-acacia@0, 1xtile.chisel.planks-acacia@1, 1xtile.chisel.planks-acacia@2, 1xtile.chisel.planks-acacia@3, 1xtile.chisel.planks-acacia@4, 1xtile.chisel.planks-acacia@5, 1xtile.chisel.planks-acacia@6, 1xtile.chisel.planks-acacia@7, 1xtile.chisel.planks-acacia@8, 1xtile.chisel.planks-acacia@9, 1xtile.chisel.planks-acacia@10, 1xtile.chisel.planks-acacia@11, 1xtile.chisel.planks-acacia@12, 1xtile.chisel.planks-acacia@13, 1xtile.chisel.planks-acacia@14, 1xtile.chisel.planks-dark-oak@0, 1xtile.chisel.planks-dark-oak@1, 1xtile.chisel.planks-dark-oak@2, 1xtile.chisel.planks-dark-oak@3, 1xtile.chisel.planks-dark-oak@4, 1xtile.chisel.planks-dark-oak@5, 1xtile.chisel.planks-dark-oak@6, 1xtile.chisel.planks-dark-oak@7, 1xtile.chisel.planks-dark-oak@8, 1xtile.chisel.planks-dark-oak@9, 1xtile.chisel.planks-dark-oak@10, 1xtile.chisel.planks-dark-oak@11, 1xtile.chisel.planks-dark-oak@12, 1xtile.chisel.planks-dark-oak@13, 1xtile.chisel.planks-dark-oak@14, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8, 1xtile.natura.nether_planks@0, 1xtile.natura.nether_planks@1, 1xtile.natura.nether_planks@2, 1xtile.natura.nether_planks@3, 1xtile.planks_sakura@0, 1xtile.planks_mulberry@0, 1xtile.blocks.integrateddynamics.menril_planks@0, 1xtile.primal.planks@0, 1xtile.primal.planks@1, 1xtile.primal.planks@2, 1xtile.primal.planks@3, 1xtile.dltplank@0, 1xtile.dreadplanks@0, 1xtile.thebetweenlands.weedwood_planks@0, 1xtile.thebetweenlands.rubber_tree_planks@0, 1xtile.thebetweenlands.giant_root_planks@0, 1xtile.thebetweenlands.hearthgrove_planks@0, 1xtile.thebetweenlands.nibbletwig_planks@0, 1xtile.twilightforest.TowerStone@0, 1xtile.twilightforest.TowerStone@1, 1xtile.twilightforest.TowerStone@2, 1xtile.twilightforest.TowerStone@3, 1xtile.twilightforest.TowerStone@4, 1xtile.totemic:cedar_plank@0, 1xtile.traverse:fir_planks@0, 1xtile.kepler22b_planks.0@0, 1xtile.primal.planks@0, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8], type:SIDING parent:[1xtile.wood@0, 1xtile.wood@1, 1xtile.wood@2, 1xtile.wood@3, 1xtile.wood@4, 1xtile.wood@5, 1xtile.rustic.planks@0, 1xtile.rustic.planks@1, 1xtile.rustic.painted_wood_black@0, 1xtile.rustic.painted_wood_blue@0, 1xtile.rustic.painted_wood_brown@0, 1xtile.rustic.painted_wood_cyan@0, 1xtile.rustic.painted_wood_gray@0, 1xtile.rustic.painted_wood_green@0, 1xtile.rustic.painted_wood_light_blue@0, 1xtile.rustic.painted_wood_lime@0, 1xtile.rustic.painted_wood_magenta@0, 1xtile.rustic.painted_wood_orange@0, 1xtile.rustic.painted_wood_pink@0, 1xtile.rustic.painted_wood_purple@0, 1xtile.rustic.painted_wood_red@0, 1xtile.rustic.painted_wood_silver@0, 1xtile.rustic.painted_wood_white@0, 1xtile.rustic.painted_wood_yellow@0, 1xtile.chisel.planks-oak@0, 1xtile.chisel.planks-oak@1, 1xtile.chisel.planks-oak@2, 1xtile.chisel.planks-oak@3, 1xtile.chisel.planks-oak@4, 1xtile.chisel.planks-oak@5, 1xtile.chisel.planks-oak@6, 1xtile.chisel.planks-oak@7, 1xtile.chisel.planks-oak@8, 1xtile.chisel.planks-oak@9, 1xtile.chisel.planks-oak@10, 1xtile.chisel.planks-oak@11, 1xtile.chisel.planks-oak@12, 1xtile.chisel.planks-oak@13, 1xtile.chisel.planks-oak@14, 1xtile.chisel.planks-spruce@0, 1xtile.chisel.planks-spruce@1, 1xtile.chisel.planks-spruce@2, 1xtile.chisel.planks-spruce@3, 1xtile.chisel.planks-spruce@4, 1xtile.chisel.planks-spruce@5, 1xtile.chisel.planks-spruce@6, 1xtile.chisel.planks-spruce@7, 1xtile.chisel.planks-spruce@8, 1xtile.chisel.planks-spruce@9, 1xtile.chisel.planks-spruce@10, 1xtile.chisel.planks-spruce@11, 1xtile.chisel.planks-spruce@12, 1xtile.chisel.planks-spruce@13, 1xtile.chisel.planks-spruce@14, 1xtile.chisel.planks-birch@0, 1xtile.chisel.planks-birch@1, 1xtile.chisel.planks-birch@2, 1xtile.chisel.planks-birch@3, 1xtile.chisel.planks-birch@4, 1xtile.chisel.planks-birch@5, 1xtile.chisel.planks-birch@6, 1xtile.chisel.planks-birch@7, 1xtile.chisel.planks-birch@8, 1xtile.chisel.planks-birch@9, 1xtile.chisel.planks-birch@10, 1xtile.chisel.planks-birch@11, 1xtile.chisel.planks-birch@12, 1xtile.chisel.planks-birch@13, 1xtile.chisel.planks-birch@14, 1xtile.chisel.planks-jungle@0, 1xtile.chisel.planks-jungle@1, 1xtile.chisel.planks-jungle@2, 1xtile.chisel.planks-jungle@3, 1xtile.chisel.planks-jungle@4, 1xtile.chisel.planks-jungle@5, 1xtile.chisel.planks-jungle@6, 1xtile.chisel.planks-jungle@7, 1xtile.chisel.planks-jungle@8, 1xtile.chisel.planks-jungle@9, 1xtile.chisel.planks-jungle@10, 1xtile.chisel.planks-jungle@11, 1xtile.chisel.planks-jungle@12, 1xtile.chisel.planks-jungle@13, 1xtile.chisel.planks-jungle@14, 1xtile.chisel.planks-acacia@0, 1xtile.chisel.planks-acacia@1, 1xtile.chisel.planks-acacia@2, 1xtile.chisel.planks-acacia@3, 1xtile.chisel.planks-acacia@4, 1xtile.chisel.planks-acacia@5, 1xtile.chisel.planks-acacia@6, 1xtile.chisel.planks-acacia@7, 1xtile.chisel.planks-acacia@8, 1xtile.chisel.planks-acacia@9, 1xtile.chisel.planks-acacia@10, 1xtile.chisel.planks-acacia@11, 1xtile.chisel.planks-acacia@12, 1xtile.chisel.planks-acacia@13, 1xtile.chisel.planks-acacia@14, 1xtile.chisel.planks-dark-oak@0, 1xtile.chisel.planks-dark-oak@1, 1xtile.chisel.planks-dark-oak@2, 1xtile.chisel.planks-dark-oak@3, 1xtile.chisel.planks-dark-oak@4, 1xtile.chisel.planks-dark-oak@5, 1xtile.chisel.planks-dark-oak@6, 1xtile.chisel.planks-dark-oak@7, 1xtile.chisel.planks-dark-oak@8, 1xtile.chisel.planks-dark-oak@9, 1xtile.chisel.planks-dark-oak@10, 1xtile.chisel.planks-dark-oak@11, 1xtile.chisel.planks-dark-oak@12, 1xtile.chisel.planks-dark-oak@13, 1xtile.chisel.planks-dark-oak@14, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8, 1xtile.natura.nether_planks@0, 1xtile.natura.nether_planks@1, 1xtile.natura.nether_planks@2, 1xtile.natura.nether_planks@3, 1xtile.planks_sakura@0, 1xtile.planks_mulberry@0, 1xtile.blocks.integrateddynamics.menril_planks@0, 1xtile.primal.planks@0, 1xtile.primal.planks@1, 1xtile.primal.planks@2, 1xtile.primal.planks@3, 1xtile.dltplank@0, 1xtile.dreadplanks@0, 1xtile.thebetweenlands.weedwood_planks@0, 1xtile.thebetweenlands.rubber_tree_planks@0, 1xtile.thebetweenlands.giant_root_planks@0, 1xtile.thebetweenlands.hearthgrove_planks@0, 1xtile.thebetweenlands.nibbletwig_planks@0, 1xtile.twilightforest.TowerStone@0, 1xtile.twilightforest.TowerStone@1, 1xtile.twilightforest.TowerStone@2, 1xtile.twilightforest.TowerStone@3, 1xtile.twilightforest.TowerStone@4, 1xtile.totemic:cedar_plank@0, 1xtile.traverse:fir_planks@0, 1xtile.kepler22b_planks.0@0, 1xtile.primal.planks@0, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8], type:SIDING parent:[1xtile.wood@0, 1xtile.wood@1, 1xtile.wood@2, 1xtile.wood@3, 1xtile.wood@4, 1xtile.wood@5, 1xtile.rustic.planks@0, 1xtile.rustic.planks@1, 1xtile.rustic.painted_wood_black@0, 1xtile.rustic.painted_wood_blue@0, 1xtile.rustic.painted_wood_brown@0, 1xtile.rustic.painted_wood_cyan@0, 1xtile.rustic.painted_wood_gray@0, 1xtile.rustic.painted_wood_green@0, 1xtile.rustic.painted_wood_light_blue@0, 1xtile.rustic.painted_wood_lime@0, 1xtile.rustic.painted_wood_magenta@0, 1xtile.rustic.painted_wood_orange@0, 1xtile.rustic.painted_wood_pink@0, 1xtile.rustic.painted_wood_purple@0, 1xtile.rustic.painted_wood_red@0, 1xtile.rustic.painted_wood_silver@0, 1xtile.rustic.painted_wood_white@0, 1xtile.rustic.painted_wood_yellow@0, 1xtile.chisel.planks-oak@0, 1xtile.chisel.planks-oak@1, 1xtile.chisel.planks-oak@2, 1xtile.chisel.planks-oak@3, 1xtile.chisel.planks-oak@4, 1xtile.chisel.planks-oak@5, 1xtile.chisel.planks-oak@6, 1xtile.chisel.planks-oak@7, 1xtile.chisel.planks-oak@8, 1xtile.chisel.planks-oak@9, 1xtile.chisel.planks-oak@10, 1xtile.chisel.planks-oak@11, 1xtile.chisel.planks-oak@12, 1xtile.chisel.planks-oak@13, 1xtile.chisel.planks-oak@14, 1xtile.chisel.planks-spruce@0, 1xtile.chisel.planks-spruce@1, 1xtile.chisel.planks-spruce@2, 1xtile.chisel.planks-spruce@3, 1xtile.chisel.planks-spruce@4, 1xtile.chisel.planks-spruce@5, 1xtile.chisel.planks-spruce@6, 1xtile.chisel.planks-spruce@7, 1xtile.chisel.planks-spruce@8, 1xtile.chisel.planks-spruce@9, 1xtile.chisel.planks-spruce@10, 1xtile.chisel.planks-spruce@11, 1xtile.chisel.planks-spruce@12, 1xtile.chisel.planks-spruce@13, 1xtile.chisel.planks-spruce@14, 1xtile.chisel.planks-birch@0, 1xtile.chisel.planks-birch@1, 1xtile.chisel.planks-birch@2, 1xtile.chisel.planks-birch@3, 1xtile.chisel.planks-birch@4, 1xtile.chisel.planks-birch@5, 1xtile.chisel.planks-birch@6, 1xtile.chisel.planks-birch@7, 1xtile.chisel.planks-birch@8, 1xtile.chisel.planks-birch@9, 1xtile.chisel.planks-birch@10, 1xtile.chisel.planks-birch@11, 1xtile.chisel.planks-birch@12, 1xtile.chisel.planks-birch@13, 1xtile.chisel.planks-birch@14, 1xtile.chisel.planks-jungle@0, 1xtile.chisel.planks-jungle@1, 1xtile.chisel.planks-jungle@2, 1xtile.chisel.planks-jungle@3, 1xtile.chisel.planks-jungle@4, 1xtile.chisel.planks-jungle@5, 1xtile.chisel.planks-jungle@6, 1xtile.chisel.planks-jungle@7, 1xtile.chisel.planks-jungle@8, 1xtile.chisel.planks-jungle@9, 1xtile.chisel.planks-jungle@10, 1xtile.chisel.planks-jungle@11, 1xtile.chisel.planks-jungle@12, 1xtile.chisel.planks-jungle@13, 1xtile.chisel.planks-jungle@14, 1xtile.chisel.planks-acacia@0, 1xtile.chisel.planks-acacia@1, 1xtile.chisel.planks-acacia@2, 1xtile.chisel.planks-acacia@3, 1xtile.chisel.planks-acacia@4, 1xtile.chisel.planks-acacia@5, 1xtile.chisel.planks-acacia@6, 1xtile.chisel.planks-acacia@7, 1xtile.chisel.planks-acacia@8, 1xtile.chisel.planks-acacia@9, 1xtile.chisel.planks-acacia@10, 1xtile.chisel.planks-acacia@11, 1xtile.chisel.planks-acacia@12, 1xtile.chisel.planks-acacia@13, 1xtile.chisel.planks-acacia@14, 1xtile.chisel.planks-dark-oak@0, 1xtile.chisel.planks-dark-oak@1, 1xtile.chisel.planks-dark-oak@2, 1xtile.chisel.planks-dark-oak@3, 1xtile.chisel.planks-dark-oak@4, 1xtile.chisel.planks-dark-oak@5, 1xtile.chisel.planks-dark-oak@6, 1xtile.chisel.planks-dark-oak@7, 1xtile.chisel.planks-dark-oak@8, 1xtile.chisel.planks-dark-oak@9, 1xtile.chisel.planks-dark-oak@10, 1xtile.chisel.planks-dark-oak@11, 1xtile.chisel.planks-dark-oak@12, 1xtile.chisel.planks-dark-oak@13, 1xtile.chisel.planks-dark-oak@14, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8, 1xtile.natura.nether_planks@0, 1xtile.natura.nether_planks@1, 1xtile.natura.nether_planks@2, 1xtile.natura.nether_planks@3, 1xtile.planks_sakura@0, 1xtile.planks_mulberry@0, 1xtile.blocks.integrateddynamics.menril_planks@0, 1xtile.primal.planks@0, 1xtile.primal.planks@1, 1xtile.primal.planks@2, 1xtile.primal.planks@3, 1xtile.dltplank@0, 1xtile.dreadplanks@0, 1xtile.thebetweenlands.weedwood_planks@0, 1xtile.thebetweenlands.rubber_tree_planks@0, 1xtile.thebetweenlands.giant_root_planks@0, 1xtile.thebetweenlands.hearthgrove_planks@0, 1xtile.thebetweenlands.nibbletwig_planks@0, 1xtile.twilightforest.TowerStone@0, 1xtile.twilightforest.TowerStone@1, 1xtile.twilightforest.TowerStone@2, 1xtile.twilightforest.TowerStone@3, 1xtile.twilightforest.TowerStone@4, 1xtile.totemic:cedar_plank@0, 1xtile.traverse:fir_planks@0, 1xtile.kepler22b_planks.0@0, 1xtile.primal.planks@0, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8], type:SIDING parent:[1xtile.wood@0, 1xtile.wood@1, 1xtile.wood@2, 1xtile.wood@3, 1xtile.wood@4, 1xtile.wood@5, 1xtile.rustic.planks@0, 1xtile.rustic.planks@1, 1xtile.rustic.painted_wood_black@0, 1xtile.rustic.painted_wood_blue@0, 1xtile.rustic.painted_wood_brown@0, 1xtile.rustic.painted_wood_cyan@0, 1xtile.rustic.painted_wood_gray@0, 1xtile.rustic.painted_wood_green@0, 1xtile.rustic.painted_wood_light_blue@0, 1xtile.rustic.painted_wood_lime@0, 1xtile.rustic.painted_wood_magenta@0, 1xtile.rustic.painted_wood_orange@0, 1xtile.rustic.painted_wood_pink@0, 1xtile.rustic.painted_wood_purple@0, 1xtile.rustic.painted_wood_red@0, 1xtile.rustic.painted_wood_silver@0, 1xtile.rustic.painted_wood_white@0, 1xtile.rustic.painted_wood_yellow@0, 1xtile.chisel.planks-oak@0, 1xtile.chisel.planks-oak@1, 1xtile.chisel.planks-oak@2, 1xtile.chisel.planks-oak@3, 1xtile.chisel.planks-oak@4, 1xtile.chisel.planks-oak@5, 1xtile.chisel.planks-oak@6, 1xtile.chisel.planks-oak@7, 1xtile.chisel.planks-oak@8, 1xtile.chisel.planks-oak@9, 1xtile.chisel.planks-oak@10, 1xtile.chisel.planks-oak@11, 1xtile.chisel.planks-oak@12, 1xtile.chisel.planks-oak@13, 1xtile.chisel.planks-oak@14, 1xtile.chisel.planks-spruce@0, 1xtile.chisel.planks-spruce@1, 1xtile.chisel.planks-spruce@2, 1xtile.chisel.planks-spruce@3, 1xtile.chisel.planks-spruce@4, 1xtile.chisel.planks-spruce@5, 1xtile.chisel.planks-spruce@6, 1xtile.chisel.planks-spruce@7, 1xtile.chisel.planks-spruce@8, 1xtile.chisel.planks-spruce@9, 1xtile.chisel.planks-spruce@10, 1xtile.chisel.planks-spruce@11, 1xtile.chisel.planks-spruce@12, 1xtile.chisel.planks-spruce@13, 1xtile.chisel.planks-spruce@14, 1xtile.chisel.planks-birch@0, 1xtile.chisel.planks-birch@1, 1xtile.chisel.planks-birch@2, 1xtile.chisel.planks-birch@3, 1xtile.chisel.planks-birch@4, 1xtile.chisel.planks-birch@5, 1xtile.chisel.planks-birch@6, 1xtile.chisel.planks-birch@7, 1xtile.chisel.planks-birch@8, 1xtile.chisel.planks-birch@9, 1xtile.chisel.planks-birch@10, 1xtile.chisel.planks-birch@11, 1xtile.chisel.planks-birch@12, 1xtile.chisel.planks-birch@13, 1xtile.chisel.planks-birch@14, 1xtile.chisel.planks-jungle@0, 1xtile.chisel.planks-jungle@1, 1xtile.chisel.planks-jungle@2, 1xtile.chisel.planks-jungle@3, 1xtile.chisel.planks-jungle@4, 1xtile.chisel.planks-jungle@5, 1xtile.chisel.planks-jungle@6, 1xtile.chisel.planks-jungle@7, 1xtile.chisel.planks-jungle@8, 1xtile.chisel.planks-jungle@9, 1xtile.chisel.planks-jungle@10, 1xtile.chisel.planks-jungle@11, 1xtile.chisel.planks-jungle@12, 1xtile.chisel.planks-jungle@13, 1xtile.chisel.planks-jungle@14, 1xtile.chisel.planks-acacia@0, 1xtile.chisel.planks-acacia@1, 1xtile.chisel.planks-acacia@2, 1xtile.chisel.planks-acacia@3, 1xtile.chisel.planks-acacia@4, 1xtile.chisel.planks-acacia@5, 1xtile.chisel.planks-acacia@6, 1xtile.chisel.planks-acacia@7, 1xtile.chisel.planks-acacia@8, 1xtile.chisel.planks-acacia@9, 1xtile.chisel.planks-acacia@10, 1xtile.chisel.planks-acacia@11, 1xtile.chisel.planks-acacia@12, 1xtile.chisel.planks-acacia@13, 1xtile.chisel.planks-acacia@14, 1xtile.chisel.planks-dark-oak@0, 1xtile.chisel.planks-dark-oak@1, 1xtile.chisel.planks-dark-oak@2, 1xtile.chisel.planks-dark-oak@3, 1xtile.chisel.planks-dark-oak@4, 1xtile.chisel.planks-dark-oak@5, 1xtile.chisel.planks-dark-oak@6, 1xtile.chisel.planks-dark-oak@7, 1xtile.chisel.planks-dark-oak@8, 1xtile.chisel.planks-dark-oak@9, 1xtile.chisel.planks-dark-oak@10, 1xtile.chisel.planks-dark-oak@11, 1xtile.chisel.planks-dark-oak@12, 1xtile.chisel.planks-dark-oak@13, 1xtile.chisel.planks-dark-oak@14, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8, 1xtile.natura.nether_planks@0, 1xtile.natura.nether_planks@1, 1xtile.natura.nether_planks@2, 1xtile.natura.nether_planks@3, 1xtile.planks_sakura@0, 1xtile.planks_mulberry@0, 1xtile.blocks.integrateddynamics.menril_planks@0, 1xtile.primal.planks@0, 1xtile.primal.planks@1, 1xtile.primal.planks@2, 1xtile.primal.planks@3, 1xtile.dltplank@0, 1xtile.dreadplanks@0, 1xtile.thebetweenlands.weedwood_planks@0, 1xtile.thebetweenlands.rubber_tree_planks@0, 1xtile.thebetweenlands.giant_root_planks@0, 1xtile.thebetweenlands.hearthgrove_planks@0, 1xtile.thebetweenlands.nibbletwig_planks@0, 1xtile.twilightforest.TowerStone@0, 1xtile.twilightforest.TowerStone@1, 1xtile.twilightforest.TowerStone@2, 1xtile.twilightforest.TowerStone@3, 1xtile.twilightforest.TowerStone@4, 1xtile.totemic:cedar_plank@0, 1xtile.traverse:fir_planks@0, 1xtile.kepler22b_planks.0@0, 1xtile.primal.planks@0, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8]]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2542 betterwithmods:higheff/oak_door RecipeStage{tier='one', recipe=1xitem.doorOak@0:[type:SIDING parent:[1xtile.wood@0], type:SIDING parent:[1xtile.wood@0], type:SIDING parent:[1xtile.wood@0], type:SIDING parent:[1xtile.wood@0], type:SIDING parent:[1xtile.wood@0], type:SIDING parent:[1xtile.wood@0]]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2543 betterwithmods:higheff/birch_fence_gate RecipeStage{tier='one', recipe=1xtile.birchFenceGate@0:[type:MOULDING parent:[1xtile.wood@2], type:SIDING parent:[1xtile.wood@2], type:MOULDING parent:[1xtile.wood@2]]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2546 betterwithmods:higheff/acacia_fence RecipeStage{tier='one', recipe=2xtile.acaciaFence@0:[type:MOULDING parent:[1xtile.wood@4], type:MOULDING parent:[1xtile.wood@4], type:MOULDING parent:[1xtile.wood@4]]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2547 betterwithmods:higheff/jungle_stairs RecipeStage{tier='one', recipe=1xtile.stairsWoodJungle@0:[type:MOULDING parent:[1xtile.wood@3], net.minecraft.item.crafting.Ingredient$1@7e2c8622, type:MOULDING parent:[1xtile.wood@3], type:MOULDING parent:[1xtile.wood@3]]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2548 betterwithmods:higheff/jungle_door RecipeStage{tier='one', recipe=1xitem.doorJungle@0:[type:SIDING parent:[1xtile.wood@3], type:SIDING parent:[1xtile.wood@3], type:SIDING parent:[1xtile.wood@3], type:SIDING parent:[1xtile.wood@3], type:SIDING parent:[1xtile.wood@3], type:SIDING parent:[1xtile.wood@3]]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2550 betterwithmods:higheff/oak_fence_gate RecipeStage{tier='one', recipe=1xtile.fenceGate@0:[type:MOULDING parent:[1xtile.wood@0], type:SIDING parent:[1xtile.wood@0], type:MOULDING parent:[1xtile.wood@0]]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2551 betterwithmods:higheff/nether_brick_stairs RecipeStage{tier='one', recipe=1xtile.stairsNetherBrick@0:[type:MOULDING parent:[1xtile.netherBrick@0], net.minecraft.item.crafting.Ingredient$1@7e2c8622, type:MOULDING parent:[1xtile.netherBrick@0], type:MOULDING parent:[1xtile.netherBrick@0]]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2552 betterwithmods:higheff/oak_fence RecipeStage{tier='one', recipe=2xtile.fence@0:[type:MOULDING parent:[1xtile.wood@0], type:MOULDING parent:[1xtile.wood@0], type:MOULDING parent:[1xtile.wood@0]]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2553 betterwithmods:higheff/brick_stairs RecipeStage{tier='one', recipe=1xtile.stairsBrick@0:[type:MOULDING parent:[1xitem.brick@0], net.minecraft.item.crafting.Ingredient$1@7e2c8622, type:MOULDING parent:[1xitem.brick@0], type:MOULDING parent:[1xitem.brick@0]]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2554 betterwithmods:higheff/sign RecipeStage{tier='zero', recipe=3xitem.sign@0:[type:SIDING parent:[1xtile.wood@0, 1xtile.wood@1, 1xtile.wood@2, 1xtile.wood@3, 1xtile.wood@4, 1xtile.wood@5, 1xtile.rustic.planks@0, 1xtile.rustic.planks@1, 1xtile.rustic.painted_wood_black@0, 1xtile.rustic.painted_wood_blue@0, 1xtile.rustic.painted_wood_brown@0, 1xtile.rustic.painted_wood_cyan@0, 1xtile.rustic.painted_wood_gray@0, 1xtile.rustic.painted_wood_green@0, 1xtile.rustic.painted_wood_light_blue@0, 1xtile.rustic.painted_wood_lime@0, 1xtile.rustic.painted_wood_magenta@0, 1xtile.rustic.painted_wood_orange@0, 1xtile.rustic.painted_wood_pink@0, 1xtile.rustic.painted_wood_purple@0, 1xtile.rustic.painted_wood_red@0, 1xtile.rustic.painted_wood_silver@0, 1xtile.rustic.painted_wood_white@0, 1xtile.rustic.painted_wood_yellow@0, 1xtile.chisel.planks-oak@0, 1xtile.chisel.planks-oak@1, 1xtile.chisel.planks-oak@2, 1xtile.chisel.planks-oak@3, 1xtile.chisel.planks-oak@4, 1xtile.chisel.planks-oak@5, 1xtile.chisel.planks-oak@6, 1xtile.chisel.planks-oak@7, 1xtile.chisel.planks-oak@8, 1xtile.chisel.planks-oak@9, 1xtile.chisel.planks-oak@10, 1xtile.chisel.planks-oak@11, 1xtile.chisel.planks-oak@12, 1xtile.chisel.planks-oak@13, 1xtile.chisel.planks-oak@14, 1xtile.chisel.planks-spruce@0, 1xtile.chisel.planks-spruce@1, 1xtile.chisel.planks-spruce@2, 1xtile.chisel.planks-spruce@3, 1xtile.chisel.planks-spruce@4, 1xtile.chisel.planks-spruce@5, 1xtile.chisel.planks-spruce@6, 1xtile.chisel.planks-spruce@7, 1xtile.chisel.planks-spruce@8, 1xtile.chisel.planks-spruce@9, 1xtile.chisel.planks-spruce@10, 1xtile.chisel.planks-spruce@11, 1xtile.chisel.planks-spruce@12, 1xtile.chisel.planks-spruce@13, 1xtile.chisel.planks-spruce@14, 1xtile.chisel.planks-birch@0, 1xtile.chisel.planks-birch@1, 1xtile.chisel.planks-birch@2, 1xtile.chisel.planks-birch@3, 1xtile.chisel.planks-birch@4, 1xtile.chisel.planks-birch@5, 1xtile.chisel.planks-birch@6, 1xtile.chisel.planks-birch@7, 1xtile.chisel.planks-birch@8, 1xtile.chisel.planks-birch@9, 1xtile.chisel.planks-birch@10, 1xtile.chisel.planks-birch@11, 1xtile.chisel.planks-birch@12, 1xtile.chisel.planks-birch@13, 1xtile.chisel.planks-birch@14, 1xtile.chisel.planks-jungle@0, 1xtile.chisel.planks-jungle@1, 1xtile.chisel.planks-jungle@2, 1xtile.chisel.planks-jungle@3, 1xtile.chisel.planks-jungle@4, 1xtile.chisel.planks-jungle@5, 1xtile.chisel.planks-jungle@6, 1xtile.chisel.planks-jungle@7, 1xtile.chisel.planks-jungle@8, 1xtile.chisel.planks-jungle@9, 1xtile.chisel.planks-jungle@10, 1xtile.chisel.planks-jungle@11, 1xtile.chisel.planks-jungle@12, 1xtile.chisel.planks-jungle@13, 1xtile.chisel.planks-jungle@14, 1xtile.chisel.planks-acacia@0, 1xtile.chisel.planks-acacia@1, 1xtile.chisel.planks-acacia@2, 1xtile.chisel.planks-acacia@3, 1xtile.chisel.planks-acacia@4, 1xtile.chisel.planks-acacia@5, 1xtile.chisel.planks-acacia@6, 1xtile.chisel.planks-acacia@7, 1xtile.chisel.planks-acacia@8, 1xtile.chisel.planks-acacia@9, 1xtile.chisel.planks-acacia@10, 1xtile.chisel.planks-acacia@11, 1xtile.chisel.planks-acacia@12, 1xtile.chisel.planks-acacia@13, 1xtile.chisel.planks-acacia@14, 1xtile.chisel.planks-dark-oak@0, 1xtile.chisel.planks-dark-oak@1, 1xtile.chisel.planks-dark-oak@2, 1xtile.chisel.planks-dark-oak@3, 1xtile.chisel.planks-dark-oak@4, 1xtile.chisel.planks-dark-oak@5, 1xtile.chisel.planks-dark-oak@6, 1xtile.chisel.planks-dark-oak@7, 1xtile.chisel.planks-dark-oak@8, 1xtile.chisel.planks-dark-oak@9, 1xtile.chisel.planks-dark-oak@10, 1xtile.chisel.planks-dark-oak@11, 1xtile.chisel.planks-dark-oak@12, 1xtile.chisel.planks-dark-oak@13, 1xtile.chisel.planks-dark-oak@14, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8, 1xtile.natura.nether_planks@0, 1xtile.natura.nether_planks@1, 1xtile.natura.nether_planks@2, 1xtile.natura.nether_planks@3, 1xtile.planks_sakura@0, 1xtile.planks_mulberry@0, 1xtile.blocks.integrateddynamics.menril_planks@0, 1xtile.primal.planks@0, 1xtile.primal.planks@1, 1xtile.primal.planks@2, 1xtile.primal.planks@3, 1xtile.dltplank@0, 1xtile.dreadplanks@0, 1xtile.thebetweenlands.weedwood_planks@0, 1xtile.thebetweenlands.rubber_tree_planks@0, 1xtile.thebetweenlands.giant_root_planks@0, 1xtile.thebetweenlands.hearthgrove_planks@0, 1xtile.thebetweenlands.nibbletwig_planks@0, 1xtile.twilightforest.TowerStone@0, 1xtile.twilightforest.TowerStone@1, 1xtile.twilightforest.TowerStone@2, 1xtile.twilightforest.TowerStone@3, 1xtile.twilightforest.TowerStone@4, 1xtile.totemic:cedar_plank@0, 1xtile.traverse:fir_planks@0, 1xtile.kepler22b_planks.0@0, 1xtile.primal.planks@0, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8], type:MOULDING parent:[1xtile.wood@0, 1xtile.wood@1, 1xtile.wood@2, 1xtile.wood@3, 1xtile.wood@4, 1xtile.wood@5, 1xtile.rustic.planks@0, 1xtile.rustic.planks@1, 1xtile.rustic.painted_wood_black@0, 1xtile.rustic.painted_wood_blue@0, 1xtile.rustic.painted_wood_brown@0, 1xtile.rustic.painted_wood_cyan@0, 1xtile.rustic.painted_wood_gray@0, 1xtile.rustic.painted_wood_green@0, 1xtile.rustic.painted_wood_light_blue@0, 1xtile.rustic.painted_wood_lime@0, 1xtile.rustic.painted_wood_magenta@0, 1xtile.rustic.painted_wood_orange@0, 1xtile.rustic.painted_wood_pink@0, 1xtile.rustic.painted_wood_purple@0, 1xtile.rustic.painted_wood_red@0, 1xtile.rustic.painted_wood_silver@0, 1xtile.rustic.painted_wood_white@0, 1xtile.rustic.painted_wood_yellow@0, 1xtile.chisel.planks-oak@0, 1xtile.chisel.planks-oak@1, 1xtile.chisel.planks-oak@2, 1xtile.chisel.planks-oak@3, 1xtile.chisel.planks-oak@4, 1xtile.chisel.planks-oak@5, 1xtile.chisel.planks-oak@6, 1xtile.chisel.planks-oak@7, 1xtile.chisel.planks-oak@8, 1xtile.chisel.planks-oak@9, 1xtile.chisel.planks-oak@10, 1xtile.chisel.planks-oak@11, 1xtile.chisel.planks-oak@12, 1xtile.chisel.planks-oak@13, 1xtile.chisel.planks-oak@14, 1xtile.chisel.planks-spruce@0, 1xtile.chisel.planks-spruce@1, 1xtile.chisel.planks-spruce@2, 1xtile.chisel.planks-spruce@3, 1xtile.chisel.planks-spruce@4, 1xtile.chisel.planks-spruce@5, 1xtile.chisel.planks-spruce@6, 1xtile.chisel.planks-spruce@7, 1xtile.chisel.planks-spruce@8, 1xtile.chisel.planks-spruce@9, 1xtile.chisel.planks-spruce@10, 1xtile.chisel.planks-spruce@11, 1xtile.chisel.planks-spruce@12, 1xtile.chisel.planks-spruce@13, 1xtile.chisel.planks-spruce@14, 1xtile.chisel.planks-birch@0, 1xtile.chisel.planks-birch@1, 1xtile.chisel.planks-birch@2, 1xtile.chisel.planks-birch@3, 1xtile.chisel.planks-birch@4, 1xtile.chisel.planks-birch@5, 1xtile.chisel.planks-birch@6, 1xtile.chisel.planks-birch@7, 1xtile.chisel.planks-birch@8, 1xtile.chisel.planks-birch@9, 1xtile.chisel.planks-birch@10, 1xtile.chisel.planks-birch@11, 1xtile.chisel.planks-birch@12, 1xtile.chisel.planks-birch@13, 1xtile.chisel.planks-birch@14, 1xtile.chisel.planks-jungle@0, 1xtile.chisel.planks-jungle@1, 1xtile.chisel.planks-jungle@2, 1xtile.chisel.planks-jungle@3, 1xtile.chisel.planks-jungle@4, 1xtile.chisel.planks-jungle@5, 1xtile.chisel.planks-jungle@6, 1xtile.chisel.planks-jungle@7, 1xtile.chisel.planks-jungle@8, 1xtile.chisel.planks-jungle@9, 1xtile.chisel.planks-jungle@10, 1xtile.chisel.planks-jungle@11, 1xtile.chisel.planks-jungle@12, 1xtile.chisel.planks-jungle@13, 1xtile.chisel.planks-jungle@14, 1xtile.chisel.planks-acacia@0, 1xtile.chisel.planks-acacia@1, 1xtile.chisel.planks-acacia@2, 1xtile.chisel.planks-acacia@3, 1xtile.chisel.planks-acacia@4, 1xtile.chisel.planks-acacia@5, 1xtile.chisel.planks-acacia@6, 1xtile.chisel.planks-acacia@7, 1xtile.chisel.planks-acacia@8, 1xtile.chisel.planks-acacia@9, 1xtile.chisel.planks-acacia@10, 1xtile.chisel.planks-acacia@11, 1xtile.chisel.planks-acacia@12, 1xtile.chisel.planks-acacia@13, 1xtile.chisel.planks-acacia@14, 1xtile.chisel.planks-dark-oak@0, 1xtile.chisel.planks-dark-oak@1, 1xtile.chisel.planks-dark-oak@2, 1xtile.chisel.planks-dark-oak@3, 1xtile.chisel.planks-dark-oak@4, 1xtile.chisel.planks-dark-oak@5, 1xtile.chisel.planks-dark-oak@6, 1xtile.chisel.planks-dark-oak@7, 1xtile.chisel.planks-dark-oak@8, 1xtile.chisel.planks-dark-oak@9, 1xtile.chisel.planks-dark-oak@10, 1xtile.chisel.planks-dark-oak@11, 1xtile.chisel.planks-dark-oak@12, 1xtile.chisel.planks-dark-oak@13, 1xtile.chisel.planks-dark-oak@14, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8, 1xtile.natura.nether_planks@0, 1xtile.natura.nether_planks@1, 1xtile.natura.nether_planks@2, 1xtile.natura.nether_planks@3, 1xtile.planks_sakura@0, 1xtile.planks_mulberry@0, 1xtile.blocks.integrateddynamics.menril_planks@0, 1xtile.primal.planks@0, 1xtile.primal.planks@1, 1xtile.primal.planks@2, 1xtile.primal.planks@3, 1xtile.dltplank@0, 1xtile.dreadplanks@0, 1xtile.thebetweenlands.weedwood_planks@0, 1xtile.thebetweenlands.rubber_tree_planks@0, 1xtile.thebetweenlands.giant_root_planks@0, 1xtile.thebetweenlands.hearthgrove_planks@0, 1xtile.thebetweenlands.nibbletwig_planks@0, 1xtile.twilightforest.TowerStone@0, 1xtile.twilightforest.TowerStone@1, 1xtile.twilightforest.TowerStone@2, 1xtile.twilightforest.TowerStone@3, 1xtile.twilightforest.TowerStone@4, 1xtile.totemic:cedar_plank@0, 1xtile.traverse:fir_planks@0, 1xtile.kepler22b_planks.0@0, 1xtile.primal.planks@0, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8]]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2555 betterwithmods:higheff/dark_oak_fence_gate RecipeStage{tier='one', recipe=1xtile.darkOakFenceGate@0:[type:MOULDING parent:[1xtile.wood@5], type:SIDING parent:[1xtile.wood@5], type:MOULDING parent:[1xtile.wood@5]]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2556 betterwithmods:higheff/sandstone_stairs RecipeStage{tier='one', recipe=1xtile.stairsSandStone@0:[type:MOULDING parent:[1xtile.sandStone@0], net.minecraft.item.crafting.Ingredient$1@7e2c8622, type:MOULDING parent:[1xtile.sandStone@0], type:MOULDING parent:[1xtile.sandStone@0]]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2558 betterwithmods:higheff/spruce_door RecipeStage{tier='one', recipe=1xitem.doorSpruce@0:[type:SIDING parent:[1xtile.wood@1], type:SIDING parent:[1xtile.wood@1], type:SIDING parent:[1xtile.wood@1], type:SIDING parent:[1xtile.wood@1], type:SIDING parent:[1xtile.wood@1], type:SIDING parent:[1xtile.wood@1]]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2559 betterwithmods:higheff/birch_stairs RecipeStage{tier='one', recipe=1xtile.stairsWoodBirch@0:[type:MOULDING parent:[1xtile.wood@2], net.minecraft.item.crafting.Ingredient$1@7e2c8622, type:MOULDING parent:[1xtile.wood@2], type:MOULDING parent:[1xtile.wood@2]]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2561 betterwithmods:higheff/spruce_fence_gate RecipeStage{tier='one', recipe=1xtile.spruceFenceGate@0:[type:MOULDING parent:[1xtile.wood@1], type:SIDING parent:[1xtile.wood@1], type:MOULDING parent:[1xtile.wood@1]]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2564 betterwithmods:higheff/stone_brick_stairs RecipeStage{tier='two', recipe=1xtile.stairsStoneBrickSmooth@0:[type:MOULDING parent:[1xtile.stonebricksmooth@0], net.minecraft.item.crafting.Ingredient$1@7e2c8622, type:MOULDING parent:[1xtile.stonebricksmooth@0], type:MOULDING parent:[1xtile.stonebricksmooth@0]]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2565 betterwithmods:higheff/jungle_fence RecipeStage{tier='one', recipe=2xtile.jungleFence@0:[type:MOULDING parent:[1xtile.wood@3], type:MOULDING parent:[1xtile.wood@3], type:MOULDING parent:[1xtile.wood@3]]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2566 betterwithmods:higheff/acacia_stairs RecipeStage{tier='one', recipe=1xtile.stairsWoodAcacia@0:[type:MOULDING parent:[1xtile.wood@4], net.minecraft.item.crafting.Ingredient$1@7e2c8622, type:MOULDING parent:[1xtile.wood@4], type:MOULDING parent:[1xtile.wood@4]]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2568 betterwithmods:higheff/oak_trapdoor RecipeStage{tier='one', recipe=1xtile.oak_trapdoor@0:[type:SIDING parent:[1xtile.wood@0, 1xtile.wood@1, 1xtile.wood@2, 1xtile.wood@3, 1xtile.wood@4, 1xtile.wood@5, 1xtile.rustic.planks@0, 1xtile.rustic.planks@1, 1xtile.rustic.painted_wood_black@0, 1xtile.rustic.painted_wood_blue@0, 1xtile.rustic.painted_wood_brown@0, 1xtile.rustic.painted_wood_cyan@0, 1xtile.rustic.painted_wood_gray@0, 1xtile.rustic.painted_wood_green@0, 1xtile.rustic.painted_wood_light_blue@0, 1xtile.rustic.painted_wood_lime@0, 1xtile.rustic.painted_wood_magenta@0, 1xtile.rustic.painted_wood_orange@0, 1xtile.rustic.painted_wood_pink@0, 1xtile.rustic.painted_wood_purple@0, 1xtile.rustic.painted_wood_red@0, 1xtile.rustic.painted_wood_silver@0, 1xtile.rustic.painted_wood_white@0, 1xtile.rustic.painted_wood_yellow@0, 1xtile.chisel.planks-oak@0, 1xtile.chisel.planks-oak@1, 1xtile.chisel.planks-oak@2, 1xtile.chisel.planks-oak@3, 1xtile.chisel.planks-oak@4, 1xtile.chisel.planks-oak@5, 1xtile.chisel.planks-oak@6, 1xtile.chisel.planks-oak@7, 1xtile.chisel.planks-oak@8, 1xtile.chisel.planks-oak@9, 1xtile.chisel.planks-oak@10, 1xtile.chisel.planks-oak@11, 1xtile.chisel.planks-oak@12, 1xtile.chisel.planks-oak@13, 1xtile.chisel.planks-oak@14, 1xtile.chisel.planks-spruce@0, 1xtile.chisel.planks-spruce@1, 1xtile.chisel.planks-spruce@2, 1xtile.chisel.planks-spruce@3, 1xtile.chisel.planks-spruce@4, 1xtile.chisel.planks-spruce@5, 1xtile.chisel.planks-spruce@6, 1xtile.chisel.planks-spruce@7, 1xtile.chisel.planks-spruce@8, 1xtile.chisel.planks-spruce@9, 1xtile.chisel.planks-spruce@10, 1xtile.chisel.planks-spruce@11, 1xtile.chisel.planks-spruce@12, 1xtile.chisel.planks-spruce@13, 1xtile.chisel.planks-spruce@14, 1xtile.chisel.planks-birch@0, 1xtile.chisel.planks-birch@1, 1xtile.chisel.planks-birch@2, 1xtile.chisel.planks-birch@3, 1xtile.chisel.planks-birch@4, 1xtile.chisel.planks-birch@5, 1xtile.chisel.planks-birch@6, 1xtile.chisel.planks-birch@7, 1xtile.chisel.planks-birch@8, 1xtile.chisel.planks-birch@9, 1xtile.chisel.planks-birch@10, 1xtile.chisel.planks-birch@11, 1xtile.chisel.planks-birch@12, 1xtile.chisel.planks-birch@13, 1xtile.chisel.planks-birch@14, 1xtile.chisel.planks-jungle@0, 1xtile.chisel.planks-jungle@1, 1xtile.chisel.planks-jungle@2, 1xtile.chisel.planks-jungle@3, 1xtile.chisel.planks-jungle@4, 1xtile.chisel.planks-jungle@5, 1xtile.chisel.planks-jungle@6, 1xtile.chisel.planks-jungle@7, 1xtile.chisel.planks-jungle@8, 1xtile.chisel.planks-jungle@9, 1xtile.chisel.planks-jungle@10, 1xtile.chisel.planks-jungle@11, 1xtile.chisel.planks-jungle@12, 1xtile.chisel.planks-jungle@13, 1xtile.chisel.planks-jungle@14, 1xtile.chisel.planks-acacia@0, 1xtile.chisel.planks-acacia@1, 1xtile.chisel.planks-acacia@2, 1xtile.chisel.planks-acacia@3, 1xtile.chisel.planks-acacia@4, 1xtile.chisel.planks-acacia@5, 1xtile.chisel.planks-acacia@6, 1xtile.chisel.planks-acacia@7, 1xtile.chisel.planks-acacia@8, 1xtile.chisel.planks-acacia@9, 1xtile.chisel.planks-acacia@10, 1xtile.chisel.planks-acacia@11, 1xtile.chisel.planks-acacia@12, 1xtile.chisel.planks-acacia@13, 1xtile.chisel.planks-acacia@14, 1xtile.chisel.planks-dark-oak@0, 1xtile.chisel.planks-dark-oak@1, 1xtile.chisel.planks-dark-oak@2, 1xtile.chisel.planks-dark-oak@3, 1xtile.chisel.planks-dark-oak@4, 1xtile.chisel.planks-dark-oak@5, 1xtile.chisel.planks-dark-oak@6, 1xtile.chisel.planks-dark-oak@7, 1xtile.chisel.planks-dark-oak@8, 1xtile.chisel.planks-dark-oak@9, 1xtile.chisel.planks-dark-oak@10, 1xtile.chisel.planks-dark-oak@11, 1xtile.chisel.planks-dark-oak@12, 1xtile.chisel.planks-dark-oak@13, 1xtile.chisel.planks-dark-oak@14, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8, 1xtile.natura.nether_planks@0, 1xtile.natura.nether_planks@1, 1xtile.natura.nether_planks@2, 1xtile.natura.nether_planks@3, 1xtile.planks_sakura@0, 1xtile.planks_mulberry@0, 1xtile.blocks.integrateddynamics.menril_planks@0, 1xtile.primal.planks@0, 1xtile.primal.planks@1, 1xtile.primal.planks@2, 1xtile.primal.planks@3, 1xtile.dltplank@0, 1xtile.dreadplanks@0, 1xtile.thebetweenlands.weedwood_planks@0, 1xtile.thebetweenlands.rubber_tree_planks@0, 1xtile.thebetweenlands.giant_root_planks@0, 1xtile.thebetweenlands.hearthgrove_planks@0, 1xtile.thebetweenlands.nibbletwig_planks@0, 1xtile.twilightforest.TowerStone@0, 1xtile.twilightforest.TowerStone@1, 1xtile.twilightforest.TowerStone@2, 1xtile.twilightforest.TowerStone@3, 1xtile.twilightforest.TowerStone@4, 1xtile.totemic:cedar_plank@0, 1xtile.traverse:fir_planks@0, 1xtile.kepler22b_planks.0@0, 1xtile.primal.planks@0, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8], type:SIDING parent:[1xtile.wood@0, 1xtile.wood@1, 1xtile.wood@2, 1xtile.wood@3, 1xtile.wood@4, 1xtile.wood@5, 1xtile.rustic.planks@0, 1xtile.rustic.planks@1, 1xtile.rustic.painted_wood_black@0, 1xtile.rustic.painted_wood_blue@0, 1xtile.rustic.painted_wood_brown@0, 1xtile.rustic.painted_wood_cyan@0, 1xtile.rustic.painted_wood_gray@0, 1xtile.rustic.painted_wood_green@0, 1xtile.rustic.painted_wood_light_blue@0, 1xtile.rustic.painted_wood_lime@0, 1xtile.rustic.painted_wood_magenta@0, 1xtile.rustic.painted_wood_orange@0, 1xtile.rustic.painted_wood_pink@0, 1xtile.rustic.painted_wood_purple@0, 1xtile.rustic.painted_wood_red@0, 1xtile.rustic.painted_wood_silver@0, 1xtile.rustic.painted_wood_white@0, 1xtile.rustic.painted_wood_yellow@0, 1xtile.chisel.planks-oak@0, 1xtile.chisel.planks-oak@1, 1xtile.chisel.planks-oak@2, 1xtile.chisel.planks-oak@3, 1xtile.chisel.planks-oak@4, 1xtile.chisel.planks-oak@5, 1xtile.chisel.planks-oak@6, 1xtile.chisel.planks-oak@7, 1xtile.chisel.planks-oak@8, 1xtile.chisel.planks-oak@9, 1xtile.chisel.planks-oak@10, 1xtile.chisel.planks-oak@11, 1xtile.chisel.planks-oak@12, 1xtile.chisel.planks-oak@13, 1xtile.chisel.planks-oak@14, 1xtile.chisel.planks-spruce@0, 1xtile.chisel.planks-spruce@1, 1xtile.chisel.planks-spruce@2, 1xtile.chisel.planks-spruce@3, 1xtile.chisel.planks-spruce@4, 1xtile.chisel.planks-spruce@5, 1xtile.chisel.planks-spruce@6, 1xtile.chisel.planks-spruce@7, 1xtile.chisel.planks-spruce@8, 1xtile.chisel.planks-spruce@9, 1xtile.chisel.planks-spruce@10, 1xtile.chisel.planks-spruce@11, 1xtile.chisel.planks-spruce@12, 1xtile.chisel.planks-spruce@13, 1xtile.chisel.planks-spruce@14, 1xtile.chisel.planks-birch@0, 1xtile.chisel.planks-birch@1, 1xtile.chisel.planks-birch@2, 1xtile.chisel.planks-birch@3, 1xtile.chisel.planks-birch@4, 1xtile.chisel.planks-birch@5, 1xtile.chisel.planks-birch@6, 1xtile.chisel.planks-birch@7, 1xtile.chisel.planks-birch@8, 1xtile.chisel.planks-birch@9, 1xtile.chisel.planks-birch@10, 1xtile.chisel.planks-birch@11, 1xtile.chisel.planks-birch@12, 1xtile.chisel.planks-birch@13, 1xtile.chisel.planks-birch@14, 1xtile.chisel.planks-jungle@0, 1xtile.chisel.planks-jungle@1, 1xtile.chisel.planks-jungle@2, 1xtile.chisel.planks-jungle@3, 1xtile.chisel.planks-jungle@4, 1xtile.chisel.planks-jungle@5, 1xtile.chisel.planks-jungle@6, 1xtile.chisel.planks-jungle@7, 1xtile.chisel.planks-jungle@8, 1xtile.chisel.planks-jungle@9, 1xtile.chisel.planks-jungle@10, 1xtile.chisel.planks-jungle@11, 1xtile.chisel.planks-jungle@12, 1xtile.chisel.planks-jungle@13, 1xtile.chisel.planks-jungle@14, 1xtile.chisel.planks-acacia@0, 1xtile.chisel.planks-acacia@1, 1xtile.chisel.planks-acacia@2, 1xtile.chisel.planks-acacia@3, 1xtile.chisel.planks-acacia@4, 1xtile.chisel.planks-acacia@5, 1xtile.chisel.planks-acacia@6, 1xtile.chisel.planks-acacia@7, 1xtile.chisel.planks-acacia@8, 1xtile.chisel.planks-acacia@9, 1xtile.chisel.planks-acacia@10, 1xtile.chisel.planks-acacia@11, 1xtile.chisel.planks-acacia@12, 1xtile.chisel.planks-acacia@13, 1xtile.chisel.planks-acacia@14, 1xtile.chisel.planks-dark-oak@0, 1xtile.chisel.planks-dark-oak@1, 1xtile.chisel.planks-dark-oak@2, 1xtile.chisel.planks-dark-oak@3, 1xtile.chisel.planks-dark-oak@4, 1xtile.chisel.planks-dark-oak@5, 1xtile.chisel.planks-dark-oak@6, 1xtile.chisel.planks-dark-oak@7, 1xtile.chisel.planks-dark-oak@8, 1xtile.chisel.planks-dark-oak@9, 1xtile.chisel.planks-dark-oak@10, 1xtile.chisel.planks-dark-oak@11, 1xtile.chisel.planks-dark-oak@12, 1xtile.chisel.planks-dark-oak@13, 1xtile.chisel.planks-dark-oak@14, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8, 1xtile.natura.nether_planks@0, 1xtile.natura.nether_planks@1, 1xtile.natura.nether_planks@2, 1xtile.natura.nether_planks@3, 1xtile.planks_sakura@0, 1xtile.planks_mulberry@0, 1xtile.blocks.integrateddynamics.menril_planks@0, 1xtile.primal.planks@0, 1xtile.primal.planks@1, 1xtile.primal.planks@2, 1xtile.primal.planks@3, 1xtile.dltplank@0, 1xtile.dreadplanks@0, 1xtile.thebetweenlands.weedwood_planks@0, 1xtile.thebetweenlands.rubber_tree_planks@0, 1xtile.thebetweenlands.giant_root_planks@0, 1xtile.thebetweenlands.hearthgrove_planks@0, 1xtile.thebetweenlands.nibbletwig_planks@0, 1xtile.twilightforest.TowerStone@0, 1xtile.twilightforest.TowerStone@1, 1xtile.twilightforest.TowerStone@2, 1xtile.twilightforest.TowerStone@3, 1xtile.twilightforest.TowerStone@4, 1xtile.totemic:cedar_plank@0, 1xtile.traverse:fir_planks@0, 1xtile.kepler22b_planks.0@0, 1xtile.primal.planks@0, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8], type:SIDING parent:[1xtile.wood@0, 1xtile.wood@1, 1xtile.wood@2, 1xtile.wood@3, 1xtile.wood@4, 1xtile.wood@5, 1xtile.rustic.planks@0, 1xtile.rustic.planks@1, 1xtile.rustic.painted_wood_black@0, 1xtile.rustic.painted_wood_blue@0, 1xtile.rustic.painted_wood_brown@0, 1xtile.rustic.painted_wood_cyan@0, 1xtile.rustic.painted_wood_gray@0, 1xtile.rustic.painted_wood_green@0, 1xtile.rustic.painted_wood_light_blue@0, 1xtile.rustic.painted_wood_lime@0, 1xtile.rustic.painted_wood_magenta@0, 1xtile.rustic.painted_wood_orange@0, 1xtile.rustic.painted_wood_pink@0, 1xtile.rustic.painted_wood_purple@0, 1xtile.rustic.painted_wood_red@0, 1xtile.rustic.painted_wood_silver@0, 1xtile.rustic.painted_wood_white@0, 1xtile.rustic.painted_wood_yellow@0, 1xtile.chisel.planks-oak@0, 1xtile.chisel.planks-oak@1, 1xtile.chisel.planks-oak@2, 1xtile.chisel.planks-oak@3, 1xtile.chisel.planks-oak@4, 1xtile.chisel.planks-oak@5, 1xtile.chisel.planks-oak@6, 1xtile.chisel.planks-oak@7, 1xtile.chisel.planks-oak@8, 1xtile.chisel.planks-oak@9, 1xtile.chisel.planks-oak@10, 1xtile.chisel.planks-oak@11, 1xtile.chisel.planks-oak@12, 1xtile.chisel.planks-oak@13, 1xtile.chisel.planks-oak@14, 1xtile.chisel.planks-spruce@0, 1xtile.chisel.planks-spruce@1, 1xtile.chisel.planks-spruce@2, 1xtile.chisel.planks-spruce@3, 1xtile.chisel.planks-spruce@4, 1xtile.chisel.planks-spruce@5, 1xtile.chisel.planks-spruce@6, 1xtile.chisel.planks-spruce@7, 1xtile.chisel.planks-spruce@8, 1xtile.chisel.planks-spruce@9, 1xtile.chisel.planks-spruce@10, 1xtile.chisel.planks-spruce@11, 1xtile.chisel.planks-spruce@12, 1xtile.chisel.planks-spruce@13, 1xtile.chisel.planks-spruce@14, 1xtile.chisel.planks-birch@0, 1xtile.chisel.planks-birch@1, 1xtile.chisel.planks-birch@2, 1xtile.chisel.planks-birch@3, 1xtile.chisel.planks-birch@4, 1xtile.chisel.planks-birch@5, 1xtile.chisel.planks-birch@6, 1xtile.chisel.planks-birch@7, 1xtile.chisel.planks-birch@8, 1xtile.chisel.planks-birch@9, 1xtile.chisel.planks-birch@10, 1xtile.chisel.planks-birch@11, 1xtile.chisel.planks-birch@12, 1xtile.chisel.planks-birch@13, 1xtile.chisel.planks-birch@14, 1xtile.chisel.planks-jungle@0, 1xtile.chisel.planks-jungle@1, 1xtile.chisel.planks-jungle@2, 1xtile.chisel.planks-jungle@3, 1xtile.chisel.planks-jungle@4, 1xtile.chisel.planks-jungle@5, 1xtile.chisel.planks-jungle@6, 1xtile.chisel.planks-jungle@7, 1xtile.chisel.planks-jungle@8, 1xtile.chisel.planks-jungle@9, 1xtile.chisel.planks-jungle@10, 1xtile.chisel.planks-jungle@11, 1xtile.chisel.planks-jungle@12, 1xtile.chisel.planks-jungle@13, 1xtile.chisel.planks-jungle@14, 1xtile.chisel.planks-acacia@0, 1xtile.chisel.planks-acacia@1, 1xtile.chisel.planks-acacia@2, 1xtile.chisel.planks-acacia@3, 1xtile.chisel.planks-acacia@4, 1xtile.chisel.planks-acacia@5, 1xtile.chisel.planks-acacia@6, 1xtile.chisel.planks-acacia@7, 1xtile.chisel.planks-acacia@8, 1xtile.chisel.planks-acacia@9, 1xtile.chisel.planks-acacia@10, 1xtile.chisel.planks-acacia@11, 1xtile.chisel.planks-acacia@12, 1xtile.chisel.planks-acacia@13, 1xtile.chisel.planks-acacia@14, 1xtile.chisel.planks-dark-oak@0, 1xtile.chisel.planks-dark-oak@1, 1xtile.chisel.planks-dark-oak@2, 1xtile.chisel.planks-dark-oak@3, 1xtile.chisel.planks-dark-oak@4, 1xtile.chisel.planks-dark-oak@5, 1xtile.chisel.planks-dark-oak@6, 1xtile.chisel.planks-dark-oak@7, 1xtile.chisel.planks-dark-oak@8, 1xtile.chisel.planks-dark-oak@9, 1xtile.chisel.planks-dark-oak@10, 1xtile.chisel.planks-dark-oak@11, 1xtile.chisel.planks-dark-oak@12, 1xtile.chisel.planks-dark-oak@13, 1xtile.chisel.planks-dark-oak@14, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8, 1xtile.natura.nether_planks@0, 1xtile.natura.nether_planks@1, 1xtile.natura.nether_planks@2, 1xtile.natura.nether_planks@3, 1xtile.planks_sakura@0, 1xtile.planks_mulberry@0, 1xtile.blocks.integrateddynamics.menril_planks@0, 1xtile.primal.planks@0, 1xtile.primal.planks@1, 1xtile.primal.planks@2, 1xtile.primal.planks@3, 1xtile.dltplank@0, 1xtile.dreadplanks@0, 1xtile.thebetweenlands.weedwood_planks@0, 1xtile.thebetweenlands.rubber_tree_planks@0, 1xtile.thebetweenlands.giant_root_planks@0, 1xtile.thebetweenlands.hearthgrove_planks@0, 1xtile.thebetweenlands.nibbletwig_planks@0, 1xtile.twilightforest.TowerStone@0, 1xtile.twilightforest.TowerStone@1, 1xtile.twilightforest.TowerStone@2, 1xtile.twilightforest.TowerStone@3, 1xtile.twilightforest.TowerStone@4, 1xtile.totemic:cedar_plank@0, 1xtile.traverse:fir_planks@0, 1xtile.kepler22b_planks.0@0, 1xtile.primal.planks@0, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8], type:SIDING parent:[1xtile.wood@0, 1xtile.wood@1, 1xtile.wood@2, 1xtile.wood@3, 1xtile.wood@4, 1xtile.wood@5, 1xtile.rustic.planks@0, 1xtile.rustic.planks@1, 1xtile.rustic.painted_wood_black@0, 1xtile.rustic.painted_wood_blue@0, 1xtile.rustic.painted_wood_brown@0, 1xtile.rustic.painted_wood_cyan@0, 1xtile.rustic.painted_wood_gray@0, 1xtile.rustic.painted_wood_green@0, 1xtile.rustic.painted_wood_light_blue@0, 1xtile.rustic.painted_wood_lime@0, 1xtile.rustic.painted_wood_magenta@0, 1xtile.rustic.painted_wood_orange@0, 1xtile.rustic.painted_wood_pink@0, 1xtile.rustic.painted_wood_purple@0, 1xtile.rustic.painted_wood_red@0, 1xtile.rustic.painted_wood_silver@0, 1xtile.rustic.painted_wood_white@0, 1xtile.rustic.painted_wood_yellow@0, 1xtile.chisel.planks-oak@0, 1xtile.chisel.planks-oak@1, 1xtile.chisel.planks-oak@2, 1xtile.chisel.planks-oak@3, 1xtile.chisel.planks-oak@4, 1xtile.chisel.planks-oak@5, 1xtile.chisel.planks-oak@6, 1xtile.chisel.planks-oak@7, 1xtile.chisel.planks-oak@8, 1xtile.chisel.planks-oak@9, 1xtile.chisel.planks-oak@10, 1xtile.chisel.planks-oak@11, 1xtile.chisel.planks-oak@12, 1xtile.chisel.planks-oak@13, 1xtile.chisel.planks-oak@14, 1xtile.chisel.planks-spruce@0, 1xtile.chisel.planks-spruce@1, 1xtile.chisel.planks-spruce@2, 1xtile.chisel.planks-spruce@3, 1xtile.chisel.planks-spruce@4, 1xtile.chisel.planks-spruce@5, 1xtile.chisel.planks-spruce@6, 1xtile.chisel.planks-spruce@7, 1xtile.chisel.planks-spruce@8, 1xtile.chisel.planks-spruce@9, 1xtile.chisel.planks-spruce@10, 1xtile.chisel.planks-spruce@11, 1xtile.chisel.planks-spruce@12, 1xtile.chisel.planks-spruce@13, 1xtile.chisel.planks-spruce@14, 1xtile.chisel.planks-birch@0, 1xtile.chisel.planks-birch@1, 1xtile.chisel.planks-birch@2, 1xtile.chisel.planks-birch@3, 1xtile.chisel.planks-birch@4, 1xtile.chisel.planks-birch@5, 1xtile.chisel.planks-birch@6, 1xtile.chisel.planks-birch@7, 1xtile.chisel.planks-birch@8, 1xtile.chisel.planks-birch@9, 1xtile.chisel.planks-birch@10, 1xtile.chisel.planks-birch@11, 1xtile.chisel.planks-birch@12, 1xtile.chisel.planks-birch@13, 1xtile.chisel.planks-birch@14, 1xtile.chisel.planks-jungle@0, 1xtile.chisel.planks-jungle@1, 1xtile.chisel.planks-jungle@2, 1xtile.chisel.planks-jungle@3, 1xtile.chisel.planks-jungle@4, 1xtile.chisel.planks-jungle@5, 1xtile.chisel.planks-jungle@6, 1xtile.chisel.planks-jungle@7, 1xtile.chisel.planks-jungle@8, 1xtile.chisel.planks-jungle@9, 1xtile.chisel.planks-jungle@10, 1xtile.chisel.planks-jungle@11, 1xtile.chisel.planks-jungle@12, 1xtile.chisel.planks-jungle@13, 1xtile.chisel.planks-jungle@14, 1xtile.chisel.planks-acacia@0, 1xtile.chisel.planks-acacia@1, 1xtile.chisel.planks-acacia@2, 1xtile.chisel.planks-acacia@3, 1xtile.chisel.planks-acacia@4, 1xtile.chisel.planks-acacia@5, 1xtile.chisel.planks-acacia@6, 1xtile.chisel.planks-acacia@7, 1xtile.chisel.planks-acacia@8, 1xtile.chisel.planks-acacia@9, 1xtile.chisel.planks-acacia@10, 1xtile.chisel.planks-acacia@11, 1xtile.chisel.planks-acacia@12, 1xtile.chisel.planks-acacia@13, 1xtile.chisel.planks-acacia@14, 1xtile.chisel.planks-dark-oak@0, 1xtile.chisel.planks-dark-oak@1, 1xtile.chisel.planks-dark-oak@2, 1xtile.chisel.planks-dark-oak@3, 1xtile.chisel.planks-dark-oak@4, 1xtile.chisel.planks-dark-oak@5, 1xtile.chisel.planks-dark-oak@6, 1xtile.chisel.planks-dark-oak@7, 1xtile.chisel.planks-dark-oak@8, 1xtile.chisel.planks-dark-oak@9, 1xtile.chisel.planks-dark-oak@10, 1xtile.chisel.planks-dark-oak@11, 1xtile.chisel.planks-dark-oak@12, 1xtile.chisel.planks-dark-oak@13, 1xtile.chisel.planks-dark-oak@14, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8, 1xtile.natura.nether_planks@0, 1xtile.natura.nether_planks@1, 1xtile.natura.nether_planks@2, 1xtile.natura.nether_planks@3, 1xtile.planks_sakura@0, 1xtile.planks_mulberry@0, 1xtile.blocks.integrateddynamics.menril_planks@0, 1xtile.primal.planks@0, 1xtile.primal.planks@1, 1xtile.primal.planks@2, 1xtile.primal.planks@3, 1xtile.dltplank@0, 1xtile.dreadplanks@0, 1xtile.thebetweenlands.weedwood_planks@0, 1xtile.thebetweenlands.rubber_tree_planks@0, 1xtile.thebetweenlands.giant_root_planks@0, 1xtile.thebetweenlands.hearthgrove_planks@0, 1xtile.thebetweenlands.nibbletwig_planks@0, 1xtile.twilightforest.TowerStone@0, 1xtile.twilightforest.TowerStone@1, 1xtile.twilightforest.TowerStone@2, 1xtile.twilightforest.TowerStone@3, 1xtile.twilightforest.TowerStone@4, 1xtile.totemic:cedar_plank@0, 1xtile.traverse:fir_planks@0, 1xtile.kepler22b_planks.0@0, 1xtile.primal.planks@0, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8], type:SIDING parent:[1xtile.wood@0, 1xtile.wood@1, 1xtile.wood@2, 1xtile.wood@3, 1xtile.wood@4, 1xtile.wood@5, 1xtile.rustic.planks@0, 1xtile.rustic.planks@1, 1xtile.rustic.painted_wood_black@0, 1xtile.rustic.painted_wood_blue@0, 1xtile.rustic.painted_wood_brown@0, 1xtile.rustic.painted_wood_cyan@0, 1xtile.rustic.painted_wood_gray@0, 1xtile.rustic.painted_wood_green@0, 1xtile.rustic.painted_wood_light_blue@0, 1xtile.rustic.painted_wood_lime@0, 1xtile.rustic.painted_wood_magenta@0, 1xtile.rustic.painted_wood_orange@0, 1xtile.rustic.painted_wood_pink@0, 1xtile.rustic.painted_wood_purple@0, 1xtile.rustic.painted_wood_red@0, 1xtile.rustic.painted_wood_silver@0, 1xtile.rustic.painted_wood_white@0, 1xtile.rustic.painted_wood_yellow@0, 1xtile.chisel.planks-oak@0, 1xtile.chisel.planks-oak@1, 1xtile.chisel.planks-oak@2, 1xtile.chisel.planks-oak@3, 1xtile.chisel.planks-oak@4, 1xtile.chisel.planks-oak@5, 1xtile.chisel.planks-oak@6, 1xtile.chisel.planks-oak@7, 1xtile.chisel.planks-oak@8, 1xtile.chisel.planks-oak@9, 1xtile.chisel.planks-oak@10, 1xtile.chisel.planks-oak@11, 1xtile.chisel.planks-oak@12, 1xtile.chisel.planks-oak@13, 1xtile.chisel.planks-oak@14, 1xtile.chisel.planks-spruce@0, 1xtile.chisel.planks-spruce@1, 1xtile.chisel.planks-spruce@2, 1xtile.chisel.planks-spruce@3, 1xtile.chisel.planks-spruce@4, 1xtile.chisel.planks-spruce@5, 1xtile.chisel.planks-spruce@6, 1xtile.chisel.planks-spruce@7, 1xtile.chisel.planks-spruce@8, 1xtile.chisel.planks-spruce@9, 1xtile.chisel.planks-spruce@10, 1xtile.chisel.planks-spruce@11, 1xtile.chisel.planks-spruce@12, 1xtile.chisel.planks-spruce@13, 1xtile.chisel.planks-spruce@14, 1xtile.chisel.planks-birch@0, 1xtile.chisel.planks-birch@1, 1xtile.chisel.planks-birch@2, 1xtile.chisel.planks-birch@3, 1xtile.chisel.planks-birch@4, 1xtile.chisel.planks-birch@5, 1xtile.chisel.planks-birch@6, 1xtile.chisel.planks-birch@7, 1xtile.chisel.planks-birch@8, 1xtile.chisel.planks-birch@9, 1xtile.chisel.planks-birch@10, 1xtile.chisel.planks-birch@11, 1xtile.chisel.planks-birch@12, 1xtile.chisel.planks-birch@13, 1xtile.chisel.planks-birch@14, 1xtile.chisel.planks-jungle@0, 1xtile.chisel.planks-jungle@1, 1xtile.chisel.planks-jungle@2, 1xtile.chisel.planks-jungle@3, 1xtile.chisel.planks-jungle@4, 1xtile.chisel.planks-jungle@5, 1xtile.chisel.planks-jungle@6, 1xtile.chisel.planks-jungle@7, 1xtile.chisel.planks-jungle@8, 1xtile.chisel.planks-jungle@9, 1xtile.chisel.planks-jungle@10, 1xtile.chisel.planks-jungle@11, 1xtile.chisel.planks-jungle@12, 1xtile.chisel.planks-jungle@13, 1xtile.chisel.planks-jungle@14, 1xtile.chisel.planks-acacia@0, 1xtile.chisel.planks-acacia@1, 1xtile.chisel.planks-acacia@2, 1xtile.chisel.planks-acacia@3, 1xtile.chisel.planks-acacia@4, 1xtile.chisel.planks-acacia@5, 1xtile.chisel.planks-acacia@6, 1xtile.chisel.planks-acacia@7, 1xtile.chisel.planks-acacia@8, 1xtile.chisel.planks-acacia@9, 1xtile.chisel.planks-acacia@10, 1xtile.chisel.planks-acacia@11, 1xtile.chisel.planks-acacia@12, 1xtile.chisel.planks-acacia@13, 1xtile.chisel.planks-acacia@14, 1xtile.chisel.planks-dark-oak@0, 1xtile.chisel.planks-dark-oak@1, 1xtile.chisel.planks-dark-oak@2, 1xtile.chisel.planks-dark-oak@3, 1xtile.chisel.planks-dark-oak@4, 1xtile.chisel.planks-dark-oak@5, 1xtile.chisel.planks-dark-oak@6, 1xtile.chisel.planks-dark-oak@7, 1xtile.chisel.planks-dark-oak@8, 1xtile.chisel.planks-dark-oak@9, 1xtile.chisel.planks-dark-oak@10, 1xtile.chisel.planks-dark-oak@11, 1xtile.chisel.planks-dark-oak@12, 1xtile.chisel.planks-dark-oak@13, 1xtile.chisel.planks-dark-oak@14, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8, 1xtile.natura.nether_planks@0, 1xtile.natura.nether_planks@1, 1xtile.natura.nether_planks@2, 1xtile.natura.nether_planks@3, 1xtile.planks_sakura@0, 1xtile.planks_mulberry@0, 1xtile.blocks.integrateddynamics.menril_planks@0, 1xtile.primal.planks@0, 1xtile.primal.planks@1, 1xtile.primal.planks@2, 1xtile.primal.planks@3, 1xtile.dltplank@0, 1xtile.dreadplanks@0, 1xtile.thebetweenlands.weedwood_planks@0, 1xtile.thebetweenlands.rubber_tree_planks@0, 1xtile.thebetweenlands.giant_root_planks@0, 1xtile.thebetweenlands.hearthgrove_planks@0, 1xtile.thebetweenlands.nibbletwig_planks@0, 1xtile.twilightforest.TowerStone@0, 1xtile.twilightforest.TowerStone@1, 1xtile.twilightforest.TowerStone@2, 1xtile.twilightforest.TowerStone@3, 1xtile.twilightforest.TowerStone@4, 1xtile.totemic:cedar_plank@0, 1xtile.traverse:fir_planks@0, 1xtile.kepler22b_planks.0@0, 1xtile.primal.planks@0, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8], type:SIDING parent:[1xtile.wood@0, 1xtile.wood@1, 1xtile.wood@2, 1xtile.wood@3, 1xtile.wood@4, 1xtile.wood@5, 1xtile.rustic.planks@0, 1xtile.rustic.planks@1, 1xtile.rustic.painted_wood_black@0, 1xtile.rustic.painted_wood_blue@0, 1xtile.rustic.painted_wood_brown@0, 1xtile.rustic.painted_wood_cyan@0, 1xtile.rustic.painted_wood_gray@0, 1xtile.rustic.painted_wood_green@0, 1xtile.rustic.painted_wood_light_blue@0, 1xtile.rustic.painted_wood_lime@0, 1xtile.rustic.painted_wood_magenta@0, 1xtile.rustic.painted_wood_orange@0, 1xtile.rustic.painted_wood_pink@0, 1xtile.rustic.painted_wood_purple@0, 1xtile.rustic.painted_wood_red@0, 1xtile.rustic.painted_wood_silver@0, 1xtile.rustic.painted_wood_white@0, 1xtile.rustic.painted_wood_yellow@0, 1xtile.chisel.planks-oak@0, 1xtile.chisel.planks-oak@1, 1xtile.chisel.planks-oak@2, 1xtile.chisel.planks-oak@3, 1xtile.chisel.planks-oak@4, 1xtile.chisel.planks-oak@5, 1xtile.chisel.planks-oak@6, 1xtile.chisel.planks-oak@7, 1xtile.chisel.planks-oak@8, 1xtile.chisel.planks-oak@9, 1xtile.chisel.planks-oak@10, 1xtile.chisel.planks-oak@11, 1xtile.chisel.planks-oak@12, 1xtile.chisel.planks-oak@13, 1xtile.chisel.planks-oak@14, 1xtile.chisel.planks-spruce@0, 1xtile.chisel.planks-spruce@1, 1xtile.chisel.planks-spruce@2, 1xtile.chisel.planks-spruce@3, 1xtile.chisel.planks-spruce@4, 1xtile.chisel.planks-spruce@5, 1xtile.chisel.planks-spruce@6, 1xtile.chisel.planks-spruce@7, 1xtile.chisel.planks-spruce@8, 1xtile.chisel.planks-spruce@9, 1xtile.chisel.planks-spruce@10, 1xtile.chisel.planks-spruce@11, 1xtile.chisel.planks-spruce@12, 1xtile.chisel.planks-spruce@13, 1xtile.chisel.planks-spruce@14, 1xtile.chisel.planks-birch@0, 1xtile.chisel.planks-birch@1, 1xtile.chisel.planks-birch@2, 1xtile.chisel.planks-birch@3, 1xtile.chisel.planks-birch@4, 1xtile.chisel.planks-birch@5, 1xtile.chisel.planks-birch@6, 1xtile.chisel.planks-birch@7, 1xtile.chisel.planks-birch@8, 1xtile.chisel.planks-birch@9, 1xtile.chisel.planks-birch@10, 1xtile.chisel.planks-birch@11, 1xtile.chisel.planks-birch@12, 1xtile.chisel.planks-birch@13, 1xtile.chisel.planks-birch@14, 1xtile.chisel.planks-jungle@0, 1xtile.chisel.planks-jungle@1, 1xtile.chisel.planks-jungle@2, 1xtile.chisel.planks-jungle@3, 1xtile.chisel.planks-jungle@4, 1xtile.chisel.planks-jungle@5, 1xtile.chisel.planks-jungle@6, 1xtile.chisel.planks-jungle@7, 1xtile.chisel.planks-jungle@8, 1xtile.chisel.planks-jungle@9, 1xtile.chisel.planks-jungle@10, 1xtile.chisel.planks-jungle@11, 1xtile.chisel.planks-jungle@12, 1xtile.chisel.planks-jungle@13, 1xtile.chisel.planks-jungle@14, 1xtile.chisel.planks-acacia@0, 1xtile.chisel.planks-acacia@1, 1xtile.chisel.planks-acacia@2, 1xtile.chisel.planks-acacia@3, 1xtile.chisel.planks-acacia@4, 1xtile.chisel.planks-acacia@5, 1xtile.chisel.planks-acacia@6, 1xtile.chisel.planks-acacia@7, 1xtile.chisel.planks-acacia@8, 1xtile.chisel.planks-acacia@9, 1xtile.chisel.planks-acacia@10, 1xtile.chisel.planks-acacia@11, 1xtile.chisel.planks-acacia@12, 1xtile.chisel.planks-acacia@13, 1xtile.chisel.planks-acacia@14, 1xtile.chisel.planks-dark-oak@0, 1xtile.chisel.planks-dark-oak@1, 1xtile.chisel.planks-dark-oak@2, 1xtile.chisel.planks-dark-oak@3, 1xtile.chisel.planks-dark-oak@4, 1xtile.chisel.planks-dark-oak@5, 1xtile.chisel.planks-dark-oak@6, 1xtile.chisel.planks-dark-oak@7, 1xtile.chisel.planks-dark-oak@8, 1xtile.chisel.planks-dark-oak@9, 1xtile.chisel.planks-dark-oak@10, 1xtile.chisel.planks-dark-oak@11, 1xtile.chisel.planks-dark-oak@12, 1xtile.chisel.planks-dark-oak@13, 1xtile.chisel.planks-dark-oak@14, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8, 1xtile.natura.nether_planks@0, 1xtile.natura.nether_planks@1, 1xtile.natura.nether_planks@2, 1xtile.natura.nether_planks@3, 1xtile.planks_sakura@0, 1xtile.planks_mulberry@0, 1xtile.blocks.integrateddynamics.menril_planks@0, 1xtile.primal.planks@0, 1xtile.primal.planks@1, 1xtile.primal.planks@2, 1xtile.primal.planks@3, 1xtile.dltplank@0, 1xtile.dreadplanks@0, 1xtile.thebetweenlands.weedwood_planks@0, 1xtile.thebetweenlands.rubber_tree_planks@0, 1xtile.thebetweenlands.giant_root_planks@0, 1xtile.thebetweenlands.hearthgrove_planks@0, 1xtile.thebetweenlands.nibbletwig_planks@0, 1xtile.twilightforest.TowerStone@0, 1xtile.twilightforest.TowerStone@1, 1xtile.twilightforest.TowerStone@2, 1xtile.twilightforest.TowerStone@3, 1xtile.twilightforest.TowerStone@4, 1xtile.totemic:cedar_plank@0, 1xtile.traverse:fir_planks@0, 1xtile.kepler22b_planks.0@0, 1xtile.primal.planks@0, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8]]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2569 betterwithmods:higheff/birch_fence RecipeStage{tier='one', recipe=2xtile.birchFence@0:[type:MOULDING parent:[1xtile.wood@2], type:MOULDING parent:[1xtile.wood@2], type:MOULDING parent:[1xtile.wood@2]]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2570 betterwithmods:decompress/dung_decompress net.minecraft.item.crafting.ShapelessRecipes@34ff7aa9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2571 betterwithmods:decompress/material.diamond_ingot_compress RecipeStage{tier='five', recipe=1xitem.bwm:material@45:[net.minecraftforge.oredict.OreIngredient@21960e13, net.minecraftforge.oredict.OreIngredient@21960e13, net.minecraftforge.oredict.OreIngredient@21960e13, net.minecraftforge.oredict.OreIngredient@21960e13, net.minecraftforge.oredict.OreIngredient@21960e13, net.minecraftforge.oredict.OreIngredient@21960e13, net.minecraftforge.oredict.OreIngredient@21960e13, net.minecraftforge.oredict.OreIngredient@21960e13, net.minecraftforge.oredict.OreIngredient@21960e13]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2572 betterwithmods:decompress/material.padding_decompress RecipeStage{tier='one', recipe=9xitem.bwm:material@41:[net.minecraft.item.crafting.Ingredient@1d086a00]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2573 betterwithmods:decompress/wicker_decompress RecipeStage{tier='zero', recipe=3xitem.reeds@0:[net.minecraft.item.crafting.Ingredient@577f1ccf, net.minecraft.item.crafting.Ingredient@7e20e56c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2574 betterwithmods:decompress/steel_block RecipeStage{tier='three', recipe=16xitem.bwm:material@14:[net.minecraft.item.crafting.Ingredient@43c31903]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2576 betterwithmods:decompress/ender_pearl_decompress RecipeStage{tier='two', recipe=9xitem.enderPearl@0:[net.minecraft.item.crafting.Ingredient@11ca4498]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2579 betterwithmods:decompress/rope_block_decompress RecipeStage{tier='one', recipe=1xtile.bwm:rope@0:[net.minecraftforge.oredict.OreIngredient@3677e891, net.minecraftforge.oredict.OreIngredient@3677e891, net.minecraftforge.oredict.OreIngredient@3677e891, net.minecraftforge.oredict.OreIngredient@3677e891, net.minecraftforge.oredict.OreIngredient@3677e891, net.minecraftforge.oredict.OreIngredient@3677e891]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2580 betterwithmods:decompress/rope_decompress RecipeStage{tier='one', recipe=9xtile.bwm:rope@0:[net.minecraft.item.crafting.Ingredient@3f023110]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2581 betterwithmods:decompress/nethercoal_decompress RecipeStage{tier='three', recipe=9xitem.bwm:material@1:[net.minecraft.item.crafting.Ingredient@4281261f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2582 betterwithmods:food/raw_omelet RecipeStage{tier='zero', recipe=2xitem.bwm:raw_omelet@0:[net.minecraft.item.crafting.Ingredient@6419369a, net.minecraft.item.crafting.Ingredient@2e6972ec, net.minecraft.item.crafting.Ingredient@5c350441, net.minecraft.item.crafting.Ingredient@6986ed84]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2583 betterwithmods:food/raw_scrambled_egg RecipeStage{tier='three', recipe=2xitem.bwm:raw_scrambled_egg@0:[net.minecraft.item.crafting.Ingredient@bca6d2e, net.minecraft.item.crafting.Ingredient@7ae34f74]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2584 betterwithmods:food/ham_and_eggs RecipeStage{tier='zero', recipe=2xitem.bwm:ham_and_eggs@0:[net.minecraft.item.crafting.Ingredient@2e14f3b7, net.minecraft.item.crafting.Ingredient@59541653]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2585 betterwithmods:food/raw_pastry_0 RecipeStage{tier='three', recipe=1xtile.bwm:raw_pastry@0:[net.minecraft.item.crafting.Ingredient@2cd280f1, net.minecraft.item.crafting.Ingredient@2cd280f1, net.minecraft.item.crafting.Ingredient@2cd280f1, net.minecraft.item.crafting.Ingredient@743bb0e0, net.minecraft.item.crafting.Ingredient@7b7f1cd0, net.minecraft.item.crafting.Ingredient@743bb0e0, net.minecraftforge.oredict.OreIngredient@4e58ba74, net.minecraftforge.oredict.OreIngredient@4e58ba74, net.minecraftforge.oredict.OreIngredient@4e58ba74]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2586 betterwithmods:food/raw_pastry_2 RecipeStage{tier='two', recipe=1xtile.bwm:raw_pastry@2:[net.minecraftforge.oredict.OreIngredient@12ec27b0, net.minecraftforge.oredict.OreIngredient@6dd9e316, net.minecraftforge.oredict.OreIngredient@12ec27b0]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2587 betterwithmods:food/pork_dinner RecipeStage{tier='zero', recipe=3xitem.bwm:pork_dinner@0:[net.minecraft.item.crafting.Ingredient@4ce6360a, net.minecraftforge.oredict.OreIngredient@437bc170, net.minecraftforge.oredict.OreIngredient@60cfb86d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2588 betterwithmods:food/raw_pastry_1 RecipeStage{tier='two', recipe=1xtile.bwm:raw_pastry@1:[net.minecraft.item.crafting.Ingredient@fee186, net.minecraft.item.crafting.Ingredient@34609bb7, net.minecraft.item.crafting.Ingredient@248f452b, net.minecraftforge.oredict.OreIngredient@407044a2]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2589 betterwithmods:food/tasty_sandwich RecipeStage{tier='zero', recipe=2xitem.bwm:tasty_sandwich@0:[net.minecraft.item.crafting.Ingredient@1b17569e, net.minecraftforge.oredict.OreIngredient@701f8a0]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2590 betterwithmods:food/raw_kebab RecipeStage{tier='zero', recipe=3xitem.bwm:raw_kebab@0:[net.minecraft.item.crafting.Ingredient@35f2984a, net.minecraftforge.oredict.OreIngredient@58072569, net.minecraft.item.crafting.Ingredient@216a4f86, net.minecraftforge.oredict.OreIngredient@6981f305]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2591 betterwithmods:food/beef_dinner RecipeStage{tier='zero', recipe=3xitem.bwm:beef_dinner@0:[net.minecraft.item.crafting.Ingredient@3c47ebea, net.minecraftforge.oredict.OreIngredient@742ae76b, net.minecraftforge.oredict.OreIngredient@37418709]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2592 betterwithmods:food/beef_potatoes RecipeStage{tier='zero', recipe=2xitem.bwm:beef_potatoes@0:[net.minecraft.item.crafting.Ingredient@371a3a83, net.minecraftforge.oredict.OreIngredient@174a9c18]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2593 betterwithmods:food/raw_pastry_4 RecipeStage{tier='two', recipe=1xtile.bwm:raw_pastry@4:[net.minecraft.item.crafting.Ingredient@4560db6, net.minecraft.item.crafting.Ingredient@27f08539, net.minecraft.item.crafting.Ingredient@3e22616a, net.minecraftforge.oredict.OreIngredient@6bd0a60]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2594 appliedenergistics2:tools/paintballs_yellow RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.paint_ball@4:[net.minecraft.item.crafting.Ingredient@61c52d34, net.minecraft.item.crafting.Ingredient@61c52d34, net.minecraft.item.crafting.Ingredient@61c52d34, net.minecraft.item.crafting.Ingredient@61c52d34, net.minecraftforge.oredict.OreIngredient@757f7e06, net.minecraft.item.crafting.Ingredient@61c52d34, net.minecraft.item.crafting.Ingredient@61c52d34, net.minecraft.item.crafting.Ingredient@61c52d34, net.minecraft.item.crafting.Ingredient@61c52d34]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2595 appliedenergistics2:tools/paintballs_white RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.paint_ball@0:[net.minecraft.item.crafting.Ingredient@f71dbf6, net.minecraft.item.crafting.Ingredient@f71dbf6, net.minecraft.item.crafting.Ingredient@f71dbf6, net.minecraft.item.crafting.Ingredient@f71dbf6, net.minecraftforge.oredict.OreIngredient@9be89f2, net.minecraft.item.crafting.Ingredient@f71dbf6, net.minecraft.item.crafting.Ingredient@f71dbf6, net.minecraft.item.crafting.Ingredient@f71dbf6, net.minecraft.item.crafting.Ingredient@f71dbf6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2596 appliedenergistics2:tools/paintballs_red RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.paint_ball@14:[net.minecraft.item.crafting.Ingredient@1abcc23b, net.minecraft.item.crafting.Ingredient@1abcc23b, net.minecraft.item.crafting.Ingredient@1abcc23b, net.minecraft.item.crafting.Ingredient@1abcc23b, net.minecraftforge.oredict.OreIngredient@3e70e60e, net.minecraft.item.crafting.Ingredient@1abcc23b, net.minecraft.item.crafting.Ingredient@1abcc23b, net.minecraft.item.crafting.Ingredient@1abcc23b, net.minecraft.item.crafting.Ingredient@1abcc23b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2597 appliedenergistics2:tools/paintballs_purple RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.paint_ball@10:[net.minecraft.item.crafting.Ingredient@4dffab09, net.minecraft.item.crafting.Ingredient@4dffab09, net.minecraft.item.crafting.Ingredient@4dffab09, net.minecraft.item.crafting.Ingredient@4dffab09, net.minecraftforge.oredict.OreIngredient@616f8211, net.minecraft.item.crafting.Ingredient@4dffab09, net.minecraft.item.crafting.Ingredient@4dffab09, net.minecraft.item.crafting.Ingredient@4dffab09, net.minecraft.item.crafting.Ingredient@4dffab09]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2598 appliedenergistics2:tools/paintballs_pink RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.paint_ball@6:[net.minecraft.item.crafting.Ingredient@54738617, net.minecraft.item.crafting.Ingredient@54738617, net.minecraft.item.crafting.Ingredient@54738617, net.minecraft.item.crafting.Ingredient@54738617, net.minecraftforge.oredict.OreIngredient@11b7bde1, net.minecraft.item.crafting.Ingredient@54738617, net.minecraft.item.crafting.Ingredient@54738617, net.minecraft.item.crafting.Ingredient@54738617, net.minecraft.item.crafting.Ingredient@54738617]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2599 appliedenergistics2:tools/paintballs_orange RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.paint_ball@1:[net.minecraft.item.crafting.Ingredient@60281307, net.minecraft.item.crafting.Ingredient@60281307, net.minecraft.item.crafting.Ingredient@60281307, net.minecraft.item.crafting.Ingredient@60281307, net.minecraftforge.oredict.OreIngredient@3e749a1f, net.minecraft.item.crafting.Ingredient@60281307, net.minecraft.item.crafting.Ingredient@60281307, net.minecraft.item.crafting.Ingredient@60281307, net.minecraft.item.crafting.Ingredient@60281307]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2600 appliedenergistics2:tools/paintballs_magenta RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.paint_ball@2:[net.minecraft.item.crafting.Ingredient@43a5af30, net.minecraft.item.crafting.Ingredient@43a5af30, net.minecraft.item.crafting.Ingredient@43a5af30, net.minecraft.item.crafting.Ingredient@43a5af30, net.minecraftforge.oredict.OreIngredient@51494704, net.minecraft.item.crafting.Ingredient@43a5af30, net.minecraft.item.crafting.Ingredient@43a5af30, net.minecraft.item.crafting.Ingredient@43a5af30, net.minecraft.item.crafting.Ingredient@43a5af30]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2601 appliedenergistics2:tools/paintballs_lumen_yellow RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.paint_ball@24:[net.minecraft.item.crafting.Ingredient@5a77e60c, net.minecraft.item.crafting.Ingredient@5a77e60c, net.minecraft.item.crafting.Ingredient@5a77e60c, net.minecraft.item.crafting.Ingredient@5a77e60c, net.minecraftforge.oredict.OreIngredient@2fcd774, net.minecraft.item.crafting.Ingredient@5a77e60c, net.minecraft.item.crafting.Ingredient@5a77e60c, net.minecraft.item.crafting.Ingredient@5a77e60c, net.minecraft.item.crafting.Ingredient@5a77e60c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2602 appliedenergistics2:tools/paintballs_lumen_white RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.paint_ball@20:[net.minecraft.item.crafting.Ingredient@4840f593, net.minecraft.item.crafting.Ingredient@4840f593, net.minecraft.item.crafting.Ingredient@4840f593, net.minecraft.item.crafting.Ingredient@4840f593, net.minecraftforge.oredict.OreIngredient@39b38e25, net.minecraft.item.crafting.Ingredient@4840f593, net.minecraft.item.crafting.Ingredient@4840f593, net.minecraft.item.crafting.Ingredient@4840f593, net.minecraft.item.crafting.Ingredient@4840f593]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2603 appliedenergistics2:tools/paintballs_lumen_red RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.paint_ball@34:[net.minecraft.item.crafting.Ingredient@20e3456e, net.minecraft.item.crafting.Ingredient@20e3456e, net.minecraft.item.crafting.Ingredient@20e3456e, net.minecraft.item.crafting.Ingredient@20e3456e, net.minecraftforge.oredict.OreIngredient@6ff0c07a, net.minecraft.item.crafting.Ingredient@20e3456e, net.minecraft.item.crafting.Ingredient@20e3456e, net.minecraft.item.crafting.Ingredient@20e3456e, net.minecraft.item.crafting.Ingredient@20e3456e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2604 appliedenergistics2:tools/paintballs_lumen_purple RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.paint_ball@30:[net.minecraft.item.crafting.Ingredient@6f2d6984, net.minecraft.item.crafting.Ingredient@6f2d6984, net.minecraft.item.crafting.Ingredient@6f2d6984, net.minecraft.item.crafting.Ingredient@6f2d6984, net.minecraftforge.oredict.OreIngredient@a840c37, net.minecraft.item.crafting.Ingredient@6f2d6984, net.minecraft.item.crafting.Ingredient@6f2d6984, net.minecraft.item.crafting.Ingredient@6f2d6984, net.minecraft.item.crafting.Ingredient@6f2d6984]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2605 appliedenergistics2:tools/paintballs_lumen_pink RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.paint_ball@26:[net.minecraft.item.crafting.Ingredient@92731be, net.minecraft.item.crafting.Ingredient@92731be, net.minecraft.item.crafting.Ingredient@92731be, net.minecraft.item.crafting.Ingredient@92731be, net.minecraftforge.oredict.OreIngredient@1bd91be9, net.minecraft.item.crafting.Ingredient@92731be, net.minecraft.item.crafting.Ingredient@92731be, net.minecraft.item.crafting.Ingredient@92731be, net.minecraft.item.crafting.Ingredient@92731be]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2606 appliedenergistics2:tools/paintballs_lumen_orange RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.paint_ball@21:[net.minecraft.item.crafting.Ingredient@54160ec0, net.minecraft.item.crafting.Ingredient@54160ec0, net.minecraft.item.crafting.Ingredient@54160ec0, net.minecraft.item.crafting.Ingredient@54160ec0, net.minecraftforge.oredict.OreIngredient@55bf72ef, net.minecraft.item.crafting.Ingredient@54160ec0, net.minecraft.item.crafting.Ingredient@54160ec0, net.minecraft.item.crafting.Ingredient@54160ec0, net.minecraft.item.crafting.Ingredient@54160ec0]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2607 appliedenergistics2:tools/paintballs_lumen_magenta RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.paint_ball@22:[net.minecraft.item.crafting.Ingredient@7d80d36d, net.minecraft.item.crafting.Ingredient@7d80d36d, net.minecraft.item.crafting.Ingredient@7d80d36d, net.minecraft.item.crafting.Ingredient@7d80d36d, net.minecraftforge.oredict.OreIngredient@4419b5b, net.minecraft.item.crafting.Ingredient@7d80d36d, net.minecraft.item.crafting.Ingredient@7d80d36d, net.minecraft.item.crafting.Ingredient@7d80d36d, net.minecraft.item.crafting.Ingredient@7d80d36d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2608 appliedenergistics2:tools/paintballs_lumen_lime RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.paint_ball@25:[net.minecraft.item.crafting.Ingredient@688bc21e, net.minecraft.item.crafting.Ingredient@688bc21e, net.minecraft.item.crafting.Ingredient@688bc21e, net.minecraft.item.crafting.Ingredient@688bc21e, net.minecraftforge.oredict.OreIngredient@6c005fff, net.minecraft.item.crafting.Ingredient@688bc21e, net.minecraft.item.crafting.Ingredient@688bc21e, net.minecraft.item.crafting.Ingredient@688bc21e, net.minecraft.item.crafting.Ingredient@688bc21e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2609 appliedenergistics2:tools/paintballs_lumen_light_gray RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.paint_ball@28:[net.minecraft.item.crafting.Ingredient@4a3f355d, net.minecraft.item.crafting.Ingredient@4a3f355d, net.minecraft.item.crafting.Ingredient@4a3f355d, net.minecraft.item.crafting.Ingredient@4a3f355d, net.minecraftforge.oredict.OreIngredient@264c51ee, net.minecraft.item.crafting.Ingredient@4a3f355d, net.minecraft.item.crafting.Ingredient@4a3f355d, net.minecraft.item.crafting.Ingredient@4a3f355d, net.minecraft.item.crafting.Ingredient@4a3f355d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2610 appliedenergistics2:tools/paintballs_lumen_light_blue RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.paint_ball@23:[net.minecraft.item.crafting.Ingredient@a40c161, net.minecraft.item.crafting.Ingredient@a40c161, net.minecraft.item.crafting.Ingredient@a40c161, net.minecraft.item.crafting.Ingredient@a40c161, net.minecraftforge.oredict.OreIngredient@702b47b, net.minecraft.item.crafting.Ingredient@a40c161, net.minecraft.item.crafting.Ingredient@a40c161, net.minecraft.item.crafting.Ingredient@a40c161, net.minecraft.item.crafting.Ingredient@a40c161]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2611 appliedenergistics2:tools/paintballs_lumen_green RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.paint_ball@33:[net.minecraft.item.crafting.Ingredient@1868dc18, net.minecraft.item.crafting.Ingredient@1868dc18, net.minecraft.item.crafting.Ingredient@1868dc18, net.minecraft.item.crafting.Ingredient@1868dc18, net.minecraftforge.oredict.OreIngredient@1509d11b, net.minecraft.item.crafting.Ingredient@1868dc18, net.minecraft.item.crafting.Ingredient@1868dc18, net.minecraft.item.crafting.Ingredient@1868dc18, net.minecraft.item.crafting.Ingredient@1868dc18]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2612 appliedenergistics2:tools/paintballs_lumen_gray RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.paint_ball@27:[net.minecraft.item.crafting.Ingredient@20e1c4ab, net.minecraft.item.crafting.Ingredient@20e1c4ab, net.minecraft.item.crafting.Ingredient@20e1c4ab, net.minecraft.item.crafting.Ingredient@20e1c4ab, net.minecraftforge.oredict.OreIngredient@66664d84, net.minecraft.item.crafting.Ingredient@20e1c4ab, net.minecraft.item.crafting.Ingredient@20e1c4ab, net.minecraft.item.crafting.Ingredient@20e1c4ab, net.minecraft.item.crafting.Ingredient@20e1c4ab]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2613 appliedenergistics2:tools/paintballs_lumen_cyan RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.paint_ball@29:[net.minecraft.item.crafting.Ingredient@76ebf511, net.minecraft.item.crafting.Ingredient@76ebf511, net.minecraft.item.crafting.Ingredient@76ebf511, net.minecraft.item.crafting.Ingredient@76ebf511, net.minecraftforge.oredict.OreIngredient@5a13e74, net.minecraft.item.crafting.Ingredient@76ebf511, net.minecraft.item.crafting.Ingredient@76ebf511, net.minecraft.item.crafting.Ingredient@76ebf511, net.minecraft.item.crafting.Ingredient@76ebf511]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2614 appliedenergistics2:tools/paintballs_lumen_brown RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.paint_ball@32:[net.minecraft.item.crafting.Ingredient@5c4e4900, net.minecraft.item.crafting.Ingredient@5c4e4900, net.minecraft.item.crafting.Ingredient@5c4e4900, net.minecraft.item.crafting.Ingredient@5c4e4900, net.minecraftforge.oredict.OreIngredient@ddfacaa, net.minecraft.item.crafting.Ingredient@5c4e4900, net.minecraft.item.crafting.Ingredient@5c4e4900, net.minecraft.item.crafting.Ingredient@5c4e4900, net.minecraft.item.crafting.Ingredient@5c4e4900]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2615 appliedenergistics2:tools/paintballs_lumen_blue RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.paint_ball@31:[net.minecraft.item.crafting.Ingredient@2ba57c9e, net.minecraft.item.crafting.Ingredient@2ba57c9e, net.minecraft.item.crafting.Ingredient@2ba57c9e, net.minecraft.item.crafting.Ingredient@2ba57c9e, net.minecraftforge.oredict.OreIngredient@6c3c0382, net.minecraft.item.crafting.Ingredient@2ba57c9e, net.minecraft.item.crafting.Ingredient@2ba57c9e, net.minecraft.item.crafting.Ingredient@2ba57c9e, net.minecraft.item.crafting.Ingredient@2ba57c9e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2616 appliedenergistics2:tools/paintballs_lumen_black RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.paint_ball@35:[net.minecraft.item.crafting.Ingredient@c9a0a60, net.minecraft.item.crafting.Ingredient@c9a0a60, net.minecraft.item.crafting.Ingredient@c9a0a60, net.minecraft.item.crafting.Ingredient@c9a0a60, net.minecraftforge.oredict.OreIngredient@126bf7f1, net.minecraft.item.crafting.Ingredient@c9a0a60, net.minecraft.item.crafting.Ingredient@c9a0a60, net.minecraft.item.crafting.Ingredient@c9a0a60, net.minecraft.item.crafting.Ingredient@c9a0a60]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2617 appliedenergistics2:tools/paintballs_lime RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.paint_ball@5:[net.minecraft.item.crafting.Ingredient@dc097db, net.minecraft.item.crafting.Ingredient@dc097db, net.minecraft.item.crafting.Ingredient@dc097db, net.minecraft.item.crafting.Ingredient@dc097db, net.minecraftforge.oredict.OreIngredient@8298d9, net.minecraft.item.crafting.Ingredient@dc097db, net.minecraft.item.crafting.Ingredient@dc097db, net.minecraft.item.crafting.Ingredient@dc097db, net.minecraft.item.crafting.Ingredient@dc097db]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2618 appliedenergistics2:tools/paintballs_light_gray RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.paint_ball@8:[net.minecraft.item.crafting.Ingredient@1342a21e, net.minecraft.item.crafting.Ingredient@1342a21e, net.minecraft.item.crafting.Ingredient@1342a21e, net.minecraft.item.crafting.Ingredient@1342a21e, net.minecraftforge.oredict.OreIngredient@6fc5f9b3, net.minecraft.item.crafting.Ingredient@1342a21e, net.minecraft.item.crafting.Ingredient@1342a21e, net.minecraft.item.crafting.Ingredient@1342a21e, net.minecraft.item.crafting.Ingredient@1342a21e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2619 appliedenergistics2:tools/paintballs_light_blue RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.paint_ball@3:[net.minecraft.item.crafting.Ingredient@5566af0f, net.minecraft.item.crafting.Ingredient@5566af0f, net.minecraft.item.crafting.Ingredient@5566af0f, net.minecraft.item.crafting.Ingredient@5566af0f, net.minecraftforge.oredict.OreIngredient@65673933, net.minecraft.item.crafting.Ingredient@5566af0f, net.minecraft.item.crafting.Ingredient@5566af0f, net.minecraft.item.crafting.Ingredient@5566af0f, net.minecraft.item.crafting.Ingredient@5566af0f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2620 appliedenergistics2:tools/paintballs_green RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.paint_ball@13:[net.minecraft.item.crafting.Ingredient@49d56176, net.minecraft.item.crafting.Ingredient@49d56176, net.minecraft.item.crafting.Ingredient@49d56176, net.minecraft.item.crafting.Ingredient@49d56176, net.minecraftforge.oredict.OreIngredient@6acc4d5b, net.minecraft.item.crafting.Ingredient@49d56176, net.minecraft.item.crafting.Ingredient@49d56176, net.minecraft.item.crafting.Ingredient@49d56176, net.minecraft.item.crafting.Ingredient@49d56176]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2621 appliedenergistics2:tools/paintballs_gray RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.paint_ball@7:[net.minecraft.item.crafting.Ingredient@6ab02c8a, net.minecraft.item.crafting.Ingredient@6ab02c8a, net.minecraft.item.crafting.Ingredient@6ab02c8a, net.minecraft.item.crafting.Ingredient@6ab02c8a, net.minecraftforge.oredict.OreIngredient@6fd34bc7, net.minecraft.item.crafting.Ingredient@6ab02c8a, net.minecraft.item.crafting.Ingredient@6ab02c8a, net.minecraft.item.crafting.Ingredient@6ab02c8a, net.minecraft.item.crafting.Ingredient@6ab02c8a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2622 appliedenergistics2:tools/paintballs_cyan RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.paint_ball@9:[net.minecraft.item.crafting.Ingredient@3a9c7100, net.minecraft.item.crafting.Ingredient@3a9c7100, net.minecraft.item.crafting.Ingredient@3a9c7100, net.minecraft.item.crafting.Ingredient@3a9c7100, net.minecraftforge.oredict.OreIngredient@d3b53cd, net.minecraft.item.crafting.Ingredient@3a9c7100, net.minecraft.item.crafting.Ingredient@3a9c7100, net.minecraft.item.crafting.Ingredient@3a9c7100, net.minecraft.item.crafting.Ingredient@3a9c7100]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2623 appliedenergistics2:tools/paintballs_brown RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.paint_ball@12:[net.minecraft.item.crafting.Ingredient@199935dd, net.minecraft.item.crafting.Ingredient@199935dd, net.minecraft.item.crafting.Ingredient@199935dd, net.minecraft.item.crafting.Ingredient@199935dd, net.minecraftforge.oredict.OreIngredient@68fa4ec, net.minecraft.item.crafting.Ingredient@199935dd, net.minecraft.item.crafting.Ingredient@199935dd, net.minecraft.item.crafting.Ingredient@199935dd, net.minecraft.item.crafting.Ingredient@199935dd]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2624 appliedenergistics2:tools/paintballs_blue RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.paint_ball@11:[net.minecraft.item.crafting.Ingredient@71632fb2, net.minecraft.item.crafting.Ingredient@71632fb2, net.minecraft.item.crafting.Ingredient@71632fb2, net.minecraft.item.crafting.Ingredient@71632fb2, net.minecraftforge.oredict.OreIngredient@1c3df5ef, net.minecraft.item.crafting.Ingredient@71632fb2, net.minecraft.item.crafting.Ingredient@71632fb2, net.minecraft.item.crafting.Ingredient@71632fb2, net.minecraft.item.crafting.Ingredient@71632fb2]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2625 appliedenergistics2:tools/paintballs_black RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.paint_ball@15:[net.minecraft.item.crafting.Ingredient@4d37a661, net.minecraft.item.crafting.Ingredient@4d37a661, net.minecraft.item.crafting.Ingredient@4d37a661, net.minecraft.item.crafting.Ingredient@4d37a661, net.minecraftforge.oredict.OreIngredient@6722556b, net.minecraft.item.crafting.Ingredient@4d37a661, net.minecraft.item.crafting.Ingredient@4d37a661, net.minecraft.item.crafting.Ingredient@4d37a661, net.minecraft.item.crafting.Ingredient@4d37a661]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2626 appliedenergistics2:tools/network_tool RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.network_tool@0:[net.minecraftforge.oredict.OreIngredient@15e06860, net.minecraftforge.oredict.OreIngredient@370b8e3, net.minecraftforge.oredict.OreIngredient@51896b03, net.minecraft.item.crafting.Ingredient@12ae2319]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2627 appliedenergistics2:tools/network_portable_cell RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.portable_cell@0:[net.minecraft.item.crafting.Ingredient@7bb4015f, net.minecraft.item.crafting.Ingredient@7535026a, net.minecraft.item.crafting.Ingredient@20268db7]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2628 appliedenergistics2:tools/network_memory_card RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.memory_card@0:[net.minecraft.item.crafting.Ingredient@c80eb94, net.minecraftforge.oredict.OreIngredient@623feccc, net.minecraftforge.oredict.OreIngredient@623feccc, net.minecraftforge.oredict.OreIngredient@b87fae3, net.minecraftforge.oredict.OreIngredient@41d72c63, net.minecraftforge.oredict.OreIngredient@b87fae3]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2629 appliedenergistics2:tools/network_color_applicator RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.color_applicator@0:[net.minecraft.item.crafting.Ingredient@56bb9e79, net.minecraftforge.oredict.OreIngredient@66b5b5f5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@66b5b5f5, net.minecraft.item.crafting.Ingredient@4a78bded, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@773992f3]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2630 appliedenergistics2:tools/network_biometric_card net.minecraftforge.oredict.ShapedOreRecipe@57ea1fe9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2631 appliedenergistics2:tools/nether_quartz_wrench RecipeStage{tier='four', recipe=1xitem.appliedenergistics2.nether_quartz_wrench@0:[net.minecraftforge.oredict.OreIngredient@71e57628, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@71e57628, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@71e57628, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@71e57628, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@71e57628]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2632 appliedenergistics2:tools/nether_quartz_sword RecipeStage{tier='four', recipe=1xitem.appliedenergistics2.nether_quartz_sword@0:[net.minecraftforge.oredict.OreIngredient@3061d83d, net.minecraftforge.oredict.OreIngredient@3061d83d, net.minecraftforge.oredict.OreIngredient@7f8c96f1]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2633 appliedenergistics2:tools/nether_quartz_spade RecipeStage{tier='four', recipe=1xitem.appliedenergistics2.nether_quartz_spade@0:[net.minecraftforge.oredict.OreIngredient@5e7299ec, net.minecraftforge.oredict.OreIngredient@4b47bfda, net.minecraftforge.oredict.OreIngredient@4b47bfda]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2634 appliedenergistics2:tools/nether_quartz_pickaxe RecipeStage{tier='four', recipe=1xitem.appliedenergistics2.nether_quartz_pickaxe@0:[net.minecraftforge.oredict.OreIngredient@3d50fdbe, net.minecraftforge.oredict.OreIngredient@3d50fdbe, net.minecraftforge.oredict.OreIngredient@3d50fdbe, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@17080faf, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@17080faf, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2635 appliedenergistics2:tools/nether_quartz_hoe RecipeStage{tier='four', recipe=1xitem.appliedenergistics2.nether_quartz_hoe@0:[net.minecraftforge.oredict.OreIngredient@a8b60eb, net.minecraftforge.oredict.OreIngredient@a8b60eb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5a409b23, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5a409b23]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2636 appliedenergistics2:tools/nether_quartz_cutting_knife RecipeStage{tier='four', recipe=1xitem.appliedenergistics2.nether_quartz_cutting_knife@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5d698f8c, net.minecraftforge.oredict.OreIngredient@5238c413, net.minecraftforge.oredict.OreIngredient@5d698f8c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1307958f, net.minecraftforge.oredict.OreIngredient@1307958f, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2637 appliedenergistics2:tools/nether_quartz_axe RecipeStage{tier='four', recipe=1xitem.appliedenergistics2.nether_quartz_axe@0:[net.minecraftforge.oredict.OreIngredient@51145ff, net.minecraftforge.oredict.OreIngredient@51145ff, net.minecraftforge.oredict.OreIngredient@51145ff, net.minecraftforge.oredict.OreIngredient@47238852, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@47238852]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2638 appliedenergistics2:tools/misctools_entropy_manipulator RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.entropy_manipulator@0:[net.minecraftforge.common.crafting.CompoundIngredient@38b5836e, net.minecraft.item.crafting.Ingredient@284d715, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1ea928e5, net.minecraftforge.oredict.OreIngredient@5e62ed59, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5e62ed59]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2639 appliedenergistics2:tools/misctools_charged_staff RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.charged_staff@0:[net.minecraft.item.crafting.Ingredient@3b573d62, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@67e0af12, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@67e0af12]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2640 appliedenergistics2:tools/matter_cannon RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.matter_cannon@0:[net.minecraftforge.oredict.OreIngredient@3fe8fd7f, net.minecraftforge.oredict.OreIngredient@3fe8fd7f, net.minecraft.item.crafting.Ingredient@1b734b87, net.minecraft.item.crafting.Ingredient@7f12f199, net.minecraft.item.crafting.Ingredient@8672dcb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3fe8fd7f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2641 appliedenergistics2:tools/certus_quartz_wrench RecipeStage{tier='four', recipe=1xitem.appliedenergistics2.certus_quartz_wrench@0:[net.minecraftforge.oredict.OreIngredient@287ca160, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@287ca160, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@287ca160, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@287ca160, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@287ca160]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2642 appliedenergistics2:tools/certus_quartz_sword RecipeStage{tier='four', recipe=1xitem.appliedenergistics2.certus_quartz_sword@0:[net.minecraftforge.oredict.OreIngredient@7a2b7b45, net.minecraftforge.oredict.OreIngredient@7a2b7b45, net.minecraftforge.oredict.OreIngredient@24261380]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2643 appliedenergistics2:tools/certus_quartz_spade RecipeStage{tier='four', recipe=1xitem.appliedenergistics2.certus_quartz_spade@0:[net.minecraftforge.oredict.OreIngredient@4cedfcc8, net.minecraftforge.oredict.OreIngredient@1683cba9, net.minecraftforge.oredict.OreIngredient@1683cba9]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2644 appliedenergistics2:tools/certus_quartz_pickaxe RecipeStage{tier='four', recipe=1xitem.appliedenergistics2.certus_quartz_pickaxe@0:[net.minecraftforge.oredict.OreIngredient@19e09df6, net.minecraftforge.oredict.OreIngredient@19e09df6, net.minecraftforge.oredict.OreIngredient@19e09df6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@543133d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@543133d, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2645 appliedenergistics2:tools/certus_quartz_hoe RecipeStage{tier='four', recipe=1xitem.appliedenergistics2.certus_quartz_hoe@0:[net.minecraftforge.oredict.OreIngredient@63d12384, net.minecraftforge.oredict.OreIngredient@63d12384, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@33456bad, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@33456bad]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2646 appliedenergistics2:tools/certus_quartz_cutting_knife RecipeStage{tier='four', recipe=1xitem.appliedenergistics2.certus_quartz_cutting_knife@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2099ca4d, net.minecraftforge.oredict.OreIngredient@4d89aa56, net.minecraftforge.oredict.OreIngredient@2099ca4d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6ceac2d1, net.minecraftforge.oredict.OreIngredient@6ceac2d1, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2647 appliedenergistics2:tools/certus_quartz_axe RecipeStage{tier='four', recipe=1xitem.appliedenergistics2.certus_quartz_axe@0:[net.minecraftforge.oredict.OreIngredient@6cea600e, net.minecraftforge.oredict.OreIngredient@6cea600e, net.minecraftforge.oredict.OreIngredient@6cea600e, net.minecraftforge.oredict.OreIngredient@47600239, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@47600239]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2648 appliedenergistics2:network/wireless_terminal RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.wireless_terminal@0:[net.minecraft.item.crafting.Ingredient@ceff2ef, net.minecraft.item.crafting.Ingredient@30c6f162, net.minecraft.item.crafting.Ingredient@69946e37]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2649 appliedenergistics2:network/wireless_part RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.material@41:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@15225530, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4727f7ca, net.minecraft.item.crafting.Ingredient@723e470b, net.minecraftforge.oredict.OreIngredient@4727f7ca, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4727f7ca, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2650 appliedenergistics2:network/wireless_booster RecipeStage{tier='five', recipe=2xitem.appliedenergistics2.material@42:[net.minecraftforge.oredict.OreIngredient@62b85228, net.minecraftforge.common.crafting.CompoundIngredient@3fad9d16, net.minecraftforge.common.crafting.CompoundIngredient@7c9bf32, net.minecraftforge.oredict.OreIngredient@3e28c049, net.minecraftforge.oredict.OreIngredient@3e28c049, net.minecraftforge.oredict.OreIngredient@3e28c049]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2651 appliedenergistics2:network/wireless_access_point RecipeStage{tier='five', recipe=1xtile.appliedenergistics2.wireless_access_point@0:[net.minecraft.item.crafting.Ingredient@a2428d1, net.minecraft.item.crafting.Ingredient@3a24b33d, net.minecraft.item.crafting.Ingredient@15850113]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2652 appliedenergistics2:network/parts/tunnels_me RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.part@460:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7b809152, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7b809152, net.minecraft.item.crafting.Ingredient@71257205, net.minecraftforge.oredict.OreIngredient@7b809152, net.minecraftforge.common.crafting.CompoundIngredient@38b5836e, net.minecraftforge.common.crafting.CompoundIngredient@38b5836e, net.minecraftforge.common.crafting.CompoundIngredient@38b5836e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2653 appliedenergistics2:network/parts/toggle_bus_inverted_alt RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.part@100:[net.minecraft.item.crafting.Ingredient@63e0cafd]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2654 appliedenergistics2:network/parts/toggle_bus_alt RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.part@80:[net.minecraft.item.crafting.Ingredient@24c1030d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2655 appliedenergistics2:network/parts/toggle_bus RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.part@80:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7c946286, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@431154f4, net.minecraft.item.crafting.Ingredient@422d485c, net.minecraft.item.crafting.Ingredient@431154f4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7c946286, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2656 appliedenergistics2:network/parts/terminals_pattern RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.part@340:[net.minecraft.item.crafting.Ingredient@54b89598, net.minecraft.item.crafting.Ingredient@40d3e413]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2657 appliedenergistics2:network/parts/terminals_interface RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.part@480:[net.minecraftforge.oredict.OreIngredient@2ed14199, net.minecraft.item.crafting.Ingredient@9f6a32c, net.minecraft.item.crafting.Ingredient@500cfaa8]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2658 appliedenergistics2:network/parts/terminals_fluid RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.part@520:[net.minecraft.item.crafting.Ingredient@23856c44, net.minecraft.item.crafting.Ingredient@580a1bdf, net.minecraft.item.crafting.Ingredient@1b671e4a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2661 appliedenergistics2:network/parts/storage_bus_fluid RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.part@221:[net.minecraft.item.crafting.Ingredient@1803202d, net.minecraft.item.crafting.Ingredient@66db778a, net.minecraft.item.crafting.Ingredient@46e74c11, net.minecraft.item.crafting.Ingredient@c324b1e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2662 appliedenergistics2:network/parts/storage_bus RecipeStage{tier='four', recipe=1xitem.appliedenergistics2.part@220:[net.minecraft.item.crafting.Ingredient@101debc2, net.minecraft.item.crafting.Ingredient@500cfaa8, net.minecraft.item.crafting.Ingredient@6ae78b19]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2663 appliedenergistics2:network/parts/quartz_fiber_part RecipeStage{tier='four', recipe=3xitem.appliedenergistics2.part@140:[net.minecraftforge.common.crafting.CompoundIngredient@5ee45da6, net.minecraftforge.common.crafting.CompoundIngredient@5ee45da6, net.minecraftforge.common.crafting.CompoundIngredient@5ee45da6, net.minecraftforge.common.crafting.CompoundIngredient@2fca44ce, net.minecraftforge.common.crafting.CompoundIngredient@2fca44ce, net.minecraftforge.common.crafting.CompoundIngredient@2fca44ce, net.minecraftforge.common.crafting.CompoundIngredient@5ee45da6, net.minecraftforge.common.crafting.CompoundIngredient@5ee45da6, net.minecraftforge.common.crafting.CompoundIngredient@5ee45da6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2664 appliedenergistics2:network/parts/planes_formation_fluid_alt RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.part@321:[net.minecraftforge.common.crafting.CompoundIngredient@38b5836e, net.minecraftforge.common.crafting.CompoundIngredient@38b5836e, net.minecraftforge.common.crafting.CompoundIngredient@38b5836e, net.minecraftforge.oredict.OreIngredient@3c27e829, net.minecraftforge.oredict.OreIngredient@3c27e829, net.minecraftforge.oredict.OreIngredient@3c27e829, net.minecraftforge.oredict.OreIngredient@257dac9f, net.minecraft.item.crafting.Ingredient@5df0d4e0, net.minecraftforge.oredict.OreIngredient@257dac9f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2665 appliedenergistics2:network/parts/planes_formation_fluid RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.part@321:[net.minecraftforge.oredict.OreIngredient@adeea38, net.minecraftforge.oredict.OreIngredient@49877d45, net.minecraftforge.common.crafting.CompoundIngredient@38b5836e, net.minecraft.item.crafting.Ingredient@764b4ef2, net.minecraftforge.oredict.OreIngredient@49877d45, net.minecraftforge.common.crafting.CompoundIngredient@38b5836e, net.minecraftforge.oredict.OreIngredient@adeea38, net.minecraftforge.oredict.OreIngredient@49877d45, net.minecraftforge.common.crafting.CompoundIngredient@38b5836e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2666 appliedenergistics2:network/parts/planes_formation_alt RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.part@320:[net.minecraftforge.oredict.OreIngredient@5313d41d, net.minecraftforge.common.crafting.CompoundIngredient@38b5836e, net.minecraft.item.crafting.Ingredient@6be3734e, net.minecraftforge.common.crafting.CompoundIngredient@38b5836e, net.minecraftforge.oredict.OreIngredient@5313d41d, net.minecraftforge.common.crafting.CompoundIngredient@38b5836e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2667 appliedenergistics2:network/parts/planes_formation RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.part@320:[net.minecraftforge.common.crafting.CompoundIngredient@38b5836e, net.minecraftforge.common.crafting.CompoundIngredient@38b5836e, net.minecraftforge.common.crafting.CompoundIngredient@38b5836e, net.minecraftforge.oredict.OreIngredient@4f099e44, net.minecraft.item.crafting.Ingredient@6b2b230, net.minecraftforge.oredict.OreIngredient@4f099e44]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2668 appliedenergistics2:network/parts/planes_annihilatition_identity RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.part@301:[net.minecraft.item.crafting.Ingredient@649aef89, net.minecraft.item.crafting.Ingredient@3a4db22]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2669 appliedenergistics2:network/parts/planes_annihilation_fluid_alt RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.part@302:[net.minecraftforge.oredict.OreIngredient@6f635e7, net.minecraftforge.oredict.OreIngredient@5424f2a1, net.minecraftforge.common.crafting.CompoundIngredient@38b5836e, net.minecraft.item.crafting.Ingredient@1ab3bc39, net.minecraftforge.oredict.OreIngredient@5424f2a1, net.minecraftforge.common.crafting.CompoundIngredient@38b5836e, net.minecraftforge.oredict.OreIngredient@6f635e7, net.minecraftforge.oredict.OreIngredient@5424f2a1, net.minecraftforge.common.crafting.CompoundIngredient@38b5836e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2670 appliedenergistics2:network/parts/planes_annihilation_fluid RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.part@302:[net.minecraftforge.common.crafting.CompoundIngredient@38b5836e, net.minecraftforge.common.crafting.CompoundIngredient@38b5836e, net.minecraftforge.common.crafting.CompoundIngredient@38b5836e, net.minecraftforge.oredict.OreIngredient@5102341, net.minecraftforge.oredict.OreIngredient@5102341, net.minecraftforge.oredict.OreIngredient@5102341, net.minecraftforge.oredict.OreIngredient@401f0beb, net.minecraft.item.crafting.Ingredient@72dfdbd3, net.minecraftforge.oredict.OreIngredient@401f0beb]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2671 appliedenergistics2:network/parts/planes_annihilation_alt2 RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.part@300:[net.minecraftforge.oredict.OreIngredient@6cd93ce1, net.minecraftforge.common.crafting.CompoundIngredient@38b5836e, net.minecraft.item.crafting.Ingredient@2200503a, net.minecraftforge.common.crafting.CompoundIngredient@38b5836e, net.minecraftforge.oredict.OreIngredient@6cd93ce1, net.minecraftforge.common.crafting.CompoundIngredient@38b5836e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2672 appliedenergistics2:network/parts/planes_annihilation_alt RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.part@300:[net.minecraftforge.common.crafting.CompoundIngredient@38b5836e, net.minecraftforge.common.crafting.CompoundIngredient@38b5836e, net.minecraftforge.common.crafting.CompoundIngredient@38b5836e, net.minecraftforge.oredict.OreIngredient@41a132a8, net.minecraft.item.crafting.Ingredient@164d15f6, net.minecraftforge.oredict.OreIngredient@41a132a8]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2675 appliedenergistics2:network/parts/panels_monitor RecipeStage{tier='four', recipe=1xitem.appliedenergistics2.part@160:[net.minecraft.item.crafting.Ingredient@6debb3d4]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2676 appliedenergistics2:network/parts/panels_dark_monitor RecipeStage{tier='four', recipe=1xitem.appliedenergistics2.part@200:[net.minecraft.item.crafting.Ingredient@3c72af2c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2677 appliedenergistics2:network/parts/monitors_storage RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.part@400:[net.minecraft.item.crafting.Ingredient@3f92b7f8, net.minecraftforge.oredict.OreIngredient@1d5e72c5]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2678 appliedenergistics2:network/parts/monitors_conversion RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.part@420:[net.minecraft.item.crafting.Ingredient@59bb31b3, net.minecraft.item.crafting.Ingredient@5bd99867, net.minecraft.item.crafting.Ingredient@116e9a1b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2679 appliedenergistics2:network/parts/level_emitter RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.part@280:[net.minecraft.item.crafting.Ingredient@39e73421, net.minecraft.item.crafting.Ingredient@4d25537f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2680 appliedenergistics2:network/parts/import_bus_fluid RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.part@241:[net.minecraft.item.crafting.Ingredient@59e6be5c, net.minecraft.item.crafting.Ingredient@26703779, net.minecraft.item.crafting.Ingredient@59e6be5c, net.minecraftforge.oredict.OreIngredient@6af44af4, net.minecraft.item.crafting.Ingredient@50500f2a, net.minecraftforge.oredict.OreIngredient@6af44af4]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2681 appliedenergistics2:network/parts/import_bus RecipeStage{tier='four', recipe=1xitem.appliedenergistics2.part@240:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@18d8f532, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7d908c73, net.minecraft.item.crafting.Ingredient@ae0e151, net.minecraftforge.oredict.OreIngredient@7d908c73]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2682 appliedenergistics2:network/parts/fluid_level_emitter RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.part@281:[net.minecraft.item.crafting.Ingredient@101c8d5c, net.minecraftforge.oredict.OreIngredient@542ffdc4, net.minecraft.item.crafting.Ingredient@21e8cc05]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2683 appliedenergistics2:network/parts/export_bus_fluid RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.part@261:[net.minecraftforge.oredict.OreIngredient@8643e49, net.minecraft.item.crafting.Ingredient@420174d9, net.minecraftforge.oredict.OreIngredient@8643e49, net.minecraft.item.crafting.Ingredient@739bea01, net.minecraft.item.crafting.Ingredient@264440f8, net.minecraft.item.crafting.Ingredient@739bea01]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2684 appliedenergistics2:network/parts/export_bus RecipeStage{tier='four', recipe=1xitem.appliedenergistics2.part@260:[net.minecraftforge.oredict.OreIngredient@2ef2af48, net.minecraft.item.crafting.Ingredient@3beaf275, net.minecraftforge.oredict.OreIngredient@2ef2af48, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6d380bd8, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2685 appliedenergistics2:network/parts/cable_anchor RecipeStage{tier='four', recipe=3xitem.appliedenergistics2.part@120:[net.minecraftforge.common.crafting.CompoundIngredient@7428b1dd, net.minecraft.item.crafting.Ingredient@78f747d2]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2686 appliedenergistics2:network/crafting/patterns_blank RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.material@52:[net.minecraft.item.crafting.Ingredient@67999eb3, net.minecraftforge.oredict.OreIngredient@657c7e69, net.minecraft.item.crafting.Ingredient@67999eb3, net.minecraftforge.oredict.OreIngredient@657c7e69, net.minecraftforge.common.crafting.CompoundIngredient@3fad9d16, net.minecraftforge.oredict.OreIngredient@657c7e69, net.minecraftforge.oredict.OreIngredient@5b276d39, net.minecraftforge.oredict.OreIngredient@5b276d39, net.minecraftforge.oredict.OreIngredient@5b276d39]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2687 appliedenergistics2:network/crafting/molecular_assembler RecipeStage{tier='five', recipe=1xtile.appliedenergistics2.molecular_assembler@0:[net.minecraftforge.oredict.OreIngredient@6baab735, net.minecraft.item.crafting.Ingredient@7c16d621, net.minecraftforge.oredict.OreIngredient@6baab735, net.minecraft.item.crafting.Ingredient@6437e494, net.minecraftforge.oredict.OreIngredient@2f8638df, net.minecraft.item.crafting.Ingredient@3ff61c88, net.minecraftforge.oredict.OreIngredient@6baab735, net.minecraft.item.crafting.Ingredient@7c16d621, net.minecraftforge.oredict.OreIngredient@6baab735]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2688 appliedenergistics2:network/crafting/cpu_crafting_unit RecipeStage{tier='five', recipe=1xtile.appliedenergistics2.crafting_unit@0:[net.minecraftforge.oredict.OreIngredient@55615806, net.minecraft.item.crafting.Ingredient@7964cad8, net.minecraftforge.oredict.OreIngredient@55615806, net.minecraft.item.crafting.Ingredient@3ffb1232, net.minecraft.item.crafting.Ingredient@2fceeebe, net.minecraft.item.crafting.Ingredient@3ffb1232, net.minecraftforge.oredict.OreIngredient@55615806, net.minecraft.item.crafting.Ingredient@7964cad8, net.minecraftforge.oredict.OreIngredient@55615806]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2689 appliedenergistics2:network/crafting/cpu_crafting_storage_64k RecipeStage{tier='five', recipe=1xtile.appliedenergistics2.crafting_storage_64k@0:[net.minecraft.item.crafting.Ingredient@4619617a, net.minecraft.item.crafting.Ingredient@30114bef]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2690 appliedenergistics2:network/crafting/cpu_crafting_storage_4k RecipeStage{tier='five', recipe=1xtile.appliedenergistics2.crafting_storage_4k@0:[net.minecraft.item.crafting.Ingredient@fc42bdf, net.minecraft.item.crafting.Ingredient@2d21db60]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2691 appliedenergistics2:network/crafting/cpu_crafting_storage_1k RecipeStage{tier='five', recipe=1xtile.appliedenergistics2.crafting_storage_1k@0:[net.minecraft.item.crafting.Ingredient@508543f2, net.minecraft.item.crafting.Ingredient@6da22517]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2692 appliedenergistics2:network/crafting/cpu_crafting_storage_16k RecipeStage{tier='five', recipe=1xtile.appliedenergistics2.crafting_storage_16k@0:[net.minecraft.item.crafting.Ingredient@67199c1b, net.minecraft.item.crafting.Ingredient@64a10cc]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2693 appliedenergistics2:network/crafting/cpu_crafting_monitor RecipeStage{tier='five', recipe=1xtile.appliedenergistics2.crafting_monitor@0:[net.minecraft.item.crafting.Ingredient@3328a6f, net.minecraft.item.crafting.Ingredient@30dea820]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2694 appliedenergistics2:network/crafting/cpu_crafting_accelerator RecipeStage{tier='five', recipe=1xtile.appliedenergistics2.crafting_accelerator@0:[net.minecraft.item.crafting.Ingredient@5c8a6f3d, net.minecraft.item.crafting.Ingredient@a4e73ca]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2695 appliedenergistics2:network/cells/view_cell_storage RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.view_cell@0:[net.minecraft.item.crafting.Ingredient@5fdcdcff, net.minecraftforge.common.crafting.CompoundIngredient@3fad9d16]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2696 appliedenergistics2:network/cells/view_cell RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.view_cell@0:[net.minecraft.item.crafting.Ingredient@4b0003e5, net.minecraftforge.oredict.OreIngredient@684d6a24, net.minecraft.item.crafting.Ingredient@4b0003e5, net.minecraftforge.oredict.OreIngredient@684d6a24, net.minecraftforge.common.crafting.CompoundIngredient@3fad9d16, net.minecraftforge.oredict.OreIngredient@684d6a24, net.minecraftforge.oredict.OreIngredient@234f22b1, net.minecraftforge.oredict.OreIngredient@234f22b1, net.minecraftforge.oredict.OreIngredient@234f22b1]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2697 appliedenergistics2:network/cells/storage_components_cell_64k_part RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.material@38:[net.minecraftforge.oredict.OreIngredient@3b08074e, net.minecraft.item.crafting.Ingredient@18750c8d, net.minecraftforge.oredict.OreIngredient@3b08074e, net.minecraft.item.crafting.Ingredient@66140cbe, net.minecraft.item.crafting.Ingredient@72e716a5, net.minecraft.item.crafting.Ingredient@66140cbe, net.minecraftforge.oredict.OreIngredient@3b08074e, net.minecraft.item.crafting.Ingredient@66140cbe, net.minecraftforge.oredict.OreIngredient@3b08074e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2698 appliedenergistics2:network/cells/storage_components_cell_4k_part RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.material@36:[net.minecraftforge.oredict.OreIngredient@3c08840a, net.minecraft.item.crafting.Ingredient@353087da, net.minecraftforge.oredict.OreIngredient@3c08840a, net.minecraft.item.crafting.Ingredient@6e3b39b, net.minecraft.item.crafting.Ingredient@7ccfd900, net.minecraft.item.crafting.Ingredient@6e3b39b, net.minecraftforge.oredict.OreIngredient@3c08840a, net.minecraft.item.crafting.Ingredient@6e3b39b, net.minecraftforge.oredict.OreIngredient@3c08840a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2699 appliedenergistics2:network/cells/storage_components_cell_1k_part RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.material@35:[net.minecraftforge.oredict.OreIngredient@65befb9c, net.minecraftforge.common.crafting.CompoundIngredient@3fad9d16, net.minecraftforge.oredict.OreIngredient@65befb9c, net.minecraftforge.common.crafting.CompoundIngredient@3fad9d16, net.minecraft.item.crafting.Ingredient@78eb58f9, net.minecraftforge.common.crafting.CompoundIngredient@3fad9d16, net.minecraftforge.oredict.OreIngredient@65befb9c, net.minecraftforge.common.crafting.CompoundIngredient@3fad9d16, net.minecraftforge.oredict.OreIngredient@65befb9c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2700 appliedenergistics2:network/cells/storage_components_cell_16k_part RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.material@37:[net.minecraftforge.oredict.OreIngredient@7e89ace9, net.minecraft.item.crafting.Ingredient@73a2627d, net.minecraftforge.oredict.OreIngredient@7e89ace9, net.minecraft.item.crafting.Ingredient@49b3e432, net.minecraft.item.crafting.Ingredient@6f67564e, net.minecraft.item.crafting.Ingredient@49b3e432, net.minecraftforge.oredict.OreIngredient@7e89ace9, net.minecraft.item.crafting.Ingredient@49b3e432, net.minecraftforge.oredict.OreIngredient@7e89ace9]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2701 appliedenergistics2:network/cells/storage_cell_64k_storage RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.storage_cell_64k@0:[net.minecraft.item.crafting.Ingredient@2e418eff, net.minecraft.item.crafting.Ingredient@7405e508]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2702 appliedenergistics2:network/cells/storage_cell_64k RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.storage_cell_64k@0:[net.minecraft.item.crafting.Ingredient@7c2b82c6, net.minecraftforge.oredict.OreIngredient@78c624bf, net.minecraft.item.crafting.Ingredient@7c2b82c6, net.minecraftforge.oredict.OreIngredient@78c624bf, net.minecraft.item.crafting.Ingredient@37a00cb9, net.minecraftforge.oredict.OreIngredient@78c624bf, net.minecraftforge.oredict.OreIngredient@3735d0b7, net.minecraftforge.oredict.OreIngredient@3735d0b7, net.minecraftforge.oredict.OreIngredient@3735d0b7]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2703 appliedenergistics2:network/cells/storage_cell_4k_storage RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.storage_cell_4k@0:[net.minecraft.item.crafting.Ingredient@70cc782a, net.minecraft.item.crafting.Ingredient@ba3bf57]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2704 appliedenergistics2:network/cells/storage_cell_4k RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.storage_cell_4k@0:[net.minecraft.item.crafting.Ingredient@16b53a69, net.minecraftforge.oredict.OreIngredient@1c09b514, net.minecraft.item.crafting.Ingredient@16b53a69, net.minecraftforge.oredict.OreIngredient@1c09b514, net.minecraft.item.crafting.Ingredient@4f81a967, net.minecraftforge.oredict.OreIngredient@1c09b514, net.minecraftforge.oredict.OreIngredient@2dc65d77, net.minecraftforge.oredict.OreIngredient@2dc65d77, net.minecraftforge.oredict.OreIngredient@2dc65d77]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2705 appliedenergistics2:network/cells/storage_cell_1k_storage RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.storage_cell_1k@0:[net.minecraft.item.crafting.Ingredient@7c9287dc, net.minecraft.item.crafting.Ingredient@495ba016]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2706 appliedenergistics2:network/cells/storage_cell_1k RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.storage_cell_1k@0:[net.minecraft.item.crafting.Ingredient@613b5c9e, net.minecraftforge.oredict.OreIngredient@6352b47e, net.minecraft.item.crafting.Ingredient@613b5c9e, net.minecraftforge.oredict.OreIngredient@6352b47e, net.minecraft.item.crafting.Ingredient@36baac1b, net.minecraftforge.oredict.OreIngredient@6352b47e, net.minecraftforge.oredict.OreIngredient@78f09bd2, net.minecraftforge.oredict.OreIngredient@78f09bd2, net.minecraftforge.oredict.OreIngredient@78f09bd2]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2707 appliedenergistics2:network/cells/storage_cell_16k_storage RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.storage_cell_16k@0:[net.minecraft.item.crafting.Ingredient@6432f819, net.minecraft.item.crafting.Ingredient@1f58cc58]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2708 appliedenergistics2:network/cells/storage_cell_16k RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.storage_cell_16k@0:[net.minecraft.item.crafting.Ingredient@7eae0873, net.minecraftforge.oredict.OreIngredient@7bd40423, net.minecraft.item.crafting.Ingredient@7eae0873, net.minecraftforge.oredict.OreIngredient@7bd40423, net.minecraft.item.crafting.Ingredient@66d0e36, net.minecraftforge.oredict.OreIngredient@7bd40423, net.minecraftforge.oredict.OreIngredient@3581c387, net.minecraftforge.oredict.OreIngredient@3581c387, net.minecraftforge.oredict.OreIngredient@3581c387]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2709 appliedenergistics2:network/cells/spatial_storage_cell_2_cubed_storage RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.spatial_storage_cell_2_cubed@0:[net.minecraft.item.crafting.Ingredient@7b4d42b3, net.minecraft.item.crafting.Ingredient@3501e9d6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2710 appliedenergistics2:network/cells/spatial_storage_cell_2_cubed RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.spatial_storage_cell_2_cubed@0:[net.minecraft.item.crafting.Ingredient@16bb22ec, net.minecraftforge.oredict.OreIngredient@3a3078aa, net.minecraft.item.crafting.Ingredient@16bb22ec, net.minecraftforge.oredict.OreIngredient@3a3078aa, net.minecraft.item.crafting.Ingredient@67ac5f77, net.minecraftforge.oredict.OreIngredient@3a3078aa, net.minecraftforge.oredict.OreIngredient@3a96f5f7, net.minecraftforge.oredict.OreIngredient@3a96f5f7, net.minecraftforge.oredict.OreIngredient@3a96f5f7]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2711 appliedenergistics2:network/cells/spatial_storage_cell_16_cubed_storage RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.spatial_storage_cell_16_cubed@0:[net.minecraft.item.crafting.Ingredient@1965b6a4, net.minecraft.item.crafting.Ingredient@4c965e79]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2712 appliedenergistics2:network/cells/spatial_storage_cell_16_cubed RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.spatial_storage_cell_16_cubed@0:[net.minecraft.item.crafting.Ingredient@59b35658, net.minecraftforge.oredict.OreIngredient@6f57f117, net.minecraft.item.crafting.Ingredient@59b35658, net.minecraftforge.oredict.OreIngredient@6f57f117, net.minecraft.item.crafting.Ingredient@d1763c6, net.minecraftforge.oredict.OreIngredient@6f57f117, net.minecraftforge.oredict.OreIngredient@79872542, net.minecraftforge.oredict.OreIngredient@79872542, net.minecraftforge.oredict.OreIngredient@79872542]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2713 appliedenergistics2:network/cells/spatial_storage_cell_128_cubed_storage RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.spatial_storage_cell_128_cubed@0:[net.minecraft.item.crafting.Ingredient@ac82cda, net.minecraft.item.crafting.Ingredient@d030243]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2714 appliedenergistics2:network/cells/spatial_storage_cell_128_cubed RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.spatial_storage_cell_128_cubed@0:[net.minecraft.item.crafting.Ingredient@1fa9d731, net.minecraftforge.oredict.OreIngredient@8720d21, net.minecraft.item.crafting.Ingredient@1fa9d731, net.minecraftforge.oredict.OreIngredient@8720d21, net.minecraft.item.crafting.Ingredient@6cd2eda7, net.minecraftforge.oredict.OreIngredient@8720d21, net.minecraftforge.oredict.OreIngredient@d867a34, net.minecraftforge.oredict.OreIngredient@d867a34, net.minecraftforge.oredict.OreIngredient@d867a34]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2715 appliedenergistics2:network/cells/spatial_components_1 RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.material@34:[net.minecraftforge.oredict.OreIngredient@12748766, net.minecraft.item.crafting.Ingredient@40f4002a, net.minecraftforge.oredict.OreIngredient@12748766, net.minecraft.item.crafting.Ingredient@40f4002a, net.minecraft.item.crafting.Ingredient@60bd4249, net.minecraft.item.crafting.Ingredient@40f4002a, net.minecraftforge.oredict.OreIngredient@12748766, net.minecraft.item.crafting.Ingredient@40f4002a, net.minecraftforge.oredict.OreIngredient@12748766]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2716 appliedenergistics2:network/cells/spatial_components_0 RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.material@33:[net.minecraftforge.oredict.OreIngredient@3b24265b, net.minecraft.item.crafting.Ingredient@754fade6, net.minecraftforge.oredict.OreIngredient@3b24265b, net.minecraft.item.crafting.Ingredient@754fade6, net.minecraft.item.crafting.Ingredient@1c4cd10d, net.minecraft.item.crafting.Ingredient@754fade6, net.minecraftforge.oredict.OreIngredient@3b24265b, net.minecraft.item.crafting.Ingredient@754fade6, net.minecraftforge.oredict.OreIngredient@3b24265b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2717 appliedenergistics2:network/cells/spatial_components RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.material@32:[net.minecraftforge.oredict.OreIngredient@58f4eca8, net.minecraft.item.crafting.Ingredient@598e72ab, net.minecraftforge.oredict.OreIngredient@58f4eca8, net.minecraft.item.crafting.Ingredient@598e72ab, net.minecraft.item.crafting.Ingredient@50ec22a8, net.minecraft.item.crafting.Ingredient@598e72ab, net.minecraftforge.oredict.OreIngredient@58f4eca8, net.minecraft.item.crafting.Ingredient@598e72ab, net.minecraftforge.oredict.OreIngredient@58f4eca8]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2718 appliedenergistics2:network/cells/fluid_storage_components_cell_64k_part RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.material@57:[net.minecraft.item.crafting.Ingredient@2204fc68, net.minecraft.item.crafting.Ingredient@2ca8a3c0, net.minecraft.item.crafting.Ingredient@2204fc68, net.minecraft.item.crafting.Ingredient@459ba7c, net.minecraft.item.crafting.Ingredient@712f5215, net.minecraft.item.crafting.Ingredient@459ba7c, net.minecraft.item.crafting.Ingredient@2204fc68, net.minecraft.item.crafting.Ingredient@459ba7c, net.minecraft.item.crafting.Ingredient@2204fc68]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2719 appliedenergistics2:network/cells/fluid_storage_components_cell_4k_part RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.material@55:[net.minecraft.item.crafting.Ingredient@4223c225, net.minecraft.item.crafting.Ingredient@15942429, net.minecraft.item.crafting.Ingredient@4223c225, net.minecraft.item.crafting.Ingredient@156e94b8, net.minecraft.item.crafting.Ingredient@2e270f0, net.minecraft.item.crafting.Ingredient@156e94b8, net.minecraft.item.crafting.Ingredient@4223c225, net.minecraft.item.crafting.Ingredient@156e94b8, net.minecraft.item.crafting.Ingredient@4223c225]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2720 appliedenergistics2:network/cells/fluid_storage_components_cell_1k_part RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.material@54:[net.minecraft.item.crafting.Ingredient@da52154, net.minecraftforge.common.crafting.CompoundIngredient@3fad9d16, net.minecraft.item.crafting.Ingredient@da52154, net.minecraftforge.common.crafting.CompoundIngredient@3fad9d16, net.minecraft.item.crafting.Ingredient@cd8b700, net.minecraftforge.common.crafting.CompoundIngredient@3fad9d16, net.minecraft.item.crafting.Ingredient@da52154, net.minecraftforge.common.crafting.CompoundIngredient@3fad9d16, net.minecraft.item.crafting.Ingredient@da52154]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2721 appliedenergistics2:network/cells/fluid_storage_components_cell_16k_part RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.material@56:[net.minecraft.item.crafting.Ingredient@69b7e170, net.minecraft.item.crafting.Ingredient@140e4300, net.minecraft.item.crafting.Ingredient@69b7e170, net.minecraft.item.crafting.Ingredient@52f3300b, net.minecraft.item.crafting.Ingredient@54c2ae1d, net.minecraft.item.crafting.Ingredient@52f3300b, net.minecraft.item.crafting.Ingredient@69b7e170, net.minecraft.item.crafting.Ingredient@52f3300b, net.minecraft.item.crafting.Ingredient@69b7e170]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2722 appliedenergistics2:network/cells/fluid_storage_cell_64k_storage RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.fluid_storage_cell_64k@0:[net.minecraft.item.crafting.Ingredient@2e5f2533, net.minecraft.item.crafting.Ingredient@16b41647]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2723 appliedenergistics2:network/cells/fluid_storage_cell_64k RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.fluid_storage_cell_64k@0:[net.minecraft.item.crafting.Ingredient@7c4e0b51, net.minecraftforge.oredict.OreIngredient@76904a22, net.minecraft.item.crafting.Ingredient@7c4e0b51, net.minecraftforge.oredict.OreIngredient@76904a22, net.minecraft.item.crafting.Ingredient@4d066b05, net.minecraftforge.oredict.OreIngredient@76904a22, net.minecraftforge.oredict.OreIngredient@143ff705, net.minecraftforge.oredict.OreIngredient@143ff705, net.minecraftforge.oredict.OreIngredient@143ff705]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2724 appliedenergistics2:network/cells/fluid_storage_cell_4k_storage RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.fluid_storage_cell_4k@0:[net.minecraft.item.crafting.Ingredient@20672d26, net.minecraft.item.crafting.Ingredient@16645110]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2725 appliedenergistics2:network/cells/fluid_storage_cell_4k RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.fluid_storage_cell_4k@0:[net.minecraft.item.crafting.Ingredient@63b7013c, net.minecraftforge.oredict.OreIngredient@6be527db, net.minecraft.item.crafting.Ingredient@63b7013c, net.minecraftforge.oredict.OreIngredient@6be527db, net.minecraft.item.crafting.Ingredient@45145301, net.minecraftforge.oredict.OreIngredient@6be527db, net.minecraftforge.oredict.OreIngredient@647538bd, net.minecraftforge.oredict.OreIngredient@647538bd, net.minecraftforge.oredict.OreIngredient@647538bd]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2726 appliedenergistics2:network/cells/fluid_storage_cell_1k_storage RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.fluid_storage_cell_1k@0:[net.minecraft.item.crafting.Ingredient@76fe9ce0, net.minecraft.item.crafting.Ingredient@60baa4a5]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2727 appliedenergistics2:network/cells/fluid_storage_cell_1k RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.fluid_storage_cell_1k@0:[net.minecraft.item.crafting.Ingredient@5c6bc9f0, net.minecraftforge.oredict.OreIngredient@71f4038c, net.minecraft.item.crafting.Ingredient@5c6bc9f0, net.minecraftforge.oredict.OreIngredient@71f4038c, net.minecraft.item.crafting.Ingredient@16edbc8c, net.minecraftforge.oredict.OreIngredient@71f4038c, net.minecraftforge.oredict.OreIngredient@48e8c098, net.minecraftforge.oredict.OreIngredient@48e8c098, net.minecraftforge.oredict.OreIngredient@48e8c098]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2728 appliedenergistics2:network/cells/fluid_storage_cell_16k_storage RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.fluid_storage_cell_16k@0:[net.minecraft.item.crafting.Ingredient@30e26961, net.minecraft.item.crafting.Ingredient@7afc2816]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2729 appliedenergistics2:network/cells/fluid_storage_cell_16k RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.fluid_storage_cell_16k@0:[net.minecraft.item.crafting.Ingredient@5fb07e79, net.minecraftforge.oredict.OreIngredient@353c1e95, net.minecraft.item.crafting.Ingredient@5fb07e79, net.minecraftforge.oredict.OreIngredient@353c1e95, net.minecraft.item.crafting.Ingredient@4bc6762d, net.minecraftforge.oredict.OreIngredient@353c1e95, net.minecraftforge.oredict.OreIngredient@3e9e96e6, net.minecraftforge.oredict.OreIngredient@3e9e96e6, net.minecraftforge.oredict.OreIngredient@3e9e96e6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2730 appliedenergistics2:network/cells/empty_storage_cell RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.material@39:[net.minecraft.item.crafting.Ingredient@70281a82, net.minecraftforge.oredict.OreIngredient@26705a06, net.minecraft.item.crafting.Ingredient@70281a82, net.minecraftforge.oredict.OreIngredient@26705a06, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@26705a06, net.minecraftforge.oredict.OreIngredient@2b7ec347, net.minecraftforge.oredict.OreIngredient@2b7ec347, net.minecraftforge.oredict.OreIngredient@2b7ec347]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2731 appliedenergistics2:network/cables/smart_yellow RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.part@44:[net.minecraft.item.crafting.Ingredient@40d8cdcf, net.minecraft.item.crafting.Ingredient@40d8cdcf, net.minecraft.item.crafting.Ingredient@40d8cdcf, net.minecraft.item.crafting.Ingredient@40d8cdcf, net.minecraftforge.oredict.OreIngredient@5c009ce6, net.minecraft.item.crafting.Ingredient@40d8cdcf, net.minecraft.item.crafting.Ingredient@40d8cdcf, net.minecraft.item.crafting.Ingredient@40d8cdcf, net.minecraft.item.crafting.Ingredient@40d8cdcf]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2732 appliedenergistics2:network/cables/smart_white RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.part@40:[net.minecraft.item.crafting.Ingredient@51f3e0f9, net.minecraft.item.crafting.Ingredient@51f3e0f9, net.minecraft.item.crafting.Ingredient@51f3e0f9, net.minecraft.item.crafting.Ingredient@51f3e0f9, net.minecraftforge.oredict.OreIngredient@fa725dc, net.minecraft.item.crafting.Ingredient@51f3e0f9, net.minecraft.item.crafting.Ingredient@51f3e0f9, net.minecraft.item.crafting.Ingredient@51f3e0f9, net.minecraft.item.crafting.Ingredient@51f3e0f9]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2733 appliedenergistics2:network/cables/smart_red RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.part@54:[net.minecraft.item.crafting.Ingredient@be06971, net.minecraft.item.crafting.Ingredient@be06971, net.minecraft.item.crafting.Ingredient@be06971, net.minecraft.item.crafting.Ingredient@be06971, net.minecraftforge.oredict.OreIngredient@3e7395d4, net.minecraft.item.crafting.Ingredient@be06971, net.minecraft.item.crafting.Ingredient@be06971, net.minecraft.item.crafting.Ingredient@be06971, net.minecraft.item.crafting.Ingredient@be06971]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2734 appliedenergistics2:network/cables/smart_purple RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.part@50:[net.minecraft.item.crafting.Ingredient@368b919f, net.minecraft.item.crafting.Ingredient@368b919f, net.minecraft.item.crafting.Ingredient@368b919f, net.minecraft.item.crafting.Ingredient@368b919f, net.minecraftforge.oredict.OreIngredient@58cf7ba6, net.minecraft.item.crafting.Ingredient@368b919f, net.minecraft.item.crafting.Ingredient@368b919f, net.minecraft.item.crafting.Ingredient@368b919f, net.minecraft.item.crafting.Ingredient@368b919f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2735 appliedenergistics2:network/cables/smart_pink RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.part@46:[net.minecraft.item.crafting.Ingredient@272a297c, net.minecraft.item.crafting.Ingredient@272a297c, net.minecraft.item.crafting.Ingredient@272a297c, net.minecraft.item.crafting.Ingredient@272a297c, net.minecraftforge.oredict.OreIngredient@6d40fef3, net.minecraft.item.crafting.Ingredient@272a297c, net.minecraft.item.crafting.Ingredient@272a297c, net.minecraft.item.crafting.Ingredient@272a297c, net.minecraft.item.crafting.Ingredient@272a297c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2736 appliedenergistics2:network/cables/smart_orange RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.part@41:[net.minecraft.item.crafting.Ingredient@342c89da, net.minecraft.item.crafting.Ingredient@342c89da, net.minecraft.item.crafting.Ingredient@342c89da, net.minecraft.item.crafting.Ingredient@342c89da, net.minecraftforge.oredict.OreIngredient@1213a292, net.minecraft.item.crafting.Ingredient@342c89da, net.minecraft.item.crafting.Ingredient@342c89da, net.minecraft.item.crafting.Ingredient@342c89da, net.minecraft.item.crafting.Ingredient@342c89da]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2737 appliedenergistics2:network/cables/smart_magenta RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.part@42:[net.minecraft.item.crafting.Ingredient@c51ac8d, net.minecraft.item.crafting.Ingredient@c51ac8d, net.minecraft.item.crafting.Ingredient@c51ac8d, net.minecraft.item.crafting.Ingredient@c51ac8d, net.minecraftforge.oredict.OreIngredient@6f4d6173, net.minecraft.item.crafting.Ingredient@c51ac8d, net.minecraft.item.crafting.Ingredient@c51ac8d, net.minecraft.item.crafting.Ingredient@c51ac8d, net.minecraft.item.crafting.Ingredient@c51ac8d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2738 appliedenergistics2:network/cables/smart_lime RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.part@45:[net.minecraft.item.crafting.Ingredient@47fc25da, net.minecraft.item.crafting.Ingredient@47fc25da, net.minecraft.item.crafting.Ingredient@47fc25da, net.minecraft.item.crafting.Ingredient@47fc25da, net.minecraftforge.oredict.OreIngredient@6afe63c, net.minecraft.item.crafting.Ingredient@47fc25da, net.minecraft.item.crafting.Ingredient@47fc25da, net.minecraft.item.crafting.Ingredient@47fc25da, net.minecraft.item.crafting.Ingredient@47fc25da]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2739 appliedenergistics2:network/cables/smart_light_gray RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.part@48:[net.minecraft.item.crafting.Ingredient@1d70bae1, net.minecraft.item.crafting.Ingredient@1d70bae1, net.minecraft.item.crafting.Ingredient@1d70bae1, net.minecraft.item.crafting.Ingredient@1d70bae1, net.minecraftforge.oredict.OreIngredient@48514cfb, net.minecraft.item.crafting.Ingredient@1d70bae1, net.minecraft.item.crafting.Ingredient@1d70bae1, net.minecraft.item.crafting.Ingredient@1d70bae1, net.minecraft.item.crafting.Ingredient@1d70bae1]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2740 appliedenergistics2:network/cables/smart_light_blue RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.part@43:[net.minecraft.item.crafting.Ingredient@4819c27, net.minecraft.item.crafting.Ingredient@4819c27, net.minecraft.item.crafting.Ingredient@4819c27, net.minecraft.item.crafting.Ingredient@4819c27, net.minecraftforge.oredict.OreIngredient@40e6d246, net.minecraft.item.crafting.Ingredient@4819c27, net.minecraft.item.crafting.Ingredient@4819c27, net.minecraft.item.crafting.Ingredient@4819c27, net.minecraft.item.crafting.Ingredient@4819c27]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2741 appliedenergistics2:network/cables/smart_green RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.part@53:[net.minecraft.item.crafting.Ingredient@483e3e28, net.minecraft.item.crafting.Ingredient@483e3e28, net.minecraft.item.crafting.Ingredient@483e3e28, net.minecraft.item.crafting.Ingredient@483e3e28, net.minecraftforge.oredict.OreIngredient@1df1523d, net.minecraft.item.crafting.Ingredient@483e3e28, net.minecraft.item.crafting.Ingredient@483e3e28, net.minecraft.item.crafting.Ingredient@483e3e28, net.minecraft.item.crafting.Ingredient@483e3e28]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2742 appliedenergistics2:network/cables/smart_gray RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.part@47:[net.minecraft.item.crafting.Ingredient@37f737fe, net.minecraft.item.crafting.Ingredient@37f737fe, net.minecraft.item.crafting.Ingredient@37f737fe, net.minecraft.item.crafting.Ingredient@37f737fe, net.minecraftforge.oredict.OreIngredient@409b698, net.minecraft.item.crafting.Ingredient@37f737fe, net.minecraft.item.crafting.Ingredient@37f737fe, net.minecraft.item.crafting.Ingredient@37f737fe, net.minecraft.item.crafting.Ingredient@37f737fe]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2743 appliedenergistics2:network/cables/smart_fluix_clean RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.part@56:[net.minecraft.item.crafting.Ingredient@596591ad, net.minecraft.item.crafting.Ingredient@733b4de2]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2744 appliedenergistics2:network/cables/smart_fluix RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.part@56:[net.minecraft.item.crafting.Ingredient@40019274, net.minecraftforge.oredict.OreIngredient@63dd17bb, net.minecraftforge.oredict.OreIngredient@730d2f08]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2745 appliedenergistics2:network/cables/smart_cyan RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.part@49:[net.minecraft.item.crafting.Ingredient@71ffd07, net.minecraft.item.crafting.Ingredient@71ffd07, net.minecraft.item.crafting.Ingredient@71ffd07, net.minecraft.item.crafting.Ingredient@71ffd07, net.minecraftforge.oredict.OreIngredient@231157ca, net.minecraft.item.crafting.Ingredient@71ffd07, net.minecraft.item.crafting.Ingredient@71ffd07, net.minecraft.item.crafting.Ingredient@71ffd07, net.minecraft.item.crafting.Ingredient@71ffd07]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2746 appliedenergistics2:network/cables/smart_brown RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.part@52:[net.minecraft.item.crafting.Ingredient@4b135e84, net.minecraft.item.crafting.Ingredient@4b135e84, net.minecraft.item.crafting.Ingredient@4b135e84, net.minecraft.item.crafting.Ingredient@4b135e84, net.minecraftforge.oredict.OreIngredient@62ca25, net.minecraft.item.crafting.Ingredient@4b135e84, net.minecraft.item.crafting.Ingredient@4b135e84, net.minecraft.item.crafting.Ingredient@4b135e84, net.minecraft.item.crafting.Ingredient@4b135e84]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2747 appliedenergistics2:network/cables/smart_blue RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.part@51:[net.minecraft.item.crafting.Ingredient@100db656, net.minecraft.item.crafting.Ingredient@100db656, net.minecraft.item.crafting.Ingredient@100db656, net.minecraft.item.crafting.Ingredient@100db656, net.minecraftforge.oredict.OreIngredient@8c52de7, net.minecraft.item.crafting.Ingredient@100db656, net.minecraft.item.crafting.Ingredient@100db656, net.minecraft.item.crafting.Ingredient@100db656, net.minecraft.item.crafting.Ingredient@100db656]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2748 appliedenergistics2:network/cables/smart_black RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.part@55:[net.minecraft.item.crafting.Ingredient@3616dd17, net.minecraft.item.crafting.Ingredient@3616dd17, net.minecraft.item.crafting.Ingredient@3616dd17, net.minecraft.item.crafting.Ingredient@3616dd17, net.minecraftforge.oredict.OreIngredient@6c483739, net.minecraft.item.crafting.Ingredient@3616dd17, net.minecraft.item.crafting.Ingredient@3616dd17, net.minecraft.item.crafting.Ingredient@3616dd17, net.minecraft.item.crafting.Ingredient@3616dd17]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2749 appliedenergistics2:network/cables/glass_yellow RecipeStage{tier='four', recipe=8xitem.appliedenergistics2.part@4:[net.minecraft.item.crafting.Ingredient@73e4ddde, net.minecraft.item.crafting.Ingredient@73e4ddde, net.minecraft.item.crafting.Ingredient@73e4ddde, net.minecraft.item.crafting.Ingredient@73e4ddde, net.minecraftforge.oredict.OreIngredient@267f6f, net.minecraft.item.crafting.Ingredient@73e4ddde, net.minecraft.item.crafting.Ingredient@73e4ddde, net.minecraft.item.crafting.Ingredient@73e4ddde, net.minecraft.item.crafting.Ingredient@73e4ddde]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2750 appliedenergistics2:network/cables/glass_white RecipeStage{tier='four', recipe=8xitem.appliedenergistics2.part@0:[net.minecraft.item.crafting.Ingredient@2b2e04bc, net.minecraft.item.crafting.Ingredient@2b2e04bc, net.minecraft.item.crafting.Ingredient@2b2e04bc, net.minecraft.item.crafting.Ingredient@2b2e04bc, net.minecraftforge.oredict.OreIngredient@53a30e5c, net.minecraft.item.crafting.Ingredient@2b2e04bc, net.minecraft.item.crafting.Ingredient@2b2e04bc, net.minecraft.item.crafting.Ingredient@2b2e04bc, net.minecraft.item.crafting.Ingredient@2b2e04bc]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2751 appliedenergistics2:network/cables/glass_red RecipeStage{tier='four', recipe=8xitem.appliedenergistics2.part@14:[net.minecraft.item.crafting.Ingredient@6f68c0e4, net.minecraft.item.crafting.Ingredient@6f68c0e4, net.minecraft.item.crafting.Ingredient@6f68c0e4, net.minecraft.item.crafting.Ingredient@6f68c0e4, net.minecraftforge.oredict.OreIngredient@1aaed202, net.minecraft.item.crafting.Ingredient@6f68c0e4, net.minecraft.item.crafting.Ingredient@6f68c0e4, net.minecraft.item.crafting.Ingredient@6f68c0e4, net.minecraft.item.crafting.Ingredient@6f68c0e4]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2752 appliedenergistics2:network/cables/glass_purple RecipeStage{tier='four', recipe=8xitem.appliedenergistics2.part@10:[net.minecraft.item.crafting.Ingredient@36a61f9d, net.minecraft.item.crafting.Ingredient@36a61f9d, net.minecraft.item.crafting.Ingredient@36a61f9d, net.minecraft.item.crafting.Ingredient@36a61f9d, net.minecraftforge.oredict.OreIngredient@3b3ecb0, net.minecraft.item.crafting.Ingredient@36a61f9d, net.minecraft.item.crafting.Ingredient@36a61f9d, net.minecraft.item.crafting.Ingredient@36a61f9d, net.minecraft.item.crafting.Ingredient@36a61f9d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2753 appliedenergistics2:network/cables/glass_pink RecipeStage{tier='four', recipe=8xitem.appliedenergistics2.part@6:[net.minecraft.item.crafting.Ingredient@31d5eba4, net.minecraft.item.crafting.Ingredient@31d5eba4, net.minecraft.item.crafting.Ingredient@31d5eba4, net.minecraft.item.crafting.Ingredient@31d5eba4, net.minecraftforge.oredict.OreIngredient@314b9d9f, net.minecraft.item.crafting.Ingredient@31d5eba4, net.minecraft.item.crafting.Ingredient@31d5eba4, net.minecraft.item.crafting.Ingredient@31d5eba4, net.minecraft.item.crafting.Ingredient@31d5eba4]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2754 appliedenergistics2:network/cables/glass_orange RecipeStage{tier='four', recipe=8xitem.appliedenergistics2.part@1:[net.minecraft.item.crafting.Ingredient@be9a1e2, net.minecraft.item.crafting.Ingredient@be9a1e2, net.minecraft.item.crafting.Ingredient@be9a1e2, net.minecraft.item.crafting.Ingredient@be9a1e2, net.minecraftforge.oredict.OreIngredient@a303bc6, net.minecraft.item.crafting.Ingredient@be9a1e2, net.minecraft.item.crafting.Ingredient@be9a1e2, net.minecraft.item.crafting.Ingredient@be9a1e2, net.minecraft.item.crafting.Ingredient@be9a1e2]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2755 appliedenergistics2:network/cables/glass_magenta RecipeStage{tier='four', recipe=8xitem.appliedenergistics2.part@2:[net.minecraft.item.crafting.Ingredient@6b2c6ace, net.minecraft.item.crafting.Ingredient@6b2c6ace, net.minecraft.item.crafting.Ingredient@6b2c6ace, net.minecraft.item.crafting.Ingredient@6b2c6ace, net.minecraftforge.oredict.OreIngredient@78bb8a7c, net.minecraft.item.crafting.Ingredient@6b2c6ace, net.minecraft.item.crafting.Ingredient@6b2c6ace, net.minecraft.item.crafting.Ingredient@6b2c6ace, net.minecraft.item.crafting.Ingredient@6b2c6ace]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2756 appliedenergistics2:network/cables/glass_lime RecipeStage{tier='four', recipe=8xitem.appliedenergistics2.part@5:[net.minecraft.item.crafting.Ingredient@10fd6b0d, net.minecraft.item.crafting.Ingredient@10fd6b0d, net.minecraft.item.crafting.Ingredient@10fd6b0d, net.minecraft.item.crafting.Ingredient@10fd6b0d, net.minecraftforge.oredict.OreIngredient@706367fd, net.minecraft.item.crafting.Ingredient@10fd6b0d, net.minecraft.item.crafting.Ingredient@10fd6b0d, net.minecraft.item.crafting.Ingredient@10fd6b0d, net.minecraft.item.crafting.Ingredient@10fd6b0d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2757 appliedenergistics2:network/cables/glass_light_gray RecipeStage{tier='four', recipe=8xitem.appliedenergistics2.part@8:[net.minecraft.item.crafting.Ingredient@7b5946a5, net.minecraft.item.crafting.Ingredient@7b5946a5, net.minecraft.item.crafting.Ingredient@7b5946a5, net.minecraft.item.crafting.Ingredient@7b5946a5, net.minecraftforge.oredict.OreIngredient@189d8202, net.minecraft.item.crafting.Ingredient@7b5946a5, net.minecraft.item.crafting.Ingredient@7b5946a5, net.minecraft.item.crafting.Ingredient@7b5946a5, net.minecraft.item.crafting.Ingredient@7b5946a5]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2758 appliedenergistics2:network/cables/glass_light_blue RecipeStage{tier='four', recipe=8xitem.appliedenergistics2.part@3:[net.minecraft.item.crafting.Ingredient@53b26aa6, net.minecraft.item.crafting.Ingredient@53b26aa6, net.minecraft.item.crafting.Ingredient@53b26aa6, net.minecraft.item.crafting.Ingredient@53b26aa6, net.minecraftforge.oredict.OreIngredient@3231825f, net.minecraft.item.crafting.Ingredient@53b26aa6, net.minecraft.item.crafting.Ingredient@53b26aa6, net.minecraft.item.crafting.Ingredient@53b26aa6, net.minecraft.item.crafting.Ingredient@53b26aa6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2759 appliedenergistics2:network/cables/glass_green RecipeStage{tier='four', recipe=8xitem.appliedenergistics2.part@13:[net.minecraft.item.crafting.Ingredient@601ea466, net.minecraft.item.crafting.Ingredient@601ea466, net.minecraft.item.crafting.Ingredient@601ea466, net.minecraft.item.crafting.Ingredient@601ea466, net.minecraftforge.oredict.OreIngredient@158feff4, net.minecraft.item.crafting.Ingredient@601ea466, net.minecraft.item.crafting.Ingredient@601ea466, net.minecraft.item.crafting.Ingredient@601ea466, net.minecraft.item.crafting.Ingredient@601ea466]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2760 appliedenergistics2:network/cables/glass_gray RecipeStage{tier='four', recipe=8xitem.appliedenergistics2.part@7:[net.minecraft.item.crafting.Ingredient@6272e47b, net.minecraft.item.crafting.Ingredient@6272e47b, net.minecraft.item.crafting.Ingredient@6272e47b, net.minecraft.item.crafting.Ingredient@6272e47b, net.minecraftforge.oredict.OreIngredient@4f5292c5, net.minecraft.item.crafting.Ingredient@6272e47b, net.minecraft.item.crafting.Ingredient@6272e47b, net.minecraft.item.crafting.Ingredient@6272e47b, net.minecraft.item.crafting.Ingredient@6272e47b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2761 appliedenergistics2:network/cables/glass_fluix_clean RecipeStage{tier='four', recipe=1xitem.appliedenergistics2.part@16:[net.minecraft.item.crafting.Ingredient@5eacd2ba, net.minecraft.item.crafting.Ingredient@11ad9859]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2762 appliedenergistics2:network/cables/glass_fluix RecipeStage{tier='four', recipe=4xitem.appliedenergistics2.part@16:[net.minecraft.item.crafting.Ingredient@256f732, net.minecraftforge.common.crafting.CompoundIngredient@38b5836e, net.minecraftforge.common.crafting.CompoundIngredient@38b5836e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2763 appliedenergistics2:network/cables/glass_cyan RecipeStage{tier='four', recipe=8xitem.appliedenergistics2.part@9:[net.minecraft.item.crafting.Ingredient@31c139ca, net.minecraft.item.crafting.Ingredient@31c139ca, net.minecraft.item.crafting.Ingredient@31c139ca, net.minecraft.item.crafting.Ingredient@31c139ca, net.minecraftforge.oredict.OreIngredient@86a59e8, net.minecraft.item.crafting.Ingredient@31c139ca, net.minecraft.item.crafting.Ingredient@31c139ca, net.minecraft.item.crafting.Ingredient@31c139ca, net.minecraft.item.crafting.Ingredient@31c139ca]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2764 appliedenergistics2:network/cables/glass_brown RecipeStage{tier='four', recipe=8xitem.appliedenergistics2.part@12:[net.minecraft.item.crafting.Ingredient@2ed1417b, net.minecraft.item.crafting.Ingredient@2ed1417b, net.minecraft.item.crafting.Ingredient@2ed1417b, net.minecraft.item.crafting.Ingredient@2ed1417b, net.minecraftforge.oredict.OreIngredient@2e30b74a, net.minecraft.item.crafting.Ingredient@2ed1417b, net.minecraft.item.crafting.Ingredient@2ed1417b, net.minecraft.item.crafting.Ingredient@2ed1417b, net.minecraft.item.crafting.Ingredient@2ed1417b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2765 appliedenergistics2:network/cables/glass_blue RecipeStage{tier='four', recipe=8xitem.appliedenergistics2.part@11:[net.minecraft.item.crafting.Ingredient@22432a97, net.minecraft.item.crafting.Ingredient@22432a97, net.minecraft.item.crafting.Ingredient@22432a97, net.minecraft.item.crafting.Ingredient@22432a97, net.minecraftforge.oredict.OreIngredient@349633a4, net.minecraft.item.crafting.Ingredient@22432a97, net.minecraft.item.crafting.Ingredient@22432a97, net.minecraft.item.crafting.Ingredient@22432a97, net.minecraft.item.crafting.Ingredient@22432a97]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2766 appliedenergistics2:network/cables/glass_black RecipeStage{tier='four', recipe=8xitem.appliedenergistics2.part@15:[net.minecraft.item.crafting.Ingredient@2a75c94e, net.minecraft.item.crafting.Ingredient@2a75c94e, net.minecraft.item.crafting.Ingredient@2a75c94e, net.minecraft.item.crafting.Ingredient@2a75c94e, net.minecraftforge.oredict.OreIngredient@53ba076, net.minecraft.item.crafting.Ingredient@2a75c94e, net.minecraft.item.crafting.Ingredient@2a75c94e, net.minecraft.item.crafting.Ingredient@2a75c94e, net.minecraft.item.crafting.Ingredient@2a75c94e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2767 appliedenergistics2:network/cables/dense_smart_yellow RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.part@64:[net.minecraft.item.crafting.Ingredient@5eafd4a2, net.minecraft.item.crafting.Ingredient@5eafd4a2, net.minecraft.item.crafting.Ingredient@5eafd4a2, net.minecraft.item.crafting.Ingredient@5eafd4a2, net.minecraftforge.oredict.OreIngredient@6afe44c, net.minecraft.item.crafting.Ingredient@5eafd4a2, net.minecraft.item.crafting.Ingredient@5eafd4a2, net.minecraft.item.crafting.Ingredient@5eafd4a2, net.minecraft.item.crafting.Ingredient@5eafd4a2]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2768 appliedenergistics2:network/cables/dense_smart_white RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.part@60:[net.minecraft.item.crafting.Ingredient@5f7f1045, net.minecraft.item.crafting.Ingredient@5f7f1045, net.minecraft.item.crafting.Ingredient@5f7f1045, net.minecraft.item.crafting.Ingredient@5f7f1045, net.minecraftforge.oredict.OreIngredient@76be28c6, net.minecraft.item.crafting.Ingredient@5f7f1045, net.minecraft.item.crafting.Ingredient@5f7f1045, net.minecraft.item.crafting.Ingredient@5f7f1045, net.minecraft.item.crafting.Ingredient@5f7f1045]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2769 appliedenergistics2:network/cables/dense_smart_red RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.part@74:[net.minecraft.item.crafting.Ingredient@ffe4df6, net.minecraft.item.crafting.Ingredient@ffe4df6, net.minecraft.item.crafting.Ingredient@ffe4df6, net.minecraft.item.crafting.Ingredient@ffe4df6, net.minecraftforge.oredict.OreIngredient@7cd181bc, net.minecraft.item.crafting.Ingredient@ffe4df6, net.minecraft.item.crafting.Ingredient@ffe4df6, net.minecraft.item.crafting.Ingredient@ffe4df6, net.minecraft.item.crafting.Ingredient@ffe4df6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2770 appliedenergistics2:network/cables/dense_smart_purple RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.part@70:[net.minecraft.item.crafting.Ingredient@551018b7, net.minecraft.item.crafting.Ingredient@551018b7, net.minecraft.item.crafting.Ingredient@551018b7, net.minecraft.item.crafting.Ingredient@551018b7, net.minecraftforge.oredict.OreIngredient@3e6fb8, net.minecraft.item.crafting.Ingredient@551018b7, net.minecraft.item.crafting.Ingredient@551018b7, net.minecraft.item.crafting.Ingredient@551018b7, net.minecraft.item.crafting.Ingredient@551018b7]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2771 appliedenergistics2:network/cables/dense_smart_pink RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.part@66:[net.minecraft.item.crafting.Ingredient@6d3fdcb9, net.minecraft.item.crafting.Ingredient@6d3fdcb9, net.minecraft.item.crafting.Ingredient@6d3fdcb9, net.minecraft.item.crafting.Ingredient@6d3fdcb9, net.minecraftforge.oredict.OreIngredient@297a5d2, net.minecraft.item.crafting.Ingredient@6d3fdcb9, net.minecraft.item.crafting.Ingredient@6d3fdcb9, net.minecraft.item.crafting.Ingredient@6d3fdcb9, net.minecraft.item.crafting.Ingredient@6d3fdcb9]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2772 appliedenergistics2:network/cables/dense_smart_orange RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.part@61:[net.minecraft.item.crafting.Ingredient@5a37ad6e, net.minecraft.item.crafting.Ingredient@5a37ad6e, net.minecraft.item.crafting.Ingredient@5a37ad6e, net.minecraft.item.crafting.Ingredient@5a37ad6e, net.minecraftforge.oredict.OreIngredient@57f2c963, net.minecraft.item.crafting.Ingredient@5a37ad6e, net.minecraft.item.crafting.Ingredient@5a37ad6e, net.minecraft.item.crafting.Ingredient@5a37ad6e, net.minecraft.item.crafting.Ingredient@5a37ad6e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2773 appliedenergistics2:network/cables/dense_smart_magenta RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.part@62:[net.minecraft.item.crafting.Ingredient@2c263093, net.minecraft.item.crafting.Ingredient@2c263093, net.minecraft.item.crafting.Ingredient@2c263093, net.minecraft.item.crafting.Ingredient@2c263093, net.minecraftforge.oredict.OreIngredient@403dbeae, net.minecraft.item.crafting.Ingredient@2c263093, net.minecraft.item.crafting.Ingredient@2c263093, net.minecraft.item.crafting.Ingredient@2c263093, net.minecraft.item.crafting.Ingredient@2c263093]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2774 appliedenergistics2:network/cables/dense_smart_lime RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.part@65:[net.minecraft.item.crafting.Ingredient@4be0f1c8, net.minecraft.item.crafting.Ingredient@4be0f1c8, net.minecraft.item.crafting.Ingredient@4be0f1c8, net.minecraft.item.crafting.Ingredient@4be0f1c8, net.minecraftforge.oredict.OreIngredient@13469b18, net.minecraft.item.crafting.Ingredient@4be0f1c8, net.minecraft.item.crafting.Ingredient@4be0f1c8, net.minecraft.item.crafting.Ingredient@4be0f1c8, net.minecraft.item.crafting.Ingredient@4be0f1c8]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2775 appliedenergistics2:network/cables/dense_smart_light_gray RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.part@68:[net.minecraft.item.crafting.Ingredient@1d2dfd03, net.minecraft.item.crafting.Ingredient@1d2dfd03, net.minecraft.item.crafting.Ingredient@1d2dfd03, net.minecraft.item.crafting.Ingredient@1d2dfd03, net.minecraftforge.oredict.OreIngredient@2a5f7760, net.minecraft.item.crafting.Ingredient@1d2dfd03, net.minecraft.item.crafting.Ingredient@1d2dfd03, net.minecraft.item.crafting.Ingredient@1d2dfd03, net.minecraft.item.crafting.Ingredient@1d2dfd03]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2776 appliedenergistics2:network/cables/dense_smart_light_blue RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.part@63:[net.minecraft.item.crafting.Ingredient@53a854f1, net.minecraft.item.crafting.Ingredient@53a854f1, net.minecraft.item.crafting.Ingredient@53a854f1, net.minecraft.item.crafting.Ingredient@53a854f1, net.minecraftforge.oredict.OreIngredient@554b0ca3, net.minecraft.item.crafting.Ingredient@53a854f1, net.minecraft.item.crafting.Ingredient@53a854f1, net.minecraft.item.crafting.Ingredient@53a854f1, net.minecraft.item.crafting.Ingredient@53a854f1]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2777 appliedenergistics2:network/cables/dense_smart_green RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.part@73:[net.minecraft.item.crafting.Ingredient@159ef67a, net.minecraft.item.crafting.Ingredient@159ef67a, net.minecraft.item.crafting.Ingredient@159ef67a, net.minecraft.item.crafting.Ingredient@159ef67a, net.minecraftforge.oredict.OreIngredient@2fd95a7, net.minecraft.item.crafting.Ingredient@159ef67a, net.minecraft.item.crafting.Ingredient@159ef67a, net.minecraft.item.crafting.Ingredient@159ef67a, net.minecraft.item.crafting.Ingredient@159ef67a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2778 appliedenergistics2:network/cables/dense_smart_gray RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.part@67:[net.minecraft.item.crafting.Ingredient@7e116f43, net.minecraft.item.crafting.Ingredient@7e116f43, net.minecraft.item.crafting.Ingredient@7e116f43, net.minecraft.item.crafting.Ingredient@7e116f43, net.minecraftforge.oredict.OreIngredient@68e603da, net.minecraft.item.crafting.Ingredient@7e116f43, net.minecraft.item.crafting.Ingredient@7e116f43, net.minecraft.item.crafting.Ingredient@7e116f43, net.minecraft.item.crafting.Ingredient@7e116f43]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2779 appliedenergistics2:network/cables/dense_smart_fluix_clean RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.part@76:[net.minecraft.item.crafting.Ingredient@5ce54387, net.minecraft.item.crafting.Ingredient@70ff22d7]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2780 appliedenergistics2:network/cables/dense_smart_fluix RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.part@76:[net.minecraft.item.crafting.Ingredient@a9b2c16, net.minecraftforge.oredict.OreIngredient@20c0c1ab, net.minecraftforge.oredict.OreIngredient@73fcc9a6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2781 appliedenergistics2:network/cables/dense_smart_cyan RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.part@69:[net.minecraft.item.crafting.Ingredient@4ac0506c, net.minecraft.item.crafting.Ingredient@4ac0506c, net.minecraft.item.crafting.Ingredient@4ac0506c, net.minecraft.item.crafting.Ingredient@4ac0506c, net.minecraftforge.oredict.OreIngredient@5924840c, net.minecraft.item.crafting.Ingredient@4ac0506c, net.minecraft.item.crafting.Ingredient@4ac0506c, net.minecraft.item.crafting.Ingredient@4ac0506c, net.minecraft.item.crafting.Ingredient@4ac0506c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2782 appliedenergistics2:network/cables/dense_smart_brown RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.part@72:[net.minecraft.item.crafting.Ingredient@392ceed1, net.minecraft.item.crafting.Ingredient@392ceed1, net.minecraft.item.crafting.Ingredient@392ceed1, net.minecraft.item.crafting.Ingredient@392ceed1, net.minecraftforge.oredict.OreIngredient@1019fe10, net.minecraft.item.crafting.Ingredient@392ceed1, net.minecraft.item.crafting.Ingredient@392ceed1, net.minecraft.item.crafting.Ingredient@392ceed1, net.minecraft.item.crafting.Ingredient@392ceed1]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2783 appliedenergistics2:network/cables/dense_smart_blue RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.part@71:[net.minecraft.item.crafting.Ingredient@2bb90a26, net.minecraft.item.crafting.Ingredient@2bb90a26, net.minecraft.item.crafting.Ingredient@2bb90a26, net.minecraft.item.crafting.Ingredient@2bb90a26, net.minecraftforge.oredict.OreIngredient@b59ccdf, net.minecraft.item.crafting.Ingredient@2bb90a26, net.minecraft.item.crafting.Ingredient@2bb90a26, net.minecraft.item.crafting.Ingredient@2bb90a26, net.minecraft.item.crafting.Ingredient@2bb90a26]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2784 appliedenergistics2:network/cables/dense_smart_black RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.part@75:[net.minecraft.item.crafting.Ingredient@46e45a79, net.minecraft.item.crafting.Ingredient@46e45a79, net.minecraft.item.crafting.Ingredient@46e45a79, net.minecraft.item.crafting.Ingredient@46e45a79, net.minecraftforge.oredict.OreIngredient@11e41966, net.minecraft.item.crafting.Ingredient@46e45a79, net.minecraft.item.crafting.Ingredient@46e45a79, net.minecraft.item.crafting.Ingredient@46e45a79, net.minecraft.item.crafting.Ingredient@46e45a79]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2785 appliedenergistics2:network/cables/dense_covered_yellow RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.part@504:[net.minecraft.item.crafting.Ingredient@34d68795, net.minecraft.item.crafting.Ingredient@34d68795, net.minecraft.item.crafting.Ingredient@34d68795, net.minecraft.item.crafting.Ingredient@34d68795, net.minecraftforge.oredict.OreIngredient@796ffaec, net.minecraft.item.crafting.Ingredient@34d68795, net.minecraft.item.crafting.Ingredient@34d68795, net.minecraft.item.crafting.Ingredient@34d68795, net.minecraft.item.crafting.Ingredient@34d68795]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2786 appliedenergistics2:network/cables/dense_covered_white RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.part@500:[net.minecraft.item.crafting.Ingredient@4b2bef6f, net.minecraft.item.crafting.Ingredient@4b2bef6f, net.minecraft.item.crafting.Ingredient@4b2bef6f, net.minecraft.item.crafting.Ingredient@4b2bef6f, net.minecraftforge.oredict.OreIngredient@67a74e0a, net.minecraft.item.crafting.Ingredient@4b2bef6f, net.minecraft.item.crafting.Ingredient@4b2bef6f, net.minecraft.item.crafting.Ingredient@4b2bef6f, net.minecraft.item.crafting.Ingredient@4b2bef6f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2787 appliedenergistics2:network/cables/dense_covered_red RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.part@514:[net.minecraft.item.crafting.Ingredient@597e5765, net.minecraft.item.crafting.Ingredient@597e5765, net.minecraft.item.crafting.Ingredient@597e5765, net.minecraft.item.crafting.Ingredient@597e5765, net.minecraftforge.oredict.OreIngredient@79c1053e, net.minecraft.item.crafting.Ingredient@597e5765, net.minecraft.item.crafting.Ingredient@597e5765, net.minecraft.item.crafting.Ingredient@597e5765, net.minecraft.item.crafting.Ingredient@597e5765]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2788 appliedenergistics2:network/cables/dense_covered_purple RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.part@510:[net.minecraft.item.crafting.Ingredient@27e8c96e, net.minecraft.item.crafting.Ingredient@27e8c96e, net.minecraft.item.crafting.Ingredient@27e8c96e, net.minecraft.item.crafting.Ingredient@27e8c96e, net.minecraftforge.oredict.OreIngredient@11efeb16, net.minecraft.item.crafting.Ingredient@27e8c96e, net.minecraft.item.crafting.Ingredient@27e8c96e, net.minecraft.item.crafting.Ingredient@27e8c96e, net.minecraft.item.crafting.Ingredient@27e8c96e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2789 appliedenergistics2:network/cables/dense_covered_pink RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.part@506:[net.minecraft.item.crafting.Ingredient@76d8ad96, net.minecraft.item.crafting.Ingredient@76d8ad96, net.minecraft.item.crafting.Ingredient@76d8ad96, net.minecraft.item.crafting.Ingredient@76d8ad96, net.minecraftforge.oredict.OreIngredient@7c6b1bfc, net.minecraft.item.crafting.Ingredient@76d8ad96, net.minecraft.item.crafting.Ingredient@76d8ad96, net.minecraft.item.crafting.Ingredient@76d8ad96, net.minecraft.item.crafting.Ingredient@76d8ad96]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2790 appliedenergistics2:network/cables/dense_covered_orange RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.part@501:[net.minecraft.item.crafting.Ingredient@4a9f6e4c, net.minecraft.item.crafting.Ingredient@4a9f6e4c, net.minecraft.item.crafting.Ingredient@4a9f6e4c, net.minecraft.item.crafting.Ingredient@4a9f6e4c, net.minecraftforge.oredict.OreIngredient@396baf98, net.minecraft.item.crafting.Ingredient@4a9f6e4c, net.minecraft.item.crafting.Ingredient@4a9f6e4c, net.minecraft.item.crafting.Ingredient@4a9f6e4c, net.minecraft.item.crafting.Ingredient@4a9f6e4c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2791 appliedenergistics2:network/cables/dense_covered_magenta RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.part@502:[net.minecraft.item.crafting.Ingredient@62dc45e2, net.minecraft.item.crafting.Ingredient@62dc45e2, net.minecraft.item.crafting.Ingredient@62dc45e2, net.minecraft.item.crafting.Ingredient@62dc45e2, net.minecraftforge.oredict.OreIngredient@3c5119b1, net.minecraft.item.crafting.Ingredient@62dc45e2, net.minecraft.item.crafting.Ingredient@62dc45e2, net.minecraft.item.crafting.Ingredient@62dc45e2, net.minecraft.item.crafting.Ingredient@62dc45e2]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2792 appliedenergistics2:network/cables/dense_covered_lime RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.part@505:[net.minecraft.item.crafting.Ingredient@5e2d4332, net.minecraft.item.crafting.Ingredient@5e2d4332, net.minecraft.item.crafting.Ingredient@5e2d4332, net.minecraft.item.crafting.Ingredient@5e2d4332, net.minecraftforge.oredict.OreIngredient@b03cde6, net.minecraft.item.crafting.Ingredient@5e2d4332, net.minecraft.item.crafting.Ingredient@5e2d4332, net.minecraft.item.crafting.Ingredient@5e2d4332, net.minecraft.item.crafting.Ingredient@5e2d4332]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2793 appliedenergistics2:network/cables/dense_covered_light_gray RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.part@508:[net.minecraft.item.crafting.Ingredient@37cbe9ab, net.minecraft.item.crafting.Ingredient@37cbe9ab, net.minecraft.item.crafting.Ingredient@37cbe9ab, net.minecraft.item.crafting.Ingredient@37cbe9ab, net.minecraftforge.oredict.OreIngredient@fe25978, net.minecraft.item.crafting.Ingredient@37cbe9ab, net.minecraft.item.crafting.Ingredient@37cbe9ab, net.minecraft.item.crafting.Ingredient@37cbe9ab, net.minecraft.item.crafting.Ingredient@37cbe9ab]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2794 appliedenergistics2:network/cables/dense_covered_light_blue RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.part@503:[net.minecraft.item.crafting.Ingredient@49a2b72b, net.minecraft.item.crafting.Ingredient@49a2b72b, net.minecraft.item.crafting.Ingredient@49a2b72b, net.minecraft.item.crafting.Ingredient@49a2b72b, net.minecraftforge.oredict.OreIngredient@21fc9dce, net.minecraft.item.crafting.Ingredient@49a2b72b, net.minecraft.item.crafting.Ingredient@49a2b72b, net.minecraft.item.crafting.Ingredient@49a2b72b, net.minecraft.item.crafting.Ingredient@49a2b72b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2795 appliedenergistics2:network/cables/dense_covered_green RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.part@513:[net.minecraft.item.crafting.Ingredient@47bda259, net.minecraft.item.crafting.Ingredient@47bda259, net.minecraft.item.crafting.Ingredient@47bda259, net.minecraft.item.crafting.Ingredient@47bda259, net.minecraftforge.oredict.OreIngredient@219f7001, net.minecraft.item.crafting.Ingredient@47bda259, net.minecraft.item.crafting.Ingredient@47bda259, net.minecraft.item.crafting.Ingredient@47bda259, net.minecraft.item.crafting.Ingredient@47bda259]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2796 appliedenergistics2:network/cables/dense_covered_gray RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.part@507:[net.minecraft.item.crafting.Ingredient@54c701bc, net.minecraft.item.crafting.Ingredient@54c701bc, net.minecraft.item.crafting.Ingredient@54c701bc, net.minecraft.item.crafting.Ingredient@54c701bc, net.minecraftforge.oredict.OreIngredient@4592f942, net.minecraft.item.crafting.Ingredient@54c701bc, net.minecraft.item.crafting.Ingredient@54c701bc, net.minecraft.item.crafting.Ingredient@54c701bc, net.minecraft.item.crafting.Ingredient@54c701bc]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2797 appliedenergistics2:network/cables/dense_covered_fluix_clean RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.part@516:[net.minecraft.item.crafting.Ingredient@a950cc9, net.minecraft.item.crafting.Ingredient@1d935746]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2798 appliedenergistics2:network/cables/dense_covered_fluix RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.part@516:[net.minecraft.item.crafting.Ingredient@65f91014, net.minecraft.item.crafting.Ingredient@7ff488a4, net.minecraft.item.crafting.Ingredient@8ea83c5, net.minecraft.item.crafting.Ingredient@50767c8d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2799 appliedenergistics2:network/cables/dense_covered_cyan RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.part@509:[net.minecraft.item.crafting.Ingredient@19917bed, net.minecraft.item.crafting.Ingredient@19917bed, net.minecraft.item.crafting.Ingredient@19917bed, net.minecraft.item.crafting.Ingredient@19917bed, net.minecraftforge.oredict.OreIngredient@7122247f, net.minecraft.item.crafting.Ingredient@19917bed, net.minecraft.item.crafting.Ingredient@19917bed, net.minecraft.item.crafting.Ingredient@19917bed, net.minecraft.item.crafting.Ingredient@19917bed]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2800 appliedenergistics2:network/cables/dense_covered_brown RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.part@512:[net.minecraft.item.crafting.Ingredient@20f4d5ad, net.minecraft.item.crafting.Ingredient@20f4d5ad, net.minecraft.item.crafting.Ingredient@20f4d5ad, net.minecraft.item.crafting.Ingredient@20f4d5ad, net.minecraftforge.oredict.OreIngredient@1d742cd1, net.minecraft.item.crafting.Ingredient@20f4d5ad, net.minecraft.item.crafting.Ingredient@20f4d5ad, net.minecraft.item.crafting.Ingredient@20f4d5ad, net.minecraft.item.crafting.Ingredient@20f4d5ad]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2801 appliedenergistics2:network/cables/dense_covered_blue RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.part@511:[net.minecraft.item.crafting.Ingredient@6a29b061, net.minecraft.item.crafting.Ingredient@6a29b061, net.minecraft.item.crafting.Ingredient@6a29b061, net.minecraft.item.crafting.Ingredient@6a29b061, net.minecraftforge.oredict.OreIngredient@27ceffbe, net.minecraft.item.crafting.Ingredient@6a29b061, net.minecraft.item.crafting.Ingredient@6a29b061, net.minecraft.item.crafting.Ingredient@6a29b061, net.minecraft.item.crafting.Ingredient@6a29b061]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2802 appliedenergistics2:network/cables/dense_covered_black RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.part@515:[net.minecraft.item.crafting.Ingredient@19a4d679, net.minecraft.item.crafting.Ingredient@19a4d679, net.minecraft.item.crafting.Ingredient@19a4d679, net.minecraft.item.crafting.Ingredient@19a4d679, net.minecraftforge.oredict.OreIngredient@46c753cc, net.minecraft.item.crafting.Ingredient@19a4d679, net.minecraft.item.crafting.Ingredient@19a4d679, net.minecraft.item.crafting.Ingredient@19a4d679, net.minecraft.item.crafting.Ingredient@19a4d679]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2803 appliedenergistics2:network/cables/covered_yellow RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.part@24:[net.minecraft.item.crafting.Ingredient@2d908e80, net.minecraft.item.crafting.Ingredient@2d908e80, net.minecraft.item.crafting.Ingredient@2d908e80, net.minecraft.item.crafting.Ingredient@2d908e80, net.minecraftforge.oredict.OreIngredient@4a70ca0c, net.minecraft.item.crafting.Ingredient@2d908e80, net.minecraft.item.crafting.Ingredient@2d908e80, net.minecraft.item.crafting.Ingredient@2d908e80, net.minecraft.item.crafting.Ingredient@2d908e80]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2804 appliedenergistics2:network/cables/covered_white RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.part@20:[net.minecraft.item.crafting.Ingredient@37a4c938, net.minecraft.item.crafting.Ingredient@37a4c938, net.minecraft.item.crafting.Ingredient@37a4c938, net.minecraft.item.crafting.Ingredient@37a4c938, net.minecraftforge.oredict.OreIngredient@2bddb1a2, net.minecraft.item.crafting.Ingredient@37a4c938, net.minecraft.item.crafting.Ingredient@37a4c938, net.minecraft.item.crafting.Ingredient@37a4c938, net.minecraft.item.crafting.Ingredient@37a4c938]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2805 appliedenergistics2:network/cables/covered_red RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.part@34:[net.minecraft.item.crafting.Ingredient@54746216, net.minecraft.item.crafting.Ingredient@54746216, net.minecraft.item.crafting.Ingredient@54746216, net.minecraft.item.crafting.Ingredient@54746216, net.minecraftforge.oredict.OreIngredient@1bd41e9d, net.minecraft.item.crafting.Ingredient@54746216, net.minecraft.item.crafting.Ingredient@54746216, net.minecraft.item.crafting.Ingredient@54746216, net.minecraft.item.crafting.Ingredient@54746216]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2806 appliedenergistics2:network/cables/covered_purple RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.part@30:[net.minecraft.item.crafting.Ingredient@5e2f7a9f, net.minecraft.item.crafting.Ingredient@5e2f7a9f, net.minecraft.item.crafting.Ingredient@5e2f7a9f, net.minecraft.item.crafting.Ingredient@5e2f7a9f, net.minecraftforge.oredict.OreIngredient@2174446e, net.minecraft.item.crafting.Ingredient@5e2f7a9f, net.minecraft.item.crafting.Ingredient@5e2f7a9f, net.minecraft.item.crafting.Ingredient@5e2f7a9f, net.minecraft.item.crafting.Ingredient@5e2f7a9f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2807 appliedenergistics2:network/cables/covered_pink RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.part@26:[net.minecraft.item.crafting.Ingredient@33da1293, net.minecraft.item.crafting.Ingredient@33da1293, net.minecraft.item.crafting.Ingredient@33da1293, net.minecraft.item.crafting.Ingredient@33da1293, net.minecraftforge.oredict.OreIngredient@1287daae, net.minecraft.item.crafting.Ingredient@33da1293, net.minecraft.item.crafting.Ingredient@33da1293, net.minecraft.item.crafting.Ingredient@33da1293, net.minecraft.item.crafting.Ingredient@33da1293]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2808 appliedenergistics2:network/cables/covered_orange RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.part@21:[net.minecraft.item.crafting.Ingredient@5c5377bd, net.minecraft.item.crafting.Ingredient@5c5377bd, net.minecraft.item.crafting.Ingredient@5c5377bd, net.minecraft.item.crafting.Ingredient@5c5377bd, net.minecraftforge.oredict.OreIngredient@7f549559, net.minecraft.item.crafting.Ingredient@5c5377bd, net.minecraft.item.crafting.Ingredient@5c5377bd, net.minecraft.item.crafting.Ingredient@5c5377bd, net.minecraft.item.crafting.Ingredient@5c5377bd]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2809 appliedenergistics2:network/cables/covered_magenta RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.part@22:[net.minecraft.item.crafting.Ingredient@70bb7dba, net.minecraft.item.crafting.Ingredient@70bb7dba, net.minecraft.item.crafting.Ingredient@70bb7dba, net.minecraft.item.crafting.Ingredient@70bb7dba, net.minecraftforge.oredict.OreIngredient@38ae3a08, net.minecraft.item.crafting.Ingredient@70bb7dba, net.minecraft.item.crafting.Ingredient@70bb7dba, net.minecraft.item.crafting.Ingredient@70bb7dba, net.minecraft.item.crafting.Ingredient@70bb7dba]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2810 appliedenergistics2:network/cables/covered_lime RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.part@25:[net.minecraft.item.crafting.Ingredient@1e79dce8, net.minecraft.item.crafting.Ingredient@1e79dce8, net.minecraft.item.crafting.Ingredient@1e79dce8, net.minecraft.item.crafting.Ingredient@1e79dce8, net.minecraftforge.oredict.OreIngredient@3a0b96f6, net.minecraft.item.crafting.Ingredient@1e79dce8, net.minecraft.item.crafting.Ingredient@1e79dce8, net.minecraft.item.crafting.Ingredient@1e79dce8, net.minecraft.item.crafting.Ingredient@1e79dce8]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2811 appliedenergistics2:network/cables/covered_light_gray RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.part@28:[net.minecraft.item.crafting.Ingredient@7d864ba4, net.minecraft.item.crafting.Ingredient@7d864ba4, net.minecraft.item.crafting.Ingredient@7d864ba4, net.minecraft.item.crafting.Ingredient@7d864ba4, net.minecraftforge.oredict.OreIngredient@66ba860f, net.minecraft.item.crafting.Ingredient@7d864ba4, net.minecraft.item.crafting.Ingredient@7d864ba4, net.minecraft.item.crafting.Ingredient@7d864ba4, net.minecraft.item.crafting.Ingredient@7d864ba4]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2812 appliedenergistics2:network/cables/covered_light_blue RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.part@23:[net.minecraft.item.crafting.Ingredient@3b20ed4e, net.minecraft.item.crafting.Ingredient@3b20ed4e, net.minecraft.item.crafting.Ingredient@3b20ed4e, net.minecraft.item.crafting.Ingredient@3b20ed4e, net.minecraftforge.oredict.OreIngredient@6e428c3b, net.minecraft.item.crafting.Ingredient@3b20ed4e, net.minecraft.item.crafting.Ingredient@3b20ed4e, net.minecraft.item.crafting.Ingredient@3b20ed4e, net.minecraft.item.crafting.Ingredient@3b20ed4e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2813 appliedenergistics2:network/cables/covered_green RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.part@33:[net.minecraft.item.crafting.Ingredient@62d02900, net.minecraft.item.crafting.Ingredient@62d02900, net.minecraft.item.crafting.Ingredient@62d02900, net.minecraft.item.crafting.Ingredient@62d02900, net.minecraftforge.oredict.OreIngredient@42d3a3aa, net.minecraft.item.crafting.Ingredient@62d02900, net.minecraft.item.crafting.Ingredient@62d02900, net.minecraft.item.crafting.Ingredient@62d02900, net.minecraft.item.crafting.Ingredient@62d02900]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2814 appliedenergistics2:network/cables/covered_gray RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.part@27:[net.minecraft.item.crafting.Ingredient@333b6aee, net.minecraft.item.crafting.Ingredient@333b6aee, net.minecraft.item.crafting.Ingredient@333b6aee, net.minecraft.item.crafting.Ingredient@333b6aee, net.minecraftforge.oredict.OreIngredient@54fcc9ee, net.minecraft.item.crafting.Ingredient@333b6aee, net.minecraft.item.crafting.Ingredient@333b6aee, net.minecraft.item.crafting.Ingredient@333b6aee, net.minecraft.item.crafting.Ingredient@333b6aee]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2815 appliedenergistics2:network/cables/covered_fluix_clean RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.part@36:[net.minecraft.item.crafting.Ingredient@3f7bf0f9, net.minecraft.item.crafting.Ingredient@7709a2b2]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2816 appliedenergistics2:network/cables/covered_fluix RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.part@36:[net.minecraftforge.common.crafting.CompoundIngredient@7f6c21ce, net.minecraft.item.crafting.Ingredient@17bfb679]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2817 appliedenergistics2:network/cables/covered_cyan RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.part@29:[net.minecraft.item.crafting.Ingredient@8a827d, net.minecraft.item.crafting.Ingredient@8a827d, net.minecraft.item.crafting.Ingredient@8a827d, net.minecraft.item.crafting.Ingredient@8a827d, net.minecraftforge.oredict.OreIngredient@2b0ac22f, net.minecraft.item.crafting.Ingredient@8a827d, net.minecraft.item.crafting.Ingredient@8a827d, net.minecraft.item.crafting.Ingredient@8a827d, net.minecraft.item.crafting.Ingredient@8a827d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2818 appliedenergistics2:network/cables/covered_brown RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.part@32:[net.minecraft.item.crafting.Ingredient@2d478cc5, net.minecraft.item.crafting.Ingredient@2d478cc5, net.minecraft.item.crafting.Ingredient@2d478cc5, net.minecraft.item.crafting.Ingredient@2d478cc5, net.minecraftforge.oredict.OreIngredient@5997f936, net.minecraft.item.crafting.Ingredient@2d478cc5, net.minecraft.item.crafting.Ingredient@2d478cc5, net.minecraft.item.crafting.Ingredient@2d478cc5, net.minecraft.item.crafting.Ingredient@2d478cc5]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2819 appliedenergistics2:network/cables/covered_blue RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.part@31:[net.minecraft.item.crafting.Ingredient@129db500, net.minecraft.item.crafting.Ingredient@129db500, net.minecraft.item.crafting.Ingredient@129db500, net.minecraft.item.crafting.Ingredient@129db500, net.minecraftforge.oredict.OreIngredient@5d109cab, net.minecraft.item.crafting.Ingredient@129db500, net.minecraft.item.crafting.Ingredient@129db500, net.minecraft.item.crafting.Ingredient@129db500, net.minecraft.item.crafting.Ingredient@129db500]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2820 appliedenergistics2:network/cables/covered_black RecipeStage{tier='five', recipe=8xitem.appliedenergistics2.part@35:[net.minecraft.item.crafting.Ingredient@5db63e26, net.minecraft.item.crafting.Ingredient@5db63e26, net.minecraft.item.crafting.Ingredient@5db63e26, net.minecraft.item.crafting.Ingredient@5db63e26, net.minecraftforge.oredict.OreIngredient@75f4f884, net.minecraft.item.crafting.Ingredient@5db63e26, net.minecraft.item.crafting.Ingredient@5db63e26, net.minecraft.item.crafting.Ingredient@5db63e26, net.minecraft.item.crafting.Ingredient@5db63e26]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2821 appliedenergistics2:network/blocks/storage_drive RecipeStage{tier='five', recipe=1xtile.appliedenergistics2.drive@0:[net.minecraftforge.oredict.OreIngredient@32df8d0d, net.minecraft.item.crafting.Ingredient@602298a8, net.minecraftforge.oredict.OreIngredient@32df8d0d, net.minecraft.item.crafting.Ingredient@3511ae73, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3511ae73, net.minecraftforge.oredict.OreIngredient@32df8d0d, net.minecraft.item.crafting.Ingredient@602298a8, net.minecraftforge.oredict.OreIngredient@32df8d0d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2822 appliedenergistics2:network/blocks/storage_chest RecipeStage{tier='five', recipe=1xtile.appliedenergistics2.chest@0:[net.minecraftforge.common.crafting.CompoundIngredient@5ee45da6, net.minecraft.item.crafting.Ingredient@665ebf3, net.minecraftforge.common.crafting.CompoundIngredient@5ee45da6, net.minecraft.item.crafting.Ingredient@6b647da2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6b647da2, net.minecraftforge.oredict.OreIngredient@2cc1f6d7, net.minecraftforge.common.crafting.CompoundIngredient@38b5836e, net.minecraftforge.oredict.OreIngredient@2cc1f6d7]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2823 appliedenergistics2:network/blocks/spatial_io_pylon RecipeStage{tier='five', recipe=1xtile.appliedenergistics2.spatial_pylon@0:[net.minecraft.item.crafting.Ingredient@6a5da938, net.minecraft.item.crafting.Ingredient@5919d48e, net.minecraft.item.crafting.Ingredient@6a5da938, net.minecraftforge.oredict.OreIngredient@1b93df28, net.minecraftforge.common.crafting.CompoundIngredient@38b5836e, net.minecraftforge.oredict.OreIngredient@1b93df28, net.minecraft.item.crafting.Ingredient@6a5da938, net.minecraft.item.crafting.Ingredient@5919d48e, net.minecraft.item.crafting.Ingredient@6a5da938]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2824 appliedenergistics2:network/blocks/spatial_io_port RecipeStage{tier='five', recipe=1xtile.appliedenergistics2.spatial_io_port@0:[net.minecraftforge.common.crafting.CompoundIngredient@5ee45da6, net.minecraftforge.common.crafting.CompoundIngredient@5ee45da6, net.minecraftforge.common.crafting.CompoundIngredient@5ee45da6, net.minecraft.item.crafting.Ingredient@2891365c, net.minecraft.item.crafting.Ingredient@10a26073, net.minecraft.item.crafting.Ingredient@2891365c, net.minecraftforge.oredict.OreIngredient@52b7a42c, net.minecraft.item.crafting.Ingredient@cde75a0, net.minecraftforge.oredict.OreIngredient@52b7a42c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2825 appliedenergistics2:network/blocks/security_station RecipeStage{tier='five', recipe=1xtile.appliedenergistics2.security_station@0:[net.minecraftforge.oredict.OreIngredient@350cbd48, net.minecraft.item.crafting.Ingredient@3f587faf, net.minecraftforge.oredict.OreIngredient@350cbd48, net.minecraft.item.crafting.Ingredient@97b09f5, net.minecraft.item.crafting.Ingredient@1ac4d1e5, net.minecraft.item.crafting.Ingredient@97b09f5, net.minecraftforge.oredict.OreIngredient@350cbd48, net.minecraft.item.crafting.Ingredient@244b0ecb, net.minecraftforge.oredict.OreIngredient@350cbd48]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2826 appliedenergistics2:network/blocks/quantum_ring RecipeStage{tier='five', recipe=1xtile.appliedenergistics2.quantum_ring@0:[net.minecraftforge.oredict.OreIngredient@39b82224, net.minecraft.item.crafting.Ingredient@44d34455, net.minecraftforge.oredict.OreIngredient@39b82224, net.minecraft.item.crafting.Ingredient@8305baf, net.minecraft.item.crafting.Ingredient@4eb4930f, net.minecraft.item.crafting.Ingredient@2eb6a1b5, net.minecraftforge.oredict.OreIngredient@39b82224, net.minecraft.item.crafting.Ingredient@44d34455, net.minecraftforge.oredict.OreIngredient@39b82224]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2827 appliedenergistics2:network/blocks/quantum_link RecipeStage{tier='five', recipe=1xtile.appliedenergistics2.quantum_link@0:[net.minecraft.item.crafting.Ingredient@134b99be, net.minecraft.item.crafting.Ingredient@530bfdc2, net.minecraft.item.crafting.Ingredient@134b99be, net.minecraft.item.crafting.Ingredient@530bfdc2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@530bfdc2, net.minecraft.item.crafting.Ingredient@134b99be, net.minecraft.item.crafting.Ingredient@530bfdc2, net.minecraft.item.crafting.Ingredient@134b99be]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2828 appliedenergistics2:network/blocks/io_port RecipeStage{tier='five', recipe=1xtile.appliedenergistics2.io_port@0:[net.minecraftforge.common.crafting.CompoundIngredient@5ee45da6, net.minecraftforge.common.crafting.CompoundIngredient@5ee45da6, net.minecraftforge.common.crafting.CompoundIngredient@5ee45da6, net.minecraft.item.crafting.Ingredient@675b1e61, net.minecraft.item.crafting.Ingredient@67e37086, net.minecraft.item.crafting.Ingredient@675b1e61, net.minecraftforge.oredict.OreIngredient@4ca908ac, net.minecraft.item.crafting.Ingredient@27a730a9, net.minecraftforge.oredict.OreIngredient@4ca908ac]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2829 appliedenergistics2:network/blocks/io_condenser RecipeStage{tier='five', recipe=1xtile.appliedenergistics2.condenser@0:[net.minecraftforge.oredict.OreIngredient@3ebb2468, net.minecraftforge.common.crafting.CompoundIngredient@5ee45da6, net.minecraftforge.oredict.OreIngredient@3ebb2468, net.minecraftforge.common.crafting.CompoundIngredient@5ee45da6, net.minecraftforge.oredict.OreIngredient@2496519, net.minecraftforge.common.crafting.CompoundIngredient@5ee45da6, net.minecraftforge.oredict.OreIngredient@3ebb2468, net.minecraftforge.common.crafting.CompoundIngredient@5ee45da6, net.minecraftforge.oredict.OreIngredient@3ebb2468]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2830 appliedenergistics2:network/blocks/interfaces_interface_part RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.part@440:[net.minecraft.item.crafting.Ingredient@5054b993]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2833 appliedenergistics2:network/blocks/inscribers RecipeStage{tier='four', recipe=1xtile.appliedenergistics2.inscriber@0:[net.minecraftforge.oredict.OreIngredient@2f0c8952, net.minecraft.item.crafting.Ingredient@424667e, net.minecraftforge.oredict.OreIngredient@2f0c8952, net.minecraftforge.common.crafting.CompoundIngredient@38b5836e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2f0c8952, net.minecraftforge.oredict.OreIngredient@2f0c8952, net.minecraft.item.crafting.Ingredient@424667e, net.minecraftforge.oredict.OreIngredient@2f0c8952]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2834 appliedenergistics2:network/blocks/fluid_interfaces_interface_part RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.part@441:[net.minecraft.item.crafting.Ingredient@59103b77]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2835 appliedenergistics2:network/blocks/fluid_interfaces_interface_alt RecipeStage{tier='five', recipe=1xtile.appliedenergistics2.fluid_interface@0:[net.minecraft.item.crafting.Ingredient@71e7cfa9]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2836 appliedenergistics2:network/blocks/fluid_interfaces_interface RecipeStage{tier='five', recipe=1xtile.appliedenergistics2.fluid_interface@0:[net.minecraftforge.oredict.OreIngredient@215602b6, net.minecraftforge.oredict.OreIngredient@745e385a, net.minecraftforge.oredict.OreIngredient@215602b6, net.minecraft.item.crafting.Ingredient@2a5c508e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1b2ee8f4, net.minecraftforge.oredict.OreIngredient@215602b6, net.minecraftforge.oredict.OreIngredient@745e385a, net.minecraftforge.oredict.OreIngredient@215602b6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2838 appliedenergistics2:network/blocks/energy_energy_cell RecipeStage{tier='four', recipe=1xtile.appliedenergistics2.energy_cell@0:[net.minecraftforge.common.crafting.CompoundIngredient@3fad9d16, net.minecraftforge.oredict.OreIngredient@7e8f0d5, net.minecraftforge.common.crafting.CompoundIngredient@3fad9d16, net.minecraftforge.oredict.OreIngredient@7e8f0d5, net.minecraft.item.crafting.Ingredient@4031e855, net.minecraftforge.oredict.OreIngredient@7e8f0d5, net.minecraftforge.common.crafting.CompoundIngredient@3fad9d16, net.minecraftforge.oredict.OreIngredient@7e8f0d5, net.minecraftforge.common.crafting.CompoundIngredient@3fad9d16]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2839 appliedenergistics2:network/blocks/energy_energy_acceptor RecipeStage{tier='four', recipe=1xtile.appliedenergistics2.energy_acceptor@0:[net.minecraftforge.oredict.OreIngredient@98610f7, net.minecraft.item.crafting.Ingredient@541e4105, net.minecraftforge.oredict.OreIngredient@98610f7, net.minecraft.item.crafting.Ingredient@541e4105, net.minecraftforge.common.crafting.CompoundIngredient@38b5836e, net.minecraft.item.crafting.Ingredient@541e4105, net.minecraftforge.oredict.OreIngredient@98610f7, net.minecraft.item.crafting.Ingredient@541e4105, net.minecraftforge.oredict.OreIngredient@98610f7]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2840 appliedenergistics2:network/blocks/energy_dense_energy_cell RecipeStage{tier='five', recipe=1xtile.appliedenergistics2.dense_energy_cell@0:[net.minecraft.item.crafting.Ingredient@38dfb2d5, net.minecraft.item.crafting.Ingredient@38dfb2d5, net.minecraft.item.crafting.Ingredient@38dfb2d5, net.minecraft.item.crafting.Ingredient@38dfb2d5, net.minecraft.item.crafting.Ingredient@4fa94f15, net.minecraft.item.crafting.Ingredient@38dfb2d5, net.minecraft.item.crafting.Ingredient@38dfb2d5, net.minecraft.item.crafting.Ingredient@38dfb2d5, net.minecraft.item.crafting.Ingredient@38dfb2d5]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2841 appliedenergistics2:network/blocks/crystal_processing_quartz_growth_accelerator RecipeStage{tier='five', recipe=1xtile.appliedenergistics2.quartz_growth_accelerator@0:[net.minecraftforge.oredict.OreIngredient@661611ca, net.minecraft.item.crafting.Ingredient@b4550aa, net.minecraftforge.oredict.OreIngredient@661611ca, net.minecraft.item.crafting.Ingredient@2ab8865d, net.minecraft.item.crafting.Ingredient@41c9a235, net.minecraft.item.crafting.Ingredient@2ab8865d, net.minecraftforge.oredict.OreIngredient@661611ca, net.minecraft.item.crafting.Ingredient@b4550aa, net.minecraftforge.oredict.OreIngredient@661611ca]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2842 appliedenergistics2:network/blocks/crystal_processing_charger RecipeStage{tier='five', recipe=1xtile.appliedenergistics2.charger@0:[net.minecraftforge.oredict.OreIngredient@54d684f8, net.minecraftforge.common.crafting.CompoundIngredient@38b5836e, net.minecraftforge.oredict.OreIngredient@54d684f8, net.minecraftforge.oredict.OreIngredient@54d684f8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@54d684f8, net.minecraftforge.common.crafting.CompoundIngredient@38b5836e, net.minecraftforge.oredict.OreIngredient@54d684f8]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2843 appliedenergistics2:network/blocks/controller RecipeStage{tier='five', recipe=1xtile.appliedenergistics2.controller@0:[net.minecraft.item.crafting.Ingredient@1cf19398, net.minecraft.item.crafting.Ingredient@306ae759, net.minecraft.item.crafting.Ingredient@1cf19398, net.minecraft.item.crafting.Ingredient@306ae759, net.minecraft.item.crafting.Ingredient@5eec3843, net.minecraft.item.crafting.Ingredient@306ae759, net.minecraft.item.crafting.Ingredient@1cf19398, net.minecraft.item.crafting.Ingredient@306ae759, net.minecraft.item.crafting.Ingredient@1cf19398]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2844 appliedenergistics2:network/blocks/cell_workbench RecipeStage{tier='five', recipe=1xtile.appliedenergistics2.cell_workbench@0:[net.minecraftforge.common.crafting.CompoundIngredient@7f6c21ce, net.minecraft.item.crafting.Ingredient@31cfd111, net.minecraftforge.common.crafting.CompoundIngredient@7f6c21ce, net.minecraftforge.oredict.OreIngredient@654ecc5, net.minecraftforge.oredict.OreIngredient@35599475, net.minecraftforge.oredict.OreIngredient@654ecc5, net.minecraftforge.oredict.OreIngredient@654ecc5, net.minecraftforge.oredict.OreIngredient@654ecc5, net.minecraftforge.oredict.OreIngredient@654ecc5]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2845 appliedenergistics2:misc/vanilla_daylight_detector RecipeStage{tier='three', recipe=1xtile.daylightDetector@0:[net.minecraftforge.common.crafting.CompoundIngredient@5ee45da6, net.minecraftforge.common.crafting.CompoundIngredient@5ee45da6, net.minecraftforge.common.crafting.CompoundIngredient@5ee45da6, net.minecraftforge.common.crafting.CompoundIngredient@5dfe0362, net.minecraftforge.common.crafting.CompoundIngredient@5dfe0362, net.minecraftforge.common.crafting.CompoundIngredient@5dfe0362, net.minecraftforge.oredict.OreIngredient@7e20cc6c, net.minecraftforge.oredict.OreIngredient@7e20cc6c, net.minecraftforge.oredict.OreIngredient@7e20cc6c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2846 appliedenergistics2:misc/vanilla_comparator RecipeStage{tier='three', recipe=1xitem.comparator@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4f90ed21, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4f90ed21, net.minecraftforge.common.crafting.CompoundIngredient@5dfe0362, net.minecraft.item.crafting.Ingredient@4f90ed21, net.minecraftforge.oredict.OreIngredient@355c5a30, net.minecraftforge.oredict.OreIngredient@355c5a30, net.minecraftforge.oredict.OreIngredient@355c5a30]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2847 appliedenergistics2:misc/tiny_tnt RecipeStage{tier='five', recipe=1xtile.appliedenergistics2.tiny_tnt@0:[net.minecraftforge.common.crafting.CompoundIngredient@2fca44ce, net.minecraft.item.crafting.Ingredient@23a3ed65, net.minecraft.item.crafting.Ingredient@23a3ed65, net.minecraftforge.common.crafting.CompoundIngredient@2fca44ce]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2848 appliedenergistics2:misc/seeds_nether net.minecraftforge.oredict.ShapelessOreRecipe@c2ce1fb +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2849 appliedenergistics2:misc/seeds_fluix net.minecraftforge.oredict.ShapelessOreRecipe@17550ba8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2850 appliedenergistics2:misc/seeds_certus net.minecraftforge.oredict.ShapelessOreRecipe@40f80c5a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2854 appliedenergistics2:misc/fluixpearl RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.material@9:[net.minecraftforge.oredict.OreIngredient@3c33a274, net.minecraftforge.common.crafting.CompoundIngredient@38b5836e, net.minecraftforge.oredict.OreIngredient@3c33a274, net.minecraftforge.common.crafting.CompoundIngredient@38b5836e, net.minecraft.item.crafting.Ingredient@65b7917, net.minecraftforge.common.crafting.CompoundIngredient@38b5836e, net.minecraftforge.oredict.OreIngredient@3c33a274, net.minecraftforge.common.crafting.CompoundIngredient@38b5836e, net.minecraftforge.oredict.OreIngredient@3c33a274]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2855 appliedenergistics2:misc/deconstruction_fluix_block RecipeStage{tier='four', recipe=4xitem.appliedenergistics2.material@7:[net.minecraft.item.crafting.Ingredient@38121909]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2856 appliedenergistics2:misc/deconstruction_certus_quartz_pillar RecipeStage{tier='four', recipe=4xitem.appliedenergistics2.material@0:[net.minecraft.item.crafting.Ingredient@438ca5fa]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2857 appliedenergistics2:misc/deconstruction_certus_quartz_block RecipeStage{tier='four', recipe=4xitem.appliedenergistics2.material@0:[net.minecraft.item.crafting.Ingredient@411468bc]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2858 appliedenergistics2:misc/deconstruction_certus_chiseled_quartz RecipeStage{tier='four', recipe=4xitem.appliedenergistics2.material@0:[net.minecraft.item.crafting.Ingredient@795845a0]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2859 appliedenergistics2:materials/formationcore RecipeStage{tier='four', recipe=2xitem.appliedenergistics2.material@43:[net.minecraftforge.common.crafting.CompoundIngredient@3fad9d16, net.minecraftforge.oredict.OreIngredient@5f5dde8, net.minecraft.item.crafting.Ingredient@27828ca7]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2860 appliedenergistics2:materials/cardspeed RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.material@30:[net.minecraft.item.crafting.Ingredient@637304ee, net.minecraftforge.common.crafting.CompoundIngredient@38b5836e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2861 appliedenergistics2:materials/cardredstone RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.material@26:[net.minecraft.item.crafting.Ingredient@34059465, net.minecraft.item.crafting.Ingredient@3f5a2b8b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2862 appliedenergistics2:materials/cardinverter RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.material@31:[net.minecraft.item.crafting.Ingredient@319c1298, net.minecraft.item.crafting.Ingredient@7e16d3c2]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2863 appliedenergistics2:materials/cardfuzzy RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.material@29:[net.minecraft.item.crafting.Ingredient@f487795, net.minecraftforge.common.crafting.CompoundIngredient@7f6c21ce]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2864 appliedenergistics2:materials/cardcrafting RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.material@53:[net.minecraftforge.oredict.OreIngredient@5d23a4a5, net.minecraft.item.crafting.Ingredient@19a33873]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2865 appliedenergistics2:materials/cardcapacity RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.material@27:[net.minecraftforge.common.crafting.CompoundIngredient@3fad9d16, net.minecraft.item.crafting.Ingredient@326ba619]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2866 appliedenergistics2:materials/basiccard RecipeStage{tier='five', recipe=2xitem.appliedenergistics2.material@25:[net.minecraftforge.oredict.OreIngredient@1eb25077, net.minecraftforge.oredict.OreIngredient@39768e5e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5004850, net.minecraft.item.crafting.Ingredient@5d3ca7e9, net.minecraftforge.oredict.OreIngredient@39768e5e, net.minecraftforge.oredict.OreIngredient@1eb25077, net.minecraftforge.oredict.OreIngredient@39768e5e, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2867 appliedenergistics2:materials/annihilationcore RecipeStage{tier='four', recipe=2xitem.appliedenergistics2.material@44:[net.minecraftforge.common.crafting.CompoundIngredient@5dfe0362, net.minecraftforge.oredict.OreIngredient@63f662ee, net.minecraft.item.crafting.Ingredient@1d8e5e58]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2868 appliedenergistics2:materials/advancedcard RecipeStage{tier='five', recipe=2xitem.appliedenergistics2.material@28:[net.minecraftforge.oredict.OreIngredient@401654b4, net.minecraftforge.oredict.OreIngredient@4068a2fc, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6ab8740a, net.minecraft.item.crafting.Ingredient@35b6749e, net.minecraftforge.oredict.OreIngredient@4068a2fc, net.minecraftforge.oredict.OreIngredient@401654b4, net.minecraftforge.oredict.OreIngredient@4068a2fc, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2869 appliedenergistics2:decorative/stairs_smooth_sky_stone RecipeStage{tier='five', recipe=4xtile.appliedenergistics2.smooth_sky_stone_stairs@0:[net.minecraft.item.crafting.Ingredient@6da8aaa3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6da8aaa3, net.minecraft.item.crafting.Ingredient@6da8aaa3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6da8aaa3, net.minecraft.item.crafting.Ingredient@6da8aaa3, net.minecraft.item.crafting.Ingredient@6da8aaa3]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2870 appliedenergistics2:decorative/stairs_sky_stone_small_brick RecipeStage{tier='five', recipe=4xtile.appliedenergistics2.sky_stone_small_brick_stairs@0:[net.minecraft.item.crafting.Ingredient@6f05ef83, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6f05ef83, net.minecraft.item.crafting.Ingredient@6f05ef83, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6f05ef83, net.minecraft.item.crafting.Ingredient@6f05ef83, net.minecraft.item.crafting.Ingredient@6f05ef83]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2871 appliedenergistics2:decorative/stairs_sky_stone_brick RecipeStage{tier='five', recipe=4xtile.appliedenergistics2.sky_stone_brick_stairs@0:[net.minecraft.item.crafting.Ingredient@a7d6a96, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@a7d6a96, net.minecraft.item.crafting.Ingredient@a7d6a96, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@a7d6a96, net.minecraft.item.crafting.Ingredient@a7d6a96, net.minecraft.item.crafting.Ingredient@a7d6a96]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2872 appliedenergistics2:decorative/stairs_sky_stone RecipeStage{tier='five', recipe=4xtile.appliedenergistics2.sky_stone_stairs@0:[net.minecraft.item.crafting.Ingredient@2241d81a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2241d81a, net.minecraft.item.crafting.Ingredient@2241d81a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2241d81a, net.minecraft.item.crafting.Ingredient@2241d81a, net.minecraft.item.crafting.Ingredient@2241d81a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2873 appliedenergistics2:decorative/stairs_quartz_pillar RecipeStage{tier='four', recipe=4xtile.appliedenergistics2.quartz_pillar_stairs@0:[net.minecraft.item.crafting.Ingredient@67e87486, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@67e87486, net.minecraft.item.crafting.Ingredient@67e87486, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@67e87486, net.minecraft.item.crafting.Ingredient@67e87486, net.minecraft.item.crafting.Ingredient@67e87486]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2874 appliedenergistics2:decorative/stairs_quartz RecipeStage{tier='four', recipe=4xtile.appliedenergistics2.quartz_stairs@0:[net.minecraft.item.crafting.Ingredient@29936306, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@29936306, net.minecraft.item.crafting.Ingredient@29936306, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@29936306, net.minecraft.item.crafting.Ingredient@29936306, net.minecraft.item.crafting.Ingredient@29936306]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2875 appliedenergistics2:decorative/stairs_fluix RecipeStage{tier='four', recipe=4xtile.appliedenergistics2.fluix_stairs@0:[net.minecraft.item.crafting.Ingredient@56f0489, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@56f0489, net.minecraft.item.crafting.Ingredient@56f0489, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@56f0489, net.minecraft.item.crafting.Ingredient@56f0489, net.minecraft.item.crafting.Ingredient@56f0489]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2876 appliedenergistics2:decorative/stairs_chiseled_quartz RecipeStage{tier='four', recipe=4xtile.appliedenergistics2.chiseled_quartz_stairs@0:[net.minecraft.item.crafting.Ingredient@50e94d00, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@50e94d00, net.minecraft.item.crafting.Ingredient@50e94d00, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@50e94d00, net.minecraft.item.crafting.Ingredient@50e94d00, net.minecraft.item.crafting.Ingredient@50e94d00]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2877 appliedenergistics2:decorative/slabs_smooth_sky_stone RecipeStage{tier='five', recipe=6xtile.appliedenergistics2.smooth_sky_stone_slab@0:[net.minecraft.item.crafting.Ingredient@749ca612, net.minecraft.item.crafting.Ingredient@749ca612, net.minecraft.item.crafting.Ingredient@749ca612]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2878 appliedenergistics2:decorative/slabs_sky_stone_small_brick RecipeStage{tier='five', recipe=6xtile.appliedenergistics2.sky_stone_small_brick_slab@0:[net.minecraft.item.crafting.Ingredient@7d015b7c, net.minecraft.item.crafting.Ingredient@7d015b7c, net.minecraft.item.crafting.Ingredient@7d015b7c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2879 appliedenergistics2:decorative/slabs_sky_stone_brick RecipeStage{tier='five', recipe=6xtile.appliedenergistics2.sky_stone_brick_slab@0:[net.minecraft.item.crafting.Ingredient@147aac41, net.minecraft.item.crafting.Ingredient@147aac41, net.minecraft.item.crafting.Ingredient@147aac41]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2880 appliedenergistics2:decorative/slabs_sky_stone RecipeStage{tier='five', recipe=6xtile.appliedenergistics2.sky_stone_slab@0:[net.minecraft.item.crafting.Ingredient@1d863941, net.minecraft.item.crafting.Ingredient@1d863941, net.minecraft.item.crafting.Ingredient@1d863941]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2881 appliedenergistics2:decorative/slabs_quartz_pillar RecipeStage{tier='four', recipe=6xtile.appliedenergistics2.quartz_pillar_slab@0:[net.minecraft.item.crafting.Ingredient@757a0e45, net.minecraft.item.crafting.Ingredient@757a0e45, net.minecraft.item.crafting.Ingredient@757a0e45]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2882 appliedenergistics2:decorative/slabs_quartz RecipeStage{tier='four', recipe=6xtile.appliedenergistics2.quartz_slab@0:[net.minecraft.item.crafting.Ingredient@3ea5bc7c, net.minecraft.item.crafting.Ingredient@3ea5bc7c, net.minecraft.item.crafting.Ingredient@3ea5bc7c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2883 appliedenergistics2:decorative/slabs_fluix RecipeStage{tier='four', recipe=6xtile.appliedenergistics2.fluix_slab@0:[net.minecraft.item.crafting.Ingredient@13d2dbad, net.minecraft.item.crafting.Ingredient@13d2dbad, net.minecraft.item.crafting.Ingredient@13d2dbad]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2884 appliedenergistics2:decorative/slabs_chiseled_quartz RecipeStage{tier='four', recipe=6xtile.appliedenergistics2.chiseled_quartz_slab@0:[net.minecraft.item.crafting.Ingredient@55d14c6c, net.minecraft.item.crafting.Ingredient@55d14c6c, net.minecraft.item.crafting.Ingredient@55d14c6c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2885 appliedenergistics2:decorative/sky_stone_smooth RecipeStage{tier='five', recipe=1xtile.appliedenergistics2.smooth_sky_stone_block@0:[net.minecraft.item.crafting.Ingredient@745c3bee]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2886 appliedenergistics2:decorative/sky_stone_small_brick RecipeStage{tier='five', recipe=1xtile.appliedenergistics2.sky_stone_small_brick@0:[net.minecraft.item.crafting.Ingredient@fcfb721]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2887 appliedenergistics2:decorative/sky_stone_brick RecipeStage{tier='five', recipe=1xtile.appliedenergistics2.sky_stone_brick@0:[net.minecraft.item.crafting.Ingredient@2f5d5e49]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2888 appliedenergistics2:decorative/quartz_vibrant_glass RecipeStage{tier='four', recipe=1xtile.appliedenergistics2.quartz_vibrant_glass@0:[net.minecraft.item.crafting.Ingredient@31e81f48, net.minecraft.item.crafting.Ingredient@3751927f, net.minecraft.item.crafting.Ingredient@31e81f48]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2890 appliedenergistics2:decorative/quartz_fixture RecipeStage{tier='four', recipe=2xtile.appliedenergistics2.quartz_fixture@0:[net.minecraft.item.crafting.Ingredient@1be960eb, net.minecraft.item.crafting.Ingredient@5e50c735]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2891 appliedenergistics2:decorative/quartz_block_pure RecipeStage{tier='three', recipe=1xtile.quartzBlock@0:[net.minecraft.item.crafting.Ingredient@7476e4cc, net.minecraft.item.crafting.Ingredient@7476e4cc, net.minecraft.item.crafting.Ingredient@7476e4cc, net.minecraft.item.crafting.Ingredient@7476e4cc, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7476e4cc, net.minecraft.item.crafting.Ingredient@7476e4cc, net.minecraft.item.crafting.Ingredient@7476e4cc, net.minecraft.item.crafting.Ingredient@7476e4cc]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2892 appliedenergistics2:decorative/light_detector RecipeStage{tier='four', recipe=1xtile.appliedenergistics2.light_detector@0:[net.minecraftforge.common.crafting.CompoundIngredient@5dfe0362, net.minecraft.item.crafting.Ingredient@4e05ba1e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2893 appliedenergistics2:decorative/fluix_block_pure RecipeStage{tier='four', recipe=1xtile.appliedenergistics2.fluix_block@0:[net.minecraft.item.crafting.Ingredient@13286d5d, net.minecraft.item.crafting.Ingredient@13286d5d, net.minecraft.item.crafting.Ingredient@13286d5d, net.minecraft.item.crafting.Ingredient@13286d5d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@13286d5d, net.minecraft.item.crafting.Ingredient@13286d5d, net.minecraft.item.crafting.Ingredient@13286d5d, net.minecraft.item.crafting.Ingredient@13286d5d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2894 appliedenergistics2:decorative/fluix_block RecipeStage{tier='four', recipe=1xtile.appliedenergistics2.fluix_block@0:[net.minecraftforge.oredict.OreIngredient@3350dd7c, net.minecraftforge.oredict.OreIngredient@3350dd7c, net.minecraftforge.oredict.OreIngredient@3350dd7c, net.minecraftforge.oredict.OreIngredient@3350dd7c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2895 appliedenergistics2:decorative/chiseled_quartz_block RecipeStage{tier='four', recipe=2xtile.appliedenergistics2.chiseled_quartz_block@0:[net.minecraft.item.crafting.Ingredient@63f28271, net.minecraft.item.crafting.Ingredient@63f28271]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2896 appliedenergistics2:decorative/certus_quartz_pillar RecipeStage{tier='four', recipe=2xtile.appliedenergistics2.quartz_pillar@0:[net.minecraft.item.crafting.Ingredient@e6a1c4b, net.minecraft.item.crafting.Ingredient@e6a1c4b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2897 appliedenergistics2:decorative/certus_quartz_block_pure RecipeStage{tier='four', recipe=1xtile.appliedenergistics2.quartz_block@0:[net.minecraft.item.crafting.Ingredient@1c3afdb3, net.minecraft.item.crafting.Ingredient@1c3afdb3, net.minecraft.item.crafting.Ingredient@1c3afdb3, net.minecraft.item.crafting.Ingredient@1c3afdb3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1c3afdb3, net.minecraft.item.crafting.Ingredient@1c3afdb3, net.minecraft.item.crafting.Ingredient@1c3afdb3, net.minecraft.item.crafting.Ingredient@1c3afdb3]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2898 appliedenergistics2:decorative/certus_quartz_block RecipeStage{tier='four', recipe=1xtile.appliedenergistics2.quartz_block@0:[net.minecraftforge.oredict.OreIngredient@3965aefd, net.minecraftforge.oredict.OreIngredient@3965aefd, net.minecraftforge.oredict.OreIngredient@3965aefd, net.minecraftforge.oredict.OreIngredient@3965aefd]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2903 betterwithaddons:yumi_top RecipeStage{tier='three', recipe=1xitem.japanmat@18:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@e93109e, net.minecraft.item.crafting.Ingredient@e93109e, net.minecraftforge.oredict.OreIngredient@2a6ea2b0, net.minecraft.item.crafting.Ingredient@e93109e, net.minecraftforge.oredict.OreIngredient@6e7938c5]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2904 betterwithaddons:yumi_bottom RecipeStage{tier='three', recipe=1xitem.japanmat@19:[net.minecraft.item.crafting.Ingredient@186ed36e, net.minecraftforge.oredict.OreIngredient@701678b5, net.minecraft.item.crafting.Ingredient@186ed36e, net.minecraftforge.oredict.OreIngredient@13bdb9c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@186ed36e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2905 betterwithaddons:ya_head RecipeStage{tier='three', recipe=1xitem.japanmat@17:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6041b837, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@63689520, net.minecraftforge.oredict.OreIngredient@63689520, net.minecraftforge.oredict.OreIngredient@6041b837, net.minecraftforge.oredict.OreIngredient@6041b837, net.minecraftforge.oredict.OreIngredient@6041b837]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2906 betterwithaddons:wrought_lantern RecipeStage{tier='three', recipe=1xtile.wrought_lamp@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6ad7e15f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6ad7e15f, net.minecraft.item.crafting.Ingredient@68475d2b, net.minecraft.item.crafting.Ingredient@6ad7e15f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6ad7e15f, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2930 betterwithaddons:whitebrick_mossy RecipeStage{tier='two', recipe=1xtile.whitebrick@1:[net.minecraft.item.crafting.Ingredient@54ddf8c1, net.minecraftforge.oredict.OreIngredient@434d940d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2931 betterwithaddons:whitebrick RecipeStage{tier='two', recipe=4xtile.whitebrick@0:[net.minecraft.item.crafting.Ingredient@1e452d73, net.minecraft.item.crafting.Ingredient@1e452d73, net.minecraft.item.crafting.Ingredient@1e452d73, net.minecraft.item.crafting.Ingredient@1e452d73]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2932 betterwithaddons:weight_wood RecipeStage{tier='one', recipe=1xtile.weight_wood@0:[net.minecraftforge.oredict.OreIngredient@55f077ae, net.minecraftforge.oredict.OreIngredient@6da57f97, net.minecraftforge.oredict.OreIngredient@55f077ae, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@751b12c3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@55f077ae, net.minecraft.item.crafting.Ingredient@40e05776, net.minecraftforge.oredict.OreIngredient@55f077ae]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2933 betterwithaddons:weight_stone RecipeStage{tier='one', recipe=1xtile.weight_stone@0:[net.minecraftforge.oredict.OreIngredient@121892b6, net.minecraftforge.oredict.OreIngredient@574c5b9c, net.minecraftforge.oredict.OreIngredient@121892b6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@58a80217, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@121892b6, net.minecraft.item.crafting.Ingredient@3b145eae, net.minecraftforge.oredict.OreIngredient@121892b6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2938 betterwithaddons:unbaked_mushroom_pie RecipeStage{tier='two', recipe=1xtile.unbaked@2:[net.minecraft.item.crafting.Ingredient@1877039e, net.minecraft.item.crafting.Ingredient@76005c6c, net.minecraft.item.crafting.Ingredient@7537783e, net.minecraft.item.crafting.Ingredient@5f7621dc, net.minecraftforge.oredict.OreIngredient@7fbda25f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2939 betterwithaddons:unbaked_melon_pie RecipeStage{tier='two', recipe=1xtile.unbaked@0:[net.minecraft.item.crafting.Ingredient@39394cf1, net.minecraft.item.crafting.Ingredient@61dc449c, net.minecraft.item.crafting.Ingredient@34f266d9, net.minecraft.item.crafting.Ingredient@3a1c0cdf, net.minecraftforge.oredict.OreIngredient@49b181a9]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2940 betterwithaddons:unbaked_meat_pie RecipeStage{tier='two', recipe=1xtile.unbaked@1:[net.minecraft.item.crafting.Ingredient@72f05786, net.minecraft.item.crafting.Ingredient@6e03ca93, net.minecraft.item.crafting.Ingredient@4eb6bd35, net.minecraft.item.crafting.Ingredient@30618168, net.minecraftforge.oredict.OreIngredient@405dac85]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2941 betterwithaddons:unbaked_amanita_pie RecipeStage{tier='two', recipe=1xtile.unbaked@3:[net.minecraft.item.crafting.Ingredient@5a1cfc42, net.minecraft.item.crafting.Ingredient@3f895e97, net.minecraft.item.crafting.Ingredient@30011eb, net.minecraft.item.crafting.Ingredient@36c0bbf6, net.minecraftforge.oredict.OreIngredient@b83af80]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2942 betterwithaddons:tsuka RecipeStage{tier='three', recipe=1xitem.japanmat@15:[net.minecraftforge.oredict.OreIngredient@5842ae55, net.minecraftforge.oredict.OreIngredient@5842ae55, net.minecraftforge.oredict.OreIngredient@5842ae55, net.minecraftforge.oredict.OreIngredient@7f42aff1, net.minecraftforge.oredict.OreIngredient@7f42aff1, net.minecraftforge.common.crafting.CompoundIngredient@6e743605]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2944 betterwithaddons:tamahagane_wrapped RecipeStage{tier='three', recipe=1xitem.japanmat@25:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2c3139e1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2c3139e1, net.minecraft.item.crafting.Ingredient@df7309c, net.minecraft.item.crafting.Ingredient@2c3139e1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2c3139e1, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2945 betterwithaddons:tamahagane_folded RecipeStage{tier='three', recipe=1xitem.japanmat@22:[net.minecraft.item.crafting.Ingredient@766e3b77, net.minecraftforge.oredict.OreIngredient@7dba653e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2946 betterwithaddons:tamahagane_finished RecipeStage{tier='three', recipe=1xitem.japanmat@24:[net.minecraft.item.crafting.Ingredient@5d065e2b, net.minecraftforge.oredict.OreIngredient@635f606a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2948 betterwithaddons:soulsand_pile RecipeStage{tier='three', recipe=1xtile.hellsand@0:[net.minecraft.item.crafting.Ingredient@53d337e, net.minecraft.item.crafting.Ingredient@7fcda973, net.minecraft.item.crafting.Ingredient@f168fcf, net.minecraft.item.crafting.Ingredient@77e24a60]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2949 betterwithaddons:soulsand RecipeStage{tier='three', recipe=4xitem.soulsand_pile@0:[net.minecraft.item.crafting.Ingredient@57bbf67e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2950 betterwithaddons:shoji RecipeStage{tier='one', recipe=4xtile.shoji@0:[net.minecraft.item.crafting.Ingredient@2244b767, net.minecraft.item.crafting.Ingredient@282abb42, net.minecraft.item.crafting.Ingredient@2244b767, net.minecraft.item.crafting.Ingredient@282abb42, net.minecraft.item.crafting.Ingredient@2244b767, net.minecraft.item.crafting.Ingredient@282abb42, net.minecraft.item.crafting.Ingredient@2244b767, net.minecraft.item.crafting.Ingredient@282abb42, net.minecraft.item.crafting.Ingredient@2244b767]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2951 betterwithaddons:scaffold RecipeStage{tier='one', recipe=1xtile.scaffold@0:[net.minecraft.item.crafting.Ingredient@73453ea7, net.minecraft.item.crafting.Ingredient@3829f8e9]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2952 betterwithaddons:rice_bowl RecipeStage{tier='disabled', recipe=1xitem.food_bowl_rice@0:[net.minecraft.item.crafting.Ingredient@51687d21, net.minecraft.item.crafting.Ingredient@51687d21, net.minecraft.item.crafting.Ingredient@3171e61c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2955 betterwithaddons:paper_wall RecipeStage{tier='two', recipe=6xtile.paper_wall@0:[net.minecraft.item.crafting.Ingredient@7c4f7e07, type:MOULDING parent:[1xtile.wood@0, 1xtile.wood@1, 1xtile.wood@2, 1xtile.wood@3, 1xtile.wood@4, 1xtile.wood@5, 1xtile.rustic.planks@0, 1xtile.rustic.planks@1, 1xtile.rustic.painted_wood_black@0, 1xtile.rustic.painted_wood_blue@0, 1xtile.rustic.painted_wood_brown@0, 1xtile.rustic.painted_wood_cyan@0, 1xtile.rustic.painted_wood_gray@0, 1xtile.rustic.painted_wood_green@0, 1xtile.rustic.painted_wood_light_blue@0, 1xtile.rustic.painted_wood_lime@0, 1xtile.rustic.painted_wood_magenta@0, 1xtile.rustic.painted_wood_orange@0, 1xtile.rustic.painted_wood_pink@0, 1xtile.rustic.painted_wood_purple@0, 1xtile.rustic.painted_wood_red@0, 1xtile.rustic.painted_wood_silver@0, 1xtile.rustic.painted_wood_white@0, 1xtile.rustic.painted_wood_yellow@0, 1xtile.chisel.planks-oak@0, 1xtile.chisel.planks-oak@1, 1xtile.chisel.planks-oak@2, 1xtile.chisel.planks-oak@3, 1xtile.chisel.planks-oak@4, 1xtile.chisel.planks-oak@5, 1xtile.chisel.planks-oak@6, 1xtile.chisel.planks-oak@7, 1xtile.chisel.planks-oak@8, 1xtile.chisel.planks-oak@9, 1xtile.chisel.planks-oak@10, 1xtile.chisel.planks-oak@11, 1xtile.chisel.planks-oak@12, 1xtile.chisel.planks-oak@13, 1xtile.chisel.planks-oak@14, 1xtile.chisel.planks-spruce@0, 1xtile.chisel.planks-spruce@1, 1xtile.chisel.planks-spruce@2, 1xtile.chisel.planks-spruce@3, 1xtile.chisel.planks-spruce@4, 1xtile.chisel.planks-spruce@5, 1xtile.chisel.planks-spruce@6, 1xtile.chisel.planks-spruce@7, 1xtile.chisel.planks-spruce@8, 1xtile.chisel.planks-spruce@9, 1xtile.chisel.planks-spruce@10, 1xtile.chisel.planks-spruce@11, 1xtile.chisel.planks-spruce@12, 1xtile.chisel.planks-spruce@13, 1xtile.chisel.planks-spruce@14, 1xtile.chisel.planks-birch@0, 1xtile.chisel.planks-birch@1, 1xtile.chisel.planks-birch@2, 1xtile.chisel.planks-birch@3, 1xtile.chisel.planks-birch@4, 1xtile.chisel.planks-birch@5, 1xtile.chisel.planks-birch@6, 1xtile.chisel.planks-birch@7, 1xtile.chisel.planks-birch@8, 1xtile.chisel.planks-birch@9, 1xtile.chisel.planks-birch@10, 1xtile.chisel.planks-birch@11, 1xtile.chisel.planks-birch@12, 1xtile.chisel.planks-birch@13, 1xtile.chisel.planks-birch@14, 1xtile.chisel.planks-jungle@0, 1xtile.chisel.planks-jungle@1, 1xtile.chisel.planks-jungle@2, 1xtile.chisel.planks-jungle@3, 1xtile.chisel.planks-jungle@4, 1xtile.chisel.planks-jungle@5, 1xtile.chisel.planks-jungle@6, 1xtile.chisel.planks-jungle@7, 1xtile.chisel.planks-jungle@8, 1xtile.chisel.planks-jungle@9, 1xtile.chisel.planks-jungle@10, 1xtile.chisel.planks-jungle@11, 1xtile.chisel.planks-jungle@12, 1xtile.chisel.planks-jungle@13, 1xtile.chisel.planks-jungle@14, 1xtile.chisel.planks-acacia@0, 1xtile.chisel.planks-acacia@1, 1xtile.chisel.planks-acacia@2, 1xtile.chisel.planks-acacia@3, 1xtile.chisel.planks-acacia@4, 1xtile.chisel.planks-acacia@5, 1xtile.chisel.planks-acacia@6, 1xtile.chisel.planks-acacia@7, 1xtile.chisel.planks-acacia@8, 1xtile.chisel.planks-acacia@9, 1xtile.chisel.planks-acacia@10, 1xtile.chisel.planks-acacia@11, 1xtile.chisel.planks-acacia@12, 1xtile.chisel.planks-acacia@13, 1xtile.chisel.planks-acacia@14, 1xtile.chisel.planks-dark-oak@0, 1xtile.chisel.planks-dark-oak@1, 1xtile.chisel.planks-dark-oak@2, 1xtile.chisel.planks-dark-oak@3, 1xtile.chisel.planks-dark-oak@4, 1xtile.chisel.planks-dark-oak@5, 1xtile.chisel.planks-dark-oak@6, 1xtile.chisel.planks-dark-oak@7, 1xtile.chisel.planks-dark-oak@8, 1xtile.chisel.planks-dark-oak@9, 1xtile.chisel.planks-dark-oak@10, 1xtile.chisel.planks-dark-oak@11, 1xtile.chisel.planks-dark-oak@12, 1xtile.chisel.planks-dark-oak@13, 1xtile.chisel.planks-dark-oak@14, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8, 1xtile.natura.nether_planks@0, 1xtile.natura.nether_planks@1, 1xtile.natura.nether_planks@2, 1xtile.natura.nether_planks@3, 1xtile.planks_sakura@0, 1xtile.planks_mulberry@0, 1xtile.blocks.integrateddynamics.menril_planks@0, 1xtile.primal.planks@0, 1xtile.primal.planks@1, 1xtile.primal.planks@2, 1xtile.primal.planks@3, 1xtile.dltplank@0, 1xtile.dreadplanks@0, 1xtile.thebetweenlands.weedwood_planks@0, 1xtile.thebetweenlands.rubber_tree_planks@0, 1xtile.thebetweenlands.giant_root_planks@0, 1xtile.thebetweenlands.hearthgrove_planks@0, 1xtile.thebetweenlands.nibbletwig_planks@0, 1xtile.twilightforest.TowerStone@0, 1xtile.twilightforest.TowerStone@1, 1xtile.twilightforest.TowerStone@2, 1xtile.twilightforest.TowerStone@3, 1xtile.twilightforest.TowerStone@4, 1xtile.totemic:cedar_plank@0, 1xtile.traverse:fir_planks@0, 1xtile.kepler22b_planks.0@0, 1xtile.primal.planks@0, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8], net.minecraft.item.crafting.Ingredient@7c4f7e07, net.minecraft.item.crafting.Ingredient@7c4f7e07, net.minecraft.item.crafting.Ingredient@7c4f7e07, net.minecraft.item.crafting.Ingredient@7c4f7e07, net.minecraft.item.crafting.Ingredient@7c4f7e07, type:MOULDING parent:[1xtile.wood@0, 1xtile.wood@1, 1xtile.wood@2, 1xtile.wood@3, 1xtile.wood@4, 1xtile.wood@5, 1xtile.rustic.planks@0, 1xtile.rustic.planks@1, 1xtile.rustic.painted_wood_black@0, 1xtile.rustic.painted_wood_blue@0, 1xtile.rustic.painted_wood_brown@0, 1xtile.rustic.painted_wood_cyan@0, 1xtile.rustic.painted_wood_gray@0, 1xtile.rustic.painted_wood_green@0, 1xtile.rustic.painted_wood_light_blue@0, 1xtile.rustic.painted_wood_lime@0, 1xtile.rustic.painted_wood_magenta@0, 1xtile.rustic.painted_wood_orange@0, 1xtile.rustic.painted_wood_pink@0, 1xtile.rustic.painted_wood_purple@0, 1xtile.rustic.painted_wood_red@0, 1xtile.rustic.painted_wood_silver@0, 1xtile.rustic.painted_wood_white@0, 1xtile.rustic.painted_wood_yellow@0, 1xtile.chisel.planks-oak@0, 1xtile.chisel.planks-oak@1, 1xtile.chisel.planks-oak@2, 1xtile.chisel.planks-oak@3, 1xtile.chisel.planks-oak@4, 1xtile.chisel.planks-oak@5, 1xtile.chisel.planks-oak@6, 1xtile.chisel.planks-oak@7, 1xtile.chisel.planks-oak@8, 1xtile.chisel.planks-oak@9, 1xtile.chisel.planks-oak@10, 1xtile.chisel.planks-oak@11, 1xtile.chisel.planks-oak@12, 1xtile.chisel.planks-oak@13, 1xtile.chisel.planks-oak@14, 1xtile.chisel.planks-spruce@0, 1xtile.chisel.planks-spruce@1, 1xtile.chisel.planks-spruce@2, 1xtile.chisel.planks-spruce@3, 1xtile.chisel.planks-spruce@4, 1xtile.chisel.planks-spruce@5, 1xtile.chisel.planks-spruce@6, 1xtile.chisel.planks-spruce@7, 1xtile.chisel.planks-spruce@8, 1xtile.chisel.planks-spruce@9, 1xtile.chisel.planks-spruce@10, 1xtile.chisel.planks-spruce@11, 1xtile.chisel.planks-spruce@12, 1xtile.chisel.planks-spruce@13, 1xtile.chisel.planks-spruce@14, 1xtile.chisel.planks-birch@0, 1xtile.chisel.planks-birch@1, 1xtile.chisel.planks-birch@2, 1xtile.chisel.planks-birch@3, 1xtile.chisel.planks-birch@4, 1xtile.chisel.planks-birch@5, 1xtile.chisel.planks-birch@6, 1xtile.chisel.planks-birch@7, 1xtile.chisel.planks-birch@8, 1xtile.chisel.planks-birch@9, 1xtile.chisel.planks-birch@10, 1xtile.chisel.planks-birch@11, 1xtile.chisel.planks-birch@12, 1xtile.chisel.planks-birch@13, 1xtile.chisel.planks-birch@14, 1xtile.chisel.planks-jungle@0, 1xtile.chisel.planks-jungle@1, 1xtile.chisel.planks-jungle@2, 1xtile.chisel.planks-jungle@3, 1xtile.chisel.planks-jungle@4, 1xtile.chisel.planks-jungle@5, 1xtile.chisel.planks-jungle@6, 1xtile.chisel.planks-jungle@7, 1xtile.chisel.planks-jungle@8, 1xtile.chisel.planks-jungle@9, 1xtile.chisel.planks-jungle@10, 1xtile.chisel.planks-jungle@11, 1xtile.chisel.planks-jungle@12, 1xtile.chisel.planks-jungle@13, 1xtile.chisel.planks-jungle@14, 1xtile.chisel.planks-acacia@0, 1xtile.chisel.planks-acacia@1, 1xtile.chisel.planks-acacia@2, 1xtile.chisel.planks-acacia@3, 1xtile.chisel.planks-acacia@4, 1xtile.chisel.planks-acacia@5, 1xtile.chisel.planks-acacia@6, 1xtile.chisel.planks-acacia@7, 1xtile.chisel.planks-acacia@8, 1xtile.chisel.planks-acacia@9, 1xtile.chisel.planks-acacia@10, 1xtile.chisel.planks-acacia@11, 1xtile.chisel.planks-acacia@12, 1xtile.chisel.planks-acacia@13, 1xtile.chisel.planks-acacia@14, 1xtile.chisel.planks-dark-oak@0, 1xtile.chisel.planks-dark-oak@1, 1xtile.chisel.planks-dark-oak@2, 1xtile.chisel.planks-dark-oak@3, 1xtile.chisel.planks-dark-oak@4, 1xtile.chisel.planks-dark-oak@5, 1xtile.chisel.planks-dark-oak@6, 1xtile.chisel.planks-dark-oak@7, 1xtile.chisel.planks-dark-oak@8, 1xtile.chisel.planks-dark-oak@9, 1xtile.chisel.planks-dark-oak@10, 1xtile.chisel.planks-dark-oak@11, 1xtile.chisel.planks-dark-oak@12, 1xtile.chisel.planks-dark-oak@13, 1xtile.chisel.planks-dark-oak@14, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8, 1xtile.natura.nether_planks@0, 1xtile.natura.nether_planks@1, 1xtile.natura.nether_planks@2, 1xtile.natura.nether_planks@3, 1xtile.planks_sakura@0, 1xtile.planks_mulberry@0, 1xtile.blocks.integrateddynamics.menril_planks@0, 1xtile.primal.planks@0, 1xtile.primal.planks@1, 1xtile.primal.planks@2, 1xtile.primal.planks@3, 1xtile.dltplank@0, 1xtile.dreadplanks@0, 1xtile.thebetweenlands.weedwood_planks@0, 1xtile.thebetweenlands.rubber_tree_planks@0, 1xtile.thebetweenlands.giant_root_planks@0, 1xtile.thebetweenlands.hearthgrove_planks@0, 1xtile.thebetweenlands.nibbletwig_planks@0, 1xtile.twilightforest.TowerStone@0, 1xtile.twilightforest.TowerStone@1, 1xtile.twilightforest.TowerStone@2, 1xtile.twilightforest.TowerStone@3, 1xtile.twilightforest.TowerStone@4, 1xtile.totemic:cedar_plank@0, 1xtile.traverse:fir_planks@0, 1xtile.kepler22b_planks.0@0, 1xtile.primal.planks@0, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8], net.minecraft.item.crafting.Ingredient@7c4f7e07]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2956 betterwithaddons:paper_lantern RecipeStage{tier='zero', recipe=1xtile.wood_lamp@0:[net.minecraft.item.crafting.Ingredient@79195bbb, type:MOULDING parent:[1xtile.wood@0, 1xtile.wood@1, 1xtile.wood@2, 1xtile.wood@3, 1xtile.wood@4, 1xtile.wood@5, 1xtile.rustic.planks@0, 1xtile.rustic.planks@1, 1xtile.rustic.painted_wood_black@0, 1xtile.rustic.painted_wood_blue@0, 1xtile.rustic.painted_wood_brown@0, 1xtile.rustic.painted_wood_cyan@0, 1xtile.rustic.painted_wood_gray@0, 1xtile.rustic.painted_wood_green@0, 1xtile.rustic.painted_wood_light_blue@0, 1xtile.rustic.painted_wood_lime@0, 1xtile.rustic.painted_wood_magenta@0, 1xtile.rustic.painted_wood_orange@0, 1xtile.rustic.painted_wood_pink@0, 1xtile.rustic.painted_wood_purple@0, 1xtile.rustic.painted_wood_red@0, 1xtile.rustic.painted_wood_silver@0, 1xtile.rustic.painted_wood_white@0, 1xtile.rustic.painted_wood_yellow@0, 1xtile.chisel.planks-oak@0, 1xtile.chisel.planks-oak@1, 1xtile.chisel.planks-oak@2, 1xtile.chisel.planks-oak@3, 1xtile.chisel.planks-oak@4, 1xtile.chisel.planks-oak@5, 1xtile.chisel.planks-oak@6, 1xtile.chisel.planks-oak@7, 1xtile.chisel.planks-oak@8, 1xtile.chisel.planks-oak@9, 1xtile.chisel.planks-oak@10, 1xtile.chisel.planks-oak@11, 1xtile.chisel.planks-oak@12, 1xtile.chisel.planks-oak@13, 1xtile.chisel.planks-oak@14, 1xtile.chisel.planks-spruce@0, 1xtile.chisel.planks-spruce@1, 1xtile.chisel.planks-spruce@2, 1xtile.chisel.planks-spruce@3, 1xtile.chisel.planks-spruce@4, 1xtile.chisel.planks-spruce@5, 1xtile.chisel.planks-spruce@6, 1xtile.chisel.planks-spruce@7, 1xtile.chisel.planks-spruce@8, 1xtile.chisel.planks-spruce@9, 1xtile.chisel.planks-spruce@10, 1xtile.chisel.planks-spruce@11, 1xtile.chisel.planks-spruce@12, 1xtile.chisel.planks-spruce@13, 1xtile.chisel.planks-spruce@14, 1xtile.chisel.planks-birch@0, 1xtile.chisel.planks-birch@1, 1xtile.chisel.planks-birch@2, 1xtile.chisel.planks-birch@3, 1xtile.chisel.planks-birch@4, 1xtile.chisel.planks-birch@5, 1xtile.chisel.planks-birch@6, 1xtile.chisel.planks-birch@7, 1xtile.chisel.planks-birch@8, 1xtile.chisel.planks-birch@9, 1xtile.chisel.planks-birch@10, 1xtile.chisel.planks-birch@11, 1xtile.chisel.planks-birch@12, 1xtile.chisel.planks-birch@13, 1xtile.chisel.planks-birch@14, 1xtile.chisel.planks-jungle@0, 1xtile.chisel.planks-jungle@1, 1xtile.chisel.planks-jungle@2, 1xtile.chisel.planks-jungle@3, 1xtile.chisel.planks-jungle@4, 1xtile.chisel.planks-jungle@5, 1xtile.chisel.planks-jungle@6, 1xtile.chisel.planks-jungle@7, 1xtile.chisel.planks-jungle@8, 1xtile.chisel.planks-jungle@9, 1xtile.chisel.planks-jungle@10, 1xtile.chisel.planks-jungle@11, 1xtile.chisel.planks-jungle@12, 1xtile.chisel.planks-jungle@13, 1xtile.chisel.planks-jungle@14, 1xtile.chisel.planks-acacia@0, 1xtile.chisel.planks-acacia@1, 1xtile.chisel.planks-acacia@2, 1xtile.chisel.planks-acacia@3, 1xtile.chisel.planks-acacia@4, 1xtile.chisel.planks-acacia@5, 1xtile.chisel.planks-acacia@6, 1xtile.chisel.planks-acacia@7, 1xtile.chisel.planks-acacia@8, 1xtile.chisel.planks-acacia@9, 1xtile.chisel.planks-acacia@10, 1xtile.chisel.planks-acacia@11, 1xtile.chisel.planks-acacia@12, 1xtile.chisel.planks-acacia@13, 1xtile.chisel.planks-acacia@14, 1xtile.chisel.planks-dark-oak@0, 1xtile.chisel.planks-dark-oak@1, 1xtile.chisel.planks-dark-oak@2, 1xtile.chisel.planks-dark-oak@3, 1xtile.chisel.planks-dark-oak@4, 1xtile.chisel.planks-dark-oak@5, 1xtile.chisel.planks-dark-oak@6, 1xtile.chisel.planks-dark-oak@7, 1xtile.chisel.planks-dark-oak@8, 1xtile.chisel.planks-dark-oak@9, 1xtile.chisel.planks-dark-oak@10, 1xtile.chisel.planks-dark-oak@11, 1xtile.chisel.planks-dark-oak@12, 1xtile.chisel.planks-dark-oak@13, 1xtile.chisel.planks-dark-oak@14, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8, 1xtile.natura.nether_planks@0, 1xtile.natura.nether_planks@1, 1xtile.natura.nether_planks@2, 1xtile.natura.nether_planks@3, 1xtile.planks_sakura@0, 1xtile.planks_mulberry@0, 1xtile.blocks.integrateddynamics.menril_planks@0, 1xtile.primal.planks@0, 1xtile.primal.planks@1, 1xtile.primal.planks@2, 1xtile.primal.planks@3, 1xtile.dltplank@0, 1xtile.dreadplanks@0, 1xtile.thebetweenlands.weedwood_planks@0, 1xtile.thebetweenlands.rubber_tree_planks@0, 1xtile.thebetweenlands.giant_root_planks@0, 1xtile.thebetweenlands.hearthgrove_planks@0, 1xtile.thebetweenlands.nibbletwig_planks@0, 1xtile.twilightforest.TowerStone@0, 1xtile.twilightforest.TowerStone@1, 1xtile.twilightforest.TowerStone@2, 1xtile.twilightforest.TowerStone@3, 1xtile.twilightforest.TowerStone@4, 1xtile.totemic:cedar_plank@0, 1xtile.traverse:fir_planks@0, 1xtile.kepler22b_planks.0@0, 1xtile.primal.planks@0, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8], net.minecraft.item.crafting.Ingredient@79195bbb, type:MOULDING parent:[1xtile.wood@0, 1xtile.wood@1, 1xtile.wood@2, 1xtile.wood@3, 1xtile.wood@4, 1xtile.wood@5, 1xtile.rustic.planks@0, 1xtile.rustic.planks@1, 1xtile.rustic.painted_wood_black@0, 1xtile.rustic.painted_wood_blue@0, 1xtile.rustic.painted_wood_brown@0, 1xtile.rustic.painted_wood_cyan@0, 1xtile.rustic.painted_wood_gray@0, 1xtile.rustic.painted_wood_green@0, 1xtile.rustic.painted_wood_light_blue@0, 1xtile.rustic.painted_wood_lime@0, 1xtile.rustic.painted_wood_magenta@0, 1xtile.rustic.painted_wood_orange@0, 1xtile.rustic.painted_wood_pink@0, 1xtile.rustic.painted_wood_purple@0, 1xtile.rustic.painted_wood_red@0, 1xtile.rustic.painted_wood_silver@0, 1xtile.rustic.painted_wood_white@0, 1xtile.rustic.painted_wood_yellow@0, 1xtile.chisel.planks-oak@0, 1xtile.chisel.planks-oak@1, 1xtile.chisel.planks-oak@2, 1xtile.chisel.planks-oak@3, 1xtile.chisel.planks-oak@4, 1xtile.chisel.planks-oak@5, 1xtile.chisel.planks-oak@6, 1xtile.chisel.planks-oak@7, 1xtile.chisel.planks-oak@8, 1xtile.chisel.planks-oak@9, 1xtile.chisel.planks-oak@10, 1xtile.chisel.planks-oak@11, 1xtile.chisel.planks-oak@12, 1xtile.chisel.planks-oak@13, 1xtile.chisel.planks-oak@14, 1xtile.chisel.planks-spruce@0, 1xtile.chisel.planks-spruce@1, 1xtile.chisel.planks-spruce@2, 1xtile.chisel.planks-spruce@3, 1xtile.chisel.planks-spruce@4, 1xtile.chisel.planks-spruce@5, 1xtile.chisel.planks-spruce@6, 1xtile.chisel.planks-spruce@7, 1xtile.chisel.planks-spruce@8, 1xtile.chisel.planks-spruce@9, 1xtile.chisel.planks-spruce@10, 1xtile.chisel.planks-spruce@11, 1xtile.chisel.planks-spruce@12, 1xtile.chisel.planks-spruce@13, 1xtile.chisel.planks-spruce@14, 1xtile.chisel.planks-birch@0, 1xtile.chisel.planks-birch@1, 1xtile.chisel.planks-birch@2, 1xtile.chisel.planks-birch@3, 1xtile.chisel.planks-birch@4, 1xtile.chisel.planks-birch@5, 1xtile.chisel.planks-birch@6, 1xtile.chisel.planks-birch@7, 1xtile.chisel.planks-birch@8, 1xtile.chisel.planks-birch@9, 1xtile.chisel.planks-birch@10, 1xtile.chisel.planks-birch@11, 1xtile.chisel.planks-birch@12, 1xtile.chisel.planks-birch@13, 1xtile.chisel.planks-birch@14, 1xtile.chisel.planks-jungle@0, 1xtile.chisel.planks-jungle@1, 1xtile.chisel.planks-jungle@2, 1xtile.chisel.planks-jungle@3, 1xtile.chisel.planks-jungle@4, 1xtile.chisel.planks-jungle@5, 1xtile.chisel.planks-jungle@6, 1xtile.chisel.planks-jungle@7, 1xtile.chisel.planks-jungle@8, 1xtile.chisel.planks-jungle@9, 1xtile.chisel.planks-jungle@10, 1xtile.chisel.planks-jungle@11, 1xtile.chisel.planks-jungle@12, 1xtile.chisel.planks-jungle@13, 1xtile.chisel.planks-jungle@14, 1xtile.chisel.planks-acacia@0, 1xtile.chisel.planks-acacia@1, 1xtile.chisel.planks-acacia@2, 1xtile.chisel.planks-acacia@3, 1xtile.chisel.planks-acacia@4, 1xtile.chisel.planks-acacia@5, 1xtile.chisel.planks-acacia@6, 1xtile.chisel.planks-acacia@7, 1xtile.chisel.planks-acacia@8, 1xtile.chisel.planks-acacia@9, 1xtile.chisel.planks-acacia@10, 1xtile.chisel.planks-acacia@11, 1xtile.chisel.planks-acacia@12, 1xtile.chisel.planks-acacia@13, 1xtile.chisel.planks-acacia@14, 1xtile.chisel.planks-dark-oak@0, 1xtile.chisel.planks-dark-oak@1, 1xtile.chisel.planks-dark-oak@2, 1xtile.chisel.planks-dark-oak@3, 1xtile.chisel.planks-dark-oak@4, 1xtile.chisel.planks-dark-oak@5, 1xtile.chisel.planks-dark-oak@6, 1xtile.chisel.planks-dark-oak@7, 1xtile.chisel.planks-dark-oak@8, 1xtile.chisel.planks-dark-oak@9, 1xtile.chisel.planks-dark-oak@10, 1xtile.chisel.planks-dark-oak@11, 1xtile.chisel.planks-dark-oak@12, 1xtile.chisel.planks-dark-oak@13, 1xtile.chisel.planks-dark-oak@14, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8, 1xtile.natura.nether_planks@0, 1xtile.natura.nether_planks@1, 1xtile.natura.nether_planks@2, 1xtile.natura.nether_planks@3, 1xtile.planks_sakura@0, 1xtile.planks_mulberry@0, 1xtile.blocks.integrateddynamics.menril_planks@0, 1xtile.primal.planks@0, 1xtile.primal.planks@1, 1xtile.primal.planks@2, 1xtile.primal.planks@3, 1xtile.dltplank@0, 1xtile.dreadplanks@0, 1xtile.thebetweenlands.weedwood_planks@0, 1xtile.thebetweenlands.rubber_tree_planks@0, 1xtile.thebetweenlands.giant_root_planks@0, 1xtile.thebetweenlands.hearthgrove_planks@0, 1xtile.thebetweenlands.nibbletwig_planks@0, 1xtile.twilightforest.TowerStone@0, 1xtile.twilightforest.TowerStone@1, 1xtile.twilightforest.TowerStone@2, 1xtile.twilightforest.TowerStone@3, 1xtile.twilightforest.TowerStone@4, 1xtile.totemic:cedar_plank@0, 1xtile.traverse:fir_planks@0, 1xtile.kepler22b_planks.0@0, 1xtile.primal.planks@0, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8], net.minecraft.item.crafting.Ingredient@700bf54f, type:MOULDING parent:[1xtile.wood@0, 1xtile.wood@1, 1xtile.wood@2, 1xtile.wood@3, 1xtile.wood@4, 1xtile.wood@5, 1xtile.rustic.planks@0, 1xtile.rustic.planks@1, 1xtile.rustic.painted_wood_black@0, 1xtile.rustic.painted_wood_blue@0, 1xtile.rustic.painted_wood_brown@0, 1xtile.rustic.painted_wood_cyan@0, 1xtile.rustic.painted_wood_gray@0, 1xtile.rustic.painted_wood_green@0, 1xtile.rustic.painted_wood_light_blue@0, 1xtile.rustic.painted_wood_lime@0, 1xtile.rustic.painted_wood_magenta@0, 1xtile.rustic.painted_wood_orange@0, 1xtile.rustic.painted_wood_pink@0, 1xtile.rustic.painted_wood_purple@0, 1xtile.rustic.painted_wood_red@0, 1xtile.rustic.painted_wood_silver@0, 1xtile.rustic.painted_wood_white@0, 1xtile.rustic.painted_wood_yellow@0, 1xtile.chisel.planks-oak@0, 1xtile.chisel.planks-oak@1, 1xtile.chisel.planks-oak@2, 1xtile.chisel.planks-oak@3, 1xtile.chisel.planks-oak@4, 1xtile.chisel.planks-oak@5, 1xtile.chisel.planks-oak@6, 1xtile.chisel.planks-oak@7, 1xtile.chisel.planks-oak@8, 1xtile.chisel.planks-oak@9, 1xtile.chisel.planks-oak@10, 1xtile.chisel.planks-oak@11, 1xtile.chisel.planks-oak@12, 1xtile.chisel.planks-oak@13, 1xtile.chisel.planks-oak@14, 1xtile.chisel.planks-spruce@0, 1xtile.chisel.planks-spruce@1, 1xtile.chisel.planks-spruce@2, 1xtile.chisel.planks-spruce@3, 1xtile.chisel.planks-spruce@4, 1xtile.chisel.planks-spruce@5, 1xtile.chisel.planks-spruce@6, 1xtile.chisel.planks-spruce@7, 1xtile.chisel.planks-spruce@8, 1xtile.chisel.planks-spruce@9, 1xtile.chisel.planks-spruce@10, 1xtile.chisel.planks-spruce@11, 1xtile.chisel.planks-spruce@12, 1xtile.chisel.planks-spruce@13, 1xtile.chisel.planks-spruce@14, 1xtile.chisel.planks-birch@0, 1xtile.chisel.planks-birch@1, 1xtile.chisel.planks-birch@2, 1xtile.chisel.planks-birch@3, 1xtile.chisel.planks-birch@4, 1xtile.chisel.planks-birch@5, 1xtile.chisel.planks-birch@6, 1xtile.chisel.planks-birch@7, 1xtile.chisel.planks-birch@8, 1xtile.chisel.planks-birch@9, 1xtile.chisel.planks-birch@10, 1xtile.chisel.planks-birch@11, 1xtile.chisel.planks-birch@12, 1xtile.chisel.planks-birch@13, 1xtile.chisel.planks-birch@14, 1xtile.chisel.planks-jungle@0, 1xtile.chisel.planks-jungle@1, 1xtile.chisel.planks-jungle@2, 1xtile.chisel.planks-jungle@3, 1xtile.chisel.planks-jungle@4, 1xtile.chisel.planks-jungle@5, 1xtile.chisel.planks-jungle@6, 1xtile.chisel.planks-jungle@7, 1xtile.chisel.planks-jungle@8, 1xtile.chisel.planks-jungle@9, 1xtile.chisel.planks-jungle@10, 1xtile.chisel.planks-jungle@11, 1xtile.chisel.planks-jungle@12, 1xtile.chisel.planks-jungle@13, 1xtile.chisel.planks-jungle@14, 1xtile.chisel.planks-acacia@0, 1xtile.chisel.planks-acacia@1, 1xtile.chisel.planks-acacia@2, 1xtile.chisel.planks-acacia@3, 1xtile.chisel.planks-acacia@4, 1xtile.chisel.planks-acacia@5, 1xtile.chisel.planks-acacia@6, 1xtile.chisel.planks-acacia@7, 1xtile.chisel.planks-acacia@8, 1xtile.chisel.planks-acacia@9, 1xtile.chisel.planks-acacia@10, 1xtile.chisel.planks-acacia@11, 1xtile.chisel.planks-acacia@12, 1xtile.chisel.planks-acacia@13, 1xtile.chisel.planks-acacia@14, 1xtile.chisel.planks-dark-oak@0, 1xtile.chisel.planks-dark-oak@1, 1xtile.chisel.planks-dark-oak@2, 1xtile.chisel.planks-dark-oak@3, 1xtile.chisel.planks-dark-oak@4, 1xtile.chisel.planks-dark-oak@5, 1xtile.chisel.planks-dark-oak@6, 1xtile.chisel.planks-dark-oak@7, 1xtile.chisel.planks-dark-oak@8, 1xtile.chisel.planks-dark-oak@9, 1xtile.chisel.planks-dark-oak@10, 1xtile.chisel.planks-dark-oak@11, 1xtile.chisel.planks-dark-oak@12, 1xtile.chisel.planks-dark-oak@13, 1xtile.chisel.planks-dark-oak@14, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8, 1xtile.natura.nether_planks@0, 1xtile.natura.nether_planks@1, 1xtile.natura.nether_planks@2, 1xtile.natura.nether_planks@3, 1xtile.planks_sakura@0, 1xtile.planks_mulberry@0, 1xtile.blocks.integrateddynamics.menril_planks@0, 1xtile.primal.planks@0, 1xtile.primal.planks@1, 1xtile.primal.planks@2, 1xtile.primal.planks@3, 1xtile.dltplank@0, 1xtile.dreadplanks@0, 1xtile.thebetweenlands.weedwood_planks@0, 1xtile.thebetweenlands.rubber_tree_planks@0, 1xtile.thebetweenlands.giant_root_planks@0, 1xtile.thebetweenlands.hearthgrove_planks@0, 1xtile.thebetweenlands.nibbletwig_planks@0, 1xtile.twilightforest.TowerStone@0, 1xtile.twilightforest.TowerStone@1, 1xtile.twilightforest.TowerStone@2, 1xtile.twilightforest.TowerStone@3, 1xtile.twilightforest.TowerStone@4, 1xtile.totemic:cedar_plank@0, 1xtile.traverse:fir_planks@0, 1xtile.kepler22b_planks.0@0, 1xtile.primal.planks@0, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8], net.minecraft.item.crafting.Ingredient@79195bbb, type:MOULDING parent:[1xtile.wood@0, 1xtile.wood@1, 1xtile.wood@2, 1xtile.wood@3, 1xtile.wood@4, 1xtile.wood@5, 1xtile.rustic.planks@0, 1xtile.rustic.planks@1, 1xtile.rustic.painted_wood_black@0, 1xtile.rustic.painted_wood_blue@0, 1xtile.rustic.painted_wood_brown@0, 1xtile.rustic.painted_wood_cyan@0, 1xtile.rustic.painted_wood_gray@0, 1xtile.rustic.painted_wood_green@0, 1xtile.rustic.painted_wood_light_blue@0, 1xtile.rustic.painted_wood_lime@0, 1xtile.rustic.painted_wood_magenta@0, 1xtile.rustic.painted_wood_orange@0, 1xtile.rustic.painted_wood_pink@0, 1xtile.rustic.painted_wood_purple@0, 1xtile.rustic.painted_wood_red@0, 1xtile.rustic.painted_wood_silver@0, 1xtile.rustic.painted_wood_white@0, 1xtile.rustic.painted_wood_yellow@0, 1xtile.chisel.planks-oak@0, 1xtile.chisel.planks-oak@1, 1xtile.chisel.planks-oak@2, 1xtile.chisel.planks-oak@3, 1xtile.chisel.planks-oak@4, 1xtile.chisel.planks-oak@5, 1xtile.chisel.planks-oak@6, 1xtile.chisel.planks-oak@7, 1xtile.chisel.planks-oak@8, 1xtile.chisel.planks-oak@9, 1xtile.chisel.planks-oak@10, 1xtile.chisel.planks-oak@11, 1xtile.chisel.planks-oak@12, 1xtile.chisel.planks-oak@13, 1xtile.chisel.planks-oak@14, 1xtile.chisel.planks-spruce@0, 1xtile.chisel.planks-spruce@1, 1xtile.chisel.planks-spruce@2, 1xtile.chisel.planks-spruce@3, 1xtile.chisel.planks-spruce@4, 1xtile.chisel.planks-spruce@5, 1xtile.chisel.planks-spruce@6, 1xtile.chisel.planks-spruce@7, 1xtile.chisel.planks-spruce@8, 1xtile.chisel.planks-spruce@9, 1xtile.chisel.planks-spruce@10, 1xtile.chisel.planks-spruce@11, 1xtile.chisel.planks-spruce@12, 1xtile.chisel.planks-spruce@13, 1xtile.chisel.planks-spruce@14, 1xtile.chisel.planks-birch@0, 1xtile.chisel.planks-birch@1, 1xtile.chisel.planks-birch@2, 1xtile.chisel.planks-birch@3, 1xtile.chisel.planks-birch@4, 1xtile.chisel.planks-birch@5, 1xtile.chisel.planks-birch@6, 1xtile.chisel.planks-birch@7, 1xtile.chisel.planks-birch@8, 1xtile.chisel.planks-birch@9, 1xtile.chisel.planks-birch@10, 1xtile.chisel.planks-birch@11, 1xtile.chisel.planks-birch@12, 1xtile.chisel.planks-birch@13, 1xtile.chisel.planks-birch@14, 1xtile.chisel.planks-jungle@0, 1xtile.chisel.planks-jungle@1, 1xtile.chisel.planks-jungle@2, 1xtile.chisel.planks-jungle@3, 1xtile.chisel.planks-jungle@4, 1xtile.chisel.planks-jungle@5, 1xtile.chisel.planks-jungle@6, 1xtile.chisel.planks-jungle@7, 1xtile.chisel.planks-jungle@8, 1xtile.chisel.planks-jungle@9, 1xtile.chisel.planks-jungle@10, 1xtile.chisel.planks-jungle@11, 1xtile.chisel.planks-jungle@12, 1xtile.chisel.planks-jungle@13, 1xtile.chisel.planks-jungle@14, 1xtile.chisel.planks-acacia@0, 1xtile.chisel.planks-acacia@1, 1xtile.chisel.planks-acacia@2, 1xtile.chisel.planks-acacia@3, 1xtile.chisel.planks-acacia@4, 1xtile.chisel.planks-acacia@5, 1xtile.chisel.planks-acacia@6, 1xtile.chisel.planks-acacia@7, 1xtile.chisel.planks-acacia@8, 1xtile.chisel.planks-acacia@9, 1xtile.chisel.planks-acacia@10, 1xtile.chisel.planks-acacia@11, 1xtile.chisel.planks-acacia@12, 1xtile.chisel.planks-acacia@13, 1xtile.chisel.planks-acacia@14, 1xtile.chisel.planks-dark-oak@0, 1xtile.chisel.planks-dark-oak@1, 1xtile.chisel.planks-dark-oak@2, 1xtile.chisel.planks-dark-oak@3, 1xtile.chisel.planks-dark-oak@4, 1xtile.chisel.planks-dark-oak@5, 1xtile.chisel.planks-dark-oak@6, 1xtile.chisel.planks-dark-oak@7, 1xtile.chisel.planks-dark-oak@8, 1xtile.chisel.planks-dark-oak@9, 1xtile.chisel.planks-dark-oak@10, 1xtile.chisel.planks-dark-oak@11, 1xtile.chisel.planks-dark-oak@12, 1xtile.chisel.planks-dark-oak@13, 1xtile.chisel.planks-dark-oak@14, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8, 1xtile.natura.nether_planks@0, 1xtile.natura.nether_planks@1, 1xtile.natura.nether_planks@2, 1xtile.natura.nether_planks@3, 1xtile.planks_sakura@0, 1xtile.planks_mulberry@0, 1xtile.blocks.integrateddynamics.menril_planks@0, 1xtile.primal.planks@0, 1xtile.primal.planks@1, 1xtile.primal.planks@2, 1xtile.primal.planks@3, 1xtile.dltplank@0, 1xtile.dreadplanks@0, 1xtile.thebetweenlands.weedwood_planks@0, 1xtile.thebetweenlands.rubber_tree_planks@0, 1xtile.thebetweenlands.giant_root_planks@0, 1xtile.thebetweenlands.hearthgrove_planks@0, 1xtile.thebetweenlands.nibbletwig_planks@0, 1xtile.twilightforest.TowerStone@0, 1xtile.twilightforest.TowerStone@1, 1xtile.twilightforest.TowerStone@2, 1xtile.twilightforest.TowerStone@3, 1xtile.twilightforest.TowerStone@4, 1xtile.totemic:cedar_plank@0, 1xtile.traverse:fir_planks@0, 1xtile.kepler22b_planks.0@0, 1xtile.primal.planks@0, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8], net.minecraft.item.crafting.Ingredient@79195bbb]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2957 betterwithaddons:paper_lamellar RecipeStage{tier='three', recipe=1xitem.japanmat@14:[net.minecraftforge.oredict.OreIngredient@5967f02f, net.minecraft.item.crafting.Ingredient@508f555d, net.minecraftforge.oredict.OreIngredient@5967f02f, net.minecraftforge.oredict.OreIngredient@7fa42a15, net.minecraft.item.crafting.Ingredient@508f555d, net.minecraftforge.oredict.OreIngredient@7fa42a15, net.minecraftforge.oredict.OreIngredient@5967f02f, net.minecraft.item.crafting.Ingredient@508f555d, net.minecraftforge.oredict.OreIngredient@5967f02f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2958 betterwithaddons:mulberry_sheet RecipeStage{tier='one', recipe=1xitem.japanmat@10:[net.minecraft.item.crafting.Ingredient@4266099a, net.minecraft.item.crafting.Ingredient@4266099a, net.minecraft.item.crafting.Ingredient@4266099a, net.minecraft.item.crafting.Ingredient@4266099a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2960 betterwithaddons:midori_block RecipeStage{tier='one', recipe=4xtile.midori_block@0:[net.minecraft.item.crafting.Ingredient@6e67e7b4, net.minecraft.item.crafting.Ingredient@6e67e7b4, net.minecraft.item.crafting.Ingredient@6e67e7b4, net.minecraft.item.crafting.Ingredient@6e67e7b4]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2962 betterwithaddons:legs_paper RecipeStage{tier='three', recipe=1xitem.legs_paper@0:[net.minecraft.item.crafting.Ingredient@37ab10b2, net.minecraft.item.crafting.Ingredient@37ab10b2, net.minecraft.item.crafting.Ingredient@37ab10b2, net.minecraft.item.crafting.Ingredient@37ab10b2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@37ab10b2, net.minecraft.item.crafting.Ingredient@37ab10b2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@37ab10b2]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2963 betterwithaddons:legendarium RecipeStage{tier='three', recipe=1xtile.legendarium@0:[net.minecraftforge.oredict.OreIngredient@21b14561, net.minecraftforge.oredict.OreIngredient@6e82b887, net.minecraftforge.oredict.OreIngredient@21b14561, net.minecraft.item.crafting.Ingredient@51464fe2, net.minecraft.item.crafting.Ingredient@51464fe2, net.minecraft.item.crafting.Ingredient@51464fe2, net.minecraftforge.oredict.OreIngredient@21b14561, net.minecraft.item.crafting.Ingredient@51464fe2, net.minecraftforge.oredict.OreIngredient@21b14561]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2964 betterwithaddons:lattice RecipeStage{tier='two', recipe=2xtile.lattice@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@14f92458, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@14f92458, net.minecraft.item.crafting.Ingredient@14f92458, net.minecraft.item.crafting.Ingredient@14f92458, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@14f92458, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2965 betterwithaddons:lamellar RecipeStage{tier='three', recipe=1xitem.japanmat@13:[net.minecraft.item.crafting.Ingredient@4855fd2f, net.minecraft.item.crafting.Ingredient@4855fd2f, net.minecraft.item.crafting.Ingredient@4855fd2f, net.minecraftforge.oredict.OreIngredient@2404c3ed, net.minecraftforge.oredict.OreIngredient@61562849, net.minecraftforge.oredict.OreIngredient@2404c3ed, net.minecraft.item.crafting.Ingredient@4855fd2f, net.minecraft.item.crafting.Ingredient@4855fd2f, net.minecraft.item.crafting.Ingredient@4855fd2f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2966 betterwithaddons:iron_spade RecipeStage{tier='two', recipe=1xitem.iron_spade@0:[net.minecraftforge.oredict.OreIngredient@13a465a6, net.minecraft.item.crafting.Ingredient@21019e83, net.minecraftforge.oredict.OreIngredient@5c567ac4]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2967 betterwithaddons:iron_matchpick RecipeStage{tier='three', recipe=1xitem.iron_matchpick@0:[net.minecraft.item.crafting.Ingredient@5e4fd146, net.minecraft.item.crafting.Ingredient@20bdba92, net.minecraftforge.oredict.OreIngredient@28e1e20, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6cc265ea, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6cc265ea, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2968 betterwithaddons:iron_masonpick RecipeStage{tier='two', recipe=1xitem.iron_masonpick@0:[net.minecraftforge.oredict.OreIngredient@62d0dd76, net.minecraft.item.crafting.Ingredient@7f8900e0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@ba2c466, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@ba2c466]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2969 betterwithaddons:iron_machete RecipeStage{tier='two', recipe=1xitem.iron_machete@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@388a79b7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@388a79b7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@486d8d25, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2970 betterwithaddons:iron_kukri RecipeStage{tier='two', recipe=1xitem.iron_kukri@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7cc6c2eb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7cc6c2eb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@32f5ce03, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2971 betterwithaddons:iron_carpentersaw RecipeStage{tier='two', recipe=1xitem.iron_carpentersaw@0:[net.minecraftforge.oredict.OreIngredient@6b54878e, net.minecraftforge.oredict.OreIngredient@6b54878e, net.minecraft.item.crafting.Ingredient@7e95cf78]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2972 betterwithaddons:inverted_gearbox RecipeStage{tier='one', recipe=1xtile.inverted_gearbox@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, type:MOULDING parent:[1xtile.wood@0, 1xtile.wood@1, 1xtile.wood@2, 1xtile.wood@3, 1xtile.wood@4, 1xtile.wood@5, 1xtile.rustic.planks@0, 1xtile.rustic.planks@1, 1xtile.rustic.painted_wood_black@0, 1xtile.rustic.painted_wood_blue@0, 1xtile.rustic.painted_wood_brown@0, 1xtile.rustic.painted_wood_cyan@0, 1xtile.rustic.painted_wood_gray@0, 1xtile.rustic.painted_wood_green@0, 1xtile.rustic.painted_wood_light_blue@0, 1xtile.rustic.painted_wood_lime@0, 1xtile.rustic.painted_wood_magenta@0, 1xtile.rustic.painted_wood_orange@0, 1xtile.rustic.painted_wood_pink@0, 1xtile.rustic.painted_wood_purple@0, 1xtile.rustic.painted_wood_red@0, 1xtile.rustic.painted_wood_silver@0, 1xtile.rustic.painted_wood_white@0, 1xtile.rustic.painted_wood_yellow@0, 1xtile.chisel.planks-oak@0, 1xtile.chisel.planks-oak@1, 1xtile.chisel.planks-oak@2, 1xtile.chisel.planks-oak@3, 1xtile.chisel.planks-oak@4, 1xtile.chisel.planks-oak@5, 1xtile.chisel.planks-oak@6, 1xtile.chisel.planks-oak@7, 1xtile.chisel.planks-oak@8, 1xtile.chisel.planks-oak@9, 1xtile.chisel.planks-oak@10, 1xtile.chisel.planks-oak@11, 1xtile.chisel.planks-oak@12, 1xtile.chisel.planks-oak@13, 1xtile.chisel.planks-oak@14, 1xtile.chisel.planks-spruce@0, 1xtile.chisel.planks-spruce@1, 1xtile.chisel.planks-spruce@2, 1xtile.chisel.planks-spruce@3, 1xtile.chisel.planks-spruce@4, 1xtile.chisel.planks-spruce@5, 1xtile.chisel.planks-spruce@6, 1xtile.chisel.planks-spruce@7, 1xtile.chisel.planks-spruce@8, 1xtile.chisel.planks-spruce@9, 1xtile.chisel.planks-spruce@10, 1xtile.chisel.planks-spruce@11, 1xtile.chisel.planks-spruce@12, 1xtile.chisel.planks-spruce@13, 1xtile.chisel.planks-spruce@14, 1xtile.chisel.planks-birch@0, 1xtile.chisel.planks-birch@1, 1xtile.chisel.planks-birch@2, 1xtile.chisel.planks-birch@3, 1xtile.chisel.planks-birch@4, 1xtile.chisel.planks-birch@5, 1xtile.chisel.planks-birch@6, 1xtile.chisel.planks-birch@7, 1xtile.chisel.planks-birch@8, 1xtile.chisel.planks-birch@9, 1xtile.chisel.planks-birch@10, 1xtile.chisel.planks-birch@11, 1xtile.chisel.planks-birch@12, 1xtile.chisel.planks-birch@13, 1xtile.chisel.planks-birch@14, 1xtile.chisel.planks-jungle@0, 1xtile.chisel.planks-jungle@1, 1xtile.chisel.planks-jungle@2, 1xtile.chisel.planks-jungle@3, 1xtile.chisel.planks-jungle@4, 1xtile.chisel.planks-jungle@5, 1xtile.chisel.planks-jungle@6, 1xtile.chisel.planks-jungle@7, 1xtile.chisel.planks-jungle@8, 1xtile.chisel.planks-jungle@9, 1xtile.chisel.planks-jungle@10, 1xtile.chisel.planks-jungle@11, 1xtile.chisel.planks-jungle@12, 1xtile.chisel.planks-jungle@13, 1xtile.chisel.planks-jungle@14, 1xtile.chisel.planks-acacia@0, 1xtile.chisel.planks-acacia@1, 1xtile.chisel.planks-acacia@2, 1xtile.chisel.planks-acacia@3, 1xtile.chisel.planks-acacia@4, 1xtile.chisel.planks-acacia@5, 1xtile.chisel.planks-acacia@6, 1xtile.chisel.planks-acacia@7, 1xtile.chisel.planks-acacia@8, 1xtile.chisel.planks-acacia@9, 1xtile.chisel.planks-acacia@10, 1xtile.chisel.planks-acacia@11, 1xtile.chisel.planks-acacia@12, 1xtile.chisel.planks-acacia@13, 1xtile.chisel.planks-acacia@14, 1xtile.chisel.planks-dark-oak@0, 1xtile.chisel.planks-dark-oak@1, 1xtile.chisel.planks-dark-oak@2, 1xtile.chisel.planks-dark-oak@3, 1xtile.chisel.planks-dark-oak@4, 1xtile.chisel.planks-dark-oak@5, 1xtile.chisel.planks-dark-oak@6, 1xtile.chisel.planks-dark-oak@7, 1xtile.chisel.planks-dark-oak@8, 1xtile.chisel.planks-dark-oak@9, 1xtile.chisel.planks-dark-oak@10, 1xtile.chisel.planks-dark-oak@11, 1xtile.chisel.planks-dark-oak@12, 1xtile.chisel.planks-dark-oak@13, 1xtile.chisel.planks-dark-oak@14, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8, 1xtile.natura.nether_planks@0, 1xtile.natura.nether_planks@1, 1xtile.natura.nether_planks@2, 1xtile.natura.nether_planks@3, 1xtile.planks_sakura@0, 1xtile.planks_mulberry@0, 1xtile.blocks.integrateddynamics.menril_planks@0, 1xtile.primal.planks@0, 1xtile.primal.planks@1, 1xtile.primal.planks@2, 1xtile.primal.planks@3, 1xtile.dltplank@0, 1xtile.dreadplanks@0, 1xtile.thebetweenlands.weedwood_planks@0, 1xtile.thebetweenlands.rubber_tree_planks@0, 1xtile.thebetweenlands.giant_root_planks@0, 1xtile.thebetweenlands.hearthgrove_planks@0, 1xtile.thebetweenlands.nibbletwig_planks@0, 1xtile.twilightforest.TowerStone@0, 1xtile.twilightforest.TowerStone@1, 1xtile.twilightforest.TowerStone@2, 1xtile.twilightforest.TowerStone@3, 1xtile.twilightforest.TowerStone@4, 1xtile.totemic:cedar_plank@0, 1xtile.traverse:fir_planks@0, 1xtile.kepler22b_planks.0@0, 1xtile.primal.planks@0, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8], type:SIDING parent:[1xtile.wood@0, 1xtile.wood@1, 1xtile.wood@2, 1xtile.wood@3, 1xtile.wood@4, 1xtile.wood@5, 1xtile.rustic.planks@0, 1xtile.rustic.planks@1, 1xtile.rustic.painted_wood_black@0, 1xtile.rustic.painted_wood_blue@0, 1xtile.rustic.painted_wood_brown@0, 1xtile.rustic.painted_wood_cyan@0, 1xtile.rustic.painted_wood_gray@0, 1xtile.rustic.painted_wood_green@0, 1xtile.rustic.painted_wood_light_blue@0, 1xtile.rustic.painted_wood_lime@0, 1xtile.rustic.painted_wood_magenta@0, 1xtile.rustic.painted_wood_orange@0, 1xtile.rustic.painted_wood_pink@0, 1xtile.rustic.painted_wood_purple@0, 1xtile.rustic.painted_wood_red@0, 1xtile.rustic.painted_wood_silver@0, 1xtile.rustic.painted_wood_white@0, 1xtile.rustic.painted_wood_yellow@0, 1xtile.chisel.planks-oak@0, 1xtile.chisel.planks-oak@1, 1xtile.chisel.planks-oak@2, 1xtile.chisel.planks-oak@3, 1xtile.chisel.planks-oak@4, 1xtile.chisel.planks-oak@5, 1xtile.chisel.planks-oak@6, 1xtile.chisel.planks-oak@7, 1xtile.chisel.planks-oak@8, 1xtile.chisel.planks-oak@9, 1xtile.chisel.planks-oak@10, 1xtile.chisel.planks-oak@11, 1xtile.chisel.planks-oak@12, 1xtile.chisel.planks-oak@13, 1xtile.chisel.planks-oak@14, 1xtile.chisel.planks-spruce@0, 1xtile.chisel.planks-spruce@1, 1xtile.chisel.planks-spruce@2, 1xtile.chisel.planks-spruce@3, 1xtile.chisel.planks-spruce@4, 1xtile.chisel.planks-spruce@5, 1xtile.chisel.planks-spruce@6, 1xtile.chisel.planks-spruce@7, 1xtile.chisel.planks-spruce@8, 1xtile.chisel.planks-spruce@9, 1xtile.chisel.planks-spruce@10, 1xtile.chisel.planks-spruce@11, 1xtile.chisel.planks-spruce@12, 1xtile.chisel.planks-spruce@13, 1xtile.chisel.planks-spruce@14, 1xtile.chisel.planks-birch@0, 1xtile.chisel.planks-birch@1, 1xtile.chisel.planks-birch@2, 1xtile.chisel.planks-birch@3, 1xtile.chisel.planks-birch@4, 1xtile.chisel.planks-birch@5, 1xtile.chisel.planks-birch@6, 1xtile.chisel.planks-birch@7, 1xtile.chisel.planks-birch@8, 1xtile.chisel.planks-birch@9, 1xtile.chisel.planks-birch@10, 1xtile.chisel.planks-birch@11, 1xtile.chisel.planks-birch@12, 1xtile.chisel.planks-birch@13, 1xtile.chisel.planks-birch@14, 1xtile.chisel.planks-jungle@0, 1xtile.chisel.planks-jungle@1, 1xtile.chisel.planks-jungle@2, 1xtile.chisel.planks-jungle@3, 1xtile.chisel.planks-jungle@4, 1xtile.chisel.planks-jungle@5, 1xtile.chisel.planks-jungle@6, 1xtile.chisel.planks-jungle@7, 1xtile.chisel.planks-jungle@8, 1xtile.chisel.planks-jungle@9, 1xtile.chisel.planks-jungle@10, 1xtile.chisel.planks-jungle@11, 1xtile.chisel.planks-jungle@12, 1xtile.chisel.planks-jungle@13, 1xtile.chisel.planks-jungle@14, 1xtile.chisel.planks-acacia@0, 1xtile.chisel.planks-acacia@1, 1xtile.chisel.planks-acacia@2, 1xtile.chisel.planks-acacia@3, 1xtile.chisel.planks-acacia@4, 1xtile.chisel.planks-acacia@5, 1xtile.chisel.planks-acacia@6, 1xtile.chisel.planks-acacia@7, 1xtile.chisel.planks-acacia@8, 1xtile.chisel.planks-acacia@9, 1xtile.chisel.planks-acacia@10, 1xtile.chisel.planks-acacia@11, 1xtile.chisel.planks-acacia@12, 1xtile.chisel.planks-acacia@13, 1xtile.chisel.planks-acacia@14, 1xtile.chisel.planks-dark-oak@0, 1xtile.chisel.planks-dark-oak@1, 1xtile.chisel.planks-dark-oak@2, 1xtile.chisel.planks-dark-oak@3, 1xtile.chisel.planks-dark-oak@4, 1xtile.chisel.planks-dark-oak@5, 1xtile.chisel.planks-dark-oak@6, 1xtile.chisel.planks-dark-oak@7, 1xtile.chisel.planks-dark-oak@8, 1xtile.chisel.planks-dark-oak@9, 1xtile.chisel.planks-dark-oak@10, 1xtile.chisel.planks-dark-oak@11, 1xtile.chisel.planks-dark-oak@12, 1xtile.chisel.planks-dark-oak@13, 1xtile.chisel.planks-dark-oak@14, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8, 1xtile.natura.nether_planks@0, 1xtile.natura.nether_planks@1, 1xtile.natura.nether_planks@2, 1xtile.natura.nether_planks@3, 1xtile.planks_sakura@0, 1xtile.planks_mulberry@0, 1xtile.blocks.integrateddynamics.menril_planks@0, 1xtile.primal.planks@0, 1xtile.primal.planks@1, 1xtile.primal.planks@2, 1xtile.primal.planks@3, 1xtile.dltplank@0, 1xtile.dreadplanks@0, 1xtile.thebetweenlands.weedwood_planks@0, 1xtile.thebetweenlands.rubber_tree_planks@0, 1xtile.thebetweenlands.giant_root_planks@0, 1xtile.thebetweenlands.hearthgrove_planks@0, 1xtile.thebetweenlands.nibbletwig_planks@0, 1xtile.twilightforest.TowerStone@0, 1xtile.twilightforest.TowerStone@1, 1xtile.twilightforest.TowerStone@2, 1xtile.twilightforest.TowerStone@3, 1xtile.twilightforest.TowerStone@4, 1xtile.totemic:cedar_plank@0, 1xtile.traverse:fir_planks@0, 1xtile.kepler22b_planks.0@0, 1xtile.primal.planks@0, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8], net.minecraftforge.oredict.OreIngredient@49fce842, net.minecraft.item.crafting.Ingredient@7161d060, net.minecraftforge.oredict.OreIngredient@49fce842, type:SIDING parent:[1xtile.wood@0, 1xtile.wood@1, 1xtile.wood@2, 1xtile.wood@3, 1xtile.wood@4, 1xtile.wood@5, 1xtile.rustic.planks@0, 1xtile.rustic.planks@1, 1xtile.rustic.painted_wood_black@0, 1xtile.rustic.painted_wood_blue@0, 1xtile.rustic.painted_wood_brown@0, 1xtile.rustic.painted_wood_cyan@0, 1xtile.rustic.painted_wood_gray@0, 1xtile.rustic.painted_wood_green@0, 1xtile.rustic.painted_wood_light_blue@0, 1xtile.rustic.painted_wood_lime@0, 1xtile.rustic.painted_wood_magenta@0, 1xtile.rustic.painted_wood_orange@0, 1xtile.rustic.painted_wood_pink@0, 1xtile.rustic.painted_wood_purple@0, 1xtile.rustic.painted_wood_red@0, 1xtile.rustic.painted_wood_silver@0, 1xtile.rustic.painted_wood_white@0, 1xtile.rustic.painted_wood_yellow@0, 1xtile.chisel.planks-oak@0, 1xtile.chisel.planks-oak@1, 1xtile.chisel.planks-oak@2, 1xtile.chisel.planks-oak@3, 1xtile.chisel.planks-oak@4, 1xtile.chisel.planks-oak@5, 1xtile.chisel.planks-oak@6, 1xtile.chisel.planks-oak@7, 1xtile.chisel.planks-oak@8, 1xtile.chisel.planks-oak@9, 1xtile.chisel.planks-oak@10, 1xtile.chisel.planks-oak@11, 1xtile.chisel.planks-oak@12, 1xtile.chisel.planks-oak@13, 1xtile.chisel.planks-oak@14, 1xtile.chisel.planks-spruce@0, 1xtile.chisel.planks-spruce@1, 1xtile.chisel.planks-spruce@2, 1xtile.chisel.planks-spruce@3, 1xtile.chisel.planks-spruce@4, 1xtile.chisel.planks-spruce@5, 1xtile.chisel.planks-spruce@6, 1xtile.chisel.planks-spruce@7, 1xtile.chisel.planks-spruce@8, 1xtile.chisel.planks-spruce@9, 1xtile.chisel.planks-spruce@10, 1xtile.chisel.planks-spruce@11, 1xtile.chisel.planks-spruce@12, 1xtile.chisel.planks-spruce@13, 1xtile.chisel.planks-spruce@14, 1xtile.chisel.planks-birch@0, 1xtile.chisel.planks-birch@1, 1xtile.chisel.planks-birch@2, 1xtile.chisel.planks-birch@3, 1xtile.chisel.planks-birch@4, 1xtile.chisel.planks-birch@5, 1xtile.chisel.planks-birch@6, 1xtile.chisel.planks-birch@7, 1xtile.chisel.planks-birch@8, 1xtile.chisel.planks-birch@9, 1xtile.chisel.planks-birch@10, 1xtile.chisel.planks-birch@11, 1xtile.chisel.planks-birch@12, 1xtile.chisel.planks-birch@13, 1xtile.chisel.planks-birch@14, 1xtile.chisel.planks-jungle@0, 1xtile.chisel.planks-jungle@1, 1xtile.chisel.planks-jungle@2, 1xtile.chisel.planks-jungle@3, 1xtile.chisel.planks-jungle@4, 1xtile.chisel.planks-jungle@5, 1xtile.chisel.planks-jungle@6, 1xtile.chisel.planks-jungle@7, 1xtile.chisel.planks-jungle@8, 1xtile.chisel.planks-jungle@9, 1xtile.chisel.planks-jungle@10, 1xtile.chisel.planks-jungle@11, 1xtile.chisel.planks-jungle@12, 1xtile.chisel.planks-jungle@13, 1xtile.chisel.planks-jungle@14, 1xtile.chisel.planks-acacia@0, 1xtile.chisel.planks-acacia@1, 1xtile.chisel.planks-acacia@2, 1xtile.chisel.planks-acacia@3, 1xtile.chisel.planks-acacia@4, 1xtile.chisel.planks-acacia@5, 1xtile.chisel.planks-acacia@6, 1xtile.chisel.planks-acacia@7, 1xtile.chisel.planks-acacia@8, 1xtile.chisel.planks-acacia@9, 1xtile.chisel.planks-acacia@10, 1xtile.chisel.planks-acacia@11, 1xtile.chisel.planks-acacia@12, 1xtile.chisel.planks-acacia@13, 1xtile.chisel.planks-acacia@14, 1xtile.chisel.planks-dark-oak@0, 1xtile.chisel.planks-dark-oak@1, 1xtile.chisel.planks-dark-oak@2, 1xtile.chisel.planks-dark-oak@3, 1xtile.chisel.planks-dark-oak@4, 1xtile.chisel.planks-dark-oak@5, 1xtile.chisel.planks-dark-oak@6, 1xtile.chisel.planks-dark-oak@7, 1xtile.chisel.planks-dark-oak@8, 1xtile.chisel.planks-dark-oak@9, 1xtile.chisel.planks-dark-oak@10, 1xtile.chisel.planks-dark-oak@11, 1xtile.chisel.planks-dark-oak@12, 1xtile.chisel.planks-dark-oak@13, 1xtile.chisel.planks-dark-oak@14, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8, 1xtile.natura.nether_planks@0, 1xtile.natura.nether_planks@1, 1xtile.natura.nether_planks@2, 1xtile.natura.nether_planks@3, 1xtile.planks_sakura@0, 1xtile.planks_mulberry@0, 1xtile.blocks.integrateddynamics.menril_planks@0, 1xtile.primal.planks@0, 1xtile.primal.planks@1, 1xtile.primal.planks@2, 1xtile.primal.planks@3, 1xtile.dltplank@0, 1xtile.dreadplanks@0, 1xtile.thebetweenlands.weedwood_planks@0, 1xtile.thebetweenlands.rubber_tree_planks@0, 1xtile.thebetweenlands.giant_root_planks@0, 1xtile.thebetweenlands.hearthgrove_planks@0, 1xtile.thebetweenlands.nibbletwig_planks@0, 1xtile.twilightforest.TowerStone@0, 1xtile.twilightforest.TowerStone@1, 1xtile.twilightforest.TowerStone@2, 1xtile.twilightforest.TowerStone@3, 1xtile.twilightforest.TowerStone@4, 1xtile.totemic:cedar_plank@0, 1xtile.traverse:fir_planks@0, 1xtile.kepler22b_planks.0@0, 1xtile.primal.planks@0, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8], type:MOULDING parent:[1xtile.wood@0, 1xtile.wood@1, 1xtile.wood@2, 1xtile.wood@3, 1xtile.wood@4, 1xtile.wood@5, 1xtile.rustic.planks@0, 1xtile.rustic.planks@1, 1xtile.rustic.painted_wood_black@0, 1xtile.rustic.painted_wood_blue@0, 1xtile.rustic.painted_wood_brown@0, 1xtile.rustic.painted_wood_cyan@0, 1xtile.rustic.painted_wood_gray@0, 1xtile.rustic.painted_wood_green@0, 1xtile.rustic.painted_wood_light_blue@0, 1xtile.rustic.painted_wood_lime@0, 1xtile.rustic.painted_wood_magenta@0, 1xtile.rustic.painted_wood_orange@0, 1xtile.rustic.painted_wood_pink@0, 1xtile.rustic.painted_wood_purple@0, 1xtile.rustic.painted_wood_red@0, 1xtile.rustic.painted_wood_silver@0, 1xtile.rustic.painted_wood_white@0, 1xtile.rustic.painted_wood_yellow@0, 1xtile.chisel.planks-oak@0, 1xtile.chisel.planks-oak@1, 1xtile.chisel.planks-oak@2, 1xtile.chisel.planks-oak@3, 1xtile.chisel.planks-oak@4, 1xtile.chisel.planks-oak@5, 1xtile.chisel.planks-oak@6, 1xtile.chisel.planks-oak@7, 1xtile.chisel.planks-oak@8, 1xtile.chisel.planks-oak@9, 1xtile.chisel.planks-oak@10, 1xtile.chisel.planks-oak@11, 1xtile.chisel.planks-oak@12, 1xtile.chisel.planks-oak@13, 1xtile.chisel.planks-oak@14, 1xtile.chisel.planks-spruce@0, 1xtile.chisel.planks-spruce@1, 1xtile.chisel.planks-spruce@2, 1xtile.chisel.planks-spruce@3, 1xtile.chisel.planks-spruce@4, 1xtile.chisel.planks-spruce@5, 1xtile.chisel.planks-spruce@6, 1xtile.chisel.planks-spruce@7, 1xtile.chisel.planks-spruce@8, 1xtile.chisel.planks-spruce@9, 1xtile.chisel.planks-spruce@10, 1xtile.chisel.planks-spruce@11, 1xtile.chisel.planks-spruce@12, 1xtile.chisel.planks-spruce@13, 1xtile.chisel.planks-spruce@14, 1xtile.chisel.planks-birch@0, 1xtile.chisel.planks-birch@1, 1xtile.chisel.planks-birch@2, 1xtile.chisel.planks-birch@3, 1xtile.chisel.planks-birch@4, 1xtile.chisel.planks-birch@5, 1xtile.chisel.planks-birch@6, 1xtile.chisel.planks-birch@7, 1xtile.chisel.planks-birch@8, 1xtile.chisel.planks-birch@9, 1xtile.chisel.planks-birch@10, 1xtile.chisel.planks-birch@11, 1xtile.chisel.planks-birch@12, 1xtile.chisel.planks-birch@13, 1xtile.chisel.planks-birch@14, 1xtile.chisel.planks-jungle@0, 1xtile.chisel.planks-jungle@1, 1xtile.chisel.planks-jungle@2, 1xtile.chisel.planks-jungle@3, 1xtile.chisel.planks-jungle@4, 1xtile.chisel.planks-jungle@5, 1xtile.chisel.planks-jungle@6, 1xtile.chisel.planks-jungle@7, 1xtile.chisel.planks-jungle@8, 1xtile.chisel.planks-jungle@9, 1xtile.chisel.planks-jungle@10, 1xtile.chisel.planks-jungle@11, 1xtile.chisel.planks-jungle@12, 1xtile.chisel.planks-jungle@13, 1xtile.chisel.planks-jungle@14, 1xtile.chisel.planks-acacia@0, 1xtile.chisel.planks-acacia@1, 1xtile.chisel.planks-acacia@2, 1xtile.chisel.planks-acacia@3, 1xtile.chisel.planks-acacia@4, 1xtile.chisel.planks-acacia@5, 1xtile.chisel.planks-acacia@6, 1xtile.chisel.planks-acacia@7, 1xtile.chisel.planks-acacia@8, 1xtile.chisel.planks-acacia@9, 1xtile.chisel.planks-acacia@10, 1xtile.chisel.planks-acacia@11, 1xtile.chisel.planks-acacia@12, 1xtile.chisel.planks-acacia@13, 1xtile.chisel.planks-acacia@14, 1xtile.chisel.planks-dark-oak@0, 1xtile.chisel.planks-dark-oak@1, 1xtile.chisel.planks-dark-oak@2, 1xtile.chisel.planks-dark-oak@3, 1xtile.chisel.planks-dark-oak@4, 1xtile.chisel.planks-dark-oak@5, 1xtile.chisel.planks-dark-oak@6, 1xtile.chisel.planks-dark-oak@7, 1xtile.chisel.planks-dark-oak@8, 1xtile.chisel.planks-dark-oak@9, 1xtile.chisel.planks-dark-oak@10, 1xtile.chisel.planks-dark-oak@11, 1xtile.chisel.planks-dark-oak@12, 1xtile.chisel.planks-dark-oak@13, 1xtile.chisel.planks-dark-oak@14, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8, 1xtile.natura.nether_planks@0, 1xtile.natura.nether_planks@1, 1xtile.natura.nether_planks@2, 1xtile.natura.nether_planks@3, 1xtile.planks_sakura@0, 1xtile.planks_mulberry@0, 1xtile.blocks.integrateddynamics.menril_planks@0, 1xtile.primal.planks@0, 1xtile.primal.planks@1, 1xtile.primal.planks@2, 1xtile.primal.planks@3, 1xtile.dltplank@0, 1xtile.dreadplanks@0, 1xtile.thebetweenlands.weedwood_planks@0, 1xtile.thebetweenlands.rubber_tree_planks@0, 1xtile.thebetweenlands.giant_root_planks@0, 1xtile.thebetweenlands.hearthgrove_planks@0, 1xtile.thebetweenlands.nibbletwig_planks@0, 1xtile.twilightforest.TowerStone@0, 1xtile.twilightforest.TowerStone@1, 1xtile.twilightforest.TowerStone@2, 1xtile.twilightforest.TowerStone@3, 1xtile.twilightforest.TowerStone@4, 1xtile.totemic:cedar_plank@0, 1xtile.traverse:fir_planks@0, 1xtile.kepler22b_planks.0@0, 1xtile.primal.planks@0, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8], net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2974 betterwithaddons:hochotetsu_finished RecipeStage{tier='three', recipe=1xitem.japanmat@30:[net.minecraft.item.crafting.Ingredient@144297d7, net.minecraftforge.oredict.OreIngredient@4eaa3c68]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2975 betterwithaddons:hochotetsu_2fold RecipeStage{tier='three', recipe=1xitem.japanmat@29:[net.minecraft.item.crafting.Ingredient@16ccc17c, net.minecraftforge.oredict.OreIngredient@5d5d6b78]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2976 betterwithaddons:hochotetsu_1fold RecipeStage{tier='three', recipe=1xitem.japanmat@28:[net.minecraft.item.crafting.Ingredient@7d56b15a, net.minecraftforge.oredict.OreIngredient@63db400e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2977 betterwithaddons:helmet_paper RecipeStage{tier='three', recipe=1xitem.helmet_paper@0:[net.minecraft.item.crafting.Ingredient@5d5cee7f, net.minecraft.item.crafting.Ingredient@5d5cee7f, net.minecraft.item.crafting.Ingredient@5d5cee7f, net.minecraft.item.crafting.Ingredient@5d5cee7f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5d5cee7f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2978 betterwithaddons:half_katana_blade RecipeStage{tier='three', recipe=1xitem.japanmat@16:[net.minecraftforge.oredict.OreIngredient@33c1c9fd, net.minecraftforge.oredict.OreIngredient@52306e02, net.minecraftforge.oredict.OreIngredient@33c1c9fd]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2979 betterwithaddons:greatarrow RecipeStage{tier='three', recipe=1xitem.greatarrow@0:[net.minecraft.item.crafting.Ingredient@41b80dc3, net.minecraft.item.crafting.Ingredient@48068a7c, net.minecraftforge.oredict.OreIngredient@313b741a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2980 betterwithaddons:gold_spade RecipeStage{tier='two', recipe=1xitem.gold_spade@0:[net.minecraftforge.oredict.OreIngredient@7f49e695, net.minecraft.item.crafting.Ingredient@266d030d, net.minecraftforge.oredict.OreIngredient@40d772d1]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2981 betterwithaddons:gold_matchpick RecipeStage{tier='two', recipe=1xitem.gold_matchpick@0:[net.minecraft.item.crafting.Ingredient@4f35f324, net.minecraft.item.crafting.Ingredient@16acb841, net.minecraftforge.oredict.OreIngredient@120854c4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@47534ad, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@47534ad, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2982 betterwithaddons:gold_masonpick RecipeStage{tier='two', recipe=1xitem.gold_masonpick@0:[net.minecraftforge.oredict.OreIngredient@7cdab1e9, net.minecraft.item.crafting.Ingredient@3141c03e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3de0cb01, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3de0cb01]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2983 betterwithaddons:gold_machete RecipeStage{tier='two', recipe=1xitem.gold_machete@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1fbdbe02, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1fbdbe02, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4599eb2b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2984 betterwithaddons:gold_kukri RecipeStage{tier='two', recipe=1xitem.gold_kukri@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@79ccc0b5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@79ccc0b5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5674c90e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2985 betterwithaddons:gold_carpentersaw RecipeStage{tier='two', recipe=1xitem.gold_carpentersaw@0:[net.minecraftforge.oredict.OreIngredient@34c07f4e, net.minecraftforge.oredict.OreIngredient@34c07f4e, net.minecraft.item.crafting.Ingredient@2e3dbc9c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2988 betterwithaddons:fusuma RecipeStage{tier='one', recipe=4xtile.fusuma@0:[net.minecraft.item.crafting.Ingredient@4204bb6, net.minecraft.item.crafting.Ingredient@6fbbd214, net.minecraft.item.crafting.Ingredient@4204bb6, net.minecraft.item.crafting.Ingredient@6fbbd214, net.minecraftforge.common.crafting.CompoundIngredient@f0d348c, net.minecraft.item.crafting.Ingredient@6fbbd214, net.minecraft.item.crafting.Ingredient@4204bb6, net.minecraft.item.crafting.Ingredient@6fbbd214, net.minecraft.item.crafting.Ingredient@4204bb6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2989 betterwithaddons:elytra_magma RecipeStage{tier='four', recipe=1xtile.elytra_magma@0:[net.minecraft.item.crafting.Ingredient@4bc956d0, net.minecraft.item.crafting.Ingredient@4bc956d0, net.minecraft.item.crafting.Ingredient@4bc956d0, net.minecraft.item.crafting.Ingredient@4bc956d0]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2990 betterwithaddons:ecksie_sapling_spruce RecipeStage{tier='three', recipe=1xtile.ecksie_sapling@2:[net.minecraft.item.crafting.Ingredient@22e0e06f, net.minecraft.item.crafting.Ingredient@52d11395]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2991 betterwithaddons:ecksie_sapling_sakura RecipeStage{tier='three', recipe=1xtile.ecksie_sapling@6:[net.minecraft.item.crafting.Ingredient@7e8429fd, net.minecraft.item.crafting.Ingredient@38b835c1]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2992 betterwithaddons:ecksie_sapling_oak RecipeStage{tier='three', recipe=1xtile.ecksie_sapling@0:[net.minecraft.item.crafting.Ingredient@8cd81a2, net.minecraft.item.crafting.Ingredient@31a9ae52]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2993 betterwithaddons:ecksie_sapling_mulberry RecipeStage{tier='three', recipe=1xtile.ecksie_sapling@7:[net.minecraft.item.crafting.Ingredient@56bea1d2, net.minecraft.item.crafting.Ingredient@3bc534d0]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2994 betterwithaddons:ecksie_sapling_luretree RecipeStage{tier='three', recipe=1xtile.ecksie_sapling@8:[net.minecraft.item.crafting.Ingredient@4c82f9e3, net.minecraft.item.crafting.Ingredient@6186ce84]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2995 betterwithaddons:ecksie_sapling_jungle RecipeStage{tier='three', recipe=1xtile.ecksie_sapling@3:[net.minecraft.item.crafting.Ingredient@526bed2f, net.minecraft.item.crafting.Ingredient@7c8a1162]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2996 betterwithaddons:ecksie_sapling_darkoak RecipeStage{tier='three', recipe=1xtile.ecksie_sapling@5:[net.minecraft.item.crafting.Ingredient@336ed332, net.minecraft.item.crafting.Ingredient@2b44bebe]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2997 betterwithaddons:ecksie_sapling_birch RecipeStage{tier='three', recipe=1xtile.ecksie_sapling@1:[net.minecraft.item.crafting.Ingredient@1118ce65, net.minecraft.item.crafting.Ingredient@5cc35a5f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2998 betterwithaddons:ecksie_sapling_acacia RecipeStage{tier='three', recipe=1xtile.ecksie_sapling@4:[net.minecraft.item.crafting.Ingredient@1db31c13, net.minecraft.item.crafting.Ingredient@669a2ece]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2999 betterwithaddons:diamond_spade RecipeStage{tier='five', recipe=1xitem.diamond_spade@0:[net.minecraftforge.oredict.OreIngredient@13ac323b, net.minecraft.item.crafting.Ingredient@67f8528d, net.minecraftforge.oredict.OreIngredient@12f10c23]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3000 betterwithaddons:diamond_matchpick RecipeStage{tier='five', recipe=1xitem.diamond_matchpick@0:[net.minecraft.item.crafting.Ingredient@33ccf836, net.minecraft.item.crafting.Ingredient@1e3e6fb0, net.minecraftforge.oredict.OreIngredient@100371ad, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7fb12728, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7fb12728, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3001 betterwithaddons:diamond_masonpick RecipeStage{tier='five', recipe=1xitem.diamond_masonpick@0:[net.minecraftforge.oredict.OreIngredient@13ac323b, net.minecraft.item.crafting.Ingredient@548fe759, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@474ee065, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@474ee065]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3002 betterwithaddons:diamond_machete RecipeStage{tier='five', recipe=1xitem.diamond_machete@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@13ac323b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@13ac323b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@424a75fa, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3003 betterwithaddons:diamond_kukri RecipeStage{tier='five', recipe=1xitem.diamond_kukri@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@13ac323b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@13ac323b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@608d5cde, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3004 betterwithaddons:diamond_carpentersaw RecipeStage{tier='five', recipe=1xitem.diamond_carpentersaw@0:[net.minecraftforge.oredict.OreIngredient@13ac323b, net.minecraftforge.oredict.OreIngredient@13ac323b, net.minecraft.item.crafting.Ingredient@4c2c6e8c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3005 betterwithaddons:colored_brick_9 RecipeStage{tier='one', recipe=1xtile.bricks_stained@9:[net.minecraft.item.crafting.Ingredient@4b576511, net.minecraft.item.crafting.Ingredient@4b576511, net.minecraft.item.crafting.Ingredient@4b576511, net.minecraft.item.crafting.Ingredient@4b576511]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3006 betterwithaddons:colored_brick_8 RecipeStage{tier='one', recipe=1xtile.bricks_stained@8:[net.minecraft.item.crafting.Ingredient@73f8dde2, net.minecraft.item.crafting.Ingredient@73f8dde2, net.minecraft.item.crafting.Ingredient@73f8dde2, net.minecraft.item.crafting.Ingredient@73f8dde2]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3007 betterwithaddons:colored_brick_7 RecipeStage{tier='one', recipe=1xtile.bricks_stained@7:[net.minecraft.item.crafting.Ingredient@44d29052, net.minecraft.item.crafting.Ingredient@44d29052, net.minecraft.item.crafting.Ingredient@44d29052, net.minecraft.item.crafting.Ingredient@44d29052]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3008 betterwithaddons:colored_brick_6 RecipeStage{tier='one', recipe=1xtile.bricks_stained@6:[net.minecraft.item.crafting.Ingredient@1eb63b3b, net.minecraft.item.crafting.Ingredient@1eb63b3b, net.minecraft.item.crafting.Ingredient@1eb63b3b, net.minecraft.item.crafting.Ingredient@1eb63b3b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3009 betterwithaddons:colored_brick_5 RecipeStage{tier='one', recipe=1xtile.bricks_stained@5:[net.minecraft.item.crafting.Ingredient@1c3141c6, net.minecraft.item.crafting.Ingredient@1c3141c6, net.minecraft.item.crafting.Ingredient@1c3141c6, net.minecraft.item.crafting.Ingredient@1c3141c6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3010 betterwithaddons:colored_brick_4 RecipeStage{tier='one', recipe=1xtile.bricks_stained@4:[net.minecraft.item.crafting.Ingredient@786251dd, net.minecraft.item.crafting.Ingredient@786251dd, net.minecraft.item.crafting.Ingredient@786251dd, net.minecraft.item.crafting.Ingredient@786251dd]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3011 betterwithaddons:colored_brick_3 RecipeStage{tier='one', recipe=1xtile.bricks_stained@3:[net.minecraft.item.crafting.Ingredient@216e7389, net.minecraft.item.crafting.Ingredient@216e7389, net.minecraft.item.crafting.Ingredient@216e7389, net.minecraft.item.crafting.Ingredient@216e7389]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3012 betterwithaddons:colored_brick_2 RecipeStage{tier='one', recipe=1xtile.bricks_stained@2:[net.minecraft.item.crafting.Ingredient@72212f0f, net.minecraft.item.crafting.Ingredient@72212f0f, net.minecraft.item.crafting.Ingredient@72212f0f, net.minecraft.item.crafting.Ingredient@72212f0f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3013 betterwithaddons:colored_brick_15 RecipeStage{tier='one', recipe=1xtile.bricks_stained@15:[net.minecraft.item.crafting.Ingredient@85d0419, net.minecraft.item.crafting.Ingredient@85d0419, net.minecraft.item.crafting.Ingredient@85d0419, net.minecraft.item.crafting.Ingredient@85d0419]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3014 betterwithaddons:colored_brick_14 RecipeStage{tier='one', recipe=1xtile.bricks_stained@14:[net.minecraft.item.crafting.Ingredient@5a4507a0, net.minecraft.item.crafting.Ingredient@5a4507a0, net.minecraft.item.crafting.Ingredient@5a4507a0, net.minecraft.item.crafting.Ingredient@5a4507a0]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3015 betterwithaddons:colored_brick_13 RecipeStage{tier='one', recipe=1xtile.bricks_stained@13:[net.minecraft.item.crafting.Ingredient@2dea32e4, net.minecraft.item.crafting.Ingredient@2dea32e4, net.minecraft.item.crafting.Ingredient@2dea32e4, net.minecraft.item.crafting.Ingredient@2dea32e4]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3016 betterwithaddons:colored_brick_12 RecipeStage{tier='one', recipe=1xtile.bricks_stained@12:[net.minecraft.item.crafting.Ingredient@3986b7b, net.minecraft.item.crafting.Ingredient@3986b7b, net.minecraft.item.crafting.Ingredient@3986b7b, net.minecraft.item.crafting.Ingredient@3986b7b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3017 betterwithaddons:colored_brick_11 RecipeStage{tier='one', recipe=1xtile.bricks_stained@11:[net.minecraft.item.crafting.Ingredient@540231ee, net.minecraft.item.crafting.Ingredient@540231ee, net.minecraft.item.crafting.Ingredient@540231ee, net.minecraft.item.crafting.Ingredient@540231ee]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3018 betterwithaddons:colored_brick_10 RecipeStage{tier='one', recipe=1xtile.bricks_stained@10:[net.minecraft.item.crafting.Ingredient@4b7ab2e3, net.minecraft.item.crafting.Ingredient@4b7ab2e3, net.minecraft.item.crafting.Ingredient@4b7ab2e3, net.minecraft.item.crafting.Ingredient@4b7ab2e3]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3019 betterwithaddons:colored_brick_1 RecipeStage{tier='one', recipe=1xtile.bricks_stained@1:[net.minecraft.item.crafting.Ingredient@58fecd84, net.minecraft.item.crafting.Ingredient@58fecd84, net.minecraft.item.crafting.Ingredient@58fecd84, net.minecraft.item.crafting.Ingredient@58fecd84]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3020 betterwithaddons:colored_brick_0 RecipeStage{tier='one', recipe=1xtile.bricks_stained@0:[net.minecraft.item.crafting.Ingredient@5f6bd5cb, net.minecraft.item.crafting.Ingredient@5f6bd5cb, net.minecraft.item.crafting.Ingredient@5f6bd5cb, net.minecraft.item.crafting.Ingredient@5f6bd5cb]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3021 betterwithaddons:chute RecipeStage{tier='one', recipe=1xtile.chute@0:[type:SIDING parent:[1xtile.wood@0, 1xtile.wood@1, 1xtile.wood@2, 1xtile.wood@3, 1xtile.wood@4, 1xtile.wood@5, 1xtile.rustic.planks@0, 1xtile.rustic.planks@1, 1xtile.rustic.painted_wood_black@0, 1xtile.rustic.painted_wood_blue@0, 1xtile.rustic.painted_wood_brown@0, 1xtile.rustic.painted_wood_cyan@0, 1xtile.rustic.painted_wood_gray@0, 1xtile.rustic.painted_wood_green@0, 1xtile.rustic.painted_wood_light_blue@0, 1xtile.rustic.painted_wood_lime@0, 1xtile.rustic.painted_wood_magenta@0, 1xtile.rustic.painted_wood_orange@0, 1xtile.rustic.painted_wood_pink@0, 1xtile.rustic.painted_wood_purple@0, 1xtile.rustic.painted_wood_red@0, 1xtile.rustic.painted_wood_silver@0, 1xtile.rustic.painted_wood_white@0, 1xtile.rustic.painted_wood_yellow@0, 1xtile.chisel.planks-oak@0, 1xtile.chisel.planks-oak@1, 1xtile.chisel.planks-oak@2, 1xtile.chisel.planks-oak@3, 1xtile.chisel.planks-oak@4, 1xtile.chisel.planks-oak@5, 1xtile.chisel.planks-oak@6, 1xtile.chisel.planks-oak@7, 1xtile.chisel.planks-oak@8, 1xtile.chisel.planks-oak@9, 1xtile.chisel.planks-oak@10, 1xtile.chisel.planks-oak@11, 1xtile.chisel.planks-oak@12, 1xtile.chisel.planks-oak@13, 1xtile.chisel.planks-oak@14, 1xtile.chisel.planks-spruce@0, 1xtile.chisel.planks-spruce@1, 1xtile.chisel.planks-spruce@2, 1xtile.chisel.planks-spruce@3, 1xtile.chisel.planks-spruce@4, 1xtile.chisel.planks-spruce@5, 1xtile.chisel.planks-spruce@6, 1xtile.chisel.planks-spruce@7, 1xtile.chisel.planks-spruce@8, 1xtile.chisel.planks-spruce@9, 1xtile.chisel.planks-spruce@10, 1xtile.chisel.planks-spruce@11, 1xtile.chisel.planks-spruce@12, 1xtile.chisel.planks-spruce@13, 1xtile.chisel.planks-spruce@14, 1xtile.chisel.planks-birch@0, 1xtile.chisel.planks-birch@1, 1xtile.chisel.planks-birch@2, 1xtile.chisel.planks-birch@3, 1xtile.chisel.planks-birch@4, 1xtile.chisel.planks-birch@5, 1xtile.chisel.planks-birch@6, 1xtile.chisel.planks-birch@7, 1xtile.chisel.planks-birch@8, 1xtile.chisel.planks-birch@9, 1xtile.chisel.planks-birch@10, 1xtile.chisel.planks-birch@11, 1xtile.chisel.planks-birch@12, 1xtile.chisel.planks-birch@13, 1xtile.chisel.planks-birch@14, 1xtile.chisel.planks-jungle@0, 1xtile.chisel.planks-jungle@1, 1xtile.chisel.planks-jungle@2, 1xtile.chisel.planks-jungle@3, 1xtile.chisel.planks-jungle@4, 1xtile.chisel.planks-jungle@5, 1xtile.chisel.planks-jungle@6, 1xtile.chisel.planks-jungle@7, 1xtile.chisel.planks-jungle@8, 1xtile.chisel.planks-jungle@9, 1xtile.chisel.planks-jungle@10, 1xtile.chisel.planks-jungle@11, 1xtile.chisel.planks-jungle@12, 1xtile.chisel.planks-jungle@13, 1xtile.chisel.planks-jungle@14, 1xtile.chisel.planks-acacia@0, 1xtile.chisel.planks-acacia@1, 1xtile.chisel.planks-acacia@2, 1xtile.chisel.planks-acacia@3, 1xtile.chisel.planks-acacia@4, 1xtile.chisel.planks-acacia@5, 1xtile.chisel.planks-acacia@6, 1xtile.chisel.planks-acacia@7, 1xtile.chisel.planks-acacia@8, 1xtile.chisel.planks-acacia@9, 1xtile.chisel.planks-acacia@10, 1xtile.chisel.planks-acacia@11, 1xtile.chisel.planks-acacia@12, 1xtile.chisel.planks-acacia@13, 1xtile.chisel.planks-acacia@14, 1xtile.chisel.planks-dark-oak@0, 1xtile.chisel.planks-dark-oak@1, 1xtile.chisel.planks-dark-oak@2, 1xtile.chisel.planks-dark-oak@3, 1xtile.chisel.planks-dark-oak@4, 1xtile.chisel.planks-dark-oak@5, 1xtile.chisel.planks-dark-oak@6, 1xtile.chisel.planks-dark-oak@7, 1xtile.chisel.planks-dark-oak@8, 1xtile.chisel.planks-dark-oak@9, 1xtile.chisel.planks-dark-oak@10, 1xtile.chisel.planks-dark-oak@11, 1xtile.chisel.planks-dark-oak@12, 1xtile.chisel.planks-dark-oak@13, 1xtile.chisel.planks-dark-oak@14, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8, 1xtile.natura.nether_planks@0, 1xtile.natura.nether_planks@1, 1xtile.natura.nether_planks@2, 1xtile.natura.nether_planks@3, 1xtile.planks_sakura@0, 1xtile.planks_mulberry@0, 1xtile.blocks.integrateddynamics.menril_planks@0, 1xtile.primal.planks@0, 1xtile.primal.planks@1, 1xtile.primal.planks@2, 1xtile.primal.planks@3, 1xtile.dltplank@0, 1xtile.dreadplanks@0, 1xtile.thebetweenlands.weedwood_planks@0, 1xtile.thebetweenlands.rubber_tree_planks@0, 1xtile.thebetweenlands.giant_root_planks@0, 1xtile.thebetweenlands.hearthgrove_planks@0, 1xtile.thebetweenlands.nibbletwig_planks@0, 1xtile.twilightforest.TowerStone@0, 1xtile.twilightforest.TowerStone@1, 1xtile.twilightforest.TowerStone@2, 1xtile.twilightforest.TowerStone@3, 1xtile.twilightforest.TowerStone@4, 1xtile.totemic:cedar_plank@0, 1xtile.traverse:fir_planks@0, 1xtile.kepler22b_planks.0@0, 1xtile.primal.planks@0, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8], net.minecraft.item.crafting.Ingredient$1@7e2c8622, type:SIDING parent:[1xtile.wood@0, 1xtile.wood@1, 1xtile.wood@2, 1xtile.wood@3, 1xtile.wood@4, 1xtile.wood@5, 1xtile.rustic.planks@0, 1xtile.rustic.planks@1, 1xtile.rustic.painted_wood_black@0, 1xtile.rustic.painted_wood_blue@0, 1xtile.rustic.painted_wood_brown@0, 1xtile.rustic.painted_wood_cyan@0, 1xtile.rustic.painted_wood_gray@0, 1xtile.rustic.painted_wood_green@0, 1xtile.rustic.painted_wood_light_blue@0, 1xtile.rustic.painted_wood_lime@0, 1xtile.rustic.painted_wood_magenta@0, 1xtile.rustic.painted_wood_orange@0, 1xtile.rustic.painted_wood_pink@0, 1xtile.rustic.painted_wood_purple@0, 1xtile.rustic.painted_wood_red@0, 1xtile.rustic.painted_wood_silver@0, 1xtile.rustic.painted_wood_white@0, 1xtile.rustic.painted_wood_yellow@0, 1xtile.chisel.planks-oak@0, 1xtile.chisel.planks-oak@1, 1xtile.chisel.planks-oak@2, 1xtile.chisel.planks-oak@3, 1xtile.chisel.planks-oak@4, 1xtile.chisel.planks-oak@5, 1xtile.chisel.planks-oak@6, 1xtile.chisel.planks-oak@7, 1xtile.chisel.planks-oak@8, 1xtile.chisel.planks-oak@9, 1xtile.chisel.planks-oak@10, 1xtile.chisel.planks-oak@11, 1xtile.chisel.planks-oak@12, 1xtile.chisel.planks-oak@13, 1xtile.chisel.planks-oak@14, 1xtile.chisel.planks-spruce@0, 1xtile.chisel.planks-spruce@1, 1xtile.chisel.planks-spruce@2, 1xtile.chisel.planks-spruce@3, 1xtile.chisel.planks-spruce@4, 1xtile.chisel.planks-spruce@5, 1xtile.chisel.planks-spruce@6, 1xtile.chisel.planks-spruce@7, 1xtile.chisel.planks-spruce@8, 1xtile.chisel.planks-spruce@9, 1xtile.chisel.planks-spruce@10, 1xtile.chisel.planks-spruce@11, 1xtile.chisel.planks-spruce@12, 1xtile.chisel.planks-spruce@13, 1xtile.chisel.planks-spruce@14, 1xtile.chisel.planks-birch@0, 1xtile.chisel.planks-birch@1, 1xtile.chisel.planks-birch@2, 1xtile.chisel.planks-birch@3, 1xtile.chisel.planks-birch@4, 1xtile.chisel.planks-birch@5, 1xtile.chisel.planks-birch@6, 1xtile.chisel.planks-birch@7, 1xtile.chisel.planks-birch@8, 1xtile.chisel.planks-birch@9, 1xtile.chisel.planks-birch@10, 1xtile.chisel.planks-birch@11, 1xtile.chisel.planks-birch@12, 1xtile.chisel.planks-birch@13, 1xtile.chisel.planks-birch@14, 1xtile.chisel.planks-jungle@0, 1xtile.chisel.planks-jungle@1, 1xtile.chisel.planks-jungle@2, 1xtile.chisel.planks-jungle@3, 1xtile.chisel.planks-jungle@4, 1xtile.chisel.planks-jungle@5, 1xtile.chisel.planks-jungle@6, 1xtile.chisel.planks-jungle@7, 1xtile.chisel.planks-jungle@8, 1xtile.chisel.planks-jungle@9, 1xtile.chisel.planks-jungle@10, 1xtile.chisel.planks-jungle@11, 1xtile.chisel.planks-jungle@12, 1xtile.chisel.planks-jungle@13, 1xtile.chisel.planks-jungle@14, 1xtile.chisel.planks-acacia@0, 1xtile.chisel.planks-acacia@1, 1xtile.chisel.planks-acacia@2, 1xtile.chisel.planks-acacia@3, 1xtile.chisel.planks-acacia@4, 1xtile.chisel.planks-acacia@5, 1xtile.chisel.planks-acacia@6, 1xtile.chisel.planks-acacia@7, 1xtile.chisel.planks-acacia@8, 1xtile.chisel.planks-acacia@9, 1xtile.chisel.planks-acacia@10, 1xtile.chisel.planks-acacia@11, 1xtile.chisel.planks-acacia@12, 1xtile.chisel.planks-acacia@13, 1xtile.chisel.planks-acacia@14, 1xtile.chisel.planks-dark-oak@0, 1xtile.chisel.planks-dark-oak@1, 1xtile.chisel.planks-dark-oak@2, 1xtile.chisel.planks-dark-oak@3, 1xtile.chisel.planks-dark-oak@4, 1xtile.chisel.planks-dark-oak@5, 1xtile.chisel.planks-dark-oak@6, 1xtile.chisel.planks-dark-oak@7, 1xtile.chisel.planks-dark-oak@8, 1xtile.chisel.planks-dark-oak@9, 1xtile.chisel.planks-dark-oak@10, 1xtile.chisel.planks-dark-oak@11, 1xtile.chisel.planks-dark-oak@12, 1xtile.chisel.planks-dark-oak@13, 1xtile.chisel.planks-dark-oak@14, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8, 1xtile.natura.nether_planks@0, 1xtile.natura.nether_planks@1, 1xtile.natura.nether_planks@2, 1xtile.natura.nether_planks@3, 1xtile.planks_sakura@0, 1xtile.planks_mulberry@0, 1xtile.blocks.integrateddynamics.menril_planks@0, 1xtile.primal.planks@0, 1xtile.primal.planks@1, 1xtile.primal.planks@2, 1xtile.primal.planks@3, 1xtile.dltplank@0, 1xtile.dreadplanks@0, 1xtile.thebetweenlands.weedwood_planks@0, 1xtile.thebetweenlands.rubber_tree_planks@0, 1xtile.thebetweenlands.giant_root_planks@0, 1xtile.thebetweenlands.hearthgrove_planks@0, 1xtile.thebetweenlands.nibbletwig_planks@0, 1xtile.twilightforest.TowerStone@0, 1xtile.twilightforest.TowerStone@1, 1xtile.twilightforest.TowerStone@2, 1xtile.twilightforest.TowerStone@3, 1xtile.twilightforest.TowerStone@4, 1xtile.totemic:cedar_plank@0, 1xtile.traverse:fir_planks@0, 1xtile.kepler22b_planks.0@0, 1xtile.primal.planks@0, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8], net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1d593116, net.minecraft.item.crafting.Ingredient$1@7e2c8622, type:MOULDING parent:[1xtile.wood@0, 1xtile.wood@1, 1xtile.wood@2, 1xtile.wood@3, 1xtile.wood@4, 1xtile.wood@5, 1xtile.rustic.planks@0, 1xtile.rustic.planks@1, 1xtile.rustic.painted_wood_black@0, 1xtile.rustic.painted_wood_blue@0, 1xtile.rustic.painted_wood_brown@0, 1xtile.rustic.painted_wood_cyan@0, 1xtile.rustic.painted_wood_gray@0, 1xtile.rustic.painted_wood_green@0, 1xtile.rustic.painted_wood_light_blue@0, 1xtile.rustic.painted_wood_lime@0, 1xtile.rustic.painted_wood_magenta@0, 1xtile.rustic.painted_wood_orange@0, 1xtile.rustic.painted_wood_pink@0, 1xtile.rustic.painted_wood_purple@0, 1xtile.rustic.painted_wood_red@0, 1xtile.rustic.painted_wood_silver@0, 1xtile.rustic.painted_wood_white@0, 1xtile.rustic.painted_wood_yellow@0, 1xtile.chisel.planks-oak@0, 1xtile.chisel.planks-oak@1, 1xtile.chisel.planks-oak@2, 1xtile.chisel.planks-oak@3, 1xtile.chisel.planks-oak@4, 1xtile.chisel.planks-oak@5, 1xtile.chisel.planks-oak@6, 1xtile.chisel.planks-oak@7, 1xtile.chisel.planks-oak@8, 1xtile.chisel.planks-oak@9, 1xtile.chisel.planks-oak@10, 1xtile.chisel.planks-oak@11, 1xtile.chisel.planks-oak@12, 1xtile.chisel.planks-oak@13, 1xtile.chisel.planks-oak@14, 1xtile.chisel.planks-spruce@0, 1xtile.chisel.planks-spruce@1, 1xtile.chisel.planks-spruce@2, 1xtile.chisel.planks-spruce@3, 1xtile.chisel.planks-spruce@4, 1xtile.chisel.planks-spruce@5, 1xtile.chisel.planks-spruce@6, 1xtile.chisel.planks-spruce@7, 1xtile.chisel.planks-spruce@8, 1xtile.chisel.planks-spruce@9, 1xtile.chisel.planks-spruce@10, 1xtile.chisel.planks-spruce@11, 1xtile.chisel.planks-spruce@12, 1xtile.chisel.planks-spruce@13, 1xtile.chisel.planks-spruce@14, 1xtile.chisel.planks-birch@0, 1xtile.chisel.planks-birch@1, 1xtile.chisel.planks-birch@2, 1xtile.chisel.planks-birch@3, 1xtile.chisel.planks-birch@4, 1xtile.chisel.planks-birch@5, 1xtile.chisel.planks-birch@6, 1xtile.chisel.planks-birch@7, 1xtile.chisel.planks-birch@8, 1xtile.chisel.planks-birch@9, 1xtile.chisel.planks-birch@10, 1xtile.chisel.planks-birch@11, 1xtile.chisel.planks-birch@12, 1xtile.chisel.planks-birch@13, 1xtile.chisel.planks-birch@14, 1xtile.chisel.planks-jungle@0, 1xtile.chisel.planks-jungle@1, 1xtile.chisel.planks-jungle@2, 1xtile.chisel.planks-jungle@3, 1xtile.chisel.planks-jungle@4, 1xtile.chisel.planks-jungle@5, 1xtile.chisel.planks-jungle@6, 1xtile.chisel.planks-jungle@7, 1xtile.chisel.planks-jungle@8, 1xtile.chisel.planks-jungle@9, 1xtile.chisel.planks-jungle@10, 1xtile.chisel.planks-jungle@11, 1xtile.chisel.planks-jungle@12, 1xtile.chisel.planks-jungle@13, 1xtile.chisel.planks-jungle@14, 1xtile.chisel.planks-acacia@0, 1xtile.chisel.planks-acacia@1, 1xtile.chisel.planks-acacia@2, 1xtile.chisel.planks-acacia@3, 1xtile.chisel.planks-acacia@4, 1xtile.chisel.planks-acacia@5, 1xtile.chisel.planks-acacia@6, 1xtile.chisel.planks-acacia@7, 1xtile.chisel.planks-acacia@8, 1xtile.chisel.planks-acacia@9, 1xtile.chisel.planks-acacia@10, 1xtile.chisel.planks-acacia@11, 1xtile.chisel.planks-acacia@12, 1xtile.chisel.planks-acacia@13, 1xtile.chisel.planks-acacia@14, 1xtile.chisel.planks-dark-oak@0, 1xtile.chisel.planks-dark-oak@1, 1xtile.chisel.planks-dark-oak@2, 1xtile.chisel.planks-dark-oak@3, 1xtile.chisel.planks-dark-oak@4, 1xtile.chisel.planks-dark-oak@5, 1xtile.chisel.planks-dark-oak@6, 1xtile.chisel.planks-dark-oak@7, 1xtile.chisel.planks-dark-oak@8, 1xtile.chisel.planks-dark-oak@9, 1xtile.chisel.planks-dark-oak@10, 1xtile.chisel.planks-dark-oak@11, 1xtile.chisel.planks-dark-oak@12, 1xtile.chisel.planks-dark-oak@13, 1xtile.chisel.planks-dark-oak@14, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8, 1xtile.natura.nether_planks@0, 1xtile.natura.nether_planks@1, 1xtile.natura.nether_planks@2, 1xtile.natura.nether_planks@3, 1xtile.planks_sakura@0, 1xtile.planks_mulberry@0, 1xtile.blocks.integrateddynamics.menril_planks@0, 1xtile.primal.planks@0, 1xtile.primal.planks@1, 1xtile.primal.planks@2, 1xtile.primal.planks@3, 1xtile.dltplank@0, 1xtile.dreadplanks@0, 1xtile.thebetweenlands.weedwood_planks@0, 1xtile.thebetweenlands.rubber_tree_planks@0, 1xtile.thebetweenlands.giant_root_planks@0, 1xtile.thebetweenlands.hearthgrove_planks@0, 1xtile.thebetweenlands.nibbletwig_planks@0, 1xtile.twilightforest.TowerStone@0, 1xtile.twilightforest.TowerStone@1, 1xtile.twilightforest.TowerStone@2, 1xtile.twilightforest.TowerStone@3, 1xtile.twilightforest.TowerStone@4, 1xtile.totemic:cedar_plank@0, 1xtile.traverse:fir_planks@0, 1xtile.kepler22b_planks.0@0, 1xtile.primal.planks@0, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8], net.minecraftforge.oredict.OreIngredient@48033f2d, type:MOULDING parent:[1xtile.wood@0, 1xtile.wood@1, 1xtile.wood@2, 1xtile.wood@3, 1xtile.wood@4, 1xtile.wood@5, 1xtile.rustic.planks@0, 1xtile.rustic.planks@1, 1xtile.rustic.painted_wood_black@0, 1xtile.rustic.painted_wood_blue@0, 1xtile.rustic.painted_wood_brown@0, 1xtile.rustic.painted_wood_cyan@0, 1xtile.rustic.painted_wood_gray@0, 1xtile.rustic.painted_wood_green@0, 1xtile.rustic.painted_wood_light_blue@0, 1xtile.rustic.painted_wood_lime@0, 1xtile.rustic.painted_wood_magenta@0, 1xtile.rustic.painted_wood_orange@0, 1xtile.rustic.painted_wood_pink@0, 1xtile.rustic.painted_wood_purple@0, 1xtile.rustic.painted_wood_red@0, 1xtile.rustic.painted_wood_silver@0, 1xtile.rustic.painted_wood_white@0, 1xtile.rustic.painted_wood_yellow@0, 1xtile.chisel.planks-oak@0, 1xtile.chisel.planks-oak@1, 1xtile.chisel.planks-oak@2, 1xtile.chisel.planks-oak@3, 1xtile.chisel.planks-oak@4, 1xtile.chisel.planks-oak@5, 1xtile.chisel.planks-oak@6, 1xtile.chisel.planks-oak@7, 1xtile.chisel.planks-oak@8, 1xtile.chisel.planks-oak@9, 1xtile.chisel.planks-oak@10, 1xtile.chisel.planks-oak@11, 1xtile.chisel.planks-oak@12, 1xtile.chisel.planks-oak@13, 1xtile.chisel.planks-oak@14, 1xtile.chisel.planks-spruce@0, 1xtile.chisel.planks-spruce@1, 1xtile.chisel.planks-spruce@2, 1xtile.chisel.planks-spruce@3, 1xtile.chisel.planks-spruce@4, 1xtile.chisel.planks-spruce@5, 1xtile.chisel.planks-spruce@6, 1xtile.chisel.planks-spruce@7, 1xtile.chisel.planks-spruce@8, 1xtile.chisel.planks-spruce@9, 1xtile.chisel.planks-spruce@10, 1xtile.chisel.planks-spruce@11, 1xtile.chisel.planks-spruce@12, 1xtile.chisel.planks-spruce@13, 1xtile.chisel.planks-spruce@14, 1xtile.chisel.planks-birch@0, 1xtile.chisel.planks-birch@1, 1xtile.chisel.planks-birch@2, 1xtile.chisel.planks-birch@3, 1xtile.chisel.planks-birch@4, 1xtile.chisel.planks-birch@5, 1xtile.chisel.planks-birch@6, 1xtile.chisel.planks-birch@7, 1xtile.chisel.planks-birch@8, 1xtile.chisel.planks-birch@9, 1xtile.chisel.planks-birch@10, 1xtile.chisel.planks-birch@11, 1xtile.chisel.planks-birch@12, 1xtile.chisel.planks-birch@13, 1xtile.chisel.planks-birch@14, 1xtile.chisel.planks-jungle@0, 1xtile.chisel.planks-jungle@1, 1xtile.chisel.planks-jungle@2, 1xtile.chisel.planks-jungle@3, 1xtile.chisel.planks-jungle@4, 1xtile.chisel.planks-jungle@5, 1xtile.chisel.planks-jungle@6, 1xtile.chisel.planks-jungle@7, 1xtile.chisel.planks-jungle@8, 1xtile.chisel.planks-jungle@9, 1xtile.chisel.planks-jungle@10, 1xtile.chisel.planks-jungle@11, 1xtile.chisel.planks-jungle@12, 1xtile.chisel.planks-jungle@13, 1xtile.chisel.planks-jungle@14, 1xtile.chisel.planks-acacia@0, 1xtile.chisel.planks-acacia@1, 1xtile.chisel.planks-acacia@2, 1xtile.chisel.planks-acacia@3, 1xtile.chisel.planks-acacia@4, 1xtile.chisel.planks-acacia@5, 1xtile.chisel.planks-acacia@6, 1xtile.chisel.planks-acacia@7, 1xtile.chisel.planks-acacia@8, 1xtile.chisel.planks-acacia@9, 1xtile.chisel.planks-acacia@10, 1xtile.chisel.planks-acacia@11, 1xtile.chisel.planks-acacia@12, 1xtile.chisel.planks-acacia@13, 1xtile.chisel.planks-acacia@14, 1xtile.chisel.planks-dark-oak@0, 1xtile.chisel.planks-dark-oak@1, 1xtile.chisel.planks-dark-oak@2, 1xtile.chisel.planks-dark-oak@3, 1xtile.chisel.planks-dark-oak@4, 1xtile.chisel.planks-dark-oak@5, 1xtile.chisel.planks-dark-oak@6, 1xtile.chisel.planks-dark-oak@7, 1xtile.chisel.planks-dark-oak@8, 1xtile.chisel.planks-dark-oak@9, 1xtile.chisel.planks-dark-oak@10, 1xtile.chisel.planks-dark-oak@11, 1xtile.chisel.planks-dark-oak@12, 1xtile.chisel.planks-dark-oak@13, 1xtile.chisel.planks-dark-oak@14, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8, 1xtile.natura.nether_planks@0, 1xtile.natura.nether_planks@1, 1xtile.natura.nether_planks@2, 1xtile.natura.nether_planks@3, 1xtile.planks_sakura@0, 1xtile.planks_mulberry@0, 1xtile.blocks.integrateddynamics.menril_planks@0, 1xtile.primal.planks@0, 1xtile.primal.planks@1, 1xtile.primal.planks@2, 1xtile.primal.planks@3, 1xtile.dltplank@0, 1xtile.dreadplanks@0, 1xtile.thebetweenlands.weedwood_planks@0, 1xtile.thebetweenlands.rubber_tree_planks@0, 1xtile.thebetweenlands.giant_root_planks@0, 1xtile.thebetweenlands.hearthgrove_planks@0, 1xtile.thebetweenlands.nibbletwig_planks@0, 1xtile.twilightforest.TowerStone@0, 1xtile.twilightforest.TowerStone@1, 1xtile.twilightforest.TowerStone@2, 1xtile.twilightforest.TowerStone@3, 1xtile.twilightforest.TowerStone@4, 1xtile.totemic:cedar_plank@0, 1xtile.traverse:fir_planks@0, 1xtile.kepler22b_planks.0@0, 1xtile.primal.planks@0, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8]]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3022 betterwithaddons:chest_paper RecipeStage{tier='three', recipe=1xitem.chest_paper@0:[net.minecraft.item.crafting.Ingredient@794d599e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@794d599e, net.minecraft.item.crafting.Ingredient@794d599e, net.minecraft.item.crafting.Ingredient@794d599e, net.minecraft.item.crafting.Ingredient@794d599e, net.minecraft.item.crafting.Ingredient@794d599e, net.minecraft.item.crafting.Ingredient@794d599e, net.minecraft.item.crafting.Ingredient@794d599e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3023 betterwithaddons:box RecipeStage{tier='one', recipe=2xtile.box@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, type:SIDING parent:[1xtile.wood@0, 1xtile.wood@1, 1xtile.wood@2, 1xtile.wood@3, 1xtile.wood@4, 1xtile.wood@5, 1xtile.rustic.planks@0, 1xtile.rustic.planks@1, 1xtile.rustic.painted_wood_black@0, 1xtile.rustic.painted_wood_blue@0, 1xtile.rustic.painted_wood_brown@0, 1xtile.rustic.painted_wood_cyan@0, 1xtile.rustic.painted_wood_gray@0, 1xtile.rustic.painted_wood_green@0, 1xtile.rustic.painted_wood_light_blue@0, 1xtile.rustic.painted_wood_lime@0, 1xtile.rustic.painted_wood_magenta@0, 1xtile.rustic.painted_wood_orange@0, 1xtile.rustic.painted_wood_pink@0, 1xtile.rustic.painted_wood_purple@0, 1xtile.rustic.painted_wood_red@0, 1xtile.rustic.painted_wood_silver@0, 1xtile.rustic.painted_wood_white@0, 1xtile.rustic.painted_wood_yellow@0, 1xtile.chisel.planks-oak@0, 1xtile.chisel.planks-oak@1, 1xtile.chisel.planks-oak@2, 1xtile.chisel.planks-oak@3, 1xtile.chisel.planks-oak@4, 1xtile.chisel.planks-oak@5, 1xtile.chisel.planks-oak@6, 1xtile.chisel.planks-oak@7, 1xtile.chisel.planks-oak@8, 1xtile.chisel.planks-oak@9, 1xtile.chisel.planks-oak@10, 1xtile.chisel.planks-oak@11, 1xtile.chisel.planks-oak@12, 1xtile.chisel.planks-oak@13, 1xtile.chisel.planks-oak@14, 1xtile.chisel.planks-spruce@0, 1xtile.chisel.planks-spruce@1, 1xtile.chisel.planks-spruce@2, 1xtile.chisel.planks-spruce@3, 1xtile.chisel.planks-spruce@4, 1xtile.chisel.planks-spruce@5, 1xtile.chisel.planks-spruce@6, 1xtile.chisel.planks-spruce@7, 1xtile.chisel.planks-spruce@8, 1xtile.chisel.planks-spruce@9, 1xtile.chisel.planks-spruce@10, 1xtile.chisel.planks-spruce@11, 1xtile.chisel.planks-spruce@12, 1xtile.chisel.planks-spruce@13, 1xtile.chisel.planks-spruce@14, 1xtile.chisel.planks-birch@0, 1xtile.chisel.planks-birch@1, 1xtile.chisel.planks-birch@2, 1xtile.chisel.planks-birch@3, 1xtile.chisel.planks-birch@4, 1xtile.chisel.planks-birch@5, 1xtile.chisel.planks-birch@6, 1xtile.chisel.planks-birch@7, 1xtile.chisel.planks-birch@8, 1xtile.chisel.planks-birch@9, 1xtile.chisel.planks-birch@10, 1xtile.chisel.planks-birch@11, 1xtile.chisel.planks-birch@12, 1xtile.chisel.planks-birch@13, 1xtile.chisel.planks-birch@14, 1xtile.chisel.planks-jungle@0, 1xtile.chisel.planks-jungle@1, 1xtile.chisel.planks-jungle@2, 1xtile.chisel.planks-jungle@3, 1xtile.chisel.planks-jungle@4, 1xtile.chisel.planks-jungle@5, 1xtile.chisel.planks-jungle@6, 1xtile.chisel.planks-jungle@7, 1xtile.chisel.planks-jungle@8, 1xtile.chisel.planks-jungle@9, 1xtile.chisel.planks-jungle@10, 1xtile.chisel.planks-jungle@11, 1xtile.chisel.planks-jungle@12, 1xtile.chisel.planks-jungle@13, 1xtile.chisel.planks-jungle@14, 1xtile.chisel.planks-acacia@0, 1xtile.chisel.planks-acacia@1, 1xtile.chisel.planks-acacia@2, 1xtile.chisel.planks-acacia@3, 1xtile.chisel.planks-acacia@4, 1xtile.chisel.planks-acacia@5, 1xtile.chisel.planks-acacia@6, 1xtile.chisel.planks-acacia@7, 1xtile.chisel.planks-acacia@8, 1xtile.chisel.planks-acacia@9, 1xtile.chisel.planks-acacia@10, 1xtile.chisel.planks-acacia@11, 1xtile.chisel.planks-acacia@12, 1xtile.chisel.planks-acacia@13, 1xtile.chisel.planks-acacia@14, 1xtile.chisel.planks-dark-oak@0, 1xtile.chisel.planks-dark-oak@1, 1xtile.chisel.planks-dark-oak@2, 1xtile.chisel.planks-dark-oak@3, 1xtile.chisel.planks-dark-oak@4, 1xtile.chisel.planks-dark-oak@5, 1xtile.chisel.planks-dark-oak@6, 1xtile.chisel.planks-dark-oak@7, 1xtile.chisel.planks-dark-oak@8, 1xtile.chisel.planks-dark-oak@9, 1xtile.chisel.planks-dark-oak@10, 1xtile.chisel.planks-dark-oak@11, 1xtile.chisel.planks-dark-oak@12, 1xtile.chisel.planks-dark-oak@13, 1xtile.chisel.planks-dark-oak@14, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8, 1xtile.natura.nether_planks@0, 1xtile.natura.nether_planks@1, 1xtile.natura.nether_planks@2, 1xtile.natura.nether_planks@3, 1xtile.planks_sakura@0, 1xtile.planks_mulberry@0, 1xtile.blocks.integrateddynamics.menril_planks@0, 1xtile.primal.planks@0, 1xtile.primal.planks@1, 1xtile.primal.planks@2, 1xtile.primal.planks@3, 1xtile.dltplank@0, 1xtile.dreadplanks@0, 1xtile.thebetweenlands.weedwood_planks@0, 1xtile.thebetweenlands.rubber_tree_planks@0, 1xtile.thebetweenlands.giant_root_planks@0, 1xtile.thebetweenlands.hearthgrove_planks@0, 1xtile.thebetweenlands.nibbletwig_planks@0, 1xtile.twilightforest.TowerStone@0, 1xtile.twilightforest.TowerStone@1, 1xtile.twilightforest.TowerStone@2, 1xtile.twilightforest.TowerStone@3, 1xtile.twilightforest.TowerStone@4, 1xtile.totemic:cedar_plank@0, 1xtile.traverse:fir_planks@0, 1xtile.kepler22b_planks.0@0, 1xtile.primal.planks@0, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8], net.minecraft.item.crafting.Ingredient$1@7e2c8622, type:SIDING parent:[1xtile.wood@0, 1xtile.wood@1, 1xtile.wood@2, 1xtile.wood@3, 1xtile.wood@4, 1xtile.wood@5, 1xtile.rustic.planks@0, 1xtile.rustic.planks@1, 1xtile.rustic.painted_wood_black@0, 1xtile.rustic.painted_wood_blue@0, 1xtile.rustic.painted_wood_brown@0, 1xtile.rustic.painted_wood_cyan@0, 1xtile.rustic.painted_wood_gray@0, 1xtile.rustic.painted_wood_green@0, 1xtile.rustic.painted_wood_light_blue@0, 1xtile.rustic.painted_wood_lime@0, 1xtile.rustic.painted_wood_magenta@0, 1xtile.rustic.painted_wood_orange@0, 1xtile.rustic.painted_wood_pink@0, 1xtile.rustic.painted_wood_purple@0, 1xtile.rustic.painted_wood_red@0, 1xtile.rustic.painted_wood_silver@0, 1xtile.rustic.painted_wood_white@0, 1xtile.rustic.painted_wood_yellow@0, 1xtile.chisel.planks-oak@0, 1xtile.chisel.planks-oak@1, 1xtile.chisel.planks-oak@2, 1xtile.chisel.planks-oak@3, 1xtile.chisel.planks-oak@4, 1xtile.chisel.planks-oak@5, 1xtile.chisel.planks-oak@6, 1xtile.chisel.planks-oak@7, 1xtile.chisel.planks-oak@8, 1xtile.chisel.planks-oak@9, 1xtile.chisel.planks-oak@10, 1xtile.chisel.planks-oak@11, 1xtile.chisel.planks-oak@12, 1xtile.chisel.planks-oak@13, 1xtile.chisel.planks-oak@14, 1xtile.chisel.planks-spruce@0, 1xtile.chisel.planks-spruce@1, 1xtile.chisel.planks-spruce@2, 1xtile.chisel.planks-spruce@3, 1xtile.chisel.planks-spruce@4, 1xtile.chisel.planks-spruce@5, 1xtile.chisel.planks-spruce@6, 1xtile.chisel.planks-spruce@7, 1xtile.chisel.planks-spruce@8, 1xtile.chisel.planks-spruce@9, 1xtile.chisel.planks-spruce@10, 1xtile.chisel.planks-spruce@11, 1xtile.chisel.planks-spruce@12, 1xtile.chisel.planks-spruce@13, 1xtile.chisel.planks-spruce@14, 1xtile.chisel.planks-birch@0, 1xtile.chisel.planks-birch@1, 1xtile.chisel.planks-birch@2, 1xtile.chisel.planks-birch@3, 1xtile.chisel.planks-birch@4, 1xtile.chisel.planks-birch@5, 1xtile.chisel.planks-birch@6, 1xtile.chisel.planks-birch@7, 1xtile.chisel.planks-birch@8, 1xtile.chisel.planks-birch@9, 1xtile.chisel.planks-birch@10, 1xtile.chisel.planks-birch@11, 1xtile.chisel.planks-birch@12, 1xtile.chisel.planks-birch@13, 1xtile.chisel.planks-birch@14, 1xtile.chisel.planks-jungle@0, 1xtile.chisel.planks-jungle@1, 1xtile.chisel.planks-jungle@2, 1xtile.chisel.planks-jungle@3, 1xtile.chisel.planks-jungle@4, 1xtile.chisel.planks-jungle@5, 1xtile.chisel.planks-jungle@6, 1xtile.chisel.planks-jungle@7, 1xtile.chisel.planks-jungle@8, 1xtile.chisel.planks-jungle@9, 1xtile.chisel.planks-jungle@10, 1xtile.chisel.planks-jungle@11, 1xtile.chisel.planks-jungle@12, 1xtile.chisel.planks-jungle@13, 1xtile.chisel.planks-jungle@14, 1xtile.chisel.planks-acacia@0, 1xtile.chisel.planks-acacia@1, 1xtile.chisel.planks-acacia@2, 1xtile.chisel.planks-acacia@3, 1xtile.chisel.planks-acacia@4, 1xtile.chisel.planks-acacia@5, 1xtile.chisel.planks-acacia@6, 1xtile.chisel.planks-acacia@7, 1xtile.chisel.planks-acacia@8, 1xtile.chisel.planks-acacia@9, 1xtile.chisel.planks-acacia@10, 1xtile.chisel.planks-acacia@11, 1xtile.chisel.planks-acacia@12, 1xtile.chisel.planks-acacia@13, 1xtile.chisel.planks-acacia@14, 1xtile.chisel.planks-dark-oak@0, 1xtile.chisel.planks-dark-oak@1, 1xtile.chisel.planks-dark-oak@2, 1xtile.chisel.planks-dark-oak@3, 1xtile.chisel.planks-dark-oak@4, 1xtile.chisel.planks-dark-oak@5, 1xtile.chisel.planks-dark-oak@6, 1xtile.chisel.planks-dark-oak@7, 1xtile.chisel.planks-dark-oak@8, 1xtile.chisel.planks-dark-oak@9, 1xtile.chisel.planks-dark-oak@10, 1xtile.chisel.planks-dark-oak@11, 1xtile.chisel.planks-dark-oak@12, 1xtile.chisel.planks-dark-oak@13, 1xtile.chisel.planks-dark-oak@14, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8, 1xtile.natura.nether_planks@0, 1xtile.natura.nether_planks@1, 1xtile.natura.nether_planks@2, 1xtile.natura.nether_planks@3, 1xtile.planks_sakura@0, 1xtile.planks_mulberry@0, 1xtile.blocks.integrateddynamics.menril_planks@0, 1xtile.primal.planks@0, 1xtile.primal.planks@1, 1xtile.primal.planks@2, 1xtile.primal.planks@3, 1xtile.dltplank@0, 1xtile.dreadplanks@0, 1xtile.thebetweenlands.weedwood_planks@0, 1xtile.thebetweenlands.rubber_tree_planks@0, 1xtile.thebetweenlands.giant_root_planks@0, 1xtile.thebetweenlands.hearthgrove_planks@0, 1xtile.thebetweenlands.nibbletwig_planks@0, 1xtile.twilightforest.TowerStone@0, 1xtile.twilightforest.TowerStone@1, 1xtile.twilightforest.TowerStone@2, 1xtile.twilightforest.TowerStone@3, 1xtile.twilightforest.TowerStone@4, 1xtile.totemic:cedar_plank@0, 1xtile.traverse:fir_planks@0, 1xtile.kepler22b_planks.0@0, 1xtile.primal.planks@0, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8], net.minecraft.item.crafting.Ingredient$1@7e2c8622, type:SIDING parent:[1xtile.wood@0, 1xtile.wood@1, 1xtile.wood@2, 1xtile.wood@3, 1xtile.wood@4, 1xtile.wood@5, 1xtile.rustic.planks@0, 1xtile.rustic.planks@1, 1xtile.rustic.painted_wood_black@0, 1xtile.rustic.painted_wood_blue@0, 1xtile.rustic.painted_wood_brown@0, 1xtile.rustic.painted_wood_cyan@0, 1xtile.rustic.painted_wood_gray@0, 1xtile.rustic.painted_wood_green@0, 1xtile.rustic.painted_wood_light_blue@0, 1xtile.rustic.painted_wood_lime@0, 1xtile.rustic.painted_wood_magenta@0, 1xtile.rustic.painted_wood_orange@0, 1xtile.rustic.painted_wood_pink@0, 1xtile.rustic.painted_wood_purple@0, 1xtile.rustic.painted_wood_red@0, 1xtile.rustic.painted_wood_silver@0, 1xtile.rustic.painted_wood_white@0, 1xtile.rustic.painted_wood_yellow@0, 1xtile.chisel.planks-oak@0, 1xtile.chisel.planks-oak@1, 1xtile.chisel.planks-oak@2, 1xtile.chisel.planks-oak@3, 1xtile.chisel.planks-oak@4, 1xtile.chisel.planks-oak@5, 1xtile.chisel.planks-oak@6, 1xtile.chisel.planks-oak@7, 1xtile.chisel.planks-oak@8, 1xtile.chisel.planks-oak@9, 1xtile.chisel.planks-oak@10, 1xtile.chisel.planks-oak@11, 1xtile.chisel.planks-oak@12, 1xtile.chisel.planks-oak@13, 1xtile.chisel.planks-oak@14, 1xtile.chisel.planks-spruce@0, 1xtile.chisel.planks-spruce@1, 1xtile.chisel.planks-spruce@2, 1xtile.chisel.planks-spruce@3, 1xtile.chisel.planks-spruce@4, 1xtile.chisel.planks-spruce@5, 1xtile.chisel.planks-spruce@6, 1xtile.chisel.planks-spruce@7, 1xtile.chisel.planks-spruce@8, 1xtile.chisel.planks-spruce@9, 1xtile.chisel.planks-spruce@10, 1xtile.chisel.planks-spruce@11, 1xtile.chisel.planks-spruce@12, 1xtile.chisel.planks-spruce@13, 1xtile.chisel.planks-spruce@14, 1xtile.chisel.planks-birch@0, 1xtile.chisel.planks-birch@1, 1xtile.chisel.planks-birch@2, 1xtile.chisel.planks-birch@3, 1xtile.chisel.planks-birch@4, 1xtile.chisel.planks-birch@5, 1xtile.chisel.planks-birch@6, 1xtile.chisel.planks-birch@7, 1xtile.chisel.planks-birch@8, 1xtile.chisel.planks-birch@9, 1xtile.chisel.planks-birch@10, 1xtile.chisel.planks-birch@11, 1xtile.chisel.planks-birch@12, 1xtile.chisel.planks-birch@13, 1xtile.chisel.planks-birch@14, 1xtile.chisel.planks-jungle@0, 1xtile.chisel.planks-jungle@1, 1xtile.chisel.planks-jungle@2, 1xtile.chisel.planks-jungle@3, 1xtile.chisel.planks-jungle@4, 1xtile.chisel.planks-jungle@5, 1xtile.chisel.planks-jungle@6, 1xtile.chisel.planks-jungle@7, 1xtile.chisel.planks-jungle@8, 1xtile.chisel.planks-jungle@9, 1xtile.chisel.planks-jungle@10, 1xtile.chisel.planks-jungle@11, 1xtile.chisel.planks-jungle@12, 1xtile.chisel.planks-jungle@13, 1xtile.chisel.planks-jungle@14, 1xtile.chisel.planks-acacia@0, 1xtile.chisel.planks-acacia@1, 1xtile.chisel.planks-acacia@2, 1xtile.chisel.planks-acacia@3, 1xtile.chisel.planks-acacia@4, 1xtile.chisel.planks-acacia@5, 1xtile.chisel.planks-acacia@6, 1xtile.chisel.planks-acacia@7, 1xtile.chisel.planks-acacia@8, 1xtile.chisel.planks-acacia@9, 1xtile.chisel.planks-acacia@10, 1xtile.chisel.planks-acacia@11, 1xtile.chisel.planks-acacia@12, 1xtile.chisel.planks-acacia@13, 1xtile.chisel.planks-acacia@14, 1xtile.chisel.planks-dark-oak@0, 1xtile.chisel.planks-dark-oak@1, 1xtile.chisel.planks-dark-oak@2, 1xtile.chisel.planks-dark-oak@3, 1xtile.chisel.planks-dark-oak@4, 1xtile.chisel.planks-dark-oak@5, 1xtile.chisel.planks-dark-oak@6, 1xtile.chisel.planks-dark-oak@7, 1xtile.chisel.planks-dark-oak@8, 1xtile.chisel.planks-dark-oak@9, 1xtile.chisel.planks-dark-oak@10, 1xtile.chisel.planks-dark-oak@11, 1xtile.chisel.planks-dark-oak@12, 1xtile.chisel.planks-dark-oak@13, 1xtile.chisel.planks-dark-oak@14, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8, 1xtile.natura.nether_planks@0, 1xtile.natura.nether_planks@1, 1xtile.natura.nether_planks@2, 1xtile.natura.nether_planks@3, 1xtile.planks_sakura@0, 1xtile.planks_mulberry@0, 1xtile.blocks.integrateddynamics.menril_planks@0, 1xtile.primal.planks@0, 1xtile.primal.planks@1, 1xtile.primal.planks@2, 1xtile.primal.planks@3, 1xtile.dltplank@0, 1xtile.dreadplanks@0, 1xtile.thebetweenlands.weedwood_planks@0, 1xtile.thebetweenlands.rubber_tree_planks@0, 1xtile.thebetweenlands.giant_root_planks@0, 1xtile.thebetweenlands.hearthgrove_planks@0, 1xtile.thebetweenlands.nibbletwig_planks@0, 1xtile.twilightforest.TowerStone@0, 1xtile.twilightforest.TowerStone@1, 1xtile.twilightforest.TowerStone@2, 1xtile.twilightforest.TowerStone@3, 1xtile.twilightforest.TowerStone@4, 1xtile.totemic:cedar_plank@0, 1xtile.traverse:fir_planks@0, 1xtile.kepler22b_planks.0@0, 1xtile.primal.planks@0, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8], net.minecraft.item.crafting.Ingredient$1@7e2c8622, type:SIDING parent:[1xtile.wood@0, 1xtile.wood@1, 1xtile.wood@2, 1xtile.wood@3, 1xtile.wood@4, 1xtile.wood@5, 1xtile.rustic.planks@0, 1xtile.rustic.planks@1, 1xtile.rustic.painted_wood_black@0, 1xtile.rustic.painted_wood_blue@0, 1xtile.rustic.painted_wood_brown@0, 1xtile.rustic.painted_wood_cyan@0, 1xtile.rustic.painted_wood_gray@0, 1xtile.rustic.painted_wood_green@0, 1xtile.rustic.painted_wood_light_blue@0, 1xtile.rustic.painted_wood_lime@0, 1xtile.rustic.painted_wood_magenta@0, 1xtile.rustic.painted_wood_orange@0, 1xtile.rustic.painted_wood_pink@0, 1xtile.rustic.painted_wood_purple@0, 1xtile.rustic.painted_wood_red@0, 1xtile.rustic.painted_wood_silver@0, 1xtile.rustic.painted_wood_white@0, 1xtile.rustic.painted_wood_yellow@0, 1xtile.chisel.planks-oak@0, 1xtile.chisel.planks-oak@1, 1xtile.chisel.planks-oak@2, 1xtile.chisel.planks-oak@3, 1xtile.chisel.planks-oak@4, 1xtile.chisel.planks-oak@5, 1xtile.chisel.planks-oak@6, 1xtile.chisel.planks-oak@7, 1xtile.chisel.planks-oak@8, 1xtile.chisel.planks-oak@9, 1xtile.chisel.planks-oak@10, 1xtile.chisel.planks-oak@11, 1xtile.chisel.planks-oak@12, 1xtile.chisel.planks-oak@13, 1xtile.chisel.planks-oak@14, 1xtile.chisel.planks-spruce@0, 1xtile.chisel.planks-spruce@1, 1xtile.chisel.planks-spruce@2, 1xtile.chisel.planks-spruce@3, 1xtile.chisel.planks-spruce@4, 1xtile.chisel.planks-spruce@5, 1xtile.chisel.planks-spruce@6, 1xtile.chisel.planks-spruce@7, 1xtile.chisel.planks-spruce@8, 1xtile.chisel.planks-spruce@9, 1xtile.chisel.planks-spruce@10, 1xtile.chisel.planks-spruce@11, 1xtile.chisel.planks-spruce@12, 1xtile.chisel.planks-spruce@13, 1xtile.chisel.planks-spruce@14, 1xtile.chisel.planks-birch@0, 1xtile.chisel.planks-birch@1, 1xtile.chisel.planks-birch@2, 1xtile.chisel.planks-birch@3, 1xtile.chisel.planks-birch@4, 1xtile.chisel.planks-birch@5, 1xtile.chisel.planks-birch@6, 1xtile.chisel.planks-birch@7, 1xtile.chisel.planks-birch@8, 1xtile.chisel.planks-birch@9, 1xtile.chisel.planks-birch@10, 1xtile.chisel.planks-birch@11, 1xtile.chisel.planks-birch@12, 1xtile.chisel.planks-birch@13, 1xtile.chisel.planks-birch@14, 1xtile.chisel.planks-jungle@0, 1xtile.chisel.planks-jungle@1, 1xtile.chisel.planks-jungle@2, 1xtile.chisel.planks-jungle@3, 1xtile.chisel.planks-jungle@4, 1xtile.chisel.planks-jungle@5, 1xtile.chisel.planks-jungle@6, 1xtile.chisel.planks-jungle@7, 1xtile.chisel.planks-jungle@8, 1xtile.chisel.planks-jungle@9, 1xtile.chisel.planks-jungle@10, 1xtile.chisel.planks-jungle@11, 1xtile.chisel.planks-jungle@12, 1xtile.chisel.planks-jungle@13, 1xtile.chisel.planks-jungle@14, 1xtile.chisel.planks-acacia@0, 1xtile.chisel.planks-acacia@1, 1xtile.chisel.planks-acacia@2, 1xtile.chisel.planks-acacia@3, 1xtile.chisel.planks-acacia@4, 1xtile.chisel.planks-acacia@5, 1xtile.chisel.planks-acacia@6, 1xtile.chisel.planks-acacia@7, 1xtile.chisel.planks-acacia@8, 1xtile.chisel.planks-acacia@9, 1xtile.chisel.planks-acacia@10, 1xtile.chisel.planks-acacia@11, 1xtile.chisel.planks-acacia@12, 1xtile.chisel.planks-acacia@13, 1xtile.chisel.planks-acacia@14, 1xtile.chisel.planks-dark-oak@0, 1xtile.chisel.planks-dark-oak@1, 1xtile.chisel.planks-dark-oak@2, 1xtile.chisel.planks-dark-oak@3, 1xtile.chisel.planks-dark-oak@4, 1xtile.chisel.planks-dark-oak@5, 1xtile.chisel.planks-dark-oak@6, 1xtile.chisel.planks-dark-oak@7, 1xtile.chisel.planks-dark-oak@8, 1xtile.chisel.planks-dark-oak@9, 1xtile.chisel.planks-dark-oak@10, 1xtile.chisel.planks-dark-oak@11, 1xtile.chisel.planks-dark-oak@12, 1xtile.chisel.planks-dark-oak@13, 1xtile.chisel.planks-dark-oak@14, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8, 1xtile.natura.nether_planks@0, 1xtile.natura.nether_planks@1, 1xtile.natura.nether_planks@2, 1xtile.natura.nether_planks@3, 1xtile.planks_sakura@0, 1xtile.planks_mulberry@0, 1xtile.blocks.integrateddynamics.menril_planks@0, 1xtile.primal.planks@0, 1xtile.primal.planks@1, 1xtile.primal.planks@2, 1xtile.primal.planks@3, 1xtile.dltplank@0, 1xtile.dreadplanks@0, 1xtile.thebetweenlands.weedwood_planks@0, 1xtile.thebetweenlands.rubber_tree_planks@0, 1xtile.thebetweenlands.giant_root_planks@0, 1xtile.thebetweenlands.hearthgrove_planks@0, 1xtile.thebetweenlands.nibbletwig_planks@0, 1xtile.twilightforest.TowerStone@0, 1xtile.twilightforest.TowerStone@1, 1xtile.twilightforest.TowerStone@2, 1xtile.twilightforest.TowerStone@3, 1xtile.twilightforest.TowerStone@4, 1xtile.totemic:cedar_plank@0, 1xtile.traverse:fir_planks@0, 1xtile.kepler22b_planks.0@0, 1xtile.primal.planks@0, 1xtile.natura.overworld_planks@0, 1xtile.natura.overworld_planks@1, 1xtile.natura.overworld_planks@2, 1xtile.natura.overworld_planks@3, 1xtile.natura.overworld_planks@4, 1xtile.natura.overworld_planks@5, 1xtile.natura.overworld_planks@6, 1xtile.natura.overworld_planks@7, 1xtile.natura.overworld_planks@8], net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3024 betterwithaddons:boots_paper RecipeStage{tier='three', recipe=1xitem.boots_paper@0:[net.minecraft.item.crafting.Ingredient@43d844a8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@43d844a8, net.minecraft.item.crafting.Ingredient@43d844a8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@43d844a8]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3025 betterwithaddons:block_matcher RecipeStage{tier='three', recipe=1xtile.block_matcher@0:[net.minecraftforge.oredict.OreIngredient@1cbe2c8a, net.minecraftforge.oredict.OreIngredient@1cbe2c8a, net.minecraftforge.oredict.OreIngredient@1cbe2c8a, net.minecraftforge.oredict.OreIngredient@2c03a049, net.minecraft.item.crafting.Ingredient@3e73a5aa, net.minecraftforge.oredict.OreIngredient@2c03a049, net.minecraftforge.oredict.OreIngredient@1cbe2c8a, net.minecraftforge.oredict.OreIngredient@1cbe2c8a, net.minecraftforge.oredict.OreIngredient@1cbe2c8a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3026 betterwithaddons:banner_detector RecipeStage{tier='three', recipe=1xtile.banner_detector@0:[net.minecraftforge.oredict.OreIngredient@58040169, net.minecraftforge.oredict.OreIngredient@58040169, net.minecraftforge.oredict.OreIngredient@58040169, net.minecraft.item.crafting.Ingredient@885a675, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@873d69a, net.minecraftforge.oredict.OreIngredient@58040169, net.minecraftforge.oredict.OreIngredient@58040169, net.minecraftforge.oredict.OreIngredient@58040169]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3027 betterwithaddons:bamboo_slats RecipeStage{tier='three', recipe=1xtile.slat@0:[net.minecraft.item.crafting.Ingredient@d936a5e, net.minecraft.item.crafting.Ingredient@d936a5e, net.minecraft.item.crafting.Ingredient@d936a5e, net.minecraft.item.crafting.Ingredient@d936a5e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3028 betterwithaddons:artifact_frame RecipeStage{tier='two', recipe=1xitem.artifact_frame@0:[net.minecraftforge.oredict.OreIngredient@578faf10, net.minecraft.item.crafting.Ingredient@1850aff7, net.minecraftforge.oredict.OreIngredient@578faf10, net.minecraftforge.oredict.OreIngredient@578faf10, net.minecraft.item.crafting.Ingredient@5f1011e0, net.minecraftforge.oredict.OreIngredient@578faf10, net.minecraftforge.oredict.OreIngredient@578faf10, net.minecraftforge.oredict.OreIngredient@578faf10, net.minecraftforge.oredict.OreIngredient@578faf10]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3040 betterwithaddons:ancestry_infuser RecipeStage{tier='three', recipe=1xtile.ancestry_infuser@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@46231e8a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@46231e8a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@435ee2a0, net.minecraft.item.crafting.Ingredient@4d69d1a, net.minecraft.item.crafting.Ingredient@435ee2a0]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3041 bibliocraft:yellow_typewriter RecipeStage{tier='three', recipe=1xtile.BiblioCraft:Typewriter@4:[net.minecraft.item.crafting.Ingredient@1158aeb9, net.minecraft.item.crafting.Ingredient@5da49685, net.minecraft.item.crafting.Ingredient@1158aeb9, net.minecraft.item.crafting.Ingredient@3c63b06, net.minecraft.item.crafting.Ingredient@1e667d5a, net.minecraft.item.crafting.Ingredient@3c63b06, net.minecraft.item.crafting.Ingredient@4a9f3549, net.minecraft.item.crafting.Ingredient@4a9f3549, net.minecraft.item.crafting.Ingredient@4a9f3549]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3042 bibliocraft:yellow_swordpedestal RecipeStage{tier='two', recipe=1xtile.BiblioCraft:SwordPedestal@4:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1f7dfd35, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1f7dfd35, net.minecraft.item.crafting.Ingredient@189d0371, net.minecraft.item.crafting.Ingredient@1f7dfd35]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3049 bibliocraft:white_typewriter RecipeStage{tier='three', recipe=1xtile.BiblioCraft:Typewriter@0:[net.minecraft.item.crafting.Ingredient@86b3550, net.minecraft.item.crafting.Ingredient@138ba619, net.minecraft.item.crafting.Ingredient@86b3550, net.minecraft.item.crafting.Ingredient@6e513d74, net.minecraft.item.crafting.Ingredient@52d1620f, net.minecraft.item.crafting.Ingredient@6e513d74, net.minecraft.item.crafting.Ingredient@3c11cb0, net.minecraft.item.crafting.Ingredient@3c11cb0, net.minecraft.item.crafting.Ingredient@3c11cb0]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3050 bibliocraft:white_swordpedestal RecipeStage{tier='two', recipe=1xtile.BiblioCraft:SwordPedestal@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@785e9fea, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@785e9fea, net.minecraft.item.crafting.Ingredient@13cc587f, net.minecraft.item.crafting.Ingredient@785e9fea]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3051 bibliocraft:white_lanterniron RecipeStage{tier='two', recipe=1xtile.BiblioCraft:LanternIron@0:[net.minecraft.item.crafting.Ingredient@71ea6070, net.minecraft.item.crafting.Ingredient@1f7789cd, net.minecraft.item.crafting.Ingredient@71ea6070, net.minecraft.item.crafting.Ingredient@78403eaf, net.minecraft.item.crafting.Ingredient@39b8c0e0, net.minecraft.item.crafting.Ingredient@78403eaf, net.minecraft.item.crafting.Ingredient@71ea6070, net.minecraft.item.crafting.Ingredient@1f7789cd, net.minecraft.item.crafting.Ingredient@71ea6070]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3052 bibliocraft:white_lanterngold RecipeStage{tier='two', recipe=1xtile.BiblioCraft:LanternGold@0:[net.minecraft.item.crafting.Ingredient@182adf19, net.minecraft.item.crafting.Ingredient@3d53146c, net.minecraft.item.crafting.Ingredient@182adf19, net.minecraft.item.crafting.Ingredient@4152f6a4, net.minecraft.item.crafting.Ingredient@6daae7c, net.minecraft.item.crafting.Ingredient@4152f6a4, net.minecraft.item.crafting.Ingredient@182adf19, net.minecraft.item.crafting.Ingredient@3d53146c, net.minecraft.item.crafting.Ingredient@182adf19]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3053 bibliocraft:white_lampiron RecipeStage{tier='two', recipe=1xtile.BiblioCraft:LampIron@0:[net.minecraft.item.crafting.Ingredient@5e2565a2, net.minecraft.item.crafting.Ingredient@53518096, net.minecraft.item.crafting.Ingredient@5e2565a2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5ac792e8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@cc72f54, net.minecraft.item.crafting.Ingredient@5ac792e8, net.minecraft.item.crafting.Ingredient@cc72f54]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3054 bibliocraft:white_lampgold RecipeStage{tier='two', recipe=1xtile.BiblioCraft:LampGold@0:[net.minecraft.item.crafting.Ingredient@49494213, net.minecraft.item.crafting.Ingredient@230e2738, net.minecraft.item.crafting.Ingredient@49494213, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3d53e693, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3d063183, net.minecraft.item.crafting.Ingredient@3d53e693, net.minecraft.item.crafting.Ingredient@3d063183]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3061 bibliocraft:typesettingtable RecipeStage{tier='three', recipe=1xtile.BiblioCraft:TypesettingTable@0:[net.minecraft.item.crafting.Ingredient@705d775f, net.minecraft.item.crafting.Ingredient@201a1492, net.minecraft.item.crafting.Ingredient@705d775f, net.minecraft.item.crafting.Ingredient@6e70b245, net.minecraft.item.crafting.Ingredient@6e70b245, net.minecraft.item.crafting.Ingredient@6e70b245, net.minecraft.item.crafting.Ingredient@1cf164d7, net.minecraft.item.crafting.Ingredient@42b38704, net.minecraft.item.crafting.Ingredient@1cf164d7]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3063 bibliocraft:tapemeasure RecipeStage{tier='three', recipe=1xitem.tapeMeasure@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@47f80c89, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@47f80c89, net.minecraft.item.crafting.Ingredient@8c963da, net.minecraft.item.crafting.Ingredient@47f80c89, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@47f80c89, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3066 bibliocraft:spruce_toolrack RecipeStage{tier='one', recipe=1xtile.BiblioCraft:ToolRack@1:[net.minecraft.item.crafting.Ingredient@757172cf, net.minecraft.item.crafting.Ingredient@757172cf, net.minecraft.item.crafting.Ingredient@757172cf, net.minecraft.item.crafting.Ingredient@757172cf, net.minecraft.item.crafting.Ingredient@b709ae2, net.minecraft.item.crafting.Ingredient@757172cf, net.minecraft.item.crafting.Ingredient@757172cf, net.minecraft.item.crafting.Ingredient@757172cf, net.minecraft.item.crafting.Ingredient@757172cf]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3067 bibliocraft:spruce_table RecipeStage{tier='two', recipe=1xtile.BiblioCraft:Table@1:[net.minecraft.item.crafting.Ingredient@24473690, net.minecraft.item.crafting.Ingredient@24473690, net.minecraft.item.crafting.Ingredient@24473690, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7108d1c8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7108d1c8, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3068 bibliocraft:spruce_shelf RecipeStage{tier='one', recipe=1xtile.BiblioCraft:Shelf@1:[net.minecraft.item.crafting.Ingredient@496bf59d, net.minecraft.item.crafting.Ingredient@496bf59d, net.minecraft.item.crafting.Ingredient@496bf59d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3f5e7126, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@496bf59d, net.minecraft.item.crafting.Ingredient@496bf59d, net.minecraft.item.crafting.Ingredient@496bf59d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3069 bibliocraft:spruce_seatback5 RecipeStage{tier='two', recipe=1xitem.seatback5@1:[net.minecraft.item.crafting.Ingredient@2c00f04b, net.minecraft.item.crafting.Ingredient@25b8c914, net.minecraft.item.crafting.Ingredient@457b2cd2]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3070 bibliocraft:spruce_seatback4 RecipeStage{tier='two', recipe=1xitem.seatback4@1:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1f94064d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5f0fb8b2, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3071 bibliocraft:spruce_seatback3 RecipeStage{tier='two', recipe=1xitem.seatback3@1:[net.minecraft.item.crafting.Ingredient@3d4a0ec7, net.minecraft.item.crafting.Ingredient@7c10b62a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3072 bibliocraft:spruce_seatback2 RecipeStage{tier='two', recipe=1xitem.seatback2@1:[net.minecraft.item.crafting.Ingredient@7b88aeb7, net.minecraft.item.crafting.Ingredient@3996b004, net.minecraft.item.crafting.Ingredient@7b88aeb7, net.minecraft.item.crafting.Ingredient@7b88aeb7, net.minecraft.item.crafting.Ingredient@2baa1b81, net.minecraft.item.crafting.Ingredient@7b88aeb7, net.minecraft.item.crafting.Ingredient@7b88aeb7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7b88aeb7]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3073 bibliocraft:spruce_seatback1 RecipeStage{tier='two', recipe=1xitem.seatback1@1:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@18d6aafb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@725e335e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@62d4de16, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@62d4de16]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3074 bibliocraft:spruce_seat RecipeStage{tier='two', recipe=1xtile.BiblioCraft:Seat@1:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@69e46265, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2aebd644, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@116b6233, net.minecraft.item.crafting.Ingredient@235d0d1a, net.minecraft.item.crafting.Ingredient@116b6233]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3075 bibliocraft:spruce_potionshelf RecipeStage{tier='three', recipe=1xtile.BiblioCraft:PotionShelf@1:[net.minecraft.item.crafting.Ingredient@4e179ba7, net.minecraft.item.crafting.Ingredient@4e179ba7, net.minecraft.item.crafting.Ingredient@4e179ba7, net.minecraft.item.crafting.Ingredient@1c83605a, net.minecraft.item.crafting.Ingredient@3b27c6e6, net.minecraft.item.crafting.Ingredient@1c83605a, net.minecraft.item.crafting.Ingredient@4e179ba7, net.minecraft.item.crafting.Ingredient@4e179ba7, net.minecraft.item.crafting.Ingredient@4e179ba7]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3076 bibliocraft:spruce_paintingframesimple RecipeStage{tier='two', recipe=1xtile.BiblioCraft:PaintingFrameSimple@1:[net.minecraft.item.crafting.Ingredient@61513781, net.minecraft.item.crafting.Ingredient@70d98dd5, net.minecraft.item.crafting.Ingredient@61513781, net.minecraft.item.crafting.Ingredient@70d98dd5, net.minecraft.item.crafting.Ingredient@46668701, net.minecraft.item.crafting.Ingredient@70d98dd5, net.minecraft.item.crafting.Ingredient@61513781, net.minecraft.item.crafting.Ingredient@70d98dd5, net.minecraft.item.crafting.Ingredient@61513781]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3077 bibliocraft:spruce_paintingframemiddle RecipeStage{tier='two', recipe=1xtile.BiblioCraft:PaintingFrameMiddle@1:[net.minecraft.item.crafting.Ingredient@1d2442d9, net.minecraft.item.crafting.Ingredient@76b5eb76, net.minecraft.item.crafting.Ingredient@1d2442d9, net.minecraft.item.crafting.Ingredient@1d2442d9, net.minecraft.item.crafting.Ingredient@169932fe, net.minecraft.item.crafting.Ingredient@1d2442d9, net.minecraft.item.crafting.Ingredient@1d2442d9, net.minecraft.item.crafting.Ingredient@76b5eb76, net.minecraft.item.crafting.Ingredient@1d2442d9]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3078 bibliocraft:spruce_paintingframeflat RecipeStage{tier='two', recipe=1xtile.BiblioCraft:PaintingFrameFlat@1:[net.minecraft.item.crafting.Ingredient@62f5c564, net.minecraft.item.crafting.Ingredient@62f5c564, net.minecraft.item.crafting.Ingredient@62f5c564, net.minecraft.item.crafting.Ingredient@62f5c564, net.minecraft.item.crafting.Ingredient@49852a36, net.minecraft.item.crafting.Ingredient@62f5c564, net.minecraft.item.crafting.Ingredient@62f5c564, net.minecraft.item.crafting.Ingredient@62f5c564, net.minecraft.item.crafting.Ingredient@62f5c564]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3079 bibliocraft:spruce_paintingframefancy RecipeStage{tier='two', recipe=1xtile.BiblioCraft:PaintingFrameFancy@1:[net.minecraft.item.crafting.Ingredient@373c0a7d, net.minecraft.item.crafting.Ingredient@373c0a7d, net.minecraft.item.crafting.Ingredient@373c0a7d, net.minecraft.item.crafting.Ingredient@373c0a7d, net.minecraft.item.crafting.Ingredient@13141b9b, net.minecraft.item.crafting.Ingredient@373c0a7d, net.minecraft.item.crafting.Ingredient@373c0a7d, net.minecraft.item.crafting.Ingredient@373c0a7d, net.minecraft.item.crafting.Ingredient@373c0a7d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3080 bibliocraft:spruce_paintingframeborderless RecipeStage{tier='two', recipe=1xtile.BiblioCraft:PaintingFrameBorderless@1:[net.minecraft.item.crafting.Ingredient@7368b3c0, net.minecraft.item.crafting.Ingredient@2a5ff3ed, net.minecraft.item.crafting.Ingredient@7368b3c0, net.minecraft.item.crafting.Ingredient@2a5ff3ed, net.minecraft.item.crafting.Ingredient@2a5ff3ed, net.minecraft.item.crafting.Ingredient@2a5ff3ed, net.minecraft.item.crafting.Ingredient@7368b3c0, net.minecraft.item.crafting.Ingredient@2a5ff3ed, net.minecraft.item.crafting.Ingredient@7368b3c0]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3081 bibliocraft:spruce_mapframe RecipeStage{tier='two', recipe=1xtile.BiblioCraft:MapFrame@1:[net.minecraft.item.crafting.Ingredient@6330c807, net.minecraft.item.crafting.Ingredient@6330c807, net.minecraft.item.crafting.Ingredient@6330c807, net.minecraft.item.crafting.Ingredient@6330c807, net.minecraft.item.crafting.Ingredient@334cc66, net.minecraft.item.crafting.Ingredient@6330c807, net.minecraft.item.crafting.Ingredient@6330c807, net.minecraft.item.crafting.Ingredient@6330c807, net.minecraft.item.crafting.Ingredient@6330c807]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3082 bibliocraft:spruce_label RecipeStage{tier='two', recipe=1xtile.BiblioCraft:Label@1:[net.minecraft.item.crafting.Ingredient@5c06c3e0, net.minecraft.item.crafting.Ingredient@5c06c3e0, net.minecraft.item.crafting.Ingredient@5c06c3e0, net.minecraft.item.crafting.Ingredient@5c06c3e0, net.minecraft.item.crafting.Ingredient@5c06c3e0, net.minecraft.item.crafting.Ingredient@5c06c3e0]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3083 bibliocraft:spruce_furniturepaneler RecipeStage{tier='two', recipe=1xtile.BiblioCraft:FurniturePaneler@1:[net.minecraft.item.crafting.Ingredient@53e17396, net.minecraft.item.crafting.Ingredient@4ef4bf5a, net.minecraft.item.crafting.Ingredient@53e17396, net.minecraft.item.crafting.Ingredient@7e202e94, net.minecraft.item.crafting.Ingredient@7e202e94, net.minecraft.item.crafting.Ingredient@7e202e94, net.minecraft.item.crafting.Ingredient@42557ae8, net.minecraft.item.crafting.Ingredient@42557ae8, net.minecraft.item.crafting.Ingredient@42557ae8]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3084 bibliocraft:spruce_framedchest RecipeStage{tier='two', recipe=1xtile.BiblioCraft:FramedChest@1:[net.minecraft.item.crafting.Ingredient@76e1de7f, net.minecraft.item.crafting.Ingredient@76e1de7f, net.minecraft.item.crafting.Ingredient@76e1de7f, net.minecraft.item.crafting.Ingredient@76e1de7f, net.minecraft.item.crafting.Ingredient@1a8ec28a, net.minecraft.item.crafting.Ingredient@76e1de7f, net.minecraft.item.crafting.Ingredient@76e1de7f, net.minecraft.item.crafting.Ingredient@76e1de7f, net.minecraft.item.crafting.Ingredient@76e1de7f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3085 bibliocraft:spruce_fancyworkbench RecipeStage{tier='two', recipe=1xtile.BiblioCraft:FancyWorkbench@1:[net.minecraft.item.crafting.Ingredient@7787c230, net.minecraft.item.crafting.Ingredient@3827ff42, net.minecraft.item.crafting.Ingredient@2bcf9b59, net.minecraft.item.crafting.Ingredient@119cf603, net.minecraft.item.crafting.Ingredient@4efbb017, net.minecraft.item.crafting.Ingredient@119cf603, net.minecraft.item.crafting.Ingredient@119cf603, net.minecraft.item.crafting.Ingredient@119cf603, net.minecraft.item.crafting.Ingredient@119cf603]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3086 bibliocraft:spruce_fancysign RecipeStage{tier='two', recipe=1xtile.BiblioCraft:FancySign@1:[net.minecraft.item.crafting.Ingredient@44d2e741, net.minecraft.item.crafting.Ingredient@3356a822, net.minecraft.item.crafting.Ingredient@734487ae]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3087 bibliocraft:spruce_desk RecipeStage{tier='two', recipe=1xtile.BiblioCraft:Desk@1:[net.minecraft.item.crafting.Ingredient@52b6d5d1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6cb78661, net.minecraft.item.crafting.Ingredient@675f5190, net.minecraft.item.crafting.Ingredient@675f5190, net.minecraft.item.crafting.Ingredient@675f5190, net.minecraft.item.crafting.Ingredient@59669124, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@59669124]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3088 bibliocraft:spruce_clock RecipeStage{tier='three', recipe=1xtile.BiblioCraft:Clock@1:[net.minecraft.item.crafting.Ingredient@1652cfc5, net.minecraft.item.crafting.Ingredient@1f4db634, net.minecraft.item.crafting.Ingredient@1652cfc5, net.minecraft.item.crafting.Ingredient@1652cfc5, net.minecraft.item.crafting.Ingredient@6914e08b, net.minecraft.item.crafting.Ingredient@1652cfc5, net.minecraft.item.crafting.Ingredient@1652cfc5, net.minecraft.item.crafting.Ingredient@6f1c8751, net.minecraft.item.crafting.Ingredient@1652cfc5]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3089 bibliocraft:spruce_case RecipeStage{tier='two', recipe=1xtile.BiblioCraft:Case@1:[net.minecraft.item.crafting.Ingredient@584d2ef2, net.minecraft.item.crafting.Ingredient@5df8444b, net.minecraft.item.crafting.Ingredient@584d2ef2, net.minecraft.item.crafting.Ingredient@584d2ef2, net.minecraft.item.crafting.Ingredient@359cc8aa, net.minecraft.item.crafting.Ingredient@584d2ef2, net.minecraft.item.crafting.Ingredient@584d2ef2, net.minecraft.item.crafting.Ingredient@584d2ef2, net.minecraft.item.crafting.Ingredient@584d2ef2]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3090 bibliocraft:spruce_bookcase RecipeStage{tier='two', recipe=1xtile.BiblioCraft:Bookcase@1:[net.minecraft.item.crafting.Ingredient@73615425, net.minecraft.item.crafting.Ingredient@57059ef4, net.minecraft.item.crafting.Ingredient@73615425, net.minecraft.item.crafting.Ingredient@73615425, net.minecraft.item.crafting.Ingredient@57059ef4, net.minecraft.item.crafting.Ingredient@73615425, net.minecraft.item.crafting.Ingredient@73615425, net.minecraft.item.crafting.Ingredient@57059ef4, net.minecraft.item.crafting.Ingredient@73615425]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3091 bibliocraft:spruce_armorstand RecipeStage{tier='two', recipe=1xtile.BiblioCraft:ArmorStand@1:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@17779eab, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@17779eab, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5408bacc, net.minecraft.item.crafting.Ingredient@5408bacc, net.minecraft.item.crafting.Ingredient@5408bacc]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3092 bibliocraft:slottedbook net.minecraft.item.crafting.ShapelessRecipes@7f3fc7bb +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3093 bibliocraft:red_typewriter RecipeStage{tier='three', recipe=1xtile.BiblioCraft:Typewriter@14:[net.minecraft.item.crafting.Ingredient@c79d1df, net.minecraft.item.crafting.Ingredient@d7acdf4, net.minecraft.item.crafting.Ingredient@c79d1df, net.minecraft.item.crafting.Ingredient@1d482d9f, net.minecraft.item.crafting.Ingredient@35f2caed, net.minecraft.item.crafting.Ingredient@1d482d9f, net.minecraft.item.crafting.Ingredient@77c702a5, net.minecraft.item.crafting.Ingredient@77c702a5, net.minecraft.item.crafting.Ingredient@77c702a5]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3094 bibliocraft:red_swordpedestal RecipeStage{tier='two', recipe=1xtile.BiblioCraft:SwordPedestal@14:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1cea6bbf, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1cea6bbf, net.minecraft.item.crafting.Ingredient@7ba293b2, net.minecraft.item.crafting.Ingredient@1cea6bbf]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3101 bibliocraft:reading_glasses RecipeStage{tier='three', recipe=1xitem.BiblioGlasses@0:[net.minecraft.item.crafting.Ingredient@1a907f78, net.minecraft.item.crafting.Ingredient@2f540dd1, net.minecraft.item.crafting.Ingredient@1a907f78, net.minecraft.item.crafting.Ingredient@6d34a9d0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6d34a9d0]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3102 bibliocraft:purple_typewriter RecipeStage{tier='three', recipe=1xtile.BiblioCraft:Typewriter@10:[net.minecraft.item.crafting.Ingredient@30fc11f3, net.minecraft.item.crafting.Ingredient@177f6617, net.minecraft.item.crafting.Ingredient@30fc11f3, net.minecraft.item.crafting.Ingredient@3f49c6fc, net.minecraft.item.crafting.Ingredient@35e5a2d3, net.minecraft.item.crafting.Ingredient@3f49c6fc, net.minecraft.item.crafting.Ingredient@65464e15, net.minecraft.item.crafting.Ingredient@65464e15, net.minecraft.item.crafting.Ingredient@65464e15]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3103 bibliocraft:purple_swordpedestal RecipeStage{tier='two', recipe=1xtile.BiblioCraft:SwordPedestal@10:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@37e08095, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@37e08095, net.minecraft.item.crafting.Ingredient@10390b6e, net.minecraft.item.crafting.Ingredient@37e08095]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3112 bibliocraft:pink_typewriter RecipeStage{tier='three', recipe=1xtile.BiblioCraft:Typewriter@6:[net.minecraft.item.crafting.Ingredient@74f0da21, net.minecraft.item.crafting.Ingredient@3b3d8a3c, net.minecraft.item.crafting.Ingredient@74f0da21, net.minecraft.item.crafting.Ingredient@61714205, net.minecraft.item.crafting.Ingredient@2c915d99, net.minecraft.item.crafting.Ingredient@61714205, net.minecraft.item.crafting.Ingredient@5e42abf8, net.minecraft.item.crafting.Ingredient@5e42abf8, net.minecraft.item.crafting.Ingredient@5e42abf8]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3113 bibliocraft:pink_swordpedestal RecipeStage{tier='two', recipe=1xtile.BiblioCraft:SwordPedestal@6:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@f7e2662, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@f7e2662, net.minecraft.item.crafting.Ingredient@4bf07b6d, net.minecraft.item.crafting.Ingredient@f7e2662]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3120 bibliocraft:paintingpress RecipeStage{tier='three', recipe=1xtile.BiblioCraft:PaintingPress@0:[net.minecraft.item.crafting.Ingredient@53f649f6, net.minecraft.item.crafting.Ingredient@53f649f6, net.minecraft.item.crafting.Ingredient@53f649f6, net.minecraft.item.crafting.Ingredient@53f649f6, net.minecraft.item.crafting.Ingredient@4e0317ea, net.minecraft.item.crafting.Ingredient@53f649f6, net.minecraft.item.crafting.Ingredient@16d4b7fe, net.minecraft.item.crafting.Ingredient@16d4b7fe, net.minecraft.item.crafting.Ingredient@16d4b7fe]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3121 bibliocraft:paintingcanvas RecipeStage{tier='two', recipe=1xitem.PaintingCanvas@0:[net.minecraft.item.crafting.Ingredient@4c9b5914, net.minecraft.item.crafting.Ingredient@6fa8109f, net.minecraft.item.crafting.Ingredient@4c9b5914, net.minecraft.item.crafting.Ingredient@6fa8109f, net.minecraft.item.crafting.Ingredient@ac262f6, net.minecraft.item.crafting.Ingredient@6fa8109f, net.minecraft.item.crafting.Ingredient@4c9b5914, net.minecraft.item.crafting.Ingredient@6fa8109f, net.minecraft.item.crafting.Ingredient@4c9b5914]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3122 bibliocraft:orange_typewriter RecipeStage{tier='three', recipe=1xtile.BiblioCraft:Typewriter@1:[net.minecraft.item.crafting.Ingredient@2b57b591, net.minecraft.item.crafting.Ingredient@4e1cb8a0, net.minecraft.item.crafting.Ingredient@2b57b591, net.minecraft.item.crafting.Ingredient@10f5ab35, net.minecraft.item.crafting.Ingredient@370df7d6, net.minecraft.item.crafting.Ingredient@10f5ab35, net.minecraft.item.crafting.Ingredient@2160379b, net.minecraft.item.crafting.Ingredient@2160379b, net.minecraft.item.crafting.Ingredient@2160379b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3123 bibliocraft:orange_swordpedestal RecipeStage{tier='two', recipe=1xtile.BiblioCraft:SwordPedestal@1:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4f942023, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4f942023, net.minecraft.item.crafting.Ingredient@570b1444, net.minecraft.item.crafting.Ingredient@4f942023]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3130 bibliocraft:oak_toolrack RecipeStage{tier='one', recipe=1xtile.BiblioCraft:ToolRack@0:[net.minecraft.item.crafting.Ingredient@4cb6bbd3, net.minecraft.item.crafting.Ingredient@4cb6bbd3, net.minecraft.item.crafting.Ingredient@4cb6bbd3, net.minecraft.item.crafting.Ingredient@4cb6bbd3, net.minecraft.item.crafting.Ingredient@5e360e15, net.minecraft.item.crafting.Ingredient@4cb6bbd3, net.minecraft.item.crafting.Ingredient@4cb6bbd3, net.minecraft.item.crafting.Ingredient@4cb6bbd3, net.minecraft.item.crafting.Ingredient@4cb6bbd3]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3131 bibliocraft:oak_table RecipeStage{tier='two', recipe=1xtile.BiblioCraft:Table@0:[net.minecraft.item.crafting.Ingredient@322f5a02, net.minecraft.item.crafting.Ingredient@322f5a02, net.minecraft.item.crafting.Ingredient@322f5a02, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@35fb227f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@35fb227f, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3132 bibliocraft:oak_shelf RecipeStage{tier='one', recipe=1xtile.BiblioCraft:Shelf@0:[net.minecraft.item.crafting.Ingredient@3b7327af, net.minecraft.item.crafting.Ingredient@3b7327af, net.minecraft.item.crafting.Ingredient@3b7327af, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@65832580, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3b7327af, net.minecraft.item.crafting.Ingredient@3b7327af, net.minecraft.item.crafting.Ingredient@3b7327af]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3133 bibliocraft:oak_seatback5 RecipeStage{tier='two', recipe=1xitem.seatback5@0:[net.minecraft.item.crafting.Ingredient@28d14950, net.minecraft.item.crafting.Ingredient@16500351, net.minecraft.item.crafting.Ingredient@46bfaf79]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3134 bibliocraft:oak_seatback4 RecipeStage{tier='two', recipe=1xitem.seatback4@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@11fe842b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7570028a, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3135 bibliocraft:oak_seatback3 RecipeStage{tier='two', recipe=1xitem.seatback3@0:[net.minecraft.item.crafting.Ingredient@6a0450f3, net.minecraft.item.crafting.Ingredient@26df0ba2]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3136 bibliocraft:oak_seatback2 RecipeStage{tier='two', recipe=1xitem.seatback2@0:[net.minecraft.item.crafting.Ingredient@6b98df20, net.minecraft.item.crafting.Ingredient@2302da38, net.minecraft.item.crafting.Ingredient@6b98df20, net.minecraft.item.crafting.Ingredient@6b98df20, net.minecraft.item.crafting.Ingredient@38df182d, net.minecraft.item.crafting.Ingredient@6b98df20, net.minecraft.item.crafting.Ingredient@6b98df20, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6b98df20]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3137 bibliocraft:oak_seatback1 RecipeStage{tier='two', recipe=1xitem.seatback1@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@cfee4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@497f0b37, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7af13379, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7af13379]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3138 bibliocraft:oak_seat RecipeStage{tier='two', recipe=1xtile.BiblioCraft:Seat@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2d7c2d71, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@26e33111, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2bd65ddd, net.minecraft.item.crafting.Ingredient@2bfdb951, net.minecraft.item.crafting.Ingredient@2bd65ddd]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3139 bibliocraft:oak_potionshelf RecipeStage{tier='three', recipe=1xtile.BiblioCraft:PotionShelf@0:[net.minecraft.item.crafting.Ingredient@5820c5c7, net.minecraft.item.crafting.Ingredient@5820c5c7, net.minecraft.item.crafting.Ingredient@5820c5c7, net.minecraft.item.crafting.Ingredient@7a246fb, net.minecraft.item.crafting.Ingredient@16ea2c62, net.minecraft.item.crafting.Ingredient@7a246fb, net.minecraft.item.crafting.Ingredient@5820c5c7, net.minecraft.item.crafting.Ingredient@5820c5c7, net.minecraft.item.crafting.Ingredient@5820c5c7]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3140 bibliocraft:oak_paintingframesimple RecipeStage{tier='two', recipe=1xtile.BiblioCraft:PaintingFrameSimple@0:[net.minecraft.item.crafting.Ingredient@37aa5240, net.minecraft.item.crafting.Ingredient@41393721, net.minecraft.item.crafting.Ingredient@37aa5240, net.minecraft.item.crafting.Ingredient@41393721, net.minecraft.item.crafting.Ingredient@543a25b8, net.minecraft.item.crafting.Ingredient@41393721, net.minecraft.item.crafting.Ingredient@37aa5240, net.minecraft.item.crafting.Ingredient@41393721, net.minecraft.item.crafting.Ingredient@37aa5240]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3141 bibliocraft:oak_paintingframemiddle RecipeStage{tier='two', recipe=1xtile.BiblioCraft:PaintingFrameMiddle@0:[net.minecraft.item.crafting.Ingredient@7e034895, net.minecraft.item.crafting.Ingredient@625e1a2, net.minecraft.item.crafting.Ingredient@7e034895, net.minecraft.item.crafting.Ingredient@7e034895, net.minecraft.item.crafting.Ingredient@4bf652d6, net.minecraft.item.crafting.Ingredient@7e034895, net.minecraft.item.crafting.Ingredient@7e034895, net.minecraft.item.crafting.Ingredient@625e1a2, net.minecraft.item.crafting.Ingredient@7e034895]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3142 bibliocraft:oak_paintingframeflat RecipeStage{tier='two', recipe=1xtile.BiblioCraft:PaintingFrameFlat@0:[net.minecraft.item.crafting.Ingredient@44dd4570, net.minecraft.item.crafting.Ingredient@44dd4570, net.minecraft.item.crafting.Ingredient@44dd4570, net.minecraft.item.crafting.Ingredient@44dd4570, net.minecraft.item.crafting.Ingredient@1a11f7a, net.minecraft.item.crafting.Ingredient@44dd4570, net.minecraft.item.crafting.Ingredient@44dd4570, net.minecraft.item.crafting.Ingredient@44dd4570, net.minecraft.item.crafting.Ingredient@44dd4570]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3143 bibliocraft:oak_paintingframefancy RecipeStage{tier='two', recipe=1xtile.BiblioCraft:PaintingFrameFancy@0:[net.minecraft.item.crafting.Ingredient@5f1205c0, net.minecraft.item.crafting.Ingredient@5f1205c0, net.minecraft.item.crafting.Ingredient@5f1205c0, net.minecraft.item.crafting.Ingredient@5f1205c0, net.minecraft.item.crafting.Ingredient@3277b73c, net.minecraft.item.crafting.Ingredient@5f1205c0, net.minecraft.item.crafting.Ingredient@5f1205c0, net.minecraft.item.crafting.Ingredient@5f1205c0, net.minecraft.item.crafting.Ingredient@5f1205c0]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3144 bibliocraft:oak_paintingframeborderless RecipeStage{tier='two', recipe=1xtile.BiblioCraft:PaintingFrameBorderless@0:[net.minecraft.item.crafting.Ingredient@4590bb8e, net.minecraft.item.crafting.Ingredient@1d9739e5, net.minecraft.item.crafting.Ingredient@4590bb8e, net.minecraft.item.crafting.Ingredient@1d9739e5, net.minecraft.item.crafting.Ingredient@1d9739e5, net.minecraft.item.crafting.Ingredient@1d9739e5, net.minecraft.item.crafting.Ingredient@4590bb8e, net.minecraft.item.crafting.Ingredient@1d9739e5, net.minecraft.item.crafting.Ingredient@4590bb8e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3145 bibliocraft:oak_mapframe RecipeStage{tier='two', recipe=1xtile.BiblioCraft:MapFrame@0:[net.minecraft.item.crafting.Ingredient@4af390b9, net.minecraft.item.crafting.Ingredient@4af390b9, net.minecraft.item.crafting.Ingredient@4af390b9, net.minecraft.item.crafting.Ingredient@4af390b9, net.minecraft.item.crafting.Ingredient@77562551, net.minecraft.item.crafting.Ingredient@4af390b9, net.minecraft.item.crafting.Ingredient@4af390b9, net.minecraft.item.crafting.Ingredient@4af390b9, net.minecraft.item.crafting.Ingredient@4af390b9]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3146 bibliocraft:oak_label RecipeStage{tier='two', recipe=1xtile.BiblioCraft:Label@0:[net.minecraft.item.crafting.Ingredient@1c8f9827, net.minecraft.item.crafting.Ingredient@1c8f9827, net.minecraft.item.crafting.Ingredient@1c8f9827, net.minecraft.item.crafting.Ingredient@1c8f9827, net.minecraft.item.crafting.Ingredient@1c8f9827, net.minecraft.item.crafting.Ingredient@1c8f9827]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3147 bibliocraft:oak_furniturepaneler RecipeStage{tier='two', recipe=1xtile.BiblioCraft:FurniturePaneler@0:[net.minecraft.item.crafting.Ingredient@49c82cdc, net.minecraft.item.crafting.Ingredient@18e85963, net.minecraft.item.crafting.Ingredient@49c82cdc, net.minecraft.item.crafting.Ingredient@5d9a5e07, net.minecraft.item.crafting.Ingredient@5d9a5e07, net.minecraft.item.crafting.Ingredient@5d9a5e07, net.minecraft.item.crafting.Ingredient@542257a3, net.minecraft.item.crafting.Ingredient@542257a3, net.minecraft.item.crafting.Ingredient@542257a3]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3148 bibliocraft:oak_framedchest RecipeStage{tier='two', recipe=1xtile.BiblioCraft:FramedChest@0:[net.minecraft.item.crafting.Ingredient@522bf3f7, net.minecraft.item.crafting.Ingredient@522bf3f7, net.minecraft.item.crafting.Ingredient@522bf3f7, net.minecraft.item.crafting.Ingredient@522bf3f7, net.minecraft.item.crafting.Ingredient@5212ed16, net.minecraft.item.crafting.Ingredient@522bf3f7, net.minecraft.item.crafting.Ingredient@522bf3f7, net.minecraft.item.crafting.Ingredient@522bf3f7, net.minecraft.item.crafting.Ingredient@522bf3f7]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3149 bibliocraft:oak_fancyworkbench RecipeStage{tier='two', recipe=1xtile.BiblioCraft:FancyWorkbench@0:[net.minecraft.item.crafting.Ingredient@4a27c66e, net.minecraft.item.crafting.Ingredient@178c158d, net.minecraft.item.crafting.Ingredient@7650306c, net.minecraft.item.crafting.Ingredient@55c96e5e, net.minecraft.item.crafting.Ingredient@b6d4a0a, net.minecraft.item.crafting.Ingredient@55c96e5e, net.minecraft.item.crafting.Ingredient@55c96e5e, net.minecraft.item.crafting.Ingredient@55c96e5e, net.minecraft.item.crafting.Ingredient@55c96e5e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3150 bibliocraft:oak_fancysign RecipeStage{tier='two', recipe=1xtile.BiblioCraft:FancySign@0:[net.minecraft.item.crafting.Ingredient@1ce67496, net.minecraft.item.crafting.Ingredient@5c086257, net.minecraft.item.crafting.Ingredient@6d896d42]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3151 bibliocraft:oak_desk RecipeStage{tier='two', recipe=1xtile.BiblioCraft:Desk@0:[net.minecraft.item.crafting.Ingredient@2fcc85a8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4441eedc, net.minecraft.item.crafting.Ingredient@74cd7e7, net.minecraft.item.crafting.Ingredient@74cd7e7, net.minecraft.item.crafting.Ingredient@74cd7e7, net.minecraft.item.crafting.Ingredient@1ec29613, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1ec29613]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3152 bibliocraft:oak_clock RecipeStage{tier='three', recipe=1xtile.BiblioCraft:Clock@0:[net.minecraft.item.crafting.Ingredient@4470fd5f, net.minecraft.item.crafting.Ingredient@7e768ddc, net.minecraft.item.crafting.Ingredient@4470fd5f, net.minecraft.item.crafting.Ingredient@4470fd5f, net.minecraft.item.crafting.Ingredient@def798c, net.minecraft.item.crafting.Ingredient@4470fd5f, net.minecraft.item.crafting.Ingredient@4470fd5f, net.minecraft.item.crafting.Ingredient@542a7478, net.minecraft.item.crafting.Ingredient@4470fd5f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3153 bibliocraft:oak_case RecipeStage{tier='two', recipe=1xtile.BiblioCraft:Case@0:[net.minecraft.item.crafting.Ingredient@2c7a8f6b, net.minecraft.item.crafting.Ingredient@75cbf935, net.minecraft.item.crafting.Ingredient@2c7a8f6b, net.minecraft.item.crafting.Ingredient@2c7a8f6b, net.minecraft.item.crafting.Ingredient@240c2d8a, net.minecraft.item.crafting.Ingredient@2c7a8f6b, net.minecraft.item.crafting.Ingredient@2c7a8f6b, net.minecraft.item.crafting.Ingredient@2c7a8f6b, net.minecraft.item.crafting.Ingredient@2c7a8f6b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3154 bibliocraft:oak_bookcase RecipeStage{tier='two', recipe=1xtile.BiblioCraft:Bookcase@0:[net.minecraft.item.crafting.Ingredient@6c7b5d50, net.minecraft.item.crafting.Ingredient@6964d877, net.minecraft.item.crafting.Ingredient@6c7b5d50, net.minecraft.item.crafting.Ingredient@6c7b5d50, net.minecraft.item.crafting.Ingredient@6964d877, net.minecraft.item.crafting.Ingredient@6c7b5d50, net.minecraft.item.crafting.Ingredient@6c7b5d50, net.minecraft.item.crafting.Ingredient@6964d877, net.minecraft.item.crafting.Ingredient@6c7b5d50]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3155 bibliocraft:oak_armorstand RecipeStage{tier='two', recipe=1xtile.BiblioCraft:ArmorStand@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7125c58b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7125c58b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7d0fcf96, net.minecraft.item.crafting.Ingredient@7d0fcf96, net.minecraft.item.crafting.Ingredient@7d0fcf96]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3156 bibliocraft:monocle RecipeStage{tier='three', recipe=1xitem.BiblioGlasses@2:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@21c87ea1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@21c87ea1, net.minecraft.item.crafting.Ingredient@7e99434a, net.minecraft.item.crafting.Ingredient@21c87ea1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@21c87ea1, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3157 bibliocraft:maptool RecipeStage{tier='two', recipe=1xitem.maptool@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@453badda, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@453badda, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@453badda, net.minecraft.item.crafting.Ingredient@208d59dc, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@208d59dc]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3158 bibliocraft:magenta_typewriter RecipeStage{tier='three', recipe=1xtile.BiblioCraft:Typewriter@2:[net.minecraft.item.crafting.Ingredient@6e754776, net.minecraft.item.crafting.Ingredient@68af667b, net.minecraft.item.crafting.Ingredient@6e754776, net.minecraft.item.crafting.Ingredient@589b012d, net.minecraft.item.crafting.Ingredient@19ea63eb, net.minecraft.item.crafting.Ingredient@589b012d, net.minecraft.item.crafting.Ingredient@5de0c957, net.minecraft.item.crafting.Ingredient@5de0c957, net.minecraft.item.crafting.Ingredient@5de0c957]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3159 bibliocraft:magenta_swordpedestal RecipeStage{tier='two', recipe=1xtile.BiblioCraft:SwordPedestal@2:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5fb31e16, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5fb31e16, net.minecraft.item.crafting.Ingredient@6eec6b4e, net.minecraft.item.crafting.Ingredient@5fb31e16]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3166 bibliocraft:lime_typewriter RecipeStage{tier='three', recipe=1xtile.BiblioCraft:Typewriter@5:[net.minecraft.item.crafting.Ingredient@12ca9925, net.minecraft.item.crafting.Ingredient@5e0be3e7, net.minecraft.item.crafting.Ingredient@12ca9925, net.minecraft.item.crafting.Ingredient@7b2c02b2, net.minecraft.item.crafting.Ingredient@49e1b539, net.minecraft.item.crafting.Ingredient@7b2c02b2, net.minecraft.item.crafting.Ingredient@f240e91, net.minecraft.item.crafting.Ingredient@f240e91, net.minecraft.item.crafting.Ingredient@f240e91]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3167 bibliocraft:lime_swordpedestal RecipeStage{tier='two', recipe=1xtile.BiblioCraft:SwordPedestal@5:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7ee0916d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7ee0916d, net.minecraft.item.crafting.Ingredient@7e533560, net.minecraft.item.crafting.Ingredient@7ee0916d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3174 bibliocraft:lightgray_typewriter RecipeStage{tier='three', recipe=1xtile.BiblioCraft:Typewriter@8:[net.minecraft.item.crafting.Ingredient@2c9dedd3, net.minecraft.item.crafting.Ingredient@67a5b744, net.minecraft.item.crafting.Ingredient@2c9dedd3, net.minecraft.item.crafting.Ingredient@3acff020, net.minecraft.item.crafting.Ingredient@5b55816, net.minecraft.item.crafting.Ingredient@3acff020, net.minecraft.item.crafting.Ingredient@4685ce06, net.minecraft.item.crafting.Ingredient@4685ce06, net.minecraft.item.crafting.Ingredient@4685ce06]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3175 bibliocraft:lightgray_swordpedestal RecipeStage{tier='two', recipe=1xtile.BiblioCraft:SwordPedestal@8:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@e1c72b2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@e1c72b2, net.minecraft.item.crafting.Ingredient@323512, net.minecraft.item.crafting.Ingredient@e1c72b2]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3182 bibliocraft:lightblue_typewriter RecipeStage{tier='three', recipe=1xtile.BiblioCraft:Typewriter@3:[net.minecraft.item.crafting.Ingredient@6118d5ef, net.minecraft.item.crafting.Ingredient@5d01e92d, net.minecraft.item.crafting.Ingredient@6118d5ef, net.minecraft.item.crafting.Ingredient@1b401179, net.minecraft.item.crafting.Ingredient@7d3336e, net.minecraft.item.crafting.Ingredient@1b401179, net.minecraft.item.crafting.Ingredient@20c339d6, net.minecraft.item.crafting.Ingredient@20c339d6, net.minecraft.item.crafting.Ingredient@20c339d6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3183 bibliocraft:lightblue_swordpedestal RecipeStage{tier='two', recipe=1xtile.BiblioCraft:SwordPedestal@3:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4eeb6421, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4eeb6421, net.minecraft.item.crafting.Ingredient@732ce37a, net.minecraft.item.crafting.Ingredient@4eeb6421]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3190 bibliocraft:jungle_toolrack RecipeStage{tier='one', recipe=1xtile.BiblioCraft:ToolRack@3:[net.minecraft.item.crafting.Ingredient@6f598dd9, net.minecraft.item.crafting.Ingredient@6f598dd9, net.minecraft.item.crafting.Ingredient@6f598dd9, net.minecraft.item.crafting.Ingredient@6f598dd9, net.minecraft.item.crafting.Ingredient@394b7089, net.minecraft.item.crafting.Ingredient@6f598dd9, net.minecraft.item.crafting.Ingredient@6f598dd9, net.minecraft.item.crafting.Ingredient@6f598dd9, net.minecraft.item.crafting.Ingredient@6f598dd9]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3191 bibliocraft:jungle_table RecipeStage{tier='two', recipe=1xtile.BiblioCraft:Table@3:[net.minecraft.item.crafting.Ingredient@2f71e88f, net.minecraft.item.crafting.Ingredient@2f71e88f, net.minecraft.item.crafting.Ingredient@2f71e88f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4ade7f49, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4ade7f49, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3192 bibliocraft:jungle_shelf RecipeStage{tier='one', recipe=1xtile.BiblioCraft:Shelf@3:[net.minecraft.item.crafting.Ingredient@380fbe41, net.minecraft.item.crafting.Ingredient@380fbe41, net.minecraft.item.crafting.Ingredient@380fbe41, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@36f2274a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@380fbe41, net.minecraft.item.crafting.Ingredient@380fbe41, net.minecraft.item.crafting.Ingredient@380fbe41]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3193 bibliocraft:jungle_seatback5 RecipeStage{tier='two', recipe=1xitem.seatback5@3:[net.minecraft.item.crafting.Ingredient@ba0669f, net.minecraft.item.crafting.Ingredient@3900b0a0, net.minecraft.item.crafting.Ingredient@3bc6815e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3194 bibliocraft:jungle_seatback4 RecipeStage{tier='two', recipe=1xitem.seatback4@3:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@23126580, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6565b036, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3195 bibliocraft:jungle_seatback3 RecipeStage{tier='two', recipe=1xitem.seatback3@3:[net.minecraft.item.crafting.Ingredient@4cccb8ba, net.minecraft.item.crafting.Ingredient@71b7543]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3196 bibliocraft:jungle_seatback2 RecipeStage{tier='two', recipe=1xitem.seatback2@3:[net.minecraft.item.crafting.Ingredient@3e7ee9d5, net.minecraft.item.crafting.Ingredient@7e10bdae, net.minecraft.item.crafting.Ingredient@3e7ee9d5, net.minecraft.item.crafting.Ingredient@3e7ee9d5, net.minecraft.item.crafting.Ingredient@3b3433b0, net.minecraft.item.crafting.Ingredient@3e7ee9d5, net.minecraft.item.crafting.Ingredient@3e7ee9d5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3e7ee9d5]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3197 bibliocraft:jungle_seatback1 RecipeStage{tier='two', recipe=1xitem.seatback1@3:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@f40d8ca, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3e58a1f2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3c2fd210, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3c2fd210]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3198 bibliocraft:jungle_seat RecipeStage{tier='two', recipe=1xtile.BiblioCraft:Seat@3:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2e772b7f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@755d520b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6d9af06b, net.minecraft.item.crafting.Ingredient@5f45d1a4, net.minecraft.item.crafting.Ingredient@6d9af06b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3199 bibliocraft:jungle_potionshelf RecipeStage{tier='three', recipe=1xtile.BiblioCraft:PotionShelf@3:[net.minecraft.item.crafting.Ingredient@64b3ee8f, net.minecraft.item.crafting.Ingredient@64b3ee8f, net.minecraft.item.crafting.Ingredient@64b3ee8f, net.minecraft.item.crafting.Ingredient@1c366521, net.minecraft.item.crafting.Ingredient@54f8fb98, net.minecraft.item.crafting.Ingredient@1c366521, net.minecraft.item.crafting.Ingredient@64b3ee8f, net.minecraft.item.crafting.Ingredient@64b3ee8f, net.minecraft.item.crafting.Ingredient@64b3ee8f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3200 bibliocraft:jungle_paintingframesimple RecipeStage{tier='two', recipe=1xtile.BiblioCraft:PaintingFrameSimple@3:[net.minecraft.item.crafting.Ingredient@33c5c4b7, net.minecraft.item.crafting.Ingredient@4d5b2c7, net.minecraft.item.crafting.Ingredient@33c5c4b7, net.minecraft.item.crafting.Ingredient@4d5b2c7, net.minecraft.item.crafting.Ingredient@2818a766, net.minecraft.item.crafting.Ingredient@4d5b2c7, net.minecraft.item.crafting.Ingredient@33c5c4b7, net.minecraft.item.crafting.Ingredient@4d5b2c7, net.minecraft.item.crafting.Ingredient@33c5c4b7]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3201 bibliocraft:jungle_paintingframemiddle RecipeStage{tier='two', recipe=1xtile.BiblioCraft:PaintingFrameMiddle@3:[net.minecraft.item.crafting.Ingredient@7fc97130, net.minecraft.item.crafting.Ingredient@73dd341a, net.minecraft.item.crafting.Ingredient@7fc97130, net.minecraft.item.crafting.Ingredient@7fc97130, net.minecraft.item.crafting.Ingredient@c289bb1, net.minecraft.item.crafting.Ingredient@7fc97130, net.minecraft.item.crafting.Ingredient@7fc97130, net.minecraft.item.crafting.Ingredient@73dd341a, net.minecraft.item.crafting.Ingredient@7fc97130]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3202 bibliocraft:jungle_paintingframeflat RecipeStage{tier='two', recipe=1xtile.BiblioCraft:PaintingFrameFlat@3:[net.minecraft.item.crafting.Ingredient@680e1211, net.minecraft.item.crafting.Ingredient@680e1211, net.minecraft.item.crafting.Ingredient@680e1211, net.minecraft.item.crafting.Ingredient@680e1211, net.minecraft.item.crafting.Ingredient@60f81a2d, net.minecraft.item.crafting.Ingredient@680e1211, net.minecraft.item.crafting.Ingredient@680e1211, net.minecraft.item.crafting.Ingredient@680e1211, net.minecraft.item.crafting.Ingredient@680e1211]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3203 bibliocraft:jungle_paintingframefancy RecipeStage{tier='two', recipe=1xtile.BiblioCraft:PaintingFrameFancy@3:[net.minecraft.item.crafting.Ingredient@49085685, net.minecraft.item.crafting.Ingredient@49085685, net.minecraft.item.crafting.Ingredient@49085685, net.minecraft.item.crafting.Ingredient@49085685, net.minecraft.item.crafting.Ingredient@70d0bbdc, net.minecraft.item.crafting.Ingredient@49085685, net.minecraft.item.crafting.Ingredient@49085685, net.minecraft.item.crafting.Ingredient@49085685, net.minecraft.item.crafting.Ingredient@49085685]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3204 bibliocraft:jungle_paintingframeborderless RecipeStage{tier='two', recipe=1xtile.BiblioCraft:PaintingFrameBorderless@3:[net.minecraft.item.crafting.Ingredient@7861a38f, net.minecraft.item.crafting.Ingredient@26e7b51c, net.minecraft.item.crafting.Ingredient@7861a38f, net.minecraft.item.crafting.Ingredient@26e7b51c, net.minecraft.item.crafting.Ingredient@26e7b51c, net.minecraft.item.crafting.Ingredient@26e7b51c, net.minecraft.item.crafting.Ingredient@7861a38f, net.minecraft.item.crafting.Ingredient@26e7b51c, net.minecraft.item.crafting.Ingredient@7861a38f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3205 bibliocraft:jungle_mapframe RecipeStage{tier='two', recipe=1xtile.BiblioCraft:MapFrame@3:[net.minecraft.item.crafting.Ingredient@42a642cd, net.minecraft.item.crafting.Ingredient@42a642cd, net.minecraft.item.crafting.Ingredient@42a642cd, net.minecraft.item.crafting.Ingredient@42a642cd, net.minecraft.item.crafting.Ingredient@23705d09, net.minecraft.item.crafting.Ingredient@42a642cd, net.minecraft.item.crafting.Ingredient@42a642cd, net.minecraft.item.crafting.Ingredient@42a642cd, net.minecraft.item.crafting.Ingredient@42a642cd]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3206 bibliocraft:jungle_label RecipeStage{tier='two', recipe=1xtile.BiblioCraft:Label@3:[net.minecraft.item.crafting.Ingredient@28affccc, net.minecraft.item.crafting.Ingredient@28affccc, net.minecraft.item.crafting.Ingredient@28affccc, net.minecraft.item.crafting.Ingredient@28affccc, net.minecraft.item.crafting.Ingredient@28affccc, net.minecraft.item.crafting.Ingredient@28affccc]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3207 bibliocraft:jungle_furniturepaneler RecipeStage{tier='two', recipe=1xtile.BiblioCraft:FurniturePaneler@3:[net.minecraft.item.crafting.Ingredient@36341ff1, net.minecraft.item.crafting.Ingredient@2d77a395, net.minecraft.item.crafting.Ingredient@36341ff1, net.minecraft.item.crafting.Ingredient@3bd64349, net.minecraft.item.crafting.Ingredient@3bd64349, net.minecraft.item.crafting.Ingredient@3bd64349, net.minecraft.item.crafting.Ingredient@618b7a39, net.minecraft.item.crafting.Ingredient@618b7a39, net.minecraft.item.crafting.Ingredient@618b7a39]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3208 bibliocraft:jungle_framedchest RecipeStage{tier='two', recipe=1xtile.BiblioCraft:FramedChest@3:[net.minecraft.item.crafting.Ingredient@3b70983, net.minecraft.item.crafting.Ingredient@3b70983, net.minecraft.item.crafting.Ingredient@3b70983, net.minecraft.item.crafting.Ingredient@3b70983, net.minecraft.item.crafting.Ingredient@28c5d158, net.minecraft.item.crafting.Ingredient@3b70983, net.minecraft.item.crafting.Ingredient@3b70983, net.minecraft.item.crafting.Ingredient@3b70983, net.minecraft.item.crafting.Ingredient@3b70983]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3209 bibliocraft:jungle_fancyworkbench RecipeStage{tier='two', recipe=1xtile.BiblioCraft:FancyWorkbench@3:[net.minecraft.item.crafting.Ingredient@27895839, net.minecraft.item.crafting.Ingredient@5d272478, net.minecraft.item.crafting.Ingredient@6ba6898e, net.minecraft.item.crafting.Ingredient@616c4d4e, net.minecraft.item.crafting.Ingredient@5efd0943, net.minecraft.item.crafting.Ingredient@616c4d4e, net.minecraft.item.crafting.Ingredient@616c4d4e, net.minecraft.item.crafting.Ingredient@616c4d4e, net.minecraft.item.crafting.Ingredient@616c4d4e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3210 bibliocraft:jungle_fancysign RecipeStage{tier='two', recipe=1xtile.BiblioCraft:FancySign@3:[net.minecraft.item.crafting.Ingredient@3e539553, net.minecraft.item.crafting.Ingredient@4b793ae7, net.minecraft.item.crafting.Ingredient@7d982e76]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3211 bibliocraft:jungle_desk RecipeStage{tier='two', recipe=1xtile.BiblioCraft:Desk@3:[net.minecraft.item.crafting.Ingredient@251c649a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@49f7536a, net.minecraft.item.crafting.Ingredient@345be58e, net.minecraft.item.crafting.Ingredient@345be58e, net.minecraft.item.crafting.Ingredient@345be58e, net.minecraft.item.crafting.Ingredient@423a01f7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@423a01f7]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3212 bibliocraft:jungle_clock RecipeStage{tier='three', recipe=1xtile.BiblioCraft:Clock@3:[net.minecraft.item.crafting.Ingredient@69c6ea88, net.minecraft.item.crafting.Ingredient@239df410, net.minecraft.item.crafting.Ingredient@69c6ea88, net.minecraft.item.crafting.Ingredient@69c6ea88, net.minecraft.item.crafting.Ingredient@47631da8, net.minecraft.item.crafting.Ingredient@69c6ea88, net.minecraft.item.crafting.Ingredient@69c6ea88, net.minecraft.item.crafting.Ingredient@2b2d4cfe, net.minecraft.item.crafting.Ingredient@69c6ea88]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3213 bibliocraft:jungle_case RecipeStage{tier='two', recipe=1xtile.BiblioCraft:Case@3:[net.minecraft.item.crafting.Ingredient@27ca083c, net.minecraft.item.crafting.Ingredient@6143cfa1, net.minecraft.item.crafting.Ingredient@27ca083c, net.minecraft.item.crafting.Ingredient@27ca083c, net.minecraft.item.crafting.Ingredient@59d8c9c5, net.minecraft.item.crafting.Ingredient@27ca083c, net.minecraft.item.crafting.Ingredient@27ca083c, net.minecraft.item.crafting.Ingredient@27ca083c, net.minecraft.item.crafting.Ingredient@27ca083c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3214 bibliocraft:jungle_bookcase RecipeStage{tier='two', recipe=1xtile.BiblioCraft:Bookcase@3:[net.minecraft.item.crafting.Ingredient@1fca3a95, net.minecraft.item.crafting.Ingredient@61e545bc, net.minecraft.item.crafting.Ingredient@1fca3a95, net.minecraft.item.crafting.Ingredient@1fca3a95, net.minecraft.item.crafting.Ingredient@61e545bc, net.minecraft.item.crafting.Ingredient@1fca3a95, net.minecraft.item.crafting.Ingredient@1fca3a95, net.minecraft.item.crafting.Ingredient@61e545bc, net.minecraft.item.crafting.Ingredient@1fca3a95]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3215 bibliocraft:jungle_armorstand RecipeStage{tier='two', recipe=1xtile.BiblioCraft:ArmorStand@3:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@181851f7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@181851f7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@302db7ae, net.minecraft.item.crafting.Ingredient@302db7ae, net.minecraft.item.crafting.Ingredient@302db7ae]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3216 bibliocraft:handdrill RecipeStage{tier='two', recipe=1xitem.HandDrill@0:[net.minecraft.item.crafting.Ingredient@55d72433, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5cc47448, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@36ce61c3, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3217 bibliocraft:green_typewriter RecipeStage{tier='three', recipe=1xtile.BiblioCraft:Typewriter@13:[net.minecraft.item.crafting.Ingredient@3dd12b3f, net.minecraft.item.crafting.Ingredient@6a16dc0a, net.minecraft.item.crafting.Ingredient@3dd12b3f, net.minecraft.item.crafting.Ingredient@34a7bcd, net.minecraft.item.crafting.Ingredient@5f2ea6de, net.minecraft.item.crafting.Ingredient@34a7bcd, net.minecraft.item.crafting.Ingredient@6b92e6d7, net.minecraft.item.crafting.Ingredient@6b92e6d7, net.minecraft.item.crafting.Ingredient@6b92e6d7]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3218 bibliocraft:green_swordpedestal RecipeStage{tier='two', recipe=1xtile.BiblioCraft:SwordPedestal@13:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3116b14d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3116b14d, net.minecraft.item.crafting.Ingredient@42540fd5, net.minecraft.item.crafting.Ingredient@3116b14d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3225 bibliocraft:gray_typewriter RecipeStage{tier='three', recipe=1xtile.BiblioCraft:Typewriter@7:[net.minecraft.item.crafting.Ingredient@1afc681d, net.minecraft.item.crafting.Ingredient@168fb0cb, net.minecraft.item.crafting.Ingredient@1afc681d, net.minecraft.item.crafting.Ingredient@f9d1065, net.minecraft.item.crafting.Ingredient@441ee11, net.minecraft.item.crafting.Ingredient@f9d1065, net.minecraft.item.crafting.Ingredient@7d84c204, net.minecraft.item.crafting.Ingredient@7d84c204, net.minecraft.item.crafting.Ingredient@7d84c204]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3226 bibliocraft:gray_swordpedestal RecipeStage{tier='two', recipe=1xtile.BiblioCraft:SwordPedestal@7:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@21ea38f0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@21ea38f0, net.minecraft.item.crafting.Ingredient@64fbade, net.minecraft.item.crafting.Ingredient@21ea38f0]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3233 bibliocraft:framingsheet RecipeStage{tier='two', recipe=2xitem.FramingSheet@0:[net.minecraft.item.crafting.Ingredient@3334e4fd, net.minecraft.item.crafting.Ingredient@5370fd5d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3234 bibliocraft:framingsaw RecipeStage{tier='two', recipe=1xitem.FramingSaw@0:[net.minecraft.item.crafting.Ingredient@4db2db36, net.minecraft.item.crafting.Ingredient@4db2db36, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4db2db36, net.minecraft.item.crafting.Ingredient@66cda4c3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@66cda4c3]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3235 bibliocraft:framingboard RecipeStage{tier='two', recipe=2xitem.FramingBoard@0:[net.minecraft.item.crafting.Ingredient@2e361d2e, net.minecraft.item.crafting.Ingredient@75986448]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3236 bibliocraft:framed_toolrack RecipeStage{tier='two', recipe=1xtile.BiblioCraft:ToolRack@6:[net.minecraft.item.crafting.Ingredient@63dae1f0, net.minecraft.item.crafting.Ingredient@63dae1f0, net.minecraft.item.crafting.Ingredient@63dae1f0, net.minecraft.item.crafting.Ingredient@63dae1f0, net.minecraft.item.crafting.Ingredient@34bbd9e7, net.minecraft.item.crafting.Ingredient@63dae1f0, net.minecraft.item.crafting.Ingredient@63dae1f0, net.minecraft.item.crafting.Ingredient@63dae1f0, net.minecraft.item.crafting.Ingredient@63dae1f0]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3237 bibliocraft:framed_table RecipeStage{tier='two', recipe=1xtile.BiblioCraft:Table@6:[net.minecraft.item.crafting.Ingredient@72194f32, net.minecraft.item.crafting.Ingredient@72194f32, net.minecraft.item.crafting.Ingredient@72194f32, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@79cf4bcc, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@79cf4bcc, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3238 bibliocraft:framed_shelf RecipeStage{tier='two', recipe=1xtile.BiblioCraft:Shelf@6:[net.minecraft.item.crafting.Ingredient@78740d1b, net.minecraft.item.crafting.Ingredient@78740d1b, net.minecraft.item.crafting.Ingredient@78740d1b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7088a43b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@78740d1b, net.minecraft.item.crafting.Ingredient@78740d1b, net.minecraft.item.crafting.Ingredient@78740d1b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3239 bibliocraft:framed_seatback5 RecipeStage{tier='two', recipe=1xitem.seatback5@6:[net.minecraft.item.crafting.Ingredient@33459b7, net.minecraft.item.crafting.Ingredient@32fcbb35, net.minecraft.item.crafting.Ingredient@36ef49e3]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3240 bibliocraft:framed_seatback4 RecipeStage{tier='two', recipe=1xitem.seatback4@6:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@75b98802, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@69dfe6ae, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3241 bibliocraft:framed_seatback3 RecipeStage{tier='two', recipe=1xitem.seatback3@6:[net.minecraft.item.crafting.Ingredient@524a7c0d, net.minecraft.item.crafting.Ingredient@403a885e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3242 bibliocraft:framed_seatback2 RecipeStage{tier='two', recipe=1xitem.seatback2@6:[net.minecraft.item.crafting.Ingredient@4dc38e1, net.minecraft.item.crafting.Ingredient@18357067, net.minecraft.item.crafting.Ingredient@4dc38e1, net.minecraft.item.crafting.Ingredient@4dc38e1, net.minecraft.item.crafting.Ingredient@65dc2120, net.minecraft.item.crafting.Ingredient@4dc38e1, net.minecraft.item.crafting.Ingredient@4dc38e1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4dc38e1]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3243 bibliocraft:framed_seatback1 RecipeStage{tier='two', recipe=1xitem.seatback1@6:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@788387bc, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@264f67f6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2dc1fba0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2dc1fba0]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3244 bibliocraft:framed_seat RecipeStage{tier='two', recipe=1xtile.BiblioCraft:Seat@6:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@427cad4a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7f52b8ac, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4f926400, net.minecraft.item.crafting.Ingredient@70e3a7ac, net.minecraft.item.crafting.Ingredient@4f926400]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3245 bibliocraft:framed_potionshelf RecipeStage{tier='three', recipe=1xtile.BiblioCraft:PotionShelf@6:[net.minecraft.item.crafting.Ingredient@61b7b53e, net.minecraft.item.crafting.Ingredient@61b7b53e, net.minecraft.item.crafting.Ingredient@61b7b53e, net.minecraft.item.crafting.Ingredient@c72dab2, net.minecraft.item.crafting.Ingredient@242c7936, net.minecraft.item.crafting.Ingredient@c72dab2, net.minecraft.item.crafting.Ingredient@61b7b53e, net.minecraft.item.crafting.Ingredient@61b7b53e, net.minecraft.item.crafting.Ingredient@61b7b53e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3246 bibliocraft:framed_paintingframesimple RecipeStage{tier='two', recipe=1xtile.BiblioCraft:PaintingFrameSimple@6:[net.minecraft.item.crafting.Ingredient@69daf063, net.minecraft.item.crafting.Ingredient@4aa08c0e, net.minecraft.item.crafting.Ingredient@69daf063, net.minecraft.item.crafting.Ingredient@4aa08c0e, net.minecraft.item.crafting.Ingredient@3fcc5d3a, net.minecraft.item.crafting.Ingredient@4aa08c0e, net.minecraft.item.crafting.Ingredient@69daf063, net.minecraft.item.crafting.Ingredient@4aa08c0e, net.minecraft.item.crafting.Ingredient@69daf063]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3247 bibliocraft:framed_paintingframemiddle RecipeStage{tier='two', recipe=1xtile.BiblioCraft:PaintingFrameMiddle@6:[net.minecraft.item.crafting.Ingredient@4e88fe13, net.minecraft.item.crafting.Ingredient@a4d5d42, net.minecraft.item.crafting.Ingredient@4e88fe13, net.minecraft.item.crafting.Ingredient@4e88fe13, net.minecraft.item.crafting.Ingredient@353c7ba3, net.minecraft.item.crafting.Ingredient@4e88fe13, net.minecraft.item.crafting.Ingredient@4e88fe13, net.minecraft.item.crafting.Ingredient@a4d5d42, net.minecraft.item.crafting.Ingredient@4e88fe13]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3248 bibliocraft:framed_paintingframeflat RecipeStage{tier='two', recipe=1xtile.BiblioCraft:PaintingFrameFlat@6:[net.minecraft.item.crafting.Ingredient@7208a955, net.minecraft.item.crafting.Ingredient@7208a955, net.minecraft.item.crafting.Ingredient@7208a955, net.minecraft.item.crafting.Ingredient@7208a955, net.minecraft.item.crafting.Ingredient@71395233, net.minecraft.item.crafting.Ingredient@7208a955, net.minecraft.item.crafting.Ingredient@7208a955, net.minecraft.item.crafting.Ingredient@7208a955, net.minecraft.item.crafting.Ingredient@7208a955]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3249 bibliocraft:framed_paintingframefancy RecipeStage{tier='two', recipe=1xtile.BiblioCraft:PaintingFrameFancy@6:[net.minecraft.item.crafting.Ingredient@7c71ba41, net.minecraft.item.crafting.Ingredient@7c71ba41, net.minecraft.item.crafting.Ingredient@7c71ba41, net.minecraft.item.crafting.Ingredient@7c71ba41, net.minecraft.item.crafting.Ingredient@3aba2841, net.minecraft.item.crafting.Ingredient@7c71ba41, net.minecraft.item.crafting.Ingredient@7c71ba41, net.minecraft.item.crafting.Ingredient@7c71ba41, net.minecraft.item.crafting.Ingredient@7c71ba41]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3250 bibliocraft:framed_paintingframeborderless RecipeStage{tier='two', recipe=1xtile.BiblioCraft:PaintingFrameBorderless@6:[net.minecraft.item.crafting.Ingredient@5a077f7, net.minecraft.item.crafting.Ingredient@3df90444, net.minecraft.item.crafting.Ingredient@5a077f7, net.minecraft.item.crafting.Ingredient@3df90444, net.minecraft.item.crafting.Ingredient@3df90444, net.minecraft.item.crafting.Ingredient@3df90444, net.minecraft.item.crafting.Ingredient@5a077f7, net.minecraft.item.crafting.Ingredient@3df90444, net.minecraft.item.crafting.Ingredient@5a077f7]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3251 bibliocraft:framed_mapframe RecipeStage{tier='two', recipe=1xtile.BiblioCraft:MapFrame@6:[net.minecraft.item.crafting.Ingredient@44a57e7d, net.minecraft.item.crafting.Ingredient@44a57e7d, net.minecraft.item.crafting.Ingredient@44a57e7d, net.minecraft.item.crafting.Ingredient@44a57e7d, net.minecraft.item.crafting.Ingredient@178c9583, net.minecraft.item.crafting.Ingredient@44a57e7d, net.minecraft.item.crafting.Ingredient@44a57e7d, net.minecraft.item.crafting.Ingredient@44a57e7d, net.minecraft.item.crafting.Ingredient@44a57e7d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3252 bibliocraft:framed_label RecipeStage{tier='two', recipe=1xtile.BiblioCraft:Label@6:[net.minecraft.item.crafting.Ingredient@5afce07a, net.minecraft.item.crafting.Ingredient@5afce07a, net.minecraft.item.crafting.Ingredient@5afce07a, net.minecraft.item.crafting.Ingredient@5afce07a, net.minecraft.item.crafting.Ingredient@5afce07a, net.minecraft.item.crafting.Ingredient@5afce07a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3253 bibliocraft:framed_furniturepaneler RecipeStage{tier='two', recipe=1xtile.BiblioCraft:FurniturePaneler@6:[net.minecraft.item.crafting.Ingredient@3b2f8b46, net.minecraft.item.crafting.Ingredient@7ee3a0b5, net.minecraft.item.crafting.Ingredient@3b2f8b46, net.minecraft.item.crafting.Ingredient@673df20f, net.minecraft.item.crafting.Ingredient@673df20f, net.minecraft.item.crafting.Ingredient@673df20f, net.minecraft.item.crafting.Ingredient@51a7ef44, net.minecraft.item.crafting.Ingredient@51a7ef44, net.minecraft.item.crafting.Ingredient@51a7ef44]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3254 bibliocraft:framed_framedchest RecipeStage{tier='two', recipe=1xtile.BiblioCraft:FramedChest@6:[net.minecraft.item.crafting.Ingredient@798e9fae, net.minecraft.item.crafting.Ingredient@798e9fae, net.minecraft.item.crafting.Ingredient@798e9fae, net.minecraft.item.crafting.Ingredient@798e9fae, net.minecraft.item.crafting.Ingredient@485627f9, net.minecraft.item.crafting.Ingredient@798e9fae, net.minecraft.item.crafting.Ingredient@798e9fae, net.minecraft.item.crafting.Ingredient@798e9fae, net.minecraft.item.crafting.Ingredient@798e9fae]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3255 bibliocraft:framed_fancyworkbench RecipeStage{tier='two', recipe=1xtile.BiblioCraft:FancyWorkbench@6:[net.minecraft.item.crafting.Ingredient@fd9549f, net.minecraft.item.crafting.Ingredient@4f589d7a, net.minecraft.item.crafting.Ingredient@720d0a5f, net.minecraft.item.crafting.Ingredient@36b9b625, net.minecraft.item.crafting.Ingredient@7059a628, net.minecraft.item.crafting.Ingredient@36b9b625, net.minecraft.item.crafting.Ingredient@36b9b625, net.minecraft.item.crafting.Ingredient@36b9b625, net.minecraft.item.crafting.Ingredient@36b9b625]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3256 bibliocraft:framed_fancysign RecipeStage{tier='two', recipe=1xtile.BiblioCraft:FancySign@6:[net.minecraft.item.crafting.Ingredient@5d3b1054, net.minecraft.item.crafting.Ingredient@202ddafc, net.minecraft.item.crafting.Ingredient@5e8007ca]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3257 bibliocraft:framed_desk RecipeStage{tier='two', recipe=1xtile.BiblioCraft:Desk@6:[net.minecraft.item.crafting.Ingredient@5fe990fe, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1c76b99a, net.minecraft.item.crafting.Ingredient@798c6b6c, net.minecraft.item.crafting.Ingredient@798c6b6c, net.minecraft.item.crafting.Ingredient@798c6b6c, net.minecraft.item.crafting.Ingredient@37dafbc3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@37dafbc3]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3258 bibliocraft:framed_clock RecipeStage{tier='three', recipe=1xtile.BiblioCraft:Clock@6:[net.minecraft.item.crafting.Ingredient@1f2e60af, net.minecraft.item.crafting.Ingredient@78560b59, net.minecraft.item.crafting.Ingredient@1f2e60af, net.minecraft.item.crafting.Ingredient@1f2e60af, net.minecraft.item.crafting.Ingredient@5871bb9b, net.minecraft.item.crafting.Ingredient@1f2e60af, net.minecraft.item.crafting.Ingredient@1f2e60af, net.minecraft.item.crafting.Ingredient@4f48a919, net.minecraft.item.crafting.Ingredient@1f2e60af]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3259 bibliocraft:framed_case RecipeStage{tier='two', recipe=1xtile.BiblioCraft:Case@6:[net.minecraft.item.crafting.Ingredient@34b9fd83, net.minecraft.item.crafting.Ingredient@5a4cfe82, net.minecraft.item.crafting.Ingredient@34b9fd83, net.minecraft.item.crafting.Ingredient@34b9fd83, net.minecraft.item.crafting.Ingredient@6b7345e8, net.minecraft.item.crafting.Ingredient@34b9fd83, net.minecraft.item.crafting.Ingredient@34b9fd83, net.minecraft.item.crafting.Ingredient@34b9fd83, net.minecraft.item.crafting.Ingredient@34b9fd83]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3260 bibliocraft:framed_bookcase RecipeStage{tier='two', recipe=1xtile.BiblioCraft:Bookcase@6:[net.minecraft.item.crafting.Ingredient@4f02d257, net.minecraft.item.crafting.Ingredient@14b9ff76, net.minecraft.item.crafting.Ingredient@4f02d257, net.minecraft.item.crafting.Ingredient@4f02d257, net.minecraft.item.crafting.Ingredient@14b9ff76, net.minecraft.item.crafting.Ingredient@4f02d257, net.minecraft.item.crafting.Ingredient@4f02d257, net.minecraft.item.crafting.Ingredient@14b9ff76, net.minecraft.item.crafting.Ingredient@4f02d257]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3261 bibliocraft:framed_armorstand RecipeStage{tier='two', recipe=1xtile.BiblioCraft:ArmorStand@6:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4dd7cc6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4dd7cc6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@d13f176, net.minecraft.item.crafting.Ingredient@d13f176, net.minecraft.item.crafting.Ingredient@d13f176]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3262 bibliocraft:discrack RecipeStage{tier='three', recipe=1xtile.BiblioCraft:DiscRack@0:[net.minecraft.item.crafting.Ingredient@60ec62e0, net.minecraft.item.crafting.Ingredient@60ec62e0, net.minecraft.item.crafting.Ingredient@60ec62e0, net.minecraftforge.oredict.OreIngredient@6f8206db, net.minecraftforge.oredict.OreIngredient@6f8206db, net.minecraftforge.oredict.OreIngredient@6f8206db]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3263 bibliocraft:dinnerplate RecipeStage{tier='three', recipe=1xtile.BiblioCraft:DinnerPlate@0:[net.minecraft.item.crafting.Ingredient@58ca6ab6, net.minecraft.item.crafting.Ingredient@58ca6ab6, net.minecraft.item.crafting.Ingredient@58ca6ab6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3264 bibliocraft:darkoak_toolrack RecipeStage{tier='one', recipe=1xtile.BiblioCraft:ToolRack@5:[net.minecraft.item.crafting.Ingredient@57799e97, net.minecraft.item.crafting.Ingredient@57799e97, net.minecraft.item.crafting.Ingredient@57799e97, net.minecraft.item.crafting.Ingredient@57799e97, net.minecraft.item.crafting.Ingredient@1d23e8d2, net.minecraft.item.crafting.Ingredient@57799e97, net.minecraft.item.crafting.Ingredient@57799e97, net.minecraft.item.crafting.Ingredient@57799e97, net.minecraft.item.crafting.Ingredient@57799e97]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3265 bibliocraft:darkoak_table RecipeStage{tier='two', recipe=1xtile.BiblioCraft:Table@5:[net.minecraft.item.crafting.Ingredient@5fe8e65c, net.minecraft.item.crafting.Ingredient@5fe8e65c, net.minecraft.item.crafting.Ingredient@5fe8e65c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2c132d52, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2c132d52, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3266 bibliocraft:darkoak_shelf RecipeStage{tier='one', recipe=1xtile.BiblioCraft:Shelf@5:[net.minecraft.item.crafting.Ingredient@72808a2a, net.minecraft.item.crafting.Ingredient@72808a2a, net.minecraft.item.crafting.Ingredient@72808a2a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5cb6c738, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@72808a2a, net.minecraft.item.crafting.Ingredient@72808a2a, net.minecraft.item.crafting.Ingredient@72808a2a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3267 bibliocraft:darkoak_seatback5 RecipeStage{tier='two', recipe=1xitem.seatback5@5:[net.minecraft.item.crafting.Ingredient@3d0b9283, net.minecraft.item.crafting.Ingredient@48dd82a1, net.minecraft.item.crafting.Ingredient@3e28efec]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3268 bibliocraft:darkoak_seatback4 RecipeStage{tier='two', recipe=1xitem.seatback4@5:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5890b06e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2d17219, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3269 bibliocraft:darkoak_seatback3 RecipeStage{tier='two', recipe=1xitem.seatback3@5:[net.minecraft.item.crafting.Ingredient@2d850fa9, net.minecraft.item.crafting.Ingredient@3d1da33b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3270 bibliocraft:darkoak_seatback2 RecipeStage{tier='two', recipe=1xitem.seatback2@5:[net.minecraft.item.crafting.Ingredient@2d3e61fa, net.minecraft.item.crafting.Ingredient@28428634, net.minecraft.item.crafting.Ingredient@2d3e61fa, net.minecraft.item.crafting.Ingredient@2d3e61fa, net.minecraft.item.crafting.Ingredient@3d5c2d28, net.minecraft.item.crafting.Ingredient@2d3e61fa, net.minecraft.item.crafting.Ingredient@2d3e61fa, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2d3e61fa]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3271 bibliocraft:darkoak_seatback1 RecipeStage{tier='two', recipe=1xitem.seatback1@5:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6dfdec1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3c2e9f4a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2a91a19d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2a91a19d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3272 bibliocraft:darkoak_seat RecipeStage{tier='two', recipe=1xtile.BiblioCraft:Seat@5:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1294437e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@57d79385, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7f7f00b7, net.minecraft.item.crafting.Ingredient@654201bd, net.minecraft.item.crafting.Ingredient@7f7f00b7]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3273 bibliocraft:darkoak_potionshelf RecipeStage{tier='three', recipe=1xtile.BiblioCraft:PotionShelf@5:[net.minecraft.item.crafting.Ingredient@55088383, net.minecraft.item.crafting.Ingredient@55088383, net.minecraft.item.crafting.Ingredient@55088383, net.minecraft.item.crafting.Ingredient@4c9aa49e, net.minecraft.item.crafting.Ingredient@504c598, net.minecraft.item.crafting.Ingredient@4c9aa49e, net.minecraft.item.crafting.Ingredient@55088383, net.minecraft.item.crafting.Ingredient@55088383, net.minecraft.item.crafting.Ingredient@55088383]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3274 bibliocraft:darkoak_paintingframesimple RecipeStage{tier='two', recipe=1xtile.BiblioCraft:PaintingFrameSimple@5:[net.minecraft.item.crafting.Ingredient@3ef91c2d, net.minecraft.item.crafting.Ingredient@171bf2ca, net.minecraft.item.crafting.Ingredient@3ef91c2d, net.minecraft.item.crafting.Ingredient@171bf2ca, net.minecraft.item.crafting.Ingredient@317027b7, net.minecraft.item.crafting.Ingredient@171bf2ca, net.minecraft.item.crafting.Ingredient@3ef91c2d, net.minecraft.item.crafting.Ingredient@171bf2ca, net.minecraft.item.crafting.Ingredient@3ef91c2d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3275 bibliocraft:darkoak_paintingframemiddle RecipeStage{tier='two', recipe=1xtile.BiblioCraft:PaintingFrameMiddle@5:[net.minecraft.item.crafting.Ingredient@6a440ff8, net.minecraft.item.crafting.Ingredient@dca010a, net.minecraft.item.crafting.Ingredient@6a440ff8, net.minecraft.item.crafting.Ingredient@6a440ff8, net.minecraft.item.crafting.Ingredient@6c96d707, net.minecraft.item.crafting.Ingredient@6a440ff8, net.minecraft.item.crafting.Ingredient@6a440ff8, net.minecraft.item.crafting.Ingredient@dca010a, net.minecraft.item.crafting.Ingredient@6a440ff8]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3276 bibliocraft:darkoak_paintingframeflat RecipeStage{tier='two', recipe=1xtile.BiblioCraft:PaintingFrameFlat@5:[net.minecraft.item.crafting.Ingredient@229c8fcf, net.minecraft.item.crafting.Ingredient@229c8fcf, net.minecraft.item.crafting.Ingredient@229c8fcf, net.minecraft.item.crafting.Ingredient@229c8fcf, net.minecraft.item.crafting.Ingredient@7c2bf7ec, net.minecraft.item.crafting.Ingredient@229c8fcf, net.minecraft.item.crafting.Ingredient@229c8fcf, net.minecraft.item.crafting.Ingredient@229c8fcf, net.minecraft.item.crafting.Ingredient@229c8fcf]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3277 bibliocraft:darkoak_paintingframefancy RecipeStage{tier='two', recipe=1xtile.BiblioCraft:PaintingFrameFancy@5:[net.minecraft.item.crafting.Ingredient@5c9f46b2, net.minecraft.item.crafting.Ingredient@5c9f46b2, net.minecraft.item.crafting.Ingredient@5c9f46b2, net.minecraft.item.crafting.Ingredient@5c9f46b2, net.minecraft.item.crafting.Ingredient@6631c1dd, net.minecraft.item.crafting.Ingredient@5c9f46b2, net.minecraft.item.crafting.Ingredient@5c9f46b2, net.minecraft.item.crafting.Ingredient@5c9f46b2, net.minecraft.item.crafting.Ingredient@5c9f46b2]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3278 bibliocraft:darkoak_paintingframeborderless RecipeStage{tier='two', recipe=1xtile.BiblioCraft:PaintingFrameBorderless@5:[net.minecraft.item.crafting.Ingredient@481b76a4, net.minecraft.item.crafting.Ingredient@4e384a2d, net.minecraft.item.crafting.Ingredient@481b76a4, net.minecraft.item.crafting.Ingredient@4e384a2d, net.minecraft.item.crafting.Ingredient@4e384a2d, net.minecraft.item.crafting.Ingredient@4e384a2d, net.minecraft.item.crafting.Ingredient@481b76a4, net.minecraft.item.crafting.Ingredient@4e384a2d, net.minecraft.item.crafting.Ingredient@481b76a4]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3279 bibliocraft:darkoak_mapframe RecipeStage{tier='two', recipe=1xtile.BiblioCraft:MapFrame@5:[net.minecraft.item.crafting.Ingredient@50358b6b, net.minecraft.item.crafting.Ingredient@50358b6b, net.minecraft.item.crafting.Ingredient@50358b6b, net.minecraft.item.crafting.Ingredient@50358b6b, net.minecraft.item.crafting.Ingredient@12e994aa, net.minecraft.item.crafting.Ingredient@50358b6b, net.minecraft.item.crafting.Ingredient@50358b6b, net.minecraft.item.crafting.Ingredient@50358b6b, net.minecraft.item.crafting.Ingredient@50358b6b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3280 bibliocraft:darkoak_label RecipeStage{tier='two', recipe=1xtile.BiblioCraft:Label@5:[net.minecraft.item.crafting.Ingredient@54a30754, net.minecraft.item.crafting.Ingredient@54a30754, net.minecraft.item.crafting.Ingredient@54a30754, net.minecraft.item.crafting.Ingredient@54a30754, net.minecraft.item.crafting.Ingredient@54a30754, net.minecraft.item.crafting.Ingredient@54a30754]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3281 bibliocraft:darkoak_furniturepaneler RecipeStage{tier='two', recipe=1xtile.BiblioCraft:FurniturePaneler@5:[net.minecraft.item.crafting.Ingredient@7847f689, net.minecraft.item.crafting.Ingredient@68e70664, net.minecraft.item.crafting.Ingredient@7847f689, net.minecraft.item.crafting.Ingredient@f634, net.minecraft.item.crafting.Ingredient@f634, net.minecraft.item.crafting.Ingredient@f634, net.minecraft.item.crafting.Ingredient@35881c74, net.minecraft.item.crafting.Ingredient@35881c74, net.minecraft.item.crafting.Ingredient@35881c74]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3282 bibliocraft:darkoak_framedchest RecipeStage{tier='two', recipe=1xtile.BiblioCraft:FramedChest@5:[net.minecraft.item.crafting.Ingredient@1ddf7de5, net.minecraft.item.crafting.Ingredient@1ddf7de5, net.minecraft.item.crafting.Ingredient@1ddf7de5, net.minecraft.item.crafting.Ingredient@1ddf7de5, net.minecraft.item.crafting.Ingredient@59303361, net.minecraft.item.crafting.Ingredient@1ddf7de5, net.minecraft.item.crafting.Ingredient@1ddf7de5, net.minecraft.item.crafting.Ingredient@1ddf7de5, net.minecraft.item.crafting.Ingredient@1ddf7de5]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3283 bibliocraft:darkoak_fancyworkbench RecipeStage{tier='two', recipe=1xtile.BiblioCraft:FancyWorkbench@5:[net.minecraft.item.crafting.Ingredient@30611faa, net.minecraft.item.crafting.Ingredient@129aa2c1, net.minecraft.item.crafting.Ingredient@741ce36f, net.minecraft.item.crafting.Ingredient@479a517d, net.minecraft.item.crafting.Ingredient@10fed3de, net.minecraft.item.crafting.Ingredient@479a517d, net.minecraft.item.crafting.Ingredient@479a517d, net.minecraft.item.crafting.Ingredient@479a517d, net.minecraft.item.crafting.Ingredient@479a517d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3284 bibliocraft:darkoak_fancysign RecipeStage{tier='two', recipe=1xtile.BiblioCraft:FancySign@5:[net.minecraft.item.crafting.Ingredient@d633898, net.minecraft.item.crafting.Ingredient@2ef18d09, net.minecraft.item.crafting.Ingredient@13a799d3]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3285 bibliocraft:darkoak_desk RecipeStage{tier='two', recipe=1xtile.BiblioCraft:Desk@5:[net.minecraft.item.crafting.Ingredient@163d37cc, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@27767e0d, net.minecraft.item.crafting.Ingredient@29809f82, net.minecraft.item.crafting.Ingredient@29809f82, net.minecraft.item.crafting.Ingredient@29809f82, net.minecraft.item.crafting.Ingredient@6e3c97f6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6e3c97f6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3286 bibliocraft:darkoak_clock RecipeStage{tier='three', recipe=1xtile.BiblioCraft:Clock@5:[net.minecraft.item.crafting.Ingredient@5a8b33b8, net.minecraft.item.crafting.Ingredient@78a1219, net.minecraft.item.crafting.Ingredient@5a8b33b8, net.minecraft.item.crafting.Ingredient@5a8b33b8, net.minecraft.item.crafting.Ingredient@1dd8ef67, net.minecraft.item.crafting.Ingredient@5a8b33b8, net.minecraft.item.crafting.Ingredient@5a8b33b8, net.minecraft.item.crafting.Ingredient@7a99c5a, net.minecraft.item.crafting.Ingredient@5a8b33b8]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3287 bibliocraft:darkoak_case RecipeStage{tier='two', recipe=1xtile.BiblioCraft:Case@5:[net.minecraft.item.crafting.Ingredient@4208d159, net.minecraft.item.crafting.Ingredient@7b7e629f, net.minecraft.item.crafting.Ingredient@4208d159, net.minecraft.item.crafting.Ingredient@4208d159, net.minecraft.item.crafting.Ingredient@259cf3a5, net.minecraft.item.crafting.Ingredient@4208d159, net.minecraft.item.crafting.Ingredient@4208d159, net.minecraft.item.crafting.Ingredient@4208d159, net.minecraft.item.crafting.Ingredient@4208d159]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3288 bibliocraft:darkoak_bookcase RecipeStage{tier='two', recipe=1xtile.BiblioCraft:Bookcase@5:[net.minecraft.item.crafting.Ingredient@7a25c6da, net.minecraft.item.crafting.Ingredient@5d49b306, net.minecraft.item.crafting.Ingredient@7a25c6da, net.minecraft.item.crafting.Ingredient@7a25c6da, net.minecraft.item.crafting.Ingredient@5d49b306, net.minecraft.item.crafting.Ingredient@7a25c6da, net.minecraft.item.crafting.Ingredient@7a25c6da, net.minecraft.item.crafting.Ingredient@5d49b306, net.minecraft.item.crafting.Ingredient@7a25c6da]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3289 bibliocraft:darkoak_armorstand RecipeStage{tier='two', recipe=1xtile.BiblioCraft:ArmorStand@5:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6652cd48, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6652cd48, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4533f063, net.minecraft.item.crafting.Ingredient@4533f063, net.minecraft.item.crafting.Ingredient@4533f063]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3290 bibliocraft:cyan_typewriter RecipeStage{tier='three', recipe=1xtile.BiblioCraft:Typewriter@9:[net.minecraft.item.crafting.Ingredient@20f4836a, net.minecraft.item.crafting.Ingredient@5b894da5, net.minecraft.item.crafting.Ingredient@20f4836a, net.minecraft.item.crafting.Ingredient@624d9600, net.minecraft.item.crafting.Ingredient@53a52f0d, net.minecraft.item.crafting.Ingredient@624d9600, net.minecraft.item.crafting.Ingredient@57ce19c0, net.minecraft.item.crafting.Ingredient@57ce19c0, net.minecraft.item.crafting.Ingredient@57ce19c0]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3291 bibliocraft:cyan_swordpedestal RecipeStage{tier='two', recipe=1xtile.BiblioCraft:SwordPedestal@9:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@15487d6f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@15487d6f, net.minecraft.item.crafting.Ingredient@f7e0975, net.minecraft.item.crafting.Ingredient@15487d6f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3298 bibliocraft:cookiejar RecipeStage{tier='three', recipe=1xtile.BiblioCraft:CookieJar@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@cd9d38a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@43c8fabb, net.minecraft.item.crafting.Ingredient@1ca3e5b0, net.minecraft.item.crafting.Ingredient@43c8fabb, net.minecraft.item.crafting.Ingredient@43c8fabb, net.minecraft.item.crafting.Ingredient@787f9fb9, net.minecraft.item.crafting.Ingredient@43c8fabb]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3299 bibliocraft:compass RecipeStage{tier='two', recipe=1xitem.compass@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@39ea4033, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@39ea4033, net.minecraft.item.crafting.Ingredient@41df341f, net.minecraft.item.crafting.Ingredient@39ea4033, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@39ea4033, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3300 bibliocraft:brown_typewriter RecipeStage{tier='three', recipe=1xtile.BiblioCraft:Typewriter@12:[net.minecraft.item.crafting.Ingredient@10cac6b9, net.minecraft.item.crafting.Ingredient@244a0d1b, net.minecraft.item.crafting.Ingredient@10cac6b9, net.minecraft.item.crafting.Ingredient@155034da, net.minecraft.item.crafting.Ingredient@4f0997f4, net.minecraft.item.crafting.Ingredient@155034da, net.minecraft.item.crafting.Ingredient@9306fa2, net.minecraft.item.crafting.Ingredient@9306fa2, net.minecraft.item.crafting.Ingredient@9306fa2]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3301 bibliocraft:brown_swordpedestal RecipeStage{tier='two', recipe=1xtile.BiblioCraft:SwordPedestal@12:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@60f637b0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@60f637b0, net.minecraft.item.crafting.Ingredient@2913ce3d, net.minecraft.item.crafting.Ingredient@60f637b0]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3308 bibliocraft:blue_typewriter RecipeStage{tier='three', recipe=1xtile.BiblioCraft:Typewriter@11:[net.minecraft.item.crafting.Ingredient@5516a78d, net.minecraft.item.crafting.Ingredient@7f84101c, net.minecraft.item.crafting.Ingredient@5516a78d, net.minecraft.item.crafting.Ingredient@f4e6c0c, net.minecraft.item.crafting.Ingredient@353244c7, net.minecraft.item.crafting.Ingredient@f4e6c0c, net.minecraft.item.crafting.Ingredient@55f8b723, net.minecraft.item.crafting.Ingredient@55f8b723, net.minecraft.item.crafting.Ingredient@55f8b723]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3309 bibliocraft:blue_swordpedestal RecipeStage{tier='two', recipe=1xtile.BiblioCraft:SwordPedestal@11:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4193e8f5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4193e8f5, net.minecraft.item.crafting.Ingredient@516bc17e, net.minecraft.item.crafting.Ingredient@4193e8f5]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3316 bibliocraft:black_typewriter RecipeStage{tier='three', recipe=1xtile.BiblioCraft:Typewriter@15:[net.minecraft.item.crafting.Ingredient@5dd1ce22, net.minecraft.item.crafting.Ingredient@45f0c7cd, net.minecraft.item.crafting.Ingredient@5dd1ce22, net.minecraft.item.crafting.Ingredient@6de088d, net.minecraft.item.crafting.Ingredient@60eff30b, net.minecraft.item.crafting.Ingredient@6de088d, net.minecraft.item.crafting.Ingredient@331c81ea, net.minecraft.item.crafting.Ingredient@331c81ea, net.minecraft.item.crafting.Ingredient@331c81ea]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3317 bibliocraft:black_swordpedestal RecipeStage{tier='two', recipe=1xtile.BiblioCraft:SwordPedestal@15:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4e511f72, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4e511f72, net.minecraft.item.crafting.Ingredient@31088eed, net.minecraft.item.crafting.Ingredient@4e511f72]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3324 bibliocraft:birch_toolrack RecipeStage{tier='one', recipe=1xtile.BiblioCraft:ToolRack@2:[net.minecraft.item.crafting.Ingredient@c33d47e, net.minecraft.item.crafting.Ingredient@c33d47e, net.minecraft.item.crafting.Ingredient@c33d47e, net.minecraft.item.crafting.Ingredient@c33d47e, net.minecraft.item.crafting.Ingredient@3fc7a8e1, net.minecraft.item.crafting.Ingredient@c33d47e, net.minecraft.item.crafting.Ingredient@c33d47e, net.minecraft.item.crafting.Ingredient@c33d47e, net.minecraft.item.crafting.Ingredient@c33d47e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3325 bibliocraft:birch_table RecipeStage{tier='two', recipe=1xtile.BiblioCraft:Table@2:[net.minecraft.item.crafting.Ingredient@3d65cc8, net.minecraft.item.crafting.Ingredient@3d65cc8, net.minecraft.item.crafting.Ingredient@3d65cc8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5e201c17, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5e201c17, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3326 bibliocraft:birch_shelf RecipeStage{tier='one', recipe=1xtile.BiblioCraft:Shelf@2:[net.minecraft.item.crafting.Ingredient@54d5967c, net.minecraft.item.crafting.Ingredient@54d5967c, net.minecraft.item.crafting.Ingredient@54d5967c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6ba0a578, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@54d5967c, net.minecraft.item.crafting.Ingredient@54d5967c, net.minecraft.item.crafting.Ingredient@54d5967c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3327 bibliocraft:birch_seatback5 RecipeStage{tier='two', recipe=1xitem.seatback5@2:[net.minecraft.item.crafting.Ingredient@6fbc81a9, net.minecraft.item.crafting.Ingredient@7c115181, net.minecraft.item.crafting.Ingredient@37ff4259]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3328 bibliocraft:birch_seatback4 RecipeStage{tier='two', recipe=1xitem.seatback4@2:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@45d90af0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@38b72b65, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3329 bibliocraft:birch_seatback3 RecipeStage{tier='two', recipe=1xitem.seatback3@2:[net.minecraft.item.crafting.Ingredient@73c7d8a5, net.minecraft.item.crafting.Ingredient@73ca3208]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3330 bibliocraft:birch_seatback2 RecipeStage{tier='two', recipe=1xitem.seatback2@2:[net.minecraft.item.crafting.Ingredient@5c8d4a8a, net.minecraft.item.crafting.Ingredient@3e56d000, net.minecraft.item.crafting.Ingredient@5c8d4a8a, net.minecraft.item.crafting.Ingredient@5c8d4a8a, net.minecraft.item.crafting.Ingredient@1541bec1, net.minecraft.item.crafting.Ingredient@5c8d4a8a, net.minecraft.item.crafting.Ingredient@5c8d4a8a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5c8d4a8a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3331 bibliocraft:birch_seatback1 RecipeStage{tier='two', recipe=1xitem.seatback1@2:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4e84715d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@153db72, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@613024f3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@613024f3]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3332 bibliocraft:birch_seat RecipeStage{tier='two', recipe=1xtile.BiblioCraft:Seat@2:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@48787cbc, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2428a63d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@531b66e, net.minecraft.item.crafting.Ingredient@397d1b6c, net.minecraft.item.crafting.Ingredient@531b66e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3333 bibliocraft:birch_potionshelf RecipeStage{tier='three', recipe=1xtile.BiblioCraft:PotionShelf@2:[net.minecraft.item.crafting.Ingredient@78c0df08, net.minecraft.item.crafting.Ingredient@78c0df08, net.minecraft.item.crafting.Ingredient@78c0df08, net.minecraft.item.crafting.Ingredient@aeec9ae, net.minecraft.item.crafting.Ingredient@31120a41, net.minecraft.item.crafting.Ingredient@aeec9ae, net.minecraft.item.crafting.Ingredient@78c0df08, net.minecraft.item.crafting.Ingredient@78c0df08, net.minecraft.item.crafting.Ingredient@78c0df08]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3334 bibliocraft:birch_paintingframesimple RecipeStage{tier='two', recipe=1xtile.BiblioCraft:PaintingFrameSimple@2:[net.minecraft.item.crafting.Ingredient@16c88560, net.minecraft.item.crafting.Ingredient@19e50b1, net.minecraft.item.crafting.Ingredient@16c88560, net.minecraft.item.crafting.Ingredient@19e50b1, net.minecraft.item.crafting.Ingredient@5b7b946, net.minecraft.item.crafting.Ingredient@19e50b1, net.minecraft.item.crafting.Ingredient@16c88560, net.minecraft.item.crafting.Ingredient@19e50b1, net.minecraft.item.crafting.Ingredient@16c88560]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3335 bibliocraft:birch_paintingframemiddle RecipeStage{tier='two', recipe=1xtile.BiblioCraft:PaintingFrameMiddle@2:[net.minecraft.item.crafting.Ingredient@25068cb1, net.minecraft.item.crafting.Ingredient@44bbdfc2, net.minecraft.item.crafting.Ingredient@25068cb1, net.minecraft.item.crafting.Ingredient@25068cb1, net.minecraft.item.crafting.Ingredient@71a0dd98, net.minecraft.item.crafting.Ingredient@25068cb1, net.minecraft.item.crafting.Ingredient@25068cb1, net.minecraft.item.crafting.Ingredient@44bbdfc2, net.minecraft.item.crafting.Ingredient@25068cb1]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3336 bibliocraft:birch_paintingframeflat RecipeStage{tier='two', recipe=1xtile.BiblioCraft:PaintingFrameFlat@2:[net.minecraft.item.crafting.Ingredient@e11c07, net.minecraft.item.crafting.Ingredient@e11c07, net.minecraft.item.crafting.Ingredient@e11c07, net.minecraft.item.crafting.Ingredient@e11c07, net.minecraft.item.crafting.Ingredient@41bb7a6c, net.minecraft.item.crafting.Ingredient@e11c07, net.minecraft.item.crafting.Ingredient@e11c07, net.minecraft.item.crafting.Ingredient@e11c07, net.minecraft.item.crafting.Ingredient@e11c07]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3337 bibliocraft:birch_paintingframefancy RecipeStage{tier='two', recipe=1xtile.BiblioCraft:PaintingFrameFancy@2:[net.minecraft.item.crafting.Ingredient@51eb6a4a, net.minecraft.item.crafting.Ingredient@51eb6a4a, net.minecraft.item.crafting.Ingredient@51eb6a4a, net.minecraft.item.crafting.Ingredient@51eb6a4a, net.minecraft.item.crafting.Ingredient@100bbb2f, net.minecraft.item.crafting.Ingredient@51eb6a4a, net.minecraft.item.crafting.Ingredient@51eb6a4a, net.minecraft.item.crafting.Ingredient@51eb6a4a, net.minecraft.item.crafting.Ingredient@51eb6a4a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3338 bibliocraft:birch_paintingframeborderless RecipeStage{tier='two', recipe=1xtile.BiblioCraft:PaintingFrameBorderless@2:[net.minecraft.item.crafting.Ingredient@c09179e, net.minecraft.item.crafting.Ingredient@1685f647, net.minecraft.item.crafting.Ingredient@c09179e, net.minecraft.item.crafting.Ingredient@1685f647, net.minecraft.item.crafting.Ingredient@1685f647, net.minecraft.item.crafting.Ingredient@1685f647, net.minecraft.item.crafting.Ingredient@c09179e, net.minecraft.item.crafting.Ingredient@1685f647, net.minecraft.item.crafting.Ingredient@c09179e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3339 bibliocraft:birch_mapframe RecipeStage{tier='two', recipe=1xtile.BiblioCraft:MapFrame@2:[net.minecraft.item.crafting.Ingredient@41dde8e2, net.minecraft.item.crafting.Ingredient@41dde8e2, net.minecraft.item.crafting.Ingredient@41dde8e2, net.minecraft.item.crafting.Ingredient@41dde8e2, net.minecraft.item.crafting.Ingredient@6799e078, net.minecraft.item.crafting.Ingredient@41dde8e2, net.minecraft.item.crafting.Ingredient@41dde8e2, net.minecraft.item.crafting.Ingredient@41dde8e2, net.minecraft.item.crafting.Ingredient@41dde8e2]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3340 bibliocraft:birch_label RecipeStage{tier='two', recipe=1xtile.BiblioCraft:Label@2:[net.minecraft.item.crafting.Ingredient@9cdba24, net.minecraft.item.crafting.Ingredient@9cdba24, net.minecraft.item.crafting.Ingredient@9cdba24, net.minecraft.item.crafting.Ingredient@9cdba24, net.minecraft.item.crafting.Ingredient@9cdba24, net.minecraft.item.crafting.Ingredient@9cdba24]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3341 bibliocraft:birch_furniturepaneler RecipeStage{tier='two', recipe=1xtile.BiblioCraft:FurniturePaneler@2:[net.minecraft.item.crafting.Ingredient@575347da, net.minecraft.item.crafting.Ingredient@7acb4a1c, net.minecraft.item.crafting.Ingredient@575347da, net.minecraft.item.crafting.Ingredient@8a5eb76, net.minecraft.item.crafting.Ingredient@8a5eb76, net.minecraft.item.crafting.Ingredient@8a5eb76, net.minecraft.item.crafting.Ingredient@a70ecc7, net.minecraft.item.crafting.Ingredient@a70ecc7, net.minecraft.item.crafting.Ingredient@a70ecc7]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3342 bibliocraft:birch_framedchest RecipeStage{tier='two', recipe=1xtile.BiblioCraft:FramedChest@2:[net.minecraft.item.crafting.Ingredient@100afebb, net.minecraft.item.crafting.Ingredient@100afebb, net.minecraft.item.crafting.Ingredient@100afebb, net.minecraft.item.crafting.Ingredient@100afebb, net.minecraft.item.crafting.Ingredient@e255a1e, net.minecraft.item.crafting.Ingredient@100afebb, net.minecraft.item.crafting.Ingredient@100afebb, net.minecraft.item.crafting.Ingredient@100afebb, net.minecraft.item.crafting.Ingredient@100afebb]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3343 bibliocraft:birch_fancyworkbench RecipeStage{tier='two', recipe=1xtile.BiblioCraft:FancyWorkbench@2:[net.minecraft.item.crafting.Ingredient@7300a3ef, net.minecraft.item.crafting.Ingredient@39d2c31f, net.minecraft.item.crafting.Ingredient@5d3267c5, net.minecraft.item.crafting.Ingredient@38507625, net.minecraft.item.crafting.Ingredient@147e0f57, net.minecraft.item.crafting.Ingredient@38507625, net.minecraft.item.crafting.Ingredient@38507625, net.minecraft.item.crafting.Ingredient@38507625, net.minecraft.item.crafting.Ingredient@38507625]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3344 bibliocraft:birch_fancysign RecipeStage{tier='two', recipe=1xtile.BiblioCraft:FancySign@2:[net.minecraft.item.crafting.Ingredient@71a6aca3, net.minecraft.item.crafting.Ingredient@51f6d19c, net.minecraft.item.crafting.Ingredient@49b006c0]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3345 bibliocraft:birch_desk RecipeStage{tier='two', recipe=1xtile.BiblioCraft:Desk@2:[net.minecraft.item.crafting.Ingredient@3064a33b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@44ce74fa, net.minecraft.item.crafting.Ingredient@3b5f575d, net.minecraft.item.crafting.Ingredient@3b5f575d, net.minecraft.item.crafting.Ingredient@3b5f575d, net.minecraft.item.crafting.Ingredient@3dbc50a0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3dbc50a0]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3346 bibliocraft:birch_clock RecipeStage{tier='three', recipe=1xtile.BiblioCraft:Clock@2:[net.minecraft.item.crafting.Ingredient@c9055e8, net.minecraft.item.crafting.Ingredient@7ad8bdf8, net.minecraft.item.crafting.Ingredient@c9055e8, net.minecraft.item.crafting.Ingredient@c9055e8, net.minecraft.item.crafting.Ingredient@6024244e, net.minecraft.item.crafting.Ingredient@c9055e8, net.minecraft.item.crafting.Ingredient@c9055e8, net.minecraft.item.crafting.Ingredient@3b83bc35, net.minecraft.item.crafting.Ingredient@c9055e8]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3347 bibliocraft:birch_case RecipeStage{tier='two', recipe=1xtile.BiblioCraft:Case@2:[net.minecraft.item.crafting.Ingredient@6db9e188, net.minecraft.item.crafting.Ingredient@10adc8cc, net.minecraft.item.crafting.Ingredient@6db9e188, net.minecraft.item.crafting.Ingredient@6db9e188, net.minecraft.item.crafting.Ingredient@4c2782c6, net.minecraft.item.crafting.Ingredient@6db9e188, net.minecraft.item.crafting.Ingredient@6db9e188, net.minecraft.item.crafting.Ingredient@6db9e188, net.minecraft.item.crafting.Ingredient@6db9e188]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3348 bibliocraft:birch_bookcase RecipeStage{tier='two', recipe=1xtile.BiblioCraft:Bookcase@2:[net.minecraft.item.crafting.Ingredient@1b422370, net.minecraft.item.crafting.Ingredient@23063bde, net.minecraft.item.crafting.Ingredient@1b422370, net.minecraft.item.crafting.Ingredient@1b422370, net.minecraft.item.crafting.Ingredient@23063bde, net.minecraft.item.crafting.Ingredient@1b422370, net.minecraft.item.crafting.Ingredient@1b422370, net.minecraft.item.crafting.Ingredient@23063bde, net.minecraft.item.crafting.Ingredient@1b422370]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3349 bibliocraft:birch_armorstand RecipeStage{tier='two', recipe=1xtile.BiblioCraft:ArmorStand@2:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@940b457, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@940b457, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@47aca9fe, net.minecraft.item.crafting.Ingredient@47aca9fe, net.minecraft.item.crafting.Ingredient@47aca9fe]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3350 bibliocraft:bigbook RecipeStage{tier='two', recipe=1xitem.BigBook@0:[net.minecraft.item.crafting.Ingredient@32206926, net.minecraft.item.crafting.Ingredient@32206926, net.minecraft.item.crafting.Ingredient@32206926, net.minecraft.item.crafting.Ingredient@32206926, net.minecraft.item.crafting.Ingredient@14df0c94, net.minecraft.item.crafting.Ingredient@32206926, net.minecraft.item.crafting.Ingredient@32206926, net.minecraft.item.crafting.Ingredient@32206926, net.minecraft.item.crafting.Ingredient@32206926]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3351 bibliocraft:biblioredbook net.minecraft.item.crafting.ShapelessRecipes@239a2229 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3352 bibliocraft:bibliodrill RecipeStage{tier='three', recipe=1xitem.BiblioDrill@0:[net.minecraft.item.crafting.Ingredient@74b195ba, net.minecraft.item.crafting.Ingredient@6c86420, net.minecraft.item.crafting.Ingredient@6c86420, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@51f1f188, net.minecraft.item.crafting.Ingredient@6c86420, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@77777e87]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3353 bibliocraft:biblioclipboard RecipeStage{tier='three', recipe=1xitem.BiblioClipboard@0:[net.minecraft.item.crafting.Ingredient@140ae29, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7e553df7, net.minecraft.item.crafting.Ingredient@2430e61a, net.minecraft.item.crafting.Ingredient@2430e61a, net.minecraft.item.crafting.Ingredient@2430e61a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@33ffcf39, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3354 bibliocraft:bibliochase RecipeStage{tier='three', recipe=1xitem.BiblioChase@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@39af1e4b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@39af1e4b, net.minecraft.item.crafting.Ingredient@59135539, net.minecraft.item.crafting.Ingredient@39af1e4b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@39af1e4b, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3355 bibliocraft:bell RecipeStage{tier='three', recipe=1xtile.BiblioCraft:Bell@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4a98ced2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@97f9d00, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@97f9d00, net.minecraft.item.crafting.Ingredient@2ef799cd, net.minecraft.item.crafting.Ingredient@97f9d00]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3356 bibliocraft:atlasbook RecipeStage{tier='two', recipe=1xitem.AtlasBook@0:[net.minecraft.item.crafting.Ingredient@4379eeea, net.minecraft.item.crafting.Ingredient@7f2c10fb, net.minecraft.item.crafting.Ingredient@4379eeea, net.minecraft.item.crafting.Ingredient@4379eeea, net.minecraft.item.crafting.Ingredient@1a5bc016, net.minecraft.item.crafting.Ingredient@4379eeea, net.minecraft.item.crafting.Ingredient@4379eeea, net.minecraft.item.crafting.Ingredient@5a2e32f3, net.minecraft.item.crafting.Ingredient@4379eeea]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3357 bibliocraft:acacia_toolrack RecipeStage{tier='one', recipe=1xtile.BiblioCraft:ToolRack@4:[net.minecraft.item.crafting.Ingredient@66602fbc, net.minecraft.item.crafting.Ingredient@66602fbc, net.minecraft.item.crafting.Ingredient@66602fbc, net.minecraft.item.crafting.Ingredient@66602fbc, net.minecraft.item.crafting.Ingredient@3b7c5952, net.minecraft.item.crafting.Ingredient@66602fbc, net.minecraft.item.crafting.Ingredient@66602fbc, net.minecraft.item.crafting.Ingredient@66602fbc, net.minecraft.item.crafting.Ingredient@66602fbc]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3358 bibliocraft:acacia_table RecipeStage{tier='two', recipe=1xtile.BiblioCraft:Table@4:[net.minecraft.item.crafting.Ingredient@59a1cbb2, net.minecraft.item.crafting.Ingredient@59a1cbb2, net.minecraft.item.crafting.Ingredient@59a1cbb2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3e535730, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3e535730, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3359 bibliocraft:acacia_shelf RecipeStage{tier='one', recipe=1xtile.BiblioCraft:Shelf@4:[net.minecraft.item.crafting.Ingredient@7ed39821, net.minecraft.item.crafting.Ingredient@7ed39821, net.minecraft.item.crafting.Ingredient@7ed39821, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1b1c30bc, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7ed39821, net.minecraft.item.crafting.Ingredient@7ed39821, net.minecraft.item.crafting.Ingredient@7ed39821]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3360 bibliocraft:acacia_seatback5 RecipeStage{tier='two', recipe=1xitem.seatback5@4:[net.minecraft.item.crafting.Ingredient@335c611d, net.minecraft.item.crafting.Ingredient@1fc71999, net.minecraft.item.crafting.Ingredient@498a7741]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3361 bibliocraft:acacia_seatback4 RecipeStage{tier='two', recipe=1xitem.seatback4@4:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@13697d96, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@776e7f6c, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3362 bibliocraft:acacia_seatback3 RecipeStage{tier='two', recipe=1xitem.seatback3@4:[net.minecraft.item.crafting.Ingredient@97d6c27, net.minecraft.item.crafting.Ingredient@6dafcea6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3363 bibliocraft:acacia_seatback2 RecipeStage{tier='two', recipe=1xitem.seatback2@4:[net.minecraft.item.crafting.Ingredient@7fa91a53, net.minecraft.item.crafting.Ingredient@261ba703, net.minecraft.item.crafting.Ingredient@7fa91a53, net.minecraft.item.crafting.Ingredient@7fa91a53, net.minecraft.item.crafting.Ingredient@427ab5e1, net.minecraft.item.crafting.Ingredient@7fa91a53, net.minecraft.item.crafting.Ingredient@7fa91a53, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7fa91a53]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3364 bibliocraft:acacia_seatback1 RecipeStage{tier='two', recipe=1xitem.seatback1@4:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7f20869, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@695d9d41, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6deb249f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6deb249f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3365 bibliocraft:acacia_seat RecipeStage{tier='two', recipe=1xtile.BiblioCraft:Seat@4:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@f1613d2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1e3af84f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@a32a3f1, net.minecraft.item.crafting.Ingredient@2fa45fad, net.minecraft.item.crafting.Ingredient@a32a3f1]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3366 bibliocraft:acacia_potionshelf RecipeStage{tier='three', recipe=1xtile.BiblioCraft:PotionShelf@4:[net.minecraft.item.crafting.Ingredient@40a54df, net.minecraft.item.crafting.Ingredient@40a54df, net.minecraft.item.crafting.Ingredient@40a54df, net.minecraft.item.crafting.Ingredient@4bc44ea3, net.minecraft.item.crafting.Ingredient@4c4843d6, net.minecraft.item.crafting.Ingredient@4bc44ea3, net.minecraft.item.crafting.Ingredient@40a54df, net.minecraft.item.crafting.Ingredient@40a54df, net.minecraft.item.crafting.Ingredient@40a54df]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3367 bibliocraft:acacia_paintingframesimple RecipeStage{tier='two', recipe=1xtile.BiblioCraft:PaintingFrameSimple@4:[net.minecraft.item.crafting.Ingredient@76d8c89e, net.minecraft.item.crafting.Ingredient@3aa2b4d3, net.minecraft.item.crafting.Ingredient@76d8c89e, net.minecraft.item.crafting.Ingredient@3aa2b4d3, net.minecraft.item.crafting.Ingredient@14e057d4, net.minecraft.item.crafting.Ingredient@3aa2b4d3, net.minecraft.item.crafting.Ingredient@76d8c89e, net.minecraft.item.crafting.Ingredient@3aa2b4d3, net.minecraft.item.crafting.Ingredient@76d8c89e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3368 bibliocraft:acacia_paintingframemiddle RecipeStage{tier='two', recipe=1xtile.BiblioCraft:PaintingFrameMiddle@4:[net.minecraft.item.crafting.Ingredient@234ad87d, net.minecraft.item.crafting.Ingredient@790a6689, net.minecraft.item.crafting.Ingredient@234ad87d, net.minecraft.item.crafting.Ingredient@234ad87d, net.minecraft.item.crafting.Ingredient@fe06f28, net.minecraft.item.crafting.Ingredient@234ad87d, net.minecraft.item.crafting.Ingredient@234ad87d, net.minecraft.item.crafting.Ingredient@790a6689, net.minecraft.item.crafting.Ingredient@234ad87d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3369 bibliocraft:acacia_paintingframeflat RecipeStage{tier='two', recipe=1xtile.BiblioCraft:PaintingFrameFlat@4:[net.minecraft.item.crafting.Ingredient@253473df, net.minecraft.item.crafting.Ingredient@253473df, net.minecraft.item.crafting.Ingredient@253473df, net.minecraft.item.crafting.Ingredient@253473df, net.minecraft.item.crafting.Ingredient@18a280f1, net.minecraft.item.crafting.Ingredient@253473df, net.minecraft.item.crafting.Ingredient@253473df, net.minecraft.item.crafting.Ingredient@253473df, net.minecraft.item.crafting.Ingredient@253473df]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3370 bibliocraft:acacia_paintingframefancy RecipeStage{tier='two', recipe=1xtile.BiblioCraft:PaintingFrameFancy@4:[net.minecraft.item.crafting.Ingredient@25de232, net.minecraft.item.crafting.Ingredient@25de232, net.minecraft.item.crafting.Ingredient@25de232, net.minecraft.item.crafting.Ingredient@25de232, net.minecraft.item.crafting.Ingredient@668fc181, net.minecraft.item.crafting.Ingredient@25de232, net.minecraft.item.crafting.Ingredient@25de232, net.minecraft.item.crafting.Ingredient@25de232, net.minecraft.item.crafting.Ingredient@25de232]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3371 bibliocraft:acacia_paintingframeborderless RecipeStage{tier='two', recipe=1xtile.BiblioCraft:PaintingFrameBorderless@4:[net.minecraft.item.crafting.Ingredient@2f849314, net.minecraft.item.crafting.Ingredient@74fc47d6, net.minecraft.item.crafting.Ingredient@2f849314, net.minecraft.item.crafting.Ingredient@74fc47d6, net.minecraft.item.crafting.Ingredient@74fc47d6, net.minecraft.item.crafting.Ingredient@74fc47d6, net.minecraft.item.crafting.Ingredient@2f849314, net.minecraft.item.crafting.Ingredient@74fc47d6, net.minecraft.item.crafting.Ingredient@2f849314]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3372 bibliocraft:acacia_mapframe RecipeStage{tier='two', recipe=1xtile.BiblioCraft:MapFrame@4:[net.minecraft.item.crafting.Ingredient@470e88ad, net.minecraft.item.crafting.Ingredient@470e88ad, net.minecraft.item.crafting.Ingredient@470e88ad, net.minecraft.item.crafting.Ingredient@470e88ad, net.minecraft.item.crafting.Ingredient@5671b1ce, net.minecraft.item.crafting.Ingredient@470e88ad, net.minecraft.item.crafting.Ingredient@470e88ad, net.minecraft.item.crafting.Ingredient@470e88ad, net.minecraft.item.crafting.Ingredient@470e88ad]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3373 bibliocraft:acacia_label RecipeStage{tier='two', recipe=1xtile.BiblioCraft:Label@4:[net.minecraft.item.crafting.Ingredient@18532f0c, net.minecraft.item.crafting.Ingredient@18532f0c, net.minecraft.item.crafting.Ingredient@18532f0c, net.minecraft.item.crafting.Ingredient@18532f0c, net.minecraft.item.crafting.Ingredient@18532f0c, net.minecraft.item.crafting.Ingredient@18532f0c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3374 bibliocraft:acacia_furniturepaneler RecipeStage{tier='two', recipe=1xtile.BiblioCraft:FurniturePaneler@4:[net.minecraft.item.crafting.Ingredient@6bb06238, net.minecraft.item.crafting.Ingredient@7e6d0a3f, net.minecraft.item.crafting.Ingredient@6bb06238, net.minecraft.item.crafting.Ingredient@34fce83b, net.minecraft.item.crafting.Ingredient@34fce83b, net.minecraft.item.crafting.Ingredient@34fce83b, net.minecraft.item.crafting.Ingredient@2c5d6608, net.minecraft.item.crafting.Ingredient@2c5d6608, net.minecraft.item.crafting.Ingredient@2c5d6608]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3375 bibliocraft:acacia_framedchest RecipeStage{tier='two', recipe=1xtile.BiblioCraft:FramedChest@4:[net.minecraft.item.crafting.Ingredient@117737a, net.minecraft.item.crafting.Ingredient@117737a, net.minecraft.item.crafting.Ingredient@117737a, net.minecraft.item.crafting.Ingredient@117737a, net.minecraft.item.crafting.Ingredient@7c53fe0c, net.minecraft.item.crafting.Ingredient@117737a, net.minecraft.item.crafting.Ingredient@117737a, net.minecraft.item.crafting.Ingredient@117737a, net.minecraft.item.crafting.Ingredient@117737a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3376 bibliocraft:acacia_fancyworkbench RecipeStage{tier='two', recipe=1xtile.BiblioCraft:FancyWorkbench@4:[net.minecraft.item.crafting.Ingredient@2b2f5aa5, net.minecraft.item.crafting.Ingredient@1821d507, net.minecraft.item.crafting.Ingredient@4967db3b, net.minecraft.item.crafting.Ingredient@13dee686, net.minecraft.item.crafting.Ingredient@65c69a32, net.minecraft.item.crafting.Ingredient@13dee686, net.minecraft.item.crafting.Ingredient@13dee686, net.minecraft.item.crafting.Ingredient@13dee686, net.minecraft.item.crafting.Ingredient@13dee686]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3377 bibliocraft:acacia_fancysign RecipeStage{tier='two', recipe=1xtile.BiblioCraft:FancySign@4:[net.minecraft.item.crafting.Ingredient@1d94a83c, net.minecraft.item.crafting.Ingredient@7f6d760f, net.minecraft.item.crafting.Ingredient@10d9b9c4]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3378 bibliocraft:acacia_desk RecipeStage{tier='two', recipe=1xtile.BiblioCraft:Desk@4:[net.minecraft.item.crafting.Ingredient@dd83a78, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@37ea6950, net.minecraft.item.crafting.Ingredient@632a0499, net.minecraft.item.crafting.Ingredient@632a0499, net.minecraft.item.crafting.Ingredient@632a0499, net.minecraft.item.crafting.Ingredient@57f93bc8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@57f93bc8]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3379 bibliocraft:acacia_clock RecipeStage{tier='three', recipe=1xtile.BiblioCraft:Clock@4:[net.minecraft.item.crafting.Ingredient@85f064a, net.minecraft.item.crafting.Ingredient@1967678e, net.minecraft.item.crafting.Ingredient@85f064a, net.minecraft.item.crafting.Ingredient@85f064a, net.minecraft.item.crafting.Ingredient@5c69c5b1, net.minecraft.item.crafting.Ingredient@85f064a, net.minecraft.item.crafting.Ingredient@85f064a, net.minecraft.item.crafting.Ingredient@5f080bc0, net.minecraft.item.crafting.Ingredient@85f064a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3380 bibliocraft:acacia_case RecipeStage{tier='two', recipe=1xtile.BiblioCraft:Case@4:[net.minecraft.item.crafting.Ingredient@f3342b, net.minecraft.item.crafting.Ingredient@68a98718, net.minecraft.item.crafting.Ingredient@f3342b, net.minecraft.item.crafting.Ingredient@f3342b, net.minecraft.item.crafting.Ingredient@6b9bbcb, net.minecraft.item.crafting.Ingredient@f3342b, net.minecraft.item.crafting.Ingredient@f3342b, net.minecraft.item.crafting.Ingredient@f3342b, net.minecraft.item.crafting.Ingredient@f3342b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3381 bibliocraft:acacia_bookcase RecipeStage{tier='two', recipe=1xtile.BiblioCraft:Bookcase@4:[net.minecraft.item.crafting.Ingredient@52dd538c, net.minecraft.item.crafting.Ingredient@f9d26fd, net.minecraft.item.crafting.Ingredient@52dd538c, net.minecraft.item.crafting.Ingredient@52dd538c, net.minecraft.item.crafting.Ingredient@f9d26fd, net.minecraft.item.crafting.Ingredient@52dd538c, net.minecraft.item.crafting.Ingredient@52dd538c, net.minecraft.item.crafting.Ingredient@f9d26fd, net.minecraft.item.crafting.Ingredient@52dd538c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3382 bibliocraft:acacia_armorstand RecipeStage{tier='two', recipe=1xtile.BiblioCraft:ArmorStand@4:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6e58786f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6e58786f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7eb7175e, net.minecraft.item.crafting.Ingredient@7eb7175e, net.minecraft.item.crafting.Ingredient@7eb7175e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3384 modularrouters:upgrade/security_upgrade RecipeStage{tier='four', recipe=1xitem.upgrade@2:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2fa9df91, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@63f30944, net.minecraft.item.crafting.Ingredient@4d05f892, net.minecraftforge.oredict.OreIngredient@63f30944, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@46e3a37, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3385 modularrouters:upgrade/muffler_upgrade RecipeStage{tier='four', recipe=1xitem.upgrade@6:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@953c05, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@953c05, net.minecraft.item.crafting.Ingredient@4d05f892, net.minecraft.item.crafting.Ingredient@953c05, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@953c05, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3386 modularrouters:upgrade/speed_upgrade RecipeStage{tier='four', recipe=1xitem.upgrade@1:[net.minecraft.item.crafting.Ingredient@65ef6239, net.minecraftforge.oredict.OreIngredient@5b07000c, net.minecraft.item.crafting.Ingredient@65ef6239, net.minecraftforge.oredict.OreIngredient@5b07000c, net.minecraft.item.crafting.Ingredient@4d05f892, net.minecraftforge.oredict.OreIngredient@5b07000c, net.minecraft.item.crafting.Ingredient@5586fed7, net.minecraft.item.crafting.Ingredient@1b4f823, net.minecraft.item.crafting.Ingredient@5586fed7]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3387 modularrouters:upgrade/camouflage_upgrade RecipeStage{tier='four', recipe=1xitem.upgrade@3:[net.minecraft.item.crafting.Ingredient@4d05f892, net.minecraftforge.oredict.OreIngredient@38f17700, net.minecraftforge.oredict.OreIngredient@27bcc04, net.minecraftforge.oredict.OreIngredient@78f1f483]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3388 modularrouters:upgrade/blast_upgrade RecipeStage{tier='four', recipe=1xitem.upgrade@7:[net.minecraft.item.crafting.Ingredient@69cd6d11, net.minecraftforge.oredict.OreIngredient@8bce07b, net.minecraft.item.crafting.Ingredient@69cd6d11, net.minecraftforge.oredict.OreIngredient@8bce07b, net.minecraft.item.crafting.Ingredient@4d05f892, net.minecraftforge.oredict.OreIngredient@8bce07b, net.minecraft.item.crafting.Ingredient@69cd6d11, net.minecraftforge.oredict.OreIngredient@8bce07b, net.minecraft.item.crafting.Ingredient@69cd6d11]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3391 modularrouters:upgrade/stack_upgrade RecipeStage{tier='four', recipe=1xitem.upgrade@0:[net.minecraft.item.crafting.Ingredient@4d05f892, net.minecraft.item.crafting.Ingredient@6de0abe9, net.minecraft.item.crafting.Ingredient@3243fcc3]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3392 modularrouters:augment/range_up_augment_2 RecipeStage{tier='four', recipe=1xitem.augment@2:[net.minecraft.item.crafting.Ingredient@55648591]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3393 modularrouters:augment/pickup_delay_augment RecipeStage{tier='four', recipe=1xitem.augment@1:[net.minecraft.item.crafting.Ingredient@6924a830, net.minecraftforge.oredict.OreIngredient@29d5f3b0]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3394 modularrouters:augment/regulator_augment RecipeStage{tier='four', recipe=1xitem.augment@5:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7ef524ce, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@bf29d4c, net.minecraft.item.crafting.Ingredient@6924a830, net.minecraft.item.crafting.Ingredient@bf29d4c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7ef524ce, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3395 modularrouters:augment/xp_vacuum_augment RecipeStage{tier='four', recipe=1xitem.augment@7:[net.minecraft.item.crafting.Ingredient@6924a830, net.minecraft.item.crafting.Ingredient@4a824994]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3396 modularrouters:augment/redstone_augment RecipeStage{tier='four', recipe=1xitem.augment@4:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3ac642f4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@39f47917, net.minecraft.item.crafting.Ingredient@6924a830, net.minecraftforge.oredict.OreIngredient@39f47917, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3ac642f4, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3397 modularrouters:augment/mimic_augment RecipeStage{tier='four', recipe=1xitem.augment@8:[net.minecraft.item.crafting.Ingredient@6924a830, net.minecraft.item.crafting.Ingredient@69bc537, net.minecraft.item.crafting.Ingredient@2cf1969a, net.minecraft.item.crafting.Ingredient@1876da82]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3398 modularrouters:augment/pushing_augment RecipeStage{tier='four', recipe=1xitem.augment@9:[net.minecraft.item.crafting.Ingredient@3b66090f, net.minecraft.item.crafting.Ingredient@6924a830, net.minecraft.item.crafting.Ingredient@3b66090f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3399 modularrouters:augment/stack_augment RecipeStage{tier='four', recipe=1xitem.augment@6:[net.minecraft.item.crafting.Ingredient@6924a830, net.minecraft.item.crafting.Ingredient@3657137f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3400 modularrouters:augment/range_down_augment RecipeStage{tier='four', recipe=1xitem.augment@3:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5cd26a0c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@384ad223, net.minecraft.item.crafting.Ingredient@6924a830, net.minecraftforge.oredict.OreIngredient@384ad223, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@384ad223, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3401 modularrouters:augment/fast_pickup_augment RecipeStage{tier='four', recipe=1xitem.augment@0:[net.minecraft.item.crafting.Ingredient@6924a830, net.minecraft.item.crafting.Ingredient@45a8ed40]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3402 modularrouters:augment/range_down_augment_2 RecipeStage{tier='four', recipe=1xitem.augment@3:[net.minecraft.item.crafting.Ingredient@6fa0a7a4]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3403 modularrouters:augment/range_up_augment RecipeStage{tier='four', recipe=1xitem.augment@2:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@19b6e4f4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@19b6e4f4, net.minecraft.item.crafting.Ingredient@6924a830, net.minecraftforge.oredict.OreIngredient@19b6e4f4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@605466b9, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3405 modularrouters:filter/regex_filter RecipeStage{tier='four', recipe=1xitem.filter@2:[net.minecraft.item.crafting.Ingredient@e1583d8, net.minecraft.item.crafting.Ingredient@201a211c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3406 modularrouters:filter/mod_filter RecipeStage{tier='four', recipe=1xitem.filter@1:[net.minecraft.item.crafting.Ingredient@e1583d8, net.minecraft.item.crafting.Ingredient@68b5da16, net.minecraft.item.crafting.Ingredient@13624df7]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3407 modularrouters:filter/inspection_filter RecipeStage{tier='four', recipe=1xitem.filter@3:[net.minecraft.item.crafting.Ingredient@4897f702, net.minecraft.item.crafting.Ingredient@e1583d8, net.minecraft.item.crafting.Ingredient@4897f702, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6e5dc55e, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3411 modularrouters:module/breaker_module RecipeStage{tier='four', recipe=1xitem.module@4:[net.minecraft.item.crafting.Ingredient@32936f1a, net.minecraft.item.crafting.Ingredient@5958154b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3412 modularrouters:module/fluid_module RecipeStage{tier='four', recipe=1xitem.module@14:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7306446f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@29f996a2, net.minecraft.item.crafting.Ingredient@769a4551, net.minecraftforge.oredict.OreIngredient@29f996a2]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3414 modularrouters:module/sender1_module RecipeStage{tier='four', recipe=1xitem.module@5:[net.minecraft.item.crafting.Ingredient@769a4551, net.minecraft.item.crafting.Ingredient@2ccb4669, net.minecraft.item.crafting.Ingredient@7e84a1c9]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3415 modularrouters:module/sender3_module RecipeStage{tier='four', recipe=1xitem.module@7:[net.minecraft.item.crafting.Ingredient@73c5fdd7, net.minecraft.item.crafting.Ingredient@61d96009, net.minecraft.item.crafting.Ingredient@1563f42b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3416 modularrouters:module/distributor_module RecipeStage{tier='four', recipe=1xitem.module@17:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@73c5fdd7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@73c5fdd7, net.minecraft.item.crafting.Ingredient@769a4551, net.minecraft.item.crafting.Ingredient@73c5fdd7]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3417 modularrouters:module/puller_module RecipeStage{tier='four', recipe=1xitem.module@8:[net.minecraft.item.crafting.Ingredient@769a4551, net.minecraft.item.crafting.Ingredient@7e360868]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3418 modularrouters:module/extruder_module RecipeStage{tier='four', recipe=1xitem.module@10:[net.minecraft.item.crafting.Ingredient@769a4551, net.minecraft.item.crafting.Ingredient@708b59cd, net.minecraft.item.crafting.Ingredient@12a8ee26]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3419 modularrouters:module/sender2_module RecipeStage{tier='four', recipe=1xitem.module@6:[net.minecraft.item.crafting.Ingredient@5e01a16b, net.minecraft.item.crafting.Ingredient@17065dfc]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3420 modularrouters:module/flinger_module RecipeStage{tier='four', recipe=1xitem.module@1:[net.minecraft.item.crafting.Ingredient@541f3ed2, net.minecraft.item.crafting.Ingredient@b882e4a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3421 modularrouters:module/puller2_module RecipeStage{tier='four', recipe=1xitem.module@9:[net.minecraft.item.crafting.Ingredient@ca69b8e, net.minecraft.item.crafting.Ingredient@5d6e8eab]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3422 modularrouters:module/extruder2_module RecipeStage{tier='four', recipe=1xitem.module@11:[net.minecraft.item.crafting.Ingredient@769a4551, net.minecraftforge.oredict.OreIngredient@611f8378]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3423 modularrouters:module/placer_module RecipeStage{tier='four', recipe=1xitem.module@3:[net.minecraft.item.crafting.Ingredient@769a4551, net.minecraft.item.crafting.Ingredient@41e560d7, net.minecraftforge.oredict.OreIngredient@253ac2a0]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3424 modularrouters:module/void_module RecipeStage{tier='four', recipe=1xitem.module@15:[net.minecraft.item.crafting.Ingredient@769a4551, net.minecraft.item.crafting.Ingredient@2028eb93]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3425 modularrouters:module/vacuum_module RecipeStage{tier='four', recipe=1xitem.module@2:[net.minecraft.item.crafting.Ingredient@769a4551, net.minecraft.item.crafting.Ingredient@1c882a7c, net.minecraft.item.crafting.Ingredient@47e4c247]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3426 modularrouters:module/detector_module RecipeStage{tier='four', recipe=1xitem.module@12:[net.minecraft.item.crafting.Ingredient@769a4551, net.minecraft.item.crafting.Ingredient@1751d08c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3427 modularrouters:module/activator_module RecipeStage{tier='four', recipe=1xitem.module@16:[net.minecraftforge.oredict.OreIngredient@e543d5c, net.minecraft.item.crafting.Ingredient@1ece6c6d, net.minecraftforge.oredict.OreIngredient@e543d5c, net.minecraft.item.crafting.Ingredient@574f347c, net.minecraft.item.crafting.Ingredient@769a4551, net.minecraft.item.crafting.Ingredient@574f347c, net.minecraftforge.oredict.OreIngredient@e543d5c, net.minecraftforge.oredict.OreIngredient@4097e035, net.minecraftforge.oredict.OreIngredient@e543d5c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3428 modularrouters:module/dropper_module RecipeStage{tier='four', recipe=1xitem.module@0:[net.minecraft.item.crafting.Ingredient@769a4551, net.minecraft.item.crafting.Ingredient@536dc468]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3430 bloodmagic:mimic_nohitbox RecipeStage{tier='three', recipe=4xtile.bloodmagic.mimic.@0:[net.minecraft.item.crafting.Ingredient@15303739, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@15303739, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@42e8c6b1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@15303739, WayofTime.bloodmagic.core.recipe.IngredientBloodOrb@423218f7, net.minecraft.item.crafting.Ingredient@15303739]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3432 bloodmagic:mimic_solidlight RecipeStage{tier='three', recipe=2xtile.bloodmagic.mimic.@3:[net.minecraft.item.crafting.Ingredient@73c4df5d, net.minecraftforge.oredict.OreIngredient@13e571c7, net.minecraft.item.crafting.Ingredient@73c4df5d, net.minecraftforge.oredict.OreIngredient@6ab4ed4d, net.minecraft.item.crafting.Ingredient@349af4e5, net.minecraftforge.oredict.OreIngredient@6ab4ed4d, net.minecraft.item.crafting.Ingredient@73c4df5d, WayofTime.bloodmagic.core.recipe.IngredientBloodOrb@611eba89, net.minecraft.item.crafting.Ingredient@73c4df5d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3433 bloodmagic:ritual_controller_master RecipeStage{tier='three', recipe=1xtile.bloodmagic.stone.ritual.@0:[net.minecraft.item.crafting.Ingredient@3bc9af7, net.minecraft.item.crafting.Ingredient@18e4fb2c, net.minecraft.item.crafting.Ingredient@3bc9af7, net.minecraft.item.crafting.Ingredient@18e4fb2c, WayofTime.bloodmagic.core.recipe.IngredientBloodOrb@e308551, net.minecraft.item.crafting.Ingredient@18e4fb2c, net.minecraft.item.crafting.Ingredient@3bc9af7, net.minecraft.item.crafting.Ingredient@18e4fb2c, net.minecraft.item.crafting.Ingredient@3bc9af7]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3434 bloodmagic:decorative_brick_bloodstone_tile RecipeStage{tier='three', recipe=16xtile.bloodmagic.@0:[net.minecraftforge.oredict.OreIngredient@4b8d401e, net.minecraft.item.crafting.Ingredient@5ecd3b93]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3435 bloodmagic:pack_self_sacrifice RecipeStage{tier='two', recipe=1xitem.bloodmagic.pack.selfSacrifice@0:[net.minecraftforge.oredict.OreIngredient@466eccc4, net.minecraft.item.crafting.Ingredient@51729b79, net.minecraftforge.oredict.OreIngredient@466eccc4, net.minecraft.item.crafting.Ingredient@c8a0417, net.minecraft.item.crafting.Ingredient@655871e8, net.minecraft.item.crafting.Ingredient@c8a0417, net.minecraftforge.oredict.OreIngredient@466eccc4, net.minecraft.item.crafting.Ingredient@2267b87d, net.minecraftforge.oredict.OreIngredient@466eccc4]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3437 bloodmagic:blood_rune/blood_rune_speed RecipeStage{tier='one', recipe=1xtile.bloodmagic.rune.@1:[net.minecraftforge.oredict.OreIngredient@4b8d401e, net.minecraft.item.crafting.Ingredient@3d211dd3, net.minecraftforge.oredict.OreIngredient@4b8d401e, net.minecraft.item.crafting.Ingredient@5690e480, net.minecraft.item.crafting.Ingredient@4e9ca813, net.minecraft.item.crafting.Ingredient@5690e480, net.minecraftforge.oredict.OreIngredient@4b8d401e, net.minecraft.item.crafting.Ingredient@3d211dd3, net.minecraftforge.oredict.OreIngredient@4b8d401e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3438 bloodmagic:blood_rune/blood_rune_orb RecipeStage{tier='three', recipe=1xtile.bloodmagic.rune.@8:[net.minecraftforge.oredict.OreIngredient@4b8d401e, WayofTime.bloodmagic.core.recipe.IngredientBloodOrb@1ac271b8, net.minecraftforge.oredict.OreIngredient@4b8d401e, net.minecraft.item.crafting.Ingredient@1b507657, WayofTime.bloodmagic.core.recipe.IngredientBloodOrb@7dd8d4a1, net.minecraft.item.crafting.Ingredient@1b507657, net.minecraftforge.oredict.OreIngredient@4b8d401e, WayofTime.bloodmagic.core.recipe.IngredientBloodOrb@1ac271b8, net.minecraftforge.oredict.OreIngredient@4b8d401e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3439 bloodmagic:blood_rune/blood_rune_capacity RecipeStage{tier='two', recipe=1xtile.bloodmagic.rune.@6:[net.minecraftforge.oredict.OreIngredient@4b8d401e, net.minecraft.item.crafting.Ingredient@4a573c23, net.minecraftforge.oredict.OreIngredient@4b8d401e, net.minecraft.item.crafting.Ingredient@4a573c23, net.minecraft.item.crafting.Ingredient@40766e5d, net.minecraft.item.crafting.Ingredient@4a573c23, net.minecraftforge.oredict.OreIngredient@4b8d401e, net.minecraft.item.crafting.Ingredient@743f7979, net.minecraftforge.oredict.OreIngredient@4b8d401e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3441 bloodmagic:blood_rune/blood_rune_acceleration RecipeStage{tier='two', recipe=1xtile.bloodmagic.rune.@9:[net.minecraft.item.crafting.Ingredient@321ed708, net.minecraft.item.crafting.Ingredient@2b48c30a, net.minecraft.item.crafting.Ingredient@321ed708, net.minecraftforge.oredict.OreIngredient@91ef87e, net.minecraft.item.crafting.Ingredient@7d5eaf24, net.minecraftforge.oredict.OreIngredient@91ef87e, net.minecraft.item.crafting.Ingredient@321ed708, WayofTime.bloodmagic.core.recipe.IngredientBloodOrb@20f2afca, net.minecraft.item.crafting.Ingredient@321ed708]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3442 bloodmagic:blood_rune/blood_rune_blank RecipeStage{tier='one', recipe=1xtile.bloodmagic.rune.@0:[net.minecraftforge.oredict.OreIngredient@4b8d401e, net.minecraftforge.oredict.OreIngredient@4b8d401e, net.minecraftforge.oredict.OreIngredient@4b8d401e, net.minecraft.item.crafting.Ingredient@34bb9fdb, WayofTime.bloodmagic.core.recipe.IngredientBloodOrb@549999c5, net.minecraft.item.crafting.Ingredient@34bb9fdb, net.minecraftforge.oredict.OreIngredient@4b8d401e, net.minecraftforge.oredict.OreIngredient@4b8d401e, net.minecraftforge.oredict.OreIngredient@4b8d401e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3443 bloodmagic:blood_rune/blood_rune_augcapacity RecipeStage{tier='three', recipe=1xtile.bloodmagic.rune.@7:[net.minecraft.item.crafting.Ingredient@516d5613, net.minecraft.item.crafting.Ingredient@8c7f6a4, net.minecraft.item.crafting.Ingredient@516d5613, net.minecraft.item.crafting.Ingredient@546bc88d, net.minecraft.item.crafting.Ingredient@8df0bf2, net.minecraft.item.crafting.Ingredient@546bc88d, net.minecraft.item.crafting.Ingredient@516d5613, WayofTime.bloodmagic.core.recipe.IngredientBloodOrb@33b91934, net.minecraft.item.crafting.Ingredient@516d5613]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3444 bloodmagic:blood_rune/blood_rune_displacement RecipeStage{tier='two', recipe=1xtile.bloodmagic.rune.@5:[net.minecraftforge.oredict.OreIngredient@4b8d401e, net.minecraft.item.crafting.Ingredient@5a2e879, net.minecraftforge.oredict.OreIngredient@4b8d401e, net.minecraft.item.crafting.Ingredient@5a2e879, net.minecraft.item.crafting.Ingredient@6466eedf, net.minecraft.item.crafting.Ingredient@5a2e879, net.minecraftforge.oredict.OreIngredient@4b8d401e, net.minecraft.item.crafting.Ingredient@23dcb37c, net.minecraftforge.oredict.OreIngredient@4b8d401e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3445 bloodmagic:blood_rune/blood_rune_charging RecipeStage{tier='three', recipe=1xtile.bloodmagic.rune.@10:[net.minecraftforge.oredict.OreIngredient@214b34c3, net.minecraft.item.crafting.Ingredient@1df72278, net.minecraftforge.oredict.OreIngredient@214b34c3, net.minecraftforge.oredict.OreIngredient@13e571c7, net.minecraft.item.crafting.Ingredient@13028241, net.minecraftforge.oredict.OreIngredient@13e571c7, net.minecraftforge.oredict.OreIngredient@214b34c3, WayofTime.bloodmagic.core.recipe.IngredientBloodOrb@1fe3c56b, net.minecraftforge.oredict.OreIngredient@214b34c3]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3447 bloodmagic:incense_altar RecipeStage{tier='one', recipe=1xtile.bloodmagic.incenseAltar@0:[net.minecraftforge.oredict.OreIngredient@4b8d401e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4b8d401e, net.minecraftforge.oredict.OreIngredient@4b8d401e, net.minecraft.item.crafting.Ingredient@25fc8580, net.minecraftforge.oredict.OreIngredient@4b8d401e, net.minecraftforge.oredict.OreIngredient@2b7c489, WayofTime.bloodmagic.core.recipe.IngredientBloodOrb@a9bf9c7, net.minecraftforge.oredict.OreIngredient@2b7c489]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3448 bloodmagic:ritual_controller_master_alt RecipeStage{tier='three', recipe=1xtile.bloodmagic.stone.ritual.@0:[net.minecraft.item.crafting.Ingredient@169758f7]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3449 bloodmagic:teleposition_focus_2 RecipeStage{tier='three', recipe=1xitem.bloodmagic.focus@2:[net.minecraft.item.crafting.Ingredient@5eee7be0, net.minecraft.item.crafting.Ingredient@738f69b2]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3450 bloodmagic:base_fluid_filter_0 RecipeStage{tier='three', recipe=1xitem.bloodmagic.fluidFilter.@0:[net.minecraftforge.oredict.OreIngredient@191718c6, net.minecraft.item.crafting.Ingredient@6fbdd0d2, net.minecraftforge.oredict.OreIngredient@191718c6, net.minecraft.item.crafting.Ingredient@6fbdd0d2, net.minecraft.item.crafting.Ingredient@5ce8e5f6, net.minecraft.item.crafting.Ingredient@6fbdd0d2, net.minecraftforge.oredict.OreIngredient@191718c6, net.minecraft.item.crafting.Ingredient@6fbdd0d2, net.minecraftforge.oredict.OreIngredient@191718c6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3451 bloodmagic:base_item_filter_3 RecipeStage{tier='three', recipe=1xitem.bloodmagic.itemFilter.@3:[net.minecraftforge.oredict.OreIngredient@191718c6, net.minecraftforge.oredict.OreIngredient@3a7412af, net.minecraftforge.oredict.OreIngredient@191718c6, net.minecraftforge.oredict.OreIngredient@3a7412af, net.minecraft.item.crafting.Ingredient@3aa5bf26, net.minecraftforge.oredict.OreIngredient@3a7412af, net.minecraftforge.oredict.OreIngredient@191718c6, net.minecraftforge.oredict.OreIngredient@3a7412af, net.minecraftforge.oredict.OreIngredient@191718c6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3452 bloodmagic:ritual_stone_reset RecipeStage{tier='three', recipe=1xtile.bloodmagic.ritualStone.@0:[net.minecraft.item.crafting.Ingredient@26be61cd]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3453 bloodmagic:blood_tank/blood_tank_11 RecipeStage{tier='three', recipe=1xtile.bloodmagic.bloodTank@11:[net.minecraft.item.crafting.Ingredient@434a7895, net.minecraft.item.crafting.Ingredient@7398932e, net.minecraft.item.crafting.Ingredient@434a7895, net.minecraft.item.crafting.Ingredient@5adab7ea, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5adab7ea, net.minecraft.item.crafting.Ingredient@434a7895, net.minecraft.item.crafting.Ingredient@434a7895, net.minecraft.item.crafting.Ingredient@434a7895]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3454 bloodmagic:blood_tank/blood_tank_8 RecipeStage{tier='three', recipe=1xtile.bloodmagic.bloodTank@8:[net.minecraft.item.crafting.Ingredient@1ac3d2f5, net.minecraft.item.crafting.Ingredient@27996a37, net.minecraft.item.crafting.Ingredient@1ac3d2f5, net.minecraft.item.crafting.Ingredient@78ff7b3b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@78ff7b3b, net.minecraft.item.crafting.Ingredient@1ac3d2f5, net.minecraft.item.crafting.Ingredient@1ac3d2f5, net.minecraft.item.crafting.Ingredient@1ac3d2f5]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3455 bloodmagic:blood_tank/blood_tank_3 RecipeStage{tier='three', recipe=1xtile.bloodmagic.bloodTank@3:[net.minecraft.item.crafting.Ingredient@4cca5dc6, net.minecraft.item.crafting.Ingredient@340318e1, net.minecraft.item.crafting.Ingredient@4cca5dc6, net.minecraft.item.crafting.Ingredient@49cc8b79, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@49cc8b79, net.minecraft.item.crafting.Ingredient@4cca5dc6, net.minecraft.item.crafting.Ingredient@4cca5dc6, net.minecraft.item.crafting.Ingredient@4cca5dc6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3456 bloodmagic:blood_tank/blood_tank_7 RecipeStage{tier='three', recipe=1xtile.bloodmagic.bloodTank@7:[net.minecraft.item.crafting.Ingredient@6777ea54, net.minecraft.item.crafting.Ingredient@62a0cdf9, net.minecraft.item.crafting.Ingredient@6777ea54, net.minecraft.item.crafting.Ingredient@2b347350, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2b347350, net.minecraft.item.crafting.Ingredient@6777ea54, net.minecraft.item.crafting.Ingredient@6777ea54, net.minecraft.item.crafting.Ingredient@6777ea54]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3457 bloodmagic:blood_tank/blood_tank_14 RecipeStage{tier='three', recipe=1xtile.bloodmagic.bloodTank@14:[net.minecraft.item.crafting.Ingredient@3c13e856, net.minecraft.item.crafting.Ingredient@2c0c9da7, net.minecraft.item.crafting.Ingredient@3c13e856, net.minecraft.item.crafting.Ingredient@f2d99a9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@f2d99a9, net.minecraft.item.crafting.Ingredient@3c13e856, net.minecraft.item.crafting.Ingredient@3c13e856, net.minecraft.item.crafting.Ingredient@3c13e856]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3458 bloodmagic:blood_tank/blood_tank_4 RecipeStage{tier='three', recipe=1xtile.bloodmagic.bloodTank@4:[net.minecraft.item.crafting.Ingredient@1e427ab6, net.minecraft.item.crafting.Ingredient@58f626d7, net.minecraft.item.crafting.Ingredient@1e427ab6, net.minecraft.item.crafting.Ingredient@2d5dadde, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2d5dadde, net.minecraft.item.crafting.Ingredient@1e427ab6, net.minecraft.item.crafting.Ingredient@1e427ab6, net.minecraft.item.crafting.Ingredient@1e427ab6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3459 bloodmagic:blood_tank/blood_tank_12 RecipeStage{tier='three', recipe=1xtile.bloodmagic.bloodTank@12:[net.minecraft.item.crafting.Ingredient@7e88553d, net.minecraft.item.crafting.Ingredient@65ace31d, net.minecraft.item.crafting.Ingredient@7e88553d, net.minecraft.item.crafting.Ingredient@21fc0312, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@21fc0312, net.minecraft.item.crafting.Ingredient@7e88553d, net.minecraft.item.crafting.Ingredient@7e88553d, net.minecraft.item.crafting.Ingredient@7e88553d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3460 bloodmagic:blood_tank/blood_tank_9 RecipeStage{tier='three', recipe=1xtile.bloodmagic.bloodTank@9:[net.minecraft.item.crafting.Ingredient@390d6779, net.minecraft.item.crafting.Ingredient@660e57cb, net.minecraft.item.crafting.Ingredient@390d6779, net.minecraft.item.crafting.Ingredient@696247dd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@696247dd, net.minecraft.item.crafting.Ingredient@390d6779, net.minecraft.item.crafting.Ingredient@390d6779, net.minecraft.item.crafting.Ingredient@390d6779]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3461 bloodmagic:blood_tank/blood_tank_13 RecipeStage{tier='three', recipe=1xtile.bloodmagic.bloodTank@13:[net.minecraft.item.crafting.Ingredient@6c6a27be, net.minecraft.item.crafting.Ingredient@520a567a, net.minecraft.item.crafting.Ingredient@6c6a27be, net.minecraft.item.crafting.Ingredient@1ae770ae, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1ae770ae, net.minecraft.item.crafting.Ingredient@6c6a27be, net.minecraft.item.crafting.Ingredient@6c6a27be, net.minecraft.item.crafting.Ingredient@6c6a27be]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3462 bloodmagic:blood_tank/blood_tank_5 RecipeStage{tier='three', recipe=1xtile.bloodmagic.bloodTank@5:[net.minecraft.item.crafting.Ingredient@7f72b0f9, net.minecraft.item.crafting.Ingredient@f6d6917, net.minecraft.item.crafting.Ingredient@7f72b0f9, net.minecraft.item.crafting.Ingredient@161110cb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@161110cb, net.minecraft.item.crafting.Ingredient@7f72b0f9, net.minecraft.item.crafting.Ingredient@7f72b0f9, net.minecraft.item.crafting.Ingredient@7f72b0f9]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3463 bloodmagic:blood_tank/blood_tank_1 RecipeStage{tier='three', recipe=1xtile.bloodmagic.bloodTank@1:[net.minecraft.item.crafting.Ingredient@56eb0c42, net.minecraft.item.crafting.Ingredient@7502bab0, net.minecraft.item.crafting.Ingredient@56eb0c42, net.minecraft.item.crafting.Ingredient@40c898cc, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@40c898cc, net.minecraft.item.crafting.Ingredient@56eb0c42, net.minecraft.item.crafting.Ingredient@56eb0c42, net.minecraft.item.crafting.Ingredient@56eb0c42]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3464 bloodmagic:blood_tank/blood_tank_0 RecipeStage{tier='three', recipe=1xtile.bloodmagic.bloodTank@0:[net.minecraft.item.crafting.Ingredient@74189788, net.minecraft.item.crafting.Ingredient@7a81c877, net.minecraft.item.crafting.Ingredient@74189788, net.minecraftforge.oredict.OreIngredient@466eccc4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@466eccc4, net.minecraft.item.crafting.Ingredient@74189788, net.minecraft.item.crafting.Ingredient@74189788, net.minecraft.item.crafting.Ingredient@74189788]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3465 bloodmagic:blood_tank/blood_tank_2 RecipeStage{tier='three', recipe=1xtile.bloodmagic.bloodTank@2:[net.minecraft.item.crafting.Ingredient@61b7ccbf, net.minecraft.item.crafting.Ingredient@6cbf9e55, net.minecraft.item.crafting.Ingredient@61b7ccbf, net.minecraft.item.crafting.Ingredient@61786a14, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@61786a14, net.minecraft.item.crafting.Ingredient@61b7ccbf, net.minecraft.item.crafting.Ingredient@61b7ccbf, net.minecraft.item.crafting.Ingredient@61b7ccbf]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3466 bloodmagic:blood_tank/blood_tank_10 RecipeStage{tier='three', recipe=1xtile.bloodmagic.bloodTank@10:[net.minecraft.item.crafting.Ingredient@12dd5942, net.minecraft.item.crafting.Ingredient@54c0d345, net.minecraft.item.crafting.Ingredient@12dd5942, net.minecraft.item.crafting.Ingredient@222b26cb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@222b26cb, net.minecraft.item.crafting.Ingredient@12dd5942, net.minecraft.item.crafting.Ingredient@12dd5942, net.minecraft.item.crafting.Ingredient@12dd5942]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3467 bloodmagic:blood_tank/blood_tank_15 RecipeStage{tier='three', recipe=1xtile.bloodmagic.bloodTank@15:[net.minecraft.item.crafting.Ingredient@7e9c07a7, net.minecraft.item.crafting.Ingredient@3d62895d, net.minecraft.item.crafting.Ingredient@7e9c07a7, net.minecraft.item.crafting.Ingredient@7cae343b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7cae343b, net.minecraft.item.crafting.Ingredient@7e9c07a7, net.minecraft.item.crafting.Ingredient@7e9c07a7, net.minecraft.item.crafting.Ingredient@7e9c07a7]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3468 bloodmagic:blood_tank/blood_tank_6 RecipeStage{tier='three', recipe=1xtile.bloodmagic.bloodTank@6:[net.minecraft.item.crafting.Ingredient@109bcc08, net.minecraft.item.crafting.Ingredient@5e9b984, net.minecraft.item.crafting.Ingredient@109bcc08, net.minecraft.item.crafting.Ingredient@72985481, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@72985481, net.minecraft.item.crafting.Ingredient@109bcc08, net.minecraft.item.crafting.Ingredient@109bcc08, net.minecraft.item.crafting.Ingredient@109bcc08]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3469 bloodmagic:ritual_stone_blank RecipeStage{tier='three', recipe=4xtile.bloodmagic.ritualStone.@0:[net.minecraft.item.crafting.Ingredient@10e24a7d, net.minecraft.item.crafting.Ingredient@122e5ef, net.minecraft.item.crafting.Ingredient@10e24a7d, net.minecraft.item.crafting.Ingredient@122e5ef, WayofTime.bloodmagic.core.recipe.IngredientBloodOrb@75a894e4, net.minecraft.item.crafting.Ingredient@122e5ef, net.minecraft.item.crafting.Ingredient@10e24a7d, net.minecraft.item.crafting.Ingredient@122e5ef, net.minecraft.item.crafting.Ingredient@10e24a7d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3470 bloodmagic:base_item_filter_2 RecipeStage{tier='three', recipe=1xitem.bloodmagic.itemFilter.@2:[net.minecraftforge.oredict.OreIngredient@191718c6, net.minecraftforge.oredict.OreIngredient@6db1d71, net.minecraftforge.oredict.OreIngredient@191718c6, net.minecraftforge.oredict.OreIngredient@6db1d71, net.minecraft.item.crafting.Ingredient@1747908, net.minecraftforge.oredict.OreIngredient@6db1d71, net.minecraftforge.oredict.OreIngredient@191718c6, net.minecraftforge.oredict.OreIngredient@6db1d71, net.minecraftforge.oredict.OreIngredient@191718c6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3473 bloodmagic:ritual_reader RecipeStage{tier='three', recipe=1xitem.bloodmagic.ritualReader@0:[net.minecraftforge.oredict.OreIngredient@466eccc4, WayofTime.bloodmagic.core.recipe.IngredientBloodOrb@130ab49, net.minecraftforge.oredict.OreIngredient@466eccc4, net.minecraftforge.oredict.OreIngredient@91ef87e, net.minecraft.item.crafting.Ingredient@859c031, net.minecraftforge.oredict.OreIngredient@91ef87e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@859c031, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3474 bloodmagic:demon_decor/demon_brick_2_tilespecial_steadfast RecipeStage{tier='three', recipe=9xtile.bloodmagic.bricks2.@14:[net.minecraft.item.crafting.Ingredient@5ed16a, net.minecraft.item.crafting.Ingredient@75f43329, net.minecraft.item.crafting.Ingredient@5ed16a, net.minecraft.item.crafting.Ingredient@75f43329, net.minecraft.item.crafting.Ingredient@45e9007d, net.minecraft.item.crafting.Ingredient@75f43329, net.minecraft.item.crafting.Ingredient@5ed16a, net.minecraft.item.crafting.Ingredient@75f43329, net.minecraft.item.crafting.Ingredient@5ed16a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3475 bloodmagic:demon_decor/demon_brick_2_smallbrick_destructive RecipeStage{tier='three', recipe=4xtile.bloodmagic.bricks2.@2:[net.minecraft.item.crafting.Ingredient@6ce050b6, net.minecraft.item.crafting.Ingredient@6ce050b6, net.minecraft.item.crafting.Ingredient@6ce050b6, net.minecraft.item.crafting.Ingredient@6ce050b6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3476 bloodmagic:demon_decor/demon_pillar_1_raw RecipeStage{tier='three', recipe=6xtile.bloodmagic.pillar1.@0:[net.minecraft.item.crafting.Ingredient@356ca1b0, net.minecraft.item.crafting.Ingredient@356ca1b0, net.minecraft.item.crafting.Ingredient@356ca1b0, net.minecraft.item.crafting.Ingredient@356ca1b0, net.minecraft.item.crafting.Ingredient@356ca1b0, net.minecraft.item.crafting.Ingredient@356ca1b0]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3477 bloodmagic:demon_decor/demon_extras_polished_stone_raw RecipeStage{tier='three', recipe=4xtile.bloodmagic.extras.@5:[net.minecraft.item.crafting.Ingredient@35e35e00, net.minecraft.item.crafting.Ingredient@35e35e00, net.minecraft.item.crafting.Ingredient@35e35e00, net.minecraft.item.crafting.Ingredient@35e35e00]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3478 bloodmagic:demon_decor/demon_brick_2_tilespecial_corrosive RecipeStage{tier='three', recipe=9xtile.bloodmagic.bricks2.@11:[net.minecraft.item.crafting.Ingredient@3bb8140e, net.minecraft.item.crafting.Ingredient@21bf1348, net.minecraft.item.crafting.Ingredient@3bb8140e, net.minecraft.item.crafting.Ingredient@21bf1348, net.minecraft.item.crafting.Ingredient@568eb79e, net.minecraft.item.crafting.Ingredient@21bf1348, net.minecraft.item.crafting.Ingredient@3bb8140e, net.minecraft.item.crafting.Ingredient@21bf1348, net.minecraft.item.crafting.Ingredient@3bb8140e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3479 bloodmagic:demon_decor/demon_wall_1_large_steadfast RecipeStage{tier='three', recipe=6xtile.bloodmagic.wall1.@14:[net.minecraft.item.crafting.Ingredient@616cc4cf, net.minecraft.item.crafting.Ingredient@616cc4cf, net.minecraft.item.crafting.Ingredient@616cc4cf, net.minecraft.item.crafting.Ingredient@616cc4cf, net.minecraft.item.crafting.Ingredient@616cc4cf, net.minecraft.item.crafting.Ingredient@616cc4cf]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3480 bloodmagic:demon_decor/demon_light_steadfast RecipeStage{tier='three', recipe=5xtile.bloodmagic.demonlight.@4:[net.minecraft.item.crafting.Ingredient@29b94fef, net.minecraft.item.crafting.Ingredient@735b66e6, net.minecraft.item.crafting.Ingredient@29b94fef, net.minecraft.item.crafting.Ingredient@735b66e6, net.minecraft.item.crafting.Ingredient@735b66e6, net.minecraft.item.crafting.Ingredient@735b66e6, net.minecraft.item.crafting.Ingredient@29b94fef, net.minecraft.item.crafting.Ingredient@735b66e6, net.minecraft.item.crafting.Ingredient@29b94fef]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3481 bloodmagic:demon_decor/demon_wall_1_smallbrick_raw RecipeStage{tier='three', recipe=6xtile.bloodmagic.wall1.@5:[net.minecraft.item.crafting.Ingredient@517bebda, net.minecraft.item.crafting.Ingredient@517bebda, net.minecraft.item.crafting.Ingredient@517bebda, net.minecraft.item.crafting.Ingredient@517bebda, net.minecraft.item.crafting.Ingredient@517bebda, net.minecraft.item.crafting.Ingredient@517bebda]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3482 bloodmagic:demon_decor/demon_wall_1_brick_destructive RecipeStage{tier='three', recipe=6xtile.bloodmagic.wall1.@2:[net.minecraft.item.crafting.Ingredient@3aa3180e, net.minecraft.item.crafting.Ingredient@3aa3180e, net.minecraft.item.crafting.Ingredient@3aa3180e, net.minecraft.item.crafting.Ingredient@3aa3180e, net.minecraft.item.crafting.Ingredient@3aa3180e, net.minecraft.item.crafting.Ingredient@3aa3180e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3483 bloodmagic:demon_decor/demon_wall_1_brick_corrosive RecipeStage{tier='three', recipe=6xtile.bloodmagic.wall1.@1:[net.minecraft.item.crafting.Ingredient@1ca4faf4, net.minecraft.item.crafting.Ingredient@1ca4faf4, net.minecraft.item.crafting.Ingredient@1ca4faf4, net.minecraft.item.crafting.Ingredient@1ca4faf4, net.minecraft.item.crafting.Ingredient@1ca4faf4, net.minecraft.item.crafting.Ingredient@1ca4faf4]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3484 bloodmagic:demon_decor/demon_wall_1_large_corrosive RecipeStage{tier='three', recipe=6xtile.bloodmagic.wall1.@11:[net.minecraft.item.crafting.Ingredient@5b436b98, net.minecraft.item.crafting.Ingredient@5b436b98, net.minecraft.item.crafting.Ingredient@5b436b98, net.minecraft.item.crafting.Ingredient@5b436b98, net.minecraft.item.crafting.Ingredient@5b436b98, net.minecraft.item.crafting.Ingredient@5b436b98]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3485 bloodmagic:demon_decor/demon_wall_1_brick_vengeful RecipeStage{tier='three', recipe=6xtile.bloodmagic.wall1.@3:[net.minecraft.item.crafting.Ingredient@1ab830a8, net.minecraft.item.crafting.Ingredient@1ab830a8, net.minecraft.item.crafting.Ingredient@1ab830a8, net.minecraft.item.crafting.Ingredient@1ab830a8, net.minecraft.item.crafting.Ingredient@1ab830a8, net.minecraft.item.crafting.Ingredient@1ab830a8]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3486 bloodmagic:demon_decor/demon_brick_2_tile_destructive RecipeStage{tier='three', recipe=9xtile.bloodmagic.bricks2.@7:[net.minecraft.item.crafting.Ingredient@6dff70f5, net.minecraft.item.crafting.Ingredient@6b481e1b, net.minecraft.item.crafting.Ingredient@6dff70f5, net.minecraft.item.crafting.Ingredient@6b481e1b, net.minecraft.item.crafting.Ingredient@6b481e1b, net.minecraft.item.crafting.Ingredient@6b481e1b, net.minecraft.item.crafting.Ingredient@6dff70f5, net.minecraft.item.crafting.Ingredient@6b481e1b, net.minecraft.item.crafting.Ingredient@6dff70f5]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3487 bloodmagic:demon_decor/demon_extras_polished_stone_destructive RecipeStage{tier='three', recipe=4xtile.bloodmagic.extras.@7:[net.minecraft.item.crafting.Ingredient@4d72d611, net.minecraft.item.crafting.Ingredient@4d72d611, net.minecraft.item.crafting.Ingredient@4d72d611, net.minecraft.item.crafting.Ingredient@4d72d611]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3488 bloodmagic:demon_decor/demon_extras_polished_stone_vengeful RecipeStage{tier='three', recipe=4xtile.bloodmagic.extras.@8:[net.minecraft.item.crafting.Ingredient@4e2d7e3f, net.minecraft.item.crafting.Ingredient@4e2d7e3f, net.minecraft.item.crafting.Ingredient@4e2d7e3f, net.minecraft.item.crafting.Ingredient@4e2d7e3f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3489 bloodmagic:demon_decor/demon_brick_2_smallbrick_steadfast RecipeStage{tier='three', recipe=4xtile.bloodmagic.bricks2.@4:[net.minecraft.item.crafting.Ingredient@64ef8272, net.minecraft.item.crafting.Ingredient@64ef8272, net.minecraft.item.crafting.Ingredient@64ef8272, net.minecraft.item.crafting.Ingredient@64ef8272]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3490 bloodmagic:demon_decor/demon_wall_1_large_vengeful RecipeStage{tier='three', recipe=6xtile.bloodmagic.wall1.@13:[net.minecraft.item.crafting.Ingredient@2fb818c4, net.minecraft.item.crafting.Ingredient@2fb818c4, net.minecraft.item.crafting.Ingredient@2fb818c4, net.minecraft.item.crafting.Ingredient@2fb818c4, net.minecraft.item.crafting.Ingredient@2fb818c4, net.minecraft.item.crafting.Ingredient@2fb818c4]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3491 bloodmagic:demon_decor/demon_light_corrosive RecipeStage{tier='three', recipe=5xtile.bloodmagic.demonlight.@1:[net.minecraft.item.crafting.Ingredient@57e4ea1c, net.minecraft.item.crafting.Ingredient@57b53834, net.minecraft.item.crafting.Ingredient@57e4ea1c, net.minecraft.item.crafting.Ingredient@57b53834, net.minecraft.item.crafting.Ingredient@57b53834, net.minecraft.item.crafting.Ingredient@57b53834, net.minecraft.item.crafting.Ingredient@57e4ea1c, net.minecraft.item.crafting.Ingredient@57b53834, net.minecraft.item.crafting.Ingredient@57e4ea1c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3492 bloodmagic:demon_decor/demon_extras_stone_corrosive RecipeStage{tier='three', recipe=16xtile.bloodmagic.extras.@1:[net.minecraft.item.crafting.Ingredient@7b8929ac, net.minecraftforge.oredict.OreIngredient@4b8d401e, net.minecraftforge.oredict.OreIngredient@4b8d401e, net.minecraftforge.oredict.OreIngredient@4b8d401e, net.minecraftforge.oredict.OreIngredient@4b8d401e, net.minecraftforge.oredict.OreIngredient@4b8d401e, net.minecraftforge.oredict.OreIngredient@4b8d401e, net.minecraftforge.oredict.OreIngredient@4b8d401e, net.minecraftforge.oredict.OreIngredient@4b8d401e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3493 bloodmagic:demon_decor/demon_pillar_2_corrosive RecipeStage{tier='three', recipe=8xtile.bloodmagic.pillar2.@1:[net.minecraft.item.crafting.Ingredient@38f6a35e, net.minecraft.item.crafting.Ingredient@38f6a35e, net.minecraft.item.crafting.Ingredient@38f6a35e, net.minecraft.item.crafting.Ingredient@38f6a35e, net.minecraft.item.crafting.Ingredient@46a2b12e, net.minecraft.item.crafting.Ingredient@38f6a35e, net.minecraft.item.crafting.Ingredient@38f6a35e, net.minecraft.item.crafting.Ingredient@38f6a35e, net.minecraft.item.crafting.Ingredient@38f6a35e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3494 bloodmagic:demon_decor/demon_extras_stone_raw RecipeStage{tier='three', recipe=16xtile.bloodmagic.extras.@0:[net.minecraft.item.crafting.Ingredient@2c706ca5, net.minecraftforge.oredict.OreIngredient@4b8d401e, net.minecraftforge.oredict.OreIngredient@4b8d401e, net.minecraftforge.oredict.OreIngredient@4b8d401e, net.minecraftforge.oredict.OreIngredient@4b8d401e, net.minecraftforge.oredict.OreIngredient@4b8d401e, net.minecraftforge.oredict.OreIngredient@4b8d401e, net.minecraftforge.oredict.OreIngredient@4b8d401e, net.minecraftforge.oredict.OreIngredient@4b8d401e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3495 bloodmagic:demon_decor/demon_extras_stone_destructive RecipeStage{tier='three', recipe=16xtile.bloodmagic.extras.@2:[net.minecraft.item.crafting.Ingredient@13d69a1f, net.minecraftforge.oredict.OreIngredient@4b8d401e, net.minecraftforge.oredict.OreIngredient@4b8d401e, net.minecraftforge.oredict.OreIngredient@4b8d401e, net.minecraftforge.oredict.OreIngredient@4b8d401e, net.minecraftforge.oredict.OreIngredient@4b8d401e, net.minecraftforge.oredict.OreIngredient@4b8d401e, net.minecraftforge.oredict.OreIngredient@4b8d401e, net.minecraftforge.oredict.OreIngredient@4b8d401e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3496 bloodmagic:demon_decor/demon_brick_1_brick1_steadfast RecipeStage{tier='three', recipe=4xtile.bloodmagic.bricks1.@4:[net.minecraft.item.crafting.Ingredient@7bea7284, net.minecraft.item.crafting.Ingredient@7bea7284, net.minecraft.item.crafting.Ingredient@7bea7284, net.minecraft.item.crafting.Ingredient@7bea7284]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3497 bloodmagic:demon_decor/demon_pillar_cap_2_vengeful RecipeStage{tier='three', recipe=6xtile.bloodmagic.pillarCap2.@1:[net.minecraft.item.crafting.Ingredient@4457708a, net.minecraft.item.crafting.Ingredient@4457708a, net.minecraft.item.crafting.Ingredient@4457708a, net.minecraft.item.crafting.Ingredient@4457708a, net.minecraft.item.crafting.Ingredient@4457708a, net.minecraft.item.crafting.Ingredient@4457708a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3498 bloodmagic:demon_decor/demon_pillar_2_vengeful RecipeStage{tier='three', recipe=8xtile.bloodmagic.pillar2.@3:[net.minecraft.item.crafting.Ingredient@7b152b67, net.minecraft.item.crafting.Ingredient@7b152b67, net.minecraft.item.crafting.Ingredient@7b152b67, net.minecraft.item.crafting.Ingredient@7b152b67, net.minecraft.item.crafting.Ingredient@262a7d18, net.minecraft.item.crafting.Ingredient@7b152b67, net.minecraft.item.crafting.Ingredient@7b152b67, net.minecraft.item.crafting.Ingredient@7b152b67, net.minecraft.item.crafting.Ingredient@7b152b67]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3499 bloodmagic:demon_decor/demon_brick_1_brick1_raw RecipeStage{tier='three', recipe=4xtile.bloodmagic.bricks1.@0:[net.minecraft.item.crafting.Ingredient@2e52af9b, net.minecraft.item.crafting.Ingredient@2e52af9b, net.minecraft.item.crafting.Ingredient@2e52af9b, net.minecraft.item.crafting.Ingredient@2e52af9b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3500 bloodmagic:demon_decor/demon_pillar_cap_1_raw RecipeStage{tier='three', recipe=6xtile.bloodmagic.pillarCap1.@0:[net.minecraft.item.crafting.Ingredient@21a4c7ca, net.minecraft.item.crafting.Ingredient@21a4c7ca, net.minecraft.item.crafting.Ingredient@21a4c7ca, net.minecraft.item.crafting.Ingredient@21a4c7ca, net.minecraft.item.crafting.Ingredient@21a4c7ca, net.minecraft.item.crafting.Ingredient@21a4c7ca]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3501 bloodmagic:demon_decor/demon_brick_2_tile_raw RecipeStage{tier='three', recipe=9xtile.bloodmagic.bricks2.@5:[net.minecraft.item.crafting.Ingredient@554c0a53, net.minecraft.item.crafting.Ingredient@13c73a6b, net.minecraft.item.crafting.Ingredient@554c0a53, net.minecraft.item.crafting.Ingredient@13c73a6b, net.minecraft.item.crafting.Ingredient@13c73a6b, net.minecraft.item.crafting.Ingredient@13c73a6b, net.minecraft.item.crafting.Ingredient@554c0a53, net.minecraft.item.crafting.Ingredient@13c73a6b, net.minecraft.item.crafting.Ingredient@554c0a53]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3502 bloodmagic:demon_decor/demon_brick_2_smallbrick_raw RecipeStage{tier='three', recipe=4xtile.bloodmagic.bricks2.@0:[net.minecraft.item.crafting.Ingredient@7c11cf13, net.minecraft.item.crafting.Ingredient@7c11cf13, net.minecraft.item.crafting.Ingredient@7c11cf13, net.minecraft.item.crafting.Ingredient@7c11cf13]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3503 bloodmagic:demon_decor/demon_wall_1_brick_raw RecipeStage{tier='three', recipe=6xtile.bloodmagic.wall1.@0:[net.minecraft.item.crafting.Ingredient@73ad4ed0, net.minecraft.item.crafting.Ingredient@73ad4ed0, net.minecraft.item.crafting.Ingredient@73ad4ed0, net.minecraft.item.crafting.Ingredient@73ad4ed0, net.minecraft.item.crafting.Ingredient@73ad4ed0, net.minecraft.item.crafting.Ingredient@73ad4ed0]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3504 bloodmagic:demon_decor/demon_stairs_1_corrosive RecipeStage{tier='three', recipe=8xtile.bloodmagic.stairs1.@1:[net.minecraft.item.crafting.Ingredient@70169b6a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@70169b6a, net.minecraft.item.crafting.Ingredient@70169b6a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@70169b6a, net.minecraft.item.crafting.Ingredient@70169b6a, net.minecraft.item.crafting.Ingredient@70169b6a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3505 bloodmagic:demon_decor/demon_light_vengeful RecipeStage{tier='three', recipe=5xtile.bloodmagic.demonlight.@3:[net.minecraft.item.crafting.Ingredient@7993920f, net.minecraft.item.crafting.Ingredient@6a4a82ea, net.minecraft.item.crafting.Ingredient@7993920f, net.minecraft.item.crafting.Ingredient@6a4a82ea, net.minecraft.item.crafting.Ingredient@6a4a82ea, net.minecraft.item.crafting.Ingredient@6a4a82ea, net.minecraft.item.crafting.Ingredient@7993920f, net.minecraft.item.crafting.Ingredient@6a4a82ea, net.minecraft.item.crafting.Ingredient@7993920f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3506 bloodmagic:demon_decor/demon_pillar_1_corrosive RecipeStage{tier='three', recipe=6xtile.bloodmagic.pillar1.@1:[net.minecraft.item.crafting.Ingredient@6185a6c2, net.minecraft.item.crafting.Ingredient@6185a6c2, net.minecraft.item.crafting.Ingredient@6185a6c2, net.minecraft.item.crafting.Ingredient@6185a6c2, net.minecraft.item.crafting.Ingredient@6185a6c2, net.minecraft.item.crafting.Ingredient@6185a6c2]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3507 bloodmagic:demon_decor/demon_brick_2_tilespecial_vengeful RecipeStage{tier='three', recipe=9xtile.bloodmagic.bricks2.@13:[net.minecraft.item.crafting.Ingredient@75a78392, net.minecraft.item.crafting.Ingredient@508266f8, net.minecraft.item.crafting.Ingredient@75a78392, net.minecraft.item.crafting.Ingredient@508266f8, net.minecraft.item.crafting.Ingredient@6b22be, net.minecraft.item.crafting.Ingredient@508266f8, net.minecraft.item.crafting.Ingredient@75a78392, net.minecraft.item.crafting.Ingredient@508266f8, net.minecraft.item.crafting.Ingredient@75a78392]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3508 bloodmagic:demon_decor/demon_pillar_1_destructive RecipeStage{tier='three', recipe=6xtile.bloodmagic.pillar1.@2:[net.minecraft.item.crafting.Ingredient@2e638d72, net.minecraft.item.crafting.Ingredient@2e638d72, net.minecraft.item.crafting.Ingredient@2e638d72, net.minecraft.item.crafting.Ingredient@2e638d72, net.minecraft.item.crafting.Ingredient@2e638d72, net.minecraft.item.crafting.Ingredient@2e638d72]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3509 bloodmagic:demon_decor/demon_pillar_cap_1_corrosive RecipeStage{tier='three', recipe=6xtile.bloodmagic.pillarCap1.@1:[net.minecraft.item.crafting.Ingredient@16239d55, net.minecraft.item.crafting.Ingredient@16239d55, net.minecraft.item.crafting.Ingredient@16239d55, net.minecraft.item.crafting.Ingredient@16239d55, net.minecraft.item.crafting.Ingredient@16239d55, net.minecraft.item.crafting.Ingredient@16239d55]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3510 bloodmagic:demon_decor/demon_extras_stone_steadfast RecipeStage{tier='three', recipe=16xtile.bloodmagic.extras.@4:[net.minecraft.item.crafting.Ingredient@60baa500, net.minecraftforge.oredict.OreIngredient@4b8d401e, net.minecraftforge.oredict.OreIngredient@4b8d401e, net.minecraftforge.oredict.OreIngredient@4b8d401e, net.minecraftforge.oredict.OreIngredient@4b8d401e, net.minecraftforge.oredict.OreIngredient@4b8d401e, net.minecraftforge.oredict.OreIngredient@4b8d401e, net.minecraftforge.oredict.OreIngredient@4b8d401e, net.minecraftforge.oredict.OreIngredient@4b8d401e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3511 bloodmagic:demon_decor/demon_brick_2_smallbrick_vengeful RecipeStage{tier='three', recipe=4xtile.bloodmagic.bricks2.@3:[net.minecraft.item.crafting.Ingredient@1afa36b5, net.minecraft.item.crafting.Ingredient@1afa36b5, net.minecraft.item.crafting.Ingredient@1afa36b5, net.minecraft.item.crafting.Ingredient@1afa36b5]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3512 bloodmagic:demon_decor/demon_wall_1_smallbrick_vengeful RecipeStage{tier='three', recipe=6xtile.bloodmagic.wall1.@8:[net.minecraft.item.crafting.Ingredient@5fc003b1, net.minecraft.item.crafting.Ingredient@5fc003b1, net.minecraft.item.crafting.Ingredient@5fc003b1, net.minecraft.item.crafting.Ingredient@5fc003b1, net.minecraft.item.crafting.Ingredient@5fc003b1, net.minecraft.item.crafting.Ingredient@5fc003b1]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3513 bloodmagic:demon_decor/demon_pillar_cap_3_steadfast RecipeStage{tier='three', recipe=6xtile.bloodmagic.pillarCap3.@0:[net.minecraft.item.crafting.Ingredient@7fc74d74, net.minecraft.item.crafting.Ingredient@7fc74d74, net.minecraft.item.crafting.Ingredient@7fc74d74, net.minecraft.item.crafting.Ingredient@7fc74d74, net.minecraft.item.crafting.Ingredient@7fc74d74, net.minecraft.item.crafting.Ingredient@7fc74d74]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3514 bloodmagic:demon_decor/demon_brick_2_tile_vengeful RecipeStage{tier='three', recipe=9xtile.bloodmagic.bricks2.@8:[net.minecraft.item.crafting.Ingredient@370e3cec, net.minecraft.item.crafting.Ingredient@7ff7b162, net.minecraft.item.crafting.Ingredient@370e3cec, net.minecraft.item.crafting.Ingredient@7ff7b162, net.minecraft.item.crafting.Ingredient@7ff7b162, net.minecraft.item.crafting.Ingredient@7ff7b162, net.minecraft.item.crafting.Ingredient@370e3cec, net.minecraft.item.crafting.Ingredient@7ff7b162, net.minecraft.item.crafting.Ingredient@370e3cec]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3515 bloodmagic:demon_decor/demon_stairs_2_vengeful RecipeStage{tier='three', recipe=8xtile.bloodmagic.stairs2.@1:[net.minecraft.item.crafting.Ingredient@4f1813d9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4f1813d9, net.minecraft.item.crafting.Ingredient@4f1813d9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4f1813d9, net.minecraft.item.crafting.Ingredient@4f1813d9, net.minecraft.item.crafting.Ingredient@4f1813d9]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3516 bloodmagic:demon_decor/demon_brick_1_brick1_vengeful RecipeStage{tier='three', recipe=4xtile.bloodmagic.bricks1.@3:[net.minecraft.item.crafting.Ingredient@89b4771, net.minecraft.item.crafting.Ingredient@89b4771, net.minecraft.item.crafting.Ingredient@89b4771, net.minecraft.item.crafting.Ingredient@89b4771]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3517 bloodmagic:demon_decor/demon_brick_1_brick1_corrosive RecipeStage{tier='three', recipe=4xtile.bloodmagic.bricks1.@1:[net.minecraft.item.crafting.Ingredient@5949427c, net.minecraft.item.crafting.Ingredient@5949427c, net.minecraft.item.crafting.Ingredient@5949427c, net.minecraft.item.crafting.Ingredient@5949427c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3518 bloodmagic:demon_decor/demon_stairs_2_destructive RecipeStage{tier='three', recipe=8xtile.bloodmagic.stairs2.@0:[net.minecraft.item.crafting.Ingredient@1a342cf7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1a342cf7, net.minecraft.item.crafting.Ingredient@1a342cf7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1a342cf7, net.minecraft.item.crafting.Ingredient@1a342cf7, net.minecraft.item.crafting.Ingredient@1a342cf7]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3519 bloodmagic:demon_decor/demon_wall_1_large_raw RecipeStage{tier='three', recipe=6xtile.bloodmagic.wall1.@10:[net.minecraft.item.crafting.Ingredient@6929eada, net.minecraft.item.crafting.Ingredient@6929eada, net.minecraft.item.crafting.Ingredient@6929eada, net.minecraft.item.crafting.Ingredient@6929eada, net.minecraft.item.crafting.Ingredient@6929eada, net.minecraft.item.crafting.Ingredient@6929eada]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3520 bloodmagic:demon_decor/demon_pillar_1_steadfast RecipeStage{tier='three', recipe=6xtile.bloodmagic.pillar1.@4:[net.minecraft.item.crafting.Ingredient@67180fd7, net.minecraft.item.crafting.Ingredient@67180fd7, net.minecraft.item.crafting.Ingredient@67180fd7, net.minecraft.item.crafting.Ingredient@67180fd7, net.minecraft.item.crafting.Ingredient@67180fd7, net.minecraft.item.crafting.Ingredient@67180fd7]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3521 bloodmagic:demon_decor/demon_stairs_1_raw RecipeStage{tier='three', recipe=8xtile.bloodmagic.stairs1.@0:[net.minecraft.item.crafting.Ingredient@3e687275, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3e687275, net.minecraft.item.crafting.Ingredient@3e687275, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3e687275, net.minecraft.item.crafting.Ingredient@3e687275, net.minecraft.item.crafting.Ingredient@3e687275]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3522 bloodmagic:demon_decor/demon_light_raw RecipeStage{tier='three', recipe=5xtile.bloodmagic.demonlight.@0:[net.minecraft.item.crafting.Ingredient@592df5b1, net.minecraft.item.crafting.Ingredient@540e89c2, net.minecraft.item.crafting.Ingredient@592df5b1, net.minecraft.item.crafting.Ingredient@540e89c2, net.minecraft.item.crafting.Ingredient@540e89c2, net.minecraft.item.crafting.Ingredient@540e89c2, net.minecraft.item.crafting.Ingredient@592df5b1, net.minecraft.item.crafting.Ingredient@540e89c2, net.minecraft.item.crafting.Ingredient@592df5b1]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3523 bloodmagic:demon_decor/demon_brick_1_brick1_destructive RecipeStage{tier='three', recipe=4xtile.bloodmagic.bricks1.@2:[net.minecraft.item.crafting.Ingredient@76a0381a, net.minecraft.item.crafting.Ingredient@76a0381a, net.minecraft.item.crafting.Ingredient@76a0381a, net.minecraft.item.crafting.Ingredient@76a0381a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3524 bloodmagic:demon_decor/demon_wall_1_smallbrick_steadfast RecipeStage{tier='three', recipe=6xtile.bloodmagic.wall1.@9:[net.minecraft.item.crafting.Ingredient@3de7e4a, net.minecraft.item.crafting.Ingredient@3de7e4a, net.minecraft.item.crafting.Ingredient@3de7e4a, net.minecraft.item.crafting.Ingredient@3de7e4a, net.minecraft.item.crafting.Ingredient@3de7e4a, net.minecraft.item.crafting.Ingredient@3de7e4a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3525 bloodmagic:demon_decor/demon_wall_1_smallbrick_corrosive RecipeStage{tier='three', recipe=6xtile.bloodmagic.wall1.@6:[net.minecraft.item.crafting.Ingredient@3b736ce5, net.minecraft.item.crafting.Ingredient@3b736ce5, net.minecraft.item.crafting.Ingredient@3b736ce5, net.minecraft.item.crafting.Ingredient@3b736ce5, net.minecraft.item.crafting.Ingredient@3b736ce5, net.minecraft.item.crafting.Ingredient@3b736ce5]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3526 bloodmagic:demon_decor/demon_brick_2_smallbrick_corrosive RecipeStage{tier='three', recipe=4xtile.bloodmagic.bricks2.@1:[net.minecraft.item.crafting.Ingredient@784c11da, net.minecraft.item.crafting.Ingredient@784c11da, net.minecraft.item.crafting.Ingredient@784c11da, net.minecraft.item.crafting.Ingredient@784c11da]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3527 bloodmagic:demon_decor/demon_wall_1_large_destructive RecipeStage{tier='three', recipe=6xtile.bloodmagic.wall1.@12:[net.minecraft.item.crafting.Ingredient@474754ec, net.minecraft.item.crafting.Ingredient@474754ec, net.minecraft.item.crafting.Ingredient@474754ec, net.minecraft.item.crafting.Ingredient@474754ec, net.minecraft.item.crafting.Ingredient@474754ec, net.minecraft.item.crafting.Ingredient@474754ec]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3528 bloodmagic:demon_decor/demon_pillar_1_vengeful RecipeStage{tier='three', recipe=6xtile.bloodmagic.pillar1.@3:[net.minecraft.item.crafting.Ingredient@12e5f173, net.minecraft.item.crafting.Ingredient@12e5f173, net.minecraft.item.crafting.Ingredient@12e5f173, net.minecraft.item.crafting.Ingredient@12e5f173, net.minecraft.item.crafting.Ingredient@12e5f173, net.minecraft.item.crafting.Ingredient@12e5f173]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3529 bloodmagic:demon_decor/demon_pillar_2_raw RecipeStage{tier='three', recipe=8xtile.bloodmagic.pillar2.@0:[net.minecraft.item.crafting.Ingredient@39d049c, net.minecraft.item.crafting.Ingredient@39d049c, net.minecraft.item.crafting.Ingredient@39d049c, net.minecraft.item.crafting.Ingredient@39d049c, net.minecraft.item.crafting.Ingredient@5b849957, net.minecraft.item.crafting.Ingredient@39d049c, net.minecraft.item.crafting.Ingredient@39d049c, net.minecraft.item.crafting.Ingredient@39d049c, net.minecraft.item.crafting.Ingredient@39d049c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3530 bloodmagic:demon_decor/demon_wall_1_brick_steadfast RecipeStage{tier='three', recipe=6xtile.bloodmagic.wall1.@4:[net.minecraft.item.crafting.Ingredient@40fea05b, net.minecraft.item.crafting.Ingredient@40fea05b, net.minecraft.item.crafting.Ingredient@40fea05b, net.minecraft.item.crafting.Ingredient@40fea05b, net.minecraft.item.crafting.Ingredient@40fea05b, net.minecraft.item.crafting.Ingredient@40fea05b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3531 bloodmagic:demon_decor/demon_extras_stone_vengeful RecipeStage{tier='three', recipe=16xtile.bloodmagic.extras.@3:[net.minecraft.item.crafting.Ingredient@6e98cffd, net.minecraftforge.oredict.OreIngredient@4b8d401e, net.minecraftforge.oredict.OreIngredient@4b8d401e, net.minecraftforge.oredict.OreIngredient@4b8d401e, net.minecraftforge.oredict.OreIngredient@4b8d401e, net.minecraftforge.oredict.OreIngredient@4b8d401e, net.minecraftforge.oredict.OreIngredient@4b8d401e, net.minecraftforge.oredict.OreIngredient@4b8d401e, net.minecraftforge.oredict.OreIngredient@4b8d401e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3532 bloodmagic:demon_decor/demon_extras_polished_stone_corrosive RecipeStage{tier='three', recipe=4xtile.bloodmagic.extras.@6:[net.minecraft.item.crafting.Ingredient@4b6e47b8, net.minecraft.item.crafting.Ingredient@4b6e47b8, net.minecraft.item.crafting.Ingredient@4b6e47b8, net.minecraft.item.crafting.Ingredient@4b6e47b8]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3533 bloodmagic:demon_decor/demon_brick_2_tile_corrosive RecipeStage{tier='three', recipe=9xtile.bloodmagic.bricks2.@6:[net.minecraft.item.crafting.Ingredient@29b6d134, net.minecraft.item.crafting.Ingredient@48d00d81, net.minecraft.item.crafting.Ingredient@29b6d134, net.minecraft.item.crafting.Ingredient@48d00d81, net.minecraft.item.crafting.Ingredient@48d00d81, net.minecraft.item.crafting.Ingredient@48d00d81, net.minecraft.item.crafting.Ingredient@29b6d134, net.minecraft.item.crafting.Ingredient@48d00d81, net.minecraft.item.crafting.Ingredient@29b6d134]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3534 bloodmagic:demon_decor/demon_brick_2_tilespecial_raw RecipeStage{tier='three', recipe=9xtile.bloodmagic.bricks2.@10:[net.minecraft.item.crafting.Ingredient@42a1e9bb, net.minecraft.item.crafting.Ingredient@283bdb90, net.minecraft.item.crafting.Ingredient@42a1e9bb, net.minecraft.item.crafting.Ingredient@283bdb90, net.minecraft.item.crafting.Ingredient@159f2a64, net.minecraft.item.crafting.Ingredient@283bdb90, net.minecraft.item.crafting.Ingredient@42a1e9bb, net.minecraft.item.crafting.Ingredient@283bdb90, net.minecraft.item.crafting.Ingredient@42a1e9bb]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3535 bloodmagic:demon_decor/demon_brick_2_tile_steadfast RecipeStage{tier='three', recipe=9xtile.bloodmagic.bricks2.@9:[net.minecraft.item.crafting.Ingredient@6271b01a, net.minecraft.item.crafting.Ingredient@5f5760c8, net.minecraft.item.crafting.Ingredient@6271b01a, net.minecraft.item.crafting.Ingredient@5f5760c8, net.minecraft.item.crafting.Ingredient@5f5760c8, net.minecraft.item.crafting.Ingredient@5f5760c8, net.minecraft.item.crafting.Ingredient@6271b01a, net.minecraft.item.crafting.Ingredient@5f5760c8, net.minecraft.item.crafting.Ingredient@6271b01a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3536 bloodmagic:demon_decor/demon_brick_2_tilespecial_destructive RecipeStage{tier='three', recipe=9xtile.bloodmagic.bricks2.@12:[net.minecraft.item.crafting.Ingredient@2f083612, net.minecraft.item.crafting.Ingredient@5b11f2ac, net.minecraft.item.crafting.Ingredient@2f083612, net.minecraft.item.crafting.Ingredient@5b11f2ac, net.minecraft.item.crafting.Ingredient@6153c27e, net.minecraft.item.crafting.Ingredient@5b11f2ac, net.minecraft.item.crafting.Ingredient@2f083612, net.minecraft.item.crafting.Ingredient@5b11f2ac, net.minecraft.item.crafting.Ingredient@2f083612]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3537 bloodmagic:demon_decor/demon_pillar_2_steadfast RecipeStage{tier='three', recipe=8xtile.bloodmagic.pillar2.@4:[net.minecraft.item.crafting.Ingredient@50249a4, net.minecraft.item.crafting.Ingredient@50249a4, net.minecraft.item.crafting.Ingredient@50249a4, net.minecraft.item.crafting.Ingredient@50249a4, net.minecraft.item.crafting.Ingredient@1c2fb422, net.minecraft.item.crafting.Ingredient@50249a4, net.minecraft.item.crafting.Ingredient@50249a4, net.minecraft.item.crafting.Ingredient@50249a4, net.minecraft.item.crafting.Ingredient@50249a4]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3538 bloodmagic:demon_decor/demon_extras_polished_stone_steadfast RecipeStage{tier='three', recipe=4xtile.bloodmagic.extras.@9:[net.minecraft.item.crafting.Ingredient@3e036608, net.minecraft.item.crafting.Ingredient@3e036608, net.minecraft.item.crafting.Ingredient@3e036608, net.minecraft.item.crafting.Ingredient@3e036608]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3539 bloodmagic:demon_decor/demon_pillar_cap_2_destructive RecipeStage{tier='three', recipe=6xtile.bloodmagic.pillarCap2.@0:[net.minecraft.item.crafting.Ingredient@6b416408, net.minecraft.item.crafting.Ingredient@6b416408, net.minecraft.item.crafting.Ingredient@6b416408, net.minecraft.item.crafting.Ingredient@6b416408, net.minecraft.item.crafting.Ingredient@6b416408, net.minecraft.item.crafting.Ingredient@6b416408]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3540 bloodmagic:demon_decor/demon_light_destructive RecipeStage{tier='three', recipe=5xtile.bloodmagic.demonlight.@2:[net.minecraft.item.crafting.Ingredient@43d21326, net.minecraft.item.crafting.Ingredient@1fd76d1c, net.minecraft.item.crafting.Ingredient@43d21326, net.minecraft.item.crafting.Ingredient@1fd76d1c, net.minecraft.item.crafting.Ingredient@1fd76d1c, net.minecraft.item.crafting.Ingredient@1fd76d1c, net.minecraft.item.crafting.Ingredient@43d21326, net.minecraft.item.crafting.Ingredient@1fd76d1c, net.minecraft.item.crafting.Ingredient@43d21326]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3541 bloodmagic:demon_decor/demon_wall_1_smallbrick_destructive RecipeStage{tier='three', recipe=6xtile.bloodmagic.wall1.@7:[net.minecraft.item.crafting.Ingredient@31f9c751, net.minecraft.item.crafting.Ingredient@31f9c751, net.minecraft.item.crafting.Ingredient@31f9c751, net.minecraft.item.crafting.Ingredient@31f9c751, net.minecraft.item.crafting.Ingredient@31f9c751, net.minecraft.item.crafting.Ingredient@31f9c751]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3542 bloodmagic:demon_decor/demon_pillar_2_destructive RecipeStage{tier='three', recipe=8xtile.bloodmagic.pillar2.@2:[net.minecraft.item.crafting.Ingredient@3d7c87d6, net.minecraft.item.crafting.Ingredient@3d7c87d6, net.minecraft.item.crafting.Ingredient@3d7c87d6, net.minecraft.item.crafting.Ingredient@3d7c87d6, net.minecraft.item.crafting.Ingredient@1ee898e6, net.minecraft.item.crafting.Ingredient@3d7c87d6, net.minecraft.item.crafting.Ingredient@3d7c87d6, net.minecraft.item.crafting.Ingredient@3d7c87d6, net.minecraft.item.crafting.Ingredient@3d7c87d6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3543 bloodmagic:demon_decor/demon_stairs_3_steadfast RecipeStage{tier='three', recipe=8xtile.bloodmagic.stairs3.@0:[net.minecraft.item.crafting.Ingredient@45b208d1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@45b208d1, net.minecraft.item.crafting.Ingredient@45b208d1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@45b208d1, net.minecraft.item.crafting.Ingredient@45b208d1, net.minecraft.item.crafting.Ingredient@45b208d1]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3545 bloodmagic:teleposition_focus_3 RecipeStage{tier='three', recipe=1xitem.bloodmagic.focus@3:[net.minecraft.item.crafting.Ingredient@78540c5a, net.minecraft.item.crafting.Ingredient@1828f87d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3546 bloodmagic:path/path_obsidiantile RecipeStage{tier='three', recipe=4xtile.bloodmagic.path.@7:[net.minecraft.item.crafting.Ingredient@2e60b06f, net.minecraft.item.crafting.Ingredient@768fc7f8, net.minecraft.item.crafting.Ingredient@a1d4542, net.minecraft.item.crafting.Ingredient@59b32c2c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3547 bloodmagic:path/path_stone RecipeStage{tier='two', recipe=4xtile.bloodmagic.path.@2:[net.minecraftforge.oredict.OreIngredient@4b8d401e, net.minecraftforge.oredict.OreIngredient@4b8d401e, net.minecraftforge.oredict.OreIngredient@4b8d401e, net.minecraftforge.oredict.OreIngredient@4b8d401e, WayofTime.bloodmagic.core.recipe.IngredientBloodOrb@5a065560]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3548 bloodmagic:path/path_woodtile RecipeStage{tier='one', recipe=4xtile.bloodmagic.path.@1:[net.minecraft.item.crafting.Ingredient@4311ed1d, net.minecraft.item.crafting.Ingredient@226188ea, net.minecraft.item.crafting.Ingredient@4559276d, net.minecraft.item.crafting.Ingredient@4e846904]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3549 bloodmagic:path/path_wornstone RecipeStage{tier='three', recipe=4xtile.bloodmagic.path.@4:[net.minecraft.item.crafting.Ingredient@4df65b5a, net.minecraft.item.crafting.Ingredient@472b6954, net.minecraft.item.crafting.Ingredient@24646fbb, net.minecraft.item.crafting.Ingredient@3a7d5e08, WayofTime.bloodmagic.core.recipe.IngredientBloodOrb@452eee96]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3550 bloodmagic:path/path_wornstonetile RecipeStage{tier='three', recipe=4xtile.bloodmagic.path.@5:[net.minecraft.item.crafting.Ingredient@3cf8764d, net.minecraft.item.crafting.Ingredient@7f1de952, net.minecraft.item.crafting.Ingredient@4ebdcc92, net.minecraft.item.crafting.Ingredient@43ba1449]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3551 bloodmagic:path/path_wood RecipeStage{tier='one', recipe=4xtile.bloodmagic.path.@0:[net.minecraftforge.oredict.OreIngredient@6734d156, net.minecraftforge.oredict.OreIngredient@6734d156, net.minecraftforge.oredict.OreIngredient@6734d156, net.minecraftforge.oredict.OreIngredient@6734d156, WayofTime.bloodmagic.core.recipe.IngredientBloodOrb@1fbaa413]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3552 bloodmagic:path/path_stonetile RecipeStage{tier='two', recipe=4xtile.bloodmagic.path.@3:[net.minecraft.item.crafting.Ingredient@7ff735b8, net.minecraft.item.crafting.Ingredient@2441c4fc, net.minecraft.item.crafting.Ingredient@5858f2a2, net.minecraft.item.crafting.Ingredient@51df7a97]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3553 bloodmagic:path/path_obsidian RecipeStage{tier='three', recipe=4xtile.bloodmagic.path.@6:[net.minecraft.item.crafting.Ingredient@8fc7a2e, net.minecraft.item.crafting.Ingredient@1c90007, net.minecraft.item.crafting.Ingredient@407976e8, net.minecraft.item.crafting.Ingredient@f52bde0, WayofTime.bloodmagic.core.recipe.IngredientBloodOrb@64149b2e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3554 bloodmagic:alchemy_table RecipeStage{tier='three', recipe=1xtile.bloodmagic.alchemyTable@0:[net.minecraftforge.oredict.OreIngredient@4b8d401e, net.minecraftforge.oredict.OreIngredient@4b8d401e, net.minecraftforge.oredict.OreIngredient@4b8d401e, net.minecraftforge.oredict.OreIngredient@6734d156, net.minecraft.item.crafting.Ingredient@7c7bae23, net.minecraftforge.oredict.OreIngredient@6734d156, net.minecraftforge.oredict.OreIngredient@91ef87e, WayofTime.bloodmagic.core.recipe.IngredientBloodOrb@7255ffc1, net.minecraftforge.oredict.OreIngredient@91ef87e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3555 bloodmagic:activation_crystal RecipeStage{tier='three', recipe=1xitem.bloodmagic.activation_crystal@1:[net.minecraft.item.crafting.Ingredient@2ca9a138, WayofTime.bloodmagic.core.recipe.IngredientBloodOrb@7c68110e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3556 bloodmagic:mimic_solidclear RecipeStage{tier='three', recipe=4xtile.bloodmagic.mimic.@2:[net.minecraft.item.crafting.Ingredient@5d16a220, net.minecraftforge.oredict.OreIngredient@466eccc4, net.minecraft.item.crafting.Ingredient@5d16a220, net.minecraftforge.oredict.OreIngredient@466eccc4, net.minecraft.item.crafting.Ingredient@485058a8, net.minecraftforge.oredict.OreIngredient@466eccc4, net.minecraft.item.crafting.Ingredient@5d16a220, WayofTime.bloodmagic.core.recipe.IngredientBloodOrb@17f53592, net.minecraft.item.crafting.Ingredient@5d16a220]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3557 bloodmagic:ritual_controller_inverted RecipeStage{tier='three', recipe=1xtile.bloodmagic.stone.ritual.@2:[net.minecraft.item.crafting.Ingredient@3ba3c035, net.minecraft.item.crafting.Ingredient@3c9c4ef5, net.minecraft.item.crafting.Ingredient@2ed2f57f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3558 bloodmagic:base_item_filter_1 RecipeStage{tier='three', recipe=1xitem.bloodmagic.itemFilter.@1:[net.minecraftforge.oredict.OreIngredient@191718c6, net.minecraftforge.oredict.OreIngredient@351e1ade, net.minecraftforge.oredict.OreIngredient@191718c6, net.minecraftforge.oredict.OreIngredient@351e1ade, net.minecraft.item.crafting.Ingredient@482504d3, net.minecraftforge.oredict.OreIngredient@351e1ade, net.minecraftforge.oredict.OreIngredient@191718c6, net.minecraftforge.oredict.OreIngredient@351e1ade, net.minecraftforge.oredict.OreIngredient@191718c6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3559 bloodmagic:ritual_controller_imperfect RecipeStage{tier='three', recipe=1xtile.bloodmagic.stone.ritual.@1:[net.minecraft.item.crafting.Ingredient@6949addb, net.minecraftforge.oredict.OreIngredient@4b8d401e, net.minecraft.item.crafting.Ingredient@6949addb, net.minecraftforge.oredict.OreIngredient@4b8d401e, WayofTime.bloodmagic.core.recipe.IngredientBloodOrb@6248b6ef, net.minecraftforge.oredict.OreIngredient@4b8d401e, net.minecraft.item.crafting.Ingredient@6949addb, net.minecraftforge.oredict.OreIngredient@4b8d401e, net.minecraft.item.crafting.Ingredient@6949addb]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3560 bloodmagic:base_item_filter_0 RecipeStage{tier='three', recipe=1xitem.bloodmagic.itemFilter.@0:[net.minecraftforge.oredict.OreIngredient@191718c6, net.minecraftforge.oredict.OreIngredient@466eccc4, net.minecraftforge.oredict.OreIngredient@191718c6, net.minecraftforge.oredict.OreIngredient@466eccc4, net.minecraft.item.crafting.Ingredient@67b1cb7b, net.minecraftforge.oredict.OreIngredient@466eccc4, net.minecraftforge.oredict.OreIngredient@191718c6, net.minecraftforge.oredict.OreIngredient@466eccc4, net.minecraftforge.oredict.OreIngredient@191718c6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3562 bloodmagic:pack_sacrifice RecipeStage{tier='two', recipe=1xitem.bloodmagic.pack.sacrifice@0:[net.minecraftforge.oredict.OreIngredient@466eccc4, net.minecraft.item.crafting.Ingredient@17421783, net.minecraftforge.oredict.OreIngredient@466eccc4, net.minecraftforge.oredict.OreIngredient@4c13db69, net.minecraft.item.crafting.Ingredient@78cf26fd, net.minecraftforge.oredict.OreIngredient@4c13db69, net.minecraftforge.oredict.OreIngredient@466eccc4, net.minecraft.item.crafting.Ingredient@43ebf3bf, net.minecraftforge.oredict.OreIngredient@466eccc4]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3563 bloodmagic:teleposer RecipeStage{tier='three', recipe=1xtile.bloodmagic.teleposer@0:[net.minecraftforge.oredict.OreIngredient@91ef87e, net.minecraftforge.oredict.OreIngredient@91ef87e, net.minecraftforge.oredict.OreIngredient@91ef87e, net.minecraft.item.crafting.Ingredient@7ae46e67, net.minecraft.item.crafting.Ingredient@6cbee5b1, net.minecraft.item.crafting.Ingredient@7ae46e67, net.minecraftforge.oredict.OreIngredient@91ef87e, net.minecraftforge.oredict.OreIngredient@91ef87e, net.minecraftforge.oredict.OreIngredient@91ef87e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3565 bloodmagic:decorative_brick_bloodstone_brick RecipeStage{tier='three', recipe=4xtile.bloodmagic.@1:[net.minecraft.item.crafting.Ingredient@30f2443b, net.minecraft.item.crafting.Ingredient@30f2443b, net.minecraft.item.crafting.Ingredient@30f2443b, net.minecraft.item.crafting.Ingredient@30f2443b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3566 bloodmagic:mimic_solidopaque RecipeStage{tier='three', recipe=4xtile.bloodmagic.mimic.@1:[net.minecraft.item.crafting.Ingredient@109a18cf, net.minecraftforge.oredict.OreIngredient@4b8d401e, net.minecraft.item.crafting.Ingredient@109a18cf, net.minecraftforge.oredict.OreIngredient@4b8d401e, net.minecraft.item.crafting.Ingredient@433d29e3, net.minecraftforge.oredict.OreIngredient@4b8d401e, net.minecraft.item.crafting.Ingredient@109a18cf, WayofTime.bloodmagic.core.recipe.IngredientBloodOrb@39bd00f8, net.minecraft.item.crafting.Ingredient@109a18cf]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3567 bloodmagic:upgrade_trainer RecipeStage{tier='three', recipe=1xitem.bloodmagic.upgradeTrainer@0:[net.minecraftforge.oredict.OreIngredient@5f67e834, net.minecraftforge.oredict.OreIngredient@91ef87e, net.minecraftforge.oredict.OreIngredient@5f67e834, net.minecraftforge.oredict.OreIngredient@4c13db69, WayofTime.bloodmagic.core.recipe.IngredientBloodOrb@6a98162b, net.minecraftforge.oredict.OreIngredient@4c13db69, net.minecraftforge.oredict.OreIngredient@5f67e834, net.minecraftforge.oredict.OreIngredient@91ef87e, net.minecraftforge.oredict.OreIngredient@5f67e834]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3568 bonsaitrees:bonsaipot RecipeStage{tier='four', recipe=1xtile.bonsaitrees.bonsaipot@0:[net.minecraft.item.crafting.Ingredient@411a85e1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@411a85e1, net.minecraft.item.crafting.Ingredient@411a85e1, net.minecraft.item.crafting.Ingredient@411a85e1, net.minecraft.item.crafting.Ingredient@411a85e1]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3569 bonsaitrees:bonsaipot_hopping RecipeStage{tier='four', recipe=1xtile.bonsaitrees.bonsaipot@1:[net.minecraft.item.crafting.Ingredient@3e9d5955, net.minecraft.item.crafting.Ingredient@37f414d8]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3570 buildcraftbuilders:template RecipeStage{tier='four', recipe=1xitem.snapshot@0:[net.minecraft.item.crafting.Ingredient@32ada2ac, net.minecraft.item.crafting.Ingredient@32ada2ac, net.minecraft.item.crafting.Ingredient@32ada2ac, net.minecraft.item.crafting.Ingredient@32ada2ac, net.minecraftforge.oredict.OreIngredient@42047925, net.minecraft.item.crafting.Ingredient@32ada2ac, net.minecraft.item.crafting.Ingredient@32ada2ac, net.minecraft.item.crafting.Ingredient@32ada2ac, net.minecraft.item.crafting.Ingredient@32ada2ac]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3572 buildcraftbuilders:blueprint RecipeStage{tier='four', recipe=1xitem.snapshot@2:[net.minecraft.item.crafting.Ingredient@7f1d15c4, net.minecraft.item.crafting.Ingredient@7f1d15c4, net.minecraft.item.crafting.Ingredient@7f1d15c4, net.minecraft.item.crafting.Ingredient@7f1d15c4, net.minecraftforge.oredict.OreIngredient@4c48dcc9, net.minecraft.item.crafting.Ingredient@7f1d15c4, net.minecraft.item.crafting.Ingredient@7f1d15c4, net.minecraft.item.crafting.Ingredient@7f1d15c4, net.minecraft.item.crafting.Ingredient@7f1d15c4]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3573 buildcraftbuilders:architect_table RecipeStage{tier='four', recipe=1xtile.architectBlock@0:[net.minecraftforge.oredict.OreIngredient@4fd81215, net.minecraft.item.crafting.Ingredient@69c8b478, net.minecraftforge.oredict.OreIngredient@4fd81215, net.minecraftforge.oredict.OreIngredient@7e65c7c8, net.minecraft.item.crafting.Ingredient@5aba3beb, net.minecraftforge.oredict.OreIngredient@7e65c7c8, net.minecraftforge.oredict.OreIngredient@55fdc213, net.minecraft.item.crafting.Ingredient@79bad7a0, net.minecraftforge.oredict.OreIngredient@55fdc213]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3575 buildcraftfactory:tank RecipeStage{tier='three', recipe=1xtile.tankBlock@0:[net.minecraftforge.oredict.OreIngredient@adcce75, net.minecraftforge.oredict.OreIngredient@adcce75, net.minecraftforge.oredict.OreIngredient@adcce75, net.minecraftforge.oredict.OreIngredient@adcce75, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@adcce75, net.minecraftforge.oredict.OreIngredient@adcce75, net.minecraftforge.oredict.OreIngredient@adcce75, net.minecraftforge.oredict.OreIngredient@adcce75]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3576 buildcraftfactory:mining_well RecipeStage{tier='four', recipe=1xtile.miningWellBlock@0:[net.minecraftforge.oredict.OreIngredient@4da96359, net.minecraftforge.oredict.OreIngredient@36a17732, net.minecraftforge.oredict.OreIngredient@4da96359, net.minecraftforge.oredict.OreIngredient@4da96359, net.minecraftforge.oredict.OreIngredient@179732fa, net.minecraftforge.oredict.OreIngredient@4da96359, net.minecraftforge.oredict.OreIngredient@4da96359, net.minecraft.item.crafting.Ingredient@5d92d465, net.minecraftforge.oredict.OreIngredient@4da96359]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3577 buildcraftfactory:heat_exchange RecipeStage{tier='four', recipe=1xtile.heat_exchange@0:[net.minecraftforge.oredict.OreIngredient@4da96359, net.minecraftforge.oredict.OreIngredient@179732fa, net.minecraftforge.oredict.OreIngredient@4da96359, net.minecraftforge.oredict.OreIngredient@26966e8b, net.minecraftforge.oredict.OreIngredient@26966e8b, net.minecraftforge.oredict.OreIngredient@26966e8b, net.minecraftforge.oredict.OreIngredient@4da96359, net.minecraftforge.oredict.OreIngredient@179732fa, net.minecraftforge.oredict.OreIngredient@4da96359]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3578 buildcraftfactory:flood_gate RecipeStage{tier='four', recipe=1xtile.floodGateBlock@0:[net.minecraftforge.oredict.OreIngredient@4da96359, net.minecraftforge.oredict.OreIngredient@179732fa, net.minecraftforge.oredict.OreIngredient@4da96359, net.minecraft.item.crafting.Ingredient@79803aff, net.minecraft.item.crafting.Ingredient@42bc4634, net.minecraft.item.crafting.Ingredient@79803aff, net.minecraftforge.oredict.OreIngredient@4da96359, net.minecraft.item.crafting.Ingredient@79803aff, net.minecraftforge.oredict.OreIngredient@4da96359]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3580 buildcraftfactory:chute RecipeStage{tier='four', recipe=1xtile.chuteBlock@0:[net.minecraftforge.oredict.OreIngredient@4da96359, net.minecraft.item.crafting.Ingredient@b891389, net.minecraftforge.oredict.OreIngredient@4da96359, net.minecraftforge.oredict.OreIngredient@4da96359, net.minecraftforge.oredict.OreIngredient@19d7c40c, net.minecraftforge.oredict.OreIngredient@4da96359, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4da96359, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3581 buildcraftfactory:autoworkbench_item RecipeStage{tier='four', recipe=1xtile.autoWorkbenchBlock@0:[net.minecraftforge.oredict.OreIngredient@19d7c40c, net.minecraftforge.oredict.OreIngredient@4a61d974, net.minecraftforge.oredict.OreIngredient@19d7c40c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3582 buildcrafttransport:plug_power_adaptor RecipeStage{tier='four', recipe=4xitem.PipePowerAdapter@0:[net.minecraft.item.crafting.Ingredient@342cb28b, net.minecraft.item.crafting.Ingredient@45765d5c, net.minecraft.item.crafting.Ingredient@342cb28b, net.minecraft.item.crafting.Ingredient@342cb28b, net.minecraftforge.oredict.OreIngredient@1610d143, net.minecraft.item.crafting.Ingredient@342cb28b, net.minecraft.item.crafting.Ingredient@342cb28b, net.minecraft.item.crafting.Ingredient@24087ed0, net.minecraft.item.crafting.Ingredient@342cb28b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3583 buildcrafttransport:plug_blocker RecipeStage{tier='three', recipe=4xitem.PipePlug@0:[net.minecraft.item.crafting.Ingredient@14676ba6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3584 buildcrafttransport:pipe_structure RecipeStage{tier='three', recipe=8xitem.PipeStructureCobblestone@0:[net.minecraftforge.oredict.OreIngredient@2b07db6e, net.minecraft.item.crafting.Ingredient@780e4735, net.minecraftforge.oredict.OreIngredient@2b07db6e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3585 buildcrafttransport:pipe_sealant RecipeStage{tier='three', recipe=1xitem.pipeWaterproof@0:[net.minecraft.item.crafting.Ingredient@3ea71540]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3588 buildinggadgets:constructionpastecontainert3 RecipeStage{tier='five', recipe=1xitem.buildinggadgets.constructionpastecontainert3@0:[net.minecraft.item.crafting.Ingredient@36fc4135, net.minecraftforge.oredict.OreIngredient@62ca691f, net.minecraft.item.crafting.Ingredient@36fc4135, net.minecraftforge.oredict.OreIngredient@62ca691f, net.minecraftforge.oredict.OreIngredient@62ca691f, net.minecraftforge.oredict.OreIngredient@62ca691f, net.minecraft.item.crafting.Ingredient@36fc4135, net.minecraftforge.oredict.OreIngredient@62ca691f, net.minecraft.item.crafting.Ingredient@36fc4135]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3589 buildinggadgets:constructionpastecontainert2 RecipeStage{tier='five', recipe=1xitem.buildinggadgets.constructionpastecontainert2@0:[net.minecraft.item.crafting.Ingredient@2ff51b6c, net.minecraftforge.oredict.OreIngredient@29fd8c31, net.minecraft.item.crafting.Ingredient@2ff51b6c, net.minecraftforge.oredict.OreIngredient@29fd8c31, net.minecraftforge.oredict.OreIngredient@29fd8c31, net.minecraftforge.oredict.OreIngredient@29fd8c31, net.minecraft.item.crafting.Ingredient@2ff51b6c, net.minecraftforge.oredict.OreIngredient@29fd8c31, net.minecraft.item.crafting.Ingredient@2ff51b6c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3591 buildinggadgets:destructiontool RecipeStage{tier='disabled', recipe=1xitem.buildinggadgets.destructiontool@0:[net.minecraftforge.oredict.OreIngredient@f30d0d2, net.minecraftforge.oredict.OreIngredient@4f395e68, net.minecraftforge.oredict.OreIngredient@f30d0d2, net.minecraftforge.oredict.OreIngredient@5f4a469f, net.minecraftforge.oredict.OreIngredient@4f395e68, net.minecraftforge.oredict.OreIngredient@5f4a469f, net.minecraftforge.oredict.OreIngredient@f30d0d2, net.minecraftforge.oredict.OreIngredient@593164ef, net.minecraftforge.oredict.OreIngredient@f30d0d2]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3593 buildinggadgets:constructionpastepowder RecipeStage{tier='five', recipe=1xtile.buildinggadgets.constructionblockpowder@0:[net.minecraft.item.crafting.Ingredient@12514832, net.minecraftforge.oredict.OreIngredient@14e43a4b, net.minecraft.item.crafting.Ingredient@14d231e0]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3594 buildinggadgets:templatemanager RecipeStage{tier='five', recipe=1xtile.buildinggadgets.templatemanager@0:[net.minecraftforge.oredict.OreIngredient@50111d5e, net.minecraftforge.oredict.OreIngredient@3f1bb67c, net.minecraftforge.oredict.OreIngredient@50111d5e, net.minecraftforge.oredict.OreIngredient@10762aa8, net.minecraftforge.oredict.OreIngredient@3f1bb67c, net.minecraftforge.oredict.OreIngredient@10762aa8, net.minecraftforge.oredict.OreIngredient@50111d5e, net.minecraftforge.oredict.OreIngredient@e78708a, net.minecraftforge.oredict.OreIngredient@50111d5e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3595 buildinggadgets:constructionpastecontainer RecipeStage{tier='five', recipe=1xitem.buildinggadgets.constructionpastecontainer@0:[net.minecraftforge.oredict.OreIngredient@462c45eb, net.minecraftforge.oredict.OreIngredient@462c45eb, net.minecraftforge.oredict.OreIngredient@462c45eb, net.minecraftforge.oredict.OreIngredient@462c45eb, net.minecraft.item.crafting.Ingredient@27e86ead, net.minecraftforge.oredict.OreIngredient@462c45eb, net.minecraftforge.oredict.OreIngredient@462c45eb, net.minecraftforge.oredict.OreIngredient@462c45eb, net.minecraftforge.oredict.OreIngredient@462c45eb]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3596 car:key de.maxhenkel.car.ReciepeKey@28fab113 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3598 ceramics:uncrafting/porcelain_block RecipeStage{tier='zero', recipe=1xtile.ceramics.clay_soft@0:[net.minecraftforge.oredict.OreIngredient@43df000b, net.minecraftforge.oredict.OreIngredient@43df000b, net.minecraftforge.oredict.OreIngredient@43df000b, net.minecraftforge.oredict.OreIngredient@43df000b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3601 ceramics:uncrafting/clay_shears RecipeStage{tier='tutorial', recipe=2xitem.clay@0:[net.minecraft.item.crafting.Ingredient@29fe4f5d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3602 ceramics:uncrafting/clay_plate RecipeStage{tier='tutorial', recipe=2xitem.clay@0:[net.minecraft.item.crafting.Ingredient@fd91007]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3603 ceramics:uncrafting/clay_leggings RecipeStage{tier='tutorial', recipe=7xitem.clay@0:[net.minecraft.item.crafting.Ingredient@52bb3f43]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3604 ceramics:uncrafting/clay_helmet RecipeStage{tier='tutorial', recipe=5xitem.clay@0:[net.minecraft.item.crafting.Ingredient@282b863b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3605 ceramics:uncrafting/clay_extension RecipeStage{tier='tutorial', recipe=3xitem.clay@0:[net.minecraft.item.crafting.Ingredient@4541c13b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3606 ceramics:uncrafting/clay_chestplate RecipeStage{tier='tutorial', recipe=8xitem.clay@0:[net.minecraft.item.crafting.Ingredient@6bcb2e77]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3607 ceramics:uncrafting/clay_bucket RecipeStage{tier='tutorial', recipe=3xitem.clay@0:[net.minecraft.item.crafting.Ingredient@6e5e6e68]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3608 ceramics:uncrafting/clay_boots RecipeStage{tier='tutorial', recipe=4xitem.clay@0:[net.minecraft.item.crafting.Ingredient@4772313e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3609 ceramics:uncrafting/clay_block RecipeStage{tier='tutorial', recipe=4xitem.clay@0:[net.minecraft.item.crafting.Ingredient@52967ba7]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3610 ceramics:uncrafting/clay_barrel RecipeStage{tier='tutorial', recipe=5xitem.clay@0:[net.minecraft.item.crafting.Ingredient@4c87a372]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3612 ceramics:tools/unfired_clay_shears RecipeStage{tier='one', recipe=1xitem.ceramics.unfired_clay@1:[net.minecraft.item.crafting.Ingredient@4b0328cf, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4b0328cf]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3615 ceramics:faucet RecipeStage{tier='one', recipe=1xitem.ceramics.unfired_clay@6:[net.minecraftforge.oredict.OreIngredient@6560a60d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6560a60d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6560a60d, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3619 ceramics:decoration/rainbow_clay/yellow RecipeStage{tier='one', recipe=1xtile.ceramics.rainbow_clay@2:[net.minecraft.item.crafting.Ingredient@3a81cb9d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3620 ceramics:decoration/rainbow_clay/red_swap RecipeStage{tier='one', recipe=1xtile.ceramics.rainbow_clay@0:[net.minecraft.item.crafting.Ingredient@76f3eafc]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3621 ceramics:decoration/rainbow_clay/red RecipeStage{tier='one', recipe=6xtile.ceramics.rainbow_clay@0:[net.minecraft.item.crafting.Ingredient@333d99e, net.minecraft.item.crafting.Ingredient@333d99e, net.minecraft.item.crafting.Ingredient@333d99e, net.minecraftforge.oredict.OreIngredient@64ff2876, net.minecraftforge.oredict.OreIngredient@60e18bb9, net.minecraftforge.oredict.OreIngredient@3c9e0d29, net.minecraft.item.crafting.Ingredient@333d99e, net.minecraft.item.crafting.Ingredient@333d99e, net.minecraft.item.crafting.Ingredient@333d99e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3622 ceramics:decoration/rainbow_clay/purple RecipeStage{tier='one', recipe=1xtile.ceramics.rainbow_clay@6:[net.minecraft.item.crafting.Ingredient@3d1c3e0b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3623 ceramics:decoration/rainbow_clay/orange RecipeStage{tier='one', recipe=1xtile.ceramics.rainbow_clay@1:[net.minecraft.item.crafting.Ingredient@421bbff3]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3624 ceramics:decoration/rainbow_clay/magenta RecipeStage{tier='one', recipe=1xtile.ceramics.rainbow_clay@7:[net.minecraft.item.crafting.Ingredient@3073eef5]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3625 ceramics:decoration/rainbow_clay/green RecipeStage{tier='one', recipe=1xtile.ceramics.rainbow_clay@3:[net.minecraft.item.crafting.Ingredient@1440be6c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3626 ceramics:decoration/rainbow_clay/cyan RecipeStage{tier='one', recipe=1xtile.ceramics.rainbow_clay@4:[net.minecraft.item.crafting.Ingredient@44ff6bb2]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3627 ceramics:decoration/rainbow_clay/blue RecipeStage{tier='one', recipe=1xtile.ceramics.rainbow_clay@5:[net.minecraft.item.crafting.Ingredient@9b0a1e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3628 ceramics:decoration/rainbow_bricks/wall RecipeStage{tier='one', recipe=6xtile.ceramics.clay_wall@7:[net.minecraft.item.crafting.Ingredient@6ddd4d2c, net.minecraft.item.crafting.Ingredient@6ddd4d2c, net.minecraft.item.crafting.Ingredient@6ddd4d2c, net.minecraft.item.crafting.Ingredient@6ddd4d2c, net.minecraft.item.crafting.Ingredient@6ddd4d2c, net.minecraft.item.crafting.Ingredient@6ddd4d2c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3629 ceramics:decoration/rainbow_bricks/stairs RecipeStage{tier='one', recipe=4xtile.ceramics.rainbow_bricks_stairs@0:[net.minecraft.item.crafting.Ingredient@726fb813, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@726fb813, net.minecraft.item.crafting.Ingredient@726fb813, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@726fb813, net.minecraft.item.crafting.Ingredient@726fb813, net.minecraft.item.crafting.Ingredient@726fb813]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3630 ceramics:decoration/rainbow_bricks/slab RecipeStage{tier='one', recipe=6xtile.ceramics.clay_slab@6:[net.minecraft.item.crafting.Ingredient@17ff08ec, net.minecraft.item.crafting.Ingredient@17ff08ec, net.minecraft.item.crafting.Ingredient@17ff08ec]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3631 ceramics:decoration/rainbow_bricks/block RecipeStage{tier='one', recipe=6xtile.ceramics.clay_hard@6:[net.minecraft.item.crafting.Ingredient@6721da76, net.minecraft.item.crafting.Ingredient@6721da76, net.minecraft.item.crafting.Ingredient@6721da76, net.minecraftforge.oredict.OreIngredient@6aa20010, net.minecraftforge.oredict.OreIngredient@3b3b99a9, net.minecraftforge.oredict.OreIngredient@3a3922e3, net.minecraft.item.crafting.Ingredient@6721da76, net.minecraft.item.crafting.Ingredient@6721da76, net.minecraft.item.crafting.Ingredient@6721da76]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3632 ceramics:decoration/porcelain_bricks/wall RecipeStage{tier='one', recipe=6xtile.ceramics.clay_wall@1:[net.minecraft.item.crafting.Ingredient@33c5f08c, net.minecraft.item.crafting.Ingredient@33c5f08c, net.minecraft.item.crafting.Ingredient@33c5f08c, net.minecraft.item.crafting.Ingredient@33c5f08c, net.minecraft.item.crafting.Ingredient@33c5f08c, net.minecraft.item.crafting.Ingredient@33c5f08c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3633 ceramics:decoration/porcelain_bricks/stairs RecipeStage{tier='one', recipe=4xtile.ceramics.porcelain_bricks_stairs@0:[net.minecraft.item.crafting.Ingredient@667fdf0d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@667fdf0d, net.minecraft.item.crafting.Ingredient@667fdf0d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@667fdf0d, net.minecraft.item.crafting.Ingredient@667fdf0d, net.minecraft.item.crafting.Ingredient@667fdf0d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3634 ceramics:decoration/porcelain_bricks/slab_alt RecipeStage{tier='one', recipe=6xtile.ceramics.clay_slab@0:[net.minecraft.item.crafting.Ingredient@29015e9b, net.minecraft.item.crafting.Ingredient@29015e9b, net.minecraft.item.crafting.Ingredient@29015e9b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3635 ceramics:decoration/porcelain_bricks/slab RecipeStage{tier='one', recipe=1xtile.ceramics.clay_slab@0:[net.minecraft.item.crafting.Ingredient@616873c6, net.minecraft.item.crafting.Ingredient@616873c6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3636 ceramics:decoration/porcelain_bricks/block RecipeStage{tier='one', recipe=1xtile.ceramics.clay_hard@0:[net.minecraft.item.crafting.Ingredient@4d16a432, net.minecraft.item.crafting.Ingredient@4d16a432, net.minecraft.item.crafting.Ingredient@4d16a432, net.minecraft.item.crafting.Ingredient@4d16a432]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3637 ceramics:decoration/porcelain/yellow RecipeStage{tier='one', recipe=8xtile.ceramics.porcelain@4:[net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraftforge.oredict.OreIngredient@5c624316, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3638 ceramics:decoration/porcelain/white RecipeStage{tier='one', recipe=8xtile.ceramics.porcelain@0:[net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraftforge.oredict.OreIngredient@2ea03f31, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3639 ceramics:decoration/porcelain/silver RecipeStage{tier='one', recipe=8xtile.ceramics.porcelain@8:[net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraftforge.oredict.OreIngredient@161b42ae, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3640 ceramics:decoration/porcelain/red RecipeStage{tier='one', recipe=8xtile.ceramics.porcelain@14:[net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraftforge.oredict.OreIngredient@39e3a6a0, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3641 ceramics:decoration/porcelain/purple RecipeStage{tier='one', recipe=8xtile.ceramics.porcelain@10:[net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraftforge.oredict.OreIngredient@7571f6cd, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3642 ceramics:decoration/porcelain/pink RecipeStage{tier='one', recipe=8xtile.ceramics.porcelain@6:[net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraftforge.oredict.OreIngredient@4d2e135f, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3643 ceramics:decoration/porcelain/orange RecipeStage{tier='one', recipe=8xtile.ceramics.porcelain@1:[net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraftforge.oredict.OreIngredient@4a382006, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3644 ceramics:decoration/porcelain/magenta RecipeStage{tier='one', recipe=8xtile.ceramics.porcelain@2:[net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraftforge.oredict.OreIngredient@4b4825af, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3645 ceramics:decoration/porcelain/lime RecipeStage{tier='one', recipe=8xtile.ceramics.porcelain@5:[net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraftforge.oredict.OreIngredient@6a19e753, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3646 ceramics:decoration/porcelain/light_blue RecipeStage{tier='one', recipe=8xtile.ceramics.porcelain@3:[net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraftforge.oredict.OreIngredient@57e6a889, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3647 ceramics:decoration/porcelain/green RecipeStage{tier='one', recipe=8xtile.ceramics.porcelain@13:[net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraftforge.oredict.OreIngredient@186fc533, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3648 ceramics:decoration/porcelain/gray RecipeStage{tier='one', recipe=8xtile.ceramics.porcelain@7:[net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraftforge.oredict.OreIngredient@2c5491c5, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3649 ceramics:decoration/porcelain/cyan RecipeStage{tier='one', recipe=8xtile.ceramics.porcelain@9:[net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraftforge.oredict.OreIngredient@773dea44, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3650 ceramics:decoration/porcelain/brown RecipeStage{tier='one', recipe=8xtile.ceramics.porcelain@12:[net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraftforge.oredict.OreIngredient@43ddf19f, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3651 ceramics:decoration/porcelain/blue RecipeStage{tier='one', recipe=8xtile.ceramics.porcelain@11:[net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraftforge.oredict.OreIngredient@64b394bb, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3652 ceramics:decoration/porcelain/black RecipeStage{tier='one', recipe=8xtile.ceramics.porcelain@15:[net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraftforge.oredict.OreIngredient@5543cb6f, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9, net.minecraft.item.crafting.Ingredient@2c3ccac9]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3653 ceramics:decoration/monochrome_bricks/wall RecipeStage{tier='one', recipe=6xtile.ceramics.clay_wall@8:[net.minecraft.item.crafting.Ingredient@69de1ce1, net.minecraft.item.crafting.Ingredient@69de1ce1, net.minecraft.item.crafting.Ingredient@69de1ce1, net.minecraft.item.crafting.Ingredient@69de1ce1, net.minecraft.item.crafting.Ingredient@69de1ce1, net.minecraft.item.crafting.Ingredient@69de1ce1]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3654 ceramics:decoration/monochrome_bricks/stairs RecipeStage{tier='one', recipe=4xtile.ceramics.monochrome_bricks_stairs@0:[net.minecraft.item.crafting.Ingredient@36bdad94, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@36bdad94, net.minecraft.item.crafting.Ingredient@36bdad94, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@36bdad94, net.minecraft.item.crafting.Ingredient@36bdad94, net.minecraft.item.crafting.Ingredient@36bdad94]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3655 ceramics:decoration/monochrome_bricks/slab RecipeStage{tier='one', recipe=6xtile.ceramics.clay_slab@7:[net.minecraft.item.crafting.Ingredient@35cd1419, net.minecraft.item.crafting.Ingredient@35cd1419, net.minecraft.item.crafting.Ingredient@35cd1419]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3656 ceramics:decoration/monochrome_bricks/block RecipeStage{tier='one', recipe=2xtile.ceramics.clay_hard@7:[net.minecraft.item.crafting.Ingredient@2a4742b6, net.minecraft.item.crafting.Ingredient@2a4742b6, net.minecraft.item.crafting.Ingredient@2a4742b6, net.minecraft.item.crafting.Ingredient@2a4742b6, net.minecraftforge.oredict.OreIngredient@643aeae0, net.minecraft.item.crafting.Ingredient@2a4742b6, net.minecraft.item.crafting.Ingredient@2a4742b6, net.minecraft.item.crafting.Ingredient@2a4742b6, net.minecraft.item.crafting.Ingredient@2a4742b6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3657 ceramics:decoration/marine_bricks/wall RecipeStage{tier='one', recipe=6xtile.ceramics.clay_wall@3:[net.minecraft.item.crafting.Ingredient@1beffa08, net.minecraft.item.crafting.Ingredient@1beffa08, net.minecraft.item.crafting.Ingredient@1beffa08, net.minecraft.item.crafting.Ingredient@1beffa08, net.minecraft.item.crafting.Ingredient@1beffa08, net.minecraft.item.crafting.Ingredient@1beffa08]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3658 ceramics:decoration/marine_bricks/stairs RecipeStage{tier='one', recipe=4xtile.ceramics.marine_bricks_stairs@0:[net.minecraft.item.crafting.Ingredient@69a1fda2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@69a1fda2, net.minecraft.item.crafting.Ingredient@69a1fda2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@69a1fda2, net.minecraft.item.crafting.Ingredient@69a1fda2, net.minecraft.item.crafting.Ingredient@69a1fda2]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3659 ceramics:decoration/marine_bricks/slab RecipeStage{tier='one', recipe=6xtile.ceramics.clay_slab@2:[net.minecraft.item.crafting.Ingredient@143cdcea, net.minecraft.item.crafting.Ingredient@143cdcea, net.minecraft.item.crafting.Ingredient@143cdcea]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3660 ceramics:decoration/marine_bricks/block RecipeStage{tier='one', recipe=2xtile.ceramics.clay_hard@2:[net.minecraft.item.crafting.Ingredient@2a4742b6, net.minecraft.item.crafting.Ingredient@2a4742b6, net.minecraft.item.crafting.Ingredient@2a4742b6, net.minecraft.item.crafting.Ingredient@2a4742b6, net.minecraftforge.oredict.OreIngredient@20f19098, net.minecraft.item.crafting.Ingredient@2a4742b6, net.minecraft.item.crafting.Ingredient@2a4742b6, net.minecraft.item.crafting.Ingredient@2a4742b6, net.minecraft.item.crafting.Ingredient@2a4742b6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3661 ceramics:decoration/lava_bricks/wall RecipeStage{tier='one', recipe=6xtile.ceramics.clay_wall@6:[net.minecraft.item.crafting.Ingredient@12a05eb4, net.minecraft.item.crafting.Ingredient@12a05eb4, net.minecraft.item.crafting.Ingredient@12a05eb4, net.minecraft.item.crafting.Ingredient@12a05eb4, net.minecraft.item.crafting.Ingredient@12a05eb4, net.minecraft.item.crafting.Ingredient@12a05eb4]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3662 ceramics:decoration/lava_bricks/stairs RecipeStage{tier='one', recipe=4xtile.ceramics.lava_bricks_stairs@0:[net.minecraft.item.crafting.Ingredient@215efd44, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@215efd44, net.minecraft.item.crafting.Ingredient@215efd44, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@215efd44, net.minecraft.item.crafting.Ingredient@215efd44, net.minecraft.item.crafting.Ingredient@215efd44]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3663 ceramics:decoration/lava_bricks/slab RecipeStage{tier='one', recipe=6xtile.ceramics.clay_slab@5:[net.minecraft.item.crafting.Ingredient@62f84e, net.minecraft.item.crafting.Ingredient@62f84e, net.minecraft.item.crafting.Ingredient@62f84e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3664 ceramics:decoration/golden_bricks/wall RecipeStage{tier='two', recipe=6xtile.ceramics.clay_wall@4:[net.minecraft.item.crafting.Ingredient@1797ee9, net.minecraft.item.crafting.Ingredient@1797ee9, net.minecraft.item.crafting.Ingredient@1797ee9, net.minecraft.item.crafting.Ingredient@1797ee9, net.minecraft.item.crafting.Ingredient@1797ee9, net.minecraft.item.crafting.Ingredient@1797ee9]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3665 ceramics:decoration/golden_bricks/stairs RecipeStage{tier='two', recipe=4xtile.ceramics.golden_bricks_stairs@0:[net.minecraft.item.crafting.Ingredient@5bc28fd6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5bc28fd6, net.minecraft.item.crafting.Ingredient@5bc28fd6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5bc28fd6, net.minecraft.item.crafting.Ingredient@5bc28fd6, net.minecraft.item.crafting.Ingredient@5bc28fd6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3666 ceramics:decoration/golden_bricks/slab RecipeStage{tier='two', recipe=6xtile.ceramics.clay_slab@3:[net.minecraft.item.crafting.Ingredient@3659f3ce, net.minecraft.item.crafting.Ingredient@3659f3ce, net.minecraft.item.crafting.Ingredient@3659f3ce]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3667 ceramics:decoration/golden_bricks/block RecipeStage{tier='two', recipe=8xtile.ceramics.clay_hard@3:[net.minecraft.item.crafting.Ingredient@6721da76, net.minecraft.item.crafting.Ingredient@6721da76, net.minecraft.item.crafting.Ingredient@6721da76, net.minecraft.item.crafting.Ingredient@6721da76, net.minecraftforge.oredict.OreIngredient@199ff7, net.minecraft.item.crafting.Ingredient@6721da76, net.minecraft.item.crafting.Ingredient@6721da76, net.minecraft.item.crafting.Ingredient@6721da76, net.minecraft.item.crafting.Ingredient@6721da76]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3668 ceramics:decoration/dragon_bricks/wall RecipeStage{tier='one', recipe=6xtile.ceramics.clay_wall@5:[net.minecraft.item.crafting.Ingredient@4a759357, net.minecraft.item.crafting.Ingredient@4a759357, net.minecraft.item.crafting.Ingredient@4a759357, net.minecraft.item.crafting.Ingredient@4a759357, net.minecraft.item.crafting.Ingredient@4a759357, net.minecraft.item.crafting.Ingredient@4a759357]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3669 ceramics:decoration/dragon_bricks/stairs RecipeStage{tier='one', recipe=4xtile.ceramics.dragon_bricks_stairs@0:[net.minecraft.item.crafting.Ingredient@319ec24, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@319ec24, net.minecraft.item.crafting.Ingredient@319ec24, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@319ec24, net.minecraft.item.crafting.Ingredient@319ec24, net.minecraft.item.crafting.Ingredient@319ec24]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3670 ceramics:decoration/dragon_bricks/slab RecipeStage{tier='one', recipe=6xtile.ceramics.clay_slab@4:[net.minecraft.item.crafting.Ingredient@6c5509c2, net.minecraft.item.crafting.Ingredient@6c5509c2, net.minecraft.item.crafting.Ingredient@6c5509c2]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3671 ceramics:decoration/dragon_bricks/block RecipeStage{tier='one', recipe=8xtile.ceramics.clay_hard@4:[net.minecraft.item.crafting.Ingredient@b62e507, net.minecraft.item.crafting.Ingredient@b62e507, net.minecraft.item.crafting.Ingredient@b62e507, net.minecraft.item.crafting.Ingredient@b62e507, net.minecraft.item.crafting.Ingredient@7d7e5a69, net.minecraft.item.crafting.Ingredient@b62e507, net.minecraft.item.crafting.Ingredient@b62e507, net.minecraft.item.crafting.Ingredient@b62e507, net.minecraft.item.crafting.Ingredient@b62e507]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3672 ceramics:decoration/dark_bricks/wall RecipeStage{tier='one', recipe=6xtile.ceramics.clay_wall@2:[net.minecraft.item.crafting.Ingredient@6ee07257, net.minecraft.item.crafting.Ingredient@6ee07257, net.minecraft.item.crafting.Ingredient@6ee07257, net.minecraft.item.crafting.Ingredient@6ee07257, net.minecraft.item.crafting.Ingredient@6ee07257, net.minecraft.item.crafting.Ingredient@6ee07257]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3673 ceramics:decoration/dark_bricks/stairs RecipeStage{tier='one', recipe=4xtile.ceramics.dark_bricks_stairs@0:[net.minecraft.item.crafting.Ingredient@37e07c0f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@37e07c0f, net.minecraft.item.crafting.Ingredient@37e07c0f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@37e07c0f, net.minecraft.item.crafting.Ingredient@37e07c0f, net.minecraft.item.crafting.Ingredient@37e07c0f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3674 ceramics:decoration/dark_bricks/slab RecipeStage{tier='one', recipe=6xtile.ceramics.clay_slab@1:[net.minecraft.item.crafting.Ingredient@7be902ba, net.minecraft.item.crafting.Ingredient@7be902ba, net.minecraft.item.crafting.Ingredient@7be902ba]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3675 ceramics:decoration/bricks_wall RecipeStage{tier='one', recipe=6xtile.ceramics.clay_wall@0:[net.minecraft.item.crafting.Ingredient@50c7b9f0, net.minecraft.item.crafting.Ingredient@50c7b9f0, net.minecraft.item.crafting.Ingredient@50c7b9f0, net.minecraft.item.crafting.Ingredient@50c7b9f0, net.minecraft.item.crafting.Ingredient@50c7b9f0, net.minecraft.item.crafting.Ingredient@50c7b9f0]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3677 ceramics:channel RecipeStage{tier='one', recipe=3xitem.ceramics.unfired_clay@7:[net.minecraftforge.oredict.OreIngredient@6560a60d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6560a60d, net.minecraftforge.oredict.OreIngredient@6560a60d, net.minecraftforge.oredict.OreIngredient@6560a60d, net.minecraftforge.oredict.OreIngredient@6560a60d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3678 ceramics:barrels/unfired_porcelain_extension RecipeStage{tier='one', recipe=2xtile.ceramics.clay_barrel_unfired@3:[net.minecraftforge.oredict.OreIngredient@4d2c9670, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4d2c9670, net.minecraftforge.oredict.OreIngredient@4d2c9670, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4d2c9670, net.minecraftforge.oredict.OreIngredient@4d2c9670, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4d2c9670]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3679 ceramics:barrels/unfired_porcelain_barrel RecipeStage{tier='one', recipe=1xtile.ceramics.clay_barrel_unfired@2:[net.minecraftforge.oredict.OreIngredient@449af8c3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@449af8c3, net.minecraftforge.oredict.OreIngredient@449af8c3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@449af8c3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@449af8c3, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3680 ceramics:barrels/unfired_clay_extension RecipeStage{tier='zero', recipe=2xtile.ceramics.clay_barrel_unfired@1:[net.minecraft.item.crafting.Ingredient@2f60170f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2f60170f, net.minecraft.item.crafting.Ingredient@2f60170f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2f60170f, net.minecraft.item.crafting.Ingredient@2f60170f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2f60170f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3681 ceramics:barrels/unfired_clay_barrel RecipeStage{tier='one', recipe=1xtile.ceramics.clay_barrel_unfired@0:[net.minecraft.item.crafting.Ingredient@12fb7c54, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@12fb7c54, net.minecraft.item.crafting.Ingredient@12fb7c54, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@12fb7c54, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@12fb7c54, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3682 ceramics:barrels/stained_extension/yellow_alt RecipeStage{tier='one', recipe=1xtile.ceramics.clay_barrel_stained_extension@4:[net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraftforge.oredict.OreIngredient@45a65604]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3683 ceramics:barrels/stained_extension/yellow RecipeStage{tier='one', recipe=8xtile.ceramics.clay_barrel_stained_extension@4:[net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraftforge.oredict.OreIngredient@3b355755, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3684 ceramics:barrels/stained_extension/white_alt RecipeStage{tier='one', recipe=1xtile.ceramics.clay_barrel_stained_extension@0:[net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraftforge.oredict.OreIngredient@69b2a397]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3685 ceramics:barrels/stained_extension/white RecipeStage{tier='one', recipe=8xtile.ceramics.clay_barrel_stained_extension@0:[net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraftforge.oredict.OreIngredient@41bf28f7, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3686 ceramics:barrels/stained_extension/silver_alt RecipeStage{tier='one', recipe=1xtile.ceramics.clay_barrel_stained_extension@8:[net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraftforge.oredict.OreIngredient@67039dd3]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3687 ceramics:barrels/stained_extension/silver RecipeStage{tier='one', recipe=8xtile.ceramics.clay_barrel_stained_extension@8:[net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraftforge.oredict.OreIngredient@14cfa67c, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3688 ceramics:barrels/stained_extension/red_alt RecipeStage{tier='one', recipe=1xtile.ceramics.clay_barrel_stained_extension@14:[net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraftforge.oredict.OreIngredient@4511131c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3689 ceramics:barrels/stained_extension/red RecipeStage{tier='one', recipe=8xtile.ceramics.clay_barrel_stained_extension@14:[net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraftforge.oredict.OreIngredient@30b78dfb, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3690 ceramics:barrels/stained_extension/purple_alt RecipeStage{tier='one', recipe=1xtile.ceramics.clay_barrel_stained_extension@10:[net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraftforge.oredict.OreIngredient@55db77d7]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3691 ceramics:barrels/stained_extension/purple RecipeStage{tier='one', recipe=8xtile.ceramics.clay_barrel_stained_extension@10:[net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraftforge.oredict.OreIngredient@b3dc138, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3692 ceramics:barrels/stained_extension/pink_alt RecipeStage{tier='one', recipe=1xtile.ceramics.clay_barrel_stained_extension@6:[net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraftforge.oredict.OreIngredient@6b885dea]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3693 ceramics:barrels/stained_extension/pink RecipeStage{tier='one', recipe=8xtile.ceramics.clay_barrel_stained_extension@6:[net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraftforge.oredict.OreIngredient@2efff8d0, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3694 ceramics:barrels/stained_extension/orange_alt RecipeStage{tier='one', recipe=1xtile.ceramics.clay_barrel_stained_extension@1:[net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraftforge.oredict.OreIngredient@35fa99cb]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3695 ceramics:barrels/stained_extension/orange RecipeStage{tier='one', recipe=8xtile.ceramics.clay_barrel_stained_extension@1:[net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraftforge.oredict.OreIngredient@1072c4fb, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3696 ceramics:barrels/stained_extension/magenta_alt RecipeStage{tier='one', recipe=1xtile.ceramics.clay_barrel_stained_extension@2:[net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraftforge.oredict.OreIngredient@42b1bfa0]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3697 ceramics:barrels/stained_extension/magenta RecipeStage{tier='one', recipe=8xtile.ceramics.clay_barrel_stained_extension@2:[net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraftforge.oredict.OreIngredient@76923fde, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3698 ceramics:barrels/stained_extension/lime_alt RecipeStage{tier='one', recipe=1xtile.ceramics.clay_barrel_stained_extension@5:[net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraftforge.oredict.OreIngredient@44033425]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3699 ceramics:barrels/stained_extension/lime RecipeStage{tier='one', recipe=8xtile.ceramics.clay_barrel_stained_extension@5:[net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraftforge.oredict.OreIngredient@6ef9af59, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3700 ceramics:barrels/stained_extension/light_blue_alt RecipeStage{tier='one', recipe=1xtile.ceramics.clay_barrel_stained_extension@3:[net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraftforge.oredict.OreIngredient@24dd7e98]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3701 ceramics:barrels/stained_extension/light_blue RecipeStage{tier='one', recipe=8xtile.ceramics.clay_barrel_stained_extension@3:[net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraftforge.oredict.OreIngredient@20bfac2, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3702 ceramics:barrels/stained_extension/green_alt RecipeStage{tier='one', recipe=1xtile.ceramics.clay_barrel_stained_extension@13:[net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraftforge.oredict.OreIngredient@228f0fd4]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3703 ceramics:barrels/stained_extension/green RecipeStage{tier='one', recipe=8xtile.ceramics.clay_barrel_stained_extension@13:[net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraftforge.oredict.OreIngredient@4b3d8185, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3704 ceramics:barrels/stained_extension/gray_alt RecipeStage{tier='one', recipe=1xtile.ceramics.clay_barrel_stained_extension@7:[net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraftforge.oredict.OreIngredient@3b1221ac]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3705 ceramics:barrels/stained_extension/gray RecipeStage{tier='one', recipe=8xtile.ceramics.clay_barrel_stained_extension@7:[net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraftforge.oredict.OreIngredient@31289bbc, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3706 ceramics:barrels/stained_extension/cyan_alt RecipeStage{tier='one', recipe=1xtile.ceramics.clay_barrel_stained_extension@9:[net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraftforge.oredict.OreIngredient@8c845a1]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3707 ceramics:barrels/stained_extension/cyan RecipeStage{tier='one', recipe=8xtile.ceramics.clay_barrel_stained_extension@9:[net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraftforge.oredict.OreIngredient@76d52ac0, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3708 ceramics:barrels/stained_extension/brown_alt RecipeStage{tier='one', recipe=1xtile.ceramics.clay_barrel_stained_extension@12:[net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraftforge.oredict.OreIngredient@28ea58b8]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3709 ceramics:barrels/stained_extension/brown RecipeStage{tier='one', recipe=8xtile.ceramics.clay_barrel_stained_extension@12:[net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraftforge.oredict.OreIngredient@34f55bb0, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3710 ceramics:barrels/stained_extension/blue_alt RecipeStage{tier='one', recipe=1xtile.ceramics.clay_barrel_stained_extension@11:[net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraftforge.oredict.OreIngredient@53a05563]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3711 ceramics:barrels/stained_extension/blue RecipeStage{tier='one', recipe=8xtile.ceramics.clay_barrel_stained_extension@11:[net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraftforge.oredict.OreIngredient@479e3eca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3712 ceramics:barrels/stained_extension/black_alt RecipeStage{tier='one', recipe=1xtile.ceramics.clay_barrel_stained_extension@15:[net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraftforge.oredict.OreIngredient@12ce19a6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3713 ceramics:barrels/stained_extension/black RecipeStage{tier='one', recipe=8xtile.ceramics.clay_barrel_stained_extension@15:[net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraftforge.oredict.OreIngredient@789ac30e, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca, net.minecraft.item.crafting.Ingredient@d39e7ca]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3714 ceramics:barrels/stained_barrel/yellow_alt RecipeStage{tier='one', recipe=1xtile.ceramics.clay_barrel_stained@4:[net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraftforge.oredict.OreIngredient@e497351]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3715 ceramics:barrels/stained_barrel/yellow RecipeStage{tier='one', recipe=8xtile.ceramics.clay_barrel_stained@4:[net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraftforge.oredict.OreIngredient@600cf82b, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3716 ceramics:barrels/stained_barrel/white_alt RecipeStage{tier='one', recipe=1xtile.ceramics.clay_barrel_stained@0:[net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraftforge.oredict.OreIngredient@4395391f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3717 ceramics:barrels/stained_barrel/white RecipeStage{tier='one', recipe=8xtile.ceramics.clay_barrel_stained@0:[net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraftforge.oredict.OreIngredient@2824d258, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3718 ceramics:barrels/stained_barrel/stained_light_blue_alt RecipeStage{tier='one', recipe=1xtile.ceramics.clay_barrel_stained@3:[net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraftforge.oredict.OreIngredient@5e953f12]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3719 ceramics:barrels/stained_barrel/stained_light_blue RecipeStage{tier='one', recipe=8xtile.ceramics.clay_barrel_stained@3:[net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraftforge.oredict.OreIngredient@22d4678b, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3720 ceramics:barrels/stained_barrel/stained_green_alt RecipeStage{tier='one', recipe=1xtile.ceramics.clay_barrel_stained@13:[net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraftforge.oredict.OreIngredient@48ea3ff]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3721 ceramics:barrels/stained_barrel/stained_green RecipeStage{tier='one', recipe=8xtile.ceramics.clay_barrel_stained@13:[net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraftforge.oredict.OreIngredient@13f332fd, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3722 ceramics:barrels/stained_barrel/stained_gray_alt RecipeStage{tier='one', recipe=1xtile.ceramics.clay_barrel_stained@7:[net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraftforge.oredict.OreIngredient@6ff9acf4]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3723 ceramics:barrels/stained_barrel/stained_gray RecipeStage{tier='one', recipe=8xtile.ceramics.clay_barrel_stained@7:[net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraftforge.oredict.OreIngredient@1cc53f4b, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3724 ceramics:barrels/stained_barrel/silver_alt RecipeStage{tier='one', recipe=1xtile.ceramics.clay_barrel_stained@8:[net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraftforge.oredict.OreIngredient@571e5234]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3725 ceramics:barrels/stained_barrel/silver RecipeStage{tier='one', recipe=8xtile.ceramics.clay_barrel_stained@8:[net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraftforge.oredict.OreIngredient@442fccc8, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3726 ceramics:barrels/stained_barrel/red_alt RecipeStage{tier='one', recipe=1xtile.ceramics.clay_barrel_stained@14:[net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraftforge.oredict.OreIngredient@455bea08]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3727 ceramics:barrels/stained_barrel/red RecipeStage{tier='one', recipe=8xtile.ceramics.clay_barrel_stained@14:[net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraftforge.oredict.OreIngredient@7c4bba74, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3728 ceramics:barrels/stained_barrel/purple_alt RecipeStage{tier='one', recipe=1xtile.ceramics.clay_barrel_stained@10:[net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraftforge.oredict.OreIngredient@2ffc642d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3729 ceramics:barrels/stained_barrel/purple RecipeStage{tier='one', recipe=8xtile.ceramics.clay_barrel_stained@10:[net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraftforge.oredict.OreIngredient@5f26af6f, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3730 ceramics:barrels/stained_barrel/pink_alt RecipeStage{tier='one', recipe=1xtile.ceramics.clay_barrel_stained@6:[net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraftforge.oredict.OreIngredient@64a0f578]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3731 ceramics:barrels/stained_barrel/pink RecipeStage{tier='one', recipe=8xtile.ceramics.clay_barrel_stained@6:[net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraftforge.oredict.OreIngredient@68802280, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3732 ceramics:barrels/stained_barrel/orange_alt RecipeStage{tier='one', recipe=1xtile.ceramics.clay_barrel_stained@1:[net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraftforge.oredict.OreIngredient@99de053]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3733 ceramics:barrels/stained_barrel/orange RecipeStage{tier='one', recipe=8xtile.ceramics.clay_barrel_stained@1:[net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraftforge.oredict.OreIngredient@20db5614, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3734 ceramics:barrels/stained_barrel/magenta_alt RecipeStage{tier='one', recipe=1xtile.ceramics.clay_barrel_stained@2:[net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraftforge.oredict.OreIngredient@272bb507]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3735 ceramics:barrels/stained_barrel/magenta RecipeStage{tier='one', recipe=8xtile.ceramics.clay_barrel_stained@2:[net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraftforge.oredict.OreIngredient@32d31a24, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3736 ceramics:barrels/stained_barrel/lime_alt RecipeStage{tier='one', recipe=1xtile.ceramics.clay_barrel_stained@5:[net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraftforge.oredict.OreIngredient@57340b53]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3737 ceramics:barrels/stained_barrel/lime RecipeStage{tier='one', recipe=8xtile.ceramics.clay_barrel_stained@5:[net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraftforge.oredict.OreIngredient@6bfc2276, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3738 ceramics:barrels/stained_barrel/cyan_alt RecipeStage{tier='one', recipe=1xtile.ceramics.clay_barrel_stained@9:[net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraftforge.oredict.OreIngredient@7ed2512c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3739 ceramics:barrels/stained_barrel/cyan RecipeStage{tier='one', recipe=8xtile.ceramics.clay_barrel_stained@9:[net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraftforge.oredict.OreIngredient@7e4d9d3, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3740 ceramics:barrels/stained_barrel/brown_alt RecipeStage{tier='one', recipe=1xtile.ceramics.clay_barrel_stained@12:[net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraftforge.oredict.OreIngredient@400ff60b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3741 ceramics:barrels/stained_barrel/brown RecipeStage{tier='one', recipe=8xtile.ceramics.clay_barrel_stained@12:[net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraftforge.oredict.OreIngredient@535b3af, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3742 ceramics:barrels/stained_barrel/blue_alt RecipeStage{tier='one', recipe=1xtile.ceramics.clay_barrel_stained@11:[net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraftforge.oredict.OreIngredient@6774e4ce]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3743 ceramics:barrels/stained_barrel/blue RecipeStage{tier='one', recipe=8xtile.ceramics.clay_barrel_stained@11:[net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraftforge.oredict.OreIngredient@22fb2b1f, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3744 ceramics:barrels/stained_barrel/black_alt RecipeStage{tier='one', recipe=1xtile.ceramics.clay_barrel_stained@15:[net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraftforge.oredict.OreIngredient@8f0ecdc]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3745 ceramics:barrels/stained_barrel/black RecipeStage{tier='one', recipe=8xtile.ceramics.clay_barrel_stained@15:[net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraftforge.oredict.OreIngredient@536ac6ba, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa, net.minecraft.item.crafting.Ingredient@6174b3aa]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3746 ceramics:barrels/porcelain_extension/yellow_alt RecipeStage{tier='one', recipe=1xtile.ceramics.porcelain_barrel_extension@4:[net.minecraft.item.crafting.Ingredient@3836c179, net.minecraftforge.oredict.OreIngredient@6f0cfb3b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3747 ceramics:barrels/porcelain_extension/yellow RecipeStage{tier='one', recipe=8xtile.ceramics.porcelain_barrel_extension@4:[net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraftforge.oredict.OreIngredient@fc97366, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3748 ceramics:barrels/porcelain_extension/white_alt RecipeStage{tier='one', recipe=1xtile.ceramics.porcelain_barrel_extension@0:[net.minecraft.item.crafting.Ingredient@3836c179, net.minecraftforge.oredict.OreIngredient@770e9447]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3749 ceramics:barrels/porcelain_extension/white RecipeStage{tier='one', recipe=8xtile.ceramics.porcelain_barrel_extension@0:[net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraftforge.oredict.OreIngredient@6fd8ece, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3750 ceramics:barrels/porcelain_extension/silver_alt RecipeStage{tier='one', recipe=1xtile.ceramics.porcelain_barrel_extension@8:[net.minecraft.item.crafting.Ingredient@3836c179, net.minecraftforge.oredict.OreIngredient@20a36326]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3751 ceramics:barrels/porcelain_extension/silver RecipeStage{tier='one', recipe=8xtile.ceramics.porcelain_barrel_extension@8:[net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraftforge.oredict.OreIngredient@14d7acfc, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3752 ceramics:barrels/porcelain_extension/red_alt RecipeStage{tier='one', recipe=1xtile.ceramics.porcelain_barrel_extension@14:[net.minecraft.item.crafting.Ingredient@3836c179, net.minecraftforge.oredict.OreIngredient@639d7338]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3753 ceramics:barrels/porcelain_extension/red RecipeStage{tier='one', recipe=8xtile.ceramics.porcelain_barrel_extension@14:[net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraftforge.oredict.OreIngredient@250ef34, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3754 ceramics:barrels/porcelain_extension/purple_alt RecipeStage{tier='one', recipe=1xtile.ceramics.porcelain_barrel_extension@10:[net.minecraft.item.crafting.Ingredient@3836c179, net.minecraftforge.oredict.OreIngredient@64024a82]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3755 ceramics:barrels/porcelain_extension/purple RecipeStage{tier='one', recipe=8xtile.ceramics.porcelain_barrel_extension@10:[net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraftforge.oredict.OreIngredient@34de5f73, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3756 ceramics:barrels/porcelain_extension/pink_alt RecipeStage{tier='one', recipe=1xtile.ceramics.porcelain_barrel_extension@6:[net.minecraft.item.crafting.Ingredient@3836c179, net.minecraftforge.oredict.OreIngredient@dd06cb6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3757 ceramics:barrels/porcelain_extension/pink RecipeStage{tier='one', recipe=8xtile.ceramics.porcelain_barrel_extension@6:[net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraftforge.oredict.OreIngredient@72f66cb6, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3758 ceramics:barrels/porcelain_extension/orange_alt RecipeStage{tier='one', recipe=1xtile.ceramics.porcelain_barrel_extension@1:[net.minecraft.item.crafting.Ingredient@3836c179, net.minecraftforge.oredict.OreIngredient@16e2055e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3759 ceramics:barrels/porcelain_extension/orange RecipeStage{tier='one', recipe=8xtile.ceramics.porcelain_barrel_extension@1:[net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraftforge.oredict.OreIngredient@7f09861, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3760 ceramics:barrels/porcelain_extension/magenta_alt RecipeStage{tier='one', recipe=1xtile.ceramics.porcelain_barrel_extension@2:[net.minecraft.item.crafting.Ingredient@3836c179, net.minecraftforge.oredict.OreIngredient@2336b527]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3761 ceramics:barrels/porcelain_extension/magenta RecipeStage{tier='one', recipe=8xtile.ceramics.porcelain_barrel_extension@2:[net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraftforge.oredict.OreIngredient@7c586902, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3762 ceramics:barrels/porcelain_extension/lime_alt RecipeStage{tier='one', recipe=1xtile.ceramics.porcelain_barrel_extension@5:[net.minecraft.item.crafting.Ingredient@3836c179, net.minecraftforge.oredict.OreIngredient@1a75d659]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3763 ceramics:barrels/porcelain_extension/lime RecipeStage{tier='one', recipe=8xtile.ceramics.porcelain_barrel_extension@5:[net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraftforge.oredict.OreIngredient@531136b2, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3764 ceramics:barrels/porcelain_extension/light_blue_alt RecipeStage{tier='one', recipe=1xtile.ceramics.porcelain_barrel_extension@3:[net.minecraft.item.crafting.Ingredient@3836c179, net.minecraftforge.oredict.OreIngredient@16c8b75f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3765 ceramics:barrels/porcelain_extension/light_blue RecipeStage{tier='one', recipe=8xtile.ceramics.porcelain_barrel_extension@3:[net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraftforge.oredict.OreIngredient@1222aada, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3766 ceramics:barrels/porcelain_extension/green_alt RecipeStage{tier='one', recipe=1xtile.ceramics.porcelain_barrel_extension@13:[net.minecraft.item.crafting.Ingredient@3836c179, net.minecraftforge.oredict.OreIngredient@1154362b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3767 ceramics:barrels/porcelain_extension/green RecipeStage{tier='one', recipe=8xtile.ceramics.porcelain_barrel_extension@13:[net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraftforge.oredict.OreIngredient@69942531, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3768 ceramics:barrels/porcelain_extension/gray_alt RecipeStage{tier='one', recipe=1xtile.ceramics.porcelain_barrel_extension@7:[net.minecraft.item.crafting.Ingredient@3836c179, net.minecraftforge.oredict.OreIngredient@6409b7d2]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3769 ceramics:barrels/porcelain_extension/gray RecipeStage{tier='one', recipe=8xtile.ceramics.porcelain_barrel_extension@7:[net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraftforge.oredict.OreIngredient@258e649d, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3770 ceramics:barrels/porcelain_extension/cyan_alt RecipeStage{tier='one', recipe=1xtile.ceramics.porcelain_barrel_extension@9:[net.minecraft.item.crafting.Ingredient@3836c179, net.minecraftforge.oredict.OreIngredient@7686c351]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3771 ceramics:barrels/porcelain_extension/cyan RecipeStage{tier='one', recipe=8xtile.ceramics.porcelain_barrel_extension@9:[net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraftforge.oredict.OreIngredient@b3b50eb, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3772 ceramics:barrels/porcelain_extension/brown_alt RecipeStage{tier='one', recipe=1xtile.ceramics.porcelain_barrel_extension@12:[net.minecraft.item.crafting.Ingredient@3836c179, net.minecraftforge.oredict.OreIngredient@5d1d26d1]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3773 ceramics:barrels/porcelain_extension/brown RecipeStage{tier='one', recipe=8xtile.ceramics.porcelain_barrel_extension@12:[net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraftforge.oredict.OreIngredient@37fc72ba, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3774 ceramics:barrels/porcelain_extension/blue_alt RecipeStage{tier='one', recipe=1xtile.ceramics.porcelain_barrel_extension@11:[net.minecraft.item.crafting.Ingredient@3836c179, net.minecraftforge.oredict.OreIngredient@b46d519]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3775 ceramics:barrels/porcelain_extension/blue RecipeStage{tier='one', recipe=8xtile.ceramics.porcelain_barrel_extension@11:[net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraftforge.oredict.OreIngredient@59d9cde2, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3776 ceramics:barrels/porcelain_extension/black_alt RecipeStage{tier='one', recipe=1xtile.ceramics.porcelain_barrel_extension@15:[net.minecraft.item.crafting.Ingredient@3836c179, net.minecraftforge.oredict.OreIngredient@792440c4]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3777 ceramics:barrels/porcelain_extension/black RecipeStage{tier='one', recipe=8xtile.ceramics.porcelain_barrel_extension@15:[net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraftforge.oredict.OreIngredient@3a3e2efc, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179, net.minecraft.item.crafting.Ingredient@3836c179]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3778 ceramics:barrels/porcelain_barrel/yellow_alt RecipeStage{tier='one', recipe=1xtile.ceramics.porcelain_barrel@4:[net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraftforge.oredict.OreIngredient@6a49987e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3779 ceramics:barrels/porcelain_barrel/yellow RecipeStage{tier='one', recipe=8xtile.ceramics.porcelain_barrel@4:[net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraftforge.oredict.OreIngredient@319e9844, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3780 ceramics:barrels/porcelain_barrel/white_alt RecipeStage{tier='one', recipe=1xtile.ceramics.porcelain_barrel@0:[net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraftforge.oredict.OreIngredient@1e6b5730]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3781 ceramics:barrels/porcelain_barrel/white RecipeStage{tier='one', recipe=8xtile.ceramics.porcelain_barrel@0:[net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraftforge.oredict.OreIngredient@57f36f4b, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3782 ceramics:barrels/porcelain_barrel/silver_alt RecipeStage{tier='one', recipe=1xtile.ceramics.porcelain_barrel@8:[net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraftforge.oredict.OreIngredient@483d4d10]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3783 ceramics:barrels/porcelain_barrel/silver RecipeStage{tier='one', recipe=8xtile.ceramics.porcelain_barrel@8:[net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraftforge.oredict.OreIngredient@3de34d1d, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3784 ceramics:barrels/porcelain_barrel/red_alt RecipeStage{tier='one', recipe=1xtile.ceramics.porcelain_barrel@14:[net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraftforge.oredict.OreIngredient@62a13e78]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3785 ceramics:barrels/porcelain_barrel/red RecipeStage{tier='one', recipe=8xtile.ceramics.porcelain_barrel@14:[net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraftforge.oredict.OreIngredient@46b8fa40, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3786 ceramics:barrels/porcelain_barrel/purple_alt RecipeStage{tier='one', recipe=1xtile.ceramics.porcelain_barrel@10:[net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraftforge.oredict.OreIngredient@f57da8]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3787 ceramics:barrels/porcelain_barrel/purple RecipeStage{tier='one', recipe=8xtile.ceramics.porcelain_barrel@10:[net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraftforge.oredict.OreIngredient@1f5708a0, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3788 ceramics:barrels/porcelain_barrel/pink_alt RecipeStage{tier='one', recipe=1xtile.ceramics.porcelain_barrel@6:[net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraftforge.oredict.OreIngredient@46e4585e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3789 ceramics:barrels/porcelain_barrel/pink RecipeStage{tier='one', recipe=8xtile.ceramics.porcelain_barrel@6:[net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraftforge.oredict.OreIngredient@188f9190, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3790 ceramics:barrels/porcelain_barrel/orange_alt RecipeStage{tier='one', recipe=1xtile.ceramics.porcelain_barrel@1:[net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraftforge.oredict.OreIngredient@5b614020]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3791 ceramics:barrels/porcelain_barrel/orange RecipeStage{tier='one', recipe=8xtile.ceramics.porcelain_barrel@1:[net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraftforge.oredict.OreIngredient@155ee573, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3792 ceramics:barrels/porcelain_barrel/magenta_alt RecipeStage{tier='one', recipe=1xtile.ceramics.porcelain_barrel@2:[net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraftforge.oredict.OreIngredient@2f2be540]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3793 ceramics:barrels/porcelain_barrel/magenta RecipeStage{tier='one', recipe=8xtile.ceramics.porcelain_barrel@2:[net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraftforge.oredict.OreIngredient@31691d8f, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3794 ceramics:barrels/porcelain_barrel/lime_alt RecipeStage{tier='one', recipe=1xtile.ceramics.porcelain_barrel@5:[net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraftforge.oredict.OreIngredient@7afd1a40]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3795 ceramics:barrels/porcelain_barrel/lime RecipeStage{tier='one', recipe=8xtile.ceramics.porcelain_barrel@5:[net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraftforge.oredict.OreIngredient@4a5dce1a, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3796 ceramics:barrels/porcelain_barrel/light_blue_alt RecipeStage{tier='one', recipe=1xtile.ceramics.porcelain_barrel@3:[net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraftforge.oredict.OreIngredient@1ac95c3d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3797 ceramics:barrels/porcelain_barrel/light_blue RecipeStage{tier='one', recipe=8xtile.ceramics.porcelain_barrel@3:[net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraftforge.oredict.OreIngredient@d59922e, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3798 ceramics:barrels/porcelain_barrel/green_alt RecipeStage{tier='one', recipe=1xtile.ceramics.porcelain_barrel@13:[net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraftforge.oredict.OreIngredient@16d2db53]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3799 ceramics:barrels/porcelain_barrel/green RecipeStage{tier='one', recipe=8xtile.ceramics.porcelain_barrel@13:[net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraftforge.oredict.OreIngredient@25cb8e9d, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3800 ceramics:barrels/porcelain_barrel/gray_alt RecipeStage{tier='one', recipe=1xtile.ceramics.porcelain_barrel@7:[net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraftforge.oredict.OreIngredient@60a4c1e0]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3801 ceramics:barrels/porcelain_barrel/gray RecipeStage{tier='one', recipe=8xtile.ceramics.porcelain_barrel@7:[net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraftforge.oredict.OreIngredient@632eee15, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3802 ceramics:barrels/porcelain_barrel/cyan_alt RecipeStage{tier='one', recipe=1xtile.ceramics.porcelain_barrel@9:[net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraftforge.oredict.OreIngredient@1921701b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3803 ceramics:barrels/porcelain_barrel/cyan RecipeStage{tier='one', recipe=8xtile.ceramics.porcelain_barrel@9:[net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraftforge.oredict.OreIngredient@1081f25b, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3804 ceramics:barrels/porcelain_barrel/brown_alt RecipeStage{tier='one', recipe=1xtile.ceramics.porcelain_barrel@12:[net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraftforge.oredict.OreIngredient@5e9e8efd]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3805 ceramics:barrels/porcelain_barrel/brown RecipeStage{tier='one', recipe=8xtile.ceramics.porcelain_barrel@12:[net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraftforge.oredict.OreIngredient@73859ba7, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3806 ceramics:barrels/porcelain_barrel/blue_alt RecipeStage{tier='one', recipe=1xtile.ceramics.porcelain_barrel@11:[net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraftforge.oredict.OreIngredient@67b500d3]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3807 ceramics:barrels/porcelain_barrel/blue RecipeStage{tier='one', recipe=8xtile.ceramics.porcelain_barrel@11:[net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraftforge.oredict.OreIngredient@1cdabaa5, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3808 ceramics:barrels/porcelain_barrel/black_alt RecipeStage{tier='one', recipe=1xtile.ceramics.porcelain_barrel@15:[net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraftforge.oredict.OreIngredient@441009f9]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3809 ceramics:barrels/porcelain_barrel/black RecipeStage{tier='one', recipe=8xtile.ceramics.porcelain_barrel@15:[net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraftforge.oredict.OreIngredient@6746c59c, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24, net.minecraft.item.crafting.Ingredient@4994fc24]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3810 ceramics:armor/unfired_clay_plate RecipeStage{tier='one', recipe=1xitem.ceramics.unfired_clay@8:[net.minecraft.item.crafting.Ingredient@7269a7ca, net.minecraft.item.crafting.Ingredient@7269a7ca]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3812 ceramics:armor/clay_leggings RecipeStage{tier='one', recipe=1xitem.ceramics.clay_leggings@0:[net.minecraft.item.crafting.Ingredient@50099cef, net.minecraft.item.crafting.Ingredient@50099cef, net.minecraft.item.crafting.Ingredient@50099cef, net.minecraft.item.crafting.Ingredient@50099cef, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@50099cef, net.minecraft.item.crafting.Ingredient@50099cef, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@50099cef]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3814 ceramics:armor/clay_helmet RecipeStage{tier='one', recipe=1xitem.ceramics.clay_helmet@0:[net.minecraft.item.crafting.Ingredient@5c83a791, net.minecraft.item.crafting.Ingredient@5c83a791, net.minecraft.item.crafting.Ingredient@5c83a791, net.minecraft.item.crafting.Ingredient@5c83a791, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5c83a791]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3816 ceramics:armor/clay_chestplate RecipeStage{tier='one', recipe=1xitem.ceramics.clay_chestplate@0:[net.minecraft.item.crafting.Ingredient@1fc91aa, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1fc91aa, net.minecraft.item.crafting.Ingredient@1fc91aa, net.minecraft.item.crafting.Ingredient@1fc91aa, net.minecraft.item.crafting.Ingredient@1fc91aa, net.minecraft.item.crafting.Ingredient@1fc91aa, net.minecraft.item.crafting.Ingredient@1fc91aa, net.minecraft.item.crafting.Ingredient@1fc91aa]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3818 ceramics:armor/clay_boots RecipeStage{tier='one', recipe=1xitem.ceramics.clay_boots@0:[net.minecraft.item.crafting.Ingredient@132daa4a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@132daa4a, net.minecraft.item.crafting.Ingredient@132daa4a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@132daa4a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3819 chargers:wireless_charger RecipeStage{tier='five', recipe=1xtile.chargers.wireless_charger@0:[net.minecraft.item.crafting.Ingredient@2a3696e9, net.minecraft.item.crafting.Ingredient@7a68911, net.minecraft.item.crafting.Ingredient@2a3696e9, net.minecraft.item.crafting.Ingredient@2a3696e9, net.minecraft.item.crafting.Ingredient@6bb31c49, net.minecraft.item.crafting.Ingredient@2a3696e9, net.minecraft.item.crafting.Ingredient@2a3696e9, net.minecraft.item.crafting.Ingredient@40738403, net.minecraft.item.crafting.Ingredient@2a3696e9]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3820 chargers:charger_tier_3 RecipeStage{tier='five', recipe=1xtile.chargers.charger@2:[net.minecraftforge.oredict.OreIngredient@3bc9d532, net.minecraft.item.crafting.Ingredient@2eee8185, net.minecraftforge.oredict.OreIngredient@3bc9d532, net.minecraftforge.oredict.OreIngredient@3bc9d532, net.minecraft.item.crafting.Ingredient@4656d649, net.minecraftforge.oredict.OreIngredient@3bc9d532, net.minecraftforge.oredict.OreIngredient@3bc9d532, net.minecraft.item.crafting.Ingredient@7a254fbf, net.minecraftforge.oredict.OreIngredient@3bc9d532]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3821 chargers:charger_tier_2 RecipeStage{tier='four', recipe=1xtile.chargers.charger@1:[net.minecraft.item.crafting.Ingredient@7514b48b, net.minecraft.item.crafting.Ingredient@798423b0, net.minecraft.item.crafting.Ingredient@7514b48b, net.minecraft.item.crafting.Ingredient@7514b48b, net.minecraft.item.crafting.Ingredient@6de251d9, net.minecraft.item.crafting.Ingredient@7514b48b, net.minecraft.item.crafting.Ingredient@7514b48b, net.minecraft.item.crafting.Ingredient@2a40f68a, net.minecraft.item.crafting.Ingredient@7514b48b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3822 chargers:charger_tier_1 RecipeStage{tier='four', recipe=1xtile.chargers.charger@0:[net.minecraft.item.crafting.Ingredient@70ab227c, net.minecraft.item.crafting.Ingredient@f09764b, net.minecraft.item.crafting.Ingredient@70ab227c, net.minecraft.item.crafting.Ingredient@70ab227c, net.minecraft.item.crafting.Ingredient@2191cbc2, net.minecraft.item.crafting.Ingredient@70ab227c, net.minecraft.item.crafting.Ingredient@70ab227c, net.minecraft.item.crafting.Ingredient@f09764b, net.minecraft.item.crafting.Ingredient@70ab227c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3823 chiselsandbits:wrench_wood RecipeStage{tier='one', recipe=1xitem.mod.chiselsandbits.wrench_wood@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@55baeddd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@55baeddd, net.minecraftforge.oredict.OreIngredient@2d7c0726, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2d7c0726]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3824 chiselsandbits:tape_measure RecipeStage{tier='two', recipe=1xitem.mod.chiselsandbits.tape_measure@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@224e9b90, net.minecraftforge.oredict.OreIngredient@7be56dc, net.minecraftforge.oredict.OreIngredient@224e9b90, net.minecraftforge.oredict.OreIngredient@6b4d38a2, net.minecraftforge.oredict.OreIngredient@7be56dc, net.minecraftforge.oredict.OreIngredient@7be56dc, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3831 chiselsandbits:chisel_stone net.minecraft.item.crafting.ShapedRecipes@6efba97c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3833 chiselsandbits:chisel_gold net.minecraft.item.crafting.ShapedRecipes@4aaa0718 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3834 chiselsandbits:chisel_diamond net.minecraft.item.crafting.ShapedRecipes@3dc516dc +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3835 chiselsandbits:bit_bag RecipeStage{tier='one', recipe=1xitem.mod.chiselsandbits.bit_bag@0:[net.minecraft.item.crafting.Ingredient@777dfb3c, net.minecraft.item.crafting.Ingredient@777dfb3c, net.minecraft.item.crafting.Ingredient@777dfb3c, net.minecraft.item.crafting.Ingredient@777dfb3c, net.minecraft.item.crafting.Ingredient@37ba8e46, net.minecraft.item.crafting.Ingredient@777dfb3c, net.minecraft.item.crafting.Ingredient@777dfb3c, net.minecraft.item.crafting.Ingredient@777dfb3c, net.minecraft.item.crafting.Ingredient@777dfb3c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3837 chiselsandbits:bitsaw_diamond RecipeStage{tier='five', recipe=1xitem.mod.chiselsandbits.bitsaw_diamond@0:[net.minecraftforge.oredict.OreIngredient@3a37d236, net.minecraftforge.oredict.OreIngredient@3a37d236, net.minecraftforge.oredict.OreIngredient@3a37d236, net.minecraftforge.oredict.OreIngredient@3a37d236, net.minecraftforge.oredict.OreIngredient@533e6ba5, net.minecraftforge.oredict.OreIngredient@533e6ba5]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3846 refinedstorage:storage_housing RecipeStage{tier='five', recipe=1xitem.refinedstorage:storage_housing@0:[net.minecraftforge.oredict.OreIngredient@280811a5, net.minecraft.item.crafting.Ingredient@554cb4c8, net.minecraftforge.oredict.OreIngredient@280811a5, net.minecraft.item.crafting.Ingredient@554cb4c8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@554cb4c8, net.minecraft.item.crafting.Ingredient@6548c290, net.minecraft.item.crafting.Ingredient@6548c290, net.minecraft.item.crafting.Ingredient@6548c290]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3847 refinedstorage:stack_upgrade RecipeStage{tier='five', recipe=1xitem.refinedstorage:upgrade@4:[net.minecraft.item.crafting.Ingredient@f5eb3a9, net.minecraft.item.crafting.Ingredient@4bb68907, net.minecraft.item.crafting.Ingredient@f5eb3a9, net.minecraft.item.crafting.Ingredient@4bb68907, net.minecraft.item.crafting.Ingredient@f5eb3a9, net.minecraft.item.crafting.Ingredient@4bb68907, net.minecraft.item.crafting.Ingredient@f5eb3a9, net.minecraft.item.crafting.Ingredient@4bb68907, net.minecraft.item.crafting.Ingredient@f5eb3a9]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3848 refinedstorage:speed_upgrade RecipeStage{tier='five', recipe=1xitem.refinedstorage:upgrade@2:[net.minecraft.item.crafting.Ingredient@2ed9dbb0, net.minecraft.item.crafting.Ingredient@14e29b47, net.minecraft.item.crafting.Ingredient@2ed9dbb0, net.minecraft.item.crafting.Ingredient@14e29b47, net.minecraft.item.crafting.Ingredient@32bd5b63, net.minecraft.item.crafting.Ingredient@14e29b47, net.minecraft.item.crafting.Ingredient@2ed9dbb0, net.minecraft.item.crafting.Ingredient@2ed9dbb0, net.minecraft.item.crafting.Ingredient@2ed9dbb0]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3849 refinedstorage:security_manager RecipeStage{tier='five', recipe=1xblock.refinedstorage:security_manager@0:[net.minecraft.item.crafting.Ingredient@1fe3f7b7, net.minecraftforge.oredict.OreIngredient@305e1cce, net.minecraft.item.crafting.Ingredient@1fe3f7b7, net.minecraft.item.crafting.Ingredient@5d9dcd58, net.minecraft.item.crafting.Ingredient@74bae2bd, net.minecraft.item.crafting.Ingredient@5d9dcd58, net.minecraft.item.crafting.Ingredient@1fe3f7b7, net.minecraft.item.crafting.Ingredient@5d9dcd58, net.minecraft.item.crafting.Ingredient@1fe3f7b7]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3851 refinedstorage:relay RecipeStage{tier='five', recipe=1xblock.refinedstorage:relay@0:[net.minecraft.item.crafting.Ingredient@7be3627d, net.minecraft.item.crafting.Ingredient@25901b7, net.minecraft.item.crafting.Ingredient@3e95b0ca]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3856 refinedstorage:range_upgrade RecipeStage{tier='five', recipe=1xitem.refinedstorage:upgrade@1:[net.minecraft.item.crafting.Ingredient@5a6f537c, net.minecraftforge.oredict.OreIngredient@7d538c71, net.minecraft.item.crafting.Ingredient@5a6f537c, net.minecraftforge.oredict.OreIngredient@7d538c71, net.minecraft.item.crafting.Ingredient@4605d4e5, net.minecraftforge.oredict.OreIngredient@7d538c71, net.minecraft.item.crafting.Ingredient@5a6f537c, net.minecraft.item.crafting.Ingredient@5a6f537c, net.minecraft.item.crafting.Ingredient@5a6f537c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3859 refinedstorage:processor_binding net.minecraft.item.crafting.ShapedRecipes@45a45624 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3860 refinedstorage:portable_grid RecipeStage{tier='five', recipe=1xblock.refinedstorage:portable_grid@0:[net.minecraft.item.crafting.Ingredient@3fd6b2f0, net.minecraft.item.crafting.Ingredient@58a4d658, net.minecraft.item.crafting.Ingredient@3fd6b2f0, net.minecraft.item.crafting.Ingredient@3fd6b2f0, net.minecraft.item.crafting.Ingredient@2a48a9d, net.minecraft.item.crafting.Ingredient@3fd6b2f0, net.minecraft.item.crafting.Ingredient@3fd6b2f0, net.minecraft.item.crafting.Ingredient@6d35d14b, net.minecraft.item.crafting.Ingredient@3fd6b2f0]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3862 refinedstorage:pattern RecipeStage{tier='five', recipe=1xitem.refinedstorage:pattern@0:[net.minecraftforge.oredict.OreIngredient@31e2c8c3, net.minecraft.item.crafting.Ingredient@113ed334, net.minecraftforge.oredict.OreIngredient@31e2c8c3, net.minecraft.item.crafting.Ingredient@113ed334, net.minecraftforge.oredict.OreIngredient@31e2c8c3, net.minecraft.item.crafting.Ingredient@113ed334, net.minecraft.item.crafting.Ingredient@4d6f61e0, net.minecraft.item.crafting.Ingredient@4d6f61e0, net.minecraft.item.crafting.Ingredient@4d6f61e0]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3866 refinedstorage:machine_casing RecipeStage{tier='four', recipe=1xblock.refinedstorage:machine_casing@0:[net.minecraft.item.crafting.Ingredient@14368dfc, net.minecraft.item.crafting.Ingredient@14368dfc, net.minecraft.item.crafting.Ingredient@14368dfc, net.minecraft.item.crafting.Ingredient@14368dfc, net.minecraftforge.oredict.OreIngredient@2320d567, net.minecraft.item.crafting.Ingredient@14368dfc, net.minecraft.item.crafting.Ingredient@14368dfc, net.minecraft.item.crafting.Ingredient@14368dfc, net.minecraft.item.crafting.Ingredient@14368dfc]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3872 refinedstorage:filter RecipeStage{tier='five', recipe=1xitem.refinedstorage:filter@0:[net.minecraft.item.crafting.Ingredient@76357235, net.minecraft.item.crafting.Ingredient@4d097c58, net.minecraft.item.crafting.Ingredient@76357235, net.minecraft.item.crafting.Ingredient@4d097c58, net.minecraft.item.crafting.Ingredient@11e86fe9, net.minecraft.item.crafting.Ingredient@4d097c58, net.minecraft.item.crafting.Ingredient@76357235, net.minecraft.item.crafting.Ingredient@4d097c58, net.minecraft.item.crafting.Ingredient@76357235]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3880 refinedstorage:cutting_tool net.minecraftforge.oredict.ShapedOreRecipe@16124a1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3881 refinedstorage:crafting_upgrade RecipeStage{tier='five', recipe=1xitem.refinedstorage:upgrade@3:[net.minecraft.item.crafting.Ingredient@7995c0dc, net.minecraft.item.crafting.Ingredient@6a564c90, net.minecraft.item.crafting.Ingredient@7995c0dc, net.minecraftforge.oredict.OreIngredient@71d9a763, net.minecraft.item.crafting.Ingredient@6945fa0d, net.minecraftforge.oredict.OreIngredient@71d9a763, net.minecraft.item.crafting.Ingredient@7995c0dc, net.minecraft.item.crafting.Ingredient@7995c0dc, net.minecraft.item.crafting.Ingredient@7995c0dc]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3890 refinedstorage:block_of_quartz_enriched_iron RecipeStage{tier='four', recipe=1xblock.refinedstorage:quartz_enriched_iron_block@0:[net.minecraft.item.crafting.Ingredient@573551fb, net.minecraft.item.crafting.Ingredient@573551fb, net.minecraft.item.crafting.Ingredient@573551fb, net.minecraft.item.crafting.Ingredient@573551fb, net.minecraft.item.crafting.Ingredient@573551fb, net.minecraft.item.crafting.Ingredient@573551fb, net.minecraft.item.crafting.Ingredient@573551fb, net.minecraft.item.crafting.Ingredient@573551fb, net.minecraft.item.crafting.Ingredient@573551fb]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3892 refinedstorage:64k_storage_disk_from_storage_housing RecipeStage{tier='five', recipe=1xitem.refinedstorage:storage_disk@3:[net.minecraft.item.crafting.Ingredient@71a8b5b8, net.minecraft.item.crafting.Ingredient@18b04469]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3893 refinedstorage:64k_storage_disk RecipeStage{tier='five', recipe=1xitem.refinedstorage:storage_disk@3:[net.minecraftforge.oredict.OreIngredient@49612b45, net.minecraft.item.crafting.Ingredient@717bf319, net.minecraftforge.oredict.OreIngredient@49612b45, net.minecraft.item.crafting.Ingredient@717bf319, net.minecraft.item.crafting.Ingredient@58182dc7, net.minecraft.item.crafting.Ingredient@717bf319, net.minecraft.item.crafting.Ingredient@4e94fa4f, net.minecraft.item.crafting.Ingredient@4e94fa4f, net.minecraft.item.crafting.Ingredient@4e94fa4f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3894 refinedstorage:64k_storage_block RecipeStage{tier='five', recipe=1xblock.refinedstorage:storage@3:[net.minecraft.item.crafting.Ingredient@42900e43, net.minecraft.item.crafting.Ingredient@10a08bd0, net.minecraft.item.crafting.Ingredient@42900e43, net.minecraft.item.crafting.Ingredient@42900e43, net.minecraft.item.crafting.Ingredient@5062a606, net.minecraft.item.crafting.Ingredient@42900e43, net.minecraft.item.crafting.Ingredient@42900e43, net.minecraft.item.crafting.Ingredient@20a38ed2, net.minecraft.item.crafting.Ingredient@42900e43]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3895 refinedstorage:64k_fluid_storage_part RecipeStage{tier='five', recipe=1xitem.refinedstorage:fluid_storage_part@0:[net.minecraftforge.oredict.OreIngredient@6da41abe, net.minecraft.item.crafting.Ingredient@540e5e51, net.minecraftforge.oredict.OreIngredient@6da41abe, net.minecraftforge.oredict.OreIngredient@1f66060c, net.minecraft.item.crafting.Ingredient@1732ea58, net.minecraftforge.oredict.OreIngredient@1f66060c, net.minecraftforge.oredict.OreIngredient@6da41abe, net.minecraftforge.oredict.OreIngredient@1f66060c, net.minecraftforge.oredict.OreIngredient@6da41abe]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3896 refinedstorage:64k_fluid_storage_disk_from_storage_housing RecipeStage{tier='five', recipe=1xitem.refinedstorage:fluid_storage_disk@0:[net.minecraft.item.crafting.Ingredient@534d2ddb, net.minecraft.item.crafting.Ingredient@7af5857b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3897 refinedstorage:64k_fluid_storage_disk RecipeStage{tier='five', recipe=1xitem.refinedstorage:fluid_storage_disk@0:[net.minecraftforge.oredict.OreIngredient@7084e5bc, net.minecraft.item.crafting.Ingredient@23d0c9a2, net.minecraftforge.oredict.OreIngredient@7084e5bc, net.minecraft.item.crafting.Ingredient@23d0c9a2, net.minecraft.item.crafting.Ingredient@12cbe8a0, net.minecraft.item.crafting.Ingredient@23d0c9a2, net.minecraft.item.crafting.Ingredient@5790de08, net.minecraft.item.crafting.Ingredient@5790de08, net.minecraft.item.crafting.Ingredient@5790de08]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3898 refinedstorage:64k_fluid_storage_block RecipeStage{tier='five', recipe=1xblock.refinedstorage:fluid_storage@0:[net.minecraft.item.crafting.Ingredient@1cf9d240, net.minecraft.item.crafting.Ingredient@5ed85c2a, net.minecraft.item.crafting.Ingredient@1cf9d240, net.minecraft.item.crafting.Ingredient@1cf9d240, net.minecraft.item.crafting.Ingredient@39a4bd43, net.minecraft.item.crafting.Ingredient@1cf9d240, net.minecraft.item.crafting.Ingredient@1cf9d240, net.minecraft.item.crafting.Ingredient@4a7b6644, net.minecraft.item.crafting.Ingredient@1cf9d240]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3900 refinedstorage:4k_storage_disk_from_storage_housing RecipeStage{tier='five', recipe=1xitem.refinedstorage:storage_disk@1:[net.minecraft.item.crafting.Ingredient@d4a1d24, net.minecraft.item.crafting.Ingredient@1cad507a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3901 refinedstorage:4k_storage_disk RecipeStage{tier='five', recipe=1xitem.refinedstorage:storage_disk@1:[net.minecraftforge.oredict.OreIngredient@43eeff43, net.minecraft.item.crafting.Ingredient@3ad0108d, net.minecraftforge.oredict.OreIngredient@43eeff43, net.minecraft.item.crafting.Ingredient@3ad0108d, net.minecraft.item.crafting.Ingredient@14964374, net.minecraft.item.crafting.Ingredient@3ad0108d, net.minecraft.item.crafting.Ingredient@139f6056, net.minecraft.item.crafting.Ingredient@139f6056, net.minecraft.item.crafting.Ingredient@139f6056]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3902 refinedstorage:4k_storage_block RecipeStage{tier='five', recipe=1xblock.refinedstorage:storage@1:[net.minecraft.item.crafting.Ingredient@75d8eb97, net.minecraft.item.crafting.Ingredient@18ea1390, net.minecraft.item.crafting.Ingredient@75d8eb97, net.minecraft.item.crafting.Ingredient@75d8eb97, net.minecraft.item.crafting.Ingredient@538f9e47, net.minecraft.item.crafting.Ingredient@75d8eb97, net.minecraft.item.crafting.Ingredient@75d8eb97, net.minecraft.item.crafting.Ingredient@8673e3e, net.minecraft.item.crafting.Ingredient@75d8eb97]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3904 refinedstorage:4096k_fluid_storage_disk_from_storage_housing RecipeStage{tier='five', recipe=1xitem.refinedstorage:fluid_storage_disk@3:[net.minecraft.item.crafting.Ingredient@288efb83, net.minecraft.item.crafting.Ingredient@b6444d4]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3905 refinedstorage:4096k_fluid_storage_disk RecipeStage{tier='five', recipe=1xitem.refinedstorage:fluid_storage_disk@3:[net.minecraftforge.oredict.OreIngredient@2a4785b6, net.minecraft.item.crafting.Ingredient@51d3f85d, net.minecraftforge.oredict.OreIngredient@2a4785b6, net.minecraft.item.crafting.Ingredient@51d3f85d, net.minecraft.item.crafting.Ingredient@16abac1, net.minecraft.item.crafting.Ingredient@51d3f85d, net.minecraft.item.crafting.Ingredient@633bb234, net.minecraft.item.crafting.Ingredient@633bb234, net.minecraft.item.crafting.Ingredient@633bb234]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3906 refinedstorage:4096k_fluid_storage_block RecipeStage{tier='five', recipe=1xblock.refinedstorage:fluid_storage@3:[net.minecraft.item.crafting.Ingredient@f5346eb, net.minecraft.item.crafting.Ingredient@67f2dc7f, net.minecraft.item.crafting.Ingredient@f5346eb, net.minecraft.item.crafting.Ingredient@f5346eb, net.minecraft.item.crafting.Ingredient@516452fd, net.minecraft.item.crafting.Ingredient@f5346eb, net.minecraft.item.crafting.Ingredient@f5346eb, net.minecraft.item.crafting.Ingredient@1b677060, net.minecraft.item.crafting.Ingredient@f5346eb]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3908 refinedstorage:256k_fluid_storage_disk_from_storage_housing RecipeStage{tier='five', recipe=1xitem.refinedstorage:fluid_storage_disk@1:[net.minecraft.item.crafting.Ingredient@841965e, net.minecraft.item.crafting.Ingredient@9e582e4]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3909 refinedstorage:256k_fluid_storage_disk RecipeStage{tier='five', recipe=1xitem.refinedstorage:fluid_storage_disk@1:[net.minecraftforge.oredict.OreIngredient@48116ae2, net.minecraft.item.crafting.Ingredient@49b924ef, net.minecraftforge.oredict.OreIngredient@48116ae2, net.minecraft.item.crafting.Ingredient@49b924ef, net.minecraft.item.crafting.Ingredient@2d94db65, net.minecraft.item.crafting.Ingredient@49b924ef, net.minecraft.item.crafting.Ingredient@71b6e70c, net.minecraft.item.crafting.Ingredient@71b6e70c, net.minecraft.item.crafting.Ingredient@71b6e70c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3910 refinedstorage:256k_fluid_storage_block RecipeStage{tier='five', recipe=1xblock.refinedstorage:fluid_storage@1:[net.minecraft.item.crafting.Ingredient@7daf5a8f, net.minecraft.item.crafting.Ingredient@96ef5ad, net.minecraft.item.crafting.Ingredient@7daf5a8f, net.minecraft.item.crafting.Ingredient@7daf5a8f, net.minecraft.item.crafting.Ingredient@7fa1b522, net.minecraft.item.crafting.Ingredient@7daf5a8f, net.minecraft.item.crafting.Ingredient@7daf5a8f, net.minecraft.item.crafting.Ingredient@5313e1a1, net.minecraft.item.crafting.Ingredient@7daf5a8f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3911 refinedstorage:1k_storage_part RecipeStage{tier='five', recipe=1xitem.refinedstorage:storage_part@0:[net.minecraftforge.oredict.OreIngredient@3a460645, net.minecraft.item.crafting.Ingredient@1af681a0, net.minecraftforge.oredict.OreIngredient@3a460645, net.minecraftforge.oredict.OreIngredient@61fa9307, net.minecraft.item.crafting.Ingredient@eed5757, net.minecraftforge.oredict.OreIngredient@61fa9307, net.minecraftforge.oredict.OreIngredient@3a460645, net.minecraftforge.oredict.OreIngredient@61fa9307, net.minecraftforge.oredict.OreIngredient@3a460645]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3912 refinedstorage:1k_storage_disk_from_storage_housing RecipeStage{tier='five', recipe=1xitem.refinedstorage:storage_disk@0:[net.minecraft.item.crafting.Ingredient@7ba201ec, net.minecraft.item.crafting.Ingredient@67caee7d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3913 refinedstorage:1k_storage_disk RecipeStage{tier='five', recipe=1xitem.refinedstorage:storage_disk@0:[net.minecraftforge.oredict.OreIngredient@373e5f56, net.minecraft.item.crafting.Ingredient@725d0f71, net.minecraftforge.oredict.OreIngredient@373e5f56, net.minecraft.item.crafting.Ingredient@725d0f71, net.minecraft.item.crafting.Ingredient@17471f83, net.minecraft.item.crafting.Ingredient@725d0f71, net.minecraft.item.crafting.Ingredient@2f4e8488, net.minecraft.item.crafting.Ingredient@2f4e8488, net.minecraft.item.crafting.Ingredient@2f4e8488]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3914 refinedstorage:1k_storage_block RecipeStage{tier='five', recipe=1xblock.refinedstorage:storage@0:[net.minecraft.item.crafting.Ingredient@19d29d18, net.minecraft.item.crafting.Ingredient@7b709e47, net.minecraft.item.crafting.Ingredient@19d29d18, net.minecraft.item.crafting.Ingredient@19d29d18, net.minecraft.item.crafting.Ingredient@456114d, net.minecraft.item.crafting.Ingredient@19d29d18, net.minecraft.item.crafting.Ingredient@19d29d18, net.minecraft.item.crafting.Ingredient@13d86275, net.minecraft.item.crafting.Ingredient@19d29d18]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3916 refinedstorage:16k_storage_disk_from_storage_housing RecipeStage{tier='five', recipe=1xitem.refinedstorage:storage_disk@2:[net.minecraft.item.crafting.Ingredient@299184f1, net.minecraft.item.crafting.Ingredient@699acb34]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3917 refinedstorage:16k_storage_disk RecipeStage{tier='five', recipe=1xitem.refinedstorage:storage_disk@2:[net.minecraftforge.oredict.OreIngredient@14a8b97b, net.minecraft.item.crafting.Ingredient@161b34, net.minecraftforge.oredict.OreIngredient@14a8b97b, net.minecraft.item.crafting.Ingredient@161b34, net.minecraft.item.crafting.Ingredient@3399402a, net.minecraft.item.crafting.Ingredient@161b34, net.minecraft.item.crafting.Ingredient@3864c4e3, net.minecraft.item.crafting.Ingredient@3864c4e3, net.minecraft.item.crafting.Ingredient@3864c4e3]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3918 refinedstorage:16k_storage_block RecipeStage{tier='five', recipe=1xblock.refinedstorage:storage@2:[net.minecraft.item.crafting.Ingredient@141f074c, net.minecraft.item.crafting.Ingredient@756c48fd, net.minecraft.item.crafting.Ingredient@141f074c, net.minecraft.item.crafting.Ingredient@141f074c, net.minecraft.item.crafting.Ingredient@3e15b079, net.minecraft.item.crafting.Ingredient@141f074c, net.minecraft.item.crafting.Ingredient@141f074c, net.minecraft.item.crafting.Ingredient@61930727, net.minecraft.item.crafting.Ingredient@141f074c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3920 refinedstorage:1024k_fluid_storage_disk_from_storage_housing RecipeStage{tier='five', recipe=1xitem.refinedstorage:fluid_storage_disk@2:[net.minecraft.item.crafting.Ingredient@1cc7a9e1, net.minecraft.item.crafting.Ingredient@203a83c6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3921 refinedstorage:1024k_fluid_storage_disk RecipeStage{tier='five', recipe=1xitem.refinedstorage:fluid_storage_disk@2:[net.minecraftforge.oredict.OreIngredient@69af178, net.minecraft.item.crafting.Ingredient@3efd569c, net.minecraftforge.oredict.OreIngredient@69af178, net.minecraft.item.crafting.Ingredient@3efd569c, net.minecraft.item.crafting.Ingredient@778c62b0, net.minecraft.item.crafting.Ingredient@3efd569c, net.minecraft.item.crafting.Ingredient@56a5ac5d, net.minecraft.item.crafting.Ingredient@56a5ac5d, net.minecraft.item.crafting.Ingredient@56a5ac5d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3922 refinedstorage:1024k_fluid_storage_block RecipeStage{tier='five', recipe=1xblock.refinedstorage:fluid_storage@2:[net.minecraft.item.crafting.Ingredient@68cace33, net.minecraft.item.crafting.Ingredient@791aaaa, net.minecraft.item.crafting.Ingredient@68cace33, net.minecraft.item.crafting.Ingredient@68cace33, net.minecraft.item.crafting.Ingredient@3c4983cc, net.minecraft.item.crafting.Ingredient@68cace33, net.minecraft.item.crafting.Ingredient@68cace33, net.minecraft.item.crafting.Ingredient@17b14103, net.minecraft.item.crafting.Ingredient@68cace33]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3923 compactmachines3:psd RecipeStage{tier='five', recipe=1xitem.compactmachines3.psd@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3182563e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@42a44a44, net.minecraft.item.crafting.Ingredient@b063d56, net.minecraft.item.crafting.Ingredient@42a44a44, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@39660c6f, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3924 compactmachines3:fieldprojector RecipeStage{tier='five', recipe=4xtile.compactmachines3.fieldprojector@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@49ba0631, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1d03e10b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6ebfa218, net.minecraft.item.crafting.Ingredient@6794d99b, net.minecraft.item.crafting.Ingredient@6ebfa218]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3925 conarm:travel_soul RecipeStage{tier='three', recipe=1xitem.conarm.travel_soul@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@55a30673, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4a20a87f, net.minecraft.item.crafting.Ingredient@3ab1c968, net.minecraftforge.oredict.OreIngredient@4a20a87f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@55a30673, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3926 conarm:travel_slowfall RecipeStage{tier='two', recipe=1xitem.conarm.travel_slowfall@0:[net.minecraftforge.oredict.OreIngredient@21edaefe, net.minecraftforge.oredict.OreIngredient@7e0daf34, net.minecraftforge.oredict.OreIngredient@21edaefe, net.minecraftforge.oredict.OreIngredient@21edaefe, net.minecraft.item.crafting.Ingredient@39d3ef7d, net.minecraftforge.oredict.OreIngredient@21edaefe, net.minecraftforge.oredict.OreIngredient@21edaefe, net.minecraft.item.crafting.Ingredient@49e7a8a, net.minecraftforge.oredict.OreIngredient@21edaefe]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3929 conarm:travel_goggles_base RecipeStage{tier='two', recipe=1xitem.conarm.travel_goggles_base@0:[net.minecraftforge.oredict.OreIngredient@1b6efb5b, net.minecraftforge.oredict.OreIngredient@72cb109a, net.minecraftforge.oredict.OreIngredient@1b6efb5b, net.minecraftforge.oredict.OreIngredient@50f7d9f4, net.minecraftforge.oredict.OreIngredient@1b6efb5b, net.minecraftforge.oredict.OreIngredient@50f7d9f4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3930 conarm:travel_goggles RecipeStage{tier='two', recipe=1xitem.conarm.travel_goggles@0:[net.minecraftforge.oredict.OreIngredient@25ace415, net.minecraft.item.crafting.Ingredient@4eaafd36, net.minecraftforge.oredict.OreIngredient@25ace415]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3931 conarm:travel_cloak RecipeStage{tier='two', recipe=1xitem.conarm.travel_cloak@0:[net.minecraftforge.oredict.OreIngredient@22b4c187, net.minecraft.item.crafting.Ingredient@7f9da7ba, net.minecraftforge.oredict.OreIngredient@22b4c187, net.minecraftforge.oredict.OreIngredient@22b4c187, net.minecraft.item.crafting.Ingredient@7f9da7ba, net.minecraftforge.oredict.OreIngredient@22b4c187, net.minecraftforge.oredict.OreIngredient@22b4c187, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@22b4c187]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3934 conarm:resist_mat_proj RecipeStage{tier='three', recipe=1xitem.conarm.resist_mat_proj@0:[net.minecraftforge.oredict.OreIngredient@3335565e, net.minecraft.item.crafting.Ingredient@44827a2b, net.minecraftforge.oredict.OreIngredient@3335565e, net.minecraft.item.crafting.Ingredient@44827a2b, net.minecraftforge.oredict.OreIngredient@7cd275f8, net.minecraft.item.crafting.Ingredient@44827a2b, net.minecraftforge.oredict.OreIngredient@3335565e, net.minecraft.item.crafting.Ingredient@44827a2b, net.minecraftforge.oredict.OreIngredient@3335565e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3935 conarm:resist_mat_fire RecipeStage{tier='three', recipe=1xitem.conarm.resist_mat_fire@0:[net.minecraftforge.oredict.OreIngredient@e082724, net.minecraft.item.crafting.Ingredient@552e9233, net.minecraftforge.oredict.OreIngredient@e082724, net.minecraft.item.crafting.Ingredient@552e9233, net.minecraftforge.oredict.OreIngredient@7cd275f8, net.minecraft.item.crafting.Ingredient@552e9233, net.minecraftforge.oredict.OreIngredient@e082724, net.minecraft.item.crafting.Ingredient@552e9233, net.minecraftforge.oredict.OreIngredient@e082724]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3936 conarm:resist_mat_blast RecipeStage{tier='three', recipe=1xitem.conarm.resist_mat_blast@0:[net.minecraftforge.oredict.OreIngredient@53f7aaa9, net.minecraft.item.crafting.Ingredient@1633683a, net.minecraftforge.oredict.OreIngredient@53f7aaa9, net.minecraft.item.crafting.Ingredient@1633683a, net.minecraftforge.oredict.OreIngredient@7cd275f8, net.minecraft.item.crafting.Ingredient@1633683a, net.minecraftforge.oredict.OreIngredient@53f7aaa9, net.minecraft.item.crafting.Ingredient@1633683a, net.minecraftforge.oredict.OreIngredient@53f7aaa9]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3937 conarm:resist_mat RecipeStage{tier='three', recipe=1xitem.conarm.resist_mat@0:[net.minecraftforge.oredict.OreIngredient@4b4cb480, net.minecraftforge.oredict.OreIngredient@48165bb6, net.minecraftforge.oredict.OreIngredient@4b4cb480, net.minecraftforge.oredict.OreIngredient@48165bb6, net.minecraftforge.oredict.OreIngredient@7cd275f8, net.minecraftforge.oredict.OreIngredient@48165bb6, net.minecraftforge.oredict.OreIngredient@4b4cb480, net.minecraftforge.oredict.OreIngredient@48165bb6, net.minecraftforge.oredict.OreIngredient@4b4cb480]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3938 conarm:invisible_ink RecipeStage{tier='two', recipe=1xitem.conarm.invisible_ink@0:[net.minecraft.item.crafting.Ingredient@100b3b00, net.minecraftforge.oredict.OreIngredient@2982b33c, net.minecraftforge.oredict.OreIngredient@fcd1577, net.minecraftforge.oredict.OreIngredient@357dc8d2]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3939 conarm:gauntlet_mat_speed RecipeStage{tier='two', recipe=1xitem.conarm.gauntlet_mat_speed@0:[net.minecraftforge.oredict.OreIngredient@7ca1d515, net.minecraftforge.oredict.OreIngredient@7ca1d515, net.minecraftforge.oredict.OreIngredient@7ca1d515, net.minecraftforge.oredict.OreIngredient@7ca1d515, net.minecraft.item.crafting.Ingredient@393199d1, net.minecraftforge.oredict.OreIngredient@7ca1d515, net.minecraftforge.oredict.OreIngredient@7ca1d515, net.minecraftforge.oredict.OreIngredient@7ca1d515, net.minecraftforge.oredict.OreIngredient@7ca1d515]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3940 conarm:gauntlet_mat_reach RecipeStage{tier='three', recipe=1xitem.conarm.gauntlet_mat_reach@0:[net.minecraftforge.oredict.OreIngredient@1776c9c6, net.minecraft.item.crafting.Ingredient@151b7661, net.minecraftforge.oredict.OreIngredient@1776c9c6, net.minecraft.item.crafting.Ingredient@151b7661, net.minecraft.item.crafting.Ingredient@7fdf0fb6, net.minecraft.item.crafting.Ingredient@151b7661, net.minecraftforge.oredict.OreIngredient@1776c9c6, net.minecraft.item.crafting.Ingredient@151b7661, net.minecraftforge.oredict.OreIngredient@1776c9c6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3941 conarm:gauntlet_mat_attack RecipeStage{tier='three', recipe=1xitem.conarm.gauntlet_mat_attack@0:[net.minecraftforge.oredict.OreIngredient@546089d5, net.minecraftforge.oredict.OreIngredient@546089d5, net.minecraftforge.oredict.OreIngredient@546089d5, net.minecraftforge.oredict.OreIngredient@546089d5, net.minecraft.item.crafting.Ingredient@3cdfe14b, net.minecraftforge.oredict.OreIngredient@546089d5, net.minecraftforge.oredict.OreIngredient@546089d5, net.minecraftforge.oredict.OreIngredient@546089d5, net.minecraftforge.oredict.OreIngredient@546089d5]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3942 conarm:gauntlet_mat RecipeStage{tier='two', recipe=1xitem.conarm.gauntlet_mat@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@57044e8b, net.minecraftforge.oredict.OreIngredient@57044e8b, net.minecraftforge.oredict.OreIngredient@7176cec9, net.minecraftforge.oredict.OreIngredient@57044e8b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@57044e8b, net.minecraftforge.oredict.OreIngredient@57044e8b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3943 conarm:frosty_soles RecipeStage{tier='two', recipe=1xitem.conarm.frosty_soles@0:[net.minecraft.item.crafting.Ingredient@2a213cbc, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2a213cbc, net.minecraftforge.oredict.OreIngredient@63512ea3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@63512ea3]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3944 conarm:book RecipeStage{tier='two', recipe=1xitem.conarm.book@0:[net.minecraft.item.crafting.Ingredient@3d36c6c0, net.minecraft.item.crafting.Ingredient@3d0656b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3945 conarm:armor_station RecipeStage{tier='two', recipe=1xtile.conarm.armorstation@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1294f7a3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1294f7a3, net.minecraftforge.oredict.OreIngredient@69a78d0d, net.minecraft.item.crafting.Ingredient@1294f7a3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1294f7a3, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3948 cookingforblockheads:spice_rack RecipeStage{tier='four', recipe=1xtile.cookingforblockheads:spice_rack@0:[net.minecraftforge.oredict.OreIngredient@7b717127]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3952 cookingforblockheads:no_filter_edition RecipeStage{tier='four', recipe=1xitem.null@0:[net.minecraft.item.crafting.Ingredient@5a35ce2b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3956 cookingforblockheads:kitchen_counter RecipeStage{tier='four', recipe=1xtile.cookingforblockheads:counter@0:[net.minecraftforge.oredict.OreIngredient@50d2c70f, net.minecraftforge.oredict.OreIngredient@50d2c70f, net.minecraftforge.oredict.OreIngredient@50d2c70f, net.minecraft.item.crafting.Ingredient@54f256b5, net.minecraftforge.oredict.OreIngredient@7fb11b1d, net.minecraft.item.crafting.Ingredient@54f256b5, net.minecraft.item.crafting.Ingredient@54f256b5, net.minecraft.item.crafting.Ingredient@54f256b5, net.minecraft.item.crafting.Ingredient@54f256b5]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3957 cookingforblockheads:kitchen_corner RecipeStage{tier='four', recipe=1xtile.cookingforblockheads:corner@0:[net.minecraftforge.oredict.OreIngredient@50d2c70f, net.minecraftforge.oredict.OreIngredient@50d2c70f, net.minecraftforge.oredict.OreIngredient@50d2c70f, net.minecraft.item.crafting.Ingredient@455a7572, net.minecraft.item.crafting.Ingredient@455a7572, net.minecraft.item.crafting.Ingredient@455a7572, net.minecraft.item.crafting.Ingredient@455a7572, net.minecraft.item.crafting.Ingredient@455a7572, net.minecraft.item.crafting.Ingredient@455a7572]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3958 cookingforblockheads:kitchen_cabinet RecipeStage{tier='four', recipe=1xtile.cookingforblockheads:cabinet@0:[net.minecraft.item.crafting.Ingredient@1525f134, net.minecraft.item.crafting.Ingredient@1525f134, net.minecraft.item.crafting.Ingredient@1525f134, net.minecraft.item.crafting.Ingredient@1525f134, net.minecraftforge.oredict.OreIngredient@7fb11b1d, net.minecraft.item.crafting.Ingredient@1525f134]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3961 cookingforblockheads:fruit_basket RecipeStage{tier='four', recipe=1xtile.cookingforblockheads:fruit_basket@0:[net.minecraftforge.oredict.OreIngredient@7b717127, net.minecraft.item.crafting.Ingredient@643cbf4f, net.minecraftforge.oredict.OreIngredient@7b717127]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3962 cookingforblockheads:fridge RecipeStage{tier='four', recipe=1xtile.cookingforblockheads:fridge@0:[net.minecraftforge.oredict.OreIngredient@7fb11b1d, net.minecraft.item.crafting.Ingredient@d780a97]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3964 cookingforblockheads:cooking_table RecipeStage{tier='four', recipe=1xtile.cookingforblockheads:cooking_table@0:[net.minecraftforge.oredict.OreIngredient@50d2c70f, net.minecraftforge.oredict.OreIngredient@50d2c70f, net.minecraftforge.oredict.OreIngredient@50d2c70f, net.minecraft.item.crafting.Ingredient@2b5c435d, net.minecraft.item.crafting.Ingredient@69cffc07, net.minecraft.item.crafting.Ingredient@2b5c435d, net.minecraft.item.crafting.Ingredient@2b5c435d, net.minecraft.item.crafting.Ingredient@2b5c435d, net.minecraft.item.crafting.Ingredient@2b5c435d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3967 elevatorid:redye_magenta RecipeStage{tier='four', recipe=1xtile.elevator_magenta@0:[net.minecraftforge.oredict.OreIngredient@78fe758f, net.minecraft.item.crafting.Ingredient@186c05d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3968 elevatorid:elevator_silver RecipeStage{tier='four', recipe=1xtile.elevator_silver@0:[net.minecraft.item.crafting.Ingredient@61aa5685, net.minecraft.item.crafting.Ingredient@61aa5685, net.minecraft.item.crafting.Ingredient@61aa5685, net.minecraft.item.crafting.Ingredient@61aa5685, net.minecraft.item.crafting.Ingredient@2056400c, net.minecraft.item.crafting.Ingredient@61aa5685, net.minecraft.item.crafting.Ingredient@61aa5685, net.minecraft.item.crafting.Ingredient@61aa5685, net.minecraft.item.crafting.Ingredient@61aa5685]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3969 elevatorid:redye_green RecipeStage{tier='four', recipe=1xtile.elevator_green@0:[net.minecraftforge.oredict.OreIngredient@40063787, net.minecraft.item.crafting.Ingredient@4a21c234]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3970 elevatorid:elevator_pink RecipeStage{tier='four', recipe=1xtile.elevator_pink@0:[net.minecraft.item.crafting.Ingredient@278daf50, net.minecraft.item.crafting.Ingredient@278daf50, net.minecraft.item.crafting.Ingredient@278daf50, net.minecraft.item.crafting.Ingredient@278daf50, net.minecraft.item.crafting.Ingredient@9de9429, net.minecraft.item.crafting.Ingredient@278daf50, net.minecraft.item.crafting.Ingredient@278daf50, net.minecraft.item.crafting.Ingredient@278daf50, net.minecraft.item.crafting.Ingredient@278daf50]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3971 elevatorid:redye_pink RecipeStage{tier='four', recipe=1xtile.elevator_pink@0:[net.minecraftforge.oredict.OreIngredient@1238c4fd, net.minecraft.item.crafting.Ingredient@5045cdd5]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3972 elevatorid:redye_black RecipeStage{tier='four', recipe=1xtile.elevator_black@0:[net.minecraftforge.oredict.OreIngredient@5ea45643, net.minecraft.item.crafting.Ingredient@4ce783d3]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3973 elevatorid:redye_silver RecipeStage{tier='four', recipe=1xtile.elevator_silver@0:[net.minecraftforge.oredict.OreIngredient@4d280e62, net.minecraft.item.crafting.Ingredient@ebeee76]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3974 elevatorid:redye_brown RecipeStage{tier='four', recipe=1xtile.elevator_brown@0:[net.minecraftforge.oredict.OreIngredient@5499b15d, net.minecraft.item.crafting.Ingredient@428cae38]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3975 elevatorid:redye_light_blue RecipeStage{tier='four', recipe=1xtile.elevator_light_blue@0:[net.minecraftforge.oredict.OreIngredient@43be7f97, net.minecraft.item.crafting.Ingredient@364359e2]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3976 elevatorid:redye_red RecipeStage{tier='four', recipe=1xtile.elevator_red@0:[net.minecraftforge.oredict.OreIngredient@617d34aa, net.minecraft.item.crafting.Ingredient@bc3af9d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3977 elevatorid:elevator_lime RecipeStage{tier='four', recipe=1xtile.elevator_lime@0:[net.minecraft.item.crafting.Ingredient@31bbed13, net.minecraft.item.crafting.Ingredient@31bbed13, net.minecraft.item.crafting.Ingredient@31bbed13, net.minecraft.item.crafting.Ingredient@31bbed13, net.minecraft.item.crafting.Ingredient@7c47d38d, net.minecraft.item.crafting.Ingredient@31bbed13, net.minecraft.item.crafting.Ingredient@31bbed13, net.minecraft.item.crafting.Ingredient@31bbed13, net.minecraft.item.crafting.Ingredient@31bbed13]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3978 elevatorid:elevator_light_blue RecipeStage{tier='four', recipe=1xtile.elevator_light_blue@0:[net.minecraft.item.crafting.Ingredient@5df78f62, net.minecraft.item.crafting.Ingredient@5df78f62, net.minecraft.item.crafting.Ingredient@5df78f62, net.minecraft.item.crafting.Ingredient@5df78f62, net.minecraft.item.crafting.Ingredient@6344574a, net.minecraft.item.crafting.Ingredient@5df78f62, net.minecraft.item.crafting.Ingredient@5df78f62, net.minecraft.item.crafting.Ingredient@5df78f62, net.minecraft.item.crafting.Ingredient@5df78f62]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3979 elevatorid:elevator_green RecipeStage{tier='four', recipe=1xtile.elevator_green@0:[net.minecraft.item.crafting.Ingredient@406a9b30, net.minecraft.item.crafting.Ingredient@406a9b30, net.minecraft.item.crafting.Ingredient@406a9b30, net.minecraft.item.crafting.Ingredient@406a9b30, net.minecraft.item.crafting.Ingredient@12fe5e8d, net.minecraft.item.crafting.Ingredient@406a9b30, net.minecraft.item.crafting.Ingredient@406a9b30, net.minecraft.item.crafting.Ingredient@406a9b30, net.minecraft.item.crafting.Ingredient@406a9b30]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3980 elevatorid:redye_cyan RecipeStage{tier='four', recipe=1xtile.elevator_cyan@0:[net.minecraftforge.oredict.OreIngredient@6f2891c2, net.minecraft.item.crafting.Ingredient@1eb62f01]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3981 elevatorid:elevator_cyan RecipeStage{tier='four', recipe=1xtile.elevator_cyan@0:[net.minecraft.item.crafting.Ingredient@338e8cbc, net.minecraft.item.crafting.Ingredient@338e8cbc, net.minecraft.item.crafting.Ingredient@338e8cbc, net.minecraft.item.crafting.Ingredient@338e8cbc, net.minecraft.item.crafting.Ingredient@6c8a211b, net.minecraft.item.crafting.Ingredient@338e8cbc, net.minecraft.item.crafting.Ingredient@338e8cbc, net.minecraft.item.crafting.Ingredient@338e8cbc, net.minecraft.item.crafting.Ingredient@338e8cbc]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3982 elevatorid:redye_gray RecipeStage{tier='four', recipe=1xtile.elevator_gray@0:[net.minecraftforge.oredict.OreIngredient@54db8805, net.minecraft.item.crafting.Ingredient@1ac41f77]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3983 elevatorid:elevator_red RecipeStage{tier='four', recipe=1xtile.elevator_red@0:[net.minecraft.item.crafting.Ingredient@bcdd6eb, net.minecraft.item.crafting.Ingredient@bcdd6eb, net.minecraft.item.crafting.Ingredient@bcdd6eb, net.minecraft.item.crafting.Ingredient@bcdd6eb, net.minecraft.item.crafting.Ingredient@427762c5, net.minecraft.item.crafting.Ingredient@bcdd6eb, net.minecraft.item.crafting.Ingredient@bcdd6eb, net.minecraft.item.crafting.Ingredient@bcdd6eb, net.minecraft.item.crafting.Ingredient@bcdd6eb]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3984 elevatorid:elevator_orange RecipeStage{tier='four', recipe=1xtile.elevator_orange@0:[net.minecraft.item.crafting.Ingredient@4f96868d, net.minecraft.item.crafting.Ingredient@4f96868d, net.minecraft.item.crafting.Ingredient@4f96868d, net.minecraft.item.crafting.Ingredient@4f96868d, net.minecraft.item.crafting.Ingredient@3f80e065, net.minecraft.item.crafting.Ingredient@4f96868d, net.minecraft.item.crafting.Ingredient@4f96868d, net.minecraft.item.crafting.Ingredient@4f96868d, net.minecraft.item.crafting.Ingredient@4f96868d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3985 elevatorid:elevator_blue RecipeStage{tier='four', recipe=1xtile.elevator_blue@0:[net.minecraft.item.crafting.Ingredient@6697cabd, net.minecraft.item.crafting.Ingredient@6697cabd, net.minecraft.item.crafting.Ingredient@6697cabd, net.minecraft.item.crafting.Ingredient@6697cabd, net.minecraft.item.crafting.Ingredient@354fd046, net.minecraft.item.crafting.Ingredient@6697cabd, net.minecraft.item.crafting.Ingredient@6697cabd, net.minecraft.item.crafting.Ingredient@6697cabd, net.minecraft.item.crafting.Ingredient@6697cabd]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3986 elevatorid:elevator_magenta RecipeStage{tier='four', recipe=1xtile.elevator_magenta@0:[net.minecraft.item.crafting.Ingredient@177d386c, net.minecraft.item.crafting.Ingredient@177d386c, net.minecraft.item.crafting.Ingredient@177d386c, net.minecraft.item.crafting.Ingredient@177d386c, net.minecraft.item.crafting.Ingredient@24600dff, net.minecraft.item.crafting.Ingredient@177d386c, net.minecraft.item.crafting.Ingredient@177d386c, net.minecraft.item.crafting.Ingredient@177d386c, net.minecraft.item.crafting.Ingredient@177d386c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3987 elevatorid:elevator_brown RecipeStage{tier='four', recipe=1xtile.elevator_brown@0:[net.minecraft.item.crafting.Ingredient@711eed91, net.minecraft.item.crafting.Ingredient@711eed91, net.minecraft.item.crafting.Ingredient@711eed91, net.minecraft.item.crafting.Ingredient@711eed91, net.minecraft.item.crafting.Ingredient@18282055, net.minecraft.item.crafting.Ingredient@711eed91, net.minecraft.item.crafting.Ingredient@711eed91, net.minecraft.item.crafting.Ingredient@711eed91, net.minecraft.item.crafting.Ingredient@711eed91]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3988 elevatorid:redye_blue RecipeStage{tier='four', recipe=1xtile.elevator_blue@0:[net.minecraftforge.oredict.OreIngredient@3e8c7cdb, net.minecraft.item.crafting.Ingredient@71f62580]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3989 elevatorid:elevator_black RecipeStage{tier='four', recipe=1xtile.elevator_black@0:[net.minecraft.item.crafting.Ingredient@4ad701e5, net.minecraft.item.crafting.Ingredient@4ad701e5, net.minecraft.item.crafting.Ingredient@4ad701e5, net.minecraft.item.crafting.Ingredient@4ad701e5, net.minecraft.item.crafting.Ingredient@5acd9a1c, net.minecraft.item.crafting.Ingredient@4ad701e5, net.minecraft.item.crafting.Ingredient@4ad701e5, net.minecraft.item.crafting.Ingredient@4ad701e5, net.minecraft.item.crafting.Ingredient@4ad701e5]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3990 elevatorid:elevator_gray RecipeStage{tier='four', recipe=1xtile.elevator_gray@0:[net.minecraft.item.crafting.Ingredient@7d3cc573, net.minecraft.item.crafting.Ingredient@7d3cc573, net.minecraft.item.crafting.Ingredient@7d3cc573, net.minecraft.item.crafting.Ingredient@7d3cc573, net.minecraft.item.crafting.Ingredient@4bc63ad7, net.minecraft.item.crafting.Ingredient@7d3cc573, net.minecraft.item.crafting.Ingredient@7d3cc573, net.minecraft.item.crafting.Ingredient@7d3cc573, net.minecraft.item.crafting.Ingredient@7d3cc573]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3991 elevatorid:redye_white RecipeStage{tier='four', recipe=1xtile.elevator_white@0:[net.minecraftforge.oredict.OreIngredient@f1848e8, net.minecraft.item.crafting.Ingredient@319aca2a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3992 elevatorid:redye_purple RecipeStage{tier='four', recipe=1xtile.elevator_purple@0:[net.minecraftforge.oredict.OreIngredient@62eebaa9, net.minecraft.item.crafting.Ingredient@445ecef2]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3993 elevatorid:redye_lime RecipeStage{tier='four', recipe=1xtile.elevator_lime@0:[net.minecraftforge.oredict.OreIngredient@3ed300b2, net.minecraft.item.crafting.Ingredient@7df7c99e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3994 elevatorid:elevator_white RecipeStage{tier='four', recipe=1xtile.elevator_white@0:[net.minecraft.item.crafting.Ingredient@69730157, net.minecraft.item.crafting.Ingredient@69730157, net.minecraft.item.crafting.Ingredient@69730157, net.minecraft.item.crafting.Ingredient@69730157, net.minecraft.item.crafting.Ingredient@6de6965e, net.minecraft.item.crafting.Ingredient@69730157, net.minecraft.item.crafting.Ingredient@69730157, net.minecraft.item.crafting.Ingredient@69730157, net.minecraft.item.crafting.Ingredient@69730157]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3995 elevatorid:redye_orange RecipeStage{tier='four', recipe=1xtile.elevator_orange@0:[net.minecraftforge.oredict.OreIngredient@610a12ff, net.minecraft.item.crafting.Ingredient@6006a230]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3996 elevatorid:elevator_purple RecipeStage{tier='four', recipe=1xtile.elevator_purple@0:[net.minecraft.item.crafting.Ingredient@33998725, net.minecraft.item.crafting.Ingredient@33998725, net.minecraft.item.crafting.Ingredient@33998725, net.minecraft.item.crafting.Ingredient@33998725, net.minecraft.item.crafting.Ingredient@1a837d9f, net.minecraft.item.crafting.Ingredient@33998725, net.minecraft.item.crafting.Ingredient@33998725, net.minecraft.item.crafting.Ingredient@33998725, net.minecraft.item.crafting.Ingredient@33998725]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3997 elevatorid:redye_yellow RecipeStage{tier='four', recipe=1xtile.elevator_yellow@0:[net.minecraftforge.oredict.OreIngredient@36a36c8a, net.minecraft.item.crafting.Ingredient@6e2fcc1f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3998 elevatorid:elevator_yellow RecipeStage{tier='four', recipe=1xtile.elevator_yellow@0:[net.minecraft.item.crafting.Ingredient@54766f7e, net.minecraft.item.crafting.Ingredient@54766f7e, net.minecraft.item.crafting.Ingredient@54766f7e, net.minecraft.item.crafting.Ingredient@54766f7e, net.minecraft.item.crafting.Ingredient@55f43497, net.minecraft.item.crafting.Ingredient@54766f7e, net.minecraft.item.crafting.Ingredient@54766f7e, net.minecraft.item.crafting.Ingredient@54766f7e, net.minecraft.item.crafting.Ingredient@54766f7e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3999 enderstorage:recolour_ender_tank RecipeStage{tier='five', recipe=1xtile.ender_storage@1:[net.minecraft.item.crafting.Ingredient@3c9e3054]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4000 enderstorage:recolour_ender_pouch RecipeStage{tier='five', recipe=1xitem.ender_pouch@0:[net.minecraft.item.crafting.Ingredient@63081aa1]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4001 enderstorage:recolour_ender_chest RecipeStage{tier='five', recipe=1xtile.ender_storage@0:[net.minecraft.item.crafting.Ingredient@642e9af3]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4002 enderstorage:ender_tank RecipeStage{tier='five', recipe=1xtile.ender_storage@1:[net.minecraft.item.crafting.Ingredient@76e1dc06, codechicken.enderstorage.recipe.Factories$MultiIngredient@4f5b04b7, net.minecraft.item.crafting.Ingredient@76e1dc06, net.minecraftforge.oredict.OreIngredient@214a0191, net.minecraft.item.crafting.Ingredient@5e126781, net.minecraftforge.oredict.OreIngredient@214a0191, net.minecraft.item.crafting.Ingredient@76e1dc06, net.minecraftforge.oredict.OreIngredient@54717c6d, net.minecraft.item.crafting.Ingredient@76e1dc06]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4003 enderstorage:ender_pouch RecipeStage{tier='five', recipe=1xitem.ender_pouch@1:[net.minecraft.item.crafting.Ingredient@4752b4bb, net.minecraftforge.oredict.OreIngredient@53262f83, net.minecraft.item.crafting.Ingredient@4752b4bb, net.minecraftforge.oredict.OreIngredient@53262f83, net.minecraftforge.oredict.OreIngredient@753540df, net.minecraftforge.oredict.OreIngredient@53262f83, net.minecraft.item.crafting.Ingredient@4752b4bb, codechicken.enderstorage.recipe.Factories$MultiIngredient@41d787c, net.minecraft.item.crafting.Ingredient@4752b4bb]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4004 enderstorage:ender_chest RecipeStage{tier='five', recipe=1xtile.ender_storage@0:[net.minecraft.item.crafting.Ingredient@72c7fe0e, codechicken.enderstorage.recipe.Factories$MultiIngredient@231b7ee8, net.minecraft.item.crafting.Ingredient@72c7fe0e, net.minecraftforge.oredict.OreIngredient@6f6724f2, net.minecraftforge.oredict.OreIngredient@10371fb4, net.minecraftforge.oredict.OreIngredient@6f6724f2, net.minecraft.item.crafting.Ingredient@72c7fe0e, net.minecraftforge.oredict.OreIngredient@6ded4f62, net.minecraft.item.crafting.Ingredient@72c7fe0e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4005 enderutilities:void_pickaxe RecipeStage{tier='four', recipe=1xitem.enderutilities.void_pickaxe@0:[net.minecraft.item.crafting.Ingredient@6ff98b9d, net.minecraft.item.crafting.Ingredient@6ff98b9d, net.minecraft.item.crafting.Ingredient@6ff98b9d, net.minecraft.item.crafting.Ingredient@3d3542e3, net.minecraft.item.crafting.Ingredient@404661e7, net.minecraft.item.crafting.Ingredient@3d3542e3, net.minecraft.item.crafting.Ingredient@1821396e, net.minecraft.item.crafting.Ingredient@404661e7, net.minecraft.item.crafting.Ingredient@1821396e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4006 enderutilities:tool_workstation RecipeStage{tier='four', recipe=1xtile.null@1:[net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraftforge.oredict.OreIngredient@7e3b0ca9, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraftforge.oredict.OreIngredient@6a4e3e42, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraftforge.oredict.OreIngredient@6b1dc3f8, net.minecraftforge.oredict.OreIngredient@11dd1cbe, net.minecraftforge.oredict.OreIngredient@6b1dc3f8]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4007 enderutilities:syringe_stimulant RecipeStage{tier='four', recipe=1xitem.enderutilities.syringe@2:[net.minecraft.item.crafting.Ingredient@4a97981, net.minecraft.item.crafting.Ingredient@521c91f1, net.minecraft.item.crafting.Ingredient@5802a3d2, net.minecraft.item.crafting.Ingredient@7761fb8b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4008 enderutilities:syringe_passifier RecipeStage{tier='four', recipe=1xitem.enderutilities.syringe@3:[net.minecraft.item.crafting.Ingredient@3b7a4405, net.minecraft.item.crafting.Ingredient@5c5adda4, net.minecraft.item.crafting.Ingredient@212a8705, net.minecraft.item.crafting.Ingredient@18be3cf8, net.minecraft.item.crafting.Ingredient@710d0986, net.minecraft.item.crafting.Ingredient@7bb05dfe]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4009 enderutilities:syringe_paralyzer RecipeStage{tier='four', recipe=1xitem.enderutilities.syringe@1:[net.minecraft.item.crafting.Ingredient@719c23b, net.minecraft.item.crafting.Ingredient@36068315, net.minecraft.item.crafting.Ingredient@6be39602, net.minecraft.item.crafting.Ingredient@6ca61e96]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4010 enderutilities:syringe_empty RecipeStage{tier='four', recipe=1xitem.enderutilities.syringe@0:[net.minecraft.item.crafting.Ingredient@12dbb31a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1b1ddfe8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@404661e7]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4011 enderutilities:sound_block RecipeStage{tier='four', recipe=1xtile.null@0:[net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient@40dcd8fb, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient@40dcd8fb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@40dcd8fb, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient@40dcd8fb, net.minecraft.item.crafting.Ingredient@1acd0e1a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4012 enderutilities:ruler RecipeStage{tier='four', recipe=1xitem.enderutilities.ruler@0:[net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient@404661e7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient@1acd0e1a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4013 enderutilities:quick_stacker RecipeStage{tier='four', recipe=1xitem.enderutilities.quickstacker@0:[net.minecraft.item.crafting.Ingredient@6b73371d, net.minecraft.item.crafting.Ingredient@25df6728, net.minecraft.item.crafting.Ingredient@6b73371d, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient@20ebaf57, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient@6b73371d, net.minecraft.item.crafting.Ingredient@25df6728, net.minecraft.item.crafting.Ingredient@6b73371d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4014 enderutilities:portal_scaler RecipeStage{tier='four', recipe=1xitem.enderutilities.portalscaler@0:[net.minecraftforge.oredict.OreIngredient@6b1dc3f8, net.minecraftforge.oredict.OreIngredient@1e8abd5e, net.minecraftforge.oredict.OreIngredient@6b1dc3f8, net.minecraftforge.oredict.OreIngredient@6b1dc3f8, net.minecraft.item.crafting.Ingredient@63b7b662, net.minecraftforge.oredict.OreIngredient@6b1dc3f8, net.minecraftforge.oredict.OreIngredient@6b1dc3f8, net.minecraft.item.crafting.Ingredient@6ff98b9d, net.minecraftforge.oredict.OreIngredient@6b1dc3f8]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4015 enderutilities:portal_panel RecipeStage{tier='four', recipe=2xtile.null@0:[net.minecraft.item.crafting.Ingredient@4fd3207a, net.minecraft.item.crafting.Ingredient@3ccda9db, net.minecraft.item.crafting.Ingredient@4fd3207a, net.minecraft.item.crafting.Ingredient@4fd3207a, net.minecraft.item.crafting.Ingredient@6e61011e, net.minecraft.item.crafting.Ingredient@4fd3207a, net.minecraft.item.crafting.Ingredient@4fd3207a, net.minecraft.item.crafting.Ingredient@3ccda9db, net.minecraft.item.crafting.Ingredient@4fd3207a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4016 enderutilities:portal_frame RecipeStage{tier='four', recipe=8xtile.null@0:[net.minecraftforge.oredict.OreIngredient@1b1ddfe8, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraftforge.oredict.OreIngredient@1b1ddfe8, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient@6b73371d, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraftforge.oredict.OreIngredient@1b1ddfe8, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraftforge.oredict.OreIngredient@1b1ddfe8]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4017 enderutilities:pickup_manager RecipeStage{tier='four', recipe=1xitem.enderutilities.pickupmanager@0:[net.minecraft.item.crafting.Ingredient@12dbb31a, net.minecraft.item.crafting.Ingredient@703c1a, net.minecraft.item.crafting.Ingredient@12dbb31a, net.minecraft.item.crafting.Ingredient@12dbb31a, net.minecraft.item.crafting.Ingredient@6f06b17d, net.minecraft.item.crafting.Ingredient@12dbb31a, net.minecraft.item.crafting.Ingredient@12dbb31a, net.minecraft.item.crafting.Ingredient@3ccda9db, net.minecraft.item.crafting.Ingredient@12dbb31a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4018 enderutilities:phasing_block_normal RecipeStage{tier='four', recipe=1xtile.null@0:[net.minecraft.item.crafting.Ingredient@6efc3ef6, net.minecraft.item.crafting.Ingredient@6efc3ef6, net.minecraft.item.crafting.Ingredient@6efc3ef6, net.minecraft.item.crafting.Ingredient@6efc3ef6, net.minecraft.item.crafting.Ingredient@6b73371d, net.minecraft.item.crafting.Ingredient@6efc3ef6, net.minecraft.item.crafting.Ingredient@6efc3ef6, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient@6efc3ef6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4019 enderutilities:phasing_block_inverted RecipeStage{tier='four', recipe=1xtile.null@1:[net.minecraft.item.crafting.Ingredient@234a69a9, net.minecraft.item.crafting.Ingredient@234a69a9, net.minecraft.item.crafting.Ingredient@234a69a9, net.minecraft.item.crafting.Ingredient@234a69a9, net.minecraft.item.crafting.Ingredient@43f87e7b, net.minecraft.item.crafting.Ingredient@234a69a9, net.minecraft.item.crafting.Ingredient@234a69a9, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient@234a69a9]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4020 enderutilities:pet_contract RecipeStage{tier='four', recipe=1xitem.enderutilities.pet_contract@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4872872e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@400ffc2f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@404661e7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4021 enderutilities:nullifier RecipeStage{tier='four', recipe=1xitem.enderutilities.nullifier@0:[net.minecraftforge.oredict.OreIngredient@11dd1cbe, net.minecraft.item.crafting.Ingredient@37f33952, net.minecraftforge.oredict.OreIngredient@11dd1cbe, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraftforge.oredict.OreIngredient@11dd1cbe, net.minecraft.item.crafting.Ingredient@37f33952, net.minecraftforge.oredict.OreIngredient@11dd1cbe]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4022 enderutilities:molecular_exciter RecipeStage{tier='four', recipe=1xtile.null@0:[net.minecraft.item.crafting.Ingredient@12dbb31a, net.minecraft.item.crafting.Ingredient@12dbb31a, net.minecraft.item.crafting.Ingredient@12dbb31a, net.minecraftforge.oredict.OreIngredient@1b1ddfe8, net.minecraft.item.crafting.Ingredient@6116951, net.minecraft.item.crafting.Ingredient@6b73371d, net.minecraft.item.crafting.Ingredient@12dbb31a, net.minecraft.item.crafting.Ingredient@12dbb31a, net.minecraft.item.crafting.Ingredient@12dbb31a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4023 enderutilities:mob_harness RecipeStage{tier='four', recipe=1xitem.enderutilities.mobharness@0:[net.minecraft.item.crafting.Ingredient@410b9af0, net.minecraft.item.crafting.Ingredient@76da7d66, net.minecraft.item.crafting.Ingredient@410b9af0, net.minecraft.item.crafting.Ingredient@410b9af0, net.minecraft.item.crafting.Ingredient@74de040e, net.minecraft.item.crafting.Ingredient@410b9af0, net.minecraft.item.crafting.Ingredient@410b9af0, net.minecraft.item.crafting.Ingredient@76da7d66, net.minecraft.item.crafting.Ingredient@410b9af0]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4024 enderutilities:memory_chest_small RecipeStage{tier='four', recipe=3xtile.null@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3ccda9db, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3ccda9db, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraftforge.oredict.OreIngredient@11dd1cbe, net.minecraft.item.crafting.Ingredient@1acd0e1a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4025 enderutilities:memory_chest_normal RecipeStage{tier='four', recipe=2xtile.null@1:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3ccda9db, net.minecraftforge.oredict.OreIngredient@11dd1cbe, net.minecraft.item.crafting.Ingredient@3ccda9db, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraftforge.oredict.OreIngredient@11dd1cbe, net.minecraft.item.crafting.Ingredient@1acd0e1a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4026 enderutilities:memory_chest_large RecipeStage{tier='four', recipe=1xtile.null@2:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3ccda9db, net.minecraftforge.oredict.OreIngredient@11dd1cbe, net.minecraft.item.crafting.Ingredient@3ccda9db, net.minecraft.item.crafting.Ingredient@12dbb31a, net.minecraftforge.oredict.OreIngredient@11dd1cbe, net.minecraft.item.crafting.Ingredient@12dbb31a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4027 enderutilities:massive_storage_unit RecipeStage{tier='four', recipe=1xtile.null@0:[net.minecraft.item.crafting.Ingredient@6ff98b9d, net.minecraft.item.crafting.Ingredient@507d6883, net.minecraft.item.crafting.Ingredient@6ff98b9d, net.minecraft.item.crafting.Ingredient@6ff98b9d, net.minecraft.item.crafting.Ingredient@63b7b662, net.minecraft.item.crafting.Ingredient@6ff98b9d, net.minecraft.item.crafting.Ingredient@6ff98b9d, net.minecraft.item.crafting.Ingredient@507d6883, net.minecraft.item.crafting.Ingredient@6ff98b9d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4028 enderutilities:massive_storage_bundle RecipeStage{tier='four', recipe=1xtile.null@1:[net.minecraft.item.crafting.Ingredient@592873b9, net.minecraft.item.crafting.Ingredient@592873b9, net.minecraft.item.crafting.Ingredient@592873b9, net.minecraft.item.crafting.Ingredient@592873b9, net.minecraft.item.crafting.Ingredient@592873b9, net.minecraft.item.crafting.Ingredient@592873b9, net.minecraft.item.crafting.Ingredient@592873b9, net.minecraft.item.crafting.Ingredient@592873b9, net.minecraft.item.crafting.Ingredient@592873b9]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4029 enderutilities:living_manipulator RecipeStage{tier='four', recipe=1xitem.enderutilities.livingmanipulator@0:[net.minecraft.item.crafting.Ingredient@12dbb31a, net.minecraft.item.crafting.Ingredient@12dbb31a, net.minecraft.item.crafting.Ingredient@12dbb31a, net.minecraft.item.crafting.Ingredient@6ff98b9d, net.minecraft.item.crafting.Ingredient@6116951, net.minecraft.item.crafting.Ingredient@12dbb31a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@12dbb31a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4030 enderutilities:link_crystal_portal RecipeStage{tier='four', recipe=1xitem.enderutilities.linkcrystal@2:[net.minecraft.item.crafting.Ingredient@6b73371d, net.minecraftforge.oredict.OreIngredient@1e8abd5e, net.minecraft.item.crafting.Ingredient@6b73371d, net.minecraftforge.oredict.OreIngredient@1e8abd5e, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraftforge.oredict.OreIngredient@1e8abd5e, net.minecraft.item.crafting.Ingredient@6b73371d, net.minecraftforge.oredict.OreIngredient@1e8abd5e, net.minecraft.item.crafting.Ingredient@6b73371d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4031 enderutilities:link_crystal_location RecipeStage{tier='four', recipe=1xitem.enderutilities.linkcrystal@0:[net.minecraft.item.crafting.Ingredient@6b73371d, net.minecraftforge.oredict.OreIngredient@21dbc3ce, net.minecraft.item.crafting.Ingredient@6b73371d, net.minecraftforge.oredict.OreIngredient@21dbc3ce, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraftforge.oredict.OreIngredient@21dbc3ce, net.minecraft.item.crafting.Ingredient@6b73371d, net.minecraftforge.oredict.OreIngredient@21dbc3ce, net.minecraft.item.crafting.Ingredient@6b73371d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4032 enderutilities:link_crystal_block RecipeStage{tier='four', recipe=1xitem.enderutilities.linkcrystal@1:[net.minecraft.item.crafting.Ingredient@6b73371d, net.minecraftforge.oredict.OreIngredient@589a0c8f, net.minecraft.item.crafting.Ingredient@6b73371d, net.minecraftforge.oredict.OreIngredient@589a0c8f, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraftforge.oredict.OreIngredient@589a0c8f, net.minecraft.item.crafting.Ingredient@6b73371d, net.minecraftforge.oredict.OreIngredient@589a0c8f, net.minecraft.item.crafting.Ingredient@6b73371d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4033 enderutilities:junk_storage_unit RecipeStage{tier='four', recipe=1xtile.null@7:[net.minecraft.item.crafting.Ingredient@63a5d05, net.minecraftforge.oredict.OreIngredient@11dd1cbe, net.minecraft.item.crafting.Ingredient@63a5d05, net.minecraft.item.crafting.Ingredient@63a5d05, net.minecraft.item.crafting.Ingredient@66fa39dd, net.minecraft.item.crafting.Ingredient@63a5d05, net.minecraft.item.crafting.Ingredient@63a5d05, net.minecraftforge.oredict.OreIngredient@11dd1cbe, net.minecraft.item.crafting.Ingredient@63a5d05]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4034 enderutilities:inventory_swapper RecipeStage{tier='four', recipe=1xitem.enderutilities.inventoryswapper@0:[net.minecraft.item.crafting.Ingredient@76da7d66, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient@76da7d66, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraftforge.oredict.OreIngredient@11dd1cbe, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient@3ddcd2b4, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient@3ddcd2b4]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4035 enderutilities:inserter_filtered RecipeStage{tier='four', recipe=1xtile.null@1:[net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraftforge.oredict.OreIngredient@1b1ddfe8, net.minecraft.item.crafting.Ingredient@20ebaf57, net.minecraftforge.oredict.OreIngredient@1b1ddfe8, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient@1acd0e1a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4036 enderutilities:inserter_basic RecipeStage{tier='four', recipe=1xtile.null@0:[net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraftforge.oredict.OreIngredient@1b1ddfe8, net.minecraftforge.oredict.OreIngredient@1b1ddfe8, net.minecraftforge.oredict.OreIngredient@1b1ddfe8, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient@1acd0e1a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4037 enderutilities:ice_melter_super RecipeStage{tier='four', recipe=1xitem.enderutilities.icemelter@1:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1e1ba14a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@63b7b662, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3f0b78f0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4038 enderutilities:ice_melter_basic RecipeStage{tier='four', recipe=1xitem.enderutilities.icemelter@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@63b7b662, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@72bb5c34, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4039 enderutilities:handy_chest_small RecipeStage{tier='four', recipe=2xtile.null@3:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraftforge.oredict.OreIngredient@11dd1cbe, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient@25df6728, net.minecraft.item.crafting.Ingredient@74de040e, net.minecraft.item.crafting.Ingredient@25df6728]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4040 enderutilities:handy_chest_normal RecipeStage{tier='four', recipe=1xtile.null@4:[net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraftforge.oredict.OreIngredient@11dd1cbe, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraftforge.oredict.OreIngredient@11dd1cbe, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient@25df6728, net.minecraft.item.crafting.Ingredient@74de040e, net.minecraft.item.crafting.Ingredient@25df6728]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4041 enderutilities:handy_chest_large RecipeStage{tier='four', recipe=1xtile.null@5:[net.minecraft.item.crafting.Ingredient@12dbb31a, net.minecraftforge.oredict.OreIngredient@11dd1cbe, net.minecraft.item.crafting.Ingredient@12dbb31a, net.minecraft.item.crafting.Ingredient@12dbb31a, net.minecraftforge.oredict.OreIngredient@11dd1cbe, net.minecraft.item.crafting.Ingredient@12dbb31a, net.minecraft.item.crafting.Ingredient@25df6728, net.minecraft.item.crafting.Ingredient@74de040e, net.minecraft.item.crafting.Ingredient@25df6728]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4042 enderutilities:handy_chest_extended RecipeStage{tier='four', recipe=1xtile.null@6:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient@5a365d28, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient@5a365d28, net.minecraft.item.crafting.Ingredient@1acd0e1a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4043 enderutilities:handy_bag_large RecipeStage{tier='four', recipe=1xitem.enderutilities.handybag@1:[net.minecraft.item.crafting.Ingredient@76da7d66, net.minecraft.item.crafting.Ingredient@6ff98b9d, net.minecraft.item.crafting.Ingredient@76da7d66, net.minecraft.item.crafting.Ingredient@6ff98b9d, net.minecraft.item.crafting.Ingredient@78adb5a8, net.minecraft.item.crafting.Ingredient@6ff98b9d, net.minecraft.item.crafting.Ingredient@4b860237, net.minecraft.item.crafting.Ingredient@6ff98b9d, net.minecraft.item.crafting.Ingredient@4b860237]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4044 enderutilities:handy_bag_basic RecipeStage{tier='four', recipe=1xitem.enderutilities.handybag@0:[net.minecraft.item.crafting.Ingredient@76da7d66, net.minecraft.item.crafting.Ingredient@12dbb31a, net.minecraft.item.crafting.Ingredient@76da7d66, net.minecraft.item.crafting.Ingredient@12dbb31a, net.minecraftforge.oredict.OreIngredient@11dd1cbe, net.minecraft.item.crafting.Ingredient@12dbb31a, net.minecraft.item.crafting.Ingredient@bb7f072, net.minecraft.item.crafting.Ingredient@12dbb31a, net.minecraft.item.crafting.Ingredient@bb7f072]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4045 enderutilities:floor_normal RecipeStage{tier='four', recipe=1xtile.null@0:[net.minecraftforge.oredict.OreIngredient@6b0c8d96, net.minecraftforge.oredict.OreIngredient@6b0c8d96, net.minecraftforge.oredict.OreIngredient@6b0c8d96, net.minecraftforge.oredict.OreIngredient@4cb62d39, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4cb62d39, net.minecraftforge.oredict.OreIngredient@6b0c8d96, net.minecraftforge.oredict.OreIngredient@6b0c8d96, net.minecraftforge.oredict.OreIngredient@6b0c8d96]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4046 enderutilities:floor_cracked RecipeStage{tier='four', recipe=1xtile.null@1:[net.minecraftforge.oredict.OreIngredient@6b0c8d96, net.minecraftforge.oredict.OreIngredient@6b0c8d96, net.minecraftforge.oredict.OreIngredient@6b0c8d96, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@404661e7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6b0c8d96, net.minecraftforge.oredict.OreIngredient@6b0c8d96, net.minecraftforge.oredict.OreIngredient@6b0c8d96]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4047 enderutilities:energy_bridge_transmitter RecipeStage{tier='four', recipe=1xtile.null@2:[net.minecraft.item.crafting.Ingredient@6ff98b9d, net.minecraft.item.crafting.Ingredient@17d152ea, net.minecraft.item.crafting.Ingredient@6ff98b9d, net.minecraft.item.crafting.Ingredient@6ff98b9d, net.minecraft.item.crafting.Ingredient@63b7b662, net.minecraft.item.crafting.Ingredient@6ff98b9d, net.minecraft.item.crafting.Ingredient@6ff98b9d, net.minecraftforge.oredict.OreIngredient@1b1ddfe8, net.minecraft.item.crafting.Ingredient@6ff98b9d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4048 enderutilities:energy_bridge_resonator RecipeStage{tier='four', recipe=1xtile.null@0:[net.minecraft.item.crafting.Ingredient@12dbb31a, net.minecraftforge.oredict.OreIngredient@1b1ddfe8, net.minecraft.item.crafting.Ingredient@12dbb31a, net.minecraftforge.oredict.OreIngredient@1b1ddfe8, net.minecraft.item.crafting.Ingredient@6e61011e, net.minecraftforge.oredict.OreIngredient@1b1ddfe8, net.minecraft.item.crafting.Ingredient@12dbb31a, net.minecraft.item.crafting.Ingredient@12dbb31a, net.minecraft.item.crafting.Ingredient@12dbb31a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4049 enderutilities:energy_bridge_receiver RecipeStage{tier='four', recipe=1xtile.null@1:[net.minecraft.item.crafting.Ingredient@6ff98b9d, net.minecraftforge.oredict.OreIngredient@1b1ddfe8, net.minecraft.item.crafting.Ingredient@6ff98b9d, net.minecraftforge.oredict.OreIngredient@1b1ddfe8, net.minecraft.item.crafting.Ingredient@63b7b662, net.minecraftforge.oredict.OreIngredient@1b1ddfe8, net.minecraft.item.crafting.Ingredient@6ff98b9d, net.minecraftforge.oredict.OreIngredient@1b1ddfe8, net.minecraft.item.crafting.Ingredient@6ff98b9d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4050 enderutilities:ender_tool_shovel RecipeStage{tier='four', recipe=1xitem.enderutilities.endertool@2:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6ff98b9d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@404661e7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@404661e7, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4051 enderutilities:ender_tool_pickaxe RecipeStage{tier='four', recipe=1xitem.enderutilities.endertool@0:[net.minecraft.item.crafting.Ingredient@6ff98b9d, net.minecraft.item.crafting.Ingredient@6ff98b9d, net.minecraft.item.crafting.Ingredient@6ff98b9d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@404661e7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@404661e7, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4052 enderutilities:ender_tool_hoe RecipeStage{tier='four', recipe=1xitem.enderutilities.endertool@3:[net.minecraft.item.crafting.Ingredient@6ff98b9d, net.minecraft.item.crafting.Ingredient@6ff98b9d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@404661e7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@404661e7, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4053 enderutilities:ender_tool_axe RecipeStage{tier='four', recipe=1xitem.enderutilities.endertool@1:[net.minecraft.item.crafting.Ingredient@6ff98b9d, net.minecraft.item.crafting.Ingredient@6ff98b9d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6ff98b9d, net.minecraft.item.crafting.Ingredient@404661e7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@404661e7, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4054 enderutilities:ender_sword RecipeStage{tier='four', recipe=1xitem.enderutilities.endersword@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6ff98b9d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6ff98b9d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@404661e7, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4055 enderutilities:ender_porter_basic RecipeStage{tier='four', recipe=1xitem.enderutilities.enderporter@0:[net.minecraft.item.crafting.Ingredient@55537638, net.minecraft.item.crafting.Ingredient@6ff98b9d, net.minecraft.item.crafting.Ingredient@55537638, net.minecraft.item.crafting.Ingredient@6ff98b9d, net.minecraft.item.crafting.Ingredient@6e61011e, net.minecraft.item.crafting.Ingredient@6ff98b9d, net.minecraft.item.crafting.Ingredient@55537638, net.minecraft.item.crafting.Ingredient@6ff98b9d, net.minecraft.item.crafting.Ingredient@55537638]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4056 enderutilities:ender_porter_advanced RecipeStage{tier='four', recipe=1xitem.enderutilities.enderporter@1:[net.minecraft.item.crafting.Ingredient@55537638, net.minecraft.item.crafting.Ingredient@6ff98b9d, net.minecraft.item.crafting.Ingredient@55537638, net.minecraft.item.crafting.Ingredient@6ff98b9d, net.minecraft.item.crafting.Ingredient@63b7b662, net.minecraft.item.crafting.Ingredient@6ff98b9d, net.minecraft.item.crafting.Ingredient@55537638, net.minecraft.item.crafting.Ingredient@6ff98b9d, net.minecraft.item.crafting.Ingredient@55537638]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4057 enderutilities:ender_pearl_reusable_normal RecipeStage{tier='four', recipe=1xitem.enderutilities.enderpearlreusable@0:[net.minecraftforge.oredict.OreIngredient@1c513e60, net.minecraft.item.crafting.Ingredient@845b9ed, net.minecraftforge.oredict.OreIngredient@1c513e60, net.minecraft.item.crafting.Ingredient@845b9ed, net.minecraft.item.crafting.Ingredient@6b73371d, net.minecraft.item.crafting.Ingredient@845b9ed, net.minecraftforge.oredict.OreIngredient@1c513e60, net.minecraft.item.crafting.Ingredient@845b9ed, net.minecraftforge.oredict.OreIngredient@1c513e60]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4058 enderutilities:ender_pearl_reusable_elite RecipeStage{tier='four', recipe=1xitem.enderutilities.enderpearlreusable@1:[net.minecraft.item.crafting.Ingredient@4e4fa915, net.minecraft.item.crafting.Ingredient@12dbb31a, net.minecraft.item.crafting.Ingredient@4e4fa915, net.minecraft.item.crafting.Ingredient@12dbb31a, net.minecraft.item.crafting.Ingredient@5bc00fbd, net.minecraft.item.crafting.Ingredient@12dbb31a, net.minecraft.item.crafting.Ingredient@4e4fa915, net.minecraft.item.crafting.Ingredient@74de040e, net.minecraft.item.crafting.Ingredient@4e4fa915]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4059 enderutilities:ender_part_storage_key RecipeStage{tier='four', recipe=1xitem.enderutilities.enderpart@80:[net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraftforge.oredict.OreIngredient@4cb62d39, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraftforge.oredict.OreIngredient@4cb62d39, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4cb62d39, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4060 enderutilities:ender_part_mob_persistence_aka_jailer RecipeStage{tier='four', recipe=1xitem.enderutilities.enderpart@45:[net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient@42aa1415, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient@42aa1415, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@42aa1415, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient@42aa1415, net.minecraft.item.crafting.Ingredient@1acd0e1a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4061 enderutilities:ender_part_memory_card_misc RecipeStage{tier='four', recipe=4xitem.enderutilities.enderpart@50:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1c513e60, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient@3ccda9db, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient@6b73371d, net.minecraft.item.crafting.Ingredient@1acd0e1a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4062 enderutilities:ender_part_memory_card_items_8b_upgrade RecipeStage{tier='four', recipe=1xitem.enderutilities.enderpart@52:[net.minecraft.item.crafting.Ingredient@42c4a040, net.minecraft.item.crafting.Ingredient@42c4a040, net.minecraft.item.crafting.Ingredient@42c4a040, net.minecraft.item.crafting.Ingredient@42c4a040, net.minecraftforge.oredict.OreIngredient@7e3b0ca9, net.minecraftforge.oredict.OreIngredient@7e3b0ca9]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4063 enderutilities:ender_part_memory_card_items_8b_downgrade RecipeStage{tier='four', recipe=4xitem.enderutilities.enderpart@52:[net.minecraft.item.crafting.Ingredient@5807cbc]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4064 enderutilities:ender_part_memory_card_items_6b_parts RecipeStage{tier='four', recipe=2xitem.enderutilities.enderpart@51:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@78ff85b5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraftforge.oredict.OreIngredient@11dd1cbe, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraftforge.oredict.OreIngredient@11dd1cbe, net.minecraft.item.crafting.Ingredient@1acd0e1a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4065 enderutilities:ender_part_memory_card_items_6b_downgrade RecipeStage{tier='four', recipe=4xitem.enderutilities.enderpart@51:[net.minecraft.item.crafting.Ingredient@5e3a060]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4066 enderutilities:ender_part_memory_card_items_12b_upgrade RecipeStage{tier='four', recipe=1xitem.enderutilities.enderpart@54:[net.minecraft.item.crafting.Ingredient@6de34360, net.minecraft.item.crafting.Ingredient@6de34360, net.minecraft.item.crafting.Ingredient@6de34360, net.minecraft.item.crafting.Ingredient@6de34360, net.minecraftforge.oredict.OreIngredient@7e3b0ca9, net.minecraftforge.oredict.OreIngredient@7e3b0ca9]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4067 enderutilities:ender_part_memory_card_items_10b_upgrade RecipeStage{tier='four', recipe=1xitem.enderutilities.enderpart@53:[net.minecraft.item.crafting.Ingredient@1b6d3a76, net.minecraft.item.crafting.Ingredient@1b6d3a76, net.minecraft.item.crafting.Ingredient@1b6d3a76, net.minecraft.item.crafting.Ingredient@1b6d3a76, net.minecraftforge.oredict.OreIngredient@7e3b0ca9, net.minecraftforge.oredict.OreIngredient@7e3b0ca9]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4068 enderutilities:ender_part_memory_card_items_10b_parts RecipeStage{tier='four', recipe=2xitem.enderutilities.enderpart@53:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6f8de4ae, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6ff98b9d, net.minecraftforge.oredict.OreIngredient@11dd1cbe, net.minecraft.item.crafting.Ingredient@6ff98b9d, net.minecraft.item.crafting.Ingredient@6ff98b9d, net.minecraftforge.oredict.OreIngredient@11dd1cbe, net.minecraft.item.crafting.Ingredient@6ff98b9d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4069 enderutilities:ender_part_memory_card_items_10b_downgrade RecipeStage{tier='four', recipe=4xitem.enderutilities.enderpart@53:[net.minecraft.item.crafting.Ingredient@36824a39]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4071 enderutilities:ender_part_ender_rope RecipeStage{tier='four', recipe=4xitem.enderutilities.enderpart@21:[net.minecraft.item.crafting.Ingredient@1d2ffc, net.minecraft.item.crafting.Ingredient@1d2ffc, net.minecraft.item.crafting.Ingredient@1d2ffc, net.minecraft.item.crafting.Ingredient@36bcde1e, net.minecraft.item.crafting.Ingredient@845b9ed, net.minecraft.item.crafting.Ingredient@36bcde1e, net.minecraft.item.crafting.Ingredient@1d2ffc, net.minecraft.item.crafting.Ingredient@1d2ffc, net.minecraft.item.crafting.Ingredient@1d2ffc]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4072 enderutilities:ender_part_ender_relic RecipeStage{tier='four', recipe=1xitem.enderutilities.enderpart@40:[net.minecraftforge.oredict.OreIngredient@1b1ddfe8, net.minecraft.item.crafting.Ingredient@332d83bf, net.minecraftforge.oredict.OreIngredient@1b1ddfe8, net.minecraft.item.crafting.Ingredient@332d83bf, net.minecraft.item.crafting.Ingredient@49560518, net.minecraft.item.crafting.Ingredient@332d83bf, net.minecraftforge.oredict.OreIngredient@1b1ddfe8, net.minecraft.item.crafting.Ingredient@332d83bf, net.minecraftforge.oredict.OreIngredient@1b1ddfe8]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4074 enderutilities:ender_part_ender_core_basic RecipeStage{tier='four', recipe=1xitem.enderutilities.enderpart@10:[net.minecraftforge.oredict.OreIngredient@6b1dc3f8, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraftforge.oredict.OreIngredient@6b1dc3f8, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraftforge.oredict.OreIngredient@52fd1bed, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraftforge.oredict.OreIngredient@6b1dc3f8, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraftforge.oredict.OreIngredient@6b1dc3f8]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4079 enderutilities:ender_part_creative_breaking RecipeStage{tier='creative_unused', recipe=1xitem.enderutilities.enderpart@30:[net.minecraft.item.crafting.Ingredient@6ff98b9d, net.minecraft.item.crafting.Ingredient@3670e23f, net.minecraft.item.crafting.Ingredient@6ff98b9d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@404661e7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@404661e7, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4080 enderutilities:ender_part_barrel_void_upgrade RecipeStage{tier='four', recipe=2xitem.enderutilities.enderpart@73:[net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient@1987f48d, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient@1acd0e1a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4081 enderutilities:ender_part_barrel_structural_upgrade RecipeStage{tier='four', recipe=1xitem.enderutilities.enderpart@71:[net.minecraftforge.oredict.OreIngredient@6b1dc3f8, net.minecraft.item.crafting.Ingredient@471f4d5d, net.minecraftforge.oredict.OreIngredient@6b1dc3f8, net.minecraft.item.crafting.Ingredient@471f4d5d, net.minecraft.item.crafting.Ingredient@6116951, net.minecraft.item.crafting.Ingredient@471f4d5d, net.minecraftforge.oredict.OreIngredient@6b1dc3f8, net.minecraft.item.crafting.Ingredient@471f4d5d, net.minecraftforge.oredict.OreIngredient@6b1dc3f8]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4082 enderutilities:ender_part_barrel_label RecipeStage{tier='four', recipe=1xitem.enderutilities.enderpart@70:[net.minecraftforge.oredict.OreIngredient@4cb62d39, net.minecraftforge.oredict.OreIngredient@4cb62d39, net.minecraftforge.oredict.OreIngredient@4cb62d39, net.minecraftforge.oredict.OreIngredient@4cb62d39, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraftforge.oredict.OreIngredient@4cb62d39, net.minecraftforge.oredict.OreIngredient@4cb62d39, net.minecraftforge.oredict.OreIngredient@4cb62d39, net.minecraftforge.oredict.OreIngredient@4cb62d39]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4083 enderutilities:ender_part_barrel_capacity_upgrade RecipeStage{tier='four', recipe=1xitem.enderutilities.enderpart@72:[net.minecraft.item.crafting.Ingredient@12dbb31a, net.minecraftforge.oredict.OreIngredient@11dd1cbe, net.minecraft.item.crafting.Ingredient@12dbb31a, net.minecraft.item.crafting.Ingredient@12dbb31a, net.minecraft.item.crafting.Ingredient@1c7be3c8, net.minecraft.item.crafting.Ingredient@12dbb31a, net.minecraft.item.crafting.Ingredient@12dbb31a, net.minecraftforge.oredict.OreIngredient@11dd1cbe, net.minecraft.item.crafting.Ingredient@12dbb31a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4084 enderutilities:ender_lasso RecipeStage{tier='four', recipe=1xitem.enderutilities.enderlasso@0:[net.minecraft.item.crafting.Ingredient@76da7d66, net.minecraft.item.crafting.Ingredient@76da7d66, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@76da7d66, net.minecraft.item.crafting.Ingredient@6116951, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1acd0e1a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4085 enderutilities:ender_infuser RecipeStage{tier='four', recipe=1xtile.null@0:[net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient@703c1a, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient@25df6728, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraftforge.oredict.OreIngredient@6b1dc3f8, net.minecraft.item.crafting.Ingredient@28bfead2, net.minecraftforge.oredict.OreIngredient@6b1dc3f8]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4086 enderutilities:ender_furnace RecipeStage{tier='four', recipe=1xtile.null@0:[net.minecraftforge.oredict.OreIngredient@6b1dc3f8, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraftforge.oredict.OreIngredient@6b1dc3f8, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient@28bfead2, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraftforge.oredict.OreIngredient@6b1dc3f8, net.minecraft.item.crafting.Ingredient@74de040e, net.minecraftforge.oredict.OreIngredient@6b1dc3f8]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4088 enderutilities:ender_capacitor_basic RecipeStage{tier='four', recipe=1xitem.enderutilities.endercapacitor@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@845b9ed, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient@6b73371d, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraftforge.oredict.OreIngredient@6b1dc3f8, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraftforge.oredict.OreIngredient@6b1dc3f8]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4090 enderutilities:ender_bucket RecipeStage{tier='four', recipe=1xitem.enderutilities.enderbucket@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@74de040e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient@23fdc29d, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4091 enderutilities:ender_bow RecipeStage{tier='four', recipe=1xitem.enderutilities.enderbow@0:[net.minecraft.item.crafting.Ingredient@76da7d66, net.minecraft.item.crafting.Ingredient@12dbb31a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@76da7d66, net.minecraft.item.crafting.Ingredient@6116951, net.minecraft.item.crafting.Ingredient@12dbb31a, net.minecraft.item.crafting.Ingredient@76da7d66, net.minecraft.item.crafting.Ingredient@12dbb31a, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4092 enderutilities:ender_bag RecipeStage{tier='four', recipe=1xitem.enderutilities.enderbag@0:[net.minecraft.item.crafting.Ingredient@76da7d66, net.minecraft.item.crafting.Ingredient@3bab6af5, net.minecraft.item.crafting.Ingredient@76da7d66, net.minecraft.item.crafting.Ingredient@3bab6af5, net.minecraft.item.crafting.Ingredient@6116951, net.minecraft.item.crafting.Ingredient@3bab6af5, net.minecraft.item.crafting.Ingredient@76da7d66, net.minecraft.item.crafting.Ingredient@63e40400, net.minecraft.item.crafting.Ingredient@76da7d66]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4093 enderutilities:ender_arrow RecipeStage{tier='four', recipe=2xitem.enderutilities.enderarrow@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1c513e60, net.minecraft.item.crafting.Ingredient@845b9ed, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3dbdec16, net.minecraftforge.oredict.OreIngredient@1c513e60, net.minecraft.item.crafting.Ingredient@3dbdec16, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4094 enderutilities:drawbridge_normal RecipeStage{tier='four', recipe=1xtile.null@0:[net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient@3ddcd2b4, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient@3ddcd2b4, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient@6b73371d, net.minecraft.item.crafting.Ingredient@1acd0e1a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4095 enderutilities:drawbridge_advanced RecipeStage{tier='four', recipe=1xtile.null@1:[net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient@3ddcd2b4, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient@3ddcd2b4, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient@20ebaf57, net.minecraft.item.crafting.Ingredient@1acd0e1a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4096 enderutilities:dolly RecipeStage{tier='four', recipe=1xitem.enderutilities.dolly@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@12dbb31a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@12dbb31a, net.minecraft.item.crafting.Ingredient@12dbb31a, net.minecraft.item.crafting.Ingredient@12dbb31a, net.minecraftforge.oredict.OreIngredient@7941264f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4097 enderutilities:creation_station RecipeStage{tier='four', recipe=1xtile.null@2:[net.minecraft.item.crafting.Ingredient@30424823, net.minecraftforge.oredict.OreIngredient@6a4e3e42, net.minecraft.item.crafting.Ingredient@30424823, net.minecraft.item.crafting.Ingredient@12dbb31a, net.minecraft.item.crafting.Ingredient@6116951, net.minecraft.item.crafting.Ingredient@12dbb31a, net.minecraftforge.oredict.OreIngredient@6b1dc3f8, net.minecraft.item.crafting.Ingredient@12dbb31a, net.minecraftforge.oredict.OreIngredient@6b1dc3f8]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4098 enderutilities:chair_wand RecipeStage{tier='four', recipe=1xitem.enderutilities.chairwand@0:[net.minecraftforge.oredict.OreIngredient@435968f9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1acd0e1a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4099 enderutilities:builders_wand_old RecipeStage{tier='four', recipe=1xitem.enderutilities.builderswand@0:[net.minecraft.item.crafting.Ingredient@63b7b662, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6ff98b9d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6ff98b9d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4100 enderutilities:barrel RecipeStage{tier='four', recipe=1xtile.null@0:[net.minecraftforge.oredict.OreIngredient@63eb4460, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraftforge.oredict.OreIngredient@63eb4460, net.minecraftforge.oredict.OreIngredient@63eb4460, net.minecraftforge.oredict.OreIngredient@11dd1cbe, net.minecraftforge.oredict.OreIngredient@63eb4460, net.minecraftforge.oredict.OreIngredient@63eb4460, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraftforge.oredict.OreIngredient@63eb4460]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4101 enderutilities:advanced_quick_stacker RecipeStage{tier='four', recipe=1xtile.null@3:[net.minecraft.item.crafting.Ingredient@25df6728, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient@25df6728, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient@22d74686, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient@25df6728, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient@25df6728]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4102 enderutilities:adjustable_storage_unit RecipeStage{tier='four', recipe=1xtile.enderutilities.asu@0:[net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient@3ccda9db, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient@675c779, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient@1acd0e1a, net.minecraft.item.crafting.Ingredient@20ebaf57, net.minecraft.item.crafting.Ingredient@1acd0e1a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4105 environmentaltech:m_resources/pladium/tiles/tiles_to_normal RecipeStage{tier='five', recipe=1xtile.environmentaltech.pladium@0:[net.minecraft.item.crafting.Ingredient@39a22b8b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4106 environmentaltech:m_resources/pladium/tiles/tiles RecipeStage{tier='five', recipe=4xtile.environmentaltech.pladium_tiles@0:[net.minecraft.item.crafting.Ingredient@6675f8ab, net.minecraft.item.crafting.Ingredient@6675f8ab, net.minecraft.item.crafting.Ingredient@6675f8ab, net.minecraft.item.crafting.Ingredient@6675f8ab]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4107 environmentaltech:m_resources/pladium/tiles/stairs/tiles_stairs_tb RecipeStage{tier='five', recipe=1xtile.environmentaltech.pladium_tiles@0:[net.minecraft.item.crafting.Ingredient@2a1ee169]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4108 environmentaltech:m_resources/pladium/tiles/stairs/tiles_stairs RecipeStage{tier='five', recipe=6xtile.environmentaltech.pladium_tile_stairs@0:[net.minecraft.item.crafting.Ingredient@6a9c157a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6a9c157a, net.minecraft.item.crafting.Ingredient@6a9c157a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6a9c157a, net.minecraft.item.crafting.Ingredient@6a9c157a, net.minecraft.item.crafting.Ingredient@6a9c157a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4109 environmentaltech:m_resources/pladium/tiles/slabs/tiles_slabs_tb RecipeStage{tier='five', recipe=1xtile.environmentaltech.pladium_tiles@0:[net.minecraft.item.crafting.Ingredient@31fa521, net.minecraft.item.crafting.Ingredient@31fa521]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4110 environmentaltech:m_resources/pladium/tiles/slabs/tiles_slabs RecipeStage{tier='five', recipe=6xtile.environmentaltech.pladium_tile_slab@0:[net.minecraft.item.crafting.Ingredient@6abc7cd3, net.minecraft.item.crafting.Ingredient@6abc7cd3, net.minecraft.item.crafting.Ingredient@6abc7cd3]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4111 environmentaltech:m_resources/pladium/pavers/slabs/paver_slabs_tb RecipeStage{tier='five', recipe=1xtile.environmentaltech.pladium_paver@0:[net.minecraft.item.crafting.Ingredient@13cde9b9, net.minecraft.item.crafting.Ingredient@13cde9b9]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4112 environmentaltech:m_resources/pladium/pavers/slabs/paver_slabs RecipeStage{tier='five', recipe=6xtile.environmentaltech.pladium_paver_slab@0:[net.minecraft.item.crafting.Ingredient@7833c7d4, net.minecraft.item.crafting.Ingredient@7833c7d4, net.minecraft.item.crafting.Ingredient@7833c7d4]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4113 environmentaltech:m_resources/pladium/pavers/paver_to_normal RecipeStage{tier='five', recipe=1xtile.environmentaltech.pladium@0:[net.minecraft.item.crafting.Ingredient@6d81c5e1]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4114 environmentaltech:m_resources/pladium/pavers/paver RecipeStage{tier='five', recipe=8xtile.environmentaltech.pladium_paver@0:[net.minecraft.item.crafting.Ingredient@4eaef902, net.minecraft.item.crafting.Ingredient@4eaef902, net.minecraft.item.crafting.Ingredient@4eaef902, net.minecraft.item.crafting.Ingredient@4eaef902, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4eaef902, net.minecraft.item.crafting.Ingredient@4eaef902, net.minecraft.item.crafting.Ingredient@4eaef902, net.minecraft.item.crafting.Ingredient@4eaef902]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4115 environmentaltech:m_resources/pladium/normal/stairs/stairs_tb RecipeStage{tier='five', recipe=1xtile.environmentaltech.pladium@0:[net.minecraft.item.crafting.Ingredient@5e3248b0]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4116 environmentaltech:m_resources/pladium/normal/stairs/stairs RecipeStage{tier='five', recipe=6xtile.environmentaltech.pladium_stairs@0:[net.minecraft.item.crafting.Ingredient@61ef62c6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@61ef62c6, net.minecraft.item.crafting.Ingredient@61ef62c6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@61ef62c6, net.minecraft.item.crafting.Ingredient@61ef62c6, net.minecraft.item.crafting.Ingredient@61ef62c6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4117 environmentaltech:m_resources/pladium/normal/slabs/slabs_tb RecipeStage{tier='five', recipe=1xtile.environmentaltech.pladium@0:[net.minecraft.item.crafting.Ingredient@3c9e4558, net.minecraft.item.crafting.Ingredient@3c9e4558]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4118 environmentaltech:m_resources/pladium/normal/slabs/slabs RecipeStage{tier='five', recipe=6xtile.environmentaltech.pladium_slab@0:[net.minecraft.item.crafting.Ingredient@cced6d9, net.minecraft.item.crafting.Ingredient@cced6d9, net.minecraft.item.crafting.Ingredient@cced6d9]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4119 environmentaltech:m_resources/pladium/normal/dc_block RecipeStage{tier='five', recipe=9xitem.environmentaltech.pladium_crystal@0:[net.minecraft.item.crafting.Ingredient@5b8e63c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4120 environmentaltech:m_resources/pladium/normal/c_block RecipeStage{tier='five', recipe=1xtile.environmentaltech.pladium@0:[net.minecraftforge.oredict.OreIngredient@67685ed6, net.minecraftforge.oredict.OreIngredient@67685ed6, net.minecraftforge.oredict.OreIngredient@67685ed6, net.minecraftforge.oredict.OreIngredient@67685ed6, net.minecraftforge.oredict.OreIngredient@67685ed6, net.minecraftforge.oredict.OreIngredient@67685ed6, net.minecraftforge.oredict.OreIngredient@67685ed6, net.minecraftforge.oredict.OreIngredient@67685ed6, net.minecraftforge.oredict.OreIngredient@67685ed6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4121 environmentaltech:m_resources/pladium/bricks/stairs/brick_stairs_tb RecipeStage{tier='five', recipe=1xtile.environmentaltech.pladium_bricks@0:[net.minecraft.item.crafting.Ingredient@2416c7ea]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4122 environmentaltech:m_resources/pladium/bricks/stairs/brick_stairs RecipeStage{tier='five', recipe=6xtile.environmentaltech.pladium_brick_stairs@0:[net.minecraft.item.crafting.Ingredient@6432d140, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6432d140, net.minecraft.item.crafting.Ingredient@6432d140, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6432d140, net.minecraft.item.crafting.Ingredient@6432d140, net.minecraft.item.crafting.Ingredient@6432d140]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4123 environmentaltech:m_resources/pladium/bricks/slabs/brick_slabs_tb RecipeStage{tier='five', recipe=1xtile.environmentaltech.pladium_bricks@0:[net.minecraft.item.crafting.Ingredient@305e8ede, net.minecraft.item.crafting.Ingredient@305e8ede]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4124 environmentaltech:m_resources/pladium/bricks/slabs/brick_slabs RecipeStage{tier='five', recipe=6xtile.environmentaltech.pladium_brick_slab@0:[net.minecraft.item.crafting.Ingredient@551ec767, net.minecraft.item.crafting.Ingredient@551ec767, net.minecraft.item.crafting.Ingredient@551ec767]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4125 environmentaltech:m_resources/pladium/bricks/bricks_to_normal RecipeStage{tier='five', recipe=1xtile.environmentaltech.pladium@0:[net.minecraft.item.crafting.Ingredient@694f7672]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4126 environmentaltech:m_resources/pladium/bricks/bricks RecipeStage{tier='five', recipe=4xtile.environmentaltech.pladium_bricks@0:[net.minecraft.item.crafting.Ingredient@498719ea, net.minecraft.item.crafting.Ingredient@498719ea, net.minecraft.item.crafting.Ingredient@498719ea, net.minecraft.item.crafting.Ingredient@498719ea]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4127 environmentaltech:m_resources/lonsdaleite/tiles/tiles_to_normal RecipeStage{tier='five', recipe=1xtile.environmentaltech.lonsdaleite@0:[net.minecraft.item.crafting.Ingredient@46c5c02c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4128 environmentaltech:m_resources/lonsdaleite/tiles/tiles RecipeStage{tier='five', recipe=4xtile.environmentaltech.lonsdaleite_tiles@0:[net.minecraft.item.crafting.Ingredient@762db74a, net.minecraft.item.crafting.Ingredient@762db74a, net.minecraft.item.crafting.Ingredient@762db74a, net.minecraft.item.crafting.Ingredient@762db74a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4129 environmentaltech:m_resources/lonsdaleite/tiles/stairs/tiles_stairs_tb RecipeStage{tier='five', recipe=1xtile.environmentaltech.lonsdaleite_tiles@0:[net.minecraft.item.crafting.Ingredient@5950a6d1]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4130 environmentaltech:m_resources/lonsdaleite/tiles/stairs/tiles_stairs RecipeStage{tier='five', recipe=6xtile.environmentaltech.lonsdaleite_tile_stairs@0:[net.minecraft.item.crafting.Ingredient@3d49b705, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3d49b705, net.minecraft.item.crafting.Ingredient@3d49b705, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3d49b705, net.minecraft.item.crafting.Ingredient@3d49b705, net.minecraft.item.crafting.Ingredient@3d49b705]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4131 environmentaltech:m_resources/lonsdaleite/tiles/slabs/tiles_slabs_tb RecipeStage{tier='five', recipe=1xtile.environmentaltech.lonsdaleite_tiles@0:[net.minecraft.item.crafting.Ingredient@2de96905, net.minecraft.item.crafting.Ingredient@2de96905]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4132 environmentaltech:m_resources/lonsdaleite/tiles/slabs/tiles_slabs RecipeStage{tier='five', recipe=6xtile.environmentaltech.lonsdaleite_tile_slab@0:[net.minecraft.item.crafting.Ingredient@33f83604, net.minecraft.item.crafting.Ingredient@33f83604, net.minecraft.item.crafting.Ingredient@33f83604]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4133 environmentaltech:m_resources/lonsdaleite/pavers/slabs/paver_slabs_tb RecipeStage{tier='five', recipe=1xtile.environmentaltech.lonsdaleite_paver@0:[net.minecraft.item.crafting.Ingredient@5edb6e0d, net.minecraft.item.crafting.Ingredient@5edb6e0d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4134 environmentaltech:m_resources/lonsdaleite/pavers/slabs/paver_slabs RecipeStage{tier='five', recipe=6xtile.environmentaltech.lonsdaleite_paver_slab@0:[net.minecraft.item.crafting.Ingredient@6b9ae5f9, net.minecraft.item.crafting.Ingredient@6b9ae5f9, net.minecraft.item.crafting.Ingredient@6b9ae5f9]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4135 environmentaltech:m_resources/lonsdaleite/pavers/paver_to_normal RecipeStage{tier='five', recipe=1xtile.environmentaltech.lonsdaleite@0:[net.minecraft.item.crafting.Ingredient@5e128764]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4136 environmentaltech:m_resources/lonsdaleite/pavers/paver RecipeStage{tier='five', recipe=8xtile.environmentaltech.lonsdaleite_paver@0:[net.minecraft.item.crafting.Ingredient@c820ad8, net.minecraft.item.crafting.Ingredient@c820ad8, net.minecraft.item.crafting.Ingredient@c820ad8, net.minecraft.item.crafting.Ingredient@c820ad8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@c820ad8, net.minecraft.item.crafting.Ingredient@c820ad8, net.minecraft.item.crafting.Ingredient@c820ad8, net.minecraft.item.crafting.Ingredient@c820ad8]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4137 environmentaltech:m_resources/lonsdaleite/normal/stairs/stairs_tb RecipeStage{tier='five', recipe=1xtile.environmentaltech.lonsdaleite@0:[net.minecraft.item.crafting.Ingredient@361e54a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4138 environmentaltech:m_resources/lonsdaleite/normal/stairs/stairs RecipeStage{tier='five', recipe=6xtile.environmentaltech.lonsdaleite_stairs@0:[net.minecraft.item.crafting.Ingredient@bb1965a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@bb1965a, net.minecraft.item.crafting.Ingredient@bb1965a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@bb1965a, net.minecraft.item.crafting.Ingredient@bb1965a, net.minecraft.item.crafting.Ingredient@bb1965a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4139 environmentaltech:m_resources/lonsdaleite/normal/slabs/slabs_tb RecipeStage{tier='five', recipe=1xtile.environmentaltech.lonsdaleite@0:[net.minecraft.item.crafting.Ingredient@2a4e4c4a, net.minecraft.item.crafting.Ingredient@2a4e4c4a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4140 environmentaltech:m_resources/lonsdaleite/normal/slabs/slabs RecipeStage{tier='five', recipe=6xtile.environmentaltech.lonsdaleite_slab@0:[net.minecraft.item.crafting.Ingredient@66e33de3, net.minecraft.item.crafting.Ingredient@66e33de3, net.minecraft.item.crafting.Ingredient@66e33de3]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4141 environmentaltech:m_resources/lonsdaleite/normal/dc_block RecipeStage{tier='five', recipe=9xitem.environmentaltech.lonsdaleite_crystal@0:[net.minecraft.item.crafting.Ingredient@21ba354d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4142 environmentaltech:m_resources/lonsdaleite/normal/c_block RecipeStage{tier='five', recipe=1xtile.environmentaltech.lonsdaleite@0:[net.minecraftforge.oredict.OreIngredient@9951358, net.minecraftforge.oredict.OreIngredient@9951358, net.minecraftforge.oredict.OreIngredient@9951358, net.minecraftforge.oredict.OreIngredient@9951358, net.minecraftforge.oredict.OreIngredient@9951358, net.minecraftforge.oredict.OreIngredient@9951358, net.minecraftforge.oredict.OreIngredient@9951358, net.minecraftforge.oredict.OreIngredient@9951358, net.minecraftforge.oredict.OreIngredient@9951358]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4143 environmentaltech:m_resources/lonsdaleite/bricks/stairs/brick_stairs_tb RecipeStage{tier='five', recipe=1xtile.environmentaltech.lonsdaleite_bricks@0:[net.minecraft.item.crafting.Ingredient@3c4fe178]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4144 environmentaltech:m_resources/lonsdaleite/bricks/stairs/brick_stairs RecipeStage{tier='five', recipe=6xtile.environmentaltech.lonsdaleite_brick_stairs@0:[net.minecraft.item.crafting.Ingredient@62e9e28d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@62e9e28d, net.minecraft.item.crafting.Ingredient@62e9e28d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@62e9e28d, net.minecraft.item.crafting.Ingredient@62e9e28d, net.minecraft.item.crafting.Ingredient@62e9e28d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4145 environmentaltech:m_resources/lonsdaleite/bricks/slabs/brick_slabs_tb RecipeStage{tier='five', recipe=1xtile.environmentaltech.lonsdaleite_bricks@0:[net.minecraft.item.crafting.Ingredient@c538f30, net.minecraft.item.crafting.Ingredient@c538f30]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4146 environmentaltech:m_resources/lonsdaleite/bricks/slabs/brick_slabs RecipeStage{tier='five', recipe=6xtile.environmentaltech.lonsdaleite_brick_slab@0:[net.minecraft.item.crafting.Ingredient@7f6d56a0, net.minecraft.item.crafting.Ingredient@7f6d56a0, net.minecraft.item.crafting.Ingredient@7f6d56a0]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4147 environmentaltech:m_resources/lonsdaleite/bricks/bricks_to_normal RecipeStage{tier='five', recipe=1xtile.environmentaltech.lonsdaleite@0:[net.minecraft.item.crafting.Ingredient@11df1ce4]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4148 environmentaltech:m_resources/lonsdaleite/bricks/bricks RecipeStage{tier='five', recipe=4xtile.environmentaltech.lonsdaleite_bricks@0:[net.minecraft.item.crafting.Ingredient@44bd69a7, net.minecraft.item.crafting.Ingredient@44bd69a7, net.minecraft.item.crafting.Ingredient@44bd69a7, net.minecraft.item.crafting.Ingredient@44bd69a7]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4149 environmentaltech:m_resources/litherite/tiles/tiles_to_normal RecipeStage{tier='five', recipe=1xtile.environmentaltech.litherite@0:[net.minecraft.item.crafting.Ingredient@47e3cb80]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4150 environmentaltech:m_resources/litherite/tiles/tiles RecipeStage{tier='five', recipe=4xtile.environmentaltech.litherite_tiles@0:[net.minecraft.item.crafting.Ingredient@62ea317, net.minecraft.item.crafting.Ingredient@62ea317, net.minecraft.item.crafting.Ingredient@62ea317, net.minecraft.item.crafting.Ingredient@62ea317]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4151 environmentaltech:m_resources/litherite/tiles/stairs/tiles_stairs_tb RecipeStage{tier='five', recipe=1xtile.environmentaltech.litherite_tiles@0:[net.minecraft.item.crafting.Ingredient@5869c245]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4152 environmentaltech:m_resources/litherite/tiles/stairs/tiles_stairs RecipeStage{tier='five', recipe=6xtile.environmentaltech.litherite_tile_stairs@0:[net.minecraft.item.crafting.Ingredient@583f95e3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@583f95e3, net.minecraft.item.crafting.Ingredient@583f95e3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@583f95e3, net.minecraft.item.crafting.Ingredient@583f95e3, net.minecraft.item.crafting.Ingredient@583f95e3]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4153 environmentaltech:m_resources/litherite/tiles/slabs/tiles_slabs_tb RecipeStage{tier='five', recipe=1xtile.environmentaltech.litherite_tiles@0:[net.minecraft.item.crafting.Ingredient@5860f8f6, net.minecraft.item.crafting.Ingredient@5860f8f6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4154 environmentaltech:m_resources/litherite/tiles/slabs/tiles_slabs RecipeStage{tier='five', recipe=6xtile.environmentaltech.litherite_tile_slab@0:[net.minecraft.item.crafting.Ingredient@4ae76868, net.minecraft.item.crafting.Ingredient@4ae76868, net.minecraft.item.crafting.Ingredient@4ae76868]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4155 environmentaltech:m_resources/litherite/pavers/slabs/paver_slabs_tb RecipeStage{tier='five', recipe=1xtile.environmentaltech.litherite_paver@0:[net.minecraft.item.crafting.Ingredient@3ddde309, net.minecraft.item.crafting.Ingredient@3ddde309]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4156 environmentaltech:m_resources/litherite/pavers/slabs/paver_slabs RecipeStage{tier='five', recipe=6xtile.environmentaltech.litherite_paver_slab@0:[net.minecraft.item.crafting.Ingredient@517289e6, net.minecraft.item.crafting.Ingredient@517289e6, net.minecraft.item.crafting.Ingredient@517289e6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4157 environmentaltech:m_resources/litherite/pavers/paver_to_normal RecipeStage{tier='five', recipe=1xtile.environmentaltech.litherite@0:[net.minecraft.item.crafting.Ingredient@23799619]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4158 environmentaltech:m_resources/litherite/pavers/paver RecipeStage{tier='five', recipe=8xtile.environmentaltech.litherite_paver@0:[net.minecraft.item.crafting.Ingredient@602cb1f3, net.minecraft.item.crafting.Ingredient@602cb1f3, net.minecraft.item.crafting.Ingredient@602cb1f3, net.minecraft.item.crafting.Ingredient@602cb1f3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@602cb1f3, net.minecraft.item.crafting.Ingredient@602cb1f3, net.minecraft.item.crafting.Ingredient@602cb1f3, net.minecraft.item.crafting.Ingredient@602cb1f3]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4159 environmentaltech:m_resources/litherite/normal/stairs/stairs_tb RecipeStage{tier='five', recipe=1xtile.environmentaltech.litherite@0:[net.minecraft.item.crafting.Ingredient@68795d92]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4160 environmentaltech:m_resources/litherite/normal/stairs/stairs RecipeStage{tier='five', recipe=6xtile.environmentaltech.litherite_stairs@0:[net.minecraft.item.crafting.Ingredient@5b29444c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5b29444c, net.minecraft.item.crafting.Ingredient@5b29444c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5b29444c, net.minecraft.item.crafting.Ingredient@5b29444c, net.minecraft.item.crafting.Ingredient@5b29444c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4161 environmentaltech:m_resources/litherite/normal/slabs/slabs_tb RecipeStage{tier='five', recipe=1xtile.environmentaltech.litherite@0:[net.minecraft.item.crafting.Ingredient@66ff9b8a, net.minecraft.item.crafting.Ingredient@66ff9b8a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4162 environmentaltech:m_resources/litherite/normal/slabs/slabs RecipeStage{tier='five', recipe=6xtile.environmentaltech.litherite_slab@0:[net.minecraft.item.crafting.Ingredient@7df78111, net.minecraft.item.crafting.Ingredient@7df78111, net.minecraft.item.crafting.Ingredient@7df78111]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4163 environmentaltech:m_resources/litherite/normal/dc_block RecipeStage{tier='five', recipe=9xitem.environmentaltech.litherite_crystal@0:[net.minecraft.item.crafting.Ingredient@31f4d722]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4164 environmentaltech:m_resources/litherite/normal/c_block RecipeStage{tier='five', recipe=1xtile.environmentaltech.litherite@0:[net.minecraftforge.oredict.OreIngredient@46a2bfb9, net.minecraftforge.oredict.OreIngredient@46a2bfb9, net.minecraftforge.oredict.OreIngredient@46a2bfb9, net.minecraftforge.oredict.OreIngredient@46a2bfb9, net.minecraftforge.oredict.OreIngredient@46a2bfb9, net.minecraftforge.oredict.OreIngredient@46a2bfb9, net.minecraftforge.oredict.OreIngredient@46a2bfb9, net.minecraftforge.oredict.OreIngredient@46a2bfb9, net.minecraftforge.oredict.OreIngredient@46a2bfb9]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4165 environmentaltech:m_resources/litherite/litherite_crystal RecipeStage{tier='five', recipe=4xitem.environmentaltech.litherite_crystal@0:[net.minecraftforge.oredict.OreIngredient@73811b8b, net.minecraft.item.crafting.Ingredient@53f0f09d, net.minecraftforge.oredict.OreIngredient@1786cd73, net.minecraft.item.crafting.Ingredient@53f0f09d, net.minecraftforge.oredict.OreIngredient@1a8e5a20, net.minecraft.item.crafting.Ingredient@53f0f09d, net.minecraftforge.oredict.OreIngredient@1786cd73, net.minecraft.item.crafting.Ingredient@53f0f09d, net.minecraftforge.oredict.OreIngredient@73811b8b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4166 environmentaltech:m_resources/litherite/bricks/stairs/brick_stairs_tb RecipeStage{tier='five', recipe=1xtile.environmentaltech.litherite_bricks@0:[net.minecraft.item.crafting.Ingredient@7c7380c1]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4167 environmentaltech:m_resources/litherite/bricks/stairs/brick_stairs RecipeStage{tier='five', recipe=6xtile.environmentaltech.litherite_brick_stairs@0:[net.minecraft.item.crafting.Ingredient@6883dde4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6883dde4, net.minecraft.item.crafting.Ingredient@6883dde4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6883dde4, net.minecraft.item.crafting.Ingredient@6883dde4, net.minecraft.item.crafting.Ingredient@6883dde4]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4168 environmentaltech:m_resources/litherite/bricks/slabs/brick_slabs_tb RecipeStage{tier='five', recipe=1xtile.environmentaltech.litherite_bricks@0:[net.minecraft.item.crafting.Ingredient@363bdfe4, net.minecraft.item.crafting.Ingredient@363bdfe4]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4169 environmentaltech:m_resources/litherite/bricks/slabs/brick_slabs RecipeStage{tier='five', recipe=6xtile.environmentaltech.litherite_brick_slab@0:[net.minecraft.item.crafting.Ingredient@1d183231, net.minecraft.item.crafting.Ingredient@1d183231, net.minecraft.item.crafting.Ingredient@1d183231]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4170 environmentaltech:m_resources/litherite/bricks/bricks_to_normal RecipeStage{tier='five', recipe=1xtile.environmentaltech.litherite@0:[net.minecraft.item.crafting.Ingredient@c234192]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4171 environmentaltech:m_resources/litherite/bricks/bricks RecipeStage{tier='five', recipe=4xtile.environmentaltech.litherite_bricks@0:[net.minecraft.item.crafting.Ingredient@1e04e9da, net.minecraft.item.crafting.Ingredient@1e04e9da, net.minecraft.item.crafting.Ingredient@1e04e9da, net.minecraft.item.crafting.Ingredient@1e04e9da]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4172 environmentaltech:m_resources/kyronite/tiles/tiles_to_normal RecipeStage{tier='five', recipe=1xtile.environmentaltech.kyronite@0:[net.minecraft.item.crafting.Ingredient@588bad21]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4173 environmentaltech:m_resources/kyronite/tiles/tiles RecipeStage{tier='five', recipe=4xtile.environmentaltech.kyronite_tiles@0:[net.minecraft.item.crafting.Ingredient@3805f826, net.minecraft.item.crafting.Ingredient@3805f826, net.minecraft.item.crafting.Ingredient@3805f826, net.minecraft.item.crafting.Ingredient@3805f826]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4174 environmentaltech:m_resources/kyronite/tiles/stairs/tiles_stairs_tb RecipeStage{tier='five', recipe=1xtile.environmentaltech.kyronite_tiles@0:[net.minecraft.item.crafting.Ingredient@382a50e4]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4175 environmentaltech:m_resources/kyronite/tiles/stairs/tiles_stairs RecipeStage{tier='five', recipe=6xtile.environmentaltech.kyronite_tile_stairs@0:[net.minecraft.item.crafting.Ingredient@6080a985, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6080a985, net.minecraft.item.crafting.Ingredient@6080a985, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6080a985, net.minecraft.item.crafting.Ingredient@6080a985, net.minecraft.item.crafting.Ingredient@6080a985]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4176 environmentaltech:m_resources/kyronite/tiles/slabs/tiles_slabs_tb RecipeStage{tier='five', recipe=1xtile.environmentaltech.kyronite_tiles@0:[net.minecraft.item.crafting.Ingredient@132d3022, net.minecraft.item.crafting.Ingredient@132d3022]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4177 environmentaltech:m_resources/kyronite/tiles/slabs/tiles_slabs RecipeStage{tier='five', recipe=6xtile.environmentaltech.kyronite_tile_slab@0:[net.minecraft.item.crafting.Ingredient@2c8caf6b, net.minecraft.item.crafting.Ingredient@2c8caf6b, net.minecraft.item.crafting.Ingredient@2c8caf6b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4178 environmentaltech:m_resources/kyronite/pavers/slabs/paver_slabs_tb RecipeStage{tier='five', recipe=1xtile.environmentaltech.kyronite_paver@0:[net.minecraft.item.crafting.Ingredient@d1b3f3e, net.minecraft.item.crafting.Ingredient@d1b3f3e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4179 environmentaltech:m_resources/kyronite/pavers/slabs/paver_slabs RecipeStage{tier='five', recipe=6xtile.environmentaltech.kyronite_paver_slab@0:[net.minecraft.item.crafting.Ingredient@11611971, net.minecraft.item.crafting.Ingredient@11611971, net.minecraft.item.crafting.Ingredient@11611971]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4180 environmentaltech:m_resources/kyronite/pavers/paver_to_normal RecipeStage{tier='five', recipe=1xtile.environmentaltech.kyronite@0:[net.minecraft.item.crafting.Ingredient@1cf77490]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4181 environmentaltech:m_resources/kyronite/pavers/paver RecipeStage{tier='five', recipe=8xtile.environmentaltech.kyronite_paver@0:[net.minecraft.item.crafting.Ingredient@7af58e1a, net.minecraft.item.crafting.Ingredient@7af58e1a, net.minecraft.item.crafting.Ingredient@7af58e1a, net.minecraft.item.crafting.Ingredient@7af58e1a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7af58e1a, net.minecraft.item.crafting.Ingredient@7af58e1a, net.minecraft.item.crafting.Ingredient@7af58e1a, net.minecraft.item.crafting.Ingredient@7af58e1a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4182 environmentaltech:m_resources/kyronite/normal/stairs/stairs_tb RecipeStage{tier='five', recipe=1xtile.environmentaltech.kyronite@0:[net.minecraft.item.crafting.Ingredient@6092f23f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4183 environmentaltech:m_resources/kyronite/normal/stairs/stairs RecipeStage{tier='five', recipe=6xtile.environmentaltech.kyronite_stairs@0:[net.minecraft.item.crafting.Ingredient@36d31f47, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@36d31f47, net.minecraft.item.crafting.Ingredient@36d31f47, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@36d31f47, net.minecraft.item.crafting.Ingredient@36d31f47, net.minecraft.item.crafting.Ingredient@36d31f47]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4184 environmentaltech:m_resources/kyronite/normal/slabs/slabs_tb RecipeStage{tier='five', recipe=1xtile.environmentaltech.kyronite@0:[net.minecraft.item.crafting.Ingredient@153892fc, net.minecraft.item.crafting.Ingredient@153892fc]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4185 environmentaltech:m_resources/kyronite/normal/slabs/slabs RecipeStage{tier='five', recipe=6xtile.environmentaltech.kyronite_slab@0:[net.minecraft.item.crafting.Ingredient@f0a08b8, net.minecraft.item.crafting.Ingredient@f0a08b8, net.minecraft.item.crafting.Ingredient@f0a08b8]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4186 environmentaltech:m_resources/kyronite/normal/dc_block RecipeStage{tier='five', recipe=9xitem.environmentaltech.kyronite_crystal@0:[net.minecraft.item.crafting.Ingredient@30b836bd]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4187 environmentaltech:m_resources/kyronite/normal/c_block RecipeStage{tier='five', recipe=1xtile.environmentaltech.kyronite@0:[net.minecraftforge.oredict.OreIngredient@5970efe6, net.minecraftforge.oredict.OreIngredient@5970efe6, net.minecraftforge.oredict.OreIngredient@5970efe6, net.minecraftforge.oredict.OreIngredient@5970efe6, net.minecraftforge.oredict.OreIngredient@5970efe6, net.minecraftforge.oredict.OreIngredient@5970efe6, net.minecraftforge.oredict.OreIngredient@5970efe6, net.minecraftforge.oredict.OreIngredient@5970efe6, net.minecraftforge.oredict.OreIngredient@5970efe6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4188 environmentaltech:m_resources/kyronite/bricks/stairs/brick_stairs_tb RecipeStage{tier='five', recipe=1xtile.environmentaltech.kyronite_bricks@0:[net.minecraft.item.crafting.Ingredient@662188d2]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4189 environmentaltech:m_resources/kyronite/bricks/stairs/brick_stairs RecipeStage{tier='five', recipe=6xtile.environmentaltech.kyronite_brick_stairs@0:[net.minecraft.item.crafting.Ingredient@43491e64, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@43491e64, net.minecraft.item.crafting.Ingredient@43491e64, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@43491e64, net.minecraft.item.crafting.Ingredient@43491e64, net.minecraft.item.crafting.Ingredient@43491e64]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4190 environmentaltech:m_resources/kyronite/bricks/slabs/brick_slabs_tb RecipeStage{tier='five', recipe=1xtile.environmentaltech.kyronite_bricks@0:[net.minecraft.item.crafting.Ingredient@6bec2c06, net.minecraft.item.crafting.Ingredient@6bec2c06]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4191 environmentaltech:m_resources/kyronite/bricks/slabs/brick_slabs RecipeStage{tier='five', recipe=6xtile.environmentaltech.kyronite_brick_slab@0:[net.minecraft.item.crafting.Ingredient@39c41d58, net.minecraft.item.crafting.Ingredient@39c41d58, net.minecraft.item.crafting.Ingredient@39c41d58]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4192 environmentaltech:m_resources/kyronite/bricks/bricks_to_normal RecipeStage{tier='five', recipe=1xtile.environmentaltech.kyronite@0:[net.minecraft.item.crafting.Ingredient@2bc640e8]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4193 environmentaltech:m_resources/kyronite/bricks/bricks RecipeStage{tier='five', recipe=4xtile.environmentaltech.kyronite_bricks@0:[net.minecraft.item.crafting.Ingredient@344f4345, net.minecraft.item.crafting.Ingredient@344f4345, net.minecraft.item.crafting.Ingredient@344f4345, net.minecraft.item.crafting.Ingredient@344f4345]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4194 environmentaltech:m_resources/ionite/tiles/tiles_to_normal RecipeStage{tier='five', recipe=1xtile.environmentaltech.ionite@0:[net.minecraft.item.crafting.Ingredient@7378acc1]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4195 environmentaltech:m_resources/ionite/tiles/tiles RecipeStage{tier='five', recipe=4xtile.environmentaltech.ionite_tiles@0:[net.minecraft.item.crafting.Ingredient@6e9a8e59, net.minecraft.item.crafting.Ingredient@6e9a8e59, net.minecraft.item.crafting.Ingredient@6e9a8e59, net.minecraft.item.crafting.Ingredient@6e9a8e59]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4196 environmentaltech:m_resources/ionite/tiles/stairs/tiles_stairs_tb RecipeStage{tier='five', recipe=1xtile.environmentaltech.ionite_tiles@0:[net.minecraft.item.crafting.Ingredient@6271a678]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4197 environmentaltech:m_resources/ionite/tiles/stairs/tiles_stairs RecipeStage{tier='five', recipe=6xtile.environmentaltech.ionite_tile_stairs@0:[net.minecraft.item.crafting.Ingredient@7937e9df, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7937e9df, net.minecraft.item.crafting.Ingredient@7937e9df, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7937e9df, net.minecraft.item.crafting.Ingredient@7937e9df, net.minecraft.item.crafting.Ingredient@7937e9df]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4198 environmentaltech:m_resources/ionite/tiles/slabs/tiles_slabs_tb RecipeStage{tier='five', recipe=1xtile.environmentaltech.ionite_tiles@0:[net.minecraft.item.crafting.Ingredient@425511a8, net.minecraft.item.crafting.Ingredient@425511a8]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4199 environmentaltech:m_resources/ionite/tiles/slabs/tiles_slabs RecipeStage{tier='five', recipe=6xtile.environmentaltech.ionite_tile_slab@0:[net.minecraft.item.crafting.Ingredient@415421ee, net.minecraft.item.crafting.Ingredient@415421ee, net.minecraft.item.crafting.Ingredient@415421ee]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4200 environmentaltech:m_resources/ionite/pavers/slabs/paver_slabs_tb RecipeStage{tier='five', recipe=1xtile.environmentaltech.ionite_paver@0:[net.minecraft.item.crafting.Ingredient@3e3f6075, net.minecraft.item.crafting.Ingredient@3e3f6075]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4201 environmentaltech:m_resources/ionite/pavers/slabs/paver_slabs RecipeStage{tier='five', recipe=6xtile.environmentaltech.ionite_paver_slab@0:[net.minecraft.item.crafting.Ingredient@b06f11f, net.minecraft.item.crafting.Ingredient@b06f11f, net.minecraft.item.crafting.Ingredient@b06f11f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4202 environmentaltech:m_resources/ionite/pavers/paver_to_normal RecipeStage{tier='five', recipe=1xtile.environmentaltech.ionite@0:[net.minecraft.item.crafting.Ingredient@64860281]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4203 environmentaltech:m_resources/ionite/pavers/paver RecipeStage{tier='five', recipe=8xtile.environmentaltech.ionite_paver@0:[net.minecraft.item.crafting.Ingredient@30fe4eb, net.minecraft.item.crafting.Ingredient@30fe4eb, net.minecraft.item.crafting.Ingredient@30fe4eb, net.minecraft.item.crafting.Ingredient@30fe4eb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@30fe4eb, net.minecraft.item.crafting.Ingredient@30fe4eb, net.minecraft.item.crafting.Ingredient@30fe4eb, net.minecraft.item.crafting.Ingredient@30fe4eb]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4204 environmentaltech:m_resources/ionite/normal/stairs/stairs_tb RecipeStage{tier='five', recipe=1xtile.environmentaltech.ionite@0:[net.minecraft.item.crafting.Ingredient@3138f3b8]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4205 environmentaltech:m_resources/ionite/normal/stairs/stairs RecipeStage{tier='five', recipe=6xtile.environmentaltech.ionite_stairs@0:[net.minecraft.item.crafting.Ingredient@286fe74c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@286fe74c, net.minecraft.item.crafting.Ingredient@286fe74c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@286fe74c, net.minecraft.item.crafting.Ingredient@286fe74c, net.minecraft.item.crafting.Ingredient@286fe74c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4206 environmentaltech:m_resources/ionite/normal/slabs/slabs_tb RecipeStage{tier='five', recipe=1xtile.environmentaltech.ionite@0:[net.minecraft.item.crafting.Ingredient@31c7a92, net.minecraft.item.crafting.Ingredient@31c7a92]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4207 environmentaltech:m_resources/ionite/normal/slabs/slabs RecipeStage{tier='five', recipe=6xtile.environmentaltech.ionite_slab@0:[net.minecraft.item.crafting.Ingredient@388d636a, net.minecraft.item.crafting.Ingredient@388d636a, net.minecraft.item.crafting.Ingredient@388d636a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4208 environmentaltech:m_resources/ionite/normal/dc_block RecipeStage{tier='five', recipe=9xitem.environmentaltech.ionite_crystal@0:[net.minecraft.item.crafting.Ingredient@162d0f12]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4209 environmentaltech:m_resources/ionite/normal/c_block RecipeStage{tier='five', recipe=1xtile.environmentaltech.ionite@0:[net.minecraftforge.oredict.OreIngredient@317915c5, net.minecraftforge.oredict.OreIngredient@317915c5, net.minecraftforge.oredict.OreIngredient@317915c5, net.minecraftforge.oredict.OreIngredient@317915c5, net.minecraftforge.oredict.OreIngredient@317915c5, net.minecraftforge.oredict.OreIngredient@317915c5, net.minecraftforge.oredict.OreIngredient@317915c5, net.minecraftforge.oredict.OreIngredient@317915c5, net.minecraftforge.oredict.OreIngredient@317915c5]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4210 environmentaltech:m_resources/ionite/bricks/stairs/brick_stairs_tb RecipeStage{tier='five', recipe=1xtile.environmentaltech.ionite_bricks@0:[net.minecraft.item.crafting.Ingredient@a32455f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4211 environmentaltech:m_resources/ionite/bricks/stairs/brick_stairs RecipeStage{tier='five', recipe=6xtile.environmentaltech.ionite_brick_stairs@0:[net.minecraft.item.crafting.Ingredient@7666bd5d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7666bd5d, net.minecraft.item.crafting.Ingredient@7666bd5d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7666bd5d, net.minecraft.item.crafting.Ingredient@7666bd5d, net.minecraft.item.crafting.Ingredient@7666bd5d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4212 environmentaltech:m_resources/ionite/bricks/slabs/brick_slabs_tb RecipeStage{tier='five', recipe=1xtile.environmentaltech.ionite_bricks@0:[net.minecraft.item.crafting.Ingredient@4c8acdf0, net.minecraft.item.crafting.Ingredient@4c8acdf0]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4213 environmentaltech:m_resources/ionite/bricks/slabs/brick_slabs RecipeStage{tier='five', recipe=6xtile.environmentaltech.ionite_brick_slab@0:[net.minecraft.item.crafting.Ingredient@2210b87, net.minecraft.item.crafting.Ingredient@2210b87, net.minecraft.item.crafting.Ingredient@2210b87]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4214 environmentaltech:m_resources/ionite/bricks/bricks_to_normal RecipeStage{tier='five', recipe=1xtile.environmentaltech.ionite@0:[net.minecraft.item.crafting.Ingredient@78776968]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4215 environmentaltech:m_resources/ionite/bricks/bricks RecipeStage{tier='five', recipe=4xtile.environmentaltech.ionite_bricks@0:[net.minecraft.item.crafting.Ingredient@69caa3f2, net.minecraft.item.crafting.Ingredient@69caa3f2, net.minecraft.item.crafting.Ingredient@69caa3f2, net.minecraft.item.crafting.Ingredient@69caa3f2]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4216 environmentaltech:m_resources/erodium/tiles/tiles_to_normal RecipeStage{tier='five', recipe=1xtile.environmentaltech.erodium@0:[net.minecraft.item.crafting.Ingredient@7b625f5f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4217 environmentaltech:m_resources/erodium/tiles/tiles RecipeStage{tier='five', recipe=4xtile.environmentaltech.erodium_tiles@0:[net.minecraft.item.crafting.Ingredient@766c8617, net.minecraft.item.crafting.Ingredient@766c8617, net.minecraft.item.crafting.Ingredient@766c8617, net.minecraft.item.crafting.Ingredient@766c8617]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4218 environmentaltech:m_resources/erodium/tiles/stairs/tiles_stairs_tb RecipeStage{tier='five', recipe=1xtile.environmentaltech.erodium_tiles@0:[net.minecraft.item.crafting.Ingredient@3db8d357]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4219 environmentaltech:m_resources/erodium/tiles/stairs/tiles_stairs RecipeStage{tier='five', recipe=6xtile.environmentaltech.erodium_tile_stairs@0:[net.minecraft.item.crafting.Ingredient@301adae5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@301adae5, net.minecraft.item.crafting.Ingredient@301adae5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@301adae5, net.minecraft.item.crafting.Ingredient@301adae5, net.minecraft.item.crafting.Ingredient@301adae5]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4220 environmentaltech:m_resources/erodium/tiles/slabs/tiles_slabs_tb RecipeStage{tier='five', recipe=1xtile.environmentaltech.erodium_tiles@0:[net.minecraft.item.crafting.Ingredient@6e6a48dd, net.minecraft.item.crafting.Ingredient@6e6a48dd]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4221 environmentaltech:m_resources/erodium/tiles/slabs/tiles_slabs RecipeStage{tier='five', recipe=6xtile.environmentaltech.erodium_tile_slab@0:[net.minecraft.item.crafting.Ingredient@7d41d86b, net.minecraft.item.crafting.Ingredient@7d41d86b, net.minecraft.item.crafting.Ingredient@7d41d86b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4222 environmentaltech:m_resources/erodium/pavers/slabs/paver_slabs_tb RecipeStage{tier='five', recipe=1xtile.environmentaltech.erodium_paver@0:[net.minecraft.item.crafting.Ingredient@6286c36a, net.minecraft.item.crafting.Ingredient@6286c36a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4223 environmentaltech:m_resources/erodium/pavers/slabs/paver_slabs RecipeStage{tier='five', recipe=6xtile.environmentaltech.erodium_paver_slab@0:[net.minecraft.item.crafting.Ingredient@7b034f40, net.minecraft.item.crafting.Ingredient@7b034f40, net.minecraft.item.crafting.Ingredient@7b034f40]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4224 environmentaltech:m_resources/erodium/pavers/paver_to_normal RecipeStage{tier='five', recipe=1xtile.environmentaltech.erodium@0:[net.minecraft.item.crafting.Ingredient@43fbd0e5]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4225 environmentaltech:m_resources/erodium/pavers/paver RecipeStage{tier='five', recipe=8xtile.environmentaltech.erodium_paver@0:[net.minecraft.item.crafting.Ingredient@77fca5ef, net.minecraft.item.crafting.Ingredient@77fca5ef, net.minecraft.item.crafting.Ingredient@77fca5ef, net.minecraft.item.crafting.Ingredient@77fca5ef, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@77fca5ef, net.minecraft.item.crafting.Ingredient@77fca5ef, net.minecraft.item.crafting.Ingredient@77fca5ef, net.minecraft.item.crafting.Ingredient@77fca5ef]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4226 environmentaltech:m_resources/erodium/normal/stairs/stairs_tb RecipeStage{tier='five', recipe=1xtile.environmentaltech.erodium@0:[net.minecraft.item.crafting.Ingredient@440d174]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4227 environmentaltech:m_resources/erodium/normal/stairs/stairs RecipeStage{tier='five', recipe=6xtile.environmentaltech.erodium_stairs@0:[net.minecraft.item.crafting.Ingredient@5ca2a322, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5ca2a322, net.minecraft.item.crafting.Ingredient@5ca2a322, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5ca2a322, net.minecraft.item.crafting.Ingredient@5ca2a322, net.minecraft.item.crafting.Ingredient@5ca2a322]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4228 environmentaltech:m_resources/erodium/normal/slabs/slabs_tb RecipeStage{tier='five', recipe=1xtile.environmentaltech.erodium@0:[net.minecraft.item.crafting.Ingredient@42fc5add, net.minecraft.item.crafting.Ingredient@42fc5add]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4229 environmentaltech:m_resources/erodium/normal/slabs/slabs RecipeStage{tier='five', recipe=6xtile.environmentaltech.erodium_slab@0:[net.minecraft.item.crafting.Ingredient@5f2b9278, net.minecraft.item.crafting.Ingredient@5f2b9278, net.minecraft.item.crafting.Ingredient@5f2b9278]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4230 environmentaltech:m_resources/erodium/normal/dc_block RecipeStage{tier='five', recipe=9xitem.environmentaltech.erodium_crystal@0:[net.minecraft.item.crafting.Ingredient@5c05c3fc]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4231 environmentaltech:m_resources/erodium/normal/c_block RecipeStage{tier='five', recipe=1xtile.environmentaltech.erodium@0:[net.minecraftforge.oredict.OreIngredient@11885ea9, net.minecraftforge.oredict.OreIngredient@11885ea9, net.minecraftforge.oredict.OreIngredient@11885ea9, net.minecraftforge.oredict.OreIngredient@11885ea9, net.minecraftforge.oredict.OreIngredient@11885ea9, net.minecraftforge.oredict.OreIngredient@11885ea9, net.minecraftforge.oredict.OreIngredient@11885ea9, net.minecraftforge.oredict.OreIngredient@11885ea9, net.minecraftforge.oredict.OreIngredient@11885ea9]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4232 environmentaltech:m_resources/erodium/bricks/stairs/brick_stairs_tb RecipeStage{tier='five', recipe=1xtile.environmentaltech.erodium_bricks@0:[net.minecraft.item.crafting.Ingredient@342a4cd2]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4233 environmentaltech:m_resources/erodium/bricks/stairs/brick_stairs RecipeStage{tier='five', recipe=6xtile.environmentaltech.erodium_brick_stairs@0:[net.minecraft.item.crafting.Ingredient@4481c95, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4481c95, net.minecraft.item.crafting.Ingredient@4481c95, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4481c95, net.minecraft.item.crafting.Ingredient@4481c95, net.minecraft.item.crafting.Ingredient@4481c95]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4234 environmentaltech:m_resources/erodium/bricks/slabs/brick_slabs_tb RecipeStage{tier='five', recipe=1xtile.environmentaltech.erodium_bricks@0:[net.minecraft.item.crafting.Ingredient@147c0c75, net.minecraft.item.crafting.Ingredient@147c0c75]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4235 environmentaltech:m_resources/erodium/bricks/slabs/brick_slabs RecipeStage{tier='five', recipe=6xtile.environmentaltech.erodium_brick_slab@0:[net.minecraft.item.crafting.Ingredient@751fbb37, net.minecraft.item.crafting.Ingredient@751fbb37, net.minecraft.item.crafting.Ingredient@751fbb37]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4236 environmentaltech:m_resources/erodium/bricks/bricks_to_normal RecipeStage{tier='five', recipe=1xtile.environmentaltech.erodium@0:[net.minecraft.item.crafting.Ingredient@610423f3]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4237 environmentaltech:m_resources/erodium/bricks/bricks RecipeStage{tier='five', recipe=4xtile.environmentaltech.erodium_bricks@0:[net.minecraft.item.crafting.Ingredient@5783a590, net.minecraft.item.crafting.Ingredient@5783a590, net.minecraft.item.crafting.Ingredient@5783a590, net.minecraft.item.crafting.Ingredient@5783a590]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4238 environmentaltech:m_resources/aethium/tiles/tiles_to_normal RecipeStage{tier='five', recipe=1xtile.environmentaltech.aethium@0:[net.minecraft.item.crafting.Ingredient@2bb231e4]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4239 environmentaltech:m_resources/aethium/tiles/tiles RecipeStage{tier='five', recipe=4xtile.environmentaltech.aethium_tiles@0:[net.minecraft.item.crafting.Ingredient@76fdfa18, net.minecraft.item.crafting.Ingredient@76fdfa18, net.minecraft.item.crafting.Ingredient@76fdfa18, net.minecraft.item.crafting.Ingredient@76fdfa18]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4240 environmentaltech:m_resources/aethium/tiles/stairs/tiles_stairs_tb RecipeStage{tier='five', recipe=1xtile.environmentaltech.aethium_tiles@0:[net.minecraft.item.crafting.Ingredient@5c69504f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4241 environmentaltech:m_resources/aethium/tiles/stairs/tiles_stairs RecipeStage{tier='five', recipe=6xtile.environmentaltech.aethium_tile_stairs@0:[net.minecraft.item.crafting.Ingredient@1e23873f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1e23873f, net.minecraft.item.crafting.Ingredient@1e23873f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1e23873f, net.minecraft.item.crafting.Ingredient@1e23873f, net.minecraft.item.crafting.Ingredient@1e23873f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4242 environmentaltech:m_resources/aethium/tiles/slabs/tiles_slabs_tb RecipeStage{tier='five', recipe=1xtile.environmentaltech.aethium_tiles@0:[net.minecraft.item.crafting.Ingredient@2efaea2b, net.minecraft.item.crafting.Ingredient@2efaea2b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4243 environmentaltech:m_resources/aethium/tiles/slabs/tiles_slabs RecipeStage{tier='five', recipe=6xtile.environmentaltech.aethium_tile_slab@0:[net.minecraft.item.crafting.Ingredient@1de197d8, net.minecraft.item.crafting.Ingredient@1de197d8, net.minecraft.item.crafting.Ingredient@1de197d8]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4244 environmentaltech:m_resources/aethium/pavers/slabs/paver_slabs_tb RecipeStage{tier='five', recipe=1xtile.environmentaltech.aethium_paver@0:[net.minecraft.item.crafting.Ingredient@4bbf3da4, net.minecraft.item.crafting.Ingredient@4bbf3da4]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4245 environmentaltech:m_resources/aethium/pavers/slabs/paver_slabs RecipeStage{tier='five', recipe=6xtile.environmentaltech.aethium_paver_slab@0:[net.minecraft.item.crafting.Ingredient@6deb0369, net.minecraft.item.crafting.Ingredient@6deb0369, net.minecraft.item.crafting.Ingredient@6deb0369]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4246 environmentaltech:m_resources/aethium/pavers/paver_to_normal RecipeStage{tier='five', recipe=1xtile.environmentaltech.aethium@0:[net.minecraft.item.crafting.Ingredient@30a24f4f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4247 environmentaltech:m_resources/aethium/pavers/paver RecipeStage{tier='five', recipe=8xtile.environmentaltech.aethium_paver@0:[net.minecraft.item.crafting.Ingredient@40b57c4a, net.minecraft.item.crafting.Ingredient@40b57c4a, net.minecraft.item.crafting.Ingredient@40b57c4a, net.minecraft.item.crafting.Ingredient@40b57c4a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@40b57c4a, net.minecraft.item.crafting.Ingredient@40b57c4a, net.minecraft.item.crafting.Ingredient@40b57c4a, net.minecraft.item.crafting.Ingredient@40b57c4a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4248 environmentaltech:m_resources/aethium/normal/stairs/stairs_tb RecipeStage{tier='five', recipe=1xtile.environmentaltech.aethium@0:[net.minecraft.item.crafting.Ingredient@5cefef62]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4249 environmentaltech:m_resources/aethium/normal/stairs/stairs RecipeStage{tier='five', recipe=6xtile.environmentaltech.aethium_stairs@0:[net.minecraft.item.crafting.Ingredient@3738a6b3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3738a6b3, net.minecraft.item.crafting.Ingredient@3738a6b3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3738a6b3, net.minecraft.item.crafting.Ingredient@3738a6b3, net.minecraft.item.crafting.Ingredient@3738a6b3]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4250 environmentaltech:m_resources/aethium/normal/slabs/slabs_tb RecipeStage{tier='five', recipe=1xtile.environmentaltech.aethium@0:[net.minecraft.item.crafting.Ingredient@b8db139, net.minecraft.item.crafting.Ingredient@b8db139]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4251 environmentaltech:m_resources/aethium/normal/slabs/slabs RecipeStage{tier='five', recipe=6xtile.environmentaltech.aethium_slab@0:[net.minecraft.item.crafting.Ingredient@4853899a, net.minecraft.item.crafting.Ingredient@4853899a, net.minecraft.item.crafting.Ingredient@4853899a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4252 environmentaltech:m_resources/aethium/normal/dc_block RecipeStage{tier='five', recipe=9xitem.environmentaltech.aethium_crystal@0:[net.minecraft.item.crafting.Ingredient@1805965e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4253 environmentaltech:m_resources/aethium/normal/c_block RecipeStage{tier='five', recipe=1xtile.environmentaltech.aethium@0:[net.minecraftforge.oredict.OreIngredient@4d1363a9, net.minecraftforge.oredict.OreIngredient@4d1363a9, net.minecraftforge.oredict.OreIngredient@4d1363a9, net.minecraftforge.oredict.OreIngredient@4d1363a9, net.minecraftforge.oredict.OreIngredient@4d1363a9, net.minecraftforge.oredict.OreIngredient@4d1363a9, net.minecraftforge.oredict.OreIngredient@4d1363a9, net.minecraftforge.oredict.OreIngredient@4d1363a9, net.minecraftforge.oredict.OreIngredient@4d1363a9]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4254 environmentaltech:m_resources/aethium/bricks/stairs/brick_stairs_tb RecipeStage{tier='five', recipe=1xtile.environmentaltech.aethium_bricks@0:[net.minecraft.item.crafting.Ingredient@5394d1ca]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4255 environmentaltech:m_resources/aethium/bricks/stairs/brick_stairs RecipeStage{tier='five', recipe=6xtile.environmentaltech.aethium_brick_stairs@0:[net.minecraft.item.crafting.Ingredient@266d0e11, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@266d0e11, net.minecraft.item.crafting.Ingredient@266d0e11, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@266d0e11, net.minecraft.item.crafting.Ingredient@266d0e11, net.minecraft.item.crafting.Ingredient@266d0e11]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4256 environmentaltech:m_resources/aethium/bricks/slabs/brick_slabs_tb RecipeStage{tier='five', recipe=1xtile.environmentaltech.aethium_bricks@0:[net.minecraft.item.crafting.Ingredient@23ec732b, net.minecraft.item.crafting.Ingredient@23ec732b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4257 environmentaltech:m_resources/aethium/bricks/slabs/brick_slabs RecipeStage{tier='five', recipe=6xtile.environmentaltech.aethium_brick_slab@0:[net.minecraft.item.crafting.Ingredient@adfe968, net.minecraft.item.crafting.Ingredient@adfe968, net.minecraft.item.crafting.Ingredient@adfe968]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4258 environmentaltech:m_resources/aethium/bricks/bricks_to_normal RecipeStage{tier='five', recipe=1xtile.environmentaltech.aethium@0:[net.minecraft.item.crafting.Ingredient@407403d7]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4259 environmentaltech:m_resources/aethium/bricks/bricks RecipeStage{tier='five', recipe=4xtile.environmentaltech.aethium_bricks@0:[net.minecraft.item.crafting.Ingredient@7d711f4, net.minecraft.item.crafting.Ingredient@7d711f4, net.minecraft.item.crafting.Ingredient@7d711f4, net.minecraft.item.crafting.Ingredient@7d711f4]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4260 environmentaltech:m_multiblocks/m_void/m_resource/void_res_miner_cont_6 RecipeStage{tier='five', recipe=1xtile.environmentaltech.void_res_miner_cont_6@0:[net.minecraftforge.oredict.OreIngredient@3d8010bd, net.minecraftforge.oredict.OreIngredient@3caa6bee, net.minecraftforge.oredict.OreIngredient@3d8010bd, net.minecraftforge.oredict.OreIngredient@3d8010bd, net.minecraft.item.crafting.Ingredient@35c4212e, net.minecraftforge.oredict.OreIngredient@3d8010bd, net.minecraftforge.oredict.OreIngredient@3d8010bd, net.minecraftforge.oredict.OreIngredient@5ff89e6d, net.minecraftforge.oredict.OreIngredient@3d8010bd]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4261 environmentaltech:m_multiblocks/m_void/m_resource/void_res_miner_cont_5 RecipeStage{tier='five', recipe=1xtile.environmentaltech.void_res_miner_cont_5@0:[net.minecraftforge.oredict.OreIngredient@213e905, net.minecraftforge.oredict.OreIngredient@63f42f50, net.minecraftforge.oredict.OreIngredient@213e905, net.minecraftforge.oredict.OreIngredient@213e905, net.minecraft.item.crafting.Ingredient@3aa4e00e, net.minecraftforge.oredict.OreIngredient@213e905, net.minecraftforge.oredict.OreIngredient@213e905, net.minecraftforge.oredict.OreIngredient@3b1bbe03, net.minecraftforge.oredict.OreIngredient@213e905]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4262 environmentaltech:m_multiblocks/m_void/m_resource/void_res_miner_cont_4 RecipeStage{tier='five', recipe=1xtile.environmentaltech.void_res_miner_cont_4@0:[net.minecraftforge.oredict.OreIngredient@1fa56c0c, net.minecraftforge.oredict.OreIngredient@502aac5f, net.minecraftforge.oredict.OreIngredient@1fa56c0c, net.minecraftforge.oredict.OreIngredient@1fa56c0c, net.minecraft.item.crafting.Ingredient@3ce315cc, net.minecraftforge.oredict.OreIngredient@1fa56c0c, net.minecraftforge.oredict.OreIngredient@1fa56c0c, net.minecraftforge.oredict.OreIngredient@4079012, net.minecraftforge.oredict.OreIngredient@1fa56c0c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4263 environmentaltech:m_multiblocks/m_void/m_resource/void_res_miner_cont_3 RecipeStage{tier='five', recipe=1xtile.environmentaltech.void_res_miner_cont_3@0:[net.minecraftforge.oredict.OreIngredient@29edf8a1, net.minecraftforge.oredict.OreIngredient@2b559ed7, net.minecraftforge.oredict.OreIngredient@29edf8a1, net.minecraftforge.oredict.OreIngredient@29edf8a1, net.minecraft.item.crafting.Ingredient@449d4741, net.minecraftforge.oredict.OreIngredient@29edf8a1, net.minecraftforge.oredict.OreIngredient@29edf8a1, net.minecraftforge.oredict.OreIngredient@4621d47e, net.minecraftforge.oredict.OreIngredient@29edf8a1]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4264 environmentaltech:m_multiblocks/m_void/m_resource/void_res_miner_cont_2 RecipeStage{tier='five', recipe=1xtile.environmentaltech.void_res_miner_cont_2@0:[net.minecraftforge.oredict.OreIngredient@61a8da86, net.minecraftforge.oredict.OreIngredient@19b8e204, net.minecraftforge.oredict.OreIngredient@61a8da86, net.minecraftforge.oredict.OreIngredient@61a8da86, net.minecraft.item.crafting.Ingredient@42009b39, net.minecraftforge.oredict.OreIngredient@61a8da86, net.minecraftforge.oredict.OreIngredient@61a8da86, net.minecraftforge.oredict.OreIngredient@7897d770, net.minecraftforge.oredict.OreIngredient@61a8da86]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4265 environmentaltech:m_multiblocks/m_void/m_resource/void_res_miner_cont_1 RecipeStage{tier='five', recipe=1xtile.environmentaltech.void_res_miner_cont_1@0:[net.minecraftforge.oredict.OreIngredient@1cfc6bf, net.minecraftforge.oredict.OreIngredient@3c4ec4a6, net.minecraftforge.oredict.OreIngredient@1cfc6bf, net.minecraftforge.oredict.OreIngredient@1cfc6bf, net.minecraft.item.crafting.Ingredient@6c5da7b9, net.minecraftforge.oredict.OreIngredient@1cfc6bf, net.minecraft.item.crafting.Ingredient@793c35dd, net.minecraftforge.oredict.OreIngredient@639f19b, net.minecraft.item.crafting.Ingredient@793c35dd]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4266 environmentaltech:m_multiblocks/m_void/m_ore/void_ore_miner_cont_6 RecipeStage{tier='five', recipe=1xtile.environmentaltech.void_ore_miner_cont_6@0:[net.minecraftforge.oredict.OreIngredient@10626cda, net.minecraftforge.oredict.OreIngredient@20ecb630, net.minecraftforge.oredict.OreIngredient@10626cda, net.minecraftforge.oredict.OreIngredient@10626cda, net.minecraft.item.crafting.Ingredient@3ce9e4ce, net.minecraftforge.oredict.OreIngredient@10626cda, net.minecraftforge.oredict.OreIngredient@10626cda, net.minecraftforge.oredict.OreIngredient@2d55f6b2, net.minecraftforge.oredict.OreIngredient@10626cda]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4267 environmentaltech:m_multiblocks/m_void/m_ore/void_ore_miner_cont_5 RecipeStage{tier='five', recipe=1xtile.environmentaltech.void_ore_miner_cont_5@0:[net.minecraftforge.oredict.OreIngredient@1a94f64b, net.minecraftforge.oredict.OreIngredient@262157dc, net.minecraftforge.oredict.OreIngredient@1a94f64b, net.minecraftforge.oredict.OreIngredient@1a94f64b, net.minecraft.item.crafting.Ingredient@1c7c811f, net.minecraftforge.oredict.OreIngredient@1a94f64b, net.minecraftforge.oredict.OreIngredient@1a94f64b, net.minecraftforge.oredict.OreIngredient@37bd936a, net.minecraftforge.oredict.OreIngredient@1a94f64b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4268 environmentaltech:m_multiblocks/m_void/m_ore/void_ore_miner_cont_4 RecipeStage{tier='five', recipe=1xtile.environmentaltech.void_ore_miner_cont_4@0:[net.minecraftforge.oredict.OreIngredient@5e4c399, net.minecraftforge.oredict.OreIngredient@3f93c390, net.minecraftforge.oredict.OreIngredient@5e4c399, net.minecraftforge.oredict.OreIngredient@5e4c399, net.minecraft.item.crafting.Ingredient@302b6f29, net.minecraftforge.oredict.OreIngredient@5e4c399, net.minecraftforge.oredict.OreIngredient@5e4c399, net.minecraftforge.oredict.OreIngredient@274abafa, net.minecraftforge.oredict.OreIngredient@5e4c399]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4269 environmentaltech:m_multiblocks/m_void/m_ore/void_ore_miner_cont_3 RecipeStage{tier='five', recipe=1xtile.environmentaltech.void_ore_miner_cont_3@0:[net.minecraftforge.oredict.OreIngredient@3c691e29, net.minecraftforge.oredict.OreIngredient@321ab160, net.minecraftforge.oredict.OreIngredient@3c691e29, net.minecraftforge.oredict.OreIngredient@3c691e29, net.minecraft.item.crafting.Ingredient@6bf20762, net.minecraftforge.oredict.OreIngredient@3c691e29, net.minecraftforge.oredict.OreIngredient@3c691e29, net.minecraftforge.oredict.OreIngredient@120ea7cd, net.minecraftforge.oredict.OreIngredient@3c691e29]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4270 environmentaltech:m_multiblocks/m_void/m_ore/void_ore_miner_cont_2 RecipeStage{tier='five', recipe=1xtile.environmentaltech.void_ore_miner_cont_2@0:[net.minecraftforge.oredict.OreIngredient@1df179ef, net.minecraftforge.oredict.OreIngredient@6839b451, net.minecraftforge.oredict.OreIngredient@1df179ef, net.minecraftforge.oredict.OreIngredient@1df179ef, net.minecraft.item.crafting.Ingredient@4b31259f, net.minecraftforge.oredict.OreIngredient@1df179ef, net.minecraftforge.oredict.OreIngredient@1df179ef, net.minecraftforge.oredict.OreIngredient@5948601, net.minecraftforge.oredict.OreIngredient@1df179ef]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4271 environmentaltech:m_multiblocks/m_void/m_ore/void_ore_miner_cont_1 RecipeStage{tier='five', recipe=1xtile.environmentaltech.void_ore_miner_cont_1@0:[net.minecraftforge.oredict.OreIngredient@5558fec1, net.minecraftforge.oredict.OreIngredient@23d84366, net.minecraftforge.oredict.OreIngredient@5558fec1, net.minecraftforge.oredict.OreIngredient@5558fec1, net.minecraft.item.crafting.Ingredient@59e03fe, net.minecraftforge.oredict.OreIngredient@5558fec1, net.minecraft.item.crafting.Ingredient@d3331bc, net.minecraftforge.oredict.OreIngredient@1f8f7a7a, net.minecraft.item.crafting.Ingredient@d3331bc]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4272 environmentaltech:m_multiblocks/m_void/m_botanic/void_botanic_miner_cont_6 RecipeStage{tier='five', recipe=1xtile.environmentaltech.void_botanic_miner_cont_6@0:[net.minecraftforge.oredict.OreIngredient@2ab21adf, net.minecraft.item.crafting.Ingredient@78c28799, net.minecraftforge.oredict.OreIngredient@2ab21adf, net.minecraftforge.oredict.OreIngredient@2ab21adf, net.minecraft.item.crafting.Ingredient@450a6b64, net.minecraftforge.oredict.OreIngredient@2ab21adf, net.minecraftforge.oredict.OreIngredient@2ab21adf, net.minecraftforge.oredict.OreIngredient@351e8e70, net.minecraftforge.oredict.OreIngredient@2ab21adf]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4273 environmentaltech:m_multiblocks/m_void/m_botanic/void_botanic_miner_cont_5 RecipeStage{tier='five', recipe=1xtile.environmentaltech.void_botanic_miner_cont_5@0:[net.minecraftforge.oredict.OreIngredient@3439c549, net.minecraft.item.crafting.Ingredient@3b011a4e, net.minecraftforge.oredict.OreIngredient@3439c549, net.minecraftforge.oredict.OreIngredient@3439c549, net.minecraft.item.crafting.Ingredient@4d5397c0, net.minecraftforge.oredict.OreIngredient@3439c549, net.minecraftforge.oredict.OreIngredient@3439c549, net.minecraftforge.oredict.OreIngredient@15dacfff, net.minecraftforge.oredict.OreIngredient@3439c549]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4274 environmentaltech:m_multiblocks/m_void/m_botanic/void_botanic_miner_cont_4 RecipeStage{tier='five', recipe=1xtile.environmentaltech.void_botanic_miner_cont_4@0:[net.minecraftforge.oredict.OreIngredient@4e8905fa, net.minecraft.item.crafting.Ingredient@3b5360e8, net.minecraftforge.oredict.OreIngredient@4e8905fa, net.minecraftforge.oredict.OreIngredient@4e8905fa, net.minecraft.item.crafting.Ingredient@78f97927, net.minecraftforge.oredict.OreIngredient@4e8905fa, net.minecraftforge.oredict.OreIngredient@4e8905fa, net.minecraftforge.oredict.OreIngredient@953d3c9, net.minecraftforge.oredict.OreIngredient@4e8905fa]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4275 environmentaltech:m_multiblocks/m_void/m_botanic/void_botanic_miner_cont_3 RecipeStage{tier='five', recipe=1xtile.environmentaltech.void_botanic_miner_cont_3@0:[net.minecraftforge.oredict.OreIngredient@b5ef5ae, net.minecraft.item.crafting.Ingredient@193148d8, net.minecraftforge.oredict.OreIngredient@b5ef5ae, net.minecraftforge.oredict.OreIngredient@b5ef5ae, net.minecraft.item.crafting.Ingredient@8807f00, net.minecraftforge.oredict.OreIngredient@b5ef5ae, net.minecraftforge.oredict.OreIngredient@b5ef5ae, net.minecraftforge.oredict.OreIngredient@313ea9ac, net.minecraftforge.oredict.OreIngredient@b5ef5ae]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4276 environmentaltech:m_multiblocks/m_void/m_botanic/void_botanic_miner_cont_2 RecipeStage{tier='five', recipe=1xtile.environmentaltech.void_botanic_miner_cont_2@0:[net.minecraftforge.oredict.OreIngredient@11919332, net.minecraft.item.crafting.Ingredient@522eb469, net.minecraftforge.oredict.OreIngredient@11919332, net.minecraftforge.oredict.OreIngredient@11919332, net.minecraft.item.crafting.Ingredient@25f61e75, net.minecraftforge.oredict.OreIngredient@11919332, net.minecraftforge.oredict.OreIngredient@11919332, net.minecraftforge.oredict.OreIngredient@412b1803, net.minecraftforge.oredict.OreIngredient@11919332]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4277 environmentaltech:m_multiblocks/m_void/m_botanic/void_botanic_miner_cont_1 RecipeStage{tier='five', recipe=1xtile.environmentaltech.void_botanic_miner_cont_1@0:[net.minecraftforge.oredict.OreIngredient@77f63b67, net.minecraft.item.crafting.Ingredient@5bbc602d, net.minecraftforge.oredict.OreIngredient@77f63b67, net.minecraftforge.oredict.OreIngredient@77f63b67, net.minecraft.item.crafting.Ingredient@3f83e16, net.minecraftforge.oredict.OreIngredient@77f63b67, net.minecraft.item.crafting.Ingredient@d328d2f, net.minecraftforge.oredict.OreIngredient@4b59ba20, net.minecraft.item.crafting.Ingredient@d328d2f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4278 environmentaltech:m_multiblocks/m_void/modifier_accuracy RecipeStage{tier='five', recipe=1xtile.environmentaltech.modifier_accuracy@0:[net.minecraftforge.oredict.OreIngredient@72a54791, net.minecraft.item.crafting.Ingredient@135df1d4, net.minecraftforge.oredict.OreIngredient@72a54791, net.minecraft.item.crafting.Ingredient@2ee14a3e, net.minecraft.item.crafting.Ingredient@3469da36, net.minecraft.item.crafting.Ingredient@2ee14a3e, net.minecraftforge.oredict.OreIngredient@72a54791, net.minecraft.item.crafting.Ingredient@48465e3e, net.minecraftforge.oredict.OreIngredient@72a54791]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4279 environmentaltech:m_multiblocks/m_void/lens_clear_crystal RecipeStage{tier='five', recipe=1xtile.environmentaltech.laser_lens_crystal@0:[net.minecraftforge.oredict.OreIngredient@349ccd68, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@349ccd68, net.minecraftforge.oredict.OreIngredient@349ccd68, net.minecraftforge.oredict.OreIngredient@1c3896c2, net.minecraftforge.oredict.OreIngredient@349ccd68, net.minecraftforge.oredict.OreIngredient@349ccd68, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@349ccd68]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4280 environmentaltech:m_multiblocks/m_void/lens_clear_alt RecipeStage{tier='five', recipe=1xtile.environmentaltech.laser_lens@0:[net.minecraftforge.oredict.OreIngredient@7a432b43]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4281 environmentaltech:m_multiblocks/m_void/lens_clear RecipeStage{tier='five', recipe=1xtile.environmentaltech.laser_lens@0:[net.minecraftforge.oredict.OreIngredient@11f98a9f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@11f98a9f, net.minecraftforge.oredict.OreIngredient@11f98a9f, net.minecraftforge.oredict.OreIngredient@11f98a9f, net.minecraftforge.oredict.OreIngredient@11f98a9f, net.minecraftforge.oredict.OreIngredient@11f98a9f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@11f98a9f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4282 environmentaltech:m_multiblocks/m_void/laser_core RecipeStage{tier='five', recipe=1xtile.environmentaltech.laser_core@0:[net.minecraftforge.oredict.OreIngredient@fab1536, net.minecraftforge.oredict.OreIngredient@2f3e4cf5, net.minecraftforge.oredict.OreIngredient@fab1536, net.minecraft.item.crafting.Ingredient@2ba80def, net.minecraftforge.oredict.OreIngredient@2f3e4cf5, net.minecraft.item.crafting.Ingredient@2ba80def, net.minecraftforge.oredict.OreIngredient@fab1536, net.minecraftforge.oredict.OreIngredient@2f3e4cf5, net.minecraftforge.oredict.OreIngredient@fab1536]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4283 environmentaltech:m_multiblocks/m_void/diode RecipeStage{tier='five', recipe=1xitem.environmentaltech.diode@0:[net.minecraftforge.oredict.OreIngredient@4c778e8d, net.minecraftforge.oredict.OreIngredient@4c778e8d, net.minecraftforge.oredict.OreIngredient@4c778e8d, net.minecraftforge.oredict.OreIngredient@4c778e8d, net.minecraftforge.oredict.OreIngredient@30cf1a84, net.minecraftforge.oredict.OreIngredient@4c778e8d, net.minecraftforge.oredict.OreIngredient@4c778e8d, net.minecraftforge.oredict.OreIngredient@34cef892, net.minecraftforge.oredict.OreIngredient@4c778e8d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4284 environmentaltech:m_multiblocks/m_void/colored_lenses/lens_yellow RecipeStage{tier='five', recipe=1xtile.environmentaltech.laser_lens_colored@4:[net.minecraftforge.oredict.OreIngredient@31451c4f, net.minecraftforge.oredict.OreIngredient@1e97a58a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4285 environmentaltech:m_multiblocks/m_void/colored_lenses/lens_white RecipeStage{tier='five', recipe=1xtile.environmentaltech.laser_lens_colored@0:[net.minecraftforge.oredict.OreIngredient@75845907, net.minecraftforge.oredict.OreIngredient@6f1a6c9f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4286 environmentaltech:m_multiblocks/m_void/colored_lenses/lens_red RecipeStage{tier='five', recipe=1xtile.environmentaltech.laser_lens_colored@14:[net.minecraftforge.oredict.OreIngredient@6b44e0c4, net.minecraftforge.oredict.OreIngredient@9833fa4]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4287 environmentaltech:m_multiblocks/m_void/colored_lenses/lens_purple RecipeStage{tier='five', recipe=1xtile.environmentaltech.laser_lens_colored@10:[net.minecraftforge.oredict.OreIngredient@5b9dad49, net.minecraftforge.oredict.OreIngredient@56ac36a5]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4288 environmentaltech:m_multiblocks/m_void/colored_lenses/lens_pink RecipeStage{tier='five', recipe=1xtile.environmentaltech.laser_lens_colored@6:[net.minecraftforge.oredict.OreIngredient@6fe27bfe, net.minecraftforge.oredict.OreIngredient@68498f3f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4289 environmentaltech:m_multiblocks/m_void/colored_lenses/lens_orange RecipeStage{tier='five', recipe=1xtile.environmentaltech.laser_lens_colored@1:[net.minecraftforge.oredict.OreIngredient@e18aca9, net.minecraftforge.oredict.OreIngredient@66874c0b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4290 environmentaltech:m_multiblocks/m_void/colored_lenses/lens_magenta RecipeStage{tier='five', recipe=1xtile.environmentaltech.laser_lens_colored@2:[net.minecraftforge.oredict.OreIngredient@5fd053, net.minecraftforge.oredict.OreIngredient@6b2dce3a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4291 environmentaltech:m_multiblocks/m_void/colored_lenses/lens_lime RecipeStage{tier='five', recipe=1xtile.environmentaltech.laser_lens_colored@5:[net.minecraftforge.oredict.OreIngredient@6f434e1c, net.minecraftforge.oredict.OreIngredient@3671a1de]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4292 environmentaltech:m_multiblocks/m_void/colored_lenses/lens_light_gray RecipeStage{tier='five', recipe=1xtile.environmentaltech.laser_lens_colored@8:[net.minecraftforge.oredict.OreIngredient@1a0e7f3a, net.minecraftforge.oredict.OreIngredient@48453a6d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4293 environmentaltech:m_multiblocks/m_void/colored_lenses/lens_light_blue RecipeStage{tier='five', recipe=1xtile.environmentaltech.laser_lens_colored@3:[net.minecraftforge.oredict.OreIngredient@192dd1d, net.minecraftforge.oredict.OreIngredient@bf1344f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4294 environmentaltech:m_multiblocks/m_void/colored_lenses/lens_green RecipeStage{tier='five', recipe=1xtile.environmentaltech.laser_lens_colored@13:[net.minecraftforge.oredict.OreIngredient@505a6c3, net.minecraftforge.oredict.OreIngredient@373cb324]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4295 environmentaltech:m_multiblocks/m_void/colored_lenses/lens_gray RecipeStage{tier='five', recipe=1xtile.environmentaltech.laser_lens_colored@7:[net.minecraftforge.oredict.OreIngredient@30a9271f, net.minecraftforge.oredict.OreIngredient@f6c7b20]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4296 environmentaltech:m_multiblocks/m_void/colored_lenses/lens_cyan RecipeStage{tier='five', recipe=1xtile.environmentaltech.laser_lens_colored@9:[net.minecraftforge.oredict.OreIngredient@6e937e52, net.minecraftforge.oredict.OreIngredient@9b4fbfa]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4297 environmentaltech:m_multiblocks/m_void/colored_lenses/lens_brown RecipeStage{tier='five', recipe=1xtile.environmentaltech.laser_lens_colored@12:[net.minecraftforge.oredict.OreIngredient@693ba368, net.minecraftforge.oredict.OreIngredient@24b4b2e8]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4298 environmentaltech:m_multiblocks/m_void/colored_lenses/lens_blue RecipeStage{tier='five', recipe=1xtile.environmentaltech.laser_lens_colored@11:[net.minecraftforge.oredict.OreIngredient@4088f0b8, net.minecraftforge.oredict.OreIngredient@552f41b1]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4299 environmentaltech:m_multiblocks/m_void/colored_lenses/lens_black RecipeStage{tier='five', recipe=1xtile.environmentaltech.laser_lens_colored@15:[net.minecraftforge.oredict.OreIngredient@6fc74762, net.minecraftforge.oredict.OreIngredient@f71f87d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4300 environmentaltech:m_multiblocks/m_solar/solar_cell_pladium RecipeStage{tier='five', recipe=1xtile.environmentaltech.solar_cell_pladium@0:[net.minecraftforge.oredict.OreIngredient@150f9bf9, net.minecraftforge.oredict.OreIngredient@150f9bf9, net.minecraftforge.oredict.OreIngredient@150f9bf9, net.minecraft.item.crafting.Ingredient@724c7a3b, net.minecraft.item.crafting.Ingredient@ab3bc80, net.minecraft.item.crafting.Ingredient@724c7a3b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4301 environmentaltech:m_multiblocks/m_solar/solar_cell_litherite RecipeStage{tier='five', recipe=1xtile.environmentaltech.solar_cell_litherite@0:[net.minecraftforge.oredict.OreIngredient@23a784df, net.minecraftforge.oredict.OreIngredient@23a784df, net.minecraftforge.oredict.OreIngredient@23a784df, net.minecraft.item.crafting.Ingredient@79ec0140, net.minecraft.item.crafting.Ingredient@79ec0140, net.minecraft.item.crafting.Ingredient@79ec0140, net.minecraftforge.oredict.OreIngredient@949c00f, net.minecraft.item.crafting.Ingredient@66afdbc, net.minecraftforge.oredict.OreIngredient@949c00f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4302 environmentaltech:m_multiblocks/m_solar/solar_cell_kyronite RecipeStage{tier='five', recipe=1xtile.environmentaltech.solar_cell_kyronite@0:[net.minecraftforge.oredict.OreIngredient@19f0a822, net.minecraftforge.oredict.OreIngredient@19f0a822, net.minecraftforge.oredict.OreIngredient@19f0a822, net.minecraft.item.crafting.Ingredient@366c0c8d, net.minecraft.item.crafting.Ingredient@7f45d3f7, net.minecraft.item.crafting.Ingredient@366c0c8d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4303 environmentaltech:m_multiblocks/m_solar/solar_cell_ionite RecipeStage{tier='five', recipe=1xtile.environmentaltech.solar_cell_ionite@0:[net.minecraftforge.oredict.OreIngredient@487d7603, net.minecraftforge.oredict.OreIngredient@487d7603, net.minecraftforge.oredict.OreIngredient@487d7603, net.minecraft.item.crafting.Ingredient@36946251, net.minecraft.item.crafting.Ingredient@3c3b9877, net.minecraft.item.crafting.Ingredient@36946251]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4304 environmentaltech:m_multiblocks/m_solar/solar_cell_erodium RecipeStage{tier='five', recipe=1xtile.environmentaltech.solar_cell_erodium@0:[net.minecraftforge.oredict.OreIngredient@452287c6, net.minecraftforge.oredict.OreIngredient@452287c6, net.minecraftforge.oredict.OreIngredient@452287c6, net.minecraft.item.crafting.Ingredient@6ace2487, net.minecraft.item.crafting.Ingredient@13926db7, net.minecraft.item.crafting.Ingredient@6ace2487]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4305 environmentaltech:m_multiblocks/m_solar/solar_cell_aethium RecipeStage{tier='five', recipe=1xtile.environmentaltech.solar_cell_aethium@0:[net.minecraftforge.oredict.OreIngredient@2ec59ffe, net.minecraftforge.oredict.OreIngredient@2ec59ffe, net.minecraftforge.oredict.OreIngredient@2ec59ffe, net.minecraft.item.crafting.Ingredient@7d2c0789, net.minecraft.item.crafting.Ingredient@128b485d, net.minecraft.item.crafting.Ingredient@7d2c0789]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4306 environmentaltech:m_multiblocks/m_solar/solar_array_cont_6 RecipeStage{tier='five', recipe=1xtile.environmentaltech.solar_cont_6@0:[net.minecraftforge.oredict.OreIngredient@3efcf79d, net.minecraft.item.crafting.Ingredient@13cc9f0f, net.minecraftforge.oredict.OreIngredient@3efcf79d, net.minecraft.item.crafting.Ingredient@13cc9f0f, net.minecraft.item.crafting.Ingredient@7e41970b, net.minecraft.item.crafting.Ingredient@13cc9f0f, net.minecraftforge.oredict.OreIngredient@3efcf79d, net.minecraft.item.crafting.Ingredient@13cc9f0f, net.minecraftforge.oredict.OreIngredient@3efcf79d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4307 environmentaltech:m_multiblocks/m_solar/solar_array_cont_5 RecipeStage{tier='five', recipe=1xtile.environmentaltech.solar_cont_5@0:[net.minecraftforge.oredict.OreIngredient@3872a056, net.minecraft.item.crafting.Ingredient@44e96864, net.minecraftforge.oredict.OreIngredient@3872a056, net.minecraft.item.crafting.Ingredient@44e96864, net.minecraft.item.crafting.Ingredient@2be0cdb0, net.minecraft.item.crafting.Ingredient@44e96864, net.minecraftforge.oredict.OreIngredient@3872a056, net.minecraft.item.crafting.Ingredient@44e96864, net.minecraftforge.oredict.OreIngredient@3872a056]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4308 environmentaltech:m_multiblocks/m_solar/solar_array_cont_4 RecipeStage{tier='five', recipe=1xtile.environmentaltech.solar_cont_4@0:[net.minecraftforge.oredict.OreIngredient@2239feb9, net.minecraft.item.crafting.Ingredient@2bbd080, net.minecraftforge.oredict.OreIngredient@2239feb9, net.minecraft.item.crafting.Ingredient@2bbd080, net.minecraft.item.crafting.Ingredient@640d3df6, net.minecraft.item.crafting.Ingredient@2bbd080, net.minecraftforge.oredict.OreIngredient@2239feb9, net.minecraft.item.crafting.Ingredient@2bbd080, net.minecraftforge.oredict.OreIngredient@2239feb9]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4309 environmentaltech:m_multiblocks/m_solar/solar_array_cont_3 RecipeStage{tier='five', recipe=1xtile.environmentaltech.solar_cont_3@0:[net.minecraftforge.oredict.OreIngredient@1e8237aa, net.minecraft.item.crafting.Ingredient@46e367c7, net.minecraftforge.oredict.OreIngredient@1e8237aa, net.minecraft.item.crafting.Ingredient@46e367c7, net.minecraft.item.crafting.Ingredient@7cb745c2, net.minecraft.item.crafting.Ingredient@46e367c7, net.minecraftforge.oredict.OreIngredient@1e8237aa, net.minecraft.item.crafting.Ingredient@46e367c7, net.minecraftforge.oredict.OreIngredient@1e8237aa]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4310 environmentaltech:m_multiblocks/m_solar/solar_array_cont_2 RecipeStage{tier='five', recipe=1xtile.environmentaltech.solar_cont_2@0:[net.minecraftforge.oredict.OreIngredient@1199c58e, net.minecraft.item.crafting.Ingredient@221ebb37, net.minecraftforge.oredict.OreIngredient@1199c58e, net.minecraft.item.crafting.Ingredient@221ebb37, net.minecraft.item.crafting.Ingredient@1c6760cd, net.minecraft.item.crafting.Ingredient@221ebb37, net.minecraftforge.oredict.OreIngredient@1199c58e, net.minecraft.item.crafting.Ingredient@221ebb37, net.minecraftforge.oredict.OreIngredient@1199c58e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4311 environmentaltech:m_multiblocks/m_solar/solar_array_cont_1 RecipeStage{tier='five', recipe=1xtile.environmentaltech.solar_cont_1@0:[net.minecraftforge.oredict.OreIngredient@54e589e8, net.minecraftforge.oredict.OreIngredient@6603be36, net.minecraftforge.oredict.OreIngredient@54e589e8, net.minecraftforge.oredict.OreIngredient@6603be36, net.minecraftforge.oredict.OreIngredient@5bfa00eb, net.minecraftforge.oredict.OreIngredient@6603be36, net.minecraftforge.oredict.OreIngredient@54e589e8, net.minecraftforge.oredict.OreIngredient@6603be36, net.minecraftforge.oredict.OreIngredient@54e589e8]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4312 environmentaltech:m_multiblocks/m_solar/photovoltaic_cell RecipeStage{tier='five', recipe=1xitem.environmentaltech.photovoltaic_cell@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3f6a5fd8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3f6a5fd8, net.minecraftforge.oredict.OreIngredient@33c6cc7a, net.minecraftforge.oredict.OreIngredient@3f6a5fd8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3f6a5fd8, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4313 environmentaltech:m_multiblocks/m_solar/modifire_piezo RecipeStage{tier='five', recipe=1xtile.environmentaltech.modifier_piezo@0:[net.minecraftforge.oredict.OreIngredient@573437e3, net.minecraft.item.crafting.Ingredient@6f0cedfc, net.minecraftforge.oredict.OreIngredient@573437e3, net.minecraft.item.crafting.Ingredient@7adf3925, net.minecraft.item.crafting.Ingredient@72356500, net.minecraft.item.crafting.Ingredient@7adf3925, net.minecraftforge.oredict.OreIngredient@573437e3, net.minecraft.item.crafting.Ingredient@7ade15b7, net.minecraftforge.oredict.OreIngredient@573437e3]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4314 environmentaltech:m_multiblocks/m_nanobot/m_ranged/nano_cont_ranged_6 RecipeStage{tier='five', recipe=1xtile.environmentaltech.nano_cont_ranged_6@0:[net.minecraftforge.oredict.OreIngredient@39cff877, net.minecraft.item.crafting.Ingredient@339b926e, net.minecraftforge.oredict.OreIngredient@39cff877, net.minecraftforge.oredict.OreIngredient@39cff877, net.minecraft.item.crafting.Ingredient@4b379c7e, net.minecraftforge.oredict.OreIngredient@39cff877, net.minecraft.item.crafting.Ingredient@339b926e, net.minecraft.item.crafting.Ingredient@37ba1cf3, net.minecraft.item.crafting.Ingredient@339b926e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4315 environmentaltech:m_multiblocks/m_nanobot/m_ranged/nano_cont_ranged_5 RecipeStage{tier='five', recipe=1xtile.environmentaltech.nano_cont_ranged_5@0:[net.minecraftforge.oredict.OreIngredient@224c4fd1, net.minecraft.item.crafting.Ingredient@34ab8b95, net.minecraftforge.oredict.OreIngredient@224c4fd1, net.minecraftforge.oredict.OreIngredient@224c4fd1, net.minecraft.item.crafting.Ingredient@2057f597, net.minecraftforge.oredict.OreIngredient@224c4fd1, net.minecraft.item.crafting.Ingredient@34ab8b95, net.minecraft.item.crafting.Ingredient@72835f8e, net.minecraft.item.crafting.Ingredient@34ab8b95]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4316 environmentaltech:m_multiblocks/m_nanobot/m_ranged/nano_cont_ranged_4 RecipeStage{tier='five', recipe=1xtile.environmentaltech.nano_cont_ranged_4@0:[net.minecraftforge.oredict.OreIngredient@69ad61f3, net.minecraft.item.crafting.Ingredient@32cda0c4, net.minecraftforge.oredict.OreIngredient@69ad61f3, net.minecraftforge.oredict.OreIngredient@69ad61f3, net.minecraft.item.crafting.Ingredient@656058bc, net.minecraftforge.oredict.OreIngredient@69ad61f3, net.minecraft.item.crafting.Ingredient@32cda0c4, net.minecraft.item.crafting.Ingredient@7fc93740, net.minecraft.item.crafting.Ingredient@32cda0c4]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4317 environmentaltech:m_multiblocks/m_nanobot/m_ranged/nano_cont_ranged_3 RecipeStage{tier='five', recipe=1xtile.environmentaltech.nano_cont_ranged_3@0:[net.minecraftforge.oredict.OreIngredient@14b3d497, net.minecraft.item.crafting.Ingredient@128e1468, net.minecraftforge.oredict.OreIngredient@14b3d497, net.minecraftforge.oredict.OreIngredient@14b3d497, net.minecraft.item.crafting.Ingredient@127aca09, net.minecraftforge.oredict.OreIngredient@14b3d497, net.minecraft.item.crafting.Ingredient@128e1468, net.minecraft.item.crafting.Ingredient@6953070d, net.minecraft.item.crafting.Ingredient@128e1468]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4318 environmentaltech:m_multiblocks/m_nanobot/m_ranged/nano_cont_ranged_2 RecipeStage{tier='five', recipe=1xtile.environmentaltech.nano_cont_ranged_2@0:[net.minecraftforge.oredict.OreIngredient@56a0675e, net.minecraft.item.crafting.Ingredient@2a389f74, net.minecraftforge.oredict.OreIngredient@56a0675e, net.minecraftforge.oredict.OreIngredient@56a0675e, net.minecraft.item.crafting.Ingredient@4b1a58b2, net.minecraftforge.oredict.OreIngredient@56a0675e, net.minecraft.item.crafting.Ingredient@2a389f74, net.minecraft.item.crafting.Ingredient@4f5c7b57, net.minecraft.item.crafting.Ingredient@2a389f74]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4319 environmentaltech:m_multiblocks/m_nanobot/m_ranged/nano_cont_ranged_1 RecipeStage{tier='five', recipe=1xtile.environmentaltech.nano_cont_ranged_1@0:[net.minecraftforge.oredict.OreIngredient@fe4ba54, net.minecraft.item.crafting.Ingredient@22615229, net.minecraftforge.oredict.OreIngredient@fe4ba54, net.minecraftforge.oredict.OreIngredient@fe4ba54, net.minecraft.item.crafting.Ingredient@6d35ecbe, net.minecraftforge.oredict.OreIngredient@fe4ba54, net.minecraft.item.crafting.Ingredient@443d4839, net.minecraft.item.crafting.Ingredient@4594e4e2, net.minecraft.item.crafting.Ingredient@443d4839]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4320 environmentaltech:m_multiblocks/m_nanobot/m_personal/nano_cont_personal_6 RecipeStage{tier='five', recipe=1xtile.environmentaltech.nano_cont_personal_6@0:[net.minecraftforge.oredict.OreIngredient@73534b0, net.minecraft.item.crafting.Ingredient@6a9cf070, net.minecraftforge.oredict.OreIngredient@73534b0, net.minecraftforge.oredict.OreIngredient@73534b0, net.minecraft.item.crafting.Ingredient@686bb404, net.minecraftforge.oredict.OreIngredient@73534b0, net.minecraft.item.crafting.Ingredient@6a9cf070, net.minecraft.item.crafting.Ingredient@65f683d4, net.minecraft.item.crafting.Ingredient@6a9cf070]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4321 environmentaltech:m_multiblocks/m_nanobot/m_personal/nano_cont_personal_5 RecipeStage{tier='five', recipe=1xtile.environmentaltech.nano_cont_personal_5@0:[net.minecraftforge.oredict.OreIngredient@314d8ac8, net.minecraft.item.crafting.Ingredient@5ef260b, net.minecraftforge.oredict.OreIngredient@314d8ac8, net.minecraftforge.oredict.OreIngredient@314d8ac8, net.minecraft.item.crafting.Ingredient@5a1a4841, net.minecraftforge.oredict.OreIngredient@314d8ac8, net.minecraft.item.crafting.Ingredient@5ef260b, net.minecraft.item.crafting.Ingredient@2f007497, net.minecraft.item.crafting.Ingredient@5ef260b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4322 environmentaltech:m_multiblocks/m_nanobot/m_personal/nano_cont_personal_4 RecipeStage{tier='five', recipe=1xtile.environmentaltech.nano_cont_personal_4@0:[net.minecraftforge.oredict.OreIngredient@3e988310, net.minecraft.item.crafting.Ingredient@3888e60b, net.minecraftforge.oredict.OreIngredient@3e988310, net.minecraftforge.oredict.OreIngredient@3e988310, net.minecraft.item.crafting.Ingredient@5327c27d, net.minecraftforge.oredict.OreIngredient@3e988310, net.minecraft.item.crafting.Ingredient@3888e60b, net.minecraft.item.crafting.Ingredient@5fa75645, net.minecraft.item.crafting.Ingredient@3888e60b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4323 environmentaltech:m_multiblocks/m_nanobot/m_personal/nano_cont_personal_3 RecipeStage{tier='five', recipe=1xtile.environmentaltech.nano_cont_personal_3@0:[net.minecraftforge.oredict.OreIngredient@19b01c29, net.minecraft.item.crafting.Ingredient@55f6c701, net.minecraftforge.oredict.OreIngredient@19b01c29, net.minecraftforge.oredict.OreIngredient@19b01c29, net.minecraft.item.crafting.Ingredient@7b73f73a, net.minecraftforge.oredict.OreIngredient@19b01c29, net.minecraft.item.crafting.Ingredient@55f6c701, net.minecraft.item.crafting.Ingredient@5e333146, net.minecraft.item.crafting.Ingredient@55f6c701]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4324 environmentaltech:m_multiblocks/m_nanobot/m_personal/nano_cont_personal_2 RecipeStage{tier='five', recipe=1xtile.environmentaltech.nano_cont_personal_2@0:[net.minecraftforge.oredict.OreIngredient@29d2566f, net.minecraft.item.crafting.Ingredient@749dfc96, net.minecraftforge.oredict.OreIngredient@29d2566f, net.minecraftforge.oredict.OreIngredient@29d2566f, net.minecraft.item.crafting.Ingredient@2d788de0, net.minecraftforge.oredict.OreIngredient@29d2566f, net.minecraft.item.crafting.Ingredient@749dfc96, net.minecraft.item.crafting.Ingredient@2246bd15, net.minecraft.item.crafting.Ingredient@749dfc96]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4325 environmentaltech:m_multiblocks/m_nanobot/m_personal/nano_cont_personal_1 RecipeStage{tier='five', recipe=1xtile.environmentaltech.nano_cont_personal_1@0:[net.minecraftforge.oredict.OreIngredient@290738da, net.minecraft.item.crafting.Ingredient@406f5dee, net.minecraftforge.oredict.OreIngredient@290738da, net.minecraftforge.oredict.OreIngredient@290738da, net.minecraft.item.crafting.Ingredient@645125f3, net.minecraftforge.oredict.OreIngredient@290738da, net.minecraft.item.crafting.Ingredient@797b01c7, net.minecraft.item.crafting.Ingredient@7307d38a, net.minecraft.item.crafting.Ingredient@797b01c7]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4326 environmentaltech:m_multiblocks/m_nanobot/modifier_water_breathing RecipeStage{tier='five', recipe=1xtile.environmentaltech.modifier_water_breathing@0:[net.minecraft.item.crafting.Ingredient@7206aaa4, net.minecraft.item.crafting.Ingredient@194f48a1, net.minecraft.item.crafting.Ingredient@7206aaa4, net.minecraft.item.crafting.Ingredient@7bb4ceeb, net.minecraft.item.crafting.Ingredient@66f4d59e, net.minecraft.item.crafting.Ingredient@7bb4ceeb, net.minecraft.item.crafting.Ingredient@7206aaa4, net.minecraft.item.crafting.Ingredient@51d83a1, net.minecraft.item.crafting.Ingredient@7206aaa4]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4327 environmentaltech:m_multiblocks/m_nanobot/modifier_strength RecipeStage{tier='five', recipe=1xtile.environmentaltech.modifier_strength@0:[net.minecraft.item.crafting.Ingredient@3eb69d48, net.minecraft.item.crafting.Ingredient@3666e992, net.minecraft.item.crafting.Ingredient@3eb69d48, net.minecraft.item.crafting.Ingredient@193ea289, net.minecraft.item.crafting.Ingredient@3ddf55c6, net.minecraft.item.crafting.Ingredient@193ea289, net.minecraft.item.crafting.Ingredient@3eb69d48, net.minecraft.item.crafting.Ingredient@3c741196, net.minecraft.item.crafting.Ingredient@3eb69d48]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4328 environmentaltech:m_multiblocks/m_nanobot/modifier_saturation RecipeStage{tier='five', recipe=1xtile.environmentaltech.modifier_saturation@0:[net.minecraft.item.crafting.Ingredient@230ae50c, net.minecraft.item.crafting.Ingredient@1b60448, net.minecraft.item.crafting.Ingredient@230ae50c, net.minecraft.item.crafting.Ingredient@5b1f8dc6, net.minecraft.item.crafting.Ingredient@54b44406, net.minecraft.item.crafting.Ingredient@5b1f8dc6, net.minecraft.item.crafting.Ingredient@230ae50c, net.minecraft.item.crafting.Ingredient@65919e9c, net.minecraft.item.crafting.Ingredient@230ae50c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4329 environmentaltech:m_multiblocks/m_nanobot/modifier_resistance RecipeStage{tier='five', recipe=1xtile.environmentaltech.modifier_resistance@0:[net.minecraft.item.crafting.Ingredient@1bd7c2d, net.minecraft.item.crafting.Ingredient@29ff0ea8, net.minecraft.item.crafting.Ingredient@1bd7c2d, net.minecraft.item.crafting.Ingredient@384af9a5, net.minecraft.item.crafting.Ingredient@608b5a45, net.minecraft.item.crafting.Ingredient@384af9a5, net.minecraft.item.crafting.Ingredient@1bd7c2d, net.minecraft.item.crafting.Ingredient@31d082b2, net.minecraft.item.crafting.Ingredient@1bd7c2d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4330 environmentaltech:m_multiblocks/m_nanobot/modifier_regeneration RecipeStage{tier='five', recipe=1xtile.environmentaltech.modifier_regeneration@0:[net.minecraft.item.crafting.Ingredient@56f33af4, net.minecraft.item.crafting.Ingredient@3b1d6a62, net.minecraft.item.crafting.Ingredient@56f33af4, net.minecraft.item.crafting.Ingredient@16b07a4a, net.minecraft.item.crafting.Ingredient@755e2157, net.minecraft.item.crafting.Ingredient@16b07a4a, net.minecraft.item.crafting.Ingredient@56f33af4, net.minecraft.item.crafting.Ingredient@25400be4, net.minecraft.item.crafting.Ingredient@56f33af4]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4331 environmentaltech:m_multiblocks/m_nanobot/modifier_night_vision RecipeStage{tier='five', recipe=1xtile.environmentaltech.modifier_night_vision@0:[net.minecraftforge.oredict.OreIngredient@69a315c9, net.minecraft.item.crafting.Ingredient@5e361d9c, net.minecraftforge.oredict.OreIngredient@69a315c9, net.minecraft.item.crafting.Ingredient@71c7a8b6, net.minecraft.item.crafting.Ingredient@6b602d9a, net.minecraft.item.crafting.Ingredient@71c7a8b6, net.minecraftforge.oredict.OreIngredient@69a315c9, net.minecraft.item.crafting.Ingredient@5d40797, net.minecraftforge.oredict.OreIngredient@69a315c9]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4332 environmentaltech:m_multiblocks/m_nanobot/modifier_luck RecipeStage{tier='five', recipe=1xtile.environmentaltech.modifier_luck@0:[net.minecraft.item.crafting.Ingredient@41ee7c4e, net.minecraft.item.crafting.Ingredient@77cd7891, net.minecraft.item.crafting.Ingredient@41ee7c4e, net.minecraft.item.crafting.Ingredient@4f1a5da2, net.minecraft.item.crafting.Ingredient@1ce606d5, net.minecraft.item.crafting.Ingredient@4f1a5da2, net.minecraft.item.crafting.Ingredient@41ee7c4e, net.minecraft.item.crafting.Ingredient@f3ec28, net.minecraft.item.crafting.Ingredient@41ee7c4e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4333 environmentaltech:m_multiblocks/m_nanobot/modifier_jump_boost RecipeStage{tier='five', recipe=1xtile.environmentaltech.modifier_jump_boost@0:[net.minecraft.item.crafting.Ingredient@4125e410, net.minecraft.item.crafting.Ingredient@1cd615a2, net.minecraft.item.crafting.Ingredient@4125e410, net.minecraft.item.crafting.Ingredient@54911d36, net.minecraft.item.crafting.Ingredient@e4a45aa, net.minecraft.item.crafting.Ingredient@54911d36, net.minecraft.item.crafting.Ingredient@4125e410, net.minecraft.item.crafting.Ingredient@229d3ac4, net.minecraft.item.crafting.Ingredient@4125e410]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4334 environmentaltech:m_multiblocks/m_nanobot/modifier_invisibility RecipeStage{tier='five', recipe=1xtile.environmentaltech.modifier_invisibility@0:[net.minecraftforge.oredict.OreIngredient@791e6549, net.minecraft.item.crafting.Ingredient@7e9ab00, net.minecraftforge.oredict.OreIngredient@791e6549, net.minecraft.item.crafting.Ingredient@7dd7043f, net.minecraft.item.crafting.Ingredient@7ea7133d, net.minecraft.item.crafting.Ingredient@7dd7043f, net.minecraftforge.oredict.OreIngredient@791e6549, net.minecraft.item.crafting.Ingredient@34dc0642, net.minecraftforge.oredict.OreIngredient@791e6549]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4335 environmentaltech:m_multiblocks/m_nanobot/modifier_health_boost RecipeStage{tier='five', recipe=1xtile.environmentaltech.modifier_health_boost@0:[net.minecraft.item.crafting.Ingredient@47927291, net.minecraft.item.crafting.Ingredient@699321ff, net.minecraft.item.crafting.Ingredient@47927291, net.minecraft.item.crafting.Ingredient@34158ac5, net.minecraft.item.crafting.Ingredient@47bf6bf7, net.minecraft.item.crafting.Ingredient@34158ac5, net.minecraft.item.crafting.Ingredient@47927291, net.minecraft.item.crafting.Ingredient@37533626, net.minecraft.item.crafting.Ingredient@47927291]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4336 environmentaltech:m_multiblocks/m_nanobot/modifier_haste RecipeStage{tier='five', recipe=1xtile.environmentaltech.modifier_haste@0:[net.minecraft.item.crafting.Ingredient@4437c45, net.minecraft.item.crafting.Ingredient@694ae12f, net.minecraft.item.crafting.Ingredient@4437c45, net.minecraft.item.crafting.Ingredient@2ebe0acc, net.minecraft.item.crafting.Ingredient@59209301, net.minecraft.item.crafting.Ingredient@2ebe0acc, net.minecraft.item.crafting.Ingredient@4437c45, net.minecraft.item.crafting.Ingredient@67dd4293, net.minecraft.item.crafting.Ingredient@4437c45]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4337 environmentaltech:m_multiblocks/m_nanobot/modifier_glowing RecipeStage{tier='five', recipe=1xtile.environmentaltech.modifier_glowing@0:[net.minecraftforge.oredict.OreIngredient@13a9c878, net.minecraft.item.crafting.Ingredient@76741dac, net.minecraftforge.oredict.OreIngredient@13a9c878, net.minecraft.item.crafting.Ingredient@1c4597f0, net.minecraft.item.crafting.Ingredient@6702a172, net.minecraft.item.crafting.Ingredient@1c4597f0, net.minecraftforge.oredict.OreIngredient@13a9c878, net.minecraft.item.crafting.Ingredient@314d4943, net.minecraftforge.oredict.OreIngredient@13a9c878]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4338 environmentaltech:m_multiblocks/m_nanobot/modifier_flight_speed RecipeStage{tier='five', recipe=1xtile.environmentaltech.modifier_flight_speed@0:[net.minecraft.item.crafting.Ingredient@1239d311, net.minecraft.item.crafting.Ingredient@75172d7c, net.minecraft.item.crafting.Ingredient@1239d311, net.minecraft.item.crafting.Ingredient@67722927, net.minecraft.item.crafting.Ingredient@2b429478, net.minecraft.item.crafting.Ingredient@67722927, net.minecraftforge.oredict.OreIngredient@4c3c4ca9, net.minecraft.item.crafting.Ingredient@535ccbd, net.minecraftforge.oredict.OreIngredient@4c3c4ca9]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4339 environmentaltech:m_multiblocks/m_nanobot/modifier_fire_resistance RecipeStage{tier='five', recipe=1xtile.environmentaltech.modifier_fire_resistance@0:[net.minecraft.item.crafting.Ingredient@247a5eda, net.minecraft.item.crafting.Ingredient@3ba0c100, net.minecraft.item.crafting.Ingredient@247a5eda, net.minecraft.item.crafting.Ingredient@69509ae0, net.minecraft.item.crafting.Ingredient@5445ee0b, net.minecraft.item.crafting.Ingredient@69509ae0, net.minecraft.item.crafting.Ingredient@23c2929b, net.minecraft.item.crafting.Ingredient@6324f852, net.minecraft.item.crafting.Ingredient@23c2929b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4341 environmentaltech:m_multiblocks/m_lightning/lightning_rod_insulated RecipeStage{tier='five', recipe=1xtile.environmentaltech.lightning_rod_insulated@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1e8751ab, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1e8751ab, net.minecraft.item.crafting.Ingredient@255648d, net.minecraftforge.oredict.OreIngredient@1e8751ab, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1e8751ab, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4342 environmentaltech:m_multiblocks/m_lightning/lightning_rod RecipeStage{tier='five', recipe=3xtile.environmentaltech.lightning_rod@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@fd436e9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@fd436e9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@fd436e9, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4343 environmentaltech:m_multiblocks/m_lightning/lightning_cont_6 RecipeStage{tier='five', recipe=1xtile.environmentaltech.lightning_cont_6@0:[net.minecraftforge.oredict.OreIngredient@5b1317de, net.minecraft.item.crafting.Ingredient@2310557b, net.minecraftforge.oredict.OreIngredient@5b1317de, net.minecraftforge.oredict.OreIngredient@493dce9d, net.minecraft.item.crafting.Ingredient@3c63ea0a, net.minecraftforge.oredict.OreIngredient@493dce9d, net.minecraftforge.oredict.OreIngredient@493dce9d, net.minecraftforge.oredict.OreIngredient@5b1317de, net.minecraftforge.oredict.OreIngredient@493dce9d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4344 environmentaltech:m_multiblocks/m_lightning/lightning_cont_5 RecipeStage{tier='five', recipe=1xtile.environmentaltech.lightning_cont_5@0:[net.minecraftforge.oredict.OreIngredient@eb32436, net.minecraft.item.crafting.Ingredient@5a697c80, net.minecraftforge.oredict.OreIngredient@eb32436, net.minecraftforge.oredict.OreIngredient@9988ee6, net.minecraft.item.crafting.Ingredient@38ac8efd, net.minecraftforge.oredict.OreIngredient@9988ee6, net.minecraftforge.oredict.OreIngredient@9988ee6, net.minecraftforge.oredict.OreIngredient@eb32436, net.minecraftforge.oredict.OreIngredient@9988ee6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4345 environmentaltech:m_multiblocks/m_lightning/lightning_cont_4 RecipeStage{tier='five', recipe=1xtile.environmentaltech.lightning_cont_4@0:[net.minecraftforge.oredict.OreIngredient@70ce3532, net.minecraft.item.crafting.Ingredient@2f1085b3, net.minecraftforge.oredict.OreIngredient@70ce3532, net.minecraftforge.oredict.OreIngredient@54a388d, net.minecraft.item.crafting.Ingredient@3aa17817, net.minecraftforge.oredict.OreIngredient@54a388d, net.minecraftforge.oredict.OreIngredient@54a388d, net.minecraftforge.oredict.OreIngredient@70ce3532, net.minecraftforge.oredict.OreIngredient@54a388d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4346 environmentaltech:m_multiblocks/m_lightning/lightning_cont_3 RecipeStage{tier='five', recipe=1xtile.environmentaltech.lightning_cont_3@0:[net.minecraftforge.oredict.OreIngredient@7764cce9, net.minecraft.item.crafting.Ingredient@75dbe06a, net.minecraftforge.oredict.OreIngredient@7764cce9, net.minecraftforge.oredict.OreIngredient@5e38811b, net.minecraft.item.crafting.Ingredient@6938a980, net.minecraftforge.oredict.OreIngredient@5e38811b, net.minecraftforge.oredict.OreIngredient@5e38811b, net.minecraftforge.oredict.OreIngredient@7764cce9, net.minecraftforge.oredict.OreIngredient@5e38811b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4347 environmentaltech:m_multiblocks/m_lightning/lightning_cont_2 RecipeStage{tier='five', recipe=1xtile.environmentaltech.lightning_cont_2@0:[net.minecraftforge.oredict.OreIngredient@6d80659d, net.minecraft.item.crafting.Ingredient@246afd28, net.minecraftforge.oredict.OreIngredient@6d80659d, net.minecraftforge.oredict.OreIngredient@31d6e4fc, net.minecraft.item.crafting.Ingredient@74a35ba3, net.minecraftforge.oredict.OreIngredient@31d6e4fc, net.minecraftforge.oredict.OreIngredient@31d6e4fc, net.minecraftforge.oredict.OreIngredient@6d80659d, net.minecraftforge.oredict.OreIngredient@31d6e4fc]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4348 environmentaltech:m_multiblocks/m_lightning/lightning_cont_1 RecipeStage{tier='five', recipe=1xtile.environmentaltech.lightning_cont_1@0:[net.minecraft.item.crafting.Ingredient@62d024e4, net.minecraft.item.crafting.Ingredient@1f68f98, net.minecraft.item.crafting.Ingredient@62d024e4, net.minecraftforge.oredict.OreIngredient@1d646a7f, net.minecraft.item.crafting.Ingredient@1f68f98, net.minecraftforge.oredict.OreIngredient@1d646a7f, net.minecraftforge.oredict.OreIngredient@1d646a7f, net.minecraftforge.oredict.OreIngredient@389026fd, net.minecraftforge.oredict.OreIngredient@1d646a7f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4349 environmentaltech:m_multiblocks/m_components/m_structurepanel/structure_panel_clear RecipeStage{tier='five', recipe=1xtile.environmentaltech.structure_panel_clear@0:[net.minecraftforge.oredict.OreIngredient@1b407828, net.minecraftforge.oredict.OreIngredient@336cdf89, net.minecraftforge.oredict.OreIngredient@1b407828, net.minecraftforge.oredict.OreIngredient@336cdf89, net.minecraft.item.crafting.Ingredient@406e8423, net.minecraftforge.oredict.OreIngredient@336cdf89, net.minecraftforge.oredict.OreIngredient@1b407828, net.minecraftforge.oredict.OreIngredient@336cdf89, net.minecraftforge.oredict.OreIngredient@1b407828]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4350 environmentaltech:m_multiblocks/m_components/m_structurepanel/structure_panel RecipeStage{tier='five', recipe=1xtile.environmentaltech.structure_panel@0:[net.minecraftforge.oredict.OreIngredient@5b5e3fb7, net.minecraft.item.crafting.Ingredient@281325da, net.minecraftforge.oredict.OreIngredient@5b5e3fb7, net.minecraft.item.crafting.Ingredient@281325da, net.minecraft.item.crafting.Ingredient@55425ac6, net.minecraft.item.crafting.Ingredient@281325da, net.minecraftforge.oredict.OreIngredient@5b5e3fb7, net.minecraft.item.crafting.Ingredient@281325da, net.minecraftforge.oredict.OreIngredient@5b5e3fb7]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4351 environmentaltech:m_multiblocks/m_components/m_structureframe/structure_frame_6 RecipeStage{tier='five', recipe=1xtile.environmentaltech.structure_frame_6@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5208a48a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@29b85f52, net.minecraft.item.crafting.Ingredient@59c11e1, net.minecraftforge.oredict.OreIngredient@29b85f52, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5208a48a, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4352 environmentaltech:m_multiblocks/m_components/m_structureframe/structure_frame_5 RecipeStage{tier='five', recipe=1xtile.environmentaltech.structure_frame_5@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@53287558, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1a532b64, net.minecraft.item.crafting.Ingredient@5f830ce4, net.minecraftforge.oredict.OreIngredient@1a532b64, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@783c1604, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4353 environmentaltech:m_multiblocks/m_components/m_structureframe/structure_frame_4 RecipeStage{tier='five', recipe=1xtile.environmentaltech.structure_frame_4@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@132d58ff, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2e9af9d6, net.minecraft.item.crafting.Ingredient@ee10d09, net.minecraftforge.oredict.OreIngredient@2e9af9d6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@557d349b, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4354 environmentaltech:m_multiblocks/m_components/m_structureframe/structure_frame_3 RecipeStage{tier='five', recipe=1xtile.environmentaltech.structure_frame_3@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@34b5b3f5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2199652b, net.minecraft.item.crafting.Ingredient@408d9d7f, net.minecraftforge.oredict.OreIngredient@2199652b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5116f5ff, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4355 environmentaltech:m_multiblocks/m_components/m_structureframe/structure_frame_2 RecipeStage{tier='five', recipe=1xtile.environmentaltech.structure_frame_2@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@79f19812, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@62cb3bd6, net.minecraft.item.crafting.Ingredient@6bf478c9, net.minecraftforge.oredict.OreIngredient@62cb3bd6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@55c72918, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4356 environmentaltech:m_multiblocks/m_components/m_structureframe/structure_frame_1 RecipeStage{tier='five', recipe=1xtile.environmentaltech.structure_frame_1@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@187a25b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@763aa6a8, net.minecraft.item.crafting.Ingredient@52af5823, net.minecraftforge.oredict.OreIngredient@763aa6a8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1dce43e2, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4357 environmentaltech:m_multiblocks/m_components/m_modifiers/modifier_speed RecipeStage{tier='five', recipe=1xtile.environmentaltech.modifier_speed@0:[net.minecraftforge.oredict.OreIngredient@51e50966, net.minecraft.item.crafting.Ingredient@a52f16e, net.minecraftforge.oredict.OreIngredient@51e50966, net.minecraft.item.crafting.Ingredient@110cb8fe, net.minecraft.item.crafting.Ingredient@15c657b3, net.minecraft.item.crafting.Ingredient@110cb8fe, net.minecraftforge.oredict.OreIngredient@51e50966, net.minecraft.item.crafting.Ingredient@8821de4, net.minecraftforge.oredict.OreIngredient@51e50966]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4358 environmentaltech:m_multiblocks/m_components/m_modifiers/modifier_null RecipeStage{tier='five', recipe=1xtile.environmentaltech.modifier_null@0:[net.minecraftforge.oredict.OreIngredient@3ac3f669, net.minecraftforge.oredict.OreIngredient@67162a49, net.minecraftforge.oredict.OreIngredient@3ac3f669, net.minecraftforge.oredict.OreIngredient@67162a49, net.minecraft.item.crafting.Ingredient@3298d322, net.minecraftforge.oredict.OreIngredient@67162a49, net.minecraftforge.oredict.OreIngredient@3ac3f669, net.minecraftforge.oredict.OreIngredient@67162a49, net.minecraftforge.oredict.OreIngredient@3ac3f669]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4359 environmentaltech:m_multiblocks/interconnect_alt RecipeStage{tier='five', recipe=1xtile.environmentaltech.interconnect@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@705086e7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@705086e7, net.minecraft.item.crafting.Ingredient@221cd26f, net.minecraft.item.crafting.Ingredient@705086e7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@705086e7, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4360 environmentaltech:m_multiblocks/interconnect RecipeStage{tier='five', recipe=1xtile.environmentaltech.interconnect@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@227c8def, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@227c8def, net.minecraft.item.crafting.Ingredient@76c5c78, net.minecraft.item.crafting.Ingredient@227c8def, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@227c8def, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4361 environmentaltech:m_multiblocks/connector RecipeStage{tier='five', recipe=4xitem.environmentaltech.connector@0:[net.minecraftforge.oredict.OreIngredient@1c8c1fe8, net.minecraftforge.oredict.OreIngredient@6198b332, net.minecraftforge.oredict.OreIngredient@1c8c1fe8, net.minecraftforge.oredict.OreIngredient@6198b332, net.minecraftforge.oredict.OreIngredient@1c8c1fe8, net.minecraftforge.oredict.OreIngredient@6198b332, net.minecraftforge.oredict.OreIngredient@1c8c1fe8, net.minecraftforge.oredict.OreIngredient@6198b332, net.minecraftforge.oredict.OreIngredient@1c8c1fe8]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4362 environmentaltech:m_multiblocks/assembler RecipeStage{tier='five', recipe=1xitem.environmentaltech.tool_multiblock_assembler@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@397a5cbd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@ccdf887, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@ccdf887, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4364 extendedcrafting:ultimate_nugget_to RecipeStage{tier='five', recipe=1xitem.ec.material@32:[net.minecraft.item.crafting.Ingredient@3c3d4507, net.minecraft.item.crafting.Ingredient@3c3d4507, net.minecraft.item.crafting.Ingredient@3c3d4507, net.minecraft.item.crafting.Ingredient@3c3d4507, net.minecraft.item.crafting.Ingredient@3c3d4507, net.minecraft.item.crafting.Ingredient@3c3d4507, net.minecraft.item.crafting.Ingredient@3c3d4507, net.minecraft.item.crafting.Ingredient@3c3d4507, net.minecraft.item.crafting.Ingredient@3c3d4507]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4365 extendedcrafting:ultimate_nugget_from RecipeStage{tier='five', recipe=9xitem.ec.material@33:[net.minecraft.item.crafting.Ingredient@693fb81d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4366 extendedcrafting:trimmed_ultimate RecipeStage{tier='five', recipe=1xtile.ec.trimmed@5:[net.minecraft.item.crafting.Ingredient@1d358088, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1d358088, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4c0842b2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1d358088, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1d358088]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4367 extendedcrafting:trimmed_iron RecipeStage{tier='three', recipe=1xtile.ec.trimmed@0:[net.minecraftforge.oredict.OreIngredient@6079e32e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6079e32e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1a7b27f0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6079e32e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6079e32e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4368 extendedcrafting:trimmed_gold RecipeStage{tier='three', recipe=1xtile.ec.trimmed@1:[net.minecraftforge.oredict.OreIngredient@40d024a3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@40d024a3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@58eae227, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@40d024a3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@40d024a3]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4369 extendedcrafting:trimmed_emerald RecipeStage{tier='five', recipe=1xtile.ec.trimmed@3:[net.minecraftforge.oredict.OreIngredient@4684f764, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4684f764, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@65dc011a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4684f764, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4684f764]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4370 extendedcrafting:trimmed_diamond RecipeStage{tier='five', recipe=1xtile.ec.trimmed@2:[net.minecraftforge.oredict.OreIngredient@664465a4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@664465a4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@60778bad, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@664465a4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@664465a4]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4371 extendedcrafting:trimmed_crystaltine RecipeStage{tier='five', recipe=1xtile.ec.trimmed@4:[net.minecraft.item.crafting.Ingredient@6fa25cb3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6fa25cb3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7f4c28b8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6fa25cb3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6fa25cb3]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4372 extendedcrafting:table_ultimate RecipeStage{tier='five', recipe=1xtile.ec.table_ultimate@0:[net.minecraft.item.crafting.Ingredient@501ea3ba, net.minecraft.item.crafting.Ingredient@71049eb5, net.minecraft.item.crafting.Ingredient@501ea3ba, net.minecraft.item.crafting.Ingredient@25b7da01, net.minecraft.item.crafting.Ingredient@38f8acac, net.minecraft.item.crafting.Ingredient@25b7da01, net.minecraft.item.crafting.Ingredient@501ea3ba, net.minecraft.item.crafting.Ingredient@c64de59, net.minecraft.item.crafting.Ingredient@501ea3ba]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4375 extendedcrafting:table_advanced RecipeStage{tier='three', recipe=1xtile.ec.table_advanced@0:[net.minecraft.item.crafting.Ingredient@2b2e6890, net.minecraft.item.crafting.Ingredient@1a28c23c, net.minecraft.item.crafting.Ingredient@2b2e6890, net.minecraft.item.crafting.Ingredient@5ab6adfe, net.minecraft.item.crafting.Ingredient@b23b996, net.minecraft.item.crafting.Ingredient@5ab6adfe, net.minecraft.item.crafting.Ingredient@2b2e6890, net.minecraft.item.crafting.Ingredient@c513529, net.minecraft.item.crafting.Ingredient@2b2e6890]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4376 extendedcrafting:pedestal RecipeStage{tier='three', recipe=2xtile.ec.pedestal@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@74b457e4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@74b457e4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@74b457e4, net.minecraft.item.crafting.Ingredient@73836c3d, net.minecraft.item.crafting.Ingredient@74b457e4]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4377 extendedcrafting:nether_star_nugget_to RecipeStage{tier='three', recipe=1xitem.netherStar@0:[net.minecraft.item.crafting.Ingredient@24c70740, net.minecraft.item.crafting.Ingredient@24c70740, net.minecraft.item.crafting.Ingredient@24c70740, net.minecraft.item.crafting.Ingredient@24c70740, net.minecraft.item.crafting.Ingredient@24c70740, net.minecraft.item.crafting.Ingredient@24c70740, net.minecraft.item.crafting.Ingredient@24c70740, net.minecraft.item.crafting.Ingredient@24c70740, net.minecraft.item.crafting.Ingredient@24c70740]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4378 extendedcrafting:nether_star_nugget_from RecipeStage{tier='five', recipe=9xitem.ec.material@140:[net.minecraft.item.crafting.Ingredient@5ff68d3f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4380 extendedcrafting:lamp_luminessence RecipeStage{tier='three', recipe=1xtile.ec.lamp@1:[net.minecraft.item.crafting.Ingredient@2d10dd92, net.minecraft.item.crafting.Ingredient@3c01fece]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4381 extendedcrafting:lamp_glowstone RecipeStage{tier='three', recipe=1xtile.ec.lamp@0:[net.minecraft.item.crafting.Ingredient@3baf8177, net.minecraft.item.crafting.Ingredient@12b134ea]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4382 extendedcrafting:interface RecipeStage{tier='four', recipe=1xtile.ec.interface@0:[net.minecraft.item.crafting.Ingredient@15c8f32b, net.minecraft.item.crafting.Ingredient@4e9ed66e, net.minecraft.item.crafting.Ingredient@15c8f32b, net.minecraft.item.crafting.Ingredient@531c77ae, net.minecraft.item.crafting.Ingredient@58b3c438, net.minecraft.item.crafting.Ingredient@531c77ae, net.minecraft.item.crafting.Ingredient@15c8f32b, net.minecraft.item.crafting.Ingredient@23b609ba, net.minecraft.item.crafting.Ingredient@15c8f32b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4383 extendedcrafting:handheld_table RecipeStage{tier='two', recipe=1xitem.ec.handheld_table@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3eee7bfb, net.minecraftforge.oredict.OreIngredient@1a739f7e, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4384 extendedcrafting:guide RecipeStage{tier='two', recipe=1xitem.guide.extendedcrafting@0:[net.minecraft.item.crafting.Ingredient@38febaa1, net.minecraft.item.crafting.Ingredient@79a80e4a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4385 extendedcrafting:frame RecipeStage{tier='three', recipe=1xtile.ec.frame@0:[net.minecraft.item.crafting.Ingredient@7c193454, net.minecraftforge.oredict.OreIngredient@536492ed, net.minecraft.item.crafting.Ingredient@7c193454, net.minecraftforge.oredict.OreIngredient@536492ed, net.minecraft.item.crafting.Ingredient@3a16cba6, net.minecraftforge.oredict.OreIngredient@536492ed, net.minecraft.item.crafting.Ingredient@7c193454, net.minecraftforge.oredict.OreIngredient@536492ed, net.minecraft.item.crafting.Ingredient@7c193454]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4386 extendedcrafting:enhanced_ender_ingot_to RecipeStage{tier='four', recipe=1xitem.ec.material@48:[net.minecraft.item.crafting.Ingredient@64762c66, net.minecraft.item.crafting.Ingredient@64762c66, net.minecraft.item.crafting.Ingredient@64762c66, net.minecraft.item.crafting.Ingredient@64762c66, net.minecraft.item.crafting.Ingredient@64762c66, net.minecraft.item.crafting.Ingredient@64762c66, net.minecraft.item.crafting.Ingredient@64762c66, net.minecraft.item.crafting.Ingredient@64762c66, net.minecraft.item.crafting.Ingredient@64762c66]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4387 extendedcrafting:enhanced_ender_ingot_from RecipeStage{tier='four', recipe=9xitem.ec.material@49:[net.minecraft.item.crafting.Ingredient@11742ebe]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4388 extendedcrafting:ender_star_to RecipeStage{tier='four', recipe=1xitem.ec.material@40:[net.minecraft.item.crafting.Ingredient@37d74ec1, net.minecraft.item.crafting.Ingredient@37d74ec1, net.minecraft.item.crafting.Ingredient@37d74ec1, net.minecraft.item.crafting.Ingredient@37d74ec1, net.minecraft.item.crafting.Ingredient@37d74ec1, net.minecraft.item.crafting.Ingredient@37d74ec1, net.minecraft.item.crafting.Ingredient@37d74ec1, net.minecraft.item.crafting.Ingredient@37d74ec1, net.minecraft.item.crafting.Ingredient@37d74ec1]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4389 extendedcrafting:ender_star_from RecipeStage{tier='four', recipe=9xitem.ec.material@41:[net.minecraft.item.crafting.Ingredient@12904116]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4390 extendedcrafting:ender_ingot_to RecipeStage{tier='four', recipe=1xitem.ec.material@36:[net.minecraft.item.crafting.Ingredient@6910771b, net.minecraft.item.crafting.Ingredient@6910771b, net.minecraft.item.crafting.Ingredient@6910771b, net.minecraft.item.crafting.Ingredient@6910771b, net.minecraft.item.crafting.Ingredient@6910771b, net.minecraft.item.crafting.Ingredient@6910771b, net.minecraft.item.crafting.Ingredient@6910771b, net.minecraft.item.crafting.Ingredient@6910771b, net.minecraft.item.crafting.Ingredient@6910771b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4391 extendedcrafting:ender_ingot_from RecipeStage{tier='four', recipe=9xitem.ec.material@37:[net.minecraft.item.crafting.Ingredient@4ba663ef]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4392 extendedcrafting:ender_ingot RecipeStage{tier='four', recipe=1xitem.ec.material@36:[net.minecraftforge.oredict.OreIngredient@3dbb3c3c, net.minecraftforge.oredict.OreIngredient@cfa1392]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4395 extendedcrafting:emerald_nugget_to RecipeStage{tier='five', recipe=1xitem.emerald@0:[net.minecraft.item.crafting.Ingredient@2d317b27, net.minecraft.item.crafting.Ingredient@2d317b27, net.minecraft.item.crafting.Ingredient@2d317b27, net.minecraft.item.crafting.Ingredient@2d317b27, net.minecraft.item.crafting.Ingredient@2d317b27, net.minecraft.item.crafting.Ingredient@2d317b27, net.minecraft.item.crafting.Ingredient@2d317b27, net.minecraft.item.crafting.Ingredient@2d317b27, net.minecraft.item.crafting.Ingredient@2d317b27]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4396 extendedcrafting:emerald_nugget_from RecipeStage{tier='five', recipe=9xitem.ec.material@128:[net.minecraftforge.oredict.OreIngredient@1ce02cae]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4398 extendedcrafting:diamond_nugget_from RecipeStage{tier='five', recipe=9xitem.ec.material@129:[net.minecraftforge.oredict.OreIngredient@13a5f949]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4399 extendedcrafting:crystaltine_nugget_to RecipeStage{tier='five', recipe=1xitem.ec.material@24:[net.minecraft.item.crafting.Ingredient@6deeb0a2, net.minecraft.item.crafting.Ingredient@6deeb0a2, net.minecraft.item.crafting.Ingredient@6deeb0a2, net.minecraft.item.crafting.Ingredient@6deeb0a2, net.minecraft.item.crafting.Ingredient@6deeb0a2, net.minecraft.item.crafting.Ingredient@6deeb0a2, net.minecraft.item.crafting.Ingredient@6deeb0a2, net.minecraft.item.crafting.Ingredient@6deeb0a2, net.minecraft.item.crafting.Ingredient@6deeb0a2]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4400 extendedcrafting:crystaltine_nugget_from RecipeStage{tier='five', recipe=9xitem.ec.material@25:[net.minecraft.item.crafting.Ingredient@492fe5d8]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4401 extendedcrafting:crafting_core RecipeStage{tier='five', recipe=1xtile.ec.crafting_core@0:[net.minecraft.item.crafting.Ingredient@c9beea, net.minecraft.item.crafting.Ingredient@32b16e80, net.minecraft.item.crafting.Ingredient@c9beea, net.minecraft.item.crafting.Ingredient@6aa83f8a, net.minecraft.item.crafting.Ingredient@78595269, net.minecraft.item.crafting.Ingredient@6aa83f8a, net.minecraft.item.crafting.Ingredient@c9beea, net.minecraft.item.crafting.Ingredient@3d609aa8, net.minecraft.item.crafting.Ingredient@c9beea]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4402 extendedcrafting:crafting_component_ultimate RecipeStage{tier='five', recipe=1xitem.ec.material@17:[net.minecraft.item.crafting.Ingredient@54cd4d3c, net.minecraft.item.crafting.Ingredient@3ff15b4d, net.minecraftforge.oredict.OreIngredient@ef91a34, net.minecraftforge.oredict.OreIngredient@6c71bac4]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4404 extendedcrafting:crafting_component_crystaltine RecipeStage{tier='five', recipe=1xitem.ec.material@18:[net.minecraft.item.crafting.Ingredient@26ad08c9, net.minecraft.item.crafting.Ingredient@21040eac, net.minecraft.item.crafting.Ingredient@5d57ae11, net.minecraft.item.crafting.Ingredient@3df838]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4407 extendedcrafting:crafting_catalyst_ultimate RecipeStage{tier='five', recipe=1xitem.ec.material@11:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@71fd0f3b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@71fd0f3b, net.minecraft.item.crafting.Ingredient@142eb34d, net.minecraft.item.crafting.Ingredient@71fd0f3b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@71fd0f3b, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4409 extendedcrafting:crafting_catalyst_crystaltine RecipeStage{tier='five', recipe=1xitem.ec.material@12:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4024e2fa, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4024e2fa, net.minecraft.item.crafting.Ingredient@59445154, net.minecraft.item.crafting.Ingredient@4024e2fa, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4024e2fa, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4410 extendedcrafting:crafting_catalyst_basic RecipeStage{tier='two', recipe=1xitem.ec.material@8:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2a8424a5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2a8424a5, net.minecraft.item.crafting.Ingredient@4f06a0a2, net.minecraft.item.crafting.Ingredient@2a8424a5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2a8424a5, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4411 extendedcrafting:crafting_catalyst_advanced RecipeStage{tier='three', recipe=1xitem.ec.material@9:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4442f419, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4442f419, net.minecraft.item.crafting.Ingredient@91e4e85, net.minecraft.item.crafting.Ingredient@4442f419, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4442f419, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4412 extendedcrafting:compressor RecipeStage{tier='five', recipe=1xtile.ec.compressor@0:[net.minecraft.item.crafting.Ingredient@4e5716e5, net.minecraft.item.crafting.Ingredient@3da1e37d, net.minecraft.item.crafting.Ingredient@4e5716e5, net.minecraft.item.crafting.Ingredient@7396054f, net.minecraft.item.crafting.Ingredient@5b4cc616, net.minecraft.item.crafting.Ingredient@7396054f, net.minecraft.item.crafting.Ingredient@4e5716e5, net.minecraft.item.crafting.Ingredient@2e83de70, net.minecraft.item.crafting.Ingredient@4e5716e5]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4413 extendedcrafting:component_ultimate RecipeStage{tier='five', recipe=1xitem.ec.material@19:[net.minecraft.item.crafting.Ingredient@44b79d6d, net.minecraft.item.crafting.Ingredient@70cf2b52, net.minecraft.item.crafting.Ingredient@75763521, net.minecraft.item.crafting.Ingredient@301e7a45]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4414 extendedcrafting:catalyst_ultimate RecipeStage{tier='five', recipe=1xitem.ec.material@13:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@58383f85, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@58383f85, net.minecraft.item.crafting.Ingredient@463296b8, net.minecraft.item.crafting.Ingredient@58383f85, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@58383f85, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4415 extendedcrafting:block_of_ultimate_to RecipeStage{tier='five', recipe=1xtile.ec.storage@4:[net.minecraft.item.crafting.Ingredient@861d969, net.minecraft.item.crafting.Ingredient@861d969, net.minecraft.item.crafting.Ingredient@861d969, net.minecraft.item.crafting.Ingredient@861d969, net.minecraft.item.crafting.Ingredient@861d969, net.minecraft.item.crafting.Ingredient@861d969, net.minecraft.item.crafting.Ingredient@861d969, net.minecraft.item.crafting.Ingredient@861d969, net.minecraft.item.crafting.Ingredient@861d969]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4416 extendedcrafting:block_of_ultimate_from RecipeStage{tier='five', recipe=9xitem.ec.material@32:[net.minecraft.item.crafting.Ingredient@133eae71]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4417 extendedcrafting:block_of_nether_stars_to RecipeStage{tier='five', recipe=1xtile.ec.storage@2:[net.minecraft.item.crafting.Ingredient@f947cd2, net.minecraft.item.crafting.Ingredient@f947cd2, net.minecraft.item.crafting.Ingredient@f947cd2, net.minecraft.item.crafting.Ingredient@f947cd2, net.minecraft.item.crafting.Ingredient@f947cd2, net.minecraft.item.crafting.Ingredient@f947cd2, net.minecraft.item.crafting.Ingredient@f947cd2, net.minecraft.item.crafting.Ingredient@f947cd2, net.minecraft.item.crafting.Ingredient@f947cd2]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4418 extendedcrafting:block_of_nether_stars_from RecipeStage{tier='three', recipe=9xitem.netherStar@0:[net.minecraft.item.crafting.Ingredient@578eaa29]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4419 extendedcrafting:block_of_luminessence_to RecipeStage{tier='three', recipe=1xtile.ec.storage@1:[net.minecraft.item.crafting.Ingredient@2aa24689, net.minecraft.item.crafting.Ingredient@2aa24689, net.minecraft.item.crafting.Ingredient@2aa24689, net.minecraft.item.crafting.Ingredient@2aa24689, net.minecraft.item.crafting.Ingredient@2aa24689, net.minecraft.item.crafting.Ingredient@2aa24689, net.minecraft.item.crafting.Ingredient@2aa24689, net.minecraft.item.crafting.Ingredient@2aa24689, net.minecraft.item.crafting.Ingredient@2aa24689]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4421 extendedcrafting:block_of_enhanced_ender_to RecipeStage{tier='four', recipe=1xtile.ec.storage@7:[net.minecraft.item.crafting.Ingredient@2759ef99, net.minecraft.item.crafting.Ingredient@2759ef99, net.minecraft.item.crafting.Ingredient@2759ef99, net.minecraft.item.crafting.Ingredient@2759ef99, net.minecraft.item.crafting.Ingredient@2759ef99, net.minecraft.item.crafting.Ingredient@2759ef99, net.minecraft.item.crafting.Ingredient@2759ef99, net.minecraft.item.crafting.Ingredient@2759ef99, net.minecraft.item.crafting.Ingredient@2759ef99]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4422 extendedcrafting:block_of_enhanced_ender_from RecipeStage{tier='four', recipe=9xitem.ec.material@48:[net.minecraft.item.crafting.Ingredient@781fb800]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4423 extendedcrafting:block_of_ender_to RecipeStage{tier='four', recipe=1xtile.ec.storage@5:[net.minecraft.item.crafting.Ingredient@85e6544, net.minecraft.item.crafting.Ingredient@85e6544, net.minecraft.item.crafting.Ingredient@85e6544, net.minecraft.item.crafting.Ingredient@85e6544, net.minecraft.item.crafting.Ingredient@85e6544, net.minecraft.item.crafting.Ingredient@85e6544, net.minecraft.item.crafting.Ingredient@85e6544, net.minecraft.item.crafting.Ingredient@85e6544, net.minecraft.item.crafting.Ingredient@85e6544]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4424 extendedcrafting:block_of_ender_stars_to RecipeStage{tier='four', recipe=1xtile.ec.storage@6:[net.minecraft.item.crafting.Ingredient@20a8953e, net.minecraft.item.crafting.Ingredient@20a8953e, net.minecraft.item.crafting.Ingredient@20a8953e, net.minecraft.item.crafting.Ingredient@20a8953e, net.minecraft.item.crafting.Ingredient@20a8953e, net.minecraft.item.crafting.Ingredient@20a8953e, net.minecraft.item.crafting.Ingredient@20a8953e, net.minecraft.item.crafting.Ingredient@20a8953e, net.minecraft.item.crafting.Ingredient@20a8953e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4425 extendedcrafting:block_of_ender_stars_from RecipeStage{tier='four', recipe=9xitem.ec.material@40:[net.minecraft.item.crafting.Ingredient@316d161d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4426 extendedcrafting:block_of_ender_from RecipeStage{tier='four', recipe=9xitem.ec.material@36:[net.minecraft.item.crafting.Ingredient@2260ffd2]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4427 extendedcrafting:block_of_crystaltine_to RecipeStage{tier='five', recipe=1xtile.ec.storage@3:[net.minecraft.item.crafting.Ingredient@aa7eb6f, net.minecraft.item.crafting.Ingredient@aa7eb6f, net.minecraft.item.crafting.Ingredient@aa7eb6f, net.minecraft.item.crafting.Ingredient@aa7eb6f, net.minecraft.item.crafting.Ingredient@aa7eb6f, net.minecraft.item.crafting.Ingredient@aa7eb6f, net.minecraft.item.crafting.Ingredient@aa7eb6f, net.minecraft.item.crafting.Ingredient@aa7eb6f, net.minecraft.item.crafting.Ingredient@aa7eb6f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4428 extendedcrafting:block_of_crystaltine_from RecipeStage{tier='five', recipe=9xitem.ec.material@24:[net.minecraft.item.crafting.Ingredient@73d154c9]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4436 galacticraftcore:wall_gc_5 RecipeStage{tier='five', recipe=6xtile.wall_gc@5:[net.minecraft.item.crafting.Ingredient@3e4fdb73, net.minecraft.item.crafting.Ingredient@3e4fdb73, net.minecraft.item.crafting.Ingredient@3e4fdb73, net.minecraft.item.crafting.Ingredient@3e4fdb73, net.minecraft.item.crafting.Ingredient@3e4fdb73, net.minecraft.item.crafting.Ingredient@3e4fdb73]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4437 galacticraftcore:wall_gc_4 RecipeStage{tier='five', recipe=6xtile.wall_gc@4:[net.minecraft.item.crafting.Ingredient@6ea90603, net.minecraft.item.crafting.Ingredient@6ea90603, net.minecraft.item.crafting.Ingredient@6ea90603, net.minecraft.item.crafting.Ingredient@6ea90603, net.minecraft.item.crafting.Ingredient@6ea90603, net.minecraft.item.crafting.Ingredient@6ea90603]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4438 galacticraftcore:wall_gc_3 RecipeStage{tier='five', recipe=6xtile.wall_gc@3:[net.minecraft.item.crafting.Ingredient@36e48ba5, net.minecraft.item.crafting.Ingredient@36e48ba5, net.minecraft.item.crafting.Ingredient@36e48ba5, net.minecraft.item.crafting.Ingredient@36e48ba5, net.minecraft.item.crafting.Ingredient@36e48ba5, net.minecraft.item.crafting.Ingredient@36e48ba5]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4439 galacticraftcore:wall_gc_2 RecipeStage{tier='five', recipe=6xtile.wall_gc@2:[net.minecraft.item.crafting.Ingredient@cceb7e9, net.minecraft.item.crafting.Ingredient@cceb7e9, net.minecraft.item.crafting.Ingredient@cceb7e9, net.minecraft.item.crafting.Ingredient@cceb7e9, net.minecraft.item.crafting.Ingredient@cceb7e9, net.minecraft.item.crafting.Ingredient@cceb7e9]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4440 galacticraftcore:wall_gc_1 RecipeStage{tier='five', recipe=6xtile.wall_gc@1:[net.minecraft.item.crafting.Ingredient@76b5c35c, net.minecraft.item.crafting.Ingredient@76b5c35c, net.minecraft.item.crafting.Ingredient@76b5c35c, net.minecraft.item.crafting.Ingredient@76b5c35c, net.minecraft.item.crafting.Ingredient@76b5c35c, net.minecraft.item.crafting.Ingredient@76b5c35c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4441 galacticraftcore:wall_gc_0 RecipeStage{tier='five', recipe=6xtile.wall_gc@0:[net.minecraft.item.crafting.Ingredient@7f5911f5, net.minecraft.item.crafting.Ingredient@7f5911f5, net.minecraft.item.crafting.Ingredient@7f5911f5, net.minecraft.item.crafting.Ingredient@7f5911f5, net.minecraft.item.crafting.Ingredient@7f5911f5, net.minecraft.item.crafting.Ingredient@7f5911f5]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4442 galacticraftcore:view_screen RecipeStage{tier='five', recipe=1xtile.view_screen@0:[net.minecraftforge.oredict.OreIngredient@5920f8, net.minecraftforge.oredict.OreIngredient@77d17ea6, net.minecraftforge.oredict.OreIngredient@5920f8, net.minecraftforge.oredict.OreIngredient@77d17ea6, net.minecraft.item.crafting.Ingredient@3723e040, net.minecraftforge.oredict.OreIngredient@77d17ea6, net.minecraftforge.oredict.OreIngredient@5920f8, net.minecraftforge.oredict.OreIngredient@77d17ea6, net.minecraftforge.oredict.OreIngredient@5920f8]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4443 galacticraftcore:tin_stairs_2_alt RecipeStage{tier='five', recipe=4xtile.tin_stairs_2@0:[net.minecraft.item.crafting.Ingredient@7eb9e5ea, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7eb9e5ea, net.minecraft.item.crafting.Ingredient@7eb9e5ea, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7eb9e5ea, net.minecraft.item.crafting.Ingredient@7eb9e5ea, net.minecraft.item.crafting.Ingredient@7eb9e5ea]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4444 galacticraftcore:tin_stairs_2 RecipeStage{tier='five', recipe=4xtile.tin_stairs_2@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@270ae225, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@270ae225, net.minecraft.item.crafting.Ingredient@270ae225, net.minecraft.item.crafting.Ingredient@270ae225, net.minecraft.item.crafting.Ingredient@270ae225, net.minecraft.item.crafting.Ingredient@270ae225]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4445 galacticraftcore:tin_stairs_1_alt RecipeStage{tier='five', recipe=4xtile.tin_stairs_1@0:[net.minecraft.item.crafting.Ingredient@3f6cd8ca, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3f6cd8ca, net.minecraft.item.crafting.Ingredient@3f6cd8ca, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3f6cd8ca, net.minecraft.item.crafting.Ingredient@3f6cd8ca, net.minecraft.item.crafting.Ingredient@3f6cd8ca]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4446 galacticraftcore:tin_stairs_1 RecipeStage{tier='five', recipe=4xtile.tin_stairs_1@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4713af50, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4713af50, net.minecraft.item.crafting.Ingredient@4713af50, net.minecraft.item.crafting.Ingredient@4713af50, net.minecraft.item.crafting.Ingredient@4713af50, net.minecraft.item.crafting.Ingredient@4713af50]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4447 galacticraftcore:telemetry RecipeStage{tier='five', recipe=1xtile.telemetry@0:[net.minecraftforge.oredict.OreIngredient@2c334b4c, net.minecraft.item.crafting.Ingredient@2798b6ce, net.minecraftforge.oredict.OreIngredient@2c334b4c, net.minecraftforge.oredict.OreIngredient@2c334b4c, net.minecraftforge.oredict.OreIngredient@77112765, net.minecraftforge.oredict.OreIngredient@2c334b4c, net.minecraftforge.oredict.OreIngredient@ec2c281, net.minecraftforge.oredict.OreIngredient@ec2c281, net.minecraftforge.oredict.OreIngredient@ec2c281]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4448 galacticraftcore:steel_sword RecipeStage{tier='five', recipe=1xitem.steel_sword@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@21823b26, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@21823b26, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3c4b4b5d, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4449 galacticraftcore:steel_shovel RecipeStage{tier='five', recipe=1xitem.steel_shovel@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@610e3faa, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3b8cb367, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3b8cb367, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4450 galacticraftcore:steel_pole RecipeStage{tier='four', recipe=2xitem.steel_pole@0:[net.minecraftforge.oredict.OreIngredient@74f27b2b, net.minecraftforge.oredict.OreIngredient@74f27b2b, net.minecraftforge.oredict.OreIngredient@74f27b2b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4451 galacticraftcore:steel_pickaxe RecipeStage{tier='five', recipe=1xitem.steel_pickaxe@0:[net.minecraftforge.oredict.OreIngredient@2ab65850, net.minecraftforge.oredict.OreIngredient@2ab65850, net.minecraftforge.oredict.OreIngredient@2ab65850, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@59514607, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@59514607, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4452 galacticraftcore:steel_leggings RecipeStage{tier='five', recipe=1xitem.steel_leggings@0:[net.minecraftforge.oredict.OreIngredient@72576f, net.minecraftforge.oredict.OreIngredient@72576f, net.minecraftforge.oredict.OreIngredient@72576f, net.minecraftforge.oredict.OreIngredient@72576f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@72576f, net.minecraftforge.oredict.OreIngredient@72576f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@72576f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4453 galacticraftcore:steel_hoe_alt RecipeStage{tier='five', recipe=1xitem.steel_hoe@0:[net.minecraftforge.oredict.OreIngredient@5d73e68b, net.minecraftforge.oredict.OreIngredient@5d73e68b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@16bb83e6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@16bb83e6, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4454 galacticraftcore:steel_hoe RecipeStage{tier='five', recipe=1xitem.steel_hoe@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@187de6bf, net.minecraftforge.oredict.OreIngredient@187de6bf, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@e17e2d4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@e17e2d4, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4455 galacticraftcore:steel_helmet RecipeStage{tier='five', recipe=1xitem.steel_helmet@0:[net.minecraftforge.oredict.OreIngredient@641aecb5, net.minecraftforge.oredict.OreIngredient@641aecb5, net.minecraftforge.oredict.OreIngredient@641aecb5, net.minecraftforge.oredict.OreIngredient@641aecb5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@641aecb5]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4456 galacticraftcore:steel_chestplate RecipeStage{tier='five', recipe=1xitem.steel_chestplate@0:[net.minecraftforge.oredict.OreIngredient@5946f5d6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5946f5d6, net.minecraftforge.oredict.OreIngredient@5946f5d6, net.minecraftforge.oredict.OreIngredient@5946f5d6, net.minecraftforge.oredict.OreIngredient@5946f5d6, net.minecraftforge.oredict.OreIngredient@5946f5d6, net.minecraftforge.oredict.OreIngredient@5946f5d6, net.minecraftforge.oredict.OreIngredient@5946f5d6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4457 galacticraftcore:steel_boots RecipeStage{tier='five', recipe=1xitem.steel_boots@0:[net.minecraftforge.oredict.OreIngredient@2fcae64d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2fcae64d, net.minecraftforge.oredict.OreIngredient@2fcae64d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2fcae64d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4458 galacticraftcore:steel_axe_alt RecipeStage{tier='five', recipe=1xitem.steel_axe@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2164532c, net.minecraftforge.oredict.OreIngredient@2164532c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6ad6488c, net.minecraftforge.oredict.OreIngredient@2164532c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6ad6488c, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4459 galacticraftcore:steel_axe RecipeStage{tier='five', recipe=1xitem.steel_axe@0:[net.minecraftforge.oredict.OreIngredient@4863ea05, net.minecraftforge.oredict.OreIngredient@4863ea05, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4863ea05, net.minecraftforge.oredict.OreIngredient@5cf743fe, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5cf743fe, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4460 galacticraftcore:standard_wrench RecipeStage{tier='four', recipe=1xitem.standard_wrench@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@46067dd3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@749c8d1f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@749c8d1f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4461 galacticraftcore:spin_thruster RecipeStage{tier='five', recipe=1xtile.spin_thruster@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@259afaf2, net.minecraftforge.oredict.OreIngredient@44f6e0d8, net.minecraft.item.crafting.Ingredient@c19fdb6, net.minecraftforge.oredict.OreIngredient@2fe0c94e, net.minecraft.item.crafting.Ingredient@695ba3, net.minecraftforge.oredict.OreIngredient@2fe0c94e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4462 galacticraftcore:space_glass_vanilla_1 RecipeStage{tier='five', recipe=5xtile.space_glass_vanilla@1:[net.minecraft.item.crafting.Ingredient@21834931, net.minecraft.item.crafting.Ingredient@39ef8f53, net.minecraft.item.crafting.Ingredient@21834931, net.minecraft.item.crafting.Ingredient@39ef8f53, net.minecraft.item.crafting.Ingredient@39ef8f53, net.minecraft.item.crafting.Ingredient@39ef8f53, net.minecraft.item.crafting.Ingredient@21834931, net.minecraft.item.crafting.Ingredient@39ef8f53, net.minecraft.item.crafting.Ingredient@21834931]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4463 galacticraftcore:space_glass_vanilla_0 RecipeStage{tier='five', recipe=5xtile.space_glass_vanilla@0:[net.minecraftforge.oredict.OreIngredient@570515f2, net.minecraft.item.crafting.Ingredient@608f5ee6, net.minecraftforge.oredict.OreIngredient@570515f2, net.minecraft.item.crafting.Ingredient@608f5ee6, net.minecraft.item.crafting.Ingredient@608f5ee6, net.minecraft.item.crafting.Ingredient@608f5ee6, net.minecraftforge.oredict.OreIngredient@570515f2, net.minecraft.item.crafting.Ingredient@608f5ee6, net.minecraftforge.oredict.OreIngredient@570515f2]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4464 galacticraftcore:space_glass_strong_1 RecipeStage{tier='five', recipe=5xtile.space_glass_strong@1:[net.minecraft.item.crafting.Ingredient@2ac1a727, net.minecraft.item.crafting.Ingredient@73af67ce, net.minecraft.item.crafting.Ingredient@2ac1a727, net.minecraft.item.crafting.Ingredient@73af67ce, net.minecraft.item.crafting.Ingredient@73af67ce, net.minecraft.item.crafting.Ingredient@73af67ce, net.minecraft.item.crafting.Ingredient@2ac1a727, net.minecraft.item.crafting.Ingredient@73af67ce, net.minecraft.item.crafting.Ingredient@2ac1a727]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4465 galacticraftcore:space_glass_strong_0 RecipeStage{tier='five', recipe=5xtile.space_glass_strong@0:[net.minecraftforge.oredict.OreIngredient@42474b44, net.minecraft.item.crafting.Ingredient@fcd5146, net.minecraftforge.oredict.OreIngredient@42474b44, net.minecraft.item.crafting.Ingredient@fcd5146, net.minecraft.item.crafting.Ingredient@fcd5146, net.minecraft.item.crafting.Ingredient@fcd5146, net.minecraftforge.oredict.OreIngredient@42474b44, net.minecraft.item.crafting.Ingredient@fcd5146, net.minecraftforge.oredict.OreIngredient@42474b44]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4466 galacticraftcore:space_glass_clear_1 RecipeStage{tier='four', recipe=5xtile.space_glass_clear@1:[net.minecraft.item.crafting.Ingredient@668f7705, net.minecraft.item.crafting.Ingredient@1bcbc55d, net.minecraft.item.crafting.Ingredient@668f7705, net.minecraft.item.crafting.Ingredient@1bcbc55d, net.minecraft.item.crafting.Ingredient@1bcbc55d, net.minecraft.item.crafting.Ingredient@1bcbc55d, net.minecraft.item.crafting.Ingredient@668f7705, net.minecraft.item.crafting.Ingredient@1bcbc55d, net.minecraft.item.crafting.Ingredient@668f7705]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4467 galacticraftcore:space_glass_clear_0 RecipeStage{tier='four', recipe=5xtile.space_glass_clear@0:[net.minecraftforge.oredict.OreIngredient@3f7627ce, net.minecraft.item.crafting.Ingredient@4ae0d4af, net.minecraftforge.oredict.OreIngredient@3f7627ce, net.minecraft.item.crafting.Ingredient@4ae0d4af, net.minecraft.item.crafting.Ingredient@4ae0d4af, net.minecraft.item.crafting.Ingredient@4ae0d4af, net.minecraftforge.oredict.OreIngredient@3f7627ce, net.minecraft.item.crafting.Ingredient@4ae0d4af, net.minecraftforge.oredict.OreIngredient@3f7627ce]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4468 galacticraftcore:solar_4 RecipeStage{tier='five', recipe=1xtile.solar@4:[net.minecraftforge.oredict.OreIngredient@598caf0e, net.minecraft.item.crafting.Ingredient@4cf28ca, net.minecraftforge.oredict.OreIngredient@598caf0e, net.minecraftforge.oredict.OreIngredient@598caf0e, net.minecraft.item.crafting.Ingredient@679893bb, net.minecraftforge.oredict.OreIngredient@598caf0e, net.minecraft.item.crafting.Ingredient@1e8fb767, net.minecraftforge.oredict.OreIngredient@7d184a0, net.minecraft.item.crafting.Ingredient@1e8fb767]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4469 galacticraftcore:solar_0 RecipeStage{tier='five', recipe=1xtile.solar@0:[net.minecraftforge.oredict.OreIngredient@73fac737, net.minecraft.item.crafting.Ingredient@74104dc, net.minecraftforge.oredict.OreIngredient@73fac737, net.minecraftforge.oredict.OreIngredient@73fac737, net.minecraft.item.crafting.Ingredient@6217b6e8, net.minecraftforge.oredict.OreIngredient@73fac737, net.minecraft.item.crafting.Ingredient@e7d79cd, net.minecraftforge.oredict.OreIngredient@5d32ebe1, net.minecraft.item.crafting.Ingredient@e7d79cd]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4470 galacticraftcore:slime_ball RecipeStage{tier='five', recipe=1xitem.slimeball@0:[net.minecraft.item.crafting.Ingredient@4d7da90d, net.minecraft.item.crafting.Ingredient@74fd2349, net.minecraft.item.crafting.Ingredient@4d7da90d, net.minecraft.item.crafting.Ingredient@74fd2349, net.minecraft.item.crafting.Ingredient@5dc1592d, net.minecraft.item.crafting.Ingredient@74fd2349, net.minecraft.item.crafting.Ingredient@4d7da90d, net.minecraft.item.crafting.Ingredient@74fd2349, net.minecraft.item.crafting.Ingredient@4d7da90d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4471 galacticraftcore:slab_gc_half_5 RecipeStage{tier='five', recipe=6xtile.slab_gc_half@5:[net.minecraft.item.crafting.Ingredient@557a1f4d, net.minecraft.item.crafting.Ingredient@557a1f4d, net.minecraft.item.crafting.Ingredient@557a1f4d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4472 galacticraftcore:slab_gc_half_4 RecipeStage{tier='five', recipe=6xtile.slab_gc_half@4:[net.minecraft.item.crafting.Ingredient@74b5195a, net.minecraft.item.crafting.Ingredient@74b5195a, net.minecraft.item.crafting.Ingredient@74b5195a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4473 galacticraftcore:slab_gc_half_3 RecipeStage{tier='five', recipe=6xtile.slab_gc_half@3:[net.minecraft.item.crafting.Ingredient@2ce2e2e6, net.minecraft.item.crafting.Ingredient@2ce2e2e6, net.minecraft.item.crafting.Ingredient@2ce2e2e6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4474 galacticraftcore:slab_gc_half_2 RecipeStage{tier='five', recipe=6xtile.slab_gc_half@2:[net.minecraft.item.crafting.Ingredient@42508624, net.minecraft.item.crafting.Ingredient@42508624, net.minecraft.item.crafting.Ingredient@42508624]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4475 galacticraftcore:slab_gc_half_1 RecipeStage{tier='five', recipe=6xtile.slab_gc_half@1:[net.minecraft.item.crafting.Ingredient@5e270136, net.minecraft.item.crafting.Ingredient@5e270136, net.minecraft.item.crafting.Ingredient@5e270136]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4476 galacticraftcore:slab_gc_half_0 RecipeStage{tier='five', recipe=6xtile.slab_gc_half@0:[net.minecraft.item.crafting.Ingredient@39b59916, net.minecraft.item.crafting.Ingredient@39b59916, net.minecraft.item.crafting.Ingredient@39b59916]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4477 galacticraftcore:sensor_lens RecipeStage{tier='five', recipe=1xitem.sensor_lens@0:[net.minecraftforge.oredict.OreIngredient@5df037d6, net.minecraft.item.crafting.Ingredient@6072a9d9, net.minecraftforge.oredict.OreIngredient@5df037d6, net.minecraft.item.crafting.Ingredient@6072a9d9, net.minecraft.item.crafting.Ingredient@47d11cb5, net.minecraft.item.crafting.Ingredient@6072a9d9, net.minecraftforge.oredict.OreIngredient@5df037d6, net.minecraft.item.crafting.Ingredient@6072a9d9, net.minecraftforge.oredict.OreIngredient@5df037d6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4478 galacticraftcore:sensor_glasses RecipeStage{tier='five', recipe=1xitem.sensor_glasses@0:[net.minecraftforge.oredict.OreIngredient@6211b22b, net.minecraftforge.oredict.OreIngredient@1972e59b, net.minecraftforge.oredict.OreIngredient@6211b22b, net.minecraftforge.oredict.OreIngredient@6211b22b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6211b22b, net.minecraft.item.crafting.Ingredient@71734884, net.minecraft.item.crafting.Ingredient@2696610b, net.minecraft.item.crafting.Ingredient@71734884]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4479 galacticraftcore:sealer RecipeStage{tier='five', recipe=1xtile.sealer@0:[net.minecraftforge.oredict.OreIngredient@7d7950f9, net.minecraftforge.oredict.OreIngredient@57c95223, net.minecraftforge.oredict.OreIngredient@7d7950f9, net.minecraft.item.crafting.Ingredient@74bfe136, net.minecraft.item.crafting.Ingredient@1fb4d53c, net.minecraft.item.crafting.Ingredient@74bfe136, net.minecraftforge.oredict.OreIngredient@7d7950f9, net.minecraftforge.oredict.OreIngredient@57c95223, net.minecraftforge.oredict.OreIngredient@7d7950f9]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4481 galacticraftcore:rocket_fins RecipeStage{tier='four', recipe=1xitem.rocket_fins@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@cd0dfb4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@72b5e7b0, net.minecraftforge.oredict.OreIngredient@cd0dfb4, net.minecraft.item.crafting.Ingredient@72b5e7b0, net.minecraft.item.crafting.Ingredient@72b5e7b0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@72b5e7b0]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4484 galacticraftcore:platform RecipeStage{tier='five', recipe=4xtile.platform@0:[net.minecraft.item.crafting.Ingredient@5565c623, net.minecraftforge.oredict.OreIngredient@297018c1, net.minecraft.item.crafting.Ingredient@5565c623, net.minecraftforge.oredict.OreIngredient@269c1ec8, net.minecraftforge.oredict.OreIngredient@2ceb2f69, net.minecraftforge.oredict.OreIngredient@269c1ec8, net.minecraft.item.crafting.Ingredient@5565c623, net.minecraftforge.oredict.OreIngredient@297018c1, net.minecraft.item.crafting.Ingredient@5565c623]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4501 galacticraftcore:parachute_0 RecipeStage{tier='four', recipe=1xitem.parachute@0:[net.minecraft.item.crafting.Ingredient@969108, net.minecraft.item.crafting.Ingredient@969108, net.minecraft.item.crafting.Ingredient@969108, net.minecraftforge.oredict.OreIngredient@50ca16ff, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@50ca16ff, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@50ca16ff, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4502 galacticraftcore:panel_lighting_4 RecipeStage{tier='five', recipe=1xtile.panel_lighting@4:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@22fa085b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@22fa085b, net.minecraft.item.crafting.Ingredient@367c3bc, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7fa69c24, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4503 galacticraftcore:panel_lighting_3 RecipeStage{tier='five', recipe=1xtile.panel_lighting@3:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@65c66219, net.minecraft.item.crafting.Ingredient@39c53abf, net.minecraft.item.crafting.Ingredient@65c66219, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4408fa46, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4504 galacticraftcore:panel_lighting_2 RecipeStage{tier='five', recipe=1xtile.panel_lighting@2:[net.minecraft.item.crafting.Ingredient@7b033d4a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7b033d4a, net.minecraft.item.crafting.Ingredient@7b033d4a, net.minecraft.item.crafting.Ingredient@1185c077, net.minecraft.item.crafting.Ingredient@7b033d4a, net.minecraft.item.crafting.Ingredient@7b033d4a, net.minecraftforge.oredict.OreIngredient@2e0dc0d9, net.minecraft.item.crafting.Ingredient@7b033d4a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4505 galacticraftcore:panel_lighting_1 RecipeStage{tier='five', recipe=1xtile.panel_lighting@1:[net.minecraft.item.crafting.Ingredient@1a91bdfc, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1a91bdfc, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5b20751a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1a91bdfc, net.minecraftforge.oredict.OreIngredient@24824cc4, net.minecraft.item.crafting.Ingredient@1a91bdfc]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4506 galacticraftcore:panel_lighting_0 RecipeStage{tier='five', recipe=1xtile.panel_lighting@0:[net.minecraft.item.crafting.Ingredient@5217b4f4, net.minecraft.item.crafting.Ingredient@5217b4f4, net.minecraft.item.crafting.Ingredient@5217b4f4, net.minecraft.item.crafting.Ingredient@5217b4f4, net.minecraft.item.crafting.Ingredient@18c03795, net.minecraft.item.crafting.Ingredient@5217b4f4, net.minecraft.item.crafting.Ingredient@5217b4f4, net.minecraftforge.oredict.OreIngredient@c96a426, net.minecraft.item.crafting.Ingredient@5217b4f4]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4507 galacticraftcore:oxygen_tank_med_full RecipeStage{tier='five', recipe=1xitem.oxygen_tank_med_full@1800:[net.minecraft.item.crafting.Ingredient@1c071485, net.minecraft.item.crafting.Ingredient@1c071485, net.minecraft.item.crafting.Ingredient@eac0927, net.minecraft.item.crafting.Ingredient@eac0927, net.minecraftforge.oredict.OreIngredient@c055564, net.minecraftforge.oredict.OreIngredient@c055564]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4508 galacticraftcore:oxygen_tank_light_full RecipeStage{tier='four', recipe=1xitem.oxygen_tank_light_full@900:[net.minecraft.item.crafting.Ingredient@66456403, net.minecraft.item.crafting.Ingredient@56647163, net.minecraftforge.oredict.OreIngredient@6b2bfb1d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4509 galacticraftcore:oxygen_tank_heavy_full RecipeStage{tier='five', recipe=1xitem.oxygen_tank_heavy_full@2700:[net.minecraft.item.crafting.Ingredient@26ba1753, net.minecraft.item.crafting.Ingredient@26ba1753, net.minecraft.item.crafting.Ingredient@26ba1753, net.minecraft.item.crafting.Ingredient@73a2707, net.minecraft.item.crafting.Ingredient@73a2707, net.minecraft.item.crafting.Ingredient@73a2707, net.minecraftforge.oredict.OreIngredient@767833da, net.minecraftforge.oredict.OreIngredient@767833da, net.minecraftforge.oredict.OreIngredient@767833da]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4510 galacticraftcore:oxygen_mask RecipeStage{tier='four', recipe=1xitem.oxygen_mask@0:[net.minecraft.item.crafting.Ingredient@6a395177, net.minecraft.item.crafting.Ingredient@6a395177, net.minecraft.item.crafting.Ingredient@6a395177, net.minecraft.item.crafting.Ingredient@6a395177, net.minecraft.item.crafting.Ingredient@4126fffe, net.minecraft.item.crafting.Ingredient@6a395177, net.minecraft.item.crafting.Ingredient@6a395177, net.minecraft.item.crafting.Ingredient@6a395177, net.minecraft.item.crafting.Ingredient@6a395177]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4511 galacticraftcore:oxygen_gear RecipeStage{tier='four', recipe=1xitem.oxygen_gear@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@44ec7b6a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@44ec7b6a, net.minecraft.item.crafting.Ingredient@2877fe3c, net.minecraft.item.crafting.Ingredient@44ec7b6a, net.minecraft.item.crafting.Ingredient@44ec7b6a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@44ec7b6a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4512 galacticraftcore:oxygen_detector RecipeStage{tier='five', recipe=1xtile.oxygen_detector@0:[net.minecraftforge.oredict.OreIngredient@27205058, net.minecraftforge.oredict.OreIngredient@27205058, net.minecraftforge.oredict.OreIngredient@27205058, net.minecraft.item.crafting.Ingredient@3be79335, net.minecraftforge.oredict.OreIngredient@205adbdb, net.minecraft.item.crafting.Ingredient@3be79335, net.minecraftforge.oredict.OreIngredient@9430de, net.minecraftforge.oredict.OreIngredient@466fb4fb, net.minecraftforge.oredict.OreIngredient@9430de]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4513 galacticraftcore:oxygen_concentrator RecipeStage{tier='four', recipe=1xitem.oxygen_concentrator@0:[net.minecraftforge.oredict.OreIngredient@7b798d88, net.minecraftforge.oredict.OreIngredient@752b0cff, net.minecraftforge.oredict.OreIngredient@7b798d88, net.minecraftforge.oredict.OreIngredient@752b0cff, net.minecraft.item.crafting.Ingredient@6950ff04, net.minecraftforge.oredict.OreIngredient@752b0cff, net.minecraftforge.oredict.OreIngredient@7b798d88, net.minecraft.item.crafting.Ingredient@36b6db49, net.minecraftforge.oredict.OreIngredient@7b798d88]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4514 galacticraftcore:oxygen_compressor_4 RecipeStage{tier='five', recipe=1xtile.oxygen_compressor.0@4:[net.minecraftforge.oredict.OreIngredient@68b3967c, net.minecraft.item.crafting.Ingredient@f907da3, net.minecraftforge.oredict.OreIngredient@68b3967c, net.minecraftforge.oredict.OreIngredient@18c869f7, net.minecraft.item.crafting.Ingredient@49ca9cd9, net.minecraftforge.oredict.OreIngredient@18c869f7, net.minecraftforge.oredict.OreIngredient@68b3967c, net.minecraft.item.crafting.Ingredient@45bb8ca8, net.minecraftforge.oredict.OreIngredient@68b3967c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4515 galacticraftcore:oxygen_compressor_0 RecipeStage{tier='four', recipe=1xtile.oxygen_compressor.0@0:[net.minecraftforge.oredict.OreIngredient@46b8b928, net.minecraftforge.oredict.OreIngredient@6214de5f, net.minecraftforge.oredict.OreIngredient@46b8b928, net.minecraftforge.oredict.OreIngredient@6214de5f, net.minecraft.item.crafting.Ingredient@67ab5bbb, net.minecraftforge.oredict.OreIngredient@6214de5f, net.minecraftforge.oredict.OreIngredient@46b8b928, net.minecraftforge.oredict.OreIngredient@3595a836, net.minecraftforge.oredict.OreIngredient@46b8b928]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4516 galacticraftcore:oil_canister_partial_1001 RecipeStage{tier='five', recipe=1xitem.oil_canister_partial@1001:[net.minecraftforge.oredict.OreIngredient@5fc2188, net.minecraftforge.oredict.OreIngredient@6a23be2f, net.minecraftforge.oredict.OreIngredient@5fc2188, net.minecraftforge.oredict.OreIngredient@5fc2188, net.minecraft.item.crafting.Ingredient@127c37cf, net.minecraftforge.oredict.OreIngredient@5fc2188, net.minecraftforge.oredict.OreIngredient@5fc2188, net.minecraft.item.crafting.Ingredient@14d0ecc5, net.minecraftforge.oredict.OreIngredient@5fc2188]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4517 galacticraftcore:nose_cone RecipeStage{tier='four', recipe=1xitem.nose_cone@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@341f7e37, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@67f584b0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@67f584b0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@67f584b0]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4518 galacticraftcore:moon_stairs_stone_alt RecipeStage{tier='five', recipe=4xtile.moon_stairs_stone@0:[net.minecraft.item.crafting.Ingredient@4f002d08, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4f002d08, net.minecraft.item.crafting.Ingredient@4f002d08, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4f002d08, net.minecraft.item.crafting.Ingredient@4f002d08, net.minecraft.item.crafting.Ingredient@4f002d08]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4519 galacticraftcore:moon_stairs_stone RecipeStage{tier='five', recipe=4xtile.moon_stairs_stone@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6b942521, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6b942521, net.minecraft.item.crafting.Ingredient@6b942521, net.minecraft.item.crafting.Ingredient@6b942521, net.minecraft.item.crafting.Ingredient@6b942521, net.minecraft.item.crafting.Ingredient@6b942521]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4520 galacticraftcore:moon_stairs_brick_alt RecipeStage{tier='five', recipe=4xtile.moon_stairs_brick@0:[net.minecraft.item.crafting.Ingredient@3a27f9cf, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3a27f9cf, net.minecraft.item.crafting.Ingredient@3a27f9cf, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3a27f9cf, net.minecraft.item.crafting.Ingredient@3a27f9cf, net.minecraft.item.crafting.Ingredient@3a27f9cf]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4521 galacticraftcore:moon_stairs_brick RecipeStage{tier='five', recipe=4xtile.moon_stairs_brick@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2dd49981, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2dd49981, net.minecraft.item.crafting.Ingredient@2dd49981, net.minecraft.item.crafting.Ingredient@2dd49981, net.minecraft.item.crafting.Ingredient@2dd49981, net.minecraft.item.crafting.Ingredient@2dd49981]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4522 galacticraftcore:meteor_chunk_0 RecipeStage{tier='five', recipe=3xitem.meteor_chunk@0:[net.minecraft.item.crafting.Ingredient@5be4ea36]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4523 galacticraftcore:magnetic_table RecipeStage{tier='five', recipe=1xtile.magnetic_table@0:[net.minecraft.item.crafting.Ingredient@2116265f, net.minecraftforge.oredict.OreIngredient@2a004864]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4524 galacticraftcore:machine_tiered_8 RecipeStage{tier='five', recipe=1xtile.machine_tiered.0@8:[net.minecraft.item.crafting.Ingredient@57c3cdf0, net.minecraftforge.oredict.OreIngredient@3d2ae241, net.minecraft.item.crafting.Ingredient@57c3cdf0, net.minecraftforge.oredict.OreIngredient@3d2ae241, net.minecraftforge.oredict.OreIngredient@32cacc59, net.minecraftforge.oredict.OreIngredient@3d2ae241, net.minecraft.item.crafting.Ingredient@57c3cdf0, net.minecraftforge.oredict.OreIngredient@3d2ae241, net.minecraft.item.crafting.Ingredient@57c3cdf0]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4525 galacticraftcore:machine_tiered_4 RecipeStage{tier='five', recipe=1xtile.machine_tiered.0@4:[net.minecraftforge.oredict.OreIngredient@57b891b5, net.minecraftforge.oredict.OreIngredient@57b891b5, net.minecraftforge.oredict.OreIngredient@57b891b5, net.minecraftforge.oredict.OreIngredient@57b891b5, net.minecraft.item.crafting.Ingredient@2b407818, net.minecraftforge.oredict.OreIngredient@57b891b5, net.minecraftforge.oredict.OreIngredient@4de9987b, net.minecraftforge.oredict.OreIngredient@2bed7156, net.minecraftforge.oredict.OreIngredient@4de9987b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4526 galacticraftcore:machine_tiered_12 RecipeStage{tier='five', recipe=1xtile.machine_tiered.0@12:[net.minecraft.item.crafting.Ingredient@23619c85, net.minecraft.item.crafting.Ingredient@23619c85, net.minecraft.item.crafting.Ingredient@23619c85, net.minecraft.item.crafting.Ingredient@23619c85, net.minecraft.item.crafting.Ingredient@5eb66dc7, net.minecraft.item.crafting.Ingredient@23619c85, net.minecraft.item.crafting.Ingredient@51c288b9, net.minecraftforge.oredict.OreIngredient@7209efad, net.minecraft.item.crafting.Ingredient@51c288b9]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4527 galacticraftcore:machine_tiered_0 RecipeStage{tier='four', recipe=1xtile.machine_tiered.0@0:[net.minecraftforge.oredict.OreIngredient@5ae77c2b, net.minecraftforge.oredict.OreIngredient@5ae77c2b, net.minecraftforge.oredict.OreIngredient@5ae77c2b, net.minecraft.item.crafting.Ingredient@6422eaa6, net.minecraft.item.crafting.Ingredient@6422eaa6, net.minecraft.item.crafting.Ingredient@6422eaa6, net.minecraftforge.oredict.OreIngredient@5ae77c2b, net.minecraftforge.oredict.OreIngredient@5ae77c2b, net.minecraftforge.oredict.OreIngredient@5ae77c2b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4529 galacticraftcore:machine_0 RecipeStage{tier='four', recipe=1xtile.machine.0@0:[net.minecraftforge.oredict.OreIngredient@52d0f62b, net.minecraftforge.oredict.OreIngredient@52d0f62b, net.minecraftforge.oredict.OreIngredient@52d0f62b, net.minecraft.item.crafting.Ingredient@5a7ceb09, net.minecraft.item.crafting.Ingredient@74969804, net.minecraft.item.crafting.Ingredient@5a7ceb09, net.minecraft.item.crafting.Ingredient@5a7ceb09, net.minecraft.item.crafting.Ingredient@58541edb, net.minecraft.item.crafting.Ingredient@5a7ceb09]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4530 galacticraftcore:machine4_0 RecipeStage{tier='five', recipe=1xtile.machine4.0@0:[net.minecraftforge.oredict.OreIngredient@17aef07b, net.minecraft.item.crafting.Ingredient@5503bf31, net.minecraftforge.oredict.OreIngredient@17aef07b, net.minecraftforge.oredict.OreIngredient@17aef07b, net.minecraftforge.oredict.OreIngredient@3ce3b903, net.minecraftforge.oredict.OreIngredient@17aef07b, net.minecraft.item.crafting.Ingredient@24f74f27, net.minecraftforge.oredict.OreIngredient@22f357cf, net.minecraft.item.crafting.Ingredient@24f74f27]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4531 galacticraftcore:machine3_0 RecipeStage{tier='five', recipe=1xtile.machine3.0@0:[net.minecraftforge.oredict.OreIngredient@13f36fe0, net.minecraftforge.oredict.OreIngredient@234b331a, net.minecraftforge.oredict.OreIngredient@4db52ceb, net.minecraftforge.oredict.OreIngredient@56eb7835, net.minecraftforge.oredict.OreIngredient@5e6f8167, net.minecraftforge.oredict.OreIngredient@24c6aa53, net.minecraftforge.oredict.OreIngredient@40701854, net.minecraftforge.oredict.OreIngredient@4dd7fabf, net.minecraftforge.oredict.OreIngredient@6f112edb]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4533 galacticraftcore:machine2_4 RecipeStage{tier='five', recipe=1xtile.machine2.0@4:[net.minecraftforge.oredict.OreIngredient@33c8d695, net.minecraft.item.crafting.Ingredient@33f52c47, net.minecraftforge.oredict.OreIngredient@33c8d695, net.minecraft.item.crafting.Ingredient@7fa13642, net.minecraft.item.crafting.Ingredient@45100f5d, net.minecraft.item.crafting.Ingredient@7fa13642, net.minecraft.item.crafting.Ingredient@6077b2cb, net.minecraft.item.crafting.Ingredient@182c0cde, net.minecraft.item.crafting.Ingredient@6077b2cb]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4534 galacticraftcore:machine2_12 RecipeStage{tier='five', recipe=1xtile.machine2.0@12:[net.minecraftforge.oredict.OreIngredient@51e57409, net.minecraft.item.crafting.Ingredient@3cb9e49a, net.minecraftforge.oredict.OreIngredient@51e57409, net.minecraft.item.crafting.Ingredient@363020d5, net.minecraft.item.crafting.Ingredient@4ab5a0ea, net.minecraft.item.crafting.Ingredient@363020d5, net.minecraftforge.oredict.OreIngredient@51e57409, net.minecraft.item.crafting.Ingredient@fbce811, net.minecraftforge.oredict.OreIngredient@51e57409]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4535 galacticraftcore:machine2_0_alt RecipeStage{tier='five', recipe=1xtile.machine2.0@0:[net.minecraftforge.oredict.OreIngredient@31743c3e, net.minecraftforge.oredict.OreIngredient@13d3f38, net.minecraftforge.oredict.OreIngredient@31743c3e, net.minecraftforge.oredict.OreIngredient@31743c3e, net.minecraft.item.crafting.Ingredient@bf7d46e, net.minecraftforge.oredict.OreIngredient@31743c3e, net.minecraft.item.crafting.Ingredient@7a19d5c, net.minecraftforge.oredict.OreIngredient@37e331, net.minecraft.item.crafting.Ingredient@7a19d5c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4536 galacticraftcore:machine2_0 RecipeStage{tier='five', recipe=1xtile.machine2.0@0:[net.minecraftforge.oredict.OreIngredient@778fc822, net.minecraft.item.crafting.Ingredient@7b057364, net.minecraftforge.oredict.OreIngredient@778fc822, net.minecraftforge.oredict.OreIngredient@778fc822, net.minecraftforge.oredict.OreIngredient@4d2af15d, net.minecraftforge.oredict.OreIngredient@778fc822, net.minecraft.item.crafting.Ingredient@726e3028, net.minecraftforge.oredict.OreIngredient@4e4677a0, net.minecraft.item.crafting.Ingredient@726e3028]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4537 galacticraftcore:lit_pumpkin RecipeStage{tier='one', recipe=1xtile.litpumpkin@0:[net.minecraft.item.crafting.Ingredient@70738b81, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3cfab8e5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4538 galacticraftcore:landing_pad_1 RecipeStage{tier='five', recipe=9xtile.landing_pad@1:[net.minecraftforge.oredict.OreIngredient@8f79000, net.minecraftforge.oredict.OreIngredient@8f79000, net.minecraftforge.oredict.OreIngredient@8f79000, net.minecraftforge.oredict.OreIngredient@76c59dbd, net.minecraftforge.oredict.OreIngredient@76c59dbd, net.minecraftforge.oredict.OreIngredient@76c59dbd]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4539 galacticraftcore:landing_pad_0 RecipeStage{tier='four', recipe=9xtile.landing_pad@0:[net.minecraftforge.oredict.OreIngredient@3ac037ea, net.minecraftforge.oredict.OreIngredient@3ac037ea, net.minecraftforge.oredict.OreIngredient@3ac037ea, net.minecraftforge.oredict.OreIngredient@17678feb, net.minecraftforge.oredict.OreIngredient@17678feb, net.minecraftforge.oredict.OreIngredient@17678feb]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4541 galacticraftcore:grating RecipeStage{tier='five', recipe=4xtile.grating@0:[net.minecraft.item.crafting.Ingredient@5bccbb86, net.minecraft.item.crafting.Ingredient@1f55985f, net.minecraft.item.crafting.Ingredient@29ce4abc, net.minecraft.item.crafting.Ingredient@3393e750]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4542 galacticraftcore:glowstone_torch RecipeStage{tier='four', recipe=4xtile.glowstone_torch@0:[net.minecraftforge.oredict.OreIngredient@2f569ff8, net.minecraftforge.oredict.OreIngredient@49dc68ee]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4545 galacticraftcore:food_9 RecipeStage{tier='five', recipe=1xitem.food@9:[net.minecraft.item.crafting.Ingredient@6830ead5, net.minecraft.item.crafting.Ingredient@192919c7, net.minecraft.item.crafting.Ingredient@6543b2f4]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4546 galacticraftcore:food_8 RecipeStage{tier='five', recipe=1xitem.food@8:[net.minecraft.item.crafting.Ingredient@71c938df, net.minecraft.item.crafting.Ingredient@1670d04b, net.minecraft.item.crafting.Ingredient@57757c16]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4547 galacticraftcore:food_6 RecipeStage{tier='two', recipe=2xitem.food@6:[net.minecraft.item.crafting.Ingredient@25725c19]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4548 galacticraftcore:food_5 RecipeStage{tier='three', recipe=2xitem.food@5:[net.minecraft.item.crafting.Ingredient@15026785, net.minecraft.item.crafting.Ingredient@7ce9e4c7, net.minecraft.item.crafting.Ingredient@bca745a, net.minecraft.item.crafting.Ingredient@12de7d6a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4549 galacticraftcore:food_4 RecipeStage{tier='five', recipe=6xitem.food@4:[net.minecraft.item.crafting.Ingredient@1e7ed0d3]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4550 galacticraftcore:food_3 RecipeStage{tier='five', recipe=1xitem.food@3:[net.minecraft.item.crafting.Ingredient@cf5e679, net.minecraft.item.crafting.Ingredient@6e7d014a, net.minecraft.item.crafting.Ingredient@4f6aef3b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4551 galacticraftcore:food_2 RecipeStage{tier='five', recipe=1xitem.food@2:[net.minecraft.item.crafting.Ingredient@3c0d80be, net.minecraft.item.crafting.Ingredient@2e5d3f57, net.minecraft.item.crafting.Ingredient@30a774c1]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4552 galacticraftcore:food_1 RecipeStage{tier='five', recipe=1xitem.food@1:[net.minecraft.item.crafting.Ingredient@3d83fcbe, net.minecraft.item.crafting.Ingredient@12b38934, net.minecraft.item.crafting.Ingredient@2eaf6a1c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4553 galacticraftcore:food_0 RecipeStage{tier='five', recipe=1xitem.food@0:[net.minecraft.item.crafting.Ingredient@2d7818f7, net.minecraft.item.crafting.Ingredient@6fa43cfb, net.minecraft.item.crafting.Ingredient@2cbc4582]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4554 galacticraftcore:fluid_tank RecipeStage{tier='five', recipe=1xtile.fluid_tank@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2a17c7f8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2a17c7f8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2a17c7f8, net.minecraft.item.crafting.Ingredient@2a17c7f8, net.minecraft.item.crafting.Ingredient@2a17c7f8, net.minecraft.item.crafting.Ingredient@2a17c7f8]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4555 galacticraftcore:fluid_pipe RecipeStage{tier='four', recipe=6xtile.fluid_pipe@0:[net.minecraft.item.crafting.Ingredient@6fa9a1c0, net.minecraft.item.crafting.Ingredient@6fa9a1c0, net.minecraft.item.crafting.Ingredient@6fa9a1c0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6fa9a1c0, net.minecraft.item.crafting.Ingredient@6fa9a1c0, net.minecraft.item.crafting.Ingredient@6fa9a1c0]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4556 galacticraftcore:flag RecipeStage{tier='four', recipe=1xitem.flag@0:[net.minecraft.item.crafting.Ingredient@75c51ba2, net.minecraft.item.crafting.Ingredient@76426e98, net.minecraft.item.crafting.Ingredient@76426e98, net.minecraft.item.crafting.Ingredient@75c51ba2, net.minecraft.item.crafting.Ingredient@76426e98, net.minecraft.item.crafting.Ingredient@76426e98, net.minecraft.item.crafting.Ingredient@75c51ba2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4557 galacticraftcore:engine_1 RecipeStage{tier='five', recipe=1xitem.engine@1:[net.minecraft.item.crafting.Ingredient@5671d9c, net.minecraft.item.crafting.Ingredient@35433abd, net.minecraft.item.crafting.Ingredient@5671d9c, net.minecraft.item.crafting.Ingredient@5671d9c, net.minecraft.item.crafting.Ingredient@408c78a9, net.minecraft.item.crafting.Ingredient@5671d9c, net.minecraft.item.crafting.Ingredient@7cb37ebe, net.minecraft.item.crafting.Ingredient@5a3d553c, net.minecraft.item.crafting.Ingredient@7cb37ebe]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4558 galacticraftcore:engine_0_alt RecipeStage{tier='four', recipe=1xitem.engine@0:[net.minecraft.item.crafting.Ingredient@50208fd1, net.minecraft.item.crafting.Ingredient@6363c10f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@390f0458, net.minecraft.item.crafting.Ingredient@1d458140, net.minecraft.item.crafting.Ingredient@390f0458, net.minecraft.item.crafting.Ingredient@390f0458, net.minecraft.item.crafting.Ingredient@37e994b5, net.minecraft.item.crafting.Ingredient@390f0458]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4559 galacticraftcore:engine_0 RecipeStage{tier='four', recipe=1xitem.engine@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@361ab27e, net.minecraft.item.crafting.Ingredient@415a084a, net.minecraft.item.crafting.Ingredient@675aa094, net.minecraft.item.crafting.Ingredient@7d9577ec, net.minecraft.item.crafting.Ingredient@675aa094, net.minecraft.item.crafting.Ingredient@675aa094, net.minecraft.item.crafting.Ingredient@2793f4af, net.minecraft.item.crafting.Ingredient@675aa094]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4560 galacticraftcore:enclosed_15 RecipeStage{tier='five', recipe=1xtile.enclosed@15:[net.minecraft.item.crafting.Ingredient@18e7f07d, net.minecraft.item.crafting.Ingredient@176a1c2a, net.minecraft.item.crafting.Ingredient@18e7f07d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4561 galacticraftcore:enclosed_14 RecipeStage{tier='five', recipe=1xtile.enclosed@14:[net.minecraft.item.crafting.Ingredient@4220fbc8, net.minecraft.item.crafting.Ingredient@7e43d449, net.minecraft.item.crafting.Ingredient@4220fbc8]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4562 galacticraftcore:enclosed_1 RecipeStage{tier='five', recipe=1xtile.enclosed@1:[net.minecraft.item.crafting.Ingredient@6747051a, net.minecraft.item.crafting.Ingredient@6d973a75, net.minecraft.item.crafting.Ingredient@6747051a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4563 galacticraftcore:emergency_box_1 RecipeStage{tier='five', recipe=1xtile.emergency_box@1:[net.minecraft.item.crafting.Ingredient@79fa27c5, net.minecraft.item.crafting.Ingredient@77642fcc]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4564 galacticraftcore:emergency_box_0 RecipeStage{tier='five', recipe=1xtile.emergency_box@0:[net.minecraft.item.crafting.Ingredient@538ab017, net.minecraft.item.crafting.Ingredient@73a952ae, net.minecraft.item.crafting.Ingredient@538ab017, net.minecraft.item.crafting.Ingredient@73a952ae, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@73a952ae, net.minecraft.item.crafting.Ingredient@538ab017, net.minecraft.item.crafting.Ingredient@73a952ae, net.minecraft.item.crafting.Ingredient@538ab017]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4566 galacticraftcore:distributor RecipeStage{tier='five', recipe=1xtile.distributor@0:[net.minecraftforge.oredict.OreIngredient@3894e0e9, net.minecraft.item.crafting.Ingredient@3cdf7c3a, net.minecraftforge.oredict.OreIngredient@3894e0e9, net.minecraft.item.crafting.Ingredient@117811b6, net.minecraftforge.oredict.OreIngredient@5aa0acc7, net.minecraft.item.crafting.Ingredient@117811b6, net.minecraftforge.oredict.OreIngredient@3894e0e9, net.minecraft.item.crafting.Ingredient@3cdf7c3a, net.minecraftforge.oredict.OreIngredient@3894e0e9]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4567 galacticraftcore:dishbase RecipeStage{tier='five', recipe=1xtile.dishbase@0:[net.minecraftforge.oredict.OreIngredient@74b341d, net.minecraft.item.crafting.Ingredient@c681a81, net.minecraftforge.oredict.OreIngredient@74b341d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@74b341d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2d83ddc2, net.minecraftforge.oredict.OreIngredient@5ef6f2ea, net.minecraftforge.oredict.OreIngredient@2d83ddc2]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4568 galacticraftcore:concealed_repeater RecipeStage{tier='five', recipe=1xtile.concealed_repeater@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@16e51aa7, net.minecraft.item.crafting.Ingredient@367ecca3, net.minecraft.item.crafting.Ingredient@16e51aa7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4569 galacticraftcore:concealed_redstone RecipeStage{tier='five', recipe=4xtile.concealed_redstone@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3ff6d3db, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3ff6d3db, net.minecraftforge.oredict.OreIngredient@1370ee94, net.minecraft.item.crafting.Ingredient@3ff6d3db, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3ff6d3db, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4570 galacticraftcore:collector RecipeStage{tier='four', recipe=1xtile.collector@0:[net.minecraftforge.oredict.OreIngredient@540e2355, net.minecraftforge.oredict.OreIngredient@540e2355, net.minecraftforge.oredict.OreIngredient@540e2355, net.minecraft.item.crafting.Ingredient@420a2f45, net.minecraft.item.crafting.Ingredient@26db2295, net.minecraft.item.crafting.Ingredient@3abe8515, net.minecraftforge.oredict.OreIngredient@40148437, net.minecraft.item.crafting.Ingredient@247b86ef, net.minecraftforge.oredict.OreIngredient@40148437]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4571 galacticraftcore:cobblestone_alt_alt RecipeStage{tier='tutorial', recipe=2xtile.stonebrick@0:[net.minecraft.item.crafting.Ingredient@3d849564, net.minecraft.item.crafting.Ingredient@5a808cb5]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4572 galacticraftcore:cobblestone_alt RecipeStage{tier='tutorial', recipe=2xtile.stonebrick@0:[net.minecraft.item.crafting.Ingredient@153cad9a, net.minecraft.item.crafting.Ingredient@20b1cfa9]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4573 galacticraftcore:cobblestone RecipeStage{tier='tutorial', recipe=2xtile.stonebrick@0:[net.minecraft.item.crafting.Ingredient@53ec2673, net.minecraft.item.crafting.Ingredient@3c732ca8]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4574 galacticraftcore:cheese RecipeStage{tier='five', recipe=1xtile.cheese@0:[net.minecraftforge.oredict.OreIngredient@23c103ed, net.minecraftforge.oredict.OreIngredient@23c103ed, net.minecraftforge.oredict.OreIngredient@23c103ed, net.minecraftforge.oredict.OreIngredient@23c103ed, net.minecraft.item.crafting.Ingredient@5a9e40e6, net.minecraftforge.oredict.OreIngredient@23c103ed, net.minecraftforge.oredict.OreIngredient@23c103ed, net.minecraftforge.oredict.OreIngredient@23c103ed, net.minecraftforge.oredict.OreIngredient@23c103ed]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4575 galacticraftcore:cargo_4 RecipeStage{tier='five', recipe=1xtile.cargo@4:[net.minecraftforge.oredict.OreIngredient@a1d89c1, net.minecraftforge.oredict.OreIngredient@a1d89c1, net.minecraftforge.oredict.OreIngredient@a1d89c1, net.minecraftforge.oredict.OreIngredient@43474ff2, net.minecraft.item.crafting.Ingredient@2dbdf14c, net.minecraftforge.oredict.OreIngredient@43474ff2, net.minecraftforge.oredict.OreIngredient@a1d89c1, net.minecraft.item.crafting.Ingredient@79f23db2, net.minecraftforge.oredict.OreIngredient@a1d89c1]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4576 galacticraftcore:cargo_0 RecipeStage{tier='five', recipe=1xtile.cargo@0:[net.minecraftforge.oredict.OreIngredient@fa1da4e, net.minecraft.item.crafting.Ingredient@184bd2c5, net.minecraftforge.oredict.OreIngredient@fa1da4e, net.minecraftforge.oredict.OreIngredient@50e12053, net.minecraft.item.crafting.Ingredient@790c6907, net.minecraftforge.oredict.OreIngredient@50e12053, net.minecraftforge.oredict.OreIngredient@fa1da4e, net.minecraftforge.oredict.OreIngredient@fa1da4e, net.minecraftforge.oredict.OreIngredient@fa1da4e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4577 galacticraftcore:canvas RecipeStage{tier='four', recipe=1xitem.canvas@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7d01ca95, net.minecraftforge.oredict.OreIngredient@781bd3b5, net.minecraftforge.oredict.OreIngredient@7d01ca95, net.minecraftforge.oredict.OreIngredient@7d01ca95, net.minecraftforge.oredict.OreIngredient@7d01ca95, net.minecraftforge.oredict.OreIngredient@781bd3b5, net.minecraftforge.oredict.OreIngredient@7d01ca95, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4578 galacticraftcore:canister_1 RecipeStage{tier='five', recipe=2xitem.canister@1:[net.minecraftforge.oredict.OreIngredient@b47e23d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@b47e23d, net.minecraftforge.oredict.OreIngredient@b47e23d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@b47e23d, net.minecraftforge.oredict.OreIngredient@b47e23d, net.minecraftforge.oredict.OreIngredient@b47e23d, net.minecraftforge.oredict.OreIngredient@b47e23d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4579 galacticraftcore:canister_0 RecipeStage{tier='four', recipe=2xitem.canister@0:[net.minecraftforge.oredict.OreIngredient@58b6c281, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@58b6c281, net.minecraftforge.oredict.OreIngredient@58b6c281, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@58b6c281, net.minecraftforge.oredict.OreIngredient@58b6c281, net.minecraftforge.oredict.OreIngredient@58b6c281, net.minecraftforge.oredict.OreIngredient@58b6c281]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4580 galacticraftcore:buggymat_2 RecipeStage{tier='five', recipe=1xitem.buggymat@2:[net.minecraftforge.oredict.OreIngredient@4fcfdc30, net.minecraftforge.oredict.OreIngredient@4fcfdc30, net.minecraftforge.oredict.OreIngredient@4fcfdc30, net.minecraftforge.oredict.OreIngredient@245f63d0, net.minecraft.item.crafting.Ingredient@1c3c3aa4, net.minecraftforge.oredict.OreIngredient@245f63d0, net.minecraftforge.oredict.OreIngredient@4fcfdc30, net.minecraftforge.oredict.OreIngredient@4fcfdc30, net.minecraftforge.oredict.OreIngredient@4fcfdc30]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4581 galacticraftcore:buggymat_1 RecipeStage{tier='five', recipe=1xitem.buggymat@1:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@193fab30, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@79f243ad, net.minecraftforge.oredict.OreIngredient@193fab30, net.minecraftforge.oredict.OreIngredient@33147c12, net.minecraftforge.oredict.OreIngredient@33147c12, net.minecraftforge.oredict.OreIngredient@33147c12]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4582 galacticraftcore:buggymat_0 RecipeStage{tier='five', recipe=1xitem.buggymat@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2c69129b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2c69129b, net.minecraftforge.oredict.OreIngredient@4345954e, net.minecraftforge.oredict.OreIngredient@2c69129b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2c69129b, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4583 galacticraftcore:battery RecipeStage{tier='four', recipe=3xitem.battery@100:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@9dae46b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@9dae46b, net.minecraftforge.oredict.OreIngredient@3e631f49, net.minecraftforge.oredict.OreIngredient@9dae46b, net.minecraftforge.oredict.OreIngredient@9dae46b, net.minecraft.item.crafting.Ingredient@6db55cd3, net.minecraftforge.oredict.OreIngredient@9dae46b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4587 galacticraftcore:basic_item_20 RecipeStage{tier='five', recipe=1xitem.basic_item@20:[net.minecraftforge.oredict.OreIngredient@38e0838, net.minecraft.item.crafting.Ingredient@2235b3ac, net.minecraftforge.oredict.OreIngredient@38e0838, net.minecraftforge.oredict.OreIngredient@17877aaa, net.minecraftforge.oredict.OreIngredient@1c3540d6, net.minecraftforge.oredict.OreIngredient@17877aaa, net.minecraftforge.oredict.OreIngredient@17877aaa, net.minecraftforge.oredict.OreIngredient@18a00325, net.minecraftforge.oredict.OreIngredient@17877aaa]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4588 galacticraftcore:basic_item_2 RecipeStage{tier='four', recipe=9xitem.basic_item@2:[net.minecraft.item.crafting.Ingredient@69462685]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4589 galacticraftcore:basic_item_19 RecipeStage{tier='five', recipe=1xitem.basic_item@19:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@439c17aa, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@42888a0a, net.minecraft.item.crafting.Ingredient@657de362, net.minecraftforge.oredict.OreIngredient@42888a0a, net.minecraftforge.oredict.OreIngredient@48e407ca, net.minecraftforge.oredict.OreIngredient@7b3fadb0, net.minecraftforge.oredict.OreIngredient@48e407ca]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4590 galacticraftcore:basic_item_18 RecipeStage{tier='five', recipe=1xitem.basic_item@18:[net.minecraft.item.crafting.Ingredient@3de81f6, net.minecraft.item.crafting.Ingredient@4e2912ff, net.minecraft.item.crafting.Ingredient@3315d4d4]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4591 galacticraftcore:basic_item_17 RecipeStage{tier='five', recipe=1xitem.basic_item@17:[net.minecraft.item.crafting.Ingredient@54cae3bb, net.minecraft.item.crafting.Ingredient@38e4b42c, net.minecraft.item.crafting.Ingredient@1492c1d1]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4592 galacticraftcore:basic_item_16 RecipeStage{tier='five', recipe=1xitem.basic_item@16:[net.minecraft.item.crafting.Ingredient@6065ff34, net.minecraft.item.crafting.Ingredient@268b988a, net.minecraft.item.crafting.Ingredient@440d38e4]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4593 galacticraftcore:basic_item_15 RecipeStage{tier='five', recipe=1xitem.basic_item@15:[net.minecraft.item.crafting.Ingredient@677bc4d4, net.minecraft.item.crafting.Ingredient@4ab9a501, net.minecraft.item.crafting.Ingredient@369d0a84]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4594 galacticraftcore:basic_item_1 RecipeStage{tier='five', recipe=1xitem.basic_item@1:[net.minecraft.item.crafting.Ingredient@7cb54931, net.minecraft.item.crafting.Ingredient@7cb54931, net.minecraft.item.crafting.Ingredient@7cb54931, net.minecraft.item.crafting.Ingredient@659b85b8, net.minecraft.item.crafting.Ingredient@659b85b8, net.minecraft.item.crafting.Ingredient@659b85b8, net.minecraft.item.crafting.Ingredient@7cb54931, net.minecraft.item.crafting.Ingredient@7cb54931, net.minecraft.item.crafting.Ingredient@7cb54931]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4595 galacticraftcore:basic_item_0 RecipeStage{tier='five', recipe=2xitem.basic_item@0:[net.minecraft.item.crafting.Ingredient@3c5e7fa2, net.minecraft.item.crafting.Ingredient@3c5e7fa2, net.minecraft.item.crafting.Ingredient@3c5e7fa2, net.minecraftforge.oredict.OreIngredient@18cc6b58, net.minecraftforge.oredict.OreIngredient@18cc6b58, net.minecraftforge.oredict.OreIngredient@18cc6b58, net.minecraft.item.crafting.Ingredient@1662b3d0, net.minecraft.item.crafting.Ingredient@1662b3d0, net.minecraft.item.crafting.Ingredient@1662b3d0]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4597 galacticraftcore:basic_block_core_4 RecipeStage{tier='four', recipe=4xtile.basic_block_core.0@4:[net.minecraftforge.oredict.OreIngredient@7c494db2, net.minecraftforge.oredict.OreIngredient@7c494db2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7c494db2, net.minecraftforge.oredict.OreIngredient@7c494db2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@12558c13, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4598 galacticraftcore:basic_block_core_3 RecipeStage{tier='five', recipe=4xtile.basic_block_core.0@3:[net.minecraftforge.oredict.OreIngredient@1a7977e9, net.minecraftforge.oredict.OreIngredient@1a7977e9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1a7977e9, net.minecraftforge.oredict.OreIngredient@1a7977e9, net.minecraftforge.oredict.OreIngredient@124aa3a7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4599 galacticraftcore:basic_block_core_13 RecipeStage{tier='four', recipe=1xtile.basic_block_core.0@13:[net.minecraftforge.oredict.OreIngredient@25a7a6c8, net.minecraftforge.oredict.OreIngredient@25a7a6c8, net.minecraftforge.oredict.OreIngredient@25a7a6c8, net.minecraftforge.oredict.OreIngredient@25a7a6c8, net.minecraftforge.oredict.OreIngredient@25a7a6c8, net.minecraftforge.oredict.OreIngredient@25a7a6c8, net.minecraftforge.oredict.OreIngredient@25a7a6c8, net.minecraftforge.oredict.OreIngredient@25a7a6c8, net.minecraftforge.oredict.OreIngredient@25a7a6c8]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4603 galacticraftcore:arclamp RecipeStage{tier='five', recipe=1xtile.arclamp@0:[net.minecraft.item.crafting.Ingredient@4eb5f481, net.minecraft.item.crafting.Ingredient@489b3c88, net.minecraft.item.crafting.Ingredient@4eb5f481, net.minecraft.item.crafting.Ingredient@489b3c88, net.minecraft.item.crafting.Ingredient@303b0836, net.minecraft.item.crafting.Ingredient@489b3c88, net.minecraft.item.crafting.Ingredient@4eb5f481, net.minecraft.item.crafting.Ingredient@489b3c88, net.minecraft.item.crafting.Ingredient@4eb5f481]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4604 galacticraftcore:aluminum_wire_3 RecipeStage{tier='five', recipe=1xtile.aluminum_wire@3:[net.minecraft.item.crafting.Ingredient@4f015c0c, net.minecraft.item.crafting.Ingredient@7376cefb]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4605 galacticraftcore:aluminum_wire_2 RecipeStage{tier='five', recipe=1xtile.aluminum_wire@2:[net.minecraft.item.crafting.Ingredient@12301daf, net.minecraft.item.crafting.Ingredient@676ae8b8]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4606 galacticraftcore:aluminum_wire_1_alt RecipeStage{tier='five', recipe=1xtile.aluminum_wire@1:[net.minecraftforge.oredict.OreIngredient@613a4d01, net.minecraft.item.crafting.Ingredient@508fa930, net.minecraft.item.crafting.Ingredient@26860749]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4607 galacticraftcore:aluminum_wire_1 RecipeStage{tier='five', recipe=1xtile.aluminum_wire@1:[net.minecraft.item.crafting.Ingredient@37cd9365, net.minecraft.item.crafting.Ingredient@64a0c198, net.minecraftforge.oredict.OreIngredient@7681384f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4608 galacticraftcore:aluminum_wire_0 RecipeStage{tier='five', recipe=9xtile.aluminum_wire@0:[net.minecraft.item.crafting.Ingredient@6f10f2d, net.minecraft.item.crafting.Ingredient@6f10f2d, net.minecraft.item.crafting.Ingredient@6f10f2d, net.minecraftforge.oredict.OreIngredient@501746d3, net.minecraftforge.oredict.OreIngredient@501746d3, net.minecraftforge.oredict.OreIngredient@501746d3, net.minecraft.item.crafting.Ingredient@6f10f2d, net.minecraft.item.crafting.Ingredient@6f10f2d, net.minecraft.item.crafting.Ingredient@6f10f2d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4609 galacticraftcore:air_vent RecipeStage{tier='four', recipe=1xitem.air_vent@0:[net.minecraftforge.oredict.OreIngredient@75447dce, net.minecraftforge.oredict.OreIngredient@27b3c09b, net.minecraftforge.oredict.OreIngredient@7d663bcd, net.minecraftforge.oredict.OreIngredient@122474e0]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4610 galacticraftcore:air_lock_frame_1 RecipeStage{tier='four', recipe=1xtile.air_lock_frame.0@1:[net.minecraftforge.oredict.OreIngredient@2c14967, net.minecraftforge.oredict.OreIngredient@2c14967, net.minecraftforge.oredict.OreIngredient@2c14967, net.minecraft.item.crafting.Ingredient@1073fb, net.minecraft.item.crafting.Ingredient@4c6a32ce, net.minecraft.item.crafting.Ingredient@1073fb, net.minecraftforge.oredict.OreIngredient@2c14967, net.minecraftforge.oredict.OreIngredient@2c14967, net.minecraftforge.oredict.OreIngredient@2c14967]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4611 galacticraftcore:air_lock_frame_0 RecipeStage{tier='four', recipe=4xtile.air_lock_frame.0@0:[net.minecraftforge.oredict.OreIngredient@7f90ac37, net.minecraftforge.oredict.OreIngredient@7f90ac37, net.minecraftforge.oredict.OreIngredient@7f90ac37, net.minecraftforge.oredict.OreIngredient@68f69346, net.minecraft.item.crafting.Ingredient@1db52865, net.minecraftforge.oredict.OreIngredient@68f69346, net.minecraftforge.oredict.OreIngredient@7f90ac37, net.minecraftforge.oredict.OreIngredient@7f90ac37, net.minecraftforge.oredict.OreIngredient@7f90ac37]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4613 galacticraftplanets:walkway_2_alt RecipeStage{tier='five', recipe=1xtile.walkway.0@2:[net.minecraft.item.crafting.Ingredient@a0d2223, net.minecraft.item.crafting.Ingredient@3fa41498]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4614 galacticraftplanets:walkway_2 RecipeStage{tier='five', recipe=5xtile.walkway.0@2:[net.minecraft.item.crafting.Ingredient@60184f62, net.minecraft.item.crafting.Ingredient@60184f62, net.minecraft.item.crafting.Ingredient@60184f62, net.minecraft.item.crafting.Ingredient@205c91b9, net.minecraft.item.crafting.Ingredient@60184f62, net.minecraft.item.crafting.Ingredient@205c91b9, net.minecraft.item.crafting.Ingredient@205c91b9, net.minecraft.item.crafting.Ingredient@205c91b9, net.minecraft.item.crafting.Ingredient@205c91b9]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4615 galacticraftplanets:walkway_1_alt RecipeStage{tier='five', recipe=1xtile.walkway.0@1:[net.minecraft.item.crafting.Ingredient@5cc16c0a, net.minecraft.item.crafting.Ingredient@1d47ee47]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4616 galacticraftplanets:walkway_1 RecipeStage{tier='five', recipe=5xtile.walkway.0@1:[net.minecraft.item.crafting.Ingredient@431751be, net.minecraft.item.crafting.Ingredient@431751be, net.minecraft.item.crafting.Ingredient@431751be, net.minecraft.item.crafting.Ingredient@5fef3510, net.minecraft.item.crafting.Ingredient@431751be, net.minecraft.item.crafting.Ingredient@5fef3510, net.minecraft.item.crafting.Ingredient@5fef3510, net.minecraft.item.crafting.Ingredient@5fef3510, net.minecraft.item.crafting.Ingredient@5fef3510]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4617 galacticraftplanets:walkway_0 RecipeStage{tier='five', recipe=5xtile.walkway.0@0:[net.minecraft.item.crafting.Ingredient@63a791ce, net.minecraft.item.crafting.Ingredient@63a791ce, net.minecraft.item.crafting.Ingredient@63a791ce, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@63a791ce, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4619 galacticraftplanets:titanium_sword RecipeStage{tier='five', recipe=1xitem.titanium_sword@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@53de4f0e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@53de4f0e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3c2ba6c6, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4620 galacticraftplanets:titanium_shovel RecipeStage{tier='five', recipe=1xitem.titanium_shovel@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@63cad81f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@776589b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@776589b, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4621 galacticraftplanets:titanium_pickaxe RecipeStage{tier='five', recipe=1xitem.titanium_pickaxe@0:[net.minecraft.item.crafting.Ingredient@4cee8e75, net.minecraft.item.crafting.Ingredient@4cee8e75, net.minecraft.item.crafting.Ingredient@4cee8e75, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6616b913, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6616b913, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4622 galacticraftplanets:titanium_leggings RecipeStage{tier='five', recipe=1xitem.titanium_leggings@0:[net.minecraft.item.crafting.Ingredient@2bbbfd05, net.minecraft.item.crafting.Ingredient@2bbbfd05, net.minecraft.item.crafting.Ingredient@2bbbfd05, net.minecraft.item.crafting.Ingredient@2bbbfd05, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2bbbfd05, net.minecraft.item.crafting.Ingredient@2bbbfd05, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2bbbfd05]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4623 galacticraftplanets:titanium_hoe_alt RecipeStage{tier='five', recipe=1xitem.titanium_hoe@0:[net.minecraft.item.crafting.Ingredient@4e514437, net.minecraft.item.crafting.Ingredient@4e514437, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@448f0630, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@448f0630, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4624 galacticraftplanets:titanium_hoe RecipeStage{tier='five', recipe=1xitem.titanium_hoe@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4c51ce21, net.minecraft.item.crafting.Ingredient@4c51ce21, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@25659ba1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@25659ba1, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4625 galacticraftplanets:titanium_helmet RecipeStage{tier='five', recipe=1xitem.titanium_helmet@0:[net.minecraft.item.crafting.Ingredient@2a354317, net.minecraft.item.crafting.Ingredient@2a354317, net.minecraft.item.crafting.Ingredient@2a354317, net.minecraft.item.crafting.Ingredient@2a354317, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2a354317]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4626 galacticraftplanets:titanium_chestplate RecipeStage{tier='five', recipe=1xitem.titanium_chestplate@0:[net.minecraft.item.crafting.Ingredient@2cc4748, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2cc4748, net.minecraft.item.crafting.Ingredient@2cc4748, net.minecraft.item.crafting.Ingredient@2cc4748, net.minecraft.item.crafting.Ingredient@2cc4748, net.minecraft.item.crafting.Ingredient@2cc4748, net.minecraft.item.crafting.Ingredient@2cc4748, net.minecraft.item.crafting.Ingredient@2cc4748]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4627 galacticraftplanets:titanium_boots RecipeStage{tier='five', recipe=1xitem.titanium_boots@0:[net.minecraft.item.crafting.Ingredient@5c766a62, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5c766a62, net.minecraft.item.crafting.Ingredient@5c766a62, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5c766a62]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4628 galacticraftplanets:titanium_axe_alt RecipeStage{tier='five', recipe=1xitem.titanium_axe@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@68e6e55, net.minecraft.item.crafting.Ingredient@68e6e55, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1ee256c4, net.minecraft.item.crafting.Ingredient@68e6e55, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1ee256c4, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4629 galacticraftplanets:titanium_axe RecipeStage{tier='five', recipe=1xitem.titanium_axe@0:[net.minecraft.item.crafting.Ingredient@47473d51, net.minecraft.item.crafting.Ingredient@47473d51, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@47473d51, net.minecraft.item.crafting.Ingredient@2bf6a669, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2bf6a669, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4630 galacticraftplanets:thermal_padding_t2_3 RecipeStage{tier='five', recipe=1xitem.thermal_padding_t2@3:[net.minecraft.item.crafting.Ingredient@6a9d9761, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6a9d9761, net.minecraft.item.crafting.Ingredient@6a9d9761, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6a9d9761]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4631 galacticraftplanets:thermal_padding_t2_2 RecipeStage{tier='five', recipe=1xitem.thermal_padding_t2@2:[net.minecraft.item.crafting.Ingredient@97a25ff, net.minecraft.item.crafting.Ingredient@97a25ff, net.minecraft.item.crafting.Ingredient@97a25ff, net.minecraft.item.crafting.Ingredient@97a25ff, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@97a25ff, net.minecraft.item.crafting.Ingredient@97a25ff, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@97a25ff]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4632 galacticraftplanets:thermal_padding_t2_1 RecipeStage{tier='five', recipe=1xitem.thermal_padding_t2@1:[net.minecraft.item.crafting.Ingredient@4b3d4fc3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4b3d4fc3, net.minecraft.item.crafting.Ingredient@4b3d4fc3, net.minecraft.item.crafting.Ingredient@4b3d4fc3, net.minecraft.item.crafting.Ingredient@4b3d4fc3, net.minecraft.item.crafting.Ingredient@4b3d4fc3, net.minecraft.item.crafting.Ingredient@4b3d4fc3, net.minecraft.item.crafting.Ingredient@4b3d4fc3]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4633 galacticraftplanets:thermal_padding_t2_0 RecipeStage{tier='five', recipe=1xitem.thermal_padding_t2@0:[net.minecraft.item.crafting.Ingredient@c5805b, net.minecraft.item.crafting.Ingredient@c5805b, net.minecraft.item.crafting.Ingredient@c5805b, net.minecraft.item.crafting.Ingredient@c5805b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@c5805b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4634 galacticraftplanets:thermal_padding_3 RecipeStage{tier='five', recipe=1xitem.thermal_padding@3:[net.minecraft.item.crafting.Ingredient@1c6b7eb1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1c6b7eb1, net.minecraft.item.crafting.Ingredient@1c6b7eb1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1c6b7eb1]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4635 galacticraftplanets:thermal_padding_2 RecipeStage{tier='five', recipe=1xitem.thermal_padding@2:[net.minecraft.item.crafting.Ingredient@56042fe, net.minecraft.item.crafting.Ingredient@56042fe, net.minecraft.item.crafting.Ingredient@56042fe, net.minecraft.item.crafting.Ingredient@56042fe, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@56042fe, net.minecraft.item.crafting.Ingredient@56042fe, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@56042fe]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4636 galacticraftplanets:thermal_padding_1 RecipeStage{tier='five', recipe=1xitem.thermal_padding@1:[net.minecraft.item.crafting.Ingredient@2293d3e0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2293d3e0, net.minecraft.item.crafting.Ingredient@2293d3e0, net.minecraft.item.crafting.Ingredient@2293d3e0, net.minecraft.item.crafting.Ingredient@2293d3e0, net.minecraft.item.crafting.Ingredient@2293d3e0, net.minecraft.item.crafting.Ingredient@2293d3e0, net.minecraft.item.crafting.Ingredient@2293d3e0]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4637 galacticraftplanets:thermal_padding_0 RecipeStage{tier='five', recipe=1xitem.thermal_padding@0:[net.minecraft.item.crafting.Ingredient@210e3923, net.minecraft.item.crafting.Ingredient@210e3923, net.minecraft.item.crafting.Ingredient@210e3923, net.minecraft.item.crafting.Ingredient@210e3923, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@210e3923]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4638 galacticraftplanets:telepad_short RecipeStage{tier='five', recipe=1xtile.telepad_short@0:[net.minecraft.item.crafting.Ingredient@7c6a328e, net.minecraft.item.crafting.Ingredient@f75e34, net.minecraft.item.crafting.Ingredient@7c6a328e, net.minecraft.item.crafting.Ingredient@5cfe1910, net.minecraft.item.crafting.Ingredient@95a0b73, net.minecraft.item.crafting.Ingredient@5cfe1910, net.minecraft.item.crafting.Ingredient@7c6a328e, net.minecraft.item.crafting.Ingredient@7c6a328e, net.minecraft.item.crafting.Ingredient@7c6a328e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4639 galacticraftplanets:solar_array_module RecipeStage{tier='five', recipe=1xtile.solar_array_module@0:[net.minecraft.item.crafting.Ingredient@3ed36c13, net.minecraft.item.crafting.Ingredient@3ed36c13, net.minecraft.item.crafting.Ingredient@3ed36c13, net.minecraft.item.crafting.Ingredient@4f32294e, net.minecraftforge.oredict.OreIngredient@e30212b, net.minecraft.item.crafting.Ingredient@4f32294e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4640 galacticraftplanets:solar_array_controller RecipeStage{tier='five', recipe=1xtile.solar_array_controller@0:[net.minecraftforge.oredict.OreIngredient@262d1944, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@262d1944, net.minecraft.item.crafting.Ingredient@2dfed3e0, net.minecraftforge.oredict.OreIngredient@3141bec1, net.minecraft.item.crafting.Ingredient@2dfed3e0, net.minecraftforge.oredict.OreIngredient@262d1944, net.minecraft.item.crafting.Ingredient@2dfed3e0, net.minecraftforge.oredict.OreIngredient@262d1944]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4641 galacticraftplanets:orion_drive RecipeStage{tier='five', recipe=1xitem.orion_drive@0:[net.minecraftforge.oredict.OreIngredient@6b50c8bf, net.minecraftforge.oredict.OreIngredient@6caace1b, net.minecraftforge.oredict.OreIngredient@6bc82682, net.minecraftforge.oredict.OreIngredient@6283a293, net.minecraft.item.crafting.Ingredient@33d7f24a, net.minecraftforge.oredict.OreIngredient@f7b8b4c, net.minecraftforge.oredict.OreIngredient@351b56ae, net.minecraftforge.oredict.OreIngredient@1f4d9ab9, net.minecraftforge.oredict.OreIngredient@60a524f9]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4642 galacticraftplanets:miner_base RecipeStage{tier='five', recipe=4xtile.miner_base@0:[net.minecraft.item.crafting.Ingredient@17e5d8c5, net.minecraft.item.crafting.Ingredient@5e36f5e, net.minecraft.item.crafting.Ingredient@17e5d8c5, net.minecraft.item.crafting.Ingredient@47324986, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@47324986, net.minecraft.item.crafting.Ingredient@17e5d8c5, net.minecraft.item.crafting.Ingredient@6aff3d15, net.minecraft.item.crafting.Ingredient@17e5d8c5]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4643 galacticraftplanets:mars_stairs_cobblestone_alt RecipeStage{tier='five', recipe=4xtile.mars_stairs_cobblestone@0:[net.minecraft.item.crafting.Ingredient@7657909b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7657909b, net.minecraft.item.crafting.Ingredient@7657909b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7657909b, net.minecraft.item.crafting.Ingredient@7657909b, net.minecraft.item.crafting.Ingredient@7657909b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4644 galacticraftplanets:mars_stairs_cobblestone RecipeStage{tier='five', recipe=4xtile.mars_stairs_cobblestone@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3f67b82c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3f67b82c, net.minecraft.item.crafting.Ingredient@3f67b82c, net.minecraft.item.crafting.Ingredient@3f67b82c, net.minecraft.item.crafting.Ingredient@3f67b82c, net.minecraft.item.crafting.Ingredient@3f67b82c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4645 galacticraftplanets:mars_stairs_brick_alt RecipeStage{tier='five', recipe=4xtile.mars_stairs_brick@0:[net.minecraft.item.crafting.Ingredient@5e8d9c5d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5e8d9c5d, net.minecraft.item.crafting.Ingredient@5e8d9c5d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5e8d9c5d, net.minecraft.item.crafting.Ingredient@5e8d9c5d, net.minecraft.item.crafting.Ingredient@5e8d9c5d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4646 galacticraftplanets:mars_stairs_brick RecipeStage{tier='five', recipe=4xtile.mars_stairs_brick@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@249d8012, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@249d8012, net.minecraft.item.crafting.Ingredient@249d8012, net.minecraft.item.crafting.Ingredient@249d8012, net.minecraft.item.crafting.Ingredient@249d8012, net.minecraft.item.crafting.Ingredient@249d8012]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4647 galacticraftplanets:mars_machine_t2_8 RecipeStage{tier='five', recipe=1xtile.mars_machine_t2.0@8:[net.minecraft.item.crafting.Ingredient@373ee8de, net.minecraft.item.crafting.Ingredient@c0af857, net.minecraft.item.crafting.Ingredient@373ee8de, net.minecraft.item.crafting.Ingredient@4d903283, net.minecraft.item.crafting.Ingredient@687ff1f5, net.minecraft.item.crafting.Ingredient@4d903283, net.minecraft.item.crafting.Ingredient@64c83054, net.minecraft.item.crafting.Ingredient@28479c3c, net.minecraft.item.crafting.Ingredient@64c83054]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4648 galacticraftplanets:mars_machine_t2_4 RecipeStage{tier='five', recipe=1xtile.mars_machine_t2.0@4:[net.minecraft.item.crafting.Ingredient@6fc71353, net.minecraft.item.crafting.Ingredient@310abcea, net.minecraft.item.crafting.Ingredient@6fc71353, net.minecraft.item.crafting.Ingredient@45784b83, net.minecraft.item.crafting.Ingredient@33404d0c, net.minecraft.item.crafting.Ingredient@45784b83, net.minecraft.item.crafting.Ingredient@3c4950f0, net.minecraft.item.crafting.Ingredient@644a9dbc, net.minecraft.item.crafting.Ingredient@439033]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4649 galacticraftplanets:mars_machine_t2_0 RecipeStage{tier='five', recipe=1xtile.mars_machine_t2.0@0:[net.minecraft.item.crafting.Ingredient@63fe2e75, net.minecraft.item.crafting.Ingredient@1496c34c, net.minecraft.item.crafting.Ingredient@1aef87dc, net.minecraft.item.crafting.Ingredient@91d5394, net.minecraft.item.crafting.Ingredient@6f2af40c, net.minecraft.item.crafting.Ingredient@1aef87dc, net.minecraft.item.crafting.Ingredient@1ab0f4ce, net.minecraft.item.crafting.Ingredient@7db5f21a, net.minecraft.item.crafting.Ingredient@5f9bd243]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4650 galacticraftplanets:mars_machine_8 RecipeStage{tier='five', recipe=1xtile.mars_machine.0@8:[net.minecraft.item.crafting.Ingredient@3863c430, net.minecraft.item.crafting.Ingredient@57346c2f, net.minecraft.item.crafting.Ingredient@3863c430, net.minecraft.item.crafting.Ingredient@4cc28c93, net.minecraft.item.crafting.Ingredient@7f6629b3, net.minecraft.item.crafting.Ingredient@4cc28c93, net.minecraft.item.crafting.Ingredient@3863c430, net.minecraft.item.crafting.Ingredient@26e2c21d, net.minecraft.item.crafting.Ingredient@3863c430]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4651 galacticraftplanets:mars_machine_4 RecipeStage{tier='five', recipe=1xtile.mars_machine.0@4:[net.minecraft.item.crafting.Ingredient@385e3ff1, net.minecraft.item.crafting.Ingredient@382782a2, net.minecraft.item.crafting.Ingredient@385e3ff1, net.minecraft.item.crafting.Ingredient@385e3ff1, net.minecraft.item.crafting.Ingredient@5a01a9d3, net.minecraft.item.crafting.Ingredient@385e3ff1, net.minecraft.item.crafting.Ingredient@385e3ff1, net.minecraft.item.crafting.Ingredient@382782a2, net.minecraft.item.crafting.Ingredient@385e3ff1]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4652 galacticraftplanets:mars_machine_0 RecipeStage{tier='five', recipe=1xtile.mars_machine.0@0:[net.minecraft.item.crafting.Ingredient@6a6f56b, net.minecraft.item.crafting.Ingredient@29633672, net.minecraft.item.crafting.Ingredient@6a6f56b, net.minecraft.item.crafting.Ingredient@6a6f56b, net.minecraft.item.crafting.Ingredient@1839bb40, net.minecraft.item.crafting.Ingredient@6a6f56b, net.minecraft.item.crafting.Ingredient@29633672, net.minecraft.item.crafting.Ingredient@f60bacd, net.minecraft.item.crafting.Ingredient@29633672]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4653 galacticraftplanets:mars_8 RecipeStage{tier='five', recipe=1xtile.mars.0@8:[net.minecraft.item.crafting.Ingredient@46ef56c6, net.minecraft.item.crafting.Ingredient@46ef56c6, net.minecraft.item.crafting.Ingredient@46ef56c6, net.minecraft.item.crafting.Ingredient@46ef56c6, net.minecraft.item.crafting.Ingredient@46ef56c6, net.minecraft.item.crafting.Ingredient@46ef56c6, net.minecraft.item.crafting.Ingredient@46ef56c6, net.minecraft.item.crafting.Ingredient@46ef56c6, net.minecraft.item.crafting.Ingredient@46ef56c6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4654 galacticraftplanets:item_basic_mars_6 RecipeStage{tier='five', recipe=1xitem.item_basic_mars@6:[net.minecraft.item.crafting.Ingredient@12a9ce16, net.minecraft.item.crafting.Ingredient@7afb13e5, net.minecraft.item.crafting.Ingredient@12a9ce16, net.minecraftforge.oredict.OreIngredient@129de22b, net.minecraft.item.crafting.Ingredient@4958236a, net.minecraftforge.oredict.OreIngredient@129de22b, net.minecraft.item.crafting.Ingredient@12a9ce16, net.minecraft.item.crafting.Ingredient@7afb13e5, net.minecraft.item.crafting.Ingredient@12a9ce16]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4655 galacticraftplanets:item_basic_mars_4 RecipeStage{tier='five', recipe=1xitem.item_basic_mars@4:[net.minecraft.item.crafting.Ingredient@31764c4c, net.minecraft.item.crafting.Ingredient@19503bde, net.minecraft.item.crafting.Ingredient@31764c4c, net.minecraft.item.crafting.Ingredient@31764c4c, net.minecraftforge.oredict.OreIngredient@4825a705, net.minecraft.item.crafting.Ingredient@31764c4c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@21b9bfe9, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4656 galacticraftplanets:item_basic_mars_2 RecipeStage{tier='five', recipe=9xitem.item_basic_mars@2:[net.minecraft.item.crafting.Ingredient@33eaeeb5]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4657 galacticraftplanets:item_basic_mars_1 RecipeStage{tier='five', recipe=1xitem.item_basic_mars@1:[net.minecraft.item.crafting.Ingredient@3079607f, net.minecraft.item.crafting.Ingredient@3079607f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4658 galacticraftplanets:item_basic_asteroids_8 RecipeStage{tier='five', recipe=1xitem.item_basic_asteroids@8:[net.minecraft.item.crafting.Ingredient@320fcfdc, net.minecraftforge.oredict.OreIngredient@1f416ba6, net.minecraft.item.crafting.Ingredient@320fcfdc, net.minecraftforge.oredict.OreIngredient@1f416ba6, net.minecraft.item.crafting.Ingredient@3c515f05, net.minecraftforge.oredict.OreIngredient@1f416ba6, net.minecraft.item.crafting.Ingredient@320fcfdc, net.minecraftforge.oredict.OreIngredient@1f416ba6, net.minecraft.item.crafting.Ingredient@320fcfdc]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4659 galacticraftplanets:item_basic_asteroids_7 RecipeStage{tier='five', recipe=1xitem.item_basic_asteroids@7:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6aed5704, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6aed5704, net.minecraft.item.crafting.Ingredient@528184b2, net.minecraft.item.crafting.Ingredient@6aed5704, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6aed5704, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4660 galacticraftplanets:item_basic_asteroids_2_alt RecipeStage{tier='five', recipe=1xitem.item_basic_asteroids@2:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3ea1c58d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5a072481, net.minecraft.item.crafting.Ingredient@3ea1c58d, net.minecraft.item.crafting.Ingredient@5a072481, net.minecraft.item.crafting.Ingredient@5a072481, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5a072481]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4661 galacticraftplanets:item_basic_asteroids_2 RecipeStage{tier='five', recipe=1xitem.item_basic_asteroids@2:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6f1438e6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@44b72ea7, net.minecraft.item.crafting.Ingredient@6f1438e6, net.minecraft.item.crafting.Ingredient@44b72ea7, net.minecraft.item.crafting.Ingredient@44b72ea7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@44b72ea7]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4662 galacticraftplanets:item_basic_asteroids_1_alt RecipeStage{tier='five', recipe=1xitem.item_basic_asteroids@1:[net.minecraft.item.crafting.Ingredient@3fffa70b, net.minecraft.item.crafting.Ingredient@8eb4af0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6afd99cc, net.minecraft.item.crafting.Ingredient@bfec56f, net.minecraft.item.crafting.Ingredient@6afd99cc, net.minecraft.item.crafting.Ingredient@6afd99cc, net.minecraft.item.crafting.Ingredient@4a6e6319, net.minecraft.item.crafting.Ingredient@6afd99cc]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4663 galacticraftplanets:item_basic_asteroids_1 RecipeStage{tier='five', recipe=1xitem.item_basic_asteroids@1:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7c483fd1, net.minecraft.item.crafting.Ingredient@5a527f8e, net.minecraft.item.crafting.Ingredient@7229080d, net.minecraft.item.crafting.Ingredient@5d871460, net.minecraft.item.crafting.Ingredient@7229080d, net.minecraft.item.crafting.Ingredient@7229080d, net.minecraft.item.crafting.Ingredient@35af81d9, net.minecraft.item.crafting.Ingredient@7229080d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4665 galacticraftplanets:heavy_nose_cone_0 RecipeStage{tier='five', recipe=1xitem.heavy_nose_cone@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@66fc7f67, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3241b084, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3241b084, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3241b084]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4666 galacticraftplanets:grapple RecipeStage{tier='five', recipe=1xitem.grapple@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@b6d2bfd, net.minecraft.item.crafting.Ingredient@a590e78, net.minecraft.item.crafting.Ingredient@b6d2bfd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@a590e78, net.minecraft.item.crafting.Ingredient@a590e78, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4668 galacticraftplanets:desh_sword RecipeStage{tier='five', recipe=1xitem.desh_sword@0:[net.minecraft.item.crafting.Ingredient@3ebc08da, net.minecraft.item.crafting.Ingredient@3ebc08da, net.minecraft.item.crafting.Ingredient@539ad655]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4669 galacticraftplanets:desh_spade RecipeStage{tier='five', recipe=1xitem.desh_spade@0:[net.minecraft.item.crafting.Ingredient@7f55d205, net.minecraft.item.crafting.Ingredient@265be478, net.minecraft.item.crafting.Ingredient@265be478]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4670 galacticraftplanets:desh_pick RecipeStage{tier='five', recipe=1xitem.desh_pick@0:[net.minecraft.item.crafting.Ingredient@7121fba0, net.minecraft.item.crafting.Ingredient@7121fba0, net.minecraft.item.crafting.Ingredient@7121fba0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5f5723ac, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5f5723ac, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4671 galacticraftplanets:desh_leggings RecipeStage{tier='five', recipe=1xitem.desh_leggings@0:[net.minecraft.item.crafting.Ingredient@373bf3d6, net.minecraft.item.crafting.Ingredient@373bf3d6, net.minecraft.item.crafting.Ingredient@373bf3d6, net.minecraft.item.crafting.Ingredient@373bf3d6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@373bf3d6, net.minecraft.item.crafting.Ingredient@373bf3d6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@373bf3d6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4672 galacticraftplanets:desh_hoe_alt RecipeStage{tier='five', recipe=1xitem.desh_hoe@0:[net.minecraft.item.crafting.Ingredient@6b6591b0, net.minecraft.item.crafting.Ingredient@6b6591b0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@f853a4d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@f853a4d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4673 galacticraftplanets:desh_hoe RecipeStage{tier='five', recipe=1xitem.desh_hoe@0:[net.minecraft.item.crafting.Ingredient@4911c596, net.minecraft.item.crafting.Ingredient@4911c596, net.minecraft.item.crafting.Ingredient@4bc51bdc, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4bc51bdc, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4674 galacticraftplanets:desh_helmet RecipeStage{tier='five', recipe=1xitem.desh_helmet@0:[net.minecraft.item.crafting.Ingredient@57355751, net.minecraft.item.crafting.Ingredient@57355751, net.minecraft.item.crafting.Ingredient@57355751, net.minecraft.item.crafting.Ingredient@57355751, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@57355751]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4675 galacticraftplanets:desh_chestplate RecipeStage{tier='five', recipe=1xitem.desh_chestplate@0:[net.minecraft.item.crafting.Ingredient@92eb4fb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@92eb4fb, net.minecraft.item.crafting.Ingredient@92eb4fb, net.minecraft.item.crafting.Ingredient@92eb4fb, net.minecraft.item.crafting.Ingredient@92eb4fb, net.minecraft.item.crafting.Ingredient@92eb4fb, net.minecraft.item.crafting.Ingredient@92eb4fb, net.minecraft.item.crafting.Ingredient@92eb4fb]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4676 galacticraftplanets:desh_boots RecipeStage{tier='five', recipe=1xitem.desh_boots@0:[net.minecraft.item.crafting.Ingredient@2bf1f9a1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2bf1f9a1, net.minecraft.item.crafting.Ingredient@2bf1f9a1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2bf1f9a1]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4677 galacticraftplanets:desh_axe_alt RecipeStage{tier='five', recipe=1xitem.desh_axe@0:[net.minecraft.item.crafting.Ingredient@5e0eecaa, net.minecraft.item.crafting.Ingredient@5e0eecaa, net.minecraft.item.crafting.Ingredient@6160ce65, net.minecraft.item.crafting.Ingredient@5e0eecaa, net.minecraft.item.crafting.Ingredient@6160ce65, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4678 galacticraftplanets:desh_axe RecipeStage{tier='five', recipe=1xitem.desh_axe@0:[net.minecraft.item.crafting.Ingredient@70624554, net.minecraft.item.crafting.Ingredient@70624554, net.minecraft.item.crafting.Ingredient@70624554, net.minecraft.item.crafting.Ingredient@6200dab9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6200dab9]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4682 galacticraftplanets:beam_reflector_alt RecipeStage{tier='five', recipe=1xtile.beam_reflector@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3eb91093, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1d34acfd, net.minecraft.item.crafting.Ingredient@5e3812e4, net.minecraft.item.crafting.Ingredient@1d34acfd, net.minecraft.item.crafting.Ingredient@1d34acfd, net.minecraft.item.crafting.Ingredient@1d34acfd]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4683 galacticraftplanets:beam_reflector RecipeStage{tier='five', recipe=1xtile.beam_reflector@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@72be5f13, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5d3e60d3, net.minecraft.item.crafting.Ingredient@3d65601d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3d65601d, net.minecraft.item.crafting.Ingredient@3d65601d, net.minecraft.item.crafting.Ingredient@3d65601d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4684 galacticraftplanets:beam_receiver RecipeStage{tier='five', recipe=1xtile.beam_receiver@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@610034f2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@610034f2, net.minecraft.item.crafting.Ingredient@247b25d5, net.minecraft.item.crafting.Ingredient@610034f2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@610034f2, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4685 galacticraftplanets:basic_item_venus_5 RecipeStage{tier='five', recipe=3xitem.basic_item_venus@5:[net.minecraft.item.crafting.Ingredient@da79403, net.minecraft.item.crafting.Ingredient@da79403, net.minecraft.item.crafting.Ingredient@da79403, net.minecraftforge.oredict.OreIngredient@195cee31, net.minecraftforge.oredict.OreIngredient@195cee31, net.minecraftforge.oredict.OreIngredient@195cee31, net.minecraft.item.crafting.Ingredient@4bde46e4, net.minecraft.item.crafting.Ingredient@4bde46e4, net.minecraft.item.crafting.Ingredient@4bde46e4]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4686 galacticraftplanets:basic_item_venus_3 RecipeStage{tier='five', recipe=1xitem.basic_item_venus@3:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@37fc086e, net.minecraft.item.crafting.Ingredient@3cb839ae, net.minecraft.item.crafting.Ingredient@37fc086e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4689 galacticraftplanets:atmospheric_valve RecipeStage{tier='five', recipe=1xitem.atmospheric_valve@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@ad994b2, net.minecraft.item.crafting.Ingredient@6741f089, net.minecraft.item.crafting.Ingredient@ad994b2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@ad994b2, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4691 extraplanets:zinc_battery net.minecraftforge.oredict.ShapedOreRecipe@6ae0526c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4692 extraplanets:yellow_diamond_sword RecipeStage{tier='five', recipe=1xitem.yellow_diamond_sword@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7cc1fbc7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7cc1fbc7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@158d98d7, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4693 extraplanets:yellow_diamond_shovel RecipeStage{tier='five', recipe=1xitem.yellow_diamond_shovel@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4f215b8e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@158d98d7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@158d98d7, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4694 extraplanets:yellow_diamond_pickaxe RecipeStage{tier='five', recipe=1xitem.yellow_diamond_pickaxe@0:[net.minecraft.item.crafting.Ingredient@498b4f1, net.minecraft.item.crafting.Ingredient@498b4f1, net.minecraft.item.crafting.Ingredient@498b4f1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@158d98d7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@158d98d7, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4695 extraplanets:yellow_diamond_legings RecipeStage{tier='five', recipe=1xitem.yellow_diamond_legings@0:[net.minecraft.item.crafting.Ingredient@61820a4b, net.minecraft.item.crafting.Ingredient@61820a4b, net.minecraft.item.crafting.Ingredient@61820a4b, net.minecraft.item.crafting.Ingredient@61820a4b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@61820a4b, net.minecraft.item.crafting.Ingredient@61820a4b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@61820a4b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4696 extraplanets:yellow_diamond_hoe RecipeStage{tier='five', recipe=1xitem.yellow_diamond_hoe@0:[net.minecraft.item.crafting.Ingredient@541644f4, net.minecraft.item.crafting.Ingredient@541644f4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@158d98d7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@158d98d7, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4697 extraplanets:yellow_diamond_helmet RecipeStage{tier='five', recipe=1xitem.yellow_diamond_helmet@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@29adde30, net.minecraft.item.crafting.Ingredient@29adde30, net.minecraft.item.crafting.Ingredient@29adde30, net.minecraft.item.crafting.Ingredient@29adde30, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@29adde30]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4698 extraplanets:yellow_diamond_chest RecipeStage{tier='five', recipe=1xitem.yellow_diamond_chest@0:[net.minecraft.item.crafting.Ingredient@3702d23c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3702d23c, net.minecraft.item.crafting.Ingredient@3702d23c, net.minecraft.item.crafting.Ingredient@3702d23c, net.minecraft.item.crafting.Ingredient@3702d23c, net.minecraft.item.crafting.Ingredient@3702d23c, net.minecraft.item.crafting.Ingredient@3702d23c, net.minecraft.item.crafting.Ingredient@3702d23c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4699 extraplanets:yellow_diamond_boots RecipeStage{tier='five', recipe=1xitem.yellow_diamond_boots@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@36b49257, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@36b49257, net.minecraft.item.crafting.Ingredient@36b49257, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@36b49257]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4700 extraplanets:yellow_diamond_axe RecipeStage{tier='five', recipe=1xitem.yellow_diamond_axe@0:[net.minecraft.item.crafting.Ingredient@6559a4a0, net.minecraft.item.crafting.Ingredient@6559a4a0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6559a4a0, net.minecraftforge.oredict.OreIngredient@158d98d7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@158d98d7, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4701 extraplanets:wooden_pressure_plate_alt_alt_alt_alt_alt RecipeStage{tier='two', recipe=8xtile.pressurePlateWood@0:[net.minecraft.item.crafting.Ingredient@5e90945f, net.minecraft.item.crafting.Ingredient@69ff1c97, net.minecraft.item.crafting.Ingredient@730abb82, net.minecraft.item.crafting.Ingredient@67da4b42]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4702 extraplanets:wooden_pressure_plate_alt_alt_alt_alt RecipeStage{tier='two', recipe=8xtile.pressurePlateWood@0:[net.minecraft.item.crafting.Ingredient@3ffd03e1, net.minecraft.item.crafting.Ingredient@122e33cd, net.minecraft.item.crafting.Ingredient@7b77c8de, net.minecraft.item.crafting.Ingredient@37be9340]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4703 extraplanets:wooden_pressure_plate_alt_alt_alt RecipeStage{tier='two', recipe=8xtile.pressurePlateWood@0:[net.minecraft.item.crafting.Ingredient@54b2d51, net.minecraft.item.crafting.Ingredient@3e994031, net.minecraft.item.crafting.Ingredient@79589ae3, net.minecraft.item.crafting.Ingredient@5b4481b5]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4704 extraplanets:wooden_pressure_plate_alt_alt RecipeStage{tier='two', recipe=8xtile.pressurePlateWood@0:[net.minecraft.item.crafting.Ingredient@3151347c, net.minecraft.item.crafting.Ingredient@7ed6bc39, net.minecraft.item.crafting.Ingredient@27abe1b2, net.minecraft.item.crafting.Ingredient@53515656]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4705 extraplanets:wooden_pressure_plate_alt RecipeStage{tier='two', recipe=8xtile.pressurePlateWood@0:[net.minecraft.item.crafting.Ingredient@103f9d2, net.minecraft.item.crafting.Ingredient@31fcfcbc, net.minecraft.item.crafting.Ingredient@2827dccd, net.minecraft.item.crafting.Ingredient@3f329473]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4706 extraplanets:wooden_pressure_plate RecipeStage{tier='two', recipe=8xtile.pressurePlateWood@0:[net.minecraft.item.crafting.Ingredient@4a43dc6e, net.minecraft.item.crafting.Ingredient@62335a4f, net.minecraft.item.crafting.Ingredient@64ae7b9d, net.minecraft.item.crafting.Ingredient@4f15ca8b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4707 extraplanets:wooden_door_alt_alt_alt_alt_alt RecipeStage{tier='one', recipe=4xitem.doorOak@0:[net.minecraft.item.crafting.Ingredient@153d3f41, net.minecraft.item.crafting.Ingredient@153d3f41, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@153d3f41, net.minecraft.item.crafting.Ingredient@153d3f41, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@153d3f41, net.minecraft.item.crafting.Ingredient@153d3f41, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4708 extraplanets:wooden_door_alt_alt_alt_alt RecipeStage{tier='one', recipe=4xitem.doorOak@0:[net.minecraft.item.crafting.Ingredient@44b93e5c, net.minecraft.item.crafting.Ingredient@44b93e5c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@44b93e5c, net.minecraft.item.crafting.Ingredient@44b93e5c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@44b93e5c, net.minecraft.item.crafting.Ingredient@44b93e5c, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4709 extraplanets:wooden_door_alt_alt_alt RecipeStage{tier='one', recipe=4xitem.doorOak@0:[net.minecraft.item.crafting.Ingredient@727ecb34, net.minecraft.item.crafting.Ingredient@727ecb34, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@727ecb34, net.minecraft.item.crafting.Ingredient@727ecb34, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@727ecb34, net.minecraft.item.crafting.Ingredient@727ecb34, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4710 extraplanets:wooden_door_alt_alt RecipeStage{tier='one', recipe=4xitem.doorOak@0:[net.minecraft.item.crafting.Ingredient@6566d834, net.minecraft.item.crafting.Ingredient@6566d834, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6566d834, net.minecraft.item.crafting.Ingredient@6566d834, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6566d834, net.minecraft.item.crafting.Ingredient@6566d834, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4711 extraplanets:wooden_door_alt RecipeStage{tier='one', recipe=4xitem.doorOak@0:[net.minecraft.item.crafting.Ingredient@1448004e, net.minecraft.item.crafting.Ingredient@1448004e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1448004e, net.minecraft.item.crafting.Ingredient@1448004e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1448004e, net.minecraft.item.crafting.Ingredient@1448004e, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4712 extraplanets:wooden_door RecipeStage{tier='one', recipe=4xitem.doorOak@0:[net.minecraft.item.crafting.Ingredient@71639080, net.minecraft.item.crafting.Ingredient@71639080, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@71639080, net.minecraft.item.crafting.Ingredient@71639080, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@71639080, net.minecraft.item.crafting.Ingredient@71639080, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4713 extraplanets:wooden_button_alt_alt_alt_alt_alt RecipeStage{tier='one', recipe=4xtile.button@0:[net.minecraft.item.crafting.Ingredient@4785cdd9]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4714 extraplanets:wooden_button_alt_alt_alt_alt RecipeStage{tier='one', recipe=4xtile.button@0:[net.minecraft.item.crafting.Ingredient@b32bcac]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4715 extraplanets:wooden_button_alt_alt_alt RecipeStage{tier='one', recipe=4xtile.button@0:[net.minecraft.item.crafting.Ingredient@1a87504d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4716 extraplanets:wooden_button_alt_alt RecipeStage{tier='one', recipe=4xtile.button@0:[net.minecraft.item.crafting.Ingredient@587de5cd]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4717 extraplanets:wooden_button_alt RecipeStage{tier='one', recipe=4xtile.button@0:[net.minecraft.item.crafting.Ingredient@7485a69d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4718 extraplanets:wooden_button RecipeStage{tier='one', recipe=4xtile.button@0:[net.minecraft.item.crafting.Ingredient@7b38ecf4]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4719 extraplanets:vehicle_charger RecipeStage{tier='five', recipe=1xtile.vehicle_charger@0:[net.minecraftforge.oredict.OreIngredient@68ef4fe1, net.minecraft.item.crafting.Ingredient@66aec7e2, net.minecraftforge.oredict.OreIngredient@68ef4fe1, net.minecraftforge.oredict.OreIngredient@68ef4fe1, net.minecraft.item.crafting.Ingredient@66aec7e2, net.minecraftforge.oredict.OreIngredient@68ef4fe1, net.minecraftforge.oredict.OreIngredient@68ef4fe1, net.minecraft.item.crafting.Ingredient@66aec7e2, net.minecraftforge.oredict.OreIngredient@68ef4fe1]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4720 extraplanets:uranus_stairs_surface RecipeStage{tier='five', recipe=4xtile.uranus_stairs_surface@0:[net.minecraft.item.crafting.Ingredient@26e71966, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@26e71966, net.minecraft.item.crafting.Ingredient@26e71966, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@26e71966, net.minecraft.item.crafting.Ingredient@26e71966, net.minecraft.item.crafting.Ingredient@26e71966]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4721 extraplanets:uranus_stairs_sub_surface RecipeStage{tier='five', recipe=4xtile.uranus_stairs_sub_surface@0:[net.minecraft.item.crafting.Ingredient@3e412215, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3e412215, net.minecraft.item.crafting.Ingredient@3e412215, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3e412215, net.minecraft.item.crafting.Ingredient@3e412215, net.minecraft.item.crafting.Ingredient@3e412215]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4722 extraplanets:uranus_stairs_stone_bricks RecipeStage{tier='five', recipe=4xtile.uranus_stairs_stone_bricks@0:[net.minecraft.item.crafting.Ingredient@20aa0009, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@20aa0009, net.minecraft.item.crafting.Ingredient@20aa0009, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@20aa0009, net.minecraft.item.crafting.Ingredient@20aa0009, net.minecraft.item.crafting.Ingredient@20aa0009]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4723 extraplanets:uranus_stairs_stone RecipeStage{tier='five', recipe=4xtile.uranus_stairs_stone@0:[net.minecraft.item.crafting.Ingredient@8e4def8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@8e4def8, net.minecraft.item.crafting.Ingredient@8e4def8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@8e4def8, net.minecraft.item.crafting.Ingredient@8e4def8, net.minecraft.item.crafting.Ingredient@8e4def8]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4724 extraplanets:uranus_8 RecipeStage{tier='five', recipe=1xtile.uranus.0@8:[net.minecraft.item.crafting.Ingredient@6f4ac4a3, net.minecraft.item.crafting.Ingredient@6f4ac4a3, net.minecraft.item.crafting.Ingredient@6f4ac4a3, net.minecraft.item.crafting.Ingredient@6f4ac4a3, net.minecraft.item.crafting.Ingredient@6f4ac4a3, net.minecraft.item.crafting.Ingredient@6f4ac4a3, net.minecraft.item.crafting.Ingredient@6f4ac4a3, net.minecraft.item.crafting.Ingredient@6f4ac4a3, net.minecraft.item.crafting.Ingredient@6f4ac4a3]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4725 extraplanets:uranus_5 RecipeStage{tier='five', recipe=4xtile.uranus.0@5:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@69d17b32, net.minecraft.item.crafting.Ingredient@69d17b32, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@69d17b32, net.minecraft.item.crafting.Ingredient@69d17b32, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4726 extraplanets:uranus_4 RecipeStage{tier='five', recipe=1xtile.uranus.0@4:[net.minecraft.item.crafting.Ingredient@5d472fd8, net.minecraft.item.crafting.Ingredient@5d472fd8, net.minecraft.item.crafting.Ingredient@5d472fd8, net.minecraft.item.crafting.Ingredient@5d472fd8, net.minecraft.item.crafting.Ingredient@5d472fd8, net.minecraft.item.crafting.Ingredient@5d472fd8, net.minecraft.item.crafting.Ingredient@5d472fd8, net.minecraft.item.crafting.Ingredient@5d472fd8, net.minecraft.item.crafting.Ingredient@5d472fd8]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4728 extraplanets:ultimate_oxygen_compressor_4 RecipeStage{tier='five', recipe=1xtile.ultimate_oxygen_compressor.0@4:[net.minecraft.item.crafting.Ingredient@76277f37, net.minecraft.item.crafting.Ingredient@47780502, net.minecraft.item.crafting.Ingredient@76277f37, net.minecraft.item.crafting.Ingredient@47780502, net.minecraft.item.crafting.Ingredient@76277f37, net.minecraft.item.crafting.Ingredient@47780502, net.minecraft.item.crafting.Ingredient@76277f37, net.minecraft.item.crafting.Ingredient@47780502, net.minecraft.item.crafting.Ingredient@76277f37]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4729 extraplanets:ultimate_oxygen_compressor_0 RecipeStage{tier='five', recipe=1xtile.ultimate_oxygen_compressor.0@0:[net.minecraft.item.crafting.Ingredient@7e678b0a, net.minecraft.item.crafting.Ingredient@64304d58, net.minecraft.item.crafting.Ingredient@7e678b0a, net.minecraft.item.crafting.Ingredient@64304d58, net.minecraft.item.crafting.Ingredient@7e678b0a, net.minecraft.item.crafting.Ingredient@64304d58, net.minecraft.item.crafting.Ingredient@7e678b0a, net.minecraft.item.crafting.Ingredient@64304d58, net.minecraft.item.crafting.Ingredient@7e678b0a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4730 extraplanets:ultimate_fuel_loader RecipeStage{tier='five', recipe=1xtile.ultimate_fuel_loader@0:[net.minecraft.item.crafting.Ingredient@8fd3116, net.minecraft.item.crafting.Ingredient@8fd3116, net.minecraft.item.crafting.Ingredient@8fd3116, net.minecraft.item.crafting.Ingredient@8fd3116, net.minecraft.item.crafting.Ingredient@42a148dd, net.minecraft.item.crafting.Ingredient@8fd3116, net.minecraft.item.crafting.Ingredient@faf7739, net.minecraft.item.crafting.Ingredient@595745ba, net.minecraft.item.crafting.Ingredient@faf7739]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4731 extraplanets:ultimate_battery net.minecraft.item.crafting.ShapedRecipes@5de04dce +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4732 extraplanets:trapdoor_alt_alt_alt_alt_alt RecipeStage{tier='one', recipe=4xtile.oak_trapdoor@0:[net.minecraft.item.crafting.Ingredient@aacf4e2, net.minecraft.item.crafting.Ingredient@7895b309, net.minecraft.item.crafting.Ingredient@3fd9cd18, net.minecraft.item.crafting.Ingredient@566fe289, net.minecraft.item.crafting.Ingredient@3b891742, net.minecraft.item.crafting.Ingredient@6ed1e6c1]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4733 extraplanets:trapdoor_alt_alt_alt_alt RecipeStage{tier='one', recipe=4xtile.oak_trapdoor@0:[net.minecraft.item.crafting.Ingredient@2405a6dd, net.minecraft.item.crafting.Ingredient@3139bc74, net.minecraft.item.crafting.Ingredient@1bfe2ae1, net.minecraft.item.crafting.Ingredient@439f37fb, net.minecraft.item.crafting.Ingredient@4a25521b, net.minecraft.item.crafting.Ingredient@36839d37]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4734 extraplanets:trapdoor_alt_alt_alt RecipeStage{tier='one', recipe=4xtile.oak_trapdoor@0:[net.minecraft.item.crafting.Ingredient@2ccfa821, net.minecraft.item.crafting.Ingredient@70525cac, net.minecraft.item.crafting.Ingredient@401db90a, net.minecraft.item.crafting.Ingredient@39d4e61c, net.minecraft.item.crafting.Ingredient@680bdfa7, net.minecraft.item.crafting.Ingredient@a5e4936]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4735 extraplanets:trapdoor_alt_alt RecipeStage{tier='one', recipe=4xtile.oak_trapdoor@0:[net.minecraft.item.crafting.Ingredient@77f37b37, net.minecraft.item.crafting.Ingredient@63e5f3d3, net.minecraft.item.crafting.Ingredient@3ef722cd, net.minecraft.item.crafting.Ingredient@55a05554, net.minecraft.item.crafting.Ingredient@3966a614, net.minecraft.item.crafting.Ingredient@7551b180]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4736 extraplanets:trapdoor_alt RecipeStage{tier='one', recipe=4xtile.oak_trapdoor@0:[net.minecraft.item.crafting.Ingredient@5115d8f2, net.minecraft.item.crafting.Ingredient@1bcdbc01, net.minecraft.item.crafting.Ingredient@697fda17, net.minecraft.item.crafting.Ingredient@456c6154, net.minecraft.item.crafting.Ingredient@3a41f343, net.minecraft.item.crafting.Ingredient@4c9a7dbe]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4737 extraplanets:trapdoor RecipeStage{tier='one', recipe=4xtile.oak_trapdoor@0:[net.minecraft.item.crafting.Ingredient@5764d98f, net.minecraft.item.crafting.Ingredient@19c2d242, net.minecraft.item.crafting.Ingredient@74e0d30e, net.minecraft.item.crafting.Ingredient@5d10567d, net.minecraft.item.crafting.Ingredient@2c4944f1, net.minecraft.item.crafting.Ingredient@2316d3f8]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4738 extraplanets:tools_3 RecipeStage{tier='five', recipe=1xitem.tools@3:[net.minecraft.item.crafting.Ingredient@4cb879fd, net.minecraft.item.crafting.Ingredient@7d743fd0, net.minecraft.item.crafting.Ingredient@4cb879fd, net.minecraft.item.crafting.Ingredient@42087d9e, net.minecraft.item.crafting.Ingredient@42087d9e, net.minecraft.item.crafting.Ingredient@42087d9e, net.minecraft.item.crafting.Ingredient@4cb879fd, net.minecraft.item.crafting.Ingredient@7d743fd0, net.minecraft.item.crafting.Ingredient@4cb879fd]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4739 extraplanets:tools_2 RecipeStage{tier='five', recipe=1xitem.tools@2:[net.minecraft.item.crafting.Ingredient@3dc762ef, net.minecraft.item.crafting.Ingredient@3dc762ef, net.minecraft.item.crafting.Ingredient@3dc762ef, net.minecraft.item.crafting.Ingredient@3dc762ef, net.minecraft.item.crafting.Ingredient@3dc762ef, net.minecraft.item.crafting.Ingredient@3dc762ef, net.minecraft.item.crafting.Ingredient@3dc762ef, net.minecraft.item.crafting.Ingredient@3dc762ef, net.minecraft.item.crafting.Ingredient@3dc762ef]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4740 extraplanets:tools_1 RecipeStage{tier='five', recipe=1xitem.tools@1:[net.minecraft.item.crafting.Ingredient@22791939, net.minecraft.item.crafting.Ingredient@626dc029, net.minecraft.item.crafting.Ingredient@22791939, net.minecraft.item.crafting.Ingredient@626dc029, net.minecraft.item.crafting.Ingredient@7788fdb8, net.minecraft.item.crafting.Ingredient@626dc029, net.minecraft.item.crafting.Ingredient@22791939, net.minecraft.item.crafting.Ingredient@626dc029, net.minecraft.item.crafting.Ingredient@22791939]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4741 extraplanets:tools_0 RecipeStage{tier='five', recipe=1xitem.tools@0:[net.minecraft.item.crafting.Ingredient@11aa74fa, net.minecraft.item.crafting.Ingredient@11aa74fa, net.minecraft.item.crafting.Ingredient@11aa74fa, net.minecraft.item.crafting.Ingredient@7b3b9a8c, net.minecraftforge.oredict.OreIngredient@158d98d7, net.minecraft.item.crafting.Ingredient@7b3b9a8c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@158d98d7, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4742 extraplanets:tier9_items_5 RecipeStage{tier='five', recipe=9xitem.tier9_items@5:[net.minecraft.item.crafting.Ingredient@211f4b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4743 extraplanets:tier9_items_2 RecipeStage{tier='five', recipe=1xitem.tier9_items@2:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@109d941c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@563b33f3, net.minecraft.item.crafting.Ingredient@109d941c, net.minecraft.item.crafting.Ingredient@563b33f3, net.minecraft.item.crafting.Ingredient@563b33f3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@563b33f3]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4744 extraplanets:tier9_items_1 RecipeStage{tier='five', recipe=1xitem.tier9_items@1:[net.minecraft.item.crafting.Ingredient@6f6154fd, net.minecraft.item.crafting.Ingredient@3b88c4, net.minecraft.item.crafting.Ingredient@6f6154fd, net.minecraft.item.crafting.Ingredient@6f6154fd, net.minecraft.item.crafting.Ingredient@575fb190, net.minecraft.item.crafting.Ingredient@6f6154fd, net.minecraft.item.crafting.Ingredient@19705c6f, net.minecraft.item.crafting.Ingredient@113fd157, net.minecraft.item.crafting.Ingredient@19705c6f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4745 extraplanets:tier9_items_0 RecipeStage{tier='five', recipe=1xitem.tier9_items@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@35512345, net.minecraft.item.crafting.Ingredient@6792b0f1, net.minecraft.item.crafting.Ingredient@393b287e, net.minecraft.item.crafting.Ingredient@67574298, net.minecraft.item.crafting.Ingredient@393b287e, net.minecraft.item.crafting.Ingredient@393b287e, net.minecraft.item.crafting.Ingredient@47360826, net.minecraft.item.crafting.Ingredient@393b287e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4746 extraplanets:tier8_items_6 RecipeStage{tier='five', recipe=9xitem.tier8_items@6:[net.minecraft.item.crafting.Ingredient@6d3d4b14]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4748 extraplanets:tier8_items_2 RecipeStage{tier='five', recipe=1xitem.tier8_items@2:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@c955833, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2457a82, net.minecraft.item.crafting.Ingredient@c955833, net.minecraft.item.crafting.Ingredient@2457a82, net.minecraft.item.crafting.Ingredient@2457a82, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2457a82]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4749 extraplanets:tier8_items_1 RecipeStage{tier='five', recipe=1xitem.tier8_items@1:[net.minecraft.item.crafting.Ingredient@1328908f, net.minecraft.item.crafting.Ingredient@5dfcdb57, net.minecraft.item.crafting.Ingredient@1328908f, net.minecraft.item.crafting.Ingredient@1328908f, net.minecraft.item.crafting.Ingredient@33e9da9d, net.minecraft.item.crafting.Ingredient@1328908f, net.minecraft.item.crafting.Ingredient@21fa1da1, net.minecraft.item.crafting.Ingredient@138bb23d, net.minecraft.item.crafting.Ingredient@21fa1da1]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4750 extraplanets:tier8_items_0 RecipeStage{tier='five', recipe=1xitem.tier8_items@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@83a65c4, net.minecraft.item.crafting.Ingredient@73e8940c, net.minecraft.item.crafting.Ingredient@32b44b77, net.minecraft.item.crafting.Ingredient@5940ad91, net.minecraft.item.crafting.Ingredient@32b44b77, net.minecraft.item.crafting.Ingredient@32b44b77, net.minecraft.item.crafting.Ingredient@3fc5c83b, net.minecraft.item.crafting.Ingredient@32b44b77]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4751 extraplanets:tier7_items_7 RecipeStage{tier='five', recipe=9xitem.tier7_items@7:[net.minecraft.item.crafting.Ingredient@39900856]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4752 extraplanets:tier7_items_5 RecipeStage{tier='five', recipe=9xitem.tier7_items@5:[net.minecraft.item.crafting.Ingredient@6c21bc76]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4753 extraplanets:tier7_items_2 RecipeStage{tier='five', recipe=1xitem.tier7_items@2:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@46d0f4ba, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@73ff2e9b, net.minecraft.item.crafting.Ingredient@46d0f4ba, net.minecraft.item.crafting.Ingredient@73ff2e9b, net.minecraft.item.crafting.Ingredient@73ff2e9b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@73ff2e9b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4754 extraplanets:tier7_items_1 RecipeStage{tier='five', recipe=1xitem.tier7_items@1:[net.minecraft.item.crafting.Ingredient@383530e1, net.minecraft.item.crafting.Ingredient@68c0a081, net.minecraft.item.crafting.Ingredient@383530e1, net.minecraft.item.crafting.Ingredient@383530e1, net.minecraft.item.crafting.Ingredient@69299b3a, net.minecraft.item.crafting.Ingredient@383530e1, net.minecraft.item.crafting.Ingredient@5be6e6f1, net.minecraft.item.crafting.Ingredient@496328d0, net.minecraft.item.crafting.Ingredient@5be6e6f1]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4755 extraplanets:tier7_items_0 RecipeStage{tier='five', recipe=1xitem.tier7_items@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3255ba98, net.minecraft.item.crafting.Ingredient@d57dbf0, net.minecraft.item.crafting.Ingredient@c0aa0c4, net.minecraft.item.crafting.Ingredient@14cae2f0, net.minecraft.item.crafting.Ingredient@c0aa0c4, net.minecraft.item.crafting.Ingredient@c0aa0c4, net.minecraft.item.crafting.Ingredient@16e6f79, net.minecraft.item.crafting.Ingredient@c0aa0c4]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4756 extraplanets:tier6_items_5 RecipeStage{tier='five', recipe=9xitem.tier6_items@5:[net.minecraft.item.crafting.Ingredient@326e96fe]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4757 extraplanets:tier6_items_2 RecipeStage{tier='five', recipe=1xitem.tier6_items@2:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6c798d27, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@a79854c, net.minecraft.item.crafting.Ingredient@6c798d27, net.minecraft.item.crafting.Ingredient@a79854c, net.minecraft.item.crafting.Ingredient@a79854c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@a79854c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4758 extraplanets:tier6_items_1 RecipeStage{tier='five', recipe=1xitem.tier6_items@1:[net.minecraft.item.crafting.Ingredient@19205966, net.minecraft.item.crafting.Ingredient@bb95f02, net.minecraft.item.crafting.Ingredient@19205966, net.minecraft.item.crafting.Ingredient@19205966, net.minecraft.item.crafting.Ingredient@605da82c, net.minecraft.item.crafting.Ingredient@19205966, net.minecraft.item.crafting.Ingredient@3c709a1e, net.minecraft.item.crafting.Ingredient@492b640f, net.minecraft.item.crafting.Ingredient@3c709a1e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4759 extraplanets:tier6_items_0 RecipeStage{tier='five', recipe=1xitem.tier6_items@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2f9a2fb9, net.minecraft.item.crafting.Ingredient@76d9d226, net.minecraft.item.crafting.Ingredient@8784617, net.minecraft.item.crafting.Ingredient@6e05b6e5, net.minecraft.item.crafting.Ingredient@8784617, net.minecraft.item.crafting.Ingredient@8784617, net.minecraft.item.crafting.Ingredient@17ea908e, net.minecraft.item.crafting.Ingredient@8784617]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4760 extraplanets:tier5_thermal_padding_3 RecipeStage{tier='five', recipe=1xitem.tier5_thermal_padding@3:[net.minecraft.item.crafting.Ingredient@2a4f9212, net.minecraft.item.crafting.Ingredient@7c938fab, net.minecraft.item.crafting.Ingredient@2a4f9212, net.minecraft.item.crafting.Ingredient@2a4f9212, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2a4f9212]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4761 extraplanets:tier5_thermal_padding_2 RecipeStage{tier='five', recipe=1xitem.tier5_thermal_padding@2:[net.minecraft.item.crafting.Ingredient@65853117, net.minecraft.item.crafting.Ingredient@65853117, net.minecraft.item.crafting.Ingredient@65853117, net.minecraft.item.crafting.Ingredient@65853117, net.minecraft.item.crafting.Ingredient@1ab3fa16, net.minecraft.item.crafting.Ingredient@65853117, net.minecraft.item.crafting.Ingredient@65853117, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@65853117]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4762 extraplanets:tier5_thermal_padding_1 RecipeStage{tier='five', recipe=1xitem.tier5_thermal_padding@1:[net.minecraft.item.crafting.Ingredient@4bbea3cc, net.minecraft.item.crafting.Ingredient@58eb4def, net.minecraft.item.crafting.Ingredient@4bbea3cc, net.minecraft.item.crafting.Ingredient@4bbea3cc, net.minecraft.item.crafting.Ingredient@4bbea3cc, net.minecraft.item.crafting.Ingredient@4bbea3cc, net.minecraft.item.crafting.Ingredient@4bbea3cc, net.minecraft.item.crafting.Ingredient@4bbea3cc, net.minecraft.item.crafting.Ingredient@4bbea3cc]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4763 extraplanets:tier5_thermal_padding_0 RecipeStage{tier='five', recipe=1xitem.tier5_thermal_padding@0:[net.minecraft.item.crafting.Ingredient@24d40a95, net.minecraft.item.crafting.Ingredient@24d40a95, net.minecraft.item.crafting.Ingredient@24d40a95, net.minecraft.item.crafting.Ingredient@24d40a95, net.minecraft.item.crafting.Ingredient@1042f000, net.minecraft.item.crafting.Ingredient@24d40a95]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4764 extraplanets:tier5_kit_5 RecipeStage{tier='five', recipe=1xitem.tier5_kit@5:[net.minecraft.item.crafting.Ingredient@5e5021d8, net.minecraft.item.crafting.Ingredient@50fc7d2b, net.minecraft.item.crafting.Ingredient@435b3f2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2a900f3d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7591aeb6, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4765 extraplanets:tier5_kit_4 RecipeStage{tier='five', recipe=1xitem.tier5_kit@4:[net.minecraft.item.crafting.Ingredient@55c1f66e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@570bb8bb, net.minecraft.item.crafting.Ingredient@4aa790e9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4aa790e9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4766 extraplanets:tier5_kit_3 RecipeStage{tier='five', recipe=1xitem.tier5_kit@3:[net.minecraft.item.crafting.Ingredient@5d250c21, net.minecraft.item.crafting.Ingredient@1f46b777, net.minecraft.item.crafting.Ingredient@2c26e446, net.minecraft.item.crafting.Ingredient@24dd31f, net.minecraft.item.crafting.Ingredient@43fe15a0, net.minecraft.item.crafting.Ingredient@24dd31f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3a83137, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4767 extraplanets:tier5_kit_2 RecipeStage{tier='five', recipe=1xitem.tier5_kit@2:[net.minecraft.item.crafting.Ingredient@1ede7eae, net.minecraft.item.crafting.Ingredient@75659817, net.minecraft.item.crafting.Ingredient@23e2b66b, net.minecraft.item.crafting.Ingredient@102af628, net.minecraft.item.crafting.Ingredient@3699699d, net.minecraft.item.crafting.Ingredient@59824800, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6fe5ea79, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4768 extraplanets:tier5_kit_1 RecipeStage{tier='five', recipe=1xitem.tier5_kit@1:[net.minecraft.item.crafting.Ingredient@505ff9c7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@710c8a1d, net.minecraft.item.crafting.Ingredient@57a0cb64, net.minecraft.item.crafting.Ingredient@54f17c5, net.minecraft.item.crafting.Ingredient@57a0cb64, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4769 extraplanets:tier5_kit_0 RecipeStage{tier='five', recipe=1xitem.tier5_kit@0:[net.minecraft.item.crafting.Ingredient@6b2a164f, net.minecraft.item.crafting.Ingredient@1a06fb95, net.minecraft.item.crafting.Ingredient@2e1a9a59, net.minecraft.item.crafting.Ingredient@470c6cda, net.minecraft.item.crafting.Ingredient@72007ba9, net.minecraft.item.crafting.Ingredient@470c6cda, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@468e44d3, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4770 extraplanets:tier5_items_9 RecipeStage{tier='five', recipe=1xitem.tier5_items@9:[net.minecraft.item.crafting.Ingredient@238234e2, net.minecraft.item.crafting.Ingredient@4ae59363, net.minecraft.item.crafting.Ingredient@4d413f12, net.minecraft.item.crafting.Ingredient@5bf8e014]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4771 extraplanets:tier5_items_8 RecipeStage{tier='five', recipe=9xitem.tier5_items@8:[net.minecraft.item.crafting.Ingredient@576ea41e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4773 extraplanets:tier5_items_5 RecipeStage{tier='five', recipe=9xitem.tier5_items@5:[net.minecraft.item.crafting.Ingredient@27ddf0f4]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4774 extraplanets:tier5_items_2 RecipeStage{tier='five', recipe=1xitem.tier5_items@2:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1e957c50, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3f625762, net.minecraft.item.crafting.Ingredient@1e957c50, net.minecraft.item.crafting.Ingredient@3f625762, net.minecraft.item.crafting.Ingredient@3f625762, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3f625762]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4775 extraplanets:tier5_items_11 RecipeStage{tier='five', recipe=2xitem.tier5_items@11:[net.minecraft.item.crafting.Ingredient@28c38777, net.minecraft.item.crafting.Ingredient@268a006c, net.minecraft.item.crafting.Ingredient@3a594c6a, net.minecraft.item.crafting.Ingredient@2fb6660d, net.minecraft.item.crafting.Ingredient@1bfaa4b3, net.minecraft.item.crafting.Ingredient@6d855ec0]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4776 extraplanets:tier5_items_10 RecipeStage{tier='five', recipe=2xitem.tier5_items@10:[net.minecraft.item.crafting.Ingredient@870397f, net.minecraft.item.crafting.Ingredient@6e710a32]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4777 extraplanets:tier5_items_1 RecipeStage{tier='five', recipe=1xitem.tier5_items@1:[net.minecraft.item.crafting.Ingredient@6713f745, net.minecraft.item.crafting.Ingredient@63961b7b, net.minecraft.item.crafting.Ingredient@6713f745, net.minecraft.item.crafting.Ingredient@6713f745, net.minecraft.item.crafting.Ingredient@79447db3, net.minecraft.item.crafting.Ingredient@6713f745, net.minecraft.item.crafting.Ingredient@34f5be36, net.minecraft.item.crafting.Ingredient@4048993d, net.minecraft.item.crafting.Ingredient@34f5be36]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4778 extraplanets:tier5_items_0 RecipeStage{tier='five', recipe=1xitem.tier5_items@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@103dcda5, net.minecraft.item.crafting.Ingredient@f324834, net.minecraft.item.crafting.Ingredient@7e329381, net.minecraft.item.crafting.Ingredient@3755a90c, net.minecraft.item.crafting.Ingredient@7e329381, net.minecraft.item.crafting.Ingredient@7e329381, net.minecraft.item.crafting.Ingredient@d53447e, net.minecraft.item.crafting.Ingredient@7e329381]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4779 extraplanets:tier4_un_prepared_space_suit_legings_0 RecipeStage{tier='five', recipe=1xitem.tier4_un_prepared_space_suit_legings@0:[net.minecraft.item.crafting.Ingredient@5fe91204, net.minecraft.item.crafting.Ingredient@5fe91204, net.minecraft.item.crafting.Ingredient@5fe91204, net.minecraft.item.crafting.Ingredient@5fe91204, net.minecraft.item.crafting.Ingredient@27b60f3d, net.minecraft.item.crafting.Ingredient@5fe91204, net.minecraft.item.crafting.Ingredient@5fe91204, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5fe91204]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4780 extraplanets:tier4_un_prepared_space_suit_helmet_0 RecipeStage{tier='five', recipe=1xitem.tier4_un_prepared_space_suit_helmet@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@763493e7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@78e1e56c, net.minecraft.item.crafting.Ingredient@78e1e56c, net.minecraft.item.crafting.Ingredient@78e1e56c, net.minecraft.item.crafting.Ingredient@78e1e56c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@78e1e56c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4781 extraplanets:tier4_un_prepared_space_suit_chest_0 RecipeStage{tier='five', recipe=1xitem.tier4_un_prepared_space_suit_chest@0:[net.minecraft.item.crafting.Ingredient@3ad450d8, net.minecraft.item.crafting.Ingredient@b1b3254, net.minecraft.item.crafting.Ingredient@3ad450d8, net.minecraft.item.crafting.Ingredient@3ad450d8, net.minecraft.item.crafting.Ingredient@3ad450d8, net.minecraft.item.crafting.Ingredient@3ad450d8, net.minecraft.item.crafting.Ingredient@3ad450d8, net.minecraft.item.crafting.Ingredient@3ad450d8, net.minecraft.item.crafting.Ingredient@3ad450d8]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4782 extraplanets:tier4_un_prepared_space_suit_boots_0 RecipeStage{tier='five', recipe=1xitem.tier4_un_prepared_space_suit_boots@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6a8a6181, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1c8e6491, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1c8e6491, net.minecraft.item.crafting.Ingredient@1c8e6491, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1c8e6491]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4783 extraplanets:tier4_thermal_padding_3 RecipeStage{tier='five', recipe=1xitem.tier4_thermal_padding@3:[net.minecraft.item.crafting.Ingredient@40dbd76f, net.minecraft.item.crafting.Ingredient@76f11f7e, net.minecraft.item.crafting.Ingredient@40dbd76f, net.minecraft.item.crafting.Ingredient@40dbd76f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@40dbd76f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4784 extraplanets:tier4_thermal_padding_2 RecipeStage{tier='five', recipe=1xitem.tier4_thermal_padding@2:[net.minecraft.item.crafting.Ingredient@506bee6f, net.minecraft.item.crafting.Ingredient@506bee6f, net.minecraft.item.crafting.Ingredient@506bee6f, net.minecraft.item.crafting.Ingredient@506bee6f, net.minecraft.item.crafting.Ingredient@20e78711, net.minecraft.item.crafting.Ingredient@506bee6f, net.minecraft.item.crafting.Ingredient@506bee6f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@506bee6f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4785 extraplanets:tier4_thermal_padding_1 RecipeStage{tier='five', recipe=1xitem.tier4_thermal_padding@1:[net.minecraft.item.crafting.Ingredient@5b6bd6ad, net.minecraft.item.crafting.Ingredient@795bd569, net.minecraft.item.crafting.Ingredient@5b6bd6ad, net.minecraft.item.crafting.Ingredient@5b6bd6ad, net.minecraft.item.crafting.Ingredient@5b6bd6ad, net.minecraft.item.crafting.Ingredient@5b6bd6ad, net.minecraft.item.crafting.Ingredient@5b6bd6ad, net.minecraft.item.crafting.Ingredient@5b6bd6ad, net.minecraft.item.crafting.Ingredient@5b6bd6ad]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4786 extraplanets:tier4_thermal_padding_0 RecipeStage{tier='five', recipe=1xitem.tier4_thermal_padding@0:[net.minecraft.item.crafting.Ingredient@684c91b4, net.minecraft.item.crafting.Ingredient@684c91b4, net.minecraft.item.crafting.Ingredient@684c91b4, net.minecraft.item.crafting.Ingredient@684c91b4, net.minecraft.item.crafting.Ingredient@4a7e75f7, net.minecraft.item.crafting.Ingredient@684c91b4]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4788 extraplanets:tier4_space_suit_jetpack_chest RecipeStage{tier='five', recipe=1xitem.tier4_space_suit_jetpack_chest@0:[net.minecraft.item.crafting.Ingredient@70420558, net.minecraft.item.crafting.Ingredient@70420558, net.minecraft.item.crafting.Ingredient@70420558, net.minecraft.item.crafting.Ingredient@170fc5d0, net.minecraft.item.crafting.Ingredient@4cdf2a9a, net.minecraft.item.crafting.Ingredient@170fc5d0, net.minecraft.item.crafting.Ingredient@70420558, net.minecraft.item.crafting.Ingredient@70420558, net.minecraft.item.crafting.Ingredient@70420558]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4793 extraplanets:tier4_radiation_layer_0 RecipeStage{tier='five', recipe=1xitem.tier4_radiation_layer@0:[net.minecraftforge.oredict.OreIngredient@50b72a1e, net.minecraft.item.crafting.Ingredient@419cca83, net.minecraftforge.oredict.OreIngredient@50b72a1e, net.minecraftforge.oredict.OreIngredient@50b72a1e, net.minecraft.item.crafting.Ingredient@1dfb46eb, net.minecraftforge.oredict.OreIngredient@50b72a1e, net.minecraftforge.oredict.OreIngredient@50b72a1e, net.minecraft.item.crafting.Ingredient@419cca83, net.minecraftforge.oredict.OreIngredient@50b72a1e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4794 extraplanets:tier4_pressure_layer_0 RecipeStage{tier='five', recipe=1xitem.tier4_pressure_layer@0:[net.minecraft.item.crafting.Ingredient@2d3de131, net.minecraft.item.crafting.Ingredient@2d3de131, net.minecraft.item.crafting.Ingredient@2d3de131, net.minecraft.item.crafting.Ingredient@2c73c5b7, net.minecraft.item.crafting.Ingredient@d99561a, net.minecraft.item.crafting.Ingredient@2c73c5b7, net.minecraft.item.crafting.Ingredient@2d3de131, net.minecraft.item.crafting.Ingredient@2d3de131, net.minecraft.item.crafting.Ingredient@2d3de131]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4795 extraplanets:tier4_kit_5 RecipeStage{tier='five', recipe=1xitem.tier4_kit@5:[net.minecraft.item.crafting.Ingredient@3215087, net.minecraft.item.crafting.Ingredient@1b1688d9, net.minecraft.item.crafting.Ingredient@31357c1e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@62a58987, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6b895919, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4796 extraplanets:tier4_kit_4 RecipeStage{tier='five', recipe=1xitem.tier4_kit@4:[net.minecraft.item.crafting.Ingredient@58fc8c7d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@21bb6b74, net.minecraft.item.crafting.Ingredient@385249f1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@385249f1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4797 extraplanets:tier4_kit_3 RecipeStage{tier='five', recipe=1xitem.tier4_kit@3:[net.minecraft.item.crafting.Ingredient@12dc6e1d, net.minecraft.item.crafting.Ingredient@5deb79ad, net.minecraft.item.crafting.Ingredient@39db8404, net.minecraft.item.crafting.Ingredient@7ee5653a, net.minecraft.item.crafting.Ingredient@6aa1cebc, net.minecraft.item.crafting.Ingredient@7ee5653a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@129bbc79, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4798 extraplanets:tier4_kit_2 RecipeStage{tier='five', recipe=1xitem.tier4_kit@2:[net.minecraft.item.crafting.Ingredient@1a431171, net.minecraft.item.crafting.Ingredient@55264f72, net.minecraft.item.crafting.Ingredient@3aa27352, net.minecraft.item.crafting.Ingredient@421571cd, net.minecraft.item.crafting.Ingredient@3d1ad838, net.minecraft.item.crafting.Ingredient@73b19dd3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5aa04d36, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4799 extraplanets:tier4_kit_1 RecipeStage{tier='five', recipe=1xitem.tier4_kit@1:[net.minecraft.item.crafting.Ingredient@463e5012, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@59f36b3, net.minecraft.item.crafting.Ingredient@3b9c87a7, net.minecraft.item.crafting.Ingredient@5408ff26, net.minecraft.item.crafting.Ingredient@3b9c87a7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4800 extraplanets:tier4_kit_0 RecipeStage{tier='five', recipe=1xitem.tier4_kit@0:[net.minecraft.item.crafting.Ingredient@51b84f6e, net.minecraft.item.crafting.Ingredient@ae7c601, net.minecraft.item.crafting.Ingredient@3c11c60e, net.minecraft.item.crafting.Ingredient@6d8ac62e, net.minecraft.item.crafting.Ingredient@7425f43f, net.minecraft.item.crafting.Ingredient@6d8ac62e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@427e87da, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4801 extraplanets:tier4_items_5 RecipeStage{tier='five', recipe=9xitem.tier4_items@5:[net.minecraft.item.crafting.Ingredient@57ce804e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4802 extraplanets:tier4_items_2 RecipeStage{tier='five', recipe=1xitem.tier4_items@2:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@27f1fdbc, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@66d74c97, net.minecraft.item.crafting.Ingredient@27f1fdbc, net.minecraft.item.crafting.Ingredient@66d74c97, net.minecraft.item.crafting.Ingredient@66d74c97, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@66d74c97]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4803 extraplanets:tier4_items_1 RecipeStage{tier='five', recipe=1xitem.tier4_items@1:[net.minecraft.item.crafting.Ingredient@4ad93d5a, net.minecraft.item.crafting.Ingredient@337d9adf, net.minecraft.item.crafting.Ingredient@4ad93d5a, net.minecraft.item.crafting.Ingredient@4ad93d5a, net.minecraft.item.crafting.Ingredient@156c9484, net.minecraft.item.crafting.Ingredient@4ad93d5a, net.minecraft.item.crafting.Ingredient@4257b3a9, net.minecraft.item.crafting.Ingredient@17bddc06, net.minecraft.item.crafting.Ingredient@4257b3a9]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4804 extraplanets:tier4_items_0 RecipeStage{tier='five', recipe=1xitem.tier4_items@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@588d893f, net.minecraft.item.crafting.Ingredient@189162fb, net.minecraft.item.crafting.Ingredient@4e43a720, net.minecraft.item.crafting.Ingredient@21899018, net.minecraft.item.crafting.Ingredient@4e43a720, net.minecraft.item.crafting.Ingredient@4e43a720, net.minecraft.item.crafting.Ingredient@4b18be6f, net.minecraft.item.crafting.Ingredient@4e43a720]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4805 extraplanets:tier3_un_prepared_space_suit_legings_0 RecipeStage{tier='five', recipe=1xitem.tier3_un_prepared_space_suit_legings@0:[net.minecraft.item.crafting.Ingredient@e8ff007, net.minecraft.item.crafting.Ingredient@e8ff007, net.minecraft.item.crafting.Ingredient@e8ff007, net.minecraft.item.crafting.Ingredient@e8ff007, net.minecraft.item.crafting.Ingredient@4f40b965, net.minecraft.item.crafting.Ingredient@e8ff007, net.minecraft.item.crafting.Ingredient@e8ff007, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@e8ff007]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4806 extraplanets:tier3_un_prepared_space_suit_helmet_0 RecipeStage{tier='five', recipe=1xitem.tier3_un_prepared_space_suit_helmet@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@42e8b0d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@206cce36, net.minecraft.item.crafting.Ingredient@206cce36, net.minecraft.item.crafting.Ingredient@206cce36, net.minecraft.item.crafting.Ingredient@206cce36, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@206cce36]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4807 extraplanets:tier3_un_prepared_space_suit_chest_0 RecipeStage{tier='five', recipe=1xitem.tier3_un_prepared_space_suit_chest@0:[net.minecraft.item.crafting.Ingredient@5d9bb9be, net.minecraft.item.crafting.Ingredient@545ab410, net.minecraft.item.crafting.Ingredient@5d9bb9be, net.minecraft.item.crafting.Ingredient@5d9bb9be, net.minecraft.item.crafting.Ingredient@5d9bb9be, net.minecraft.item.crafting.Ingredient@5d9bb9be, net.minecraft.item.crafting.Ingredient@5d9bb9be, net.minecraft.item.crafting.Ingredient@5d9bb9be, net.minecraft.item.crafting.Ingredient@5d9bb9be]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4808 extraplanets:tier3_un_prepared_space_suit_boots_0 RecipeStage{tier='five', recipe=1xitem.tier3_un_prepared_space_suit_boots@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@18394182, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@107681c6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@107681c6, net.minecraft.item.crafting.Ingredient@107681c6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@107681c6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4809 extraplanets:tier3_thermal_padding_3 RecipeStage{tier='five', recipe=1xitem.tier3_thermal_padding@3:[net.minecraft.item.crafting.Ingredient@3981cf60, net.minecraft.item.crafting.Ingredient@733562d2, net.minecraft.item.crafting.Ingredient@3981cf60, net.minecraft.item.crafting.Ingredient@3981cf60, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3981cf60]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4810 extraplanets:tier3_thermal_padding_2 RecipeStage{tier='five', recipe=1xitem.tier3_thermal_padding@2:[net.minecraft.item.crafting.Ingredient@7564c041, net.minecraft.item.crafting.Ingredient@7564c041, net.minecraft.item.crafting.Ingredient@7564c041, net.minecraft.item.crafting.Ingredient@7564c041, net.minecraft.item.crafting.Ingredient@27b5d773, net.minecraft.item.crafting.Ingredient@7564c041, net.minecraft.item.crafting.Ingredient@7564c041, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7564c041]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4811 extraplanets:tier3_thermal_padding_1 RecipeStage{tier='five', recipe=1xitem.tier3_thermal_padding@1:[net.minecraft.item.crafting.Ingredient@2323d7a2, net.minecraft.item.crafting.Ingredient@63cb31b4, net.minecraft.item.crafting.Ingredient@2323d7a2, net.minecraft.item.crafting.Ingredient@2323d7a2, net.minecraft.item.crafting.Ingredient@2323d7a2, net.minecraft.item.crafting.Ingredient@2323d7a2, net.minecraft.item.crafting.Ingredient@2323d7a2, net.minecraft.item.crafting.Ingredient@2323d7a2, net.minecraft.item.crafting.Ingredient@2323d7a2]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4812 extraplanets:tier3_thermal_padding_0 RecipeStage{tier='five', recipe=1xitem.tier3_thermal_padding@0:[net.minecraft.item.crafting.Ingredient@1ad2771c, net.minecraft.item.crafting.Ingredient@1ad2771c, net.minecraft.item.crafting.Ingredient@1ad2771c, net.minecraft.item.crafting.Ingredient@1ad2771c, net.minecraft.item.crafting.Ingredient@411c54e5, net.minecraft.item.crafting.Ingredient@1ad2771c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4814 extraplanets:tier3_space_suit_jetpack_chest RecipeStage{tier='five', recipe=1xitem.tier3_space_suit_jetpack_chest@0:[net.minecraft.item.crafting.Ingredient@52de0895, net.minecraft.item.crafting.Ingredient@52de0895, net.minecraft.item.crafting.Ingredient@52de0895, net.minecraft.item.crafting.Ingredient@69b0e021, net.minecraft.item.crafting.Ingredient@919c3bc, net.minecraft.item.crafting.Ingredient@69b0e021, net.minecraft.item.crafting.Ingredient@52de0895, net.minecraft.item.crafting.Ingredient@52de0895, net.minecraft.item.crafting.Ingredient@52de0895]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4819 extraplanets:tier3_radiation_layer_0 RecipeStage{tier='five', recipe=1xitem.tier3_radiation_layer@0:[net.minecraftforge.oredict.OreIngredient@50b72a1e, net.minecraft.item.crafting.Ingredient@63ca7cca, net.minecraftforge.oredict.OreIngredient@50b72a1e, net.minecraftforge.oredict.OreIngredient@50b72a1e, net.minecraft.item.crafting.Ingredient@49bc306e, net.minecraftforge.oredict.OreIngredient@50b72a1e, net.minecraftforge.oredict.OreIngredient@50b72a1e, net.minecraft.item.crafting.Ingredient@63ca7cca, net.minecraftforge.oredict.OreIngredient@50b72a1e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4820 extraplanets:tier3_pressure_layer_0 RecipeStage{tier='five', recipe=1xitem.tier3_pressure_layer@0:[net.minecraft.item.crafting.Ingredient@50134996, net.minecraft.item.crafting.Ingredient@50134996, net.minecraft.item.crafting.Ingredient@50134996, net.minecraft.item.crafting.Ingredient@6ab00d2f, net.minecraft.item.crafting.Ingredient@37a9ddb6, net.minecraft.item.crafting.Ingredient@6ab00d2f, net.minecraft.item.crafting.Ingredient@50134996, net.minecraft.item.crafting.Ingredient@50134996, net.minecraft.item.crafting.Ingredient@50134996]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4821 extraplanets:tier3_kit_5 RecipeStage{tier='five', recipe=1xitem.tier3_kit@5:[net.minecraft.item.crafting.Ingredient@1a5a17f6, net.minecraft.item.crafting.Ingredient@507859aa, net.minecraft.item.crafting.Ingredient@afa17b8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7dac2b4a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@37037ffb, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4822 extraplanets:tier3_kit_4 RecipeStage{tier='five', recipe=1xitem.tier3_kit@4:[net.minecraft.item.crafting.Ingredient@33eb5c39, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@36d6f7a4, net.minecraft.item.crafting.Ingredient@52cc635, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@52cc635, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4823 extraplanets:tier3_kit_3 RecipeStage{tier='five', recipe=1xitem.tier3_kit@3:[net.minecraft.item.crafting.Ingredient@371756c2, net.minecraft.item.crafting.Ingredient@7645fe9c, net.minecraft.item.crafting.Ingredient@64d8dad0, net.minecraft.item.crafting.Ingredient@3dc27a2, net.minecraft.item.crafting.Ingredient@13b037e0, net.minecraft.item.crafting.Ingredient@3dc27a2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@30fe2da3, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4824 extraplanets:tier3_kit_2 RecipeStage{tier='five', recipe=1xitem.tier3_kit@2:[net.minecraft.item.crafting.Ingredient@5214856d, net.minecraft.item.crafting.Ingredient@237c8ba6, net.minecraft.item.crafting.Ingredient@522c1042, net.minecraft.item.crafting.Ingredient@63e156ba, net.minecraft.item.crafting.Ingredient@4ed36c97, net.minecraft.item.crafting.Ingredient@3b294034, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@935ef50, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4825 extraplanets:tier3_kit_1 RecipeStage{tier='five', recipe=1xitem.tier3_kit@1:[net.minecraft.item.crafting.Ingredient@292b8494, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@490f993f, net.minecraft.item.crafting.Ingredient@16aa55e3, net.minecraft.item.crafting.Ingredient@268fc8c2, net.minecraft.item.crafting.Ingredient@16aa55e3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4826 extraplanets:tier3_kit_0 RecipeStage{tier='five', recipe=1xitem.tier3_kit@0:[net.minecraft.item.crafting.Ingredient@a1a2431, net.minecraft.item.crafting.Ingredient@1fca2f2a, net.minecraft.item.crafting.Ingredient@78bc6d93, net.minecraft.item.crafting.Ingredient@3bc9a346, net.minecraft.item.crafting.Ingredient@5068a5bf, net.minecraft.item.crafting.Ingredient@3bc9a346, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@75f24c72, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4827 extraplanets:tier2_un_prepared_space_suit_legings_0 RecipeStage{tier='five', recipe=1xitem.tier2_un_prepared_space_suit_legings@0:[net.minecraft.item.crafting.Ingredient@75fc5ce6, net.minecraft.item.crafting.Ingredient@75fc5ce6, net.minecraft.item.crafting.Ingredient@75fc5ce6, net.minecraft.item.crafting.Ingredient@75fc5ce6, net.minecraft.item.crafting.Ingredient@72e91d41, net.minecraft.item.crafting.Ingredient@75fc5ce6, net.minecraft.item.crafting.Ingredient@75fc5ce6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@75fc5ce6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4828 extraplanets:tier2_un_prepared_space_suit_helmet_0 RecipeStage{tier='five', recipe=1xitem.tier2_un_prepared_space_suit_helmet@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@78114275, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@75304234, net.minecraft.item.crafting.Ingredient@75304234, net.minecraft.item.crafting.Ingredient@75304234, net.minecraft.item.crafting.Ingredient@75304234, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@75304234]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4829 extraplanets:tier2_un_prepared_space_suit_chest_0 RecipeStage{tier='five', recipe=1xitem.tier2_un_prepared_space_suit_chest@0:[net.minecraft.item.crafting.Ingredient@3f99fe67, net.minecraft.item.crafting.Ingredient@23aab51, net.minecraft.item.crafting.Ingredient@3f99fe67, net.minecraft.item.crafting.Ingredient@3f99fe67, net.minecraft.item.crafting.Ingredient@3f99fe67, net.minecraft.item.crafting.Ingredient@3f99fe67, net.minecraft.item.crafting.Ingredient@3f99fe67, net.minecraft.item.crafting.Ingredient@3f99fe67, net.minecraft.item.crafting.Ingredient@3f99fe67]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4830 extraplanets:tier2_un_prepared_space_suit_boots_0 RecipeStage{tier='five', recipe=1xitem.tier2_un_prepared_space_suit_boots@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6df22c47, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@14d0b35c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@14d0b35c, net.minecraft.item.crafting.Ingredient@14d0b35c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@14d0b35c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4832 extraplanets:tier2_space_suit_jetpack_chest RecipeStage{tier='five', recipe=1xitem.tier2_space_suit_jetpack_chest@0:[net.minecraft.item.crafting.Ingredient@d926f73, net.minecraft.item.crafting.Ingredient@d926f73, net.minecraft.item.crafting.Ingredient@d926f73, net.minecraft.item.crafting.Ingredient@597d8f01, net.minecraft.item.crafting.Ingredient@50f3e0d0, net.minecraft.item.crafting.Ingredient@597d8f01, net.minecraft.item.crafting.Ingredient@d926f73, net.minecraft.item.crafting.Ingredient@d926f73, net.minecraft.item.crafting.Ingredient@d926f73]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4837 extraplanets:tier2_radiation_layer_0 RecipeStage{tier='five', recipe=1xitem.tier2_radiation_layer@0:[net.minecraftforge.oredict.OreIngredient@50b72a1e, net.minecraft.item.crafting.Ingredient@26a2a2d4, net.minecraftforge.oredict.OreIngredient@50b72a1e, net.minecraftforge.oredict.OreIngredient@50b72a1e, net.minecraft.item.crafting.Ingredient@5e4c8fe8, net.minecraftforge.oredict.OreIngredient@50b72a1e, net.minecraftforge.oredict.OreIngredient@50b72a1e, net.minecraft.item.crafting.Ingredient@26a2a2d4, net.minecraftforge.oredict.OreIngredient@50b72a1e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4838 extraplanets:tier2_pressure_layer_0 RecipeStage{tier='five', recipe=1xitem.tier2_pressure_layer@0:[net.minecraft.item.crafting.Ingredient@6a1fb1cf, net.minecraft.item.crafting.Ingredient@6a1fb1cf, net.minecraft.item.crafting.Ingredient@6a1fb1cf, net.minecraft.item.crafting.Ingredient@7e266ac3, net.minecraft.item.crafting.Ingredient@3bfa8694, net.minecraft.item.crafting.Ingredient@7e266ac3, net.minecraft.item.crafting.Ingredient@6a1fb1cf, net.minecraft.item.crafting.Ingredient@6a1fb1cf, net.minecraft.item.crafting.Ingredient@6a1fb1cf]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4839 extraplanets:tier2_kit_5 RecipeStage{tier='five', recipe=1xitem.tier2_kit@5:[net.minecraft.item.crafting.Ingredient@2a2af880, net.minecraft.item.crafting.Ingredient@37dbc285, net.minecraft.item.crafting.Ingredient@4a31dba1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6f5b99fb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@12c89dda, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4840 extraplanets:tier2_kit_4 RecipeStage{tier='five', recipe=1xitem.tier2_kit@4:[net.minecraft.item.crafting.Ingredient@22d2a528, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4c1f01e7, net.minecraft.item.crafting.Ingredient@27823a31, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@27823a31, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4841 extraplanets:tier2_kit_3 RecipeStage{tier='five', recipe=1xitem.tier2_kit@3:[net.minecraft.item.crafting.Ingredient@13d72451, net.minecraft.item.crafting.Ingredient@62362596, net.minecraft.item.crafting.Ingredient@7acb0d1, net.minecraft.item.crafting.Ingredient@354097ef, net.minecraft.item.crafting.Ingredient@2c293ac8, net.minecraft.item.crafting.Ingredient@354097ef, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@127c6d8c, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4842 extraplanets:tier2_kit_2 RecipeStage{tier='five', recipe=1xitem.tier2_kit@2:[net.minecraft.item.crafting.Ingredient@61467e4c, net.minecraft.item.crafting.Ingredient@3947ec06, net.minecraft.item.crafting.Ingredient@5204bd6b, net.minecraft.item.crafting.Ingredient@1b18ca02, net.minecraft.item.crafting.Ingredient@4d6a1a8e, net.minecraft.item.crafting.Ingredient@3cd3fb0e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4bcbf8f9, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4843 extraplanets:tier2_kit_1 RecipeStage{tier='five', recipe=1xitem.tier2_kit@1:[net.minecraft.item.crafting.Ingredient@2f9046aa, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4c64b809, net.minecraft.item.crafting.Ingredient@48334f67, net.minecraft.item.crafting.Ingredient@19b3ab77, net.minecraft.item.crafting.Ingredient@48334f67, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4844 extraplanets:tier2_kit_0 RecipeStage{tier='five', recipe=1xitem.tier2_kit@0:[net.minecraft.item.crafting.Ingredient@21f4e014, net.minecraft.item.crafting.Ingredient@56848f49, net.minecraft.item.crafting.Ingredient@70c063fe, net.minecraft.item.crafting.Ingredient@3e69fa4c, net.minecraft.item.crafting.Ingredient@73508aff, net.minecraft.item.crafting.Ingredient@3e69fa4c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3d23683f, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4850 extraplanets:tier1_space_suit_jetpack_chest RecipeStage{tier='five', recipe=1xitem.tier1_space_suit_jetpack_chest@0:[net.minecraft.item.crafting.Ingredient@71324145, net.minecraft.item.crafting.Ingredient@71324145, net.minecraft.item.crafting.Ingredient@71324145, net.minecraft.item.crafting.Ingredient@2d00b63c, net.minecraft.item.crafting.Ingredient@3b09620d, net.minecraft.item.crafting.Ingredient@2d00b63c, net.minecraft.item.crafting.Ingredient@71324145, net.minecraft.item.crafting.Ingredient@71324145, net.minecraft.item.crafting.Ingredient@71324145]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4857 extraplanets:tier1_kit_5 RecipeStage{tier='five', recipe=1xitem.tier1_kit@5:[net.minecraft.item.crafting.Ingredient@5219a732, net.minecraft.item.crafting.Ingredient@12df6873, net.minecraft.item.crafting.Ingredient@37682e24, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@49d349eb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4858 extraplanets:tier1_kit_4 RecipeStage{tier='five', recipe=1xitem.tier1_kit@4:[net.minecraft.item.crafting.Ingredient@583ce243, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2edf93f3, net.minecraft.item.crafting.Ingredient@1ab9b587, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1ab9b587, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4859 extraplanets:tier1_kit_3 RecipeStage{tier='five', recipe=1xitem.tier1_kit@3:[net.minecraft.item.crafting.Ingredient@6838024e, net.minecraft.item.crafting.Ingredient@3bbb603c, net.minecraft.item.crafting.Ingredient@5918ef7e, net.minecraft.item.crafting.Ingredient@7b41b39d, net.minecraft.item.crafting.Ingredient@1a792520, net.minecraft.item.crafting.Ingredient@7b41b39d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4860 extraplanets:tier1_kit_2 RecipeStage{tier='five', recipe=1xitem.tier1_kit@2:[net.minecraft.item.crafting.Ingredient@10d80227, net.minecraft.item.crafting.Ingredient@48b698a7, net.minecraft.item.crafting.Ingredient@4aebafcf, net.minecraft.item.crafting.Ingredient@3dc3efb8, net.minecraft.item.crafting.Ingredient@7b559cb9, net.minecraft.item.crafting.Ingredient@75a50d4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4861 extraplanets:tier1_kit_1 RecipeStage{tier='five', recipe=1xitem.tier1_kit@1:[net.minecraft.item.crafting.Ingredient@6a7d881a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@8a91c22, net.minecraft.item.crafting.Ingredient@766c2ae2, net.minecraft.item.crafting.Ingredient@60b3a686, net.minecraft.item.crafting.Ingredient@766c2ae2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4862 extraplanets:tier1_kit_0 RecipeStage{tier='five', recipe=1xitem.tier1_kit@0:[net.minecraft.item.crafting.Ingredient@30655792, net.minecraft.item.crafting.Ingredient@6cd6dadd, net.minecraft.item.crafting.Ingredient@6fbd0114, net.minecraft.item.crafting.Ingredient@31dadd1a, net.minecraft.item.crafting.Ingredient@6d963f3a, net.minecraft.item.crafting.Ingredient@31dadd1a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4698ae10, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4870 extraplanets:tier10_items_5 RecipeStage{tier='five', recipe=9xitem.tier10_items@5:[net.minecraft.item.crafting.Ingredient@2aec30fb]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4871 extraplanets:tier10_items_2 RecipeStage{tier='five', recipe=1xitem.tier10_items@2:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2ae29bb3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@26e3515c, net.minecraft.item.crafting.Ingredient@2ae29bb3, net.minecraft.item.crafting.Ingredient@26e3515c, net.minecraft.item.crafting.Ingredient@26e3515c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@26e3515c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4872 extraplanets:tier10_items_1 RecipeStage{tier='five', recipe=1xitem.tier10_items@1:[net.minecraft.item.crafting.Ingredient@61afa9d3, net.minecraft.item.crafting.Ingredient@7592b6d2, net.minecraft.item.crafting.Ingredient@61afa9d3, net.minecraft.item.crafting.Ingredient@61afa9d3, net.minecraft.item.crafting.Ingredient@67cba8e9, net.minecraft.item.crafting.Ingredient@61afa9d3, net.minecraft.item.crafting.Ingredient@5619342f, net.minecraft.item.crafting.Ingredient@5ba9e00b, net.minecraft.item.crafting.Ingredient@5619342f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4873 extraplanets:tier10_items_0 RecipeStage{tier='five', recipe=1xitem.tier10_items@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6d131b69, net.minecraft.item.crafting.Ingredient@3807e8f1, net.minecraft.item.crafting.Ingredient@18785a26, net.minecraft.item.crafting.Ingredient@2dc408bf, net.minecraft.item.crafting.Ingredient@18785a26, net.minecraft.item.crafting.Ingredient@18785a26, net.minecraft.item.crafting.Ingredient@6ad4265a, net.minecraft.item.crafting.Ingredient@18785a26]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4874 extraplanets:thermal_cloth_2 RecipeStage{tier='five', recipe=1xitem.thermal_cloth@2:[net.minecraft.item.crafting.Ingredient@3bb10c9, net.minecraft.item.crafting.Ingredient@3bb10c9, net.minecraft.item.crafting.Ingredient@3bb10c9, net.minecraft.item.crafting.Ingredient@3bb10c9, net.minecraft.item.crafting.Ingredient@2694b8d3, net.minecraft.item.crafting.Ingredient@3bb10c9]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4875 extraplanets:thermal_cloth_1 RecipeStage{tier='five', recipe=1xitem.thermal_cloth@1:[net.minecraft.item.crafting.Ingredient@6763050a, net.minecraft.item.crafting.Ingredient@6763050a, net.minecraft.item.crafting.Ingredient@6763050a, net.minecraft.item.crafting.Ingredient@6763050a, net.minecraft.item.crafting.Ingredient@2fb31cc7, net.minecraft.item.crafting.Ingredient@6763050a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4876 extraplanets:thermal_cloth_0 RecipeStage{tier='five', recipe=1xitem.thermal_cloth@0:[net.minecraft.item.crafting.Ingredient@ff8b03c, net.minecraft.item.crafting.Ingredient@ff8b03c, net.minecraft.item.crafting.Ingredient@ff8b03c, net.minecraft.item.crafting.Ingredient@ff8b03c, net.minecraft.item.crafting.Ingredient@3e1d3903, net.minecraft.item.crafting.Ingredient@ff8b03c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4877 extraplanets:solar_4 RecipeStage{tier='five', recipe=1xtile.solar@4:[net.minecraft.item.crafting.Ingredient@2166d06, net.minecraft.item.crafting.Ingredient@7ced6f5f, net.minecraft.item.crafting.Ingredient@2166d06, net.minecraft.item.crafting.Ingredient@7ced6f5f, net.minecraft.item.crafting.Ingredient@2166d06, net.minecraft.item.crafting.Ingredient@7ced6f5f, net.minecraft.item.crafting.Ingredient@2166d06, net.minecraft.item.crafting.Ingredient@7ced6f5f, net.minecraft.item.crafting.Ingredient@2166d06]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4878 extraplanets:solar_0 RecipeStage{tier='five', recipe=1xtile.solar@0:[net.minecraft.item.crafting.Ingredient@7040ed29, net.minecraft.item.crafting.Ingredient@6411d09e, net.minecraft.item.crafting.Ingredient@7040ed29, net.minecraft.item.crafting.Ingredient@6411d09e, net.minecraft.item.crafting.Ingredient@7040ed29, net.minecraft.item.crafting.Ingredient@6411d09e, net.minecraft.item.crafting.Ingredient@7040ed29, net.minecraft.item.crafting.Ingredient@6411d09e, net.minecraft.item.crafting.Ingredient@7040ed29]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4879 extraplanets:sign_alt_alt_alt_alt_alt RecipeStage{tier='zero', recipe=6xitem.sign@0:[net.minecraft.item.crafting.Ingredient@7ab20bfb, net.minecraft.item.crafting.Ingredient@7ab20bfb, net.minecraft.item.crafting.Ingredient@7ab20bfb, net.minecraft.item.crafting.Ingredient@7ab20bfb, net.minecraft.item.crafting.Ingredient@7ab20bfb, net.minecraft.item.crafting.Ingredient@7ab20bfb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@158d98d7, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4880 extraplanets:sign_alt_alt_alt_alt RecipeStage{tier='zero', recipe=6xitem.sign@0:[net.minecraft.item.crafting.Ingredient@6789b5b5, net.minecraft.item.crafting.Ingredient@6789b5b5, net.minecraft.item.crafting.Ingredient@6789b5b5, net.minecraft.item.crafting.Ingredient@6789b5b5, net.minecraft.item.crafting.Ingredient@6789b5b5, net.minecraft.item.crafting.Ingredient@6789b5b5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@158d98d7, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4881 extraplanets:sign_alt_alt_alt RecipeStage{tier='zero', recipe=6xitem.sign@0:[net.minecraft.item.crafting.Ingredient@455f2593, net.minecraft.item.crafting.Ingredient@455f2593, net.minecraft.item.crafting.Ingredient@455f2593, net.minecraft.item.crafting.Ingredient@455f2593, net.minecraft.item.crafting.Ingredient@455f2593, net.minecraft.item.crafting.Ingredient@455f2593, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@158d98d7, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4882 extraplanets:sign_alt_alt RecipeStage{tier='zero', recipe=6xitem.sign@0:[net.minecraft.item.crafting.Ingredient@14886e8d, net.minecraft.item.crafting.Ingredient@14886e8d, net.minecraft.item.crafting.Ingredient@14886e8d, net.minecraft.item.crafting.Ingredient@14886e8d, net.minecraft.item.crafting.Ingredient@14886e8d, net.minecraft.item.crafting.Ingredient@14886e8d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@158d98d7, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4883 extraplanets:sign_alt RecipeStage{tier='zero', recipe=6xitem.sign@0:[net.minecraft.item.crafting.Ingredient@28d1e093, net.minecraft.item.crafting.Ingredient@28d1e093, net.minecraft.item.crafting.Ingredient@28d1e093, net.minecraft.item.crafting.Ingredient@28d1e093, net.minecraft.item.crafting.Ingredient@28d1e093, net.minecraft.item.crafting.Ingredient@28d1e093, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@158d98d7, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4884 extraplanets:sign RecipeStage{tier='zero', recipe=6xitem.sign@0:[net.minecraft.item.crafting.Ingredient@69794eed, net.minecraft.item.crafting.Ingredient@69794eed, net.minecraft.item.crafting.Ingredient@69794eed, net.minecraft.item.crafting.Ingredient@69794eed, net.minecraft.item.crafting.Ingredient@69794eed, net.minecraft.item.crafting.Ingredient@69794eed, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@158d98d7, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4885 extraplanets:saturn_stairs_surface RecipeStage{tier='five', recipe=4xtile.saturn_stairs_surface@0:[net.minecraft.item.crafting.Ingredient@520782db, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@520782db, net.minecraft.item.crafting.Ingredient@520782db, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@520782db, net.minecraft.item.crafting.Ingredient@520782db, net.minecraft.item.crafting.Ingredient@520782db]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4886 extraplanets:saturn_stairs_sub_surface RecipeStage{tier='five', recipe=4xtile.saturn_stairs_sub_surface@0:[net.minecraft.item.crafting.Ingredient@7f364eba, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7f364eba, net.minecraft.item.crafting.Ingredient@7f364eba, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7f364eba, net.minecraft.item.crafting.Ingredient@7f364eba, net.minecraft.item.crafting.Ingredient@7f364eba]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4887 extraplanets:saturn_stairs_stone_bricks RecipeStage{tier='five', recipe=4xtile.saturn_stairs_stone_bricks@0:[net.minecraft.item.crafting.Ingredient@69494709, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@69494709, net.minecraft.item.crafting.Ingredient@69494709, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@69494709, net.minecraft.item.crafting.Ingredient@69494709, net.minecraft.item.crafting.Ingredient@69494709]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4888 extraplanets:saturn_stairs_stone RecipeStage{tier='five', recipe=4xtile.saturn_stairs_stone@0:[net.minecraft.item.crafting.Ingredient@24f4cb22, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@24f4cb22, net.minecraft.item.crafting.Ingredient@24f4cb22, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@24f4cb22, net.minecraft.item.crafting.Ingredient@24f4cb22, net.minecraft.item.crafting.Ingredient@24f4cb22]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4889 extraplanets:saturn_8 RecipeStage{tier='five', recipe=4xtile.saturn.0@8:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3845170b, net.minecraft.item.crafting.Ingredient@3845170b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3845170b, net.minecraft.item.crafting.Ingredient@3845170b, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4890 extraplanets:saturn_7 RecipeStage{tier='five', recipe=1xtile.saturn.0@7:[net.minecraft.item.crafting.Ingredient@2143c3b, net.minecraft.item.crafting.Ingredient@2143c3b, net.minecraft.item.crafting.Ingredient@2143c3b, net.minecraft.item.crafting.Ingredient@2143c3b, net.minecraft.item.crafting.Ingredient@2143c3b, net.minecraft.item.crafting.Ingredient@2143c3b, net.minecraft.item.crafting.Ingredient@2143c3b, net.minecraft.item.crafting.Ingredient@2143c3b, net.minecraft.item.crafting.Ingredient@2143c3b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4891 extraplanets:red_sandstone RecipeStage{tier='five', recipe=1xtile.red_sandstone@0:[net.minecraft.item.crafting.Ingredient@37f1d0c1, net.minecraft.item.crafting.Ingredient@3c0994e9, net.minecraft.item.crafting.Ingredient@78df1f0c, net.minecraft.item.crafting.Ingredient@524ea81e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4892 extraplanets:red_diamond_sword RecipeStage{tier='five', recipe=1xitem.red_diamond_sword@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@70d641a4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@70d641a4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@158d98d7, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4893 extraplanets:red_diamond_shovel RecipeStage{tier='five', recipe=1xitem.red_diamond_shovel@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@141c4a19, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@158d98d7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@158d98d7, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4894 extraplanets:red_diamond_pickaxe RecipeStage{tier='five', recipe=1xitem.red_diamond_pickaxe@0:[net.minecraft.item.crafting.Ingredient@71ff6660, net.minecraft.item.crafting.Ingredient@71ff6660, net.minecraft.item.crafting.Ingredient@71ff6660, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@158d98d7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@158d98d7, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4895 extraplanets:red_diamond_legings RecipeStage{tier='five', recipe=1xitem.red_diamond_legings@0:[net.minecraft.item.crafting.Ingredient@224e5e9e, net.minecraft.item.crafting.Ingredient@224e5e9e, net.minecraft.item.crafting.Ingredient@224e5e9e, net.minecraft.item.crafting.Ingredient@224e5e9e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@224e5e9e, net.minecraft.item.crafting.Ingredient@224e5e9e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@224e5e9e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4896 extraplanets:red_diamond_hoe RecipeStage{tier='five', recipe=1xitem.red_diamond_hoe@0:[net.minecraft.item.crafting.Ingredient@78384a74, net.minecraft.item.crafting.Ingredient@78384a74, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@158d98d7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@158d98d7, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4897 extraplanets:red_diamond_helmet RecipeStage{tier='five', recipe=1xitem.red_diamond_helmet@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1e35f33, net.minecraft.item.crafting.Ingredient@1e35f33, net.minecraft.item.crafting.Ingredient@1e35f33, net.minecraft.item.crafting.Ingredient@1e35f33, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1e35f33]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4898 extraplanets:red_diamond_chest RecipeStage{tier='five', recipe=1xitem.red_diamond_chest@0:[net.minecraft.item.crafting.Ingredient@10a589ce, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@10a589ce, net.minecraft.item.crafting.Ingredient@10a589ce, net.minecraft.item.crafting.Ingredient@10a589ce, net.minecraft.item.crafting.Ingredient@10a589ce, net.minecraft.item.crafting.Ingredient@10a589ce, net.minecraft.item.crafting.Ingredient@10a589ce, net.minecraft.item.crafting.Ingredient@10a589ce]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4899 extraplanets:red_diamond_boots RecipeStage{tier='five', recipe=1xitem.red_diamond_boots@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@11675e9d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@11675e9d, net.minecraft.item.crafting.Ingredient@11675e9d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@11675e9d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4900 extraplanets:red_diamond_axe RecipeStage{tier='five', recipe=1xitem.red_diamond_axe@0:[net.minecraft.item.crafting.Ingredient@592a198b, net.minecraft.item.crafting.Ingredient@592a198b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@592a198b, net.minecraftforge.oredict.OreIngredient@158d98d7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@158d98d7, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4901 extraplanets:purple_diamond_sword RecipeStage{tier='five', recipe=1xitem.purple_diamond_sword@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@27a5570, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@27a5570, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@158d98d7, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4902 extraplanets:purple_diamond_shovel RecipeStage{tier='five', recipe=1xitem.purple_diamond_shovel@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@244e6f05, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@158d98d7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@158d98d7, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4903 extraplanets:purple_diamond_pickaxe RecipeStage{tier='five', recipe=1xitem.purple_diamond_pickaxe@0:[net.minecraft.item.crafting.Ingredient@6746aab5, net.minecraft.item.crafting.Ingredient@6746aab5, net.minecraft.item.crafting.Ingredient@6746aab5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@158d98d7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@158d98d7, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4904 extraplanets:purple_diamond_legings RecipeStage{tier='five', recipe=1xitem.purple_diamond_legings@0:[net.minecraft.item.crafting.Ingredient@15d7c2f5, net.minecraft.item.crafting.Ingredient@15d7c2f5, net.minecraft.item.crafting.Ingredient@15d7c2f5, net.minecraft.item.crafting.Ingredient@15d7c2f5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@15d7c2f5, net.minecraft.item.crafting.Ingredient@15d7c2f5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@15d7c2f5]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4905 extraplanets:purple_diamond_hoe RecipeStage{tier='five', recipe=1xitem.purple_diamond_hoe@0:[net.minecraft.item.crafting.Ingredient@4d30ccaf, net.minecraft.item.crafting.Ingredient@4d30ccaf, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@158d98d7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@158d98d7, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4906 extraplanets:purple_diamond_helmet RecipeStage{tier='five', recipe=1xitem.purple_diamond_helmet@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@44ee8324, net.minecraft.item.crafting.Ingredient@44ee8324, net.minecraft.item.crafting.Ingredient@44ee8324, net.minecraft.item.crafting.Ingredient@44ee8324, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@44ee8324]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4907 extraplanets:purple_diamond_chest RecipeStage{tier='five', recipe=1xitem.purple_diamond_chest@0:[net.minecraft.item.crafting.Ingredient@314169ec, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@314169ec, net.minecraft.item.crafting.Ingredient@314169ec, net.minecraft.item.crafting.Ingredient@314169ec, net.minecraft.item.crafting.Ingredient@314169ec, net.minecraft.item.crafting.Ingredient@314169ec, net.minecraft.item.crafting.Ingredient@314169ec, net.minecraft.item.crafting.Ingredient@314169ec]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4908 extraplanets:purple_diamond_boots RecipeStage{tier='five', recipe=1xitem.purple_diamond_boots@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@19b99807, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@19b99807, net.minecraft.item.crafting.Ingredient@19b99807, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@19b99807]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4909 extraplanets:purple_diamond_axe RecipeStage{tier='five', recipe=1xitem.purple_diamond_axe@0:[net.minecraft.item.crafting.Ingredient@387197fb, net.minecraft.item.crafting.Ingredient@387197fb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@387197fb, net.minecraftforge.oredict.OreIngredient@158d98d7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@158d98d7, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4910 extraplanets:pluto_stairs_surface RecipeStage{tier='five', recipe=4xtile.pluto_stairs_surface@0:[net.minecraft.item.crafting.Ingredient@11a24aa2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@11a24aa2, net.minecraft.item.crafting.Ingredient@11a24aa2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@11a24aa2, net.minecraft.item.crafting.Ingredient@11a24aa2, net.minecraft.item.crafting.Ingredient@11a24aa2]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4911 extraplanets:pluto_stairs_sub_surface RecipeStage{tier='five', recipe=4xtile.pluto_stairs_sub_surface@0:[net.minecraft.item.crafting.Ingredient@2e122e01, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2e122e01, net.minecraft.item.crafting.Ingredient@2e122e01, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2e122e01, net.minecraft.item.crafting.Ingredient@2e122e01, net.minecraft.item.crafting.Ingredient@2e122e01]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4912 extraplanets:pluto_stairs_stone_bricks RecipeStage{tier='five', recipe=4xtile.pluto_stairs_stone_bricks@0:[net.minecraft.item.crafting.Ingredient@6659bddf, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6659bddf, net.minecraft.item.crafting.Ingredient@6659bddf, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6659bddf, net.minecraft.item.crafting.Ingredient@6659bddf, net.minecraft.item.crafting.Ingredient@6659bddf]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4913 extraplanets:pluto_stairs_stone RecipeStage{tier='five', recipe=4xtile.pluto_stairs_stone@0:[net.minecraft.item.crafting.Ingredient@7ed4dda2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7ed4dda2, net.minecraft.item.crafting.Ingredient@7ed4dda2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7ed4dda2, net.minecraft.item.crafting.Ingredient@7ed4dda2, net.minecraft.item.crafting.Ingredient@7ed4dda2]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4914 extraplanets:pluto_8 RecipeStage{tier='five', recipe=4xtile.pluto.0@8:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1ac9eeb1, net.minecraft.item.crafting.Ingredient@1ac9eeb1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1ac9eeb1, net.minecraft.item.crafting.Ingredient@1ac9eeb1, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4915 extraplanets:pluto_7 RecipeStage{tier='five', recipe=1xtile.pluto.0@7:[net.minecraft.item.crafting.Ingredient@1cfa7416, net.minecraft.item.crafting.Ingredient@1cfa7416, net.minecraft.item.crafting.Ingredient@1cfa7416, net.minecraft.item.crafting.Ingredient@1cfa7416, net.minecraft.item.crafting.Ingredient@1cfa7416, net.minecraft.item.crafting.Ingredient@1cfa7416, net.minecraft.item.crafting.Ingredient@1cfa7416, net.minecraft.item.crafting.Ingredient@1cfa7416, net.minecraft.item.crafting.Ingredient@1cfa7416]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4916 extraplanets:oxygen_tank_very_heavy_full RecipeStage{tier='five', recipe=1xitem.oxygen_tank_very_heavy_full@7200:[net.minecraft.item.crafting.Ingredient@196f4bb6, net.minecraft.item.crafting.Ingredient@196f4bb6, net.minecraft.item.crafting.Ingredient@196f4bb6, net.minecraft.item.crafting.Ingredient@51adb0af, net.minecraft.item.crafting.Ingredient@51adb0af, net.minecraft.item.crafting.Ingredient@51adb0af, net.minecraft.item.crafting.Ingredient@178db273, net.minecraft.item.crafting.Ingredient@178db273, net.minecraft.item.crafting.Ingredient@178db273]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4917 extraplanets:oxygen_tank_med_full_yellow net.minecraftforge.oredict.ShapedOreRecipe@250a0a6b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4918 extraplanets:oxygen_tank_med_full_white net.minecraftforge.oredict.ShapedOreRecipe@37d5b2ab +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4919 extraplanets:oxygen_tank_med_full_red net.minecraftforge.oredict.ShapedOreRecipe@5a7252cf +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4920 extraplanets:oxygen_tank_med_full_purple net.minecraftforge.oredict.ShapedOreRecipe@8966021 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4921 extraplanets:oxygen_tank_med_full_pink net.minecraftforge.oredict.ShapedOreRecipe@5cd67f1d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4922 extraplanets:oxygen_tank_med_full_magenta net.minecraftforge.oredict.ShapedOreRecipe@3feb23d1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4923 extraplanets:oxygen_tank_med_full_lime net.minecraftforge.oredict.ShapedOreRecipe@5466e1c7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4924 extraplanets:oxygen_tank_med_full_light_gray net.minecraftforge.oredict.ShapedOreRecipe@500df63a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4925 extraplanets:oxygen_tank_med_full_light_blue net.minecraftforge.oredict.ShapedOreRecipe@870e213 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4926 extraplanets:oxygen_tank_med_full_green net.minecraftforge.oredict.ShapedOreRecipe@69e250d8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4927 extraplanets:oxygen_tank_med_full_gray net.minecraftforge.oredict.ShapedOreRecipe@40e06a9d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4928 extraplanets:oxygen_tank_med_full_cyan net.minecraftforge.oredict.ShapedOreRecipe@19c7b269 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4929 extraplanets:oxygen_tank_med_full_brown net.minecraftforge.oredict.ShapedOreRecipe@10969105 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4930 extraplanets:oxygen_tank_med_full_blue net.minecraftforge.oredict.ShapedOreRecipe@54416740 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4931 extraplanets:oxygen_tank_med_full_black net.minecraftforge.oredict.ShapedOreRecipe@4dc8215 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4932 extraplanets:oxygen_tank_light_full_yellow RecipeStage{tier='four', recipe=1xitem.oxygen_tank_light_full_yellow@900:[net.minecraft.item.crafting.Ingredient@24e5d8fc, net.minecraft.item.crafting.Ingredient@4449364a, net.minecraftforge.oredict.OreIngredient@6b517c49]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4933 extraplanets:oxygen_tank_light_full_white RecipeStage{tier='four', recipe=1xitem.oxygen_tank_light_full_white@900:[net.minecraft.item.crafting.Ingredient@431a372e, net.minecraft.item.crafting.Ingredient@1700b42f, net.minecraftforge.oredict.OreIngredient@6b517c49]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4934 extraplanets:oxygen_tank_light_full_red RecipeStage{tier='four', recipe=1xitem.oxygen_tank_light_full_red@900:[net.minecraft.item.crafting.Ingredient@6c481fb4, net.minecraft.item.crafting.Ingredient@7aae18c7, net.minecraftforge.oredict.OreIngredient@6b517c49]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4935 extraplanets:oxygen_tank_light_full_purple RecipeStage{tier='four', recipe=1xitem.oxygen_tank_light_full_purple@900:[net.minecraft.item.crafting.Ingredient@2674ab2e, net.minecraft.item.crafting.Ingredient@439c3b35, net.minecraftforge.oredict.OreIngredient@6b517c49]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4936 extraplanets:oxygen_tank_light_full_pink RecipeStage{tier='four', recipe=1xitem.oxygen_tank_light_full_pink@900:[net.minecraft.item.crafting.Ingredient@293bd784, net.minecraft.item.crafting.Ingredient@1f65d8a9, net.minecraftforge.oredict.OreIngredient@6b517c49]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4937 extraplanets:oxygen_tank_light_full_orange RecipeStage{tier='four', recipe=1xitem.oxygen_tank_light_full_orange@900:[net.minecraft.item.crafting.Ingredient@5d953fd7, net.minecraft.item.crafting.Ingredient@732abfe4, net.minecraftforge.oredict.OreIngredient@6b517c49]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4938 extraplanets:oxygen_tank_light_full_magenta RecipeStage{tier='four', recipe=1xitem.oxygen_tank_light_full_magenta@900:[net.minecraft.item.crafting.Ingredient@453910ef, net.minecraft.item.crafting.Ingredient@37e49349, net.minecraftforge.oredict.OreIngredient@6b517c49]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4939 extraplanets:oxygen_tank_light_full_light_gray RecipeStage{tier='four', recipe=1xitem.oxygen_tank_light_full_light_gray@900:[net.minecraft.item.crafting.Ingredient@4044a36d, net.minecraft.item.crafting.Ingredient@679e26cf, net.minecraftforge.oredict.OreIngredient@6b517c49]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4940 extraplanets:oxygen_tank_light_full_light_blue RecipeStage{tier='four', recipe=1xitem.oxygen_tank_light_full_light_blue@900:[net.minecraft.item.crafting.Ingredient@63a7c961, net.minecraft.item.crafting.Ingredient@4d861e3d, net.minecraftforge.oredict.OreIngredient@6b517c49]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4941 extraplanets:oxygen_tank_light_full_green RecipeStage{tier='four', recipe=1xitem.oxygen_tank_light_full_green@900:[net.minecraft.item.crafting.Ingredient@19b231e8, net.minecraft.item.crafting.Ingredient@2249a228, net.minecraftforge.oredict.OreIngredient@6b517c49]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4942 extraplanets:oxygen_tank_light_full_gray RecipeStage{tier='four', recipe=1xitem.oxygen_tank_light_full_gray@900:[net.minecraft.item.crafting.Ingredient@3652f7c4, net.minecraft.item.crafting.Ingredient@579ff72c, net.minecraftforge.oredict.OreIngredient@6b517c49]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4943 extraplanets:oxygen_tank_light_full_cyan RecipeStage{tier='four', recipe=1xitem.oxygen_tank_light_full_cyan@900:[net.minecraft.item.crafting.Ingredient@19f70e61, net.minecraft.item.crafting.Ingredient@6d124644, net.minecraftforge.oredict.OreIngredient@6b517c49]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4944 extraplanets:oxygen_tank_light_full_brown RecipeStage{tier='four', recipe=1xitem.oxygen_tank_light_full_brown@900:[net.minecraft.item.crafting.Ingredient@744aa0fa, net.minecraft.item.crafting.Ingredient@1a379a85, net.minecraftforge.oredict.OreIngredient@6b517c49]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4945 extraplanets:oxygen_tank_light_full_blue RecipeStage{tier='four', recipe=1xitem.oxygen_tank_light_full_blue@900:[net.minecraft.item.crafting.Ingredient@2bafba0c, net.minecraft.item.crafting.Ingredient@76cce17f, net.minecraftforge.oredict.OreIngredient@6b517c49]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4946 extraplanets:oxygen_tank_light_full_black RecipeStage{tier='four', recipe=1xitem.oxygen_tank_light_full_black@900:[net.minecraft.item.crafting.Ingredient@6cef7719, net.minecraft.item.crafting.Ingredient@60616234, net.minecraftforge.oredict.OreIngredient@6b517c49]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4947 extraplanets:oxygen_tank_heavy_full_yellow net.minecraftforge.oredict.ShapedOreRecipe@4d20bae4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4948 extraplanets:oxygen_tank_heavy_full_white net.minecraftforge.oredict.ShapedOreRecipe@2fd8fec2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4949 extraplanets:oxygen_tank_heavy_full_purple net.minecraftforge.oredict.ShapedOreRecipe@225fd1c6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4950 extraplanets:oxygen_tank_heavy_full_pink net.minecraftforge.oredict.ShapedOreRecipe@854a5f4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4951 extraplanets:oxygen_tank_heavy_full_orange net.minecraftforge.oredict.ShapedOreRecipe@324126bc +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4952 extraplanets:oxygen_tank_heavy_full_magenta net.minecraftforge.oredict.ShapedOreRecipe@4eb8b5cd +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4953 extraplanets:oxygen_tank_heavy_full_lime net.minecraftforge.oredict.ShapedOreRecipe@68762489 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4954 extraplanets:oxygen_tank_heavy_full_light_gray net.minecraftforge.oredict.ShapedOreRecipe@45c4b974 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4955 extraplanets:oxygen_tank_heavy_full_light_blue net.minecraftforge.oredict.ShapedOreRecipe@32e86027 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4956 extraplanets:oxygen_tank_heavy_full_green net.minecraftforge.oredict.ShapedOreRecipe@50aa2eb9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4957 extraplanets:oxygen_tank_heavy_full_gray net.minecraftforge.oredict.ShapedOreRecipe@da44aca +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4958 extraplanets:oxygen_tank_heavy_full_cyan net.minecraftforge.oredict.ShapedOreRecipe@425c9965 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4959 extraplanets:oxygen_tank_heavy_full_brown net.minecraftforge.oredict.ShapedOreRecipe@2f137669 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4960 extraplanets:oxygen_tank_heavy_full_blue net.minecraftforge.oredict.ShapedOreRecipe@286d754 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4961 extraplanets:oxygen_tank_heavy_full_black net.minecraftforge.oredict.ShapedOreRecipe@2305ffef +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4962 extraplanets:oxygen_tank_extremely_heavy_full RecipeStage{tier='five', recipe=1xitem.oxygen_tank_extremely_heavy_full@9000:[net.minecraft.item.crafting.Ingredient@7fc72a80, net.minecraft.item.crafting.Ingredient@7fc72a80, net.minecraft.item.crafting.Ingredient@7fc72a80, net.minecraft.item.crafting.Ingredient@285b1139, net.minecraft.item.crafting.Ingredient@285b1139, net.minecraft.item.crafting.Ingredient@285b1139, net.minecraft.item.crafting.Ingredient@242d795a, net.minecraft.item.crafting.Ingredient@242d795a, net.minecraft.item.crafting.Ingredient@242d795a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4963 extraplanets:orange_sandstone RecipeStage{tier='five', recipe=1xtile.orange_sandstone@0:[net.minecraft.item.crafting.Ingredient@b65b57b, net.minecraft.item.crafting.Ingredient@2b8ca3b9, net.minecraft.item.crafting.Ingredient@6b0a93ec, net.minecraft.item.crafting.Ingredient@26dca857]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4965 extraplanets:nose_cone_tier9_0 RecipeStage{tier='five', recipe=1xitem.nose_cone_tier9@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2712c524, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@24e682c6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@24e682c6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@24e682c6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4966 extraplanets:nose_cone_tier8_0 RecipeStage{tier='five', recipe=1xitem.nose_cone_tier8@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5561e547, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@53cc90e3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@53cc90e3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@53cc90e3]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4967 extraplanets:nose_cone_tier7_0 RecipeStage{tier='five', recipe=1xitem.nose_cone_tier7@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2eba7d6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2a1f73f7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2a1f73f7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2a1f73f7]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4968 extraplanets:nose_cone_tier6_0 RecipeStage{tier='five', recipe=1xitem.nose_cone_tier6@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@484c84eb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5dc17d23, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5dc17d23, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5dc17d23]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4969 extraplanets:nose_cone_tier5_0 RecipeStage{tier='five', recipe=1xitem.nose_cone_tier5@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@84726b6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6975162e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6975162e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6975162e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4970 extraplanets:nose_cone_tier4_0 RecipeStage{tier='five', recipe=1xitem.nose_cone_tier4@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@79023142, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5ca2c677, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5ca2c677, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5ca2c677]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4971 extraplanets:nose_cone_tier10_0 RecipeStage{tier='five', recipe=1xitem.nose_cone_tier10@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3d12a0f6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@37ee53b5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@37ee53b5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@37ee53b5]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4972 extraplanets:nickel_battery net.minecraftforge.oredict.ShapedOreRecipe@41afebfd +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4973 extraplanets:neptune_stairs_surface RecipeStage{tier='five', recipe=4xtile.neptune_stairs_surface@0:[net.minecraft.item.crafting.Ingredient@593cfdce, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@593cfdce, net.minecraft.item.crafting.Ingredient@593cfdce, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@593cfdce, net.minecraft.item.crafting.Ingredient@593cfdce, net.minecraft.item.crafting.Ingredient@593cfdce]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4974 extraplanets:neptune_stairs_sub_surface RecipeStage{tier='five', recipe=4xtile.neptune_stairs_sub_surface@0:[net.minecraft.item.crafting.Ingredient@38a987f0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@38a987f0, net.minecraft.item.crafting.Ingredient@38a987f0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@38a987f0, net.minecraft.item.crafting.Ingredient@38a987f0, net.minecraft.item.crafting.Ingredient@38a987f0]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4975 extraplanets:neptune_stairs_stone_bricks RecipeStage{tier='five', recipe=4xtile.neptune_stairs_stone_bricks@0:[net.minecraft.item.crafting.Ingredient@3202e572, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3202e572, net.minecraft.item.crafting.Ingredient@3202e572, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3202e572, net.minecraft.item.crafting.Ingredient@3202e572, net.minecraft.item.crafting.Ingredient@3202e572]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4976 extraplanets:neptune_stairs_stone RecipeStage{tier='five', recipe=4xtile.neptune_stairs_stone@0:[net.minecraft.item.crafting.Ingredient@22e8537f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@22e8537f, net.minecraft.item.crafting.Ingredient@22e8537f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@22e8537f, net.minecraft.item.crafting.Ingredient@22e8537f, net.minecraft.item.crafting.Ingredient@22e8537f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4977 extraplanets:neptune_8 RecipeStage{tier='five', recipe=4xtile.neptune.0@8:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1e7ec06e, net.minecraft.item.crafting.Ingredient@1e7ec06e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1e7ec06e, net.minecraft.item.crafting.Ingredient@1e7ec06e, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4979 extraplanets:neptune_11 RecipeStage{tier='five', recipe=1xtile.neptune.0@11:[net.minecraft.item.crafting.Ingredient@3646ff6b, net.minecraft.item.crafting.Ingredient@3646ff6b, net.minecraft.item.crafting.Ingredient@3646ff6b, net.minecraft.item.crafting.Ingredient@3646ff6b, net.minecraft.item.crafting.Ingredient@3646ff6b, net.minecraft.item.crafting.Ingredient@3646ff6b, net.minecraft.item.crafting.Ingredient@3646ff6b, net.minecraft.item.crafting.Ingredient@3646ff6b, net.minecraft.item.crafting.Ingredient@3646ff6b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4980 extraplanets:module_items_2 RecipeStage{tier='five', recipe=1xitem.module_items@2:[net.minecraft.item.crafting.Ingredient@60195248, net.minecraft.item.crafting.Ingredient@2dbcda82, net.minecraft.item.crafting.Ingredient@66f70bc1, net.minecraft.item.crafting.Ingredient@2dbcda82, net.minecraft.item.crafting.Ingredient@1d2a63d9, net.minecraft.item.crafting.Ingredient@2dbcda82, net.minecraft.item.crafting.Ingredient@66f70bc1, net.minecraft.item.crafting.Ingredient@2dbcda82, net.minecraft.item.crafting.Ingredient@60195248]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4981 extraplanets:module_items_1 RecipeStage{tier='five', recipe=1xitem.module_items@1:[net.minecraft.item.crafting.Ingredient@17f80953, net.minecraft.item.crafting.Ingredient@daf0d66, net.minecraft.item.crafting.Ingredient@39c1ec59, net.minecraft.item.crafting.Ingredient@daf0d66, net.minecraft.item.crafting.Ingredient@6fa4194f, net.minecraft.item.crafting.Ingredient@daf0d66, net.minecraft.item.crafting.Ingredient@39c1ec59, net.minecraft.item.crafting.Ingredient@daf0d66, net.minecraft.item.crafting.Ingredient@17f80953]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4982 extraplanets:module_items_0 RecipeStage{tier='five', recipe=1xitem.module_items@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4f5bc520, net.minecraft.item.crafting.Ingredient@62a1bad9, net.minecraftforge.oredict.OreIngredient@4f5bc520, net.minecraftforge.oredict.OreIngredient@4f5bc520, net.minecraft.item.crafting.Ingredient@62a1bad9, net.minecraftforge.oredict.OreIngredient@4f5bc520]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4983 extraplanets:mercury_stairs_surface RecipeStage{tier='five', recipe=4xtile.mercury_stairs_surface@0:[net.minecraft.item.crafting.Ingredient@59ef2f8b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@59ef2f8b, net.minecraft.item.crafting.Ingredient@59ef2f8b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@59ef2f8b, net.minecraft.item.crafting.Ingredient@59ef2f8b, net.minecraft.item.crafting.Ingredient@59ef2f8b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4984 extraplanets:mercury_stairs_sub_surface RecipeStage{tier='five', recipe=4xtile.mercury_stairs_sub_surface@0:[net.minecraft.item.crafting.Ingredient@7c2075c8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7c2075c8, net.minecraft.item.crafting.Ingredient@7c2075c8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7c2075c8, net.minecraft.item.crafting.Ingredient@7c2075c8, net.minecraft.item.crafting.Ingredient@7c2075c8]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4985 extraplanets:mercury_stairs_stone_bricks RecipeStage{tier='five', recipe=4xtile.mercury_stairs_stone_bricks@0:[net.minecraft.item.crafting.Ingredient@46b54bb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@46b54bb, net.minecraft.item.crafting.Ingredient@46b54bb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@46b54bb, net.minecraft.item.crafting.Ingredient@46b54bb, net.minecraft.item.crafting.Ingredient@46b54bb]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4986 extraplanets:mercury_stairs_stone RecipeStage{tier='five', recipe=4xtile.mercury_stairs_stone@0:[net.minecraft.item.crafting.Ingredient@218f644a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@218f644a, net.minecraft.item.crafting.Ingredient@218f644a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@218f644a, net.minecraft.item.crafting.Ingredient@218f644a, net.minecraft.item.crafting.Ingredient@218f644a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4987 extraplanets:mercury_battery net.minecraftforge.oredict.ShapedOreRecipe@445fe141 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4988 extraplanets:mercury_8 RecipeStage{tier='five', recipe=4xtile.mercury.0@8:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@66ece891, net.minecraft.item.crafting.Ingredient@66ece891, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@66ece891, net.minecraft.item.crafting.Ingredient@66ece891, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4989 extraplanets:mercury_7 RecipeStage{tier='five', recipe=1xtile.mercury.0@7:[net.minecraft.item.crafting.Ingredient@19e59e52, net.minecraft.item.crafting.Ingredient@19e59e52, net.minecraft.item.crafting.Ingredient@19e59e52, net.minecraft.item.crafting.Ingredient@19e59e52, net.minecraft.item.crafting.Ingredient@19e59e52, net.minecraft.item.crafting.Ingredient@19e59e52, net.minecraft.item.crafting.Ingredient@19e59e52, net.minecraft.item.crafting.Ingredient@19e59e52, net.minecraft.item.crafting.Ingredient@19e59e52]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4990 extraplanets:mercury_11 RecipeStage{tier='five', recipe=1xtile.mercury.0@11:[net.minecraft.item.crafting.Ingredient@152d1ba9, net.minecraft.item.crafting.Ingredient@152d1ba9, net.minecraft.item.crafting.Ingredient@152d1ba9, net.minecraft.item.crafting.Ingredient@152d1ba9, net.minecraft.item.crafting.Ingredient@152d1ba9, net.minecraft.item.crafting.Ingredient@152d1ba9, net.minecraft.item.crafting.Ingredient@152d1ba9, net.minecraft.item.crafting.Ingredient@152d1ba9, net.minecraft.item.crafting.Ingredient@152d1ba9]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4991 extraplanets:massive_battery net.minecraft.item.crafting.ShapedRecipes@5ce5b28 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4999 extraplanets:kepler22b_11 RecipeStage{tier='five', recipe=4xtile.kepler22b.0@11:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5999841c, net.minecraft.item.crafting.Ingredient@5999841c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5999841c, net.minecraft.item.crafting.Ingredient@5999841c, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5000 extraplanets:jupiter_stairs_surface RecipeStage{tier='five', recipe=4xtile.jupiter_stairs_surface@0:[net.minecraft.item.crafting.Ingredient@7eefe1f4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7eefe1f4, net.minecraft.item.crafting.Ingredient@7eefe1f4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7eefe1f4, net.minecraft.item.crafting.Ingredient@7eefe1f4, net.minecraft.item.crafting.Ingredient@7eefe1f4]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5001 extraplanets:jupiter_stairs_sub_surface RecipeStage{tier='five', recipe=4xtile.jupiter_stairs_sub_surface@0:[net.minecraft.item.crafting.Ingredient@6e127af1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6e127af1, net.minecraft.item.crafting.Ingredient@6e127af1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6e127af1, net.minecraft.item.crafting.Ingredient@6e127af1, net.minecraft.item.crafting.Ingredient@6e127af1]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5002 extraplanets:jupiter_stairs_stone_bricks RecipeStage{tier='five', recipe=4xtile.jupiter_stairs_stone_bricks@0:[net.minecraft.item.crafting.Ingredient@496793c7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@496793c7, net.minecraft.item.crafting.Ingredient@496793c7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@496793c7, net.minecraft.item.crafting.Ingredient@496793c7, net.minecraft.item.crafting.Ingredient@496793c7]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5003 extraplanets:jupiter_stairs_stone RecipeStage{tier='five', recipe=4xtile.jupiter_stairs_stone@0:[net.minecraft.item.crafting.Ingredient@79d7651b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@79d7651b, net.minecraft.item.crafting.Ingredient@79d7651b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@79d7651b, net.minecraft.item.crafting.Ingredient@79d7651b, net.minecraft.item.crafting.Ingredient@79d7651b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5004 extraplanets:jupiter_9 RecipeStage{tier='five', recipe=4xtile.jupiter.0@9:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@9cd8d06, net.minecraft.item.crafting.Ingredient@9cd8d06, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@9cd8d06, net.minecraft.item.crafting.Ingredient@9cd8d06, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5005 extraplanets:jupiter_8 RecipeStage{tier='five', recipe=1xtile.jupiter.0@8:[net.minecraft.item.crafting.Ingredient@743b94c8, net.minecraft.item.crafting.Ingredient@743b94c8, net.minecraft.item.crafting.Ingredient@743b94c8, net.minecraft.item.crafting.Ingredient@743b94c8, net.minecraft.item.crafting.Ingredient@743b94c8, net.minecraft.item.crafting.Ingredient@743b94c8, net.minecraft.item.crafting.Ingredient@743b94c8, net.minecraft.item.crafting.Ingredient@743b94c8, net.minecraft.item.crafting.Ingredient@743b94c8]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5007 extraplanets:jupiter_12 RecipeStage{tier='five', recipe=1xtile.jupiter.0@12:[net.minecraft.item.crafting.Ingredient@23a4e62d, net.minecraft.item.crafting.Ingredient@23a4e62d, net.minecraft.item.crafting.Ingredient@23a4e62d, net.minecraft.item.crafting.Ingredient@23a4e62d, net.minecraft.item.crafting.Ingredient@23a4e62d, net.minecraft.item.crafting.Ingredient@23a4e62d, net.minecraft.item.crafting.Ingredient@23a4e62d, net.minecraft.item.crafting.Ingredient@23a4e62d, net.minecraft.item.crafting.Ingredient@23a4e62d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5009 extraplanets:ingot_mercury_0 RecipeStage{tier='five', recipe=9xitem.ingot_mercury@0:[net.minecraft.item.crafting.Ingredient@3450f1d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5010 extraplanets:ice RecipeStage{tier='zero', recipe=9xtile.ice@0:[net.minecraft.item.crafting.Ingredient@336018ad]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5011 extraplanets:green_diamond_sword RecipeStage{tier='five', recipe=1xitem.green_diamond_sword@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@601c83e6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@601c83e6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@158d98d7, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5012 extraplanets:green_diamond_shovel RecipeStage{tier='five', recipe=1xitem.green_diamond_shovel@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@397a9cac, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@158d98d7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@158d98d7, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5013 extraplanets:green_diamond_pickaxe RecipeStage{tier='five', recipe=1xitem.green_diamond_pickaxe@0:[net.minecraft.item.crafting.Ingredient@7ff1db2d, net.minecraft.item.crafting.Ingredient@7ff1db2d, net.minecraft.item.crafting.Ingredient@7ff1db2d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@158d98d7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@158d98d7, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5014 extraplanets:green_diamond_legings RecipeStage{tier='five', recipe=1xitem.green_diamond_legings@0:[net.minecraft.item.crafting.Ingredient@7835ac40, net.minecraft.item.crafting.Ingredient@7835ac40, net.minecraft.item.crafting.Ingredient@7835ac40, net.minecraft.item.crafting.Ingredient@7835ac40, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7835ac40, net.minecraft.item.crafting.Ingredient@7835ac40, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7835ac40]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5015 extraplanets:green_diamond_hoe RecipeStage{tier='five', recipe=1xitem.green_diamond_hoe@0:[net.minecraft.item.crafting.Ingredient@3ca07fff, net.minecraft.item.crafting.Ingredient@3ca07fff, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@158d98d7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@158d98d7, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5016 extraplanets:green_diamond_helmet RecipeStage{tier='five', recipe=1xitem.green_diamond_helmet@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1631f907, net.minecraft.item.crafting.Ingredient@1631f907, net.minecraft.item.crafting.Ingredient@1631f907, net.minecraft.item.crafting.Ingredient@1631f907, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1631f907]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5017 extraplanets:green_diamond_chest RecipeStage{tier='five', recipe=1xitem.green_diamond_chest@0:[net.minecraft.item.crafting.Ingredient@4bbabb8b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4bbabb8b, net.minecraft.item.crafting.Ingredient@4bbabb8b, net.minecraft.item.crafting.Ingredient@4bbabb8b, net.minecraft.item.crafting.Ingredient@4bbabb8b, net.minecraft.item.crafting.Ingredient@4bbabb8b, net.minecraft.item.crafting.Ingredient@4bbabb8b, net.minecraft.item.crafting.Ingredient@4bbabb8b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5018 extraplanets:green_diamond_boots RecipeStage{tier='five', recipe=1xitem.green_diamond_boots@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6a178b39, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6a178b39, net.minecraft.item.crafting.Ingredient@6a178b39, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6a178b39]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5019 extraplanets:green_diamond_axe RecipeStage{tier='five', recipe=1xitem.green_diamond_axe@0:[net.minecraft.item.crafting.Ingredient@2be27fee, net.minecraft.item.crafting.Ingredient@2be27fee, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2be27fee, net.minecraftforge.oredict.OreIngredient@158d98d7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@158d98d7, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5020 extraplanets:gravity_controller_0 RecipeStage{tier='five', recipe=1xitem.gravity_controller@0:[net.minecraft.item.crafting.Ingredient@5e215be0, net.minecraft.item.crafting.Ingredient@70aefbf9, net.minecraft.item.crafting.Ingredient@5e215be0, net.minecraft.item.crafting.Ingredient@70aefbf9, net.minecraft.item.crafting.Ingredient@73c2b0f3, net.minecraft.item.crafting.Ingredient@70aefbf9, net.minecraft.item.crafting.Ingredient@5e215be0, net.minecraft.item.crafting.Ingredient@70aefbf9, net.minecraft.item.crafting.Ingredient@5e215be0]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5022 extraplanets:eris_stairs_surface RecipeStage{tier='five', recipe=4xtile.eris_stairs_surface@0:[net.minecraft.item.crafting.Ingredient@5fbe643, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5fbe643, net.minecraft.item.crafting.Ingredient@5fbe643, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5fbe643, net.minecraft.item.crafting.Ingredient@5fbe643, net.minecraft.item.crafting.Ingredient@5fbe643]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5023 extraplanets:eris_stairs_sub_surface RecipeStage{tier='five', recipe=4xtile.eris_stairs_sub_surface@0:[net.minecraft.item.crafting.Ingredient@18e10935, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@18e10935, net.minecraft.item.crafting.Ingredient@18e10935, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@18e10935, net.minecraft.item.crafting.Ingredient@18e10935, net.minecraft.item.crafting.Ingredient@18e10935]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5024 extraplanets:eris_stairs_stone_bricks RecipeStage{tier='five', recipe=4xtile.eris_stairs_stone_bricks@0:[net.minecraft.item.crafting.Ingredient@7d5f49c6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7d5f49c6, net.minecraft.item.crafting.Ingredient@7d5f49c6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7d5f49c6, net.minecraft.item.crafting.Ingredient@7d5f49c6, net.minecraft.item.crafting.Ingredient@7d5f49c6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5025 extraplanets:eris_stairs_stone RecipeStage{tier='five', recipe=4xtile.eris_stairs_stone@0:[net.minecraft.item.crafting.Ingredient@48b9b63c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@48b9b63c, net.minecraft.item.crafting.Ingredient@48b9b63c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@48b9b63c, net.minecraft.item.crafting.Ingredient@48b9b63c, net.minecraft.item.crafting.Ingredient@48b9b63c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5026 extraplanets:eris_8 RecipeStage{tier='five', recipe=4xtile.eris.0@8:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2f12c7cb, net.minecraft.item.crafting.Ingredient@2f12c7cb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2f12c7cb, net.minecraft.item.crafting.Ingredient@2f12c7cb, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5027 extraplanets:eris_7 RecipeStage{tier='five', recipe=1xtile.eris.0@7:[net.minecraft.item.crafting.Ingredient@4de64c0a, net.minecraft.item.crafting.Ingredient@4de64c0a, net.minecraft.item.crafting.Ingredient@4de64c0a, net.minecraft.item.crafting.Ingredient@4de64c0a, net.minecraft.item.crafting.Ingredient@4de64c0a, net.minecraft.item.crafting.Ingredient@4de64c0a, net.minecraft.item.crafting.Ingredient@4de64c0a, net.minecraft.item.crafting.Ingredient@4de64c0a, net.minecraft.item.crafting.Ingredient@4de64c0a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5028 extraplanets:electric_parts_3 RecipeStage{tier='five', recipe=1xitem.electric_parts@3:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@68ef4fe1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@68ef4fe1, net.minecraft.item.crafting.Ingredient@3871f8f4, net.minecraftforge.oredict.OreIngredient@68ef4fe1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@68ef4fe1, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5029 extraplanets:electric_parts_2 RecipeStage{tier='five', recipe=1xitem.electric_parts@2:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2c6e38ca, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2c6e38ca, net.minecraft.item.crafting.Ingredient@5be5fb05, net.minecraft.item.crafting.Ingredient@2c6e38ca, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2c6e38ca, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5036 extraplanets:dense_ice RecipeStage{tier='five', recipe=1xtile.dense_ice@0:[net.minecraft.item.crafting.Ingredient@72d61d86, net.minecraft.item.crafting.Ingredient@72d61d86, net.minecraft.item.crafting.Ingredient@72d61d86, net.minecraft.item.crafting.Ingredient@72d61d86, net.minecraft.item.crafting.Ingredient@72d61d86, net.minecraft.item.crafting.Ingredient@72d61d86, net.minecraft.item.crafting.Ingredient@72d61d86, net.minecraft.item.crafting.Ingredient@72d61d86, net.minecraft.item.crafting.Ingredient@72d61d86]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5037 extraplanets:decorative_blocks_9 RecipeStage{tier='five', recipe=1xtile.decorative_blocks.0@9:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4d211e0, net.minecraft.item.crafting.Ingredient@4d211e0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4d211e0, net.minecraft.item.crafting.Ingredient@4d211e0, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5038 extraplanets:decorative_blocks_8 RecipeStage{tier='five', recipe=1xtile.decorative_blocks.0@8:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@36f05383, net.minecraft.item.crafting.Ingredient@36f05383, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@36f05383, net.minecraft.item.crafting.Ingredient@36f05383, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5039 extraplanets:decorative_blocks_7 RecipeStage{tier='five', recipe=1xtile.decorative_blocks.0@7:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@32cb2465, net.minecraft.item.crafting.Ingredient@32cb2465, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@32cb2465, net.minecraft.item.crafting.Ingredient@32cb2465, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5040 extraplanets:decorative_blocks_6 RecipeStage{tier='five', recipe=1xtile.decorative_blocks.0@6:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@69f60bf0, net.minecraft.item.crafting.Ingredient@69f60bf0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@69f60bf0, net.minecraft.item.crafting.Ingredient@69f60bf0, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5041 extraplanets:decorative_blocks_5 RecipeStage{tier='five', recipe=1xtile.decorative_blocks.0@5:[net.minecraftforge.oredict.OreIngredient@627c8fa, net.minecraft.item.crafting.Ingredient@1cb4054f, net.minecraftforge.oredict.OreIngredient@22e45b6e, net.minecraft.item.crafting.Ingredient@1cb4054f, net.minecraftforge.oredict.OreIngredient@627c8fa, net.minecraft.item.crafting.Ingredient@1cb4054f, net.minecraftforge.oredict.OreIngredient@627c8fa, net.minecraft.item.crafting.Ingredient@1cb4054f, net.minecraftforge.oredict.OreIngredient@22e45b6e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5042 extraplanets:decorative_blocks_4 RecipeStage{tier='five', recipe=1xtile.decorative_blocks.0@4:[net.minecraft.item.crafting.Ingredient@1385249f, net.minecraft.item.crafting.Ingredient@1385249f, net.minecraft.item.crafting.Ingredient@1385249f, net.minecraft.item.crafting.Ingredient@1385249f, net.minecraft.item.crafting.Ingredient@f21744d, net.minecraft.item.crafting.Ingredient@1385249f, net.minecraft.item.crafting.Ingredient@1385249f, net.minecraft.item.crafting.Ingredient@1385249f, net.minecraft.item.crafting.Ingredient@1385249f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5043 extraplanets:decorative_blocks_3 RecipeStage{tier='five', recipe=1xtile.decorative_blocks.0@3:[net.minecraft.item.crafting.Ingredient@2eafcb0a, net.minecraft.item.crafting.Ingredient@2eafcb0a, net.minecraft.item.crafting.Ingredient@2eafcb0a, net.minecraft.item.crafting.Ingredient@2eafcb0a, net.minecraft.item.crafting.Ingredient@2eafcb0a, net.minecraft.item.crafting.Ingredient@2eafcb0a, net.minecraft.item.crafting.Ingredient@2eafcb0a, net.minecraft.item.crafting.Ingredient@2eafcb0a, net.minecraft.item.crafting.Ingredient@2eafcb0a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5044 extraplanets:decorative_blocks_2 RecipeStage{tier='five', recipe=1xtile.decorative_blocks.0@2:[net.minecraft.item.crafting.Ingredient@432b26c3, net.minecraft.item.crafting.Ingredient@432b26c3, net.minecraft.item.crafting.Ingredient@432b26c3, net.minecraft.item.crafting.Ingredient@432b26c3, net.minecraft.item.crafting.Ingredient@432b26c3, net.minecraft.item.crafting.Ingredient@432b26c3, net.minecraft.item.crafting.Ingredient@432b26c3, net.minecraft.item.crafting.Ingredient@432b26c3, net.minecraft.item.crafting.Ingredient@432b26c3]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5045 extraplanets:decorative_blocks_15 RecipeStage{tier='five', recipe=1xtile.decorative_blocks.0@15:[net.minecraft.item.crafting.Ingredient@15c3b745, net.minecraft.item.crafting.Ingredient@15c3b745, net.minecraft.item.crafting.Ingredient@15c3b745, net.minecraft.item.crafting.Ingredient@15c3b745, net.minecraft.item.crafting.Ingredient@15c3b745, net.minecraft.item.crafting.Ingredient@15c3b745, net.minecraft.item.crafting.Ingredient@15c3b745, net.minecraft.item.crafting.Ingredient@15c3b745, net.minecraft.item.crafting.Ingredient@15c3b745]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5046 extraplanets:decorative_blocks_14 RecipeStage{tier='five', recipe=1xtile.decorative_blocks.0@14:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5c491710, net.minecraft.item.crafting.Ingredient@5c491710, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5c491710, net.minecraft.item.crafting.Ingredient@5c491710, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5047 extraplanets:decorative_blocks_13 RecipeStage{tier='five', recipe=1xtile.decorative_blocks.0@13:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@8b65273, net.minecraft.item.crafting.Ingredient@8b65273, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@8b65273, net.minecraft.item.crafting.Ingredient@8b65273, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5048 extraplanets:decorative_blocks_12 RecipeStage{tier='five', recipe=1xtile.decorative_blocks.0@12:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@d59b7ed, net.minecraft.item.crafting.Ingredient@d59b7ed, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@d59b7ed, net.minecraft.item.crafting.Ingredient@d59b7ed, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5049 extraplanets:decorative_blocks_11 RecipeStage{tier='five', recipe=1xtile.decorative_blocks.0@11:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5a28a180, net.minecraft.item.crafting.Ingredient@5a28a180, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5a28a180, net.minecraft.item.crafting.Ingredient@5a28a180, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5050 extraplanets:decorative_blocks_10 RecipeStage{tier='five', recipe=1xtile.decorative_blocks.0@10:[net.minecraft.item.crafting.Ingredient@51d6e52, net.minecraft.item.crafting.Ingredient@51d6e52, net.minecraft.item.crafting.Ingredient@51d6e52, net.minecraft.item.crafting.Ingredient@51d6e52, net.minecraft.item.crafting.Ingredient@51d6e52, net.minecraft.item.crafting.Ingredient@51d6e52, net.minecraft.item.crafting.Ingredient@51d6e52, net.minecraft.item.crafting.Ingredient@51d6e52, net.minecraft.item.crafting.Ingredient@51d6e52]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5051 extraplanets:decorative_blocks_1 RecipeStage{tier='five', recipe=1xtile.decorative_blocks.0@1:[net.minecraft.item.crafting.Ingredient@6099cbec, net.minecraft.item.crafting.Ingredient@6099cbec, net.minecraft.item.crafting.Ingredient@6099cbec, net.minecraft.item.crafting.Ingredient@6099cbec, net.minecraft.item.crafting.Ingredient@6099cbec, net.minecraft.item.crafting.Ingredient@6099cbec, net.minecraft.item.crafting.Ingredient@6099cbec, net.minecraft.item.crafting.Ingredient@6099cbec, net.minecraft.item.crafting.Ingredient@6099cbec]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5052 extraplanets:decorative_blocks2_5 RecipeStage{tier='five', recipe=1xtile.decorative_blocks2.0@5:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7fb60752, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7fb60752, net.minecraft.item.crafting.Ingredient@e339195, net.minecraftforge.oredict.OreIngredient@7fb60752, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7fb60752, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5053 extraplanets:decorative_blocks2_4 RecipeStage{tier='five', recipe=1xtile.decorative_blocks2.0@4:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@c42762e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@c42762e, net.minecraft.item.crafting.Ingredient@63d2d496, net.minecraftforge.oredict.OreIngredient@c42762e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@c42762e, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5054 extraplanets:decorative_blocks2_3 RecipeStage{tier='five', recipe=1xtile.decorative_blocks2.0@3:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@448f094f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@448f094f, net.minecraft.item.crafting.Ingredient@4b31ca18, net.minecraftforge.oredict.OreIngredient@448f094f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@448f094f, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5055 extraplanets:decorative_blocks2_2 RecipeStage{tier='five', recipe=1xtile.decorative_blocks2.0@2:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7599c368, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7599c368, net.minecraft.item.crafting.Ingredient@fd7b375, net.minecraftforge.oredict.OreIngredient@7599c368, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7599c368, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5056 extraplanets:decorative_blocks2_1 RecipeStage{tier='five', recipe=1xtile.decorative_blocks2.0@1:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7d5392ee, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7d5392ee, net.minecraft.item.crafting.Ingredient@432670a5, net.minecraftforge.oredict.OreIngredient@7d5392ee, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7d5392ee, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5057 extraplanets:decorative_blocks2_0 RecipeStage{tier='five', recipe=1xtile.decorative_blocks2.0@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@627c8fa, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@627c8fa, net.minecraft.item.crafting.Ingredient@219ea18c, net.minecraftforge.oredict.OreIngredient@627c8fa, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@627c8fa, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5064 extraplanets:cloth_0 RecipeStage{tier='five', recipe=8xitem.cloth@0:[net.minecraft.item.crafting.Ingredient@18cfb331, net.minecraft.item.crafting.Ingredient@2f4775d9, net.minecraft.item.crafting.Ingredient@1df92b49, net.minecraft.item.crafting.Ingredient@509db26c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5071 extraplanets:ceres_stairs_surface RecipeStage{tier='five', recipe=4xtile.ceres_stairs_surface@0:[net.minecraft.item.crafting.Ingredient@46a5bb05, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@46a5bb05, net.minecraft.item.crafting.Ingredient@46a5bb05, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@46a5bb05, net.minecraft.item.crafting.Ingredient@46a5bb05, net.minecraft.item.crafting.Ingredient@46a5bb05]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5072 extraplanets:ceres_stairs_sub_surface RecipeStage{tier='five', recipe=4xtile.ceres_stairs_sub_surface@0:[net.minecraft.item.crafting.Ingredient@55bf352b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@55bf352b, net.minecraft.item.crafting.Ingredient@55bf352b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@55bf352b, net.minecraft.item.crafting.Ingredient@55bf352b, net.minecraft.item.crafting.Ingredient@55bf352b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5073 extraplanets:ceres_stairs_stone_bricks RecipeStage{tier='five', recipe=4xtile.ceres_stairs_stone_bricks@0:[net.minecraft.item.crafting.Ingredient@11f44693, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@11f44693, net.minecraft.item.crafting.Ingredient@11f44693, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@11f44693, net.minecraft.item.crafting.Ingredient@11f44693, net.minecraft.item.crafting.Ingredient@11f44693]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5074 extraplanets:ceres_stairs_stone RecipeStage{tier='five', recipe=4xtile.ceres_stairs_stone@0:[net.minecraft.item.crafting.Ingredient@12e8b3bc, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@12e8b3bc, net.minecraft.item.crafting.Ingredient@12e8b3bc, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@12e8b3bc, net.minecraft.item.crafting.Ingredient@12e8b3bc, net.minecraft.item.crafting.Ingredient@12e8b3bc]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5075 extraplanets:ceres_8 RecipeStage{tier='five', recipe=4xtile.ceres.0@8:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6f62c0d0, net.minecraft.item.crafting.Ingredient@6f62c0d0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6f62c0d0, net.minecraft.item.crafting.Ingredient@6f62c0d0, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5077 extraplanets:candy_blocks_horizontal_9 RecipeStage{tier='five', recipe=1xtile.candy_blocks_horizontal.0@9:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@22e45b6e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@22e45b6e, net.minecraft.item.crafting.Ingredient@765d9102, net.minecraftforge.oredict.OreIngredient@22e45b6e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@22e45b6e, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5078 extraplanets:candy_blocks_horizontal_8 RecipeStage{tier='five', recipe=1xtile.candy_blocks_horizontal.0@8:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3e0e533, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3e0e533, net.minecraft.item.crafting.Ingredient@2a008fd8, net.minecraftforge.oredict.OreIngredient@3e0e533, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3e0e533, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5079 extraplanets:candy_blocks_horizontal_7 RecipeStage{tier='five', recipe=1xtile.candy_blocks_horizontal.0@7:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@511a92e0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@511a92e0, net.minecraft.item.crafting.Ingredient@5a5dab64, net.minecraftforge.oredict.OreIngredient@511a92e0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@511a92e0, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5080 extraplanets:candy_blocks_horizontal_6 RecipeStage{tier='five', recipe=1xtile.candy_blocks_horizontal.0@6:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4042a590, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4042a590, net.minecraft.item.crafting.Ingredient@8e9c7ca, net.minecraftforge.oredict.OreIngredient@4042a590, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4042a590, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5081 extraplanets:candy_blocks_horizontal_5 RecipeStage{tier='five', recipe=1xtile.candy_blocks_horizontal.0@5:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4a1d9c1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4a1d9c1, net.minecraft.item.crafting.Ingredient@856d529, net.minecraftforge.oredict.OreIngredient@4a1d9c1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4a1d9c1, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5082 extraplanets:candy_blocks_horizontal_4 RecipeStage{tier='five', recipe=1xtile.candy_blocks_horizontal.0@4:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@779b6fd2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@779b6fd2, net.minecraft.item.crafting.Ingredient@158d1340, net.minecraftforge.oredict.OreIngredient@779b6fd2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@779b6fd2, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5083 extraplanets:candy_blocks_horizontal_3 RecipeStage{tier='five', recipe=1xtile.candy_blocks_horizontal.0@3:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@38d87ae4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@38d87ae4, net.minecraft.item.crafting.Ingredient@60597a47, net.minecraftforge.oredict.OreIngredient@38d87ae4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@38d87ae4, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5084 extraplanets:candy_blocks_horizontal_2_alt_alt RecipeStage{tier='five', recipe=1xtile.candy_blocks_horizontal.0@2:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@448f094f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@448f094f, net.minecraft.item.crafting.Ingredient@b10fd2b, net.minecraftforge.oredict.OreIngredient@448f094f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@448f094f, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5085 extraplanets:candy_blocks_horizontal_2_alt RecipeStage{tier='five', recipe=1xtile.candy_blocks_horizontal.0@2:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7f090cf6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7f090cf6, net.minecraft.item.crafting.Ingredient@7f210fbd, net.minecraftforge.oredict.OreIngredient@7f090cf6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7f090cf6, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5086 extraplanets:candy_blocks_horizontal_2 RecipeStage{tier='five', recipe=1xtile.candy_blocks_horizontal.0@2:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7599c368, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7599c368, net.minecraft.item.crafting.Ingredient@272fa874, net.minecraftforge.oredict.OreIngredient@7599c368, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7599c368, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5087 extraplanets:candy_blocks_horizontal_1 RecipeStage{tier='five', recipe=1xtile.candy_blocks_horizontal.0@1:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7fb60752, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7fb60752, net.minecraft.item.crafting.Ingredient@7ae03628, net.minecraftforge.oredict.OreIngredient@7fb60752, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7fb60752, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5088 extraplanets:candy_blocks_horizontal_0 RecipeStage{tier='five', recipe=1xtile.candy_blocks_horizontal.0@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7d5392ee, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7d5392ee, net.minecraft.item.crafting.Ingredient@4658b956, net.minecraftforge.oredict.OreIngredient@7d5392ee, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7d5392ee, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5089 extraplanets:candy_blocks_9 RecipeStage{tier='five', recipe=1xtile.candy_blocks.0@9:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@22e45b6e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@22e45b6e, net.minecraft.item.crafting.Ingredient@40e988e2, net.minecraftforge.oredict.OreIngredient@22e45b6e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@22e45b6e, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5090 extraplanets:candy_blocks_8 RecipeStage{tier='five', recipe=1xtile.candy_blocks.0@8:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3e0e533, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3e0e533, net.minecraft.item.crafting.Ingredient@6609bf, net.minecraftforge.oredict.OreIngredient@3e0e533, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3e0e533, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5091 extraplanets:candy_blocks_7 RecipeStage{tier='five', recipe=1xtile.candy_blocks.0@7:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@511a92e0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@511a92e0, net.minecraft.item.crafting.Ingredient@204e585c, net.minecraftforge.oredict.OreIngredient@511a92e0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@511a92e0, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5092 extraplanets:candy_blocks_6 RecipeStage{tier='five', recipe=1xtile.candy_blocks.0@6:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4042a590, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4042a590, net.minecraft.item.crafting.Ingredient@603d43c4, net.minecraftforge.oredict.OreIngredient@4042a590, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4042a590, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5093 extraplanets:candy_blocks_5 RecipeStage{tier='five', recipe=1xtile.candy_blocks.0@5:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4a1d9c1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4a1d9c1, net.minecraft.item.crafting.Ingredient@63a8a909, net.minecraftforge.oredict.OreIngredient@4a1d9c1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4a1d9c1, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5094 extraplanets:candy_blocks_4 RecipeStage{tier='five', recipe=1xtile.candy_blocks.0@4:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@779b6fd2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@779b6fd2, net.minecraft.item.crafting.Ingredient@19978d69, net.minecraftforge.oredict.OreIngredient@779b6fd2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@779b6fd2, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5095 extraplanets:candy_blocks_3 RecipeStage{tier='five', recipe=1xtile.candy_blocks.0@3:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@38d87ae4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@38d87ae4, net.minecraft.item.crafting.Ingredient@12c9eb8f, net.minecraftforge.oredict.OreIngredient@38d87ae4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@38d87ae4, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5096 extraplanets:candy_blocks_2_alt_alt RecipeStage{tier='five', recipe=1xtile.candy_blocks.0@2:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@448f094f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@448f094f, net.minecraft.item.crafting.Ingredient@33580271, net.minecraftforge.oredict.OreIngredient@448f094f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@448f094f, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5097 extraplanets:candy_blocks_2_alt RecipeStage{tier='five', recipe=1xtile.candy_blocks.0@2:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7f090cf6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7f090cf6, net.minecraft.item.crafting.Ingredient@178f2160, net.minecraftforge.oredict.OreIngredient@7f090cf6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7f090cf6, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5098 extraplanets:candy_blocks_2 RecipeStage{tier='five', recipe=1xtile.candy_blocks.0@2:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7599c368, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7599c368, net.minecraft.item.crafting.Ingredient@6b12b24c, net.minecraftforge.oredict.OreIngredient@7599c368, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7599c368, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5099 extraplanets:candy_blocks_1 RecipeStage{tier='five', recipe=1xtile.candy_blocks.0@1:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7fb60752, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7fb60752, net.minecraft.item.crafting.Ingredient@7a1e37c8, net.minecraftforge.oredict.OreIngredient@7fb60752, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7fb60752, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5100 extraplanets:candy_blocks_0 RecipeStage{tier='five', recipe=1xtile.candy_blocks.0@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7d5392ee, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7d5392ee, net.minecraft.item.crafting.Ingredient@1115fed8, net.minecraftforge.oredict.OreIngredient@7d5392ee, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7d5392ee, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5101 extraplanets:cake_blocks_7 RecipeStage{tier='five', recipe=1xtile.cake_blocks.0@7:[net.minecraft.item.crafting.Ingredient@51b5af7c, net.minecraft.item.crafting.Ingredient@51b5af7c, net.minecraft.item.crafting.Ingredient@51b5af7c, net.minecraft.item.crafting.Ingredient@51b5af7c, net.minecraft.item.crafting.Ingredient@51b5af7c, net.minecraft.item.crafting.Ingredient@51b5af7c, net.minecraft.item.crafting.Ingredient@51b5af7c, net.minecraft.item.crafting.Ingredient@51b5af7c, net.minecraft.item.crafting.Ingredient@51b5af7c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5102 extraplanets:cake_blocks_6_alt_alt RecipeStage{tier='five', recipe=1xtile.cake_blocks.0@6:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@38d87ae4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@38d87ae4, net.minecraft.item.crafting.Ingredient@3fb38f02, net.minecraftforge.oredict.OreIngredient@38d87ae4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@38d87ae4, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5103 extraplanets:cake_blocks_6_alt RecipeStage{tier='five', recipe=1xtile.cake_blocks.0@6:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@38d87ae4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@38d87ae4, net.minecraft.item.crafting.Ingredient@46c8301b, net.minecraftforge.oredict.OreIngredient@38d87ae4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@38d87ae4, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5104 extraplanets:cake_blocks_6 RecipeStage{tier='five', recipe=1xtile.cake_blocks.0@6:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@38d87ae4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@38d87ae4, net.minecraft.item.crafting.Ingredient@63634006, net.minecraftforge.oredict.OreIngredient@38d87ae4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@38d87ae4, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5105 extraplanets:cake_blocks_5_alt_alt RecipeStage{tier='five', recipe=1xtile.cake_blocks.0@5:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4a1d9c1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4a1d9c1, net.minecraft.item.crafting.Ingredient@58c5ca0d, net.minecraftforge.oredict.OreIngredient@4a1d9c1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4a1d9c1, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5106 extraplanets:cake_blocks_5_alt RecipeStage{tier='five', recipe=1xtile.cake_blocks.0@5:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4a1d9c1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4a1d9c1, net.minecraft.item.crafting.Ingredient@44b49883, net.minecraftforge.oredict.OreIngredient@4a1d9c1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4a1d9c1, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5107 extraplanets:cake_blocks_5 RecipeStage{tier='five', recipe=1xtile.cake_blocks.0@5:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4a1d9c1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4a1d9c1, net.minecraft.item.crafting.Ingredient@601eb43c, net.minecraftforge.oredict.OreIngredient@4a1d9c1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4a1d9c1, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5108 extraplanets:cake_blocks_4_alt_alt RecipeStage{tier='five', recipe=1xtile.cake_blocks.0@4:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7fb60752, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7fb60752, net.minecraft.item.crafting.Ingredient@4366a761, net.minecraftforge.oredict.OreIngredient@7fb60752, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7fb60752, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5109 extraplanets:cake_blocks_4_alt RecipeStage{tier='five', recipe=1xtile.cake_blocks.0@4:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7fb60752, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7fb60752, net.minecraft.item.crafting.Ingredient@e571cf7, net.minecraftforge.oredict.OreIngredient@7fb60752, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7fb60752, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5110 extraplanets:cake_blocks_4 RecipeStage{tier='five', recipe=1xtile.cake_blocks.0@4:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7fb60752, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7fb60752, net.minecraft.item.crafting.Ingredient@273a3368, net.minecraftforge.oredict.OreIngredient@7fb60752, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7fb60752, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5111 extraplanets:cake_blocks_3_alt_alt RecipeStage{tier='five', recipe=1xtile.cake_blocks.0@3:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7d5392ee, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7d5392ee, net.minecraft.item.crafting.Ingredient@30bf69e9, net.minecraftforge.oredict.OreIngredient@7d5392ee, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7d5392ee, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5112 extraplanets:cake_blocks_3_alt RecipeStage{tier='five', recipe=1xtile.cake_blocks.0@3:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7d5392ee, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7d5392ee, net.minecraft.item.crafting.Ingredient@2cbafcde, net.minecraftforge.oredict.OreIngredient@7d5392ee, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7d5392ee, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5113 extraplanets:cake_blocks_3 RecipeStage{tier='five', recipe=1xtile.cake_blocks.0@3:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7d5392ee, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7d5392ee, net.minecraft.item.crafting.Ingredient@b094602, net.minecraftforge.oredict.OreIngredient@7d5392ee, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7d5392ee, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5120 extraplanets:blue_diamond_sword RecipeStage{tier='five', recipe=1xitem.blue_diamond_sword@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@71a71801, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@71a71801, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@158d98d7, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5121 extraplanets:blue_diamond_shovel RecipeStage{tier='five', recipe=1xitem.blue_diamond_shovel@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@84501af, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@158d98d7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@158d98d7, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5122 extraplanets:blue_diamond_pickaxe RecipeStage{tier='five', recipe=1xitem.blue_diamond_pickaxe@0:[net.minecraft.item.crafting.Ingredient@2444ed2b, net.minecraft.item.crafting.Ingredient@2444ed2b, net.minecraft.item.crafting.Ingredient@2444ed2b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@158d98d7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@158d98d7, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5123 extraplanets:blue_diamond_legings RecipeStage{tier='five', recipe=1xitem.blue_diamond_legings@0:[net.minecraft.item.crafting.Ingredient@74083cf6, net.minecraft.item.crafting.Ingredient@74083cf6, net.minecraft.item.crafting.Ingredient@74083cf6, net.minecraft.item.crafting.Ingredient@74083cf6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@74083cf6, net.minecraft.item.crafting.Ingredient@74083cf6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@74083cf6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5124 extraplanets:blue_diamond_hoe RecipeStage{tier='five', recipe=1xitem.blue_diamond_hoe@0:[net.minecraft.item.crafting.Ingredient@1791c6f2, net.minecraft.item.crafting.Ingredient@1791c6f2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@158d98d7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@158d98d7, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5125 extraplanets:blue_diamond_helmet RecipeStage{tier='five', recipe=1xitem.blue_diamond_helmet@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@60030513, net.minecraft.item.crafting.Ingredient@60030513, net.minecraft.item.crafting.Ingredient@60030513, net.minecraft.item.crafting.Ingredient@60030513, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@60030513]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5126 extraplanets:blue_diamond_chest RecipeStage{tier='five', recipe=1xitem.blue_diamond_chest@0:[net.minecraft.item.crafting.Ingredient@62a55ee8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@62a55ee8, net.minecraft.item.crafting.Ingredient@62a55ee8, net.minecraft.item.crafting.Ingredient@62a55ee8, net.minecraft.item.crafting.Ingredient@62a55ee8, net.minecraft.item.crafting.Ingredient@62a55ee8, net.minecraft.item.crafting.Ingredient@62a55ee8, net.minecraft.item.crafting.Ingredient@62a55ee8]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5127 extraplanets:blue_diamond_boots RecipeStage{tier='five', recipe=1xitem.blue_diamond_boots@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3a9c8b4d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3a9c8b4d, net.minecraft.item.crafting.Ingredient@3a9c8b4d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3a9c8b4d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5128 extraplanets:blue_diamond_axe RecipeStage{tier='five', recipe=1xitem.blue_diamond_axe@0:[net.minecraft.item.crafting.Ingredient@4eeb5877, net.minecraft.item.crafting.Ingredient@4eeb5877, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4eeb5877, net.minecraftforge.oredict.OreIngredient@158d98d7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@158d98d7, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5129 extraplanets:apple_iron_1 RecipeStage{tier='five', recipe=1xitem.apple_iron@1:[net.minecraft.item.crafting.Ingredient@3447963f, net.minecraft.item.crafting.Ingredient@3447963f, net.minecraft.item.crafting.Ingredient@3447963f, net.minecraft.item.crafting.Ingredient@3447963f, net.minecraft.item.crafting.Ingredient@7e49001a, net.minecraft.item.crafting.Ingredient@3447963f, net.minecraft.item.crafting.Ingredient@3447963f, net.minecraft.item.crafting.Ingredient@3447963f, net.minecraft.item.crafting.Ingredient@3447963f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5131 extraplanets:apple_diamond_1 RecipeStage{tier='five', recipe=1xitem.apple_diamond@1:[net.minecraft.item.crafting.Ingredient@7f64027d, net.minecraft.item.crafting.Ingredient@7f64027d, net.minecraft.item.crafting.Ingredient@7f64027d, net.minecraft.item.crafting.Ingredient@7f64027d, net.minecraft.item.crafting.Ingredient@49257764, net.minecraft.item.crafting.Ingredient@7f64027d, net.minecraft.item.crafting.Ingredient@7f64027d, net.minecraft.item.crafting.Ingredient@7f64027d, net.minecraft.item.crafting.Ingredient@7f64027d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5134 extraplanets:advanced_oxygen_compressor_4 RecipeStage{tier='five', recipe=1xtile.advanced_oxygen_compressor.0@4:[net.minecraft.item.crafting.Ingredient@70701852, net.minecraft.item.crafting.Ingredient@22b6aed9, net.minecraft.item.crafting.Ingredient@70701852, net.minecraft.item.crafting.Ingredient@22b6aed9, net.minecraft.item.crafting.Ingredient@70701852, net.minecraft.item.crafting.Ingredient@22b6aed9, net.minecraft.item.crafting.Ingredient@70701852, net.minecraft.item.crafting.Ingredient@22b6aed9, net.minecraft.item.crafting.Ingredient@70701852]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5135 extraplanets:advanced_oxygen_compressor_0 RecipeStage{tier='five', recipe=1xtile.advanced_oxygen_compressor.0@0:[net.minecraft.item.crafting.Ingredient@766929af, net.minecraft.item.crafting.Ingredient@73e79098, net.minecraft.item.crafting.Ingredient@766929af, net.minecraft.item.crafting.Ingredient@73e79098, net.minecraft.item.crafting.Ingredient@766929af, net.minecraft.item.crafting.Ingredient@73e79098, net.minecraft.item.crafting.Ingredient@766929af, net.minecraft.item.crafting.Ingredient@73e79098, net.minecraft.item.crafting.Ingredient@766929af]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5136 extraplanets:advanced_launch_pad_3 RecipeStage{tier='five', recipe=5xtile.advanced_launch_pad@3:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2c822c71, net.minecraft.item.crafting.Ingredient@2c822c71, net.minecraft.item.crafting.Ingredient@2c822c71, net.minecraft.item.crafting.Ingredient@22f957a9, net.minecraft.item.crafting.Ingredient@22f957a9, net.minecraft.item.crafting.Ingredient@22f957a9]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5137 extraplanets:advanced_launch_pad_2 RecipeStage{tier='five', recipe=5xtile.advanced_launch_pad@2:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5949e69c, net.minecraft.item.crafting.Ingredient@5949e69c, net.minecraft.item.crafting.Ingredient@5949e69c, net.minecraft.item.crafting.Ingredient@3ccb2ab2, net.minecraft.item.crafting.Ingredient@3ccb2ab2, net.minecraft.item.crafting.Ingredient@3ccb2ab2]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5138 extraplanets:advanced_launch_pad_1 RecipeStage{tier='five', recipe=5xtile.advanced_launch_pad@1:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@10fa451b, net.minecraft.item.crafting.Ingredient@10fa451b, net.minecraft.item.crafting.Ingredient@10fa451b, net.minecraft.item.crafting.Ingredient@361e2495, net.minecraft.item.crafting.Ingredient@361e2495, net.minecraft.item.crafting.Ingredient@361e2495]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5139 extraplanets:advanced_launch_pad_0 RecipeStage{tier='five', recipe=5xtile.advanced_launch_pad@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7e6ad803, net.minecraft.item.crafting.Ingredient@7e6ad803, net.minecraft.item.crafting.Ingredient@7e6ad803, net.minecraft.item.crafting.Ingredient@56562106, net.minecraft.item.crafting.Ingredient@56562106, net.minecraft.item.crafting.Ingredient@56562106]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5141 extraplanets:advanced_battery net.minecraft.item.crafting.ShapedRecipes@551c2018 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5142 farmingforblockheads:fertilizer_red RecipeStage{tier='two', recipe=4xitem.farmingforblockheads:fertilizer@0:[net.minecraftforge.oredict.OreIngredient@3ae6013b, net.minecraftforge.oredict.OreIngredient@3ae6013b, net.minecraftforge.oredict.OreIngredient@3ae6013b, net.minecraftforge.oredict.OreIngredient@763c8318, net.minecraft.item.crafting.Ingredient@7050d4c, net.minecraftforge.oredict.OreIngredient@763c8318, net.minecraft.item.crafting.Ingredient@15b36af7, net.minecraft.item.crafting.Ingredient@15b36af7, net.minecraft.item.crafting.Ingredient@15b36af7]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5143 farmingforblockheads:fertilizer_green RecipeStage{tier='two', recipe=4xitem.farmingforblockheads:fertilizer@1:[net.minecraftforge.oredict.OreIngredient@767c5df2, net.minecraftforge.oredict.OreIngredient@767c5df2, net.minecraftforge.oredict.OreIngredient@767c5df2, net.minecraftforge.oredict.OreIngredient@763c8318, net.minecraft.item.crafting.Ingredient@1abdb678, net.minecraftforge.oredict.OreIngredient@763c8318, net.minecraft.item.crafting.Ingredient@2b573dd3, net.minecraft.item.crafting.Ingredient@2b573dd3, net.minecraft.item.crafting.Ingredient@2b573dd3]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5144 farmingforblockheads:feeding_trough RecipeStage{tier='two', recipe=1xtile.farmingforblockheads:feeding_trough@0:[net.minecraftforge.oredict.OreIngredient@1eba5d88, net.minecraft.item.crafting.Ingredient@146e83a9, net.minecraftforge.oredict.OreIngredient@1eba5d88, net.minecraftforge.oredict.OreIngredient@1eba5d88, net.minecraft.item.crafting.Ingredient@614020ff, net.minecraftforge.oredict.OreIngredient@1eba5d88]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5146 farmingforblockheads:fertilizer_yellow RecipeStage{tier='two', recipe=4xitem.farmingforblockheads:fertilizer@2:[net.minecraftforge.oredict.OreIngredient@4944ce00, net.minecraftforge.oredict.OreIngredient@4944ce00, net.minecraftforge.oredict.OreIngredient@4944ce00, net.minecraftforge.oredict.OreIngredient@763c8318, net.minecraft.item.crafting.Ingredient@488437d1, net.minecraftforge.oredict.OreIngredient@763c8318, net.minecraft.item.crafting.Ingredient@6ca4ad47, net.minecraft.item.crafting.Ingredient@6ca4ad47, net.minecraft.item.crafting.Ingredient@6ca4ad47]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5147 farmingforblockheads:chicken_nest RecipeStage{tier='two', recipe=1xtile.farmingforblockheads:chicken_nest@0:[net.minecraftforge.oredict.OreIngredient@1eba5d88, net.minecraft.item.crafting.Ingredient@5ea4794c, net.minecraftforge.oredict.OreIngredient@1eba5d88]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5219 ferdinandsflowers:block_stone_light_stone RecipeStage{tier='one', recipe=1xtile.block_stone_light@0:[net.minecraft.item.crafting.Ingredient@44739be, net.minecraft.item.crafting.Ingredient@3e102b52]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5220 ferdinandsflowers:block_stone_light_smooth_granite RecipeStage{tier='one', recipe=1xtile.block_stone_light@6:[net.minecraft.item.crafting.Ingredient@19f10b14, net.minecraft.item.crafting.Ingredient@52710d6f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5221 ferdinandsflowers:block_stone_light_smooth_diorite RecipeStage{tier='one', recipe=1xtile.block_stone_light@4:[net.minecraft.item.crafting.Ingredient@1eb99d6c, net.minecraft.item.crafting.Ingredient@62aef67b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5222 ferdinandsflowers:block_stone_light_smooth_andesite RecipeStage{tier='one', recipe=1xtile.block_stone_light@2:[net.minecraft.item.crafting.Ingredient@748fb389, net.minecraft.item.crafting.Ingredient@5972d364]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5223 ferdinandsflowers:block_stone_light_granite RecipeStage{tier='one', recipe=1xtile.block_stone_light@5:[net.minecraft.item.crafting.Ingredient@48d6df36, net.minecraft.item.crafting.Ingredient@26bbbf5c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5224 ferdinandsflowers:block_stone_light_diorite RecipeStage{tier='one', recipe=1xtile.block_stone_light@3:[net.minecraft.item.crafting.Ingredient@7d59a398, net.minecraft.item.crafting.Ingredient@4c53b5d6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5225 ferdinandsflowers:block_stone_light_andesite RecipeStage{tier='one', recipe=1xtile.block_stone_light@1:[net.minecraft.item.crafting.Ingredient@59d56c71, net.minecraft.item.crafting.Ingredient@b7e82b1]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5226 ferdinandsflowers:block_stonebrick_light_stone RecipeStage{tier='two', recipe=1xtile.block_stonebrick_light@0:[net.minecraft.item.crafting.Ingredient@1fcd2fe2, net.minecraft.item.crafting.Ingredient@24f73417]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5227 ferdinandsflowers:block_stonebrick_light_mossy RecipeStage{tier='two', recipe=1xtile.block_stonebrick_light@1:[net.minecraft.item.crafting.Ingredient@1febc1f1, net.minecraft.item.crafting.Ingredient@61c8ec40]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5228 ferdinandsflowers:block_stonebrick_light_cracked RecipeStage{tier='two', recipe=1xtile.block_stonebrick_light@2:[net.minecraft.item.crafting.Ingredient@54edc124, net.minecraft.item.crafting.Ingredient@186499d9]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5229 ferdinandsflowers:block_stonebrick_light_chiseled RecipeStage{tier='two', recipe=1xtile.block_stonebrick_light@3:[net.minecraft.item.crafting.Ingredient@723bb2ec, net.minecraft.item.crafting.Ingredient@6ae3382c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5230 ferdinandsflowers:block_sand_light_sand RecipeStage{tier='one', recipe=1xtile.block_sand_light@0:[net.minecraft.item.crafting.Ingredient@7c7f73d6, net.minecraft.item.crafting.Ingredient@704257c2]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5231 ferdinandsflowers:block_sand_light_red RecipeStage{tier='one', recipe=1xtile.block_sand_light@1:[net.minecraft.item.crafting.Ingredient@21dc37c9, net.minecraft.item.crafting.Ingredient@21c6fc93]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5232 ferdinandsflowers:block_plank_light_spruce RecipeStage{tier='one', recipe=1xtile.block_plank_light@2:[net.minecraft.item.crafting.Ingredient@41d42353, net.minecraft.item.crafting.Ingredient@342bde0e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5233 ferdinandsflowers:block_plank_light_oak RecipeStage{tier='one', recipe=1xtile.block_plank_light@0:[net.minecraft.item.crafting.Ingredient@6ebc656a, net.minecraft.item.crafting.Ingredient@30d96142]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5234 ferdinandsflowers:block_plank_light_jungle RecipeStage{tier='one', recipe=1xtile.block_plank_light@4:[net.minecraft.item.crafting.Ingredient@551d138a, net.minecraft.item.crafting.Ingredient@78991422]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5235 ferdinandsflowers:block_plank_light_dark_oak RecipeStage{tier='one', recipe=1xtile.block_plank_light@3:[net.minecraft.item.crafting.Ingredient@2ddebb4a, net.minecraft.item.crafting.Ingredient@769cdbd3]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5236 ferdinandsflowers:block_plank_light_birch RecipeStage{tier='one', recipe=1xtile.block_plank_light@1:[net.minecraft.item.crafting.Ingredient@65434c9a, net.minecraft.item.crafting.Ingredient@429ec79f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5237 ferdinandsflowers:block_plank_light_acacia RecipeStage{tier='one', recipe=1xtile.block_plank_light@5:[net.minecraft.item.crafting.Ingredient@366350f8, net.minecraft.item.crafting.Ingredient@43fa74bf]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5238 ferdinandsflowers:block_metal_light_redstone RecipeStage{tier='two', recipe=1xtile.block_metal_light@1:[net.minecraft.item.crafting.Ingredient@453a85bc, net.minecraft.item.crafting.Ingredient@72680542]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5239 ferdinandsflowers:block_metal_light_lapis RecipeStage{tier='two', recipe=1xtile.block_metal_light@3:[net.minecraft.item.crafting.Ingredient@3e6321b2, net.minecraft.item.crafting.Ingredient@2a5ce732]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5240 ferdinandsflowers:block_metal_light_iron RecipeStage{tier='two', recipe=1xtile.block_metal_light@0:[net.minecraft.item.crafting.Ingredient@62121cfd, net.minecraft.item.crafting.Ingredient@1c2cf905]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5241 ferdinandsflowers:block_metal_light_gold RecipeStage{tier='two', recipe=1xtile.block_metal_light@2:[net.minecraft.item.crafting.Ingredient@7ce45e7a, net.minecraft.item.crafting.Ingredient@69a6d82f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5242 ferdinandsflowers:block_metal_light_coal RecipeStage{tier='two', recipe=1xtile.block_metal_light@4:[net.minecraft.item.crafting.Ingredient@22e7da5d, net.minecraft.item.crafting.Ingredient@33c6673]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5243 ferdinandsflowers:block_log_light_spruce RecipeStage{tier='one', recipe=1xtile.block_log_light@2:[net.minecraft.item.crafting.Ingredient@6dcd8950, net.minecraft.item.crafting.Ingredient@6e4c8e7d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5244 ferdinandsflowers:block_log_light_oak RecipeStage{tier='one', recipe=1xtile.block_log_light@0:[net.minecraft.item.crafting.Ingredient@31a83670, net.minecraft.item.crafting.Ingredient@706fa387]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5245 ferdinandsflowers:block_log_light_jungle RecipeStage{tier='one', recipe=1xtile.block_log_light@4:[net.minecraft.item.crafting.Ingredient@388173ad, net.minecraft.item.crafting.Ingredient@673885d3]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5246 ferdinandsflowers:block_log_light_dark_oak RecipeStage{tier='one', recipe=1xtile.block_log_light@3:[net.minecraft.item.crafting.Ingredient@5acf56b9, net.minecraft.item.crafting.Ingredient@4ab6140]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5247 ferdinandsflowers:block_log_light_birch RecipeStage{tier='one', recipe=1xtile.block_log_light@1:[net.minecraft.item.crafting.Ingredient@309c6bd5, net.minecraft.item.crafting.Ingredient@db2ab9e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5248 ferdinandsflowers:block_log_light_acacia RecipeStage{tier='one', recipe=1xtile.block_log_light@5:[net.minecraft.item.crafting.Ingredient@3116cd3f, net.minecraft.item.crafting.Ingredient@7fba3669]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5249 ferdinandsflowers:block_gravel_light RecipeStage{tier='one', recipe=1xtile.block_gravel_light@0:[net.minecraft.item.crafting.Ingredient@ddd38be, net.minecraft.item.crafting.Ingredient@35fbf8c9]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5250 ferdinandsflowers:block_flower_chest RecipeStage{tier='zero', recipe=1xtile.block_flower_chest@0:[net.minecraft.item.crafting.Ingredient@1a2e3f28, net.minecraft.item.crafting.Ingredient@1a2e3f28, net.minecraft.item.crafting.Ingredient@1a2e3f28, net.minecraft.item.crafting.Ingredient@1a2e3f28, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1a2e3f28, net.minecraft.item.crafting.Ingredient@1a2e3f28, net.minecraft.item.crafting.Ingredient@1a2e3f28, net.minecraft.item.crafting.Ingredient@1a2e3f28]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5256 ferdinandsflowers:block_dye_glass_pane_yellow_orange RecipeStage{tier='two', recipe=16xtile.block_dye_glass_pane@2:[net.minecraft.item.crafting.Ingredient@117f98e0, net.minecraft.item.crafting.Ingredient@117f98e0, net.minecraft.item.crafting.Ingredient@117f98e0, net.minecraft.item.crafting.Ingredient@117f98e0, net.minecraft.item.crafting.Ingredient@117f98e0, net.minecraft.item.crafting.Ingredient@117f98e0]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5257 ferdinandsflowers:block_dye_glass_pane_yellow RecipeStage{tier='two', recipe=16xtile.block_dye_glass_pane@3:[net.minecraft.item.crafting.Ingredient@ece1724, net.minecraft.item.crafting.Ingredient@ece1724, net.minecraft.item.crafting.Ingredient@ece1724, net.minecraft.item.crafting.Ingredient@ece1724, net.minecraft.item.crafting.Ingredient@ece1724, net.minecraft.item.crafting.Ingredient@ece1724]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5258 ferdinandsflowers:block_dye_glass_pane_red RecipeStage{tier='two', recipe=16xtile.block_dye_glass_pane@0:[net.minecraft.item.crafting.Ingredient@337931b0, net.minecraft.item.crafting.Ingredient@337931b0, net.minecraft.item.crafting.Ingredient@337931b0, net.minecraft.item.crafting.Ingredient@337931b0, net.minecraft.item.crafting.Ingredient@337931b0, net.minecraft.item.crafting.Ingredient@337931b0]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5259 ferdinandsflowers:block_dye_glass_pane_purple RecipeStage{tier='two', recipe=16xtile.block_dye_glass_pane@12:[net.minecraft.item.crafting.Ingredient@1f6379f2, net.minecraft.item.crafting.Ingredient@1f6379f2, net.minecraft.item.crafting.Ingredient@1f6379f2, net.minecraft.item.crafting.Ingredient@1f6379f2, net.minecraft.item.crafting.Ingredient@1f6379f2, net.minecraft.item.crafting.Ingredient@1f6379f2]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5260 ferdinandsflowers:block_dye_glass_pane_pink RecipeStage{tier='two', recipe=16xtile.block_dye_glass_pane@15:[net.minecraft.item.crafting.Ingredient@53e7aa5, net.minecraft.item.crafting.Ingredient@53e7aa5, net.minecraft.item.crafting.Ingredient@53e7aa5, net.minecraft.item.crafting.Ingredient@53e7aa5, net.minecraft.item.crafting.Ingredient@53e7aa5, net.minecraft.item.crafting.Ingredient@53e7aa5]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5261 ferdinandsflowers:block_dye_glass_pane_orange RecipeStage{tier='two', recipe=16xtile.block_dye_glass_pane@1:[net.minecraft.item.crafting.Ingredient@1929dd20, net.minecraft.item.crafting.Ingredient@1929dd20, net.minecraft.item.crafting.Ingredient@1929dd20, net.minecraft.item.crafting.Ingredient@1929dd20, net.minecraft.item.crafting.Ingredient@1929dd20, net.minecraft.item.crafting.Ingredient@1929dd20]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5262 ferdinandsflowers:block_dye_glass_pane_magenta RecipeStage{tier='two', recipe=16xtile.block_dye_glass_pane@14:[net.minecraft.item.crafting.Ingredient@6b0b6e51, net.minecraft.item.crafting.Ingredient@6b0b6e51, net.minecraft.item.crafting.Ingredient@6b0b6e51, net.minecraft.item.crafting.Ingredient@6b0b6e51, net.minecraft.item.crafting.Ingredient@6b0b6e51, net.minecraft.item.crafting.Ingredient@6b0b6e51]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5263 ferdinandsflowers:block_dye_glass_pane_lime RecipeStage{tier='two', recipe=16xtile.block_dye_glass_pane@4:[net.minecraft.item.crafting.Ingredient@529d1bb6, net.minecraft.item.crafting.Ingredient@529d1bb6, net.minecraft.item.crafting.Ingredient@529d1bb6, net.minecraft.item.crafting.Ingredient@529d1bb6, net.minecraft.item.crafting.Ingredient@529d1bb6, net.minecraft.item.crafting.Ingredient@529d1bb6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5264 ferdinandsflowers:block_dye_glass_pane_light_blue RecipeStage{tier='two', recipe=16xtile.block_dye_glass_pane@8:[net.minecraft.item.crafting.Ingredient@3cc0b44b, net.minecraft.item.crafting.Ingredient@3cc0b44b, net.minecraft.item.crafting.Ingredient@3cc0b44b, net.minecraft.item.crafting.Ingredient@3cc0b44b, net.minecraft.item.crafting.Ingredient@3cc0b44b, net.minecraft.item.crafting.Ingredient@3cc0b44b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5265 ferdinandsflowers:block_dye_glass_pane_lavender RecipeStage{tier='two', recipe=16xtile.block_dye_glass_pane@13:[net.minecraft.item.crafting.Ingredient@3d315906, net.minecraft.item.crafting.Ingredient@3d315906, net.minecraft.item.crafting.Ingredient@3d315906, net.minecraft.item.crafting.Ingredient@3d315906, net.minecraft.item.crafting.Ingredient@3d315906, net.minecraft.item.crafting.Ingredient@3d315906]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5266 ferdinandsflowers:block_dye_glass_pane_green RecipeStage{tier='two', recipe=16xtile.block_dye_glass_pane@5:[net.minecraft.item.crafting.Ingredient@7eb3e12e, net.minecraft.item.crafting.Ingredient@7eb3e12e, net.minecraft.item.crafting.Ingredient@7eb3e12e, net.minecraft.item.crafting.Ingredient@7eb3e12e, net.minecraft.item.crafting.Ingredient@7eb3e12e, net.minecraft.item.crafting.Ingredient@7eb3e12e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5267 ferdinandsflowers:block_dye_glass_pane_cyan RecipeStage{tier='two', recipe=16xtile.block_dye_glass_pane@7:[net.minecraft.item.crafting.Ingredient@64f132d6, net.minecraft.item.crafting.Ingredient@64f132d6, net.minecraft.item.crafting.Ingredient@64f132d6, net.minecraft.item.crafting.Ingredient@64f132d6, net.minecraft.item.crafting.Ingredient@64f132d6, net.minecraft.item.crafting.Ingredient@64f132d6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5268 ferdinandsflowers:block_dye_glass_pane_blue_purple RecipeStage{tier='two', recipe=16xtile.block_dye_glass_pane@11:[net.minecraft.item.crafting.Ingredient@79b63b19, net.minecraft.item.crafting.Ingredient@79b63b19, net.minecraft.item.crafting.Ingredient@79b63b19, net.minecraft.item.crafting.Ingredient@79b63b19, net.minecraft.item.crafting.Ingredient@79b63b19, net.minecraft.item.crafting.Ingredient@79b63b19]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5269 ferdinandsflowers:block_dye_glass_pane_blue_green RecipeStage{tier='two', recipe=16xtile.block_dye_glass_pane@6:[net.minecraft.item.crafting.Ingredient@4ceb3fb, net.minecraft.item.crafting.Ingredient@4ceb3fb, net.minecraft.item.crafting.Ingredient@4ceb3fb, net.minecraft.item.crafting.Ingredient@4ceb3fb, net.minecraft.item.crafting.Ingredient@4ceb3fb, net.minecraft.item.crafting.Ingredient@4ceb3fb]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5270 ferdinandsflowers:block_dye_glass_pane_blue_bell RecipeStage{tier='two', recipe=16xtile.block_dye_glass_pane@9:[net.minecraft.item.crafting.Ingredient@34f1f384, net.minecraft.item.crafting.Ingredient@34f1f384, net.minecraft.item.crafting.Ingredient@34f1f384, net.minecraft.item.crafting.Ingredient@34f1f384, net.minecraft.item.crafting.Ingredient@34f1f384, net.minecraft.item.crafting.Ingredient@34f1f384]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5271 ferdinandsflowers:block_dye_glass_pane_blue RecipeStage{tier='two', recipe=16xtile.block_dye_glass_pane@10:[net.minecraft.item.crafting.Ingredient@116a556a, net.minecraft.item.crafting.Ingredient@116a556a, net.minecraft.item.crafting.Ingredient@116a556a, net.minecraft.item.crafting.Ingredient@116a556a, net.minecraft.item.crafting.Ingredient@116a556a, net.minecraft.item.crafting.Ingredient@116a556a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5347 ferdinandsflowers:block_dirt_light_dirt RecipeStage{tier='one', recipe=1xtile.block_dirt_light@0:[net.minecraft.item.crafting.Ingredient@3965f9a2, net.minecraft.item.crafting.Ingredient@20f0ed5a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5348 ferdinandsflowers:block_dirt_light_coarse RecipeStage{tier='one', recipe=1xtile.block_dirt_light@1:[net.minecraft.item.crafting.Ingredient@1ffed4bd, net.minecraft.item.crafting.Ingredient@a3eeb66]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5349 ferdinandsflowers:block_cobble_light_mossy RecipeStage{tier='one', recipe=1xtile.block_cobble_light@1:[net.minecraft.item.crafting.Ingredient@7a6a596b, net.minecraft.item.crafting.Ingredient@73e42ec]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5350 ferdinandsflowers:block_cobble_light_cobble RecipeStage{tier='one', recipe=1xtile.block_cobble_light@0:[net.minecraft.item.crafting.Ingredient@2071336a, net.minecraft.item.crafting.Ingredient@36fbbf9f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5351 ferdinandsflowers:block_cff_doublesp_medium_pink RecipeStage{tier='zero', recipe=1xtile.block_cff_doublesp@5:[net.minecraft.item.crafting.Ingredient@25a528c7, net.minecraft.item.crafting.Ingredient@bdf2774, net.minecraft.item.crafting.Ingredient@25a528c7, net.minecraft.item.crafting.Ingredient@25a528c7, net.minecraft.item.crafting.Ingredient@2c3c1ab2, net.minecraft.item.crafting.Ingredient@25a528c7]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5352 ferdinandsflowers:block_cff_doublesp_magenta RecipeStage{tier='zero', recipe=1xtile.block_cff_doublesp@3:[net.minecraft.item.crafting.Ingredient@368479e6, net.minecraft.item.crafting.Ingredient@763d1a89, net.minecraft.item.crafting.Ingredient@368479e6, net.minecraft.item.crafting.Ingredient@368479e6, net.minecraft.item.crafting.Ingredient@4502873e, net.minecraft.item.crafting.Ingredient@368479e6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5353 ferdinandsflowers:block_cff_doublesp_dark_magenta RecipeStage{tier='zero', recipe=1xtile.block_cff_doublesp@4:[net.minecraft.item.crafting.Ingredient@6dbea75d, net.minecraft.item.crafting.Ingredient@3024a2e4, net.minecraft.item.crafting.Ingredient@6dbea75d, net.minecraft.item.crafting.Ingredient@6dbea75d, net.minecraft.item.crafting.Ingredient@827c4aa, net.minecraft.item.crafting.Ingredient@6dbea75d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5354 ferdinandsflowers:block_cff_doublesp_dark_blue RecipeStage{tier='zero', recipe=1xtile.block_cff_doublesp@1:[net.minecraft.item.crafting.Ingredient@288285b3, net.minecraft.item.crafting.Ingredient@58b7cc16, net.minecraft.item.crafting.Ingredient@288285b3, net.minecraft.item.crafting.Ingredient@288285b3, net.minecraft.item.crafting.Ingredient@562b8d17, net.minecraft.item.crafting.Ingredient@288285b3]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5355 ferdinandsflowers:block_cff_doublesp_blue_purple RecipeStage{tier='zero', recipe=1xtile.block_cff_doublesp@2:[net.minecraft.item.crafting.Ingredient@285a87f7, net.minecraft.item.crafting.Ingredient@5fc20ede, net.minecraft.item.crafting.Ingredient@285a87f7, net.minecraft.item.crafting.Ingredient@285a87f7, net.minecraft.item.crafting.Ingredient@9851a51, net.minecraft.item.crafting.Ingredient@285a87f7]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5356 ferdinandsflowers:block_cff_doublesp_blue_bell RecipeStage{tier='zero', recipe=1xtile.block_cff_doublesp@0:[net.minecraft.item.crafting.Ingredient@269333ef, net.minecraft.item.crafting.Ingredient@2dd24ca7, net.minecraft.item.crafting.Ingredient@269333ef, net.minecraft.item.crafting.Ingredient@269333ef, net.minecraft.item.crafting.Ingredient@10ded543, net.minecraft.item.crafting.Ingredient@269333ef]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5357 ferdinandsflowers:block_cff_dark_osto RecipeStage{tier='zero', recipe=1xtile.block_cff_dark@1:[net.minecraft.item.crafting.Ingredient@7b9f3b66, net.minecraft.item.crafting.Ingredient@7b9f3b66, net.minecraft.item.crafting.Ingredient@7b9f3b66, net.minecraft.item.crafting.Ingredient@7b9f3b66, net.minecraft.item.crafting.Ingredient@7b9f3b66, net.minecraft.item.crafting.Ingredient@7b9f3b66, net.minecraft.item.crafting.Ingredient@7b9f3b66, net.minecraft.item.crafting.Ingredient@7b9f3b66, net.minecraft.item.crafting.Ingredient@7b9f3b66]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5358 ferdinandsflowers:block_birthday RecipeStage{tier='three', recipe=1xtile.block_birthday@0:[net.minecraft.item.crafting.Ingredient@69ba41b9, net.minecraft.item.crafting.Ingredient@69ba41b9, net.minecraft.item.crafting.Ingredient@69ba41b9, net.minecraft.item.crafting.Ingredient@7e8e5baa, net.minecraft.item.crafting.Ingredient@24620cb5, net.minecraft.item.crafting.Ingredient@7e8e5baa, net.minecraft.item.crafting.Ingredient@1fee2178, net.minecraft.item.crafting.Ingredient@591df6d0, net.minecraft.item.crafting.Ingredient@1fee2178]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5375 immcraft:rock RecipeStage{tier='tutorial', recipe=9xtile.immcraft.rock@0:[net.minecraft.item.crafting.Ingredient@5d69e65d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5377 immersivepetroleum:tool/projector RecipeStage{tier='three', recipe=1xitem.immersivepetroleum.schematic@0:[net.minecraftforge.oredict.OreIngredient@5900c207, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@24d2b927, net.minecraft.item.crafting.Ingredient@3081dc42, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@24d2b927, net.minecraftforge.oredict.OreIngredient@d9b42bd]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5378 immersivepetroleum:tool/oil_can RecipeStage{tier='three', recipe=1xitem.immersivepetroleum.oil_can@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@16c49cda, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@29713557, net.minecraft.item.crafting.Ingredient@4290b425, net.minecraftforge.oredict.OreIngredient@29713557]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5379 immersivepetroleum:stone_decoration/asphalt2 RecipeStage{tier='three', recipe=12xtile.immersivepetroleum.stone_decoration@0:[net.minecraftforge.oredict.OreIngredient@c61d31a, net.minecraft.item.crafting.Ingredient@17442a0, net.minecraftforge.oredict.OreIngredient@c61d31a, net.minecraft.item.crafting.Ingredient@6dfba903, blusunrize.immersiveengineering.common.crafting.IngredientFluidStack@2a7992f1, net.minecraft.item.crafting.Ingredient@6dfba903, net.minecraftforge.oredict.OreIngredient@c61d31a, net.minecraft.item.crafting.Ingredient@17442a0, net.minecraftforge.oredict.OreIngredient@c61d31a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5380 immersivepetroleum:stone_decoration/asphalt RecipeStage{tier='three', recipe=8xtile.immersivepetroleum.stone_decoration@0:[net.minecraftforge.oredict.OreIngredient@5a0fc71f, net.minecraft.item.crafting.Ingredient@17442a0, net.minecraftforge.oredict.OreIngredient@5a0fc71f, net.minecraft.item.crafting.Ingredient@3044f8e2, blusunrize.immersiveengineering.common.crafting.IngredientFluidStack@56436d7b, net.minecraft.item.crafting.Ingredient@3044f8e2, net.minecraftforge.oredict.OreIngredient@5a0fc71f, net.minecraft.item.crafting.Ingredient@17442a0, net.minecraftforge.oredict.OreIngredient@5a0fc71f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5381 immersivepetroleum:speedboat/speedboat RecipeStage{tier='three', recipe=1xitem.immersivepetroleum.speedboat@0:[net.minecraftforge.oredict.OreIngredient@d9b42bd, net.minecraft.item.crafting.Ingredient@5d6be1f6, net.minecraft.item.crafting.Ingredient@24eabc22, net.minecraftforge.oredict.OreIngredient@d9b42bd, net.minecraftforge.oredict.OreIngredient@d9b42bd, net.minecraftforge.oredict.OreIngredient@d9b42bd]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5382 immersivepetroleum:speedboat/rudders net.minecraftforge.oredict.ShapedOreRecipe@23be7b94 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5383 immersivepetroleum:speedboat/reinforced_hull RecipeStage{tier='three', recipe=1xitem.immersivepetroleum.upgrades@0:[net.minecraftforge.oredict.OreIngredient@7f1c6556, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7f1c6556, net.minecraftforge.oredict.OreIngredient@7f1c6556, net.minecraftforge.oredict.OreIngredient@53a7692a, net.minecraftforge.oredict.OreIngredient@7f1c6556]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5384 immersivepetroleum:speedboat/icebreaker_bow net.minecraftforge.oredict.ShapedOreRecipe@759e4e23 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5385 immersivepetroleum:speedboat/expanded_tank net.minecraftforge.oredict.ShapedOreRecipe@74fe9b71 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5386 immersivepetroleum:speedboat/emergency_paddles net.minecraftforge.oredict.ShapedOreRecipe@5dbc1edb +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5387 immersivepetroleum:misc/drill_lube_alt RecipeStage{tier='three', recipe=1xitem.immersiveengineering.toolupgrade@1:[blusunrize.immersiveengineering.common.crafting.IngredientFluidStack@f27ec0a, net.minecraftforge.oredict.OreIngredient@24d2b927, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@24d2b927, blusunrize.immersiveengineering.common.crafting.IngredientFluidStack@f27ec0a, net.minecraftforge.oredict.OreIngredient@24d2b927, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@24d2b927, net.minecraft.item.crafting.Ingredient@5d6be1f6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5388 immersivepetroleum:metal_decoration/generator net.minecraftforge.oredict.ShapedOreRecipe@360f2e81 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5389 immersivepetroleum:metal_decoration/auto_lubricator RecipeStage{tier='three', recipe=1xtile.immersivepetroleum.metal_device@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7c8a89ca, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7c8a89ca, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7c8a89ca, net.minecraftforge.oredict.OreIngredient@d9b42bd, net.minecraft.item.crafting.Ingredient@760165d7, net.minecraftforge.oredict.OreIngredient@d9b42bd]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5390 immersivetech:stone_decoration/cokebrick_reinforced RecipeStage{tier='three', recipe=1xtile.immersivetech.stone_decoration@0:[net.minecraftforge.oredict.OreIngredient@68610488, net.minecraft.item.crafting.Ingredient@32337b47]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5391 immersivetech:metal_device/coke_oven_preheater RecipeStage{tier='three', recipe=1xtile.immersivetech.metal_device@0:[net.minecraftforge.oredict.OreIngredient@f3388fc, net.minecraftforge.oredict.OreIngredient@f3388fc, net.minecraftforge.oredict.OreIngredient@f3388fc, net.minecraft.item.crafting.Ingredient@cfc644, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@cfc644, net.minecraftforge.oredict.OreIngredient@f3388fc, net.minecraftforge.oredict.OreIngredient@f3388fc, net.minecraftforge.oredict.OreIngredient@f3388fc]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5392 immersivetech:connectors/connectors_timer RecipeStage{tier='three', recipe=1xtile.immersivetech.connectors@0:[net.minecraftforge.oredict.OreIngredient@549edcb0, net.minecraft.item.crafting.Ingredient@9c85c38, net.minecraftforge.oredict.OreIngredient@549edcb0, net.minecraft.item.crafting.Ingredient@2a6072f8, net.minecraft.item.crafting.Ingredient@2a6072f8, net.minecraft.item.crafting.Ingredient@2a6072f8, net.minecraftforge.oredict.OreIngredient@549edcb0, net.minecraftforge.oredict.OreIngredient@13ad1d8f, net.minecraftforge.oredict.OreIngredient@549edcb0]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5393 teslacorelib:wrench RecipeStage{tier='four', recipe=1xitem.teslacorelib.wrench@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6823d070, net.minecraftforge.oredict.OreIngredient@2b24f072, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2b24f072, net.minecraftforge.oredict.OreIngredient@61fd9236, net.minecraftforge.oredict.OreIngredient@2b24f072, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5394 teslacorelib:speed_upgrade_tier_2_2 RecipeStage{tier='four', recipe=1xitem.teslacorelib.speed_tier2@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5b83af98, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5b83af98, net.minecraft.item.crafting.Ingredient@48b9eef0, net.minecraftforge.oredict.OreIngredient@5b83af98, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5b83af98, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5395 teslacorelib:speed_upgrade_tier_2 _1 RecipeStage{tier='four', recipe=1xitem.teslacorelib.speed_tier2@0:[net.minecraftforge.oredict.OreIngredient@5bbd466e, net.minecraftforge.oredict.OreIngredient@74c99b32, net.minecraftforge.oredict.OreIngredient@5bbd466e, net.minecraftforge.oredict.OreIngredient@5bbd466e, net.minecraft.item.crafting.Ingredient@7069cabb, net.minecraftforge.oredict.OreIngredient@5bbd466e, net.minecraftforge.oredict.OreIngredient@5bbd466e, net.minecraftforge.oredict.OreIngredient@74c99b32, net.minecraftforge.oredict.OreIngredient@5bbd466e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5396 teslacorelib:speed_upgrade_tier_1 RecipeStage{tier='four', recipe=1xitem.teslacorelib.speed_tier1@0:[net.minecraftforge.oredict.OreIngredient@5fb734fa, net.minecraftforge.oredict.OreIngredient@2e461042, net.minecraftforge.oredict.OreIngredient@5fb734fa, net.minecraftforge.oredict.OreIngredient@5fb734fa, net.minecraft.item.crafting.Ingredient@1a892a7, net.minecraftforge.oredict.OreIngredient@5fb734fa, net.minecraftforge.oredict.OreIngredient@5fb734fa, net.minecraftforge.oredict.OreIngredient@2e461042, net.minecraftforge.oredict.OreIngredient@5fb734fa]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5398 teslacorelib:gear_stone RecipeStage{tier='one', recipe=1xitem.teslacorelib.gear_stone@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@56ce37b0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@56ce37b0, net.minecraftforge.oredict.OreIngredient@485432d1, net.minecraft.item.crafting.Ingredient@56ce37b0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@56ce37b0, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5404 teslacorelib:energy_upgrade_tier_2_2 RecipeStage{tier='four', recipe=1xitem.teslacorelib.energy_tier2@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6353819f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6353819f, net.minecraft.item.crafting.Ingredient@78db3af, net.minecraftforge.oredict.OreIngredient@6353819f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6353819f, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5405 teslacorelib:energy_upgrade_tier_2_1 RecipeStage{tier='four', recipe=1xitem.teslacorelib.energy_tier2@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@176f1cae, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@13d5b5f2, net.minecraft.item.crafting.Ingredient@d896d6e, net.minecraftforge.oredict.OreIngredient@13d5b5f2, net.minecraftforge.oredict.OreIngredient@13d5b5f2, net.minecraftforge.oredict.OreIngredient@13d5b5f2, net.minecraftforge.oredict.OreIngredient@13d5b5f2]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5406 teslacorelib:energy_upgrade_tier_1 RecipeStage{tier='four', recipe=1xitem.teslacorelib.energy_tier1@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@59c4a787, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@160aaae2, net.minecraft.item.crafting.Ingredient@38d57067, net.minecraftforge.oredict.OreIngredient@160aaae2, net.minecraftforge.oredict.OreIngredient@160aaae2, net.minecraftforge.oredict.OreIngredient@160aaae2, net.minecraftforge.oredict.OreIngredient@160aaae2]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5407 teslacorelib:base_addon_item RecipeStage{tier='four', recipe=1xitem.teslacorelib.base_addon@0:[net.minecraftforge.oredict.OreIngredient@1d1f704a, net.minecraftforge.oredict.OreIngredient@3720cf37, net.minecraftforge.oredict.OreIngredient@1d1f704a, net.minecraftforge.oredict.OreIngredient@1d1f704a, net.minecraftforge.oredict.OreIngredient@1d1f704a, net.minecraftforge.oredict.OreIngredient@1d1f704a, net.minecraftforge.oredict.OreIngredient@1d1f704a, net.minecraftforge.oredict.OreIngredient@3720cf37, net.minecraftforge.oredict.OreIngredient@1d1f704a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5408 industrialforegoing:conveyor_4_yellow RecipeStage{tier='three', recipe=8xtile.industrialforegoing.conveyor@4:[net.minecraft.item.crafting.Ingredient@1e3f63a3, net.minecraft.item.crafting.Ingredient@1e3f63a3, net.minecraft.item.crafting.Ingredient@1e3f63a3, net.minecraft.item.crafting.Ingredient@1e3f63a3, net.minecraftforge.oredict.OreIngredient@4ddd2f38, net.minecraft.item.crafting.Ingredient@1e3f63a3, net.minecraft.item.crafting.Ingredient@1e3f63a3, net.minecraft.item.crafting.Ingredient@1e3f63a3, net.minecraft.item.crafting.Ingredient@1e3f63a3]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5409 industrialforegoing:wither_builder RecipeStage{tier='four', recipe=1xtile.industrialforegoing.wither_builder@0:[net.minecraft.item.crafting.Ingredient@3691c37f, net.minecraft.item.crafting.Ingredient@36d82185, net.minecraft.item.crafting.Ingredient@3691c37f, net.minecraft.item.crafting.Ingredient@6c3f0d4, net.minecraft.item.crafting.Ingredient@140be3f3, net.minecraft.item.crafting.Ingredient@6c3f0d4, net.minecraft.item.crafting.Ingredient@73bc4531, net.minecraft.item.crafting.Ingredient@73bc4531, net.minecraft.item.crafting.Ingredient@73bc4531]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5410 industrialforegoing:range_addon_2 RecipeStage{tier='four', recipe=1xitem.industrialforegoing.range_addon@2:[net.minecraftforge.oredict.OreIngredient@5015f188, net.minecraft.item.crafting.Ingredient@6fbe7561, net.minecraftforge.oredict.OreIngredient@5015f188, net.minecraftforge.oredict.OreIngredient@5015f188, net.minecraftforge.oredict.OreIngredient@333f043f, net.minecraftforge.oredict.OreIngredient@5015f188, net.minecraftforge.oredict.OreIngredient@5015f188, net.minecraft.item.crafting.Ingredient@6fbe7561, net.minecraftforge.oredict.OreIngredient@5015f188]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5411 industrialforegoing:animal_byproduct_recolector RecipeStage{tier='four', recipe=1xtile.industrialforegoing.animal_byproduct_recolector@0:[net.minecraft.item.crafting.Ingredient@262cf4f9, net.minecraft.item.crafting.Ingredient@7311170d, net.minecraft.item.crafting.Ingredient@262cf4f9, net.minecraft.item.crafting.Ingredient@2ec6b2dc, net.minecraft.item.crafting.Ingredient@325bbeaa, net.minecraft.item.crafting.Ingredient@2ec6b2dc, net.minecraft.item.crafting.Ingredient@2ec6b2dc, net.minecraft.item.crafting.Ingredient@657f6000, net.minecraft.item.crafting.Ingredient@2ec6b2dc]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5412 industrialforegoing:range_addon_4 RecipeStage{tier='four', recipe=1xitem.industrialforegoing.range_addon@4:[net.minecraftforge.oredict.OreIngredient@4e0272a0, net.minecraft.item.crafting.Ingredient@3b404a8f, net.minecraftforge.oredict.OreIngredient@4e0272a0, net.minecraftforge.oredict.OreIngredient@4e0272a0, net.minecraftforge.oredict.OreIngredient@333f043f, net.minecraftforge.oredict.OreIngredient@4e0272a0, net.minecraftforge.oredict.OreIngredient@4e0272a0, net.minecraft.item.crafting.Ingredient@3b404a8f, net.minecraftforge.oredict.OreIngredient@4e0272a0]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5415 industrialforegoing:conveyor_14_red RecipeStage{tier='three', recipe=8xtile.industrialforegoing.conveyor@14:[net.minecraft.item.crafting.Ingredient@60a95d20, net.minecraft.item.crafting.Ingredient@60a95d20, net.minecraft.item.crafting.Ingredient@60a95d20, net.minecraft.item.crafting.Ingredient@60a95d20, net.minecraftforge.oredict.OreIngredient@5eb76f1a, net.minecraft.item.crafting.Ingredient@60a95d20, net.minecraft.item.crafting.Ingredient@60a95d20, net.minecraft.item.crafting.Ingredient@60a95d20, net.minecraft.item.crafting.Ingredient@60a95d20]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5418 industrialforegoing:conveyor_upgrade_3 RecipeStage{tier='three', recipe=1xitem.industrialforegoing_conveyor_upgrade@3:[net.minecraftforge.oredict.OreIngredient@5015f188, net.minecraft.item.crafting.Ingredient@90950e3, net.minecraftforge.oredict.OreIngredient@5015f188, net.minecraftforge.oredict.OreIngredient@5015f188, net.minecraft.item.crafting.Ingredient@1cbac99e, net.minecraftforge.oredict.OreIngredient@5015f188, net.minecraftforge.oredict.OreIngredient@5015f188, net.minecraft.item.crafting.Ingredient@705f89ac, net.minecraftforge.oredict.OreIngredient@5015f188]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5421 industrialforegoing:mob_detector RecipeStage{tier='four', recipe=1xtile.industrialforegoing.mob_detector@0:[net.minecraft.item.crafting.Ingredient@1c4bfe21, net.minecraft.item.crafting.Ingredient@1c4bfe21, net.minecraft.item.crafting.Ingredient@1c4bfe21, net.minecraft.item.crafting.Ingredient@4e2bcf76, net.minecraft.item.crafting.Ingredient@3d9b192c, net.minecraft.item.crafting.Ingredient@4e2bcf76, net.minecraft.item.crafting.Ingredient@5cce2890, net.minecraft.item.crafting.Ingredient@1f376fde, net.minecraft.item.crafting.Ingredient@5cce2890]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5422 industrialforegoing:conveyor_upgrade_2 RecipeStage{tier='three', recipe=1xitem.industrialforegoing_conveyor_upgrade@2:[net.minecraftforge.oredict.OreIngredient@5015f188, net.minecraft.item.crafting.Ingredient@638a9847, net.minecraftforge.oredict.OreIngredient@5015f188, net.minecraftforge.oredict.OreIngredient@5015f188, net.minecraft.item.crafting.Ingredient@3f349eb5, net.minecraftforge.oredict.OreIngredient@5015f188, net.minecraftforge.oredict.OreIngredient@5015f188, net.minecraft.item.crafting.Ingredient@565131cc, net.minecraftforge.oredict.OreIngredient@5015f188]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5425 industrialforegoing:water_condensator RecipeStage{tier='four', recipe=1xtile.industrialforegoing.water_condensator@0:[net.minecraft.item.crafting.Ingredient@38072c05, net.minecraft.item.crafting.Ingredient@7cb703d1, net.minecraft.item.crafting.Ingredient@38072c05, net.minecraft.item.crafting.Ingredient@37645555, net.minecraft.item.crafting.Ingredient@7d517f46, net.minecraft.item.crafting.Ingredient@37645555, net.minecraftforge.oredict.OreIngredient@40655b28, net.minecraft.item.crafting.Ingredient@377b5406, net.minecraftforge.oredict.OreIngredient@40655b28]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5427 industrialforegoing:itemstack_transfer_addon_pull_0 RecipeStage{tier='four', recipe=1xitem.industrialforegoing.itemstack_transfer_addon@0:[net.minecraft.item.crafting.Ingredient@3af245f, net.minecraftforge.oredict.OreIngredient@6a960364, net.minecraft.item.crafting.Ingredient@3af245f, net.minecraftforge.oredict.OreIngredient@3e529ed8, net.minecraft.item.crafting.Ingredient@7b0959d2, net.minecraftforge.oredict.OreIngredient@3e529ed8, net.minecraft.item.crafting.Ingredient@3af245f, net.minecraftforge.oredict.OreIngredient@6a960364, net.minecraft.item.crafting.Ingredient@3af245f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5428 industrialforegoing:fluid_transfer_addon_pull_0 RecipeStage{tier='four', recipe=1xitem.industrialforegoing.fluid_transfer_addon@0:[net.minecraft.item.crafting.Ingredient@7a1a49bf, net.minecraft.item.crafting.Ingredient@54652333, net.minecraft.item.crafting.Ingredient@7a1a49bf, net.minecraftforge.oredict.OreIngredient@327e2aa7, net.minecraft.item.crafting.Ingredient@49a90e6f, net.minecraftforge.oredict.OreIngredient@327e2aa7, net.minecraft.item.crafting.Ingredient@7a1a49bf, net.minecraft.item.crafting.Ingredient@54652333, net.minecraft.item.crafting.Ingredient@7a1a49bf]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5429 industrialforegoing:energy_field_addon RecipeStage{tier='four', recipe=1xitem.industrialforegoing.energy_field_addon@0:[net.minecraft.item.crafting.Ingredient@3a815479, net.minecraft.item.crafting.Ingredient@fe85b64, net.minecraft.item.crafting.Ingredient@3a815479, net.minecraft.item.crafting.Ingredient@fe85b64, net.minecraft.item.crafting.Ingredient@58ab9c6b, net.minecraft.item.crafting.Ingredient@fe85b64, net.minecraft.item.crafting.Ingredient@3a815479, net.minecraft.item.crafting.Ingredient@fe85b64, net.minecraft.item.crafting.Ingredient@3a815479]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5430 industrialforegoing:range_addon_0 RecipeStage{tier='four', recipe=1xitem.industrialforegoing.range_addon@0:[net.minecraft.item.crafting.Ingredient@355cc944, net.minecraft.item.crafting.Ingredient@3b9075b, net.minecraft.item.crafting.Ingredient@355cc944, net.minecraft.item.crafting.Ingredient@355cc944, net.minecraftforge.oredict.OreIngredient@333f043f, net.minecraft.item.crafting.Ingredient@355cc944, net.minecraft.item.crafting.Ingredient@355cc944, net.minecraft.item.crafting.Ingredient@3b9075b, net.minecraft.item.crafting.Ingredient@355cc944]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5433 industrialforegoing:conveyor_13_green RecipeStage{tier='three', recipe=8xtile.industrialforegoing.conveyor@13:[net.minecraft.item.crafting.Ingredient@6db4ba28, net.minecraft.item.crafting.Ingredient@6db4ba28, net.minecraft.item.crafting.Ingredient@6db4ba28, net.minecraft.item.crafting.Ingredient@6db4ba28, net.minecraftforge.oredict.OreIngredient@54b51b36, net.minecraft.item.crafting.Ingredient@6db4ba28, net.minecraft.item.crafting.Ingredient@6db4ba28, net.minecraft.item.crafting.Ingredient@6db4ba28, net.minecraft.item.crafting.Ingredient@6db4ba28]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5434 industrialforegoing:conveyor_upgrade_6 RecipeStage{tier='three', recipe=1xitem.industrialforegoing_conveyor_upgrade@6:[net.minecraftforge.oredict.OreIngredient@5015f188, net.minecraft.item.crafting.Ingredient@7fd67edf, net.minecraftforge.oredict.OreIngredient@5015f188, net.minecraftforge.oredict.OreIngredient@5015f188, net.minecraft.item.crafting.Ingredient@563072b8, net.minecraftforge.oredict.OreIngredient@5015f188, net.minecraftforge.oredict.OreIngredient@5015f188, net.minecraft.item.crafting.Ingredient@7fd67edf, net.minecraftforge.oredict.OreIngredient@5015f188]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5435 industrialforegoing:block_destroyer RecipeStage{tier='four', recipe=1xtile.industrialforegoing.block_destroyer@0:[net.minecraft.item.crafting.Ingredient@15400cd8, net.minecraftforge.oredict.OreIngredient@64e51c63, net.minecraft.item.crafting.Ingredient@15400cd8, net.minecraft.item.crafting.Ingredient@750cd10e, net.minecraft.item.crafting.Ingredient@49c45853, net.minecraft.item.crafting.Ingredient@5cf7a9d9, net.minecraftforge.oredict.OreIngredient@40655b28, net.minecraft.item.crafting.Ingredient@1c19b7ad, net.minecraftforge.oredict.OreIngredient@40655b28]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5436 industrialforegoing:black_hole_unit RecipeStage{tier='five', recipe=1xtile.industrialforegoing.black_hole_unit@0:[net.minecraft.item.crafting.Ingredient@11316ec, net.minecraft.item.crafting.Ingredient@11316ec, net.minecraft.item.crafting.Ingredient@11316ec, net.minecraft.item.crafting.Ingredient@7b1dca52, net.minecraft.item.crafting.Ingredient@4027374e, net.minecraft.item.crafting.Ingredient@7b1dca52, net.minecraftforge.oredict.OreIngredient@6a960364, net.minecraft.item.crafting.Ingredient@67961fcc, net.minecraftforge.oredict.OreIngredient@6a960364]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5437 industrialforegoing:hydrator RecipeStage{tier='four', recipe=1xtile.industrialforegoing.hydrator@0:[net.minecraft.item.crafting.Ingredient@1abf6f01, net.minecraft.item.crafting.Ingredient@35007529, net.minecraft.item.crafting.Ingredient@1abf6f01, net.minecraft.item.crafting.Ingredient@201cbc86, net.minecraft.item.crafting.Ingredient@57d53e32, net.minecraft.item.crafting.Ingredient@201cbc86, net.minecraftforge.oredict.OreIngredient@40655b28, net.minecraft.item.crafting.Ingredient@3673889a, net.minecraftforge.oredict.OreIngredient@40655b28]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5438 industrialforegoing:black_hole_tank_clean RecipeStage{tier='five', recipe=1xtile.industrialforegoing.black_hole_tank@0:[net.minecraft.item.crafting.Ingredient@10fd47bf]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5439 industrialforegoing:bioreactor RecipeStage{tier='four', recipe=1xtile.industrialforegoing.bioreactor@0:[net.minecraft.item.crafting.Ingredient@1961b394, net.minecraft.item.crafting.Ingredient@6efbf9e7, net.minecraft.item.crafting.Ingredient@1961b394, net.minecraft.item.crafting.Ingredient@47f3e48b, net.minecraft.item.crafting.Ingredient@8638172, net.minecraft.item.crafting.Ingredient@47f3e48b, net.minecraft.item.crafting.Ingredient@666013d1, net.minecraft.item.crafting.Ingredient@7a921832, net.minecraft.item.crafting.Ingredient@666013d1]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5440 industrialforegoing:black_hole_tank RecipeStage{tier='five', recipe=1xtile.industrialforegoing.black_hole_tank@0:[net.minecraft.item.crafting.Ingredient@551643e0, net.minecraft.item.crafting.Ingredient@551643e0, net.minecraft.item.crafting.Ingredient@551643e0, net.minecraft.item.crafting.Ingredient@6be10836, net.minecraft.item.crafting.Ingredient@4e2c883a, net.minecraft.item.crafting.Ingredient@6be10836, net.minecraft.item.crafting.Ingredient@3d1d4d5e, net.minecraft.item.crafting.Ingredient@c8f4fe9, net.minecraft.item.crafting.Ingredient@3d1d4d5e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5445 industrialforegoing:conveyor_12_brown RecipeStage{tier='three', recipe=8xtile.industrialforegoing.conveyor@12:[net.minecraft.item.crafting.Ingredient@7f255bd0, net.minecraft.item.crafting.Ingredient@7f255bd0, net.minecraft.item.crafting.Ingredient@7f255bd0, net.minecraft.item.crafting.Ingredient@7f255bd0, net.minecraftforge.oredict.OreIngredient@2ad98e81, net.minecraft.item.crafting.Ingredient@7f255bd0, net.minecraft.item.crafting.Ingredient@7f255bd0, net.minecraft.item.crafting.Ingredient@7f255bd0, net.minecraft.item.crafting.Ingredient@7f255bd0]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5447 industrialforegoing:adult_filter RecipeStage{tier='four', recipe=1xitem.industrialforegoing.adult_filter@0:[net.minecraftforge.oredict.OreIngredient@6c352da1, net.minecraft.item.crafting.Ingredient@12861b17, net.minecraftforge.oredict.OreIngredient@6c352da1, net.minecraftforge.oredict.OreIngredient@6c352da1, net.minecraftforge.oredict.OreIngredient@758404cb, net.minecraftforge.oredict.OreIngredient@6c352da1, net.minecraftforge.oredict.OreIngredient@6c352da1, net.minecraft.item.crafting.Ingredient@12861b17, net.minecraftforge.oredict.OreIngredient@6c352da1]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5448 industrialforegoing:enchantment_aplicator RecipeStage{tier='four', recipe=1xtile.industrialforegoing.enchantment_aplicator@0:[net.minecraft.item.crafting.Ingredient@43016287, net.minecraft.item.crafting.Ingredient@43016287, net.minecraft.item.crafting.Ingredient@43016287, net.minecraft.item.crafting.Ingredient@750ca245, net.minecraft.item.crafting.Ingredient@66872f4, net.minecraft.item.crafting.Ingredient@750ca245, net.minecraftforge.oredict.OreIngredient@40655b28, net.minecraft.item.crafting.Ingredient@750ca245, net.minecraftforge.oredict.OreIngredient@40655b28]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5449 industrialforegoing:crop_recolector RecipeStage{tier='four', recipe=1xtile.industrialforegoing.crop_recolector@0:[net.minecraft.item.crafting.Ingredient@14a7e4f4, net.minecraft.item.crafting.Ingredient@912e0b6, net.minecraft.item.crafting.Ingredient@14a7e4f4, net.minecraft.item.crafting.Ingredient@6d9f6649, net.minecraft.item.crafting.Ingredient@22393524, net.minecraft.item.crafting.Ingredient@6d9f6649, net.minecraftforge.oredict.OreIngredient@64e51c63, net.minecraft.item.crafting.Ingredient@362faf59, net.minecraftforge.oredict.OreIngredient@64e51c63]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5451 industrialforegoing:black_hole_unit_clean RecipeStage{tier='five', recipe=1xtile.industrialforegoing.black_hole_unit@0:[net.minecraft.item.crafting.Ingredient@e992dbe]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5458 industrialforegoing:meat_feeder RecipeStage{tier='four', recipe=1xitem.industrialforegoing_meat_feeder@0:[net.minecraft.item.crafting.Ingredient@485ba0a9, net.minecraftforge.oredict.OreIngredient@5015f188, net.minecraft.item.crafting.Ingredient@485ba0a9, net.minecraft.item.crafting.Ingredient@158087b1, net.minecraftforge.oredict.OreIngredient@5015f188, net.minecraft.item.crafting.Ingredient@158087b1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5015f188, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5462 industrialforegoing:block_placer RecipeStage{tier='four', recipe=1xtile.industrialforegoing.block_placer@0:[net.minecraft.item.crafting.Ingredient@38fc615a, net.minecraft.item.crafting.Ingredient@2e836af, net.minecraft.item.crafting.Ingredient@38fc615a, net.minecraft.item.crafting.Ingredient@2e836af, net.minecraft.item.crafting.Ingredient@5d2b7209, net.minecraft.item.crafting.Ingredient@2e836af, net.minecraft.item.crafting.Ingredient@38fc615a, net.minecraft.item.crafting.Ingredient@7c24b202, net.minecraft.item.crafting.Ingredient@38fc615a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5465 industrialforegoing:sludge_refiner RecipeStage{tier='four', recipe=1xtile.industrialforegoing.sludge_refiner@0:[net.minecraft.item.crafting.Ingredient@6694fce7, net.minecraft.item.crafting.Ingredient@3a0d9c3f, net.minecraft.item.crafting.Ingredient@6694fce7, net.minecraft.item.crafting.Ingredient@3d9c0bbb, net.minecraft.item.crafting.Ingredient@7aa57e28, net.minecraft.item.crafting.Ingredient@3d9c0bbb, net.minecraftforge.oredict.OreIngredient@40655b28, net.minecraftforge.oredict.OreIngredient@64e51c63, net.minecraftforge.oredict.OreIngredient@40655b28]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5466 industrialforegoing:straw RecipeStage{tier='four', recipe=1xitem.industrialforegoing_straw@0:[net.minecraft.item.crafting.Ingredient@61343abb, net.minecraft.item.crafting.Ingredient@61343abb, net.minecraft.item.crafting.Ingredient@61343abb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@61343abb, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5467 industrialforegoing:range_addon_8 RecipeStage{tier='four', recipe=1xitem.industrialforegoing.range_addon@8:[net.minecraft.item.crafting.Ingredient@12164e9a, net.minecraft.item.crafting.Ingredient@16183e8b, net.minecraft.item.crafting.Ingredient@12164e9a, net.minecraft.item.crafting.Ingredient@12164e9a, net.minecraftforge.oredict.OreIngredient@333f043f, net.minecraft.item.crafting.Ingredient@12164e9a, net.minecraft.item.crafting.Ingredient@12164e9a, net.minecraft.item.crafting.Ingredient@16183e8b, net.minecraft.item.crafting.Ingredient@12164e9a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5468 industrialforegoing:animal_stock_increaser RecipeStage{tier='four', recipe=1xtile.industrialforegoing.animal_stock_increaser@0:[net.minecraft.item.crafting.Ingredient@756dfc59, net.minecraft.item.crafting.Ingredient@1b849e0b, net.minecraft.item.crafting.Ingredient@756dfc59, net.minecraft.item.crafting.Ingredient@3db437c2, net.minecraft.item.crafting.Ingredient@36d1bf59, net.minecraft.item.crafting.Ingredient@3db437c2, net.minecraftforge.oredict.OreIngredient@74398b1b, net.minecraftforge.oredict.OreIngredient@40655b28, net.minecraftforge.oredict.OreIngredient@74398b1b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5469 industrialforegoing:range_addon_1 RecipeStage{tier='four', recipe=1xitem.industrialforegoing.range_addon@1:[net.minecraft.item.crafting.Ingredient@38d6e484, net.minecraft.item.crafting.Ingredient@3489d399, net.minecraft.item.crafting.Ingredient@38d6e484, net.minecraft.item.crafting.Ingredient@38d6e484, net.minecraftforge.oredict.OreIngredient@333f043f, net.minecraft.item.crafting.Ingredient@38d6e484, net.minecraft.item.crafting.Ingredient@38d6e484, net.minecraft.item.crafting.Ingredient@3489d399, net.minecraft.item.crafting.Ingredient@38d6e484]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5470 industrialforegoing:conveyor_0_white RecipeStage{tier='three', recipe=8xtile.industrialforegoing.conveyor@0:[net.minecraft.item.crafting.Ingredient@2f4b26e4, net.minecraft.item.crafting.Ingredient@2f4b26e4, net.minecraft.item.crafting.Ingredient@2f4b26e4, net.minecraft.item.crafting.Ingredient@2f4b26e4, net.minecraftforge.oredict.OreIngredient@762043e3, net.minecraft.item.crafting.Ingredient@2f4b26e4, net.minecraft.item.crafting.Ingredient@2f4b26e4, net.minecraft.item.crafting.Ingredient@2f4b26e4, net.minecraft.item.crafting.Ingredient@2f4b26e4]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5473 industrialforegoing:conveyor_1_orange RecipeStage{tier='three', recipe=8xtile.industrialforegoing.conveyor@1:[net.minecraft.item.crafting.Ingredient@23b345d0, net.minecraft.item.crafting.Ingredient@23b345d0, net.minecraft.item.crafting.Ingredient@23b345d0, net.minecraft.item.crafting.Ingredient@23b345d0, net.minecraftforge.oredict.OreIngredient@7d3ab0a7, net.minecraft.item.crafting.Ingredient@23b345d0, net.minecraft.item.crafting.Ingredient@23b345d0, net.minecraft.item.crafting.Ingredient@23b345d0, net.minecraft.item.crafting.Ingredient@23b345d0]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5474 industrialforegoing:conveyor_9_cyan RecipeStage{tier='three', recipe=8xtile.industrialforegoing.conveyor@9:[net.minecraft.item.crafting.Ingredient@7e3aeed7, net.minecraft.item.crafting.Ingredient@7e3aeed7, net.minecraft.item.crafting.Ingredient@7e3aeed7, net.minecraft.item.crafting.Ingredient@7e3aeed7, net.minecraftforge.oredict.OreIngredient@700e359d, net.minecraft.item.crafting.Ingredient@7e3aeed7, net.minecraft.item.crafting.Ingredient@7e3aeed7, net.minecraft.item.crafting.Ingredient@7e3aeed7, net.minecraft.item.crafting.Ingredient@7e3aeed7]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5475 industrialforegoing:crop_enrich_material_injector RecipeStage{tier='four', recipe=1xtile.industrialforegoing.crop_enrich_material_injector@0:[net.minecraft.item.crafting.Ingredient@62dfb127, net.minecraft.item.crafting.Ingredient@f27dd8a, net.minecraft.item.crafting.Ingredient@62dfb127, net.minecraft.item.crafting.Ingredient@142a01cc, net.minecraft.item.crafting.Ingredient@b63dce7, net.minecraft.item.crafting.Ingredient@142a01cc, net.minecraftforge.oredict.OreIngredient@40655b28, net.minecraft.item.crafting.Ingredient@5fe61b31, net.minecraftforge.oredict.OreIngredient@40655b28]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5478 industrialforegoing:lava_fabricator RecipeStage{tier='four', recipe=1xtile.industrialforegoing.lava_fabricator@0:[net.minecraft.item.crafting.Ingredient@735ff3ba, net.minecraft.item.crafting.Ingredient@1a0b23a8, net.minecraft.item.crafting.Ingredient@735ff3ba, net.minecraft.item.crafting.Ingredient@50cc55c3, net.minecraft.item.crafting.Ingredient@5c02ae43, net.minecraft.item.crafting.Ingredient@50cc55c3, net.minecraft.item.crafting.Ingredient@7086c932, net.minecraft.item.crafting.Ingredient@57c65489, net.minecraft.item.crafting.Ingredient@7086c932]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5479 industrialforegoing:conveyor_10_purple RecipeStage{tier='three', recipe=8xtile.industrialforegoing.conveyor@10:[net.minecraft.item.crafting.Ingredient@4730d41a, net.minecraft.item.crafting.Ingredient@4730d41a, net.minecraft.item.crafting.Ingredient@4730d41a, net.minecraft.item.crafting.Ingredient@4730d41a, net.minecraftforge.oredict.OreIngredient@74398b1b, net.minecraft.item.crafting.Ingredient@4730d41a, net.minecraft.item.crafting.Ingredient@4730d41a, net.minecraft.item.crafting.Ingredient@4730d41a, net.minecraft.item.crafting.Ingredient@4730d41a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5480 industrialforegoing:range_addon_5 RecipeStage{tier='four', recipe=1xitem.industrialforegoing.range_addon@5:[net.minecraftforge.oredict.OreIngredient@2799ddf1, net.minecraft.item.crafting.Ingredient@1cc7ebb3, net.minecraftforge.oredict.OreIngredient@2799ddf1, net.minecraftforge.oredict.OreIngredient@2799ddf1, net.minecraftforge.oredict.OreIngredient@333f043f, net.minecraftforge.oredict.OreIngredient@2799ddf1, net.minecraftforge.oredict.OreIngredient@2799ddf1, net.minecraft.item.crafting.Ingredient@1cc7ebb3, net.minecraftforge.oredict.OreIngredient@2799ddf1]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5482 industrialforegoing:biofuel_generator RecipeStage{tier='four', recipe=1xtile.industrialforegoing.biofuel_generator@0:[net.minecraft.item.crafting.Ingredient@64338611, net.minecraft.item.crafting.Ingredient@681bd23e, net.minecraft.item.crafting.Ingredient@64338611, net.minecraft.item.crafting.Ingredient@4f3e8f2d, net.minecraft.item.crafting.Ingredient@37c58bd5, net.minecraft.item.crafting.Ingredient@4f3e8f2d, net.minecraft.item.crafting.Ingredient@73f5db50, net.minecraft.item.crafting.Ingredient@4f3e8f2d, net.minecraft.item.crafting.Ingredient@73f5db50]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5494 industrialforegoing:fluid_crafter RecipeStage{tier='four', recipe=1xtile.industrialforegoing.fluid_crafter@0:[net.minecraft.item.crafting.Ingredient@376a5f5c, net.minecraft.item.crafting.Ingredient@4de2c731, net.minecraft.item.crafting.Ingredient@376a5f5c, net.minecraft.item.crafting.Ingredient@281ff9a3, net.minecraft.item.crafting.Ingredient@6e906883, net.minecraft.item.crafting.Ingredient@281ff9a3, net.minecraft.item.crafting.Ingredient@376a5f5c, net.minecraftforge.oredict.OreIngredient@64e51c63, net.minecraft.item.crafting.Ingredient@376a5f5c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5495 industrialforegoing:resourceful_furnace RecipeStage{tier='four', recipe=1xtile.industrialforegoing.resourceful_furnace@0:[net.minecraft.item.crafting.Ingredient@6a595371, net.minecraft.item.crafting.Ingredient@4b482452, net.minecraft.item.crafting.Ingredient@6a595371, net.minecraft.item.crafting.Ingredient@14b381bf, net.minecraft.item.crafting.Ingredient@1468dfc0, net.minecraft.item.crafting.Ingredient@14b381bf, net.minecraft.item.crafting.Ingredient@6a595371, net.minecraftforge.oredict.OreIngredient@64e51c63, net.minecraft.item.crafting.Ingredient@6a595371]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5496 industrialforegoing:material_stonework_factory RecipeStage{tier='four', recipe=1xtile.industrialforegoing.material_stonework_factory@0:[net.minecraft.item.crafting.Ingredient@6418834f, net.minecraft.item.crafting.Ingredient@2064c709, net.minecraft.item.crafting.Ingredient@6418834f, net.minecraft.item.crafting.Ingredient@6d7ced7, net.minecraft.item.crafting.Ingredient@3511c429, net.minecraft.item.crafting.Ingredient@38dfed18, net.minecraft.item.crafting.Ingredient@72e14040, net.minecraft.item.crafting.Ingredient@68b74c01, net.minecraft.item.crafting.Ingredient@18fd03b7]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5497 industrialforegoing:animal_growth_increaser RecipeStage{tier='four', recipe=1xtile.industrialforegoing.animal_growth_increaser@0:[net.minecraft.item.crafting.Ingredient@44068d24, net.minecraft.item.crafting.Ingredient@692def39, net.minecraft.item.crafting.Ingredient@44068d24, net.minecraft.item.crafting.Ingredient@692def39, net.minecraft.item.crafting.Ingredient@66340054, net.minecraft.item.crafting.Ingredient@692def39, net.minecraftforge.oredict.OreIngredient@74398b1b, net.minecraftforge.oredict.OreIngredient@64e51c63, net.minecraftforge.oredict.OreIngredient@74398b1b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5498 industrialforegoing:mob_slaughter_factory RecipeStage{tier='four', recipe=1xtile.industrialforegoing.mob_slaughter_factory@0:[net.minecraft.item.crafting.Ingredient@5b0b9237, net.minecraftforge.oredict.OreIngredient@64e51c63, net.minecraft.item.crafting.Ingredient@5b0b9237, net.minecraft.item.crafting.Ingredient@2256d0c4, net.minecraft.item.crafting.Ingredient@254b7493, net.minecraft.item.crafting.Ingredient@2256d0c4, net.minecraft.item.crafting.Ingredient@15fde57c, net.minecraft.item.crafting.Ingredient@191d7352, net.minecraft.item.crafting.Ingredient@15fde57c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5499 industrialforegoing:dryrubber RecipeStage{tier='four', recipe=1xitem.industrialforegoing_dryrubber@0:[net.minecraft.item.crafting.Ingredient@4747fdcd, net.minecraft.item.crafting.Ingredient@25d833dd, net.minecraft.item.crafting.Ingredient@1e91f954, net.minecraft.item.crafting.Ingredient@100559b7, net.minecraft.item.crafting.Ingredient@68d477ef, net.minecraft.item.crafting.Ingredient@cf6f7f3, net.minecraft.item.crafting.Ingredient@1d3ce460, net.minecraft.item.crafting.Ingredient@274ece91, net.minecraft.item.crafting.Ingredient@6c6ebe98]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5504 industrialforegoing:leaf_shearing RecipeStage{tier='four', recipe=1xitem.industrialforegoing.leaf_shearing@0:[net.minecraftforge.oredict.OreIngredient@6c352da1, net.minecraft.item.crafting.Ingredient@2a03371f, net.minecraftforge.oredict.OreIngredient@6c352da1, net.minecraftforge.oredict.OreIngredient@6c352da1, net.minecraft.item.crafting.Ingredient@62fb1058, net.minecraftforge.oredict.OreIngredient@6c352da1, net.minecraftforge.oredict.OreIngredient@6c352da1, net.minecraft.item.crafting.Ingredient@2a03371f, net.minecraftforge.oredict.OreIngredient@6c352da1]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5507 industrialforegoing:item_splitter RecipeStage{tier='four', recipe=1xtile.industrialforegoing.item_splitter@0:[net.minecraft.item.crafting.Ingredient@4eaa472e, net.minecraftforge.oredict.OreIngredient@6a960364, net.minecraft.item.crafting.Ingredient@4eaa472e, net.minecraft.item.crafting.Ingredient@73880403, net.minecraft.item.crafting.Ingredient@351da9ba, net.minecraft.item.crafting.Ingredient@73880403, net.minecraft.item.crafting.Ingredient@4eaa472e, net.minecraftforge.oredict.OreIngredient@40655b28, net.minecraft.item.crafting.Ingredient@4eaa472e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5513 industrialforegoing:conveyor_7_gray RecipeStage{tier='three', recipe=8xtile.industrialforegoing.conveyor@7:[net.minecraft.item.crafting.Ingredient@2a65cf04, net.minecraft.item.crafting.Ingredient@2a65cf04, net.minecraft.item.crafting.Ingredient@2a65cf04, net.minecraft.item.crafting.Ingredient@2a65cf04, net.minecraftforge.oredict.OreIngredient@fbfca24, net.minecraft.item.crafting.Ingredient@2a65cf04, net.minecraft.item.crafting.Ingredient@2a65cf04, net.minecraft.item.crafting.Ingredient@2a65cf04, net.minecraft.item.crafting.Ingredient@2a65cf04]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5519 industrialforegoing:sewage_composter_solidifier RecipeStage{tier='four', recipe=1xtile.industrialforegoing.sewage_composter_solidifier@0:[net.minecraft.item.crafting.Ingredient@73183e68, net.minecraft.item.crafting.Ingredient@3b2ca1bf, net.minecraft.item.crafting.Ingredient@73183e68, net.minecraft.item.crafting.Ingredient@9f533cc, net.minecraft.item.crafting.Ingredient@3b6e4dac, net.minecraft.item.crafting.Ingredient@9f533cc, net.minecraft.item.crafting.Ingredient@7a991608, net.minecraft.item.crafting.Ingredient@288aa3f5, net.minecraft.item.crafting.Ingredient@7a991608]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5521 industrialforegoing:animal_resource_harvester RecipeStage{tier='four', recipe=1xtile.industrialforegoing.animal_resource_harvester@0:[net.minecraft.item.crafting.Ingredient@34f388ee, net.minecraft.item.crafting.Ingredient@34f388ee, net.minecraft.item.crafting.Ingredient@34f388ee, net.minecraft.item.crafting.Ingredient@cb7ae6c, net.minecraft.item.crafting.Ingredient@782b0c94, net.minecraft.item.crafting.Ingredient@cb7ae6c, net.minecraftforge.oredict.OreIngredient@64e51c63, net.minecraft.item.crafting.Ingredient@2c0de1c6, net.minecraftforge.oredict.OreIngredient@64e51c63]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5522 industrialforegoing:conveyor_5_lime RecipeStage{tier='three', recipe=8xtile.industrialforegoing.conveyor@5:[net.minecraft.item.crafting.Ingredient@564b8560, net.minecraft.item.crafting.Ingredient@564b8560, net.minecraft.item.crafting.Ingredient@564b8560, net.minecraft.item.crafting.Ingredient@564b8560, net.minecraftforge.oredict.OreIngredient@4242410d, net.minecraft.item.crafting.Ingredient@564b8560, net.minecraft.item.crafting.Ingredient@564b8560, net.minecraft.item.crafting.Ingredient@564b8560, net.minecraft.item.crafting.Ingredient@564b8560]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5524 industrialforegoing:itemstack_transfer_addon_push_0 RecipeStage{tier='four', recipe=1xitem.industrialforegoing.itemstack_transfer_addon@0:[net.minecraft.item.crafting.Ingredient@7b49d126, net.minecraftforge.oredict.OreIngredient@6a960364, net.minecraft.item.crafting.Ingredient@7b49d126, net.minecraftforge.oredict.OreIngredient@3e529ed8, net.minecraft.item.crafting.Ingredient@675a9ded, net.minecraftforge.oredict.OreIngredient@3e529ed8, net.minecraft.item.crafting.Ingredient@7b49d126, net.minecraftforge.oredict.OreIngredient@6a960364, net.minecraft.item.crafting.Ingredient@7b49d126]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5526 industrialforegoing:range_addon_3 RecipeStage{tier='four', recipe=1xitem.industrialforegoing.range_addon@3:[net.minecraftforge.oredict.OreIngredient@4a434a57, net.minecraft.item.crafting.Ingredient@6ecbc487, net.minecraftforge.oredict.OreIngredient@4a434a57, net.minecraftforge.oredict.OreIngredient@4a434a57, net.minecraftforge.oredict.OreIngredient@333f043f, net.minecraftforge.oredict.OreIngredient@4a434a57, net.minecraftforge.oredict.OreIngredient@4a434a57, net.minecraft.item.crafting.Ingredient@6ecbc487, net.minecraftforge.oredict.OreIngredient@4a434a57]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5527 industrialforegoing:conveyor_0 RecipeStage{tier='three', recipe=4xtile.industrialforegoing.conveyor@0:[net.minecraft.item.crafting.Ingredient@5e8e3033, net.minecraft.item.crafting.Ingredient@5e8e3033, net.minecraft.item.crafting.Ingredient@5e8e3033, net.minecraftforge.oredict.OreIngredient@5015f188, net.minecraft.item.crafting.Ingredient@766fcf68, net.minecraftforge.oredict.OreIngredient@5015f188, net.minecraft.item.crafting.Ingredient@5e8e3033, net.minecraft.item.crafting.Ingredient@5e8e3033, net.minecraft.item.crafting.Ingredient@5e8e3033]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5529 industrialforegoing:range_addon_7 RecipeStage{tier='four', recipe=1xitem.industrialforegoing.range_addon@7:[net.minecraftforge.oredict.OreIngredient@3ac351e3, net.minecraft.item.crafting.Ingredient@3c6d98f4, net.minecraftforge.oredict.OreIngredient@3ac351e3, net.minecraftforge.oredict.OreIngredient@3ac351e3, net.minecraftforge.oredict.OreIngredient@333f043f, net.minecraftforge.oredict.OreIngredient@3ac351e3, net.minecraftforge.oredict.OreIngredient@3ac351e3, net.minecraft.item.crafting.Ingredient@3c6d98f4, net.minecraftforge.oredict.OreIngredient@3ac351e3]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5531 industrialforegoing:spores_recreator RecipeStage{tier='four', recipe=1xtile.industrialforegoing.spores_recreator@0:[net.minecraft.item.crafting.Ingredient@23a02850, net.minecraft.item.crafting.Ingredient@23a02850, net.minecraft.item.crafting.Ingredient@23a02850, net.minecraft.item.crafting.Ingredient@28d9aa62, net.minecraft.item.crafting.Ingredient@1c458e56, net.minecraft.item.crafting.Ingredient@28d9aa62, net.minecraft.item.crafting.Ingredient@23a02850, net.minecraftforge.oredict.OreIngredient@40655b28, net.minecraft.item.crafting.Ingredient@23a02850]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5537 industrialforegoing:book_manual RecipeStage{tier='four', recipe=1xitem.industrialforegoing_book_manual@0:[net.minecraft.item.crafting.Ingredient@9bb7b8c, net.minecraftforge.oredict.OreIngredient@506ab10c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5538 industrialforegoing:mob_imprisonment_tool RecipeStage{tier='four', recipe=1xitem.industrialforegoing_mob_imprisonment_tool@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@27c69fb2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@27c69fb2, net.minecraft.item.crafting.Ingredient@7f776e33, net.minecraft.item.crafting.Ingredient@27c69fb2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@27c69fb2, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5539 industrialforegoing:ore_processor RecipeStage{tier='four', recipe=1xtile.industrialforegoing.ore_processor@0:[net.minecraft.item.crafting.Ingredient@65efed45, net.minecraft.item.crafting.Ingredient@71e2b3fa, net.minecraft.item.crafting.Ingredient@65efed45, net.minecraft.item.crafting.Ingredient@399088ca, net.minecraft.item.crafting.Ingredient@4c89a3d4, net.minecraft.item.crafting.Ingredient@399088ca, net.minecraft.item.crafting.Ingredient@22d4abcb, net.minecraft.item.crafting.Ingredient@6b7dee15, net.minecraft.item.crafting.Ingredient@22d4abcb]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5540 industrialforegoing:conveyor_upgrade_5 RecipeStage{tier='three', recipe=1xitem.industrialforegoing_conveyor_upgrade@5:[net.minecraftforge.oredict.OreIngredient@5015f188, net.minecraft.item.crafting.Ingredient@2a821783, net.minecraftforge.oredict.OreIngredient@5015f188, net.minecraftforge.oredict.OreIngredient@5015f188, net.minecraft.item.crafting.Ingredient@6454d854, net.minecraftforge.oredict.OreIngredient@5015f188, net.minecraftforge.oredict.OreIngredient@5015f188, net.minecraft.item.crafting.Ingredient@47703695, net.minecraftforge.oredict.OreIngredient@5015f188]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5541 industrialforegoing:plant_interactor RecipeStage{tier='four', recipe=1xtile.industrialforegoing.plant_interactor@0:[net.minecraft.item.crafting.Ingredient@4e548326, net.minecraft.item.crafting.Ingredient@2b83df4f, net.minecraft.item.crafting.Ingredient@4e548326, net.minecraft.item.crafting.Ingredient@2b83df4f, net.minecraft.item.crafting.Ingredient@6ee365b3, net.minecraft.item.crafting.Ingredient@2b83df4f, net.minecraftforge.oredict.OreIngredient@64e51c63, net.minecraft.item.crafting.Ingredient@1c26c996, net.minecraftforge.oredict.OreIngredient@64e51c63]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5542 industrialforegoing:crop_sower RecipeStage{tier='four', recipe=1xtile.industrialforegoing.crop_sower@0:[net.minecraft.item.crafting.Ingredient@44828ad4, net.minecraft.item.crafting.Ingredient@24cfffe3, net.minecraft.item.crafting.Ingredient@44828ad4, net.minecraft.item.crafting.Ingredient@1de64917, net.minecraft.item.crafting.Ingredient@74cb0584, net.minecraft.item.crafting.Ingredient@1de64917, net.minecraftforge.oredict.OreIngredient@40655b28, net.minecraft.item.crafting.Ingredient@681433d7, net.minecraftforge.oredict.OreIngredient@40655b28]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5545 industrialforegoing:fluid_transfer_addon_push_0 RecipeStage{tier='four', recipe=1xitem.industrialforegoing.fluid_transfer_addon@0:[net.minecraft.item.crafting.Ingredient@7528579b, net.minecraft.item.crafting.Ingredient@7ec0783, net.minecraft.item.crafting.Ingredient@7528579b, net.minecraftforge.oredict.OreIngredient@327e2aa7, net.minecraft.item.crafting.Ingredient@1ed1c938, net.minecraftforge.oredict.OreIngredient@327e2aa7, net.minecraft.item.crafting.Ingredient@7528579b, net.minecraft.item.crafting.Ingredient@7ec0783, net.minecraft.item.crafting.Ingredient@7528579b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5549 industrialforegoing:black_hole_label RecipeStage{tier='five', recipe=4xtile.industrialforegoing.black_hole_label@0:[net.minecraft.item.crafting.Ingredient@766a82c5, net.minecraft.item.crafting.Ingredient@766a82c5, net.minecraft.item.crafting.Ingredient@766a82c5, net.minecraft.item.crafting.Ingredient@42faca91, net.minecraft.item.crafting.Ingredient@6e09f5d9, net.minecraft.item.crafting.Ingredient@42faca91, net.minecraft.item.crafting.Ingredient@766a82c5, net.minecraft.item.crafting.Ingredient@766a82c5, net.minecraft.item.crafting.Ingredient@766a82c5]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5551 industrialforegoing:conveyor_upgrade_1 RecipeStage{tier='three', recipe=1xitem.industrialforegoing_conveyor_upgrade@1:[net.minecraftforge.oredict.OreIngredient@5015f188, net.minecraft.item.crafting.Ingredient@7d27322e, net.minecraftforge.oredict.OreIngredient@5015f188, net.minecraftforge.oredict.OreIngredient@5015f188, net.minecraft.item.crafting.Ingredient@7fc24dc6, net.minecraftforge.oredict.OreIngredient@5015f188, net.minecraftforge.oredict.OreIngredient@5015f188, net.minecraft.item.crafting.Ingredient@2df43836, net.minecraftforge.oredict.OreIngredient@5015f188]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5552 industrialforegoing:range_addon_6 RecipeStage{tier='four', recipe=1xitem.industrialforegoing.range_addon@6:[net.minecraftforge.oredict.OreIngredient@27d5dafe, net.minecraft.item.crafting.Ingredient@65a0e452, net.minecraftforge.oredict.OreIngredient@27d5dafe, net.minecraftforge.oredict.OreIngredient@27d5dafe, net.minecraftforge.oredict.OreIngredient@333f043f, net.minecraftforge.oredict.OreIngredient@27d5dafe, net.minecraftforge.oredict.OreIngredient@27d5dafe, net.minecraft.item.crafting.Ingredient@65a0e452, net.minecraftforge.oredict.OreIngredient@27d5dafe]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5553 industrialforegoing:conveyor_upgrade_0 RecipeStage{tier='three', recipe=1xitem.industrialforegoing_conveyor_upgrade@0:[net.minecraftforge.oredict.OreIngredient@5015f188, net.minecraft.item.crafting.Ingredient@c8fbb4a, net.minecraftforge.oredict.OreIngredient@5015f188, net.minecraftforge.oredict.OreIngredient@5015f188, net.minecraft.item.crafting.Ingredient@1729b114, net.minecraftforge.oredict.OreIngredient@5015f188, net.minecraftforge.oredict.OreIngredient@5015f188, net.minecraft.item.crafting.Ingredient@56cbaa71, net.minecraftforge.oredict.OreIngredient@5015f188]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5555 industrialforegoing:conveyor_11_blue RecipeStage{tier='three', recipe=8xtile.industrialforegoing.conveyor@11:[net.minecraft.item.crafting.Ingredient@56aecd92, net.minecraft.item.crafting.Ingredient@56aecd92, net.minecraft.item.crafting.Ingredient@56aecd92, net.minecraft.item.crafting.Ingredient@56aecd92, net.minecraftforge.oredict.OreIngredient@2ade21e4, net.minecraft.item.crafting.Ingredient@56aecd92, net.minecraft.item.crafting.Ingredient@56aecd92, net.minecraft.item.crafting.Ingredient@56aecd92, net.minecraft.item.crafting.Ingredient@56aecd92]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5557 industrialforegoing:protein_reactor RecipeStage{tier='four', recipe=1xtile.industrialforegoing.protein_reactor@0:[net.minecraft.item.crafting.Ingredient@412a00f, net.minecraft.item.crafting.Ingredient@431d9fe, net.minecraft.item.crafting.Ingredient@412a00f, net.minecraft.item.crafting.Ingredient@13295ffd, net.minecraft.item.crafting.Ingredient@630cd5c7, net.minecraft.item.crafting.Ingredient@13295ffd, net.minecraft.item.crafting.Ingredient@b2d8ef9, net.minecraft.item.crafting.Ingredient@15b2119f, net.minecraft.item.crafting.Ingredient@b2d8ef9]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5560 industrialforegoing:conveyor_6_pink RecipeStage{tier='three', recipe=8xtile.industrialforegoing.conveyor@6:[net.minecraft.item.crafting.Ingredient@2e71e5a9, net.minecraft.item.crafting.Ingredient@2e71e5a9, net.minecraft.item.crafting.Ingredient@2e71e5a9, net.minecraft.item.crafting.Ingredient@2e71e5a9, net.minecraftforge.oredict.OreIngredient@24a3ecab, net.minecraft.item.crafting.Ingredient@2e71e5a9, net.minecraft.item.crafting.Ingredient@2e71e5a9, net.minecraft.item.crafting.Ingredient@2e71e5a9, net.minecraft.item.crafting.Ingredient@2e71e5a9]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5562 industrialforegoing:froster RecipeStage{tier='four', recipe=1xtile.industrialforegoing.froster@0:[net.minecraft.item.crafting.Ingredient@6b6a1be1, net.minecraft.item.crafting.Ingredient@59cea0ff, net.minecraft.item.crafting.Ingredient@6b6a1be1, net.minecraft.item.crafting.Ingredient@34d95414, net.minecraft.item.crafting.Ingredient@2e9ab41, net.minecraft.item.crafting.Ingredient@34d95414, net.minecraft.item.crafting.Ingredient@6b6a1be1, net.minecraftforge.oredict.OreIngredient@64e51c63, net.minecraft.item.crafting.Ingredient@6b6a1be1]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5563 industrialforegoing:fluid_pump RecipeStage{tier='four', recipe=1xtile.industrialforegoing.fluid_pump@0:[net.minecraft.item.crafting.Ingredient@5c180954, net.minecraft.item.crafting.Ingredient@a7386b, net.minecraft.item.crafting.Ingredient@5c180954, net.minecraft.item.crafting.Ingredient@1fd93f5b, net.minecraft.item.crafting.Ingredient@397c75d, net.minecraft.item.crafting.Ingredient@50885c84, net.minecraft.item.crafting.Ingredient@5c180954, net.minecraftforge.oredict.OreIngredient@64e51c63, net.minecraft.item.crafting.Ingredient@5c180954]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5564 industrialforegoing:conveyor_15_black RecipeStage{tier='three', recipe=8xtile.industrialforegoing.conveyor@15:[net.minecraft.item.crafting.Ingredient@43d18895, net.minecraft.item.crafting.Ingredient@43d18895, net.minecraft.item.crafting.Ingredient@43d18895, net.minecraft.item.crafting.Ingredient@43d18895, net.minecraftforge.oredict.OreIngredient@4ff61717, net.minecraft.item.crafting.Ingredient@43d18895, net.minecraft.item.crafting.Ingredient@43d18895, net.minecraft.item.crafting.Ingredient@43d18895, net.minecraft.item.crafting.Ingredient@43d18895]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5565 industrialforegoing:potion_enervator RecipeStage{tier='four', recipe=1xtile.industrialforegoing.potion_enervator@0:[net.minecraft.item.crafting.Ingredient@18b47718, net.minecraft.item.crafting.Ingredient@4201ebc6, net.minecraft.item.crafting.Ingredient@18b47718, net.minecraftforge.oredict.OreIngredient@64e51c63, net.minecraft.item.crafting.Ingredient@44169f38, net.minecraftforge.oredict.OreIngredient@64e51c63, net.minecraft.item.crafting.Ingredient@651be703, net.minecraftforge.oredict.OreIngredient@64e51c63, net.minecraft.item.crafting.Ingredient@651be703]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5566 industrialforegoing:fluiddictionary_converter RecipeStage{tier='four', recipe=1xtile.industrialforegoing.fluiddictionary_converter@0:[net.minecraft.item.crafting.Ingredient@7835dc24, net.minecraft.item.crafting.Ingredient@7835dc24, net.minecraft.item.crafting.Ingredient@7835dc24, net.minecraftforge.oredict.OreIngredient@30e2a4ed, net.minecraft.item.crafting.Ingredient@e0286a3, net.minecraftforge.oredict.OreIngredient@30e2a4ed, net.minecraft.item.crafting.Ingredient@21215c48, net.minecraftforge.oredict.OreIngredient@40655b28, net.minecraft.item.crafting.Ingredient@21215c48]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5567 industrialforegoing:conveyor_upgrade_4 RecipeStage{tier='three', recipe=1xitem.industrialforegoing_conveyor_upgrade@4:[net.minecraftforge.oredict.OreIngredient@5015f188, net.minecraft.item.crafting.Ingredient@1d7d0754, net.minecraftforge.oredict.OreIngredient@5015f188, net.minecraftforge.oredict.OreIngredient@5015f188, net.minecraft.item.crafting.Ingredient@5a04f393, net.minecraftforge.oredict.OreIngredient@5015f188, net.minecraftforge.oredict.OreIngredient@5015f188, net.minecraft.item.crafting.Ingredient@35407c71, net.minecraftforge.oredict.OreIngredient@5015f188]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5568 industrialforegoing:conveyor_2_magenta RecipeStage{tier='three', recipe=8xtile.industrialforegoing.conveyor@2:[net.minecraft.item.crafting.Ingredient@7c3d0fdc, net.minecraft.item.crafting.Ingredient@7c3d0fdc, net.minecraft.item.crafting.Ingredient@7c3d0fdc, net.minecraft.item.crafting.Ingredient@7c3d0fdc, net.minecraftforge.oredict.OreIngredient@3e529ed8, net.minecraft.item.crafting.Ingredient@7c3d0fdc, net.minecraft.item.crafting.Ingredient@7c3d0fdc, net.minecraft.item.crafting.Ingredient@7c3d0fdc, net.minecraft.item.crafting.Ingredient@7c3d0fdc]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5569 industrialforegoing:mob_relocator RecipeStage{tier='four', recipe=1xtile.industrialforegoing.mob_relocator@0:[net.minecraft.item.crafting.Ingredient@721d2adf, net.minecraft.item.crafting.Ingredient@6f257da9, net.minecraft.item.crafting.Ingredient@721d2adf, net.minecraft.item.crafting.Ingredient@18e033a7, net.minecraft.item.crafting.Ingredient@7475f940, net.minecraft.item.crafting.Ingredient@18e033a7, net.minecraftforge.oredict.OreIngredient@64e51c63, net.minecraft.item.crafting.Ingredient@5bda36d6, net.minecraftforge.oredict.OreIngredient@64e51c63]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5572 industrialforegoing:fortune_addon RecipeStage{tier='five', recipe=1xitem.industrialforegoing.fortune_addon@0:[net.minecraft.item.crafting.Ingredient@43663684, net.minecraft.item.crafting.Ingredient@6d46c83d, net.minecraft.item.crafting.Ingredient@43663684, net.minecraft.item.crafting.Ingredient@43663684, net.minecraft.item.crafting.Ingredient@3b0d6ad2, net.minecraft.item.crafting.Ingredient@43663684, net.minecraft.item.crafting.Ingredient@43663684, net.minecraft.item.crafting.Ingredient@6d46c83d, net.minecraft.item.crafting.Ingredient@43663684]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5573 industrialforegoing:protein_generator RecipeStage{tier='four', recipe=1xtile.industrialforegoing.protein_generator@0:[net.minecraft.item.crafting.Ingredient@406d49eb, net.minecraft.item.crafting.Ingredient@7a8ad9a9, net.minecraft.item.crafting.Ingredient@406d49eb, net.minecraft.item.crafting.Ingredient@5d9d74a5, net.minecraft.item.crafting.Ingredient@77954cec, net.minecraft.item.crafting.Ingredient@5d9d74a5, net.minecraft.item.crafting.Ingredient@298f8017, net.minecraft.item.crafting.Ingredient@5d9d74a5, net.minecraft.item.crafting.Ingredient@298f8017]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5592 ironchest:shulker/yellow/silver/iron_silver_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@273aed43 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5593 ironchest:shulker/yellow/silver/copper_silver_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@1f229f9f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5594 ironchest:shulker/yellow/obsidian/diamond_obsidian_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@15a890c8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5597 ironchest:shulker/yellow/gold/silver_gold_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@6b315036 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5598 ironchest:shulker/yellow/gold/iron_gold_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@7235fa75 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5599 ironchest:shulker/yellow/diamond/silver_diamond_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@5cc93591 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5600 ironchest:shulker/yellow/diamond/gold_diamond_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@7ec7d8d9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5601 ironchest:shulker/yellow/crystal/diamond_crystal_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@6d47d22 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5602 ironchest:shulker/yellow/copper/vanilla_copper_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@2d5a97cc +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5603 ironchest:shulker/white/silver/iron_silver_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@3acd7ab8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5604 ironchest:shulker/white/silver/copper_silver_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@3d5afccd +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5605 ironchest:shulker/white/obsidian/diamond_obsidian_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@7f30131 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5608 ironchest:shulker/white/gold/silver_gold_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@38eb6c77 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5609 ironchest:shulker/white/gold/iron_gold_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@57d2be71 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5610 ironchest:shulker/white/diamond/silver_diamond_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@5cbf1a6a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5611 ironchest:shulker/white/diamond/gold_diamond_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@57518d64 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5612 ironchest:shulker/white/crystal/diamond_crystal_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@1934bf12 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5613 ironchest:shulker/white/copper/vanilla_copper_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@74e0967f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5614 ironchest:shulker/silver/silver/iron_silver_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@39241cc6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5615 ironchest:shulker/silver/silver/copper_silver_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@2d0dcf07 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5616 ironchest:shulker/silver/obsidian/diamond_obsidian_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@76e28cc2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5619 ironchest:shulker/silver/gold/silver_gold_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@6c5d5800 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5620 ironchest:shulker/silver/gold/iron_gold_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@36dd8b4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5621 ironchest:shulker/silver/diamond/silver_diamond_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@671321bc +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5622 ironchest:shulker/silver/diamond/gold_diamond_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@6a587200 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5623 ironchest:shulker/silver/crystal/diamond_crystal_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@2dbb8d8c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5624 ironchest:shulker/silver/copper/vanilla_copper_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@2b6c6a01 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5625 ironchest:shulker/red/silver/iron_silver_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@639a1a6d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5626 ironchest:shulker/red/silver/copper_silver_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@7b09be5d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5627 ironchest:shulker/red/obsidian/diamond_obsidian_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@1dc640c3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5630 ironchest:shulker/red/gold/silver_gold_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@14ce0507 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5631 ironchest:shulker/red/gold/iron_gold_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@23cf0022 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5632 ironchest:shulker/red/diamond/silver_diamond_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@2c203ede +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5633 ironchest:shulker/red/diamond/gold_diamond_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@363031f9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5634 ironchest:shulker/red/crystal/diamond_crystal_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@6a6ccdbf +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5635 ironchest:shulker/red/copper/vanilla_copper_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@234cdf29 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5636 ironchest:shulker/purple/silver/iron_silver_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@7ea24539 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5637 ironchest:shulker/purple/silver/copper_silver_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@5e9d29f4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5638 ironchest:shulker/purple/obsidian/diamond_obsidian_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@2c65a694 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5641 ironchest:shulker/purple/gold/silver_gold_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@5b946c94 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5642 ironchest:shulker/purple/gold/iron_gold_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@547562e2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5643 ironchest:shulker/purple/diamond/silver_diamond_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@5a70df80 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5644 ironchest:shulker/purple/diamond/gold_diamond_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@3a047b15 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5645 ironchest:shulker/purple/crystal/diamond_crystal_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@5913cc1c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5646 ironchest:shulker/purple/copper/vanilla_copper_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@6e400e27 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5647 ironchest:shulker/pink/silver/iron_silver_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@3288cb05 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5648 ironchest:shulker/pink/silver/copper_silver_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@1048431d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5649 ironchest:shulker/pink/obsidian/diamond_obsidian_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@5daf5078 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5652 ironchest:shulker/pink/gold/silver_gold_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@332afcab +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5653 ironchest:shulker/pink/gold/iron_gold_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@567040b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5654 ironchest:shulker/pink/diamond/silver_diamond_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@c9b5b64 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5655 ironchest:shulker/pink/diamond/gold_diamond_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@587b8ea6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5656 ironchest:shulker/pink/crystal/diamond_crystal_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@52202d1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5657 ironchest:shulker/pink/copper/vanilla_copper_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@43ad64a4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5658 ironchest:shulker/orange/silver/iron_silver_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@47276a64 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5659 ironchest:shulker/orange/silver/copper_silver_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@70da216a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5660 ironchest:shulker/orange/obsidian/diamond_obsidian_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@2f67bd27 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5663 ironchest:shulker/orange/gold/silver_gold_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@57355d44 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5664 ironchest:shulker/orange/gold/iron_gold_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@3400c6a0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5665 ironchest:shulker/orange/diamond/silver_diamond_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@9e7c94d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5666 ironchest:shulker/orange/diamond/gold_diamond_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@463791a8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5667 ironchest:shulker/orange/crystal/diamond_crystal_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@41b97d49 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5668 ironchest:shulker/orange/copper/vanilla_copper_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@1e61f464 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5669 ironchest:shulker/magenta/silver/iron_silver_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@7e245877 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5670 ironchest:shulker/magenta/silver/copper_silver_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@1b18fe2c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5671 ironchest:shulker/magenta/obsidian/diamond_obsidian_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@336a8352 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5674 ironchest:shulker/magenta/gold/silver_gold_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@4766af20 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5675 ironchest:shulker/magenta/gold/iron_gold_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@6b180afc +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5676 ironchest:shulker/magenta/diamond/silver_diamond_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@4c6dc170 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5677 ironchest:shulker/magenta/diamond/gold_diamond_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@5534dd15 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5678 ironchest:shulker/magenta/crystal/diamond_crystal_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@4d8559a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5679 ironchest:shulker/magenta/copper/vanilla_copper_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@4e675992 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5680 ironchest:shulker/lime/silver/iron_silver_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@46445f55 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5681 ironchest:shulker/lime/silver/copper_silver_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@1c6f08b0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5682 ironchest:shulker/lime/obsidian/diamond_obsidian_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@2799f92c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5685 ironchest:shulker/lime/gold/silver_gold_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@74857e51 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5686 ironchest:shulker/lime/gold/iron_gold_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@461a5ee4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5687 ironchest:shulker/lime/diamond/silver_diamond_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@655b7785 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5688 ironchest:shulker/lime/diamond/gold_diamond_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@1b772f8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5689 ironchest:shulker/lime/crystal/diamond_crystal_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@52fe899f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5690 ironchest:shulker/lime/copper/vanilla_copper_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@15652820 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5691 ironchest:shulker/light_blue/silver/iron_silver_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@35879426 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5692 ironchest:shulker/light_blue/silver/copper_silver_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@4709856 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5693 ironchest:shulker/light_blue/obsidian/diamond_obsidian_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@b88dff4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5696 ironchest:shulker/light_blue/gold/silver_gold_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@180d8016 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5697 ironchest:shulker/light_blue/gold/iron_gold_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@4ea6b3a3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5698 ironchest:shulker/light_blue/diamond/silver_diamond_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@203fea58 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5699 ironchest:shulker/light_blue/diamond/gold_diamond_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@4783b613 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5700 ironchest:shulker/light_blue/crystal/diamond_crystal_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@53bd4a93 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5701 ironchest:shulker/light_blue/copper/vanilla_copper_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@6b3ebff4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5702 ironchest:shulker/green/silver/iron_silver_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@2c093124 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5703 ironchest:shulker/green/silver/copper_silver_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@529f1e73 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5704 ironchest:shulker/green/obsidian/diamond_obsidian_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@68c7578f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5707 ironchest:shulker/green/gold/silver_gold_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@62b8a92d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5708 ironchest:shulker/green/gold/iron_gold_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@37ff11c9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5709 ironchest:shulker/green/diamond/silver_diamond_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@19e56001 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5710 ironchest:shulker/green/diamond/gold_diamond_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@45b11c85 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5711 ironchest:shulker/green/crystal/diamond_crystal_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@268dc6ad +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5712 ironchest:shulker/green/copper/vanilla_copper_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@33b83495 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5713 ironchest:shulker/gray/silver/iron_silver_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@203e8ce9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5714 ironchest:shulker/gray/silver/copper_silver_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@609b4a33 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5715 ironchest:shulker/gray/obsidian/diamond_obsidian_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@4a27f805 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5718 ironchest:shulker/gray/gold/silver_gold_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@7a56975d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5719 ironchest:shulker/gray/gold/iron_gold_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@4b1a7739 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5720 ironchest:shulker/gray/diamond/silver_diamond_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@3c8f9b84 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5721 ironchest:shulker/gray/diamond/gold_diamond_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@5fc4039b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5722 ironchest:shulker/gray/crystal/diamond_crystal_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@82ec6f9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5723 ironchest:shulker/gray/copper/vanilla_copper_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@52c8507f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5724 ironchest:shulker/cyan/silver/iron_silver_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@772c19fc +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5725 ironchest:shulker/cyan/silver/copper_silver_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@5cc4190e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5726 ironchest:shulker/cyan/obsidian/diamond_obsidian_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@1f827095 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5729 ironchest:shulker/cyan/gold/silver_gold_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@2eb48500 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5730 ironchest:shulker/cyan/gold/iron_gold_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@567794df +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5731 ironchest:shulker/cyan/diamond/silver_diamond_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@101264d5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5732 ironchest:shulker/cyan/diamond/gold_diamond_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@67ef4d51 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5733 ironchest:shulker/cyan/crystal/diamond_crystal_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@2938b940 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5734 ironchest:shulker/cyan/copper/vanilla_copper_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@70e34ee1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5735 ironchest:shulker/brown/silver/iron_silver_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@1ed7aa0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5736 ironchest:shulker/brown/silver/copper_silver_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@550599d2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5737 ironchest:shulker/brown/obsidian/diamond_obsidian_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@1121c106 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5740 ironchest:shulker/brown/gold/silver_gold_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@7a953196 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5741 ironchest:shulker/brown/gold/iron_gold_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@507bfb20 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5742 ironchest:shulker/brown/diamond/silver_diamond_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@5b1cab56 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5743 ironchest:shulker/brown/diamond/gold_diamond_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@5c9057bb +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5744 ironchest:shulker/brown/crystal/diamond_crystal_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@785614a3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5745 ironchest:shulker/brown/copper/vanilla_copper_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@52c228fc +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5746 ironchest:shulker/blue/silver/iron_silver_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@596ab1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5747 ironchest:shulker/blue/silver/copper_silver_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@4f956d29 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5748 ironchest:shulker/blue/obsidian/diamond_obsidian_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@fd59c4b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5751 ironchest:shulker/blue/gold/silver_gold_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@68c4af85 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5752 ironchest:shulker/blue/gold/iron_gold_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@24ab656d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5753 ironchest:shulker/blue/diamond/silver_diamond_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@458cb968 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5754 ironchest:shulker/blue/diamond/gold_diamond_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@7d9287d9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5755 ironchest:shulker/blue/crystal/diamond_crystal_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@717243ec +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5756 ironchest:shulker/blue/copper/vanilla_copper_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@3482d854 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5757 ironchest:shulker/black/silver/iron_silver_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@7c3b46ca +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5758 ironchest:shulker/black/silver/copper_silver_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@13cb4932 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5759 ironchest:shulker/black/obsidian/diamond_obsidian_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@544d0efa +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5762 ironchest:shulker/black/gold/silver_gold_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@f755519 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5763 ironchest:shulker/black/gold/iron_gold_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@b43aa61 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5764 ironchest:shulker/black/diamond/silver_diamond_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@76a09dd9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5765 ironchest:shulker/black/diamond/gold_diamond_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@5c0775b8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5766 ironchest:shulker/black/crystal/diamond_crystal_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@2c23245c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5767 ironchest:shulker/black/copper/vanilla_copper_shulker_box cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxRecipeFactory$ShulkerBoxRecipe@751f29ff +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5768 ironchest:shulker/shulker_box_coloring cpw.mods.ironchest.common.crafting.recipe.ShulkerBoxColorRecipeFactory$ShulkerBoxColorRecipe@47ccd853 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5769 ironchest:chest/silver/iron_silver_chest RecipeStage{tier='two', recipe=1xtile.IronChest@4:[net.minecraftforge.oredict.OreIngredient@531ff219, net.minecraftforge.oredict.OreIngredient@4199fdd0, net.minecraftforge.oredict.OreIngredient@531ff219, net.minecraftforge.oredict.OreIngredient@4199fdd0, net.minecraft.item.crafting.Ingredient@7f25b8b7, net.minecraftforge.oredict.OreIngredient@4199fdd0, net.minecraftforge.oredict.OreIngredient@531ff219, net.minecraftforge.oredict.OreIngredient@4199fdd0, net.minecraftforge.oredict.OreIngredient@531ff219]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5770 ironchest:chest/silver/copper_silver_chest RecipeStage{tier='two', recipe=1xtile.IronChest@4:[net.minecraftforge.oredict.OreIngredient@531ff219, net.minecraftforge.oredict.OreIngredient@531ff219, net.minecraftforge.oredict.OreIngredient@531ff219, net.minecraftforge.oredict.OreIngredient@531ff219, net.minecraft.item.crafting.Ingredient@7f0c6896, net.minecraftforge.oredict.OreIngredient@531ff219, net.minecraftforge.oredict.OreIngredient@531ff219, net.minecraftforge.oredict.OreIngredient@531ff219, net.minecraftforge.oredict.OreIngredient@531ff219]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5771 ironchest:chest/obsidian/diamond_obsidian_chest RecipeStage{tier='three', recipe=1xtile.IronChest@6:[net.minecraft.item.crafting.Ingredient@199cc61b, net.minecraft.item.crafting.Ingredient@199cc61b, net.minecraft.item.crafting.Ingredient@199cc61b, net.minecraft.item.crafting.Ingredient@199cc61b, net.minecraft.item.crafting.Ingredient@35a835c9, net.minecraft.item.crafting.Ingredient@199cc61b, net.minecraft.item.crafting.Ingredient@199cc61b, net.minecraft.item.crafting.Ingredient@199cc61b, net.minecraft.item.crafting.Ingredient@199cc61b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5774 ironchest:chest/gold/silver_gold_chest RecipeStage{tier='two', recipe=1xtile.IronChest@1:[net.minecraftforge.oredict.OreIngredient@78dd493b, net.minecraftforge.oredict.OreIngredient@4199fdd0, net.minecraftforge.oredict.OreIngredient@78dd493b, net.minecraftforge.oredict.OreIngredient@4199fdd0, net.minecraft.item.crafting.Ingredient@28b09ee, net.minecraftforge.oredict.OreIngredient@4199fdd0, net.minecraftforge.oredict.OreIngredient@78dd493b, net.minecraftforge.oredict.OreIngredient@4199fdd0, net.minecraftforge.oredict.OreIngredient@78dd493b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5775 ironchest:chest/gold/iron_gold_chest RecipeStage{tier='two', recipe=1xtile.IronChest@1:[net.minecraftforge.oredict.OreIngredient@78dd493b, net.minecraftforge.oredict.OreIngredient@78dd493b, net.minecraftforge.oredict.OreIngredient@78dd493b, net.minecraftforge.oredict.OreIngredient@78dd493b, net.minecraft.item.crafting.Ingredient@3e6fadec, net.minecraftforge.oredict.OreIngredient@78dd493b, net.minecraftforge.oredict.OreIngredient@78dd493b, net.minecraftforge.oredict.OreIngredient@78dd493b, net.minecraftforge.oredict.OreIngredient@78dd493b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5776 ironchest:chest/dirt/vanilla_dirt_chest RecipeStage{tier='one', recipe=1xtile.IronChest@7:[net.minecraft.item.crafting.Ingredient@431cebf3, net.minecraft.item.crafting.Ingredient@431cebf3, net.minecraft.item.crafting.Ingredient@431cebf3, net.minecraft.item.crafting.Ingredient@431cebf3, net.minecraftforge.oredict.OreIngredient@34434382, net.minecraft.item.crafting.Ingredient@431cebf3, net.minecraft.item.crafting.Ingredient@431cebf3, net.minecraft.item.crafting.Ingredient@431cebf3, net.minecraft.item.crafting.Ingredient@431cebf3]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5777 ironchest:chest/diamond/silver_diamond_chest RecipeStage{tier='five', recipe=1xtile.IronChest@2:[net.minecraftforge.oredict.OreIngredient@4199fdd0, net.minecraftforge.oredict.OreIngredient@4199fdd0, net.minecraftforge.oredict.OreIngredient@4199fdd0, net.minecraftforge.oredict.OreIngredient@4199fdd0, net.minecraft.item.crafting.Ingredient@4b2e83b3, net.minecraftforge.oredict.OreIngredient@4199fdd0, net.minecraftforge.oredict.OreIngredient@16a9de96, net.minecraftforge.oredict.OreIngredient@16a9de96, net.minecraftforge.oredict.OreIngredient@16a9de96]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5778 ironchest:chest/diamond/gold_diamond_chest RecipeStage{tier='five', recipe=1xtile.IronChest@2:[net.minecraftforge.oredict.OreIngredient@4199fdd0, net.minecraftforge.oredict.OreIngredient@4199fdd0, net.minecraftforge.oredict.OreIngredient@4199fdd0, net.minecraftforge.oredict.OreIngredient@16a9de96, net.minecraft.item.crafting.Ingredient@2ec385c7, net.minecraftforge.oredict.OreIngredient@16a9de96, net.minecraftforge.oredict.OreIngredient@4199fdd0, net.minecraftforge.oredict.OreIngredient@4199fdd0, net.minecraftforge.oredict.OreIngredient@4199fdd0]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5779 ironchest:chest/crystal/diamond_crystal_chest RecipeStage{tier='five', recipe=1xtile.IronChest@5:[net.minecraftforge.oredict.OreIngredient@4199fdd0, net.minecraftforge.oredict.OreIngredient@4199fdd0, net.minecraftforge.oredict.OreIngredient@4199fdd0, net.minecraftforge.oredict.OreIngredient@4199fdd0, net.minecraft.item.crafting.Ingredient@4a9bfb46, net.minecraftforge.oredict.OreIngredient@4199fdd0, net.minecraftforge.oredict.OreIngredient@4199fdd0, net.minecraftforge.oredict.OreIngredient@4199fdd0, net.minecraftforge.oredict.OreIngredient@4199fdd0]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5780 ironchest:chest/copper/vanilla_copper_chest RecipeStage{tier='one', recipe=1xtile.IronChest@3:[net.minecraftforge.oredict.OreIngredient@e713ff2, net.minecraftforge.oredict.OreIngredient@e713ff2, net.minecraftforge.oredict.OreIngredient@e713ff2, net.minecraftforge.oredict.OreIngredient@e713ff2, net.minecraftforge.oredict.OreIngredient@34434382, net.minecraftforge.oredict.OreIngredient@e713ff2, net.minecraftforge.oredict.OreIngredient@e713ff2, net.minecraftforge.oredict.OreIngredient@e713ff2, net.minecraftforge.oredict.OreIngredient@e713ff2]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5783 jarm:spruce_raft RecipeStage{tier='zero', recipe=1xitem.spruceraft@0:[net.minecraft.item.crafting.Ingredient@be52edc, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@be52edc, net.minecraft.item.crafting.Ingredient@e39e9ca, net.minecraft.item.crafting.Ingredient@e39e9ca, net.minecraft.item.crafting.Ingredient@e39e9ca, net.minecraft.item.crafting.Ingredient@be52edc, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@be52edc]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5784 jarm:oak_raft RecipeStage{tier='zero', recipe=1xitem.oakraft@0:[net.minecraft.item.crafting.Ingredient@74d1d110, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@74d1d110, net.minecraft.item.crafting.Ingredient@6c32e898, net.minecraft.item.crafting.Ingredient@6c32e898, net.minecraft.item.crafting.Ingredient@6c32e898, net.minecraft.item.crafting.Ingredient@74d1d110, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@74d1d110]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5785 jarm:jungle_raft RecipeStage{tier='zero', recipe=1xitem.jungleraft@0:[net.minecraft.item.crafting.Ingredient@21c11e6a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@21c11e6a, net.minecraft.item.crafting.Ingredient@242b173, net.minecraft.item.crafting.Ingredient@242b173, net.minecraft.item.crafting.Ingredient@242b173, net.minecraft.item.crafting.Ingredient@21c11e6a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@21c11e6a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5786 jarm:dark_oak_raft RecipeStage{tier='zero', recipe=1xitem.dark_oakraft@0:[net.minecraft.item.crafting.Ingredient@39dd9d48, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@39dd9d48, net.minecraft.item.crafting.Ingredient@eeec18d, net.minecraft.item.crafting.Ingredient@eeec18d, net.minecraft.item.crafting.Ingredient@eeec18d, net.minecraft.item.crafting.Ingredient@39dd9d48, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@39dd9d48]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5787 jarm:birch_raft RecipeStage{tier='zero', recipe=1xitem.birchraft@0:[net.minecraft.item.crafting.Ingredient@10be36b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@10be36b, net.minecraft.item.crafting.Ingredient@7429cc7c, net.minecraft.item.crafting.Ingredient@7429cc7c, net.minecraft.item.crafting.Ingredient@7429cc7c, net.minecraft.item.crafting.Ingredient@10be36b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@10be36b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5788 jarm:acacia_raft RecipeStage{tier='zero', recipe=1xitem.acaciaraft@0:[net.minecraft.item.crafting.Ingredient@6d093839, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6d093839, net.minecraft.item.crafting.Ingredient@4f0519c9, net.minecraft.item.crafting.Ingredient@4f0519c9, net.minecraft.item.crafting.Ingredient@4f0519c9, net.minecraft.item.crafting.Ingredient@6d093839, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6d093839]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5790 jaff:tank RecipeStage{tier='two', recipe=16xtile.tank@0:[net.minecraft.item.crafting.Ingredient@797718a6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@797718a6, net.minecraft.item.crafting.Ingredient@797718a6, net.minecraft.item.crafting.Ingredient@7202a012, net.minecraft.item.crafting.Ingredient@797718a6, net.minecraft.item.crafting.Ingredient@797718a6, net.minecraft.item.crafting.Ingredient@797718a6, net.minecraft.item.crafting.Ingredient@797718a6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5796 modularmachinery:fluid_output_small RecipeStage{tier='four', recipe=1xtile.modularmachinery.blockfluidoutputhatch@1:[net.minecraft.item.crafting.Ingredient@135f3fb1, net.minecraft.item.crafting.Ingredient@8ec91cb, net.minecraft.item.crafting.Ingredient@135f3fb1, net.minecraft.item.crafting.Ingredient@8ec91cb, net.minecraft.item.crafting.Ingredient@42d342dc, net.minecraft.item.crafting.Ingredient@8ec91cb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4d7b509f, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5798 modularmachinery:fluid_input_small RecipeStage{tier='four', recipe=1xtile.modularmachinery.blockfluidinputhatch@1:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@76143e70, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@58dc8a70, net.minecraft.item.crafting.Ingredient@1f47d175, net.minecraft.item.crafting.Ingredient@58dc8a70, net.minecraft.item.crafting.Ingredient@495280f4, net.minecraft.item.crafting.Ingredient@58dc8a70, net.minecraft.item.crafting.Ingredient@495280f4]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5803 modularmachinery:casing_reinforced RecipeStage{tier='four', recipe=4xtile.modularmachinery.blockcasing@4:[net.minecraft.item.crafting.Ingredient@38177551, net.minecraft.item.crafting.Ingredient@24b4d21, net.minecraft.item.crafting.Ingredient@38177551, net.minecraft.item.crafting.Ingredient@24b4d21, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@24b4d21, net.minecraft.item.crafting.Ingredient@38177551, net.minecraft.item.crafting.Ingredient@24b4d21, net.minecraft.item.crafting.Ingredient@38177551]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5805 modularmachinery:energy_output_tiny RecipeStage{tier='four', recipe=1xtile.modularmachinery.blockenergyoutputhatch@0:[net.minecraft.item.crafting.Ingredient@201974cb, net.minecraftforge.oredict.OreIngredient@390d00d3, net.minecraft.item.crafting.Ingredient@201974cb, net.minecraftforge.oredict.OreIngredient@2e1659d5, net.minecraft.item.crafting.Ingredient@1e7daf3d, net.minecraftforge.oredict.OreIngredient@2e1659d5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2e1659d5, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5807 modularmachinery:energy_output_small RecipeStage{tier='four', recipe=1xtile.modularmachinery.blockenergyoutputhatch@1:[net.minecraftforge.oredict.OreIngredient@703f78ea, net.minecraftforge.oredict.OreIngredient@4912036e, net.minecraftforge.oredict.OreIngredient@703f78ea, net.minecraftforge.oredict.OreIngredient@4912036e, net.minecraft.item.crafting.Ingredient@72029218, net.minecraftforge.oredict.OreIngredient@4912036e, net.minecraftforge.oredict.OreIngredient@703f78ea, net.minecraft.item.crafting.Ingredient@cf608de, net.minecraftforge.oredict.OreIngredient@703f78ea]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5808 modularmachinery:energy_input_small RecipeStage{tier='four', recipe=1xtile.modularmachinery.blockenergyinputhatch@1:[net.minecraftforge.oredict.OreIngredient@24616605, net.minecraft.item.crafting.Ingredient@46051b2f, net.minecraftforge.oredict.OreIngredient@24616605, net.minecraftforge.oredict.OreIngredient@7ad9baff, net.minecraft.item.crafting.Ingredient@53f27f40, net.minecraftforge.oredict.OreIngredient@7ad9baff, net.minecraftforge.oredict.OreIngredient@24616605, net.minecraftforge.oredict.OreIngredient@7ad9baff, net.minecraftforge.oredict.OreIngredient@24616605]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5809 modularmachinery:fluid_output_tiny RecipeStage{tier='three', recipe=1xtile.modularmachinery.blockfluidoutputhatch@0:[net.minecraft.item.crafting.Ingredient@65cff7dd, net.minecraft.item.crafting.Ingredient@1e984734, net.minecraft.item.crafting.Ingredient@58f54dc6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5810 modularmachinery:casing_firebox RecipeStage{tier='four', recipe=2xtile.modularmachinery.blockcasing@2:[net.minecraftforge.oredict.OreIngredient@33db2522, net.minecraft.item.crafting.Ingredient@2e0aeb5c, net.minecraftforge.oredict.OreIngredient@33db2522, net.minecraft.item.crafting.Ingredient@7200e5df, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7200e5df, net.minecraftforge.oredict.OreIngredient@33db2522, net.minecraftforge.oredict.OreIngredient@13f6d305, net.minecraftforge.oredict.OreIngredient@33db2522]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5813 mysticalagriculture:ultimate_reprocessor RecipeStage{tier='five', recipe=1xtile.ma.ultimate_reprocessor@0:[net.minecraft.item.crafting.Ingredient@43ce757b, net.minecraft.item.crafting.Ingredient@548e4258, net.minecraft.item.crafting.Ingredient@43ce757b, net.minecraft.item.crafting.Ingredient@2965b255, net.minecraft.item.crafting.Ingredient@2db10ea6, net.minecraft.item.crafting.Ingredient@2965b255, net.minecraft.item.crafting.Ingredient@43ce757b, net.minecraft.item.crafting.Ingredient@2965b255, net.minecraft.item.crafting.Ingredient@43ce757b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5814 mysticalagriculture:supremium_reprocessor RecipeStage{tier='five', recipe=1xtile.ma.supremium_reprocessor@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@63f39125, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@63f39125, net.minecraft.item.crafting.Ingredient@5b90ae3c, net.minecraft.item.crafting.Ingredient@63f39125, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@78153a3c, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5815 mysticalagriculture:superium_reprocessor RecipeStage{tier='five', recipe=1xtile.ma.superium_reprocessor@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1c086bd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1c086bd, net.minecraft.item.crafting.Ingredient@f2b7a53, net.minecraft.item.crafting.Ingredient@1c086bd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@50792a84, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5816 mysticalagriculture:prudentium_reprocessor RecipeStage{tier='five', recipe=1xtile.ma.prudentium_reprocessor@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@64abd5b1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@64abd5b1, net.minecraft.item.crafting.Ingredient@5b3c1c09, net.minecraft.item.crafting.Ingredient@64abd5b1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@652816ce, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5817 mysticalagriculture:intermedium_reprocessor RecipeStage{tier='five', recipe=1xtile.ma.intermedium_reprocessor@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@43395464, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@43395464, net.minecraft.item.crafting.Ingredient@6feb165d, net.minecraft.item.crafting.Ingredient@43395464, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1be52a86, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5818 mysticalagriculture:inferium_reprocessor RecipeStage{tier='five', recipe=1xtile.ma.inferium_reprocessor@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@646a12f6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@646a12f6, net.minecraft.item.crafting.Ingredient@2b689816, net.minecraft.item.crafting.Ingredient@646a12f6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@727773e7, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5819 mysticalagriculture:core/witherproof_glass RecipeStage{tier='five', recipe=1xtile.ma.witherproof_glass@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7bb7fe18, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7bb7fe18, net.minecraft.item.crafting.Ingredient@5612d3d1, net.minecraft.item.crafting.Ingredient@7bb7fe18, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7bb7fe18, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5820 mysticalagriculture:core/witherproof_block RecipeStage{tier='five', recipe=1xtile.ma.witherproof_block@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@115df22, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@115df22, net.minecraft.item.crafting.Ingredient@1e405672, net.minecraft.item.crafting.Ingredient@115df22, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@115df22, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5822 mysticalagriculture:core/supremium_tinkering_table RecipeStage{tier='five', recipe=1xtile.ma.tinkering_table@4:[net.minecraft.item.crafting.Ingredient@363d4234, net.minecraft.item.crafting.Ingredient@363d4234, net.minecraft.item.crafting.Ingredient@363d4234, net.minecraft.item.crafting.Ingredient@2f378a7a, net.minecraftforge.oredict.OreIngredient@7ee95eb5, net.minecraft.item.crafting.Ingredient@2f378a7a, net.minecraft.item.crafting.Ingredient@2f378a7a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2f378a7a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5823 mysticalagriculture:core/supremium_furnace RecipeStage{tier='five', recipe=1xtile.ma.supremium_furnace@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6a5f9e58, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6a5f9e58, net.minecraft.item.crafting.Ingredient@7fb851f5, net.minecraft.item.crafting.Ingredient@6a5f9e58, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@30929780, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5824 mysticalagriculture:core/supremium_coal RecipeStage{tier='five', recipe=1xitem.ma.coal@4:[net.minecraft.item.crafting.Ingredient@347163b, net.minecraft.item.crafting.Ingredient@6bf39e1f, net.minecraft.item.crafting.Ingredient@4a211e0e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5825 mysticalagriculture:core/superium_tinkering_table RecipeStage{tier='five', recipe=1xtile.ma.tinkering_table@3:[net.minecraft.item.crafting.Ingredient@e527b11, net.minecraft.item.crafting.Ingredient@e527b11, net.minecraft.item.crafting.Ingredient@e527b11, net.minecraft.item.crafting.Ingredient@5c8a0183, net.minecraftforge.oredict.OreIngredient@4ad65d20, net.minecraft.item.crafting.Ingredient@5c8a0183, net.minecraft.item.crafting.Ingredient@5c8a0183, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5c8a0183]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5826 mysticalagriculture:core/superium_furnace RecipeStage{tier='five', recipe=1xtile.ma.superium_furnace@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@773ca93f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@773ca93f, net.minecraft.item.crafting.Ingredient@58fa8f77, net.minecraft.item.crafting.Ingredient@773ca93f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@515ce063, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5827 mysticalagriculture:core/superium_coal RecipeStage{tier='five', recipe=1xitem.ma.coal@3:[net.minecraft.item.crafting.Ingredient@336d94f3, net.minecraft.item.crafting.Ingredient@5d700247, net.minecraft.item.crafting.Ingredient@1899f91c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5828 mysticalagriculture:core/seed_reprocessor RecipeStage{tier='five', recipe=1xtile.ma.seed_reprocessor@0:[net.minecraftforge.oredict.OreIngredient@4a8d408b, net.minecraft.item.crafting.Ingredient@698bc910, net.minecraftforge.oredict.OreIngredient@4a8d408b, net.minecraftforge.oredict.OreIngredient@4a8d408b, net.minecraft.item.crafting.Ingredient@6d354d36, net.minecraftforge.oredict.OreIngredient@4a8d408b, net.minecraftforge.oredict.OreIngredient@4a8d408b, net.minecraft.item.crafting.Ingredient@1864cef5, net.minecraftforge.oredict.OreIngredient@4a8d408b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5829 mysticalagriculture:core/prudentium_tinkering_table RecipeStage{tier='five', recipe=1xtile.ma.tinkering_table@1:[net.minecraft.item.crafting.Ingredient@24669e32, net.minecraft.item.crafting.Ingredient@24669e32, net.minecraft.item.crafting.Ingredient@24669e32, net.minecraft.item.crafting.Ingredient@3e946e32, net.minecraftforge.oredict.OreIngredient@17b034f6, net.minecraft.item.crafting.Ingredient@3e946e32, net.minecraft.item.crafting.Ingredient@3e946e32, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3e946e32]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5830 mysticalagriculture:core/prudentium_furnace RecipeStage{tier='five', recipe=1xtile.ma.prudentium_furnace@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@59208b8e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@59208b8e, net.minecraft.item.crafting.Ingredient@6fcc6205, net.minecraft.item.crafting.Ingredient@59208b8e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7580b88d, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5831 mysticalagriculture:core/prudentium_coal RecipeStage{tier='five', recipe=1xitem.ma.coal@1:[net.minecraft.item.crafting.Ingredient@545be27a, net.minecraft.item.crafting.Ingredient@5202ff0d, net.minecraft.item.crafting.Ingredient@56524ce]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5832 mysticalagriculture:core/mystical_machine_frame RecipeStage{tier='five', recipe=4xtile.ma.mystical_machine_frame@0:[net.minecraftforge.oredict.OreIngredient@3853ef5d, net.minecraft.item.crafting.Ingredient@65296311, net.minecraftforge.oredict.OreIngredient@3853ef5d, net.minecraft.item.crafting.Ingredient@65296311, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@65296311, net.minecraftforge.oredict.OreIngredient@3853ef5d, net.minecraft.item.crafting.Ingredient@65296311, net.minecraftforge.oredict.OreIngredient@3853ef5d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5833 mysticalagriculture:core/master_infusion_crystal RecipeStage{tier='five', recipe=1xitem.ma.master_infusion_crystal@0:[net.minecraft.item.crafting.Ingredient@19ebd6c0, net.minecraft.item.crafting.Ingredient@112e637a, net.minecraft.item.crafting.Ingredient@19ebd6c0, net.minecraft.item.crafting.Ingredient@112e637a, net.minecraftforge.oredict.OreIngredient@27cd87b5, net.minecraft.item.crafting.Ingredient@112e637a, net.minecraft.item.crafting.Ingredient@19ebd6c0, net.minecraft.item.crafting.Ingredient@112e637a, net.minecraft.item.crafting.Ingredient@19ebd6c0]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5834 mysticalagriculture:core/intermedium_tinkering_table RecipeStage{tier='five', recipe=1xtile.ma.tinkering_table@2:[net.minecraft.item.crafting.Ingredient@19b45b7e, net.minecraft.item.crafting.Ingredient@19b45b7e, net.minecraft.item.crafting.Ingredient@19b45b7e, net.minecraft.item.crafting.Ingredient@a92171a, net.minecraftforge.oredict.OreIngredient@7ac98592, net.minecraft.item.crafting.Ingredient@a92171a, net.minecraft.item.crafting.Ingredient@a92171a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@a92171a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5835 mysticalagriculture:core/intermedium_furnace RecipeStage{tier='five', recipe=1xtile.ma.intermedium_furnace@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@33710196, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@33710196, net.minecraft.item.crafting.Ingredient@21f78131, net.minecraft.item.crafting.Ingredient@33710196, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2e3afd33, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5836 mysticalagriculture:core/intermedium_coal RecipeStage{tier='five', recipe=1xitem.ma.coal@2:[net.minecraft.item.crafting.Ingredient@57991c91, net.minecraft.item.crafting.Ingredient@6b283827, net.minecraft.item.crafting.Ingredient@5abbc1c7]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5837 mysticalagriculture:core/infusion_crystal RecipeStage{tier='five', recipe=1xitem.ma.infusion_crystal@0:[net.minecraft.item.crafting.Ingredient@5853f24a, net.minecraft.item.crafting.Ingredient@2cd50df0, net.minecraft.item.crafting.Ingredient@5853f24a, net.minecraft.item.crafting.Ingredient@2cd50df0, net.minecraftforge.oredict.OreIngredient@5098b36b, net.minecraft.item.crafting.Ingredient@2cd50df0, net.minecraft.item.crafting.Ingredient@5853f24a, net.minecraft.item.crafting.Ingredient@2cd50df0, net.minecraft.item.crafting.Ingredient@5853f24a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5838 mysticalagriculture:core/inferium_tinkering_table RecipeStage{tier='five', recipe=1xtile.ma.tinkering_table@0:[net.minecraft.item.crafting.Ingredient@4f322ed4, net.minecraft.item.crafting.Ingredient@4f322ed4, net.minecraft.item.crafting.Ingredient@4f322ed4, net.minecraft.item.crafting.Ingredient@3bc6091a, net.minecraftforge.oredict.OreIngredient@3258896e, net.minecraft.item.crafting.Ingredient@3bc6091a, net.minecraft.item.crafting.Ingredient@3bc6091a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3bc6091a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5839 mysticalagriculture:core/inferium_furnace RecipeStage{tier='five', recipe=1xtile.ma.inferium_furnace@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@640cee03, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@640cee03, net.minecraft.item.crafting.Ingredient@17709a5a, net.minecraft.item.crafting.Ingredient@640cee03, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6c8b1d2a, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5840 mysticalagriculture:core/inferium_coal RecipeStage{tier='five', recipe=1xitem.ma.coal@0:[net.minecraft.item.crafting.Ingredient@6a19c202, net.minecraft.item.crafting.Ingredient@287bcb43, net.minecraft.item.crafting.Ingredient@15808750]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5841 mysticalagriculture:core/growth_accelerator RecipeStage{tier='five', recipe=1xtile.ma.growth_accelerator@0:[net.minecraftforge.oredict.OreIngredient@778ae50c, net.minecraft.item.crafting.Ingredient@18f4d30e, net.minecraftforge.oredict.OreIngredient@778ae50c, net.minecraft.item.crafting.Ingredient@18f4d30e, net.minecraftforge.oredict.OreIngredient@3d073abd, net.minecraft.item.crafting.Ingredient@18f4d30e, net.minecraftforge.oredict.OreIngredient@778ae50c, net.minecraft.item.crafting.Ingredient@18f4d30e, net.minecraftforge.oredict.OreIngredient@778ae50c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5842 mysticalagriculture:core/droplet_to_bottle RecipeStage{tier='five', recipe=1xitem.expBottle@0:[net.minecraft.item.crafting.Ingredient@4be8f192, net.minecraft.item.crafting.Ingredient@6a86d3a5]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5843 mysticalagriculture:core/core_remover RecipeStage{tier='five', recipe=1xitem.ma.core_remover@0:[net.minecraftforge.oredict.OreIngredient@125faad2, net.minecraftforge.oredict.OreIngredient@5c1b95b8, net.minecraftforge.oredict.OreIngredient@125faad2, net.minecraftforge.oredict.OreIngredient@5c1b95b8, net.minecraftforge.oredict.OreIngredient@1c5c4717, net.minecraftforge.oredict.OreIngredient@5c1b95b8, net.minecraftforge.oredict.OreIngredient@125faad2, net.minecraftforge.oredict.OreIngredient@5c1b95b8, net.minecraftforge.oredict.OreIngredient@125faad2]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5844 mysticalagriculture:core/compression/supremium_essence_to RecipeStage{tier='five', recipe=1xitem.ma.crafting@4:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@118b409, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@118b409, net.minecraft.item.crafting.Ingredient@54f7d6c9, net.minecraft.item.crafting.Ingredient@118b409, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@118b409, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5845 mysticalagriculture:core/compression/supremium_essence_block_to RecipeStage{tier='five', recipe=1xtile.ma.storage@4:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@753f0f3c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@753f0f3c, net.minecraft.item.crafting.Ingredient@62add8b8, net.minecraft.item.crafting.Ingredient@753f0f3c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@753f0f3c, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5846 mysticalagriculture:core/compression/superium_essence_to RecipeStage{tier='five', recipe=1xitem.ma.crafting@3:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@686f2362, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@686f2362, net.minecraft.item.crafting.Ingredient@54f7d6c9, net.minecraft.item.crafting.Ingredient@686f2362, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@686f2362, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5847 mysticalagriculture:core/compression/superium_essence_from RecipeStage{tier='five', recipe=4xitem.ma.crafting@3:[net.minecraft.item.crafting.Ingredient@53d943de]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5848 mysticalagriculture:core/compression/superium_essence_block_to RecipeStage{tier='five', recipe=1xtile.ma.storage@3:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1b5d4a54, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1b5d4a54, net.minecraft.item.crafting.Ingredient@4420cf26, net.minecraft.item.crafting.Ingredient@1b5d4a54, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1b5d4a54, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5849 mysticalagriculture:core/compression/storage/supremium_ingot_block_to RecipeStage{tier='five', recipe=1xtile.ma.ingot_storage@5:[net.minecraft.item.crafting.Ingredient@154f3f93, net.minecraft.item.crafting.Ingredient@154f3f93, net.minecraft.item.crafting.Ingredient@154f3f93, net.minecraft.item.crafting.Ingredient@154f3f93, net.minecraft.item.crafting.Ingredient@154f3f93, net.minecraft.item.crafting.Ingredient@154f3f93, net.minecraft.item.crafting.Ingredient@154f3f93, net.minecraft.item.crafting.Ingredient@154f3f93, net.minecraft.item.crafting.Ingredient@154f3f93]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5850 mysticalagriculture:core/compression/storage/supremium_ingot_block_from RecipeStage{tier='five', recipe=9xitem.ma.crafting@37:[net.minecraft.item.crafting.Ingredient@490b32b0]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5851 mysticalagriculture:core/compression/storage/supremium_essence_block_to RecipeStage{tier='five', recipe=1xtile.ma.storage@4:[net.minecraft.item.crafting.Ingredient@6020797e, net.minecraft.item.crafting.Ingredient@6020797e, net.minecraft.item.crafting.Ingredient@6020797e, net.minecraft.item.crafting.Ingredient@6020797e, net.minecraft.item.crafting.Ingredient@6020797e, net.minecraft.item.crafting.Ingredient@6020797e, net.minecraft.item.crafting.Ingredient@6020797e, net.minecraft.item.crafting.Ingredient@6020797e, net.minecraft.item.crafting.Ingredient@6020797e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5852 mysticalagriculture:core/compression/storage/supremium_essence_block_from RecipeStage{tier='five', recipe=9xitem.ma.crafting@4:[net.minecraft.item.crafting.Ingredient@4c4f08e5]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5853 mysticalagriculture:core/compression/storage/supremium_coal_block_to RecipeStage{tier='five', recipe=1xtile.ma.coal_block@4:[net.minecraft.item.crafting.Ingredient@4dc063e7, net.minecraft.item.crafting.Ingredient@4dc063e7, net.minecraft.item.crafting.Ingredient@4dc063e7, net.minecraft.item.crafting.Ingredient@4dc063e7, net.minecraft.item.crafting.Ingredient@4dc063e7, net.minecraft.item.crafting.Ingredient@4dc063e7, net.minecraft.item.crafting.Ingredient@4dc063e7, net.minecraft.item.crafting.Ingredient@4dc063e7, net.minecraft.item.crafting.Ingredient@4dc063e7]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5854 mysticalagriculture:core/compression/storage/supremium_coal_block_from RecipeStage{tier='five', recipe=9xitem.ma.coal@4:[net.minecraft.item.crafting.Ingredient@52a8edba]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5855 mysticalagriculture:core/compression/storage/superium_ingot_block_to RecipeStage{tier='five', recipe=1xtile.ma.ingot_storage@4:[net.minecraft.item.crafting.Ingredient@3c27f2d4, net.minecraft.item.crafting.Ingredient@3c27f2d4, net.minecraft.item.crafting.Ingredient@3c27f2d4, net.minecraft.item.crafting.Ingredient@3c27f2d4, net.minecraft.item.crafting.Ingredient@3c27f2d4, net.minecraft.item.crafting.Ingredient@3c27f2d4, net.minecraft.item.crafting.Ingredient@3c27f2d4, net.minecraft.item.crafting.Ingredient@3c27f2d4, net.minecraft.item.crafting.Ingredient@3c27f2d4]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5856 mysticalagriculture:core/compression/storage/superium_ingot_block_from RecipeStage{tier='five', recipe=9xitem.ma.crafting@36:[net.minecraft.item.crafting.Ingredient@27065f32]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5857 mysticalagriculture:core/compression/storage/superium_essence_block_to RecipeStage{tier='five', recipe=1xtile.ma.storage@3:[net.minecraft.item.crafting.Ingredient@290333da, net.minecraft.item.crafting.Ingredient@290333da, net.minecraft.item.crafting.Ingredient@290333da, net.minecraft.item.crafting.Ingredient@290333da, net.minecraft.item.crafting.Ingredient@290333da, net.minecraft.item.crafting.Ingredient@290333da, net.minecraft.item.crafting.Ingredient@290333da, net.minecraft.item.crafting.Ingredient@290333da, net.minecraft.item.crafting.Ingredient@290333da]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5858 mysticalagriculture:core/compression/storage/superium_essence_block_from RecipeStage{tier='five', recipe=9xitem.ma.crafting@3:[net.minecraft.item.crafting.Ingredient@4341ed0b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5859 mysticalagriculture:core/compression/storage/superium_coal_block_to RecipeStage{tier='five', recipe=1xtile.ma.coal_block@3:[net.minecraft.item.crafting.Ingredient@1a2771f9, net.minecraft.item.crafting.Ingredient@1a2771f9, net.minecraft.item.crafting.Ingredient@1a2771f9, net.minecraft.item.crafting.Ingredient@1a2771f9, net.minecraft.item.crafting.Ingredient@1a2771f9, net.minecraft.item.crafting.Ingredient@1a2771f9, net.minecraft.item.crafting.Ingredient@1a2771f9, net.minecraft.item.crafting.Ingredient@1a2771f9, net.minecraft.item.crafting.Ingredient@1a2771f9]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5860 mysticalagriculture:core/compression/storage/superium_coal_block_from RecipeStage{tier='five', recipe=9xitem.ma.coal@3:[net.minecraft.item.crafting.Ingredient@14fc1fba]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5861 mysticalagriculture:core/compression/storage/soulium_ingot_block_to RecipeStage{tier='five', recipe=1xtile.ma.ingot_storage@6:[net.minecraft.item.crafting.Ingredient@76549e77, net.minecraft.item.crafting.Ingredient@76549e77, net.minecraft.item.crafting.Ingredient@76549e77, net.minecraft.item.crafting.Ingredient@76549e77, net.minecraft.item.crafting.Ingredient@76549e77, net.minecraft.item.crafting.Ingredient@76549e77, net.minecraft.item.crafting.Ingredient@76549e77, net.minecraft.item.crafting.Ingredient@76549e77, net.minecraft.item.crafting.Ingredient@76549e77]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5862 mysticalagriculture:core/compression/storage/soulium_ingot_block_from RecipeStage{tier='five', recipe=9xitem.ma.crafting@38:[net.minecraft.item.crafting.Ingredient@1007c74c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5863 mysticalagriculture:core/compression/storage/prudentium_ingot_block_to RecipeStage{tier='five', recipe=1xtile.ma.ingot_storage@2:[net.minecraft.item.crafting.Ingredient@4c0b887f, net.minecraft.item.crafting.Ingredient@4c0b887f, net.minecraft.item.crafting.Ingredient@4c0b887f, net.minecraft.item.crafting.Ingredient@4c0b887f, net.minecraft.item.crafting.Ingredient@4c0b887f, net.minecraft.item.crafting.Ingredient@4c0b887f, net.minecraft.item.crafting.Ingredient@4c0b887f, net.minecraft.item.crafting.Ingredient@4c0b887f, net.minecraft.item.crafting.Ingredient@4c0b887f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5864 mysticalagriculture:core/compression/storage/prudentium_ingot_block_from RecipeStage{tier='five', recipe=9xitem.ma.crafting@34:[net.minecraft.item.crafting.Ingredient@8453a3c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5865 mysticalagriculture:core/compression/storage/prudentium_essence_block_to RecipeStage{tier='five', recipe=1xtile.ma.storage@1:[net.minecraft.item.crafting.Ingredient@4c77da40, net.minecraft.item.crafting.Ingredient@4c77da40, net.minecraft.item.crafting.Ingredient@4c77da40, net.minecraft.item.crafting.Ingredient@4c77da40, net.minecraft.item.crafting.Ingredient@4c77da40, net.minecraft.item.crafting.Ingredient@4c77da40, net.minecraft.item.crafting.Ingredient@4c77da40, net.minecraft.item.crafting.Ingredient@4c77da40, net.minecraft.item.crafting.Ingredient@4c77da40]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5866 mysticalagriculture:core/compression/storage/prudentium_essence_block_from RecipeStage{tier='five', recipe=9xitem.ma.crafting@1:[net.minecraft.item.crafting.Ingredient@7aca014b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5867 mysticalagriculture:core/compression/storage/prudentium_coal_block_to RecipeStage{tier='five', recipe=1xtile.ma.coal_block@1:[net.minecraft.item.crafting.Ingredient@2741124, net.minecraft.item.crafting.Ingredient@2741124, net.minecraft.item.crafting.Ingredient@2741124, net.minecraft.item.crafting.Ingredient@2741124, net.minecraft.item.crafting.Ingredient@2741124, net.minecraft.item.crafting.Ingredient@2741124, net.minecraft.item.crafting.Ingredient@2741124, net.minecraft.item.crafting.Ingredient@2741124, net.minecraft.item.crafting.Ingredient@2741124]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5868 mysticalagriculture:core/compression/storage/prudentium_coal_block_from RecipeStage{tier='five', recipe=9xitem.ma.coal@1:[net.minecraft.item.crafting.Ingredient@40ffade]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5869 mysticalagriculture:core/compression/storage/prosperity_block_to RecipeStage{tier='five', recipe=1xtile.ma.storage@5:[net.minecraft.item.crafting.Ingredient@732b4948, net.minecraft.item.crafting.Ingredient@732b4948, net.minecraft.item.crafting.Ingredient@732b4948, net.minecraft.item.crafting.Ingredient@732b4948, net.minecraft.item.crafting.Ingredient@732b4948, net.minecraft.item.crafting.Ingredient@732b4948, net.minecraft.item.crafting.Ingredient@732b4948, net.minecraft.item.crafting.Ingredient@732b4948, net.minecraft.item.crafting.Ingredient@732b4948]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5870 mysticalagriculture:core/compression/storage/prosperity_block_from RecipeStage{tier='five', recipe=9xitem.ma.crafting@5:[net.minecraft.item.crafting.Ingredient@1b0b331b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5871 mysticalagriculture:core/compression/storage/intermedium_ingot_block_to RecipeStage{tier='five', recipe=1xtile.ma.ingot_storage@3:[net.minecraft.item.crafting.Ingredient@a9b8f5d, net.minecraft.item.crafting.Ingredient@a9b8f5d, net.minecraft.item.crafting.Ingredient@a9b8f5d, net.minecraft.item.crafting.Ingredient@a9b8f5d, net.minecraft.item.crafting.Ingredient@a9b8f5d, net.minecraft.item.crafting.Ingredient@a9b8f5d, net.minecraft.item.crafting.Ingredient@a9b8f5d, net.minecraft.item.crafting.Ingredient@a9b8f5d, net.minecraft.item.crafting.Ingredient@a9b8f5d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5872 mysticalagriculture:core/compression/storage/intermedium_ingot_block_from RecipeStage{tier='five', recipe=9xitem.ma.crafting@35:[net.minecraft.item.crafting.Ingredient@535042d1]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5873 mysticalagriculture:core/compression/storage/intermedium_essence_block_to RecipeStage{tier='five', recipe=1xtile.ma.storage@2:[net.minecraft.item.crafting.Ingredient@2052ced, net.minecraft.item.crafting.Ingredient@2052ced, net.minecraft.item.crafting.Ingredient@2052ced, net.minecraft.item.crafting.Ingredient@2052ced, net.minecraft.item.crafting.Ingredient@2052ced, net.minecraft.item.crafting.Ingredient@2052ced, net.minecraft.item.crafting.Ingredient@2052ced, net.minecraft.item.crafting.Ingredient@2052ced, net.minecraft.item.crafting.Ingredient@2052ced]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5874 mysticalagriculture:core/compression/storage/intermedium_essence_block_from RecipeStage{tier='five', recipe=9xitem.ma.crafting@2:[net.minecraft.item.crafting.Ingredient@531b3409]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5875 mysticalagriculture:core/compression/storage/intermedium_coal_block_to RecipeStage{tier='five', recipe=1xtile.ma.coal_block@2:[net.minecraft.item.crafting.Ingredient@156392ca, net.minecraft.item.crafting.Ingredient@156392ca, net.minecraft.item.crafting.Ingredient@156392ca, net.minecraft.item.crafting.Ingredient@156392ca, net.minecraft.item.crafting.Ingredient@156392ca, net.minecraft.item.crafting.Ingredient@156392ca, net.minecraft.item.crafting.Ingredient@156392ca, net.minecraft.item.crafting.Ingredient@156392ca, net.minecraft.item.crafting.Ingredient@156392ca]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5876 mysticalagriculture:core/compression/storage/intermedium_coal_block_from RecipeStage{tier='five', recipe=9xitem.ma.coal@2:[net.minecraft.item.crafting.Ingredient@53bcf5bd]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5877 mysticalagriculture:core/compression/storage/inferium_ingot_block_to RecipeStage{tier='five', recipe=1xtile.ma.ingot_storage@1:[net.minecraft.item.crafting.Ingredient@e340e1f, net.minecraft.item.crafting.Ingredient@e340e1f, net.minecraft.item.crafting.Ingredient@e340e1f, net.minecraft.item.crafting.Ingredient@e340e1f, net.minecraft.item.crafting.Ingredient@e340e1f, net.minecraft.item.crafting.Ingredient@e340e1f, net.minecraft.item.crafting.Ingredient@e340e1f, net.minecraft.item.crafting.Ingredient@e340e1f, net.minecraft.item.crafting.Ingredient@e340e1f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5878 mysticalagriculture:core/compression/storage/inferium_ingot_block_from RecipeStage{tier='five', recipe=9xitem.ma.crafting@33:[net.minecraft.item.crafting.Ingredient@672e76fe]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5879 mysticalagriculture:core/compression/storage/inferium_essence_block_to RecipeStage{tier='five', recipe=1xtile.ma.storage@0:[net.minecraft.item.crafting.Ingredient@1f502e04, net.minecraft.item.crafting.Ingredient@1f502e04, net.minecraft.item.crafting.Ingredient@1f502e04, net.minecraft.item.crafting.Ingredient@1f502e04, net.minecraft.item.crafting.Ingredient@1f502e04, net.minecraft.item.crafting.Ingredient@1f502e04, net.minecraft.item.crafting.Ingredient@1f502e04, net.minecraft.item.crafting.Ingredient@1f502e04, net.minecraft.item.crafting.Ingredient@1f502e04]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5880 mysticalagriculture:core/compression/storage/inferium_essence_block_from RecipeStage{tier='five', recipe=9xitem.ma.crafting@0:[net.minecraft.item.crafting.Ingredient@37bc5954]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5881 mysticalagriculture:core/compression/storage/inferium_coal_block_to RecipeStage{tier='five', recipe=1xtile.ma.coal_block@0:[net.minecraft.item.crafting.Ingredient@56b070f9, net.minecraft.item.crafting.Ingredient@56b070f9, net.minecraft.item.crafting.Ingredient@56b070f9, net.minecraft.item.crafting.Ingredient@56b070f9, net.minecraft.item.crafting.Ingredient@56b070f9, net.minecraft.item.crafting.Ingredient@56b070f9, net.minecraft.item.crafting.Ingredient@56b070f9, net.minecraft.item.crafting.Ingredient@56b070f9, net.minecraft.item.crafting.Ingredient@56b070f9]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5882 mysticalagriculture:core/compression/storage/inferium_coal_block_from RecipeStage{tier='five', recipe=9xitem.ma.coal@0:[net.minecraft.item.crafting.Ingredient@47b0c528]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5883 mysticalagriculture:core/compression/storage/base_essence_ingot_block_to RecipeStage{tier='five', recipe=1xtile.ma.ingot_storage@0:[net.minecraft.item.crafting.Ingredient@3300f53d, net.minecraft.item.crafting.Ingredient@3300f53d, net.minecraft.item.crafting.Ingredient@3300f53d, net.minecraft.item.crafting.Ingredient@3300f53d, net.minecraft.item.crafting.Ingredient@3300f53d, net.minecraft.item.crafting.Ingredient@3300f53d, net.minecraft.item.crafting.Ingredient@3300f53d, net.minecraft.item.crafting.Ingredient@3300f53d, net.minecraft.item.crafting.Ingredient@3300f53d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5884 mysticalagriculture:core/compression/storage/base_essence_ingot_block_from RecipeStage{tier='five', recipe=9xitem.ma.crafting@32:[net.minecraft.item.crafting.Ingredient@71fb8656]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5885 mysticalagriculture:core/compression/prudentium_essence_to RecipeStage{tier='five', recipe=1xitem.ma.crafting@1:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1a738735, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1a738735, net.minecraft.item.crafting.Ingredient@54f7d6c9, net.minecraft.item.crafting.Ingredient@1a738735, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1a738735, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5886 mysticalagriculture:core/compression/prudentium_essence_from RecipeStage{tier='five', recipe=4xitem.ma.crafting@1:[net.minecraft.item.crafting.Ingredient@54a26d81]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5887 mysticalagriculture:core/compression/prudentium_essence_block_to RecipeStage{tier='five', recipe=1xtile.ma.storage@1:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@18b3bde0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@18b3bde0, net.minecraft.item.crafting.Ingredient@1ff4c4df, net.minecraft.item.crafting.Ingredient@18b3bde0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@18b3bde0, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5888 mysticalagriculture:core/compression/intermedium_essence_to RecipeStage{tier='five', recipe=1xitem.ma.crafting@2:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5742316c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5742316c, net.minecraft.item.crafting.Ingredient@54f7d6c9, net.minecraft.item.crafting.Ingredient@5742316c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5742316c, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5889 mysticalagriculture:core/compression/intermedium_essence_from RecipeStage{tier='five', recipe=4xitem.ma.crafting@2:[net.minecraft.item.crafting.Ingredient@6c327fdc]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5890 mysticalagriculture:core/compression/intermedium_essence_block_to RecipeStage{tier='five', recipe=1xtile.ma.storage@2:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@77e8a1a0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@77e8a1a0, net.minecraft.item.crafting.Ingredient@4db29433, net.minecraft.item.crafting.Ingredient@77e8a1a0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@77e8a1a0, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5891 mysticalagriculture:core/compression/inferium_essence_from RecipeStage{tier='five', recipe=4xitem.ma.crafting@0:[net.minecraft.item.crafting.Ingredient@cf242df]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5893 mysticalagradditions:tier_6_mob_chunk RecipeStage{tier='five', recipe=1xitem.ma.insanium@4:[net.minecraft.item.crafting.Ingredient@61e43f59, net.minecraft.item.crafting.Ingredient@33f1c688, net.minecraft.item.crafting.Ingredient@2a3d38d6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5894 mysticalagradditions:tier_6_inferium_seeds RecipeStage{tier='five', recipe=1xitem.ma.tier6_inferium_seeds@0:[net.minecraft.item.crafting.Ingredient@103862bb, net.minecraft.item.crafting.Ingredient@103862bb, net.minecraft.item.crafting.Ingredient@103862bb, net.minecraft.item.crafting.Ingredient@103862bb, net.minecraft.item.crafting.Ingredient@b4c565b, net.minecraft.item.crafting.Ingredient@103862bb, net.minecraft.item.crafting.Ingredient@103862bb, net.minecraft.item.crafting.Ingredient@103862bb, net.minecraft.item.crafting.Ingredient@103862bb]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5895 mysticalagradditions:tier_6_crafting_seed RecipeStage{tier='five', recipe=1xitem.ma.insanium@1:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4e5466f8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4e5466f8, net.minecraft.item.crafting.Ingredient@7ad2a5d9, net.minecraft.item.crafting.Ingredient@4e5466f8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4e5466f8, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5896 mysticalagradditions:supremium_paxel RecipeStage{tier='five', recipe=1xitem.ma.supremium_paxel@0:[net.minecraft.item.crafting.Ingredient@5fda6432, net.minecraft.item.crafting.Ingredient@5309f6cc, net.minecraft.item.crafting.Ingredient@37c125a1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@486bfd4d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@486bfd4d, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5897 mysticalagradditions:superium_paxel RecipeStage{tier='five', recipe=1xitem.ma.superium_paxel@0:[net.minecraft.item.crafting.Ingredient@717b18d1, net.minecraft.item.crafting.Ingredient@52989db3, net.minecraft.item.crafting.Ingredient@74d3480d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7a361de3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7a361de3, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5898 mysticalagradditions:prudentium_paxel RecipeStage{tier='five', recipe=1xitem.ma.prudentium_paxel@0:[net.minecraft.item.crafting.Ingredient@612f3722, net.minecraft.item.crafting.Ingredient@233069ec, net.minecraft.item.crafting.Ingredient@6c976059, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2092d20e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2092d20e, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5899 mysticalagradditions:nether_star_shards RecipeStage{tier='five', recipe=1xitem.netherStar@0:[net.minecraft.item.crafting.Ingredient@79b5914a, net.minecraft.item.crafting.Ingredient@224a95da, net.minecraft.item.crafting.Ingredient@223e1b82]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5900 mysticalagradditions:intermedium_paxel RecipeStage{tier='five', recipe=1xitem.ma.intermedium_paxel@0:[net.minecraft.item.crafting.Ingredient@15f1f293, net.minecraft.item.crafting.Ingredient@3bd46568, net.minecraft.item.crafting.Ingredient@17098fc9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@58985049, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@58985049, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5901 mysticalagradditions:insanium_tinkering_table RecipeStage{tier='five', recipe=1xtile.ma.tinkering_table@0:[net.minecraft.item.crafting.Ingredient@1bac2f98, net.minecraft.item.crafting.Ingredient@1bac2f98, net.minecraft.item.crafting.Ingredient@1bac2f98, net.minecraft.item.crafting.Ingredient@63963202, net.minecraftforge.oredict.OreIngredient@3dfd8dd4, net.minecraft.item.crafting.Ingredient@63963202, net.minecraft.item.crafting.Ingredient@63963202, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@63963202]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5902 mysticalagradditions:insanium_ingot_to RecipeStage{tier='five', recipe=1xitem.ma.insanium@2:[net.minecraft.item.crafting.Ingredient@24e22095, net.minecraft.item.crafting.Ingredient@24e22095, net.minecraft.item.crafting.Ingredient@24e22095, net.minecraft.item.crafting.Ingredient@24e22095, net.minecraft.item.crafting.Ingredient@24e22095, net.minecraft.item.crafting.Ingredient@24e22095, net.minecraft.item.crafting.Ingredient@24e22095, net.minecraft.item.crafting.Ingredient@24e22095, net.minecraft.item.crafting.Ingredient@24e22095]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5904 mysticalagradditions:insanium_ingot_block_to RecipeStage{tier='five', recipe=1xtile.ma.storage@1:[net.minecraft.item.crafting.Ingredient@50d89a62, net.minecraft.item.crafting.Ingredient@50d89a62, net.minecraft.item.crafting.Ingredient@50d89a62, net.minecraft.item.crafting.Ingredient@50d89a62, net.minecraft.item.crafting.Ingredient@50d89a62, net.minecraft.item.crafting.Ingredient@50d89a62, net.minecraft.item.crafting.Ingredient@50d89a62, net.minecraft.item.crafting.Ingredient@50d89a62, net.minecraft.item.crafting.Ingredient@50d89a62]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5905 mysticalagradditions:insanium_ingot_block_from RecipeStage{tier='five', recipe=9xitem.ma.insanium@2:[net.minecraft.item.crafting.Ingredient@3ed38a59]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5906 mysticalagradditions:insanium_essence_to RecipeStage{tier='five', recipe=1xitem.ma.insanium@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5578e69d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5578e69d, net.minecraft.item.crafting.Ingredient@3cc4cf3f, net.minecraft.item.crafting.Ingredient@5578e69d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5578e69d, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5907 mysticalagradditions:insanium_essence_from RecipeStage{tier='five', recipe=4xitem.ma.crafting@4:[net.minecraft.item.crafting.Ingredient@fdc0ac3]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5908 mysticalagradditions:insanium_essence_block_to_infusion RecipeStage{tier='five', recipe=1xtile.ma.storage@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@56e2678f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@56e2678f, net.minecraft.item.crafting.Ingredient@68ddcfb9, net.minecraft.item.crafting.Ingredient@56e2678f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@56e2678f, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5909 mysticalagradditions:insanium_essence_block_to RecipeStage{tier='five', recipe=1xtile.ma.storage@0:[net.minecraft.item.crafting.Ingredient@342a6f7c, net.minecraft.item.crafting.Ingredient@342a6f7c, net.minecraft.item.crafting.Ingredient@342a6f7c, net.minecraft.item.crafting.Ingredient@342a6f7c, net.minecraft.item.crafting.Ingredient@342a6f7c, net.minecraft.item.crafting.Ingredient@342a6f7c, net.minecraft.item.crafting.Ingredient@342a6f7c, net.minecraft.item.crafting.Ingredient@342a6f7c, net.minecraft.item.crafting.Ingredient@342a6f7c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5910 mysticalagradditions:insanium_essence_block_from RecipeStage{tier='five', recipe=9xitem.ma.insanium@0:[net.minecraft.item.crafting.Ingredient@137068c3]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5911 mysticalagradditions:insanium_coal_block_to RecipeStage{tier='five', recipe=1xtile.ma.storage@2:[net.minecraft.item.crafting.Ingredient@31509e0a, net.minecraft.item.crafting.Ingredient@31509e0a, net.minecraft.item.crafting.Ingredient@31509e0a, net.minecraft.item.crafting.Ingredient@31509e0a, net.minecraft.item.crafting.Ingredient@31509e0a, net.minecraft.item.crafting.Ingredient@31509e0a, net.minecraft.item.crafting.Ingredient@31509e0a, net.minecraft.item.crafting.Ingredient@31509e0a, net.minecraft.item.crafting.Ingredient@31509e0a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5912 mysticalagradditions:insanium_coal_block_from RecipeStage{tier='five', recipe=9xitem.ma.insanium@5:[net.minecraft.item.crafting.Ingredient@839a8b7]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5913 mysticalagradditions:insanium_coal RecipeStage{tier='five', recipe=1xitem.ma.insanium@5:[net.minecraft.item.crafting.Ingredient@d6d4887, net.minecraft.item.crafting.Ingredient@7a3f2654, net.minecraft.item.crafting.Ingredient@68d4b57]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5914 mysticalagradditions:inferium_paxel RecipeStage{tier='five', recipe=1xitem.ma.inferium_paxel@0:[net.minecraft.item.crafting.Ingredient@67a2e0da, net.minecraft.item.crafting.Ingredient@4082787c, net.minecraft.item.crafting.Ingredient@72d92e86, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@372dbcfd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@372dbcfd, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5915 mysticalagradditions:dragon_egg_chunks RecipeStage{tier='five', recipe=1xtile.dragonEgg@0:[net.minecraft.item.crafting.Ingredient@756dc5ba, net.minecraft.item.crafting.Ingredient@7b6deb4b, net.minecraft.item.crafting.Ingredient@303247f8]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5917 nex:wither_dust_0 RecipeStage{tier='three', recipe=3xitem.nex:witherDust@0:[net.minecraftforge.oredict.OreIngredient@5c8ac471]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5918 nex:wither_bone_leggings_0 RecipeStage{tier='three', recipe=1xitem.nex:witherBoneLeggings@0:[net.minecraftforge.oredict.OreIngredient@653c25c2, net.minecraftforge.oredict.OreIngredient@653c25c2, net.minecraftforge.oredict.OreIngredient@653c25c2, net.minecraftforge.oredict.OreIngredient@653c25c2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@653c25c2, net.minecraftforge.oredict.OreIngredient@653c25c2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@653c25c2]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5919 nex:wither_bone_helmet_0 RecipeStage{tier='three', recipe=1xitem.nex:witherBoneHelmet@0:[net.minecraftforge.oredict.OreIngredient@2c66f4ce, net.minecraftforge.oredict.OreIngredient@2c66f4ce, net.minecraftforge.oredict.OreIngredient@2c66f4ce, net.minecraftforge.oredict.OreIngredient@2c66f4ce, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2c66f4ce]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5920 nex:wither_bone_chestplate_0 RecipeStage{tier='three', recipe=1xitem.nex:witherBoneChestplate@0:[net.minecraftforge.oredict.OreIngredient@35753ba4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@35753ba4, net.minecraftforge.oredict.OreIngredient@35753ba4, net.minecraftforge.oredict.OreIngredient@35753ba4, net.minecraftforge.oredict.OreIngredient@35753ba4, net.minecraftforge.oredict.OreIngredient@35753ba4, net.minecraftforge.oredict.OreIngredient@35753ba4, net.minecraftforge.oredict.OreIngredient@35753ba4]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5921 nex:wither_bone_boots_0 RecipeStage{tier='three', recipe=1xitem.nex:witherBoneBoots@0:[net.minecraftforge.oredict.OreIngredient@6a329a06, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6a329a06, net.minecraftforge.oredict.OreIngredient@6a329a06, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6a329a06]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5922 nex:vanilla_wall_2 RecipeStage{tier='three', recipe=6xtile.nex:vanillaWall@2:[net.minecraft.item.crafting.Ingredient@5a67f16b, net.minecraft.item.crafting.Ingredient@5a67f16b, net.minecraft.item.crafting.Ingredient@5a67f16b, net.minecraft.item.crafting.Ingredient@5a67f16b, net.minecraft.item.crafting.Ingredient@5a67f16b, net.minecraft.item.crafting.Ingredient@5a67f16b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5923 nex:vanilla_wall_1 RecipeStage{tier='three', recipe=6xtile.nex:vanillaWall@1:[net.minecraft.item.crafting.Ingredient@6a0bf819, net.minecraft.item.crafting.Ingredient@6a0bf819, net.minecraft.item.crafting.Ingredient@6a0bf819, net.minecraft.item.crafting.Ingredient@6a0bf819, net.minecraft.item.crafting.Ingredient@6a0bf819, net.minecraft.item.crafting.Ingredient@6a0bf819]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5924 nex:vanilla_wall_0 RecipeStage{tier='three', recipe=6xtile.nex:vanillaWall@0:[net.minecraft.item.crafting.Ingredient@2d77f1aa, net.minecraft.item.crafting.Ingredient@2d77f1aa, net.minecraft.item.crafting.Ingredient@2d77f1aa, net.minecraft.item.crafting.Ingredient@2d77f1aa, net.minecraft.item.crafting.Ingredient@2d77f1aa, net.minecraft.item.crafting.Ingredient@2d77f1aa]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5925 nex:vanilla_slab_0 RecipeStage{tier='three', recipe=6xtile.nex:vanillaSlab@0:[net.minecraft.item.crafting.Ingredient@98234df, net.minecraft.item.crafting.Ingredient@98234df, net.minecraft.item.crafting.Ingredient@98234df]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5926 nex:vanilla_fence_1 RecipeStage{tier='three', recipe=4xtile.nex:vanillaFence@1:[net.minecraft.item.crafting.Ingredient@6f10fa25, net.minecraft.item.crafting.Ingredient@49b4684, net.minecraft.item.crafting.Ingredient@6f10fa25, net.minecraft.item.crafting.Ingredient@6f10fa25, net.minecraft.item.crafting.Ingredient@49b4684, net.minecraft.item.crafting.Ingredient@6f10fa25]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5927 nex:vanilla_fence_0 RecipeStage{tier='three', recipe=4xtile.nex:vanillaFence@0:[net.minecraft.item.crafting.Ingredient@43129119, net.minecraft.item.crafting.Ingredient@1d7f4e03, net.minecraft.item.crafting.Ingredient@43129119, net.minecraft.item.crafting.Ingredient@43129119, net.minecraft.item.crafting.Ingredient@1d7f4e03, net.minecraft.item.crafting.Ingredient@43129119]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5928 nex:soul_glass_pane_0 RecipeStage{tier='three', recipe=16xtile.nex:soulGlassPane@0:[net.minecraft.item.crafting.Ingredient@db97427, net.minecraft.item.crafting.Ingredient@db97427, net.minecraft.item.crafting.Ingredient@db97427, net.minecraft.item.crafting.Ingredient@db97427, net.minecraft.item.crafting.Ingredient@db97427, net.minecraft.item.crafting.Ingredient@db97427]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5929 nex:salamander_hide_leggings_0_alt RecipeStage{tier='three', recipe=1xitem.nex:salamanderHideLeggings@0:[net.minecraft.item.crafting.Ingredient@59f01127, net.minecraft.item.crafting.Ingredient@59f01127, net.minecraft.item.crafting.Ingredient@59f01127, net.minecraft.item.crafting.Ingredient@59f01127, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@59f01127, net.minecraft.item.crafting.Ingredient@59f01127, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@59f01127]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5930 nex:salamander_hide_leggings_0 RecipeStage{tier='three', recipe=1xitem.nex:salamanderHideLeggings@0:[net.minecraft.item.crafting.Ingredient@338d77e7, net.minecraft.item.crafting.Ingredient@338d77e7, net.minecraft.item.crafting.Ingredient@338d77e7, net.minecraft.item.crafting.Ingredient@338d77e7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@338d77e7, net.minecraft.item.crafting.Ingredient@338d77e7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@338d77e7]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5931 nex:salamander_hide_helmet_0_alt RecipeStage{tier='three', recipe=1xitem.nex:salamanderHideHelmet@0:[net.minecraft.item.crafting.Ingredient@560f64be, net.minecraft.item.crafting.Ingredient@560f64be, net.minecraft.item.crafting.Ingredient@560f64be, net.minecraft.item.crafting.Ingredient@560f64be, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@560f64be]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5932 nex:salamander_hide_helmet_0 RecipeStage{tier='three', recipe=1xitem.nex:salamanderHideHelmet@0:[net.minecraft.item.crafting.Ingredient@73544120, net.minecraft.item.crafting.Ingredient@73544120, net.minecraft.item.crafting.Ingredient@73544120, net.minecraft.item.crafting.Ingredient@73544120, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@73544120]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5933 nex:salamander_hide_chestplate_0_alt RecipeStage{tier='three', recipe=1xitem.nex:salamanderHideChestplate@0:[net.minecraft.item.crafting.Ingredient@6fd0e59f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6fd0e59f, net.minecraft.item.crafting.Ingredient@6fd0e59f, net.minecraft.item.crafting.Ingredient@6fd0e59f, net.minecraft.item.crafting.Ingredient@6fd0e59f, net.minecraft.item.crafting.Ingredient@6fd0e59f, net.minecraft.item.crafting.Ingredient@6fd0e59f, net.minecraft.item.crafting.Ingredient@6fd0e59f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5934 nex:salamander_hide_chestplate_0 RecipeStage{tier='three', recipe=1xitem.nex:salamanderHideChestplate@0:[net.minecraft.item.crafting.Ingredient@56b7cf8e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@56b7cf8e, net.minecraft.item.crafting.Ingredient@56b7cf8e, net.minecraft.item.crafting.Ingredient@56b7cf8e, net.minecraft.item.crafting.Ingredient@56b7cf8e, net.minecraft.item.crafting.Ingredient@56b7cf8e, net.minecraft.item.crafting.Ingredient@56b7cf8e, net.minecraft.item.crafting.Ingredient@56b7cf8e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5935 nex:salamander_hide_boots_0_alt RecipeStage{tier='three', recipe=1xitem.nex:salamanderHideBoots@0:[net.minecraft.item.crafting.Ingredient@3e2a67ba, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3e2a67ba, net.minecraft.item.crafting.Ingredient@3e2a67ba, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3e2a67ba]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5936 nex:salamander_hide_boots_0 RecipeStage{tier='three', recipe=1xitem.nex:salamanderHideBoots@0:[net.minecraft.item.crafting.Ingredient@53fb5ae5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@53fb5ae5, net.minecraft.item.crafting.Ingredient@53fb5ae5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@53fb5ae5]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5937 nex:rime_crystal_0 RecipeStage{tier='three', recipe=9xitem.nex:rimeCrystal@1:[net.minecraft.item.crafting.Ingredient@24a3ce4e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5938 nex:rime_block_0 RecipeStage{tier='three', recipe=1xtile.nex:rimeBlock@0:[net.minecraft.item.crafting.Ingredient@5145d6ea, net.minecraft.item.crafting.Ingredient@5145d6ea, net.minecraft.item.crafting.Ingredient@5145d6ea, net.minecraft.item.crafting.Ingredient@5145d6ea, net.minecraft.item.crafting.Ingredient@5145d6ea, net.minecraft.item.crafting.Ingredient@5145d6ea, net.minecraft.item.crafting.Ingredient@5145d6ea, net.minecraft.item.crafting.Ingredient@5145d6ea, net.minecraft.item.crafting.Ingredient@5145d6ea]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5939 nex:rime_and_steel_0 RecipeStage{tier='three', recipe=1xitem.nex:rimeAndSteel@0:[net.minecraft.item.crafting.Ingredient@63e6f1f7, net.minecraft.item.crafting.Ingredient@517f81e6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5940 nex:red_nether_brick_stairs_0 RecipeStage{tier='three', recipe=8xtile.nex:redNetherBrickStairs@0:[net.minecraft.item.crafting.Ingredient@2c835bc5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2c835bc5, net.minecraft.item.crafting.Ingredient@2c835bc5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2c835bc5, net.minecraft.item.crafting.Ingredient@2c835bc5, net.minecraft.item.crafting.Ingredient@2c835bc5]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5941 nex:red_nether_brick_fence_gate_0 RecipeStage{tier='three', recipe=4xtile.nex:redNetherBrickFenceGate@0:[net.minecraft.item.crafting.Ingredient@74ea58c5, net.minecraft.item.crafting.Ingredient@6c9c786, net.minecraft.item.crafting.Ingredient@74ea58c5, net.minecraft.item.crafting.Ingredient@74ea58c5, net.minecraft.item.crafting.Ingredient@6c9c786, net.minecraft.item.crafting.Ingredient@74ea58c5]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5942 nex:red_nether_brick_0_alt_2 RecipeStage{tier='three', recipe=1xtile.redNetherBrick@0:[net.minecraft.item.crafting.Ingredient@6f7bf93f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5943 nex:red_nether_brick_0_alt RecipeStage{tier='three', recipe=3xtile.redNetherBrick@0:[net.minecraft.item.crafting.Ingredient@4e1420cf, net.minecraft.item.crafting.Ingredient@4e1420cf, net.minecraft.item.crafting.Ingredient@4e1420cf, net.minecraft.item.crafting.Ingredient@4e1420cf]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5944 nex:red_nether_brick_0 RecipeStage{tier='three', recipe=1xtile.redNetherBrick@0:[net.minecraft.item.crafting.Ingredient@2b0f759, net.minecraft.item.crafting.Ingredient@2b0f759]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5945 nex:quartz_fence_gate_0 RecipeStage{tier='three', recipe=4xtile.nex:quartzFenceGate@0:[net.minecraft.item.crafting.Ingredient@2202aafe, net.minecraft.item.crafting.Ingredient@7d6b3b3f, net.minecraft.item.crafting.Ingredient@2202aafe, net.minecraft.item.crafting.Ingredient@2202aafe, net.minecraft.item.crafting.Ingredient@7d6b3b3f, net.minecraft.item.crafting.Ingredient@2202aafe]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5946 nex:quartz_block_0 RecipeStage{tier='three', recipe=1xtile.quartzBlock@0:[net.minecraft.item.crafting.Ingredient@18336440]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5947 nex:obsidian_boat_0 RecipeStage{tier='three', recipe=1xitem.nex:obsidianBoat@0:[net.minecraft.item.crafting.Ingredient@2cd606b6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2cd606b6, net.minecraft.item.crafting.Ingredient@2cd606b6, net.minecraft.item.crafting.Ingredient@2cd606b6, net.minecraft.item.crafting.Ingredient@2cd606b6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5948 nex:nether_brick_wall_3 RecipeStage{tier='three', recipe=6xtile.nex:netherBrickWall@3:[net.minecraft.item.crafting.Ingredient@1784d59c, net.minecraft.item.crafting.Ingredient@1784d59c, net.minecraft.item.crafting.Ingredient@1784d59c, net.minecraft.item.crafting.Ingredient@1784d59c, net.minecraft.item.crafting.Ingredient@1784d59c, net.minecraft.item.crafting.Ingredient@1784d59c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5949 nex:nether_brick_wall_2 RecipeStage{tier='three', recipe=6xtile.nex:netherBrickWall@2:[net.minecraft.item.crafting.Ingredient@4f98137f, net.minecraft.item.crafting.Ingredient@4f98137f, net.minecraft.item.crafting.Ingredient@4f98137f, net.minecraft.item.crafting.Ingredient@4f98137f, net.minecraft.item.crafting.Ingredient@4f98137f, net.minecraft.item.crafting.Ingredient@4f98137f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5950 nex:nether_brick_wall_1 RecipeStage{tier='three', recipe=6xtile.nex:netherBrickWall@1:[net.minecraft.item.crafting.Ingredient@e0ba605, net.minecraft.item.crafting.Ingredient@e0ba605, net.minecraft.item.crafting.Ingredient@e0ba605, net.minecraft.item.crafting.Ingredient@e0ba605, net.minecraft.item.crafting.Ingredient@e0ba605, net.minecraft.item.crafting.Ingredient@e0ba605]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5951 nex:nether_brick_wall_0 RecipeStage{tier='three', recipe=6xtile.nex:netherBrickWall@0:[net.minecraft.item.crafting.Ingredient@4a32ebaa, net.minecraft.item.crafting.Ingredient@4a32ebaa, net.minecraft.item.crafting.Ingredient@4a32ebaa, net.minecraft.item.crafting.Ingredient@4a32ebaa, net.minecraft.item.crafting.Ingredient@4a32ebaa, net.minecraft.item.crafting.Ingredient@4a32ebaa]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5952 nex:nether_brick_slab_3 RecipeStage{tier='three', recipe=6xtile.nex:netherBrickSlab@3:[net.minecraft.item.crafting.Ingredient@30f63dad, net.minecraft.item.crafting.Ingredient@30f63dad, net.minecraft.item.crafting.Ingredient@30f63dad]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5953 nex:nether_brick_slab_2 RecipeStage{tier='three', recipe=6xtile.nex:netherBrickSlab@2:[net.minecraft.item.crafting.Ingredient@5de18290, net.minecraft.item.crafting.Ingredient@5de18290, net.minecraft.item.crafting.Ingredient@5de18290]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5954 nex:nether_brick_slab_1 RecipeStage{tier='three', recipe=6xtile.nex:netherBrickSlab@1:[net.minecraft.item.crafting.Ingredient@3f26f80d, net.minecraft.item.crafting.Ingredient@3f26f80d, net.minecraft.item.crafting.Ingredient@3f26f80d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5955 nex:nether_brick_slab_0 RecipeStage{tier='three', recipe=6xtile.nex:netherBrickSlab@0:[net.minecraft.item.crafting.Ingredient@4f2992a5, net.minecraft.item.crafting.Ingredient@4f2992a5, net.minecraft.item.crafting.Ingredient@4f2992a5]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5956 nex:nether_brick_fence_gate_0 RecipeStage{tier='three', recipe=4xtile.nex:netherBrickFenceGate@0:[net.minecraft.item.crafting.Ingredient@20d4f98b, net.minecraft.item.crafting.Ingredient@ecf2255, net.minecraft.item.crafting.Ingredient@20d4f98b, net.minecraft.item.crafting.Ingredient@20d4f98b, net.minecraft.item.crafting.Ingredient@ecf2255, net.minecraft.item.crafting.Ingredient@20d4f98b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5957 nex:nether_brick_fence_3 RecipeStage{tier='three', recipe=4xtile.nex:netherBrickFence@3:[net.minecraft.item.crafting.Ingredient@48a3bc4d, net.minecraft.item.crafting.Ingredient@7ea30ece, net.minecraft.item.crafting.Ingredient@48a3bc4d, net.minecraft.item.crafting.Ingredient@48a3bc4d, net.minecraft.item.crafting.Ingredient@7ea30ece, net.minecraft.item.crafting.Ingredient@48a3bc4d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5958 nex:nether_brick_fence_2 RecipeStage{tier='three', recipe=4xtile.nex:netherBrickFence@2:[net.minecraft.item.crafting.Ingredient@37103bd2, net.minecraft.item.crafting.Ingredient@2b5fa9ac, net.minecraft.item.crafting.Ingredient@37103bd2, net.minecraft.item.crafting.Ingredient@37103bd2, net.minecraft.item.crafting.Ingredient@2b5fa9ac, net.minecraft.item.crafting.Ingredient@37103bd2]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5959 nex:nether_brick_fence_1 RecipeStage{tier='three', recipe=4xtile.nex:netherBrickFence@1:[net.minecraft.item.crafting.Ingredient@3aaed703, net.minecraft.item.crafting.Ingredient@58502261, net.minecraft.item.crafting.Ingredient@3aaed703, net.minecraft.item.crafting.Ingredient@3aaed703, net.minecraft.item.crafting.Ingredient@58502261, net.minecraft.item.crafting.Ingredient@3aaed703]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5960 nex:nether_brick_fence_0_alt RecipeStage{tier='three', recipe=4xtile.nex:netherBrickFence@0:[net.minecraft.item.crafting.Ingredient@386cbd54, net.minecraft.item.crafting.Ingredient@4739317, net.minecraft.item.crafting.Ingredient@386cbd54, net.minecraft.item.crafting.Ingredient@386cbd54, net.minecraft.item.crafting.Ingredient@4739317, net.minecraft.item.crafting.Ingredient@386cbd54]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5961 nex:nether_brick_fence_0 RecipeStage{tier='three', recipe=4xtile.nex:netherBrickFence@0:[net.minecraft.item.crafting.Ingredient@5bf8e70c, net.minecraft.item.crafting.Ingredient@144f7597, net.minecraft.item.crafting.Ingredient@5bf8e70c, net.minecraft.item.crafting.Ingredient@5bf8e70c, net.minecraft.item.crafting.Ingredient@144f7597, net.minecraft.item.crafting.Ingredient@5bf8e70c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5962 nex:nether_brick_3_alt_3 RecipeStage{tier='three', recipe=3xtile.nex:netherBrick@3:[net.minecraft.item.crafting.Ingredient@66810320, net.minecraft.item.crafting.Ingredient@66810320, net.minecraft.item.crafting.Ingredient@66810320, net.minecraft.item.crafting.Ingredient@66810320]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5963 nex:nether_brick_3_alt_2 RecipeStage{tier='three', recipe=1xtile.nex:netherBrick@3:[net.minecraft.item.crafting.Ingredient@2c6f98a1]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5964 nex:nether_brick_3_alt RecipeStage{tier='three', recipe=1xtile.nex:netherBrick@3:[net.minecraft.item.crafting.Ingredient@4d457851, net.minecraft.item.crafting.Ingredient@4d457851]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5965 nex:nether_brick_3 RecipeStage{tier='three', recipe=4xtile.nex:netherBrick@3:[net.minecraft.item.crafting.Ingredient@54f48178, net.minecraft.item.crafting.Ingredient@54f48178, net.minecraft.item.crafting.Ingredient@54f48178, net.minecraft.item.crafting.Ingredient@54f48178]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5966 nex:nether_brick_2_alt_3 RecipeStage{tier='three', recipe=3xtile.nex:netherBrick@2:[net.minecraft.item.crafting.Ingredient@6a0d9bfe, net.minecraft.item.crafting.Ingredient@6a0d9bfe, net.minecraft.item.crafting.Ingredient@6a0d9bfe, net.minecraft.item.crafting.Ingredient@6a0d9bfe]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5967 nex:nether_brick_2_alt_2 RecipeStage{tier='three', recipe=1xtile.nex:netherBrick@2:[net.minecraft.item.crafting.Ingredient@576a917d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5968 nex:nether_brick_2_alt RecipeStage{tier='three', recipe=1xtile.nex:netherBrick@2:[net.minecraft.item.crafting.Ingredient@1ddc990b, net.minecraft.item.crafting.Ingredient@1ddc990b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5969 nex:nether_brick_2 RecipeStage{tier='three', recipe=4xtile.nex:netherBrick@2:[net.minecraft.item.crafting.Ingredient@25b83a97, net.minecraft.item.crafting.Ingredient@25b83a97, net.minecraft.item.crafting.Ingredient@25b83a97, net.minecraft.item.crafting.Ingredient@25b83a97]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5970 nex:nether_brick_1_alt_3 RecipeStage{tier='three', recipe=3xtile.nex:netherBrick@1:[net.minecraft.item.crafting.Ingredient@2611c1e2, net.minecraft.item.crafting.Ingredient@2611c1e2, net.minecraft.item.crafting.Ingredient@2611c1e2, net.minecraft.item.crafting.Ingredient@2611c1e2]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5971 nex:nether_brick_1_alt_2 RecipeStage{tier='three', recipe=1xtile.nex:netherBrick@1:[net.minecraft.item.crafting.Ingredient@46b6eee9]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5972 nex:nether_brick_1_alt RecipeStage{tier='three', recipe=1xtile.nex:netherBrick@1:[net.minecraft.item.crafting.Ingredient@21c70f64, net.minecraft.item.crafting.Ingredient@21c70f64]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5973 nex:nether_brick_1 RecipeStage{tier='three', recipe=4xtile.nex:netherBrick@1:[net.minecraft.item.crafting.Ingredient@182f5c89, net.minecraft.item.crafting.Ingredient@182f5c89, net.minecraft.item.crafting.Ingredient@182f5c89, net.minecraft.item.crafting.Ingredient@182f5c89]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5974 nex:nether_brick_0_alt_4 RecipeStage{tier='three', recipe=1xtile.nex:netherBrick@0:[net.minecraft.item.crafting.Ingredient@1c8bf3e3]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5975 nex:nether_brick_0_alt_3 RecipeStage{tier='three', recipe=3xtile.nex:netherBrick@0:[net.minecraft.item.crafting.Ingredient@42d830a5, net.minecraft.item.crafting.Ingredient@42d830a5, net.minecraft.item.crafting.Ingredient@42d830a5, net.minecraft.item.crafting.Ingredient@42d830a5]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5976 nex:nether_brick_0_alt_2 RecipeStage{tier='three', recipe=1xtile.nex:netherBrick@0:[net.minecraft.item.crafting.Ingredient@71a48115]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5977 nex:nether_brick_0_alt RecipeStage{tier='three', recipe=1xtile.nex:netherBrick@0:[net.minecraft.item.crafting.Ingredient@7805749a, net.minecraft.item.crafting.Ingredient@7805749a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5978 nex:nether_brick_0 RecipeStage{tier='three', recipe=4xtile.nex:netherBrick@0:[net.minecraft.item.crafting.Ingredient@7ce97eab, net.minecraft.item.crafting.Ingredient@7ce97eab, net.minecraft.item.crafting.Ingredient@7ce97eab, net.minecraft.item.crafting.Ingredient@7ce97eab]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5979 nex:lively_nether_brick_stairs_0 RecipeStage{tier='three', recipe=8xtile.nex:livelyNetherBrickStairs@0:[net.minecraft.item.crafting.Ingredient@3f6f024e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3f6f024e, net.minecraft.item.crafting.Ingredient@3f6f024e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3f6f024e, net.minecraft.item.crafting.Ingredient@3f6f024e, net.minecraft.item.crafting.Ingredient@3f6f024e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5980 nex:lively_nether_brick_fence_gate_0 RecipeStage{tier='three', recipe=4xtile.nex:livelyNetherBrickFenceGate@0:[net.minecraft.item.crafting.Ingredient@40e62dd1, net.minecraft.item.crafting.Ingredient@30a294c0, net.minecraft.item.crafting.Ingredient@40e62dd1, net.minecraft.item.crafting.Ingredient@40e62dd1, net.minecraft.item.crafting.Ingredient@30a294c0, net.minecraft.item.crafting.Ingredient@40e62dd1]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5981 nex:icy_nether_brick_stairs_0 RecipeStage{tier='three', recipe=8xtile.nex:icyNetherBrickStairs@0:[net.minecraft.item.crafting.Ingredient@539dbb75, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@539dbb75, net.minecraft.item.crafting.Ingredient@539dbb75, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@539dbb75, net.minecraft.item.crafting.Ingredient@539dbb75, net.minecraft.item.crafting.Ingredient@539dbb75]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5982 nex:icy_nether_brick_fence_gate_0 RecipeStage{tier='three', recipe=4xtile.nex:icyNetherBrickFenceGate@0:[net.minecraft.item.crafting.Ingredient@43e6cd47, net.minecraft.item.crafting.Ingredient@10d2d0ee, net.minecraft.item.crafting.Ingredient@43e6cd47, net.minecraft.item.crafting.Ingredient@43e6cd47, net.minecraft.item.crafting.Ingredient@10d2d0ee, net.minecraft.item.crafting.Ingredient@43e6cd47]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5983 nex:golden_wither_bone_sword_0_alt RecipeStage{tier='two', recipe=1xitem.nex:goldenWitherBoneSword@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@11d6936e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4799b1bf, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4799b1bf, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5984 nex:golden_wither_bone_sword_0 RecipeStage{tier='two', recipe=1xitem.nex:goldenWitherBoneSword@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@56870dc7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@56870dc7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@66f520ea, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5985 nex:golden_wither_bone_shovel_0_alt RecipeStage{tier='two', recipe=1xitem.nex:goldenWitherBoneShovel@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@274ab112, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2415befb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2415befb, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5986 nex:golden_wither_bone_shovel_0 RecipeStage{tier='two', recipe=1xitem.nex:goldenWitherBoneShovel@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@ff89dbf, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@25c863d4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@25c863d4, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5987 nex:golden_wither_bone_pickaxe_0_alt RecipeStage{tier='two', recipe=1xitem.nex:goldenWitherBonePickaxe@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7d0e8a6d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@26a0eaa0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@26a0eaa0, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5988 nex:golden_wither_bone_pickaxe_0 RecipeStage{tier='two', recipe=1xitem.nex:goldenWitherBonePickaxe@0:[net.minecraft.item.crafting.Ingredient@361013a3, net.minecraft.item.crafting.Ingredient@361013a3, net.minecraft.item.crafting.Ingredient@361013a3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4ff81a7e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4ff81a7e, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5989 nex:golden_wither_bone_hoe_0_alt RecipeStage{tier='two', recipe=1xitem.nex:goldenWitherBoneHoe@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5afd3aef, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5af714, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5af714, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5990 nex:golden_wither_bone_hoe_0 RecipeStage{tier='two', recipe=1xitem.nex:goldenWitherBoneHoe@0:[net.minecraft.item.crafting.Ingredient@e71f56e, net.minecraft.item.crafting.Ingredient@e71f56e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7a2354e6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7a2354e6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5991 nex:golden_wither_bone_hammer_0 RecipeStage{tier='two', recipe=1xitem.nex:goldenWitherBoneHammer@0:[net.minecraft.item.crafting.Ingredient@635288f2, net.minecraft.item.crafting.Ingredient@635288f2, net.minecraft.item.crafting.Ingredient@635288f2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4cc8ce00, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4cc8ce00, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5992 nex:golden_wither_bone_axe_0_alt RecipeStage{tier='two', recipe=1xitem.nex:goldenWitherBoneAxe@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6ae5ffe6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@50a8c5f4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@50a8c5f4, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5993 nex:golden_wither_bone_axe_0 RecipeStage{tier='two', recipe=1xitem.nex:goldenWitherBoneAxe@0:[net.minecraft.item.crafting.Ingredient@649b98ff, net.minecraft.item.crafting.Ingredient@649b98ff, net.minecraft.item.crafting.Ingredient@649b98ff, net.minecraftforge.oredict.OreIngredient@353403b0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@353403b0]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5994 nex:gloomy_nether_brick_stairs_0 RecipeStage{tier='three', recipe=8xtile.nex:gloomyNetherBrickStairs@0:[net.minecraft.item.crafting.Ingredient@23169bd6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@23169bd6, net.minecraft.item.crafting.Ingredient@23169bd6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@23169bd6, net.minecraft.item.crafting.Ingredient@23169bd6, net.minecraft.item.crafting.Ingredient@23169bd6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5995 nex:gloomy_nether_brick_fence_gate_0 RecipeStage{tier='three', recipe=4xtile.nex:gloomyNetherBrickFenceGate@0:[net.minecraft.item.crafting.Ingredient@23d5a3a2, net.minecraft.item.crafting.Ingredient@645d6a13, net.minecraft.item.crafting.Ingredient@23d5a3a2, net.minecraft.item.crafting.Ingredient@23d5a3a2, net.minecraft.item.crafting.Ingredient@645d6a13, net.minecraft.item.crafting.Ingredient@23d5a3a2]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5996 nex:fiery_nether_brick_stairs_0 RecipeStage{tier='three', recipe=8xtile.nex:fieryNetherBrickStairs@0:[net.minecraft.item.crafting.Ingredient@235802be, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@235802be, net.minecraft.item.crafting.Ingredient@235802be, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@235802be, net.minecraft.item.crafting.Ingredient@235802be, net.minecraft.item.crafting.Ingredient@235802be]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5997 nex:fiery_nether_brick_fence_gate_0 RecipeStage{tier='three', recipe=4xtile.nex:fieryNetherBrickFenceGate@0:[net.minecraft.item.crafting.Ingredient@deab7f3, net.minecraft.item.crafting.Ingredient@7022fdb6, net.minecraft.item.crafting.Ingredient@deab7f3, net.minecraft.item.crafting.Ingredient@deab7f3, net.minecraft.item.crafting.Ingredient@7022fdb6, net.minecraft.item.crafting.Ingredient@deab7f3]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6000 nex:bone_sliver_0 RecipeStage{tier='three', recipe=1xtile.nex:boneSliver@0:[net.minecraft.item.crafting.Ingredient@1e7e4f82, net.minecraft.item.crafting.Ingredient@1e7e4f82, net.minecraft.item.crafting.Ingredient@1e7e4f82, net.minecraft.item.crafting.Ingredient@1e7e4f82, net.minecraft.item.crafting.Ingredient@1e7e4f82, net.minecraft.item.crafting.Ingredient@1e7e4f82]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6001 nex:bone_chunk_0 RecipeStage{tier='three', recipe=1xtile.nex:boneChunk@0:[net.minecraft.item.crafting.Ingredient@7d8a6118, net.minecraft.item.crafting.Ingredient@7d8a6118, net.minecraft.item.crafting.Ingredient@7d8a6118]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6002 nex:basalt_wall_3 RecipeStage{tier='three', recipe=6xtile.nex:basaltWall@3:[net.minecraft.item.crafting.Ingredient@357d8adc, net.minecraft.item.crafting.Ingredient@357d8adc, net.minecraft.item.crafting.Ingredient@357d8adc, net.minecraft.item.crafting.Ingredient@357d8adc, net.minecraft.item.crafting.Ingredient@357d8adc, net.minecraft.item.crafting.Ingredient@357d8adc]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6003 nex:basalt_wall_2 RecipeStage{tier='three', recipe=6xtile.nex:basaltWall@2:[net.minecraft.item.crafting.Ingredient@5c999602, net.minecraft.item.crafting.Ingredient@5c999602, net.minecraft.item.crafting.Ingredient@5c999602, net.minecraft.item.crafting.Ingredient@5c999602, net.minecraft.item.crafting.Ingredient@5c999602, net.minecraft.item.crafting.Ingredient@5c999602]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6004 nex:basalt_wall_1 RecipeStage{tier='three', recipe=6xtile.nex:basaltWall@1:[net.minecraft.item.crafting.Ingredient@4a9d4d76, net.minecraft.item.crafting.Ingredient@4a9d4d76, net.minecraft.item.crafting.Ingredient@4a9d4d76, net.minecraft.item.crafting.Ingredient@4a9d4d76, net.minecraft.item.crafting.Ingredient@4a9d4d76, net.minecraft.item.crafting.Ingredient@4a9d4d76]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6005 nex:basalt_wall_0 RecipeStage{tier='three', recipe=6xtile.nex:basaltWall@0:[net.minecraft.item.crafting.Ingredient@142fa7c4, net.minecraft.item.crafting.Ingredient@142fa7c4, net.minecraft.item.crafting.Ingredient@142fa7c4, net.minecraft.item.crafting.Ingredient@142fa7c4, net.minecraft.item.crafting.Ingredient@142fa7c4, net.minecraft.item.crafting.Ingredient@142fa7c4]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6006 nex:basalt_stairs_0 RecipeStage{tier='three', recipe=8xtile.nex:basaltStairs@0:[net.minecraft.item.crafting.Ingredient@44644208, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@44644208, net.minecraft.item.crafting.Ingredient@44644208, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@44644208, net.minecraft.item.crafting.Ingredient@44644208, net.minecraft.item.crafting.Ingredient@44644208]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6007 nex:basalt_smooth_stairs_0 RecipeStage{tier='three', recipe=8xtile.nex:basaltSmoothStairs@0:[net.minecraft.item.crafting.Ingredient@6bb942cf, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6bb942cf, net.minecraft.item.crafting.Ingredient@6bb942cf, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6bb942cf, net.minecraft.item.crafting.Ingredient@6bb942cf, net.minecraft.item.crafting.Ingredient@6bb942cf]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6008 nex:basalt_smooth_fence_gate_0 RecipeStage{tier='three', recipe=4xtile.nex:basaltSmoothFenceGate@0:[net.minecraft.item.crafting.Ingredient@7d187370, net.minecraft.item.crafting.Ingredient@8128e36, net.minecraft.item.crafting.Ingredient@7d187370, net.minecraft.item.crafting.Ingredient@7d187370, net.minecraft.item.crafting.Ingredient@8128e36, net.minecraft.item.crafting.Ingredient@7d187370]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6009 nex:basalt_slab_3 RecipeStage{tier='three', recipe=6xtile.nex:basaltSlab@3:[net.minecraft.item.crafting.Ingredient@5bd70d39, net.minecraft.item.crafting.Ingredient@5bd70d39, net.minecraft.item.crafting.Ingredient@5bd70d39]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6010 nex:basalt_slab_2 RecipeStage{tier='three', recipe=6xtile.nex:basaltSlab@2:[net.minecraft.item.crafting.Ingredient@7ffe1633, net.minecraft.item.crafting.Ingredient@7ffe1633, net.minecraft.item.crafting.Ingredient@7ffe1633]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6011 nex:basalt_slab_1 RecipeStage{tier='three', recipe=6xtile.nex:basaltSlab@1:[net.minecraft.item.crafting.Ingredient@5675dbe7, net.minecraft.item.crafting.Ingredient@5675dbe7, net.minecraft.item.crafting.Ingredient@5675dbe7]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6012 nex:basalt_slab_0 RecipeStage{tier='three', recipe=6xtile.nex:basaltSlab@0:[net.minecraft.item.crafting.Ingredient@61f47360, net.minecraft.item.crafting.Ingredient@61f47360, net.minecraft.item.crafting.Ingredient@61f47360]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6013 nex:basalt_pillar_stairs_0 RecipeStage{tier='three', recipe=8xtile.nex:basaltPillarStairs@0:[net.minecraft.item.crafting.Ingredient@e9bc1d5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@e9bc1d5, net.minecraft.item.crafting.Ingredient@e9bc1d5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@e9bc1d5, net.minecraft.item.crafting.Ingredient@e9bc1d5, net.minecraft.item.crafting.Ingredient@e9bc1d5]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6014 nex:basalt_pillar_fence_gate_0 RecipeStage{tier='three', recipe=4xtile.nex:basaltPillarFenceGate@0:[net.minecraft.item.crafting.Ingredient@21231230, net.minecraft.item.crafting.Ingredient@42223cf7, net.minecraft.item.crafting.Ingredient@21231230, net.minecraft.item.crafting.Ingredient@21231230, net.minecraft.item.crafting.Ingredient@42223cf7, net.minecraft.item.crafting.Ingredient@21231230]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6015 nex:basalt_fence_gate_0 RecipeStage{tier='three', recipe=4xtile.nex:basaltFenceGate@0:[net.minecraft.item.crafting.Ingredient@24525b42, net.minecraft.item.crafting.Ingredient@799a0df0, net.minecraft.item.crafting.Ingredient@24525b42, net.minecraft.item.crafting.Ingredient@24525b42, net.minecraft.item.crafting.Ingredient@799a0df0, net.minecraft.item.crafting.Ingredient@24525b42]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6016 nex:basalt_fence_3 RecipeStage{tier='three', recipe=4xtile.nex:basaltFence@3:[net.minecraft.item.crafting.Ingredient@658072b, net.minecraft.item.crafting.Ingredient@308f0b41, net.minecraft.item.crafting.Ingredient@658072b, net.minecraft.item.crafting.Ingredient@658072b, net.minecraft.item.crafting.Ingredient@308f0b41, net.minecraft.item.crafting.Ingredient@658072b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6017 nex:basalt_fence_2 RecipeStage{tier='three', recipe=4xtile.nex:basaltFence@2:[net.minecraft.item.crafting.Ingredient@7e4aedb9, net.minecraft.item.crafting.Ingredient@6aba1f4b, net.minecraft.item.crafting.Ingredient@7e4aedb9, net.minecraft.item.crafting.Ingredient@7e4aedb9, net.minecraft.item.crafting.Ingredient@6aba1f4b, net.minecraft.item.crafting.Ingredient@7e4aedb9]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6018 nex:basalt_fence_1 RecipeStage{tier='three', recipe=4xtile.nex:basaltFence@1:[net.minecraft.item.crafting.Ingredient@69545ed, net.minecraft.item.crafting.Ingredient@1ab5a460, net.minecraft.item.crafting.Ingredient@69545ed, net.minecraft.item.crafting.Ingredient@69545ed, net.minecraft.item.crafting.Ingredient@1ab5a460, net.minecraft.item.crafting.Ingredient@69545ed]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6019 nex:basalt_fence_0 RecipeStage{tier='three', recipe=4xtile.nex:basaltFence@0:[net.minecraft.item.crafting.Ingredient@585418bc, net.minecraft.item.crafting.Ingredient@57f40d48, net.minecraft.item.crafting.Ingredient@585418bc, net.minecraft.item.crafting.Ingredient@585418bc, net.minecraft.item.crafting.Ingredient@57f40d48, net.minecraft.item.crafting.Ingredient@585418bc]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6020 nex:basalt_brick_stairs_0 RecipeStage{tier='three', recipe=8xtile.nex:basaltBrickStairs@0:[net.minecraft.item.crafting.Ingredient@4087b798, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4087b798, net.minecraft.item.crafting.Ingredient@4087b798, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4087b798, net.minecraft.item.crafting.Ingredient@4087b798, net.minecraft.item.crafting.Ingredient@4087b798]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6021 nex:basalt_brick_fence_gate_0 RecipeStage{tier='three', recipe=4xtile.nex:basaltBrickFenceGate@0:[net.minecraft.item.crafting.Ingredient@45b25c78, net.minecraft.item.crafting.Ingredient@13636e62, net.minecraft.item.crafting.Ingredient@45b25c78, net.minecraft.item.crafting.Ingredient@45b25c78, net.minecraft.item.crafting.Ingredient@13636e62, net.minecraft.item.crafting.Ingredient@45b25c78]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6022 nex:basalt_3_alt_3 RecipeStage{tier='three', recipe=3xtile.nex:basalt@3:[net.minecraft.item.crafting.Ingredient@444ca4b5, net.minecraft.item.crafting.Ingredient@444ca4b5, net.minecraft.item.crafting.Ingredient@444ca4b5, net.minecraft.item.crafting.Ingredient@444ca4b5]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6023 nex:basalt_3_alt_2 RecipeStage{tier='three', recipe=1xtile.nex:basalt@3:[net.minecraft.item.crafting.Ingredient@17d602d9]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6024 nex:basalt_3_alt RecipeStage{tier='three', recipe=1xtile.nex:basalt@3:[net.minecraft.item.crafting.Ingredient@5c7f44d1, net.minecraft.item.crafting.Ingredient@5c7f44d1]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6025 nex:basalt_3 RecipeStage{tier='three', recipe=4xtile.nex:basalt@3:[net.minecraft.item.crafting.Ingredient@3682947a, net.minecraft.item.crafting.Ingredient@3682947a, net.minecraft.item.crafting.Ingredient@3682947a, net.minecraft.item.crafting.Ingredient@3682947a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6026 nex:basalt_2_alt_4 RecipeStage{tier='three', recipe=3xtile.nex:basalt@2:[net.minecraft.item.crafting.Ingredient@274a87e5, net.minecraft.item.crafting.Ingredient@274a87e5, net.minecraft.item.crafting.Ingredient@274a87e5, net.minecraft.item.crafting.Ingredient@274a87e5]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6027 nex:basalt_2_alt_3 RecipeStage{tier='three', recipe=1xtile.nex:basalt@2:[net.minecraft.item.crafting.Ingredient@216b8e6a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6028 nex:basalt_2_alt_2 RecipeStage{tier='three', recipe=1xtile.nex:basalt@2:[net.minecraft.item.crafting.Ingredient@1d5884f6, net.minecraft.item.crafting.Ingredient@1d5884f6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6029 nex:basalt_2_alt RecipeStage{tier='three', recipe=4xtile.nex:basalt@2:[net.minecraft.item.crafting.Ingredient@10f3cc2e, net.minecraft.item.crafting.Ingredient@10f3cc2e, net.minecraft.item.crafting.Ingredient@10f3cc2e, net.minecraft.item.crafting.Ingredient@10f3cc2e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6030 nex:basalt_2 RecipeStage{tier='three', recipe=1xtile.nex:basalt@2:[net.minecraft.item.crafting.Ingredient@5f0935e7]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6031 nex:basalt_1_alt_4 RecipeStage{tier='three', recipe=3xtile.nex:basalt@1:[net.minecraft.item.crafting.Ingredient@25ceb9aa, net.minecraft.item.crafting.Ingredient@25ceb9aa, net.minecraft.item.crafting.Ingredient@25ceb9aa, net.minecraft.item.crafting.Ingredient@25ceb9aa]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6032 nex:basalt_1_alt_3 RecipeStage{tier='three', recipe=1xtile.nex:basalt@1:[net.minecraft.item.crafting.Ingredient@6b34ba77]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6033 nex:basalt_1_alt_2 RecipeStage{tier='three', recipe=1xtile.nex:basalt@1:[net.minecraft.item.crafting.Ingredient@70707342, net.minecraft.item.crafting.Ingredient@70707342]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6034 nex:basalt_1_alt RecipeStage{tier='three', recipe=4xtile.nex:basalt@1:[net.minecraft.item.crafting.Ingredient@51b39847, net.minecraft.item.crafting.Ingredient@51b39847, net.minecraft.item.crafting.Ingredient@51b39847, net.minecraft.item.crafting.Ingredient@51b39847]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6035 nex:basalt_1 RecipeStage{tier='three', recipe=1xtile.nex:basalt@1:[net.minecraft.item.crafting.Ingredient@6ad11d3b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6036 nex:basalt_0_alt_3 RecipeStage{tier='three', recipe=3xtile.nex:basalt@0:[net.minecraft.item.crafting.Ingredient@10fa412f, net.minecraft.item.crafting.Ingredient@10fa412f, net.minecraft.item.crafting.Ingredient@10fa412f, net.minecraft.item.crafting.Ingredient@10fa412f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6037 nex:basalt_0_alt_2 RecipeStage{tier='three', recipe=1xtile.nex:basalt@0:[net.minecraft.item.crafting.Ingredient@64271305]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6038 nex:basalt_0_alt RecipeStage{tier='three', recipe=1xtile.nex:basalt@0:[net.minecraft.item.crafting.Ingredient@5805a81f, net.minecraft.item.crafting.Ingredient@5805a81f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6039 nex:basalt_0 RecipeStage{tier='three', recipe=1xtile.nex:basalt@0:[net.minecraft.item.crafting.Ingredient@646c22b2]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6040 nex:amethyst_crystal_0 RecipeStage{tier='three', recipe=9xitem.nex:amethystCrystal@0:[net.minecraft.item.crafting.Ingredient@4bfc2929]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6041 nex:amethyst_block_0 RecipeStage{tier='three', recipe=1xtile.nex:amethystBlock@0:[net.minecraft.item.crafting.Ingredient@1a4c3ccd, net.minecraft.item.crafting.Ingredient@1a4c3ccd, net.minecraft.item.crafting.Ingredient@1a4c3ccd, net.minecraft.item.crafting.Ingredient@1a4c3ccd, net.minecraft.item.crafting.Ingredient@1a4c3ccd, net.minecraft.item.crafting.Ingredient@1a4c3ccd, net.minecraft.item.crafting.Ingredient@1a4c3ccd, net.minecraft.item.crafting.Ingredient@1a4c3ccd, net.minecraft.item.crafting.Ingredient@1a4c3ccd]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6068 pickletweaks:yellow_cobblestone RecipeStage{tier='zero', recipe=8xtile.pt.colored_cobblestone@4:[net.minecraftforge.oredict.OreIngredient@ddbd7d7, net.minecraftforge.oredict.OreIngredient@ddbd7d7, net.minecraftforge.oredict.OreIngredient@ddbd7d7, net.minecraftforge.oredict.OreIngredient@ddbd7d7, net.minecraftforge.oredict.OreIngredient@2e0068ec, net.minecraftforge.oredict.OreIngredient@ddbd7d7, net.minecraftforge.oredict.OreIngredient@ddbd7d7, net.minecraftforge.oredict.OreIngredient@ddbd7d7, net.minecraftforge.oredict.OreIngredient@ddbd7d7]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6069 pickletweaks:white_cobblestone RecipeStage{tier='zero', recipe=8xtile.pt.colored_cobblestone@0:[net.minecraftforge.oredict.OreIngredient@60d72ed1, net.minecraftforge.oredict.OreIngredient@60d72ed1, net.minecraftforge.oredict.OreIngredient@60d72ed1, net.minecraftforge.oredict.OreIngredient@60d72ed1, net.minecraftforge.oredict.OreIngredient@75d1a95a, net.minecraftforge.oredict.OreIngredient@60d72ed1, net.minecraftforge.oredict.OreIngredient@60d72ed1, net.minecraftforge.oredict.OreIngredient@60d72ed1, net.minecraftforge.oredict.OreIngredient@60d72ed1]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6072 pickletweaks:red_cobblestone RecipeStage{tier='zero', recipe=8xtile.pt.colored_cobblestone@14:[net.minecraftforge.oredict.OreIngredient@3a463eca, net.minecraftforge.oredict.OreIngredient@3a463eca, net.minecraftforge.oredict.OreIngredient@3a463eca, net.minecraftforge.oredict.OreIngredient@3a463eca, net.minecraftforge.oredict.OreIngredient@456781f9, net.minecraftforge.oredict.OreIngredient@3a463eca, net.minecraftforge.oredict.OreIngredient@3a463eca, net.minecraftforge.oredict.OreIngredient@3a463eca, net.minecraftforge.oredict.OreIngredient@3a463eca]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6073 pickletweaks:purple_cobblestone RecipeStage{tier='zero', recipe=8xtile.pt.colored_cobblestone@10:[net.minecraftforge.oredict.OreIngredient@58913a65, net.minecraftforge.oredict.OreIngredient@58913a65, net.minecraftforge.oredict.OreIngredient@58913a65, net.minecraftforge.oredict.OreIngredient@58913a65, net.minecraftforge.oredict.OreIngredient@767e081f, net.minecraftforge.oredict.OreIngredient@58913a65, net.minecraftforge.oredict.OreIngredient@58913a65, net.minecraftforge.oredict.OreIngredient@58913a65, net.minecraftforge.oredict.OreIngredient@58913a65]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6074 pickletweaks:pink_cobblestone RecipeStage{tier='zero', recipe=8xtile.pt.colored_cobblestone@6:[net.minecraftforge.oredict.OreIngredient@29749d8b, net.minecraftforge.oredict.OreIngredient@29749d8b, net.minecraftforge.oredict.OreIngredient@29749d8b, net.minecraftforge.oredict.OreIngredient@29749d8b, net.minecraftforge.oredict.OreIngredient@2fbb35d7, net.minecraftforge.oredict.OreIngredient@29749d8b, net.minecraftforge.oredict.OreIngredient@29749d8b, net.minecraftforge.oredict.OreIngredient@29749d8b, net.minecraftforge.oredict.OreIngredient@29749d8b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6075 pickletweaks:orange_cobblestone RecipeStage{tier='zero', recipe=8xtile.pt.colored_cobblestone@1:[net.minecraftforge.oredict.OreIngredient@69b98980, net.minecraftforge.oredict.OreIngredient@69b98980, net.minecraftforge.oredict.OreIngredient@69b98980, net.minecraftforge.oredict.OreIngredient@69b98980, net.minecraftforge.oredict.OreIngredient@68323f, net.minecraftforge.oredict.OreIngredient@69b98980, net.minecraftforge.oredict.OreIngredient@69b98980, net.minecraftforge.oredict.OreIngredient@69b98980, net.minecraftforge.oredict.OreIngredient@69b98980]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6076 pickletweaks:nightvision_goggles_c RecipeStage{tier='four', recipe=1xitem.pt.nightvision_goggles_c@0:[net.minecraft.item.crafting.Ingredient@24ed6f0d, net.minecraft.item.crafting.Ingredient@24ed6f0d, net.minecraft.item.crafting.Ingredient@24ed6f0d, net.minecraft.item.crafting.Ingredient@24ed6f0d, net.minecraft.item.crafting.Ingredient@24ed6f0d, net.minecraft.item.crafting.Ingredient@24ed6f0d, net.minecraft.item.crafting.Ingredient@24ed6f0d, net.minecraft.item.crafting.Ingredient@24ed6f0d, net.minecraft.item.crafting.Ingredient@24ed6f0d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6077 pickletweaks:nightvision_goggles RecipeStage{tier='four', recipe=1xitem.pt.nightvision_goggles@0:[net.minecraftforge.oredict.OreIngredient@5e265b2c, net.minecraftforge.oredict.OreIngredient@33a7464d, net.minecraftforge.oredict.OreIngredient@5e265b2c, net.minecraftforge.oredict.OreIngredient@243d8486, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@243d8486]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6082 pickletweaks:magnet RecipeStage{tier='four', recipe=1xitem.pt.magnet@0:[net.minecraftforge.oredict.OreIngredient@1c2f2b24, net.minecraftforge.oredict.OreIngredient@4c8eea83, net.minecraftforge.oredict.OreIngredient@1c2f2b24, net.minecraftforge.oredict.OreIngredient@1c2f2b24, net.minecraftforge.oredict.OreIngredient@808afd3, net.minecraftforge.oredict.OreIngredient@1c2f2b24, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1c2f2b24, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6083 pickletweaks:magenta_cobblestone RecipeStage{tier='zero', recipe=8xtile.pt.colored_cobblestone@2:[net.minecraftforge.oredict.OreIngredient@3a6e4ea3, net.minecraftforge.oredict.OreIngredient@3a6e4ea3, net.minecraftforge.oredict.OreIngredient@3a6e4ea3, net.minecraftforge.oredict.OreIngredient@3a6e4ea3, net.minecraftforge.oredict.OreIngredient@20071fb9, net.minecraftforge.oredict.OreIngredient@3a6e4ea3, net.minecraftforge.oredict.OreIngredient@3a6e4ea3, net.minecraftforge.oredict.OreIngredient@3a6e4ea3, net.minecraftforge.oredict.OreIngredient@3a6e4ea3]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6084 pickletweaks:lime_cobblestone RecipeStage{tier='zero', recipe=8xtile.pt.colored_cobblestone@5:[net.minecraftforge.oredict.OreIngredient@3919593c, net.minecraftforge.oredict.OreIngredient@3919593c, net.minecraftforge.oredict.OreIngredient@3919593c, net.minecraftforge.oredict.OreIngredient@3919593c, net.minecraftforge.oredict.OreIngredient@a034dd0, net.minecraftforge.oredict.OreIngredient@3919593c, net.minecraftforge.oredict.OreIngredient@3919593c, net.minecraftforge.oredict.OreIngredient@3919593c, net.minecraftforge.oredict.OreIngredient@3919593c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6085 pickletweaks:light_gray_cobblestone RecipeStage{tier='zero', recipe=8xtile.pt.colored_cobblestone@8:[net.minecraftforge.oredict.OreIngredient@7316739, net.minecraftforge.oredict.OreIngredient@7316739, net.minecraftforge.oredict.OreIngredient@7316739, net.minecraftforge.oredict.OreIngredient@7316739, net.minecraftforge.oredict.OreIngredient@377e6328, net.minecraftforge.oredict.OreIngredient@7316739, net.minecraftforge.oredict.OreIngredient@7316739, net.minecraftforge.oredict.OreIngredient@7316739, net.minecraftforge.oredict.OreIngredient@7316739]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6086 pickletweaks:light_blue_cobblestone RecipeStage{tier='zero', recipe=8xtile.pt.colored_cobblestone@3:[net.minecraftforge.oredict.OreIngredient@5a023f22, net.minecraftforge.oredict.OreIngredient@5a023f22, net.minecraftforge.oredict.OreIngredient@5a023f22, net.minecraftforge.oredict.OreIngredient@5a023f22, net.minecraftforge.oredict.OreIngredient@6004d7ab, net.minecraftforge.oredict.OreIngredient@5a023f22, net.minecraftforge.oredict.OreIngredient@5a023f22, net.minecraftforge.oredict.OreIngredient@5a023f22, net.minecraftforge.oredict.OreIngredient@5a023f22]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6087 pickletweaks:green_cobblestone RecipeStage{tier='zero', recipe=8xtile.pt.colored_cobblestone@13:[net.minecraftforge.oredict.OreIngredient@7e3cf703, net.minecraftforge.oredict.OreIngredient@7e3cf703, net.minecraftforge.oredict.OreIngredient@7e3cf703, net.minecraftforge.oredict.OreIngredient@7e3cf703, net.minecraftforge.oredict.OreIngredient@3957d044, net.minecraftforge.oredict.OreIngredient@7e3cf703, net.minecraftforge.oredict.OreIngredient@7e3cf703, net.minecraftforge.oredict.OreIngredient@7e3cf703, net.minecraftforge.oredict.OreIngredient@7e3cf703]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6088 pickletweaks:gray_cobblestone RecipeStage{tier='zero', recipe=8xtile.pt.colored_cobblestone@7:[net.minecraftforge.oredict.OreIngredient@682b0ce6, net.minecraftforge.oredict.OreIngredient@682b0ce6, net.minecraftforge.oredict.OreIngredient@682b0ce6, net.minecraftforge.oredict.OreIngredient@682b0ce6, net.minecraftforge.oredict.OreIngredient@4480d6be, net.minecraftforge.oredict.OreIngredient@682b0ce6, net.minecraftforge.oredict.OreIngredient@682b0ce6, net.minecraftforge.oredict.OreIngredient@682b0ce6, net.minecraftforge.oredict.OreIngredient@682b0ce6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6091 pickletweaks:emerald_apple RecipeStage{tier='five', recipe=1xitem.pt.emerald_apple@0:[net.minecraftforge.oredict.OreIngredient@5f44e620, net.minecraftforge.oredict.OreIngredient@5f44e620, net.minecraftforge.oredict.OreIngredient@5f44e620, net.minecraftforge.oredict.OreIngredient@5f44e620, net.minecraft.item.crafting.Ingredient@4940bc80, net.minecraftforge.oredict.OreIngredient@5f44e620, net.minecraftforge.oredict.OreIngredient@5f44e620, net.minecraftforge.oredict.OreIngredient@5f44e620, net.minecraftforge.oredict.OreIngredient@5f44e620]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6092 pickletweaks:diamond_apple RecipeStage{tier='five', recipe=1xitem.pt.diamond_apple@0:[net.minecraftforge.oredict.OreIngredient@6be727d8, net.minecraftforge.oredict.OreIngredient@6be727d8, net.minecraftforge.oredict.OreIngredient@6be727d8, net.minecraftforge.oredict.OreIngredient@6be727d8, net.minecraft.item.crafting.Ingredient@1a488498, net.minecraftforge.oredict.OreIngredient@6be727d8, net.minecraftforge.oredict.OreIngredient@6be727d8, net.minecraftforge.oredict.OreIngredient@6be727d8, net.minecraftforge.oredict.OreIngredient@6be727d8]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6093 pickletweaks:dark_glass RecipeStage{tier='two', recipe=4xtile.pt.dark_glass@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@22a94551, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@22a94551, net.minecraftforge.oredict.OreIngredient@18341695, net.minecraftforge.oredict.OreIngredient@22a94551, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@22a94551, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6094 pickletweaks:cyan_cobblestone RecipeStage{tier='zero', recipe=8xtile.pt.colored_cobblestone@9:[net.minecraftforge.oredict.OreIngredient@3178d285, net.minecraftforge.oredict.OreIngredient@3178d285, net.minecraftforge.oredict.OreIngredient@3178d285, net.minecraftforge.oredict.OreIngredient@3178d285, net.minecraftforge.oredict.OreIngredient@585ed353, net.minecraftforge.oredict.OreIngredient@3178d285, net.minecraftforge.oredict.OreIngredient@3178d285, net.minecraftforge.oredict.OreIngredient@3178d285, net.minecraftforge.oredict.OreIngredient@3178d285]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6096 pickletweaks:coal_piece_from RecipeStage{tier='one', recipe=8xitem.pt.coal_piece@0:[net.minecraft.item.crafting.Ingredient@25692574]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6098 pickletweaks:charcoal_piece_from RecipeStage{tier='zero', recipe=8xitem.pt.coal_piece@1:[net.minecraft.item.crafting.Ingredient@7b71b5]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6099 pickletweaks:brown_cobblestone RecipeStage{tier='zero', recipe=8xtile.pt.colored_cobblestone@12:[net.minecraftforge.oredict.OreIngredient@260fd0ac, net.minecraftforge.oredict.OreIngredient@260fd0ac, net.minecraftforge.oredict.OreIngredient@260fd0ac, net.minecraftforge.oredict.OreIngredient@260fd0ac, net.minecraftforge.oredict.OreIngredient@6bea8efe, net.minecraftforge.oredict.OreIngredient@260fd0ac, net.minecraftforge.oredict.OreIngredient@260fd0ac, net.minecraftforge.oredict.OreIngredient@260fd0ac, net.minecraftforge.oredict.OreIngredient@260fd0ac]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6100 pickletweaks:blue_cobblestone RecipeStage{tier='zero', recipe=8xtile.pt.colored_cobblestone@11:[net.minecraftforge.oredict.OreIngredient@3cd9986f, net.minecraftforge.oredict.OreIngredient@3cd9986f, net.minecraftforge.oredict.OreIngredient@3cd9986f, net.minecraftforge.oredict.OreIngredient@3cd9986f, net.minecraftforge.oredict.OreIngredient@29d4dca5, net.minecraftforge.oredict.OreIngredient@3cd9986f, net.minecraftforge.oredict.OreIngredient@3cd9986f, net.minecraftforge.oredict.OreIngredient@3cd9986f, net.minecraftforge.oredict.OreIngredient@3cd9986f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6101 pickletweaks:black_cobblestone RecipeStage{tier='zero', recipe=8xtile.pt.colored_cobblestone@15:[net.minecraftforge.oredict.OreIngredient@322fd145, net.minecraftforge.oredict.OreIngredient@322fd145, net.minecraftforge.oredict.OreIngredient@322fd145, net.minecraftforge.oredict.OreIngredient@322fd145, net.minecraftforge.oredict.OreIngredient@3a4bd303, net.minecraftforge.oredict.OreIngredient@322fd145, net.minecraftforge.oredict.OreIngredient@322fd145, net.minecraftforge.oredict.OreIngredient@322fd145, net.minecraftforge.oredict.OreIngredient@322fd145]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6103 pneumaticcraft:safety_tube_module RecipeStage{tier='four', recipe=1xitem.safety_tube_module@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@68d4819c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@18703d1f, net.minecraft.item.crafting.Ingredient@221b1ffc, net.minecraft.item.crafting.Ingredient@18703d1f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6107 pneumaticcraft:logistics_configurator RecipeStage{tier='four', recipe=1xitem.logistics_configurator@0:[net.minecraftforge.oredict.OreIngredient@6779e144, net.minecraftforge.oredict.OreIngredient@6d28f248, net.minecraftforge.oredict.OreIngredient@6779e144, net.minecraft.item.crafting.Ingredient@4a3944cd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6779e144, net.minecraft.item.crafting.Ingredient@f2dd909, net.minecraftforge.oredict.OreIngredient@6779e144]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6108 pneumaticcraft:logistic_drone RecipeStage{tier='four', recipe=1xitem.logistic_drone@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3274c259, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3274c259, net.minecraftforge.oredict.OreIngredient@51963ce4, net.minecraft.item.crafting.Ingredient@3274c259, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3274c259, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6109 pneumaticcraft:volume_upgrade RecipeStage{tier='four', recipe=1xitem.volume_upgrade@0:[net.minecraft.item.crafting.Ingredient@7f0fda33, net.minecraftforge.oredict.OreIngredient@d4ead50, net.minecraft.item.crafting.Ingredient@7f0fda33, net.minecraftforge.oredict.OreIngredient@d4ead50, net.minecraft.item.crafting.Ingredient@5fb82e3a, net.minecraftforge.oredict.OreIngredient@d4ead50, net.minecraft.item.crafting.Ingredient@7f0fda33, net.minecraftforge.oredict.OreIngredient@d4ead50, net.minecraft.item.crafting.Ingredient@7f0fda33]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6110 pneumaticcraft:scuba_upgrade RecipeStage{tier='four', recipe=1xitem.scuba_upgrade@0:[net.minecraft.item.crafting.Ingredient@37cf2e8c, net.minecraft.item.crafting.Ingredient@72c38350, net.minecraft.item.crafting.Ingredient@37cf2e8c, net.minecraft.item.crafting.Ingredient@4a620b04, net.minecraft.item.crafting.Ingredient@6da61d94, net.minecraft.item.crafting.Ingredient@4a620b04, net.minecraft.item.crafting.Ingredient@37cf2e8c, net.minecraft.item.crafting.Ingredient@6ad8c4fe, net.minecraft.item.crafting.Ingredient@37cf2e8c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6111 pneumaticcraft:pneumatic_door RecipeStage{tier='four', recipe=1xtile.pneumatic_door@0:[net.minecraftforge.oredict.OreIngredient@613ec3a4, net.minecraftforge.oredict.OreIngredient@613ec3a4, net.minecraftforge.oredict.OreIngredient@613ec3a4, net.minecraftforge.oredict.OreIngredient@613ec3a4, net.minecraftforge.oredict.OreIngredient@613ec3a4, net.minecraftforge.oredict.OreIngredient@613ec3a4]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6113 pneumaticcraft:minigun RecipeStage{tier='four', recipe=1xitem.minigun@0:[net.minecraft.item.crafting.Ingredient@7294192a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@714d1f3e, net.minecraftforge.oredict.OreIngredient@5c790402, net.minecraft.item.crafting.Ingredient@474e0726, net.minecraftforge.oredict.OreIngredient@24901093, net.minecraft.item.crafting.Ingredient@6b395f9c, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6114 pneumaticcraft:security_upgrade RecipeStage{tier='four', recipe=1xitem.security_upgrade@0:[net.minecraft.item.crafting.Ingredient@438f4c1d, net.minecraft.item.crafting.Ingredient@4f8f0c09, net.minecraft.item.crafting.Ingredient@438f4c1d, net.minecraft.item.crafting.Ingredient@4f8f0c09, net.minecraft.item.crafting.Ingredient@3102a6dd, net.minecraft.item.crafting.Ingredient@4f8f0c09, net.minecraft.item.crafting.Ingredient@438f4c1d, net.minecraft.item.crafting.Ingredient@4f8f0c09, net.minecraft.item.crafting.Ingredient@438f4c1d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6116 pneumaticcraft:transfer_gadget RecipeStage{tier='four', recipe=1xitem.transfer_gadget@0:[net.minecraft.item.crafting.Ingredient@287ccf35, net.minecraftforge.oredict.OreIngredient@5506b57a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6117 pneumaticcraft:assembly_io_unit RecipeStage{tier='four', recipe=1xtile.assembly_io_unit@0:[net.minecraft.item.crafting.Ingredient@a1d4edc, net.minecraft.item.crafting.Ingredient@13381b83, net.minecraft.item.crafting.Ingredient@13381b83, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@13381b83, net.minecraftforge.oredict.OreIngredient@6fa9c62, net.minecraft.item.crafting.Ingredient@20a44047, net.minecraftforge.oredict.OreIngredient@6fa9c62]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6118 pneumaticcraft:kerosene_lamp RecipeStage{tier='four', recipe=1xtile.kerosene_lamp@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@9ca4777, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@13956d61, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@13956d61, net.minecraftforge.oredict.OreIngredient@9ca4777, net.minecraft.item.crafting.Ingredient@6529e904, net.minecraftforge.oredict.OreIngredient@9ca4777]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6119 pneumaticcraft:liquid_compressor RecipeStage{tier='four', recipe=1xtile.liquid_compressor@0:[net.minecraft.item.crafting.Ingredient@647b91e0, net.minecraft.item.crafting.Ingredient@208aba78, net.minecraft.item.crafting.Ingredient@647b91e0, net.minecraft.item.crafting.Ingredient@13acb507, net.minecraft.item.crafting.Ingredient@2c1f1fd3, net.minecraft.item.crafting.Ingredient@13acb507]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6120 pneumaticcraft:turbine_rotor RecipeStage{tier='four', recipe=1xitem.turbine_rotor@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4f2d0a12, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@619d96f4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4f2d0a12, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4f2d0a12]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6122 pneumaticcraft:entity_tracker_upgrade RecipeStage{tier='four', recipe=1xitem.entity_tracker_upgrade@0:[net.minecraft.item.crafting.Ingredient@1df8d744, net.minecraft.item.crafting.Ingredient@31bbc048, net.minecraft.item.crafting.Ingredient@1df8d744, net.minecraft.item.crafting.Ingredient@31bbc048, net.minecraft.item.crafting.Ingredient@5f3da821, net.minecraft.item.crafting.Ingredient@31bbc048, net.minecraft.item.crafting.Ingredient@1df8d744, net.minecraft.item.crafting.Ingredient@31bbc048, net.minecraft.item.crafting.Ingredient@1df8d744]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6123 pneumaticcraft:universal_sensor RecipeStage{tier='four', recipe=1xtile.universal_sensor@0:[net.minecraftforge.oredict.OreIngredient@416e6f75, net.minecraftforge.oredict.OreIngredient@1f6fae82, net.minecraftforge.oredict.OreIngredient@416e6f75, net.minecraftforge.oredict.OreIngredient@1f6fae82, net.minecraftforge.oredict.OreIngredient@416e6f75, net.minecraftforge.oredict.OreIngredient@1f6fae82, net.minecraftforge.oredict.OreIngredient@416e6f75, net.minecraftforge.oredict.OreIngredient@7fb6780a, net.minecraftforge.oredict.OreIngredient@416e6f75]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6124 pneumaticcraft:advanced_air_compressor RecipeStage{tier='four', recipe=1xtile.advanced_air_compressor@0:[net.minecraftforge.oredict.OreIngredient@271438ab, net.minecraftforge.oredict.OreIngredient@271438ab, net.minecraftforge.oredict.OreIngredient@271438ab, net.minecraftforge.oredict.OreIngredient@271438ab, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1ca04c48, net.minecraftforge.oredict.OreIngredient@271438ab, net.minecraft.item.crafting.Ingredient@2b1193b4, net.minecraftforge.oredict.OreIngredient@271438ab]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6125 pneumaticcraft:pneumatic_wrench RecipeStage{tier='four', recipe=1xitem.pneumatic_wrench@0:[net.minecraftforge.oredict.OreIngredient@6bc8274, net.minecraftforge.oredict.OreIngredient@5bffc9e8, net.minecraftforge.oredict.OreIngredient@6bc8274, net.minecraft.item.crafting.Ingredient@3ddc54b5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6bc8274, net.minecraft.item.crafting.Ingredient@23adae47, net.minecraftforge.oredict.OreIngredient@6bc8274]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6126 pneumaticcraft:gun_ammo_freezing RecipeStage{tier='four', recipe=1xitem.gun_ammo_freezing@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7542d155, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5097d871, net.minecraft.item.crafting.Ingredient@79ec41a9, net.minecraftforge.oredict.OreIngredient@5097d871, net.minecraftforge.oredict.OreIngredient@5097d871, net.minecraft.item.crafting.Ingredient@79ec41a9, net.minecraftforge.oredict.OreIngredient@5097d871]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6127 pneumaticcraft:air_grate_module RecipeStage{tier='four', recipe=1xitem.air_grate_module@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@480c56b3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@480c56b3, net.minecraft.item.crafting.Ingredient@2ee5e582, net.minecraft.item.crafting.Ingredient@480c56b3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@480c56b3, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6128 pneumaticcraft:manometer RecipeStage{tier='four', recipe=1xitem.manometer@0:[net.minecraft.item.crafting.Ingredient@3b26c594, net.minecraft.item.crafting.Ingredient@398b51f8]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6129 pneumaticcraft:vortex_tube RecipeStage{tier='four', recipe=1xtile.vortex_tube@0:[net.minecraftforge.oredict.OreIngredient@42b36ee0, net.minecraft.item.crafting.Ingredient@29acbc25, net.minecraftforge.oredict.OreIngredient@42b36ee0, net.minecraftforge.oredict.OreIngredient@2183c19f, net.minecraft.item.crafting.Ingredient@29acbc25, net.minecraftforge.oredict.OreIngredient@2183c19f, net.minecraftforge.oredict.OreIngredient@42b36ee0, net.minecraftforge.oredict.OreIngredient@42b36ee0, net.minecraftforge.oredict.OreIngredient@42b36ee0]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6131 pneumaticcraft:pressure_gauge RecipeStage{tier='four', recipe=1xitem.pressure_gauge@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@12f669be, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@12f669be, net.minecraftforge.oredict.OreIngredient@50c207d5, net.minecraftforge.oredict.OreIngredient@12f669be, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@12f669be, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6132 pneumaticcraft:speed_upgrade RecipeStage{tier='four', recipe=1xitem.speed_upgrade@0:[net.minecraft.item.crafting.Ingredient@5c35b225, net.minecraft.item.crafting.Ingredient@6e1a7790, net.minecraft.item.crafting.Ingredient@5c35b225, net.minecraft.item.crafting.Ingredient@6e1a7790, me.desht.pneumaticcraft.common.recipes.factories.FluidIngredientFactory$FluidIngredient@33f16d57, net.minecraft.item.crafting.Ingredient@6e1a7790, net.minecraft.item.crafting.Ingredient@5c35b225, net.minecraft.item.crafting.Ingredient@6e1a7790, net.minecraft.item.crafting.Ingredient@5c35b225]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6133 pneumaticcraft:liquid_hopper RecipeStage{tier='two', recipe=1xtile.liquid_hopper@0:[net.minecraftforge.oredict.OreIngredient@c3b422b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@c3b422b, net.minecraftforge.oredict.OreIngredient@c3b422b, net.minecraft.item.crafting.Ingredient@59a08309, net.minecraftforge.oredict.OreIngredient@c3b422b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@c3b422b, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6134 pneumaticcraft:gun_ammo_potion RecipeStage{tier='four', recipe=1xitem.gun_ammo@0:[net.minecraft.item.crafting.Ingredient@77844b1a, net.minecraft.item.crafting.Ingredient@114b648e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6135 pneumaticcraft:pressure_chamber_valve_shapeless_x4 RecipeStage{tier='four', recipe=4xtile.pressure_chamber_valve@0:[net.minecraft.item.crafting.Ingredient@2892f230, net.minecraft.item.crafting.Ingredient@7753bfed, net.minecraft.item.crafting.Ingredient@483f9d88, net.minecraft.item.crafting.Ingredient@38da91de, net.minecraft.item.crafting.Ingredient@766e787]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6136 pneumaticcraft:advanced_pcb RecipeStage{tier='four', recipe=4xitem.advanced_pcb@0:[net.minecraft.item.crafting.Ingredient@41dfb20d, net.minecraftforge.oredict.OreIngredient@9e1cc1f, net.minecraft.item.crafting.Ingredient@41dfb20d, net.minecraftforge.oredict.OreIngredient@9e1cc1f, net.minecraft.item.crafting.Ingredient@6d709bc4, net.minecraftforge.oredict.OreIngredient@9e1cc1f, net.minecraft.item.crafting.Ingredient@41dfb20d, net.minecraftforge.oredict.OreIngredient@9e1cc1f, net.minecraft.item.crafting.Ingredient@41dfb20d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6137 pneumaticcraft:drone_from_logistic_drone RecipeStage{tier='four', recipe=1xitem.drone@0:[net.minecraft.item.crafting.Ingredient@24467942, net.minecraft.item.crafting.Ingredient@70ca6806]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6139 pneumaticcraft:network_component_v4 RecipeStage{tier='four', recipe=1xitem.network_component@0:[net.minecraftforge.oredict.OreIngredient@5e1f5ae2, net.minecraftforge.oredict.OreIngredient@5e1f5ae2, net.minecraftforge.oredict.OreIngredient@5e1f5ae2, net.minecraftforge.oredict.OreIngredient@5e1f5ae2, net.minecraftforge.oredict.OreIngredient@7cb49632, net.minecraftforge.oredict.OreIngredient@5e1f5ae2, net.minecraftforge.oredict.OreIngredient@5e1f5ae2, net.minecraftforge.oredict.OreIngredient@5e1f5ae2, net.minecraftforge.oredict.OreIngredient@5e1f5ae2]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6140 pneumaticcraft:logistic_frame_storage RecipeStage{tier='four', recipe=4xitem.logistic_frame_storage@0:[net.minecraftforge.oredict.OreIngredient@8cb3fe3, net.minecraftforge.oredict.OreIngredient@8cb3fe3, net.minecraftforge.oredict.OreIngredient@8cb3fe3, net.minecraftforge.oredict.OreIngredient@8cb3fe3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@8cb3fe3, net.minecraftforge.oredict.OreIngredient@8cb3fe3, net.minecraftforge.oredict.OreIngredient@8cb3fe3, net.minecraftforge.oredict.OreIngredient@8cb3fe3]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6141 pneumaticcraft:flow_detector_module RecipeStage{tier='four', recipe=1xitem.flow_detector_module@0:[net.minecraft.item.crafting.Ingredient@68cf9842, net.minecraft.item.crafting.Ingredient@68cf9842, net.minecraft.item.crafting.Ingredient@68cf9842, net.minecraft.item.crafting.Ingredient@68cf9842, net.minecraft.item.crafting.Ingredient@1314d0f2, net.minecraft.item.crafting.Ingredient@68cf9842, net.minecraft.item.crafting.Ingredient@68cf9842, net.minecraft.item.crafting.Ingredient@68cf9842, net.minecraft.item.crafting.Ingredient@68cf9842]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6142 pneumaticcraft:seismic_sensor RecipeStage{tier='four', recipe=1xitem.seismic_sensor@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@59cf2fb9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@58dbfa12, net.minecraft.item.crafting.Ingredient@5b1b1a6c, net.minecraftforge.oredict.OreIngredient@58dbfa12, net.minecraftforge.oredict.OreIngredient@58dbfa12, net.minecraft.item.crafting.Ingredient@20ebdd2d, net.minecraftforge.oredict.OreIngredient@58dbfa12]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6143 pneumaticcraft:crop_support RecipeStage{tier='four', recipe=16xitem.crop_support@0:[net.minecraftforge.oredict.OreIngredient@5c8fa086, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5c8fa086, net.minecraftforge.oredict.OreIngredient@5c8fa086, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5c8fa086]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6144 pneumaticcraft:harvesting_drone RecipeStage{tier='four', recipe=1xitem.harvesting_drone@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4f02c493, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4f02c493, net.minecraftforge.oredict.OreIngredient@409442c, net.minecraft.item.crafting.Ingredient@4f02c493, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4f02c493, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6145 pneumaticcraft:pressure_chamber_valve RecipeStage{tier='four', recipe=16xtile.pressure_chamber_valve@0:[net.minecraftforge.oredict.OreIngredient@46a1192f, net.minecraftforge.oredict.OreIngredient@46a1192f, net.minecraftforge.oredict.OreIngredient@46a1192f, net.minecraftforge.oredict.OreIngredient@46a1192f, net.minecraft.item.crafting.Ingredient@48b43f1d, net.minecraftforge.oredict.OreIngredient@46a1192f, net.minecraftforge.oredict.OreIngredient@46a1192f, net.minecraftforge.oredict.OreIngredient@46a1192f, net.minecraftforge.oredict.OreIngredient@46a1192f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6146 pneumaticcraft:gun_ammo_ap RecipeStage{tier='four', recipe=1xitem.gun_ammo_ap@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@43f647a5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@42d29bde, net.minecraftforge.oredict.OreIngredient@82d46f1, net.minecraftforge.oredict.OreIngredient@42d29bde, net.minecraftforge.oredict.OreIngredient@42d29bde, net.minecraftforge.oredict.OreIngredient@82d46f1, net.minecraftforge.oredict.OreIngredient@42d29bde]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6147 pneumaticcraft:gas_lift RecipeStage{tier='four', recipe=1xtile.gas_lift@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@662f580c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@662f580c, net.minecraftforge.oredict.OreIngredient@4895a82, net.minecraft.item.crafting.Ingredient@662f580c, net.minecraftforge.oredict.OreIngredient@42903798, net.minecraftforge.oredict.OreIngredient@42903798, net.minecraftforge.oredict.OreIngredient@42903798]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6148 pneumaticcraft:heat_sink RecipeStage{tier='four', recipe=1xtile.heat_sink@0:[net.minecraft.item.crafting.Ingredient@1092b436, net.minecraft.item.crafting.Ingredient@1092b436, net.minecraft.item.crafting.Ingredient@1092b436, net.minecraftforge.oredict.OreIngredient@2d9a27d9, net.minecraftforge.oredict.OreIngredient@7c519fe6, net.minecraftforge.oredict.OreIngredient@2d9a27d9]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6149 pneumaticcraft:advanced_liquid_compressor RecipeStage{tier='four', recipe=1xtile.advanced_liquid_compressor@0:[net.minecraftforge.oredict.OreIngredient@2358a37d, net.minecraftforge.oredict.OreIngredient@2358a37d, net.minecraftforge.oredict.OreIngredient@2358a37d, net.minecraftforge.oredict.OreIngredient@2358a37d, net.minecraft.item.crafting.Ingredient@4f8ce524, net.minecraft.item.crafting.Ingredient@1749414d, net.minecraftforge.oredict.OreIngredient@2358a37d, net.minecraft.item.crafting.Ingredient@4f779115, net.minecraftforge.oredict.OreIngredient@2358a37d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6151 pneumaticcraft:pneumatic_boots RecipeStage{tier='four', recipe=1xitem.pneumatic_boots@0:[net.minecraft.item.crafting.Ingredient@1ffcba39, net.minecraft.item.crafting.Ingredient@29a8d0a2, net.minecraft.item.crafting.Ingredient@1ffcba39, net.minecraft.item.crafting.Ingredient@1ffcba39, net.minecraft.item.crafting.Ingredient@65e162a9, net.minecraft.item.crafting.Ingredient@1ffcba39]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6153 pneumaticcraft:logistic_frame_requester RecipeStage{tier='four', recipe=4xitem.logistic_frame_requester@0:[net.minecraftforge.oredict.OreIngredient@dbbf784, net.minecraftforge.oredict.OreIngredient@dbbf784, net.minecraftforge.oredict.OreIngredient@dbbf784, net.minecraftforge.oredict.OreIngredient@dbbf784, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@dbbf784, net.minecraftforge.oredict.OreIngredient@dbbf784, net.minecraftforge.oredict.OreIngredient@dbbf784, net.minecraftforge.oredict.OreIngredient@dbbf784]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6154 pneumaticcraft:elevator_caller_v2 RecipeStage{tier='four', recipe=1xtile.elevator_caller@0:[net.minecraftforge.oredict.OreIngredient@543763ca, net.minecraftforge.oredict.OreIngredient@6885fc12, net.minecraftforge.oredict.OreIngredient@543763ca, net.minecraftforge.oredict.OreIngredient@6885fc12, net.minecraft.item.crafting.Ingredient@374d8471, net.minecraftforge.oredict.OreIngredient@6885fc12, net.minecraftforge.oredict.OreIngredient@543763ca, net.minecraftforge.oredict.OreIngredient@6885fc12, net.minecraftforge.oredict.OreIngredient@543763ca]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6155 pneumaticcraft:gun_ammo_incendiary RecipeStage{tier='four', recipe=1xitem.gun_ammo_incendiary@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1c556548, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@538fc144, net.minecraft.item.crafting.Ingredient@4b841e59, net.minecraftforge.oredict.OreIngredient@538fc144, net.minecraftforge.oredict.OreIngredient@538fc144, net.minecraft.item.crafting.Ingredient@4b841e59, net.minecraftforge.oredict.OreIngredient@538fc144]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6156 pneumaticcraft:programmable_controller RecipeStage{tier='four', recipe=1xtile.programmable_controller@0:[net.minecraftforge.oredict.OreIngredient@2167eedf, net.minecraft.item.crafting.Ingredient@7e4d60b6, net.minecraftforge.oredict.OreIngredient@2167eedf, net.minecraft.item.crafting.Ingredient@274197c2, net.minecraft.item.crafting.Ingredient@10ba9453, net.minecraft.item.crafting.Ingredient@520c7c1f, net.minecraftforge.oredict.OreIngredient@2167eedf, net.minecraft.item.crafting.Ingredient@343a6295, net.minecraftforge.oredict.OreIngredient@2167eedf]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6157 pneumaticcraft:regulator_tube_module RecipeStage{tier='four', recipe=1xitem.regulator_tube_module@0:[net.minecraft.item.crafting.Ingredient@22f4eba2, net.minecraft.item.crafting.Ingredient@4d97471f, net.minecraft.item.crafting.Ingredient@22f4eba2]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6159 pneumaticcraft:coordinate_tracker_upgrade RecipeStage{tier='four', recipe=1xitem.coordinate_tracker_upgrade@0:[net.minecraft.item.crafting.Ingredient@21dd972c, net.minecraft.item.crafting.Ingredient@79d84ac6, net.minecraft.item.crafting.Ingredient@21dd972c, net.minecraft.item.crafting.Ingredient@79d84ac6, net.minecraft.item.crafting.Ingredient@3e9cb172, net.minecraft.item.crafting.Ingredient@79d84ac6, net.minecraft.item.crafting.Ingredient@21dd972c, net.minecraft.item.crafting.Ingredient@79d84ac6, net.minecraft.item.crafting.Ingredient@21dd972c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6161 pneumaticcraft:drone_from_harvesting_drone RecipeStage{tier='four', recipe=1xitem.drone@0:[net.minecraft.item.crafting.Ingredient@25088049, net.minecraft.item.crafting.Ingredient@39adc7f2]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6162 pneumaticcraft:vortex_cannon RecipeStage{tier='four', recipe=1xitem.vortex_cannon@0:[net.minecraftforge.oredict.OreIngredient@1f5babbb, net.minecraftforge.oredict.OreIngredient@36eee7ed, net.minecraftforge.oredict.OreIngredient@1f5babbb, net.minecraft.item.crafting.Ingredient@6ac0b554, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1f5babbb, net.minecraft.item.crafting.Ingredient@9f268ee, net.minecraftforge.oredict.OreIngredient@1f5babbb]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6163 pneumaticcraft:vacuum_pump RecipeStage{tier='four', recipe=1xtile.vacuum_pump@0:[net.minecraft.item.crafting.Ingredient@403d596b, net.minecraft.item.crafting.Ingredient@7f0c844b, net.minecraft.item.crafting.Ingredient@403d596b, net.minecraft.item.crafting.Ingredient@3c4aa816, net.minecraft.item.crafting.Ingredient@7f0c844b, net.minecraft.item.crafting.Ingredient@3c4aa816, net.minecraft.item.crafting.Ingredient@2191c6a5, net.minecraft.item.crafting.Ingredient@2191c6a5, net.minecraft.item.crafting.Ingredient@2191c6a5]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6164 pneumaticcraft:logistic_frame_default_storage RecipeStage{tier='four', recipe=4xitem.logistic_frame_default_storage@0:[net.minecraftforge.oredict.OreIngredient@373c0a99, net.minecraftforge.oredict.OreIngredient@373c0a99, net.minecraftforge.oredict.OreIngredient@373c0a99, net.minecraftforge.oredict.OreIngredient@373c0a99, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@373c0a99, net.minecraftforge.oredict.OreIngredient@373c0a99, net.minecraftforge.oredict.OreIngredient@373c0a99, net.minecraftforge.oredict.OreIngredient@373c0a99]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6165 pneumaticcraft:assembly_program RecipeStage{tier='four', recipe=1xitem.assembly_program@2:[net.minecraft.item.crafting.Ingredient@ffca730, net.minecraft.item.crafting.Ingredient@dcc8431]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6167 pneumaticcraft:pneumatic_chestplate RecipeStage{tier='four', recipe=1xitem.pneumatic_chestplate@0:[net.minecraft.item.crafting.Ingredient@22973779, net.minecraft.item.crafting.Ingredient@1b18e404, net.minecraft.item.crafting.Ingredient@22973779, net.minecraft.item.crafting.Ingredient@22973779, net.minecraft.item.crafting.Ingredient@2898216c, net.minecraft.item.crafting.Ingredient@22973779, net.minecraft.item.crafting.Ingredient@22973779, net.minecraft.item.crafting.Ingredient@22973779, net.minecraft.item.crafting.Ingredient@22973779]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6168 pneumaticcraft:network_component_v2 RecipeStage{tier='four', recipe=1xitem.network_component@3:[net.minecraft.item.crafting.Ingredient@35acffe2, net.minecraft.item.crafting.Ingredient@35acffe2, net.minecraft.item.crafting.Ingredient@35acffe2, net.minecraft.item.crafting.Ingredient@35acffe2, net.minecraftforge.oredict.OreIngredient@6aea77e5, net.minecraft.item.crafting.Ingredient@35acffe2, net.minecraft.item.crafting.Ingredient@35acffe2, net.minecraft.item.crafting.Ingredient@35acffe2, net.minecraft.item.crafting.Ingredient@35acffe2]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6169 pneumaticcraft:charging_module RecipeStage{tier='four', recipe=1xitem.charging_module@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@19184009, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@19184009, net.minecraft.item.crafting.Ingredient@b2f4b6a, net.minecraft.item.crafting.Ingredient@19184009, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@19184009, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6170 pneumaticcraft:search_upgrade RecipeStage{tier='four', recipe=1xitem.search_upgrade@0:[net.minecraft.item.crafting.Ingredient@51e8dfb1, net.minecraft.item.crafting.Ingredient@6a5e7091, net.minecraft.item.crafting.Ingredient@51e8dfb1, net.minecraft.item.crafting.Ingredient@6a5e7091, net.minecraft.item.crafting.Ingredient@517eca56, net.minecraft.item.crafting.Ingredient@6a5e7091, net.minecraft.item.crafting.Ingredient@51e8dfb1, net.minecraft.item.crafting.Ingredient@6a5e7091, net.minecraft.item.crafting.Ingredient@51e8dfb1]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6172 pneumaticcraft:camo_applicator RecipeStage{tier='four', recipe=1xitem.camo_applicator@0:[net.minecraftforge.oredict.OreIngredient@ebda675, net.minecraftforge.oredict.OreIngredient@5990fb70, net.minecraftforge.oredict.OreIngredient@ebda675, net.minecraft.item.crafting.Ingredient@237e68ee, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@ebda675, net.minecraft.item.crafting.Ingredient@595a9471, net.minecraftforge.oredict.OreIngredient@ebda675]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6173 pneumaticcraft:network_component_v3 RecipeStage{tier='four', recipe=1xitem.network_component@4:[net.minecraftforge.oredict.OreIngredient@225b2e25, net.minecraftforge.oredict.OreIngredient@225b2e25, net.minecraftforge.oredict.OreIngredient@225b2e25, net.minecraftforge.oredict.OreIngredient@225b2e25, net.minecraftforge.oredict.OreIngredient@4ed43114, net.minecraftforge.oredict.OreIngredient@225b2e25, net.minecraftforge.oredict.OreIngredient@225b2e25, net.minecraftforge.oredict.OreIngredient@225b2e25, net.minecraftforge.oredict.OreIngredient@225b2e25]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6174 pneumaticcraft:gun_ammo_weighted RecipeStage{tier='four', recipe=1xitem.gun_ammo_weighted@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3215d5ce, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7eed633a, net.minecraftforge.oredict.OreIngredient@61499ea0, net.minecraftforge.oredict.OreIngredient@7eed633a, net.minecraftforge.oredict.OreIngredient@7eed633a, net.minecraftforge.oredict.OreIngredient@f651814, net.minecraftforge.oredict.OreIngredient@7eed633a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6175 pneumaticcraft:pneumatic_cylinder RecipeStage{tier='four', recipe=2xitem.pneumatic_cylinder@0:[net.minecraftforge.oredict.OreIngredient@cb06852, net.minecraftforge.oredict.OreIngredient@13616b81, net.minecraftforge.oredict.OreIngredient@cb06852, net.minecraftforge.oredict.OreIngredient@cb06852, net.minecraftforge.oredict.OreIngredient@13616b81, net.minecraftforge.oredict.OreIngredient@cb06852, net.minecraftforge.oredict.OreIngredient@cb06852, net.minecraft.item.crafting.Ingredient@f4d18d8, net.minecraftforge.oredict.OreIngredient@cb06852]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6176 pneumaticcraft:network_component RecipeStage{tier='four', recipe=16xitem.network_component@5:[net.minecraft.item.crafting.Ingredient@f9ab874, net.minecraft.item.crafting.Ingredient@f9ab874, net.minecraft.item.crafting.Ingredient@f9ab874, net.minecraft.item.crafting.Ingredient@f9ab874, net.minecraftforge.oredict.OreIngredient@5bdbf18d, net.minecraft.item.crafting.Ingredient@f9ab874, net.minecraft.item.crafting.Ingredient@f9ab874, net.minecraft.item.crafting.Ingredient@f9ab874, net.minecraft.item.crafting.Ingredient@f9ab874]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6180 pneumaticcraft:block_tracker_upgrade RecipeStage{tier='four', recipe=1xitem.block_tracker_upgrade@0:[net.minecraft.item.crafting.Ingredient@21fef282, net.minecraft.item.crafting.Ingredient@795adeb5, net.minecraft.item.crafting.Ingredient@21fef282, net.minecraft.item.crafting.Ingredient@795adeb5, net.minecraft.item.crafting.Ingredient@417f383b, net.minecraft.item.crafting.Ingredient@795adeb5, net.minecraft.item.crafting.Ingredient@21fef282, net.minecraft.item.crafting.Ingredient@795adeb5, net.minecraft.item.crafting.Ingredient@21fef282]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6181 pneumaticcraft:range_upgrade RecipeStage{tier='four', recipe=1xitem.range_upgrade@0:[net.minecraft.item.crafting.Ingredient@6a1076f, net.minecraft.item.crafting.Ingredient@c96981d, net.minecraft.item.crafting.Ingredient@6a1076f, net.minecraft.item.crafting.Ingredient@c96981d, net.minecraft.item.crafting.Ingredient@254a67b4, net.minecraft.item.crafting.Ingredient@c96981d, net.minecraft.item.crafting.Ingredient@6a1076f, net.minecraft.item.crafting.Ingredient@c96981d, net.minecraft.item.crafting.Ingredient@6a1076f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6182 pneumaticcraft:assembly_platform RecipeStage{tier='four', recipe=1xtile.assembly_platform@0:[net.minecraft.item.crafting.Ingredient@14813ae, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@14813ae, net.minecraftforge.oredict.OreIngredient@4c23539d, net.minecraftforge.oredict.OreIngredient@4c23539d, net.minecraftforge.oredict.OreIngredient@4c23539d, net.minecraftforge.oredict.OreIngredient@7a85abdb, net.minecraft.item.crafting.Ingredient@5bb8c41, net.minecraftforge.oredict.OreIngredient@7a85abdb]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6183 pneumaticcraft:network_component_v6 RecipeStage{tier='four', recipe=1xitem.network_component@2:[net.minecraftforge.oredict.OreIngredient@2ad440bb, net.minecraftforge.oredict.OreIngredient@2ad440bb, net.minecraftforge.oredict.OreIngredient@2ad440bb, net.minecraftforge.oredict.OreIngredient@2ad440bb, net.minecraftforge.oredict.OreIngredient@63f4edb0, net.minecraftforge.oredict.OreIngredient@2ad440bb, net.minecraftforge.oredict.OreIngredient@2ad440bb, net.minecraftforge.oredict.OreIngredient@2ad440bb, net.minecraftforge.oredict.OreIngredient@2ad440bb]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6186 pneumaticcraft:sentry_turret RecipeStage{tier='four', recipe=1xtile.sentry_turret@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3e69ce93, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6ad62273, net.minecraftforge.oredict.OreIngredient@54253634, net.minecraftforge.oredict.OreIngredient@6ad62273, net.minecraftforge.oredict.OreIngredient@54253634, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@54253634]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6188 pneumaticcraft:night_vision_upgrade RecipeStage{tier='four', recipe=1xitem.night_vision_upgrade@0:[net.minecraft.item.crafting.Ingredient@258cd109, net.minecraftforge.common.crafting.IngredientNBT@3fb80e0c, net.minecraft.item.crafting.Ingredient@258cd109, net.minecraft.item.crafting.Ingredient@442ff982, net.minecraftforge.common.crafting.IngredientNBT@3fb80e0c, net.minecraft.item.crafting.Ingredient@442ff982, net.minecraft.item.crafting.Ingredient@258cd109, net.minecraftforge.common.crafting.IngredientNBT@3fb80e0c, net.minecraft.item.crafting.Ingredient@258cd109]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6189 pneumaticcraft:charging_upgrade RecipeStage{tier='four', recipe=1xitem.charging_upgrade@0:[net.minecraft.item.crafting.Ingredient@2d7bbb09, net.minecraft.item.crafting.Ingredient@104547cf, net.minecraft.item.crafting.Ingredient@2d7bbb09, net.minecraft.item.crafting.Ingredient@104547cf, net.minecraft.item.crafting.Ingredient@56dad137, net.minecraft.item.crafting.Ingredient@104547cf, net.minecraft.item.crafting.Ingredient@2d7bbb09, net.minecraft.item.crafting.Ingredient@104547cf, net.minecraft.item.crafting.Ingredient@2d7bbb09]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6190 pneumaticcraft:pneumatic_helmet RecipeStage{tier='four', recipe=1xitem.pneumatic_helmet@0:[net.minecraft.item.crafting.Ingredient@18281e0d, net.minecraft.item.crafting.Ingredient@330c319, net.minecraft.item.crafting.Ingredient@18281e0d, net.minecraft.item.crafting.Ingredient@18281e0d, net.minecraft.item.crafting.Ingredient@1e2e6c5, net.minecraft.item.crafting.Ingredient@18281e0d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6191 pneumaticcraft:omnidirectional_hopper RecipeStage{tier='four', recipe=1xtile.omnidirectional_hopper@0:[net.minecraftforge.oredict.OreIngredient@6bf4223b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6bf4223b, net.minecraftforge.oredict.OreIngredient@6bf4223b, net.minecraftforge.oredict.OreIngredient@785b80a3, net.minecraftforge.oredict.OreIngredient@6bf4223b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6bf4223b, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6194 pneumaticcraft:thermal_compressor RecipeStage{tier='four', recipe=1xtile.thermal_compressor@0:[net.minecraftforge.oredict.OreIngredient@2712eaf, net.minecraft.item.crafting.Ingredient@59dfae79, net.minecraftforge.oredict.OreIngredient@2712eaf, net.minecraft.item.crafting.Ingredient@46a444e, net.minecraft.item.crafting.Ingredient@2e01b08d, net.minecraft.item.crafting.Ingredient@46a444e, net.minecraftforge.oredict.OreIngredient@2712eaf, net.minecraft.item.crafting.Ingredient@59dfae79, net.minecraftforge.oredict.OreIngredient@2712eaf]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6196 pneumaticcraft:logistic_frame_active_provider RecipeStage{tier='four', recipe=4xitem.logistic_frame_active_provider@0:[net.minecraftforge.oredict.OreIngredient@1ae9e70, net.minecraftforge.oredict.OreIngredient@1ae9e70, net.minecraftforge.oredict.OreIngredient@1ae9e70, net.minecraftforge.oredict.OreIngredient@1ae9e70, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1ae9e70, net.minecraftforge.oredict.OreIngredient@1ae9e70, net.minecraftforge.oredict.OreIngredient@1ae9e70, net.minecraftforge.oredict.OreIngredient@1ae9e70]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6197 pneumaticcraft:redstone_module RecipeStage{tier='four', recipe=1xitem.redstone_module@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@14332fe9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5ea6ad06, net.minecraft.item.crafting.Ingredient@c2fd0c1, net.minecraft.item.crafting.Ingredient@5ea6ad06]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6198 pneumaticcraft:item_life_upgrade RecipeStage{tier='four', recipe=1xitem.item_life_upgrade@0:[net.minecraft.item.crafting.Ingredient@6c811a41, net.minecraft.item.crafting.Ingredient@452a244e, net.minecraft.item.crafting.Ingredient@6c811a41, net.minecraft.item.crafting.Ingredient@452a244e, net.minecraft.item.crafting.Ingredient@3d17f3e5, net.minecraft.item.crafting.Ingredient@452a244e, net.minecraft.item.crafting.Ingredient@6c811a41, net.minecraft.item.crafting.Ingredient@452a244e, net.minecraft.item.crafting.Ingredient@6c811a41]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6200 pneumaticcraft:aerial_interface RecipeStage{tier='four', recipe=1xtile.aerial_interface@0:[net.minecraft.item.crafting.Ingredient@3a8eec11, net.minecraft.item.crafting.Ingredient@1bc80b82, net.minecraft.item.crafting.Ingredient@3a8eec11, net.minecraft.item.crafting.Ingredient@b23408e, net.minecraft.item.crafting.Ingredient@6c19bfd5, net.minecraft.item.crafting.Ingredient@b23408e, net.minecraft.item.crafting.Ingredient@3a8eec11, net.minecraft.item.crafting.Ingredient@49ca2118, net.minecraft.item.crafting.Ingredient@3a8eec11]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6202 pneumaticcraft:logistics_module_v1 RecipeStage{tier='four', recipe=1xitem.logistics_module@0:[net.minecraftforge.oredict.OreIngredient@63d01ef2, net.minecraftforge.oredict.OreIngredient@36a7192a, net.minecraftforge.oredict.OreIngredient@63d01ef2, net.minecraftforge.oredict.OreIngredient@36a7192a, net.minecraft.item.crafting.Ingredient@39826cc6, net.minecraftforge.oredict.OreIngredient@36a7192a, net.minecraftforge.oredict.OreIngredient@63d01ef2, net.minecraftforge.oredict.OreIngredient@36a7192a, net.minecraftforge.oredict.OreIngredient@63d01ef2]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6203 pneumaticcraft:pneumatic_door_base RecipeStage{tier='four', recipe=1xtile.pneumatic_door_base@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7fac9c53, net.minecraftforge.oredict.OreIngredient@726ad981, net.minecraftforge.oredict.OreIngredient@726ad981, net.minecraftforge.oredict.OreIngredient@726ad981, net.minecraft.item.crafting.Ingredient@20c18056, net.minecraftforge.oredict.OreIngredient@726ad981, net.minecraftforge.oredict.OreIngredient@726ad981, net.minecraftforge.oredict.OreIngredient@726ad981]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6204 pneumaticcraft:uv_light_box RecipeStage{tier='four', recipe=1xtile.uv_light_box@0:[net.minecraft.item.crafting.Ingredient@28c944d9, net.minecraft.item.crafting.Ingredient@28c944d9, net.minecraft.item.crafting.Ingredient@28c944d9, net.minecraftforge.oredict.OreIngredient@160b3144, net.minecraft.item.crafting.Ingredient@2709514d, net.minecraft.item.crafting.Ingredient@1f6940cb, net.minecraftforge.oredict.OreIngredient@160b3144, net.minecraftforge.oredict.OreIngredient@160b3144, net.minecraftforge.oredict.OreIngredient@160b3144]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6205 pneumaticcraft:pressure_gauge_module RecipeStage{tier='four', recipe=1xitem.pressure_gauge_module@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@475ed86e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3b99675a, net.minecraft.item.crafting.Ingredient@3dde6e2a, net.minecraftforge.oredict.OreIngredient@3b99675a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6206 pneumaticcraft:pneumatic_leggings RecipeStage{tier='four', recipe=1xitem.pneumatic_leggings@0:[net.minecraft.item.crafting.Ingredient@73a7901f, net.minecraft.item.crafting.Ingredient@46675250, net.minecraft.item.crafting.Ingredient@73a7901f, net.minecraft.item.crafting.Ingredient@73a7901f, net.minecraft.item.crafting.Ingredient@1687a7f4, net.minecraft.item.crafting.Ingredient@73a7901f, net.minecraftforge.oredict.OreIngredient@31f095a2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@31f095a2]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6208 pneumaticcraft:dispenser_upgrade RecipeStage{tier='four', recipe=1xitem.dispenser_upgrade@0:[net.minecraft.item.crafting.Ingredient@1d1ab4b9, net.minecraft.item.crafting.Ingredient@38ef9661, net.minecraft.item.crafting.Ingredient@1d1ab4b9, net.minecraft.item.crafting.Ingredient@38ef9661, net.minecraft.item.crafting.Ingredient@16d87ef4, net.minecraft.item.crafting.Ingredient@38ef9661, net.minecraft.item.crafting.Ingredient@1d1ab4b9, net.minecraft.item.crafting.Ingredient@38ef9661, net.minecraft.item.crafting.Ingredient@1d1ab4b9]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6209 pneumaticcraft:amadron_tablet RecipeStage{tier='four', recipe=1xitem.amadron_tablet@0:[net.minecraftforge.oredict.OreIngredient@e78967f, net.minecraftforge.oredict.OreIngredient@e78967f, net.minecraftforge.oredict.OreIngredient@e78967f, net.minecraftforge.oredict.OreIngredient@e78967f, net.minecraft.item.crafting.Ingredient@c5ef675, net.minecraftforge.oredict.OreIngredient@e78967f, net.minecraftforge.oredict.OreIngredient@e78967f, net.minecraft.item.crafting.Ingredient@3289b64d, net.minecraftforge.oredict.OreIngredient@e78967f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6210 pneumaticcraft:spawner_agitator RecipeStage{tier='four', recipe=1xitem.spawner_agitator@0:[net.minecraftforge.oredict.OreIngredient@7ee3c30d, net.minecraftforge.oredict.OreIngredient@7ee3c30d, net.minecraftforge.oredict.OreIngredient@7ee3c30d, net.minecraftforge.oredict.OreIngredient@7ee3c30d, net.minecraft.item.crafting.Ingredient@7ed5ec41, net.minecraftforge.oredict.OreIngredient@7ee3c30d, net.minecraftforge.oredict.OreIngredient@7ee3c30d, net.minecraftforge.oredict.OreIngredient@7ee3c30d, net.minecraftforge.oredict.OreIngredient@7ee3c30d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6212 pneumaticcraft:logistic_frame_passive_provider RecipeStage{tier='four', recipe=4xitem.logistic_frame_passive_provider@0:[net.minecraftforge.oredict.OreIngredient@14631f60, net.minecraftforge.oredict.OreIngredient@14631f60, net.minecraftforge.oredict.OreIngredient@14631f60, net.minecraftforge.oredict.OreIngredient@14631f60, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@14631f60, net.minecraftforge.oredict.OreIngredient@14631f60, net.minecraftforge.oredict.OreIngredient@14631f60, net.minecraftforge.oredict.OreIngredient@14631f60]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6214 pneumaticcraft:magnet_upgrade RecipeStage{tier='four', recipe=1xitem.magnet_upgrade@0:[net.minecraft.item.crafting.Ingredient@4175d14e, net.minecraftforge.oredict.OreIngredient@71929940, net.minecraft.item.crafting.Ingredient@4175d14e, net.minecraftforge.oredict.OreIngredient@71929940, net.minecraftforge.oredict.OreIngredient@622b9494, net.minecraftforge.oredict.OreIngredient@71929940, net.minecraft.item.crafting.Ingredient@4175d14e, net.minecraftforge.oredict.OreIngredient@71929940, net.minecraft.item.crafting.Ingredient@4175d14e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6215 pneumaticcraft:elevator_frame RecipeStage{tier='four', recipe=4xtile.elevator_frame@0:[net.minecraftforge.oredict.OreIngredient@46f4d10f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@46f4d10f, net.minecraftforge.oredict.OreIngredient@46f4d10f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@46f4d10f, net.minecraftforge.oredict.OreIngredient@46f4d10f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@46f4d10f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6216 pneumaticcraft:plastic_mixer RecipeStage{tier='four', recipe=1xtile.plastic_mixer@0:[net.minecraftforge.oredict.OreIngredient@1e07001d, net.minecraftforge.oredict.OreIngredient@209d75f4, net.minecraftforge.oredict.OreIngredient@1e07001d, net.minecraftforge.oredict.OreIngredient@209d75f4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@209d75f4, net.minecraftforge.oredict.OreIngredient@1e07001d, net.minecraftforge.oredict.OreIngredient@1e07001d, net.minecraftforge.oredict.OreIngredient@1e07001d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6217 pneumaticcraft:programmer RecipeStage{tier='four', recipe=1xtile.programmer@0:[net.minecraftforge.oredict.OreIngredient@4c04f951, net.minecraftforge.oredict.OreIngredient@482df825, net.minecraftforge.oredict.OreIngredient@4c04f951, net.minecraft.item.crafting.Ingredient@3a5077a5, net.minecraft.item.crafting.Ingredient@1bf827, net.minecraft.item.crafting.Ingredient@3a5077a5, net.minecraftforge.oredict.OreIngredient@4c04f951, net.minecraftforge.oredict.OreIngredient@4c04f951, net.minecraftforge.oredict.OreIngredient@4c04f951]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6218 pneumaticcraft:network_component_v5 RecipeStage{tier='four', recipe=1xitem.network_component@1:[net.minecraftforge.oredict.OreIngredient@7af748e8, net.minecraftforge.oredict.OreIngredient@7af748e8, net.minecraftforge.oredict.OreIngredient@7af748e8, net.minecraftforge.oredict.OreIngredient@7af748e8, net.minecraftforge.oredict.OreIngredient@663bce43, net.minecraftforge.oredict.OreIngredient@7af748e8, net.minecraftforge.oredict.OreIngredient@7af748e8, net.minecraftforge.oredict.OreIngredient@7af748e8, net.minecraftforge.oredict.OreIngredient@7af748e8]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6219 pneumaticcraft:gun_ammo_lingering_potion RecipeStage{tier='four', recipe=1xitem.gun_ammo@0:[net.minecraft.item.crafting.Ingredient@1e1daf0d, net.minecraft.item.crafting.Ingredient@550ed8ab]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6220 pneumaticcraft:air_compressor RecipeStage{tier='four', recipe=1xtile.air_compressor@0:[net.minecraftforge.oredict.OreIngredient@312ff781, net.minecraftforge.oredict.OreIngredient@312ff781, net.minecraftforge.oredict.OreIngredient@312ff781, net.minecraftforge.oredict.OreIngredient@312ff781, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3e9dde65, net.minecraftforge.oredict.OreIngredient@312ff781, net.minecraft.item.crafting.Ingredient@57251834, net.minecraftforge.oredict.OreIngredient@312ff781]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6221 pneumaticcraft:air_canister RecipeStage{tier='four', recipe=1xitem.air_canister@30000:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@35341425, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3ca1c921, net.minecraft.item.crafting.Ingredient@19c2316d, net.minecraftforge.oredict.OreIngredient@3ca1c921, net.minecraftforge.oredict.OreIngredient@3ca1c921, net.minecraft.item.crafting.Ingredient@19c2316d, net.minecraftforge.oredict.OreIngredient@3ca1c921]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6223 pneumaticcraft:stone_base RecipeStage{tier='four', recipe=1xitem.stone_base@0:[net.minecraftforge.oredict.OreIngredient@3d2f8c3e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3d2f8c3e, net.minecraftforge.oredict.OreIngredient@3d2f8c3e, net.minecraft.item.crafting.Ingredient@6ddb6e68, net.minecraftforge.oredict.OreIngredient@3d2f8c3e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6225 pneumaticcraft:cannon_barrel RecipeStage{tier='four', recipe=1xitem.cannon_barrel@0:[net.minecraftforge.oredict.OreIngredient@77fdc30f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@77fdc30f, net.minecraftforge.oredict.OreIngredient@77fdc30f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@77fdc30f, net.minecraft.item.crafting.Ingredient@7d3fc33a, net.minecraftforge.oredict.OreIngredient@77fdc30f, net.minecraftforge.oredict.OreIngredient@77fdc30f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6226 pneumaticcraft:heat_frame RecipeStage{tier='four', recipe=1xitem.heat_frame@0:[net.minecraftforge.oredict.OreIngredient@1e58d45b, net.minecraftforge.oredict.OreIngredient@1e58d45b, net.minecraftforge.oredict.OreIngredient@1e58d45b, net.minecraftforge.oredict.OreIngredient@1e58d45b, net.minecraft.item.crafting.Ingredient@3cce6ec0, net.minecraftforge.oredict.OreIngredient@1e58d45b, net.minecraftforge.oredict.OreIngredient@1e58d45b, net.minecraftforge.oredict.OreIngredient@1e58d45b, net.minecraftforge.oredict.OreIngredient@1e58d45b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6227 pneumaticcraft:pressure_chamber_valve_shapeless_x1 RecipeStage{tier='four', recipe=1xtile.pressure_chamber_valve@0:[net.minecraft.item.crafting.Ingredient@649e2f4f, net.minecraft.item.crafting.Ingredient@10d5bc73]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6228 pneumaticcraft:remote RecipeStage{tier='four', recipe=1xitem.remote@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7fa1135d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@32bfbd7, net.minecraft.item.crafting.Ingredient@11596a9c, net.minecraft.item.crafting.Ingredient@32bfbd7, net.minecraft.item.crafting.Ingredient@32bfbd7, net.minecraft.item.crafting.Ingredient@97f6484, net.minecraft.item.crafting.Ingredient@32bfbd7]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6229 pneumaticcraft:micromissiles RecipeStage{tier='four', recipe=1xitem.micromissiles@0:[net.minecraftforge.oredict.OreIngredient@595ce67d, net.minecraft.item.crafting.Ingredient@48445d60, net.minecraftforge.oredict.OreIngredient@595ce67d, net.minecraftforge.oredict.OreIngredient@12c29114, net.minecraft.item.crafting.Ingredient@28493a66, net.minecraftforge.oredict.OreIngredient@12c29114, net.minecraftforge.oredict.OreIngredient@595ce67d, net.minecraft.item.crafting.Ingredient@4e082f4d, net.minecraftforge.oredict.OreIngredient@595ce67d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6230 pneumaticcraft:elevator_base_v2 RecipeStage{tier='four', recipe=4xtile.elevator_base@0:[net.minecraftforge.oredict.OreIngredient@741a13f7, net.minecraft.item.crafting.Ingredient@4ec6c434, net.minecraft.item.crafting.Ingredient@4ec6c434, net.minecraftforge.oredict.OreIngredient@741a13f7]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6231 pneumaticcraft:logistics_module_v2 RecipeStage{tier='four', recipe=1xitem.logistics_module@0:[net.minecraftforge.oredict.OreIngredient@5907dcd7, net.minecraftforge.oredict.OreIngredient@63b0a4b0, net.minecraftforge.oredict.OreIngredient@5907dcd7, net.minecraftforge.oredict.OreIngredient@63b0a4b0, net.minecraft.item.crafting.Ingredient@57f880e0, net.minecraftforge.oredict.OreIngredient@63b0a4b0, net.minecraftforge.oredict.OreIngredient@5907dcd7, net.minecraftforge.oredict.OreIngredient@63b0a4b0, net.minecraftforge.oredict.OreIngredient@5907dcd7]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6232 pneumaticcraft:reinforced_air_canister me.desht.pneumaticcraft.common.recipes.factories.ShapedPressurizableRecipeFactory$ShapedPressurizableRecipe@4283ccf0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6233 pneumaticcraft:aphorism_tile_reset RecipeStage{tier='four', recipe=1xtile.aphorism_tile@0:[net.minecraft.item.crafting.Ingredient@16cbb84d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6234 pneumaticcraft:elevator_base RecipeStage{tier='four', recipe=4xtile.elevator_base@0:[net.minecraft.item.crafting.Ingredient@2ddcfb9, net.minecraftforge.oredict.OreIngredient@50edf5ce, net.minecraftforge.oredict.OreIngredient@50edf5ce, net.minecraft.item.crafting.Ingredient@2ddcfb9]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6235 pneumaticcraft:pressure_chamber_interface RecipeStage{tier='four', recipe=1xtile.pressure_chamber_interface@0:[net.minecraft.item.crafting.Ingredient@3b1a4ec4, net.minecraft.item.crafting.Ingredient@5c247b7]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6236 pneumaticcraft:pressure_tube RecipeStage{tier='four', recipe=8xtile.pressure_tube@0:[net.minecraftforge.oredict.OreIngredient@5f20524e, net.minecraftforge.oredict.OreIngredient@671c8354, net.minecraftforge.oredict.OreIngredient@5f20524e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6238 pneumaticcraft:advanced_pcb_v2 RecipeStage{tier='four', recipe=4xitem.advanced_pcb@0:[net.minecraftforge.oredict.OreIngredient@269e5414, net.minecraft.item.crafting.Ingredient@78af90cb, net.minecraftforge.oredict.OreIngredient@269e5414, net.minecraft.item.crafting.Ingredient@78af90cb, net.minecraft.item.crafting.Ingredient@5c38a9cb, net.minecraft.item.crafting.Ingredient@78af90cb, net.minecraftforge.oredict.OreIngredient@269e5414, net.minecraft.item.crafting.Ingredient@78af90cb, net.minecraftforge.oredict.OreIngredient@269e5414]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6239 pneumaticcraft:electrostatic_compressor RecipeStage{tier='four', recipe=1xtile.electrostatic_compressor@0:[net.minecraft.item.crafting.Ingredient@24b32fd2, net.minecraftforge.oredict.OreIngredient@46287d53, net.minecraft.item.crafting.Ingredient@24b32fd2, net.minecraftforge.oredict.OreIngredient@46287d53, net.minecraft.item.crafting.Ingredient@4f26ca41, net.minecraftforge.oredict.OreIngredient@46287d53, net.minecraft.item.crafting.Ingredient@24b32fd2, net.minecraft.item.crafting.Ingredient@449805a9, net.minecraft.item.crafting.Ingredient@24b32fd2]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6240 pneumaticcraft:gps_area_tool RecipeStage{tier='four', recipe=1xitem.gps_area_tool@0:[net.minecraft.item.crafting.Ingredient@61b82450, net.minecraft.item.crafting.Ingredient@602ab719]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6241 pneumaticcraft:assembly_controller RecipeStage{tier='four', recipe=1xtile.assembly_controller@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7e9267ff, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2cc03676, net.minecraft.item.crafting.Ingredient@7e9267ff, net.minecraft.item.crafting.Ingredient@7e9267ff, net.minecraftforge.oredict.OreIngredient@3a5a5f74, net.minecraftforge.oredict.OreIngredient@3a5a5f74, net.minecraftforge.oredict.OreIngredient@3a5a5f74]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6242 pneumaticcraft:gun_ammo RecipeStage{tier='four', recipe=1xitem.gun_ammo@0:[net.minecraft.item.crafting.Ingredient@75401e39, net.minecraftforge.oredict.OreIngredient@147f0ffb, net.minecraftforge.oredict.OreIngredient@19a225e5]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6243 pneumaticcraft:security_station RecipeStage{tier='four', recipe=1xtile.security_station@0:[net.minecraftforge.oredict.OreIngredient@38401e9e, net.minecraftforge.oredict.OreIngredient@32a46727, net.minecraftforge.oredict.OreIngredient@38401e9e, net.minecraft.item.crafting.Ingredient@9aa961b, net.minecraft.item.crafting.Ingredient@5fc958f3, net.minecraft.item.crafting.Ingredient@9aa961b, net.minecraftforge.oredict.OreIngredient@38401e9e, net.minecraftforge.oredict.OreIngredient@38401e9e, net.minecraftforge.oredict.OreIngredient@38401e9e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6244 pneumaticcraft:air_cannon RecipeStage{tier='four', recipe=1xtile.air_cannon@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@599c05eb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2a898792, net.minecraft.item.crafting.Ingredient@2ed9f615, net.minecraft.item.crafting.Ingredient@4d37656c, net.minecraft.item.crafting.Ingredient@4d37656c, net.minecraft.item.crafting.Ingredient@4d37656c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6245 pneumaticcraft:drone RecipeStage{tier='four', recipe=1xitem.drone@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@58c1c7d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@58c1c7d, net.minecraft.item.crafting.Ingredient@1dbac0c2, net.minecraft.item.crafting.Ingredient@58c1c7d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@58c1c7d, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6246 pneumaticcraft:charging_station RecipeStage{tier='four', recipe=1xtile.charging_station@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4ddbea91, net.minecraft.item.crafting.Ingredient@13c71204, net.minecraft.item.crafting.Ingredient@13c71204, net.minecraft.item.crafting.Ingredient@13c71204, net.minecraft.item.crafting.Ingredient@27c2890d, net.minecraft.item.crafting.Ingredient@27c2890d, net.minecraft.item.crafting.Ingredient@27c2890d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6247 pneumaticcraft:gun_ammo_explosive RecipeStage{tier='four', recipe=1xitem.gun_ammo_explosive@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@76d98efa, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1aff151, net.minecraft.item.crafting.Ingredient@3e3873e8, net.minecraftforge.oredict.OreIngredient@1aff151, net.minecraftforge.oredict.OreIngredient@1aff151, net.minecraft.item.crafting.Ingredient@3e3873e8, net.minecraftforge.oredict.OreIngredient@1aff151]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6248 pneumaticcraft:elevator_caller RecipeStage{tier='four', recipe=1xtile.elevator_caller@0:[net.minecraftforge.oredict.OreIngredient@589226ed, net.minecraftforge.oredict.OreIngredient@45627cba, net.minecraftforge.oredict.OreIngredient@589226ed, net.minecraftforge.oredict.OreIngredient@45627cba, net.minecraft.item.crafting.Ingredient@3f622ba, net.minecraftforge.oredict.OreIngredient@45627cba, net.minecraftforge.oredict.OreIngredient@589226ed, net.minecraftforge.oredict.OreIngredient@45627cba, net.minecraftforge.oredict.OreIngredient@589226ed]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6249 pneumaticcraft:gun_ammo_splash_potion RecipeStage{tier='four', recipe=1xitem.gun_ammo@0:[net.minecraft.item.crafting.Ingredient@a42f214, net.minecraft.item.crafting.Ingredient@5c30569b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6252 rustic:vase RecipeStage{tier='one', recipe=6xtile.rustic.vase@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1c67f849, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1c67f849, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1c67f849, net.minecraft.item.crafting.Ingredient@1c67f849, net.minecraft.item.crafting.Ingredient@1c67f849, net.minecraft.item.crafting.Ingredient@1c67f849]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6253 rustic:rope RecipeStage{tier='one', recipe=12xtile.rustic.rope@0:[net.minecraft.item.crafting.Ingredient@27b4605a, net.minecraft.item.crafting.Ingredient@27b4605a, net.minecraft.item.crafting.Ingredient@27b4605a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6254 rustic:retort_advanced RecipeStage{tier='two', recipe=1xtile.rustic.retort_advanced@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@14357fcb, net.minecraftforge.oredict.OreIngredient@10ef0db7, net.minecraft.item.crafting.Ingredient@4ed39b28, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@14357fcb]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6255 rustic:retort RecipeStage{tier='two', recipe=1xtile.rustic.retort@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3edc25dd, net.minecraftforge.oredict.OreIngredient@266c038d, net.minecraft.item.crafting.Ingredient@543bdd9c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3edc25dd]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6256 rustic:olive_stairs RecipeStage{tier='one', recipe=4xtile.rustic.stairs_olive@0:[net.minecraft.item.crafting.Ingredient@533ae69a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@533ae69a, net.minecraft.item.crafting.Ingredient@533ae69a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@533ae69a, net.minecraft.item.crafting.Ingredient@533ae69a, net.minecraft.item.crafting.Ingredient@533ae69a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6259 rustic:olive_fence_gate RecipeStage{tier='one', recipe=1xtile.rustic.fence_gate_olive@0:[net.minecraftforge.oredict.OreIngredient@585d6d57, net.minecraft.item.crafting.Ingredient@64368920, net.minecraftforge.oredict.OreIngredient@585d6d57, net.minecraftforge.oredict.OreIngredient@585d6d57, net.minecraft.item.crafting.Ingredient@64368920, net.minecraftforge.oredict.OreIngredient@585d6d57]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6260 rustic:olive_fence RecipeStage{tier='one', recipe=3xtile.rustic.fence_olive@0:[net.minecraft.item.crafting.Ingredient@6b528513, net.minecraftforge.oredict.OreIngredient@5c2ab854, net.minecraft.item.crafting.Ingredient@6b528513, net.minecraft.item.crafting.Ingredient@6b528513, net.minecraftforge.oredict.OreIngredient@5c2ab854, net.minecraft.item.crafting.Ingredient@6b528513]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6261 rustic:olive_door RecipeStage{tier='one', recipe=3xitem.tile.rustic.olive_door@0:[net.minecraft.item.crafting.Ingredient@98d5f26, net.minecraft.item.crafting.Ingredient@98d5f26, net.minecraft.item.crafting.Ingredient@98d5f26, net.minecraft.item.crafting.Ingredient@98d5f26, net.minecraft.item.crafting.Ingredient@98d5f26, net.minecraft.item.crafting.Ingredient@98d5f26]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6262 rustic:liquid_barrel RecipeStage{tier='two', recipe=2xtile.rustic.liquid_barrel@0:[net.minecraftforge.oredict.OreIngredient@3db96070, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3db96070, net.minecraftforge.oredict.OreIngredient@1d85eaaa, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1d85eaaa, net.minecraftforge.oredict.OreIngredient@3db96070, net.minecraftforge.oredict.OreIngredient@45996212, net.minecraftforge.oredict.OreIngredient@3db96070]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6263 rustic:iron_lantern RecipeStage{tier='two', recipe=4xtile.rustic.iron_lantern@0:[net.minecraftforge.oredict.OreIngredient@7aa88c56, net.minecraft.item.crafting.Ingredient@71bbd5c7, net.minecraftforge.oredict.OreIngredient@7aa88c56]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6264 rustic:ironwood_stairs RecipeStage{tier='one', recipe=4xtile.rustic.stairs_ironwood@0:[net.minecraft.item.crafting.Ingredient@6a29496f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6a29496f, net.minecraft.item.crafting.Ingredient@6a29496f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6a29496f, net.minecraft.item.crafting.Ingredient@6a29496f, net.minecraft.item.crafting.Ingredient@6a29496f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6267 rustic:ironwood_fence_gate RecipeStage{tier='one', recipe=1xtile.rustic.fence_gate_ironwood@0:[net.minecraftforge.oredict.OreIngredient@5a0bb75b, net.minecraft.item.crafting.Ingredient@50798e71, net.minecraftforge.oredict.OreIngredient@5a0bb75b, net.minecraftforge.oredict.OreIngredient@5a0bb75b, net.minecraft.item.crafting.Ingredient@50798e71, net.minecraftforge.oredict.OreIngredient@5a0bb75b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6268 rustic:ironwood_fence RecipeStage{tier='one', recipe=3xtile.rustic.fence_ironwood@0:[net.minecraft.item.crafting.Ingredient@75a1b233, net.minecraftforge.oredict.OreIngredient@54430bb8, net.minecraft.item.crafting.Ingredient@75a1b233, net.minecraft.item.crafting.Ingredient@75a1b233, net.minecraftforge.oredict.OreIngredient@54430bb8, net.minecraft.item.crafting.Ingredient@75a1b233]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6269 rustic:ironwood_door RecipeStage{tier='one', recipe=3xitem.tile.rustic.ironwood_door@0:[net.minecraft.item.crafting.Ingredient@70026133, net.minecraft.item.crafting.Ingredient@70026133, net.minecraft.item.crafting.Ingredient@70026133, net.minecraft.item.crafting.Ingredient@70026133, net.minecraft.item.crafting.Ingredient@70026133, net.minecraft.item.crafting.Ingredient@70026133]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6270 rustic:grape_seeds RecipeStage{tier='zero', recipe=1xtile.rustic.grape_stem@0:[net.minecraft.item.crafting.Ingredient@301a774b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6272 rustic:gargoyle RecipeStage{tier='two', recipe=2xtile.rustic.gargoyle@0:[net.minecraft.item.crafting.Ingredient@4b6efdcb, net.minecraft.item.crafting.Ingredient@52b8013e, net.minecraft.item.crafting.Ingredient@4b6efdcb, net.minecraft.item.crafting.Ingredient@4d9e5901, net.minecraft.item.crafting.Ingredient@4d9e5901, net.minecraft.item.crafting.Ingredient@4d9e5901]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6274 rustic:evaporating_basin RecipeStage{tier='one', recipe=1xtile.rustic.evaporating_basin@0:[net.minecraft.item.crafting.Ingredient@1e7050ff, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1e7050ff, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1e7050ff, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6276 rustic:crop_stake RecipeStage{tier='one', recipe=1xtile.rustic.crop_stake@0:[net.minecraftforge.oredict.OreIngredient@1decc960, net.minecraftforge.oredict.OreIngredient@1decc960, net.minecraftforge.oredict.OreIngredient@1decc960]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6277 rustic:condenser_advanced RecipeStage{tier='two', recipe=1xtile.rustic.condenser_advanced@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1705ec33, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1705ec33, net.minecraft.item.crafting.Ingredient@312a0ca6, net.minecraft.item.crafting.Ingredient@1705ec33, net.minecraft.item.crafting.Ingredient@1705ec33, net.minecraft.item.crafting.Ingredient@607805ce, net.minecraft.item.crafting.Ingredient@1705ec33]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6278 rustic:condenser RecipeStage{tier='two', recipe=1xtile.rustic.condenser@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@39fdfb1b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@39fdfb1b, net.minecraft.item.crafting.Ingredient@34f3e864, net.minecraft.item.crafting.Ingredient@39fdfb1b, net.minecraft.item.crafting.Ingredient@39fdfb1b, net.minecraft.item.crafting.Ingredient@613b2cba, net.minecraft.item.crafting.Ingredient@39fdfb1b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6280 rustic:chandelier RecipeStage{tier='two', recipe=2xtile.rustic.chandelier@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@25fd071c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@77e6b209, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@77e6b209, net.minecraftforge.oredict.OreIngredient@25fd071c, net.minecraftforge.oredict.OreIngredient@25fd071c, net.minecraftforge.oredict.OreIngredient@25fd071c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6282 rustic:chain RecipeStage{tier='two', recipe=12xtile.rustic.chain@0:[net.minecraftforge.oredict.OreIngredient@15ad3d0a, net.minecraftforge.oredict.OreIngredient@15ad3d0a, net.minecraftforge.oredict.OreIngredient@15ad3d0a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6284 rustic:candle RecipeStage{tier='two', recipe=4xtile.rustic.candle@0:[net.minecraft.item.crafting.Ingredient@5e898a7, net.minecraftforge.oredict.OreIngredient@2c9cde90, net.minecraftforge.oredict.OreIngredient@4bb4a425]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6285 rustic:brewing_barrel RecipeStage{tier='two', recipe=1xtile.rustic.brewing_barrel@0:[net.minecraftforge.oredict.OreIngredient@5474b646, net.minecraftforge.oredict.OreIngredient@62c521e4, net.minecraftforge.oredict.OreIngredient@5474b646, net.minecraftforge.oredict.OreIngredient@6dd67cc9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6dd67cc9, net.minecraftforge.oredict.OreIngredient@5474b646, net.minecraftforge.oredict.OreIngredient@62c521e4, net.minecraftforge.oredict.OreIngredient@5474b646]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6286 rustic:barrel RecipeStage{tier='two', recipe=2xtile.rustic.barrel@0:[net.minecraftforge.oredict.OreIngredient@521ec1aa, net.minecraftforge.oredict.OreIngredient@56c7fde5, net.minecraftforge.oredict.OreIngredient@521ec1aa, net.minecraftforge.oredict.OreIngredient@19d240bf, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@19d240bf, net.minecraftforge.oredict.OreIngredient@521ec1aa, net.minecraftforge.oredict.OreIngredient@56c7fde5, net.minecraftforge.oredict.OreIngredient@521ec1aa]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6287 rustic:apiary RecipeStage{tier='one', recipe=1xtile.rustic.apiary@0:[net.minecraftforge.oredict.OreIngredient@7999169f, net.minecraftforge.oredict.OreIngredient@7999169f, net.minecraftforge.oredict.OreIngredient@7999169f, net.minecraftforge.oredict.OreIngredient@3ecdeca8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3ecdeca8, net.minecraftforge.oredict.OreIngredient@7999169f, net.minecraftforge.oredict.OreIngredient@7999169f, net.minecraftforge.oredict.OreIngredient@7999169f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6288 rustic:almanac RecipeStage{tier='one', recipe=1xitem.rustic.book@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7fee022b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5e5e389, net.minecraft.item.crafting.Ingredient@44d44413, net.minecraftforge.oredict.OreIngredient@5e5e389, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5e5e389, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6289 thebetweenlands:worm_pillar_decay_4 net.minecraft.item.crafting.ShapedRecipes@13ee430a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6290 thebetweenlands:worm_pillar_decay_3 net.minecraft.item.crafting.ShapedRecipes@434bcef0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6291 thebetweenlands:worm_pillar_decay_2 net.minecraft.item.crafting.ShapedRecipes@23f140ed +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6292 thebetweenlands:worm_pillar_decay_1 net.minecraft.item.crafting.ShapedRecipes@4d385afc +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6293 thebetweenlands:worm_pillar_cap_decay_4 net.minecraft.item.crafting.ShapedRecipes@33e3da28 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6294 thebetweenlands:worm_pillar_cap_decay_3 net.minecraft.item.crafting.ShapedRecipes@6e883efd +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6295 thebetweenlands:worm_pillar_cap_decay_2 net.minecraft.item.crafting.ShapedRecipes@691e09e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6296 thebetweenlands:worm_pillar_cap_decay_1 net.minecraft.item.crafting.ShapedRecipes@4459ea1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6297 thebetweenlands:worm_pillar_cap net.minecraft.item.crafting.ShapedRecipes@1b3102d1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6298 thebetweenlands:worm_pillar RecipeStage{tier='two', recipe=2xtile.thebetweenlands.worm_dungeon_pillar@0:[net.minecraft.item.crafting.Ingredient@7ccccec6, net.minecraft.item.crafting.Ingredient@7ccccec6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6299 thebetweenlands:wood_chip_path RecipeStage{tier='two', recipe=4xtile.thebetweenlands.wood_chip_path@0:[net.minecraft.item.crafting.Ingredient@507701b0, net.minecraft.item.crafting.Ingredient@507701b0, net.minecraft.item.crafting.Ingredient@507701b0]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6300 thebetweenlands:weeping_blue_petal_salad RecipeStage{tier='two', recipe=1xitem.thebetweenlands.weeping_blue_petal_salad@0:[net.minecraft.item.crafting.Ingredient@40b16364, net.minecraft.item.crafting.Ingredient@22ef38fb, net.minecraft.item.crafting.Ingredient@699ce796, net.minecraft.item.crafting.Ingredient@5de1a661, net.minecraft.item.crafting.Ingredient@160054fa, net.minecraft.item.crafting.Ingredient@4df38e21, net.minecraft.item.crafting.Ingredient@43dd705e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6301 thebetweenlands:weedwood_workbench RecipeStage{tier='two', recipe=1xtile.thebetweenlands.weedwood_workbench@0:[net.minecraft.item.crafting.Ingredient@7ec8f4bc, net.minecraft.item.crafting.Ingredient@7ec8f4bc, net.minecraft.item.crafting.Ingredient@7ec8f4bc, net.minecraft.item.crafting.Ingredient@7ec8f4bc]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6302 thebetweenlands:weedwood_trapdoor RecipeStage{tier='two', recipe=2xtile.thebetweenlands.weedwood_trapdoor@0:[net.minecraft.item.crafting.Ingredient@65b78cb5, net.minecraft.item.crafting.Ingredient@65b78cb5, net.minecraft.item.crafting.Ingredient@65b78cb5, net.minecraft.item.crafting.Ingredient@65b78cb5, net.minecraft.item.crafting.Ingredient@65b78cb5, net.minecraft.item.crafting.Ingredient@65b78cb5]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6303 thebetweenlands:weedwood_sword RecipeStage{tier='two', recipe=1xitem.thebetweenlands.weedwood_sword@0:[net.minecraft.item.crafting.Ingredient@31e30b11, net.minecraft.item.crafting.Ingredient@31e30b11, net.minecraft.item.crafting.Ingredient@544d04a8]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6305 thebetweenlands:weedwood_sign_item RecipeStage{tier='two', recipe=3xitem.thebetweenlands.weedwood_sign_item@0:[net.minecraft.item.crafting.Ingredient@18b8e0d6, net.minecraft.item.crafting.Ingredient@18b8e0d6, net.minecraft.item.crafting.Ingredient@18b8e0d6, net.minecraft.item.crafting.Ingredient@18b8e0d6, net.minecraft.item.crafting.Ingredient@18b8e0d6, net.minecraft.item.crafting.Ingredient@18b8e0d6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@ce48b0b, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6306 thebetweenlands:weedwood_shovel RecipeStage{tier='two', recipe=1xitem.thebetweenlands.weedwood_shovel@0:[net.minecraft.item.crafting.Ingredient@3fd552ba, net.minecraft.item.crafting.Ingredient@275b83e8, net.minecraft.item.crafting.Ingredient@275b83e8]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6307 thebetweenlands:weedwood_shield RecipeStage{tier='two', recipe=1xitem.thebetweenlands.weedwood_shield@0:[net.minecraft.item.crafting.Ingredient@1e84dfb, net.minecraft.item.crafting.Ingredient@783a188, net.minecraft.item.crafting.Ingredient@1e84dfb, net.minecraft.item.crafting.Ingredient@1e84dfb, net.minecraft.item.crafting.Ingredient@1e84dfb, net.minecraft.item.crafting.Ingredient@1e84dfb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1e84dfb, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6308 thebetweenlands:weedwood_rowboat RecipeStage{tier='two', recipe=1xitem.thebetweenlands.weedwood_rowboat@0:[net.minecraft.item.crafting.Ingredient@62a328d3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@62a328d3, net.minecraft.item.crafting.Ingredient@62a328d3, net.minecraft.item.crafting.Ingredient@62a328d3, net.minecraft.item.crafting.Ingredient@62a328d3]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6310 thebetweenlands:weedwood_plank_stairs RecipeStage{tier='two', recipe=4xtile.thebetweenlands.weedwood_plank_stairs@0:[net.minecraft.item.crafting.Ingredient@18e70704, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@18e70704, net.minecraft.item.crafting.Ingredient@18e70704, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@18e70704, net.minecraft.item.crafting.Ingredient@18e70704, net.minecraft.item.crafting.Ingredient@18e70704]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6311 thebetweenlands:weedwood_plank_slab RecipeStage{tier='two', recipe=6xtile.thebetweenlands.weedwood_plank_slab@0:[net.minecraft.item.crafting.Ingredient@2e41d11d, net.minecraft.item.crafting.Ingredient@2e41d11d, net.minecraft.item.crafting.Ingredient@2e41d11d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6312 thebetweenlands:weedwood_plank_pressure_plate RecipeStage{tier='two', recipe=1xtile.thebetweenlands.weedwood_plank_pressure_plate@0:[net.minecraft.item.crafting.Ingredient@6689fa87, net.minecraft.item.crafting.Ingredient@6689fa87]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6313 thebetweenlands:weedwood_plank_fence_gate RecipeStage{tier='two', recipe=1xtile.thebetweenlands.weedwood_plank_fence_gate@0:[net.minecraft.item.crafting.Ingredient@ffdddad, net.minecraft.item.crafting.Ingredient@6eb9a313, net.minecraft.item.crafting.Ingredient@ffdddad, net.minecraft.item.crafting.Ingredient@ffdddad, net.minecraft.item.crafting.Ingredient@6eb9a313, net.minecraft.item.crafting.Ingredient@ffdddad]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6314 thebetweenlands:weedwood_plank_fence RecipeStage{tier='two', recipe=3xtile.thebetweenlands.weedwood_plank_fence@0:[net.minecraft.item.crafting.Ingredient@5abc2ddd, net.minecraft.item.crafting.Ingredient@42b9085e, net.minecraft.item.crafting.Ingredient@5abc2ddd, net.minecraft.item.crafting.Ingredient@5abc2ddd, net.minecraft.item.crafting.Ingredient@42b9085e, net.minecraft.item.crafting.Ingredient@5abc2ddd]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6315 thebetweenlands:weedwood_plank_button RecipeStage{tier='two', recipe=1xtile.thebetweenlands.weedwood_plank_button@0:[net.minecraft.item.crafting.Ingredient@71156a9]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6316 thebetweenlands:weedwood_pickaxe RecipeStage{tier='two', recipe=1xitem.thebetweenlands.weedwood_pickaxe@0:[net.minecraft.item.crafting.Ingredient@6b911f18, net.minecraft.item.crafting.Ingredient@6b911f18, net.minecraft.item.crafting.Ingredient@6b911f18, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@d9e427c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@d9e427c, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6317 thebetweenlands:weedwood_log_full RecipeStage{tier='two', recipe=4xtile.thebetweenlands.log_weedwood@12:[net.minecraft.item.crafting.Ingredient@54f4b8f1, net.minecraft.item.crafting.Ingredient@54f4b8f1, net.minecraft.item.crafting.Ingredient@54f4b8f1, net.minecraft.item.crafting.Ingredient@54f4b8f1]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6318 thebetweenlands:weedwood_log_fence_gate RecipeStage{tier='two', recipe=1xtile.thebetweenlands.weedwood_log_fence_gate@0:[net.minecraft.item.crafting.Ingredient@1df5ff99, net.minecraft.item.crafting.Ingredient@2f46f030, net.minecraft.item.crafting.Ingredient@1df5ff99, net.minecraft.item.crafting.Ingredient@1df5ff99, net.minecraft.item.crafting.Ingredient@2f46f030, net.minecraft.item.crafting.Ingredient@1df5ff99]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6319 thebetweenlands:weedwood_log_fence RecipeStage{tier='two', recipe=3xtile.thebetweenlands.weedwood_log_fence@0:[net.minecraft.item.crafting.Ingredient@9cb215c, net.minecraft.item.crafting.Ingredient@28c807e8, net.minecraft.item.crafting.Ingredient@9cb215c, net.minecraft.item.crafting.Ingredient@9cb215c, net.minecraft.item.crafting.Ingredient@28c807e8, net.minecraft.item.crafting.Ingredient@9cb215c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6320 thebetweenlands:weedwood_log RecipeStage{tier='two', recipe=4xtile.thebetweenlands.log_weedwood@0:[net.minecraft.item.crafting.Ingredient@2779084a, net.minecraft.item.crafting.Ingredient@2779084a, net.minecraft.item.crafting.Ingredient@2779084a, net.minecraft.item.crafting.Ingredient@2779084a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6321 thebetweenlands:weedwood_lever RecipeStage{tier='two', recipe=1xtile.thebetweenlands.weedwood_lever@0:[net.minecraft.item.crafting.Ingredient@5672c04, net.minecraft.item.crafting.Ingredient@18e1c39a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6322 thebetweenlands:weedwood_ladder RecipeStage{tier='two', recipe=3xtile.thebetweenlands.weedwood_ladder@0:[net.minecraft.item.crafting.Ingredient@53b81483, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@53b81483, net.minecraft.item.crafting.Ingredient@527df9af, net.minecraft.item.crafting.Ingredient@527df9af, net.minecraft.item.crafting.Ingredient@527df9af, net.minecraft.item.crafting.Ingredient@53b81483, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@53b81483]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6323 thebetweenlands:weedwood_jukebox RecipeStage{tier='two', recipe=1xtile.thebetweenlands.weedwood_jukebox@0:[net.minecraft.item.crafting.Ingredient@3414c617, net.minecraft.item.crafting.Ingredient@3414c617, net.minecraft.item.crafting.Ingredient@3414c617, net.minecraft.item.crafting.Ingredient@3414c617, net.minecraft.item.crafting.Ingredient@61277cce, net.minecraft.item.crafting.Ingredient@3414c617, net.minecraft.item.crafting.Ingredient@3414c617, net.minecraft.item.crafting.Ingredient@3414c617, net.minecraft.item.crafting.Ingredient@3414c617]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6324 thebetweenlands:weedwood_door_item RecipeStage{tier='two', recipe=3xitem.thebetweenlands.weedwood_door_item@0:[net.minecraft.item.crafting.Ingredient@7dc0a0aa, net.minecraft.item.crafting.Ingredient@7dc0a0aa, net.minecraft.item.crafting.Ingredient@7dc0a0aa, net.minecraft.item.crafting.Ingredient@7dc0a0aa, net.minecraft.item.crafting.Ingredient@7dc0a0aa, net.minecraft.item.crafting.Ingredient@7dc0a0aa]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6325 thebetweenlands:weedwood_chest RecipeStage{tier='two', recipe=1xtile.thebetweenlands.weedwood_chest@0:[net.minecraft.item.crafting.Ingredient@ccd4cce, net.minecraft.item.crafting.Ingredient@ccd4cce, net.minecraft.item.crafting.Ingredient@ccd4cce, net.minecraft.item.crafting.Ingredient@ccd4cce, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@ccd4cce, net.minecraft.item.crafting.Ingredient@ccd4cce, net.minecraft.item.crafting.Ingredient@ccd4cce, net.minecraft.item.crafting.Ingredient@ccd4cce]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6326 thebetweenlands:weedwood_bucket net.minecraft.item.crafting.ShapedRecipes@2925541f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6327 thebetweenlands:weedwood_bowl RecipeStage{tier='two', recipe=4xitem.thebetweenlands.items_misc@22:[net.minecraft.item.crafting.Ingredient@38a087b7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@38a087b7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@38a087b7, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6328 thebetweenlands:weedwood_bow RecipeStage{tier='two', recipe=1xitem.thebetweenlands.weedwood_bow@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3c89cfc9, net.minecraft.item.crafting.Ingredient@32e90ead, net.minecraft.item.crafting.Ingredient@3c89cfc9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@32e90ead, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3c89cfc9, net.minecraft.item.crafting.Ingredient@32e90ead]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6329 thebetweenlands:weedwood_barrel RecipeStage{tier='two', recipe=1xtile.thebetweenlands.weedwood_barrel@0:[net.minecraft.item.crafting.Ingredient@6b51b170, net.minecraft.item.crafting.Ingredient@7813be25, net.minecraft.item.crafting.Ingredient@6b51b170, net.minecraft.item.crafting.Ingredient@1e2f5a66, net.minecraft.item.crafting.Ingredient@47e800be, net.minecraft.item.crafting.Ingredient@1e2f5a66, net.minecraft.item.crafting.Ingredient@358d6dda, net.minecraft.item.crafting.Ingredient@358d6dda, net.minecraft.item.crafting.Ingredient@358d6dda]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6330 thebetweenlands:weedwood_axe RecipeStage{tier='two', recipe=1xitem.thebetweenlands.weedwood_axe@0:[net.minecraft.item.crafting.Ingredient@4667ec87, net.minecraft.item.crafting.Ingredient@4667ec87, net.minecraft.item.crafting.Ingredient@4667ec87, net.minecraft.item.crafting.Ingredient@161befb8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@161befb8]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6331 thebetweenlands:walkway RecipeStage{tier='two', recipe=2xtile.thebetweenlands.walkway@0:[net.minecraft.item.crafting.Ingredient@6f8b3a1a, net.minecraft.item.crafting.Ingredient@6f8b3a1a, net.minecraft.item.crafting.Ingredient@6f8b3a1a, net.minecraft.item.crafting.Ingredient@7875876e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7875876e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6332 thebetweenlands:volarkite RecipeStage{tier='zero', recipe=1xitem.thebetweenlands.volarkite@0:[net.minecraft.item.crafting.Ingredient@1b1a648e, net.minecraft.item.crafting.Ingredient@1b1a648e, net.minecraft.item.crafting.Ingredient@1b1a648e, net.minecraft.item.crafting.Ingredient@3c6a3cdd, net.minecraft.item.crafting.Ingredient@40370595, net.minecraft.item.crafting.Ingredient@3c6a3cdd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@40370595, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6333 thebetweenlands:valonite_sword RecipeStage{tier='two', recipe=1xitem.thebetweenlands.valonite_sword@0:[net.minecraft.item.crafting.Ingredient@4f165e1b, net.minecraft.item.crafting.Ingredient@4f165e1b, net.minecraft.item.crafting.Ingredient@49d89a2c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6334 thebetweenlands:valonite_splinter RecipeStage{tier='two', recipe=9xitem.thebetweenlands.items_misc@43:[net.minecraft.item.crafting.Ingredient@5e5be9e4]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6335 thebetweenlands:valonite_shovel RecipeStage{tier='two', recipe=1xitem.thebetweenlands.valonite_shovel@0:[net.minecraft.item.crafting.Ingredient@307fbd81, net.minecraft.item.crafting.Ingredient@4ba43808, net.minecraft.item.crafting.Ingredient@4ba43808]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6336 thebetweenlands:valonite_shield RecipeStage{tier='two', recipe=1xitem.thebetweenlands.valonite_shield@0:[net.minecraft.item.crafting.Ingredient@732fd69f, net.minecraft.item.crafting.Ingredient@5b5a7ed6, net.minecraft.item.crafting.Ingredient@732fd69f, net.minecraft.item.crafting.Ingredient@732fd69f, net.minecraft.item.crafting.Ingredient@732fd69f, net.minecraft.item.crafting.Ingredient@732fd69f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@732fd69f, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6337 thebetweenlands:valonite_shard_from_splinters RecipeStage{tier='two', recipe=1xitem.thebetweenlands.items_misc@19:[net.minecraft.item.crafting.Ingredient@62efe2ed, net.minecraft.item.crafting.Ingredient@62efe2ed, net.minecraft.item.crafting.Ingredient@62efe2ed, net.minecraft.item.crafting.Ingredient@62efe2ed, net.minecraft.item.crafting.Ingredient@62efe2ed, net.minecraft.item.crafting.Ingredient@62efe2ed, net.minecraft.item.crafting.Ingredient@62efe2ed, net.minecraft.item.crafting.Ingredient@62efe2ed, net.minecraft.item.crafting.Ingredient@62efe2ed]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6338 thebetweenlands:valonite_shard RecipeStage{tier='two', recipe=9xitem.thebetweenlands.items_misc@19:[net.minecraft.item.crafting.Ingredient@1934289c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6339 thebetweenlands:valonite_pickaxe RecipeStage{tier='two', recipe=1xitem.thebetweenlands.valonite_pickaxe@0:[net.minecraft.item.crafting.Ingredient@2e235fd, net.minecraft.item.crafting.Ingredient@2e235fd, net.minecraft.item.crafting.Ingredient@2e235fd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3f18462d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3f18462d, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6340 thebetweenlands:valonite_leggings RecipeStage{tier='two', recipe=1xitem.thebetweenlands.valonite_leggings@0:[net.minecraft.item.crafting.Ingredient@39c780f4, net.minecraft.item.crafting.Ingredient@39c780f4, net.minecraft.item.crafting.Ingredient@39c780f4, net.minecraft.item.crafting.Ingredient@39c780f4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@39c780f4, net.minecraft.item.crafting.Ingredient@39c780f4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@39c780f4]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6341 thebetweenlands:valonite_helmet RecipeStage{tier='two', recipe=1xitem.thebetweenlands.valonite_helmet@0:[net.minecraft.item.crafting.Ingredient@16d2c786, net.minecraft.item.crafting.Ingredient@16d2c786, net.minecraft.item.crafting.Ingredient@16d2c786, net.minecraft.item.crafting.Ingredient@16d2c786, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@16d2c786]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6342 thebetweenlands:valonite_greataxe RecipeStage{tier='two', recipe=1xitem.thebetweenlands.valonite_greataxe@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5069c369, net.minecraft.item.crafting.Ingredient@6d39016, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7bea782c, net.minecraft.item.crafting.Ingredient@5069c369, net.minecraft.item.crafting.Ingredient@7bea782c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6343 thebetweenlands:valonite_chestplate RecipeStage{tier='two', recipe=1xitem.thebetweenlands.valonite_chestplate@0:[net.minecraft.item.crafting.Ingredient@24e211fe, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@24e211fe, net.minecraft.item.crafting.Ingredient@24e211fe, net.minecraft.item.crafting.Ingredient@24e211fe, net.minecraft.item.crafting.Ingredient@24e211fe, net.minecraft.item.crafting.Ingredient@24e211fe, net.minecraft.item.crafting.Ingredient@24e211fe, net.minecraft.item.crafting.Ingredient@24e211fe]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6344 thebetweenlands:valonite_boots RecipeStage{tier='two', recipe=1xitem.thebetweenlands.valonite_boots@0:[net.minecraft.item.crafting.Ingredient@6c21a2d5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6c21a2d5, net.minecraft.item.crafting.Ingredient@6c21a2d5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6c21a2d5]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6345 thebetweenlands:valonite_block RecipeStage{tier='two', recipe=1xtile.thebetweenlands.valonite_block@0:[net.minecraft.item.crafting.Ingredient@4cd22884, net.minecraft.item.crafting.Ingredient@4cd22884, net.minecraft.item.crafting.Ingredient@4cd22884, net.minecraft.item.crafting.Ingredient@4cd22884, net.minecraft.item.crafting.Ingredient@4cd22884, net.minecraft.item.crafting.Ingredient@4cd22884, net.minecraft.item.crafting.Ingredient@4cd22884, net.minecraft.item.crafting.Ingredient@4cd22884, net.minecraft.item.crafting.Ingredient@4cd22884]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6346 thebetweenlands:valonite_axe RecipeStage{tier='two', recipe=1xitem.thebetweenlands.valonite_axe@0:[net.minecraft.item.crafting.Ingredient@5fe63ae1, net.minecraft.item.crafting.Ingredient@5fe63ae1, net.minecraft.item.crafting.Ingredient@5fe63ae1, net.minecraft.item.crafting.Ingredient@445d7019, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@445d7019]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6347 thebetweenlands:thatch_slab RecipeStage{tier='two', recipe=6xtile.thebetweenlands.thatch_slab@0:[net.minecraft.item.crafting.Ingredient@7ad7b30d, net.minecraft.item.crafting.Ingredient@7ad7b30d, net.minecraft.item.crafting.Ingredient@7ad7b30d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6348 thebetweenlands:thatch_roof RecipeStage{tier='two', recipe=4xtile.thebetweenlands.thatch_roof@0:[net.minecraft.item.crafting.Ingredient@36e00947, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@36e00947, net.minecraft.item.crafting.Ingredient@36e00947, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@36e00947, net.minecraft.item.crafting.Ingredient@36e00947, net.minecraft.item.crafting.Ingredient@36e00947]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6349 thebetweenlands:thatch RecipeStage{tier='two', recipe=4xtile.thebetweenlands.thatch@0:[net.minecraft.item.crafting.Ingredient@4a483ab9, net.minecraft.item.crafting.Ingredient@4a483ab9, net.minecraft.item.crafting.Ingredient@4a483ab9, net.minecraft.item.crafting.Ingredient@4a483ab9]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6350 thebetweenlands:temple_brick_wall RecipeStage{tier='two', recipe=6xtile.thebetweenlands.temple_brick_wall@0:[net.minecraft.item.crafting.Ingredient@ae600f1, net.minecraft.item.crafting.Ingredient@ae600f1, net.minecraft.item.crafting.Ingredient@ae600f1, net.minecraft.item.crafting.Ingredient@ae600f1, net.minecraft.item.crafting.Ingredient@ae600f1, net.minecraft.item.crafting.Ingredient@ae600f1]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6351 thebetweenlands:temple_brick_stairs RecipeStage{tier='two', recipe=4xtile.thebetweenlands.temple_brick_stairs@0:[net.minecraft.item.crafting.Ingredient@51734b27, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@51734b27, net.minecraft.item.crafting.Ingredient@51734b27, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@51734b27, net.minecraft.item.crafting.Ingredient@51734b27, net.minecraft.item.crafting.Ingredient@51734b27]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6352 thebetweenlands:temple_brick_slab RecipeStage{tier='two', recipe=6xtile.thebetweenlands.temple_brick_slab@0:[net.minecraft.item.crafting.Ingredient@4c9c449f, net.minecraft.item.crafting.Ingredient@4c9c449f, net.minecraft.item.crafting.Ingredient@4c9c449f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6353 thebetweenlands:tarminion RecipeStage{tier='two', recipe=1xitem.thebetweenlands.tarminion@0:[net.minecraft.item.crafting.Ingredient@44718823, net.minecraft.item.crafting.Ingredient@44718823, net.minecraft.item.crafting.Ingredient@44718823, net.minecraft.item.crafting.Ingredient@44718823, net.minecraft.item.crafting.Ingredient@5cb20e96, net.minecraft.item.crafting.Ingredient@44718823, net.minecraft.item.crafting.Ingredient@44718823, net.minecraft.item.crafting.Ingredient@44718823, net.minecraft.item.crafting.Ingredient@44718823]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6354 thebetweenlands:tar_solid_wall RecipeStage{tier='two', recipe=6xtile.thebetweenlands.tar_solid_wall@0:[net.minecraft.item.crafting.Ingredient@6ac018c6, net.minecraft.item.crafting.Ingredient@6ac018c6, net.minecraft.item.crafting.Ingredient@6ac018c6, net.minecraft.item.crafting.Ingredient@6ac018c6, net.minecraft.item.crafting.Ingredient@6ac018c6, net.minecraft.item.crafting.Ingredient@6ac018c6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6355 thebetweenlands:tar_solid_stairs RecipeStage{tier='two', recipe=4xtile.thebetweenlands.tar_solid_stairs@0:[net.minecraft.item.crafting.Ingredient@7b5a1cfa, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7b5a1cfa, net.minecraft.item.crafting.Ingredient@7b5a1cfa, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7b5a1cfa, net.minecraft.item.crafting.Ingredient@7b5a1cfa, net.minecraft.item.crafting.Ingredient@7b5a1cfa]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6356 thebetweenlands:tar_solid_slab RecipeStage{tier='two', recipe=6xtile.thebetweenlands.tar_solid_slab@0:[net.minecraft.item.crafting.Ingredient@93237a7, net.minecraft.item.crafting.Ingredient@93237a7, net.minecraft.item.crafting.Ingredient@93237a7]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6357 thebetweenlands:tar_beast_heart RecipeStage{tier='two', recipe=1xitem.thebetweenlands.items_misc@24:[net.minecraft.item.crafting.Ingredient@251a1699, net.minecraft.item.crafting.Ingredient@251a1699, net.minecraft.item.crafting.Ingredient@251a1699, net.minecraft.item.crafting.Ingredient@251a1699, net.minecraft.item.crafting.Ingredient@40a0c95d, net.minecraft.item.crafting.Ingredient@251a1699, net.minecraft.item.crafting.Ingredient@251a1699, net.minecraft.item.crafting.Ingredient@251a1699, net.minecraft.item.crafting.Ingredient@251a1699]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6358 thebetweenlands:syrmorite_trapdoor RecipeStage{tier='two', recipe=2xtile.thebetweenlands.syrmorite_trapdoor@0:[net.minecraft.item.crafting.Ingredient@658ba12b, net.minecraft.item.crafting.Ingredient@658ba12b, net.minecraft.item.crafting.Ingredient@658ba12b, net.minecraft.item.crafting.Ingredient@658ba12b, net.minecraft.item.crafting.Ingredient@658ba12b, net.minecraft.item.crafting.Ingredient@658ba12b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6359 thebetweenlands:syrmorite_shield RecipeStage{tier='two', recipe=1xitem.thebetweenlands.syrmorite_shield@0:[net.minecraft.item.crafting.Ingredient@14fd068c, net.minecraft.item.crafting.Ingredient@14fd068c, net.minecraft.item.crafting.Ingredient@14fd068c, net.minecraft.item.crafting.Ingredient@14fd068c, net.minecraft.item.crafting.Ingredient@14fd068c, net.minecraft.item.crafting.Ingredient@14fd068c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@14fd068c, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6360 thebetweenlands:syrmorite_shears RecipeStage{tier='two', recipe=1xitem.thebetweenlands.syrmorite_shears@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@31d67f6d, net.minecraft.item.crafting.Ingredient@31d67f6d, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6361 thebetweenlands:syrmorite_pressure_plate RecipeStage{tier='two', recipe=1xtile.thebetweenlands.syrmorite_pressure_plate@0:[net.minecraft.item.crafting.Ingredient@27dec803, net.minecraft.item.crafting.Ingredient@27dec803]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6362 thebetweenlands:syrmorite_nugget RecipeStage{tier='two', recipe=9xitem.thebetweenlands.items_misc@41:[net.minecraft.item.crafting.Ingredient@49dc466b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6363 thebetweenlands:syrmorite_leggings RecipeStage{tier='two', recipe=1xitem.thebetweenlands.syrmorite_leggings@0:[net.minecraft.item.crafting.Ingredient@5ffc3c42, net.minecraft.item.crafting.Ingredient@5ffc3c42, net.minecraft.item.crafting.Ingredient@5ffc3c42, net.minecraft.item.crafting.Ingredient@5ffc3c42, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5ffc3c42, net.minecraft.item.crafting.Ingredient@5ffc3c42, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5ffc3c42]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6364 thebetweenlands:syrmorite_ingot_from_nuggets RecipeStage{tier='two', recipe=1xitem.thebetweenlands.items_misc@11:[net.minecraft.item.crafting.Ingredient@6c31b7ea, net.minecraft.item.crafting.Ingredient@6c31b7ea, net.minecraft.item.crafting.Ingredient@6c31b7ea, net.minecraft.item.crafting.Ingredient@6c31b7ea, net.minecraft.item.crafting.Ingredient@6c31b7ea, net.minecraft.item.crafting.Ingredient@6c31b7ea, net.minecraft.item.crafting.Ingredient@6c31b7ea, net.minecraft.item.crafting.Ingredient@6c31b7ea, net.minecraft.item.crafting.Ingredient@6c31b7ea]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6365 thebetweenlands:syrmorite_ingot RecipeStage{tier='two', recipe=9xitem.thebetweenlands.items_misc@11:[net.minecraft.item.crafting.Ingredient@5ee5e4a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6366 thebetweenlands:syrmorite_hopper RecipeStage{tier='two', recipe=1xtile.thebetweenlands.syrmorite_hopper@0:[net.minecraft.item.crafting.Ingredient@b8149f5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@b8149f5, net.minecraft.item.crafting.Ingredient@b8149f5, net.minecraft.item.crafting.Ingredient@14ac82ec, net.minecraft.item.crafting.Ingredient@b8149f5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@b8149f5, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6367 thebetweenlands:syrmorite_helmet RecipeStage{tier='two', recipe=1xitem.thebetweenlands.syrmorite_helmet@0:[net.minecraft.item.crafting.Ingredient@1a121d3d, net.minecraft.item.crafting.Ingredient@1a121d3d, net.minecraft.item.crafting.Ingredient@1a121d3d, net.minecraft.item.crafting.Ingredient@1a121d3d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1a121d3d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6368 thebetweenlands:syrmorite_door_item RecipeStage{tier='two', recipe=3xitem.thebetweenlands.syrmorite_door_item@0:[net.minecraft.item.crafting.Ingredient@318c0c5a, net.minecraft.item.crafting.Ingredient@318c0c5a, net.minecraft.item.crafting.Ingredient@318c0c5a, net.minecraft.item.crafting.Ingredient@318c0c5a, net.minecraft.item.crafting.Ingredient@318c0c5a, net.minecraft.item.crafting.Ingredient@318c0c5a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6369 thebetweenlands:syrmorite_chestplate RecipeStage{tier='two', recipe=1xitem.thebetweenlands.syrmorite_chestplate@0:[net.minecraft.item.crafting.Ingredient@5da55e55, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5da55e55, net.minecraft.item.crafting.Ingredient@5da55e55, net.minecraft.item.crafting.Ingredient@5da55e55, net.minecraft.item.crafting.Ingredient@5da55e55, net.minecraft.item.crafting.Ingredient@5da55e55, net.minecraft.item.crafting.Ingredient@5da55e55, net.minecraft.item.crafting.Ingredient@5da55e55]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6370 thebetweenlands:syrmorite_bucket net.minecraft.item.crafting.ShapedRecipes@33f2513c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6371 thebetweenlands:syrmorite_boots RecipeStage{tier='two', recipe=1xitem.thebetweenlands.syrmorite_boots@0:[net.minecraft.item.crafting.Ingredient@27c817fd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@27c817fd, net.minecraft.item.crafting.Ingredient@27c817fd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@27c817fd]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6372 thebetweenlands:syrmorite_block RecipeStage{tier='two', recipe=1xtile.thebetweenlands.syrmorite_block@0:[net.minecraft.item.crafting.Ingredient@590505bb, net.minecraft.item.crafting.Ingredient@590505bb, net.minecraft.item.crafting.Ingredient@590505bb, net.minecraft.item.crafting.Ingredient@590505bb, net.minecraft.item.crafting.Ingredient@590505bb, net.minecraft.item.crafting.Ingredient@590505bb, net.minecraft.item.crafting.Ingredient@590505bb, net.minecraft.item.crafting.Ingredient@590505bb, net.minecraft.item.crafting.Ingredient@590505bb]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6373 thebetweenlands:syrmorite_barrel RecipeStage{tier='two', recipe=1xtile.thebetweenlands.syrmorite_barrel@0:[net.minecraft.item.crafting.Ingredient@48515c7b, net.minecraft.item.crafting.Ingredient@48515c7b, net.minecraft.item.crafting.Ingredient@48515c7b, net.minecraft.item.crafting.Ingredient@48515c7b, net.minecraft.item.crafting.Ingredient@5f015b2b, net.minecraft.item.crafting.Ingredient@48515c7b, net.minecraft.item.crafting.Ingredient@48515c7b, net.minecraft.item.crafting.Ingredient@48515c7b, net.minecraft.item.crafting.Ingredient@48515c7b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6374 thebetweenlands:swamp_talisman RecipeStage{tier='two', recipe=1xitem.thebetweenlands.swamp_talisman@0:[net.minecraft.item.crafting.Ingredient@102e65b1, net.minecraft.item.crafting.Ingredient@6711fb8c, net.minecraft.item.crafting.Ingredient@3ca59047]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6375 thebetweenlands:swamp_reed_rope RecipeStage{tier='two', recipe=4xitem.thebetweenlands.items_misc@7:[net.minecraft.item.crafting.Ingredient@5f8017d5, net.minecraft.item.crafting.Ingredient@5f8017d5, net.minecraft.item.crafting.Ingredient@5f8017d5]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6376 thebetweenlands:sushi RecipeStage{tier='two', recipe=3xitem.thebetweenlands.sushi@0:[net.minecraft.item.crafting.Ingredient@17197afe, net.minecraft.item.crafting.Ingredient@17197afe, net.minecraft.item.crafting.Ingredient@17197afe, net.minecraft.item.crafting.Ingredient@58bba18a, net.minecraft.item.crafting.Ingredient@58bba18a, net.minecraft.item.crafting.Ingredient@58bba18a, net.minecraft.item.crafting.Ingredient@76cd4f70, net.minecraft.item.crafting.Ingredient@76cd4f70, net.minecraft.item.crafting.Ingredient@76cd4f70]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6377 thebetweenlands:sulfur_torch RecipeStage{tier='two', recipe=4xtile.thebetweenlands.sulfur_torch@0:[net.minecraft.item.crafting.Ingredient@35bbb5e0, net.minecraft.item.crafting.Ingredient@3ca4633b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6378 thebetweenlands:sulfur_furnace_dual RecipeStage{tier='two', recipe=1xtile.thebetweenlands.sulfur_furnace_dual@0:[net.minecraft.item.crafting.Ingredient@55d68f5c, net.minecraft.item.crafting.Ingredient@55d68f5c, net.minecraft.item.crafting.Ingredient@55d68f5c, net.minecraft.item.crafting.Ingredient@55d68f5c, net.minecraft.item.crafting.Ingredient@345dd6d5, net.minecraft.item.crafting.Ingredient@55d68f5c, net.minecraft.item.crafting.Ingredient@55d68f5c, net.minecraft.item.crafting.Ingredient@55d68f5c, net.minecraft.item.crafting.Ingredient@55d68f5c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6379 thebetweenlands:sulfur_furnace RecipeStage{tier='two', recipe=1xtile.thebetweenlands.sulfur_furnace@0:[net.minecraft.item.crafting.Ingredient@1a2ec9, net.minecraft.item.crafting.Ingredient@1a2ec9, net.minecraft.item.crafting.Ingredient@1a2ec9, net.minecraft.item.crafting.Ingredient@1a2ec9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1a2ec9, net.minecraft.item.crafting.Ingredient@1a2ec9, net.minecraft.item.crafting.Ingredient@1a2ec9, net.minecraft.item.crafting.Ingredient@1a2ec9]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6380 thebetweenlands:sulfur_block RecipeStage{tier='two', recipe=1xtile.thebetweenlands.sulfur_block@0:[net.minecraft.item.crafting.Ingredient@6390ca7a, net.minecraft.item.crafting.Ingredient@6390ca7a, net.minecraft.item.crafting.Ingredient@6390ca7a, net.minecraft.item.crafting.Ingredient@6390ca7a, net.minecraft.item.crafting.Ingredient@6390ca7a, net.minecraft.item.crafting.Ingredient@6390ca7a, net.minecraft.item.crafting.Ingredient@6390ca7a, net.minecraft.item.crafting.Ingredient@6390ca7a, net.minecraft.item.crafting.Ingredient@6390ca7a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6381 thebetweenlands:sulfur RecipeStage{tier='two', recipe=9xitem.thebetweenlands.items_misc@18:[net.minecraft.item.crafting.Ingredient@396e7dc8]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6382 thebetweenlands:smooth_pitstone_wall RecipeStage{tier='two', recipe=6xtile.thebetweenlands.smooth_pitstone_wall@0:[net.minecraft.item.crafting.Ingredient@4c6e9472, net.minecraft.item.crafting.Ingredient@4c6e9472, net.minecraft.item.crafting.Ingredient@4c6e9472, net.minecraft.item.crafting.Ingredient@4c6e9472, net.minecraft.item.crafting.Ingredient@4c6e9472, net.minecraft.item.crafting.Ingredient@4c6e9472]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6383 thebetweenlands:smooth_pitstone_stairs RecipeStage{tier='two', recipe=4xtile.thebetweenlands.smooth_pitstone_stairs@0:[net.minecraft.item.crafting.Ingredient@1657ddca, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1657ddca, net.minecraft.item.crafting.Ingredient@1657ddca, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1657ddca, net.minecraft.item.crafting.Ingredient@1657ddca, net.minecraft.item.crafting.Ingredient@1657ddca]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6384 thebetweenlands:smooth_pitstone_slab RecipeStage{tier='two', recipe=6xtile.thebetweenlands.smooth_pitstone_slab@0:[net.minecraft.item.crafting.Ingredient@61f98a2f, net.minecraft.item.crafting.Ingredient@61f98a2f, net.minecraft.item.crafting.Ingredient@61f98a2f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6385 thebetweenlands:smooth_cragrock_wall RecipeStage{tier='two', recipe=6xtile.thebetweenlands.smooth_cragrock_wall@0:[net.minecraft.item.crafting.Ingredient@3835b004, net.minecraft.item.crafting.Ingredient@3835b004, net.minecraft.item.crafting.Ingredient@3835b004, net.minecraft.item.crafting.Ingredient@3835b004, net.minecraft.item.crafting.Ingredient@3835b004, net.minecraft.item.crafting.Ingredient@3835b004]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6386 thebetweenlands:smooth_cragrock_stairs RecipeStage{tier='two', recipe=4xtile.thebetweenlands.smooth_cragrock_stairs@0:[net.minecraft.item.crafting.Ingredient@6394a689, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6394a689, net.minecraft.item.crafting.Ingredient@6394a689, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6394a689, net.minecraft.item.crafting.Ingredient@6394a689, net.minecraft.item.crafting.Ingredient@6394a689]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6387 thebetweenlands:smooth_cragrock_slab RecipeStage{tier='two', recipe=6xtile.thebetweenlands.smooth_cragrock_slab@0:[net.minecraft.item.crafting.Ingredient@2e5a2fbf, net.minecraft.item.crafting.Ingredient@2e5a2fbf, net.minecraft.item.crafting.Ingredient@2e5a2fbf]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6388 thebetweenlands:smooth_betweenstone_wall RecipeStage{tier='two', recipe=6xtile.thebetweenlands.smooth_betweenstone_wall@0:[net.minecraft.item.crafting.Ingredient@4f0dcae7, net.minecraft.item.crafting.Ingredient@4f0dcae7, net.minecraft.item.crafting.Ingredient@4f0dcae7, net.minecraft.item.crafting.Ingredient@4f0dcae7, net.minecraft.item.crafting.Ingredient@4f0dcae7, net.minecraft.item.crafting.Ingredient@4f0dcae7]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6389 thebetweenlands:smooth_betweenstone_stairs RecipeStage{tier='two', recipe=4xtile.thebetweenlands.smooth_betweenstone_stairs@0:[net.minecraft.item.crafting.Ingredient@4601c25, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4601c25, net.minecraft.item.crafting.Ingredient@4601c25, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4601c25, net.minecraft.item.crafting.Ingredient@4601c25, net.minecraft.item.crafting.Ingredient@4601c25]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6390 thebetweenlands:smooth_betweenstone_slab RecipeStage{tier='two', recipe=6xtile.thebetweenlands.smooth_betweenstone_slab@0:[net.minecraft.item.crafting.Ingredient@69639774, net.minecraft.item.crafting.Ingredient@69639774, net.minecraft.item.crafting.Ingredient@69639774]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6391 thebetweenlands:slimy_bone_block RecipeStage{tier='two', recipe=1xtile.thebetweenlands.slimy_bone_block@0:[net.minecraft.item.crafting.Ingredient@5ca9041d, net.minecraft.item.crafting.Ingredient@5ca9041d, net.minecraft.item.crafting.Ingredient@5ca9041d, net.minecraft.item.crafting.Ingredient@5ca9041d, net.minecraft.item.crafting.Ingredient@5ca9041d, net.minecraft.item.crafting.Ingredient@5ca9041d, net.minecraft.item.crafting.Ingredient@5ca9041d, net.minecraft.item.crafting.Ingredient@5ca9041d, net.minecraft.item.crafting.Ingredient@5ca9041d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6392 thebetweenlands:slimy_bone RecipeStage{tier='two', recipe=9xitem.thebetweenlands.items_misc@14:[net.minecraft.item.crafting.Ingredient@96e6ecb]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6393 thebetweenlands:silt_glass_pane RecipeStage{tier='two', recipe=16xtile.thebetweenlands.silt_glass_pane@0:[net.minecraft.item.crafting.Ingredient@74355e08, net.minecraft.item.crafting.Ingredient@74355e08, net.minecraft.item.crafting.Ingredient@74355e08, net.minecraft.item.crafting.Ingredient@74355e08, net.minecraft.item.crafting.Ingredient@74355e08, net.minecraft.item.crafting.Ingredient@74355e08]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6394 thebetweenlands:sickle RecipeStage{tier='two', recipe=1xitem.thebetweenlands.sickle@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4d60b9ea, net.minecraft.item.crafting.Ingredient@4d60b9ea, net.minecraft.item.crafting.Ingredient@4d60b9ea, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1acf2276, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3de33153]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6395 thebetweenlands:scabyst_trapdoor RecipeStage{tier='two', recipe=2xtile.thebetweenlands.scabyst_trapdoor@0:[net.minecraft.item.crafting.Ingredient@7ac16bc4, net.minecraft.item.crafting.Ingredient@7ac16bc4, net.minecraft.item.crafting.Ingredient@7ac16bc4, net.minecraft.item.crafting.Ingredient@7ac16bc4, net.minecraft.item.crafting.Ingredient@7ac16bc4, net.minecraft.item.crafting.Ingredient@7ac16bc4]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6396 thebetweenlands:scabyst_pitstone_horizontal RecipeStage{tier='two', recipe=4xtile.thebetweenlands.scabyst_pitstone_horizontal@0:[net.minecraft.item.crafting.Ingredient@424fd332, net.minecraft.item.crafting.Ingredient@424fd332, net.minecraft.item.crafting.Ingredient@424fd332, net.minecraft.item.crafting.Ingredient@18d3b13, net.minecraft.item.crafting.Ingredient@18d3b13, net.minecraft.item.crafting.Ingredient@18d3b13, net.minecraft.item.crafting.Ingredient@424fd332, net.minecraft.item.crafting.Ingredient@424fd332, net.minecraft.item.crafting.Ingredient@424fd332]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6397 thebetweenlands:scabyst_pitstone_dotted RecipeStage{tier='two', recipe=4xtile.thebetweenlands.scabyst_pitstone_dotted@0:[net.minecraft.item.crafting.Ingredient@68c614d1, net.minecraft.item.crafting.Ingredient@68c614d1, net.minecraft.item.crafting.Ingredient@68c614d1, net.minecraft.item.crafting.Ingredient@68c614d1, net.minecraft.item.crafting.Ingredient@435bd1da, net.minecraft.item.crafting.Ingredient@68c614d1, net.minecraft.item.crafting.Ingredient@68c614d1, net.minecraft.item.crafting.Ingredient@68c614d1, net.minecraft.item.crafting.Ingredient@68c614d1]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6398 thebetweenlands:scabyst_from_block RecipeStage{tier='two', recipe=9xitem.thebetweenlands.items_misc@39:[net.minecraft.item.crafting.Ingredient@6e3e83d6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6399 thebetweenlands:scabyst_door_item RecipeStage{tier='two', recipe=3xitem.thebetweenlands.scabyst_door_item@0:[net.minecraft.item.crafting.Ingredient@510c0fed, net.minecraft.item.crafting.Ingredient@510c0fed, net.minecraft.item.crafting.Ingredient@510c0fed, net.minecraft.item.crafting.Ingredient@510c0fed, net.minecraft.item.crafting.Ingredient@510c0fed, net.minecraft.item.crafting.Ingredient@510c0fed]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6400 thebetweenlands:scabyst_chiseled_3_to_1 RecipeStage{tier='two', recipe=1xtile.thebetweenlands.scabyst_chiseled_1@0:[net.minecraft.item.crafting.Ingredient@53046495]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6401 thebetweenlands:scabyst_chiseled_2_to_3 RecipeStage{tier='two', recipe=1xtile.thebetweenlands.scabyst_chiseled_3@0:[net.minecraft.item.crafting.Ingredient@152316e4]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6402 thebetweenlands:scabyst_chiseled_1_to_2 RecipeStage{tier='two', recipe=1xtile.thebetweenlands.scabyst_chiseled_2@0:[net.minecraft.item.crafting.Ingredient@49e6fc5e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6403 thebetweenlands:scabyst_chiseled_1 RecipeStage{tier='two', recipe=1xtile.thebetweenlands.scabyst_chiseled_1@0:[net.minecraft.item.crafting.Ingredient@39d5bc34, net.minecraft.item.crafting.Ingredient@39d5bc34]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6404 thebetweenlands:scabyst_bricks RecipeStage{tier='two', recipe=4xtile.thebetweenlands.scabyst_bricks@0:[net.minecraft.item.crafting.Ingredient@6ddb1613, net.minecraft.item.crafting.Ingredient@6ddb1613, net.minecraft.item.crafting.Ingredient@6ddb1613, net.minecraft.item.crafting.Ingredient@6ddb1613]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6405 thebetweenlands:scabyst_brick_wall RecipeStage{tier='two', recipe=6xtile.thebetweenlands.scabyst_brick_wall@0:[net.minecraft.item.crafting.Ingredient@5e45c80e, net.minecraft.item.crafting.Ingredient@5e45c80e, net.minecraft.item.crafting.Ingredient@5e45c80e, net.minecraft.item.crafting.Ingredient@5e45c80e, net.minecraft.item.crafting.Ingredient@5e45c80e, net.minecraft.item.crafting.Ingredient@5e45c80e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6406 thebetweenlands:scabyst_brick_stairs RecipeStage{tier='two', recipe=4xtile.thebetweenlands.scabyst_brick_stairs@0:[net.minecraft.item.crafting.Ingredient@626367bc, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@626367bc, net.minecraft.item.crafting.Ingredient@626367bc, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@626367bc, net.minecraft.item.crafting.Ingredient@626367bc, net.minecraft.item.crafting.Ingredient@626367bc]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6407 thebetweenlands:scabyst_brick_slab RecipeStage{tier='two', recipe=6xtile.thebetweenlands.scabyst_brick_slab@0:[net.minecraft.item.crafting.Ingredient@5f393d96, net.minecraft.item.crafting.Ingredient@5f393d96, net.minecraft.item.crafting.Ingredient@5f393d96]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6408 thebetweenlands:scabyst_block RecipeStage{tier='two', recipe=1xtile.thebetweenlands.scabyst_block@0:[net.minecraft.item.crafting.Ingredient@221641f0, net.minecraft.item.crafting.Ingredient@221641f0, net.minecraft.item.crafting.Ingredient@221641f0, net.minecraft.item.crafting.Ingredient@221641f0, net.minecraft.item.crafting.Ingredient@221641f0, net.minecraft.item.crafting.Ingredient@221641f0, net.minecraft.item.crafting.Ingredient@221641f0, net.minecraft.item.crafting.Ingredient@221641f0, net.minecraft.item.crafting.Ingredient@221641f0]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6409 thebetweenlands:sap_log_full RecipeStage{tier='two', recipe=4xtile.thebetweenlands.log_sap@12:[net.minecraft.item.crafting.Ingredient@2c2d4335, net.minecraft.item.crafting.Ingredient@2c2d4335, net.minecraft.item.crafting.Ingredient@2c2d4335, net.minecraft.item.crafting.Ingredient@2c2d4335]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6410 thebetweenlands:sap_log RecipeStage{tier='two', recipe=4xtile.thebetweenlands.log_sap@0:[net.minecraft.item.crafting.Ingredient@73f868dd, net.minecraft.item.crafting.Ingredient@73f868dd, net.minecraft.item.crafting.Ingredient@73f868dd, net.minecraft.item.crafting.Ingredient@73f868dd]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6411 thebetweenlands:sap_jello RecipeStage{tier='two', recipe=1xitem.thebetweenlands.sap_jello@0:[net.minecraft.item.crafting.Ingredient@7217cd7f, net.minecraft.item.crafting.Ingredient@5a6a4e0e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6413 thebetweenlands:rubber_tree_plank_trapdoor RecipeStage{tier='two', recipe=2xtile.thebetweenlands.rubber_tree_plank_trapdoor@0:[net.minecraft.item.crafting.Ingredient@2eb8d0d9, net.minecraft.item.crafting.Ingredient@2eb8d0d9, net.minecraft.item.crafting.Ingredient@2eb8d0d9, net.minecraft.item.crafting.Ingredient@2eb8d0d9, net.minecraft.item.crafting.Ingredient@2eb8d0d9, net.minecraft.item.crafting.Ingredient@2eb8d0d9]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6414 thebetweenlands:rubber_tree_plank_stairs RecipeStage{tier='two', recipe=4xtile.thebetweenlands.rubber_tree_plank_stairs@0:[net.minecraft.item.crafting.Ingredient@6d68b5f5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6d68b5f5, net.minecraft.item.crafting.Ingredient@6d68b5f5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6d68b5f5, net.minecraft.item.crafting.Ingredient@6d68b5f5, net.minecraft.item.crafting.Ingredient@6d68b5f5]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6415 thebetweenlands:rubber_tree_plank_slab RecipeStage{tier='two', recipe=6xtile.thebetweenlands.rubber_tree_plank_slab@0:[net.minecraft.item.crafting.Ingredient@471c9312, net.minecraft.item.crafting.Ingredient@471c9312, net.minecraft.item.crafting.Ingredient@471c9312]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6416 thebetweenlands:rubber_tree_plank_fence_gate RecipeStage{tier='two', recipe=1xtile.thebetweenlands.rubber_tree_plank_fence_gate@0:[net.minecraft.item.crafting.Ingredient@73d8b202, net.minecraft.item.crafting.Ingredient@5cd8eca5, net.minecraft.item.crafting.Ingredient@73d8b202, net.minecraft.item.crafting.Ingredient@73d8b202, net.minecraft.item.crafting.Ingredient@5cd8eca5, net.minecraft.item.crafting.Ingredient@73d8b202]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6417 thebetweenlands:rubber_tree_plank_fence RecipeStage{tier='two', recipe=3xtile.thebetweenlands.rubber_tree_plank_fence@0:[net.minecraft.item.crafting.Ingredient@7352cd47, net.minecraft.item.crafting.Ingredient@3178a731, net.minecraft.item.crafting.Ingredient@7352cd47, net.minecraft.item.crafting.Ingredient@7352cd47, net.minecraft.item.crafting.Ingredient@3178a731, net.minecraft.item.crafting.Ingredient@7352cd47]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6418 thebetweenlands:rubber_tree_plank_door_item RecipeStage{tier='two', recipe=3xitem.thebetweenlands.rubber_tree_plank_door_item@0:[net.minecraft.item.crafting.Ingredient@23cc1da5, net.minecraft.item.crafting.Ingredient@23cc1da5, net.minecraft.item.crafting.Ingredient@23cc1da5, net.minecraft.item.crafting.Ingredient@23cc1da5, net.minecraft.item.crafting.Ingredient@23cc1da5, net.minecraft.item.crafting.Ingredient@23cc1da5]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6419 thebetweenlands:rubber_boots RecipeStage{tier='two', recipe=1xitem.thebetweenlands.rubber_boots@0:[net.minecraft.item.crafting.Ingredient@20a50880, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@20a50880, net.minecraft.item.crafting.Ingredient@20a50880, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@20a50880]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6420 thebetweenlands:rubber_block RecipeStage{tier='two', recipe=1xtile.thebetweenlands.rubber_block@0:[net.minecraft.item.crafting.Ingredient@5fb600fe, net.minecraft.item.crafting.Ingredient@5fb600fe, net.minecraft.item.crafting.Ingredient@5fb600fe, net.minecraft.item.crafting.Ingredient@5fb600fe, net.minecraft.item.crafting.Ingredient@5fb600fe, net.minecraft.item.crafting.Ingredient@5fb600fe, net.minecraft.item.crafting.Ingredient@5fb600fe, net.minecraft.item.crafting.Ingredient@5fb600fe, net.minecraft.item.crafting.Ingredient@5fb600fe]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6421 thebetweenlands:rubber_ball RecipeStage{tier='two', recipe=9xitem.thebetweenlands.items_misc@23:[net.minecraft.item.crafting.Ingredient@6ccbbce6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6422 thebetweenlands:rotten_planks RecipeStage{tier='two', recipe=4xtile.thebetweenlands.rotten_planks@0:[net.minecraft.item.crafting.Ingredient@5bbea8e1]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6423 thebetweenlands:rotten_plank_stairs RecipeStage{tier='two', recipe=4xtile.thebetweenlands.rotten_plank_stairs@0:[net.minecraft.item.crafting.Ingredient@1b562c7b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1b562c7b, net.minecraft.item.crafting.Ingredient@1b562c7b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1b562c7b, net.minecraft.item.crafting.Ingredient@1b562c7b, net.minecraft.item.crafting.Ingredient@1b562c7b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6424 thebetweenlands:rotten_plank_slab RecipeStage{tier='two', recipe=6xtile.thebetweenlands.rotten_plank_slab@0:[net.minecraft.item.crafting.Ingredient@21c2d841, net.minecraft.item.crafting.Ingredient@21c2d841, net.minecraft.item.crafting.Ingredient@21c2d841]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6425 thebetweenlands:rotten_plank_fence_gate RecipeStage{tier='two', recipe=1xtile.thebetweenlands.rotten_plank_fence_gate@0:[net.minecraft.item.crafting.Ingredient@77b4fb6c, net.minecraft.item.crafting.Ingredient@2a8d750a, net.minecraft.item.crafting.Ingredient@77b4fb6c, net.minecraft.item.crafting.Ingredient@77b4fb6c, net.minecraft.item.crafting.Ingredient@2a8d750a, net.minecraft.item.crafting.Ingredient@77b4fb6c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6426 thebetweenlands:rotten_plank_fence RecipeStage{tier='two', recipe=3xtile.thebetweenlands.rotten_plank_fence@0:[net.minecraft.item.crafting.Ingredient@3e9e39f5, net.minecraft.item.crafting.Ingredient@1f067bf, net.minecraft.item.crafting.Ingredient@3e9e39f5, net.minecraft.item.crafting.Ingredient@3e9e39f5, net.minecraft.item.crafting.Ingredient@1f067bf, net.minecraft.item.crafting.Ingredient@3e9e39f5]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6427 thebetweenlands:rope_item RecipeStage{tier='two', recipe=1xitem.thebetweenlands.rope_item@0:[net.minecraft.item.crafting.Ingredient@cdd1678, net.minecraft.item.crafting.Ingredient@cdd1678, net.minecraft.item.crafting.Ingredient@cdd1678]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6428 thebetweenlands:repeller RecipeStage{tier='two', recipe=1xtile.thebetweenlands.repeller@0:[net.minecraft.item.crafting.Ingredient@56fdefd3, net.minecraft.item.crafting.Ingredient@1e05f0f5, net.minecraft.item.crafting.Ingredient@56fdefd3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@40f3e11c, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6429 thebetweenlands:reed_donut RecipeStage{tier='two', recipe=1xitem.thebetweenlands.reed_donut@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@67c76446, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@67c76446, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@67c76446, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@67c76446, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6430 thebetweenlands:purifier RecipeStage{tier='two', recipe=1xtile.thebetweenlands.purifier@0:[net.minecraft.item.crafting.Ingredient@1cd99b12, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1cd99b12, net.minecraft.item.crafting.Ingredient@1cd99b12, net.minecraft.item.crafting.Ingredient@1cd99b12, net.minecraft.item.crafting.Ingredient@1cd99b12, net.minecraft.item.crafting.Ingredient@766fe3af, net.minecraft.item.crafting.Ingredient@766fe3af, net.minecraft.item.crafting.Ingredient@766fe3af]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6431 thebetweenlands:polished_limestone_wall RecipeStage{tier='two', recipe=6xtile.thebetweenlands.polished_limestone_wall@0:[net.minecraft.item.crafting.Ingredient@63237d95, net.minecraft.item.crafting.Ingredient@63237d95, net.minecraft.item.crafting.Ingredient@63237d95, net.minecraft.item.crafting.Ingredient@63237d95, net.minecraft.item.crafting.Ingredient@63237d95, net.minecraft.item.crafting.Ingredient@63237d95]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6432 thebetweenlands:polished_limestone_stairs RecipeStage{tier='two', recipe=4xtile.thebetweenlands.polished_limestone_stairs@0:[net.minecraft.item.crafting.Ingredient@793d0224, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@793d0224, net.minecraft.item.crafting.Ingredient@793d0224, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@793d0224, net.minecraft.item.crafting.Ingredient@793d0224, net.minecraft.item.crafting.Ingredient@793d0224]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6433 thebetweenlands:polished_limestone_slab RecipeStage{tier='two', recipe=6xtile.thebetweenlands.polished_limestone_slab@0:[net.minecraft.item.crafting.Ingredient@1e7c55db, net.minecraft.item.crafting.Ingredient@1e7c55db, net.minecraft.item.crafting.Ingredient@1e7c55db]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6434 thebetweenlands:poisoned_angler_tooth_arrow RecipeStage{tier='two', recipe=1xitem.thebetweenlands.poisoned_angler_tooth_arrow@0:[net.minecraft.item.crafting.Ingredient@1b65955, net.minecraft.item.crafting.Ingredient@768c6de6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6435 thebetweenlands:pitstone_wall RecipeStage{tier='two', recipe=6xtile.thebetweenlands.pitstone_wall@0:[net.minecraft.item.crafting.Ingredient@7ee0fc6c, net.minecraft.item.crafting.Ingredient@7ee0fc6c, net.minecraft.item.crafting.Ingredient@7ee0fc6c, net.minecraft.item.crafting.Ingredient@7ee0fc6c, net.minecraft.item.crafting.Ingredient@7ee0fc6c, net.minecraft.item.crafting.Ingredient@7ee0fc6c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6436 thebetweenlands:pitstone_tiles RecipeStage{tier='two', recipe=4xtile.thebetweenlands.pitstone_tiles@0:[net.minecraft.item.crafting.Ingredient@21bbadfd, net.minecraft.item.crafting.Ingredient@21bbadfd, net.minecraft.item.crafting.Ingredient@21bbadfd, net.minecraft.item.crafting.Ingredient@21bbadfd]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6437 thebetweenlands:pitstone_stairs RecipeStage{tier='two', recipe=4xtile.thebetweenlands.pitstone_stairs@0:[net.minecraft.item.crafting.Ingredient@26310ab2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@26310ab2, net.minecraft.item.crafting.Ingredient@26310ab2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@26310ab2, net.minecraft.item.crafting.Ingredient@26310ab2, net.minecraft.item.crafting.Ingredient@26310ab2]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6438 thebetweenlands:pitstone_slab RecipeStage{tier='two', recipe=6xtile.thebetweenlands.pitstone_slab@0:[net.minecraft.item.crafting.Ingredient@7b06a64, net.minecraft.item.crafting.Ingredient@7b06a64, net.minecraft.item.crafting.Ingredient@7b06a64]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6439 thebetweenlands:pitstone_pillar RecipeStage{tier='two', recipe=2xtile.thebetweenlands.pitstone_pillar@0:[net.minecraft.item.crafting.Ingredient@4de3217, net.minecraft.item.crafting.Ingredient@4de3217]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6440 thebetweenlands:pitstone_chiseled RecipeStage{tier='two', recipe=1xtile.thebetweenlands.pitstone_chiseled@0:[net.minecraft.item.crafting.Ingredient@4b4cc62b, net.minecraft.item.crafting.Ingredient@4b4cc62b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6441 thebetweenlands:pitstone_bricks RecipeStage{tier='two', recipe=4xtile.thebetweenlands.pitstone_bricks@0:[net.minecraft.item.crafting.Ingredient@1765f155, net.minecraft.item.crafting.Ingredient@1765f155, net.minecraft.item.crafting.Ingredient@1765f155, net.minecraft.item.crafting.Ingredient@1765f155]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6442 thebetweenlands:pitstone_brick_wall RecipeStage{tier='two', recipe=6xtile.thebetweenlands.pitstone_brick_wall@0:[net.minecraft.item.crafting.Ingredient@240303e5, net.minecraft.item.crafting.Ingredient@240303e5, net.minecraft.item.crafting.Ingredient@240303e5, net.minecraft.item.crafting.Ingredient@240303e5, net.minecraft.item.crafting.Ingredient@240303e5, net.minecraft.item.crafting.Ingredient@240303e5]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6443 thebetweenlands:pitstone_brick_stairs RecipeStage{tier='two', recipe=4xtile.thebetweenlands.pitstone_brick_stairs@0:[net.minecraft.item.crafting.Ingredient@7dfde73e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7dfde73e, net.minecraft.item.crafting.Ingredient@7dfde73e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7dfde73e, net.minecraft.item.crafting.Ingredient@7dfde73e, net.minecraft.item.crafting.Ingredient@7dfde73e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6444 thebetweenlands:pitstone_brick_slab RecipeStage{tier='two', recipe=6xtile.thebetweenlands.pitstone_brick_slab@0:[net.minecraft.item.crafting.Ingredient@14574573, net.minecraft.item.crafting.Ingredient@14574573, net.minecraft.item.crafting.Ingredient@14574573]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6445 thebetweenlands:pestle RecipeStage{tier='two', recipe=1xitem.thebetweenlands.pestle@0:[net.minecraft.item.crafting.Ingredient@6dad4ce3, net.minecraft.item.crafting.Ingredient@4e770e89, net.minecraft.item.crafting.Ingredient@4e770e89]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6446 thebetweenlands:octine_sword RecipeStage{tier='two', recipe=1xitem.thebetweenlands.octine_sword@0:[net.minecraft.item.crafting.Ingredient@692b5355, net.minecraft.item.crafting.Ingredient@692b5355, net.minecraft.item.crafting.Ingredient@2cd25184]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6447 thebetweenlands:octine_shovel RecipeStage{tier='two', recipe=1xitem.thebetweenlands.octine_shovel@0:[net.minecraft.item.crafting.Ingredient@7d2f4fc8, net.minecraft.item.crafting.Ingredient@4215a378, net.minecraft.item.crafting.Ingredient@4215a378]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6448 thebetweenlands:octine_shield RecipeStage{tier='two', recipe=1xitem.thebetweenlands.octine_shield@0:[net.minecraft.item.crafting.Ingredient@ba45823, net.minecraft.item.crafting.Ingredient@ba45823, net.minecraft.item.crafting.Ingredient@ba45823, net.minecraft.item.crafting.Ingredient@ba45823, net.minecraft.item.crafting.Ingredient@ba45823, net.minecraft.item.crafting.Ingredient@ba45823, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@ba45823, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6449 thebetweenlands:octine_pickaxe RecipeStage{tier='two', recipe=1xitem.thebetweenlands.octine_pickaxe@0:[net.minecraft.item.crafting.Ingredient@7d7d94cb, net.minecraft.item.crafting.Ingredient@7d7d94cb, net.minecraft.item.crafting.Ingredient@7d7d94cb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@240c1636, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@240c1636, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6450 thebetweenlands:octine_nugget RecipeStage{tier='two', recipe=9xitem.thebetweenlands.items_misc@42:[net.minecraft.item.crafting.Ingredient@150b4505]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6451 thebetweenlands:octine_ingot_from_nuggets RecipeStage{tier='two', recipe=1xitem.thebetweenlands.octine_ingot@0:[net.minecraft.item.crafting.Ingredient@4994f5ac, net.minecraft.item.crafting.Ingredient@4994f5ac, net.minecraft.item.crafting.Ingredient@4994f5ac, net.minecraft.item.crafting.Ingredient@4994f5ac, net.minecraft.item.crafting.Ingredient@4994f5ac, net.minecraft.item.crafting.Ingredient@4994f5ac, net.minecraft.item.crafting.Ingredient@4994f5ac, net.minecraft.item.crafting.Ingredient@4994f5ac, net.minecraft.item.crafting.Ingredient@4994f5ac]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6452 thebetweenlands:octine_ingot RecipeStage{tier='two', recipe=9xitem.thebetweenlands.octine_ingot@0:[net.minecraft.item.crafting.Ingredient@590c368a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6453 thebetweenlands:octine_block RecipeStage{tier='two', recipe=1xtile.thebetweenlands.octine_block@0:[net.minecraft.item.crafting.Ingredient@7e915d08, net.minecraft.item.crafting.Ingredient@7e915d08, net.minecraft.item.crafting.Ingredient@7e915d08, net.minecraft.item.crafting.Ingredient@7e915d08, net.minecraft.item.crafting.Ingredient@7e915d08, net.minecraft.item.crafting.Ingredient@7e915d08, net.minecraft.item.crafting.Ingredient@7e915d08, net.minecraft.item.crafting.Ingredient@7e915d08, net.minecraft.item.crafting.Ingredient@7e915d08]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6454 thebetweenlands:octine_axe RecipeStage{tier='two', recipe=1xitem.thebetweenlands.octine_axe@0:[net.minecraft.item.crafting.Ingredient@484871c2, net.minecraft.item.crafting.Ingredient@484871c2, net.minecraft.item.crafting.Ingredient@484871c2, net.minecraft.item.crafting.Ingredient@7e2dcc8a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7e2dcc8a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6455 thebetweenlands:octine_arrow RecipeStage{tier='two', recipe=4xitem.thebetweenlands.octine_arrow@0:[net.minecraft.item.crafting.Ingredient@3c880b68, net.minecraft.item.crafting.Ingredient@71814b00, net.minecraft.item.crafting.Ingredient@359cd44c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6457 thebetweenlands:nibbletwig_plank_trapdoor RecipeStage{tier='two', recipe=2xtile.thebetweenlands.nibbletwig_plank_trapdoor@0:[net.minecraft.item.crafting.Ingredient@45bef45d, net.minecraft.item.crafting.Ingredient@45bef45d, net.minecraft.item.crafting.Ingredient@45bef45d, net.minecraft.item.crafting.Ingredient@45bef45d, net.minecraft.item.crafting.Ingredient@45bef45d, net.minecraft.item.crafting.Ingredient@45bef45d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6458 thebetweenlands:nibbletwig_plank_stairs RecipeStage{tier='two', recipe=4xtile.thebetweenlands.nibbletwig_plank_stairs@0:[net.minecraft.item.crafting.Ingredient@10f521ad, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@10f521ad, net.minecraft.item.crafting.Ingredient@10f521ad, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@10f521ad, net.minecraft.item.crafting.Ingredient@10f521ad, net.minecraft.item.crafting.Ingredient@10f521ad]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6459 thebetweenlands:nibbletwig_plank_slab RecipeStage{tier='two', recipe=6xtile.thebetweenlands.nibbletwig_plank_slab@0:[net.minecraft.item.crafting.Ingredient@443c1421, net.minecraft.item.crafting.Ingredient@443c1421, net.minecraft.item.crafting.Ingredient@443c1421]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6460 thebetweenlands:nibbletwig_plank_fence_gate RecipeStage{tier='two', recipe=1xtile.thebetweenlands.nibbletwig_plank_fence_gate@0:[net.minecraft.item.crafting.Ingredient@14d88cea, net.minecraft.item.crafting.Ingredient@8505444, net.minecraft.item.crafting.Ingredient@14d88cea, net.minecraft.item.crafting.Ingredient@14d88cea, net.minecraft.item.crafting.Ingredient@8505444, net.minecraft.item.crafting.Ingredient@14d88cea]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6461 thebetweenlands:nibbletwig_plank_fence RecipeStage{tier='two', recipe=3xtile.thebetweenlands.nibbletwig_plank_fence@0:[net.minecraft.item.crafting.Ingredient@1ec4c6e6, net.minecraft.item.crafting.Ingredient@349f0697, net.minecraft.item.crafting.Ingredient@1ec4c6e6, net.minecraft.item.crafting.Ingredient@1ec4c6e6, net.minecraft.item.crafting.Ingredient@349f0697, net.minecraft.item.crafting.Ingredient@1ec4c6e6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6462 thebetweenlands:nibbletwig_plank_door_item RecipeStage{tier='two', recipe=3xitem.thebetweenlands.nibbletwig_plank_door_item@0:[net.minecraft.item.crafting.Ingredient@415b84cf, net.minecraft.item.crafting.Ingredient@415b84cf, net.minecraft.item.crafting.Ingredient@415b84cf, net.minecraft.item.crafting.Ingredient@415b84cf, net.minecraft.item.crafting.Ingredient@415b84cf, net.minecraft.item.crafting.Ingredient@415b84cf]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6463 thebetweenlands:nibbletwig_log_full RecipeStage{tier='two', recipe=4xtile.thebetweenlands.log_nibbletwig@12:[net.minecraft.item.crafting.Ingredient@53a3796a, net.minecraft.item.crafting.Ingredient@53a3796a, net.minecraft.item.crafting.Ingredient@53a3796a, net.minecraft.item.crafting.Ingredient@53a3796a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6464 thebetweenlands:nibbletwig_log RecipeStage{tier='two', recipe=4xtile.thebetweenlands.log_nibbletwig@0:[net.minecraft.item.crafting.Ingredient@69989fd8, net.minecraft.item.crafting.Ingredient@69989fd8, net.minecraft.item.crafting.Ingredient@69989fd8, net.minecraft.item.crafting.Ingredient@69989fd8]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6466 thebetweenlands:nettle_soup RecipeStage{tier='two', recipe=1xitem.thebetweenlands.nettle_soup@0:[net.minecraft.item.crafting.Ingredient@46e34816, net.minecraft.item.crafting.Ingredient@2d6cb465, net.minecraft.item.crafting.Ingredient@87c0cbe, net.minecraft.item.crafting.Ingredient@721a2c1e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6467 thebetweenlands:net RecipeStage{tier='two', recipe=1xitem.thebetweenlands.net@0:[net.minecraft.item.crafting.Ingredient@1fd2f944, net.minecraft.item.crafting.Ingredient@5bc5068e, net.minecraft.item.crafting.Ingredient@5bc5068e, net.minecraft.item.crafting.Ingredient@1fd2f944, net.minecraft.item.crafting.Ingredient@5bc5068e, net.minecraft.item.crafting.Ingredient@5bc5068e, net.minecraft.item.crafting.Ingredient@1fd2f944, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6468 thebetweenlands:mud_tiles RecipeStage{tier='two', recipe=4xtile.thebetweenlands.mud_tiles@0:[net.minecraft.item.crafting.Ingredient@3d295022, net.minecraft.item.crafting.Ingredient@3d295022, net.minecraft.item.crafting.Ingredient@3d295022, net.minecraft.item.crafting.Ingredient@3d295022]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6469 thebetweenlands:mud_flower_pot_candle RecipeStage{tier='two', recipe=1xtile.thebetweenlands.mud_flower_pot_candle@0:[net.minecraft.item.crafting.Ingredient@516400ba, net.minecraft.item.crafting.Ingredient@4be41dd]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6470 thebetweenlands:mud_flower_pot RecipeStage{tier='two', recipe=1xtile.thebetweenlands.mud_flower_pot@0:[net.minecraft.item.crafting.Ingredient@4837260a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4837260a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4837260a, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6471 thebetweenlands:mud_bricks_shingles RecipeStage{tier='two', recipe=2xtile.thebetweenlands.mud_brick_shingles@0:[net.minecraft.item.crafting.Ingredient@61456108, net.minecraft.item.crafting.Ingredient@61456108, net.minecraft.item.crafting.Ingredient@61456108, net.minecraft.item.crafting.Ingredient@61456108, net.minecraft.item.crafting.Ingredient@61456108, net.minecraft.item.crafting.Ingredient@61456108, net.minecraft.item.crafting.Ingredient@61456108, net.minecraft.item.crafting.Ingredient@61456108, net.minecraft.item.crafting.Ingredient@61456108]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6472 thebetweenlands:mud_bricks_decay_4 net.minecraft.item.crafting.ShapelessRecipes@45e41be3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6473 thebetweenlands:mud_bricks_decay_3 net.minecraft.item.crafting.ShapelessRecipes@4b5f0218 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6474 thebetweenlands:mud_bricks_decay_2 net.minecraft.item.crafting.ShapelessRecipes@1876f126 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6475 thebetweenlands:mud_bricks_decay_1 net.minecraft.item.crafting.ShapelessRecipes@4e54e38d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6476 thebetweenlands:mud_bricks RecipeStage{tier='two', recipe=1xtile.thebetweenlands.mud_bricks@0:[net.minecraft.item.crafting.Ingredient@88cf196, net.minecraft.item.crafting.Ingredient@88cf196, net.minecraft.item.crafting.Ingredient@88cf196, net.minecraft.item.crafting.Ingredient@88cf196]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6477 thebetweenlands:mud_brick_wall RecipeStage{tier='two', recipe=6xtile.thebetweenlands.mud_brick_wall@0:[net.minecraft.item.crafting.Ingredient@71c03f57, net.minecraft.item.crafting.Ingredient@71c03f57, net.minecraft.item.crafting.Ingredient@71c03f57, net.minecraft.item.crafting.Ingredient@71c03f57, net.minecraft.item.crafting.Ingredient@71c03f57, net.minecraft.item.crafting.Ingredient@71c03f57]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6478 thebetweenlands:mud_brick_stairs_decay_4 RecipeStage{tier='two', recipe=4xtile.thebetweenlands.mud_brick_stairs_decay_4@0:[net.minecraft.item.crafting.Ingredient@3ba59c76, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3ba59c76, net.minecraft.item.crafting.Ingredient@3ba59c76, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3ba59c76, net.minecraft.item.crafting.Ingredient@3ba59c76, net.minecraft.item.crafting.Ingredient@3ba59c76]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6479 thebetweenlands:mud_brick_stairs_decay_3 RecipeStage{tier='two', recipe=4xtile.thebetweenlands.mud_brick_stairs_decay_3@0:[net.minecraft.item.crafting.Ingredient@7d88053f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7d88053f, net.minecraft.item.crafting.Ingredient@7d88053f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7d88053f, net.minecraft.item.crafting.Ingredient@7d88053f, net.minecraft.item.crafting.Ingredient@7d88053f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6480 thebetweenlands:mud_brick_stairs_decay_2 RecipeStage{tier='two', recipe=4xtile.thebetweenlands.mud_brick_stairs_decay_2@0:[net.minecraft.item.crafting.Ingredient@36a04938, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@36a04938, net.minecraft.item.crafting.Ingredient@36a04938, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@36a04938, net.minecraft.item.crafting.Ingredient@36a04938, net.minecraft.item.crafting.Ingredient@36a04938]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6481 thebetweenlands:mud_brick_stairs_decay_1 RecipeStage{tier='two', recipe=4xtile.thebetweenlands.mud_brick_stairs_decay_1@0:[net.minecraft.item.crafting.Ingredient@58819eee, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@58819eee, net.minecraft.item.crafting.Ingredient@58819eee, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@58819eee, net.minecraft.item.crafting.Ingredient@58819eee, net.minecraft.item.crafting.Ingredient@58819eee]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6482 thebetweenlands:mud_brick_stairs RecipeStage{tier='two', recipe=4xtile.thebetweenlands.mud_brick_stairs@0:[net.minecraft.item.crafting.Ingredient@57fcac0a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@57fcac0a, net.minecraft.item.crafting.Ingredient@57fcac0a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@57fcac0a, net.minecraft.item.crafting.Ingredient@57fcac0a, net.minecraft.item.crafting.Ingredient@57fcac0a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6483 thebetweenlands:mud_brick_slab_decay_4 RecipeStage{tier='two', recipe=6xtile.thebetweenlands.mud_brick_slab_decay_4@0:[net.minecraft.item.crafting.Ingredient@3cd97750, net.minecraft.item.crafting.Ingredient@3cd97750, net.minecraft.item.crafting.Ingredient@3cd97750]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6484 thebetweenlands:mud_brick_slab_decay_3 RecipeStage{tier='two', recipe=6xtile.thebetweenlands.mud_brick_slab_decay_3@0:[net.minecraft.item.crafting.Ingredient@65e86dc3, net.minecraft.item.crafting.Ingredient@65e86dc3, net.minecraft.item.crafting.Ingredient@65e86dc3]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6485 thebetweenlands:mud_brick_slab_decay_2 RecipeStage{tier='two', recipe=6xtile.thebetweenlands.mud_brick_slab_decay_2@0:[net.minecraft.item.crafting.Ingredient@152fa68e, net.minecraft.item.crafting.Ingredient@152fa68e, net.minecraft.item.crafting.Ingredient@152fa68e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6486 thebetweenlands:mud_brick_slab_decay_1 RecipeStage{tier='two', recipe=6xtile.thebetweenlands.mud_brick_slab_decay_1@0:[net.minecraft.item.crafting.Ingredient@4a808303, net.minecraft.item.crafting.Ingredient@4a808303, net.minecraft.item.crafting.Ingredient@4a808303]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6487 thebetweenlands:mud_brick_slab RecipeStage{tier='two', recipe=6xtile.thebetweenlands.mud_brick_slab@0:[net.minecraft.item.crafting.Ingredient@7d046c23, net.minecraft.item.crafting.Ingredient@7d046c23, net.minecraft.item.crafting.Ingredient@7d046c23]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6488 thebetweenlands:mud_brick_shingle_wall RecipeStage{tier='two', recipe=6xtile.thebetweenlands.mud_brick_shingle_wall@0:[net.minecraft.item.crafting.Ingredient@f19c7f8, net.minecraft.item.crafting.Ingredient@f19c7f8, net.minecraft.item.crafting.Ingredient@f19c7f8, net.minecraft.item.crafting.Ingredient@f19c7f8, net.minecraft.item.crafting.Ingredient@f19c7f8, net.minecraft.item.crafting.Ingredient@f19c7f8]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6489 thebetweenlands:mud_brick_shingle_stairs RecipeStage{tier='two', recipe=4xtile.thebetweenlands.mud_brick_shingle_stairs@0:[net.minecraft.item.crafting.Ingredient@65713f6c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@65713f6c, net.minecraft.item.crafting.Ingredient@65713f6c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@65713f6c, net.minecraft.item.crafting.Ingredient@65713f6c, net.minecraft.item.crafting.Ingredient@65713f6c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6490 thebetweenlands:mud_brick_shingle_slab RecipeStage{tier='two', recipe=6xtile.thebetweenlands.mud_brick_shingle_slab@0:[net.minecraft.item.crafting.Ingredient@93f02a4, net.minecraft.item.crafting.Ingredient@93f02a4, net.minecraft.item.crafting.Ingredient@93f02a4]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6491 thebetweenlands:mud_brick_roof RecipeStage{tier='two', recipe=4xtile.thebetweenlands.mud_brick_roof@0:[net.minecraft.item.crafting.Ingredient@46bde5ae, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@46bde5ae, net.minecraft.item.crafting.Ingredient@46bde5ae, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@46bde5ae, net.minecraft.item.crafting.Ingredient@46bde5ae, net.minecraft.item.crafting.Ingredient@46bde5ae]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6492 thebetweenlands:mossy_smooth_betweenstone_wall RecipeStage{tier='two', recipe=6xtile.thebetweenlands.mossy_smooth_betweenstone_wall@0:[net.minecraft.item.crafting.Ingredient@15ea46b8, net.minecraft.item.crafting.Ingredient@15ea46b8, net.minecraft.item.crafting.Ingredient@15ea46b8, net.minecraft.item.crafting.Ingredient@15ea46b8, net.minecraft.item.crafting.Ingredient@15ea46b8, net.minecraft.item.crafting.Ingredient@15ea46b8]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6493 thebetweenlands:mossy_smooth_betweenstone_stairs RecipeStage{tier='two', recipe=4xtile.thebetweenlands.mossy_smooth_betweenstone_stairs@0:[net.minecraft.item.crafting.Ingredient@2cb6f7a7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2cb6f7a7, net.minecraft.item.crafting.Ingredient@2cb6f7a7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2cb6f7a7, net.minecraft.item.crafting.Ingredient@2cb6f7a7, net.minecraft.item.crafting.Ingredient@2cb6f7a7]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6494 thebetweenlands:mossy_smooth_betweenstone_slab RecipeStage{tier='two', recipe=6xtile.thebetweenlands.mossy_smooth_betweenstone_slab@0:[net.minecraft.item.crafting.Ingredient@1821257f, net.minecraft.item.crafting.Ingredient@1821257f, net.minecraft.item.crafting.Ingredient@1821257f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6495 thebetweenlands:mossy_smooth_betweenstone RecipeStage{tier='two', recipe=1xtile.thebetweenlands.mossy_smooth_betweenstone@0:[net.minecraft.item.crafting.Ingredient@26fdd2fd, net.minecraft.item.crafting.Ingredient@155344dc]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6496 thebetweenlands:mossy_limestone_bricks RecipeStage{tier='two', recipe=1xtile.thebetweenlands.mossy_limestone_bricks@0:[net.minecraft.item.crafting.Ingredient@6876b997, net.minecraft.item.crafting.Ingredient@4670b597]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6497 thebetweenlands:mossy_betweenstone_tiles RecipeStage{tier='two', recipe=1xtile.thebetweenlands.mossy_betweenstone_tiles@0:[net.minecraft.item.crafting.Ingredient@7fa3a01b, net.minecraft.item.crafting.Ingredient@25e6f1cb]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6498 thebetweenlands:mossy_betweenstone_bricks RecipeStage{tier='two', recipe=1xtile.thebetweenlands.mossy_betweenstone_bricks@0:[net.minecraft.item.crafting.Ingredient@268c49aa, net.minecraft.item.crafting.Ingredient@5c6f0dc9]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6499 thebetweenlands:mossy_betweenstone_brick_wall RecipeStage{tier='two', recipe=6xtile.thebetweenlands.mossy_betweenstone_brick_wall@0:[net.minecraft.item.crafting.Ingredient@207e756f, net.minecraft.item.crafting.Ingredient@207e756f, net.minecraft.item.crafting.Ingredient@207e756f, net.minecraft.item.crafting.Ingredient@207e756f, net.minecraft.item.crafting.Ingredient@207e756f, net.minecraft.item.crafting.Ingredient@207e756f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6500 thebetweenlands:mossy_betweenstone_brick_stairs RecipeStage{tier='two', recipe=4xtile.thebetweenlands.mossy_betweenstone_brick_stairs@0:[net.minecraft.item.crafting.Ingredient@5974aafd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5974aafd, net.minecraft.item.crafting.Ingredient@5974aafd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5974aafd, net.minecraft.item.crafting.Ingredient@5974aafd, net.minecraft.item.crafting.Ingredient@5974aafd]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6501 thebetweenlands:mossy_betweenstone_brick_slab RecipeStage{tier='two', recipe=6xtile.thebetweenlands.mossy_betweenstone_brick_slab@0:[net.minecraft.item.crafting.Ingredient@365e6cbb, net.minecraft.item.crafting.Ingredient@365e6cbb, net.minecraft.item.crafting.Ingredient@365e6cbb]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6502 thebetweenlands:moss_bed_item RecipeStage{tier='two', recipe=1xitem.thebetweenlands.moss_bed_item@0:[net.minecraft.item.crafting.Ingredient@1d863a14, net.minecraft.item.crafting.Ingredient@1d863a14, net.minecraft.item.crafting.Ingredient@1d863a14, net.minecraft.item.crafting.Ingredient@3f0a8e9c, net.minecraft.item.crafting.Ingredient@3f0a8e9c, net.minecraft.item.crafting.Ingredient@3f0a8e9c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6503 thebetweenlands:mortar RecipeStage{tier='two', recipe=1xtile.thebetweenlands.mortar@0:[net.minecraft.item.crafting.Ingredient@5dad271, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5dad271, net.minecraft.item.crafting.Ingredient@5dad271, net.minecraft.item.crafting.Ingredient@5dad271, net.minecraft.item.crafting.Ingredient@5dad271, net.minecraft.item.crafting.Ingredient@4047825a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4047825a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6504 thebetweenlands:mire_scramble RecipeStage{tier='two', recipe=1xitem.thebetweenlands.mire_scramble@0:[net.minecraft.item.crafting.Ingredient@15d2c916, net.minecraft.item.crafting.Ingredient@185de9c7, net.minecraft.item.crafting.Ingredient@2cb2467d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6505 thebetweenlands:mire_coral_block RecipeStage{tier='two', recipe=4xtile.thebetweenlands.mire_coral_block@0:[net.minecraft.item.crafting.Ingredient@51a5692b, net.minecraft.item.crafting.Ingredient@51a5692b, net.minecraft.item.crafting.Ingredient@51a5692b, net.minecraft.item.crafting.Ingredient@51a5692b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6506 thebetweenlands:middle_fruit_jello RecipeStage{tier='two', recipe=1xitem.thebetweenlands.middle_fruit_jello@0:[net.minecraft.item.crafting.Ingredient@5a99176f, net.minecraft.item.crafting.Ingredient@3af8cb16]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6507 thebetweenlands:lurker_skin_shield RecipeStage{tier='two', recipe=1xitem.thebetweenlands.lurker_skin_shield@0:[net.minecraft.item.crafting.Ingredient@17b940c8, net.minecraft.item.crafting.Ingredient@a434fd2, net.minecraft.item.crafting.Ingredient@17b940c8, net.minecraft.item.crafting.Ingredient@17b940c8, net.minecraft.item.crafting.Ingredient@17b940c8, net.minecraft.item.crafting.Ingredient@17b940c8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@17b940c8, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6508 thebetweenlands:lurker_skin_pouch RecipeStage{tier='two', recipe=1xitem.thebetweenlands.lurker_skin_pouch@0:[net.minecraft.item.crafting.Ingredient@3d3401fd, net.minecraft.item.crafting.Ingredient@3d3401fd, net.minecraft.item.crafting.Ingredient@3d3401fd, net.minecraft.item.crafting.Ingredient@57bdb0f7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@57bdb0f7, net.minecraft.item.crafting.Ingredient@57bdb0f7, net.minecraft.item.crafting.Ingredient@57bdb0f7, net.minecraft.item.crafting.Ingredient@57bdb0f7]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6509 thebetweenlands:lurker_skin_leggings RecipeStage{tier='two', recipe=1xitem.thebetweenlands.lurker_skin_leggings@0:[net.minecraft.item.crafting.Ingredient@525cfd65, net.minecraft.item.crafting.Ingredient@525cfd65, net.minecraft.item.crafting.Ingredient@525cfd65, net.minecraft.item.crafting.Ingredient@525cfd65, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@525cfd65, net.minecraft.item.crafting.Ingredient@525cfd65, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@525cfd65]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6510 thebetweenlands:lurker_skin_helmet RecipeStage{tier='two', recipe=1xitem.thebetweenlands.lurker_skin_helmet@0:[net.minecraft.item.crafting.Ingredient@160058be, net.minecraft.item.crafting.Ingredient@160058be, net.minecraft.item.crafting.Ingredient@160058be, net.minecraft.item.crafting.Ingredient@160058be, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@160058be]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6511 thebetweenlands:lurker_skin_chestplate RecipeStage{tier='two', recipe=1xitem.thebetweenlands.lurker_skin_chestplate@0:[net.minecraft.item.crafting.Ingredient@5b5d0d25, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5b5d0d25, net.minecraft.item.crafting.Ingredient@5b5d0d25, net.minecraft.item.crafting.Ingredient@5b5d0d25, net.minecraft.item.crafting.Ingredient@5b5d0d25, net.minecraft.item.crafting.Ingredient@5b5d0d25, net.minecraft.item.crafting.Ingredient@5b5d0d25, net.minecraft.item.crafting.Ingredient@5b5d0d25]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6512 thebetweenlands:lurker_skin_boots RecipeStage{tier='two', recipe=1xitem.thebetweenlands.lurker_skin_boots@0:[net.minecraft.item.crafting.Ingredient@7cd1bd50, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7cd1bd50, net.minecraft.item.crafting.Ingredient@7cd1bd50, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7cd1bd50]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6513 thebetweenlands:living_weedwood_shield RecipeStage{tier='two', recipe=1xitem.thebetweenlands.living_weedwood_shield@0:[net.minecraft.item.crafting.Ingredient@606db804, net.minecraft.item.crafting.Ingredient@5903f439]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6514 thebetweenlands:limestone_wall RecipeStage{tier='two', recipe=6xtile.thebetweenlands.limestone_wall@0:[net.minecraft.item.crafting.Ingredient@60a992a4, net.minecraft.item.crafting.Ingredient@60a992a4, net.minecraft.item.crafting.Ingredient@60a992a4, net.minecraft.item.crafting.Ingredient@60a992a4, net.minecraft.item.crafting.Ingredient@60a992a4, net.minecraft.item.crafting.Ingredient@60a992a4]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6515 thebetweenlands:limestone_tiles RecipeStage{tier='two', recipe=4xtile.thebetweenlands.limestone_tiles@0:[net.minecraft.item.crafting.Ingredient@66ffec37, net.minecraft.item.crafting.Ingredient@66ffec37, net.minecraft.item.crafting.Ingredient@66ffec37, net.minecraft.item.crafting.Ingredient@66ffec37]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6516 thebetweenlands:limestone_stairs RecipeStage{tier='two', recipe=4xtile.thebetweenlands.limestone_stairs@0:[net.minecraft.item.crafting.Ingredient@56872843, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@56872843, net.minecraft.item.crafting.Ingredient@56872843, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@56872843, net.minecraft.item.crafting.Ingredient@56872843, net.minecraft.item.crafting.Ingredient@56872843]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6517 thebetweenlands:limestone_slab RecipeStage{tier='two', recipe=6xtile.thebetweenlands.limestone_slab@0:[net.minecraft.item.crafting.Ingredient@49191a2b, net.minecraft.item.crafting.Ingredient@49191a2b, net.minecraft.item.crafting.Ingredient@49191a2b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6518 thebetweenlands:limestone_pillar RecipeStage{tier='two', recipe=2xtile.thebetweenlands.limestone_pillar@0:[net.minecraft.item.crafting.Ingredient@507b91ae, net.minecraft.item.crafting.Ingredient@507b91ae]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6519 thebetweenlands:limestone_chiseled RecipeStage{tier='two', recipe=1xtile.thebetweenlands.limestone_chiseled@0:[net.minecraft.item.crafting.Ingredient@e9572a7, net.minecraft.item.crafting.Ingredient@e9572a7]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6520 thebetweenlands:limestone_bricks RecipeStage{tier='two', recipe=4xtile.thebetweenlands.limestone_bricks@0:[net.minecraft.item.crafting.Ingredient@593a7a7e, net.minecraft.item.crafting.Ingredient@593a7a7e, net.minecraft.item.crafting.Ingredient@593a7a7e, net.minecraft.item.crafting.Ingredient@593a7a7e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6521 thebetweenlands:limestone_brick_wall RecipeStage{tier='two', recipe=6xtile.thebetweenlands.limestone_brick_wall@0:[net.minecraft.item.crafting.Ingredient@147e7afb, net.minecraft.item.crafting.Ingredient@147e7afb, net.minecraft.item.crafting.Ingredient@147e7afb, net.minecraft.item.crafting.Ingredient@147e7afb, net.minecraft.item.crafting.Ingredient@147e7afb, net.minecraft.item.crafting.Ingredient@147e7afb]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6522 thebetweenlands:limestone_brick_stairs RecipeStage{tier='two', recipe=4xtile.thebetweenlands.limestone_brick_stairs@0:[net.minecraft.item.crafting.Ingredient@3697009c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3697009c, net.minecraft.item.crafting.Ingredient@3697009c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3697009c, net.minecraft.item.crafting.Ingredient@3697009c, net.minecraft.item.crafting.Ingredient@3697009c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6523 thebetweenlands:limestone_brick_slab RecipeStage{tier='two', recipe=6xtile.thebetweenlands.limestone_brick_slab@0:[net.minecraft.item.crafting.Ingredient@76d34ecd, net.minecraft.item.crafting.Ingredient@76d34ecd, net.minecraft.item.crafting.Ingredient@76d34ecd]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6524 thebetweenlands:jam_donut RecipeStage{tier='two', recipe=1xitem.thebetweenlands.jam_donut@0:[net.minecraft.item.crafting.Ingredient@b5d6f21, net.minecraft.item.crafting.Ingredient@39ead786]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6525 thebetweenlands:item_shelf RecipeStage{tier='two', recipe=3xtile.thebetweenlands.item_shelf@0:[net.minecraft.item.crafting.Ingredient@2af9f488, net.minecraft.item.crafting.Ingredient@2af9f488, net.minecraft.item.crafting.Ingredient@2af9f488, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2af9f488, net.minecraft.item.crafting.Ingredient@2af9f488, net.minecraft.item.crafting.Ingredient@2af9f488]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6526 thebetweenlands:infuser RecipeStage{tier='two', recipe=1xtile.thebetweenlands.infuser@0:[net.minecraft.item.crafting.Ingredient@655d5242, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@655d5242, net.minecraft.item.crafting.Ingredient@655d5242, net.minecraft.item.crafting.Ingredient@469cd3cf, net.minecraft.item.crafting.Ingredient@655d5242, net.minecraft.item.crafting.Ingredient@4775576f, net.minecraft.item.crafting.Ingredient@655d5242, net.minecraft.item.crafting.Ingredient@4775576f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6527 thebetweenlands:inanimate_angry_pebble RecipeStage{tier='two', recipe=1xitem.thebetweenlands.items_misc@46:[net.minecraft.item.crafting.Ingredient@28271634, net.minecraft.item.crafting.Ingredient@744fadf2, net.minecraft.item.crafting.Ingredient@23ee3f15, net.minecraft.item.crafting.Ingredient@41760ef3]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6528 thebetweenlands:herblore_book RecipeStage{tier='two', recipe=1xitem.thebetweenlands.manual_hl@0:[net.minecraft.item.crafting.Ingredient@7bed2d01, net.minecraft.item.crafting.Ingredient@7bed2d01, net.minecraft.item.crafting.Ingredient@7bed2d01, net.minecraft.item.crafting.Ingredient@2bffbeed, net.minecraft.item.crafting.Ingredient@2bffbeed, net.minecraft.item.crafting.Ingredient@2bffbeed, net.minecraft.item.crafting.Ingredient@7bed2d01, net.minecraft.item.crafting.Ingredient@7bed2d01, net.minecraft.item.crafting.Ingredient@7bed2d01]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6530 thebetweenlands:hearthgrove_plank_trapdoor RecipeStage{tier='two', recipe=2xtile.thebetweenlands.hearthgrove_plank_trapdoor@0:[net.minecraft.item.crafting.Ingredient@60b85b7, net.minecraft.item.crafting.Ingredient@60b85b7, net.minecraft.item.crafting.Ingredient@60b85b7, net.minecraft.item.crafting.Ingredient@60b85b7, net.minecraft.item.crafting.Ingredient@60b85b7, net.minecraft.item.crafting.Ingredient@60b85b7]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6531 thebetweenlands:hearthgrove_plank_stairs RecipeStage{tier='two', recipe=4xtile.thebetweenlands.hearthgrove_plank_stairs@0:[net.minecraft.item.crafting.Ingredient@30ea67aa, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@30ea67aa, net.minecraft.item.crafting.Ingredient@30ea67aa, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@30ea67aa, net.minecraft.item.crafting.Ingredient@30ea67aa, net.minecraft.item.crafting.Ingredient@30ea67aa]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6532 thebetweenlands:hearthgrove_plank_slab RecipeStage{tier='two', recipe=6xtile.thebetweenlands.hearthgrove_plank_slab@0:[net.minecraft.item.crafting.Ingredient@2c3cf33d, net.minecraft.item.crafting.Ingredient@2c3cf33d, net.minecraft.item.crafting.Ingredient@2c3cf33d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6533 thebetweenlands:hearthgrove_plank_fence_gate RecipeStage{tier='two', recipe=1xtile.thebetweenlands.hearthgrove_plank_fence_gate@0:[net.minecraft.item.crafting.Ingredient@294e8eb2, net.minecraft.item.crafting.Ingredient@74af251e, net.minecraft.item.crafting.Ingredient@294e8eb2, net.minecraft.item.crafting.Ingredient@294e8eb2, net.minecraft.item.crafting.Ingredient@74af251e, net.minecraft.item.crafting.Ingredient@294e8eb2]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6534 thebetweenlands:hearthgrove_plank_fence RecipeStage{tier='two', recipe=3xtile.thebetweenlands.hearthgrove_plank_fence@0:[net.minecraft.item.crafting.Ingredient@3be2e8e4, net.minecraft.item.crafting.Ingredient@198924a, net.minecraft.item.crafting.Ingredient@3be2e8e4, net.minecraft.item.crafting.Ingredient@3be2e8e4, net.minecraft.item.crafting.Ingredient@198924a, net.minecraft.item.crafting.Ingredient@3be2e8e4]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6535 thebetweenlands:hearthgrove_plank_door_item RecipeStage{tier='two', recipe=3xitem.thebetweenlands.hearthgrove_plank_door_item@0:[net.minecraft.item.crafting.Ingredient@3ed27e9a, net.minecraft.item.crafting.Ingredient@3ed27e9a, net.minecraft.item.crafting.Ingredient@3ed27e9a, net.minecraft.item.crafting.Ingredient@3ed27e9a, net.minecraft.item.crafting.Ingredient@3ed27e9a, net.minecraft.item.crafting.Ingredient@3ed27e9a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6536 thebetweenlands:hearthgrove_log_tarred net.minecraft.item.crafting.ShapedRecipes@140373e5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6537 thebetweenlands:hearthgrove_log_full_tarred net.minecraft.item.crafting.ShapedRecipes@5c70f9d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6538 thebetweenlands:hearthgrove_log_full net.minecraft.item.crafting.ShapedRecipes@3f4f095c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6539 thebetweenlands:hearthgrove_log net.minecraft.item.crafting.ShapedRecipes@3a3a83ae +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6540 thebetweenlands:green_middle_gem_block RecipeStage{tier='two', recipe=1xtile.thebetweenlands.green_middle_gem_block@0:[net.minecraft.item.crafting.Ingredient@58aa2d67, net.minecraft.item.crafting.Ingredient@58aa2d67, net.minecraft.item.crafting.Ingredient@58aa2d67, net.minecraft.item.crafting.Ingredient@58aa2d67, net.minecraft.item.crafting.Ingredient@58aa2d67, net.minecraft.item.crafting.Ingredient@58aa2d67, net.minecraft.item.crafting.Ingredient@58aa2d67, net.minecraft.item.crafting.Ingredient@58aa2d67, net.minecraft.item.crafting.Ingredient@58aa2d67]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6541 thebetweenlands:green_middle_gem RecipeStage{tier='two', recipe=9xitem.thebetweenlands.green_middle_gem@0:[net.minecraft.item.crafting.Ingredient@791fe62b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6542 thebetweenlands:grappling_hook RecipeStage{tier='two', recipe=1xitem.thebetweenlands.grappling_hook@0:[net.minecraft.item.crafting.Ingredient@732b687b, net.minecraft.item.crafting.Ingredient@392c6ca, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@392c6ca, net.minecraft.item.crafting.Ingredient@732b687b, net.minecraft.item.crafting.Ingredient@392c6ca, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@392c6ca, net.minecraft.item.crafting.Ingredient@402b6c4e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6544 thebetweenlands:giant_root_plank_trapdoor RecipeStage{tier='two', recipe=2xtile.thebetweenlands.giant_root_plank_trapdoor@0:[net.minecraft.item.crafting.Ingredient@2bb70c6c, net.minecraft.item.crafting.Ingredient@2bb70c6c, net.minecraft.item.crafting.Ingredient@2bb70c6c, net.minecraft.item.crafting.Ingredient@2bb70c6c, net.minecraft.item.crafting.Ingredient@2bb70c6c, net.minecraft.item.crafting.Ingredient@2bb70c6c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6545 thebetweenlands:giant_root_plank_stairs RecipeStage{tier='two', recipe=4xtile.thebetweenlands.giant_root_plank_stairs@0:[net.minecraft.item.crafting.Ingredient@61e2b584, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@61e2b584, net.minecraft.item.crafting.Ingredient@61e2b584, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@61e2b584, net.minecraft.item.crafting.Ingredient@61e2b584, net.minecraft.item.crafting.Ingredient@61e2b584]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6546 thebetweenlands:giant_root_plank_slab RecipeStage{tier='two', recipe=6xtile.thebetweenlands.giant_root_plank_slab@0:[net.minecraft.item.crafting.Ingredient@4302df96, net.minecraft.item.crafting.Ingredient@4302df96, net.minecraft.item.crafting.Ingredient@4302df96]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6547 thebetweenlands:giant_root_plank_fence_gate RecipeStage{tier='two', recipe=1xtile.thebetweenlands.giant_root_plank_fence_gate@0:[net.minecraft.item.crafting.Ingredient@670e713f, net.minecraft.item.crafting.Ingredient@64f9e8a8, net.minecraft.item.crafting.Ingredient@670e713f, net.minecraft.item.crafting.Ingredient@670e713f, net.minecraft.item.crafting.Ingredient@64f9e8a8, net.minecraft.item.crafting.Ingredient@670e713f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6548 thebetweenlands:giant_root_plank_fence RecipeStage{tier='two', recipe=3xtile.thebetweenlands.giant_root_plank_fence@0:[net.minecraft.item.crafting.Ingredient@2aada0b1, net.minecraft.item.crafting.Ingredient@4d39fa61, net.minecraft.item.crafting.Ingredient@2aada0b1, net.minecraft.item.crafting.Ingredient@2aada0b1, net.minecraft.item.crafting.Ingredient@4d39fa61, net.minecraft.item.crafting.Ingredient@2aada0b1]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6549 thebetweenlands:giant_root_plank_door_item RecipeStage{tier='two', recipe=3xitem.thebetweenlands.giant_root_plank_door_item@0:[net.minecraft.item.crafting.Ingredient@63b2b7a9, net.minecraft.item.crafting.Ingredient@63b2b7a9, net.minecraft.item.crafting.Ingredient@63b2b7a9, net.minecraft.item.crafting.Ingredient@63b2b7a9, net.minecraft.item.crafting.Ingredient@63b2b7a9, net.minecraft.item.crafting.Ingredient@63b2b7a9]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6550 thebetweenlands:gerts_donut RecipeStage{tier='two', recipe=1xitem.thebetweenlands.gerts_donut@0:[net.minecraft.item.crafting.Ingredient@1ed6edf6, net.minecraft.item.crafting.Ingredient@95f2fcf, net.minecraft.item.crafting.Ingredient@39375102]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6551 thebetweenlands:gecko_cage RecipeStage{tier='two', recipe=1xtile.thebetweenlands.gecko_cage@0:[net.minecraft.item.crafting.Ingredient@73f03372, net.minecraft.item.crafting.Ingredient@309f8db9, net.minecraft.item.crafting.Ingredient@73f03372, net.minecraft.item.crafting.Ingredient@5dc21624, net.minecraft.item.crafting.Ingredient@5dc21624, net.minecraft.item.crafting.Ingredient@5dc21624, net.minecraft.item.crafting.Ingredient@73f03372, net.minecraft.item.crafting.Ingredient@309f8db9, net.minecraft.item.crafting.Ingredient@73f03372]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6552 thebetweenlands:gallery_frame_very_large RecipeStage{tier='two', recipe=1xitem.thebetweenlands.gallery_frame_very_large@0:[net.minecraft.item.crafting.Ingredient@3818f16f, net.minecraft.item.crafting.Ingredient@3818f16f, net.minecraft.item.crafting.Ingredient@3818f16f, net.minecraft.item.crafting.Ingredient@3818f16f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6553 thebetweenlands:gallery_frame_small RecipeStage{tier='two', recipe=1xitem.thebetweenlands.gallery_frame_small@0:[net.minecraft.item.crafting.Ingredient@3b6cb4ef, net.minecraft.item.crafting.Ingredient@3b6cb4ef, net.minecraft.item.crafting.Ingredient@3b6cb4ef, net.minecraft.item.crafting.Ingredient@3b6cb4ef, net.minecraft.item.crafting.Ingredient@4853f623, net.minecraft.item.crafting.Ingredient@3b6cb4ef, net.minecraft.item.crafting.Ingredient@3b6cb4ef, net.minecraft.item.crafting.Ingredient@3b6cb4ef, net.minecraft.item.crafting.Ingredient@3b6cb4ef]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6554 thebetweenlands:gallery_frame_large RecipeStage{tier='two', recipe=1xitem.thebetweenlands.gallery_frame_large@0:[net.minecraft.item.crafting.Ingredient@1922dfa, net.minecraft.item.crafting.Ingredient@1922dfa, net.minecraft.item.crafting.Ingredient@1922dfa, net.minecraft.item.crafting.Ingredient@1922dfa]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6555 thebetweenlands:fabricated_scroll RecipeStage{tier='two', recipe=1xitem.thebetweenlands.items_misc@49:[net.minecraft.item.crafting.Ingredient@1568b573, net.minecraft.item.crafting.Ingredient@5f1283bd, net.minecraft.item.crafting.Ingredient@2667c74a, net.minecraft.item.crafting.Ingredient@ee46d47]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6556 thebetweenlands:dentrothyst_vial_orange RecipeStage{tier='two', recipe=1xitem.thebetweenlands.dentrothyst_vial@2:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4256307f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@20d5ff1a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@20d5ff1a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@20d5ff1a, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6557 thebetweenlands:dentrothyst_vial_green RecipeStage{tier='two', recipe=1xitem.thebetweenlands.dentrothyst_vial@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4ba33251, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@8e22938, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@8e22938, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@8e22938, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6558 thebetweenlands:dentrothyst_shield_orange_polished RecipeStage{tier='two', recipe=1xitem.thebetweenlands.dentrothyst_shield_orange_polished@0:[net.minecraft.item.crafting.Ingredient@1faa7313, net.minecraft.item.crafting.Ingredient@44ce0f1a, net.minecraft.item.crafting.Ingredient@1faa7313, net.minecraft.item.crafting.Ingredient@1faa7313, net.minecraft.item.crafting.Ingredient@1faa7313, net.minecraft.item.crafting.Ingredient@1faa7313, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1faa7313, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6559 thebetweenlands:dentrothyst_shield_orange RecipeStage{tier='two', recipe=1xitem.thebetweenlands.dentrothyst_shield_orange@0:[net.minecraft.item.crafting.Ingredient@3749ef69, net.minecraft.item.crafting.Ingredient@5d79be40, net.minecraft.item.crafting.Ingredient@3749ef69, net.minecraft.item.crafting.Ingredient@3749ef69, net.minecraft.item.crafting.Ingredient@3749ef69, net.minecraft.item.crafting.Ingredient@3749ef69, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3749ef69, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6560 thebetweenlands:dentrothyst_shield_green_polished RecipeStage{tier='two', recipe=1xitem.thebetweenlands.dentrothyst_shield_green_polished@0:[net.minecraft.item.crafting.Ingredient@fecc37b, net.minecraft.item.crafting.Ingredient@4ef770c4, net.minecraft.item.crafting.Ingredient@fecc37b, net.minecraft.item.crafting.Ingredient@fecc37b, net.minecraft.item.crafting.Ingredient@fecc37b, net.minecraft.item.crafting.Ingredient@fecc37b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@fecc37b, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6561 thebetweenlands:dentrothyst_shield_green RecipeStage{tier='two', recipe=1xitem.thebetweenlands.dentrothyst_shield_green@0:[net.minecraft.item.crafting.Ingredient@7e42e3e1, net.minecraft.item.crafting.Ingredient@1ad7f777, net.minecraft.item.crafting.Ingredient@7e42e3e1, net.minecraft.item.crafting.Ingredient@7e42e3e1, net.minecraft.item.crafting.Ingredient@7e42e3e1, net.minecraft.item.crafting.Ingredient@7e42e3e1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7e42e3e1, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6562 thebetweenlands:dentrothyst_pane_orange_polished RecipeStage{tier='two', recipe=16xtile.thebetweenlands.polished_dentrothyst_pane@1:[net.minecraft.item.crafting.Ingredient@482bcc8c, net.minecraft.item.crafting.Ingredient@482bcc8c, net.minecraft.item.crafting.Ingredient@482bcc8c, net.minecraft.item.crafting.Ingredient@482bcc8c, net.minecraft.item.crafting.Ingredient@482bcc8c, net.minecraft.item.crafting.Ingredient@482bcc8c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6563 thebetweenlands:dentrothyst_pane_green_polished RecipeStage{tier='two', recipe=16xtile.thebetweenlands.polished_dentrothyst_pane@0:[net.minecraft.item.crafting.Ingredient@6ab7327, net.minecraft.item.crafting.Ingredient@6ab7327, net.minecraft.item.crafting.Ingredient@6ab7327, net.minecraft.item.crafting.Ingredient@6ab7327, net.minecraft.item.crafting.Ingredient@6ab7327, net.minecraft.item.crafting.Ingredient@6ab7327]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6564 thebetweenlands:dentrothyst_orange RecipeStage{tier='two', recipe=1xtile.thebetweenlands.dentrothyst@1:[net.minecraft.item.crafting.Ingredient@4e1fbe9a, net.minecraft.item.crafting.Ingredient@4e1fbe9a, net.minecraft.item.crafting.Ingredient@4e1fbe9a, net.minecraft.item.crafting.Ingredient@4e1fbe9a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6565 thebetweenlands:dentrothyst_green RecipeStage{tier='two', recipe=1xtile.thebetweenlands.dentrothyst@0:[net.minecraft.item.crafting.Ingredient@39bb01c8, net.minecraft.item.crafting.Ingredient@39bb01c8, net.minecraft.item.crafting.Ingredient@39bb01c8, net.minecraft.item.crafting.Ingredient@39bb01c8]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6566 thebetweenlands:deep_water_coral_block RecipeStage{tier='two', recipe=4xtile.thebetweenlands.deep_water_coral_block@0:[net.minecraft.item.crafting.Ingredient@34ff57b8, net.minecraft.item.crafting.Ingredient@34ff57b8, net.minecraft.item.crafting.Ingredient@34ff57b8, net.minecraft.item.crafting.Ingredient@34ff57b8]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6567 thebetweenlands:crimson_middle_gem_block RecipeStage{tier='two', recipe=1xtile.thebetweenlands.crimson_middle_gem_block@0:[net.minecraft.item.crafting.Ingredient@61d6b333, net.minecraft.item.crafting.Ingredient@61d6b333, net.minecraft.item.crafting.Ingredient@61d6b333, net.minecraft.item.crafting.Ingredient@61d6b333, net.minecraft.item.crafting.Ingredient@61d6b333, net.minecraft.item.crafting.Ingredient@61d6b333, net.minecraft.item.crafting.Ingredient@61d6b333, net.minecraft.item.crafting.Ingredient@61d6b333, net.minecraft.item.crafting.Ingredient@61d6b333]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6568 thebetweenlands:crimson_middle_gem RecipeStage{tier='two', recipe=9xitem.thebetweenlands.crimson_middle_gem@0:[net.minecraft.item.crafting.Ingredient@4dce7183]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6569 thebetweenlands:cragrock_wall RecipeStage{tier='two', recipe=6xtile.thebetweenlands.cragrock_wall@0:[net.minecraft.item.crafting.Ingredient@7d67b73a, net.minecraft.item.crafting.Ingredient@7d67b73a, net.minecraft.item.crafting.Ingredient@7d67b73a, net.minecraft.item.crafting.Ingredient@7d67b73a, net.minecraft.item.crafting.Ingredient@7d67b73a, net.minecraft.item.crafting.Ingredient@7d67b73a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6570 thebetweenlands:cragrock_tiles RecipeStage{tier='two', recipe=4xtile.thebetweenlands.cragrock_tiles@0:[net.minecraft.item.crafting.Ingredient@61e9a650, net.minecraft.item.crafting.Ingredient@61e9a650, net.minecraft.item.crafting.Ingredient@61e9a650, net.minecraft.item.crafting.Ingredient@61e9a650]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6571 thebetweenlands:cragrock_stairs RecipeStage{tier='two', recipe=4xtile.thebetweenlands.cragrock_stairs@0:[net.minecraft.item.crafting.Ingredient@38934c5b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@38934c5b, net.minecraft.item.crafting.Ingredient@38934c5b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@38934c5b, net.minecraft.item.crafting.Ingredient@38934c5b, net.minecraft.item.crafting.Ingredient@38934c5b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6572 thebetweenlands:cragrock_slab RecipeStage{tier='two', recipe=6xtile.thebetweenlands.cragrock_slab@0:[net.minecraft.item.crafting.Ingredient@7d05b8d0, net.minecraft.item.crafting.Ingredient@7d05b8d0, net.minecraft.item.crafting.Ingredient@7d05b8d0]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6573 thebetweenlands:cragrock_pillar RecipeStage{tier='two', recipe=2xtile.thebetweenlands.cragrock_pillar@0:[net.minecraft.item.crafting.Ingredient@a5ff23d, net.minecraft.item.crafting.Ingredient@a5ff23d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6574 thebetweenlands:cragrock_chiseled RecipeStage{tier='two', recipe=1xtile.thebetweenlands.cragrock_chiseled@0:[net.minecraft.item.crafting.Ingredient@36c3ae4a, net.minecraft.item.crafting.Ingredient@36c3ae4a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6575 thebetweenlands:cragrock_bricks RecipeStage{tier='two', recipe=4xtile.thebetweenlands.cragrock_bricks@0:[net.minecraft.item.crafting.Ingredient@69c377a3, net.minecraft.item.crafting.Ingredient@69c377a3, net.minecraft.item.crafting.Ingredient@69c377a3, net.minecraft.item.crafting.Ingredient@69c377a3]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6576 thebetweenlands:cragrock_brick_wall RecipeStage{tier='two', recipe=6xtile.thebetweenlands.cragrock_brick_wall@0:[net.minecraft.item.crafting.Ingredient@67517ce4, net.minecraft.item.crafting.Ingredient@67517ce4, net.minecraft.item.crafting.Ingredient@67517ce4, net.minecraft.item.crafting.Ingredient@67517ce4, net.minecraft.item.crafting.Ingredient@67517ce4, net.minecraft.item.crafting.Ingredient@67517ce4]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6577 thebetweenlands:cragrock_brick_stairs RecipeStage{tier='two', recipe=4xtile.thebetweenlands.cragrock_brick_stairs@0:[net.minecraft.item.crafting.Ingredient@50ed3736, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@50ed3736, net.minecraft.item.crafting.Ingredient@50ed3736, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@50ed3736, net.minecraft.item.crafting.Ingredient@50ed3736, net.minecraft.item.crafting.Ingredient@50ed3736]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6578 thebetweenlands:cragrock_brick_slab RecipeStage{tier='two', recipe=6xtile.thebetweenlands.cragrock_brick_slab@0:[net.minecraft.item.crafting.Ingredient@2bf204ec, net.minecraft.item.crafting.Ingredient@2bf204ec, net.minecraft.item.crafting.Ingredient@2bf204ec]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6579 thebetweenlands:cracked_betweenstone_brick_wall RecipeStage{tier='two', recipe=6xtile.thebetweenlands.cracked_betweenstone_brick_wall@0:[net.minecraft.item.crafting.Ingredient@6f721c, net.minecraft.item.crafting.Ingredient@6f721c, net.minecraft.item.crafting.Ingredient@6f721c, net.minecraft.item.crafting.Ingredient@6f721c, net.minecraft.item.crafting.Ingredient@6f721c, net.minecraft.item.crafting.Ingredient@6f721c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6580 thebetweenlands:cracked_betweenstone_brick_stairs RecipeStage{tier='two', recipe=4xtile.thebetweenlands.cracked_betweenstone_brick_stairs@0:[net.minecraft.item.crafting.Ingredient@57f96676, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@57f96676, net.minecraft.item.crafting.Ingredient@57f96676, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@57f96676, net.minecraft.item.crafting.Ingredient@57f96676, net.minecraft.item.crafting.Ingredient@57f96676]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6581 thebetweenlands:cracked_betweenstone_brick_slab RecipeStage{tier='two', recipe=6xtile.thebetweenlands.cracked_betweenstone_brick_slab@0:[net.minecraft.item.crafting.Ingredient@7cae318a, net.minecraft.item.crafting.Ingredient@7cae318a, net.minecraft.item.crafting.Ingredient@7cae318a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6582 thebetweenlands:crab_sticks RecipeStage{tier='two', recipe=3xitem.thebetweenlands.crab_stick@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@678c965f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@678c965f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@678c965f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6583 thebetweenlands:compost_block RecipeStage{tier='two', recipe=1xtile.thebetweenlands.compost_block@0:[net.minecraft.item.crafting.Ingredient@6a4adfe7, net.minecraft.item.crafting.Ingredient@6a4adfe7, net.minecraft.item.crafting.Ingredient@6a4adfe7, net.minecraft.item.crafting.Ingredient@6a4adfe7, net.minecraft.item.crafting.Ingredient@6a4adfe7, net.minecraft.item.crafting.Ingredient@6a4adfe7, net.minecraft.item.crafting.Ingredient@6a4adfe7, net.minecraft.item.crafting.Ingredient@6a4adfe7, net.minecraft.item.crafting.Ingredient@6a4adfe7]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6584 thebetweenlands:compost_bin RecipeStage{tier='two', recipe=1xtile.thebetweenlands.compost_bin@0:[net.minecraft.item.crafting.Ingredient@12068015, net.minecraft.item.crafting.Ingredient@155b420b, net.minecraft.item.crafting.Ingredient@12068015, net.minecraft.item.crafting.Ingredient@155b420b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@155b420b, net.minecraft.item.crafting.Ingredient@155b420b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@155b420b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6585 thebetweenlands:compost RecipeStage{tier='two', recipe=9xitem.thebetweenlands.items_misc@2:[net.minecraft.item.crafting.Ingredient@7063bce]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6586 thebetweenlands:compacted_mud_slope RecipeStage{tier='two', recipe=4xtile.thebetweenlands.compacted_mud_slope@0:[net.minecraft.item.crafting.Ingredient@e5be9e9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@e5be9e9, net.minecraft.item.crafting.Ingredient@e5be9e9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@e5be9e9, net.minecraft.item.crafting.Ingredient@e5be9e9, net.minecraft.item.crafting.Ingredient@e5be9e9]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6587 thebetweenlands:compacted_mud_slab RecipeStage{tier='two', recipe=6xtile.thebetweenlands.compacted_mud_slab@0:[net.minecraft.item.crafting.Ingredient@4c2a9f9, net.minecraft.item.crafting.Ingredient@4c2a9f9, net.minecraft.item.crafting.Ingredient@4c2a9f9]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6588 thebetweenlands:compacted_mud RecipeStage{tier='two', recipe=1xtile.thebetweenlands.compacted_mud@0:[net.minecraft.item.crafting.Ingredient@4eb21428, net.minecraft.item.crafting.Ingredient@4eb21428, net.minecraft.item.crafting.Ingredient@4eb21428, net.minecraft.item.crafting.Ingredient@4eb21428]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6589 thebetweenlands:coarse_dirt RecipeStage{tier='two', recipe=2xtile.thebetweenlands.coarse_swamp_dirt@0:[net.minecraft.item.crafting.Ingredient@30c3210c, net.minecraft.item.crafting.Ingredient@75c2a101]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6590 thebetweenlands:clear_weedwood_barrel RecipeStage{tier='two', recipe=1xtile.thebetweenlands.weedwood_barrel@0:[net.minecraft.item.crafting.Ingredient@73677247]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6591 thebetweenlands:clear_syrmorite_barrel RecipeStage{tier='two', recipe=1xtile.thebetweenlands.syrmorite_barrel@0:[net.minecraft.item.crafting.Ingredient@2cf78aa3]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6592 thebetweenlands:censer RecipeStage{tier='two', recipe=1xtile.thebetweenlands.censer@0:[net.minecraft.item.crafting.Ingredient@22b30554, net.minecraft.item.crafting.Ingredient@22b30554, net.minecraft.item.crafting.Ingredient@22b30554, net.minecraft.item.crafting.Ingredient@22b30554, net.minecraft.item.crafting.Ingredient@55a65ecd, net.minecraft.item.crafting.Ingredient@22b30554, net.minecraft.item.crafting.Ingredient@6b247105, net.minecraft.item.crafting.Ingredient@6b247105, net.minecraft.item.crafting.Ingredient@6b247105]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6593 thebetweenlands:caving_rope RecipeStage{tier='two', recipe=16xitem.thebetweenlands.caving_rope@0:[net.minecraft.item.crafting.Ingredient@4577d66f, net.minecraft.item.crafting.Ingredient@4577d66f, net.minecraft.item.crafting.Ingredient@4577d66f, net.minecraft.item.crafting.Ingredient@4577d66f, net.minecraft.item.crafting.Ingredient@2ee5a099, net.minecraft.item.crafting.Ingredient@4577d66f, net.minecraft.item.crafting.Ingredient@4577d66f, net.minecraft.item.crafting.Ingredient@4577d66f, net.minecraft.item.crafting.Ingredient@4577d66f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6594 thebetweenlands:carved_mud_bricks_decay_4_2_to_1 net.minecraft.item.crafting.ShapedRecipes@6b258694 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6595 thebetweenlands:carved_mud_bricks_decay_4_1_to_2 net.minecraft.item.crafting.ShapedRecipes@577af10e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6596 thebetweenlands:carved_mud_bricks_decay_4 net.minecraft.item.crafting.ShapedRecipes@58dd25fd +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6597 thebetweenlands:carved_mud_bricks_decay_3_2_to_1 net.minecraft.item.crafting.ShapedRecipes@76e0ecf6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6598 thebetweenlands:carved_mud_bricks_decay_3_1_to_2 net.minecraft.item.crafting.ShapedRecipes@13d8e496 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6599 thebetweenlands:carved_mud_bricks_decay_3 net.minecraft.item.crafting.ShapedRecipes@71aae533 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6600 thebetweenlands:carved_mud_bricks_decay_2_2_to_1 net.minecraft.item.crafting.ShapedRecipes@6d698a1b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6601 thebetweenlands:carved_mud_bricks_decay_2_1_to_2 net.minecraft.item.crafting.ShapedRecipes@5de38a8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6602 thebetweenlands:carved_mud_bricks_decay_2 net.minecraft.item.crafting.ShapedRecipes@3bc81a46 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6603 thebetweenlands:carved_mud_bricks_decay_1_2_to_1 net.minecraft.item.crafting.ShapedRecipes@31c312a2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6604 thebetweenlands:carved_mud_bricks_decay_1_1_to_2 net.minecraft.item.crafting.ShapedRecipes@6be4b1a1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6605 thebetweenlands:carved_mud_bricks_decay_1 net.minecraft.item.crafting.ShapedRecipes@e93c23f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6606 thebetweenlands:carved_mud_bricks_2_to_1 RecipeStage{tier='two', recipe=1xtile.thebetweenlands.mud_bricks_carved@0:[net.minecraft.item.crafting.Ingredient@103c096b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6607 thebetweenlands:carved_mud_bricks_1_to_2 net.minecraft.item.crafting.ShapedRecipes@39272d67 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6608 thebetweenlands:carved_mud_bricks RecipeStage{tier='two', recipe=4xtile.thebetweenlands.mud_bricks_carved@0:[net.minecraft.item.crafting.Ingredient@6ba3894, net.minecraft.item.crafting.Ingredient@6ba3894, net.minecraft.item.crafting.Ingredient@6ba3894, net.minecraft.item.crafting.Ingredient@6766131, net.minecraft.item.crafting.Ingredient@6766131, net.minecraft.item.crafting.Ingredient@6766131, net.minecraft.item.crafting.Ingredient@6ba3894, net.minecraft.item.crafting.Ingredient@6ba3894, net.minecraft.item.crafting.Ingredient@6ba3894]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6609 thebetweenlands:bulb_capped_mushroom_cap RecipeStage{tier='two', recipe=4xtile.thebetweenlands.bulb_capped_mushroom_cap@0:[net.minecraft.item.crafting.Ingredient@7aafb3d4, net.minecraft.item.crafting.Ingredient@7aafb3d4, net.minecraft.item.crafting.Ingredient@7aafb3d4, net.minecraft.item.crafting.Ingredient@7aafb3d4]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6610 thebetweenlands:bone_sword RecipeStage{tier='two', recipe=1xitem.thebetweenlands.bone_sword@0:[net.minecraft.item.crafting.Ingredient@1547eb3c, net.minecraft.item.crafting.Ingredient@1547eb3c, net.minecraft.item.crafting.Ingredient@5b244c3e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6611 thebetweenlands:bone_shovel RecipeStage{tier='two', recipe=1xitem.thebetweenlands.bone_shovel@0:[net.minecraft.item.crafting.Ingredient@4b8d8c21, net.minecraft.item.crafting.Ingredient@66c54a78, net.minecraft.item.crafting.Ingredient@66c54a78]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6612 thebetweenlands:bone_shield RecipeStage{tier='two', recipe=1xitem.thebetweenlands.bone_shield@0:[net.minecraft.item.crafting.Ingredient@7db173c, net.minecraft.item.crafting.Ingredient@3e7faa60, net.minecraft.item.crafting.Ingredient@7db173c, net.minecraft.item.crafting.Ingredient@7db173c, net.minecraft.item.crafting.Ingredient@7db173c, net.minecraft.item.crafting.Ingredient@7db173c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7db173c, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6613 thebetweenlands:bone_pickaxe RecipeStage{tier='two', recipe=1xitem.thebetweenlands.bone_pickaxe@0:[net.minecraft.item.crafting.Ingredient@5eb3c256, net.minecraft.item.crafting.Ingredient@5eb3c256, net.minecraft.item.crafting.Ingredient@5eb3c256, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6e53f526, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6e53f526, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6614 thebetweenlands:bone_leggings RecipeStage{tier='two', recipe=1xitem.thebetweenlands.bone_leggings@0:[net.minecraft.item.crafting.Ingredient@6c5b7c40, net.minecraft.item.crafting.Ingredient@6c5b7c40, net.minecraft.item.crafting.Ingredient@6c5b7c40, net.minecraft.item.crafting.Ingredient@6c5b7c40, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6c5b7c40, net.minecraft.item.crafting.Ingredient@6c5b7c40, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6c5b7c40]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6615 thebetweenlands:bone_helmet RecipeStage{tier='two', recipe=1xitem.thebetweenlands.bone_helmet@0:[net.minecraft.item.crafting.Ingredient@6fdbe1b3, net.minecraft.item.crafting.Ingredient@6fdbe1b3, net.minecraft.item.crafting.Ingredient@6fdbe1b3, net.minecraft.item.crafting.Ingredient@6fdbe1b3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6fdbe1b3]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6616 thebetweenlands:bone_chestplate RecipeStage{tier='two', recipe=1xitem.thebetweenlands.bone_chestplate@0:[net.minecraft.item.crafting.Ingredient@5e0dbd98, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5e0dbd98, net.minecraft.item.crafting.Ingredient@5e0dbd98, net.minecraft.item.crafting.Ingredient@5e0dbd98, net.minecraft.item.crafting.Ingredient@5e0dbd98, net.minecraft.item.crafting.Ingredient@5e0dbd98, net.minecraft.item.crafting.Ingredient@5e0dbd98, net.minecraft.item.crafting.Ingredient@5e0dbd98]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6617 thebetweenlands:bone_boots RecipeStage{tier='two', recipe=1xitem.thebetweenlands.bone_boots@0:[net.minecraft.item.crafting.Ingredient@46884c00, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@46884c00, net.minecraft.item.crafting.Ingredient@46884c00, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@46884c00]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6618 thebetweenlands:bone_axe RecipeStage{tier='two', recipe=1xitem.thebetweenlands.bone_axe@0:[net.minecraft.item.crafting.Ingredient@714cda3b, net.minecraft.item.crafting.Ingredient@714cda3b, net.minecraft.item.crafting.Ingredient@714cda3b, net.minecraft.item.crafting.Ingredient@5b8c0cfe, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5b8c0cfe]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6619 thebetweenlands:betweenstone_wall RecipeStage{tier='two', recipe=6xtile.thebetweenlands.betweenstone_wall@0:[net.minecraft.item.crafting.Ingredient@847cd1d, net.minecraft.item.crafting.Ingredient@847cd1d, net.minecraft.item.crafting.Ingredient@847cd1d, net.minecraft.item.crafting.Ingredient@847cd1d, net.minecraft.item.crafting.Ingredient@847cd1d, net.minecraft.item.crafting.Ingredient@847cd1d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6620 thebetweenlands:betweenstone_tiles RecipeStage{tier='two', recipe=4xtile.thebetweenlands.betweenstone_tiles@0:[net.minecraft.item.crafting.Ingredient@4320a2b8, net.minecraft.item.crafting.Ingredient@4320a2b8, net.minecraft.item.crafting.Ingredient@4320a2b8, net.minecraft.item.crafting.Ingredient@4320a2b8]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6621 thebetweenlands:betweenstone_stairs RecipeStage{tier='two', recipe=4xtile.thebetweenlands.betweenstone_stairs@0:[net.minecraft.item.crafting.Ingredient@1dfde3ef, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1dfde3ef, net.minecraft.item.crafting.Ingredient@1dfde3ef, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1dfde3ef, net.minecraft.item.crafting.Ingredient@1dfde3ef, net.minecraft.item.crafting.Ingredient@1dfde3ef]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6622 thebetweenlands:betweenstone_slab RecipeStage{tier='two', recipe=6xtile.thebetweenlands.betweenstone_slab@0:[net.minecraft.item.crafting.Ingredient@383771ac, net.minecraft.item.crafting.Ingredient@383771ac, net.minecraft.item.crafting.Ingredient@383771ac]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6623 thebetweenlands:betweenstone_pressure_plate RecipeStage{tier='two', recipe=1xtile.thebetweenlands.betweenstone_pressure_plate@0:[net.minecraft.item.crafting.Ingredient@788b19a9, net.minecraft.item.crafting.Ingredient@788b19a9]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6624 thebetweenlands:betweenstone_pillar RecipeStage{tier='two', recipe=2xtile.thebetweenlands.betweenstone_pillar@0:[net.minecraft.item.crafting.Ingredient@1a7f5017, net.minecraft.item.crafting.Ingredient@1a7f5017]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6625 thebetweenlands:betweenstone_chiseled RecipeStage{tier='two', recipe=1xtile.thebetweenlands.betweenstone_chiseled@0:[net.minecraft.item.crafting.Ingredient@1d571705, net.minecraft.item.crafting.Ingredient@1d571705]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6626 thebetweenlands:betweenstone_button RecipeStage{tier='two', recipe=1xtile.thebetweenlands.betweenstone_button@0:[net.minecraft.item.crafting.Ingredient@461a6d15]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6627 thebetweenlands:betweenstone_bricks RecipeStage{tier='two', recipe=4xtile.thebetweenlands.betweenstone_bricks@0:[net.minecraft.item.crafting.Ingredient@67920106, net.minecraft.item.crafting.Ingredient@67920106, net.minecraft.item.crafting.Ingredient@67920106, net.minecraft.item.crafting.Ingredient@67920106]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6628 thebetweenlands:betweenstone_brick_wall RecipeStage{tier='two', recipe=6xtile.thebetweenlands.betweenstone_brick_wall@0:[net.minecraft.item.crafting.Ingredient@524d39b8, net.minecraft.item.crafting.Ingredient@524d39b8, net.minecraft.item.crafting.Ingredient@524d39b8, net.minecraft.item.crafting.Ingredient@524d39b8, net.minecraft.item.crafting.Ingredient@524d39b8, net.minecraft.item.crafting.Ingredient@524d39b8]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6629 thebetweenlands:betweenstone_brick_stairs RecipeStage{tier='two', recipe=4xtile.thebetweenlands.betweenstone_brick_stairs@0:[net.minecraft.item.crafting.Ingredient@5392b4c4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5392b4c4, net.minecraft.item.crafting.Ingredient@5392b4c4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5392b4c4, net.minecraft.item.crafting.Ingredient@5392b4c4, net.minecraft.item.crafting.Ingredient@5392b4c4]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6630 thebetweenlands:betweenstone_brick_slab RecipeStage{tier='two', recipe=6xtile.thebetweenlands.betweenstone_brick_slab@0:[net.minecraft.item.crafting.Ingredient@f82659e, net.minecraft.item.crafting.Ingredient@f82659e, net.minecraft.item.crafting.Ingredient@f82659e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6631 thebetweenlands:aqua_middle_gem_block RecipeStage{tier='two', recipe=1xtile.thebetweenlands.aqua_middle_gem_block@0:[net.minecraft.item.crafting.Ingredient@2d36fb46, net.minecraft.item.crafting.Ingredient@2d36fb46, net.minecraft.item.crafting.Ingredient@2d36fb46, net.minecraft.item.crafting.Ingredient@2d36fb46, net.minecraft.item.crafting.Ingredient@2d36fb46, net.minecraft.item.crafting.Ingredient@2d36fb46, net.minecraft.item.crafting.Ingredient@2d36fb46, net.minecraft.item.crafting.Ingredient@2d36fb46, net.minecraft.item.crafting.Ingredient@2d36fb46]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6632 thebetweenlands:aqua_middle_gem RecipeStage{tier='two', recipe=9xitem.thebetweenlands.aqua_middle_gem@0:[net.minecraft.item.crafting.Ingredient@6c831a47]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6633 thebetweenlands:animator RecipeStage{tier='two', recipe=1xtile.thebetweenlands.animator@0:[net.minecraft.item.crafting.Ingredient@4961aaf5, net.minecraft.item.crafting.Ingredient@4961aaf5, net.minecraft.item.crafting.Ingredient@4961aaf5, net.minecraft.item.crafting.Ingredient@7ffaa09, net.minecraft.item.crafting.Ingredient@50399f33, net.minecraft.item.crafting.Ingredient@7ffaa09, net.minecraft.item.crafting.Ingredient@4b973e12, net.minecraft.item.crafting.Ingredient@4b973e12, net.minecraft.item.crafting.Ingredient@4b973e12]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6634 thebetweenlands:angler_tooth_arrow RecipeStage{tier='two', recipe=4xitem.thebetweenlands.angler_tooth_arrow@0:[net.minecraft.item.crafting.Ingredient@1bf95283, net.minecraft.item.crafting.Ingredient@3c2713d0, net.minecraft.item.crafting.Ingredient@4b9c179b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6635 thebetweenlands:amulet RecipeStage{tier='two', recipe=1xitem.thebetweenlands.amulet@0:[net.minecraft.item.crafting.Ingredient@1401f7ac, net.minecraft.item.crafting.Ingredient@1401f7ac, net.minecraft.item.crafting.Ingredient@1401f7ac, net.minecraft.item.crafting.Ingredient@1401f7ac, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1401f7ac, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3847ae6c, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6636 thebetweenlands:amate_paper_pane_3_to_1 RecipeStage{tier='two', recipe=1xtile.thebetweenlands.amate_paper_pane_1@0:[net.minecraft.item.crafting.Ingredient@67029d78]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6637 thebetweenlands:amate_paper_pane_2_to_3 RecipeStage{tier='two', recipe=1xtile.thebetweenlands.amate_paper_pane_3@0:[net.minecraft.item.crafting.Ingredient@c28f408]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6638 thebetweenlands:amate_paper_pane_1_to_2 RecipeStage{tier='two', recipe=1xtile.thebetweenlands.amate_paper_pane_2@0:[net.minecraft.item.crafting.Ingredient@1d306c7c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6639 thebetweenlands:amate_paper_pane_1 RecipeStage{tier='two', recipe=1xtile.thebetweenlands.amate_paper_pane_1@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2a124f76, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2a124f76, net.minecraft.item.crafting.Ingredient@38058055, net.minecraft.item.crafting.Ingredient@2a124f76, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2a124f76, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6640 thebetweenlands:amate_paper RecipeStage{tier='two', recipe=9xitem.thebetweenlands.items_misc@32:[net.minecraft.item.crafting.Ingredient@242d6d16, net.minecraft.item.crafting.Ingredient@242d6d16, net.minecraft.item.crafting.Ingredient@242d6d16]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6641 thebetweenlands:amate_map_green RecipeStage{tier='two', recipe=1xitem.thebetweenlands.empty_amate_map@0:[net.minecraft.item.crafting.Ingredient@59e471be, net.minecraft.item.crafting.Ingredient@59e471be, net.minecraft.item.crafting.Ingredient@59e471be, net.minecraft.item.crafting.Ingredient@59e471be, net.minecraft.item.crafting.Ingredient@4236c4ae, net.minecraft.item.crafting.Ingredient@59e471be, net.minecraft.item.crafting.Ingredient@59e471be, net.minecraft.item.crafting.Ingredient@59e471be, net.minecraft.item.crafting.Ingredient@59e471be]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6642 thebetweenlands:amate_map_crimson RecipeStage{tier='two', recipe=1xitem.thebetweenlands.empty_amate_map@0:[net.minecraft.item.crafting.Ingredient@77bc9901, net.minecraft.item.crafting.Ingredient@77bc9901, net.minecraft.item.crafting.Ingredient@77bc9901, net.minecraft.item.crafting.Ingredient@77bc9901, net.minecraft.item.crafting.Ingredient@3d7b68e2, net.minecraft.item.crafting.Ingredient@77bc9901, net.minecraft.item.crafting.Ingredient@77bc9901, net.minecraft.item.crafting.Ingredient@77bc9901, net.minecraft.item.crafting.Ingredient@77bc9901]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6643 thebetweenlands:amate_map_aqua RecipeStage{tier='two', recipe=1xitem.thebetweenlands.empty_amate_map@0:[net.minecraft.item.crafting.Ingredient@2d88b0b2, net.minecraft.item.crafting.Ingredient@2d88b0b2, net.minecraft.item.crafting.Ingredient@2d88b0b2, net.minecraft.item.crafting.Ingredient@2d88b0b2, net.minecraft.item.crafting.Ingredient@13dfc954, net.minecraft.item.crafting.Ingredient@2d88b0b2, net.minecraft.item.crafting.Ingredient@2d88b0b2, net.minecraft.item.crafting.Ingredient@2d88b0b2, net.minecraft.item.crafting.Ingredient@2d88b0b2]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6644 thebetweenlands:alembic RecipeStage{tier='two', recipe=1xtile.thebetweenlands.alembic@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3afdc634, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7f264ca0, net.minecraft.item.crafting.Ingredient@402d5571, net.minecraft.item.crafting.Ingredient@3ed127f5, net.minecraft.item.crafting.Ingredient@3afdc634, net.minecraft.item.crafting.Ingredient@3ed127f5]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6663 primal:tatami_bed_yew net.minecraftforge.oredict.ShapedOreRecipe@2d9f774 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6664 primal:tatami_bed_spruce net.minecraftforge.oredict.ShapedOreRecipe@5bd9d607 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6666 primal:tatami_bed_lacquer net.minecraftforge.oredict.ShapedOreRecipe@6ba46752 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6667 primal:tatami_bed_jungle net.minecraftforge.oredict.ShapedOreRecipe@125f7c29 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6668 primal:tatami_bed_ironwood net.minecraftforge.oredict.ShapedOreRecipe@204be849 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6669 primal:tatami_bed_dark_oak net.minecraftforge.oredict.ShapedOreRecipe@3c7a90fe +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6670 primal:tatami_bed_corypha net.minecraftforge.oredict.ShapedOreRecipe@15b6173 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6671 primal:tatami_bed_birch net.minecraftforge.oredict.ShapedOreRecipe@6fdf9aa7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6672 primal:tatami_bed_acacia net.minecraftforge.oredict.ShapedOreRecipe@4a7b0568 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6703 primal:ore_salt_void RecipeStage{tier='zero', recipe=1xtile.primal.ore_salt@2:[net.minecraftforge.oredict.OreIngredient@3a6c2c6, net.minecraftforge.oredict.OreIngredient@3a6c2c6, net.minecraftforge.oredict.OreIngredient@3a6c2c6, net.minecraftforge.oredict.OreIngredient@3a6c2c6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6706 primal:ore_salt_fire RecipeStage{tier='three', recipe=1xtile.primal.ore_salt@1:[net.minecraftforge.oredict.OreIngredient@2c5691b8, net.minecraftforge.oredict.OreIngredient@2c5691b8, net.minecraftforge.oredict.OreIngredient@2c5691b8, net.minecraftforge.oredict.OreIngredient@2c5691b8]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6714 primal:obsidian_transparent_framed net.minecraft.item.crafting.ShapedRecipes@6a1607d6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6743 primal:hibachi_terra net.minecraftforge.oredict.ShapedOreRecipe@28e76787 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6746 primal:hibachi_cinis net.minecraftforge.oredict.ShapedOreRecipe@22e0a95a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6747 primal:hibachi_adobe net.minecraftforge.oredict.ShapedOreRecipe@19c98f23 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6837 rangedpumps:pump RecipeStage{tier='five', recipe=1xblock.rangedpumps:pump@0:[net.minecraft.item.crafting.Ingredient@6643bd28, net.minecraft.item.crafting.Ingredient@27724e80, net.minecraft.item.crafting.Ingredient@6643bd28, net.minecraft.item.crafting.Ingredient@141503b8, net.minecraft.item.crafting.Ingredient@76665410, net.minecraft.item.crafting.Ingredient@db70d09, net.minecraft.item.crafting.Ingredient@6643bd28, net.minecraft.item.crafting.Ingredient@27724e80, net.minecraft.item.crafting.Ingredient@6643bd28]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6839 rftools:network_monitor RecipeStage{tier='five', recipe=1xitem.network_monitor@0:[net.minecraft.item.crafting.Ingredient@3fbf89d9, net.minecraftforge.oredict.OreIngredient@11d0d4f4, net.minecraft.item.crafting.Ingredient@3fbf89d9, net.minecraft.item.crafting.Ingredient@561f1fc2, net.minecraft.item.crafting.Ingredient@3fbf89d9, net.minecraft.item.crafting.Ingredient@561f1fc2, net.minecraft.item.crafting.Ingredient@3fbf89d9, net.minecraftforge.oredict.OreIngredient@11d0d4f4, net.minecraft.item.crafting.Ingredient@3fbf89d9]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6840 rftools:storage_terminal RecipeStage{tier='five', recipe=1xtile.rftools.storage_terminal@0:[net.minecraft.item.crafting.Ingredient@47d3f7f1, net.minecraft.item.crafting.Ingredient@118e4a77, net.minecraft.item.crafting.Ingredient@f976b57, net.minecraft.item.crafting.Ingredient@118e4a77, net.minecraft.item.crafting.Ingredient@5e014ef7, net.minecraft.item.crafting.Ingredient@118e4a77, net.minecraft.item.crafting.Ingredient@f976b57, net.minecraft.item.crafting.Ingredient@118e4a77, net.minecraft.item.crafting.Ingredient@47d3f7f1]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6841 rftools:rf_monitor RecipeStage{tier='five', recipe=1xtile.rftools.rf_monitor@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@29fc7595, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5d0fb18, net.minecraft.item.crafting.Ingredient@79a7ebc1, net.minecraft.item.crafting.Ingredient@5d0fb18, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@29fc7595, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6842 rftools:remote_storage RecipeStage{tier='five', recipe=1xtile.rftools.remote_storage@0:[net.minecraft.item.crafting.Ingredient@66ca79ba, net.minecraftforge.oredict.OreIngredient@7c56ca51, net.minecraft.item.crafting.Ingredient@66ca79ba, net.minecraft.item.crafting.Ingredient@3531fc72, net.minecraft.item.crafting.Ingredient@62014aa2, net.minecraft.item.crafting.Ingredient@3531fc72, net.minecraft.item.crafting.Ingredient@66ca79ba, net.minecraft.item.crafting.Ingredient@3531fc72, net.minecraft.item.crafting.Ingredient@66ca79ba]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6843 rftools:composer RecipeStage{tier='five', recipe=1xtile.rftools.composer@0:[net.minecraft.item.crafting.Ingredient@4f2913bf, net.minecraft.item.crafting.Ingredient@58103cae, net.minecraft.item.crafting.Ingredient@4f2913bf, net.minecraft.item.crafting.Ingredient@58103cae, net.minecraft.item.crafting.Ingredient@77378afb, net.minecraft.item.crafting.Ingredient@58103cae, net.minecraft.item.crafting.Ingredient@4f2913bf, net.minecraft.item.crafting.Ingredient@58103cae, net.minecraft.item.crafting.Ingredient@4f2913bf]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6844 rftools:ender_monitor RecipeStage{tier='five', recipe=1xtile.rftools.ender_monitor@0:[net.minecraft.item.crafting.Ingredient@6dd43d2f, net.minecraft.item.crafting.Ingredient@2e83fb8c, net.minecraft.item.crafting.Ingredient@6dd43d2f, net.minecraft.item.crafting.Ingredient@12a38d29, net.minecraft.item.crafting.Ingredient@70781399, net.minecraft.item.crafting.Ingredient@12a38d29, net.minecraft.item.crafting.Ingredient@6dd43d2f, net.minecraft.item.crafting.Ingredient@12a38d29, net.minecraft.item.crafting.Ingredient@6dd43d2f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6845 rftools:modifier_module RecipeStage{tier='five', recipe=1xitem.modifier_module@0:[net.minecraft.item.crafting.Ingredient@437bbcac, net.minecraft.item.crafting.Ingredient@1bb9907a, net.minecraft.item.crafting.Ingredient@6d8c68db, net.minecraft.item.crafting.Ingredient@6d8c68db, net.minecraft.item.crafting.Ingredient@1bb9907a, net.minecraft.item.crafting.Ingredient@6d8c68db, net.minecraft.item.crafting.Ingredient@6d8c68db, net.minecraft.item.crafting.Ingredient@1bb9907a, net.minecraft.item.crafting.Ingredient@437bbcac]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6846 rftools:item_filter RecipeStage{tier='five', recipe=1xtile.rftools.item_filter@0:[net.minecraft.item.crafting.Ingredient@60f34fc5, net.minecraftforge.oredict.OreIngredient@29ac77c4, net.minecraft.item.crafting.Ingredient@60f34fc5, net.minecraft.item.crafting.Ingredient@1528c342, net.minecraft.item.crafting.Ingredient@7caf0efe, net.minecraft.item.crafting.Ingredient@1528c342, net.minecraft.item.crafting.Ingredient@60f34fc5, net.minecraft.item.crafting.Ingredient@4d4312b5, net.minecraft.item.crafting.Ingredient@60f34fc5]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6847 rftools:crafter3 RecipeStage{tier='five', recipe=1xtile.rftools.crafter3@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@432c8fd4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1bbd7569, net.minecraft.item.crafting.Ingredient@5ef54417, net.minecraft.item.crafting.Ingredient@1bbd7569, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@432c8fd4, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6848 rftools:crafter1 RecipeStage{tier='five', recipe=1xtile.rftools.crafter1@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@a7d0786, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@36584e6f, net.minecraft.item.crafting.Ingredient@58088d7b, net.minecraft.item.crafting.Ingredient@36584e6f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@a7d0786, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6849 rftools:powercell RecipeStage{tier='five', recipe=1xtile.rftools.powercell@0:[net.minecraft.item.crafting.Ingredient@7ddd55b7, net.minecraft.item.crafting.Ingredient@71938467, net.minecraft.item.crafting.Ingredient@7ddd55b7, net.minecraft.item.crafting.Ingredient@7ad2a8a8, net.minecraft.item.crafting.Ingredient@14d9cf42, net.minecraft.item.crafting.Ingredient@7ad2a8a8, net.minecraft.item.crafting.Ingredient@7ddd55b7, net.minecraft.item.crafting.Ingredient@3be426f, net.minecraft.item.crafting.Ingredient@7ddd55b7]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6850 rftools:invchecker_block RecipeStage{tier='five', recipe=1xtile.rftools.invchecker_block@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4b9a9c9d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3d5944c5, net.minecraft.item.crafting.Ingredient@5e7fb732, net.minecraft.item.crafting.Ingredient@3d5944c5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@381cf1c9, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6851 rftools:rftools_shape_manual RecipeStage{tier='five', recipe=1xitem.rftools_shape_manual@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5d364bec, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4a3e711f, net.minecraft.item.crafting.Ingredient@5ea77a13, net.minecraft.item.crafting.Ingredient@4a3e711f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4a3e711f, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6852 rftools:projector RecipeStage{tier='five', recipe=1xtile.rftools.projector@0:[net.minecraft.item.crafting.Ingredient@3c470866, net.minecraft.item.crafting.Ingredient@1bf12b25, net.minecraft.item.crafting.Ingredient@3c470866, net.minecraft.item.crafting.Ingredient@4d5adf69, net.minecraft.item.crafting.Ingredient@4688d1e6, net.minecraft.item.crafting.Ingredient@4d5adf69, net.minecraft.item.crafting.Ingredient@3c470866, net.minecraft.item.crafting.Ingredient@5baa1e6a, net.minecraft.item.crafting.Ingredient@3c470866]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6853 rftools:button_module_alt RecipeStage{tier='five', recipe=1xitem.button_module@0:[net.minecraft.item.crafting.Ingredient@4b8f9590]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6854 rftools:shape_card_quarry_fortune_dirt RecipeStage{tier='five', recipe=1xitem.shape_card@4:[net.minecraft.item.crafting.Ingredient@33aa0d6b, net.minecraft.item.crafting.Ingredient@33aa0d6b, net.minecraft.item.crafting.Ingredient@33aa0d6b, net.minecraft.item.crafting.Ingredient@33aa0d6b, net.minecraft.item.crafting.Ingredient@31101981, net.minecraft.item.crafting.Ingredient@33aa0d6b, net.minecraft.item.crafting.Ingredient@33aa0d6b, net.minecraft.item.crafting.Ingredient@33aa0d6b, net.minecraft.item.crafting.Ingredient@33aa0d6b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6855 rftools:dump_module RecipeStage{tier='five', recipe=1xitem.dump_module@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@263cfea5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5319be5c, net.minecraft.item.crafting.Ingredient@67f58d0f, net.minecraft.item.crafting.Ingredient@5319be5c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1080ad68, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6856 rftools:infused_diamond RecipeStage{tier='five', recipe=1xitem.infused_diamond@0:[net.minecraft.item.crafting.Ingredient@662052fe, net.minecraft.item.crafting.Ingredient@662052fe, net.minecraft.item.crafting.Ingredient@662052fe, net.minecraft.item.crafting.Ingredient@662052fe, net.minecraft.item.crafting.Ingredient@1eff4565, net.minecraft.item.crafting.Ingredient@662052fe, net.minecraft.item.crafting.Ingredient@662052fe, net.minecraft.item.crafting.Ingredient@662052fe, net.minecraft.item.crafting.Ingredient@662052fe]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6857 rftools:syringe RecipeStage{tier='five', recipe=1xitem.syringe@0:[net.minecraft.item.crafting.Ingredient@2ebe52c2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2ebe52c2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1f820b14]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6858 rftools:block_protector RecipeStage{tier='five', recipe=1xtile.rftools.block_protector@0:[net.minecraft.item.crafting.Ingredient@56799e6f, net.minecraft.item.crafting.Ingredient@1052a64, net.minecraft.item.crafting.Ingredient@56799e6f, net.minecraft.item.crafting.Ingredient@1052a64, net.minecraft.item.crafting.Ingredient@25ab13c3, net.minecraft.item.crafting.Ingredient@1052a64, net.minecraft.item.crafting.Ingredient@56799e6f, net.minecraft.item.crafting.Ingredient@1052a64, net.minecraft.item.crafting.Ingredient@56799e6f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6859 rftools:tablet_to_scanner_module RecipeStage{tier='five', recipe=1xitem.storage_control_module@0:[net.minecraft.item.crafting.Ingredient@39917f37]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6860 rftools:storage_module_1 RecipeStage{tier='five', recipe=1xitem.storage_module@1:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@530f01e9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@633ace5d, net.minecraft.item.crafting.Ingredient@748772d, net.minecraft.item.crafting.Ingredient@633ace5d, net.minecraft.item.crafting.Ingredient@188f8334, net.minecraft.item.crafting.Ingredient@59cda0f3, net.minecraft.item.crafting.Ingredient@188f8334]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6861 rftools:redstone_receiver_block_alt RecipeStage{tier='five', recipe=1xtile.rftools.redstone_receiver_block@0:[net.minecraft.item.crafting.Ingredient@69d55c2f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6862 rftools:builder RecipeStage{tier='five', recipe=1xtile.rftools.builder@0:[net.minecraft.item.crafting.Ingredient@78234e6d, net.minecraft.item.crafting.Ingredient@6f7259d2, net.minecraft.item.crafting.Ingredient@78234e6d, net.minecraft.item.crafting.Ingredient@73f391fe, net.minecraft.item.crafting.Ingredient@7b5d50e6, net.minecraft.item.crafting.Ingredient@73f391fe, net.minecraft.item.crafting.Ingredient@78234e6d, net.minecraft.item.crafting.Ingredient@73f391fe, net.minecraft.item.crafting.Ingredient@78234e6d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6863 rftools:generic_module RecipeStage{tier='five', recipe=1xitem.generic_module@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1af6f6f5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7ccee97b, net.minecraft.item.crafting.Ingredient@6b130a84, net.minecraft.item.crafting.Ingredient@7ccee97b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1af6f6f5, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6864 rftools:powercell_card RecipeStage{tier='five', recipe=1xitem.powercell_card@0:[net.minecraft.item.crafting.Ingredient@68196ac3, net.minecraft.item.crafting.Ingredient@12a70291, net.minecraft.item.crafting.Ingredient@68196ac3, net.minecraft.item.crafting.Ingredient@12a70291, net.minecraft.item.crafting.Ingredient@5ff17965, net.minecraft.item.crafting.Ingredient@12a70291, net.minecraft.item.crafting.Ingredient@68196ac3, net.minecraft.item.crafting.Ingredient@12a70291, net.minecraft.item.crafting.Ingredient@68196ac3]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6865 rftools:powercell_card_alt RecipeStage{tier='five', recipe=1xitem.powercell_card@0:[net.minecraft.item.crafting.Ingredient@4bf72fa1]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6866 rftools:relay RecipeStage{tier='five', recipe=1xtile.rftools.relay@0:[net.minecraft.item.crafting.Ingredient@6e9feb50, net.minecraft.item.crafting.Ingredient@fa2166a, net.minecraft.item.crafting.Ingredient@6e9feb50, net.minecraft.item.crafting.Ingredient@6e9feb50, net.minecraft.item.crafting.Ingredient@b00dd3e, net.minecraft.item.crafting.Ingredient@6e9feb50, net.minecraft.item.crafting.Ingredient@6e9feb50, net.minecraft.item.crafting.Ingredient@fa2166a, net.minecraft.item.crafting.Ingredient@6e9feb50]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6867 rftools:redstone_transmitter_block_alt RecipeStage{tier='five', recipe=1xtile.rftools.redstone_transmitter_block@0:[net.minecraft.item.crafting.Ingredient@20ee9351]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6868 rftools:elevator RecipeStage{tier='five', recipe=1xtile.rftools.elevator@0:[net.minecraft.item.crafting.Ingredient@66d5c72d, net.minecraft.item.crafting.Ingredient@569500ad, net.minecraft.item.crafting.Ingredient@66d5c72d, net.minecraft.item.crafting.Ingredient@66d5c72d, net.minecraft.item.crafting.Ingredient@490e68a0, net.minecraft.item.crafting.Ingredient@66d5c72d, net.minecraft.item.crafting.Ingredient@66d5c72d, net.minecraft.item.crafting.Ingredient@2471f2e1, net.minecraft.item.crafting.Ingredient@66d5c72d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6869 rftools:remote_scanner RecipeStage{tier='five', recipe=1xtile.rftools.remote_scanner@0:[net.minecraft.item.crafting.Ingredient@6e78faed, net.minecraft.item.crafting.Ingredient@6e78faed, net.minecraft.item.crafting.Ingredient@6e78faed, net.minecraft.item.crafting.Ingredient@6e78faed, net.minecraft.item.crafting.Ingredient@3e92670b, net.minecraft.item.crafting.Ingredient@6e78faed, net.minecraft.item.crafting.Ingredient@6e78faed, net.minecraft.item.crafting.Ingredient@6e78faed, net.minecraft.item.crafting.Ingredient@6e78faed]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6870 rftools:pearl_injector RecipeStage{tier='five', recipe=1xtile.rftools.pearl_injector@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@239edfdd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3318ef3c, net.minecraft.item.crafting.Ingredient@3bdcc134, net.minecraft.item.crafting.Ingredient@3318ef3c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5ee8ba13, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6871 rftools:matter_booster RecipeStage{tier='five', recipe=1xtile.rftools.matter_booster@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5cd75b6f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5cd75b6f, net.minecraft.item.crafting.Ingredient@5e5f82d1, net.minecraft.item.crafting.Ingredient@5cd75b6f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5cd75b6f, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6872 rftools:scanner RecipeStage{tier='five', recipe=1xtile.rftools.scanner@0:[net.minecraft.item.crafting.Ingredient@5052d1e7, net.minecraft.item.crafting.Ingredient@2df88001, net.minecraft.item.crafting.Ingredient@5052d1e7, net.minecraft.item.crafting.Ingredient@67a8f7dc, net.minecraft.item.crafting.Ingredient@55ce13af, net.minecraft.item.crafting.Ingredient@67a8f7dc, net.minecraft.item.crafting.Ingredient@5052d1e7, net.minecraft.item.crafting.Ingredient@19356c3a, net.minecraft.item.crafting.Ingredient@5052d1e7]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6873 rftools:shield_template_block_alt RecipeStage{tier='five', recipe=1xtile.rftools.shield_template_block@1:[net.minecraft.item.crafting.Ingredient@7f8462f2]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6874 rftools:tablet_with_storage_module_6 RecipeStage{tier='five', recipe=1xitem.storage_module_tablet@1:[net.minecraft.item.crafting.Ingredient@91e0944, net.minecraft.item.crafting.Ingredient@512ae195]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6875 rftools:filter_module RecipeStage{tier='five', recipe=1xitem.filter_module@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@31276887, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@78643c17, net.minecraft.item.crafting.Ingredient@5850062b, net.minecraft.item.crafting.Ingredient@78643c17, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@51f4dc01, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6876 rftools:shape_card_pump_liquid RecipeStage{tier='five', recipe=1xitem.shape_card@10:[net.minecraft.item.crafting.Ingredient@243ec56e, net.minecraft.item.crafting.Ingredient@15d3e070, net.minecraft.item.crafting.Ingredient@243ec56e, net.minecraft.item.crafting.Ingredient@56110c02, net.minecraft.item.crafting.Ingredient@456a61b, net.minecraft.item.crafting.Ingredient@56110c02, net.minecraft.item.crafting.Ingredient@243ec56e, net.minecraft.item.crafting.Ingredient@1579888b, net.minecraft.item.crafting.Ingredient@243ec56e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6877 rftools:fluidplus_module RecipeStage{tier='five', recipe=1xitem.fluidplus_module@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@389084b5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@56c62538, net.minecraft.item.crafting.Ingredient@466eb5c9, net.minecraft.item.crafting.Ingredient@56c62538, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@389084b5, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6878 rftools:analog_block RecipeStage{tier='five', recipe=1xtile.rftools.analog_block@0:[net.minecraft.item.crafting.Ingredient@1b81745e, net.minecraft.item.crafting.Ingredient@6bc770bd, net.minecraft.item.crafting.Ingredient@76da91df]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6880 rftools:smartwrench RecipeStage{tier='five', recipe=1xitem.smartwrench@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4d952596, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@52105416, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@52105416, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6881 rftools:peaceful_module RecipeStage{tier='five', recipe=1xitem.peaceful_module@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@40482ce6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6f404e7e, net.minecraft.item.crafting.Ingredient@312fca22, net.minecraft.item.crafting.Ingredient@6f404e7e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6204d674, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6883 rftools:level_emitter RecipeStage{tier='five', recipe=1xtile.rftools.level_emitter@0:[net.minecraft.item.crafting.Ingredient@44343da6, net.minecraft.item.crafting.Ingredient@3b706e31, net.minecraft.item.crafting.Ingredient@2bd40c18, net.minecraft.item.crafting.Ingredient@fdd32ce, net.minecraft.item.crafting.Ingredient@6ae1f79e, net.minecraft.item.crafting.Ingredient@fdd32ce, net.minecraft.item.crafting.Ingredient@2bd40c18, net.minecraft.item.crafting.Ingredient@fdd32ce, net.minecraft.item.crafting.Ingredient@44343da6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6884 rftools:screen RecipeStage{tier='five', recipe=1xtile.rftools.screen@0:[net.minecraft.item.crafting.Ingredient@5af2304a, net.minecraft.item.crafting.Ingredient@5af2304a, net.minecraft.item.crafting.Ingredient@5af2304a, net.minecraft.item.crafting.Ingredient@5af2304a, net.minecraft.item.crafting.Ingredient@2a29839b, net.minecraft.item.crafting.Ingredient@5af2304a, net.minecraft.item.crafting.Ingredient@4850aeb4, net.minecraft.item.crafting.Ingredient@4850aeb4, net.minecraft.item.crafting.Ingredient@4850aeb4]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6885 rftools:tablet_with_storage_module_2 RecipeStage{tier='five', recipe=1xitem.storage_module_tablet@1:[net.minecraft.item.crafting.Ingredient@26e6dce8, net.minecraft.item.crafting.Ingredient@54b4a8bd]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6886 rftools:shape_card_quarry_clear RecipeStage{tier='five', recipe=1xitem.shape_card@5:[net.minecraft.item.crafting.Ingredient@39910032, net.minecraft.item.crafting.Ingredient@39910032, net.minecraft.item.crafting.Ingredient@39910032, net.minecraft.item.crafting.Ingredient@39910032, net.minecraft.item.crafting.Ingredient@40d6df9a, net.minecraft.item.crafting.Ingredient@39910032, net.minecraft.item.crafting.Ingredient@39910032, net.minecraft.item.crafting.Ingredient@39910032, net.minecraft.item.crafting.Ingredient@39910032]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6887 rftools:security_manager RecipeStage{tier='five', recipe=1xtile.rftools.security_manager@0:[net.minecraft.item.crafting.Ingredient@1b15736e, net.minecraft.item.crafting.Ingredient@4af3d9ba, net.minecraft.item.crafting.Ingredient@1b15736e, net.minecraft.item.crafting.Ingredient@4af3d9ba, net.minecraft.item.crafting.Ingredient@6d47186d, net.minecraft.item.crafting.Ingredient@4af3d9ba, net.minecraft.item.crafting.Ingredient@1b15736e, net.minecraftforge.oredict.OreIngredient@548610ff, net.minecraft.item.crafting.Ingredient@1b15736e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6888 rftools:storage_module_tablet RecipeStage{tier='five', recipe=1xitem.storage_module_tablet@0:[net.minecraft.item.crafting.Ingredient@2ce105b5, net.minecraft.item.crafting.Ingredient@739ce31c, net.minecraft.item.crafting.Ingredient@2ce105b5, net.minecraft.item.crafting.Ingredient@298ac057, net.minecraft.item.crafting.Ingredient@3827a333, net.minecraft.item.crafting.Ingredient@298ac057, net.minecraft.item.crafting.Ingredient@2ce105b5, net.minecraft.item.crafting.Ingredient@298ac057, net.minecraft.item.crafting.Ingredient@2ce105b5]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6889 rftools:rftools_manual RecipeStage{tier='five', recipe=1xitem.rftools_manual@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@665504b0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@665504b0, net.minecraft.item.crafting.Ingredient@1f5f7656, net.minecraft.item.crafting.Ingredient@665504b0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@665504b0, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6890 rftools:booster RecipeStage{tier='five', recipe=1xtile.rftools.booster@0:[net.minecraft.item.crafting.Ingredient@ae4f6e8, net.minecraft.item.crafting.Ingredient@25861480, net.minecraft.item.crafting.Ingredient@ae4f6e8, net.minecraft.item.crafting.Ingredient@5693272e, net.minecraft.item.crafting.Ingredient@7b2a1fa5, net.minecraft.item.crafting.Ingredient@6e9d34e2, net.minecraft.item.crafting.Ingredient@ae4f6e8, net.minecraft.item.crafting.Ingredient@5734d171, net.minecraft.item.crafting.Ingredient@ae4f6e8]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6891 rftools:machine_infuser RecipeStage{tier='five', recipe=1xtile.rftools.machine_infuser@0:[net.minecraft.item.crafting.Ingredient@9a42120, net.minecraft.item.crafting.Ingredient@44be1c18, net.minecraft.item.crafting.Ingredient@9a42120, net.minecraft.item.crafting.Ingredient@2bdfbdfb, net.minecraft.item.crafting.Ingredient@45d2cffa, net.minecraft.item.crafting.Ingredient@2bdfbdfb, net.minecraft.item.crafting.Ingredient@9a42120, net.minecraft.item.crafting.Ingredient@44be1c18, net.minecraft.item.crafting.Ingredient@9a42120]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6892 rftools:infused_enderpearl RecipeStage{tier='five', recipe=1xitem.infused_enderpearl@0:[net.minecraft.item.crafting.Ingredient@5c253a15, net.minecraft.item.crafting.Ingredient@5c253a15, net.minecraft.item.crafting.Ingredient@5c253a15, net.minecraft.item.crafting.Ingredient@5c253a15, net.minecraft.item.crafting.Ingredient@6f02d060, net.minecraft.item.crafting.Ingredient@5c253a15, net.minecraft.item.crafting.Ingredient@5c253a15, net.minecraft.item.crafting.Ingredient@5c253a15, net.minecraft.item.crafting.Ingredient@5c253a15]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6893 rftools:tablet_with_storage_module_s RecipeStage{tier='five', recipe=1xitem.storage_module_tablet@2:[net.minecraft.item.crafting.Ingredient@70d7bae, net.minecraft.item.crafting.Ingredient@771fbb88]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6894 rftools:shape_card_quarry_dirt RecipeStage{tier='five', recipe=1xitem.shape_card@2:[net.minecraft.item.crafting.Ingredient@672bd8b7, net.minecraft.item.crafting.Ingredient@672bd8b7, net.minecraft.item.crafting.Ingredient@672bd8b7, net.minecraft.item.crafting.Ingredient@672bd8b7, net.minecraft.item.crafting.Ingredient@23af0e11, net.minecraft.item.crafting.Ingredient@672bd8b7, net.minecraft.item.crafting.Ingredient@672bd8b7, net.minecraft.item.crafting.Ingredient@672bd8b7, net.minecraft.item.crafting.Ingredient@672bd8b7]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6895 rftools:shape_card_quarry_silk_clear RecipeStage{tier='five', recipe=1xitem.shape_card@6:[net.minecraft.item.crafting.Ingredient@4b969b5d, net.minecraft.item.crafting.Ingredient@4b969b5d, net.minecraft.item.crafting.Ingredient@4b969b5d, net.minecraft.item.crafting.Ingredient@4b969b5d, net.minecraft.item.crafting.Ingredient@2b68d9ee, net.minecraft.item.crafting.Ingredient@4b969b5d, net.minecraft.item.crafting.Ingredient@4b969b5d, net.minecraft.item.crafting.Ingredient@4b969b5d, net.minecraft.item.crafting.Ingredient@4b969b5d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6896 rftools:shape_card_quarry_fortune_clear RecipeStage{tier='five', recipe=1xitem.shape_card@7:[net.minecraft.item.crafting.Ingredient@3c1c0c0e, net.minecraft.item.crafting.Ingredient@3c1c0c0e, net.minecraft.item.crafting.Ingredient@3c1c0c0e, net.minecraft.item.crafting.Ingredient@3c1c0c0e, net.minecraft.item.crafting.Ingredient@2de0ed41, net.minecraft.item.crafting.Ingredient@3c1c0c0e, net.minecraft.item.crafting.Ingredient@3c1c0c0e, net.minecraft.item.crafting.Ingredient@3c1c0c0e, net.minecraft.item.crafting.Ingredient@3c1c0c0e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6897 rftools:shape_card_quarry_silk RecipeStage{tier='five', recipe=1xitem.shape_card@3:[net.minecraft.item.crafting.Ingredient@3d62c735, net.minecraft.item.crafting.Ingredient@7856bd7e, net.minecraft.item.crafting.Ingredient@3d62c735, net.minecraft.item.crafting.Ingredient@26f1cb5c, net.minecraft.item.crafting.Ingredient@7ac5d1ff, net.minecraft.item.crafting.Ingredient@26f1cb5c, net.minecraft.item.crafting.Ingredient@3d62c735, net.minecraft.item.crafting.Ingredient@26f1cb5c, net.minecraft.item.crafting.Ingredient@3d62c735]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6898 rftools:machineinformation_module RecipeStage{tier='five', recipe=1xitem.machineinformation_module@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@543d36f7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6058fae7, net.minecraft.item.crafting.Ingredient@5406401e, net.minecraft.item.crafting.Ingredient@6058fae7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1e448603, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6899 rftools:energy_module RecipeStage{tier='five', recipe=1xitem.energy_module@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@12b75632, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@12b75632, net.minecraft.item.crafting.Ingredient@5f931b9c, net.minecraft.item.crafting.Ingredient@12b75632, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@11270810, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6900 rftools:shield_block1 RecipeStage{tier='five', recipe=1xtile.rftools.shield_block1@0:[net.minecraft.item.crafting.Ingredient@c74df91, net.minecraft.item.crafting.Ingredient@394a90a6, net.minecraft.item.crafting.Ingredient@c74df91, net.minecraft.item.crafting.Ingredient@5217659b, net.minecraft.item.crafting.Ingredient@679af0eb, net.minecraft.item.crafting.Ingredient@5217659b, net.minecraft.item.crafting.Ingredient@e486a3e, net.minecraft.item.crafting.Ingredient@e486a3e, net.minecraft.item.crafting.Ingredient@e486a3e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6901 rftools:counter_module RecipeStage{tier='five', recipe=1xitem.counter_module@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@832c5f7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@34b1f7b8, net.minecraft.item.crafting.Ingredient@5a5c03ba, net.minecraft.item.crafting.Ingredient@34b1f7b8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@74f2053, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6902 rftools:shape_card_quarry_silk_dirt RecipeStage{tier='five', recipe=1xitem.shape_card@3:[net.minecraft.item.crafting.Ingredient@3ba03b9b, net.minecraft.item.crafting.Ingredient@3ba03b9b, net.minecraft.item.crafting.Ingredient@3ba03b9b, net.minecraft.item.crafting.Ingredient@3ba03b9b, net.minecraft.item.crafting.Ingredient@3681f52, net.minecraft.item.crafting.Ingredient@3ba03b9b, net.minecraft.item.crafting.Ingredient@3ba03b9b, net.minecraft.item.crafting.Ingredient@3ba03b9b, net.minecraft.item.crafting.Ingredient@3ba03b9b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6903 rftools:coalgenerator RecipeStage{tier='five', recipe=1xtile.rftools.coalgenerator@0:[net.minecraft.item.crafting.Ingredient@7fe2e29f, net.minecraft.item.crafting.Ingredient@45a0658e, net.minecraft.item.crafting.Ingredient@7fe2e29f, net.minecraft.item.crafting.Ingredient@7fe2e29f, net.minecraft.item.crafting.Ingredient@6843c43f, net.minecraft.item.crafting.Ingredient@7fe2e29f, net.minecraft.item.crafting.Ingredient@7fe2e29f, net.minecraft.item.crafting.Ingredient@45a0658e, net.minecraft.item.crafting.Ingredient@7fe2e29f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6904 rftools:counterplus_module RecipeStage{tier='five', recipe=1xitem.counterplus_module@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1355de0d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@778150e0, net.minecraft.item.crafting.Ingredient@cfb2e2d, net.minecraft.item.crafting.Ingredient@778150e0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1355de0d, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6905 rftools:timer_block RecipeStage{tier='five', recipe=1xtile.rftools.timer_block@0:[net.minecraft.item.crafting.Ingredient@708a3dd1, net.minecraft.item.crafting.Ingredient@2051cf9f, net.minecraft.item.crafting.Ingredient@708a3dd1, net.minecraft.item.crafting.Ingredient@d17b0b0, net.minecraft.item.crafting.Ingredient@7e0a9f7, net.minecraft.item.crafting.Ingredient@d17b0b0, net.minecraft.item.crafting.Ingredient@708a3dd1, net.minecraft.item.crafting.Ingredient@d17b0b0, net.minecraft.item.crafting.Ingredient@708a3dd1]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6906 rftools:screen_controller RecipeStage{tier='five', recipe=1xtile.rftools.screen_controller@0:[net.minecraft.item.crafting.Ingredient@3a296c71, net.minecraft.item.crafting.Ingredient@12d927b9, net.minecraft.item.crafting.Ingredient@3a296c71, net.minecraft.item.crafting.Ingredient@37421d5b, net.minecraft.item.crafting.Ingredient@cef635e, net.minecraft.item.crafting.Ingredient@37421d5b, net.minecraft.item.crafting.Ingredient@3a296c71, net.minecraft.item.crafting.Ingredient@37421d5b, net.minecraft.item.crafting.Ingredient@3a296c71]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6907 rftools:shape_card_quarry_fortune RecipeStage{tier='five', recipe=1xitem.shape_card@4:[net.minecraft.item.crafting.Ingredient@685089fe, net.minecraft.item.crafting.Ingredient@17f9fc0a, net.minecraft.item.crafting.Ingredient@685089fe, net.minecraft.item.crafting.Ingredient@340cf614, net.minecraft.item.crafting.Ingredient@7c790b4b, net.minecraft.item.crafting.Ingredient@1f9e8eb0, net.minecraft.item.crafting.Ingredient@685089fe, net.minecraft.item.crafting.Ingredient@7b0a95ec, net.minecraft.item.crafting.Ingredient@685089fe]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6908 rftools:space_chamber_controller RecipeStage{tier='five', recipe=1xtile.rftools.space_chamber_controller@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@74b0441a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6cca65cb, net.minecraft.item.crafting.Ingredient@1192deb2, net.minecraft.item.crafting.Ingredient@6cca65cb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@74b0441a, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6909 rftools:powercell_advanced RecipeStage{tier='five', recipe=1xtile.rftools.powercell_advanced@0:[net.minecraft.item.crafting.Ingredient@6fd4476f, net.minecraft.item.crafting.Ingredient@379129a, net.minecraft.item.crafting.Ingredient@6fd4476f, net.minecraft.item.crafting.Ingredient@379129a, net.minecraft.item.crafting.Ingredient@e809a58, net.minecraft.item.crafting.Ingredient@379129a, net.minecraft.item.crafting.Ingredient@6fd4476f, net.minecraft.item.crafting.Ingredient@379129a, net.minecraft.item.crafting.Ingredient@6fd4476f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6910 rftools:storage_module_0 RecipeStage{tier='five', recipe=1xitem.storage_module@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1281488f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@69ee10fb, net.minecraft.item.crafting.Ingredient@58106c6c, net.minecraft.item.crafting.Ingredient@69ee10fb, net.minecraft.item.crafting.Ingredient@493f1e14, net.minecraft.item.crafting.Ingredient@13406a3d, net.minecraft.item.crafting.Ingredient@493f1e14]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6911 rftools:advanced_charged_porter RecipeStage{tier='five', recipe=1xitem.advanced_charged_porter@0:[net.minecraft.item.crafting.Ingredient@1214d511, net.minecraft.item.crafting.Ingredient@55640cfe, net.minecraft.item.crafting.Ingredient@1214d511, net.minecraft.item.crafting.Ingredient@55640cfe, net.minecraft.item.crafting.Ingredient@65dbe156, net.minecraft.item.crafting.Ingredient@55640cfe, net.minecraft.item.crafting.Ingredient@1214d511, net.minecraft.item.crafting.Ingredient@55640cfe, net.minecraft.item.crafting.Ingredient@1214d511]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6912 rftools:shape_card_pump_clear RecipeStage{tier='five', recipe=1xitem.shape_card@9:[net.minecraft.item.crafting.Ingredient@324451e5, net.minecraft.item.crafting.Ingredient@324451e5, net.minecraft.item.crafting.Ingredient@324451e5, net.minecraft.item.crafting.Ingredient@324451e5, net.minecraft.item.crafting.Ingredient@75135f8d, net.minecraft.item.crafting.Ingredient@324451e5, net.minecraft.item.crafting.Ingredient@324451e5, net.minecraft.item.crafting.Ingredient@324451e5, net.minecraft.item.crafting.Ingredient@324451e5]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6913 rftools:crafter2 RecipeStage{tier='five', recipe=1xtile.rftools.crafter2@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6b779cd0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4879ea3c, net.minecraft.item.crafting.Ingredient@4866b935, net.minecraft.item.crafting.Ingredient@4879ea3c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6b779cd0, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6914 rftools:liquid_monitor RecipeStage{tier='five', recipe=1xtile.rftools.liquid_monitor@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@39281df5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@bf98bd0, net.minecraft.item.crafting.Ingredient@759fc3a2, net.minecraft.item.crafting.Ingredient@bf98bd0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@39281df5, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6915 rftools:energyplus_module RecipeStage{tier='five', recipe=1xitem.energyplus_module@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6f959706, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@25f92873, net.minecraft.item.crafting.Ingredient@2d8bfdf7, net.minecraft.item.crafting.Ingredient@25f92873, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6f959706, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6916 rftools:sequencer_block RecipeStage{tier='five', recipe=1xtile.rftools.sequencer_block@0:[net.minecraft.item.crafting.Ingredient@726c70ea, net.minecraft.item.crafting.Ingredient@4bdd7f66, net.minecraft.item.crafting.Ingredient@726c70ea, net.minecraft.item.crafting.Ingredient@4bdd7f66, net.minecraft.item.crafting.Ingredient@454f24c2, net.minecraft.item.crafting.Ingredient@4bdd7f66, net.minecraft.item.crafting.Ingredient@726c70ea, net.minecraft.item.crafting.Ingredient@4bdd7f66, net.minecraft.item.crafting.Ingredient@726c70ea]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6917 rftools:redstone_module RecipeStage{tier='five', recipe=1xitem.redstone_module@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5db081bc, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1ac44cad, net.minecraft.item.crafting.Ingredient@73237ace, net.minecraft.item.crafting.Ingredient@1ac44cad, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@607995ad, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6918 rftools:clock_module RecipeStage{tier='five', recipe=1xitem.clock_module@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3baf0b0b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@563bf921, net.minecraft.item.crafting.Ingredient@350e3ac6, net.minecraft.item.crafting.Ingredient@563bf921, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4a94a92c, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6919 rftools:shape_card_void RecipeStage{tier='five', recipe=1xitem.shape_card@1:[net.minecraftforge.oredict.OreIngredient@546f522e, net.minecraft.item.crafting.Ingredient@41f2d783, net.minecraftforge.oredict.OreIngredient@546f522e, net.minecraft.item.crafting.Ingredient@41f2d783, net.minecraft.item.crafting.Ingredient@2bb9a2bd, net.minecraft.item.crafting.Ingredient@41f2d783, net.minecraftforge.oredict.OreIngredient@546f522e, net.minecraft.item.crafting.Ingredient@41f2d783, net.minecraftforge.oredict.OreIngredient@546f522e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6920 rftools:elevator_button_module RecipeStage{tier='five', recipe=1xitem.elevator_button_module@0:[net.minecraft.item.crafting.Ingredient@10edfeaa, net.minecraft.item.crafting.Ingredient@10edfeaa, net.minecraft.item.crafting.Ingredient@10edfeaa, net.minecraft.item.crafting.Ingredient@3852946a, net.minecraft.item.crafting.Ingredient@d22a7f0, net.minecraft.item.crafting.Ingredient@3852946a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@16235db5, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6921 rftools:matter_beamer RecipeStage{tier='five', recipe=1xtile.rftools.matter_beamer@0:[net.minecraft.item.crafting.Ingredient@4adf3faa, net.minecraft.item.crafting.Ingredient@17620558, net.minecraft.item.crafting.Ingredient@4adf3faa, net.minecraft.item.crafting.Ingredient@17620558, net.minecraft.item.crafting.Ingredient@57fbda35, net.minecraft.item.crafting.Ingredient@17620558, net.minecraft.item.crafting.Ingredient@4adf3faa, net.minecraft.item.crafting.Ingredient@17620558, net.minecraft.item.crafting.Ingredient@4adf3faa]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6922 rftools:space_chamber_card RecipeStage{tier='five', recipe=1xitem.space_chamber_card@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6b1c2f1d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@68275e1e, net.minecraft.item.crafting.Ingredient@51345330, net.minecraft.item.crafting.Ingredient@68275e1e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6b1c2f1d, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6923 rftools:powercell_normal RecipeStage{tier='five', recipe=1xtile.rftools.powercell@0:[net.minecraft.item.crafting.Ingredient@3b97eb7d, net.minecraft.item.crafting.Ingredient@42b6e85a, net.minecraft.item.crafting.Ingredient@3b97eb7d, net.minecraft.item.crafting.Ingredient@39d21f16, net.minecraft.item.crafting.Ingredient@42d72e12, net.minecraft.item.crafting.Ingredient@39d21f16, net.minecraft.item.crafting.Ingredient@3b97eb7d, net.minecraft.item.crafting.Ingredient@461ff9af, net.minecraft.item.crafting.Ingredient@3b97eb7d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6924 rftools:logic_block RecipeStage{tier='five', recipe=1xtile.rftools.logic_block@0:[net.minecraft.item.crafting.Ingredient@5ce22f56, net.minecraft.item.crafting.Ingredient@12e75400, net.minecraft.item.crafting.Ingredient@5ce22f56, net.minecraft.item.crafting.Ingredient@12e75400, net.minecraft.item.crafting.Ingredient@2790be9f, net.minecraft.item.crafting.Ingredient@12e75400, net.minecraft.item.crafting.Ingredient@5ce22f56, net.minecraft.item.crafting.Ingredient@12e75400, net.minecraft.item.crafting.Ingredient@5ce22f56]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6925 rftools:storage_control_module RecipeStage{tier='five', recipe=1xitem.storage_control_module@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@536bd666, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3614e3de, net.minecraft.item.crafting.Ingredient@51a7292d, net.minecraft.item.crafting.Ingredient@3614e3de, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@13e7638, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6926 rftools:storage_module_6 RecipeStage{tier='five', recipe=1xitem.storage_module@6:[net.minecraft.item.crafting.Ingredient@52ee1d43, net.minecraftforge.oredict.OreIngredient@4cf887c2, net.minecraft.item.crafting.Ingredient@52ee1d43, net.minecraft.item.crafting.Ingredient@11e70e46, net.minecraft.item.crafting.Ingredient@280a0114, net.minecraft.item.crafting.Ingredient@11e70e46, net.minecraft.item.crafting.Ingredient@57929b1b, net.minecraft.item.crafting.Ingredient@7659f1a7, net.minecraft.item.crafting.Ingredient@57929b1b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6927 rftools:shield_template_block_alt_alt RecipeStage{tier='five', recipe=1xtile.rftools.shield_template_block@2:[net.minecraft.item.crafting.Ingredient@53a44df4]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6928 rftools:computer_module RecipeStage{tier='five', recipe=1xitem.computer_module@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6eeff121, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6c5bb501, net.minecraft.item.crafting.Ingredient@7f9ab8f8, net.minecraft.item.crafting.Ingredient@6c5bb501, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7a61c0cb, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6929 rftools:sensor_block RecipeStage{tier='five', recipe=1xtile.rftools.sensor_block@0:[net.minecraft.item.crafting.Ingredient@6a87b7c4, net.minecraft.item.crafting.Ingredient@857e396, net.minecraft.item.crafting.Ingredient@6a87b7c4, net.minecraft.item.crafting.Ingredient@14bb759, net.minecraft.item.crafting.Ingredient@25c9cc5d, net.minecraft.item.crafting.Ingredient@14bb759, net.minecraft.item.crafting.Ingredient@6a87b7c4, net.minecraft.item.crafting.Ingredient@857e396, net.minecraft.item.crafting.Ingredient@6a87b7c4]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6930 rftools:wire_block RecipeStage{tier='five', recipe=1xtile.rftools.wire_block@0:[net.minecraft.item.crafting.Ingredient@72366afc, net.minecraft.item.crafting.Ingredient@293ff02e, net.minecraft.item.crafting.Ingredient@72366afc]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6931 rftools:orphaning_card RecipeStage{tier='five', recipe=1xitem.orphaning_card@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@59e60a79, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2efab0e8, net.minecraft.item.crafting.Ingredient@68cc5c96, net.minecraft.item.crafting.Ingredient@2efab0e8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1c874976, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6932 rftools:dialing_device RecipeStage{tier='five', recipe=1xtile.rftools.dialing_device@0:[net.minecraft.item.crafting.Ingredient@565e5e26, net.minecraft.item.crafting.Ingredient@565e5e26, net.minecraft.item.crafting.Ingredient@565e5e26, net.minecraft.item.crafting.Ingredient@2b252699, net.minecraft.item.crafting.Ingredient@193195a1, net.minecraft.item.crafting.Ingredient@2b252699, net.minecraft.item.crafting.Ingredient@565e5e26, net.minecraft.item.crafting.Ingredient@565e5e26, net.minecraft.item.crafting.Ingredient@565e5e26]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6933 rftools:redstone_transmitter_block RecipeStage{tier='five', recipe=1xtile.rftools.redstone_transmitter_block@0:[net.minecraft.item.crafting.Ingredient@12eac6a3, net.minecraft.item.crafting.Ingredient@356a019d, net.minecraft.item.crafting.Ingredient@12eac6a3, net.minecraft.item.crafting.Ingredient@68308474, net.minecraft.item.crafting.Ingredient@71f10ede, net.minecraft.item.crafting.Ingredient@68308474, net.minecraft.item.crafting.Ingredient@12eac6a3, net.minecraft.item.crafting.Ingredient@6c01c436, net.minecraft.item.crafting.Ingredient@12eac6a3]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6934 rftools:shape_card_pump RecipeStage{tier='five', recipe=1xitem.shape_card@8:[net.minecraft.item.crafting.Ingredient@27aa97ac, net.minecraft.item.crafting.Ingredient@320c63e8, net.minecraft.item.crafting.Ingredient@27aa97ac, net.minecraft.item.crafting.Ingredient@380ad108, net.minecraft.item.crafting.Ingredient@4b6e2652, net.minecraft.item.crafting.Ingredient@380ad108, net.minecraft.item.crafting.Ingredient@27aa97ac, net.minecraft.item.crafting.Ingredient@322d92b8, net.minecraft.item.crafting.Ingredient@27aa97ac]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6935 rftools:shield_template_block_alt_alt_alt_alt RecipeStage{tier='five', recipe=1xtile.rftools.shield_template_block@0:[net.minecraft.item.crafting.Ingredient@104002fb]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6936 rftools:space_chamber RecipeStage{tier='five', recipe=1xtile.rftools.space_chamber@0:[net.minecraftforge.oredict.OreIngredient@55b97e73, net.minecraft.item.crafting.Ingredient@7494c065, net.minecraftforge.oredict.OreIngredient@55b97e73, net.minecraft.item.crafting.Ingredient@7494c065, net.minecraft.item.crafting.Ingredient@3deb79f3, net.minecraft.item.crafting.Ingredient@7494c065, net.minecraftforge.oredict.OreIngredient@55b97e73, net.minecraft.item.crafting.Ingredient@7494c065, net.minecraftforge.oredict.OreIngredient@55b97e73]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6937 rftools:shield_block3 RecipeStage{tier='five', recipe=1xtile.rftools.shield_block3@0:[net.minecraft.item.crafting.Ingredient@691b0f08, net.minecraft.item.crafting.Ingredient@6a454500, net.minecraft.item.crafting.Ingredient@691b0f08, net.minecraft.item.crafting.Ingredient@6a454500, net.minecraft.item.crafting.Ingredient@1098a2c0, net.minecraft.item.crafting.Ingredient@6a454500, net.minecraft.item.crafting.Ingredient@691b0f08, net.minecraft.item.crafting.Ingredient@6a454500, net.minecraft.item.crafting.Ingredient@691b0f08]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6938 rftools:inventory_module RecipeStage{tier='five', recipe=1xitem.inventory_module@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@553afdce, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@757bcf3f, net.minecraft.item.crafting.Ingredient@7207520f, net.minecraft.item.crafting.Ingredient@757bcf3f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5b21581c, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6939 rftools:spawner RecipeStage{tier='five', recipe=1xtile.rftools.spawner@0:[net.minecraft.item.crafting.Ingredient@6859f2be, net.minecraft.item.crafting.Ingredient@58fd2191, net.minecraft.item.crafting.Ingredient@6859f2be, net.minecraft.item.crafting.Ingredient@11e024f8, net.minecraft.item.crafting.Ingredient@382175a, net.minecraft.item.crafting.Ingredient@24e9cd7b, net.minecraft.item.crafting.Ingredient@6859f2be, net.minecraft.item.crafting.Ingredient@4217dffa, net.minecraft.item.crafting.Ingredient@6859f2be]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6940 rftools:environmental_controller RecipeStage{tier='five', recipe=1xtile.rftools.environmental_controller@0:[net.minecraft.item.crafting.Ingredient@29ac56f, net.minecraft.item.crafting.Ingredient@5bd60bca, net.minecraft.item.crafting.Ingredient@29ac56f, net.minecraft.item.crafting.Ingredient@6877449b, net.minecraft.item.crafting.Ingredient@2424a919, net.minecraft.item.crafting.Ingredient@4fc77370, net.minecraft.item.crafting.Ingredient@29ac56f, net.minecraft.item.crafting.Ingredient@6198e002, net.minecraft.item.crafting.Ingredient@29ac56f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6941 rftools:dimensional_shard_hard RecipeStage{tier='five', recipe=8xitem.dimensional_shard@0:[net.minecraft.item.crafting.Ingredient@c5a637f, net.minecraft.item.crafting.Ingredient@38901a73, net.minecraft.item.crafting.Ingredient@3b873506, net.minecraft.item.crafting.Ingredient@7f4327ac, net.minecraft.item.crafting.Ingredient@10b264db, net.minecraft.item.crafting.Ingredient@20dde953, net.minecraft.item.crafting.Ingredient@408e8e01, net.minecraft.item.crafting.Ingredient@3cd4f2af, net.minecraft.item.crafting.Ingredient@47b8e9b5]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6942 rftools:modular_storage RecipeStage{tier='five', recipe=1xtile.rftools.modular_storage@0:[net.minecraft.item.crafting.Ingredient@704a50b, net.minecraftforge.oredict.OreIngredient@6404eb17, net.minecraft.item.crafting.Ingredient@704a50b, net.minecraft.item.crafting.Ingredient@6c20b41d, net.minecraft.item.crafting.Ingredient@207edc71, net.minecraft.item.crafting.Ingredient@6c20b41d, net.minecraft.item.crafting.Ingredient@704a50b, net.minecraft.item.crafting.Ingredient@6c20b41d, net.minecraft.item.crafting.Ingredient@704a50b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6944 rftools:storage_scanner RecipeStage{tier='five', recipe=1xtile.rftools.storage_scanner@0:[net.minecraft.item.crafting.Ingredient@17c03342, net.minecraft.item.crafting.Ingredient@6d2722d, net.minecraft.item.crafting.Ingredient@17c03342, net.minecraft.item.crafting.Ingredient@2a05b0a2, net.minecraft.item.crafting.Ingredient@dc1d166, net.minecraft.item.crafting.Ingredient@2a05b0a2, net.minecraft.item.crafting.Ingredient@17c03342, net.minecraft.item.crafting.Ingredient@6d2722d, net.minecraft.item.crafting.Ingredient@17c03342]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6945 rftools:redstone_receiver_block RecipeStage{tier='five', recipe=1xtile.rftools.redstone_receiver_block@0:[net.minecraft.item.crafting.Ingredient@186db5e, net.minecraft.item.crafting.Ingredient@180350e7, net.minecraft.item.crafting.Ingredient@186db5e, net.minecraft.item.crafting.Ingredient@3f2ffa71, net.minecraft.item.crafting.Ingredient@2f68227f, net.minecraft.item.crafting.Ingredient@3f2ffa71, net.minecraft.item.crafting.Ingredient@186db5e, net.minecraft.item.crafting.Ingredient@61a4b253, net.minecraft.item.crafting.Ingredient@186db5e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6946 rftools:storage_module_2 RecipeStage{tier='five', recipe=1xitem.storage_module@2:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@54ea7dd0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6542eef2, net.minecraft.item.crafting.Ingredient@614fb973, net.minecraft.item.crafting.Ingredient@6542eef2, net.minecraft.item.crafting.Ingredient@705e9aeb, net.minecraft.item.crafting.Ingredient@2685a6c1, net.minecraft.item.crafting.Ingredient@705e9aeb]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6947 rftools:shield_template_block_alt_alt_alt RecipeStage{tier='five', recipe=1xtile.rftools.shield_template_block@3:[net.minecraft.item.crafting.Ingredient@42e7416d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6948 rftools:tablet_with_storage_module_0 RecipeStage{tier='five', recipe=1xitem.storage_module_tablet@1:[net.minecraft.item.crafting.Ingredient@37e941f, net.minecraft.item.crafting.Ingredient@2b4601ce]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6949 rftools:tablet_with_storage_module_1 RecipeStage{tier='five', recipe=1xitem.storage_module_tablet@1:[net.minecraft.item.crafting.Ingredient@572539e2, net.minecraft.item.crafting.Ingredient@2b6a2bf3]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6950 rftools:digit_block RecipeStage{tier='five', recipe=1xtile.rftools.digit_block@0:[net.minecraft.item.crafting.Ingredient@53c47ce3, net.minecraft.item.crafting.Ingredient@53c47ce3, net.minecraft.item.crafting.Ingredient@53c47ce3, net.minecraft.item.crafting.Ingredient@158a0d98, net.minecraft.item.crafting.Ingredient@48b04615, net.minecraft.item.crafting.Ingredient@158a0d98, net.minecraft.item.crafting.Ingredient@53c47ce3, net.minecraft.item.crafting.Ingredient@53c47ce3, net.minecraft.item.crafting.Ingredient@53c47ce3]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6951 rftools:shield_block2 RecipeStage{tier='five', recipe=1xtile.rftools.shield_block2@0:[net.minecraft.item.crafting.Ingredient@743da0e6, net.minecraft.item.crafting.Ingredient@42e151c1, net.minecraft.item.crafting.Ingredient@743da0e6, net.minecraft.item.crafting.Ingredient@42e151c1, net.minecraft.item.crafting.Ingredient@2893568a, net.minecraft.item.crafting.Ingredient@42e151c1, net.minecraft.item.crafting.Ingredient@743da0e6, net.minecraft.item.crafting.Ingredient@42e151c1, net.minecraft.item.crafting.Ingredient@743da0e6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6952 rftools:powercell_simple RecipeStage{tier='five', recipe=1xtile.rftools.powercell_simple@0:[net.minecraft.item.crafting.Ingredient@4b3b9af9, net.minecraft.item.crafting.Ingredient@4f67fa1c, net.minecraft.item.crafting.Ingredient@4b3b9af9, net.minecraft.item.crafting.Ingredient@32b40e6f, net.minecraft.item.crafting.Ingredient@43e7db84, net.minecraft.item.crafting.Ingredient@32b40e6f, net.minecraft.item.crafting.Ingredient@4b3b9af9, net.minecraft.item.crafting.Ingredient@4f67fa1c, net.minecraft.item.crafting.Ingredient@4b3b9af9]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6953 rftools:shield_block4 RecipeStage{tier='five', recipe=1xtile.rftools.shield_block4@0:[net.minecraft.item.crafting.Ingredient@4bc8b5a8, net.minecraft.item.crafting.Ingredient@74fe41b1, net.minecraft.item.crafting.Ingredient@7c09af67, net.minecraft.item.crafting.Ingredient@74fe41b1, net.minecraft.item.crafting.Ingredient@312d9aeb, net.minecraft.item.crafting.Ingredient@74fe41b1, net.minecraft.item.crafting.Ingredient@7c09af67, net.minecraft.item.crafting.Ingredient@74fe41b1, net.minecraft.item.crafting.Ingredient@4bc8b5a8]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6954 rftools:destination_analyzer RecipeStage{tier='five', recipe=1xtile.rftools.destination_analyzer@0:[net.minecraft.item.crafting.Ingredient@5a7a50a9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5a7a50a9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5557ec04, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5a7a50a9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5a7a50a9]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6955 rftools:shield_template_block RecipeStage{tier='five', recipe=8xtile.rftools.shield_template_block@0:[net.minecraft.item.crafting.Ingredient@175786e2, net.minecraft.item.crafting.Ingredient@175786e2, net.minecraft.item.crafting.Ingredient@175786e2, net.minecraftforge.oredict.OreIngredient@216e4fc6, net.minecraft.item.crafting.Ingredient@38b41c97, net.minecraftforge.oredict.OreIngredient@216e4fc6, net.minecraft.item.crafting.Ingredient@175786e2, net.minecraft.item.crafting.Ingredient@175786e2, net.minecraft.item.crafting.Ingredient@175786e2]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6956 rftools:fluid_module RecipeStage{tier='five', recipe=1xitem.fluid_module@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@29b69908, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5d87cdd9, net.minecraft.item.crafting.Ingredient@2c4b665, net.minecraft.item.crafting.Ingredient@5d87cdd9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5de4a16b, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6957 rftools:tablet_to_storage RecipeStage{tier='five', recipe=1xitem.storage_module@0:[net.minecraft.item.crafting.Ingredient@236a1dcc]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6958 rftools:security_card RecipeStage{tier='five', recipe=1xitem.security_card@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@56a00aab, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7111bd62, net.minecraft.item.crafting.Ingredient@4154f382, net.minecraft.item.crafting.Ingredient@7111bd62, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@43531758, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6959 rftools:text_module RecipeStage{tier='five', recipe=1xitem.text_module@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@566d17f8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7a8e2fff, net.minecraft.item.crafting.Ingredient@313fda08, net.minecraft.item.crafting.Ingredient@7a8e2fff, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@18017cab, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6960 rftools:endergenic RecipeStage{tier='five', recipe=1xtile.rftools.endergenic@0:[net.minecraft.item.crafting.Ingredient@587e49b1, net.minecraft.item.crafting.Ingredient@2e0a865, net.minecraft.item.crafting.Ingredient@587e49b1, net.minecraft.item.crafting.Ingredient@2e0a865, net.minecraft.item.crafting.Ingredient@49f40067, net.minecraft.item.crafting.Ingredient@2e0a865, net.minecraft.item.crafting.Ingredient@587e49b1, net.minecraft.item.crafting.Ingredient@2e0a865, net.minecraft.item.crafting.Ingredient@587e49b1]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6961 rftools:simple_dialer RecipeStage{tier='five', recipe=1xtile.rftools.simple_dialer@0:[net.minecraft.item.crafting.Ingredient@208de1e3, net.minecraft.item.crafting.Ingredient@3344297b, net.minecraft.item.crafting.Ingredient@208de1e3, net.minecraft.item.crafting.Ingredient@45865ba9, net.minecraft.item.crafting.Ingredient@2cf19324, net.minecraft.item.crafting.Ingredient@45865ba9, net.minecraft.item.crafting.Ingredient@208de1e3, net.minecraft.item.crafting.Ingredient@3344297b, net.minecraft.item.crafting.Ingredient@208de1e3]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6962 rftools:counter_block RecipeStage{tier='five', recipe=1xtile.rftools.counter_block@0:[net.minecraft.item.crafting.Ingredient@371d8b0c, net.minecraft.item.crafting.Ingredient@22102a10, net.minecraft.item.crafting.Ingredient@371d8b0c, net.minecraft.item.crafting.Ingredient@5bb28268, net.minecraft.item.crafting.Ingredient@3d46f6c0, net.minecraft.item.crafting.Ingredient@5bb28268, net.minecraft.item.crafting.Ingredient@26c58285, net.minecraft.item.crafting.Ingredient@5bb28268, net.minecraft.item.crafting.Ingredient@26c58285]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6963 rftools:button_module RecipeStage{tier='five', recipe=1xitem.button_module@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3cfe2339, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2fd80e, net.minecraft.item.crafting.Ingredient@18f4c59b, net.minecraft.item.crafting.Ingredient@2fd80e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@36e2a842, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6964 rftools:shape_card_pump_dirt RecipeStage{tier='five', recipe=1xitem.shape_card@8:[net.minecraft.item.crafting.Ingredient@362a55f4, net.minecraft.item.crafting.Ingredient@362a55f4, net.minecraft.item.crafting.Ingredient@362a55f4, net.minecraft.item.crafting.Ingredient@362a55f4, net.minecraft.item.crafting.Ingredient@7c0cb69b, net.minecraft.item.crafting.Ingredient@362a55f4, net.minecraft.item.crafting.Ingredient@362a55f4, net.minecraft.item.crafting.Ingredient@362a55f4, net.minecraft.item.crafting.Ingredient@362a55f4]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6965 rftools:charged_porter RecipeStage{tier='five', recipe=1xitem.charged_porter@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@fad50ad, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@fad50ad, net.minecraft.item.crafting.Ingredient@1c58efde, net.minecraft.item.crafting.Ingredient@fad50ad, net.minecraft.item.crafting.Ingredient@2cbb811b, net.minecraft.item.crafting.Ingredient@fad50ad, net.minecraft.item.crafting.Ingredient@2cbb811b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6966 rftools:locator RecipeStage{tier='five', recipe=1xtile.rftools.locator@0:[net.minecraft.item.crafting.Ingredient@73709cfc, net.minecraft.item.crafting.Ingredient@1cd04b2c, net.minecraft.item.crafting.Ingredient@73709cfc, net.minecraft.item.crafting.Ingredient@56bd25c6, net.minecraft.item.crafting.Ingredient@3a394293, net.minecraft.item.crafting.Ingredient@56bd25c6, net.minecraft.item.crafting.Ingredient@5bc24841, net.minecraft.item.crafting.Ingredient@2e316b36, net.minecraft.item.crafting.Ingredient@5bc24841]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6967 rftools:oredict_module RecipeStage{tier='five', recipe=1xitem.oredict_module@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@475af12c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4f7c9b9b, net.minecraft.item.crafting.Ingredient@3f2bd517, net.minecraft.item.crafting.Ingredient@4f7c9b9b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1cbf77a0, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6968 rftools:shape_card_0 RecipeStage{tier='five', recipe=1xitem.shape_card@0:[net.minecraft.item.crafting.Ingredient@2e4f13b, net.minecraft.item.crafting.Ingredient@76ddd9a1, net.minecraft.item.crafting.Ingredient@2e4f13b, net.minecraft.item.crafting.Ingredient@2fbe89cd, net.minecraft.item.crafting.Ingredient@25114340, net.minecraft.item.crafting.Ingredient@2fbe89cd, net.minecraft.item.crafting.Ingredient@2e4f13b, net.minecraft.item.crafting.Ingredient@76ddd9a1, net.minecraft.item.crafting.Ingredient@2e4f13b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6969 rftools:inventoryplus_module RecipeStage{tier='five', recipe=1xitem.inventoryplus_module@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6cde98a5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2450d05d, net.minecraft.item.crafting.Ingredient@6f7f0aaa, net.minecraft.item.crafting.Ingredient@2450d05d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6cde98a5, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6971 rftools:shape_card_quarry RecipeStage{tier='five', recipe=1xitem.shape_card@2:[net.minecraft.item.crafting.Ingredient@69e61868, net.minecraft.item.crafting.Ingredient@1cc85a91, net.minecraft.item.crafting.Ingredient@69e61868, net.minecraft.item.crafting.Ingredient@1fab1e69, net.minecraft.item.crafting.Ingredient@46d760ac, net.minecraft.item.crafting.Ingredient@1fab1e69, net.minecraft.item.crafting.Ingredient@69e61868, net.minecraft.item.crafting.Ingredient@605b1495, net.minecraft.item.crafting.Ingredient@69e61868]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6972 rftoolscontrol:cpu_core_1000 RecipeStage{tier='five', recipe=1xitem.rftoolscontrol.cpu_core_1000@0:[net.minecraft.item.crafting.Ingredient@1a62226e, net.minecraft.item.crafting.Ingredient@2f731b19, net.minecraft.item.crafting.Ingredient@1a62226e, net.minecraft.item.crafting.Ingredient@1826eaef, net.minecraft.item.crafting.Ingredient@1082e164, net.minecraft.item.crafting.Ingredient@1826eaef, net.minecraft.item.crafting.Ingredient@1a62226e, net.minecraft.item.crafting.Ingredient@2f731b19, net.minecraft.item.crafting.Ingredient@1a62226e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6973 rftoolscontrol:cpu_core_500 RecipeStage{tier='five', recipe=1xitem.rftoolscontrol.cpu_core_500@0:[net.minecraft.item.crafting.Ingredient@5913ef90, net.minecraftforge.oredict.OreIngredient@50218c9c, net.minecraft.item.crafting.Ingredient@5913ef90, net.minecraft.item.crafting.Ingredient@43405de, net.minecraft.item.crafting.Ingredient@122e9a9, net.minecraft.item.crafting.Ingredient@43405de, net.minecraft.item.crafting.Ingredient@5913ef90, net.minecraftforge.oredict.OreIngredient@50218c9c, net.minecraft.item.crafting.Ingredient@5913ef90]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6974 rftoolscontrol:interaction_module RecipeStage{tier='five', recipe=1xitem.rftoolscontrol.interaction_module@0:[net.minecraft.item.crafting.Ingredient@27501984, net.minecraft.item.crafting.Ingredient@79194d45, net.minecraft.item.crafting.Ingredient@27501984, net.minecraft.item.crafting.Ingredient@2955ee81, net.minecraft.item.crafting.Ingredient@7fbe8501, net.minecraft.item.crafting.Ingredient@2955ee81, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6cb9f43b, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6975 rftoolscontrol:programmer RecipeStage{tier='five', recipe=1xtile.rftoolscontrol.programmer@0:[net.minecraft.item.crafting.Ingredient@395309c3, net.minecraft.item.crafting.Ingredient@32e04723, net.minecraft.item.crafting.Ingredient@395309c3, net.minecraft.item.crafting.Ingredient@43e30b18, net.minecraft.item.crafting.Ingredient@159fda3, net.minecraft.item.crafting.Ingredient@43e30b18, net.minecraft.item.crafting.Ingredient@395309c3, net.minecraft.item.crafting.Ingredient@32e04723, net.minecraft.item.crafting.Ingredient@395309c3]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6976 rftoolscontrol:console_module RecipeStage{tier='five', recipe=1xitem.rftoolscontrol.console_module@0:[net.minecraft.item.crafting.Ingredient@51649d3, net.minecraft.item.crafting.Ingredient@52a2b3f1, net.minecraft.item.crafting.Ingredient@51649d3, net.minecraft.item.crafting.Ingredient@1353df6f, net.minecraft.item.crafting.Ingredient@654d30a7, net.minecraft.item.crafting.Ingredient@1353df6f, net.minecraft.item.crafting.Ingredient@51649d3, net.minecraft.item.crafting.Ingredient@79ea8e75, net.minecraft.item.crafting.Ingredient@51649d3]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6977 rftoolscontrol:advanced_network_card RecipeStage{tier='five', recipe=1xitem.rftoolscontrol.advanced_network_card@0:[net.minecraft.item.crafting.Ingredient@e624f02, net.minecraft.item.crafting.Ingredient@64c2eb5, net.minecraft.item.crafting.Ingredient@e624f02, net.minecraft.item.crafting.Ingredient@273dab1b, net.minecraft.item.crafting.Ingredient@30233042, net.minecraft.item.crafting.Ingredient@273dab1b, net.minecraft.item.crafting.Ingredient@e624f02, net.minecraft.item.crafting.Ingredient@64c2eb5, net.minecraft.item.crafting.Ingredient@e624f02]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6978 rftoolscontrol:token RecipeStage{tier='five', recipe=16xitem.rftoolscontrol.token@0:[net.minecraft.item.crafting.Ingredient@285c425d, net.minecraft.item.crafting.Ingredient@285c425d, net.minecraft.item.crafting.Ingredient@285c425d, net.minecraft.item.crafting.Ingredient@285c425d, net.minecraft.item.crafting.Ingredient@2fe641e6, net.minecraft.item.crafting.Ingredient@285c425d, net.minecraft.item.crafting.Ingredient@285c425d, net.minecraft.item.crafting.Ingredient@285c425d, net.minecraft.item.crafting.Ingredient@285c425d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6979 rftoolscontrol:card_base RecipeStage{tier='five', recipe=1xitem.rftoolscontrol.card_base@0:[net.minecraft.item.crafting.Ingredient@47ca3f4, net.minecraft.item.crafting.Ingredient@47ca3f4, net.minecraft.item.crafting.Ingredient@47ca3f4, net.minecraftforge.oredict.OreIngredient@6ac550b0, net.minecraftforge.oredict.OreIngredient@6ac550b0, net.minecraftforge.oredict.OreIngredient@6ac550b0, net.minecraftforge.oredict.OreIngredient@10f19f4e, net.minecraftforge.oredict.OreIngredient@10f19f4e, net.minecraftforge.oredict.OreIngredient@10f19f4e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6980 rftoolscontrol:tank RecipeStage{tier='five', recipe=1xtile.rftoolscontrol.tank@0:[net.minecraft.item.crafting.Ingredient@10343c5b, net.minecraft.item.crafting.Ingredient@43245e98, net.minecraft.item.crafting.Ingredient@43245e98, net.minecraft.item.crafting.Ingredient@43245e98, net.minecraft.item.crafting.Ingredient@549ac1e8, net.minecraft.item.crafting.Ingredient@549ac1e8, net.minecraft.item.crafting.Ingredient@43245e98, net.minecraft.item.crafting.Ingredient@549ac1e8, net.minecraft.item.crafting.Ingredient@549ac1e8]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6981 rftoolscontrol:network_identifier RecipeStage{tier='five', recipe=1xitem.rftoolscontrol.network_identifier@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7ce375b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5984e45a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@63bbdfa0, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6982 rftoolscontrol:crafting_card RecipeStage{tier='five', recipe=8xitem.rftoolscontrol.crafting_card@0:[net.minecraft.item.crafting.Ingredient@59765d06, net.minecraft.item.crafting.Ingredient@b84e057, net.minecraft.item.crafting.Ingredient@384b2701, net.minecraft.item.crafting.Ingredient@59765d06]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6983 rftoolscontrol:processor RecipeStage{tier='five', recipe=1xtile.rftoolscontrol.processor@0:[net.minecraft.item.crafting.Ingredient@b665405, net.minecraft.item.crafting.Ingredient@4fa518d4, net.minecraft.item.crafting.Ingredient@b665405, net.minecraft.item.crafting.Ingredient@656e21d7, net.minecraft.item.crafting.Ingredient@1fccdaf4, net.minecraft.item.crafting.Ingredient@656e21d7, net.minecraft.item.crafting.Ingredient@b665405, net.minecraft.item.crafting.Ingredient@4fa518d4, net.minecraft.item.crafting.Ingredient@b665405]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6984 rftoolscontrol:cpu_core_2000 RecipeStage{tier='five', recipe=1xitem.rftoolscontrol.cpu_core_2000@0:[net.minecraft.item.crafting.Ingredient@2ca128fe, net.minecraft.item.crafting.Ingredient@14426c01, net.minecraft.item.crafting.Ingredient@2ca128fe, net.minecraft.item.crafting.Ingredient@14426c01, net.minecraft.item.crafting.Ingredient@1f54277b, net.minecraft.item.crafting.Ingredient@14426c01, net.minecraft.item.crafting.Ingredient@2ca128fe, net.minecraft.item.crafting.Ingredient@14426c01, net.minecraft.item.crafting.Ingredient@2ca128fe]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6985 rftoolscontrol:graphics_card RecipeStage{tier='five', recipe=1xitem.rftoolscontrol.graphics_card@0:[net.minecraft.item.crafting.Ingredient@4cf19871, net.minecraft.item.crafting.Ingredient@70afb2e5, net.minecraft.item.crafting.Ingredient@4cf19871, net.minecraft.item.crafting.Ingredient@2f86bf8f, net.minecraft.item.crafting.Ingredient@423a8567, net.minecraft.item.crafting.Ingredient@2f86bf8f, net.minecraft.item.crafting.Ingredient@4cf19871, net.minecraft.item.crafting.Ingredient@248b74f, net.minecraft.item.crafting.Ingredient@4cf19871]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6986 rftoolscontrol:ram_chip RecipeStage{tier='five', recipe=1xitem.rftoolscontrol.ram_chip@0:[net.minecraft.item.crafting.Ingredient@d8da923, net.minecraft.item.crafting.Ingredient@d8da923, net.minecraft.item.crafting.Ingredient@d8da923, net.minecraft.item.crafting.Ingredient@4dd00b0, net.minecraft.item.crafting.Ingredient@2403e677, net.minecraft.item.crafting.Ingredient@4dd00b0, net.minecraft.item.crafting.Ingredient@d8da923, net.minecraft.item.crafting.Ingredient@d8da923, net.minecraft.item.crafting.Ingredient@d8da923]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6987 rftoolscontrol:vectorart_module RecipeStage{tier='five', recipe=1xitem.rftoolscontrol.vectorart_module@0:[net.minecraft.item.crafting.Ingredient@5474bc02, net.minecraft.item.crafting.Ingredient@bbc781c, net.minecraft.item.crafting.Ingredient@5474bc02, net.minecraft.item.crafting.Ingredient@48f85903, net.minecraft.item.crafting.Ingredient@7ad941c5, net.minecraft.item.crafting.Ingredient@48f85903, net.minecraft.item.crafting.Ingredient@5474bc02, net.minecraft.item.crafting.Ingredient@1aac1572, net.minecraft.item.crafting.Ingredient@5474bc02]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6988 rftoolscontrol:program_card RecipeStage{tier='five', recipe=1xitem.rftoolscontrol.program_card@0:[net.minecraft.item.crafting.Ingredient@52ede41d, net.minecraft.item.crafting.Ingredient@52ede41d, net.minecraft.item.crafting.Ingredient@3b993c53, net.minecraft.item.crafting.Ingredient@52ede41d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6989 rftoolscontrol:node RecipeStage{tier='five', recipe=1xtile.rftoolscontrol.node@0:[net.minecraft.item.crafting.Ingredient@7685d047, net.minecraft.item.crafting.Ingredient@605ef755, net.minecraft.item.crafting.Ingredient@7685d047, net.minecraft.item.crafting.Ingredient@7685d047, net.minecraft.item.crafting.Ingredient@4db2f1bf, net.minecraft.item.crafting.Ingredient@7685d047, net.minecraft.item.crafting.Ingredient@7685d047, net.minecraft.item.crafting.Ingredient@3b955d6e, net.minecraft.item.crafting.Ingredient@7685d047]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6990 rftoolscontrol:rftoolscontrol_manual RecipeStage{tier='five', recipe=1xitem.rftoolscontrol.rftoolscontrol_manual@0:[net.minecraft.item.crafting.Ingredient@4914c03c, net.minecraft.item.crafting.Ingredient@4914c03c, net.minecraft.item.crafting.Ingredient@4914c03c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7822b5af, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6991 rftoolscontrol:craftingstation RecipeStage{tier='five', recipe=1xtile.rftoolscontrol.craftingstation@0:[net.minecraft.item.crafting.Ingredient@753405c7, net.minecraft.item.crafting.Ingredient@709f9982, net.minecraft.item.crafting.Ingredient@753405c7, net.minecraft.item.crafting.Ingredient@38e67f89, net.minecraft.item.crafting.Ingredient@4b2af7fa, net.minecraft.item.crafting.Ingredient@38e67f89, net.minecraft.item.crafting.Ingredient@753405c7, net.minecraft.item.crafting.Ingredient@709f9982, net.minecraft.item.crafting.Ingredient@753405c7]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6992 rftoolscontrol:variable_module RecipeStage{tier='five', recipe=1xitem.rftoolscontrol.variable_module@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2939a05d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5a28591, net.minecraft.item.crafting.Ingredient@69f1416f, net.minecraft.item.crafting.Ingredient@5a28591, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6b1dd035, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6993 rftoolscontrol:network_card RecipeStage{tier='five', recipe=1xitem.rftoolscontrol.network_card@0:[net.minecraft.item.crafting.Ingredient@74afb069, net.minecraft.item.crafting.Ingredient@3038b13d, net.minecraft.item.crafting.Ingredient@74afb069, net.minecraftforge.oredict.OreIngredient@7ab19845, net.minecraft.item.crafting.Ingredient@6b8ab6e4, net.minecraftforge.oredict.OreIngredient@7ab19845, net.minecraft.item.crafting.Ingredient@74afb069, net.minecraft.item.crafting.Ingredient@74afb069, net.minecraft.item.crafting.Ingredient@74afb069]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6994 rftoolscontrol:workbench RecipeStage{tier='five', recipe=1xtile.rftoolscontrol.workbench@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@39c74d0b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@78d6255c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5fede2ee, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6995 scannable:module_ore_rare RecipeStage{tier='five', recipe=1xitem.scannable.module_ore_rare@0:[net.minecraft.item.crafting.Ingredient@11d5c254, net.minecraftforge.oredict.OreIngredient@4bac9730]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6996 scannable:module_block RecipeStage{tier='five', recipe=1xitem.scannable.module_block@0:[net.minecraft.item.crafting.Ingredient@55c0341c, net.minecraftforge.oredict.OreIngredient@7b8aed95]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6997 scannable:module_animal RecipeStage{tier='five', recipe=1xitem.scannable.module_animal@0:[net.minecraft.item.crafting.Ingredient@7c9ced17, net.minecraftforge.oredict.OreIngredient@2077a3ee]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6998 scannable:module_monster RecipeStage{tier='five', recipe=1xitem.scannable.module_monster@0:[net.minecraft.item.crafting.Ingredient@36a9d9a0, net.minecraftforge.oredict.OreIngredient@27caad26]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6999 scannable:scanner RecipeStage{tier='five', recipe=1xitem.scannable.scanner@0:[net.minecraftforge.oredict.OreIngredient@2ae7ad4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2ae7ad4, net.minecraft.item.crafting.Ingredient@457377c4, net.minecraftforge.oredict.OreIngredient@52b7f221, net.minecraft.item.crafting.Ingredient@457377c4, net.minecraftforge.oredict.OreIngredient@58119e5d, net.minecraftforge.oredict.OreIngredient@29182751, net.minecraftforge.oredict.OreIngredient@58119e5d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7000 scannable:module_entity RecipeStage{tier='five', recipe=1xitem.scannable.module_entity@0:[net.minecraft.item.crafting.Ingredient@49985475, net.minecraft.item.crafting.Ingredient@803362f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7001 scannable:module_blank RecipeStage{tier='five', recipe=1xitem.scannable.module_blank@0:[net.minecraftforge.oredict.OreIngredient@aa7b7a, net.minecraftforge.oredict.OreIngredient@aa7b7a, net.minecraftforge.oredict.OreIngredient@aa7b7a, net.minecraft.item.crafting.Ingredient@34726337, net.minecraftforge.oredict.OreIngredient@6494a22c, net.minecraft.item.crafting.Ingredient@34726337, net.minecraft.item.crafting.Ingredient@34726337, net.minecraftforge.oredict.OreIngredient@3969db41, net.minecraft.item.crafting.Ingredient@34726337]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7002 scannable:module_fluid RecipeStage{tier='five', recipe=1xitem.scannable.module_fluid@0:[net.minecraft.item.crafting.Ingredient@7b87945c, net.minecraft.item.crafting.Ingredient@49cb9b7f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7004 scannable:module_range RecipeStage{tier='five', recipe=1xitem.scannable.module_range@0:[net.minecraft.item.crafting.Ingredient@6ff36abf, net.minecraftforge.oredict.OreIngredient@3c48b545]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7005 scannable:module_ore_common RecipeStage{tier='five', recipe=1xitem.scannable.module_ore_common@0:[net.minecraft.item.crafting.Ingredient@df6c3d3, net.minecraft.item.crafting.Ingredient@2a3f7094]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7006 simplegenerators:turbine_upgradable RecipeStage{tier='four', recipe=1xtile.simplegenerators.turbine_upgradable@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3922ba5a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3922ba5a, net.minecraft.item.crafting.Ingredient@1929352a, net.minecraft.item.crafting.Ingredient@3922ba5a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3922ba5a, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7007 simplegenerators:turbine_simple RecipeStage{tier='four', recipe=1xtile.simplegenerators.turbine_simple@0:[net.minecraftforge.oredict.OreIngredient@1c1b7384, net.minecraft.item.crafting.Ingredient@4cd0cae7, net.minecraftforge.oredict.OreIngredient@1c1b7384, net.minecraftforge.oredict.OreIngredient@14a87d92, net.minecraft.item.crafting.Ingredient@1b9d4ab4, net.minecraftforge.oredict.OreIngredient@14a87d92, net.minecraftforge.oredict.OreIngredient@1c1b7384, net.minecraftforge.oredict.OreIngredient@5c5d9d10, net.minecraftforge.oredict.OreIngredient@1c1b7384]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7008 simplegenerators:soul_upgradable RecipeStage{tier='four', recipe=1xtile.simplegenerators.soul_upgradable@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5753d417, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5753d417, net.minecraft.item.crafting.Ingredient@29f0f81a, net.minecraft.item.crafting.Ingredient@5753d417, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5753d417, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7009 simplegenerators:soul_simple RecipeStage{tier='four', recipe=1xtile.simplegenerators.soul_simple@0:[net.minecraftforge.oredict.OreIngredient@277b6585, net.minecraftforge.oredict.OreIngredient@15c974f4, net.minecraftforge.oredict.OreIngredient@277b6585, net.minecraft.item.crafting.Ingredient@2a919edd, net.minecraft.item.crafting.Ingredient@4b08a4ee, net.minecraft.item.crafting.Ingredient@2a919edd, net.minecraftforge.oredict.OreIngredient@277b6585, net.minecraftforge.oredict.OreIngredient@37a3b747, net.minecraftforge.oredict.OreIngredient@277b6585]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7010 simplegenerators:nether_upgradable RecipeStage{tier='four', recipe=1xtile.simplegenerators.nether_upgradable@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7339755e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7339755e, net.minecraft.item.crafting.Ingredient@1b48e410, net.minecraft.item.crafting.Ingredient@7339755e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7339755e, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7011 simplegenerators:nether_simple RecipeStage{tier='four', recipe=1xtile.simplegenerators.nether_simple@0:[net.minecraft.item.crafting.Ingredient@659516b3, net.minecraft.item.crafting.Ingredient@f6a7a03, net.minecraft.item.crafting.Ingredient@659516b3, net.minecraft.item.crafting.Ingredient@f6a7a03, net.minecraft.item.crafting.Ingredient@5e8d9aa3, net.minecraft.item.crafting.Ingredient@f6a7a03, net.minecraft.item.crafting.Ingredient@659516b3, net.minecraftforge.oredict.OreIngredient@734002de, net.minecraft.item.crafting.Ingredient@659516b3]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7012 simplegenerators:geothermal_upgradable RecipeStage{tier='four', recipe=1xtile.simplegenerators.geothermal_upgradable@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@177f4a2b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@177f4a2b, net.minecraft.item.crafting.Ingredient@14d39a23, net.minecraft.item.crafting.Ingredient@177f4a2b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@177f4a2b, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7013 simplegenerators:geothermal_simple RecipeStage{tier='four', recipe=1xtile.simplegenerators.geothermal_simple@0:[net.minecraftforge.oredict.OreIngredient@1204b45b, net.minecraft.item.crafting.Ingredient@7ad4dc4, net.minecraftforge.oredict.OreIngredient@1204b45b, net.minecraft.item.crafting.Ingredient@1831c7ea, net.minecraft.item.crafting.Ingredient@5b897821, net.minecraft.item.crafting.Ingredient@1831c7ea, net.minecraftforge.oredict.OreIngredient@1204b45b, net.minecraftforge.oredict.OreIngredient@6c98a967, net.minecraftforge.oredict.OreIngredient@1204b45b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7014 simplegenerators:fluid_combustion_upgradable RecipeStage{tier='four', recipe=1xtile.simplegenerators.fluid_combustion_upgradable@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@79d90c1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@79d90c1, net.minecraft.item.crafting.Ingredient@4e056310, net.minecraft.item.crafting.Ingredient@79d90c1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@79d90c1, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7015 simplegenerators:fluid_combustion_simple RecipeStage{tier='four', recipe=1xtile.simplegenerators.fluid_combustion_simple@0:[net.minecraftforge.oredict.OreIngredient@46397e65, net.minecraft.item.crafting.Ingredient@7973e3b, net.minecraftforge.oredict.OreIngredient@46397e65, net.minecraftforge.oredict.OreIngredient@479d7b26, net.minecraft.item.crafting.Ingredient@25f23e90, net.minecraftforge.oredict.OreIngredient@479d7b26, net.minecraftforge.oredict.OreIngredient@46397e65, net.minecraftforge.oredict.OreIngredient@28b5b61d, net.minecraftforge.oredict.OreIngredient@46397e65]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7016 simplegenerators:ender_upgradable RecipeStage{tier='four', recipe=1xtile.simplegenerators.ender_upgradable@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@608d6ce7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@608d6ce7, net.minecraft.item.crafting.Ingredient@5553ae73, net.minecraft.item.crafting.Ingredient@608d6ce7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@608d6ce7, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7017 simplegenerators:ender_simple RecipeStage{tier='four', recipe=1xtile.simplegenerators.ender_simple@0:[net.minecraftforge.oredict.OreIngredient@1f6a0445, net.minecraftforge.oredict.OreIngredient@24bfbd6e, net.minecraftforge.oredict.OreIngredient@1f6a0445, net.minecraftforge.oredict.OreIngredient@24bfbd6e, net.minecraft.item.crafting.Ingredient@65b02212, net.minecraftforge.oredict.OreIngredient@24bfbd6e, net.minecraftforge.oredict.OreIngredient@1f6a0445, net.minecraftforge.oredict.OreIngredient@2cb16653, net.minecraftforge.oredict.OreIngredient@1f6a0445]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7018 simplegenerators:culinary_upgradable RecipeStage{tier='four', recipe=1xtile.simplegenerators.culinary_upgradable@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@485e00b7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@485e00b7, net.minecraft.item.crafting.Ingredient@6e2c488f, net.minecraft.item.crafting.Ingredient@485e00b7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@485e00b7, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7019 simplegenerators:culinary_simple RecipeStage{tier='four', recipe=1xtile.simplegenerators.culinary_simple@0:[net.minecraftforge.oredict.OreIngredient@69bd22d3, net.minecraft.item.crafting.Ingredient@48a1ea5e, net.minecraftforge.oredict.OreIngredient@69bd22d3, net.minecraft.item.crafting.Ingredient@4155eec5, net.minecraft.item.crafting.Ingredient@667314eb, net.minecraft.item.crafting.Ingredient@66d8194c, net.minecraftforge.oredict.OreIngredient@69bd22d3, net.minecraftforge.oredict.OreIngredient@216cecd3, net.minecraftforge.oredict.OreIngredient@69bd22d3]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7020 simplegenerators:combustion_upgradable RecipeStage{tier='four', recipe=1xtile.simplegenerators.combustion_upgradable@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5ef2e376, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5ef2e376, net.minecraft.item.crafting.Ingredient@13232025, net.minecraft.item.crafting.Ingredient@5ef2e376, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5ef2e376, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7021 simplegenerators:combustion_simple RecipeStage{tier='four', recipe=1xtile.simplegenerators.combustion_simple@0:[net.minecraftforge.oredict.OreIngredient@688c81a5, net.minecraftforge.oredict.OreIngredient@18941c74, net.minecraftforge.oredict.OreIngredient@688c81a5, net.minecraftforge.oredict.OreIngredient@18941c74, net.minecraft.item.crafting.Ingredient@131cdcde, net.minecraftforge.oredict.OreIngredient@18941c74, net.minecraftforge.oredict.OreIngredient@688c81a5, net.minecraftforge.oredict.OreIngredient@538d080f, net.minecraftforge.oredict.OreIngredient@688c81a5]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7022 simpleplanes:upgrades/sprayer net.minecraft.item.crafting.ShapedRecipes@6f3eca1f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7023 simpleplanes:upgrades/shooter net.minecraft.item.crafting.ShapelessRecipes@554131fe +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7024 simpleplanes:upgrades/propeller net.minecraft.item.crafting.ShapedRecipes@310d3396 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7025 simpleplanes:upgrades/healing_enchanted net.minecraft.item.crafting.ShapedRecipes@47c05d1f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7026 simpleplanes:upgrades/healing net.minecraft.item.crafting.ShapedRecipes@74b96597 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7027 simpleplanes:upgrades/furnace_engine net.minecraft.item.crafting.ShapedRecipes@567cb6bc +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7028 simpleplanes:upgrades/folding net.minecraft.item.crafting.ShapelessRecipes@a291a8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7029 simpleplanes:upgrades/floaty_bedding net.minecraft.item.crafting.ShapedRecipes@366c2d03 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7030 simpleplanes:upgrades/booster net.minecraft.item.crafting.ShapedRecipes@2bdb9790 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7031 simpleplanes:spruce_plane net.minecraft.item.crafting.ShapedRecipes@60ca12ea +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7032 simpleplanes:spruce_mega_plane net.minecraft.item.crafting.ShapedRecipes@3bf96443 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7033 simpleplanes:spruce_large_plane net.minecraft.item.crafting.ShapedRecipes@1b4619fa +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7034 simpleplanes:spruce_helicopter net.minecraft.item.crafting.ShapedRecipes@6aff6faa +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7035 simpleplanes:oak_plane net.minecraft.item.crafting.ShapedRecipes@40be0ff8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7036 simpleplanes:oak_mega_plane net.minecraft.item.crafting.ShapedRecipes@2eac69f4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7037 simpleplanes:oak_large_plane net.minecraft.item.crafting.ShapedRecipes@542b49f0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7038 simpleplanes:oak_helicopter net.minecraft.item.crafting.ShapedRecipes@4f9460aa +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7039 simpleplanes:jungle_plane net.minecraft.item.crafting.ShapedRecipes@21c0e3ed +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7040 simpleplanes:jungle_mega_plane net.minecraft.item.crafting.ShapedRecipes@6d4f0b87 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7041 simpleplanes:jungle_large_plane net.minecraft.item.crafting.ShapedRecipes@327e75c8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7042 simpleplanes:jungle_helicopter net.minecraft.item.crafting.ShapedRecipes@1b1d74d8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7043 simpleplanes:dark_oak_plane net.minecraft.item.crafting.ShapedRecipes@5d02b27 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7044 simpleplanes:dark_oak_mega_plane net.minecraft.item.crafting.ShapedRecipes@cd071e7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7045 simpleplanes:dark_oak_large_plane net.minecraft.item.crafting.ShapedRecipes@3c55b52c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7046 simpleplanes:dark_oak_helicopter net.minecraft.item.crafting.ShapedRecipes@5071665e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7047 simpleplanes:birch_plane net.minecraft.item.crafting.ShapedRecipes@10b93792 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7048 simpleplanes:birch_mega_plane net.minecraft.item.crafting.ShapedRecipes@1ca14d0c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7049 simpleplanes:birch_large_plane net.minecraft.item.crafting.ShapedRecipes@6953a55f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7050 simpleplanes:birch_helicopter net.minecraft.item.crafting.ShapedRecipes@646f73ce +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7051 simpleplanes:acacia_plane net.minecraft.item.crafting.ShapedRecipes@70d5c41b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7052 simpleplanes:acacia_mega_plane net.minecraft.item.crafting.ShapedRecipes@43906113 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7053 simpleplanes:acacia_large_plane net.minecraft.item.crafting.ShapedRecipes@5ccdccd7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7054 simpleplanes:acacia_helicopter net.minecraft.item.crafting.ShapedRecipes@1336db3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7061 storagenetwork:remote3 net.minecraft.item.crafting.ShapedRecipes@3b9a29d4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7062 storagenetwork:remote2 net.minecraft.item.crafting.ShapedRecipes@31e41d6d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7063 storagenetwork:remote1 net.minecraft.item.crafting.ShapedRecipes@5a313d52 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7064 storagenetwork:remote0 RecipeStage{tier='four', recipe=1xitem.storagenetwork:remote@0:[net.minecraft.item.crafting.Ingredient@4c73c2c5, net.minecraft.item.crafting.Ingredient@3f2c48a9, net.minecraft.item.crafting.Ingredient@4c73c2c5, net.minecraft.item.crafting.Ingredient@3f2c48a9, net.minecraft.item.crafting.Ingredient@6c2439b3, net.minecraft.item.crafting.Ingredient@3f2c48a9, net.minecraft.item.crafting.Ingredient@72c45604, net.minecraft.item.crafting.Ingredient@3f2c48a9, net.minecraft.item.crafting.Ingredient@72c45604]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7065 storagenetwork:process_kabel RecipeStage{tier='four', recipe=4xtile.storagenetwork:process_kabel@0:[net.minecraft.item.crafting.Ingredient@4e169176, net.minecraft.item.crafting.Ingredient@60c7eb12, net.minecraft.item.crafting.Ingredient@4e169176, net.minecraft.item.crafting.Ingredient@60c7eb12, net.minecraft.item.crafting.Ingredient@fe31819, net.minecraft.item.crafting.Ingredient@60c7eb12, net.minecraft.item.crafting.Ingredient@4e169176, net.minecraft.item.crafting.Ingredient@60c7eb12, net.minecraft.item.crafting.Ingredient@4e169176]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7070 storagenetwork:controller RecipeStage{tier='four', recipe=1xtile.storagenetwork:controller@0:[net.minecraft.item.crafting.Ingredient@71e017d7, net.minecraft.item.crafting.Ingredient@895afca, net.minecraft.item.crafting.Ingredient@71e017d7, net.minecraft.item.crafting.Ingredient@895afca, net.minecraft.item.crafting.Ingredient@735a9841, net.minecraft.item.crafting.Ingredient@895afca, net.minecraft.item.crafting.Ingredient@71e017d7, net.minecraft.item.crafting.Ingredient@895afca, net.minecraft.item.crafting.Ingredient@71e017d7]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7107 stevescarts:upgrade/thermal_engine RecipeStage{tier='three', recipe=1xtile.SC2:upgrade@18:[net.minecraft.item.crafting.Ingredient@294ffb5, net.minecraft.item.crafting.Ingredient@1070c84b, net.minecraft.item.crafting.Ingredient@294ffb5, net.minecraft.item.crafting.Ingredient@2b4fe380, net.minecraft.item.crafting.Ingredient@42d9dbc2, net.minecraft.item.crafting.Ingredient@2b4fe380, net.minecraftforge.oredict.OreIngredient@447760a6, net.minecraft.item.crafting.Ingredient@1cfb164c, net.minecraftforge.oredict.OreIngredient@447760a6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7110 stevescarts:upgrade/quick_demolisher RecipeStage{tier='three', recipe=1xtile.SC2:upgrade@15:[net.minecraftforge.oredict.OreIngredient@3fad574e, net.minecraft.item.crafting.Ingredient@772d04e8, net.minecraftforge.oredict.OreIngredient@3fad574e, net.minecraft.item.crafting.Ingredient@772d04e8, net.minecraft.item.crafting.Ingredient@76852d84, net.minecraft.item.crafting.Ingredient@772d04e8, net.minecraftforge.oredict.OreIngredient@3fad574e, net.minecraft.item.crafting.Ingredient@360a3a9e, net.minecraftforge.oredict.OreIngredient@3fad574e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7115 stevescarts:upgrade/knowledge RecipeStage{tier='three', recipe=1xtile.SC2:upgrade@2:[net.minecraft.item.crafting.Ingredient@65135fce, net.minecraft.item.crafting.Ingredient@2983fffe, net.minecraft.item.crafting.Ingredient@65135fce, net.minecraft.item.crafting.Ingredient@2983fffe, net.minecraft.item.crafting.Ingredient@5d837655, net.minecraft.item.crafting.Ingredient@2983fffe, net.minecraft.item.crafting.Ingredient@78f249bf, net.minecraft.item.crafting.Ingredient@3e05a92a, net.minecraft.item.crafting.Ingredient@78f249bf]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7116 stevescarts:upgrade/input RecipeStage{tier='three', recipe=1xtile.SC2:upgrade@8:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@36ca9a18, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6b26d9ae, net.minecraftforge.oredict.OreIngredient@745af3ba, net.minecraft.item.crafting.Ingredient@6b26d9ae, net.minecraft.item.crafting.Ingredient@e57b15f, net.minecraft.item.crafting.Ingredient@52418d7, net.minecraft.item.crafting.Ingredient@e57b15f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7117 stevescarts:upgrade/industrial_espionage RecipeStage{tier='three', recipe=1xtile.SC2:upgrade@3:[net.minecraft.item.crafting.Ingredient@3c49a45f, net.minecraft.item.crafting.Ingredient@1d4fb880, net.minecraft.item.crafting.Ingredient@3c49a45f, net.minecraft.item.crafting.Ingredient@53a69e0e, net.minecraft.item.crafting.Ingredient@1d4fb880, net.minecraft.item.crafting.Ingredient@53a69e0e, net.minecraft.item.crafting.Ingredient@1d4fb880, net.minecraft.item.crafting.Ingredient@3dee8fce, net.minecraft.item.crafting.Ingredient@1d4fb880]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7129 stevescarts:upgrade/batteries RecipeStage{tier='three', recipe=1xtile.SC2:upgrade@0:[net.minecraft.item.crafting.Ingredient@658fa827, net.minecraft.item.crafting.Ingredient@658fa827, net.minecraft.item.crafting.Ingredient@658fa827, net.minecraft.item.crafting.Ingredient@658fa827, net.minecraftforge.oredict.OreIngredient@271cee8, net.minecraft.item.crafting.Ingredient@658fa827, net.minecraft.item.crafting.Ingredient@658fa827, net.minecraft.item.crafting.Ingredient@5df52fd0, net.minecraft.item.crafting.Ingredient@658fa827]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7130 stevescarts:module/wooden_hull RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@37:[net.minecraftforge.oredict.OreIngredient@55fbc43a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@55fbc43a, net.minecraftforge.oredict.OreIngredient@55fbc43a, net.minecraftforge.oredict.OreIngredient@55fbc43a, net.minecraftforge.oredict.OreIngredient@55fbc43a, net.minecraft.item.crafting.Ingredient@6e04dd52, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6e04dd52]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7131 stevescarts:module/track_remover RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@13:[net.minecraft.item.crafting.Ingredient@38e06419, net.minecraft.item.crafting.Ingredient@38e06419, net.minecraft.item.crafting.Ingredient@38e06419, net.minecraft.item.crafting.Ingredient@38e06419, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@38e06419, net.minecraft.item.crafting.Ingredient@38e06419, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7132 stevescarts:module/torch_placer RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@7:[net.minecraft.item.crafting.Ingredient@68ed4381, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@68ed4381, net.minecraft.item.crafting.Ingredient@1b6180b3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1b6180b3, net.minecraft.item.crafting.Ingredient@1b6180b3, net.minecraft.item.crafting.Ingredient@1b6180b3, net.minecraft.item.crafting.Ingredient@1b6180b3]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7133 stevescarts:module/top_tank RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@65:[net.minecraft.item.crafting.Ingredient@1cad1787, net.minecraft.item.crafting.Ingredient@1cad1787, net.minecraft.item.crafting.Ingredient@1cad1787, net.minecraft.item.crafting.Ingredient@2c938c6a, net.minecraft.item.crafting.Ingredient@3f4f27a5, net.minecraft.item.crafting.Ingredient@2c938c6a, net.minecraft.item.crafting.Ingredient@1cad1787, net.minecraft.item.crafting.Ingredient@1cad1787, net.minecraft.item.crafting.Ingredient@1cad1787]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7134 stevescarts:module/top_chests RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@3:[net.minecraft.item.crafting.Ingredient@7576acf8, net.minecraft.item.crafting.Ingredient@7576acf8, net.minecraft.item.crafting.Ingredient@7576acf8, net.minecraft.item.crafting.Ingredient@1bf9333, net.minecraft.item.crafting.Ingredient@30288f5d, net.minecraft.item.crafting.Ingredient@1bf9333, net.minecraft.item.crafting.Ingredient@7576acf8, net.minecraft.item.crafting.Ingredient@7576acf8, net.minecraft.item.crafting.Ingredient@7576acf8]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7136 stevescarts:module/thermal_engine RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@69:[net.minecraft.item.crafting.Ingredient@5f9ebc9d, net.minecraft.item.crafting.Ingredient@5f9ebc9d, net.minecraft.item.crafting.Ingredient@5f9ebc9d, net.minecraftforge.oredict.OreIngredient@45ca330f, net.minecraft.item.crafting.Ingredient@6e8ac56f, net.minecraftforge.oredict.OreIngredient@45ca330f, net.minecraft.item.crafting.Ingredient@196418a9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@196418a9]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7138 stevescarts:module/standard_hull_alt RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@38:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@c0ff297, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@51d1055, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@51d1055]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7139 stevescarts:module/standard_hull RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@38:[net.minecraft.item.crafting.Ingredient@3c5042e1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3c5042e1, net.minecraft.item.crafting.Ingredient@3c5042e1, net.minecraft.item.crafting.Ingredient@3c5042e1, net.minecraft.item.crafting.Ingredient@3c5042e1, net.minecraft.item.crafting.Ingredient@421a2e37, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@421a2e37]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7140 stevescarts:module/solar_engine RecipeStage{tier='four', recipe=1xitem.SC2:unknownmodule@1:[net.minecraft.item.crafting.Ingredient@e33a5ce, net.minecraft.item.crafting.Ingredient@78a6f042, net.minecraft.item.crafting.Ingredient@e33a5ce, net.minecraft.item.crafting.Ingredient@78a6f042, net.minecraft.item.crafting.Ingredient@5a6ae67e, net.minecraft.item.crafting.Ingredient@78a6f042, net.minecraft.item.crafting.Ingredient@576fd024, net.minecraft.item.crafting.Ingredient@78a6f042, net.minecraft.item.crafting.Ingredient@576fd024]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7142 stevescarts:module/side_tank RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@64:[net.minecraft.item.crafting.Ingredient@5a5560ca, net.minecraft.item.crafting.Ingredient@655d7266, net.minecraft.item.crafting.Ingredient@5a5560ca, net.minecraft.item.crafting.Ingredient@4e7a7864, net.minecraft.item.crafting.Ingredient@676d1cb1, net.minecraft.item.crafting.Ingredient@4e7a7864, net.minecraft.item.crafting.Ingredient@5a5560ca, net.minecraft.item.crafting.Ingredient@655d7266, net.minecraft.item.crafting.Ingredient@5a5560ca]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7143 stevescarts:module/side_chests RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@2:[net.minecraft.item.crafting.Ingredient@3052e19e, net.minecraft.item.crafting.Ingredient@a2c018a, net.minecraft.item.crafting.Ingredient@3052e19e, net.minecraft.item.crafting.Ingredient@f6782fb, net.minecraft.item.crafting.Ingredient@6dccf9c3, net.minecraft.item.crafting.Ingredient@f6782fb, net.minecraft.item.crafting.Ingredient@3052e19e, net.minecraft.item.crafting.Ingredient@a2c018a, net.minecraft.item.crafting.Ingredient@3052e19e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7144 stevescarts:module/shooter RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@28:[net.minecraft.item.crafting.Ingredient@2aaca2b8, net.minecraft.item.crafting.Ingredient@2aaca2b8, net.minecraft.item.crafting.Ingredient@2aaca2b8, net.minecraft.item.crafting.Ingredient@2aaca2b8, net.minecraft.item.crafting.Ingredient@193417a2, net.minecraft.item.crafting.Ingredient@2aaca2b8, net.minecraft.item.crafting.Ingredient@2aaca2b8, net.minecraft.item.crafting.Ingredient@2aaca2b8, net.minecraft.item.crafting.Ingredient@2aaca2b8]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7145 stevescarts:module/seat RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@25:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7f669995, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7f669995, net.minecraftforge.oredict.OreIngredient@313623b3, net.minecraftforge.oredict.OreIngredient@7f669995]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7146 stevescarts:module/reinforced_hull RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@39:[net.minecraft.item.crafting.Ingredient@913d63e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@913d63e, net.minecraft.item.crafting.Ingredient@913d63e, net.minecraft.item.crafting.Ingredient@913d63e, net.minecraft.item.crafting.Ingredient@913d63e, net.minecraft.item.crafting.Ingredient@5c5e8776, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5c5e8776]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7147 stevescarts:module/railer RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@10:[net.minecraftforge.oredict.OreIngredient@ab77c36, net.minecraftforge.oredict.OreIngredient@ab77c36, net.minecraftforge.oredict.OreIngredient@ab77c36, net.minecraft.item.crafting.Ingredient@517a8f44, net.minecraft.item.crafting.Ingredient@3f93bb0d, net.minecraft.item.crafting.Ingredient@517a8f44, net.minecraftforge.oredict.OreIngredient@ab77c36, net.minecraftforge.oredict.OreIngredient@ab77c36, net.minecraftforge.oredict.OreIngredient@ab77c36]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7148 stevescarts:module/projectile_potion RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@51:[net.minecraft.item.crafting.Ingredient@69634e8c, net.minecraft.item.crafting.Ingredient@1f84f3e0]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7149 stevescarts:module/projectile_egg RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@53:[net.minecraftforge.oredict.OreIngredient@690604ff, net.minecraft.item.crafting.Ingredient@5e6dd8a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7150 stevescarts:module/power_observer RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@77:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@65220be0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@c84602a, net.minecraft.item.crafting.Ingredient@6e2357ce, net.minecraft.item.crafting.Ingredient@c84602a, net.minecraft.item.crafting.Ingredient@6e2357ce, net.minecraft.item.crafting.Ingredient@71bcb23d, net.minecraft.item.crafting.Ingredient@6e2357ce]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7152 stevescarts:module/ore_extractor RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@83:[net.minecraft.item.crafting.Ingredient@57ac0e95, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@57ac0e95, net.minecraft.item.crafting.Ingredient@64e6296e, net.minecraft.item.crafting.Ingredient@49db5646, net.minecraft.item.crafting.Ingredient@64e6296e, net.minecraftforge.oredict.OreIngredient@3e4188f7, net.minecraft.item.crafting.Ingredient@2d0b4cdd, net.minecraftforge.oredict.OreIngredient@3e4188f7]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7153 stevescarts:module/open_tank RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@73:[net.minecraft.item.crafting.Ingredient@a02f94c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@a02f94c, net.minecraft.item.crafting.Ingredient@a02f94c, net.minecraft.item.crafting.Ingredient@464cbe11, net.minecraft.item.crafting.Ingredient@a02f94c, net.minecraft.item.crafting.Ingredient@b7a6abd, net.minecraft.item.crafting.Ingredient@b7a6abd, net.minecraft.item.crafting.Ingredient@b7a6abd]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7154 stevescarts:module/note_sequencer RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@40:[net.minecraft.item.crafting.Ingredient@626edead, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@626edead, net.minecraft.item.crafting.Ingredient@626edead, net.minecraft.item.crafting.Ingredient@49099d58, net.minecraft.item.crafting.Ingredient@626edead, net.minecraftforge.oredict.OreIngredient@7e7de73d, net.minecraft.item.crafting.Ingredient@7901589, net.minecraftforge.oredict.OreIngredient@7e7de73d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7156 stevescarts:module/melter RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@33:[net.minecraft.item.crafting.Ingredient@5f9911e3, net.minecraft.item.crafting.Ingredient@dadb993, net.minecraft.item.crafting.Ingredient@5f9911e3, net.minecraft.item.crafting.Ingredient@205d5dbb, net.minecraft.item.crafting.Ingredient@15135515, net.minecraft.item.crafting.Ingredient@205d5dbb, net.minecraft.item.crafting.Ingredient@5f9911e3, net.minecraft.item.crafting.Ingredient@dadb993, net.minecraft.item.crafting.Ingredient@5f9911e3]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7157 stevescarts:module/mechanical_pig RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@62:[net.minecraft.item.crafting.Ingredient@12137fd5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@12137fd5, net.minecraft.item.crafting.Ingredient@12137fd5, net.minecraft.item.crafting.Ingredient@12137fd5, net.minecraft.item.crafting.Ingredient@12137fd5, net.minecraft.item.crafting.Ingredient@47a8855b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@47a8855b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7159 stevescarts:module/liquid_cleaner RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@71:[net.minecraft.item.crafting.Ingredient@55ffe4af, net.minecraft.item.crafting.Ingredient@52036cd8, net.minecraft.item.crafting.Ingredient@55ffe4af, net.minecraft.item.crafting.Ingredient@55ffe4af, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@55ffe4af, net.minecraft.item.crafting.Ingredient@55ffe4af, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@55ffe4af]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7161 stevescarts:module/large_railer RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@11:[net.minecraft.item.crafting.Ingredient@223698de, net.minecraft.item.crafting.Ingredient@223698de, net.minecraft.item.crafting.Ingredient@223698de, net.minecraft.item.crafting.Ingredient@1973ef4f, net.minecraft.item.crafting.Ingredient@48371e9, net.minecraft.item.crafting.Ingredient@1973ef4f, net.minecraft.item.crafting.Ingredient@223698de, net.minecraft.item.crafting.Ingredient@223698de, net.minecraft.item.crafting.Ingredient@223698de]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7163 stevescarts:module/invisibility_core RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@36:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2b5472e5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2b5472e5, net.minecraft.item.crafting.Ingredient@31689175, net.minecraft.item.crafting.Ingredient@2b5472e5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@65e13e12, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7164 stevescarts:module/internal_tank RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@63:[net.minecraft.item.crafting.Ingredient@2f53e185, net.minecraft.item.crafting.Ingredient@2f53e185, net.minecraft.item.crafting.Ingredient@2f53e185, net.minecraft.item.crafting.Ingredient@2f53e185, net.minecraft.item.crafting.Ingredient@9baf42b, net.minecraft.item.crafting.Ingredient@2f53e185, net.minecraft.item.crafting.Ingredient@2f53e185, net.minecraft.item.crafting.Ingredient@2f53e185, net.minecraft.item.crafting.Ingredient@2f53e185]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7165 stevescarts:module/internal_chests RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@5:[net.minecraft.item.crafting.Ingredient@66dab231, net.minecraft.item.crafting.Ingredient@66dab231, net.minecraft.item.crafting.Ingredient@66dab231, net.minecraft.item.crafting.Ingredient@66dab231, net.minecraft.item.crafting.Ingredient@5c9eaa07, net.minecraft.item.crafting.Ingredient@66dab231, net.minecraft.item.crafting.Ingredient@66dab231, net.minecraft.item.crafting.Ingredient@66dab231, net.minecraft.item.crafting.Ingredient@66dab231]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7167 stevescarts:module/incinerator RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@68:[net.minecraft.item.crafting.Ingredient@74954c8b, net.minecraft.item.crafting.Ingredient@74954c8b, net.minecraft.item.crafting.Ingredient@74954c8b, net.minecraftforge.oredict.OreIngredient@41fb7884, net.minecraft.item.crafting.Ingredient@38be3ae6, net.minecraftforge.oredict.OreIngredient@41fb7884, net.minecraft.item.crafting.Ingredient@74954c8b, net.minecraft.item.crafting.Ingredient@74954c8b, net.minecraft.item.crafting.Ingredient@74954c8b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7168 stevescarts:module/hydrator RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@16:[net.minecraft.item.crafting.Ingredient@63cb352, net.minecraft.item.crafting.Ingredient@27952016, net.minecraft.item.crafting.Ingredient@63cb352, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3f15bbd6, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7175 stevescarts:module/galgadorian_hull RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@81:[net.minecraft.item.crafting.Ingredient@361c53e3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@361c53e3, net.minecraft.item.crafting.Ingredient@361c53e3, net.minecraft.item.crafting.Ingredient@361c53e3, net.minecraft.item.crafting.Ingredient@361c53e3, net.minecraft.item.crafting.Ingredient@e5ef080, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@e5ef080]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7179 stevescarts:module/front_tank RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@67:[net.minecraft.item.crafting.Ingredient@466f058c, net.minecraft.item.crafting.Ingredient@78c383a8, net.minecraft.item.crafting.Ingredient@466f058c, net.minecraft.item.crafting.Ingredient@466f058c, net.minecraft.item.crafting.Ingredient@517c4c17, net.minecraft.item.crafting.Ingredient@466f058c, net.minecraft.item.crafting.Ingredient@78c383a8, net.minecraft.item.crafting.Ingredient@78c383a8, net.minecraft.item.crafting.Ingredient@78c383a8]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7180 stevescarts:module/front_chests RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@4:[net.minecraft.item.crafting.Ingredient@1e756541, net.minecraft.item.crafting.Ingredient@4d04d5f, net.minecraft.item.crafting.Ingredient@1e756541, net.minecraft.item.crafting.Ingredient@1e756541, net.minecraft.item.crafting.Ingredient@491fb377, net.minecraft.item.crafting.Ingredient@1e756541, net.minecraft.item.crafting.Ingredient@4d04d5f, net.minecraft.item.crafting.Ingredient@4d04d5f, net.minecraft.item.crafting.Ingredient@4d04d5f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7183 stevescarts:module/extreme_melter RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@34:[net.minecraft.item.crafting.Ingredient@2c3fa907, net.minecraftforge.oredict.OreIngredient@5c0019d3, net.minecraft.item.crafting.Ingredient@2c3fa907, net.minecraft.item.crafting.Ingredient@66f1be55, net.minecraft.item.crafting.Ingredient@1a259f3e, net.minecraft.item.crafting.Ingredient@66f1be55, net.minecraft.item.crafting.Ingredient@2c3fa907, net.minecraftforge.oredict.OreIngredient@5c0019d3, net.minecraft.item.crafting.Ingredient@2c3fa907]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7184 stevescarts:module/extracting_chests RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@6:[net.minecraft.item.crafting.Ingredient@58c505b1, net.minecraft.item.crafting.Ingredient@58c505b1, net.minecraft.item.crafting.Ingredient@58c505b1, net.minecraft.item.crafting.Ingredient@3bbde003, net.minecraft.item.crafting.Ingredient@5362cfbe, net.minecraft.item.crafting.Ingredient@3bbde003, net.minecraft.item.crafting.Ingredient@3647bd7a, net.minecraft.item.crafting.Ingredient@78d67a74, net.minecraft.item.crafting.Ingredient@3647bd7a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7186 stevescarts:module/enchanter RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@82:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7141dde8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@66a3b425, net.minecraft.item.crafting.Ingredient@43589815, net.minecraft.item.crafting.Ingredient@66a3b425, net.minecraft.item.crafting.Ingredient@68da0c5a, net.minecraft.item.crafting.Ingredient@323576e7, net.minecraft.item.crafting.Ingredient@68da0c5a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7187 stevescarts:module/dynamite_carrier RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@31:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@39ff21cb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@39ff21cb, net.minecraft.item.crafting.Ingredient@30d84020, net.minecraft.item.crafting.Ingredient@39ff21cb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@39ff21cb, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7188 stevescarts:module/drill_intelligence RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@75:[net.minecraft.item.crafting.Ingredient@5391124d, net.minecraft.item.crafting.Ingredient@5391124d, net.minecraft.item.crafting.Ingredient@5391124d, net.minecraft.item.crafting.Ingredient@7d74c3b0, net.minecraft.item.crafting.Ingredient@19119854, net.minecraft.item.crafting.Ingredient@7d74c3b0, net.minecraft.item.crafting.Ingredient@19119854, net.minecraft.item.crafting.Ingredient@24d3b2f3, net.minecraft.item.crafting.Ingredient@19119854]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7189 stevescarts:module/divine_shield RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@32:[net.minecraftforge.oredict.OreIngredient@51250046, net.minecraft.item.crafting.Ingredient@49c41ab5, net.minecraftforge.oredict.OreIngredient@51250046, net.minecraft.item.crafting.Ingredient@49c41ab5, net.minecraftforge.oredict.OreIngredient@2855a4a7, net.minecraft.item.crafting.Ingredient@49c41ab5, net.minecraftforge.oredict.OreIngredient@51250046, net.minecraft.item.crafting.Ingredient@49c41ab5, net.minecraftforge.oredict.OreIngredient@51250046]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7192 stevescarts:module/detector_monster RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@24:[net.minecraftforge.oredict.OreIngredient@1c75fc38, net.minecraft.item.crafting.Ingredient@194fcd0b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7193 stevescarts:module/detector_animal RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@21:[net.minecraft.item.crafting.Ingredient@26fffde0, net.minecraft.item.crafting.Ingredient@1d836ce9]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7194 stevescarts:module/crop_nether_wart RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@58:[net.minecraft.item.crafting.Ingredient@3df791ae, net.minecraft.item.crafting.Ingredient@2a39c4c0]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7196 stevescarts:module/compact_solar_engine RecipeStage{tier='four', recipe=1xitem.SC2:unknownmodule@56:[net.minecraft.item.crafting.Ingredient@5cd00c95, net.minecraft.item.crafting.Ingredient@49c63bbf, net.minecraft.item.crafting.Ingredient@5cd00c95, net.minecraft.item.crafting.Ingredient@634bb191, net.minecraft.item.crafting.Ingredient@773fdbf0, net.minecraft.item.crafting.Ingredient@634bb191, net.minecraft.item.crafting.Ingredient@3d16cc84, net.minecraft.item.crafting.Ingredient@49c63bbf, net.minecraft.item.crafting.Ingredient@3d16cc84]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7197 stevescarts:module/colorizer RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@41:[net.minecraft.item.crafting.Ingredient@6f5dcc81, net.minecraft.item.crafting.Ingredient@b02785e, net.minecraft.item.crafting.Ingredient@2805aba3, net.minecraft.item.crafting.Ingredient@4e548247, net.minecraft.item.crafting.Ingredient@4fec76ff, net.minecraft.item.crafting.Ingredient@4e548247, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4e548247, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7200 stevescarts:module/cleaning_machine RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@30:[net.minecraft.item.crafting.Ingredient@6056f5ae, net.minecraft.item.crafting.Ingredient@7b390f81, net.minecraft.item.crafting.Ingredient@6056f5ae, net.minecraft.item.crafting.Ingredient@6056f5ae, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6056f5ae, net.minecraft.item.crafting.Ingredient@6056f5ae, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6056f5ae]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7205 stevescarts:module/break_handle RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@26:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@65e81069, net.minecraft.item.crafting.Ingredient@38b6eff8, net.minecraft.item.crafting.Ingredient@24e23dcf, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@162e370c, net.minecraft.item.crafting.Ingredient@38b6eff8, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7210 stevescarts:module/advanced_tank RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@66:[net.minecraft.item.crafting.Ingredient@245b0207, net.minecraft.item.crafting.Ingredient@245b0207, net.minecraft.item.crafting.Ingredient@245b0207, net.minecraft.item.crafting.Ingredient@245b0207, net.minecraft.item.crafting.Ingredient@30ca3ce4, net.minecraft.item.crafting.Ingredient@245b0207, net.minecraft.item.crafting.Ingredient@245b0207, net.minecraft.item.crafting.Ingredient@245b0207, net.minecraft.item.crafting.Ingredient@245b0207]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7211 stevescarts:module/adv_thermal_engine RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@70:[net.minecraft.item.crafting.Ingredient@72a76d6f, net.minecraft.item.crafting.Ingredient@72a76d6f, net.minecraft.item.crafting.Ingredient@72a76d6f, net.minecraft.item.crafting.Ingredient@3c2bfca, net.minecraft.item.crafting.Ingredient@d81305c, net.minecraft.item.crafting.Ingredient@3c2bfca, net.minecraft.item.crafting.Ingredient@44543398, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@44543398]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7213 stevescarts:module/adv_shooter RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@29:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@b19a24d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1a93cd3c, net.minecraft.item.crafting.Ingredient@7dadada5, net.minecraft.item.crafting.Ingredient@7a79ee25, net.minecraft.item.crafting.Ingredient@7e0736f4, net.minecraft.item.crafting.Ingredient@7a79ee25]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7215 stevescarts:module/adv_control_system RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@27:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7b3049c3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@490b8eb6, net.minecraft.item.crafting.Ingredient@6e8d69c3, net.minecraft.item.crafting.Ingredient@490b8eb6, net.minecraft.item.crafting.Ingredient@300cb725, net.minecraft.item.crafting.Ingredient@300cb725, net.minecraft.item.crafting.Ingredient@56e80171]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7216 stevescarts:component/wooden_wheels RecipeStage{tier='three', recipe=1xitem.SC2:unknowncomponent@0:[net.minecraftforge.oredict.OreIngredient@68cf1747, net.minecraftforge.oredict.OreIngredient@68cf1747, net.minecraftforge.oredict.OreIngredient@68cf1747, net.minecraftforge.oredict.OreIngredient@68cf1747, net.minecraftforge.oredict.OreIngredient@45756106, net.minecraftforge.oredict.OreIngredient@68cf1747, net.minecraftforge.oredict.OreIngredient@68cf1747, net.minecraftforge.oredict.OreIngredient@68cf1747, net.minecraftforge.oredict.OreIngredient@68cf1747]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7218 stevescarts:component/wheel RecipeStage{tier='three', recipe=1xitem.SC2:unknowncomponent@14:[net.minecraft.item.crafting.Ingredient@3c844190, net.minecraftforge.oredict.OreIngredient@2469605d, net.minecraft.item.crafting.Ingredient@3c844190, net.minecraftforge.oredict.OreIngredient@2469605d, net.minecraft.item.crafting.Ingredient@3c844190, net.minecraftforge.oredict.OreIngredient@2469605d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2469605d, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7220 stevescarts:component/tri_torch RecipeStage{tier='three', recipe=1xitem.SC2:unknowncomponent@29:[net.minecraftforge.oredict.OreIngredient@67ad0ae4, net.minecraftforge.oredict.OreIngredient@67ad0ae4, net.minecraftforge.oredict.OreIngredient@67ad0ae4]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7224 stevescarts:component/speed_handle RecipeStage{tier='three', recipe=1xitem.SC2:unknowncomponent@13:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@12b082b0, net.minecraft.item.crafting.Ingredient@3a736ae, net.minecraft.item.crafting.Ingredient@245c4125, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@e8b80cf, net.minecraft.item.crafting.Ingredient@3a736ae, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7225 stevescarts:component/solar_panel RecipeStage{tier='four', recipe=1xitem.SC2:unknowncomponent@44:[net.minecraft.item.crafting.Ingredient@1c8be399, net.minecraft.item.crafting.Ingredient@644e2d60, net.minecraft.item.crafting.Ingredient@51390d16, net.minecraft.item.crafting.Ingredient@1c8be399]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7230 stevescarts:component/reinforced_wheels RecipeStage{tier='three', recipe=1xitem.SC2:unknowncomponent@23:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2a09e2d2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2a09e2d2, net.minecraft.item.crafting.Ingredient@71735146, net.minecraft.item.crafting.Ingredient@2a09e2d2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2a09e2d2, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7231 stevescarts:component/red_pigment RecipeStage{tier='three', recipe=1xitem.SC2:unknowncomponent@2:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5d673b32, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5bd762e4, net.minecraftforge.oredict.OreIngredient@5bd762e4, net.minecraftforge.oredict.OreIngredient@5bd762e4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5d673b32, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7234 stevescarts:component/pipe RecipeStage{tier='three', recipe=1xitem.SC2:unknowncomponent@24:[net.minecraftforge.oredict.OreIngredient@5ff88bb9, net.minecraftforge.oredict.OreIngredient@5ff88bb9, net.minecraftforge.oredict.OreIngredient@5ff88bb9, net.minecraft.item.crafting.Ingredient@4414419, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7241 stevescarts:component/liquid_cleaning_core RecipeStage{tier='three', recipe=1xitem.SC2:unknowncomponent@64:[net.minecraft.item.crafting.Ingredient@33e2e2f7, net.minecraft.item.crafting.Ingredient@219150a6, net.minecraft.item.crafting.Ingredient@33e2e2f7, net.minecraft.item.crafting.Ingredient@711e95f8, net.minecraft.item.crafting.Ingredient@711e95f8, net.minecraft.item.crafting.Ingredient@711e95f8, net.minecraft.item.crafting.Ingredient@219150a6, net.minecraft.item.crafting.Ingredient@711e95f8, net.minecraft.item.crafting.Ingredient@219150a6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7242 stevescarts:component/large_tank_pane RecipeStage{tier='three', recipe=1xitem.SC2:unknowncomponent@62:[net.minecraft.item.crafting.Ingredient@5ab1fa7b, net.minecraft.item.crafting.Ingredient@5ab1fa7b, net.minecraft.item.crafting.Ingredient@5ab1fa7b, net.minecraft.item.crafting.Ingredient@5ab1fa7b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7243 stevescarts:component/large_lump_of_galgador RecipeStage{tier='three', recipe=1xitem.SC2:unknowncomponent@48:[net.minecraft.item.crafting.Ingredient@23dc88b9, net.minecraft.item.crafting.Ingredient@23dc88b9, net.minecraft.item.crafting.Ingredient@23dc88b9, net.minecraft.item.crafting.Ingredient@23dc88b9, net.minecraft.item.crafting.Ingredient@23dc88b9, net.minecraft.item.crafting.Ingredient@23dc88b9, net.minecraft.item.crafting.Ingredient@23dc88b9, net.minecraft.item.crafting.Ingredient@23dc88b9, net.minecraft.item.crafting.Ingredient@23dc88b9]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7244 stevescarts:component/large_iron_pane RecipeStage{tier='three', recipe=1xitem.SC2:unknowncomponent@35:[net.minecraft.item.crafting.Ingredient@2ea1624d, net.minecraft.item.crafting.Ingredient@2ea1624d, net.minecraft.item.crafting.Ingredient@2ea1624d, net.minecraft.item.crafting.Ingredient@2ea1624d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7245 stevescarts:component/large_dynamic_pane RecipeStage{tier='three', recipe=1xitem.SC2:unknowncomponent@38:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@746ca251, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@746ca251, net.minecraft.item.crafting.Ingredient@2dbb01e6, net.minecraft.item.crafting.Ingredient@746ca251, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@746ca251, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7246 stevescarts:component/large_chest_pane RecipeStage{tier='three', recipe=1xitem.SC2:unknowncomponent@31:[net.minecraft.item.crafting.Ingredient@24495b86, net.minecraft.item.crafting.Ingredient@24495b86, net.minecraft.item.crafting.Ingredient@24495b86, net.minecraft.item.crafting.Ingredient@24495b86]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7247 stevescarts:component/iron_wheels RecipeStage{tier='three', recipe=1xitem.SC2:unknowncomponent@1:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4dfe175d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4dfe175d, net.minecraft.item.crafting.Ingredient@1592e070, net.minecraftforge.oredict.OreIngredient@4dfe175d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4dfe175d, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7250 stevescarts:component/huge_tank_pane RecipeStage{tier='three', recipe=1xitem.SC2:unknowncomponent@63:[net.minecraft.item.crafting.Ingredient@76b93cb, net.minecraft.item.crafting.Ingredient@76b93cb, net.minecraft.item.crafting.Ingredient@76b93cb, net.minecraft.item.crafting.Ingredient@76b93cb, net.minecraft.item.crafting.Ingredient@76b93cb, net.minecraft.item.crafting.Ingredient@76b93cb, net.minecraft.item.crafting.Ingredient@76b93cb, net.minecraft.item.crafting.Ingredient@76b93cb, net.minecraft.item.crafting.Ingredient@76b93cb]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7251 stevescarts:component/huge_iron_pane RecipeStage{tier='three', recipe=1xitem.SC2:unknowncomponent@36:[net.minecraft.item.crafting.Ingredient@e698e63, net.minecraft.item.crafting.Ingredient@e698e63, net.minecraft.item.crafting.Ingredient@e698e63, net.minecraft.item.crafting.Ingredient@e698e63, net.minecraft.item.crafting.Ingredient@e698e63, net.minecraft.item.crafting.Ingredient@e698e63, net.minecraft.item.crafting.Ingredient@e698e63, net.minecraft.item.crafting.Ingredient@e698e63, net.minecraft.item.crafting.Ingredient@e698e63]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7253 stevescarts:component/huge_chest_pane RecipeStage{tier='three', recipe=1xitem.SC2:unknowncomponent@32:[net.minecraft.item.crafting.Ingredient@43141b54, net.minecraft.item.crafting.Ingredient@43141b54, net.minecraft.item.crafting.Ingredient@43141b54, net.minecraft.item.crafting.Ingredient@43141b54, net.minecraft.item.crafting.Ingredient@43141b54, net.minecraft.item.crafting.Ingredient@43141b54, net.minecraft.item.crafting.Ingredient@43141b54, net.minecraft.item.crafting.Ingredient@43141b54, net.minecraft.item.crafting.Ingredient@43141b54]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7254 stevescarts:component/hardened_saw_blade RecipeStage{tier='three', recipe=1xitem.SC2:unknowncomponent@80:[net.minecraft.item.crafting.Ingredient@7a2689ac, net.minecraft.item.crafting.Ingredient@7a2689ac, net.minecraft.item.crafting.Ingredient@7147e58a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7255 stevescarts:component/hardened_mesh RecipeStage{tier='three', recipe=1xitem.SC2:unknowncomponent@20:[net.minecraft.item.crafting.Ingredient@508d347a, net.minecraft.item.crafting.Ingredient@6a5f389f, net.minecraft.item.crafting.Ingredient@508d347a, net.minecraft.item.crafting.Ingredient@6a5f389f, net.minecraft.item.crafting.Ingredient@508d347a, net.minecraft.item.crafting.Ingredient@6a5f389f, net.minecraft.item.crafting.Ingredient@508d347a, net.minecraft.item.crafting.Ingredient@6a5f389f, net.minecraft.item.crafting.Ingredient@508d347a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7256 stevescarts:component/green_pigment RecipeStage{tier='three', recipe=1xitem.SC2:unknowncomponent@3:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@c99ad8a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1acc6869, net.minecraftforge.oredict.OreIngredient@1acc6869, net.minecraftforge.oredict.OreIngredient@1acc6869, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@c99ad8a, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7258 stevescarts:component/glass_o_magic RecipeStage{tier='three', recipe=1xitem.SC2:unknowncomponent@5:[net.minecraftforge.oredict.OreIngredient@3c1ef819, net.minecraft.item.crafting.Ingredient@399f5a4b, net.minecraftforge.oredict.OreIngredient@3c1ef819, net.minecraftforge.oredict.OreIngredient@3c1ef819, net.minecraft.item.crafting.Ingredient@2449e108, net.minecraftforge.oredict.OreIngredient@3c1ef819, net.minecraftforge.oredict.OreIngredient@3c1ef819, net.minecraftforge.oredict.OreIngredient@3c1ef819, net.minecraftforge.oredict.OreIngredient@3c1ef819]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7259 stevescarts:component/galgadorian_wheels RecipeStage{tier='three', recipe=1xitem.SC2:unknowncomponent@82:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3ecbbb12, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3ecbbb12, net.minecraft.item.crafting.Ingredient@34f35f9f, net.minecraft.item.crafting.Ingredient@3ecbbb12, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3ecbbb12, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7260 stevescarts:component/galgadorian_saw_blade RecipeStage{tier='three', recipe=1xitem.SC2:unknowncomponent@81:[net.minecraft.item.crafting.Ingredient@24bf9cab, net.minecraft.item.crafting.Ingredient@24bf9cab, net.minecraft.item.crafting.Ingredient@48715145]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7262 stevescarts:component/eye_of_galgador RecipeStage{tier='three', recipe=1xitem.SC2:unknowncomponent@45:[net.minecraft.item.crafting.Ingredient@14d78293, net.minecraft.item.crafting.Ingredient@16af6c91, net.minecraft.item.crafting.Ingredient@14d78293, net.minecraft.item.crafting.Ingredient@37192ceb, net.minecraft.item.crafting.Ingredient@38620ced, net.minecraft.item.crafting.Ingredient@37192ceb, net.minecraft.item.crafting.Ingredient@14d78293, net.minecraft.item.crafting.Ingredient@16af6c91, net.minecraft.item.crafting.Ingredient@14d78293]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7266 stevescarts:component/dynamite RecipeStage{tier='three', recipe=1xitem.SC2:unknowncomponent@6:[net.minecraft.item.crafting.Ingredient@4730b3b, net.minecraftforge.oredict.OreIngredient@417ff488, net.minecraftforge.oredict.OreIngredient@417ff488]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7267 stevescarts:component/dynamic_pane_2 RecipeStage{tier='three', recipe=1xitem.SC2:unknowncomponent@37:[net.minecraft.item.crafting.Ingredient@15c7d02d, net.minecraft.item.crafting.Ingredient@109288d7]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7268 stevescarts:component/dynamic_pane_1 RecipeStage{tier='three', recipe=1xitem.SC2:unknowncomponent@37:[net.minecraft.item.crafting.Ingredient@2fc1ba3e, net.minecraft.item.crafting.Ingredient@15ec4c99]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7270 stevescarts:component/cleaning_fan RecipeStage{tier='three', recipe=1xitem.SC2:unknowncomponent@40:[net.minecraft.item.crafting.Ingredient@81ff069, net.minecraft.item.crafting.Ingredient@3851f9ee, net.minecraft.item.crafting.Ingredient@81ff069, net.minecraft.item.crafting.Ingredient@3851f9ee, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3851f9ee, net.minecraft.item.crafting.Ingredient@81ff069, net.minecraft.item.crafting.Ingredient@3851f9ee, net.minecraft.item.crafting.Ingredient@81ff069]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7271 stevescarts:component/cleaning_core RecipeStage{tier='three', recipe=1xitem.SC2:unknowncomponent@41:[net.minecraft.item.crafting.Ingredient@171cbebf, net.minecraft.item.crafting.Ingredient@7eeb6fad, net.minecraft.item.crafting.Ingredient@171cbebf, net.minecraft.item.crafting.Ingredient@5d490e13, net.minecraft.item.crafting.Ingredient@5d490e13, net.minecraft.item.crafting.Ingredient@5d490e13, net.minecraft.item.crafting.Ingredient@7eeb6fad, net.minecraft.item.crafting.Ingredient@5d490e13, net.minecraft.item.crafting.Ingredient@7eeb6fad]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7275 stevescarts:component/blue_pigment RecipeStage{tier='three', recipe=1xitem.SC2:unknowncomponent@4:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6edf00c5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@14ec932e, net.minecraftforge.oredict.OreIngredient@14ec932e, net.minecraftforge.oredict.OreIngredient@14ec932e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6edf00c5, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7277 stevescarts:component/blade_arm RecipeStage{tier='three', recipe=1xitem.SC2:unknowncomponent@84:[net.minecraft.item.crafting.Ingredient@5f1c774e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5f1c774e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@14875be6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5f1c774e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5f1c774e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7283 stevescarts:block/module_toggler RecipeStage{tier='three', recipe=1xtile.SC2:BlockActivator@0:[net.minecraftforge.oredict.OreIngredient@7a064ba4, net.minecraft.item.crafting.Ingredient@7c4441f5, net.minecraftforge.oredict.OreIngredient@1d54c8c1, net.minecraftforge.oredict.OreIngredient@21c68c2b, net.minecraft.item.crafting.Ingredient@345777b0, net.minecraftforge.oredict.OreIngredient@21c68c2b, net.minecraft.item.crafting.Ingredient@476d9c7c, net.minecraft.item.crafting.Ingredient@52dfe76e, net.minecraft.item.crafting.Ingredient@476d9c7c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7285 stevescarts:block/junction_rail RecipeStage{tier='three', recipe=1xtile.SC2:BlockJunction@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2adfe7bf, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2adfe7bf, net.minecraft.item.crafting.Ingredient@1bac03a7, net.minecraft.item.crafting.Ingredient@2adfe7bf, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2adfe7bf, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7293 stevescarts:block/detector_redstone RecipeStage{tier='three', recipe=1xtile.SC2:BlockDetector@4:[net.minecraft.item.crafting.Ingredient@2e1fc57, net.minecraft.item.crafting.Ingredient@2e1fc57, net.minecraft.item.crafting.Ingredient@2e1fc57, net.minecraft.item.crafting.Ingredient@2e1fc57, net.minecraft.item.crafting.Ingredient@4f97eaf6, net.minecraft.item.crafting.Ingredient@2e1fc57, net.minecraft.item.crafting.Ingredient@2e1fc57, net.minecraft.item.crafting.Ingredient@2e1fc57, net.minecraft.item.crafting.Ingredient@2e1fc57]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7297 stevescarts:block/cargo_manager RecipeStage{tier='three', recipe=1xtile.SC2:BlockCargoManager@0:[net.minecraft.item.crafting.Ingredient@438f734c, net.minecraft.item.crafting.Ingredient@734da16a, net.minecraft.item.crafting.Ingredient@438f734c, net.minecraft.item.crafting.Ingredient@734da16a, net.minecraft.item.crafting.Ingredient@31524439, net.minecraft.item.crafting.Ingredient@734da16a, net.minecraft.item.crafting.Ingredient@438f734c, net.minecraft.item.crafting.Ingredient@734da16a, net.minecraft.item.crafting.Ingredient@438f734c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7299 storagedrawers:upgrade_void RecipeStage{tier='three', recipe=1xitem.storagedrawers.upgradeVoid@0:[net.minecraft.item.crafting.Ingredient@6ec2fc8c, net.minecraft.item.crafting.Ingredient@6ec2fc8c, net.minecraft.item.crafting.Ingredient@6ec2fc8c, net.minecraft.item.crafting.Ingredient@6ec2fc8c, net.minecraft.item.crafting.Ingredient@103b1650, net.minecraft.item.crafting.Ingredient@6ec2fc8c, net.minecraft.item.crafting.Ingredient@6ec2fc8c, net.minecraft.item.crafting.Ingredient@6ec2fc8c, net.minecraft.item.crafting.Ingredient@6ec2fc8c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7302 storagedrawers:upgrade_storage_iron RecipeStage{tier='two', recipe=1xitem.storagedrawers.upgradeStorage@1:[net.minecraftforge.oredict.OreIngredient@25c9e3cf, net.minecraftforge.oredict.OreIngredient@25c9e3cf, net.minecraftforge.oredict.OreIngredient@25c9e3cf, net.minecraft.item.crafting.Ingredient@43a76d00, net.minecraft.item.crafting.Ingredient@79791ec8, net.minecraft.item.crafting.Ingredient@43a76d00, net.minecraftforge.oredict.OreIngredient@25c9e3cf, net.minecraftforge.oredict.OreIngredient@25c9e3cf, net.minecraftforge.oredict.OreIngredient@25c9e3cf]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7306 storagedrawers:upgrade_status_level2 RecipeStage{tier='three', recipe=1xitem.storagedrawers.upgradeStatus@1:[net.minecraft.item.crafting.Ingredient@79a9bcd, net.minecraftforge.oredict.OreIngredient@706e4bea, net.minecraft.item.crafting.Ingredient@79a9bcd, net.minecraftforge.oredict.OreIngredient@706e4bea, net.minecraft.item.crafting.Ingredient@6deefb7e, net.minecraftforge.oredict.OreIngredient@706e4bea, net.minecraft.item.crafting.Ingredient@3d0d0c84, net.minecraftforge.oredict.OreIngredient@706e4bea, net.minecraft.item.crafting.Ingredient@3d0d0c84]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7307 storagedrawers:upgrade_status_level1 RecipeStage{tier='three', recipe=1xitem.storagedrawers.upgradeStatus@0:[net.minecraft.item.crafting.Ingredient@72e46988, net.minecraftforge.oredict.OreIngredient@7359079d, net.minecraft.item.crafting.Ingredient@72e46988, net.minecraftforge.oredict.OreIngredient@7359079d, net.minecraft.item.crafting.Ingredient@457e0381, net.minecraftforge.oredict.OreIngredient@7359079d, net.minecraft.item.crafting.Ingredient@1d7644fd, net.minecraftforge.oredict.OreIngredient@7359079d, net.minecraft.item.crafting.Ingredient@1d7644fd]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7308 storagedrawers:upgrade_redstone_min RecipeStage{tier='three', recipe=1xitem.storagedrawers.upgradeRedstone@2:[net.minecraftforge.oredict.OreIngredient@35f08e1d, net.minecraftforge.oredict.OreIngredient@35f08e1d, net.minecraftforge.oredict.OreIngredient@35f08e1d, net.minecraftforge.oredict.OreIngredient@35f08e1d, net.minecraft.item.crafting.Ingredient@28e7ad94, net.minecraftforge.oredict.OreIngredient@35f08e1d, net.minecraft.item.crafting.Ingredient@4fa0c39e, net.minecraft.item.crafting.Ingredient@4fa0c39e, net.minecraft.item.crafting.Ingredient@4fa0c39e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7309 storagedrawers:upgrade_redstone_max RecipeStage{tier='three', recipe=1xitem.storagedrawers.upgradeRedstone@1:[net.minecraft.item.crafting.Ingredient@77b4eb26, net.minecraft.item.crafting.Ingredient@77b4eb26, net.minecraft.item.crafting.Ingredient@77b4eb26, net.minecraftforge.oredict.OreIngredient@7a19a8fd, net.minecraft.item.crafting.Ingredient@44324037, net.minecraftforge.oredict.OreIngredient@7a19a8fd, net.minecraftforge.oredict.OreIngredient@7a19a8fd, net.minecraftforge.oredict.OreIngredient@7a19a8fd, net.minecraftforge.oredict.OreIngredient@7a19a8fd]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7310 storagedrawers:upgrade_redstone_combined RecipeStage{tier='three', recipe=1xitem.storagedrawers.upgradeRedstone@0:[net.minecraft.item.crafting.Ingredient@4f5ca15e, net.minecraftforge.oredict.OreIngredient@234e2be1, net.minecraft.item.crafting.Ingredient@4f5ca15e, net.minecraftforge.oredict.OreIngredient@234e2be1, net.minecraft.item.crafting.Ingredient@5c3f340d, net.minecraftforge.oredict.OreIngredient@234e2be1, net.minecraft.item.crafting.Ingredient@4f5ca15e, net.minecraftforge.oredict.OreIngredient@234e2be1, net.minecraft.item.crafting.Ingredient@4f5ca15e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7311 storagedrawers:upgrade_one_stack RecipeStage{tier='two', recipe=1xitem.storagedrawers.upgradeOneStack@0:[net.minecraftforge.oredict.OreIngredient@2bcfbb2d, net.minecraftforge.oredict.OreIngredient@2bcfbb2d, net.minecraftforge.oredict.OreIngredient@2bcfbb2d, net.minecraft.item.crafting.Ingredient@f903b8d, net.minecraft.item.crafting.Ingredient@6027f859, net.minecraft.item.crafting.Ingredient@f903b8d, net.minecraftforge.oredict.OreIngredient@2bcfbb2d, net.minecraftforge.oredict.OreIngredient@2bcfbb2d, net.minecraftforge.oredict.OreIngredient@2bcfbb2d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7312 storagedrawers:upgrade_conversion RecipeStage{tier='two', recipe=1xitem.storagedrawers.upgradeConversion@0:[net.minecraft.item.crafting.Ingredient@5684ace3, net.minecraftforge.oredict.OreIngredient@42823330, net.minecraft.item.crafting.Ingredient@5684ace3, net.minecraftforge.oredict.OreIngredient@42823330, net.minecraft.item.crafting.Ingredient@12780efc, net.minecraftforge.oredict.OreIngredient@42823330, net.minecraft.item.crafting.Ingredient@5684ace3, net.minecraftforge.oredict.OreIngredient@42823330, net.minecraft.item.crafting.Ingredient@5684ace3]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7313 storagedrawers:packing_tape RecipeStage{tier='two', recipe=1xitem.storagedrawers.tape@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3a30176a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5a131daa, net.minecraft.item.crafting.Ingredient@5a131daa, net.minecraft.item.crafting.Ingredient@5a131daa]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7314 storagedrawers:key_quantify RecipeStage{tier='two', recipe=1xitem.storagedrawers.quantifyKey@0:[net.minecraft.item.crafting.Ingredient@53decec4, net.minecraft.item.crafting.Ingredient@69b5439b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7315 storagedrawers:key_personal RecipeStage{tier='two', recipe=1xitem.storagedrawers.personalKey@0:[net.minecraft.item.crafting.Ingredient@3b1d3ffc, net.minecraft.item.crafting.Ingredient@767a53dd]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7316 storagedrawers:key_drawer RecipeStage{tier='two', recipe=1xitem.storagedrawers.drawerKey@0:[net.minecraftforge.oredict.OreIngredient@4f243e5f, net.minecraftforge.oredict.OreIngredient@13502492, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@13502492, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@82de602]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7317 storagedrawers:key_concealment RecipeStage{tier='two', recipe=1xitem.storagedrawers.shroudKey@0:[net.minecraft.item.crafting.Ingredient@5bc7048d, net.minecraft.item.crafting.Ingredient@2d1d5f6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7318 storagedrawers:keybutton_quantify RecipeStage{tier='three', recipe=1xtile.storagedrawers.keyButton@3:[net.minecraft.item.crafting.Ingredient@494eb75c, net.minecraft.item.crafting.Ingredient@1698a4ec]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7319 storagedrawers:keybutton_personal RecipeStage{tier='three', recipe=1xtile.storagedrawers.keyButton@2:[net.minecraft.item.crafting.Ingredient@1e82813b, net.minecraft.item.crafting.Ingredient@67ea98a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7320 storagedrawers:keybutton_drawer RecipeStage{tier='three', recipe=1xtile.storagedrawers.keyButton@0:[net.minecraft.item.crafting.Ingredient@666ddd3, net.minecraft.item.crafting.Ingredient@3e5df3a0]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7321 storagedrawers:keybutton_concealment RecipeStage{tier='three', recipe=1xtile.storagedrawers.keyButton@1:[net.minecraft.item.crafting.Ingredient@5b1d8221, net.minecraft.item.crafting.Ingredient@59d895b5]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7322 storagedrawers:framing_table RecipeStage{tier='two', recipe=1xtile.storagedrawers.framingTable@0:[net.minecraftforge.oredict.OreIngredient@513fa54, net.minecraftforge.oredict.OreIngredient@513fa54, net.minecraftforge.oredict.OreIngredient@513fa54, net.minecraftforge.oredict.OreIngredient@513fa54, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@513fa54]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7323 storagedrawers:framed_trim RecipeStage{tier='two', recipe=4xtile.storagedrawers.customTrim@0:[net.minecraftforge.oredict.OreIngredient@1b32d661, net.minecraftforge.oredict.OreIngredient@248c605d, net.minecraftforge.oredict.OreIngredient@1b32d661, net.minecraftforge.oredict.OreIngredient@248c605d, net.minecraftforge.oredict.OreIngredient@1b32d661, net.minecraftforge.oredict.OreIngredient@248c605d, net.minecraftforge.oredict.OreIngredient@1b32d661, net.minecraftforge.oredict.OreIngredient@248c605d, net.minecraftforge.oredict.OreIngredient@1b32d661]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7324 storagedrawers:framed_drawer_half4 RecipeStage{tier='two', recipe=4xtile.storagedrawers.customDrawers@4:[net.minecraftforge.oredict.OreIngredient@35b1e64, net.minecraftforge.oredict.OreIngredient@129cd4dc, net.minecraftforge.oredict.OreIngredient@35b1e64, net.minecraftforge.oredict.OreIngredient@129cd4dc, net.minecraftforge.oredict.OreIngredient@17bc92a1, net.minecraftforge.oredict.OreIngredient@129cd4dc, net.minecraftforge.oredict.OreIngredient@35b1e64, net.minecraftforge.oredict.OreIngredient@129cd4dc, net.minecraftforge.oredict.OreIngredient@35b1e64]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7325 storagedrawers:framed_drawer_half2 RecipeStage{tier='two', recipe=2xtile.storagedrawers.customDrawers@3:[net.minecraftforge.oredict.OreIngredient@44f3fcfe, net.minecraftforge.oredict.OreIngredient@40d69706, net.minecraftforge.oredict.OreIngredient@44f3fcfe, net.minecraftforge.oredict.OreIngredient@44f3fcfe, net.minecraftforge.oredict.OreIngredient@7a090ac4, net.minecraftforge.oredict.OreIngredient@44f3fcfe, net.minecraftforge.oredict.OreIngredient@44f3fcfe, net.minecraftforge.oredict.OreIngredient@40d69706, net.minecraftforge.oredict.OreIngredient@44f3fcfe]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7326 storagedrawers:framed_drawer_full4 RecipeStage{tier='two', recipe=4xtile.storagedrawers.customDrawers@2:[net.minecraftforge.oredict.OreIngredient@624fe997, net.minecraftforge.oredict.OreIngredient@4138b561, net.minecraftforge.oredict.OreIngredient@624fe997, net.minecraftforge.oredict.OreIngredient@4138b561, net.minecraftforge.oredict.OreIngredient@1d045943, net.minecraftforge.oredict.OreIngredient@4138b561, net.minecraftforge.oredict.OreIngredient@624fe997, net.minecraftforge.oredict.OreIngredient@4138b561, net.minecraftforge.oredict.OreIngredient@624fe997]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7327 storagedrawers:framed_drawer_full2 RecipeStage{tier='two', recipe=2xtile.storagedrawers.customDrawers@1:[net.minecraftforge.oredict.OreIngredient@62602215, net.minecraftforge.oredict.OreIngredient@5ff849d9, net.minecraftforge.oredict.OreIngredient@62602215, net.minecraftforge.oredict.OreIngredient@62602215, net.minecraftforge.oredict.OreIngredient@60890be7, net.minecraftforge.oredict.OreIngredient@62602215, net.minecraftforge.oredict.OreIngredient@62602215, net.minecraftforge.oredict.OreIngredient@5ff849d9, net.minecraftforge.oredict.OreIngredient@62602215]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7328 storagedrawers:framed_drawer_full1 RecipeStage{tier='two', recipe=1xtile.storagedrawers.customDrawers@0:[net.minecraftforge.oredict.OreIngredient@5b5fdf7, net.minecraftforge.oredict.OreIngredient@5b5fdf7, net.minecraftforge.oredict.OreIngredient@5b5fdf7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@48dfb8a6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5b5fdf7, net.minecraftforge.oredict.OreIngredient@5b5fdf7, net.minecraftforge.oredict.OreIngredient@5b5fdf7]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7332 supersoundmuffler:sound_muffler_bauble_clear RecipeStage{tier='two', recipe=1xitem.sound_muffler_bauble@0:[net.minecraft.item.crafting.Ingredient@2ee15830]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7333 supersoundmuffler:sound_muffler_bauble RecipeStage{tier='two', recipe=1xitem.sound_muffler_bauble@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@41c09d9d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@41c09d9d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@41c09d9d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2d3b7e06, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7336 tallgates:spruce_tall_single RecipeStage{tier='one', recipe=2xtile.spruceFenceGate@0:[net.minecraft.item.crafting.Ingredient@63339bb]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7337 tallgates:spruce_tall_gate RecipeStage{tier='one', recipe=1xitem.tallgates.tall_gate@1:[net.minecraft.item.crafting.Ingredient@45cd05d3, net.minecraft.item.crafting.Ingredient@45cd05d3]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7338 tallgates:oak_tall_single RecipeStage{tier='one', recipe=2xtile.fenceGate@0:[net.minecraft.item.crafting.Ingredient@42eededa]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7339 tallgates:oak_tall_gate RecipeStage{tier='one', recipe=1xitem.tallgates.tall_gate@0:[net.minecraft.item.crafting.Ingredient@aa0534d, net.minecraft.item.crafting.Ingredient@aa0534d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7340 tallgates:jungle_tall_single RecipeStage{tier='one', recipe=2xtile.jungleFenceGate@0:[net.minecraft.item.crafting.Ingredient@251a9bd1]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7341 tallgates:jungle_tall_gate RecipeStage{tier='one', recipe=1xitem.tallgates.tall_gate@3:[net.minecraft.item.crafting.Ingredient@7b90e71, net.minecraft.item.crafting.Ingredient@7b90e71]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7342 tallgates:dark_oak_tall_single RecipeStage{tier='one', recipe=2xtile.darkOakFenceGate@0:[net.minecraft.item.crafting.Ingredient@5883897a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7343 tallgates:dark_oak_tall_gate RecipeStage{tier='one', recipe=1xitem.tallgates.tall_gate@4:[net.minecraft.item.crafting.Ingredient@7b692fe4, net.minecraft.item.crafting.Ingredient@7b692fe4]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7344 tallgates:birch_tall_single RecipeStage{tier='one', recipe=2xtile.birchFenceGate@0:[net.minecraft.item.crafting.Ingredient@6336f4fc]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7345 tallgates:birch_tall_gate RecipeStage{tier='one', recipe=1xitem.tallgates.tall_gate@2:[net.minecraft.item.crafting.Ingredient@5bce648e, net.minecraft.item.crafting.Ingredient@5bce648e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7346 tallgates:acacia_tall_single RecipeStage{tier='one', recipe=2xtile.acaciaFenceGate@0:[net.minecraft.item.crafting.Ingredient@7301ab18]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7347 tallgates:acacia_tall_gate RecipeStage{tier='one', recipe=1xitem.tallgates.tall_gate@5:[net.minecraft.item.crafting.Ingredient@194fba32, net.minecraft.item.crafting.Ingredient@194fba32]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7348 tcomplement:stone_bucket RecipeStage{tier='two', recipe=1xitem.tcomplement.materials@0:[net.minecraft.item.crafting.Ingredient@75fbec0d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@75fbec0d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@75fbec0d, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7349 tcomplement:melter/porcelain_window RecipeStage{tier='two', recipe=1xtile.tcomplement.porcelain_tank@2:[net.minecraft.item.crafting.Ingredient@2d97492, net.minecraftforge.oredict.OreIngredient@4bef4a6a, net.minecraft.item.crafting.Ingredient@2d97492, net.minecraft.item.crafting.Ingredient@2d97492, net.minecraftforge.oredict.OreIngredient@4bef4a6a, net.minecraft.item.crafting.Ingredient@2d97492, net.minecraft.item.crafting.Ingredient@2d97492, net.minecraftforge.oredict.OreIngredient@4bef4a6a, net.minecraft.item.crafting.Ingredient@2d97492]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7350 tcomplement:melter/porcelain_tank RecipeStage{tier='two', recipe=1xtile.tcomplement.porcelain_tank@0:[net.minecraft.item.crafting.Ingredient@2d97492, net.minecraft.item.crafting.Ingredient@2d97492, net.minecraft.item.crafting.Ingredient@2d97492, net.minecraft.item.crafting.Ingredient@2d97492, net.minecraftforge.oredict.OreIngredient@2d02858, net.minecraft.item.crafting.Ingredient@2d97492, net.minecraft.item.crafting.Ingredient@2d97492, net.minecraft.item.crafting.Ingredient@2d97492, net.minecraft.item.crafting.Ingredient@2d97492]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7353 tcomplement:melter/porcelain_gauge RecipeStage{tier='two', recipe=1xtile.tcomplement.porcelain_tank@1:[net.minecraft.item.crafting.Ingredient@2d97492, net.minecraftforge.oredict.OreIngredient@1f60746, net.minecraft.item.crafting.Ingredient@2d97492, net.minecraftforge.oredict.OreIngredient@1f60746, net.minecraftforge.oredict.OreIngredient@1f60746, net.minecraftforge.oredict.OreIngredient@1f60746, net.minecraft.item.crafting.Ingredient@2d97492, net.minecraftforge.oredict.OreIngredient@1f60746, net.minecraft.item.crafting.Ingredient@2d97492]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7354 tcomplement:melter/porcelain_alloy_tank RecipeStage{tier='two', recipe=1xtile.tcomplement.porcelain_alloy_tank@0:[net.minecraft.item.crafting.Ingredient@1bd250f, net.minecraft.item.crafting.Ingredient@72e2701d, net.minecraft.item.crafting.Ingredient@1bd250f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7357 tcomplement:melter/alloy_tank RecipeStage{tier='two', recipe=1xtile.tcomplement.alloy_tank@0:[net.minecraft.item.crafting.Ingredient@3ee848e7, net.minecraft.item.crafting.Ingredient@509820fc, net.minecraft.item.crafting.Ingredient@3ee848e7]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7358 tcomplement:imodifier RecipeStage{tier='five', recipe=1xitem.tcomplement.materials@6:[net.minecraftforge.oredict.OreIngredient@577f84, net.minecraftforge.oredict.OreIngredient@61aebb56, net.minecraftforge.oredict.OreIngredient@577f84]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7359 tcomplement:ceramics/porcelain_table RecipeStage{tier='zero', recipe=1xtile.tcomplement.porcelain_casting@0:[net.minecraft.item.crafting.Ingredient@2d97492, net.minecraft.item.crafting.Ingredient@2d97492, net.minecraft.item.crafting.Ingredient@2d97492, net.minecraft.item.crafting.Ingredient@2d97492, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2d97492, net.minecraft.item.crafting.Ingredient@2d97492, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2d97492]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7361 tcomplement:armor/manyullyn_leggings RecipeStage{tier='four', recipe=1xitem.tcomplement.manyullyn_leggings@0:[net.minecraftforge.oredict.OreIngredient@54ce6f1e, net.minecraftforge.oredict.OreIngredient@54ce6f1e, net.minecraftforge.oredict.OreIngredient@54ce6f1e, net.minecraftforge.oredict.OreIngredient@54ce6f1e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@54ce6f1e, net.minecraftforge.oredict.OreIngredient@54ce6f1e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@54ce6f1e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7362 tcomplement:armor/manyullyn_helmet RecipeStage{tier='four', recipe=1xitem.tcomplement.manyullyn_helmet@0:[net.minecraftforge.oredict.OreIngredient@63b0fb58, net.minecraftforge.oredict.OreIngredient@63b0fb58, net.minecraftforge.oredict.OreIngredient@63b0fb58, net.minecraftforge.oredict.OreIngredient@63b0fb58, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@63b0fb58]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7363 tcomplement:armor/manyullyn_chestplate RecipeStage{tier='four', recipe=1xitem.tcomplement.manyullyn_chestplate@0:[net.minecraftforge.oredict.OreIngredient@3a3afc18, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3a3afc18, net.minecraftforge.oredict.OreIngredient@3a3afc18, net.minecraftforge.oredict.OreIngredient@3a3afc18, net.minecraftforge.oredict.OreIngredient@3a3afc18, net.minecraftforge.oredict.OreIngredient@3a3afc18, net.minecraftforge.oredict.OreIngredient@3a3afc18, net.minecraftforge.oredict.OreIngredient@3a3afc18]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7364 tcomplement:armor/manyullyn_boots RecipeStage{tier='four', recipe=1xitem.tcomplement.manyullyn_boots@0:[net.minecraftforge.oredict.OreIngredient@3d92effd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3d92effd, net.minecraftforge.oredict.OreIngredient@3d92effd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3d92effd]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7365 tcomplement:armor/knightslime_leggings RecipeStage{tier='four', recipe=1xitem.tcomplement.knightslime_leggings@0:[net.minecraftforge.oredict.OreIngredient@52762ab3, net.minecraftforge.oredict.OreIngredient@52762ab3, net.minecraftforge.oredict.OreIngredient@52762ab3, net.minecraftforge.oredict.OreIngredient@52762ab3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@52762ab3, net.minecraftforge.oredict.OreIngredient@52762ab3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@52762ab3]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7366 tcomplement:armor/knightslime_helmet RecipeStage{tier='four', recipe=1xitem.tcomplement.knightslime_helmet@0:[net.minecraftforge.oredict.OreIngredient@15492b2e, net.minecraftforge.oredict.OreIngredient@15492b2e, net.minecraftforge.oredict.OreIngredient@15492b2e, net.minecraftforge.oredict.OreIngredient@15492b2e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@15492b2e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7367 tcomplement:armor/knightslime_chestplate RecipeStage{tier='four', recipe=1xitem.tcomplement.knightslime_chestplate@0:[net.minecraftforge.oredict.OreIngredient@2bb6f9ac, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2bb6f9ac, net.minecraftforge.oredict.OreIngredient@2bb6f9ac, net.minecraftforge.oredict.OreIngredient@2bb6f9ac, net.minecraftforge.oredict.OreIngredient@2bb6f9ac, net.minecraftforge.oredict.OreIngredient@2bb6f9ac, net.minecraftforge.oredict.OreIngredient@2bb6f9ac, net.minecraftforge.oredict.OreIngredient@2bb6f9ac]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7368 tcomplement:armor/knightslime_boots RecipeStage{tier='four', recipe=1xitem.tcomplement.knightslime_boots@0:[net.minecraftforge.oredict.OreIngredient@26018b0b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@26018b0b, net.minecraftforge.oredict.OreIngredient@26018b0b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@26018b0b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7405 translocators:item_translocator RecipeStage{tier='five', recipe=2xitem.translocators.part@0:[net.minecraftforge.oredict.OreIngredient@506cbb14, net.minecraftforge.oredict.OreIngredient@26745427, net.minecraftforge.oredict.OreIngredient@506cbb14, net.minecraftforge.oredict.OreIngredient@6879e16b, net.minecraft.item.crafting.Ingredient@4418c71a, net.minecraftforge.oredict.OreIngredient@6879e16b, net.minecraftforge.oredict.OreIngredient@506cbb14, net.minecraftforge.oredict.OreIngredient@71997096, net.minecraftforge.oredict.OreIngredient@506cbb14]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7406 translocators:fluid_translocator RecipeStage{tier='five', recipe=2xitem.translocators.part@1:[net.minecraftforge.oredict.OreIngredient@6a98f89a, net.minecraftforge.oredict.OreIngredient@59dc2580, net.minecraftforge.oredict.OreIngredient@6a98f89a, net.minecraftforge.oredict.OreIngredient@636f1d04, net.minecraft.item.crafting.Ingredient@4a073745, net.minecraftforge.oredict.OreIngredient@636f1d04, net.minecraftforge.oredict.OreIngredient@6a98f89a, net.minecraftforge.oredict.OreIngredient@67f64ab7, net.minecraftforge.oredict.OreIngredient@6a98f89a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7409 vc:upgrades/item_upgrade_airship_frame_tierbase RecipeStage{tier='three', recipe=4xitem.vc:upgrades/item_upgrade_airship_frame@0:[net.minecraft.item.crafting.Ingredient@278e6c34, net.minecraft.item.crafting.Ingredient@278e6c34, net.minecraft.item.crafting.Ingredient@278e6c34, net.minecraft.item.crafting.Ingredient@5cb6eeea, net.minecraft.item.crafting.Ingredient@4b5defb6, net.minecraft.item.crafting.Ingredient@5cb6eeea, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6016cc0f, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7415 vc:upgrades/item_upgrade_airship_engine_tierbase RecipeStage{tier='three', recipe=4xitem.vc:upgrades/item_upgrade_airship_engine@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@560b1595, net.minecraft.item.crafting.Ingredient@6fecd55b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@9b64ef0, net.minecraft.item.crafting.Ingredient@560b1595, net.minecraft.item.crafting.Ingredient@66ac969, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7421 vc:upgrades/item_upgrade_airship_core_tierbase RecipeStage{tier='three', recipe=4xitem.vc:upgrades/item_upgrade_airship_core@0:[net.minecraft.item.crafting.Ingredient@8675881, net.minecraft.item.crafting.Ingredient@25a51c25, net.minecraft.item.crafting.Ingredient@8675881, net.minecraft.item.crafting.Ingredient@48d24fa1, net.minecraft.item.crafting.Ingredient@6d582c33, net.minecraft.item.crafting.Ingredient@48d24fa1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@48d24fa1, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7427 vc:upgrades/item_upgrade_airship_balloon_tierbase RecipeStage{tier='three', recipe=4xitem.vc:upgrades/item_upgrade_airship_balloon@0:[net.minecraft.item.crafting.Ingredient@6f7490ca, net.minecraft.item.crafting.Ingredient@6f7490ca, net.minecraft.item.crafting.Ingredient@6f7490ca, net.minecraft.item.crafting.Ingredient@7501074a, net.minecraft.item.crafting.Ingredient@1ea69c59, net.minecraft.item.crafting.Ingredient@7501074a, net.minecraft.item.crafting.Ingredient@6f7490ca, net.minecraft.item.crafting.Ingredient@65b6d6c9, net.minecraft.item.crafting.Ingredient@6f7490ca]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7434 vc:modules/item_module_type_water_lesser net.minecraft.item.crafting.ShapedRecipes@34432fce +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7437 vc:modules/item_module_type_storage_lesser net.minecraft.item.crafting.ShapedRecipes@1ad10a54 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7440 vc:modules/item_module_type_speed_lesser net.minecraft.item.crafting.ShapedRecipes@77c0a213 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7443 vc:modules/item_module_type_music_lesser net.minecraft.item.crafting.ShapedRecipes@27f828ec +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7445 vc:modules/item_module_type_infinite_fuel_normal net.minecraft.item.crafting.ShapedRecipes@27a6ea29 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7446 vc:modules/item_module_type_infinite_fuel_lesser net.minecraft.item.crafting.ShapedRecipes@68576ede +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7449 vc:modules/item_module_type_fuel_lesser net.minecraft.item.crafting.ShapedRecipes@7bc15e09 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7452 vc:modules/item_module_type_cruise_lesser net.minecraft.item.crafting.ShapedRecipes@4fabbf04 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7454 vc:modules/item_module_type_bomb_normal net.minecraft.item.crafting.ShapedRecipes@1f78050 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7455 vc:modules/item_module_type_bomb_lesser net.minecraft.item.crafting.ShapedRecipes@6aeb0122 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7456 vc:modules/item_module_type_bomb_greater net.minecraft.item.crafting.ShapedRecipes@44707adf +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7459 vc:modules/item_module_type_altitude_lesser net.minecraft.item.crafting.ShapedRecipes@22961008 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7460 vc:modules/item_module_type_altitude_greater net.minecraft.item.crafting.ShapedRecipes@1bc7b1e5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7461 vc:item_viesoline_pellets RecipeStage{tier='three', recipe=2xitem.vc:item_viesoline_pellets@0:[net.minecraft.item.crafting.Ingredient@31444587, net.minecraft.item.crafting.Ingredient@172a92d3]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7463 vc:item_dismounter_player RecipeStage{tier='three', recipe=1xitem.vc:item_dismounter_player@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@36366c13, net.minecraft.item.crafting.Ingredient@36366c13, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4329f867, net.minecraft.item.crafting.Ingredient@36366c13, net.minecraft.item.crafting.Ingredient@177ef8da, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7464 vc:item_dismounter_normal RecipeStage{tier='three', recipe=1xitem.vc:item_dismounter_normal@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6e47dcc7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3f14f6b6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@761c274d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7465 vc:item_bomb_small net.minecraft.item.crafting.ShapedRecipes@1b4e61fd +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7466 vc:item_bomb_scatter net.minecraft.item.crafting.ShapedRecipes@40c82a67 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7467 vc:item_bomb_casing RecipeStage{tier='three', recipe=4xitem.vc:item_bomb@0:[net.minecraft.item.crafting.Ingredient@383bf68a, net.minecraft.item.crafting.Ingredient@39a168cb, net.minecraft.item.crafting.Ingredient@383bf68a, net.minecraft.item.crafting.Ingredient@47684d60, net.minecraft.item.crafting.Ingredient@47684d60, net.minecraft.item.crafting.Ingredient@47684d60]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7468 vc:item_bomb_big net.minecraft.item.crafting.ShapedRecipes@2d1c548f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7470 vc:item_airship_frame RecipeStage{tier='three', recipe=1xitem.vc:item_airship_frame@0:[net.minecraft.item.crafting.Ingredient@383e56a7, net.minecraft.item.crafting.Ingredient@1b330ec, net.minecraft.item.crafting.Ingredient@383e56a7, net.minecraft.item.crafting.Ingredient@1b330ec, net.minecraft.item.crafting.Ingredient@71829c96, net.minecraft.item.crafting.Ingredient@1b330ec, net.minecraft.item.crafting.Ingredient@383e56a7, net.minecraft.item.crafting.Ingredient@1b330ec, net.minecraft.item.crafting.Ingredient@383e56a7]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7473 vc:guidebooks/item_guidebook_main RecipeStage{tier='three', recipe=1xitem.vc:item_guidebook_main@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@740d8f1b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@740d8f1b, net.minecraft.item.crafting.Ingredient@7875d29d, net.minecraft.item.crafting.Ingredient@740d8f1b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@740d8f1b, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7474 vc:airship_workbench RecipeStage{tier='three', recipe=1xtile.vc:airship_workbench@0:[net.minecraft.item.crafting.Ingredient@7636454, net.minecraft.item.crafting.Ingredient@ea674ed]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7475 vc:airships/item_airship RecipeStage{tier='three', recipe=1xitem.vc:airships/item_airship@0:[net.minecraft.item.crafting.Ingredient@12500f5c, net.minecraft.item.crafting.Ingredient@41eba75b, net.minecraft.item.crafting.Ingredient@12500f5c, net.minecraft.item.crafting.Ingredient@4fa49384, net.minecraft.item.crafting.Ingredient@470c9e75, net.minecraft.item.crafting.Ingredient@4fa49384, net.minecraft.item.crafting.Ingredient@12500f5c, net.minecraft.item.crafting.Ingredient@310cd03e, net.minecraft.item.crafting.Ingredient@12500f5c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7479 xnet:netcable_3 RecipeStage{tier='five', recipe=1xtile.xnet.netcable@3:[net.minecraft.item.crafting.Ingredient@7465349, net.minecraftforge.oredict.OreIngredient@758705f1]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7480 xnet:connector_routing RecipeStage{tier='five', recipe=1xtile.xnet.connector@4:[net.minecraft.item.crafting.Ingredient@384d34ab, net.minecraft.item.crafting.Ingredient@384d34ab, net.minecraft.item.crafting.Ingredient@384d34ab, net.minecraft.item.crafting.Ingredient@5a1f8aa1, net.minecraft.item.crafting.Ingredient@1411414a, net.minecraft.item.crafting.Ingredient@5a1f8aa1, net.minecraft.item.crafting.Ingredient@384d34ab, net.minecraft.item.crafting.Ingredient@384d34ab, net.minecraft.item.crafting.Ingredient@384d34ab]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7481 xnet:netcable_routing RecipeStage{tier='five', recipe=32xtile.xnet.netcable@4:[net.minecraft.item.crafting.Ingredient@55b4f9ff, net.minecraft.item.crafting.Ingredient@4827c979, net.minecraft.item.crafting.Ingredient@55b4f9ff, net.minecraft.item.crafting.Ingredient@4827c979, net.minecraft.item.crafting.Ingredient@5584ac6a, net.minecraft.item.crafting.Ingredient@4827c979, net.minecraft.item.crafting.Ingredient@55b4f9ff, net.minecraft.item.crafting.Ingredient@4827c979, net.minecraft.item.crafting.Ingredient@55b4f9ff]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7482 xnet:connector_2 RecipeStage{tier='five', recipe=1xtile.xnet.connector@2:[net.minecraft.item.crafting.Ingredient@612d32a1, net.minecraftforge.oredict.OreIngredient@3dca0f4b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7483 xnet:advanced_connector_1 net.minecraftforge.oredict.ShapelessOreRecipe@31b5ad30 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7484 xnet:netcable_1 RecipeStage{tier='five', recipe=1xtile.xnet.netcable@1:[net.minecraft.item.crafting.Ingredient@775b3059, net.minecraftforge.oredict.OreIngredient@770cb086]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7485 xnet:redstone_proxy_upd RecipeStage{tier='five', recipe=1xtile.xnet.redstone_proxy_upd@0:[net.minecraft.item.crafting.Ingredient@2d66fcc2, net.minecraft.item.crafting.Ingredient@50ac710b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7486 xnet:wireless_router_rftools RecipeStage{tier='five', recipe=1xtile.xnet.wireless_router@0:[net.minecraft.item.crafting.Ingredient@edaef63, net.minecraft.item.crafting.Ingredient@4761e1a9, net.minecraft.item.crafting.Ingredient@edaef63, net.minecraft.item.crafting.Ingredient@3620358, net.minecraft.item.crafting.Ingredient@2245956a, net.minecraft.item.crafting.Ingredient@3620358, net.minecraft.item.crafting.Ingredient@edaef63, net.minecraft.item.crafting.Ingredient@3620358, net.minecraft.item.crafting.Ingredient@edaef63]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7487 xnet:netcable_0 RecipeStage{tier='five', recipe=16xtile.xnet.netcable@0:[net.minecraft.item.crafting.Ingredient@558d0112, net.minecraft.item.crafting.Ingredient@60109eeb, net.minecraft.item.crafting.Ingredient@558d0112, net.minecraft.item.crafting.Ingredient@60109eeb, net.minecraft.item.crafting.Ingredient@6f82b24e, net.minecraft.item.crafting.Ingredient@60109eeb, net.minecraft.item.crafting.Ingredient@558d0112, net.minecraft.item.crafting.Ingredient@60109eeb, net.minecraft.item.crafting.Ingredient@558d0112]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7488 xnet:antenna_dish RecipeStage{tier='five', recipe=1xtile.xnet.antenna_dish@0:[net.minecraft.item.crafting.Ingredient@48e704c9, net.minecraft.item.crafting.Ingredient@48e704c9, net.minecraft.item.crafting.Ingredient@48e704c9, net.minecraft.item.crafting.Ingredient@48e704c9, net.minecraft.item.crafting.Ingredient@14445bc6, net.minecraft.item.crafting.Ingredient@48e704c9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@357b8af2, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7489 xnet:connector_0 RecipeStage{tier='five', recipe=1xtile.xnet.connector@0:[net.minecraftforge.oredict.OreIngredient@29868011, net.minecraftforge.oredict.OreIngredient@786fa2d7, net.minecraftforge.oredict.OreIngredient@29868011, net.minecraft.item.crafting.Ingredient@46f2a019, net.minecraft.item.crafting.Ingredient@3a3a13fa, net.minecraft.item.crafting.Ingredient@46f2a019, net.minecraftforge.oredict.OreIngredient@29868011, net.minecraft.item.crafting.Ingredient@46f2a019, net.minecraftforge.oredict.OreIngredient@29868011]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7490 xnet:netcable_2 RecipeStage{tier='five', recipe=1xtile.xnet.netcable@2:[net.minecraft.item.crafting.Ingredient@80f86b0, net.minecraftforge.oredict.OreIngredient@4a90457e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7491 xnet:advanced_connector_2 net.minecraftforge.oredict.ShapelessOreRecipe@5a2983f9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7492 xnet:connector_3 RecipeStage{tier='five', recipe=1xtile.xnet.connector@3:[net.minecraft.item.crafting.Ingredient@67e1fbac, net.minecraftforge.oredict.OreIngredient@71419ae2]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7493 xnet:advanced_connector_3 net.minecraftforge.oredict.ShapelessOreRecipe@4da3cee2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7494 xnet:antenna RecipeStage{tier='five', recipe=1xtile.xnet.antenna@0:[net.minecraft.item.crafting.Ingredient@3ad4e881, net.minecraft.item.crafting.Ingredient@69d3e5e7, net.minecraft.item.crafting.Ingredient@3ad4e881, net.minecraft.item.crafting.Ingredient@3ad4e881, net.minecraft.item.crafting.Ingredient@69d3e5e7, net.minecraft.item.crafting.Ingredient@3ad4e881, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@69d3e5e7, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7495 xnet:advanced_connector_4 net.minecraftforge.oredict.ShapelessOreRecipe@3cfc98ea +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7496 xnet:xnet_manual RecipeStage{tier='five', recipe=1xitem.xnet.xnet_manual@0:[net.minecraft.item.crafting.Ingredient@442dbb98, net.minecraft.item.crafting.Ingredient@127377d4, net.minecraft.item.crafting.Ingredient@442dbb98, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1c4e503f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@442dbb98, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@442dbb98]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7497 xnet:connector_4 RecipeStage{tier='five', recipe=1xtile.xnet.connector@0:[net.minecraft.item.crafting.Ingredient@ca9bb3e, net.minecraftforge.oredict.OreIngredient@6c934145]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7499 xnet:antenna_base RecipeStage{tier='five', recipe=1xtile.xnet.antenna_base@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@20c85e01, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@20c85e01, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@20c85e01, net.minecraft.item.crafting.Ingredient@36f32d9b, net.minecraft.item.crafting.Ingredient@20c85e01]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7500 xnet:netcable_4 RecipeStage{tier='five', recipe=1xtile.xnet.netcable@0:[net.minecraft.item.crafting.Ingredient@79125ad1, net.minecraftforge.oredict.OreIngredient@298da7b4]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7501 xnet:redstone_proxy_rftools RecipeStage{tier='five', recipe=1xtile.xnet.redstone_proxy@0:[net.minecraft.item.crafting.Ingredient@2aad362e, net.minecraft.item.crafting.Ingredient@2aad362e, net.minecraft.item.crafting.Ingredient@2aad362e, net.minecraft.item.crafting.Ingredient@2aad362e, net.minecraft.item.crafting.Ingredient@283d0862, net.minecraft.item.crafting.Ingredient@2aad362e, net.minecraft.item.crafting.Ingredient@2aad362e, net.minecraft.item.crafting.Ingredient@2aad362e, net.minecraft.item.crafting.Ingredient@2aad362e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7502 xnet:connector_1 RecipeStage{tier='five', recipe=1xtile.xnet.connector@1:[net.minecraft.item.crafting.Ingredient@38d54efa, net.minecraftforge.oredict.OreIngredient@4a7c1c22]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7503 xnet:advanced_connector_0 net.minecraft.item.crafting.ShapedRecipes@4c4bbc71 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7504 xnet:connector_upgrade RecipeStage{tier='five', recipe=1xitem.xnet.connector_upgrade@0:[net.minecraft.item.crafting.Ingredient@1cf4c8e7, net.minecraft.item.crafting.Ingredient@10d8aa48, net.minecraft.item.crafting.Ingredient@23ec0ab4, net.minecraft.item.crafting.Ingredient@dcd551b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7505 xnet:facade RecipeStage{tier='five', recipe=16xtile.xnet.facade@0:[net.minecraft.item.crafting.Ingredient@5bf666fa, net.minecraft.item.crafting.Ingredient@7e8f4939, net.minecraft.item.crafting.Ingredient@5bf666fa, net.minecraft.item.crafting.Ingredient@7e8f4939, net.minecraft.item.crafting.Ingredient@2be03984, net.minecraft.item.crafting.Ingredient@7e8f4939, net.minecraft.item.crafting.Ingredient@5bf666fa, net.minecraft.item.crafting.Ingredient@7e8f4939, net.minecraft.item.crafting.Ingredient@5bf666fa]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7510 chisel:antiblock RecipeStage{tier='two', recipe=8xtile.chisel.antiblock@15:[net.minecraftforge.oredict.OreIngredient@4d0d6f0a, net.minecraftforge.oredict.OreIngredient@4d0d6f0a, net.minecraftforge.oredict.OreIngredient@4d0d6f0a, net.minecraftforge.oredict.OreIngredient@4d0d6f0a, net.minecraftforge.oredict.OreIngredient@33c9ab87, net.minecraftforge.oredict.OreIngredient@4d0d6f0a, net.minecraftforge.oredict.OreIngredient@4d0d6f0a, net.minecraftforge.oredict.OreIngredient@4d0d6f0a, net.minecraftforge.oredict.OreIngredient@4d0d6f0a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7511 chisel:autochisel RecipeStage{tier='three', recipe=1xtile.chisel.autochisel@0:[net.minecraftforge.oredict.OreIngredient@7c68ac2c, net.minecraftforge.oredict.OreIngredient@7c68ac2c, net.minecraftforge.oredict.OreIngredient@7c68ac2c, net.minecraftforge.oredict.OreIngredient@7c68ac2c, net.minecraftforge.oredict.OreIngredient@5a3bf994, net.minecraftforge.oredict.OreIngredient@7c68ac2c, net.minecraftforge.oredict.OreIngredient@24d0e4c7, net.minecraftforge.oredict.OreIngredient@24d0e4c7, net.minecraftforge.oredict.OreIngredient@24d0e4c7]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7512 chisel:bookshelf0 RecipeStage{tier='two', recipe=1xtile.chisel.bookshelf_spruce@0:[net.minecraft.item.crafting.Ingredient@3255a2e5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3255a2e5, net.minecraft.item.crafting.Ingredient@37a71a62, net.minecraft.item.crafting.Ingredient@37a71a62, net.minecraft.item.crafting.Ingredient@37a71a62, net.minecraft.item.crafting.Ingredient@3255a2e5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3255a2e5]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7513 chisel:bookshelf1 RecipeStage{tier='two', recipe=1xtile.chisel.bookshelf_birch@0:[net.minecraft.item.crafting.Ingredient@34844cd4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@34844cd4, net.minecraft.item.crafting.Ingredient@2bd9922b, net.minecraft.item.crafting.Ingredient@2bd9922b, net.minecraft.item.crafting.Ingredient@2bd9922b, net.minecraft.item.crafting.Ingredient@34844cd4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@34844cd4]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7514 chisel:bookshelf2 RecipeStage{tier='two', recipe=1xtile.chisel.bookshelf_jungle@0:[net.minecraft.item.crafting.Ingredient@2161f57f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2161f57f, net.minecraft.item.crafting.Ingredient@3715ff6b, net.minecraft.item.crafting.Ingredient@3715ff6b, net.minecraft.item.crafting.Ingredient@3715ff6b, net.minecraft.item.crafting.Ingredient@2161f57f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2161f57f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7515 chisel:bookshelf3 RecipeStage{tier='two', recipe=1xtile.chisel.bookshelf_acacia@0:[net.minecraft.item.crafting.Ingredient@63e2a36e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@63e2a36e, net.minecraft.item.crafting.Ingredient@4d067860, net.minecraft.item.crafting.Ingredient@4d067860, net.minecraft.item.crafting.Ingredient@4d067860, net.minecraft.item.crafting.Ingredient@63e2a36e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@63e2a36e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7516 chisel:bookshelf4 RecipeStage{tier='two', recipe=1xtile.chisel.bookshelf_darkoak@0:[net.minecraft.item.crafting.Ingredient@569278f1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@569278f1, net.minecraft.item.crafting.Ingredient@209d489e, net.minecraft.item.crafting.Ingredient@209d489e, net.minecraft.item.crafting.Ingredient@209d489e, net.minecraft.item.crafting.Ingredient@569278f1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@569278f1]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7518 chisel:brownstone RecipeStage{tier='one', recipe=4xtile.chisel.brownstone@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@541de80, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@541de80, net.minecraft.item.crafting.Ingredient@6c82ade4, net.minecraftforge.oredict.OreIngredient@541de80, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@541de80, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7522 chisel:chisel_diamond RecipeStage{tier='five', recipe=1xitem.chisel.chisel_diamond@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@46b2f8ae, net.minecraftforge.oredict.OreIngredient@7a96ae80, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7523 chisel:chisel_hitech RecipeStage{tier='five', recipe=1xitem.chisel.chisel_hitech@0:[net.minecraft.item.crafting.Ingredient@7e825a5c, net.minecraftforge.oredict.OreIngredient@2f24aaaa, net.minecraftforge.oredict.OreIngredient@6009f360]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7524 chisel:offsettool RecipeStage{tier='two', recipe=1xitem.chisel.offsettool@0:[net.minecraftforge.oredict.OreIngredient@63a689c0, net.minecraft.item.crafting.Ingredient@46e0725c, net.minecraftforge.oredict.OreIngredient@4c1be1d0, net.minecraftforge.oredict.OreIngredient@63a689c0]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7531 chisel:factory RecipeStage{tier='three', recipe=32xtile.chisel.factory@0:[net.minecraft.item.crafting.Ingredient@6219bd47, net.minecraft.item.crafting.Ingredient@380ed481, net.minecraft.item.crafting.Ingredient@6219bd47, net.minecraft.item.crafting.Ingredient@380ed481, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@380ed481, net.minecraft.item.crafting.Ingredient@6219bd47, net.minecraft.item.crafting.Ingredient@380ed481, net.minecraft.item.crafting.Ingredient@6219bd47]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7532 chisel:futura RecipeStage{tier='three', recipe=8xtile.chisel.futura@0:[net.minecraftforge.oredict.OreIngredient@6ff97f53, net.minecraftforge.oredict.OreIngredient@6ff97f53, net.minecraftforge.oredict.OreIngredient@6ff97f53, net.minecraftforge.oredict.OreIngredient@6ff97f53, net.minecraftforge.oredict.OreIngredient@211d14f1, net.minecraftforge.oredict.OreIngredient@6ff97f53, net.minecraftforge.oredict.OreIngredient@6ff97f53, net.minecraftforge.oredict.OreIngredient@6ff97f53, net.minecraftforge.oredict.OreIngredient@6ff97f53]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7535 chisel:laboratory RecipeStage{tier='three', recipe=8xtile.chisel.laboratory@0:[net.minecraft.item.crafting.Ingredient@68ff846, net.minecraft.item.crafting.Ingredient@68ff846, net.minecraft.item.crafting.Ingredient@68ff846, net.minecraft.item.crafting.Ingredient@68ff846, net.minecraft.item.crafting.Ingredient@6e492af3, net.minecraft.item.crafting.Ingredient@68ff846, net.minecraft.item.crafting.Ingredient@68ff846, net.minecraft.item.crafting.Ingredient@68ff846, net.minecraft.item.crafting.Ingredient@68ff846]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7536 chisel:lavastone RecipeStage{tier='two', recipe=8xtile.chisel.lavastone@0:[net.minecraft.item.crafting.Ingredient@4bd7070e, net.minecraft.item.crafting.Ingredient@4bd7070e, net.minecraft.item.crafting.Ingredient@4bd7070e, net.minecraft.item.crafting.Ingredient@4bd7070e, net.minecraft.item.crafting.Ingredient@32e38bfa, net.minecraft.item.crafting.Ingredient@4bd7070e, net.minecraft.item.crafting.Ingredient@4bd7070e, net.minecraft.item.crafting.Ingredient@4bd7070e, net.minecraft.item.crafting.Ingredient@4bd7070e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7545 chisel:tyrian RecipeStage{tier='three', recipe=32xtile.chisel.tyrian@0:[net.minecraft.item.crafting.Ingredient@4bb5caf2, net.minecraft.item.crafting.Ingredient@4bb5caf2, net.minecraft.item.crafting.Ingredient@4bb5caf2, net.minecraft.item.crafting.Ingredient@4bb5caf2, net.minecraft.item.crafting.Ingredient@39eaf62, net.minecraft.item.crafting.Ingredient@4bb5caf2, net.minecraft.item.crafting.Ingredient@4bb5caf2, net.minecraft.item.crafting.Ingredient@4bb5caf2, net.minecraft.item.crafting.Ingredient@4bb5caf2]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7546 chisel:voidstone RecipeStage{tier='three', recipe=16xtile.chisel.voidstone@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6b457f50, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@ec2ca90, net.minecraft.item.crafting.Ingredient@ec2ca90, net.minecraft.item.crafting.Ingredient@ec2ca90, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6b457f50, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7547 chisel:voidstone2 RecipeStage{tier='three', recipe=48xtile.chisel.voidstone@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@569c2739, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@569c2739, net.minecraft.item.crafting.Ingredient@1663755a, net.minecraft.item.crafting.Ingredient@569c2739, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@569c2739, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7548 chisel:waterstone RecipeStage{tier='two', recipe=8xtile.chisel.waterstone@0:[net.minecraft.item.crafting.Ingredient@3a3b9c5e, net.minecraft.item.crafting.Ingredient@3a3b9c5e, net.minecraft.item.crafting.Ingredient@3a3b9c5e, net.minecraft.item.crafting.Ingredient@3a3b9c5e, net.minecraft.item.crafting.Ingredient@377fe7e6, net.minecraft.item.crafting.Ingredient@3a3b9c5e, net.minecraft.item.crafting.Ingredient@3a3b9c5e, net.minecraft.item.crafting.Ingredient@3a3b9c5e, net.minecraft.item.crafting.Ingredient@3a3b9c5e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7549 twilightforest:arctic_armor_dyeing twilightforest.item.recipe.TFArmorDyeingRecipe@2bc7b9a4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7550 twilightforest:magic_map_cloning twilightforest.item.recipe.TFMapCloningRecipe@13971935 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7551 twilightforest:maze_map_cloning twilightforest.item.recipe.TFMapCloningRecipe@6e941ff +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7552 twilightforest:ore_map_cloning twilightforest.item.recipe.TFMapCloningRecipe@5687f60e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7553 tconstruct:repair slimeknights.tconstruct.tools.common.RepairRecipe@a57ea71 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7554 tconstruct:tools/forge/blocksteeleaf RecipeStage{tier='two', recipe=1xtile.tconstruct.toolforge@0:[net.minecraft.item.crafting.Ingredient@3e222ec3, net.minecraft.item.crafting.Ingredient@3e222ec3, net.minecraft.item.crafting.Ingredient@3e222ec3, net.minecraftforge.oredict.OreIngredient@64ea0e79, net.minecraft.item.crafting.Ingredient@515b74f7, net.minecraftforge.oredict.OreIngredient@64ea0e79, net.minecraftforge.oredict.OreIngredient@64ea0e79, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@64ea0e79]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7555 tconstruct:tools/forge/blockfiery RecipeStage{tier='two', recipe=1xtile.tconstruct.toolforge@0:[net.minecraft.item.crafting.Ingredient@5f8cfc81, net.minecraft.item.crafting.Ingredient@5f8cfc81, net.minecraft.item.crafting.Ingredient@5f8cfc81, net.minecraftforge.oredict.OreIngredient@55fac74b, net.minecraft.item.crafting.Ingredient@479352b4, net.minecraftforge.oredict.OreIngredient@55fac74b, net.minecraftforge.oredict.OreIngredient@55fac74b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@55fac74b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7556 tconstruct:tools/forge/blockiron RecipeStage{tier='two', recipe=1xtile.tconstruct.toolforge@0:[net.minecraft.item.crafting.Ingredient@1ab52349, net.minecraft.item.crafting.Ingredient@1ab52349, net.minecraft.item.crafting.Ingredient@1ab52349, net.minecraftforge.oredict.OreIngredient@476ec459, net.minecraft.item.crafting.Ingredient@51e122a1, net.minecraftforge.oredict.OreIngredient@476ec459, net.minecraftforge.oredict.OreIngredient@476ec459, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@476ec459]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7557 tconstruct:tools/forge/blockpigiron RecipeStage{tier='four', recipe=1xtile.tconstruct.toolforge@0:[net.minecraft.item.crafting.Ingredient@792146dd, net.minecraft.item.crafting.Ingredient@792146dd, net.minecraft.item.crafting.Ingredient@792146dd, net.minecraftforge.oredict.OreIngredient@210d8772, net.minecraft.item.crafting.Ingredient@5c166986, net.minecraftforge.oredict.OreIngredient@210d8772, net.minecraftforge.oredict.OreIngredient@210d8772, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@210d8772]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7558 tconstruct:tools/forge/blockknightslime RecipeStage{tier='three', recipe=1xtile.tconstruct.toolforge@0:[net.minecraft.item.crafting.Ingredient@4a0153ea, net.minecraft.item.crafting.Ingredient@4a0153ea, net.minecraft.item.crafting.Ingredient@4a0153ea, net.minecraftforge.oredict.OreIngredient@25345975, net.minecraft.item.crafting.Ingredient@2704ba86, net.minecraftforge.oredict.OreIngredient@25345975, net.minecraftforge.oredict.OreIngredient@25345975, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@25345975]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7559 tconstruct:tools/forge/blockalubrass RecipeStage{tier='three', recipe=1xtile.tconstruct.toolforge@0:[net.minecraft.item.crafting.Ingredient@349fbe02, net.minecraft.item.crafting.Ingredient@349fbe02, net.minecraft.item.crafting.Ingredient@349fbe02, net.minecraftforge.oredict.OreIngredient@364de29d, net.minecraft.item.crafting.Ingredient@c6573a5, net.minecraftforge.oredict.OreIngredient@364de29d, net.minecraftforge.oredict.OreIngredient@364de29d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@364de29d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7560 tconstruct:tools/forge/blockcobalt RecipeStage{tier='four', recipe=1xtile.tconstruct.toolforge@0:[net.minecraft.item.crafting.Ingredient@129d5faa, net.minecraft.item.crafting.Ingredient@129d5faa, net.minecraft.item.crafting.Ingredient@129d5faa, net.minecraftforge.oredict.OreIngredient@3542fe07, net.minecraft.item.crafting.Ingredient@69809af6, net.minecraftforge.oredict.OreIngredient@3542fe07, net.minecraftforge.oredict.OreIngredient@3542fe07, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3542fe07]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7561 tconstruct:tools/forge/blockardite RecipeStage{tier='four', recipe=1xtile.tconstruct.toolforge@0:[net.minecraft.item.crafting.Ingredient@109c518a, net.minecraft.item.crafting.Ingredient@109c518a, net.minecraft.item.crafting.Ingredient@109c518a, net.minecraftforge.oredict.OreIngredient@7da62e45, net.minecraft.item.crafting.Ingredient@15f5a7b1, net.minecraftforge.oredict.OreIngredient@7da62e45, net.minecraftforge.oredict.OreIngredient@7da62e45, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7da62e45]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7562 tconstruct:tools/forge/blockmanyullyn RecipeStage{tier='four', recipe=1xtile.tconstruct.toolforge@0:[net.minecraft.item.crafting.Ingredient@78c81fe2, net.minecraft.item.crafting.Ingredient@78c81fe2, net.minecraft.item.crafting.Ingredient@78c81fe2, net.minecraftforge.oredict.OreIngredient@40b8e765, net.minecraft.item.crafting.Ingredient@10c93c76, net.minecraftforge.oredict.OreIngredient@40b8e765, net.minecraftforge.oredict.OreIngredient@40b8e765, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@40b8e765]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7563 tconstruct:tools/forge/blockcopper RecipeStage{tier='two', recipe=1xtile.tconstruct.toolforge@0:[net.minecraft.item.crafting.Ingredient@1df94791, net.minecraft.item.crafting.Ingredient@1df94791, net.minecraft.item.crafting.Ingredient@1df94791, net.minecraftforge.oredict.OreIngredient@440af2d4, net.minecraft.item.crafting.Ingredient@776db28e, net.minecraftforge.oredict.OreIngredient@440af2d4, net.minecraftforge.oredict.OreIngredient@440af2d4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@440af2d4]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7564 tconstruct:tools/forge/blockbronze RecipeStage{tier='two', recipe=1xtile.tconstruct.toolforge@0:[net.minecraft.item.crafting.Ingredient@413ce405, net.minecraft.item.crafting.Ingredient@413ce405, net.minecraft.item.crafting.Ingredient@413ce405, net.minecraftforge.oredict.OreIngredient@5bdfc76e, net.minecraft.item.crafting.Ingredient@5723fe68, net.minecraftforge.oredict.OreIngredient@5bdfc76e, net.minecraftforge.oredict.OreIngredient@5bdfc76e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5bdfc76e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7565 tconstruct:tools/forge/blocklead RecipeStage{tier='three', recipe=1xtile.tconstruct.toolforge@0:[net.minecraft.item.crafting.Ingredient@1fa6de16, net.minecraft.item.crafting.Ingredient@1fa6de16, net.minecraft.item.crafting.Ingredient@1fa6de16, net.minecraftforge.oredict.OreIngredient@573eb334, net.minecraft.item.crafting.Ingredient@215b7b43, net.minecraftforge.oredict.OreIngredient@573eb334, net.minecraftforge.oredict.OreIngredient@573eb334, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@573eb334]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7566 tconstruct:tools/forge/blocksilver RecipeStage{tier='two', recipe=1xtile.tconstruct.toolforge@0:[net.minecraft.item.crafting.Ingredient@2c144709, net.minecraft.item.crafting.Ingredient@2c144709, net.minecraft.item.crafting.Ingredient@2c144709, net.minecraftforge.oredict.OreIngredient@56efa0ab, net.minecraft.item.crafting.Ingredient@723b109, net.minecraftforge.oredict.OreIngredient@56efa0ab, net.minecraftforge.oredict.OreIngredient@56efa0ab, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@56efa0ab]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7567 tconstruct:tools/forge/blockelectrum RecipeStage{tier='three', recipe=1xtile.tconstruct.toolforge@0:[net.minecraft.item.crafting.Ingredient@23470502, net.minecraft.item.crafting.Ingredient@23470502, net.minecraft.item.crafting.Ingredient@23470502, net.minecraftforge.oredict.OreIngredient@3976539a, net.minecraft.item.crafting.Ingredient@1ed9710a, net.minecraftforge.oredict.OreIngredient@3976539a, net.minecraftforge.oredict.OreIngredient@3976539a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3976539a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7568 tconstruct:tools/forge/blocksteel RecipeStage{tier='three', recipe=1xtile.tconstruct.toolforge@0:[net.minecraft.item.crafting.Ingredient@364048ee, net.minecraft.item.crafting.Ingredient@364048ee, net.minecraft.item.crafting.Ingredient@364048ee, net.minecraftforge.oredict.OreIngredient@63c43e0d, net.minecraft.item.crafting.Ingredient@6f591bd3, net.minecraftforge.oredict.OreIngredient@63c43e0d, net.minecraftforge.oredict.OreIngredient@63c43e0d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@63c43e0d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7569 tconstruct:tools/forge/blockgold RecipeStage{tier='two', recipe=1xtile.tconstruct.toolforge@0:[net.minecraft.item.crafting.Ingredient@2d3be04e, net.minecraft.item.crafting.Ingredient@2d3be04e, net.minecraft.item.crafting.Ingredient@2d3be04e, net.minecraftforge.oredict.OreIngredient@a1bf1b9, net.minecraft.item.crafting.Ingredient@2491472c, net.minecraftforge.oredict.OreIngredient@a1bf1b9, net.minecraftforge.oredict.OreIngredient@a1bf1b9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@a1bf1b9]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7570 tconstruct:tools/forge/blockbrass slimeknights.tconstruct.tools.common.TableRecipeFactory$TableRecipe@123520d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7571 tconstruct:tools/forge/blocktin RecipeStage{tier='two', recipe=1xtile.tconstruct.toolforge@0:[net.minecraft.item.crafting.Ingredient@1bc75bf7, net.minecraft.item.crafting.Ingredient@1bc75bf7, net.minecraft.item.crafting.Ingredient@1bc75bf7, net.minecraftforge.oredict.OreIngredient@730a92ca, net.minecraft.item.crafting.Ingredient@68a2159c, net.minecraftforge.oredict.OreIngredient@730a92ca, net.minecraftforge.oredict.OreIngredient@730a92ca, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@730a92ca]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7572 tconstruct:tools/forge/blocknickel RecipeStage{tier='three', recipe=1xtile.tconstruct.toolforge@0:[net.minecraft.item.crafting.Ingredient@5f21b8d7, net.minecraft.item.crafting.Ingredient@5f21b8d7, net.minecraft.item.crafting.Ingredient@5f21b8d7, net.minecraftforge.oredict.OreIngredient@2757585a, net.minecraft.item.crafting.Ingredient@66fa5925, net.minecraftforge.oredict.OreIngredient@2757585a, net.minecraftforge.oredict.OreIngredient@2757585a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2757585a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7574 tconstruct:tools/forge/blockaluminum RecipeStage{tier='three', recipe=1xtile.tconstruct.toolforge@0:[net.minecraft.item.crafting.Ingredient@41196304, net.minecraft.item.crafting.Ingredient@41196304, net.minecraft.item.crafting.Ingredient@41196304, net.minecraftforge.oredict.OreIngredient@624332f0, net.minecraft.item.crafting.Ingredient@81acb90, net.minecraftforge.oredict.OreIngredient@624332f0, net.minecraftforge.oredict.OreIngredient@624332f0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@624332f0]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7575 tconstruct:tools/forge/blockabyssalnite RecipeStage{tier='two', recipe=1xtile.tconstruct.toolforge@0:[net.minecraft.item.crafting.Ingredient@1bb1e31, net.minecraft.item.crafting.Ingredient@1bb1e31, net.minecraft.item.crafting.Ingredient@1bb1e31, net.minecraftforge.oredict.OreIngredient@5f2303dd, net.minecraft.item.crafting.Ingredient@56ee5fdf, net.minecraftforge.oredict.OreIngredient@5f2303dd, net.minecraftforge.oredict.OreIngredient@5f2303dd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5f2303dd]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7576 tconstruct:tools/forge/blockliquifiedcoralium RecipeStage{tier='two', recipe=1xtile.tconstruct.toolforge@0:[net.minecraft.item.crafting.Ingredient@11f3966f, net.minecraft.item.crafting.Ingredient@11f3966f, net.minecraft.item.crafting.Ingredient@11f3966f, net.minecraftforge.oredict.OreIngredient@35c72329, net.minecraft.item.crafting.Ingredient@6e38763a, net.minecraftforge.oredict.OreIngredient@35c72329, net.minecraftforge.oredict.OreIngredient@35c72329, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@35c72329]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7577 tconstruct:tools/forge/blockdreadium RecipeStage{tier='two', recipe=1xtile.tconstruct.toolforge@0:[net.minecraft.item.crafting.Ingredient@73e6b605, net.minecraft.item.crafting.Ingredient@73e6b605, net.minecraft.item.crafting.Ingredient@73e6b605, net.minecraftforge.oredict.OreIngredient@5e4297e5, net.minecraft.item.crafting.Ingredient@6167c216, net.minecraftforge.oredict.OreIngredient@5e4297e5, net.minecraftforge.oredict.OreIngredient@5e4297e5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5e4297e5]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7578 tconstruct:tools/forge/blockconstantan RecipeStage{tier='three', recipe=1xtile.tconstruct.toolforge@0:[net.minecraft.item.crafting.Ingredient@324e199c, net.minecraft.item.crafting.Ingredient@324e199c, net.minecraft.item.crafting.Ingredient@324e199c, net.minecraftforge.oredict.OreIngredient@6d660ab1, net.minecraft.item.crafting.Ingredient@1fa141e1, net.minecraftforge.oredict.OreIngredient@6d660ab1, net.minecraftforge.oredict.OreIngredient@6d660ab1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6d660ab1]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7580 animalium:recipe_bear_claw_paxel RecipeStage{tier='zero', recipe=1xitem.animalium.bear_claw_paxel@0:[net.minecraft.item.crafting.Ingredient@20775fdd, net.minecraft.item.crafting.Ingredient@20775fdd, net.minecraft.item.crafting.Ingredient@20775fdd, net.minecraft.item.crafting.Ingredient@20775fdd, net.minecraftforge.oredict.OreIngredient@35da8479, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@20775fdd, net.minecraftforge.oredict.OreIngredient@35da8479, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7583 antiqueatlas:atlas_clone hunternif.mc.atlas.item.RecipeAtlasCloning@79bc7e92 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7584 antiqueatlas:atlas_combine hunternif.mc.atlas.item.RecipeAtlasCombining@57ce7b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7585 immersiveengineering:banners blusunrize.immersiveengineering.common.crafting.RecipeBannerAdvanced@6b4f84 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7586 immersiveengineering:revolver_loop blusunrize.immersiveengineering.common.crafting.RecipeRevolver@585c9dd9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7587 immersiveengineering:speedloader_load RecipeStage{tier='three', recipe=1xitem.immersiveengineering.speedloader@0:[net.minecraft.item.crafting.Ingredient@75578f72, net.minecraft.item.crafting.Ingredient@75578f72, net.minecraft.item.crafting.Ingredient@75578f72, net.minecraft.item.crafting.Ingredient@75578f72, net.minecraft.item.crafting.Ingredient@27952b4c, net.minecraft.item.crafting.Ingredient@75578f72, net.minecraft.item.crafting.Ingredient@75578f72, net.minecraft.item.crafting.Ingredient@75578f72, net.minecraft.item.crafting.Ingredient@75578f72]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7588 immersiveengineering:jerrycan blusunrize.immersiveengineering.common.crafting.RecipeJerrycan@6b7fcef0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7589 immersiveengineering:shader_bags blusunrize.immersiveengineering.common.crafting.RecipeShaderBags@50a0baba +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7590 immersiveengineering:earmuffs blusunrize.immersiveengineering.common.crafting.RecipeEarmuffs@3bd88ec8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7591 immersiveengineering:powerpack RecipeStage{tier='three', recipe=1xitem.immersiveengineering.powerpack@0:[]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7592 immersiveengineering:stripcurtain_colour blusunrize.immersiveengineering.common.crafting.RecipeRGBColouration@6ce2e5df +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7593 immersiveengineering:bullet_potion RecipeStage{tier='three', recipe=1xitem.immersiveengineering.bullet@2:[]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7594 immersiveengineering:potion_flare RecipeStage{tier='three', recipe=1xitem.immersiveengineering.bullet@2:[]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7595 mekanism:bin mekanism.common.recipe.BinRecipe@445f4dd9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7596 appliedenergistics2:disassemble appeng.recipes.game.DisassembleRecipe@76d67ea9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7597 appliedenergistics2:facade appeng.recipes.game.FacadeRecipe@1f9cf707 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7598 quark:elytra_dyeing RecipeStage{tier='four', recipe=1xitem.elytra@0:[net.minecraft.item.crafting.Ingredient@32bc0883, net.minecraft.item.crafting.Ingredient@517bbbf4]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7599 quark:firework_cloning RecipeStage{tier='two', recipe=1xitem.fireworks@0:[net.minecraft.item.crafting.Ingredient@7839f57e, net.minecraft.item.crafting.Ingredient@61d2457f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7600 quark:polished_stone RecipeStage{tier='one', recipe=2xtile.polished_stone@0:[net.minecraft.item.crafting.Ingredient@6b06cbe4, net.minecraft.item.crafting.Ingredient@6b06cbe4, net.minecraft.item.crafting.Ingredient@6b06cbe4, net.minecraft.item.crafting.Ingredient@6b06cbe4]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7602 quark:stone_wall RecipeStage{tier='zero', recipe=6xtile.stone_wall@0:[net.minecraft.item.crafting.Ingredient@3a1456c3, net.minecraft.item.crafting.Ingredient@3a1456c3, net.minecraft.item.crafting.Ingredient@3a1456c3, net.minecraft.item.crafting.Ingredient@3a1456c3, net.minecraft.item.crafting.Ingredient@3a1456c3, net.minecraft.item.crafting.Ingredient@3a1456c3]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7603 quark:stone_granite_wall RecipeStage{tier='zero', recipe=6xtile.stone_granite_wall@0:[net.minecraft.item.crafting.Ingredient@4ed4a27b, net.minecraft.item.crafting.Ingredient@4ed4a27b, net.minecraft.item.crafting.Ingredient@4ed4a27b, net.minecraft.item.crafting.Ingredient@4ed4a27b, net.minecraft.item.crafting.Ingredient@4ed4a27b, net.minecraft.item.crafting.Ingredient@4ed4a27b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7604 quark:stone_diorite_wall RecipeStage{tier='zero', recipe=6xtile.stone_diorite_wall@0:[net.minecraft.item.crafting.Ingredient@2bdf6d8b, net.minecraft.item.crafting.Ingredient@2bdf6d8b, net.minecraft.item.crafting.Ingredient@2bdf6d8b, net.minecraft.item.crafting.Ingredient@2bdf6d8b, net.minecraft.item.crafting.Ingredient@2bdf6d8b, net.minecraft.item.crafting.Ingredient@2bdf6d8b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7605 quark:stone_andesite_wall RecipeStage{tier='zero', recipe=6xtile.stone_andesite_wall@0:[net.minecraft.item.crafting.Ingredient@7e90c028, net.minecraft.item.crafting.Ingredient@7e90c028, net.minecraft.item.crafting.Ingredient@7e90c028, net.minecraft.item.crafting.Ingredient@7e90c028, net.minecraft.item.crafting.Ingredient@7e90c028, net.minecraft.item.crafting.Ingredient@7e90c028]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7606 quark:sandstone_wall RecipeStage{tier='zero', recipe=6xtile.sandstone_wall@0:[net.minecraft.item.crafting.Ingredient@15fba1c1, net.minecraft.item.crafting.Ingredient@15fba1c1, net.minecraft.item.crafting.Ingredient@15fba1c1, net.minecraft.item.crafting.Ingredient@15fba1c1, net.minecraft.item.crafting.Ingredient@15fba1c1, net.minecraft.item.crafting.Ingredient@15fba1c1]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7607 quark:red_sandstone_wall RecipeStage{tier='zero', recipe=6xtile.red_sandstone_wall@0:[net.minecraft.item.crafting.Ingredient@27f99121, net.minecraft.item.crafting.Ingredient@27f99121, net.minecraft.item.crafting.Ingredient@27f99121, net.minecraft.item.crafting.Ingredient@27f99121, net.minecraft.item.crafting.Ingredient@27f99121, net.minecraft.item.crafting.Ingredient@27f99121]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7608 quark:stonebrick_wall RecipeStage{tier='two', recipe=6xtile.stonebrick_wall@0:[net.minecraft.item.crafting.Ingredient@357f8203, net.minecraft.item.crafting.Ingredient@357f8203, net.minecraft.item.crafting.Ingredient@357f8203, net.minecraft.item.crafting.Ingredient@357f8203, net.minecraft.item.crafting.Ingredient@357f8203, net.minecraft.item.crafting.Ingredient@357f8203]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7609 quark:brick_wall RecipeStage{tier='two', recipe=6xtile.brick_wall@0:[net.minecraft.item.crafting.Ingredient@46d9ba6b, net.minecraft.item.crafting.Ingredient@46d9ba6b, net.minecraft.item.crafting.Ingredient@46d9ba6b, net.minecraft.item.crafting.Ingredient@46d9ba6b, net.minecraft.item.crafting.Ingredient@46d9ba6b, net.minecraft.item.crafting.Ingredient@46d9ba6b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7610 quark:quartz_wall RecipeStage{tier='three', recipe=6xtile.quartz_wall@0:[net.minecraft.item.crafting.Ingredient@452db367, net.minecraft.item.crafting.Ingredient@452db367, net.minecraft.item.crafting.Ingredient@452db367, net.minecraft.item.crafting.Ingredient@452db367, net.minecraft.item.crafting.Ingredient@452db367, net.minecraft.item.crafting.Ingredient@452db367]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7611 quark:prismarine_rough_wall RecipeStage{tier='zero', recipe=6xtile.prismarine_rough_wall@0:[net.minecraft.item.crafting.Ingredient@392b5d3b, net.minecraft.item.crafting.Ingredient@392b5d3b, net.minecraft.item.crafting.Ingredient@392b5d3b, net.minecraft.item.crafting.Ingredient@392b5d3b, net.minecraft.item.crafting.Ingredient@392b5d3b, net.minecraft.item.crafting.Ingredient@392b5d3b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7612 quark:purpur_block_wall RecipeStage{tier='four', recipe=6xtile.purpur_block_wall@0:[net.minecraft.item.crafting.Ingredient@7eee8e4a, net.minecraft.item.crafting.Ingredient@7eee8e4a, net.minecraft.item.crafting.Ingredient@7eee8e4a, net.minecraft.item.crafting.Ingredient@7eee8e4a, net.minecraft.item.crafting.Ingredient@7eee8e4a, net.minecraft.item.crafting.Ingredient@7eee8e4a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7613 quark:end_bricks_wall RecipeStage{tier='four', recipe=6xtile.end_bricks_wall@0:[net.minecraft.item.crafting.Ingredient@64d7af16, net.minecraft.item.crafting.Ingredient@64d7af16, net.minecraft.item.crafting.Ingredient@64d7af16, net.minecraft.item.crafting.Ingredient@64d7af16, net.minecraft.item.crafting.Ingredient@64d7af16, net.minecraft.item.crafting.Ingredient@64d7af16]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7614 quark:hardened_clay_tiles_stairs RecipeStage{tier='one', recipe=4xtile.hardened_clay_tiles_stairs@0:[net.minecraft.item.crafting.Ingredient@3ee582db, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3ee582db, net.minecraft.item.crafting.Ingredient@3ee582db, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3ee582db, net.minecraft.item.crafting.Ingredient@3ee582db, net.minecraft.item.crafting.Ingredient@3ee582db]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7615 quark:hardened_clay_tiles_slab RecipeStage{tier='one', recipe=6xtile.hardened_clay_tiles_slab@0:[net.minecraft.item.crafting.Ingredient@65b548fa, net.minecraft.item.crafting.Ingredient@65b548fa, net.minecraft.item.crafting.Ingredient@65b548fa]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7616 quark:hardened_clay_tiles RecipeStage{tier='one', recipe=4xtile.hardened_clay_tiles@0:[net.minecraft.item.crafting.Ingredient@abc0bb5, net.minecraft.item.crafting.Ingredient@abc0bb5, net.minecraft.item.crafting.Ingredient@abc0bb5, net.minecraft.item.crafting.Ingredient@abc0bb5]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7617 quark:stained_clay_tiles_white_stairs RecipeStage{tier='one', recipe=4xtile.stained_clay_tiles_white_stairs@0:[net.minecraft.item.crafting.Ingredient@48bff471, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@48bff471, net.minecraft.item.crafting.Ingredient@48bff471, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@48bff471, net.minecraft.item.crafting.Ingredient@48bff471, net.minecraft.item.crafting.Ingredient@48bff471]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7618 quark:stained_clay_tiles_orange_stairs RecipeStage{tier='one', recipe=4xtile.stained_clay_tiles_orange_stairs@0:[net.minecraft.item.crafting.Ingredient@6d7ce130, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6d7ce130, net.minecraft.item.crafting.Ingredient@6d7ce130, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6d7ce130, net.minecraft.item.crafting.Ingredient@6d7ce130, net.minecraft.item.crafting.Ingredient@6d7ce130]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7619 quark:stained_clay_tiles_magenta_stairs RecipeStage{tier='one', recipe=4xtile.stained_clay_tiles_magenta_stairs@0:[net.minecraft.item.crafting.Ingredient@38e8e4ba, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@38e8e4ba, net.minecraft.item.crafting.Ingredient@38e8e4ba, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@38e8e4ba, net.minecraft.item.crafting.Ingredient@38e8e4ba, net.minecraft.item.crafting.Ingredient@38e8e4ba]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7620 quark:stained_clay_tiles_light_blue_stairs RecipeStage{tier='one', recipe=4xtile.stained_clay_tiles_light_blue_stairs@0:[net.minecraft.item.crafting.Ingredient@79bd8945, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@79bd8945, net.minecraft.item.crafting.Ingredient@79bd8945, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@79bd8945, net.minecraft.item.crafting.Ingredient@79bd8945, net.minecraft.item.crafting.Ingredient@79bd8945]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7621 quark:stained_clay_tiles_yellow_stairs RecipeStage{tier='one', recipe=4xtile.stained_clay_tiles_yellow_stairs@0:[net.minecraft.item.crafting.Ingredient@4ddf3c4d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4ddf3c4d, net.minecraft.item.crafting.Ingredient@4ddf3c4d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4ddf3c4d, net.minecraft.item.crafting.Ingredient@4ddf3c4d, net.minecraft.item.crafting.Ingredient@4ddf3c4d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7622 quark:stained_clay_tiles_lime_stairs RecipeStage{tier='one', recipe=4xtile.stained_clay_tiles_lime_stairs@0:[net.minecraft.item.crafting.Ingredient@7ec54d3c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7ec54d3c, net.minecraft.item.crafting.Ingredient@7ec54d3c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7ec54d3c, net.minecraft.item.crafting.Ingredient@7ec54d3c, net.minecraft.item.crafting.Ingredient@7ec54d3c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7623 quark:stained_clay_tiles_pink_stairs RecipeStage{tier='one', recipe=4xtile.stained_clay_tiles_pink_stairs@0:[net.minecraft.item.crafting.Ingredient@58f057af, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@58f057af, net.minecraft.item.crafting.Ingredient@58f057af, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@58f057af, net.minecraft.item.crafting.Ingredient@58f057af, net.minecraft.item.crafting.Ingredient@58f057af]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7624 quark:stained_clay_tiles_gray_stairs RecipeStage{tier='one', recipe=4xtile.stained_clay_tiles_gray_stairs@0:[net.minecraft.item.crafting.Ingredient@d62acf0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@d62acf0, net.minecraft.item.crafting.Ingredient@d62acf0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@d62acf0, net.minecraft.item.crafting.Ingredient@d62acf0, net.minecraft.item.crafting.Ingredient@d62acf0]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7625 quark:stained_clay_tiles_silver_stairs RecipeStage{tier='one', recipe=4xtile.stained_clay_tiles_silver_stairs@0:[net.minecraft.item.crafting.Ingredient@3aadca9f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3aadca9f, net.minecraft.item.crafting.Ingredient@3aadca9f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3aadca9f, net.minecraft.item.crafting.Ingredient@3aadca9f, net.minecraft.item.crafting.Ingredient@3aadca9f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7626 quark:stained_clay_tiles_cyan_stairs RecipeStage{tier='one', recipe=4xtile.stained_clay_tiles_cyan_stairs@0:[net.minecraft.item.crafting.Ingredient@11184e05, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@11184e05, net.minecraft.item.crafting.Ingredient@11184e05, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@11184e05, net.minecraft.item.crafting.Ingredient@11184e05, net.minecraft.item.crafting.Ingredient@11184e05]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7627 quark:stained_clay_tiles_purple_stairs RecipeStage{tier='one', recipe=4xtile.stained_clay_tiles_purple_stairs@0:[net.minecraft.item.crafting.Ingredient@2d2a6c80, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2d2a6c80, net.minecraft.item.crafting.Ingredient@2d2a6c80, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2d2a6c80, net.minecraft.item.crafting.Ingredient@2d2a6c80, net.minecraft.item.crafting.Ingredient@2d2a6c80]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7628 quark:stained_clay_tiles_blue_stairs RecipeStage{tier='one', recipe=4xtile.stained_clay_tiles_blue_stairs@0:[net.minecraft.item.crafting.Ingredient@714c5462, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@714c5462, net.minecraft.item.crafting.Ingredient@714c5462, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@714c5462, net.minecraft.item.crafting.Ingredient@714c5462, net.minecraft.item.crafting.Ingredient@714c5462]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7629 quark:stained_clay_tiles_brown_stairs RecipeStage{tier='one', recipe=4xtile.stained_clay_tiles_brown_stairs@0:[net.minecraft.item.crafting.Ingredient@603f3373, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@603f3373, net.minecraft.item.crafting.Ingredient@603f3373, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@603f3373, net.minecraft.item.crafting.Ingredient@603f3373, net.minecraft.item.crafting.Ingredient@603f3373]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7630 quark:stained_clay_tiles_green_stairs RecipeStage{tier='one', recipe=4xtile.stained_clay_tiles_green_stairs@0:[net.minecraft.item.crafting.Ingredient@7170b52b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7170b52b, net.minecraft.item.crafting.Ingredient@7170b52b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7170b52b, net.minecraft.item.crafting.Ingredient@7170b52b, net.minecraft.item.crafting.Ingredient@7170b52b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7631 quark:stained_clay_tiles_red_stairs RecipeStage{tier='one', recipe=4xtile.stained_clay_tiles_red_stairs@0:[net.minecraft.item.crafting.Ingredient@2f635f3c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2f635f3c, net.minecraft.item.crafting.Ingredient@2f635f3c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2f635f3c, net.minecraft.item.crafting.Ingredient@2f635f3c, net.minecraft.item.crafting.Ingredient@2f635f3c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7632 quark:stained_clay_tiles_black_stairs RecipeStage{tier='one', recipe=4xtile.stained_clay_tiles_black_stairs@0:[net.minecraft.item.crafting.Ingredient@431ab2e4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@431ab2e4, net.minecraft.item.crafting.Ingredient@431ab2e4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@431ab2e4, net.minecraft.item.crafting.Ingredient@431ab2e4, net.minecraft.item.crafting.Ingredient@431ab2e4]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7633 quark:stained_clay_tiles_white_slab RecipeStage{tier='one', recipe=6xtile.stained_clay_tiles_white_slab@0:[net.minecraft.item.crafting.Ingredient@fae936f, net.minecraft.item.crafting.Ingredient@fae936f, net.minecraft.item.crafting.Ingredient@fae936f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7634 quark:stained_clay_tiles_orange_slab RecipeStage{tier='one', recipe=6xtile.stained_clay_tiles_orange_slab@0:[net.minecraft.item.crafting.Ingredient@40e606ae, net.minecraft.item.crafting.Ingredient@40e606ae, net.minecraft.item.crafting.Ingredient@40e606ae]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7635 quark:stained_clay_tiles_magenta_slab RecipeStage{tier='one', recipe=6xtile.stained_clay_tiles_magenta_slab@0:[net.minecraft.item.crafting.Ingredient@74f09e62, net.minecraft.item.crafting.Ingredient@74f09e62, net.minecraft.item.crafting.Ingredient@74f09e62]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7636 quark:stained_clay_tiles_light_blue_slab RecipeStage{tier='one', recipe=6xtile.stained_clay_tiles_light_blue_slab@0:[net.minecraft.item.crafting.Ingredient@255cf886, net.minecraft.item.crafting.Ingredient@255cf886, net.minecraft.item.crafting.Ingredient@255cf886]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7637 quark:stained_clay_tiles_yellow_slab RecipeStage{tier='one', recipe=6xtile.stained_clay_tiles_yellow_slab@0:[net.minecraft.item.crafting.Ingredient@4d58bbdf, net.minecraft.item.crafting.Ingredient@4d58bbdf, net.minecraft.item.crafting.Ingredient@4d58bbdf]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7638 quark:stained_clay_tiles_lime_slab RecipeStage{tier='one', recipe=6xtile.stained_clay_tiles_lime_slab@0:[net.minecraft.item.crafting.Ingredient@52d5c5ec, net.minecraft.item.crafting.Ingredient@52d5c5ec, net.minecraft.item.crafting.Ingredient@52d5c5ec]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7639 quark:stained_clay_tiles_pink_slab RecipeStage{tier='one', recipe=6xtile.stained_clay_tiles_pink_slab@0:[net.minecraft.item.crafting.Ingredient@760a100d, net.minecraft.item.crafting.Ingredient@760a100d, net.minecraft.item.crafting.Ingredient@760a100d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7640 quark:stained_clay_tiles_gray_slab RecipeStage{tier='one', recipe=6xtile.stained_clay_tiles_gray_slab@0:[net.minecraft.item.crafting.Ingredient@c2f1d4f, net.minecraft.item.crafting.Ingredient@c2f1d4f, net.minecraft.item.crafting.Ingredient@c2f1d4f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7641 quark:stained_clay_tiles_silver_slab RecipeStage{tier='one', recipe=6xtile.stained_clay_tiles_silver_slab@0:[net.minecraft.item.crafting.Ingredient@528019fd, net.minecraft.item.crafting.Ingredient@528019fd, net.minecraft.item.crafting.Ingredient@528019fd]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7642 quark:stained_clay_tiles_cyan_slab RecipeStage{tier='one', recipe=6xtile.stained_clay_tiles_cyan_slab@0:[net.minecraft.item.crafting.Ingredient@6975d8f2, net.minecraft.item.crafting.Ingredient@6975d8f2, net.minecraft.item.crafting.Ingredient@6975d8f2]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7643 quark:stained_clay_tiles_purple_slab RecipeStage{tier='one', recipe=6xtile.stained_clay_tiles_purple_slab@0:[net.minecraft.item.crafting.Ingredient@473855ac, net.minecraft.item.crafting.Ingredient@473855ac, net.minecraft.item.crafting.Ingredient@473855ac]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7644 quark:stained_clay_tiles_blue_slab RecipeStage{tier='one', recipe=6xtile.stained_clay_tiles_blue_slab@0:[net.minecraft.item.crafting.Ingredient@5be6fb24, net.minecraft.item.crafting.Ingredient@5be6fb24, net.minecraft.item.crafting.Ingredient@5be6fb24]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7645 quark:stained_clay_tiles_brown_slab RecipeStage{tier='one', recipe=6xtile.stained_clay_tiles_brown_slab@0:[net.minecraft.item.crafting.Ingredient@5edddafc, net.minecraft.item.crafting.Ingredient@5edddafc, net.minecraft.item.crafting.Ingredient@5edddafc]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7646 quark:stained_clay_tiles_green_slab RecipeStage{tier='one', recipe=6xtile.stained_clay_tiles_green_slab@0:[net.minecraft.item.crafting.Ingredient@5ca093aa, net.minecraft.item.crafting.Ingredient@5ca093aa, net.minecraft.item.crafting.Ingredient@5ca093aa]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7647 quark:stained_clay_tiles_red_slab RecipeStage{tier='one', recipe=6xtile.stained_clay_tiles_red_slab@0:[net.minecraft.item.crafting.Ingredient@7188844d, net.minecraft.item.crafting.Ingredient@7188844d, net.minecraft.item.crafting.Ingredient@7188844d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7648 quark:stained_clay_tiles_black_slab RecipeStage{tier='one', recipe=6xtile.stained_clay_tiles_black_slab@0:[net.minecraft.item.crafting.Ingredient@2a8042b9, net.minecraft.item.crafting.Ingredient@2a8042b9, net.minecraft.item.crafting.Ingredient@2a8042b9]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7649 quark:stained_clay_tiles RecipeStage{tier='one', recipe=4xtile.stained_clay_tiles@0:[net.minecraft.item.crafting.Ingredient@4d094fa8, net.minecraft.item.crafting.Ingredient@4d094fa8, net.minecraft.item.crafting.Ingredient@4d094fa8, net.minecraft.item.crafting.Ingredient@4d094fa8]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7650 quark:stained_clay_tiles_1 RecipeStage{tier='one', recipe=8xtile.stained_clay_tiles@0:[net.minecraft.item.crafting.Ingredient@2d90483d, net.minecraft.item.crafting.Ingredient@2d90483d, net.minecraft.item.crafting.Ingredient@2d90483d, net.minecraft.item.crafting.Ingredient@2d90483d, net.minecraftforge.oredict.OreIngredient@7d6d4729, net.minecraft.item.crafting.Ingredient@2d90483d, net.minecraft.item.crafting.Ingredient@2d90483d, net.minecraft.item.crafting.Ingredient@2d90483d, net.minecraft.item.crafting.Ingredient@2d90483d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7651 quark:stained_clay_tiles_2 RecipeStage{tier='one', recipe=4xtile.stained_clay_tiles@1:[net.minecraft.item.crafting.Ingredient@e8d8263, net.minecraft.item.crafting.Ingredient@e8d8263, net.minecraft.item.crafting.Ingredient@e8d8263, net.minecraft.item.crafting.Ingredient@e8d8263]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7652 quark:stained_clay_tiles_3 RecipeStage{tier='one', recipe=8xtile.stained_clay_tiles@1:[net.minecraft.item.crafting.Ingredient@3d6bc0e2, net.minecraft.item.crafting.Ingredient@3d6bc0e2, net.minecraft.item.crafting.Ingredient@3d6bc0e2, net.minecraft.item.crafting.Ingredient@3d6bc0e2, net.minecraftforge.oredict.OreIngredient@1295a6d2, net.minecraft.item.crafting.Ingredient@3d6bc0e2, net.minecraft.item.crafting.Ingredient@3d6bc0e2, net.minecraft.item.crafting.Ingredient@3d6bc0e2, net.minecraft.item.crafting.Ingredient@3d6bc0e2]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7653 quark:stained_clay_tiles_4 RecipeStage{tier='one', recipe=4xtile.stained_clay_tiles@2:[net.minecraft.item.crafting.Ingredient@556efa6, net.minecraft.item.crafting.Ingredient@556efa6, net.minecraft.item.crafting.Ingredient@556efa6, net.minecraft.item.crafting.Ingredient@556efa6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7654 quark:stained_clay_tiles_5 RecipeStage{tier='one', recipe=8xtile.stained_clay_tiles@2:[net.minecraft.item.crafting.Ingredient@672aebf5, net.minecraft.item.crafting.Ingredient@672aebf5, net.minecraft.item.crafting.Ingredient@672aebf5, net.minecraft.item.crafting.Ingredient@672aebf5, net.minecraftforge.oredict.OreIngredient@4a54b22, net.minecraft.item.crafting.Ingredient@672aebf5, net.minecraft.item.crafting.Ingredient@672aebf5, net.minecraft.item.crafting.Ingredient@672aebf5, net.minecraft.item.crafting.Ingredient@672aebf5]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7655 quark:stained_clay_tiles_6 RecipeStage{tier='one', recipe=4xtile.stained_clay_tiles@3:[net.minecraft.item.crafting.Ingredient@3b39de52, net.minecraft.item.crafting.Ingredient@3b39de52, net.minecraft.item.crafting.Ingredient@3b39de52, net.minecraft.item.crafting.Ingredient@3b39de52]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7656 quark:stained_clay_tiles_7 RecipeStage{tier='one', recipe=8xtile.stained_clay_tiles@3:[net.minecraft.item.crafting.Ingredient@9a02d4c, net.minecraft.item.crafting.Ingredient@9a02d4c, net.minecraft.item.crafting.Ingredient@9a02d4c, net.minecraft.item.crafting.Ingredient@9a02d4c, net.minecraftforge.oredict.OreIngredient@39650ace, net.minecraft.item.crafting.Ingredient@9a02d4c, net.minecraft.item.crafting.Ingredient@9a02d4c, net.minecraft.item.crafting.Ingredient@9a02d4c, net.minecraft.item.crafting.Ingredient@9a02d4c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7657 quark:stained_clay_tiles_8 RecipeStage{tier='one', recipe=4xtile.stained_clay_tiles@4:[net.minecraft.item.crafting.Ingredient@17b7aa9b, net.minecraft.item.crafting.Ingredient@17b7aa9b, net.minecraft.item.crafting.Ingredient@17b7aa9b, net.minecraft.item.crafting.Ingredient@17b7aa9b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7658 quark:stained_clay_tiles_9 RecipeStage{tier='one', recipe=8xtile.stained_clay_tiles@4:[net.minecraft.item.crafting.Ingredient@62892d71, net.minecraft.item.crafting.Ingredient@62892d71, net.minecraft.item.crafting.Ingredient@62892d71, net.minecraft.item.crafting.Ingredient@62892d71, net.minecraftforge.oredict.OreIngredient@6acbb621, net.minecraft.item.crafting.Ingredient@62892d71, net.minecraft.item.crafting.Ingredient@62892d71, net.minecraft.item.crafting.Ingredient@62892d71, net.minecraft.item.crafting.Ingredient@62892d71]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7659 quark:stained_clay_tiles_10 RecipeStage{tier='one', recipe=4xtile.stained_clay_tiles@5:[net.minecraft.item.crafting.Ingredient@7be9f2cc, net.minecraft.item.crafting.Ingredient@7be9f2cc, net.minecraft.item.crafting.Ingredient@7be9f2cc, net.minecraft.item.crafting.Ingredient@7be9f2cc]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7660 quark:stained_clay_tiles_11 RecipeStage{tier='one', recipe=8xtile.stained_clay_tiles@5:[net.minecraft.item.crafting.Ingredient@51a06c58, net.minecraft.item.crafting.Ingredient@51a06c58, net.minecraft.item.crafting.Ingredient@51a06c58, net.minecraft.item.crafting.Ingredient@51a06c58, net.minecraftforge.oredict.OreIngredient@7ae931b8, net.minecraft.item.crafting.Ingredient@51a06c58, net.minecraft.item.crafting.Ingredient@51a06c58, net.minecraft.item.crafting.Ingredient@51a06c58, net.minecraft.item.crafting.Ingredient@51a06c58]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7661 quark:stained_clay_tiles_12 RecipeStage{tier='one', recipe=4xtile.stained_clay_tiles@6:[net.minecraft.item.crafting.Ingredient@4da4fa7a, net.minecraft.item.crafting.Ingredient@4da4fa7a, net.minecraft.item.crafting.Ingredient@4da4fa7a, net.minecraft.item.crafting.Ingredient@4da4fa7a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7662 quark:stained_clay_tiles_13 RecipeStage{tier='one', recipe=8xtile.stained_clay_tiles@6:[net.minecraft.item.crafting.Ingredient@79ef1e90, net.minecraft.item.crafting.Ingredient@79ef1e90, net.minecraft.item.crafting.Ingredient@79ef1e90, net.minecraft.item.crafting.Ingredient@79ef1e90, net.minecraftforge.oredict.OreIngredient@2bff7f59, net.minecraft.item.crafting.Ingredient@79ef1e90, net.minecraft.item.crafting.Ingredient@79ef1e90, net.minecraft.item.crafting.Ingredient@79ef1e90, net.minecraft.item.crafting.Ingredient@79ef1e90]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7663 quark:stained_clay_tiles_14 RecipeStage{tier='one', recipe=4xtile.stained_clay_tiles@7:[net.minecraft.item.crafting.Ingredient@18a8ff6f, net.minecraft.item.crafting.Ingredient@18a8ff6f, net.minecraft.item.crafting.Ingredient@18a8ff6f, net.minecraft.item.crafting.Ingredient@18a8ff6f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7664 quark:stained_clay_tiles_15 RecipeStage{tier='one', recipe=8xtile.stained_clay_tiles@7:[net.minecraft.item.crafting.Ingredient@72b5b12a, net.minecraft.item.crafting.Ingredient@72b5b12a, net.minecraft.item.crafting.Ingredient@72b5b12a, net.minecraft.item.crafting.Ingredient@72b5b12a, net.minecraftforge.oredict.OreIngredient@73af2a72, net.minecraft.item.crafting.Ingredient@72b5b12a, net.minecraft.item.crafting.Ingredient@72b5b12a, net.minecraft.item.crafting.Ingredient@72b5b12a, net.minecraft.item.crafting.Ingredient@72b5b12a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7665 quark:stained_clay_tiles_16 RecipeStage{tier='one', recipe=4xtile.stained_clay_tiles@8:[net.minecraft.item.crafting.Ingredient@23fa86e9, net.minecraft.item.crafting.Ingredient@23fa86e9, net.minecraft.item.crafting.Ingredient@23fa86e9, net.minecraft.item.crafting.Ingredient@23fa86e9]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7666 quark:stained_clay_tiles_17 RecipeStage{tier='one', recipe=8xtile.stained_clay_tiles@8:[net.minecraft.item.crafting.Ingredient@7c76467e, net.minecraft.item.crafting.Ingredient@7c76467e, net.minecraft.item.crafting.Ingredient@7c76467e, net.minecraft.item.crafting.Ingredient@7c76467e, net.minecraftforge.oredict.OreIngredient@2315943b, net.minecraft.item.crafting.Ingredient@7c76467e, net.minecraft.item.crafting.Ingredient@7c76467e, net.minecraft.item.crafting.Ingredient@7c76467e, net.minecraft.item.crafting.Ingredient@7c76467e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7667 quark:stained_clay_tiles_18 RecipeStage{tier='one', recipe=4xtile.stained_clay_tiles@9:[net.minecraft.item.crafting.Ingredient@2963d691, net.minecraft.item.crafting.Ingredient@2963d691, net.minecraft.item.crafting.Ingredient@2963d691, net.minecraft.item.crafting.Ingredient@2963d691]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7668 quark:stained_clay_tiles_19 RecipeStage{tier='one', recipe=8xtile.stained_clay_tiles@9:[net.minecraft.item.crafting.Ingredient@5ed9c09a, net.minecraft.item.crafting.Ingredient@5ed9c09a, net.minecraft.item.crafting.Ingredient@5ed9c09a, net.minecraft.item.crafting.Ingredient@5ed9c09a, net.minecraftforge.oredict.OreIngredient@10522889, net.minecraft.item.crafting.Ingredient@5ed9c09a, net.minecraft.item.crafting.Ingredient@5ed9c09a, net.minecraft.item.crafting.Ingredient@5ed9c09a, net.minecraft.item.crafting.Ingredient@5ed9c09a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7669 quark:stained_clay_tiles_20 RecipeStage{tier='one', recipe=4xtile.stained_clay_tiles@10:[net.minecraft.item.crafting.Ingredient@1f69d2f4, net.minecraft.item.crafting.Ingredient@1f69d2f4, net.minecraft.item.crafting.Ingredient@1f69d2f4, net.minecraft.item.crafting.Ingredient@1f69d2f4]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7670 quark:stained_clay_tiles_21 RecipeStage{tier='one', recipe=8xtile.stained_clay_tiles@10:[net.minecraft.item.crafting.Ingredient@280948d6, net.minecraft.item.crafting.Ingredient@280948d6, net.minecraft.item.crafting.Ingredient@280948d6, net.minecraft.item.crafting.Ingredient@280948d6, net.minecraftforge.oredict.OreIngredient@38c4805d, net.minecraft.item.crafting.Ingredient@280948d6, net.minecraft.item.crafting.Ingredient@280948d6, net.minecraft.item.crafting.Ingredient@280948d6, net.minecraft.item.crafting.Ingredient@280948d6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7671 quark:stained_clay_tiles_22 RecipeStage{tier='one', recipe=4xtile.stained_clay_tiles@11:[net.minecraft.item.crafting.Ingredient@3953f1ac, net.minecraft.item.crafting.Ingredient@3953f1ac, net.minecraft.item.crafting.Ingredient@3953f1ac, net.minecraft.item.crafting.Ingredient@3953f1ac]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7672 quark:stained_clay_tiles_23 RecipeStage{tier='one', recipe=8xtile.stained_clay_tiles@11:[net.minecraft.item.crafting.Ingredient@687c6a00, net.minecraft.item.crafting.Ingredient@687c6a00, net.minecraft.item.crafting.Ingredient@687c6a00, net.minecraft.item.crafting.Ingredient@687c6a00, net.minecraftforge.oredict.OreIngredient@a51d021, net.minecraft.item.crafting.Ingredient@687c6a00, net.minecraft.item.crafting.Ingredient@687c6a00, net.minecraft.item.crafting.Ingredient@687c6a00, net.minecraft.item.crafting.Ingredient@687c6a00]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7673 quark:stained_clay_tiles_24 RecipeStage{tier='one', recipe=4xtile.stained_clay_tiles@12:[net.minecraft.item.crafting.Ingredient@168b7f5e, net.minecraft.item.crafting.Ingredient@168b7f5e, net.minecraft.item.crafting.Ingredient@168b7f5e, net.minecraft.item.crafting.Ingredient@168b7f5e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7674 quark:stained_clay_tiles_25 RecipeStage{tier='one', recipe=8xtile.stained_clay_tiles@12:[net.minecraft.item.crafting.Ingredient@307332b2, net.minecraft.item.crafting.Ingredient@307332b2, net.minecraft.item.crafting.Ingredient@307332b2, net.minecraft.item.crafting.Ingredient@307332b2, net.minecraftforge.oredict.OreIngredient@3bd472d6, net.minecraft.item.crafting.Ingredient@307332b2, net.minecraft.item.crafting.Ingredient@307332b2, net.minecraft.item.crafting.Ingredient@307332b2, net.minecraft.item.crafting.Ingredient@307332b2]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7675 quark:stained_clay_tiles_26 RecipeStage{tier='one', recipe=4xtile.stained_clay_tiles@13:[net.minecraft.item.crafting.Ingredient@3f806d55, net.minecraft.item.crafting.Ingredient@3f806d55, net.minecraft.item.crafting.Ingredient@3f806d55, net.minecraft.item.crafting.Ingredient@3f806d55]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7676 quark:stained_clay_tiles_27 RecipeStage{tier='one', recipe=8xtile.stained_clay_tiles@13:[net.minecraft.item.crafting.Ingredient@72bc9474, net.minecraft.item.crafting.Ingredient@72bc9474, net.minecraft.item.crafting.Ingredient@72bc9474, net.minecraft.item.crafting.Ingredient@72bc9474, net.minecraftforge.oredict.OreIngredient@5bf3de33, net.minecraft.item.crafting.Ingredient@72bc9474, net.minecraft.item.crafting.Ingredient@72bc9474, net.minecraft.item.crafting.Ingredient@72bc9474, net.minecraft.item.crafting.Ingredient@72bc9474]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7677 quark:stained_clay_tiles_28 RecipeStage{tier='one', recipe=4xtile.stained_clay_tiles@14:[net.minecraft.item.crafting.Ingredient@43a94559, net.minecraft.item.crafting.Ingredient@43a94559, net.minecraft.item.crafting.Ingredient@43a94559, net.minecraft.item.crafting.Ingredient@43a94559]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7678 quark:stained_clay_tiles_29 RecipeStage{tier='one', recipe=8xtile.stained_clay_tiles@14:[net.minecraft.item.crafting.Ingredient@7f7f72bc, net.minecraft.item.crafting.Ingredient@7f7f72bc, net.minecraft.item.crafting.Ingredient@7f7f72bc, net.minecraft.item.crafting.Ingredient@7f7f72bc, net.minecraftforge.oredict.OreIngredient@69f64613, net.minecraft.item.crafting.Ingredient@7f7f72bc, net.minecraft.item.crafting.Ingredient@7f7f72bc, net.minecraft.item.crafting.Ingredient@7f7f72bc, net.minecraft.item.crafting.Ingredient@7f7f72bc]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7679 quark:stained_clay_tiles_30 RecipeStage{tier='one', recipe=4xtile.stained_clay_tiles@15:[net.minecraft.item.crafting.Ingredient@2cb10f58, net.minecraft.item.crafting.Ingredient@2cb10f58, net.minecraft.item.crafting.Ingredient@2cb10f58, net.minecraft.item.crafting.Ingredient@2cb10f58]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7680 quark:stained_clay_tiles_31 RecipeStage{tier='one', recipe=8xtile.stained_clay_tiles@15:[net.minecraft.item.crafting.Ingredient@25bb041a, net.minecraft.item.crafting.Ingredient@25bb041a, net.minecraft.item.crafting.Ingredient@25bb041a, net.minecraft.item.crafting.Ingredient@25bb041a, net.minecraftforge.oredict.OreIngredient@21556883, net.minecraft.item.crafting.Ingredient@25bb041a, net.minecraft.item.crafting.Ingredient@25bb041a, net.minecraft.item.crafting.Ingredient@25bb041a, net.minecraft.item.crafting.Ingredient@25bb041a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7681 quark:sturdy_stone RecipeStage{tier='one', recipe=4xtile.sturdy_stone@0:[net.minecraftforge.oredict.OreIngredient@29da4e3b, net.minecraftforge.oredict.OreIngredient@10887420, net.minecraftforge.oredict.OreIngredient@29da4e3b, net.minecraftforge.oredict.OreIngredient@10887420, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@10887420, net.minecraftforge.oredict.OreIngredient@29da4e3b, net.minecraftforge.oredict.OreIngredient@10887420, net.minecraftforge.oredict.OreIngredient@29da4e3b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7682 quark:sturdy_stone_1 RecipeStage{tier='one', recipe=4xtile.sturdy_stone@0:[net.minecraftforge.oredict.OreIngredient@5f812a99, net.minecraftforge.oredict.OreIngredient@75378334, net.minecraftforge.oredict.OreIngredient@5f812a99, net.minecraftforge.oredict.OreIngredient@75378334, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@75378334, net.minecraftforge.oredict.OreIngredient@5f812a99, net.minecraftforge.oredict.OreIngredient@75378334, net.minecraftforge.oredict.OreIngredient@5f812a99]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7683 quark:stone_stairs RecipeStage{tier='one', recipe=4xtile.stone_stairs@0:[net.minecraft.item.crafting.Ingredient@3e4c46f8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3e4c46f8, net.minecraft.item.crafting.Ingredient@3e4c46f8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3e4c46f8, net.minecraft.item.crafting.Ingredient@3e4c46f8, net.minecraft.item.crafting.Ingredient@3e4c46f8]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7684 quark:stone_granite_stairs RecipeStage{tier='one', recipe=4xtile.stone_granite_stairs@0:[net.minecraft.item.crafting.Ingredient@69fa6eae, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@69fa6eae, net.minecraft.item.crafting.Ingredient@69fa6eae, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@69fa6eae, net.minecraft.item.crafting.Ingredient@69fa6eae, net.minecraft.item.crafting.Ingredient@69fa6eae]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7685 quark:stone_granite_slab RecipeStage{tier='zero', recipe=6xtile.stone_granite_slab@0:[net.minecraft.item.crafting.Ingredient@1ad1d9e1, net.minecraft.item.crafting.Ingredient@1ad1d9e1, net.minecraft.item.crafting.Ingredient@1ad1d9e1]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7686 quark:stone_diorite_stairs RecipeStage{tier='one', recipe=4xtile.stone_diorite_stairs@0:[net.minecraft.item.crafting.Ingredient@3164369a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3164369a, net.minecraft.item.crafting.Ingredient@3164369a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3164369a, net.minecraft.item.crafting.Ingredient@3164369a, net.minecraft.item.crafting.Ingredient@3164369a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7687 quark:stone_diorite_slab RecipeStage{tier='zero', recipe=6xtile.stone_diorite_slab@0:[net.minecraft.item.crafting.Ingredient@131813e4, net.minecraft.item.crafting.Ingredient@131813e4, net.minecraft.item.crafting.Ingredient@131813e4]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7688 quark:stone_andesite_stairs RecipeStage{tier='one', recipe=4xtile.stone_andesite_stairs@0:[net.minecraft.item.crafting.Ingredient@6ac96910, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6ac96910, net.minecraft.item.crafting.Ingredient@6ac96910, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6ac96910, net.minecraft.item.crafting.Ingredient@6ac96910, net.minecraft.item.crafting.Ingredient@6ac96910]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7689 quark:stone_andesite_slab RecipeStage{tier='zero', recipe=6xtile.stone_andesite_slab@0:[net.minecraft.item.crafting.Ingredient@3a46134d, net.minecraft.item.crafting.Ingredient@3a46134d, net.minecraft.item.crafting.Ingredient@3a46134d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7690 quark:end_bricks_stairs RecipeStage{tier='four', recipe=4xtile.end_bricks_stairs@0:[net.minecraft.item.crafting.Ingredient@181ea004, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@181ea004, net.minecraft.item.crafting.Ingredient@181ea004, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@181ea004, net.minecraft.item.crafting.Ingredient@181ea004, net.minecraft.item.crafting.Ingredient@181ea004]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7691 quark:end_bricks_slab RecipeStage{tier='four', recipe=6xtile.end_bricks_slab@0:[net.minecraft.item.crafting.Ingredient@1e62cb5d, net.minecraft.item.crafting.Ingredient@1e62cb5d, net.minecraft.item.crafting.Ingredient@1e62cb5d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7692 quark:prismarine_bricks_stairs RecipeStage{tier='one', recipe=4xtile.prismarine_bricks_stairs@0:[net.minecraft.item.crafting.Ingredient@5f5d313f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5f5d313f, net.minecraft.item.crafting.Ingredient@5f5d313f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5f5d313f, net.minecraft.item.crafting.Ingredient@5f5d313f, net.minecraft.item.crafting.Ingredient@5f5d313f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7693 quark:prismarine_bricks_slab RecipeStage{tier='zero', recipe=6xtile.prismarine_bricks_slab@0:[net.minecraft.item.crafting.Ingredient@ed37be4, net.minecraft.item.crafting.Ingredient@ed37be4, net.minecraft.item.crafting.Ingredient@ed37be4]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7694 quark:prismarine_dark_stairs RecipeStage{tier='one', recipe=4xtile.prismarine_dark_stairs@0:[net.minecraft.item.crafting.Ingredient@2c0bcc63, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2c0bcc63, net.minecraft.item.crafting.Ingredient@2c0bcc63, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2c0bcc63, net.minecraft.item.crafting.Ingredient@2c0bcc63, net.minecraft.item.crafting.Ingredient@2c0bcc63]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7695 quark:prismarine_dark_slab RecipeStage{tier='zero', recipe=6xtile.prismarine_dark_slab@0:[net.minecraft.item.crafting.Ingredient@4a0b30ab, net.minecraft.item.crafting.Ingredient@4a0b30ab, net.minecraft.item.crafting.Ingredient@4a0b30ab]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7696 quark:red_nether_brick_stairs RecipeStage{tier='three', recipe=4xtile.red_nether_brick_stairs@0:[net.minecraft.item.crafting.Ingredient@57c6f27e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@57c6f27e, net.minecraft.item.crafting.Ingredient@57c6f27e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@57c6f27e, net.minecraft.item.crafting.Ingredient@57c6f27e, net.minecraft.item.crafting.Ingredient@57c6f27e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7697 quark:red_nether_brick_slab RecipeStage{tier='three', recipe=6xtile.red_nether_brick_slab@0:[net.minecraft.item.crafting.Ingredient@3f78361c, net.minecraft.item.crafting.Ingredient@3f78361c, net.minecraft.item.crafting.Ingredient@3f78361c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7698 quark:charred_nether_bricks RecipeStage{tier='three', recipe=3xtile.charred_nether_bricks@0:[net.minecraft.item.crafting.Ingredient@32218874, net.minecraft.item.crafting.Ingredient@349c8868, net.minecraft.item.crafting.Ingredient@5338ba64, net.minecraft.item.crafting.Ingredient@2326b150]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7699 quark:charred_nether_brick_stairs RecipeStage{tier='three', recipe=4xtile.charred_nether_brick_stairs@0:[net.minecraft.item.crafting.Ingredient@4d321537, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4d321537, net.minecraft.item.crafting.Ingredient@4d321537, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4d321537, net.minecraft.item.crafting.Ingredient@4d321537, net.minecraft.item.crafting.Ingredient@4d321537]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7700 quark:charred_nether_brick_slab RecipeStage{tier='three', recipe=6xtile.charred_nether_brick_slab@0:[net.minecraft.item.crafting.Ingredient@265acac0, net.minecraft.item.crafting.Ingredient@265acac0, net.minecraft.item.crafting.Ingredient@265acac0]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7701 quark:stone_granite_bricks_stairs RecipeStage{tier='one', recipe=4xtile.stone_granite_bricks_stairs@0:[net.minecraft.item.crafting.Ingredient@4c0821fe, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4c0821fe, net.minecraft.item.crafting.Ingredient@4c0821fe, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4c0821fe, net.minecraft.item.crafting.Ingredient@4c0821fe, net.minecraft.item.crafting.Ingredient@4c0821fe]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7702 quark:stone_granite_bricks_slab RecipeStage{tier='one', recipe=6xtile.stone_granite_bricks_slab@0:[net.minecraft.item.crafting.Ingredient@386faac0, net.minecraft.item.crafting.Ingredient@386faac0, net.minecraft.item.crafting.Ingredient@386faac0]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7703 quark:stone_diorite_bricks_stairs RecipeStage{tier='one', recipe=4xtile.stone_diorite_bricks_stairs@0:[net.minecraft.item.crafting.Ingredient@688801e2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@688801e2, net.minecraft.item.crafting.Ingredient@688801e2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@688801e2, net.minecraft.item.crafting.Ingredient@688801e2, net.minecraft.item.crafting.Ingredient@688801e2]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7704 quark:stone_diorite_bricks_slab RecipeStage{tier='one', recipe=6xtile.stone_diorite_bricks_slab@0:[net.minecraft.item.crafting.Ingredient@495f8a92, net.minecraft.item.crafting.Ingredient@495f8a92, net.minecraft.item.crafting.Ingredient@495f8a92]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7705 quark:stone_andesite_bricks_stairs RecipeStage{tier='one', recipe=4xtile.stone_andesite_bricks_stairs@0:[net.minecraft.item.crafting.Ingredient@68fcf4b8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@68fcf4b8, net.minecraft.item.crafting.Ingredient@68fcf4b8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@68fcf4b8, net.minecraft.item.crafting.Ingredient@68fcf4b8, net.minecraft.item.crafting.Ingredient@68fcf4b8]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7706 quark:stone_andesite_bricks_slab RecipeStage{tier='one', recipe=6xtile.stone_andesite_bricks_slab@0:[net.minecraft.item.crafting.Ingredient@6c227e53, net.minecraft.item.crafting.Ingredient@6c227e53, net.minecraft.item.crafting.Ingredient@6c227e53]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7707 quark:stone_granite_bricks_wall RecipeStage{tier='one', recipe=6xtile.stone_granite_bricks_wall@0:[net.minecraft.item.crafting.Ingredient@2639f583, net.minecraft.item.crafting.Ingredient@2639f583, net.minecraft.item.crafting.Ingredient@2639f583, net.minecraft.item.crafting.Ingredient@2639f583, net.minecraft.item.crafting.Ingredient@2639f583, net.minecraft.item.crafting.Ingredient@2639f583]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7708 quark:stone_diorite_bricks_wall RecipeStage{tier='one', recipe=6xtile.stone_diorite_bricks_wall@0:[net.minecraft.item.crafting.Ingredient@1b3c91ca, net.minecraft.item.crafting.Ingredient@1b3c91ca, net.minecraft.item.crafting.Ingredient@1b3c91ca, net.minecraft.item.crafting.Ingredient@1b3c91ca, net.minecraft.item.crafting.Ingredient@1b3c91ca, net.minecraft.item.crafting.Ingredient@1b3c91ca]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7709 quark:stone_andesite_bricks_wall RecipeStage{tier='one', recipe=6xtile.stone_andesite_bricks_wall@0:[net.minecraft.item.crafting.Ingredient@22c8ed83, net.minecraft.item.crafting.Ingredient@22c8ed83, net.minecraft.item.crafting.Ingredient@22c8ed83, net.minecraft.item.crafting.Ingredient@22c8ed83, net.minecraft.item.crafting.Ingredient@22c8ed83, net.minecraft.item.crafting.Ingredient@22c8ed83]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7710 quark:midori_block_stairs RecipeStage{tier='one', recipe=4xtile.midori_block_stairs@0:[net.minecraft.item.crafting.Ingredient@79bed898, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@79bed898, net.minecraft.item.crafting.Ingredient@79bed898, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@79bed898, net.minecraft.item.crafting.Ingredient@79bed898, net.minecraft.item.crafting.Ingredient@79bed898]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7711 quark:midori_block_slab RecipeStage{tier='one', recipe=6xtile.midori_block_slab@0:[net.minecraft.item.crafting.Ingredient@4388887c, net.minecraft.item.crafting.Ingredient@4388887c, net.minecraft.item.crafting.Ingredient@4388887c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7712 quark:midori_block_wall RecipeStage{tier='one', recipe=6xtile.midori_block_wall@0:[net.minecraft.item.crafting.Ingredient@5665c71a, net.minecraft.item.crafting.Ingredient@5665c71a, net.minecraft.item.crafting.Ingredient@5665c71a, net.minecraft.item.crafting.Ingredient@5665c71a, net.minecraft.item.crafting.Ingredient@5665c71a, net.minecraft.item.crafting.Ingredient@5665c71a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7714 quark:midori_pillar RecipeStage{tier='one', recipe=1xtile.midori_pillar@0:[net.minecraft.item.crafting.Ingredient@6bb5806d, net.minecraft.item.crafting.Ingredient@6bb5806d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7715 quark:magma_bricks_stairs RecipeStage{tier='three', recipe=4xtile.magma_bricks_stairs@0:[net.minecraft.item.crafting.Ingredient@dcff4d4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@dcff4d4, net.minecraft.item.crafting.Ingredient@dcff4d4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@dcff4d4, net.minecraft.item.crafting.Ingredient@dcff4d4, net.minecraft.item.crafting.Ingredient@dcff4d4]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7716 quark:magma_bricks_slab RecipeStage{tier='three', recipe=6xtile.magma_bricks_slab@0:[net.minecraft.item.crafting.Ingredient@40a8c322, net.minecraft.item.crafting.Ingredient@40a8c322, net.minecraft.item.crafting.Ingredient@40a8c322]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7717 quark:magma_bricks RecipeStage{tier='three', recipe=4xtile.magma_bricks@0:[net.minecraft.item.crafting.Ingredient@3e724a84, net.minecraft.item.crafting.Ingredient@6b6e971e, net.minecraft.item.crafting.Ingredient@dcda669, net.minecraft.item.crafting.Ingredient@bfac521]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7718 quark:duskbound_block_stairs RecipeStage{tier='four', recipe=4xtile.duskbound_block_stairs@0:[net.minecraft.item.crafting.Ingredient@5c3776a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5c3776a, net.minecraft.item.crafting.Ingredient@5c3776a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5c3776a, net.minecraft.item.crafting.Ingredient@5c3776a, net.minecraft.item.crafting.Ingredient@5c3776a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7719 quark:duskbound_block_slab RecipeStage{tier='four', recipe=6xtile.duskbound_block_slab@0:[net.minecraft.item.crafting.Ingredient@49ba9409, net.minecraft.item.crafting.Ingredient@49ba9409, net.minecraft.item.crafting.Ingredient@49ba9409]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7720 quark:duskbound_block_wall RecipeStage{tier='four', recipe=6xtile.duskbound_block_wall@0:[net.minecraft.item.crafting.Ingredient@a42b26a, net.minecraft.item.crafting.Ingredient@a42b26a, net.minecraft.item.crafting.Ingredient@a42b26a, net.minecraft.item.crafting.Ingredient@a42b26a, net.minecraft.item.crafting.Ingredient@a42b26a, net.minecraft.item.crafting.Ingredient@a42b26a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7721 quark:duskbound_block RecipeStage{tier='four', recipe=16xtile.duskbound_block@0:[net.minecraft.item.crafting.Ingredient@17c565f7, net.minecraft.item.crafting.Ingredient@17c565f7, net.minecraft.item.crafting.Ingredient@17c565f7, net.minecraft.item.crafting.Ingredient@17c565f7, net.minecraft.item.crafting.Ingredient@7f18b9e0, net.minecraft.item.crafting.Ingredient@17c565f7, net.minecraft.item.crafting.Ingredient@17c565f7, net.minecraft.item.crafting.Ingredient@17c565f7, net.minecraft.item.crafting.Ingredient@17c565f7]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7722 quark:duskbound_lantern RecipeStage{tier='four', recipe=4xtile.duskbound_lantern@0:[net.minecraft.item.crafting.Ingredient@4739a40, net.minecraft.item.crafting.Ingredient@4739a40, net.minecraft.item.crafting.Ingredient@4739a40, net.minecraft.item.crafting.Ingredient@4739a40, net.minecraft.item.crafting.Ingredient@1b3da946, net.minecraft.item.crafting.Ingredient@4739a40, net.minecraft.item.crafting.Ingredient@4739a40, net.minecraft.item.crafting.Ingredient@4739a40, net.minecraft.item.crafting.Ingredient@4739a40]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7723 quark:soul_sandstone RecipeStage{tier='three', recipe=1xtile.soul_sandstone@0:[net.minecraft.item.crafting.Ingredient@230e3f90, net.minecraft.item.crafting.Ingredient@230e3f90, net.minecraft.item.crafting.Ingredient@230e3f90, net.minecraft.item.crafting.Ingredient@230e3f90]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7724 quark:soul_sandstone_1 RecipeStage{tier='three', recipe=4xtile.soul_sandstone@2:[net.minecraft.item.crafting.Ingredient@7888ab3f, net.minecraft.item.crafting.Ingredient@7888ab3f, net.minecraft.item.crafting.Ingredient@7888ab3f, net.minecraft.item.crafting.Ingredient@7888ab3f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7725 quark:soul_sandstone_slab RecipeStage{tier='three', recipe=6xtile.soul_sandstone_slab@0:[net.minecraft.item.crafting.Ingredient@6761a3c, net.minecraft.item.crafting.Ingredient@6761a3c, net.minecraft.item.crafting.Ingredient@6761a3c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7726 quark:soul_sandstone_2 RecipeStage{tier='three', recipe=1xtile.soul_sandstone@1:[net.minecraft.item.crafting.Ingredient@14e7611d, net.minecraft.item.crafting.Ingredient@14e7611d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7727 quark:turf RecipeStage{tier='zero', recipe=1xtile.turf@0:[net.minecraft.item.crafting.Ingredient@6b4787f, net.minecraft.item.crafting.Ingredient@6b4787f, net.minecraft.item.crafting.Ingredient@6b4787f, net.minecraft.item.crafting.Ingredient@6b4787f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7728 quark:turf_stairs RecipeStage{tier='zero', recipe=4xtile.turf_stairs@0:[net.minecraft.item.crafting.Ingredient@fd42642, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@fd42642, net.minecraft.item.crafting.Ingredient@fd42642, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@fd42642, net.minecraft.item.crafting.Ingredient@fd42642, net.minecraft.item.crafting.Ingredient@fd42642]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7729 quark:turf_slab RecipeStage{tier='zero', recipe=6xtile.turf_slab@0:[net.minecraft.item.crafting.Ingredient@6676fcfc, net.minecraft.item.crafting.Ingredient@6676fcfc, net.minecraft.item.crafting.Ingredient@6676fcfc]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7730 quark:polished_netherrack_bricks_stairs RecipeStage{tier='one', recipe=4xtile.polished_netherrack_bricks_stairs@0:[net.minecraft.item.crafting.Ingredient@331a5037, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@331a5037, net.minecraft.item.crafting.Ingredient@331a5037, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@331a5037, net.minecraft.item.crafting.Ingredient@331a5037, net.minecraft.item.crafting.Ingredient@331a5037]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7731 quark:polished_netherrack_bricks_slab RecipeStage{tier='one', recipe=6xtile.polished_netherrack_bricks_slab@0:[net.minecraft.item.crafting.Ingredient@9deb915, net.minecraft.item.crafting.Ingredient@9deb915, net.minecraft.item.crafting.Ingredient@9deb915]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7732 quark:polished_netherrack_bricks_wall RecipeStage{tier='one', recipe=6xtile.polished_netherrack_bricks_wall@0:[net.minecraft.item.crafting.Ingredient@5433d773, net.minecraft.item.crafting.Ingredient@5433d773, net.minecraft.item.crafting.Ingredient@5433d773, net.minecraft.item.crafting.Ingredient@5433d773, net.minecraft.item.crafting.Ingredient@5433d773, net.minecraft.item.crafting.Ingredient@5433d773]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7733 quark:polished_netherrack RecipeStage{tier='three', recipe=1xtile.polished_netherrack@0:[net.minecraft.item.crafting.Ingredient@2859daf1, net.minecraft.item.crafting.Ingredient@2859daf1, net.minecraft.item.crafting.Ingredient@2859daf1, net.minecraft.item.crafting.Ingredient@2859daf1]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7734 quark:polished_netherrack_1 RecipeStage{tier='one', recipe=4xtile.polished_netherrack@1:[net.minecraft.item.crafting.Ingredient@5d417002, net.minecraft.item.crafting.Ingredient@5d417002, net.minecraft.item.crafting.Ingredient@5d417002, net.minecraft.item.crafting.Ingredient@5d417002]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7737 quark:stained_glass RecipeStage{tier='two', recipe=1xtile.stainedGlass@0:[net.minecraft.item.crafting.Ingredient@14e285c8, net.minecraft.item.crafting.Ingredient@14e285c8, net.minecraft.item.crafting.Ingredient@14e285c8, net.minecraft.item.crafting.Ingredient@14e285c8]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7738 quark:stained_glass_1 RecipeStage{tier='two', recipe=1xtile.stainedGlass@1:[net.minecraft.item.crafting.Ingredient@5647d13f, net.minecraft.item.crafting.Ingredient@5647d13f, net.minecraft.item.crafting.Ingredient@5647d13f, net.minecraft.item.crafting.Ingredient@5647d13f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7739 quark:stained_glass_2 RecipeStage{tier='two', recipe=1xtile.stainedGlass@2:[net.minecraft.item.crafting.Ingredient@29bae312, net.minecraft.item.crafting.Ingredient@29bae312, net.minecraft.item.crafting.Ingredient@29bae312, net.minecraft.item.crafting.Ingredient@29bae312]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7740 quark:stained_glass_3 RecipeStage{tier='two', recipe=1xtile.stainedGlass@3:[net.minecraft.item.crafting.Ingredient@756698c4, net.minecraft.item.crafting.Ingredient@756698c4, net.minecraft.item.crafting.Ingredient@756698c4, net.minecraft.item.crafting.Ingredient@756698c4]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7741 quark:stained_glass_4 RecipeStage{tier='two', recipe=1xtile.stainedGlass@4:[net.minecraft.item.crafting.Ingredient@75aa8f65, net.minecraft.item.crafting.Ingredient@75aa8f65, net.minecraft.item.crafting.Ingredient@75aa8f65, net.minecraft.item.crafting.Ingredient@75aa8f65]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7742 quark:stained_glass_5 RecipeStage{tier='two', recipe=1xtile.stainedGlass@5:[net.minecraft.item.crafting.Ingredient@1d0c76c6, net.minecraft.item.crafting.Ingredient@1d0c76c6, net.minecraft.item.crafting.Ingredient@1d0c76c6, net.minecraft.item.crafting.Ingredient@1d0c76c6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7743 quark:stained_glass_6 RecipeStage{tier='two', recipe=1xtile.stainedGlass@6:[net.minecraft.item.crafting.Ingredient@63d0b406, net.minecraft.item.crafting.Ingredient@63d0b406, net.minecraft.item.crafting.Ingredient@63d0b406, net.minecraft.item.crafting.Ingredient@63d0b406]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7744 quark:stained_glass_7 RecipeStage{tier='two', recipe=1xtile.stainedGlass@7:[net.minecraft.item.crafting.Ingredient@22b1b000, net.minecraft.item.crafting.Ingredient@22b1b000, net.minecraft.item.crafting.Ingredient@22b1b000, net.minecraft.item.crafting.Ingredient@22b1b000]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7745 quark:stained_glass_8 RecipeStage{tier='two', recipe=1xtile.stainedGlass@8:[net.minecraft.item.crafting.Ingredient@3c1c294, net.minecraft.item.crafting.Ingredient@3c1c294, net.minecraft.item.crafting.Ingredient@3c1c294, net.minecraft.item.crafting.Ingredient@3c1c294]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7746 quark:stained_glass_9 RecipeStage{tier='two', recipe=1xtile.stainedGlass@9:[net.minecraft.item.crafting.Ingredient@7d852e6c, net.minecraft.item.crafting.Ingredient@7d852e6c, net.minecraft.item.crafting.Ingredient@7d852e6c, net.minecraft.item.crafting.Ingredient@7d852e6c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7747 quark:stained_glass_10 RecipeStage{tier='two', recipe=1xtile.stainedGlass@10:[net.minecraft.item.crafting.Ingredient@1b93d55e, net.minecraft.item.crafting.Ingredient@1b93d55e, net.minecraft.item.crafting.Ingredient@1b93d55e, net.minecraft.item.crafting.Ingredient@1b93d55e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7748 quark:stained_glass_11 RecipeStage{tier='two', recipe=1xtile.stainedGlass@11:[net.minecraft.item.crafting.Ingredient@340d579c, net.minecraft.item.crafting.Ingredient@340d579c, net.minecraft.item.crafting.Ingredient@340d579c, net.minecraft.item.crafting.Ingredient@340d579c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7749 quark:stained_glass_12 RecipeStage{tier='two', recipe=1xtile.stainedGlass@12:[net.minecraft.item.crafting.Ingredient@3955f6eb, net.minecraft.item.crafting.Ingredient@3955f6eb, net.minecraft.item.crafting.Ingredient@3955f6eb, net.minecraft.item.crafting.Ingredient@3955f6eb]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7750 quark:stained_glass_13 RecipeStage{tier='two', recipe=1xtile.stainedGlass@13:[net.minecraft.item.crafting.Ingredient@6df749e3, net.minecraft.item.crafting.Ingredient@6df749e3, net.minecraft.item.crafting.Ingredient@6df749e3, net.minecraft.item.crafting.Ingredient@6df749e3]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7751 quark:stained_glass_14 RecipeStage{tier='two', recipe=1xtile.stainedGlass@14:[net.minecraft.item.crafting.Ingredient@684b5826, net.minecraft.item.crafting.Ingredient@684b5826, net.minecraft.item.crafting.Ingredient@684b5826, net.minecraft.item.crafting.Ingredient@684b5826]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7752 quark:stained_glass_15 RecipeStage{tier='two', recipe=1xtile.stainedGlass@15:[net.minecraft.item.crafting.Ingredient@36244304, net.minecraft.item.crafting.Ingredient@36244304, net.minecraft.item.crafting.Ingredient@36244304, net.minecraft.item.crafting.Ingredient@36244304]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7753 quark:iron_button RecipeStage{tier='two', recipe=1xtile.iron_button@0:[net.minecraft.item.crafting.Ingredient@138fed1e, net.minecraftforge.oredict.OreIngredient@4b6a2aca]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7754 quark:iron_button_1 RecipeStage{tier='two', recipe=1xtile.iron_button@0:[net.minecraftforge.oredict.OreIngredient@48ba128b, net.minecraftforge.oredict.OreIngredient@5880fbca]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7755 quark:gold_button RecipeStage{tier='two', recipe=1xtile.gold_button@0:[net.minecraft.item.crafting.Ingredient@369b3bec, net.minecraftforge.oredict.OreIngredient@691ac85e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7756 quark:gold_button_1 RecipeStage{tier='two', recipe=1xtile.gold_button@0:[net.minecraftforge.oredict.OreIngredient@52bda76, net.minecraftforge.oredict.OreIngredient@4195aa31]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7757 quark:iron_rod RecipeStage{tier='four', recipe=1xtile.iron_rod@0:[net.minecraftforge.oredict.OreIngredient@30346177, net.minecraftforge.oredict.OreIngredient@30346177, net.minecraft.item.crafting.Ingredient@30beb274]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7759 quark:rain_detector RecipeStage{tier='four', recipe=1xtile.rain_detector@0:[net.minecraft.item.crafting.Ingredient@35356f70, net.minecraft.item.crafting.Ingredient@35356f70, net.minecraft.item.crafting.Ingredient@35356f70, net.minecraftforge.oredict.OreIngredient@1dab289e, net.minecraftforge.oredict.OreIngredient@1dab289e, net.minecraftforge.oredict.OreIngredient@1dab289e, net.minecraft.item.crafting.Ingredient@600190ef, net.minecraft.item.crafting.Ingredient@600190ef, net.minecraft.item.crafting.Ingredient@600190ef]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7760 quark:paper_wall RecipeStage{tier='two', recipe=6xtile.paper_wall@0:[net.minecraft.item.crafting.Ingredient@3ddfa325, net.minecraft.item.crafting.Ingredient@3ddfa325, net.minecraft.item.crafting.Ingredient@3ddfa325, net.minecraft.item.crafting.Ingredient@232ed016, net.minecraft.item.crafting.Ingredient@232ed016, net.minecraft.item.crafting.Ingredient@232ed016, net.minecraft.item.crafting.Ingredient@3ddfa325, net.minecraft.item.crafting.Ingredient@3ddfa325, net.minecraft.item.crafting.Ingredient@3ddfa325]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7761 quark:paper_wall_big RecipeStage{tier='disabled', recipe=4xtile.paper_wall_big@0:[net.minecraft.item.crafting.Ingredient@7803661b, net.minecraft.item.crafting.Ingredient@7803661b, net.minecraft.item.crafting.Ingredient@7803661b, net.minecraft.item.crafting.Ingredient@7803661b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7762 quark:iron_ladder RecipeStage{tier='two', recipe=16xtile.iron_ladder@0:[net.minecraftforge.oredict.OreIngredient@3a6d350b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3a6d350b, net.minecraftforge.oredict.OreIngredient@3a6d350b, net.minecraftforge.oredict.OreIngredient@3a6d350b, net.minecraftforge.oredict.OreIngredient@3a6d350b, net.minecraftforge.oredict.OreIngredient@3a6d350b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3a6d350b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7763 quark:blaze_lantern RecipeStage{tier='three', recipe=1xtile.blaze_lantern@0:[net.minecraft.item.crafting.Ingredient@566f7179, net.minecraft.item.crafting.Ingredient@2578b479, net.minecraft.item.crafting.Ingredient@566f7179, net.minecraft.item.crafting.Ingredient@2578b479, net.minecraft.item.crafting.Ingredient@2578b479, net.minecraft.item.crafting.Ingredient@2578b479, net.minecraft.item.crafting.Ingredient@566f7179, net.minecraft.item.crafting.Ingredient@2578b479, net.minecraft.item.crafting.Ingredient@566f7179]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7764 quark:nether_brick_fence_gate RecipeStage{tier='one', recipe=2xtile.nether_brick_fence_gate@0:[net.minecraft.item.crafting.Ingredient@4ac2e8af, net.minecraft.item.crafting.Ingredient@33575e64, net.minecraft.item.crafting.Ingredient@4ac2e8af, net.minecraft.item.crafting.Ingredient@4ac2e8af, net.minecraft.item.crafting.Ingredient@33575e64, net.minecraft.item.crafting.Ingredient@4ac2e8af]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7765 quark:glass_item_frame RecipeStage{tier='two', recipe=2xitem.glass_item_frame@0:[net.minecraft.item.crafting.Ingredient@57d239b6, net.minecraft.item.crafting.Ingredient@57d239b6, net.minecraft.item.crafting.Ingredient@57d239b6, net.minecraft.item.crafting.Ingredient@57d239b6, net.minecraft.item.crafting.Ingredient@47ae0b2, net.minecraft.item.crafting.Ingredient@57d239b6, net.minecraft.item.crafting.Ingredient@57d239b6, net.minecraft.item.crafting.Ingredient@57d239b6, net.minecraft.item.crafting.Ingredient@57d239b6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7766 quark:biotite_slab RecipeStage{tier='four', recipe=6xtile.biotite_slab@0:[net.minecraft.item.crafting.Ingredient@383ed381, net.minecraft.item.crafting.Ingredient@383ed381, net.minecraft.item.crafting.Ingredient@383ed381]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7767 quark:biotite_stairs RecipeStage{tier='four', recipe=4xtile.biotite_stairs@0:[net.minecraft.item.crafting.Ingredient@308320e6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@308320e6, net.minecraft.item.crafting.Ingredient@308320e6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@308320e6, net.minecraft.item.crafting.Ingredient@308320e6, net.minecraft.item.crafting.Ingredient@308320e6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7768 quark:biotite_wall RecipeStage{tier='four', recipe=6xtile.biotite_wall@0:[net.minecraft.item.crafting.Ingredient@61770b, net.minecraft.item.crafting.Ingredient@61770b, net.minecraft.item.crafting.Ingredient@61770b, net.minecraft.item.crafting.Ingredient@61770b, net.minecraft.item.crafting.Ingredient@61770b, net.minecraft.item.crafting.Ingredient@61770b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7769 quark:biotite_block RecipeStage{tier='four', recipe=1xtile.biotite_block@0:[net.minecraft.item.crafting.Ingredient@29ccf3f1, net.minecraft.item.crafting.Ingredient@29ccf3f1, net.minecraft.item.crafting.Ingredient@29ccf3f1, net.minecraft.item.crafting.Ingredient@29ccf3f1]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7770 quark:biotite_block_1 RecipeStage{tier='four', recipe=2xtile.biotite_block@1:[net.minecraft.item.crafting.Ingredient@2d5a4b5b, net.minecraft.item.crafting.Ingredient@2d5a4b5b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7771 quark:biotite_block_2 RecipeStage{tier='four', recipe=2xtile.biotite_block@2:[net.minecraft.item.crafting.Ingredient@710199c1, net.minecraft.item.crafting.Ingredient@710199c1]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7773 quark:arrow_ender RecipeStage{tier='four', recipe=1xitem.arrow_ender@0:[net.minecraft.item.crafting.Ingredient@11922ccb, net.minecraft.item.crafting.Ingredient@34e329d5]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7774 quark:arrow_explosive RecipeStage{tier='two', recipe=1xitem.arrow_explosive@0:[net.minecraft.item.crafting.Ingredient@3b5be0c1, net.minecraft.item.crafting.Ingredient@476ec1a7, net.minecraft.item.crafting.Ingredient@1fb6a8b8]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7776 quark:map_pinning vazkii.quark.misc.recipe.MapPinningRecipe@12768765 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7777 quark:world_stone_bricks RecipeStage{tier='one', recipe=4xtile.world_stone_bricks@0:[net.minecraft.item.crafting.Ingredient@4b19f146, net.minecraft.item.crafting.Ingredient@4b19f146, net.minecraft.item.crafting.Ingredient@4b19f146, net.minecraft.item.crafting.Ingredient@4b19f146]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7778 quark:world_stone_carved RecipeStage{tier='one', recipe=1xtile.world_stone_carved@0:[net.minecraft.item.crafting.Ingredient@550fbc25, net.minecraft.item.crafting.Ingredient@550fbc25]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7779 quark:world_stone_bricks_1 RecipeStage{tier='one', recipe=4xtile.world_stone_bricks@1:[net.minecraft.item.crafting.Ingredient@4739f5e6, net.minecraft.item.crafting.Ingredient@4739f5e6, net.minecraft.item.crafting.Ingredient@4739f5e6, net.minecraft.item.crafting.Ingredient@4739f5e6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7780 quark:world_stone_carved_1 RecipeStage{tier='one', recipe=1xtile.world_stone_carved@1:[net.minecraft.item.crafting.Ingredient@63f29c83, net.minecraft.item.crafting.Ingredient@63f29c83]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7781 quark:world_stone_bricks_2 RecipeStage{tier='one', recipe=4xtile.world_stone_bricks@2:[net.minecraft.item.crafting.Ingredient@6765c27a, net.minecraft.item.crafting.Ingredient@6765c27a, net.minecraft.item.crafting.Ingredient@6765c27a, net.minecraft.item.crafting.Ingredient@6765c27a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7782 quark:world_stone_carved_2 RecipeStage{tier='one', recipe=1xtile.world_stone_carved@2:[net.minecraft.item.crafting.Ingredient@4f23b427, net.minecraft.item.crafting.Ingredient@4f23b427]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7815 quark:redstone_randomizer RecipeStage{tier='four', recipe=1xtile.redstone_randomizer@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@35b54c4f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@35b54c4f, net.minecraft.item.crafting.Ingredient@6c7c1c51, net.minecraft.item.crafting.Ingredient@35b54c4f, net.minecraftforge.oredict.OreIngredient@61d9ceca, net.minecraftforge.oredict.OreIngredient@61d9ceca, net.minecraftforge.oredict.OreIngredient@61d9ceca]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7816 quark:ender_watcher RecipeStage{tier='four', recipe=1xtile.ender_watcher@0:[net.minecraft.item.crafting.Ingredient@50a074e, net.minecraft.item.crafting.Ingredient@1a42f77d, net.minecraft.item.crafting.Ingredient@50a074e, net.minecraft.item.crafting.Ingredient@1a42f77d, net.minecraft.item.crafting.Ingredient@9980d2a, net.minecraft.item.crafting.Ingredient@1a42f77d, net.minecraft.item.crafting.Ingredient@50a074e, net.minecraft.item.crafting.Ingredient@1a42f77d, net.minecraft.item.crafting.Ingredient@50a074e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7817 quark:spruce_trapdoor RecipeStage{tier='one', recipe=6xtile.spruce_trapdoor@0:[net.minecraft.item.crafting.Ingredient@2d036514, net.minecraft.item.crafting.Ingredient@2d036514, net.minecraft.item.crafting.Ingredient@2d036514, net.minecraft.item.crafting.Ingredient@2d036514, net.minecraft.item.crafting.Ingredient@2d036514, net.minecraft.item.crafting.Ingredient@2d036514]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7818 quark:birch_trapdoor RecipeStage{tier='one', recipe=6xtile.birch_trapdoor@0:[net.minecraft.item.crafting.Ingredient@667bb822, net.minecraft.item.crafting.Ingredient@667bb822, net.minecraft.item.crafting.Ingredient@667bb822, net.minecraft.item.crafting.Ingredient@667bb822, net.minecraft.item.crafting.Ingredient@667bb822, net.minecraft.item.crafting.Ingredient@667bb822]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7819 quark:jungle_trapdoor RecipeStage{tier='one', recipe=6xtile.jungle_trapdoor@0:[net.minecraft.item.crafting.Ingredient@6febe4fc, net.minecraft.item.crafting.Ingredient@6febe4fc, net.minecraft.item.crafting.Ingredient@6febe4fc, net.minecraft.item.crafting.Ingredient@6febe4fc, net.minecraft.item.crafting.Ingredient@6febe4fc, net.minecraft.item.crafting.Ingredient@6febe4fc]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7820 quark:acacia_trapdoor RecipeStage{tier='one', recipe=6xtile.acacia_trapdoor@0:[net.minecraft.item.crafting.Ingredient@6ce8deab, net.minecraft.item.crafting.Ingredient@6ce8deab, net.minecraft.item.crafting.Ingredient@6ce8deab, net.minecraft.item.crafting.Ingredient@6ce8deab, net.minecraft.item.crafting.Ingredient@6ce8deab, net.minecraft.item.crafting.Ingredient@6ce8deab]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7821 quark:dark_oak_trapdoor RecipeStage{tier='one', recipe=6xtile.dark_oak_trapdoor@0:[net.minecraft.item.crafting.Ingredient@5af53de7, net.minecraft.item.crafting.Ingredient@5af53de7, net.minecraft.item.crafting.Ingredient@5af53de7, net.minecraft.item.crafting.Ingredient@5af53de7, net.minecraft.item.crafting.Ingredient@5af53de7, net.minecraft.item.crafting.Ingredient@5af53de7]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7822 quark:trapdoor RecipeStage{tier='one', recipe=6xtile.oak_trapdoor@0:[thebetweenlands.common.recipe.ShapelessOverrideDummyRecipe$OverrideIngredient@96deb89, thebetweenlands.common.recipe.ShapelessOverrideDummyRecipe$OverrideIngredient@169e41c6, thebetweenlands.common.recipe.ShapelessOverrideDummyRecipe$OverrideIngredient@36fd6023, thebetweenlands.common.recipe.ShapelessOverrideDummyRecipe$OverrideIngredient@46cfc857, thebetweenlands.common.recipe.ShapelessOverrideDummyRecipe$OverrideIngredient@209842a4, thebetweenlands.common.recipe.ShapelessOverrideDummyRecipe$OverrideIngredient@44ecb700]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7823 quark:elder_prismarine RecipeStage{tier='zero', recipe=4xtile.elder_prismarine@1:[net.minecraftforge.oredict.OreIngredient@856616c, net.minecraftforge.oredict.OreIngredient@856616c, net.minecraftforge.oredict.OreIngredient@856616c, net.minecraftforge.oredict.OreIngredient@856616c, net.minecraftforge.oredict.OreIngredient@856616c, net.minecraftforge.oredict.OreIngredient@856616c, net.minecraftforge.oredict.OreIngredient@856616c, net.minecraftforge.oredict.OreIngredient@856616c, net.minecraftforge.oredict.OreIngredient@856616c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7824 quark:elder_prismarine_1 RecipeStage{tier='zero', recipe=1xtile.elder_prismarine@2:[net.minecraftforge.oredict.OreIngredient@48c399e9, net.minecraftforge.oredict.OreIngredient@48c399e9, net.minecraftforge.oredict.OreIngredient@48c399e9, net.minecraftforge.oredict.OreIngredient@48c399e9, net.minecraftforge.oredict.OreIngredient@5e5ad7dc, net.minecraftforge.oredict.OreIngredient@48c399e9, net.minecraftforge.oredict.OreIngredient@48c399e9, net.minecraftforge.oredict.OreIngredient@48c399e9, net.minecraftforge.oredict.OreIngredient@48c399e9]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7825 quark:elder_sea_lantern RecipeStage{tier='zero', recipe=1xtile.elder_sea_lantern@0:[net.minecraftforge.oredict.OreIngredient@5eea5557, net.minecraft.item.crafting.Ingredient@658c12e7]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7826 quark:soul_powder RecipeStage{tier='three', recipe=1xitem.soul_powder@0:[net.minecraft.item.crafting.Ingredient@31457e05, net.minecraft.item.crafting.Ingredient@454adfb1, net.minecraft.item.crafting.Ingredient@31caa58d, net.minecraft.item.crafting.Ingredient@cc6ea0b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7827 bibliocraft:enchantedatlas RecipeStage{tier='two', recipe=1xitem.AtlasBook@0:[net.minecraft.item.crafting.Ingredient@1d290729, net.minecraft.item.crafting.Ingredient@46c5f4b4, net.minecraft.item.crafting.Ingredient@1d290729, net.minecraft.item.crafting.Ingredient@f67e2a7, net.minecraft.item.crafting.Ingredient@1eae1a99, net.minecraft.item.crafting.Ingredient@f67e2a7, net.minecraft.item.crafting.Ingredient@1d290729, net.minecraft.item.crafting.Ingredient@46c5f4b4, net.minecraft.item.crafting.Ingredient@1d290729]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7828 bibliocraft:enchantedatlasalt RecipeStage{tier='two', recipe=1xitem.AtlasBook@0:[net.minecraft.item.crafting.Ingredient@22e26ba7, net.minecraft.item.crafting.Ingredient@7cb46d99, net.minecraft.item.crafting.Ingredient@22e26ba7, net.minecraft.item.crafting.Ingredient@12a0c786, net.minecraft.item.crafting.Ingredient@6d7f2e33, net.minecraft.item.crafting.Ingredient@12a0c786, net.minecraft.item.crafting.Ingredient@22e26ba7, net.minecraft.item.crafting.Ingredient@7cb46d99, net.minecraft.item.crafting.Ingredient@22e26ba7]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7829 bloodmagic:soul_gem_default RecipeStage{tier='three', recipe=1xitem.bloodmagic.soulGem.@4:[net.minecraft.item.crafting.Ingredient@7dc1053f, net.minecraft.item.crafting.Ingredient@16198076]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7830 bloodmagic:soul_gem_corrosive RecipeStage{tier='three', recipe=1xitem.bloodmagic.soulGem.@4:[net.minecraft.item.crafting.Ingredient@1458724b, net.minecraft.item.crafting.Ingredient@61c56502]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7831 bloodmagic:soul_gem_destructive RecipeStage{tier='three', recipe=1xitem.bloodmagic.soulGem.@4:[net.minecraft.item.crafting.Ingredient@4f6fdbc, net.minecraft.item.crafting.Ingredient@53eb0d43]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7832 bloodmagic:soul_gem_vengeful RecipeStage{tier='three', recipe=1xitem.bloodmagic.soulGem.@4:[net.minecraft.item.crafting.Ingredient@8c3a1bf, net.minecraft.item.crafting.Ingredient@3beba606]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7833 bloodmagic:soul_gem_steadfast RecipeStage{tier='three', recipe=1xitem.bloodmagic.soulGem.@4:[net.minecraft.item.crafting.Ingredient@4daa52bf, net.minecraft.item.crafting.Ingredient@5871ccec]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7834 buildcrafttransport:pipe_wood_item_colorless RecipeStage{tier='three', recipe=8xitem.PipeItemsWood@0:[net.minecraftforge.oredict.OreIngredient@325aa52e, net.minecraftforge.oredict.OreIngredient@2019fef0, net.minecraftforge.oredict.OreIngredient@70531bca]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7835 buildcrafttransport:pipe_wood_item_white RecipeStage{tier='three', recipe=8xitem.PipeItemsWood@1:[net.minecraftforge.oredict.OreIngredient@fa10296, net.minecraftforge.oredict.OreIngredient@8454995, net.minecraftforge.oredict.OreIngredient@67c4d5e3]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7836 buildcrafttransport:pipe_wood_item_orange RecipeStage{tier='three', recipe=8xitem.PipeItemsWood@2:[net.minecraftforge.oredict.OreIngredient@4a4c590c, net.minecraftforge.oredict.OreIngredient@294d1f73, net.minecraftforge.oredict.OreIngredient@b66e66b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7837 buildcrafttransport:pipe_wood_item_magenta RecipeStage{tier='three', recipe=8xitem.PipeItemsWood@3:[net.minecraftforge.oredict.OreIngredient@3e1c1841, net.minecraftforge.oredict.OreIngredient@4382d5fd, net.minecraftforge.oredict.OreIngredient@2f5e457]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7838 buildcrafttransport:pipe_wood_item_lightblue RecipeStage{tier='three', recipe=8xitem.PipeItemsWood@4:[net.minecraftforge.oredict.OreIngredient@e9c335a, net.minecraftforge.oredict.OreIngredient@761ebd3e, net.minecraftforge.oredict.OreIngredient@23e6b982]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7839 buildcrafttransport:pipe_wood_item_yellow RecipeStage{tier='three', recipe=8xitem.PipeItemsWood@5:[net.minecraftforge.oredict.OreIngredient@2ee45dda, net.minecraftforge.oredict.OreIngredient@3b2c7655, net.minecraftforge.oredict.OreIngredient@3858db2d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7840 buildcrafttransport:pipe_wood_item_lime RecipeStage{tier='three', recipe=8xitem.PipeItemsWood@6:[net.minecraftforge.oredict.OreIngredient@1b895b64, net.minecraftforge.oredict.OreIngredient@3db026ae, net.minecraftforge.oredict.OreIngredient@65767a8b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7841 buildcrafttransport:pipe_wood_item_pink RecipeStage{tier='three', recipe=8xitem.PipeItemsWood@7:[net.minecraftforge.oredict.OreIngredient@523358f, net.minecraftforge.oredict.OreIngredient@6f6e6c00, net.minecraftforge.oredict.OreIngredient@53d7a582]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7842 buildcrafttransport:pipe_wood_item_gray RecipeStage{tier='three', recipe=8xitem.PipeItemsWood@8:[net.minecraftforge.oredict.OreIngredient@27398278, net.minecraftforge.oredict.OreIngredient@553ea3f1, net.minecraftforge.oredict.OreIngredient@49acc8a8]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7843 buildcrafttransport:pipe_wood_item_silver RecipeStage{tier='three', recipe=8xitem.PipeItemsWood@9:[net.minecraftforge.oredict.OreIngredient@5782ed94, net.minecraftforge.oredict.OreIngredient@58458396, net.minecraftforge.oredict.OreIngredient@78449644]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7844 buildcrafttransport:pipe_wood_item_cyan RecipeStage{tier='three', recipe=8xitem.PipeItemsWood@10:[net.minecraftforge.oredict.OreIngredient@3819c4d5, net.minecraftforge.oredict.OreIngredient@109ef507, net.minecraftforge.oredict.OreIngredient@64338324]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7845 buildcrafttransport:pipe_wood_item_purple RecipeStage{tier='three', recipe=8xitem.PipeItemsWood@11:[net.minecraftforge.oredict.OreIngredient@25e371ea, net.minecraftforge.oredict.OreIngredient@3a600cad, net.minecraftforge.oredict.OreIngredient@5db1ecd1]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7846 buildcrafttransport:pipe_wood_item_blue RecipeStage{tier='three', recipe=8xitem.PipeItemsWood@12:[net.minecraftforge.oredict.OreIngredient@6dbb285, net.minecraftforge.oredict.OreIngredient@6e616aa9, net.minecraftforge.oredict.OreIngredient@545e11eb]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7847 buildcrafttransport:pipe_wood_item_brown RecipeStage{tier='three', recipe=8xitem.PipeItemsWood@13:[net.minecraftforge.oredict.OreIngredient@42c9fa8e, net.minecraftforge.oredict.OreIngredient@3ed7039, net.minecraftforge.oredict.OreIngredient@663c7a75]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7848 buildcrafttransport:pipe_wood_item_green RecipeStage{tier='three', recipe=8xitem.PipeItemsWood@14:[net.minecraftforge.oredict.OreIngredient@7e35bdf2, net.minecraftforge.oredict.OreIngredient@13db5469, net.minecraftforge.oredict.OreIngredient@7bdf9f93]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7849 buildcrafttransport:pipe_wood_item_red RecipeStage{tier='three', recipe=8xitem.PipeItemsWood@15:[net.minecraftforge.oredict.OreIngredient@1a891d5b, net.minecraftforge.oredict.OreIngredient@549c5d5e, net.minecraftforge.oredict.OreIngredient@1dad2a9e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7850 buildcrafttransport:pipe_wood_item_black RecipeStage{tier='three', recipe=8xitem.PipeItemsWood@16:[net.minecraftforge.oredict.OreIngredient@487eac7d, net.minecraftforge.oredict.OreIngredient@a334a4b, net.minecraftforge.oredict.OreIngredient@3c739636]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7851 buildcrafttransport:pipe_cobble_item_colorless RecipeStage{tier='three', recipe=8xitem.PipeItemsCobblestone@0:[net.minecraftforge.oredict.OreIngredient@55f3444d, net.minecraftforge.oredict.OreIngredient@6560c708, net.minecraftforge.oredict.OreIngredient@7591aae3]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7852 buildcrafttransport:pipe_cobble_item_white RecipeStage{tier='three', recipe=8xitem.PipeItemsCobblestone@1:[net.minecraftforge.oredict.OreIngredient@5ade1473, net.minecraftforge.oredict.OreIngredient@415bb0ba, net.minecraftforge.oredict.OreIngredient@22606b79]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7853 buildcrafttransport:pipe_cobble_item_orange RecipeStage{tier='three', recipe=8xitem.PipeItemsCobblestone@2:[net.minecraftforge.oredict.OreIngredient@7903e515, net.minecraftforge.oredict.OreIngredient@445bc736, net.minecraftforge.oredict.OreIngredient@581972ef]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7854 buildcrafttransport:pipe_cobble_item_magenta RecipeStage{tier='three', recipe=8xitem.PipeItemsCobblestone@3:[net.minecraftforge.oredict.OreIngredient@51c5810a, net.minecraftforge.oredict.OreIngredient@58a002cd, net.minecraftforge.oredict.OreIngredient@42d81fd7]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7855 buildcrafttransport:pipe_cobble_item_lightblue RecipeStage{tier='three', recipe=8xitem.PipeItemsCobblestone@4:[net.minecraftforge.oredict.OreIngredient@5565ec42, net.minecraftforge.oredict.OreIngredient@f2fa1c1, net.minecraftforge.oredict.OreIngredient@57c1679e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7856 buildcrafttransport:pipe_cobble_item_yellow RecipeStage{tier='three', recipe=8xitem.PipeItemsCobblestone@5:[net.minecraftforge.oredict.OreIngredient@722c5e7e, net.minecraftforge.oredict.OreIngredient@5cdea79b, net.minecraftforge.oredict.OreIngredient@2e0d2a32]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7857 buildcrafttransport:pipe_cobble_item_lime RecipeStage{tier='three', recipe=8xitem.PipeItemsCobblestone@6:[net.minecraftforge.oredict.OreIngredient@4963c5db, net.minecraftforge.oredict.OreIngredient@27b3b654, net.minecraftforge.oredict.OreIngredient@e782a7f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7858 buildcrafttransport:pipe_cobble_item_pink RecipeStage{tier='three', recipe=8xitem.PipeItemsCobblestone@7:[net.minecraftforge.oredict.OreIngredient@4c407bfe, net.minecraftforge.oredict.OreIngredient@391f8ced, net.minecraftforge.oredict.OreIngredient@3a49bdb]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7859 buildcrafttransport:pipe_cobble_item_gray RecipeStage{tier='three', recipe=8xitem.PipeItemsCobblestone@8:[net.minecraftforge.oredict.OreIngredient@3c9da931, net.minecraftforge.oredict.OreIngredient@5efd084b, net.minecraftforge.oredict.OreIngredient@1bc0973a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7860 buildcrafttransport:pipe_cobble_item_silver RecipeStage{tier='three', recipe=8xitem.PipeItemsCobblestone@9:[net.minecraftforge.oredict.OreIngredient@11b271e4, net.minecraftforge.oredict.OreIngredient@38dda36e, net.minecraftforge.oredict.OreIngredient@ed44daf]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7861 buildcrafttransport:pipe_cobble_item_cyan RecipeStage{tier='three', recipe=8xitem.PipeItemsCobblestone@10:[net.minecraftforge.oredict.OreIngredient@464e1c30, net.minecraftforge.oredict.OreIngredient@3fc89095, net.minecraftforge.oredict.OreIngredient@6a5b9863]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7862 buildcrafttransport:pipe_cobble_item_purple RecipeStage{tier='three', recipe=8xitem.PipeItemsCobblestone@11:[net.minecraftforge.oredict.OreIngredient@46afab6d, net.minecraftforge.oredict.OreIngredient@bb6c1f6, net.minecraftforge.oredict.OreIngredient@7001ab5b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7863 buildcrafttransport:pipe_cobble_item_blue RecipeStage{tier='three', recipe=8xitem.PipeItemsCobblestone@12:[net.minecraftforge.oredict.OreIngredient@74bd40a9, net.minecraftforge.oredict.OreIngredient@341fbfb2, net.minecraftforge.oredict.OreIngredient@91b7616]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7864 buildcrafttransport:pipe_cobble_item_brown RecipeStage{tier='three', recipe=8xitem.PipeItemsCobblestone@13:[net.minecraftforge.oredict.OreIngredient@7660a7c7, net.minecraftforge.oredict.OreIngredient@6db21dc5, net.minecraftforge.oredict.OreIngredient@2419c4db]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7865 buildcrafttransport:pipe_cobble_item_green RecipeStage{tier='three', recipe=8xitem.PipeItemsCobblestone@14:[net.minecraftforge.oredict.OreIngredient@46d22800, net.minecraftforge.oredict.OreIngredient@51a66f7d, net.minecraftforge.oredict.OreIngredient@2c87131d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7866 buildcrafttransport:pipe_cobble_item_red RecipeStage{tier='three', recipe=8xitem.PipeItemsCobblestone@15:[net.minecraftforge.oredict.OreIngredient@4c291b3c, net.minecraftforge.oredict.OreIngredient@3a9db7b1, net.minecraftforge.oredict.OreIngredient@58a2e65f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7867 buildcrafttransport:pipe_cobble_item_black RecipeStage{tier='three', recipe=8xitem.PipeItemsCobblestone@16:[net.minecraftforge.oredict.OreIngredient@40682635, net.minecraftforge.oredict.OreIngredient@58c0be01, net.minecraftforge.oredict.OreIngredient@fb7b079]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7868 buildcrafttransport:pipe_stone_item_colorless RecipeStage{tier='three', recipe=8xitem.PipeItemsStone@0:[net.minecraftforge.oredict.OreIngredient@7c8ae7d4, net.minecraftforge.oredict.OreIngredient@13612b22, net.minecraftforge.oredict.OreIngredient@4e8cb444]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7869 buildcrafttransport:pipe_stone_item_white RecipeStage{tier='three', recipe=8xitem.PipeItemsStone@1:[net.minecraftforge.oredict.OreIngredient@543e7eeb, net.minecraftforge.oredict.OreIngredient@6599d252, net.minecraftforge.oredict.OreIngredient@7fbbcebc]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7870 buildcrafttransport:pipe_stone_item_orange RecipeStage{tier='three', recipe=8xitem.PipeItemsStone@2:[net.minecraftforge.oredict.OreIngredient@31b1e419, net.minecraftforge.oredict.OreIngredient@3b7e49a6, net.minecraftforge.oredict.OreIngredient@105e12bd]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7871 buildcrafttransport:pipe_stone_item_magenta RecipeStage{tier='three', recipe=8xitem.PipeItemsStone@3:[net.minecraftforge.oredict.OreIngredient@6ba80f22, net.minecraftforge.oredict.OreIngredient@427978af, net.minecraftforge.oredict.OreIngredient@b033310]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7872 buildcrafttransport:pipe_stone_item_lightblue RecipeStage{tier='three', recipe=8xitem.PipeItemsStone@4:[net.minecraftforge.oredict.OreIngredient@1297930, net.minecraftforge.oredict.OreIngredient@1a95ef6d, net.minecraftforge.oredict.OreIngredient@13a051b6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7873 buildcrafttransport:pipe_stone_item_yellow RecipeStage{tier='three', recipe=8xitem.PipeItemsStone@5:[net.minecraftforge.oredict.OreIngredient@67c9ab07, net.minecraftforge.oredict.OreIngredient@432e0c9d, net.minecraftforge.oredict.OreIngredient@76f56ba9]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7874 buildcrafttransport:pipe_stone_item_lime RecipeStage{tier='three', recipe=8xitem.PipeItemsStone@6:[net.minecraftforge.oredict.OreIngredient@597d77d1, net.minecraftforge.oredict.OreIngredient@3771498c, net.minecraftforge.oredict.OreIngredient@408f774]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7875 buildcrafttransport:pipe_stone_item_pink RecipeStage{tier='three', recipe=8xitem.PipeItemsStone@7:[net.minecraftforge.oredict.OreIngredient@455ff107, net.minecraftforge.oredict.OreIngredient@3b2f19ef, net.minecraftforge.oredict.OreIngredient@62f1d8f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7876 buildcrafttransport:pipe_stone_item_gray RecipeStage{tier='three', recipe=8xitem.PipeItemsStone@8:[net.minecraftforge.oredict.OreIngredient@731478, net.minecraftforge.oredict.OreIngredient@3d6d2cdb, net.minecraftforge.oredict.OreIngredient@7e4ea29c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7877 buildcrafttransport:pipe_stone_item_silver RecipeStage{tier='three', recipe=8xitem.PipeItemsStone@9:[net.minecraftforge.oredict.OreIngredient@6f1ee570, net.minecraftforge.oredict.OreIngredient@309003eb, net.minecraftforge.oredict.OreIngredient@644ff04d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7878 buildcrafttransport:pipe_stone_item_cyan RecipeStage{tier='three', recipe=8xitem.PipeItemsStone@10:[net.minecraftforge.oredict.OreIngredient@68523b0a, net.minecraftforge.oredict.OreIngredient@433bb915, net.minecraftforge.oredict.OreIngredient@738473d5]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7879 buildcrafttransport:pipe_stone_item_purple RecipeStage{tier='three', recipe=8xitem.PipeItemsStone@11:[net.minecraftforge.oredict.OreIngredient@3194fb7a, net.minecraftforge.oredict.OreIngredient@7fb3c269, net.minecraftforge.oredict.OreIngredient@615e3c46]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7880 buildcrafttransport:pipe_stone_item_blue RecipeStage{tier='three', recipe=8xitem.PipeItemsStone@12:[net.minecraftforge.oredict.OreIngredient@19e5fc95, net.minecraftforge.oredict.OreIngredient@68886429, net.minecraftforge.oredict.OreIngredient@9494fe3]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7881 buildcrafttransport:pipe_stone_item_brown RecipeStage{tier='three', recipe=8xitem.PipeItemsStone@13:[net.minecraftforge.oredict.OreIngredient@35a1d839, net.minecraftforge.oredict.OreIngredient@5d5634e6, net.minecraftforge.oredict.OreIngredient@76d4bf39]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7882 buildcrafttransport:pipe_stone_item_green RecipeStage{tier='three', recipe=8xitem.PipeItemsStone@14:[net.minecraftforge.oredict.OreIngredient@51407571, net.minecraftforge.oredict.OreIngredient@6ea3c0a2, net.minecraftforge.oredict.OreIngredient@2be3517]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7883 buildcrafttransport:pipe_stone_item_red RecipeStage{tier='three', recipe=8xitem.PipeItemsStone@15:[net.minecraftforge.oredict.OreIngredient@e73cba8, net.minecraftforge.oredict.OreIngredient@dc0383c, net.minecraftforge.oredict.OreIngredient@7d9651fc]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7884 buildcrafttransport:pipe_stone_item_black RecipeStage{tier='three', recipe=8xitem.PipeItemsStone@16:[net.minecraftforge.oredict.OreIngredient@178b5d42, net.minecraftforge.oredict.OreIngredient@54d02501, net.minecraftforge.oredict.OreIngredient@58ddf7fe]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7885 buildcrafttransport:pipe_quartz_item_colorless RecipeStage{tier='three', recipe=8xitem.PipeItemsQuartz@0:[net.minecraftforge.oredict.OreIngredient@31a5ad52, net.minecraftforge.oredict.OreIngredient@535d0b7d, net.minecraftforge.oredict.OreIngredient@670ce9f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7886 buildcrafttransport:pipe_quartz_item_white RecipeStage{tier='three', recipe=8xitem.PipeItemsQuartz@1:[net.minecraftforge.oredict.OreIngredient@7f41ee29, net.minecraftforge.oredict.OreIngredient@44f8391e, net.minecraftforge.oredict.OreIngredient@7f45d368]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7887 buildcrafttransport:pipe_quartz_item_orange RecipeStage{tier='three', recipe=8xitem.PipeItemsQuartz@2:[net.minecraftforge.oredict.OreIngredient@47581269, net.minecraftforge.oredict.OreIngredient@13e2ac74, net.minecraftforge.oredict.OreIngredient@16d75779]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7888 buildcrafttransport:pipe_quartz_item_magenta RecipeStage{tier='three', recipe=8xitem.PipeItemsQuartz@3:[net.minecraftforge.oredict.OreIngredient@67558197, net.minecraftforge.oredict.OreIngredient@4d12ea91, net.minecraftforge.oredict.OreIngredient@4b957e9b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7889 buildcrafttransport:pipe_quartz_item_lightblue RecipeStage{tier='three', recipe=8xitem.PipeItemsQuartz@4:[net.minecraftforge.oredict.OreIngredient@2ed4c7a6, net.minecraftforge.oredict.OreIngredient@14c92868, net.minecraftforge.oredict.OreIngredient@4ed50541]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7890 buildcrafttransport:pipe_quartz_item_yellow RecipeStage{tier='three', recipe=8xitem.PipeItemsQuartz@5:[net.minecraftforge.oredict.OreIngredient@4ce30c2b, net.minecraftforge.oredict.OreIngredient@772d00a4, net.minecraftforge.oredict.OreIngredient@2afaf7fb]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7891 buildcrafttransport:pipe_quartz_item_lime RecipeStage{tier='three', recipe=8xitem.PipeItemsQuartz@6:[net.minecraftforge.oredict.OreIngredient@77fa43eb, net.minecraftforge.oredict.OreIngredient@15752e1c, net.minecraftforge.oredict.OreIngredient@ac227c0]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7892 buildcrafttransport:pipe_quartz_item_pink RecipeStage{tier='three', recipe=8xitem.PipeItemsQuartz@7:[net.minecraftforge.oredict.OreIngredient@77d162f8, net.minecraftforge.oredict.OreIngredient@500f71b1, net.minecraftforge.oredict.OreIngredient@6c36b7e5]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7893 buildcrafttransport:pipe_quartz_item_gray RecipeStage{tier='three', recipe=8xitem.PipeItemsQuartz@8:[net.minecraftforge.oredict.OreIngredient@72c8eb38, net.minecraftforge.oredict.OreIngredient@319d20, net.minecraftforge.oredict.OreIngredient@2b98e31b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7894 buildcrafttransport:pipe_quartz_item_silver RecipeStage{tier='three', recipe=8xitem.PipeItemsQuartz@9:[net.minecraftforge.oredict.OreIngredient@2f08dda2, net.minecraftforge.oredict.OreIngredient@4f303eb2, net.minecraftforge.oredict.OreIngredient@43646363]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7895 buildcrafttransport:pipe_quartz_item_cyan RecipeStage{tier='three', recipe=8xitem.PipeItemsQuartz@10:[net.minecraftforge.oredict.OreIngredient@5fce56d3, net.minecraftforge.oredict.OreIngredient@715a25c4, net.minecraftforge.oredict.OreIngredient@3f514932]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7896 buildcrafttransport:pipe_quartz_item_purple RecipeStage{tier='three', recipe=8xitem.PipeItemsQuartz@11:[net.minecraftforge.oredict.OreIngredient@792b4ed1, net.minecraftforge.oredict.OreIngredient@6cd2e84e, net.minecraftforge.oredict.OreIngredient@4c86901f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7897 buildcrafttransport:pipe_quartz_item_blue RecipeStage{tier='three', recipe=8xitem.PipeItemsQuartz@12:[net.minecraftforge.oredict.OreIngredient@6ce36119, net.minecraftforge.oredict.OreIngredient@6ff608b7, net.minecraftforge.oredict.OreIngredient@149d02f2]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7898 buildcrafttransport:pipe_quartz_item_brown RecipeStage{tier='three', recipe=8xitem.PipeItemsQuartz@13:[net.minecraftforge.oredict.OreIngredient@3848c765, net.minecraftforge.oredict.OreIngredient@1bd2c38c, net.minecraftforge.oredict.OreIngredient@443ec80c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7899 buildcrafttransport:pipe_quartz_item_green RecipeStage{tier='three', recipe=8xitem.PipeItemsQuartz@14:[net.minecraftforge.oredict.OreIngredient@e0183a6, net.minecraftforge.oredict.OreIngredient@318e2e74, net.minecraftforge.oredict.OreIngredient@3ccd44c2]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7900 buildcrafttransport:pipe_quartz_item_red RecipeStage{tier='three', recipe=8xitem.PipeItemsQuartz@15:[net.minecraftforge.oredict.OreIngredient@23057fa7, net.minecraftforge.oredict.OreIngredient@3585b91c, net.minecraftforge.oredict.OreIngredient@75b8c451]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7901 buildcrafttransport:pipe_quartz_item_black RecipeStage{tier='three', recipe=8xitem.PipeItemsQuartz@16:[net.minecraftforge.oredict.OreIngredient@42b57a49, net.minecraftforge.oredict.OreIngredient@6949ae74, net.minecraftforge.oredict.OreIngredient@719cb402]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7902 buildcrafttransport:pipe_iron_item_colorless RecipeStage{tier='three', recipe=8xitem.PipeItemsIron@0:[net.minecraftforge.oredict.OreIngredient@640191b2, net.minecraftforge.oredict.OreIngredient@54372ffb, net.minecraftforge.oredict.OreIngredient@70a90594]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7903 buildcrafttransport:pipe_iron_item_white RecipeStage{tier='three', recipe=8xitem.PipeItemsIron@1:[net.minecraftforge.oredict.OreIngredient@4f840dcf, net.minecraftforge.oredict.OreIngredient@1a1c85f5, net.minecraftforge.oredict.OreIngredient@77b9240e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7904 buildcrafttransport:pipe_iron_item_orange RecipeStage{tier='three', recipe=8xitem.PipeItemsIron@2:[net.minecraftforge.oredict.OreIngredient@56fe5eb7, net.minecraftforge.oredict.OreIngredient@16948ae1, net.minecraftforge.oredict.OreIngredient@68599932]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7905 buildcrafttransport:pipe_iron_item_magenta RecipeStage{tier='three', recipe=8xitem.PipeItemsIron@3:[net.minecraftforge.oredict.OreIngredient@5596e7b1, net.minecraftforge.oredict.OreIngredient@43532b6f, net.minecraftforge.oredict.OreIngredient@71a26438]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7906 buildcrafttransport:pipe_iron_item_lightblue RecipeStage{tier='three', recipe=8xitem.PipeItemsIron@4:[net.minecraftforge.oredict.OreIngredient@183cdb7e, net.minecraftforge.oredict.OreIngredient@200fab82, net.minecraftforge.oredict.OreIngredient@7addefe5]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7907 buildcrafttransport:pipe_iron_item_yellow RecipeStage{tier='three', recipe=8xitem.PipeItemsIron@5:[net.minecraftforge.oredict.OreIngredient@c366f8d, net.minecraftforge.oredict.OreIngredient@448fe020, net.minecraftforge.oredict.OreIngredient@19810b29]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7908 buildcrafttransport:pipe_iron_item_lime RecipeStage{tier='three', recipe=8xitem.PipeItemsIron@6:[net.minecraftforge.oredict.OreIngredient@74b6aa1b, net.minecraftforge.oredict.OreIngredient@5eca5d88, net.minecraftforge.oredict.OreIngredient@657f2fe7]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7909 buildcrafttransport:pipe_iron_item_pink RecipeStage{tier='three', recipe=8xitem.PipeItemsIron@7:[net.minecraftforge.oredict.OreIngredient@4b0dd1b2, net.minecraftforge.oredict.OreIngredient@5bbbfe54, net.minecraftforge.oredict.OreIngredient@5711df23]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7910 buildcrafttransport:pipe_iron_item_gray RecipeStage{tier='three', recipe=8xitem.PipeItemsIron@8:[net.minecraftforge.oredict.OreIngredient@26480e17, net.minecraftforge.oredict.OreIngredient@7b343dcf, net.minecraftforge.oredict.OreIngredient@7ff9253a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7911 buildcrafttransport:pipe_iron_item_silver RecipeStage{tier='three', recipe=8xitem.PipeItemsIron@9:[net.minecraftforge.oredict.OreIngredient@7016a8df, net.minecraftforge.oredict.OreIngredient@1cf00456, net.minecraftforge.oredict.OreIngredient@46708312]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7912 buildcrafttransport:pipe_iron_item_cyan RecipeStage{tier='three', recipe=8xitem.PipeItemsIron@10:[net.minecraftforge.oredict.OreIngredient@e5fff15, net.minecraftforge.oredict.OreIngredient@50bbeab3, net.minecraftforge.oredict.OreIngredient@4c7585df]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7913 buildcrafttransport:pipe_iron_item_purple RecipeStage{tier='three', recipe=8xitem.PipeItemsIron@11:[net.minecraftforge.oredict.OreIngredient@3d8c0a60, net.minecraftforge.oredict.OreIngredient@5256ac14, net.minecraftforge.oredict.OreIngredient@5d372b73]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7914 buildcrafttransport:pipe_iron_item_blue RecipeStage{tier='three', recipe=8xitem.PipeItemsIron@12:[net.minecraftforge.oredict.OreIngredient@14089697, net.minecraftforge.oredict.OreIngredient@17d17fce, net.minecraftforge.oredict.OreIngredient@70004bd6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7915 buildcrafttransport:pipe_iron_item_brown RecipeStage{tier='three', recipe=8xitem.PipeItemsIron@13:[net.minecraftforge.oredict.OreIngredient@5cfa18e9, net.minecraftforge.oredict.OreIngredient@32e59340, net.minecraftforge.oredict.OreIngredient@2ed6a65b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7916 buildcrafttransport:pipe_iron_item_green RecipeStage{tier='three', recipe=8xitem.PipeItemsIron@14:[net.minecraftforge.oredict.OreIngredient@6243a3e, net.minecraftforge.oredict.OreIngredient@33a4fb7, net.minecraftforge.oredict.OreIngredient@1ddbb0df]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7917 buildcrafttransport:pipe_iron_item_red RecipeStage{tier='three', recipe=8xitem.PipeItemsIron@15:[net.minecraftforge.oredict.OreIngredient@46b39e8, net.minecraftforge.oredict.OreIngredient@15e0943c, net.minecraftforge.oredict.OreIngredient@44763cf2]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7918 buildcrafttransport:pipe_iron_item_black RecipeStage{tier='three', recipe=8xitem.PipeItemsIron@16:[net.minecraftforge.oredict.OreIngredient@2358a474, net.minecraftforge.oredict.OreIngredient@47eca2de, net.minecraftforge.oredict.OreIngredient@56bc9d41]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7919 buildcrafttransport:pipe_gold_item_colorless RecipeStage{tier='four', recipe=8xitem.PipeItemsGold@0:[net.minecraftforge.oredict.OreIngredient@5494bd5d, net.minecraftforge.oredict.OreIngredient@44a8c059, net.minecraftforge.oredict.OreIngredient@6670741b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7920 buildcrafttransport:pipe_gold_item_white RecipeStage{tier='four', recipe=8xitem.PipeItemsGold@1:[net.minecraftforge.oredict.OreIngredient@4971ea03, net.minecraftforge.oredict.OreIngredient@2eec3853, net.minecraftforge.oredict.OreIngredient@2cc48f9a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7921 buildcrafttransport:pipe_gold_item_orange RecipeStage{tier='four', recipe=8xitem.PipeItemsGold@2:[net.minecraftforge.oredict.OreIngredient@268b5a10, net.minecraftforge.oredict.OreIngredient@61da2220, net.minecraftforge.oredict.OreIngredient@2ebba904]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7922 buildcrafttransport:pipe_gold_item_magenta RecipeStage{tier='four', recipe=8xitem.PipeItemsGold@3:[net.minecraftforge.oredict.OreIngredient@19ba85fb, net.minecraftforge.oredict.OreIngredient@5ac10814, net.minecraftforge.oredict.OreIngredient@6abafc41]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7923 buildcrafttransport:pipe_gold_item_lightblue RecipeStage{tier='four', recipe=8xitem.PipeItemsGold@4:[net.minecraftforge.oredict.OreIngredient@1a4d9012, net.minecraftforge.oredict.OreIngredient@75fb12b7, net.minecraftforge.oredict.OreIngredient@27282fee]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7924 buildcrafttransport:pipe_gold_item_yellow RecipeStage{tier='four', recipe=8xitem.PipeItemsGold@5:[net.minecraftforge.oredict.OreIngredient@7ebaa5be, net.minecraftforge.oredict.OreIngredient@354875c4, net.minecraftforge.oredict.OreIngredient@180bb2d8]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7925 buildcrafttransport:pipe_gold_item_lime RecipeStage{tier='four', recipe=8xitem.PipeItemsGold@6:[net.minecraftforge.oredict.OreIngredient@1d3bf263, net.minecraftforge.oredict.OreIngredient@2e73a6e3, net.minecraftforge.oredict.OreIngredient@58e31e6e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7926 buildcrafttransport:pipe_gold_item_pink RecipeStage{tier='four', recipe=8xitem.PipeItemsGold@7:[net.minecraftforge.oredict.OreIngredient@63232623, net.minecraftforge.oredict.OreIngredient@1084aa74, net.minecraftforge.oredict.OreIngredient@23734447]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7927 buildcrafttransport:pipe_gold_item_gray RecipeStage{tier='four', recipe=8xitem.PipeItemsGold@8:[net.minecraftforge.oredict.OreIngredient@4bbed6, net.minecraftforge.oredict.OreIngredient@cc149be, net.minecraftforge.oredict.OreIngredient@392383e4]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7928 buildcrafttransport:pipe_gold_item_silver RecipeStage{tier='four', recipe=8xitem.PipeItemsGold@9:[net.minecraftforge.oredict.OreIngredient@3788dc59, net.minecraftforge.oredict.OreIngredient@141b62aa, net.minecraftforge.oredict.OreIngredient@121145ef]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7929 buildcrafttransport:pipe_gold_item_cyan RecipeStage{tier='four', recipe=8xitem.PipeItemsGold@10:[net.minecraftforge.oredict.OreIngredient@4cd7e593, net.minecraftforge.oredict.OreIngredient@1b30d9dd, net.minecraftforge.oredict.OreIngredient@54f1ffdb]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7930 buildcrafttransport:pipe_gold_item_purple RecipeStage{tier='four', recipe=8xitem.PipeItemsGold@11:[net.minecraftforge.oredict.OreIngredient@31ce5fce, net.minecraftforge.oredict.OreIngredient@77f9b3b4, net.minecraftforge.oredict.OreIngredient@6a9a610b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7931 buildcrafttransport:pipe_gold_item_blue RecipeStage{tier='four', recipe=8xitem.PipeItemsGold@12:[net.minecraftforge.oredict.OreIngredient@40b37e2b, net.minecraftforge.oredict.OreIngredient@43c6a58b, net.minecraftforge.oredict.OreIngredient@7918dd0f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7932 buildcrafttransport:pipe_gold_item_brown RecipeStage{tier='four', recipe=8xitem.PipeItemsGold@13:[net.minecraftforge.oredict.OreIngredient@18127d4c, net.minecraftforge.oredict.OreIngredient@51412879, net.minecraftforge.oredict.OreIngredient@275d3be4]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7933 buildcrafttransport:pipe_gold_item_green RecipeStage{tier='four', recipe=8xitem.PipeItemsGold@14:[net.minecraftforge.oredict.OreIngredient@41ab5dea, net.minecraftforge.oredict.OreIngredient@573d3f45, net.minecraftforge.oredict.OreIngredient@fe7dc20]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7934 buildcrafttransport:pipe_gold_item_red RecipeStage{tier='four', recipe=8xitem.PipeItemsGold@15:[net.minecraftforge.oredict.OreIngredient@43ba0198, net.minecraftforge.oredict.OreIngredient@4c740d10, net.minecraftforge.oredict.OreIngredient@728dd313]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7935 buildcrafttransport:pipe_gold_item_black RecipeStage{tier='four', recipe=8xitem.PipeItemsGold@16:[net.minecraftforge.oredict.OreIngredient@2d5d51b0, net.minecraftforge.oredict.OreIngredient@5da49df4, net.minecraftforge.oredict.OreIngredient@31540a43]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7936 buildcrafttransport:pipe_clay_item_colorless RecipeStage{tier='three', recipe=8xitem.PipeItemsClay@0:[net.minecraft.item.crafting.Ingredient@653d6343, net.minecraftforge.oredict.OreIngredient@d1813e9, net.minecraft.item.crafting.Ingredient@74aa7bb5]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7937 buildcrafttransport:pipe_clay_item_white RecipeStage{tier='three', recipe=8xitem.PipeItemsClay@1:[net.minecraft.item.crafting.Ingredient@72d986d5, net.minecraftforge.oredict.OreIngredient@1843eafb, net.minecraft.item.crafting.Ingredient@55092ce8]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7938 buildcrafttransport:pipe_clay_item_orange RecipeStage{tier='three', recipe=8xitem.PipeItemsClay@2:[net.minecraft.item.crafting.Ingredient@5c33a2fa, net.minecraftforge.oredict.OreIngredient@47d29529, net.minecraft.item.crafting.Ingredient@40c1bbf8]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7939 buildcrafttransport:pipe_clay_item_magenta RecipeStage{tier='three', recipe=8xitem.PipeItemsClay@3:[net.minecraft.item.crafting.Ingredient@77ded2c6, net.minecraftforge.oredict.OreIngredient@6925181b, net.minecraft.item.crafting.Ingredient@3a8db9be]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7940 buildcrafttransport:pipe_clay_item_lightblue RecipeStage{tier='three', recipe=8xitem.PipeItemsClay@4:[net.minecraft.item.crafting.Ingredient@2a94aa4, net.minecraftforge.oredict.OreIngredient@149a6c6a, net.minecraft.item.crafting.Ingredient@55be5306]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7941 buildcrafttransport:pipe_clay_item_yellow RecipeStage{tier='three', recipe=8xitem.PipeItemsClay@5:[net.minecraft.item.crafting.Ingredient@58cd1d44, net.minecraftforge.oredict.OreIngredient@38f29997, net.minecraft.item.crafting.Ingredient@7fcc4338]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7942 buildcrafttransport:pipe_clay_item_lime RecipeStage{tier='three', recipe=8xitem.PipeItemsClay@6:[net.minecraft.item.crafting.Ingredient@540c0cd7, net.minecraftforge.oredict.OreIngredient@65d65673, net.minecraft.item.crafting.Ingredient@494450ed]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7943 buildcrafttransport:pipe_clay_item_pink RecipeStage{tier='three', recipe=8xitem.PipeItemsClay@7:[net.minecraft.item.crafting.Ingredient@6d7ea751, net.minecraftforge.oredict.OreIngredient@51e4ea5c, net.minecraft.item.crafting.Ingredient@656512b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7944 buildcrafttransport:pipe_clay_item_gray RecipeStage{tier='three', recipe=8xitem.PipeItemsClay@8:[net.minecraft.item.crafting.Ingredient@13d2f8ab, net.minecraftforge.oredict.OreIngredient@51f99442, net.minecraft.item.crafting.Ingredient@27393cf3]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7945 buildcrafttransport:pipe_clay_item_silver RecipeStage{tier='three', recipe=8xitem.PipeItemsClay@9:[net.minecraft.item.crafting.Ingredient@2a0e8533, net.minecraftforge.oredict.OreIngredient@59f82d74, net.minecraft.item.crafting.Ingredient@44beea25]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7946 buildcrafttransport:pipe_clay_item_cyan RecipeStage{tier='three', recipe=8xitem.PipeItemsClay@10:[net.minecraft.item.crafting.Ingredient@4064c2b2, net.minecraftforge.oredict.OreIngredient@6b33f7d7, net.minecraft.item.crafting.Ingredient@73b8e759]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7947 buildcrafttransport:pipe_clay_item_purple RecipeStage{tier='three', recipe=8xitem.PipeItemsClay@11:[net.minecraft.item.crafting.Ingredient@7c928edd, net.minecraftforge.oredict.OreIngredient@3cddf7b5, net.minecraft.item.crafting.Ingredient@48a42c39]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7948 buildcrafttransport:pipe_clay_item_blue RecipeStage{tier='three', recipe=8xitem.PipeItemsClay@12:[net.minecraft.item.crafting.Ingredient@6310435d, net.minecraftforge.oredict.OreIngredient@598f404f, net.minecraft.item.crafting.Ingredient@a3c7ee2]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7949 buildcrafttransport:pipe_clay_item_brown RecipeStage{tier='three', recipe=8xitem.PipeItemsClay@13:[net.minecraft.item.crafting.Ingredient@55110c6a, net.minecraftforge.oredict.OreIngredient@1f1d01b5, net.minecraft.item.crafting.Ingredient@3c33a344]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7950 buildcrafttransport:pipe_clay_item_green RecipeStage{tier='three', recipe=8xitem.PipeItemsClay@14:[net.minecraft.item.crafting.Ingredient@2371229b, net.minecraftforge.oredict.OreIngredient@759e3561, net.minecraft.item.crafting.Ingredient@2798c32]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7951 buildcrafttransport:pipe_clay_item_red RecipeStage{tier='three', recipe=8xitem.PipeItemsClay@15:[net.minecraft.item.crafting.Ingredient@511a4d1c, net.minecraftforge.oredict.OreIngredient@1bfd58b4, net.minecraft.item.crafting.Ingredient@1fcc4311]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7952 buildcrafttransport:pipe_clay_item_black RecipeStage{tier='three', recipe=8xitem.PipeItemsClay@16:[net.minecraft.item.crafting.Ingredient@4de4c54a, net.minecraftforge.oredict.OreIngredient@41840579, net.minecraft.item.crafting.Ingredient@30cdd32c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7953 buildcrafttransport:pipe_sandstone_item_colorless RecipeStage{tier='three', recipe=8xitem.PipeItemsSandstone@0:[net.minecraft.item.crafting.Ingredient@4c4b9599, net.minecraftforge.oredict.OreIngredient@738f0b63, net.minecraft.item.crafting.Ingredient@12c16b8f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7954 buildcrafttransport:pipe_sandstone_item_white RecipeStage{tier='three', recipe=8xitem.PipeItemsSandstone@1:[net.minecraft.item.crafting.Ingredient@32129223, net.minecraftforge.oredict.OreIngredient@20c9d8ff, net.minecraft.item.crafting.Ingredient@2b960afd]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7955 buildcrafttransport:pipe_sandstone_item_orange RecipeStage{tier='three', recipe=8xitem.PipeItemsSandstone@2:[net.minecraft.item.crafting.Ingredient@d67a4e8, net.minecraftforge.oredict.OreIngredient@78ddaa53, net.minecraft.item.crafting.Ingredient@16bd865b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7956 buildcrafttransport:pipe_sandstone_item_magenta RecipeStage{tier='three', recipe=8xitem.PipeItemsSandstone@3:[net.minecraft.item.crafting.Ingredient@7610ead1, net.minecraftforge.oredict.OreIngredient@197f99fb, net.minecraft.item.crafting.Ingredient@c653516]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7957 buildcrafttransport:pipe_sandstone_item_lightblue RecipeStage{tier='three', recipe=8xitem.PipeItemsSandstone@4:[net.minecraft.item.crafting.Ingredient@2cdc2b15, net.minecraftforge.oredict.OreIngredient@6ce18691, net.minecraft.item.crafting.Ingredient@9b4761d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7958 buildcrafttransport:pipe_sandstone_item_yellow RecipeStage{tier='three', recipe=8xitem.PipeItemsSandstone@5:[net.minecraft.item.crafting.Ingredient@246696f9, net.minecraftforge.oredict.OreIngredient@6efdc2b0, net.minecraft.item.crafting.Ingredient@ec818f6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7959 buildcrafttransport:pipe_sandstone_item_lime RecipeStage{tier='three', recipe=8xitem.PipeItemsSandstone@6:[net.minecraft.item.crafting.Ingredient@6be4ceba, net.minecraftforge.oredict.OreIngredient@254dcade, net.minecraft.item.crafting.Ingredient@25a57498]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7960 buildcrafttransport:pipe_sandstone_item_pink RecipeStage{tier='three', recipe=8xitem.PipeItemsSandstone@7:[net.minecraft.item.crafting.Ingredient@39969f25, net.minecraftforge.oredict.OreIngredient@7cc91a3c, net.minecraft.item.crafting.Ingredient@37192d3b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7961 buildcrafttransport:pipe_sandstone_item_gray RecipeStage{tier='three', recipe=8xitem.PipeItemsSandstone@8:[net.minecraft.item.crafting.Ingredient@5535a2fb, net.minecraftforge.oredict.OreIngredient@1f17ca32, net.minecraft.item.crafting.Ingredient@2b3b2d93]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7962 buildcrafttransport:pipe_sandstone_item_silver RecipeStage{tier='three', recipe=8xitem.PipeItemsSandstone@9:[net.minecraft.item.crafting.Ingredient@472bb4e, net.minecraftforge.oredict.OreIngredient@57305b54, net.minecraft.item.crafting.Ingredient@76d749e6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7963 buildcrafttransport:pipe_sandstone_item_cyan RecipeStage{tier='three', recipe=8xitem.PipeItemsSandstone@10:[net.minecraft.item.crafting.Ingredient@7d78c9c9, net.minecraftforge.oredict.OreIngredient@64932073, net.minecraft.item.crafting.Ingredient@312c37f9]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7964 buildcrafttransport:pipe_sandstone_item_purple RecipeStage{tier='three', recipe=8xitem.PipeItemsSandstone@11:[net.minecraft.item.crafting.Ingredient@3e00e3cb, net.minecraftforge.oredict.OreIngredient@13aead1e, net.minecraft.item.crafting.Ingredient@6ec3980d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7965 buildcrafttransport:pipe_sandstone_item_blue RecipeStage{tier='three', recipe=8xitem.PipeItemsSandstone@12:[net.minecraft.item.crafting.Ingredient@45ca6de0, net.minecraftforge.oredict.OreIngredient@519b1b00, net.minecraft.item.crafting.Ingredient@373b96a4]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7966 buildcrafttransport:pipe_sandstone_item_brown RecipeStage{tier='three', recipe=8xitem.PipeItemsSandstone@13:[net.minecraft.item.crafting.Ingredient@556f2be7, net.minecraftforge.oredict.OreIngredient@37c04692, net.minecraft.item.crafting.Ingredient@3e8a1958]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7967 buildcrafttransport:pipe_sandstone_item_green RecipeStage{tier='three', recipe=8xitem.PipeItemsSandstone@14:[net.minecraft.item.crafting.Ingredient@3ffc9690, net.minecraftforge.oredict.OreIngredient@64132090, net.minecraft.item.crafting.Ingredient@51d218ee]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7968 buildcrafttransport:pipe_sandstone_item_red RecipeStage{tier='three', recipe=8xitem.PipeItemsSandstone@15:[net.minecraft.item.crafting.Ingredient@294ed3a0, net.minecraftforge.oredict.OreIngredient@1570113c, net.minecraft.item.crafting.Ingredient@681aab0f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7969 buildcrafttransport:pipe_sandstone_item_black RecipeStage{tier='three', recipe=8xitem.PipeItemsSandstone@16:[net.minecraft.item.crafting.Ingredient@5424af12, net.minecraftforge.oredict.OreIngredient@7cb721bc, net.minecraft.item.crafting.Ingredient@69db244a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7971 buildcrafttransport:pipe_void_item_white RecipeStage{tier='three', recipe=8xitem.PipeItemsVoid@1:[net.minecraft.item.crafting.Ingredient@2c26517c, net.minecraftforge.oredict.OreIngredient@12cf50df, net.minecraftforge.oredict.OreIngredient@73fc7946]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7972 buildcrafttransport:pipe_void_item_orange RecipeStage{tier='three', recipe=8xitem.PipeItemsVoid@2:[net.minecraft.item.crafting.Ingredient@18173290, net.minecraftforge.oredict.OreIngredient@6010aeec, net.minecraftforge.oredict.OreIngredient@8315e9d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7973 buildcrafttransport:pipe_void_item_magenta RecipeStage{tier='three', recipe=8xitem.PipeItemsVoid@3:[net.minecraft.item.crafting.Ingredient@66c52d5f, net.minecraftforge.oredict.OreIngredient@100f70e, net.minecraftforge.oredict.OreIngredient@640242ac]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7974 buildcrafttransport:pipe_void_item_lightblue RecipeStage{tier='three', recipe=8xitem.PipeItemsVoid@4:[net.minecraft.item.crafting.Ingredient@31dc5d6e, net.minecraftforge.oredict.OreIngredient@410349b5, net.minecraftforge.oredict.OreIngredient@473d7edb]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7975 buildcrafttransport:pipe_void_item_yellow RecipeStage{tier='three', recipe=8xitem.PipeItemsVoid@5:[net.minecraft.item.crafting.Ingredient@d050d99, net.minecraftforge.oredict.OreIngredient@7af7da3c, net.minecraftforge.oredict.OreIngredient@21626144]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7976 buildcrafttransport:pipe_void_item_lime RecipeStage{tier='three', recipe=8xitem.PipeItemsVoid@6:[net.minecraft.item.crafting.Ingredient@96c5100, net.minecraftforge.oredict.OreIngredient@7f547258, net.minecraftforge.oredict.OreIngredient@3bb67928]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7977 buildcrafttransport:pipe_void_item_pink RecipeStage{tier='three', recipe=8xitem.PipeItemsVoid@7:[net.minecraft.item.crafting.Ingredient@3f161c90, net.minecraftforge.oredict.OreIngredient@6b7b2f65, net.minecraftforge.oredict.OreIngredient@37615d63]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7978 buildcrafttransport:pipe_void_item_gray RecipeStage{tier='three', recipe=8xitem.PipeItemsVoid@8:[net.minecraft.item.crafting.Ingredient@7d1ce22b, net.minecraftforge.oredict.OreIngredient@72992dd9, net.minecraftforge.oredict.OreIngredient@40ab32ae]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7979 buildcrafttransport:pipe_void_item_silver RecipeStage{tier='three', recipe=8xitem.PipeItemsVoid@9:[net.minecraft.item.crafting.Ingredient@16823d38, net.minecraftforge.oredict.OreIngredient@34e940dc, net.minecraftforge.oredict.OreIngredient@f255304]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7980 buildcrafttransport:pipe_void_item_cyan RecipeStage{tier='three', recipe=8xitem.PipeItemsVoid@10:[net.minecraft.item.crafting.Ingredient@1369dd6c, net.minecraftforge.oredict.OreIngredient@486058d4, net.minecraftforge.oredict.OreIngredient@36f10176]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7981 buildcrafttransport:pipe_void_item_purple RecipeStage{tier='three', recipe=8xitem.PipeItemsVoid@11:[net.minecraft.item.crafting.Ingredient@2bcd2d63, net.minecraftforge.oredict.OreIngredient@5f653f50, net.minecraftforge.oredict.OreIngredient@150963dd]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7982 buildcrafttransport:pipe_void_item_blue RecipeStage{tier='three', recipe=8xitem.PipeItemsVoid@12:[net.minecraft.item.crafting.Ingredient@7b165db8, net.minecraftforge.oredict.OreIngredient@5336eac8, net.minecraftforge.oredict.OreIngredient@255fde8c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7983 buildcrafttransport:pipe_void_item_brown RecipeStage{tier='three', recipe=8xitem.PipeItemsVoid@13:[net.minecraft.item.crafting.Ingredient@3597ec86, net.minecraftforge.oredict.OreIngredient@ae338a8, net.minecraftforge.oredict.OreIngredient@6e67ff06]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7984 buildcrafttransport:pipe_void_item_green RecipeStage{tier='three', recipe=8xitem.PipeItemsVoid@14:[net.minecraft.item.crafting.Ingredient@50c6ac63, net.minecraftforge.oredict.OreIngredient@12bda843, net.minecraftforge.oredict.OreIngredient@108f6b2]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7985 buildcrafttransport:pipe_void_item_red RecipeStage{tier='three', recipe=8xitem.PipeItemsVoid@15:[net.minecraft.item.crafting.Ingredient@512729d9, net.minecraftforge.oredict.OreIngredient@685cb521, net.minecraftforge.oredict.OreIngredient@17dce829]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7986 buildcrafttransport:pipe_void_item_black RecipeStage{tier='three', recipe=8xitem.PipeItemsVoid@16:[net.minecraft.item.crafting.Ingredient@dc30196, net.minecraftforge.oredict.OreIngredient@70d67a9e, net.minecraftforge.oredict.OreIngredient@7d2e2da7]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7987 buildcrafttransport:pipe_obsidian_item_colorless RecipeStage{tier='four', recipe=8xitem.PipeItemsObsidian@0:[net.minecraft.item.crafting.Ingredient@1497d529, net.minecraftforge.oredict.OreIngredient@5b191a16, net.minecraft.item.crafting.Ingredient@18588109]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7988 buildcrafttransport:pipe_obsidian_item_white RecipeStage{tier='four', recipe=8xitem.PipeItemsObsidian@1:[net.minecraft.item.crafting.Ingredient@1d75b309, net.minecraftforge.oredict.OreIngredient@52a342f4, net.minecraft.item.crafting.Ingredient@41793967]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7989 buildcrafttransport:pipe_obsidian_item_orange RecipeStage{tier='four', recipe=8xitem.PipeItemsObsidian@2:[net.minecraft.item.crafting.Ingredient@5d121eb4, net.minecraftforge.oredict.OreIngredient@1dd4fad3, net.minecraft.item.crafting.Ingredient@55a8b670]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7990 buildcrafttransport:pipe_obsidian_item_magenta RecipeStage{tier='four', recipe=8xitem.PipeItemsObsidian@3:[net.minecraft.item.crafting.Ingredient@458b3c75, net.minecraftforge.oredict.OreIngredient@6fb86393, net.minecraft.item.crafting.Ingredient@55000982]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7991 buildcrafttransport:pipe_obsidian_item_lightblue RecipeStage{tier='four', recipe=8xitem.PipeItemsObsidian@4:[net.minecraft.item.crafting.Ingredient@704da1c5, net.minecraftforge.oredict.OreIngredient@9dca195, net.minecraft.item.crafting.Ingredient@2554ea57]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7992 buildcrafttransport:pipe_obsidian_item_yellow RecipeStage{tier='four', recipe=8xitem.PipeItemsObsidian@5:[net.minecraft.item.crafting.Ingredient@32988b71, net.minecraftforge.oredict.OreIngredient@5c2006a8, net.minecraft.item.crafting.Ingredient@309cc927]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7993 buildcrafttransport:pipe_obsidian_item_lime RecipeStage{tier='four', recipe=8xitem.PipeItemsObsidian@6:[net.minecraft.item.crafting.Ingredient@37e8494c, net.minecraftforge.oredict.OreIngredient@3da234a4, net.minecraft.item.crafting.Ingredient@616b7b67]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7994 buildcrafttransport:pipe_obsidian_item_pink RecipeStage{tier='four', recipe=8xitem.PipeItemsObsidian@7:[net.minecraft.item.crafting.Ingredient@650d5652, net.minecraftforge.oredict.OreIngredient@732ca187, net.minecraft.item.crafting.Ingredient@5f07b9d7]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7995 buildcrafttransport:pipe_obsidian_item_gray RecipeStage{tier='four', recipe=8xitem.PipeItemsObsidian@8:[net.minecraft.item.crafting.Ingredient@3a795cdc, net.minecraftforge.oredict.OreIngredient@4ee42141, net.minecraft.item.crafting.Ingredient@58d29345]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7996 buildcrafttransport:pipe_obsidian_item_silver RecipeStage{tier='four', recipe=8xitem.PipeItemsObsidian@9:[net.minecraft.item.crafting.Ingredient@42a1f07e, net.minecraftforge.oredict.OreIngredient@61a4dd78, net.minecraft.item.crafting.Ingredient@e250bd4]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7997 buildcrafttransport:pipe_obsidian_item_cyan RecipeStage{tier='four', recipe=8xitem.PipeItemsObsidian@10:[net.minecraft.item.crafting.Ingredient@68ebfe38, net.minecraftforge.oredict.OreIngredient@9be68f9, net.minecraft.item.crafting.Ingredient@4e36235a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7998 buildcrafttransport:pipe_obsidian_item_purple RecipeStage{tier='four', recipe=8xitem.PipeItemsObsidian@11:[net.minecraft.item.crafting.Ingredient@3dd36709, net.minecraftforge.oredict.OreIngredient@3883ee13, net.minecraft.item.crafting.Ingredient@4280bf1a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7999 buildcrafttransport:pipe_obsidian_item_blue RecipeStage{tier='four', recipe=8xitem.PipeItemsObsidian@12:[net.minecraft.item.crafting.Ingredient@66da1ba5, net.minecraftforge.oredict.OreIngredient@6b18152, net.minecraft.item.crafting.Ingredient@21e5100b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8000 buildcrafttransport:pipe_obsidian_item_brown RecipeStage{tier='four', recipe=8xitem.PipeItemsObsidian@13:[net.minecraft.item.crafting.Ingredient@4e55ded0, net.minecraftforge.oredict.OreIngredient@4d8848ed, net.minecraft.item.crafting.Ingredient@47b9ea59]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8001 buildcrafttransport:pipe_obsidian_item_green RecipeStage{tier='four', recipe=8xitem.PipeItemsObsidian@14:[net.minecraft.item.crafting.Ingredient@725ac56e, net.minecraftforge.oredict.OreIngredient@7579f2d4, net.minecraft.item.crafting.Ingredient@7a39025e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8002 buildcrafttransport:pipe_obsidian_item_red RecipeStage{tier='four', recipe=8xitem.PipeItemsObsidian@15:[net.minecraft.item.crafting.Ingredient@a3bc36c, net.minecraftforge.oredict.OreIngredient@277a105, net.minecraft.item.crafting.Ingredient@38221b87]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8003 buildcrafttransport:pipe_obsidian_item_black RecipeStage{tier='four', recipe=8xitem.PipeItemsObsidian@16:[net.minecraft.item.crafting.Ingredient@8200636, net.minecraftforge.oredict.OreIngredient@1fb62804, net.minecraft.item.crafting.Ingredient@20f6ca96]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8004 buildcrafttransport:pipe_diamond_item_colorless RecipeStage{tier='five', recipe=8xitem.PipeItemsDiamond@0:[net.minecraft.item.crafting.Ingredient@6f70a17a, net.minecraftforge.oredict.OreIngredient@571c854c, net.minecraft.item.crafting.Ingredient@79c46478]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8005 buildcrafttransport:pipe_diamond_item_white net.minecraftforge.oredict.ShapedOreRecipe@53256f98 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8006 buildcrafttransport:pipe_diamond_item_orange net.minecraftforge.oredict.ShapedOreRecipe@7c94e808 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8007 buildcrafttransport:pipe_diamond_item_magenta net.minecraftforge.oredict.ShapedOreRecipe@11d97548 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8008 buildcrafttransport:pipe_diamond_item_lightblue net.minecraftforge.oredict.ShapedOreRecipe@69bd6bc6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8009 buildcrafttransport:pipe_diamond_item_yellow net.minecraftforge.oredict.ShapedOreRecipe@e521c61 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8010 buildcrafttransport:pipe_diamond_item_lime net.minecraftforge.oredict.ShapedOreRecipe@e445561 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8011 buildcrafttransport:pipe_diamond_item_pink net.minecraftforge.oredict.ShapedOreRecipe@20eba916 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8012 buildcrafttransport:pipe_diamond_item_gray net.minecraftforge.oredict.ShapedOreRecipe@72383054 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8013 buildcrafttransport:pipe_diamond_item_silver net.minecraftforge.oredict.ShapedOreRecipe@6a87de61 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8014 buildcrafttransport:pipe_diamond_item_cyan net.minecraftforge.oredict.ShapedOreRecipe@e487480 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8015 buildcrafttransport:pipe_diamond_item_purple net.minecraftforge.oredict.ShapedOreRecipe@63f78e21 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8016 buildcrafttransport:pipe_diamond_item_blue net.minecraftforge.oredict.ShapedOreRecipe@61d11c05 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8017 buildcrafttransport:pipe_diamond_item_brown net.minecraftforge.oredict.ShapedOreRecipe@5823dea0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8018 buildcrafttransport:pipe_diamond_item_green net.minecraftforge.oredict.ShapedOreRecipe@7a1070e6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8019 buildcrafttransport:pipe_diamond_item_red net.minecraftforge.oredict.ShapedOreRecipe@21b849a1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8020 buildcrafttransport:pipe_diamond_item_black net.minecraftforge.oredict.ShapedOreRecipe@cf72c2e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8021 buildcrafttransport:pipe_lapis_item_colorless RecipeStage{tier='four', recipe=8xitem.PipeItemsLapis@0:[net.minecraft.item.crafting.Ingredient@2d9a3f5b, net.minecraftforge.oredict.OreIngredient@556cc14d, net.minecraft.item.crafting.Ingredient@36c70a22]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8022 buildcrafttransport:pipe_lapis_item_white RecipeStage{tier='four', recipe=8xitem.PipeItemsLapis@1:[net.minecraft.item.crafting.Ingredient@1cd38a37, net.minecraftforge.oredict.OreIngredient@219ed828, net.minecraft.item.crafting.Ingredient@12cb0595]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8023 buildcrafttransport:pipe_lapis_item_orange RecipeStage{tier='four', recipe=8xitem.PipeItemsLapis@2:[net.minecraft.item.crafting.Ingredient@39473935, net.minecraftforge.oredict.OreIngredient@2462adf8, net.minecraft.item.crafting.Ingredient@736a7425]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8024 buildcrafttransport:pipe_lapis_item_magenta RecipeStage{tier='four', recipe=8xitem.PipeItemsLapis@3:[net.minecraft.item.crafting.Ingredient@31cc4bbe, net.minecraftforge.oredict.OreIngredient@201ba85f, net.minecraft.item.crafting.Ingredient@11a7dafe]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8025 buildcrafttransport:pipe_lapis_item_lightblue RecipeStage{tier='four', recipe=8xitem.PipeItemsLapis@4:[net.minecraft.item.crafting.Ingredient@502997d4, net.minecraftforge.oredict.OreIngredient@252d1f4, net.minecraft.item.crafting.Ingredient@7ff6c705]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8026 buildcrafttransport:pipe_lapis_item_yellow RecipeStage{tier='four', recipe=8xitem.PipeItemsLapis@5:[net.minecraft.item.crafting.Ingredient@4081a1ad, net.minecraftforge.oredict.OreIngredient@1d4f25f2, net.minecraft.item.crafting.Ingredient@9068857]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8027 buildcrafttransport:pipe_lapis_item_lime RecipeStage{tier='four', recipe=8xitem.PipeItemsLapis@6:[net.minecraft.item.crafting.Ingredient@5cde4fa1, net.minecraftforge.oredict.OreIngredient@523e92e, net.minecraft.item.crafting.Ingredient@61a7205d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8028 buildcrafttransport:pipe_lapis_item_pink RecipeStage{tier='four', recipe=8xitem.PipeItemsLapis@7:[net.minecraft.item.crafting.Ingredient@421ff030, net.minecraftforge.oredict.OreIngredient@12751d, net.minecraft.item.crafting.Ingredient@1a6295e6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8029 buildcrafttransport:pipe_lapis_item_gray RecipeStage{tier='four', recipe=8xitem.PipeItemsLapis@8:[net.minecraft.item.crafting.Ingredient@4195e5b4, net.minecraftforge.oredict.OreIngredient@5c7fbbbf, net.minecraft.item.crafting.Ingredient@4fd695c5]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8030 buildcrafttransport:pipe_lapis_item_silver RecipeStage{tier='four', recipe=8xitem.PipeItemsLapis@9:[net.minecraft.item.crafting.Ingredient@7ef0deb3, net.minecraftforge.oredict.OreIngredient@2470e547, net.minecraft.item.crafting.Ingredient@5730415]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8031 buildcrafttransport:pipe_lapis_item_cyan RecipeStage{tier='four', recipe=8xitem.PipeItemsLapis@10:[net.minecraft.item.crafting.Ingredient@7d001fd4, net.minecraftforge.oredict.OreIngredient@43b7744e, net.minecraft.item.crafting.Ingredient@60ceefcd]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8032 buildcrafttransport:pipe_lapis_item_purple RecipeStage{tier='four', recipe=8xitem.PipeItemsLapis@11:[net.minecraft.item.crafting.Ingredient@51429d69, net.minecraftforge.oredict.OreIngredient@3e08a98d, net.minecraft.item.crafting.Ingredient@4665a00b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8033 buildcrafttransport:pipe_lapis_item_blue RecipeStage{tier='four', recipe=8xitem.PipeItemsLapis@12:[net.minecraft.item.crafting.Ingredient@59cbd5e7, net.minecraftforge.oredict.OreIngredient@49fad029, net.minecraft.item.crafting.Ingredient@3245532d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8034 buildcrafttransport:pipe_lapis_item_brown RecipeStage{tier='four', recipe=8xitem.PipeItemsLapis@13:[net.minecraft.item.crafting.Ingredient@6f49fe94, net.minecraftforge.oredict.OreIngredient@68e9f92b, net.minecraft.item.crafting.Ingredient@778d046b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8035 buildcrafttransport:pipe_lapis_item_green RecipeStage{tier='four', recipe=8xitem.PipeItemsLapis@14:[net.minecraft.item.crafting.Ingredient@73b14120, net.minecraftforge.oredict.OreIngredient@4b07217b, net.minecraft.item.crafting.Ingredient@6c80bd61]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8036 buildcrafttransport:pipe_lapis_item_red RecipeStage{tier='four', recipe=8xitem.PipeItemsLapis@15:[net.minecraft.item.crafting.Ingredient@498e61e, net.minecraftforge.oredict.OreIngredient@1f64d078, net.minecraft.item.crafting.Ingredient@6d1a3859]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8037 buildcrafttransport:pipe_lapis_item_black RecipeStage{tier='four', recipe=8xitem.PipeItemsLapis@16:[net.minecraft.item.crafting.Ingredient@69e59729, net.minecraftforge.oredict.OreIngredient@6c5f4f74, net.minecraft.item.crafting.Ingredient@5501b2bc]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8038 buildcrafttransport:pipe_daizuli_item_colorless RecipeStage{tier='five', recipe=8xitem.PipeItemsDaizuli@0:[net.minecraft.item.crafting.Ingredient@72f00638, net.minecraftforge.oredict.OreIngredient@3c0e0054, net.minecraft.item.crafting.Ingredient@2a3cce88]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8039 buildcrafttransport:pipe_daizuli_item_white net.minecraftforge.oredict.ShapedOreRecipe@5df870c6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8040 buildcrafttransport:pipe_daizuli_item_orange net.minecraftforge.oredict.ShapedOreRecipe@8a4e556 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8041 buildcrafttransport:pipe_daizuli_item_magenta net.minecraftforge.oredict.ShapedOreRecipe@7bd12902 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8042 buildcrafttransport:pipe_daizuli_item_lightblue net.minecraftforge.oredict.ShapedOreRecipe@4134464a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8043 buildcrafttransport:pipe_daizuli_item_yellow net.minecraftforge.oredict.ShapedOreRecipe@7593e427 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8044 buildcrafttransport:pipe_daizuli_item_lime net.minecraftforge.oredict.ShapedOreRecipe@495e503b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8045 buildcrafttransport:pipe_daizuli_item_pink net.minecraftforge.oredict.ShapedOreRecipe@39393303 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8046 buildcrafttransport:pipe_daizuli_item_gray net.minecraftforge.oredict.ShapedOreRecipe@59f2e2e8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8047 buildcrafttransport:pipe_daizuli_item_silver net.minecraftforge.oredict.ShapedOreRecipe@4a8cd157 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8048 buildcrafttransport:pipe_daizuli_item_cyan net.minecraftforge.oredict.ShapedOreRecipe@5a8719db +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8049 buildcrafttransport:pipe_daizuli_item_purple net.minecraftforge.oredict.ShapedOreRecipe@1f824a09 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8050 buildcrafttransport:pipe_daizuli_item_blue net.minecraftforge.oredict.ShapedOreRecipe@3da8049e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8051 buildcrafttransport:pipe_daizuli_item_brown net.minecraftforge.oredict.ShapedOreRecipe@601e0fde +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8052 buildcrafttransport:pipe_daizuli_item_green net.minecraftforge.oredict.ShapedOreRecipe@5ff6bad2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8053 buildcrafttransport:pipe_daizuli_item_red net.minecraftforge.oredict.ShapedOreRecipe@3d97635f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8054 buildcrafttransport:pipe_daizuli_item_black net.minecraftforge.oredict.ShapedOreRecipe@31cdea58 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8055 buildcrafttransport:pipe_diamond_wood_item_colorless RecipeStage{tier='five', recipe=8xitem.PipeItemsWoodenDiamond@0:[net.minecraftforge.oredict.OreIngredient@49e18998, net.minecraftforge.oredict.OreIngredient@2b51d2e1, net.minecraft.item.crafting.Ingredient@2b440837]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8056 buildcrafttransport:pipe_diamond_wood_item_white RecipeStage{tier='five', recipe=8xitem.PipeItemsWoodenDiamond@1:[net.minecraftforge.oredict.OreIngredient@30f8988a, net.minecraftforge.oredict.OreIngredient@1e952047, net.minecraft.item.crafting.Ingredient@3b762b12]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8057 buildcrafttransport:pipe_diamond_wood_item_orange RecipeStage{tier='five', recipe=8xitem.PipeItemsWoodenDiamond@2:[net.minecraftforge.oredict.OreIngredient@1c2cf788, net.minecraftforge.oredict.OreIngredient@21a8ec3a, net.minecraft.item.crafting.Ingredient@160871a4]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8058 buildcrafttransport:pipe_diamond_wood_item_magenta RecipeStage{tier='five', recipe=8xitem.PipeItemsWoodenDiamond@3:[net.minecraftforge.oredict.OreIngredient@1219ee76, net.minecraftforge.oredict.OreIngredient@2166d52f, net.minecraft.item.crafting.Ingredient@474938c0]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8059 buildcrafttransport:pipe_diamond_wood_item_lightblue RecipeStage{tier='five', recipe=8xitem.PipeItemsWoodenDiamond@4:[net.minecraftforge.oredict.OreIngredient@37fd379, net.minecraftforge.oredict.OreIngredient@1aa617c3, net.minecraft.item.crafting.Ingredient@d7e74ee]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8060 buildcrafttransport:pipe_diamond_wood_item_yellow RecipeStage{tier='five', recipe=8xitem.PipeItemsWoodenDiamond@5:[net.minecraftforge.oredict.OreIngredient@7e8aebb3, net.minecraftforge.oredict.OreIngredient@2a9f3e51, net.minecraft.item.crafting.Ingredient@ad3988]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8061 buildcrafttransport:pipe_diamond_wood_item_lime RecipeStage{tier='five', recipe=8xitem.PipeItemsWoodenDiamond@6:[net.minecraftforge.oredict.OreIngredient@184cb3cb, net.minecraftforge.oredict.OreIngredient@22fa6dec, net.minecraft.item.crafting.Ingredient@71c4a833]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8062 buildcrafttransport:pipe_diamond_wood_item_pink RecipeStage{tier='five', recipe=8xitem.PipeItemsWoodenDiamond@7:[net.minecraftforge.oredict.OreIngredient@7ecf823b, net.minecraftforge.oredict.OreIngredient@5b7ab553, net.minecraft.item.crafting.Ingredient@2a9e38e1]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8063 buildcrafttransport:pipe_diamond_wood_item_gray RecipeStage{tier='five', recipe=8xitem.PipeItemsWoodenDiamond@8:[net.minecraftforge.oredict.OreIngredient@5f1b8991, net.minecraftforge.oredict.OreIngredient@ac7165e, net.minecraft.item.crafting.Ingredient@419fba3]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8064 buildcrafttransport:pipe_diamond_wood_item_silver RecipeStage{tier='five', recipe=8xitem.PipeItemsWoodenDiamond@9:[net.minecraftforge.oredict.OreIngredient@6c037f62, net.minecraftforge.oredict.OreIngredient@154bc2eb, net.minecraft.item.crafting.Ingredient@278c55a2]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8065 buildcrafttransport:pipe_diamond_wood_item_cyan RecipeStage{tier='five', recipe=8xitem.PipeItemsWoodenDiamond@10:[net.minecraftforge.oredict.OreIngredient@3465dcce, net.minecraftforge.oredict.OreIngredient@3a9676f4, net.minecraft.item.crafting.Ingredient@7101bea5]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8066 buildcrafttransport:pipe_diamond_wood_item_purple RecipeStage{tier='five', recipe=8xitem.PipeItemsWoodenDiamond@11:[net.minecraftforge.oredict.OreIngredient@31e91fa7, net.minecraftforge.oredict.OreIngredient@44498527, net.minecraft.item.crafting.Ingredient@4d616ba9]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8067 buildcrafttransport:pipe_diamond_wood_item_blue RecipeStage{tier='five', recipe=8xitem.PipeItemsWoodenDiamond@12:[net.minecraftforge.oredict.OreIngredient@17d3933f, net.minecraftforge.oredict.OreIngredient@59c149f0, net.minecraft.item.crafting.Ingredient@51298e4f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8068 buildcrafttransport:pipe_diamond_wood_item_brown RecipeStage{tier='five', recipe=8xitem.PipeItemsWoodenDiamond@13:[net.minecraftforge.oredict.OreIngredient@49cec3d8, net.minecraftforge.oredict.OreIngredient@7d53ae0, net.minecraft.item.crafting.Ingredient@54087758]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8069 buildcrafttransport:pipe_diamond_wood_item_green RecipeStage{tier='five', recipe=8xitem.PipeItemsWoodenDiamond@14:[net.minecraftforge.oredict.OreIngredient@5de35d8, net.minecraftforge.oredict.OreIngredient@3cd70a19, net.minecraft.item.crafting.Ingredient@127b208c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8070 buildcrafttransport:pipe_diamond_wood_item_red RecipeStage{tier='five', recipe=8xitem.PipeItemsWoodenDiamond@15:[net.minecraftforge.oredict.OreIngredient@7ddd6b89, net.minecraftforge.oredict.OreIngredient@32ea18f8, net.minecraft.item.crafting.Ingredient@36e94bfe]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8071 buildcrafttransport:pipe_diamond_wood_item_black RecipeStage{tier='five', recipe=8xitem.PipeItemsWoodenDiamond@16:[net.minecraftforge.oredict.OreIngredient@621e9006, net.minecraftforge.oredict.OreIngredient@7c1b77ea, net.minecraft.item.crafting.Ingredient@1e549100]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8072 buildcrafttransport:pipe_stripes_item_colorless RecipeStage{tier='three', recipe=8xitem.PipeItemsStripes@0:[net.minecraftforge.oredict.OreIngredient@5746f20f, net.minecraftforge.oredict.OreIngredient@4a233b0f, net.minecraftforge.oredict.OreIngredient@6da0b576]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8073 buildcrafttransport:pipe_stripes_item_white RecipeStage{tier='three', recipe=8xitem.PipeItemsStripes@1:[net.minecraftforge.oredict.OreIngredient@1dc84f35, net.minecraftforge.oredict.OreIngredient@2603f406, net.minecraftforge.oredict.OreIngredient@75ab52ff]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8074 buildcrafttransport:pipe_stripes_item_orange RecipeStage{tier='three', recipe=8xitem.PipeItemsStripes@2:[net.minecraftforge.oredict.OreIngredient@747e499d, net.minecraftforge.oredict.OreIngredient@62f7adf8, net.minecraftforge.oredict.OreIngredient@5bedd147]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8075 buildcrafttransport:pipe_stripes_item_magenta RecipeStage{tier='three', recipe=8xitem.PipeItemsStripes@3:[net.minecraftforge.oredict.OreIngredient@4f2918e6, net.minecraftforge.oredict.OreIngredient@25bc7567, net.minecraftforge.oredict.OreIngredient@7afb8fad]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8076 buildcrafttransport:pipe_stripes_item_lightblue RecipeStage{tier='three', recipe=8xitem.PipeItemsStripes@4:[net.minecraftforge.oredict.OreIngredient@7fae72f, net.minecraftforge.oredict.OreIngredient@678bc88b, net.minecraftforge.oredict.OreIngredient@21da969a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8077 buildcrafttransport:pipe_stripes_item_yellow RecipeStage{tier='three', recipe=8xitem.PipeItemsStripes@5:[net.minecraftforge.oredict.OreIngredient@2e1da251, net.minecraftforge.oredict.OreIngredient@6270cb25, net.minecraftforge.oredict.OreIngredient@5b869f4e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8078 buildcrafttransport:pipe_stripes_item_lime RecipeStage{tier='three', recipe=8xitem.PipeItemsStripes@6:[net.minecraftforge.oredict.OreIngredient@2832192e, net.minecraftforge.oredict.OreIngredient@23ec4dab, net.minecraftforge.oredict.OreIngredient@47219f89]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8079 buildcrafttransport:pipe_stripes_item_pink RecipeStage{tier='three', recipe=8xitem.PipeItemsStripes@7:[net.minecraftforge.oredict.OreIngredient@1425a6a, net.minecraftforge.oredict.OreIngredient@b94dde8, net.minecraftforge.oredict.OreIngredient@4a54501c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8080 buildcrafttransport:pipe_stripes_item_gray RecipeStage{tier='three', recipe=8xitem.PipeItemsStripes@8:[net.minecraftforge.oredict.OreIngredient@2fd89e4b, net.minecraftforge.oredict.OreIngredient@6a321185, net.minecraftforge.oredict.OreIngredient@4764ef1c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8081 buildcrafttransport:pipe_stripes_item_silver RecipeStage{tier='three', recipe=8xitem.PipeItemsStripes@9:[net.minecraftforge.oredict.OreIngredient@6dd02d2e, net.minecraftforge.oredict.OreIngredient@77e8a59e, net.minecraftforge.oredict.OreIngredient@d2c2387]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8082 buildcrafttransport:pipe_stripes_item_cyan RecipeStage{tier='three', recipe=8xitem.PipeItemsStripes@10:[net.minecraftforge.oredict.OreIngredient@132f03c7, net.minecraftforge.oredict.OreIngredient@4d85b41b, net.minecraftforge.oredict.OreIngredient@7f732a3e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8083 buildcrafttransport:pipe_stripes_item_purple RecipeStage{tier='three', recipe=8xitem.PipeItemsStripes@11:[net.minecraftforge.oredict.OreIngredient@ecfa31e, net.minecraftforge.oredict.OreIngredient@84e0e55, net.minecraftforge.oredict.OreIngredient@680b4a23]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8084 buildcrafttransport:pipe_stripes_item_blue RecipeStage{tier='three', recipe=8xitem.PipeItemsStripes@12:[net.minecraftforge.oredict.OreIngredient@331d8973, net.minecraftforge.oredict.OreIngredient@79311dbc, net.minecraftforge.oredict.OreIngredient@1759761]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8085 buildcrafttransport:pipe_stripes_item_brown RecipeStage{tier='three', recipe=8xitem.PipeItemsStripes@13:[net.minecraftforge.oredict.OreIngredient@2ea09639, net.minecraftforge.oredict.OreIngredient@72eee33a, net.minecraftforge.oredict.OreIngredient@343c213]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8086 buildcrafttransport:pipe_stripes_item_green RecipeStage{tier='three', recipe=8xitem.PipeItemsStripes@14:[net.minecraftforge.oredict.OreIngredient@67b85671, net.minecraftforge.oredict.OreIngredient@7f049898, net.minecraftforge.oredict.OreIngredient@7af653cf]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8087 buildcrafttransport:pipe_stripes_item_red RecipeStage{tier='three', recipe=8xitem.PipeItemsStripes@15:[net.minecraftforge.oredict.OreIngredient@ff9611b, net.minecraftforge.oredict.OreIngredient@1cc2a32b, net.minecraftforge.oredict.OreIngredient@47593300]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8088 buildcrafttransport:pipe_stripes_item_black RecipeStage{tier='three', recipe=8xitem.PipeItemsStripes@16:[net.minecraftforge.oredict.OreIngredient@4f3860df, net.minecraftforge.oredict.OreIngredient@48a5a3f5, net.minecraftforge.oredict.OreIngredient@41778b0b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8089 buildcrafttransport:pipe_emzuli_item_undo RecipeStage{tier='five', recipe=1xitem.PipeItemsWoodenDiamond@0:[net.minecraft.item.crafting.Ingredient@263005b3]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8090 buildcrafttransport:pipe_emzuli_item_colorless RecipeStage{tier='five', recipe=1xitem.PipeItemsEmzuli@0:[net.minecraft.item.crafting.Ingredient@3e3d572f, net.minecraft.item.crafting.Ingredient@135f14a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8091 buildcrafttransport:pipe_emzuli_item_white_undo RecipeStage{tier='five', recipe=1xitem.PipeItemsWoodenDiamond@1:[net.minecraft.item.crafting.Ingredient@6bcd7f8b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8092 buildcrafttransport:pipe_emzuli_item_white net.minecraftforge.oredict.ShapelessOreRecipe@456da9ef +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8093 buildcrafttransport:pipe_emzuli_item_orange_undo RecipeStage{tier='five', recipe=1xitem.PipeItemsWoodenDiamond@2:[net.minecraft.item.crafting.Ingredient@146e2ae9]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8094 buildcrafttransport:pipe_emzuli_item_orange net.minecraftforge.oredict.ShapelessOreRecipe@e870657 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8095 buildcrafttransport:pipe_emzuli_item_magenta_undo RecipeStage{tier='five', recipe=1xitem.PipeItemsWoodenDiamond@3:[net.minecraft.item.crafting.Ingredient@7cff4eca]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8096 buildcrafttransport:pipe_emzuli_item_magenta net.minecraftforge.oredict.ShapelessOreRecipe@335cc6f0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8097 buildcrafttransport:pipe_emzuli_item_light_blue_undo RecipeStage{tier='five', recipe=1xitem.PipeItemsWoodenDiamond@4:[net.minecraft.item.crafting.Ingredient@7ece5b4a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8098 buildcrafttransport:pipe_emzuli_item_light_blue net.minecraftforge.oredict.ShapelessOreRecipe@9193f2c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8099 buildcrafttransport:pipe_emzuli_item_yellow_undo RecipeStage{tier='five', recipe=1xitem.PipeItemsWoodenDiamond@5:[net.minecraft.item.crafting.Ingredient@8e6c035]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8100 buildcrafttransport:pipe_emzuli_item_yellow net.minecraftforge.oredict.ShapelessOreRecipe@52b85114 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8101 buildcrafttransport:pipe_emzuli_item_lime_undo RecipeStage{tier='five', recipe=1xitem.PipeItemsWoodenDiamond@6:[net.minecraft.item.crafting.Ingredient@2316b643]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8102 buildcrafttransport:pipe_emzuli_item_lime net.minecraftforge.oredict.ShapelessOreRecipe@60b67e33 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8103 buildcrafttransport:pipe_emzuli_item_pink_undo RecipeStage{tier='five', recipe=1xitem.PipeItemsWoodenDiamond@7:[net.minecraft.item.crafting.Ingredient@295a54a0]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8104 buildcrafttransport:pipe_emzuli_item_pink net.minecraftforge.oredict.ShapelessOreRecipe@1715d0ec +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8105 buildcrafttransport:pipe_emzuli_item_gray_undo RecipeStage{tier='five', recipe=1xitem.PipeItemsWoodenDiamond@8:[net.minecraft.item.crafting.Ingredient@5d4006be]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8106 buildcrafttransport:pipe_emzuli_item_gray net.minecraftforge.oredict.ShapelessOreRecipe@4f101986 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8107 buildcrafttransport:pipe_emzuli_item_silver_undo RecipeStage{tier='five', recipe=1xitem.PipeItemsWoodenDiamond@9:[net.minecraft.item.crafting.Ingredient@a2cc4d8]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8108 buildcrafttransport:pipe_emzuli_item_silver net.minecraftforge.oredict.ShapelessOreRecipe@492b757b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8109 buildcrafttransport:pipe_emzuli_item_cyan_undo RecipeStage{tier='five', recipe=1xitem.PipeItemsWoodenDiamond@10:[net.minecraft.item.crafting.Ingredient@5027bd37]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8110 buildcrafttransport:pipe_emzuli_item_cyan net.minecraftforge.oredict.ShapelessOreRecipe@7f92c672 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8111 buildcrafttransport:pipe_emzuli_item_purple_undo RecipeStage{tier='five', recipe=1xitem.PipeItemsWoodenDiamond@11:[net.minecraft.item.crafting.Ingredient@754868ef]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8112 buildcrafttransport:pipe_emzuli_item_purple net.minecraftforge.oredict.ShapelessOreRecipe@29c65f57 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8113 buildcrafttransport:pipe_emzuli_item_blue_undo RecipeStage{tier='five', recipe=1xitem.PipeItemsWoodenDiamond@12:[net.minecraft.item.crafting.Ingredient@676063be]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8114 buildcrafttransport:pipe_emzuli_item_blue net.minecraftforge.oredict.ShapelessOreRecipe@367722b9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8115 buildcrafttransport:pipe_emzuli_item_brown_undo RecipeStage{tier='five', recipe=1xitem.PipeItemsWoodenDiamond@13:[net.minecraft.item.crafting.Ingredient@52a1b1b5]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8116 buildcrafttransport:pipe_emzuli_item_brown net.minecraftforge.oredict.ShapelessOreRecipe@27292499 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8117 buildcrafttransport:pipe_emzuli_item_green_undo RecipeStage{tier='five', recipe=1xitem.PipeItemsWoodenDiamond@14:[net.minecraft.item.crafting.Ingredient@2acaa2a5]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8118 buildcrafttransport:pipe_emzuli_item_green net.minecraftforge.oredict.ShapelessOreRecipe@583274cf +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8119 buildcrafttransport:pipe_emzuli_item_red_undo RecipeStage{tier='five', recipe=1xitem.PipeItemsWoodenDiamond@15:[net.minecraft.item.crafting.Ingredient@2d100452]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8120 buildcrafttransport:pipe_emzuli_item_red net.minecraftforge.oredict.ShapelessOreRecipe@3a80aa2c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8121 buildcrafttransport:pipe_emzuli_item_black_undo RecipeStage{tier='five', recipe=1xitem.PipeItemsWoodenDiamond@16:[net.minecraft.item.crafting.Ingredient@34bfe32f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8122 buildcrafttransport:pipe_emzuli_item_black net.minecraftforge.oredict.ShapelessOreRecipe@774ec70e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8123 buildcrafttransport:pipe_wood_fluid_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsWood@0:[net.minecraft.item.crafting.Ingredient@71167dfa]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8124 buildcrafttransport:pipe_wood_fluid_colorless RecipeStage{tier='three', recipe=1xitem.PipeFluidsWood@0:[net.minecraft.item.crafting.Ingredient@3eeba194, net.minecraft.item.crafting.Ingredient@3f1c67f0]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8125 buildcrafttransport:pipe_wood_fluid_white_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsWood@1:[net.minecraft.item.crafting.Ingredient@7703d82a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8126 buildcrafttransport:pipe_wood_fluid_white RecipeStage{tier='three', recipe=1xitem.PipeFluidsWood@1:[net.minecraft.item.crafting.Ingredient@48f8f6d8, net.minecraft.item.crafting.Ingredient@cb9ee87]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8127 buildcrafttransport:pipe_wood_fluid_orange_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsWood@2:[net.minecraft.item.crafting.Ingredient@48bae487]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8128 buildcrafttransport:pipe_wood_fluid_orange RecipeStage{tier='three', recipe=1xitem.PipeFluidsWood@2:[net.minecraft.item.crafting.Ingredient@47586d0, net.minecraft.item.crafting.Ingredient@74ba8cc9]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8129 buildcrafttransport:pipe_wood_fluid_magenta_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsWood@3:[net.minecraft.item.crafting.Ingredient@70f06869]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8130 buildcrafttransport:pipe_wood_fluid_magenta RecipeStage{tier='three', recipe=1xitem.PipeFluidsWood@3:[net.minecraft.item.crafting.Ingredient@78e730bf, net.minecraft.item.crafting.Ingredient@4d69fc4e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8131 buildcrafttransport:pipe_wood_fluid_light_blue_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsWood@4:[net.minecraft.item.crafting.Ingredient@3f2edce5]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8132 buildcrafttransport:pipe_wood_fluid_light_blue RecipeStage{tier='three', recipe=1xitem.PipeFluidsWood@4:[net.minecraft.item.crafting.Ingredient@7c046964, net.minecraft.item.crafting.Ingredient@9ed5c78]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8133 buildcrafttransport:pipe_wood_fluid_yellow_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsWood@5:[net.minecraft.item.crafting.Ingredient@55fea7e7]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8134 buildcrafttransport:pipe_wood_fluid_yellow RecipeStage{tier='three', recipe=1xitem.PipeFluidsWood@5:[net.minecraft.item.crafting.Ingredient@690328dc, net.minecraft.item.crafting.Ingredient@42478a68]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8135 buildcrafttransport:pipe_wood_fluid_lime_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsWood@6:[net.minecraft.item.crafting.Ingredient@1d6c766a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8136 buildcrafttransport:pipe_wood_fluid_lime RecipeStage{tier='three', recipe=1xitem.PipeFluidsWood@6:[net.minecraft.item.crafting.Ingredient@13332bda, net.minecraft.item.crafting.Ingredient@472371f8]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8137 buildcrafttransport:pipe_wood_fluid_pink_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsWood@7:[net.minecraft.item.crafting.Ingredient@1bbf78d3]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8138 buildcrafttransport:pipe_wood_fluid_pink RecipeStage{tier='three', recipe=1xitem.PipeFluidsWood@7:[net.minecraft.item.crafting.Ingredient@4da8e2e7, net.minecraft.item.crafting.Ingredient@60056b02]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8139 buildcrafttransport:pipe_wood_fluid_gray_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsWood@8:[net.minecraft.item.crafting.Ingredient@567e9f62]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8140 buildcrafttransport:pipe_wood_fluid_gray RecipeStage{tier='three', recipe=1xitem.PipeFluidsWood@8:[net.minecraft.item.crafting.Ingredient@17dddd70, net.minecraft.item.crafting.Ingredient@70d754cc]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8141 buildcrafttransport:pipe_wood_fluid_silver_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsWood@9:[net.minecraft.item.crafting.Ingredient@513cf585]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8142 buildcrafttransport:pipe_wood_fluid_silver RecipeStage{tier='three', recipe=1xitem.PipeFluidsWood@9:[net.minecraft.item.crafting.Ingredient@62c8d479, net.minecraft.item.crafting.Ingredient@32e9a193]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8143 buildcrafttransport:pipe_wood_fluid_cyan_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsWood@10:[net.minecraft.item.crafting.Ingredient@302c416c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8144 buildcrafttransport:pipe_wood_fluid_cyan RecipeStage{tier='three', recipe=1xitem.PipeFluidsWood@10:[net.minecraft.item.crafting.Ingredient@6b79ee2a, net.minecraft.item.crafting.Ingredient@10193299]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8145 buildcrafttransport:pipe_wood_fluid_purple_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsWood@11:[net.minecraft.item.crafting.Ingredient@4f020dc6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8146 buildcrafttransport:pipe_wood_fluid_purple RecipeStage{tier='three', recipe=1xitem.PipeFluidsWood@11:[net.minecraft.item.crafting.Ingredient@327ad8a4, net.minecraft.item.crafting.Ingredient@11839aa2]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8147 buildcrafttransport:pipe_wood_fluid_blue_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsWood@12:[net.minecraft.item.crafting.Ingredient@5095592f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8148 buildcrafttransport:pipe_wood_fluid_blue RecipeStage{tier='three', recipe=1xitem.PipeFluidsWood@12:[net.minecraft.item.crafting.Ingredient@3995ded0, net.minecraft.item.crafting.Ingredient@71a6230a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8149 buildcrafttransport:pipe_wood_fluid_brown_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsWood@13:[net.minecraft.item.crafting.Ingredient@4f29b02d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8150 buildcrafttransport:pipe_wood_fluid_brown RecipeStage{tier='three', recipe=1xitem.PipeFluidsWood@13:[net.minecraft.item.crafting.Ingredient@18235224, net.minecraft.item.crafting.Ingredient@112b90c0]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8151 buildcrafttransport:pipe_wood_fluid_green_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsWood@14:[net.minecraft.item.crafting.Ingredient@274aab92]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8152 buildcrafttransport:pipe_wood_fluid_green RecipeStage{tier='three', recipe=1xitem.PipeFluidsWood@14:[net.minecraft.item.crafting.Ingredient@681a46d2, net.minecraft.item.crafting.Ingredient@749738b3]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8153 buildcrafttransport:pipe_wood_fluid_red_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsWood@15:[net.minecraft.item.crafting.Ingredient@70069f7c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8154 buildcrafttransport:pipe_wood_fluid_red RecipeStage{tier='three', recipe=1xitem.PipeFluidsWood@15:[net.minecraft.item.crafting.Ingredient@78f9029, net.minecraft.item.crafting.Ingredient@193e740b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8155 buildcrafttransport:pipe_wood_fluid_black_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsWood@16:[net.minecraft.item.crafting.Ingredient@14051e4c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8156 buildcrafttransport:pipe_wood_fluid_black RecipeStage{tier='three', recipe=1xitem.PipeFluidsWood@16:[net.minecraft.item.crafting.Ingredient@50465e4, net.minecraft.item.crafting.Ingredient@674846f6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8157 buildcrafttransport:pipe_cobble_fluid_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsCobblestone@0:[net.minecraft.item.crafting.Ingredient@324b4b42]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8158 buildcrafttransport:pipe_cobble_fluid_colorless RecipeStage{tier='three', recipe=1xitem.PipeFluidsCobblestone@0:[net.minecraft.item.crafting.Ingredient@319cb832, net.minecraft.item.crafting.Ingredient@74439f87]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8159 buildcrafttransport:pipe_cobble_fluid_white_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsCobblestone@1:[net.minecraft.item.crafting.Ingredient@39447048]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8160 buildcrafttransport:pipe_cobble_fluid_white RecipeStage{tier='three', recipe=1xitem.PipeFluidsCobblestone@1:[net.minecraft.item.crafting.Ingredient@51a17f3, net.minecraft.item.crafting.Ingredient@4f321e3d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8161 buildcrafttransport:pipe_cobble_fluid_orange_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsCobblestone@2:[net.minecraft.item.crafting.Ingredient@50b567b6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8162 buildcrafttransport:pipe_cobble_fluid_orange RecipeStage{tier='three', recipe=1xitem.PipeFluidsCobblestone@2:[net.minecraft.item.crafting.Ingredient@5ad972bf, net.minecraft.item.crafting.Ingredient@7818e3ae]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8163 buildcrafttransport:pipe_cobble_fluid_magenta_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsCobblestone@3:[net.minecraft.item.crafting.Ingredient@2cbfffda]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8164 buildcrafttransport:pipe_cobble_fluid_magenta RecipeStage{tier='three', recipe=1xitem.PipeFluidsCobblestone@3:[net.minecraft.item.crafting.Ingredient@258adf9, net.minecraft.item.crafting.Ingredient@5c730bad]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8165 buildcrafttransport:pipe_cobble_fluid_light_blue_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsCobblestone@4:[net.minecraft.item.crafting.Ingredient@234c02ae]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8166 buildcrafttransport:pipe_cobble_fluid_light_blue RecipeStage{tier='three', recipe=1xitem.PipeFluidsCobblestone@4:[net.minecraft.item.crafting.Ingredient@20560502, net.minecraft.item.crafting.Ingredient@2445d800]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8167 buildcrafttransport:pipe_cobble_fluid_yellow_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsCobblestone@5:[net.minecraft.item.crafting.Ingredient@61c7e968]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8168 buildcrafttransport:pipe_cobble_fluid_yellow RecipeStage{tier='three', recipe=1xitem.PipeFluidsCobblestone@5:[net.minecraft.item.crafting.Ingredient@7ba6ddaa, net.minecraft.item.crafting.Ingredient@63db70cd]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8169 buildcrafttransport:pipe_cobble_fluid_lime_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsCobblestone@6:[net.minecraft.item.crafting.Ingredient@6fb327]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8170 buildcrafttransport:pipe_cobble_fluid_lime RecipeStage{tier='three', recipe=1xitem.PipeFluidsCobblestone@6:[net.minecraft.item.crafting.Ingredient@750c3975, net.minecraft.item.crafting.Ingredient@2b91452]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8171 buildcrafttransport:pipe_cobble_fluid_pink_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsCobblestone@7:[net.minecraft.item.crafting.Ingredient@79753a5f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8172 buildcrafttransport:pipe_cobble_fluid_pink RecipeStage{tier='three', recipe=1xitem.PipeFluidsCobblestone@7:[net.minecraft.item.crafting.Ingredient@2777e1e7, net.minecraft.item.crafting.Ingredient@4be4ab91]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8173 buildcrafttransport:pipe_cobble_fluid_gray_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsCobblestone@8:[net.minecraft.item.crafting.Ingredient@45f7a55c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8174 buildcrafttransport:pipe_cobble_fluid_gray RecipeStage{tier='three', recipe=1xitem.PipeFluidsCobblestone@8:[net.minecraft.item.crafting.Ingredient@33418ccc, net.minecraft.item.crafting.Ingredient@36ec6583]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8175 buildcrafttransport:pipe_cobble_fluid_silver_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsCobblestone@9:[net.minecraft.item.crafting.Ingredient@2b5dffae]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8176 buildcrafttransport:pipe_cobble_fluid_silver RecipeStage{tier='three', recipe=1xitem.PipeFluidsCobblestone@9:[net.minecraft.item.crafting.Ingredient@41d09e83, net.minecraft.item.crafting.Ingredient@4042562d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8177 buildcrafttransport:pipe_cobble_fluid_cyan_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsCobblestone@10:[net.minecraft.item.crafting.Ingredient@39d1327c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8178 buildcrafttransport:pipe_cobble_fluid_cyan RecipeStage{tier='three', recipe=1xitem.PipeFluidsCobblestone@10:[net.minecraft.item.crafting.Ingredient@2e1145d6, net.minecraft.item.crafting.Ingredient@19083f51]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8179 buildcrafttransport:pipe_cobble_fluid_purple_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsCobblestone@11:[net.minecraft.item.crafting.Ingredient@51883c2d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8180 buildcrafttransport:pipe_cobble_fluid_purple RecipeStage{tier='three', recipe=1xitem.PipeFluidsCobblestone@11:[net.minecraft.item.crafting.Ingredient@2db9b76b, net.minecraft.item.crafting.Ingredient@5159724e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8181 buildcrafttransport:pipe_cobble_fluid_blue_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsCobblestone@12:[net.minecraft.item.crafting.Ingredient@2bb83b03]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8182 buildcrafttransport:pipe_cobble_fluid_blue RecipeStage{tier='three', recipe=1xitem.PipeFluidsCobblestone@12:[net.minecraft.item.crafting.Ingredient@510b13c7, net.minecraft.item.crafting.Ingredient@1240244f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8183 buildcrafttransport:pipe_cobble_fluid_brown_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsCobblestone@13:[net.minecraft.item.crafting.Ingredient@65126c9d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8184 buildcrafttransport:pipe_cobble_fluid_brown RecipeStage{tier='three', recipe=1xitem.PipeFluidsCobblestone@13:[net.minecraft.item.crafting.Ingredient@7f7fed51, net.minecraft.item.crafting.Ingredient@5437ccd4]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8185 buildcrafttransport:pipe_cobble_fluid_green_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsCobblestone@14:[net.minecraft.item.crafting.Ingredient@38559e88]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8186 buildcrafttransport:pipe_cobble_fluid_green RecipeStage{tier='three', recipe=1xitem.PipeFluidsCobblestone@14:[net.minecraft.item.crafting.Ingredient@527bc316, net.minecraft.item.crafting.Ingredient@4975207e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8187 buildcrafttransport:pipe_cobble_fluid_red_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsCobblestone@15:[net.minecraft.item.crafting.Ingredient@62f21941]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8188 buildcrafttransport:pipe_cobble_fluid_red RecipeStage{tier='three', recipe=1xitem.PipeFluidsCobblestone@15:[net.minecraft.item.crafting.Ingredient@e0bae07, net.minecraft.item.crafting.Ingredient@5124a9a6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8189 buildcrafttransport:pipe_cobble_fluid_black_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsCobblestone@16:[net.minecraft.item.crafting.Ingredient@25defd00]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8190 buildcrafttransport:pipe_cobble_fluid_black RecipeStage{tier='three', recipe=1xitem.PipeFluidsCobblestone@16:[net.minecraft.item.crafting.Ingredient@2ebfadb, net.minecraft.item.crafting.Ingredient@5584d85e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8191 buildcrafttransport:pipe_stone_fluid_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsStone@0:[net.minecraft.item.crafting.Ingredient@41711a91]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8192 buildcrafttransport:pipe_stone_fluid_colorless RecipeStage{tier='three', recipe=1xitem.PipeFluidsStone@0:[net.minecraft.item.crafting.Ingredient@6f2470a2, net.minecraft.item.crafting.Ingredient@680b44c4]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8193 buildcrafttransport:pipe_stone_fluid_white_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsStone@1:[net.minecraft.item.crafting.Ingredient@3588ac91]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8194 buildcrafttransport:pipe_stone_fluid_white RecipeStage{tier='three', recipe=1xitem.PipeFluidsStone@1:[net.minecraft.item.crafting.Ingredient@4bfa2d6e, net.minecraft.item.crafting.Ingredient@51f17b89]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8195 buildcrafttransport:pipe_stone_fluid_orange_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsStone@2:[net.minecraft.item.crafting.Ingredient@7305fcb6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8196 buildcrafttransport:pipe_stone_fluid_orange RecipeStage{tier='three', recipe=1xitem.PipeFluidsStone@2:[net.minecraft.item.crafting.Ingredient@33f92d6e, net.minecraft.item.crafting.Ingredient@7f10a7aa]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8197 buildcrafttransport:pipe_stone_fluid_magenta_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsStone@3:[net.minecraft.item.crafting.Ingredient@3b4def34]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8198 buildcrafttransport:pipe_stone_fluid_magenta RecipeStage{tier='three', recipe=1xitem.PipeFluidsStone@3:[net.minecraft.item.crafting.Ingredient@3b72f507, net.minecraft.item.crafting.Ingredient@78b87f4f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8199 buildcrafttransport:pipe_stone_fluid_light_blue_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsStone@4:[net.minecraft.item.crafting.Ingredient@442ec781]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8200 buildcrafttransport:pipe_stone_fluid_light_blue RecipeStage{tier='three', recipe=1xitem.PipeFluidsStone@4:[net.minecraft.item.crafting.Ingredient@5321909d, net.minecraft.item.crafting.Ingredient@3f4c18c9]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8201 buildcrafttransport:pipe_stone_fluid_yellow_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsStone@5:[net.minecraft.item.crafting.Ingredient@23dc75a5]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8202 buildcrafttransport:pipe_stone_fluid_yellow RecipeStage{tier='three', recipe=1xitem.PipeFluidsStone@5:[net.minecraft.item.crafting.Ingredient@23736936, net.minecraft.item.crafting.Ingredient@4867a084]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8203 buildcrafttransport:pipe_stone_fluid_lime_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsStone@6:[net.minecraft.item.crafting.Ingredient@4158a725]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8204 buildcrafttransport:pipe_stone_fluid_lime RecipeStage{tier='three', recipe=1xitem.PipeFluidsStone@6:[net.minecraft.item.crafting.Ingredient@cccb0de, net.minecraft.item.crafting.Ingredient@300dd932]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8205 buildcrafttransport:pipe_stone_fluid_pink_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsStone@7:[net.minecraft.item.crafting.Ingredient@1f7edea1]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8206 buildcrafttransport:pipe_stone_fluid_pink RecipeStage{tier='three', recipe=1xitem.PipeFluidsStone@7:[net.minecraft.item.crafting.Ingredient@28474470, net.minecraft.item.crafting.Ingredient@5dd6dc18]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8207 buildcrafttransport:pipe_stone_fluid_gray_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsStone@8:[net.minecraft.item.crafting.Ingredient@2c4f28c4]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8208 buildcrafttransport:pipe_stone_fluid_gray RecipeStage{tier='three', recipe=1xitem.PipeFluidsStone@8:[net.minecraft.item.crafting.Ingredient@5564a03a, net.minecraft.item.crafting.Ingredient@45967a71]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8209 buildcrafttransport:pipe_stone_fluid_silver_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsStone@9:[net.minecraft.item.crafting.Ingredient@626e62aa]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8210 buildcrafttransport:pipe_stone_fluid_silver RecipeStage{tier='three', recipe=1xitem.PipeFluidsStone@9:[net.minecraft.item.crafting.Ingredient@64c8ce61, net.minecraft.item.crafting.Ingredient@27d99bfc]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8211 buildcrafttransport:pipe_stone_fluid_cyan_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsStone@10:[net.minecraft.item.crafting.Ingredient@7f5ce5f7]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8212 buildcrafttransport:pipe_stone_fluid_cyan RecipeStage{tier='three', recipe=1xitem.PipeFluidsStone@10:[net.minecraft.item.crafting.Ingredient@3628e184, net.minecraft.item.crafting.Ingredient@1e874ef0]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8213 buildcrafttransport:pipe_stone_fluid_purple_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsStone@11:[net.minecraft.item.crafting.Ingredient@77e5c4b3]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8214 buildcrafttransport:pipe_stone_fluid_purple RecipeStage{tier='three', recipe=1xitem.PipeFluidsStone@11:[net.minecraft.item.crafting.Ingredient@226411e2, net.minecraft.item.crafting.Ingredient@47f1c617]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8215 buildcrafttransport:pipe_stone_fluid_blue_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsStone@12:[net.minecraft.item.crafting.Ingredient@19a766be]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8216 buildcrafttransport:pipe_stone_fluid_blue RecipeStage{tier='three', recipe=1xitem.PipeFluidsStone@12:[net.minecraft.item.crafting.Ingredient@52462379, net.minecraft.item.crafting.Ingredient@ee2b345]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8217 buildcrafttransport:pipe_stone_fluid_brown_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsStone@13:[net.minecraft.item.crafting.Ingredient@4308c195]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8218 buildcrafttransport:pipe_stone_fluid_brown RecipeStage{tier='three', recipe=1xitem.PipeFluidsStone@13:[net.minecraft.item.crafting.Ingredient@3b5588ae, net.minecraft.item.crafting.Ingredient@20bc65b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8219 buildcrafttransport:pipe_stone_fluid_green_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsStone@14:[net.minecraft.item.crafting.Ingredient@1454a92e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8220 buildcrafttransport:pipe_stone_fluid_green RecipeStage{tier='three', recipe=1xitem.PipeFluidsStone@14:[net.minecraft.item.crafting.Ingredient@5fb674cd, net.minecraft.item.crafting.Ingredient@db1a146]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8221 buildcrafttransport:pipe_stone_fluid_red_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsStone@15:[net.minecraft.item.crafting.Ingredient@25c86ca5]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8222 buildcrafttransport:pipe_stone_fluid_red RecipeStage{tier='three', recipe=1xitem.PipeFluidsStone@15:[net.minecraft.item.crafting.Ingredient@490f472c, net.minecraft.item.crafting.Ingredient@1e65bf46]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8223 buildcrafttransport:pipe_stone_fluid_black_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsStone@16:[net.minecraft.item.crafting.Ingredient@12d6c4bf]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8224 buildcrafttransport:pipe_stone_fluid_black RecipeStage{tier='three', recipe=1xitem.PipeFluidsStone@16:[net.minecraft.item.crafting.Ingredient@12ffc31d, net.minecraft.item.crafting.Ingredient@18f04934]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8225 buildcrafttransport:pipe_quartz_fluid_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsQuartz@0:[net.minecraft.item.crafting.Ingredient@3745974]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8226 buildcrafttransport:pipe_quartz_fluid_colorless RecipeStage{tier='three', recipe=1xitem.PipeFluidsQuartz@0:[net.minecraft.item.crafting.Ingredient@75dcc80e, net.minecraft.item.crafting.Ingredient@75d691d1]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8227 buildcrafttransport:pipe_quartz_fluid_white_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsQuartz@1:[net.minecraft.item.crafting.Ingredient@470d60a6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8228 buildcrafttransport:pipe_quartz_fluid_white RecipeStage{tier='three', recipe=1xitem.PipeFluidsQuartz@1:[net.minecraft.item.crafting.Ingredient@151b07a9, net.minecraft.item.crafting.Ingredient@78efb05]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8229 buildcrafttransport:pipe_quartz_fluid_orange_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsQuartz@2:[net.minecraft.item.crafting.Ingredient@6d098742]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8230 buildcrafttransport:pipe_quartz_fluid_orange RecipeStage{tier='three', recipe=1xitem.PipeFluidsQuartz@2:[net.minecraft.item.crafting.Ingredient@504462df, net.minecraft.item.crafting.Ingredient@2e886966]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8231 buildcrafttransport:pipe_quartz_fluid_magenta_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsQuartz@3:[net.minecraft.item.crafting.Ingredient@38d7785f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8232 buildcrafttransport:pipe_quartz_fluid_magenta RecipeStage{tier='three', recipe=1xitem.PipeFluidsQuartz@3:[net.minecraft.item.crafting.Ingredient@26582441, net.minecraft.item.crafting.Ingredient@7f582130]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8233 buildcrafttransport:pipe_quartz_fluid_light_blue_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsQuartz@4:[net.minecraft.item.crafting.Ingredient@27e5d2a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8234 buildcrafttransport:pipe_quartz_fluid_light_blue RecipeStage{tier='three', recipe=1xitem.PipeFluidsQuartz@4:[net.minecraft.item.crafting.Ingredient@5b8ce725, net.minecraft.item.crafting.Ingredient@5213f1db]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8235 buildcrafttransport:pipe_quartz_fluid_yellow_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsQuartz@5:[net.minecraft.item.crafting.Ingredient@5fb205b3]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8236 buildcrafttransport:pipe_quartz_fluid_yellow RecipeStage{tier='three', recipe=1xitem.PipeFluidsQuartz@5:[net.minecraft.item.crafting.Ingredient@2e6bcc3a, net.minecraft.item.crafting.Ingredient@2f13b1d8]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8237 buildcrafttransport:pipe_quartz_fluid_lime_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsQuartz@6:[net.minecraft.item.crafting.Ingredient@586538bf]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8238 buildcrafttransport:pipe_quartz_fluid_lime RecipeStage{tier='three', recipe=1xitem.PipeFluidsQuartz@6:[net.minecraft.item.crafting.Ingredient@1ab0dc2f, net.minecraft.item.crafting.Ingredient@67be3a7b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8239 buildcrafttransport:pipe_quartz_fluid_pink_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsQuartz@7:[net.minecraft.item.crafting.Ingredient@478d6a26]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8240 buildcrafttransport:pipe_quartz_fluid_pink RecipeStage{tier='three', recipe=1xitem.PipeFluidsQuartz@7:[net.minecraft.item.crafting.Ingredient@4d3b03ad, net.minecraft.item.crafting.Ingredient@218f8c27]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8241 buildcrafttransport:pipe_quartz_fluid_gray_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsQuartz@8:[net.minecraft.item.crafting.Ingredient@52da02ee]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8242 buildcrafttransport:pipe_quartz_fluid_gray RecipeStage{tier='three', recipe=1xitem.PipeFluidsQuartz@8:[net.minecraft.item.crafting.Ingredient@1a5a070d, net.minecraft.item.crafting.Ingredient@6fa34662]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8243 buildcrafttransport:pipe_quartz_fluid_silver_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsQuartz@9:[net.minecraft.item.crafting.Ingredient@60237619]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8244 buildcrafttransport:pipe_quartz_fluid_silver RecipeStage{tier='three', recipe=1xitem.PipeFluidsQuartz@9:[net.minecraft.item.crafting.Ingredient@5feea41a, net.minecraft.item.crafting.Ingredient@5528c759]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8245 buildcrafttransport:pipe_quartz_fluid_cyan_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsQuartz@10:[net.minecraft.item.crafting.Ingredient@5f81da73]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8246 buildcrafttransport:pipe_quartz_fluid_cyan RecipeStage{tier='three', recipe=1xitem.PipeFluidsQuartz@10:[net.minecraft.item.crafting.Ingredient@66646807, net.minecraft.item.crafting.Ingredient@4f8f8eb8]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8247 buildcrafttransport:pipe_quartz_fluid_purple_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsQuartz@11:[net.minecraft.item.crafting.Ingredient@40e82d47]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8248 buildcrafttransport:pipe_quartz_fluid_purple RecipeStage{tier='three', recipe=1xitem.PipeFluidsQuartz@11:[net.minecraft.item.crafting.Ingredient@3640e54a, net.minecraft.item.crafting.Ingredient@4c0d93ad]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8249 buildcrafttransport:pipe_quartz_fluid_blue_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsQuartz@12:[net.minecraft.item.crafting.Ingredient@240bcfb]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8250 buildcrafttransport:pipe_quartz_fluid_blue RecipeStage{tier='three', recipe=1xitem.PipeFluidsQuartz@12:[net.minecraft.item.crafting.Ingredient@13ab1e69, net.minecraft.item.crafting.Ingredient@2e73048f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8251 buildcrafttransport:pipe_quartz_fluid_brown_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsQuartz@13:[net.minecraft.item.crafting.Ingredient@41bac5ab]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8252 buildcrafttransport:pipe_quartz_fluid_brown RecipeStage{tier='three', recipe=1xitem.PipeFluidsQuartz@13:[net.minecraft.item.crafting.Ingredient@3c48f915, net.minecraft.item.crafting.Ingredient@b3a1960]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8253 buildcrafttransport:pipe_quartz_fluid_green_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsQuartz@14:[net.minecraft.item.crafting.Ingredient@584a6ece]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8254 buildcrafttransport:pipe_quartz_fluid_green RecipeStage{tier='three', recipe=1xitem.PipeFluidsQuartz@14:[net.minecraft.item.crafting.Ingredient@781b588c, net.minecraft.item.crafting.Ingredient@34fc6634]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8255 buildcrafttransport:pipe_quartz_fluid_red_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsQuartz@15:[net.minecraft.item.crafting.Ingredient@11f07cad]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8256 buildcrafttransport:pipe_quartz_fluid_red RecipeStage{tier='three', recipe=1xitem.PipeFluidsQuartz@15:[net.minecraft.item.crafting.Ingredient@649794b4, net.minecraft.item.crafting.Ingredient@12acad7]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8257 buildcrafttransport:pipe_quartz_fluid_black_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsQuartz@16:[net.minecraft.item.crafting.Ingredient@4c36bcb8]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8258 buildcrafttransport:pipe_quartz_fluid_black RecipeStage{tier='three', recipe=1xitem.PipeFluidsQuartz@16:[net.minecraft.item.crafting.Ingredient@43f7af80, net.minecraft.item.crafting.Ingredient@3efdc326]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8259 buildcrafttransport:pipe_iron_fluid_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsIron@0:[net.minecraft.item.crafting.Ingredient@3667f13a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8260 buildcrafttransport:pipe_iron_fluid_colorless RecipeStage{tier='three', recipe=1xitem.PipeFluidsIron@0:[net.minecraft.item.crafting.Ingredient@18a6dd0e, net.minecraft.item.crafting.Ingredient@6454d3b4]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8261 buildcrafttransport:pipe_iron_fluid_white_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsIron@1:[net.minecraft.item.crafting.Ingredient@33618a51]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8262 buildcrafttransport:pipe_iron_fluid_white RecipeStage{tier='three', recipe=1xitem.PipeFluidsIron@1:[net.minecraft.item.crafting.Ingredient@5f0ac6e9, net.minecraft.item.crafting.Ingredient@2acd5705]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8263 buildcrafttransport:pipe_iron_fluid_orange_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsIron@2:[net.minecraft.item.crafting.Ingredient@32a83b6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8264 buildcrafttransport:pipe_iron_fluid_orange RecipeStage{tier='three', recipe=1xitem.PipeFluidsIron@2:[net.minecraft.item.crafting.Ingredient@4a2b3b8d, net.minecraft.item.crafting.Ingredient@54ec60dc]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8265 buildcrafttransport:pipe_iron_fluid_magenta_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsIron@3:[net.minecraft.item.crafting.Ingredient@786ce591]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8266 buildcrafttransport:pipe_iron_fluid_magenta RecipeStage{tier='three', recipe=1xitem.PipeFluidsIron@3:[net.minecraft.item.crafting.Ingredient@5cd5397f, net.minecraft.item.crafting.Ingredient@3c4f066f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8267 buildcrafttransport:pipe_iron_fluid_light_blue_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsIron@4:[net.minecraft.item.crafting.Ingredient@a438c64]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8268 buildcrafttransport:pipe_iron_fluid_light_blue RecipeStage{tier='three', recipe=1xitem.PipeFluidsIron@4:[net.minecraft.item.crafting.Ingredient@3b104f76, net.minecraft.item.crafting.Ingredient@19c2d4e2]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8269 buildcrafttransport:pipe_iron_fluid_yellow_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsIron@5:[net.minecraft.item.crafting.Ingredient@3275a4bc]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8270 buildcrafttransport:pipe_iron_fluid_yellow RecipeStage{tier='three', recipe=1xitem.PipeFluidsIron@5:[net.minecraft.item.crafting.Ingredient@44d8629, net.minecraft.item.crafting.Ingredient@29ccf169]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8271 buildcrafttransport:pipe_iron_fluid_lime_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsIron@6:[net.minecraft.item.crafting.Ingredient@4a50cfd]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8272 buildcrafttransport:pipe_iron_fluid_lime RecipeStage{tier='three', recipe=1xitem.PipeFluidsIron@6:[net.minecraft.item.crafting.Ingredient@22b84dc8, net.minecraft.item.crafting.Ingredient@b17ef97]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8273 buildcrafttransport:pipe_iron_fluid_pink_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsIron@7:[net.minecraft.item.crafting.Ingredient@465d4753]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8274 buildcrafttransport:pipe_iron_fluid_pink RecipeStage{tier='three', recipe=1xitem.PipeFluidsIron@7:[net.minecraft.item.crafting.Ingredient@1234bc50, net.minecraft.item.crafting.Ingredient@7b632842]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8275 buildcrafttransport:pipe_iron_fluid_gray_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsIron@8:[net.minecraft.item.crafting.Ingredient@2d9b3076]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8276 buildcrafttransport:pipe_iron_fluid_gray RecipeStage{tier='three', recipe=1xitem.PipeFluidsIron@8:[net.minecraft.item.crafting.Ingredient@78b9c59c, net.minecraft.item.crafting.Ingredient@6b7f80b6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8277 buildcrafttransport:pipe_iron_fluid_silver_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsIron@9:[net.minecraft.item.crafting.Ingredient@535896e3]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8278 buildcrafttransport:pipe_iron_fluid_silver RecipeStage{tier='three', recipe=1xitem.PipeFluidsIron@9:[net.minecraft.item.crafting.Ingredient@72967a18, net.minecraft.item.crafting.Ingredient@75aba308]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8279 buildcrafttransport:pipe_iron_fluid_cyan_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsIron@10:[net.minecraft.item.crafting.Ingredient@5ef56e1f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8280 buildcrafttransport:pipe_iron_fluid_cyan RecipeStage{tier='three', recipe=1xitem.PipeFluidsIron@10:[net.minecraft.item.crafting.Ingredient@3769da66, net.minecraft.item.crafting.Ingredient@4ba0b507]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8281 buildcrafttransport:pipe_iron_fluid_purple_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsIron@11:[net.minecraft.item.crafting.Ingredient@356280c2]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8282 buildcrafttransport:pipe_iron_fluid_purple RecipeStage{tier='three', recipe=1xitem.PipeFluidsIron@11:[net.minecraft.item.crafting.Ingredient@2675afc, net.minecraft.item.crafting.Ingredient@39f30a25]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8283 buildcrafttransport:pipe_iron_fluid_blue_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsIron@12:[net.minecraft.item.crafting.Ingredient@5ae22a7b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8284 buildcrafttransport:pipe_iron_fluid_blue RecipeStage{tier='three', recipe=1xitem.PipeFluidsIron@12:[net.minecraft.item.crafting.Ingredient@43e9b73b, net.minecraft.item.crafting.Ingredient@6c3a72be]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8285 buildcrafttransport:pipe_iron_fluid_brown_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsIron@13:[net.minecraft.item.crafting.Ingredient@14c2aa0a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8286 buildcrafttransport:pipe_iron_fluid_brown RecipeStage{tier='three', recipe=1xitem.PipeFluidsIron@13:[net.minecraft.item.crafting.Ingredient@250cb9a9, net.minecraft.item.crafting.Ingredient@30fb414]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8287 buildcrafttransport:pipe_iron_fluid_green_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsIron@14:[net.minecraft.item.crafting.Ingredient@7c4059b7]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8288 buildcrafttransport:pipe_iron_fluid_green RecipeStage{tier='three', recipe=1xitem.PipeFluidsIron@14:[net.minecraft.item.crafting.Ingredient@4290daff, net.minecraft.item.crafting.Ingredient@260cdecc]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8289 buildcrafttransport:pipe_iron_fluid_red_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsIron@15:[net.minecraft.item.crafting.Ingredient@6f3a117d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8290 buildcrafttransport:pipe_iron_fluid_red RecipeStage{tier='three', recipe=1xitem.PipeFluidsIron@15:[net.minecraft.item.crafting.Ingredient@6b033852, net.minecraft.item.crafting.Ingredient@4eeb8617]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8291 buildcrafttransport:pipe_iron_fluid_black_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsIron@16:[net.minecraft.item.crafting.Ingredient@1176eb74]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8292 buildcrafttransport:pipe_iron_fluid_black RecipeStage{tier='three', recipe=1xitem.PipeFluidsIron@16:[net.minecraft.item.crafting.Ingredient@710c69f1, net.minecraft.item.crafting.Ingredient@2e0c8f29]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8293 buildcrafttransport:pipe_gold_fluid_undo RecipeStage{tier='four', recipe=1xitem.PipeItemsGold@0:[net.minecraft.item.crafting.Ingredient@4708bde7]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8294 buildcrafttransport:pipe_gold_fluid_colorless RecipeStage{tier='four', recipe=1xitem.PipeFluidsGold@0:[net.minecraft.item.crafting.Ingredient@1f66af53, net.minecraft.item.crafting.Ingredient@2830093c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8295 buildcrafttransport:pipe_gold_fluid_white_undo RecipeStage{tier='four', recipe=1xitem.PipeItemsGold@1:[net.minecraft.item.crafting.Ingredient@3729adb3]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8296 buildcrafttransport:pipe_gold_fluid_white RecipeStage{tier='four', recipe=1xitem.PipeFluidsGold@1:[net.minecraft.item.crafting.Ingredient@354e0354, net.minecraft.item.crafting.Ingredient@34689c0b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8297 buildcrafttransport:pipe_gold_fluid_orange_undo RecipeStage{tier='four', recipe=1xitem.PipeItemsGold@2:[net.minecraft.item.crafting.Ingredient@2f29ece8]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8298 buildcrafttransport:pipe_gold_fluid_orange RecipeStage{tier='four', recipe=1xitem.PipeFluidsGold@2:[net.minecraft.item.crafting.Ingredient@1ac04f62, net.minecraft.item.crafting.Ingredient@6337a9c1]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8299 buildcrafttransport:pipe_gold_fluid_magenta_undo RecipeStage{tier='four', recipe=1xitem.PipeItemsGold@3:[net.minecraft.item.crafting.Ingredient@29fc46b4]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8300 buildcrafttransport:pipe_gold_fluid_magenta RecipeStage{tier='four', recipe=1xitem.PipeFluidsGold@3:[net.minecraft.item.crafting.Ingredient@6f7869ed, net.minecraft.item.crafting.Ingredient@26979dbe]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8301 buildcrafttransport:pipe_gold_fluid_light_blue_undo RecipeStage{tier='four', recipe=1xitem.PipeItemsGold@4:[net.minecraft.item.crafting.Ingredient@213b5e2d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8302 buildcrafttransport:pipe_gold_fluid_light_blue RecipeStage{tier='four', recipe=1xitem.PipeFluidsGold@4:[net.minecraft.item.crafting.Ingredient@17406a81, net.minecraft.item.crafting.Ingredient@57241a11]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8303 buildcrafttransport:pipe_gold_fluid_yellow_undo RecipeStage{tier='four', recipe=1xitem.PipeItemsGold@5:[net.minecraft.item.crafting.Ingredient@22dce2d6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8304 buildcrafttransport:pipe_gold_fluid_yellow RecipeStage{tier='four', recipe=1xitem.PipeFluidsGold@5:[net.minecraft.item.crafting.Ingredient@415fe026, net.minecraft.item.crafting.Ingredient@422e066f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8305 buildcrafttransport:pipe_gold_fluid_lime_undo RecipeStage{tier='four', recipe=1xitem.PipeItemsGold@6:[net.minecraft.item.crafting.Ingredient@552c39c4]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8306 buildcrafttransport:pipe_gold_fluid_lime RecipeStage{tier='four', recipe=1xitem.PipeFluidsGold@6:[net.minecraft.item.crafting.Ingredient@59e3d3ef, net.minecraft.item.crafting.Ingredient@52fcaa8b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8307 buildcrafttransport:pipe_gold_fluid_pink_undo RecipeStage{tier='four', recipe=1xitem.PipeItemsGold@7:[net.minecraft.item.crafting.Ingredient@6884f25e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8308 buildcrafttransport:pipe_gold_fluid_pink RecipeStage{tier='four', recipe=1xitem.PipeFluidsGold@7:[net.minecraft.item.crafting.Ingredient@18206794, net.minecraft.item.crafting.Ingredient@2ce6858a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8309 buildcrafttransport:pipe_gold_fluid_gray_undo RecipeStage{tier='four', recipe=1xitem.PipeItemsGold@8:[net.minecraft.item.crafting.Ingredient@35969f4f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8310 buildcrafttransport:pipe_gold_fluid_gray RecipeStage{tier='four', recipe=1xitem.PipeFluidsGold@8:[net.minecraft.item.crafting.Ingredient@36435823, net.minecraft.item.crafting.Ingredient@29c18765]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8311 buildcrafttransport:pipe_gold_fluid_silver_undo RecipeStage{tier='four', recipe=1xitem.PipeItemsGold@9:[net.minecraft.item.crafting.Ingredient@c0caa6c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8312 buildcrafttransport:pipe_gold_fluid_silver RecipeStage{tier='four', recipe=1xitem.PipeFluidsGold@9:[net.minecraft.item.crafting.Ingredient@5fd3850, net.minecraft.item.crafting.Ingredient@4d566aab]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8313 buildcrafttransport:pipe_gold_fluid_cyan_undo RecipeStage{tier='four', recipe=1xitem.PipeItemsGold@10:[net.minecraft.item.crafting.Ingredient@173d85bc]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8314 buildcrafttransport:pipe_gold_fluid_cyan RecipeStage{tier='four', recipe=1xitem.PipeFluidsGold@10:[net.minecraft.item.crafting.Ingredient@5132e57, net.minecraft.item.crafting.Ingredient@26e5b59c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8315 buildcrafttransport:pipe_gold_fluid_purple_undo RecipeStage{tier='four', recipe=1xitem.PipeItemsGold@11:[net.minecraft.item.crafting.Ingredient@566eac13]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8316 buildcrafttransport:pipe_gold_fluid_purple RecipeStage{tier='four', recipe=1xitem.PipeFluidsGold@11:[net.minecraft.item.crafting.Ingredient@41515484, net.minecraft.item.crafting.Ingredient@6ad0fa2b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8317 buildcrafttransport:pipe_gold_fluid_blue_undo RecipeStage{tier='four', recipe=1xitem.PipeItemsGold@12:[net.minecraft.item.crafting.Ingredient@1936f6df]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8318 buildcrafttransport:pipe_gold_fluid_blue RecipeStage{tier='four', recipe=1xitem.PipeFluidsGold@12:[net.minecraft.item.crafting.Ingredient@3fe4ddd1, net.minecraft.item.crafting.Ingredient@18d43016]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8319 buildcrafttransport:pipe_gold_fluid_brown_undo RecipeStage{tier='four', recipe=1xitem.PipeItemsGold@13:[net.minecraft.item.crafting.Ingredient@27433f37]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8320 buildcrafttransport:pipe_gold_fluid_brown RecipeStage{tier='four', recipe=1xitem.PipeFluidsGold@13:[net.minecraft.item.crafting.Ingredient@73da717, net.minecraft.item.crafting.Ingredient@644a7678]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8321 buildcrafttransport:pipe_gold_fluid_green_undo RecipeStage{tier='four', recipe=1xitem.PipeItemsGold@14:[net.minecraft.item.crafting.Ingredient@678182ff]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8322 buildcrafttransport:pipe_gold_fluid_green RecipeStage{tier='four', recipe=1xitem.PipeFluidsGold@14:[net.minecraft.item.crafting.Ingredient@3a20da74, net.minecraft.item.crafting.Ingredient@12fce63e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8323 buildcrafttransport:pipe_gold_fluid_red_undo RecipeStage{tier='four', recipe=1xitem.PipeItemsGold@15:[net.minecraft.item.crafting.Ingredient@36e56f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8324 buildcrafttransport:pipe_gold_fluid_red RecipeStage{tier='four', recipe=1xitem.PipeFluidsGold@15:[net.minecraft.item.crafting.Ingredient@4941b0d0, net.minecraft.item.crafting.Ingredient@38765724]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8325 buildcrafttransport:pipe_gold_fluid_black_undo RecipeStage{tier='four', recipe=1xitem.PipeItemsGold@16:[net.minecraft.item.crafting.Ingredient@78318f10]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8326 buildcrafttransport:pipe_gold_fluid_black RecipeStage{tier='four', recipe=1xitem.PipeFluidsGold@16:[net.minecraft.item.crafting.Ingredient@3677d823, net.minecraft.item.crafting.Ingredient@5f441425]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8327 buildcrafttransport:pipe_clay_fluid_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsClay@0:[net.minecraft.item.crafting.Ingredient@45b069c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8328 buildcrafttransport:pipe_clay_fluid_colorless RecipeStage{tier='three', recipe=1xitem.PipeFluidsClay@0:[net.minecraft.item.crafting.Ingredient@737fb861, net.minecraft.item.crafting.Ingredient@1229d805]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8329 buildcrafttransport:pipe_clay_fluid_white_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsClay@1:[net.minecraft.item.crafting.Ingredient@69df78cd]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8330 buildcrafttransport:pipe_clay_fluid_white RecipeStage{tier='three', recipe=1xitem.PipeFluidsClay@1:[net.minecraft.item.crafting.Ingredient@3bd87c2f, net.minecraft.item.crafting.Ingredient@27c77bfd]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8331 buildcrafttransport:pipe_clay_fluid_orange_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsClay@2:[net.minecraft.item.crafting.Ingredient@39648517]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8332 buildcrafttransport:pipe_clay_fluid_orange RecipeStage{tier='three', recipe=1xitem.PipeFluidsClay@2:[net.minecraft.item.crafting.Ingredient@5d213c5a, net.minecraft.item.crafting.Ingredient@b0dfb90]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8333 buildcrafttransport:pipe_clay_fluid_magenta_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsClay@3:[net.minecraft.item.crafting.Ingredient@7aed6b3f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8334 buildcrafttransport:pipe_clay_fluid_magenta RecipeStage{tier='three', recipe=1xitem.PipeFluidsClay@3:[net.minecraft.item.crafting.Ingredient@4acfe4f0, net.minecraft.item.crafting.Ingredient@383fbc21]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8335 buildcrafttransport:pipe_clay_fluid_light_blue_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsClay@4:[net.minecraft.item.crafting.Ingredient@55425686]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8336 buildcrafttransport:pipe_clay_fluid_light_blue RecipeStage{tier='three', recipe=1xitem.PipeFluidsClay@4:[net.minecraft.item.crafting.Ingredient@2504b63c, net.minecraft.item.crafting.Ingredient@588790ca]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8337 buildcrafttransport:pipe_clay_fluid_yellow_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsClay@5:[net.minecraft.item.crafting.Ingredient@1b21266]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8338 buildcrafttransport:pipe_clay_fluid_yellow RecipeStage{tier='three', recipe=1xitem.PipeFluidsClay@5:[net.minecraft.item.crafting.Ingredient@65623010, net.minecraft.item.crafting.Ingredient@4aa2985d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8339 buildcrafttransport:pipe_clay_fluid_lime_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsClay@6:[net.minecraft.item.crafting.Ingredient@6522a634]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8340 buildcrafttransport:pipe_clay_fluid_lime RecipeStage{tier='three', recipe=1xitem.PipeFluidsClay@6:[net.minecraft.item.crafting.Ingredient@4f0afa3b, net.minecraft.item.crafting.Ingredient@c5096d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8341 buildcrafttransport:pipe_clay_fluid_pink_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsClay@7:[net.minecraft.item.crafting.Ingredient@46e51f1b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8342 buildcrafttransport:pipe_clay_fluid_pink RecipeStage{tier='three', recipe=1xitem.PipeFluidsClay@7:[net.minecraft.item.crafting.Ingredient@76000a16, net.minecraft.item.crafting.Ingredient@360474a5]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8343 buildcrafttransport:pipe_clay_fluid_gray_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsClay@8:[net.minecraft.item.crafting.Ingredient@31ce6d77]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8344 buildcrafttransport:pipe_clay_fluid_gray RecipeStage{tier='three', recipe=1xitem.PipeFluidsClay@8:[net.minecraft.item.crafting.Ingredient@525c74e6, net.minecraft.item.crafting.Ingredient@378bac74]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8345 buildcrafttransport:pipe_clay_fluid_silver_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsClay@9:[net.minecraft.item.crafting.Ingredient@7688a2f9]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8346 buildcrafttransport:pipe_clay_fluid_silver RecipeStage{tier='three', recipe=1xitem.PipeFluidsClay@9:[net.minecraft.item.crafting.Ingredient@2d40ef0a, net.minecraft.item.crafting.Ingredient@3eeea567]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8347 buildcrafttransport:pipe_clay_fluid_cyan_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsClay@10:[net.minecraft.item.crafting.Ingredient@5acb4b48]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8348 buildcrafttransport:pipe_clay_fluid_cyan RecipeStage{tier='three', recipe=1xitem.PipeFluidsClay@10:[net.minecraft.item.crafting.Ingredient@3b578155, net.minecraft.item.crafting.Ingredient@24b3f219]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8349 buildcrafttransport:pipe_clay_fluid_purple_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsClay@11:[net.minecraft.item.crafting.Ingredient@1a78eb0b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8350 buildcrafttransport:pipe_clay_fluid_purple RecipeStage{tier='three', recipe=1xitem.PipeFluidsClay@11:[net.minecraft.item.crafting.Ingredient@26ba96af, net.minecraft.item.crafting.Ingredient@11c94aa8]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8351 buildcrafttransport:pipe_clay_fluid_blue_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsClay@12:[net.minecraft.item.crafting.Ingredient@457e5dcb]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8352 buildcrafttransport:pipe_clay_fluid_blue RecipeStage{tier='three', recipe=1xitem.PipeFluidsClay@12:[net.minecraft.item.crafting.Ingredient@6cc43477, net.minecraft.item.crafting.Ingredient@6434745]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8353 buildcrafttransport:pipe_clay_fluid_brown_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsClay@13:[net.minecraft.item.crafting.Ingredient@1b6cfad6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8354 buildcrafttransport:pipe_clay_fluid_brown RecipeStage{tier='three', recipe=1xitem.PipeFluidsClay@13:[net.minecraft.item.crafting.Ingredient@4a231eb2, net.minecraft.item.crafting.Ingredient@5d422b6f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8355 buildcrafttransport:pipe_clay_fluid_green_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsClay@14:[net.minecraft.item.crafting.Ingredient@47b61239]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8356 buildcrafttransport:pipe_clay_fluid_green RecipeStage{tier='three', recipe=1xitem.PipeFluidsClay@14:[net.minecraft.item.crafting.Ingredient@59e71a79, net.minecraft.item.crafting.Ingredient@5ee69f16]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8357 buildcrafttransport:pipe_clay_fluid_red_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsClay@15:[net.minecraft.item.crafting.Ingredient@2e148326]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8358 buildcrafttransport:pipe_clay_fluid_red RecipeStage{tier='three', recipe=1xitem.PipeFluidsClay@15:[net.minecraft.item.crafting.Ingredient@25b5589e, net.minecraft.item.crafting.Ingredient@3fd00230]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8359 buildcrafttransport:pipe_clay_fluid_black_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsClay@16:[net.minecraft.item.crafting.Ingredient@7150f6a2]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8360 buildcrafttransport:pipe_clay_fluid_black RecipeStage{tier='three', recipe=1xitem.PipeFluidsClay@16:[net.minecraft.item.crafting.Ingredient@41d06dc9, net.minecraft.item.crafting.Ingredient@49553bff]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8361 buildcrafttransport:pipe_sandstone_fluid_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsSandstone@0:[net.minecraft.item.crafting.Ingredient@306ad416]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8362 buildcrafttransport:pipe_sandstone_fluid_colorless RecipeStage{tier='three', recipe=1xitem.PipeFluidsSandstone@0:[net.minecraft.item.crafting.Ingredient@12fc1e89, net.minecraft.item.crafting.Ingredient@1cb8efee]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8363 buildcrafttransport:pipe_sandstone_fluid_white_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsSandstone@1:[net.minecraft.item.crafting.Ingredient@3a0de54f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8364 buildcrafttransport:pipe_sandstone_fluid_white RecipeStage{tier='three', recipe=1xitem.PipeFluidsSandstone@1:[net.minecraft.item.crafting.Ingredient@13ebedae, net.minecraft.item.crafting.Ingredient@4b3771d2]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8365 buildcrafttransport:pipe_sandstone_fluid_orange_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsSandstone@2:[net.minecraft.item.crafting.Ingredient@6ba1e44b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8366 buildcrafttransport:pipe_sandstone_fluid_orange RecipeStage{tier='three', recipe=1xitem.PipeFluidsSandstone@2:[net.minecraft.item.crafting.Ingredient@5722bec2, net.minecraft.item.crafting.Ingredient@674410a2]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8367 buildcrafttransport:pipe_sandstone_fluid_magenta_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsSandstone@3:[net.minecraft.item.crafting.Ingredient@7b20ca57]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8368 buildcrafttransport:pipe_sandstone_fluid_magenta RecipeStage{tier='three', recipe=1xitem.PipeFluidsSandstone@3:[net.minecraft.item.crafting.Ingredient@7e3069db, net.minecraft.item.crafting.Ingredient@6494837b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8369 buildcrafttransport:pipe_sandstone_fluid_light_blue_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsSandstone@4:[net.minecraft.item.crafting.Ingredient@155b07e7]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8370 buildcrafttransport:pipe_sandstone_fluid_light_blue RecipeStage{tier='three', recipe=1xitem.PipeFluidsSandstone@4:[net.minecraft.item.crafting.Ingredient@2817031d, net.minecraft.item.crafting.Ingredient@6d379c2c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8371 buildcrafttransport:pipe_sandstone_fluid_yellow_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsSandstone@5:[net.minecraft.item.crafting.Ingredient@eb92d9d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8372 buildcrafttransport:pipe_sandstone_fluid_yellow RecipeStage{tier='three', recipe=1xitem.PipeFluidsSandstone@5:[net.minecraft.item.crafting.Ingredient@4f21f1a8, net.minecraft.item.crafting.Ingredient@19bbfe44]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8373 buildcrafttransport:pipe_sandstone_fluid_lime_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsSandstone@6:[net.minecraft.item.crafting.Ingredient@76e23d6a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8374 buildcrafttransport:pipe_sandstone_fluid_lime RecipeStage{tier='three', recipe=1xitem.PipeFluidsSandstone@6:[net.minecraft.item.crafting.Ingredient@7001afe4, net.minecraft.item.crafting.Ingredient@6150547a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8375 buildcrafttransport:pipe_sandstone_fluid_pink_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsSandstone@7:[net.minecraft.item.crafting.Ingredient@41029169]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8376 buildcrafttransport:pipe_sandstone_fluid_pink RecipeStage{tier='three', recipe=1xitem.PipeFluidsSandstone@7:[net.minecraft.item.crafting.Ingredient@5f11185c, net.minecraft.item.crafting.Ingredient@283a4b6d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8377 buildcrafttransport:pipe_sandstone_fluid_gray_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsSandstone@8:[net.minecraft.item.crafting.Ingredient@4a11a93c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8378 buildcrafttransport:pipe_sandstone_fluid_gray RecipeStage{tier='three', recipe=1xitem.PipeFluidsSandstone@8:[net.minecraft.item.crafting.Ingredient@670eda36, net.minecraft.item.crafting.Ingredient@2a5318d3]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8379 buildcrafttransport:pipe_sandstone_fluid_silver_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsSandstone@9:[net.minecraft.item.crafting.Ingredient@5c3681d4]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8380 buildcrafttransport:pipe_sandstone_fluid_silver RecipeStage{tier='three', recipe=1xitem.PipeFluidsSandstone@9:[net.minecraft.item.crafting.Ingredient@7fdf23e2, net.minecraft.item.crafting.Ingredient@72f96b99]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8381 buildcrafttransport:pipe_sandstone_fluid_cyan_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsSandstone@10:[net.minecraft.item.crafting.Ingredient@1625a037]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8382 buildcrafttransport:pipe_sandstone_fluid_cyan RecipeStage{tier='three', recipe=1xitem.PipeFluidsSandstone@10:[net.minecraft.item.crafting.Ingredient@297f4514, net.minecraft.item.crafting.Ingredient@7866ecec]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8383 buildcrafttransport:pipe_sandstone_fluid_purple_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsSandstone@11:[net.minecraft.item.crafting.Ingredient@49197cc3]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8384 buildcrafttransport:pipe_sandstone_fluid_purple RecipeStage{tier='three', recipe=1xitem.PipeFluidsSandstone@11:[net.minecraft.item.crafting.Ingredient@55d35922, net.minecraft.item.crafting.Ingredient@58d973f0]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8385 buildcrafttransport:pipe_sandstone_fluid_blue_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsSandstone@12:[net.minecraft.item.crafting.Ingredient@2ef59246]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8386 buildcrafttransport:pipe_sandstone_fluid_blue RecipeStage{tier='three', recipe=1xitem.PipeFluidsSandstone@12:[net.minecraft.item.crafting.Ingredient@72756dd4, net.minecraft.item.crafting.Ingredient@f365e45]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8387 buildcrafttransport:pipe_sandstone_fluid_brown_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsSandstone@13:[net.minecraft.item.crafting.Ingredient@6a33d052]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8388 buildcrafttransport:pipe_sandstone_fluid_brown RecipeStage{tier='three', recipe=1xitem.PipeFluidsSandstone@13:[net.minecraft.item.crafting.Ingredient@e08bf50, net.minecraft.item.crafting.Ingredient@1f180d74]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8389 buildcrafttransport:pipe_sandstone_fluid_green_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsSandstone@14:[net.minecraft.item.crafting.Ingredient@50cfa880]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8390 buildcrafttransport:pipe_sandstone_fluid_green RecipeStage{tier='three', recipe=1xitem.PipeFluidsSandstone@14:[net.minecraft.item.crafting.Ingredient@44daa251, net.minecraft.item.crafting.Ingredient@407f4c88]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8391 buildcrafttransport:pipe_sandstone_fluid_red_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsSandstone@15:[net.minecraft.item.crafting.Ingredient@45f8bc3d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8392 buildcrafttransport:pipe_sandstone_fluid_red RecipeStage{tier='three', recipe=1xitem.PipeFluidsSandstone@15:[net.minecraft.item.crafting.Ingredient@6e805be9, net.minecraft.item.crafting.Ingredient@48c2bd99]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8393 buildcrafttransport:pipe_sandstone_fluid_black_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsSandstone@16:[net.minecraft.item.crafting.Ingredient@1613e884]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8394 buildcrafttransport:pipe_sandstone_fluid_black RecipeStage{tier='three', recipe=1xitem.PipeFluidsSandstone@16:[net.minecraft.item.crafting.Ingredient@27d3f214, net.minecraft.item.crafting.Ingredient@3050cbaf]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8396 buildcrafttransport:pipe_void_fluid_colorless RecipeStage{tier='three', recipe=1xitem.PipeFluidsVoid@0:[net.minecraft.item.crafting.Ingredient@48242e67, net.minecraft.item.crafting.Ingredient@3f6b490]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8397 buildcrafttransport:pipe_void_fluid_white_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsVoid@1:[net.minecraft.item.crafting.Ingredient@63214605]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8398 buildcrafttransport:pipe_void_fluid_white RecipeStage{tier='three', recipe=1xitem.PipeFluidsVoid@1:[net.minecraft.item.crafting.Ingredient@3cfb7ce7, net.minecraft.item.crafting.Ingredient@52eea795]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8399 buildcrafttransport:pipe_void_fluid_orange_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsVoid@2:[net.minecraft.item.crafting.Ingredient@49a3194a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8400 buildcrafttransport:pipe_void_fluid_orange RecipeStage{tier='three', recipe=1xitem.PipeFluidsVoid@2:[net.minecraft.item.crafting.Ingredient@9ad808c, net.minecraft.item.crafting.Ingredient@423d8d0]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8401 buildcrafttransport:pipe_void_fluid_magenta_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsVoid@3:[net.minecraft.item.crafting.Ingredient@39694c89]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8402 buildcrafttransport:pipe_void_fluid_magenta RecipeStage{tier='three', recipe=1xitem.PipeFluidsVoid@3:[net.minecraft.item.crafting.Ingredient@465aa4c4, net.minecraft.item.crafting.Ingredient@4c09b508]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8403 buildcrafttransport:pipe_void_fluid_light_blue_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsVoid@4:[net.minecraft.item.crafting.Ingredient@4b304360]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8404 buildcrafttransport:pipe_void_fluid_light_blue RecipeStage{tier='three', recipe=1xitem.PipeFluidsVoid@4:[net.minecraft.item.crafting.Ingredient@597fedb0, net.minecraft.item.crafting.Ingredient@5b22ac1e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8405 buildcrafttransport:pipe_void_fluid_yellow_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsVoid@5:[net.minecraft.item.crafting.Ingredient@37a892c5]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8406 buildcrafttransport:pipe_void_fluid_yellow RecipeStage{tier='three', recipe=1xitem.PipeFluidsVoid@5:[net.minecraft.item.crafting.Ingredient@5f90f79c, net.minecraft.item.crafting.Ingredient@4bbe4130]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8407 buildcrafttransport:pipe_void_fluid_lime_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsVoid@6:[net.minecraft.item.crafting.Ingredient@4ec68b48]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8408 buildcrafttransport:pipe_void_fluid_lime RecipeStage{tier='three', recipe=1xitem.PipeFluidsVoid@6:[net.minecraft.item.crafting.Ingredient@2fbcdd2c, net.minecraft.item.crafting.Ingredient@988c6ff]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8409 buildcrafttransport:pipe_void_fluid_pink_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsVoid@7:[net.minecraft.item.crafting.Ingredient@7097055a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8410 buildcrafttransport:pipe_void_fluid_pink RecipeStage{tier='three', recipe=1xitem.PipeFluidsVoid@7:[net.minecraft.item.crafting.Ingredient@76fb6529, net.minecraft.item.crafting.Ingredient@7110ef53]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8411 buildcrafttransport:pipe_void_fluid_gray_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsVoid@8:[net.minecraft.item.crafting.Ingredient@5f16a020]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8412 buildcrafttransport:pipe_void_fluid_gray RecipeStage{tier='three', recipe=1xitem.PipeFluidsVoid@8:[net.minecraft.item.crafting.Ingredient@47557af, net.minecraft.item.crafting.Ingredient@11ca04b6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8413 buildcrafttransport:pipe_void_fluid_silver_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsVoid@9:[net.minecraft.item.crafting.Ingredient@434005cb]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8414 buildcrafttransport:pipe_void_fluid_silver RecipeStage{tier='three', recipe=1xitem.PipeFluidsVoid@9:[net.minecraft.item.crafting.Ingredient@2c08bc95, net.minecraft.item.crafting.Ingredient@6af1cfd2]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8415 buildcrafttransport:pipe_void_fluid_cyan_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsVoid@10:[net.minecraft.item.crafting.Ingredient@7371f1f0]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8416 buildcrafttransport:pipe_void_fluid_cyan RecipeStage{tier='three', recipe=1xitem.PipeFluidsVoid@10:[net.minecraft.item.crafting.Ingredient@7e9fd4cc, net.minecraft.item.crafting.Ingredient@3005be24]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8417 buildcrafttransport:pipe_void_fluid_purple_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsVoid@11:[net.minecraft.item.crafting.Ingredient@76711dc5]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8418 buildcrafttransport:pipe_void_fluid_purple RecipeStage{tier='three', recipe=1xitem.PipeFluidsVoid@11:[net.minecraft.item.crafting.Ingredient@6ba1fa00, net.minecraft.item.crafting.Ingredient@1eee52ce]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8419 buildcrafttransport:pipe_void_fluid_blue_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsVoid@12:[net.minecraft.item.crafting.Ingredient@52065a87]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8420 buildcrafttransport:pipe_void_fluid_blue RecipeStage{tier='three', recipe=1xitem.PipeFluidsVoid@12:[net.minecraft.item.crafting.Ingredient@5a878713, net.minecraft.item.crafting.Ingredient@4548bf53]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8421 buildcrafttransport:pipe_void_fluid_brown_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsVoid@13:[net.minecraft.item.crafting.Ingredient@d98faae]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8422 buildcrafttransport:pipe_void_fluid_brown RecipeStage{tier='three', recipe=1xitem.PipeFluidsVoid@13:[net.minecraft.item.crafting.Ingredient@6bf3d31d, net.minecraft.item.crafting.Ingredient@1ec47393]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8423 buildcrafttransport:pipe_void_fluid_green_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsVoid@14:[net.minecraft.item.crafting.Ingredient@35bb6725]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8424 buildcrafttransport:pipe_void_fluid_green RecipeStage{tier='three', recipe=1xitem.PipeFluidsVoid@14:[net.minecraft.item.crafting.Ingredient@7d409ac8, net.minecraft.item.crafting.Ingredient@3471b2c0]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8425 buildcrafttransport:pipe_void_fluid_red_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsVoid@15:[net.minecraft.item.crafting.Ingredient@335c5b42]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8426 buildcrafttransport:pipe_void_fluid_red RecipeStage{tier='three', recipe=1xitem.PipeFluidsVoid@15:[net.minecraft.item.crafting.Ingredient@736d5d0f, net.minecraft.item.crafting.Ingredient@4288de1f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8427 buildcrafttransport:pipe_void_fluid_black_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsVoid@16:[net.minecraft.item.crafting.Ingredient@41377ace]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8428 buildcrafttransport:pipe_void_fluid_black RecipeStage{tier='three', recipe=1xitem.PipeFluidsVoid@16:[net.minecraft.item.crafting.Ingredient@5cd787ee, net.minecraft.item.crafting.Ingredient@37b9ba10]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8429 buildcrafttransport:pipe_diamond_fluid_undo RecipeStage{tier='five', recipe=1xitem.PipeItemsDiamond@0:[net.minecraft.item.crafting.Ingredient@4b193197]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8430 buildcrafttransport:pipe_diamond_fluid_colorless RecipeStage{tier='five', recipe=1xitem.PipeFluidsDiamond@0:[net.minecraft.item.crafting.Ingredient@518271b5, net.minecraft.item.crafting.Ingredient@e463ff9]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8431 buildcrafttransport:pipe_diamond_fluid_white_undo net.minecraftforge.oredict.ShapelessOreRecipe@6c1011a0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8432 buildcrafttransport:pipe_diamond_fluid_white net.minecraftforge.oredict.ShapelessOreRecipe@16deff0c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8433 buildcrafttransport:pipe_diamond_fluid_orange_undo net.minecraftforge.oredict.ShapelessOreRecipe@1bc95b2d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8434 buildcrafttransport:pipe_diamond_fluid_orange net.minecraftforge.oredict.ShapelessOreRecipe@33214069 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8435 buildcrafttransport:pipe_diamond_fluid_magenta_undo net.minecraftforge.oredict.ShapelessOreRecipe@2deb0512 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8436 buildcrafttransport:pipe_diamond_fluid_magenta net.minecraftforge.oredict.ShapelessOreRecipe@6656574e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8437 buildcrafttransport:pipe_diamond_fluid_light_blue_undo net.minecraftforge.oredict.ShapelessOreRecipe@f67dbd2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8438 buildcrafttransport:pipe_diamond_fluid_light_blue net.minecraftforge.oredict.ShapelessOreRecipe@3455e113 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8439 buildcrafttransport:pipe_diamond_fluid_yellow_undo net.minecraftforge.oredict.ShapelessOreRecipe@4382e9b5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8440 buildcrafttransport:pipe_diamond_fluid_yellow net.minecraftforge.oredict.ShapelessOreRecipe@6101b726 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8441 buildcrafttransport:pipe_diamond_fluid_lime_undo net.minecraftforge.oredict.ShapelessOreRecipe@59280508 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8442 buildcrafttransport:pipe_diamond_fluid_lime net.minecraftforge.oredict.ShapelessOreRecipe@1747c6a7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8443 buildcrafttransport:pipe_diamond_fluid_pink_undo net.minecraftforge.oredict.ShapelessOreRecipe@6b2d8be +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8444 buildcrafttransport:pipe_diamond_fluid_pink net.minecraftforge.oredict.ShapelessOreRecipe@10d21c53 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8445 buildcrafttransport:pipe_diamond_fluid_gray_undo net.minecraftforge.oredict.ShapelessOreRecipe@6d683339 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8446 buildcrafttransport:pipe_diamond_fluid_gray net.minecraftforge.oredict.ShapelessOreRecipe@5f1b7c12 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8447 buildcrafttransport:pipe_diamond_fluid_silver_undo net.minecraftforge.oredict.ShapelessOreRecipe@508a7e9c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8448 buildcrafttransport:pipe_diamond_fluid_silver net.minecraftforge.oredict.ShapelessOreRecipe@3230fd37 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8449 buildcrafttransport:pipe_diamond_fluid_cyan_undo net.minecraftforge.oredict.ShapelessOreRecipe@421a89fa +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8450 buildcrafttransport:pipe_diamond_fluid_cyan net.minecraftforge.oredict.ShapelessOreRecipe@2124e5d5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8451 buildcrafttransport:pipe_diamond_fluid_purple_undo net.minecraftforge.oredict.ShapelessOreRecipe@45c5017e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8452 buildcrafttransport:pipe_diamond_fluid_purple net.minecraftforge.oredict.ShapelessOreRecipe@687d93a7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8453 buildcrafttransport:pipe_diamond_fluid_blue_undo net.minecraftforge.oredict.ShapelessOreRecipe@42cb5fe1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8454 buildcrafttransport:pipe_diamond_fluid_blue net.minecraftforge.oredict.ShapelessOreRecipe@152f8146 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8455 buildcrafttransport:pipe_diamond_fluid_brown_undo net.minecraftforge.oredict.ShapelessOreRecipe@8c97ad9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8456 buildcrafttransport:pipe_diamond_fluid_brown net.minecraftforge.oredict.ShapelessOreRecipe@50a72241 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8457 buildcrafttransport:pipe_diamond_fluid_green_undo net.minecraftforge.oredict.ShapelessOreRecipe@7ffb0921 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8458 buildcrafttransport:pipe_diamond_fluid_green net.minecraftforge.oredict.ShapelessOreRecipe@38f7acec +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8459 buildcrafttransport:pipe_diamond_fluid_red_undo net.minecraftforge.oredict.ShapelessOreRecipe@3135c368 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8460 buildcrafttransport:pipe_diamond_fluid_red net.minecraftforge.oredict.ShapelessOreRecipe@18e82019 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8461 buildcrafttransport:pipe_diamond_fluid_black_undo net.minecraftforge.oredict.ShapelessOreRecipe@27a9868d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8462 buildcrafttransport:pipe_diamond_fluid_black net.minecraftforge.oredict.ShapelessOreRecipe@3ac4314b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8463 buildcrafttransport:pipe_diamond_wood_fluid_undo RecipeStage{tier='five', recipe=1xitem.PipeItemsWoodenDiamond@0:[net.minecraft.item.crafting.Ingredient@51b24570]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8464 buildcrafttransport:pipe_diamond_wood_fluid_colorless RecipeStage{tier='five', recipe=1xitem.PipeFluidsWoodenDiamond@0:[net.minecraft.item.crafting.Ingredient@fd53eb, net.minecraft.item.crafting.Ingredient@1ba864d6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8465 buildcrafttransport:pipe_diamond_wood_fluid_white_undo RecipeStage{tier='five', recipe=1xitem.PipeItemsWoodenDiamond@1:[net.minecraft.item.crafting.Ingredient@4af5fcd8]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8466 buildcrafttransport:pipe_diamond_wood_fluid_white net.minecraftforge.oredict.ShapelessOreRecipe@543e553e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8467 buildcrafttransport:pipe_diamond_wood_fluid_orange_undo RecipeStage{tier='five', recipe=1xitem.PipeItemsWoodenDiamond@2:[net.minecraft.item.crafting.Ingredient@18eced73]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8468 buildcrafttransport:pipe_diamond_wood_fluid_orange net.minecraftforge.oredict.ShapelessOreRecipe@15e6541d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8469 buildcrafttransport:pipe_diamond_wood_fluid_magenta_undo RecipeStage{tier='five', recipe=1xitem.PipeItemsWoodenDiamond@3:[net.minecraft.item.crafting.Ingredient@3958708a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8470 buildcrafttransport:pipe_diamond_wood_fluid_magenta net.minecraftforge.oredict.ShapelessOreRecipe@4bd9462b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8471 buildcrafttransport:pipe_diamond_wood_fluid_light_blue_undo RecipeStage{tier='five', recipe=1xitem.PipeItemsWoodenDiamond@4:[net.minecraft.item.crafting.Ingredient@696c8ad5]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8472 buildcrafttransport:pipe_diamond_wood_fluid_light_blue net.minecraftforge.oredict.ShapelessOreRecipe@4d38a23b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8473 buildcrafttransport:pipe_diamond_wood_fluid_yellow_undo RecipeStage{tier='five', recipe=1xitem.PipeItemsWoodenDiamond@5:[net.minecraft.item.crafting.Ingredient@445d5c17]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8474 buildcrafttransport:pipe_diamond_wood_fluid_yellow net.minecraftforge.oredict.ShapelessOreRecipe@2c386660 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8475 buildcrafttransport:pipe_diamond_wood_fluid_lime_undo RecipeStage{tier='five', recipe=1xitem.PipeItemsWoodenDiamond@6:[net.minecraft.item.crafting.Ingredient@6e11804b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8476 buildcrafttransport:pipe_diamond_wood_fluid_lime net.minecraftforge.oredict.ShapelessOreRecipe@61374357 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8477 buildcrafttransport:pipe_diamond_wood_fluid_pink_undo RecipeStage{tier='five', recipe=1xitem.PipeItemsWoodenDiamond@7:[net.minecraft.item.crafting.Ingredient@37edf747]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8478 buildcrafttransport:pipe_diamond_wood_fluid_pink net.minecraftforge.oredict.ShapelessOreRecipe@78b8bd0c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8479 buildcrafttransport:pipe_diamond_wood_fluid_gray_undo RecipeStage{tier='five', recipe=1xitem.PipeItemsWoodenDiamond@8:[net.minecraft.item.crafting.Ingredient@187dedfd]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8480 buildcrafttransport:pipe_diamond_wood_fluid_gray net.minecraftforge.oredict.ShapelessOreRecipe@3f20bfca +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8481 buildcrafttransport:pipe_diamond_wood_fluid_silver_undo RecipeStage{tier='five', recipe=1xitem.PipeItemsWoodenDiamond@9:[net.minecraft.item.crafting.Ingredient@6bcc897]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8482 buildcrafttransport:pipe_diamond_wood_fluid_silver net.minecraftforge.oredict.ShapelessOreRecipe@d67b5cf +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8483 buildcrafttransport:pipe_diamond_wood_fluid_cyan_undo RecipeStage{tier='five', recipe=1xitem.PipeItemsWoodenDiamond@10:[net.minecraft.item.crafting.Ingredient@2a70c47f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8484 buildcrafttransport:pipe_diamond_wood_fluid_cyan net.minecraftforge.oredict.ShapelessOreRecipe@2d570905 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8485 buildcrafttransport:pipe_diamond_wood_fluid_purple_undo RecipeStage{tier='five', recipe=1xitem.PipeItemsWoodenDiamond@11:[net.minecraft.item.crafting.Ingredient@78a7a2c7]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8486 buildcrafttransport:pipe_diamond_wood_fluid_purple net.minecraftforge.oredict.ShapelessOreRecipe@5049983c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8487 buildcrafttransport:pipe_diamond_wood_fluid_blue_undo RecipeStage{tier='five', recipe=1xitem.PipeItemsWoodenDiamond@12:[net.minecraft.item.crafting.Ingredient@6187afc3]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8488 buildcrafttransport:pipe_diamond_wood_fluid_blue net.minecraftforge.oredict.ShapelessOreRecipe@6589d0e3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8489 buildcrafttransport:pipe_diamond_wood_fluid_brown_undo RecipeStage{tier='five', recipe=1xitem.PipeItemsWoodenDiamond@13:[net.minecraft.item.crafting.Ingredient@229c8afe]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8490 buildcrafttransport:pipe_diamond_wood_fluid_brown net.minecraftforge.oredict.ShapelessOreRecipe@743c2b7c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8491 buildcrafttransport:pipe_diamond_wood_fluid_green_undo RecipeStage{tier='five', recipe=1xitem.PipeItemsWoodenDiamond@14:[net.minecraft.item.crafting.Ingredient@71dda003]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8492 buildcrafttransport:pipe_diamond_wood_fluid_green net.minecraftforge.oredict.ShapelessOreRecipe@7de67cd9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8493 buildcrafttransport:pipe_diamond_wood_fluid_red_undo RecipeStage{tier='five', recipe=1xitem.PipeItemsWoodenDiamond@15:[net.minecraft.item.crafting.Ingredient@4f5c9ded]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8494 buildcrafttransport:pipe_diamond_wood_fluid_red net.minecraftforge.oredict.ShapelessOreRecipe@2ae95400 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8495 buildcrafttransport:pipe_diamond_wood_fluid_black_undo RecipeStage{tier='five', recipe=1xitem.PipeItemsWoodenDiamond@16:[net.minecraft.item.crafting.Ingredient@64e417ca]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8496 buildcrafttransport:pipe_diamond_wood_fluid_black net.minecraftforge.oredict.ShapelessOreRecipe@7b4a42af +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8497 buildcrafttransport:pipe_wood_power_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsWood@0:[net.minecraft.item.crafting.Ingredient@919c2cd]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8498 buildcrafttransport:pipe_wood_power_colorless RecipeStage{tier='four', recipe=1xitem.PipePowerWood@0:[net.minecraft.item.crafting.Ingredient@212d868f, net.minecraftforge.oredict.OreIngredient@85be73f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8499 buildcrafttransport:pipe_wood_power_white_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsWood@1:[net.minecraft.item.crafting.Ingredient@67c3e129]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8500 buildcrafttransport:pipe_wood_power_white RecipeStage{tier='four', recipe=1xitem.PipePowerWood@1:[net.minecraft.item.crafting.Ingredient@7d2272d2, net.minecraftforge.oredict.OreIngredient@28fe2ffe]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8501 buildcrafttransport:pipe_wood_power_orange_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsWood@2:[net.minecraft.item.crafting.Ingredient@429c0bc2]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8502 buildcrafttransport:pipe_wood_power_orange RecipeStage{tier='four', recipe=1xitem.PipePowerWood@2:[net.minecraft.item.crafting.Ingredient@751e0e08, net.minecraftforge.oredict.OreIngredient@472bc68b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8503 buildcrafttransport:pipe_wood_power_magenta_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsWood@3:[net.minecraft.item.crafting.Ingredient@7b3e3de2]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8504 buildcrafttransport:pipe_wood_power_magenta RecipeStage{tier='four', recipe=1xitem.PipePowerWood@3:[net.minecraft.item.crafting.Ingredient@67538c0c, net.minecraftforge.oredict.OreIngredient@5a18c9ee]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8505 buildcrafttransport:pipe_wood_power_light_blue_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsWood@4:[net.minecraft.item.crafting.Ingredient@6566da3]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8506 buildcrafttransport:pipe_wood_power_light_blue RecipeStage{tier='four', recipe=1xitem.PipePowerWood@4:[net.minecraft.item.crafting.Ingredient@61d5436d, net.minecraftforge.oredict.OreIngredient@28ac510b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8507 buildcrafttransport:pipe_wood_power_yellow_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsWood@5:[net.minecraft.item.crafting.Ingredient@1520f91f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8508 buildcrafttransport:pipe_wood_power_yellow RecipeStage{tier='four', recipe=1xitem.PipePowerWood@5:[net.minecraft.item.crafting.Ingredient@144b382b, net.minecraftforge.oredict.OreIngredient@19321420]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8509 buildcrafttransport:pipe_wood_power_lime_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsWood@6:[net.minecraft.item.crafting.Ingredient@7dec5b6a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8510 buildcrafttransport:pipe_wood_power_lime RecipeStage{tier='four', recipe=1xitem.PipePowerWood@6:[net.minecraft.item.crafting.Ingredient@39312fbd, net.minecraftforge.oredict.OreIngredient@7545bead]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8511 buildcrafttransport:pipe_wood_power_pink_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsWood@7:[net.minecraft.item.crafting.Ingredient@75f00eb]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8512 buildcrafttransport:pipe_wood_power_pink RecipeStage{tier='four', recipe=1xitem.PipePowerWood@7:[net.minecraft.item.crafting.Ingredient@6fcbfbf5, net.minecraftforge.oredict.OreIngredient@69c344d4]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8513 buildcrafttransport:pipe_wood_power_gray_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsWood@8:[net.minecraft.item.crafting.Ingredient@3d37f8b2]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8514 buildcrafttransport:pipe_wood_power_gray RecipeStage{tier='four', recipe=1xitem.PipePowerWood@8:[net.minecraft.item.crafting.Ingredient@7e85b820, net.minecraftforge.oredict.OreIngredient@4a1f281e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8515 buildcrafttransport:pipe_wood_power_silver_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsWood@9:[net.minecraft.item.crafting.Ingredient@58295c10]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8516 buildcrafttransport:pipe_wood_power_silver RecipeStage{tier='four', recipe=1xitem.PipePowerWood@9:[net.minecraft.item.crafting.Ingredient@38522d2c, net.minecraftforge.oredict.OreIngredient@d549a32]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8517 buildcrafttransport:pipe_wood_power_cyan_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsWood@10:[net.minecraft.item.crafting.Ingredient@6193aceb]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8518 buildcrafttransport:pipe_wood_power_cyan RecipeStage{tier='four', recipe=1xitem.PipePowerWood@10:[net.minecraft.item.crafting.Ingredient@612d5090, net.minecraftforge.oredict.OreIngredient@2b39fdf]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8519 buildcrafttransport:pipe_wood_power_purple_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsWood@11:[net.minecraft.item.crafting.Ingredient@38c9a2ef]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8520 buildcrafttransport:pipe_wood_power_purple RecipeStage{tier='four', recipe=1xitem.PipePowerWood@11:[net.minecraft.item.crafting.Ingredient@2db8f063, net.minecraftforge.oredict.OreIngredient@fdd9d6d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8521 buildcrafttransport:pipe_wood_power_blue_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsWood@12:[net.minecraft.item.crafting.Ingredient@1715f537]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8522 buildcrafttransport:pipe_wood_power_blue RecipeStage{tier='four', recipe=1xitem.PipePowerWood@12:[net.minecraft.item.crafting.Ingredient@1e11f87e, net.minecraftforge.oredict.OreIngredient@506c489f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8523 buildcrafttransport:pipe_wood_power_brown_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsWood@13:[net.minecraft.item.crafting.Ingredient@34529c6f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8524 buildcrafttransport:pipe_wood_power_brown RecipeStage{tier='four', recipe=1xitem.PipePowerWood@13:[net.minecraft.item.crafting.Ingredient@170bcc1e, net.minecraftforge.oredict.OreIngredient@3a51dae4]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8525 buildcrafttransport:pipe_wood_power_green_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsWood@14:[net.minecraft.item.crafting.Ingredient@357a5626]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8526 buildcrafttransport:pipe_wood_power_green RecipeStage{tier='four', recipe=1xitem.PipePowerWood@14:[net.minecraft.item.crafting.Ingredient@48ea642e, net.minecraftforge.oredict.OreIngredient@5675dcb6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8527 buildcrafttransport:pipe_wood_power_red_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsWood@15:[net.minecraft.item.crafting.Ingredient@d0057e7]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8528 buildcrafttransport:pipe_wood_power_red RecipeStage{tier='four', recipe=1xitem.PipePowerWood@15:[net.minecraft.item.crafting.Ingredient@6e38676d, net.minecraftforge.oredict.OreIngredient@14c2c129]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8529 buildcrafttransport:pipe_wood_power_black_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsWood@16:[net.minecraft.item.crafting.Ingredient@9fbea4b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8530 buildcrafttransport:pipe_wood_power_black RecipeStage{tier='four', recipe=1xitem.PipePowerWood@16:[net.minecraft.item.crafting.Ingredient@261ca12c, net.minecraftforge.oredict.OreIngredient@2d7c150d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8531 buildcrafttransport:pipe_cobble_power_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsCobblestone@0:[net.minecraft.item.crafting.Ingredient@7065ae7a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8532 buildcrafttransport:pipe_cobble_power_colorless RecipeStage{tier='four', recipe=1xitem.PipePowerCobblestone@0:[net.minecraft.item.crafting.Ingredient@7eaacb9d, net.minecraftforge.oredict.OreIngredient@1d104ec0]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8533 buildcrafttransport:pipe_cobble_power_white_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsCobblestone@1:[net.minecraft.item.crafting.Ingredient@6864965a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8534 buildcrafttransport:pipe_cobble_power_white RecipeStage{tier='four', recipe=1xitem.PipePowerCobblestone@1:[net.minecraft.item.crafting.Ingredient@5fc36e71, net.minecraftforge.oredict.OreIngredient@462a80ea]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8535 buildcrafttransport:pipe_cobble_power_orange_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsCobblestone@2:[net.minecraft.item.crafting.Ingredient@186f5a83]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8536 buildcrafttransport:pipe_cobble_power_orange RecipeStage{tier='four', recipe=1xitem.PipePowerCobblestone@2:[net.minecraft.item.crafting.Ingredient@4ea4e9a0, net.minecraftforge.oredict.OreIngredient@445f01d7]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8537 buildcrafttransport:pipe_cobble_power_magenta_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsCobblestone@3:[net.minecraft.item.crafting.Ingredient@22e15093]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8538 buildcrafttransport:pipe_cobble_power_magenta RecipeStage{tier='four', recipe=1xitem.PipePowerCobblestone@3:[net.minecraft.item.crafting.Ingredient@770cb584, net.minecraftforge.oredict.OreIngredient@661f21f0]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8539 buildcrafttransport:pipe_cobble_power_light_blue_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsCobblestone@4:[net.minecraft.item.crafting.Ingredient@f56a840]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8540 buildcrafttransport:pipe_cobble_power_light_blue RecipeStage{tier='four', recipe=1xitem.PipePowerCobblestone@4:[net.minecraft.item.crafting.Ingredient@2eb3e46, net.minecraftforge.oredict.OreIngredient@58602fb3]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8541 buildcrafttransport:pipe_cobble_power_yellow_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsCobblestone@5:[net.minecraft.item.crafting.Ingredient@5bf641f1]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8542 buildcrafttransport:pipe_cobble_power_yellow RecipeStage{tier='four', recipe=1xitem.PipePowerCobblestone@5:[net.minecraft.item.crafting.Ingredient@59f0f7d5, net.minecraftforge.oredict.OreIngredient@4f6ad09c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8543 buildcrafttransport:pipe_cobble_power_lime_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsCobblestone@6:[net.minecraft.item.crafting.Ingredient@482c224]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8544 buildcrafttransport:pipe_cobble_power_lime RecipeStage{tier='four', recipe=1xitem.PipePowerCobblestone@6:[net.minecraft.item.crafting.Ingredient@436516d0, net.minecraftforge.oredict.OreIngredient@32240f44]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8545 buildcrafttransport:pipe_cobble_power_pink_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsCobblestone@7:[net.minecraft.item.crafting.Ingredient@6ce254cf]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8546 buildcrafttransport:pipe_cobble_power_pink RecipeStage{tier='four', recipe=1xitem.PipePowerCobblestone@7:[net.minecraft.item.crafting.Ingredient@15967d85, net.minecraftforge.oredict.OreIngredient@1efec4b9]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8547 buildcrafttransport:pipe_cobble_power_gray_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsCobblestone@8:[net.minecraft.item.crafting.Ingredient@37a92d3c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8548 buildcrafttransport:pipe_cobble_power_gray RecipeStage{tier='four', recipe=1xitem.PipePowerCobblestone@8:[net.minecraft.item.crafting.Ingredient@79c6d192, net.minecraftforge.oredict.OreIngredient@3c3bf1a8]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8549 buildcrafttransport:pipe_cobble_power_silver_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsCobblestone@9:[net.minecraft.item.crafting.Ingredient@7be9ea5b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8550 buildcrafttransport:pipe_cobble_power_silver RecipeStage{tier='four', recipe=1xitem.PipePowerCobblestone@9:[net.minecraft.item.crafting.Ingredient@57b9ff61, net.minecraftforge.oredict.OreIngredient@3a8f2553]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8551 buildcrafttransport:pipe_cobble_power_cyan_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsCobblestone@10:[net.minecraft.item.crafting.Ingredient@5dc8f718]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8552 buildcrafttransport:pipe_cobble_power_cyan RecipeStage{tier='four', recipe=1xitem.PipePowerCobblestone@10:[net.minecraft.item.crafting.Ingredient@674596b, net.minecraftforge.oredict.OreIngredient@d24e13d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8553 buildcrafttransport:pipe_cobble_power_purple_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsCobblestone@11:[net.minecraft.item.crafting.Ingredient@40c20f99]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8554 buildcrafttransport:pipe_cobble_power_purple RecipeStage{tier='four', recipe=1xitem.PipePowerCobblestone@11:[net.minecraft.item.crafting.Ingredient@4ede9154, net.minecraftforge.oredict.OreIngredient@2ccffc3e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8555 buildcrafttransport:pipe_cobble_power_blue_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsCobblestone@12:[net.minecraft.item.crafting.Ingredient@551ef877]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8556 buildcrafttransport:pipe_cobble_power_blue RecipeStage{tier='four', recipe=1xitem.PipePowerCobblestone@12:[net.minecraft.item.crafting.Ingredient@3c8db86d, net.minecraftforge.oredict.OreIngredient@4cdb515d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8557 buildcrafttransport:pipe_cobble_power_brown_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsCobblestone@13:[net.minecraft.item.crafting.Ingredient@5820a8b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8558 buildcrafttransport:pipe_cobble_power_brown RecipeStage{tier='four', recipe=1xitem.PipePowerCobblestone@13:[net.minecraft.item.crafting.Ingredient@42da66e1, net.minecraftforge.oredict.OreIngredient@a99a806]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8559 buildcrafttransport:pipe_cobble_power_green_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsCobblestone@14:[net.minecraft.item.crafting.Ingredient@27db3345]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8560 buildcrafttransport:pipe_cobble_power_green RecipeStage{tier='four', recipe=1xitem.PipePowerCobblestone@14:[net.minecraft.item.crafting.Ingredient@7139e37b, net.minecraftforge.oredict.OreIngredient@3fc1068d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8561 buildcrafttransport:pipe_cobble_power_red_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsCobblestone@15:[net.minecraft.item.crafting.Ingredient@4a73f909]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8562 buildcrafttransport:pipe_cobble_power_red RecipeStage{tier='four', recipe=1xitem.PipePowerCobblestone@15:[net.minecraft.item.crafting.Ingredient@432d6c79, net.minecraftforge.oredict.OreIngredient@70b95034]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8563 buildcrafttransport:pipe_cobble_power_black_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsCobblestone@16:[net.minecraft.item.crafting.Ingredient@2efb36f7]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8564 buildcrafttransport:pipe_cobble_power_black RecipeStage{tier='four', recipe=1xitem.PipePowerCobblestone@16:[net.minecraft.item.crafting.Ingredient@3c9f01f2, net.minecraftforge.oredict.OreIngredient@23f3f976]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8565 buildcrafttransport:pipe_stone_power_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsStone@0:[net.minecraft.item.crafting.Ingredient@3cf2867c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8566 buildcrafttransport:pipe_stone_power_colorless RecipeStage{tier='four', recipe=1xitem.PipePowerStone@0:[net.minecraft.item.crafting.Ingredient@4422eeaa, net.minecraftforge.oredict.OreIngredient@5104f2e8]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8567 buildcrafttransport:pipe_stone_power_white_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsStone@1:[net.minecraft.item.crafting.Ingredient@3583eaf6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8568 buildcrafttransport:pipe_stone_power_white RecipeStage{tier='four', recipe=1xitem.PipePowerStone@1:[net.minecraft.item.crafting.Ingredient@10e238c8, net.minecraftforge.oredict.OreIngredient@3e2f6c9]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8569 buildcrafttransport:pipe_stone_power_orange_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsStone@2:[net.minecraft.item.crafting.Ingredient@77efc5fd]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8570 buildcrafttransport:pipe_stone_power_orange RecipeStage{tier='four', recipe=1xitem.PipePowerStone@2:[net.minecraft.item.crafting.Ingredient@628a630e, net.minecraftforge.oredict.OreIngredient@289c93e6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8571 buildcrafttransport:pipe_stone_power_magenta_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsStone@3:[net.minecraft.item.crafting.Ingredient@3009fa8]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8572 buildcrafttransport:pipe_stone_power_magenta RecipeStage{tier='four', recipe=1xitem.PipePowerStone@3:[net.minecraft.item.crafting.Ingredient@7e6cb8c4, net.minecraftforge.oredict.OreIngredient@746a687f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8573 buildcrafttransport:pipe_stone_power_light_blue_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsStone@4:[net.minecraft.item.crafting.Ingredient@596f2994]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8574 buildcrafttransport:pipe_stone_power_light_blue RecipeStage{tier='four', recipe=1xitem.PipePowerStone@4:[net.minecraft.item.crafting.Ingredient@6550a151, net.minecraftforge.oredict.OreIngredient@14156502]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8575 buildcrafttransport:pipe_stone_power_yellow_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsStone@5:[net.minecraft.item.crafting.Ingredient@67d2ac2]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8576 buildcrafttransport:pipe_stone_power_yellow RecipeStage{tier='four', recipe=1xitem.PipePowerStone@5:[net.minecraft.item.crafting.Ingredient@59c50dda, net.minecraftforge.oredict.OreIngredient@5b3d594a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8577 buildcrafttransport:pipe_stone_power_lime_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsStone@6:[net.minecraft.item.crafting.Ingredient@6829a8ce]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8578 buildcrafttransport:pipe_stone_power_lime RecipeStage{tier='four', recipe=1xitem.PipePowerStone@6:[net.minecraft.item.crafting.Ingredient@28353ea1, net.minecraftforge.oredict.OreIngredient@56ac3799]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8579 buildcrafttransport:pipe_stone_power_pink_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsStone@7:[net.minecraft.item.crafting.Ingredient@740cda59]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8580 buildcrafttransport:pipe_stone_power_pink RecipeStage{tier='four', recipe=1xitem.PipePowerStone@7:[net.minecraft.item.crafting.Ingredient@426ad380, net.minecraftforge.oredict.OreIngredient@59925cd]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8581 buildcrafttransport:pipe_stone_power_gray_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsStone@8:[net.minecraft.item.crafting.Ingredient@b96eeca]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8582 buildcrafttransport:pipe_stone_power_gray RecipeStage{tier='four', recipe=1xitem.PipePowerStone@8:[net.minecraft.item.crafting.Ingredient@530f2395, net.minecraftforge.oredict.OreIngredient@6babf490]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8583 buildcrafttransport:pipe_stone_power_silver_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsStone@9:[net.minecraft.item.crafting.Ingredient@6e6d8c16]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8584 buildcrafttransport:pipe_stone_power_silver RecipeStage{tier='four', recipe=1xitem.PipePowerStone@9:[net.minecraft.item.crafting.Ingredient@706f7abb, net.minecraftforge.oredict.OreIngredient@1ace0018]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8585 buildcrafttransport:pipe_stone_power_cyan_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsStone@10:[net.minecraft.item.crafting.Ingredient@7cbf1a87]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8586 buildcrafttransport:pipe_stone_power_cyan RecipeStage{tier='four', recipe=1xitem.PipePowerStone@10:[net.minecraft.item.crafting.Ingredient@1d2a0d30, net.minecraftforge.oredict.OreIngredient@c69a684]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8587 buildcrafttransport:pipe_stone_power_purple_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsStone@11:[net.minecraft.item.crafting.Ingredient@f675cf0]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8588 buildcrafttransport:pipe_stone_power_purple RecipeStage{tier='four', recipe=1xitem.PipePowerStone@11:[net.minecraft.item.crafting.Ingredient@3f540ee, net.minecraftforge.oredict.OreIngredient@3cb93da2]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8589 buildcrafttransport:pipe_stone_power_blue_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsStone@12:[net.minecraft.item.crafting.Ingredient@7f60802]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8590 buildcrafttransport:pipe_stone_power_blue RecipeStage{tier='four', recipe=1xitem.PipePowerStone@12:[net.minecraft.item.crafting.Ingredient@5b8cb668, net.minecraftforge.oredict.OreIngredient@31da3fae]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8591 buildcrafttransport:pipe_stone_power_brown_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsStone@13:[net.minecraft.item.crafting.Ingredient@46e721ac]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8592 buildcrafttransport:pipe_stone_power_brown RecipeStage{tier='four', recipe=1xitem.PipePowerStone@13:[net.minecraft.item.crafting.Ingredient@18219703, net.minecraftforge.oredict.OreIngredient@421c9c77]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8593 buildcrafttransport:pipe_stone_power_green_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsStone@14:[net.minecraft.item.crafting.Ingredient@7227c916]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8594 buildcrafttransport:pipe_stone_power_green RecipeStage{tier='four', recipe=1xitem.PipePowerStone@14:[net.minecraft.item.crafting.Ingredient@40731648, net.minecraftforge.oredict.OreIngredient@34708e68]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8595 buildcrafttransport:pipe_stone_power_red_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsStone@15:[net.minecraft.item.crafting.Ingredient@48c7947c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8596 buildcrafttransport:pipe_stone_power_red RecipeStage{tier='four', recipe=1xitem.PipePowerStone@15:[net.minecraft.item.crafting.Ingredient@206dc5d7, net.minecraftforge.oredict.OreIngredient@442ea095]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8597 buildcrafttransport:pipe_stone_power_black_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsStone@16:[net.minecraft.item.crafting.Ingredient@50d369bf]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8598 buildcrafttransport:pipe_stone_power_black RecipeStage{tier='four', recipe=1xitem.PipePowerStone@16:[net.minecraft.item.crafting.Ingredient@2f457c49, net.minecraftforge.oredict.OreIngredient@6a7e7fd1]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8599 buildcrafttransport:pipe_quartz_power_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsQuartz@0:[net.minecraft.item.crafting.Ingredient@4df17abf]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8600 buildcrafttransport:pipe_quartz_power_colorless RecipeStage{tier='four', recipe=1xitem.PipePowerQuartz@0:[net.minecraft.item.crafting.Ingredient@504b8e60, net.minecraftforge.oredict.OreIngredient@2a772f34]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8601 buildcrafttransport:pipe_quartz_power_white_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsQuartz@1:[net.minecraft.item.crafting.Ingredient@329ac0a9]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8602 buildcrafttransport:pipe_quartz_power_white RecipeStage{tier='four', recipe=1xitem.PipePowerQuartz@1:[net.minecraft.item.crafting.Ingredient@2d33f67a, net.minecraftforge.oredict.OreIngredient@6d84302f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8603 buildcrafttransport:pipe_quartz_power_orange_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsQuartz@2:[net.minecraft.item.crafting.Ingredient@441c4545]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8604 buildcrafttransport:pipe_quartz_power_orange RecipeStage{tier='four', recipe=1xitem.PipePowerQuartz@2:[net.minecraft.item.crafting.Ingredient@3ae7b838, net.minecraftforge.oredict.OreIngredient@4a3ddf10]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8605 buildcrafttransport:pipe_quartz_power_magenta_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsQuartz@3:[net.minecraft.item.crafting.Ingredient@6d5ed94b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8606 buildcrafttransport:pipe_quartz_power_magenta RecipeStage{tier='four', recipe=1xitem.PipePowerQuartz@3:[net.minecraft.item.crafting.Ingredient@4e1e1da0, net.minecraftforge.oredict.OreIngredient@4e58b769]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8607 buildcrafttransport:pipe_quartz_power_light_blue_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsQuartz@4:[net.minecraft.item.crafting.Ingredient@43eb11e8]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8608 buildcrafttransport:pipe_quartz_power_light_blue RecipeStage{tier='four', recipe=1xitem.PipePowerQuartz@4:[net.minecraft.item.crafting.Ingredient@764ee41a, net.minecraftforge.oredict.OreIngredient@1e2a1d50]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8609 buildcrafttransport:pipe_quartz_power_yellow_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsQuartz@5:[net.minecraft.item.crafting.Ingredient@4f800319]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8610 buildcrafttransport:pipe_quartz_power_yellow RecipeStage{tier='four', recipe=1xitem.PipePowerQuartz@5:[net.minecraft.item.crafting.Ingredient@6114c7, net.minecraftforge.oredict.OreIngredient@2cc1d3bc]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8611 buildcrafttransport:pipe_quartz_power_lime_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsQuartz@6:[net.minecraft.item.crafting.Ingredient@57cb883b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8612 buildcrafttransport:pipe_quartz_power_lime RecipeStage{tier='four', recipe=1xitem.PipePowerQuartz@6:[net.minecraft.item.crafting.Ingredient@7d7a1d56, net.minecraftforge.oredict.OreIngredient@2a940e2a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8613 buildcrafttransport:pipe_quartz_power_pink_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsQuartz@7:[net.minecraft.item.crafting.Ingredient@5d243939]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8614 buildcrafttransport:pipe_quartz_power_pink RecipeStage{tier='four', recipe=1xitem.PipePowerQuartz@7:[net.minecraft.item.crafting.Ingredient@7af6aa11, net.minecraftforge.oredict.OreIngredient@75e4f105]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8615 buildcrafttransport:pipe_quartz_power_gray_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsQuartz@8:[net.minecraft.item.crafting.Ingredient@312fbf06]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8616 buildcrafttransport:pipe_quartz_power_gray RecipeStage{tier='four', recipe=1xitem.PipePowerQuartz@8:[net.minecraft.item.crafting.Ingredient@2c788714, net.minecraftforge.oredict.OreIngredient@ab01791]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8617 buildcrafttransport:pipe_quartz_power_silver_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsQuartz@9:[net.minecraft.item.crafting.Ingredient@9ca5526]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8618 buildcrafttransport:pipe_quartz_power_silver RecipeStage{tier='four', recipe=1xitem.PipePowerQuartz@9:[net.minecraft.item.crafting.Ingredient@6be4bc0e, net.minecraftforge.oredict.OreIngredient@77a15602]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8619 buildcrafttransport:pipe_quartz_power_cyan_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsQuartz@10:[net.minecraft.item.crafting.Ingredient@5c92f359]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8620 buildcrafttransport:pipe_quartz_power_cyan RecipeStage{tier='four', recipe=1xitem.PipePowerQuartz@10:[net.minecraft.item.crafting.Ingredient@6f346516, net.minecraftforge.oredict.OreIngredient@9be72a3]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8621 buildcrafttransport:pipe_quartz_power_purple_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsQuartz@11:[net.minecraft.item.crafting.Ingredient@11f678c8]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8622 buildcrafttransport:pipe_quartz_power_purple RecipeStage{tier='four', recipe=1xitem.PipePowerQuartz@11:[net.minecraft.item.crafting.Ingredient@27f7f948, net.minecraftforge.oredict.OreIngredient@fa5f7a0]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8623 buildcrafttransport:pipe_quartz_power_blue_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsQuartz@12:[net.minecraft.item.crafting.Ingredient@45e04f2c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8624 buildcrafttransport:pipe_quartz_power_blue RecipeStage{tier='four', recipe=1xitem.PipePowerQuartz@12:[net.minecraft.item.crafting.Ingredient@7dfd278e, net.minecraftforge.oredict.OreIngredient@6f2da44b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8625 buildcrafttransport:pipe_quartz_power_brown_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsQuartz@13:[net.minecraft.item.crafting.Ingredient@5bde8f19]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8626 buildcrafttransport:pipe_quartz_power_brown RecipeStage{tier='four', recipe=1xitem.PipePowerQuartz@13:[net.minecraft.item.crafting.Ingredient@4d06e8ed, net.minecraftforge.oredict.OreIngredient@7db81897]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8627 buildcrafttransport:pipe_quartz_power_green_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsQuartz@14:[net.minecraft.item.crafting.Ingredient@4538b859]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8628 buildcrafttransport:pipe_quartz_power_green RecipeStage{tier='four', recipe=1xitem.PipePowerQuartz@14:[net.minecraft.item.crafting.Ingredient@2c2aa44, net.minecraftforge.oredict.OreIngredient@5f9dae64]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8629 buildcrafttransport:pipe_quartz_power_red_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsQuartz@15:[net.minecraft.item.crafting.Ingredient@7bccd238]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8630 buildcrafttransport:pipe_quartz_power_red RecipeStage{tier='four', recipe=1xitem.PipePowerQuartz@15:[net.minecraft.item.crafting.Ingredient@5e17aaec, net.minecraftforge.oredict.OreIngredient@386b644f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8631 buildcrafttransport:pipe_quartz_power_black_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsQuartz@16:[net.minecraft.item.crafting.Ingredient@17ee60fd]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8632 buildcrafttransport:pipe_quartz_power_black RecipeStage{tier='four', recipe=1xitem.PipePowerQuartz@16:[net.minecraft.item.crafting.Ingredient@1767a3fc, net.minecraftforge.oredict.OreIngredient@6b531514]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8633 buildcrafttransport:pipe_gold_power_undo RecipeStage{tier='four', recipe=1xitem.PipeItemsGold@0:[net.minecraft.item.crafting.Ingredient@1449ac0e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8634 buildcrafttransport:pipe_gold_power_colorless RecipeStage{tier='four', recipe=1xitem.PipePowerGold@0:[net.minecraft.item.crafting.Ingredient@4d93cc4a, net.minecraftforge.oredict.OreIngredient@3179e2d2]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8635 buildcrafttransport:pipe_gold_power_white_undo RecipeStage{tier='four', recipe=1xitem.PipeItemsGold@1:[net.minecraft.item.crafting.Ingredient@ad9fb43]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8636 buildcrafttransport:pipe_gold_power_white RecipeStage{tier='four', recipe=1xitem.PipePowerGold@1:[net.minecraft.item.crafting.Ingredient@27ea8141, net.minecraftforge.oredict.OreIngredient@74afcfa]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8637 buildcrafttransport:pipe_gold_power_orange_undo RecipeStage{tier='four', recipe=1xitem.PipeItemsGold@2:[net.minecraft.item.crafting.Ingredient@47cc26cb]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8638 buildcrafttransport:pipe_gold_power_orange RecipeStage{tier='four', recipe=1xitem.PipePowerGold@2:[net.minecraft.item.crafting.Ingredient@6422d0b7, net.minecraftforge.oredict.OreIngredient@46e92104]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8639 buildcrafttransport:pipe_gold_power_magenta_undo RecipeStage{tier='four', recipe=1xitem.PipeItemsGold@3:[net.minecraft.item.crafting.Ingredient@2e9bd607]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8640 buildcrafttransport:pipe_gold_power_magenta RecipeStage{tier='four', recipe=1xitem.PipePowerGold@3:[net.minecraft.item.crafting.Ingredient@5320e797, net.minecraftforge.oredict.OreIngredient@1eb36e52]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8641 buildcrafttransport:pipe_gold_power_light_blue_undo RecipeStage{tier='four', recipe=1xitem.PipeItemsGold@4:[net.minecraft.item.crafting.Ingredient@42eadfef]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8642 buildcrafttransport:pipe_gold_power_light_blue RecipeStage{tier='four', recipe=1xitem.PipePowerGold@4:[net.minecraft.item.crafting.Ingredient@1366b912, net.minecraftforge.oredict.OreIngredient@38e650d3]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8643 buildcrafttransport:pipe_gold_power_yellow_undo RecipeStage{tier='four', recipe=1xitem.PipeItemsGold@5:[net.minecraft.item.crafting.Ingredient@2ee42525]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8644 buildcrafttransport:pipe_gold_power_yellow RecipeStage{tier='four', recipe=1xitem.PipePowerGold@5:[net.minecraft.item.crafting.Ingredient@2860ed4, net.minecraftforge.oredict.OreIngredient@115e98ce]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8645 buildcrafttransport:pipe_gold_power_lime_undo RecipeStage{tier='four', recipe=1xitem.PipeItemsGold@6:[net.minecraft.item.crafting.Ingredient@73a3bc6b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8646 buildcrafttransport:pipe_gold_power_lime RecipeStage{tier='four', recipe=1xitem.PipePowerGold@6:[net.minecraft.item.crafting.Ingredient@249c847f, net.minecraftforge.oredict.OreIngredient@582af813]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8647 buildcrafttransport:pipe_gold_power_pink_undo RecipeStage{tier='four', recipe=1xitem.PipeItemsGold@7:[net.minecraft.item.crafting.Ingredient@784817f8]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8648 buildcrafttransport:pipe_gold_power_pink RecipeStage{tier='four', recipe=1xitem.PipePowerGold@7:[net.minecraft.item.crafting.Ingredient@37524687, net.minecraftforge.oredict.OreIngredient@23fef77b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8649 buildcrafttransport:pipe_gold_power_gray_undo RecipeStage{tier='four', recipe=1xitem.PipeItemsGold@8:[net.minecraft.item.crafting.Ingredient@1ddf73f4]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8650 buildcrafttransport:pipe_gold_power_gray RecipeStage{tier='four', recipe=1xitem.PipePowerGold@8:[net.minecraft.item.crafting.Ingredient@6c0d15e1, net.minecraftforge.oredict.OreIngredient@7930abd0]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8651 buildcrafttransport:pipe_gold_power_silver_undo RecipeStage{tier='four', recipe=1xitem.PipeItemsGold@9:[net.minecraft.item.crafting.Ingredient@4414254d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8652 buildcrafttransport:pipe_gold_power_silver RecipeStage{tier='four', recipe=1xitem.PipePowerGold@9:[net.minecraft.item.crafting.Ingredient@3c20dfde, net.minecraftforge.oredict.OreIngredient@1226cf34]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8653 buildcrafttransport:pipe_gold_power_cyan_undo RecipeStage{tier='four', recipe=1xitem.PipeItemsGold@10:[net.minecraft.item.crafting.Ingredient@238a09b6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8654 buildcrafttransport:pipe_gold_power_cyan RecipeStage{tier='four', recipe=1xitem.PipePowerGold@10:[net.minecraft.item.crafting.Ingredient@3d95cf40, net.minecraftforge.oredict.OreIngredient@2781e8ac]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8655 buildcrafttransport:pipe_gold_power_purple_undo RecipeStage{tier='four', recipe=1xitem.PipeItemsGold@11:[net.minecraft.item.crafting.Ingredient@3a54dbaf]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8656 buildcrafttransport:pipe_gold_power_purple RecipeStage{tier='four', recipe=1xitem.PipePowerGold@11:[net.minecraft.item.crafting.Ingredient@1c4a56b, net.minecraftforge.oredict.OreIngredient@799b980a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8657 buildcrafttransport:pipe_gold_power_blue_undo RecipeStage{tier='four', recipe=1xitem.PipeItemsGold@12:[net.minecraft.item.crafting.Ingredient@babc642]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8658 buildcrafttransport:pipe_gold_power_blue RecipeStage{tier='four', recipe=1xitem.PipePowerGold@12:[net.minecraft.item.crafting.Ingredient@a9e539f, net.minecraftforge.oredict.OreIngredient@1a69b0fc]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8659 buildcrafttransport:pipe_gold_power_brown_undo RecipeStage{tier='four', recipe=1xitem.PipeItemsGold@13:[net.minecraft.item.crafting.Ingredient@66c1e5ad]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8660 buildcrafttransport:pipe_gold_power_brown RecipeStage{tier='four', recipe=1xitem.PipePowerGold@13:[net.minecraft.item.crafting.Ingredient@4982ed2a, net.minecraftforge.oredict.OreIngredient@29a6f4eb]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8661 buildcrafttransport:pipe_gold_power_green_undo RecipeStage{tier='four', recipe=1xitem.PipeItemsGold@14:[net.minecraft.item.crafting.Ingredient@4de69f2]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8662 buildcrafttransport:pipe_gold_power_green RecipeStage{tier='four', recipe=1xitem.PipePowerGold@14:[net.minecraft.item.crafting.Ingredient@44f499f4, net.minecraftforge.oredict.OreIngredient@180c4ded]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8663 buildcrafttransport:pipe_gold_power_red_undo RecipeStage{tier='four', recipe=1xitem.PipeItemsGold@15:[net.minecraft.item.crafting.Ingredient@6c7de03b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8664 buildcrafttransport:pipe_gold_power_red RecipeStage{tier='four', recipe=1xitem.PipePowerGold@15:[net.minecraft.item.crafting.Ingredient@76bfb825, net.minecraftforge.oredict.OreIngredient@485c750b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8665 buildcrafttransport:pipe_gold_power_black_undo RecipeStage{tier='four', recipe=1xitem.PipeItemsGold@16:[net.minecraft.item.crafting.Ingredient@70455b29]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8666 buildcrafttransport:pipe_gold_power_black RecipeStage{tier='four', recipe=1xitem.PipePowerGold@16:[net.minecraft.item.crafting.Ingredient@50ef7dc4, net.minecraftforge.oredict.OreIngredient@25eb4fa]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8667 buildcrafttransport:pipe_sandstone_power_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsSandstone@0:[net.minecraft.item.crafting.Ingredient@268a4717]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8668 buildcrafttransport:pipe_sandstone_power_colorless RecipeStage{tier='four', recipe=1xitem.PipePowerSandstone@0:[net.minecraft.item.crafting.Ingredient@7aae8375, net.minecraftforge.oredict.OreIngredient@6373bbc8]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8669 buildcrafttransport:pipe_sandstone_power_white_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsSandstone@1:[net.minecraft.item.crafting.Ingredient@1ae24500]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8670 buildcrafttransport:pipe_sandstone_power_white RecipeStage{tier='four', recipe=1xitem.PipePowerSandstone@1:[net.minecraft.item.crafting.Ingredient@6a8a9caa, net.minecraftforge.oredict.OreIngredient@52557c3f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8671 buildcrafttransport:pipe_sandstone_power_orange_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsSandstone@2:[net.minecraft.item.crafting.Ingredient@d423a8]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8672 buildcrafttransport:pipe_sandstone_power_orange RecipeStage{tier='four', recipe=1xitem.PipePowerSandstone@2:[net.minecraft.item.crafting.Ingredient@4748b7bf, net.minecraftforge.oredict.OreIngredient@22f3180f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8673 buildcrafttransport:pipe_sandstone_power_magenta_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsSandstone@3:[net.minecraft.item.crafting.Ingredient@118a851d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8674 buildcrafttransport:pipe_sandstone_power_magenta RecipeStage{tier='four', recipe=1xitem.PipePowerSandstone@3:[net.minecraft.item.crafting.Ingredient@29f47ccc, net.minecraftforge.oredict.OreIngredient@7785301e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8675 buildcrafttransport:pipe_sandstone_power_light_blue_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsSandstone@4:[net.minecraft.item.crafting.Ingredient@480b39d3]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8676 buildcrafttransport:pipe_sandstone_power_light_blue RecipeStage{tier='four', recipe=1xitem.PipePowerSandstone@4:[net.minecraft.item.crafting.Ingredient@1cc8f39e, net.minecraftforge.oredict.OreIngredient@39038f88]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8677 buildcrafttransport:pipe_sandstone_power_yellow_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsSandstone@5:[net.minecraft.item.crafting.Ingredient@736fa4ec]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8678 buildcrafttransport:pipe_sandstone_power_yellow RecipeStage{tier='four', recipe=1xitem.PipePowerSandstone@5:[net.minecraft.item.crafting.Ingredient@dba4857, net.minecraftforge.oredict.OreIngredient@1a9cc416]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8679 buildcrafttransport:pipe_sandstone_power_lime_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsSandstone@6:[net.minecraft.item.crafting.Ingredient@3b7ddcf7]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8680 buildcrafttransport:pipe_sandstone_power_lime RecipeStage{tier='four', recipe=1xitem.PipePowerSandstone@6:[net.minecraft.item.crafting.Ingredient@189a17c6, net.minecraftforge.oredict.OreIngredient@5edda69b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8681 buildcrafttransport:pipe_sandstone_power_pink_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsSandstone@7:[net.minecraft.item.crafting.Ingredient@39632ab5]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8682 buildcrafttransport:pipe_sandstone_power_pink RecipeStage{tier='four', recipe=1xitem.PipePowerSandstone@7:[net.minecraft.item.crafting.Ingredient@4255b7bc, net.minecraftforge.oredict.OreIngredient@5b4068ee]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8683 buildcrafttransport:pipe_sandstone_power_gray_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsSandstone@8:[net.minecraft.item.crafting.Ingredient@73224a4d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8684 buildcrafttransport:pipe_sandstone_power_gray RecipeStage{tier='four', recipe=1xitem.PipePowerSandstone@8:[net.minecraft.item.crafting.Ingredient@447ae7a0, net.minecraftforge.oredict.OreIngredient@95ccbd1]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8685 buildcrafttransport:pipe_sandstone_power_silver_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsSandstone@9:[net.minecraft.item.crafting.Ingredient@5b8585b5]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8686 buildcrafttransport:pipe_sandstone_power_silver RecipeStage{tier='four', recipe=1xitem.PipePowerSandstone@9:[net.minecraft.item.crafting.Ingredient@27bc761a, net.minecraftforge.oredict.OreIngredient@23314b48]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8687 buildcrafttransport:pipe_sandstone_power_cyan_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsSandstone@10:[net.minecraft.item.crafting.Ingredient@158adb97]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8688 buildcrafttransport:pipe_sandstone_power_cyan RecipeStage{tier='four', recipe=1xitem.PipePowerSandstone@10:[net.minecraft.item.crafting.Ingredient@780009f1, net.minecraftforge.oredict.OreIngredient@5a99572d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8689 buildcrafttransport:pipe_sandstone_power_purple_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsSandstone@11:[net.minecraft.item.crafting.Ingredient@5b109782]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8690 buildcrafttransport:pipe_sandstone_power_purple RecipeStage{tier='four', recipe=1xitem.PipePowerSandstone@11:[net.minecraft.item.crafting.Ingredient@331749e6, net.minecraftforge.oredict.OreIngredient@49ada627]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8691 buildcrafttransport:pipe_sandstone_power_blue_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsSandstone@12:[net.minecraft.item.crafting.Ingredient@f74f78e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8692 buildcrafttransport:pipe_sandstone_power_blue RecipeStage{tier='four', recipe=1xitem.PipePowerSandstone@12:[net.minecraft.item.crafting.Ingredient@221dc592, net.minecraftforge.oredict.OreIngredient@408103fa]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8693 buildcrafttransport:pipe_sandstone_power_brown_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsSandstone@13:[net.minecraft.item.crafting.Ingredient@40d3ec2f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8694 buildcrafttransport:pipe_sandstone_power_brown RecipeStage{tier='four', recipe=1xitem.PipePowerSandstone@13:[net.minecraft.item.crafting.Ingredient@44f8dc5e, net.minecraftforge.oredict.OreIngredient@26dcde7e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8695 buildcrafttransport:pipe_sandstone_power_green_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsSandstone@14:[net.minecraft.item.crafting.Ingredient@160daca]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8696 buildcrafttransport:pipe_sandstone_power_green RecipeStage{tier='four', recipe=1xitem.PipePowerSandstone@14:[net.minecraft.item.crafting.Ingredient@4317edab, net.minecraftforge.oredict.OreIngredient@353038cb]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8697 buildcrafttransport:pipe_sandstone_power_red_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsSandstone@15:[net.minecraft.item.crafting.Ingredient@76d9d4a5]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8698 buildcrafttransport:pipe_sandstone_power_red RecipeStage{tier='four', recipe=1xitem.PipePowerSandstone@15:[net.minecraft.item.crafting.Ingredient@3e9d8290, net.minecraftforge.oredict.OreIngredient@437ff04]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8699 buildcrafttransport:pipe_sandstone_power_black_undo RecipeStage{tier='three', recipe=1xitem.PipeItemsSandstone@16:[net.minecraft.item.crafting.Ingredient@4ef58930]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8700 buildcrafttransport:pipe_sandstone_power_black RecipeStage{tier='four', recipe=1xitem.PipePowerSandstone@16:[net.minecraft.item.crafting.Ingredient@275a0832, net.minecraftforge.oredict.OreIngredient@70b6b5]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8701 buildcraftsilicon:plug_gate_create_clay_brick_no_modifier net.minecraftforge.oredict.ShapedOreRecipe@21f48f9e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8702 buildcraftsilicon:plug_gate_create_iron_no_modifier net.minecraftforge.oredict.ShapedOreRecipe@48a8efd6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8703 buildcraftsilicon:plug_gate_create_nether_brick_no_modifier net.minecraftforge.oredict.ShapedOreRecipe@38031c70 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8704 buildcraftsilicon:plug_gate_create_iron_lapis net.minecraftforge.oredict.ShapedOreRecipe@7b4fe202 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8705 buildcraftsilicon:plug_gate_create_iron_quartz net.minecraftforge.oredict.ShapedOreRecipe@57ce762 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8706 buildcraftsilicon:plug_gate_no_modifier_iron_or net.minecraftforge.oredict.ShapedOreRecipe@5371d81e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8707 buildcraftsilicon:plug_gate_no_modifier_iron_and net.minecraftforge.oredict.ShapedOreRecipe@688c89a2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8708 buildcraftsilicon:plug_gate_lapis_iron_or net.minecraftforge.oredict.ShapedOreRecipe@1b9cb2eb +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8709 buildcraftsilicon:plug_gate_lapis_iron_and net.minecraftforge.oredict.ShapedOreRecipe@5007135 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8710 buildcraftsilicon:plug_gate_quartz_iron_or net.minecraftforge.oredict.ShapedOreRecipe@3c5a5b69 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8711 buildcraftsilicon:plug_gate_quartz_iron_and net.minecraftforge.oredict.ShapedOreRecipe@5a391bbf +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8712 buildcraftsilicon:plug_gate_diamond_iron_or net.minecraftforge.oredict.ShapedOreRecipe@6509a315 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8713 buildcraftsilicon:plug_gate_diamond_iron_and net.minecraftforge.oredict.ShapedOreRecipe@5145a614 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8714 buildcraftsilicon:plug_gate_no_modifier_nether_brick_or net.minecraftforge.oredict.ShapedOreRecipe@4d4dd534 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8715 buildcraftsilicon:plug_gate_no_modifier_nether_brick_and net.minecraftforge.oredict.ShapedOreRecipe@3b767760 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8716 buildcraftsilicon:plug_gate_lapis_nether_brick_or net.minecraftforge.oredict.ShapedOreRecipe@5b9af523 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8717 buildcraftsilicon:plug_gate_lapis_nether_brick_and net.minecraftforge.oredict.ShapedOreRecipe@6cfb27a9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8718 buildcraftsilicon:plug_gate_quartz_nether_brick_or net.minecraftforge.oredict.ShapedOreRecipe@73514ecf +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8719 buildcraftsilicon:plug_gate_quartz_nether_brick_and net.minecraftforge.oredict.ShapedOreRecipe@56051b6d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8720 buildcraftsilicon:plug_gate_diamond_nether_brick_or net.minecraftforge.oredict.ShapedOreRecipe@24416574 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8721 buildcraftsilicon:plug_gate_diamond_nether_brick_and net.minecraftforge.oredict.ShapedOreRecipe@c37c4f3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8722 buildcraftsilicon:plug_gate_no_modifier_gold_or net.minecraftforge.oredict.ShapedOreRecipe@4c5123bd +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8723 buildcraftsilicon:plug_gate_no_modifier_gold_and net.minecraftforge.oredict.ShapedOreRecipe@6971f09e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8724 buildcraftsilicon:plug_gate_lapis_gold_or net.minecraftforge.oredict.ShapedOreRecipe@39eaac2f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8725 buildcraftsilicon:plug_gate_lapis_gold_and net.minecraftforge.oredict.ShapedOreRecipe@3adb242b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8726 buildcraftsilicon:plug_gate_quartz_gold_or net.minecraftforge.oredict.ShapedOreRecipe@339cbead +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8727 buildcraftsilicon:plug_gate_quartz_gold_and net.minecraftforge.oredict.ShapedOreRecipe@4a0698ac +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8728 buildcraftsilicon:plug_gate_diamond_gold_or net.minecraftforge.oredict.ShapedOreRecipe@1c173b59 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8729 buildcraftsilicon:plug_gate_diamond_gold_and net.minecraftforge.oredict.ShapedOreRecipe@333a002c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8730 buildcrafttransport:facade_swap INSTANCE +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8731 car:tar_wool RecipeStage{tier='four', recipe=8xtile.tar@0:[net.minecraft.item.crafting.Ingredient@20755c04, net.minecraft.item.crafting.Ingredient@20755c04, net.minecraft.item.crafting.Ingredient@20755c04, net.minecraft.item.crafting.Ingredient@20755c04, net.minecraft.item.crafting.Ingredient@374fc9a7, net.minecraft.item.crafting.Ingredient@20755c04, net.minecraft.item.crafting.Ingredient@20755c04, net.minecraft.item.crafting.Ingredient@20755c04, net.minecraft.item.crafting.Ingredient@20755c04]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8732 car:tar_coal RecipeStage{tier='four', recipe=8xtile.tar@0:[net.minecraft.item.crafting.Ingredient@da002b9, net.minecraft.item.crafting.Ingredient@da002b9, net.minecraft.item.crafting.Ingredient@da002b9, net.minecraft.item.crafting.Ingredient@da002b9, net.minecraft.item.crafting.Ingredient@73fea75, net.minecraft.item.crafting.Ingredient@da002b9, net.minecraft.item.crafting.Ingredient@da002b9, net.minecraft.item.crafting.Ingredient@da002b9, net.minecraft.item.crafting.Ingredient@da002b9]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8733 car:tar_charcoal RecipeStage{tier='four', recipe=8xtile.tar@0:[net.minecraft.item.crafting.Ingredient@1872e3a7, net.minecraft.item.crafting.Ingredient@1872e3a7, net.minecraft.item.crafting.Ingredient@1872e3a7, net.minecraft.item.crafting.Ingredient@1872e3a7, net.minecraft.item.crafting.Ingredient@15ca8fda, net.minecraft.item.crafting.Ingredient@1872e3a7, net.minecraft.item.crafting.Ingredient@1872e3a7, net.minecraft.item.crafting.Ingredient@1872e3a7, net.minecraft.item.crafting.Ingredient@1872e3a7]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8734 car:tar_slab RecipeStage{tier='four', recipe=6xtile.tar_slab@0:[net.minecraft.item.crafting.Ingredient@30a3d02, net.minecraft.item.crafting.Ingredient@30a3d02, net.minecraft.item.crafting.Ingredient@30a3d02]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8735 car:tar_slope RecipeStage{tier='four', recipe=6xtile.tar_slope@0:[net.minecraft.item.crafting.Ingredient@4d1f6317, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4d1f6317, net.minecraft.item.crafting.Ingredient@4d1f6317, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4d1f6317, net.minecraft.item.crafting.Ingredient@4d1f6317, net.minecraft.item.crafting.Ingredient@4d1f6317]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8736 car:tar_slope_flat_lower RecipeStage{tier='four', recipe=4xtile.tar_slope_flat_lower@0:[net.minecraft.item.crafting.Ingredient@7736874, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7736874, net.minecraft.item.crafting.Ingredient@7736874, net.minecraft.item.crafting.Ingredient@7736874]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8737 car:tar_slope_flat_upper RecipeStage{tier='four', recipe=4xtile.tar_slope_flat_upper@0:[net.minecraft.item.crafting.Ingredient@69b86cc9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@69b86cc9, net.minecraft.item.crafting.Ingredient@69b86cc9, net.minecraft.item.crafting.Ingredient@69b86cc9, net.minecraft.item.crafting.Ingredient@69b86cc9]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8738 car:painter_white RecipeStage{tier='four', recipe=1xitem.painter@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2fb4de6e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3d7004af, net.minecraft.item.crafting.Ingredient@2fb4de6e, net.minecraft.item.crafting.Ingredient@3d7004af, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8740 car:tank RecipeStage{tier='four', recipe=1xtile.tank@0:[net.minecraft.item.crafting.Ingredient@685054a7, net.minecraft.item.crafting.Ingredient@73f21ff8, net.minecraft.item.crafting.Ingredient@685054a7, net.minecraft.item.crafting.Ingredient@73f21ff8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@73f21ff8, net.minecraft.item.crafting.Ingredient@685054a7, net.minecraft.item.crafting.Ingredient@73f21ff8, net.minecraft.item.crafting.Ingredient@685054a7]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8741 car:car_tank RecipeStage{tier='four', recipe=1xitem.car_tank@0:[net.minecraft.item.crafting.Ingredient@75be70b5, net.minecraft.item.crafting.Ingredient@75be70b5, net.minecraft.item.crafting.Ingredient@75be70b5, net.minecraft.item.crafting.Ingredient@75be70b5, net.minecraft.item.crafting.Ingredient@16d0a048, net.minecraft.item.crafting.Ingredient@75be70b5, net.minecraft.item.crafting.Ingredient@75be70b5, net.minecraft.item.crafting.Ingredient@75be70b5, net.minecraft.item.crafting.Ingredient@75be70b5]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8742 car:windshield RecipeStage{tier='four', recipe=1xitem.windshield@0:[net.minecraft.item.crafting.Ingredient@4a5bfb00, net.minecraft.item.crafting.Ingredient@4a5bfb00, net.minecraft.item.crafting.Ingredient@4a5bfb00, net.minecraft.item.crafting.Ingredient@4a5bfb00, net.minecraft.item.crafting.Ingredient@4a5bfb00, net.minecraft.item.crafting.Ingredient@4a5bfb00]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8743 car:car_seat RecipeStage{tier='four', recipe=1xitem.car_seat@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4fa8133f, net.minecraft.item.crafting.Ingredient@5fa738ad, net.minecraft.item.crafting.Ingredient@4fa8133f, net.minecraft.item.crafting.Ingredient@4fa8133f, net.minecraft.item.crafting.Ingredient@5fa738ad, net.minecraft.item.crafting.Ingredient@5fa738ad, net.minecraft.item.crafting.Ingredient@5fa738ad, net.minecraft.item.crafting.Ingredient@5fa738ad]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8744 car:engine_3_cylinder RecipeStage{tier='four', recipe=1xitem.engine_3_cylinder@0:[net.minecraft.item.crafting.Ingredient@552c3c5d, net.minecraft.item.crafting.Ingredient@552c3c5d, net.minecraft.item.crafting.Ingredient@552c3c5d, net.minecraft.item.crafting.Ingredient@33a81405, net.minecraft.item.crafting.Ingredient@33a81405, net.minecraft.item.crafting.Ingredient@33a81405, net.minecraft.item.crafting.Ingredient@3c96c8a4, net.minecraft.item.crafting.Ingredient@3c96c8a4, net.minecraft.item.crafting.Ingredient@3c96c8a4]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8745 car:engine_6_cylinder RecipeStage{tier='four', recipe=1xitem.engine_6_cylinder@0:[net.minecraft.item.crafting.Ingredient@216a02c6, net.minecraft.item.crafting.Ingredient@216a02c6, net.minecraft.item.crafting.Ingredient@216a02c6, net.minecraft.item.crafting.Ingredient@521132d2, net.minecraft.item.crafting.Ingredient@216a02c6, net.minecraft.item.crafting.Ingredient@521132d2, net.minecraft.item.crafting.Ingredient@216a02c6, net.minecraft.item.crafting.Ingredient@216a02c6, net.minecraft.item.crafting.Ingredient@216a02c6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8746 car:wheel RecipeStage{tier='four', recipe=1xitem.wheel@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4d1a3d5a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4d1a3d5a, net.minecraft.item.crafting.Ingredient@3c176a0d, net.minecraft.item.crafting.Ingredient@4d1a3d5a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4d1a3d5a, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8748 car:container RecipeStage{tier='four', recipe=1xitem.container@0:[net.minecraft.item.crafting.Ingredient@59988ad6, net.minecraft.item.crafting.Ingredient@9c4b465, net.minecraft.item.crafting.Ingredient@59988ad6, net.minecraft.item.crafting.Ingredient@9c4b465, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@9c4b465, net.minecraft.item.crafting.Ingredient@59988ad6, net.minecraft.item.crafting.Ingredient@9c4b465, net.minecraft.item.crafting.Ingredient@59988ad6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8749 car:control_unit RecipeStage{tier='four', recipe=1xitem.control_unit@0:[net.minecraft.item.crafting.Ingredient@c4a63d5, net.minecraft.item.crafting.Ingredient@119996b0, net.minecraft.item.crafting.Ingredient@c4a63d5, net.minecraft.item.crafting.Ingredient@119996b0, net.minecraft.item.crafting.Ingredient@3dd26f7a, net.minecraft.item.crafting.Ingredient@119996b0, net.minecraft.item.crafting.Ingredient@c4a63d5, net.minecraft.item.crafting.Ingredient@119996b0, net.minecraft.item.crafting.Ingredient@c4a63d5]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8752 car:car_body_part_wood_0 RecipeStage{tier='four', recipe=1xitem.car_body_part_wood@0:[net.minecraft.item.crafting.Ingredient@2c1f34c7, net.minecraft.item.crafting.Ingredient@73b25172, net.minecraft.item.crafting.Ingredient@2c1f34c7, net.minecraft.item.crafting.Ingredient@2c1f34c7, net.minecraft.item.crafting.Ingredient@73b25172, net.minecraft.item.crafting.Ingredient@2c1f34c7]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8753 car:car_body_part_wood_1 RecipeStage{tier='four', recipe=1xitem.car_body_part_wood@1:[net.minecraft.item.crafting.Ingredient@51f6926d, net.minecraft.item.crafting.Ingredient@41a2d98, net.minecraft.item.crafting.Ingredient@51f6926d, net.minecraft.item.crafting.Ingredient@51f6926d, net.minecraft.item.crafting.Ingredient@41a2d98, net.minecraft.item.crafting.Ingredient@51f6926d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8754 car:car_body_part_wood_2 RecipeStage{tier='four', recipe=1xitem.car_body_part_wood@2:[net.minecraft.item.crafting.Ingredient@23131655, net.minecraft.item.crafting.Ingredient@46938da0, net.minecraft.item.crafting.Ingredient@23131655, net.minecraft.item.crafting.Ingredient@23131655, net.minecraft.item.crafting.Ingredient@46938da0, net.minecraft.item.crafting.Ingredient@23131655]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8755 car:car_body_part_wood_3 RecipeStage{tier='four', recipe=1xitem.car_body_part_wood@3:[net.minecraft.item.crafting.Ingredient@60ac765c, net.minecraft.item.crafting.Ingredient@5bb665a2, net.minecraft.item.crafting.Ingredient@60ac765c, net.minecraft.item.crafting.Ingredient@60ac765c, net.minecraft.item.crafting.Ingredient@5bb665a2, net.minecraft.item.crafting.Ingredient@60ac765c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8756 car:car_body_part_wood_4 RecipeStage{tier='four', recipe=1xitem.car_body_part_wood@4:[net.minecraft.item.crafting.Ingredient@12c16bea, net.minecraft.item.crafting.Ingredient@11dce178, net.minecraft.item.crafting.Ingredient@12c16bea, net.minecraft.item.crafting.Ingredient@12c16bea, net.minecraft.item.crafting.Ingredient@11dce178, net.minecraft.item.crafting.Ingredient@12c16bea]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8757 car:car_body_part_wood_5 RecipeStage{tier='four', recipe=1xitem.car_body_part_wood@5:[net.minecraft.item.crafting.Ingredient@6843ba8d, net.minecraft.item.crafting.Ingredient@71c41254, net.minecraft.item.crafting.Ingredient@6843ba8d, net.minecraft.item.crafting.Ingredient@6843ba8d, net.minecraft.item.crafting.Ingredient@71c41254, net.minecraft.item.crafting.Ingredient@6843ba8d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8758 car:crash_barrier RecipeStage{tier='four', recipe=32xtile.crash_barrier@0:[net.minecraft.item.crafting.Ingredient@6a714f0, net.minecraft.item.crafting.Ingredient@6a714f0, net.minecraft.item.crafting.Ingredient@6a714f0, net.minecraft.item.crafting.Ingredient@6a714f0, net.minecraft.item.crafting.Ingredient@6a714f0, net.minecraft.item.crafting.Ingredient@6a714f0, net.minecraft.item.crafting.Ingredient@6a714f0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6a714f0]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8759 car:fuel_station RecipeStage{tier='four', recipe=1xtile.fuelstation@0:[net.minecraft.item.crafting.Ingredient@2242bbf5, net.minecraft.item.crafting.Ingredient@a5e59ca, net.minecraft.item.crafting.Ingredient@2242bbf5, net.minecraft.item.crafting.Ingredient@2242bbf5, net.minecraft.item.crafting.Ingredient@34e0cce5, net.minecraft.item.crafting.Ingredient@2242bbf5, net.minecraft.item.crafting.Ingredient@5a5d8ed3, net.minecraft.item.crafting.Ingredient@6d770d9b, net.minecraft.item.crafting.Ingredient@5a5d8ed3]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8760 car:blast_furnace RecipeStage{tier='four', recipe=1xtile.blastfurnace@0:[net.minecraft.item.crafting.Ingredient@10006b1c, net.minecraft.item.crafting.Ingredient@10006b1c, net.minecraft.item.crafting.Ingredient@10006b1c, net.minecraft.item.crafting.Ingredient@10006b1c, net.minecraft.item.crafting.Ingredient@45ceb752, net.minecraft.item.crafting.Ingredient@10006b1c, net.minecraft.item.crafting.Ingredient@10006b1c, net.minecraft.item.crafting.Ingredient@10006b1c, net.minecraft.item.crafting.Ingredient@10006b1c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8761 car:oil_mill RecipeStage{tier='four', recipe=1xtile.oilmill@0:[net.minecraft.item.crafting.Ingredient@790e0fdb, net.minecraft.item.crafting.Ingredient@790e0fdb, net.minecraft.item.crafting.Ingredient@790e0fdb, net.minecraft.item.crafting.Ingredient@790e0fdb, net.minecraft.item.crafting.Ingredient@6ac5c36d, net.minecraft.item.crafting.Ingredient@790e0fdb, net.minecraft.item.crafting.Ingredient@790e0fdb, net.minecraft.item.crafting.Ingredient@790e0fdb, net.minecraft.item.crafting.Ingredient@790e0fdb]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8762 car:backmix_reactor RecipeStage{tier='four', recipe=1xtile.backmix_reactor@0:[net.minecraft.item.crafting.Ingredient@35aca6cc, net.minecraft.item.crafting.Ingredient@78cf6539, net.minecraft.item.crafting.Ingredient@35aca6cc, net.minecraft.item.crafting.Ingredient@35aca6cc, net.minecraft.item.crafting.Ingredient@3c551775, net.minecraft.item.crafting.Ingredient@35aca6cc, net.minecraft.item.crafting.Ingredient@35aca6cc, net.minecraft.item.crafting.Ingredient@35aca6cc, net.minecraft.item.crafting.Ingredient@35aca6cc]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8763 car:split_tank RecipeStage{tier='four', recipe=1xtile.split_tank@0:[net.minecraft.item.crafting.Ingredient@7eb8c529, net.minecraft.item.crafting.Ingredient@7eb8c529, net.minecraft.item.crafting.Ingredient@7eb8c529, net.minecraft.item.crafting.Ingredient@6927cdf8, net.minecraft.item.crafting.Ingredient@6ac28b34, net.minecraft.item.crafting.Ingredient@6927cdf8, net.minecraft.item.crafting.Ingredient@6927cdf8, net.minecraft.item.crafting.Ingredient@6ac28b34, net.minecraft.item.crafting.Ingredient@6927cdf8]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8764 car:generator RecipeStage{tier='four', recipe=1xtile.generator@0:[net.minecraft.item.crafting.Ingredient@6b21a780, net.minecraft.item.crafting.Ingredient@54cfceb1, net.minecraft.item.crafting.Ingredient@6b21a780, net.minecraft.item.crafting.Ingredient@6b21a780, net.minecraft.item.crafting.Ingredient@42db5db6, net.minecraft.item.crafting.Ingredient@6b21a780, net.minecraft.item.crafting.Ingredient@6b21a780, net.minecraft.item.crafting.Ingredient@15c40afb, net.minecraft.item.crafting.Ingredient@6b21a780]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8765 car:car_workshop_outter RecipeStage{tier='four', recipe=1xtile.car_workshop_outter@0:[net.minecraft.item.crafting.Ingredient@7122960, net.minecraft.item.crafting.Ingredient@7122960, net.minecraft.item.crafting.Ingredient@7122960, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7122960, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7122960, net.minecraft.item.crafting.Ingredient@7122960, net.minecraft.item.crafting.Ingredient@7122960]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8766 car:car_workshop RecipeStage{tier='four', recipe=1xtile.car_workshop@0:[net.minecraft.item.crafting.Ingredient@35ac0dc9, net.minecraft.item.crafting.Ingredient@35ac0dc9, net.minecraft.item.crafting.Ingredient@35ac0dc9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2479c975, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@35ac0dc9, net.minecraft.item.crafting.Ingredient@35ac0dc9, net.minecraft.item.crafting.Ingredient@35ac0dc9]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8770 car:canister RecipeStage{tier='four', recipe=1xitem.canister@0:[net.minecraft.item.crafting.Ingredient@33ab73a, net.minecraft.item.crafting.Ingredient@33ab73a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@33ab73a, net.minecraft.item.crafting.Ingredient@9fc603b, net.minecraft.item.crafting.Ingredient@33ab73a, net.minecraft.item.crafting.Ingredient@33ab73a, net.minecraft.item.crafting.Ingredient@33ab73a, net.minecraft.item.crafting.Ingredient@33ab73a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8771 car:repair_kit RecipeStage{tier='four', recipe=1xitem.repair_kit@0:[net.minecraft.item.crafting.Ingredient@6145f934, net.minecraft.item.crafting.Ingredient@6145f934, net.minecraft.item.crafting.Ingredient@6145f934, net.minecraft.item.crafting.Ingredient@5d075230, net.minecraft.item.crafting.Ingredient@37900141, net.minecraft.item.crafting.Ingredient@4e70284b, net.minecraft.item.crafting.Ingredient@6145f934, net.minecraft.item.crafting.Ingredient@6145f934, net.minecraft.item.crafting.Ingredient@6145f934]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8773 car:cable_insulator RecipeStage{tier='four', recipe=16xitem.cable_insulator@0:[net.minecraft.item.crafting.Ingredient@811cf2f, net.minecraft.item.crafting.Ingredient@811cf2f, net.minecraft.item.crafting.Ingredient@811cf2f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8774 car:cable RecipeStage{tier='four', recipe=8xtile.cable@0:[net.minecraft.item.crafting.Ingredient@651d7d69, net.minecraft.item.crafting.Ingredient@651d7d69, net.minecraft.item.crafting.Ingredient@651d7d69, net.minecraft.item.crafting.Ingredient@61e66bbe, net.minecraft.item.crafting.Ingredient@61e66bbe, net.minecraft.item.crafting.Ingredient@61e66bbe, net.minecraft.item.crafting.Ingredient@651d7d69, net.minecraft.item.crafting.Ingredient@651d7d69, net.minecraft.item.crafting.Ingredient@651d7d69]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8775 car:fluid_extractor RecipeStage{tier='four', recipe=4xtile.fluid_extractor@0:[net.minecraft.item.crafting.Ingredient@5e90cefc, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5e90cefc, net.minecraft.item.crafting.Ingredient@50e81672, net.minecraft.item.crafting.Ingredient@50e81672, net.minecraft.item.crafting.Ingredient@5e90cefc, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8776 car:fluid_pipe RecipeStage{tier='four', recipe=16xtile.fluid_pipe@0:[net.minecraft.item.crafting.Ingredient@206b9c78, net.minecraft.item.crafting.Ingredient@206b9c78, net.minecraft.item.crafting.Ingredient@206b9c78, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@206b9c78, net.minecraft.item.crafting.Ingredient@206b9c78, net.minecraft.item.crafting.Ingredient@206b9c78]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8777 car:crank RecipeStage{tier='four', recipe=1xtile.crank@0:[net.minecraft.item.crafting.Ingredient@689f8349, net.minecraft.item.crafting.Ingredient@689f8349, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@689f8349]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8778 car:dynamo RecipeStage{tier='four', recipe=1xtile.dynamo@0:[net.minecraft.item.crafting.Ingredient@1f03d936, net.minecraft.item.crafting.Ingredient@45807a08, net.minecraft.item.crafting.Ingredient@1f03d936, net.minecraft.item.crafting.Ingredient@1f03d936, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1f03d936, net.minecraft.item.crafting.Ingredient@1f03d936, net.minecraft.item.crafting.Ingredient@1f03d936, net.minecraft.item.crafting.Ingredient@1f03d936]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8782 conarm:armorforge_blocksteeleaf RecipeStage{tier='two', recipe=1xtile.conarm.armorforge@0:[net.minecraft.item.crafting.Ingredient@7afb2e51, net.minecraft.item.crafting.Ingredient@7afb2e51, net.minecraft.item.crafting.Ingredient@7afb2e51, net.minecraftforge.oredict.OreIngredient@7d5b48ab, net.minecraft.item.crafting.Ingredient@2d6413a1, net.minecraftforge.oredict.OreIngredient@7d5b48ab, net.minecraftforge.oredict.OreIngredient@7d5b48ab, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7d5b48ab]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8783 conarm:armorforge_blockfiery RecipeStage{tier='two', recipe=1xtile.conarm.armorforge@0:[net.minecraft.item.crafting.Ingredient@1b6aa4e4, net.minecraft.item.crafting.Ingredient@1b6aa4e4, net.minecraft.item.crafting.Ingredient@1b6aa4e4, net.minecraftforge.oredict.OreIngredient@169e5533, net.minecraft.item.crafting.Ingredient@453a5954, net.minecraftforge.oredict.OreIngredient@169e5533, net.minecraftforge.oredict.OreIngredient@169e5533, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@169e5533]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8784 conarm:armorforge_blockiron RecipeStage{tier='two', recipe=1xtile.conarm.armorforge@0:[net.minecraft.item.crafting.Ingredient@4ef643fd, net.minecraft.item.crafting.Ingredient@4ef643fd, net.minecraft.item.crafting.Ingredient@4ef643fd, net.minecraftforge.oredict.OreIngredient@5991438e, net.minecraft.item.crafting.Ingredient@e2dc2fe, net.minecraftforge.oredict.OreIngredient@5991438e, net.minecraftforge.oredict.OreIngredient@5991438e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5991438e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8785 conarm:armorforge_blockpigiron RecipeStage{tier='four', recipe=1xtile.conarm.armorforge@0:[net.minecraft.item.crafting.Ingredient@26a66301, net.minecraft.item.crafting.Ingredient@26a66301, net.minecraft.item.crafting.Ingredient@26a66301, net.minecraftforge.oredict.OreIngredient@46fc7f19, net.minecraft.item.crafting.Ingredient@23f7c96e, net.minecraftforge.oredict.OreIngredient@46fc7f19, net.minecraftforge.oredict.OreIngredient@46fc7f19, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@46fc7f19]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8786 conarm:armorforge_blockknightslime RecipeStage{tier='three', recipe=1xtile.conarm.armorforge@0:[net.minecraft.item.crafting.Ingredient@20ae9239, net.minecraft.item.crafting.Ingredient@20ae9239, net.minecraft.item.crafting.Ingredient@20ae9239, net.minecraftforge.oredict.OreIngredient@3d0f93fb, net.minecraft.item.crafting.Ingredient@a2e2424, net.minecraftforge.oredict.OreIngredient@3d0f93fb, net.minecraftforge.oredict.OreIngredient@3d0f93fb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3d0f93fb]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8787 conarm:armorforge_blockalubrass RecipeStage{tier='three', recipe=1xtile.conarm.armorforge@0:[net.minecraft.item.crafting.Ingredient@636e1608, net.minecraft.item.crafting.Ingredient@636e1608, net.minecraft.item.crafting.Ingredient@636e1608, net.minecraftforge.oredict.OreIngredient@189a0145, net.minecraft.item.crafting.Ingredient@4b0fd612, net.minecraftforge.oredict.OreIngredient@189a0145, net.minecraftforge.oredict.OreIngredient@189a0145, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@189a0145]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8788 conarm:armorforge_blockcobalt RecipeStage{tier='four', recipe=1xtile.conarm.armorforge@0:[net.minecraft.item.crafting.Ingredient@4c362d66, net.minecraft.item.crafting.Ingredient@4c362d66, net.minecraft.item.crafting.Ingredient@4c362d66, net.minecraftforge.oredict.OreIngredient@79bcddb4, net.minecraft.item.crafting.Ingredient@76e16658, net.minecraftforge.oredict.OreIngredient@79bcddb4, net.minecraftforge.oredict.OreIngredient@79bcddb4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@79bcddb4]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8789 conarm:armorforge_blockardite RecipeStage{tier='four', recipe=1xtile.conarm.armorforge@0:[net.minecraft.item.crafting.Ingredient@6435edb9, net.minecraft.item.crafting.Ingredient@6435edb9, net.minecraft.item.crafting.Ingredient@6435edb9, net.minecraftforge.oredict.OreIngredient@199b84c1, net.minecraft.item.crafting.Ingredient@436f5f2b, net.minecraftforge.oredict.OreIngredient@199b84c1, net.minecraftforge.oredict.OreIngredient@199b84c1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@199b84c1]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8790 conarm:armorforge_blockmanyullyn RecipeStage{tier='four', recipe=1xtile.conarm.armorforge@0:[net.minecraft.item.crafting.Ingredient@68aa3f4c, net.minecraft.item.crafting.Ingredient@68aa3f4c, net.minecraft.item.crafting.Ingredient@68aa3f4c, net.minecraftforge.oredict.OreIngredient@5185a375, net.minecraft.item.crafting.Ingredient@3c7ead38, net.minecraftforge.oredict.OreIngredient@5185a375, net.minecraftforge.oredict.OreIngredient@5185a375, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5185a375]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8791 conarm:armorforge_blockcopper RecipeStage{tier='two', recipe=1xtile.conarm.armorforge@0:[net.minecraft.item.crafting.Ingredient@44c77b0f, net.minecraft.item.crafting.Ingredient@44c77b0f, net.minecraft.item.crafting.Ingredient@44c77b0f, net.minecraftforge.oredict.OreIngredient@d9919c2, net.minecraft.item.crafting.Ingredient@6b0168a0, net.minecraftforge.oredict.OreIngredient@d9919c2, net.minecraftforge.oredict.OreIngredient@d9919c2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@d9919c2]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8792 conarm:armorforge_blockbronze RecipeStage{tier='two', recipe=1xtile.conarm.armorforge@0:[net.minecraft.item.crafting.Ingredient@460a075f, net.minecraft.item.crafting.Ingredient@460a075f, net.minecraft.item.crafting.Ingredient@460a075f, net.minecraftforge.oredict.OreIngredient@26ae2356, net.minecraft.item.crafting.Ingredient@18bb669d, net.minecraftforge.oredict.OreIngredient@26ae2356, net.minecraftforge.oredict.OreIngredient@26ae2356, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@26ae2356]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8793 conarm:armorforge_blocklead RecipeStage{tier='three', recipe=1xtile.conarm.armorforge@0:[net.minecraft.item.crafting.Ingredient@18e8a93d, net.minecraft.item.crafting.Ingredient@18e8a93d, net.minecraft.item.crafting.Ingredient@18e8a93d, net.minecraftforge.oredict.OreIngredient@5b24bb33, net.minecraft.item.crafting.Ingredient@68a6b268, net.minecraftforge.oredict.OreIngredient@5b24bb33, net.minecraftforge.oredict.OreIngredient@5b24bb33, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5b24bb33]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8794 conarm:armorforge_blocksilver RecipeStage{tier='two', recipe=1xtile.conarm.armorforge@0:[net.minecraft.item.crafting.Ingredient@5879f679, net.minecraft.item.crafting.Ingredient@5879f679, net.minecraft.item.crafting.Ingredient@5879f679, net.minecraftforge.oredict.OreIngredient@5912aec, net.minecraft.item.crafting.Ingredient@48c7b2e7, net.minecraftforge.oredict.OreIngredient@5912aec, net.minecraftforge.oredict.OreIngredient@5912aec, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5912aec]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8795 conarm:armorforge_blockelectrum RecipeStage{tier='three', recipe=1xtile.conarm.armorforge@0:[net.minecraft.item.crafting.Ingredient@24b8d25f, net.minecraft.item.crafting.Ingredient@24b8d25f, net.minecraft.item.crafting.Ingredient@24b8d25f, net.minecraftforge.oredict.OreIngredient@511d1ca5, net.minecraft.item.crafting.Ingredient@1332fb43, net.minecraftforge.oredict.OreIngredient@511d1ca5, net.minecraftforge.oredict.OreIngredient@511d1ca5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@511d1ca5]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8796 conarm:armorforge_blocksteel RecipeStage{tier='three', recipe=1xtile.conarm.armorforge@0:[net.minecraft.item.crafting.Ingredient@72ac770c, net.minecraft.item.crafting.Ingredient@72ac770c, net.minecraft.item.crafting.Ingredient@72ac770c, net.minecraftforge.oredict.OreIngredient@76c072f9, net.minecraft.item.crafting.Ingredient@725ccb3f, net.minecraftforge.oredict.OreIngredient@76c072f9, net.minecraftforge.oredict.OreIngredient@76c072f9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@76c072f9]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8797 conarm:armorforge_blockgold RecipeStage{tier='two', recipe=1xtile.conarm.armorforge@0:[net.minecraft.item.crafting.Ingredient@30a7714e, net.minecraft.item.crafting.Ingredient@30a7714e, net.minecraft.item.crafting.Ingredient@30a7714e, net.minecraftforge.oredict.OreIngredient@24364156, net.minecraft.item.crafting.Ingredient@740f91cb, net.minecraftforge.oredict.OreIngredient@24364156, net.minecraftforge.oredict.OreIngredient@24364156, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@24364156]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8798 conarm:armorforge_blockbrass slimeknights.tconstruct.tools.common.TableRecipeFactory$TableRecipe@32a0a012 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8799 conarm:armorforge_blocktin RecipeStage{tier='two', recipe=1xtile.conarm.armorforge@0:[net.minecraft.item.crafting.Ingredient@70ab7339, net.minecraft.item.crafting.Ingredient@70ab7339, net.minecraft.item.crafting.Ingredient@70ab7339, net.minecraftforge.oredict.OreIngredient@42d7acb7, net.minecraft.item.crafting.Ingredient@75c034cf, net.minecraftforge.oredict.OreIngredient@42d7acb7, net.minecraftforge.oredict.OreIngredient@42d7acb7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@42d7acb7]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8800 conarm:armorforge_blocknickel RecipeStage{tier='three', recipe=1xtile.conarm.armorforge@0:[net.minecraft.item.crafting.Ingredient@5d115254, net.minecraft.item.crafting.Ingredient@5d115254, net.minecraft.item.crafting.Ingredient@5d115254, net.minecraftforge.oredict.OreIngredient@29836375, net.minecraft.item.crafting.Ingredient@ba4bb1b, net.minecraftforge.oredict.OreIngredient@29836375, net.minecraftforge.oredict.OreIngredient@29836375, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@29836375]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8801 conarm:armorforge_blockzinc RecipeStage{tier='five', recipe=1xtile.conarm.armorforge@0:[net.minecraft.item.crafting.Ingredient@2bc64b21, net.minecraft.item.crafting.Ingredient@2bc64b21, net.minecraft.item.crafting.Ingredient@2bc64b21, net.minecraftforge.oredict.OreIngredient@5145121, net.minecraft.item.crafting.Ingredient@83f9c3b, net.minecraftforge.oredict.OreIngredient@5145121, net.minecraftforge.oredict.OreIngredient@5145121, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5145121]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8802 conarm:armorforge_blockaluminum RecipeStage{tier='three', recipe=1xtile.conarm.armorforge@0:[net.minecraft.item.crafting.Ingredient@4fcbbc2f, net.minecraft.item.crafting.Ingredient@4fcbbc2f, net.minecraft.item.crafting.Ingredient@4fcbbc2f, net.minecraftforge.oredict.OreIngredient@3be12fa9, net.minecraft.item.crafting.Ingredient@77e2785f, net.minecraftforge.oredict.OreIngredient@3be12fa9, net.minecraftforge.oredict.OreIngredient@3be12fa9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3be12fa9]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8803 conarm:armorforge_blockabyssalnite RecipeStage{tier='two', recipe=1xtile.conarm.armorforge@0:[net.minecraft.item.crafting.Ingredient@34cc0725, net.minecraft.item.crafting.Ingredient@34cc0725, net.minecraft.item.crafting.Ingredient@34cc0725, net.minecraftforge.oredict.OreIngredient@5088a163, net.minecraft.item.crafting.Ingredient@1494db1d, net.minecraftforge.oredict.OreIngredient@5088a163, net.minecraftforge.oredict.OreIngredient@5088a163, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5088a163]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8804 conarm:armorforge_blockliquifiedcoralium RecipeStage{tier='two', recipe=1xtile.conarm.armorforge@0:[net.minecraft.item.crafting.Ingredient@44b1e4a8, net.minecraft.item.crafting.Ingredient@44b1e4a8, net.minecraft.item.crafting.Ingredient@44b1e4a8, net.minecraftforge.oredict.OreIngredient@764f8310, net.minecraft.item.crafting.Ingredient@430b125b, net.minecraftforge.oredict.OreIngredient@764f8310, net.minecraftforge.oredict.OreIngredient@764f8310, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@764f8310]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8805 conarm:armorforge_blockdreadium RecipeStage{tier='two', recipe=1xtile.conarm.armorforge@0:[net.minecraft.item.crafting.Ingredient@6d63167c, net.minecraft.item.crafting.Ingredient@6d63167c, net.minecraft.item.crafting.Ingredient@6d63167c, net.minecraftforge.oredict.OreIngredient@76614841, net.minecraft.item.crafting.Ingredient@517fd42e, net.minecraftforge.oredict.OreIngredient@76614841, net.minecraftforge.oredict.OreIngredient@76614841, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@76614841]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8806 conarm:armorforge_blockconstantan RecipeStage{tier='three', recipe=1xtile.conarm.armorforge@0:[net.minecraft.item.crafting.Ingredient@4ddac1b8, net.minecraft.item.crafting.Ingredient@4ddac1b8, net.minecraft.item.crafting.Ingredient@4ddac1b8, net.minecraftforge.oredict.OreIngredient@622ba289, net.minecraft.item.crafting.Ingredient@229ff8f9, net.minecraftforge.oredict.OreIngredient@622ba289, net.minecraftforge.oredict.OreIngredient@622ba289, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@622ba289]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8807 conarm:repair c4.conarm.common.RepairRecipe@4c7e2e62 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8808 conarm:travel_night RecipeStage{tier='three', recipe=1xitem.conarm.travel_night@0:[net.minecraft.item.crafting.Ingredient@31b2d449, net.minecraft.item.crafting.Ingredient@2821086f, net.minecraft.item.crafting.Ingredient@d5fd282, net.minecraft.item.crafting.Ingredient@f73c03b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8809 conarm:travel_sneak RecipeStage{tier='three', recipe=1xitem.conarm.travel_sneak@0:[net.minecraft.item.crafting.Ingredient@7bbe5257, net.minecraft.item.crafting.Ingredient@6a5d3703, net.minecraft.item.crafting.Ingredient@607b4b05, net.minecraft.item.crafting.Ingredient@5a9763ff, net.minecraft.item.crafting.Ingredient@5332be10]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8810 darkutils:vector_normal RecipeStage{tier='two', recipe=8xtile.darkutils.trap.move@0:[net.minecraftforge.oredict.OreIngredient@15fbd528, net.minecraftforge.oredict.OreIngredient@31b526d6, net.minecraftforge.oredict.OreIngredient@15fbd528, net.minecraftforge.oredict.OreIngredient@1035e490, net.minecraft.item.crafting.Ingredient@637dedf, net.minecraftforge.oredict.OreIngredient@1035e490]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8811 darkutils:vector_fast RecipeStage{tier='three', recipe=8xtile.darkutils.trap.move.fast@0:[net.minecraft.item.crafting.Ingredient@d60c2d7, net.minecraft.item.crafting.Ingredient@d60c2d7, net.minecraft.item.crafting.Ingredient@d60c2d7, net.minecraft.item.crafting.Ingredient@d60c2d7, net.minecraft.item.crafting.Ingredient@32ceb68f, net.minecraft.item.crafting.Ingredient@d60c2d7, net.minecraft.item.crafting.Ingredient@d60c2d7, net.minecraft.item.crafting.Ingredient@d60c2d7, net.minecraft.item.crafting.Ingredient@d60c2d7]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8812 darkutils:vector_hyper RecipeStage{tier='three', recipe=8xtile.darkutils.trap.move.hyper@0:[net.minecraft.item.crafting.Ingredient@a37472f, net.minecraft.item.crafting.Ingredient@a37472f, net.minecraft.item.crafting.Ingredient@a37472f, net.minecraft.item.crafting.Ingredient@a37472f, net.minecraft.item.crafting.Ingredient@41ae91d4, net.minecraft.item.crafting.Ingredient@a37472f, net.minecraft.item.crafting.Ingredient@a37472f, net.minecraft.item.crafting.Ingredient@a37472f, net.minecraft.item.crafting.Ingredient@a37472f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8813 darkutils:convert_bud RecipeStage{tier='three', recipe=1xtile.observer@0:[net.minecraft.item.crafting.Ingredient@4ad3954c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8814 darkutils:trap_poison RecipeStage{tier='four', recipe=1xtile.darkutils.trap.tile@0:[net.minecraftforge.oredict.OreIngredient@d6e2857, net.minecraft.item.crafting.Ingredient@3d5008ea, net.minecraftforge.oredict.OreIngredient@d6e2857]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8815 darkutils:trap_weakness RecipeStage{tier='four', recipe=1xtile.darkutils.trap.tile@1:[net.minecraftforge.oredict.OreIngredient@8450ea5, net.minecraft.item.crafting.Ingredient@5eea9314, net.minecraftforge.oredict.OreIngredient@8450ea5]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8816 darkutils:trap_harming RecipeStage{tier='four', recipe=1xtile.darkutils.trap.tile@2:[net.minecraftforge.oredict.OreIngredient@223a240e, net.minecraft.item.crafting.Ingredient@1f107ffb, net.minecraftforge.oredict.OreIngredient@223a240e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8817 darkutils:trap_slowness RecipeStage{tier='three', recipe=1xtile.darkutils.trap.tile@3:[net.minecraftforge.oredict.OreIngredient@3f807a9a, net.minecraft.item.crafting.Ingredient@35f83c4d, net.minecraftforge.oredict.OreIngredient@3f807a9a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8818 darkutils:trap_fire RecipeStage{tier='four', recipe=1xtile.darkutils.trap.tile@4:[net.minecraftforge.oredict.OreIngredient@469174a8, net.minecraft.item.crafting.Ingredient@5a623426, net.minecraftforge.oredict.OreIngredient@469174a8]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8819 darkutils:trap_wither RecipeStage{tier='three', recipe=1xtile.darkutils.trap.tile@5:[net.minecraftforge.oredict.OreIngredient@660ac15a, net.minecraft.item.crafting.Ingredient@12e48382, net.minecraftforge.oredict.OreIngredient@660ac15a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8820 darkutils:trap_maim RecipeStage{tier='four', recipe=1xtile.darkutils.trap.tile@6:[net.minecraftforge.oredict.OreIngredient@5f1d9142, net.minecraft.item.crafting.Ingredient@14955d83, net.minecraftforge.oredict.OreIngredient@5f1d9142]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8821 darkutils:trap_player RecipeStage{tier='four', recipe=1xtile.darkutils.trap.tile@7:[net.minecraftforge.oredict.OreIngredient@24a54e5a, net.minecraft.item.crafting.Ingredient@12eb21df, net.minecraftforge.oredict.OreIngredient@24a54e5a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8822 darkutils:trap_anchor RecipeStage{tier='three', recipe=1xtile.darkutils.trap.anchor@0:[net.minecraftforge.oredict.OreIngredient@21cf2541, net.minecraftforge.oredict.OreIngredient@1f081dbe, net.minecraftforge.oredict.OreIngredient@21cf2541, net.minecraftforge.oredict.OreIngredient@1f081dbe, net.minecraftforge.oredict.OreIngredient@1f081dbe, net.minecraftforge.oredict.OreIngredient@1f081dbe, net.minecraftforge.oredict.OreIngredient@21cf2541, net.minecraftforge.oredict.OreIngredient@1f081dbe, net.minecraftforge.oredict.OreIngredient@21cf2541]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8823 darkutils:sneaky_block RecipeStage{tier='two', recipe=8xtile.darkutils.sneaky@0:[net.minecraftforge.oredict.OreIngredient@11d1479b, net.minecraftforge.oredict.OreIngredient@11d1479b, net.minecraftforge.oredict.OreIngredient@11d1479b, net.minecraftforge.oredict.OreIngredient@11d1479b, net.minecraft.item.crafting.Ingredient@5aff69a7, net.minecraftforge.oredict.OreIngredient@11d1479b, net.minecraftforge.oredict.OreIngredient@11d1479b, net.minecraftforge.oredict.OreIngredient@11d1479b, net.minecraftforge.oredict.OreIngredient@11d1479b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8824 darkutils:sneaky_lever RecipeStage{tier='two', recipe=1xtile.darkutils.sneaky.lever@0:[net.minecraft.item.crafting.Ingredient@242aa94, net.minecraft.item.crafting.Ingredient@5d78a28f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8825 darkutils:sneaky_ghost RecipeStage{tier='two', recipe=1xtile.darkutils.sneaky.ghost@0:[net.minecraft.item.crafting.Ingredient@468ecb24, net.minecraft.item.crafting.Ingredient@679d3003]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8826 darkutils:sneaky_torch RecipeStage{tier='two', recipe=1xtile.darkutils.sneaky.torch@0:[net.minecraft.item.crafting.Ingredient@709c206e, net.minecraft.item.crafting.Ingredient@68e89828]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8827 darkutils:sneaky_obsidian RecipeStage{tier='two', recipe=1xtile.darkutils.sneaky.obsidian@0:[net.minecraft.item.crafting.Ingredient@588fa9fa, net.minecraft.item.crafting.Ingredient@561c87c0]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8828 darkutils:sneaky_plate RecipeStage{tier='two', recipe=1xtile.darkutils.sneaky.plate@0:[net.minecraft.item.crafting.Ingredient@4712423d, net.minecraft.item.crafting.Ingredient@6b17ab2f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8830 darkutils:sneaky_button RecipeStage{tier='four', recipe=1xtile.darkutils.sneaky.button@0:[net.minecraft.item.crafting.Ingredient@29b4154c, net.minecraft.item.crafting.Ingredient@7fac9d86]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8831 darkutils:compact_pearl RecipeStage{tier='four', recipe=32xtile.darkutils.pearl.block@0:[net.minecraft.item.crafting.Ingredient@217ef1c2, net.minecraft.item.crafting.Ingredient@217ef1c2, net.minecraft.item.crafting.Ingredient@217ef1c2, net.minecraft.item.crafting.Ingredient@217ef1c2, net.minecraftforge.oredict.OreIngredient@486f9631, net.minecraft.item.crafting.Ingredient@217ef1c2, net.minecraft.item.crafting.Ingredient@217ef1c2, net.minecraft.item.crafting.Ingredient@217ef1c2, net.minecraft.item.crafting.Ingredient@217ef1c2]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8832 darkutils:convert_pearl_1 RecipeStage{tier='four', recipe=4xtile.darkutils.pearl.block@1:[net.minecraft.item.crafting.Ingredient@4178e405, net.minecraft.item.crafting.Ingredient@4178e405, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4178e405, net.minecraft.item.crafting.Ingredient@4178e405, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8833 darkutils:convert_pearl_2 RecipeStage{tier='four', recipe=4xtile.darkutils.pearl.block@2:[net.minecraft.item.crafting.Ingredient@5aa31101, net.minecraft.item.crafting.Ingredient@5aa31101, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5aa31101, net.minecraft.item.crafting.Ingredient@5aa31101, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8834 darkutils:convert_pearl_3 RecipeStage{tier='four', recipe=4xtile.darkutils.pearl.block@3:[net.minecraft.item.crafting.Ingredient@c850b76, net.minecraft.item.crafting.Ingredient@c850b76, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@c850b76, net.minecraft.item.crafting.Ingredient@c850b76, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8835 darkutils:convert_pearl_0 RecipeStage{tier='four', recipe=4xtile.darkutils.pearl.block@0:[net.minecraft.item.crafting.Ingredient@38efdac9, net.minecraft.item.crafting.Ingredient@38efdac9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@38efdac9, net.minecraft.item.crafting.Ingredient@38efdac9, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8836 darkutils:timer RecipeStage{tier='three', recipe=1xtile.darkutils.timer@0:[net.minecraftforge.oredict.OreIngredient@3eb1491d, net.minecraft.item.crafting.Ingredient@7cd87cd3, net.minecraftforge.oredict.OreIngredient@3eb1491d, net.minecraft.item.crafting.Ingredient@7cd87cd3, net.minecraft.item.crafting.Ingredient@58a21685, net.minecraft.item.crafting.Ingredient@7cd87cd3, net.minecraftforge.oredict.OreIngredient@3eb1491d, net.minecraft.item.crafting.Ingredient@7cd87cd3, net.minecraftforge.oredict.OreIngredient@3eb1491d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8837 darkutils:monolith_exp RecipeStage{tier='four', recipe=1xtile.darkutils.monolith@0:[net.minecraftforge.oredict.OreIngredient@1edda6ca, net.minecraftforge.oredict.OreIngredient@1edda6ca, net.minecraftforge.oredict.OreIngredient@1edda6ca, net.minecraftforge.oredict.OreIngredient@1edda6ca, net.minecraft.item.crafting.Ingredient@151132c8, net.minecraftforge.oredict.OreIngredient@1edda6ca, net.minecraftforge.oredict.OreIngredient@2a90edad, net.minecraftforge.oredict.OreIngredient@2a90edad, net.minecraftforge.oredict.OreIngredient@2a90edad]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8838 darkutils:monolith_spawn RecipeStage{tier='four', recipe=1xtile.darkutils.monolith@1:[net.minecraftforge.oredict.OreIngredient@5dcf08d1, net.minecraftforge.oredict.OreIngredient@5dcf08d1, net.minecraftforge.oredict.OreIngredient@5dcf08d1, net.minecraftforge.oredict.OreIngredient@5dcf08d1, net.minecraft.item.crafting.Ingredient@30763b6, net.minecraftforge.oredict.OreIngredient@5dcf08d1, net.minecraftforge.oredict.OreIngredient@2e571e54, net.minecraftforge.oredict.OreIngredient@2e571e54, net.minecraftforge.oredict.OreIngredient@2e571e54]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8839 darkutils:filter_player RecipeStage{tier='three', recipe=4xtile.darkutils.filter@0:[net.minecraftforge.oredict.OreIngredient@1f9c866c, net.minecraftforge.oredict.OreIngredient@3a309cce, net.minecraftforge.oredict.OreIngredient@1f9c866c, net.minecraftforge.oredict.OreIngredient@3a309cce, net.minecraft.item.crafting.Ingredient@2c039062, net.minecraftforge.oredict.OreIngredient@3a309cce, net.minecraftforge.oredict.OreIngredient@1f9c866c, net.minecraftforge.oredict.OreIngredient@3a309cce, net.minecraftforge.oredict.OreIngredient@1f9c866c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8840 darkutils:filter_convert_player RecipeStage{tier='three', recipe=1xtile.darkutils.filter.inverted@0:[net.minecraft.item.crafting.Ingredient@14a15c87]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8841 darkutils:filter_convert_back_player RecipeStage{tier='three', recipe=1xtile.darkutils.filter@0:[net.minecraft.item.crafting.Ingredient@6f750799]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8842 darkutils:filter_undead RecipeStage{tier='three', recipe=4xtile.darkutils.filter@1:[net.minecraftforge.oredict.OreIngredient@519d2055, net.minecraftforge.oredict.OreIngredient@612d3a84, net.minecraftforge.oredict.OreIngredient@519d2055, net.minecraftforge.oredict.OreIngredient@612d3a84, net.minecraftforge.oredict.OreIngredient@7ff60742, net.minecraftforge.oredict.OreIngredient@612d3a84, net.minecraftforge.oredict.OreIngredient@519d2055, net.minecraftforge.oredict.OreIngredient@612d3a84, net.minecraftforge.oredict.OreIngredient@519d2055]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8843 darkutils:filter_convert_undead RecipeStage{tier='three', recipe=1xtile.darkutils.filter.inverted@1:[net.minecraft.item.crafting.Ingredient@38f88eea]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8844 darkutils:filter_convert_back_undead RecipeStage{tier='three', recipe=1xtile.darkutils.filter@1:[net.minecraft.item.crafting.Ingredient@5f9e28]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8845 darkutils:filter_arthropod RecipeStage{tier='three', recipe=4xtile.darkutils.filter@2:[net.minecraftforge.oredict.OreIngredient@82e7dbd, net.minecraftforge.oredict.OreIngredient@472db7ed, net.minecraftforge.oredict.OreIngredient@82e7dbd, net.minecraftforge.oredict.OreIngredient@472db7ed, net.minecraft.item.crafting.Ingredient@3b5eee3c, net.minecraftforge.oredict.OreIngredient@472db7ed, net.minecraftforge.oredict.OreIngredient@82e7dbd, net.minecraftforge.oredict.OreIngredient@472db7ed, net.minecraftforge.oredict.OreIngredient@82e7dbd]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8846 darkutils:filter_convert_arthropod RecipeStage{tier='three', recipe=1xtile.darkutils.filter.inverted@2:[net.minecraft.item.crafting.Ingredient@470c89a1]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8847 darkutils:filter_convert_back_arthropod RecipeStage{tier='three', recipe=1xtile.darkutils.filter@2:[net.minecraft.item.crafting.Ingredient@3c34d768]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8848 darkutils:filter_monster RecipeStage{tier='three', recipe=4xtile.darkutils.filter@3:[net.minecraftforge.oredict.OreIngredient@168c8ddc, net.minecraftforge.oredict.OreIngredient@5aefbe3f, net.minecraftforge.oredict.OreIngredient@168c8ddc, net.minecraftforge.oredict.OreIngredient@5aefbe3f, net.minecraft.item.crafting.Ingredient@798d6542, net.minecraftforge.oredict.OreIngredient@5aefbe3f, net.minecraftforge.oredict.OreIngredient@168c8ddc, net.minecraftforge.oredict.OreIngredient@5aefbe3f, net.minecraftforge.oredict.OreIngredient@168c8ddc]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8849 darkutils:filter_convert_monster RecipeStage{tier='three', recipe=1xtile.darkutils.filter.inverted@3:[net.minecraft.item.crafting.Ingredient@6318628c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8850 darkutils:filter_convert_back_monster RecipeStage{tier='three', recipe=1xtile.darkutils.filter@3:[net.minecraft.item.crafting.Ingredient@1108f15e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8851 darkutils:filter_animal RecipeStage{tier='three', recipe=4xtile.darkutils.filter@4:[net.minecraftforge.oredict.OreIngredient@36b1ab06, net.minecraftforge.oredict.OreIngredient@24846fe7, net.minecraftforge.oredict.OreIngredient@36b1ab06, net.minecraftforge.oredict.OreIngredient@24846fe7, net.minecraftforge.oredict.OreIngredient@4a865f9, net.minecraftforge.oredict.OreIngredient@24846fe7, net.minecraftforge.oredict.OreIngredient@36b1ab06, net.minecraftforge.oredict.OreIngredient@24846fe7, net.minecraftforge.oredict.OreIngredient@36b1ab06]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8852 darkutils:filter_convert_animal RecipeStage{tier='three', recipe=1xtile.darkutils.filter.inverted@4:[net.minecraft.item.crafting.Ingredient@527ce633]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8853 darkutils:filter_convert_back_animal RecipeStage{tier='three', recipe=1xtile.darkutils.filter@4:[net.minecraft.item.crafting.Ingredient@69ae9ee1]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8854 darkutils:filter_water RecipeStage{tier='three', recipe=4xtile.darkutils.filter@5:[net.minecraftforge.oredict.OreIngredient@6e523f64, net.minecraftforge.oredict.OreIngredient@299218fa, net.minecraftforge.oredict.OreIngredient@6e523f64, net.minecraftforge.oredict.OreIngredient@299218fa, net.minecraft.item.crafting.Ingredient@1c6a2e85, net.minecraftforge.oredict.OreIngredient@299218fa, net.minecraftforge.oredict.OreIngredient@6e523f64, net.minecraftforge.oredict.OreIngredient@299218fa, net.minecraftforge.oredict.OreIngredient@6e523f64]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8855 darkutils:filter_convert_water RecipeStage{tier='three', recipe=1xtile.darkutils.filter.inverted@5:[net.minecraft.item.crafting.Ingredient@12ef27f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8856 darkutils:filter_convert_back_water RecipeStage{tier='three', recipe=1xtile.darkutils.filter@5:[net.minecraft.item.crafting.Ingredient@7e785421]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8857 darkutils:filter_baby RecipeStage{tier='three', recipe=4xtile.darkutils.filter@6:[net.minecraftforge.oredict.OreIngredient@4794c6dc, net.minecraftforge.oredict.OreIngredient@a47c6ad, net.minecraftforge.oredict.OreIngredient@4794c6dc, net.minecraftforge.oredict.OreIngredient@a47c6ad, net.minecraftforge.oredict.OreIngredient@7c0c7090, net.minecraftforge.oredict.OreIngredient@a47c6ad, net.minecraftforge.oredict.OreIngredient@4794c6dc, net.minecraftforge.oredict.OreIngredient@a47c6ad, net.minecraftforge.oredict.OreIngredient@4794c6dc]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8858 darkutils:filter_convert_baby RecipeStage{tier='three', recipe=1xtile.darkutils.filter.inverted@6:[net.minecraft.item.crafting.Ingredient@4069ea6c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8859 darkutils:filter_convert_back_baby RecipeStage{tier='three', recipe=1xtile.darkutils.filter@6:[net.minecraft.item.crafting.Ingredient@21aa669b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8860 darkutils:filter_pet RecipeStage{tier='three', recipe=4xtile.darkutils.filter@7:[net.minecraftforge.oredict.OreIngredient@15ecbead, net.minecraftforge.oredict.OreIngredient@afbc470, net.minecraftforge.oredict.OreIngredient@15ecbead, net.minecraftforge.oredict.OreIngredient@afbc470, net.minecraft.item.crafting.Ingredient@5ce65c9, net.minecraftforge.oredict.OreIngredient@afbc470, net.minecraftforge.oredict.OreIngredient@15ecbead, net.minecraftforge.oredict.OreIngredient@afbc470, net.minecraftforge.oredict.OreIngredient@15ecbead]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8861 darkutils:filter_convert_pet RecipeStage{tier='three', recipe=1xtile.darkutils.filter.inverted@7:[net.minecraft.item.crafting.Ingredient@77225555]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8862 darkutils:filter_convert_back_pet RecipeStage{tier='three', recipe=1xtile.darkutils.filter@7:[net.minecraft.item.crafting.Ingredient@74b84ca]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8863 darkutils:filter_slime RecipeStage{tier='three', recipe=4xtile.darkutils.filter@8:[net.minecraftforge.oredict.OreIngredient@53c70817, net.minecraftforge.oredict.OreIngredient@25d1df8b, net.minecraftforge.oredict.OreIngredient@53c70817, net.minecraftforge.oredict.OreIngredient@25d1df8b, net.minecraft.item.crafting.Ingredient@40bcae99, net.minecraftforge.oredict.OreIngredient@25d1df8b, net.minecraftforge.oredict.OreIngredient@53c70817, net.minecraftforge.oredict.OreIngredient@25d1df8b, net.minecraftforge.oredict.OreIngredient@53c70817]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8864 darkutils:filter_convert_slime RecipeStage{tier='three', recipe=1xtile.darkutils.filter.inverted@8:[net.minecraft.item.crafting.Ingredient@1b0a0f90]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8865 darkutils:filter_convert_back_slime RecipeStage{tier='three', recipe=1xtile.darkutils.filter@8:[net.minecraft.item.crafting.Ingredient@70663b56]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8866 darkutils:filter_fireres RecipeStage{tier='three', recipe=4xtile.darkutils.filter@9:[net.minecraftforge.oredict.OreIngredient@5be08f56, net.minecraftforge.oredict.OreIngredient@7e0d2ad5, net.minecraftforge.oredict.OreIngredient@5be08f56, net.minecraftforge.oredict.OreIngredient@7e0d2ad5, net.minecraft.item.crafting.Ingredient@3530dc0b, net.minecraftforge.oredict.OreIngredient@7e0d2ad5, net.minecraftforge.oredict.OreIngredient@5be08f56, net.minecraftforge.oredict.OreIngredient@7e0d2ad5, net.minecraftforge.oredict.OreIngredient@5be08f56]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8867 darkutils:filter_convert_fireres RecipeStage{tier='three', recipe=1xtile.darkutils.filter.inverted@9:[net.minecraft.item.crafting.Ingredient@744ded70]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8868 darkutils:filter_convert_back_fireres RecipeStage{tier='three', recipe=1xtile.darkutils.filter@9:[net.minecraft.item.crafting.Ingredient@2b885690]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8869 darkutils:filter_boss RecipeStage{tier='three', recipe=4xtile.darkutils.filter@10:[net.minecraftforge.oredict.OreIngredient@3cc49ab6, net.minecraftforge.oredict.OreIngredient@fa7d9a1, net.minecraftforge.oredict.OreIngredient@3cc49ab6, net.minecraftforge.oredict.OreIngredient@fa7d9a1, net.minecraftforge.oredict.OreIngredient@141a9348, net.minecraftforge.oredict.OreIngredient@fa7d9a1, net.minecraftforge.oredict.OreIngredient@3cc49ab6, net.minecraftforge.oredict.OreIngredient@fa7d9a1, net.minecraftforge.oredict.OreIngredient@3cc49ab6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8870 darkutils:filter_convert_boss RecipeStage{tier='three', recipe=1xtile.darkutils.filter.inverted@10:[net.minecraft.item.crafting.Ingredient@7dcf6b8d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8871 darkutils:filter_convert_back_boss RecipeStage{tier='three', recipe=1xtile.darkutils.filter@10:[net.minecraft.item.crafting.Ingredient@65465fa8]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8872 darkutils:lore_tag_black RecipeStage{tier='two', recipe=1xitem.darkutils.lore.tag@0:[net.minecraft.item.crafting.Ingredient@7ec12b2f, net.minecraftforge.oredict.OreIngredient@7ee836e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7ee836e, net.minecraftforge.oredict.OreIngredient@54ee8b35, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@358704b6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8873 darkutils:lore_tag_dark_blue RecipeStage{tier='two', recipe=1xitem.darkutils.lore.tag@1:[net.minecraft.item.crafting.Ingredient@4268d97a, net.minecraftforge.oredict.OreIngredient@31eec7aa, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@31eec7aa, net.minecraftforge.oredict.OreIngredient@11f94581, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1cd651bc]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8874 darkutils:lore_tag_dark_green RecipeStage{tier='two', recipe=1xitem.darkutils.lore.tag@2:[net.minecraft.item.crafting.Ingredient@18f1e855, net.minecraftforge.oredict.OreIngredient@5fe5af76, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5fe5af76, net.minecraftforge.oredict.OreIngredient@4eb2c46, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2a9ec6d6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8875 darkutils:lore_tag_dark_aqua RecipeStage{tier='two', recipe=1xitem.darkutils.lore.tag@3:[net.minecraft.item.crafting.Ingredient@3dba3090, net.minecraftforge.oredict.OreIngredient@4fd6a64e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4fd6a64e, net.minecraftforge.oredict.OreIngredient@12023aee, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4e76e60e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8876 darkutils:lore_tag_dark_red RecipeStage{tier='two', recipe=1xitem.darkutils.lore.tag@4:[net.minecraft.item.crafting.Ingredient@222471e0, net.minecraftforge.oredict.OreIngredient@583a573c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@583a573c, net.minecraftforge.oredict.OreIngredient@5becc39f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@22d3187a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8877 darkutils:lore_tag_dark_purple RecipeStage{tier='two', recipe=1xitem.darkutils.lore.tag@5:[net.minecraft.item.crafting.Ingredient@23f9c6b1, net.minecraftforge.oredict.OreIngredient@29f0e645, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@29f0e645, net.minecraftforge.oredict.OreIngredient@143d28df, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2e97f2ea]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8878 darkutils:lore_tag_gold RecipeStage{tier='two', recipe=1xitem.darkutils.lore.tag@6:[net.minecraft.item.crafting.Ingredient@433665c7, net.minecraftforge.oredict.OreIngredient@6d5a712a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6d5a712a, net.minecraftforge.oredict.OreIngredient@10dcd78e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1cd67dd]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8879 darkutils:lore_tag_gray RecipeStage{tier='two', recipe=1xitem.darkutils.lore.tag@7:[net.minecraft.item.crafting.Ingredient@71a5327e, net.minecraftforge.oredict.OreIngredient@4fc8de41, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4fc8de41, net.minecraftforge.oredict.OreIngredient@39de1091, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@53c76bf8]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8880 darkutils:lore_tag_dark_gray RecipeStage{tier='two', recipe=1xitem.darkutils.lore.tag@8:[net.minecraft.item.crafting.Ingredient@b29853c, net.minecraftforge.oredict.OreIngredient@21a68ce, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@21a68ce, net.minecraftforge.oredict.OreIngredient@4b89aa84, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@23f980a6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8881 darkutils:lore_tag_blue RecipeStage{tier='two', recipe=1xitem.darkutils.lore.tag@9:[net.minecraft.item.crafting.Ingredient@64bee180, net.minecraftforge.oredict.OreIngredient@3533a9c1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3533a9c1, net.minecraftforge.oredict.OreIngredient@3368e869, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5c7ba212]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8882 darkutils:lore_tag_green RecipeStage{tier='two', recipe=1xitem.darkutils.lore.tag@10:[net.minecraft.item.crafting.Ingredient@4f5aeafc, net.minecraftforge.oredict.OreIngredient@670f3f77, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@670f3f77, net.minecraftforge.oredict.OreIngredient@1350b85f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@123ae315]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8883 darkutils:lore_tag_aqua RecipeStage{tier='two', recipe=1xitem.darkutils.lore.tag@11:[net.minecraft.item.crafting.Ingredient@aafe6a4, net.minecraftforge.oredict.OreIngredient@14458401, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@14458401, net.minecraftforge.oredict.OreIngredient@2414496, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@47a62d80]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8884 darkutils:lore_tag_red RecipeStage{tier='two', recipe=1xitem.darkutils.lore.tag@12:[net.minecraft.item.crafting.Ingredient@32c96916, net.minecraftforge.oredict.OreIngredient@a1486c2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@a1486c2, net.minecraftforge.oredict.OreIngredient@27906e2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7445f100]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8885 darkutils:lore_tag_light_purple RecipeStage{tier='two', recipe=1xitem.darkutils.lore.tag@13:[net.minecraft.item.crafting.Ingredient@dbda747, net.minecraftforge.oredict.OreIngredient@23b112a4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@23b112a4, net.minecraftforge.oredict.OreIngredient@69b54e26, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@32237fe1]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8886 darkutils:lore_tag_yellow RecipeStage{tier='two', recipe=1xitem.darkutils.lore.tag@14:[net.minecraft.item.crafting.Ingredient@5244617d, net.minecraftforge.oredict.OreIngredient@79cb6da3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@79cb6da3, net.minecraftforge.oredict.OreIngredient@3accd8c2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1339640d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8887 darkutils:lore_tag_white RecipeStage{tier='two', recipe=1xitem.darkutils.lore.tag@15:[net.minecraft.item.crafting.Ingredient@6287b09e, net.minecraftforge.oredict.OreIngredient@40036f18, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@40036f18, net.minecraftforge.oredict.OreIngredient@1cd5a512, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4494a389]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8888 darkutils:item_grate RecipeStage{tier='three', recipe=1xtile.darkutils.grate@0:[net.minecraftforge.oredict.OreIngredient@1bc8f8c5, net.minecraft.item.crafting.Ingredient@40e83f0b, net.minecraft.item.crafting.Ingredient@7124ef31]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8889 darkutils:fake_tnt RecipeStage{tier='three', recipe=1xtile.darkutils.fake.tnt@0:[net.minecraftforge.oredict.OreIngredient@10cd9277, net.minecraft.item.crafting.Ingredient@4c1f5e7b, net.minecraftforge.oredict.OreIngredient@10cd9277, net.minecraft.item.crafting.Ingredient@4c1f5e7b, net.minecraftforge.oredict.OreIngredient@10cd9277, net.minecraft.item.crafting.Ingredient@4c1f5e7b, net.minecraftforge.oredict.OreIngredient@10cd9277, net.minecraft.item.crafting.Ingredient@4c1f5e7b, net.minecraftforge.oredict.OreIngredient@10cd9277]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8890 darkutils:ender_tether RecipeStage{tier='three', recipe=1xtile.darkutils.ender.tether@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4d8e2094, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1b050373, net.minecraft.item.crafting.Ingredient@67a7744e, net.minecraftforge.oredict.OreIngredient@1b050373]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8891 darkutils:ender_hopper RecipeStage{tier='three', recipe=1xtile.darkutils.ender.hopper@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@51fd0247, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6dcb026c, net.minecraft.item.crafting.Ingredient@5ee69a3d, net.minecraftforge.oredict.OreIngredient@6dcb026c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8892 darkutils:ender_hopper_upgrade RecipeStage{tier='four', recipe=1xtile.darkutils.ender.pearl.hopper@0:[net.minecraftforge.oredict.OreIngredient@23f80ab, net.minecraftforge.oredict.OreIngredient@23f80ab, net.minecraftforge.oredict.OreIngredient@23f80ab, net.minecraftforge.oredict.OreIngredient@23f80ab, net.minecraft.item.crafting.Ingredient@3b695591, net.minecraftforge.oredict.OreIngredient@23f80ab, net.minecraftforge.oredict.OreIngredient@23f80ab, net.minecraftforge.oredict.OreIngredient@23f80ab, net.minecraftforge.oredict.OreIngredient@23f80ab]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8909 darkutils:skull_to_witherdust RecipeStage{tier='three', recipe=3xitem.darkutils.material@0:[net.minecraft.item.crafting.Ingredient@1b54212f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8910 darkutils:dwindlecream RecipeStage{tier='three', recipe=1xitem.darkutils.material@2:[net.minecraft.item.crafting.Ingredient@7481e923, net.minecraftforge.oredict.OreIngredient@799e0b42]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8911 darkutils:unstable_pearl RecipeStage{tier='three', recipe=1xitem.darkutils.material@1:[net.minecraft.item.crafting.Ingredient@50d95da2, net.minecraftforge.oredict.OreIngredient@6abe43cf]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8912 darkutils:dark_sugar RecipeStage{tier='three', recipe=8xitem.darkutils.material@3:[net.minecraft.item.crafting.Ingredient@118d674a, net.minecraft.item.crafting.Ingredient@118d674a, net.minecraft.item.crafting.Ingredient@118d674a, net.minecraft.item.crafting.Ingredient@118d674a, net.minecraft.item.crafting.Ingredient@1840ba22, net.minecraft.item.crafting.Ingredient@118d674a, net.minecraft.item.crafting.Ingredient@118d674a, net.minecraft.item.crafting.Ingredient@118d674a, net.minecraft.item.crafting.Ingredient@118d674a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8913 darkutils:soulsand RecipeStage{tier='three', recipe=5xtile.hellsand@0:[net.minecraftforge.oredict.OreIngredient@26ec0c5, net.minecraft.item.crafting.Ingredient@1ad65b7c, net.minecraftforge.oredict.OreIngredient@26ec0c5, net.minecraft.item.crafting.Ingredient@1ad65b7c, net.minecraftforge.oredict.OreIngredient@26ec0c5, net.minecraft.item.crafting.Ingredient@1ad65b7c, net.minecraftforge.oredict.OreIngredient@26ec0c5, net.minecraft.item.crafting.Ingredient@1ad65b7c, net.minecraftforge.oredict.OreIngredient@26ec0c5]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8914 darkutils:compact_wither RecipeStage{tier='three', recipe=1xtile.darkutils.wither.block@0:[net.minecraft.item.crafting.Ingredient@601bd85b, net.minecraft.item.crafting.Ingredient@601bd85b, net.minecraft.item.crafting.Ingredient@601bd85b, net.minecraft.item.crafting.Ingredient@601bd85b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8915 darkutils:deconstruct_wither RecipeStage{tier='three', recipe=4xitem.darkutils.material@0:[net.minecraft.item.crafting.Ingredient@7d97efd0]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8916 darkutils:convert_wither_1 RecipeStage{tier='three', recipe=4xtile.darkutils.wither.block@1:[net.minecraft.item.crafting.Ingredient@98b604f, net.minecraft.item.crafting.Ingredient@98b604f, net.minecraft.item.crafting.Ingredient@98b604f, net.minecraft.item.crafting.Ingredient@98b604f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8917 darkutils:convert_wither_2 RecipeStage{tier='three', recipe=4xtile.darkutils.wither.block@2:[net.minecraft.item.crafting.Ingredient@212ed7b9, net.minecraft.item.crafting.Ingredient@212ed7b9, net.minecraft.item.crafting.Ingredient@212ed7b9, net.minecraft.item.crafting.Ingredient@212ed7b9]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8918 darkutils:convert_wither_3 RecipeStage{tier='three', recipe=4xtile.darkutils.wither.block@3:[net.minecraft.item.crafting.Ingredient@1f491ac7, net.minecraft.item.crafting.Ingredient@1f491ac7, net.minecraft.item.crafting.Ingredient@1f491ac7, net.minecraft.item.crafting.Ingredient@1f491ac7]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8919 darkutils:convert_wither_4 RecipeStage{tier='three', recipe=4xtile.darkutils.wither.block@4:[net.minecraft.item.crafting.Ingredient@5d629f91, net.minecraft.item.crafting.Ingredient@5d629f91, net.minecraft.item.crafting.Ingredient@5d629f91, net.minecraft.item.crafting.Ingredient@5d629f91]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8920 darkutils:convert_wither_5 RecipeStage{tier='three', recipe=4xtile.darkutils.wither.block@5:[net.minecraft.item.crafting.Ingredient@fb9156a, net.minecraft.item.crafting.Ingredient@fb9156a, net.minecraft.item.crafting.Ingredient@fb9156a, net.minecraft.item.crafting.Ingredient@fb9156a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8921 darkutils:convert_wither_6 RecipeStage{tier='three', recipe=4xtile.darkutils.wither.block@0:[net.minecraft.item.crafting.Ingredient@58fd883b, net.minecraft.item.crafting.Ingredient@58fd883b, net.minecraft.item.crafting.Ingredient@58fd883b, net.minecraft.item.crafting.Ingredient@58fd883b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8922 darkutils:agression_charm RecipeStage{tier='three', recipe=1xitem.darkutils.charm.agression@0:[net.minecraftforge.oredict.OreIngredient@7e9d918b, net.minecraftforge.oredict.OreIngredient@3347f42a, net.minecraftforge.oredict.OreIngredient@7e9d918b, net.minecraftforge.oredict.OreIngredient@3347f42a, net.minecraft.item.crafting.Ingredient@77eb0413, net.minecraftforge.oredict.OreIngredient@3347f42a, net.minecraft.item.crafting.Ingredient@4368f810, net.minecraftforge.oredict.OreIngredient@3347f42a, net.minecraft.item.crafting.Ingredient@4368f810]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8923 darkutils:focus_sash RecipeStage{tier='two', recipe=1xitem.darkutils.focus.sash@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@51eb283f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5d81708c, net.minecraft.item.crafting.Ingredient@72e52cb3, net.minecraft.item.crafting.Ingredient@7649e287, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7e6b86a1, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8924 darkutils:gluttony_charm RecipeStage{tier='one', recipe=1xitem.darkutils.charm.gluttony@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@28389cf0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7363adf0, net.minecraft.item.crafting.Ingredient@4a8734c1, net.minecraftforge.oredict.OreIngredient@7363adf0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7363adf0, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8925 darkutils:null_charm RecipeStage{tier='two', recipe=1xitem.darkutils.charm.null@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@68fbedbe, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4c8234d, net.minecraftforge.oredict.OreIngredient@6a2a1209, net.minecraftforge.oredict.OreIngredient@197802b1]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8926 darkutils:portal_charm_1 RecipeStage{tier='two', recipe=1xitem.darkutils.charm.portal@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2e598a3d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6b4e06f0, net.minecraft.item.crafting.Ingredient@51ceebca, net.minecraftforge.oredict.OreIngredient@6b4e06f0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6b4e06f0, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8927 darkutils:portal_charm_2 RecipeStage{tier='two', recipe=1xitem.darkutils.charm.portal@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@87a06c8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6a107d98, net.minecraft.item.crafting.Ingredient@71729fac, net.minecraftforge.oredict.OreIngredient@6a107d98, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6a107d98, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8928 darkutils:sleep_charm RecipeStage{tier='one', recipe=1xitem.darkutils.charm.sleep@0:[net.minecraftforge.oredict.OreIngredient@57c4aaf3, net.minecraftforge.oredict.OreIngredient@fd0ba85, net.minecraftforge.oredict.OreIngredient@57c4aaf3, net.minecraftforge.oredict.OreIngredient@fd0ba85, net.minecraftforge.oredict.OreIngredient@6645ea5a, net.minecraftforge.oredict.OreIngredient@fd0ba85, net.minecraftforge.oredict.OreIngredient@57c4aaf3, net.minecraftforge.oredict.OreIngredient@fd0ba85, net.minecraftforge.oredict.OreIngredient@57c4aaf3]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8929 darkutils:antislime RecipeStage{tier='four', recipe=1xtile.darkutils.anti.slime@0:[net.minecraftforge.oredict.OreIngredient@3af86c1, net.minecraft.item.crafting.Ingredient@71ce3775, net.minecraftforge.oredict.OreIngredient@3af86c1, net.minecraft.item.crafting.Ingredient@71ce3775, net.minecraft.item.crafting.Ingredient@7bc0af5b, net.minecraft.item.crafting.Ingredient@71ce3775, net.minecraftforge.oredict.OreIngredient@3af86c1, net.minecraft.item.crafting.Ingredient@71ce3775, net.minecraftforge.oredict.OreIngredient@3af86c1]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8930 enderutilities:ender_elevator_crafting RecipeStage{tier='four', recipe=2xtile.null@0:[net.minecraft.item.crafting.Ingredient@4259c0bc, net.minecraft.item.crafting.Ingredient@7caa8c4a, net.minecraft.item.crafting.Ingredient@4259c0bc, net.minecraft.item.crafting.Ingredient@7cb57dd1, net.minecraft.item.crafting.Ingredient@6d85a9f9, net.minecraft.item.crafting.Ingredient@7cb57dd1, net.minecraft.item.crafting.Ingredient@7cb57dd1, net.minecraft.item.crafting.Ingredient@6155d8d5, net.minecraft.item.crafting.Ingredient@7cb57dd1]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8931 enderutilities:ender_elevator_normal_to_slab RecipeStage{tier='four', recipe=2xtile.null@0:[net.minecraft.item.crafting.Ingredient@5eb3c0d9, net.minecraft.item.crafting.Ingredient@5eb3c0d9]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8932 enderutilities:ender_elevator_slab_to_normal RecipeStage{tier='four', recipe=2xtile.null@0:[net.minecraft.item.crafting.Ingredient@6c1d97ee, net.minecraft.item.crafting.Ingredient@6c1d97ee]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8933 enderutilities:ender_elevator_slab_to_layer RecipeStage{tier='four', recipe=2xtile.null@0:[net.minecraft.item.crafting.Ingredient@79c01554, net.minecraft.item.crafting.Ingredient@79c01554]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8934 enderutilities:ender_elevator_layer_to_slab RecipeStage{tier='four', recipe=2xtile.null@0:[net.minecraft.item.crafting.Ingredient@11a00f87, net.minecraft.item.crafting.Ingredient@11a00f87]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8935 horsepower:chopper se.gory_moon.horsepower.recipes.ShapedChoppingRecipe@288d6b05 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8936 horsepower:manual_chopping se.gory_moon.horsepower.recipes.ShapelessChoppingRecipe@1ec028a5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8937 huntingdim:moss_sappling RecipeStage{tier='one', recipe=4xitem.huntingdim.biome.changer@0:[net.minecraftforge.oredict.OreIngredient@1fe7f058, net.minecraftforge.oredict.OreIngredient@1fe7f058, net.minecraftforge.oredict.OreIngredient@1fe7f058, net.minecraftforge.oredict.OreIngredient@1fe7f058, net.minecraft.item.crafting.Ingredient@8b0d279, net.minecraftforge.oredict.OreIngredient@1fe7f058, net.minecraftforge.oredict.OreIngredient@1fe7f058, net.minecraftforge.oredict.OreIngredient@1fe7f058, net.minecraftforge.oredict.OreIngredient@1fe7f058]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8938 huntingdim:moss_leaves RecipeStage{tier='one', recipe=4xitem.huntingdim.biome.changer@0:[net.minecraftforge.oredict.OreIngredient@560044c1, net.minecraftforge.oredict.OreIngredient@560044c1, net.minecraftforge.oredict.OreIngredient@560044c1, net.minecraftforge.oredict.OreIngredient@560044c1, net.minecraft.item.crafting.Ingredient@4f67ea92, net.minecraftforge.oredict.OreIngredient@560044c1, net.minecraftforge.oredict.OreIngredient@560044c1, net.minecraftforge.oredict.OreIngredient@560044c1, net.minecraftforge.oredict.OreIngredient@560044c1]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8939 huntingdim:moss_vines RecipeStage{tier='one', recipe=4xitem.huntingdim.biome.changer@0:[net.minecraftforge.oredict.OreIngredient@6fa2b616, net.minecraftforge.oredict.OreIngredient@6fa2b616, net.minecraftforge.oredict.OreIngredient@6fa2b616, net.minecraftforge.oredict.OreIngredient@6fa2b616, net.minecraft.item.crafting.Ingredient@610f9281, net.minecraftforge.oredict.OreIngredient@6fa2b616, net.minecraftforge.oredict.OreIngredient@6fa2b616, net.minecraftforge.oredict.OreIngredient@6fa2b616, net.minecraftforge.oredict.OreIngredient@6fa2b616]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8940 huntingdim:moss_special_nether RecipeStage{tier='one', recipe=1xitem.huntingdim.biome.changer@0:[net.minecraftforge.oredict.OreIngredient@35fdf42d, net.minecraftforge.oredict.OreIngredient@35fdf42d, net.minecraftforge.oredict.OreIngredient@35fdf42d, net.minecraftforge.oredict.OreIngredient@35fdf42d, net.minecraft.item.crafting.Ingredient@45beab7a, net.minecraftforge.oredict.OreIngredient@35fdf42d, net.minecraftforge.oredict.OreIngredient@35fdf42d, net.minecraftforge.oredict.OreIngredient@35fdf42d, net.minecraftforge.oredict.OreIngredient@35fdf42d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8941 huntingdim:moss_special_end RecipeStage{tier='one', recipe=1xitem.huntingdim.biome.changer@0:[net.minecraftforge.oredict.OreIngredient@3f56a7dd, net.minecraftforge.oredict.OreIngredient@3f56a7dd, net.minecraftforge.oredict.OreIngredient@3f56a7dd, net.minecraftforge.oredict.OreIngredient@3f56a7dd, net.minecraft.item.crafting.Ingredient@22d0a12c, net.minecraftforge.oredict.OreIngredient@3f56a7dd, net.minecraftforge.oredict.OreIngredient@3f56a7dd, net.minecraftforge.oredict.OreIngredient@3f56a7dd, net.minecraftforge.oredict.OreIngredient@3f56a7dd]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8942 huntingdim:moss_special_ice RecipeStage{tier='one', recipe=1xitem.huntingdim.biome.changer@0:[net.minecraft.item.crafting.Ingredient@78d665c7, net.minecraft.item.crafting.Ingredient@78d665c7, net.minecraft.item.crafting.Ingredient@78d665c7, net.minecraft.item.crafting.Ingredient@78d665c7, net.minecraft.item.crafting.Ingredient@4803f4dc, net.minecraft.item.crafting.Ingredient@78d665c7, net.minecraft.item.crafting.Ingredient@78d665c7, net.minecraft.item.crafting.Ingredient@78d665c7, net.minecraft.item.crafting.Ingredient@78d665c7]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8943 huntingdim:moss_special_dessert RecipeStage{tier='one', recipe=1xitem.huntingdim.biome.changer@0:[net.minecraftforge.oredict.OreIngredient@42e1da4e, net.minecraftforge.oredict.OreIngredient@42e1da4e, net.minecraftforge.oredict.OreIngredient@42e1da4e, net.minecraftforge.oredict.OreIngredient@42e1da4e, net.minecraft.item.crafting.Ingredient@659fdaff, net.minecraftforge.oredict.OreIngredient@42e1da4e, net.minecraftforge.oredict.OreIngredient@42e1da4e, net.minecraftforge.oredict.OreIngredient@42e1da4e, net.minecraftforge.oredict.OreIngredient@42e1da4e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8944 huntingdim:moss_special_jungle RecipeStage{tier='one', recipe=1xitem.huntingdim.biome.changer@0:[net.minecraftforge.oredict.OreIngredient@2eac73d6, net.minecraftforge.oredict.OreIngredient@2eac73d6, net.minecraftforge.oredict.OreIngredient@2eac73d6, net.minecraftforge.oredict.OreIngredient@2eac73d6, net.minecraft.item.crafting.Ingredient@795ed7cb, net.minecraftforge.oredict.OreIngredient@2eac73d6, net.minecraftforge.oredict.OreIngredient@2eac73d6, net.minecraftforge.oredict.OreIngredient@2eac73d6, net.minecraftforge.oredict.OreIngredient@2eac73d6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8945 huntingdim:moss_special_swamp_red RecipeStage{tier='one', recipe=1xitem.huntingdim.biome.changer@0:[net.minecraft.item.crafting.Ingredient@35a15104, net.minecraft.item.crafting.Ingredient@35a15104, net.minecraft.item.crafting.Ingredient@35a15104, net.minecraft.item.crafting.Ingredient@35a15104, net.minecraft.item.crafting.Ingredient@2e723d6d, net.minecraft.item.crafting.Ingredient@35a15104, net.minecraft.item.crafting.Ingredient@35a15104, net.minecraft.item.crafting.Ingredient@35a15104, net.minecraft.item.crafting.Ingredient@35a15104]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8946 huntingdim:moss_special_swamp_brown RecipeStage{tier='one', recipe=1xitem.huntingdim.biome.changer@0:[net.minecraft.item.crafting.Ingredient@638dd9b6, net.minecraft.item.crafting.Ingredient@638dd9b6, net.minecraft.item.crafting.Ingredient@638dd9b6, net.minecraft.item.crafting.Ingredient@638dd9b6, net.minecraft.item.crafting.Ingredient@6c62ba83, net.minecraft.item.crafting.Ingredient@638dd9b6, net.minecraft.item.crafting.Ingredient@638dd9b6, net.minecraft.item.crafting.Ingredient@638dd9b6, net.minecraft.item.crafting.Ingredient@638dd9b6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8947 huntingdim:moss_special_mesa RecipeStage{tier='one', recipe=1xitem.huntingdim.biome.changer@0:[net.minecraft.item.crafting.Ingredient@5374ef7a, net.minecraft.item.crafting.Ingredient@5374ef7a, net.minecraft.item.crafting.Ingredient@5374ef7a, net.minecraft.item.crafting.Ingredient@5374ef7a, net.minecraft.item.crafting.Ingredient@6cd2292c, net.minecraft.item.crafting.Ingredient@5374ef7a, net.minecraft.item.crafting.Ingredient@5374ef7a, net.minecraft.item.crafting.Ingredient@5374ef7a, net.minecraft.item.crafting.Ingredient@5374ef7a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8948 huntingdim:moss_special_mesa_stained RecipeStage{tier='one', recipe=1xitem.huntingdim.biome.changer@0:[net.minecraft.item.crafting.Ingredient@619f0d69, net.minecraft.item.crafting.Ingredient@619f0d69, net.minecraft.item.crafting.Ingredient@619f0d69, net.minecraft.item.crafting.Ingredient@619f0d69, net.minecraft.item.crafting.Ingredient@1850157b, net.minecraft.item.crafting.Ingredient@619f0d69, net.minecraft.item.crafting.Ingredient@619f0d69, net.minecraft.item.crafting.Ingredient@619f0d69, net.minecraft.item.crafting.Ingredient@619f0d69]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8949 integrateddynamics:crystalized_menril_brick RecipeStage{tier='four', recipe=4xtile.blocks.integrateddynamics.crystalized_menril_brick@0:[net.minecraft.item.crafting.Ingredient@2c2a925b, net.minecraft.item.crafting.Ingredient@2165d879, net.minecraft.item.crafting.Ingredient@58d2512c, net.minecraft.item.crafting.Ingredient@580dc663]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8950 integrateddynamics:crystalized_menril_block RecipeStage{tier='four', recipe=1xtile.blocks.integrateddynamics.crystalized_menril_block@0:[net.minecraft.item.crafting.Ingredient@5de4c9c9, net.minecraft.item.crafting.Ingredient@73dec5ce, net.minecraft.item.crafting.Ingredient@301ed8c8, net.minecraft.item.crafting.Ingredient@3e6ba9fb, net.minecraft.item.crafting.Ingredient@453a957e, net.minecraft.item.crafting.Ingredient@40cfd8a2, net.minecraft.item.crafting.Ingredient@65190eb, net.minecraft.item.crafting.Ingredient@6596c5ab, net.minecraft.item.crafting.Ingredient@74962d02]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8951 integrateddynamics:drying_basin RecipeStage{tier='four', recipe=1xtile.blocks.integrateddynamics.drying_basin@0:[org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@562d19f9, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@bdd8ff7, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@3ca05a9f, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@19d6e647, net.minecraft.item.crafting.Ingredient$1@7e2c8622, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@270ad655, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@404f4774, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@7e058940, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@504fac19]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8952 integrateddynamics:squeezer RecipeStage{tier='four', recipe=1xtile.blocks.integrateddynamics.squeezer@0:[org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@64d7607f, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@76425366, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@2a6a9e01, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@4a4ead96, net.minecraft.item.crafting.Ingredient$1@7e2c8622, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@1545e838, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@71f84095, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@f9c523d, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@30816c45]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8953 integrateddynamics:cable RecipeStage{tier='four', recipe=3xtile.blocks.integrateddynamics.cable@0:[net.minecraft.item.crafting.Ingredient@6fc84e45, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@1fb52097, net.minecraft.item.crafting.Ingredient@246573a5, net.minecraft.item.crafting.Ingredient@77b8aa3c, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@5a2f68e8, net.minecraft.item.crafting.Ingredient@6c285aa2, net.minecraft.item.crafting.Ingredient@63dff4d9, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@51045bd4, net.minecraft.item.crafting.Ingredient@70cd1134]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8954 integrateddynamics:cable_11 RecipeStage{tier='four', recipe=3xtile.blocks.integrateddynamics.cable@0:[net.minecraft.item.crafting.Ingredient@298e3c3c, net.minecraft.item.crafting.Ingredient@27d6158, net.minecraft.item.crafting.Ingredient@1f2c430a, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@38a5392b, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@60129ddf, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@90c4724, net.minecraft.item.crafting.Ingredient@7445611c, net.minecraft.item.crafting.Ingredient@65b862de, net.minecraft.item.crafting.Ingredient@11b0e7d3]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8955 integrateddynamics:wrench RecipeStage{tier='four', recipe=1xitem.items.integrateddynamics.wrench@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1a307bdb, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@5ca973bf, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7d188c5b, net.minecraft.item.crafting.Ingredient@d6e10aa, net.minecraft.item.crafting.Ingredient@14995c7f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8956 integrateddynamics:variable RecipeStage{tier='four', recipe=24xitem.items.integrateddynamics.variable@0:[net.minecraft.item.crafting.Ingredient@4dab33e3, net.minecraft.item.crafting.Ingredient@39db7139, net.minecraft.item.crafting.Ingredient@590dadc, net.minecraft.item.crafting.Ingredient@413605e0, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@5516120e, net.minecraft.item.crafting.Ingredient@3726f32c, net.minecraft.item.crafting.Ingredient@3463892e, net.minecraft.item.crafting.Ingredient@458b9347, net.minecraft.item.crafting.Ingredient@20e86f9a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8957 integrateddynamics:labeller RecipeStage{tier='four', recipe=1xitem.items.integrateddynamics.labeller@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@722a121d, net.minecraft.item.crafting.Ingredient@68dee5e7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4ca882a1, net.minecraft.item.crafting.Ingredient@34552d04, net.minecraft.item.crafting.Ingredient@164d7b69, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8958 integrateddynamics:facade RecipeStage{tier='four', recipe=32xitem.items.integrateddynamics.facade@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@61dde562, net.minecraft.item.crafting.Ingredient$1@7e2c8622, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@72c1e346, net.minecraft.item.crafting.Ingredient@40f9ac50, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@6e7c3c42, net.minecraft.item.crafting.Ingredient$1@7e2c8622, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@6004221a, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8959 integrateddynamics:variablestore RecipeStage{tier='four', recipe=1xtile.blocks.integrateddynamics.variablestore@0:[net.minecraft.item.crafting.Ingredient@5ef0d723, net.minecraft.item.crafting.Ingredient@526a942c, net.minecraft.item.crafting.Ingredient@66f8920c, net.minecraft.item.crafting.Ingredient@50fa6026, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@86becd5, net.minecraft.item.crafting.Ingredient@e26c200, net.minecraft.item.crafting.Ingredient@2cec593a, net.minecraft.item.crafting.Ingredient@2f94e7d1, net.minecraft.item.crafting.Ingredient@784eabb2]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8960 integrateddynamics:energy_battery net.minecraftforge.oredict.ShapedOreRecipe@623791d4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8961 integrateddynamics:proxy RecipeStage{tier='four', recipe=1xtile.blocks.integrateddynamics.proxy@0:[net.minecraft.item.crafting.Ingredient@1b2002b0, net.minecraft.item.crafting.Ingredient@45c78931, net.minecraft.item.crafting.Ingredient@7b95b8ff, net.minecraft.item.crafting.Ingredient@45f601ec, net.minecraft.item.crafting.Ingredient@5ed8ae60, net.minecraft.item.crafting.Ingredient@272f3a8b, net.minecraft.item.crafting.Ingredient@712b3cd1, net.minecraft.item.crafting.Ingredient@4a7ba79, net.minecraft.item.crafting.Ingredient@1f17af23]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8962 integrateddynamics:delay RecipeStage{tier='four', recipe=1xtile.blocks.integrateddynamics.delay@0:[net.minecraft.item.crafting.Ingredient@72d69ccd, net.minecraft.item.crafting.Ingredient@221decda, net.minecraft.item.crafting.Ingredient@71ba00fe, net.minecraft.item.crafting.Ingredient@73d8e19c, net.minecraft.item.crafting.Ingredient@352e2bde, net.minecraft.item.crafting.Ingredient@78187a9d, net.minecraft.item.crafting.Ingredient@59842890, net.minecraft.item.crafting.Ingredient@6de4e63d, net.minecraft.item.crafting.Ingredient@29504084]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8963 integrateddynamics:materializer RecipeStage{tier='four', recipe=1xtile.blocks.integrateddynamics.materializer@0:[net.minecraft.item.crafting.Ingredient@b7f9749, net.minecraft.item.crafting.Ingredient@212f6f84, net.minecraft.item.crafting.Ingredient@30af7375, net.minecraft.item.crafting.Ingredient@15b78702, net.minecraft.item.crafting.Ingredient@62859f22, net.minecraft.item.crafting.Ingredient@380c9fb9, net.minecraft.item.crafting.Ingredient@73737716, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@5a5561ed, net.minecraft.item.crafting.Ingredient@14e7890a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8964 integrateddynamics:variable_transformer RecipeStage{tier='four', recipe=4xitem.items.integrateddynamics.variable_transformer@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@79c503b2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@60fdd01f, net.minecraft.item.crafting.Ingredient@938c888, net.minecraft.item.crafting.Ingredient@4bc2d6c1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1acb8498, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8965 integrateddynamics:variable_transformer_11 RecipeStage{tier='four', recipe=4xitem.items.integrateddynamics.variable_transformer@1:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@400b3e17, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@12f67b82, net.minecraft.item.crafting.Ingredient@105c6d91, net.minecraft.item.crafting.Ingredient@24408e8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1ba67531, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8966 integrateddynamics:part_audio_reader_item RecipeStage{tier='four', recipe=1xitem.items.integrateddynamics.part_audio_reader_item@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@436858a5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@102b0733, net.minecraft.item.crafting.Ingredient@2ed7da36, net.minecraft.item.crafting.Ingredient@38b69f5b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@399a5598, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8967 integrateddynamics:part_block_reader_item RecipeStage{tier='four', recipe=1xitem.items.integrateddynamics.part_block_reader_item@0:[org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@64b04ea, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@71044bc3, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@256dcda5, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@7d711f5f, net.minecraft.item.crafting.Ingredient@23c3284f, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@70ca35a7, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@3b01cefe, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@4e7fa526, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@74446df6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8968 integrateddynamics:part_entity_reader_item RecipeStage{tier='four', recipe=1xitem.items.integrateddynamics.part_entity_reader_item@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4d86850, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@41d11db6, net.minecraft.item.crafting.Ingredient@2b277253, net.minecraft.item.crafting.Ingredient@5c541fc4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1b8966f6, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8969 integrateddynamics:part_extradimensional_reader_item RecipeStage{tier='four', recipe=1xitem.items.integrateddynamics.part_extradimensional_reader_item@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6ee1533b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@5b0c826f, net.minecraft.item.crafting.Ingredient@5451aa85, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@13ff3529, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7763d4e6, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8970 integrateddynamics:part_fluid_reader_item RecipeStage{tier='four', recipe=1xitem.items.integrateddynamics.part_fluid_reader_item@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@128ea791, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@43605d98, net.minecraft.item.crafting.Ingredient@2f9ff7d5, net.minecraft.item.crafting.Ingredient@489ca6e1]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8971 integrateddynamics:part_inventory_reader_item RecipeStage{tier='four', recipe=1xitem.items.integrateddynamics.part_inventory_reader_item@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@13f3477b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@754edc1b, net.minecraft.item.crafting.Ingredient@3ab0d534, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@2efe1d9d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8972 integrateddynamics:part_machine_reader_item RecipeStage{tier='four', recipe=1xitem.items.integrateddynamics.part_machine_reader_item@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@46fb7de3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@1b64c8f5, net.minecraft.item.crafting.Ingredient@28cfd2d6, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@c104d33, net.minecraft.item.crafting.Ingredient$1@7e2c8622, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@11193d37, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8973 integrateddynamics:part_network_reader_item RecipeStage{tier='four', recipe=1xitem.items.integrateddynamics.part_network_reader_item@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2c579a2f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3ba39850, net.minecraft.item.crafting.Ingredient@306f8fb, net.minecraft.item.crafting.Ingredient@8faeef8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@186c8b2a, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8974 integrateddynamics:part_redstone_reader_item RecipeStage{tier='four', recipe=1xitem.items.integrateddynamics.part_redstone_reader_item@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@2844419c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@408d6c72, net.minecraft.item.crafting.Ingredient@331b1ead, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@a00ffe7]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8975 integrateddynamics:part_world_reader_item RecipeStage{tier='four', recipe=1xitem.items.integrateddynamics.part_world_reader_item@0:[org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@4d70b887, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@5d9e9874, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@4e22c93e, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@1ab1b76d, net.minecraft.item.crafting.Ingredient@524d803c, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@7b39ef39, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@238ab259, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@3417739a, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@a655944]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8976 integrateddynamics:part_audio_writer_item RecipeStage{tier='four', recipe=1xitem.items.integrateddynamics.part_audio_writer_item@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@67f4a503, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@50aa5f64, net.minecraft.item.crafting.Ingredient@62301fe4, net.minecraft.item.crafting.Ingredient@7e09d590, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3c97bbef, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8977 integrateddynamics:part_effect_writer_item RecipeStage{tier='four', recipe=1xitem.items.integrateddynamics.part_effect_writer_item@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6d35088e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@777860ec, net.minecraft.item.crafting.Ingredient@60ad71ab, net.minecraft.item.crafting.Ingredient@68a896e5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2d9c8206, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8978 integrateddynamics:part_entity_writer_item RecipeStage{tier='four', recipe=1xitem.items.integrateddynamics.part_entity_writer_item@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@770a6888, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@51b94310, net.minecraft.item.crafting.Ingredient@242748bc, net.minecraft.item.crafting.Ingredient@6023f5b4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@44c99f10, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8979 integrateddynamics:part_machine_writer_item RecipeStage{tier='four', recipe=1xitem.items.integrateddynamics.part_machine_writer_item@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3647dea0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@765e3407, net.minecraft.item.crafting.Ingredient@4ecca4d8, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@7400f16, net.minecraft.item.crafting.Ingredient$1@7e2c8622, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@ffa6380, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8980 integrateddynamics:part_inventory_writer_item RecipeStage{tier='four', recipe=1xitem.items.integrateddynamics.part_inventory_writer_item@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@78c71d65, net.minecraft.item.crafting.Ingredient$1@7e2c8622, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@6c53b239, net.minecraft.item.crafting.Ingredient@5f5ccc24, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@17899e82]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8981 integrateddynamics:part_redstone_writer_item RecipeStage{tier='four', recipe=1xitem.items.integrateddynamics.part_redstone_writer_item@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@44f40268, net.minecraft.item.crafting.Ingredient$1@7e2c8622, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@3f43cb48, net.minecraft.item.crafting.Ingredient@28be616b, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@2070b0f0]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8982 integrateddynamics:part_static_light_panel_item RecipeStage{tier='four', recipe=1xitem.items.integrateddynamics.part_static_light_panel_item@0:[net.minecraft.item.crafting.Ingredient@1bf7db76, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4756146d, net.minecraft.item.crafting.Ingredient@7ef858cd, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@6890a26b, net.minecraft.item.crafting.Ingredient@4d19e864, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8983 integrateddynamics:part_dynamic_light_panel_item RecipeStage{tier='four', recipe=1xitem.items.integrateddynamics.part_dynamic_light_panel_item@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@69af97e8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@8930fc3, net.minecraft.item.crafting.Ingredient@454c3d08, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@16295b43, net.minecraft.item.crafting.Ingredient$1@7e2c8622, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@32c8eb9, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8984 integrateddynamics:part_display_panel_item RecipeStage{tier='four', recipe=1xitem.items.integrateddynamics.part_display_panel_item@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@c400b6d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@14a95fc9, net.minecraft.item.crafting.Ingredient@2e3a634c, net.minecraft.item.crafting.Ingredient@3590b607, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3987c8bb, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8985 integrateddynamics:menril_door RecipeStage{tier='four', recipe=3xtile.blocks.integrateddynamics.menril_door@0:[net.minecraft.item.crafting.Ingredient@2d86dacb, net.minecraft.item.crafting.Ingredient@3e619c09, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@39b2a756, net.minecraft.item.crafting.Ingredient@baa4715, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@10619429, net.minecraft.item.crafting.Ingredient@22d2d3f8, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8986 integrateddynamics:menril_planks_stairs RecipeStage{tier='four', recipe=4xtile.blocks.integrateddynamics.menril_planks_stairs@0:[net.minecraft.item.crafting.Ingredient@7f986542, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@43159b12, net.minecraft.item.crafting.Ingredient@7d30042b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3f05e6c2, net.minecraft.item.crafting.Ingredient@30b2615, net.minecraft.item.crafting.Ingredient@6c29f06d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8987 integrateddynamics:crystalized_menril_block_stairs RecipeStage{tier='four', recipe=4xtile.blocks.integrateddynamics.crystalized_menril_block_stairs@0:[net.minecraft.item.crafting.Ingredient@788efba1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4473fd67, net.minecraft.item.crafting.Ingredient@761bc085, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1368ba10, net.minecraft.item.crafting.Ingredient@1c34182f, net.minecraft.item.crafting.Ingredient@47f7460b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8988 integrateddynamics:crystalized_menril_brick_stairs RecipeStage{tier='four', recipe=4xtile.blocks.integrateddynamics.crystalized_menril_brick_stairs@0:[net.minecraft.item.crafting.Ingredient@78dd7d89, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@12bb9773, net.minecraft.item.crafting.Ingredient@5aefff88, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@62118651, net.minecraft.item.crafting.Ingredient@71339eaf, net.minecraft.item.crafting.Ingredient@3ffd8ff5]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8989 integrateddynamics:crystalized_chorus_brick RecipeStage{tier='four', recipe=4xtile.blocks.integrateddynamics.crystalized_chorus_brick@0:[net.minecraft.item.crafting.Ingredient@4afc9205, net.minecraft.item.crafting.Ingredient@9553dab, net.minecraft.item.crafting.Ingredient@4d46b9e8, net.minecraft.item.crafting.Ingredient@3d3c0e96]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8990 integrateddynamics:crystalized_chorus_block RecipeStage{tier='four', recipe=1xtile.blocks.integrateddynamics.crystalized_chorus_block@0:[net.minecraft.item.crafting.Ingredient@16829918, net.minecraft.item.crafting.Ingredient@73e5a6f9, net.minecraft.item.crafting.Ingredient@7001b752, net.minecraft.item.crafting.Ingredient@547a66, net.minecraft.item.crafting.Ingredient@21c692d, net.minecraft.item.crafting.Ingredient@5c10d5f9, net.minecraft.item.crafting.Ingredient@2156520e, net.minecraft.item.crafting.Ingredient@2729b08, net.minecraft.item.crafting.Ingredient@63c6df6a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8991 integrateddynamics:crystalized_chorus_block_stairs RecipeStage{tier='four', recipe=4xtile.blocks.integrateddynamics.crystalized_chorus_block_stairs@0:[net.minecraft.item.crafting.Ingredient@69a2531f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4b2c231c, net.minecraft.item.crafting.Ingredient@55d3b9e5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3e4134d2, net.minecraft.item.crafting.Ingredient@4580a2ae, net.minecraft.item.crafting.Ingredient@6f1e4dc1]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8992 integrateddynamics:crystalized_chorus_brick_stairs RecipeStage{tier='four', recipe=4xtile.blocks.integrateddynamics.crystalized_chorus_brick_stairs@0:[net.minecraft.item.crafting.Ingredient@4d22e03b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3c73b4b4, net.minecraft.item.crafting.Ingredient@787bbd31, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5667ef67, net.minecraft.item.crafting.Ingredient@c1efea8, net.minecraft.item.crafting.Ingredient@2d693d8b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8993 integrateddynamics:logic_director RecipeStage{tier='four', recipe=4xitem.items.integrateddynamics.logic_director@0:[net.minecraft.item.crafting.Ingredient@7edaff13, net.minecraft.item.crafting.Ingredient@201d875, net.minecraft.item.crafting.Ingredient@39bdd2a1, net.minecraft.item.crafting.Ingredient@7b21c770, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@522a9d60, net.minecraft.item.crafting.Ingredient@5e643520, net.minecraft.item.crafting.Ingredient@99bcc97, net.minecraft.item.crafting.Ingredient@7c748093, net.minecraft.item.crafting.Ingredient@7a33d3e0]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8994 integrateddynamics:part_connector_mono_directional_item RecipeStage{tier='four', recipe=1xitem.items.integrateddynamics.part_connector_mono_directional_item@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6e49a34d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@62e1269b, net.minecraft.item.crafting.Ingredient@7d28c388, net.minecraft.item.crafting.Ingredient@794409ae, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5a349e00, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8995 integrateddynamics:part_connector_omni_directional_item RecipeStage{tier='four', recipe=2xitem.items.integrateddynamics.part_connector_omni_directional_item@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2d6f3e6a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@49706642, net.minecraft.item.crafting.Ingredient@6b2fd532, net.minecraft.item.crafting.Ingredient@13f6f747, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@473e073d, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8996 integrateddynamics:part_connector_omni_directional_item_11 RecipeStage{tier='four', recipe=3xitem.items.integrateddynamics.part_connector_omni_directional_item@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@bfd86f8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@37a82522, net.minecraft.item.crafting.Ingredient@f35ee9, net.minecraft.item.crafting.Ingredient@57a4af35, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3089297f, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8998 integrateddynamics:mechanical_drying_basin RecipeStage{tier='four', recipe=1xtile.blocks.integrateddynamics.mechanical_drying_basin@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@84dabdf, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@601f09bc, net.minecraft.item.crafting.Ingredient@40f7bb01, net.minecraft.item.crafting.Ingredient@18c5e0d6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@7db3a342, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9000 integrateddynamics:crystalized_menril_chunk RecipeStage{tier='four', recipe=9xitem.items.integrateddynamics.crystalized_menril_chunk@0:[net.minecraft.item.crafting.Ingredient@5404b996]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9001 integrateddynamics:logic_programmer RecipeStage{tier='four', recipe=1xtile.blocks.integrateddynamics.logic_programmer@0:[net.minecraft.item.crafting.Ingredient@10f8305b, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@20f15b38]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9002 integrateddynamics:portable_logic_programmer RecipeStage{tier='four', recipe=1xitem.items.integrateddynamics.portable_logic_programmer@0:[net.minecraft.item.crafting.Ingredient@40cf9ae3]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9003 integrateddynamics:logic_programmer_11 RecipeStage{tier='four', recipe=1xtile.blocks.integrateddynamics.logic_programmer@0:[net.minecraft.item.crafting.Ingredient@10e016fe]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9004 integrateddynamics:coal_generator RecipeStage{tier='four', recipe=1xtile.blocks.integrateddynamics.coal_generator@0:[net.minecraft.item.crafting.Ingredient@351787e2, net.minecraft.item.crafting.Ingredient@285e3a8c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9005 integrateddynamics:menril_torch RecipeStage{tier='four', recipe=4xtile.blocks.integrateddynamics.menril_torch@0:[org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@51c55dee, net.minecraft.item.crafting.Ingredient@7e0674b8]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9006 integrateddynamics:menril_torch_stone RecipeStage{tier='four', recipe=4xtile.blocks.integrateddynamics.menril_torch_stone@0:[org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@4c6610fb, net.minecraft.item.crafting.Ingredient@1bc01471]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9007 integrateddynamics:menril_torch_stone_11 RecipeStage{tier='four', recipe=4xtile.blocks.integrateddynamics.menril_torch_stone@0:[org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@fc3162e, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@2c6814e5, net.minecraft.item.crafting.Ingredient@726b0b5c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9008 integrateddynamics:menril_torch_stone_12 RecipeStage{tier='four', recipe=4xtile.blocks.integrateddynamics.menril_torch_stone@0:[org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@681c0884, org.cyclops.cyclopscore.recipe.xml.OreDictItemTypeHandler$1@58956356, net.minecraft.item.crafting.Ingredient@57dd63e6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9009 integrateddynamics:on_the_dynamics_of_integration RecipeStage{tier='four', recipe=1xitem.items.integrateddynamics.on_the_dynamics_of_integration@0:[net.minecraft.item.crafting.Ingredient@6ca7c9b1, net.minecraft.item.crafting.Ingredient@6cab4796, net.minecraft.item.crafting.Ingredient@6752c207]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9010 integrateddynamics:crystalized_chorus_chunk RecipeStage{tier='four', recipe=9xitem.items.integrateddynamics.crystalized_chorus_chunk@0:[net.minecraft.item.crafting.Ingredient@68abc740]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9011 integrateddynamics:part_connector_omni_directional_item_12 RecipeStage{tier='four', recipe=2xitem.items.integrateddynamics.part_connector_omni_directional_item@0:[net.minecraft.item.crafting.Ingredient@13a7caf6, net.minecraft.item.crafting.Ingredient@d6ed32e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9012 integrateddynamics:facade_0 RecipeStage{tier='four', recipe=1xitem.items.integrateddynamics.facade@0:[net.minecraft.item.crafting.Ingredient@41b06eec, org.cyclops.integrateddynamics.recipe.ItemFacadeRecipe$BlocksIngredient@75311971]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9013 integrateddynamics:variable_copy RecipeStage{tier='four', recipe=1xitem.items.integrateddynamics.variable@0:[net.minecraft.item.crafting.Ingredient@33f8a1d6, net.minecraft.item.crafting.Ingredient@3f500846]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9014 integrateddynamics:variable_clear RecipeStage{tier='four', recipe=1xitem.items.integrateddynamics.variable@0:[net.minecraft.item.crafting.Ingredient@87588d7]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9015 integrateddynamics:part_clear RecipeStage{tier='four', recipe=1xitem.items.integrateddynamics.part_redstone_reader_item@0:[net.minecraft.item.crafting.Ingredient@7b7fcd1b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9016 integrateddynamics:proxy_clear RecipeStage{tier='four', recipe=1xtile.blocks.integrateddynamics.proxy@0:[net.minecraft.item.crafting.Ingredient@dff35b3]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9017 integrateddynamics:delay_clear RecipeStage{tier='four', recipe=1xtile.blocks.integrateddynamics.delay@0:[net.minecraft.item.crafting.Ingredient@32d20e72]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9018 integrateddynamics:combine_battery_1 org.cyclops.integrateddynamics.core.recipe.ItemBlockEnergyContainerCombinationRecipe@6522d1d2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9019 integrateddynamics:combine_battery_2 org.cyclops.integrateddynamics.core.recipe.ItemBlockEnergyContainerCombinationRecipe@61111c82 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9020 integrateddynamics:combine_battery_3 org.cyclops.integrateddynamics.core.recipe.ItemBlockEnergyContainerCombinationRecipe@4858d560 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9021 integrateddynamics:combine_battery_4 org.cyclops.integrateddynamics.core.recipe.ItemBlockEnergyContainerCombinationRecipe@4a3eacbe +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9022 integrateddynamics:combine_battery_5 org.cyclops.integrateddynamics.core.recipe.ItemBlockEnergyContainerCombinationRecipe@3961486a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9023 integrateddynamics:combine_battery_6 org.cyclops.integrateddynamics.core.recipe.ItemBlockEnergyContainerCombinationRecipe@507da6c8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9024 integrateddynamics:combine_battery_7 org.cyclops.integrateddynamics.core.recipe.ItemBlockEnergyContainerCombinationRecipe@5e008a72 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9025 integrateddynamics:combine_battery_8 org.cyclops.integrateddynamics.core.recipe.ItemBlockEnergyContainerCombinationRecipe@61e49650 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9033 ironbackpacks:upgrade_blank net.minecraftforge.oredict.ShapedOreRecipe@6e7690b3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9034 ironbackpacks:upgrade_damage_bar net.minecraftforge.oredict.ShapedOreRecipe@47ffc9fe +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9035 ironbackpacks:upgrade_latch net.minecraftforge.oredict.ShapedOreRecipe@37b3c33e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9036 ironbackpacks:upgrade_extra_upgrade net.minecraftforge.oredict.ShapedOreRecipe@3b48b0d6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9051 ironjetpacks:strap RecipeStage{tier='five', recipe=1xitem.ij.strap@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6311e285, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3ba4c4c9, net.minecraft.item.crafting.Ingredient@3ba4c4c9, net.minecraft.item.crafting.Ingredient@3ba4c4c9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6311e285, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9054 ironjetpacks:jetpack_electrum RecipeStage{tier='five', recipe=1xitem.ij.jetpack@0:[net.minecraftforge.oredict.OreIngredient@1b377d78, net.minecraft.item.crafting.Ingredient@507101e5, net.minecraftforge.oredict.OreIngredient@1b377d78, net.minecraftforge.oredict.OreIngredient@1b377d78, net.minecraft.item.crafting.Ingredient@57e7ee67, net.minecraftforge.oredict.OreIngredient@1b377d78, net.minecraft.item.crafting.Ingredient@49510b4e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@49510b4e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9055 ironjetpacks:thruster_electrum RecipeStage{tier='five', recipe=1xitem.ij.thruster@0:[net.minecraftforge.oredict.OreIngredient@779b955e, net.minecraft.item.crafting.Ingredient@3651eb98, net.minecraftforge.oredict.OreIngredient@779b955e, net.minecraft.item.crafting.Ingredient@3651eb98, net.minecraft.item.crafting.Ingredient@6ef7aa9e, net.minecraft.item.crafting.Ingredient@3651eb98, net.minecraftforge.oredict.OreIngredient@779b955e, net.minecraft.item.crafting.Ingredient@68be5f1, net.minecraftforge.oredict.OreIngredient@779b955e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9057 ironjetpacks:cell_electrum RecipeStage{tier='five', recipe=1xitem.ij.cell@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3e91cb9b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4755794a, net.minecraft.item.crafting.Ingredient@1e28a83c, net.minecraftforge.oredict.OreIngredient@4755794a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3e91cb9b, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9058 ironjetpacks:upgrade_diamond RecipeStage{tier='five', recipe=1xitem.ij.jetpack@0:[net.minecraftforge.oredict.OreIngredient@40d7900e, net.minecraft.item.crafting.Ingredient@2711847c, net.minecraftforge.oredict.OreIngredient@40d7900e, net.minecraftforge.oredict.OreIngredient@40d7900e, net.minecraftforge.oredict.OreIngredient@75e4adb9, net.minecraftforge.oredict.OreIngredient@40d7900e, net.minecraft.item.crafting.Ingredient@7a89ef2d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7a89ef2d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9059 ironjetpacks:thruster_diamond RecipeStage{tier='five', recipe=1xitem.ij.thruster@0:[net.minecraftforge.oredict.OreIngredient@3c0a7268, net.minecraft.item.crafting.Ingredient@179333f1, net.minecraftforge.oredict.OreIngredient@3c0a7268, net.minecraft.item.crafting.Ingredient@179333f1, net.minecraft.item.crafting.Ingredient@47cadddf, net.minecraft.item.crafting.Ingredient@179333f1, net.minecraftforge.oredict.OreIngredient@3c0a7268, net.minecraft.item.crafting.Ingredient@36d3f191, net.minecraftforge.oredict.OreIngredient@3c0a7268]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9060 ironjetpacks:capacitor_diamond RecipeStage{tier='five', recipe=1xitem.ij.capacitor@0:[net.minecraftforge.oredict.OreIngredient@59a54c11, net.minecraft.item.crafting.Ingredient@5727f06f, net.minecraftforge.oredict.OreIngredient@59a54c11, net.minecraftforge.oredict.OreIngredient@59a54c11, net.minecraft.item.crafting.Ingredient@5727f06f, net.minecraftforge.oredict.OreIngredient@59a54c11, net.minecraftforge.oredict.OreIngredient@59a54c11, net.minecraft.item.crafting.Ingredient@5727f06f, net.minecraftforge.oredict.OreIngredient@59a54c11]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9061 ironjetpacks:cell_diamond RecipeStage{tier='five', recipe=1xitem.ij.cell@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1c52c962, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4692eb71, net.minecraft.item.crafting.Ingredient@6fe4c54b, net.minecraftforge.oredict.OreIngredient@4692eb71, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1c52c962, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9062 ironjetpacks:upgrade_emerald RecipeStage{tier='five', recipe=1xitem.ij.jetpack@0:[net.minecraftforge.oredict.OreIngredient@653f6490, net.minecraft.item.crafting.Ingredient@1670bdf1, net.minecraftforge.oredict.OreIngredient@653f6490, net.minecraftforge.oredict.OreIngredient@653f6490, net.minecraftforge.oredict.OreIngredient@66542b2c, net.minecraftforge.oredict.OreIngredient@653f6490, net.minecraft.item.crafting.Ingredient@72ba480b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@72ba480b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9063 ironjetpacks:thruster_emerald RecipeStage{tier='five', recipe=1xitem.ij.thruster@0:[net.minecraftforge.oredict.OreIngredient@7851c892, net.minecraft.item.crafting.Ingredient@588b3d83, net.minecraftforge.oredict.OreIngredient@7851c892, net.minecraft.item.crafting.Ingredient@588b3d83, net.minecraft.item.crafting.Ingredient@4b078c56, net.minecraft.item.crafting.Ingredient@588b3d83, net.minecraftforge.oredict.OreIngredient@7851c892, net.minecraft.item.crafting.Ingredient@c4dd351, net.minecraftforge.oredict.OreIngredient@7851c892]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9064 ironjetpacks:capacitor_emerald RecipeStage{tier='five', recipe=1xitem.ij.capacitor@0:[net.minecraftforge.oredict.OreIngredient@7a2e8f12, net.minecraft.item.crafting.Ingredient@7bc8d2f1, net.minecraftforge.oredict.OreIngredient@7a2e8f12, net.minecraftforge.oredict.OreIngredient@7a2e8f12, net.minecraft.item.crafting.Ingredient@7bc8d2f1, net.minecraftforge.oredict.OreIngredient@7a2e8f12, net.minecraftforge.oredict.OreIngredient@7a2e8f12, net.minecraft.item.crafting.Ingredient@7bc8d2f1, net.minecraftforge.oredict.OreIngredient@7a2e8f12]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9065 ironjetpacks:cell_emerald RecipeStage{tier='five', recipe=1xitem.ij.cell@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@60b75da3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@c5a84e2, net.minecraft.item.crafting.Ingredient@6e6f1963, net.minecraftforge.oredict.OreIngredient@c5a84e2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@60b75da3, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9066 mob_grinding_utils:chicken_feed mob_grinding_utils.recipe.RecipeChickenFeed@26696c27 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9067 mob_grinding_utils:absorption_hopper RecipeStage{tier='four', recipe=1xtile.mob_grinding_utils.absorption_hopper@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@121a616f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@77cac69a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@77cac69a, net.minecraft.item.crafting.Ingredient@4f5d4dbd, net.minecraftforge.oredict.OreIngredient@77cac69a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9068 mob_grinding_utils:absorption_upgrade RecipeStage{tier='four', recipe=1xitem.mob_grinding_utils.absorption_upgrade@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7ee82fad, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7ee82fad, net.minecraftforge.oredict.OreIngredient@1ee7d76d, net.minecraftforge.oredict.OreIngredient@7ee82fad, net.minecraftforge.oredict.OreIngredient@3f383806, net.minecraftforge.oredict.OreIngredient@7ee82fad, net.minecraftforge.oredict.OreIngredient@3f383806]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9069 mob_grinding_utils:spikes RecipeStage{tier='four', recipe=1xtile.mob_grinding_utils.spikes@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3bf241a9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3bf241a9, net.minecraftforge.oredict.OreIngredient@4d8943d, net.minecraft.item.crafting.Ingredient@3bf241a9]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9070 mob_grinding_utils:tank RecipeStage{tier='four', recipe=1xtile.mob_grinding_utils.tank@0:[net.minecraftforge.oredict.OreIngredient@7ade74a8, net.minecraftforge.oredict.OreIngredient@5aa29821, net.minecraftforge.oredict.OreIngredient@7ade74a8, net.minecraftforge.oredict.OreIngredient@5aa29821, net.minecraftforge.oredict.OreIngredient@5aa29821, net.minecraftforge.oredict.OreIngredient@5aa29821, net.minecraftforge.oredict.OreIngredient@7ade74a8, net.minecraftforge.oredict.OreIngredient@5aa29821, net.minecraftforge.oredict.OreIngredient@7ade74a8]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9072 mob_grinding_utils:xp_tap RecipeStage{tier='four', recipe=1xtile.mob_grinding_utils.xp_tap@0:[net.minecraftforge.oredict.OreIngredient@2498ca63, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7c7ada34, net.minecraftforge.oredict.OreIngredient@7c7ada34, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7c7ada34, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9073 mob_grinding_utils:fan RecipeStage{tier='four', recipe=1xtile.mob_grinding_utils.fan@0:[net.minecraft.item.crafting.Ingredient@3fbe9deb, net.minecraftforge.oredict.OreIngredient@5dd10cfe, net.minecraft.item.crafting.Ingredient@3fbe9deb, net.minecraftforge.oredict.OreIngredient@5dd10cfe, net.minecraftforge.oredict.OreIngredient@3ff80ef5, net.minecraftforge.oredict.OreIngredient@5dd10cfe, net.minecraft.item.crafting.Ingredient@3fbe9deb, net.minecraftforge.oredict.OreIngredient@5dd10cfe, net.minecraft.item.crafting.Ingredient@3fbe9deb]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9074 mob_grinding_utils:fan_upgrade_1 RecipeStage{tier='four', recipe=1xitem.mob_grinding_utils.fan_upgrade@0:[net.minecraftforge.oredict.OreIngredient@1579d844, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1579d844, net.minecraftforge.oredict.OreIngredient@5ee34ec5, net.minecraftforge.oredict.OreIngredient@5ee34ec5, net.minecraftforge.oredict.OreIngredient@5ee34ec5, net.minecraftforge.oredict.OreIngredient@1579d844, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1579d844]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9075 mob_grinding_utils:fan_upgrade_2 RecipeStage{tier='four', recipe=1xitem.mob_grinding_utils.fan_upgrade@1:[net.minecraftforge.oredict.OreIngredient@b001f1b, net.minecraftforge.oredict.OreIngredient@74702728, net.minecraftforge.oredict.OreIngredient@b001f1b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@74702728, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@b001f1b, net.minecraftforge.oredict.OreIngredient@74702728, net.minecraftforge.oredict.OreIngredient@b001f1b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9076 mob_grinding_utils:fan_upgrade_3 RecipeStage{tier='four', recipe=1xitem.mob_grinding_utils.fan_upgrade@2:[net.minecraftforge.oredict.OreIngredient@6b418c5b, net.minecraftforge.oredict.OreIngredient@2f106a1a, net.minecraftforge.oredict.OreIngredient@6b418c5b, net.minecraftforge.oredict.OreIngredient@2f106a1a, net.minecraftforge.oredict.OreIngredient@6032beef, net.minecraftforge.oredict.OreIngredient@2f106a1a, net.minecraftforge.oredict.OreIngredient@6b418c5b, net.minecraftforge.oredict.OreIngredient@2f106a1a, net.minecraftforge.oredict.OreIngredient@6b418c5b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9078 mob_grinding_utils:wither_muffler RecipeStage{tier='four', recipe=1xtile.mob_grinding_utils.wither_muffler@0:[net.minecraft.item.crafting.Ingredient@5ea60484, net.minecraft.item.crafting.Ingredient@5ea60484, net.minecraft.item.crafting.Ingredient@5ea60484, net.minecraft.item.crafting.Ingredient@5ea60484, net.minecraft.item.crafting.Ingredient@2b160c79, net.minecraft.item.crafting.Ingredient@5ea60484, net.minecraft.item.crafting.Ingredient@5ea60484, net.minecraft.item.crafting.Ingredient@5ea60484, net.minecraft.item.crafting.Ingredient@5ea60484]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9079 mob_grinding_utils:dragon_muffler RecipeStage{tier='four', recipe=1xtile.mob_grinding_utils.dragon_muffler@0:[net.minecraft.item.crafting.Ingredient@4a9c5e01, net.minecraft.item.crafting.Ingredient@4a9c5e01, net.minecraft.item.crafting.Ingredient@4a9c5e01, net.minecraft.item.crafting.Ingredient@4a9c5e01, net.minecraft.item.crafting.Ingredient@60f1dc29, net.minecraft.item.crafting.Ingredient@4a9c5e01, net.minecraft.item.crafting.Ingredient@4a9c5e01, net.minecraft.item.crafting.Ingredient@4a9c5e01, net.minecraft.item.crafting.Ingredient@4a9c5e01]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9081 mob_grinding_utils:saw_upgrade_1 RecipeStage{tier='four', recipe=1xitem.mob_grinding_utils.saw_upgrade@0:[net.minecraftforge.oredict.OreIngredient@3d4a5c8c, net.minecraft.item.crafting.Ingredient@3f8ff2cb, net.minecraftforge.oredict.OreIngredient@3d4a5c8c, net.minecraft.item.crafting.Ingredient@3f8ff2cb, net.minecraftforge.oredict.OreIngredient@27b6f194, net.minecraft.item.crafting.Ingredient@3f8ff2cb, net.minecraftforge.oredict.OreIngredient@3d4a5c8c, net.minecraft.item.crafting.Ingredient@3f8ff2cb, net.minecraftforge.oredict.OreIngredient@3d4a5c8c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9082 mob_grinding_utils:saw_upgrade_2 RecipeStage{tier='four', recipe=1xitem.mob_grinding_utils.saw_upgrade@1:[net.minecraftforge.oredict.OreIngredient@39ac3991, net.minecraftforge.oredict.OreIngredient@566dac14, net.minecraftforge.oredict.OreIngredient@39ac3991, net.minecraftforge.oredict.OreIngredient@566dac14, net.minecraftforge.oredict.OreIngredient@16b415b8, net.minecraftforge.oredict.OreIngredient@566dac14, net.minecraftforge.oredict.OreIngredient@39ac3991, net.minecraftforge.oredict.OreIngredient@566dac14, net.minecraftforge.oredict.OreIngredient@39ac3991]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9083 mob_grinding_utils:saw_upgrade_3 RecipeStage{tier='four', recipe=1xitem.mob_grinding_utils.saw_upgrade@2:[net.minecraftforge.oredict.OreIngredient@61e6cab, net.minecraft.item.crafting.Ingredient@5e26bd48, net.minecraftforge.oredict.OreIngredient@61e6cab, net.minecraft.item.crafting.Ingredient@5e26bd48, net.minecraftforge.oredict.OreIngredient@6510b794, net.minecraft.item.crafting.Ingredient@5e26bd48, net.minecraftforge.oredict.OreIngredient@61e6cab, net.minecraft.item.crafting.Ingredient@5e26bd48, net.minecraftforge.oredict.OreIngredient@61e6cab]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9084 mob_grinding_utils:saw_upgrade_4 RecipeStage{tier='four', recipe=1xitem.mob_grinding_utils.saw_upgrade@3:[net.minecraftforge.oredict.OreIngredient@533f775b, net.minecraft.item.crafting.Ingredient@26b132a3, net.minecraftforge.oredict.OreIngredient@533f775b, net.minecraft.item.crafting.Ingredient@26b132a3, net.minecraftforge.oredict.OreIngredient@4d1617c0, net.minecraft.item.crafting.Ingredient@26b132a3, net.minecraftforge.oredict.OreIngredient@533f775b, net.minecraft.item.crafting.Ingredient@26b132a3, net.minecraftforge.oredict.OreIngredient@533f775b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9085 mob_grinding_utils:saw_upgrade_5 RecipeStage{tier='four', recipe=1xitem.mob_grinding_utils.saw_upgrade@4:[net.minecraftforge.oredict.OreIngredient@2d5ab5e1, net.minecraft.item.crafting.Ingredient@5779abe, net.minecraftforge.oredict.OreIngredient@2d5ab5e1, net.minecraft.item.crafting.Ingredient@5779abe, net.minecraftforge.oredict.OreIngredient@2a7c8499, net.minecraft.item.crafting.Ingredient@5779abe, net.minecraftforge.oredict.OreIngredient@2d5ab5e1, net.minecraft.item.crafting.Ingredient@5779abe, net.minecraftforge.oredict.OreIngredient@2d5ab5e1]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9086 mob_grinding_utils:saw_upgrade_6 RecipeStage{tier='four', recipe=1xitem.mob_grinding_utils.saw_upgrade@5:[net.minecraftforge.oredict.OreIngredient@57a92e01, net.minecraft.item.crafting.Ingredient@2fa47ca8, net.minecraftforge.oredict.OreIngredient@57a92e01, net.minecraft.item.crafting.Ingredient@163fb188, net.minecraftforge.oredict.OreIngredient@5829a79a, net.minecraft.item.crafting.Ingredient@163fb188, net.minecraftforge.oredict.OreIngredient@57a92e01, net.minecraft.item.crafting.Ingredient@2fa47ca8, net.minecraftforge.oredict.OreIngredient@57a92e01]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9089 simplyarrows:arrow_bone RecipeStage{tier='baykok', recipe=6xitem.simplyarrows.arrow.bone@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@76584a53, net.minecraftforge.oredict.OreIngredient@462e99b0, net.minecraftforge.oredict.OreIngredient@70db70fb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4dce593d, net.minecraftforge.oredict.OreIngredient@462e99b0, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9090 simplyarrows:arrow_flint RecipeStage{tier='baykok', recipe=6xitem.simplyarrows.arrow.flint@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@79f09805, net.minecraftforge.oredict.OreIngredient@4ba17d92, net.minecraftforge.oredict.OreIngredient@605680b5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5fee2a33, net.minecraftforge.oredict.OreIngredient@4ba17d92, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9100 spartanshields:shield_banner_wood com.oblivioussp.spartanshields.item.crafting.RecipeShieldBanners@7de438be +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9101 spartanshields:shield_banner_stone com.oblivioussp.spartanshields.item.crafting.RecipeShieldBanners@454d376a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9102 spartanshields:shield_banner_iron com.oblivioussp.spartanshields.item.crafting.RecipeShieldBanners@43c92dd6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9103 spartanshields:shield_banner_gold com.oblivioussp.spartanshields.item.crafting.RecipeShieldBanners@2c0b57ee +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9104 spartanshields:shield_banner_diamond com.oblivioussp.spartanshields.item.crafting.RecipeShieldBanners@70f6bb19 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9105 spartanshields:shield_banner_obsidian com.oblivioussp.spartanshields.item.crafting.RecipeShieldBanners@5c2c340a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9106 spartanshields:shield_banner_bronze com.oblivioussp.spartanshields.item.crafting.RecipeShieldBanners@560115c4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9107 spartanshields:shield_banner_steel com.oblivioussp.spartanshields.item.crafting.RecipeShieldBanners@20c38ccd +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9108 spartanshields:shield_banner_copper com.oblivioussp.spartanshields.item.crafting.RecipeShieldBanners@65a8d5bf +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9109 spartanshields:shield_banner_tin com.oblivioussp.spartanshields.item.crafting.RecipeShieldBanners@58993164 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9110 spartanshields:shield_banner_silver com.oblivioussp.spartanshields.item.crafting.RecipeShieldBanners@668b086 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9111 spartanshields:shield_banner_invar com.oblivioussp.spartanshields.item.crafting.RecipeShieldBanners@3af1e162 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9112 spartanshields:shield_banner_platinum com.oblivioussp.spartanshields.item.crafting.RecipeShieldBanners@19d7deae +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9113 spartanshields:shield_banner_electrum com.oblivioussp.spartanshields.item.crafting.RecipeShieldBanners@8d4cee1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9114 spartanshields:shield_banner_nickel com.oblivioussp.spartanshields.item.crafting.RecipeShieldBanners@4bfbb3fd +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9115 spartanshields:shield_banner_lead com.oblivioussp.spartanshields.item.crafting.RecipeShieldBanners@7e34b111 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9116 spartanshields:shield_banner_constantan com.oblivioussp.spartanshields.item.crafting.RecipeShieldBanners@593132d7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9122 storagedrawers:trim_oak RecipeStage{tier='two', recipe=4xtile.storagedrawers.trim@0:[net.minecraftforge.oredict.OreIngredient@7def3b81, net.minecraft.item.crafting.Ingredient@55833f41, net.minecraftforge.oredict.OreIngredient@7def3b81, net.minecraft.item.crafting.Ingredient@55833f41, net.minecraft.item.crafting.Ingredient@55833f41, net.minecraft.item.crafting.Ingredient@55833f41, net.minecraftforge.oredict.OreIngredient@7def3b81, net.minecraft.item.crafting.Ingredient@55833f41, net.minecraftforge.oredict.OreIngredient@7def3b81]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9128 storagedrawers:trim_spruce RecipeStage{tier='two', recipe=4xtile.storagedrawers.trim@1:[net.minecraftforge.oredict.OreIngredient@eb151ae, net.minecraft.item.crafting.Ingredient@1d22c130, net.minecraftforge.oredict.OreIngredient@eb151ae, net.minecraft.item.crafting.Ingredient@1d22c130, net.minecraft.item.crafting.Ingredient@1d22c130, net.minecraft.item.crafting.Ingredient@1d22c130, net.minecraftforge.oredict.OreIngredient@eb151ae, net.minecraft.item.crafting.Ingredient@1d22c130, net.minecraftforge.oredict.OreIngredient@eb151ae]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9134 storagedrawers:trim_birch RecipeStage{tier='two', recipe=4xtile.storagedrawers.trim@2:[net.minecraftforge.oredict.OreIngredient@3c43b182, net.minecraft.item.crafting.Ingredient@7a92083d, net.minecraftforge.oredict.OreIngredient@3c43b182, net.minecraft.item.crafting.Ingredient@7a92083d, net.minecraft.item.crafting.Ingredient@7a92083d, net.minecraft.item.crafting.Ingredient@7a92083d, net.minecraftforge.oredict.OreIngredient@3c43b182, net.minecraft.item.crafting.Ingredient@7a92083d, net.minecraftforge.oredict.OreIngredient@3c43b182]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9140 storagedrawers:trim_jungle RecipeStage{tier='two', recipe=4xtile.storagedrawers.trim@3:[net.minecraftforge.oredict.OreIngredient@749d0d41, net.minecraft.item.crafting.Ingredient@6194daa2, net.minecraftforge.oredict.OreIngredient@749d0d41, net.minecraft.item.crafting.Ingredient@6194daa2, net.minecraft.item.crafting.Ingredient@6194daa2, net.minecraft.item.crafting.Ingredient@6194daa2, net.minecraftforge.oredict.OreIngredient@749d0d41, net.minecraft.item.crafting.Ingredient@6194daa2, net.minecraftforge.oredict.OreIngredient@749d0d41]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9146 storagedrawers:trim_acacia RecipeStage{tier='two', recipe=4xtile.storagedrawers.trim@4:[net.minecraftforge.oredict.OreIngredient@be8234f, net.minecraft.item.crafting.Ingredient@25762dfb, net.minecraftforge.oredict.OreIngredient@be8234f, net.minecraft.item.crafting.Ingredient@25762dfb, net.minecraft.item.crafting.Ingredient@25762dfb, net.minecraft.item.crafting.Ingredient@25762dfb, net.minecraftforge.oredict.OreIngredient@be8234f, net.minecraft.item.crafting.Ingredient@25762dfb, net.minecraftforge.oredict.OreIngredient@be8234f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9152 storagedrawers:trim_dark_oak RecipeStage{tier='two', recipe=4xtile.storagedrawers.trim@5:[net.minecraftforge.oredict.OreIngredient@423aff9, net.minecraft.item.crafting.Ingredient@347c56c, net.minecraftforge.oredict.OreIngredient@423aff9, net.minecraft.item.crafting.Ingredient@347c56c, net.minecraft.item.crafting.Ingredient@347c56c, net.minecraft.item.crafting.Ingredient@347c56c, net.minecraftforge.oredict.OreIngredient@423aff9, net.minecraft.item.crafting.Ingredient@347c56c, net.minecraftforge.oredict.OreIngredient@423aff9]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9185 abyssalcraft:oblivion_deathbomb_0 RecipeStage{tier='two', recipe=1xtile.odb@0:[net.minecraft.item.crafting.Ingredient@273265b1, net.minecraft.item.crafting.Ingredient@2e2cb0c, net.minecraft.item.crafting.Ingredient@2e2cb0c, net.minecraft.item.crafting.Ingredient@3dd56c6f, net.minecraft.item.crafting.Ingredient@97e9989, net.minecraft.item.crafting.Ingredient@2e2cb0c, net.minecraft.item.crafting.Ingredient@1b3a9db3, net.minecraft.item.crafting.Ingredient@2e2cb0c, net.minecraft.item.crafting.Ingredient@2e2cb0c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9186 abyssalcraft:oblivion_deathbomb_1 RecipeStage{tier='two', recipe=1xtile.odb@0:[net.minecraft.item.crafting.Ingredient@5bb1f8ce, net.minecraft.item.crafting.Ingredient@55720878, net.minecraft.item.crafting.Ingredient@55720878, net.minecraft.item.crafting.Ingredient@36053606, net.minecraft.item.crafting.Ingredient@62a6cf80, net.minecraft.item.crafting.Ingredient@55720878, net.minecraft.item.crafting.Ingredient@3d693631, net.minecraft.item.crafting.Ingredient@55720878, net.minecraft.item.crafting.Ingredient@55720878]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9187 abyssalcraft:transmutator RecipeStage{tier='three', recipe=1xtile.transmutator@0:[net.minecraft.item.crafting.Ingredient@53fe4e3a, net.minecraft.item.crafting.Ingredient@53fe4e3a, net.minecraft.item.crafting.Ingredient@53fe4e3a, net.minecraft.item.crafting.Ingredient@53fe4e3a, net.minecraft.item.crafting.Ingredient@4c54f745, net.minecraft.item.crafting.Ingredient@53fe4e3a, net.minecraft.item.crafting.Ingredient@185aeb80, net.minecraft.item.crafting.Ingredient@5b39b5bd, net.minecraft.item.crafting.Ingredient@185aeb80]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9188 abyssalcraft:materializer RecipeStage{tier='two', recipe=1xtile.materializer@0:[net.minecraft.item.crafting.Ingredient@111281a6, net.minecraft.item.crafting.Ingredient@111281a6, net.minecraft.item.crafting.Ingredient@111281a6, net.minecraft.item.crafting.Ingredient@111281a6, net.minecraft.item.crafting.Ingredient@5e5b7eef, net.minecraft.item.crafting.Ingredient@111281a6, net.minecraft.item.crafting.Ingredient@48d9acc4, net.minecraft.item.crafting.Ingredient@ff216ee, net.minecraft.item.crafting.Ingredient@48d9acc4]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9189 actuallyadditions:recipes0 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_engineer_goggles_advanced@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4baae457, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4500b96d, net.minecraft.item.crafting.Ingredient@7cc62, net.minecraft.item.crafting.Ingredient@4500b96d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9190 actuallyadditions:recipes1 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_engineer_goggles@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2694267b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@680c6cc8, net.minecraftforge.oredict.OreIngredient@1cde9bed, net.minecraft.item.crafting.Ingredient@680c6cc8]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9191 actuallyadditions:recipes2 RecipeStage{tier='five', recipe=4xitem.actuallyadditions.item_laser_upgrade_invisibility@0:[net.minecraftforge.oredict.OreIngredient@70125557, net.minecraftforge.oredict.OreIngredient@70125557, net.minecraftforge.oredict.OreIngredient@70125557, net.minecraft.item.crafting.Ingredient@773212d0, net.minecraft.item.crafting.Ingredient@7c535ad2, net.minecraft.item.crafting.Ingredient@773212d0, net.minecraftforge.oredict.OreIngredient@70125557, net.minecraftforge.oredict.OreIngredient@70125557, net.minecraftforge.oredict.OreIngredient@70125557]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9192 actuallyadditions:recipes3 RecipeStage{tier='five', recipe=2xitem.actuallyadditions.item_laser_upgrade_range@0:[net.minecraft.item.crafting.Ingredient@7660e06b, net.minecraft.item.crafting.Ingredient@7660e06b, net.minecraft.item.crafting.Ingredient@1123c8e5, net.minecraft.item.crafting.Ingredient@14baa746, net.minecraft.item.crafting.Ingredient@1123c8e5, net.minecraft.item.crafting.Ingredient@14baa746, net.minecraft.item.crafting.Ingredient@1123c8e5, net.minecraft.item.crafting.Ingredient@7660e06b, net.minecraft.item.crafting.Ingredient@7660e06b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9193 actuallyadditions:recipes4 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_filling_wand@0:[net.minecraft.item.crafting.Ingredient@774085d9, net.minecraft.item.crafting.Ingredient@36818ce0, net.minecraft.item.crafting.Ingredient@774085d9, net.minecraft.item.crafting.Ingredient@4878cd04, net.minecraft.item.crafting.Ingredient@471341e3, net.minecraft.item.crafting.Ingredient@4878cd04, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3be5e79f, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9194 actuallyadditions:recipes5 RecipeStage{tier='four', recipe=1xitem.actuallyadditions.item_bag@0:[net.minecraft.item.crafting.Ingredient@1b99a8f, net.minecraft.item.crafting.Ingredient@5c78df02, net.minecraft.item.crafting.Ingredient@1b99a8f, net.minecraft.item.crafting.Ingredient@1b99a8f, net.minecraftforge.oredict.OreIngredient@52e63964, net.minecraft.item.crafting.Ingredient@1b99a8f, net.minecraft.item.crafting.Ingredient@5c78df02, net.minecraft.item.crafting.Ingredient@46abf5b8, net.minecraft.item.crafting.Ingredient@5c78df02]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9195 actuallyadditions:recipes6 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_void_bag@0:[net.minecraft.item.crafting.Ingredient@b0b6200, net.minecraft.item.crafting.Ingredient@11912cac, net.minecraft.item.crafting.Ingredient@72df1ae3, net.minecraft.item.crafting.Ingredient@6b402735]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9196 actuallyadditions:recipes7 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_misc@18:[net.minecraftforge.oredict.OreIngredient@3b0b433f, net.minecraftforge.oredict.OreIngredient@3b0b433f, net.minecraftforge.oredict.OreIngredient@3b0b433f, net.minecraftforge.oredict.OreIngredient@3b0b433f, net.minecraft.item.crafting.Ingredient@2367ecbe, net.minecraftforge.oredict.OreIngredient@3b0b433f, net.minecraftforge.oredict.OreIngredient@3b0b433f, net.minecraftforge.oredict.OreIngredient@3b0b433f, net.minecraftforge.oredict.OreIngredient@3b0b433f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9198 actuallyadditions:recipes9 RecipeStage{tier='four', recipe=1xitem.actuallyadditions.item_booklet@0:[net.minecraft.item.crafting.Ingredient@437601b5, net.minecraft.item.crafting.Ingredient@2285a05f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9200 actuallyadditions:recipes11 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_phantom_connector@0:[net.minecraft.item.crafting.Ingredient@38e93337]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9201 actuallyadditions:recipes12 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_spawner_changer@0:[net.minecraft.item.crafting.Ingredient@4b61e636]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9202 actuallyadditions:recipes13 RecipeStage{tier='four', recipe=1xitem.actuallyadditions.item_chest_to_crate_upgrade@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@27c424bf, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@27c424bf, net.minecraft.item.crafting.Ingredient@4469205d, net.minecraftforge.oredict.OreIngredient@27c424bf, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@27c424bf, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9203 actuallyadditions:recipes14 RecipeStage{tier='four', recipe=1xitem.actuallyadditions.item_small_to_medium_crate_upgrade@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1251d743, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1251d743, net.minecraft.item.crafting.Ingredient@56c5dbfb, net.minecraftforge.oredict.OreIngredient@1251d743, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1251d743, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9204 actuallyadditions:recipes15 RecipeStage{tier='four', recipe=1xitem.actuallyadditions.item_medium_to_large_crate_upgrade@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@19d04819, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@19d04819, net.minecraft.item.crafting.Ingredient@1f37669c, net.minecraftforge.oredict.OreIngredient@19d04819, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@19d04819, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9205 actuallyadditions:recipes16 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_disenchanting_lens@0:[net.minecraft.item.crafting.Ingredient@61b242db, net.minecraft.item.crafting.Ingredient@7d457a61, net.minecraft.item.crafting.Ingredient@5962e0d3, net.minecraft.item.crafting.Ingredient@42e9eb66, net.minecraft.item.crafting.Ingredient@313ecd7a, net.minecraft.item.crafting.Ingredient@677e3f4e, net.minecraft.item.crafting.Ingredient@29d42f0a, net.minecraft.item.crafting.Ingredient@24eb538d, net.minecraft.item.crafting.Ingredient@63f91f77]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9206 actuallyadditions:recipes17 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_mining_lens@0:[net.minecraftforge.oredict.OreIngredient@75ebd809, net.minecraftforge.oredict.OreIngredient@7d4f15c1, net.minecraftforge.oredict.OreIngredient@34646de, net.minecraftforge.oredict.OreIngredient@28eff366, net.minecraft.item.crafting.Ingredient@36f4de2, net.minecraft.item.crafting.Ingredient@60ba153, net.minecraftforge.oredict.OreIngredient@37ca67fa, net.minecraftforge.oredict.OreIngredient@60e9c6a6, net.minecraftforge.oredict.OreIngredient@19108704]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9207 actuallyadditions:recipes18 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_more_damage_lens@0:[net.minecraft.item.crafting.Ingredient@424abc4c, net.minecraft.item.crafting.Ingredient@265bf648, net.minecraft.item.crafting.Ingredient@829c8d3]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9208 actuallyadditions:recipes19 RecipeStage{tier='four', recipe=1xitem.actuallyadditions.item_filter@0:[net.minecraft.item.crafting.Ingredient@159c4675, net.minecraft.item.crafting.Ingredient@159c4675, net.minecraft.item.crafting.Ingredient@159c4675, net.minecraft.item.crafting.Ingredient@159c4675, net.minecraft.item.crafting.Ingredient@2232056, net.minecraft.item.crafting.Ingredient@159c4675, net.minecraft.item.crafting.Ingredient@159c4675, net.minecraft.item.crafting.Ingredient@159c4675, net.minecraft.item.crafting.Ingredient@159c4675]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9209 actuallyadditions:recipes20 RecipeStage{tier='four', recipe=1xitem.actuallyadditions.item_crate_keeper@0:[net.minecraftforge.oredict.OreIngredient@3d9a4f19, net.minecraftforge.oredict.OreIngredient@7bb36fec, net.minecraftforge.oredict.OreIngredient@3d9a4f19, net.minecraftforge.oredict.OreIngredient@7bb36fec, net.minecraft.item.crafting.Ingredient@4a421931, net.minecraftforge.oredict.OreIngredient@7bb36fec, net.minecraftforge.oredict.OreIngredient@3d9a4f19, net.minecraftforge.oredict.OreIngredient@7bb36fec, net.minecraftforge.oredict.OreIngredient@3d9a4f19]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9210 actuallyadditions:recipes21 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_spawner_changer@0:[net.minecraft.item.crafting.Ingredient@51f8b1bf, net.minecraft.item.crafting.Ingredient@31547863, net.minecraft.item.crafting.Ingredient@51f8b1bf, net.minecraft.item.crafting.Ingredient@31547863, net.minecraft.item.crafting.Ingredient@5ed91bd7, net.minecraft.item.crafting.Ingredient@31547863, net.minecraft.item.crafting.Ingredient@51f8b1bf, net.minecraft.item.crafting.Ingredient@31547863, net.minecraft.item.crafting.Ingredient@51f8b1bf]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9215 actuallyadditions:recipes26 RecipeStage{tier='four', recipe=1xitem.actuallyadditions.item_leaf_blower@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@12c9b9cb, net.minecraft.item.crafting.Ingredient@644e20cd, net.minecraft.item.crafting.Ingredient@7a7a0fc1, net.minecraft.item.crafting.Ingredient@644e20cd, net.minecraft.item.crafting.Ingredient@30cced01]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9233 actuallyadditions:recipes29 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_tele_staff@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@463325c9, net.minecraft.item.crafting.Ingredient@1781c561, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@9bce86e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@9bce86e, net.minecraft.item.crafting.Ingredient@6096f5bc, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9245 actuallyadditions:recipes40 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_suction_ring@0:[net.minecraft.item.crafting.Ingredient@3784efc1, net.minecraft.item.crafting.Ingredient@769282d, net.minecraft.item.crafting.Ingredient@6e03d671, net.minecraft.item.crafting.Ingredient@769282d, net.minecraft.item.crafting.Ingredient@17cd4032, net.minecraft.item.crafting.Ingredient@769282d, net.minecraft.item.crafting.Ingredient@6e03d671, net.minecraft.item.crafting.Ingredient@769282d, net.minecraft.item.crafting.Ingredient@3784efc1]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9246 actuallyadditions:recipes41 RecipeStage{tier='four', recipe=1xitem.actuallyadditions.item_growth_ring@0:[net.minecraft.item.crafting.Ingredient@7a75fed, net.minecraft.item.crafting.Ingredient@49412774, net.minecraft.item.crafting.Ingredient@7a75fed, net.minecraft.item.crafting.Ingredient@49412774, net.minecraft.item.crafting.Ingredient@3981c073, net.minecraft.item.crafting.Ingredient@49412774, net.minecraft.item.crafting.Ingredient@7a75fed, net.minecraft.item.crafting.Ingredient@49412774, net.minecraft.item.crafting.Ingredient@7a75fed]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9247 actuallyadditions:recipes42 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_water_removal_ring@0:[net.minecraft.item.crafting.Ingredient@4430dba1, net.minecraft.item.crafting.Ingredient@79d5bcfd, net.minecraft.item.crafting.Ingredient@4430dba1, net.minecraft.item.crafting.Ingredient@79d5bcfd, net.minecraft.item.crafting.Ingredient@39ef5e34, net.minecraft.item.crafting.Ingredient@79d5bcfd, net.minecraft.item.crafting.Ingredient@4430dba1, net.minecraft.item.crafting.Ingredient@79d5bcfd, net.minecraft.item.crafting.Ingredient@4430dba1]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9253 actuallyadditions:recipes45 RecipeStage{tier='four', recipe=1xitem.actuallyadditions.item_misc@14:[net.minecraftforge.oredict.OreIngredient@6b0ff06e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6b0ff06e, net.minecraftforge.oredict.OreIngredient@6b0ff06e, net.minecraftforge.oredict.OreIngredient@39d29bd, net.minecraftforge.oredict.OreIngredient@6b0ff06e, net.minecraftforge.oredict.OreIngredient@6b0ff06e, net.minecraftforge.oredict.OreIngredient@6b0ff06e, net.minecraftforge.oredict.OreIngredient@6b0ff06e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9255 actuallyadditions:recipes47 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_leaf_blower_advanced@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@53571513, net.minecraft.item.crafting.Ingredient@396d0e05, net.minecraft.item.crafting.Ingredient@addaa90, net.minecraft.item.crafting.Ingredient@396d0e05, net.minecraft.item.crafting.Ingredient@35254d7e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9256 actuallyadditions:recipes48 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_phantom_connector@0:[net.minecraft.item.crafting.Ingredient@5e312944, net.minecraft.item.crafting.Ingredient@ffd19a1, net.minecraft.item.crafting.Ingredient@ffd19a1, net.minecraft.item.crafting.Ingredient@5e312944, net.minecraftforge.oredict.OreIngredient@6893abe4, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9257 actuallyadditions:recipes49 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_player_probe@0:[net.minecraft.item.crafting.Ingredient@77425535, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@77425535, net.minecraft.item.crafting.Ingredient@77425535, net.minecraft.item.crafting.Ingredient@328053a5, net.minecraft.item.crafting.Ingredient@77425535, net.minecraft.item.crafting.Ingredient@20ee3990, net.minecraft.item.crafting.Ingredient@47b91c3d, net.minecraft.item.crafting.Ingredient@20ee3990]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9258 actuallyadditions:recipes50 RecipeStage{tier='three', recipe=1xitem.actuallyadditions.item_knife@0:[net.minecraft.item.crafting.Ingredient@92a6ef3, net.minecraft.item.crafting.Ingredient@39871908]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9260 actuallyadditions:recipes52 RecipeStage{tier='zero', recipe=1xitem.actuallyadditions.item_rice_seed@0:[net.minecraft.item.crafting.Ingredient@2e3004b4]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9261 actuallyadditions:recipes53 RecipeStage{tier='zero', recipe=1xitem.actuallyadditions.item_canola_seed@0:[net.minecraft.item.crafting.Ingredient@2f7e1723]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9262 actuallyadditions:recipes54 RecipeStage{tier='four', recipe=1xitem.actuallyadditions.item_misc@6:[net.minecraftforge.oredict.OreIngredient@5798d443, net.minecraftforge.oredict.OreIngredient@1eef7030, net.minecraftforge.oredict.OreIngredient@5798d443, net.minecraftforge.oredict.OreIngredient@1eef7030, net.minecraftforge.oredict.OreIngredient@79237fa0, net.minecraftforge.oredict.OreIngredient@1eef7030, net.minecraftforge.oredict.OreIngredient@5798d443, net.minecraftforge.oredict.OreIngredient@1eef7030, net.minecraftforge.oredict.OreIngredient@5798d443]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9263 actuallyadditions:recipes55 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_potion_ring@0:[net.minecraft.item.crafting.Ingredient@263bb8a8, net.minecraft.item.crafting.Ingredient@43b032af, net.minecraft.item.crafting.Ingredient@529bcc56, net.minecraft.item.crafting.Ingredient@302767da, net.minecraft.item.crafting.Ingredient@4ba2678e, net.minecraft.item.crafting.Ingredient@945011f, net.minecraft.item.crafting.Ingredient@530951d, net.minecraft.item.crafting.Ingredient@e223bd6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9264 actuallyadditions:recipes56 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_potion_ring_advanced@0:[net.minecraft.item.crafting.Ingredient@56e4b38b, net.minecraft.item.crafting.Ingredient@77080db1]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9265 actuallyadditions:recipes57 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_potion_ring@1:[net.minecraft.item.crafting.Ingredient@7611f630, net.minecraft.item.crafting.Ingredient@69f28faf, net.minecraft.item.crafting.Ingredient@1af911f1, net.minecraft.item.crafting.Ingredient@2d2bf29a, net.minecraft.item.crafting.Ingredient@54723179, net.minecraft.item.crafting.Ingredient@290043af, net.minecraft.item.crafting.Ingredient@7ba4b9e7, net.minecraft.item.crafting.Ingredient@9e92b2b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9266 actuallyadditions:recipes58 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_potion_ring_advanced@1:[net.minecraft.item.crafting.Ingredient@4cd53a96, net.minecraft.item.crafting.Ingredient@67631598]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9267 actuallyadditions:recipes59 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_potion_ring@2:[net.minecraft.item.crafting.Ingredient@3956e312, net.minecraft.item.crafting.Ingredient@79263760, net.minecraft.item.crafting.Ingredient@1cc2b358, net.minecraft.item.crafting.Ingredient@63f2ba8d, net.minecraft.item.crafting.Ingredient@6db28b92, net.minecraft.item.crafting.Ingredient@25672c73, net.minecraft.item.crafting.Ingredient@2cb603f4, net.minecraft.item.crafting.Ingredient@5a66e23d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9268 actuallyadditions:recipes60 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_potion_ring_advanced@2:[net.minecraft.item.crafting.Ingredient@23711cf8, net.minecraft.item.crafting.Ingredient@3f69b851]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9269 actuallyadditions:recipes61 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_potion_ring@3:[net.minecraft.item.crafting.Ingredient@23dca5eb, net.minecraft.item.crafting.Ingredient@4ec6cca7, net.minecraft.item.crafting.Ingredient@657b9f5b, net.minecraft.item.crafting.Ingredient@17221895, net.minecraft.item.crafting.Ingredient@51971467, net.minecraft.item.crafting.Ingredient@29cc4906, net.minecraft.item.crafting.Ingredient@10749a23, net.minecraft.item.crafting.Ingredient@1795de08]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9270 actuallyadditions:recipes62 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_potion_ring_advanced@3:[net.minecraft.item.crafting.Ingredient@7e48d4b1, net.minecraft.item.crafting.Ingredient@35072607]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9271 actuallyadditions:recipes63 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_potion_ring@4:[net.minecraft.item.crafting.Ingredient@1961706, net.minecraft.item.crafting.Ingredient@38cafca2, net.minecraft.item.crafting.Ingredient@1f5a56, net.minecraft.item.crafting.Ingredient@ca4634c, net.minecraft.item.crafting.Ingredient@3dbb6bf9, net.minecraft.item.crafting.Ingredient@527baf00, net.minecraft.item.crafting.Ingredient@28cc92f3, net.minecraft.item.crafting.Ingredient@75d3aa5]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9272 actuallyadditions:recipes64 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_potion_ring_advanced@4:[net.minecraft.item.crafting.Ingredient@615f6d14, net.minecraft.item.crafting.Ingredient@6e53cd90]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9273 actuallyadditions:recipes65 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_potion_ring@5:[net.minecraft.item.crafting.Ingredient@22c491a3, net.minecraft.item.crafting.Ingredient@4c221f4c, net.minecraft.item.crafting.Ingredient@568ffc11, net.minecraft.item.crafting.Ingredient@2640841d, net.minecraft.item.crafting.Ingredient@208f50ff, net.minecraft.item.crafting.Ingredient@7c8bf3dd, net.minecraft.item.crafting.Ingredient@55cdf729, net.minecraft.item.crafting.Ingredient@770fe1e1]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9274 actuallyadditions:recipes66 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_potion_ring_advanced@5:[net.minecraft.item.crafting.Ingredient@2d5d4f57, net.minecraft.item.crafting.Ingredient@eeb443a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9275 actuallyadditions:recipes67 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_potion_ring@6:[net.minecraft.item.crafting.Ingredient@34259e71, net.minecraft.item.crafting.Ingredient@3c2d71fd, net.minecraft.item.crafting.Ingredient@7bcda6d8, net.minecraft.item.crafting.Ingredient@2fd3e70f, net.minecraft.item.crafting.Ingredient@371d2292, net.minecraft.item.crafting.Ingredient@60e81f15, net.minecraft.item.crafting.Ingredient@76858eb6, net.minecraft.item.crafting.Ingredient@46dee4f6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9276 actuallyadditions:recipes68 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_potion_ring_advanced@6:[net.minecraft.item.crafting.Ingredient@1809570d, net.minecraft.item.crafting.Ingredient@3839e3ae]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9277 actuallyadditions:recipes69 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_potion_ring@7:[net.minecraft.item.crafting.Ingredient@62133a21, net.minecraft.item.crafting.Ingredient@535b9bc1, net.minecraft.item.crafting.Ingredient@1380f98, net.minecraft.item.crafting.Ingredient@766bb882, net.minecraft.item.crafting.Ingredient@d52465c, net.minecraft.item.crafting.Ingredient@2d841a4, net.minecraft.item.crafting.Ingredient@435ddaa8, net.minecraft.item.crafting.Ingredient@68d9d5e9]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9278 actuallyadditions:recipes70 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_potion_ring_advanced@7:[net.minecraft.item.crafting.Ingredient@77a61e08, net.minecraft.item.crafting.Ingredient@3733a439]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9279 actuallyadditions:recipes71 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_potion_ring@8:[net.minecraft.item.crafting.Ingredient@1a16b0ed, net.minecraft.item.crafting.Ingredient@3cc648db, net.minecraft.item.crafting.Ingredient@7bd74715, net.minecraft.item.crafting.Ingredient@516f363a, net.minecraft.item.crafting.Ingredient@7ed16522, net.minecraft.item.crafting.Ingredient@705f6ab3, net.minecraft.item.crafting.Ingredient@31717442, net.minecraft.item.crafting.Ingredient@19074ab0]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9280 actuallyadditions:recipes72 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_potion_ring_advanced@8:[net.minecraft.item.crafting.Ingredient@6c8ad4c7, net.minecraft.item.crafting.Ingredient@678b3117]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9281 actuallyadditions:recipes73 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_potion_ring@9:[net.minecraft.item.crafting.Ingredient@5de29ac0, net.minecraft.item.crafting.Ingredient@7e130906, net.minecraft.item.crafting.Ingredient@4485d6ef, net.minecraft.item.crafting.Ingredient@7a3854e1, net.minecraft.item.crafting.Ingredient@3345e5fc, net.minecraft.item.crafting.Ingredient@557891ab, net.minecraft.item.crafting.Ingredient@3f201745, net.minecraft.item.crafting.Ingredient@787c31c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9282 actuallyadditions:recipes74 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_potion_ring_advanced@9:[net.minecraft.item.crafting.Ingredient@1b71bc15, net.minecraft.item.crafting.Ingredient@a958319]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9284 actuallyadditions:recipes76 RecipeStage{tier='five', recipe=1xtile.actuallyadditions.block_fluid_placer@0:[net.minecraft.item.crafting.Ingredient@db65d11]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9285 actuallyadditions:recipes77 RecipeStage{tier='five', recipe=1xtile.actuallyadditions.block_fluid_collector@0:[net.minecraft.item.crafting.Ingredient@2e327f3d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9288 actuallyadditions:recipes80 RecipeStage{tier='four', recipe=1xtile.actuallyadditions.block_battery_box@0:[net.minecraft.item.crafting.Ingredient@5e118efa, net.minecraft.item.crafting.Ingredient@63e7d992, net.minecraft.item.crafting.Ingredient@3561286b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9290 actuallyadditions:recipes82 RecipeStage{tier='five', recipe=1xtile.actuallyadditions.block_empowerer@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@67e48603, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@77b637de, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@14b21b90, net.minecraft.item.crafting.Ingredient@19be6f06, net.minecraft.item.crafting.Ingredient@14b21b90]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9291 actuallyadditions:recipes83 RecipeStage{tier='one', recipe=2xtile.actuallyadditions.block_tiny_torch@0:[net.minecraft.item.crafting.Ingredient@5a2926ac, net.minecraftforge.oredict.OreIngredient@1c67e2f0]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9292 actuallyadditions:recipes84 RecipeStage{tier='one', recipe=2xtile.actuallyadditions.block_tiny_torch@0:[net.minecraft.item.crafting.Ingredient@188d1477, net.minecraftforge.oredict.OreIngredient@72a19e3f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9293 actuallyadditions:recipes85 RecipeStage{tier='five', recipe=1xtile.actuallyadditions.block_firework_box@0:[net.minecraft.item.crafting.Ingredient@5f6e6acd, de.ellpeck.actuallyadditions.mod.crafting.BlockCrafting$FireworkIngredient@7710fcc3, net.minecraft.item.crafting.Ingredient@5f6e6acd, net.minecraft.item.crafting.Ingredient@78310f19, net.minecraft.item.crafting.Ingredient@21f3acd5, net.minecraft.item.crafting.Ingredient@78310f19, net.minecraft.item.crafting.Ingredient@51f5aacc, net.minecraft.item.crafting.Ingredient@51f5aacc, net.minecraft.item.crafting.Ingredient@51f5aacc]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9294 actuallyadditions:recipes86 RecipeStage{tier='five', recipe=1xtile.actuallyadditions.block_shock_suppressor@0:[net.minecraft.item.crafting.Ingredient@dd80b4f, net.minecraft.item.crafting.Ingredient@7d619a3d, net.minecraft.item.crafting.Ingredient@dd80b4f, net.minecraft.item.crafting.Ingredient@7d619a3d, net.minecraft.item.crafting.Ingredient@31719b25, net.minecraft.item.crafting.Ingredient@7d619a3d, net.minecraft.item.crafting.Ingredient@dd80b4f, net.minecraft.item.crafting.Ingredient@7d619a3d, net.minecraft.item.crafting.Ingredient@dd80b4f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9295 actuallyadditions:recipes87 RecipeStage{tier='five', recipe=1xtile.actuallyadditions.block_display_stand@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4d2ef40d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3c6f2fe7, net.minecraft.item.crafting.Ingredient@3c6f2fe7, net.minecraft.item.crafting.Ingredient@3c6f2fe7, net.minecraft.item.crafting.Ingredient@7120d956, net.minecraft.item.crafting.Ingredient@7120d956, net.minecraft.item.crafting.Ingredient@7120d956]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9296 actuallyadditions:recipes88 RecipeStage{tier='five', recipe=1xtile.actuallyadditions.block_miner@0:[net.minecraft.item.crafting.Ingredient@7601c7f3, net.minecraftforge.oredict.OreIngredient@4c35dce4, net.minecraft.item.crafting.Ingredient@7601c7f3, net.minecraftforge.oredict.OreIngredient@4c35dce4, net.minecraft.item.crafting.Ingredient@3354dec3, net.minecraftforge.oredict.OreIngredient@4c35dce4, net.minecraft.item.crafting.Ingredient@7601c7f3, net.minecraft.item.crafting.Ingredient@44494b96, net.minecraft.item.crafting.Ingredient@7601c7f3]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9297 actuallyadditions:recipes89 RecipeStage{tier='four', recipe=6xtile.actuallyadditions.block_quartz_wall@0:[net.minecraft.item.crafting.Ingredient@26796d07, net.minecraft.item.crafting.Ingredient@26796d07, net.minecraft.item.crafting.Ingredient@26796d07, net.minecraft.item.crafting.Ingredient@26796d07, net.minecraft.item.crafting.Ingredient@26796d07, net.minecraft.item.crafting.Ingredient@26796d07]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9298 actuallyadditions:recipes90 RecipeStage{tier='four', recipe=6xtile.actuallyadditions.block_quartz_slab@0:[net.minecraft.item.crafting.Ingredient@5ebf1864, net.minecraft.item.crafting.Ingredient@5ebf1864, net.minecraft.item.crafting.Ingredient@5ebf1864]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9299 actuallyadditions:recipes91 RecipeStage{tier='four', recipe=6xtile.actuallyadditions.block_quartz_stair@0:[net.minecraft.item.crafting.Ingredient@4b0877b6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4b0877b6, net.minecraft.item.crafting.Ingredient@4b0877b6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4b0877b6, net.minecraft.item.crafting.Ingredient@4b0877b6, net.minecraft.item.crafting.Ingredient@4b0877b6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9300 actuallyadditions:recipes92 RecipeStage{tier='four', recipe=6xtile.actuallyadditions.block_pillar_quartz_wall@0:[net.minecraft.item.crafting.Ingredient@451390ba, net.minecraft.item.crafting.Ingredient@451390ba, net.minecraft.item.crafting.Ingredient@451390ba, net.minecraft.item.crafting.Ingredient@451390ba, net.minecraft.item.crafting.Ingredient@451390ba, net.minecraft.item.crafting.Ingredient@451390ba]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9301 actuallyadditions:recipes93 RecipeStage{tier='four', recipe=6xtile.actuallyadditions.block_pillar_quartz_slab@0:[net.minecraft.item.crafting.Ingredient@286fdc4a, net.minecraft.item.crafting.Ingredient@286fdc4a, net.minecraft.item.crafting.Ingredient@286fdc4a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9302 actuallyadditions:recipes94 RecipeStage{tier='four', recipe=6xtile.actuallyadditions.block_pillar_quartz_stair@0:[net.minecraft.item.crafting.Ingredient@eb59d1b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@eb59d1b, net.minecraft.item.crafting.Ingredient@eb59d1b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@eb59d1b, net.minecraft.item.crafting.Ingredient@eb59d1b, net.minecraft.item.crafting.Ingredient@eb59d1b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9303 actuallyadditions:recipes95 RecipeStage{tier='four', recipe=6xtile.actuallyadditions.block_chiseled_quartz_wall@0:[net.minecraft.item.crafting.Ingredient@608febc, net.minecraft.item.crafting.Ingredient@608febc, net.minecraft.item.crafting.Ingredient@608febc, net.minecraft.item.crafting.Ingredient@608febc, net.minecraft.item.crafting.Ingredient@608febc, net.minecraft.item.crafting.Ingredient@608febc]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9304 actuallyadditions:recipes96 RecipeStage{tier='four', recipe=6xtile.actuallyadditions.block_chiseled_quartz_slab@0:[net.minecraft.item.crafting.Ingredient@5f473887, net.minecraft.item.crafting.Ingredient@5f473887, net.minecraft.item.crafting.Ingredient@5f473887]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9305 actuallyadditions:recipes97 RecipeStage{tier='four', recipe=6xtile.actuallyadditions.block_chiseled_quartz_stair@0:[net.minecraft.item.crafting.Ingredient@99c32a9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@99c32a9, net.minecraft.item.crafting.Ingredient@99c32a9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@99c32a9, net.minecraft.item.crafting.Ingredient@99c32a9, net.minecraft.item.crafting.Ingredient@99c32a9]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9306 actuallyadditions:recipes98 RecipeStage{tier='five', recipe=6xtile.actuallyadditions.block_testifi_bucks_white_fence@0:[net.minecraft.item.crafting.Ingredient@2be32bc4, net.minecraft.item.crafting.Ingredient@2be32bc4, net.minecraft.item.crafting.Ingredient@2be32bc4, net.minecraft.item.crafting.Ingredient@2be32bc4, net.minecraft.item.crafting.Ingredient@2be32bc4, net.minecraft.item.crafting.Ingredient@2be32bc4]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9307 actuallyadditions:recipes99 RecipeStage{tier='five', recipe=6xtile.actuallyadditions.block_testifi_bucks_white_slab@0:[net.minecraft.item.crafting.Ingredient@6adfcd1a, net.minecraft.item.crafting.Ingredient@6adfcd1a, net.minecraft.item.crafting.Ingredient@6adfcd1a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9308 actuallyadditions:recipes100 RecipeStage{tier='five', recipe=6xtile.actuallyadditions.block_testifi_bucks_white_stairs@0:[net.minecraft.item.crafting.Ingredient@c3a53c6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@c3a53c6, net.minecraft.item.crafting.Ingredient@c3a53c6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@c3a53c6, net.minecraft.item.crafting.Ingredient@c3a53c6, net.minecraft.item.crafting.Ingredient@c3a53c6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9309 actuallyadditions:recipes101 RecipeStage{tier='five', recipe=6xtile.actuallyadditions.block_testifi_bucks_green_fence@0:[net.minecraft.item.crafting.Ingredient@64db3192, net.minecraft.item.crafting.Ingredient@64db3192, net.minecraft.item.crafting.Ingredient@64db3192, net.minecraft.item.crafting.Ingredient@64db3192, net.minecraft.item.crafting.Ingredient@64db3192, net.minecraft.item.crafting.Ingredient@64db3192]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9310 actuallyadditions:recipes102 RecipeStage{tier='five', recipe=6xtile.actuallyadditions.block_testifi_bucks_green_slab@0:[net.minecraft.item.crafting.Ingredient@56548bc6, net.minecraft.item.crafting.Ingredient@56548bc6, net.minecraft.item.crafting.Ingredient@56548bc6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9311 actuallyadditions:recipes103 RecipeStage{tier='five', recipe=6xtile.actuallyadditions.block_testifi_bucks_green_stairs@0:[net.minecraft.item.crafting.Ingredient@42f72b0b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@42f72b0b, net.minecraft.item.crafting.Ingredient@42f72b0b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@42f72b0b, net.minecraft.item.crafting.Ingredient@42f72b0b, net.minecraft.item.crafting.Ingredient@42f72b0b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9313 actuallyadditions:recipes105 RecipeStage{tier='five', recipe=4xtile.actuallyadditions.block_laser_relay@0:[net.minecraft.item.crafting.Ingredient@5b123985, net.minecraft.item.crafting.Ingredient@284b6218, net.minecraft.item.crafting.Ingredient@5b123985, net.minecraft.item.crafting.Ingredient@42e64ea4, net.minecraft.item.crafting.Ingredient@6cf75557, net.minecraft.item.crafting.Ingredient@42e64ea4, net.minecraft.item.crafting.Ingredient@5b123985, net.minecraft.item.crafting.Ingredient@284b6218, net.minecraft.item.crafting.Ingredient@5b123985]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9314 actuallyadditions:recipes106 RecipeStage{tier='five', recipe=1xtile.actuallyadditions.block_laser_relay_advanced@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1f5fb173, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@25288a7f, net.minecraft.item.crafting.Ingredient@55cb7d0c, net.minecraft.item.crafting.Ingredient@25288a7f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1f5fb173, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9315 actuallyadditions:recipes107 RecipeStage{tier='five', recipe=1xtile.actuallyadditions.block_laser_relay_extreme@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@73233e60, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1f38e16d, net.minecraft.item.crafting.Ingredient@1115cd5e, net.minecraft.item.crafting.Ingredient@1f38e16d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@73233e60, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9316 actuallyadditions:recipes108 RecipeStage{tier='five', recipe=1xtile.actuallyadditions.block_laser_relay_item_whitelist@0:[net.minecraft.item.crafting.Ingredient@7e22fb87, net.minecraft.item.crafting.Ingredient@14980a1d, net.minecraft.item.crafting.Ingredient@2bd85aed, net.minecraft.item.crafting.Ingredient@73b3f572]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9317 actuallyadditions:recipes109 RecipeStage{tier='five', recipe=1xtile.actuallyadditions.block_item_viewer@0:[net.minecraft.item.crafting.Ingredient@4e38ffeb, net.minecraft.item.crafting.Ingredient@1aa4d640, net.minecraft.item.crafting.Ingredient@4e38ffeb, net.minecraft.item.crafting.Ingredient@275ecbf3, net.minecraftforge.oredict.OreIngredient@4b2ab20f, net.minecraft.item.crafting.Ingredient@275ecbf3, net.minecraft.item.crafting.Ingredient@4e38ffeb, net.minecraft.item.crafting.Ingredient@1aa4d640, net.minecraft.item.crafting.Ingredient@4e38ffeb]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9318 actuallyadditions:recipes110 RecipeStage{tier='four', recipe=1xtile.actuallyadditions.block_item_viewer_hopping@0:[net.minecraft.item.crafting.Ingredient@77007bfc, net.minecraft.item.crafting.Ingredient@7e4e1550]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9319 actuallyadditions:recipes111 RecipeStage{tier='five', recipe=1xtile.actuallyadditions.block_ranged_collector@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4bfb1638, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2f9e5839, net.minecraft.item.crafting.Ingredient@313a2d0f, net.minecraft.item.crafting.Ingredient@2f9e5839, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@45916f4f, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9323 actuallyadditions:recipes115 RecipeStage{tier='five', recipe=1xtile.actuallyadditions.block_xp_solidifier@0:[net.minecraft.item.crafting.Ingredient@12c1b943, net.minecraft.item.crafting.Ingredient@12c1b943, net.minecraft.item.crafting.Ingredient@12c1b943, net.minecraft.item.crafting.Ingredient@40018e6, net.minecraft.item.crafting.Ingredient@7cd0df38, net.minecraft.item.crafting.Ingredient@40018e6, net.minecraft.item.crafting.Ingredient@12c1b943, net.minecraft.item.crafting.Ingredient@12c1b943, net.minecraft.item.crafting.Ingredient@12c1b943]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9326 actuallyadditions:recipes118 RecipeStage{tier='four', recipe=1xtile.actuallyadditions.block_misc@4:[net.minecraftforge.oredict.OreIngredient@70e8c2f5, net.minecraftforge.oredict.OreIngredient@1db239ff, net.minecraftforge.oredict.OreIngredient@70e8c2f5, net.minecraftforge.oredict.OreIngredient@1db239ff, net.minecraftforge.oredict.OreIngredient@abbeacf, net.minecraftforge.oredict.OreIngredient@1db239ff, net.minecraftforge.oredict.OreIngredient@70e8c2f5, net.minecraftforge.oredict.OreIngredient@1db239ff, net.minecraftforge.oredict.OreIngredient@70e8c2f5]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9329 actuallyadditions:recipes121 RecipeStage{tier='five', recipe=1xtile.actuallyadditions.block_phantom_booster@0:[net.minecraft.item.crafting.Ingredient@37d11632, net.minecraft.item.crafting.Ingredient@24c45367, net.minecraft.item.crafting.Ingredient@37d11632, net.minecraft.item.crafting.Ingredient@24c45367, net.minecraft.item.crafting.Ingredient@1c516fae, net.minecraft.item.crafting.Ingredient@24c45367, net.minecraft.item.crafting.Ingredient@37d11632, net.minecraft.item.crafting.Ingredient@24c45367, net.minecraft.item.crafting.Ingredient@37d11632]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9331 actuallyadditions:recipes123 RecipeStage{tier='five', recipe=1xtile.actuallyadditions.block_energizer@0:[net.minecraft.item.crafting.Ingredient@716bac4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@716bac4, net.minecraft.item.crafting.Ingredient@673bc16e, net.minecraft.item.crafting.Ingredient@4816c328, net.minecraft.item.crafting.Ingredient@673bc16e, net.minecraft.item.crafting.Ingredient@716bac4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@716bac4]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9332 actuallyadditions:recipes124 RecipeStage{tier='five', recipe=1xtile.actuallyadditions.block_enervator@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@29e3cf23, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1b118041, net.minecraft.item.crafting.Ingredient@229812fc, net.minecraft.item.crafting.Ingredient@1b118041, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@29e3cf23, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9333 actuallyadditions:recipes125 RecipeStage{tier='five', recipe=1xtile.actuallyadditions.block_lava_factory_controller@0:[net.minecraft.item.crafting.Ingredient@6bc4dc6d, net.minecraft.item.crafting.Ingredient@5ce99a04, net.minecraft.item.crafting.Ingredient@6bc4dc6d, net.minecraft.item.crafting.Ingredient@7cc05adc, net.minecraft.item.crafting.Ingredient@6bc4dc6d, net.minecraft.item.crafting.Ingredient@7cc05adc, net.minecraft.item.crafting.Ingredient@1e2db84a, net.minecraft.item.crafting.Ingredient@1e2db84a, net.minecraft.item.crafting.Ingredient@1e2db84a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9334 actuallyadditions:recipes126 RecipeStage{tier='four', recipe=32xtile.actuallyadditions.block_misc@7:[net.minecraft.item.crafting.Ingredient@43eeaa28, net.minecraft.item.crafting.Ingredient@e043831, net.minecraft.item.crafting.Ingredient@43eeaa28]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9337 actuallyadditions:recipes129 RecipeStage{tier='five', recipe=1xtile.actuallyadditions.block_phantomface@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@9bfd116, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7889bf83, net.minecraft.item.crafting.Ingredient@48559b1c, net.minecraft.item.crafting.Ingredient@7889bf83, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@126e059b, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9338 actuallyadditions:recipes130 RecipeStage{tier='five', recipe=1xtile.actuallyadditions.block_player_interface@0:[net.minecraft.item.crafting.Ingredient@c9c6c92, net.minecraft.item.crafting.Ingredient@a5519e7, net.minecraft.item.crafting.Ingredient@c9c6c92, net.minecraft.item.crafting.Ingredient@7d154032, net.minecraft.item.crafting.Ingredient@c9c6c92, net.minecraft.item.crafting.Ingredient@7d154032, net.minecraft.item.crafting.Ingredient@c9c6c92, net.minecraft.item.crafting.Ingredient@68f587eb, net.minecraft.item.crafting.Ingredient@c9c6c92]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9339 actuallyadditions:recipes131 RecipeStage{tier='five', recipe=1xtile.actuallyadditions.block_phantom_placer@0:[net.minecraft.item.crafting.Ingredient@5b5fa9e3, net.minecraft.item.crafting.Ingredient@7967094e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9340 actuallyadditions:recipes132 RecipeStage{tier='five', recipe=1xtile.actuallyadditions.block_phantom_breaker@0:[net.minecraft.item.crafting.Ingredient@3de91356, net.minecraft.item.crafting.Ingredient@52fe1085]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9341 actuallyadditions:recipes133 RecipeStage{tier='five', recipe=1xtile.actuallyadditions.block_phantom_energyface@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@74c8ab88, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@74c8ab88, net.minecraft.item.crafting.Ingredient@35a4e126, net.minecraft.item.crafting.Ingredient@74c8ab88, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@74c8ab88, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9342 actuallyadditions:recipes134 RecipeStage{tier='five', recipe=1xtile.actuallyadditions.block_phantom_redstoneface@0:[net.minecraft.item.crafting.Ingredient@62fa7dce, net.minecraft.item.crafting.Ingredient@40a22767, net.minecraft.item.crafting.Ingredient@62fa7dce, net.minecraft.item.crafting.Ingredient@40a22767, net.minecraft.item.crafting.Ingredient@53df1ef2, net.minecraft.item.crafting.Ingredient@40a22767, net.minecraft.item.crafting.Ingredient@62fa7dce, net.minecraft.item.crafting.Ingredient@40a22767, net.minecraft.item.crafting.Ingredient@62fa7dce]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9343 actuallyadditions:recipes135 RecipeStage{tier='five', recipe=1xtile.actuallyadditions.block_phantom_liquiface@0:[net.minecraft.item.crafting.Ingredient@41e0687e, net.minecraft.item.crafting.Ingredient@10a8f63a, net.minecraft.item.crafting.Ingredient@41e0687e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9344 actuallyadditions:recipes136 RecipeStage{tier='five', recipe=1xtile.actuallyadditions.block_fluid_placer@0:[net.minecraft.item.crafting.Ingredient@218dedec, net.minecraft.item.crafting.Ingredient@a0e4fa1, net.minecraft.item.crafting.Ingredient@218dedec]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9345 actuallyadditions:recipes137 RecipeStage{tier='five', recipe=1xtile.actuallyadditions.block_fluid_collector@0:[net.minecraft.item.crafting.Ingredient@486f6506, net.minecraft.item.crafting.Ingredient@1f215317, net.minecraft.item.crafting.Ingredient@486f6506]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9349 actuallyadditions:recipes141 RecipeStage{tier='five', recipe=1xtile.actuallyadditions.block_leaf_generator@0:[net.minecraft.item.crafting.Ingredient@69ed01d0, net.minecraft.item.crafting.Ingredient@68f84ba6, net.minecraft.item.crafting.Ingredient@69ed01d0, net.minecraft.item.crafting.Ingredient@1784b0da, net.minecraftforge.oredict.OreIngredient@6e940093, net.minecraft.item.crafting.Ingredient@1784b0da, net.minecraft.item.crafting.Ingredient@69ed01d0, net.minecraft.item.crafting.Ingredient@6f767f10, net.minecraft.item.crafting.Ingredient@69ed01d0]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9350 actuallyadditions:recipes142 RecipeStage{tier='four', recipe=1xtile.actuallyadditions.block_misc@6:[net.minecraft.item.crafting.Ingredient@5d460044, net.minecraft.item.crafting.Ingredient@5d460044, net.minecraft.item.crafting.Ingredient@5d460044, net.minecraft.item.crafting.Ingredient@5d460044]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9351 actuallyadditions:recipes143 RecipeStage{tier='two', recipe=4xitem.enderPearl@0:[net.minecraft.item.crafting.Ingredient@77c9c531]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9352 actuallyadditions:recipes144 RecipeStage{tier='one', recipe=1xtile.actuallyadditions.block_misc@2:[net.minecraft.item.crafting.Ingredient@3917d3c3, net.minecraft.item.crafting.Ingredient@3917d3c3, net.minecraft.item.crafting.Ingredient@3917d3c3, net.minecraft.item.crafting.Ingredient@3917d3c3]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9353 actuallyadditions:recipes145 RecipeStage{tier='five', recipe=1xtile.actuallyadditions.block_fishing_net@0:[net.minecraft.item.crafting.Ingredient@86ccdd2, net.minecraft.item.crafting.Ingredient@86ccdd2, net.minecraft.item.crafting.Ingredient@86ccdd2, net.minecraft.item.crafting.Ingredient@86ccdd2, net.minecraft.item.crafting.Ingredient@65c5b50e, net.minecraft.item.crafting.Ingredient@86ccdd2, net.minecraft.item.crafting.Ingredient@86ccdd2, net.minecraft.item.crafting.Ingredient@86ccdd2, net.minecraft.item.crafting.Ingredient@86ccdd2]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9354 actuallyadditions:recipes146 RecipeStage{tier='five', recipe=1xtile.actuallyadditions.block_item_repairer@0:[net.minecraft.item.crafting.Ingredient@313561a3, net.minecraft.item.crafting.Ingredient@36bb358d, net.minecraft.item.crafting.Ingredient@313561a3, net.minecraft.item.crafting.Ingredient@7e1e8b91, net.minecraft.item.crafting.Ingredient@1072dbdd, net.minecraft.item.crafting.Ingredient@7e1e8b91, net.minecraft.item.crafting.Ingredient@313561a3, net.minecraft.item.crafting.Ingredient@36bb358d, net.minecraft.item.crafting.Ingredient@313561a3]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9357 actuallyadditions:recipes149 RecipeStage{tier='one', recipe=1xtile.actuallyadditions.block_misc@0:[net.minecraft.item.crafting.Ingredient@4dcc60f9, net.minecraft.item.crafting.Ingredient@4dcc60f9]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9358 actuallyadditions:recipes150 RecipeStage{tier='one', recipe=2xtile.actuallyadditions.block_misc@1:[net.minecraft.item.crafting.Ingredient@7152594, net.minecraft.item.crafting.Ingredient@7152594]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9359 actuallyadditions:recipes151 net.minecraft.item.crafting.ShapedRecipes@256d9928 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9360 actuallyadditions:recipes152 net.minecraft.item.crafting.ShapelessRecipes@2b8197ef +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9365 actuallyadditions:recipes157 RecipeStage{tier='four', recipe=1xtile.actuallyadditions.block_giant_chest@0:[net.minecraftforge.oredict.OreIngredient@49125598, net.minecraftforge.oredict.OreIngredient@3f74d5d7, net.minecraftforge.oredict.OreIngredient@49125598, net.minecraftforge.oredict.OreIngredient@3f74d5d7, net.minecraft.item.crafting.Ingredient@6bc3b6c6, net.minecraftforge.oredict.OreIngredient@3f74d5d7, net.minecraftforge.oredict.OreIngredient@49125598, net.minecraftforge.oredict.OreIngredient@3f74d5d7, net.minecraftforge.oredict.OreIngredient@49125598]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9369 actuallyadditions:recipes159 RecipeStage{tier='five', recipe=1xtile.actuallyadditions.block_placer@0:[net.minecraftforge.oredict.OreIngredient@65dead56, net.minecraftforge.oredict.OreIngredient@65dead56, net.minecraftforge.oredict.OreIngredient@65dead56, net.minecraftforge.oredict.OreIngredient@65dead56, net.minecraft.item.crafting.Ingredient@3e102532, net.minecraft.item.crafting.Ingredient@15b7c9d4, net.minecraftforge.oredict.OreIngredient@65dead56, net.minecraftforge.oredict.OreIngredient@65dead56, net.minecraftforge.oredict.OreIngredient@65dead56]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9371 actuallyadditions:recipes161 RecipeStage{tier='five', recipe=1xtile.actuallyadditions.block_dropper@0:[net.minecraftforge.oredict.OreIngredient@1027589f, net.minecraft.item.crafting.Ingredient@7523af4, net.minecraftforge.oredict.OreIngredient@1027589f, net.minecraftforge.oredict.OreIngredient@1027589f, net.minecraft.item.crafting.Ingredient@320a8464, net.minecraft.item.crafting.Ingredient@1b5d9b1b, net.minecraftforge.oredict.OreIngredient@1027589f, net.minecraft.item.crafting.Ingredient@7523af4, net.minecraftforge.oredict.OreIngredient@1027589f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9372 actuallyadditions:recipes162 RecipeStage{tier='five', recipe=6xtile.actuallyadditions.block_colored_lamp@0:[net.minecraftforge.oredict.OreIngredient@2707d588, net.minecraft.item.crafting.Ingredient@d4e871e, net.minecraftforge.oredict.OreIngredient@2707d588, net.minecraftforge.oredict.OreIngredient@41c85ca8, net.minecraft.item.crafting.Ingredient@36ba82c9, net.minecraftforge.oredict.OreIngredient@41c85ca8, net.minecraftforge.oredict.OreIngredient@2707d588, net.minecraft.item.crafting.Ingredient@d4e871e, net.minecraftforge.oredict.OreIngredient@2707d588]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9373 actuallyadditions:recipes163 RecipeStage{tier='five', recipe=6xtile.actuallyadditions.block_colored_lamp@1:[net.minecraftforge.oredict.OreIngredient@5687a28c, net.minecraft.item.crafting.Ingredient@4f358577, net.minecraftforge.oredict.OreIngredient@5687a28c, net.minecraftforge.oredict.OreIngredient@552989e8, net.minecraft.item.crafting.Ingredient@3767e54e, net.minecraftforge.oredict.OreIngredient@552989e8, net.minecraftforge.oredict.OreIngredient@5687a28c, net.minecraft.item.crafting.Ingredient@4f358577, net.minecraftforge.oredict.OreIngredient@5687a28c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9374 actuallyadditions:recipes164 RecipeStage{tier='five', recipe=6xtile.actuallyadditions.block_colored_lamp@2:[net.minecraftforge.oredict.OreIngredient@3f629b25, net.minecraft.item.crafting.Ingredient@541ad0e8, net.minecraftforge.oredict.OreIngredient@3f629b25, net.minecraftforge.oredict.OreIngredient@261d33e8, net.minecraft.item.crafting.Ingredient@2ed8eff0, net.minecraftforge.oredict.OreIngredient@261d33e8, net.minecraftforge.oredict.OreIngredient@3f629b25, net.minecraft.item.crafting.Ingredient@541ad0e8, net.minecraftforge.oredict.OreIngredient@3f629b25]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9375 actuallyadditions:recipes165 RecipeStage{tier='five', recipe=6xtile.actuallyadditions.block_colored_lamp@3:[net.minecraftforge.oredict.OreIngredient@7d7ea4d, net.minecraft.item.crafting.Ingredient@2c47f753, net.minecraftforge.oredict.OreIngredient@7d7ea4d, net.minecraftforge.oredict.OreIngredient@489a0b2c, net.minecraft.item.crafting.Ingredient@2154caa0, net.minecraftforge.oredict.OreIngredient@489a0b2c, net.minecraftforge.oredict.OreIngredient@7d7ea4d, net.minecraft.item.crafting.Ingredient@2c47f753, net.minecraftforge.oredict.OreIngredient@7d7ea4d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9376 actuallyadditions:recipes166 RecipeStage{tier='five', recipe=6xtile.actuallyadditions.block_colored_lamp@4:[net.minecraftforge.oredict.OreIngredient@a874d3e, net.minecraft.item.crafting.Ingredient@323a5cb6, net.minecraftforge.oredict.OreIngredient@a874d3e, net.minecraftforge.oredict.OreIngredient@12dcf429, net.minecraft.item.crafting.Ingredient@155a3d18, net.minecraftforge.oredict.OreIngredient@12dcf429, net.minecraftforge.oredict.OreIngredient@a874d3e, net.minecraft.item.crafting.Ingredient@323a5cb6, net.minecraftforge.oredict.OreIngredient@a874d3e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9377 actuallyadditions:recipes167 RecipeStage{tier='five', recipe=6xtile.actuallyadditions.block_colored_lamp@5:[net.minecraftforge.oredict.OreIngredient@45bb51d6, net.minecraft.item.crafting.Ingredient@75e51ce9, net.minecraftforge.oredict.OreIngredient@45bb51d6, net.minecraftforge.oredict.OreIngredient@303398f4, net.minecraft.item.crafting.Ingredient@74c5c117, net.minecraftforge.oredict.OreIngredient@303398f4, net.minecraftforge.oredict.OreIngredient@45bb51d6, net.minecraft.item.crafting.Ingredient@75e51ce9, net.minecraftforge.oredict.OreIngredient@45bb51d6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9378 actuallyadditions:recipes168 RecipeStage{tier='five', recipe=6xtile.actuallyadditions.block_colored_lamp@6:[net.minecraftforge.oredict.OreIngredient@36b05826, net.minecraft.item.crafting.Ingredient@291a8932, net.minecraftforge.oredict.OreIngredient@36b05826, net.minecraftforge.oredict.OreIngredient@1a68823c, net.minecraft.item.crafting.Ingredient@407f251f, net.minecraftforge.oredict.OreIngredient@1a68823c, net.minecraftforge.oredict.OreIngredient@36b05826, net.minecraft.item.crafting.Ingredient@291a8932, net.minecraftforge.oredict.OreIngredient@36b05826]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9379 actuallyadditions:recipes169 RecipeStage{tier='five', recipe=6xtile.actuallyadditions.block_colored_lamp@7:[net.minecraftforge.oredict.OreIngredient@99469cf, net.minecraft.item.crafting.Ingredient@3dd1673b, net.minecraftforge.oredict.OreIngredient@99469cf, net.minecraftforge.oredict.OreIngredient@573363a3, net.minecraft.item.crafting.Ingredient@6edde387, net.minecraftforge.oredict.OreIngredient@573363a3, net.minecraftforge.oredict.OreIngredient@99469cf, net.minecraft.item.crafting.Ingredient@3dd1673b, net.minecraftforge.oredict.OreIngredient@99469cf]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9380 actuallyadditions:recipes170 RecipeStage{tier='five', recipe=6xtile.actuallyadditions.block_colored_lamp@8:[net.minecraftforge.oredict.OreIngredient@72f37906, net.minecraft.item.crafting.Ingredient@5803a9d8, net.minecraftforge.oredict.OreIngredient@72f37906, net.minecraftforge.oredict.OreIngredient@3e113280, net.minecraft.item.crafting.Ingredient@3fd12f1e, net.minecraftforge.oredict.OreIngredient@3e113280, net.minecraftforge.oredict.OreIngredient@72f37906, net.minecraft.item.crafting.Ingredient@5803a9d8, net.minecraftforge.oredict.OreIngredient@72f37906]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9381 actuallyadditions:recipes171 RecipeStage{tier='five', recipe=6xtile.actuallyadditions.block_colored_lamp@9:[net.minecraftforge.oredict.OreIngredient@130b6151, net.minecraft.item.crafting.Ingredient@7a590c55, net.minecraftforge.oredict.OreIngredient@130b6151, net.minecraftforge.oredict.OreIngredient@2439c482, net.minecraft.item.crafting.Ingredient@1226b6c4, net.minecraftforge.oredict.OreIngredient@2439c482, net.minecraftforge.oredict.OreIngredient@130b6151, net.minecraft.item.crafting.Ingredient@7a590c55, net.minecraftforge.oredict.OreIngredient@130b6151]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9382 actuallyadditions:recipes172 RecipeStage{tier='five', recipe=6xtile.actuallyadditions.block_colored_lamp@10:[net.minecraftforge.oredict.OreIngredient@68e6c7cc, net.minecraft.item.crafting.Ingredient@202f3b71, net.minecraftforge.oredict.OreIngredient@68e6c7cc, net.minecraftforge.oredict.OreIngredient@2110386, net.minecraft.item.crafting.Ingredient@25261596, net.minecraftforge.oredict.OreIngredient@2110386, net.minecraftforge.oredict.OreIngredient@68e6c7cc, net.minecraft.item.crafting.Ingredient@202f3b71, net.minecraftforge.oredict.OreIngredient@68e6c7cc]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9383 actuallyadditions:recipes173 RecipeStage{tier='five', recipe=6xtile.actuallyadditions.block_colored_lamp@11:[net.minecraftforge.oredict.OreIngredient@228d361a, net.minecraft.item.crafting.Ingredient@7c0b56f0, net.minecraftforge.oredict.OreIngredient@228d361a, net.minecraftforge.oredict.OreIngredient@288a1cfe, net.minecraft.item.crafting.Ingredient@3d1526dc, net.minecraftforge.oredict.OreIngredient@288a1cfe, net.minecraftforge.oredict.OreIngredient@228d361a, net.minecraft.item.crafting.Ingredient@7c0b56f0, net.minecraftforge.oredict.OreIngredient@228d361a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9384 actuallyadditions:recipes174 RecipeStage{tier='five', recipe=6xtile.actuallyadditions.block_colored_lamp@12:[net.minecraftforge.oredict.OreIngredient@50f983c5, net.minecraft.item.crafting.Ingredient@1b0f5b58, net.minecraftforge.oredict.OreIngredient@50f983c5, net.minecraftforge.oredict.OreIngredient@286c18c8, net.minecraft.item.crafting.Ingredient@3c5bf8df, net.minecraftforge.oredict.OreIngredient@286c18c8, net.minecraftforge.oredict.OreIngredient@50f983c5, net.minecraft.item.crafting.Ingredient@1b0f5b58, net.minecraftforge.oredict.OreIngredient@50f983c5]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9385 actuallyadditions:recipes175 RecipeStage{tier='five', recipe=6xtile.actuallyadditions.block_colored_lamp@13:[net.minecraftforge.oredict.OreIngredient@4114f644, net.minecraft.item.crafting.Ingredient@5defb197, net.minecraftforge.oredict.OreIngredient@4114f644, net.minecraftforge.oredict.OreIngredient@9f60cf6, net.minecraft.item.crafting.Ingredient@6a889017, net.minecraftforge.oredict.OreIngredient@9f60cf6, net.minecraftforge.oredict.OreIngredient@4114f644, net.minecraft.item.crafting.Ingredient@5defb197, net.minecraftforge.oredict.OreIngredient@4114f644]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9386 actuallyadditions:recipes176 RecipeStage{tier='five', recipe=6xtile.actuallyadditions.block_colored_lamp@14:[net.minecraftforge.oredict.OreIngredient@2c8b8e13, net.minecraft.item.crafting.Ingredient@4acbe7d8, net.minecraftforge.oredict.OreIngredient@2c8b8e13, net.minecraftforge.oredict.OreIngredient@15a3a6c8, net.minecraft.item.crafting.Ingredient@3b059443, net.minecraftforge.oredict.OreIngredient@15a3a6c8, net.minecraftforge.oredict.OreIngredient@2c8b8e13, net.minecraft.item.crafting.Ingredient@4acbe7d8, net.minecraftforge.oredict.OreIngredient@2c8b8e13]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9387 actuallyadditions:recipes177 RecipeStage{tier='five', recipe=6xtile.actuallyadditions.block_colored_lamp@15:[net.minecraftforge.oredict.OreIngredient@5eeeb915, net.minecraft.item.crafting.Ingredient@2e6541dc, net.minecraftforge.oredict.OreIngredient@5eeeb915, net.minecraftforge.oredict.OreIngredient@56f3d1e6, net.minecraft.item.crafting.Ingredient@4143f0f7, net.minecraftforge.oredict.OreIngredient@56f3d1e6, net.minecraftforge.oredict.OreIngredient@5eeeb915, net.minecraft.item.crafting.Ingredient@2e6541dc, net.minecraftforge.oredict.OreIngredient@5eeeb915]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9388 actuallyadditions:recipes178 RecipeStage{tier='five', recipe=4xtile.actuallyadditions.block_lamp_powerer@0:[net.minecraft.item.crafting.Ingredient@45ac32a2, net.minecraft.item.crafting.Ingredient@45ac32a2, net.minecraft.item.crafting.Ingredient@45ac32a2, net.minecraft.item.crafting.Ingredient@45ac32a2, net.minecraft.item.crafting.Ingredient@6e211d13, net.minecraft.item.crafting.Ingredient@45ac32a2, net.minecraft.item.crafting.Ingredient@45ac32a2, net.minecraft.item.crafting.Ingredient@45ac32a2, net.minecraft.item.crafting.Ingredient@45ac32a2]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9389 actuallyadditions:recipes179 RecipeStage{tier='five', recipe=1xtile.actuallyadditions.block_crystal@0:[net.minecraft.item.crafting.Ingredient@30eefefb, net.minecraft.item.crafting.Ingredient@30eefefb, net.minecraft.item.crafting.Ingredient@30eefefb, net.minecraft.item.crafting.Ingredient@30eefefb, net.minecraft.item.crafting.Ingredient@30eefefb, net.minecraft.item.crafting.Ingredient@30eefefb, net.minecraft.item.crafting.Ingredient@30eefefb, net.minecraft.item.crafting.Ingredient@30eefefb, net.minecraft.item.crafting.Ingredient@30eefefb]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9390 actuallyadditions:recipes180 RecipeStage{tier='five', recipe=9xitem.actuallyadditions.item_crystal@0:[net.minecraft.item.crafting.Ingredient@7c39022b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9391 actuallyadditions:recipes181 RecipeStage{tier='five', recipe=1xtile.actuallyadditions.block_crystal_empowered@0:[net.minecraft.item.crafting.Ingredient@2c651702, net.minecraft.item.crafting.Ingredient@2c651702, net.minecraft.item.crafting.Ingredient@2c651702, net.minecraft.item.crafting.Ingredient@2c651702, net.minecraft.item.crafting.Ingredient@2c651702, net.minecraft.item.crafting.Ingredient@2c651702, net.minecraft.item.crafting.Ingredient@2c651702, net.minecraft.item.crafting.Ingredient@2c651702, net.minecraft.item.crafting.Ingredient@2c651702]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9392 actuallyadditions:recipes182 RecipeStage{tier='five', recipe=9xitem.actuallyadditions.item_crystal_empowered@0:[net.minecraft.item.crafting.Ingredient@79c1449b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9393 actuallyadditions:recipes183 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_crystal@0:[net.minecraft.item.crafting.Ingredient@3e1f647e, net.minecraft.item.crafting.Ingredient@3e1f647e, net.minecraft.item.crafting.Ingredient@3e1f647e, net.minecraft.item.crafting.Ingredient@3e1f647e, net.minecraft.item.crafting.Ingredient@3e1f647e, net.minecraft.item.crafting.Ingredient@3e1f647e, net.minecraft.item.crafting.Ingredient@3e1f647e, net.minecraft.item.crafting.Ingredient@3e1f647e, net.minecraft.item.crafting.Ingredient@3e1f647e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9394 actuallyadditions:recipes184 RecipeStage{tier='five', recipe=9xitem.actuallyadditions.item_crystal_shard@0:[net.minecraft.item.crafting.Ingredient@a8311cc]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9395 actuallyadditions:recipes185 RecipeStage{tier='five', recipe=1xtile.actuallyadditions.block_crystal@1:[net.minecraft.item.crafting.Ingredient@edada99, net.minecraft.item.crafting.Ingredient@edada99, net.minecraft.item.crafting.Ingredient@edada99, net.minecraft.item.crafting.Ingredient@edada99, net.minecraft.item.crafting.Ingredient@edada99, net.minecraft.item.crafting.Ingredient@edada99, net.minecraft.item.crafting.Ingredient@edada99, net.minecraft.item.crafting.Ingredient@edada99, net.minecraft.item.crafting.Ingredient@edada99]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9396 actuallyadditions:recipes186 RecipeStage{tier='five', recipe=9xitem.actuallyadditions.item_crystal@1:[net.minecraft.item.crafting.Ingredient@7dcca245]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9397 actuallyadditions:recipes187 RecipeStage{tier='five', recipe=1xtile.actuallyadditions.block_crystal_empowered@1:[net.minecraft.item.crafting.Ingredient@38351516, net.minecraft.item.crafting.Ingredient@38351516, net.minecraft.item.crafting.Ingredient@38351516, net.minecraft.item.crafting.Ingredient@38351516, net.minecraft.item.crafting.Ingredient@38351516, net.minecraft.item.crafting.Ingredient@38351516, net.minecraft.item.crafting.Ingredient@38351516, net.minecraft.item.crafting.Ingredient@38351516, net.minecraft.item.crafting.Ingredient@38351516]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9398 actuallyadditions:recipes188 RecipeStage{tier='five', recipe=9xitem.actuallyadditions.item_crystal_empowered@1:[net.minecraft.item.crafting.Ingredient@2aaa6ead]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9399 actuallyadditions:recipes189 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_crystal@1:[net.minecraft.item.crafting.Ingredient@727c6773, net.minecraft.item.crafting.Ingredient@727c6773, net.minecraft.item.crafting.Ingredient@727c6773, net.minecraft.item.crafting.Ingredient@727c6773, net.minecraft.item.crafting.Ingredient@727c6773, net.minecraft.item.crafting.Ingredient@727c6773, net.minecraft.item.crafting.Ingredient@727c6773, net.minecraft.item.crafting.Ingredient@727c6773, net.minecraft.item.crafting.Ingredient@727c6773]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9400 actuallyadditions:recipes190 RecipeStage{tier='five', recipe=9xitem.actuallyadditions.item_crystal_shard@1:[net.minecraft.item.crafting.Ingredient@6a3a3df3]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9401 actuallyadditions:recipes191 RecipeStage{tier='five', recipe=1xtile.actuallyadditions.block_crystal@2:[net.minecraft.item.crafting.Ingredient@7a371807, net.minecraft.item.crafting.Ingredient@7a371807, net.minecraft.item.crafting.Ingredient@7a371807, net.minecraft.item.crafting.Ingredient@7a371807, net.minecraft.item.crafting.Ingredient@7a371807, net.minecraft.item.crafting.Ingredient@7a371807, net.minecraft.item.crafting.Ingredient@7a371807, net.minecraft.item.crafting.Ingredient@7a371807, net.minecraft.item.crafting.Ingredient@7a371807]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9402 actuallyadditions:recipes192 RecipeStage{tier='five', recipe=9xitem.actuallyadditions.item_crystal@2:[net.minecraft.item.crafting.Ingredient@311ceea]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9403 actuallyadditions:recipes193 RecipeStage{tier='five', recipe=1xtile.actuallyadditions.block_crystal_empowered@2:[net.minecraft.item.crafting.Ingredient@12c76604, net.minecraft.item.crafting.Ingredient@12c76604, net.minecraft.item.crafting.Ingredient@12c76604, net.minecraft.item.crafting.Ingredient@12c76604, net.minecraft.item.crafting.Ingredient@12c76604, net.minecraft.item.crafting.Ingredient@12c76604, net.minecraft.item.crafting.Ingredient@12c76604, net.minecraft.item.crafting.Ingredient@12c76604, net.minecraft.item.crafting.Ingredient@12c76604]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9404 actuallyadditions:recipes194 RecipeStage{tier='five', recipe=9xitem.actuallyadditions.item_crystal_empowered@2:[net.minecraft.item.crafting.Ingredient@2929140a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9405 actuallyadditions:recipes195 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_crystal@2:[net.minecraft.item.crafting.Ingredient@6b1cc608, net.minecraft.item.crafting.Ingredient@6b1cc608, net.minecraft.item.crafting.Ingredient@6b1cc608, net.minecraft.item.crafting.Ingredient@6b1cc608, net.minecraft.item.crafting.Ingredient@6b1cc608, net.minecraft.item.crafting.Ingredient@6b1cc608, net.minecraft.item.crafting.Ingredient@6b1cc608, net.minecraft.item.crafting.Ingredient@6b1cc608, net.minecraft.item.crafting.Ingredient@6b1cc608]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9406 actuallyadditions:recipes196 RecipeStage{tier='five', recipe=9xitem.actuallyadditions.item_crystal_shard@2:[net.minecraft.item.crafting.Ingredient@6677231f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9407 actuallyadditions:recipes197 RecipeStage{tier='five', recipe=1xtile.actuallyadditions.block_crystal@3:[net.minecraft.item.crafting.Ingredient@4fa98e93, net.minecraft.item.crafting.Ingredient@4fa98e93, net.minecraft.item.crafting.Ingredient@4fa98e93, net.minecraft.item.crafting.Ingredient@4fa98e93, net.minecraft.item.crafting.Ingredient@4fa98e93, net.minecraft.item.crafting.Ingredient@4fa98e93, net.minecraft.item.crafting.Ingredient@4fa98e93, net.minecraft.item.crafting.Ingredient@4fa98e93, net.minecraft.item.crafting.Ingredient@4fa98e93]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9408 actuallyadditions:recipes198 RecipeStage{tier='five', recipe=9xitem.actuallyadditions.item_crystal@3:[net.minecraft.item.crafting.Ingredient@2e415a28]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9409 actuallyadditions:recipes199 RecipeStage{tier='five', recipe=1xtile.actuallyadditions.block_crystal_empowered@3:[net.minecraft.item.crafting.Ingredient@2360e56e, net.minecraft.item.crafting.Ingredient@2360e56e, net.minecraft.item.crafting.Ingredient@2360e56e, net.minecraft.item.crafting.Ingredient@2360e56e, net.minecraft.item.crafting.Ingredient@2360e56e, net.minecraft.item.crafting.Ingredient@2360e56e, net.minecraft.item.crafting.Ingredient@2360e56e, net.minecraft.item.crafting.Ingredient@2360e56e, net.minecraft.item.crafting.Ingredient@2360e56e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9410 actuallyadditions:recipes200 RecipeStage{tier='five', recipe=9xitem.actuallyadditions.item_crystal_empowered@3:[net.minecraft.item.crafting.Ingredient@7c5045c6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9411 actuallyadditions:recipes201 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_crystal@3:[net.minecraft.item.crafting.Ingredient@7f0e91c9, net.minecraft.item.crafting.Ingredient@7f0e91c9, net.minecraft.item.crafting.Ingredient@7f0e91c9, net.minecraft.item.crafting.Ingredient@7f0e91c9, net.minecraft.item.crafting.Ingredient@7f0e91c9, net.minecraft.item.crafting.Ingredient@7f0e91c9, net.minecraft.item.crafting.Ingredient@7f0e91c9, net.minecraft.item.crafting.Ingredient@7f0e91c9, net.minecraft.item.crafting.Ingredient@7f0e91c9]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9412 actuallyadditions:recipes202 RecipeStage{tier='five', recipe=9xitem.actuallyadditions.item_crystal_shard@3:[net.minecraft.item.crafting.Ingredient@5b3a141a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9413 actuallyadditions:recipes203 RecipeStage{tier='five', recipe=1xtile.actuallyadditions.block_crystal@4:[net.minecraft.item.crafting.Ingredient@7fd5d186, net.minecraft.item.crafting.Ingredient@7fd5d186, net.minecraft.item.crafting.Ingredient@7fd5d186, net.minecraft.item.crafting.Ingredient@7fd5d186, net.minecraft.item.crafting.Ingredient@7fd5d186, net.minecraft.item.crafting.Ingredient@7fd5d186, net.minecraft.item.crafting.Ingredient@7fd5d186, net.minecraft.item.crafting.Ingredient@7fd5d186, net.minecraft.item.crafting.Ingredient@7fd5d186]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9414 actuallyadditions:recipes204 RecipeStage{tier='five', recipe=9xitem.actuallyadditions.item_crystal@4:[net.minecraft.item.crafting.Ingredient@1d5d5cf]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9415 actuallyadditions:recipes205 RecipeStage{tier='five', recipe=1xtile.actuallyadditions.block_crystal_empowered@4:[net.minecraft.item.crafting.Ingredient@a5e8ce5, net.minecraft.item.crafting.Ingredient@a5e8ce5, net.minecraft.item.crafting.Ingredient@a5e8ce5, net.minecraft.item.crafting.Ingredient@a5e8ce5, net.minecraft.item.crafting.Ingredient@a5e8ce5, net.minecraft.item.crafting.Ingredient@a5e8ce5, net.minecraft.item.crafting.Ingredient@a5e8ce5, net.minecraft.item.crafting.Ingredient@a5e8ce5, net.minecraft.item.crafting.Ingredient@a5e8ce5]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9416 actuallyadditions:recipes206 RecipeStage{tier='five', recipe=9xitem.actuallyadditions.item_crystal_empowered@4:[net.minecraft.item.crafting.Ingredient@1cfd370]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9417 actuallyadditions:recipes207 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_crystal@4:[net.minecraft.item.crafting.Ingredient@50476b2e, net.minecraft.item.crafting.Ingredient@50476b2e, net.minecraft.item.crafting.Ingredient@50476b2e, net.minecraft.item.crafting.Ingredient@50476b2e, net.minecraft.item.crafting.Ingredient@50476b2e, net.minecraft.item.crafting.Ingredient@50476b2e, net.minecraft.item.crafting.Ingredient@50476b2e, net.minecraft.item.crafting.Ingredient@50476b2e, net.minecraft.item.crafting.Ingredient@50476b2e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9418 actuallyadditions:recipes208 RecipeStage{tier='five', recipe=9xitem.actuallyadditions.item_crystal_shard@4:[net.minecraft.item.crafting.Ingredient@7f93a744]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9419 actuallyadditions:recipes209 RecipeStage{tier='five', recipe=1xtile.actuallyadditions.block_crystal@5:[net.minecraft.item.crafting.Ingredient@15435f7, net.minecraft.item.crafting.Ingredient@15435f7, net.minecraft.item.crafting.Ingredient@15435f7, net.minecraft.item.crafting.Ingredient@15435f7, net.minecraft.item.crafting.Ingredient@15435f7, net.minecraft.item.crafting.Ingredient@15435f7, net.minecraft.item.crafting.Ingredient@15435f7, net.minecraft.item.crafting.Ingredient@15435f7, net.minecraft.item.crafting.Ingredient@15435f7]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9420 actuallyadditions:recipes210 RecipeStage{tier='five', recipe=9xitem.actuallyadditions.item_crystal@5:[net.minecraft.item.crafting.Ingredient@7e7f22fe]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9421 actuallyadditions:recipes211 RecipeStage{tier='five', recipe=1xtile.actuallyadditions.block_crystal_empowered@5:[net.minecraft.item.crafting.Ingredient@158a3804, net.minecraft.item.crafting.Ingredient@158a3804, net.minecraft.item.crafting.Ingredient@158a3804, net.minecraft.item.crafting.Ingredient@158a3804, net.minecraft.item.crafting.Ingredient@158a3804, net.minecraft.item.crafting.Ingredient@158a3804, net.minecraft.item.crafting.Ingredient@158a3804, net.minecraft.item.crafting.Ingredient@158a3804, net.minecraft.item.crafting.Ingredient@158a3804]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9422 actuallyadditions:recipes212 RecipeStage{tier='five', recipe=9xitem.actuallyadditions.item_crystal_empowered@5:[net.minecraft.item.crafting.Ingredient@77c11476]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9423 actuallyadditions:recipes213 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_crystal@5:[net.minecraft.item.crafting.Ingredient@571a7cf4, net.minecraft.item.crafting.Ingredient@571a7cf4, net.minecraft.item.crafting.Ingredient@571a7cf4, net.minecraft.item.crafting.Ingredient@571a7cf4, net.minecraft.item.crafting.Ingredient@571a7cf4, net.minecraft.item.crafting.Ingredient@571a7cf4, net.minecraft.item.crafting.Ingredient@571a7cf4, net.minecraft.item.crafting.Ingredient@571a7cf4, net.minecraft.item.crafting.Ingredient@571a7cf4]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9424 actuallyadditions:recipes214 RecipeStage{tier='five', recipe=9xitem.actuallyadditions.item_crystal_shard@5:[net.minecraft.item.crafting.Ingredient@5075dc3b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9427 actuallyadditions:recipes217 RecipeStage{tier='three', recipe=1xitem.actuallyadditions.item_misc@0:[net.minecraft.item.crafting.Ingredient@dbfb8f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@dbfb8f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@dbfb8f, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9428 actuallyadditions:recipes218 RecipeStage{tier='three', recipe=1xitem.actuallyadditions.item_misc@3:[net.minecraftforge.oredict.OreIngredient@1431e9d8, net.minecraft.item.crafting.Ingredient@2af590b3]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9429 actuallyadditions:recipes219 RecipeStage{tier='three', recipe=1xitem.actuallyadditions.item_misc@2:[net.minecraftforge.oredict.OreIngredient@4c5d1697, net.minecraftforge.oredict.OreIngredient@4c5d1697, net.minecraft.item.crafting.Ingredient@13859b10]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9430 actuallyadditions:recipes220 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_misc@19:[net.minecraft.item.crafting.Ingredient@8e1df91, net.minecraft.item.crafting.Ingredient@e17b636, net.minecraft.item.crafting.Ingredient@2a5af0cd, net.minecraft.item.crafting.Ingredient@15b8a38d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9431 actuallyadditions:recipes221 RecipeStage{tier='three', recipe=3xitem.actuallyadditions.item_food@20:[net.minecraft.item.crafting.Ingredient@137af9d7, net.minecraft.item.crafting.Ingredient@790a9c24]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9433 actuallyadditions:recipes223 RecipeStage{tier='three', recipe=1xitem.actuallyadditions.item_food@13:[net.minecraft.item.crafting.Ingredient@137af9d7, net.minecraft.item.crafting.Ingredient@4defedb0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@56fc2cc, net.minecraft.item.crafting.Ingredient@1d189919, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4defedb0, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9435 actuallyadditions:recipes225 RecipeStage{tier='three', recipe=1xitem.actuallyadditions.item_food@11:[net.minecraft.item.crafting.Ingredient@137af9d7, net.minecraft.item.crafting.Ingredient@b5840c0, net.minecraft.item.crafting.Ingredient@5251cbc2, net.minecraft.item.crafting.Ingredient@ff6aacd, net.minecraft.item.crafting.Ingredient@3e38f110, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5251cbc2, net.minecraft.item.crafting.Ingredient@b5840c0, net.minecraft.item.crafting.Ingredient@5251cbc2]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9436 actuallyadditions:recipes226 RecipeStage{tier='three', recipe=2xitem.actuallyadditions.item_food@5:[net.minecraft.item.crafting.Ingredient@62eb32ce, net.minecraft.item.crafting.Ingredient@137af9d7]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9437 actuallyadditions:recipes227 RecipeStage{tier='three', recipe=1xitem.actuallyadditions.item_food@4:[net.minecraft.item.crafting.Ingredient@11664763, net.minecraft.item.crafting.Ingredient@11664763, net.minecraft.item.crafting.Ingredient@11664763, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2bfc2013, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9438 actuallyadditions:recipes228 RecipeStage{tier='three', recipe=1xitem.actuallyadditions.item_food@3:[net.minecraft.item.crafting.Ingredient@19dff861, net.minecraft.item.crafting.Ingredient@68af842e, net.minecraft.item.crafting.Ingredient@19dff861, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@53e9b6b7, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9439 actuallyadditions:recipes229 RecipeStage{tier='three', recipe=1xitem.actuallyadditions.item_food@0:[net.minecraft.item.crafting.Ingredient@3aa1e966, net.minecraft.item.crafting.Ingredient@2e3b84e8]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9440 actuallyadditions:recipes230 RecipeStage{tier='three', recipe=1xitem.actuallyadditions.item_food@1:[net.minecraft.item.crafting.Ingredient@3079c396, net.minecraft.item.crafting.Ingredient@56033908]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9441 actuallyadditions:recipes231 RecipeStage{tier='three', recipe=1xitem.actuallyadditions.item_food@2:[net.minecraft.item.crafting.Ingredient@635c1077, net.minecraftforge.oredict.OreIngredient@1132c430, net.minecraft.item.crafting.Ingredient@137af9d7]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9442 actuallyadditions:recipes232 RecipeStage{tier='three', recipe=1xitem.actuallyadditions.item_food@6:[net.minecraft.item.crafting.Ingredient@6f29d0f3, net.minecraft.item.crafting.Ingredient@6f29d0f3, net.minecraft.item.crafting.Ingredient@6f29d0f3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@202d6f67, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9443 actuallyadditions:recipes233 RecipeStage{tier='three', recipe=1xitem.actuallyadditions.item_food@7:[net.minecraftforge.oredict.OreIngredient@23710cbd, net.minecraft.item.crafting.Ingredient@137af9d7]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9444 actuallyadditions:recipes234 RecipeStage{tier='three', recipe=3xitem.actuallyadditions.item_food@9:[net.minecraft.item.crafting.Ingredient@24e55fa7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@24e55fa7, net.minecraft.item.crafting.Ingredient@24e55fa7, net.minecraft.item.crafting.Ingredient@56aad80, net.minecraft.item.crafting.Ingredient@24e55fa7, net.minecraft.item.crafting.Ingredient@24e55fa7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@24e55fa7]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9446 actuallyadditions:recipes236 RecipeStage{tier='three', recipe=2xitem.actuallyadditions.item_food@10:[net.minecraft.item.crafting.Ingredient@6f2f2c9f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9447 actuallyadditions:recipes237 RecipeStage{tier='three', recipe=1xitem.actuallyadditions.item_food@19:[net.minecraft.item.crafting.Ingredient@755c6637, net.minecraft.item.crafting.Ingredient@aaecd91]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9448 actuallyadditions:recipes238 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_pickaxe_emerald@0:[net.minecraft.item.crafting.Ingredient@58d085c5, net.minecraft.item.crafting.Ingredient@58d085c5, net.minecraft.item.crafting.Ingredient@58d085c5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3dba81aa, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3dba81aa, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9449 actuallyadditions:recipes239 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_sword_emerald@0:[net.minecraft.item.crafting.Ingredient@222901a1, net.minecraft.item.crafting.Ingredient@222901a1, net.minecraft.item.crafting.Ingredient@76a7291e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9450 actuallyadditions:recipes240 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_axe_emerald@0:[net.minecraft.item.crafting.Ingredient@2a8564a2, net.minecraft.item.crafting.Ingredient@2a8564a2, net.minecraft.item.crafting.Ingredient@2a8564a2, net.minecraft.item.crafting.Ingredient@435b0789, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@435b0789]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9451 actuallyadditions:recipes241 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_shovel_emerald@0:[net.minecraft.item.crafting.Ingredient@2915224a, net.minecraft.item.crafting.Ingredient@663511af, net.minecraft.item.crafting.Ingredient@663511af]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9452 actuallyadditions:recipes242 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_hoe_emerald@0:[net.minecraft.item.crafting.Ingredient@6794d9bf, net.minecraft.item.crafting.Ingredient@6794d9bf, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7c68ed8b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7c68ed8b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9453 actuallyadditions:recipes243 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_helm_emerald@0:[net.minecraft.item.crafting.Ingredient@7cef973e, net.minecraft.item.crafting.Ingredient@7cef973e, net.minecraft.item.crafting.Ingredient@7cef973e, net.minecraft.item.crafting.Ingredient@7cef973e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7cef973e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9454 actuallyadditions:recipes244 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_chest_emerald@0:[net.minecraft.item.crafting.Ingredient@32195965, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@32195965, net.minecraft.item.crafting.Ingredient@32195965, net.minecraft.item.crafting.Ingredient@32195965, net.minecraft.item.crafting.Ingredient@32195965, net.minecraft.item.crafting.Ingredient@32195965, net.minecraft.item.crafting.Ingredient@32195965, net.minecraft.item.crafting.Ingredient@32195965]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9455 actuallyadditions:recipes245 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_pants_emerald@0:[net.minecraft.item.crafting.Ingredient@730137b8, net.minecraft.item.crafting.Ingredient@730137b8, net.minecraft.item.crafting.Ingredient@730137b8, net.minecraft.item.crafting.Ingredient@730137b8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@730137b8, net.minecraft.item.crafting.Ingredient@730137b8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@730137b8]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9456 actuallyadditions:recipes246 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_boots_emerald@0:[net.minecraft.item.crafting.Ingredient@483e98e6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@483e98e6, net.minecraft.item.crafting.Ingredient@483e98e6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@483e98e6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9457 actuallyadditions:recipes247 RecipeStage{tier='one', recipe=1xitem.actuallyadditions.item_pickaxe_quartz@0:[net.minecraft.item.crafting.Ingredient@48e8b0b8, net.minecraft.item.crafting.Ingredient@48e8b0b8, net.minecraft.item.crafting.Ingredient@48e8b0b8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@30421ab1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@30421ab1, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9458 actuallyadditions:recipes248 RecipeStage{tier='one', recipe=1xitem.actuallyadditions.item_sword_quartz@0:[net.minecraft.item.crafting.Ingredient@4a0457f6, net.minecraft.item.crafting.Ingredient@4a0457f6, net.minecraft.item.crafting.Ingredient@76c11ff8]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9459 actuallyadditions:recipes249 RecipeStage{tier='one', recipe=1xitem.actuallyadditions.item_axe_quartz@0:[net.minecraft.item.crafting.Ingredient@7ba11ce8, net.minecraft.item.crafting.Ingredient@7ba11ce8, net.minecraft.item.crafting.Ingredient@7ba11ce8, net.minecraft.item.crafting.Ingredient@5b1606bf, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5b1606bf]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9460 actuallyadditions:recipes250 RecipeStage{tier='one', recipe=1xitem.actuallyadditions.item_shovel_quartz@0:[net.minecraft.item.crafting.Ingredient@334541cc, net.minecraft.item.crafting.Ingredient@4d85a683, net.minecraft.item.crafting.Ingredient@4d85a683]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9461 actuallyadditions:recipes251 RecipeStage{tier='one', recipe=1xitem.actuallyadditions.item_hoe_quartz@0:[net.minecraft.item.crafting.Ingredient@3e30a587, net.minecraft.item.crafting.Ingredient@3e30a587, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@55787f00, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@55787f00]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9462 actuallyadditions:recipes252 RecipeStage{tier='one', recipe=1xitem.actuallyadditions.item_helm_quartz@0:[net.minecraft.item.crafting.Ingredient@4c2a1f42, net.minecraft.item.crafting.Ingredient@4c2a1f42, net.minecraft.item.crafting.Ingredient@4c2a1f42, net.minecraft.item.crafting.Ingredient@4c2a1f42, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4c2a1f42]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9463 actuallyadditions:recipes253 RecipeStage{tier='one', recipe=1xitem.actuallyadditions.item_chest_quartz@0:[net.minecraft.item.crafting.Ingredient@2c7b19fa, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2c7b19fa, net.minecraft.item.crafting.Ingredient@2c7b19fa, net.minecraft.item.crafting.Ingredient@2c7b19fa, net.minecraft.item.crafting.Ingredient@2c7b19fa, net.minecraft.item.crafting.Ingredient@2c7b19fa, net.minecraft.item.crafting.Ingredient@2c7b19fa, net.minecraft.item.crafting.Ingredient@2c7b19fa]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9464 actuallyadditions:recipes254 RecipeStage{tier='one', recipe=1xitem.actuallyadditions.item_pants_quartz@0:[net.minecraft.item.crafting.Ingredient@17dc8d6f, net.minecraft.item.crafting.Ingredient@17dc8d6f, net.minecraft.item.crafting.Ingredient@17dc8d6f, net.minecraft.item.crafting.Ingredient@17dc8d6f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@17dc8d6f, net.minecraft.item.crafting.Ingredient@17dc8d6f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@17dc8d6f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9465 actuallyadditions:recipes255 RecipeStage{tier='one', recipe=1xitem.actuallyadditions.item_boots_quartz@0:[net.minecraft.item.crafting.Ingredient@1ca70eb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1ca70eb, net.minecraft.item.crafting.Ingredient@1ca70eb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1ca70eb]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9466 actuallyadditions:recipes256 RecipeStage{tier='three', recipe=1xitem.actuallyadditions.item_pickaxe_obsidian@0:[net.minecraft.item.crafting.Ingredient@1d06bf9f, net.minecraft.item.crafting.Ingredient@1d06bf9f, net.minecraft.item.crafting.Ingredient@1d06bf9f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@69c6d10c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@69c6d10c, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9467 actuallyadditions:recipes257 RecipeStage{tier='three', recipe=1xitem.actuallyadditions.item_sword_obsidian@0:[net.minecraft.item.crafting.Ingredient@1a828eae, net.minecraft.item.crafting.Ingredient@1a828eae, net.minecraft.item.crafting.Ingredient@481de83d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9468 actuallyadditions:recipes258 RecipeStage{tier='three', recipe=1xitem.actuallyadditions.item_axe_obsidian@0:[net.minecraft.item.crafting.Ingredient@604f4ce6, net.minecraft.item.crafting.Ingredient@604f4ce6, net.minecraft.item.crafting.Ingredient@604f4ce6, net.minecraft.item.crafting.Ingredient@3fdebf52, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3fdebf52]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9469 actuallyadditions:recipes259 RecipeStage{tier='three', recipe=1xitem.actuallyadditions.item_shovel_obsidian@0:[net.minecraft.item.crafting.Ingredient@3127a1f9, net.minecraft.item.crafting.Ingredient@165cebe0, net.minecraft.item.crafting.Ingredient@165cebe0]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9470 actuallyadditions:recipes260 RecipeStage{tier='three', recipe=1xitem.actuallyadditions.item_hoe_obsidian@0:[net.minecraft.item.crafting.Ingredient@c6eadb1, net.minecraft.item.crafting.Ingredient@c6eadb1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4600b741, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4600b741]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9471 actuallyadditions:recipes261 RecipeStage{tier='three', recipe=1xitem.actuallyadditions.item_helm_obsidian@0:[net.minecraft.item.crafting.Ingredient@4aa4ee11, net.minecraft.item.crafting.Ingredient@4aa4ee11, net.minecraft.item.crafting.Ingredient@4aa4ee11, net.minecraft.item.crafting.Ingredient@4aa4ee11, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4aa4ee11]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9472 actuallyadditions:recipes262 RecipeStage{tier='three', recipe=1xitem.actuallyadditions.item_chest_obsidian@0:[net.minecraft.item.crafting.Ingredient@3bd60f4e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3bd60f4e, net.minecraft.item.crafting.Ingredient@3bd60f4e, net.minecraft.item.crafting.Ingredient@3bd60f4e, net.minecraft.item.crafting.Ingredient@3bd60f4e, net.minecraft.item.crafting.Ingredient@3bd60f4e, net.minecraft.item.crafting.Ingredient@3bd60f4e, net.minecraft.item.crafting.Ingredient@3bd60f4e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9473 actuallyadditions:recipes263 RecipeStage{tier='three', recipe=1xitem.actuallyadditions.item_pants_obsidian@0:[net.minecraft.item.crafting.Ingredient@422c2ea0, net.minecraft.item.crafting.Ingredient@422c2ea0, net.minecraft.item.crafting.Ingredient@422c2ea0, net.minecraft.item.crafting.Ingredient@422c2ea0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@422c2ea0, net.minecraft.item.crafting.Ingredient@422c2ea0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@422c2ea0]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9474 actuallyadditions:recipes264 RecipeStage{tier='three', recipe=1xitem.actuallyadditions.item_boots_obsidian@0:[net.minecraft.item.crafting.Ingredient@155331b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@155331b, net.minecraft.item.crafting.Ingredient@155331b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@155331b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9475 actuallyadditions:recipes265 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_pickaxe_crystal_red@0:[net.minecraft.item.crafting.Ingredient@6cec8146, net.minecraft.item.crafting.Ingredient@6cec8146, net.minecraft.item.crafting.Ingredient@6cec8146, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@67cb5fea, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@67cb5fea, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9476 actuallyadditions:recipes266 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_sword_crystal_red@0:[net.minecraft.item.crafting.Ingredient@4431349d, net.minecraft.item.crafting.Ingredient@4431349d, net.minecraft.item.crafting.Ingredient@6c541aeb]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9477 actuallyadditions:recipes267 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_axe_crystal_red@0:[net.minecraft.item.crafting.Ingredient@64ba5096, net.minecraft.item.crafting.Ingredient@64ba5096, net.minecraft.item.crafting.Ingredient@64ba5096, net.minecraft.item.crafting.Ingredient@593377e4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@593377e4]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9478 actuallyadditions:recipes268 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_shovel_crystal_red@0:[net.minecraft.item.crafting.Ingredient@146b3583, net.minecraft.item.crafting.Ingredient@58a4e6a7, net.minecraft.item.crafting.Ingredient@58a4e6a7]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9479 actuallyadditions:recipes269 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_hoe_crystal_red@0:[net.minecraft.item.crafting.Ingredient@6eac23c5, net.minecraft.item.crafting.Ingredient@6eac23c5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2ce2e5a3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2ce2e5a3]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9480 actuallyadditions:recipes270 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_helm_crystal_red@0:[net.minecraft.item.crafting.Ingredient@61e80a91, net.minecraft.item.crafting.Ingredient@61e80a91, net.minecraft.item.crafting.Ingredient@61e80a91, net.minecraft.item.crafting.Ingredient@61e80a91, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@61e80a91]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9481 actuallyadditions:recipes271 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_chest_crystal_red@0:[net.minecraft.item.crafting.Ingredient@1e8659d5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1e8659d5, net.minecraft.item.crafting.Ingredient@1e8659d5, net.minecraft.item.crafting.Ingredient@1e8659d5, net.minecraft.item.crafting.Ingredient@1e8659d5, net.minecraft.item.crafting.Ingredient@1e8659d5, net.minecraft.item.crafting.Ingredient@1e8659d5, net.minecraft.item.crafting.Ingredient@1e8659d5]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9482 actuallyadditions:recipes272 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_pants_crystal_red@0:[net.minecraft.item.crafting.Ingredient@11bbe3cb, net.minecraft.item.crafting.Ingredient@11bbe3cb, net.minecraft.item.crafting.Ingredient@11bbe3cb, net.minecraft.item.crafting.Ingredient@11bbe3cb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@11bbe3cb, net.minecraft.item.crafting.Ingredient@11bbe3cb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@11bbe3cb]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9483 actuallyadditions:recipes273 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_boots_crystal_red@0:[net.minecraft.item.crafting.Ingredient@2a4fc3a2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2a4fc3a2, net.minecraft.item.crafting.Ingredient@2a4fc3a2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2a4fc3a2]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9484 actuallyadditions:recipes274 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_pickaxe_crystal_green@0:[net.minecraft.item.crafting.Ingredient@b52e8f8, net.minecraft.item.crafting.Ingredient@b52e8f8, net.minecraft.item.crafting.Ingredient@b52e8f8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@273650b6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@273650b6, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9485 actuallyadditions:recipes275 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_sword_crystal_green@0:[net.minecraft.item.crafting.Ingredient@69dd4a20, net.minecraft.item.crafting.Ingredient@69dd4a20, net.minecraft.item.crafting.Ingredient@3d5bc66a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9486 actuallyadditions:recipes276 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_axe_crystal_green@0:[net.minecraft.item.crafting.Ingredient@21d2ec11, net.minecraft.item.crafting.Ingredient@21d2ec11, net.minecraft.item.crafting.Ingredient@21d2ec11, net.minecraft.item.crafting.Ingredient@34f4bb7d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@34f4bb7d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9487 actuallyadditions:recipes277 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_shovel_crystal_green@0:[net.minecraft.item.crafting.Ingredient@37fb6b89, net.minecraft.item.crafting.Ingredient@54f0938a, net.minecraft.item.crafting.Ingredient@54f0938a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9488 actuallyadditions:recipes278 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_hoe_crystal_green@0:[net.minecraft.item.crafting.Ingredient@62f44f61, net.minecraft.item.crafting.Ingredient@62f44f61, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@73ca2f11, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@73ca2f11]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9489 actuallyadditions:recipes279 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_helm_crystal_green@0:[net.minecraft.item.crafting.Ingredient@1f81b5c2, net.minecraft.item.crafting.Ingredient@1f81b5c2, net.minecraft.item.crafting.Ingredient@1f81b5c2, net.minecraft.item.crafting.Ingredient@1f81b5c2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1f81b5c2]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9490 actuallyadditions:recipes280 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_chest_crystal_green@0:[net.minecraft.item.crafting.Ingredient@4f3d197b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4f3d197b, net.minecraft.item.crafting.Ingredient@4f3d197b, net.minecraft.item.crafting.Ingredient@4f3d197b, net.minecraft.item.crafting.Ingredient@4f3d197b, net.minecraft.item.crafting.Ingredient@4f3d197b, net.minecraft.item.crafting.Ingredient@4f3d197b, net.minecraft.item.crafting.Ingredient@4f3d197b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9491 actuallyadditions:recipes281 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_pants_crystal_green@0:[net.minecraft.item.crafting.Ingredient@ff2c8ba, net.minecraft.item.crafting.Ingredient@ff2c8ba, net.minecraft.item.crafting.Ingredient@ff2c8ba, net.minecraft.item.crafting.Ingredient@ff2c8ba, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@ff2c8ba, net.minecraft.item.crafting.Ingredient@ff2c8ba, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@ff2c8ba]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9492 actuallyadditions:recipes282 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_boots_crystal_green@0:[net.minecraft.item.crafting.Ingredient@2de2ccf2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2de2ccf2, net.minecraft.item.crafting.Ingredient@2de2ccf2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2de2ccf2]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9493 actuallyadditions:recipes283 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_pickaxe_crystal_white@0:[net.minecraft.item.crafting.Ingredient@3fdf4329, net.minecraft.item.crafting.Ingredient@3fdf4329, net.minecraft.item.crafting.Ingredient@3fdf4329, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@180e7368, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@180e7368, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9494 actuallyadditions:recipes284 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_sword_crystal_white@0:[net.minecraft.item.crafting.Ingredient@1a0dfcb, net.minecraft.item.crafting.Ingredient@1a0dfcb, net.minecraft.item.crafting.Ingredient@3a1e0651]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9495 actuallyadditions:recipes285 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_axe_crystal_white@0:[net.minecraft.item.crafting.Ingredient@7f1dcc30, net.minecraft.item.crafting.Ingredient@7f1dcc30, net.minecraft.item.crafting.Ingredient@7f1dcc30, net.minecraft.item.crafting.Ingredient@14e37588, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@14e37588]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9496 actuallyadditions:recipes286 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_shovel_crystal_white@0:[net.minecraft.item.crafting.Ingredient@13babe58, net.minecraft.item.crafting.Ingredient@595c0ef0, net.minecraft.item.crafting.Ingredient@595c0ef0]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9497 actuallyadditions:recipes287 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_hoe_crystal_white@0:[net.minecraft.item.crafting.Ingredient@483135a7, net.minecraft.item.crafting.Ingredient@483135a7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@47f1461c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@47f1461c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9498 actuallyadditions:recipes288 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_helm_crystal_white@0:[net.minecraft.item.crafting.Ingredient@1ff68c4, net.minecraft.item.crafting.Ingredient@1ff68c4, net.minecraft.item.crafting.Ingredient@1ff68c4, net.minecraft.item.crafting.Ingredient@1ff68c4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1ff68c4]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9499 actuallyadditions:recipes289 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_chest_crystal_white@0:[net.minecraft.item.crafting.Ingredient@386ddd85, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@386ddd85, net.minecraft.item.crafting.Ingredient@386ddd85, net.minecraft.item.crafting.Ingredient@386ddd85, net.minecraft.item.crafting.Ingredient@386ddd85, net.minecraft.item.crafting.Ingredient@386ddd85, net.minecraft.item.crafting.Ingredient@386ddd85, net.minecraft.item.crafting.Ingredient@386ddd85]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9500 actuallyadditions:recipes290 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_pants_crystal_white@0:[net.minecraft.item.crafting.Ingredient@79304b22, net.minecraft.item.crafting.Ingredient@79304b22, net.minecraft.item.crafting.Ingredient@79304b22, net.minecraft.item.crafting.Ingredient@79304b22, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@79304b22, net.minecraft.item.crafting.Ingredient@79304b22, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@79304b22]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9501 actuallyadditions:recipes291 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_boots_crystal_white@0:[net.minecraft.item.crafting.Ingredient@34bc33be, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@34bc33be, net.minecraft.item.crafting.Ingredient@34bc33be, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@34bc33be]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9502 actuallyadditions:recipes292 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_pickaxe_crystal_light_blue@0:[net.minecraft.item.crafting.Ingredient@4e7fd4a5, net.minecraft.item.crafting.Ingredient@4e7fd4a5, net.minecraft.item.crafting.Ingredient@4e7fd4a5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@18a8b91a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@18a8b91a, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9503 actuallyadditions:recipes293 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_sword_crystal_light_blue@0:[net.minecraft.item.crafting.Ingredient@63ba9876, net.minecraft.item.crafting.Ingredient@63ba9876, net.minecraft.item.crafting.Ingredient@36ce667c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9504 actuallyadditions:recipes294 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_axe_crystal_light_blue@0:[net.minecraft.item.crafting.Ingredient@62456fc, net.minecraft.item.crafting.Ingredient@62456fc, net.minecraft.item.crafting.Ingredient@62456fc, net.minecraft.item.crafting.Ingredient@5b994f4b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5b994f4b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9505 actuallyadditions:recipes295 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_shovel_crystal_light_blue@0:[net.minecraft.item.crafting.Ingredient@6cd71566, net.minecraft.item.crafting.Ingredient@29ef6306, net.minecraft.item.crafting.Ingredient@29ef6306]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9506 actuallyadditions:recipes296 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_hoe_crystal_light_blue@0:[net.minecraft.item.crafting.Ingredient@dd85371, net.minecraft.item.crafting.Ingredient@dd85371, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1caaa696, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1caaa696]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9507 actuallyadditions:recipes297 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_helm_crystal_light_blue@0:[net.minecraft.item.crafting.Ingredient@4802ec40, net.minecraft.item.crafting.Ingredient@4802ec40, net.minecraft.item.crafting.Ingredient@4802ec40, net.minecraft.item.crafting.Ingredient@4802ec40, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4802ec40]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9508 actuallyadditions:recipes298 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_chest_crystal_light_blue@0:[net.minecraft.item.crafting.Ingredient@1a274115, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1a274115, net.minecraft.item.crafting.Ingredient@1a274115, net.minecraft.item.crafting.Ingredient@1a274115, net.minecraft.item.crafting.Ingredient@1a274115, net.minecraft.item.crafting.Ingredient@1a274115, net.minecraft.item.crafting.Ingredient@1a274115, net.minecraft.item.crafting.Ingredient@1a274115]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9509 actuallyadditions:recipes299 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_pants_crystal_light_blue@0:[net.minecraft.item.crafting.Ingredient@55abcafb, net.minecraft.item.crafting.Ingredient@55abcafb, net.minecraft.item.crafting.Ingredient@55abcafb, net.minecraft.item.crafting.Ingredient@55abcafb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@55abcafb, net.minecraft.item.crafting.Ingredient@55abcafb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@55abcafb]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9510 actuallyadditions:recipes300 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_boots_crystal_light_blue@0:[net.minecraft.item.crafting.Ingredient@1cfc48ce, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1cfc48ce, net.minecraft.item.crafting.Ingredient@1cfc48ce, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1cfc48ce]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9511 actuallyadditions:recipes301 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_pickaxe_crystal_blue@0:[net.minecraft.item.crafting.Ingredient@43c3d7fd, net.minecraft.item.crafting.Ingredient@43c3d7fd, net.minecraft.item.crafting.Ingredient@43c3d7fd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@634c0979, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@634c0979, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9512 actuallyadditions:recipes302 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_sword_crystal_blue@0:[net.minecraft.item.crafting.Ingredient@68bbebf9, net.minecraft.item.crafting.Ingredient@68bbebf9, net.minecraft.item.crafting.Ingredient@167f6418]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9513 actuallyadditions:recipes303 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_axe_crystal_blue@0:[net.minecraft.item.crafting.Ingredient@4bde2515, net.minecraft.item.crafting.Ingredient@4bde2515, net.minecraft.item.crafting.Ingredient@4bde2515, net.minecraft.item.crafting.Ingredient@48dafad6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@48dafad6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9514 actuallyadditions:recipes304 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_shovel_crystal_blue@0:[net.minecraft.item.crafting.Ingredient@7f892417, net.minecraft.item.crafting.Ingredient@123bd05a, net.minecraft.item.crafting.Ingredient@123bd05a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9515 actuallyadditions:recipes305 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_hoe_crystal_blue@0:[net.minecraft.item.crafting.Ingredient@28f7b985, net.minecraft.item.crafting.Ingredient@28f7b985, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@37e4ea07, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@37e4ea07]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9516 actuallyadditions:recipes306 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_helm_crystal_blue@0:[net.minecraft.item.crafting.Ingredient@17bc970, net.minecraft.item.crafting.Ingredient@17bc970, net.minecraft.item.crafting.Ingredient@17bc970, net.minecraft.item.crafting.Ingredient@17bc970, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@17bc970]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9517 actuallyadditions:recipes307 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_chest_crystal_blue@0:[net.minecraft.item.crafting.Ingredient@4d8e6005, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4d8e6005, net.minecraft.item.crafting.Ingredient@4d8e6005, net.minecraft.item.crafting.Ingredient@4d8e6005, net.minecraft.item.crafting.Ingredient@4d8e6005, net.minecraft.item.crafting.Ingredient@4d8e6005, net.minecraft.item.crafting.Ingredient@4d8e6005, net.minecraft.item.crafting.Ingredient@4d8e6005]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9518 actuallyadditions:recipes308 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_pants_crystal_blue@0:[net.minecraft.item.crafting.Ingredient@58a0d3a0, net.minecraft.item.crafting.Ingredient@58a0d3a0, net.minecraft.item.crafting.Ingredient@58a0d3a0, net.minecraft.item.crafting.Ingredient@58a0d3a0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@58a0d3a0, net.minecraft.item.crafting.Ingredient@58a0d3a0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@58a0d3a0]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9519 actuallyadditions:recipes309 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_boots_crystal_blue@0:[net.minecraft.item.crafting.Ingredient@4884ae61, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4884ae61, net.minecraft.item.crafting.Ingredient@4884ae61, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4884ae61]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9520 actuallyadditions:recipes310 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_pickaxe_crystal_black@0:[net.minecraft.item.crafting.Ingredient@17ebde48, net.minecraft.item.crafting.Ingredient@17ebde48, net.minecraft.item.crafting.Ingredient@17ebde48, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@29db1af8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@29db1af8, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9521 actuallyadditions:recipes311 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_sword_crystal_black@0:[net.minecraft.item.crafting.Ingredient@7738e1b0, net.minecraft.item.crafting.Ingredient@7738e1b0, net.minecraft.item.crafting.Ingredient@1aa2be90]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9522 actuallyadditions:recipes312 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_axe_crystal_black@0:[net.minecraft.item.crafting.Ingredient@53f23a12, net.minecraft.item.crafting.Ingredient@53f23a12, net.minecraft.item.crafting.Ingredient@53f23a12, net.minecraft.item.crafting.Ingredient@228fe64e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@228fe64e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9523 actuallyadditions:recipes313 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_shovel_crystal_black@0:[net.minecraft.item.crafting.Ingredient@120ab6ce, net.minecraft.item.crafting.Ingredient@1d53cc21, net.minecraft.item.crafting.Ingredient@1d53cc21]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9524 actuallyadditions:recipes314 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_hoe_crystal_black@0:[net.minecraft.item.crafting.Ingredient@5fb35733, net.minecraft.item.crafting.Ingredient@5fb35733, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@253771d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@253771d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9525 actuallyadditions:recipes315 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_helm_crystal_black@0:[net.minecraft.item.crafting.Ingredient@45280d5f, net.minecraft.item.crafting.Ingredient@45280d5f, net.minecraft.item.crafting.Ingredient@45280d5f, net.minecraft.item.crafting.Ingredient@45280d5f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@45280d5f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9526 actuallyadditions:recipes316 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_chest_crystal_black@0:[net.minecraft.item.crafting.Ingredient@4619e31f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4619e31f, net.minecraft.item.crafting.Ingredient@4619e31f, net.minecraft.item.crafting.Ingredient@4619e31f, net.minecraft.item.crafting.Ingredient@4619e31f, net.minecraft.item.crafting.Ingredient@4619e31f, net.minecraft.item.crafting.Ingredient@4619e31f, net.minecraft.item.crafting.Ingredient@4619e31f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9527 actuallyadditions:recipes317 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_pants_crystal_black@0:[net.minecraft.item.crafting.Ingredient@3d63e20, net.minecraft.item.crafting.Ingredient@3d63e20, net.minecraft.item.crafting.Ingredient@3d63e20, net.minecraft.item.crafting.Ingredient@3d63e20, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3d63e20, net.minecraft.item.crafting.Ingredient@3d63e20, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3d63e20]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9528 actuallyadditions:recipes318 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_boots_crystal_black@0:[net.minecraft.item.crafting.Ingredient@1aa44ad8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1aa44ad8, net.minecraft.item.crafting.Ingredient@1aa44ad8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1aa44ad8]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9533 actuallyadditions:recipes323 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.diamond_paxel@0:[net.minecraft.item.crafting.Ingredient@308fe5ea, net.minecraft.item.crafting.Ingredient@7233253e, net.minecraft.item.crafting.Ingredient@18c0f9c0, net.minecraft.item.crafting.Ingredient@3bc56653, net.minecraft.item.crafting.Ingredient@742a6474]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9534 actuallyadditions:recipes324 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.emerald_paxel@0:[net.minecraft.item.crafting.Ingredient@1f5bb51a, net.minecraft.item.crafting.Ingredient@ca51c8, net.minecraft.item.crafting.Ingredient@10ad587c, net.minecraft.item.crafting.Ingredient@370387d9, net.minecraft.item.crafting.Ingredient@75b21746]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9535 actuallyadditions:recipes325 RecipeStage{tier='three', recipe=1xitem.actuallyadditions.obsidian_paxel@0:[net.minecraft.item.crafting.Ingredient@27a44c29, net.minecraft.item.crafting.Ingredient@5d309e19, net.minecraft.item.crafting.Ingredient@7626f729, net.minecraft.item.crafting.Ingredient@13cbc68c, net.minecraft.item.crafting.Ingredient@160b05d8]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9536 actuallyadditions:recipes326 RecipeStage{tier='one', recipe=1xitem.actuallyadditions.quartz_paxel@0:[net.minecraft.item.crafting.Ingredient@4f929156, net.minecraft.item.crafting.Ingredient@eccb832, net.minecraft.item.crafting.Ingredient@437ef0c1, net.minecraft.item.crafting.Ingredient@d1508b3, net.minecraft.item.crafting.Ingredient@56d62066]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9537 actuallyadditions:recipes327 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_paxel_crystal_red@0:[net.minecraft.item.crafting.Ingredient@3d300fa6, net.minecraft.item.crafting.Ingredient@9fc1839, net.minecraft.item.crafting.Ingredient@2c89c925, net.minecraft.item.crafting.Ingredient@4bbb19c2, net.minecraft.item.crafting.Ingredient@76cb622c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9538 actuallyadditions:recipes328 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_paxel_crystal_green@0:[net.minecraft.item.crafting.Ingredient@1f9f811c, net.minecraft.item.crafting.Ingredient@7dbda32b, net.minecraft.item.crafting.Ingredient@6e5bc057, net.minecraft.item.crafting.Ingredient@43ac15b2, net.minecraft.item.crafting.Ingredient@20d8ebba]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9539 actuallyadditions:recipes329 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_paxel_crystal_blue@0:[net.minecraft.item.crafting.Ingredient@306ca071, net.minecraft.item.crafting.Ingredient@859753, net.minecraft.item.crafting.Ingredient@23a71374, net.minecraft.item.crafting.Ingredient@4445a981, net.minecraft.item.crafting.Ingredient@11ffe650]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9540 actuallyadditions:recipes330 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_paxel_crystal_light_blue@0:[net.minecraft.item.crafting.Ingredient@3decc433, net.minecraft.item.crafting.Ingredient@26cb5c49, net.minecraft.item.crafting.Ingredient@4fabe0b0, net.minecraft.item.crafting.Ingredient@21085273, net.minecraft.item.crafting.Ingredient@7a1ed73d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9541 actuallyadditions:recipes331 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_paxel_crystal_black@0:[net.minecraft.item.crafting.Ingredient@6cbe523, net.minecraft.item.crafting.Ingredient@16f53b2a, net.minecraft.item.crafting.Ingredient@758d684d, net.minecraft.item.crafting.Ingredient@79a6eefe, net.minecraft.item.crafting.Ingredient@209dfe14]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9542 actuallyadditions:recipes332 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_paxel_crystal_white@0:[net.minecraft.item.crafting.Ingredient@1f0ead46, net.minecraft.item.crafting.Ingredient@15f61ea, net.minecraft.item.crafting.Ingredient@4fc0be21, net.minecraft.item.crafting.Ingredient@e29493, net.minecraft.item.crafting.Ingredient@6aec7d54]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9543 actuallyadditions:potion_ring_charging de.ellpeck.actuallyadditions.mod.crafting.RecipePotionRingCharging@6cadc4be +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9544 actuallyadditions:bio_mash de.ellpeck.actuallyadditions.mod.crafting.RecipeBioMash@5510070 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9545 actuallybaubles:magnet_ring_to_bauble RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_suction_ring@0:[net.minecraft.item.crafting.Ingredient@4f81b9]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9546 actuallybaubles:bauble_to_magnet_ring RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_suction_ring@0:[net.minecraft.item.crafting.Ingredient@2141331]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9547 actuallybaubles:battery_to_bauble_1 RecipeStage{tier='four', recipe=1xitem.actuallyadditions.item_battery@0:[net.minecraft.item.crafting.Ingredient@73f5cb9a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9548 actuallybaubles:battery_to_bauble_2 RecipeStage{tier='four', recipe=1xitem.actuallyadditions.item_battery_double@0:[net.minecraft.item.crafting.Ingredient@244c4fc5]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9549 actuallybaubles:battery_to_bauble_3 RecipeStage{tier='four', recipe=1xitem.actuallyadditions.item_battery_triple@0:[net.minecraft.item.crafting.Ingredient@282ee92c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9550 actuallybaubles:battery_to_bauble_4 RecipeStage{tier='four', recipe=1xitem.actuallyadditions.item_battery_quadruple@0:[net.minecraft.item.crafting.Ingredient@7268507a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9551 actuallybaubles:battery_to_bauble_5 RecipeStage{tier='four', recipe=1xitem.actuallyadditions.item_battery_quintuple@0:[net.minecraft.item.crafting.Ingredient@a05bd46]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9557 actuallybaubles:potion_ring_to_bauble_0 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_potion_ring_advanced@0:[net.minecraft.item.crafting.Ingredient@5c97465f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9558 actuallybaubles:bauble_to_potion_ring_0 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_potion_ring_advanced@0:[net.minecraft.item.crafting.Ingredient@4cc97abc]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9559 actuallybaubles:potion_ring_to_bauble_1 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_potion_ring_advanced@1:[net.minecraft.item.crafting.Ingredient@2e0a11e6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9560 actuallybaubles:bauble_to_potion_ring_1 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_potion_ring_advanced@1:[net.minecraft.item.crafting.Ingredient@5c2b02b7]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9561 actuallybaubles:potion_ring_to_bauble_2 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_potion_ring_advanced@2:[net.minecraft.item.crafting.Ingredient@22018407]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9562 actuallybaubles:bauble_to_potion_ring_2 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_potion_ring_advanced@2:[net.minecraft.item.crafting.Ingredient@79ab6338]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9563 actuallybaubles:potion_ring_to_bauble_3 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_potion_ring_advanced@3:[net.minecraft.item.crafting.Ingredient@5a899c2a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9564 actuallybaubles:bauble_to_potion_ring_3 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_potion_ring_advanced@3:[net.minecraft.item.crafting.Ingredient@a3e96a2]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9565 actuallybaubles:potion_ring_to_bauble_4 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_potion_ring_advanced@4:[net.minecraft.item.crafting.Ingredient@587a4345]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9566 actuallybaubles:bauble_to_potion_ring_4 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_potion_ring_advanced@4:[net.minecraft.item.crafting.Ingredient@7a6c9823]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9567 actuallybaubles:potion_ring_to_bauble_5 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_potion_ring_advanced@5:[net.minecraft.item.crafting.Ingredient@19981fbb]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9568 actuallybaubles:bauble_to_potion_ring_5 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_potion_ring_advanced@5:[net.minecraft.item.crafting.Ingredient@4f56abb6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9569 actuallybaubles:potion_ring_to_bauble_6 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_potion_ring_advanced@6:[net.minecraft.item.crafting.Ingredient@15ac9287]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9570 actuallybaubles:bauble_to_potion_ring_6 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_potion_ring_advanced@6:[net.minecraft.item.crafting.Ingredient@12a4cdf8]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9571 actuallybaubles:potion_ring_to_bauble_7 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_potion_ring_advanced@7:[net.minecraft.item.crafting.Ingredient@2efbecef]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9572 actuallybaubles:bauble_to_potion_ring_7 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_potion_ring_advanced@7:[net.minecraft.item.crafting.Ingredient@5c95cd2f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9573 actuallybaubles:potion_ring_to_bauble_8 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_potion_ring_advanced@8:[net.minecraft.item.crafting.Ingredient@612f122f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9574 actuallybaubles:bauble_to_potion_ring_8 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_potion_ring_advanced@8:[net.minecraft.item.crafting.Ingredient@2bc53ec0]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9575 actuallybaubles:potion_ring_to_bauble_9 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_potion_ring_advanced@9:[net.minecraft.item.crafting.Ingredient@32629231]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9576 actuallybaubles:bauble_to_potion_ring_9 RecipeStage{tier='five', recipe=1xitem.actuallyadditions.item_potion_ring_advanced@9:[net.minecraft.item.crafting.Ingredient@32f9d30d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9577 buildcraftcore:decorated RecipeStage{tier='four', recipe=16xtile.decorated@5:[net.minecraft.item.crafting.Ingredient@6389d17e, net.minecraft.item.crafting.Ingredient@6389d17e, net.minecraft.item.crafting.Ingredient@6389d17e, net.minecraft.item.crafting.Ingredient@6389d17e, net.minecraft.item.crafting.Ingredient@15f0c4b2, net.minecraft.item.crafting.Ingredient@6389d17e, net.minecraft.item.crafting.Ingredient@6389d17e, net.minecraft.item.crafting.Ingredient@6389d17e, net.minecraft.item.crafting.Ingredient@6389d17e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9578 cyclicmagic:item.yellowdust RecipeStage{tier='three', recipe=4xitem.yellowDust@0:[net.minecraft.item.crafting.Ingredient@5fb55c13]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9579 cyclicmagic:item.netherquartz RecipeStage{tier='three', recipe=4xitem.netherquartz@0:[net.minecraft.item.crafting.Ingredient@693bbc74]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9580 cyclicmagic:item.snowball RecipeStage{tier='tutorial', recipe=4xitem.snowball@0:[net.minecraft.item.crafting.Ingredient@31ace5c2]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9581 cyclicmagic:item.skull.char net.minecraft.item.crafting.ShapelessRecipes@2b762897 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9582 cyclicmagic:tile.dispenser_1 RecipeStage{tier='three', recipe=1xtile.dispenser@0:[net.minecraft.item.crafting.Ingredient@d3528de, net.minecraft.item.crafting.Ingredient@d3528de, net.minecraft.item.crafting.Ingredient@d3528de, net.minecraft.item.crafting.Ingredient@d3528de, net.minecraft.item.crafting.Ingredient@5406a4a9, net.minecraft.item.crafting.Ingredient@d3528de, net.minecraft.item.crafting.Ingredient@d3528de, net.minecraft.item.crafting.Ingredient@5f6fe7b6, net.minecraft.item.crafting.Ingredient@d3528de]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9583 cyclicmagic:item.diode_1 RecipeStage{tier='three', recipe=1xitem.diode@0:[net.minecraft.item.crafting.Ingredient@64f8b224, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@64f8b224, net.minecraft.item.crafting.Ingredient@53a6dc6, net.minecraft.item.crafting.Ingredient@64f8b224, net.minecraft.item.crafting.Ingredient@53a6dc6, net.minecraft.item.crafting.Ingredient@216dd2ed, net.minecraft.item.crafting.Ingredient@216dd2ed, net.minecraft.item.crafting.Ingredient@216dd2ed]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9584 cyclicmagic:item.minecartchest_1 RecipeStage{tier='three', recipe=1xitem.minecartChest@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@440abb5a, net.minecraft.item.crafting.Ingredient@b3fe38c, net.minecraft.item.crafting.Ingredient@440abb5a, net.minecraft.item.crafting.Ingredient@440abb5a, net.minecraft.item.crafting.Ingredient@440abb5a, net.minecraft.item.crafting.Ingredient@440abb5a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9585 cyclicmagic:item.minecarttnt_1 RecipeStage{tier='three', recipe=1xitem.minecartTnt@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5d3deb70, net.minecraft.item.crafting.Ingredient@7cf51b61, net.minecraft.item.crafting.Ingredient@5d3deb70, net.minecraft.item.crafting.Ingredient@5d3deb70, net.minecraft.item.crafting.Ingredient@5d3deb70, net.minecraft.item.crafting.Ingredient@5d3deb70]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9586 cyclicmagic:item.minecarthopper_1 RecipeStage{tier='three', recipe=1xitem.minecartHopper@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6db4bfce, net.minecraft.item.crafting.Ingredient@19631277, net.minecraft.item.crafting.Ingredient@6db4bfce, net.minecraft.item.crafting.Ingredient@6db4bfce, net.minecraft.item.crafting.Ingredient@6db4bfce, net.minecraft.item.crafting.Ingredient@6db4bfce]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9587 cyclicmagic:item.minecartfurnace_1 RecipeStage{tier='three', recipe=1xitem.minecartFurnace@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2bb70c40, net.minecraft.item.crafting.Ingredient@7fcd3444, net.minecraft.item.crafting.Ingredient@2bb70c40, net.minecraft.item.crafting.Ingredient@2bb70c40, net.minecraft.item.crafting.Ingredient@2bb70c40, net.minecraft.item.crafting.Ingredient@2bb70c40]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9588 cyclicmagic:item.applegold_1 RecipeStage{tier='two', recipe=1xitem.appleGold@1:[net.minecraft.item.crafting.Ingredient@374fbebc, net.minecraft.item.crafting.Ingredient@374fbebc, net.minecraft.item.crafting.Ingredient@374fbebc, net.minecraft.item.crafting.Ingredient@374fbebc, net.minecraft.item.crafting.Ingredient@363ef288, net.minecraft.item.crafting.Ingredient@374fbebc, net.minecraft.item.crafting.Ingredient@374fbebc, net.minecraft.item.crafting.Ingredient@374fbebc, net.minecraft.item.crafting.Ingredient@374fbebc]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9589 cyclicmagic:item.melon RecipeStage{tier='tutorial', recipe=9xitem.melon@0:[net.minecraft.item.crafting.Ingredient@25782d03]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9590 cyclicmagic:item.netherstalkseeds RecipeStage{tier='three', recipe=9xitem.netherStalkSeeds@0:[net.minecraft.item.crafting.Ingredient@330142fc]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9591 cyclicmagic:item.crystallized_obsidian_1 RecipeStage{tier='five', recipe=1xitem.crystallized_obsidian@0:[net.minecraftforge.oredict.OreIngredient@780856c0, net.minecraft.item.crafting.Ingredient@31e02f06, net.minecraftforge.oredict.OreIngredient@780856c0, net.minecraftforge.oredict.OreIngredient@280ad54b, net.minecraftforge.oredict.OreIngredient@59371a96, net.minecraftforge.oredict.OreIngredient@280ad54b, net.minecraftforge.oredict.OreIngredient@780856c0, net.minecraft.item.crafting.Ingredient@31e02f06, net.minecraftforge.oredict.OreIngredient@780856c0]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9592 cyclicmagic:item.gold_minecart_1 RecipeStage{tier='three', recipe=1xitem.gold_minecart@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3d34ac5c, net.minecraft.item.crafting.Ingredient@64ac0c5c, net.minecraftforge.oredict.OreIngredient@3d34ac5c, net.minecraftforge.oredict.OreIngredient@3d34ac5c, net.minecraftforge.oredict.OreIngredient@3d34ac5c, net.minecraftforge.oredict.OreIngredient@3d34ac5c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9593 cyclicmagic:item.gold_furnace_minecart_1 RecipeStage{tier='three', recipe=1xitem.gold_furnace_minecart@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@285ef123, net.minecraft.item.crafting.Ingredient@5133c7f7, net.minecraftforge.oredict.OreIngredient@285ef123, net.minecraftforge.oredict.OreIngredient@285ef123, net.minecraftforge.oredict.OreIngredient@285ef123, net.minecraftforge.oredict.OreIngredient@285ef123]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9594 cyclicmagic:item.stone_minecart_1 RecipeStage{tier='three', recipe=1xitem.stone_minecart@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3affb25b, net.minecraft.item.crafting.Ingredient@7ddc47d7, net.minecraftforge.oredict.OreIngredient@3affb25b, net.minecraftforge.oredict.OreIngredient@3affb25b, net.minecraftforge.oredict.OreIngredient@3affb25b, net.minecraftforge.oredict.OreIngredient@3affb25b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9595 cyclicmagic:item.dropper_minecart_1 RecipeStage{tier='three', recipe=1xitem.dropper_minecart@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@26ca6053, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1c1132c5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9596 cyclicmagic:item.turret_minecart_1 RecipeStage{tier='three', recipe=1xitem.turret_minecart@0:[net.minecraft.item.crafting.Ingredient@3096b605, net.minecraft.item.crafting.Ingredient@62da3cc4, net.minecraft.item.crafting.Ingredient@3096b605, net.minecraftforge.oredict.OreIngredient@14cde931, net.minecraft.item.crafting.Ingredient@210a20d2, net.minecraftforge.oredict.OreIngredient@14cde931, net.minecraftforge.oredict.OreIngredient@14cde931, net.minecraftforge.oredict.OreIngredient@14cde931, net.minecraftforge.oredict.OreIngredient@14cde931]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9597 cyclicmagic:item.purple_boots_1 RecipeStage{tier='five', recipe=1xitem.purple_boots@0:[net.minecraftforge.oredict.OreIngredient@4c878c7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4c878c7, net.minecraftforge.oredict.OreIngredient@4c878c7, net.minecraftforge.oredict.OreIngredient@4c878c7, net.minecraftforge.oredict.OreIngredient@4c878c7]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9598 cyclicmagic:item.purple_leggings_1 RecipeStage{tier='five', recipe=1xitem.purple_leggings@0:[net.minecraftforge.oredict.OreIngredient@11aee691, net.minecraftforge.oredict.OreIngredient@11aee691, net.minecraftforge.oredict.OreIngredient@11aee691, net.minecraftforge.oredict.OreIngredient@11aee691, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@11aee691, net.minecraftforge.oredict.OreIngredient@11aee691, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@11aee691]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9599 cyclicmagic:item.purple_chestplate_1 RecipeStage{tier='five', recipe=1xitem.purple_chestplate@0:[net.minecraftforge.oredict.OreIngredient@28b86560, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@28b86560, net.minecraftforge.oredict.OreIngredient@28b86560, net.minecraftforge.oredict.OreIngredient@28b86560, net.minecraftforge.oredict.OreIngredient@28b86560, net.minecraftforge.oredict.OreIngredient@28b86560, net.minecraftforge.oredict.OreIngredient@28b86560, net.minecraftforge.oredict.OreIngredient@28b86560]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9600 cyclicmagic:item.purple_helmet_1 RecipeStage{tier='five', recipe=1xitem.purple_helmet@0:[net.minecraftforge.oredict.OreIngredient@4607ca2, net.minecraftforge.oredict.OreIngredient@4607ca2, net.minecraftforge.oredict.OreIngredient@4607ca2, net.minecraftforge.oredict.OreIngredient@4607ca2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4607ca2]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9601 cyclicmagic:item.crystal_pickaxe_1 RecipeStage{tier='five', recipe=1xitem.crystal_pickaxe@0:[net.minecraftforge.oredict.OreIngredient@9bf3984, net.minecraftforge.oredict.OreIngredient@9bf3984, net.minecraftforge.oredict.OreIngredient@9bf3984, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@f05e0c9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@f05e0c9, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9602 cyclicmagic:item.crystal_axe_1 RecipeStage{tier='five', recipe=1xitem.crystal_axe@0:[net.minecraftforge.oredict.OreIngredient@5482dbb5, net.minecraftforge.oredict.OreIngredient@5482dbb5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5482dbb5, net.minecraftforge.oredict.OreIngredient@2401bbb8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2401bbb8, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9603 cyclicmagic:item.crystal_axe_1_2_3 RecipeStage{tier='five', recipe=1xitem.crystal_axe@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4220459, net.minecraftforge.oredict.OreIngredient@4220459, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@34d2e40a, net.minecraftforge.oredict.OreIngredient@4220459, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@34d2e40a, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9604 cyclicmagic:item.crystal_spade_1 RecipeStage{tier='five', recipe=1xitem.crystal_spade@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5fba674c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4b2ea02e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4b2ea02e, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9605 cyclicmagic:item.crystal_hoe_1 RecipeStage{tier='five', recipe=1xitem.crystal_hoe@0:[net.minecraftforge.oredict.OreIngredient@604ab1d2, net.minecraftforge.oredict.OreIngredient@604ab1d2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6c463a90, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6c463a90, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9606 cyclicmagic:item.crystal_hoe_1_2_3 RecipeStage{tier='five', recipe=1xitem.crystal_hoe@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@52d7d8e6, net.minecraftforge.oredict.OreIngredient@52d7d8e6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@45c0851e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@45c0851e, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9607 cyclicmagic:item.crystal_sword_1 RecipeStage{tier='five', recipe=1xitem.crystal_sword@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4182a3d8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4182a3d8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2d7e4e79, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9608 cyclicmagic:item.glowing_helmet_1 RecipeStage{tier='four', recipe=1xitem.glowing_helmet@0:[net.minecraftforge.oredict.OreIngredient@24f11198, net.minecraftforge.oredict.OreIngredient@7039fabd, net.minecraftforge.oredict.OreIngredient@24f11198, net.minecraftforge.oredict.OreIngredient@7039fabd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7039fabd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9609 cyclicmagic:item.sword_weakness_1 RecipeStage{tier='five', recipe=1xitem.sword_weakness@0:[net.minecraft.item.crafting.Ingredient@5ee70d3a, net.minecraftforge.oredict.OreIngredient@3f290cdb, net.minecraft.item.crafting.Ingredient@5ee70d3a, net.minecraftforge.oredict.OreIngredient@389feeb9, net.minecraftforge.oredict.OreIngredient@3f290cdb, net.minecraftforge.oredict.OreIngredient@389feeb9, net.minecraft.item.crafting.Ingredient@5931cffa, net.minecraftforge.oredict.OreIngredient@68304adb, net.minecraft.item.crafting.Ingredient@5931cffa]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9610 cyclicmagic:item.sword_slowness_1 RecipeStage{tier='five', recipe=1xitem.sword_slowness@0:[net.minecraft.item.crafting.Ingredient@3ecd4f67, net.minecraftforge.oredict.OreIngredient@54c1bcf7, net.minecraft.item.crafting.Ingredient@3ecd4f67, net.minecraftforge.oredict.OreIngredient@4975cd46, net.minecraftforge.oredict.OreIngredient@54c1bcf7, net.minecraftforge.oredict.OreIngredient@4975cd46, net.minecraft.item.crafting.Ingredient@2f1d9b42, net.minecraftforge.oredict.OreIngredient@17c5faa6, net.minecraft.item.crafting.Ingredient@2f1d9b42]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9611 cyclicmagic:item.sword_ender_1 RecipeStage{tier='five', recipe=1xitem.sword_ender@0:[net.minecraft.item.crafting.Ingredient@7d20e39a, net.minecraftforge.oredict.OreIngredient@45882652, net.minecraft.item.crafting.Ingredient@7d20e39a, net.minecraftforge.oredict.OreIngredient@245fd5e2, net.minecraftforge.oredict.OreIngredient@45882652, net.minecraftforge.oredict.OreIngredient@245fd5e2, net.minecraft.item.crafting.Ingredient@70bd0ae5, net.minecraftforge.oredict.OreIngredient@5d7ae624, net.minecraft.item.crafting.Ingredient@70bd0ae5]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9612 cyclicmagic:item.sandstone_pickaxe_1 RecipeStage{tier='one', recipe=1xitem.sandstone_pickaxe@0:[net.minecraftforge.oredict.OreIngredient@7d16d7ff, net.minecraftforge.oredict.OreIngredient@7d16d7ff, net.minecraftforge.oredict.OreIngredient@7d16d7ff, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@79a8c4b9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@79a8c4b9, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9613 cyclicmagic:item.sandstone_axe_1 RecipeStage{tier='one', recipe=1xitem.sandstone_axe@0:[net.minecraftforge.oredict.OreIngredient@72fdf517, net.minecraftforge.oredict.OreIngredient@72fdf517, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@72fdf517, net.minecraftforge.oredict.OreIngredient@391f6d98, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@391f6d98, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9614 cyclicmagic:item.sandstone_axe_1_2_3 RecipeStage{tier='one', recipe=1xitem.sandstone_axe@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@62dfb0e, net.minecraftforge.oredict.OreIngredient@62dfb0e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3fce0783, net.minecraftforge.oredict.OreIngredient@62dfb0e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3fce0783, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9615 cyclicmagic:item.sandstone_spade_1 RecipeStage{tier='one', recipe=1xitem.sandstone_spade@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@60b7c245, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@92bb0d6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@92bb0d6, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9616 cyclicmagic:item.sandstone_hoe_1 RecipeStage{tier='one', recipe=1xitem.sandstone_hoe@0:[net.minecraftforge.oredict.OreIngredient@54c30b85, net.minecraftforge.oredict.OreIngredient@54c30b85, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@ab84eb2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@ab84eb2, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9617 cyclicmagic:item.sandstone_hoe_1_2_3 RecipeStage{tier='one', recipe=1xitem.sandstone_hoe@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5e41f233, net.minecraftforge.oredict.OreIngredient@5e41f233, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2ac0b8b0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2ac0b8b0, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9618 cyclicmagic:item.sandstone_sword_1 RecipeStage{tier='one', recipe=1xitem.sandstone_sword@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2e961ee0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2e961ee0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7f97a16b, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9619 cyclicmagic:item.chest_sack_empty_1 RecipeStage{tier='three', recipe=1xitem.chest_sack_empty@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@9817ef1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5277b0d9, net.minecraftforge.oredict.OreIngredient@72de66d8, net.minecraftforge.oredict.OreIngredient@5277b0d9, net.minecraftforge.oredict.OreIngredient@5277b0d9, net.minecraftforge.oredict.OreIngredient@5277b0d9, net.minecraftforge.oredict.OreIngredient@5277b0d9]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9620 cyclicmagic:item.chest_sack_empty_1_2_3 RecipeStage{tier='three', recipe=1xitem.chest_sack_empty@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@13073bd3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7d70f1ff, net.minecraft.item.crafting.Ingredient@12ee67f0, net.minecraftforge.oredict.OreIngredient@7d70f1ff, net.minecraftforge.oredict.OreIngredient@7d70f1ff, net.minecraftforge.oredict.OreIngredient@7d70f1ff, net.minecraftforge.oredict.OreIngredient@7d70f1ff]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9622 cyclicmagic:item.ender_pearl_reuse_1 RecipeStage{tier='four', recipe=1xitem.ender_pearl_reuse@0:[net.minecraft.item.crafting.Ingredient@59b54376, net.minecraftforge.oredict.OreIngredient@67839f3a, net.minecraft.item.crafting.Ingredient@59b54376, net.minecraftforge.oredict.OreIngredient@67839f3a, net.minecraftforge.oredict.OreIngredient@4adf607, net.minecraftforge.oredict.OreIngredient@67839f3a, net.minecraft.item.crafting.Ingredient@59b54376, net.minecraftforge.oredict.OreIngredient@67839f3a, net.minecraft.item.crafting.Ingredient@59b54376]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9623 cyclicmagic:item.ender_pearl_mounted_1 RecipeStage{tier='four', recipe=1xitem.ender_pearl_mounted@0:[net.minecraft.item.crafting.Ingredient@7212ed0a, net.minecraftforge.oredict.OreIngredient@913d63d, net.minecraft.item.crafting.Ingredient@7212ed0a, net.minecraftforge.oredict.OreIngredient@913d63d, net.minecraftforge.oredict.OreIngredient@62e504d6, net.minecraftforge.oredict.OreIngredient@913d63d, net.minecraft.item.crafting.Ingredient@7212ed0a, net.minecraftforge.oredict.OreIngredient@913d63d, net.minecraft.item.crafting.Ingredient@7212ed0a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9624 cyclicmagic:item.tool_harvest_weeds_1 RecipeStage{tier='one', recipe=1xitem.tool_harvest_weeds@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1d23e143, net.minecraft.item.crafting.Ingredient@3c08276e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3d577f0f, net.minecraftforge.oredict.OreIngredient@1d23e143, net.minecraft.item.crafting.Ingredient@3d577f0f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9625 cyclicmagic:item.tool_harvest_crops_1 RecipeStage{tier='three', recipe=1xitem.tool_harvest_crops@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2a56a931, net.minecraft.item.crafting.Ingredient@5718d842, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@287d6c84, net.minecraftforge.oredict.OreIngredient@2a56a931, net.minecraft.item.crafting.Ingredient@287d6c84, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9626 cyclicmagic:item.tool_harvest_leaves_1 RecipeStage{tier='one', recipe=1xitem.tool_harvest_leaves@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3149e25, net.minecraft.item.crafting.Ingredient@12df9ccd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1c14b3b7, net.minecraftforge.oredict.OreIngredient@3149e25, net.minecraft.item.crafting.Ingredient@1c14b3b7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9627 cyclicmagic:item.tool_swap_1 RecipeStage{tier='three', recipe=1xitem.tool_swap@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6ed6523a, net.minecraftforge.oredict.OreIngredient@77d24683, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@77d24683, net.minecraftforge.oredict.OreIngredient@6ed6523a, net.minecraftforge.oredict.OreIngredient@2718feaf, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9628 cyclicmagic:item.tool_swap_match_1 RecipeStage{tier='five', recipe=1xitem.tool_swap_match@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6c044bfb, net.minecraftforge.oredict.OreIngredient@987f216, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@987f216, net.minecraftforge.oredict.OreIngredient@6c044bfb, net.minecraftforge.oredict.OreIngredient@301f83c3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9629 cyclicmagic:item.horse_upgrade_type RecipeStage{tier='five', recipe=1xitem.horse_upgrade_type@0:[net.minecraft.item.crafting.Ingredient@588c5600, net.minecraft.item.crafting.Ingredient@43992efd]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9630 cyclicmagic:item.horse_upgrade_variant RecipeStage{tier='two', recipe=1xitem.horse_upgrade_variant@0:[net.minecraft.item.crafting.Ingredient@789b9d51, net.minecraft.item.crafting.Ingredient@12942a10]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9631 cyclicmagic:item.horse_upgrade_health RecipeStage{tier='five', recipe=1xitem.horse_upgrade_health@0:[net.minecraft.item.crafting.Ingredient@28925214, net.minecraft.item.crafting.Ingredient@22766f3d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9632 cyclicmagic:item.horse_upgrade_speed RecipeStage{tier='three', recipe=1xitem.horse_upgrade_speed@0:[net.minecraft.item.crafting.Ingredient@6231f37, net.minecraft.item.crafting.Ingredient@35d46149]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9633 cyclicmagic:item.horse_upgrade_jump RecipeStage{tier='three', recipe=1xitem.horse_upgrade_jump@0:[net.minecraft.item.crafting.Ingredient@fec8715, net.minecraft.item.crafting.Ingredient@1ef21e52]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9634 cyclicmagic:item.heart_food RecipeStage{tier='five', recipe=1xitem.heart_food@0:[net.minecraft.item.crafting.Ingredient@167e876a, net.minecraft.item.crafting.Ingredient@7d417e9f, net.minecraft.item.crafting.Ingredient@734fefeb, net.minecraftforge.oredict.OreIngredient@40ca570e, net.minecraft.item.crafting.Ingredient@226dcdaa, net.minecraftforge.oredict.OreIngredient@542eeafe, net.minecraft.item.crafting.Ingredient@58926727, net.minecraft.item.crafting.Ingredient@4af2291c, net.minecraft.item.crafting.Ingredient@63ead75]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9635 cyclicmagic:item.ender_blaze_1 RecipeStage{tier='three', recipe=1xitem.ender_blaze@0:[net.minecraftforge.oredict.OreIngredient@676c3c2a, net.minecraftforge.oredict.OreIngredient@5de72427, net.minecraftforge.oredict.OreIngredient@676c3c2a, net.minecraftforge.oredict.OreIngredient@676c3c2a, net.minecraftforge.oredict.OreIngredient@a930d50, net.minecraftforge.oredict.OreIngredient@676c3c2a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@a930d50, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9636 cyclicmagic:item.card_location_1 RecipeStage{tier='four', recipe=1xitem.card_location@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@fe55b7a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7e8fddf4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@38ce5f92, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9639 cyclicmagic:item.soulstone_1 RecipeStage{tier='five', recipe=1xitem.soulstone@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2fe8dab5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7df430a9, net.minecraftforge.oredict.OreIngredient@72278698, net.minecraft.item.crafting.Ingredient@13f06d61, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5d2d2ac1, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9641 cyclicmagic:item.password_remote_1 RecipeStage{tier='five', recipe=1xitem.password_remote@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@78f363c4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7c3fbe23, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@33e3374c, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9642 cyclicmagic:item.tool_elevate_1 RecipeStage{tier='five', recipe=1xitem.tool_elevate@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1c360570, net.minecraft.item.crafting.Ingredient@36c51db3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7fb8a871, net.minecraftforge.oredict.OreIngredient@1c360570, net.minecraft.item.crafting.Ingredient@7e77cf03, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9643 cyclicmagic:item.tool_rotate_1 RecipeStage{tier='two', recipe=1xitem.tool_rotate@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@76313bc9, net.minecraft.item.crafting.Ingredient@36fefddb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4c70e916, net.minecraft.item.crafting.Ingredient@76313bc9, net.minecraftforge.oredict.OreIngredient@4c70e916, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9644 cyclicmagic:item.evoker_fang_1 RecipeStage{tier='five', recipe=1xitem.evoker_fang@0:[net.minecraft.item.crafting.Ingredient@5dbbe04a, net.minecraft.item.crafting.Ingredient@28093c04, net.minecraft.item.crafting.Ingredient@69d804c1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2ab220ff, net.minecraft.item.crafting.Ingredient@28093c04, net.minecraft.item.crafting.Ingredient@16489ab2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5dbbe04a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9645 cyclicmagic:item.water_spreader_1 RecipeStage{tier='five', recipe=1xitem.water_spreader@0:[net.minecraft.item.crafting.Ingredient@512a4fd3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@512a4fd3, net.minecraftforge.oredict.OreIngredient@baccbcd, net.minecraft.item.crafting.Ingredient@512a4fd3, net.minecraftforge.oredict.OreIngredient@baccbcd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3022b0ee, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9646 cyclicmagic:item.ender_eye_orb_1 RecipeStage{tier='four', recipe=1xitem.ender_eye_orb@0:[net.minecraft.item.crafting.Ingredient@1ed49d83, net.minecraft.item.crafting.Ingredient@1ed49d83, net.minecraft.item.crafting.Ingredient@1ed49d83, net.minecraft.item.crafting.Ingredient@1ed49d83, net.minecraftforge.oredict.OreIngredient@1d830d5d, net.minecraft.item.crafting.Ingredient@1ed49d83, net.minecraft.item.crafting.Ingredient@1ed49d83, net.minecraft.item.crafting.Ingredient@1ed49d83, net.minecraft.item.crafting.Ingredient@1ed49d83]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9647 cyclicmagic:item.glove_climb_1 RecipeStage{tier='two', recipe=1xitem.glove_climb@0:[net.minecraftforge.oredict.OreIngredient@498ca8bd, net.minecraftforge.oredict.OreIngredient@498ca8bd, net.minecraftforge.oredict.OreIngredient@184a398c, net.minecraftforge.oredict.OreIngredient@498ca8bd, net.minecraftforge.oredict.OreIngredient@669c9e9f, net.minecraftforge.oredict.OreIngredient@184a398c, net.minecraftforge.oredict.OreIngredient@184a398c, net.minecraftforge.oredict.OreIngredient@184a398c, net.minecraftforge.oredict.OreIngredient@7d4995f4]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9648 cyclicmagic:item.tool_torch_launcher_1 RecipeStage{tier='two', recipe=1xitem.tool_torch_launcher@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@578662c, net.minecraftforge.oredict.OreIngredient@792787a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@792787a, net.minecraftforge.oredict.OreIngredient@578662c, net.minecraftforge.oredict.OreIngredient@4edda75d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9649 cyclicmagic:item.water_freezer_1 RecipeStage{tier='two', recipe=1xitem.water_freezer@0:[net.minecraft.item.crafting.Ingredient@7a0699d, net.minecraftforge.oredict.OreIngredient@41af2643, net.minecraft.item.crafting.Ingredient@7a0699d, net.minecraft.item.crafting.Ingredient@76ae651b, net.minecraftforge.oredict.OreIngredient@41af2643, net.minecraft.item.crafting.Ingredient@76ae651b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@556ad7a4, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9650 cyclicmagic:item.fire_killer_1 RecipeStage{tier='three', recipe=1xitem.fire_killer@0:[net.minecraft.item.crafting.Ingredient@4ae3abe7, net.minecraft.item.crafting.Ingredient@724616d2, net.minecraft.item.crafting.Ingredient@4ae3abe7, net.minecraftforge.oredict.OreIngredient@49b792e8, net.minecraft.item.crafting.Ingredient@724616d2, net.minecraftforge.oredict.OreIngredient@49b792e8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4cb4a078, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9652 cyclicmagic:item.tool_mount_1 RecipeStage{tier='two', recipe=1xitem.tool_mount@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@45e6da86, net.minecraftforge.oredict.OreIngredient@4b76cd34, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4b76cd34, net.minecraft.item.crafting.Ingredient@45e6da86, net.minecraftforge.oredict.OreIngredient@7d25369f, net.minecraftforge.oredict.OreIngredient@7d25369f, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9654 cyclicmagic:item.book_ender_1 RecipeStage{tier='five', recipe=1xitem.book_ender@0:[net.minecraftforge.oredict.OreIngredient@49b66ad4, net.minecraftforge.oredict.OreIngredient@37a37541, net.minecraftforge.oredict.OreIngredient@49b66ad4, net.minecraftforge.oredict.OreIngredient@49b66ad4, net.minecraft.item.crafting.Ingredient@dc68d9, net.minecraftforge.oredict.OreIngredient@49b66ad4, net.minecraftforge.oredict.OreIngredient@49b66ad4, net.minecraftforge.oredict.OreIngredient@49b66ad4, net.minecraftforge.oredict.OreIngredient@49b66ad4]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9655 cyclicmagic:item.carbon_paper RecipeStage{tier='three', recipe=1xitem.carbon_paper@0:[net.minecraft.item.crafting.Ingredient@1458636f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9656 cyclicmagic:item.carbon_paper_1_2 RecipeStage{tier='three', recipe=8xitem.carbon_paper@0:[net.minecraftforge.oredict.OreIngredient@5b043145, net.minecraftforge.oredict.OreIngredient@5b043145, net.minecraftforge.oredict.OreIngredient@5b043145, net.minecraftforge.oredict.OreIngredient@5b043145, net.minecraft.item.crafting.Ingredient@77214b9d, net.minecraftforge.oredict.OreIngredient@5b043145, net.minecraftforge.oredict.OreIngredient@5b043145, net.minecraftforge.oredict.OreIngredient@5b043145, net.minecraftforge.oredict.OreIngredient@5b043145]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9657 cyclicmagic:item.tool_spelunker_1 RecipeStage{tier='two', recipe=1xitem.tool_spelunker@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@700b8d87, net.minecraftforge.oredict.OreIngredient@d0b5db8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@271fd110, net.minecraft.item.crafting.Ingredient@700b8d87, net.minecraftforge.oredict.OreIngredient@271fd110, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9658 cyclicmagic:item.ender_dungeon_1 RecipeStage{tier='three', recipe=1xitem.ender_dungeon@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2eb103fb, net.minecraftforge.oredict.OreIngredient@2fac41f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@77ffcb45, net.minecraft.item.crafting.Ingredient@2eb103fb, net.minecraftforge.oredict.OreIngredient@77ffcb45, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9659 cyclicmagic:item.ender_lightning_1 RecipeStage{tier='three', recipe=1xitem.ender_lightning@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2e6164b8, net.minecraft.item.crafting.Ingredient@45469d84, net.minecraftforge.oredict.OreIngredient@7aef8dc6, net.minecraftforge.oredict.OreIngredient@5c67f36a, net.minecraftforge.oredict.OreIngredient@2e6164b8, net.minecraftforge.oredict.OreIngredient@26d9d696, net.minecraftforge.oredict.OreIngredient@7aef8dc6, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9660 cyclicmagic:item.cyclic_wand_build_1 RecipeStage{tier='five', recipe=1xitem.cyclic_wand_build@0:[net.minecraft.item.crafting.Ingredient@313b5553, net.minecraftforge.oredict.OreIngredient@66a04133, net.minecraft.item.crafting.Ingredient@313b5553, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7ffe50fa, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@ea55617, net.minecraftforge.oredict.OreIngredient@7ffe50fa, net.minecraftforge.oredict.OreIngredient@ea55617]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9661 cyclicmagic:item.tool_warp_home_1 RecipeStage{tier='five', recipe=1xitem.tool_warp_home@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@27d782c1, net.minecraftforge.oredict.OreIngredient@600859ba, net.minecraftforge.oredict.OreIngredient@72ea7546, net.minecraftforge.oredict.OreIngredient@72ea7546, net.minecraftforge.oredict.OreIngredient@27d782c1, net.minecraft.item.crafting.Ingredient@7f583c7b, net.minecraftforge.oredict.OreIngredient@72ea7546, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9662 cyclicmagic:item.tool_warp_spawn_1 RecipeStage{tier='five', recipe=1xitem.tool_warp_spawn@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@46652f4f, net.minecraftforge.oredict.OreIngredient@46652f4f, net.minecraftforge.oredict.OreIngredient@67042280, net.minecraftforge.oredict.OreIngredient@67042280, net.minecraftforge.oredict.OreIngredient@46652f4f, net.minecraftforge.oredict.OreIngredient@590171ff, net.minecraftforge.oredict.OreIngredient@67042280, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9663 cyclicmagic:item.tool_push_1 RecipeStage{tier='three', recipe=1xitem.tool_push@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@56c3b84f, net.minecraft.item.crafting.Ingredient@49fa5e1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@109598ff, net.minecraftforge.oredict.OreIngredient@56c3b84f, net.minecraft.item.crafting.Ingredient@109598ff, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9665 cyclicmagic:item.tool_spawn_inspect_1 RecipeStage{tier='two', recipe=1xitem.tool_spawn_inspect@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@165ce458, net.minecraftforge.oredict.OreIngredient@a689db3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@17daae27, net.minecraft.item.crafting.Ingredient@165ce458, net.minecraft.item.crafting.Ingredient@17daae27, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9667 cyclicmagic:item.wand_hypno_1 RecipeStage{tier='three', recipe=1xitem.wand_hypno@0:[net.minecraftforge.oredict.OreIngredient@5a419262, net.minecraft.item.crafting.Ingredient@1e97dc28, net.minecraftforge.oredict.OreIngredient@5a419262, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@43a10869, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5169607d, net.minecraft.item.crafting.Ingredient@15255a2d, net.minecraftforge.oredict.OreIngredient@5169607d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9669 cyclicmagic:item.ender_wool_1 RecipeStage{tier='five', recipe=1xitem.ender_wool@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@511be65a, net.minecraft.item.crafting.Ingredient@3078dd68, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3078dd68, net.minecraft.item.crafting.Ingredient@511be65a, net.minecraft.item.crafting.Ingredient@107cdecf, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9672 cyclicmagic:item.magic_net_1 RecipeStage{tier='five', recipe=1xitem.magic_net@0:[net.minecraftforge.oredict.OreIngredient@3dec2ef3, net.minecraft.item.crafting.Ingredient@2e461e63, net.minecraftforge.oredict.OreIngredient@3dec2ef3, net.minecraft.item.crafting.Ingredient@706483cb, net.minecraftforge.oredict.OreIngredient@2afc6e4e, net.minecraft.item.crafting.Ingredient@706483cb, net.minecraftforge.oredict.OreIngredient@3dec2ef3, net.minecraft.item.crafting.Ingredient@2e461e63, net.minecraftforge.oredict.OreIngredient@3dec2ef3]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9673 cyclicmagic:item.apple_emerald_1 RecipeStage{tier='five', recipe=1xitem.apple_emerald@0:[net.minecraftforge.oredict.OreIngredient@39a30d97, net.minecraft.item.crafting.Ingredient@2788a9c6, net.minecraftforge.oredict.OreIngredient@7bcf8072, net.minecraftforge.oredict.OreIngredient@2f613e1b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9674 cyclicmagic:item.corrupted_chorus_1 RecipeStage{tier='four', recipe=3xitem.corrupted_chorus@0:[net.minecraft.item.crafting.Ingredient@6cab0f4b, net.minecraft.item.crafting.Ingredient@6be0cebc, net.minecraft.item.crafting.Ingredient@6cab0f4b, net.minecraft.item.crafting.Ingredient@6cab0f4b, net.minecraft.item.crafting.Ingredient@6be0cebc, net.minecraft.item.crafting.Ingredient@6cab0f4b, net.minecraft.item.crafting.Ingredient@6cab0f4b, net.minecraft.item.crafting.Ingredient@6be0cebc, net.minecraft.item.crafting.Ingredient@6cab0f4b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9676 cyclicmagic:item.ender_snow_1 RecipeStage{tier='three', recipe=1xitem.ender_snow@0:[net.minecraft.item.crafting.Ingredient@603f7ea9, net.minecraftforge.oredict.OreIngredient@1039d8cf, net.minecraft.item.crafting.Ingredient@603f7ea9, net.minecraft.item.crafting.Ingredient@603f7ea9, net.minecraftforge.oredict.OreIngredient@3b9dc86e, net.minecraft.item.crafting.Ingredient@603f7ea9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@84df042, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9677 cyclicmagic:item.ender_water_1 RecipeStage{tier='three', recipe=1xitem.ender_water@0:[net.minecraftforge.oredict.OreIngredient@18b63fb9, net.minecraftforge.oredict.OreIngredient@18b63fb9, net.minecraftforge.oredict.OreIngredient@18b63fb9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4dbd40d8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@131c0dd4, net.minecraft.item.crafting.Ingredient@4dbd40d8, net.minecraft.item.crafting.Ingredient@131c0dd4]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9680 cyclicmagic:item.wand_missile_1 RecipeStage{tier='five', recipe=1xitem.wand_missile@0:[net.minecraftforge.oredict.OreIngredient@b445735, net.minecraft.item.crafting.Ingredient@3a4cf3c8, net.minecraftforge.oredict.OreIngredient@b445735, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@67250137, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@519aaacd, net.minecraftforge.oredict.OreIngredient@67250137, net.minecraftforge.oredict.OreIngredient@519aaacd]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9684 cyclicmagic:item.charm_boat_1 RecipeStage{tier='five', recipe=1xitem.charm_boat@0:[net.minecraftforge.oredict.OreIngredient@175b5537, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@56bbe436, net.minecraftforge.oredict.OreIngredient@431e3270, net.minecraftforge.oredict.OreIngredient@5f54c0a8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@431e3270, net.minecraftforge.oredict.OreIngredient@431e3270, net.minecraftforge.oredict.OreIngredient@175b5537]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9686 cyclicmagic:item.charm_speed_1 RecipeStage{tier='five', recipe=1xitem.charm_speed@0:[net.minecraftforge.oredict.OreIngredient@380568a5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@73f1faff, net.minecraftforge.oredict.OreIngredient@23418e25, net.minecraftforge.oredict.OreIngredient@5c6956b2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@23418e25, net.minecraftforge.oredict.OreIngredient@23418e25, net.minecraftforge.oredict.OreIngredient@380568a5]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9689 cyclicmagic:item.tool_mount_inverse_1 RecipeStage{tier='four', recipe=1xitem.tool_mount_inverse@0:[net.minecraftforge.oredict.OreIngredient@18bf8f23, net.minecraft.item.crafting.Ingredient@4178817a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4178817a, net.minecraftforge.oredict.OreIngredient@18bf8f23, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@152dad9, net.minecraftforge.oredict.OreIngredient@152dad9]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9690 cyclicmagic:item.apple_lapis RecipeStage{tier='two', recipe=1xitem.apple_lapis@0:[net.minecraft.item.crafting.Ingredient@55a14e90, net.minecraftforge.oredict.OreIngredient@5057660f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9691 cyclicmagic:item.inventory_food RecipeStage{tier='five', recipe=1xitem.inventory_food@0:[net.minecraftforge.oredict.OreIngredient@786e3ee4, net.minecraft.item.crafting.Ingredient@69ceaa7f, net.minecraft.item.crafting.Ingredient@c3d51a2, net.minecraft.item.crafting.Ingredient@19682f5d, net.minecraft.item.crafting.Ingredient@1078bb8a, net.minecraft.item.crafting.Ingredient@cf976a8, net.minecraftforge.oredict.OreIngredient@6aaf86d4, net.minecraftforge.oredict.OreIngredient@32654e1b, net.minecraftforge.oredict.OreIngredient@67140736]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9692 cyclicmagic:item.crafting_food RecipeStage{tier='five', recipe=1xitem.crafting_food@0:[net.minecraftforge.oredict.OreIngredient@3690daab, net.minecraft.item.crafting.Ingredient@2e9d4ff4, net.minecraft.item.crafting.Ingredient@69f7c0a6, net.minecraft.item.crafting.Ingredient@32b979e3, net.minecraft.item.crafting.Ingredient@2ccb89d, net.minecraft.item.crafting.Ingredient@466ab5df, net.minecraftforge.oredict.OreIngredient@11cfbf44, net.minecraftforge.oredict.OreIngredient@6840aaff, net.minecraftforge.oredict.OreIngredient@f2fef3a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9693 cyclicmagic:tile.fluid_drain_1 RecipeStage{tier='four', recipe=1xtile.fluid_drain@0:[net.minecraft.item.crafting.Ingredient@78152185, net.minecraft.item.crafting.Ingredient@243916c9, net.minecraft.item.crafting.Ingredient@78152185, net.minecraft.item.crafting.Ingredient@3c6c0388, net.minecraftforge.oredict.OreIngredient@63a8d63f, net.minecraft.item.crafting.Ingredient@3c6c0388, net.minecraft.item.crafting.Ingredient@15d23f53, net.minecraft.item.crafting.Ingredient@15d23f53, net.minecraft.item.crafting.Ingredient@15d23f53]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9694 cyclicmagic:tile.plate_launch_med_1 RecipeStage{tier='two', recipe=6xtile.plate_launch_med@0:[net.minecraftforge.oredict.OreIngredient@11d03027, net.minecraftforge.oredict.OreIngredient@11d03027, net.minecraftforge.oredict.OreIngredient@11d03027, net.minecraft.item.crafting.Ingredient@7fb966fc, net.minecraft.item.crafting.Ingredient@7fb966fc, net.minecraft.item.crafting.Ingredient@7fb966fc, net.minecraft.item.crafting.Ingredient@1e3dc3ab, net.minecraft.item.crafting.Ingredient@1e3dc3ab, net.minecraft.item.crafting.Ingredient@1e3dc3ab]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9695 cyclicmagic:tile.plate_launch_small_1 RecipeStage{tier='one', recipe=12xtile.plate_launch_small@0:[net.minecraftforge.oredict.OreIngredient@19a77955, net.minecraftforge.oredict.OreIngredient@19a77955, net.minecraftforge.oredict.OreIngredient@19a77955, net.minecraft.item.crafting.Ingredient@2d9d721b, net.minecraft.item.crafting.Ingredient@2d9d721b, net.minecraft.item.crafting.Ingredient@2d9d721b, net.minecraft.item.crafting.Ingredient@5dcddc98, net.minecraft.item.crafting.Ingredient@5dcddc98, net.minecraft.item.crafting.Ingredient@5dcddc98]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9696 cyclicmagic:tile.plate_launch_large_1 RecipeStage{tier='one', recipe=6xtile.plate_launch_large@0:[net.minecraftforge.oredict.OreIngredient@47d61ac1, net.minecraftforge.oredict.OreIngredient@47d61ac1, net.minecraftforge.oredict.OreIngredient@47d61ac1, net.minecraft.item.crafting.Ingredient@19db58a, net.minecraft.item.crafting.Ingredient@19db58a, net.minecraft.item.crafting.Ingredient@19db58a, net.minecraft.item.crafting.Ingredient@3207803d, net.minecraft.item.crafting.Ingredient@3207803d, net.minecraft.item.crafting.Ingredient@3207803d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9697 cyclicmagic:tile.plate_launch_extra_1 RecipeStage{tier='three', recipe=1xtile.plate_launch_extra@0:[net.minecraft.item.crafting.Ingredient@6d96530e, net.minecraft.item.crafting.Ingredient@6d96530e, net.minecraft.item.crafting.Ingredient@6d96530e, net.minecraftforge.oredict.OreIngredient@14b9ad3, net.minecraftforge.oredict.OreIngredient@14b9ad3, net.minecraftforge.oredict.OreIngredient@14b9ad3, net.minecraftforge.oredict.OreIngredient@fc3f4af, net.minecraftforge.oredict.OreIngredient@fc3f4af, net.minecraftforge.oredict.OreIngredient@fc3f4af]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9698 cyclicmagic:tile.wireless_transmitter_1 RecipeStage{tier='four', recipe=1xtile.wireless_transmitter@0:[net.minecraftforge.oredict.OreIngredient@40f764d5, net.minecraftforge.oredict.OreIngredient@1d37e31a, net.minecraftforge.oredict.OreIngredient@40f764d5, net.minecraftforge.oredict.OreIngredient@1d37e31a, net.minecraft.item.crafting.Ingredient@dc11a9f, net.minecraftforge.oredict.OreIngredient@1d37e31a, net.minecraftforge.oredict.OreIngredient@40f764d5, net.minecraftforge.oredict.OreIngredient@1d37e31a, net.minecraftforge.oredict.OreIngredient@40f764d5]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9699 cyclicmagic:tile.wireless_receiver_1 RecipeStage{tier='four', recipe=1xtile.wireless_receiver@0:[net.minecraftforge.oredict.OreIngredient@5bb05e0b, net.minecraftforge.oredict.OreIngredient@79bd5954, net.minecraftforge.oredict.OreIngredient@5bb05e0b, net.minecraftforge.oredict.OreIngredient@79bd5954, net.minecraft.item.crafting.Ingredient@7cadb11e, net.minecraftforge.oredict.OreIngredient@79bd5954, net.minecraftforge.oredict.OreIngredient@5bb05e0b, net.minecraftforge.oredict.OreIngredient@79bd5954, net.minecraftforge.oredict.OreIngredient@5bb05e0b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9700 cyclicmagic:tile.spikes_iron_1 RecipeStage{tier='two', recipe=2xtile.spikes_iron@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@57648487, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@57648487, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@57648487, net.minecraft.item.crafting.Ingredient@440010c6, net.minecraft.item.crafting.Ingredient@440010c6, net.minecraft.item.crafting.Ingredient@440010c6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9701 cyclicmagic:tile.spikes_diamond_1 RecipeStage{tier='five', recipe=2xtile.spikes_diamond@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@35337a11, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@35337a11, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@35337a11, net.minecraftforge.oredict.OreIngredient@4680808c, net.minecraftforge.oredict.OreIngredient@4680808c, net.minecraftforge.oredict.OreIngredient@4680808c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9702 cyclicmagic:tile.block_fragile_1 RecipeStage{tier='two', recipe=16xtile.block_fragile@0:[net.minecraftforge.oredict.OreIngredient@74e04e5f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@74e04e5f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@74e04e5f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@74e04e5f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@74e04e5f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9703 cyclicmagic:tile.block_fragile_auto_1 RecipeStage{tier='two', recipe=16xtile.block_fragile_auto@0:[net.minecraftforge.oredict.OreIngredient@18eb2e19, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@18eb2e19, net.minecraftforge.oredict.OreIngredient@18eb2e19, net.minecraftforge.oredict.OreIngredient@bcfe450, net.minecraftforge.oredict.OreIngredient@18eb2e19, net.minecraftforge.oredict.OreIngredient@18eb2e19, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@18eb2e19]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9704 cyclicmagic:tile.block_fragile_weak_1 RecipeStage{tier='two', recipe=16xtile.block_fragile_weak@0:[net.minecraftforge.oredict.OreIngredient@4d3f3b14, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4d3f3b14, net.minecraftforge.oredict.OreIngredient@4d3f3b14, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4d3f3b14, net.minecraftforge.oredict.OreIngredient@4d3f3b14, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4d3f3b14]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9705 cyclicmagic:tile.item_pipe_sort_1 RecipeStage{tier='four', recipe=4xtile.item_pipe_sort@0:[net.minecraftforge.oredict.OreIngredient@5b7a2cea, net.minecraft.item.crafting.Ingredient@787cd7f4, net.minecraftforge.oredict.OreIngredient@5b7a2cea, net.minecraft.item.crafting.Ingredient@4990768c, net.minecraftforge.oredict.OreIngredient@6f295b0a, net.minecraft.item.crafting.Ingredient@4990768c, net.minecraftforge.oredict.OreIngredient@5b7a2cea, net.minecraft.item.crafting.Ingredient@787cd7f4, net.minecraftforge.oredict.OreIngredient@5b7a2cea]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9706 cyclicmagic:tile.item_pipe_1 RecipeStage{tier='four', recipe=8xtile.item_pipe@0:[net.minecraft.item.crafting.Ingredient@5d5ab052, net.minecraftforge.oredict.OreIngredient@780e41f8, net.minecraft.item.crafting.Ingredient@5d5ab052, net.minecraftforge.oredict.OreIngredient@780e41f8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@780e41f8, net.minecraft.item.crafting.Ingredient@5d5ab052, net.minecraftforge.oredict.OreIngredient@780e41f8, net.minecraft.item.crafting.Ingredient@5d5ab052]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9707 cyclicmagic:tile.item_pump_1 RecipeStage{tier='four', recipe=1xtile.item_pump@0:[net.minecraftforge.oredict.OreIngredient@39d342a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@39d342a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@916b420, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@39d342a, net.minecraft.item.crafting.Ingredient@bcddd21, net.minecraftforge.oredict.OreIngredient@39d342a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9708 cyclicmagic:tile.energy_pipe_1 RecipeStage{tier='four', recipe=8xtile.energy_pipe@0:[net.minecraft.item.crafting.Ingredient@5d65b4f5, net.minecraftforge.oredict.OreIngredient@37b3e717, net.minecraft.item.crafting.Ingredient@5d65b4f5, net.minecraftforge.oredict.OreIngredient@37b3e717, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@37b3e717, net.minecraft.item.crafting.Ingredient@5d65b4f5, net.minecraftforge.oredict.OreIngredient@37b3e717, net.minecraft.item.crafting.Ingredient@5d65b4f5]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9709 cyclicmagic:tile.energy_pump_1 RecipeStage{tier='four', recipe=1xtile.energy_pump@0:[net.minecraftforge.oredict.OreIngredient@6124f126, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6124f126, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4987294a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6124f126, net.minecraft.item.crafting.Ingredient@11962dfd, net.minecraftforge.oredict.OreIngredient@6124f126]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9710 cyclicmagic:tile.fluid_pipe_1 RecipeStage{tier='four', recipe=8xtile.fluid_pipe@0:[net.minecraft.item.crafting.Ingredient@2539edc1, net.minecraftforge.oredict.OreIngredient@63d29581, net.minecraft.item.crafting.Ingredient@2539edc1, net.minecraftforge.oredict.OreIngredient@63d29581, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@63d29581, net.minecraft.item.crafting.Ingredient@2539edc1, net.minecraftforge.oredict.OreIngredient@63d29581, net.minecraft.item.crafting.Ingredient@2539edc1]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9711 cyclicmagic:tile.fluid_pump_1 RecipeStage{tier='four', recipe=1xtile.fluid_pump@0:[net.minecraftforge.oredict.OreIngredient@7abb1cbd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7abb1cbd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@db2e0f6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7abb1cbd, net.minecraft.item.crafting.Ingredient@1086bc89, net.minecraftforge.oredict.OreIngredient@7abb1cbd]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9712 cyclicmagic:tile.bundled_pipe_1 RecipeStage{tier='four', recipe=8xtile.bundled_pipe@0:[net.minecraft.item.crafting.Ingredient@421e9773, net.minecraftforge.oredict.OreIngredient@60622579, net.minecraft.item.crafting.Ingredient@421e9773, net.minecraftforge.oredict.OreIngredient@60622579, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@60622579, net.minecraft.item.crafting.Ingredient@421e9773, net.minecraftforge.oredict.OreIngredient@60622579, net.minecraft.item.crafting.Ingredient@421e9773]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9713 cyclicmagic:tile.block_library_1 RecipeStage{tier='four', recipe=4xtile.block_library@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@640a528, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@12ffd8e0, net.minecraft.item.crafting.Ingredient@6347701c, net.minecraft.item.crafting.Ingredient@12ffd8e0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@640a528, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9714 cyclicmagic:tile.block_library_ctrl_1 RecipeStage{tier='four', recipe=1xtile.block_library_ctrl@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@412a4b9d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@412a4b9d, net.minecraftforge.oredict.OreIngredient@2d7ebe0a, net.minecraft.item.crafting.Ingredient@412a4b9d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@412a4b9d, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9715 cyclicmagic:tile.plate_vector_1 RecipeStage{tier='four', recipe=6xtile.plate_vector@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6e38549f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@157694bc, net.minecraftforge.oredict.OreIngredient@3f179b92, net.minecraftforge.oredict.OreIngredient@157694bc, net.minecraft.item.crafting.Ingredient@5d4eb6, net.minecraft.item.crafting.Ingredient@5d4eb6, net.minecraft.item.crafting.Ingredient@5d4eb6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9716 cyclicmagic:tile.builder_pattern_1 RecipeStage{tier='five', recipe=1xtile.builder_pattern@0:[net.minecraftforge.oredict.OreIngredient@4fb605ee, net.minecraft.item.crafting.Ingredient@4c8227e0, net.minecraftforge.oredict.OreIngredient@4fb605ee, net.minecraftforge.oredict.OreIngredient@26c0f838, net.minecraft.item.crafting.Ingredient@a70ccd3, net.minecraftforge.oredict.OreIngredient@26c0f838, net.minecraftforge.oredict.OreIngredient@4fb605ee, net.minecraft.item.crafting.Ingredient@12569d63, net.minecraftforge.oredict.OreIngredient@4fb605ee]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9717 cyclicmagic:tile.magnet_block_1 RecipeStage{tier='four', recipe=1xtile.magnet_block@0:[net.minecraftforge.oredict.OreIngredient@620c7a4d, net.minecraftforge.oredict.OreIngredient@44175eea, net.minecraftforge.oredict.OreIngredient@620c7a4d, net.minecraftforge.oredict.OreIngredient@44175eea, net.minecraftforge.oredict.OreIngredient@3b71baf3, net.minecraftforge.oredict.OreIngredient@44175eea, net.minecraftforge.oredict.OreIngredient@620c7a4d, net.minecraftforge.oredict.OreIngredient@44175eea, net.minecraftforge.oredict.OreIngredient@620c7a4d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9718 cyclicmagic:tile.magnet_anti_block_1 RecipeStage{tier='five', recipe=1xtile.magnet_anti_block@0:[net.minecraftforge.oredict.OreIngredient@1bd154e0, net.minecraftforge.oredict.OreIngredient@2d41d34b, net.minecraftforge.oredict.OreIngredient@1bd154e0, net.minecraftforge.oredict.OreIngredient@2d41d34b, net.minecraftforge.oredict.OreIngredient@65cfa6bd, net.minecraftforge.oredict.OreIngredient@2d41d34b, net.minecraftforge.oredict.OreIngredient@1bd154e0, net.minecraftforge.oredict.OreIngredient@2d41d34b, net.minecraftforge.oredict.OreIngredient@1bd154e0]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9719 cyclicmagic:tile.block_vacuum_1 RecipeStage{tier='four', recipe=1xtile.block_vacuum@0:[net.minecraftforge.oredict.OreIngredient@60785e8e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@60785e8e, net.minecraft.item.crafting.Ingredient@4380163e, net.minecraftforge.oredict.OreIngredient@52673ec6, net.minecraft.item.crafting.Ingredient@4380163e, net.minecraft.item.crafting.Ingredient@600e7cf, net.minecraft.item.crafting.Ingredient@600e7cf, net.minecraft.item.crafting.Ingredient@600e7cf]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9720 cyclicmagic:tile.beacon_potion_1 RecipeStage{tier='five', recipe=1xtile.beacon_potion@0:[net.minecraft.item.crafting.Ingredient@ca615c1, net.minecraft.item.crafting.Ingredient@ca615c1, net.minecraft.item.crafting.Ingredient@ca615c1, net.minecraft.item.crafting.Ingredient@ca615c1, net.minecraft.item.crafting.Ingredient@d99a505, net.minecraft.item.crafting.Ingredient@ca615c1, net.minecraftforge.oredict.OreIngredient@2e08a2a0, net.minecraftforge.oredict.OreIngredient@2e08a2a0, net.minecraftforge.oredict.OreIngredient@2e08a2a0]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9722 cyclicmagic:tile.apple_1 RecipeStage{tier='one', recipe=2xtile.apple@0:[net.minecraft.item.crafting.Ingredient@7acbdef4, net.minecraftforge.oredict.OreIngredient@55c183cb, net.minecraftforge.oredict.OreIngredient@55c183cb, net.minecraft.item.crafting.Ingredient@7acbdef4]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9723 cyclicmagic:tile.beacon_redstone_1 RecipeStage{tier='three', recipe=1xtile.beacon_redstone@0:[net.minecraftforge.oredict.OreIngredient@7dcab3de, net.minecraftforge.oredict.OreIngredient@7dcab3de, net.minecraftforge.oredict.OreIngredient@7dcab3de, net.minecraftforge.oredict.OreIngredient@7dcab3de, net.minecraftforge.oredict.OreIngredient@24cca357, net.minecraftforge.oredict.OreIngredient@7dcab3de, net.minecraftforge.oredict.OreIngredient@d4f1c7, net.minecraftforge.oredict.OreIngredient@d4f1c7, net.minecraftforge.oredict.OreIngredient@d4f1c7]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9727 cyclicmagic:tile.block_hydrator_1 RecipeStage{tier='three', recipe=1xtile.block_hydrator@0:[net.minecraft.item.crafting.Ingredient@7f53538c, net.minecraft.item.crafting.Ingredient@1a47ed49, net.minecraft.item.crafting.Ingredient@7f53538c, net.minecraft.item.crafting.Ingredient@5fd744c1, net.minecraftforge.oredict.OreIngredient@2a85ba7, net.minecraft.item.crafting.Ingredient@5fd744c1, net.minecraft.item.crafting.Ingredient@34eaea2a, net.minecraft.item.crafting.Ingredient@34eaea2a, net.minecraft.item.crafting.Ingredient@34eaea2a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9728 cyclicmagic:tile.melter_1 RecipeStage{tier='three', recipe=1xtile.melter@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@19d5998c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@46ef96bb, net.minecraftforge.oredict.OreIngredient@413c477f, net.minecraft.item.crafting.Ingredient@46ef96bb, net.minecraftforge.oredict.OreIngredient@6968dcc5, net.minecraftforge.oredict.OreIngredient@6968dcc5, net.minecraftforge.oredict.OreIngredient@6968dcc5]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9729 cyclicmagic:tile.solidifier_1 RecipeStage{tier='three', recipe=1xtile.solidifier@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4bc86544, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6cb9d079, net.minecraftforge.oredict.OreIngredient@39e46863, net.minecraft.item.crafting.Ingredient@6cb9d079, net.minecraftforge.oredict.OreIngredient@5ead9ddb, net.minecraftforge.oredict.OreIngredient@5ead9ddb, net.minecraftforge.oredict.OreIngredient@5ead9ddb]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9730 cyclicmagic:tile.block_anvil_1 RecipeStage{tier='five', recipe=1xtile.block_anvil@0:[net.minecraftforge.oredict.OreIngredient@223fb371, net.minecraftforge.oredict.OreIngredient@223fb371, net.minecraftforge.oredict.OreIngredient@223fb371, net.minecraftforge.oredict.OreIngredient@5b2155e8, net.minecraft.item.crafting.Ingredient@497626ad, net.minecraftforge.oredict.OreIngredient@5b2155e8, net.minecraftforge.oredict.OreIngredient@419c999f, net.minecraftforge.oredict.OreIngredient@419c999f, net.minecraftforge.oredict.OreIngredient@419c999f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9732 cyclicmagic:tile.block_enchanter_1 RecipeStage{tier='five', recipe=1xtile.block_enchanter@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@76c6affc, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@edad3a6, net.minecraftforge.oredict.OreIngredient@36e5a51f, net.minecraftforge.oredict.OreIngredient@edad3a6, net.minecraftforge.oredict.OreIngredient@36e5a51f, net.minecraftforge.oredict.OreIngredient@36e5a51f, net.minecraftforge.oredict.OreIngredient@36e5a51f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9733 cyclicmagic:tile.exp_pylon_1 RecipeStage{tier='four', recipe=1xtile.exp_pylon@0:[net.minecraftforge.oredict.OreIngredient@687f55db, net.minecraft.item.crafting.Ingredient@30e0fc91, net.minecraftforge.oredict.OreIngredient@687f55db, net.minecraftforge.oredict.OreIngredient@2d05acc7, net.minecraft.item.crafting.Ingredient@3f46f531, net.minecraftforge.oredict.OreIngredient@2d05acc7, net.minecraftforge.oredict.OreIngredient@8f5923c, net.minecraftforge.oredict.OreIngredient@2bb67acf, net.minecraftforge.oredict.OreIngredient@8f5923c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9734 cyclicmagic:tile.builder_block_1 RecipeStage{tier='three', recipe=1xtile.builder_block@0:[net.minecraftforge.oredict.OreIngredient@43b49d4c, net.minecraft.item.crafting.Ingredient@3cc981b3, net.minecraftforge.oredict.OreIngredient@43b49d4c, net.minecraft.item.crafting.Ingredient@180994fc, net.minecraft.item.crafting.Ingredient@239fa27b, net.minecraft.item.crafting.Ingredient@180994fc, net.minecraftforge.oredict.OreIngredient@106e14bd, net.minecraftforge.oredict.OreIngredient@106e14bd, net.minecraftforge.oredict.OreIngredient@106e14bd]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9738 cyclicmagic:tile.password_block_1 RecipeStage{tier='three', recipe=1xtile.password_block@0:[net.minecraft.item.crafting.Ingredient@50e01e34, net.minecraft.item.crafting.Ingredient@50e01e34, net.minecraft.item.crafting.Ingredient@50e01e34, net.minecraft.item.crafting.Ingredient@31da090, net.minecraft.item.crafting.Ingredient@4edad570, net.minecraft.item.crafting.Ingredient@31da090, net.minecraft.item.crafting.Ingredient@50e01e34, net.minecraft.item.crafting.Ingredient@50e01e34, net.minecraft.item.crafting.Ingredient@50e01e34]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9739 cyclicmagic:tile.block_user_1 RecipeStage{tier='four', recipe=1xtile.block_user@0:[net.minecraftforge.oredict.OreIngredient@1328431b, net.minecraft.item.crafting.Ingredient@b417656, net.minecraftforge.oredict.OreIngredient@1328431b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@19063fd0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@65b64350, net.minecraftforge.oredict.OreIngredient@65b64350, net.minecraftforge.oredict.OreIngredient@65b64350]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9740 cyclicmagic:tile.trash_1 RecipeStage{tier='two', recipe=1xtile.trash@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4e0e7f3c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1fefdd7d, net.minecraftforge.oredict.OreIngredient@373f89ef, net.minecraftforge.oredict.OreIngredient@1fefdd7d, net.minecraftforge.oredict.OreIngredient@1fefdd7d, net.minecraftforge.oredict.OreIngredient@1fefdd7d, net.minecraftforge.oredict.OreIngredient@1fefdd7d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9742 cyclicmagic:tile.block_screen_1 RecipeStage{tier='four', recipe=1xtile.block_screen@0:[net.minecraftforge.oredict.OreIngredient@6a9b6d92, net.minecraft.item.crafting.Ingredient@7effba19, net.minecraftforge.oredict.OreIngredient@6a9b6d92, net.minecraftforge.oredict.OreIngredient@6a9b6d92, net.minecraftforge.oredict.OreIngredient@6a9b6d92, net.minecraftforge.oredict.OreIngredient@6a9b6d92, net.minecraft.item.crafting.Ingredient@7d70a253, net.minecraft.item.crafting.Ingredient@36f62d4f, net.minecraft.item.crafting.Ingredient@7d70a253]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9743 cyclicmagic:tile.screen_target_1 RecipeStage{tier='four', recipe=1xtile.screen_target@0:[net.minecraftforge.oredict.OreIngredient@480135cb, net.minecraft.item.crafting.Ingredient@4f9ae522, net.minecraftforge.oredict.OreIngredient@480135cb, net.minecraftforge.oredict.OreIngredient@480135cb, net.minecraftforge.oredict.OreIngredient@480135cb, net.minecraftforge.oredict.OreIngredient@480135cb, net.minecraft.item.crafting.Ingredient@295aea67, net.minecraft.item.crafting.Ingredient@301b74a2, net.minecraft.item.crafting.Ingredient@295aea67]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9744 cyclicmagic:tile.block_soundproofing_1 RecipeStage{tier='two', recipe=8xtile.block_soundproofing@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@709f6d03, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@709f6d03, net.minecraft.item.crafting.Ingredient@1b4aa9d6, net.minecraftforge.oredict.OreIngredient@709f6d03, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@709f6d03, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9745 cyclicmagic:tile.auto_crafter_1 RecipeStage{tier='five', recipe=1xtile.auto_crafter@0:[net.minecraftforge.oredict.OreIngredient@2e3b0523, net.minecraftforge.oredict.OreIngredient@12b1b83b, net.minecraftforge.oredict.OreIngredient@2e3b0523, net.minecraft.item.crafting.Ingredient@1c8a3f91, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@52403816, net.minecraftforge.oredict.OreIngredient@2e3b0523, net.minecraft.item.crafting.Ingredient@59bca157, net.minecraftforge.oredict.OreIngredient@2e3b0523]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9747 cyclicmagic:tile.fan_1 RecipeStage{tier='four', recipe=1xtile.fan@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@374f4e6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@374f4e6, net.minecraft.item.crafting.Ingredient@1ce0fdf3, net.minecraftforge.oredict.OreIngredient@374f4e6, net.minecraftforge.oredict.OreIngredient@d28952d, net.minecraftforge.oredict.OreIngredient@374f4e6, net.minecraftforge.oredict.OreIngredient@d28952d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9750 cyclicmagic:tile.block_disenchanter_1 RecipeStage{tier='five', recipe=1xtile.block_disenchanter@0:[net.minecraft.item.crafting.Ingredient@282e7bd1, net.minecraft.item.crafting.Ingredient@5739fce9, net.minecraft.item.crafting.Ingredient@282e7bd1, net.minecraftforge.oredict.OreIngredient@ff15ba7, net.minecraft.item.crafting.Ingredient@545a497b, net.minecraftforge.oredict.OreIngredient@ff15ba7, net.minecraftforge.oredict.OreIngredient@4c1c39ad, net.minecraftforge.oredict.OreIngredient@1abad5a0, net.minecraftforge.oredict.OreIngredient@4c1c39ad]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9751 cyclicmagic:tile.block_storeempty_1 RecipeStage{tier='four', recipe=1xtile.block_storeempty@0:[net.minecraftforge.oredict.OreIngredient@282cbb9d, net.minecraftforge.oredict.OreIngredient@439739ad, net.minecraftforge.oredict.OreIngredient@282cbb9d, net.minecraftforge.oredict.OreIngredient@439739ad, net.minecraftforge.oredict.OreIngredient@2b40f413, net.minecraftforge.oredict.OreIngredient@439739ad, net.minecraftforge.oredict.OreIngredient@282cbb9d, net.minecraftforge.oredict.OreIngredient@439739ad, net.minecraftforge.oredict.OreIngredient@282cbb9d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9752 cyclicmagic:tile.dropper_exact_1 RecipeStage{tier='four', recipe=1xtile.dropper_exact@0:[net.minecraftforge.oredict.OreIngredient@605b9145, net.minecraftforge.oredict.OreIngredient@605b9145, net.minecraftforge.oredict.OreIngredient@605b9145, net.minecraftforge.oredict.OreIngredient@605b9145, net.minecraft.item.crafting.Ingredient@2d663e80, net.minecraftforge.oredict.OreIngredient@605b9145, net.minecraftforge.oredict.OreIngredient@605b9145, net.minecraftforge.oredict.OreIngredient@605b9145, net.minecraftforge.oredict.OreIngredient@605b9145]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9753 cyclicmagic:tile.fluid_placer_1 RecipeStage{tier='four', recipe=1xtile.fluid_placer@0:[net.minecraftforge.oredict.OreIngredient@1f6d3048, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1f6d3048, net.minecraft.item.crafting.Ingredient@3639f1b, net.minecraftforge.oredict.OreIngredient@23004cd4, net.minecraft.item.crafting.Ingredient@65c5ef07, net.minecraftforge.oredict.OreIngredient@1f6d3048, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1f6d3048]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9754 cyclicmagic:item.forge.bucketfilled net.minecraft.item.crafting.ShapelessRecipes@45a31f0a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9755 astralsorcery:recipechangewandcolor RecipeStage{tier='two', recipe=1xitem.itemilluminationwand@0:[]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9758 astralsorcery:shaped/marble_black_raw RecipeStage{tier='two', recipe=8xtile.blockblackmarble@0:[net.minecraftforge.oredict.OreIngredient@977f38, net.minecraftforge.oredict.OreIngredient@5d4e6658, net.minecraftforge.oredict.OreIngredient@6b239097, net.minecraftforge.oredict.OreIngredient@73e293bc, net.minecraftforge.common.crafting.CompoundIngredient@66e59faf, net.minecraftforge.oredict.OreIngredient@11b50ccc, net.minecraftforge.oredict.OreIngredient@762d0235, net.minecraftforge.oredict.OreIngredient@40a2dd3, net.minecraftforge.oredict.OreIngredient@4ed8c21a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9759 astralsorcery:shaped/black_marble_arch RecipeStage{tier='two', recipe=3xtile.blockblackmarble@3:[net.minecraftforge.common.crafting.CompoundIngredient@6910fc08, net.minecraftforge.common.crafting.CompoundIngredient@34e1edd0, net.minecraftforge.common.crafting.CompoundIngredient@3e8ac0f7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9760 astralsorcery:shaped/black_marble_bricks RecipeStage{tier='two', recipe=4xtile.blockblackmarble@1:[net.minecraftforge.common.crafting.CompoundIngredient@3028d7e4, net.minecraftforge.common.crafting.CompoundIngredient@2c1f94be, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.common.crafting.CompoundIngredient@3029b0b9, net.minecraftforge.common.crafting.CompoundIngredient@77e352a0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9761 astralsorcery:shaped/black_marble_chiseled RecipeStage{tier='two', recipe=4xtile.blockblackmarble@4:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.common.crafting.CompoundIngredient@ab94d43, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.common.crafting.CompoundIngredient@3f64440e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.common.crafting.CompoundIngredient@607df67c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.common.crafting.CompoundIngredient@5647d22d, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9762 astralsorcery:shaped/black_marble_engraved RecipeStage{tier='two', recipe=5xtile.blockblackmarble@5:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.common.crafting.CompoundIngredient@189f3ff5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.common.crafting.CompoundIngredient@4eda0ac2, net.minecraftforge.common.crafting.CompoundIngredient@4fced183, net.minecraftforge.common.crafting.CompoundIngredient@54291dd6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.common.crafting.CompoundIngredient@3ad3a937, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9763 astralsorcery:shaped/black_marble_runed RecipeStage{tier='two', recipe=3xtile.blockblackmarble@6:[net.minecraftforge.common.crafting.CompoundIngredient@30373298, net.minecraftforge.common.crafting.CompoundIngredient@55f06b0b, net.minecraftforge.common.crafting.CompoundIngredient@1293997b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9764 astralsorcery:shaped/black_marble_pillar RecipeStage{tier='two', recipe=2xtile.blockblackmarble@2:[net.minecraftforge.common.crafting.CompoundIngredient@59cef14d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.common.crafting.CompoundIngredient@2afeb4c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9765 astralsorcery:shaped/marble_arch RecipeStage{tier='one', recipe=3xtile.blockmarble@3:[net.minecraftforge.common.crafting.CompoundIngredient@20a538f4, net.minecraftforge.common.crafting.CompoundIngredient@1e080305, net.minecraftforge.common.crafting.CompoundIngredient@667ab39f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9766 astralsorcery:shaped/marble_bricks RecipeStage{tier='one', recipe=4xtile.blockmarble@1:[net.minecraftforge.oredict.OreIngredient@697c383, net.minecraftforge.oredict.OreIngredient@58d9e87f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3d8d9e39, net.minecraftforge.oredict.OreIngredient@ed8245c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9767 astralsorcery:shaped/marble_chiseled RecipeStage{tier='one', recipe=4xtile.blockmarble@4:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.common.crafting.CompoundIngredient@21e6f97d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.common.crafting.CompoundIngredient@3f7ef7bf, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.common.crafting.CompoundIngredient@44ed8e34, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.common.crafting.CompoundIngredient@22ba02c6, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9768 astralsorcery:shaped/marble_engraved RecipeStage{tier='one', recipe=5xtile.blockmarble@5:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.common.crafting.CompoundIngredient@6dff1288, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.common.crafting.CompoundIngredient@7bed7b06, net.minecraftforge.common.crafting.CompoundIngredient@7681bb85, net.minecraftforge.common.crafting.CompoundIngredient@70a70618, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.common.crafting.CompoundIngredient@14105b52, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9769 astralsorcery:shaped/marble_runed RecipeStage{tier='one', recipe=3xtile.blockmarble@6:[net.minecraftforge.common.crafting.CompoundIngredient@2f1cf8ef, net.minecraftforge.common.crafting.CompoundIngredient@62e819a9, net.minecraftforge.common.crafting.CompoundIngredient@50eccd20, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9770 astralsorcery:shaped/marble_pillar RecipeStage{tier='one', recipe=2xtile.blockmarble@2:[net.minecraftforge.common.crafting.CompoundIngredient@26be84c2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.common.crafting.CompoundIngredient@743c90fc, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9771 astralsorcery:shaped/marble_stairs RecipeStage{tier='one', recipe=4xtile.blockmarblestairs@0:[net.minecraftforge.common.crafting.CompoundIngredient@6d812161, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.common.crafting.CompoundIngredient@419b307b, net.minecraftforge.common.crafting.CompoundIngredient@430e58f8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.common.crafting.CompoundIngredient@de6750e, net.minecraftforge.common.crafting.CompoundIngredient@1c24a5ba, net.minecraftforge.common.crafting.CompoundIngredient@32a3ab0]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9772 astralsorcery:shaped/marble_slab RecipeStage{tier='one', recipe=6xtile.blockmarbleslab@0:[net.minecraftforge.common.crafting.CompoundIngredient@7087f1b4, net.minecraftforge.common.crafting.CompoundIngredient@4cae3588, net.minecraftforge.common.crafting.CompoundIngredient@768b0960, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9773 astralsorcery:shapeless/infused_wood_planks RecipeStage{tier='two', recipe=4xtile.blockinfusedwood@1:[net.minecraftforge.common.crafting.CompoundIngredient@6372eb43]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9774 astralsorcery:shaped/infused_wood_arch RecipeStage{tier='two', recipe=3xtile.blockinfusedwood@3:[net.minecraftforge.common.crafting.CompoundIngredient@21bf1802, net.minecraftforge.common.crafting.CompoundIngredient@350e90e8, net.minecraftforge.common.crafting.CompoundIngredient@6e24a7bd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9775 astralsorcery:shaped/infused_wood_column RecipeStage{tier='two', recipe=3xtile.blockinfusedwood@2:[net.minecraftforge.common.crafting.CompoundIngredient@7cf6fe47, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.common.crafting.CompoundIngredient@16b5f22e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.common.crafting.CompoundIngredient@158a7189, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9776 astralsorcery:shaped/infused_wood_engraved RecipeStage{tier='two', recipe=4xtile.blockinfusedwood@4:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.common.crafting.CompoundIngredient@4cebe8f5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.common.crafting.CompoundIngredient@795b62d3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.common.crafting.CompoundIngredient@2d529f8f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.common.crafting.CompoundIngredient@6a172149, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9780 betterbuilderswands:recipewandunbreakable RecipeStage{tier='four', recipe=1xitem.betterbuilderswands.wandunbreakable@12:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1b4313c7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@71367ee2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@71367ee2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9781 betterbuilderswands:wandunbreakable13 RecipeStage{tier='four', recipe=1xitem.betterbuilderswands.wandunbreakable@13:[net.minecraft.item.crafting.Ingredient@670b03f6, net.minecraft.item.crafting.Ingredient@2588b09b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9782 betterbuilderswands:wandunbreakable14 RecipeStage{tier='four', recipe=1xitem.betterbuilderswands.wandunbreakable@14:[net.minecraft.item.crafting.Ingredient@6f04ee8, net.minecraft.item.crafting.Ingredient@395bf973]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9783 chiselsandbits:bitbagdyeing mod.chiselsandbits.crafting.BagDyeing@79f9491e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9784 chiselsandbits:positiveprintcrafting mod.chiselsandbits.crafting.ChiselCrafting@6b12b9c5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9785 chiselsandbits:chiselcrafting mod.chiselsandbits.crafting.ChiselBlockCrafting@8560ca5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9786 chiselsandbits:stackablecrafting mod.chiselsandbits.crafting.StackableCrafting@1d5d2a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9787 chiselsandbits:negativepatterncrafting mod.chiselsandbits.crafting.NegativeInversionCrafting@491d2fcd +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9788 chiselsandbits:mirrorpatterncrafting mod.chiselsandbits.crafting.MirrorTransferCrafting@2b3cb025 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9789 chiselsandbits:bitsawcrafting mod.chiselsandbits.crafting.BitSawCrafting@5c4bcfe6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9790 refinedstorage:cover com.raoulvdberge.refinedstorage.recipe.RecipeCover@1ef9b90d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9791 refinedstorage:hollow_cover com.raoulvdberge.refinedstorage.recipe.RecipeHollowCover@2ae817a4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9792 refinedstorage:fortune_1_upgrade RecipeStage{tier='five', recipe=1xitem.refinedstorage:upgrade@7:[net.minecraft.item.crafting.Ingredient@43cbc761, net.minecraft.item.crafting.Ingredient@439fa30e, net.minecraft.item.crafting.Ingredient@52df3d55, net.minecraft.item.crafting.Ingredient@57fd8e9, net.minecraft.item.crafting.Ingredient@1812e7e8, net.minecraft.item.crafting.Ingredient@26aba037, net.minecraft.item.crafting.Ingredient@d351422, net.minecraft.item.crafting.Ingredient@76763dfd, net.minecraft.item.crafting.Ingredient@7954a97c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9793 refinedstorage:fortune_2_upgrade RecipeStage{tier='five', recipe=1xitem.refinedstorage:upgrade@8:[net.minecraft.item.crafting.Ingredient@60eaccd1, net.minecraft.item.crafting.Ingredient@3ca986f9, net.minecraft.item.crafting.Ingredient@16a57bd9, net.minecraft.item.crafting.Ingredient@1532917e, net.minecraft.item.crafting.Ingredient@23084b4d, net.minecraft.item.crafting.Ingredient@53669f9b, net.minecraft.item.crafting.Ingredient@6ea04d9d, net.minecraft.item.crafting.Ingredient@6f189856, net.minecraft.item.crafting.Ingredient@e2be4db]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9794 refinedstorage:fortune_3_upgrade RecipeStage{tier='five', recipe=1xitem.refinedstorage:upgrade@9:[net.minecraft.item.crafting.Ingredient@5f64cd0, net.minecraft.item.crafting.Ingredient@2e87ae10, net.minecraft.item.crafting.Ingredient@7fdb9a27, net.minecraft.item.crafting.Ingredient@27132d36, net.minecraft.item.crafting.Ingredient@10b475c8, net.minecraft.item.crafting.Ingredient@350aee0, net.minecraft.item.crafting.Ingredient@20f9060f, net.minecraft.item.crafting.Ingredient@1e3df5bb, net.minecraft.item.crafting.Ingredient@2d94d981]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9795 refinedstorage:silk_touch_upgrade RecipeStage{tier='five', recipe=1xitem.refinedstorage:upgrade@6:[net.minecraft.item.crafting.Ingredient@4394f76a, net.minecraft.item.crafting.Ingredient@32f5428e, net.minecraft.item.crafting.Ingredient@39a6dd80, net.minecraft.item.crafting.Ingredient@38397964, net.minecraft.item.crafting.Ingredient@5cf2f6ae, net.minecraft.item.crafting.Ingredient@440b3e8c, net.minecraft.item.crafting.Ingredient@4bceb150, net.minecraft.item.crafting.Ingredient@38cf1314, net.minecraft.item.crafting.Ingredient@73c3c525]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9796 davincisvessels:tile.davincis.marker0 net.minecraftforge.oredict.ShapedOreRecipe@185b8163 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9797 davincisvessels:tile.davincis.gauge1 net.minecraftforge.oredict.ShapedOreRecipe@5d60b6d5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9798 davincisvessels:tile.davincis.gauge2 net.minecraftforge.oredict.ShapedOreRecipe@1b124de5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9799 davincisvessels:tile.davincis.gauge_ext3 net.minecraftforge.oredict.ShapedOreRecipe@497f17b4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9800 davincisvessels:tile.davincis.gauge_ext4 net.minecraftforge.oredict.ShapedOreRecipe@72ff1c4f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9801 davincisvessels:tile.davincis.seat5 net.minecraftforge.oredict.ShapedOreRecipe@5f322ab7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9802 davincisvessels:tile.davincis.crate_wood6 net.minecraftforge.oredict.ShapedOreRecipe@3f23ec32 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9803 davincisvessels:tile.davincis.engine7 net.minecraftforge.oredict.ShapedOreRecipe@603cba90 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9804 davincisvessels:tile.davincis.anchorpoint8 net.minecraftforge.oredict.ShapedOreRecipe@5125e47 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9805 davincisvessels:item.davincis.securedbed9 net.minecraftforge.oredict.ShapelessOreRecipe@1251a0da +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9806 davincisvessels:tile.davincis.buffer10 net.minecraftforge.oredict.ShapelessOreRecipe@749505ad +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9807 davincisvessels:tile.davincis.stickybuffer11 net.minecraftforge.oredict.ShapelessOreRecipe@2a337145 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9808 davincisvessels:tile.davincis.floater12 net.minecraftforge.oredict.ShapelessOreRecipe@7bfe0770 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9809 davincisvessels:tile.davincis.balloon.white13 net.minecraftforge.oredict.ShapelessOreRecipe@1188af41 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9810 davincisvessels:tile.davincis.balloon.white14 net.minecraftforge.oredict.ShapelessOreRecipe@4245e253 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9811 davincisvessels:tile.davincis.balloon.orange15 net.minecraftforge.oredict.ShapelessOreRecipe@35a24579 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9812 davincisvessels:tile.davincis.balloon.orange16 net.minecraftforge.oredict.ShapelessOreRecipe@4ee59b15 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9813 davincisvessels:tile.davincis.balloon.magenta17 net.minecraftforge.oredict.ShapelessOreRecipe@58e81f62 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9814 davincisvessels:tile.davincis.balloon.magenta18 net.minecraftforge.oredict.ShapelessOreRecipe@1db847 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9815 davincisvessels:tile.davincis.balloon.lightblue19 net.minecraftforge.oredict.ShapelessOreRecipe@550cd8cb +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9816 davincisvessels:tile.davincis.balloon.lightblue20 net.minecraftforge.oredict.ShapelessOreRecipe@346b7eb +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9817 davincisvessels:tile.davincis.balloon.yellow21 net.minecraftforge.oredict.ShapelessOreRecipe@4b385445 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9818 davincisvessels:tile.davincis.balloon.yellow22 net.minecraftforge.oredict.ShapelessOreRecipe@485f0742 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9819 davincisvessels:tile.davincis.balloon.lime23 net.minecraftforge.oredict.ShapelessOreRecipe@7d70db7d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9820 davincisvessels:tile.davincis.balloon.lime24 net.minecraftforge.oredict.ShapelessOreRecipe@40aacdda +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9821 davincisvessels:tile.davincis.balloon.pink25 net.minecraftforge.oredict.ShapelessOreRecipe@564b133d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9822 davincisvessels:tile.davincis.balloon.pink26 net.minecraftforge.oredict.ShapelessOreRecipe@2c87d79b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9823 davincisvessels:tile.davincis.balloon.gray27 net.minecraftforge.oredict.ShapelessOreRecipe@31e9a8bb +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9824 davincisvessels:tile.davincis.balloon.gray28 net.minecraftforge.oredict.ShapelessOreRecipe@1bcff649 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9825 davincisvessels:tile.davincis.balloon.silver29 net.minecraftforge.oredict.ShapelessOreRecipe@5e4f6699 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9826 davincisvessels:tile.davincis.balloon.silver30 net.minecraftforge.oredict.ShapelessOreRecipe@21cdf3db +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9827 davincisvessels:tile.davincis.balloon.cyan31 net.minecraftforge.oredict.ShapelessOreRecipe@6b00e946 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9828 davincisvessels:tile.davincis.balloon.cyan32 net.minecraftforge.oredict.ShapelessOreRecipe@4b7233eb +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9829 davincisvessels:tile.davincis.balloon.purple33 net.minecraftforge.oredict.ShapelessOreRecipe@7eca0cbb +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9830 davincisvessels:tile.davincis.balloon.purple34 net.minecraftforge.oredict.ShapelessOreRecipe@7b087cf2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9831 davincisvessels:tile.davincis.balloon.blue35 net.minecraftforge.oredict.ShapelessOreRecipe@206d1102 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9832 davincisvessels:tile.davincis.balloon.blue36 net.minecraftforge.oredict.ShapelessOreRecipe@2d41c00 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9833 davincisvessels:tile.davincis.balloon.brown37 net.minecraftforge.oredict.ShapelessOreRecipe@4a82b7ff +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9834 davincisvessels:tile.davincis.balloon.brown38 net.minecraftforge.oredict.ShapelessOreRecipe@3060b7c9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9835 davincisvessels:tile.davincis.balloon.green39 net.minecraftforge.oredict.ShapelessOreRecipe@1efe994d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9836 davincisvessels:tile.davincis.balloon.green40 net.minecraftforge.oredict.ShapelessOreRecipe@acb918f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9837 davincisvessels:tile.davincis.balloon.red41 net.minecraftforge.oredict.ShapelessOreRecipe@1e3019d8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9838 davincisvessels:tile.davincis.balloon.red42 net.minecraftforge.oredict.ShapelessOreRecipe@3ce22dbc +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9839 davincisvessels:tile.davincis.balloon.black43 net.minecraftforge.oredict.ShapelessOreRecipe@498e8888 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9840 davincisvessels:tile.davincis.balloon.black44 net.minecraftforge.oredict.ShapelessOreRecipe@1a07925d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9841 microblockcbe:micro_recipe codechicken.microblock.MicroRecipe$@484fa8e5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9894 mysticalagriculture:crafting RecipeStage{tier='five', recipe=1xitem.ma.crafting@6:[net.minecraft.item.crafting.Ingredient@413a6e43, net.minecraft.item.crafting.Ingredient@4a6f869b, net.minecraft.item.crafting.Ingredient@562a7b63, net.minecraft.item.crafting.Ingredient@7e9d5638]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9896 mysticalagriculture:crafting_2 RecipeStage{tier='five', recipe=1xitem.ma.crafting@8:[net.minecraft.item.crafting.Ingredient@3d57bef9, net.minecraft.item.crafting.Ingredient@44f42c9f, net.minecraft.item.crafting.Ingredient@19e469a7, net.minecraft.item.crafting.Ingredient@30cc219a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9897 mysticalagriculture:crafting_3 RecipeStage{tier='five', recipe=1xitem.ma.crafting@9:[net.minecraft.item.crafting.Ingredient@5599a35a, net.minecraft.item.crafting.Ingredient@6f0a411f, net.minecraft.item.crafting.Ingredient@3e1b6d95, net.minecraft.item.crafting.Ingredient@69a80fdb]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9898 mysticalagriculture:crafting_4 RecipeStage{tier='five', recipe=1xitem.ma.crafting@14:[net.minecraft.item.crafting.Ingredient@291eec86, net.minecraft.item.crafting.Ingredient@e1e8a9, net.minecraft.item.crafting.Ingredient@291eec86, net.minecraft.item.crafting.Ingredient@e1e8a9, net.minecraftforge.oredict.OreIngredient@4c8c4747, net.minecraft.item.crafting.Ingredient@e1e8a9, net.minecraft.item.crafting.Ingredient@291eec86, net.minecraft.item.crafting.Ingredient@e1e8a9, net.minecraft.item.crafting.Ingredient@291eec86]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9899 mysticalagriculture:record_13 RecipeStage{tier='five', recipe=1xitem.record@0:[net.minecraft.item.crafting.Ingredient@40b25355, net.minecraftforge.oredict.OreIngredient@1e16fd19, net.minecraft.item.crafting.Ingredient@11bdead2, net.minecraft.item.crafting.Ingredient@2b90281a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9900 mysticalagriculture:record_cat RecipeStage{tier='five', recipe=1xitem.record@0:[net.minecraft.item.crafting.Ingredient@50bd2ac7, net.minecraftforge.oredict.OreIngredient@2e28a178, net.minecraft.item.crafting.Ingredient@4529c5f, net.minecraft.item.crafting.Ingredient@2a60cedd]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9901 mysticalagriculture:record_blocks RecipeStage{tier='five', recipe=1xitem.record@0:[net.minecraft.item.crafting.Ingredient@787a722b, net.minecraftforge.oredict.OreIngredient@685aa91f, net.minecraft.item.crafting.Ingredient@44e084ef, net.minecraft.item.crafting.Ingredient@46422e35]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9902 mysticalagriculture:record_chirp RecipeStage{tier='five', recipe=1xitem.record@0:[net.minecraft.item.crafting.Ingredient@502db912, net.minecraftforge.oredict.OreIngredient@10aa9804, net.minecraft.item.crafting.Ingredient@47ce3fa2, net.minecraft.item.crafting.Ingredient@3d091da0]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9903 mysticalagriculture:record_far RecipeStage{tier='five', recipe=1xitem.record@0:[net.minecraft.item.crafting.Ingredient@44ff148c, net.minecraftforge.oredict.OreIngredient@727a009e, net.minecraft.item.crafting.Ingredient@7ebe76c, net.minecraft.item.crafting.Ingredient@90511ad]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9904 mysticalagriculture:record_mall RecipeStage{tier='five', recipe=1xitem.record@0:[net.minecraft.item.crafting.Ingredient@17bea7a7, net.minecraftforge.oredict.OreIngredient@4fb6f2bb, net.minecraft.item.crafting.Ingredient@6e9f1a99, net.minecraft.item.crafting.Ingredient@4a2209b8]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9905 mysticalagriculture:record_mellohi RecipeStage{tier='five', recipe=1xitem.record@0:[net.minecraft.item.crafting.Ingredient@5018005d, net.minecraftforge.oredict.OreIngredient@46c58315, net.minecraft.item.crafting.Ingredient@1cf02dbc, net.minecraft.item.crafting.Ingredient@2ce5b7da]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9906 mysticalagriculture:record_stal RecipeStage{tier='five', recipe=1xitem.record@0:[net.minecraft.item.crafting.Ingredient@5658b150, net.minecraftforge.oredict.OreIngredient@4b58fbea, net.minecraft.item.crafting.Ingredient@4a82ce3c, net.minecraft.item.crafting.Ingredient@c2c7757]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9907 mysticalagriculture:record_strad RecipeStage{tier='five', recipe=1xitem.record@0:[net.minecraft.item.crafting.Ingredient@13e6ba0f, net.minecraftforge.oredict.OreIngredient@4fc97561, net.minecraft.item.crafting.Ingredient@20302500, net.minecraft.item.crafting.Ingredient@53036cb8]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9908 mysticalagriculture:record_ward RecipeStage{tier='five', recipe=1xitem.record@0:[net.minecraft.item.crafting.Ingredient@71f593bb, net.minecraftforge.oredict.OreIngredient@504cb0a0, net.minecraft.item.crafting.Ingredient@186270bd, net.minecraft.item.crafting.Ingredient@71084a9e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9909 mysticalagriculture:record_11 RecipeStage{tier='five', recipe=1xitem.record@0:[net.minecraft.item.crafting.Ingredient@19c11bd8, net.minecraftforge.oredict.OreIngredient@122d67c5, net.minecraft.item.crafting.Ingredient@214283a4, net.minecraft.item.crafting.Ingredient@66829fdc]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9910 mysticalagriculture:record_wait RecipeStage{tier='five', recipe=1xitem.record@0:[net.minecraft.item.crafting.Ingredient@ee60574, net.minecraftforge.oredict.OreIngredient@3b8ce8af, net.minecraft.item.crafting.Ingredient@4902fc7d, net.minecraft.item.crafting.Ingredient@5c237e6d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9911 mysticalagriculture:crafting_5 RecipeStage{tier='five', recipe=4xitem.ma.crafting@15:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3e45584d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3e45584d, net.minecraft.item.crafting.Ingredient@60fabaec, net.minecraft.item.crafting.Ingredient@3e45584d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3e45584d, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9912 mysticalagriculture:inferium_apple RecipeStage{tier='five', recipe=1xitem.ma.inferium_apple@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@45369080, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@45369080, net.minecraft.item.crafting.Ingredient@51253f5b, net.minecraft.item.crafting.Ingredient@45369080, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@45369080, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9913 mysticalagriculture:prudentium_apple RecipeStage{tier='five', recipe=1xitem.ma.prudentium_apple@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@28980766, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@28980766, net.minecraft.item.crafting.Ingredient@595b2065, net.minecraft.item.crafting.Ingredient@28980766, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@28980766, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9914 mysticalagriculture:intermedium_apple RecipeStage{tier='five', recipe=1xitem.ma.intermedium_apple@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2b59b20e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2b59b20e, net.minecraft.item.crafting.Ingredient@43123334, net.minecraft.item.crafting.Ingredient@2b59b20e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2b59b20e, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9915 mysticalagriculture:superium_apple RecipeStage{tier='five', recipe=1xitem.ma.superium_apple@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2689333, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2689333, net.minecraft.item.crafting.Ingredient@64c798b2, net.minecraft.item.crafting.Ingredient@2689333, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2689333, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9916 mysticalagriculture:supremium_apple RecipeStage{tier='five', recipe=1xitem.ma.supremium_apple@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@269dbad6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@269dbad6, net.minecraft.item.crafting.Ingredient@602a443d, net.minecraft.item.crafting.Ingredient@269dbad6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@269dbad6, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9917 mysticalagriculture:watering_can RecipeStage{tier='five', recipe=1xitem.ma.watering_can@0:[net.minecraft.item.crafting.Ingredient@7ac85be5, net.minecraft.item.crafting.Ingredient@31481560, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7ac85be5, net.minecraft.item.crafting.Ingredient@371a4d8, net.minecraft.item.crafting.Ingredient@7ac85be5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7ac85be5, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9918 mysticalagriculture:watering_can_1 RecipeStage{tier='five', recipe=1xitem.ma.watering_can@1:[net.minecraft.item.crafting.Ingredient@180e1c5, net.minecraft.item.crafting.Ingredient@70921780, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@180e1c5, net.minecraft.item.crafting.Ingredient@7ecb3a2e, net.minecraft.item.crafting.Ingredient@180e1c5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@180e1c5, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9919 mysticalagriculture:watering_can_2 RecipeStage{tier='five', recipe=1xitem.ma.watering_can@2:[net.minecraft.item.crafting.Ingredient@3dba7b49, net.minecraft.item.crafting.Ingredient@5df45569, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3dba7b49, net.minecraft.item.crafting.Ingredient@7a491eb3, net.minecraft.item.crafting.Ingredient@3dba7b49, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3dba7b49, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9920 mysticalagriculture:watering_can_3 RecipeStage{tier='five', recipe=1xitem.ma.watering_can@3:[net.minecraft.item.crafting.Ingredient@3e061091, net.minecraft.item.crafting.Ingredient@41265525, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3e061091, net.minecraft.item.crafting.Ingredient@73a86734, net.minecraft.item.crafting.Ingredient@3e061091, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3e061091, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9921 mysticalagriculture:watering_can_4 RecipeStage{tier='five', recipe=1xitem.ma.watering_can@4:[net.minecraft.item.crafting.Ingredient@6f712184, net.minecraft.item.crafting.Ingredient@1c8dde32, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6f712184, net.minecraft.item.crafting.Ingredient@2c2c8b50, net.minecraft.item.crafting.Ingredient@6f712184, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6f712184, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9922 mysticalagriculture:crafting_6 RecipeStage{tier='five', recipe=1xitem.ma.crafting@16:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@427f01d9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@427f01d9, net.minecraft.item.crafting.Ingredient@30713bea, net.minecraft.item.crafting.Ingredient@427f01d9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@427f01d9, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9923 mysticalagriculture:crafting_7 RecipeStage{tier='five', recipe=1xitem.ma.crafting@17:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7f628c1f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7f628c1f, net.minecraft.item.crafting.Ingredient@45a92be3, net.minecraft.item.crafting.Ingredient@7f628c1f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7f628c1f, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9924 mysticalagriculture:crafting_8 RecipeStage{tier='five', recipe=1xitem.ma.crafting@18:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7ef60b47, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7ef60b47, net.minecraft.item.crafting.Ingredient@151f62f2, net.minecraft.item.crafting.Ingredient@7ef60b47, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7ef60b47, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9925 mysticalagriculture:crafting_9 RecipeStage{tier='five', recipe=1xitem.ma.crafting@19:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@12667034, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@12667034, net.minecraft.item.crafting.Ingredient@5c84ed0c, net.minecraft.item.crafting.Ingredient@12667034, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@12667034, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9926 mysticalagriculture:crafting_10 RecipeStage{tier='five', recipe=1xitem.ma.crafting@20:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@69f6efc, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@69f6efc, net.minecraft.item.crafting.Ingredient@275949cb, net.minecraft.item.crafting.Ingredient@69f6efc, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@69f6efc, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9927 mysticalagriculture:crafting_11 RecipeStage{tier='five', recipe=1xitem.ma.crafting@21:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7eea5d58, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7eea5d58, net.minecraft.item.crafting.Ingredient@37f34f7, net.minecraft.item.crafting.Ingredient@7eea5d58, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7eea5d58, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9928 mysticalagriculture:crafting_12 RecipeStage{tier='five', recipe=1xitem.ma.crafting@22:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@43832017, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@43832017, net.minecraft.item.crafting.Ingredient@6fafa5a2, net.minecraft.item.crafting.Ingredient@43832017, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@43832017, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9929 mysticalagriculture:crafting_13 RecipeStage{tier='five', recipe=1xitem.ma.crafting@23:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@525d5bfd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@525d5bfd, net.minecraft.item.crafting.Ingredient@8044a39, net.minecraft.item.crafting.Ingredient@525d5bfd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@525d5bfd, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9930 mysticalagriculture:crafting_14 RecipeStage{tier='five', recipe=1xitem.ma.crafting@24:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@60820fcc, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@60820fcc, net.minecraft.item.crafting.Ingredient@58b83292, net.minecraft.item.crafting.Ingredient@60820fcc, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@60820fcc, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9931 mysticalagriculture:crafting_15 RecipeStage{tier='five', recipe=1xitem.ma.crafting@32:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4b8b9944, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4b8b9944, net.minecraftforge.oredict.OreIngredient@3b071396, net.minecraft.item.crafting.Ingredient@4b8b9944, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4b8b9944, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9932 mysticalagriculture:crafting_16 RecipeStage{tier='five', recipe=1xitem.ma.crafting@33:[net.minecraft.item.crafting.Ingredient@6fc926b0, net.minecraft.item.crafting.Ingredient@781fc3b4, net.minecraft.item.crafting.Ingredient@7b07f482]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9933 mysticalagriculture:crafting_17 RecipeStage{tier='five', recipe=1xitem.ma.crafting@34:[net.minecraft.item.crafting.Ingredient@6b0f7622, net.minecraft.item.crafting.Ingredient@6d8b1a94, net.minecraft.item.crafting.Ingredient@29ec4043]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9934 mysticalagriculture:crafting_18 RecipeStage{tier='five', recipe=1xitem.ma.crafting@35:[net.minecraft.item.crafting.Ingredient@5ddfa8cf, net.minecraft.item.crafting.Ingredient@6835465a, net.minecraft.item.crafting.Ingredient@2390ed47]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9935 mysticalagriculture:crafting_19 RecipeStage{tier='five', recipe=1xitem.ma.crafting@36:[net.minecraft.item.crafting.Ingredient@45d755e3, net.minecraft.item.crafting.Ingredient@792dc95, net.minecraft.item.crafting.Ingredient@234ce3f5]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9936 mysticalagriculture:crafting_20 RecipeStage{tier='five', recipe=1xitem.ma.crafting@37:[net.minecraft.item.crafting.Ingredient@4932a0ad, net.minecraft.item.crafting.Ingredient@5855bb6a, net.minecraft.item.crafting.Ingredient@1cc2b8de]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9937 mysticalagriculture:crafting_21 RecipeStage{tier='five', recipe=1xitem.ma.crafting@32:[net.minecraft.item.crafting.Ingredient@266ee33b, net.minecraft.item.crafting.Ingredient@266ee33b, net.minecraft.item.crafting.Ingredient@266ee33b, net.minecraft.item.crafting.Ingredient@266ee33b, net.minecraft.item.crafting.Ingredient@266ee33b, net.minecraft.item.crafting.Ingredient@266ee33b, net.minecraft.item.crafting.Ingredient@266ee33b, net.minecraft.item.crafting.Ingredient@266ee33b, net.minecraft.item.crafting.Ingredient@266ee33b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9938 mysticalagriculture:crafting_22 RecipeStage{tier='five', recipe=1xitem.ma.crafting@33:[net.minecraft.item.crafting.Ingredient@25fb4151, net.minecraft.item.crafting.Ingredient@25fb4151, net.minecraft.item.crafting.Ingredient@25fb4151, net.minecraft.item.crafting.Ingredient@25fb4151, net.minecraft.item.crafting.Ingredient@25fb4151, net.minecraft.item.crafting.Ingredient@25fb4151, net.minecraft.item.crafting.Ingredient@25fb4151, net.minecraft.item.crafting.Ingredient@25fb4151, net.minecraft.item.crafting.Ingredient@25fb4151]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9939 mysticalagriculture:crafting_23 RecipeStage{tier='five', recipe=1xitem.ma.crafting@34:[net.minecraft.item.crafting.Ingredient@46de98f2, net.minecraft.item.crafting.Ingredient@46de98f2, net.minecraft.item.crafting.Ingredient@46de98f2, net.minecraft.item.crafting.Ingredient@46de98f2, net.minecraft.item.crafting.Ingredient@46de98f2, net.minecraft.item.crafting.Ingredient@46de98f2, net.minecraft.item.crafting.Ingredient@46de98f2, net.minecraft.item.crafting.Ingredient@46de98f2, net.minecraft.item.crafting.Ingredient@46de98f2]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9940 mysticalagriculture:crafting_24 RecipeStage{tier='five', recipe=1xitem.ma.crafting@35:[net.minecraft.item.crafting.Ingredient@5dda5cd0, net.minecraft.item.crafting.Ingredient@5dda5cd0, net.minecraft.item.crafting.Ingredient@5dda5cd0, net.minecraft.item.crafting.Ingredient@5dda5cd0, net.minecraft.item.crafting.Ingredient@5dda5cd0, net.minecraft.item.crafting.Ingredient@5dda5cd0, net.minecraft.item.crafting.Ingredient@5dda5cd0, net.minecraft.item.crafting.Ingredient@5dda5cd0, net.minecraft.item.crafting.Ingredient@5dda5cd0]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9941 mysticalagriculture:crafting_25 RecipeStage{tier='five', recipe=1xitem.ma.crafting@36:[net.minecraft.item.crafting.Ingredient@3ee8a1aa, net.minecraft.item.crafting.Ingredient@3ee8a1aa, net.minecraft.item.crafting.Ingredient@3ee8a1aa, net.minecraft.item.crafting.Ingredient@3ee8a1aa, net.minecraft.item.crafting.Ingredient@3ee8a1aa, net.minecraft.item.crafting.Ingredient@3ee8a1aa, net.minecraft.item.crafting.Ingredient@3ee8a1aa, net.minecraft.item.crafting.Ingredient@3ee8a1aa, net.minecraft.item.crafting.Ingredient@3ee8a1aa]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9942 mysticalagriculture:crafting_26 RecipeStage{tier='five', recipe=1xitem.ma.crafting@37:[net.minecraft.item.crafting.Ingredient@308e756e, net.minecraft.item.crafting.Ingredient@308e756e, net.minecraft.item.crafting.Ingredient@308e756e, net.minecraft.item.crafting.Ingredient@308e756e, net.minecraft.item.crafting.Ingredient@308e756e, net.minecraft.item.crafting.Ingredient@308e756e, net.minecraft.item.crafting.Ingredient@308e756e, net.minecraft.item.crafting.Ingredient@308e756e, net.minecraft.item.crafting.Ingredient@308e756e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9943 mysticalagriculture:crafting_27 RecipeStage{tier='five', recipe=1xitem.ma.crafting@38:[net.minecraft.item.crafting.Ingredient@5a4cdfa7, net.minecraft.item.crafting.Ingredient@5a4cdfa7, net.minecraft.item.crafting.Ingredient@5a4cdfa7, net.minecraft.item.crafting.Ingredient@5a4cdfa7, net.minecraft.item.crafting.Ingredient@5a4cdfa7, net.minecraft.item.crafting.Ingredient@5a4cdfa7, net.minecraft.item.crafting.Ingredient@5a4cdfa7, net.minecraft.item.crafting.Ingredient@5a4cdfa7, net.minecraft.item.crafting.Ingredient@5a4cdfa7]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9944 mysticalagriculture:soulstone RecipeStage{tier='three', recipe=8xtile.ma.soulstone@0:[net.minecraftforge.oredict.OreIngredient@4ad0f61c, net.minecraft.item.crafting.Ingredient@7d4bacef, net.minecraftforge.oredict.OreIngredient@4ad0f61c, net.minecraft.item.crafting.Ingredient@7d4bacef, net.minecraftforge.oredict.OreIngredient@4ad0f61c, net.minecraft.item.crafting.Ingredient@7d4bacef, net.minecraftforge.oredict.OreIngredient@4ad0f61c, net.minecraft.item.crafting.Ingredient@7d4bacef, net.minecraftforge.oredict.OreIngredient@4ad0f61c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9945 mysticalagriculture:soulstone_1 RecipeStage{tier='three', recipe=2xtile.ma.soulstone@2:[net.minecraft.item.crafting.Ingredient@13d4a934, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@13d4a934, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9946 mysticalagriculture:soulstone_2 RecipeStage{tier='three', recipe=4xtile.ma.soulstone@3:[net.minecraft.item.crafting.Ingredient@329ba22a, net.minecraft.item.crafting.Ingredient@329ba22a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@329ba22a, net.minecraft.item.crafting.Ingredient@329ba22a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9947 mysticalagriculture:soulstone_3 RecipeStage{tier='three', recipe=1xtile.ma.soulstone@5:[net.minecraft.item.crafting.Ingredient@1f8af422, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1f8af422, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9948 mysticalagriculture:soulstone_4 RecipeStage{tier='three', recipe=2xtile.ma.soulstone@6:[net.minecraft.item.crafting.Ingredient@75a940c2, net.minecraft.item.crafting.Ingredient@75a940c2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@75a940c2, net.minecraft.item.crafting.Ingredient@75a940c2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9949 mysticalagriculture:soulstone_slab RecipeStage{tier='three', recipe=6xtile.ma.soulstone_slab@0:[net.minecraft.item.crafting.Ingredient@313e4c57, net.minecraft.item.crafting.Ingredient@313e4c57, net.minecraft.item.crafting.Ingredient@313e4c57, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9950 mysticalagriculture:cobbled_soulstone_slab RecipeStage{tier='three', recipe=6xtile.ma.cobbled_soulstone_slab@0:[net.minecraft.item.crafting.Ingredient@4b0f1afd, net.minecraft.item.crafting.Ingredient@4b0f1afd, net.minecraft.item.crafting.Ingredient@4b0f1afd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9951 mysticalagriculture:soulstone_brick_slab RecipeStage{tier='three', recipe=6xtile.ma.soulstone_brick_slab@0:[net.minecraft.item.crafting.Ingredient@1d3dc48d, net.minecraft.item.crafting.Ingredient@1d3dc48d, net.minecraft.item.crafting.Ingredient@1d3dc48d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9952 mysticalagriculture:cobbled_soulstone_stairs RecipeStage{tier='three', recipe=4xtile.ma.cobbled_soulstone_stairs@0:[net.minecraft.item.crafting.Ingredient@259d349c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@259d349c, net.minecraft.item.crafting.Ingredient@259d349c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@259d349c, net.minecraft.item.crafting.Ingredient@259d349c, net.minecraft.item.crafting.Ingredient@259d349c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9953 mysticalagriculture:soulstone_brick_stairs RecipeStage{tier='three', recipe=4xtile.ma.soulstone_brick_stairs@0:[net.minecraft.item.crafting.Ingredient@1b27a2ca, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1b27a2ca, net.minecraft.item.crafting.Ingredient@1b27a2ca, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1b27a2ca, net.minecraft.item.crafting.Ingredient@1b27a2ca, net.minecraft.item.crafting.Ingredient@1b27a2ca]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9954 mysticalagriculture:cobbled_soulstone_wall RecipeStage{tier='three', recipe=6xtile.ma.cobbled_soulstone_wall@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7160bb7d, net.minecraft.item.crafting.Ingredient@7160bb7d, net.minecraft.item.crafting.Ingredient@7160bb7d, net.minecraft.item.crafting.Ingredient@7160bb7d, net.minecraft.item.crafting.Ingredient@7160bb7d, net.minecraft.item.crafting.Ingredient@7160bb7d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9955 mysticalagriculture:soulstone_brick_wall RecipeStage{tier='three', recipe=6xtile.ma.soulstone_brick_wall@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@57ede83e, net.minecraft.item.crafting.Ingredient@57ede83e, net.minecraft.item.crafting.Ingredient@57ede83e, net.minecraft.item.crafting.Ingredient@57ede83e, net.minecraft.item.crafting.Ingredient@57ede83e, net.minecraft.item.crafting.Ingredient@57ede83e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9956 mysticalagriculture:soul_glass RecipeStage{tier='five', recipe=8xtile.ma.soul_glass@0:[net.minecraftforge.oredict.OreIngredient@34ace21f, net.minecraft.item.crafting.Ingredient@145fcace, net.minecraftforge.oredict.OreIngredient@34ace21f, net.minecraft.item.crafting.Ingredient@145fcace, net.minecraftforge.oredict.OreIngredient@34ace21f, net.minecraft.item.crafting.Ingredient@145fcace, net.minecraftforge.oredict.OreIngredient@34ace21f, net.minecraft.item.crafting.Ingredient@145fcace, net.minecraftforge.oredict.OreIngredient@34ace21f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9957 mysticalagriculture:soul_glass_pane RecipeStage{tier='five', recipe=16xtile.ma.soul_glass_pane@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7461612d, net.minecraft.item.crafting.Ingredient@7461612d, net.minecraft.item.crafting.Ingredient@7461612d, net.minecraft.item.crafting.Ingredient@7461612d, net.minecraft.item.crafting.Ingredient@7461612d, net.minecraft.item.crafting.Ingredient@7461612d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9958 mysticalagriculture:crafting_28 RecipeStage{tier='five', recipe=1xitem.ma.crafting@29:[net.minecraft.item.crafting.Ingredient@45a5ddf9, net.minecraft.item.crafting.Ingredient@14376f00, net.minecraft.item.crafting.Ingredient@45a5ddf9, net.minecraft.item.crafting.Ingredient@14376f00, net.minecraft.item.crafting.Ingredient@45a5ddf9, net.minecraft.item.crafting.Ingredient@14376f00, net.minecraft.item.crafting.Ingredient@45a5ddf9, net.minecraft.item.crafting.Ingredient@14376f00, net.minecraft.item.crafting.Ingredient@45a5ddf9]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9959 mysticalagriculture:soulium_dagger RecipeStage{tier='five', recipe=1xitem.ma.soulium_dagger@0:[net.minecraft.item.crafting.Ingredient@1d4c0c78, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1d4c0c78, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@76ed503d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9960 mysticalagriculture:crafting_29 RecipeStage{tier='five', recipe=9xitem.ma.crafting@39:[net.minecraft.item.crafting.Ingredient@360cd60]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9961 mysticalagriculture:crafting_30 RecipeStage{tier='five', recipe=9xitem.ma.crafting@40:[net.minecraft.item.crafting.Ingredient@62c2f5fb]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9962 mysticalagriculture:crafting_31 RecipeStage{tier='five', recipe=9xitem.ma.crafting@41:[net.minecraft.item.crafting.Ingredient@55875a86]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9963 mysticalagriculture:crafting_32 RecipeStage{tier='five', recipe=9xitem.ma.crafting@42:[net.minecraft.item.crafting.Ingredient@4fb7aef3]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9964 mysticalagriculture:crafting_33 RecipeStage{tier='five', recipe=9xitem.ma.crafting@43:[net.minecraft.item.crafting.Ingredient@3c2f6af7]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9965 mysticalagriculture:crafting_34 RecipeStage{tier='five', recipe=9xitem.ma.crafting@44:[net.minecraft.item.crafting.Ingredient@bbc191f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9967 mysticalagriculture:crafting_36 RecipeStage{tier='five', recipe=1xitem.ma.crafting@48:[net.minecraft.item.crafting.Ingredient@608ac69d, net.minecraft.item.crafting.Ingredient@48872e5d, net.minecraft.item.crafting.Ingredient@608ac69d, net.minecraft.item.crafting.Ingredient@48872e5d, net.minecraft.item.crafting.Ingredient@48872e5d, net.minecraft.item.crafting.Ingredient@48872e5d, net.minecraft.item.crafting.Ingredient@608ac69d, net.minecraft.item.crafting.Ingredient@48872e5d, net.minecraft.item.crafting.Ingredient@608ac69d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9968 mysticalagriculture:crafting_37 RecipeStage{tier='five', recipe=1xitem.ma.crafting@50:[net.minecraft.item.crafting.Ingredient@4d309612, net.minecraft.item.crafting.Ingredient@3cb4bc2f, net.minecraft.item.crafting.Ingredient@4d309612, net.minecraft.item.crafting.Ingredient@7ee0da, net.minecraft.item.crafting.Ingredient@7bb819d6, net.minecraft.item.crafting.Ingredient@7ee0da, net.minecraft.item.crafting.Ingredient@4d309612, net.minecraft.item.crafting.Ingredient@7ee0da, net.minecraft.item.crafting.Ingredient@4d309612]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9969 mysticalagriculture:crafting_38 RecipeStage{tier='five', recipe=1xitem.ma.crafting@51:[net.minecraft.item.crafting.Ingredient@6bb6216c, net.minecraft.item.crafting.Ingredient@1c3964f0, net.minecraft.item.crafting.Ingredient@6bb6216c, net.minecraft.item.crafting.Ingredient@3e55d6b2, net.minecraft.item.crafting.Ingredient@72fabed8, net.minecraft.item.crafting.Ingredient@3e55d6b2, net.minecraft.item.crafting.Ingredient@6bb6216c, net.minecraft.item.crafting.Ingredient@3e55d6b2, net.minecraft.item.crafting.Ingredient@6bb6216c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9970 mysticalagriculture:crafting_39 RecipeStage{tier='five', recipe=1xitem.ma.crafting@52:[net.minecraft.item.crafting.Ingredient@14d0beab, net.minecraft.item.crafting.Ingredient@4a01ac5, net.minecraft.item.crafting.Ingredient@14d0beab, net.minecraft.item.crafting.Ingredient@682cb9dc, net.minecraft.item.crafting.Ingredient@43994ccc, net.minecraft.item.crafting.Ingredient@682cb9dc, net.minecraft.item.crafting.Ingredient@14d0beab, net.minecraft.item.crafting.Ingredient@682cb9dc, net.minecraft.item.crafting.Ingredient@14d0beab]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9971 mysticalagriculture:crafting_40 RecipeStage{tier='five', recipe=1xitem.ma.crafting@53:[net.minecraft.item.crafting.Ingredient@741ce2b5, net.minecraft.item.crafting.Ingredient@797357b3, net.minecraft.item.crafting.Ingredient@741ce2b5, net.minecraft.item.crafting.Ingredient@4b22141b, net.minecraft.item.crafting.Ingredient@70eeb85f, net.minecraft.item.crafting.Ingredient@4b22141b, net.minecraft.item.crafting.Ingredient@741ce2b5, net.minecraft.item.crafting.Ingredient@4b22141b, net.minecraft.item.crafting.Ingredient@741ce2b5]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9972 mysticalagriculture:crafting_41 RecipeStage{tier='five', recipe=1xitem.ma.crafting@54:[net.minecraft.item.crafting.Ingredient@3ebc2190, net.minecraft.item.crafting.Ingredient@65656890, net.minecraft.item.crafting.Ingredient@3ebc2190, net.minecraft.item.crafting.Ingredient@70f0152d, net.minecraft.item.crafting.Ingredient@5d112b4e, net.minecraft.item.crafting.Ingredient@70f0152d, net.minecraft.item.crafting.Ingredient@3ebc2190, net.minecraft.item.crafting.Ingredient@70f0152d, net.minecraft.item.crafting.Ingredient@3ebc2190]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9973 mysticalagriculture:experience_bottle RecipeStage{tier='five', recipe=4xitem.expBottle@0:[net.minecraft.item.crafting.Ingredient@7b000e9a, net.minecraft.item.crafting.Ingredient@356fd882, net.minecraft.item.crafting.Ingredient@4546ea7f, net.minecraft.item.crafting.Ingredient@19ac6fda]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9974 mysticalagriculture:chunk RecipeStage{tier='five', recipe=1xitem.ma.chunk@1:[net.minecraft.item.crafting.Ingredient@2943b9a5, net.minecraft.item.crafting.Ingredient@5ba4abe0, net.minecraft.item.crafting.Ingredient@218ccdf1]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9975 mysticalagriculture:chunk_1 RecipeStage{tier='five', recipe=1xitem.ma.chunk@2:[net.minecraft.item.crafting.Ingredient@695cc57d, net.minecraft.item.crafting.Ingredient@17d9981d, net.minecraft.item.crafting.Ingredient@50fd3c52]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9976 mysticalagriculture:chunk_2 RecipeStage{tier='five', recipe=1xitem.ma.chunk@3:[net.minecraft.item.crafting.Ingredient@3487fb7e, net.minecraft.item.crafting.Ingredient@6f458483, net.minecraft.item.crafting.Ingredient@56633a95]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9977 mysticalagriculture:chunk_3 RecipeStage{tier='five', recipe=1xitem.ma.chunk@4:[net.minecraft.item.crafting.Ingredient@1b3f96de, net.minecraft.item.crafting.Ingredient@581d68a6, net.minecraft.item.crafting.Ingredient@17e546a2]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9978 mysticalagriculture:chunk_4 RecipeStage{tier='five', recipe=1xitem.ma.chunk@6:[net.minecraft.item.crafting.Ingredient@2628a51b, net.minecraft.item.crafting.Ingredient@2628a51b, net.minecraft.item.crafting.Ingredient@2628a51b, net.minecraft.item.crafting.Ingredient@2628a51b, net.minecraft.item.crafting.Ingredient@15c3a120, net.minecraft.item.crafting.Ingredient@2628a51b, net.minecraft.item.crafting.Ingredient@2628a51b, net.minecraft.item.crafting.Ingredient@2628a51b, net.minecraft.item.crafting.Ingredient@2628a51b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9979 mysticalagriculture:chunk_5 RecipeStage{tier='five', recipe=1xitem.ma.chunk@7:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@302ee263, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@302ee263, net.minecraft.item.crafting.Ingredient@6972245f, net.minecraft.item.crafting.Ingredient@302ee263, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@302ee263, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9980 mysticalagriculture:chunk_6 RecipeStage{tier='five', recipe=1xitem.ma.chunk@8:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2e8bee6e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1163edcf, net.minecraft.item.crafting.Ingredient@4d8a2f8d, net.minecraft.item.crafting.Ingredient@1163edcf, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2e8bee6e, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9981 mysticalagriculture:chunk_7 RecipeStage{tier='five', recipe=1xitem.ma.chunk@9:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7faf04be, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6345ba81, net.minecraft.item.crafting.Ingredient@4cee6e10, net.minecraft.item.crafting.Ingredient@6345ba81, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7faf04be, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9982 mysticalagriculture:chunk_8 RecipeStage{tier='five', recipe=1xitem.ma.chunk@10:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@10139a4e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@10139a4e, net.minecraft.item.crafting.Ingredient@2f32e8b2, net.minecraft.item.crafting.Ingredient@10139a4e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@10139a4e, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9983 mysticalagriculture:chunk_9 RecipeStage{tier='five', recipe=1xitem.ma.chunk@11:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4f35929b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4f35929b, net.minecraft.item.crafting.Ingredient@777a94b7, net.minecraft.item.crafting.Ingredient@4f35929b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4f35929b, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9984 mysticalagriculture:chunk_10 RecipeStage{tier='five', recipe=1xitem.ma.chunk@12:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@39d6ce0e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1aaa2aaf, net.minecraft.item.crafting.Ingredient@45a60cec, net.minecraft.item.crafting.Ingredient@1aaa2aaf, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@39d6ce0e, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9985 mysticalagriculture:chunk_11 RecipeStage{tier='five', recipe=1xitem.ma.chunk@13:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@f14a4ff, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@f14a4ff, net.minecraft.item.crafting.Ingredient@5cee26b4, net.minecraft.item.crafting.Ingredient@f14a4ff, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@f14a4ff, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9986 mysticalagriculture:chunk_12 RecipeStage{tier='five', recipe=1xitem.ma.chunk@14:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1873644b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@35053a77, net.minecraft.item.crafting.Ingredient@771838cc, net.minecraft.item.crafting.Ingredient@35053a77, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1873644b, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9987 mysticalagriculture:chunk_13 RecipeStage{tier='five', recipe=1xitem.ma.chunk@15:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@ae53d57, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3c8dba9f, net.minecraft.item.crafting.Ingredient@41a819cd, net.minecraft.item.crafting.Ingredient@3c8dba9f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@ae53d57, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9988 mysticalagriculture:chunk_14 RecipeStage{tier='five', recipe=1xitem.ma.chunk@16:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5e953326, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5ff22f48, net.minecraft.item.crafting.Ingredient@7ed0e13c, net.minecraft.item.crafting.Ingredient@5ff22f48, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5e953326, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9989 mysticalagriculture:chunk_15 RecipeStage{tier='five', recipe=1xitem.ma.chunk@17:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@21de34fa, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@21de34fa, net.minecraft.item.crafting.Ingredient@58fee8fc, net.minecraft.item.crafting.Ingredient@21de34fa, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@21de34fa, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9990 mysticalagriculture:chunk_16 RecipeStage{tier='five', recipe=1xitem.ma.chunk@18:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@87400a0, net.minecraft.item.crafting.Ingredient@daad03a, net.minecraft.item.crafting.Ingredient@87400a0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9991 mysticalagriculture:chunk_17 RecipeStage{tier='five', recipe=1xitem.ma.chunk@19:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@39593bac, net.minecraft.item.crafting.Ingredient@62a907bd, net.minecraft.item.crafting.Ingredient@39593bac, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9992 mysticalagriculture:chunk_18 RecipeStage{tier='five', recipe=1xitem.ma.chunk@20:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4d0ef4e9, net.minecraft.item.crafting.Ingredient@67b0961a, net.minecraft.item.crafting.Ingredient@4d0ef4e9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9993 mysticalagriculture:tier1_inferium_seeds RecipeStage{tier='five', recipe=1xitem.ma.tier1_inferium_seeds@0:[net.minecraft.item.crafting.Ingredient@3e700b6c, net.minecraft.item.crafting.Ingredient@3e700b6c, net.minecraft.item.crafting.Ingredient@3e700b6c, net.minecraft.item.crafting.Ingredient@3e700b6c, net.minecraft.item.crafting.Ingredient@2ebdc4fb, net.minecraft.item.crafting.Ingredient@3e700b6c, net.minecraft.item.crafting.Ingredient@3e700b6c, net.minecraft.item.crafting.Ingredient@3e700b6c, net.minecraft.item.crafting.Ingredient@3e700b6c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9994 mysticalagriculture:tier2_inferium_seeds RecipeStage{tier='five', recipe=1xitem.ma.tier2_inferium_seeds@0:[net.minecraft.item.crafting.Ingredient@c41a75c, net.minecraft.item.crafting.Ingredient@c41a75c, net.minecraft.item.crafting.Ingredient@c41a75c, net.minecraft.item.crafting.Ingredient@c41a75c, net.minecraft.item.crafting.Ingredient@3254e6d3, net.minecraft.item.crafting.Ingredient@c41a75c, net.minecraft.item.crafting.Ingredient@c41a75c, net.minecraft.item.crafting.Ingredient@c41a75c, net.minecraft.item.crafting.Ingredient@c41a75c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9995 mysticalagriculture:tier3_inferium_seeds RecipeStage{tier='five', recipe=1xitem.ma.tier3_inferium_seeds@0:[net.minecraft.item.crafting.Ingredient@37918d6c, net.minecraft.item.crafting.Ingredient@37918d6c, net.minecraft.item.crafting.Ingredient@37918d6c, net.minecraft.item.crafting.Ingredient@37918d6c, net.minecraft.item.crafting.Ingredient@36eba785, net.minecraft.item.crafting.Ingredient@37918d6c, net.minecraft.item.crafting.Ingredient@37918d6c, net.minecraft.item.crafting.Ingredient@37918d6c, net.minecraft.item.crafting.Ingredient@37918d6c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9996 mysticalagriculture:tier4_inferium_seeds RecipeStage{tier='five', recipe=1xitem.ma.tier4_inferium_seeds@0:[net.minecraft.item.crafting.Ingredient@22a0027e, net.minecraft.item.crafting.Ingredient@22a0027e, net.minecraft.item.crafting.Ingredient@22a0027e, net.minecraft.item.crafting.Ingredient@22a0027e, net.minecraft.item.crafting.Ingredient@196101ab, net.minecraft.item.crafting.Ingredient@22a0027e, net.minecraft.item.crafting.Ingredient@22a0027e, net.minecraft.item.crafting.Ingredient@22a0027e, net.minecraft.item.crafting.Ingredient@22a0027e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9997 mysticalagriculture:tier5_inferium_seeds RecipeStage{tier='five', recipe=1xitem.ma.tier5_inferium_seeds@0:[net.minecraft.item.crafting.Ingredient@34e83236, net.minecraft.item.crafting.Ingredient@34e83236, net.minecraft.item.crafting.Ingredient@34e83236, net.minecraft.item.crafting.Ingredient@34e83236, net.minecraft.item.crafting.Ingredient@16f96527, net.minecraft.item.crafting.Ingredient@34e83236, net.minecraft.item.crafting.Ingredient@34e83236, net.minecraft.item.crafting.Ingredient@34e83236, net.minecraft.item.crafting.Ingredient@34e83236]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9998 mysticalagriculture:stone_seeds RecipeStage{tier='five', recipe=1xitem.ma.stone_seeds@0:[net.minecraft.item.crafting.Ingredient@3714013a, net.minecraft.item.crafting.Ingredient@1f956945, net.minecraft.item.crafting.Ingredient@3714013a, net.minecraft.item.crafting.Ingredient@1f956945, net.minecraft.item.crafting.Ingredient@6a199103, net.minecraft.item.crafting.Ingredient@1f956945, net.minecraft.item.crafting.Ingredient@3714013a, net.minecraft.item.crafting.Ingredient@1f956945, net.minecraft.item.crafting.Ingredient@3714013a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9999 mysticalagriculture:dirt_seeds RecipeStage{tier='five', recipe=1xitem.ma.dirt_seeds@0:[net.minecraft.item.crafting.Ingredient@1773cd27, net.minecraft.item.crafting.Ingredient@264e1d90, net.minecraft.item.crafting.Ingredient@1773cd27, net.minecraft.item.crafting.Ingredient@264e1d90, net.minecraft.item.crafting.Ingredient@f901d3, net.minecraft.item.crafting.Ingredient@264e1d90, net.minecraft.item.crafting.Ingredient@1773cd27, net.minecraft.item.crafting.Ingredient@264e1d90, net.minecraft.item.crafting.Ingredient@1773cd27]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10000 mysticalagriculture:nature_seeds RecipeStage{tier='five', recipe=1xitem.ma.nature_seeds@0:[net.minecraft.item.crafting.Ingredient@3ebec7b6, net.minecraft.item.crafting.Ingredient@7f925f29, net.minecraft.item.crafting.Ingredient@3ebec7b6, net.minecraft.item.crafting.Ingredient@7f925f29, net.minecraft.item.crafting.Ingredient@37ad3e91, net.minecraft.item.crafting.Ingredient@7f925f29, net.minecraft.item.crafting.Ingredient@3ebec7b6, net.minecraft.item.crafting.Ingredient@7f925f29, net.minecraft.item.crafting.Ingredient@3ebec7b6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10001 mysticalagriculture:wood_seeds RecipeStage{tier='five', recipe=1xitem.ma.wood_seeds@0:[net.minecraftforge.oredict.OreIngredient@5f20d3d9, net.minecraft.item.crafting.Ingredient@496cd3ef, net.minecraftforge.oredict.OreIngredient@5f20d3d9, net.minecraft.item.crafting.Ingredient@496cd3ef, net.minecraft.item.crafting.Ingredient@17eb35e5, net.minecraft.item.crafting.Ingredient@496cd3ef, net.minecraftforge.oredict.OreIngredient@5f20d3d9, net.minecraft.item.crafting.Ingredient@496cd3ef, net.minecraftforge.oredict.OreIngredient@5f20d3d9]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10002 mysticalagriculture:water_seeds RecipeStage{tier='five', recipe=1xitem.ma.water_seeds@0:[net.minecraft.item.crafting.Ingredient@16d09bd9, net.minecraft.item.crafting.Ingredient@13d7e32, net.minecraft.item.crafting.Ingredient@16d09bd9, net.minecraft.item.crafting.Ingredient@13d7e32, net.minecraft.item.crafting.Ingredient@4fb727ed, net.minecraft.item.crafting.Ingredient@13d7e32, net.minecraft.item.crafting.Ingredient@16d09bd9, net.minecraft.item.crafting.Ingredient@13d7e32, net.minecraft.item.crafting.Ingredient@16d09bd9]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10003 mysticalagriculture:ice_seeds RecipeStage{tier='five', recipe=1xitem.ma.ice_seeds@0:[net.minecraft.item.crafting.Ingredient@3f4fa6d0, net.minecraft.item.crafting.Ingredient@5b2d3227, net.minecraft.item.crafting.Ingredient@3f4fa6d0, net.minecraft.item.crafting.Ingredient@5b2d3227, net.minecraft.item.crafting.Ingredient@2dd3eee0, net.minecraft.item.crafting.Ingredient@5b2d3227, net.minecraft.item.crafting.Ingredient@3f4fa6d0, net.minecraft.item.crafting.Ingredient@5b2d3227, net.minecraft.item.crafting.Ingredient@3f4fa6d0]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10004 mysticalagriculture:fire_seeds RecipeStage{tier='five', recipe=1xitem.ma.fire_seeds@0:[net.minecraft.item.crafting.Ingredient@14387571, net.minecraft.item.crafting.Ingredient@649566db, net.minecraft.item.crafting.Ingredient@14387571, net.minecraft.item.crafting.Ingredient@649566db, net.minecraft.item.crafting.Ingredient@56033047, net.minecraft.item.crafting.Ingredient@649566db, net.minecraft.item.crafting.Ingredient@14387571, net.minecraft.item.crafting.Ingredient@649566db, net.minecraft.item.crafting.Ingredient@14387571]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10005 mysticalagriculture:dye_seeds RecipeStage{tier='five', recipe=1xitem.ma.dye_seeds@0:[net.minecraft.item.crafting.Ingredient@4b9c3ff1, net.minecraft.item.crafting.Ingredient@5316c1db, net.minecraft.item.crafting.Ingredient@4b9c3ff1, net.minecraft.item.crafting.Ingredient@5316c1db, net.minecraft.item.crafting.Ingredient@1c5842f6, net.minecraft.item.crafting.Ingredient@5316c1db, net.minecraft.item.crafting.Ingredient@4b9c3ff1, net.minecraft.item.crafting.Ingredient@5316c1db, net.minecraft.item.crafting.Ingredient@4b9c3ff1]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10006 mysticalagriculture:nether_seeds RecipeStage{tier='five', recipe=1xitem.ma.nether_seeds@0:[net.minecraft.item.crafting.Ingredient@10f0911c, net.minecraft.item.crafting.Ingredient@64a8f39c, net.minecraft.item.crafting.Ingredient@10f0911c, net.minecraft.item.crafting.Ingredient@64a8f39c, net.minecraft.item.crafting.Ingredient@3ab9520d, net.minecraft.item.crafting.Ingredient@64a8f39c, net.minecraft.item.crafting.Ingredient@10f0911c, net.minecraft.item.crafting.Ingredient@64a8f39c, net.minecraft.item.crafting.Ingredient@10f0911c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10007 mysticalagriculture:coal_seeds RecipeStage{tier='five', recipe=1xitem.ma.coal_seeds@0:[net.minecraft.item.crafting.Ingredient@793a2329, net.minecraft.item.crafting.Ingredient@1d0f3778, net.minecraft.item.crafting.Ingredient@793a2329, net.minecraft.item.crafting.Ingredient@1d0f3778, net.minecraft.item.crafting.Ingredient@6d5637ee, net.minecraft.item.crafting.Ingredient@1d0f3778, net.minecraft.item.crafting.Ingredient@793a2329, net.minecraft.item.crafting.Ingredient@1d0f3778, net.minecraft.item.crafting.Ingredient@793a2329]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10008 mysticalagriculture:iron_seeds RecipeStage{tier='five', recipe=1xitem.ma.iron_seeds@0:[net.minecraftforge.oredict.OreIngredient@170b8413, net.minecraft.item.crafting.Ingredient@63b5696e, net.minecraftforge.oredict.OreIngredient@170b8413, net.minecraft.item.crafting.Ingredient@63b5696e, net.minecraft.item.crafting.Ingredient@3f00dbb1, net.minecraft.item.crafting.Ingredient@63b5696e, net.minecraftforge.oredict.OreIngredient@170b8413, net.minecraft.item.crafting.Ingredient@63b5696e, net.minecraftforge.oredict.OreIngredient@170b8413]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10009 mysticalagriculture:nether_quartz_seeds RecipeStage{tier='five', recipe=1xitem.ma.nether_quartz_seeds@0:[net.minecraft.item.crafting.Ingredient@3a2bfa9, net.minecraft.item.crafting.Ingredient@71261168, net.minecraft.item.crafting.Ingredient@3a2bfa9, net.minecraft.item.crafting.Ingredient@71261168, net.minecraft.item.crafting.Ingredient@484281ae, net.minecraft.item.crafting.Ingredient@71261168, net.minecraft.item.crafting.Ingredient@3a2bfa9, net.minecraft.item.crafting.Ingredient@71261168, net.minecraft.item.crafting.Ingredient@3a2bfa9]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10010 mysticalagriculture:glowstone_seeds RecipeStage{tier='five', recipe=1xitem.ma.glowstone_seeds@0:[net.minecraft.item.crafting.Ingredient@36b34963, net.minecraft.item.crafting.Ingredient@7c6954e0, net.minecraft.item.crafting.Ingredient@36b34963, net.minecraft.item.crafting.Ingredient@7c6954e0, net.minecraft.item.crafting.Ingredient@207ae532, net.minecraft.item.crafting.Ingredient@7c6954e0, net.minecraft.item.crafting.Ingredient@36b34963, net.minecraft.item.crafting.Ingredient@7c6954e0, net.minecraft.item.crafting.Ingredient@36b34963]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10011 mysticalagriculture:redstone_seeds RecipeStage{tier='five', recipe=1xitem.ma.redstone_seeds@0:[net.minecraft.item.crafting.Ingredient@4b55d955, net.minecraft.item.crafting.Ingredient@102548d4, net.minecraft.item.crafting.Ingredient@4b55d955, net.minecraft.item.crafting.Ingredient@102548d4, net.minecraft.item.crafting.Ingredient@67816c97, net.minecraft.item.crafting.Ingredient@102548d4, net.minecraft.item.crafting.Ingredient@4b55d955, net.minecraft.item.crafting.Ingredient@102548d4, net.minecraft.item.crafting.Ingredient@4b55d955]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10012 mysticalagriculture:obsidian_seeds RecipeStage{tier='five', recipe=1xitem.ma.obsidian_seeds@0:[net.minecraft.item.crafting.Ingredient@305fef2e, net.minecraft.item.crafting.Ingredient@39ac2dc8, net.minecraft.item.crafting.Ingredient@305fef2e, net.minecraft.item.crafting.Ingredient@39ac2dc8, net.minecraft.item.crafting.Ingredient@55a51bbe, net.minecraft.item.crafting.Ingredient@39ac2dc8, net.minecraft.item.crafting.Ingredient@305fef2e, net.minecraft.item.crafting.Ingredient@39ac2dc8, net.minecraft.item.crafting.Ingredient@305fef2e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10013 mysticalagriculture:gold_seeds RecipeStage{tier='five', recipe=1xitem.ma.gold_seeds@0:[net.minecraftforge.oredict.OreIngredient@7446576e, net.minecraft.item.crafting.Ingredient@46aa623a, net.minecraftforge.oredict.OreIngredient@7446576e, net.minecraft.item.crafting.Ingredient@46aa623a, net.minecraft.item.crafting.Ingredient@3b2ff9ba, net.minecraft.item.crafting.Ingredient@46aa623a, net.minecraftforge.oredict.OreIngredient@7446576e, net.minecraft.item.crafting.Ingredient@46aa623a, net.minecraftforge.oredict.OreIngredient@7446576e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10014 mysticalagriculture:lapis_lazuli_seeds RecipeStage{tier='five', recipe=1xitem.ma.lapis_lazuli_seeds@0:[net.minecraft.item.crafting.Ingredient@7b2f00fc, net.minecraft.item.crafting.Ingredient@793209a2, net.minecraft.item.crafting.Ingredient@7b2f00fc, net.minecraft.item.crafting.Ingredient@793209a2, net.minecraft.item.crafting.Ingredient@3d14cd17, net.minecraft.item.crafting.Ingredient@793209a2, net.minecraft.item.crafting.Ingredient@7b2f00fc, net.minecraft.item.crafting.Ingredient@793209a2, net.minecraft.item.crafting.Ingredient@7b2f00fc]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10015 mysticalagriculture:experience_seeds RecipeStage{tier='five', recipe=1xitem.ma.experience_seeds@0:[net.minecraft.item.crafting.Ingredient@68881a6, net.minecraft.item.crafting.Ingredient@1ec443b4, net.minecraft.item.crafting.Ingredient@68881a6, net.minecraft.item.crafting.Ingredient@1ec443b4, net.minecraft.item.crafting.Ingredient@5a3490e, net.minecraft.item.crafting.Ingredient@1ec443b4, net.minecraft.item.crafting.Ingredient@68881a6, net.minecraft.item.crafting.Ingredient@1ec443b4, net.minecraft.item.crafting.Ingredient@68881a6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10016 mysticalagriculture:end_seeds RecipeStage{tier='five', recipe=1xitem.ma.end_seeds@0:[net.minecraft.item.crafting.Ingredient@1b5cc04, net.minecraft.item.crafting.Ingredient@5c8629da, net.minecraft.item.crafting.Ingredient@1b5cc04, net.minecraft.item.crafting.Ingredient@5c8629da, net.minecraft.item.crafting.Ingredient@4372f07d, net.minecraft.item.crafting.Ingredient@5c8629da, net.minecraft.item.crafting.Ingredient@1b5cc04, net.minecraft.item.crafting.Ingredient@5c8629da, net.minecraft.item.crafting.Ingredient@1b5cc04]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10017 mysticalagriculture:diamond_seeds RecipeStage{tier='five', recipe=1xitem.ma.diamond_seeds@0:[net.minecraft.item.crafting.Ingredient@6fa8b0a4, net.minecraft.item.crafting.Ingredient@14f77aad, net.minecraft.item.crafting.Ingredient@6fa8b0a4, net.minecraft.item.crafting.Ingredient@14f77aad, net.minecraft.item.crafting.Ingredient@40d29156, net.minecraft.item.crafting.Ingredient@14f77aad, net.minecraft.item.crafting.Ingredient@6fa8b0a4, net.minecraft.item.crafting.Ingredient@14f77aad, net.minecraft.item.crafting.Ingredient@6fa8b0a4]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10018 mysticalagriculture:emerald_seeds RecipeStage{tier='five', recipe=1xitem.ma.emerald_seeds@0:[net.minecraft.item.crafting.Ingredient@55b2406a, net.minecraft.item.crafting.Ingredient@2bb98ea8, net.minecraft.item.crafting.Ingredient@55b2406a, net.minecraft.item.crafting.Ingredient@2bb98ea8, net.minecraft.item.crafting.Ingredient@7fb5f2a8, net.minecraft.item.crafting.Ingredient@2bb98ea8, net.minecraft.item.crafting.Ingredient@55b2406a, net.minecraft.item.crafting.Ingredient@2bb98ea8, net.minecraft.item.crafting.Ingredient@55b2406a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10019 mysticalagriculture:zombie_seeds RecipeStage{tier='five', recipe=1xitem.ma.zombie_seeds@0:[net.minecraft.item.crafting.Ingredient@47e09e9, net.minecraft.item.crafting.Ingredient@13f82097, net.minecraft.item.crafting.Ingredient@47e09e9, net.minecraft.item.crafting.Ingredient@13f82097, net.minecraft.item.crafting.Ingredient@4308a0f2, net.minecraft.item.crafting.Ingredient@13f82097, net.minecraft.item.crafting.Ingredient@47e09e9, net.minecraft.item.crafting.Ingredient@13f82097, net.minecraft.item.crafting.Ingredient@47e09e9]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10020 mysticalagriculture:pig_seeds RecipeStage{tier='five', recipe=1xitem.ma.pig_seeds@0:[net.minecraft.item.crafting.Ingredient@49c1fbf9, net.minecraft.item.crafting.Ingredient@3b8db452, net.minecraft.item.crafting.Ingredient@49c1fbf9, net.minecraft.item.crafting.Ingredient@3b8db452, net.minecraft.item.crafting.Ingredient@3d848ce1, net.minecraft.item.crafting.Ingredient@3b8db452, net.minecraft.item.crafting.Ingredient@49c1fbf9, net.minecraft.item.crafting.Ingredient@3b8db452, net.minecraft.item.crafting.Ingredient@49c1fbf9]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10021 mysticalagriculture:chicken_seeds RecipeStage{tier='five', recipe=1xitem.ma.chicken_seeds@0:[net.minecraft.item.crafting.Ingredient@37a56a84, net.minecraft.item.crafting.Ingredient@68072314, net.minecraft.item.crafting.Ingredient@37a56a84, net.minecraft.item.crafting.Ingredient@68072314, net.minecraft.item.crafting.Ingredient@71fd4971, net.minecraft.item.crafting.Ingredient@68072314, net.minecraft.item.crafting.Ingredient@37a56a84, net.minecraft.item.crafting.Ingredient@68072314, net.minecraft.item.crafting.Ingredient@37a56a84]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10022 mysticalagriculture:cow_seeds RecipeStage{tier='five', recipe=1xitem.ma.cow_seeds@0:[net.minecraft.item.crafting.Ingredient@2ee7741b, net.minecraft.item.crafting.Ingredient@2927ab00, net.minecraft.item.crafting.Ingredient@2ee7741b, net.minecraft.item.crafting.Ingredient@2927ab00, net.minecraft.item.crafting.Ingredient@320ac994, net.minecraft.item.crafting.Ingredient@2927ab00, net.minecraft.item.crafting.Ingredient@2ee7741b, net.minecraft.item.crafting.Ingredient@2927ab00, net.minecraft.item.crafting.Ingredient@2ee7741b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10023 mysticalagriculture:sheep_seeds RecipeStage{tier='five', recipe=1xitem.ma.sheep_seeds@0:[net.minecraft.item.crafting.Ingredient@7ae0ab2f, net.minecraft.item.crafting.Ingredient@b9063e1, net.minecraft.item.crafting.Ingredient@7ae0ab2f, net.minecraft.item.crafting.Ingredient@b9063e1, net.minecraft.item.crafting.Ingredient@6fb24d6e, net.minecraft.item.crafting.Ingredient@b9063e1, net.minecraft.item.crafting.Ingredient@7ae0ab2f, net.minecraft.item.crafting.Ingredient@b9063e1, net.minecraft.item.crafting.Ingredient@7ae0ab2f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10024 mysticalagriculture:slime_seeds RecipeStage{tier='five', recipe=1xitem.ma.slime_seeds@0:[net.minecraft.item.crafting.Ingredient@321904c4, net.minecraft.item.crafting.Ingredient@30fb95cf, net.minecraft.item.crafting.Ingredient@321904c4, net.minecraft.item.crafting.Ingredient@30fb95cf, net.minecraft.item.crafting.Ingredient@4ddf6783, net.minecraft.item.crafting.Ingredient@30fb95cf, net.minecraft.item.crafting.Ingredient@321904c4, net.minecraft.item.crafting.Ingredient@30fb95cf, net.minecraft.item.crafting.Ingredient@321904c4]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10025 mysticalagriculture:skeleton_seeds RecipeStage{tier='five', recipe=1xitem.ma.skeleton_seeds@0:[net.minecraft.item.crafting.Ingredient@4925debe, net.minecraft.item.crafting.Ingredient@5b54f68, net.minecraft.item.crafting.Ingredient@4925debe, net.minecraft.item.crafting.Ingredient@5b54f68, net.minecraft.item.crafting.Ingredient@33e0c322, net.minecraft.item.crafting.Ingredient@5b54f68, net.minecraft.item.crafting.Ingredient@4925debe, net.minecraft.item.crafting.Ingredient@5b54f68, net.minecraft.item.crafting.Ingredient@4925debe]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10026 mysticalagriculture:creeper_seeds RecipeStage{tier='five', recipe=1xitem.ma.creeper_seeds@0:[net.minecraft.item.crafting.Ingredient@3a6e3182, net.minecraft.item.crafting.Ingredient@6895e35a, net.minecraft.item.crafting.Ingredient@3a6e3182, net.minecraft.item.crafting.Ingredient@6895e35a, net.minecraft.item.crafting.Ingredient@5d59c4b9, net.minecraft.item.crafting.Ingredient@6895e35a, net.minecraft.item.crafting.Ingredient@3a6e3182, net.minecraft.item.crafting.Ingredient@6895e35a, net.minecraft.item.crafting.Ingredient@3a6e3182]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10027 mysticalagriculture:spider_seeds RecipeStage{tier='five', recipe=1xitem.ma.spider_seeds@0:[net.minecraft.item.crafting.Ingredient@4324a039, net.minecraft.item.crafting.Ingredient@1be20152, net.minecraft.item.crafting.Ingredient@4324a039, net.minecraft.item.crafting.Ingredient@1be20152, net.minecraft.item.crafting.Ingredient@80d629b, net.minecraft.item.crafting.Ingredient@1be20152, net.minecraft.item.crafting.Ingredient@4324a039, net.minecraft.item.crafting.Ingredient@1be20152, net.minecraft.item.crafting.Ingredient@4324a039]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10028 mysticalagriculture:rabbit_seeds RecipeStage{tier='five', recipe=1xitem.ma.rabbit_seeds@0:[net.minecraft.item.crafting.Ingredient@44e8e3af, net.minecraft.item.crafting.Ingredient@415101b0, net.minecraft.item.crafting.Ingredient@44e8e3af, net.minecraft.item.crafting.Ingredient@415101b0, net.minecraft.item.crafting.Ingredient@222baabb, net.minecraft.item.crafting.Ingredient@415101b0, net.minecraft.item.crafting.Ingredient@44e8e3af, net.minecraft.item.crafting.Ingredient@415101b0, net.minecraft.item.crafting.Ingredient@44e8e3af]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10029 mysticalagriculture:guardian_seeds RecipeStage{tier='five', recipe=1xitem.ma.guardian_seeds@0:[net.minecraft.item.crafting.Ingredient@2868aa53, net.minecraft.item.crafting.Ingredient@541fc74e, net.minecraft.item.crafting.Ingredient@2868aa53, net.minecraft.item.crafting.Ingredient@541fc74e, net.minecraft.item.crafting.Ingredient@2b1ec104, net.minecraft.item.crafting.Ingredient@541fc74e, net.minecraft.item.crafting.Ingredient@2868aa53, net.minecraft.item.crafting.Ingredient@541fc74e, net.minecraft.item.crafting.Ingredient@2868aa53]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10030 mysticalagriculture:blaze_seeds RecipeStage{tier='five', recipe=1xitem.ma.blaze_seeds@0:[net.minecraft.item.crafting.Ingredient@7ff27881, net.minecraft.item.crafting.Ingredient@4fee9cbc, net.minecraft.item.crafting.Ingredient@7ff27881, net.minecraft.item.crafting.Ingredient@4fee9cbc, net.minecraft.item.crafting.Ingredient@122572a4, net.minecraft.item.crafting.Ingredient@4fee9cbc, net.minecraft.item.crafting.Ingredient@7ff27881, net.minecraft.item.crafting.Ingredient@4fee9cbc, net.minecraft.item.crafting.Ingredient@7ff27881]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10031 mysticalagriculture:ghast_seeds RecipeStage{tier='five', recipe=1xitem.ma.ghast_seeds@0:[net.minecraft.item.crafting.Ingredient@7c8a9d77, net.minecraft.item.crafting.Ingredient@29593e41, net.minecraft.item.crafting.Ingredient@7c8a9d77, net.minecraft.item.crafting.Ingredient@29593e41, net.minecraft.item.crafting.Ingredient@10d0d99c, net.minecraft.item.crafting.Ingredient@29593e41, net.minecraft.item.crafting.Ingredient@7c8a9d77, net.minecraft.item.crafting.Ingredient@29593e41, net.minecraft.item.crafting.Ingredient@7c8a9d77]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10032 mysticalagriculture:enderman_seeds RecipeStage{tier='five', recipe=1xitem.ma.enderman_seeds@0:[net.minecraft.item.crafting.Ingredient@7aede45c, net.minecraft.item.crafting.Ingredient@442e977a, net.minecraft.item.crafting.Ingredient@7aede45c, net.minecraft.item.crafting.Ingredient@442e977a, net.minecraft.item.crafting.Ingredient@52a4ba5a, net.minecraft.item.crafting.Ingredient@442e977a, net.minecraft.item.crafting.Ingredient@7aede45c, net.minecraft.item.crafting.Ingredient@442e977a, net.minecraft.item.crafting.Ingredient@7aede45c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10033 mysticalagriculture:wither_skeleton_seeds RecipeStage{tier='five', recipe=1xitem.ma.wither_skeleton_seeds@0:[net.minecraft.item.crafting.Ingredient@248e69ed, net.minecraft.item.crafting.Ingredient@4655a075, net.minecraft.item.crafting.Ingredient@248e69ed, net.minecraft.item.crafting.Ingredient@4655a075, net.minecraft.item.crafting.Ingredient@31d4b48f, net.minecraft.item.crafting.Ingredient@4655a075, net.minecraft.item.crafting.Ingredient@248e69ed, net.minecraft.item.crafting.Ingredient@4655a075, net.minecraft.item.crafting.Ingredient@248e69ed]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10034 mysticalagriculture:silicon_seeds RecipeStage{tier='five', recipe=1xitem.ma.silicon_seeds@0:[net.minecraftforge.oredict.OreIngredient@79208f55, net.minecraft.item.crafting.Ingredient@3ad2f176, net.minecraftforge.oredict.OreIngredient@79208f55, net.minecraft.item.crafting.Ingredient@3ad2f176, net.minecraft.item.crafting.Ingredient@2eb64a6f, net.minecraft.item.crafting.Ingredient@3ad2f176, net.minecraftforge.oredict.OreIngredient@79208f55, net.minecraft.item.crafting.Ingredient@3ad2f176, net.minecraftforge.oredict.OreIngredient@79208f55]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10035 mysticalagriculture:sulfur_seeds RecipeStage{tier='five', recipe=1xitem.ma.sulfur_seeds@0:[net.minecraftforge.oredict.OreIngredient@19e078ec, net.minecraft.item.crafting.Ingredient@78bec14c, net.minecraftforge.oredict.OreIngredient@19e078ec, net.minecraft.item.crafting.Ingredient@78bec14c, net.minecraft.item.crafting.Ingredient@64c71906, net.minecraft.item.crafting.Ingredient@78bec14c, net.minecraftforge.oredict.OreIngredient@19e078ec, net.minecraft.item.crafting.Ingredient@78bec14c, net.minecraftforge.oredict.OreIngredient@19e078ec]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10036 mysticalagriculture:aluminum_seeds RecipeStage{tier='five', recipe=1xitem.ma.aluminum_seeds@0:[net.minecraftforge.oredict.OreIngredient@526378bb, net.minecraft.item.crafting.Ingredient@140d7afa, net.minecraftforge.oredict.OreIngredient@526378bb, net.minecraft.item.crafting.Ingredient@140d7afa, net.minecraft.item.crafting.Ingredient@48de4e54, net.minecraft.item.crafting.Ingredient@140d7afa, net.minecraftforge.oredict.OreIngredient@526378bb, net.minecraft.item.crafting.Ingredient@140d7afa, net.minecraftforge.oredict.OreIngredient@526378bb]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10037 mysticalagriculture:copper_seeds RecipeStage{tier='five', recipe=1xitem.ma.copper_seeds@0:[net.minecraftforge.oredict.OreIngredient@7fcbfe83, net.minecraft.item.crafting.Ingredient@cb2ad60, net.minecraftforge.oredict.OreIngredient@7fcbfe83, net.minecraft.item.crafting.Ingredient@cb2ad60, net.minecraft.item.crafting.Ingredient@36a4fe4c, net.minecraft.item.crafting.Ingredient@cb2ad60, net.minecraftforge.oredict.OreIngredient@7fcbfe83, net.minecraft.item.crafting.Ingredient@cb2ad60, net.minecraftforge.oredict.OreIngredient@7fcbfe83]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10038 mysticalagriculture:saltpeter_seeds RecipeStage{tier='five', recipe=1xitem.ma.saltpeter_seeds@0:[net.minecraftforge.oredict.OreIngredient@1a134ee8, net.minecraft.item.crafting.Ingredient@2bcb5d77, net.minecraftforge.oredict.OreIngredient@1a134ee8, net.minecraft.item.crafting.Ingredient@2bcb5d77, net.minecraft.item.crafting.Ingredient@3a8c90dc, net.minecraft.item.crafting.Ingredient@2bcb5d77, net.minecraftforge.oredict.OreIngredient@1a134ee8, net.minecraft.item.crafting.Ingredient@2bcb5d77, net.minecraftforge.oredict.OreIngredient@1a134ee8]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10039 mysticalagriculture:tin_seeds RecipeStage{tier='five', recipe=1xitem.ma.tin_seeds@0:[net.minecraftforge.oredict.OreIngredient@5e6d1e95, net.minecraft.item.crafting.Ingredient@5d0515, net.minecraftforge.oredict.OreIngredient@5e6d1e95, net.minecraft.item.crafting.Ingredient@5d0515, net.minecraft.item.crafting.Ingredient@5e096fb2, net.minecraft.item.crafting.Ingredient@5d0515, net.minecraftforge.oredict.OreIngredient@5e6d1e95, net.minecraft.item.crafting.Ingredient@5d0515, net.minecraftforge.oredict.OreIngredient@5e6d1e95]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10040 mysticalagriculture:bronze_seeds RecipeStage{tier='five', recipe=1xitem.ma.bronze_seeds@0:[net.minecraftforge.oredict.OreIngredient@2d0755a, net.minecraft.item.crafting.Ingredient@211ec388, net.minecraftforge.oredict.OreIngredient@2d0755a, net.minecraft.item.crafting.Ingredient@211ec388, net.minecraft.item.crafting.Ingredient@34ff4ce6, net.minecraft.item.crafting.Ingredient@211ec388, net.minecraftforge.oredict.OreIngredient@2d0755a, net.minecraft.item.crafting.Ingredient@211ec388, net.minecraftforge.oredict.OreIngredient@2d0755a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10041 mysticalagriculture:silver_seeds RecipeStage{tier='five', recipe=1xitem.ma.silver_seeds@0:[net.minecraftforge.oredict.OreIngredient@4beacd54, net.minecraft.item.crafting.Ingredient@4c7ffeb, net.minecraftforge.oredict.OreIngredient@4beacd54, net.minecraft.item.crafting.Ingredient@4c7ffeb, net.minecraft.item.crafting.Ingredient@4a110be9, net.minecraft.item.crafting.Ingredient@4c7ffeb, net.minecraftforge.oredict.OreIngredient@4beacd54, net.minecraft.item.crafting.Ingredient@4c7ffeb, net.minecraftforge.oredict.OreIngredient@4beacd54]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10042 mysticalagriculture:lead_seeds RecipeStage{tier='five', recipe=1xitem.ma.lead_seeds@0:[net.minecraftforge.oredict.OreIngredient@6f8e7022, net.minecraft.item.crafting.Ingredient@301f98f0, net.minecraftforge.oredict.OreIngredient@6f8e7022, net.minecraft.item.crafting.Ingredient@301f98f0, net.minecraft.item.crafting.Ingredient@72139359, net.minecraft.item.crafting.Ingredient@301f98f0, net.minecraftforge.oredict.OreIngredient@6f8e7022, net.minecraft.item.crafting.Ingredient@301f98f0, net.minecraftforge.oredict.OreIngredient@6f8e7022]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10043 mysticalagriculture:steel_seeds RecipeStage{tier='five', recipe=1xitem.ma.steel_seeds@0:[net.minecraftforge.oredict.OreIngredient@3aaf598f, net.minecraft.item.crafting.Ingredient@48dbf903, net.minecraftforge.oredict.OreIngredient@3aaf598f, net.minecraft.item.crafting.Ingredient@48dbf903, net.minecraft.item.crafting.Ingredient@26bc321a, net.minecraft.item.crafting.Ingredient@48dbf903, net.minecraftforge.oredict.OreIngredient@3aaf598f, net.minecraft.item.crafting.Ingredient@48dbf903, net.minecraftforge.oredict.OreIngredient@3aaf598f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10044 mysticalagriculture:nickel_seeds RecipeStage{tier='five', recipe=1xitem.ma.nickel_seeds@0:[net.minecraftforge.oredict.OreIngredient@571a9db2, net.minecraft.item.crafting.Ingredient@50d20919, net.minecraftforge.oredict.OreIngredient@571a9db2, net.minecraft.item.crafting.Ingredient@50d20919, net.minecraft.item.crafting.Ingredient@1739cdfb, net.minecraft.item.crafting.Ingredient@50d20919, net.minecraftforge.oredict.OreIngredient@571a9db2, net.minecraft.item.crafting.Ingredient@50d20919, net.minecraftforge.oredict.OreIngredient@571a9db2]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10045 mysticalagriculture:constantan_seeds RecipeStage{tier='five', recipe=1xitem.ma.constantan_seeds@0:[net.minecraftforge.oredict.OreIngredient@3d05dff7, net.minecraft.item.crafting.Ingredient@67fe6d87, net.minecraftforge.oredict.OreIngredient@3d05dff7, net.minecraft.item.crafting.Ingredient@67fe6d87, net.minecraft.item.crafting.Ingredient@3ef13296, net.minecraft.item.crafting.Ingredient@67fe6d87, net.minecraftforge.oredict.OreIngredient@3d05dff7, net.minecraft.item.crafting.Ingredient@67fe6d87, net.minecraftforge.oredict.OreIngredient@3d05dff7]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10046 mysticalagriculture:electrum_seeds RecipeStage{tier='five', recipe=1xitem.ma.electrum_seeds@0:[net.minecraftforge.oredict.OreIngredient@b8f3f4c, net.minecraft.item.crafting.Ingredient@2fb44322, net.minecraftforge.oredict.OreIngredient@b8f3f4c, net.minecraft.item.crafting.Ingredient@2fb44322, net.minecraft.item.crafting.Ingredient@18e6b1c0, net.minecraft.item.crafting.Ingredient@2fb44322, net.minecraftforge.oredict.OreIngredient@b8f3f4c, net.minecraft.item.crafting.Ingredient@2fb44322, net.minecraftforge.oredict.OreIngredient@b8f3f4c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10047 mysticalagriculture:titanium_seeds RecipeStage{tier='five', recipe=1xitem.ma.titanium_seeds@0:[net.minecraftforge.oredict.OreIngredient@766cafa2, net.minecraft.item.crafting.Ingredient@29ae4978, net.minecraftforge.oredict.OreIngredient@766cafa2, net.minecraft.item.crafting.Ingredient@29ae4978, net.minecraft.item.crafting.Ingredient@46b953c, net.minecraft.item.crafting.Ingredient@29ae4978, net.minecraftforge.oredict.OreIngredient@766cafa2, net.minecraft.item.crafting.Ingredient@29ae4978, net.minecraftforge.oredict.OreIngredient@766cafa2]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10048 mysticalagriculture:uranium_seeds RecipeStage{tier='five', recipe=1xitem.ma.uranium_seeds@0:[net.minecraftforge.oredict.OreIngredient@3789aa47, net.minecraft.item.crafting.Ingredient@7c11a810, net.minecraftforge.oredict.OreIngredient@3789aa47, net.minecraft.item.crafting.Ingredient@7c11a810, net.minecraft.item.crafting.Ingredient@240b00db, net.minecraft.item.crafting.Ingredient@7c11a810, net.minecraftforge.oredict.OreIngredient@3789aa47, net.minecraft.item.crafting.Ingredient@7c11a810, net.minecraftforge.oredict.OreIngredient@3789aa47]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10049 mysticalagriculture:platinum_seeds RecipeStage{tier='five', recipe=1xitem.ma.platinum_seeds@0:[net.minecraftforge.oredict.OreIngredient@190f047d, net.minecraft.item.crafting.Ingredient@1f5f9725, net.minecraftforge.oredict.OreIngredient@190f047d, net.minecraft.item.crafting.Ingredient@1f5f9725, net.minecraft.item.crafting.Ingredient@632e41cd, net.minecraft.item.crafting.Ingredient@1f5f9725, net.minecraftforge.oredict.OreIngredient@190f047d, net.minecraft.item.crafting.Ingredient@1f5f9725, net.minecraftforge.oredict.OreIngredient@190f047d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10050 mysticalagriculture:aluminum_brass_seeds RecipeStage{tier='five', recipe=1xitem.ma.aluminum_brass_seeds@0:[net.minecraft.item.crafting.Ingredient@1b06962b, net.minecraft.item.crafting.Ingredient@6bfa5d78, net.minecraft.item.crafting.Ingredient@1b06962b, net.minecraft.item.crafting.Ingredient@6bfa5d78, net.minecraft.item.crafting.Ingredient@7acb49e3, net.minecraft.item.crafting.Ingredient@6bfa5d78, net.minecraft.item.crafting.Ingredient@1b06962b, net.minecraft.item.crafting.Ingredient@6bfa5d78, net.minecraft.item.crafting.Ingredient@1b06962b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10051 mysticalagriculture:knightslime_seeds RecipeStage{tier='five', recipe=1xitem.ma.knightslime_seeds@0:[net.minecraft.item.crafting.Ingredient@5db28189, net.minecraft.item.crafting.Ingredient@520e39da, net.minecraft.item.crafting.Ingredient@5db28189, net.minecraft.item.crafting.Ingredient@520e39da, net.minecraft.item.crafting.Ingredient@722af629, net.minecraft.item.crafting.Ingredient@520e39da, net.minecraft.item.crafting.Ingredient@5db28189, net.minecraft.item.crafting.Ingredient@520e39da, net.minecraft.item.crafting.Ingredient@5db28189]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10052 mysticalagriculture:ardite_seeds RecipeStage{tier='five', recipe=1xitem.ma.ardite_seeds@0:[net.minecraft.item.crafting.Ingredient@4ca2f126, net.minecraft.item.crafting.Ingredient@206ba746, net.minecraft.item.crafting.Ingredient@4ca2f126, net.minecraft.item.crafting.Ingredient@206ba746, net.minecraft.item.crafting.Ingredient@5d586dc, net.minecraft.item.crafting.Ingredient@206ba746, net.minecraft.item.crafting.Ingredient@4ca2f126, net.minecraft.item.crafting.Ingredient@206ba746, net.minecraft.item.crafting.Ingredient@4ca2f126]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10053 mysticalagriculture:cobalt_seeds RecipeStage{tier='five', recipe=1xitem.ma.cobalt_seeds@0:[net.minecraft.item.crafting.Ingredient@40b934e, net.minecraft.item.crafting.Ingredient@76b1e93a, net.minecraft.item.crafting.Ingredient@40b934e, net.minecraft.item.crafting.Ingredient@76b1e93a, net.minecraft.item.crafting.Ingredient@5ffb6256, net.minecraft.item.crafting.Ingredient@76b1e93a, net.minecraft.item.crafting.Ingredient@40b934e, net.minecraft.item.crafting.Ingredient@76b1e93a, net.minecraft.item.crafting.Ingredient@40b934e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10054 mysticalagriculture:manyullyn_seeds RecipeStage{tier='five', recipe=1xitem.ma.manyullyn_seeds@0:[net.minecraft.item.crafting.Ingredient@432500ce, net.minecraft.item.crafting.Ingredient@1f01497a, net.minecraft.item.crafting.Ingredient@432500ce, net.minecraft.item.crafting.Ingredient@1f01497a, net.minecraft.item.crafting.Ingredient@1bec711e, net.minecraft.item.crafting.Ingredient@1f01497a, net.minecraft.item.crafting.Ingredient@432500ce, net.minecraft.item.crafting.Ingredient@1f01497a, net.minecraft.item.crafting.Ingredient@432500ce]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10055 mysticalagriculture:osmium_seeds RecipeStage{tier='five', recipe=1xitem.ma.osmium_seeds@0:[net.minecraftforge.oredict.OreIngredient@27698fa2, net.minecraft.item.crafting.Ingredient@343d3680, net.minecraftforge.oredict.OreIngredient@27698fa2, net.minecraft.item.crafting.Ingredient@343d3680, net.minecraft.item.crafting.Ingredient@4c21c598, net.minecraft.item.crafting.Ingredient@343d3680, net.minecraftforge.oredict.OreIngredient@27698fa2, net.minecraft.item.crafting.Ingredient@343d3680, net.minecraftforge.oredict.OreIngredient@27698fa2]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10056 mysticalagriculture:glowstone_ingot_seeds RecipeStage{tier='five', recipe=1xitem.ma.glowstone_ingot_seeds@0:[net.minecraftforge.oredict.OreIngredient@65d3dce0, net.minecraft.item.crafting.Ingredient@4ce34719, net.minecraftforge.oredict.OreIngredient@65d3dce0, net.minecraft.item.crafting.Ingredient@4ce34719, net.minecraft.item.crafting.Ingredient@e2c4618, net.minecraft.item.crafting.Ingredient@4ce34719, net.minecraftforge.oredict.OreIngredient@65d3dce0, net.minecraft.item.crafting.Ingredient@4ce34719, net.minecraftforge.oredict.OreIngredient@65d3dce0]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10057 mysticalagriculture:refined_obsidian_seeds RecipeStage{tier='five', recipe=1xitem.ma.refined_obsidian_seeds@0:[net.minecraftforge.oredict.OreIngredient@a2ca3b8, net.minecraft.item.crafting.Ingredient@1d13cc84, net.minecraftforge.oredict.OreIngredient@a2ca3b8, net.minecraft.item.crafting.Ingredient@1d13cc84, net.minecraft.item.crafting.Ingredient@71e345b8, net.minecraft.item.crafting.Ingredient@1d13cc84, net.minecraftforge.oredict.OreIngredient@a2ca3b8, net.minecraft.item.crafting.Ingredient@1d13cc84, net.minecraftforge.oredict.OreIngredient@a2ca3b8]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10058 mysticalagriculture:marble_seeds RecipeStage{tier='five', recipe=1xitem.ma.marble_seeds@0:[net.minecraft.item.crafting.Ingredient@3289375f, net.minecraft.item.crafting.Ingredient@36f223cd, net.minecraft.item.crafting.Ingredient@3289375f, net.minecraft.item.crafting.Ingredient@36f223cd, net.minecraft.item.crafting.Ingredient@5d577e2e, net.minecraft.item.crafting.Ingredient@36f223cd, net.minecraft.item.crafting.Ingredient@3289375f, net.minecraft.item.crafting.Ingredient@36f223cd, net.minecraft.item.crafting.Ingredient@3289375f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10059 mysticalagriculture:limestone_seeds RecipeStage{tier='five', recipe=1xitem.ma.limestone_seeds@0:[net.minecraft.item.crafting.Ingredient@8bc28ac, net.minecraft.item.crafting.Ingredient@153470c4, net.minecraft.item.crafting.Ingredient@8bc28ac, net.minecraft.item.crafting.Ingredient@153470c4, net.minecraft.item.crafting.Ingredient@73f4ca42, net.minecraft.item.crafting.Ingredient@153470c4, net.minecraft.item.crafting.Ingredient@8bc28ac, net.minecraft.item.crafting.Ingredient@153470c4, net.minecraft.item.crafting.Ingredient@8bc28ac]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10060 mysticalagriculture:basalt_seeds RecipeStage{tier='five', recipe=1xitem.ma.basalt_seeds@0:[net.minecraft.item.crafting.Ingredient@4ee0da59, net.minecraft.item.crafting.Ingredient@72831d9b, net.minecraft.item.crafting.Ingredient@4ee0da59, net.minecraft.item.crafting.Ingredient@72831d9b, net.minecraft.item.crafting.Ingredient@27707f53, net.minecraft.item.crafting.Ingredient@72831d9b, net.minecraft.item.crafting.Ingredient@4ee0da59, net.minecraft.item.crafting.Ingredient@72831d9b, net.minecraft.item.crafting.Ingredient@4ee0da59]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10061 mysticalagriculture:steeleaf_seeds RecipeStage{tier='five', recipe=1xitem.ma.steeleaf_seeds@0:[net.minecraftforge.oredict.OreIngredient@33f18205, net.minecraft.item.crafting.Ingredient@5fa5cb6f, net.minecraftforge.oredict.OreIngredient@33f18205, net.minecraft.item.crafting.Ingredient@5fa5cb6f, net.minecraft.item.crafting.Ingredient@7b0bbd2f, net.minecraft.item.crafting.Ingredient@5fa5cb6f, net.minecraftforge.oredict.OreIngredient@33f18205, net.minecraft.item.crafting.Ingredient@5fa5cb6f, net.minecraftforge.oredict.OreIngredient@33f18205]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10062 mysticalagriculture:ironwood_seeds RecipeStage{tier='five', recipe=1xitem.ma.ironwood_seeds@0:[net.minecraftforge.oredict.OreIngredient@6dce62cb, net.minecraft.item.crafting.Ingredient@74d41a46, net.minecraftforge.oredict.OreIngredient@6dce62cb, net.minecraft.item.crafting.Ingredient@74d41a46, net.minecraft.item.crafting.Ingredient@52902336, net.minecraft.item.crafting.Ingredient@74d41a46, net.minecraftforge.oredict.OreIngredient@6dce62cb, net.minecraft.item.crafting.Ingredient@74d41a46, net.minecraftforge.oredict.OreIngredient@6dce62cb]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10063 mysticalagriculture:knightmetal_seeds RecipeStage{tier='five', recipe=1xitem.ma.knightmetal_seeds@0:[net.minecraftforge.oredict.OreIngredient@2b3d8a11, net.minecraft.item.crafting.Ingredient@6621682e, net.minecraftforge.oredict.OreIngredient@2b3d8a11, net.minecraft.item.crafting.Ingredient@6621682e, net.minecraft.item.crafting.Ingredient@357b7e4f, net.minecraft.item.crafting.Ingredient@6621682e, net.minecraftforge.oredict.OreIngredient@2b3d8a11, net.minecraft.item.crafting.Ingredient@6621682e, net.minecraftforge.oredict.OreIngredient@2b3d8a11]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10064 mysticalagriculture:fiery_ingot_seeds RecipeStage{tier='five', recipe=1xitem.ma.fiery_ingot_seeds@0:[net.minecraftforge.oredict.OreIngredient@47b64b96, net.minecraft.item.crafting.Ingredient@6efba610, net.minecraftforge.oredict.OreIngredient@47b64b96, net.minecraft.item.crafting.Ingredient@6efba610, net.minecraft.item.crafting.Ingredient@1c3486, net.minecraft.item.crafting.Ingredient@6efba610, net.minecraftforge.oredict.OreIngredient@47b64b96, net.minecraft.item.crafting.Ingredient@6efba610, net.minecraftforge.oredict.OreIngredient@47b64b96]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10065 mysticalagriculture:meteoric_iron_seeds RecipeStage{tier='five', recipe=1xitem.ma.meteoric_iron_seeds@0:[net.minecraftforge.oredict.OreIngredient@55398b94, net.minecraft.item.crafting.Ingredient@41ff2a40, net.minecraftforge.oredict.OreIngredient@55398b94, net.minecraft.item.crafting.Ingredient@41ff2a40, net.minecraft.item.crafting.Ingredient@20269efd, net.minecraft.item.crafting.Ingredient@41ff2a40, net.minecraftforge.oredict.OreIngredient@55398b94, net.minecraft.item.crafting.Ingredient@41ff2a40, net.minecraftforge.oredict.OreIngredient@55398b94]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10066 mysticalagriculture:desh_seeds RecipeStage{tier='five', recipe=1xitem.ma.desh_seeds@0:[net.minecraftforge.oredict.OreIngredient@2c97d99d, net.minecraft.item.crafting.Ingredient@212e3231, net.minecraftforge.oredict.OreIngredient@2c97d99d, net.minecraft.item.crafting.Ingredient@212e3231, net.minecraft.item.crafting.Ingredient@35eb919f, net.minecraft.item.crafting.Ingredient@212e3231, net.minecraftforge.oredict.OreIngredient@2c97d99d, net.minecraft.item.crafting.Ingredient@212e3231, net.minecraftforge.oredict.OreIngredient@2c97d99d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10067 mysticalagriculture:sulfur_seeds_1 RecipeStage{tier='five', recipe=1xitem.ma.sulfur_seeds@0:[net.minecraft.item.crafting.Ingredient@43f3f3de, net.minecraft.item.crafting.Ingredient@38349aa5, net.minecraft.item.crafting.Ingredient@43f3f3de, net.minecraft.item.crafting.Ingredient@38349aa5, net.minecraft.item.crafting.Ingredient@513a9355, net.minecraft.item.crafting.Ingredient@38349aa5, net.minecraft.item.crafting.Ingredient@43f3f3de, net.minecraft.item.crafting.Ingredient@38349aa5, net.minecraft.item.crafting.Ingredient@43f3f3de]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10068 mysticalagriculture:black_quartz_seeds RecipeStage{tier='five', recipe=1xitem.ma.black_quartz_seeds@0:[net.minecraftforge.oredict.OreIngredient@3264234e, net.minecraft.item.crafting.Ingredient@6b70c659, net.minecraftforge.oredict.OreIngredient@3264234e, net.minecraft.item.crafting.Ingredient@6b70c659, net.minecraft.item.crafting.Ingredient@6e554059, net.minecraft.item.crafting.Ingredient@6b70c659, net.minecraftforge.oredict.OreIngredient@3264234e, net.minecraft.item.crafting.Ingredient@6b70c659, net.minecraftforge.oredict.OreIngredient@3264234e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10069 mysticalagriculture:menril_seeds RecipeStage{tier='five', recipe=1xitem.ma.menril_seeds@0:[net.minecraft.item.crafting.Ingredient@137eb572, net.minecraft.item.crafting.Ingredient@44805f2c, net.minecraft.item.crafting.Ingredient@137eb572, net.minecraft.item.crafting.Ingredient@44805f2c, net.minecraft.item.crafting.Ingredient@13886d, net.minecraft.item.crafting.Ingredient@44805f2c, net.minecraft.item.crafting.Ingredient@137eb572, net.minecraft.item.crafting.Ingredient@44805f2c, net.minecraft.item.crafting.Ingredient@137eb572]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10070 mysticalagriculture:marble_seeds_1 RecipeStage{tier='five', recipe=1xitem.ma.marble_seeds@0:[net.minecraft.item.crafting.Ingredient@7ef2c133, net.minecraft.item.crafting.Ingredient@40d8260, net.minecraft.item.crafting.Ingredient@7ef2c133, net.minecraft.item.crafting.Ingredient@40d8260, net.minecraft.item.crafting.Ingredient@1841226c, net.minecraft.item.crafting.Ingredient@40d8260, net.minecraft.item.crafting.Ingredient@7ef2c133, net.minecraft.item.crafting.Ingredient@40d8260, net.minecraft.item.crafting.Ingredient@7ef2c133]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10071 mysticalagriculture:aquamarine_seeds RecipeStage{tier='five', recipe=1xitem.ma.aquamarine_seeds@0:[net.minecraft.item.crafting.Ingredient@3bd3507c, net.minecraft.item.crafting.Ingredient@4283f000, net.minecraft.item.crafting.Ingredient@3bd3507c, net.minecraft.item.crafting.Ingredient@4283f000, net.minecraft.item.crafting.Ingredient@5340e87e, net.minecraft.item.crafting.Ingredient@4283f000, net.minecraft.item.crafting.Ingredient@3bd3507c, net.minecraft.item.crafting.Ingredient@4283f000, net.minecraft.item.crafting.Ingredient@3bd3507c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10072 mysticalagriculture:starmetal_seeds RecipeStage{tier='five', recipe=1xitem.ma.starmetal_seeds@0:[net.minecraft.item.crafting.Ingredient@1292e33e, net.minecraft.item.crafting.Ingredient@6734020e, net.minecraft.item.crafting.Ingredient@1292e33e, net.minecraft.item.crafting.Ingredient@6734020e, net.minecraft.item.crafting.Ingredient@33e3058e, net.minecraft.item.crafting.Ingredient@6734020e, net.minecraft.item.crafting.Ingredient@1292e33e, net.minecraft.item.crafting.Ingredient@6734020e, net.minecraft.item.crafting.Ingredient@1292e33e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10073 mysticalagriculture:rock_crystal_seeds RecipeStage{tier='five', recipe=1xitem.ma.rock_crystal_seeds@0:[net.minecraft.item.crafting.Ingredient@16a9ae93, net.minecraft.item.crafting.Ingredient@38438939, net.minecraft.item.crafting.Ingredient@16a9ae93, net.minecraft.item.crafting.Ingredient@38438939, net.minecraft.item.crafting.Ingredient@13a724ca, net.minecraft.item.crafting.Ingredient@38438939, net.minecraft.item.crafting.Ingredient@16a9ae93, net.minecraft.item.crafting.Ingredient@38438939, net.minecraft.item.crafting.Ingredient@16a9ae93]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10074 mysticalagriculture:ender_biotite_seeds RecipeStage{tier='five', recipe=1xitem.ma.ender_biotite_seeds@0:[net.minecraftforge.oredict.OreIngredient@3a761ce7, net.minecraft.item.crafting.Ingredient@4bdb17b9, net.minecraftforge.oredict.OreIngredient@3a761ce7, net.minecraft.item.crafting.Ingredient@4bdb17b9, net.minecraft.item.crafting.Ingredient@61f0eb7c, net.minecraft.item.crafting.Ingredient@4bdb17b9, net.minecraftforge.oredict.OreIngredient@3a761ce7, net.minecraft.item.crafting.Ingredient@4bdb17b9, net.minecraftforge.oredict.OreIngredient@3a761ce7]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10075 mysticalagriculture:slate_seeds RecipeStage{tier='five', recipe=1xitem.ma.slate_seeds@0:[net.minecraft.item.crafting.Ingredient@ecf15d, net.minecraft.item.crafting.Ingredient@6cbae830, net.minecraft.item.crafting.Ingredient@ecf15d, net.minecraft.item.crafting.Ingredient@6cbae830, net.minecraft.item.crafting.Ingredient@a7745d0, net.minecraft.item.crafting.Ingredient@6cbae830, net.minecraft.item.crafting.Ingredient@ecf15d, net.minecraft.item.crafting.Ingredient@6cbae830, net.minecraft.item.crafting.Ingredient@ecf15d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10076 mysticalagriculture:compressed_iron_seeds RecipeStage{tier='five', recipe=1xitem.ma.compressed_iron_seeds@0:[net.minecraftforge.oredict.OreIngredient@69fb0bf7, net.minecraft.item.crafting.Ingredient@3e13febb, net.minecraftforge.oredict.OreIngredient@69fb0bf7, net.minecraft.item.crafting.Ingredient@3e13febb, net.minecraft.item.crafting.Ingredient@efa656c, net.minecraft.item.crafting.Ingredient@3e13febb, net.minecraftforge.oredict.OreIngredient@69fb0bf7, net.minecraft.item.crafting.Ingredient@3e13febb, net.minecraftforge.oredict.OreIngredient@69fb0bf7]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10077 mysticalagriculture:sky_stone_seeds RecipeStage{tier='five', recipe=1xitem.ma.sky_stone_seeds@0:[net.minecraft.item.crafting.Ingredient@3a028c5e, net.minecraft.item.crafting.Ingredient@561b44c2, net.minecraft.item.crafting.Ingredient@3a028c5e, net.minecraft.item.crafting.Ingredient@561b44c2, net.minecraft.item.crafting.Ingredient@b979a68, net.minecraft.item.crafting.Ingredient@561b44c2, net.minecraft.item.crafting.Ingredient@3a028c5e, net.minecraft.item.crafting.Ingredient@561b44c2, net.minecraft.item.crafting.Ingredient@3a028c5e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10078 mysticalagriculture:certus_quartz_seeds RecipeStage{tier='five', recipe=1xitem.ma.certus_quartz_seeds@0:[net.minecraftforge.oredict.OreIngredient@3c94c05b, net.minecraft.item.crafting.Ingredient@25295435, net.minecraftforge.oredict.OreIngredient@3c94c05b, net.minecraft.item.crafting.Ingredient@25295435, net.minecraft.item.crafting.Ingredient@12dade22, net.minecraft.item.crafting.Ingredient@25295435, net.minecraftforge.oredict.OreIngredient@3c94c05b, net.minecraft.item.crafting.Ingredient@25295435, net.minecraftforge.oredict.OreIngredient@3c94c05b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10079 mysticalagriculture:fluix_seeds RecipeStage{tier='five', recipe=1xitem.ma.fluix_seeds@0:[net.minecraftforge.oredict.OreIngredient@65a43e9e, net.minecraft.item.crafting.Ingredient@3b474dac, net.minecraftforge.oredict.OreIngredient@65a43e9e, net.minecraft.item.crafting.Ingredient@3b474dac, net.minecraft.item.crafting.Ingredient@7fa8af28, net.minecraft.item.crafting.Ingredient@3b474dac, net.minecraftforge.oredict.OreIngredient@65a43e9e, net.minecraft.item.crafting.Ingredient@3b474dac, net.minecraftforge.oredict.OreIngredient@65a43e9e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10080 mysticalagriculture:quartz_enriched_iron_seeds RecipeStage{tier='five', recipe=1xitem.ma.quartz_enriched_iron_seeds@0:[net.minecraft.item.crafting.Ingredient@4f1a80b2, net.minecraft.item.crafting.Ingredient@31653768, net.minecraft.item.crafting.Ingredient@4f1a80b2, net.minecraft.item.crafting.Ingredient@31653768, net.minecraft.item.crafting.Ingredient@b0e1f83, net.minecraft.item.crafting.Ingredient@31653768, net.minecraft.item.crafting.Ingredient@4f1a80b2, net.minecraft.item.crafting.Ingredient@31653768, net.minecraft.item.crafting.Ingredient@4f1a80b2]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10081 mysticalagriculture:gear RecipeStage{tier='five', recipe=1xitem.ma.gear@0:[net.minecraft.item.crafting.Ingredient@6d6d9904, net.minecraft.item.crafting.Ingredient@76e99b0b, net.minecraft.item.crafting.Ingredient@6d6d9904, net.minecraft.item.crafting.Ingredient@6e67fd2f, net.minecraft.item.crafting.Ingredient@16e46e5c, net.minecraft.item.crafting.Ingredient@6e67fd2f, net.minecraft.item.crafting.Ingredient@6d6d9904, net.minecraft.item.crafting.Ingredient@6e67fd2f, net.minecraft.item.crafting.Ingredient@6d6d9904]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10082 mysticalagriculture:gear_1 RecipeStage{tier='five', recipe=1xitem.ma.gear@1:[net.minecraft.item.crafting.Ingredient@60eb0670, net.minecraft.item.crafting.Ingredient@313411c7, net.minecraft.item.crafting.Ingredient@60eb0670, net.minecraft.item.crafting.Ingredient@4dcde2b0, net.minecraft.item.crafting.Ingredient@5a60fff4, net.minecraft.item.crafting.Ingredient@4dcde2b0, net.minecraft.item.crafting.Ingredient@60eb0670, net.minecraft.item.crafting.Ingredient@4dcde2b0, net.minecraft.item.crafting.Ingredient@60eb0670]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10083 mysticalagriculture:gear_2 RecipeStage{tier='five', recipe=1xitem.ma.gear@2:[net.minecraft.item.crafting.Ingredient@39c4e1b6, net.minecraft.item.crafting.Ingredient@1bbe5c5c, net.minecraft.item.crafting.Ingredient@39c4e1b6, net.minecraft.item.crafting.Ingredient@7285b6a2, net.minecraft.item.crafting.Ingredient@286f7755, net.minecraft.item.crafting.Ingredient@7285b6a2, net.minecraft.item.crafting.Ingredient@39c4e1b6, net.minecraft.item.crafting.Ingredient@7285b6a2, net.minecraft.item.crafting.Ingredient@39c4e1b6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10084 mysticalagriculture:gear_3 RecipeStage{tier='five', recipe=1xitem.ma.gear@3:[net.minecraft.item.crafting.Ingredient@56e1c9a5, net.minecraft.item.crafting.Ingredient@98e557d, net.minecraft.item.crafting.Ingredient@56e1c9a5, net.minecraft.item.crafting.Ingredient@3522b646, net.minecraft.item.crafting.Ingredient@3fd42ebf, net.minecraft.item.crafting.Ingredient@3522b646, net.minecraft.item.crafting.Ingredient@56e1c9a5, net.minecraft.item.crafting.Ingredient@3522b646, net.minecraft.item.crafting.Ingredient@56e1c9a5]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10085 mysticalagriculture:gear_4 RecipeStage{tier='five', recipe=1xitem.ma.gear@4:[net.minecraft.item.crafting.Ingredient@8b71911, net.minecraft.item.crafting.Ingredient@28071ec7, net.minecraft.item.crafting.Ingredient@8b71911, net.minecraft.item.crafting.Ingredient@6d63b5d3, net.minecraft.item.crafting.Ingredient@73e99fac, net.minecraft.item.crafting.Ingredient@6d63b5d3, net.minecraft.item.crafting.Ingredient@8b71911, net.minecraft.item.crafting.Ingredient@6d63b5d3, net.minecraft.item.crafting.Ingredient@8b71911]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10086 mysticalagriculture:gear_5 RecipeStage{tier='five', recipe=1xitem.ma.gear@5:[net.minecraft.item.crafting.Ingredient@72e67c44, net.minecraft.item.crafting.Ingredient@2db82e6, net.minecraft.item.crafting.Ingredient@72e67c44, net.minecraft.item.crafting.Ingredient@121a70b2, net.minecraft.item.crafting.Ingredient@6287a7f5, net.minecraft.item.crafting.Ingredient@121a70b2, net.minecraft.item.crafting.Ingredient@72e67c44, net.minecraft.item.crafting.Ingredient@121a70b2, net.minecraft.item.crafting.Ingredient@72e67c44]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10087 mysticalagriculture:gear_6 RecipeStage{tier='five', recipe=1xitem.ma.gear@6:[net.minecraft.item.crafting.Ingredient@522afb7f, net.minecraft.item.crafting.Ingredient@13748e68, net.minecraft.item.crafting.Ingredient@522afb7f, net.minecraft.item.crafting.Ingredient@3002d490, net.minecraft.item.crafting.Ingredient@c3894ac, net.minecraft.item.crafting.Ingredient@3002d490, net.minecraft.item.crafting.Ingredient@522afb7f, net.minecraft.item.crafting.Ingredient@3002d490, net.minecraft.item.crafting.Ingredient@522afb7f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10088 mysticalagriculture:gear_7 RecipeStage{tier='five', recipe=1xitem.ma.gear@7:[net.minecraft.item.crafting.Ingredient@4a1380ac, net.minecraft.item.crafting.Ingredient@6c937b2a, net.minecraft.item.crafting.Ingredient@4a1380ac, net.minecraft.item.crafting.Ingredient@295f848b, net.minecraft.item.crafting.Ingredient@7d2346ae, net.minecraft.item.crafting.Ingredient@295f848b, net.minecraft.item.crafting.Ingredient@4a1380ac, net.minecraft.item.crafting.Ingredient@295f848b, net.minecraft.item.crafting.Ingredient@4a1380ac]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10089 mysticalagriculture:gear_8 RecipeStage{tier='five', recipe=1xitem.ma.gear@8:[net.minecraft.item.crafting.Ingredient@6f533cad, net.minecraft.item.crafting.Ingredient@3a7d8610, net.minecraft.item.crafting.Ingredient@6f533cad, net.minecraft.item.crafting.Ingredient@1614716, net.minecraft.item.crafting.Ingredient@18ee5eb1, net.minecraft.item.crafting.Ingredient@1614716, net.minecraft.item.crafting.Ingredient@6f533cad, net.minecraft.item.crafting.Ingredient@1614716, net.minecraft.item.crafting.Ingredient@6f533cad]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10090 mysticalagriculture:gear_9 RecipeStage{tier='five', recipe=1xitem.ma.gear@9:[net.minecraft.item.crafting.Ingredient@4bcb2d6a, net.minecraft.item.crafting.Ingredient@40998af2, net.minecraft.item.crafting.Ingredient@4bcb2d6a, net.minecraft.item.crafting.Ingredient@2f34a2de, net.minecraft.item.crafting.Ingredient@1dd065c6, net.minecraft.item.crafting.Ingredient@2f34a2de, net.minecraft.item.crafting.Ingredient@4bcb2d6a, net.minecraft.item.crafting.Ingredient@2f34a2de, net.minecraft.item.crafting.Ingredient@4bcb2d6a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10091 mysticalagriculture:inferium_sword RecipeStage{tier='five', recipe=1xitem.ma.inferium_sword@0:[net.minecraft.item.crafting.Ingredient@23e6c796, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2fa41702, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@258c727a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10092 mysticalagriculture:inferium_pickaxe RecipeStage{tier='five', recipe=1xitem.ma.inferium_pickaxe@0:[net.minecraft.item.crafting.Ingredient@21633850, net.minecraft.item.crafting.Ingredient@2ef02779, net.minecraft.item.crafting.Ingredient@21633850, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@68298f7f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@68298f7f, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10093 mysticalagriculture:inferium_shovel RecipeStage{tier='five', recipe=1xitem.ma.inferium_shovel@0:[net.minecraft.item.crafting.Ingredient@d51a0c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2f313e80, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2f313e80, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10094 mysticalagriculture:inferium_axe RecipeStage{tier='five', recipe=1xitem.ma.inferium_axe@0:[net.minecraft.item.crafting.Ingredient@53741887, net.minecraft.item.crafting.Ingredient@53741887, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7bd96d9f, net.minecraft.item.crafting.Ingredient@5dba895a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5dba895a, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10095 mysticalagriculture:inferium_hoe RecipeStage{tier='five', recipe=1xitem.ma.inferium_hoe@0:[net.minecraft.item.crafting.Ingredient@1d7ec58d, net.minecraft.item.crafting.Ingredient@2dfbf628, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@24824a94, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@24824a94, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10096 mysticalagriculture:inferium_shears RecipeStage{tier='five', recipe=1xitem.ma.inferium_shears@0:[net.minecraft.item.crafting.Ingredient@4bc56fe6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@39fd8a00, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10097 mysticalagriculture:inferium_bow RecipeStage{tier='five', recipe=1xitem.ma.inferium_bow@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4b832637, net.minecraft.item.crafting.Ingredient@7e21f80f, net.minecraft.item.crafting.Ingredient@2bd9dafe, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7e21f80f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4b832637, net.minecraft.item.crafting.Ingredient@7e21f80f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10098 mysticalagriculture:inferium_sickle RecipeStage{tier='five', recipe=1xitem.ma.inferium_sickle@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4e346600, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2bdf5b12, net.minecraft.item.crafting.Ingredient@5a4f3fe6, net.minecraft.item.crafting.Ingredient@4e346600, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10099 mysticalagriculture:inferium_scythe RecipeStage{tier='five', recipe=1xitem.ma.inferium_scythe@0:[net.minecraft.item.crafting.Ingredient@9850626, net.minecraft.item.crafting.Ingredient@5853dbcf, net.minecraft.item.crafting.Ingredient@7bc06f2c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7bc06f2c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7bc06f2c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10100 mysticalagriculture:inferium_fishing_rod RecipeStage{tier='five', recipe=1xitem.ma.inferium_fishing_rod@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5d784784, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1b336247, net.minecraft.item.crafting.Ingredient@63f2c702, net.minecraft.item.crafting.Ingredient@5d784784, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@63f2c702]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10101 mysticalagriculture:prudentium_sword RecipeStage{tier='five', recipe=1xitem.ma.prudentium_sword@0:[net.minecraft.item.crafting.Ingredient@6e0659af, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6e273f72, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1b983f63, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10102 mysticalagriculture:prudentium_pickaxe RecipeStage{tier='five', recipe=1xitem.ma.prudentium_pickaxe@0:[net.minecraft.item.crafting.Ingredient@5d6b740a, net.minecraft.item.crafting.Ingredient@a601c7a, net.minecraft.item.crafting.Ingredient@5d6b740a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@50595972, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@50595972, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10103 mysticalagriculture:prudentium_shovel RecipeStage{tier='five', recipe=1xitem.ma.prudentium_shovel@0:[net.minecraft.item.crafting.Ingredient@3378e59c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@39f1ac45, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@39f1ac45, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10104 mysticalagriculture:prudentium_axe RecipeStage{tier='five', recipe=1xitem.ma.prudentium_axe@0:[net.minecraft.item.crafting.Ingredient@3e318d17, net.minecraft.item.crafting.Ingredient@3e318d17, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4a91cb48, net.minecraft.item.crafting.Ingredient@7eb6d5db, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7eb6d5db, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10105 mysticalagriculture:prudentium_hoe RecipeStage{tier='five', recipe=1xitem.ma.prudentium_hoe@0:[net.minecraft.item.crafting.Ingredient@20ce3b4b, net.minecraft.item.crafting.Ingredient@64c16f91, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2c9176df, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2c9176df, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10106 mysticalagriculture:prudentium_shears RecipeStage{tier='five', recipe=1xitem.ma.prudentium_shears@0:[net.minecraft.item.crafting.Ingredient@45603761, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2ab265bb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10107 mysticalagriculture:prudentium_bow RecipeStage{tier='five', recipe=1xitem.ma.prudentium_bow@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@33bf517d, net.minecraft.item.crafting.Ingredient@4e069fb6, net.minecraft.item.crafting.Ingredient@7720b354, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4e069fb6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@33bf517d, net.minecraft.item.crafting.Ingredient@4e069fb6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10108 mysticalagriculture:prudentium_sickle RecipeStage{tier='five', recipe=1xitem.ma.prudentium_sickle@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1c9f478b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6e57ed5f, net.minecraft.item.crafting.Ingredient@1456340c, net.minecraft.item.crafting.Ingredient@1c9f478b, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10109 mysticalagriculture:prudentium_scythe RecipeStage{tier='five', recipe=1xitem.ma.prudentium_scythe@0:[net.minecraft.item.crafting.Ingredient@3135bdd7, net.minecraft.item.crafting.Ingredient@60d983bb, net.minecraft.item.crafting.Ingredient@450a2df8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@450a2df8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@450a2df8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10110 mysticalagriculture:prudentium_fishing_rod RecipeStage{tier='five', recipe=1xitem.ma.prudentium_fishing_rod@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@e37a71b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@225f293d, net.minecraft.item.crafting.Ingredient@362ea563, net.minecraft.item.crafting.Ingredient@e37a71b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@362ea563]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10111 mysticalagriculture:intermedium_sword RecipeStage{tier='five', recipe=1xitem.ma.intermedium_sword@0:[net.minecraft.item.crafting.Ingredient@14afa874, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4f627d1d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@c24dc2f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10112 mysticalagriculture:intermedium_pickaxe RecipeStage{tier='five', recipe=1xitem.ma.intermedium_pickaxe@0:[net.minecraft.item.crafting.Ingredient@5c6c9744, net.minecraft.item.crafting.Ingredient@3a8341, net.minecraft.item.crafting.Ingredient@5c6c9744, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2a55f2cd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2a55f2cd, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10113 mysticalagriculture:intermedium_shovel RecipeStage{tier='five', recipe=1xitem.ma.intermedium_shovel@0:[net.minecraft.item.crafting.Ingredient@6c808421, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@38f4227b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@38f4227b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10114 mysticalagriculture:intermedium_axe RecipeStage{tier='five', recipe=1xitem.ma.intermedium_axe@0:[net.minecraft.item.crafting.Ingredient@1e8568cc, net.minecraft.item.crafting.Ingredient@1e8568cc, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@764c56b1, net.minecraft.item.crafting.Ingredient@6f3255f9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6f3255f9, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10115 mysticalagriculture:intermedium_hoe RecipeStage{tier='five', recipe=1xitem.ma.intermedium_hoe@0:[net.minecraft.item.crafting.Ingredient@7439242c, net.minecraft.item.crafting.Ingredient@60541dc4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1d3411aa, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1d3411aa, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10116 mysticalagriculture:intermedium_shears RecipeStage{tier='five', recipe=1xitem.ma.intermedium_shears@0:[net.minecraft.item.crafting.Ingredient@1e5ed425, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5e244017, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10117 mysticalagriculture:intermedium_bow RecipeStage{tier='five', recipe=1xitem.ma.intermedium_bow@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1c45a9e2, net.minecraft.item.crafting.Ingredient@88a7bc6, net.minecraft.item.crafting.Ingredient@74d2a9b3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@88a7bc6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1c45a9e2, net.minecraft.item.crafting.Ingredient@88a7bc6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10118 mysticalagriculture:intermedium_sickle RecipeStage{tier='five', recipe=1xitem.ma.intermedium_sickle@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5fee8e1d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3e902b62, net.minecraft.item.crafting.Ingredient@659f233d, net.minecraft.item.crafting.Ingredient@5fee8e1d, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10119 mysticalagriculture:intermedium_scythe RecipeStage{tier='five', recipe=1xitem.ma.intermedium_scythe@0:[net.minecraft.item.crafting.Ingredient@9bc42f8, net.minecraft.item.crafting.Ingredient@3648b396, net.minecraft.item.crafting.Ingredient@2ad2f8a9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2ad2f8a9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2ad2f8a9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10120 mysticalagriculture:intermedium_fishing_rod RecipeStage{tier='five', recipe=1xitem.ma.intermedium_fishing_rod@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2e028d4d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5da54f18, net.minecraft.item.crafting.Ingredient@600ff3b5, net.minecraft.item.crafting.Ingredient@2e028d4d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@600ff3b5]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10121 mysticalagriculture:superium_sword RecipeStage{tier='five', recipe=1xitem.ma.superium_sword@0:[net.minecraft.item.crafting.Ingredient@aab06d8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7d81451a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@620c8344, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10122 mysticalagriculture:superium_pickaxe RecipeStage{tier='five', recipe=1xitem.ma.superium_pickaxe@0:[net.minecraft.item.crafting.Ingredient@4cada0cd, net.minecraft.item.crafting.Ingredient@3b7395d7, net.minecraft.item.crafting.Ingredient@4cada0cd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3d63275e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3d63275e, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10123 mysticalagriculture:superium_shovel RecipeStage{tier='five', recipe=1xitem.ma.superium_shovel@0:[net.minecraft.item.crafting.Ingredient@15c267e1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@32b885a3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@32b885a3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10124 mysticalagriculture:superium_axe RecipeStage{tier='five', recipe=1xitem.ma.superium_axe@0:[net.minecraft.item.crafting.Ingredient@62eaaeb2, net.minecraft.item.crafting.Ingredient@62eaaeb2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@64912061, net.minecraft.item.crafting.Ingredient@12f224cd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@12f224cd, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10125 mysticalagriculture:superium_hoe RecipeStage{tier='five', recipe=1xitem.ma.superium_hoe@0:[net.minecraft.item.crafting.Ingredient@1b4ac90b, net.minecraft.item.crafting.Ingredient@7635702b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@75e2f66c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@75e2f66c, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10126 mysticalagriculture:superium_shears RecipeStage{tier='five', recipe=1xitem.ma.superium_shears@0:[net.minecraft.item.crafting.Ingredient@798dd3e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5a7141ce, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10127 mysticalagriculture:superium_bow RecipeStage{tier='five', recipe=1xitem.ma.superium_bow@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@48dac52b, net.minecraft.item.crafting.Ingredient@59c5cff1, net.minecraft.item.crafting.Ingredient@96a9023, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@59c5cff1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@48dac52b, net.minecraft.item.crafting.Ingredient@59c5cff1]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10128 mysticalagriculture:superium_sickle RecipeStage{tier='five', recipe=1xitem.ma.superium_sickle@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6bad40e0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@369b2e3e, net.minecraft.item.crafting.Ingredient@4156c55b, net.minecraft.item.crafting.Ingredient@6bad40e0, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10129 mysticalagriculture:superium_scythe RecipeStage{tier='five', recipe=1xitem.ma.superium_scythe@0:[net.minecraft.item.crafting.Ingredient@344e36c3, net.minecraft.item.crafting.Ingredient@5bcb04aa, net.minecraft.item.crafting.Ingredient@2cc06e95, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2cc06e95, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2cc06e95, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10130 mysticalagriculture:superium_fishing_rod RecipeStage{tier='five', recipe=1xitem.ma.superium_fishing_rod@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7255aae0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@71b81e54, net.minecraft.item.crafting.Ingredient@5e236230, net.minecraft.item.crafting.Ingredient@7255aae0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5e236230]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10131 mysticalagriculture:supremium_sword RecipeStage{tier='five', recipe=1xitem.ma.supremium_sword@0:[net.minecraft.item.crafting.Ingredient@75b501f9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@444eeba5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@13933fe, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10132 mysticalagriculture:supremium_pickaxe RecipeStage{tier='five', recipe=1xitem.ma.supremium_pickaxe@0:[net.minecraft.item.crafting.Ingredient@33be1e80, net.minecraft.item.crafting.Ingredient@9ec891, net.minecraft.item.crafting.Ingredient@33be1e80, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@48f0adbf, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@48f0adbf, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10133 mysticalagriculture:supremium_shovel RecipeStage{tier='five', recipe=1xitem.ma.supremium_shovel@0:[net.minecraft.item.crafting.Ingredient@2e860f5d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@58aa805c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@58aa805c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10134 mysticalagriculture:supremium_axe RecipeStage{tier='five', recipe=1xitem.ma.supremium_axe@0:[net.minecraft.item.crafting.Ingredient@2d1bb28, net.minecraft.item.crafting.Ingredient@2d1bb28, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1cb3a0c8, net.minecraft.item.crafting.Ingredient@10177b62, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@10177b62, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10135 mysticalagriculture:supremium_hoe RecipeStage{tier='five', recipe=1xitem.ma.supremium_hoe@0:[net.minecraft.item.crafting.Ingredient@5830acbd, net.minecraft.item.crafting.Ingredient@5984e293, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@72635eaa, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@72635eaa, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10136 mysticalagriculture:supremium_shears RecipeStage{tier='five', recipe=1xitem.ma.supremium_shears@0:[net.minecraft.item.crafting.Ingredient@429ddce0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3cf33e5a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10137 mysticalagriculture:supremium_bow RecipeStage{tier='five', recipe=1xitem.ma.supremium_bow@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@65decf8c, net.minecraft.item.crafting.Ingredient@6c2c939e, net.minecraft.item.crafting.Ingredient@4908750b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6c2c939e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@65decf8c, net.minecraft.item.crafting.Ingredient@6c2c939e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10138 mysticalagriculture:supremium_sickle RecipeStage{tier='five', recipe=1xitem.ma.supremium_sickle@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@46a22e4b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4c08abb9, net.minecraft.item.crafting.Ingredient@44b071c5, net.minecraft.item.crafting.Ingredient@46a22e4b, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10139 mysticalagriculture:supremium_scythe RecipeStage{tier='five', recipe=1xitem.ma.supremium_scythe@0:[net.minecraft.item.crafting.Ingredient@5fa6ead9, net.minecraft.item.crafting.Ingredient@56fac7f7, net.minecraft.item.crafting.Ingredient@1103bab4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1103bab4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1103bab4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10140 mysticalagriculture:supremium_fishing_rod RecipeStage{tier='five', recipe=1xitem.ma.supremium_fishing_rod@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7b57ebbb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7b925e59, net.minecraft.item.crafting.Ingredient@77489d85, net.minecraft.item.crafting.Ingredient@7b57ebbb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@77489d85]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10141 mysticalagriculture:crafting_42 RecipeStage{tier='five', recipe=1xitem.ma.crafting@50:[net.minecraft.item.crafting.Ingredient@597acc18, net.minecraft.item.crafting.Ingredient@30f331f8]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10142 mysticalagriculture:crafting_43 RecipeStage{tier='five', recipe=1xitem.ma.crafting@51:[net.minecraft.item.crafting.Ingredient@39db754a, net.minecraft.item.crafting.Ingredient@364e7465]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10143 mysticalagriculture:crafting_44 RecipeStage{tier='five', recipe=1xitem.ma.crafting@52:[net.minecraft.item.crafting.Ingredient@3d6ba816, net.minecraft.item.crafting.Ingredient@5f78ebd4]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10144 mysticalagriculture:crafting_45 RecipeStage{tier='five', recipe=1xitem.ma.crafting@53:[net.minecraft.item.crafting.Ingredient@5af6632a, net.minecraft.item.crafting.Ingredient@3a3d5b7a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10145 mysticalagriculture:crafting_46 RecipeStage{tier='five', recipe=1xitem.ma.crafting@54:[net.minecraft.item.crafting.Ingredient@3ac3bcb1, net.minecraft.item.crafting.Ingredient@53c577f0]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10146 mysticalagriculture:gear_10 RecipeStage{tier='five', recipe=1xitem.ma.gear@0:[net.minecraft.item.crafting.Ingredient@38c62f84, net.minecraft.item.crafting.Ingredient@1f472a19]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10147 mysticalagriculture:gear_11 RecipeStage{tier='five', recipe=1xitem.ma.gear@0:[net.minecraft.item.crafting.Ingredient@7c2e80bf, net.minecraft.item.crafting.Ingredient@751d2ab1]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10148 mysticalagriculture:gear_12 RecipeStage{tier='five', recipe=1xitem.ma.gear@0:[net.minecraft.item.crafting.Ingredient@1904ad6e, net.minecraft.item.crafting.Ingredient@11a7fd89]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10149 mysticalagriculture:gear_13 RecipeStage{tier='five', recipe=1xitem.ma.gear@0:[net.minecraft.item.crafting.Ingredient@38e53e70, net.minecraft.item.crafting.Ingredient@4b68bdf]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10150 mysticalagriculture:gear_14 RecipeStage{tier='five', recipe=1xitem.ma.gear@0:[net.minecraft.item.crafting.Ingredient@3f984be4, net.minecraft.item.crafting.Ingredient@2e9fe4d9]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10151 mysticalagriculture:gear_15 RecipeStage{tier='five', recipe=1xitem.ma.gear@0:[net.minecraft.item.crafting.Ingredient@2f0e4cd6, net.minecraft.item.crafting.Ingredient@5234f5b8]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10152 mysticalagriculture:gear_16 RecipeStage{tier='five', recipe=1xitem.ma.gear@0:[net.minecraft.item.crafting.Ingredient@26eb228c, net.minecraft.item.crafting.Ingredient@7b5eb27b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10153 mysticalagriculture:gear_17 RecipeStage{tier='five', recipe=1xitem.ma.gear@0:[net.minecraft.item.crafting.Ingredient@6e5e3e62, net.minecraft.item.crafting.Ingredient@11de8e67]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10154 mysticalagriculture:gear_18 RecipeStage{tier='five', recipe=1xitem.ma.gear@0:[net.minecraft.item.crafting.Ingredient@1bdffda, net.minecraft.item.crafting.Ingredient@1e8f6ca1]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10155 mysticalagriculture:gear_19 RecipeStage{tier='five', recipe=1xitem.ma.gear@0:[net.minecraft.item.crafting.Ingredient@d766fd7, net.minecraft.item.crafting.Ingredient@635b028c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10156 mysticalagriculture:gear_20 RecipeStage{tier='five', recipe=1xitem.ma.gear@1:[net.minecraft.item.crafting.Ingredient@46769e25, net.minecraft.item.crafting.Ingredient@78c059eb]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10157 mysticalagriculture:gear_21 RecipeStage{tier='five', recipe=1xitem.ma.gear@1:[net.minecraft.item.crafting.Ingredient@614326c9, net.minecraft.item.crafting.Ingredient@13b61b72]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10158 mysticalagriculture:gear_22 RecipeStage{tier='five', recipe=1xitem.ma.gear@1:[net.minecraft.item.crafting.Ingredient@94f6558, net.minecraft.item.crafting.Ingredient@71427fd6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10159 mysticalagriculture:gear_23 RecipeStage{tier='five', recipe=1xitem.ma.gear@1:[net.minecraft.item.crafting.Ingredient@238196df, net.minecraft.item.crafting.Ingredient@51964252]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10160 mysticalagriculture:gear_24 RecipeStage{tier='five', recipe=1xitem.ma.gear@1:[net.minecraft.item.crafting.Ingredient@5caa6b8, net.minecraft.item.crafting.Ingredient@2a52ffb0]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10161 mysticalagriculture:gear_25 RecipeStage{tier='five', recipe=1xitem.ma.gear@1:[net.minecraft.item.crafting.Ingredient@3b5455d6, net.minecraft.item.crafting.Ingredient@6bfbcb62]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10162 mysticalagriculture:gear_26 RecipeStage{tier='five', recipe=1xitem.ma.gear@1:[net.minecraft.item.crafting.Ingredient@325b2609, net.minecraft.item.crafting.Ingredient@2b383f71]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10163 mysticalagriculture:gear_27 RecipeStage{tier='five', recipe=1xitem.ma.gear@1:[net.minecraft.item.crafting.Ingredient@ec0b3e, net.minecraft.item.crafting.Ingredient@6b6c0e44]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10164 mysticalagriculture:gear_28 RecipeStage{tier='five', recipe=1xitem.ma.gear@1:[net.minecraft.item.crafting.Ingredient@7511fe51, net.minecraft.item.crafting.Ingredient@15c4ae36]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10165 mysticalagriculture:gear_29 RecipeStage{tier='five', recipe=1xitem.ma.gear@1:[net.minecraft.item.crafting.Ingredient@34016ade, net.minecraft.item.crafting.Ingredient@4e98e979]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10166 mysticalagriculture:gear_30 RecipeStage{tier='five', recipe=1xitem.ma.gear@2:[net.minecraft.item.crafting.Ingredient@6c39ce19, net.minecraft.item.crafting.Ingredient@53d11eda]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10167 mysticalagriculture:gear_31 RecipeStage{tier='five', recipe=1xitem.ma.gear@2:[net.minecraft.item.crafting.Ingredient@4edee770, net.minecraft.item.crafting.Ingredient@6cb5b1b4]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10168 mysticalagriculture:gear_32 RecipeStage{tier='five', recipe=1xitem.ma.gear@2:[net.minecraft.item.crafting.Ingredient@32705901, net.minecraft.item.crafting.Ingredient@bacdd58]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10169 mysticalagriculture:gear_33 RecipeStage{tier='five', recipe=1xitem.ma.gear@2:[net.minecraft.item.crafting.Ingredient@37c86911, net.minecraft.item.crafting.Ingredient@7c086b8]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10170 mysticalagriculture:gear_34 RecipeStage{tier='five', recipe=1xitem.ma.gear@2:[net.minecraft.item.crafting.Ingredient@f771c65, net.minecraft.item.crafting.Ingredient@7b837c7b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10171 mysticalagriculture:gear_35 RecipeStage{tier='five', recipe=1xitem.ma.gear@2:[net.minecraft.item.crafting.Ingredient@4cc2b90b, net.minecraft.item.crafting.Ingredient@7be110c2]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10172 mysticalagriculture:gear_36 RecipeStage{tier='five', recipe=1xitem.ma.gear@2:[net.minecraft.item.crafting.Ingredient@4d454280, net.minecraft.item.crafting.Ingredient@1416b0c2]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10173 mysticalagriculture:gear_37 RecipeStage{tier='five', recipe=1xitem.ma.gear@2:[net.minecraft.item.crafting.Ingredient@72adb0d0, net.minecraft.item.crafting.Ingredient@151bbd47]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10174 mysticalagriculture:gear_38 RecipeStage{tier='five', recipe=1xitem.ma.gear@2:[net.minecraft.item.crafting.Ingredient@4575f244, net.minecraft.item.crafting.Ingredient@5ac1e10a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10175 mysticalagriculture:gear_39 RecipeStage{tier='five', recipe=1xitem.ma.gear@2:[net.minecraft.item.crafting.Ingredient@724ee5f6, net.minecraft.item.crafting.Ingredient@1843de29]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10176 mysticalagriculture:gear_40 RecipeStage{tier='five', recipe=1xitem.ma.gear@3:[net.minecraft.item.crafting.Ingredient@1b053eaf, net.minecraft.item.crafting.Ingredient@1e61196c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10177 mysticalagriculture:gear_41 RecipeStage{tier='five', recipe=1xitem.ma.gear@3:[net.minecraft.item.crafting.Ingredient@2816bbea, net.minecraft.item.crafting.Ingredient@1a541801]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10178 mysticalagriculture:gear_42 RecipeStage{tier='five', recipe=1xitem.ma.gear@3:[net.minecraft.item.crafting.Ingredient@3dfc2a1a, net.minecraft.item.crafting.Ingredient@20280fa4]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10179 mysticalagriculture:gear_43 RecipeStage{tier='five', recipe=1xitem.ma.gear@3:[net.minecraft.item.crafting.Ingredient@50e68e96, net.minecraft.item.crafting.Ingredient@c96d26a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10180 mysticalagriculture:gear_44 RecipeStage{tier='five', recipe=1xitem.ma.gear@3:[net.minecraft.item.crafting.Ingredient@4276d058, net.minecraft.item.crafting.Ingredient@268074be]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10181 mysticalagriculture:gear_45 RecipeStage{tier='five', recipe=1xitem.ma.gear@3:[net.minecraft.item.crafting.Ingredient@6d26bd43, net.minecraft.item.crafting.Ingredient@192644af]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10182 mysticalagriculture:gear_46 RecipeStage{tier='five', recipe=1xitem.ma.gear@3:[net.minecraft.item.crafting.Ingredient@5fc62574, net.minecraft.item.crafting.Ingredient@7d2576a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10183 mysticalagriculture:gear_47 RecipeStage{tier='five', recipe=1xitem.ma.gear@3:[net.minecraft.item.crafting.Ingredient@27e21043, net.minecraft.item.crafting.Ingredient@49e17c4e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10184 mysticalagriculture:gear_48 RecipeStage{tier='five', recipe=1xitem.ma.gear@3:[net.minecraft.item.crafting.Ingredient@2358caef, net.minecraft.item.crafting.Ingredient@140fb6cf]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10185 mysticalagriculture:gear_49 RecipeStage{tier='five', recipe=1xitem.ma.gear@3:[net.minecraft.item.crafting.Ingredient@623f1739, net.minecraft.item.crafting.Ingredient@755b623]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10186 mysticalagriculture:gear_50 RecipeStage{tier='five', recipe=1xitem.ma.gear@4:[net.minecraft.item.crafting.Ingredient@4db081cf, net.minecraft.item.crafting.Ingredient@572cd19f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10187 mysticalagriculture:gear_51 RecipeStage{tier='five', recipe=1xitem.ma.gear@4:[net.minecraft.item.crafting.Ingredient@3d298412, net.minecraft.item.crafting.Ingredient@745ec481]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10188 mysticalagriculture:gear_52 RecipeStage{tier='five', recipe=1xitem.ma.gear@4:[net.minecraft.item.crafting.Ingredient@2ccb0fdb, net.minecraft.item.crafting.Ingredient@5db30744]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10189 mysticalagriculture:gear_53 RecipeStage{tier='five', recipe=1xitem.ma.gear@4:[net.minecraft.item.crafting.Ingredient@60265049, net.minecraft.item.crafting.Ingredient@14673e41]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10190 mysticalagriculture:gear_54 RecipeStage{tier='five', recipe=1xitem.ma.gear@4:[net.minecraft.item.crafting.Ingredient@53b75476, net.minecraft.item.crafting.Ingredient@141e251]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10191 mysticalagriculture:gear_55 RecipeStage{tier='five', recipe=1xitem.ma.gear@4:[net.minecraft.item.crafting.Ingredient@214a18dd, net.minecraft.item.crafting.Ingredient@48b7ec66]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10192 mysticalagriculture:gear_56 RecipeStage{tier='five', recipe=1xitem.ma.gear@4:[net.minecraft.item.crafting.Ingredient@20fd94a9, net.minecraft.item.crafting.Ingredient@5100fc9b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10193 mysticalagriculture:gear_57 RecipeStage{tier='five', recipe=1xitem.ma.gear@4:[net.minecraft.item.crafting.Ingredient@36bbe60a, net.minecraft.item.crafting.Ingredient@7aaf64a8]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10194 mysticalagriculture:gear_58 RecipeStage{tier='five', recipe=1xitem.ma.gear@4:[net.minecraft.item.crafting.Ingredient@15f78b36, net.minecraft.item.crafting.Ingredient@7c95b434]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10195 mysticalagriculture:gear_59 RecipeStage{tier='five', recipe=1xitem.ma.gear@4:[net.minecraft.item.crafting.Ingredient@3c986670, net.minecraft.item.crafting.Ingredient@159fe4ee]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10196 mysticalagriculture:charm RecipeStage{tier='five', recipe=1xitem.ma.charm@0:[net.minecraft.item.crafting.Ingredient@49c0ac9d, net.minecraft.item.crafting.Ingredient@49c0ac9d, net.minecraft.item.crafting.Ingredient@49c0ac9d, net.minecraft.item.crafting.Ingredient@49c0ac9d, net.minecraft.item.crafting.Ingredient@3614e833, net.minecraft.item.crafting.Ingredient@49c0ac9d, net.minecraft.item.crafting.Ingredient@49c0ac9d, net.minecraft.item.crafting.Ingredient@49c0ac9d, net.minecraft.item.crafting.Ingredient@49c0ac9d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10197 mysticalagriculture:charm_1 RecipeStage{tier='five', recipe=1xitem.ma.charm@1:[net.minecraft.item.crafting.Ingredient@1331f257, net.minecraft.item.crafting.Ingredient@4e1d3e50, net.minecraft.item.crafting.Ingredient@1331f257, net.minecraft.item.crafting.Ingredient@4e1d3e50, net.minecraft.item.crafting.Ingredient@2f5d74a, net.minecraft.item.crafting.Ingredient@4e1d3e50, net.minecraft.item.crafting.Ingredient@1331f257, net.minecraft.item.crafting.Ingredient@4e1d3e50, net.minecraft.item.crafting.Ingredient@1331f257]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10198 mysticalagriculture:charm_2 RecipeStage{tier='five', recipe=1xitem.ma.charm@2:[net.minecraft.item.crafting.Ingredient@6e9d42b3, net.minecraft.item.crafting.Ingredient@5ec176ff, net.minecraft.item.crafting.Ingredient@6e9d42b3, net.minecraft.item.crafting.Ingredient@5ec176ff, net.minecraft.item.crafting.Ingredient@7222a5ea, net.minecraft.item.crafting.Ingredient@5ec176ff, net.minecraft.item.crafting.Ingredient@6e9d42b3, net.minecraft.item.crafting.Ingredient@5ec176ff, net.minecraft.item.crafting.Ingredient@6e9d42b3]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10199 mysticalagriculture:charm_3 RecipeStage{tier='five', recipe=1xitem.ma.charm@3:[net.minecraft.item.crafting.Ingredient@68a0fa4e, net.minecraft.item.crafting.Ingredient@bc65cd5, net.minecraft.item.crafting.Ingredient@68a0fa4e, net.minecraft.item.crafting.Ingredient@bc65cd5, net.minecraft.item.crafting.Ingredient@6cacb5b2, net.minecraft.item.crafting.Ingredient@bc65cd5, net.minecraft.item.crafting.Ingredient@68a0fa4e, net.minecraft.item.crafting.Ingredient@bc65cd5, net.minecraft.item.crafting.Ingredient@68a0fa4e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10200 mysticalagriculture:charm_4 RecipeStage{tier='five', recipe=1xitem.ma.charm@4:[net.minecraft.item.crafting.Ingredient@44c11ce7, net.minecraft.item.crafting.Ingredient@2254d185, net.minecraft.item.crafting.Ingredient@44c11ce7, net.minecraft.item.crafting.Ingredient@2254d185, net.minecraft.item.crafting.Ingredient@2bdce158, net.minecraft.item.crafting.Ingredient@2254d185, net.minecraft.item.crafting.Ingredient@44c11ce7, net.minecraft.item.crafting.Ingredient@2254d185, net.minecraft.item.crafting.Ingredient@44c11ce7]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10201 mysticalagriculture:charm_5 RecipeStage{tier='five', recipe=1xitem.ma.charm@5:[net.minecraft.item.crafting.Ingredient@33e5cae0, net.minecraft.item.crafting.Ingredient@339526d9, net.minecraft.item.crafting.Ingredient@33e5cae0, net.minecraft.item.crafting.Ingredient@339526d9, net.minecraft.item.crafting.Ingredient@7f8fd7d2, net.minecraft.item.crafting.Ingredient@339526d9, net.minecraft.item.crafting.Ingredient@33e5cae0, net.minecraft.item.crafting.Ingredient@339526d9, net.minecraft.item.crafting.Ingredient@33e5cae0]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10202 mysticalagriculture:charm_6 RecipeStage{tier='five', recipe=1xitem.ma.charm@6:[net.minecraft.item.crafting.Ingredient@4a7fb494, net.minecraft.item.crafting.Ingredient@56e0aa1d, net.minecraft.item.crafting.Ingredient@4a7fb494, net.minecraft.item.crafting.Ingredient@56e0aa1d, net.minecraft.item.crafting.Ingredient@5750d654, net.minecraft.item.crafting.Ingredient@56e0aa1d, net.minecraft.item.crafting.Ingredient@4a7fb494, net.minecraft.item.crafting.Ingredient@56e0aa1d, net.minecraft.item.crafting.Ingredient@4a7fb494]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10203 mysticalagriculture:charm_7 RecipeStage{tier='five', recipe=1xitem.ma.charm@7:[net.minecraft.item.crafting.Ingredient@7c6c4dfd, net.minecraft.item.crafting.Ingredient@1ab31c69, net.minecraft.item.crafting.Ingredient@7c6c4dfd, net.minecraft.item.crafting.Ingredient@1ab31c69, net.minecraft.item.crafting.Ingredient@4b008b1d, net.minecraft.item.crafting.Ingredient@1ab31c69, net.minecraft.item.crafting.Ingredient@7c6c4dfd, net.minecraft.item.crafting.Ingredient@1ab31c69, net.minecraft.item.crafting.Ingredient@7c6c4dfd]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10204 mysticalagriculture:charm_8 RecipeStage{tier='five', recipe=1xitem.ma.charm@8:[net.minecraft.item.crafting.Ingredient@6192abcb, net.minecraft.item.crafting.Ingredient@30183f0f, net.minecraft.item.crafting.Ingredient@6192abcb, net.minecraft.item.crafting.Ingredient@30183f0f, net.minecraft.item.crafting.Ingredient@7f0f1272, net.minecraft.item.crafting.Ingredient@30183f0f, net.minecraft.item.crafting.Ingredient@6192abcb, net.minecraft.item.crafting.Ingredient@30183f0f, net.minecraft.item.crafting.Ingredient@6192abcb]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10205 mysticalagriculture:charm_9 RecipeStage{tier='five', recipe=1xitem.ma.charm@9:[net.minecraft.item.crafting.Ingredient@6275ce, net.minecraft.item.crafting.Ingredient@734144e5, net.minecraft.item.crafting.Ingredient@6275ce, net.minecraft.item.crafting.Ingredient@734144e5, net.minecraft.item.crafting.Ingredient@745a547d, net.minecraft.item.crafting.Ingredient@734144e5, net.minecraft.item.crafting.Ingredient@6275ce, net.minecraft.item.crafting.Ingredient@734144e5, net.minecraft.item.crafting.Ingredient@6275ce]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10206 mysticalagriculture:charm_10 RecipeStage{tier='five', recipe=1xitem.ma.charm@10:[net.minecraft.item.crafting.Ingredient@49377393, net.minecraft.item.crafting.Ingredient@7c37fb42, net.minecraft.item.crafting.Ingredient@49377393, net.minecraft.item.crafting.Ingredient@7c37fb42, net.minecraft.item.crafting.Ingredient@5ae8a105, net.minecraft.item.crafting.Ingredient@7c37fb42, net.minecraft.item.crafting.Ingredient@49377393, net.minecraft.item.crafting.Ingredient@7c37fb42, net.minecraft.item.crafting.Ingredient@49377393]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10207 mysticalagriculture:charm_11 RecipeStage{tier='five', recipe=1xitem.ma.charm@11:[net.minecraft.item.crafting.Ingredient@25dee582, net.minecraft.item.crafting.Ingredient@4878df99, net.minecraft.item.crafting.Ingredient@25dee582, net.minecraft.item.crafting.Ingredient@4878df99, net.minecraft.item.crafting.Ingredient@5707bf1a, net.minecraft.item.crafting.Ingredient@4878df99, net.minecraft.item.crafting.Ingredient@25dee582, net.minecraft.item.crafting.Ingredient@4878df99, net.minecraft.item.crafting.Ingredient@25dee582]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10208 mysticalagriculture:charm_12 RecipeStage{tier='five', recipe=1xitem.ma.charm@12:[net.minecraft.item.crafting.Ingredient@2ec8773b, net.minecraft.item.crafting.Ingredient@167dfd7b, net.minecraft.item.crafting.Ingredient@2ec8773b, net.minecraft.item.crafting.Ingredient@167dfd7b, net.minecraft.item.crafting.Ingredient@7c687fc1, net.minecraft.item.crafting.Ingredient@167dfd7b, net.minecraft.item.crafting.Ingredient@2ec8773b, net.minecraft.item.crafting.Ingredient@167dfd7b, net.minecraft.item.crafting.Ingredient@2ec8773b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10209 mysticalagriculture:charm_13 RecipeStage{tier='five', recipe=1xitem.ma.charm@13:[net.minecraft.item.crafting.Ingredient@2629458b, net.minecraft.item.crafting.Ingredient@749c7d5c, net.minecraft.item.crafting.Ingredient@2629458b, net.minecraft.item.crafting.Ingredient@749c7d5c, net.minecraft.item.crafting.Ingredient@4b358279, net.minecraft.item.crafting.Ingredient@749c7d5c, net.minecraft.item.crafting.Ingredient@2629458b, net.minecraft.item.crafting.Ingredient@749c7d5c, net.minecraft.item.crafting.Ingredient@2629458b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10210 mysticalagriculture:charm_14 RecipeStage{tier='five', recipe=1xitem.ma.charm@14:[net.minecraft.item.crafting.Ingredient@297de567, net.minecraft.item.crafting.Ingredient@22d59d2a, net.minecraft.item.crafting.Ingredient@3fddde9d, net.minecraft.item.crafting.Ingredient@22d59d2a, net.minecraft.item.crafting.Ingredient@4594e543, net.minecraft.item.crafting.Ingredient@22d59d2a, net.minecraft.item.crafting.Ingredient@3fddde9d, net.minecraft.item.crafting.Ingredient@22d59d2a, net.minecraft.item.crafting.Ingredient@297de567]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10211 mysticalagriculture:charm_15 RecipeStage{tier='five', recipe=1xitem.ma.charm@15:[net.minecraft.item.crafting.Ingredient@445be1c1, net.minecraft.item.crafting.Ingredient@53336d02, net.minecraft.item.crafting.Ingredient@cb862eb, net.minecraft.item.crafting.Ingredient@53336d02, net.minecraft.item.crafting.Ingredient@15a3ecde, net.minecraft.item.crafting.Ingredient@53336d02, net.minecraft.item.crafting.Ingredient@cb862eb, net.minecraft.item.crafting.Ingredient@53336d02, net.minecraft.item.crafting.Ingredient@445be1c1]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10212 mysticalagriculture:charm_16 RecipeStage{tier='five', recipe=1xitem.ma.charm@16:[net.minecraft.item.crafting.Ingredient@1acabec4, net.minecraft.item.crafting.Ingredient@4e648444, net.minecraft.item.crafting.Ingredient@457e3c3, net.minecraft.item.crafting.Ingredient@4e648444, net.minecraft.item.crafting.Ingredient@55aa31a0, net.minecraft.item.crafting.Ingredient@4e648444, net.minecraft.item.crafting.Ingredient@457e3c3, net.minecraft.item.crafting.Ingredient@4e648444, net.minecraft.item.crafting.Ingredient@1acabec4]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10213 mysticalagriculture:charm_17 RecipeStage{tier='five', recipe=1xitem.ma.charm@17:[net.minecraft.item.crafting.Ingredient@1ed9037b, net.minecraft.item.crafting.Ingredient@6ad81af7, net.minecraft.item.crafting.Ingredient@2819af50, net.minecraft.item.crafting.Ingredient@6ad81af7, net.minecraft.item.crafting.Ingredient@25abb5f6, net.minecraft.item.crafting.Ingredient@6ad81af7, net.minecraft.item.crafting.Ingredient@2819af50, net.minecraft.item.crafting.Ingredient@6ad81af7, net.minecraft.item.crafting.Ingredient@1ed9037b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10214 mysticalagriculture:charm_18 RecipeStage{tier='five', recipe=1xitem.ma.charm@18:[net.minecraft.item.crafting.Ingredient@495259bf, net.minecraft.item.crafting.Ingredient@7ac016a2, net.minecraft.item.crafting.Ingredient@2bb4f3a4, net.minecraft.item.crafting.Ingredient@7ac016a2, net.minecraft.item.crafting.Ingredient@2cd4105a, net.minecraft.item.crafting.Ingredient@7ac016a2, net.minecraft.item.crafting.Ingredient@2bb4f3a4, net.minecraft.item.crafting.Ingredient@7ac016a2, net.minecraft.item.crafting.Ingredient@495259bf]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10215 mysticalagriculture:charm_19 RecipeStage{tier='five', recipe=1xitem.ma.charm@19:[net.minecraft.item.crafting.Ingredient@a00c6da, net.minecraft.item.crafting.Ingredient@5de109cb, net.minecraft.item.crafting.Ingredient@71d62c9, net.minecraft.item.crafting.Ingredient@5de109cb, net.minecraft.item.crafting.Ingredient@6252c69, net.minecraft.item.crafting.Ingredient@5de109cb, net.minecraft.item.crafting.Ingredient@71d62c9, net.minecraft.item.crafting.Ingredient@5de109cb, net.minecraft.item.crafting.Ingredient@a00c6da]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10216 mysticalagriculture:charm_20 RecipeStage{tier='five', recipe=1xitem.ma.charm@20:[net.minecraft.item.crafting.Ingredient@1dd3b449, net.minecraft.item.crafting.Ingredient@7d8ea4f1, net.minecraft.item.crafting.Ingredient@73bf295f, net.minecraft.item.crafting.Ingredient@7d8ea4f1, net.minecraft.item.crafting.Ingredient@71348b8c, net.minecraft.item.crafting.Ingredient@7d8ea4f1, net.minecraft.item.crafting.Ingredient@73bf295f, net.minecraft.item.crafting.Ingredient@7d8ea4f1, net.minecraft.item.crafting.Ingredient@1dd3b449]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10217 mysticalagriculture:gear_60 RecipeStage{tier='five', recipe=1xitem.ma.gear@15:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2e232ef1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2e232ef1, net.minecraft.item.crafting.Ingredient@2ed2b680, net.minecraft.item.crafting.Ingredient@2e232ef1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2e232ef1, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10218 mysticalagriculture:gear_61 RecipeStage{tier='five', recipe=1xitem.ma.gear@16:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2aaa00be, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2aaa00be, net.minecraft.item.crafting.Ingredient@1d49f7bc, net.minecraft.item.crafting.Ingredient@2aaa00be, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2aaa00be, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10219 mysticalagriculture:gear_62 RecipeStage{tier='five', recipe=1xitem.ma.gear@17:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6e4f9412, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6e4f9412, net.minecraft.item.crafting.Ingredient@149ac695, net.minecraft.item.crafting.Ingredient@6e4f9412, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6e4f9412, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10220 mysticalagriculture:gear_63 RecipeStage{tier='five', recipe=1xitem.ma.gear@18:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@410e2675, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@410e2675, net.minecraft.item.crafting.Ingredient@53f3c542, net.minecraft.item.crafting.Ingredient@410e2675, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@410e2675, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10221 mysticalagriculture:gear_64 RecipeStage{tier='five', recipe=1xitem.ma.gear@19:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3639d316, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3639d316, net.minecraft.item.crafting.Ingredient@634762a, net.minecraft.item.crafting.Ingredient@3639d316, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3639d316, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10222 mysticalagriculture:inferium_arrow RecipeStage{tier='five', recipe=12xitem.ma.inferium_arrow@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@22a8b5ef, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5a7173cf, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7fd1db8d, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10223 mysticalagriculture:prudentium_arrow RecipeStage{tier='five', recipe=12xitem.ma.prudentium_arrow@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@508ad961, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1b437b4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@704899bc, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10224 mysticalagriculture:intermedium_arrow RecipeStage{tier='five', recipe=12xitem.ma.intermedium_arrow@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@112fa7b3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@31063bb5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5b7c150, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10225 mysticalagriculture:superium_arrow RecipeStage{tier='five', recipe=12xitem.ma.superium_arrow@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3f5864a5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3f832b68, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@485d089, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10226 mysticalagriculture:supremium_arrow RecipeStage{tier='five', recipe=12xitem.ma.supremium_arrow@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1959fa2d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3fa74a05, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@150cd4e0, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10227 mysticalagriculture:inferium_helmet RecipeStage{tier='five', recipe=1xitem.ma.inferium_helmet@0:[net.minecraft.item.crafting.Ingredient@60128667, net.minecraft.item.crafting.Ingredient@65e01f02, net.minecraft.item.crafting.Ingredient@60128667, net.minecraft.item.crafting.Ingredient@60128667, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@60128667, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10228 mysticalagriculture:inferium_chestplate RecipeStage{tier='five', recipe=1xitem.ma.inferium_chestplate@0:[net.minecraft.item.crafting.Ingredient@4476604e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4476604e, net.minecraft.item.crafting.Ingredient@4476604e, net.minecraft.item.crafting.Ingredient@30a3f719, net.minecraft.item.crafting.Ingredient@4476604e, net.minecraft.item.crafting.Ingredient@4476604e, net.minecraft.item.crafting.Ingredient@4476604e, net.minecraft.item.crafting.Ingredient@4476604e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10229 mysticalagriculture:inferium_leggings RecipeStage{tier='five', recipe=1xitem.ma.inferium_leggings@0:[net.minecraft.item.crafting.Ingredient@570c0d, net.minecraft.item.crafting.Ingredient@77d47859, net.minecraft.item.crafting.Ingredient@570c0d, net.minecraft.item.crafting.Ingredient@570c0d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@570c0d, net.minecraft.item.crafting.Ingredient@570c0d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@570c0d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10230 mysticalagriculture:inferium_boots RecipeStage{tier='five', recipe=1xitem.ma.inferium_boots@0:[net.minecraft.item.crafting.Ingredient@7a2cd17f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7a2cd17f, net.minecraft.item.crafting.Ingredient@7a2cd17f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@42239d53, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10231 mysticalagriculture:prudentium_helmet RecipeStage{tier='five', recipe=1xitem.ma.prudentium_helmet@0:[net.minecraft.item.crafting.Ingredient@4ccfafdd, net.minecraft.item.crafting.Ingredient@50f43812, net.minecraft.item.crafting.Ingredient@4ccfafdd, net.minecraft.item.crafting.Ingredient@4ccfafdd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4ccfafdd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10232 mysticalagriculture:prudentium_chestplate RecipeStage{tier='five', recipe=1xitem.ma.prudentium_chestplate@0:[net.minecraft.item.crafting.Ingredient@1102c2ab, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1102c2ab, net.minecraft.item.crafting.Ingredient@1102c2ab, net.minecraft.item.crafting.Ingredient@20022611, net.minecraft.item.crafting.Ingredient@1102c2ab, net.minecraft.item.crafting.Ingredient@1102c2ab, net.minecraft.item.crafting.Ingredient@1102c2ab, net.minecraft.item.crafting.Ingredient@1102c2ab]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10233 mysticalagriculture:prudentium_leggings RecipeStage{tier='five', recipe=1xitem.ma.prudentium_leggings@0:[net.minecraft.item.crafting.Ingredient@40479be7, net.minecraft.item.crafting.Ingredient@47d71ede, net.minecraft.item.crafting.Ingredient@40479be7, net.minecraft.item.crafting.Ingredient@40479be7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@40479be7, net.minecraft.item.crafting.Ingredient@40479be7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@40479be7]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10234 mysticalagriculture:prudentium_boots RecipeStage{tier='five', recipe=1xitem.ma.prudentium_boots@0:[net.minecraft.item.crafting.Ingredient@1a0a500c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1a0a500c, net.minecraft.item.crafting.Ingredient@1a0a500c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@66ee6809, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10235 mysticalagriculture:intermedium_helmet RecipeStage{tier='five', recipe=1xitem.ma.intermedium_helmet@0:[net.minecraft.item.crafting.Ingredient@4be2ea0b, net.minecraft.item.crafting.Ingredient@320594b, net.minecraft.item.crafting.Ingredient@4be2ea0b, net.minecraft.item.crafting.Ingredient@4be2ea0b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4be2ea0b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10236 mysticalagriculture:intermedium_chestplate RecipeStage{tier='five', recipe=1xitem.ma.intermedium_chestplate@0:[net.minecraft.item.crafting.Ingredient@ae8b1ba, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@ae8b1ba, net.minecraft.item.crafting.Ingredient@ae8b1ba, net.minecraft.item.crafting.Ingredient@5606a05e, net.minecraft.item.crafting.Ingredient@ae8b1ba, net.minecraft.item.crafting.Ingredient@ae8b1ba, net.minecraft.item.crafting.Ingredient@ae8b1ba, net.minecraft.item.crafting.Ingredient@ae8b1ba]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10237 mysticalagriculture:intermedium_leggings RecipeStage{tier='five', recipe=1xitem.ma.intermedium_leggings@0:[net.minecraft.item.crafting.Ingredient@1f068fc8, net.minecraft.item.crafting.Ingredient@50ac88f3, net.minecraft.item.crafting.Ingredient@1f068fc8, net.minecraft.item.crafting.Ingredient@1f068fc8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1f068fc8, net.minecraft.item.crafting.Ingredient@1f068fc8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1f068fc8]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10238 mysticalagriculture:intermedium_boots RecipeStage{tier='five', recipe=1xitem.ma.intermedium_boots@0:[net.minecraft.item.crafting.Ingredient@e9552a4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@e9552a4, net.minecraft.item.crafting.Ingredient@e9552a4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@25c6f471, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10239 mysticalagriculture:superium_helmet RecipeStage{tier='five', recipe=1xitem.ma.superium_helmet@0:[net.minecraft.item.crafting.Ingredient@7c88e377, net.minecraft.item.crafting.Ingredient@58ac9e30, net.minecraft.item.crafting.Ingredient@7c88e377, net.minecraft.item.crafting.Ingredient@7c88e377, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7c88e377, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10240 mysticalagriculture:superium_chestplate RecipeStage{tier='five', recipe=1xitem.ma.superium_chestplate@0:[net.minecraft.item.crafting.Ingredient@13c29e02, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@13c29e02, net.minecraft.item.crafting.Ingredient@13c29e02, net.minecraft.item.crafting.Ingredient@286a5456, net.minecraft.item.crafting.Ingredient@13c29e02, net.minecraft.item.crafting.Ingredient@13c29e02, net.minecraft.item.crafting.Ingredient@13c29e02, net.minecraft.item.crafting.Ingredient@13c29e02]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10241 mysticalagriculture:superium_leggings RecipeStage{tier='five', recipe=1xitem.ma.superium_leggings@0:[net.minecraft.item.crafting.Ingredient@227e610, net.minecraft.item.crafting.Ingredient@5125ad8, net.minecraft.item.crafting.Ingredient@227e610, net.minecraft.item.crafting.Ingredient@227e610, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@227e610, net.minecraft.item.crafting.Ingredient@227e610, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@227e610]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10242 mysticalagriculture:superium_boots RecipeStage{tier='five', recipe=1xitem.ma.superium_boots@0:[net.minecraft.item.crafting.Ingredient@33745bf3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@33745bf3, net.minecraft.item.crafting.Ingredient@33745bf3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@e5e2ceb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10243 mysticalagriculture:supremium_helmet RecipeStage{tier='five', recipe=1xitem.ma.supremium_helmet@0:[net.minecraft.item.crafting.Ingredient@656740bd, net.minecraft.item.crafting.Ingredient@745d3421, net.minecraft.item.crafting.Ingredient@656740bd, net.minecraft.item.crafting.Ingredient@656740bd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@656740bd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10244 mysticalagriculture:supremium_chestplate RecipeStage{tier='five', recipe=1xitem.ma.supremium_chestplate@0:[net.minecraft.item.crafting.Ingredient@79ff9347, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@79ff9347, net.minecraft.item.crafting.Ingredient@79ff9347, net.minecraft.item.crafting.Ingredient@2642566d, net.minecraft.item.crafting.Ingredient@79ff9347, net.minecraft.item.crafting.Ingredient@79ff9347, net.minecraft.item.crafting.Ingredient@79ff9347, net.minecraft.item.crafting.Ingredient@79ff9347]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10245 mysticalagriculture:supremium_leggings RecipeStage{tier='five', recipe=1xitem.ma.supremium_leggings@0:[net.minecraft.item.crafting.Ingredient@6b517836, net.minecraft.item.crafting.Ingredient@6eb1bbb0, net.minecraft.item.crafting.Ingredient@6b517836, net.minecraft.item.crafting.Ingredient@6b517836, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6b517836, net.minecraft.item.crafting.Ingredient@6b517836, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6b517836]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10247 mysticalagriculture:gear_65 RecipeStage{tier='five', recipe=1xitem.ma.gear@5:[net.minecraft.item.crafting.Ingredient@7de66cd, net.minecraft.item.crafting.Ingredient@52daa939]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10248 mysticalagriculture:gear_66 RecipeStage{tier='five', recipe=1xitem.ma.gear@5:[net.minecraft.item.crafting.Ingredient@4bed0d79, net.minecraft.item.crafting.Ingredient@3ff1e2c7]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10249 mysticalagriculture:gear_67 RecipeStage{tier='five', recipe=1xitem.ma.gear@5:[net.minecraft.item.crafting.Ingredient@6a4adcb4, net.minecraft.item.crafting.Ingredient@49ef8241]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10250 mysticalagriculture:gear_68 RecipeStage{tier='five', recipe=1xitem.ma.gear@5:[net.minecraft.item.crafting.Ingredient@69f66828, net.minecraft.item.crafting.Ingredient@55e5a6de]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10251 mysticalagriculture:gear_69 RecipeStage{tier='five', recipe=1xitem.ma.gear@6:[net.minecraft.item.crafting.Ingredient@5c9a6273, net.minecraft.item.crafting.Ingredient@677e6e0]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10252 mysticalagriculture:gear_70 RecipeStage{tier='five', recipe=1xitem.ma.gear@6:[net.minecraft.item.crafting.Ingredient@70228f47, net.minecraft.item.crafting.Ingredient@7fa4f2ca]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10253 mysticalagriculture:gear_71 RecipeStage{tier='five', recipe=1xitem.ma.gear@6:[net.minecraft.item.crafting.Ingredient@5b815106, net.minecraft.item.crafting.Ingredient@3fbdb586]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10254 mysticalagriculture:gear_72 RecipeStage{tier='five', recipe=1xitem.ma.gear@6:[net.minecraft.item.crafting.Ingredient@4b7fb140, net.minecraft.item.crafting.Ingredient@1a27c048]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10255 mysticalagriculture:gear_73 RecipeStage{tier='five', recipe=1xitem.ma.gear@7:[net.minecraft.item.crafting.Ingredient@16fd63e0, net.minecraft.item.crafting.Ingredient@203e35ce]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10256 mysticalagriculture:gear_74 RecipeStage{tier='five', recipe=1xitem.ma.gear@7:[net.minecraft.item.crafting.Ingredient@6e0967a6, net.minecraft.item.crafting.Ingredient@1396ebe4]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10257 mysticalagriculture:gear_75 RecipeStage{tier='five', recipe=1xitem.ma.gear@7:[net.minecraft.item.crafting.Ingredient@3a3027da, net.minecraft.item.crafting.Ingredient@1f21536d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10258 mysticalagriculture:gear_76 RecipeStage{tier='five', recipe=1xitem.ma.gear@7:[net.minecraft.item.crafting.Ingredient@40002606, net.minecraft.item.crafting.Ingredient@7b35c72b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10259 mysticalagriculture:gear_77 RecipeStage{tier='five', recipe=1xitem.ma.gear@8:[net.minecraft.item.crafting.Ingredient@371a7f0c, net.minecraft.item.crafting.Ingredient@76eb5fff]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10260 mysticalagriculture:gear_78 RecipeStage{tier='five', recipe=1xitem.ma.gear@8:[net.minecraft.item.crafting.Ingredient@1fdc957a, net.minecraft.item.crafting.Ingredient@7bda6b92]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10261 mysticalagriculture:gear_79 RecipeStage{tier='five', recipe=1xitem.ma.gear@8:[net.minecraft.item.crafting.Ingredient@627189a9, net.minecraft.item.crafting.Ingredient@19fdb7d8]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10262 mysticalagriculture:gear_80 RecipeStage{tier='five', recipe=1xitem.ma.gear@8:[net.minecraft.item.crafting.Ingredient@704ddf5a, net.minecraft.item.crafting.Ingredient@1e9f3c3b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10263 mysticalagriculture:gear_81 RecipeStage{tier='five', recipe=1xitem.ma.gear@9:[net.minecraft.item.crafting.Ingredient@45183035, net.minecraft.item.crafting.Ingredient@5b3180c3]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10264 mysticalagriculture:gear_82 RecipeStage{tier='five', recipe=1xitem.ma.gear@9:[net.minecraft.item.crafting.Ingredient@1670c79b, net.minecraft.item.crafting.Ingredient@126dc4f8]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10265 mysticalagriculture:gear_83 RecipeStage{tier='five', recipe=1xitem.ma.gear@9:[net.minecraft.item.crafting.Ingredient@39d213e4, net.minecraft.item.crafting.Ingredient@290e575a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10266 mysticalagriculture:gear_84 RecipeStage{tier='five', recipe=1xitem.ma.gear@9:[net.minecraft.item.crafting.Ingredient@7bd4cdd7, net.minecraft.item.crafting.Ingredient@52b0bc7a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10267 mysticalagriculture:cobblestone RecipeStage{tier='five', recipe=32xtile.stonebrick@0:[net.minecraft.item.crafting.Ingredient@2851ab78, net.minecraft.item.crafting.Ingredient@2851ab78, net.minecraft.item.crafting.Ingredient@2851ab78, net.minecraft.item.crafting.Ingredient@2851ab78, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2851ab78, net.minecraft.item.crafting.Ingredient@2851ab78, net.minecraft.item.crafting.Ingredient@2851ab78, net.minecraft.item.crafting.Ingredient@2851ab78]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10268 mysticalagriculture:stone RecipeStage{tier='five', recipe=32xtile.stone@0:[net.minecraft.item.crafting.Ingredient@21467064, net.minecraft.item.crafting.Ingredient@21467064, net.minecraft.item.crafting.Ingredient@21467064, net.minecraft.item.crafting.Ingredient@21467064, net.minecraft.item.crafting.Ingredient@21467064, net.minecraft.item.crafting.Ingredient@21467064, net.minecraft.item.crafting.Ingredient@21467064, net.minecraft.item.crafting.Ingredient@21467064, net.minecraft.item.crafting.Ingredient@21467064]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10269 mysticalagriculture:stone_1 RecipeStage{tier='five', recipe=16xtile.stone@1:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7d3146c3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7d3146c3, net.minecraft.item.crafting.Ingredient@1eee187d, net.minecraft.item.crafting.Ingredient@7d3146c3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7d3146c3, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10270 mysticalagriculture:stone_2 RecipeStage{tier='five', recipe=16xtile.stone@3:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@52189e44, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2568c374, net.minecraft.item.crafting.Ingredient@2568c374, net.minecraft.item.crafting.Ingredient@2568c374, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2568c374, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10271 mysticalagriculture:stone_3 RecipeStage{tier='five', recipe=16xtile.stone@5:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7c562dbb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1f463226, net.minecraft.item.crafting.Ingredient@7c562dbb, net.minecraft.item.crafting.Ingredient@7c562dbb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7c562dbb, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10272 mysticalagriculture:stonebrick RecipeStage{tier='five', recipe=12xtile.stonebricksmooth@2:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6fcbfa80, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6fcbfa80, net.minecraftforge.oredict.OreIngredient@223d2937, net.minecraft.item.crafting.Ingredient@6fcbfa80, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6fcbfa80, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10273 mysticalagriculture:stonebrick_1 RecipeStage{tier='five', recipe=12xtile.stonebricksmooth@3:[net.minecraft.item.crafting.Ingredient@568d2f3d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@568d2f3d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6622c096, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@568d2f3d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@568d2f3d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10275 mysticalagriculture:dirt RecipeStage{tier='five', recipe=24xtile.dirt@0:[net.minecraft.item.crafting.Ingredient@d3bd2f6, net.minecraft.item.crafting.Ingredient@d3bd2f6, net.minecraft.item.crafting.Ingredient@d3bd2f6, net.minecraft.item.crafting.Ingredient@d3bd2f6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@d3bd2f6, net.minecraft.item.crafting.Ingredient@d3bd2f6, net.minecraft.item.crafting.Ingredient@d3bd2f6, net.minecraft.item.crafting.Ingredient@d3bd2f6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10276 mysticalagriculture:grass RecipeStage{tier='five', recipe=12xtile.grass@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6b0fc32d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6b0fc32d, net.minecraft.item.crafting.Ingredient@4a061692, net.minecraft.item.crafting.Ingredient@6b0fc32d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6b0fc32d, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10277 mysticalagriculture:dirt_1 RecipeStage{tier='five', recipe=16xtile.dirt@1:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7356cc02, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7356cc02, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7356cc02, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10278 mysticalagriculture:dirt_2 RecipeStage{tier='five', recipe=8xtile.dirt@2:[net.minecraft.item.crafting.Ingredient@1c1d4730, net.minecraft.item.crafting.Ingredient@1c1d4730, net.minecraft.item.crafting.Ingredient@1c1d4730, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10279 mysticalagriculture:gravel RecipeStage{tier='five', recipe=16xtile.gravel@0:[net.minecraft.item.crafting.Ingredient@e4a35ad, net.minecraft.item.crafting.Ingredient@432d8185, net.minecraft.item.crafting.Ingredient@432d8185, net.minecraft.item.crafting.Ingredient@e4a35ad]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10280 mysticalagriculture:mycelium RecipeStage{tier='five', recipe=16xtile.mycel@0:[net.minecraft.item.crafting.Ingredient@6fcb3fa4, net.minecraft.item.crafting.Ingredient@6fcb3fa4, net.minecraft.item.crafting.Ingredient@6fcb3fa4, net.minecraft.item.crafting.Ingredient@30f3934a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@30f3934a, net.minecraft.item.crafting.Ingredient@30f3934a, net.minecraft.item.crafting.Ingredient@30f3934a, net.minecraft.item.crafting.Ingredient@30f3934a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10281 mysticalagriculture:vine RecipeStage{tier='five', recipe=16xtile.vine@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@e244fac, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@e244fac, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@e244fac, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10282 mysticalagriculture:cactus RecipeStage{tier='five', recipe=16xtile.cactus@0:[net.minecraft.item.crafting.Ingredient@1461c916, net.minecraft.item.crafting.Ingredient@1461c916, net.minecraft.item.crafting.Ingredient@1461c916, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1461c916, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1461c916, net.minecraft.item.crafting.Ingredient@1461c916, net.minecraft.item.crafting.Ingredient@1461c916]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10283 mysticalagriculture:reeds RecipeStage{tier='five', recipe=16xitem.reeds@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@55ef9679, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@55ef9679, net.minecraft.item.crafting.Ingredient@55ef9679, net.minecraft.item.crafting.Ingredient@55ef9679, net.minecraft.item.crafting.Ingredient@55ef9679, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@55ef9679]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10284 mysticalagriculture:pumpkin RecipeStage{tier='five', recipe=16xtile.pumpkin@0:[net.minecraft.item.crafting.Ingredient@6237e9a6, net.minecraft.item.crafting.Ingredient@6237e9a6, net.minecraft.item.crafting.Ingredient@6237e9a6, net.minecraft.item.crafting.Ingredient@6237e9a6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6237e9a6, net.minecraft.item.crafting.Ingredient@6237e9a6, net.minecraft.item.crafting.Ingredient@6237e9a6, net.minecraft.item.crafting.Ingredient@6237e9a6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10285 mysticalagriculture:melon_block RecipeStage{tier='five', recipe=8xtile.melon@0:[net.minecraft.item.crafting.Ingredient@65883db6, net.minecraft.item.crafting.Ingredient@65883db6, net.minecraft.item.crafting.Ingredient@65883db6, net.minecraft.item.crafting.Ingredient@65883db6, net.minecraft.item.crafting.Ingredient@65883db6, net.minecraft.item.crafting.Ingredient@65883db6, net.minecraft.item.crafting.Ingredient@65883db6, net.minecraft.item.crafting.Ingredient@65883db6, net.minecraft.item.crafting.Ingredient@65883db6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10286 mysticalagriculture:wheat RecipeStage{tier='five', recipe=12xitem.wheat@0:[net.minecraft.item.crafting.Ingredient@654059d3, net.minecraft.item.crafting.Ingredient@654059d3, net.minecraft.item.crafting.Ingredient@654059d3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10287 mysticalagriculture:potato RecipeStage{tier='five', recipe=12xitem.potato@0:[net.minecraft.item.crafting.Ingredient@64e9ae1d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@64e9ae1d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@64e9ae1d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10288 mysticalagriculture:poisonous_potato RecipeStage{tier='five', recipe=1xitem.potatoPoisonous@0:[net.minecraft.item.crafting.Ingredient@6d68947, net.minecraft.item.crafting.Ingredient@40d1633, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10289 mysticalagriculture:carrot RecipeStage{tier='five', recipe=12xitem.carrots@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6ee9b0da, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6ee9b0da, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6ee9b0da]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10290 mysticalagriculture:beetroot RecipeStage{tier='five', recipe=12xitem.beetroot@0:[net.minecraft.item.crafting.Ingredient@3097a20b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3097a20b, net.minecraft.item.crafting.Ingredient@3097a20b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10291 mysticalagriculture:waterlily RecipeStage{tier='five', recipe=8xtile.waterlily@0:[net.minecraft.item.crafting.Ingredient@e1608b8, net.minecraft.item.crafting.Ingredient@e1608b8, net.minecraft.item.crafting.Ingredient@e1608b8, net.minecraft.item.crafting.Ingredient@e1608b8, net.minecraft.item.crafting.Ingredient@e1608b8, net.minecraft.item.crafting.Ingredient@e1608b8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@e1608b8, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10293 mysticalagriculture:brown_mushroom RecipeStage{tier='five', recipe=8xtile.mushroom@0:[net.minecraft.item.crafting.Ingredient@ec9f658, net.minecraft.item.crafting.Ingredient@2ee115f4, net.minecraft.item.crafting.Ingredient@ec9f658, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10294 mysticalagriculture:red_mushroom RecipeStage{tier='five', recipe=8xtile.mushroom@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@435c5efb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2661bfe, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@435c5efb, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10295 mysticalagriculture:mossy_cobblestone RecipeStage{tier='five', recipe=16xtile.stoneMoss@0:[net.minecraft.item.crafting.Ingredient@616f324a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@616f324a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4065131a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@616f324a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@616f324a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10296 mysticalagriculture:stonebrick_2 RecipeStage{tier='five', recipe=16xtile.stonebricksmooth@1:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@21b436d5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@21b436d5, net.minecraft.item.crafting.Ingredient@3951bdcb, net.minecraft.item.crafting.Ingredient@21b436d5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@21b436d5, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10297 mysticalagriculture:apple RecipeStage{tier='five', recipe=8xitem.apple@0:[net.minecraft.item.crafting.Ingredient@51e2f952, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@51e2f952, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@51e2f952]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10298 mysticalagriculture:tallgrass RecipeStage{tier='five', recipe=12xtile.tallgrass@1:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@656b3f37, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@656b3f37, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@656b3f37, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10299 mysticalagriculture:log RecipeStage{tier='five', recipe=16xtile.log@0:[net.minecraft.item.crafting.Ingredient@5615c1d2, net.minecraft.item.crafting.Ingredient@5615c1d2, net.minecraft.item.crafting.Ingredient@5615c1d2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10300 mysticalagriculture:log_1 RecipeStage{tier='five', recipe=16xtile.log@1:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@38f08049, net.minecraft.item.crafting.Ingredient@38f08049, net.minecraft.item.crafting.Ingredient@38f08049, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10301 mysticalagriculture:log_2 RecipeStage{tier='five', recipe=16xtile.log@2:[net.minecraft.item.crafting.Ingredient@c338d9a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@c338d9a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@c338d9a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10302 mysticalagriculture:log_3 RecipeStage{tier='five', recipe=16xtile.log@3:[net.minecraft.item.crafting.Ingredient@40f8d9fc, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@40f8d9fc, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@40f8d9fc, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10303 mysticalagriculture:log2 RecipeStage{tier='five', recipe=16xtile.log@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@22d98824, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@22d98824, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@22d98824, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10304 mysticalagriculture:log2_1 RecipeStage{tier='five', recipe=16xtile.log@1:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6f727acd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6f727acd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6f727acd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10305 mysticalagriculture:sapling RecipeStage{tier='five', recipe=4xtile.sapling@0:[net.minecraft.item.crafting.Ingredient@7f12d2a, net.minecraft.item.crafting.Ingredient@75894e0d, net.minecraft.item.crafting.Ingredient@7f12d2a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10306 mysticalagriculture:sapling_1 RecipeStage{tier='five', recipe=4xtile.sapling@1:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@580344ff, net.minecraft.item.crafting.Ingredient@5615aaa8, net.minecraft.item.crafting.Ingredient@580344ff, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10307 mysticalagriculture:sapling_2 RecipeStage{tier='five', recipe=4xtile.sapling@2:[net.minecraft.item.crafting.Ingredient@6f377ef6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2d51fb53, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6f377ef6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10308 mysticalagriculture:sapling_3 RecipeStage{tier='five', recipe=4xtile.sapling@3:[net.minecraft.item.crafting.Ingredient@24b11050, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@70251afe, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@24b11050, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10309 mysticalagriculture:sapling_4 RecipeStage{tier='five', recipe=4xtile.sapling@4:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@564725bc, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7ad89cb4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@564725bc, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10310 mysticalagriculture:sapling_5 RecipeStage{tier='five', recipe=4xtile.sapling@5:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@172d49d3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@78a8e44f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@172d49d3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10312 mysticalagriculture:clay_ball RecipeStage{tier='five', recipe=24xitem.clay@0:[net.minecraft.item.crafting.Ingredient@2b7fb626, net.minecraft.item.crafting.Ingredient@5fde1282, net.minecraft.item.crafting.Ingredient@5fde1282, net.minecraft.item.crafting.Ingredient@2b7fb626]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10313 mysticalagriculture:snow RecipeStage{tier='five', recipe=12xtile.snow@0:[net.minecraft.item.crafting.Ingredient@48c73459, net.minecraft.item.crafting.Ingredient@48c73459, net.minecraft.item.crafting.Ingredient@48c73459, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10314 mysticalagriculture:ice RecipeStage{tier='five', recipe=8xtile.ice@0:[net.minecraft.item.crafting.Ingredient@313a2eba, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@313a2eba, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@313a2eba, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@313a2eba, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@313a2eba]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10315 mysticalagriculture:packed_ice RecipeStage{tier='five', recipe=12xtile.icePacked@0:[net.minecraft.item.crafting.Ingredient@2d1fec89, net.minecraft.item.crafting.Ingredient@2d1fec89, net.minecraft.item.crafting.Ingredient@2d1fec89, net.minecraft.item.crafting.Ingredient@2d1fec89]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10316 mysticalagriculture:lava_bucket RecipeStage{tier='five', recipe=1xitem.bucketLava@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@28a55cf3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@28a55cf3, net.minecraft.item.crafting.Ingredient@2f5c214c, net.minecraft.item.crafting.Ingredient@28a55cf3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@28a55cf3, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10317 mysticalagriculture:sand RecipeStage{tier='five', recipe=16xtile.sand@0:[net.minecraft.item.crafting.Ingredient@62451fd6, net.minecraft.item.crafting.Ingredient@600595a9, net.minecraft.item.crafting.Ingredient@600595a9, net.minecraft.item.crafting.Ingredient@62451fd6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10318 mysticalagriculture:sand_1 RecipeStage{tier='five', recipe=16xtile.sand@1:[net.minecraft.item.crafting.Ingredient@369702a3, net.minecraft.item.crafting.Ingredient@7c661956, net.minecraft.item.crafting.Ingredient@7c661956, net.minecraft.item.crafting.Ingredient@369702a3]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10331 mysticalagriculture:netherrack RecipeStage{tier='five', recipe=32xtile.hellrock@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4eb7c7c1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4eb7c7c1, net.minecraft.item.crafting.Ingredient@4eb7c7c1, net.minecraft.item.crafting.Ingredient@4eb7c7c1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4eb7c7c1, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10332 mysticalagriculture:soul_sand RecipeStage{tier='five', recipe=20xtile.hellsand@0:[net.minecraft.item.crafting.Ingredient@5169098d, net.minecraft.item.crafting.Ingredient@5169098d, net.minecraft.item.crafting.Ingredient@5169098d, net.minecraft.item.crafting.Ingredient@5169098d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5169098d, net.minecraft.item.crafting.Ingredient@5169098d, net.minecraft.item.crafting.Ingredient@5169098d, net.minecraft.item.crafting.Ingredient@5169098d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10333 mysticalagriculture:nether_brick RecipeStage{tier='five', recipe=24xtile.netherBrick@0:[net.minecraft.item.crafting.Ingredient@648f9ed8, net.minecraft.item.crafting.Ingredient@648f9ed8, net.minecraft.item.crafting.Ingredient@648f9ed8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@648f9ed8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10334 mysticalagriculture:nether_wart RecipeStage{tier='five', recipe=12xitem.netherStalkSeeds@0:[net.minecraft.item.crafting.Ingredient@581180aa, net.minecraft.item.crafting.Ingredient@7a97357a, net.minecraft.item.crafting.Ingredient@581180aa, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10337 mysticalagriculture:quartz RecipeStage{tier='five', recipe=12xitem.netherquartz@0:[net.minecraft.item.crafting.Ingredient@795d0ed4, net.minecraft.item.crafting.Ingredient@795d0ed4, net.minecraft.item.crafting.Ingredient@795d0ed4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@795d0ed4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@795d0ed4, net.minecraft.item.crafting.Ingredient@795d0ed4, net.minecraft.item.crafting.Ingredient@795d0ed4]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10338 mysticalagriculture:glowstone_dust RecipeStage{tier='five', recipe=16xitem.yellowDust@0:[net.minecraft.item.crafting.Ingredient@44cac2fb, net.minecraft.item.crafting.Ingredient@44cac2fb, net.minecraft.item.crafting.Ingredient@44cac2fb, net.minecraft.item.crafting.Ingredient@44cac2fb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@44cac2fb, net.minecraft.item.crafting.Ingredient@44cac2fb, net.minecraft.item.crafting.Ingredient@44cac2fb, net.minecraft.item.crafting.Ingredient@44cac2fb]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10339 mysticalagriculture:redstone RecipeStage{tier='five', recipe=16xitem.redstone@0:[net.minecraft.item.crafting.Ingredient@529baa41, net.minecraft.item.crafting.Ingredient@529baa41, net.minecraft.item.crafting.Ingredient@529baa41, net.minecraft.item.crafting.Ingredient@529baa41, net.minecraft.item.crafting.Ingredient@529baa41, net.minecraft.item.crafting.Ingredient@529baa41, net.minecraft.item.crafting.Ingredient@529baa41, net.minecraft.item.crafting.Ingredient@529baa41, net.minecraft.item.crafting.Ingredient@529baa41]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10340 mysticalagriculture:obsidian RecipeStage{tier='five', recipe=12xtile.obsidian@0:[net.minecraft.item.crafting.Ingredient@709b384b, net.minecraft.item.crafting.Ingredient@709b384b, net.minecraft.item.crafting.Ingredient@709b384b, net.minecraft.item.crafting.Ingredient@709b384b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@709b384b, net.minecraft.item.crafting.Ingredient@709b384b, net.minecraft.item.crafting.Ingredient@709b384b, net.minecraft.item.crafting.Ingredient@709b384b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10342 mysticalagriculture:dye_13 RecipeStage{tier='five', recipe=12xitem.dyePowder@4:[net.minecraft.item.crafting.Ingredient@59f2877b, net.minecraft.item.crafting.Ingredient@59f2877b, net.minecraft.item.crafting.Ingredient@59f2877b, net.minecraft.item.crafting.Ingredient@59f2877b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@59f2877b, net.minecraft.item.crafting.Ingredient@59f2877b, net.minecraft.item.crafting.Ingredient@59f2877b, net.minecraft.item.crafting.Ingredient@59f2877b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10343 mysticalagriculture:end_stone RecipeStage{tier='five', recipe=24xtile.whiteStone@0:[net.minecraft.item.crafting.Ingredient@656d955b, net.minecraft.item.crafting.Ingredient@656d955b, net.minecraft.item.crafting.Ingredient@656d955b, net.minecraft.item.crafting.Ingredient@656d955b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@656d955b, net.minecraft.item.crafting.Ingredient@656d955b, net.minecraft.item.crafting.Ingredient@656d955b, net.minecraft.item.crafting.Ingredient@656d955b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10344 mysticalagriculture:purpur_block RecipeStage{tier='five', recipe=8xtile.purpurBlock@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4d0cbfa3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4d0cbfa3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4d0cbfa3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4d0cbfa3, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10345 mysticalagriculture:chorus_fruit RecipeStage{tier='five', recipe=12xitem.chorusFruit@0:[net.minecraft.item.crafting.Ingredient@4fbbd86b, net.minecraft.item.crafting.Ingredient@e3e9c93, net.minecraft.item.crafting.Ingredient@4fbbd86b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10346 mysticalagriculture:xp_droplet RecipeStage{tier='five', recipe=8xitem.ma.xp_droplet@0:[net.minecraft.item.crafting.Ingredient@4aab3ded, net.minecraft.item.crafting.Ingredient@4aab3ded, net.minecraft.item.crafting.Ingredient@4aab3ded, net.minecraft.item.crafting.Ingredient@4aab3ded, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4aab3ded, net.minecraft.item.crafting.Ingredient@4aab3ded, net.minecraft.item.crafting.Ingredient@4aab3ded, net.minecraft.item.crafting.Ingredient@4aab3ded]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10348 mysticalagriculture:emerald RecipeStage{tier='five', recipe=1xitem.emerald@0:[net.minecraft.item.crafting.Ingredient@2a107d1b, net.minecraft.item.crafting.Ingredient@2a107d1b, net.minecraft.item.crafting.Ingredient@2a107d1b, net.minecraft.item.crafting.Ingredient@2a107d1b, net.minecraft.item.crafting.Ingredient@2a107d1b, net.minecraft.item.crafting.Ingredient@2a107d1b, net.minecraft.item.crafting.Ingredient@2a107d1b, net.minecraft.item.crafting.Ingredient@2a107d1b, net.minecraft.item.crafting.Ingredient@2a107d1b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10349 mysticalagriculture:rotten_flesh RecipeStage{tier='five', recipe=12xitem.rottenFlesh@0:[net.minecraft.item.crafting.Ingredient@56e356f4, net.minecraft.item.crafting.Ingredient@56e356f4, net.minecraft.item.crafting.Ingredient@56e356f4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10350 mysticalagriculture:skull RecipeStage{tier='five', recipe=1xitem.skull@2:[net.minecraft.item.crafting.Ingredient@7dab2331, net.minecraft.item.crafting.Ingredient@7dab2331, net.minecraft.item.crafting.Ingredient@7dab2331, net.minecraft.item.crafting.Ingredient@7dab2331, net.minecraft.item.crafting.Ingredient@72bbdfb6, net.minecraft.item.crafting.Ingredient@7dab2331, net.minecraft.item.crafting.Ingredient@7dab2331, net.minecraft.item.crafting.Ingredient@7dab2331, net.minecraft.item.crafting.Ingredient@7dab2331]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10351 mysticalagriculture:porkchop RecipeStage{tier='five', recipe=4xitem.porkchopRaw@0:[net.minecraft.item.crafting.Ingredient@397e5a43, net.minecraft.item.crafting.Ingredient@397e5a43, net.minecraft.item.crafting.Ingredient@397e5a43, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10352 mysticalagriculture:chicken RecipeStage{tier='five', recipe=4xitem.chickenRaw@0:[net.minecraft.item.crafting.Ingredient@31827e82, net.minecraft.item.crafting.Ingredient@31827e82, net.minecraft.item.crafting.Ingredient@31827e82, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10353 mysticalagriculture:feather RecipeStage{tier='five', recipe=8xitem.feather@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5f7c53a8, net.minecraft.item.crafting.Ingredient@5f7c53a8, net.minecraft.item.crafting.Ingredient@5f7c53a8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10354 mysticalagriculture:egg RecipeStage{tier='five', recipe=8xitem.egg@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@22386ba4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@22386ba4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@22386ba4, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10355 mysticalagriculture:beef RecipeStage{tier='five', recipe=4xitem.beefRaw@0:[net.minecraft.item.crafting.Ingredient@56cf8d7f, net.minecraft.item.crafting.Ingredient@56cf8d7f, net.minecraft.item.crafting.Ingredient@56cf8d7f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10357 mysticalagriculture:milk_bucket RecipeStage{tier='five', recipe=1xitem.milk@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@e26091c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@e26091c, net.minecraft.item.crafting.Ingredient@6a49698a, net.minecraft.item.crafting.Ingredient@e26091c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@e26091c, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10358 mysticalagriculture:mutton RecipeStage{tier='five', recipe=4xitem.muttonRaw@0:[net.minecraft.item.crafting.Ingredient@2c0eca5e, net.minecraft.item.crafting.Ingredient@2c0eca5e, net.minecraft.item.crafting.Ingredient@2c0eca5e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10360 mysticalagriculture:slime_ball RecipeStage{tier='five', recipe=8xitem.slimeball@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@254ad0de, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@254ad0de, net.minecraft.item.crafting.Ingredient@254ad0de, net.minecraft.item.crafting.Ingredient@254ad0de, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@254ad0de, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10362 mysticalagriculture:bone RecipeStage{tier='five', recipe=8xitem.bone@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4cbaa908, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4cbaa908, net.minecraft.item.crafting.Ingredient@4cbaa908, net.minecraft.item.crafting.Ingredient@4cbaa908, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4cbaa908, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10363 mysticalagriculture:skull_1 RecipeStage{tier='five', recipe=1xitem.skull@0:[net.minecraft.item.crafting.Ingredient@4d072a50, net.minecraft.item.crafting.Ingredient@4d072a50, net.minecraft.item.crafting.Ingredient@4d072a50, net.minecraft.item.crafting.Ingredient@4d072a50, net.minecraft.item.crafting.Ingredient@5887d484, net.minecraft.item.crafting.Ingredient@4d072a50, net.minecraft.item.crafting.Ingredient@4d072a50, net.minecraft.item.crafting.Ingredient@4d072a50, net.minecraft.item.crafting.Ingredient@4d072a50]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10365 mysticalagriculture:skull_2 RecipeStage{tier='five', recipe=1xitem.skull@4:[net.minecraft.item.crafting.Ingredient@383cd9b, net.minecraft.item.crafting.Ingredient@383cd9b, net.minecraft.item.crafting.Ingredient@383cd9b, net.minecraft.item.crafting.Ingredient@383cd9b, net.minecraft.item.crafting.Ingredient@24eb7ee2, net.minecraft.item.crafting.Ingredient@383cd9b, net.minecraft.item.crafting.Ingredient@383cd9b, net.minecraft.item.crafting.Ingredient@383cd9b, net.minecraft.item.crafting.Ingredient@383cd9b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10367 mysticalagriculture:spider_eye RecipeStage{tier='five', recipe=3xitem.spiderEye@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3d4e7297, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3d4e7297, net.minecraft.item.crafting.Ingredient@3d4e7297, net.minecraft.item.crafting.Ingredient@3d4e7297, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3d4e7297, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10368 mysticalagriculture:rabbit RecipeStage{tier='five', recipe=4xitem.rabbitRaw@0:[net.minecraft.item.crafting.Ingredient@63e96f2c, net.minecraft.item.crafting.Ingredient@63e96f2c, net.minecraft.item.crafting.Ingredient@63e96f2c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10369 mysticalagriculture:rabbit_foot RecipeStage{tier='five', recipe=3xitem.rabbitFoot@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@738ed1f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@738ed1f, net.minecraft.item.crafting.Ingredient@738ed1f, net.minecraft.item.crafting.Ingredient@738ed1f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@738ed1f, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10370 mysticalagriculture:rabbit_hide RecipeStage{tier='five', recipe=8xitem.rabbitHide@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@16600475, net.minecraft.item.crafting.Ingredient@16600475, net.minecraft.item.crafting.Ingredient@16600475, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10371 mysticalagriculture:fish RecipeStage{tier='five', recipe=4xitem.fish@0:[net.minecraft.item.crafting.Ingredient@78d10700, net.minecraft.item.crafting.Ingredient@78d10700, net.minecraft.item.crafting.Ingredient@78d10700, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10372 mysticalagriculture:prismarine_shard RecipeStage{tier='five', recipe=12xitem.prismarineShard@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@14c2bfe8, net.minecraft.item.crafting.Ingredient@14c2bfe8, net.minecraft.item.crafting.Ingredient@14c2bfe8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10373 mysticalagriculture:prismarine_crystals RecipeStage{tier='five', recipe=16xitem.prismarineCrystals@0:[net.minecraft.item.crafting.Ingredient@5680eb63, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5680eb63, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5680eb63, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5680eb63]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10374 mysticalagriculture:blaze_rod RecipeStage{tier='five', recipe=3xitem.blazeRod@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6f90e2da, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6f90e2da, net.minecraft.item.crafting.Ingredient@6f90e2da, net.minecraft.item.crafting.Ingredient@6f90e2da, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6f90e2da, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10375 mysticalagriculture:ghast_tear RecipeStage{tier='five', recipe=2xitem.ghastTear@0:[net.minecraft.item.crafting.Ingredient@50607a1b, net.minecraft.item.crafting.Ingredient@50607a1b, net.minecraft.item.crafting.Ingredient@50607a1b, net.minecraft.item.crafting.Ingredient@50607a1b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@50607a1b, net.minecraft.item.crafting.Ingredient@50607a1b, net.minecraft.item.crafting.Ingredient@50607a1b, net.minecraft.item.crafting.Ingredient@50607a1b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10376 mysticalagriculture:ender_pearl RecipeStage{tier='five', recipe=4xitem.enderPearl@0:[net.minecraft.item.crafting.Ingredient@374566ef, net.minecraft.item.crafting.Ingredient@374566ef, net.minecraft.item.crafting.Ingredient@374566ef, net.minecraft.item.crafting.Ingredient@374566ef, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@374566ef, net.minecraft.item.crafting.Ingredient@374566ef, net.minecraft.item.crafting.Ingredient@374566ef, net.minecraft.item.crafting.Ingredient@374566ef]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10377 mysticalagriculture:skull_3 RecipeStage{tier='five', recipe=1xitem.skull@1:[net.minecraft.item.crafting.Ingredient@370a63f7, net.minecraft.item.crafting.Ingredient@370a63f7, net.minecraft.item.crafting.Ingredient@370a63f7, net.minecraft.item.crafting.Ingredient@370a63f7, net.minecraft.item.crafting.Ingredient@366fd8bd, net.minecraft.item.crafting.Ingredient@370a63f7, net.minecraft.item.crafting.Ingredient@370a63f7, net.minecraft.item.crafting.Ingredient@370a63f7, net.minecraft.item.crafting.Ingredient@370a63f7]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10379 mysticalagriculture:dustsulfur RecipeStage{tier='five', recipe=8xitem.immersiveengineering.material@25:[net.minecraft.item.crafting.Ingredient@26fcd581, net.minecraft.item.crafting.Ingredient@26fcd581, net.minecraft.item.crafting.Ingredient@26fcd581, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10382 mysticalagriculture:dustsaltpeter RecipeStage{tier='five', recipe=5xitem.immersiveengineering.material@24:[net.minecraft.item.crafting.Ingredient@477d4031, net.minecraft.item.crafting.Ingredient@477d4031, net.minecraft.item.crafting.Ingredient@477d4031, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10400 mysticalagriculture:ingotrefinedglowstone RecipeStage{tier='five', recipe=3xitem.Ingot@3:[net.minecraft.item.crafting.Ingredient@7a7386aa, net.minecraft.item.crafting.Ingredient@7a7386aa, net.minecraft.item.crafting.Ingredient@7a7386aa, net.minecraft.item.crafting.Ingredient@7a7386aa, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7a7386aa, net.minecraft.item.crafting.Ingredient@7a7386aa, net.minecraft.item.crafting.Ingredient@7a7386aa, net.minecraft.item.crafting.Ingredient@7a7386aa]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10401 mysticalagriculture:ingotrefinedobsidian RecipeStage{tier='five', recipe=2xitem.Ingot@0:[net.minecraft.item.crafting.Ingredient@1318c95e, net.minecraft.item.crafting.Ingredient@1318c95e, net.minecraft.item.crafting.Ingredient@1318c95e, net.minecraft.item.crafting.Ingredient@1318c95e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1318c95e, net.minecraft.item.crafting.Ingredient@1318c95e, net.minecraft.item.crafting.Ingredient@1318c95e, net.minecraft.item.crafting.Ingredient@1318c95e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10402 mysticalagriculture:marble2 RecipeStage{tier='five', recipe=24xtile.chisel.marble@7:[net.minecraft.item.crafting.Ingredient@6b8af0ca, net.minecraft.item.crafting.Ingredient@6b8af0ca, net.minecraft.item.crafting.Ingredient@6b8af0ca, net.minecraft.item.crafting.Ingredient@6b8af0ca, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6b8af0ca, net.minecraft.item.crafting.Ingredient@6b8af0ca, net.minecraft.item.crafting.Ingredient@6b8af0ca, net.minecraft.item.crafting.Ingredient@6b8af0ca]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10403 mysticalagriculture:limestone2 RecipeStage{tier='five', recipe=24xtile.chisel.limestone@7:[net.minecraft.item.crafting.Ingredient@60c2e384, net.minecraft.item.crafting.Ingredient@60c2e384, net.minecraft.item.crafting.Ingredient@60c2e384, net.minecraft.item.crafting.Ingredient@60c2e384, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@60c2e384, net.minecraft.item.crafting.Ingredient@60c2e384, net.minecraft.item.crafting.Ingredient@60c2e384, net.minecraft.item.crafting.Ingredient@60c2e384]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10404 mysticalagriculture:basalt2 RecipeStage{tier='five', recipe=16xtile.chisel.basalt@7:[net.minecraft.item.crafting.Ingredient@28e1f5b, net.minecraft.item.crafting.Ingredient@28e1f5b, net.minecraft.item.crafting.Ingredient@28e1f5b, net.minecraft.item.crafting.Ingredient@28e1f5b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@28e1f5b, net.minecraft.item.crafting.Ingredient@28e1f5b, net.minecraft.item.crafting.Ingredient@28e1f5b, net.minecraft.item.crafting.Ingredient@28e1f5b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10406 mysticalagriculture:ingotironwood RecipeStage{tier='five', recipe=5xitem.twilightforest.ironwoodIngot@0:[net.minecraft.item.crafting.Ingredient@55dd5730, net.minecraft.item.crafting.Ingredient@55dd5730, net.minecraft.item.crafting.Ingredient@55dd5730, net.minecraft.item.crafting.Ingredient@55dd5730, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@55dd5730, net.minecraft.item.crafting.Ingredient@55dd5730, net.minecraft.item.crafting.Ingredient@55dd5730, net.minecraft.item.crafting.Ingredient@55dd5730]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10407 mysticalagriculture:ingotknightmetal RecipeStage{tier='five', recipe=4xitem.twilightforest.knightMetal@0:[net.minecraft.item.crafting.Ingredient@6aba0a8c, net.minecraft.item.crafting.Ingredient@6aba0a8c, net.minecraft.item.crafting.Ingredient@6aba0a8c, net.minecraft.item.crafting.Ingredient@6aba0a8c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6aba0a8c, net.minecraft.item.crafting.Ingredient@6aba0a8c, net.minecraft.item.crafting.Ingredient@6aba0a8c, net.minecraft.item.crafting.Ingredient@6aba0a8c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10410 mysticalagriculture:item_basic_mars RecipeStage{tier='five', recipe=2xitem.item_basic_mars@2:[net.minecraft.item.crafting.Ingredient@362835cf, net.minecraft.item.crafting.Ingredient@362835cf, net.minecraft.item.crafting.Ingredient@362835cf, net.minecraft.item.crafting.Ingredient@362835cf, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@362835cf, net.minecraft.item.crafting.Ingredient@362835cf, net.minecraft.item.crafting.Ingredient@362835cf, net.minecraft.item.crafting.Ingredient@362835cf]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10411 mysticalagriculture:items_misc RecipeStage{tier='five', recipe=8xitem.thebetweenlands.items_misc@18:[net.minecraft.item.crafting.Ingredient@28abdc2f, net.minecraft.item.crafting.Ingredient@28abdc2f, net.minecraft.item.crafting.Ingredient@28abdc2f, net.minecraft.item.crafting.Ingredient@28abdc2f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@28abdc2f, net.minecraft.item.crafting.Ingredient@28abdc2f, net.minecraft.item.crafting.Ingredient@28abdc2f, net.minecraft.item.crafting.Ingredient@28abdc2f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10413 mysticalagriculture:menril_log RecipeStage{tier='five', recipe=16xtile.blocks.integrateddynamics.menril_log@0:[net.minecraft.item.crafting.Ingredient@1d8b799a, net.minecraft.item.crafting.Ingredient@1d8b799a, net.minecraft.item.crafting.Ingredient@1d8b799a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10414 mysticalagriculture:menril_sapling RecipeStage{tier='five', recipe=4xtile.blocks.integrateddynamics.menril_sapling@0:[net.minecraft.item.crafting.Ingredient@6416a502, net.minecraft.item.crafting.Ingredient@33a5ff55, net.minecraft.item.crafting.Ingredient@6416a502, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10415 mysticalagriculture:menril_berries RecipeStage{tier='five', recipe=12xitem.items.integrateddynamics.menril_berries@0:[net.minecraft.item.crafting.Ingredient@723824de, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@723824de, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@723824de]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10416 mysticalagriculture:blockmarble RecipeStage{tier='five', recipe=16xtile.blockmarble@0:[net.minecraft.item.crafting.Ingredient@3f94bd56, net.minecraft.item.crafting.Ingredient@3f94bd56, net.minecraft.item.crafting.Ingredient@3f94bd56, net.minecraft.item.crafting.Ingredient@3f94bd56, net.minecraft.item.crafting.Ingredient@6adda131, net.minecraft.item.crafting.Ingredient@3f94bd56, net.minecraft.item.crafting.Ingredient@3f94bd56, net.minecraft.item.crafting.Ingredient@3f94bd56, net.minecraft.item.crafting.Ingredient@3f94bd56]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10417 mysticalagriculture:itemcraftingcomponent RecipeStage{tier='five', recipe=8xitem.itemcraftingcomponent@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4730f2b1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4730f2b1, net.minecraft.item.crafting.Ingredient@4730f2b1, net.minecraft.item.crafting.Ingredient@4730f2b1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4730f2b1, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10418 mysticalagriculture:itemcraftingcomponent_1 RecipeStage{tier='five', recipe=3xitem.itemcraftingcomponent@1:[net.minecraft.item.crafting.Ingredient@5a076fae, net.minecraft.item.crafting.Ingredient@5a076fae, net.minecraft.item.crafting.Ingredient@5a076fae, net.minecraft.item.crafting.Ingredient@5a076fae, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5a076fae, net.minecraft.item.crafting.Ingredient@5a076fae, net.minecraft.item.crafting.Ingredient@5a076fae, net.minecraft.item.crafting.Ingredient@5a076fae]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10419 mysticalagriculture:blockcustomore RecipeStage{tier='five', recipe=1xtile.blockcustomore@0:[net.minecraft.item.crafting.Ingredient@407b8e30, net.minecraft.item.crafting.Ingredient@407b8e30, net.minecraft.item.crafting.Ingredient@407b8e30, net.minecraft.item.crafting.Ingredient@407b8e30, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@407b8e30, net.minecraft.item.crafting.Ingredient@407b8e30, net.minecraft.item.crafting.Ingredient@407b8e30, net.minecraft.item.crafting.Ingredient@407b8e30]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10420 mysticalagriculture:gemenderbiotite RecipeStage{tier='five', recipe=8xitem.biotite@0:[net.minecraft.item.crafting.Ingredient@58059158, net.minecraft.item.crafting.Ingredient@58059158, net.minecraft.item.crafting.Ingredient@58059158, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@58059158, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@58059158, net.minecraft.item.crafting.Ingredient@58059158, net.minecraft.item.crafting.Ingredient@58059158]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10421 mysticalagriculture:slate RecipeStage{tier='five', recipe=24xtile.rustic.slate@0:[net.minecraft.item.crafting.Ingredient@36f00b53, net.minecraft.item.crafting.Ingredient@36f00b53, net.minecraft.item.crafting.Ingredient@36f00b53, net.minecraft.item.crafting.Ingredient@36f00b53, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@36f00b53, net.minecraft.item.crafting.Ingredient@36f00b53, net.minecraft.item.crafting.Ingredient@36f00b53, net.minecraft.item.crafting.Ingredient@36f00b53]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10423 mysticalagriculture:sky_stone_block RecipeStage{tier='five', recipe=16xtile.appliedenergistics2.sky_stone_block@0:[net.minecraft.item.crafting.Ingredient@207460cc, net.minecraft.item.crafting.Ingredient@207460cc, net.minecraft.item.crafting.Ingredient@207460cc, net.minecraft.item.crafting.Ingredient@207460cc, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@207460cc, net.minecraft.item.crafting.Ingredient@207460cc, net.minecraft.item.crafting.Ingredient@207460cc, net.minecraft.item.crafting.Ingredient@207460cc]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10424 mysticalagriculture:crystalcertusquartz RecipeStage{tier='five', recipe=6xitem.appliedenergistics2.material@0:[net.minecraft.item.crafting.Ingredient@a2da35b, net.minecraft.item.crafting.Ingredient@a2da35b, net.minecraft.item.crafting.Ingredient@a2da35b, net.minecraft.item.crafting.Ingredient@a2da35b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@a2da35b, net.minecraft.item.crafting.Ingredient@a2da35b, net.minecraft.item.crafting.Ingredient@a2da35b, net.minecraft.item.crafting.Ingredient@a2da35b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10425 mysticalagriculture:material RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.material@13:[net.minecraft.item.crafting.Ingredient@719bdb71, net.minecraft.item.crafting.Ingredient@719bdb71, net.minecraft.item.crafting.Ingredient@719bdb71, net.minecraft.item.crafting.Ingredient@719bdb71, net.minecraft.item.crafting.Ingredient@5d3ebe89, net.minecraft.item.crafting.Ingredient@719bdb71, net.minecraft.item.crafting.Ingredient@719bdb71, net.minecraft.item.crafting.Ingredient@719bdb71, net.minecraft.item.crafting.Ingredient@719bdb71]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10426 mysticalagriculture:material_1 RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.material@14:[net.minecraft.item.crafting.Ingredient@1e7ae5ac, net.minecraft.item.crafting.Ingredient@1e7ae5ac, net.minecraft.item.crafting.Ingredient@1e7ae5ac, net.minecraft.item.crafting.Ingredient@1e7ae5ac, net.minecraftforge.oredict.OreIngredient@3618df10, net.minecraft.item.crafting.Ingredient@1e7ae5ac, net.minecraft.item.crafting.Ingredient@1e7ae5ac, net.minecraft.item.crafting.Ingredient@1e7ae5ac, net.minecraft.item.crafting.Ingredient@1e7ae5ac]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10427 mysticalagriculture:material_2 RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.material@15:[net.minecraft.item.crafting.Ingredient@b4f5abc, net.minecraft.item.crafting.Ingredient@b4f5abc, net.minecraft.item.crafting.Ingredient@b4f5abc, net.minecraft.item.crafting.Ingredient@b4f5abc, net.minecraftforge.oredict.OreIngredient@7b5fea98, net.minecraft.item.crafting.Ingredient@b4f5abc, net.minecraft.item.crafting.Ingredient@b4f5abc, net.minecraft.item.crafting.Ingredient@b4f5abc, net.minecraft.item.crafting.Ingredient@b4f5abc]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10428 mysticalagriculture:material_3 RecipeStage{tier='five', recipe=1xitem.appliedenergistics2.material@19:[net.minecraft.item.crafting.Ingredient@58ff6926, net.minecraft.item.crafting.Ingredient@58ff6926, net.minecraft.item.crafting.Ingredient@58ff6926, net.minecraft.item.crafting.Ingredient@58ff6926, net.minecraftforge.oredict.OreIngredient@5c70531a, net.minecraft.item.crafting.Ingredient@58ff6926, net.minecraft.item.crafting.Ingredient@58ff6926, net.minecraft.item.crafting.Ingredient@58ff6926, net.minecraft.item.crafting.Ingredient@58ff6926]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10429 mysticalagriculture:crystalfluix RecipeStage{tier='five', recipe=6xitem.appliedenergistics2.material@7:[net.minecraft.item.crafting.Ingredient@6744b088, net.minecraft.item.crafting.Ingredient@6744b088, net.minecraft.item.crafting.Ingredient@6744b088, net.minecraft.item.crafting.Ingredient@6744b088, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6744b088, net.minecraft.item.crafting.Ingredient@6744b088, net.minecraft.item.crafting.Ingredient@6744b088, net.minecraft.item.crafting.Ingredient@6744b088]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10431 rustic:pillar_stone RecipeStage{tier='one', recipe=6xtile.rustic.stone_pillar@0:[net.minecraft.item.crafting.Ingredient@69b71e5, net.minecraft.item.crafting.Ingredient@69b71e5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@69b71e5, net.minecraft.item.crafting.Ingredient@69b71e5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@69b71e5, net.minecraft.item.crafting.Ingredient@69b71e5, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10432 rustic:pillar_andesite RecipeStage{tier='one', recipe=6xtile.rustic.andesite_pillar@0:[net.minecraft.item.crafting.Ingredient@3f844633, net.minecraft.item.crafting.Ingredient@3f844633, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3f844633, net.minecraft.item.crafting.Ingredient@3f844633, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3f844633, net.minecraft.item.crafting.Ingredient@3f844633, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10433 rustic:pillar_diorite RecipeStage{tier='one', recipe=6xtile.rustic.diorite_pillar@0:[net.minecraft.item.crafting.Ingredient@3db9f0c3, net.minecraft.item.crafting.Ingredient@3db9f0c3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3db9f0c3, net.minecraft.item.crafting.Ingredient@3db9f0c3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3db9f0c3, net.minecraft.item.crafting.Ingredient@3db9f0c3, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10434 rustic:pillar_granite RecipeStage{tier='one', recipe=6xtile.rustic.granite_pillar@0:[net.minecraft.item.crafting.Ingredient@346264a9, net.minecraft.item.crafting.Ingredient@346264a9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@346264a9, net.minecraft.item.crafting.Ingredient@346264a9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@346264a9, net.minecraft.item.crafting.Ingredient@346264a9, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10435 rustic:pillar_slate RecipeStage{tier='one', recipe=6xtile.rustic.slate_pillar@0:[net.minecraft.item.crafting.Ingredient@23b1edf9, net.minecraft.item.crafting.Ingredient@23b1edf9, net.minecraft.item.crafting.Ingredient@23b1edf9, net.minecraft.item.crafting.Ingredient@23b1edf9, net.minecraft.item.crafting.Ingredient@23b1edf9, net.minecraft.item.crafting.Ingredient@23b1edf9]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10436 rustic:slate_roof RecipeStage{tier='one', recipe=4xtile.rustic.slate_roof@0:[net.minecraft.item.crafting.Ingredient@7d31f25f, net.minecraft.item.crafting.Ingredient@7d31f25f, net.minecraft.item.crafting.Ingredient@7d31f25f, net.minecraft.item.crafting.Ingredient@7d31f25f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10437 rustic:slate_roof_stairs RecipeStage{tier='one', recipe=4xtile.rustic.stairs_slate_roof@0:[net.minecraft.item.crafting.Ingredient@6108bc3f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6108bc3f, net.minecraft.item.crafting.Ingredient@6108bc3f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6108bc3f, net.minecraft.item.crafting.Ingredient@6108bc3f, net.minecraft.item.crafting.Ingredient@6108bc3f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10438 rustic:slate_roof_slab RecipeStage{tier='one', recipe=6xtile.rustic.slate_roof_slab@0:[net.minecraft.item.crafting.Ingredient@45ca58ba, net.minecraft.item.crafting.Ingredient@45ca58ba, net.minecraft.item.crafting.Ingredient@45ca58ba]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10439 rustic:slate_brick_stairs RecipeStage{tier='one', recipe=4xtile.rustic.stairs_slate_brick@0:[net.minecraft.item.crafting.Ingredient@7e10c0d1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7e10c0d1, net.minecraft.item.crafting.Ingredient@7e10c0d1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7e10c0d1, net.minecraft.item.crafting.Ingredient@7e10c0d1, net.minecraft.item.crafting.Ingredient@7e10c0d1]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10440 rustic:slate_brick_slab RecipeStage{tier='one', recipe=6xtile.rustic.slate_brick_slab@0:[net.minecraft.item.crafting.Ingredient@1436ef1, net.minecraft.item.crafting.Ingredient@1436ef1, net.minecraft.item.crafting.Ingredient@1436ef1]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10441 rustic:slate_tile RecipeStage{tier='one', recipe=1xtile.rustic.slate_tile@0:[net.minecraft.item.crafting.Ingredient@48f6225c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10442 rustic:slate_tile_1 RecipeStage{tier='one', recipe=1xtile.rustic.slate_tile@0:[net.minecraft.item.crafting.Ingredient@1b92c141]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10443 rustic:slate_brick RecipeStage{tier='one', recipe=4xtile.rustic.slate_brick@0:[net.minecraft.item.crafting.Ingredient@11b2fd24, net.minecraft.item.crafting.Ingredient@11b2fd24, net.minecraft.item.crafting.Ingredient@11b2fd24, net.minecraft.item.crafting.Ingredient@11b2fd24]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10444 rustic:slate_chiseled RecipeStage{tier='one', recipe=4xtile.rustic.slate_chiseled@0:[net.minecraft.item.crafting.Ingredient@7d618cee, net.minecraft.item.crafting.Ingredient@7d618cee, net.minecraft.item.crafting.Ingredient@7d618cee, net.minecraft.item.crafting.Ingredient@7d618cee]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10445 rustic:clay_wall RecipeStage{tier='one', recipe=8xtile.rustic.clay_wall@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6d30bcd7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6d30bcd7, net.minecraft.item.crafting.Ingredient@3b09dd8a, net.minecraftforge.oredict.OreIngredient@6d30bcd7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6d30bcd7, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10446 rustic:clay_wall_cross RecipeStage{tier='one', recipe=1xtile.rustic.clay_wall_cross@0:[net.minecraftforge.oredict.OreIngredient@482b51da, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@482b51da, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@20958a0c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@482b51da, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@482b51da]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10447 rustic:clay_wall_diag RecipeStage{tier='one', recipe=1xtile.rustic.clay_wall_diag@0:[net.minecraftforge.oredict.OreIngredient@6ec7fda8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7c70d42b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6ec7fda8]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10448 rustic:acacia_chair RecipeStage{tier='one', recipe=4xtile.rustic.chair_acacia@0:[net.minecraft.item.crafting.Ingredient@a76f173, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@a76f173, net.minecraft.item.crafting.Ingredient@a76f173, net.minecraft.item.crafting.Ingredient@a76f173, net.minecraft.item.crafting.Ingredient@5b0d7728, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5b0d7728]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10449 rustic:big_oak_chair RecipeStage{tier='one', recipe=4xtile.rustic.chair_big_oak@0:[net.minecraft.item.crafting.Ingredient@1e824265, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1e824265, net.minecraft.item.crafting.Ingredient@1e824265, net.minecraft.item.crafting.Ingredient@1e824265, net.minecraft.item.crafting.Ingredient@2342d5af, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2342d5af]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10450 rustic:birch_chair RecipeStage{tier='one', recipe=4xtile.rustic.chair_birch@0:[net.minecraft.item.crafting.Ingredient@3ffa81f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3ffa81f, net.minecraft.item.crafting.Ingredient@3ffa81f, net.minecraft.item.crafting.Ingredient@3ffa81f, net.minecraft.item.crafting.Ingredient@f62436f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@f62436f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10451 rustic:jungle_chair RecipeStage{tier='one', recipe=4xtile.rustic.chair_jungle@0:[net.minecraft.item.crafting.Ingredient@1bc9459c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1bc9459c, net.minecraft.item.crafting.Ingredient@1bc9459c, net.minecraft.item.crafting.Ingredient@1bc9459c, net.minecraft.item.crafting.Ingredient@6508a9aa, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6508a9aa]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10452 rustic:oak_chair RecipeStage{tier='one', recipe=4xtile.rustic.chair_oak@0:[net.minecraft.item.crafting.Ingredient@2aadcdb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2aadcdb, net.minecraft.item.crafting.Ingredient@2aadcdb, net.minecraft.item.crafting.Ingredient@2aadcdb, net.minecraft.item.crafting.Ingredient@531e8cb7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@531e8cb7]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10453 rustic:spruce_chair RecipeStage{tier='one', recipe=4xtile.rustic.chair_spruce@0:[net.minecraft.item.crafting.Ingredient@6c32fda8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6c32fda8, net.minecraft.item.crafting.Ingredient@6c32fda8, net.minecraft.item.crafting.Ingredient@6c32fda8, net.minecraft.item.crafting.Ingredient@38aab8f1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@38aab8f1]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10454 rustic:olive_chair RecipeStage{tier='one', recipe=4xtile.rustic.chair_olive@0:[net.minecraft.item.crafting.Ingredient@35f3ce0c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@35f3ce0c, net.minecraft.item.crafting.Ingredient@35f3ce0c, net.minecraft.item.crafting.Ingredient@35f3ce0c, net.minecraft.item.crafting.Ingredient@4ed7baa7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4ed7baa7]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10455 rustic:ironwood_chair RecipeStage{tier='one', recipe=4xtile.rustic.chair_ironwood@0:[net.minecraft.item.crafting.Ingredient@b8ad769, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@b8ad769, net.minecraft.item.crafting.Ingredient@b8ad769, net.minecraft.item.crafting.Ingredient@b8ad769, net.minecraft.item.crafting.Ingredient@2022ebba, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2022ebba]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10456 rustic:acacia_table RecipeStage{tier='one', recipe=2xtile.rustic.table_acacia@0:[net.minecraft.item.crafting.Ingredient@4fed5953, net.minecraft.item.crafting.Ingredient@4fed5953, net.minecraft.item.crafting.Ingredient@4fed5953, net.minecraft.item.crafting.Ingredient@1201fe58, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1201fe58]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10457 rustic:big_oak_table RecipeStage{tier='one', recipe=2xtile.rustic.table_big_oak@0:[net.minecraft.item.crafting.Ingredient@6d2e241c, net.minecraft.item.crafting.Ingredient@6d2e241c, net.minecraft.item.crafting.Ingredient@6d2e241c, net.minecraft.item.crafting.Ingredient@482cdf2b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@482cdf2b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10458 rustic:birch_table RecipeStage{tier='one', recipe=2xtile.rustic.table_birch@0:[net.minecraft.item.crafting.Ingredient@3da7ec19, net.minecraft.item.crafting.Ingredient@3da7ec19, net.minecraft.item.crafting.Ingredient@3da7ec19, net.minecraft.item.crafting.Ingredient@21352175, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@21352175]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10459 rustic:jungle_table RecipeStage{tier='one', recipe=2xtile.rustic.table_jungle@0:[net.minecraft.item.crafting.Ingredient@4a133515, net.minecraft.item.crafting.Ingredient@4a133515, net.minecraft.item.crafting.Ingredient@4a133515, net.minecraft.item.crafting.Ingredient@48d6df6a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@48d6df6a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10460 rustic:oak_table RecipeStage{tier='one', recipe=2xtile.rustic.table_oak@0:[net.minecraft.item.crafting.Ingredient@3ced87f0, net.minecraft.item.crafting.Ingredient@3ced87f0, net.minecraft.item.crafting.Ingredient@3ced87f0, net.minecraft.item.crafting.Ingredient@6f85a6e5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6f85a6e5]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10461 rustic:spruce_table RecipeStage{tier='one', recipe=2xtile.rustic.table_spruce@0:[net.minecraft.item.crafting.Ingredient@52f9f657, net.minecraft.item.crafting.Ingredient@52f9f657, net.minecraft.item.crafting.Ingredient@52f9f657, net.minecraft.item.crafting.Ingredient@27b29ff, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@27b29ff]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10462 rustic:olive_table RecipeStage{tier='one', recipe=2xtile.rustic.table_olive@0:[net.minecraft.item.crafting.Ingredient@61330db3, net.minecraft.item.crafting.Ingredient@61330db3, net.minecraft.item.crafting.Ingredient@61330db3, net.minecraft.item.crafting.Ingredient@7ce5048c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7ce5048c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10463 rustic:ironwood_table RecipeStage{tier='one', recipe=2xtile.rustic.table_ironwood@0:[net.minecraft.item.crafting.Ingredient@3f3792c9, net.minecraft.item.crafting.Ingredient@3f3792c9, net.minecraft.item.crafting.Ingredient@3f3792c9, net.minecraft.item.crafting.Ingredient@46904e09, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@46904e09]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10464 rustic:iron_lattice RecipeStage{tier='two', recipe=16xtile.rustic.iron_lattice@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@620e0453, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@620e0453, net.minecraft.item.crafting.Ingredient@620e0453, net.minecraft.item.crafting.Ingredient@620e0453, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@620e0453, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10481 rustic:ale_wort rustic.common.crafting.RecipeNonIngredientReturn@3058ee0e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10482 rustic:cabinet RecipeStage{tier='one', recipe=1xtile.rustic.cabinet@0:[]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10484 rustic:barrel_emptying RecipeStage{tier='two', recipe=1xtile.rustic.liquid_barrel@0:[net.minecraft.item.crafting.Ingredient@5a71ef10]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10485 thebetweenlands:recipe_circle_gems thebetweenlands.common.recipe.misc.RecipesCircleGems@61268b7e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10486 thebetweenlands:recipe_coating thebetweenlands.common.recipe.misc.RecipesCoating@3d96fa27 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10487 thebetweenlands:recipe_life_crystal thebetweenlands.common.recipe.misc.RecipesLifeCrystal@6107f6ca +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10488 thebetweenlands:recipe_plant_tonic thebetweenlands.common.recipe.misc.RecipesPlantTonic@5254fb0e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10489 thebetweenlands:recipe_lurker_skin_pouch_upgrade RecipeStage{tier='two', recipe=1xitem.thebetweenlands.lurker_skin_pouch@0:[]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10490 thebetweenlands:recipe_mummy_bait thebetweenlands.common.recipe.misc.RecipeMummyBait@6b14cb0e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10491 thebetweenlands:recipe_aspect_vial thebetweenlands.common.recipe.misc.RecipesAspectVials@14eb34cb +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10492 thebetweenlands:recipe_marsh_runner_boots thebetweenlands.common.recipe.misc.RecipeMarshRunnerBoots@7ea09553 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10493 thebetweenlands:recipe_book_merge thebetweenlands.common.recipe.misc.BookMergeRecipe@6487b9d9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10494 thebetweenlands:hearthgrove_log_tarring thebetweenlands.common.recipe.misc.HearthgroveTarringRecipe@4423d9bc +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10495 thebetweenlands:clear_bone_wayfinder thebetweenlands.common.recipe.misc.RecipeClearBoneWayfinder@7ce16bdb +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10496 thebetweenlands:sap_spit_clean_tool thebetweenlands.common.recipe.misc.RecipeSapSpitCleanTool@23778058 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10497 thebetweenlands:grappling_hook_upgrade RecipeStage{tier='two', recipe=1xitem.thebetweenlands.grappling_hook@0:[]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10503 witherskelefix:recipe0 RecipeStage{tier='three', recipe=1xitem.witherskelefix.blade@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, shadows.placebo.util.RecipeHelper$CachedIngredient@fbc9b5, shadows.placebo.util.RecipeHelper$CachedIngredient@6fb599ad, shadows.placebo.util.RecipeHelper$CachedIngredient@fbc9b5, shadows.placebo.util.RecipeHelper$CachedIngredient@6fb599ad, shadows.placebo.util.RecipeHelper$CachedIngredient@fbc9b5, shadows.placebo.util.RecipeHelper$CachedOreIngredient@d08b5eb, shadows.placebo.util.RecipeHelper$CachedIngredient@fbc9b5, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10504 witherskelefix:recipe1 RecipeStage{tier='three', recipe=1xitem.witherskelefix.blade2@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, shadows.placebo.util.RecipeHelper$CachedIngredient@1987a275, shadows.placebo.util.RecipeHelper$CachedIngredient@6fb599ad, shadows.placebo.util.RecipeHelper$CachedIngredient@1987a275, shadows.placebo.util.RecipeHelper$CachedIngredient@6fb599ad, shadows.placebo.util.RecipeHelper$CachedIngredient@1987a275, shadows.placebo.util.RecipeHelper$CachedOreIngredient@d08b5eb, shadows.placebo.util.RecipeHelper$CachedIngredient@1987a275, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10505 witherskelefix:recipe2 RecipeStage{tier='three', recipe=1xitem.skull@1:[net.minecraft.item.crafting.Ingredient@52a30014, net.minecraft.item.crafting.Ingredient@52a30014, net.minecraft.item.crafting.Ingredient@52a30014, net.minecraft.item.crafting.Ingredient@52a30014, net.minecraft.item.crafting.Ingredient@52a30014, net.minecraft.item.crafting.Ingredient@52a30014, net.minecraft.item.crafting.Ingredient@52a30014, net.minecraft.item.crafting.Ingredient@52a30014, net.minecraft.item.crafting.Ingredient@52a30014]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10510 betterwithaddons:compress_seed RecipeStage{tier='one', recipe=1xitem.bag@0:[net.minecraft.item.crafting.Ingredient@2c681aef, net.minecraft.item.crafting.Ingredient@2c681aef, net.minecraft.item.crafting.Ingredient@2c681aef, net.minecraft.item.crafting.Ingredient@2c681aef, net.minecraft.item.crafting.Ingredient@6a9f4b1, net.minecraft.item.crafting.Ingredient@2c681aef, net.minecraft.item.crafting.Ingredient@2c681aef, net.minecraft.item.crafting.Ingredient@2c681aef, net.minecraft.item.crafting.Ingredient@2c681aef]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10511 betterwithaddons:uncompress_seed RecipeStage{tier='zero', recipe=8xitem.seeds@0:[net.minecraft.item.crafting.Ingredient@2f7d45a8]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10512 betterwithaddons:compress_seed_hemp RecipeStage{tier='one', recipe=1xitem.bag@1:[net.minecraft.item.crafting.Ingredient@a6be572, net.minecraft.item.crafting.Ingredient@a6be572, net.minecraft.item.crafting.Ingredient@a6be572, net.minecraft.item.crafting.Ingredient@a6be572, net.minecraft.item.crafting.Ingredient@18995a, net.minecraft.item.crafting.Ingredient@a6be572, net.minecraft.item.crafting.Ingredient@a6be572, net.minecraft.item.crafting.Ingredient@a6be572, net.minecraft.item.crafting.Ingredient@a6be572]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10513 betterwithaddons:uncompress_seed_hemp RecipeStage{tier='zero', recipe=8xtile.bwm:hemp@0:[net.minecraft.item.crafting.Ingredient@72fa5942]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10514 betterwithaddons:compress_seed_melon RecipeStage{tier='one', recipe=1xitem.bag@2:[net.minecraft.item.crafting.Ingredient@63f9ede4, net.minecraft.item.crafting.Ingredient@63f9ede4, net.minecraft.item.crafting.Ingredient@63f9ede4, net.minecraft.item.crafting.Ingredient@63f9ede4, net.minecraft.item.crafting.Ingredient@48b8e713, net.minecraft.item.crafting.Ingredient@63f9ede4, net.minecraft.item.crafting.Ingredient@63f9ede4, net.minecraft.item.crafting.Ingredient@63f9ede4, net.minecraft.item.crafting.Ingredient@63f9ede4]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10515 betterwithaddons:uncompress_seed_melon RecipeStage{tier='zero', recipe=8xitem.seeds_melon@0:[net.minecraft.item.crafting.Ingredient@348b47a2]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10516 betterwithaddons:compress_seed_pumpkin RecipeStage{tier='one', recipe=1xitem.bag@3:[net.minecraft.item.crafting.Ingredient@17bee670, net.minecraft.item.crafting.Ingredient@17bee670, net.minecraft.item.crafting.Ingredient@17bee670, net.minecraft.item.crafting.Ingredient@17bee670, net.minecraft.item.crafting.Ingredient@3b821b77, net.minecraft.item.crafting.Ingredient@17bee670, net.minecraft.item.crafting.Ingredient@17bee670, net.minecraft.item.crafting.Ingredient@17bee670, net.minecraft.item.crafting.Ingredient@17bee670]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10517 betterwithaddons:uncompress_seed_pumpkin RecipeStage{tier='zero', recipe=8xitem.seeds_pumpkin@0:[net.minecraft.item.crafting.Ingredient@45ab5c89]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10518 betterwithaddons:compress_seed_beets RecipeStage{tier='one', recipe=1xitem.bag@4:[net.minecraft.item.crafting.Ingredient@eb44156, net.minecraft.item.crafting.Ingredient@eb44156, net.minecraft.item.crafting.Ingredient@eb44156, net.minecraft.item.crafting.Ingredient@eb44156, net.minecraft.item.crafting.Ingredient@c83980f, net.minecraft.item.crafting.Ingredient@eb44156, net.minecraft.item.crafting.Ingredient@eb44156, net.minecraft.item.crafting.Ingredient@eb44156, net.minecraft.item.crafting.Ingredient@eb44156]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10519 betterwithaddons:uncompress_seed_beets RecipeStage{tier='zero', recipe=8xitem.beetroot_seeds@0:[net.minecraft.item.crafting.Ingredient@37c90bd]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10520 betterwithaddons:compress_cocoa RecipeStage{tier='one', recipe=1xitem.bag@5:[net.minecraft.item.crafting.Ingredient@3fbd7967, net.minecraft.item.crafting.Ingredient@3fbd7967, net.minecraft.item.crafting.Ingredient@3fbd7967, net.minecraft.item.crafting.Ingredient@3fbd7967, net.minecraft.item.crafting.Ingredient@32f36f40, net.minecraft.item.crafting.Ingredient@3fbd7967, net.minecraft.item.crafting.Ingredient@3fbd7967, net.minecraft.item.crafting.Ingredient@3fbd7967, net.minecraft.item.crafting.Ingredient@3fbd7967]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10522 betterwithaddons:compress_redstone RecipeStage{tier='three', recipe=1xitem.bag@6:[net.minecraft.item.crafting.Ingredient@71a35bf9, net.minecraft.item.crafting.Ingredient@71a35bf9, net.minecraft.item.crafting.Ingredient@71a35bf9, net.minecraft.item.crafting.Ingredient@71a35bf9, net.minecraft.item.crafting.Ingredient@4bb24e36, net.minecraft.item.crafting.Ingredient@71a35bf9, net.minecraft.item.crafting.Ingredient@71a35bf9, net.minecraft.item.crafting.Ingredient@71a35bf9, net.minecraft.item.crafting.Ingredient@71a35bf9]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10523 betterwithaddons:uncompress_redstone RecipeStage{tier='two', recipe=8xitem.redstone@0:[net.minecraft.item.crafting.Ingredient@e60ff26]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10524 betterwithaddons:compress_glowstone RecipeStage{tier='three', recipe=1xitem.bag@7:[net.minecraft.item.crafting.Ingredient@3c6d30f6, net.minecraft.item.crafting.Ingredient@3c6d30f6, net.minecraft.item.crafting.Ingredient@3c6d30f6, net.minecraft.item.crafting.Ingredient@3c6d30f6, net.minecraft.item.crafting.Ingredient@719cfe8a, net.minecraft.item.crafting.Ingredient@3c6d30f6, net.minecraft.item.crafting.Ingredient@3c6d30f6, net.minecraft.item.crafting.Ingredient@3c6d30f6, net.minecraft.item.crafting.Ingredient@3c6d30f6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10525 betterwithaddons:uncompress_glowstone RecipeStage{tier='three', recipe=8xitem.yellowDust@0:[net.minecraft.item.crafting.Ingredient@252ac3c0]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10526 betterwithaddons:compress_sugar RecipeStage{tier='one', recipe=1xitem.bag@8:[net.minecraft.item.crafting.Ingredient@666b7535, net.minecraft.item.crafting.Ingredient@666b7535, net.minecraft.item.crafting.Ingredient@666b7535, net.minecraft.item.crafting.Ingredient@666b7535, net.minecraft.item.crafting.Ingredient@7b48f19e, net.minecraft.item.crafting.Ingredient@666b7535, net.minecraft.item.crafting.Ingredient@666b7535, net.minecraft.item.crafting.Ingredient@666b7535, net.minecraft.item.crafting.Ingredient@666b7535]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10528 betterwithaddons:compress_gunpowder RecipeStage{tier='one', recipe=1xitem.bag@9:[net.minecraft.item.crafting.Ingredient@54281d1b, net.minecraft.item.crafting.Ingredient@54281d1b, net.minecraft.item.crafting.Ingredient@54281d1b, net.minecraft.item.crafting.Ingredient@54281d1b, net.minecraft.item.crafting.Ingredient@2418eed3, net.minecraft.item.crafting.Ingredient@54281d1b, net.minecraft.item.crafting.Ingredient@54281d1b, net.minecraft.item.crafting.Ingredient@54281d1b, net.minecraft.item.crafting.Ingredient@54281d1b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10532 betterwithaddons:compress_sulfur RecipeStage{tier='three', recipe=1xitem.bag@11:[net.minecraft.item.crafting.Ingredient@7a57049a, net.minecraft.item.crafting.Ingredient@7a57049a, net.minecraft.item.crafting.Ingredient@7a57049a, net.minecraft.item.crafting.Ingredient@7a57049a, net.minecraft.item.crafting.Ingredient@7cf23b92, net.minecraft.item.crafting.Ingredient@7a57049a, net.minecraft.item.crafting.Ingredient@7a57049a, net.minecraft.item.crafting.Ingredient@7a57049a, net.minecraft.item.crafting.Ingredient@7a57049a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10533 betterwithaddons:uncompress_sulfur RecipeStage{tier='four', recipe=8xitem.bwm:material@25:[net.minecraft.item.crafting.Ingredient@171b56e4]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10534 betterwithaddons:compress_nitre RecipeStage{tier='three', recipe=1xitem.bag@12:[net.minecraft.item.crafting.Ingredient@38696cc5, net.minecraft.item.crafting.Ingredient@38696cc5, net.minecraft.item.crafting.Ingredient@38696cc5, net.minecraft.item.crafting.Ingredient@38696cc5, net.minecraft.item.crafting.Ingredient@781547eb, net.minecraft.item.crafting.Ingredient@38696cc5, net.minecraft.item.crafting.Ingredient@38696cc5, net.minecraft.item.crafting.Ingredient@38696cc5, net.minecraft.item.crafting.Ingredient@38696cc5]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10535 betterwithaddons:uncompress_nitre RecipeStage{tier='zero', recipe=8xitem.bwm:material@26:[net.minecraft.item.crafting.Ingredient@37468f27]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10536 betterwithaddons:compress_sawdust RecipeStage{tier='one', recipe=1xitem.bag@13:[net.minecraft.item.crafting.Ingredient@16c2ef2d, net.minecraft.item.crafting.Ingredient@16c2ef2d, net.minecraft.item.crafting.Ingredient@16c2ef2d, net.minecraft.item.crafting.Ingredient@16c2ef2d, net.minecraft.item.crafting.Ingredient@73450d4, net.minecraft.item.crafting.Ingredient@16c2ef2d, net.minecraft.item.crafting.Ingredient@16c2ef2d, net.minecraft.item.crafting.Ingredient@16c2ef2d, net.minecraft.item.crafting.Ingredient@16c2ef2d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10537 betterwithaddons:uncompress_sawdust RecipeStage{tier='one', recipe=8xitem.bwm:material@22:[net.minecraft.item.crafting.Ingredient@163242df]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10538 betterwithaddons:compress_sawdust_soul RecipeStage{tier='three', recipe=1xitem.bag@14:[net.minecraft.item.crafting.Ingredient@329f3c66, net.minecraft.item.crafting.Ingredient@329f3c66, net.minecraft.item.crafting.Ingredient@329f3c66, net.minecraft.item.crafting.Ingredient@329f3c66, net.minecraft.item.crafting.Ingredient@7010af5f, net.minecraft.item.crafting.Ingredient@329f3c66, net.minecraft.item.crafting.Ingredient@329f3c66, net.minecraft.item.crafting.Ingredient@329f3c66, net.minecraft.item.crafting.Ingredient@329f3c66]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10539 betterwithaddons:uncompress_sawdust_soul RecipeStage{tier='three', recipe=8xitem.bwm:material@23:[net.minecraft.item.crafting.Ingredient@2089a8f9]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10540 betterwithaddons:compress_potash RecipeStage{tier='three', recipe=1xitem.bag@15:[net.minecraft.item.crafting.Ingredient@1e21ecfd, net.minecraft.item.crafting.Ingredient@1e21ecfd, net.minecraft.item.crafting.Ingredient@1e21ecfd, net.minecraft.item.crafting.Ingredient@1e21ecfd, net.minecraft.item.crafting.Ingredient@6b1d59fe, net.minecraft.item.crafting.Ingredient@1e21ecfd, net.minecraft.item.crafting.Ingredient@1e21ecfd, net.minecraft.item.crafting.Ingredient@1e21ecfd, net.minecraft.item.crafting.Ingredient@1e21ecfd]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10541 betterwithaddons:uncompress_potash RecipeStage{tier='one', recipe=8xitem.bwm:material@21:[net.minecraft.item.crafting.Ingredient@1bf9ec9d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10542 betterwithaddons:compress_hellfire RecipeStage{tier='three', recipe=1xitem.bag@16:[net.minecraft.item.crafting.Ingredient@bfdd719, net.minecraft.item.crafting.Ingredient@bfdd719, net.minecraft.item.crafting.Ingredient@bfdd719, net.minecraft.item.crafting.Ingredient@bfdd719, net.minecraft.item.crafting.Ingredient@7a62e2b8, net.minecraft.item.crafting.Ingredient@bfdd719, net.minecraft.item.crafting.Ingredient@bfdd719, net.minecraft.item.crafting.Ingredient@bfdd719, net.minecraft.item.crafting.Ingredient@bfdd719]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10543 betterwithaddons:uncompress_hellfire RecipeStage{tier='three', recipe=8xitem.bwm:material@16:[net.minecraft.item.crafting.Ingredient@511252c6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10544 betterwithaddons:compress_kibble RecipeStage{tier='one', recipe=1xitem.bag@17:[net.minecraft.item.crafting.Ingredient@59a841ee, net.minecraft.item.crafting.Ingredient@59a841ee, net.minecraft.item.crafting.Ingredient@59a841ee, net.minecraft.item.crafting.Ingredient@59a841ee, net.minecraft.item.crafting.Ingredient@2cd55eaa, net.minecraft.item.crafting.Ingredient@59a841ee, net.minecraft.item.crafting.Ingredient@59a841ee, net.minecraft.item.crafting.Ingredient@59a841ee, net.minecraft.item.crafting.Ingredient@59a841ee]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10545 betterwithaddons:uncompress_kibble RecipeStage{tier='one', recipe=8xitem.bwm:kibble@0:[net.minecraft.item.crafting.Ingredient@4b939796]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10546 betterwithaddons:compress_pork RecipeStage{tier='one', recipe=1xitem.crate@0:[net.minecraft.item.crafting.Ingredient@56892c9a, net.minecraft.item.crafting.Ingredient@56892c9a, net.minecraft.item.crafting.Ingredient@56892c9a, net.minecraft.item.crafting.Ingredient@56892c9a, net.minecraft.item.crafting.Ingredient@2c8dc5c2, net.minecraft.item.crafting.Ingredient@56892c9a, net.minecraft.item.crafting.Ingredient@56892c9a, net.minecraft.item.crafting.Ingredient@56892c9a, net.minecraft.item.crafting.Ingredient@56892c9a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10547 betterwithaddons:uncompress_pork RecipeStage{tier='tutorial', recipe=8xitem.porkchopCooked@0:[net.minecraft.item.crafting.Ingredient@53b3e967]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10548 betterwithaddons:compress_pork_raw RecipeStage{tier='one', recipe=1xitem.crate@1:[net.minecraft.item.crafting.Ingredient@ef8e7d7, net.minecraft.item.crafting.Ingredient@ef8e7d7, net.minecraft.item.crafting.Ingredient@ef8e7d7, net.minecraft.item.crafting.Ingredient@ef8e7d7, net.minecraft.item.crafting.Ingredient@33d862af, net.minecraft.item.crafting.Ingredient@ef8e7d7, net.minecraft.item.crafting.Ingredient@ef8e7d7, net.minecraft.item.crafting.Ingredient@ef8e7d7, net.minecraft.item.crafting.Ingredient@ef8e7d7]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10549 betterwithaddons:uncompress_pork_raw RecipeStage{tier='tutorial', recipe=8xitem.porkchopRaw@0:[net.minecraft.item.crafting.Ingredient@3c4e07f6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10550 betterwithaddons:compress_steak RecipeStage{tier='one', recipe=1xitem.crate@4:[net.minecraft.item.crafting.Ingredient@636d6d5, net.minecraft.item.crafting.Ingredient@636d6d5, net.minecraft.item.crafting.Ingredient@636d6d5, net.minecraft.item.crafting.Ingredient@636d6d5, net.minecraft.item.crafting.Ingredient@7f4169c5, net.minecraft.item.crafting.Ingredient@636d6d5, net.minecraft.item.crafting.Ingredient@636d6d5, net.minecraft.item.crafting.Ingredient@636d6d5, net.minecraft.item.crafting.Ingredient@636d6d5]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10551 betterwithaddons:uncompress_steak RecipeStage{tier='tutorial', recipe=8xitem.beefCooked@0:[net.minecraft.item.crafting.Ingredient@a8a6ab8]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10552 betterwithaddons:compress_steak_raw RecipeStage{tier='one', recipe=1xitem.crate@5:[net.minecraft.item.crafting.Ingredient@6300b169, net.minecraft.item.crafting.Ingredient@6300b169, net.minecraft.item.crafting.Ingredient@6300b169, net.minecraft.item.crafting.Ingredient@6300b169, net.minecraft.item.crafting.Ingredient@d7ea8ce, net.minecraft.item.crafting.Ingredient@6300b169, net.minecraft.item.crafting.Ingredient@6300b169, net.minecraft.item.crafting.Ingredient@6300b169, net.minecraft.item.crafting.Ingredient@6300b169]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10553 betterwithaddons:uncompress_steak_raw RecipeStage{tier='tutorial', recipe=8xitem.beefRaw@0:[net.minecraft.item.crafting.Ingredient@4108d537]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10554 betterwithaddons:compress_chicken RecipeStage{tier='one', recipe=1xitem.crate@2:[net.minecraft.item.crafting.Ingredient@4b4a3713, net.minecraft.item.crafting.Ingredient@4b4a3713, net.minecraft.item.crafting.Ingredient@4b4a3713, net.minecraft.item.crafting.Ingredient@4b4a3713, net.minecraft.item.crafting.Ingredient@41d9a873, net.minecraft.item.crafting.Ingredient@4b4a3713, net.minecraft.item.crafting.Ingredient@4b4a3713, net.minecraft.item.crafting.Ingredient@4b4a3713, net.minecraft.item.crafting.Ingredient@4b4a3713]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10555 betterwithaddons:uncompress_chicken RecipeStage{tier='tutorial', recipe=8xitem.chickenCooked@0:[net.minecraft.item.crafting.Ingredient@1f03db93]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10556 betterwithaddons:compress_chicken_raw RecipeStage{tier='one', recipe=1xitem.crate@3:[net.minecraft.item.crafting.Ingredient@2f7e4018, net.minecraft.item.crafting.Ingredient@2f7e4018, net.minecraft.item.crafting.Ingredient@2f7e4018, net.minecraft.item.crafting.Ingredient@2f7e4018, net.minecraft.item.crafting.Ingredient@76e2fdd5, net.minecraft.item.crafting.Ingredient@2f7e4018, net.minecraft.item.crafting.Ingredient@2f7e4018, net.minecraft.item.crafting.Ingredient@2f7e4018, net.minecraft.item.crafting.Ingredient@2f7e4018]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10557 betterwithaddons:uncompress_chicken_raw RecipeStage{tier='tutorial', recipe=8xitem.chickenRaw@0:[net.minecraft.item.crafting.Ingredient@3e4603fa]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10558 betterwithaddons:compress_mutton RecipeStage{tier='one', recipe=1xitem.crate@6:[net.minecraft.item.crafting.Ingredient@28798bdc, net.minecraft.item.crafting.Ingredient@28798bdc, net.minecraft.item.crafting.Ingredient@28798bdc, net.minecraft.item.crafting.Ingredient@28798bdc, net.minecraft.item.crafting.Ingredient@648594d3, net.minecraft.item.crafting.Ingredient@28798bdc, net.minecraft.item.crafting.Ingredient@28798bdc, net.minecraft.item.crafting.Ingredient@28798bdc, net.minecraft.item.crafting.Ingredient@28798bdc]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10559 betterwithaddons:uncompress_mutton RecipeStage{tier='tutorial', recipe=8xitem.muttonCooked@0:[net.minecraft.item.crafting.Ingredient@75e1f359]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10560 betterwithaddons:compress_mutton_raw RecipeStage{tier='one', recipe=1xitem.crate@7:[net.minecraft.item.crafting.Ingredient@3f461e3, net.minecraft.item.crafting.Ingredient@3f461e3, net.minecraft.item.crafting.Ingredient@3f461e3, net.minecraft.item.crafting.Ingredient@3f461e3, net.minecraft.item.crafting.Ingredient@7d8e8ee, net.minecraft.item.crafting.Ingredient@3f461e3, net.minecraft.item.crafting.Ingredient@3f461e3, net.minecraft.item.crafting.Ingredient@3f461e3, net.minecraft.item.crafting.Ingredient@3f461e3]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10561 betterwithaddons:uncompress_mutton_raw RecipeStage{tier='tutorial', recipe=8xitem.muttonRaw@0:[net.minecraft.item.crafting.Ingredient@4231445d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10562 betterwithaddons:compress_rabbit RecipeStage{tier='one', recipe=1xitem.crate@8:[net.minecraft.item.crafting.Ingredient@70165bbc, net.minecraft.item.crafting.Ingredient@70165bbc, net.minecraft.item.crafting.Ingredient@70165bbc, net.minecraft.item.crafting.Ingredient@70165bbc, net.minecraft.item.crafting.Ingredient@44bc1de9, net.minecraft.item.crafting.Ingredient@70165bbc, net.minecraft.item.crafting.Ingredient@70165bbc, net.minecraft.item.crafting.Ingredient@70165bbc, net.minecraft.item.crafting.Ingredient@70165bbc]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10563 betterwithaddons:uncompress_rabbit RecipeStage{tier='tutorial', recipe=8xitem.rabbitCooked@0:[net.minecraft.item.crafting.Ingredient@1f288543]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10564 betterwithaddons:compress_rabbit_raw RecipeStage{tier='one', recipe=1xitem.crate@9:[net.minecraft.item.crafting.Ingredient@2ae90bba, net.minecraft.item.crafting.Ingredient@2ae90bba, net.minecraft.item.crafting.Ingredient@2ae90bba, net.minecraft.item.crafting.Ingredient@2ae90bba, net.minecraft.item.crafting.Ingredient@78afe4a8, net.minecraft.item.crafting.Ingredient@2ae90bba, net.minecraft.item.crafting.Ingredient@2ae90bba, net.minecraft.item.crafting.Ingredient@2ae90bba, net.minecraft.item.crafting.Ingredient@2ae90bba]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10565 betterwithaddons:uncompress_rabbit_raw RecipeStage{tier='tutorial', recipe=8xitem.rabbitRaw@0:[net.minecraft.item.crafting.Ingredient@437d2d22]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10566 betterwithaddons:compress_egg RecipeStage{tier='one', recipe=1xitem.crate@10:[net.minecraft.item.crafting.Ingredient@688fddd4, net.minecraft.item.crafting.Ingredient@688fddd4, net.minecraft.item.crafting.Ingredient@688fddd4, net.minecraft.item.crafting.Ingredient@688fddd4, net.minecraft.item.crafting.Ingredient@130e80c3, net.minecraft.item.crafting.Ingredient@688fddd4, net.minecraft.item.crafting.Ingredient@688fddd4, net.minecraft.item.crafting.Ingredient@688fddd4, net.minecraft.item.crafting.Ingredient@688fddd4]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10567 betterwithaddons:uncompress_egg RecipeStage{tier='tutorial', recipe=8xitem.egg@0:[net.minecraft.item.crafting.Ingredient@4ba5ad21]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10568 betterwithaddons:compress_slime RecipeStage{tier='one', recipe=1xitem.crate@11:[net.minecraft.item.crafting.Ingredient@31a00944, net.minecraft.item.crafting.Ingredient@31a00944, net.minecraft.item.crafting.Ingredient@31a00944, net.minecraft.item.crafting.Ingredient@31a00944, net.minecraft.item.crafting.Ingredient@797dc2c4, net.minecraft.item.crafting.Ingredient@31a00944, net.minecraft.item.crafting.Ingredient@31a00944, net.minecraft.item.crafting.Ingredient@31a00944, net.minecraft.item.crafting.Ingredient@31a00944]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10569 betterwithaddons:uncompress_slime RecipeStage{tier='zero', recipe=8xitem.slimeball@0:[net.minecraft.item.crafting.Ingredient@2e540fbf]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10570 betterwithaddons:compress_enderpearl RecipeStage{tier='two', recipe=1xitem.crate@12:[net.minecraft.item.crafting.Ingredient@75b54a1d, net.minecraft.item.crafting.Ingredient@75b54a1d, net.minecraft.item.crafting.Ingredient@75b54a1d, net.minecraft.item.crafting.Ingredient@75b54a1d, net.minecraft.item.crafting.Ingredient@14130aba, net.minecraft.item.crafting.Ingredient@75b54a1d, net.minecraft.item.crafting.Ingredient@75b54a1d, net.minecraft.item.crafting.Ingredient@75b54a1d, net.minecraft.item.crafting.Ingredient@75b54a1d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10571 betterwithaddons:uncompress_enderpearl RecipeStage{tier='two', recipe=8xitem.enderPearl@0:[net.minecraft.item.crafting.Ingredient@69c83695]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10572 betterwithaddons:compress_cactus RecipeStage{tier='one', recipe=1xitem.crate@13:[net.minecraft.item.crafting.Ingredient@7696284b, net.minecraft.item.crafting.Ingredient@7696284b, net.minecraft.item.crafting.Ingredient@7696284b, net.minecraft.item.crafting.Ingredient@7696284b, net.minecraft.item.crafting.Ingredient@53a1407e, net.minecraft.item.crafting.Ingredient@7696284b, net.minecraft.item.crafting.Ingredient@7696284b, net.minecraft.item.crafting.Ingredient@7696284b, net.minecraft.item.crafting.Ingredient@7696284b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10573 betterwithaddons:uncompress_cactus RecipeStage{tier='tutorial', recipe=8xtile.cactus@0:[net.minecraft.item.crafting.Ingredient@665793ea]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10574 betterwithaddons:compress_inksac RecipeStage{tier='one', recipe=1xitem.crate@14:[net.minecraft.item.crafting.Ingredient@2153bfb, net.minecraft.item.crafting.Ingredient@2153bfb, net.minecraft.item.crafting.Ingredient@2153bfb, net.minecraft.item.crafting.Ingredient@2153bfb, net.minecraft.item.crafting.Ingredient@209d451, net.minecraft.item.crafting.Ingredient@2153bfb, net.minecraft.item.crafting.Ingredient@2153bfb, net.minecraft.item.crafting.Ingredient@2153bfb, net.minecraft.item.crafting.Ingredient@2153bfb]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10576 betterwithaddons:compress_mushroom RecipeStage{tier='zero', recipe=1xitem.congealed@4:[net.minecraft.item.crafting.Ingredient@27683e11, net.minecraft.item.crafting.Ingredient@27683e11, net.minecraft.item.crafting.Ingredient@27683e11, net.minecraft.item.crafting.Ingredient@27683e11, net.minecraft.item.crafting.Ingredient@621b7ae4, net.minecraft.item.crafting.Ingredient@27683e11, net.minecraft.item.crafting.Ingredient@27683e11, net.minecraft.item.crafting.Ingredient@27683e11, net.minecraft.item.crafting.Ingredient@27683e11]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10577 betterwithaddons:uncompress_mushroom RecipeStage{tier='zero', recipe=8xtile.mushroom@0:[net.minecraft.item.crafting.Ingredient@56c04cb]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10578 betterwithaddons:compress_amanita RecipeStage{tier='zero', recipe=1xitem.congealed@3:[net.minecraft.item.crafting.Ingredient@24c8af6a, net.minecraft.item.crafting.Ingredient@24c8af6a, net.minecraft.item.crafting.Ingredient@24c8af6a, net.minecraft.item.crafting.Ingredient@24c8af6a, net.minecraft.item.crafting.Ingredient@71420c89, net.minecraft.item.crafting.Ingredient@24c8af6a, net.minecraft.item.crafting.Ingredient@24c8af6a, net.minecraft.item.crafting.Ingredient@24c8af6a, net.minecraft.item.crafting.Ingredient@24c8af6a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10579 betterwithaddons:uncompress_amanita RecipeStage{tier='zero', recipe=8xtile.mushroom@0:[net.minecraft.item.crafting.Ingredient@1d380df4]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10580 betterwithaddons:compress_bone RecipeStage{tier='zero', recipe=1xitem.congealed@0:[net.minecraft.item.crafting.Ingredient@5b4388b1, net.minecraft.item.crafting.Ingredient@5b4388b1, net.minecraft.item.crafting.Ingredient@5b4388b1, net.minecraft.item.crafting.Ingredient@5b4388b1, net.minecraft.item.crafting.Ingredient@763425ad, net.minecraft.item.crafting.Ingredient@5b4388b1, net.minecraft.item.crafting.Ingredient@5b4388b1, net.minecraft.item.crafting.Ingredient@5b4388b1, net.minecraft.item.crafting.Ingredient@5b4388b1]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10581 betterwithaddons:uncompress_bone RecipeStage{tier='tutorial', recipe=8xitem.bone@0:[net.minecraft.item.crafting.Ingredient@4c28195e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10582 betterwithaddons:compress_flesh RecipeStage{tier='zero', recipe=1xitem.congealed@1:[net.minecraft.item.crafting.Ingredient@48380b6d, net.minecraft.item.crafting.Ingredient@48380b6d, net.minecraft.item.crafting.Ingredient@48380b6d, net.minecraft.item.crafting.Ingredient@48380b6d, net.minecraft.item.crafting.Ingredient@279bcd42, net.minecraft.item.crafting.Ingredient@48380b6d, net.minecraft.item.crafting.Ingredient@48380b6d, net.minecraft.item.crafting.Ingredient@48380b6d, net.minecraft.item.crafting.Ingredient@48380b6d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10583 betterwithaddons:uncompress_flesh RecipeStage{tier='zero', recipe=8xitem.rottenFlesh@0:[net.minecraft.item.crafting.Ingredient@2c85c3a9]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10584 betterwithaddons:compress_eye RecipeStage{tier='zero', recipe=1xitem.congealed@2:[net.minecraft.item.crafting.Ingredient@64403bd5, net.minecraft.item.crafting.Ingredient@64403bd5, net.minecraft.item.crafting.Ingredient@64403bd5, net.minecraft.item.crafting.Ingredient@64403bd5, net.minecraft.item.crafting.Ingredient@68285205, net.minecraft.item.crafting.Ingredient@64403bd5, net.minecraft.item.crafting.Ingredient@64403bd5, net.minecraft.item.crafting.Ingredient@64403bd5, net.minecraft.item.crafting.Ingredient@64403bd5]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10585 betterwithaddons:uncompress_eye RecipeStage{tier='zero', recipe=8xitem.spiderEye@0:[net.minecraft.item.crafting.Ingredient@574cd0c4]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10586 betterwithaddons:compress_wart RecipeStage{tier='three', recipe=1xitem.congealed@5:[net.minecraft.item.crafting.Ingredient@5d6e4674, net.minecraft.item.crafting.Ingredient@5d6e4674, net.minecraft.item.crafting.Ingredient@5d6e4674, net.minecraft.item.crafting.Ingredient@5d6e4674, net.minecraft.item.crafting.Ingredient@5fb5ec47, net.minecraft.item.crafting.Ingredient@5d6e4674, net.minecraft.item.crafting.Ingredient@5d6e4674, net.minecraft.item.crafting.Ingredient@5d6e4674, net.minecraft.item.crafting.Ingredient@5d6e4674]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10587 betterwithaddons:uncompress_wart RecipeStage{tier='three', recipe=8xitem.netherStalkSeeds@0:[net.minecraft.item.crafting.Ingredient@53474089]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10588 betterwithaddons:compress_fabric RecipeStage{tier='one', recipe=1xitem.bolt@0:[net.minecraftforge.oredict.OreIngredient@7d3b2d1e, net.minecraftforge.oredict.OreIngredient@7d3b2d1e, net.minecraftforge.oredict.OreIngredient@7d3b2d1e, net.minecraftforge.oredict.OreIngredient@7d3b2d1e, net.minecraft.item.crafting.Ingredient@552f1a6d, net.minecraftforge.oredict.OreIngredient@7d3b2d1e, net.minecraftforge.oredict.OreIngredient@7d3b2d1e, net.minecraftforge.oredict.OreIngredient@7d3b2d1e, net.minecraftforge.oredict.OreIngredient@7d3b2d1e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10589 betterwithaddons:uncompress_fabric RecipeStage{tier='zero', recipe=8xitem.bwm:material@4:[net.minecraft.item.crafting.Ingredient@6cf65900]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10591 betterwithaddons:uncompress_vine RecipeStage{tier='zero', recipe=8xtile.vine@0:[net.minecraft.item.crafting.Ingredient@3c4f461]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10592 betterwithaddons:compress_paper RecipeStage{tier='two', recipe=1xitem.bolt@2:[net.minecraftforge.oredict.OreIngredient@54bd17a1, net.minecraftforge.oredict.OreIngredient@54bd17a1, net.minecraftforge.oredict.OreIngredient@54bd17a1, net.minecraftforge.oredict.OreIngredient@54bd17a1, net.minecraft.item.crafting.Ingredient@41cb2967, net.minecraftforge.oredict.OreIngredient@54bd17a1, net.minecraftforge.oredict.OreIngredient@54bd17a1, net.minecraftforge.oredict.OreIngredient@54bd17a1, net.minecraftforge.oredict.OreIngredient@54bd17a1]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10602 betterwithaddons:compress_feather RecipeStage{tier='zero', recipe=1xitem.bundle@0:[net.minecraft.item.crafting.Ingredient@c371009, net.minecraft.item.crafting.Ingredient@c371009, net.minecraft.item.crafting.Ingredient@c371009, net.minecraft.item.crafting.Ingredient@c371009, net.minecraft.item.crafting.Ingredient@750e0ff8, net.minecraft.item.crafting.Ingredient@c371009, net.minecraft.item.crafting.Ingredient@c371009, net.minecraft.item.crafting.Ingredient@c371009, net.minecraft.item.crafting.Ingredient@c371009]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10603 betterwithaddons:uncompress_feather RecipeStage{tier='tutorial', recipe=8xitem.feather@0:[net.minecraft.item.crafting.Ingredient@54c8ce66]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10604 betterwithaddons:compress_blazerods RecipeStage{tier='three', recipe=1xitem.bundle@2:[net.minecraft.item.crafting.Ingredient@65bf8980, net.minecraft.item.crafting.Ingredient@65bf8980, net.minecraft.item.crafting.Ingredient@65bf8980, net.minecraft.item.crafting.Ingredient@65bf8980, net.minecraft.item.crafting.Ingredient@2e2bde0e, net.minecraft.item.crafting.Ingredient@65bf8980, net.minecraft.item.crafting.Ingredient@65bf8980, net.minecraft.item.crafting.Ingredient@65bf8980, net.minecraft.item.crafting.Ingredient@65bf8980]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10605 betterwithaddons:uncompress_blazerods RecipeStage{tier='three', recipe=8xitem.blazeRod@0:[net.minecraft.item.crafting.Ingredient@5ad5436]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10606 betterwithaddons:compress_arrows RecipeStage{tier='two', recipe=1xitem.bundle@1:[net.minecraft.item.crafting.Ingredient@6cec58a2, net.minecraft.item.crafting.Ingredient@6cec58a2, net.minecraft.item.crafting.Ingredient@6cec58a2, net.minecraft.item.crafting.Ingredient@6cec58a2, net.minecraft.item.crafting.Ingredient@44b4336a, net.minecraft.item.crafting.Ingredient@6cec58a2, net.minecraft.item.crafting.Ingredient@6cec58a2, net.minecraft.item.crafting.Ingredient@6cec58a2, net.minecraft.item.crafting.Ingredient@6cec58a2]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10608 betterwithaddons:compress_oak RecipeStage{tier='zero', recipe=1xitem.bundle@3:[net.minecraft.item.crafting.Ingredient@65ac2797, net.minecraft.item.crafting.Ingredient@65ac2797, net.minecraft.item.crafting.Ingredient@65ac2797, net.minecraft.item.crafting.Ingredient@65ac2797, net.minecraft.item.crafting.Ingredient@7077d6bf, net.minecraft.item.crafting.Ingredient@65ac2797, net.minecraft.item.crafting.Ingredient@65ac2797, net.minecraft.item.crafting.Ingredient@65ac2797, net.minecraft.item.crafting.Ingredient@65ac2797]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10609 betterwithaddons:uncompress_oak RecipeStage{tier='tutorial', recipe=8xtile.sapling@0:[net.minecraft.item.crafting.Ingredient@45e4803e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10610 betterwithaddons:compress_birch RecipeStage{tier='zero', recipe=1xitem.bundle@4:[net.minecraft.item.crafting.Ingredient@ffc6335, net.minecraft.item.crafting.Ingredient@ffc6335, net.minecraft.item.crafting.Ingredient@ffc6335, net.minecraft.item.crafting.Ingredient@ffc6335, net.minecraft.item.crafting.Ingredient@13f568df, net.minecraft.item.crafting.Ingredient@ffc6335, net.minecraft.item.crafting.Ingredient@ffc6335, net.minecraft.item.crafting.Ingredient@ffc6335, net.minecraft.item.crafting.Ingredient@ffc6335]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10611 betterwithaddons:uncompress_birch RecipeStage{tier='tutorial', recipe=8xtile.sapling@2:[net.minecraft.item.crafting.Ingredient@37f86afc]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10612 betterwithaddons:compress_spruce RecipeStage{tier='zero', recipe=1xitem.bundle@5:[net.minecraft.item.crafting.Ingredient@63fa7acc, net.minecraft.item.crafting.Ingredient@63fa7acc, net.minecraft.item.crafting.Ingredient@63fa7acc, net.minecraft.item.crafting.Ingredient@63fa7acc, net.minecraft.item.crafting.Ingredient@1e896fdb, net.minecraft.item.crafting.Ingredient@63fa7acc, net.minecraft.item.crafting.Ingredient@63fa7acc, net.minecraft.item.crafting.Ingredient@63fa7acc, net.minecraft.item.crafting.Ingredient@63fa7acc]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10613 betterwithaddons:uncompress_spruce RecipeStage{tier='tutorial', recipe=8xtile.sapling@1:[net.minecraft.item.crafting.Ingredient@3be59871]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10614 betterwithaddons:compress_jungle RecipeStage{tier='zero', recipe=1xitem.bundle@6:[net.minecraft.item.crafting.Ingredient@5e5be8c8, net.minecraft.item.crafting.Ingredient@5e5be8c8, net.minecraft.item.crafting.Ingredient@5e5be8c8, net.minecraft.item.crafting.Ingredient@5e5be8c8, net.minecraft.item.crafting.Ingredient@26ba43d6, net.minecraft.item.crafting.Ingredient@5e5be8c8, net.minecraft.item.crafting.Ingredient@5e5be8c8, net.minecraft.item.crafting.Ingredient@5e5be8c8, net.minecraft.item.crafting.Ingredient@5e5be8c8]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10615 betterwithaddons:uncompress_jungle RecipeStage{tier='tutorial', recipe=8xtile.sapling@3:[net.minecraft.item.crafting.Ingredient@777a31fb]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10616 betterwithaddons:compress_acacia RecipeStage{tier='zero', recipe=1xitem.bundle@7:[net.minecraft.item.crafting.Ingredient@236d39d, net.minecraft.item.crafting.Ingredient@236d39d, net.minecraft.item.crafting.Ingredient@236d39d, net.minecraft.item.crafting.Ingredient@236d39d, net.minecraft.item.crafting.Ingredient@685c22ca, net.minecraft.item.crafting.Ingredient@236d39d, net.minecraft.item.crafting.Ingredient@236d39d, net.minecraft.item.crafting.Ingredient@236d39d, net.minecraft.item.crafting.Ingredient@236d39d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10617 betterwithaddons:uncompress_acacia RecipeStage{tier='tutorial', recipe=8xtile.sapling@4:[net.minecraft.item.crafting.Ingredient@cf8b54c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10618 betterwithaddons:compress_darkoak RecipeStage{tier='zero', recipe=1xitem.bundle@8:[net.minecraft.item.crafting.Ingredient@31a50ad1, net.minecraft.item.crafting.Ingredient@31a50ad1, net.minecraft.item.crafting.Ingredient@31a50ad1, net.minecraft.item.crafting.Ingredient@31a50ad1, net.minecraft.item.crafting.Ingredient@683368d, net.minecraft.item.crafting.Ingredient@31a50ad1, net.minecraft.item.crafting.Ingredient@31a50ad1, net.minecraft.item.crafting.Ingredient@31a50ad1, net.minecraft.item.crafting.Ingredient@31a50ad1]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10619 betterwithaddons:uncompress_darkoak RecipeStage{tier='tutorial', recipe=8xtile.sapling@5:[net.minecraft.item.crafting.Ingredient@465ce8df]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10629 rebornstorage:storagecell RecipeStage{tier='five', recipe=1xitem.rebornstorage:storagecell@0:[net.minecraftforge.oredict.OreIngredient@60b6f084, net.minecraft.item.crafting.Ingredient@180822d7, net.minecraftforge.oredict.OreIngredient@60b6f084, net.minecraft.item.crafting.Ingredient@180822d7, net.minecraft.item.crafting.Ingredient@41d45bff, net.minecraft.item.crafting.Ingredient@180822d7, net.minecraft.item.crafting.Ingredient@1d560f6d, net.minecraft.item.crafting.Ingredient@1d560f6d, net.minecraft.item.crafting.Ingredient@1d560f6d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10630 rebornstorage:storagecell_1 RecipeStage{tier='five', recipe=1xitem.rebornstorage:storagecell@0:[net.minecraft.item.crafting.Ingredient@4ff6370a, net.minecraft.item.crafting.Ingredient@627674fe]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10631 rebornstorage:storagecell_2 RecipeStage{tier='five', recipe=1xitem.rebornstorage:storagecell@1:[net.minecraftforge.oredict.OreIngredient@1a38c477, net.minecraft.item.crafting.Ingredient@6488fe5d, net.minecraftforge.oredict.OreIngredient@1a38c477, net.minecraft.item.crafting.Ingredient@6488fe5d, net.minecraft.item.crafting.Ingredient@4266985b, net.minecraft.item.crafting.Ingredient@6488fe5d, net.minecraft.item.crafting.Ingredient@3508a7b6, net.minecraft.item.crafting.Ingredient@3508a7b6, net.minecraft.item.crafting.Ingredient@3508a7b6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10632 rebornstorage:storagecell_3 RecipeStage{tier='five', recipe=1xitem.rebornstorage:storagecell@1:[net.minecraft.item.crafting.Ingredient@3d789893, net.minecraft.item.crafting.Ingredient@4d3dad9d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10633 rebornstorage:storagecell_4 RecipeStage{tier='five', recipe=1xitem.rebornstorage:storagecell@2:[net.minecraftforge.oredict.OreIngredient@2ae74957, net.minecraft.item.crafting.Ingredient@5322e098, net.minecraftforge.oredict.OreIngredient@2ae74957, net.minecraft.item.crafting.Ingredient@5322e098, net.minecraft.item.crafting.Ingredient@32fc4637, net.minecraft.item.crafting.Ingredient@5322e098, net.minecraft.item.crafting.Ingredient@7353ee24, net.minecraft.item.crafting.Ingredient@7353ee24, net.minecraft.item.crafting.Ingredient@7353ee24]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10634 rebornstorage:storagecell_5 RecipeStage{tier='five', recipe=1xitem.rebornstorage:storagecell@2:[net.minecraft.item.crafting.Ingredient@66230e2e, net.minecraft.item.crafting.Ingredient@a6dfe00]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10635 rebornstorage:storagecell_6 RecipeStage{tier='five', recipe=1xitem.rebornstorage:storagecell@3:[net.minecraftforge.oredict.OreIngredient@707d1c68, net.minecraft.item.crafting.Ingredient@ed12e37, net.minecraftforge.oredict.OreIngredient@707d1c68, net.minecraft.item.crafting.Ingredient@ed12e37, net.minecraft.item.crafting.Ingredient@37e1b91e, net.minecraft.item.crafting.Ingredient@ed12e37, net.minecraft.item.crafting.Ingredient@6ba94c13, net.minecraft.item.crafting.Ingredient@6ba94c13, net.minecraft.item.crafting.Ingredient@6ba94c13]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10636 rebornstorage:storagecell_7 RecipeStage{tier='five', recipe=1xitem.rebornstorage:storagecell@3:[net.minecraft.item.crafting.Ingredient@28404e9b, net.minecraft.item.crafting.Ingredient@9285654]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10637 rebornstorage:storagecellfluid RecipeStage{tier='five', recipe=1xitem.rebornstorage.storagecellfluid@0:[net.minecraftforge.oredict.OreIngredient@2726f55a, net.minecraft.item.crafting.Ingredient@d3843b3, net.minecraftforge.oredict.OreIngredient@2726f55a, net.minecraft.item.crafting.Ingredient@d3843b3, net.minecraft.item.crafting.Ingredient@2c01a34a, net.minecraft.item.crafting.Ingredient@d3843b3, net.minecraft.item.crafting.Ingredient@46693eb6, net.minecraft.item.crafting.Ingredient@46693eb6, net.minecraft.item.crafting.Ingredient@46693eb6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10638 rebornstorage:storagecellfluid_1 RecipeStage{tier='five', recipe=1xitem.rebornstorage.storagecellfluid@0:[net.minecraft.item.crafting.Ingredient@7377e65e, net.minecraft.item.crafting.Ingredient@7ce4fa08]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10639 rebornstorage:storagecellfluid_2 RecipeStage{tier='five', recipe=1xitem.rebornstorage.storagecellfluid@1:[net.minecraftforge.oredict.OreIngredient@96a5184, net.minecraft.item.crafting.Ingredient@45e303e1, net.minecraftforge.oredict.OreIngredient@96a5184, net.minecraft.item.crafting.Ingredient@45e303e1, net.minecraft.item.crafting.Ingredient@33164466, net.minecraft.item.crafting.Ingredient@45e303e1, net.minecraft.item.crafting.Ingredient@1e8c95ef, net.minecraft.item.crafting.Ingredient@1e8c95ef, net.minecraft.item.crafting.Ingredient@1e8c95ef]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10640 rebornstorage:storagecellfluid_3 RecipeStage{tier='five', recipe=1xitem.rebornstorage.storagecellfluid@1:[net.minecraft.item.crafting.Ingredient@358a2f0e, net.minecraft.item.crafting.Ingredient@4f53e7bd]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10641 rebornstorage:storagecellfluid_4 RecipeStage{tier='five', recipe=1xitem.rebornstorage.storagecellfluid@2:[net.minecraftforge.oredict.OreIngredient@78556f35, net.minecraft.item.crafting.Ingredient@1cc3cd6e, net.minecraftforge.oredict.OreIngredient@78556f35, net.minecraft.item.crafting.Ingredient@1cc3cd6e, net.minecraft.item.crafting.Ingredient@3f93ac09, net.minecraft.item.crafting.Ingredient@1cc3cd6e, net.minecraft.item.crafting.Ingredient@4cfdaf44, net.minecraft.item.crafting.Ingredient@4cfdaf44, net.minecraft.item.crafting.Ingredient@4cfdaf44]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10642 rebornstorage:storagecellfluid_5 RecipeStage{tier='five', recipe=1xitem.rebornstorage.storagecellfluid@2:[net.minecraft.item.crafting.Ingredient@6ec64857, net.minecraft.item.crafting.Ingredient@4fe04d44]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10643 rebornstorage:storagecellfluid_6 RecipeStage{tier='five', recipe=1xitem.rebornstorage.storagecellfluid@3:[net.minecraftforge.oredict.OreIngredient@63d3aae2, net.minecraft.item.crafting.Ingredient@3f0bc23f, net.minecraftforge.oredict.OreIngredient@63d3aae2, net.minecraft.item.crafting.Ingredient@3f0bc23f, net.minecraft.item.crafting.Ingredient@1500fc00, net.minecraft.item.crafting.Ingredient@3f0bc23f, net.minecraft.item.crafting.Ingredient@724c32f7, net.minecraft.item.crafting.Ingredient@724c32f7, net.minecraft.item.crafting.Ingredient@724c32f7]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10644 rebornstorage:storagecellfluid_7 RecipeStage{tier='five', recipe=1xitem.rebornstorage.storagecellfluid@3:[net.minecraft.item.crafting.Ingredient@a01ed82, net.minecraft.item.crafting.Ingredient@19c9adbf]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10650 betterwithmods:armor_dye betterwithmods.common.registry.crafting.RecipeArmorDye@3171fc94 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10653 galacticraftcore:oxygen_tank_heavy_full_1 RecipeStage{tier='five', recipe=1xitem.oxygen_tank_heavy_full@0:[net.minecraft.item.crafting.Ingredient@6fdc5d9c, net.minecraft.item.crafting.Ingredient@45190eec]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10654 galacticraftcore:oxygen_tank_med_full_1 RecipeStage{tier='five', recipe=1xitem.oxygen_tank_med_full@0:[net.minecraft.item.crafting.Ingredient@29a865fb, net.minecraft.item.crafting.Ingredient@48a48b6e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10655 galacticraftcore:oxygen_tank_light_full_1 RecipeStage{tier='four', recipe=1xitem.oxygen_tank_light_full@0:[net.minecraft.item.crafting.Ingredient@1aa824f8, net.minecraft.item.crafting.Ingredient@2249a83c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10658 modularrouters:dropper_reset RecipeStage{tier='four', recipe=1xitem.module@0:[net.minecraft.item.crafting.Ingredient@609ed278]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10659 modularrouters:flinger_reset RecipeStage{tier='four', recipe=1xitem.module@1:[net.minecraft.item.crafting.Ingredient@11448d4d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10660 modularrouters:vacuum_reset RecipeStage{tier='four', recipe=1xitem.module@2:[net.minecraft.item.crafting.Ingredient@4e3801a4]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10661 modularrouters:placer_reset RecipeStage{tier='four', recipe=1xitem.module@3:[net.minecraft.item.crafting.Ingredient@916ec4]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10662 modularrouters:breaker_reset RecipeStage{tier='four', recipe=1xitem.module@4:[net.minecraft.item.crafting.Ingredient@1e6fd3cf]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10663 modularrouters:sender1_reset RecipeStage{tier='four', recipe=1xitem.module@5:[net.minecraft.item.crafting.Ingredient@757729dd]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10664 modularrouters:sender2_reset RecipeStage{tier='four', recipe=1xitem.module@6:[net.minecraft.item.crafting.Ingredient@23ae5ef5]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10665 modularrouters:sender3_reset RecipeStage{tier='four', recipe=1xitem.module@7:[net.minecraft.item.crafting.Ingredient@4d1efa8a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10666 modularrouters:puller_reset RecipeStage{tier='four', recipe=1xitem.module@8:[net.minecraft.item.crafting.Ingredient@27f5a63f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10667 modularrouters:puller2_reset RecipeStage{tier='four', recipe=1xitem.module@9:[net.minecraft.item.crafting.Ingredient@44a269da]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10668 modularrouters:extruder_reset RecipeStage{tier='four', recipe=1xitem.module@10:[net.minecraft.item.crafting.Ingredient@50b03d0c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10669 modularrouters:extruder2_reset RecipeStage{tier='four', recipe=1xitem.module@11:[net.minecraft.item.crafting.Ingredient@69061018]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10670 modularrouters:detector_reset RecipeStage{tier='four', recipe=1xitem.module@12:[net.minecraft.item.crafting.Ingredient@173fa321]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10672 modularrouters:fluid_reset RecipeStage{tier='four', recipe=1xitem.module@14:[net.minecraft.item.crafting.Ingredient@3e0abbc]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10673 modularrouters:void_reset RecipeStage{tier='four', recipe=1xitem.module@15:[net.minecraft.item.crafting.Ingredient@2069d49a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10674 modularrouters:activator_reset RecipeStage{tier='four', recipe=1xitem.module@16:[net.minecraft.item.crafting.Ingredient@2e2ee442]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10675 modularrouters:distributor_reset RecipeStage{tier='four', recipe=1xitem.module@17:[net.minecraft.item.crafting.Ingredient@2326bc1f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10679 cd4017be_lib:indlog/fluid_pipe_3 RecipeStage{tier='four', recipe=4xtile.indlog.fluid_pipe@3:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6a92b3ed, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6a92b3ed, net.minecraftforge.oredict.OreIngredient@40f8f158, net.minecraft.item.crafting.Ingredient@6a92b3ed, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6a92b3ed, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10680 cd4017be_lib:indlog/fluid_pipe_4 RecipeStage{tier='four', recipe=4xtile.indlog.fluid_pipe@4:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@d7f8040, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@d7f8040, net.minecraftforge.oredict.OreIngredient@728d57d9, net.minecraft.item.crafting.Ingredient@d7f8040, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@d7f8040, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10686 cd4017be_lib:indlog/item_pipe_3 RecipeStage{tier='four', recipe=4xtile.indlog.item_pipe@3:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@78ca9ddc, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@78ca9ddc, net.minecraftforge.oredict.OreIngredient@513dac94, net.minecraft.item.crafting.Ingredient@78ca9ddc, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@78ca9ddc, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10687 cd4017be_lib:indlog/item_pipe_4 RecipeStage{tier='four', recipe=4xtile.indlog.item_pipe@4:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7e35a573, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7e35a573, net.minecraftforge.oredict.OreIngredient@523de314, net.minecraft.item.crafting.Ingredient@7e35a573, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7e35a573, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10691 cd4017be_lib:indlog/auto_craft RecipeStage{tier='four', recipe=1xtile.indlog.auto_craft@0:[net.minecraftforge.oredict.OreIngredient@73b6b0dd, net.minecraftforge.oredict.OreIngredient@672767f, net.minecraftforge.oredict.OreIngredient@73b6b0dd, net.minecraftforge.oredict.OreIngredient@672767f, net.minecraft.item.crafting.Ingredient@5be437fb, net.minecraftforge.oredict.OreIngredient@672767f, net.minecraftforge.oredict.OreIngredient@73b6b0dd, net.minecraft.item.crafting.Ingredient@36daf75b, net.minecraftforge.oredict.OreIngredient@73b6b0dd]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10693 cd4017be_lib:indlog/trash RecipeStage{tier='four', recipe=1xtile.indlog.trash@0:[net.minecraftforge.oredict.OreIngredient@24e78c71, net.minecraftforge.oredict.OreIngredient@24e78c71, net.minecraftforge.oredict.OreIngredient@24e78c71, net.minecraft.item.crafting.Ingredient@77c2d0ee, net.minecraft.item.crafting.Ingredient@173e6cf7, net.minecraft.item.crafting.Ingredient@53783770, net.minecraftforge.oredict.OreIngredient@24e78c71, net.minecraftforge.oredict.OreIngredient@24e78c71, net.minecraftforge.oredict.OreIngredient@24e78c71]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10694 cd4017be_lib:indlog/fluid_intake RecipeStage{tier='four', recipe=1xtile.indlog.fluid_intake@0:[net.minecraftforge.oredict.OreIngredient@1923b6d8, net.minecraft.item.crafting.Ingredient@568d2de4, net.minecraftforge.oredict.OreIngredient@1923b6d8, net.minecraftforge.oredict.OreIngredient@1923b6d8, net.minecraft.item.crafting.Ingredient@4d1ba777, net.minecraftforge.oredict.OreIngredient@1923b6d8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@79bddbc5, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10695 cd4017be_lib:indlog/fluid_outlet RecipeStage{tier='four', recipe=1xtile.indlog.fluid_outlet@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@593fb375, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@42f1c700, net.minecraft.item.crafting.Ingredient@45b57a48, net.minecraftforge.oredict.OreIngredient@42f1c700, net.minecraftforge.oredict.OreIngredient@42f1c700, net.minecraft.item.crafting.Ingredient@5241f036, net.minecraftforge.oredict.OreIngredient@42f1c700]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10696 cd4017be_lib:indlog/drop_interface RecipeStage{tier='four', recipe=1xtile.indlog.drop_interface@0:[net.minecraftforge.oredict.OreIngredient@48272444, net.minecraftforge.oredict.OreIngredient@48272444, net.minecraftforge.oredict.OreIngredient@48272444, net.minecraft.item.crafting.Ingredient@26ae6032, net.minecraft.item.crafting.Ingredient@22edb89, net.minecraft.item.crafting.Ingredient@42e0db57, net.minecraftforge.oredict.OreIngredient@48272444, net.minecraftforge.oredict.OreIngredient@48272444, net.minecraftforge.oredict.OreIngredient@48272444]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10697 cd4017be_lib:indlog/entity_interface RecipeStage{tier='four', recipe=1xtile.indlog.entity_interface@0:[net.minecraftforge.oredict.OreIngredient@66ee9beb, net.minecraft.item.crafting.Ingredient@1268f62c, net.minecraftforge.oredict.OreIngredient@66ee9beb, net.minecraftforge.oredict.OreIngredient@66ee9beb, net.minecraft.item.crafting.Ingredient@5696ad55, net.minecraftforge.oredict.OreIngredient@66ee9beb]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10698 cd4017be_lib:indlog/block_placer RecipeStage{tier='four', recipe=1xtile.indlog.block_placer@0:[net.minecraftforge.oredict.OreIngredient@5126d11e, net.minecraft.item.crafting.Ingredient@4aa9480, net.minecraftforge.oredict.OreIngredient@5126d11e, net.minecraft.item.crafting.Ingredient@67356d45, net.minecraft.item.crafting.Ingredient@d00a56e, net.minecraft.item.crafting.Ingredient@67356d45, net.minecraftforge.oredict.OreIngredient@5126d11e, net.minecraft.item.crafting.Ingredient@4aa9480, net.minecraftforge.oredict.OreIngredient@5126d11e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10699 cd4017be_lib:indlog/portable_craft RecipeStage{tier='four', recipe=1xitem.indlog.portable_craft@0:[net.minecraft.item.crafting.Ingredient@3a97bcbc, net.minecraft.item.crafting.Ingredient@7e274195, net.minecraft.item.crafting.Ingredient@7604a1ee, net.minecraftforge.oredict.OreIngredient@5d926b03, net.minecraftforge.oredict.OreIngredient@5a675e51, net.minecraftforge.oredict.OreIngredient@5d926b03]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10701 cd4017be_lib:indlog/fluid_filter RecipeStage{tier='four', recipe=1xitem.indlog.fluid_filter@0:[net.minecraft.item.crafting.Ingredient@13ce0aec, net.minecraft.item.crafting.Ingredient@12090c40, net.minecraft.item.crafting.Ingredient@39b596a6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10702 cd4017be_lib:indlog/item_filter RecipeStage{tier='four', recipe=1xitem.indlog.item_filter@0:[net.minecraft.item.crafting.Ingredient@7b1b1559, net.minecraft.item.crafting.Ingredient@21aa6d76, net.minecraft.item.crafting.Ingredient@343fcf43]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10703 cd4017be_lib:indlog/amount_filter RecipeStage{tier='four', recipe=1xitem.indlog.amount_filter@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@20e987a3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@751312, net.minecraft.item.crafting.Ingredient@72c60fb7, net.minecraft.item.crafting.Ingredient@38c9937b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10704 cd4017be_lib:indlog/property_filter RecipeStage{tier='four', recipe=1xitem.indlog.property_filter@0:[net.minecraft.item.crafting.Ingredient@4a55f03a, net.minecraft.item.crafting.Ingredient@3e73f040, net.minecraft.item.crafting.Ingredient@52cbacb2]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10705 cd4017be_lib:indlog/name_filter RecipeStage{tier='four', recipe=1xitem.indlog.name_filter@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@44402118, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@585015f7, net.minecraft.item.crafting.Ingredient@79801f4d, net.minecraft.item.crafting.Ingredient@76a182f3]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10706 cd4017be_lib:indlog/fluid_filter_b RecipeStage{tier='four', recipe=2xitem.indlog.fluid_filter@0:[net.minecraft.item.crafting.Ingredient@6564657c, net.minecraft.item.crafting.Ingredient@6564657c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10707 cd4017be_lib:indlog/item_filter_b RecipeStage{tier='four', recipe=2xitem.indlog.item_filter@0:[net.minecraft.item.crafting.Ingredient@7dbb7680, net.minecraft.item.crafting.Ingredient@7dbb7680]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10708 cd4017be_lib:indlog/amount_filter_b RecipeStage{tier='four', recipe=2xitem.indlog.amount_filter@0:[net.minecraft.item.crafting.Ingredient@626ab88c, net.minecraft.item.crafting.Ingredient@626ab88c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10709 cd4017be_lib:indlog/property_filter_b RecipeStage{tier='four', recipe=2xitem.indlog.property_filter@0:[net.minecraft.item.crafting.Ingredient@35eec42d, net.minecraft.item.crafting.Ingredient@35eec42d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10710 cd4017be_lib:indlog/name_filter_b RecipeStage{tier='four', recipe=2xitem.indlog.name_filter@0:[net.minecraft.item.crafting.Ingredient@2c7548a4, net.minecraft.item.crafting.Ingredient@2c7548a4]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10711 cd4017be_lib:indlog/fluid_filter_c RecipeStage{tier='four', recipe=1xitem.indlog.fluid_filter@0:[net.minecraft.item.crafting.Ingredient@416d3373]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10712 cd4017be_lib:indlog/item_filter_c RecipeStage{tier='four', recipe=1xitem.indlog.item_filter@0:[net.minecraft.item.crafting.Ingredient@3d21b1b8]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10713 cd4017be_lib:indlog/amount_filter_c RecipeStage{tier='four', recipe=1xitem.indlog.amount_filter@0:[net.minecraft.item.crafting.Ingredient@1d1329f3]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10714 cd4017be_lib:indlog/property_filter_c RecipeStage{tier='four', recipe=1xitem.indlog.property_filter@0:[net.minecraft.item.crafting.Ingredient@296cdd6e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10715 cd4017be_lib:indlog/name_filter_c RecipeStage{tier='four', recipe=1xitem.indlog.name_filter@0:[net.minecraft.item.crafting.Ingredient@73b3801c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10764 advgenerators:recipe1 RecipeStage{tier='four', recipe=16xitem.advgenerators.iron_tubing@0:[net.minecraft.item.crafting.Ingredient@19a7c83a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7969da78, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@19a7c83a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10765 advgenerators:recipe2 RecipeStage{tier='four', recipe=16xitem.advgenerators.iron_wiring@0:[net.minecraft.item.crafting.Ingredient@4eacb01d, net.minecraft.item.crafting.Ingredient@696d47ea, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@696d47ea, net.minecraftforge.oredict.OreIngredient@5e60eaa5, net.minecraft.item.crafting.Ingredient@696d47ea, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@696d47ea, net.minecraft.item.crafting.Ingredient@4eacb01d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10766 advgenerators:recipe3 RecipeStage{tier='four', recipe=32xitem.advgenerators.upgrade_kit@0:[net.minecraft.item.crafting.Ingredient@6a2ef98, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6a2ef98, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5f3aab1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5f3aab1, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10767 advgenerators:recipe4 RecipeStage{tier='four', recipe=1xitem.advgenerators.pressure_valve@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5d48c654, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4c872c4a, net.minecraft.item.crafting.Ingredient@4c872c4a, net.minecraft.item.crafting.Ingredient@4c872c4a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5d48c654, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10768 advgenerators:recipe5 RecipeStage{tier='four', recipe=2xitem.advgenerators.iron_frame@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@726b52ab, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@726b52ab, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@726b52ab, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@726b52ab, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10769 advgenerators:recipe6 RecipeStage{tier='four', recipe=1xitem.advgenerators.power_io@0:[net.minecraft.item.crafting.Ingredient@59fdbbc3, net.minecraft.item.crafting.Ingredient@43ce585a, net.minecraft.item.crafting.Ingredient@59fdbbc3, net.minecraft.item.crafting.Ingredient@59fdbbc3, net.minecraft.item.crafting.Ingredient@59066a34, net.minecraft.item.crafting.Ingredient@59fdbbc3, net.minecraft.item.crafting.Ingredient@59fdbbc3, net.minecraft.item.crafting.Ingredient@43ce585a, net.minecraft.item.crafting.Ingredient@59fdbbc3]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10770 advgenerators:recipe7 RecipeStage{tier='four', recipe=1xitem.advgenerators.controller@0:[net.minecraft.item.crafting.Ingredient@ac0e2a6, net.minecraft.item.crafting.Ingredient@3bfd672c, net.minecraft.item.crafting.Ingredient@ac0e2a6, net.minecraft.item.crafting.Ingredient@3bfd672c, net.minecraft.item.crafting.Ingredient@5140fdad, net.minecraft.item.crafting.Ingredient@3bfd672c, net.minecraft.item.crafting.Ingredient@ac0e2a6, net.minecraft.item.crafting.Ingredient@3bfd672c, net.minecraft.item.crafting.Ingredient@ac0e2a6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10771 advgenerators:recipe8 RecipeStage{tier='four', recipe=1xtile.advgenerators.fluid_input@0:[net.minecraft.item.crafting.Ingredient@59e290ef, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@59e290ef, net.minecraft.item.crafting.Ingredient@9f658f8, net.minecraft.item.crafting.Ingredient@59e290ef, net.minecraft.item.crafting.Ingredient@9f658f8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5f8d71fe, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10772 advgenerators:recipe9 RecipeStage{tier='four', recipe=1xtile.advgenerators.fluid_output_select@0:[net.minecraft.item.crafting.Ingredient@12f74392, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@12f74392, net.minecraft.item.crafting.Ingredient@29fdf8ac, net.minecraft.item.crafting.Ingredient@1dcb6eec, net.minecraft.item.crafting.Ingredient@29fdf8ac, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1dcb6eec, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10773 advgenerators:recipe10 RecipeStage{tier='four', recipe=1xtile.advgenerators.fuel_tank@0:[net.minecraft.item.crafting.Ingredient@145d834c, net.minecraft.item.crafting.Ingredient@522331f3, net.minecraft.item.crafting.Ingredient@145d834c, net.minecraft.item.crafting.Ingredient@522331f3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@522331f3, net.minecraft.item.crafting.Ingredient@145d834c, net.minecraft.item.crafting.Ingredient@14599955, net.minecraft.item.crafting.Ingredient@145d834c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10774 advgenerators:recipe11 RecipeStage{tier='four', recipe=1xtile.advgenerators.item_output@0:[net.minecraft.item.crafting.Ingredient@25d5920e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@25d5920e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6eb293ee, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@25d5920e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@25d5920e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10775 advgenerators:recipe12 RecipeStage{tier='four', recipe=1xtile.advgenerators.item_input@0:[net.minecraft.item.crafting.Ingredient@3af7f542, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3af7f542, net.minecraft.item.crafting.Ingredient@333b55f0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@333b55f0, net.minecraft.item.crafting.Ingredient@3af7f542, net.minecraft.item.crafting.Ingredient@333b55f0, net.minecraft.item.crafting.Ingredient@3af7f542]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10776 advgenerators:recipe13 RecipeStage{tier='four', recipe=1xtile.advgenerators.sensor@0:[net.minecraft.item.crafting.Ingredient@3608c327, net.minecraft.item.crafting.Ingredient@33d07d41, net.minecraft.item.crafting.Ingredient@3608c327, net.minecraft.item.crafting.Ingredient@33d07d41, net.minecraft.item.crafting.Ingredient@5a2d2a1e, net.minecraft.item.crafting.Ingredient@33d07d41, net.minecraft.item.crafting.Ingredient@3608c327, net.minecraft.item.crafting.Ingredient@33d07d41, net.minecraft.item.crafting.Ingredient@3608c327]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10777 advgenerators:recipe14 RecipeStage{tier='four', recipe=1xtile.advgenerators.control@0:[net.minecraft.item.crafting.Ingredient@7e188b0, net.minecraft.item.crafting.Ingredient@37ebc778, net.minecraft.item.crafting.Ingredient@7e188b0, net.minecraft.item.crafting.Ingredient@4256641, net.minecraft.item.crafting.Ingredient@4256641, net.minecraft.item.crafting.Ingredient@4256641, net.minecraft.item.crafting.Ingredient@7e188b0, net.minecraft.item.crafting.Ingredient@37ebc778, net.minecraft.item.crafting.Ingredient@7e188b0]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10778 advgenerators:recipe15 RecipeStage{tier='four', recipe=1xtile.advgenerators.forge_output@0:[net.minecraft.item.crafting.Ingredient@4b57fc73, net.minecraft.item.crafting.Ingredient@12a36467, net.minecraft.item.crafting.Ingredient@4b57fc73, net.minecraft.item.crafting.Ingredient@7b1aac7b, net.minecraft.item.crafting.Ingredient@3d1b0f1c, net.minecraft.item.crafting.Ingredient@7b1aac7b, net.minecraft.item.crafting.Ingredient@4b57fc73, net.minecraft.item.crafting.Ingredient@6500fddc, net.minecraft.item.crafting.Ingredient@4b57fc73]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10779 advgenerators:recipe16 RecipeStage{tier='four', recipe=1xtile.advgenerators.rf_output@0:[net.minecraft.item.crafting.Ingredient@60e6e395, net.minecraft.item.crafting.Ingredient@45544aa0, net.minecraft.item.crafting.Ingredient@60e6e395, net.minecraft.item.crafting.Ingredient@27d8bd9a, net.minecraft.item.crafting.Ingredient@3114921d, net.minecraft.item.crafting.Ingredient@27d8bd9a, net.minecraft.item.crafting.Ingredient@60e6e395, net.minecraft.item.crafting.Ingredient@230aa24, net.minecraft.item.crafting.Ingredient@60e6e395]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10780 advgenerators:recipe17 RecipeStage{tier='four', recipe=1xtile.advgenerators.gas_input@0:[net.minecraftforge.oredict.OreIngredient@12914ae4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@12914ae4, net.minecraft.item.crafting.Ingredient@15f7b318, net.minecraft.item.crafting.Ingredient@425a1078, net.minecraft.item.crafting.Ingredient@15f7b318, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@40fb97ec, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10781 advgenerators:recipe18 RecipeStage{tier='four', recipe=1xtile.advgenerators.turbine_controller@0:[net.minecraft.item.crafting.Ingredient@70622412, net.minecraft.item.crafting.Ingredient@62a923b6, net.minecraft.item.crafting.Ingredient@70622412, net.minecraft.item.crafting.Ingredient@7e719cf8, net.minecraft.item.crafting.Ingredient@fbee690, net.minecraft.item.crafting.Ingredient@7e719cf8, net.minecraft.item.crafting.Ingredient@70622412, net.minecraft.item.crafting.Ingredient@62a923b6, net.minecraft.item.crafting.Ingredient@70622412]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10782 advgenerators:recipe19 RecipeStage{tier='four', recipe=1xtile.advgenerators.steam_turbine_controller@0:[net.minecraft.item.crafting.Ingredient@45023b37, net.minecraft.item.crafting.Ingredient@37e6e933, net.minecraft.item.crafting.Ingredient@45023b37, net.minecraft.item.crafting.Ingredient@4f141339, net.minecraft.item.crafting.Ingredient@4f141339, net.minecraft.item.crafting.Ingredient@4f141339, net.minecraft.item.crafting.Ingredient@45023b37, net.minecraft.item.crafting.Ingredient@49819013, net.minecraft.item.crafting.Ingredient@45023b37]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10783 advgenerators:recipe20 RecipeStage{tier='four', recipe=1xtile.advgenerators.efficiency_upgrade_tier1@0:[net.minecraft.item.crafting.Ingredient@1da10c64, net.minecraft.item.crafting.Ingredient@5cee336f, net.minecraft.item.crafting.Ingredient@1da10c64, net.minecraft.item.crafting.Ingredient@72434932, net.minecraft.item.crafting.Ingredient@37875e61, net.minecraft.item.crafting.Ingredient@49b9d6ba, net.minecraft.item.crafting.Ingredient@1da10c64, net.minecraft.item.crafting.Ingredient@5cee336f, net.minecraft.item.crafting.Ingredient@1da10c64]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10784 advgenerators:recipe21 RecipeStage{tier='four', recipe=1xtile.advgenerators.efficiency_upgrade_tier2@0:[net.minecraft.item.crafting.Ingredient@2c223a7a, net.minecraft.item.crafting.Ingredient@17a01da, net.minecraft.item.crafting.Ingredient@2c223a7a, net.minecraft.item.crafting.Ingredient@6710b49, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6710b49, net.minecraft.item.crafting.Ingredient@2c223a7a, net.minecraft.item.crafting.Ingredient@7f309fcd, net.minecraft.item.crafting.Ingredient@2c223a7a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10785 advgenerators:recipe22 RecipeStage{tier='four', recipe=1xitem.advgenerators.advanced_pressure_valve@0:[net.minecraft.item.crafting.Ingredient@5d9d216e, net.minecraftforge.oredict.OreIngredient@3cd8827, net.minecraft.item.crafting.Ingredient@5d9d216e, net.minecraftforge.oredict.OreIngredient@3cd8827, net.minecraft.item.crafting.Ingredient@1a1f5239, net.minecraftforge.oredict.OreIngredient@3cd8827, net.minecraft.item.crafting.Ingredient@5d9d216e, net.minecraftforge.oredict.OreIngredient@3cd8827, net.minecraft.item.crafting.Ingredient@5d9d216e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10786 advgenerators:recipe23 RecipeStage{tier='four', recipe=1xtile.advgenerators.exchanger_controller@0:[net.minecraft.item.crafting.Ingredient@499b3db7, net.minecraft.item.crafting.Ingredient@11f606de, net.minecraft.item.crafting.Ingredient@499b3db7, net.minecraft.item.crafting.Ingredient@18b8e37c, net.minecraft.item.crafting.Ingredient@6cbf3873, net.minecraft.item.crafting.Ingredient@18b8e37c, net.minecraft.item.crafting.Ingredient@499b3db7, net.minecraft.item.crafting.Ingredient@18b8e37c, net.minecraft.item.crafting.Ingredient@499b3db7]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10787 advgenerators:recipe24 RecipeStage{tier='four', recipe=1xtile.advgenerators.heat_exchanger@0:[net.minecraft.item.crafting.Ingredient@5d38ff65, net.minecraft.item.crafting.Ingredient@2c444bd, net.minecraft.item.crafting.Ingredient@5d38ff65, net.minecraft.item.crafting.Ingredient@2c444bd, net.minecraft.item.crafting.Ingredient@2c444bd, net.minecraft.item.crafting.Ingredient@2c444bd, net.minecraft.item.crafting.Ingredient@5d38ff65, net.minecraft.item.crafting.Ingredient@2c444bd, net.minecraft.item.crafting.Ingredient@5d38ff65]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10788 advgenerators:recipe25 RecipeStage{tier='four', recipe=1xtile.advgenerators.syngas_controller@0:[net.minecraft.item.crafting.Ingredient@575e3471, net.minecraft.item.crafting.Ingredient@ba739b4, net.minecraft.item.crafting.Ingredient@575e3471, net.minecraft.item.crafting.Ingredient@58f8299e, net.minecraft.item.crafting.Ingredient@474bf60e, net.minecraft.item.crafting.Ingredient@58f8299e, net.minecraft.item.crafting.Ingredient@575e3471, net.minecraft.item.crafting.Ingredient@7ea3634c, net.minecraft.item.crafting.Ingredient@575e3471]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10789 advgenerators:recipe26 RecipeStage{tier='four', recipe=1xtile.advgenerators.mixing_chamber@0:[net.minecraft.item.crafting.Ingredient@5418fbb2, net.minecraft.item.crafting.Ingredient@4d358c76, net.minecraft.item.crafting.Ingredient@5418fbb2, net.minecraft.item.crafting.Ingredient@28693f9f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@28693f9f, net.minecraft.item.crafting.Ingredient@5418fbb2, net.minecraft.item.crafting.Ingredient@4d358c76, net.minecraft.item.crafting.Ingredient@5418fbb2]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10790 advgenerators:recipe27 RecipeStage{tier='four', recipe=1xtile.advgenerators.heating_chamber@0:[net.minecraft.item.crafting.Ingredient@2b29a2c6, net.minecraft.item.crafting.Ingredient@4a9ecde9, net.minecraft.item.crafting.Ingredient@2b29a2c6, net.minecraft.item.crafting.Ingredient@2bea86e2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2bea86e2, net.minecraft.item.crafting.Ingredient@2b29a2c6, net.minecraft.item.crafting.Ingredient@2bea86e2, net.minecraft.item.crafting.Ingredient@2b29a2c6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10791 advgenerators:recipe28 RecipeStage{tier='four', recipe=4xitem.advgenerators.turbine_blade_iron@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@50b32296, net.minecraftforge.oredict.OreIngredient@50b32296, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@50b32296, net.minecraftforge.oredict.OreIngredient@50b32296, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@50b32296]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10792 advgenerators:recipe29 RecipeStage{tier='four', recipe=1xitem.advgenerators.turbine_rotor_iron@0:[net.minecraft.item.crafting.Ingredient@676ba78c, net.minecraft.item.crafting.Ingredient@676ba78c, net.minecraft.item.crafting.Ingredient@676ba78c, net.minecraft.item.crafting.Ingredient@676ba78c, net.minecraftforge.oredict.OreIngredient@4aab2b2e, net.minecraft.item.crafting.Ingredient@676ba78c, net.minecraft.item.crafting.Ingredient@676ba78c, net.minecraft.item.crafting.Ingredient@676ba78c, net.minecraft.item.crafting.Ingredient@676ba78c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10793 advgenerators:recipe30 RecipeStage{tier='four', recipe=1xtile.advgenerators.turbine_iron@0:[net.minecraft.item.crafting.Ingredient@5bd2367, net.minecraft.item.crafting.Ingredient@3f50a39b, net.minecraft.item.crafting.Ingredient@5bd2367, net.minecraft.item.crafting.Ingredient@2cb10d04, net.minecraft.item.crafting.Ingredient@7641902, net.minecraft.item.crafting.Ingredient@2cb10d04, net.minecraft.item.crafting.Ingredient@5bd2367, net.minecraft.item.crafting.Ingredient@3f50a39b, net.minecraft.item.crafting.Ingredient@5bd2367]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10794 advgenerators:recipe31 RecipeStage{tier='four', recipe=1xitem.advgenerators.turbine_rotor_gold@0:[net.minecraft.item.crafting.Ingredient@51af15af, net.minecraftforge.oredict.OreIngredient@12816bb5]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10795 advgenerators:recipe32 RecipeStage{tier='four', recipe=1xitem.advgenerators.turbine_rotor_iron@0:[net.minecraft.item.crafting.Ingredient@1a18ad3c, net.minecraft.item.crafting.Ingredient@3333d1bd]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10796 advgenerators:recipe33 RecipeStage{tier='four', recipe=1xtile.advgenerators.turbine_gold@0:[net.minecraft.item.crafting.Ingredient@1a1f6a46, net.minecraft.item.crafting.Ingredient@45314574, net.minecraft.item.crafting.Ingredient@1a1f6a46, net.minecraft.item.crafting.Ingredient@68a2da56, net.minecraft.item.crafting.Ingredient@748dc45f, net.minecraft.item.crafting.Ingredient@68a2da56, net.minecraft.item.crafting.Ingredient@1a1f6a46, net.minecraft.item.crafting.Ingredient@45314574, net.minecraft.item.crafting.Ingredient@1a1f6a46]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10797 advgenerators:recipe34 RecipeStage{tier='four', recipe=1xitem.advgenerators.turbine_kit_gold@0:[net.minecraft.item.crafting.Ingredient@5af420f7, net.minecraft.item.crafting.Ingredient@247a3195]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10798 advgenerators:recipe35 RecipeStage{tier='four', recipe=4xitem.advgenerators.turbine_blade_manyullyn@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@259ba33f, net.minecraftforge.oredict.OreIngredient@259ba33f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@259ba33f, net.minecraftforge.oredict.OreIngredient@259ba33f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@259ba33f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10799 advgenerators:recipe36 RecipeStage{tier='four', recipe=1xitem.advgenerators.turbine_rotor_manyullyn@0:[net.minecraft.item.crafting.Ingredient@2b10b83d, net.minecraft.item.crafting.Ingredient@2b10b83d, net.minecraft.item.crafting.Ingredient@2b10b83d, net.minecraft.item.crafting.Ingredient@2b10b83d, net.minecraftforge.oredict.OreIngredient@68afbf58, net.minecraft.item.crafting.Ingredient@2b10b83d, net.minecraft.item.crafting.Ingredient@2b10b83d, net.minecraft.item.crafting.Ingredient@2b10b83d, net.minecraft.item.crafting.Ingredient@2b10b83d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10800 advgenerators:recipe37 RecipeStage{tier='four', recipe=1xtile.advgenerators.turbine_manyullyn@0:[net.minecraft.item.crafting.Ingredient@50e1d904, net.minecraft.item.crafting.Ingredient@7e9e5275, net.minecraft.item.crafting.Ingredient@50e1d904, net.minecraft.item.crafting.Ingredient@6b5e6781, net.minecraft.item.crafting.Ingredient@50e9d5f0, net.minecraft.item.crafting.Ingredient@6b5e6781, net.minecraft.item.crafting.Ingredient@50e1d904, net.minecraft.item.crafting.Ingredient@7e9e5275, net.minecraft.item.crafting.Ingredient@50e1d904]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10801 advgenerators:recipe38 RecipeStage{tier='four', recipe=1xitem.advgenerators.turbine_kit_manyullyn@0:[net.minecraft.item.crafting.Ingredient@29ff94c, net.minecraft.item.crafting.Ingredient@1a65f4f1]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10802 advgenerators:recipe39 RecipeStage{tier='four', recipe=1xtile.advgenerators.power_capacitor_redstone@0:[net.minecraft.item.crafting.Ingredient@32fae0ed, net.minecraft.item.crafting.Ingredient@590c4f9e, net.minecraft.item.crafting.Ingredient@32fae0ed, net.minecraft.item.crafting.Ingredient@590c4f9e, net.minecraft.item.crafting.Ingredient@f178432, net.minecraft.item.crafting.Ingredient@590c4f9e, net.minecraft.item.crafting.Ingredient@32fae0ed, net.minecraft.item.crafting.Ingredient@590c4f9e, net.minecraft.item.crafting.Ingredient@32fae0ed]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10803 advgenerators:recipe40 RecipeStage{tier='four', recipe=1xtile.advgenerators.power_capacitor_advanced@0:[net.minecraft.item.crafting.Ingredient@71bd3a2, net.minecraft.item.crafting.Ingredient@3c501c60, net.minecraft.item.crafting.Ingredient@71bd3a2, net.minecraft.item.crafting.Ingredient@3c501c60, net.minecraft.item.crafting.Ingredient@fd539cc, net.minecraft.item.crafting.Ingredient@3c501c60, net.minecraft.item.crafting.Ingredient@71bd3a2, net.minecraft.item.crafting.Ingredient@3c501c60, net.minecraft.item.crafting.Ingredient@71bd3a2]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10804 advgenerators:recipe41 RecipeStage{tier='four', recipe=1xitem.advgenerators.capacitor_kit_advanced@0:[net.minecraft.item.crafting.Ingredient@29a2364d, net.minecraft.item.crafting.Ingredient@15ad8c05, net.minecraft.item.crafting.Ingredient@29a2364d, net.minecraft.item.crafting.Ingredient@15ad8c05, net.minecraft.item.crafting.Ingredient@3390cc25, net.minecraft.item.crafting.Ingredient@15ad8c05, net.minecraft.item.crafting.Ingredient@29a2364d, net.minecraft.item.crafting.Ingredient@15ad8c05, net.minecraft.item.crafting.Ingredient@29a2364d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10805 advgenerators:recipe42 RecipeStage{tier='four', recipe=1xtile.advgenerators.power_capacitor_dense@0:[net.minecraft.item.crafting.Ingredient@10b76091, net.minecraft.item.crafting.Ingredient@69030b26, net.minecraft.item.crafting.Ingredient@10b76091, net.minecraft.item.crafting.Ingredient@69030b26, net.minecraft.item.crafting.Ingredient@5c4713c7, net.minecraft.item.crafting.Ingredient@69030b26, net.minecraft.item.crafting.Ingredient@10b76091, net.minecraft.item.crafting.Ingredient@69030b26, net.minecraft.item.crafting.Ingredient@10b76091]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10806 advgenerators:recipe43 RecipeStage{tier='four', recipe=1xitem.advgenerators.capacitor_kit_dense@0:[net.minecraft.item.crafting.Ingredient@26cdb23e, net.minecraft.item.crafting.Ingredient@57e6d7fa, net.minecraft.item.crafting.Ingredient@26cdb23e, net.minecraft.item.crafting.Ingredient@57e6d7fa, net.minecraft.item.crafting.Ingredient@33db2fea, net.minecraft.item.crafting.Ingredient@57e6d7fa, net.minecraft.item.crafting.Ingredient@26cdb23e, net.minecraft.item.crafting.Ingredient@57e6d7fa, net.minecraft.item.crafting.Ingredient@26cdb23e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10807 immersivepetroleum:projector flaxbeard.immersivepetroleum.common.SchematicCraftingHandler@64bbefaa +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10808 mysticalagradditions:special RecipeStage{tier='five', recipe=1xtile.ma.special@0:[net.minecraft.item.crafting.Ingredient@1910f6a0, net.minecraft.item.crafting.Ingredient@55362265, net.minecraft.item.crafting.Ingredient@1910f6a0, net.minecraft.item.crafting.Ingredient@1b0c4721, net.minecraftforge.oredict.OreIngredient@3ebf429e, net.minecraft.item.crafting.Ingredient@1b0c4721, net.minecraft.item.crafting.Ingredient@1910f6a0, net.minecraft.item.crafting.Ingredient@55362265, net.minecraft.item.crafting.Ingredient@1910f6a0]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10809 mysticalagradditions:special_1 RecipeStage{tier='five', recipe=1xtile.ma.special@1:[net.minecraft.item.crafting.Ingredient@61f628df, net.minecraft.item.crafting.Ingredient@25192dcd, net.minecraft.item.crafting.Ingredient@61f628df, net.minecraft.item.crafting.Ingredient@25192dcd, net.minecraftforge.oredict.OreIngredient@5cd54300, net.minecraft.item.crafting.Ingredient@25192dcd, net.minecraft.item.crafting.Ingredient@61f628df, net.minecraft.item.crafting.Ingredient@25192dcd, net.minecraft.item.crafting.Ingredient@61f628df]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10810 mysticalagradditions:insanium RecipeStage{tier='five', recipe=1xitem.ma.insanium@2:[net.minecraft.item.crafting.Ingredient@31878c18, net.minecraft.item.crafting.Ingredient@5d9ca8a0, net.minecraft.item.crafting.Ingredient@2ba73d50]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10811 mysticalagradditions:nether_star_seeds RecipeStage{tier='five', recipe=1xitem.ma.nether_star_seeds@0:[net.minecraft.item.crafting.Ingredient@524bc529, net.minecraft.item.crafting.Ingredient@78f543d0, net.minecraft.item.crafting.Ingredient@524bc529, net.minecraft.item.crafting.Ingredient@78f543d0, net.minecraft.item.crafting.Ingredient@40143dc6, net.minecraft.item.crafting.Ingredient@78f543d0, net.minecraft.item.crafting.Ingredient@524bc529, net.minecraft.item.crafting.Ingredient@78f543d0, net.minecraft.item.crafting.Ingredient@524bc529]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10812 mysticalagradditions:dragon_egg_seeds RecipeStage{tier='five', recipe=1xitem.ma.dragon_egg_seeds@0:[net.minecraft.item.crafting.Ingredient@6723884b, net.minecraft.item.crafting.Ingredient@a568c07, net.minecraft.item.crafting.Ingredient@6723884b, net.minecraft.item.crafting.Ingredient@a568c07, net.minecraft.item.crafting.Ingredient@6b4d6a86, net.minecraft.item.crafting.Ingredient@a568c07, net.minecraft.item.crafting.Ingredient@6723884b, net.minecraft.item.crafting.Ingredient@a568c07, net.minecraft.item.crafting.Ingredient@6723884b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10813 mysticalagradditions:stuff RecipeStage{tier='five', recipe=1xitem.ma.stuff@0:[net.minecraft.item.crafting.Ingredient@7c197e20, net.minecraft.item.crafting.Ingredient@7c197e20, net.minecraft.item.crafting.Ingredient@7c197e20, net.minecraft.item.crafting.Ingredient@7c197e20, net.minecraft.item.crafting.Ingredient@7c197e20, net.minecraft.item.crafting.Ingredient@7c197e20, net.minecraft.item.crafting.Ingredient@7c197e20, net.minecraft.item.crafting.Ingredient@7c197e20, net.minecraft.item.crafting.Ingredient@7c197e20]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10814 mysticalagradditions:stuff_1 RecipeStage{tier='five', recipe=1xitem.ma.stuff@2:[net.minecraft.item.crafting.Ingredient@71a8c64, net.minecraft.item.crafting.Ingredient@71a8c64, net.minecraft.item.crafting.Ingredient@71a8c64, net.minecraft.item.crafting.Ingredient@71a8c64, net.minecraft.item.crafting.Ingredient@71a8c64, net.minecraft.item.crafting.Ingredient@71a8c64, net.minecraft.item.crafting.Ingredient@71a8c64, net.minecraft.item.crafting.Ingredient@71a8c64, net.minecraft.item.crafting.Ingredient@71a8c64]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10815 mysticalagradditions:charm RecipeStage{tier='five', recipe=1xitem.ma.charm@0:[net.minecraft.item.crafting.Ingredient@1d963ae5, net.minecraft.item.crafting.Ingredient@18176ae7, net.minecraft.item.crafting.Ingredient@56ca61b2, net.minecraft.item.crafting.Ingredient@18176ae7, net.minecraft.item.crafting.Ingredient@14bb9701, net.minecraft.item.crafting.Ingredient@18176ae7, net.minecraft.item.crafting.Ingredient@56ca61b2, net.minecraft.item.crafting.Ingredient@18176ae7, net.minecraft.item.crafting.Ingredient@1d963ae5]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10880 pickletweaks:grid_repair com.blakebr0.pickletweaks.feature.crafting.GridRepairRecipe@e217c79 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10882 primal:soul_glass RecipeStage{tier='three', recipe=1xtile.nex:soulGlass@0:[net.minecraft.item.crafting.Ingredient@7bfabc14]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10884 primal:polished_netherrack RecipeStage{tier='three', recipe=1xtile.polished_netherrack@0:[net.minecraft.item.crafting.Ingredient@5818de60]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10886 primal:soul_sandstone RecipeStage{tier='three', recipe=1xtile.soul_sandstone@0:[net.minecraft.item.crafting.Ingredient@37bb09a2]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10888 primal:drying_rack_1 net.minecraftforge.oredict.ShapedOreRecipe@1d439b95 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10889 primal:drying_rack_2 net.minecraftforge.oredict.ShapedOreRecipe@3759fd4c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10890 primal:drying_rack_3 net.minecraftforge.oredict.ShapedOreRecipe@88c5392 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10891 primal:drying_rack_4 net.minecraftforge.oredict.ShapedOreRecipe@6d6804fc +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10892 primal:drying_rack_5 net.minecraftforge.oredict.ShapedOreRecipe@57ac948b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10893 primal:drying_rack_6 net.minecraftforge.oredict.ShapedOreRecipe@62787260 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10894 primal:drying_rack_7 net.minecraftforge.oredict.ShapedOreRecipe@44973877 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10895 primal:drying_rack_8 net.minecraftforge.oredict.ShapedOreRecipe@65657884 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10896 primal:drying_rack_9 net.minecraftforge.oredict.ShapedOreRecipe@49e7c165 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10898 primal:fish_trap_1 net.minecraftforge.oredict.ShapedOreRecipe@1035e9c8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10899 primal:fish_trap_2 net.minecraftforge.oredict.ShapedOreRecipe@19214382 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10900 primal:fish_trap_3 net.minecraftforge.oredict.ShapedOreRecipe@360f79e9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10901 primal:fish_trap_4 net.minecraftforge.oredict.ShapedOreRecipe@62684f06 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10902 primal:fish_trap_5 net.minecraftforge.oredict.ShapedOreRecipe@6bb6257f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10903 primal:fish_trap_6 net.minecraftforge.oredict.ShapedOreRecipe@7da55060 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10904 primal:fish_trap_7 net.minecraftforge.oredict.ShapedOreRecipe@3b1bff0d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10905 primal:fish_trap_8 net.minecraftforge.oredict.ShapedOreRecipe@368608d6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10906 primal:fish_trap_9 net.minecraftforge.oredict.ShapedOreRecipe@14b39257 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10908 primal:shelf_half_1 net.minecraftforge.oredict.ShapedOreRecipe@21a4c25e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10909 primal:shelf_half_2 net.minecraftforge.oredict.ShapedOreRecipe@1e7d3e3a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10910 primal:shelf_half_3 net.minecraftforge.oredict.ShapedOreRecipe@5ee683fd +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10911 primal:shelf_half_4 net.minecraftforge.oredict.ShapedOreRecipe@7a552edb +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10912 primal:shelf_half_5 net.minecraftforge.oredict.ShapedOreRecipe@7195c688 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10913 primal:shelf_half_6 net.minecraftforge.oredict.ShapedOreRecipe@5d59c2e5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10914 primal:shelf_half_7 net.minecraftforge.oredict.ShapedOreRecipe@2bb3fa00 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10915 primal:shelf_half_8 net.minecraftforge.oredict.ShapedOreRecipe@7e313137 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10916 primal:shelf_half_9 net.minecraftforge.oredict.ShapedOreRecipe@502d9178 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10918 primal:worktable_slab_1 net.minecraftforge.oredict.ShapedOreRecipe@26376e12 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10919 primal:worktable_slab_2 net.minecraftforge.oredict.ShapedOreRecipe@28a2307a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10920 primal:worktable_slab_3 net.minecraftforge.oredict.ShapedOreRecipe@43f09343 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10921 primal:worktable_slab_4 net.minecraftforge.oredict.ShapedOreRecipe@20d4e886 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10922 primal:worktable_slab_5 net.minecraftforge.oredict.ShapedOreRecipe@6857d8a0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10923 primal:worktable_slab_6 net.minecraftforge.oredict.ShapedOreRecipe@17a500c5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10924 primal:worktable_slab_7 net.minecraftforge.oredict.ShapedOreRecipe@3f014f62 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10925 primal:worktable_slab_8 net.minecraftforge.oredict.ShapedOreRecipe@279106c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10926 primal:worktable_slab_9 net.minecraftforge.oredict.ShapedOreRecipe@767321c3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11068 primal:storage_crate_1 RecipeStage{tier='one', recipe=1xtile.primal.storage_crate@1:[net.minecraftforge.oredict.OreIngredient@36b87f54, net.minecraftforge.oredict.OreIngredient@467ef425, net.minecraftforge.oredict.OreIngredient@36b87f54, net.minecraftforge.oredict.OreIngredient@467ef425, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@467ef425, net.minecraftforge.oredict.OreIngredient@36b87f54, net.minecraftforge.oredict.OreIngredient@467ef425, net.minecraftforge.oredict.OreIngredient@36b87f54]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11069 primal:storage_crate_2 RecipeStage{tier='one', recipe=1xtile.primal.storage_crate@2:[net.minecraftforge.oredict.OreIngredient@1bcdda07, net.minecraftforge.oredict.OreIngredient@2a23dcba, net.minecraftforge.oredict.OreIngredient@1bcdda07, net.minecraftforge.oredict.OreIngredient@2a23dcba, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2a23dcba, net.minecraftforge.oredict.OreIngredient@1bcdda07, net.minecraftforge.oredict.OreIngredient@2a23dcba, net.minecraftforge.oredict.OreIngredient@1bcdda07]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11070 primal:storage_crate_3 RecipeStage{tier='one', recipe=1xtile.primal.storage_crate@3:[net.minecraftforge.oredict.OreIngredient@1aad743a, net.minecraftforge.oredict.OreIngredient@2e5fbb47, net.minecraftforge.oredict.OreIngredient@1aad743a, net.minecraftforge.oredict.OreIngredient@2e5fbb47, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2e5fbb47, net.minecraftforge.oredict.OreIngredient@1aad743a, net.minecraftforge.oredict.OreIngredient@2e5fbb47, net.minecraftforge.oredict.OreIngredient@1aad743a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11071 primal:storage_crate_4 RecipeStage{tier='one', recipe=1xtile.primal.storage_crate@4:[net.minecraftforge.oredict.OreIngredient@f2a8db, net.minecraftforge.oredict.OreIngredient@53a4b46b, net.minecraftforge.oredict.OreIngredient@f2a8db, net.minecraftforge.oredict.OreIngredient@53a4b46b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@53a4b46b, net.minecraftforge.oredict.OreIngredient@f2a8db, net.minecraftforge.oredict.OreIngredient@53a4b46b, net.minecraftforge.oredict.OreIngredient@f2a8db]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11072 primal:storage_crate_5 RecipeStage{tier='one', recipe=1xtile.primal.storage_crate@5:[net.minecraftforge.oredict.OreIngredient@44bcbaf6, net.minecraftforge.oredict.OreIngredient@324d5738, net.minecraftforge.oredict.OreIngredient@44bcbaf6, net.minecraftforge.oredict.OreIngredient@324d5738, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@324d5738, net.minecraftforge.oredict.OreIngredient@44bcbaf6, net.minecraftforge.oredict.OreIngredient@324d5738, net.minecraftforge.oredict.OreIngredient@44bcbaf6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11073 primal:storage_crate_6 RecipeStage{tier='one', recipe=1xtile.primal.storage_crate@6:[net.minecraftforge.oredict.OreIngredient@b551d6, net.minecraftforge.oredict.OreIngredient@5819397a, net.minecraftforge.oredict.OreIngredient@b551d6, net.minecraftforge.oredict.OreIngredient@5819397a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5819397a, net.minecraftforge.oredict.OreIngredient@b551d6, net.minecraftforge.oredict.OreIngredient@5819397a, net.minecraftforge.oredict.OreIngredient@b551d6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11074 primal:storage_crate_7 RecipeStage{tier='one', recipe=1xtile.primal.storage_crate@7:[net.minecraftforge.oredict.OreIngredient@aad8111, net.minecraftforge.oredict.OreIngredient@1beea9ff, net.minecraftforge.oredict.OreIngredient@aad8111, net.minecraftforge.oredict.OreIngredient@1beea9ff, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1beea9ff, net.minecraftforge.oredict.OreIngredient@aad8111, net.minecraftforge.oredict.OreIngredient@1beea9ff, net.minecraftforge.oredict.OreIngredient@aad8111]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11075 primal:storage_crate_8 RecipeStage{tier='one', recipe=1xtile.primal.storage_crate@8:[net.minecraftforge.oredict.OreIngredient@16d51f25, net.minecraftforge.oredict.OreIngredient@789ae098, net.minecraftforge.oredict.OreIngredient@16d51f25, net.minecraftforge.oredict.OreIngredient@789ae098, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@789ae098, net.minecraftforge.oredict.OreIngredient@16d51f25, net.minecraftforge.oredict.OreIngredient@789ae098, net.minecraftforge.oredict.OreIngredient@16d51f25]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11076 primal:storage_crate_9 RecipeStage{tier='one', recipe=1xtile.primal.storage_crate@9:[net.minecraftforge.oredict.OreIngredient@1d8a3abb, net.minecraftforge.oredict.OreIngredient@32bb9254, net.minecraftforge.oredict.OreIngredient@1d8a3abb, net.minecraftforge.oredict.OreIngredient@32bb9254, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@32bb9254, net.minecraftforge.oredict.OreIngredient@1d8a3abb, net.minecraftforge.oredict.OreIngredient@32bb9254, net.minecraftforge.oredict.OreIngredient@1d8a3abb]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11078 primal:barrel_1 RecipeStage{tier='zero', recipe=2xtile.primal.barrel@1:[net.minecraftforge.oredict.OreIngredient@44900de2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@44900de2, net.minecraftforge.oredict.OreIngredient@44900de2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@44900de2, net.minecraftforge.oredict.OreIngredient@44900de2, net.minecraftforge.oredict.OreIngredient@44900de2, net.minecraftforge.oredict.OreIngredient@44900de2]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11079 primal:barrel_2 RecipeStage{tier='zero', recipe=2xtile.primal.barrel@2:[net.minecraftforge.oredict.OreIngredient@654d814e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@654d814e, net.minecraftforge.oredict.OreIngredient@654d814e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@654d814e, net.minecraftforge.oredict.OreIngredient@654d814e, net.minecraftforge.oredict.OreIngredient@654d814e, net.minecraftforge.oredict.OreIngredient@654d814e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11080 primal:barrel_3 RecipeStage{tier='zero', recipe=2xtile.primal.barrel@3:[net.minecraftforge.oredict.OreIngredient@346d8650, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@346d8650, net.minecraftforge.oredict.OreIngredient@346d8650, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@346d8650, net.minecraftforge.oredict.OreIngredient@346d8650, net.minecraftforge.oredict.OreIngredient@346d8650, net.minecraftforge.oredict.OreIngredient@346d8650]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11081 primal:barrel_4 RecipeStage{tier='zero', recipe=2xtile.primal.barrel@4:[net.minecraftforge.oredict.OreIngredient@485087e4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@485087e4, net.minecraftforge.oredict.OreIngredient@485087e4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@485087e4, net.minecraftforge.oredict.OreIngredient@485087e4, net.minecraftforge.oredict.OreIngredient@485087e4, net.minecraftforge.oredict.OreIngredient@485087e4]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11082 primal:barrel_5 RecipeStage{tier='zero', recipe=2xtile.primal.barrel@5:[net.minecraftforge.oredict.OreIngredient@5397073d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5397073d, net.minecraftforge.oredict.OreIngredient@5397073d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5397073d, net.minecraftforge.oredict.OreIngredient@5397073d, net.minecraftforge.oredict.OreIngredient@5397073d, net.minecraftforge.oredict.OreIngredient@5397073d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11083 primal:barrel_6 RecipeStage{tier='zero', recipe=2xtile.primal.barrel@6:[net.minecraftforge.oredict.OreIngredient@2f51f573, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2f51f573, net.minecraftforge.oredict.OreIngredient@2f51f573, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2f51f573, net.minecraftforge.oredict.OreIngredient@2f51f573, net.minecraftforge.oredict.OreIngredient@2f51f573, net.minecraftforge.oredict.OreIngredient@2f51f573]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11084 primal:barrel_7 RecipeStage{tier='zero', recipe=2xtile.primal.barrel@7:[net.minecraftforge.oredict.OreIngredient@4d75da03, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4d75da03, net.minecraftforge.oredict.OreIngredient@4d75da03, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4d75da03, net.minecraftforge.oredict.OreIngredient@4d75da03, net.minecraftforge.oredict.OreIngredient@4d75da03, net.minecraftforge.oredict.OreIngredient@4d75da03]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11085 primal:barrel_8 RecipeStage{tier='zero', recipe=2xtile.primal.barrel@8:[net.minecraftforge.oredict.OreIngredient@1f256ac3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1f256ac3, net.minecraftforge.oredict.OreIngredient@1f256ac3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1f256ac3, net.minecraftforge.oredict.OreIngredient@1f256ac3, net.minecraftforge.oredict.OreIngredient@1f256ac3, net.minecraftforge.oredict.OreIngredient@1f256ac3]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11086 primal:barrel_9 RecipeStage{tier='zero', recipe=2xtile.primal.barrel@9:[net.minecraftforge.oredict.OreIngredient@5e89f6ff, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5e89f6ff, net.minecraftforge.oredict.OreIngredient@5e89f6ff, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5e89f6ff, net.minecraftforge.oredict.OreIngredient@5e89f6ff, net.minecraftforge.oredict.OreIngredient@5e89f6ff, net.minecraftforge.oredict.OreIngredient@5e89f6ff]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11089 primal:logs_stacked_1 RecipeStage{tier='zero', recipe=1xtile.primal.logs_stacked@1:[net.minecraftforge.oredict.OreIngredient@76edfc92, net.minecraftforge.oredict.OreIngredient@76edfc92, net.minecraftforge.oredict.OreIngredient@76edfc92, net.minecraftforge.oredict.OreIngredient@76edfc92, net.minecraftforge.oredict.OreIngredient@76edfc92, net.minecraftforge.oredict.OreIngredient@76edfc92, net.minecraftforge.oredict.OreIngredient@76edfc92, net.minecraftforge.oredict.OreIngredient@76edfc92, net.minecraftforge.oredict.OreIngredient@76edfc92]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11091 primal:logs_stacked_2 RecipeStage{tier='zero', recipe=1xtile.primal.logs_stacked@2:[net.minecraftforge.oredict.OreIngredient@9003d4f, net.minecraftforge.oredict.OreIngredient@9003d4f, net.minecraftforge.oredict.OreIngredient@9003d4f, net.minecraftforge.oredict.OreIngredient@9003d4f, net.minecraftforge.oredict.OreIngredient@9003d4f, net.minecraftforge.oredict.OreIngredient@9003d4f, net.minecraftforge.oredict.OreIngredient@9003d4f, net.minecraftforge.oredict.OreIngredient@9003d4f, net.minecraftforge.oredict.OreIngredient@9003d4f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11093 primal:logs_stacked_3 RecipeStage{tier='zero', recipe=1xtile.primal.logs_stacked@3:[net.minecraftforge.oredict.OreIngredient@74ee4f60, net.minecraftforge.oredict.OreIngredient@74ee4f60, net.minecraftforge.oredict.OreIngredient@74ee4f60, net.minecraftforge.oredict.OreIngredient@74ee4f60, net.minecraftforge.oredict.OreIngredient@74ee4f60, net.minecraftforge.oredict.OreIngredient@74ee4f60, net.minecraftforge.oredict.OreIngredient@74ee4f60, net.minecraftforge.oredict.OreIngredient@74ee4f60, net.minecraftforge.oredict.OreIngredient@74ee4f60]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11095 primal:logs_stacked_4 RecipeStage{tier='zero', recipe=1xtile.primal.logs_stacked@4:[net.minecraftforge.oredict.OreIngredient@4cc0660e, net.minecraftforge.oredict.OreIngredient@4cc0660e, net.minecraftforge.oredict.OreIngredient@4cc0660e, net.minecraftforge.oredict.OreIngredient@4cc0660e, net.minecraftforge.oredict.OreIngredient@4cc0660e, net.minecraftforge.oredict.OreIngredient@4cc0660e, net.minecraftforge.oredict.OreIngredient@4cc0660e, net.minecraftforge.oredict.OreIngredient@4cc0660e, net.minecraftforge.oredict.OreIngredient@4cc0660e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11097 primal:logs_stacked_5 RecipeStage{tier='zero', recipe=1xtile.primal.logs_stacked@5:[net.minecraftforge.oredict.OreIngredient@618465ad, net.minecraftforge.oredict.OreIngredient@618465ad, net.minecraftforge.oredict.OreIngredient@618465ad, net.minecraftforge.oredict.OreIngredient@618465ad, net.minecraftforge.oredict.OreIngredient@618465ad, net.minecraftforge.oredict.OreIngredient@618465ad, net.minecraftforge.oredict.OreIngredient@618465ad, net.minecraftforge.oredict.OreIngredient@618465ad, net.minecraftforge.oredict.OreIngredient@618465ad]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11099 primal:logs_stacked_6 RecipeStage{tier='zero', recipe=1xtile.primal.logs_stacked@6:[net.minecraftforge.oredict.OreIngredient@33aa3d66, net.minecraftforge.oredict.OreIngredient@33aa3d66, net.minecraftforge.oredict.OreIngredient@33aa3d66, net.minecraftforge.oredict.OreIngredient@33aa3d66, net.minecraftforge.oredict.OreIngredient@33aa3d66, net.minecraftforge.oredict.OreIngredient@33aa3d66, net.minecraftforge.oredict.OreIngredient@33aa3d66, net.minecraftforge.oredict.OreIngredient@33aa3d66, net.minecraftforge.oredict.OreIngredient@33aa3d66]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11101 primal:logs_stacked_7 RecipeStage{tier='zero', recipe=1xtile.primal.logs_stacked@7:[net.minecraftforge.oredict.OreIngredient@b8bdf08, net.minecraftforge.oredict.OreIngredient@b8bdf08, net.minecraftforge.oredict.OreIngredient@b8bdf08, net.minecraftforge.oredict.OreIngredient@b8bdf08, net.minecraftforge.oredict.OreIngredient@b8bdf08, net.minecraftforge.oredict.OreIngredient@b8bdf08, net.minecraftforge.oredict.OreIngredient@b8bdf08, net.minecraftforge.oredict.OreIngredient@b8bdf08, net.minecraftforge.oredict.OreIngredient@b8bdf08]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11114 primal:sugar RecipeStage{tier='zero', recipe=2xitem.sugar@0:[net.minecraftforge.oredict.OreIngredient@5f1b75eb, net.minecraft.item.crafting.Ingredient@524d7635, net.minecraft.item.crafting.Ingredient@6ea59d09]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11132 primal:metalblock_2 RecipeStage{tier='three', recipe=1xtile.primal.metalblock@3:[net.minecraftforge.oredict.OreIngredient@70cb7bcb, net.minecraftforge.oredict.OreIngredient@70cb7bcb, net.minecraftforge.oredict.OreIngredient@70cb7bcb, net.minecraftforge.oredict.OreIngredient@70cb7bcb, net.minecraftforge.oredict.OreIngredient@70cb7bcb, net.minecraftforge.oredict.OreIngredient@70cb7bcb, net.minecraftforge.oredict.OreIngredient@70cb7bcb, net.minecraftforge.oredict.OreIngredient@70cb7bcb, net.minecraftforge.oredict.OreIngredient@70cb7bcb]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11136 primal:metalblock_3 net.minecraftforge.oredict.ShapedOreRecipe@2476fc70 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11140 primal:metalblock_4 net.minecraftforge.oredict.ShapedOreRecipe@1921d860 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11221 primal:cobblestone RecipeStage{tier='tutorial', recipe=1xtile.stonebrick@0:[net.minecraft.item.crafting.Ingredient@68d74063, net.minecraft.item.crafting.Ingredient@68d74063, net.minecraft.item.crafting.Ingredient@68d74063, net.minecraft.item.crafting.Ingredient@68d74063]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11222 primal:stone RecipeStage{tier='tutorial', recipe=1xtile.stone@5:[net.minecraftforge.oredict.OreIngredient@341ef706, net.minecraftforge.oredict.OreIngredient@341ef706, net.minecraftforge.oredict.OreIngredient@341ef706, net.minecraftforge.oredict.OreIngredient@341ef706]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11223 primal:stone_1 RecipeStage{tier='tutorial', recipe=1xtile.stone@3:[net.minecraftforge.oredict.OreIngredient@359fac89, net.minecraftforge.oredict.OreIngredient@359fac89, net.minecraftforge.oredict.OreIngredient@359fac89, net.minecraftforge.oredict.OreIngredient@359fac89]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11224 primal:stone_2 RecipeStage{tier='tutorial', recipe=1xtile.stone@1:[net.minecraftforge.oredict.OreIngredient@393d943c, net.minecraftforge.oredict.OreIngredient@393d943c, net.minecraftforge.oredict.OreIngredient@393d943c, net.minecraftforge.oredict.OreIngredient@393d943c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11225 primal:end_stone RecipeStage{tier='four', recipe=1xtile.whiteStone@0:[net.minecraftforge.oredict.OreIngredient@5fdb417e, net.minecraftforge.oredict.OreIngredient@5fdb417e, net.minecraftforge.oredict.OreIngredient@5fdb417e, net.minecraftforge.oredict.OreIngredient@5fdb417e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11228 primal:netherrack RecipeStage{tier='three', recipe=1xtile.hellrock@0:[net.minecraftforge.oredict.OreIngredient@7d5e13d4, net.minecraftforge.oredict.OreIngredient@7d5e13d4, net.minecraftforge.oredict.OreIngredient@7d5e13d4, net.minecraftforge.oredict.OreIngredient@7d5e13d4]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11238 primal:cobblestone_1 RecipeStage{tier='tutorial', recipe=2xtile.stonebrick@0:[net.minecraftforge.oredict.OreIngredient@3663e7ea, net.minecraftforge.oredict.OreIngredient@3663e7ea, net.minecraftforge.oredict.OreIngredient@3663e7ea, net.minecraftforge.oredict.OreIngredient@3663e7ea, net.minecraftforge.oredict.OreIngredient@11d216a5, net.minecraftforge.oredict.OreIngredient@3663e7ea, net.minecraftforge.oredict.OreIngredient@3663e7ea, net.minecraftforge.oredict.OreIngredient@3663e7ea, net.minecraftforge.oredict.OreIngredient@3663e7ea]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11239 primal:netherrack_1 RecipeStage{tier='three', recipe=4xtile.hellrock@0:[net.minecraft.item.crafting.Ingredient@898bd5c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11260 primal:fence_1 RecipeStage{tier='one', recipe=6xtile.primal.fence@3:[net.minecraft.item.crafting.Ingredient@53eef788, net.minecraftforge.oredict.OreIngredient@d4f463b, net.minecraft.item.crafting.Ingredient@53eef788, net.minecraft.item.crafting.Ingredient@53eef788, net.minecraftforge.oredict.OreIngredient@d4f463b, net.minecraft.item.crafting.Ingredient@53eef788]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11261 primal:fence_2 RecipeStage{tier='one', recipe=6xtile.primal.fence@2:[net.minecraft.item.crafting.Ingredient@4ac80149, net.minecraftforge.oredict.OreIngredient@6ebefd2f, net.minecraft.item.crafting.Ingredient@4ac80149, net.minecraft.item.crafting.Ingredient@4ac80149, net.minecraftforge.oredict.OreIngredient@6ebefd2f, net.minecraft.item.crafting.Ingredient@4ac80149]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11262 primal:fence_3 RecipeStage{tier='one', recipe=6xtile.primal.fence@1:[net.minecraft.item.crafting.Ingredient@b655c85, net.minecraftforge.oredict.OreIngredient@12dd6e9, net.minecraft.item.crafting.Ingredient@b655c85, net.minecraft.item.crafting.Ingredient@b655c85, net.minecraftforge.oredict.OreIngredient@12dd6e9, net.minecraft.item.crafting.Ingredient@b655c85]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11278 primal:lit_pumpkin RecipeStage{tier='one', recipe=1xtile.litpumpkin@0:[net.minecraft.item.crafting.Ingredient@5a753d7, net.minecraft.item.crafting.Ingredient@596d0c40]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11279 primal:lit_pumpkin_1 RecipeStage{tier='one', recipe=1xtile.litpumpkin@0:[net.minecraft.item.crafting.Ingredient@4802805f, net.minecraft.item.crafting.Ingredient@77844b63]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11280 primal:lit_pumpkin_2 RecipeStage{tier='one', recipe=1xtile.litpumpkin@0:[net.minecraft.item.crafting.Ingredient@489c786a, net.minecraft.item.crafting.Ingredient@1440195e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11304 primal:tripwire_hook RecipeStage{tier='two', recipe=1xtile.tripWireSource@0:[net.minecraftforge.oredict.OreIngredient@14aa9d7, net.minecraftforge.oredict.OreIngredient@1caa729, net.minecraftforge.oredict.OreIngredient@3dfb55e9]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11305 primal:flint_and_steel RecipeStage{tier='two', recipe=1xitem.flintAndSteel@0:[net.minecraftforge.oredict.OreIngredient@2a2ccfc, net.minecraftforge.oredict.OreIngredient@5685d06e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11405 primal:wheat_seeds RecipeStage{tier='zero', recipe=2xitem.seeds@0:[net.minecraft.item.crafting.Ingredient@7e3335c2, net.minecraftforge.oredict.OreIngredient@35a3a4ad]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11420 primal:grass_path RecipeStage{tier='zero', recipe=1xtile.grassPath@0:[net.minecraftforge.oredict.OreIngredient@2d693f00, net.minecraft.item.crafting.Ingredient@11cda9f2]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11456 primal:corypha_stalk RecipeStage{tier='three', recipe=1xtile.primal.corypha_stalk@1:[net.minecraftforge.oredict.OreIngredient@7e99cef3, net.minecraft.item.crafting.Ingredient@222b0c29]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11495 primal:framingsheet RecipeStage{tier='two', recipe=2xitem.FramingSheet@0:[net.minecraftforge.oredict.OreIngredient@573be751, net.minecraftforge.oredict.OreIngredient@553ac4e0]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11496 primal:framingboard RecipeStage{tier='two', recipe=2xitem.FramingBoard@0:[net.minecraft.item.crafting.Ingredient@2d9fdf91, net.minecraftforge.oredict.OreIngredient@2e010375]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11497 primal:furniturepaneler RecipeStage{tier='two', recipe=1xtile.BiblioCraft:FurniturePaneler@0:[net.minecraftforge.oredict.OreIngredient@264d5450, net.minecraftforge.oredict.OreIngredient@71e580, net.minecraftforge.oredict.OreIngredient@264d5450, net.minecraftforge.oredict.OreIngredient@757d645f, net.minecraftforge.oredict.OreIngredient@757d645f, net.minecraftforge.oredict.OreIngredient@757d645f, net.minecraftforge.oredict.OreIngredient@65db18a8, net.minecraftforge.oredict.OreIngredient@65db18a8, net.minecraftforge.oredict.OreIngredient@65db18a8]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11498 primal:furniturepaneler_1 RecipeStage{tier='two', recipe=1xtile.BiblioCraft:FurniturePaneler@1:[net.minecraftforge.oredict.OreIngredient@386b4da5, net.minecraftforge.oredict.OreIngredient@26aa8ab3, net.minecraftforge.oredict.OreIngredient@386b4da5, net.minecraftforge.oredict.OreIngredient@5481c58, net.minecraftforge.oredict.OreIngredient@5481c58, net.minecraftforge.oredict.OreIngredient@5481c58, net.minecraftforge.oredict.OreIngredient@2285ea8b, net.minecraftforge.oredict.OreIngredient@2285ea8b, net.minecraftforge.oredict.OreIngredient@2285ea8b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11499 primal:furniturepaneler_2 RecipeStage{tier='two', recipe=1xtile.BiblioCraft:FurniturePaneler@2:[net.minecraftforge.oredict.OreIngredient@77831a62, net.minecraftforge.oredict.OreIngredient@32ec6abb, net.minecraftforge.oredict.OreIngredient@77831a62, net.minecraftforge.oredict.OreIngredient@7adf67ab, net.minecraftforge.oredict.OreIngredient@7adf67ab, net.minecraftforge.oredict.OreIngredient@7adf67ab, net.minecraftforge.oredict.OreIngredient@6adc3849, net.minecraftforge.oredict.OreIngredient@6adc3849, net.minecraftforge.oredict.OreIngredient@6adc3849]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11500 primal:furniturepaneler_3 RecipeStage{tier='two', recipe=1xtile.BiblioCraft:FurniturePaneler@3:[net.minecraftforge.oredict.OreIngredient@55e8b410, net.minecraftforge.oredict.OreIngredient@548b6315, net.minecraftforge.oredict.OreIngredient@55e8b410, net.minecraftforge.oredict.OreIngredient@5efdc094, net.minecraftforge.oredict.OreIngredient@5efdc094, net.minecraftforge.oredict.OreIngredient@5efdc094, net.minecraftforge.oredict.OreIngredient@44a369a6, net.minecraftforge.oredict.OreIngredient@44a369a6, net.minecraftforge.oredict.OreIngredient@44a369a6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11501 primal:furniturepaneler_4 RecipeStage{tier='two', recipe=1xtile.BiblioCraft:FurniturePaneler@4:[net.minecraftforge.oredict.OreIngredient@6b2ede27, net.minecraftforge.oredict.OreIngredient@5be74caf, net.minecraftforge.oredict.OreIngredient@6b2ede27, net.minecraftforge.oredict.OreIngredient@341f64bd, net.minecraftforge.oredict.OreIngredient@341f64bd, net.minecraftforge.oredict.OreIngredient@341f64bd, net.minecraftforge.oredict.OreIngredient@65d4b9b, net.minecraftforge.oredict.OreIngredient@65d4b9b, net.minecraftforge.oredict.OreIngredient@65d4b9b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11502 primal:furniturepaneler_5 RecipeStage{tier='two', recipe=1xtile.BiblioCraft:FurniturePaneler@5:[net.minecraftforge.oredict.OreIngredient@35096183, net.minecraftforge.oredict.OreIngredient@7a7cc8fd, net.minecraftforge.oredict.OreIngredient@35096183, net.minecraftforge.oredict.OreIngredient@5964e52a, net.minecraftforge.oredict.OreIngredient@5964e52a, net.minecraftforge.oredict.OreIngredient@5964e52a, net.minecraftforge.oredict.OreIngredient@49a49b78, net.minecraftforge.oredict.OreIngredient@49a49b78, net.minecraftforge.oredict.OreIngredient@49a49b78]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11503 primal:furniturepaneler_6 RecipeStage{tier='two', recipe=1xtile.BiblioCraft:FurniturePaneler@6:[net.minecraftforge.oredict.OreIngredient@55cb022b, net.minecraftforge.oredict.OreIngredient@2b78ffdb, net.minecraftforge.oredict.OreIngredient@55cb022b, net.minecraft.item.crafting.Ingredient@38593cb1, net.minecraft.item.crafting.Ingredient@38593cb1, net.minecraft.item.crafting.Ingredient@38593cb1, net.minecraft.item.crafting.Ingredient@71df653a, net.minecraft.item.crafting.Ingredient@71df653a, net.minecraft.item.crafting.Ingredient@71df653a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11590 primal:framingsheet_1 RecipeStage{tier='two', recipe=3xitem.FramingSheet@0:[net.minecraftforge.oredict.OreIngredient@2caf014, net.minecraftforge.oredict.OreIngredient@21b858c2]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11591 primal:framingboard_1 RecipeStage{tier='two', recipe=2xitem.FramingBoard@0:[net.minecraft.item.crafting.Ingredient@2f279cde, net.minecraftforge.oredict.OreIngredient@4c3ab3d3]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11592 primal:furniturepaneler_7 RecipeStage{tier='two', recipe=1xtile.BiblioCraft:FurniturePaneler@0:[net.minecraftforge.oredict.OreIngredient@4b17ffe3, net.minecraftforge.oredict.OreIngredient@52aa7a4e, net.minecraftforge.oredict.OreIngredient@4b17ffe3, net.minecraftforge.oredict.OreIngredient@58455b33, net.minecraftforge.oredict.OreIngredient@58455b33, net.minecraftforge.oredict.OreIngredient@58455b33, net.minecraftforge.oredict.OreIngredient@66d80026, net.minecraftforge.oredict.OreIngredient@66d80026, net.minecraftforge.oredict.OreIngredient@66d80026]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11593 primal:furniturepaneler_8 RecipeStage{tier='two', recipe=1xtile.BiblioCraft:FurniturePaneler@1:[net.minecraftforge.oredict.OreIngredient@61d330ce, net.minecraftforge.oredict.OreIngredient@13bd7d49, net.minecraftforge.oredict.OreIngredient@61d330ce, net.minecraftforge.oredict.OreIngredient@47acd5e2, net.minecraftforge.oredict.OreIngredient@47acd5e2, net.minecraftforge.oredict.OreIngredient@47acd5e2, net.minecraftforge.oredict.OreIngredient@2b942f18, net.minecraftforge.oredict.OreIngredient@2b942f18, net.minecraftforge.oredict.OreIngredient@2b942f18]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11594 primal:furniturepaneler_9 RecipeStage{tier='two', recipe=1xtile.BiblioCraft:FurniturePaneler@2:[net.minecraftforge.oredict.OreIngredient@ab494aa, net.minecraftforge.oredict.OreIngredient@2b1657ef, net.minecraftforge.oredict.OreIngredient@ab494aa, net.minecraftforge.oredict.OreIngredient@52860b, net.minecraftforge.oredict.OreIngredient@52860b, net.minecraftforge.oredict.OreIngredient@52860b, net.minecraftforge.oredict.OreIngredient@92005ff, net.minecraftforge.oredict.OreIngredient@92005ff, net.minecraftforge.oredict.OreIngredient@92005ff]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11595 primal:furniturepaneler_10 RecipeStage{tier='two', recipe=1xtile.BiblioCraft:FurniturePaneler@3:[net.minecraftforge.oredict.OreIngredient@2a59fe67, net.minecraftforge.oredict.OreIngredient@3e2f4577, net.minecraftforge.oredict.OreIngredient@2a59fe67, net.minecraftforge.oredict.OreIngredient@23df092e, net.minecraftforge.oredict.OreIngredient@23df092e, net.minecraftforge.oredict.OreIngredient@23df092e, net.minecraftforge.oredict.OreIngredient@37cbd704, net.minecraftforge.oredict.OreIngredient@37cbd704, net.minecraftforge.oredict.OreIngredient@37cbd704]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11596 primal:furniturepaneler_11 RecipeStage{tier='two', recipe=1xtile.BiblioCraft:FurniturePaneler@4:[net.minecraftforge.oredict.OreIngredient@4d09b728, net.minecraftforge.oredict.OreIngredient@16c44aa7, net.minecraftforge.oredict.OreIngredient@4d09b728, net.minecraftforge.oredict.OreIngredient@24132a7a, net.minecraftforge.oredict.OreIngredient@24132a7a, net.minecraftforge.oredict.OreIngredient@24132a7a, net.minecraftforge.oredict.OreIngredient@ef1661f, net.minecraftforge.oredict.OreIngredient@ef1661f, net.minecraftforge.oredict.OreIngredient@ef1661f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11597 primal:furniturepaneler_12 RecipeStage{tier='two', recipe=1xtile.BiblioCraft:FurniturePaneler@5:[net.minecraftforge.oredict.OreIngredient@799794d, net.minecraftforge.oredict.OreIngredient@3ae4d491, net.minecraftforge.oredict.OreIngredient@799794d, net.minecraftforge.oredict.OreIngredient@25d363f, net.minecraftforge.oredict.OreIngredient@25d363f, net.minecraftforge.oredict.OreIngredient@25d363f, net.minecraftforge.oredict.OreIngredient@1cb76654, net.minecraftforge.oredict.OreIngredient@1cb76654, net.minecraftforge.oredict.OreIngredient@1cb76654]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11598 primal:furniturepaneler_13 RecipeStage{tier='two', recipe=1xtile.BiblioCraft:FurniturePaneler@6:[net.minecraftforge.oredict.OreIngredient@27f31021, net.minecraftforge.oredict.OreIngredient@4c742b5e, net.minecraftforge.oredict.OreIngredient@27f31021, net.minecraft.item.crafting.Ingredient@d1474d, net.minecraft.item.crafting.Ingredient@d1474d, net.minecraft.item.crafting.Ingredient@d1474d, net.minecraft.item.crafting.Ingredient@5ba9e559, net.minecraft.item.crafting.Ingredient@5ba9e559, net.minecraft.item.crafting.Ingredient@5ba9e559]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11692 primal:stone_slab_5 RecipeStage{tier='three', recipe=2xtile.stoneSlab@6:[net.minecraftforge.oredict.OreIngredient@1b2c9272, net.minecraft.item.crafting.Ingredient@47c5e12e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11695 primal:purpur_slab RecipeStage{tier='four', recipe=2xtile.purpurSlab@0:[net.minecraftforge.oredict.OreIngredient@778786c3, net.minecraft.item.crafting.Ingredient@7fb551a9]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11707 primal:framingsheet_2 RecipeStage{tier='two', recipe=4xitem.FramingSheet@0:[net.minecraftforge.oredict.OreIngredient@7e94bd5f, net.minecraftforge.oredict.OreIngredient@d2edc0f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11708 primal:framingboard_2 RecipeStage{tier='two', recipe=2xitem.FramingBoard@0:[net.minecraft.item.crafting.Ingredient@3cd19874, net.minecraftforge.oredict.OreIngredient@4764ea33]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11709 primal:furniturepaneler_14 RecipeStage{tier='two', recipe=1xtile.BiblioCraft:FurniturePaneler@0:[net.minecraftforge.oredict.OreIngredient@3739e4bd, net.minecraftforge.oredict.OreIngredient@57eca901, net.minecraftforge.oredict.OreIngredient@3739e4bd, net.minecraftforge.oredict.OreIngredient@71bd816, net.minecraftforge.oredict.OreIngredient@71bd816, net.minecraftforge.oredict.OreIngredient@71bd816, net.minecraftforge.oredict.OreIngredient@450a8f15, net.minecraftforge.oredict.OreIngredient@450a8f15, net.minecraftforge.oredict.OreIngredient@450a8f15]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11710 primal:furniturepaneler_15 RecipeStage{tier='two', recipe=1xtile.BiblioCraft:FurniturePaneler@1:[net.minecraftforge.oredict.OreIngredient@567a3ed7, net.minecraftforge.oredict.OreIngredient@ff89c56, net.minecraftforge.oredict.OreIngredient@567a3ed7, net.minecraftforge.oredict.OreIngredient@4799712a, net.minecraftforge.oredict.OreIngredient@4799712a, net.minecraftforge.oredict.OreIngredient@4799712a, net.minecraftforge.oredict.OreIngredient@548647ff, net.minecraftforge.oredict.OreIngredient@548647ff, net.minecraftforge.oredict.OreIngredient@548647ff]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11711 primal:furniturepaneler_16 RecipeStage{tier='two', recipe=1xtile.BiblioCraft:FurniturePaneler@2:[net.minecraftforge.oredict.OreIngredient@14c040be, net.minecraftforge.oredict.OreIngredient@185c72be, net.minecraftforge.oredict.OreIngredient@14c040be, net.minecraftforge.oredict.OreIngredient@721f5466, net.minecraftforge.oredict.OreIngredient@721f5466, net.minecraftforge.oredict.OreIngredient@721f5466, net.minecraftforge.oredict.OreIngredient@56b496e3, net.minecraftforge.oredict.OreIngredient@56b496e3, net.minecraftforge.oredict.OreIngredient@56b496e3]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11712 primal:furniturepaneler_17 RecipeStage{tier='two', recipe=1xtile.BiblioCraft:FurniturePaneler@3:[net.minecraftforge.oredict.OreIngredient@336168cf, net.minecraftforge.oredict.OreIngredient@3bd5b7b7, net.minecraftforge.oredict.OreIngredient@336168cf, net.minecraftforge.oredict.OreIngredient@4190e3ce, net.minecraftforge.oredict.OreIngredient@4190e3ce, net.minecraftforge.oredict.OreIngredient@4190e3ce, net.minecraftforge.oredict.OreIngredient@5a355a6a, net.minecraftforge.oredict.OreIngredient@5a355a6a, net.minecraftforge.oredict.OreIngredient@5a355a6a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11713 primal:furniturepaneler_18 RecipeStage{tier='two', recipe=1xtile.BiblioCraft:FurniturePaneler@4:[net.minecraftforge.oredict.OreIngredient@321c1b15, net.minecraftforge.oredict.OreIngredient@74d418d2, net.minecraftforge.oredict.OreIngredient@321c1b15, net.minecraftforge.oredict.OreIngredient@420ae136, net.minecraftforge.oredict.OreIngredient@420ae136, net.minecraftforge.oredict.OreIngredient@420ae136, net.minecraftforge.oredict.OreIngredient@57e00075, net.minecraftforge.oredict.OreIngredient@57e00075, net.minecraftforge.oredict.OreIngredient@57e00075]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11714 primal:furniturepaneler_19 RecipeStage{tier='two', recipe=1xtile.BiblioCraft:FurniturePaneler@5:[net.minecraftforge.oredict.OreIngredient@4426af40, net.minecraftforge.oredict.OreIngredient@5130e701, net.minecraftforge.oredict.OreIngredient@4426af40, net.minecraftforge.oredict.OreIngredient@1312fc19, net.minecraftforge.oredict.OreIngredient@1312fc19, net.minecraftforge.oredict.OreIngredient@1312fc19, net.minecraftforge.oredict.OreIngredient@240546b0, net.minecraftforge.oredict.OreIngredient@240546b0, net.minecraftforge.oredict.OreIngredient@240546b0]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11715 primal:furniturepaneler_20 RecipeStage{tier='two', recipe=1xtile.BiblioCraft:FurniturePaneler@6:[net.minecraftforge.oredict.OreIngredient@7809e29, net.minecraftforge.oredict.OreIngredient@3f6587a, net.minecraftforge.oredict.OreIngredient@7809e29, net.minecraft.item.crafting.Ingredient@93e78af, net.minecraft.item.crafting.Ingredient@93e78af, net.minecraft.item.crafting.Ingredient@93e78af, net.minecraft.item.crafting.Ingredient@26e4c913, net.minecraft.item.crafting.Ingredient@26e4c913, net.minecraft.item.crafting.Ingredient@26e4c913]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11809 primal:stone_slab_12 RecipeStage{tier='three', recipe=2xtile.stoneSlab@6:[net.minecraftforge.oredict.OreIngredient@213ef0a4, net.minecraft.item.crafting.Ingredient@49f74e72]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11812 primal:purpur_slab_1 RecipeStage{tier='four', recipe=2xtile.purpurSlab@0:[net.minecraftforge.oredict.OreIngredient@6e8e8e68, net.minecraft.item.crafting.Ingredient@56aad341]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11842 primal:quartz RecipeStage{tier='three', recipe=4xitem.netherquartz@0:[net.minecraftforge.oredict.OreIngredient@50994478, net.minecraft.item.crafting.Ingredient@5fe2a122]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11857 primal:soul_sand RecipeStage{tier='three', recipe=4xtile.hellsand@0:[net.minecraftforge.oredict.OreIngredient@796ab7bd, net.minecraft.item.crafting.Ingredient@6f197c99]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11858 primal:glowstone_dust RecipeStage{tier='three', recipe=4xitem.yellowDust@0:[net.minecraftforge.oredict.OreIngredient@53ae24c6, net.minecraft.item.crafting.Ingredient@7fd5b651]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11859 primal:sand RecipeStage{tier='tutorial', recipe=4xtile.sand@0:[net.minecraftforge.oredict.OreIngredient@5b203149, net.minecraft.item.crafting.Ingredient@790ab6ff]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11860 primal:sand_1 RecipeStage{tier='tutorial', recipe=4xtile.sand@1:[net.minecraftforge.oredict.OreIngredient@170bbd80, net.minecraft.item.crafting.Ingredient@4d7b7c51]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11881 primal:quartz_1 RecipeStage{tier='three', recipe=4xitem.netherquartz@0:[net.minecraftforge.oredict.OreIngredient@41e608f5, net.minecraft.item.crafting.Ingredient@5db7e5fa]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11896 primal:soul_sand_1 RecipeStage{tier='three', recipe=4xtile.hellsand@0:[net.minecraftforge.oredict.OreIngredient@17f4cce8, net.minecraft.item.crafting.Ingredient@145459f4]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11897 primal:glowstone_dust_1 RecipeStage{tier='three', recipe=4xitem.yellowDust@0:[net.minecraftforge.oredict.OreIngredient@66607b9c, net.minecraft.item.crafting.Ingredient@57c26834]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11898 primal:sand_2 RecipeStage{tier='tutorial', recipe=4xtile.sand@0:[net.minecraftforge.oredict.OreIngredient@53f236ef, net.minecraft.item.crafting.Ingredient@362b0b96]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11899 primal:sand_3 RecipeStage{tier='tutorial', recipe=4xtile.sand@1:[net.minecraftforge.oredict.OreIngredient@6b9c293b, net.minecraft.item.crafting.Ingredient@299b3fe9]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11924 primal:quartz_2 RecipeStage{tier='three', recipe=4xitem.netherquartz@0:[net.minecraftforge.oredict.OreIngredient@6a33ab9e, net.minecraft.item.crafting.Ingredient@d7a85d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11939 primal:soul_sand_2 RecipeStage{tier='three', recipe=4xtile.hellsand@0:[net.minecraftforge.oredict.OreIngredient@c0ce68b, net.minecraft.item.crafting.Ingredient@1bc183c4]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11940 primal:glowstone_dust_2 RecipeStage{tier='three', recipe=4xitem.yellowDust@0:[net.minecraftforge.oredict.OreIngredient@43aba476, net.minecraft.item.crafting.Ingredient@28782a36]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11941 primal:sand_4 RecipeStage{tier='tutorial', recipe=4xtile.sand@0:[net.minecraftforge.oredict.OreIngredient@312c6de0, net.minecraft.item.crafting.Ingredient@2fbae7a7]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11942 primal:sand_5 RecipeStage{tier='tutorial', recipe=4xtile.sand@1:[net.minecraftforge.oredict.OreIngredient@7b6dc0ce, net.minecraft.item.crafting.Ingredient@29fce12e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11954 primal:worktable_shelf_1 net.minecraftforge.oredict.ShapedOreRecipe@397d2a42 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11955 primal:worktable_shelf_2 net.minecraftforge.oredict.ShapedOreRecipe@55f950fb +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11956 primal:worktable_shelf_3 net.minecraftforge.oredict.ShapedOreRecipe@30e753bd +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11957 primal:worktable_shelf_4 net.minecraftforge.oredict.ShapedOreRecipe@6ae3c44a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11958 primal:worktable_shelf_5 net.minecraftforge.oredict.ShapedOreRecipe@1505a5fe +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11959 primal:worktable_shelf_6 net.minecraftforge.oredict.ShapedOreRecipe@6a867fd9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11960 primal:worktable_shelf_7 net.minecraftforge.oredict.ShapedOreRecipe@70a0b073 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11961 primal:worktable_shelf_8 net.minecraftforge.oredict.ShapedOreRecipe@5dd60034 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11962 primal:worktable_shelf_9 net.minecraftforge.oredict.ShapedOreRecipe@252a2e12 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11964 primal:brick_mold_1 net.minecraftforge.oredict.ShapedOreRecipe@1a0f4e04 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11965 primal:brick_mold_2 net.minecraftforge.oredict.ShapedOreRecipe@1583f625 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11966 primal:brick_mold_3 net.minecraftforge.oredict.ShapedOreRecipe@1740d5a4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11967 primal:brick_mold_4 net.minecraftforge.oredict.ShapedOreRecipe@235686dc +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11968 primal:brick_mold_5 net.minecraftforge.oredict.ShapedOreRecipe@29fa0f70 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11969 primal:brick_mold_6 net.minecraftforge.oredict.ShapedOreRecipe@2fe6d2ff +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11970 primal:brick_mold_7 net.minecraftforge.oredict.ShapedOreRecipe@6afd64d7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11971 primal:brick_mold_8 net.minecraftforge.oredict.ShapedOreRecipe@4739ea85 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11972 primal:brick_mold_9 net.minecraftforge.oredict.ShapedOreRecipe@6d8ce44b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12018 rftools:syringe_peace RecipeStage{tier='five', recipe=1xitem.peace_essence@0:[net.minecraft.item.crafting.Ingredient@3344a283, net.minecraft.item.crafting.Ingredient@16629c7, net.minecraft.item.crafting.Ingredient@192809b6, net.minecraft.item.crafting.Ingredient@1bfd7553, net.minecraft.item.crafting.Ingredient@d3b8c15, net.minecraft.item.crafting.Ingredient@3da3b464, net.minecraft.item.crafting.Ingredient@649f7fdf, net.minecraft.item.crafting.Ingredient@14b8d9f2, net.minecraft.item.crafting.Ingredient@4532b454]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12019 rftools:featherfalling_module RecipeStage{tier='five', recipe=1xitem.featherfalling_module@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@28c9f30e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@78896257, net.minecraft.item.crafting.Ingredient@c2f877c, net.minecraft.item.crafting.Ingredient@10c86f83, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@777eaf17, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12020 rftools:regeneration_module RecipeStage{tier='five', recipe=1xitem.regeneration_module@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@34b29bf4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@67d55e96, net.minecraft.item.crafting.Ingredient@6551536c, net.minecraft.item.crafting.Ingredient@1677c2fb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@36ba86fa, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12021 rftools:speed_module RecipeStage{tier='five', recipe=1xitem.speed_module@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@14f3b970, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3cbbd10f, net.minecraft.item.crafting.Ingredient@5ed41d34, net.minecraft.item.crafting.Ingredient@17b15d5c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1e804ee3, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12022 rftools:haste_module RecipeStage{tier='five', recipe=1xitem.haste_module@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2125886, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1f54be25, net.minecraft.item.crafting.Ingredient@33f1c7a, net.minecraft.item.crafting.Ingredient@71a08ee7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@61e62e3d, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12023 rftools:saturation_module RecipeStage{tier='five', recipe=1xitem.saturation_module@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@205e1a7b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@557c6f21, net.minecraft.item.crafting.Ingredient@5bb3475, net.minecraft.item.crafting.Ingredient@16dcc1f1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@46018c93, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12024 rftools:flight_module RecipeStage{tier='five', recipe=1xitem.flight_module@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2c767cea, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5c55e3dc, net.minecraft.item.crafting.Ingredient@167a89d1, net.minecraft.item.crafting.Ingredient@719f5745, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6e91f4b0, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12025 rftools:waterbreathing_module RecipeStage{tier='five', recipe=1xitem.waterbreathing_module@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5fdf87d8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@54f1d619, net.minecraft.item.crafting.Ingredient@35249c43, net.minecraft.item.crafting.Ingredient@6550f703, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@46124d36, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12026 rftools:nightvision_module RecipeStage{tier='five', recipe=1xitem.nightvision_module@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@dde4ba5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6f544df2, net.minecraft.item.crafting.Ingredient@3bfbc6d3, net.minecraft.item.crafting.Ingredient@6f710ddd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@100de0f5, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12027 rftools:regenerationplus_module RecipeStage{tier='five', recipe=1xitem.regenerationplus_module@0:[net.minecraft.item.crafting.Ingredient@38538ce9, net.minecraft.item.crafting.Ingredient@5fab71db, net.minecraft.item.crafting.Ingredient@205e2893, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12028 rftools:speedplus_module RecipeStage{tier='five', recipe=1xitem.speedplus_module@0:[net.minecraft.item.crafting.Ingredient@1165912, net.minecraft.item.crafting.Ingredient@5b7d542, net.minecraft.item.crafting.Ingredient@547c6fd7, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12029 rftools:hasteplus_module RecipeStage{tier='five', recipe=1xitem.hasteplus_module@0:[net.minecraft.item.crafting.Ingredient@77ebc559, net.minecraft.item.crafting.Ingredient@4ccd1323, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12030 rftools:saturationplus_module RecipeStage{tier='five', recipe=1xitem.saturationplus_module@0:[net.minecraft.item.crafting.Ingredient@95c5c9d, net.minecraft.item.crafting.Ingredient@20b491e2, net.minecraft.item.crafting.Ingredient@4c4cadc, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12031 rftools:featherfallingplus_module RecipeStage{tier='five', recipe=1xitem.featherfallingplus_module@0:[net.minecraft.item.crafting.Ingredient@52afdbf7, net.minecraft.item.crafting.Ingredient@56107bc1, net.minecraft.item.crafting.Ingredient@74a0c9f5, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12032 rftools:glowing_module RecipeStage{tier='five', recipe=1xitem.glowing_module@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7d862ac, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@52c3dfe5, net.minecraft.item.crafting.Ingredient@205e4b29, net.minecraft.item.crafting.Ingredient@28f0ddde, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6cf9176e, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12033 rftools:luck_module RecipeStage{tier='five', recipe=1xitem.luck_module@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@725cc1c8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5cecfc70, net.minecraft.item.crafting.Ingredient@788ac2e4, net.minecraft.item.crafting.Ingredient@16e202cf, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@224c35a, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12034 rftools:blindness_module RecipeStage{tier='five', recipe=1xitem.blindness_module@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@17a3d826, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@11d15467, net.minecraft.item.crafting.Ingredient@35cb6b14, net.minecraft.item.crafting.Ingredient@9e74d9f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@8cd66d, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12035 rftools:weakness_module RecipeStage{tier='five', recipe=1xitem.weakness_module@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@759893d4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@46a0a34d, net.minecraft.item.crafting.Ingredient@20793a4a, net.minecraft.item.crafting.Ingredient@15ea7852, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@245d5f08, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12036 rftools:poison_module RecipeStage{tier='five', recipe=1xitem.poison_module@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@e66f7c1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@488836b7, net.minecraft.item.crafting.Ingredient@6e395b1, net.minecraft.item.crafting.Ingredient@4051e36a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@79b0dc5e, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12037 rftools:slowness_module RecipeStage{tier='five', recipe=1xitem.slowness_module@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6a502dfd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2555d96e, net.minecraft.item.crafting.Ingredient@5a78a3b6, net.minecraft.item.crafting.Ingredient@9add650, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@62792d5d, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12038 rftools:noteleport_module RecipeStage{tier='five', recipe=1xitem.noteleport_module@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@76967d5d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@11ee2a89, net.minecraft.item.crafting.Ingredient@3ad6ee2c, net.minecraft.item.crafting.Ingredient@33850d0d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@76bcf2b5, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12040 waterstrainer:strainer_survivalist RecipeStage{tier='zero', recipe=1xitem.waterstrainer.strainer_survivalist@0:[net.minecraftforge.oredict.OreIngredient@3b0b13f4, net.minecraftforge.oredict.OreIngredient@3b0b13f4, net.minecraftforge.oredict.OreIngredient@3b0b13f4, net.minecraftforge.oredict.OreIngredient@3b0b13f4, net.minecraft.item.crafting.Ingredient@4d11f0fe, net.minecraftforge.oredict.OreIngredient@3b0b13f4, net.minecraftforge.oredict.OreIngredient@3b0b13f4, net.minecraftforge.oredict.OreIngredient@3b0b13f4, net.minecraftforge.oredict.OreIngredient@3b0b13f4]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12041 waterstrainer:strainer_survivalist_solid RecipeStage{tier='two', recipe=1xitem.waterstrainer.strainer_survivalist_solid@0:[net.minecraftforge.oredict.OreIngredient@dc3cff5, net.minecraft.item.crafting.Ingredient@6eb4f90a, net.minecraftforge.oredict.OreIngredient@dc3cff5, net.minecraft.item.crafting.Ingredient@6eb4f90a, net.minecraft.item.crafting.Ingredient@2c606222, net.minecraft.item.crafting.Ingredient@6eb4f90a, net.minecraftforge.oredict.OreIngredient@dc3cff5, net.minecraft.item.crafting.Ingredient@6eb4f90a, net.minecraftforge.oredict.OreIngredient@dc3cff5]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12042 waterstrainer:strainer_survivalist_reinforced RecipeStage{tier='five', recipe=1xitem.waterstrainer.strainer_survivalist_reinforced@0:[net.minecraftforge.oredict.OreIngredient@2954b5fd, net.minecraftforge.oredict.OreIngredient@60e17574, net.minecraftforge.oredict.OreIngredient@2954b5fd, net.minecraftforge.oredict.OreIngredient@60e17574, net.minecraft.item.crafting.Ingredient@4fbf7a38, net.minecraftforge.oredict.OreIngredient@60e17574, net.minecraftforge.oredict.OreIngredient@2954b5fd, net.minecraftforge.oredict.OreIngredient@60e17574, net.minecraftforge.oredict.OreIngredient@2954b5fd]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12043 waterstrainer:strainer_survivalist_dense RecipeStage{tier='zero', recipe=1xitem.waterstrainer.strainer_survivalist_dense@0:[net.minecraftforge.oredict.OreIngredient@229b9beb, net.minecraftforge.oredict.OreIngredient@229b9beb, net.minecraftforge.oredict.OreIngredient@229b9beb, net.minecraftforge.oredict.OreIngredient@229b9beb, net.minecraft.item.crafting.Ingredient@49ba1019, net.minecraftforge.oredict.OreIngredient@229b9beb, net.minecraftforge.oredict.OreIngredient@229b9beb, net.minecraftforge.oredict.OreIngredient@229b9beb, net.minecraftforge.oredict.OreIngredient@229b9beb]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12044 waterstrainer:strainer_survivalist_dense_solid RecipeStage{tier='two', recipe=1xitem.waterstrainer.strainer_survivalist_dense_solid@0:[net.minecraftforge.oredict.OreIngredient@3287e29e, net.minecraft.item.crafting.Ingredient@4cbd73e6, net.minecraftforge.oredict.OreIngredient@3287e29e, net.minecraft.item.crafting.Ingredient@4cbd73e6, net.minecraft.item.crafting.Ingredient@559e88b0, net.minecraft.item.crafting.Ingredient@4cbd73e6, net.minecraftforge.oredict.OreIngredient@3287e29e, net.minecraft.item.crafting.Ingredient@4cbd73e6, net.minecraftforge.oredict.OreIngredient@3287e29e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12045 waterstrainer:strainer_survivalist_dense_reinforced RecipeStage{tier='five', recipe=1xitem.waterstrainer.strainer_survivalist_dense_reinforced@0:[net.minecraftforge.oredict.OreIngredient@23763653, net.minecraftforge.oredict.OreIngredient@4735398, net.minecraftforge.oredict.OreIngredient@23763653, net.minecraftforge.oredict.OreIngredient@4735398, net.minecraft.item.crafting.Ingredient@258980ae, net.minecraftforge.oredict.OreIngredient@4735398, net.minecraftforge.oredict.OreIngredient@23763653, net.minecraftforge.oredict.OreIngredient@4735398, net.minecraftforge.oredict.OreIngredient@23763653]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12046 waterstrainer:net RecipeStage{tier='zero', recipe=1xitem.null@0:[net.minecraftforge.oredict.OreIngredient@5c4cbd01, net.minecraftforge.oredict.OreIngredient@5c4cbd01, net.minecraftforge.oredict.OreIngredient@5c4cbd01]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12047 waterstrainer:net_1 RecipeStage{tier='zero', recipe=2xitem.null@1:[net.minecraftforge.oredict.OreIngredient@2bd8ae9a, net.minecraftforge.oredict.OreIngredient@2bd8ae9a, net.minecraftforge.oredict.OreIngredient@2bd8ae9a, net.minecraftforge.oredict.OreIngredient@2bd8ae9a, net.minecraftforge.oredict.OreIngredient@2bd8ae9a, net.minecraftforge.oredict.OreIngredient@2bd8ae9a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12048 waterstrainer:strainer_fisherman RecipeStage{tier='zero', recipe=1xitem.waterstrainer.strainer_fisherman@0:[net.minecraftforge.oredict.OreIngredient@a36e129, net.minecraftforge.oredict.OreIngredient@a36e129, net.minecraftforge.oredict.OreIngredient@a36e129, net.minecraftforge.oredict.OreIngredient@a36e129, net.minecraft.item.crafting.Ingredient@26734b3e, net.minecraftforge.oredict.OreIngredient@a36e129, net.minecraftforge.oredict.OreIngredient@a36e129, net.minecraftforge.oredict.OreIngredient@a36e129, net.minecraftforge.oredict.OreIngredient@a36e129]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12051 waterstrainer:efficiency_meter RecipeStage{tier='two', recipe=1xitem.waterstrainer.efficiency_meter@0:[net.minecraftforge.oredict.OreIngredient@63417b7d, net.minecraftforge.oredict.OreIngredient@3a34ecf3, net.minecraftforge.oredict.OreIngredient@6ecbc3a5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@60ac71b8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@8de6443, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12052 crafttweaker:stage_one_tin_gear RecipeStage{tier='one', recipe=1xitem.contenttweaker.material_part@5:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@62753be7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@118a9d12, net.minecraft.item.crafting.Ingredient@4bfb4728, net.minecraftforge.oredict.OreIngredient@16438945, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5da22269, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12053 crafttweaker:stage_one_bronze_gear RecipeStage{tier='one', recipe=1xitem.contenttweaker.material_part@25:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@188546c2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@95680fd, net.minecraft.item.crafting.Ingredient@3552933, net.minecraftforge.oredict.OreIngredient@4fa8f25a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7d291e3b, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12054 crafttweaker:stage_one_copper_gear RecipeStage{tier='one', recipe=1xitem.contenttweaker.material_part@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@40c5280b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6a739d91, net.minecraft.item.crafting.Ingredient@624188a7, net.minecraftforge.oredict.OreIngredient@57ac9a12, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3ec0659c, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12055 crafttweaker:ct_shaped1176262537 RecipeStage{tier='one', recipe=1xitem.necronomicon@0:[net.minecraft.item.crafting.Ingredient@2fb5de89, net.minecraft.item.crafting.Ingredient@136473e8, net.minecraft.item.crafting.Ingredient@672472a1, net.minecraft.item.crafting.Ingredient@255e5ae3, net.minecraft.item.crafting.Ingredient@241e9957, net.minecraft.item.crafting.Ingredient@1455450f, net.minecraft.item.crafting.Ingredient@50208c5e, net.minecraft.item.crafting.Ingredient@7fe5dfb, net.minecraft.item.crafting.Ingredient@577ab872]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12056 crafttweaker:ct_shaped1605841933 RecipeStage{tier='zero', recipe=3xtile.dltslab1@0:[net.minecraft.item.crafting.Ingredient@69b9e2af, net.minecraft.item.crafting.Ingredient@3d2fd1ba, net.minecraft.item.crafting.Ingredient@484b5261]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12057 crafttweaker:ct_shaped1217700656 RecipeStage{tier='one', recipe=1xitem.ritualcharm@0:[net.minecraftforge.oredict.OreIngredient@4af0da32, net.minecraftforge.oredict.OreIngredient@6cfaf559, net.minecraftforge.oredict.OreIngredient@2f9b5b7d, net.minecraftforge.oredict.OreIngredient@3dd1ccb5, net.minecraftforge.oredict.OreIngredient@71bca077, net.minecraftforge.oredict.OreIngredient@4a57c324, net.minecraftforge.oredict.OreIngredient@3f6229a0, net.minecraftforge.oredict.OreIngredient@c65ee9d, net.minecraftforge.oredict.OreIngredient@184e487e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12058 crafttweaker:ct_shaped-66886457 RecipeStage{tier='one', recipe=1xtile.statue@2:[net.minecraft.item.crafting.Ingredient@6c74f6b0, net.minecraft.item.crafting.Ingredient@42f5edb7, net.minecraftforge.oredict.OreIngredient@61c7f272, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12059 crafttweaker:ct_shaped1617705465 RecipeStage{tier='one', recipe=1xtile.statue@5:[net.minecraft.item.crafting.Ingredient@b204b8c, net.minecraft.item.crafting.Ingredient@40aaed2e, net.minecraftforge.oredict.OreIngredient@2ddf38d9, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12060 crafttweaker:ct_shaped1812289237 RecipeStage{tier='one', recipe=1xtile.statue@2:[net.minecraft.item.crafting.Ingredient@73d50b72, net.minecraft.item.crafting.Ingredient@7a2052af, net.minecraft.item.crafting.Ingredient@6d741358, net.minecraft.item.crafting.Ingredient@39b9f7df, net.minecraft.item.crafting.Ingredient@62ecf501, net.minecraft.item.crafting.Ingredient@1aa166d9, net.minecraft.item.crafting.Ingredient@57824806, net.minecraft.item.crafting.Ingredient@21f34a26, net.minecraft.item.crafting.Ingredient@24b2f7e4]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12061 crafttweaker:ct_shaped-1822887115 RecipeStage{tier='one', recipe=1xtile.statue@5:[net.minecraft.item.crafting.Ingredient@35b4ca05, net.minecraft.item.crafting.Ingredient@703366cd, net.minecraft.item.crafting.Ingredient@4b2aa097, net.minecraft.item.crafting.Ingredient@789473c1, net.minecraft.item.crafting.Ingredient@6b636a34, net.minecraft.item.crafting.Ingredient@d7c9b, net.minecraft.item.crafting.Ingredient@1e3d5a15, net.minecraft.item.crafting.Ingredient@456c3868, net.minecraft.item.crafting.Ingredient@35aed83b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12062 crafttweaker:ct_shaped1023742271 RecipeStage{tier='one', recipe=1xtile.statue@0:[net.minecraft.item.crafting.Ingredient@5eac93b1, net.minecraft.item.crafting.Ingredient@2a359783, net.minecraftforge.oredict.OreIngredient@e3e55d5, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12063 crafttweaker:ct_shaped-1306469257 RecipeStage{tier='one', recipe=1xtile.statue@1:[net.minecraft.item.crafting.Ingredient@4d123b29, net.minecraft.item.crafting.Ingredient@77991821, net.minecraftforge.oredict.OreIngredient@711600de, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12064 crafttweaker:ct_shaped-1116309871 RecipeStage{tier='one', recipe=1xtile.statue@6:[net.minecraft.item.crafting.Ingredient@d7a73d4, net.minecraft.item.crafting.Ingredient@516dca21, net.minecraftforge.oredict.OreIngredient@6e0a983d, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12065 crafttweaker:ct_shaped-1358467435 RecipeStage{tier='one', recipe=1xtile.statue@0:[net.minecraft.item.crafting.Ingredient@2f5b65d2, net.minecraft.item.crafting.Ingredient@7161473e, net.minecraft.item.crafting.Ingredient@4ee2b7f1, net.minecraft.item.crafting.Ingredient@74931560, net.minecraft.item.crafting.Ingredient@929bd5, net.minecraft.item.crafting.Ingredient@7bb1744e, net.minecraft.item.crafting.Ingredient@203719f6, net.minecraft.item.crafting.Ingredient@4ce32085, net.minecraft.item.crafting.Ingredient@583b56ff]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12066 crafttweaker:ct_shaped160703157 RecipeStage{tier='one', recipe=1xtile.statue@1:[net.minecraft.item.crafting.Ingredient@28d85ab2, net.minecraft.item.crafting.Ingredient@30380ef6, net.minecraft.item.crafting.Ingredient@658ae77c, net.minecraft.item.crafting.Ingredient@6704c99c, net.minecraft.item.crafting.Ingredient@de30204, net.minecraft.item.crafting.Ingredient@7d5ce2f0, net.minecraft.item.crafting.Ingredient@4fdf5b20, net.minecraft.item.crafting.Ingredient@ed6336e, net.minecraft.item.crafting.Ingredient@1bb0e392]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12067 crafttweaker:ct_shaped-171301035 RecipeStage{tier='one', recipe=1xtile.statue@6:[net.minecraft.item.crafting.Ingredient@161d976, net.minecraft.item.crafting.Ingredient@34d28421, net.minecraft.item.crafting.Ingredient@b209c96, net.minecraft.item.crafting.Ingredient@17904213, net.minecraft.item.crafting.Ingredient@183583fe, net.minecraft.item.crafting.Ingredient@38e6ff55, net.minecraft.item.crafting.Ingredient@372d10f3, net.minecraft.item.crafting.Ingredient@22384cdf, net.minecraft.item.crafting.Ingredient@16a60115]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12068 crafttweaker:ct_shaped-544310432 RecipeStage{tier='two', recipe=1xitem.gatewaykey@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@19b548c3, net.minecraft.item.crafting.Ingredient@4640698e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@267e8b2d, net.minecraft.item.crafting.Ingredient@f6885e, net.minecraft.item.crafting.Ingredient@33b62bd3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12069 crafttweaker:ct_shaped702927278 RecipeStage{tier='one', recipe=1xtile.statue@4:[net.minecraft.item.crafting.Ingredient@76ff2832, net.minecraft.item.crafting.Ingredient@240af223, net.minecraftforge.oredict.OreIngredient@100a3a84, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12070 crafttweaker:ct_shaped820494101 RecipeStage{tier='one', recipe=1xtile.statue@4:[net.minecraft.item.crafting.Ingredient@12e073e5, net.minecraft.item.crafting.Ingredient@1d516733, net.minecraft.item.crafting.Ingredient@6eb90550, net.minecraft.item.crafting.Ingredient@2fa6dc19, net.minecraft.item.crafting.Ingredient@3e48fd53, net.minecraft.item.crafting.Ingredient@28367d56, net.minecraft.item.crafting.Ingredient@e837e85, net.minecraft.item.crafting.Ingredient@17dc3d58, net.minecraft.item.crafting.Ingredient@6e87e895]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12071 crafttweaker:ct_shaped-37640211 RecipeStage{tier='one', recipe=1xtile.statue@3:[net.minecraft.item.crafting.Ingredient@7540f4de, net.minecraft.item.crafting.Ingredient@60a2dba5, net.minecraftforge.oredict.OreIngredient@16e20c14, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12072 crafttweaker:ct_shaped-831091979 RecipeStage{tier='one', recipe=1xtile.statue@3:[net.minecraft.item.crafting.Ingredient@47709d1d, net.minecraft.item.crafting.Ingredient@35e46729, net.minecraft.item.crafting.Ingredient@436dfdc3, net.minecraft.item.crafting.Ingredient@4569db16, net.minecraft.item.crafting.Ingredient@6b22ed3, net.minecraft.item.crafting.Ingredient@10f9cc03, net.minecraft.item.crafting.Ingredient@3c56a83a, net.minecraft.item.crafting.Ingredient@376c75cd, net.minecraft.item.crafting.Ingredient@20bf1145]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12073 crafttweaker:stage_one_item.corflesh RecipeStage{tier='one', recipe=1xitem.corflesh@0:[crafttweaker.mc1120.item.VanillaIngredient@4b4e927d, net.minecraftforge.oredict.OreIngredient@38bcdce1]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12074 crafttweaker:ct_shaped712119357 RecipeStage{tier='four', recipe=1xitem.actuallyadditions.item_battery@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@76e145f5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5793d5bf, net.minecraft.item.crafting.Ingredient@1e12fb8b, net.minecraftforge.oredict.OreIngredient@58de6d12, net.minecraftforge.oredict.OreIngredient@24ec5511, net.minecraftforge.oredict.OreIngredient@6d1b421e, net.minecraftforge.oredict.OreIngredient@645c3295]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12075 crafttweaker:ct_shaped2105870124 RecipeStage{tier='four', recipe=1xitem.actuallyadditions.item_laser_wrench@0:[net.minecraft.item.crafting.Ingredient@4fc175f1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12076 crafttweaker:ct_shaped-855871255 RecipeStage{tier='four', recipe=1xitem.actuallyadditions.item_misc@7:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@9c3e5c5, net.minecraft.item.crafting.Ingredient@3eff5d51, net.minecraft.item.crafting.Ingredient@3bb20881, net.minecraftforge.oredict.OreIngredient@7f988cfb, net.minecraft.item.crafting.Ingredient@6963b300, net.minecraft.item.crafting.Ingredient@2db26ea8, net.minecraft.item.crafting.Ingredient@66f9d9f, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12077 crafttweaker:ct_shaped227041590 RecipeStage{tier='four', recipe=1xtile.actuallyadditions.block_coffee_machine@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3dab36fd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@49a479fb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@77dd8949, net.minecraftforge.oredict.OreIngredient@d246148, net.minecraft.item.crafting.Ingredient@695ca2cf]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12078 crafttweaker:ct_shaped1602558567 RecipeStage{tier='four', recipe=1xtile.actuallyadditions.block_coal_generator@0:[net.minecraft.item.crafting.Ingredient@3dd65be, net.minecraft.item.crafting.Ingredient@18d1234d, net.minecraft.item.crafting.Ingredient@36d12f3e, net.minecraft.item.crafting.Ingredient@3a17b9f1, net.minecraft.item.crafting.Ingredient@528fcb98, net.minecraft.item.crafting.Ingredient@43d551cf, net.minecraft.item.crafting.Ingredient@7cc22e54, net.minecraft.item.crafting.Ingredient@7b1dd80c, net.minecraft.item.crafting.Ingredient@57621ffc]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12079 crafttweaker:ct_shaped-399408794 RecipeStage{tier='four', recipe=1xitem.actuallyadditions.item_battery_triple@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3ed067f6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@538d4ef6, net.minecraft.item.crafting.Ingredient@46452133, net.minecraftforge.oredict.OreIngredient@19f4bf8, net.minecraftforge.oredict.OreIngredient@3c4d73ea, net.minecraftforge.oredict.OreIngredient@58e706b, net.minecraftforge.oredict.OreIngredient@6aad8550]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12080 crafttweaker:ct_shaped198659456 RecipeStage{tier='three', recipe=1xitem.actuallyadditions.item_food@8:[crafttweaker.mc1120.item.VanillaIngredient@1196c376, crafttweaker.mc1120.item.VanillaIngredient@4613208d, crafttweaker.mc1120.item.VanillaIngredient@30681d0c, net.minecraft.item.crafting.Ingredient@36e98954, net.minecraft.item.crafting.Ingredient@1143618c, net.minecraft.item.crafting.Ingredient@4e0b2c61, net.minecraft.item.crafting.Ingredient@3e7bc8d1, net.minecraft.item.crafting.Ingredient@44224563, net.minecraft.item.crafting.Ingredient@4ee7136a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12081 crafttweaker:ct_shaped-724765194 RecipeStage{tier='four', recipe=1xitem.actuallyadditions.item_drill_upgrade_fortune@0:[net.minecraft.item.crafting.Ingredient@591856f3, net.minecraft.item.crafting.Ingredient@39c53041, net.minecraft.item.crafting.Ingredient@6f1a6347, net.minecraft.item.crafting.Ingredient@1910418d, crafttweaker.api.minecraft.CraftTweakerMC$1@2a43392, net.minecraft.item.crafting.Ingredient@12f35cbf, net.minecraft.item.crafting.Ingredient@2ecf15fd, net.minecraft.item.crafting.Ingredient@35c83580, net.minecraft.item.crafting.Ingredient@1653b808]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12082 crafttweaker:ct_shaped-1598845925 RecipeStage{tier='four', recipe=1xitem.actuallyadditions.item_misc@8:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3773b2c7, net.minecraft.item.crafting.Ingredient@410e6f30, net.minecraft.item.crafting.Ingredient@55512a17, net.minecraftforge.oredict.OreIngredient@37ada009, net.minecraft.item.crafting.Ingredient@1d62d9b1, net.minecraft.item.crafting.Ingredient@2fa752c2, net.minecraft.item.crafting.Ingredient@73fac4b3, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12083 crafttweaker:ct_shaped486727850 RecipeStage{tier='zero', recipe=1xitem.actuallyadditions.item_misc@12:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@298d8f2d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@22a964fc, crafttweaker.api.minecraft.CraftTweakerMC$1@378d1329, net.minecraft.item.crafting.Ingredient@12f79637, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@57c697a3, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12084 crafttweaker:ct_shaped1434876812 RecipeStage{tier='zero', recipe=1xitem.actuallyadditions.item_misc@12:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3e219723, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@616adf95, crafttweaker.mc1120.item.VanillaIngredient@4f02bba1, net.minecraft.item.crafting.Ingredient@2c1a466d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1eb05442, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12085 crafttweaker:ct_shaped903698970 RecipeStage{tier='zero', recipe=1xitem.actuallyadditions.item_misc@1:[net.minecraftforge.oredict.OreIngredient@2911b676, net.minecraftforge.oredict.OreIngredient@7394df46, net.minecraftforge.oredict.OreIngredient@d43d677, net.minecraftforge.oredict.OreIngredient@11cd91d9]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12086 crafttweaker:ct_shaped1017827560 RecipeStage{tier='four', recipe=1xitem.actuallyadditions.item_battery_quadruple@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@35cb3790, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6070a080, net.minecraft.item.crafting.Ingredient@73133297, net.minecraftforge.oredict.OreIngredient@e2d3675, net.minecraftforge.oredict.OreIngredient@62b6e797, net.minecraftforge.oredict.OreIngredient@7273fe1, net.minecraftforge.oredict.OreIngredient@6dca2218]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12087 crafttweaker:ct_shaped580875385 RecipeStage{tier='four', recipe=1xtile.actuallyadditions.block_misc@9:[net.minecraftforge.oredict.OreIngredient@ab33f4a, net.minecraft.item.crafting.Ingredient@5fecebd4, net.minecraftforge.oredict.OreIngredient@618a1fff, net.minecraft.item.crafting.Ingredient@5dec2b34, net.minecraft.item.crafting.Ingredient@4e3616ac, net.minecraft.item.crafting.Ingredient@763ce6f5, net.minecraftforge.oredict.OreIngredient@47786a2a, net.minecraft.item.crafting.Ingredient@7b714c7a, net.minecraftforge.oredict.OreIngredient@50cb6ce]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12088 crafttweaker:ct_shaped2010987569 RecipeStage{tier='four', recipe=1xitem.actuallyadditions.item_drill_upgrade_fortune_ii@0:[net.minecraft.item.crafting.Ingredient@1416e3d4, net.minecraftforge.oredict.OreIngredient@103be246, net.minecraft.item.crafting.Ingredient@61d87ea7, net.minecraftforge.oredict.OreIngredient@1820e94, crafttweaker.api.minecraft.CraftTweakerMC$1@22a95533, net.minecraftforge.oredict.OreIngredient@6dcfbaf2, net.minecraft.item.crafting.Ingredient@4f40ccaa, net.minecraftforge.oredict.OreIngredient@5e279d78, net.minecraft.item.crafting.Ingredient@36cf4b42]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12089 crafttweaker:ct_shaped1536777765 RecipeStage{tier='four', recipe=1xtile.actuallyadditions.block_fermenting_barrel@0:[net.minecraftforge.oredict.OreIngredient@26477f43, net.minecraftforge.oredict.OreIngredient@6f2bd2bd, net.minecraftforge.oredict.OreIngredient@d055e7d, net.minecraftforge.oredict.OreIngredient@41dc91c4, net.minecraft.item.crafting.Ingredient@5cfc43db, net.minecraftforge.oredict.OreIngredient@6df3dcc3, net.minecraftforge.oredict.OreIngredient@4a2291b6, net.minecraft.item.crafting.Ingredient@6fd57b87, net.minecraftforge.oredict.OreIngredient@51091f3d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12090 crafttweaker:ct_shaped1154017214 RecipeStage{tier='four', recipe=1xtile.actuallyadditions.block_feeder@0:[net.minecraftforge.oredict.OreIngredient@22efd41b, net.minecraft.item.crafting.Ingredient@7c1e5ed1, net.minecraftforge.oredict.OreIngredient@38531b96, net.minecraft.item.crafting.Ingredient@213a1b56, net.minecraft.item.crafting.Ingredient@7d294c66, net.minecraft.item.crafting.Ingredient@734f6dc4, net.minecraftforge.oredict.OreIngredient@53604790, net.minecraftforge.oredict.OreIngredient@22f11601, net.minecraftforge.oredict.OreIngredient@150c3445]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12091 crafttweaker:ct_shaped-1002339407 RecipeStage{tier='four', recipe=1xitem.actuallyadditions.item_drill_upgrade_five_by_five@0:[net.minecraftforge.oredict.OreIngredient@1d255a6d, net.minecraft.item.crafting.Ingredient@4ca8c29e, net.minecraftforge.oredict.OreIngredient@66c38414, net.minecraft.item.crafting.Ingredient@12192a95, net.minecraft.item.crafting.Ingredient@25d8fc89, net.minecraft.item.crafting.Ingredient@2fee669e, net.minecraftforge.oredict.OreIngredient@55f7a453, net.minecraft.item.crafting.Ingredient@ee171fa, net.minecraftforge.oredict.OreIngredient@6cbfe81b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12092 crafttweaker:ct_shaped-1039065959 RecipeStage{tier='four', recipe=1xtile.actuallyadditions.block_farmer@0:[net.minecraftforge.oredict.OreIngredient@3039b984, net.minecraft.item.crafting.Ingredient@588446ec, net.minecraftforge.oredict.OreIngredient@5d6f92a7, net.minecraftforge.oredict.OreIngredient@4e835621, net.minecraft.item.crafting.Ingredient@330b33ec, net.minecraftforge.oredict.OreIngredient@4942a047, net.minecraftforge.oredict.OreIngredient@6899e962, net.minecraft.item.crafting.Ingredient@3cff980e, net.minecraftforge.oredict.OreIngredient@5601482e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12093 crafttweaker:ct_shaped947138109 RecipeStage{tier='four', recipe=1xtile.actuallyadditions.block_canola_press@0:[net.minecraft.item.crafting.Ingredient@a9d8a31, net.minecraftforge.oredict.OreIngredient@2d68a0f9, net.minecraft.item.crafting.Ingredient@6d1772b2, net.minecraft.item.crafting.Ingredient@318b0706, net.minecraft.item.crafting.Ingredient@57a1df04, net.minecraft.item.crafting.Ingredient@3fa6d261, net.minecraft.item.crafting.Ingredient@69f2b5c5, net.minecraft.item.crafting.Ingredient@a82cca, net.minecraft.item.crafting.Ingredient@59a88a24]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12094 crafttweaker:ct_shaped1676612076 RecipeStage{tier='four', recipe=1xitem.actuallyadditions.item_battery_quintuple@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@50946eaa, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2cb4a5e0, net.minecraft.item.crafting.Ingredient@6d3b12c0, net.minecraftforge.oredict.OreIngredient@70df4ce9, net.minecraftforge.oredict.OreIngredient@3cd9d66, net.minecraftforge.oredict.OreIngredient@adfb35a, net.minecraftforge.oredict.OreIngredient@3fc70dd3]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12095 crafttweaker:ct_shaped39103055 RecipeStage{tier='four', recipe=1xitem.actuallyadditions.item_drill@3:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@35f5a6c6, net.minecraft.item.crafting.Ingredient@5a3c2bb3, net.minecraft.item.crafting.Ingredient@2d8e16cd, net.minecraft.item.crafting.Ingredient@2aa02f3a, net.minecraft.item.crafting.Ingredient@32fb6f3e, net.minecraft.item.crafting.Ingredient@9a1bb61, net.minecraft.item.crafting.Ingredient@54c4fce6, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12096 crafttweaker:ct_shaped-1194800696 RecipeStage{tier='zero', recipe=1xtile.actuallyadditions.block_compost@0:[net.minecraft.item.crafting.Ingredient@7fb6d0bb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@16ddd2ec, net.minecraft.item.crafting.Ingredient@12a319e5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@61f3f49b, net.minecraft.item.crafting.Ingredient@2889c316, net.minecraft.item.crafting.Ingredient@503b3e59, net.minecraft.item.crafting.Ingredient@5a5d798a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12097 crafttweaker:ct_shaped-1540225489 RecipeStage{tier='four', recipe=1xtile.actuallyadditions.block_giant_chest_large@0:[net.minecraftforge.oredict.OreIngredient@24f41976, net.minecraft.item.crafting.Ingredient@4203ff8d, net.minecraftforge.oredict.OreIngredient@4bc3c862, net.minecraftforge.oredict.OreIngredient@7a6379b9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7ed8e02a, net.minecraftforge.oredict.OreIngredient@237a97eb, net.minecraft.item.crafting.Ingredient@76afdb3e, net.minecraftforge.oredict.OreIngredient@1760dae3]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12098 crafttweaker:ct_shaped-1748220531 RecipeStage{tier='four', recipe=1xitem.actuallyadditions.item_drill_upgrade_speed_ii@0:[net.minecraftforge.oredict.OreIngredient@2e80a195, net.minecraft.item.crafting.Ingredient@5932be61, net.minecraftforge.oredict.OreIngredient@51ccf852, net.minecraft.item.crafting.Ingredient@40ea874a, net.minecraft.item.crafting.Ingredient@6bcd1acb, net.minecraft.item.crafting.Ingredient@27406065, net.minecraftforge.oredict.OreIngredient@117802b7, net.minecraft.item.crafting.Ingredient@53c0705, net.minecraftforge.oredict.OreIngredient@6244e2b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12099 crafttweaker:ct_shaped-525989080 RecipeStage{tier='four', recipe=1xtile.assembly_drill@0:[net.minecraft.item.crafting.Ingredient@224355c2, net.minecraft.item.crafting.Ingredient@73ff9687, net.minecraft.item.crafting.Ingredient@169eb3d2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@326ff23c, net.minecraftforge.oredict.OreIngredient@a3a4cf6, net.minecraft.item.crafting.Ingredient@5fea898, net.minecraftforge.oredict.OreIngredient@661d9bd6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12100 crafttweaker:ct_shaped-539277197 RecipeStage{tier='four', recipe=1xtile.actuallyadditions.block_grinder@0:[net.minecraftforge.oredict.OreIngredient@2b2e7b3b, net.minecraft.item.crafting.Ingredient@73abcf54, net.minecraftforge.oredict.OreIngredient@36113d1, net.minecraft.item.crafting.Ingredient@928fb40, net.minecraft.item.crafting.Ingredient@5107befd, net.minecraft.item.crafting.Ingredient@7cfb0ae6, net.minecraftforge.oredict.OreIngredient@770f6133, net.minecraft.item.crafting.Ingredient@39336669, net.minecraftforge.oredict.OreIngredient@55afd7e4]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12101 crafttweaker:ct_shaped11209503 RecipeStage{tier='four', recipe=1xtile.actuallyadditions.block_grinder_double@0:[net.minecraftforge.oredict.OreIngredient@71a75b8d, net.minecraftforge.oredict.OreIngredient@7dadaa73, net.minecraftforge.oredict.OreIngredient@5f8f8b81, net.minecraft.item.crafting.Ingredient@74346763, net.minecraft.item.crafting.Ingredient@3f04315b, net.minecraft.item.crafting.Ingredient@2feaeafa, net.minecraftforge.oredict.OreIngredient@c1aaf05, net.minecraftforge.oredict.OreIngredient@5b42ce9a, net.minecraftforge.oredict.OreIngredient@4552b240]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12102 crafttweaker:ct_shaped261703623 RecipeStage{tier='four', recipe=1xtile.actuallyadditions.block_misc@8:[net.minecraft.item.crafting.Ingredient@3d173d2a, net.minecraftforge.oredict.OreIngredient@642ccf0a, net.minecraft.item.crafting.Ingredient@29d7fb0b, net.minecraftforge.oredict.OreIngredient@79c78cc3, net.minecraft.item.crafting.Ingredient@7d3d00bc, net.minecraftforge.oredict.OreIngredient@7febd48e, net.minecraft.item.crafting.Ingredient@697277db, net.minecraftforge.oredict.OreIngredient@2c165fa2, net.minecraft.item.crafting.Ingredient@393b827c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12103 crafttweaker:ct_shaped744794072 RecipeStage{tier='four', recipe=1xtile.actuallyadditions.block_furnace_solar@0:[net.minecraft.item.crafting.Ingredient@18556e71, net.minecraft.item.crafting.Ingredient@62e30e0f, net.minecraft.item.crafting.Ingredient@7c96a6be, net.minecraft.item.crafting.Ingredient@195bf332, net.minecraft.item.crafting.Ingredient@2ace308e, net.minecraft.item.crafting.Ingredient@5027c0ae, net.minecraft.item.crafting.Ingredient@19cd2f42, net.minecraft.item.crafting.Ingredient@5fc99d2a, net.minecraft.item.crafting.Ingredient@4589c1d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12104 crafttweaker:ct_shaped930910017 RecipeStage{tier='four', recipe=1xitem.actuallyadditions.item_battery_double@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6a941e88, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1ad39ba7, net.minecraft.item.crafting.Ingredient@9e0651a, net.minecraftforge.oredict.OreIngredient@4918b84f, net.minecraftforge.oredict.OreIngredient@3b29fba, net.minecraftforge.oredict.OreIngredient@5ba32c8, net.minecraftforge.oredict.OreIngredient@ff84fd0]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12105 crafttweaker:ct_shaped623542791 RecipeStage{tier='four', recipe=1xitem.actuallyadditions.item_drill_upgrade_silk_touch@0:[net.minecraft.item.crafting.Ingredient@32e44a0, net.minecraftforge.oredict.OreIngredient@14f65430, net.minecraft.item.crafting.Ingredient@400e0814, net.minecraftforge.oredict.OreIngredient@dc5590a, net.minecraft.item.crafting.Ingredient@7c3f0756, net.minecraftforge.oredict.OreIngredient@5ace8b35, net.minecraft.item.crafting.Ingredient@6a3076d0, net.minecraftforge.oredict.OreIngredient@4d9a7f95, net.minecraft.item.crafting.Ingredient@491bd4c7]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12106 crafttweaker:ct_shaped-375673025 RecipeStage{tier='four', recipe=1xitem.actuallyadditions.item_drill_upgrade_three_by_three@0:[net.minecraftforge.oredict.OreIngredient@672269f2, net.minecraft.item.crafting.Ingredient@e4d0530, net.minecraftforge.oredict.OreIngredient@1035b5bb, net.minecraftforge.oredict.OreIngredient@71fe696, net.minecraft.item.crafting.Ingredient@7386627e, net.minecraftforge.oredict.OreIngredient@15848dbb, net.minecraftforge.oredict.OreIngredient@28a17add, net.minecraft.item.crafting.Ingredient@50f21209, net.minecraftforge.oredict.OreIngredient@10270ffb]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12107 crafttweaker:ct_shaped513071144 RecipeStage{tier='three', recipe=1xitem.actuallyadditions.item_food@14:[net.minecraft.item.crafting.Ingredient@21ffa111, net.minecraft.item.crafting.Ingredient@22b5061, net.minecraft.item.crafting.Ingredient@42096877, net.minecraft.item.crafting.Ingredient@6af9ef1a, net.minecraft.item.crafting.Ingredient@36522c7d, net.minecraft.item.crafting.Ingredient@6ea2ca8e, net.minecraft.item.crafting.Ingredient@67e14dfd, net.minecraft.item.crafting.Ingredient@4245ef24, net.minecraft.item.crafting.Ingredient@655302d5]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12108 crafttweaker:ct_shaped663833163 RecipeStage{tier='four', recipe=1xtile.actuallyadditions.block_heat_collector@0:[net.minecraft.item.crafting.Ingredient@1d5d524b, net.minecraft.item.crafting.Ingredient@703e7ab8, net.minecraft.item.crafting.Ingredient@1def9754, net.minecraft.item.crafting.Ingredient@60d77b96, net.minecraftforge.oredict.OreIngredient@17efb2cd, net.minecraft.item.crafting.Ingredient@1407f132, net.minecraft.item.crafting.Ingredient@753381d1, net.minecraft.item.crafting.Ingredient@2ee35f2a, net.minecraft.item.crafting.Ingredient@4470f9e1]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12109 crafttweaker:ct_shaped-1087740312 RecipeStage{tier='four', recipe=1xtile.actuallyadditions.block_bio_reactor@0:[net.minecraftforge.oredict.OreIngredient@6f550e3c, net.minecraft.item.crafting.Ingredient@601370e, net.minecraftforge.oredict.OreIngredient@322f22eb, net.minecraftforge.oredict.OreIngredient@71d36abe, net.minecraftforge.oredict.OreIngredient@3630ae56, net.minecraftforge.oredict.OreIngredient@398646d9, net.minecraftforge.oredict.OreIngredient@72f51378, net.minecraft.item.crafting.Ingredient@18991102, net.minecraftforge.oredict.OreIngredient@2be84e59]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12110 crafttweaker:ct_shaped-1290900207 RecipeStage{tier='five', recipe=1xtile.actuallyadditions.block_fishing_net@0:[net.minecraft.item.crafting.Ingredient@20d37573, net.minecraft.item.crafting.Ingredient@7ae7dcc2, net.minecraft.item.crafting.Ingredient@2a26d39d, net.minecraft.item.crafting.Ingredient@43d5ca06, crafttweaker.api.minecraft.CraftTweakerMC$1@789657e2, net.minecraft.item.crafting.Ingredient@3c5395fe, net.minecraft.item.crafting.Ingredient@20f503d2, net.minecraft.item.crafting.Ingredient@4d9d6830, net.minecraft.item.crafting.Ingredient@77e0f26]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12111 crafttweaker:ct_shaped1063877739 RecipeStage{tier='four', recipe=1xtile.actuallyadditions.block_breaker@0:[net.minecraft.item.crafting.Ingredient@27a28652, net.minecraft.item.crafting.Ingredient@2f41eae7, net.minecraft.item.crafting.Ingredient@93bcbd7, net.minecraft.item.crafting.Ingredient@7e4bf2e9, net.minecraft.item.crafting.Ingredient@4d687b64, net.minecraft.item.crafting.Ingredient@6ddea6fc, net.minecraft.item.crafting.Ingredient@3a6cbde3, net.minecraft.item.crafting.Ingredient@1b91ccfd, net.minecraft.item.crafting.Ingredient@15ac37b0]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12112 crafttweaker:ct_shaped118329493 RecipeStage{tier='two', recipe=1xtile.actuallyadditions.block_smiley_cloud@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@ddd9abf, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5281ad42, crafttweaker.mc1120.item.VanillaIngredient@476275cb, net.minecraft.item.crafting.Ingredient@3307db20, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@526eb79d, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12113 crafttweaker:ct_shaped-2033905681 RecipeStage{tier='four', recipe=1xitem.actuallyadditions.item_misc@16:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@ddaeb2f, net.minecraft.item.crafting.Ingredient@59420b72, net.minecraft.item.crafting.Ingredient@549105a1, net.minecraft.item.crafting.Ingredient@736482f1, net.minecraft.item.crafting.Ingredient@293d9c21, net.minecraft.item.crafting.Ingredient@606d0bef, net.minecraft.item.crafting.Ingredient@3c0da64e, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12114 crafttweaker:ct_shaped696484392 RecipeStage{tier='three', recipe=3xitem.actuallyadditions.item_food@12:[net.minecraft.item.crafting.Ingredient@6b29d834, net.minecraft.item.crafting.Ingredient@2eb09de4]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12115 crafttweaker:ct_shaped1521453944 RecipeStage{tier='four', recipe=1xtile.actuallyadditions.block_oil_generator@0:[net.minecraft.item.crafting.Ingredient@260ad9ae, net.minecraft.item.crafting.Ingredient@776424f7, net.minecraft.item.crafting.Ingredient@52a9aa57, net.minecraft.item.crafting.Ingredient@785c525b, net.minecraft.item.crafting.Ingredient@86b3357, net.minecraft.item.crafting.Ingredient@5efefd31, net.minecraft.item.crafting.Ingredient@419a1fab, net.minecraft.item.crafting.Ingredient@5bce4349, net.minecraft.item.crafting.Ingredient@aee32ec]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12116 crafttweaker:ct_shaped610180125 RecipeStage{tier='four', recipe=1xtile.actuallyadditions.block_giant_chest_medium@0:[net.minecraftforge.oredict.OreIngredient@235041f5, net.minecraft.item.crafting.Ingredient@32266573, net.minecraftforge.oredict.OreIngredient@1bdbbc75, net.minecraftforge.oredict.OreIngredient@605994b0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@41a73ea7, net.minecraftforge.oredict.OreIngredient@40abc61d, net.minecraft.item.crafting.Ingredient@655e269, net.minecraftforge.oredict.OreIngredient@2a851a07]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12117 crafttweaker:ct_shaped256545472 RecipeStage{tier='four', recipe=1xtile.actuallyadditions.block_furnace_double@0:[net.minecraftforge.oredict.OreIngredient@52af5bf6, net.minecraft.item.crafting.Ingredient@4c2af490, net.minecraftforge.oredict.OreIngredient@654501d6, net.minecraft.item.crafting.Ingredient@67926a5b, net.minecraft.item.crafting.Ingredient@4f4afdb4, net.minecraft.item.crafting.Ingredient@545f1eb9, net.minecraftforge.oredict.OreIngredient@19d9ee55, net.minecraft.item.crafting.Ingredient@6ded8f87, net.minecraftforge.oredict.OreIngredient@75d278d3]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12118 crafttweaker:ct_shaped1407014634 RecipeStage{tier='four', recipe=1xitem.actuallyadditions.item_drill_upgrade_speed@0:[net.minecraftforge.oredict.OreIngredient@59d41a06, net.minecraft.item.crafting.Ingredient@f29fc2f, net.minecraftforge.oredict.OreIngredient@eb9dbfa, net.minecraft.item.crafting.Ingredient@68cb2e1e, net.minecraftforge.oredict.OreIngredient@11360d2b, net.minecraft.item.crafting.Ingredient@51be53a6, net.minecraftforge.oredict.OreIngredient@11182460, net.minecraft.item.crafting.Ingredient@20924383, net.minecraftforge.oredict.OreIngredient@1ec4def]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12119 crafttweaker:ct_shaped-2037551749 RecipeStage{tier='four', recipe=1xitem.actuallyadditions.item_drill_upgrade_speed_iii@0:[net.minecraftforge.oredict.OreIngredient@22ec0d17, net.minecraft.item.crafting.Ingredient@7207160e, net.minecraftforge.oredict.OreIngredient@403bdd96, net.minecraft.item.crafting.Ingredient@23db634b, net.minecraft.item.crafting.Ingredient@611d5692, net.minecraft.item.crafting.Ingredient@2b608bd9, net.minecraftforge.oredict.OreIngredient@3529244e, net.minecraft.item.crafting.Ingredient@4d10d89b, net.minecraftforge.oredict.OreIngredient@4632ae6d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12120 crafttweaker:ct_shaped-1039859961 RecipeStage{tier='four', recipe=1xitem.actuallyadditions.item_drill_upgrade_block_placing@0:[net.minecraft.item.crafting.Ingredient@69a3db31, net.minecraft.item.crafting.Ingredient@15d4991f, net.minecraft.item.crafting.Ingredient@5e4b5f3e, net.minecraftforge.oredict.OreIngredient@dd9c35c, net.minecraft.item.crafting.Ingredient@7a54eb85, net.minecraftforge.oredict.OreIngredient@4b7989b1, net.minecraft.item.crafting.Ingredient@4f4f8d4f, net.minecraft.item.crafting.Ingredient@c4f64d9, net.minecraft.item.crafting.Ingredient@511abe16]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12121 crafttweaker:ct_shaped-1285126745 RecipeStage{tier='four', recipe=2xtile.actuallyadditions.block_greenhouse_glass@0:[net.minecraft.item.crafting.Ingredient@56299185, net.minecraftforge.oredict.OreIngredient@653f5bfa, net.minecraft.item.crafting.Ingredient@12a18228, net.minecraftforge.oredict.OreIngredient@164f6464, net.minecraft.item.crafting.Ingredient@c707a91, net.minecraftforge.oredict.OreIngredient@138f006e, net.minecraft.item.crafting.Ingredient@d2160f5, net.minecraftforge.oredict.OreIngredient@60205971, net.minecraft.item.crafting.Ingredient@6f8b1316]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12122 crafttweaker:ct_shaped1841198287 RecipeStage{tier='four', recipe=1xtile.actuallyadditions.block_directional_breaker@0:[net.minecraft.item.crafting.Ingredient@4ecf2f9, net.minecraft.item.crafting.Ingredient@24c1c59, net.minecraft.item.crafting.Ingredient@604536b0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@57e18a0d, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12123 crafttweaker:ct_shapeless1545528944 RecipeStage{tier='zero', recipe=1xitem.actuallyadditions.item_coffee_seed@0:[net.minecraft.item.crafting.Ingredient@34f9d132]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12124 crafttweaker:ct_shapeless255578013 RecipeStage{tier='zero', recipe=1xitem.actuallyadditions.item_misc@9:[net.minecraft.item.crafting.Ingredient@56b5bd20, net.minecraftforge.oredict.OreIngredient@1f0cf1f0, crafttweaker.mc1120.item.VanillaIngredient@4466a1fe]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12125 crafttweaker:ct_shapeless1158764806 RecipeStage{tier='zero', recipe=1xitem.actuallyadditions.item_misc@9:[net.minecraft.item.crafting.Ingredient@3e6c8801, net.minecraftforge.oredict.OreIngredient@45cb7e51, crafttweaker.mc1120.item.VanillaIngredient@3d308469]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12126 crafttweaker:ct_shapeless-457685592 RecipeStage{tier='zero', recipe=1xitem.actuallyadditions.item_misc@9:[net.minecraft.item.crafting.Ingredient@4ca8bb60, net.minecraftforge.oredict.OreIngredient@165e0e74, crafttweaker.api.minecraft.CraftTweakerMC$1@879c318]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12127 crafttweaker:ct_shapeless-532461249 RecipeStage{tier='four', recipe=1xitem.actuallyadditions.item_booklet@0:[net.minecraft.item.crafting.Ingredient@31d31db2, net.minecraft.item.crafting.Ingredient@3829c353]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12128 crafttweaker:colored_drill RecipeStage{tier='four', recipe=1xitem.actuallyadditions.item_drill@32767:[crafttweaker.mc1120.item.VanillaIngredient@4717e05e, crafttweaker.mc1120.item.VanillaIngredient@b051117]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12129 crafttweaker:ct_shaped949412124 RecipeStage{tier='zero', recipe=1xitem.animalium.dog_boots@0:[net.minecraft.item.crafting.Ingredient@3a83d15a, net.minecraft.item.crafting.Ingredient@1f078918, net.minecraft.item.crafting.Ingredient@67ea8fb6, net.minecraft.item.crafting.Ingredient@44c4b7f5, net.minecraft.item.crafting.Ingredient@6069b736, net.minecraft.item.crafting.Ingredient@4305ad6a, net.minecraftforge.oredict.OreIngredient@70211d83, net.minecraft.item.crafting.Ingredient@113b776d, net.minecraftforge.oredict.OreIngredient@3c46a27b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12130 crafttweaker:stage_one_item.emptyantiqueatlas RecipeStage{tier='one', recipe=1xitem.emptyAntiqueAtlas@0:[net.minecraft.item.crafting.Ingredient@52c62664, net.minecraft.item.crafting.Ingredient@2a73e4ba, net.minecraft.item.crafting.Ingredient@60397e86, net.minecraft.item.crafting.Ingredient@69e54d80, net.minecraft.item.crafting.Ingredient@a73b3de, net.minecraft.item.crafting.Ingredient@3f90d01e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12131 crafttweaker:ct_shaped1142849148 RecipeStage{tier='four', recipe=1xtile.appliedenergistics2.interface@0:[net.minecraft.item.crafting.Ingredient@14764424, net.minecraft.item.crafting.Ingredient@57bc9267, net.minecraft.item.crafting.Ingredient@40c6260d, net.minecraft.item.crafting.Ingredient@79ef1e2b, net.minecraft.item.crafting.Ingredient@5f9e2256, net.minecraft.item.crafting.Ingredient@6c82ac68, net.minecraft.item.crafting.Ingredient@1d0519bb, net.minecraft.item.crafting.Ingredient@1c1a4276, net.minecraft.item.crafting.Ingredient@32385f31]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12132 crafttweaker:ct_shaped229256438 RecipeStage{tier='two', recipe=1xtile.appliedenergistics2.crank@0:[net.minecraft.item.crafting.Ingredient@4ba044f2, net.minecraft.item.crafting.Ingredient@7e5d54fc, net.minecraft.item.crafting.Ingredient@309ab0b3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@402ba046, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@965fb65]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12133 crafttweaker:ct_shaped-933485853 RecipeStage{tier='four', recipe=1xitem.appliedenergistics2.part@180:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1d8ba401, net.minecraft.item.crafting.Ingredient@7871802b, net.minecraft.item.crafting.Ingredient@654536f3, net.minecraft.item.crafting.Ingredient@435d57ed, net.minecraft.item.crafting.Ingredient@336482b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@77b2e0be, net.minecraft.item.crafting.Ingredient@3b0ca215]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12134 crafttweaker:ct_shaped496461577 RecipeStage{tier='four', recipe=1xitem.appliedenergistics2.part@360:[net.minecraft.item.crafting.Ingredient@12c768a6, net.minecraft.item.crafting.Ingredient@23011dc5, net.minecraft.item.crafting.Ingredient@43d6be0b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12135 crafttweaker:ct_shaped804781819 RecipeStage{tier='two', recipe=1xtile.appliedenergistics2.grindstone@0:[net.minecraft.item.crafting.Ingredient@1d14a06e, net.minecraft.item.crafting.Ingredient@343f6932, net.minecraft.item.crafting.Ingredient@1ffbb545, net.minecraft.item.crafting.Ingredient@692b7657, net.minecraft.item.crafting.Ingredient@5104accc, net.minecraft.item.crafting.Ingredient@1ebd3927, net.minecraft.item.crafting.Ingredient@5c2ef628, net.minecraft.item.crafting.Ingredient@6e05ba34, net.minecraft.item.crafting.Ingredient@1a9319f4]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12136 crafttweaker:ct_shaped937314004 RecipeStage{tier='four', recipe=1xitem.appliedenergistics2.part@380:[net.minecraft.item.crafting.Ingredient@6d107f80, net.minecraft.item.crafting.Ingredient@46245bbc, net.minecraft.item.crafting.Ingredient@5b38d56, net.minecraft.item.crafting.Ingredient@7ed78ad]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12137 crafttweaker:ct_shaped1691002374 RecipeStage{tier='zero', recipe=1xitem.astikorcarts:plowcart@0:[net.minecraft.item.crafting.Ingredient@69effbaf, net.minecraft.item.crafting.Ingredient@df2b495, net.minecraft.item.crafting.Ingredient@14324140, net.minecraft.item.crafting.Ingredient@78f66b7b, net.minecraft.item.crafting.Ingredient@6ed2d549, net.minecraft.item.crafting.Ingredient@769c921a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12138 crafttweaker:ct_shaped1668791162 RecipeStage{tier='zero', recipe=1xitem.astikorcarts:cargocart@0:[net.minecraftforge.oredict.OreIngredient@70a2e5c8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3bc4f514, net.minecraft.item.crafting.Ingredient@434407b8, net.minecraftforge.oredict.OreIngredient@51da4188, net.minecraft.item.crafting.Ingredient@363172de, net.minecraft.item.crafting.Ingredient@2ac15d59, net.minecraftforge.oredict.OreIngredient@49dbe67e, net.minecraft.item.crafting.Ingredient@4a0e38cc]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12139 crafttweaker:ct_shaped-1228599422 RecipeStage{tier='zero', recipe=1xitem.astikorcarts:mobcart@0:[net.minecraftforge.oredict.OreIngredient@779414d1, net.minecraftforge.oredict.OreIngredient@579fa4ef, net.minecraftforge.oredict.OreIngredient@41e15074, net.minecraft.item.crafting.Ingredient@7a12d8dc, net.minecraftforge.oredict.OreIngredient@2df769d3, net.minecraft.item.crafting.Ingredient@7e5085e, net.minecraft.item.crafting.Ingredient@4c4c8a26, net.minecraftforge.oredict.OreIngredient@20f46f4b, net.minecraft.item.crafting.Ingredient@36db2377]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12140 crafttweaker:ct_shaped1506958005 RecipeStage{tier='zero', recipe=1xitem.astikorcarts:wheel@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@19d36a0a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@31e6ceac, net.minecraftforge.oredict.OreIngredient@32eb71ec, net.minecraft.item.crafting.Ingredient@5d443c5d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5f459ec5, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12141 crafttweaker:ct_shaped2025463654 RecipeStage{tier='two', recipe=1xitem.itemskyresonator@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@58d1a82f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@315cd6c8, crafttweaker.mc1120.item.VanillaIngredient@4d06b26a, net.minecraftforge.oredict.OreIngredient@3ec6beb9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6b83f99e, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12142 crafttweaker:ct_shaped-1716549328 RecipeStage{tier='one', recipe=1xitem.itemcraftingcomponent@5:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3c3e98b0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@44d3f8bf, net.minecraft.item.crafting.Ingredient@4feba5ea, net.minecraft.item.crafting.Ingredient@3b50fa80, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@73e31e42, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12143 crafttweaker:ct_shaped-1759948465 RecipeStage{tier='one', recipe=1xitem.itemjournal@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@28ae0681, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3af8328b, net.minecraft.item.crafting.Ingredient@6c05bae, net.minecraft.item.crafting.Ingredient@6dba443a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3578dd02, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12144 crafttweaker:ct_shaped-976031126 RecipeStage{tier='two', recipe=1xitem.itemwand@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4e6fdd4c, net.minecraft.item.crafting.Ingredient@4a76e204, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7552e4e4, net.minecraft.item.crafting.Ingredient@631a781, net.minecraftforge.oredict.OreIngredient@36849fb6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12145 crafttweaker:stage_two_item.itemcraftingcomponent.parchment RecipeStage{tier='two', recipe=1xitem.itemcraftingcomponent@5:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4b1f3da0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@290895e3, net.minecraft.item.crafting.Ingredient@228e22ec, net.minecraft.item.crafting.Ingredient@30e57024, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@225b9a5, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12146 crafttweaker:stage_two_item.itemjournal RecipeStage{tier='two', recipe=1xitem.itemjournal@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6f6f938f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3ca555cc, net.minecraft.item.crafting.Ingredient@27da762c, net.minecraft.item.crafting.Ingredient@81d1be3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1b7d1284, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12147 crafttweaker:ct_shaped-989541296 RecipeStage{tier='three', recipe=1xitem.betterbuilderswands.wandunrestricted@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@de02f12, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@79ff4394, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@195d9d4b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12148 crafttweaker:ct_shaped481866512 RecipeStage{tier='two', recipe=1xitem.betterbuilderswands.wandadvanced@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6a4755d6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@66537f33, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@65b3638e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12149 crafttweaker:ct_shaped-1046276262 RecipeStage{tier='four', recipe=1xitem.betterbuilderswands.wandunbreakable@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@10710db6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@40c8138b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3d1f4646, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12150 crafttweaker:ct_shaped-1180633666 RecipeStage{tier='one', recipe=1xitem.betterbuilderswands.wandbasic@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@43ceed78, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5bca540a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5b1e50b3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12151 crafttweaker:ct_shaped379064741 RecipeStage{tier='one', recipe=3xtile.aqueduct@2:[net.minecraft.item.crafting.Ingredient@1c7400e0, net.minecraft.item.crafting.Ingredient@28658b3b, net.minecraft.item.crafting.Ingredient@2186f039, net.minecraft.item.crafting.Ingredient@8b4a772, net.minecraft.item.crafting.Ingredient@347bc584, net.minecraft.item.crafting.Ingredient@30c3ac63]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12152 crafttweaker:ct_shaped-601213717 RecipeStage{tier='one', recipe=1xitem.bolt@6:[net.minecraft.item.crafting.Ingredient@26d2857a, net.minecraft.item.crafting.Ingredient@b7029e5, net.minecraft.item.crafting.Ingredient@61cd8aea, net.minecraft.item.crafting.Ingredient@4cc09204, net.minecraft.item.crafting.Ingredient@7e0b27b3, net.minecraft.item.crafting.Ingredient@743e0696, net.minecraft.item.crafting.Ingredient@79a95821, net.minecraft.item.crafting.Ingredient@3131a5a2, net.minecraft.item.crafting.Ingredient@16a02a88]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12153 crafttweaker:ct_shaped-935378906 RecipeStage{tier='one', recipe=1xtile.spindle@0:[net.minecraft.item.crafting.Ingredient@12ae847c, net.minecraft.item.crafting.Ingredient@2175ae58, net.minecraft.item.crafting.Ingredient@1dd50361]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12154 crafttweaker:ct_shaped-773264775 RecipeStage{tier='one', recipe=3xtile.aqueduct@10:[net.minecraft.item.crafting.Ingredient@ab68e39, net.minecraft.item.crafting.Ingredient@6cdd6677, net.minecraft.item.crafting.Ingredient@605612da, net.minecraft.item.crafting.Ingredient@55addbba, net.minecraft.item.crafting.Ingredient@6bd45070, net.minecraft.item.crafting.Ingredient@6c3d7da3]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12155 crafttweaker:ct_shaped-226778847 RecipeStage{tier='one', recipe=3xtile.aqueduct@6:[net.minecraft.item.crafting.Ingredient@3c2d623c, net.minecraft.item.crafting.Ingredient@7661e08, net.minecraft.item.crafting.Ingredient@4e789944, net.minecraft.item.crafting.Ingredient@49af254d, net.minecraft.item.crafting.Ingredient@1ec492c6, net.minecraft.item.crafting.Ingredient@29655948]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12156 crafttweaker:ct_shaped-929074126 RecipeStage{tier='one', recipe=3xtile.aqueduct@1:[net.minecraft.item.crafting.Ingredient@235d5799, net.minecraft.item.crafting.Ingredient@13e88bf2, net.minecraft.item.crafting.Ingredient@298069eb, net.minecraft.item.crafting.Ingredient@2a2cca8a, net.minecraft.item.crafting.Ingredient@6384a1c9, net.minecraft.item.crafting.Ingredient@34e41150]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12157 crafttweaker:ct_shaped769505130 RecipeStage{tier='one', recipe=3xtile.aqueduct@7:[net.minecraft.item.crafting.Ingredient@1e81e916, net.minecraft.item.crafting.Ingredient@523518d6, net.minecraft.item.crafting.Ingredient@147971b0, net.minecraft.item.crafting.Ingredient@39cfe, net.minecraft.item.crafting.Ingredient@115b1cb1, net.minecraft.item.crafting.Ingredient@6b5245e4]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12158 crafttweaker:ct_shaped1100822082 RecipeStage{tier='two', recipe=1xtile.redstone_emitter@0:[crafttweaker.mc1120.item.VanillaIngredient@34f95dcf, crafttweaker.mc1120.item.VanillaIngredient@2881c3c2, crafttweaker.mc1120.item.VanillaIngredient@61f6ecf7, net.minecraft.item.crafting.Ingredient@18f2e848, net.minecraft.item.crafting.Ingredient@669bc9bc, net.minecraft.item.crafting.Ingredient@4022997e, crafttweaker.mc1120.item.VanillaIngredient@16e544d9, crafttweaker.mc1120.item.VanillaIngredient@195a4ee5, crafttweaker.mc1120.item.VanillaIngredient@21b4a25b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12159 crafttweaker:ct_shaped-911601738 crafttweaker.mc1120.recipes.MCRecipeShaped@20f39997 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12160 crafttweaker:ct_shaped160568516 RecipeStage{tier='two', recipe=3xtile.aqueduct@0:[net.minecraft.item.crafting.Ingredient@2ec9a918, net.minecraft.item.crafting.Ingredient@1e5d33b1, net.minecraft.item.crafting.Ingredient@77b3f53d, net.minecraft.item.crafting.Ingredient@3ee3fbf2, net.minecraft.item.crafting.Ingredient@5d01145f, net.minecraft.item.crafting.Ingredient@2a3664f5]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12161 crafttweaker:ct_shaped749368173 RecipeStage{tier='one', recipe=1xtile.loom@0:[net.minecraftforge.oredict.OreIngredient@42c47693, net.minecraftforge.oredict.OreIngredient@63d92952, net.minecraftforge.oredict.OreIngredient@362f6a9a, net.minecraftforge.oredict.OreIngredient@2f27b166, net.minecraft.item.crafting.Ingredient@4e362aff, net.minecraftforge.oredict.OreIngredient@640f09d2, net.minecraftforge.oredict.OreIngredient@2939d473, net.minecraftforge.oredict.OreIngredient@3b87ecb3, net.minecraftforge.oredict.OreIngredient@441948ee]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12162 crafttweaker:ct_shaped-1543305784 RecipeStage{tier='one', recipe=1xitem.bolt@1:[net.minecraft.item.crafting.Ingredient@58c49826, net.minecraft.item.crafting.Ingredient@3f395501, net.minecraft.item.crafting.Ingredient@3b5fd421, net.minecraft.item.crafting.Ingredient@358fb59c, net.minecraft.item.crafting.Ingredient@49760ea3, net.minecraft.item.crafting.Ingredient@3c92cbd1, net.minecraft.item.crafting.Ingredient@79a9eebe, net.minecraft.item.crafting.Ingredient@31428742, net.minecraft.item.crafting.Ingredient@48b894df]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12163 crafttweaker:ct_shaped121749929 RecipeStage{tier='one', recipe=3xtile.aqueduct@8:[net.minecraft.item.crafting.Ingredient@62de025a, net.minecraft.item.crafting.Ingredient@54b4cca1, net.minecraft.item.crafting.Ingredient@71e939e2, net.minecraft.item.crafting.Ingredient@7dfb556c, net.minecraft.item.crafting.Ingredient@6fa5545b, net.minecraft.item.crafting.Ingredient@1d064cca]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12164 crafttweaker:ct_shaped-901993715 RecipeStage{tier='one', recipe=3xtile.aqueduct@3:[net.minecraft.item.crafting.Ingredient@259840a1, net.minecraft.item.crafting.Ingredient@2ef314b, net.minecraft.item.crafting.Ingredient@47adaac1, net.minecraft.item.crafting.Ingredient@68e2cee2, net.minecraft.item.crafting.Ingredient@f180617, net.minecraft.item.crafting.Ingredient@74861bd6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12165 crafttweaker:ct_shaped-1116994014 RecipeStage{tier='one', recipe=3xtile.aqueduct@5:[net.minecraft.item.crafting.Ingredient@5ed74c25, net.minecraft.item.crafting.Ingredient@20bc1cc3, net.minecraft.item.crafting.Ingredient@6fdb8e7d, net.minecraft.item.crafting.Ingredient@2bc770fb, net.minecraft.item.crafting.Ingredient@4f15a7c2, net.minecraft.item.crafting.Ingredient@f8ff0e7]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12166 crafttweaker:ct_shaped1186744031 RecipeStage{tier='one', recipe=3xtile.aqueduct@9:[net.minecraft.item.crafting.Ingredient@3c942f0d, net.minecraft.item.crafting.Ingredient@2cc4c0cc, net.minecraft.item.crafting.Ingredient@4e0d5921, net.minecraft.item.crafting.Ingredient@3ef580cf, net.minecraft.item.crafting.Ingredient@23842c5b, net.minecraft.item.crafting.Ingredient@294c5a47]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12167 crafttweaker:ct_shaped1534629939 RecipeStage{tier='one', recipe=3xtile.aqueduct@4:[net.minecraft.item.crafting.Ingredient@d2cda1e, net.minecraft.item.crafting.Ingredient@1f4dd08c, net.minecraft.item.crafting.Ingredient@1d29d1ca, net.minecraft.item.crafting.Ingredient@567c2e4a, net.minecraft.item.crafting.Ingredient@3debe2b1, net.minecraft.item.crafting.Ingredient@4cd38c30]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12168 crafttweaker:ct_shapeless244546130 RecipeStage{tier='zero', recipe=1xitem.wool@0:[net.minecraft.item.crafting.Ingredient@1f27a3e1, net.minecraft.item.crafting.Ingredient@281ed031, net.minecraft.item.crafting.Ingredient@4a0241e9, net.minecraft.item.crafting.Ingredient@1a60e695]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12169 crafttweaker:ct_shapeless1260216927 RecipeStage{tier='one', recipe=1xitem.japanmat@8:[crafttweaker.api.minecraft.CraftTweakerMC$1@387a7693, net.minecraft.item.crafting.Ingredient@663bb6f5]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12170 crafttweaker:ct_shaped-1084289866 RecipeStage{tier='two', recipe=1xitem.bwm:ender_spectacles@0:[net.minecraft.item.crafting.Ingredient@3eeeaed2, net.minecraftforge.oredict.OreIngredient@23a7b3d4, net.minecraft.item.crafting.Ingredient@488297dd]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12171 crafttweaker:ct_shaped486343339 RecipeStage{tier='two', recipe=1xtile.bwm:metal_chime@3:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@73351c26, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@38e6a4ac, net.minecraft.item.crafting.Ingredient@26c19977, net.minecraftforge.oredict.OreIngredient@7a21ce0d, net.minecraft.item.crafting.Ingredient@21ae3943, crafttweaker.api.minecraft.CraftTweakerMC$1@2ce03a1e, net.minecraft.item.crafting.Ingredient@64004d4]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12172 crafttweaker:ct_shaped72448853 RecipeStage{tier='zero', recipe=1xtile.bwm:shaft@0:[net.minecraft.item.crafting.Ingredient@7265f3b7, net.minecraft.item.crafting.Ingredient@2251b899, net.minecraft.item.crafting.Ingredient@fcc4607, net.minecraft.item.crafting.Ingredient@9ac958e, net.minecraft.item.crafting.Ingredient@54093747, net.minecraft.item.crafting.Ingredient@7b33c82f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12173 crafttweaker:ct_shaped-1267939852 RecipeStage{tier='one', recipe=1xtile.bwm:saw@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@16224530, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7bcfb29f, net.minecraft.item.crafting.Ingredient@66e101ae, net.minecraftforge.oredict.OreIngredient@376dfed, net.minecraftforge.oredict.OreIngredient@7f91176, net.minecraftforge.oredict.OreIngredient@1a4105c, net.minecraftforge.oredict.OreIngredient@6fa69db7]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12174 crafttweaker:ct_shaped-973971154 RecipeStage{tier='one', recipe=1xtile.bwm:anchor@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, crafttweaker.api.minecraft.CraftTweakerMC$1@5a9aae19, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@15a7669d, net.minecraftforge.oredict.OreIngredient@3420a285, net.minecraftforge.oredict.OreIngredient@6f30ca93]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12175 crafttweaker:ct_shaped-1952098895 RecipeStage{tier='zero', recipe=1xtile.bwm:wicker@0:[net.minecraft.item.crafting.Ingredient@60d54b0a, net.minecraft.item.crafting.Ingredient@4ee85a03, net.minecraft.item.crafting.Ingredient@7fedfdd1, net.minecraft.item.crafting.Ingredient@1660d4ed]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12176 crafttweaker:ct_shaped-1511626002 RecipeStage{tier='two', recipe=1xtile.bwm:metal_chime@4:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5c274030, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@509321f5, net.minecraft.item.crafting.Ingredient@40005d43, net.minecraftforge.oredict.OreIngredient@50d73e12, net.minecraft.item.crafting.Ingredient@3617c2f8, crafttweaker.api.minecraft.CraftTweakerMC$1@7f42d146, net.minecraft.item.crafting.Ingredient@3d6a61a8]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12177 crafttweaker:ct_shaped1767739146 RecipeStage{tier='zero', recipe=1xitem.bwm:material@0:[net.minecraft.item.crafting.Ingredient@5424efb9, net.minecraft.item.crafting.Ingredient@5cace7c7, net.minecraft.item.crafting.Ingredient@358dd5f5, net.minecraft.item.crafting.Ingredient@5b8495cd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@28aee023, net.minecraft.item.crafting.Ingredient@1387a82e, net.minecraft.item.crafting.Ingredient@48fee5d6, net.minecraft.item.crafting.Ingredient@37ab2bf9]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12178 crafttweaker:ct_shaped2008686512 RecipeStage{tier='zero', recipe=1xtile.bwm:single_machine@0:[net.minecraft.item.crafting.Ingredient@685b6ad7, net.minecraft.item.crafting.Ingredient@4633692a, net.minecraft.item.crafting.Ingredient@79dce46f, net.minecraft.item.crafting.Ingredient@17c6fc4e, net.minecraft.item.crafting.Ingredient@24f831b3, net.minecraft.item.crafting.Ingredient@795f663f, net.minecraft.item.crafting.Ingredient@673e0ae7, net.minecraft.item.crafting.Ingredient@47babec2, net.minecraft.item.crafting.Ingredient@22aa6a2f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12179 crafttweaker:ct_shaped-1454547457 RecipeStage{tier='zero', recipe=1xitem.bwm:material@9:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@20469edb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3738d106, net.minecraftforge.oredict.OreIngredient@25e6258d, net.minecraftforge.oredict.OreIngredient@546cc80c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4048341c, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12180 crafttweaker:ct_shaped1127006035 RecipeStage{tier='one', recipe=1xtile.bwm:bamboo_chime@4:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@31897df2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2557ec03, net.minecraft.item.crafting.Ingredient@17497c0d, net.minecraftforge.oredict.OreIngredient@1620522c, net.minecraftforge.oredict.OreIngredient@6cbcdbf7, crafttweaker.api.minecraft.CraftTweakerMC$1@76910597, net.minecraftforge.oredict.OreIngredient@2ae4a65c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12181 crafttweaker:ct_shaped243292575 RecipeStage{tier='two', recipe=1xtile.bwm:metal_chime@1:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3e41201e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@34282742, net.minecraft.item.crafting.Ingredient@4aeb21ed, net.minecraftforge.oredict.OreIngredient@4532b8aa, net.minecraft.item.crafting.Ingredient@724421c2, crafttweaker.api.minecraft.CraftTweakerMC$1@7230aff, net.minecraft.item.crafting.Ingredient@14d4a7bf]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12182 crafttweaker:ct_shaped866995202 RecipeStage{tier='three', recipe=1xitem.bwm:material@8:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@44f3ba67, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@17ead90a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@8814dfa, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12183 crafttweaker:ct_shaped1533657755 RecipeStage{tier='one', recipe=1xtile.bwm:single_machine@1:[net.minecraftforge.oredict.OreIngredient@39d9ea0a, net.minecraftforge.oredict.OreIngredient@60a04fd4, net.minecraftforge.oredict.OreIngredient@2143e843, net.minecraftforge.oredict.OreIngredient@232f8f0c, net.minecraft.item.crafting.Ingredient@5550b8d9, net.minecraftforge.oredict.OreIngredient@37ec9348, net.minecraftforge.oredict.OreIngredient@9537406, net.minecraftforge.oredict.OreIngredient@565bcdcf, net.minecraftforge.oredict.OreIngredient@69d21ad]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12184 crafttweaker:ct_shaped-1481018335 RecipeStage{tier='one', recipe=1xitem.bwm:axle_generator@1:[net.minecraft.item.crafting.Ingredient@553884e5, net.minecraft.item.crafting.Ingredient@47592900, net.minecraft.item.crafting.Ingredient@4fe4a191, net.minecraft.item.crafting.Ingredient@209b6189, net.minecraftforge.oredict.OreIngredient@3195d6d3, net.minecraft.item.crafting.Ingredient@3f0ae8c8, net.minecraft.item.crafting.Ingredient@55083e91, net.minecraft.item.crafting.Ingredient@2e648a90, net.minecraft.item.crafting.Ingredient@31d8f2c1]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12185 crafttweaker:ct_shaped565737067 RecipeStage{tier='one', recipe=1xtile.bwm:bamboo_chime@5:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@597c109a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4d944192, net.minecraft.item.crafting.Ingredient@472e62ba, net.minecraftforge.oredict.OreIngredient@3196de64, net.minecraftforge.oredict.OreIngredient@857f00c, crafttweaker.api.minecraft.CraftTweakerMC$1@67a0a845, net.minecraftforge.oredict.OreIngredient@53af3db9]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12186 crafttweaker:ct_shaped-2065466412 RecipeStage{tier='two', recipe=1xtile.bwm:metal_chime@2:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@54cdbc56, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@632de153, net.minecraft.item.crafting.Ingredient@12d9ff3, net.minecraftforge.oredict.OreIngredient@2bc5289a, net.minecraft.item.crafting.Ingredient@12531eb8, crafttweaker.api.minecraft.CraftTweakerMC$1@1ef842d8, net.minecraft.item.crafting.Ingredient@734784f3]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12187 crafttweaker:ct_shaped-627751189 RecipeStage{tier='zero', recipe=1xitem.bwm:breeding_harness@0:[net.minecraftforge.oredict.OreIngredient@7144e3f9, net.minecraft.item.crafting.Ingredient@7b6895b7, net.minecraftforge.oredict.OreIngredient@27dae680, net.minecraft.item.crafting.Ingredient@68758e94, net.minecraft.item.crafting.Ingredient@3e78f348, net.minecraft.item.crafting.Ingredient@1021c1d, net.minecraftforge.oredict.OreIngredient@719c045b, net.minecraft.item.crafting.Ingredient@355935d2, net.minecraftforge.oredict.OreIngredient@4c426282]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12188 crafttweaker:ct_shaped1817794779 RecipeStage{tier='one', recipe=1xtile.bwm:single_machine@3:[crafttweaker.mc1120.item.VanillaIngredient@5d316de3, crafttweaker.mc1120.item.VanillaIngredient@4c9e04c2, crafttweaker.mc1120.item.VanillaIngredient@30955f26, net.minecraft.item.crafting.Ingredient@6f1c6dc4, net.minecraftforge.oredict.OreIngredient@39944bb1, net.minecraft.item.crafting.Ingredient@590f055, net.minecraft.item.crafting.Ingredient@1fe6f3ae, net.minecraft.item.crafting.Ingredient@1318cfdb, net.minecraft.item.crafting.Ingredient@8cad7ca]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12189 crafttweaker:ct_shaped-1692882412 RecipeStage{tier='one', recipe=1xtile.bwm:wooden_axle@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@a5a8cde, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@220975b8, net.minecraft.item.crafting.Ingredient@773a0035, net.minecraft.item.crafting.Ingredient@2990fd9f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7772a80f, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12190 crafttweaker:ct_shaped-1224063725 RecipeStage{tier='one', recipe=1xtile.bwm:wooden_gearbox@0:[net.minecraftforge.oredict.OreIngredient@1ebfb7ec, net.minecraft.item.crafting.Ingredient@392327a6, net.minecraftforge.oredict.OreIngredient@17714918, net.minecraftforge.oredict.OreIngredient@75a1b929, net.minecraft.item.crafting.Ingredient@164260a6, net.minecraftforge.oredict.OreIngredient@36fc7bdf, net.minecraftforge.oredict.OreIngredient@2bd8cd91, net.minecraft.item.crafting.Ingredient@53c85132, net.minecraftforge.oredict.OreIngredient@560a4cbd]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12191 crafttweaker:ct_shaped-4863691 RecipeStage{tier='one', recipe=1xtile.bwm:wooden_gearbox@0:[net.minecraft.item.crafting.Ingredient@3fdf720, net.minecraft.item.crafting.Ingredient@6ea4068b, net.minecraft.item.crafting.Ingredient@7ff49bac]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12192 crafttweaker:ct_shaped-86779244 RecipeStage{tier='two', recipe=1xitem.bwm:material@36:[net.minecraftforge.oredict.OreIngredient@7b1f4f4b, net.minecraftforge.oredict.OreIngredient@17b7f3ff, crafttweaker.mc1120.item.VanillaIngredient@59e92fdc]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12193 crafttweaker:ct_shaped-1603954372 RecipeStage{tier='two', recipe=1xtile.bwm:metal_chime@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@29bf6b6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@37f84b9, net.minecraft.item.crafting.Ingredient@2b7fb722, net.minecraftforge.oredict.OreIngredient@3bf8fa5e, net.minecraft.item.crafting.Ingredient@660b85d1, crafttweaker.api.minecraft.CraftTweakerMC$1@192e9fe5, net.minecraft.item.crafting.Ingredient@4fbefd45]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12194 crafttweaker:ct_shaped-1224706190 RecipeStage{tier='one', recipe=1xtile.bwm:bamboo_chime@3:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@33e8d4e6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@9f7fa47, net.minecraft.item.crafting.Ingredient@644b9d2b, net.minecraftforge.oredict.OreIngredient@5ca71032, net.minecraftforge.oredict.OreIngredient@299da0a4, crafttweaker.api.minecraft.CraftTweakerMC$1@1f0e5212, net.minecraftforge.oredict.OreIngredient@2794361d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12195 crafttweaker:ct_shaped1314517681 RecipeStage{tier='one', recipe=1xtile.bwm:bamboo_chime@2:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4356945d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@78a9413, net.minecraft.item.crafting.Ingredient@6a79d832, net.minecraftforge.oredict.OreIngredient@6cdb3fbe, net.minecraftforge.oredict.OreIngredient@1b58ba04, crafttweaker.api.minecraft.CraftTweakerMC$1@48a19f70, net.minecraftforge.oredict.OreIngredient@6c3d761e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12196 crafttweaker:ct_shaped1164149577 RecipeStage{tier='two', recipe=1xtile.bwm:aesthetic@12:[net.minecraft.item.crafting.Ingredient@59ae82e8, net.minecraft.item.crafting.Ingredient@7f89b43, net.minecraft.item.crafting.Ingredient@4366ced3, net.minecraft.item.crafting.Ingredient@44eccd27]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12197 crafttweaker:ct_shaped-1761204386 RecipeStage{tier='two', recipe=1xtile.bwm:metal_chime@5:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6978be90, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2a19127f, net.minecraft.item.crafting.Ingredient@5f7c51b9, net.minecraftforge.oredict.OreIngredient@7ddb2a84, net.minecraft.item.crafting.Ingredient@51fb9791, crafttweaker.api.minecraft.CraftTweakerMC$1@3393ed3b, net.minecraft.item.crafting.Ingredient@edf8369]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12198 crafttweaker:ct_shaped-1909505841 RecipeStage{tier='one', recipe=1xitem.bwm:material@10:[net.minecraftforge.oredict.OreIngredient@2af4173c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@27be4aec, net.minecraftforge.oredict.OreIngredient@be88115, net.minecraftforge.oredict.OreIngredient@795e9fca, net.minecraftforge.oredict.OreIngredient@73993a2a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12199 crafttweaker:ct_shaped-1641891492 RecipeStage{tier='one', recipe=1xtile.bwm:rope@0:[net.minecraft.item.crafting.Ingredient@26a5f79f, net.minecraft.item.crafting.Ingredient@698a2a77, net.minecraft.item.crafting.Ingredient@64274843, net.minecraft.item.crafting.Ingredient@5ed56687, net.minecraft.item.crafting.Ingredient@57456bcd, net.minecraft.item.crafting.Ingredient@6fa42ac0]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12200 crafttweaker:ct_shaped994994872 RecipeStage{tier='one', recipe=1xtile.bwm:bellows@0:[crafttweaker.mc1120.item.VanillaIngredient@319f1227, crafttweaker.mc1120.item.VanillaIngredient@440babcd, crafttweaker.mc1120.item.VanillaIngredient@386cbb82, net.minecraftforge.oredict.OreIngredient@76d06465, net.minecraftforge.oredict.OreIngredient@3f174eb2, net.minecraftforge.oredict.OreIngredient@265bcf5e, net.minecraftforge.oredict.OreIngredient@7bb6c0bc, net.minecraftforge.oredict.OreIngredient@eb060e3, net.minecraftforge.oredict.OreIngredient@bd7dd59]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12201 crafttweaker:ct_shaped-766462256 RecipeStage{tier='one', recipe=1xtile.bwm:bamboo_chime@1:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@738ec242, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3e705faf, net.minecraft.item.crafting.Ingredient@334a97fa, net.minecraftforge.oredict.OreIngredient@6c2a9df, net.minecraftforge.oredict.OreIngredient@35be797, crafttweaker.api.minecraft.CraftTweakerMC$1@3f6a4d74, net.minecraftforge.oredict.OreIngredient@5878e824]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12202 crafttweaker:ct_shaped570909958 RecipeStage{tier='one', recipe=1xitem.bwm:material@24:[net.minecraftforge.oredict.OreIngredient@4be73ea5, net.minecraftforge.oredict.OreIngredient@175c0f11, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7ab0f163, net.minecraftforge.oredict.OreIngredient@65160fd9, net.minecraftforge.oredict.OreIngredient@177617c8, net.minecraftforge.oredict.OreIngredient@6025a6b0, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12203 crafttweaker:ct_shaped-1241147546 RecipeStage{tier='one', recipe=1xitem.bwm:material@24:[net.minecraftforge.oredict.OreIngredient@1de3683e, net.minecraftforge.oredict.OreIngredient@48dec49c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6f315218, net.minecraftforge.oredict.OreIngredient@22ec6968, net.minecraftforge.oredict.OreIngredient@24484793, net.minecraftforge.oredict.OreIngredient@1a0c8da2, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12204 crafttweaker:ct_shaped-1663156946 RecipeStage{tier='one', recipe=1xitem.bwm:material@24:[net.minecraftforge.oredict.OreIngredient@7f48bd69, net.minecraftforge.oredict.OreIngredient@3e2e2cc1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@58bc8048, net.minecraftforge.oredict.OreIngredient@26a36760, net.minecraftforge.oredict.OreIngredient@1cba2528, net.minecraftforge.oredict.OreIngredient@53bd4a5a, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12205 crafttweaker:ct_shaped-1431689717 RecipeStage{tier='one', recipe=1xtile.bwm:bamboo_chime@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6f3f3ea5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@521acc45, net.minecraft.item.crafting.Ingredient@1f44204b, net.minecraftforge.oredict.OreIngredient@26125663, net.minecraftforge.oredict.OreIngredient@304e9e12, crafttweaker.api.minecraft.CraftTweakerMC$1@343204ba, net.minecraftforge.oredict.OreIngredient@a4a3c0f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12206 crafttweaker:ct_shaped1321289747 RecipeStage{tier='three', recipe=1xitem.bwm:material@34:[net.minecraft.item.crafting.Ingredient@3edfd26b, net.minecraftforge.oredict.OreIngredient@7a2565ac]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12207 crafttweaker:ct_shapeless-1095271828 RecipeStage{tier='zero', recipe=1xitem.bwm:manual@0:[net.minecraft.item.crafting.Ingredient@5e96a986, net.minecraft.item.crafting.Ingredient@5675c1f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12208 crafttweaker:ct_shapeless-1224646157 RecipeStage{tier='one', recipe=9xtile.bwm:rope@0:[net.minecraft.item.crafting.Ingredient@45eb8a52]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12209 crafttweaker:stage_two_tile.bwm_wooden_axle RecipeStage{tier='two', recipe=1xtile.bwm:wooden_axle@0:[crafttweaker.mc1120.item.VanillaIngredient@14b28f46, net.minecraft.item.crafting.Ingredient@7f03cecf, crafttweaker.mc1120.item.VanillaIngredient@403be294]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12210 crafttweaker:stage_two_tile.bwm_wooden_gearbox RecipeStage{tier='two', recipe=1xtile.bwm:wooden_gearbox@0:[crafttweaker.mc1120.item.VanillaIngredient@599b59db, net.minecraft.item.crafting.Ingredient@59d33511, crafttweaker.mc1120.item.VanillaIngredient@38c7fd52, net.minecraftforge.oredict.OreIngredient@27f7979c, net.minecraft.item.crafting.Ingredient@24a14738, net.minecraftforge.oredict.OreIngredient@641a8500, crafttweaker.mc1120.item.VanillaIngredient@6330d9bc, net.minecraft.item.crafting.Ingredient@78e0f931, crafttweaker.mc1120.item.VanillaIngredient@5656e992]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12211 crafttweaker:stage_one_item.bwm_material.gear RecipeStage{tier='one', recipe=1xitem.bwm:material@0:[net.minecraft.item.crafting.Ingredient@665454dd, net.minecraftforge.oredict.OreIngredient@3cc9c92, net.minecraft.item.crafting.Ingredient@7c9ac4ab, net.minecraftforge.oredict.OreIngredient@1d61a8d3, net.minecraft.item.crafting.Ingredient@5957f51e, net.minecraftforge.oredict.OreIngredient@3e18daaa, net.minecraft.item.crafting.Ingredient@140dfe5e, net.minecraftforge.oredict.OreIngredient@4bafb3c, net.minecraft.item.crafting.Ingredient@62a301b0]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12212 crafttweaker:stage_three_tile.bwm_single_machine.1 RecipeStage{tier='three', recipe=1xtile.bwm:single_machine@1:[net.minecraftforge.oredict.OreIngredient@1a965ac4, net.minecraftforge.oredict.OreIngredient@6192a8c6, net.minecraftforge.oredict.OreIngredient@3222ccd3, net.minecraftforge.oredict.OreIngredient@4876e5a6, net.minecraft.item.crafting.Ingredient@609ec616, net.minecraftforge.oredict.OreIngredient@143e865b, net.minecraftforge.oredict.OreIngredient@305e945b, net.minecraftforge.oredict.OreIngredient@4f7a1c23, net.minecraftforge.oredict.OreIngredient@5942cdac]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12213 crafttweaker:ct_shaped-2059708344 RecipeStage{tier='one', recipe=1xtile.BiblioCraft:Shelf@1:[crafttweaker.api.minecraft.CraftTweakerMC$1@2cf21258, crafttweaker.api.minecraft.CraftTweakerMC$1@5b0e0ff3, crafttweaker.api.minecraft.CraftTweakerMC$1@67ab88e2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2e2159cf, net.minecraft.item.crafting.Ingredient$1@7e2c8622, crafttweaker.api.minecraft.CraftTweakerMC$1@127dee81, crafttweaker.api.minecraft.CraftTweakerMC$1@39270aaa, crafttweaker.api.minecraft.CraftTweakerMC$1@2f079f4]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12214 crafttweaker:ct_shaped2118912034 RecipeStage{tier='one', recipe=1xtile.BiblioCraft:Shelf@2:[crafttweaker.api.minecraft.CraftTweakerMC$1@263bb744, crafttweaker.api.minecraft.CraftTweakerMC$1@5bcf5ce4, crafttweaker.api.minecraft.CraftTweakerMC$1@5abc6f6d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5b029217, net.minecraft.item.crafting.Ingredient$1@7e2c8622, crafttweaker.api.minecraft.CraftTweakerMC$1@20788fa4, crafttweaker.api.minecraft.CraftTweakerMC$1@1f1cf33, crafttweaker.api.minecraft.CraftTweakerMC$1@380f0f67]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12215 crafttweaker:ct_shaped-359100378 RecipeStage{tier='one', recipe=1xtile.BiblioCraft:Shelf@4:[crafttweaker.api.minecraft.CraftTweakerMC$1@77d2b05b, crafttweaker.api.minecraft.CraftTweakerMC$1@13b314aa, crafttweaker.api.minecraft.CraftTweakerMC$1@1cb4c9b8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5c80997e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, crafttweaker.api.minecraft.CraftTweakerMC$1@3e32badd, crafttweaker.api.minecraft.CraftTweakerMC$1@35afeff5, crafttweaker.api.minecraft.CraftTweakerMC$1@f6c09f1]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12216 crafttweaker:ct_shaped14399555 RecipeStage{tier='three', recipe=1xitem.BiblioGlasses@1:[net.minecraft.item.crafting.Ingredient@57ff3a0b, net.minecraftforge.oredict.OreIngredient@7cb0867b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12217 crafttweaker:ct_shaped794357698 RecipeStage{tier='one', recipe=1xtile.BiblioCraft:Shelf@0:[crafttweaker.api.minecraft.CraftTweakerMC$1@36aa0e5f, crafttweaker.api.minecraft.CraftTweakerMC$1@5966aafa, crafttweaker.api.minecraft.CraftTweakerMC$1@77e7fcbf, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@f1c2f66, net.minecraft.item.crafting.Ingredient$1@7e2c8622, crafttweaker.api.minecraft.CraftTweakerMC$1@69a2002c, crafttweaker.api.minecraft.CraftTweakerMC$1@57f4698, crafttweaker.api.minecraft.CraftTweakerMC$1@4d35508c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12218 crafttweaker:ct_shaped811299490 RecipeStage{tier='one', recipe=1xtile.BiblioCraft:Shelf@3:[crafttweaker.api.minecraft.CraftTweakerMC$1@23bc3153, crafttweaker.api.minecraft.CraftTweakerMC$1@5a66f668, crafttweaker.api.minecraft.CraftTweakerMC$1@2552303a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4284b52c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, crafttweaker.api.minecraft.CraftTweakerMC$1@702286, crafttweaker.api.minecraft.CraftTweakerMC$1@6dc85156, crafttweaker.api.minecraft.CraftTweakerMC$1@59af7f35]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12219 crafttweaker:ct_shaped1838155820 RecipeStage{tier='one', recipe=1xtile.BiblioCraft:Shelf@5:[crafttweaker.api.minecraft.CraftTweakerMC$1@3ee58cf9, crafttweaker.api.minecraft.CraftTweakerMC$1@3f80fdb1, crafttweaker.api.minecraft.CraftTweakerMC$1@106d59f6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3219ca19, net.minecraft.item.crafting.Ingredient$1@7e2c8622, crafttweaker.api.minecraft.CraftTweakerMC$1@20891ae7, crafttweaker.api.minecraft.CraftTweakerMC$1@18dc1632, crafttweaker.api.minecraft.CraftTweakerMC$1@62844e36]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12220 crafttweaker:ct_shaped-922488931 RecipeStage{tier='one', recipe=1xitem.PlumbLine@0:[net.minecraft.item.crafting.Ingredient@1eb1097d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7607766e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@e12831a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12221 crafttweaker:ct_shaped868837355 RecipeStage{tier='two', recipe=1xitem.StockroomCatalog@0:[net.minecraft.item.crafting.Ingredient@4ea79910, net.minecraftforge.oredict.OreIngredient@58cb9b58, net.minecraft.item.crafting.Ingredient@15b22229, net.minecraft.item.crafting.Ingredient@fa269d6, net.minecraft.item.crafting.Ingredient@7d3f0e2b, net.minecraft.item.crafting.Ingredient@792a4b8f, net.minecraft.item.crafting.Ingredient@7d8d8de9, net.minecraft.item.crafting.Ingredient@61fdb757, net.minecraft.item.crafting.Ingredient@6436b315]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12222 crafttweaker:ct_shaped1573752230 RecipeStage{tier='three', recipe=1xitem.tape@0:[net.minecraft.item.crafting.Ingredient@4f6bfa2f, net.minecraft.item.crafting.Ingredient@5e98d4ee, net.minecraft.item.crafting.Ingredient@52d39765, net.minecraft.item.crafting.Ingredient@3ac2831, net.minecraftforge.oredict.OreIngredient@130600e9, net.minecraft.item.crafting.Ingredient@ba189c3, net.minecraft.item.crafting.Ingredient@45075f6d, net.minecraft.item.crafting.Ingredient@27080a5c, net.minecraft.item.crafting.Ingredient@4aa471c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12223 crafttweaker:ct_shapeless1552825661 RecipeStage{tier='two', recipe=1xtile.BiblioCraft:LanternGold@7:[net.minecraft.item.crafting.Ingredient@34229db, net.minecraft.item.crafting.Ingredient@7c41f2e9]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12224 crafttweaker:ct_shapeless708932541 RecipeStage{tier='two', recipe=1xtile.BiblioCraft:LampIron@11:[net.minecraft.item.crafting.Ingredient@1b7c4dd7, net.minecraft.item.crafting.Ingredient@4d387b03]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12225 crafttweaker:ct_shapeless-1493263593 RecipeStage{tier='three', recipe=1xtile.BiblioCraft:Typewriter@11:[net.minecraft.item.crafting.Ingredient@5fa69f8e, net.minecraft.item.crafting.Ingredient@2c03f829]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12226 crafttweaker:ct_shapeless778177257 RecipeStage{tier='two', recipe=1xtile.BiblioCraft:LanternIron@12:[net.minecraft.item.crafting.Ingredient@55e81a8b, net.minecraft.item.crafting.Ingredient@5b068356]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12227 crafttweaker:ct_shapeless-1199360245 RecipeStage{tier='two', recipe=1xtile.BiblioCraft:LampGold@12:[net.minecraft.item.crafting.Ingredient@30372d57, net.minecraft.item.crafting.Ingredient@3c649c8]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12228 crafttweaker:ct_shapeless812834636 RecipeStage{tier='two', recipe=1xtile.BiblioCraft:SwordPedestal@4:[net.minecraft.item.crafting.Ingredient@166f2779, net.minecraft.item.crafting.Ingredient@799c0ad1]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12229 crafttweaker:ct_shapeless-12432855 RecipeStage{tier='two', recipe=1xtile.BiblioCraft:SwordPedestal@13:[net.minecraft.item.crafting.Ingredient@70c8dd20, net.minecraft.item.crafting.Ingredient@41f142f8]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12230 crafttweaker:ct_shapeless268335832 RecipeStage{tier='two', recipe=1xtile.BiblioCraft:LampIron@2:[net.minecraft.item.crafting.Ingredient@2ecaf150, net.minecraft.item.crafting.Ingredient@3719bcda]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12231 crafttweaker:ct_shapeless-1724966678 RecipeStage{tier='two', recipe=1xtile.BiblioCraft:LanternIron@3:[net.minecraft.item.crafting.Ingredient@18e46c4, net.minecraft.item.crafting.Ingredient@4aa3328f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12232 crafttweaker:ct_shapeless-1201204412 RecipeStage{tier='two', recipe=1xtile.BiblioCraft:LampGold@3:[net.minecraft.item.crafting.Ingredient@339a0afa, net.minecraft.item.crafting.Ingredient@499f9f3f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12233 crafttweaker:ct_shapeless-1038974164 RecipeStage{tier='two', recipe=1xtile.BiblioCraft:LanternGold@14:[net.minecraft.item.crafting.Ingredient@3ad458ae, net.minecraft.item.crafting.Ingredient@69b02231]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12234 crafttweaker:ct_shapeless-700404094 RecipeStage{tier='three', recipe=1xtile.BiblioCraft:Typewriter@4:[net.minecraft.item.crafting.Ingredient@a9e3827, net.minecraft.item.crafting.Ingredient@3fcd282c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12235 crafttweaker:ct_shapeless1603524475 RecipeStage{tier='two', recipe=1xtile.BiblioCraft:LanternGold@5:[net.minecraft.item.crafting.Ingredient@27440653, net.minecraft.item.crafting.Ingredient@4f0d0920]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12236 crafttweaker:ct_shapeless693243233 RecipeStage{tier='two', recipe=1xtile.BiblioCraft:LampIron@9:[net.minecraft.item.crafting.Ingredient@34294fe6, net.minecraft.item.crafting.Ingredient@62739d07]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12237 crafttweaker:ct_shapeless-1751107583 RecipeStage{tier='three', recipe=1xtile.BiblioCraft:Typewriter@9:[net.minecraft.item.crafting.Ingredient@65027984, net.minecraft.item.crafting.Ingredient@42e1380d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12238 crafttweaker:ct_shapeless-1295511393 RecipeStage{tier='three', recipe=1xtile.BiblioCraft:Typewriter@13:[net.minecraft.item.crafting.Ingredient@3c4909c8, net.minecraft.item.crafting.Ingredient@422c30e3]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12239 crafttweaker:ct_shapeless-1642157682 RecipeStage{tier='two', recipe=1xtile.BiblioCraft:SwordPedestal@15:[net.minecraft.item.crafting.Ingredient@3494bf7b, net.minecraft.item.crafting.Ingredient@7f7ed8b4]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12240 crafttweaker:ct_shapeless-292066504 RecipeStage{tier='three', recipe=1xtile.BiblioCraft:Typewriter@2:[net.minecraft.item.crafting.Ingredient@b0d99da, net.minecraft.item.crafting.Ingredient@28051b70]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12241 crafttweaker:ct_shapeless-1826930493 RecipeStage{tier='three', recipe=1xtile.BiblioCraft:Typewriter@0:[net.minecraft.item.crafting.Ingredient@397b066c, net.minecraft.item.crafting.Ingredient@3049d28f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12242 crafttweaker:ct_shapeless128633707 RecipeStage{tier='two', recipe=1xtile.BiblioCraft:SwordPedestal@6:[net.minecraft.item.crafting.Ingredient@57ed5e15, net.minecraft.item.crafting.Ingredient@57b31103]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12243 crafttweaker:ct_shapeless-195306963 RecipeStage{tier='two', recipe=1xtile.BiblioCraft:LanternIron@10:[net.minecraft.item.crafting.Ingredient@369a25ff, net.minecraft.item.crafting.Ingredient@48394409]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12244 crafttweaker:ct_shapeless218785927 RecipeStage{tier='two', recipe=1xtile.BiblioCraft:LampGold@10:[net.minecraft.item.crafting.Ingredient@7519b6ed, net.minecraft.item.crafting.Ingredient@3a6d9a44]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12245 crafttweaker:ct_shapeless-1917667479 RecipeStage{tier='two', recipe=1xtile.BiblioCraft:LanternGold@11:[net.minecraft.item.crafting.Ingredient@5dbfe52b, net.minecraft.item.crafting.Ingredient@5fa4eb99]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12246 crafttweaker:ct_shapeless2068400570 RecipeStage{tier='two', recipe=1xtile.BiblioCraft:LampIron@15:[net.minecraft.item.crafting.Ingredient@6732805e, net.minecraft.item.crafting.Ingredient@315b9946]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12247 crafttweaker:ct_shapeless-1337405061 RecipeStage{tier='three', recipe=1xtile.BiblioCraft:Typewriter@7:[net.minecraft.item.crafting.Ingredient@13efb4fb, net.minecraft.item.crafting.Ingredient@6bef6d3c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12248 crafttweaker:ct_shapeless1752104995 RecipeStage{tier='two', recipe=1xtile.BiblioCraft:LampGold@0:[net.minecraft.item.crafting.Ingredient@18ac306f, net.minecraft.item.crafting.Ingredient@75d01b95]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12249 crafttweaker:ct_shapeless-1652354467 RecipeStage{tier='two', recipe=1xtile.BiblioCraft:LampGold@8:[net.minecraft.item.crafting.Ingredient@1bf631b8, net.minecraft.item.crafting.Ingredient@be03977]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12250 crafttweaker:ct_shapeless-456828700 RecipeStage{tier='two', recipe=1xtile.BiblioCraft:LanternGold@2:[net.minecraft.item.crafting.Ingredient@72364f2c, net.minecraft.item.crafting.Ingredient@7cffe4c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12251 crafttweaker:ct_shapeless-1790485725 RecipeStage{tier='two', recipe=1xtile.BiblioCraft:LampIron@0:[net.minecraft.item.crafting.Ingredient@2d1e64fc, net.minecraft.item.crafting.Ingredient@27bfcba9]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12252 crafttweaker:ct_shapeless1225033837 RecipeStage{tier='two', recipe=1xtile.BiblioCraft:LanternIron@7:[net.minecraft.item.crafting.Ingredient@6730bf5d, net.minecraft.item.crafting.Ingredient@1ff51069]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12253 crafttweaker:ct_shapeless1390983094 RecipeStage{tier='two', recipe=1xtile.BiblioCraft:LanternIron@1:[net.minecraft.item.crafting.Ingredient@4112beef, net.minecraft.item.crafting.Ingredient@18a9d7e7]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12254 crafttweaker:ct_shapeless1182783821 RecipeStage{tier='two', recipe=1xtile.BiblioCraft:SwordPedestal@9:[net.minecraft.item.crafting.Ingredient@7a8149f8, net.minecraft.item.crafting.Ingredient@4dc07899]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12255 crafttweaker:ct_shapeless-106252711 RecipeStage{tier='two', recipe=1xtile.BiblioCraft:LampIron@6:[net.minecraft.item.crafting.Ingredient@19f14208, net.minecraft.item.crafting.Ingredient@4fb1b83e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12256 crafttweaker:ct_shapeless-1500515612 RecipeStage{tier='three', recipe=1xtile.BiblioCraft:Typewriter@14:[net.minecraft.item.crafting.Ingredient@3f8ff6b9, net.minecraft.item.crafting.Ingredient@71455561]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12257 crafttweaker:ct_shapeless1502126847 RecipeStage{tier='two', recipe=1xtile.BiblioCraft:LanternGold@9:[net.minecraft.item.crafting.Ingredient@6237b843, net.minecraft.item.crafting.Ingredient@20859c73]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12258 crafttweaker:ct_shapeless1132011849 RecipeStage{tier='two', recipe=1xtile.BiblioCraft:LanternGold@13:[net.minecraft.item.crafting.Ingredient@607f9ce4, net.minecraft.item.crafting.Ingredient@3bca33d7]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12259 crafttweaker:ct_shapeless-2032090183 RecipeStage{tier='two', recipe=1xtile.BiblioCraft:LampIron@13:[net.minecraft.item.crafting.Ingredient@6460714d, net.minecraft.item.crafting.Ingredient@680a0fb6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12260 crafttweaker:ct_shapeless-923702539 RecipeStage{tier='three', recipe=1xtile.BiblioCraft:Typewriter@5:[net.minecraft.item.crafting.Ingredient@748e36ef, net.minecraft.item.crafting.Ingredient@1e30f722]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12261 crafttweaker:ct_shapeless1595339122 RecipeStage{tier='two', recipe=1xtile.BiblioCraft:SwordPedestal@2:[net.minecraft.item.crafting.Ingredient@793d07b0, net.minecraft.item.crafting.Ingredient@41f2d09e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12262 crafttweaker:ct_shapeless-301322196 RecipeStage{tier='two', recipe=1xtile.BiblioCraft:LanternIron@14:[net.minecraft.item.crafting.Ingredient@444eaf01, net.minecraft.item.crafting.Ingredient@5d5ed94d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12263 crafttweaker:ct_shapeless-1041918631 RecipeStage{tier='two', recipe=1xtile.BiblioCraft:LampGold@6:[net.minecraft.item.crafting.Ingredient@4c4f55d1, net.minecraft.item.crafting.Ingredient@1bee0ae6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12264 crafttweaker:ct_shapeless-2115178465 RecipeStage{tier='two', recipe=1xtile.BiblioCraft:LanternGold@0:[net.minecraft.item.crafting.Ingredient@2a69883d, net.minecraft.item.crafting.Ingredient@156a88c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12265 crafttweaker:ct_shapeless1275732651 RecipeStage{tier='two', recipe=1xtile.BiblioCraft:LanternIron@5:[net.minecraft.item.crafting.Ingredient@378184aa, net.minecraft.item.crafting.Ingredient@5cd31186]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12266 crafttweaker:ct_shapeless1968878826 RecipeStage{tier='two', recipe=1xtile.BiblioCraft:LampGold@15:[net.minecraft.item.crafting.Ingredient@3a9d5241, net.minecraft.item.crafting.Ingredient@ebb8f56]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12267 crafttweaker:ct_shapeless225864290 RecipeStage{tier='two', recipe=1xtile.BiblioCraft:LampIron@4:[net.minecraft.item.crafting.Ingredient@35a4feff, net.minecraft.item.crafting.Ingredient@713f96ec]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12268 crafttweaker:ct_shapeless-125887507 RecipeStage{tier='two', recipe=1xtile.BiblioCraft:SwordPedestal@0:[net.minecraft.item.crafting.Ingredient@21e0cdd0, net.minecraft.item.crafting.Ingredient@73f32785]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12269 crafttweaker:ct_shapeless789226249 RecipeStage{tier='two', recipe=1xtile.BiblioCraft:SwordPedestal@11:[net.minecraft.item.crafting.Ingredient@61327c02, net.minecraft.item.crafting.Ingredient@6c371e3e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12270 crafttweaker:ct_shapeless-994136338 RecipeStage{tier='two', recipe=1xtile.BiblioCraft:LanternGold@15:[net.minecraft.item.crafting.Ingredient@4b1ed025, net.minecraft.item.crafting.Ingredient@213b09cc]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12271 crafttweaker:ct_shapeless2034635332 RecipeStage{tier='two', recipe=1xtile.BiblioCraft:LampIron@3:[net.minecraft.item.crafting.Ingredient@539bb385, net.minecraft.item.crafting.Ingredient@7899126]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12272 crafttweaker:ct_shapeless1475199524 RecipeStage{tier='three', recipe=1xtile.BiblioCraft:Typewriter@3:[net.minecraft.item.crafting.Ingredient@3a2be60a, net.minecraft.item.crafting.Ingredient@43a7edea]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12273 crafttweaker:ct_shapeless-421496470 RecipeStage{tier='two', recipe=1xtile.BiblioCraft:LanternIron@4:[net.minecraft.item.crafting.Ingredient@4d2e7980, net.minecraft.item.crafting.Ingredient@6e5c1a2]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12274 crafttweaker:ct_shapeless1284991842 RecipeStage{tier='two', recipe=1xtile.BiblioCraft:LampGold@4:[net.minecraft.item.crafting.Ingredient@631b6cc2, net.minecraft.item.crafting.Ingredient@1faf05f6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12275 crafttweaker:ct_shapeless180225865 RecipeStage{tier='two', recipe=1xtile.BiblioCraft:SwordPedestal@12:[net.minecraft.item.crafting.Ingredient@21f38dfa, net.minecraft.item.crafting.Ingredient@933b0b7]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12276 crafttweaker:ct_shapeless-1655636791 RecipeStage{tier='two', recipe=1xtile.BiblioCraft:SwordPedestal@5:[net.minecraft.item.crafting.Ingredient@3176b02f, net.minecraft.item.crafting.Ingredient@56118342]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12277 crafttweaker:ct_shapeless1468922295 RecipeStage{tier='two', recipe=1xtile.BiblioCraft:LampIron@10:[net.minecraft.item.crafting.Ingredient@6b305827, net.minecraft.item.crafting.Ingredient@7f12ebfe]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12278 crafttweaker:ct_shapeless2071799581 RecipeStage{tier='two', recipe=1xtile.BiblioCraft:LanternGold@8:[net.minecraft.item.crafting.Ingredient@7b61cbfb, net.minecraft.item.crafting.Ingredient@21305c46]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12279 crafttweaker:ct_shapeless1869663817 RecipeStage{tier='two', recipe=1xtile.BiblioCraft:LanternIron@13:[net.minecraft.item.crafting.Ingredient@4828c927, net.minecraft.item.crafting.Ingredient@200d86c7]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12280 crafttweaker:ct_shapeless1012740745 RecipeStage{tier='two', recipe=1xtile.BiblioCraft:LampGold@13:[net.minecraft.item.crafting.Ingredient@5546bf2e, net.minecraft.item.crafting.Ingredient@76371bac]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12281 crafttweaker:ct_shapeless-1099838501 RecipeStage{tier='two', recipe=1xtile.BiblioCraft:LampIron@12:[net.minecraft.item.crafting.Ingredient@78d885bc, net.minecraft.item.crafting.Ingredient@342f1fde]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12282 crafttweaker:ct_shapeless1421835020 RecipeStage{tier='two', recipe=1xtile.BiblioCraft:SwordPedestal@3:[net.minecraft.item.crafting.Ingredient@547069ba, net.minecraft.item.crafting.Ingredient@1a54e2e3]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12283 crafttweaker:ct_shapeless-667330088 RecipeStage{tier='two', recipe=1xtile.BiblioCraft:LampGold@2:[net.minecraft.item.crafting.Ingredient@269d7170, net.minecraft.item.crafting.Ingredient@6a004b92]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12284 crafttweaker:ct_shapeless1772761164 RecipeStage{tier='two', recipe=1xtile.BiblioCraft:SwordPedestal@14:[net.minecraft.item.crafting.Ingredient@3d6ac2d1, net.minecraft.item.crafting.Ingredient@947c65]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12285 crafttweaker:ct_shapeless-82444680 RecipeStage{tier='three', recipe=1xtile.BiblioCraft:Typewriter@1:[net.minecraft.item.crafting.Ingredient@4d4f8bf6, net.minecraft.item.crafting.Ingredient@257b0516]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12286 crafttweaker:ct_shapeless1911057163 RecipeStage{tier='two', recipe=1xtile.BiblioCraft:SwordPedestal@7:[net.minecraft.item.crafting.Ingredient@4e6c3722, net.minecraft.item.crafting.Ingredient@6d381dde]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12287 crafttweaker:ct_shapeless-668492963 RecipeStage{tier='three', recipe=1xtile.BiblioCraft:Typewriter@10:[net.minecraft.item.crafting.Ingredient@5c193bb4, net.minecraft.item.crafting.Ingredient@21b7d694]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12288 crafttweaker:ct_shapeless1150115482 RecipeStage{tier='two', recipe=1xtile.BiblioCraft:LanternGold@4:[net.minecraft.item.crafting.Ingredient@e4d30a7, net.minecraft.item.crafting.Ingredient@23361a5d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12289 crafttweaker:ct_shapeless-568385059 RecipeStage{tier='two', recipe=1xtile.BiblioCraft:LanternGold@6:[net.minecraft.item.crafting.Ingredient@36674114, net.minecraft.item.crafting.Ingredient@297b223a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12290 crafttweaker:ct_shapeless1174335023 RecipeStage{tier='two', recipe=1xtile.BiblioCraft:LanternIron@9:[net.minecraft.item.crafting.Ingredient@4e54f7ba, net.minecraft.item.crafting.Ingredient@5d23e8df]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12291 crafttweaker:ct_shapeless-525292951 RecipeStage{tier='two', recipe=1xtile.BiblioCraft:LanternIron@11:[net.minecraft.item.crafting.Ingredient@51c07d8e, net.minecraft.item.crafting.Ingredient@21daef7e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12292 crafttweaker:ct_shapeless-242422687 RecipeStage{tier='two', recipe=1xtile.BiblioCraft:LampGold@9:[net.minecraft.item.crafting.Ingredient@48da25d8, net.minecraft.item.crafting.Ingredient@a7d490c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12293 crafttweaker:ct_shapeless609410797 RecipeStage{tier='two', recipe=1xtile.BiblioCraft:LampGold@11:[net.minecraft.item.crafting.Ingredient@580369c0, net.minecraft.item.crafting.Ingredient@2e54dca1]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12294 crafttweaker:ct_shapeless1583485277 RecipeStage{tier='two', recipe=1xtile.BiblioCraft:LampIron@8:[net.minecraft.item.crafting.Ingredient@37b9d856, net.minecraft.item.crafting.Ingredient@576cd284]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12295 crafttweaker:ct_shapeless626100085 RecipeStage{tier='three', recipe=1xtile.BiblioCraft:Typewriter@12:[net.minecraft.item.crafting.Ingredient@1462fcc0, net.minecraft.item.crafting.Ingredient@1cdb9b39]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12296 crafttweaker:ct_shapeless-153354726 RecipeStage{tier='two', recipe=1xtile.BiblioCraft:LanternGold@3:[net.minecraft.item.crafting.Ingredient@65d98b9c, net.minecraft.item.crafting.Ingredient@54108d51]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12297 crafttweaker:ct_shapeless-1272025509 RecipeStage{tier='two', recipe=1xtile.BiblioCraft:LampIron@7:[net.minecraft.item.crafting.Ingredient@5797ffef, net.minecraft.item.crafting.Ingredient@1755a477]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12298 crafttweaker:ct_shapeless-1601125868 RecipeStage{tier='three', recipe=1xtile.BiblioCraft:Typewriter@15:[net.minecraft.item.crafting.Ingredient@3e79586a, net.minecraft.item.crafting.Ingredient@6ed320f1]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12299 crafttweaker:ct_shapeless1501760847 RecipeStage{tier='two', recipe=1xtile.BiblioCraft:LanternIron@0:[net.minecraft.item.crafting.Ingredient@653d243, net.minecraft.item.crafting.Ingredient@3c1fb8e2]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12300 crafttweaker:ct_shapeless500187629 RecipeStage{tier='two', recipe=1xtile.BiblioCraft:LanternIron@8:[net.minecraft.item.crafting.Ingredient@48510d03, net.minecraft.item.crafting.Ingredient@3ff26850]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12301 crafttweaker:ct_shapeless-614197271 RecipeStage{tier='two', recipe=1xtile.BiblioCraft:LanternGold@12:[net.minecraft.item.crafting.Ingredient@27ab7427, net.minecraft.item.crafting.Ingredient@66b20098]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12302 crafttweaker:ct_shapeless500289752 RecipeStage{tier='two', recipe=1xtile.BiblioCraft:LampGold@1:[net.minecraft.item.crafting.Ingredient@26cb3058, net.minecraft.item.crafting.Ingredient@a577c39]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12303 crafttweaker:ct_shapeless2087275867 RecipeStage{tier='two', recipe=1xtile.BiblioCraft:LampGold@7:[net.minecraft.item.crafting.Ingredient@76212b18, net.minecraft.item.crafting.Ingredient@e14384]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12304 crafttweaker:ct_shapeless-810113411 RecipeStage{tier='three', recipe=1xtile.BiblioCraft:Typewriter@8:[net.minecraft.item.crafting.Ingredient@7f57ea30, net.minecraft.item.crafting.Ingredient@4ed0e757]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12305 crafttweaker:ct_shapeless-1620396337 RecipeStage{tier='two', recipe=1xtile.BiblioCraft:SwordPedestal@8:[net.minecraft.item.crafting.Ingredient@31567c7e, net.minecraft.item.crafting.Ingredient@3b21f4b3]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12306 crafttweaker:ct_shapeless-784620524 RecipeStage{tier='two', recipe=1xtile.BiblioCraft:LanternIron@2:[net.minecraft.item.crafting.Ingredient@7be79f8d, net.minecraft.item.crafting.Ingredient@32c435f9]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12307 crafttweaker:ct_shapeless1718774918 RecipeStage{tier='two', recipe=1xtile.BiblioCraft:LanternGold@1:[net.minecraft.item.crafting.Ingredient@30730a53, net.minecraft.item.crafting.Ingredient@4c3e482]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12308 crafttweaker:ct_shapeless1435955672 RecipeStage{tier='two', recipe=1xtile.BiblioCraft:LampIron@1:[net.minecraft.item.crafting.Ingredient@431f0860, net.minecraft.item.crafting.Ingredient@50678607]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12309 crafttweaker:ct_shapeless1057673045 RecipeStage{tier='two', recipe=1xtile.BiblioCraft:LampIron@5:[net.minecraft.item.crafting.Ingredient@78ee2fca, net.minecraft.item.crafting.Ingredient@631233a1]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12310 crafttweaker:ct_shapeless-1061041843 RecipeStage{tier='two', recipe=1xtile.BiblioCraft:SwordPedestal@10:[net.minecraft.item.crafting.Ingredient@58756bab, net.minecraft.item.crafting.Ingredient@34ce891c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12311 crafttweaker:ct_shapeless-896176883 RecipeStage{tier='two', recipe=1xtile.BiblioCraft:LanternIron@6:[net.minecraft.item.crafting.Ingredient@3d577030, net.minecraft.item.crafting.Ingredient@4f2ad300]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12312 crafttweaker:ct_shapeless-150261490 RecipeStage{tier='two', recipe=1xtile.BiblioCraft:LampGold@14:[net.minecraft.item.crafting.Ingredient@3cf1c17d, net.minecraft.item.crafting.Ingredient@7cb73996]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12313 crafttweaker:ct_shapeless-932958931 RecipeStage{tier='two', recipe=1xtile.BiblioCraft:LanternGold@10:[net.minecraft.item.crafting.Ingredient@7a6710c0, net.minecraft.item.crafting.Ingredient@63cc7e5f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12314 crafttweaker:ct_shapeless398238190 RecipeStage{tier='two', recipe=1xtile.BiblioCraft:LanternIron@15:[net.minecraft.item.crafting.Ingredient@5104a172, net.minecraft.item.crafting.Ingredient@14ba594d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12315 crafttweaker:ct_shapeless122007125 RecipeStage{tier='two', recipe=1xtile.BiblioCraft:LampGold@5:[net.minecraft.item.crafting.Ingredient@5619ba0a, net.minecraft.item.crafting.Ingredient@56271810]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12316 crafttweaker:ct_shapeless-185237292 RecipeStage{tier='two', recipe=1xtile.BiblioCraft:SwordPedestal@1:[net.minecraft.item.crafting.Ingredient@225c3c97, net.minecraft.item.crafting.Ingredient@646a69a0]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12317 crafttweaker:ct_shapeless1099874878 RecipeStage{tier='two', recipe=1xtile.BiblioCraft:LampIron@14:[net.minecraft.item.crafting.Ingredient@7fb856cd, net.minecraft.item.crafting.Ingredient@11b136b2]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12318 crafttweaker:ct_shapeless-1129630279 RecipeStage{tier='three', recipe=1xtile.BiblioCraft:Typewriter@6:[net.minecraft.item.crafting.Ingredient@524a0897, net.minecraft.item.crafting.Ingredient@65da4c17]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12319 crafttweaker:ct_shaped1157665483 RecipeStage{tier='one', recipe=1xtile.bloodmagic.soulForge@0:[net.minecraftforge.oredict.OreIngredient@8dd9e44, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1560ab7, net.minecraft.item.crafting.Ingredient@553811ff, net.minecraftforge.oredict.OreIngredient@519536f6, net.minecraft.item.crafting.Ingredient@355ebd3e, net.minecraft.item.crafting.Ingredient@46c0a90, net.minecraftforge.oredict.OreIngredient@114e540b, net.minecraft.item.crafting.Ingredient@6914e252]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12320 crafttweaker:ct_shaped860618478 RecipeStage{tier='two', recipe=1xitem.bloodmagic.lavaCrystal@0:[net.minecraftforge.oredict.OreIngredient@29630503, crafttweaker.mc1120.item.VanillaIngredient@4d3fb235, net.minecraftforge.oredict.OreIngredient@2e325995, crafttweaker.mc1120.item.VanillaIngredient@607a3873, net.minecraft.item.crafting.Ingredient@51007262, crafttweaker.mc1120.item.VanillaIngredient@611edc6d, net.minecraft.item.crafting.Ingredient@5ddcdf2a, net.minecraftforge.oredict.OreIngredient@6c54cd42, net.minecraft.item.crafting.Ingredient@3e1531c8]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12321 crafttweaker:ct_shaped2018320573 RecipeStage{tier='one', recipe=1xtile.bloodmagic.rune.@4:[net.minecraft.item.crafting.Ingredient@297f6fd3, net.minecraft.item.crafting.Ingredient@12e1c059, net.minecraft.item.crafting.Ingredient@5815319a, net.minecraftforge.oredict.OreIngredient@4f99d021, net.minecraft.item.crafting.Ingredient@1d4a2ff6, net.minecraftforge.oredict.OreIngredient@135d70e, net.minecraft.item.crafting.Ingredient@705daf53, net.minecraft.item.crafting.Ingredient@71c471a1, net.minecraft.item.crafting.Ingredient@3d3dd5f0]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12322 crafttweaker:ct_shaped-812157661 RecipeStage{tier='one', recipe=1xitem.bloodmagic.sacrificial_dagger@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@121fe8fe, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@f25fad9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5d3ecbe5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12323 crafttweaker:ct_shaped-1894500060 RecipeStage{tier='two', recipe=1xitem.bloodmagic.experienceTome@0:[net.minecraft.item.crafting.Ingredient@eff07e7, net.minecraftforge.oredict.OreIngredient@634a46de, net.minecraft.item.crafting.Ingredient@43999b5c, net.minecraft.item.crafting.Ingredient@68530129, net.minecraft.item.crafting.Ingredient@1e65f3fb, net.minecraft.item.crafting.Ingredient@2fa82a5f, net.minecraftforge.oredict.OreIngredient@20e4178d, net.minecraft.item.crafting.Ingredient@504e00f1, net.minecraftforge.oredict.OreIngredient@6105cb28]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12324 crafttweaker:ct_shaped1363619521 RecipeStage{tier='three', recipe=1xitem.bloodmagic.ritualDiviner@0:[net.minecraftforge.oredict.OreIngredient@f91ef85, net.minecraft.item.crafting.Ingredient@fc9c985, net.minecraftforge.oredict.OreIngredient@2f200905, net.minecraft.item.crafting.Ingredient@6033cb42, net.minecraftforge.oredict.OreIngredient@605efd06, net.minecraft.item.crafting.Ingredient@219a9569, net.minecraftforge.oredict.OreIngredient@e5dd87e, net.minecraft.item.crafting.Ingredient@704a7b2c, net.minecraftforge.oredict.OreIngredient@676b1eee]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12325 crafttweaker:ct_shaped1852438150 RecipeStage{tier='one', recipe=4xitem.bloodmagic.soulSnare.@0:[net.minecraft.item.crafting.Ingredient@12affeb7, net.minecraftforge.oredict.OreIngredient@72515ab4, net.minecraft.item.crafting.Ingredient@5161ccc9, net.minecraftforge.oredict.OreIngredient@6ec23465, net.minecraft.item.crafting.Ingredient@375254c, net.minecraftforge.oredict.OreIngredient@7b894b6c, net.minecraft.item.crafting.Ingredient@24d1d750, net.minecraftforge.oredict.OreIngredient@5bcfbeb3, net.minecraft.item.crafting.Ingredient@71babfc3]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12326 crafttweaker:ct_shaped1331234984 RecipeStage{tier='three', recipe=1xtile.bloodmagic.@2:[net.minecraft.item.crafting.Ingredient@40d958b3, net.minecraft.item.crafting.Ingredient@6a986caf, net.minecraft.item.crafting.Ingredient@4c047d69, net.minecraft.item.crafting.Ingredient@6864878d, net.minecraft.item.crafting.Ingredient@62f246f2, net.minecraft.item.crafting.Ingredient@4ba6a317, net.minecraft.item.crafting.Ingredient@24a6603f, net.minecraft.item.crafting.Ingredient@6832d3c9, net.minecraft.item.crafting.Ingredient@1807ddeb]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12327 crafttweaker:ct_shaped831306178 RecipeStage{tier='one', recipe=1xtile.bloodmagic.rune.@3:[net.minecraft.item.crafting.Ingredient@66477be7, net.minecraft.item.crafting.Ingredient@71f75888, net.minecraft.item.crafting.Ingredient@f2571e4, net.minecraftforge.oredict.OreIngredient@29eb0d6e, net.minecraft.item.crafting.Ingredient@74aec3f7, net.minecraftforge.oredict.OreIngredient@3fd6e6f2, net.minecraft.item.crafting.Ingredient@1bd81abd, net.minecraft.item.crafting.Ingredient@6aa9f4d5, net.minecraft.item.crafting.Ingredient@681a330c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12328 crafttweaker:ct_shaped-250720593 RecipeStage{tier='one', recipe=1xtile.bloodmagic.altar@0:[net.minecraft.item.crafting.Ingredient@6073a98b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3b254aca, net.minecraft.item.crafting.Ingredient@1e0f0e27, net.minecraft.item.crafting.Ingredient@2734ccb9, net.minecraft.item.crafting.Ingredient@5a760625, net.minecraftforge.oredict.OreIngredient@4b9464bb, net.minecraft.item.crafting.Ingredient@2d0c35d8, net.minecraftforge.oredict.OreIngredient@2cdc65c4]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12329 crafttweaker:ct_shaped537616033 RecipeStage{tier='three', recipe=1xitem.bloodmagic.ritualDiviner@1:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@46711954, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2ea81c9d, net.minecraft.item.crafting.Ingredient@62464e65, net.minecraft.item.crafting.Ingredient@2dfbf5ac, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@638ef2fe, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12330 crafttweaker:ct_shapeless1084414831 RecipeStage{tier='three', recipe=1xitem.bloodmagic.bound.sword@0:[net.minecraft.item.crafting.Ingredient@dac56e6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12331 crafttweaker:ct_shapeless353033261 RecipeStage{tier='three', recipe=1xitem.bloodmagic.bound.shovel@0:[net.minecraft.item.crafting.Ingredient@5dc91450]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12332 crafttweaker:ct_shapeless-1665284433 RecipeStage{tier='three', recipe=1xitem.bloodmagic.bound.pickaxe@0:[net.minecraft.item.crafting.Ingredient@2f6dccd0]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12333 crafttweaker:ct_shapeless1798860367 RecipeStage{tier='three', recipe=1xitem.bloodmagic.bound.axe@0:[net.minecraft.item.crafting.Ingredient@3be0d2c1]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12334 crafttweaker:ct_shaped587435688 RecipeStage{tier='three', recipe=1xtile.engineBlock@0:[net.minecraftforge.oredict.OreIngredient@5414b83d, net.minecraftforge.oredict.OreIngredient@41ea4d7b, net.minecraftforge.oredict.OreIngredient@a012da, net.minecraftforge.oredict.OreIngredient@3d6baed5, net.minecraftforge.oredict.OreIngredient@4c4f2c15, net.minecraftforge.oredict.OreIngredient@5f5d2172, net.minecraft.item.crafting.Ingredient@5febde81, net.minecraft.item.crafting.Ingredient@3f96deaf, net.minecraft.item.crafting.Ingredient@a0c62cc]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12335 crafttweaker:ct_shaped-702596943 RecipeStage{tier='four', recipe=1xitem.list@0:[net.minecraft.item.crafting.Ingredient@3cec844e, net.minecraft.item.crafting.Ingredient@3d725a84, net.minecraft.item.crafting.Ingredient@34189823, net.minecraft.item.crafting.Ingredient@5d6b866e, net.minecraftforge.oredict.OreIngredient@57db779, net.minecraft.item.crafting.Ingredient@2a747b28, net.minecraft.item.crafting.Ingredient@5a5d27c5, net.minecraft.item.crafting.Ingredient@5b049216, net.minecraft.item.crafting.Ingredient@33aa3070]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12336 crafttweaker:ct_shaped424780706 RecipeStage{tier='three', recipe=1xitem.PipeItemsVoid@0:[net.minecraft.item.crafting.Ingredient@3a8eb016]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12337 crafttweaker:ct_shaped1425679985 RecipeStage{tier='four', recipe=1xtile.markerBlock@0:[net.minecraftforge.oredict.OreIngredient@9dedb8d, net.minecraft.item.crafting.Ingredient@76b56c82]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12338 crafttweaker:ct_shaped-958193798 RecipeStage{tier='four', recipe=1xtile.filteredBufferBlock@0:[net.minecraftforge.oredict.OreIngredient@147eeb94, net.minecraft.item.crafting.Ingredient@5b3fe70d, net.minecraftforge.oredict.OreIngredient@24c25d54, net.minecraftforge.oredict.OreIngredient@794ee432, net.minecraft.item.crafting.Ingredient@1a8f92c4, net.minecraftforge.oredict.OreIngredient@3e2c1917, net.minecraftforge.oredict.OreIngredient@8b2db7b, net.minecraft.item.crafting.Ingredient@653c12b, net.minecraftforge.oredict.OreIngredient@602c7a97]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12339 crafttweaker:ct_shaped-1716214288 RecipeStage{tier='three', recipe=8xitem.PipeItemsVoid@0:[net.minecraftforge.oredict.OreIngredient@3e162324, net.minecraftforge.oredict.OreIngredient@20e14e9e, net.minecraft.item.crafting.Ingredient@38a39930]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12340 crafttweaker:ct_shaped615542019 RecipeStage{tier='four', recipe=1xtile.pathMarkerBlock@0:[net.minecraftforge.oredict.OreIngredient@3bd8b471, net.minecraft.item.crafting.Ingredient@3458bf2d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12341 crafttweaker:ct_shaped-579244171 RecipeStage{tier='four', recipe=1xtile.quarryBlock@0:[net.minecraftforge.oredict.OreIngredient@1e678286, net.minecraft.item.crafting.Ingredient@3aa9f263, net.minecraftforge.oredict.OreIngredient@442ca27b, net.minecraftforge.oredict.OreIngredient@35fcdc04, net.minecraft.item.crafting.Ingredient@17ad1b8f, net.minecraftforge.oredict.OreIngredient@6262c9f3, net.minecraftforge.oredict.OreIngredient@437c90be, net.minecraft.item.crafting.Ingredient@10b36829, net.minecraftforge.oredict.OreIngredient@6fbd78d3]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12342 crafttweaker:ct_shapeless1346525475 RecipeStage{tier='four', recipe=1xitem.pulsar@0:[net.minecraft.item.crafting.Ingredient@1b640986, net.minecraft.item.crafting.Ingredient@3cba8334]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12343 crafttweaker:ct_shaped-2074252981 RecipeStage{tier='four', recipe=1xitem.wrench@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@37c346aa, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@333cdb61, net.minecraftforge.oredict.OreIngredient@8afdcb9, net.minecraftforge.oredict.OreIngredient@60645dbb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12344 crafttweaker:ct_shaped1933749346 RecipeStage{tier='four', recipe=1xitem.axle@0:[net.minecraft.item.crafting.Ingredient@4dbfb10b, net.minecraftforge.oredict.OreIngredient@180d8c0e, net.minecraft.item.crafting.Ingredient@6e31d1a2]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12345 crafttweaker:ct_shaped-274257542 RecipeStage{tier='four', recipe=1xitem.painter_yellow@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2cfad05a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1c7d0b27, net.minecraftforge.oredict.OreIngredient@6864895a, net.minecraftforge.oredict.OreIngredient@838e935, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12346 crafttweaker:ct_shaped-1639637245 RecipeStage{tier='four', recipe=1xtile.sign_post@0:[net.minecraftforge.oredict.OreIngredient@72ba9068, net.minecraftforge.oredict.OreIngredient@6ea992b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12347 crafttweaker:ct_shaped-1194855826 RecipeStage{tier='four', recipe=1xitem.engine_piston@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4a08fef5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5b6c7c0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@23a93ece, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12348 crafttweaker:ct_shaped-1579499948 RecipeStage{tier='four', recipe=1xitem.hammer@0:[net.minecraftforge.oredict.OreIngredient@7158c851, net.minecraftforge.oredict.OreIngredient@7caa6fd9, net.minecraftforge.oredict.OreIngredient@4f112f4b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@25a43729, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1209798c, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12349 crafttweaker:ct_shaped-1473646130 RecipeStage{tier='four', recipe=3xtile.sign@0:[net.minecraftforge.oredict.OreIngredient@3df208b3, net.minecraftforge.oredict.OreIngredient@7b5f1331, net.minecraftforge.oredict.OreIngredient@7fc66e0c, net.minecraftforge.oredict.OreIngredient@265abd61, net.minecraftforge.oredict.OreIngredient@b409e89, net.minecraftforge.oredict.OreIngredient@885d24b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@447f7b59, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12350 crafttweaker:ct_shaped-1002426207 RecipeStage{tier='four', recipe=1xitem.screw_driver@0:[net.minecraftforge.oredict.OreIngredient@373d6702, net.minecraftforge.oredict.OreIngredient@380603ba, net.minecraftforge.oredict.OreIngredient@1eb7897b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12351 crafttweaker:ct_shaped-1631234061 RecipeStage{tier='four', recipe=1xitem.battery@0:[net.minecraftforge.oredict.OreIngredient@212d9c47, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7df4ea17, net.minecraftforge.oredict.OreIngredient@75673dc0, net.minecraftforge.oredict.OreIngredient@57399e46, net.minecraftforge.oredict.OreIngredient@1abbef42, net.minecraftforge.oredict.OreIngredient@40450a50, net.minecraftforge.oredict.OreIngredient@c80a6a5, net.minecraftforge.oredict.OreIngredient@1750d2dd]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12352 crafttweaker:ct_shaped322961454 RecipeStage{tier='four', recipe=1xitem.number_plate@0:[net.minecraftforge.oredict.OreIngredient@52d4fe8a, net.minecraftforge.oredict.OreIngredient@3a2b790a, net.minecraftforge.oredict.OreIngredient@33174564, net.minecraftforge.oredict.OreIngredient@22c0afe1, net.minecraftforge.oredict.OreIngredient@5795359d, net.minecraftforge.oredict.OreIngredient@3617e54c, net.minecraftforge.oredict.OreIngredient@3f22aa8f, net.minecraftforge.oredict.OreIngredient@183aa52d, net.minecraftforge.oredict.OreIngredient@667d426a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12353 crafttweaker:ct_shaped-782361111 RecipeStage{tier='one', recipe=8xtile.chisel.temple@0:[net.minecraft.item.crafting.Ingredient@6f49f66c, net.minecraft.item.crafting.Ingredient@45955fd8, net.minecraft.item.crafting.Ingredient@84b998a, net.minecraft.item.crafting.Ingredient@4a9e4fb, net.minecraftforge.oredict.OreIngredient@24739894, net.minecraft.item.crafting.Ingredient@4b77785d, net.minecraft.item.crafting.Ingredient@1fa42f70, net.minecraft.item.crafting.Ingredient@54e18e43, net.minecraft.item.crafting.Ingredient@6c6e0b73]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12354 crafttweaker:stage_two_item.chisel.chisel_iron RecipeStage{tier='two', recipe=1xitem.chisel.chisel_iron@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1cab2333, net.minecraftforge.oredict.OreIngredient@22ca5079, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12355 crafttweaker:stage_one_item.chisel.chisel_iron RecipeStage{tier='one', recipe=1xitem.chisel.chisel_iron@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7a0141f5, net.minecraftforge.oredict.OreIngredient@6628f855, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12356 crafttweaker:ct_shaped778187258 RecipeStage{tier='one', recipe=1xitem.mod.chiselsandbits.mirrorprint@0:[crafttweaker.mc1120.item.VanillaIngredient@23dfed18, net.minecraftforge.oredict.OreIngredient@53662882, net.minecraft.item.crafting.Ingredient@2398c5f2, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12357 crafttweaker:ct_shaped978162553 RecipeStage{tier='one', recipe=1xitem.mod.chiselsandbits.mirrorprint@0:[crafttweaker.mc1120.item.VanillaIngredient@2d36b84, net.minecraftforge.oredict.OreIngredient@5e38f1eb, net.minecraft.item.crafting.Ingredient@3c78e096, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12358 crafttweaker:ct_shaped687395874 RecipeStage{tier='one', recipe=1xitem.mod.chiselsandbits.chisel_iron@0:[net.minecraftforge.oredict.OreIngredient@59aa05be, net.minecraft.item.crafting.Ingredient@40bcca44]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12359 crafttweaker:ct_shaped1771844835 RecipeStage{tier='one', recipe=1xitem.mod.chiselsandbits.positiveprint@0:[crafttweaker.mc1120.item.VanillaIngredient@5992cc11, net.minecraftforge.oredict.OreIngredient@2215ebe5, net.minecraft.item.crafting.Ingredient@2b9b8dec, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12360 crafttweaker:ct_shaped-1780452023 RecipeStage{tier='one', recipe=1xitem.mod.chiselsandbits.positiveprint@0:[crafttweaker.mc1120.item.VanillaIngredient@d539c31, net.minecraftforge.oredict.OreIngredient@426e3bce, net.minecraft.item.crafting.Ingredient@4f29baa5, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12361 crafttweaker:ct_shaped921068213 RecipeStage{tier='one', recipe=1xtile.mod.chiselsandbits.bittank@0:[net.minecraft.item.crafting.Ingredient@38aaaa41, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@29090b71, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1a8af5d5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@187498b3]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12362 crafttweaker:ct_shaped932446464 RecipeStage{tier='one', recipe=1xitem.mod.chiselsandbits.bit_bag@0:[net.minecraft.item.crafting.Ingredient@75e1c15e, net.minecraft.item.crafting.Ingredient@14d21e10, net.minecraft.item.crafting.Ingredient@59bb6502, net.minecraft.item.crafting.Ingredient@65b6df86, net.minecraft.item.crafting.Ingredient@1e26195f, net.minecraft.item.crafting.Ingredient@1a80b615, net.minecraft.item.crafting.Ingredient@18915332, net.minecraft.item.crafting.Ingredient@4b88e549, net.minecraft.item.crafting.Ingredient@65caf186]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12363 crafttweaker:ct_shaped-2045740638 RecipeStage{tier='one', recipe=1xitem.mod.chiselsandbits.negativeprint@0:[crafttweaker.mc1120.item.VanillaIngredient@7ae5d334, net.minecraftforge.oredict.OreIngredient@68ff1799, net.minecraft.item.crafting.Ingredient@64d11562, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12364 crafttweaker:ct_shaped-1452799651 RecipeStage{tier='one', recipe=1xitem.mod.chiselsandbits.negativeprint@0:[crafttweaker.mc1120.item.VanillaIngredient@56a58ebf, net.minecraftforge.oredict.OreIngredient@28d9b2c, net.minecraft.item.crafting.Ingredient@125e173b, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12365 crafttweaker:ct_shapeless-791838426 RecipeStage{tier='one', recipe=1xitem.mod.chiselsandbits.mirrorprint@0:[net.minecraft.item.crafting.Ingredient@7e486a17]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12366 crafttweaker:ct_shapeless2021621030 RecipeStage{tier='one', recipe=1xitem.mod.chiselsandbits.positiveprint@0:[net.minecraft.item.crafting.Ingredient@462c317]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12367 crafttweaker:ct_shapeless-2109885018 RecipeStage{tier='one', recipe=1xitem.mod.chiselsandbits.negativeprint@0:[net.minecraft.item.crafting.Ingredient@6ad87c4c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12368 crafttweaker:ct_shaped-159001971 RecipeStage{tier='one', recipe=1xitem.contenttweaker.bronze_legs@0:[net.minecraftforge.oredict.OreIngredient@8dd59e3, net.minecraftforge.oredict.OreIngredient@35f8823d, net.minecraftforge.oredict.OreIngredient@271095ee, net.minecraftforge.oredict.OreIngredient@e83b75c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6cf3f52e, net.minecraftforge.oredict.OreIngredient@1d6b6be7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3e772241]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12369 crafttweaker:ct_shaped1446251693 RecipeStage{tier='one', recipe=1xitem.contenttweaker.bronze_head@0:[net.minecraftforge.oredict.OreIngredient@2ddd4b84, net.minecraftforge.oredict.OreIngredient@5ef48194, net.minecraftforge.oredict.OreIngredient@1806fdfe, net.minecraftforge.oredict.OreIngredient@1fe4b195, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@58224886]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12370 crafttweaker:ct_shaped-354981743 RecipeStage{tier='one', recipe=1xitem.contenttweaker.copper_feet@0:[net.minecraftforge.oredict.OreIngredient@22a08a37, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@d667a90, net.minecraftforge.oredict.OreIngredient@37b41ab0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7d1802b8]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12371 crafttweaker:ct_shaped158435269 RecipeStage{tier='one', recipe=1xitem.contenttweaker.copper_chest@0:[net.minecraftforge.oredict.OreIngredient@5b4fde1e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@65439d1d, net.minecraftforge.oredict.OreIngredient@72b57a9f, net.minecraftforge.oredict.OreIngredient@4f85bbb3, net.minecraftforge.oredict.OreIngredient@6a1f2373, net.minecraftforge.oredict.OreIngredient@134df058, net.minecraftforge.oredict.OreIngredient@4af5012c, net.minecraftforge.oredict.OreIngredient@28cf73e2]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12372 crafttweaker:ct_shaped-1206974033 RecipeStage{tier='one', recipe=1xitem.contenttweaker.copper_head@0:[net.minecraftforge.oredict.OreIngredient@3b58c933, net.minecraftforge.oredict.OreIngredient@476b2130, net.minecraftforge.oredict.OreIngredient@2575b490, net.minecraftforge.oredict.OreIngredient@767693bf, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@b1acd13]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12373 crafttweaker:ct_shaped2124416530 RecipeStage{tier='one', recipe=1xitem.contenttweaker.bronze_feet@0:[net.minecraftforge.oredict.OreIngredient@15661fe1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1dbfe8e9, net.minecraftforge.oredict.OreIngredient@5f167b8a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@239472e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12374 crafttweaker:ct_shaped394363556 RecipeStage{tier='one', recipe=1xitem.contenttweaker.bronze_chest@0:[net.minecraftforge.oredict.OreIngredient@2705d99f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@459f8536, net.minecraftforge.oredict.OreIngredient@29396c24, net.minecraftforge.oredict.OreIngredient@61715e1a, net.minecraftforge.oredict.OreIngredient@68b1ba8a, net.minecraftforge.oredict.OreIngredient@51be349f, net.minecraftforge.oredict.OreIngredient@33043ac0, net.minecraftforge.oredict.OreIngredient@586e3334]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12375 crafttweaker:ct_shaped90098479 RecipeStage{tier='one', recipe=1xitem.contenttweaker.copper_legs@0:[net.minecraftforge.oredict.OreIngredient@3deea759, net.minecraftforge.oredict.OreIngredient@1dd476b7, net.minecraftforge.oredict.OreIngredient@f149df7, net.minecraftforge.oredict.OreIngredient@264af8b2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6ed6574d, net.minecraftforge.oredict.OreIngredient@5009e5ee, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7b59313d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12376 crafttweaker:ct_shaped-712030984 RecipeStage{tier='four', recipe=1xitem.cookingforblockheads:preservation_chamber@0:[net.minecraftforge.oredict.OreIngredient@a27c98c, net.minecraftforge.oredict.OreIngredient@56179bba, net.minecraftforge.oredict.OreIngredient@492e2203, net.minecraftforge.oredict.OreIngredient@7bcc22c2, net.minecraft.item.crafting.Ingredient@4f93ef9e, net.minecraftforge.oredict.OreIngredient@25b3679d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12377 crafttweaker:ct_shaped1598704899 RecipeStage{tier='four', recipe=1xtile.cookingforblockheads:toaster@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1db57712, net.minecraftforge.oredict.OreIngredient@7758c54, net.minecraft.item.crafting.Ingredient@574a6c3b, net.minecraftforge.oredict.OreIngredient@69fb66c0, net.minecraftforge.oredict.OreIngredient@5fc0810a, crafttweaker.mc1120.item.VanillaIngredient@74fcb18a, net.minecraftforge.oredict.OreIngredient@70d3209a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12378 crafttweaker:ct_shaped-1751533061 RecipeStage{tier='four', recipe=1xtile.cookingforblockheads:milk_jar@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@42ac8526, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@193f84a8, net.minecraft.item.crafting.Ingredient@8de06e4, net.minecraftforge.oredict.OreIngredient@61e02095, net.minecraftforge.oredict.OreIngredient@47c30c3a, net.minecraftforge.oredict.OreIngredient@22bcdaae, net.minecraftforge.oredict.OreIngredient@5aad113b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12379 crafttweaker:ct_shaped1653197206 RecipeStage{tier='four', recipe=12xtile.cookingforblockheads:kitchen_floor@0:[net.minecraft.item.crafting.Ingredient@3aa96673, net.minecraft.item.crafting.Ingredient@65541fc0, net.minecraft.item.crafting.Ingredient@21f9d06e, net.minecraft.item.crafting.Ingredient@136f29a3]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12380 crafttweaker:ct_shaped790860786 RecipeStage{tier='four', recipe=1xtile.cookingforblockheads:tool_rack@0:[net.minecraftforge.oredict.OreIngredient@62844f43, net.minecraftforge.oredict.OreIngredient@27ebf6cc, net.minecraftforge.oredict.OreIngredient@48fe38ff, net.minecraftforge.oredict.OreIngredient@22b63272, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@62088f30]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12381 crafttweaker:ct_shaped-1822151732 RecipeStage{tier='four', recipe=1xtile.cookingforblockheads:oven@0:[net.minecraftforge.oredict.OreIngredient@1aad582b, net.minecraftforge.oredict.OreIngredient@23ada241, net.minecraftforge.oredict.OreIngredient@309b21e4, net.minecraftforge.oredict.OreIngredient@164c59c8, net.minecraft.item.crafting.Ingredient@6650272a, net.minecraftforge.oredict.OreIngredient@28a12e0b, net.minecraftforge.oredict.OreIngredient@41dcaefa, net.minecraftforge.oredict.OreIngredient@35aa3d10, net.minecraftforge.oredict.OreIngredient@52a435f8]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12382 crafttweaker:ct_shaped-1294668355 RecipeStage{tier='four', recipe=1xtile.cookingforblockheads:sink@0:[net.minecraftforge.oredict.OreIngredient@73d488d1, net.minecraftforge.oredict.OreIngredient@57db532f, net.minecraftforge.oredict.OreIngredient@337db679, net.minecraft.item.crafting.Ingredient@40854e1b, crafttweaker.mc1120.item.VanillaIngredient@17c0c4da, net.minecraft.item.crafting.Ingredient@1a8faf26, net.minecraft.item.crafting.Ingredient@449f1c70, net.minecraft.item.crafting.Ingredient@2e80676e, net.minecraft.item.crafting.Ingredient@3f779070]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12383 crafttweaker:ct_shaped-1911447983 RecipeStage{tier='four', recipe=1xitem.cookingforblockheads:heating_unit@0:[net.minecraft.item.crafting.Ingredient@58e6fe27, net.minecraft.item.crafting.Ingredient@64a615d7, net.minecraft.item.crafting.Ingredient@4930b53a, net.minecraftforge.oredict.OreIngredient@4a47587c, net.minecraft.item.crafting.Ingredient@253f90d5, net.minecraftforge.oredict.OreIngredient@71632108]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12384 crafttweaker:ct_shaped-2020911204 RecipeStage{tier='four', recipe=1xitem.null@2:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3d36c37b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4d42f819, net.minecraft.item.crafting.Ingredient@14a2605c, net.minecraftforge.oredict.OreIngredient@7c2178a1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@77874145, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12385 crafttweaker:ct_shaped-1566337011 RecipeStage{tier='three', recipe=1xitem.tool_auto_torch@0:[net.minecraftforge.oredict.OreIngredient@2ddfed9c, net.minecraft.item.crafting.Ingredient@2af8c8fb, net.minecraftforge.oredict.OreIngredient@5d6b4975, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@102bb6f4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@424a0a60, net.minecraft.item.crafting.Ingredient@2e99bdc2, net.minecraftforge.oredict.OreIngredient@293e6985]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12386 crafttweaker:ct_shaped1311469507 RecipeStage{tier='three', recipe=1xitem.charm_fire@0:[net.minecraft.item.crafting.Ingredient@64efe640, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7664f9b7, net.minecraftforge.oredict.OreIngredient@15703d14, net.minecraft.item.crafting.Ingredient@4fd81c7e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@541e2e23, net.minecraftforge.oredict.OreIngredient@566cc56, net.minecraft.item.crafting.Ingredient@11ead973]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12387 crafttweaker:ct_shaped-1318411028 RecipeStage{tier='five', recipe=1xtile.harvester_block@0:[net.minecraft.item.crafting.Ingredient@1e5e1cdc, net.minecraft.item.crafting.Ingredient@3b944602, net.minecraft.item.crafting.Ingredient@823295a, net.minecraftforge.oredict.OreIngredient@4fc5486c, net.minecraft.item.crafting.Ingredient@219315b4, net.minecraftforge.oredict.OreIngredient@382ee3d2, net.minecraft.item.crafting.Ingredient@29567474, net.minecraft.item.crafting.Ingredient@4c35df1a, net.minecraft.item.crafting.Ingredient@75b24d9d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12388 crafttweaker:ct_shaped333315205 RecipeStage{tier='three', recipe=1xitem.charm_water@0:[net.minecraft.item.crafting.Ingredient@3acd008a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@20a22673, net.minecraftforge.oredict.OreIngredient@420df072, net.minecraft.item.crafting.Ingredient@2534930b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@77af0e77, net.minecraftforge.oredict.OreIngredient@468f2f4f, net.minecraft.item.crafting.Ingredient@6bacd98c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12389 crafttweaker:ct_shaped96339199 RecipeStage{tier='three', recipe=1xtile.placer_block@0:[net.minecraft.item.crafting.Ingredient@6a81b339, net.minecraft.item.crafting.Ingredient@6552c4a8, net.minecraft.item.crafting.Ingredient@5a187a1a, net.minecraftforge.oredict.OreIngredient@5775a86c, net.minecraftforge.oredict.OreIngredient@308ac1c0, net.minecraftforge.oredict.OreIngredient@438e24fd, net.minecraft.item.crafting.Ingredient@5adf5e3c, net.minecraftforge.oredict.OreIngredient@2013abc3, net.minecraft.item.crafting.Ingredient@4671fac0]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12390 crafttweaker:ct_shaped-82499897 RecipeStage{tier='one', recipe=1xitem.tool_harvest_leaves@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@746a973f, net.minecraft.item.crafting.Ingredient@54e41930, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6994eddc, net.minecraft.item.crafting.Ingredient@20fabdd4, net.minecraft.item.crafting.Ingredient@89159b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12391 crafttweaker:ct_shaped-931204625 RecipeStage{tier='three', recipe=1xitem.charm_antidote@0:[net.minecraft.item.crafting.Ingredient@74d0a123, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3ae45868, net.minecraftforge.oredict.OreIngredient@4f8546fd, net.minecraft.item.crafting.Ingredient@7e8b75b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@76c0c73c, net.minecraftforge.oredict.OreIngredient@6e7ff694, net.minecraft.item.crafting.Ingredient@b28f708]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12392 crafttweaker:ct_shaped-1291160093 RecipeStage{tier='three', recipe=1xitem.tool_launcher@0:[net.minecraft.item.crafting.Ingredient@49b8cb59, net.minecraftforge.oredict.OreIngredient@39310c75, net.minecraft.item.crafting.Ingredient@28eb8691, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6437b433, net.minecraftforge.oredict.OreIngredient@6bda49ef, net.minecraftforge.oredict.OreIngredient@5ab9a245, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2e92688d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12393 crafttweaker:ct_shaped1827433527 RecipeStage{tier='three', recipe=1xtile.sprinkler@0:[crafttweaker.api.minecraft.CraftTweakerMC$1@775dd740, net.minecraft.item.crafting.Ingredient@4ef17d75, crafttweaker.api.minecraft.CraftTweakerMC$1@594d5564, net.minecraftforge.oredict.OreIngredient@642688c0, net.minecraft.item.crafting.Ingredient@7d58a4d3, net.minecraftforge.oredict.OreIngredient@388764d8, net.minecraftforge.oredict.OreIngredient@b52e0d9, net.minecraftforge.oredict.OreIngredient@5be219fb, net.minecraftforge.oredict.OreIngredient@63245068]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12394 crafttweaker:ct_shaped-381043606 RecipeStage{tier='two', recipe=1xtile.block_fragile@0:[net.minecraft.item.crafting.Ingredient@60064970, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7c4e3981, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3728da32, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@764e6baf, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2451f1df]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12395 crafttweaker:ct_shaped598830283 RecipeStage{tier='four', recipe=1xitem.charm_void@0:[net.minecraft.item.crafting.Ingredient@29de56e5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5856f0a6, net.minecraftforge.oredict.OreIngredient@5dc0eb10, net.minecraft.item.crafting.Ingredient@7634367e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2d062f23, net.minecraftforge.oredict.OreIngredient@42ba39e5, net.minecraft.item.crafting.Ingredient@1878c2c9]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12396 crafttweaker:ct_shaped-1575014999 RecipeStage{tier='five', recipe=1xtile.block_forester@0:[net.minecraft.item.crafting.Ingredient@4f28807e, net.minecraft.item.crafting.Ingredient@534bd18f, net.minecraft.item.crafting.Ingredient@40adaf12, net.minecraftforge.oredict.OreIngredient@1e1d4344, net.minecraft.item.crafting.Ingredient@15bd0b89, net.minecraftforge.oredict.OreIngredient@18f76718, net.minecraft.item.crafting.Ingredient@350f9e2b, net.minecraft.item.crafting.Ingredient@417cecad, net.minecraft.item.crafting.Ingredient@3c605648]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12397 crafttweaker:ct_shaped1950889893 RecipeStage{tier='three', recipe=1xtile.entity_detector@0:[net.minecraft.item.crafting.Ingredient@1f8c397b, net.minecraftforge.oredict.OreIngredient@56bb0267, net.minecraft.item.crafting.Ingredient@70848599, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4e685fd7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3051e080, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3ef764d7]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12398 crafttweaker:ct_shaped-1010591007 RecipeStage{tier='one', recipe=8xitem.ender_torch@0:[net.minecraftforge.oredict.OreIngredient@6a8b96dd, net.minecraftforge.oredict.OreIngredient@6691eabc, net.minecraftforge.oredict.OreIngredient@59fb430e, net.minecraftforge.oredict.OreIngredient@5c2f553a, net.minecraft.item.crafting.Ingredient@6a240d1c, net.minecraftforge.oredict.OreIngredient@389deee, net.minecraftforge.oredict.OreIngredient@691ea2, net.minecraftforge.oredict.OreIngredient@26490d10, net.minecraftforge.oredict.OreIngredient@6ccfa828]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12399 crafttweaker:ct_shaped-1533004293 RecipeStage{tier='three', recipe=1xitem.charm_wing@0:[net.minecraft.item.crafting.Ingredient@217c65f1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6928f372, net.minecraftforge.oredict.OreIngredient@76742ca, net.minecraft.item.crafting.Ingredient@167834e6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@54e98835, net.minecraftforge.oredict.OreIngredient@7af442b9, net.minecraft.item.crafting.Ingredient@47382e3f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12400 crafttweaker:ct_shaped1002328043 RecipeStage{tier='two', recipe=1xtile.block_fragile_auto@0:[net.minecraft.item.crafting.Ingredient@1030ed3a, net.minecraft.item.crafting.Ingredient@8006729]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12401 crafttweaker:ct_shaped-1187826741 RecipeStage{tier='tutorial', recipe=1xitem.sleeping_mat@0:[net.minecraft.item.crafting.Ingredient@50391d1a, net.minecraft.item.crafting.Ingredient@567688f4, net.minecraft.item.crafting.Ingredient@41b8e63d, net.minecraft.item.crafting.Ingredient@4a0ae80c, net.minecraft.item.crafting.Ingredient@5243fd9a, net.minecraft.item.crafting.Ingredient@3090fe0e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12402 crafttweaker:ct_shaped-790444231 RecipeStage{tier='three', recipe=1xtile.clock@0:[net.minecraftforge.oredict.OreIngredient@361f7f2f, net.minecraftforge.oredict.OreIngredient@2b48bb68, net.minecraftforge.oredict.OreIngredient@662a3cb6, net.minecraftforge.oredict.OreIngredient@51fdcef3, net.minecraft.item.crafting.Ingredient@1cd625e4, net.minecraftforge.oredict.OreIngredient@722b5eed, net.minecraftforge.oredict.OreIngredient@45530392, net.minecraftforge.oredict.OreIngredient@7a66d79d, net.minecraftforge.oredict.OreIngredient@57b23430]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12403 crafttweaker:ct_shaped1179289548 RecipeStage{tier='one', recipe=8xtile.darkutils.slime.dyed@0:[net.minecraftforge.oredict.OreIngredient@7fc6c41d, net.minecraftforge.oredict.OreIngredient@225417e4, net.minecraftforge.oredict.OreIngredient@6e42e60c, net.minecraftforge.oredict.OreIngredient@28174c40, net.minecraftforge.oredict.OreIngredient@61b88373, net.minecraftforge.oredict.OreIngredient@63515397, net.minecraftforge.oredict.OreIngredient@1a5aab77, net.minecraftforge.oredict.OreIngredient@8bd9130, net.minecraftforge.oredict.OreIngredient@2dbb384f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12404 crafttweaker:ct_shaped105110136 RecipeStage{tier='one', recipe=8xtile.darkutils.slime.dyed@1:[net.minecraftforge.oredict.OreIngredient@449f1b84, net.minecraftforge.oredict.OreIngredient@b511173, net.minecraftforge.oredict.OreIngredient@6f013538, net.minecraftforge.oredict.OreIngredient@1b8c01d7, net.minecraftforge.oredict.OreIngredient@27f36a19, net.minecraftforge.oredict.OreIngredient@24aa2d1d, net.minecraftforge.oredict.OreIngredient@42647445, net.minecraftforge.oredict.OreIngredient@391d4767, net.minecraftforge.oredict.OreIngredient@58251ff]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12405 crafttweaker:ct_shaped-784882156 RecipeStage{tier='one', recipe=8xtile.darkutils.slime.dyed@2:[net.minecraftforge.oredict.OreIngredient@70354697, net.minecraftforge.oredict.OreIngredient@1192c288, net.minecraftforge.oredict.OreIngredient@42e789a2, net.minecraftforge.oredict.OreIngredient@557d35a8, net.minecraftforge.oredict.OreIngredient@f26c06e, net.minecraftforge.oredict.OreIngredient@8a7c580, net.minecraftforge.oredict.OreIngredient@76f3f7af, net.minecraftforge.oredict.OreIngredient@4a9f4cac, net.minecraftforge.oredict.OreIngredient@7383d021]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12406 crafttweaker:ct_shaped-989249300 RecipeStage{tier='one', recipe=8xtile.darkutils.slime.dyed@3:[net.minecraftforge.oredict.OreIngredient@453e9014, net.minecraftforge.oredict.OreIngredient@2c195993, net.minecraftforge.oredict.OreIngredient@1c538a90, net.minecraftforge.oredict.OreIngredient@713c43e3, net.minecraftforge.oredict.OreIngredient@4033d3e0, net.minecraftforge.oredict.OreIngredient@2600cfb4, net.minecraftforge.oredict.OreIngredient@2607d6ee, net.minecraftforge.oredict.OreIngredient@3537ba96, net.minecraftforge.oredict.OreIngredient@6b45d303]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12407 crafttweaker:ct_shaped-1873193611 RecipeStage{tier='one', recipe=8xtile.darkutils.slime.dyed@4:[net.minecraftforge.oredict.OreIngredient@4b98ccb0, net.minecraftforge.oredict.OreIngredient@53b0c38b, net.minecraftforge.oredict.OreIngredient@5b5b2061, net.minecraftforge.oredict.OreIngredient@1ec33dc2, net.minecraftforge.oredict.OreIngredient@13338fe6, net.minecraftforge.oredict.OreIngredient@464aba90, net.minecraftforge.oredict.OreIngredient@4490d210, net.minecraftforge.oredict.OreIngredient@43bada6d, net.minecraftforge.oredict.OreIngredient@4c792143]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12408 crafttweaker:ct_shaped1655608309 RecipeStage{tier='one', recipe=8xtile.darkutils.slime.dyed@5:[net.minecraftforge.oredict.OreIngredient@5f749c66, net.minecraftforge.oredict.OreIngredient@1db6c5ca, net.minecraftforge.oredict.OreIngredient@84a0da3, net.minecraftforge.oredict.OreIngredient@d3c46d0, net.minecraftforge.oredict.OreIngredient@76507cbd, net.minecraftforge.oredict.OreIngredient@5de36f28, net.minecraftforge.oredict.OreIngredient@59c4622, net.minecraftforge.oredict.OreIngredient@6a799a87, net.minecraftforge.oredict.OreIngredient@1fb9b6e1]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12409 crafttweaker:ct_shaped358664821 RecipeStage{tier='one', recipe=8xtile.darkutils.slime.dyed@6:[net.minecraftforge.oredict.OreIngredient@59e50011, net.minecraftforge.oredict.OreIngredient@3e2fe059, net.minecraftforge.oredict.OreIngredient@1824f8b9, net.minecraftforge.oredict.OreIngredient@4af84be2, net.minecraftforge.oredict.OreIngredient@3bec3f24, net.minecraftforge.oredict.OreIngredient@7a003d28, net.minecraftforge.oredict.OreIngredient@45def3e1, net.minecraftforge.oredict.OreIngredient@4d7117e3, net.minecraftforge.oredict.OreIngredient@173e0476]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12410 crafttweaker:ct_shaped-1812060119 RecipeStage{tier='one', recipe=8xtile.darkutils.slime.dyed@7:[net.minecraftforge.oredict.OreIngredient@6c2c82c4, net.minecraftforge.oredict.OreIngredient@5e5f355b, net.minecraftforge.oredict.OreIngredient@1bd4ff7c, net.minecraftforge.oredict.OreIngredient@7cae55c4, net.minecraftforge.oredict.OreIngredient@749cc237, net.minecraftforge.oredict.OreIngredient@53ced412, net.minecraftforge.oredict.OreIngredient@6f5dfe08, net.minecraftforge.oredict.OreIngredient@61538652, net.minecraftforge.oredict.OreIngredient@734c7d35]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12411 crafttweaker:ct_shaped914919326 RecipeStage{tier='one', recipe=8xtile.darkutils.slime.dyed@8:[net.minecraftforge.oredict.OreIngredient@5687490a, net.minecraftforge.oredict.OreIngredient@56aa506c, net.minecraftforge.oredict.OreIngredient@2b363dfd, net.minecraftforge.oredict.OreIngredient@3b03487b, net.minecraftforge.oredict.OreIngredient@57a08908, net.minecraftforge.oredict.OreIngredient@530d8aa0, net.minecraftforge.oredict.OreIngredient@494e8ce9, net.minecraftforge.oredict.OreIngredient@68af452b, net.minecraftforge.oredict.OreIngredient@3b9469ff]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12412 crafttweaker:ct_shaped-1264749589 RecipeStage{tier='one', recipe=8xtile.darkutils.slime.dyed@9:[net.minecraftforge.oredict.OreIngredient@4f3aca7, net.minecraftforge.oredict.OreIngredient@39675114, net.minecraftforge.oredict.OreIngredient@2bf3cd0e, net.minecraftforge.oredict.OreIngredient@3330821e, net.minecraftforge.oredict.OreIngredient@2abf864b, net.minecraftforge.oredict.OreIngredient@29539df9, net.minecraftforge.oredict.OreIngredient@1c7dbe60, net.minecraftforge.oredict.OreIngredient@2beaff83, net.minecraftforge.oredict.OreIngredient@7db1a96b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12413 crafttweaker:ct_shaped1090454798 RecipeStage{tier='one', recipe=8xtile.darkutils.slime.dyed@10:[net.minecraftforge.oredict.OreIngredient@48b85f71, net.minecraftforge.oredict.OreIngredient@394766b8, net.minecraftforge.oredict.OreIngredient@452d90f4, net.minecraftforge.oredict.OreIngredient@35a793cb, net.minecraftforge.oredict.OreIngredient@3f6e01d9, net.minecraftforge.oredict.OreIngredient@3d1ec22a, net.minecraftforge.oredict.OreIngredient@149d4f4d, net.minecraftforge.oredict.OreIngredient@1dadafde, net.minecraftforge.oredict.OreIngredient@5202157b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12414 crafttweaker:ct_shaped1177981169 RecipeStage{tier='one', recipe=8xtile.darkutils.slime.dyed@11:[net.minecraftforge.oredict.OreIngredient@19468283, net.minecraftforge.oredict.OreIngredient@67df41c1, net.minecraftforge.oredict.OreIngredient@17fcc1bb, net.minecraftforge.oredict.OreIngredient@5517b7f2, net.minecraftforge.oredict.OreIngredient@78686549, net.minecraftforge.oredict.OreIngredient@6524e2cc, net.minecraftforge.oredict.OreIngredient@14a406ca, net.minecraftforge.oredict.OreIngredient@7c648b8b, net.minecraftforge.oredict.OreIngredient@479deb63]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12415 crafttweaker:ct_shaped1178721314 RecipeStage{tier='one', recipe=8xtile.darkutils.slime.dyed@12:[net.minecraftforge.oredict.OreIngredient@5ed43de, net.minecraftforge.oredict.OreIngredient@314b97ff, net.minecraftforge.oredict.OreIngredient@692b6a8e, net.minecraftforge.oredict.OreIngredient@41c5423b, net.minecraftforge.oredict.OreIngredient@2ed91a6e, net.minecraftforge.oredict.OreIngredient@43c08425, net.minecraftforge.oredict.OreIngredient@710df9c9, net.minecraftforge.oredict.OreIngredient@1a32b949, net.minecraftforge.oredict.OreIngredient@7cdeca0b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12416 crafttweaker:ct_shaped618017940 RecipeStage{tier='one', recipe=8xtile.darkutils.slime.dyed@13:[net.minecraftforge.oredict.OreIngredient@3bf88819, net.minecraftforge.oredict.OreIngredient@2525ed1e, net.minecraftforge.oredict.OreIngredient@2ad2f002, net.minecraftforge.oredict.OreIngredient@20d6f9c1, net.minecraftforge.oredict.OreIngredient@5f110582, net.minecraftforge.oredict.OreIngredient@55d65e63, net.minecraftforge.oredict.OreIngredient@68b9f63b, net.minecraftforge.oredict.OreIngredient@7f36021c, net.minecraftforge.oredict.OreIngredient@28dc256d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12417 crafttweaker:ct_shaped-515207131 RecipeStage{tier='one', recipe=8xtile.darkutils.slime.dyed@14:[net.minecraftforge.oredict.OreIngredient@4f9e5353, net.minecraftforge.oredict.OreIngredient@68b16cb5, net.minecraftforge.oredict.OreIngredient@2758b55d, net.minecraftforge.oredict.OreIngredient@6ee60b96, net.minecraftforge.oredict.OreIngredient@53dfc9d2, net.minecraftforge.oredict.OreIngredient@3068d3d8, net.minecraftforge.oredict.OreIngredient@52787ad5, net.minecraftforge.oredict.OreIngredient@c9c61b7, net.minecraftforge.oredict.OreIngredient@21a0b8af]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12418 crafttweaker:ct_shaped-562356266 RecipeStage{tier='one', recipe=8xtile.darkutils.slime.dyed@15:[net.minecraftforge.oredict.OreIngredient@57205950, net.minecraftforge.oredict.OreIngredient@469f2fb3, net.minecraftforge.oredict.OreIngredient@29616f0e, net.minecraftforge.oredict.OreIngredient@d20cf4d, net.minecraftforge.oredict.OreIngredient@589ffd60, net.minecraftforge.oredict.OreIngredient@67c2a377, net.minecraftforge.oredict.OreIngredient@45f9b99e, net.minecraftforge.oredict.OreIngredient@4ea85ccb, net.minecraftforge.oredict.OreIngredient@697bcc83]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12419 crafttweaker:ct_shapeless-480212802 RecipeStage{tier='tutorial', recipe=1xitem.death_compass.death_compass@0:[crafttweaker.api.minecraft.CraftTweakerMC$1@1b5003c0]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12420 crafttweaker:ct_shaped-620606589 RecipeStage{tier='one', recipe=1xtile.sewer_pipe@0:[net.minecraft.item.crafting.Ingredient@136d6c7d, net.minecraftforge.oredict.OreIngredient@1faf34df, net.minecraftforge.oredict.OreIngredient@2807fc7d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12421 crafttweaker:ct_shaped218436345 RecipeStage{tier='one', recipe=1xtile.dung_pipe@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3352a4be, net.minecraftforge.oredict.OreIngredient@4ba4382d, net.minecraftforge.oredict.OreIngredient@2dcbf44a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3ab8019a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1ce93527, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12422 crafttweaker:ct_shaped-259651183 RecipeStage{tier='four', recipe=1xitem.enderutilities.endercapacitor@1:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@76e613c7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4fdc0f5, net.minecraftforge.oredict.OreIngredient@7e33b521, net.minecraft.item.crafting.Ingredient@2ba6e7cd, net.minecraftforge.oredict.OreIngredient@6d18b155, net.minecraft.item.crafting.Ingredient@7883e6b, net.minecraftforge.oredict.OreIngredient@64710906]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12423 crafttweaker:ct_shaped174071957 RecipeStage{tier='four', recipe=1xitem.enderutilities.enderpart@11:[net.minecraftforge.oredict.OreIngredient@78f502ca, net.minecraft.item.crafting.Ingredient@504f9698, net.minecraftforge.oredict.OreIngredient@16f2919c, net.minecraft.item.crafting.Ingredient@7aa7937d, net.minecraftforge.oredict.OreIngredient@2a142db1, net.minecraft.item.crafting.Ingredient@643853d, net.minecraftforge.oredict.OreIngredient@4bf9a18, net.minecraft.item.crafting.Ingredient@42c5dd89, net.minecraftforge.oredict.OreIngredient@493709c5]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12424 crafttweaker:ct_shaped1381521888 RecipeStage{tier='four', recipe=1xitem.enderutilities.endercapacitor@2:[net.minecraftforge.oredict.OreIngredient@53c717b3, net.minecraft.item.crafting.Ingredient@2b502889, net.minecraftforge.oredict.OreIngredient@471581ff, net.minecraft.item.crafting.Ingredient@361dc1f9, net.minecraftforge.oredict.OreIngredient@5d0c2206, net.minecraft.item.crafting.Ingredient@77324d4e, net.minecraftforge.oredict.OreIngredient@1c43302e, net.minecraft.item.crafting.Ingredient@44093856, net.minecraftforge.oredict.OreIngredient@78a92ec3]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12425 crafttweaker:ct_shaped-1581747551 RecipeStage{tier='four', recipe=1xitem.enderutilities.enderpart@12:[net.minecraftforge.oredict.OreIngredient@1d9444a5, net.minecraft.item.crafting.Ingredient@18d3c579, net.minecraftforge.oredict.OreIngredient@159595bd, net.minecraft.item.crafting.Ingredient@247b7efa, net.minecraftforge.oredict.OreIngredient@1b75a7bc, net.minecraft.item.crafting.Ingredient@1d8b41a6, net.minecraftforge.oredict.OreIngredient@240a17d7, net.minecraft.item.crafting.Ingredient@5b793102, net.minecraftforge.oredict.OreIngredient@6d072596]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12426 crafttweaker:ct_shaped285425591 RecipeStage{tier='four', recipe=1xitem.ec.material@16:[net.minecraft.item.crafting.Ingredient@2a46cfe1, net.minecraft.item.crafting.Ingredient@5e86d1d1, net.minecraftforge.oredict.OreIngredient@4c650a22, net.minecraftforge.oredict.OreIngredient@189abdad]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12427 crafttweaker:ct_shaped798819710 RecipeStage{tier='two', recipe=1xitem.ec.material@14:[net.minecraftforge.oredict.OreIngredient@4bf5098, net.minecraftforge.oredict.OreIngredient@6cdf1187, net.minecraft.item.crafting.Ingredient@88f2224, net.minecraft.item.crafting.Ingredient@45b5914d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12428 crafttweaker:ct_shaped-577060692 RecipeStage{tier='four', recipe=1xitem.ec.material@10:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3bf022f3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2fb74f23, net.minecraft.item.crafting.Ingredient@5ed8c6f3, net.minecraft.item.crafting.Ingredient@378e0b9c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@d535024, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12429 crafttweaker:ct_shaped1651138680 RecipeStage{tier='two', recipe=1xtile.ec.table_basic@0:[net.minecraft.item.crafting.Ingredient@1888c8fa, net.minecraft.item.crafting.Ingredient@ff7a46, net.minecraft.item.crafting.Ingredient@476a532e, net.minecraft.item.crafting.Ingredient@502fe997, net.minecraftforge.oredict.OreIngredient@ebe3470, net.minecraft.item.crafting.Ingredient@75e852ab, net.minecraft.item.crafting.Ingredient@608e8c1b, net.minecraft.item.crafting.Ingredient@4fc2a2cc, net.minecraft.item.crafting.Ingredient@302012f0]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12430 crafttweaker:ct_shaped-1902573651 RecipeStage{tier='four', recipe=1xtile.ec.table_elite@0:[net.minecraft.item.crafting.Ingredient@76a6355, net.minecraft.item.crafting.Ingredient@1310d9f7, net.minecraft.item.crafting.Ingredient@491edd9b, net.minecraftforge.oredict.OreIngredient@7999f1da, net.minecraft.item.crafting.Ingredient@2dbd4577, net.minecraftforge.oredict.OreIngredient@3877fe56, net.minecraft.item.crafting.Ingredient@73a0ec6, net.minecraft.item.crafting.Ingredient@319b28da, net.minecraft.item.crafting.Ingredient@76ca4563]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12431 crafttweaker:ct_shaped-219704986 RecipeStage{tier='four', recipe=1xtile.ec.ender_crafter@0:[net.minecraft.item.crafting.Ingredient@71c890a2, net.minecraft.item.crafting.Ingredient@26d3ec63, net.minecraft.item.crafting.Ingredient@4ee6cd9b, net.minecraft.item.crafting.Ingredient@6aa36879, net.minecraft.item.crafting.Ingredient@5fdba80f, net.minecraft.item.crafting.Ingredient@66d2e763, net.minecraft.item.crafting.Ingredient@1ea06437, net.minecraft.item.crafting.Ingredient@6f31273a, net.minecraft.item.crafting.Ingredient@6d286103]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12432 crafttweaker:ct_shaped231618202 RecipeStage{tier='four', recipe=1xtile.ec.ender_alternator@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1cb06a3a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@12c2447, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@67c2cbaf, net.minecraft.item.crafting.Ingredient@494c9e2d, net.minecraft.item.crafting.Ingredient@56b2dc84]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12433 crafttweaker:ct_shapeless1342840164 RecipeStage{tier='three', recipe=1xitem.ec.material@15:[net.minecraftforge.oredict.OreIngredient@365cd409, net.minecraftforge.oredict.OreIngredient@47b2fede, net.minecraftforge.oredict.OreIngredient@6aa2bdf3, net.minecraft.item.crafting.Ingredient@2ab40adf]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12434 crafttweaker:ct_shapeless805898282 RecipeStage{tier='three', recipe=2xitem.ec.material@7:[net.minecraft.item.crafting.Ingredient@7a987f1c, net.minecraft.item.crafting.Ingredient@2a0c3a9f, net.minecraft.item.crafting.Ingredient@55be4708, net.minecraft.item.crafting.Ingredient@5f565d92]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12435 crafttweaker:stage_three_item.ec.material_basic_component RecipeStage{tier='three', recipe=1xitem.ec.material@14:[net.minecraftforge.oredict.OreIngredient@668fa9fb, net.minecraftforge.oredict.OreIngredient@2d9caf77, net.minecraftforge.oredict.OreIngredient@abd2bcb, net.minecraft.item.crafting.Ingredient@67ea4dc3]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12436 crafttweaker:ct_shaped-499720090 RecipeStage{tier='four', recipe=1xitem.tier1_pressure_layer@0:[net.minecraft.item.crafting.Ingredient@7cb1f0b4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@349e1f42, net.minecraft.item.crafting.Ingredient@571e8969, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@62af521c, net.minecraft.item.crafting.Ingredient@11e83aad, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@554853dd]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12437 crafttweaker:ct_shaped-202082560 RecipeStage{tier='four', recipe=1xitem.tier1_radiation_layer@0:[net.minecraftforge.oredict.OreIngredient@76bedddc, net.minecraft.item.crafting.Ingredient@6e995ea5, net.minecraftforge.oredict.OreIngredient@3ef43c89, net.minecraftforge.oredict.OreIngredient@29b55631, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@29652ee6, net.minecraftforge.oredict.OreIngredient@dad3119, net.minecraft.item.crafting.Ingredient@12224451, net.minecraftforge.oredict.OreIngredient@11259cfa]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12438 crafttweaker:ct_shaped217510683 RecipeStage{tier='four', recipe=1xitem.tier1_un_prepared_space_suit_legings@0:[net.minecraftforge.oredict.OreIngredient@11379226, net.minecraft.item.crafting.Ingredient@75f64ce0, net.minecraftforge.oredict.OreIngredient@75f69ec3, net.minecraftforge.oredict.OreIngredient@48090ecb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6502134e, net.minecraftforge.oredict.OreIngredient@22d4c242, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6395405d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12439 crafttweaker:ct_shaped697266116 RecipeStage{tier='five', recipe=1xitem.tier2_space_suit_gravity_boots@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@636a65b2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@168782f2, net.minecraft.item.crafting.Ingredient@12c584b2, net.minecraft.item.crafting.Ingredient@5b9bb91f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6b6c102b, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12440 crafttweaker:ct_shaped223772043 RecipeStage{tier='five', recipe=1xitem.tier3_space_suit_helmet@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@41569fa6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7f88732a, net.minecraft.item.crafting.Ingredient@79dd7e85, net.minecraft.item.crafting.Ingredient@723bc4dd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7e5de93, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12441 crafttweaker:ct_shaped952116695 RecipeStage{tier='five', recipe=1xitem.tier4_space_suit_chest@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3b48fc66, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@297384dc, net.minecraft.item.crafting.Ingredient@542b003, net.minecraft.item.crafting.Ingredient@2cfae77e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@502d954b, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12442 crafttweaker:ct_shaped-1090593305 RecipeStage{tier='five', recipe=1xitem.tier2_space_suit_helmet@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@65cdbef6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@751fd8e4, net.minecraft.item.crafting.Ingredient@ea5002e, net.minecraft.item.crafting.Ingredient@329e4b7c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3aac69d7, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12443 crafttweaker:ct_shaped-829930889 RecipeStage{tier='five', recipe=1xtile.advanced_fuel_loader@0:[net.minecraftforge.oredict.OreIngredient@31ff5e9e, net.minecraftforge.oredict.OreIngredient@177d8cff, net.minecraftforge.oredict.OreIngredient@57f8e0c7, net.minecraftforge.oredict.OreIngredient@ec3d93e, net.minecraft.item.crafting.Ingredient@45036dd6, net.minecraftforge.oredict.OreIngredient@3ee20bfd, net.minecraft.item.crafting.Ingredient@2e8c3a3e, net.minecraft.item.crafting.Ingredient@3e161cf8, net.minecraft.item.crafting.Ingredient@6025bb31]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12444 crafttweaker:ct_shaped1504752424 RecipeStage{tier='five', recipe=1xtile.fire_bomb@0:[net.minecraftforge.oredict.OreIngredient@4e36f92b, net.minecraft.item.crafting.Ingredient@1246719, net.minecraftforge.oredict.OreIngredient@fdb4a19, net.minecraftforge.oredict.OreIngredient@42ea84e0, net.minecraft.item.crafting.Ingredient@3becc237, net.minecraftforge.oredict.OreIngredient@19d276fc, net.minecraftforge.oredict.OreIngredient@4c8c7c5d, net.minecraft.item.crafting.Ingredient@5ad72ca8, net.minecraftforge.oredict.OreIngredient@777a0bf]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12445 crafttweaker:ct_shaped1842392535 RecipeStage{tier='five', recipe=1xitem.tier4_space_suit_boots@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@d98533b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2259b841, net.minecraft.item.crafting.Ingredient@410862ce, net.minecraft.item.crafting.Ingredient@7bc05008, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@348ed5c0, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12446 crafttweaker:ct_shaped827036249 RecipeStage{tier='five', recipe=1xitem.tier3_space_suit_legings@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5bfaf8a0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5966ef03, net.minecraft.item.crafting.Ingredient@205fb437, net.minecraft.item.crafting.Ingredient@623d4529, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6e0e8e36, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12447 crafttweaker:ct_shaped1487369945 RecipeStage{tier='five', recipe=1xitem.tier3_space_suit_boots@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7e6a03, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5d5d9837, net.minecraft.item.crafting.Ingredient@55c19ab8, net.minecraft.item.crafting.Ingredient@4fa4d108, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3c79848d, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12448 crafttweaker:ct_shaped1538137391 RecipeStage{tier='five', recipe=1xitem.tier4_space_suit_helmet@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@dd42f15, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5499704d, net.minecraft.item.crafting.Ingredient@3ddcd747, net.minecraft.item.crafting.Ingredient@4df1719d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@617143b1, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12449 crafttweaker:ct_shaped242071515 RecipeStage{tier='five', recipe=1xitem.tier2_space_suit_chest@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7e755cca, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2548caac, net.minecraft.item.crafting.Ingredient@63733a01, net.minecraft.item.crafting.Ingredient@8748115, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5cb30fdd, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12450 crafttweaker:ct_shaped-1550495964 RecipeStage{tier='five', recipe=1xitem.tier1_space_suit_gravity_boots@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3f4da34d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@45943597, net.minecraft.item.crafting.Ingredient@69c46819, net.minecraft.item.crafting.Ingredient@2d4d4f1b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7f48d634, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12451 crafttweaker:ct_shaped1148771735 RecipeStage{tier='five', recipe=1xitem.tier4_space_suit_legings@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1b946cc7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@515a5b0c, net.minecraft.item.crafting.Ingredient@1628e3ab, net.minecraft.item.crafting.Ingredient@2fe87e2c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1722cd42, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12452 crafttweaker:ct_shaped703445300 RecipeStage{tier='four', recipe=1xitem.tier1_un_prepared_space_suit_helmet@0:[net.minecraftforge.oredict.OreIngredient@14a36691, net.minecraft.item.crafting.Ingredient@4547fa15, net.minecraftforge.oredict.OreIngredient@29b2f58f, net.minecraftforge.oredict.OreIngredient@287b7526, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@27630956]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12453 crafttweaker:ct_shaped-1623565686 RecipeStage{tier='four', recipe=1xitem.tier1_un_prepared_space_suit_chest@0:[net.minecraftforge.oredict.OreIngredient@5d8ed8fd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@63ae504e, net.minecraftforge.oredict.OreIngredient@108fdb58, net.minecraft.item.crafting.Ingredient@2f1949a6, net.minecraftforge.oredict.OreIngredient@4fb2588, net.minecraftforge.oredict.OreIngredient@15462979, net.minecraftforge.oredict.OreIngredient@7b7d7592, net.minecraftforge.oredict.OreIngredient@1e4c4722]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12454 crafttweaker:ct_shaped597094105 RecipeStage{tier='five', recipe=1xitem.tier3_space_suit_chest@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4346e606, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@67ef02f6, net.minecraft.item.crafting.Ingredient@772e2a7c, net.minecraft.item.crafting.Ingredient@ba716ec, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7fa5b748, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12455 crafttweaker:ct_shaped-544811182 RecipeStage{tier='four', recipe=1xitem.tier1_un_prepared_space_suit_boots@0:[net.minecraft.item.crafting.Ingredient@60c2f2f8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@66395956, net.minecraftforge.oredict.OreIngredient@551a330b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@757d117]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12456 crafttweaker:ct_shaped-1349939100 RecipeStage{tier='five', recipe=1xitem.tier3_space_suit_gravity_boots@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@70f5b637, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5caab296, net.minecraft.item.crafting.Ingredient@58ac5063, net.minecraft.item.crafting.Ingredient@61cafd08, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3cd3bb08, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12457 crafttweaker:ct_shaped505300763 RecipeStage{tier='five', recipe=1xitem.tier2_space_suit_legings@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@35e48006, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@f71e191, net.minecraft.item.crafting.Ingredient@39656fca, net.minecraft.item.crafting.Ingredient@18cf8815, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@93adfba, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12458 crafttweaker:ct_shaped1509537733 RecipeStage{tier='five', recipe=1xtile.nuclear_bomb@0:[net.minecraft.item.crafting.Ingredient@947ca65, net.minecraftforge.oredict.OreIngredient@1bceefb8, net.minecraft.item.crafting.Ingredient@7f2553f4, net.minecraftforge.oredict.OreIngredient@203d84a5, net.minecraftforge.oredict.OreIngredient@171e7625, net.minecraftforge.oredict.OreIngredient@7b41e851, net.minecraft.item.crafting.Ingredient@2e2ebe3e, net.minecraftforge.oredict.OreIngredient@62fa0ff2, net.minecraft.item.crafting.Ingredient@6b1e2d6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12459 crafttweaker:ct_shaped897822980 RecipeStage{tier='five', recipe=1xitem.tier4_space_suit_gravity_boots@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@72468131, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@29c20e09, net.minecraft.item.crafting.Ingredient@1b75015c, net.minecraft.item.crafting.Ingredient@125be7b6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@54d2a3c5, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12460 crafttweaker:ct_shaped1132347355 RecipeStage{tier='five', recipe=1xitem.tier2_space_suit_boots@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6dd94d10, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5e95de16, net.minecraft.item.crafting.Ingredient@133ee425, net.minecraft.item.crafting.Ingredient@52b3b10c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@75a5d787, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12461 crafttweaker:stage_four_item.tier1_space_suit_helmet RecipeStage{tier='four', recipe=1xitem.tier1_space_suit_helmet@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@530d24b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@614b1104, net.minecraft.item.crafting.Ingredient@2e3fe7f0, net.minecraft.item.crafting.Ingredient@757d045f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@76dc3231, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12462 crafttweaker:stage_four_item.tier1_space_suit_boots RecipeStage{tier='four', recipe=1xitem.tier1_space_suit_boots@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4fa6dedf, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1ef7b0bc, net.minecraft.item.crafting.Ingredient@3b510c1, net.minecraft.item.crafting.Ingredient@14efe73c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6dc69358, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12463 crafttweaker:stage_four_item.tier1_space_suit_legings RecipeStage{tier='four', recipe=1xitem.tier1_space_suit_legings@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4e17bc0c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@658f8e17, net.minecraft.item.crafting.Ingredient@e32539d, net.minecraft.item.crafting.Ingredient@57375d50, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@24b37c66, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12464 crafttweaker:stage_four_item.tier1_space_suit_chest RecipeStage{tier='four', recipe=1xitem.tier1_space_suit_chest@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3d55b1d1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2167a35d, net.minecraft.item.crafting.Ingredient@4c57b7fc, net.minecraft.item.crafting.Ingredient@73b8a25c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@63f35ec3, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12465 crafttweaker:ct_shaped217501774 RecipeStage{tier='one', recipe=1xtile.farmingforblockheads:market@0:[net.minecraftforge.oredict.OreIngredient@7f1264ab, net.minecraft.item.crafting.Ingredient@e0bc4e2, net.minecraftforge.oredict.OreIngredient@38972d3d, net.minecraftforge.oredict.OreIngredient@416b69aa, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2d307a10, net.minecraftforge.oredict.OreIngredient@7d4c9780, net.minecraftforge.oredict.OreIngredient@7c33b3d1, net.minecraftforge.oredict.OreIngredient@668fa3c4]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12466 crafttweaker:ct_shaped-22028327 RecipeStage{tier='two', recipe=7xtile.block_dye_glass@13:[net.minecraft.item.crafting.Ingredient@4841a5ff, net.minecraft.item.crafting.Ingredient@5128dbe0, net.minecraft.item.crafting.Ingredient@3064472f, net.minecraft.item.crafting.Ingredient@2b6e4364, net.minecraft.item.crafting.Ingredient@6ec575ab, net.minecraft.item.crafting.Ingredient@79254448, net.minecraft.item.crafting.Ingredient@6bea397c, net.minecraft.item.crafting.Ingredient@32c62206, net.minecraft.item.crafting.Ingredient@776b61d8]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12467 crafttweaker:ct_shaped-442545904 RecipeStage{tier='two', recipe=8xtile.block_dye_glass@3:[net.minecraft.item.crafting.Ingredient@24bf7c79, net.minecraft.item.crafting.Ingredient@1ea4804b, net.minecraft.item.crafting.Ingredient@1d71478b, net.minecraft.item.crafting.Ingredient@31b8805c, net.minecraft.item.crafting.Ingredient@6e3b7ea6, net.minecraft.item.crafting.Ingredient@54a70df2, net.minecraft.item.crafting.Ingredient@437d55f2, net.minecraft.item.crafting.Ingredient@36b297a1, net.minecraft.item.crafting.Ingredient@3c9019f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12468 crafttweaker:ct_shaped1834561438 RecipeStage{tier='two', recipe=8xtile.block_dye_glass@10:[net.minecraft.item.crafting.Ingredient@6f6d5489, net.minecraft.item.crafting.Ingredient@46964e53, net.minecraft.item.crafting.Ingredient@64bbd6bf, net.minecraft.item.crafting.Ingredient@2f35e64e, net.minecraft.item.crafting.Ingredient@2af9363d, net.minecraft.item.crafting.Ingredient@5ee901e7, net.minecraft.item.crafting.Ingredient@645d3aab, net.minecraft.item.crafting.Ingredient@64daa7f8, net.minecraft.item.crafting.Ingredient@7712d80]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12469 crafttweaker:ct_shaped-1692646738 RecipeStage{tier='two', recipe=8xtile.block_dye_glass@14:[net.minecraft.item.crafting.Ingredient@1101f2b0, net.minecraft.item.crafting.Ingredient@1c040a59, net.minecraft.item.crafting.Ingredient@2dd08b46, net.minecraft.item.crafting.Ingredient@2343be51, net.minecraft.item.crafting.Ingredient@3d494cfb, net.minecraft.item.crafting.Ingredient@123dfc9, net.minecraft.item.crafting.Ingredient@2800ee10, net.minecraft.item.crafting.Ingredient@160f7c77, net.minecraft.item.crafting.Ingredient@6156c4d9]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12470 crafttweaker:ct_shaped-1190528319 RecipeStage{tier='two', recipe=7xtile.block_dye_glass@2:[net.minecraft.item.crafting.Ingredient@7e9482ad, net.minecraft.item.crafting.Ingredient@514b9301, net.minecraft.item.crafting.Ingredient@3ccaa19b, net.minecraft.item.crafting.Ingredient@6b6dcad7, net.minecraft.item.crafting.Ingredient@3136acfd, net.minecraft.item.crafting.Ingredient@3c68f241, net.minecraft.item.crafting.Ingredient@55474a2e, net.minecraft.item.crafting.Ingredient@50791923, net.minecraft.item.crafting.Ingredient@542c1695]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12471 crafttweaker:ct_shaped-1631058828 RecipeStage{tier='two', recipe=7xtile.block_dye_glass@6:[net.minecraft.item.crafting.Ingredient@2fad0cab, net.minecraft.item.crafting.Ingredient@4054354a, net.minecraft.item.crafting.Ingredient@58fc8c62, net.minecraft.item.crafting.Ingredient@6cd0a156, net.minecraft.item.crafting.Ingredient@2bdf2033, net.minecraft.item.crafting.Ingredient@4ac0be67, net.minecraft.item.crafting.Ingredient@76e3a4c1, net.minecraft.item.crafting.Ingredient@1f50615a, net.minecraft.item.crafting.Ingredient@4d5c043b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12472 crafttweaker:ct_shaped-1091689774 RecipeStage{tier='two', recipe=8xtile.block_dye_glass@4:[net.minecraft.item.crafting.Ingredient@2a0a871, net.minecraft.item.crafting.Ingredient@690ec148, net.minecraft.item.crafting.Ingredient@75c82782, net.minecraft.item.crafting.Ingredient@589898dc, net.minecraft.item.crafting.Ingredient@5f7c409e, net.minecraft.item.crafting.Ingredient@4067deb8, net.minecraft.item.crafting.Ingredient@74270501, net.minecraft.item.crafting.Ingredient@68652d21, net.minecraft.item.crafting.Ingredient@5520e803]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12473 crafttweaker:ct_shaped445524787 RecipeStage{tier='two', recipe=8xtile.block_dye_glass@15:[net.minecraft.item.crafting.Ingredient@2b4c6e01, net.minecraft.item.crafting.Ingredient@670f7964, net.minecraft.item.crafting.Ingredient@26424c81, net.minecraft.item.crafting.Ingredient@7470c8ba, net.minecraft.item.crafting.Ingredient@3c848c53, net.minecraft.item.crafting.Ingredient@20dc16fe, net.minecraft.item.crafting.Ingredient@144e6020, net.minecraft.item.crafting.Ingredient@66094f0b, net.minecraft.item.crafting.Ingredient@7ef7b18d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12474 crafttweaker:ct_shaped-1505019061 RecipeStage{tier='two', recipe=8xtile.block_dye_glass@1:[net.minecraft.item.crafting.Ingredient@3edc334b, net.minecraft.item.crafting.Ingredient@59f41bd0, net.minecraft.item.crafting.Ingredient@75a976f2, net.minecraft.item.crafting.Ingredient@3611da13, net.minecraft.item.crafting.Ingredient@6988e1f1, net.minecraft.item.crafting.Ingredient@105b5d8b, net.minecraft.item.crafting.Ingredient@2e7bb794, net.minecraft.item.crafting.Ingredient@1682210a, net.minecraft.item.crafting.Ingredient@382bdd42]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12475 crafttweaker:ct_shaped524710394 RecipeStage{tier='two', recipe=8xtile.block_dye_glass@5:[net.minecraft.item.crafting.Ingredient@72d678c9, net.minecraft.item.crafting.Ingredient@162b610, net.minecraft.item.crafting.Ingredient@66f5d47, net.minecraft.item.crafting.Ingredient@60485105, net.minecraft.item.crafting.Ingredient@21196df5, net.minecraft.item.crafting.Ingredient@355f9df0, net.minecraft.item.crafting.Ingredient@49a67b79, net.minecraft.item.crafting.Ingredient@6bc4cb31, net.minecraft.item.crafting.Ingredient@1d86579]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12476 crafttweaker:ct_shaped1240318833 RecipeStage{tier='two', recipe=7xtile.block_dye_glass@11:[net.minecraft.item.crafting.Ingredient@48a1d8af, net.minecraft.item.crafting.Ingredient@32a61f71, net.minecraft.item.crafting.Ingredient@7ff6c757, net.minecraft.item.crafting.Ingredient@3d47867d, net.minecraft.item.crafting.Ingredient@7b6555da, net.minecraft.item.crafting.Ingredient@793a8050, net.minecraft.item.crafting.Ingredient@30bf2c5f, net.minecraft.item.crafting.Ingredient@314a205b, net.minecraft.item.crafting.Ingredient@6050682d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12477 crafttweaker:ct_shaped-287154666 RecipeStage{tier='two', recipe=8xtile.block_dye_glass@0:[net.minecraft.item.crafting.Ingredient@4d454c77, net.minecraft.item.crafting.Ingredient@4d15c54, net.minecraft.item.crafting.Ingredient@64f9fc6d, net.minecraft.item.crafting.Ingredient@78bf1df, net.minecraft.item.crafting.Ingredient@604a33ad, net.minecraft.item.crafting.Ingredient@6e77f00c, net.minecraft.item.crafting.Ingredient@4546733b, net.minecraft.item.crafting.Ingredient@1d9b7745, net.minecraft.item.crafting.Ingredient@2c7de800]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12478 crafttweaker:ct_shaped-672961452 RecipeStage{tier='two', recipe=8xtile.block_dye_glass@8:[net.minecraft.item.crafting.Ingredient@7d5b9a13, net.minecraft.item.crafting.Ingredient@bf2e128, net.minecraft.item.crafting.Ingredient@4d959e4c, net.minecraft.item.crafting.Ingredient@eeb4216, net.minecraft.item.crafting.Ingredient@2fc1cada, net.minecraft.item.crafting.Ingredient@33a685ab, net.minecraft.item.crafting.Ingredient@52201a6d, net.minecraft.item.crafting.Ingredient@68f09cd, net.minecraft.item.crafting.Ingredient@27b994dc]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12479 crafttweaker:ct_shaped1063714280 RecipeStage{tier='two', recipe=7xtile.block_dye_glass@9:[net.minecraft.item.crafting.Ingredient@2035c65d, net.minecraft.item.crafting.Ingredient@72144344, net.minecraft.item.crafting.Ingredient@c2bfdaa, net.minecraft.item.crafting.Ingredient@67df9787, net.minecraft.item.crafting.Ingredient@6956a20f, net.minecraft.item.crafting.Ingredient@3908c202, net.minecraft.item.crafting.Ingredient@6a9dae24, net.minecraft.item.crafting.Ingredient@71e56f5f, net.minecraft.item.crafting.Ingredient@2d7ffdb6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12480 crafttweaker:ct_shaped-678360487 RecipeStage{tier='two', recipe=8xtile.block_dye_glass@7:[net.minecraft.item.crafting.Ingredient@521822c9, net.minecraft.item.crafting.Ingredient@55735a20, net.minecraft.item.crafting.Ingredient@fb65846, net.minecraft.item.crafting.Ingredient@5d76864b, net.minecraft.item.crafting.Ingredient@4e6be946, net.minecraft.item.crafting.Ingredient@10618f1, net.minecraft.item.crafting.Ingredient@3ccf14ff, net.minecraft.item.crafting.Ingredient@556289f3, net.minecraft.item.crafting.Ingredient@44526bc0]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12481 crafttweaker:ct_shaped1838266011 RecipeStage{tier='two', recipe=8xtile.block_dye_glass@12:[net.minecraft.item.crafting.Ingredient@7522222b, net.minecraft.item.crafting.Ingredient@310ea89c, net.minecraft.item.crafting.Ingredient@70e2925f, net.minecraft.item.crafting.Ingredient@27b9ebe8, net.minecraft.item.crafting.Ingredient@43eeb64e, net.minecraft.item.crafting.Ingredient@7e0ace7, net.minecraft.item.crafting.Ingredient@6374a62e, net.minecraft.item.crafting.Ingredient@bfae703, net.minecraft.item.crafting.Ingredient@3d107cf4]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12482 crafttweaker:ct_shaped-1992668985 RecipeStage{tier='four', recipe=1xtile.machine.0@12:[net.minecraftforge.oredict.OreIngredient@3f157825, net.minecraft.item.crafting.Ingredient@7996ec3f, net.minecraftforge.oredict.OreIngredient@2588cef1, net.minecraftforge.oredict.OreIngredient@1b41e168, net.minecraft.item.crafting.Ingredient@f016675, net.minecraftforge.oredict.OreIngredient@41b894be, net.minecraft.item.crafting.Ingredient@2224353e, net.minecraft.item.crafting.Ingredient@367acab3, net.minecraft.item.crafting.Ingredient@32cc20c7]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12483 crafttweaker:ct_shaped-2140511683 RecipeStage{tier='five', recipe=1xtile.geothermal_generator@0:[net.minecraft.item.crafting.Ingredient@37d45f44, net.minecraft.item.crafting.Ingredient@34da1145, net.minecraft.item.crafting.Ingredient@54957a3f, net.minecraft.item.crafting.Ingredient@70cb272, net.minecraft.item.crafting.Ingredient@12b7f3a8, net.minecraft.item.crafting.Ingredient@76839882, net.minecraft.item.crafting.Ingredient@9b850ef, net.minecraftforge.oredict.OreIngredient@6bc5ec88, net.minecraft.item.crafting.Ingredient@464268eb]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12484 crafttweaker:ct_shaped1946258998 RecipeStage{tier='five', recipe=1xitem.atomic_battery@0:[net.minecraftforge.oredict.OreIngredient@2c6faf29, net.minecraftforge.oredict.OreIngredient@679bbd63, net.minecraftforge.oredict.OreIngredient@23feacb4, net.minecraftforge.oredict.OreIngredient@76ae9d10, net.minecraft.item.crafting.Ingredient@27e9620b, net.minecraftforge.oredict.OreIngredient@1da3b330, net.minecraftforge.oredict.OreIngredient@4bee273c, net.minecraftforge.oredict.OreIngredient@49aa654c, net.minecraftforge.oredict.OreIngredient@253fbf48]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12485 crafttweaker:ct_shaped2061852067 RecipeStage{tier='five', recipe=1xtile.machine2.0@8:[net.minecraftforge.oredict.OreIngredient@2505a2ec, net.minecraftforge.oredict.OreIngredient@1f68a6b7, net.minecraftforge.oredict.OreIngredient@5722013, net.minecraftforge.oredict.OreIngredient@5def0a0a, net.minecraftforge.oredict.OreIngredient@5575c199, net.minecraftforge.oredict.OreIngredient@f72889e, net.minecraftforge.oredict.OreIngredient@1b1443db, net.minecraftforge.oredict.OreIngredient@3e0ea5e9, net.minecraftforge.oredict.OreIngredient@458cc2b8]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12486 crafttweaker:ct_shaped1309039583 RecipeStage{tier='five', recipe=1xitem.electric_parts@0:[net.minecraftforge.oredict.OreIngredient@5e2184ef, net.minecraft.item.crafting.Ingredient@67920e6b, net.minecraftforge.oredict.OreIngredient@2c78ce9d, net.minecraft.item.crafting.Ingredient@fc240a8, net.minecraftforge.oredict.OreIngredient@5d16ab43, net.minecraft.item.crafting.Ingredient@2a0017dc, net.minecraftforge.oredict.OreIngredient@40662827, net.minecraft.item.crafting.Ingredient@5d3cf783, net.minecraftforge.oredict.OreIngredient@359803d4]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12487 crafttweaker:ct_shaped1748350494 RecipeStage{tier='four', recipe=1xitem.air_fan@0:[net.minecraft.item.crafting.Ingredient@1f8c5c4c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6e5a688a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@54601a2d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@219335d6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5c806394]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12488 crafttweaker:ct_shaped-343631631 RecipeStage{tier='five', recipe=1xitem.emergency_kit@0:[net.minecraft.item.crafting.Ingredient@61a34eb6, net.minecraft.item.crafting.Ingredient@354681dd, net.minecraft.item.crafting.Ingredient@dc33f26, net.minecraft.item.crafting.Ingredient@520071c9, net.minecraft.item.crafting.Ingredient@29ad43c1, net.minecraft.item.crafting.Ingredient@28e47740, net.minecraft.item.crafting.Ingredient@3c4a5775, crafttweaker.api.minecraft.CraftTweakerMC$1@6d15e70c, crafttweaker.api.minecraft.CraftTweakerMC$1@2e650224]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12489 crafttweaker:ct_shaped32352049 RecipeStage{tier='four', recipe=1xtile.fuel_loader@0:[net.minecraft.item.crafting.Ingredient@25b02edf, net.minecraft.item.crafting.Ingredient@4b2f34e3, net.minecraft.item.crafting.Ingredient@940870d, net.minecraft.item.crafting.Ingredient@f32c023, net.minecraft.item.crafting.Ingredient@2bd0c1cc, net.minecraft.item.crafting.Ingredient@19ea7079, net.minecraft.item.crafting.Ingredient@141fe4a6, net.minecraft.item.crafting.Ingredient@d351dde, net.minecraft.item.crafting.Ingredient@20c67315]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12490 crafttweaker:ct_shaped-1320651306 RecipeStage{tier='five', recipe=1xitem.electric_parts@1:[net.minecraftforge.oredict.OreIngredient@6ae5b6cc, net.minecraftforge.oredict.OreIngredient@1b445e2, net.minecraftforge.oredict.OreIngredient@244a63e7, net.minecraftforge.oredict.OreIngredient@3787f2a0, net.minecraftforge.oredict.OreIngredient@7013714a, net.minecraftforge.oredict.OreIngredient@53aba1ff, net.minecraftforge.oredict.OreIngredient@2409b536, net.minecraftforge.oredict.OreIngredient@2c1351e5, net.minecraftforge.oredict.OreIngredient@47e1ec0c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12491 crafttweaker:ct_shapeless174949394 RecipeStage{tier='five', recipe=16xitem.carbon_fragments@0:[net.minecraft.item.crafting.Ingredient@49cb1956, net.minecraft.item.crafting.Ingredient@2002a55c, net.minecraft.item.crafting.Ingredient@162854c0, net.minecraft.item.crafting.Ingredient@5ee15b85]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12492 crafttweaker:ct_shapeless-760342672 RecipeStage{tier='five', recipe=32xitem.carbon_fragments@0:[net.minecraft.item.crafting.Ingredient@4f71f8a6, net.minecraft.item.crafting.Ingredient@7aec8c51, net.minecraft.item.crafting.Ingredient@2e365998, net.minecraft.item.crafting.Ingredient@7a5f12a8]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12493 crafttweaker:ct_shapeless-786173289 RecipeStage{tier='five', recipe=1xitem.prelaunch_checklist@0:[net.minecraft.item.crafting.Ingredient@3aab618d, net.minecraft.item.crafting.Ingredient@243bec8d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12494 crafttweaker:ct_shapeless1264708849 RecipeStage{tier='four', recipe=1xitem.parachute@0:[net.minecraft.item.crafting.Ingredient@385d8b0b, net.minecraftforge.oredict.OreIngredient@3a1504fa]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12495 crafttweaker:ct_shapeless1721800112 RecipeStage{tier='four', recipe=1xitem.parachute@1:[net.minecraft.item.crafting.Ingredient@5bd3ad3c, net.minecraftforge.oredict.OreIngredient@20777d4f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12496 crafttweaker:ct_shapeless-783820064 RecipeStage{tier='four', recipe=1xitem.parachute@2:[net.minecraft.item.crafting.Ingredient@7426bf99, net.minecraftforge.oredict.OreIngredient@66864733]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12497 crafttweaker:ct_shapeless368912840 RecipeStage{tier='four', recipe=1xitem.parachute@3:[net.minecraft.item.crafting.Ingredient@20fabc92, net.minecraftforge.oredict.OreIngredient@3b7c30c7]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12498 crafttweaker:ct_shapeless723291972 RecipeStage{tier='four', recipe=1xitem.parachute@4:[net.minecraft.item.crafting.Ingredient@7a678a46, net.minecraftforge.oredict.OreIngredient@2e8ce5e6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12499 crafttweaker:ct_shapeless-838843697 RecipeStage{tier='four', recipe=1xitem.parachute@5:[net.minecraft.item.crafting.Ingredient@5be7d289, net.minecraftforge.oredict.OreIngredient@1472b3a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12500 crafttweaker:ct_shapeless2130649561 RecipeStage{tier='four', recipe=1xitem.parachute@6:[net.minecraft.item.crafting.Ingredient@4734a4ee, net.minecraftforge.oredict.OreIngredient@ededa3b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12501 crafttweaker:ct_shapeless789555822 RecipeStage{tier='four', recipe=1xitem.parachute@7:[net.minecraft.item.crafting.Ingredient@6bc832f3, net.minecraftforge.oredict.OreIngredient@53eeda4b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12502 crafttweaker:ct_shapeless1117426467 RecipeStage{tier='four', recipe=1xitem.parachute@8:[net.minecraft.item.crafting.Ingredient@311f170c, net.minecraftforge.oredict.OreIngredient@49e80c16]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12503 crafttweaker:ct_shapeless1973950546 RecipeStage{tier='four', recipe=1xitem.parachute@9:[net.minecraft.item.crafting.Ingredient@639df072, net.minecraftforge.oredict.OreIngredient@468442c8]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12504 crafttweaker:ct_shapeless-1793623445 RecipeStage{tier='four', recipe=1xitem.parachute@10:[net.minecraft.item.crafting.Ingredient@f6a9a63, net.minecraftforge.oredict.OreIngredient@6ebaf24]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12505 crafttweaker:ct_shapeless464203316 RecipeStage{tier='four', recipe=1xitem.parachute@11:[net.minecraft.item.crafting.Ingredient@a79d1eb, net.minecraftforge.oredict.OreIngredient@6e8f506e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12506 crafttweaker:ct_shapeless-249589893 RecipeStage{tier='four', recipe=1xitem.parachute@12:[net.minecraft.item.crafting.Ingredient@356d765e, net.minecraftforge.oredict.OreIngredient@6ea47d58]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12507 crafttweaker:ct_shapeless-676067821 RecipeStage{tier='four', recipe=1xitem.parachute@13:[net.minecraft.item.crafting.Ingredient@2a161fee, net.minecraftforge.oredict.OreIngredient@3e8e26e2]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12508 crafttweaker:ct_shapeless-1253378588 RecipeStage{tier='four', recipe=1xitem.parachute@14:[net.minecraft.item.crafting.Ingredient@608f78eb, net.minecraftforge.oredict.OreIngredient@2d0c971f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12509 crafttweaker:ct_shapeless-2102997002 RecipeStage{tier='four', recipe=1xitem.parachute@15:[net.minecraft.item.crafting.Ingredient@37ff143f, net.minecraftforge.oredict.OreIngredient@78099d14]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12510 crafttweaker:ct_shapeless-1216515207 RecipeStage{tier='one', recipe=1xitem.geolosys.field_manual@0:[net.minecraft.item.crafting.Ingredient@760116ce, net.minecraft.item.crafting.Ingredient@27b4e6c6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12511 crafttweaker:ct_shapeless-1626943454 RecipeStage{tier='one', recipe=1xitem.guideapi.book.bloodmagic.guide@0:[net.minecraft.item.crafting.Ingredient@6cca754f, net.minecraftforge.oredict.OreIngredient@531f7c9d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12512 crafttweaker:ct_shapeless1710904752 RecipeStage{tier='one', recipe=1xitem.guideapi.book.cyclicmagic.guide@0:[net.minecraft.item.crafting.Ingredient@2d56b756, net.minecraft.item.crafting.Ingredient@2d54e6ec]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12513 crafttweaker:ct_shaped-363050187 crafttweaker.mc1120.recipes.MCRecipeShaped@138165ba +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12514 crafttweaker:ct_shaped1445759921 crafttweaker.mc1120.recipes.MCRecipeShaped@51a05a1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12515 crafttweaker:ct_shaped-1116247285 crafttweaker.mc1120.recipes.MCRecipeShaped@709b34a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12516 crafttweaker:ct_shapeless-1624192266 crafttweaker.mc1120.recipes.MCRecipeShapeless@a2b330e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12517 crafttweaker:ct_shapeless-2077718707 crafttweaker.mc1120.recipes.MCRecipeShapeless@129f2b44 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12518 crafttweaker:ct_shapeless2017525103 crafttweaker.mc1120.recipes.MCRecipeShapeless@477d13bb +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12519 crafttweaker:ct_shaped-65902761 RecipeStage{tier='one', recipe=4xtile.huntingdim.frame@0:[net.minecraftforge.oredict.OreIngredient@70cb32b6, net.minecraftforge.oredict.OreIngredient@50441ef7, net.minecraftforge.oredict.OreIngredient@114d70c4, net.minecraftforge.oredict.OreIngredient@3811c553, net.minecraft.item.crafting.Ingredient@11660e65, net.minecraftforge.oredict.OreIngredient@61250918, net.minecraftforge.oredict.OreIngredient@1b949ea8, net.minecraftforge.oredict.OreIngredient@2d99fbd4, net.minecraftforge.oredict.OreIngredient@c2dcd24]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12520 crafttweaker:ct_shaped185662502 crafttweaker.mc1120.recipes.MCRecipeShaped@5e449a04 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12521 crafttweaker:ct_shaped-606786054 RecipeStage{tier='zero', recipe=1xtile.immcraft.cupboard@0:[net.minecraftforge.oredict.OreIngredient@551b5675, net.minecraftforge.oredict.OreIngredient@65d6d231, net.minecraftforge.oredict.OreIngredient@497aad4b, net.minecraftforge.oredict.OreIngredient@7ed79197, net.minecraftforge.oredict.OreIngredient@71f0d8c6, net.minecraftforge.oredict.OreIngredient@2264cb93, net.minecraftforge.oredict.OreIngredient@3ee83a61, net.minecraft.item.crafting.Ingredient@7cf14f02, net.minecraftforge.oredict.OreIngredient@b309eb2]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12522 crafttweaker:ct_shaped654769920 RecipeStage{tier='zero', recipe=1xtile.immcraft.shelf@0:[net.minecraftforge.oredict.OreIngredient@f8ce414, net.minecraft.item.crafting.Ingredient@70c8ecb6, net.minecraftforge.oredict.OreIngredient@6b734f2, net.minecraftforge.oredict.OreIngredient@97def98, net.minecraftforge.oredict.OreIngredient@61b916e7, net.minecraftforge.oredict.OreIngredient@5623fb3a, net.minecraftforge.oredict.OreIngredient@690c55a8, net.minecraftforge.oredict.OreIngredient@f6b663e, net.minecraftforge.oredict.OreIngredient@264c571a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12523 crafttweaker:ct_shaped-1205180203 RecipeStage{tier='tutorial', recipe=1xtile.immcraft.chest@0:[net.minecraftforge.oredict.OreIngredient@6f7f92c2, net.minecraftforge.oredict.OreIngredient@64552b90, net.minecraftforge.oredict.OreIngredient@30dbfbb2, net.minecraftforge.oredict.OreIngredient@74eb8e34, net.minecraft.item.crafting.Ingredient@6791fbe9, net.minecraftforge.oredict.OreIngredient@2ad55520, net.minecraftforge.oredict.OreIngredient@453c3da3, net.minecraftforge.oredict.OreIngredient@6d0e911e, net.minecraftforge.oredict.OreIngredient@5a861e5]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12524 crafttweaker:ct_shaped-506742352 RecipeStage{tier='zero', recipe=1xtile.immcraft.bookshelf@0:[net.minecraftforge.oredict.OreIngredient@5545825, net.minecraft.item.crafting.Ingredient@21a1ac09, net.minecraftforge.oredict.OreIngredient@383e4f42, net.minecraftforge.oredict.OreIngredient@7e5fa6e9, net.minecraft.item.crafting.Ingredient@596d5c77, net.minecraftforge.oredict.OreIngredient@758072b7, net.minecraftforge.oredict.OreIngredient@3f0e671a, net.minecraftforge.oredict.OreIngredient@3c65f6fc, net.minecraftforge.oredict.OreIngredient@fd88be3]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12525 crafttweaker:ct_shaped-1568052450 RecipeStage{tier='three', recipe=1xitem.immersiveengineering.tool@1:[net.minecraftforge.oredict.OreIngredient@79bb4565, crafttweaker.api.minecraft.CraftTweakerMC$1@3541dbff, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@260019bd]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12526 crafttweaker:ct_shaped1408498806 RecipeStage{tier='three', recipe=3xtile.immersiveengineering.stone_decoration@1:[net.minecraft.item.crafting.Ingredient@6dcc190d, net.minecraft.item.crafting.Ingredient@4e7ff9bc, net.minecraft.item.crafting.Ingredient@75da5daf, net.minecraft.item.crafting.Ingredient@53b17f58, net.minecraft.item.crafting.Ingredient@5e380052, net.minecraft.item.crafting.Ingredient@6fbbb030, net.minecraft.item.crafting.Ingredient@48abbf4d, net.minecraft.item.crafting.Ingredient@103852bf, net.minecraft.item.crafting.Ingredient@e1cfa7a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12527 crafttweaker:ct_shaped1435887748 RecipeStage{tier='three', recipe=1xitem.immersiveengineering.blueprint@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3c14f1b9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@29d070a1, net.minecraftforge.oredict.OreIngredient@7baf628e, net.minecraftforge.oredict.OreIngredient@128988ab, net.minecraft.item.crafting.Ingredient@98b3a7a, net.minecraft.item.crafting.Ingredient@23f41692, net.minecraft.item.crafting.Ingredient@234fbb70]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12528 crafttweaker:ct_shaped342962521 RecipeStage{tier='three', recipe=1xtile.immersiveengineering.metal_decoration0@3:[net.minecraftforge.oredict.OreIngredient@7d5da362, net.minecraftforge.oredict.OreIngredient@2d550e59, net.minecraftforge.oredict.OreIngredient@2e96dde7, net.minecraftforge.oredict.OreIngredient@705c777e, net.minecraft.item.crafting.Ingredient@600a8ca4, net.minecraftforge.oredict.OreIngredient@6528613a, net.minecraftforge.oredict.OreIngredient@7dc9f19d, net.minecraftforge.oredict.OreIngredient@6ebd8edd, net.minecraftforge.oredict.OreIngredient@5ae64002]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12529 crafttweaker:ct_shaped-2025911359 RecipeStage{tier='four', recipe=1xtile.immersiveengineering.metal_device0@5:[net.minecraft.item.crafting.Ingredient@7ce1dbd5, net.minecraft.item.crafting.Ingredient@4e1688cd, net.minecraft.item.crafting.Ingredient@4c5f3cb4, net.minecraftforge.oredict.OreIngredient@24d1836d, net.minecraft.item.crafting.Ingredient@569ccb51, net.minecraftforge.oredict.OreIngredient@2cb671af, net.minecraft.item.crafting.Ingredient@19b95211, net.minecraft.item.crafting.Ingredient@31db60a0, net.minecraft.item.crafting.Ingredient@1ade389]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12530 crafttweaker:ct_shaped-969745652 RecipeStage{tier='three', recipe=1xtile.immersiveengineering.stone_decoration@1:[net.minecraft.item.crafting.Ingredient@1e09c11a, net.minecraft.item.crafting.Ingredient@4d733110]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12531 crafttweaker:ct_shaped1905194359 RecipeStage{tier='one', recipe=1xitem.immersiveengineering.tool@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2747867e, net.minecraft.item.crafting.Ingredient@491888b4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1949919c, net.minecraftforge.oredict.OreIngredient@4d66d814, net.minecraft.item.crafting.Ingredient@5689c3b0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12532 crafttweaker:ct_shapeless1914365414 RecipeStage{tier='three', recipe=1xtile.immersiveengineering.metal_device0@2:[net.minecraft.item.crafting.Ingredient@5b59bcfd]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12533 crafttweaker:ct_shapeless-618608813 RecipeStage{tier='three', recipe=1xitem.immersiveengineering.material@20:[net.minecraft.item.crafting.Ingredient@ec9137b, net.minecraftforge.oredict.OreIngredient@7594dcce]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12534 crafttweaker:ct_shapeless-503006028 RecipeStage{tier='three', recipe=1xitem.immersiveengineering.material@21:[net.minecraft.item.crafting.Ingredient@6d18058f, net.minecraftforge.oredict.OreIngredient@7bb0e285]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12535 crafttweaker:ct_shapeless-1477879082 RecipeStage{tier='three', recipe=1xitem.immersiveengineering.material@23:[net.minecraft.item.crafting.Ingredient@3d247443, net.minecraftforge.oredict.OreIngredient@6e85bd85]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12536 crafttweaker:ct_shapeless353054886 RecipeStage{tier='three', recipe=1xtile.immersiveengineering.metal_device0@0:[net.minecraft.item.crafting.Ingredient@431cf9a7]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12537 crafttweaker:ct_shapeless-1198178106 RecipeStage{tier='three', recipe=1xtile.immersiveengineering.metal_device0@1:[net.minecraft.item.crafting.Ingredient@3f448f8b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12538 crafttweaker:ct_shapeless354995128 RecipeStage{tier='three', recipe=1xitem.immersiveengineering.material@22:[net.minecraft.item.crafting.Ingredient@215c624c, net.minecraftforge.oredict.OreIngredient@62768a77]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12539 crafttweaker:ct_shaped1258105866 RecipeStage{tier='zero', recipe=1xitem.blank_upgrade@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4683865f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5da071d3, net.minecraftforge.oredict.OreIngredient@1fac2629, net.minecraft.item.crafting.Ingredient@49df2299, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@13b4f483, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12540 crafttweaker:ct_shaped-480164335 RecipeStage{tier='two', recipe=1xitem.upgrade@2:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4d4431cf, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3327db20, net.minecraft.item.crafting.Ingredient@3dcfc37, net.minecraftforge.oredict.OreIngredient@37780023, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5b5e954a, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12541 crafttweaker:ct_shaped765596509 RecipeStage{tier='zero', recipe=1xitem.upgrade@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@56adbbda, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3274c87c, net.minecraft.item.crafting.Ingredient@457abf09, net.minecraftforge.oredict.OreIngredient@6a219629, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@516983dc, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12542 crafttweaker:ct_shaped1413110793 RecipeStage{tier='two', recipe=1xitem.upgrade@3:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@454a96a5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@55d8ebf2, net.minecraft.item.crafting.Ingredient@332eafbe, net.minecraftforge.oredict.OreIngredient@2e44bd64, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3faaf9b7, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12543 crafttweaker:ct_shaped1042273398 RecipeStage{tier='zero', recipe=1xitem.backpack@0:[net.minecraft.item.crafting.Ingredient@2dbf02cb, net.minecraft.item.crafting.Ingredient@6baa1b9d, net.minecraft.item.crafting.Ingredient@600e3411, net.minecraft.item.crafting.Ingredient@8010ee6, net.minecraft.item.crafting.Ingredient@5dfdec77, net.minecraft.item.crafting.Ingredient@663072a6, net.minecraft.item.crafting.Ingredient@770f6ccd, net.minecraft.item.crafting.Ingredient@77f93af4, net.minecraft.item.crafting.Ingredient@4555fe28]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12544 crafttweaker:ct_shaped-1392622392 RecipeStage{tier='zero', recipe=1xitem.upgrade@1:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@20151166, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2cf068ad, net.minecraft.item.crafting.Ingredient@1260d95d, net.minecraft.item.crafting.Ingredient@782ed187, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@70b861c5, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12545 crafttweaker:ct_shaped1682018881 RecipeStage{tier='five', recipe=1xitem.upgrade@4:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5fa2da7f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4b9c5ae7, net.minecraft.item.crafting.Ingredient@453018fa, net.minecraft.item.crafting.Ingredient@7635efd0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3f8da24b, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12546 crafttweaker:ct-improvedbackpacks-backpack-color_0 RecipeStage{tier='zero', recipe=1xitem.backpack@0:[crafttweaker.mc1120.item.VanillaIngredient@166f8c3f, net.minecraft.item.crafting.Ingredient@535da1c0]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12547 crafttweaker:ct-improvedbackpacks-backpack-color_1 RecipeStage{tier='zero', recipe=1xitem.backpack@0:[crafttweaker.mc1120.item.VanillaIngredient@a4f8f14, net.minecraft.item.crafting.Ingredient@5882ebec]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12548 crafttweaker:ct-improvedbackpacks-backpack-color_2 RecipeStage{tier='zero', recipe=1xitem.backpack@0:[crafttweaker.mc1120.item.VanillaIngredient@32669ab7, net.minecraft.item.crafting.Ingredient@c8b7e9a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12549 crafttweaker:ct-improvedbackpacks-backpack-color_3 RecipeStage{tier='zero', recipe=1xitem.backpack@0:[crafttweaker.mc1120.item.VanillaIngredient@7aca6730, net.minecraft.item.crafting.Ingredient@35583e0e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12550 crafttweaker:ct-improvedbackpacks-backpack-color_4 RecipeStage{tier='zero', recipe=1xitem.backpack@0:[crafttweaker.mc1120.item.VanillaIngredient@336da930, net.minecraft.item.crafting.Ingredient@64456e69]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12551 crafttweaker:ct-improvedbackpacks-backpack-color_5 RecipeStage{tier='zero', recipe=1xitem.backpack@0:[crafttweaker.mc1120.item.VanillaIngredient@4d9f6636, net.minecraft.item.crafting.Ingredient@39c399c5]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12552 crafttweaker:ct-improvedbackpacks-backpack-color_6 RecipeStage{tier='zero', recipe=1xitem.backpack@0:[crafttweaker.mc1120.item.VanillaIngredient@673993e4, net.minecraft.item.crafting.Ingredient@28c09f4c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12553 crafttweaker:ct-improvedbackpacks-backpack-color_7 RecipeStage{tier='zero', recipe=1xitem.backpack@0:[crafttweaker.mc1120.item.VanillaIngredient@1e58e2b4, net.minecraft.item.crafting.Ingredient@3b705d0b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12554 crafttweaker:ct-improvedbackpacks-backpack-color_8 RecipeStage{tier='zero', recipe=1xitem.backpack@0:[crafttweaker.mc1120.item.VanillaIngredient@10fd4f32, net.minecraft.item.crafting.Ingredient@3ceb889e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12555 crafttweaker:ct-improvedbackpacks-backpack-color_9 RecipeStage{tier='zero', recipe=1xitem.backpack@0:[crafttweaker.mc1120.item.VanillaIngredient@657f80f5, net.minecraft.item.crafting.Ingredient@5c5e0154]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12556 crafttweaker:ct-improvedbackpacks-backpack-color_10 RecipeStage{tier='zero', recipe=1xitem.backpack@0:[crafttweaker.mc1120.item.VanillaIngredient@26205132, net.minecraft.item.crafting.Ingredient@46ef9210]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12557 crafttweaker:ct-improvedbackpacks-backpack-color_11 RecipeStage{tier='zero', recipe=1xitem.backpack@0:[crafttweaker.mc1120.item.VanillaIngredient@5f8eda10, net.minecraft.item.crafting.Ingredient@73763414]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12558 crafttweaker:ct-improvedbackpacks-backpack-color_12 RecipeStage{tier='zero', recipe=1xitem.backpack@0:[crafttweaker.mc1120.item.VanillaIngredient@577b5289, net.minecraft.item.crafting.Ingredient@6dbe2564]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12559 crafttweaker:ct-improvedbackpacks-backpack-color_13 RecipeStage{tier='zero', recipe=1xitem.backpack@0:[crafttweaker.mc1120.item.VanillaIngredient@44492c99, net.minecraft.item.crafting.Ingredient@65d7690]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12560 crafttweaker:ct-improvedbackpacks-backpack-color_14 RecipeStage{tier='zero', recipe=1xitem.backpack@0:[crafttweaker.mc1120.item.VanillaIngredient@bbf83c8, net.minecraft.item.crafting.Ingredient@17b612de]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12561 crafttweaker:ct-improvedbackpacks-backpack-color_15 RecipeStage{tier='zero', recipe=1xitem.backpack@0:[crafttweaker.mc1120.item.VanillaIngredient@1a16c955, net.minecraft.item.crafting.Ingredient@7712d571]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12562 crafttweaker:ct_shaped-1531179434 RecipeStage{tier='four', recipe=1xtile.indlog.tank@3:[net.minecraftforge.oredict.OreIngredient@44a998, net.minecraftforge.oredict.OreIngredient@27436bac, net.minecraftforge.oredict.OreIngredient@bb35270, net.minecraftforge.oredict.OreIngredient@6a6ba72a, net.minecraft.item.crafting.Ingredient@4f46db96, net.minecraftforge.oredict.OreIngredient@7364d7d9, net.minecraftforge.oredict.OreIngredient@62553b17, net.minecraftforge.oredict.OreIngredient@55b08280, net.minecraftforge.oredict.OreIngredient@2cd379cb]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12563 crafttweaker:ct_shaped2134957292 RecipeStage{tier='four', recipe=1xtile.indlog.tank@3:[net.minecraft.item.crafting.Ingredient@79dca997, net.minecraft.item.crafting.Ingredient@321aa838, net.minecraft.item.crafting.Ingredient@636f8879, net.minecraft.item.crafting.Ingredient@5445a8fe, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@484933f0, net.minecraft.item.crafting.Ingredient@2ff509a9, net.minecraft.item.crafting.Ingredient@3046706e, net.minecraft.item.crafting.Ingredient@49bd2cc0]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12564 crafttweaker:ct_shaped-279001752 RecipeStage{tier='four', recipe=1xtile.indlog.tank@7:[net.minecraft.item.crafting.Ingredient@486a50b4, net.minecraft.item.crafting.Ingredient@4fd5b051, net.minecraft.item.crafting.Ingredient@4c136cc5, net.minecraft.item.crafting.Ingredient@6ce882ab, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@769d8072, net.minecraft.item.crafting.Ingredient@14a8e1c8, net.minecraft.item.crafting.Ingredient@438ad2dc, net.minecraft.item.crafting.Ingredient@6bdffddc]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12565 crafttweaker:ct_shaped-1374496213 RecipeStage{tier='four', recipe=8xtile.indlog.item_pipe@0:[net.minecraft.item.crafting.Ingredient@71db6ec5, net.minecraft.item.crafting.Ingredient@222e6797, net.minecraft.item.crafting.Ingredient@37274d3c, net.minecraft.item.crafting.Ingredient@23026719, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@90588fa, net.minecraft.item.crafting.Ingredient@58465492, net.minecraft.item.crafting.Ingredient@5505ac0b, net.minecraft.item.crafting.Ingredient@650f231d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12566 crafttweaker:ct_shaped-1322462054 RecipeStage{tier='four', recipe=1xtile.indlog.inv_connector@0:[net.minecraft.item.crafting.Ingredient@40e8251e, net.minecraft.item.crafting.Ingredient@2ae00b55, net.minecraft.item.crafting.Ingredient@527d8ff6, net.minecraftforge.oredict.OreIngredient@4ef6596f, net.minecraft.item.crafting.Ingredient@4f37557a, net.minecraftforge.oredict.OreIngredient@6527556a, net.minecraft.item.crafting.Ingredient@5b9b6407, net.minecraft.item.crafting.Ingredient@27da633a, net.minecraft.item.crafting.Ingredient@52336e3e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12567 crafttweaker:ct_shaped193796008 RecipeStage{tier='four', recipe=4xtile.indlog.fluid_pipe@1:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@de0fd17, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@d5b0bf0, net.minecraft.item.crafting.Ingredient@79ec6ad2, net.minecraft.item.crafting.Ingredient@30e7a94f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3a65f201, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12568 crafttweaker:ct_shaped1664705229 RecipeStage{tier='four', recipe=1xtile.indlog.tank@2:[net.minecraft.item.crafting.Ingredient@6f347a36, net.minecraft.item.crafting.Ingredient@751437f8, net.minecraft.item.crafting.Ingredient@783455c4, net.minecraft.item.crafting.Ingredient@6dd45539, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@21fd777f, net.minecraft.item.crafting.Ingredient@75023f4f, net.minecraft.item.crafting.Ingredient@2f42ce5e, net.minecraft.item.crafting.Ingredient@60f02b12]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12569 crafttweaker:ct_shaped1866569724 RecipeStage{tier='four', recipe=4xtile.indlog.fluid_pipe@2:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2afcfefc, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4ee054ab, net.minecraft.item.crafting.Ingredient@77e95317, net.minecraft.item.crafting.Ingredient@16204e43, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5b665965, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12570 crafttweaker:ct_shaped-1065421393 RecipeStage{tier='four', recipe=1xtile.indlog.tank@0:[net.minecraftforge.oredict.OreIngredient@176f1bae, net.minecraftforge.oredict.OreIngredient@2a2383bf, net.minecraftforge.oredict.OreIngredient@3e6582ee, net.minecraftforge.oredict.OreIngredient@57a15936, net.minecraft.item.crafting.Ingredient@387c8a07, net.minecraftforge.oredict.OreIngredient@e74c8cc, net.minecraftforge.oredict.OreIngredient@1c14491e, net.minecraftforge.oredict.OreIngredient@4121cb43, net.minecraftforge.oredict.OreIngredient@1dd15dd2]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12571 crafttweaker:ct_shaped1208219369 RecipeStage{tier='four', recipe=12xtile.indlog.warp_pipe@0:[net.minecraft.item.crafting.Ingredient@354bd40c, net.minecraft.item.crafting.Ingredient@ba93702, net.minecraft.item.crafting.Ingredient@449d8ee7, net.minecraft.item.crafting.Ingredient@53b5646b, net.minecraft.item.crafting.Ingredient@383521a5, net.minecraft.item.crafting.Ingredient@7ae60086, net.minecraft.item.crafting.Ingredient@5224538b, net.minecraft.item.crafting.Ingredient@2acaf398, net.minecraft.item.crafting.Ingredient@3be3c76d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12572 crafttweaker:ct_shaped-1122073150 RecipeStage{tier='four', recipe=1xtile.indlog.tank@6:[net.minecraft.item.crafting.Ingredient@714b12a7, net.minecraft.item.crafting.Ingredient@183af0e, net.minecraft.item.crafting.Ingredient@7ca8ca95, net.minecraft.item.crafting.Ingredient@5955b2c2, net.minecraft.item.crafting.Ingredient@70a24d65, net.minecraft.item.crafting.Ingredient@6c4567a0, net.minecraft.item.crafting.Ingredient@5683f4df, net.minecraft.item.crafting.Ingredient@22b49f6f, net.minecraft.item.crafting.Ingredient@401f2739]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12573 crafttweaker:ct_shaped-229637819 RecipeStage{tier='four', recipe=1xtile.indlog.tank@1:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@72020fd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4e4c19ca, net.minecraftforge.oredict.OreIngredient@4805a88b, net.minecraftforge.oredict.OreIngredient@711a785d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@77bb894b, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12574 crafttweaker:ct_shaped-1541037906 RecipeStage{tier='four', recipe=1xtile.indlog.tank@1:[net.minecraft.item.crafting.Ingredient@59974c3f, net.minecraft.item.crafting.Ingredient@3c33e676, net.minecraft.item.crafting.Ingredient@1ec9a93d, net.minecraft.item.crafting.Ingredient@35938a7e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5606de47, net.minecraft.item.crafting.Ingredient@75a592a7, net.minecraft.item.crafting.Ingredient@26765d6f, net.minecraft.item.crafting.Ingredient@f9fe3a5]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12575 crafttweaker:ct_shaped1405502486 RecipeStage{tier='four', recipe=1xtile.indlog.tank@5:[net.minecraftforge.oredict.OreIngredient@6f8bf0f7, net.minecraftforge.oredict.OreIngredient@36e2770b, net.minecraftforge.oredict.OreIngredient@22ebd99d, net.minecraftforge.oredict.OreIngredient@529994ae, net.minecraft.item.crafting.Ingredient@6225ca42, net.minecraftforge.oredict.OreIngredient@47dab322, net.minecraftforge.oredict.OreIngredient@3b81bd75, net.minecraftforge.oredict.OreIngredient@25a3724f, net.minecraftforge.oredict.OreIngredient@6998cb63]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12576 crafttweaker:ct_shaped1960570456 RecipeStage{tier='four', recipe=1xtile.indlog.buffer@5:[net.minecraftforge.oredict.OreIngredient@7bc936d1, net.minecraftforge.oredict.OreIngredient@4d1556c8, net.minecraftforge.oredict.OreIngredient@739a642f, net.minecraftforge.oredict.OreIngredient@5c766aec, net.minecraft.item.crafting.Ingredient@6ebbb00d, net.minecraftforge.oredict.OreIngredient@9ff0804, net.minecraftforge.oredict.OreIngredient@2964be08, net.minecraftforge.oredict.OreIngredient@462a80c2, net.minecraftforge.oredict.OreIngredient@75a27bd2]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12577 crafttweaker:ct_shaped1627066496 RecipeStage{tier='four', recipe=1xtile.indlog.buffer@9:[net.minecraftforge.oredict.OreIngredient@46ce24a, net.minecraftforge.oredict.OreIngredient@8748831, net.minecraftforge.oredict.OreIngredient@1aca256d, net.minecraftforge.oredict.OreIngredient@7cd0b10d, net.minecraft.item.crafting.Ingredient@1fcd726f, net.minecraftforge.oredict.OreIngredient@33d444a7, net.minecraftforge.oredict.OreIngredient@787eeefd, net.minecraftforge.oredict.OreIngredient@1df6026, net.minecraftforge.oredict.OreIngredient@75f52478]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12578 crafttweaker:ct_shaped-1548751726 RecipeStage{tier='four', recipe=1xtile.indlog.buffer@13:[net.minecraft.item.crafting.Ingredient@6495b71d, net.minecraftforge.oredict.OreIngredient@6b13b474, net.minecraft.item.crafting.Ingredient@11b72760, net.minecraftforge.oredict.OreIngredient@4d3d07ca, net.minecraft.item.crafting.Ingredient@4d96c2f, net.minecraftforge.oredict.OreIngredient@721fc8d4, net.minecraftforge.oredict.OreIngredient@5abb6dd0, net.minecraftforge.oredict.OreIngredient@7f9d321a, net.minecraftforge.oredict.OreIngredient@30ea91d2]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12579 crafttweaker:ct_shaped-23281467 RecipeStage{tier='four', recipe=1xtile.indlog.buffer@1:[crafttweaker.mc1120.item.VanillaIngredient@3c3fb673, net.minecraft.item.crafting.Ingredient@3d6b89c9, crafttweaker.mc1120.item.VanillaIngredient@2bf0719c, net.minecraft.item.crafting.Ingredient@4f701131, net.minecraft.item.crafting.Ingredient@e3daa82, net.minecraft.item.crafting.Ingredient@6ff94f4d, crafttweaker.mc1120.item.VanillaIngredient@472dbfbf, net.minecraft.item.crafting.Ingredient@89bd7f2, crafttweaker.mc1120.item.VanillaIngredient@6b1105d9]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12580 crafttweaker:ct_shaped1362249329 RecipeStage{tier='four', recipe=4xtile.indlog.item_pipe@2:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4eb7bcd1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@644d32ff, net.minecraft.item.crafting.Ingredient@32bf4dc3, net.minecraft.item.crafting.Ingredient@51e3b980, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@22c1d659, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12581 crafttweaker:ct_shaped945932054 RecipeStage{tier='four', recipe=1xtile.indlog.tank@4:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2f96c234, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@678f5350, net.minecraft.item.crafting.Ingredient@2becc998, net.minecraft.item.crafting.Ingredient@7b3a1a2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1e2d4402, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12582 crafttweaker:ct_shaped191250311 RecipeStage{tier='disabled', recipe=1xtile.indlog.tank@8:[net.minecraft.item.crafting.Ingredient@3258144, net.minecraft.item.crafting.Ingredient@4ec828b1, net.minecraft.item.crafting.Ingredient@54ec2e7b, net.minecraft.item.crafting.Ingredient@20956db0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@f95f747, net.minecraft.item.crafting.Ingredient@17cba4, net.minecraft.item.crafting.Ingredient@353db22b, net.minecraft.item.crafting.Ingredient@3ecea1d1]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12583 crafttweaker:ct_shaped1358016546 RecipeStage{tier='four', recipe=8xtile.indlog.fluid_pipe@0:[net.minecraft.item.crafting.Ingredient@1ec14680, net.minecraft.item.crafting.Ingredient@20b5e417, net.minecraft.item.crafting.Ingredient@78c1a6c0, net.minecraft.item.crafting.Ingredient@334a5020, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@27abf58f, net.minecraft.item.crafting.Ingredient@28b12831, net.minecraft.item.crafting.Ingredient@5db37c41, net.minecraft.item.crafting.Ingredient@3c99fc87]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12584 crafttweaker:ct_shaped125726285 RecipeStage{tier='four', recipe=4xtile.indlog.item_pipe@1:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@44667116, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6537390b, net.minecraft.item.crafting.Ingredient@23201098, net.minecraft.item.crafting.Ingredient@50aeadbf, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@27b7987d, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12585 crafttweaker:ct_shaped1377893618 RecipeStage{tier='four', recipe=1xitem.indlog.remote_inv@0:[net.minecraft.item.crafting.Ingredient@7b9402e1, net.minecraft.item.crafting.Ingredient@581369db, net.minecraft.item.crafting.Ingredient@7d75e433, net.minecraft.item.crafting.Ingredient@669aef90, net.minecraft.item.crafting.Ingredient@3d427aa8, net.minecraft.item.crafting.Ingredient@7e5c816a, net.minecraft.item.crafting.Ingredient@2cdab6ee, net.minecraft.item.crafting.Ingredient@1d0d3a8a, net.minecraft.item.crafting.Ingredient@333494b9]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12586 crafttweaker:ct_shapeless-1227075741 RecipeStage{tier='four', recipe=2xtile.indlog.buffer@13:[net.minecraft.item.crafting.Ingredient@29790464]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12587 crafttweaker:ct_shapeless-1769172978 RecipeStage{tier='four', recipe=2xtile.indlog.buffer@9:[net.minecraft.item.crafting.Ingredient@50edba63]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12588 crafttweaker:ct_shapeless362174629 RecipeStage{tier='four', recipe=2xtile.indlog.buffer@5:[net.minecraft.item.crafting.Ingredient@2440039e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12589 crafttweaker:ct_shapeless1881041053 RecipeStage{tier='four', recipe=2xtile.indlog.buffer@1:[net.minecraft.item.crafting.Ingredient@33c6caf3]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12590 crafttweaker:ct_shapeless-1810745545 RecipeStage{tier='four', recipe=1xtile.indlog.buffer@15:[net.minecraft.item.crafting.Ingredient@52fdb2cb, net.minecraft.item.crafting.Ingredient@6ffe2455]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12591 crafttweaker:ct_shapeless-1263794685 RecipeStage{tier='four', recipe=2xtile.indlog.buffer@10:[net.minecraft.item.crafting.Ingredient@4b8686c7]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12592 crafttweaker:ct_shapeless339892966 RecipeStage{tier='four', recipe=1xtile.indlog.buffer@7:[net.minecraft.item.crafting.Ingredient@4e124c16, net.minecraft.item.crafting.Ingredient@71c6c4f5]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12593 crafttweaker:ct_shapeless-1719901025 RecipeStage{tier='four', recipe=2xtile.indlog.buffer@2:[net.minecraft.item.crafting.Ingredient@6f848a14]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12594 crafttweaker:ct_shapeless-1850717013 RecipeStage{tier='four', recipe=2xtile.indlog.buffer@8:[net.minecraft.item.crafting.Ingredient@104b899d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12595 crafttweaker:ct_shapeless-331850589 RecipeStage{tier='four', recipe=2xtile.indlog.buffer@4:[net.minecraft.item.crafting.Ingredient@4ce5057e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12596 crafttweaker:ct_shapeless-1214836093 RecipeStage{tier='four', recipe=2xtile.indlog.buffer@14:[net.minecraft.item.crafting.Ingredient@bc3917b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12597 crafttweaker:ct_shapeless-1657114957 RecipeStage{tier='four', recipe=1xtile.indlog.buffer@11:[net.minecraft.item.crafting.Ingredient@405c6e3d, net.minecraft.item.crafting.Ingredient@c1700ca]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12598 crafttweaker:ct_shapeless1430670119 RecipeStage{tier='four', recipe=1xtile.indlog.buffer@6:[net.minecraft.item.crafting.Ingredient@683d3ac3, net.minecraft.item.crafting.Ingredient@7f6226f6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12599 crafttweaker:ct_shapeless413553397 RecipeStage{tier='four', recipe=1xtile.indlog.buffer@13:[net.minecraft.item.crafting.Ingredient@5cec92a1, net.minecraft.item.crafting.Ingredient@6849d8a6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12600 crafttweaker:ct_shapeless-1841661340 RecipeStage{tier='four', recipe=1xtile.indlog.buffer@9:[net.minecraft.item.crafting.Ingredient@69a30c4e, net.minecraft.item.crafting.Ingredient@718d21a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12601 crafttweaker:ct_shapeless-1773520024 RecipeStage{tier='four', recipe=1xtile.indlog.buffer@5:[net.minecraft.item.crafting.Ingredient@3f5931c2, net.minecraft.item.crafting.Ingredient@19735267]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12602 crafttweaker:ct_shapeless-246926612 RecipeStage{tier='four', recipe=1xtile.indlog.buffer@1:[net.minecraft.item.crafting.Ingredient@6843fc7b, net.minecraft.item.crafting.Ingredient@290a7b6b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12603 crafttweaker:ct_shapeless-2096421832 RecipeStage{tier='four', recipe=1xtile.indlog.buffer@10:[net.minecraft.item.crafting.Ingredient@5f2b98a9, net.minecraft.item.crafting.Ingredient@5cc81941]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12604 crafttweaker:ct_shapeless1498811435 RecipeStage{tier='four', recipe=1xtile.indlog.buffer@2:[net.minecraft.item.crafting.Ingredient@2b1f9687, net.minecraft.item.crafting.Ingredient@513461ac]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12605 crafttweaker:ct_shapeless-1239315389 RecipeStage{tier='four', recipe=2xtile.indlog.buffer@12:[net.minecraft.item.crafting.Ingredient@52d945f3]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12606 crafttweaker:ct_shapeless-872844251 RecipeStage{tier='four', recipe=2xtile.indlog.buffer@0:[net.minecraft.item.crafting.Ingredient@4ec74cf8]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12607 crafttweaker:ct_shapeless1448887574 RecipeStage{tier='four', recipe=1xtile.indlog.buffer@14:[net.minecraft.item.crafting.Ingredient@19bb5009, net.minecraft.item.crafting.Ingredient@6bf06b93]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12608 crafttweaker:ct_shapeless1056199847 RecipeStage{tier='four', recipe=2xtile.indlog.buffer@6:[net.minecraft.item.crafting.Ingredient@731e4dc3]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12609 crafttweaker:ct_shapeless408034282 RecipeStage{tier='four', recipe=1xtile.indlog.buffer@3:[net.minecraft.item.crafting.Ingredient@74a6fd4, net.minecraft.item.crafting.Ingredient@44b25c2c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12610 crafttweaker:ct_shaped470949590 RecipeStage{tier='four', recipe=1xtile.industrialforegoing.mob_duplicator@0:[net.minecraft.item.crafting.Ingredient@2cf60bda, net.minecraft.item.crafting.Ingredient@2d073bd2, net.minecraft.item.crafting.Ingredient@79e7c569, net.minecraft.item.crafting.Ingredient@2f62b545, net.minecraft.item.crafting.Ingredient@33d6c3a8, net.minecraft.item.crafting.Ingredient@271bb7ab, net.minecraftforge.oredict.OreIngredient@6010f2ac, net.minecraft.item.crafting.Ingredient@5ae2bb76, net.minecraftforge.oredict.OreIngredient@5face801]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12611 crafttweaker:ct_shaped935582590 RecipeStage{tier='three', recipe=1xtile.industrialforegoing.conveyor@8:[net.minecraft.item.crafting.Ingredient@25f0aab0, net.minecraft.item.crafting.Ingredient@4212a930, net.minecraft.item.crafting.Ingredient@de4830f, net.minecraft.item.crafting.Ingredient@35308e52, net.minecraftforge.oredict.OreIngredient@15b5076e, net.minecraft.item.crafting.Ingredient@42b977c1, net.minecraft.item.crafting.Ingredient@6b6c7862, net.minecraft.item.crafting.Ingredient@5a9f2943, net.minecraft.item.crafting.Ingredient@67accb09]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12612 crafttweaker:ct_shaped-740726135 RecipeStage{tier='four', recipe=1xtile.industrialforegoing.enchantment_invoker@0:[net.minecraft.item.crafting.Ingredient@6e22bf42, net.minecraft.item.crafting.Ingredient@6685658c, net.minecraft.item.crafting.Ingredient@45739d2e, net.minecraftforge.oredict.OreIngredient@4486f20a, net.minecraft.item.crafting.Ingredient@3fa59d77, net.minecraftforge.oredict.OreIngredient@72c1360a, net.minecraft.item.crafting.Ingredient@2b025f91, net.minecraft.item.crafting.Ingredient@58e7fe59, net.minecraft.item.crafting.Ingredient@4bba9e17]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12613 crafttweaker:ct_shaped-175857017 RecipeStage{tier='four', recipe=1xtile.industrialforegoing.enchantment_refiner@0:[net.minecraft.item.crafting.Ingredient@3030800c, net.minecraft.item.crafting.Ingredient@977bf4c, net.minecraft.item.crafting.Ingredient@6e059d0d, net.minecraft.item.crafting.Ingredient@71d0fcfc, net.minecraft.item.crafting.Ingredient@45d4322a, net.minecraft.item.crafting.Ingredient@71ed7803, net.minecraft.item.crafting.Ingredient@33426ec6, net.minecraftforge.oredict.OreIngredient@4503434e, net.minecraft.item.crafting.Ingredient@21226ca6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12614 crafttweaker:ct_shaped671876995 RecipeStage{tier='four', recipe=1xitem.industrialforegoing.range_addon@9:[net.minecraftforge.oredict.OreIngredient@3b1525e1, net.minecraft.item.crafting.Ingredient@1b01481b, net.minecraftforge.oredict.OreIngredient@44476106, net.minecraftforge.oredict.OreIngredient@76327274, net.minecraftforge.oredict.OreIngredient@649a6b7e, net.minecraftforge.oredict.OreIngredient@75caa666, net.minecraftforge.oredict.OreIngredient@afaa688, net.minecraft.item.crafting.Ingredient@6fbec471, net.minecraftforge.oredict.OreIngredient@58489363]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12615 crafttweaker:ct_shaped-772436874 RecipeStage{tier='four', recipe=1xitem.industrialforegoing.range_addon@11:[net.minecraftforge.oredict.OreIngredient@7811f79a, net.minecraft.item.crafting.Ingredient@2780c0f6, net.minecraftforge.oredict.OreIngredient@3e84053b, net.minecraftforge.oredict.OreIngredient@224b5a03, net.minecraftforge.oredict.OreIngredient@5591d4f7, net.minecraftforge.oredict.OreIngredient@74b729c3, net.minecraftforge.oredict.OreIngredient@6a0447b3, net.minecraft.item.crafting.Ingredient@12e783b2, net.minecraftforge.oredict.OreIngredient@490acb75]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12616 crafttweaker:ct_shaped942506129 RecipeStage{tier='four', recipe=1xtile.industrialforegoing.villager_trade_exchanger@0:[net.minecraft.item.crafting.Ingredient@4be0aa6, net.minecraftforge.oredict.OreIngredient@4c4fec5d, net.minecraft.item.crafting.Ingredient@621b1c75, net.minecraftforge.oredict.OreIngredient@7d552220, net.minecraft.item.crafting.Ingredient@94afc16, net.minecraftforge.oredict.OreIngredient@3ad4c466, net.minecraft.item.crafting.Ingredient@968ffd, net.minecraftforge.oredict.OreIngredient@5406f9ed, net.minecraft.item.crafting.Ingredient@a721537]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12617 crafttweaker:ct_shaped1461014348 RecipeStage{tier='three', recipe=1xtile.industrialforegoing.conveyor@3:[net.minecraft.item.crafting.Ingredient@161907eb, net.minecraft.item.crafting.Ingredient@22c48bb2, net.minecraft.item.crafting.Ingredient@416ed796, net.minecraft.item.crafting.Ingredient@5bafa921, net.minecraftforge.oredict.OreIngredient@557dbe0, net.minecraft.item.crafting.Ingredient@3c849e3, net.minecraft.item.crafting.Ingredient@342dec6b, net.minecraft.item.crafting.Ingredient@12edbd6e, net.minecraft.item.crafting.Ingredient@295efc08]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12618 crafttweaker:ct_shaped-1443504413 RecipeStage{tier='five', recipe=1xtile.industrialforegoing.black_hole_controller_reworked@0:[net.minecraft.item.crafting.Ingredient@68183f91, net.minecraftforge.oredict.OreIngredient@338dc84d, net.minecraft.item.crafting.Ingredient@4c74159f, net.minecraft.item.crafting.Ingredient@12941ea5, net.minecraft.item.crafting.Ingredient@3bd94fd1, net.minecraft.item.crafting.Ingredient@66cb3747, net.minecraft.item.crafting.Ingredient@aff0eec, net.minecraft.item.crafting.Ingredient@382c4820, net.minecraft.item.crafting.Ingredient@49fa2f33]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12619 crafttweaker:ct_shaped1981111424 RecipeStage{tier='four', recipe=1xtile.industrialforegoing.animal_independence_selector@0:[net.minecraft.item.crafting.Ingredient@76b45844, net.minecraftforge.oredict.OreIngredient@44eb010, net.minecraft.item.crafting.Ingredient@5e7995f1, net.minecraftforge.oredict.OreIngredient@4662aaba, net.minecraft.item.crafting.Ingredient@12c0bc4a, net.minecraftforge.oredict.OreIngredient@637f4032, net.minecraftforge.oredict.OreIngredient@713b87b1, net.minecraftforge.oredict.OreIngredient@22dfd456, net.minecraftforge.oredict.OreIngredient@35ea1eab]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12620 crafttweaker:ct_shaped-172093259 RecipeStage{tier='four', recipe=1xitem.industrialforegoing.range_addon@10:[net.minecraft.item.crafting.Ingredient@2c0db6f4, net.minecraft.item.crafting.Ingredient@126aacb, net.minecraft.item.crafting.Ingredient@5d87a3dd, net.minecraft.item.crafting.Ingredient@38fdf180, net.minecraftforge.oredict.OreIngredient@79865a7d, net.minecraft.item.crafting.Ingredient@4d42c774, net.minecraft.item.crafting.Ingredient@2dbb1c4a, net.minecraft.item.crafting.Ingredient@7a1d998c, net.minecraft.item.crafting.Ingredient@31836100]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12621 crafttweaker:ct_shaped-365853625 RecipeStage{tier='four', recipe=1xtile.industrialforegoing.enchantment_extractor@0:[net.minecraft.item.crafting.Ingredient@6aa17923, net.minecraft.item.crafting.Ingredient@1f0d6171, net.minecraft.item.crafting.Ingredient@9ca5ae5, net.minecraft.item.crafting.Ingredient@236ba1bd, net.minecraft.item.crafting.Ingredient@4262bc92, net.minecraft.item.crafting.Ingredient@36904b46, net.minecraftforge.oredict.OreIngredient@6d562203, net.minecraftforge.oredict.OreIngredient@13ce105d, net.minecraftforge.oredict.OreIngredient@449fb89a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12622 crafttweaker:ct_shaped1406239787 RecipeStage{tier='four', recipe=1xtile.industrialforegoing.energy_field_provider@0:[net.minecraftforge.oredict.OreIngredient@70e11134, net.minecraft.item.crafting.Ingredient@2cfb6311, net.minecraftforge.oredict.OreIngredient@4fd4d22b, net.minecraftforge.oredict.OreIngredient@76b6e823, net.minecraft.item.crafting.Ingredient@ea63f70, net.minecraftforge.oredict.OreIngredient@79b2365e, net.minecraft.item.crafting.Ingredient@101ee6c9, net.minecraftforge.oredict.OreIngredient@5128e319, net.minecraft.item.crafting.Ingredient@6e4a1bf3]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12623 crafttweaker:ct_shaped1063300353 RecipeStage{tier='four', recipe=1xtile.industrialforegoing.petrified_fuel_generator@0:[net.minecraft.item.crafting.Ingredient@622c0a2, net.minecraftforge.oredict.OreIngredient@61ed5601, net.minecraft.item.crafting.Ingredient@774b410e, net.minecraftforge.oredict.OreIngredient@49604997, net.minecraft.item.crafting.Ingredient@59d7b7c9, net.minecraftforge.oredict.OreIngredient@5281afac, net.minecraft.item.crafting.Ingredient@7f6fc7c3, net.minecraft.item.crafting.Ingredient@34081548, net.minecraft.item.crafting.Ingredient@500585ff]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12624 crafttweaker:ct_shaped-1725845956 RecipeStage{tier='two', recipe=1xitem.infoaccessories.info.accessory@6:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@f26bc9c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@e762364, net.minecraft.item.crafting.Ingredient@7aa0c5b7, net.minecraft.item.crafting.Ingredient@6f68d61, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3c8e037f, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12625 crafttweaker:ct_shaped1217959523 RecipeStage{tier='two', recipe=1xitem.infoaccessories.info.accessory@2:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3dc6a89, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7fad9a38, net.minecraft.item.crafting.Ingredient@4d029d29, net.minecraft.item.crafting.Ingredient@1dbea0d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@61b3509d, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12626 crafttweaker:ct_shaped1323296493 RecipeStage{tier='two', recipe=1xitem.infoaccessories.info.accessory@4:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@725c7ac9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2b6e5a7e, net.minecraft.item.crafting.Ingredient@75bb569c, net.minecraft.item.crafting.Ingredient@e77d70e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1fec7e3b, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12627 crafttweaker:ct_shaped1771005682 RecipeStage{tier='two', recipe=1xitem.infoaccessories.info.accessory@5:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@46087a12, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@69a8dbf9, net.minecraft.item.crafting.Ingredient@5957be65, net.minecraft.item.crafting.Ingredient@25b60ed2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@20eb289c, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12628 crafttweaker:ct_shaped1657090918 RecipeStage{tier='two', recipe=1xitem.infoaccessories.info.accessory@1:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@fb3486b, net.minecraft.item.crafting.Ingredient@6bf37b6e, net.minecraftforge.oredict.OreIngredient@7e26385c, net.minecraft.item.crafting.Ingredient@7f040cc, net.minecraftforge.oredict.OreIngredient@1295b049]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12629 crafttweaker:ct_shaped-676210231 RecipeStage{tier='two', recipe=1xitem.infoaccessories.info.accessory@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@62cd917e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2de6a1a3, net.minecraft.item.crafting.Ingredient@281562f3, net.minecraft.item.crafting.Ingredient@17bd9840, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@19f5bda8, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12630 crafttweaker:ct_shaped-591025800 RecipeStage{tier='four', recipe=1xtile.blocks.integrateddynamics.mechanical_squeezer@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@186ec8c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@28704b5, net.minecraft.item.crafting.Ingredient@7903f33d, net.minecraft.item.crafting.Ingredient@4daf1948, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7bfb6efd, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12631 crafttweaker:ct-ironbackpacks-iron-upgrade_spec crafttweaker.mc1120.recipes.MCRecipeShaped@21910e4a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12632 crafttweaker:ct-ironbackpacks-iron-storage_spec RecipeStage{tier='two', recipe=1xitem.ironbackpacks.backpack@0:[net.minecraftforge.oredict.OreIngredient@320af366, net.minecraft.item.crafting.Ingredient@401ef736, net.minecraftforge.oredict.OreIngredient@769758d7, net.minecraftforge.oredict.OreIngredient@5ff76ed0, crafttweaker.mc1120.item.VanillaIngredient@3a03278b, net.minecraftforge.oredict.OreIngredient@d13d0ba, net.minecraftforge.oredict.OreIngredient@418e602f, net.minecraftforge.oredict.OreIngredient@256b1720, net.minecraftforge.oredict.OreIngredient@6f74379]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12633 crafttweaker:ct-ironbackpacks-gold-upgrade_spec crafttweaker.mc1120.recipes.MCRecipeShaped@4815be07 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12634 crafttweaker:ct-ironbackpacks-gold-storage_spec RecipeStage{tier='two', recipe=1xitem.ironbackpacks.backpack@0:[net.minecraftforge.oredict.OreIngredient@6f354137, net.minecraft.item.crafting.Ingredient@512e1ceb, net.minecraftforge.oredict.OreIngredient@7a6d158a, net.minecraftforge.oredict.OreIngredient@7a0e1d66, crafttweaker.mc1120.item.VanillaIngredient@3f77c7e9, net.minecraftforge.oredict.OreIngredient@1e9f5da8, net.minecraftforge.oredict.OreIngredient@ccccab4, net.minecraftforge.oredict.OreIngredient@6a30366, net.minecraftforge.oredict.OreIngredient@7ead4d4]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12635 crafttweaker:ct-ironbackpacks-diamond-upgrade_spec crafttweaker.mc1120.recipes.MCRecipeShaped@666d6e0e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12636 crafttweaker:ct-ironbackpacks-diamond-storage_spec RecipeStage{tier='five', recipe=1xitem.ironbackpacks.backpack@0:[net.minecraft.item.crafting.Ingredient@14aeda77, net.minecraft.item.crafting.Ingredient@10d6a2dc, net.minecraft.item.crafting.Ingredient@5d7cd42c, net.minecraft.item.crafting.Ingredient@160a1d90, crafttweaker.mc1120.item.VanillaIngredient@74151044, net.minecraft.item.crafting.Ingredient@51708c58, net.minecraft.item.crafting.Ingredient@6a96efee, net.minecraft.item.crafting.Ingredient@2cb699b1, net.minecraft.item.crafting.Ingredient@707d2b53]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12637 crafttweaker:ct_shaped540310794 RecipeStage{tier='two', recipe=1xitem.ironbackpacks.backpack@0:[net.minecraft.item.crafting.Ingredient@25ba6b48, net.minecraft.item.crafting.Ingredient@788e198e, net.minecraft.item.crafting.Ingredient@60ed6c3f, net.minecraft.item.crafting.Ingredient@79d3e4c2, net.minecraft.item.crafting.Ingredient@fc5309b, net.minecraft.item.crafting.Ingredient@70f1a84, net.minecraft.item.crafting.Ingredient@c0812ce, net.minecraft.item.crafting.Ingredient@6a9b1279, net.minecraft.item.crafting.Ingredient@4cfcb659]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12638 crafttweaker:ct_shaped867730002 RecipeStage{tier='three', recipe=1xtile.IronChest@6:[net.minecraft.item.crafting.Ingredient@33d85e78, net.minecraft.item.crafting.Ingredient@7f0ab4af, net.minecraft.item.crafting.Ingredient@4db079ed, net.minecraft.item.crafting.Ingredient@6457407c, net.minecraft.item.crafting.Ingredient@150de910, net.minecraft.item.crafting.Ingredient@3f0898d2, net.minecraft.item.crafting.Ingredient@71b9f1cf, net.minecraft.item.crafting.Ingredient@2fb31b24, net.minecraft.item.crafting.Ingredient@550c22ab]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12639 crafttweaker:ct_shaped347606291 RecipeStage{tier='five', recipe=1xtile.IronChest@5:[net.minecraftforge.oredict.OreIngredient@2eb9eed0, net.minecraftforge.oredict.OreIngredient@10b05541, net.minecraftforge.oredict.OreIngredient@27ed0648, net.minecraft.item.crafting.Ingredient@13c06164, net.minecraft.item.crafting.Ingredient@72eec2a2, net.minecraft.item.crafting.Ingredient@60669be3, net.minecraftforge.oredict.OreIngredient@2ff60ee1, net.minecraftforge.oredict.OreIngredient@3f2d813a, net.minecraftforge.oredict.OreIngredient@3b52afaf]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12640 crafttweaker:ct_shaped-734485312 RecipeStage{tier='five', recipe=1xitem.ironchest.chest.diamond_crystal@0:[net.minecraftforge.oredict.OreIngredient@6fbf82a5, net.minecraftforge.oredict.OreIngredient@70a118b5, net.minecraftforge.oredict.OreIngredient@23d663ca, net.minecraft.item.crafting.Ingredient@dd79fc8, net.minecraft.item.crafting.Ingredient@1e6e9e7d, net.minecraft.item.crafting.Ingredient@667249b5, net.minecraftforge.oredict.OreIngredient@762abe82, net.minecraftforge.oredict.OreIngredient@47b25650, net.minecraftforge.oredict.OreIngredient@2d45b5ad]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12641 crafttweaker:ct_shaped-106438829 RecipeStage{tier='five', recipe=1xitem.ironchest.chest.diamond_obsidian@0:[net.minecraft.item.crafting.Ingredient@598e6e51, net.minecraft.item.crafting.Ingredient@7af3054c, net.minecraft.item.crafting.Ingredient@2f26dc94, net.minecraft.item.crafting.Ingredient@2fcefc00, net.minecraft.item.crafting.Ingredient@598f34e, net.minecraft.item.crafting.Ingredient@67a34fd4, net.minecraft.item.crafting.Ingredient@7ef8edc8, net.minecraft.item.crafting.Ingredient@260e30eb, net.minecraft.item.crafting.Ingredient@64cea5e7]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12642 crafttweaker:ct_shaped1395544933 RecipeStage{tier='one', recipe=1xitem.ironchest.chest.wood_copper@0:[net.minecraftforge.oredict.OreIngredient@19ee9b45, net.minecraftforge.oredict.OreIngredient@20c1b31d, net.minecraftforge.oredict.OreIngredient@779f5686, net.minecraftforge.oredict.OreIngredient@666f340f, net.minecraftforge.oredict.OreIngredient@bb6af34, net.minecraftforge.oredict.OreIngredient@26c2ac04, net.minecraftforge.oredict.OreIngredient@2be4e53c, net.minecraftforge.oredict.OreIngredient@34b46303, net.minecraftforge.oredict.OreIngredient@ac5b5ae]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12643 crafttweaker:ct_shaped261744810 RecipeStage{tier='two', recipe=1xitem.ironchest.chest.copper_iron@0:[net.minecraftforge.oredict.OreIngredient@39549a7e, net.minecraftforge.oredict.OreIngredient@3595556d, net.minecraftforge.oredict.OreIngredient@222e84a7, net.minecraftforge.oredict.OreIngredient@5612d89, net.minecraftforge.oredict.OreIngredient@187bc031, net.minecraftforge.oredict.OreIngredient@7dad06e, net.minecraftforge.oredict.OreIngredient@5187678e, net.minecraftforge.oredict.OreIngredient@5d860552, net.minecraftforge.oredict.OreIngredient@1bba3c9b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12644 crafttweaker:ct_shaped1605555469 RecipeStage{tier='two', recipe=1xtile.IronChest@1:[net.minecraftforge.oredict.OreIngredient@4a32c622, net.minecraftforge.oredict.OreIngredient@20e373fd, net.minecraftforge.oredict.OreIngredient@4d225e26, net.minecraftforge.oredict.OreIngredient@7b6fdfd, net.minecraft.item.crafting.Ingredient@5be928ff, net.minecraftforge.oredict.OreIngredient@602ec4e4, net.minecraftforge.oredict.OreIngredient@3f2265a9, net.minecraftforge.oredict.OreIngredient@fcb2ea5, net.minecraftforge.oredict.OreIngredient@1d774173]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12645 crafttweaker:ct_shaped-1265532594 RecipeStage{tier='five', recipe=1xtile.IronChest@2:[net.minecraft.item.crafting.Ingredient@be8bfdd, net.minecraft.item.crafting.Ingredient@27cb9c24, net.minecraft.item.crafting.Ingredient@71a3207e, net.minecraft.item.crafting.Ingredient@56f89be0, net.minecraft.item.crafting.Ingredient@18a0c0b5, net.minecraft.item.crafting.Ingredient@63f14539, net.minecraft.item.crafting.Ingredient@bb929e9, net.minecraft.item.crafting.Ingredient@198c94e5, net.minecraft.item.crafting.Ingredient@7b75a09]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12646 crafttweaker:ct_shaped283916947 RecipeStage{tier='one', recipe=1xtile.IronChest@7:[net.minecraft.item.crafting.Ingredient@6e061f4b, net.minecraft.item.crafting.Ingredient@2c329503, net.minecraft.item.crafting.Ingredient@516407dc, net.minecraft.item.crafting.Ingredient@6c3e78eb, net.minecraft.item.crafting.Ingredient@321cce60, net.minecraft.item.crafting.Ingredient@a3ecfad, net.minecraft.item.crafting.Ingredient@7b1573d1, net.minecraft.item.crafting.Ingredient@6473a578, net.minecraft.item.crafting.Ingredient@30481858]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12647 crafttweaker:ct_shaped874129519 RecipeStage{tier='two', recipe=1xitem.ironchest.chest.copper_silver@0:[net.minecraftforge.oredict.OreIngredient@4cf7ea5b, net.minecraftforge.oredict.OreIngredient@1cac93ef, net.minecraftforge.oredict.OreIngredient@658dbd67, net.minecraftforge.oredict.OreIngredient@15f7f356, net.minecraftforge.oredict.OreIngredient@66a16681, net.minecraftforge.oredict.OreIngredient@1e6aa251, net.minecraftforge.oredict.OreIngredient@1684427e, net.minecraftforge.oredict.OreIngredient@3c437ebb, net.minecraftforge.oredict.OreIngredient@513b82dc]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12648 crafttweaker:ct_shaped-1649965212 RecipeStage{tier='two', recipe=1xitem.ironchest.chest.iron_gold@0:[net.minecraftforge.oredict.OreIngredient@1a08ca80, net.minecraftforge.oredict.OreIngredient@2e2bfc0d, net.minecraftforge.oredict.OreIngredient@9bae9d5, net.minecraftforge.oredict.OreIngredient@49aa75c, net.minecraftforge.oredict.OreIngredient@581a3185, net.minecraftforge.oredict.OreIngredient@29a0751f, net.minecraftforge.oredict.OreIngredient@778ad5bf, net.minecraftforge.oredict.OreIngredient@26fb3c55, net.minecraftforge.oredict.OreIngredient@2f64a716]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12649 crafttweaker:ct_shaped-1329914278 RecipeStage{tier='two', recipe=1xitem.ironchest.chest.silver_gold@0:[net.minecraftforge.oredict.OreIngredient@5c63768, net.minecraftforge.oredict.OreIngredient@24c03d42, net.minecraftforge.oredict.OreIngredient@5ba6b41b, net.minecraftforge.oredict.OreIngredient@5170f46e, net.minecraftforge.oredict.OreIngredient@6539e45f, net.minecraftforge.oredict.OreIngredient@4036ff97, net.minecraftforge.oredict.OreIngredient@2e5e8de6, net.minecraftforge.oredict.OreIngredient@78dbcfc7, net.minecraftforge.oredict.OreIngredient@52ead79f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12650 crafttweaker:ct_shaped-1671825265 RecipeStage{tier='one', recipe=1xtile.IronChest@3:[net.minecraftforge.oredict.OreIngredient@25574012, net.minecraftforge.oredict.OreIngredient@7f3cd8e3, net.minecraftforge.oredict.OreIngredient@59bf9534, net.minecraftforge.oredict.OreIngredient@5d6df7b3, net.minecraft.item.crafting.Ingredient@42257bdc, net.minecraftforge.oredict.OreIngredient@5bc748bb, net.minecraftforge.oredict.OreIngredient@7ef460c2, net.minecraftforge.oredict.OreIngredient@4c16d0c0, net.minecraftforge.oredict.OreIngredient@2584b905]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12651 crafttweaker:ct_shaped1577686934 RecipeStage{tier='five', recipe=1xitem.ironchest.chest.gold_diamond@0:[net.minecraft.item.crafting.Ingredient@4467af9e, net.minecraft.item.crafting.Ingredient@194825a0, net.minecraft.item.crafting.Ingredient@63227699, net.minecraft.item.crafting.Ingredient@636ea769, net.minecraftforge.oredict.OreIngredient@1a0cefc5, net.minecraft.item.crafting.Ingredient@42b1ac01, net.minecraft.item.crafting.Ingredient@32579c70, net.minecraft.item.crafting.Ingredient@241430bc, net.minecraft.item.crafting.Ingredient@591b913c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12652 crafttweaker:ct_shaped706646806 RecipeStage{tier='two', recipe=1xtile.IronChest@0:[net.minecraftforge.oredict.OreIngredient@1685ffba, net.minecraftforge.oredict.OreIngredient@183f4506, net.minecraftforge.oredict.OreIngredient@1dab176d, net.minecraftforge.oredict.OreIngredient@183ce795, net.minecraft.item.crafting.Ingredient@21fda307, net.minecraftforge.oredict.OreIngredient@4388c54b, net.minecraftforge.oredict.OreIngredient@65da228, net.minecraftforge.oredict.OreIngredient@7922fd39, net.minecraftforge.oredict.OreIngredient@350b9c81]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12653 crafttweaker:ct_shaped1644273104 RecipeStage{tier='two', recipe=1xtile.IronChest@4:[net.minecraftforge.oredict.OreIngredient@30aca5f6, net.minecraftforge.oredict.OreIngredient@5b8b0d29, net.minecraftforge.oredict.OreIngredient@35aef854, net.minecraftforge.oredict.OreIngredient@5c2895f4, net.minecraft.item.crafting.Ingredient@9fe1892, net.minecraftforge.oredict.OreIngredient@a1faec1, net.minecraftforge.oredict.OreIngredient@48b18b8e, net.minecraftforge.oredict.OreIngredient@50ae3059, net.minecraftforge.oredict.OreIngredient@29ed9856]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12654 crafttweaker:ct_shaped-1579299820 RecipeStage{tier='two', recipe=1xitem.ironchest.chest.wood_iron@0:[net.minecraftforge.oredict.OreIngredient@5ef3420c, net.minecraftforge.oredict.OreIngredient@1ada4fa7, net.minecraftforge.oredict.OreIngredient@3b57985d, net.minecraftforge.oredict.OreIngredient@7ebd8849, net.minecraftforge.oredict.OreIngredient@3a1a46b0, net.minecraftforge.oredict.OreIngredient@72759123, net.minecraftforge.oredict.OreIngredient@75e76a40, net.minecraftforge.oredict.OreIngredient@678a4b75, net.minecraftforge.oredict.OreIngredient@f4daef2]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12655 crafttweaker:ct_shaped-742500470 RecipeStage{tier='five', recipe=1xitem.ij.capacitor@0:[net.minecraft.item.crafting.Ingredient@51efcab1, net.minecraft.item.crafting.Ingredient@1f940fa6, net.minecraft.item.crafting.Ingredient@2a703ec2, net.minecraftforge.oredict.OreIngredient@48a83f40, net.minecraft.item.crafting.Ingredient@67bddea6, net.minecraftforge.oredict.OreIngredient@58eb04c8, net.minecraft.item.crafting.Ingredient@73c6b739, net.minecraftforge.oredict.OreIngredient@7a1dd43e, net.minecraft.item.crafting.Ingredient@73dc6d35]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12656 crafttweaker:ct_shaped-796597424 RecipeStage{tier='five', recipe=1xitem.ij.advanced_coil@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7391eac2, net.minecraftforge.oredict.OreIngredient@35a8f4f6, net.minecraft.item.crafting.Ingredient@21007a59, net.minecraftforge.oredict.OreIngredient@31251e89, net.minecraft.item.crafting.Ingredient@4d9e2595, net.minecraftforge.oredict.OreIngredient@3f636794, net.minecraft.item.crafting.Ingredient@1d131093, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12657 crafttweaker:ct_shaped-1697776704 RecipeStage{tier='five', recipe=1xitem.ij.basic_coil@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4db94ee, net.minecraftforge.oredict.OreIngredient@38d5ab6d, net.minecraft.item.crafting.Ingredient@1c2e2424, net.minecraftforge.oredict.OreIngredient@193c38ba, net.minecraft.item.crafting.Ingredient@4198b397, net.minecraftforge.oredict.OreIngredient@5403f60a, net.minecraft.item.crafting.Ingredient@3961f7aa, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12658 crafttweaker:ct_shaped-827674256 RecipeStage{tier='five', recipe=4xtile.BasicBlock@7:[net.minecraft.item.crafting.Ingredient@41e0e1d4, net.minecraft.item.crafting.Ingredient@4560e674, net.minecraft.item.crafting.Ingredient@e98eb74, net.minecraft.item.crafting.Ingredient@387281aa, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7eda3931, net.minecraftforge.oredict.OreIngredient@3c4b33d8, net.minecraft.item.crafting.Ingredient@75c1bc6e, net.minecraftforge.oredict.OreIngredient@59921cad]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12659 crafttweaker:ct_shapeless-2115843306 RecipeStage{tier='creative', recipe=1xtile.MachineBlock2@11:[crafttweaker.mc1120.item.VanillaIngredient@76aeb51f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12660 crafttweaker:ct_shaped1722138944 RecipeStage{tier='zero', recipe=3xtile.woodSlab@3:[net.minecraft.item.crafting.Ingredient@131e9de1, net.minecraft.item.crafting.Ingredient@6b447120, net.minecraft.item.crafting.Ingredient@22fa7f91]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12661 crafttweaker:ct_shaped-941668820 RecipeStage{tier='two', recipe=1xtile.cloth@12:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@21ff209c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@46e950d7, net.minecraft.item.crafting.Ingredient@e6ce45b, net.minecraft.item.crafting.Ingredient@7f1b14f0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@27b8204f, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12662 crafttweaker:ct_shaped1473566525 RecipeStage{tier='two', recipe=1xtile.bookshelf@0:[net.minecraft.item.crafting.Ingredient@2bdba387, net.minecraft.item.crafting.Ingredient@42fcd49b, net.minecraft.item.crafting.Ingredient@65e7f4a0, net.minecraft.item.crafting.Ingredient@3bb0a0b, net.minecraft.item.crafting.Ingredient@758a5660, net.minecraft.item.crafting.Ingredient@51761c46, net.minecraft.item.crafting.Ingredient@beea03c, net.minecraft.item.crafting.Ingredient@50de0818, net.minecraft.item.crafting.Ingredient@77406d35]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12663 crafttweaker:ct_shaped-468121576 RecipeStage{tier='two', recipe=1xitem.bed@8:[net.minecraft.item.crafting.Ingredient@1635cbb7, net.minecraft.item.crafting.Ingredient@6824660d, net.minecraft.item.crafting.Ingredient@481a2dd9, net.minecraftforge.oredict.OreIngredient@3cc7c82a, net.minecraftforge.oredict.OreIngredient@417c476, net.minecraftforge.oredict.OreIngredient@4fc8def7]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12664 crafttweaker:ct_shaped1366430072 RecipeStage{tier='two', recipe=1xtile.cloth@3:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@56255632, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@54214244, net.minecraft.item.crafting.Ingredient@6eaf18c2, net.minecraft.item.crafting.Ingredient@67194c86, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1bf10291, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12665 crafttweaker:ct_shaped-1948032485 RecipeStage{tier='one', recipe=3xtile.stoneSlab@4:[net.minecraft.item.crafting.Ingredient@451c40c9, net.minecraft.item.crafting.Ingredient@536329a0, net.minecraft.item.crafting.Ingredient@7e332236]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12666 crafttweaker:ct_shaped524007922 RecipeStage{tier='two', recipe=1xitem.boat.spruce@0:[crafttweaker.mc1120.item.VanillaIngredient@6dc542eb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, crafttweaker.mc1120.item.VanillaIngredient@4a785d92, crafttweaker.mc1120.item.VanillaIngredient@1c4354, crafttweaker.mc1120.item.VanillaIngredient@67d9e3f3, crafttweaker.mc1120.item.VanillaIngredient@204c27f9]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12667 crafttweaker:ct_shaped1418417456 RecipeStage{tier='two', recipe=1xitem.bed@13:[net.minecraft.item.crafting.Ingredient@28d07aaf, net.minecraft.item.crafting.Ingredient@4ab49a02, net.minecraft.item.crafting.Ingredient@62da2edc, net.minecraftforge.oredict.OreIngredient@23e8ae91, net.minecraftforge.oredict.OreIngredient@846bd41, net.minecraftforge.oredict.OreIngredient@66cc52c1]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12668 crafttweaker:ct_shaped1094792404 RecipeStage{tier='three', recipe=3xitem.skull@1:[net.minecraft.item.crafting.Ingredient@55532c0a, net.minecraft.item.crafting.Ingredient@33298c17, net.minecraft.item.crafting.Ingredient@eb89386, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12669 crafttweaker:ct_shaped-1917922707 RecipeStage{tier='two', recipe=1xitem.swordIron@0:[net.minecraftforge.oredict.OreIngredient@a6692ca, net.minecraftforge.oredict.OreIngredient@4619ccf0, net.minecraftforge.oredict.OreIngredient@392fa910]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12670 crafttweaker:ct_shaped1559667303 RecipeStage{tier='three', recipe=1xtile.enchantmentTable@0:[net.minecraft.item.crafting.Ingredient@73c13910, net.minecraft.item.crafting.Ingredient@4d8f0560, net.minecraft.item.crafting.Ingredient@45f92e6d, net.minecraft.item.crafting.Ingredient@15a78eb, net.minecraftforge.oredict.OreIngredient@7b29c869, net.minecraft.item.crafting.Ingredient@4e386669, net.minecraft.item.crafting.Ingredient@42beb385, net.minecraft.item.crafting.Ingredient@10f11619, net.minecraft.item.crafting.Ingredient@25aefeee]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12671 crafttweaker:ct_shaped1123624547 RecipeStage{tier='zero', recipe=3xtile.stoneSlab2@0:[net.minecraft.item.crafting.Ingredient@28a8df1c, net.minecraft.item.crafting.Ingredient@1fbd6317, net.minecraft.item.crafting.Ingredient@764ff27]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12672 crafttweaker:ct_shaped-2099748056 RecipeStage{tier='two', recipe=1xitem.helmetGold@0:[net.minecraftforge.oredict.OreIngredient@556f38ab, net.minecraftforge.oredict.OreIngredient@3b514d25, net.minecraftforge.oredict.OreIngredient@4f002483, net.minecraftforge.oredict.OreIngredient@6f3d7783, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@433ba0af]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12673 crafttweaker:ct_shaped-760126395 RecipeStage{tier='two', recipe=1xitem.nameTag@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7232f588, net.minecraft.item.crafting.Ingredient@3c58e371, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@38dd0a16, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12674 crafttweaker:ct_shaped-490074064 RecipeStage{tier='two', recipe=1xitem.boat.oak@0:[crafttweaker.mc1120.item.VanillaIngredient@267deb7a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, crafttweaker.mc1120.item.VanillaIngredient@4306d488, crafttweaker.mc1120.item.VanillaIngredient@38bef4f2, crafttweaker.mc1120.item.VanillaIngredient@68e3d449, crafttweaker.mc1120.item.VanillaIngredient@218cc414]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12675 crafttweaker:ct_shaped-1086047045 RecipeStage{tier='three', recipe=1xtile.enderChest@0:[net.minecraft.item.crafting.Ingredient@545bf639, net.minecraft.item.crafting.Ingredient@1b0d8124, net.minecraft.item.crafting.Ingredient@6d3a5f90, net.minecraft.item.crafting.Ingredient@2ad19a47, net.minecraft.item.crafting.Ingredient@21b04b1a, net.minecraft.item.crafting.Ingredient@56c3faa9, net.minecraft.item.crafting.Ingredient@69baf93e, net.minecraft.item.crafting.Ingredient@4f1f55ec, net.minecraft.item.crafting.Ingredient@6cd43f8e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12676 crafttweaker:ct_shaped-51296642 RecipeStage{tier='three', recipe=1xtile.enderChest@0:[net.minecraft.item.crafting.Ingredient@250b860f, net.minecraft.item.crafting.Ingredient@1bc6f899, net.minecraft.item.crafting.Ingredient@2e436e38, net.minecraft.item.crafting.Ingredient@63261c31, net.minecraft.item.crafting.Ingredient@1a64c5a4, net.minecraft.item.crafting.Ingredient@36cae441, net.minecraft.item.crafting.Ingredient@34d7e0e, net.minecraft.item.crafting.Ingredient@50593dc2, net.minecraft.item.crafting.Ingredient@6cac9b88]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12677 crafttweaker:ct_shaped-2021197188 RecipeStage{tier='two', recipe=1xtile.cloth@7:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@d2582b0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@65702014, net.minecraft.item.crafting.Ingredient@7c5eb655, net.minecraft.item.crafting.Ingredient@74a6028d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@55373eab, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12678 crafttweaker:ct_shaped559957003 RecipeStage{tier='zero', recipe=3xtile.stoneSlab@0:[net.minecraft.item.crafting.Ingredient@31a3d499, net.minecraft.item.crafting.Ingredient@384620e6, net.minecraft.item.crafting.Ingredient@7cb0ff09]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12679 crafttweaker:ct_shaped174260548 RecipeStage{tier='two', recipe=1xitem.bed@3:[net.minecraft.item.crafting.Ingredient@101e5452, net.minecraft.item.crafting.Ingredient@3f364dd4, net.minecraft.item.crafting.Ingredient@367e1bc4, net.minecraftforge.oredict.OreIngredient@4dcde2b5, net.minecraftforge.oredict.OreIngredient@2f93839a, net.minecraftforge.oredict.OreIngredient@22463351]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12680 crafttweaker:ct_shaped-821002605 RecipeStage{tier='two', recipe=3xtile.stoneSlab@5:[net.minecraft.item.crafting.Ingredient@6420bce6, net.minecraft.item.crafting.Ingredient@465a229d, net.minecraft.item.crafting.Ingredient@7566e69f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12681 crafttweaker:ct_shaped-29422681 RecipeStage{tier='three', recipe=8xtile.rail@0:[net.minecraftforge.oredict.OreIngredient@66298fd9, net.minecraftforge.oredict.OreIngredient@78fd876, net.minecraftforge.oredict.OreIngredient@10d64cd0, net.minecraftforge.oredict.OreIngredient@52c6124b, net.minecraftforge.oredict.OreIngredient@783b188d, net.minecraftforge.oredict.OreIngredient@18e3394, net.minecraftforge.oredict.OreIngredient@231c5fb9, net.minecraftforge.oredict.OreIngredient@41aa55db, net.minecraftforge.oredict.OreIngredient@61f5d213]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12682 crafttweaker:ct_shaped1139595063 RecipeStage{tier='two', recipe=1xtile.cloth@2:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@11174f2a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@50b73b26, net.minecraft.item.crafting.Ingredient@43a0b866, net.minecraft.item.crafting.Ingredient@c8a9f4b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@274fefef, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12683 crafttweaker:ct_shaped-572722516 RecipeStage{tier='two', recipe=1xitem.boat.dark_oak@0:[crafttweaker.mc1120.item.VanillaIngredient@4ec89e2b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, crafttweaker.mc1120.item.VanillaIngredient@8ed7c1c, crafttweaker.mc1120.item.VanillaIngredient@50c5ca8d, crafttweaker.mc1120.item.VanillaIngredient@82d67ed, crafttweaker.mc1120.item.VanillaIngredient@21e8905]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12684 crafttweaker:ct_shaped1769269636 RecipeStage{tier='zero', recipe=3xtile.woodSlab@2:[net.minecraft.item.crafting.Ingredient@617008c6, net.minecraft.item.crafting.Ingredient@1f9f27c7, net.minecraft.item.crafting.Ingredient@7c6e29d6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12685 crafttweaker:ct_shaped-774655957 RecipeStage{tier='two', recipe=1xtile.cloth@11:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@a4ed1ff, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6b19de48, net.minecraft.item.crafting.Ingredient@dde6df3, net.minecraft.item.crafting.Ingredient@f3d507, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7c4e3dcf, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12686 crafttweaker:ct_shaped1901042268 RecipeStage{tier='two', recipe=1xtile.pistonBase@0:[crafttweaker.mc1120.item.VanillaIngredient@59004790, crafttweaker.mc1120.item.VanillaIngredient@274f18b6, crafttweaker.mc1120.item.VanillaIngredient@398aaab5, net.minecraft.item.crafting.Ingredient@3427580e, net.minecraftforge.oredict.OreIngredient@6fc0b5dd, net.minecraft.item.crafting.Ingredient@30159a3b, net.minecraft.item.crafting.Ingredient@5c26418e, net.minecraft.item.crafting.Ingredient@524f952c, net.minecraft.item.crafting.Ingredient@384bace5]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12687 crafttweaker:ct_shaped519348308 RecipeStage{tier='two', recipe=1xitem.bed@7:[net.minecraft.item.crafting.Ingredient@24132d95, net.minecraft.item.crafting.Ingredient@4ad722a8, net.minecraft.item.crafting.Ingredient@641f382b, net.minecraftforge.oredict.OreIngredient@1569cc9, net.minecraftforge.oredict.OreIngredient@3c1466f3, net.minecraftforge.oredict.OreIngredient@4f25c1bb]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12688 crafttweaker:ct_shaped-1285885513 RecipeStage{tier='zero', recipe=1xitem.bootsCloth@0:[net.minecraft.item.crafting.Ingredient@52666614, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@67630845, net.minecraft.item.crafting.Ingredient@78dfc9a4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1916f71d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12689 crafttweaker:ct_shaped213122647 RecipeStage{tier='two', recipe=1xitem.boat.birch@0:[crafttweaker.mc1120.item.VanillaIngredient@782174ed, net.minecraft.item.crafting.Ingredient$1@7e2c8622, crafttweaker.mc1120.item.VanillaIngredient@7ff6a8c, crafttweaker.mc1120.item.VanillaIngredient@1eb113e, crafttweaker.mc1120.item.VanillaIngredient@2f6bb001, crafttweaker.mc1120.item.VanillaIngredient@5c1e3f1d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12690 crafttweaker:ct_shaped-1200019792 RecipeStage{tier='two', recipe=1xitem.bed@14:[net.minecraft.item.crafting.Ingredient@20499518, net.minecraft.item.crafting.Ingredient@79f202ce, net.minecraft.item.crafting.Ingredient@beb5e49, net.minecraftforge.oredict.OreIngredient@26a07efe, net.minecraftforge.oredict.OreIngredient@4aadce67, net.minecraftforge.oredict.OreIngredient@23a0418e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12691 crafttweaker:ct_shaped-1574346298 RecipeStage{tier='zero', recipe=3xtile.stoneSlab@1:[net.minecraft.item.crafting.Ingredient@72684aa5, net.minecraft.item.crafting.Ingredient@571a8d98, net.minecraft.item.crafting.Ingredient@7360bfea]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12692 crafttweaker:ct_shaped2046935099 RecipeStage{tier='two', recipe=1xtile.cloth@6:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@52ed2c39, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@626079a3, net.minecraft.item.crafting.Ingredient@61155e3a, net.minecraft.item.crafting.Ingredient@17fc321d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2c4b483f, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12693 crafttweaker:ct_shaped-91420564 RecipeStage{tier='one', recipe=1xtile.chest@0:[net.minecraftforge.oredict.OreIngredient@4d079174, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6a8f260, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@70b24472, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@64ef0eb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@77b35d67]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12694 crafttweaker:ct_shaped-992772112 RecipeStage{tier='one', recipe=1xtile.chest@0:[net.minecraftforge.oredict.OreIngredient@36c98a03, net.minecraftforge.oredict.OreIngredient@54bad97c, net.minecraftforge.oredict.OreIngredient@2582b2a8, net.minecraftforge.oredict.OreIngredient@48b79b1a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@32d4899d, net.minecraftforge.oredict.OreIngredient@3027c782, net.minecraftforge.oredict.OreIngredient@8034dc, net.minecraftforge.oredict.OreIngredient@749b109d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12695 crafttweaker:ct_shaped975688688 RecipeStage{tier='one', recipe=1xtile.chest@0:[crafttweaker.mc1120.item.VanillaIngredient@6295e7f2, crafttweaker.mc1120.item.VanillaIngredient@6c0037f5, crafttweaker.mc1120.item.VanillaIngredient@6d27c87d, crafttweaker.mc1120.item.VanillaIngredient@419422bc, net.minecraft.item.crafting.Ingredient$1@7e2c8622, crafttweaker.mc1120.item.VanillaIngredient@c73e70b, crafttweaker.mc1120.item.VanillaIngredient@61a1d6ef, crafttweaker.mc1120.item.VanillaIngredient@32968e86, crafttweaker.mc1120.item.VanillaIngredient@5277dbaa]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12696 crafttweaker:ct_shaped-1442707409 RecipeStage{tier='two', recipe=1xtile.cloth@15:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@412f3550, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2ed69534, net.minecraft.item.crafting.Ingredient@2832ccd6, net.minecraft.item.crafting.Ingredient@44f4e8f1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7cc9d08a, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12697 crafttweaker:ct_shaped431412993 RecipeStage{tier='one', recipe=1xitem.frame@0:[crafttweaker.mc1120.item.VanillaIngredient@662c8512, crafttweaker.mc1120.item.VanillaIngredient@58c6a17d, crafttweaker.mc1120.item.VanillaIngredient@3b9669f4, crafttweaker.mc1120.item.VanillaIngredient@969a38c, net.minecraftforge.oredict.OreIngredient@b6fa3a6, crafttweaker.mc1120.item.VanillaIngredient@664f36ff, crafttweaker.mc1120.item.VanillaIngredient@6e1e2a0b, crafttweaker.mc1120.item.VanillaIngredient@2aaf8187, crafttweaker.mc1120.item.VanillaIngredient@5c2b65e7]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12698 crafttweaker:ct_shaped1114495088 RecipeStage{tier='five', recipe=1xitem.leggingsDiamond@0:[net.minecraft.item.crafting.Ingredient@43cc4853, net.minecraft.item.crafting.Ingredient@5c9d6c53, net.minecraft.item.crafting.Ingredient@a686dfe, net.minecraft.item.crafting.Ingredient@deb2509, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2cc47a37, net.minecraft.item.crafting.Ingredient@1b0c6408, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@52c2ed0a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12699 crafttweaker:ct_shaped-1055312674 RecipeStage{tier='two', recipe=16xtile.fenceIron@0:[net.minecraftforge.oredict.OreIngredient@6554936, net.minecraftforge.oredict.OreIngredient@9cf9e09, net.minecraftforge.oredict.OreIngredient@711b871c, net.minecraftforge.oredict.OreIngredient@34f49e88, net.minecraftforge.oredict.OreIngredient@18447dd9, net.minecraftforge.oredict.OreIngredient@6d8e870e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12700 crafttweaker:ct_shaped-1085771048 RecipeStage{tier='zero', recipe=1xitem.chestplateCloth@0:[net.minecraft.item.crafting.Ingredient@4000cec4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@50900892, net.minecraft.item.crafting.Ingredient@6b811dec, net.minecraft.item.crafting.Ingredient@722e4165, net.minecraft.item.crafting.Ingredient@349ec70a, net.minecraft.item.crafting.Ingredient@649a8d93, net.minecraft.item.crafting.Ingredient@7178291, net.minecraft.item.crafting.Ingredient@7b2ce7f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12701 crafttweaker:ct_shaped-1636290075 RecipeStage{tier='three', recipe=1xitem.cake@0:[crafttweaker.mc1120.item.VanillaIngredient@45d6ef14, crafttweaker.mc1120.item.VanillaIngredient@75100428, crafttweaker.mc1120.item.VanillaIngredient@4ea80311, net.minecraft.item.crafting.Ingredient@5f78ed8d, net.minecraft.item.crafting.Ingredient@2d241739, net.minecraft.item.crafting.Ingredient@58e067f1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@56de4777, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12702 crafttweaker:ct_shaped-1923684317 RecipeStage{tier='two', recipe=1xitem.boat.jungle@0:[crafttweaker.mc1120.item.VanillaIngredient@4ed2dca4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, crafttweaker.mc1120.item.VanillaIngredient@43429798, crafttweaker.mc1120.item.VanillaIngredient@1846afee, crafttweaker.mc1120.item.VanillaIngredient@3c07a66e, crafttweaker.mc1120.item.VanillaIngredient@64e86ab6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12703 crafttweaker:ct_shaped68007647 RecipeStage{tier='two', recipe=1xitem.emptyMap@0:[net.minecraftforge.oredict.OreIngredient@3341dfe4, net.minecraftforge.oredict.OreIngredient@1ed52fbd, net.minecraftforge.oredict.OreIngredient@1fe0cedf, net.minecraftforge.oredict.OreIngredient@38faaa4f, net.minecraft.item.crafting.Ingredient@5f9fc4b, net.minecraftforge.oredict.OreIngredient@32e6938e, net.minecraftforge.oredict.OreIngredient@2b69253b, net.minecraftforge.oredict.OreIngredient@46ac4acb, net.minecraftforge.oredict.OreIngredient@c7dedf1]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12704 crafttweaker:ct_shaped683794608 RecipeStage{tier='two', recipe=1xitem.bed@10:[net.minecraft.item.crafting.Ingredient@a817513, net.minecraft.item.crafting.Ingredient@6823d985, net.minecraft.item.crafting.Ingredient@4c7d3c58, net.minecraftforge.oredict.OreIngredient@2f8c5243, net.minecraftforge.oredict.OreIngredient@2e24934c, net.minecraftforge.oredict.OreIngredient@58bd98fc]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12705 crafttweaker:ct_shaped912760054 RecipeStage{tier='two', recipe=1xtile.cloth@1:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7d07e04f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3054abe6, net.minecraft.item.crafting.Ingredient@3a60f053, net.minecraft.item.crafting.Ingredient@e2ef59b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4ce96989, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12706 crafttweaker:ct_shaped-1326513032 RecipeStage{tier='five', recipe=1xitem.helmetDiamond@0:[net.minecraft.item.crafting.Ingredient@59f7e069, net.minecraft.item.crafting.Ingredient@6428716c, net.minecraft.item.crafting.Ingredient@1dd3c25f, net.minecraft.item.crafting.Ingredient@1af1554d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7c630ad2]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12707 crafttweaker:ct_shaped1161730432 RecipeStage{tier='two', recipe=1xitem.bed@2:[net.minecraft.item.crafting.Ingredient@5b67b723, net.minecraft.item.crafting.Ingredient@58a5572a, net.minecraft.item.crafting.Ingredient@486e2a4e, net.minecraftforge.oredict.OreIngredient@2c3f8c0b, net.minecraftforge.oredict.OreIngredient@4a07f800, net.minecraftforge.oredict.OreIngredient@38e9fa6d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12708 crafttweaker:ct_shaped-46880157 RecipeStage{tier='two', recipe=1xitem.shovelGold@0:[net.minecraftforge.oredict.OreIngredient@1ec9b64, net.minecraftforge.oredict.OreIngredient@51631086, net.minecraftforge.oredict.OreIngredient@24513552]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12709 crafttweaker:ct_shaped1145053081 RecipeStage{tier='three', recipe=2xtile.detectorRail@0:[net.minecraftforge.oredict.OreIngredient@531c9927, net.minecraft.item.crafting.Ingredient@364e1f9b, net.minecraftforge.oredict.OreIngredient@7f60def4, net.minecraftforge.oredict.OreIngredient@52369fef, net.minecraft.item.crafting.Ingredient@6554e12f, net.minecraftforge.oredict.OreIngredient@23a088d9, net.minecraftforge.oredict.OreIngredient@5ace7527, net.minecraft.item.crafting.Ingredient@3ce15076, net.minecraftforge.oredict.OreIngredient@7efe835c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12710 crafttweaker:ct_shaped1816400328 RecipeStage{tier='zero', recipe=3xtile.woodSlab@1:[net.minecraft.item.crafting.Ingredient@59bf3a1a, net.minecraft.item.crafting.Ingredient@70f11b47, net.minecraft.item.crafting.Ingredient@462597cf]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12711 crafttweaker:ct_shaped369165893 RecipeStage{tier='two', recipe=1xtile.hopper@0:[net.minecraftforge.oredict.OreIngredient@4ccb0834, net.minecraft.item.crafting.Ingredient@6c04945d, net.minecraftforge.oredict.OreIngredient@14d791b9, net.minecraftforge.oredict.OreIngredient@7ea6f703, net.minecraftforge.oredict.OreIngredient@6ab8da4b, net.minecraftforge.oredict.OreIngredient@22561d3d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@a240a97, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12712 crafttweaker:ct_shaped-607643094 RecipeStage{tier='two', recipe=1xtile.cloth@10:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4373ea3f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6f351a98, net.minecraft.item.crafting.Ingredient@7d984db6, net.minecraft.item.crafting.Ingredient@57429020, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@b3caae5, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12713 crafttweaker:ct_shaped-1383621908 RecipeStage{tier='five', recipe=1xitem.bootsDiamond@0:[net.minecraft.item.crafting.Ingredient@4c9a90c0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@73509118, net.minecraft.item.crafting.Ingredient@30d0ccc2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5e5523bf]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12714 crafttweaker:ct_shaped-587213289 RecipeStage{tier='two', recipe=1xitem.compass@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@46d1b425, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@31fe35b6, crafttweaker.api.minecraft.CraftTweakerMC$1@7fe4997, net.minecraftforge.oredict.OreIngredient@70c1da0c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3b7a38ad, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12715 crafttweaker:ct_shaped1073147932 RecipeStage{tier='two', recipe=1xitem.shovelIron@0:[net.minecraftforge.oredict.OreIngredient@7b69f9f1, net.minecraftforge.oredict.OreIngredient@e2ea5fa, net.minecraftforge.oredict.OreIngredient@70410f89]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12716 crafttweaker:ct_shaped1506818192 RecipeStage{tier='two', recipe=1xitem.bed@6:[net.minecraft.item.crafting.Ingredient@1a94ee7c, net.minecraft.item.crafting.Ingredient@2e863aae, net.minecraft.item.crafting.Ingredient@55fc5bf1, net.minecraftforge.oredict.OreIngredient@2db93b80, net.minecraftforge.oredict.OreIngredient@10e3c745, net.minecraftforge.oredict.OreIngredient@f2fdcbd]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12717 crafttweaker:ct_shaped-1902752494 RecipeStage{tier='zero', recipe=1xtile.web@0:[net.minecraftforge.oredict.OreIngredient@383b3d7a, net.minecraft.item.crafting.Ingredient@5c3a74c6, net.minecraftforge.oredict.OreIngredient@52ed59eb, net.minecraft.item.crafting.Ingredient@23d6bd3f, net.minecraft.item.crafting.Ingredient@426784d2, net.minecraft.item.crafting.Ingredient@4df4541c, net.minecraftforge.oredict.OreIngredient@756e7e48, net.minecraft.item.crafting.Ingredient@63c71a9f, net.minecraftforge.oredict.OreIngredient@1df84321]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12718 crafttweaker:ct_shaped476510256 RecipeStage{tier='two', recipe=1xitem.bed@15:[net.minecraft.item.crafting.Ingredient@7243a036, net.minecraft.item.crafting.Ingredient@74591c08, net.minecraft.item.crafting.Ingredient@2f11e3fe, net.minecraftforge.oredict.OreIngredient@702f4c76, net.minecraftforge.oredict.OreIngredient@1f820055, net.minecraftforge.oredict.OreIngredient@2387e6f1]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12719 crafttweaker:ct_shaped1062106183 RecipeStage{tier='two', recipe=1xtile.weightedPlate_light@0:[net.minecraftforge.oredict.OreIngredient@329ef6c, net.minecraftforge.oredict.OreIngredient@9ef5f83]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12720 crafttweaker:ct_shaped1494415782 RecipeStage{tier='zero', recipe=1xitem.leggingsCloth@0:[net.minecraft.item.crafting.Ingredient@6606643, net.minecraft.item.crafting.Ingredient@1a4ca810, net.minecraft.item.crafting.Ingredient@565276ba, net.minecraft.item.crafting.Ingredient@25b228b4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2065103f, net.minecraft.item.crafting.Ingredient@5f16300b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1a347af5]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12721 crafttweaker:ct_shaped-2053239689 RecipeStage{tier='two', recipe=1xitem.hoeIron@0:[net.minecraftforge.oredict.OreIngredient@2ef7168f, net.minecraftforge.oredict.OreIngredient@261b0f86, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4863e526, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@71b9dd0d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12722 crafttweaker:ct_shaped478506588 RecipeStage{tier='two', recipe=1xitem.pickaxeIron@0:[net.minecraftforge.oredict.OreIngredient@67ecfedb, net.minecraftforge.oredict.OreIngredient@19f5aa9f, net.minecraftforge.oredict.OreIngredient@4ee83652, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7106db37, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@711cf9ea, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12723 crafttweaker:ct_shaped2031575686 RecipeStage{tier='zero', recipe=1xitem.swordStone@0:[net.minecraft.item.crafting.Ingredient@45091404, net.minecraft.item.crafting.Ingredient@4a5ce051, net.minecraftforge.oredict.OreIngredient@d44554e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12724 crafttweaker:ct_shaped113916479 RecipeStage{tier='two', recipe=1xitem.hatchetGold@0:[net.minecraftforge.oredict.OreIngredient@1b813ea5, net.minecraftforge.oredict.OreIngredient@1625b0e5, net.minecraftforge.oredict.OreIngredient@3bd69418, net.minecraftforge.oredict.OreIngredient@14975809, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6712828]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12725 crafttweaker:ct_shaped1627877560 RecipeStage{tier='zero', recipe=3xtile.woodSlab@5:[net.minecraft.item.crafting.Ingredient@3d68129b, net.minecraft.item.crafting.Ingredient@3291277a, net.minecraft.item.crafting.Ingredient@1ce86631]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12726 crafttweaker:ct_shaped-408157447 RecipeStage{tier='one', recipe=1xtile.furnace@0:[net.minecraftforge.oredict.OreIngredient@13573dec, net.minecraftforge.oredict.OreIngredient@6e5619d7, net.minecraftforge.oredict.OreIngredient@55474990, net.minecraftforge.oredict.OreIngredient@ac164e7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2053900e, net.minecraftforge.oredict.OreIngredient@7e15bd72, net.minecraftforge.oredict.OreIngredient@11f170e9, net.minecraftforge.oredict.OreIngredient@1096d86c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12727 crafttweaker:ct_shaped-2145766980 RecipeStage{tier='two', recipe=1xitem.bed@1:[net.minecraft.item.crafting.Ingredient@2c79e990, net.minecraft.item.crafting.Ingredient@7f543f40, net.minecraft.item.crafting.Ingredient@65386e7b, net.minecraftforge.oredict.OreIngredient@43cb9f08, net.minecraftforge.oredict.OreIngredient@201dcb88, net.minecraftforge.oredict.OreIngredient@7eed4ef4]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12728 crafttweaker:ct_shaped-1275694546 RecipeStage{tier='two', recipe=1xtile.cloth@14:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5880ace4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@47ac5b23, net.minecraft.item.crafting.Ingredient@9a389d5, net.minecraft.item.crafting.Ingredient@1dadecfb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@40978426, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12729 crafttweaker:ct_shaped-1831529851 RecipeStage{tier='two', recipe=1xitem.pickaxeGold@0:[net.minecraftforge.oredict.OreIngredient@6547aa54, net.minecraftforge.oredict.OreIngredient@703f6a08, net.minecraftforge.oredict.OreIngredient@2878ac0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7e4d9802, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@26009895, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12730 crafttweaker:ct_shaped1774701398 RecipeStage{tier='two', recipe=1xitem.hatchetIron@0:[net.minecraftforge.oredict.OreIngredient@2d64c977, net.minecraftforge.oredict.OreIngredient@130b8791, net.minecraftforge.oredict.OreIngredient@114807a, net.minecraftforge.oredict.OreIngredient@237264fd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@28d63e95]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12731 crafttweaker:ct_shaped1848259305 RecipeStage{tier='zero', recipe=1xitem.saddle@0:[net.minecraft.item.crafting.Ingredient@67ae1311, net.minecraft.item.crafting.Ingredient@429c48ce, net.minecraft.item.crafting.Ingredient@727989ec, net.minecraft.item.crafting.Ingredient@6b4233a0, net.minecraft.item.crafting.Ingredient@7ce39342, net.minecraft.item.crafting.Ingredient@5c196e28]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12732 crafttweaker:ct_shaped242286364 RecipeStage{tier='two', recipe=1xitem.chestplateGold@0:[net.minecraftforge.oredict.OreIngredient@6291aaae, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@18344a6f, net.minecraftforge.oredict.OreIngredient@78adb3a8, net.minecraftforge.oredict.OreIngredient@6fd2eabb, net.minecraftforge.oredict.OreIngredient@f9e935, net.minecraftforge.oredict.OreIngredient@3a24bc77, net.minecraftforge.oredict.OreIngredient@2f816868, net.minecraftforge.oredict.OreIngredient@577ed811]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12733 crafttweaker:ct_shaped1820100090 RecipeStage{tier='two', recipe=1xtile.cloth@5:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1801238a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@759f3f9, net.minecraft.item.crafting.Ingredient@23bf1952, net.minecraft.item.crafting.Ingredient@2a0f364, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@132c8dc9, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12734 crafttweaker:ct_shaped-681251295 RecipeStage{tier='two', recipe=1xitem.helmetIron@0:[net.minecraftforge.oredict.OreIngredient@5b22726e, net.minecraftforge.oredict.OreIngredient@8c95d1, net.minecraftforge.oredict.OreIngredient@5327d77, net.minecraftforge.oredict.OreIngredient@7207eadd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3a7e47f1]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12735 crafttweaker:ct_shaped642554781 RecipeStage{tier='two', recipe=1xitem.boat.acacia@0:[crafttweaker.mc1120.item.VanillaIngredient@5e387f72, net.minecraft.item.crafting.Ingredient$1@7e2c8622, crafttweaker.mc1120.item.VanillaIngredient@48f76807, crafttweaker.mc1120.item.VanillaIngredient@56b32c6, crafttweaker.mc1120.item.VanillaIngredient@4de2ac55, crafttweaker.mc1120.item.VanillaIngredient@50bc8974]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12736 crafttweaker:ct_shaped-1934642640 RecipeStage{tier='two', recipe=1xitem.bed@11:[net.minecraft.item.crafting.Ingredient@23f87434, net.minecraft.item.crafting.Ingredient@7fd98f8f, net.minecraft.item.crafting.Ingredient@27011425, net.minecraftforge.oredict.OreIngredient@13c2de98, net.minecraftforge.oredict.OreIngredient@737b4100, net.minecraftforge.oredict.OreIngredient@40ed1d17]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12737 crafttweaker:ct_shaped426064298 RecipeStage{tier='zero', recipe=3xtile.stoneSlab@7:[net.minecraft.item.crafting.Ingredient@6fe28913, net.minecraft.item.crafting.Ingredient@6a51bc69, net.minecraft.item.crafting.Ingredient@438b8362]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12738 crafttweaker:ct_shaped970697731 RecipeStage{tier='five', recipe=1xitem.chestplateDiamond@0:[net.minecraft.item.crafting.Ingredient@6ba63ba1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@10f79dd7, net.minecraft.item.crafting.Ingredient@77a2d954, net.minecraft.item.crafting.Ingredient@68adc451, net.minecraft.item.crafting.Ingredient@320c81d6, net.minecraft.item.crafting.Ingredient@1eb9ab65, net.minecraft.item.crafting.Ingredient@7f30b99f, net.minecraft.item.crafting.Ingredient@79b96564]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12739 crafttweaker:ct_shaped-1567527170 RecipeStage{tier='two', recipe=1xtile.cloth@9:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2f6d49b4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7c5c2dbf, net.minecraft.item.crafting.Ingredient@6da8fea, net.minecraft.item.crafting.Ingredient@347a4810, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@711f97c2, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12740 crafttweaker:ct_shaped1797070397 RecipeStage{tier='two', recipe=1xitem.clock@0:[net.minecraft.item.crafting.Ingredient@6c336d8b, net.minecraftforge.oredict.OreIngredient@3ec40a38, net.minecraft.item.crafting.Ingredient@5898ef38, net.minecraftforge.oredict.OreIngredient@5534d26e, net.minecraft.item.crafting.Ingredient@221ca276, net.minecraftforge.oredict.OreIngredient@3c17e9c7, net.minecraft.item.crafting.Ingredient@23e92052, net.minecraftforge.oredict.OreIngredient@503d21e3, net.minecraft.item.crafting.Ingredient@17753680]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12741 crafttweaker:ct_shaped-1582620615 RecipeStage{tier='two', recipe=1xitem.leggingsIron@0:[net.minecraftforge.oredict.OreIngredient@14afbc78, net.minecraftforge.oredict.OreIngredient@7e2ef50f, net.minecraftforge.oredict.OreIngredient@47a5e110, net.minecraftforge.oredict.OreIngredient@79da1e52, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@107f316d, net.minecraftforge.oredict.OreIngredient@197038e0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@71b5e7bf]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12742 crafttweaker:ct_shaped-1800679220 RecipeStage{tier='two', recipe=1xitem.bed@5:[net.minecraft.item.crafting.Ingredient@58b45f55, net.minecraft.item.crafting.Ingredient@31a9e977, net.minecraft.item.crafting.Ingredient@2906609a, net.minecraftforge.oredict.OreIngredient@77d0f21a, net.minecraftforge.oredict.OreIngredient@de44542, net.minecraftforge.oredict.OreIngredient@7378f7d8]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12743 crafttweaker:ct_shaped-3843109 RecipeStage{tier='two', recipe=1xitem.chestplateIron@0:[net.minecraftforge.oredict.OreIngredient@69604b9d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@19d02489, net.minecraftforge.oredict.OreIngredient@3631aca4, net.minecraftforge.oredict.OreIngredient@2434b8d, net.minecraftforge.oredict.OreIngredient@6914d4fb, net.minecraftforge.oredict.OreIngredient@71f8413c, net.minecraftforge.oredict.OreIngredient@4a97972b, net.minecraftforge.oredict.OreIngredient@5290a2d7]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12744 crafttweaker:ct_shaped55052580 RecipeStage{tier='zero', recipe=3xtile.woodSlab@0:[net.minecraft.item.crafting.Ingredient@1dec1772, net.minecraft.item.crafting.Ingredient@2eae5452, net.minecraft.item.crafting.Ingredient@5876b063]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12745 crafttweaker:ct_shaped1232123286 RecipeStage{tier='two', recipe=1xitem.hoeGold@0:[net.minecraftforge.oredict.OreIngredient@f2737a0, net.minecraftforge.oredict.OreIngredient@728de6b1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2edd3076, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@43457866]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12746 crafttweaker:ct_shaped-1209798593 RecipeStage{tier='two', recipe=1xtile.cloth@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@75e9cd99, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@68cc05fb, net.minecraft.item.crafting.Ingredient@2fd5d614, net.minecraft.item.crafting.Ingredient@47bb1dc0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7c8585ab, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12747 crafttweaker:ct_shaped-1595634002 RecipeStage{tier='two', recipe=1xitem.swordGold@0:[net.minecraftforge.oredict.OreIngredient@746eb41d, net.minecraftforge.oredict.OreIngredient@758aa9f2, net.minecraftforge.oredict.OreIngredient@6ac0ff9e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12748 crafttweaker:ct_shaped-1923955639 RecipeStage{tier='zero', recipe=3xtile.stoneSlab@3:[net.minecraft.item.crafting.Ingredient@3a3897b0, net.minecraft.item.crafting.Ingredient@3bf712b6, net.minecraft.item.crafting.Ingredient@1b92f903]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12749 crafttweaker:ct_shaped1048049737 RecipeStage{tier='one', recipe=1xtile.brick@0:[net.minecraft.item.crafting.Ingredient@7643c9e0, net.minecraft.item.crafting.Ingredient@8b8458f, net.minecraft.item.crafting.Ingredient@bd9948c, net.minecraft.item.crafting.Ingredient@70f3e15]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12750 crafttweaker:ct_shaped1593265081 RecipeStage{tier='two', recipe=1xtile.cloth@4:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6febfbdd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@25354f92, net.minecraft.item.crafting.Ingredient@620fd24c, net.minecraft.item.crafting.Ingredient@1c8ea78e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2c0b92d1, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12751 crafttweaker:ct_shaped1675008252 RecipeStage{tier='zero', recipe=3xtile.woodSlab@4:[net.minecraft.item.crafting.Ingredient@234d011d, net.minecraft.item.crafting.Ingredient@3f4c2a8a, net.minecraft.item.crafting.Ingredient@5617583a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12752 crafttweaker:ct_shaped-526625437 RecipeStage{tier='one', recipe=1xtile.workbench@0:[net.minecraftforge.oredict.OreIngredient@26fad533, net.minecraftforge.oredict.OreIngredient@6df47d18, net.minecraftforge.oredict.OreIngredient@33321256, net.minecraftforge.oredict.OreIngredient@5f085a82]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12753 crafttweaker:ct_shaped-1108681683 RecipeStage{tier='two', recipe=1xtile.cloth@13:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2fab4f1d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6179fb4d, net.minecraft.item.crafting.Ingredient@42faf596, net.minecraft.item.crafting.Ingredient@5f3b6b01, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2a1d145c, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12754 crafttweaker:ct_shaped2107439542 RecipeStage{tier='two', recipe=1xtile.weightedPlate_heavy@0:[net.minecraftforge.oredict.OreIngredient@41031c1, net.minecraftforge.oredict.OreIngredient@11d32290]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12755 crafttweaker:ct_shaped-1428660794 RecipeStage{tier='two', recipe=3xitem.glassBottle@0:[net.minecraftforge.oredict.OreIngredient@153430c8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@57c979c6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@52d2d4c7, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12756 crafttweaker:ct_shaped-145568832 RecipeStage{tier='two', recipe=1xitem.leggingsGold@0:[net.minecraftforge.oredict.OreIngredient@5a1dabaf, net.minecraftforge.oredict.OreIngredient@6e1b7254, net.minecraftforge.oredict.OreIngredient@72003118, net.minecraftforge.oredict.OreIngredient@3630a773, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@14732c9, net.minecraftforge.oredict.OreIngredient@347b6967, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@47800601]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12757 crafttweaker:ct_shaped-1455591460 RecipeStage{tier='two', recipe=1xitem.bed@9:[net.minecraft.item.crafting.Ingredient@74382abd, net.minecraft.item.crafting.Ingredient@4cd18f89, net.minecraft.item.crafting.Ingredient@238ee725, net.minecraftforge.oredict.OreIngredient@64f95d5b, net.minecraftforge.oredict.OreIngredient@5121eebb, net.minecraftforge.oredict.OreIngredient@114c8ed1]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12758 crafttweaker:ct_shaped-1749328141 RecipeStage{tier='two', recipe=1xitem.bootsGold@0:[net.minecraftforge.oredict.OreIngredient@45afe412, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6b926a79, net.minecraftforge.oredict.OreIngredient@35981586, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@40573fe2]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12759 crafttweaker:ct_shaped-588869031 RecipeStage{tier='zero', recipe=1xitem.bowl@0:[net.minecraft.item.crafting.Ingredient@7a62cc8e, net.minecraftforge.oredict.OreIngredient@2dbb019]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12760 crafttweaker:ct_shaped1683538753 RecipeStage{tier='zero', recipe=1xitem.bowl@0:[net.minecraft.item.crafting.Ingredient@779ab1e1, net.minecraftforge.oredict.OreIngredient@ecb28df]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12761 crafttweaker:ct_shaped388472046 RecipeStage{tier='zero', recipe=1xitem.bowl@0:[net.minecraft.item.crafting.Ingredient@62219334, net.minecraftforge.oredict.OreIngredient@3d25ac11]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12762 crafttweaker:ct_shaped-472364268 RecipeStage{tier='zero', recipe=1xitem.bowl@0:[net.minecraft.item.crafting.Ingredient@1f1217ed, net.minecraftforge.oredict.OreIngredient@48c85900]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12763 crafttweaker:ct_shaped-338988476 RecipeStage{tier='zero', recipe=1xitem.bowl@0:[net.minecraft.item.crafting.Ingredient@269ecb1e, net.minecraftforge.oredict.OreIngredient@364baef8]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12764 crafttweaker:ct_shaped245435634 RecipeStage{tier='zero', recipe=1xitem.bowl@0:[net.minecraft.item.crafting.Ingredient@39e96aa3, net.minecraftforge.oredict.OreIngredient@336324c7]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12765 crafttweaker:ct_shaped-737667007 RecipeStage{tier='zero', recipe=1xitem.bowl@0:[net.minecraft.item.crafting.Ingredient@6375df8e, net.minecraftforge.oredict.OreIngredient@8a29176]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12766 crafttweaker:ct_shaped928670624 RecipeStage{tier='two', recipe=1xitem.bed@0:[net.minecraft.item.crafting.Ingredient@7aec5eb3, net.minecraft.item.crafting.Ingredient@50831835, net.minecraft.item.crafting.Ingredient@1d472404, net.minecraftforge.oredict.OreIngredient@1723ffb, net.minecraftforge.oredict.OreIngredient@19f3f0a0, net.minecraftforge.oredict.OreIngredient@5179011b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12767 crafttweaker:ct_shaped-258112592 RecipeStage{tier='two', recipe=1xitem.bed@12:[net.minecraft.item.crafting.Ingredient@75ba7834, net.minecraft.item.crafting.Ingredient@65271c9f, net.minecraft.item.crafting.Ingredient@63d7966b, net.minecraftforge.oredict.OreIngredient@7abf22d3, net.minecraftforge.oredict.OreIngredient@5c629e68, net.minecraftforge.oredict.OreIngredient@1fcb29f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12768 crafttweaker:ct_shaped-707099442 RecipeStage{tier='zero', recipe=1xitem.helmetCloth@0:[net.minecraft.item.crafting.Ingredient@5ec71805, net.minecraft.item.crafting.Ingredient@5d6d00b4, net.minecraft.item.crafting.Ingredient@15b444af, net.minecraft.item.crafting.Ingredient@713864cc, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@17594dde]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12769 crafttweaker:ct_shaped-813209336 RecipeStage{tier='two', recipe=1xitem.bed@4:[net.minecraft.item.crafting.Ingredient@22049721, net.minecraft.item.crafting.Ingredient@15222ef2, net.minecraft.item.crafting.Ingredient@270e369e, net.minecraftforge.oredict.OreIngredient@7a64b81c, net.minecraftforge.oredict.OreIngredient@7c5f95ee, net.minecraftforge.oredict.OreIngredient@780e6129]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12770 crafttweaker:ct_shaped371094239 RecipeStage{tier='zero', recipe=1xtile.cobbleWall@0:[net.minecraft.item.crafting.Ingredient@2ee20270, net.minecraft.item.crafting.Ingredient@7119ebe8, net.minecraft.item.crafting.Ingredient@71e9e0c0, net.minecraft.item.crafting.Ingredient@7a65d0fd, net.minecraft.item.crafting.Ingredient@442aac43, net.minecraft.item.crafting.Ingredient@7a525985]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12771 crafttweaker:ct_shaped-1128140980 RecipeStage{tier='one', recipe=3xtile.ladder@0:[net.minecraftforge.oredict.OreIngredient@440349ef, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@10b59baa, net.minecraftforge.oredict.OreIngredient@16c654b, net.minecraftforge.oredict.OreIngredient@699a9a92, net.minecraftforge.oredict.OreIngredient@3788fa7f, net.minecraftforge.oredict.OreIngredient@b5c4fef, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@69f835f2]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12772 crafttweaker:ct_shaped-449045292 RecipeStage{tier='two', recipe=1xitem.bootsIron@0:[net.minecraftforge.oredict.OreIngredient@548b6c55, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@24202fb9, net.minecraftforge.oredict.OreIngredient@4dea3fe5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6595d40f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12773 crafttweaker:ct_shaped-1794362179 RecipeStage{tier='two', recipe=1xtile.cloth@8:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6af3e52c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4f8b522c, net.minecraft.item.crafting.Ingredient@5302592f, net.minecraft.item.crafting.Ingredient@187cdaec, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6d53964a, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12774 crafttweaker:ct_shaped684843594 RecipeStage{tier='three', recipe=2xtile.activatorRail@0:[net.minecraftforge.oredict.OreIngredient@785cb3fe, net.minecraftforge.oredict.OreIngredient@395656fb, net.minecraftforge.oredict.OreIngredient@47835087, net.minecraftforge.oredict.OreIngredient@36936ffb, net.minecraft.item.crafting.Ingredient@2bcde994, net.minecraftforge.oredict.OreIngredient@20279398, net.minecraftforge.oredict.OreIngredient@7dfde873, net.minecraftforge.oredict.OreIngredient@50bcbc80, net.minecraftforge.oredict.OreIngredient@14f96e4a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12775 crafttweaker:ct_shaped875899405 RecipeStage{tier='three', recipe=4xtile.goldenRail@0:[net.minecraftforge.oredict.OreIngredient@8de841e, net.minecraft.item.crafting.Ingredient@1af25b06, net.minecraftforge.oredict.OreIngredient@2f9fbc64, net.minecraftforge.oredict.OreIngredient@70cb0ce3, net.minecraftforge.oredict.OreIngredient@c499890, net.minecraftforge.oredict.OreIngredient@4ebc874, net.minecraftforge.oredict.OreIngredient@56452811, net.minecraft.item.crafting.Ingredient@7e418a2e, net.minecraftforge.oredict.OreIngredient@3e0c106e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12776 crafttweaker:ct_shaped-600978810 RecipeStage{tier='two', recipe=4xitem.arrow@0:[net.minecraft.item.crafting.Ingredient@64fec7b3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1b047e9d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@69669729]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12777 crafttweaker:ct_shaped-1013090307 RecipeStage{tier='two', recipe=4xitem.arrow@0:[net.minecraft.item.crafting.Ingredient@3737750b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@25e6ff01, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1d2e8db6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12778 crafttweaker:ct_shaped-2053734762 RecipeStage{tier='zero', recipe=1xitem.leash@0:[net.minecraft.item.crafting.Ingredient@40ac9ee5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4c3f34d6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5eb3c4a7]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12779 crafttweaker:ct_shapeless-904852976 RecipeStage{tier='two', recipe=1xitem.writingBook@0:[net.minecraft.item.crafting.Ingredient@3719b1fa, net.minecraft.item.crafting.Ingredient@13e64a4a, net.minecraft.item.crafting.Ingredient@264a5564]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12780 crafttweaker:ct_shapeless426008158 RecipeStage{tier='two', recipe=1xtile.hopper@0:[net.minecraft.item.crafting.Ingredient@661c3bf6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12781 crafttweaker:ct_shapeless-68687111 RecipeStage{tier='tutorial', recipe=1xitem.flint@0:[net.minecraft.item.crafting.Ingredient@1cf0d0ae, net.minecraft.item.crafting.Ingredient@3d656d60]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12782 crafttweaker:ct_shapeless-330983111 RecipeStage{tier='tutorial', recipe=1xitem.flint@0:[net.minecraft.item.crafting.Ingredient@49f0eedd, net.minecraft.item.crafting.Ingredient@4e34bf9e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12783 crafttweaker:ct_shapeless677861882 RecipeStage{tier='zero', recipe=8xitem.string@0:[net.minecraft.item.crafting.Ingredient@545b7356]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12784 crafttweaker:ct_shapeless1531531377 RecipeStage{tier='zero', recipe=1xtile.farmland@0:[net.minecraft.item.crafting.Ingredient@42c30ad0, net.minecraft.item.crafting.Ingredient@c0b8253]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12785 crafttweaker:ct_shapeless1793072705 RecipeStage{tier='zero', recipe=1xitem.sulphur@0:[net.minecraft.item.crafting.Ingredient@67a80403, net.minecraftforge.oredict.OreIngredient@68660a63, net.minecraftforge.oredict.OreIngredient@32a91835]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12786 crafttweaker:ct_shapeless1725042527 RecipeStage{tier='two', recipe=1xitem.book@0:[net.minecraft.item.crafting.Ingredient@62e01d29, net.minecraft.item.crafting.Ingredient@454f856a, net.minecraft.item.crafting.Ingredient@1d22aab2, net.minecraft.item.crafting.Ingredient@67307193]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12787 crafttweaker:ct_shapeless1586387549 RecipeStage{tier='tutorial', recipe=9xitem.flint@0:[net.minecraft.item.crafting.Ingredient@55b2109]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12788 crafttweaker:ct_shapeless953178344 RecipeStage{tier='zero', recipe=1xitem.string@0:[net.minecraftforge.oredict.OreIngredient@3c06901d, net.minecraftforge.oredict.OreIngredient@3479da15, net.minecraftforge.oredict.OreIngredient@502189e0, net.minecraftforge.oredict.OreIngredient@caea984]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12789 crafttweaker:ct_shapeless-466900879 RecipeStage{tier='one', recipe=2xtile.torch@0:[net.minecraft.item.crafting.Ingredient@4205674, net.minecraftforge.oredict.OreIngredient@7e738d97, net.minecraftforge.oredict.OreIngredient@22c17530]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12790 crafttweaker:ct_shapeless-107691281 RecipeStage{tier='one', recipe=2xtile.torch@0:[net.minecraft.item.crafting.Ingredient@5b5a1a65, net.minecraftforge.oredict.OreIngredient@5dcf748c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12791 crafttweaker:ct_shapeless-544005602 RecipeStage{tier='zero', recipe=4xitem.string@0:[net.minecraft.item.crafting.Ingredient@3fb25597, crafttweaker.mc1120.item.VanillaIngredient@16f3cfa4]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12792 crafttweaker:ct_shapeless1412537693 RecipeStage{tier='zero', recipe=4xitem.string@0:[net.minecraft.item.crafting.Ingredient@1df1762d, net.minecraftforge.oredict.OreIngredient@3bbc1a0b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12793 crafttweaker:ct_shapeless1876952740 RecipeStage{tier='two', recipe=8xitem.arrow@0:[net.minecraft.item.crafting.Ingredient@160ffe06]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12794 crafttweaker:stage_five_item.pt.dye_powder_orange RecipeStage{tier='five', recipe=1xitem.pt.dye_powder@1:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1e099d8c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@85fd07e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5368ef3c, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12795 crafttweaker:stage_five_item.pt.dye_powder_cyan RecipeStage{tier='five', recipe=1xitem.pt.dye_powder@9:[net.minecraft.item.crafting.Ingredient@3afec499, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@68c9cbb7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1e633af0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12796 crafttweaker:stage_five_item.pt.dye_powder_lime RecipeStage{tier='five', recipe=1xitem.pt.dye_powder@5:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@ae6270f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4670e0c6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@60c21fcc, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12797 crafttweaker:stage_three_jukebox RecipeStage{tier='three', recipe=1xtile.jukebox@0:[net.minecraftforge.oredict.OreIngredient@67710d9e, net.minecraftforge.oredict.OreIngredient@5c149020, net.minecraftforge.oredict.OreIngredient@1d233db4, net.minecraftforge.oredict.OreIngredient@6def7da3, net.minecraft.item.crafting.Ingredient@29d807d, net.minecraftforge.oredict.OreIngredient@7af0959e, net.minecraftforge.oredict.OreIngredient@7e3ac9e9, net.minecraftforge.oredict.OreIngredient@68aea1e8, net.minecraftforge.oredict.OreIngredient@65e4ae8]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12798 crafttweaker:stage_five_item.pt.dye_powder_silver RecipeStage{tier='five', recipe=1xitem.pt.dye_powder@8:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@78fc63d8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@502198af, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4d1dc2a2, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12799 crafttweaker:stage_five_item.pt.dye_powder_magenta RecipeStage{tier='five', recipe=1xitem.pt.dye_powder@2:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3960c8e3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@22198eb4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7e219eb8]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12800 crafttweaker:stage_five_item.pt.dye_powder_black RecipeStage{tier='five', recipe=1xitem.pt.dye_powder@15:[net.minecraft.item.crafting.Ingredient@5d8a4b0c, net.minecraft.item.crafting.Ingredient@6292a78e, net.minecraft.item.crafting.Ingredient@c90f946, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12801 crafttweaker:stage_five_item.pt.dye_powder_gray RecipeStage{tier='five', recipe=1xitem.pt.dye_powder@7:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7e366232, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@716b84d3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6b2f3a7]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12802 crafttweaker:stage_five_item.pt.dye_powder_lightblue RecipeStage{tier='five', recipe=1xitem.pt.dye_powder@3:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@de360fe, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4089b482, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6de9ed5c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12803 crafttweaker:stage_five_item.pt.dye_powder_red RecipeStage{tier='five', recipe=1xitem.pt.dye_powder@14:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7c57048d, net.minecraft.item.crafting.Ingredient@6aa56f69, net.minecraft.item.crafting.Ingredient@6785fb1b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12804 crafttweaker:stage_five_item.pt.dye_powder_pink RecipeStage{tier='five', recipe=1xitem.pt.dye_powder@6:[net.minecraft.item.crafting.Ingredient@452469ba, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1136eff, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@400c8793]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12805 crafttweaker:stage_three_piston RecipeStage{tier='three', recipe=1xtile.pistonBase@0:[crafttweaker.mc1120.item.VanillaIngredient@899f1aa, crafttweaker.mc1120.item.VanillaIngredient@6e1630ba, crafttweaker.mc1120.item.VanillaIngredient@7468cf11, net.minecraft.item.crafting.Ingredient@507cee10, net.minecraftforge.oredict.OreIngredient@172f5114, net.minecraft.item.crafting.Ingredient@486320ab, net.minecraft.item.crafting.Ingredient@7a416ef1, net.minecraft.item.crafting.Ingredient@4dfa13c7, net.minecraft.item.crafting.Ingredient@20304c9d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12806 crafttweaker:stage_five_item.pt.dye_powder_yellow RecipeStage{tier='five', recipe=1xitem.pt.dye_powder@4:[net.minecraft.item.crafting.Ingredient@71875648, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@40986f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1db9d78b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12807 crafttweaker:stage_five_item.pt.dye_powder_purple RecipeStage{tier='five', recipe=1xitem.pt.dye_powder@10:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3f4f3405, net.minecraft.item.crafting.Ingredient@74b110b2, net.minecraft.item.crafting.Ingredient@70366dab]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12808 crafttweaker:stage_three_torch RecipeStage{tier='three', recipe=4xtile.torch@0:[net.minecraft.item.crafting.Ingredient@2360f9a9, net.minecraft.item.crafting.Ingredient@65c91edc, net.minecraftforge.oredict.OreIngredient@1981b657]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12809 crafttweaker:colored_elytra RecipeStage{tier='four', recipe=1xitem.elytra@0:[crafttweaker.mc1120.item.VanillaIngredient@5a99cbf9, crafttweaker.mc1120.item.VanillaIngredient@7e90ccb2]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12810 crafttweaker:ct_shaped-213600095 RecipeStage{tier='four', recipe=1xtile.mob_grinding_utils.saw@0:[net.minecraft.item.crafting.Ingredient@53020242, net.minecraft.item.crafting.Ingredient@47a5257b, net.minecraft.item.crafting.Ingredient@5377e875, net.minecraft.item.crafting.Ingredient@2b7a4bf5, net.minecraft.item.crafting.Ingredient@68a95cca, net.minecraft.item.crafting.Ingredient@6492259, net.minecraft.item.crafting.Ingredient@6a9156a5, net.minecraftforge.oredict.OreIngredient@13cd8de1, net.minecraft.item.crafting.Ingredient@31a0dc5e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12811 crafttweaker:ct_shaped1253450108 RecipeStage{tier='four', recipe=1xtile.mob_grinding_utils.tank_sink@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7eb47bd9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1ef03ed4, net.minecraft.item.crafting.Ingredient@61ad0a6e, net.minecraft.item.crafting.Ingredient@56586829, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@b6fab88, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12812 crafttweaker:ct_shapeless-120775190 RecipeStage{tier='four', recipe=1xtile.mob_grinding_utils.tank@0:[net.minecraft.item.crafting.Ingredient@147622af]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12813 crafttweaker:ct_shapeless-1538577530 RecipeStage{tier='four', recipe=1xtile.mob_grinding_utils.tank_sink@0:[net.minecraft.item.crafting.Ingredient@1d81b435]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12814 crafttweaker:ct_shaped-768332270 RecipeStage{tier='three', recipe=1xtile.modularmachinery.blockoutputbus@1:[net.minecraftforge.oredict.OreIngredient@88d9e8c, net.minecraft.item.crafting.Ingredient@7e4857fe, net.minecraftforge.oredict.OreIngredient@5b0e61c2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4bbe568a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2f23c88f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@13e89d32]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12815 crafttweaker:ct_shaped2004969496 RecipeStage{tier='three', recipe=1xtile.modularmachinery.blockcontroller@0:[net.minecraftforge.oredict.OreIngredient@3bc0eefc, net.minecraft.item.crafting.Ingredient@2f3e508, net.minecraftforge.oredict.OreIngredient@33a53269, net.minecraftforge.oredict.OreIngredient@64f33822, net.minecraft.item.crafting.Ingredient@58788d4e, net.minecraftforge.oredict.OreIngredient@453ef8ec, net.minecraftforge.oredict.OreIngredient@5f12ac58, net.minecraft.item.crafting.Ingredient@22ddadb0, net.minecraftforge.oredict.OreIngredient@3e534658]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12816 crafttweaker:ct_shaped1606863762 RecipeStage{tier='three', recipe=2xtile.modularmachinery.blockcasing@0:[net.minecraftforge.oredict.OreIngredient@c9830e6, net.minecraftforge.oredict.OreIngredient@46a23d41, net.minecraftforge.oredict.OreIngredient@9ddb808, net.minecraftforge.oredict.OreIngredient@2d985eed, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@60ca44b8, net.minecraftforge.oredict.OreIngredient@375535d5, net.minecraftforge.oredict.OreIngredient@53acc6cf, net.minecraftforge.oredict.OreIngredient@3c2c9561]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12817 crafttweaker:ct_shaped1021897394 RecipeStage{tier='three', recipe=4xtile.modularmachinery.blockcasing@3:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@ef1e9d8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@10149e4e, net.minecraft.item.crafting.Ingredient@25bba83d, net.minecraftforge.oredict.OreIngredient@7de4a676, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7c5a3f3b, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12818 crafttweaker:ct_shaped-790278943 RecipeStage{tier='three', recipe=1xtile.modularmachinery.blockenergyinputhatch@0:[net.minecraftforge.oredict.OreIngredient@48883810, net.minecraft.item.crafting.Ingredient@300a8b7c, net.minecraftforge.oredict.OreIngredient@68854c1d, net.minecraft.item.crafting.Ingredient@458b05d1, net.minecraft.item.crafting.Ingredient@4ccaedc8, net.minecraft.item.crafting.Ingredient@28ffce46, net.minecraftforge.oredict.OreIngredient@6a589ae0, net.minecraft.item.crafting.Ingredient@7760aff7, net.minecraftforge.oredict.OreIngredient@6c5fa87e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12819 crafttweaker:ct_shaped253839737 RecipeStage{tier='three', recipe=1xtile.modularmachinery.blockfluidinputhatch@0:[net.minecraftforge.oredict.OreIngredient@3a84c64d, net.minecraft.item.crafting.Ingredient@1425c467, net.minecraftforge.oredict.OreIngredient@6648de03, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@774586ec, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6b6f80e7, net.minecraft.item.crafting.Ingredient@51d37711, net.minecraftforge.oredict.OreIngredient@71cb13ee]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12820 crafttweaker:ct_shaped1051510757 RecipeStage{tier='four', recipe=1xtile.modularmachinery.blockenergyinputhatch@2:[net.minecraft.item.crafting.Ingredient@2a6289dd, net.minecraft.item.crafting.Ingredient@3d1d4cce, net.minecraft.item.crafting.Ingredient@773ccf83, net.minecraftforge.oredict.OreIngredient@5e41e6e9, net.minecraft.item.crafting.Ingredient@60d3b09d, net.minecraftforge.oredict.OreIngredient@37fffb75, net.minecraft.item.crafting.Ingredient@26ae6ade, net.minecraftforge.oredict.OreIngredient@7709b64c, net.minecraft.item.crafting.Ingredient@aa3a768]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12821 crafttweaker:ct_shaped683861994 RecipeStage{tier='three', recipe=8xtile.modularmachinery.blockcasing@3:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@424fd11a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@17e2ab17, net.minecraft.item.crafting.Ingredient@2de3d471, net.minecraftforge.oredict.OreIngredient@3a6cae42, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6176f14, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12822 crafttweaker:ct_shaped1335551905 RecipeStage{tier='three', recipe=2xtile.modularmachinery.blockcasing@5:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@42fd6d2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@375cca7a, net.minecraft.item.crafting.Ingredient@681d6c6d, net.minecraft.item.crafting.Ingredient@554fc1b5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2fac1488, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12823 crafttweaker:ct_shaped1684313419 RecipeStage{tier='three', recipe=1xtile.modularmachinery.blockinputbus@1:[net.minecraftforge.oredict.OreIngredient@7e72041d, net.minecraft.item.crafting.Ingredient@7d8f61ba, net.minecraftforge.oredict.OreIngredient@56e645d7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@19a113d7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@779dae12, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@711993ea]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12824 crafttweaker:ct_shaped1483612720 RecipeStage{tier='three', recipe=1xtile.modularmachinery.blockcasing@3:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@15b5a8e3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@49b3e29, net.minecraft.item.crafting.Ingredient@1eeced96, net.minecraftforge.oredict.OreIngredient@23d7bb62, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1b9dfd4b, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12825 crafttweaker:ct_shaped1074413617 RecipeStage{tier='four', recipe=1xtile.modularmachinery.blockenergyinputhatch@3:[net.minecraft.item.crafting.Ingredient@462af267, net.minecraft.item.crafting.Ingredient@3f532769, net.minecraft.item.crafting.Ingredient@21c1974a, net.minecraft.item.crafting.Ingredient@55c2419c, net.minecraftforge.oredict.OreIngredient@446a3889, net.minecraft.item.crafting.Ingredient@62243702, net.minecraft.item.crafting.Ingredient@4f7287cb, net.minecraft.item.crafting.Ingredient@8fbe118, net.minecraft.item.crafting.Ingredient@1d403efe]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12826 crafttweaker:ct_shaped-2059454405 RecipeStage{tier='three', recipe=2xtile.modularmachinery.blockcasing@1:[net.minecraftforge.oredict.OreIngredient@5e9f8673, net.minecraft.item.crafting.Ingredient@5081eb4, net.minecraftforge.oredict.OreIngredient@522cdc2c, net.minecraft.item.crafting.Ingredient@4e87af59, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6c8914e4, net.minecraftforge.oredict.OreIngredient@29b14a7f, net.minecraft.item.crafting.Ingredient@1d483ed9, net.minecraftforge.oredict.OreIngredient@6ec6a74e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12827 crafttweaker:ct_shapeless613846304 RecipeStage{tier='five', recipe=1xitem.modularmachinery.itemblueprint@0:[net.minecraft.item.crafting.Ingredient@4a4cb046, net.minecraft.item.crafting.Ingredient@690df9c2, net.minecraftforge.oredict.OreIngredient@35efbccc]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12828 crafttweaker:ct_shapeless367380438 RecipeStage{tier='three', recipe=1xitem.modularmachinery.itemblueprint@0:[net.minecraft.item.crafting.Ingredient@6e4891e8, net.minecraft.item.crafting.Ingredient@4129d2e7, net.minecraftforge.oredict.OreIngredient@47ece0e9]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12829 crafttweaker:ct_shapeless-1382066396 RecipeStage{tier='three', recipe=1xitem.modularmachinery.itemblueprint@0:[net.minecraft.item.crafting.Ingredient@fad2d04, net.minecraft.item.crafting.Ingredient@25402ac8, net.minecraftforge.oredict.OreIngredient@2a716a6d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12830 crafttweaker:ct_shapeless528333252 RecipeStage{tier='five', recipe=1xitem.modularmachinery.itemblueprint@0:[net.minecraft.item.crafting.Ingredient@a3a2c62, net.minecraft.item.crafting.Ingredient@6c19f52c, net.minecraftforge.oredict.OreIngredient@48ab840d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12831 crafttweaker:ct_shapeless-1340576076 RecipeStage{tier='three', recipe=1xitem.modularmachinery.itemblueprint@0:[net.minecraft.item.crafting.Ingredient@6928bd77, net.minecraft.item.crafting.Ingredient@322ad50c, net.minecraftforge.oredict.OreIngredient@1139f6f0]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12832 crafttweaker:ct_shapeless-1532695732 RecipeStage{tier='three', recipe=1xitem.modularmachinery.itemblueprint@0:[net.minecraft.item.crafting.Ingredient@5268336, net.minecraft.item.crafting.Ingredient@29c945e0, net.minecraft.item.crafting.Ingredient@4d2f7760, net.minecraftforge.oredict.OreIngredient@13ff8643]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12833 crafttweaker:ct_shapeless863958766 RecipeStage{tier='four', recipe=1xitem.modularmachinery.itemblueprint@0:[net.minecraft.item.crafting.Ingredient@22f18839, net.minecraft.item.crafting.Ingredient@41742fc2, net.minecraft.item.crafting.Ingredient@77d6c4fb, net.minecraft.item.crafting.Ingredient@18f499dc, net.minecraftforge.oredict.OreIngredient@36ea7abb]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12834 crafttweaker:ct_shapeless1794387021 RecipeStage{tier='five', recipe=1xitem.modularmachinery.itemblueprint@0:[net.minecraft.item.crafting.Ingredient@5600499b, net.minecraft.item.crafting.Ingredient@1730bebc]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12835 crafttweaker:ct_shapeless1771810580 RecipeStage{tier='four', recipe=1xitem.modularmachinery.itemblueprint@0:[net.minecraft.item.crafting.Ingredient@2b36ffff, net.minecraft.item.crafting.Ingredient@4e6c6780, net.minecraft.item.crafting.Ingredient@1af4b347, net.minecraftforge.oredict.OreIngredient@8a33bfb]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12836 crafttweaker:ct_shapeless-2040641656 RecipeStage{tier='five', recipe=1xitem.modularmachinery.itemblueprint@0:[net.minecraft.item.crafting.Ingredient@14f6f417, net.minecraft.item.crafting.Ingredient@398bd16e, net.minecraft.item.crafting.Ingredient@6da2393]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12837 crafttweaker:ct_shapeless-1180546360 RecipeStage{tier='five', recipe=1xitem.modularmachinery.itemblueprint@0:[net.minecraft.item.crafting.Ingredient@17b7ac50, net.minecraft.item.crafting.Ingredient@34c2a4fd, net.minecraft.item.crafting.Ingredient@532513aa, net.minecraft.item.crafting.Ingredient@4b464e6, net.minecraft.item.crafting.Ingredient@2e4b9d0c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12838 crafttweaker:ct_shapeless1543448912 RecipeStage{tier='four', recipe=1xitem.modularmachinery.itemblueprint@0:[net.minecraft.item.crafting.Ingredient@f0f3174, net.minecraft.item.crafting.Ingredient@74ccdb7c, net.minecraft.item.crafting.Ingredient@53f80257, net.minecraft.item.crafting.Ingredient@212956d9, net.minecraftforge.oredict.OreIngredient@575b4719]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12839 crafttweaker:ct_shapeless292637566 RecipeStage{tier='four', recipe=1xitem.modularmachinery.itemblueprint@0:[net.minecraft.item.crafting.Ingredient@45de71b5, net.minecraft.item.crafting.Ingredient@56a729e3, net.minecraftforge.oredict.OreIngredient@3d533270]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12840 crafttweaker:ct_shapeless-1614618249 RecipeStage{tier='three', recipe=1xitem.modularmachinery.itemblueprint@0:[net.minecraft.item.crafting.Ingredient@303dc94c, net.minecraft.item.crafting.Ingredient@6d85527, net.minecraftforge.oredict.OreIngredient@69df8c2e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12841 crafttweaker:ct_shapeless-598237940 RecipeStage{tier='four', recipe=1xitem.modularmachinery.itemblueprint@0:[net.minecraft.item.crafting.Ingredient@4d3be3d7, net.minecraft.item.crafting.Ingredient@13122495, net.minecraft.item.crafting.Ingredient@57a72abd, net.minecraftforge.oredict.OreIngredient@420c629b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12842 crafttweaker:ct_shapeless-1072816001 RecipeStage{tier='three', recipe=1xitem.modularmachinery.itemblueprint@0:[net.minecraft.item.crafting.Ingredient@503b1456, net.minecraft.item.crafting.Ingredient@520fa448, net.minecraftforge.oredict.OreIngredient@3c939e76]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12843 crafttweaker:ct_shapeless-1899850256 RecipeStage{tier='five', recipe=1xitem.modularmachinery.itemblueprint@0:[net.minecraft.item.crafting.Ingredient@1daa3bc5, net.minecraft.item.crafting.Ingredient@15bb0582, net.minecraft.item.crafting.Ingredient@3ab9de99, net.minecraft.item.crafting.Ingredient@1a798796, net.minecraft.item.crafting.Ingredient@5641e30f, net.minecraft.item.crafting.Ingredient@1b9b6b50, net.minecraft.item.crafting.Ingredient@6fa233ac]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12844 crafttweaker:ct_shapeless-2041591980 RecipeStage{tier='five', recipe=1xitem.modularmachinery.itemblueprint@0:[net.minecraft.item.crafting.Ingredient@39314cf9, net.minecraft.item.crafting.Ingredient@6031994b, net.minecraft.item.crafting.Ingredient@2030aff6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12845 crafttweaker:ct_shapeless-1452409106 RecipeStage{tier='four', recipe=1xitem.modularmachinery.itemblueprint@0:[net.minecraft.item.crafting.Ingredient@5e71c70f, net.minecraft.item.crafting.Ingredient@6d141ebc, net.minecraftforge.oredict.OreIngredient@1832994]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12846 crafttweaker:ct_shapeless1445631642 RecipeStage{tier='three', recipe=1xitem.modularmachinery.itemblueprint@0:[net.minecraft.item.crafting.Ingredient@2469794d, net.minecraft.item.crafting.Ingredient@74f09b70, net.minecraftforge.oredict.OreIngredient@39dc8aac]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12847 crafttweaker:ct_shaped303291239 RecipeStage{tier='four', recipe=8xitem.upgrade@4:[net.minecraftforge.oredict.OreIngredient@210bdb8a, net.minecraft.item.crafting.Ingredient@4e477df7, net.minecraftforge.oredict.OreIngredient@3e9c4454, net.minecraftforge.oredict.OreIngredient@634830c1, net.minecraft.item.crafting.Ingredient@1c6070a9, net.minecraftforge.oredict.OreIngredient@69bd1e17]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12848 crafttweaker:ct_shaped2047920997 RecipeStage{tier='four', recipe=1xitem.module@13:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@355f4990, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1733b9c2, net.minecraft.item.crafting.Ingredient@8c976b5, net.minecraft.item.crafting.Ingredient@9058c1d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@46d95764, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12849 crafttweaker:ct_shaped893679087 RecipeStage{tier='four', recipe=1xitem.filter@0:[net.minecraftforge.oredict.OreIngredient@4c2e1bd4, net.minecraftforge.oredict.OreIngredient@f91a03a, net.minecraftforge.oredict.OreIngredient@2ad1a0b1, net.minecraft.item.crafting.Ingredient@26bfb0f8, net.minecraftforge.oredict.OreIngredient@1af3ff40, net.minecraft.item.crafting.Ingredient@18e10c54, net.minecraftforge.oredict.OreIngredient@3f92f3d1, net.minecraftforge.oredict.OreIngredient@6471acab, net.minecraftforge.oredict.OreIngredient@617d569a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12850 crafttweaker:ct_shaped-1125761043 RecipeStage{tier='four', recipe=4xtile.item_router@0:[net.minecraftforge.oredict.OreIngredient@71ee754d, net.minecraft.item.crafting.Ingredient@59ca0cda, net.minecraftforge.oredict.OreIngredient@3037e7bc, net.minecraft.item.crafting.Ingredient@3b75bea6, net.minecraft.item.crafting.Ingredient@3933e098, net.minecraft.item.crafting.Ingredient@309697b8, net.minecraftforge.oredict.OreIngredient@3f939c11, net.minecraft.item.crafting.Ingredient@298595cb, net.minecraftforge.oredict.OreIngredient@f149743]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12851 crafttweaker:ct_shaped-677696276 RecipeStage{tier='four', recipe=4xitem.augment_core@0:[net.minecraft.item.crafting.Ingredient@bbbea4e, net.minecraft.item.crafting.Ingredient@286b9c3c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12852 crafttweaker:ct_shaped437474216 RecipeStage{tier='four', recipe=6xitem.blank_module@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2dc57f37, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6c04b43, net.minecraft.item.crafting.Ingredient@527d384f, net.minecraft.item.crafting.Ingredient@2683c440, net.minecraftforge.oredict.OreIngredient@20393b60, net.minecraftforge.oredict.OreIngredient@24a7e677, net.minecraftforge.oredict.OreIngredient@1fa30dec]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12853 crafttweaker:ct_shaped-517556040 RecipeStage{tier='four', recipe=8xitem.upgrade@5:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@273a6b9c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4eb1b620, net.minecraft.item.crafting.Ingredient@55be75df, net.minecraftforge.oredict.OreIngredient@5275cee9]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12854 crafttweaker:ct_shaped363327820 RecipeStage{tier='four', recipe=4xitem.blank_upgrade@0:[net.minecraft.item.crafting.Ingredient@26e739b0, net.minecraft.item.crafting.Ingredient@65248bfa, net.minecraftforge.oredict.OreIngredient@43120a0c, net.minecraft.item.crafting.Ingredient@3f6c9601, net.minecraft.item.crafting.Ingredient@205912e5, net.minecraftforge.oredict.OreIngredient@61e3264f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@32f20215, net.minecraftforge.oredict.OreIngredient@69f546d4]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12855 crafttweaker:ct_shaped1061138109 RecipeStage{tier='five', recipe=1xtile.ma.ultimate_furnace@0:[net.minecraft.item.crafting.Ingredient@153af35, net.minecraft.item.crafting.Ingredient@79fa300e, net.minecraft.item.crafting.Ingredient@5bba678e, net.minecraft.item.crafting.Ingredient@183a49cb, net.minecraft.item.crafting.Ingredient@40c67fe, net.minecraft.item.crafting.Ingredient@2c5e5d31, net.minecraft.item.crafting.Ingredient@2450c923, net.minecraft.item.crafting.Ingredient@6eeeb873, net.minecraft.item.crafting.Ingredient@9ba11c7]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12856 crafttweaker:ct_shaped-1170485904 RecipeStage{tier='five', recipe=1xitem.ma.supremium_boots@0:[net.minecraft.item.crafting.Ingredient@57d37214, net.minecraft.item.crafting.Ingredient@75e8a01c, net.minecraft.item.crafting.Ingredient@6edeb3f2, net.minecraft.item.crafting.Ingredient@3733b3c7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7b3c24e7]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12857 crafttweaker:ct_shaped484386906 RecipeStage{tier='five', recipe=1xitem.ma.crafting@7:[net.minecraftforge.oredict.OreIngredient@4b6483dc, net.minecraftforge.oredict.OreIngredient@503ef861, net.minecraftforge.oredict.OreIngredient@7a39c42a, net.minecraftforge.oredict.OreIngredient@60b8cc96]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12858 crafttweaker:stage_five_item.ingotgold RecipeStage{tier='five', recipe=4xitem.ingotGold@0:[net.minecraft.item.crafting.Ingredient@f2dc93e, net.minecraft.item.crafting.Ingredient@28f7c54a, net.minecraft.item.crafting.Ingredient@1c5b4cea, net.minecraft.item.crafting.Ingredient@3aa1ff8b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5ba4b5d8, net.minecraft.item.crafting.Ingredient@4defe673, net.minecraft.item.crafting.Ingredient@b95cf38, net.minecraft.item.crafting.Ingredient@3e7d3466]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12859 crafttweaker:stage_five_item.tconstruct.ingots.cobalt RecipeStage{tier='five', recipe=3xitem.tconstruct.ingots@0:[net.minecraft.item.crafting.Ingredient@40895c04, net.minecraft.item.crafting.Ingredient@7267f618, net.minecraft.item.crafting.Ingredient@572e1b63, net.minecraft.item.crafting.Ingredient@a7dbe4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@ac4de88, net.minecraft.item.crafting.Ingredient@475e2efe, net.minecraft.item.crafting.Ingredient@600cc075, net.minecraft.item.crafting.Ingredient@5eca4f6b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12860 crafttweaker:stage_five_item.bronzeingot RecipeStage{tier='five', recipe=4xitem.Ingot@2:[net.minecraft.item.crafting.Ingredient@7256faa4, net.minecraft.item.crafting.Ingredient@444903ce, net.minecraft.item.crafting.Ingredient@42406c5a, net.minecraft.item.crafting.Ingredient@4e7dc26e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@b3b82df, net.minecraft.item.crafting.Ingredient@760a705, net.minecraft.item.crafting.Ingredient@4603390f, net.minecraft.item.crafting.Ingredient@664ded13]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12861 crafttweaker:stage_five_item.immersiveengineering.metal.ingot_constantan RecipeStage{tier='five', recipe=4xitem.immersiveengineering.metal@6:[net.minecraft.item.crafting.Ingredient@31b7b67f, net.minecraft.item.crafting.Ingredient@33ed77c3, net.minecraft.item.crafting.Ingredient@6c79ebf0, net.minecraft.item.crafting.Ingredient@6555a619, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@695df082, net.minecraft.item.crafting.Ingredient@31d6d105, net.minecraft.item.crafting.Ingredient@12d39aa4, net.minecraft.item.crafting.Ingredient@5afe9389]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12862 crafttweaker:stage_five_item.tconstruct.ingots.knightslime RecipeStage{tier='five', recipe=4xitem.tconstruct.ingots@3:[net.minecraft.item.crafting.Ingredient@5c21a1b4, net.minecraft.item.crafting.Ingredient@5bf80dcc, net.minecraft.item.crafting.Ingredient@5570aaad, net.minecraft.item.crafting.Ingredient@7bbc1951, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2ac12b93, net.minecraft.item.crafting.Ingredient@314cc56a, net.minecraft.item.crafting.Ingredient@61b9342c, net.minecraft.item.crafting.Ingredient@7ad4dfdb]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12863 crafttweaker:stage_five_item.basic_item.raw_silicon RecipeStage{tier='five', recipe=8xitem.basic_item@2:[net.minecraft.item.crafting.Ingredient@59eafea1, net.minecraft.item.crafting.Ingredient@e5a1763, net.minecraft.item.crafting.Ingredient@26ea5ad0]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12864 crafttweaker:stage_five_item.meteoric_iron_ingot RecipeStage{tier='five', recipe=3xitem.item_basic_moon@0:[net.minecraft.item.crafting.Ingredient@7a1c63d1, net.minecraft.item.crafting.Ingredient@748d85c5, net.minecraft.item.crafting.Ingredient@2ab27538, net.minecraft.item.crafting.Ingredient@5e7a9664, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@47e16491, net.minecraft.item.crafting.Ingredient@5fda6205, net.minecraft.item.crafting.Ingredient@6678d773, net.minecraft.item.crafting.Ingredient@6cbba46e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12865 crafttweaker:stage_five_item.immersiveengineering.metal.ingot_electrum RecipeStage{tier='five', recipe=4xitem.immersiveengineering.metal@7:[net.minecraft.item.crafting.Ingredient@20328084, net.minecraft.item.crafting.Ingredient@2cf404cd, net.minecraft.item.crafting.Ingredient@c978d6f, net.minecraft.item.crafting.Ingredient@3dbed047, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@93c41d4, net.minecraft.item.crafting.Ingredient@562ee52, net.minecraft.item.crafting.Ingredient@35aee764, net.minecraft.item.crafting.Ingredient@7e59357e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12866 crafttweaker:stage_five_item.diamond RecipeStage{tier='five', recipe=1xitem.diamond@0:[net.minecraft.item.crafting.Ingredient@1500f980, net.minecraft.item.crafting.Ingredient@702850c, net.minecraft.item.crafting.Ingredient@45d5c74f, net.minecraft.item.crafting.Ingredient@7210e84e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@604ec375, net.minecraft.item.crafting.Ingredient@73f70095, net.minecraft.item.crafting.Ingredient@18734e1b, net.minecraft.item.crafting.Ingredient@6d5497c3]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12867 crafttweaker:stage_five_item.contenttweaker.material_part RecipeStage{tier='five', recipe=2xitem.contenttweaker.material_part@37:[net.minecraft.item.crafting.Ingredient@7b17b477, net.minecraft.item.crafting.Ingredient@30aff028, net.minecraft.item.crafting.Ingredient@32ae73b0, net.minecraft.item.crafting.Ingredient@7b0d00a9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3dffa7b3, net.minecraft.item.crafting.Ingredient@721e2e94, net.minecraft.item.crafting.Ingredient@33ece094, net.minecraft.item.crafting.Ingredient@2077b608]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12868 crafttweaker:stage_five_item.immersiveengineering.metal.ingot_aluminum RecipeStage{tier='five', recipe=8xitem.immersiveengineering.metal@1:[net.minecraft.item.crafting.Ingredient@60f54f8a, net.minecraft.item.crafting.Ingredient@631ca78e, net.minecraft.item.crafting.Ingredient@37201339, net.minecraft.item.crafting.Ingredient@2a7a2423, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6039a7f9, net.minecraft.item.crafting.Ingredient@661f5ca7, net.minecraft.item.crafting.Ingredient@51913286, net.minecraft.item.crafting.Ingredient@2ab15fab]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12869 crafttweaker:stage_five_item.ingotiron RecipeStage{tier='five', recipe=6xitem.ingotIron@0:[net.minecraft.item.crafting.Ingredient@71a336b, net.minecraft.item.crafting.Ingredient@1b7cbd4b, net.minecraft.item.crafting.Ingredient@43a1b9a0, net.minecraft.item.crafting.Ingredient@634dea78, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@359a0c11, net.minecraft.item.crafting.Ingredient@4bf2790c, net.minecraft.item.crafting.Ingredient@550b56b, net.minecraft.item.crafting.Ingredient@9428193]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12870 crafttweaker:stage_five_item.tconstruct.ingots.alubrass RecipeStage{tier='five', recipe=6xitem.tconstruct.ingots@5:[net.minecraft.item.crafting.Ingredient@6c5dfe2e, net.minecraft.item.crafting.Ingredient@343fc0b0, net.minecraft.item.crafting.Ingredient@3444c0b1, net.minecraft.item.crafting.Ingredient@291791b3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2ab8b631, net.minecraft.item.crafting.Ingredient@60c8c996, net.minecraft.item.crafting.Ingredient@729bcc76, net.minecraft.item.crafting.Ingredient@6794519f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12871 crafttweaker:stage_five_item.tconstruct.ingots.manyullyn RecipeStage{tier='five', recipe=2xitem.tconstruct.ingots@2:[net.minecraft.item.crafting.Ingredient@8727a62, net.minecraft.item.crafting.Ingredient@2ed08683, net.minecraft.item.crafting.Ingredient@2840753, net.minecraft.item.crafting.Ingredient@47d9a635, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5ce375c6, net.minecraft.item.crafting.Ingredient@76ad0447, net.minecraft.item.crafting.Ingredient@54b13b5e, net.minecraft.item.crafting.Ingredient@5e53d7f3]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12872 crafttweaker:stage_five_item.refinedstorage_quartz_enriched_iron RecipeStage{tier='five', recipe=8xitem.refinedstorage:quartz_enriched_iron@0:[net.minecraft.item.crafting.Ingredient@1959d4ba, net.minecraft.item.crafting.Ingredient@74864ea, net.minecraft.item.crafting.Ingredient@5afed496, net.minecraft.item.crafting.Ingredient@1ad27c75, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4df99791, net.minecraft.item.crafting.Ingredient@952c5f0, net.minecraft.item.crafting.Ingredient@25a4ea28, net.minecraft.item.crafting.Ingredient@2c9c0b3d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12873 crafttweaker:stage_five_item.ingot_titanium RecipeStage{tier='five', recipe=2xitem.item_basic_asteroids@0:[net.minecraft.item.crafting.Ingredient@2d585420, net.minecraft.item.crafting.Ingredient@323a793e, net.minecraft.item.crafting.Ingredient@30cd30fb, net.minecraft.item.crafting.Ingredient@7cc4003c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1352a2d0, net.minecraft.item.crafting.Ingredient@72c0da0d, net.minecraft.item.crafting.Ingredient@2b537646, net.minecraft.item.crafting.Ingredient@77ca46f0]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12874 crafttweaker:stage_five_item.tiningot RecipeStage{tier='five', recipe=4xitem.Ingot@6:[net.minecraft.item.crafting.Ingredient@71083efb, net.minecraft.item.crafting.Ingredient@56c9265, net.minecraft.item.crafting.Ingredient@35bd35c8, net.minecraft.item.crafting.Ingredient@10e50849, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@202a0348, net.minecraft.item.crafting.Ingredient@41b45292, net.minecraft.item.crafting.Ingredient@1d7b2c19, net.minecraft.item.crafting.Ingredient@2564c8bf]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12875 crafttweaker:stage_five_item.immersiveengineering.metal.ingot_steel RecipeStage{tier='five', recipe=3xitem.immersiveengineering.metal@8:[net.minecraft.item.crafting.Ingredient@55a4af18, net.minecraft.item.crafting.Ingredient@36e747fc, net.minecraft.item.crafting.Ingredient@7238bedd, net.minecraft.item.crafting.Ingredient@719ab115, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1360c51, net.minecraft.item.crafting.Ingredient@de2732c, net.minecraft.item.crafting.Ingredient@3a1bea1b, net.minecraft.item.crafting.Ingredient@1eade654]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12876 crafttweaker:stage_five_item.immersiveengineering.metal.ingot_uranium RecipeStage{tier='five', recipe=2xitem.immersiveengineering.metal@5:[net.minecraft.item.crafting.Ingredient@2f482554, net.minecraft.item.crafting.Ingredient@312d4882, net.minecraft.item.crafting.Ingredient@5483378e, net.minecraft.item.crafting.Ingredient@25edf40c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4be11760, net.minecraft.item.crafting.Ingredient@10d32fc6, net.minecraft.item.crafting.Ingredient@5d215515, net.minecraft.item.crafting.Ingredient@17269729]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12877 crafttweaker:stage_five_item.sulphur RecipeStage{tier='five', recipe=6xitem.sulphur@0:[net.minecraft.item.crafting.Ingredient@543fc8ba, net.minecraft.item.crafting.Ingredient@5d1b60e4, net.minecraft.item.crafting.Ingredient@a451faf, net.minecraft.item.crafting.Ingredient@29794e11, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@329299c, net.minecraft.item.crafting.Ingredient@5b3755d, net.minecraft.item.crafting.Ingredient@27a9ba23, net.minecraft.item.crafting.Ingredient@44437101]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12878 crafttweaker:stage_five_item.twilightforest.steeleafingot RecipeStage{tier='five', recipe=5xitem.twilightforest.steeleafIngot@0:[net.minecraft.item.crafting.Ingredient@e6cc5dc, net.minecraft.item.crafting.Ingredient@106b50d1, net.minecraft.item.crafting.Ingredient@7a79985d, net.minecraft.item.crafting.Ingredient@256d356a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4dc7563e, net.minecraft.item.crafting.Ingredient@7e07a8f, net.minecraft.item.crafting.Ingredient@316db15e, net.minecraft.item.crafting.Ingredient@7de7147c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12879 crafttweaker:stage_five_item.immersiveengineering.metal.ingot_lead RecipeStage{tier='five', recipe=4xitem.immersiveengineering.metal@2:[net.minecraft.item.crafting.Ingredient@a66cb58, net.minecraft.item.crafting.Ingredient@e56ec99, net.minecraft.item.crafting.Ingredient@52ed5b4c, net.minecraft.item.crafting.Ingredient@17ecf199, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2b6cd437, net.minecraft.item.crafting.Ingredient@1267c7e7, net.minecraft.item.crafting.Ingredient@2ae8c9dc, net.minecraft.item.crafting.Ingredient@5a788521]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12880 crafttweaker:stage_five_item.actuallyadditions.item_misc_black_quartz RecipeStage{tier='five', recipe=2xitem.actuallyadditions.item_misc@5:[net.minecraft.item.crafting.Ingredient@17f82f35, net.minecraft.item.crafting.Ingredient@3b8c8ad2, net.minecraft.item.crafting.Ingredient@57c60256]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12881 crafttweaker:stage_five_item.immersiveengineering.metal.ingot_copper RecipeStage{tier='five', recipe=6xitem.immersiveengineering.metal@0:[net.minecraft.item.crafting.Ingredient@4909c402, net.minecraft.item.crafting.Ingredient@1f5ecb91, net.minecraft.item.crafting.Ingredient@40db18b2, net.minecraft.item.crafting.Ingredient@27e8664d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@20c69f66, net.minecraft.item.crafting.Ingredient@49addaac, net.minecraft.item.crafting.Ingredient@51ab45a3, net.minecraft.item.crafting.Ingredient@35159bd5]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12882 crafttweaker:stage_five_item.ingot_iron_compressed RecipeStage{tier='five', recipe=6xitem.ingot_iron_compressed@0:[net.minecraft.item.crafting.Ingredient@213c0fbe, net.minecraft.item.crafting.Ingredient@663c98f, net.minecraft.item.crafting.Ingredient@dee12bd, net.minecraft.item.crafting.Ingredient@14bcebe6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@553c4730, net.minecraft.item.crafting.Ingredient@4d0bd3a9, net.minecraft.item.crafting.Ingredient@300d5b4f, net.minecraft.item.crafting.Ingredient@439d6573]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12883 crafttweaker:stage_five_item.immersiveengineering.metal.ingot_silver RecipeStage{tier='five', recipe=4xitem.immersiveengineering.metal@3:[net.minecraft.item.crafting.Ingredient@742faff7, net.minecraft.item.crafting.Ingredient@67aabc40, net.minecraft.item.crafting.Ingredient@3d2754d9, net.minecraft.item.crafting.Ingredient@153908f3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1ce04db4, net.minecraft.item.crafting.Ingredient@2e1aaad4, net.minecraft.item.crafting.Ingredient@291cb252, net.minecraft.item.crafting.Ingredient@74bf4912]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12884 crafttweaker:stage_five_item.osmiumingot RecipeStage{tier='five', recipe=4xitem.Ingot@1:[net.minecraft.item.crafting.Ingredient@6aac27dc, net.minecraft.item.crafting.Ingredient@111b7c57, net.minecraft.item.crafting.Ingredient@5dd9d204, net.minecraft.item.crafting.Ingredient@53a0f774, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@58b9b81b, net.minecraft.item.crafting.Ingredient@128a8e9f, net.minecraft.item.crafting.Ingredient@1502738, net.minecraft.item.crafting.Ingredient@559f6b31]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12885 crafttweaker:stage_five_item.coal RecipeStage{tier='five', recipe=12xitem.coal@0:[net.minecraft.item.crafting.Ingredient@407368f9, net.minecraft.item.crafting.Ingredient@64be81e, net.minecraft.item.crafting.Ingredient@6a27608, net.minecraft.item.crafting.Ingredient@284a530e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@73a5c25e, net.minecraft.item.crafting.Ingredient@2a77cf2c, net.minecraft.item.crafting.Ingredient@3f70ee5c, net.minecraft.item.crafting.Ingredient@45d8189f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12886 crafttweaker:stage_five_item.tconstruct.ingots.ardite RecipeStage{tier='five', recipe=3xitem.tconstruct.ingots@1:[net.minecraft.item.crafting.Ingredient@18b29548, net.minecraft.item.crafting.Ingredient@c2827dd, net.minecraft.item.crafting.Ingredient@34922a0a, net.minecraft.item.crafting.Ingredient@310bc0e7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3d1f0b5b, net.minecraft.item.crafting.Ingredient@7044d5ea, net.minecraft.item.crafting.Ingredient@55a36392, net.minecraft.item.crafting.Ingredient@3ac09d39]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12887 crafttweaker:stage_five_item.twilightforest.fieryingot RecipeStage{tier='five', recipe=3xitem.twilightforest.fieryIngot@0:[net.minecraft.item.crafting.Ingredient@7f400ce9, net.minecraft.item.crafting.Ingredient@29fd7d6e, net.minecraft.item.crafting.Ingredient@670c2430, net.minecraft.item.crafting.Ingredient@591b44bd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@26c33c33, net.minecraft.item.crafting.Ingredient@64972388, net.minecraft.item.crafting.Ingredient@623ca68e, net.minecraft.item.crafting.Ingredient@610128d8]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12888 crafttweaker:stage_five_item.immersiveengineering.metal.ingot_nickel RecipeStage{tier='five', recipe=4xitem.immersiveengineering.metal@4:[net.minecraft.item.crafting.Ingredient@5e1cb26f, net.minecraft.item.crafting.Ingredient@34a4147, net.minecraft.item.crafting.Ingredient@4459f76, net.minecraft.item.crafting.Ingredient@6cea30ce, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@575e68f6, net.minecraft.item.crafting.Ingredient@64f4b23, net.minecraft.item.crafting.Ingredient@2ed9cab3, net.minecraft.item.crafting.Ingredient@1308f3e6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12889 crafttweaker:ct_shaped-1492154416 RecipeStage{tier='one', recipe=3xtile.natura.darkwood_fence@0:[net.minecraft.item.crafting.Ingredient@373530a9, net.minecraft.item.crafting.Ingredient@4bdf733f, net.minecraft.item.crafting.Ingredient@2b33b4a5, net.minecraft.item.crafting.Ingredient@7ff0f5e6, net.minecraft.item.crafting.Ingredient@61de22c9, net.minecraft.item.crafting.Ingredient@51a8e346]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12890 crafttweaker:ct_shaped1182588207 RecipeStage{tier='one', recipe=3xitem.natura.overworld_doors@2:[net.minecraft.item.crafting.Ingredient@6708e34a, net.minecraft.item.crafting.Ingredient@1f2f7588, net.minecraft.item.crafting.Ingredient@f77d4ce, net.minecraft.item.crafting.Ingredient@19d3a4b5, net.minecraft.item.crafting.Ingredient@39e11676, net.minecraft.item.crafting.Ingredient@5d06b7f7]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12891 crafttweaker:ct_shaped-1526260513 RecipeStage{tier='one', recipe=1xtile.natura.colored_grass@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6ce6d93d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@68143e18, net.minecraft.item.crafting.Ingredient@59f7d7ca, net.minecraftforge.oredict.OreIngredient@31a66a0c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6b536234, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12892 crafttweaker:ct_shaped-650436131 RecipeStage{tier='two', recipe=1xtile.natura.overworld_bookshelves@5:[net.minecraft.item.crafting.Ingredient@22fe75b8, net.minecraft.item.crafting.Ingredient@4550bfaa, net.minecraft.item.crafting.Ingredient@47245b06, net.minecraft.item.crafting.Ingredient@3796d314, net.minecraft.item.crafting.Ingredient@661423eb, net.minecraft.item.crafting.Ingredient@26f96d6c, net.minecraft.item.crafting.Ingredient@4360fede, net.minecraft.item.crafting.Ingredient@426f8bd5, net.minecraft.item.crafting.Ingredient@5a3f308]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12893 crafttweaker:ct_shaped1845350075 RecipeStage{tier='one', recipe=3xtile.natura.colored_grass_slab@1:[net.minecraft.item.crafting.Ingredient@68dc7cdd, net.minecraft.item.crafting.Ingredient@2c0ee916, net.minecraft.item.crafting.Ingredient@1201fe61]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12894 crafttweaker:ct_shaped-185215291 RecipeStage{tier='one', recipe=3xtile.natura.fusewood_fence@0:[net.minecraft.item.crafting.Ingredient@8a0749a, net.minecraft.item.crafting.Ingredient@311cbc7, net.minecraft.item.crafting.Ingredient@580cd4ea, net.minecraft.item.crafting.Ingredient@45e3db7c, net.minecraft.item.crafting.Ingredient@4e6c73fe, net.minecraft.item.crafting.Ingredient@43aed607]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12895 crafttweaker:ct_shaped361907677 RecipeStage{tier='three', recipe=3xtile.natura.nether_slab@0:[net.minecraft.item.crafting.Ingredient@7d3bf11c, net.minecraft.item.crafting.Ingredient@2658fdfc, net.minecraft.item.crafting.Ingredient@b06894a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12896 crafttweaker:ct_shaped1679796903 RecipeStage{tier='one', recipe=3xitem.natura.overworld_doors@0:[net.minecraft.item.crafting.Ingredient@3e2d68c3, net.minecraft.item.crafting.Ingredient@1c3cdd0b, net.minecraft.item.crafting.Ingredient@7d6a746d, net.minecraft.item.crafting.Ingredient@4299fe53, net.minecraft.item.crafting.Ingredient@1727edb3, net.minecraft.item.crafting.Ingredient@6d09aed9]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12897 crafttweaker:ct_shaped1035075472 RecipeStage{tier='three', recipe=1xtile.natura.nether_bookshelves@0:[net.minecraft.item.crafting.Ingredient@436e7609, net.minecraft.item.crafting.Ingredient@4e886351, net.minecraft.item.crafting.Ingredient@666a5546, net.minecraft.item.crafting.Ingredient@46355034, net.minecraft.item.crafting.Ingredient@765ba8c5, net.minecraft.item.crafting.Ingredient@7bc4dfb4, net.minecraft.item.crafting.Ingredient@4fb075ef, net.minecraft.item.crafting.Ingredient@236828dd, net.minecraft.item.crafting.Ingredient@8dea1f5]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12898 crafttweaker:ct_shaped1957617642 RecipeStage{tier='one', recipe=1xtile.natura.hopseed_fence_gate@0:[net.minecraft.item.crafting.Ingredient@55bae625, net.minecraft.item.crafting.Ingredient@19e9fe70, net.minecraft.item.crafting.Ingredient@7b251350, net.minecraft.item.crafting.Ingredient@609d4c8, net.minecraft.item.crafting.Ingredient@40091e2, net.minecraft.item.crafting.Ingredient@524ce56c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12899 crafttweaker:ct_shaped108840707 RecipeStage{tier='one', recipe=3xtile.natura.silverbell_fence@0:[net.minecraft.item.crafting.Ingredient@120d3e6, net.minecraft.item.crafting.Ingredient@49c7e89e, net.minecraft.item.crafting.Ingredient@49c8efc5, net.minecraft.item.crafting.Ingredient@7c1a1415, net.minecraft.item.crafting.Ingredient@7ba24793, net.minecraft.item.crafting.Ingredient@d57d361]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12900 crafttweaker:ct_shaped-999162015 RecipeStage{tier='zero', recipe=3xtile.natura.overworld_slab@0:[net.minecraft.item.crafting.Ingredient@36fa3c9, net.minecraft.item.crafting.Ingredient@2f79b50d, net.minecraft.item.crafting.Ingredient@468ef1ae]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12901 crafttweaker:ct_shaped1455931739 RecipeStage{tier='two', recipe=1xtile.natura.overworld_bookshelves@7:[net.minecraft.item.crafting.Ingredient@75f1eec5, net.minecraft.item.crafting.Ingredient@b7e6a59, net.minecraft.item.crafting.Ingredient@694d67e6, net.minecraft.item.crafting.Ingredient@587ff8e0, net.minecraft.item.crafting.Ingredient@2282a2ec, net.minecraft.item.crafting.Ingredient@5a563847, net.minecraft.item.crafting.Ingredient@58a616bc, net.minecraft.item.crafting.Ingredient@7f394db0, net.minecraft.item.crafting.Ingredient@481b0579]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12902 crafttweaker:ct_shaped-648427048 RecipeStage{tier='one', recipe=3xtile.natura.tiger_fence@0:[net.minecraft.item.crafting.Ingredient@2364983d, net.minecraft.item.crafting.Ingredient@4b9f691b, net.minecraft.item.crafting.Ingredient@7efef915, net.minecraft.item.crafting.Ingredient@6e5e0b7e, net.minecraft.item.crafting.Ingredient@697cc3f8, net.minecraft.item.crafting.Ingredient@591ba87d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12903 crafttweaker:ct_shaped361632026 RecipeStage{tier='two', recipe=1xtile.natura.overworld_bookshelves@8:[net.minecraft.item.crafting.Ingredient@50a4d41a, net.minecraft.item.crafting.Ingredient@4ebf208b, net.minecraft.item.crafting.Ingredient@415349a7, net.minecraft.item.crafting.Ingredient@450f49b0, net.minecraft.item.crafting.Ingredient@337d510f, net.minecraft.item.crafting.Ingredient@4718493, net.minecraft.item.crafting.Ingredient@5f34ebcb, net.minecraft.item.crafting.Ingredient@60c96b54, net.minecraft.item.crafting.Ingredient@3965ab6b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12904 crafttweaker:ct_shaped-1645620018 RecipeStage{tier='one', recipe=1xtile.natura.willow_fence_gate@0:[net.minecraft.item.crafting.Ingredient@31b8f5c8, net.minecraft.item.crafting.Ingredient@492a2a87, net.minecraft.item.crafting.Ingredient@62126b3d, net.minecraft.item.crafting.Ingredient@76b8aae7, net.minecraft.item.crafting.Ingredient@58174d, net.minecraft.item.crafting.Ingredient@18be7bd3]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12905 crafttweaker:ct_shaped651973396 RecipeStage{tier='zero', recipe=3xtile.natura.overworld_slab2@2:[net.minecraft.item.crafting.Ingredient@6904a07a, net.minecraft.item.crafting.Ingredient@5ad8d02f, net.minecraft.item.crafting.Ingredient@1afa4646]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12906 crafttweaker:ct_shaped1273692065 RecipeStage{tier='zero', recipe=3xtile.natura.overworld_slab@1:[net.minecraft.item.crafting.Ingredient@71f1d629, net.minecraft.item.crafting.Ingredient@3dbabf1d, net.minecraft.item.crafting.Ingredient@217f592d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12907 crafttweaker:ct_shaped2128427553 RecipeStage{tier='three', recipe=1xtile.natura.nether_bookshelves@3:[net.minecraft.item.crafting.Ingredient@69ffe332, net.minecraft.item.crafting.Ingredient@16c030ba, net.minecraft.item.crafting.Ingredient@7eea2728, net.minecraft.item.crafting.Ingredient@2587afe9, net.minecraft.item.crafting.Ingredient@33f72e18, net.minecraft.item.crafting.Ingredient@24a58d3c, net.minecraft.item.crafting.Ingredient@b593de7, net.minecraft.item.crafting.Ingredient@13392382, net.minecraft.item.crafting.Ingredient@19345813]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12908 crafttweaker:ct_shaped856130939 RecipeStage{tier='one', recipe=3xtile.natura.ghostwood_fence@0:[net.minecraft.item.crafting.Ingredient@11f0fa64, net.minecraft.item.crafting.Ingredient@53844bb8, net.minecraft.item.crafting.Ingredient@9fb4779, net.minecraft.item.crafting.Ingredient@32b46295, net.minecraft.item.crafting.Ingredient@24019d7d, net.minecraft.item.crafting.Ingredient@5529dbce]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12909 crafttweaker:ct_shaped1420539842 RecipeStage{tier='one', recipe=3xtile.natura.maple_fence@0:[net.minecraft.item.crafting.Ingredient@6ba9e9d, net.minecraft.item.crafting.Ingredient@178bf415, net.minecraft.item.crafting.Ingredient@3fc979ec, net.minecraft.item.crafting.Ingredient@24252270, net.minecraft.item.crafting.Ingredient@76b91e1f, net.minecraft.item.crafting.Ingredient@3e5a7781]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12910 crafttweaker:ct_shaped77688431 RecipeStage{tier='three', recipe=1xtile.natura.nether_bookshelves@1:[net.minecraft.item.crafting.Ingredient@4a286fbf, net.minecraft.item.crafting.Ingredient@4713f228, net.minecraft.item.crafting.Ingredient@79645533, net.minecraft.item.crafting.Ingredient@146fc3e1, net.minecraft.item.crafting.Ingredient@1d331344, net.minecraft.item.crafting.Ingredient@45693078, net.minecraft.item.crafting.Ingredient@1eff382b, net.minecraft.item.crafting.Ingredient@746580de, net.minecraft.item.crafting.Ingredient@71c90425]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12911 crafttweaker:ct_shaped-705420407 RecipeStage{tier='one', recipe=1xtile.natura.darkwood_fence_gate@0:[net.minecraft.item.crafting.Ingredient@7d2f0094, net.minecraft.item.crafting.Ingredient@1af6417a, net.minecraft.item.crafting.Ingredient@424d518a, net.minecraft.item.crafting.Ingredient@7b1c8dca, net.minecraft.item.crafting.Ingredient@7eb2099d, net.minecraft.item.crafting.Ingredient@56e77aa0]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12912 crafttweaker:ct_shaped-334357626 RecipeStage{tier='one', recipe=3xitem.natura.nether_doors@1:[net.minecraft.item.crafting.Ingredient@7e8eb0f7, net.minecraft.item.crafting.Ingredient@61630031, net.minecraft.item.crafting.Ingredient@ff31361, net.minecraft.item.crafting.Ingredient@62ac5a45, net.minecraft.item.crafting.Ingredient@692e57ef, net.minecraft.item.crafting.Ingredient@1035a073]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12913 crafttweaker:ct_shaped479878424 RecipeStage{tier='two', recipe=1xtile.natura.overworld_bookshelves@0:[net.minecraft.item.crafting.Ingredient@7cac10f, net.minecraft.item.crafting.Ingredient@7b4cdc1, net.minecraft.item.crafting.Ingredient@1cbe73f7, net.minecraft.item.crafting.Ingredient@21b56e2b, net.minecraft.item.crafting.Ingredient@702601ab, net.minecraft.item.crafting.Ingredient@515d00ab, net.minecraft.item.crafting.Ingredient@3e13e0bc, net.minecraft.item.crafting.Ingredient@34dd1563, net.minecraft.item.crafting.Ingredient@7436610a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12914 crafttweaker:ct_shaped1822996669 RecipeStage{tier='three', recipe=3xtile.natura.nether_slab@2:[net.minecraft.item.crafting.Ingredient@4dd77f7f, net.minecraft.item.crafting.Ingredient@6c606079, net.minecraft.item.crafting.Ingredient@30ca069b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12915 crafttweaker:ct_shaped-1662504288 RecipeStage{tier='two', recipe=1xtile.natura.overworld_bookshelves@2:[net.minecraft.item.crafting.Ingredient@77b30fb9, net.minecraft.item.crafting.Ingredient@169aab7, net.minecraft.item.crafting.Ingredient@6ee5714b, net.minecraft.item.crafting.Ingredient@e7b5cd2, net.minecraft.item.crafting.Ingredient@615a5463, net.minecraft.item.crafting.Ingredient@2daa66ed, net.minecraft.item.crafting.Ingredient@6880253a, net.minecraft.item.crafting.Ingredient@3cc97934, net.minecraft.item.crafting.Ingredient@f03db82]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12916 crafttweaker:ct_shaped526447281 RecipeStage{tier='one', recipe=1xtile.natura.eucalyptus_fence_gate@0:[net.minecraft.item.crafting.Ingredient@71e05981, net.minecraft.item.crafting.Ingredient@18201b72, net.minecraft.item.crafting.Ingredient@6fd7d19b, net.minecraft.item.crafting.Ingredient@7e99c828, net.minecraft.item.crafting.Ingredient@d46aa2b, net.minecraft.item.crafting.Ingredient@1525db7a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12917 crafttweaker:ct_shaped1463592865 RecipeStage{tier='zero', recipe=3xtile.natura.overworld_slab@3:[net.minecraft.item.crafting.Ingredient@44af9b4c, net.minecraft.item.crafting.Ingredient@7447c379, net.minecraft.item.crafting.Ingredient@4c682828]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12918 crafttweaker:ct_shaped-1511740654 RecipeStage{tier='one', recipe=1xtile.natura.amaranth_fence_gate@0:[net.minecraft.item.crafting.Ingredient@772dd4d4, net.minecraft.item.crafting.Ingredient@4f604486, net.minecraft.item.crafting.Ingredient@5760a18, net.minecraft.item.crafting.Ingredient@8525bf6, net.minecraft.item.crafting.Ingredient@1140b55c, net.minecraft.item.crafting.Ingredient@5cc98786]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12919 crafttweaker:ct_shaped-237259282 RecipeStage{tier='one', recipe=3xitem.natura.overworld_doors@3:[net.minecraft.item.crafting.Ingredient@69da70cd, net.minecraft.item.crafting.Ingredient@734d0beb, net.minecraft.item.crafting.Ingredient@67b3aa8b, net.minecraft.item.crafting.Ingredient@77d6f44c, net.minecraft.item.crafting.Ingredient@4db0be63, net.minecraft.item.crafting.Ingredient@5639f66d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12920 crafttweaker:ct_shaped1152921813 RecipeStage{tier='one', recipe=3xtile.natura.amaranth_fence@0:[net.minecraft.item.crafting.Ingredient@2ca4f9d3, net.minecraft.item.crafting.Ingredient@6c100c9f, net.minecraft.item.crafting.Ingredient@249be4d8, net.minecraft.item.crafting.Ingredient@3d08e4b8, net.minecraft.item.crafting.Ingredient@36e9f8ab, net.minecraft.item.crafting.Ingredient@5a717e1d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12921 crafttweaker:ct_shaped-1293140322 RecipeStage{tier='zero', recipe=3xtile.natura.overworld_slab2@0:[net.minecraft.item.crafting.Ingredient@21b7fcaf, net.minecraft.item.crafting.Ingredient@5b60e105, net.minecraft.item.crafting.Ingredient@22356662]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12922 crafttweaker:ct_shaped-1310082939 RecipeStage{tier='one', recipe=1xtile.natura.maple_fence_gate@0:[net.minecraft.item.crafting.Ingredient@73e575af, net.minecraft.item.crafting.Ingredient@6da9adf8, net.minecraft.item.crafting.Ingredient@319d0181, net.minecraft.item.crafting.Ingredient@381277a6, net.minecraft.item.crafting.Ingredient@60022506, net.minecraft.item.crafting.Ingredient@40e49293]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12923 crafttweaker:ct_shaped1558543265 RecipeStage{tier='zero', recipe=3xtile.natura.overworld_slab@4:[net.minecraft.item.crafting.Ingredient@19ac1207, net.minecraft.item.crafting.Ingredient@3228f9d3, net.minecraft.item.crafting.Ingredient@43f3c085]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12924 crafttweaker:ct_shaped-1174248948 RecipeStage{tier='one', recipe=3xtile.natura.sakura_fence@0:[net.minecraft.item.crafting.Ingredient@2767a262, net.minecraft.item.crafting.Ingredient@5e22b0a3, net.minecraft.item.crafting.Ingredient@2bb13cd5, net.minecraft.item.crafting.Ingredient@761b26ce, net.minecraft.item.crafting.Ingredient@6c75eedd, net.minecraft.item.crafting.Ingredient@2799ec58]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12925 crafttweaker:ct_shaped443863582 RecipeStage{tier='two', recipe=1xtile.natura.overworld_bookshelves@4:[net.minecraft.item.crafting.Ingredient@56c2bea, net.minecraft.item.crafting.Ingredient@2aee40df, net.minecraft.item.crafting.Ingredient@692e4059, net.minecraft.item.crafting.Ingredient@13d8a08, net.minecraft.item.crafting.Ingredient@65eac2be, net.minecraft.item.crafting.Ingredient@3d5a8e64, net.minecraft.item.crafting.Ingredient@26ed3d1e, net.minecraft.item.crafting.Ingredient@4b6d9e01, net.minecraft.item.crafting.Ingredient@78214ae0]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12926 crafttweaker:ct_shaped-1716917737 RecipeStage{tier='one', recipe=3xtile.natura.colored_grass_slab@0:[net.minecraft.item.crafting.Ingredient@1161c22e, net.minecraft.item.crafting.Ingredient@5e2b08d1, net.minecraft.item.crafting.Ingredient@79110883]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12927 crafttweaker:ct_shaped-1128212105 RecipeStage{tier='one', recipe=3xtile.natura.colored_grass_slab@2:[net.minecraft.item.crafting.Ingredient@b152b0b, net.minecraft.item.crafting.Ingredient@147af8f5, net.minecraft.item.crafting.Ingredient@1211072b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12928 crafttweaker:ct_shaped-1692531600 RecipeStage{tier='one', recipe=3xitem.natura.overworld_doors@1:[net.minecraft.item.crafting.Ingredient@633550fa, net.minecraft.item.crafting.Ingredient@415a72e4, net.minecraft.item.crafting.Ingredient@2a4876a, net.minecraft.item.crafting.Ingredient@1896e04a, net.minecraft.item.crafting.Ingredient@516dc122, net.minecraft.item.crafting.Ingredient@43b244b9]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12929 crafttweaker:ct_shaped623127606 RecipeStage{tier='one', recipe=1xtile.natura.fusewood_fence_gate@0:[net.minecraft.item.crafting.Ingredient@658b1472, net.minecraft.item.crafting.Ingredient@4a303c39, net.minecraft.item.crafting.Ingredient@75eb808c, net.minecraft.item.crafting.Ingredient@242d8504, net.minecraft.item.crafting.Ingredient@19383d77, net.minecraft.item.crafting.Ingredient@52220b9d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12930 crafttweaker:ct_shaped1072757934 RecipeStage{tier='one', recipe=1xtile.natura.redwood_fence_gate@0:[net.minecraft.item.crafting.Ingredient@7b640eb5, net.minecraft.item.crafting.Ingredient@33a9b178, net.minecraft.item.crafting.Ingredient@6b22e1ff, net.minecraft.item.crafting.Ingredient@291e71e5, net.minecraft.item.crafting.Ingredient@72d4c3d5, net.minecraft.item.crafting.Ingredient@c888e86]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12931 crafttweaker:ct_shaped-1744735844 RecipeStage{tier='two', recipe=1xtile.natura.overworld_bookshelves@6:[net.minecraft.item.crafting.Ingredient@70d9abf1, net.minecraft.item.crafting.Ingredient@2a927d56, net.minecraft.item.crafting.Ingredient@7e0cd9ba, net.minecraft.item.crafting.Ingredient@36389443, net.minecraft.item.crafting.Ingredient@b832756, net.minecraft.item.crafting.Ingredient@324283bd, net.minecraft.item.crafting.Ingredient@2a9b4d46, net.minecraft.item.crafting.Ingredient@58735eda, net.minecraft.item.crafting.Ingredient@4a587b15]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12932 crafttweaker:ct_shaped501591553 RecipeStage{tier='three', recipe=3xtile.natura.nether_slab@1:[net.minecraft.item.crafting.Ingredient@6c215688, net.minecraft.item.crafting.Ingredient@1c20c737, net.minecraft.item.crafting.Ingredient@5e67cfe7]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12933 crafttweaker:ct_shaped1782654927 RecipeStage{tier='one', recipe=1xtile.natura.tiger_fence_gate@0:[net.minecraft.item.crafting.Ingredient@57ee87ed, net.minecraft.item.crafting.Ingredient@319d1e8e, net.minecraft.item.crafting.Ingredient@2b9e7ef5, net.minecraft.item.crafting.Ingredient@4b669496, net.minecraft.item.crafting.Ingredient@6814b3f8, net.minecraft.item.crafting.Ingredient@31a4b91a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12934 crafttweaker:ct_shaped-1986251442 RecipeStage{tier='one', recipe=1xtile.natura.ghostwood_fence_gate@0:[net.minecraft.item.crafting.Ingredient@6915100d, net.minecraft.item.crafting.Ingredient@1628fb9d, net.minecraft.item.crafting.Ingredient@5b6e11d3, net.minecraft.item.crafting.Ingredient@4f961fcd, net.minecraft.item.crafting.Ingredient@ec2eb4a, net.minecraft.item.crafting.Ingredient@5fe70d1c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12935 crafttweaker:ct_shaped1103057992 RecipeStage{tier='three', recipe=1xtile.natura.nether_bookshelves@2:[net.minecraft.item.crafting.Ingredient@742c7fba, net.minecraft.item.crafting.Ingredient@b3b7e85, net.minecraft.item.crafting.Ingredient@12ba4c13, net.minecraft.item.crafting.Ingredient@75d23cb5, net.minecraft.item.crafting.Ingredient@62944c1a, net.minecraft.item.crafting.Ingredient@320bc99b, net.minecraft.item.crafting.Ingredient@7291d11d, net.minecraft.item.crafting.Ingredient@16426c6e, net.minecraft.item.crafting.Ingredient@56f60620]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12936 crafttweaker:ct_shaped-773885244 RecipeStage{tier='one', recipe=1xtile.natura.silverbell_fence_gate@0:[net.minecraft.item.crafting.Ingredient@3a5d5a74, net.minecraft.item.crafting.Ingredient@46386d1b, net.minecraft.item.crafting.Ingredient@431c48ae, net.minecraft.item.crafting.Ingredient@253d91eb, net.minecraft.item.crafting.Ingredient@75e3e1c2, net.minecraft.item.crafting.Ingredient@70b60ad0]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12937 crafttweaker:ct_shaped-1150565511 RecipeStage{tier='three', recipe=3xtile.natura.nether_slab@3:[net.minecraft.item.crafting.Ingredient@51ce6550, net.minecraft.item.crafting.Ingredient@18b5144b, net.minecraft.item.crafting.Ingredient@72321b6e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12938 crafttweaker:ct_shaped557022996 RecipeStage{tier='zero', recipe=3xtile.natura.overworld_slab2@1:[net.minecraft.item.crafting.Ingredient@32126f72, net.minecraft.item.crafting.Ingredient@10d46885, net.minecraft.item.crafting.Ingredient@20f33198]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12939 crafttweaker:ct_shaped1371519600 RecipeStage{tier='one', recipe=3xtile.natura.bloodwood_fence@0:[net.minecraft.item.crafting.Ingredient@4278b783, net.minecraft.item.crafting.Ingredient@63b02941, net.minecraft.item.crafting.Ingredient@5093e5f2, net.minecraft.item.crafting.Ingredient@69556189, net.minecraft.item.crafting.Ingredient@6e16178f, net.minecraft.item.crafting.Ingredient@c8ec12d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12940 crafttweaker:ct_shaped746923796 RecipeStage{tier='zero', recipe=3xtile.natura.overworld_slab2@3:[net.minecraft.item.crafting.Ingredient@43fd093b, net.minecraft.item.crafting.Ingredient@1e661e4, net.minecraft.item.crafting.Ingredient@5f92b438]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12941 crafttweaker:ct_shaped-2073594073 RecipeStage{tier='one', recipe=3xitem.natura.nether_doors@0:[net.minecraft.item.crafting.Ingredient@256f914e, net.minecraft.item.crafting.Ingredient@ef0f009, net.minecraft.item.crafting.Ingredient@3cab5972, net.minecraft.item.crafting.Ingredient@765209ab, net.minecraft.item.crafting.Ingredient@2fee03ce, net.minecraft.item.crafting.Ingredient@2617ce82]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12942 crafttweaker:ct_shaped1368642465 RecipeStage{tier='zero', recipe=3xtile.natura.overworld_slab@2:[net.minecraft.item.crafting.Ingredient@409173fb, net.minecraft.item.crafting.Ingredient@26683513, net.minecraft.item.crafting.Ingredient@79c7a263]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12943 crafttweaker:ct_shaped1152494375 RecipeStage{tier='one', recipe=1xtile.natura.bloodwood_fence_gate@0:[net.minecraft.item.crafting.Ingredient@61bc0007, net.minecraft.item.crafting.Ingredient@2a79b960, net.minecraft.item.crafting.Ingredient@4d5ed191, net.minecraft.item.crafting.Ingredient@94ea6e3, net.minecraft.item.crafting.Ingredient@8f323f5, net.minecraft.item.crafting.Ingredient@6fa62932]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12944 crafttweaker:ct_shaped1135134457 RecipeStage{tier='one', recipe=3xtile.natura.redwood_fence@0:[net.minecraft.item.crafting.Ingredient@544fbf0e, net.minecraft.item.crafting.Ingredient@284a62da, net.minecraft.item.crafting.Ingredient@393710ad, net.minecraft.item.crafting.Ingredient@67064100, net.minecraft.item.crafting.Ingredient@4e182521, net.minecraft.item.crafting.Ingredient@35bfc28a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12945 crafttweaker:ct_shaped-831020931 RecipeStage{tier='one', recipe=3xtile.natura.hopseed_fence@0:[net.minecraft.item.crafting.Ingredient@348c1ee8, net.minecraft.item.crafting.Ingredient@61575738, net.minecraft.item.crafting.Ingredient@6ee9571e, net.minecraft.item.crafting.Ingredient@250963db, net.minecraft.item.crafting.Ingredient@712642cc, net.minecraft.item.crafting.Ingredient@2a933547]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12946 crafttweaker:ct_shaped1394243417 RecipeStage{tier='one', recipe=3xtile.natura.willow_fence@0:[net.minecraft.item.crafting.Ingredient@ee6c6ac, net.minecraft.item.crafting.Ingredient@609f6b10, net.minecraft.item.crafting.Ingredient@23ec75ed, net.minecraft.item.crafting.Ingredient@106645da, net.minecraft.item.crafting.Ingredient@288d22dc, net.minecraft.item.crafting.Ingredient@33d11b36]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12947 crafttweaker:ct_shaped-568204575 RecipeStage{tier='two', recipe=1xtile.natura.overworld_bookshelves@1:[net.minecraft.item.crafting.Ingredient@73d243bc, net.minecraft.item.crafting.Ingredient@51389089, net.minecraft.item.crafting.Ingredient@1062d3b0, net.minecraft.item.crafting.Ingredient@2bd17221, net.minecraft.item.crafting.Ingredient@4aff0b44, net.minecraft.item.crafting.Ingredient@5f56664a, net.minecraft.item.crafting.Ingredient@59afc143, net.minecraft.item.crafting.Ingredient@79cff02d, net.minecraft.item.crafting.Ingredient@4bd8717b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12948 crafttweaker:ct_shaped868853133 RecipeStage{tier='three', recipe=1xtile.natura.netherrack_furnace@0:[net.minecraft.item.crafting.Ingredient@27503a7c, net.minecraft.item.crafting.Ingredient@d2420c, net.minecraft.item.crafting.Ingredient@69a94a3, net.minecraft.item.crafting.Ingredient@ec16ea2, net.minecraft.item.crafting.Ingredient@28e436dc, net.minecraft.item.crafting.Ingredient@3ab4c3ee, net.minecraft.item.crafting.Ingredient@68597797, net.minecraft.item.crafting.Ingredient@6de8a040, net.minecraft.item.crafting.Ingredient@643339f7]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12949 crafttweaker:ct_shaped1538163295 RecipeStage{tier='two', recipe=1xtile.natura.overworld_bookshelves@3:[net.minecraft.item.crafting.Ingredient@78042d2c, net.minecraft.item.crafting.Ingredient@5bc21874, net.minecraft.item.crafting.Ingredient@738049ec, net.minecraft.item.crafting.Ingredient@e813aea, net.minecraft.item.crafting.Ingredient@57350b5b, net.minecraft.item.crafting.Ingredient@1cffb871, net.minecraft.item.crafting.Ingredient@6d414d2b, net.minecraft.item.crafting.Ingredient@6a906c03, net.minecraft.item.crafting.Ingredient@1500ddd9]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12950 crafttweaker:ct_shaped-96886410 RecipeStage{tier='one', recipe=3xtile.natura.eucalyptus_fence@0:[net.minecraft.item.crafting.Ingredient@745dc338, net.minecraft.item.crafting.Ingredient@1392e08d, net.minecraft.item.crafting.Ingredient@7a8b6688, net.minecraft.item.crafting.Ingredient@69f68215, net.minecraft.item.crafting.Ingredient@73a8c810, net.minecraft.item.crafting.Ingredient@77bad860]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12951 crafttweaker:ct_shaped-294934963 RecipeStage{tier='one', recipe=3xitem.natura.overworld_doors@4:[net.minecraft.item.crafting.Ingredient@56a45f39, net.minecraft.item.crafting.Ingredient@b9f99d2, net.minecraft.item.crafting.Ingredient@3e4228f9, net.minecraft.item.crafting.Ingredient@1f1a9e89, net.minecraft.item.crafting.Ingredient@6b3347c4, net.minecraft.item.crafting.Ingredient@1c150279]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12952 crafttweaker:ct_shaped-703182949 RecipeStage{tier='one', recipe=1xtile.natura.sakura_fence_gate@0:[net.minecraft.item.crafting.Ingredient@33bff4e2, net.minecraft.item.crafting.Ingredient@781acaca, net.minecraft.item.crafting.Ingredient@966af6a, net.minecraft.item.crafting.Ingredient@3d5462f5, net.minecraft.item.crafting.Ingredient@71809959, net.minecraft.item.crafting.Ingredient@5f625139]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12953 crafttweaker:ct_shaped1776103982 RecipeStage{tier='two', recipe=1xtile.natura.colored_grass_stairs_topiary@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6343b840, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7d9e3d17, net.minecraft.item.crafting.Ingredient@82139ac, net.minecraft.item.crafting.Ingredient@45874a08, net.minecraft.item.crafting.Ingredient@3b787b40, net.minecraft.item.crafting.Ingredient@37028fbd]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12954 crafttweaker:ct_shaped1786530573 RecipeStage{tier='three', recipe=4xtile.natura.nether_stairs_ghostwood@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@36ef3ca8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4947e777, net.minecraft.item.crafting.Ingredient@311d3764, net.minecraft.item.crafting.Ingredient@1241399d, net.minecraft.item.crafting.Ingredient@5d045d01, net.minecraft.item.crafting.Ingredient@2b0e6589]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12955 crafttweaker:ct_shaped1763213821 RecipeStage{tier='two', recipe=4xtile.natura.overworld_stairs_amaranth@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@73f0c19b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@68e683a9, net.minecraft.item.crafting.Ingredient@17f537e1, net.minecraft.item.crafting.Ingredient@4f0f2abb, net.minecraft.item.crafting.Ingredient@3a86c6d8, net.minecraft.item.crafting.Ingredient@6621f1ea]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12956 crafttweaker:ct_shaped903958337 RecipeStage{tier='two', recipe=4xtile.natura.overworld_stairs_redwood@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@585588f0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6e392bb3, net.minecraft.item.crafting.Ingredient@628590aa, net.minecraft.item.crafting.Ingredient@b4293b1, net.minecraft.item.crafting.Ingredient@7fa48821, net.minecraft.item.crafting.Ingredient@586740d5]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12957 crafttweaker:ct_shaped1008638657 RecipeStage{tier='two', recipe=4xtile.natura.overworld_stairs_willow@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@16298bb3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@9e94ddc, net.minecraft.item.crafting.Ingredient@52d72940, net.minecraft.item.crafting.Ingredient@30d4ba27, net.minecraft.item.crafting.Ingredient@6afacb9d, net.minecraft.item.crafting.Ingredient@293efcb3]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12958 crafttweaker:ct_shaped-1085172969 RecipeStage{tier='two', recipe=1xtile.natura.colored_grass_stairs_autumnal@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@42c85dfd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@57d8c201, net.minecraft.item.crafting.Ingredient@6b425d44, net.minecraft.item.crafting.Ingredient@35c7fffb, net.minecraft.item.crafting.Ingredient@35607b0b, net.minecraft.item.crafting.Ingredient@24b97f6c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12959 crafttweaker:ct_shaped-1192576757 RecipeStage{tier='two', recipe=4xtile.natura.overworld_stairs_silverbell@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5de8aec2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@575aaaa3, net.minecraft.item.crafting.Ingredient@61d43b60, net.minecraft.item.crafting.Ingredient@e796a29, net.minecraft.item.crafting.Ingredient@167f5b9a, net.minecraft.item.crafting.Ingredient@14f2e444]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12960 crafttweaker:ct_shaped-168003692 RecipeStage{tier='two', recipe=4xtile.natura.overworld_stairs_sakura@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@543dc281, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1150c20d, net.minecraft.item.crafting.Ingredient@7d1fe836, net.minecraft.item.crafting.Ingredient@7ecce315, net.minecraft.item.crafting.Ingredient@445f1f87, net.minecraft.item.crafting.Ingredient@5388fdab]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12961 crafttweaker:ct_shaped1187437093 RecipeStage{tier='three', recipe=4xtile.natura.nether_stairs_fusewood@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@51d4e1b4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@489964d0, net.minecraft.item.crafting.Ingredient@7486e963, net.minecraft.item.crafting.Ingredient@607737fd, net.minecraft.item.crafting.Ingredient@16d8a306, net.minecraft.item.crafting.Ingredient@15e4fae9]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12962 crafttweaker:ct_shaped-2019881846 RecipeStage{tier='two', recipe=4xtile.natura.overworld_stairs_maple@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@56ead4c7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@ffbc938, net.minecraft.item.crafting.Ingredient@5ce88b52, net.minecraft.item.crafting.Ingredient@6e690194, net.minecraft.item.crafting.Ingredient@6e25bc72, net.minecraft.item.crafting.Ingredient@3fc61a87]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12963 crafttweaker:ct_shaped-544388676 RecipeStage{tier='two', recipe=1xtile.natura.colored_grass_stairs_bluegrass@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@276ca436, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1af74ee, net.minecraft.item.crafting.Ingredient@42aa9e85, net.minecraft.item.crafting.Ingredient@4d37b675, net.minecraft.item.crafting.Ingredient@fb8e6f1, net.minecraft.item.crafting.Ingredient@75cafbec]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12964 crafttweaker:ct_shaped-962364810 RecipeStage{tier='three', recipe=4xtile.natura.nether_stairs_darkwood@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@63020d66, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@13769b6d, net.minecraft.item.crafting.Ingredient@5bb1689c, net.minecraft.item.crafting.Ingredient@7906fd9d, net.minecraft.item.crafting.Ingredient@a1ca6e6, net.minecraft.item.crafting.Ingredient@2d96f93b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12965 crafttweaker:ct_shaped875017534 RecipeStage{tier='two', recipe=4xtile.natura.overworld_stairs_eucalyptus@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7d33819d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@339771b3, net.minecraft.item.crafting.Ingredient@5c53cab1, net.minecraft.item.crafting.Ingredient@4696af21, net.minecraft.item.crafting.Ingredient@2748f107, net.minecraft.item.crafting.Ingredient@2fda16b4]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12966 crafttweaker:ct_shaped1747149176 RecipeStage{tier='three', recipe=4xtile.natura.nether_stairs_bloodwood@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6d9e57bc, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1e821289, net.minecraft.item.crafting.Ingredient@7ea20897, net.minecraft.item.crafting.Ingredient@132de41, net.minecraft.item.crafting.Ingredient@1e8e5a6c, net.minecraft.item.crafting.Ingredient@1016156e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12967 crafttweaker:ct_shaped2005960837 RecipeStage{tier='two', recipe=4xtile.natura.overworld_stairs_hopseed@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7e9e514b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6949580f, net.minecraft.item.crafting.Ingredient@5782270, net.minecraft.item.crafting.Ingredient@25e5ead4, net.minecraft.item.crafting.Ingredient@29fde32a, net.minecraft.item.crafting.Ingredient@ad75f3a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12968 crafttweaker:ct_shaped2134214720 RecipeStage{tier='two', recipe=4xtile.natura.overworld_stairs_tiger@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4ef897b2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@44c167f3, net.minecraft.item.crafting.Ingredient@26328f2, net.minecraft.item.crafting.Ingredient@32fd990b, net.minecraft.item.crafting.Ingredient@3832dde1, net.minecraft.item.crafting.Ingredient@7703cbeb]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12969 crafttweaker:ct_shapeless258077990 RecipeStage{tier='one', recipe=1xtile.natura.colored_grass@1:[net.minecraft.item.crafting.Ingredient@6cbc5941, net.minecraft.item.crafting.Ingredient@3257b01c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12970 crafttweaker:ct_shapeless284361233 RecipeStage{tier='one', recipe=1xtile.natura.colored_grass@2:[net.minecraft.item.crafting.Ingredient@1ca4be62, net.minecraftforge.oredict.OreIngredient@7591728e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12971 crafttweaker:ct_shaped149177887 RecipeStage{tier='zero', recipe=1xitem.naturescompass.NaturesCompass@0:[net.minecraftforge.oredict.OreIngredient@7be95b2c, net.minecraftforge.oredict.OreIngredient@74b1d31d, net.minecraftforge.oredict.OreIngredient@4ddf3447, net.minecraftforge.oredict.OreIngredient@33242a70, net.minecraft.item.crafting.Ingredient@2252703, net.minecraftforge.oredict.OreIngredient@78763561, net.minecraftforge.oredict.OreIngredient@4c3f4b24, net.minecraftforge.oredict.OreIngredient@5e5a9f79, net.minecraftforge.oredict.OreIngredient@756cb68e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12972 crafttweaker:ct_shaped-105576034 RecipeStage{tier='three', recipe=25xitem.oeintegration.excavatemodifier@0:[net.minecraft.item.crafting.Ingredient@3c78587f, net.minecraftforge.oredict.OreIngredient@aa842bf, net.minecraft.item.crafting.Ingredient@83b5c4, net.minecraftforge.oredict.OreIngredient@104bbb9c, net.minecraft.item.crafting.Ingredient@6e8eb24a, net.minecraftforge.oredict.OreIngredient@267ba89e, net.minecraft.item.crafting.Ingredient@3bcb0400, net.minecraftforge.oredict.OreIngredient@7691cfbe, net.minecraft.item.crafting.Ingredient@6d162fc4]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12973 crafttweaker:ct_shaped-421612909 RecipeStage{tier='five', recipe=1xtile.energy_extractor@0:[net.minecraft.item.crafting.Ingredient@165245a0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@75daa86e, net.minecraftforge.oredict.OreIngredient@d4e7554, net.minecraftforge.oredict.OreIngredient@51fa1336, net.minecraftforge.oredict.OreIngredient@550133ec, net.minecraft.item.crafting.Ingredient@753878fa, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@ba257dc]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12974 crafttweaker:ct_shaped-1181847129 RecipeStage{tier='five', recipe=1xtile.hyper_item_receiver@0:[net.minecraft.item.crafting.Ingredient@ac0863d, net.minecraft.item.crafting.Ingredient@56025ada, net.minecraft.item.crafting.Ingredient@60cb1748, net.minecraft.item.crafting.Ingredient@794ea03a, net.minecraft.item.crafting.Ingredient@77313040, net.minecraft.item.crafting.Ingredient@332170f6, net.minecraft.item.crafting.Ingredient@be8508d, net.minecraft.item.crafting.Ingredient@7ab7eba, net.minecraft.item.crafting.Ingredient@7966ed3f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12975 crafttweaker:ct_shaped1057407925 RecipeStage{tier='five', recipe=1xtile.infinite_barrel@0:[net.minecraft.item.crafting.Ingredient@41f89425, crafttweaker.api.minecraft.CraftTweakerMC$1@85dd8af, net.minecraft.item.crafting.Ingredient@54df29b0, crafttweaker.api.minecraft.CraftTweakerMC$1@1a1e2901, net.minecraft.item.crafting.Ingredient@1f42cfdb, crafttweaker.api.minecraft.CraftTweakerMC$1@793cf43c, net.minecraft.item.crafting.Ingredient@5483d002, crafttweaker.api.minecraft.CraftTweakerMC$1@3f3ebdb2, net.minecraft.item.crafting.Ingredient@360b9199]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12976 crafttweaker:ct_shaped824156923 RecipeStage{tier='five', recipe=1xtile.hyper_fluid_receiver@0:[net.minecraft.item.crafting.Ingredient@28881e70, net.minecraft.item.crafting.Ingredient@6241d8a3, net.minecraft.item.crafting.Ingredient@28583a74, net.minecraft.item.crafting.Ingredient@42b5e1bf, net.minecraft.item.crafting.Ingredient@2aa60c07, net.minecraft.item.crafting.Ingredient@46ce4d30, net.minecraft.item.crafting.Ingredient@2fac4407, net.minecraft.item.crafting.Ingredient@42f9e054, net.minecraft.item.crafting.Ingredient@58250a38]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12977 crafttweaker:ct_shaped911331585 RecipeStage{tier='five', recipe=1xtile.infinite_water_source@0:[net.minecraft.item.crafting.Ingredient@6c367bc1, net.minecraft.item.crafting.Ingredient@21f7863c, net.minecraft.item.crafting.Ingredient@2c013916, net.minecraft.item.crafting.Ingredient@5c858264, net.minecraft.item.crafting.Ingredient@3b20246, net.minecraft.item.crafting.Ingredient@1ee9a26a, net.minecraft.item.crafting.Ingredient@3b05f128, net.minecraft.item.crafting.Ingredient@4b63d28e, net.minecraft.item.crafting.Ingredient@58504996]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12978 crafttweaker:ct_shaped1158729090 RecipeStage{tier='five', recipe=1xtile.player_interface@0:[net.minecraft.item.crafting.Ingredient@b795a04, net.minecraft.item.crafting.Ingredient@1f6166f2, net.minecraft.item.crafting.Ingredient@4ac32032]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12979 crafttweaker:ct_shaped1720805952 RecipeStage{tier='five', recipe=1xitem.multi_tool@0:[net.minecraft.item.crafting.Ingredient@1085dc05, net.minecraft.item.crafting.Ingredient@51ed1d6b, net.minecraft.item.crafting.Ingredient@452fb752, net.minecraft.item.crafting.Ingredient@163edd75, net.minecraft.item.crafting.Ingredient@28e54e43, net.minecraft.item.crafting.Ingredient@11da1871, net.minecraft.item.crafting.Ingredient@29f7b83f, net.minecraft.item.crafting.Ingredient@49c21d01, net.minecraft.item.crafting.Ingredient@4bd7c52c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12980 crafttweaker:ct_shaped361587389 RecipeStage{tier='five', recipe=1xtile.hyper_energy_sender@0:[net.minecraft.item.crafting.Ingredient@a8f45b7, net.minecraft.item.crafting.Ingredient@1e2d3299, net.minecraft.item.crafting.Ingredient@47de1e48, net.minecraftforge.oredict.OreIngredient@32d54d3a, net.minecraft.item.crafting.Ingredient@4207042a, net.minecraftforge.oredict.OreIngredient@35495f09, net.minecraftforge.oredict.OreIngredient@2d22bb6, net.minecraftforge.oredict.OreIngredient@1a761a4b, net.minecraftforge.oredict.OreIngredient@60aa7b7b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12981 crafttweaker:ct_shaped528179700 RecipeStage{tier='five', recipe=1xtile.hyper_item_sender@0:[net.minecraft.item.crafting.Ingredient@1f64d170, net.minecraft.item.crafting.Ingredient@cf8c6b1, net.minecraft.item.crafting.Ingredient@26762127, net.minecraft.item.crafting.Ingredient@1534f731, net.minecraft.item.crafting.Ingredient@2ce24bb6, net.minecraft.item.crafting.Ingredient@66e5cdd5, net.minecraft.item.crafting.Ingredient@710db737, net.minecraft.item.crafting.Ingredient@43324b58, net.minecraft.item.crafting.Ingredient@7db31773]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12982 crafttweaker:ct_shaped1762774298 RecipeStage{tier='five', recipe=1xtile.item_interface@0:[net.minecraft.item.crafting.Ingredient@35f0e675, net.minecraft.item.crafting.Ingredient@29585bf3, net.minecraft.item.crafting.Ingredient@7861bd0b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12983 crafttweaker:ct_shaped1476435503 RecipeStage{tier='five', recipe=1xtile.hyper_fluid_sender@0:[net.minecraft.item.crafting.Ingredient@1d0c35fb, net.minecraft.item.crafting.Ingredient@2f7dbb61, net.minecraft.item.crafting.Ingredient@4411eabe, net.minecraft.item.crafting.Ingredient@31ed8ed2, net.minecraft.item.crafting.Ingredient@4d32c6f9, net.minecraft.item.crafting.Ingredient@fd6da8d, net.minecraft.item.crafting.Ingredient@445985d3, net.minecraft.item.crafting.Ingredient@199f1894, net.minecraft.item.crafting.Ingredient@42410050]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12984 crafttweaker:ct_shaped449962293 RecipeStage{tier='five', recipe=1xtile.hyper_energy_receiver@0:[net.minecraftforge.oredict.OreIngredient@7bfab827, net.minecraftforge.oredict.OreIngredient@7385cd96, net.minecraftforge.oredict.OreIngredient@12bf30ca, net.minecraftforge.oredict.OreIngredient@58b6e14d, net.minecraft.item.crafting.Ingredient@76a341fc, net.minecraftforge.oredict.OreIngredient@2b97cbc3, net.minecraft.item.crafting.Ingredient@40c5971b, net.minecraft.item.crafting.Ingredient@2f16aac7, net.minecraft.item.crafting.Ingredient@4356a278]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12985 crafttweaker:ct_shaped-649229158 RecipeStage{tier='five', recipe=1xtile.infinite_capacitor@0:[net.minecraft.item.crafting.Ingredient@560aa002, crafttweaker.api.minecraft.CraftTweakerMC$1@3a1b9897, net.minecraft.item.crafting.Ingredient@20c14d81, crafttweaker.api.minecraft.CraftTweakerMC$1@56f27e83, net.minecraft.item.crafting.Ingredient@55fbdeef, crafttweaker.api.minecraft.CraftTweakerMC$1@33c23be7, net.minecraft.item.crafting.Ingredient@19c5d55b, crafttweaker.api.minecraft.CraftTweakerMC$1@5c86a686, net.minecraft.item.crafting.Ingredient@5781175f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12986 crafttweaker:ct_shaped456139958 RecipeStage{tier='five', recipe=1xitem.linking_card@0:[net.minecraft.item.crafting.Ingredient@75be134b, net.minecraft.item.crafting.Ingredient@42666faa, net.minecraft.item.crafting.Ingredient@2b3d43f6, net.minecraft.item.crafting.Ingredient@74d98221, net.minecraft.item.crafting.Ingredient@71f8e3ba, net.minecraft.item.crafting.Ingredient@92c910, net.minecraft.item.crafting.Ingredient@41f11807, net.minecraft.item.crafting.Ingredient@79815292, net.minecraft.item.crafting.Ingredient@4fd29b2b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12987 crafttweaker:ct_shaped-77363957 RecipeStage{tier='five', recipe=1xtile.infinite_tank@0:[net.minecraft.item.crafting.Ingredient@599e0188, crafttweaker.api.minecraft.CraftTweakerMC$1@10660b9c, net.minecraft.item.crafting.Ingredient@6380dec0, crafttweaker.api.minecraft.CraftTweakerMC$1@38500a58, net.minecraft.item.crafting.Ingredient@11ebde9b, crafttweaker.api.minecraft.CraftTweakerMC$1@31f10dd1, net.minecraft.item.crafting.Ingredient@5462a3f1, crafttweaker.api.minecraft.CraftTweakerMC$1@6cd871ef, net.minecraft.item.crafting.Ingredient@238865e9]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12988 crafttweaker:ct_shaped1355525828 RecipeStage{tier='one', recipe=1xitem.pt.copper_hoe@0:[net.minecraftforge.oredict.OreIngredient@1aae7bcc, net.minecraftforge.oredict.OreIngredient@5b123e43, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@74ea6bc7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@142dff9e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12989 crafttweaker:ct_shaped1739382758 RecipeStage{tier='two', recipe=1xitem.pt.watering_can@0:[net.minecraftforge.oredict.OreIngredient@7db486cc, net.minecraft.item.crafting.Ingredient@379e4f1f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@108dbe78, net.minecraft.item.crafting.Ingredient@6ba762f8, net.minecraftforge.oredict.OreIngredient@32fc1ba6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@775f4c51, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12990 crafttweaker:ct_shaped2041585859 RecipeStage{tier='one', recipe=1xitem.pt.bronze_hoe@0:[net.minecraftforge.oredict.OreIngredient@a5c42bc, net.minecraftforge.oredict.OreIngredient@5a3c51ad, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@8cf4067, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@57fb8eb]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12991 crafttweaker:ct_shaped1078779768 RecipeStage{tier='one', recipe=1xitem.pt.copper_axe@0:[net.minecraftforge.oredict.OreIngredient@6dde435a, net.minecraftforge.oredict.OreIngredient@5557c675, net.minecraftforge.oredict.OreIngredient@27e978c0, net.minecraft.item.crafting.Ingredient@5f292436, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4072781a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12992 crafttweaker:ct_shaped1681963235 RecipeStage{tier='one', recipe=1xitem.pt.bronze_sword@0:[net.minecraftforge.oredict.OreIngredient@2bfd6a0f, net.minecraftforge.oredict.OreIngredient@47be38c8, net.minecraft.item.crafting.Ingredient@51a0ac9d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12993 crafttweaker:ct_shaped2005317206 RecipeStage{tier='one', recipe=1xitem.pt.bronze_shovel@0:[net.minecraftforge.oredict.OreIngredient@241bc1b, net.minecraft.item.crafting.Ingredient@422c034e, net.minecraft.item.crafting.Ingredient@74e21bbb]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12994 crafttweaker:ct_shaped-1670857922 RecipeStage{tier='one', recipe=1xitem.pt.bronze_pickaxe@0:[net.minecraftforge.oredict.OreIngredient@207295fe, net.minecraftforge.oredict.OreIngredient@2fdc548f, net.minecraftforge.oredict.OreIngredient@d481449, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6913f998, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5d7a5c21, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12995 crafttweaker:ct_shaped1311259064 RecipeStage{tier='one', recipe=1xitem.pt.bronze_axe@0:[net.minecraftforge.oredict.OreIngredient@10cf032d, net.minecraftforge.oredict.OreIngredient@5de8a721, net.minecraftforge.oredict.OreIngredient@2b414a3d, net.minecraft.item.crafting.Ingredient@24558020, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4c6b29ec]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12996 crafttweaker:ct_shaped-431110850 RecipeStage{tier='one', recipe=1xitem.pt.copper_pickaxe@0:[net.minecraftforge.oredict.OreIngredient@54a25eef, net.minecraftforge.oredict.OreIngredient@7593e6e4, net.minecraftforge.oredict.OreIngredient@7dcf3cf6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@68fe5eea, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2eed203c, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12997 crafttweaker:ct_shaped1670625026 RecipeStage{tier='one', recipe=1xitem.pt.copper_sword@0:[net.minecraftforge.oredict.OreIngredient@44a347c3, net.minecraftforge.oredict.OreIngredient@408ffb2d, net.minecraft.item.crafting.Ingredient@5a1ce4d8]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12998 crafttweaker:ct_shaped1696477208 RecipeStage{tier='one', recipe=1xitem.pt.copper_shovel@0:[net.minecraftforge.oredict.OreIngredient@1db7c367, net.minecraft.item.crafting.Ingredient@43f4024d, net.minecraft.item.crafting.Ingredient@7c1ddf8d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12999 crafttweaker:ct_shaped-1840022036 RecipeStage{tier='tutorial', recipe=1xitem.pt.grass_fiber_mesh@0:[net.minecraft.item.crafting.Ingredient@419acef2, net.minecraft.item.crafting.Ingredient@6295815d, net.minecraft.item.crafting.Ingredient@1100128, net.minecraft.item.crafting.Ingredient@13635730]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13000 crafttweaker:ct_shapeless-2037517367 RecipeStage{tier='zero', recipe=8xitem.pt.coal_piece@1:[net.minecraft.item.crafting.Ingredient@499f6f0]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13001 crafttweaker:ct_shapeless1233548732 RecipeStage{tier='zero', recipe=2xitem.pt.dye_powder@3:[net.minecraft.item.crafting.Ingredient@4ac81057, net.minecraft.item.crafting.Ingredient@4b504167]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13002 crafttweaker:ct_shapeless2041349674 RecipeStage{tier='zero', recipe=2xitem.pt.dye_powder@7:[net.minecraft.item.crafting.Ingredient@420355ea, net.minecraft.item.crafting.Ingredient@966052c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13003 crafttweaker:ct_shapeless994697641 RecipeStage{tier='one', recipe=8xitem.pt.coal_piece@0:[net.minecraft.item.crafting.Ingredient@326e6ff]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13004 crafttweaker:ct_shapeless1968941212 RecipeStage{tier='zero', recipe=2xitem.pt.dye_powder@6:[net.minecraft.item.crafting.Ingredient@4a34c485, net.minecraft.item.crafting.Ingredient@12c0642c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13005 crafttweaker:ct_shapeless-2040906718 RecipeStage{tier='zero', recipe=3xitem.pt.dye_powder@2:[net.minecraft.item.crafting.Ingredient@2bb64c3d, net.minecraft.item.crafting.Ingredient@1f9346aa, net.minecraft.item.crafting.Ingredient@736fb931]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13006 crafttweaker:ct_shapeless-1650026755 RecipeStage{tier='zero', recipe=3xitem.pt.dye_powder@8:[net.minecraft.item.crafting.Ingredient@629f4274, net.minecraft.item.crafting.Ingredient@7bd12dbe, net.minecraft.item.crafting.Ingredient@7ef29278]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13007 crafttweaker:ct_shapeless983314087 RecipeStage{tier='zero', recipe=3xitem.pt.dye_powder@12:[net.minecraft.item.crafting.Ingredient@70da1aa6, net.minecraft.item.crafting.Ingredient@684e7a2b, net.minecraft.item.crafting.Ingredient@1a001641]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13008 crafttweaker:ct_shapeless-179859863 RecipeStage{tier='zero', recipe=2xitem.pt.dye_powder@10:[net.minecraft.item.crafting.Ingredient@700b362b, net.minecraft.item.crafting.Ingredient@50a40da6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13009 crafttweaker:ct_shapeless-848228719 RecipeStage{tier='zero', recipe=2xitem.pt.dye_powder@1:[net.minecraft.item.crafting.Ingredient@4b20babb, net.minecraft.item.crafting.Ingredient@51081f80]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13010 crafttweaker:ct_shapeless292154620 RecipeStage{tier='zero', recipe=2xitem.pt.dye_powder@5:[net.minecraft.item.crafting.Ingredient@781bd1e4, net.minecraft.item.crafting.Ingredient@8a22a7c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13011 crafttweaker:ct_shapeless989329180 RecipeStage{tier='zero', recipe=2xitem.pt.dye_powder@9:[net.minecraft.item.crafting.Ingredient@4619bcb1, net.minecraft.item.crafting.Ingredient@577c5fed]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13012 crafttweaker:ct_shapeless464063339 RecipeStage{tier='zero', recipe=4xitem.pt.dye_powder@2:[net.minecraft.item.crafting.Ingredient@714e2017, net.minecraft.item.crafting.Ingredient@68a61588, net.minecraft.item.crafting.Ingredient@63d1d019, net.minecraft.item.crafting.Ingredient@566778b9]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13013 crafttweaker:ct_shapeless-580899285 RecipeStage{tier='zero', recipe=2xitem.pt.dye_powder@12:[net.minecraft.item.crafting.Ingredient@5629b4fa, net.minecraft.item.crafting.Ingredient@e7bf1e2]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13014 crafttweaker:ct_shapeless1750173404 RecipeStage{tier='zero', recipe=2xitem.pt.dye_powder@2:[net.minecraft.item.crafting.Ingredient@6347a92c, net.minecraft.item.crafting.Ingredient@e08a74d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13015 crafttweaker:ct_shaped123671852 RecipeStage{tier='four', recipe=8xitem.programming_puzzle@15:[net.minecraft.item.crafting.Ingredient@151d4c12, net.minecraft.item.crafting.Ingredient@44b84bb2, net.minecraft.item.crafting.Ingredient@1a6894c0, net.minecraft.item.crafting.Ingredient@51116a0f, net.minecraft.item.crafting.Ingredient@2e13c1e3, net.minecraft.item.crafting.Ingredient@28f0fa48, net.minecraft.item.crafting.Ingredient@7660a502, net.minecraft.item.crafting.Ingredient@2cfbf8d3, net.minecraft.item.crafting.Ingredient@1c572876]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13016 crafttweaker:ct_shaped-1085844721 RecipeStage{tier='four', recipe=1xtile.flux_compressor@0:[net.minecraft.item.crafting.Ingredient@33dab30e, net.minecraftforge.oredict.OreIngredient@40e158c2, net.minecraft.item.crafting.Ingredient@33af1d6d, net.minecraft.item.crafting.Ingredient@161e87f6, net.minecraft.item.crafting.Ingredient@703a04f8, net.minecraft.item.crafting.Ingredient@3ad76575, net.minecraft.item.crafting.Ingredient@71584337, net.minecraft.item.crafting.Ingredient@139b5bdd, net.minecraft.item.crafting.Ingredient@33269092]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13017 crafttweaker:ct_shaped1649765262 RecipeStage{tier='four', recipe=8xitem.programming_puzzle@4:[net.minecraft.item.crafting.Ingredient@32dba74e, net.minecraft.item.crafting.Ingredient@1291bd9, net.minecraft.item.crafting.Ingredient@4825fd92, net.minecraft.item.crafting.Ingredient@4f804604, net.minecraft.item.crafting.Ingredient@208e696d, net.minecraft.item.crafting.Ingredient@69b04976, net.minecraft.item.crafting.Ingredient@e9ef0bf, net.minecraft.item.crafting.Ingredient@43e3270e, net.minecraft.item.crafting.Ingredient@1075fb1e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13018 crafttweaker:ct_shaped-1193631089 RecipeStage{tier='four', recipe=8xitem.programming_puzzle@12:[net.minecraft.item.crafting.Ingredient@7be5eb9f, net.minecraft.item.crafting.Ingredient@207e754, net.minecraft.item.crafting.Ingredient@58066b4d, net.minecraft.item.crafting.Ingredient@6794d658, net.minecraft.item.crafting.Ingredient@33f96026, net.minecraft.item.crafting.Ingredient@ef91c4a, net.minecraft.item.crafting.Ingredient@654e42db, net.minecraft.item.crafting.Ingredient@24296e3c, net.minecraft.item.crafting.Ingredient@5c29d2cf]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13019 crafttweaker:ct_shaped-8813099 RecipeStage{tier='four', recipe=8xtile.pressure_chamber_wall@0:[net.minecraft.item.crafting.Ingredient@1af48e4c, net.minecraft.item.crafting.Ingredient@d3b5f53, net.minecraft.item.crafting.Ingredient@628c8846, net.minecraft.item.crafting.Ingredient@70218172, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4e99f7d4, net.minecraft.item.crafting.Ingredient@198fe893, net.minecraft.item.crafting.Ingredient@1fc79d5c, net.minecraft.item.crafting.Ingredient@6311b5c7]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13020 crafttweaker:ct_shaped-729440021 RecipeStage{tier='four', recipe=8xtile.pressure_chamber_glass@0:[net.minecraft.item.crafting.Ingredient@6237c926, net.minecraft.item.crafting.Ingredient@49a7e83, net.minecraft.item.crafting.Ingredient@27142e31, net.minecraft.item.crafting.Ingredient@49450899, net.minecraftforge.oredict.OreIngredient@15e7866e, net.minecraft.item.crafting.Ingredient@425e9c37, net.minecraft.item.crafting.Ingredient@443d57eb, net.minecraft.item.crafting.Ingredient@255d9e35, net.minecraft.item.crafting.Ingredient@c20b806]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13021 crafttweaker:ct_shaped-152722628 RecipeStage{tier='four', recipe=8xitem.programming_puzzle@6:[net.minecraft.item.crafting.Ingredient@3a293291, net.minecraft.item.crafting.Ingredient@1405b830, net.minecraft.item.crafting.Ingredient@5d6030b3, net.minecraft.item.crafting.Ingredient@54095391, net.minecraft.item.crafting.Ingredient@27c74e3b, net.minecraft.item.crafting.Ingredient@1ebaa6cb, net.minecraft.item.crafting.Ingredient@4203e807, net.minecraft.item.crafting.Ingredient@5c08ae0d, net.minecraft.item.crafting.Ingredient@41239521]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13022 crafttweaker:ct_shaped791478481 RecipeStage{tier='four', recipe=8xitem.programming_puzzle@10:[net.minecraft.item.crafting.Ingredient@a64ef30, net.minecraft.item.crafting.Ingredient@577a6dab, net.minecraft.item.crafting.Ingredient@4e9bc98f, net.minecraft.item.crafting.Ingredient@134cd7e0, net.minecraft.item.crafting.Ingredient@3efca7d6, net.minecraft.item.crafting.Ingredient@3aef9297, net.minecraft.item.crafting.Ingredient@2aa8e3f4, net.minecraft.item.crafting.Ingredient@5f2ec296, net.minecraft.item.crafting.Ingredient@4b71cb2]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13023 crafttweaker:ct_shaped748521317 RecipeStage{tier='four', recipe=8xitem.programming_puzzle@5:[net.minecraft.item.crafting.Ingredient@420a4d99, net.minecraft.item.crafting.Ingredient@2fd0a16f, net.minecraft.item.crafting.Ingredient@6c3fc71, net.minecraft.item.crafting.Ingredient@3a2d3297, net.minecraft.item.crafting.Ingredient@2adbd6ce, net.minecraft.item.crafting.Ingredient@2ac123, net.minecraft.item.crafting.Ingredient@19938523, net.minecraft.item.crafting.Ingredient@4a79b50c, net.minecraft.item.crafting.Ingredient@3e60772b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13024 crafttweaker:ct_shaped-201076304 RecipeStage{tier='four', recipe=8xitem.programming_puzzle@11:[net.minecraft.item.crafting.Ingredient@68958a1d, net.minecraft.item.crafting.Ingredient@6daab0b1, net.minecraft.item.crafting.Ingredient@6afcb9dd, net.minecraft.item.crafting.Ingredient@57185286, net.minecraft.item.crafting.Ingredient@1399ef1a, net.minecraft.item.crafting.Ingredient@2b8eeae0, net.minecraft.item.crafting.Ingredient@24b39c1d, net.minecraft.item.crafting.Ingredient@312a666f, net.minecraft.item.crafting.Ingredient@6d97ae6f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13025 crafttweaker:ct_shaped1629045789 RecipeStage{tier='four', recipe=1xitem.armor_upgrade@0:[net.minecraft.item.crafting.Ingredient@319280d7, net.minecraftforge.oredict.OreIngredient@9f9a18c, net.minecraft.item.crafting.Ingredient@6b02a7c2, net.minecraftforge.oredict.OreIngredient@3bb6881b, net.minecraftforge.oredict.OreIngredient@1e873382, net.minecraftforge.oredict.OreIngredient@5ab6041f, net.minecraft.item.crafting.Ingredient@2474943c, net.minecraftforge.oredict.OreIngredient@2b8d36f9, net.minecraft.item.crafting.Ingredient@cb10b29]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13026 crafttweaker:ct_shaped-1711338746 RecipeStage{tier='four', recipe=2xitem.crop_support@0:[net.minecraftforge.oredict.OreIngredient@664d605c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6618cddd, net.minecraftforge.oredict.OreIngredient@24601519, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@200caaff, net.minecraftforge.oredict.OreIngredient@2d4e6122, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@d183773]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13027 crafttweaker:ct_shaped78356098 RecipeStage{tier='four', recipe=1xtile.pneumatic_dynamo@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@29742314, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6c6a3f97, net.minecraftforge.oredict.OreIngredient@32731449, net.minecraftforge.oredict.OreIngredient@7e1c0edb, net.minecraftforge.oredict.OreIngredient@7678ee8f, net.minecraft.item.crafting.Ingredient@4b53f150, net.minecraftforge.oredict.OreIngredient@61a8652f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13028 crafttweaker:ct_shaped58529801 RecipeStage{tier='four', recipe=8xitem.programming_puzzle@1:[net.minecraft.item.crafting.Ingredient@7f5cc517, net.minecraft.item.crafting.Ingredient@4ee150e5, net.minecraft.item.crafting.Ingredient@1a6ce118, net.minecraft.item.crafting.Ingredient@384f6e67, net.minecraft.item.crafting.Ingredient@21a26004, net.minecraft.item.crafting.Ingredient@65006aad, net.minecraft.item.crafting.Ingredient@18992334, net.minecraft.item.crafting.Ingredient@5be65a16, net.minecraft.item.crafting.Ingredient@69f6a32e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13029 crafttweaker:ct_shaped1438512833 RecipeStage{tier='four', recipe=8xitem.programming_puzzle@9:[net.minecraft.item.crafting.Ingredient@fc5f9bf, net.minecraft.item.crafting.Ingredient@5e14fbf0, net.minecraft.item.crafting.Ingredient@37cb2cce, net.minecraft.item.crafting.Ingredient@6bf806ca, net.minecraft.item.crafting.Ingredient@4bd0020b, net.minecraft.item.crafting.Ingredient@32e2bbfa, net.minecraft.item.crafting.Ingredient@5ca15c34, net.minecraft.item.crafting.Ingredient@77c4cf3c, net.minecraft.item.crafting.Ingredient@3ccf4b95]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13030 crafttweaker:ct_shaped-983248209 RecipeStage{tier='four', recipe=1xtile.assembly_laser@0:[net.minecraft.item.crafting.Ingredient@1b551a9d, net.minecraft.item.crafting.Ingredient@4d43b53f, net.minecraft.item.crafting.Ingredient@1c2f3e84, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5afa4d77, net.minecraftforge.oredict.OreIngredient@69483547, net.minecraft.item.crafting.Ingredient@39729f1c, net.minecraftforge.oredict.OreIngredient@5ccc4da8]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13031 crafttweaker:ct_shaped-842714144 RecipeStage{tier='four', recipe=8xitem.programming_puzzle@2:[net.minecraft.item.crafting.Ingredient@54d532b3, net.minecraft.item.crafting.Ingredient@7c1fd763, net.minecraft.item.crafting.Ingredient@51b82d83, net.minecraft.item.crafting.Ingredient@6fa78b11, net.minecraft.item.crafting.Ingredient@121a7cfc, net.minecraft.item.crafting.Ingredient@103c1513, net.minecraft.item.crafting.Ingredient@78e6a2, net.minecraft.item.crafting.Ingredient@53541abf, net.minecraft.item.crafting.Ingredient@126861b5]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13032 crafttweaker:ct_shaped1116226637 RecipeStage{tier='four', recipe=8xitem.programming_puzzle@14:[net.minecraft.item.crafting.Ingredient@628c7a66, net.minecraft.item.crafting.Ingredient@2506cd63, net.minecraft.item.crafting.Ingredient@56f4ba9e, net.minecraft.item.crafting.Ingredient@7c00c3c, net.minecraft.item.crafting.Ingredient@69e09e8, net.minecraft.item.crafting.Ingredient@1560a18d, net.minecraft.item.crafting.Ingredient@6633c9f5, net.minecraft.item.crafting.Ingredient@611588e3, net.minecraft.item.crafting.Ingredient@17b20c60]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13033 crafttweaker:ct_shaped-914275758 RecipeStage{tier='four', recipe=1xitem.pcb_blueprint@0:[net.minecraft.item.crafting.Ingredient@7cebbd2, net.minecraft.item.crafting.Ingredient@7f4ab6bf, net.minecraft.item.crafting.Ingredient@32557b25, net.minecraft.item.crafting.Ingredient@3583a003, net.minecraft.item.crafting.Ingredient@47619d4a, net.minecraft.item.crafting.Ingredient@6db43457, net.minecraft.item.crafting.Ingredient@74a1f697, net.minecraft.item.crafting.Ingredient@5c0ac3b8, net.minecraft.item.crafting.Ingredient@174a8ebe]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13034 crafttweaker:ct_shaped-1398827486 RecipeStage{tier='four', recipe=1xitem.gps_tool@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5b10068c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@207e4637, net.minecraftforge.oredict.OreIngredient@2a634683, net.minecraft.item.crafting.Ingredient@699f120f, net.minecraft.item.crafting.Ingredient@32e05dd6, net.minecraftforge.oredict.OreIngredient@60fdea43, net.minecraft.item.crafting.Ingredient@501aef81]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13035 crafttweaker:ct_shaped-1743958089 RecipeStage{tier='four', recipe=8xitem.programming_puzzle@3:[net.minecraft.item.crafting.Ingredient@418490e7, net.minecraft.item.crafting.Ingredient@71ba7bec, net.minecraft.item.crafting.Ingredient@7e9a286a, net.minecraft.item.crafting.Ingredient@79fbb6df, net.minecraft.item.crafting.Ingredient@1c9d02af, net.minecraft.item.crafting.Ingredient@3e5a6fcb, net.minecraft.item.crafting.Ingredient@11acc912, net.minecraft.item.crafting.Ingredient@35c5c8b6, net.minecraft.item.crafting.Ingredient@41393cdb]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13036 crafttweaker:ct_shaped-1955210518 RecipeStage{tier='four', recipe=8xitem.programming_puzzle@8:[net.minecraft.item.crafting.Ingredient@2cf02700, net.minecraft.item.crafting.Ingredient@5b638fd5, net.minecraft.item.crafting.Ingredient@40f86c77, net.minecraft.item.crafting.Ingredient@48af4f57, net.minecraft.item.crafting.Ingredient@654aa965, net.minecraft.item.crafting.Ingredient@22909f3e, net.minecraft.item.crafting.Ingredient@2108c4cf, net.minecraft.item.crafting.Ingredient@13eff24e, net.minecraft.item.crafting.Ingredient@23de60d7]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13037 crafttweaker:ct_shapeless-625724005 RecipeStage{tier='four', recipe=1xitem.printed_circuit_board@0:[net.minecraft.item.crafting.Ingredient@59172fd, net.minecraft.item.crafting.Ingredient@6258f03c, net.minecraft.item.crafting.Ingredient@ec903bb, net.minecraft.item.crafting.Ingredient@5e41126d, net.minecraft.item.crafting.Ingredient@504995c2, net.minecraft.item.crafting.Ingredient@753546e7, net.minecraft.item.crafting.Ingredient@33274721, net.minecraft.item.crafting.Ingredient@6523f952, net.minecraft.item.crafting.Ingredient@795897b1]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13038 crafttweaker:ct_shaped-1065747758 RecipeStage{tier='four', recipe=1xtile.poweradapters.mj@0:[net.minecraft.item.crafting.Ingredient@2685f403, net.minecraft.item.crafting.Ingredient@2f12a1bd, net.minecraft.item.crafting.Ingredient@55813464, net.minecraft.item.crafting.Ingredient@6859d47a, net.minecraft.item.crafting.Ingredient@6175009e, net.minecraft.item.crafting.Ingredient@5b504a44, net.minecraft.item.crafting.Ingredient@7ae675e, net.minecraft.item.crafting.Ingredient@217299d5, net.minecraft.item.crafting.Ingredient@684a1c95]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13039 crafttweaker:ct_shaped249131898 RecipeStage{tier='one', recipe=1xtile.primal.storage_crate@3:[net.minecraft.item.crafting.Ingredient@311179b2, net.minecraft.item.crafting.Ingredient@45f17c59, net.minecraft.item.crafting.Ingredient@70f8f903, net.minecraft.item.crafting.Ingredient@486efd3d, net.minecraft.item.crafting.Ingredient@7208d16b, net.minecraft.item.crafting.Ingredient@3cd578c7, net.minecraft.item.crafting.Ingredient@bd2bebf, net.minecraft.item.crafting.Ingredient@34ea3ded, net.minecraft.item.crafting.Ingredient@5d3192]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13040 crafttweaker:ct_shaped-1528138600 RecipeStage{tier='zero', recipe=1xtile.primal.barrel@5:[net.minecraft.item.crafting.Ingredient@1759621e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@960010c, net.minecraft.item.crafting.Ingredient@6c005098, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5382d2b, net.minecraft.item.crafting.Ingredient@59ade600, net.minecraft.item.crafting.Ingredient@50cce458, net.minecraft.item.crafting.Ingredient@3e26fa49]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13041 crafttweaker:ct_shaped-1498002646 RecipeStage{tier='zero', recipe=1xitem.primal.barrel_acacia_lid@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7a33d9d3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4c98ad73, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7b416e9c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@72bc270f, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13042 crafttweaker:ct_shaped-468764961 RecipeStage{tier='zero', recipe=4xitem.primal.thatching_wet@0:[net.minecraftforge.oredict.OreIngredient@16a595ca, net.minecraftforge.oredict.OreIngredient@1fdf4158, net.minecraftforge.oredict.OreIngredient@6f9af9b1, net.minecraftforge.oredict.OreIngredient@7c8d2f12]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13043 crafttweaker:ct_shaped757022623 RecipeStage{tier='five', recipe=1xitem.primal.emerald_workblade@0:[net.minecraft.item.crafting.Ingredient@463cfe8c, net.minecraft.item.crafting.Ingredient@230ca292, net.minecraft.item.crafting.Ingredient@1be39033, net.minecraft.item.crafting.Ingredient@e83d9e2, net.minecraft.item.crafting.Ingredient@2fea9e20, net.minecraft.item.crafting.Ingredient@6934b17d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6e51c660, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13044 crafttweaker:ct_shaped-1994173354 RecipeStage{tier='zero', recipe=3xtile.primal.slab_yew@0:[net.minecraft.item.crafting.Ingredient@7e8d5e81, net.minecraft.item.crafting.Ingredient@5edd4ee, net.minecraft.item.crafting.Ingredient@491e3277]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13045 crafttweaker:ct_shaped2012005194 RecipeStage{tier='zero', recipe=3xtile.primal.slat_lacquer@0:[net.minecraft.item.crafting.Ingredient@291c9ff2, net.minecraft.item.crafting.Ingredient@3d71b506, net.minecraft.item.crafting.Ingredient@56505ce2, net.minecraft.item.crafting.Ingredient@6e6551d5, net.minecraft.item.crafting.Ingredient@234ba0e4, net.minecraft.item.crafting.Ingredient@1322f80e, net.minecraft.item.crafting.Ingredient@474111c4, net.minecraft.item.crafting.Ingredient@36e0b00, net.minecraft.item.crafting.Ingredient@7d5cd709]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13046 crafttweaker:ct_shaped1908920650 RecipeStage{tier='one', recipe=1xitem.primal.flint_hoe@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@793aa224, net.minecraft.item.crafting.Ingredient@36ba53f6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@457f682a, net.minecraftforge.oredict.OreIngredient@5e800b13, net.minecraft.item.crafting.Ingredient@7207b965, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13047 crafttweaker:ct_shaped-900471240 RecipeStage{tier='zero', recipe=1xtile.primal.barrel@7:[net.minecraft.item.crafting.Ingredient@16c67130, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@28c665fa, net.minecraft.item.crafting.Ingredient@76c03b62, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3943684e, net.minecraft.item.crafting.Ingredient@1ca9d1a7, net.minecraft.item.crafting.Ingredient@7db9e7d, net.minecraft.item.crafting.Ingredient@70b7aecf]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13048 crafttweaker:ct_shaped-167982453 RecipeStage{tier='two', recipe=1xitem.primal.iron_workblade@0:[net.minecraftforge.oredict.OreIngredient@5294b98f, net.minecraft.item.crafting.Ingredient@627e93, net.minecraftforge.oredict.OreIngredient@5b913094, net.minecraftforge.oredict.OreIngredient@169d2cff, net.minecraft.item.crafting.Ingredient@6132a762, net.minecraftforge.oredict.OreIngredient@7237db31, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@20f04073, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13049 crafttweaker:ct_shaped-2110363140 RecipeStage{tier='one', recipe=1xtile.primal.storage_crate@5:[net.minecraft.item.crafting.Ingredient@5f756a46, net.minecraft.item.crafting.Ingredient@2b88df7d, net.minecraft.item.crafting.Ingredient@672a776e, net.minecraft.item.crafting.Ingredient@457b4020, net.minecraft.item.crafting.Ingredient@31a83593, net.minecraft.item.crafting.Ingredient@5c3667ec, net.minecraft.item.crafting.Ingredient@6813fa03, net.minecraft.item.crafting.Ingredient@77f6dd61, net.minecraft.item.crafting.Ingredient@7027aa1]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13050 crafttweaker:ct_shaped1480635132 RecipeStage{tier='zero', recipe=1xitem.primal.barrel_birch_lid@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@68e464aa, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1f504857, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5e8c8309, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4acf3d0b, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13051 crafttweaker:ct_shaped1716435617 RecipeStage{tier='zero', recipe=1xtile.primal.barrel@9:[net.minecraft.item.crafting.Ingredient@145c1cc, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1cca2343, net.minecraft.item.crafting.Ingredient@26e46f18, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@15f029aa, net.minecraft.item.crafting.Ingredient@3a94c179, net.minecraft.item.crafting.Ingredient@77892d53, net.minecraft.item.crafting.Ingredient@72100015]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13052 crafttweaker:ct_shaped495743084 RecipeStage{tier='zero', recipe=1xitem.primal.barrel_spruce_lid@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6639da84, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7a3a4033, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@44670992, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3605b9a3, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13053 crafttweaker:ct_shaped-1680760783 RecipeStage{tier='zero', recipe=1xitem.primal.armor_wolf_feet@0:[net.minecraft.item.crafting.Ingredient@1e40a81d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3653583e, net.minecraft.item.crafting.Ingredient@4a04fcff, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@51d78cbd]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13054 crafttweaker:ct_shaped886530923 RecipeStage{tier='zero', recipe=3xtile.primal.slat_acacia@0:[net.minecraft.item.crafting.Ingredient@4a4cd6da, net.minecraft.item.crafting.Ingredient@66f2e505, net.minecraft.item.crafting.Ingredient@bfc0e20, net.minecraft.item.crafting.Ingredient@6623c986, net.minecraft.item.crafting.Ingredient@4af5299e, net.minecraft.item.crafting.Ingredient@3bde2708, net.minecraft.item.crafting.Ingredient@5038a35d, net.minecraft.item.crafting.Ingredient@28af3f25, net.minecraft.item.crafting.Ingredient@4b754a77]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13055 crafttweaker:ct_shaped-1390230612 RecipeStage{tier='zero', recipe=1xtile.primal.barrel@0:[net.minecraft.item.crafting.Ingredient@159d276, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@14eebb4b, net.minecraft.item.crafting.Ingredient@4569e8e4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@242e34cc, net.minecraft.item.crafting.Ingredient@6b2b985d, net.minecraft.item.crafting.Ingredient@afe5290, net.minecraft.item.crafting.Ingredient@dab5e3]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13056 crafttweaker:ct_shaped113204068 RecipeStage{tier='zero', recipe=1xitem.primal.armor_wolf_body@0:[net.minecraft.item.crafting.Ingredient@55076960, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6259faed, net.minecraft.item.crafting.Ingredient@1acb5ee4, net.minecraft.item.crafting.Ingredient@4f6b85f3, net.minecraft.item.crafting.Ingredient@2149b917, net.minecraft.item.crafting.Ingredient@ceab141, net.minecraft.item.crafting.Ingredient@4c96e246, net.minecraft.item.crafting.Ingredient@5f41a23a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13057 crafttweaker:ct_shaped-959025985 RecipeStage{tier='one', recipe=1xtile.primal.storage_crate@8:[net.minecraft.item.crafting.Ingredient@332c29c4, net.minecraft.item.crafting.Ingredient@6a95e659, net.minecraft.item.crafting.Ingredient@116abd9f, net.minecraft.item.crafting.Ingredient@43689dfa, net.minecraft.item.crafting.Ingredient@11d8fe5a, net.minecraft.item.crafting.Ingredient@54ba6516, net.minecraft.item.crafting.Ingredient@1078ac5b, net.minecraft.item.crafting.Ingredient@17f864e3, net.minecraft.item.crafting.Ingredient@41846268]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13058 crafttweaker:ct_shaped1582835080 RecipeStage{tier='tutorial', recipe=1xitem.primal.flint_workblade@0:[net.minecraft.item.crafting.Ingredient@46912d9b, net.minecraftforge.oredict.OreIngredient@135e5b66, net.minecraft.item.crafting.Ingredient@4755fa92, net.minecraft.item.crafting.Ingredient@25a05732, net.minecraft.item.crafting.Ingredient@6a124be8, net.minecraft.item.crafting.Ingredient@b76b8a7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@639f5231, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13059 crafttweaker:ct_shaped-542487401 RecipeStage{tier='zero', recipe=3xtile.primal.slat_spruce@0:[net.minecraft.item.crafting.Ingredient@442180b7, net.minecraft.item.crafting.Ingredient@3c14ded0, net.minecraft.item.crafting.Ingredient@219fa75, net.minecraft.item.crafting.Ingredient@1b8e2edd, net.minecraft.item.crafting.Ingredient@53622123, net.minecraft.item.crafting.Ingredient@499a97c1, net.minecraft.item.crafting.Ingredient@49d06d5, net.minecraft.item.crafting.Ingredient@6e8f285d, net.minecraft.item.crafting.Ingredient@2ca67796]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13060 crafttweaker:ct_shaped-651188763 RecipeStage{tier='zero', recipe=1xitem.primal.barrel_jungle_lid@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@311fc95c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5dd8da04, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4a02cc22, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@55070833, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13061 crafttweaker:ct_shaped1917743722 RecipeStage{tier='zero', recipe=1xitem.primal.flint_axe@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1a1d6ee6, net.minecraft.item.crafting.Ingredient@10e8f5b, net.minecraftforge.oredict.OreIngredient@5db12084, net.minecraft.item.crafting.Ingredient@301afd91, net.minecraft.item.crafting.Ingredient@4101df2a, net.minecraft.item.crafting.Ingredient@3480e406, net.minecraftforge.oredict.OreIngredient@60e15712, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13062 crafttweaker:ct_shaped-1686340360 RecipeStage{tier='one', recipe=1xtile.primal.storage_crate@1:[net.minecraft.item.crafting.Ingredient@770c8ea, net.minecraft.item.crafting.Ingredient@4847afa1, net.minecraft.item.crafting.Ingredient@7bd4d27b, net.minecraft.item.crafting.Ingredient@116743d4, net.minecraft.item.crafting.Ingredient@1051fe8a, net.minecraft.item.crafting.Ingredient@651e7186, net.minecraft.item.crafting.Ingredient@38842054, net.minecraft.item.crafting.Ingredient@1356bd73, net.minecraft.item.crafting.Ingredient@ceca43d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13063 crafttweaker:ct_shaped-402650813 RecipeStage{tier='tutorial', recipe=1xitem.primal.flint_hatchet@0:[net.minecraftforge.oredict.OreIngredient@1a686667, net.minecraft.item.crafting.Ingredient@3f773fe, net.minecraft.item.crafting.Ingredient@256cfbd6, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13064 crafttweaker:ct_shaped-1997625844 RecipeStage{tier='zero', recipe=1xtile.primal.barrel@2:[net.minecraft.item.crafting.Ingredient@4c486e0a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@15ca62ba, net.minecraft.item.crafting.Ingredient@2d9a9b7e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6fea7750, net.minecraft.item.crafting.Ingredient@60dd7c99, net.minecraft.item.crafting.Ingredient@26c41d8a, net.minecraft.item.crafting.Ingredient@5ffc2347]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13065 crafttweaker:ct_shaped-1684634348 RecipeStage{tier='zero', recipe=1xtile.primal.barrel@4:[net.minecraft.item.crafting.Ingredient@63909f1f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@68220e40, net.minecraft.item.crafting.Ingredient@6e8c6683, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5054860e, net.minecraft.item.crafting.Ingredient@375b937c, net.minecraft.item.crafting.Ingredient@4f73dbd9, net.minecraft.item.crafting.Ingredient@424604ca]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13066 crafttweaker:ct_shaped331574756 RecipeStage{tier='zero', recipe=1xitem.primal.leather_cordage@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@36569e7a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5dfd2bbf, net.minecraft.item.crafting.Ingredient@c019eca, net.minecraft.item.crafting.Ingredient@7e13abd4]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13067 crafttweaker:ct_shaped2078860749 RecipeStage{tier='zero', recipe=1xitem.primal.barrel_ironwood_lid@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7c344f22, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@482023c8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@48d713c8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2b795c0d, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13068 crafttweaker:ct_shaped-436096339 RecipeStage{tier='zero', recipe=1xitem.primal.barrel_lacquer_lid@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@756a5b1f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3c1d1819, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4ca41501, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2d5cb1ac, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13069 crafttweaker:ct_shaped1432549710 RecipeStage{tier='zero', recipe=3xtile.primal.slat_jungle@0:[net.minecraft.item.crafting.Ingredient@a49a5bb, net.minecraft.item.crafting.Ingredient@5ec0b93b, net.minecraft.item.crafting.Ingredient@32a0b3ff, net.minecraft.item.crafting.Ingredient@7ab9a5d6, net.minecraft.item.crafting.Ingredient@3d1ab347, net.minecraft.item.crafting.Ingredient@66c8ccbe, net.minecraft.item.crafting.Ingredient@5140b4d3, net.minecraft.item.crafting.Ingredient@66602c38, net.minecraft.item.crafting.Ingredient@e882b38]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13070 crafttweaker:ct_shaped201949522 RecipeStage{tier='zero', recipe=1xitem.primal.barrel_dark_oak_lid@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2e05bb6b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7a377454, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1d5186c6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@52cfafbf, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13071 crafttweaker:ct_shaped1330059407 RecipeStage{tier='zero', recipe=1xitem.primal.flint_shears@0:[net.minecraft.item.crafting.Ingredient@5112886e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@10c6d3cc, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1b010a4, net.minecraft.item.crafting.Ingredient@2eade57a, net.minecraft.item.crafting.Ingredient@6bb94939]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13072 crafttweaker:ct_shaped1481273157 RecipeStage{tier='zero', recipe=3xtile.primal.slat_birch@0:[net.minecraft.item.crafting.Ingredient@4d47af31, net.minecraft.item.crafting.Ingredient@4c73b30d, net.minecraft.item.crafting.Ingredient@db419cc, net.minecraft.item.crafting.Ingredient@2ce579c2, net.minecraft.item.crafting.Ingredient@5c2b6548, net.minecraft.item.crafting.Ingredient@d914e1b, net.minecraft.item.crafting.Ingredient@20c65c1c, net.minecraft.item.crafting.Ingredient@27ea0aaf, net.minecraft.item.crafting.Ingredient@206c3a3f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13073 crafttweaker:ct_shaped240608716 RecipeStage{tier='zero', recipe=1xtile.primal.barrel@6:[net.minecraft.item.crafting.Ingredient@278a49bf, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@353ed7ee, net.minecraft.item.crafting.Ingredient@42760c94, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@38a7b27, net.minecraft.item.crafting.Ingredient@76380d58, net.minecraft.item.crafting.Ingredient@35fa25d6, net.minecraft.item.crafting.Ingredient@471a9d51]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13074 crafttweaker:ct_shaped-876943583 RecipeStage{tier='zero', recipe=1xitem.primal.barrel_yew_lid@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@171995d6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@21fd18a0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@45cd5ddc, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@562ea021, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13075 crafttweaker:ct_shaped-760367757 RecipeStage{tier='zero', recipe=1xtile.primal.mud_wet@0:[net.minecraft.item.crafting.Ingredient@dc22817, net.minecraft.item.crafting.Ingredient@44331917, net.minecraft.item.crafting.Ingredient@6bbf8ff0, net.minecraft.item.crafting.Ingredient@4833150e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13076 crafttweaker:ct_shaped1428879417 RecipeStage{tier='one', recipe=1xtile.primal.storage_crate@2:[net.minecraft.item.crafting.Ingredient@542d0e8f, net.minecraft.item.crafting.Ingredient@80a4ebc, net.minecraft.item.crafting.Ingredient@1fdd8042, net.minecraft.item.crafting.Ingredient@4f967dd2, net.minecraft.item.crafting.Ingredient@73734bd9, net.minecraft.item.crafting.Ingredient@295694a5, net.minecraft.item.crafting.Ingredient@5a7ade5d, net.minecraft.item.crafting.Ingredient@267e502d, net.minecraft.item.crafting.Ingredient@4fbaeab8]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13077 crafttweaker:ct_shaped-930823725 RecipeStage{tier='zero', recipe=3xtile.primal.slat_corypha@0:[net.minecraft.item.crafting.Ingredient@52d4ac56, net.minecraft.item.crafting.Ingredient@5e500867, net.minecraft.item.crafting.Ingredient@afbd4b8, net.minecraft.item.crafting.Ingredient@128c0075, net.minecraft.item.crafting.Ingredient@654da86e, net.minecraft.item.crafting.Ingredient@3b008790, net.minecraft.item.crafting.Ingredient@6f0aca5c, net.minecraft.item.crafting.Ingredient@1df7e060, net.minecraft.item.crafting.Ingredient@15f13568]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13078 crafttweaker:ct_shaped-1901833667 RecipeStage{tier='one', recipe=1xtile.primal.storage_crate@6:[net.minecraft.item.crafting.Ingredient@2af20c41, net.minecraft.item.crafting.Ingredient@13937b69, net.minecraft.item.crafting.Ingredient@31c56d9b, net.minecraft.item.crafting.Ingredient@2d0354be, net.minecraft.item.crafting.Ingredient@1729c55b, net.minecraft.item.crafting.Ingredient@1fe9ace4, net.minecraft.item.crafting.Ingredient@5dab337, net.minecraft.item.crafting.Ingredient@324ba196, net.minecraft.item.crafting.Ingredient@6b91a999]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13079 crafttweaker:ct_shaped-1695349141 RecipeStage{tier='zero', recipe=1xtile.primal.barrel@8:[net.minecraft.item.crafting.Ingredient@394da683, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@695ee996, net.minecraft.item.crafting.Ingredient@6f6b23a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@60cd1e1c, net.minecraft.item.crafting.Ingredient@34e0d538, net.minecraft.item.crafting.Ingredient@2a6c986b, net.minecraft.item.crafting.Ingredient@1938887e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13080 crafttweaker:ct_shaped-930615621 RecipeStage{tier='one', recipe=1xtile.primal.storage_crate@4:[net.minecraft.item.crafting.Ingredient@110d58bb, net.minecraft.item.crafting.Ingredient@237616b7, net.minecraft.item.crafting.Ingredient@6d176d72, net.minecraft.item.crafting.Ingredient@303163d6, net.minecraft.item.crafting.Ingredient@4b022deb, net.minecraft.item.crafting.Ingredient@58d25992, net.minecraft.item.crafting.Ingredient@e78c307, net.minecraft.item.crafting.Ingredient@35ec3ecd, net.minecraft.item.crafting.Ingredient@6f5b30ee]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13081 crafttweaker:ct_shaped-2119338253 RecipeStage{tier='zero', recipe=1xitem.primal.barrel_oak_lid@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@250fea5e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6da77503, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3969242c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@f03bfaf, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13082 crafttweaker:ct_shaped502311382 RecipeStage{tier='zero', recipe=1xitem.primal.barrel_corypha_lid@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5504e90b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3dd91c5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@73e59dd6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6189aac2, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13083 crafttweaker:ct_shaped275853182 RecipeStage{tier='one', recipe=1xtile.primal.storage_crate@7:[net.minecraft.item.crafting.Ingredient@13374b49, net.minecraft.item.crafting.Ingredient@7c8ba353, net.minecraft.item.crafting.Ingredient@23df9a39, net.minecraft.item.crafting.Ingredient@faceb3a, net.minecraft.item.crafting.Ingredient@26688485, net.minecraft.item.crafting.Ingredient@7583a20, net.minecraft.item.crafting.Ingredient@580966a0, net.minecraft.item.crafting.Ingredient@3094a3a0, net.minecraft.item.crafting.Ingredient@523a459b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13084 crafttweaker:ct_shaped2140845704 RecipeStage{tier='zero', recipe=1xtile.primal.barrel@1:[net.minecraft.item.crafting.Ingredient@1475ecc6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@75ab48e, net.minecraft.item.crafting.Ingredient@12469e66, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@12500728, net.minecraft.item.crafting.Ingredient@29f8da78, net.minecraft.item.crafting.Ingredient@7bd4e50d, net.minecraft.item.crafting.Ingredient@5dc7e1bf]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13085 crafttweaker:ct_shaped-1517815048 RecipeStage{tier='zero', recipe=1xitem.primal.flint_saw@0:[net.minecraftforge.oredict.OreIngredient@4fbcc468, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2078fcfd, net.minecraft.item.crafting.Ingredient@7cd89972, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1e70554f, net.minecraft.item.crafting.Ingredient@37465d6d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13086 crafttweaker:ct_shaped-1334717745 RecipeStage{tier='five', recipe=1xitem.primal.diamond_workblade@0:[net.minecraft.item.crafting.Ingredient@50bed06c, net.minecraft.item.crafting.Ingredient@6895c000, net.minecraft.item.crafting.Ingredient@74533a70, net.minecraft.item.crafting.Ingredient@71fbaca2, net.minecraft.item.crafting.Ingredient@57602f41, net.minecraft.item.crafting.Ingredient@1133606d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7c5e5881, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13087 crafttweaker:ct_shaped-278581218 RecipeStage{tier='zero', recipe=3xtile.primal.slat_oak@0:[net.minecraft.item.crafting.Ingredient@506c6514, net.minecraft.item.crafting.Ingredient@6a0527f, net.minecraft.item.crafting.Ingredient@c1a7ace, net.minecraft.item.crafting.Ingredient@28eb19c, net.minecraft.item.crafting.Ingredient@31f9301c, net.minecraft.item.crafting.Ingredient@354eaff6, net.minecraft.item.crafting.Ingredient@6a5d7f9b, net.minecraft.item.crafting.Ingredient@1d28211d, net.minecraft.item.crafting.Ingredient@65a98b74]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13088 crafttweaker:ct_shaped1922420086 RecipeStage{tier='zero', recipe=1xitem.primal.flint_shovel@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2558b928, net.minecraft.item.crafting.Ingredient@2478bbbf, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@780446e4, net.minecraftforge.oredict.OreIngredient@515f80bb, net.minecraft.item.crafting.Ingredient@312ee241, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13089 crafttweaker:ct_shaped-1206430959 RecipeStage{tier='zero', recipe=1xitem.primal.armor_wolf_legs@0:[net.minecraft.item.crafting.Ingredient@50ea1298, net.minecraft.item.crafting.Ingredient@a035d07, net.minecraft.item.crafting.Ingredient@27f45ea4, net.minecraft.item.crafting.Ingredient@610e9cf1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@61f03c9a, net.minecraft.item.crafting.Ingredient@710baec6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@740fcf3d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13090 crafttweaker:ct_shaped497891034 RecipeStage{tier='zero', recipe=1xtile.primal.thatch@0:[net.minecraft.item.crafting.Ingredient@61f32c59, net.minecraft.item.crafting.Ingredient@187c811]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13091 crafttweaker:ct_shaped624563036 RecipeStage{tier='zero', recipe=1xitem.primal.armor_wolf_head@0:[net.minecraft.item.crafting.Ingredient@2d563b79, net.minecraft.item.crafting.Ingredient@27aa6fc9, net.minecraft.item.crafting.Ingredient@5f430e81, net.minecraft.item.crafting.Ingredient@603b9238, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7c2ae0b5]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13092 crafttweaker:ct_shaped-1996664240 RecipeStage{tier='zero', recipe=3xtile.primal.slat_ironwood@0:[net.minecraft.item.crafting.Ingredient@80a0cde, net.minecraft.item.crafting.Ingredient@4ffa3c58, net.minecraft.item.crafting.Ingredient@73ecddcd, net.minecraft.item.crafting.Ingredient@5868b44d, net.minecraft.item.crafting.Ingredient@5c3f62, net.minecraft.item.crafting.Ingredient@1e5acbcd, net.minecraft.item.crafting.Ingredient@b4d6f7e, net.minecraft.item.crafting.Ingredient@161a6886, net.minecraft.item.crafting.Ingredient@77dce208]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13093 crafttweaker:ct_shaped1806536934 RecipeStage{tier='zero', recipe=3xtile.primal.slat_bigoak@0:[net.minecraft.item.crafting.Ingredient@3f904b9d, net.minecraft.item.crafting.Ingredient@5f46e58e, net.minecraft.item.crafting.Ingredient@1addf8b8, net.minecraft.item.crafting.Ingredient@a819549, net.minecraft.item.crafting.Ingredient@37f0eb27, net.minecraft.item.crafting.Ingredient@5f7212c2, net.minecraft.item.crafting.Ingredient@2a9f29ac, net.minecraft.item.crafting.Ingredient@2c32da6b, net.minecraft.item.crafting.Ingredient@1c2bb519]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13094 crafttweaker:ct_shaped2101062144 RecipeStage{tier='one', recipe=1xtile.primal.storage_crate@9:[net.minecraft.item.crafting.Ingredient@5380505c, net.minecraft.item.crafting.Ingredient@81c1c9, net.minecraft.item.crafting.Ingredient@3a5ab230, net.minecraft.item.crafting.Ingredient@7b985b1f, net.minecraft.item.crafting.Ingredient@2acbf680, net.minecraft.item.crafting.Ingredient@24cae599, net.minecraft.item.crafting.Ingredient@4b6e1802, net.minecraft.item.crafting.Ingredient@7217f2d3, net.minecraft.item.crafting.Ingredient@79d75e7]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13095 crafttweaker:ct_shaped30592535 RecipeStage{tier='zero', recipe=1xtile.primal.thatch_wet@0:[net.minecraft.item.crafting.Ingredient@7408aea0, net.minecraft.item.crafting.Ingredient@4f9d162b, net.minecraft.item.crafting.Ingredient@2d1e461, net.minecraft.item.crafting.Ingredient@6e8f9b91]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13096 crafttweaker:ct_shaped-1756422463 RecipeStage{tier='one', recipe=1xtile.primal.storage_crate@0:[net.minecraft.item.crafting.Ingredient@5f43454e, net.minecraft.item.crafting.Ingredient@78483cc3, net.minecraft.item.crafting.Ingredient@75373d47, net.minecraft.item.crafting.Ingredient@67767363, net.minecraft.item.crafting.Ingredient@22da23f6, net.minecraft.item.crafting.Ingredient@1bcdbd4a, net.minecraft.item.crafting.Ingredient@57dc6671, net.minecraft.item.crafting.Ingredient@3e5fa82, net.minecraft.item.crafting.Ingredient@7053ac9b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13097 crafttweaker:ct_shaped443653824 RecipeStage{tier='tutorial', recipe=1xitem.primal.flint_pickaxe@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6026836, net.minecraftforge.oredict.OreIngredient@32d96969, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1ec4b45a, net.minecraft.item.crafting.Ingredient@731ef46d, net.minecraft.item.crafting.Ingredient@664871e0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13098 crafttweaker:ct_shaped-1841130096 RecipeStage{tier='zero', recipe=1xtile.primal.barrel@3:[net.minecraft.item.crafting.Ingredient@1f23de61, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@247edfbb, net.minecraft.item.crafting.Ingredient@20c7fac5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5a5484c, net.minecraft.item.crafting.Ingredient@4745e4f, net.minecraft.item.crafting.Ingredient@5625ca7d, net.minecraft.item.crafting.Ingredient@492b03ae]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13099 crafttweaker:ct_shapeless530203363 RecipeStage{tier='zero', recipe=1xitem.primal.hide_tanned@0:[crafttweaker.api.minecraft.CraftTweakerMC$1@6663c5ef, net.minecraft.item.crafting.Ingredient@40c3794a, net.minecraft.item.crafting.Ingredient@38cd350d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13100 crafttweaker:ct_shapeless55497870 RecipeStage{tier='zero', recipe=2xitem.primal.hide_raw@0:[net.minecraftforge.oredict.OreIngredient@29ea67c9, net.minecraft.item.crafting.Ingredient@515e83a6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13101 crafttweaker:ct_shapeless962648000 RecipeStage{tier='zero', recipe=2xitem.primal.hide_raw@0:[net.minecraftforge.oredict.OreIngredient@a8ca9ee, net.minecraftforge.oredict.OreIngredient@5b3880ef]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13102 crafttweaker:ct_shapeless1815264034 RecipeStage{tier='zero', recipe=2xitem.primal.hide_raw@0:[net.minecraftforge.oredict.OreIngredient@2116706e, net.minecraftforge.oredict.OreIngredient@4f09459]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13103 crafttweaker:ct_shapeless1588928788 RecipeStage{tier='zero', recipe=2xitem.primal.hide_raw@0:[net.minecraftforge.oredict.OreIngredient@6bdc8ef0, net.minecraftforge.oredict.OreIngredient@747c549c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13104 crafttweaker:ct_shapeless903437545 RecipeStage{tier='zero', recipe=2xitem.primal.hide_raw@0:[net.minecraftforge.oredict.OreIngredient@66fbcf7d, net.minecraft.item.crafting.Ingredient@6629cda7]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13105 crafttweaker:ct_shapeless142014995 RecipeStage{tier='zero', recipe=1xitem.primal.corn_seeds@0:[net.minecraft.item.crafting.Ingredient@698d749c, net.minecraftforge.oredict.OreIngredient@7fc30585]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13106 crafttweaker:ct_shapeless706146435 RecipeStage{tier='two', recipe=3xitem.primal.plant_fiber_pulp@0:[net.minecraft.item.crafting.Ingredient@47fbad27, net.minecraft.item.crafting.Ingredient@6f17048a, crafttweaker.mc1120.item.VanillaIngredient@6dbcb460]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13107 crafttweaker:ct_shapeless518938021 RecipeStage{tier='two', recipe=3xitem.primal.plant_fiber_pulp@0:[net.minecraft.item.crafting.Ingredient@a346b7f, net.minecraft.item.crafting.Ingredient@10bc7d8b, crafttweaker.api.minecraft.CraftTweakerMC$1@47580842]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13108 crafttweaker:ct_shapeless1052751585 RecipeStage{tier='zero', recipe=1xtile.primal.logs_stacked@3:[net.minecraft.item.crafting.Ingredient@4f4fab7d, net.minecraft.item.crafting.Ingredient@66095e78]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13109 crafttweaker:ct_shapeless-526144062 RecipeStage{tier='zero', recipe=1xtile.primal.logs_stacked@4:[net.minecraft.item.crafting.Ingredient@152a2717, net.minecraft.item.crafting.Ingredient@12b727e8]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13110 crafttweaker:ct_shapeless-814484708 RecipeStage{tier='zero', recipe=1xitem.primal.mud_clump@0:[net.minecraft.item.crafting.Ingredient@20916280, net.minecraft.item.crafting.Ingredient@c471274, crafttweaker.mc1120.item.VanillaIngredient@48118e74]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13111 crafttweaker:ct_shapeless2054619879 RecipeStage{tier='zero', recipe=1xitem.primal.mud_clump@0:[net.minecraft.item.crafting.Ingredient@63b278f9, net.minecraft.item.crafting.Ingredient@481c836d, crafttweaker.mc1120.item.VanillaIngredient@7c7cfca8]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13112 crafttweaker:ct_shapeless414255625 RecipeStage{tier='zero', recipe=1xitem.primal.mud_clump@0:[net.minecraft.item.crafting.Ingredient@385abf7d, net.minecraft.item.crafting.Ingredient@485f7d3f, crafttweaker.api.minecraft.CraftTweakerMC$1@647498b2]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13113 crafttweaker:ct_shapeless511940683 RecipeStage{tier='zero', recipe=1xitem.primal.hide_raw@0:[net.minecraftforge.oredict.OreIngredient@7f76b128, net.minecraft.item.crafting.Ingredient@123a58ec, net.minecraft.item.crafting.Ingredient@213f6911, net.minecraft.item.crafting.Ingredient@614ec48c, net.minecraft.item.crafting.Ingredient@2bfbc67c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13114 crafttweaker:ct_shapeless1655162704 RecipeStage{tier='zero', recipe=1xitem.primal.plant_cloth@0:[net.minecraftforge.oredict.OreIngredient@6bc606d7, net.minecraftforge.oredict.OreIngredient@31eb8d5f, net.minecraftforge.oredict.OreIngredient@2696554a, net.minecraftforge.oredict.OreIngredient@53abafc2, net.minecraftforge.oredict.OreIngredient@880ebde, net.minecraftforge.oredict.OreIngredient@65ec0ee4, net.minecraftforge.oredict.OreIngredient@71c43b16, net.minecraftforge.oredict.OreIngredient@7f1f5f53, net.minecraftforge.oredict.OreIngredient@704e9575]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13115 crafttweaker:ct_shapeless-1498734200 RecipeStage{tier='zero', recipe=1xitem.primal.bark_ironwood@0:[crafttweaker.mc1120.item.VanillaIngredient@75d03eb6, net.minecraftforge.oredict.OreIngredient@259cb791]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13116 crafttweaker:ct_shapeless-363444899 RecipeStage{tier='zero', recipe=1xitem.primal.bark_ironwood@0:[crafttweaker.mc1120.item.VanillaIngredient@20fc81b6, net.minecraftforge.oredict.OreIngredient@249d5de1]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13117 crafttweaker:ct_shapeless1417155982 RecipeStage{tier='zero', recipe=1xitem.primal.bark_bigoak@0:[crafttweaker.mc1120.item.VanillaIngredient@50cce24a, net.minecraftforge.oredict.OreIngredient@10ace7fd]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13118 crafttweaker:ct_shapeless-537220594 RecipeStage{tier='zero', recipe=1xitem.primal.bark_birch@0:[crafttweaker.mc1120.item.VanillaIngredient@5499356f, net.minecraftforge.oredict.OreIngredient@1aa51848]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13119 crafttweaker:ct_shapeless-1700181727 RecipeStage{tier='zero', recipe=9xitem.primal.leather_strip@0:[net.minecraft.item.crafting.Ingredient@2dcc77e4, net.minecraftforge.oredict.OreIngredient@5aa8feaf]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13120 crafttweaker:ct_shapeless-1034753496 RecipeStage{tier='zero', recipe=1xitem.primal.bark_acacia@0:[crafttweaker.mc1120.item.VanillaIngredient@47078ad8, net.minecraftforge.oredict.OreIngredient@7552ad28]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13121 crafttweaker:ct_shapeless-248627439 RecipeStage{tier='zero', recipe=4xitem.primal.hide_raw@0:[net.minecraftforge.oredict.OreIngredient@3bef9731, net.minecraftforge.oredict.OreIngredient@26af4b65]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13122 crafttweaker:ct_shapeless-967863707 RecipeStage{tier='zero', recipe=1xtile.primal.logs_stacked@7:[net.minecraft.item.crafting.Ingredient@5d055422, net.minecraft.item.crafting.Ingredient@3d5e9947]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13123 crafttweaker:ct_shapeless-1432913435 RecipeStage{tier='zero', recipe=1xitem.primal.bark_spruce@0:[crafttweaker.mc1120.item.VanillaIngredient@7a4fc7c2, net.minecraftforge.oredict.OreIngredient@26e74f8d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13124 crafttweaker:ct_shapeless-2110594691 RecipeStage{tier='zero', recipe=1xitem.primal.bark_oak@0:[crafttweaker.mc1120.item.VanillaIngredient@51b4bb37, net.minecraftforge.oredict.OreIngredient@186984e7]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13125 crafttweaker:ct_shapeless-181725277 RecipeStage{tier='zero', recipe=1xitem.primal.hide_salted@0:[net.minecraft.item.crafting.Ingredient@1c9c21ff, net.minecraftforge.oredict.OreIngredient@9b8ec6, crafttweaker.api.minecraft.CraftTweakerMC$1@7402e0e1]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13126 crafttweaker:ct_shapeless60138979 RecipeStage{tier='tutorial', recipe=1xitem.primal.plant_cordage@0:[net.minecraft.item.crafting.Ingredient@20180c3a, net.minecraft.item.crafting.Ingredient@5df6521f, net.minecraft.item.crafting.Ingredient@1c71ad9]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13127 crafttweaker:ct_shapeless611031940 RecipeStage{tier='zero', recipe=1xtile.primal.logs_stacked@6:[net.minecraft.item.crafting.Ingredient@6221f7e8, net.minecraft.item.crafting.Ingredient@2384e4a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13128 crafttweaker:ct_shapeless-70944568 RecipeStage{tier='zero', recipe=1xtile.primal.logs_stacked@0:[net.minecraft.item.crafting.Ingredient@6d3192b8, net.minecraft.item.crafting.Ingredient@54194c15]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13129 crafttweaker:ct_shapeless-2105039709 RecipeStage{tier='zero', recipe=1xtile.primal.logs_stacked@5:[net.minecraft.item.crafting.Ingredient@396a7fc9, net.minecraft.item.crafting.Ingredient@79602cb0]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13130 crafttweaker:ct_shapeless-1521402195 RecipeStage{tier='zero', recipe=3xitem.primal.hide_raw@0:[net.minecraftforge.oredict.OreIngredient@18a5d576, net.minecraft.item.crafting.Ingredient@6c24b93]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13131 crafttweaker:ct_shapeless1047814768 RecipeStage{tier='zero', recipe=3xitem.primal.hide_raw@0:[net.minecraftforge.oredict.OreIngredient@6c3ce8b5, net.minecraftforge.oredict.OreIngredient@14414c2e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13132 crafttweaker:ct_shapeless385715606 RecipeStage{tier='zero', recipe=3xitem.primal.hide_raw@0:[net.minecraftforge.oredict.OreIngredient@227925b5, net.minecraft.item.crafting.Ingredient@36f36cba]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13133 crafttweaker:ct_shapeless-84424417 RecipeStage{tier='zero', recipe=1xtile.primal.logs_stacked@1:[net.minecraft.item.crafting.Ingredient@3d015391, net.minecraft.item.crafting.Ingredient@233f5823]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13134 crafttweaker:ct_shapeless-110192717 RecipeStage{tier='zero', recipe=1xitem.primal.bark_yew@0:[crafttweaker.mc1120.item.VanillaIngredient@4880957c, net.minecraftforge.oredict.OreIngredient@65bbb66a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13135 crafttweaker:ct_shapeless13003016 RecipeStage{tier='zero', recipe=1xitem.primal.bark_jungle@0:[crafttweaker.mc1120.item.VanillaIngredient@5291ec97, net.minecraftforge.oredict.OreIngredient@b3658a6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13136 crafttweaker:ct_shapeless-737967232 RecipeStage{tier='zero', recipe=6xitem.primal.hide_raw@0:[net.minecraftforge.oredict.OreIngredient@475107c9, net.minecraft.item.crafting.Ingredient@7f61e1af]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13137 crafttweaker:ct_shapeless-1663320064 RecipeStage{tier='zero', recipe=1xtile.primal.logs_stacked@2:[net.minecraft.item.crafting.Ingredient@22494f80, net.minecraft.item.crafting.Ingredient@1b03c007]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13138 crafttweaker:stage_three_item.primal.nether_cordage RecipeStage{tier='three', recipe=1xitem.primal.nether_cordage@0:[net.minecraft.item.crafting.Ingredient@54a3e3e1, net.minecraft.item.crafting.Ingredient@24bf0c43, net.minecraft.item.crafting.Ingredient@4c62621b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13139 crafttweaker:tile.primal.schist_blue_stone_stacked RecipeStage{tier='zero', recipe=1xtile.primal.schist_blue_stone@2:[net.minecraft.item.crafting.Ingredient@49649068, net.minecraft.item.crafting.Ingredient@213ce4e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13140 crafttweaker:tile.primal.schist_blue_stone_brick RecipeStage{tier='zero', recipe=1xtile.primal.schist_blue_stone@3:[net.minecraft.item.crafting.Ingredient@5e92175b, net.minecraft.item.crafting.Ingredient@1bfc428, net.minecraft.item.crafting.Ingredient@6c35e3a7, net.minecraft.item.crafting.Ingredient@704821d1]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13141 crafttweaker:tile.primal.schist_blue_stone_pillar RecipeStage{tier='two', recipe=6xtile.primal.schist_blue_stone@7:[net.minecraft.item.crafting.Ingredient@3e2ed84c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@41cfd525, net.minecraft.item.crafting.Ingredient@2a43e60, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3353c14c, net.minecraft.item.crafting.Ingredient@7b7793d2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@44ae1764]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13142 crafttweaker:tile.primal.wall_schist_blue RecipeStage{tier='zero', recipe=6xtile.primal.wall@5:[net.minecraft.item.crafting.Ingredient@675a76af, net.minecraft.item.crafting.Ingredient@4aae92a9, net.minecraft.item.crafting.Ingredient@d00712d, net.minecraft.item.crafting.Ingredient@392152de, net.minecraft.item.crafting.Ingredient@dfab45b, net.minecraft.item.crafting.Ingredient@33ff5497]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13143 crafttweaker:tile.primal.blue_stone_stacked RecipeStage{tier='zero', recipe=1xtile.primal.blue_stone@2:[net.minecraft.item.crafting.Ingredient@3d78c2dc, net.minecraft.item.crafting.Ingredient@efcd00f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13144 crafttweaker:tile.primal.blue_stone_brick RecipeStage{tier='zero', recipe=1xtile.primal.blue_stone@3:[net.minecraft.item.crafting.Ingredient@567ce5e7, net.minecraft.item.crafting.Ingredient@1fee4853, net.minecraft.item.crafting.Ingredient@647b0750, net.minecraft.item.crafting.Ingredient@cefcf78]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13145 crafttweaker:tile.primal.blue_stone_pillar RecipeStage{tier='two', recipe=6xtile.primal.blue_stone@7:[net.minecraft.item.crafting.Ingredient@3d8d40df, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@504c3bed, net.minecraft.item.crafting.Ingredient@6c31f733, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1ed761c2, net.minecraft.item.crafting.Ingredient@490b517f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@78a998e0]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13146 crafttweaker:tile.primal.wall_blue RecipeStage{tier='zero', recipe=6xtile.primal.wall@2:[net.minecraft.item.crafting.Ingredient@1bc270a9, net.minecraft.item.crafting.Ingredient@3ebecb62, net.minecraft.item.crafting.Ingredient@2d2de563, net.minecraft.item.crafting.Ingredient@197716be, net.minecraft.item.crafting.Ingredient@11b86a01, net.minecraft.item.crafting.Ingredient@5995468f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13147 crafttweaker:tile.primal.soul_stone_stacked RecipeStage{tier='three', recipe=1xtile.primal.soul_stone@2:[net.minecraft.item.crafting.Ingredient@1bd1b623, net.minecraft.item.crafting.Ingredient@3ab29101]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13148 crafttweaker:tile.primal.soul_stone_brick RecipeStage{tier='three', recipe=1xtile.primal.soul_stone@3:[net.minecraft.item.crafting.Ingredient@68080c34, net.minecraft.item.crafting.Ingredient@1b5a8e84, net.minecraft.item.crafting.Ingredient@dac4362, net.minecraft.item.crafting.Ingredient@23b8f14f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13149 crafttweaker:tile.primal.soul_stone_pillar RecipeStage{tier='three', recipe=6xtile.primal.soul_stone@7:[net.minecraft.item.crafting.Ingredient@b7920a0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4498a1e5, net.minecraft.item.crafting.Ingredient@2bc05d47, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4f96e3f9, net.minecraft.item.crafting.Ingredient@d28b68b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@cbeb942]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13150 crafttweaker:tile.primal.wall_soul RecipeStage{tier='four', recipe=6xtile.primal.wall@12:[net.minecraft.item.crafting.Ingredient@25bde7f7, net.minecraft.item.crafting.Ingredient@5dcc5192, net.minecraft.item.crafting.Ingredient@1598284e, net.minecraft.item.crafting.Ingredient@6c95e716, net.minecraft.item.crafting.Ingredient@265d272c, net.minecraft.item.crafting.Ingredient@1922b2b4]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13151 crafttweaker:tile.primal.carbonate_stone_stacked RecipeStage{tier='zero', recipe=1xtile.primal.carbonate_stone@2:[net.minecraft.item.crafting.Ingredient@4dac2386, net.minecraft.item.crafting.Ingredient@e42c072]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13152 crafttweaker:tile.primal.carbonate_stone_brick RecipeStage{tier='zero', recipe=1xtile.primal.carbonate_stone@3:[net.minecraft.item.crafting.Ingredient@4169f2d1, net.minecraft.item.crafting.Ingredient@4d524f5a, net.minecraft.item.crafting.Ingredient@614ee565, net.minecraft.item.crafting.Ingredient@7997e86e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13153 crafttweaker:tile.primal.carbonate_stone_pillar RecipeStage{tier='two', recipe=6xtile.primal.carbonate_stone@7:[net.minecraft.item.crafting.Ingredient@77e662f7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2811cbce, net.minecraft.item.crafting.Ingredient@3ee26664, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@78f03d4e, net.minecraft.item.crafting.Ingredient@3cc5197d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1a2cfa90]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13154 crafttweaker:tile.primal.wall_carbonate RecipeStage{tier='zero', recipe=6xtile.primal.wall@9:[net.minecraft.item.crafting.Ingredient@37506ef7, net.minecraft.item.crafting.Ingredient@4eb32f1e, net.minecraft.item.crafting.Ingredient@5a29d944, net.minecraft.item.crafting.Ingredient@27ac40eb, net.minecraft.item.crafting.Ingredient@13bfa53f, net.minecraft.item.crafting.Ingredient@44a3a389]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13155 crafttweaker:tile.primal.ferro_stone_stacked RecipeStage{tier='zero', recipe=1xtile.primal.ferro_stone@2:[net.minecraft.item.crafting.Ingredient@50d4b1a0, net.minecraft.item.crafting.Ingredient@15ba1849]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13156 crafttweaker:tile.primal.ferro_stone_brick RecipeStage{tier='zero', recipe=1xtile.primal.ferro_stone@3:[net.minecraft.item.crafting.Ingredient@7b42d19c, net.minecraft.item.crafting.Ingredient@22a48a96, net.minecraft.item.crafting.Ingredient@578866d3, net.minecraft.item.crafting.Ingredient@1235443b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13157 crafttweaker:tile.primal.ferro_stone_pillar RecipeStage{tier='two', recipe=6xtile.primal.ferro_stone@7:[net.minecraft.item.crafting.Ingredient@7f96a9d0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@79607c8e, net.minecraft.item.crafting.Ingredient@6dca238f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@55e6b691, net.minecraft.item.crafting.Ingredient@1f745dd4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@650ac6b8]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13158 crafttweaker:tile.primal.wall_ferro RecipeStage{tier='zero', recipe=6xtile.primal.wall@8:[net.minecraft.item.crafting.Ingredient@596047cd, net.minecraft.item.crafting.Ingredient@39d2304e, net.minecraft.item.crafting.Ingredient@475505d, net.minecraft.item.crafting.Ingredient@3779696d, net.minecraft.item.crafting.Ingredient@6cfc1e60, net.minecraft.item.crafting.Ingredient@440413f1]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13159 crafttweaker:tile.primal.terracotta_block_stacked RecipeStage{tier='zero', recipe=1xtile.primal.terracotta_block@2:[net.minecraft.item.crafting.Ingredient@6a5d5494, net.minecraft.item.crafting.Ingredient@16937ab3]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13160 crafttweaker:tile.primal.terracotta_block_brick RecipeStage{tier='zero', recipe=1xtile.primal.terracotta_block@3:[net.minecraft.item.crafting.Ingredient@1a90691f, net.minecraft.item.crafting.Ingredient@7e6f6a27, net.minecraft.item.crafting.Ingredient@7e96688a, net.minecraft.item.crafting.Ingredient@735dc309]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13161 crafttweaker:tile.primal.terracotta_block_pillar RecipeStage{tier='zero', recipe=6xtile.primal.terracotta_block@7:[net.minecraft.item.crafting.Ingredient@6a1c94ec, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6f27f5da, net.minecraft.item.crafting.Ingredient@2238128c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3f60c849, net.minecraft.item.crafting.Ingredient@315590bd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@618c3a68]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13162 crafttweaker:tile.primal.wall_terra RecipeStage{tier='zero', recipe=6xtile.primal.wall@14:[net.minecraft.item.crafting.Ingredient@342e8a7, net.minecraft.item.crafting.Ingredient@3ad94a06, net.minecraft.item.crafting.Ingredient@2794f598, net.minecraft.item.crafting.Ingredient@27cbd478, net.minecraft.item.crafting.Ingredient@33d807f6, net.minecraft.item.crafting.Ingredient@4321f2f1]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13163 crafttweaker:tile.primal.ortho_stone_stacked RecipeStage{tier='zero', recipe=1xtile.primal.ortho_stone@2:[net.minecraft.item.crafting.Ingredient@4399f738, net.minecraft.item.crafting.Ingredient@3a889327]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13164 crafttweaker:tile.primal.ortho_stone_brick RecipeStage{tier='zero', recipe=1xtile.primal.ortho_stone@3:[net.minecraft.item.crafting.Ingredient@499cd437, net.minecraft.item.crafting.Ingredient@566118f, net.minecraft.item.crafting.Ingredient@94a062c, net.minecraft.item.crafting.Ingredient@77a5bd89]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13165 crafttweaker:tile.primal.ortho_stone_pillar RecipeStage{tier='two', recipe=6xtile.primal.ortho_stone@7:[net.minecraft.item.crafting.Ingredient@5837f226, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6de87ac6, net.minecraft.item.crafting.Ingredient@34ca6a31, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6e59d0d4, net.minecraft.item.crafting.Ingredient@918a9fb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2708dc54]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13166 crafttweaker:tile.primal.wall_ortho RecipeStage{tier='zero', recipe=6xtile.primal.wall@3:[net.minecraft.item.crafting.Ingredient@40f4a166, net.minecraft.item.crafting.Ingredient@600b06dc, net.minecraft.item.crafting.Ingredient@2c902c57, net.minecraft.item.crafting.Ingredient@4d1bafed, net.minecraft.item.crafting.Ingredient@2801d8b9, net.minecraft.item.crafting.Ingredient@10040683]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13167 crafttweaker:tile.primal.sarsen_stone_stacked RecipeStage{tier='zero', recipe=1xtile.primal.sarsen_stone@2:[net.minecraft.item.crafting.Ingredient@3ddb6240, net.minecraft.item.crafting.Ingredient@2dafc6d1]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13168 crafttweaker:tile.primal.sarsen_stone_brick RecipeStage{tier='zero', recipe=1xtile.primal.sarsen_stone@3:[net.minecraft.item.crafting.Ingredient@b4d17cd, net.minecraft.item.crafting.Ingredient@3b4d3839, net.minecraft.item.crafting.Ingredient@5d629472, net.minecraft.item.crafting.Ingredient@ea85841]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13169 crafttweaker:tile.primal.sarsen_stone_pillar RecipeStage{tier='two', recipe=6xtile.primal.sarsen_stone@7:[net.minecraft.item.crafting.Ingredient@6d38c526, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3fe6a448, net.minecraft.item.crafting.Ingredient@76ee76c2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3a48420e, net.minecraft.item.crafting.Ingredient@1172b194, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1b3c8316]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13170 crafttweaker:tile.primal.wall_sarsen RecipeStage{tier='zero', recipe=6xtile.primal.wall@1:[net.minecraft.item.crafting.Ingredient@1e61bed5, net.minecraft.item.crafting.Ingredient@66c1d725, net.minecraft.item.crafting.Ingredient@623b2478, net.minecraft.item.crafting.Ingredient@1de02f1a, net.minecraft.item.crafting.Ingredient@e64ad65, net.minecraft.item.crafting.Ingredient@66f42b73]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13171 crafttweaker:tile.primal.common_stone_stacked RecipeStage{tier='zero', recipe=1xtile.primal.common_stone@2:[net.minecraft.item.crafting.Ingredient@5dd7cb31, net.minecraft.item.crafting.Ingredient@4153b76e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13172 crafttweaker:tile.primal.common_stone_brick RecipeStage{tier='zero', recipe=1xtile.primal.common_stone@3:[net.minecraft.item.crafting.Ingredient@6a7725a4, net.minecraft.item.crafting.Ingredient@2d9f242a, net.minecraft.item.crafting.Ingredient@4e72fceb, net.minecraft.item.crafting.Ingredient@12c6ca8c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13173 crafttweaker:tile.primal.common_stone_pillar RecipeStage{tier='two', recipe=6xtile.primal.common_stone@7:[net.minecraft.item.crafting.Ingredient@41cf8775, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@15255512, net.minecraft.item.crafting.Ingredient@4ce976f9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@68df5742, net.minecraft.item.crafting.Ingredient@55968103, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6aa4d366]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13174 crafttweaker:tile.primal.wall_common RecipeStage{tier='zero', recipe=6xtile.primal.wall@0:[net.minecraft.item.crafting.Ingredient@6d7d3e75, net.minecraft.item.crafting.Ingredient@7f8a01df, net.minecraft.item.crafting.Ingredient@1e7509b4, net.minecraft.item.crafting.Ingredient@5206d6ff, net.minecraft.item.crafting.Ingredient@568cc45c, net.minecraft.item.crafting.Ingredient@7927b3ab]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13175 crafttweaker:tile.primal.ciniscotta_block_stacked RecipeStage{tier='three', recipe=1xtile.primal.ciniscotta_block@2:[net.minecraft.item.crafting.Ingredient@4fa92d92, net.minecraft.item.crafting.Ingredient@2b7cabb6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13176 crafttweaker:tile.primal.ciniscotta_block_brick RecipeStage{tier='three', recipe=1xtile.primal.ciniscotta_block@3:[net.minecraft.item.crafting.Ingredient@1be234a1, net.minecraft.item.crafting.Ingredient@5f1c769d, net.minecraft.item.crafting.Ingredient@595f1551, net.minecraft.item.crafting.Ingredient@173024d7]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13177 crafttweaker:tile.primal.ciniscotta_block_pillar RecipeStage{tier='three', recipe=6xtile.primal.ciniscotta_block@7:[net.minecraft.item.crafting.Ingredient@1dfd5dac, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@21697810, net.minecraft.item.crafting.Ingredient@3d04f1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@16bd8ebd, net.minecraft.item.crafting.Ingredient@61dab1fb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@b99fc28]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13178 crafttweaker:tile.primal.porphyry_stone_stacked RecipeStage{tier='zero', recipe=1xtile.primal.porphyry_stone@2:[net.minecraft.item.crafting.Ingredient@636b6b26, net.minecraft.item.crafting.Ingredient@19d9d990]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13179 crafttweaker:tile.primal.porphyry_stone_brick RecipeStage{tier='zero', recipe=1xtile.primal.porphyry_stone@3:[net.minecraft.item.crafting.Ingredient@2db8f639, net.minecraft.item.crafting.Ingredient@6904271a, net.minecraft.item.crafting.Ingredient@518e4347, net.minecraft.item.crafting.Ingredient@6cc15bf]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13180 crafttweaker:tile.primal.porphyry_stone_pillar RecipeStage{tier='zero', recipe=6xtile.primal.porphyry_stone@7:[net.minecraft.item.crafting.Ingredient@6caf3261, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@24dbe419, net.minecraft.item.crafting.Ingredient@7ec1fbe, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@616b9311, net.minecraft.item.crafting.Ingredient@74c28967, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@f4250ca]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13181 crafttweaker:tile.primal.schist_green_stone_stacked RecipeStage{tier='zero', recipe=1xtile.primal.schist_green_stone@2:[net.minecraft.item.crafting.Ingredient@6834af73, net.minecraft.item.crafting.Ingredient@557a4a7f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13182 crafttweaker:tile.primal.schist_green_stone_brick RecipeStage{tier='zero', recipe=1xtile.primal.schist_green_stone@3:[net.minecraft.item.crafting.Ingredient@35936806, net.minecraft.item.crafting.Ingredient@284aba7e, net.minecraft.item.crafting.Ingredient@65c8d733, net.minecraft.item.crafting.Ingredient@62e64047]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13183 crafttweaker:tile.primal.schist_green_stone_pillar RecipeStage{tier='two', recipe=6xtile.primal.schist_green_stone@7:[net.minecraft.item.crafting.Ingredient@4c1bc745, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@317f1df2, net.minecraft.item.crafting.Ingredient@122d35a1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4299bbdb, net.minecraft.item.crafting.Ingredient@502a6d22, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@19f37a58]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13184 crafttweaker:tile.primal.wall_schist_green RecipeStage{tier='zero', recipe=6xtile.primal.wall@4:[net.minecraft.item.crafting.Ingredient@6288c4fa, net.minecraft.item.crafting.Ingredient@6dc0fc13, net.minecraft.item.crafting.Ingredient@6e80dff4, net.minecraft.item.crafting.Ingredient@6c2359c6, net.minecraft.item.crafting.Ingredient@4828efac, net.minecraft.item.crafting.Ingredient@22e2b2de]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13185 crafttweaker:tile.primal.nether_stone_stacked RecipeStage{tier='three', recipe=1xtile.primal.nether_stone@2:[net.minecraft.item.crafting.Ingredient@4a75b609, net.minecraft.item.crafting.Ingredient@3cee2be8]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13186 crafttweaker:tile.primal.nether_stone_brick RecipeStage{tier='three', recipe=1xtile.primal.nether_stone@3:[net.minecraft.item.crafting.Ingredient@3334e656, net.minecraft.item.crafting.Ingredient@477d6ac, net.minecraft.item.crafting.Ingredient@63d5edd5, net.minecraft.item.crafting.Ingredient@2ea93b2c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13187 crafttweaker:tile.primal.nether_stone_pillar RecipeStage{tier='three', recipe=6xtile.primal.nether_stone@7:[net.minecraft.item.crafting.Ingredient@3a3b7ef9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@430da4, net.minecraft.item.crafting.Ingredient@4c34e33c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2ba3c1cd, net.minecraft.item.crafting.Ingredient@4a8eaef6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5238a42e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13188 crafttweaker:tile.primal.wall_nether RecipeStage{tier='zero', recipe=6xtile.primal.wall@10:[net.minecraft.item.crafting.Ingredient@39fe9056, net.minecraft.item.crafting.Ingredient@ce6930d, net.minecraft.item.crafting.Ingredient@33206579, net.minecraft.item.crafting.Ingredient@242ebee7, net.minecraft.item.crafting.Ingredient@699ff614, net.minecraft.item.crafting.Ingredient@51597ed1]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13189 crafttweaker:tile.primal.mud_dried_stacked RecipeStage{tier='zero', recipe=1xtile.primal.mud_dried@2:[net.minecraft.item.crafting.Ingredient@61e2c22e, net.minecraft.item.crafting.Ingredient@30ea9173]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13190 crafttweaker:tile.primal.mud_dried_brick RecipeStage{tier='zero', recipe=1xtile.primal.mud_dried@3:[net.minecraft.item.crafting.Ingredient@2653fe2c, net.minecraft.item.crafting.Ingredient@3ce6a3c1, net.minecraft.item.crafting.Ingredient@4b62e5c1, net.minecraft.item.crafting.Ingredient@2fe784d7]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13191 crafttweaker:tile.primal.mud_dried_pillar RecipeStage{tier='zero', recipe=6xtile.primal.mud_dried@7:[net.minecraft.item.crafting.Ingredient@16fcad99, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1f0dfc2c, net.minecraft.item.crafting.Ingredient@431d5ee1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@504fab69, net.minecraft.item.crafting.Ingredient@232c449c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@53b03049]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13192 crafttweaker:tile.primal.nether_earth_stacked RecipeStage{tier='three', recipe=1xtile.primal.nether_earth@2:[net.minecraft.item.crafting.Ingredient@7af38688, net.minecraft.item.crafting.Ingredient@574a6e5c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13193 crafttweaker:tile.primal.nether_earth_brick RecipeStage{tier='three', recipe=1xtile.primal.nether_earth@3:[net.minecraft.item.crafting.Ingredient@1603c88d, net.minecraft.item.crafting.Ingredient@44e3807c, net.minecraft.item.crafting.Ingredient@224299ae, net.minecraft.item.crafting.Ingredient@267e3b34]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13194 crafttweaker:tile.primal.nether_earth_pillar RecipeStage{tier='three', recipe=6xtile.primal.nether_earth@7:[net.minecraft.item.crafting.Ingredient@2e31c8d6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@76095d0c, net.minecraft.item.crafting.Ingredient@4030358a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@17c01123, net.minecraft.item.crafting.Ingredient@37970c75, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@b4ac6b6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13195 crafttweaker:tile.primal.eroded_end_stone_stacked RecipeStage{tier='four', recipe=1xtile.primal.eroded_end_stone@2:[net.minecraft.item.crafting.Ingredient@4a972e30, net.minecraft.item.crafting.Ingredient@5d497748]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13196 crafttweaker:tile.primal.eroded_end_stone_brick RecipeStage{tier='four', recipe=1xtile.primal.eroded_end_stone@3:[net.minecraft.item.crafting.Ingredient@52b22c30, net.minecraft.item.crafting.Ingredient@f102fa6, net.minecraft.item.crafting.Ingredient@7c8576da, net.minecraft.item.crafting.Ingredient@6a60ad35]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13197 crafttweaker:tile.primal.eroded_end_stone_pillar RecipeStage{tier='four', recipe=6xtile.primal.eroded_end_stone@7:[net.minecraft.item.crafting.Ingredient@2970cfe5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2713b872, net.minecraft.item.crafting.Ingredient@70f729ec, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1f113bc2, net.minecraft.item.crafting.Ingredient@30b1d022, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@adb3e6e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13198 crafttweaker:tile.primal.wall_end RecipeStage{tier='three', recipe=6xtile.primal.wall@11:[net.minecraft.item.crafting.Ingredient@432ace90, net.minecraft.item.crafting.Ingredient@5573221c, net.minecraft.item.crafting.Ingredient@6b7dc850, net.minecraft.item.crafting.Ingredient@3886b31f, net.minecraft.item.crafting.Ingredient@2dcda4d1, net.minecraft.item.crafting.Ingredient@61e200b6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13199 crafttweaker:tile.primal.purpurite_stone_stacked RecipeStage{tier='four', recipe=1xtile.primal.purpurite_stone@2:[net.minecraft.item.crafting.Ingredient@64d87b92, net.minecraft.item.crafting.Ingredient@69cb225d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13200 crafttweaker:tile.primal.purpurite_stone_brick RecipeStage{tier='four', recipe=1xtile.primal.purpurite_stone@3:[net.minecraft.item.crafting.Ingredient@2960e899, net.minecraft.item.crafting.Ingredient@58f6bab3, net.minecraft.item.crafting.Ingredient@7f555ed4, net.minecraft.item.crafting.Ingredient@4fbc52a9]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13201 crafttweaker:tile.primal.purpurite_stone_pillar RecipeStage{tier='two', recipe=6xtile.primal.purpurite_stone@7:[net.minecraft.item.crafting.Ingredient@61b64fe7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@c785240, net.minecraft.item.crafting.Ingredient@598e0ee5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@748a3667, net.minecraft.item.crafting.Ingredient@27108666, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@69343a96]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13202 crafttweaker:tile.primal.wall_purpurite RecipeStage{tier='four', recipe=6xtile.primal.wall@7:[net.minecraft.item.crafting.Ingredient@40e4f873, net.minecraft.item.crafting.Ingredient@65f8d706, net.minecraft.item.crafting.Ingredient@46785e69, net.minecraft.item.crafting.Ingredient@ed03cba, net.minecraft.item.crafting.Ingredient@69107a73, net.minecraft.item.crafting.Ingredient@4a73c0b0]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13203 crafttweaker:tile.primal.desiccated_stone_stacked RecipeStage{tier='three', recipe=1xtile.primal.desiccated_stone@2:[net.minecraft.item.crafting.Ingredient@4e7c4481, net.minecraft.item.crafting.Ingredient@41c69418]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13204 crafttweaker:tile.primal.desiccated_stone_brick RecipeStage{tier='three', recipe=1xtile.primal.desiccated_stone@3:[net.minecraft.item.crafting.Ingredient@2b6fadb1, net.minecraft.item.crafting.Ingredient@7f4d8e2c, net.minecraft.item.crafting.Ingredient@53b98508, net.minecraft.item.crafting.Ingredient@262abd33]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13205 crafttweaker:tile.primal.desiccated_stone_pillar RecipeStage{tier='two', recipe=6xtile.primal.desiccated_stone@7:[net.minecraft.item.crafting.Ingredient@70fe8e62, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@635152bf, net.minecraft.item.crafting.Ingredient@7c5f1a18, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@f6ff385, net.minecraft.item.crafting.Ingredient@b66f194, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@62cb9eed]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13206 crafttweaker:tile.primal.scoria_stone_stacked RecipeStage{tier='three', recipe=1xtile.primal.scoria_stone@2:[net.minecraft.item.crafting.Ingredient@66c0c776, net.minecraft.item.crafting.Ingredient@16c3f3f0]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13207 crafttweaker:tile.primal.scoria_stone_brick RecipeStage{tier='three', recipe=1xtile.primal.scoria_stone@3:[net.minecraft.item.crafting.Ingredient@2a154aed, net.minecraft.item.crafting.Ingredient@141785b4, net.minecraft.item.crafting.Ingredient@740c0b37, net.minecraft.item.crafting.Ingredient@7d593a35]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13208 crafttweaker:tile.primal.scoria_stone_pillar RecipeStage{tier='two', recipe=6xtile.primal.scoria_stone@7:[net.minecraft.item.crafting.Ingredient@7d9b4551, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@55095573, net.minecraft.item.crafting.Ingredient@41c8a956, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7574bbc8, net.minecraft.item.crafting.Ingredient@5262c9fa, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4d5fbc08]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13209 crafttweaker:tile.primal.wall_scoria RecipeStage{tier='zero', recipe=6xtile.primal.wall@6:[net.minecraft.item.crafting.Ingredient@49d92eec, net.minecraft.item.crafting.Ingredient@19a376e4, net.minecraft.item.crafting.Ingredient@5d4a5133, net.minecraft.item.crafting.Ingredient@6d45196e, net.minecraft.item.crafting.Ingredient@6d6be464, net.minecraft.item.crafting.Ingredient@6ffdab7b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13210 crafttweaker:tile.primal.night_stone_stacked RecipeStage{tier='zero', recipe=1xtile.primal.night_stone@2:[net.minecraft.item.crafting.Ingredient@6031bc7e, net.minecraft.item.crafting.Ingredient@257a477f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13211 crafttweaker:tile.primal.night_stone_brick RecipeStage{tier='zero', recipe=1xtile.primal.night_stone@3:[net.minecraft.item.crafting.Ingredient@1700cf70, net.minecraft.item.crafting.Ingredient@15a41898, net.minecraft.item.crafting.Ingredient@781b841e, net.minecraft.item.crafting.Ingredient@fad75dd]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13212 crafttweaker:tile.primal.night_stone_pillar RecipeStage{tier='two', recipe=6xtile.primal.night_stone@7:[net.minecraft.item.crafting.Ingredient@1ec75017, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2b92fb8f, net.minecraft.item.crafting.Ingredient@f0da197, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6bea3e36, net.minecraft.item.crafting.Ingredient@4f098cb4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@737b4859]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13213 crafttweaker:tile.primal.terra_block RecipeStage{tier='zero', recipe=1xtile.primal.terra_block@0:[net.minecraft.item.crafting.Ingredient@11185eb8, net.minecraft.item.crafting.Ingredient@2bb9c923, net.minecraft.item.crafting.Ingredient@28d69ccc, net.minecraft.item.crafting.Ingredient@146300f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13214 crafttweaker:item.primal.terra_brick_wet RecipeStage{tier='zero', recipe=1xitem.primal.terra_brick_wet@0:[net.minecraft.item.crafting.Ingredient@52784301]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13215 crafttweaker:tile.primal.terracotta_block_normal RecipeStage{tier='zero', recipe=1xtile.primal.terracotta_block@0:[net.minecraft.item.crafting.Ingredient@237ef554, net.minecraft.item.crafting.Ingredient@261709ff, net.minecraft.item.crafting.Ingredient@400477a8, net.minecraft.item.crafting.Ingredient@7f808a82]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13216 crafttweaker:tile.primal.cinis_block RecipeStage{tier='three', recipe=1xtile.primal.cinis_block@0:[net.minecraft.item.crafting.Ingredient@2b800473, net.minecraft.item.crafting.Ingredient@3546b80d, net.minecraft.item.crafting.Ingredient@569c303a, net.minecraft.item.crafting.Ingredient@2d3374f1]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13217 crafttweaker:item.primal.cinis_brick_wet RecipeStage{tier='three', recipe=1xitem.primal.cinis_brick_wet@0:[net.minecraft.item.crafting.Ingredient@63b4eb8]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13218 crafttweaker:tile.primal.ciniscotta_block_normal RecipeStage{tier='three', recipe=1xtile.primal.ciniscotta_block@0:[net.minecraft.item.crafting.Ingredient@6bd08a2, net.minecraft.item.crafting.Ingredient@3117e5af, net.minecraft.item.crafting.Ingredient@7358b80, net.minecraft.item.crafting.Ingredient@5b275b50]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13219 crafttweaker:ct_shaped-1592953204 RecipeStage{tier='zero', recipe=1xtile.primal_chest_advanced@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@35b1a08e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3b05110a, net.minecraft.item.crafting.Ingredient@1047f461, net.minecraftforge.oredict.OreIngredient@715bd0e2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@49d6ab97, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13220 crafttweaker:ct_shaped1911836183 RecipeStage{tier='zero', recipe=1xtile.primal_chest@0:[net.minecraft.item.crafting.Ingredient@5a487ee6, net.minecraftforge.oredict.OreIngredient@75837d32, net.minecraft.item.crafting.Ingredient@5a707fa0, net.minecraftforge.oredict.OreIngredient@2686fd6a, net.minecraft.item.crafting.Ingredient@3fa01812, net.minecraftforge.oredict.OreIngredient@51249839, net.minecraft.item.crafting.Ingredient@8f070c2, net.minecraftforge.oredict.OreIngredient@190ca11b, net.minecraft.item.crafting.Ingredient@26534aa0]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13221 crafttweaker:ct_shaped-1919648186 RecipeStage{tier='one', recipe=1xitem.primal_tech.flint_edged_disc@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5343fb03, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@583ef7c9, net.minecraftforge.oredict.OreIngredient@244691ac, net.minecraft.item.crafting.Ingredient@18fcc9ce, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@54abb231, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13222 crafttweaker:ct_shaped-1882946719 RecipeStage{tier='zero', recipe=1xitem.primal_tech.bone_sword@0:[net.minecraft.item.crafting.Ingredient@7b0497d2, net.minecraft.item.crafting.Ingredient@6b5fb2ef, net.minecraft.item.crafting.Ingredient@1513b4f3]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13223 crafttweaker:ct_shaped-544853919 RecipeStage{tier='zero', recipe=1xtile.primal_tech.charcoal_hopper@0:[net.minecraft.item.crafting.Ingredient@1ca0a65a, net.minecraft.item.crafting.Ingredient@43c5181b, net.minecraft.item.crafting.Ingredient@559b0246, net.minecraft.item.crafting.Ingredient@5d27902a, net.minecraft.item.crafting.Ingredient@44ac7fa2, net.minecraft.item.crafting.Ingredient@2f42b2ec, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@22461c70, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13224 crafttweaker:ct_shaped-1982316479 RecipeStage{tier='zero', recipe=1xtile.primal_tech.work_stump_upgraded@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@43817ed2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@64f7486f, net.minecraft.item.crafting.Ingredient@5e9843cf, net.minecraft.item.crafting.Ingredient@4c2f61f0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@410e149, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13225 crafttweaker:ct_shaped-473473519 RecipeStage{tier='zero', recipe=1xtile.primal_tech.work_stump_upgraded@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5a7a7594, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@46e0c32f, net.minecraft.item.crafting.Ingredient@71770ae2, net.minecraft.item.crafting.Ingredient@726ea72c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7b31ba20, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13226 crafttweaker:ct_shaped-1462980686 RecipeStage{tier='zero', recipe=1xtile.primal_tech.work_stump_upgraded@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3b88f7d2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@72e1ca5b, net.minecraft.item.crafting.Ingredient@753154ec, net.minecraft.item.crafting.Ingredient@32710d0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, crafttweaker.mc1120.item.VanillaIngredient@7f6d4101, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13227 crafttweaker:ct_shaped1638273982 RecipeStage{tier='tutorial', recipe=1xtile.primal_tech.fibre_torch@0:[net.minecraftforge.oredict.OreIngredient@3a2efa5, net.minecraft.item.crafting.Ingredient@7c4b4d09]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13228 crafttweaker:ct_shaped1893307318 RecipeStage{tier='zero', recipe=1xtile.primal_tech.stone_grill@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@47d173c0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@52a15772, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@466a4544, net.minecraft.item.crafting.Ingredient@606f6b85, net.minecraft.item.crafting.Ingredient@2cec5b3b, net.minecraft.item.crafting.Ingredient@74ae9313]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13229 crafttweaker:ct_shaped221290743 RecipeStage{tier='zero', recipe=1xitem.primal_tech.fluid_bladder@0:[net.minecraftforge.oredict.OreIngredient@60faa8a7, net.minecraft.item.crafting.Ingredient@7bd2c47e, net.minecraftforge.oredict.OreIngredient@35296dbc, net.minecraft.item.crafting.Ingredient@359f5601, net.minecraft.item.crafting.Ingredient@156f85, net.minecraft.item.crafting.Ingredient@6d89bacd]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13230 crafttweaker:ct_shaped1370915344 RecipeStage{tier='zero', recipe=1xitem.primal_tech.bone_shears@0:[net.minecraft.item.crafting.Ingredient@13b36e4d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5cd30d64, net.minecraft.item.crafting.Ingredient@7791383c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13231 crafttweaker:ct_shaped2145694065 RecipeStage{tier='zero', recipe=1xitem.primal_tech.bone_shovel@0:[net.minecraft.item.crafting.Ingredient@576eabd1, net.minecraft.item.crafting.Ingredient@5fa76677, net.minecraft.item.crafting.Ingredient@1b5bf8ca]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13232 crafttweaker:ct_shaped-1385809865 RecipeStage{tier='one', recipe=1xitem.primal_tech.stone_mallet@0:[net.minecraft.item.crafting.Ingredient@65757345, net.minecraft.item.crafting.Ingredient@47676c19]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13233 crafttweaker:ct_shaped-637971400 RecipeStage{tier='one', recipe=1xtile.primal_tech.stone_anvil@0:[net.minecraft.item.crafting.Ingredient@23972e5c, net.minecraft.item.crafting.Ingredient@67ce1f4c, net.minecraft.item.crafting.Ingredient@29efb7ab, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5594112b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4feb300b, net.minecraft.item.crafting.Ingredient@584862c5, net.minecraft.item.crafting.Ingredient@c4ed488]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13234 crafttweaker:ct_shaped516532730 RecipeStage{tier='zero', recipe=1xtile.primal_tech.clay_kiln@0:[net.minecraft.item.crafting.Ingredient@79a68163, net.minecraft.item.crafting.Ingredient@6f5b9d34, net.minecraft.item.crafting.Ingredient@741e8450, net.minecraft.item.crafting.Ingredient@e8ef4cf, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@43eec1e4, net.minecraft.item.crafting.Ingredient@70ef5690, net.minecraftforge.oredict.OreIngredient@705360d9, net.minecraft.item.crafting.Ingredient@902da90]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13235 crafttweaker:ct_shaped-84920502 RecipeStage{tier='zero', recipe=1xtile.primal_tech.wooden_hopper@0:[net.minecraftforge.oredict.OreIngredient@3c56cbb5, net.minecraft.item.crafting.Ingredient@36074179, net.minecraftforge.oredict.OreIngredient@5d39bac8, net.minecraftforge.oredict.OreIngredient@42703da5, net.minecraft.item.crafting.Ingredient@48f14d3d, net.minecraftforge.oredict.OreIngredient@44f1c1d3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@548edc7f, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13236 crafttweaker:ct_shaped5688658 RecipeStage{tier='one', recipe=1xitem.primal_tech.leaf_bed@0:[net.minecraftforge.oredict.OreIngredient@17504e5e, net.minecraftforge.oredict.OreIngredient@550a612c, net.minecraftforge.oredict.OreIngredient@1f3fcd07, net.minecraft.item.crafting.Ingredient@3df097bb, net.minecraft.item.crafting.Ingredient@28c70ce5, net.minecraft.item.crafting.Ingredient@2ec20bd0]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13237 crafttweaker:ct_shaped2056540058 RecipeStage{tier='tutorial', recipe=1xitem.primal_tech.stone_club@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4ff4acfa, net.minecraft.item.crafting.Ingredient@7600a7f0, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13238 crafttweaker:ct_shaped-390501373 RecipeStage{tier='zero', recipe=1xtile.primal_tech.stick_bundle@0:[net.minecraft.item.crafting.Ingredient@66b03df1, net.minecraftforge.oredict.OreIngredient@5812367c, net.minecraft.item.crafting.Ingredient@326bc2f8, net.minecraft.item.crafting.Ingredient@41a7dc62, net.minecraft.item.crafting.Ingredient@269f2e12, net.minecraft.item.crafting.Ingredient@6f774d6b, net.minecraft.item.crafting.Ingredient@3672e7f, net.minecraftforge.oredict.OreIngredient@7cdcb6bd, net.minecraft.item.crafting.Ingredient@236ce88a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13239 crafttweaker:ct_shaped902340928 RecipeStage{tier='one', recipe=1xtile.primal_tech.wooden_basin@0:[net.minecraftforge.oredict.OreIngredient@7625e599, net.minecraft.item.crafting.Ingredient@4c8b29f4, net.minecraftforge.oredict.OreIngredient@557b0786, net.minecraftforge.oredict.OreIngredient@11179d1b, net.minecraftforge.oredict.OreIngredient@4847bb8d, net.minecraftforge.oredict.OreIngredient@5d16fff8, net.minecraft.item.crafting.Ingredient@50dc94eb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7d8e24ae]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13240 crafttweaker:ct_shaped-921846146 RecipeStage{tier='zero', recipe=1xitem.primal_tech.bone_pickaxe@0:[net.minecraft.item.crafting.Ingredient@8607341, net.minecraft.item.crafting.Ingredient@62e3b48a, net.minecraft.item.crafting.Ingredient@562c1ff1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5a0beace, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@517a70b5, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13241 crafttweaker:ct_shaped330265110 RecipeStage{tier='zero', recipe=1xitem.primal_tech.bone_axe@0:[net.minecraft.item.crafting.Ingredient@2ec2d9f4, net.minecraft.item.crafting.Ingredient@1827884a, net.minecraft.item.crafting.Ingredient@1dff5c1a, net.minecraft.item.crafting.Ingredient@1f8278c8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@27371fb5]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13242 crafttweaker:ct_shaped-1115978475 RecipeStage{tier='tutorial', recipe=1xtile.primal_tech.work_stump@0:[net.minecraft.item.crafting.Ingredient@3f6a6c1, net.minecraftforge.oredict.OreIngredient@640e2529]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13243 crafttweaker:ct_shaped1551386841 RecipeStage{tier='tutorial', recipe=1xitem.primal_tech.wood_club@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@68c65558, net.minecraft.item.crafting.Ingredient@77933542, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13244 crafttweaker:ct_shaped138188832 RecipeStage{tier='tutorial', recipe=1xitem.primal_tech.bone_club@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@416555df, net.minecraft.item.crafting.Ingredient@545717b7, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13245 crafttweaker:ct_shapeless341337471 RecipeStage{tier='tutorial', recipe=1xitem.primal_tech.rock@0:[net.minecraft.item.crafting.Ingredient@ee1e4f0]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13246 crafttweaker:stage_two_charcoal_hopper RecipeStage{tier='two', recipe=1xtile.primal_tech.charcoal_hopper@0:[net.minecraft.item.crafting.Ingredient@6036e94b, net.minecraft.item.crafting.Ingredient@b96833f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13247 crafttweaker:stage_one_charcoal_hopper RecipeStage{tier='one', recipe=1xtile.primal_tech.charcoal_hopper@0:[net.minecraft.item.crafting.Ingredient@6790c755, net.minecraft.item.crafting.Ingredient@66d77933]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13248 crafttweaker:primal_tech_fire_sticks RecipeStage{tier='tutorial', recipe=1xitem.primal_tech.fire_sticks@0:[net.minecraft.item.crafting.Ingredient@317cb813, net.minecraft.item.crafting.Ingredient@e4c5a78]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13249 crafttweaker:ct_shaped-1472595672 RecipeStage{tier='zero', recipe=1xitem.unfired_clay_bowl@0:[net.minecraft.item.crafting.Ingredient@6f879e8b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@32446ca9, net.minecraft.item.crafting.Ingredient@66ace6d2, net.minecraft.item.crafting.Ingredient@a5fffe5, net.minecraft.item.crafting.Ingredient@597f5be3]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13250 crafttweaker:ct_shaped1068029175 RecipeStage{tier='tutorial', recipe=1xitem.spear@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@48cf4541, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@49d4a0fc, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3c01cef4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13251 crafttweaker:ct_shaped-108988859 RecipeStage{tier='tutorial', recipe=1xtile.fire_pit_unlit@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1f823ad4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2d558128, net.minecraftforge.oredict.OreIngredient@41ea073e, net.minecraft.item.crafting.Ingredient@732e0799, net.minecraftforge.oredict.OreIngredient@7df4c7b2, net.minecraftforge.oredict.OreIngredient@7ca945e5, net.minecraftforge.oredict.OreIngredient@6deb7eb9]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13252 crafttweaker:ct_shaped-1107593273 RecipeStage{tier='tutorial', recipe=1xitem.tomahawk@0:[net.minecraftforge.oredict.OreIngredient@6efaae52, net.minecraft.item.crafting.Ingredient@35683d68, net.minecraft.item.crafting.Ingredient@358d04d, net.minecraft.item.crafting.Ingredient@35706829]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13253 crafttweaker:ct_shaped-1862929074 RecipeStage{tier='one', recipe=1xtile.blank_teleporter@0:[net.minecraftforge.oredict.OreIngredient@e43c8eb, net.minecraft.item.crafting.Ingredient@7ab43736, net.minecraftforge.oredict.OreIngredient@3f2b5a95, net.minecraftforge.oredict.OreIngredient@92c4c79, net.minecraftforge.oredict.OreIngredient@1938d927, net.minecraftforge.oredict.OreIngredient@42ee50b1, net.minecraft.item.crafting.Ingredient@2774458b, crafttweaker.api.minecraft.CraftTweakerMC$1@4c509a98, net.minecraft.item.crafting.Ingredient@137e93d4]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13254 crafttweaker:ct_shaped-1471350967 RecipeStage{tier='tutorial', recipe=1xitem.stone_hammer@0:[net.minecraftforge.oredict.OreIngredient@23a522d2, net.minecraftforge.oredict.OreIngredient@26f87330, net.minecraft.item.crafting.Ingredient@6e34b92d, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13255 crafttweaker:ct_shapeless-1917108584 RecipeStage{tier='tutorial', recipe=1xitem.spear@0:[net.minecraft.item.crafting.Ingredient@933770c, net.minecraft.item.crafting.Ingredient@30a774a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13256 crafttweaker:ct_shapeless-635663155 RecipeStage{tier='tutorial', recipe=1xitem.spear@0:[net.minecraft.item.crafting.Ingredient@660ef5e8, net.minecraft.item.crafting.Ingredient@2db8c5d5]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13257 crafttweaker:ct_shaped-695916044 RecipeStage{tier='four', recipe=1xitem.prospector_high@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3fa14c79, net.minecraftforge.oredict.OreIngredient@6fc1dce0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7ef1d545, net.minecraft.item.crafting.Ingredient@150c2123, net.minecraft.item.crafting.Ingredient@20fb657f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13258 crafttweaker:ct_shaped-105982052 RecipeStage{tier='one', recipe=1xitem.prospector_lowest@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@413c9b5c, net.minecraftforge.oredict.OreIngredient@319725c3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@45e61feb, net.minecraft.item.crafting.Ingredient@3ecd5ab5, net.minecraftforge.oredict.OreIngredient@1b0ed04b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13259 crafttweaker:ct_shaped2030049478 RecipeStage{tier='five', recipe=1xitem.prospector_best@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@133f47d4, net.minecraftforge.oredict.OreIngredient@66531b1f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@329ffd92, net.minecraft.item.crafting.Ingredient@5ffeef02, net.minecraft.item.crafting.Ingredient@361602ce, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13260 crafttweaker:ct_shaped-1115229652 RecipeStage{tier='two', recipe=1xitem.prospector_low@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@48637cf0, net.minecraftforge.oredict.OreIngredient@55d6b03, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2d731255, net.minecraft.item.crafting.Ingredient@2b757547, net.minecraftforge.oredict.OreIngredient@78a21825, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13261 crafttweaker:ct_shaped689738836 RecipeStage{tier='three', recipe=1xitem.prospector_med@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@16497141, net.minecraftforge.oredict.OreIngredient@239d2867, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2342be1e, net.minecraft.item.crafting.Ingredient@4bc9e963, net.minecraft.item.crafting.Ingredient@16574a22, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13262 crafttweaker:ct_shaped1534178928 RecipeStage{tier='five', recipe=1xitem.quantumstorage.quantum_bag@0:[net.minecraftforge.oredict.OreIngredient@5c43969f, net.minecraft.item.crafting.Ingredient@6ac76147, net.minecraftforge.oredict.OreIngredient@6ec11f8d, net.minecraftforge.oredict.OreIngredient@42eb5e2d, net.minecraft.item.crafting.Ingredient@25cdf81, net.minecraftforge.oredict.OreIngredient@53c05bd4, net.minecraftforge.oredict.OreIngredient@351b0b56, net.minecraftforge.oredict.OreIngredient@2d9921ee, net.minecraftforge.oredict.OreIngredient@495d430b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13263 crafttweaker:ct_shaped476808994 RecipeStage{tier='five', recipe=1xtile.quantumstorage.quantum_storage_unit@0:[net.minecraftforge.oredict.OreIngredient@1892bf0f, net.minecraftforge.oredict.OreIngredient@753e46f0, net.minecraftforge.oredict.OreIngredient@11cc9fe8, net.minecraftforge.oredict.OreIngredient@32aad3c1, net.minecraft.item.crafting.Ingredient@3f4d685c, net.minecraftforge.oredict.OreIngredient@3843a083, net.minecraftforge.oredict.OreIngredient@4d854bbc, net.minecraftforge.oredict.OreIngredient@2955bd16, net.minecraftforge.oredict.OreIngredient@7d0e3fe8]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13264 crafttweaker:ct_shaped-729083598 RecipeStage{tier='one', recipe=1xitem.trowel@0:[net.minecraftforge.oredict.OreIngredient@586ccf72, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3f53b768, net.minecraftforge.oredict.OreIngredient@3b6a1099]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13265 crafttweaker:ct_shaped-760194884 RecipeStage{tier='five', recipe=1xitem.rebornstorage.storagepart@0:[net.minecraft.item.crafting.Ingredient@37979963, net.minecraft.item.crafting.Ingredient@9bed7bc, net.minecraft.item.crafting.Ingredient@2b74c914, net.minecraft.item.crafting.Ingredient@40f1fa3b, net.minecraft.item.crafting.Ingredient@4b262fc7, net.minecraft.item.crafting.Ingredient@34da0228, net.minecraft.item.crafting.Ingredient@396b51ce, net.minecraft.item.crafting.Ingredient@768444fa, net.minecraft.item.crafting.Ingredient@c2605fa]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13266 crafttweaker:ct_shaped-1123703359 RecipeStage{tier='five', recipe=1xitem.rebornstorage.storagepart@4:[net.minecraft.item.crafting.Ingredient@68099d14, net.minecraft.item.crafting.Ingredient@b0f54fa, net.minecraft.item.crafting.Ingredient@5ff872f5, net.minecraft.item.crafting.Ingredient@634db525, net.minecraft.item.crafting.Ingredient@47886565, net.minecraft.item.crafting.Ingredient@36d141ea, net.minecraft.item.crafting.Ingredient@2aa2e21f, net.minecraft.item.crafting.Ingredient@24488ef3, net.minecraft.item.crafting.Ingredient@20ef7452]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13267 crafttweaker:ct_shaped932758080 RecipeStage{tier='five', recipe=1xtile.rebornstorage.multicrafter@3:[net.minecraft.item.crafting.Ingredient@1c0dafb4, net.minecraft.item.crafting.Ingredient@21021430, net.minecraft.item.crafting.Ingredient@41dd39f5, net.minecraft.item.crafting.Ingredient@1a4b8878, net.minecraft.item.crafting.Ingredient@6bcaf48a, net.minecraft.item.crafting.Ingredient@5a58de57, net.minecraft.item.crafting.Ingredient@72624678, net.minecraft.item.crafting.Ingredient@342c1804, net.minecraft.item.crafting.Ingredient@8fec4af]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13268 crafttweaker:ct_shaped-771961202 RecipeStage{tier='five', recipe=1xtile.rebornstorage.multicrafter@0:[net.minecraft.item.crafting.Ingredient@14480981, net.minecraftforge.oredict.OreIngredient@74f9dcf6, net.minecraft.item.crafting.Ingredient@20c11655, net.minecraftforge.oredict.OreIngredient@5ee4755e, net.minecraft.item.crafting.Ingredient@ab46b02, net.minecraftforge.oredict.OreIngredient@309008ce, net.minecraft.item.crafting.Ingredient@18cbd337, net.minecraftforge.oredict.OreIngredient@65780bf5, net.minecraft.item.crafting.Ingredient@4cbd9023]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13269 crafttweaker:ct_shaped629812024 RecipeStage{tier='five', recipe=1xtile.rebornstorage.multicrafter@4:[net.minecraft.item.crafting.Ingredient@7c5b3702, net.minecraft.item.crafting.Ingredient@3acf01d5, net.minecraft.item.crafting.Ingredient@1f4d92da, net.minecraft.item.crafting.Ingredient@3fd12598, net.minecraft.item.crafting.Ingredient@1a97f647, net.minecraft.item.crafting.Ingredient@58949d69, net.minecraft.item.crafting.Ingredient@2b3c1fe3, net.minecraft.item.crafting.Ingredient@1df712f9, net.minecraft.item.crafting.Ingredient@3877eace]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13270 crafttweaker:ct_shaped1970183688 RecipeStage{tier='five', recipe=1xitem.rebornstorage.storagepart@3:[net.minecraft.item.crafting.Ingredient@4474477c, net.minecraft.item.crafting.Ingredient@ffc8b16, net.minecraft.item.crafting.Ingredient@2ab930ca, net.minecraft.item.crafting.Ingredient@2d1f8ec9, net.minecraft.item.crafting.Ingredient@4bb673b1, net.minecraft.item.crafting.Ingredient@20f9e5ea, net.minecraft.item.crafting.Ingredient@4325ae5f, net.minecraft.item.crafting.Ingredient@121d0934, net.minecraft.item.crafting.Ingredient@6acedb3d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13271 crafttweaker:ct_shaped1587256904 RecipeStage{tier='five', recipe=1xitem.rebornstorage.storagepart@2:[net.minecraft.item.crafting.Ingredient@577a53b, net.minecraft.item.crafting.Ingredient@6b4eb49c, net.minecraft.item.crafting.Ingredient@11e05468, net.minecraft.item.crafting.Ingredient@d6b725a, net.minecraft.item.crafting.Ingredient@350d40b1, net.minecraft.item.crafting.Ingredient@2b79e8d8, net.minecraft.item.crafting.Ingredient@3829bacb, net.minecraft.item.crafting.Ingredient@6e06e636, net.minecraft.item.crafting.Ingredient@31d13b8f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13272 crafttweaker:ct_shaped826654354 RecipeStage{tier='five', recipe=1xitem.rebornstorage.storagepart@6:[net.minecraft.item.crafting.Ingredient@550a2a45, net.minecraft.item.crafting.Ingredient@20802dcd, net.minecraft.item.crafting.Ingredient@796e58bd, net.minecraft.item.crafting.Ingredient@41db195c, net.minecraft.item.crafting.Ingredient@45075b20, net.minecraft.item.crafting.Ingredient@6448f808, net.minecraft.item.crafting.Ingredient@6fe8ff8c, net.minecraft.item.crafting.Ingredient@76e00ad4, net.minecraft.item.crafting.Ingredient@9419173]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13273 crafttweaker:ct_shaped-1192037903 RecipeStage{tier='five', recipe=1xtile.rebornstorage.multicrafter@1:[net.minecraft.item.crafting.Ingredient@2a6ab0eb, net.minecraft.item.crafting.Ingredient@2d63eb5, net.minecraft.item.crafting.Ingredient@74963291, net.minecraft.item.crafting.Ingredient@71d9ff79, net.minecraft.item.crafting.Ingredient@e4be441, net.minecraft.item.crafting.Ingredient@3d5b40ab, net.minecraft.item.crafting.Ingredient@789cef2b, net.minecraft.item.crafting.Ingredient@4680f576, net.minecraft.item.crafting.Ingredient@1738780b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13274 crafttweaker:ct_shaped833963858 RecipeStage{tier='five', recipe=1xitem.rebornstorage.storagepart@5:[net.minecraft.item.crafting.Ingredient@70012c5f, net.minecraft.item.crafting.Ingredient@6f7b60c3, net.minecraft.item.crafting.Ingredient@2e11031f, net.minecraft.item.crafting.Ingredient@7abddef6, net.minecraft.item.crafting.Ingredient@327662a, net.minecraft.item.crafting.Ingredient@37ee73f5, net.minecraft.item.crafting.Ingredient@114187ec, net.minecraft.item.crafting.Ingredient@59fb15c, net.minecraft.item.crafting.Ingredient@3d3191f3]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13275 crafttweaker:ct_shaped-1652637794 RecipeStage{tier='five', recipe=1xtile.rebornstorage.multicrafter@2:[net.minecraft.item.crafting.Ingredient@79042c7b, net.minecraft.item.crafting.Ingredient@64e7aa50, net.minecraft.item.crafting.Ingredient@1c0ae2c1, net.minecraft.item.crafting.Ingredient@2d8546ba, net.minecraft.item.crafting.Ingredient@753ac085, net.minecraft.item.crafting.Ingredient@2cd65158, net.minecraft.item.crafting.Ingredient@6701a2e9, net.minecraft.item.crafting.Ingredient@60369825, net.minecraft.item.crafting.Ingredient@43ab424e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13276 crafttweaker:ct_shaped819344850 RecipeStage{tier='five', recipe=1xitem.rebornstorage.storagepart@7:[net.minecraft.item.crafting.Ingredient@5d6997f2, net.minecraft.item.crafting.Ingredient@3795605c, net.minecraft.item.crafting.Ingredient@63b6313b, net.minecraft.item.crafting.Ingredient@7a96b631, net.minecraft.item.crafting.Ingredient@6b517896, net.minecraft.item.crafting.Ingredient@77da7220, net.minecraft.item.crafting.Ingredient@2537ba09, net.minecraft.item.crafting.Ingredient@6a5fa7a0, net.minecraft.item.crafting.Ingredient@aaaf7b5]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13277 crafttweaker:ct_shaped-486397934 RecipeStage{tier='five', recipe=1xitem.rebornstorage.storagepart@1:[net.minecraft.item.crafting.Ingredient@2ec5cfb2, net.minecraft.item.crafting.Ingredient@36badf91, net.minecraft.item.crafting.Ingredient@214f0c41, net.minecraft.item.crafting.Ingredient@7c054082, net.minecraft.item.crafting.Ingredient@7cbda8ef, net.minecraft.item.crafting.Ingredient@1c9bb6be, net.minecraft.item.crafting.Ingredient@45ef9c68, net.minecraft.item.crafting.Ingredient@13b8c507, net.minecraft.item.crafting.Ingredient@2d3ed4f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13278 crafttweaker:ct_shaped-1319201396 RecipeStage{tier='five', recipe=1xblock.refinedstorage:interface@0:[net.minecraft.item.crafting.Ingredient@433c95ed, net.minecraft.item.crafting.Ingredient@7a094d3e, net.minecraft.item.crafting.Ingredient@2f4c2f85, net.minecraft.item.crafting.Ingredient@32e816b6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@15dc6efb, net.minecraft.item.crafting.Ingredient@258cb1c3, net.minecraft.item.crafting.Ingredient@6b7282f0, net.minecraft.item.crafting.Ingredient@19dd648e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13279 crafttweaker:ct_shaped87180407 RecipeStage{tier='five', recipe=1xitem.refinedstorage:wireless_crafting_monitor@0:[net.minecraft.item.crafting.Ingredient@6f807af8, net.minecraft.item.crafting.Ingredient@2fc2cc62, net.minecraft.item.crafting.Ingredient@50d8be68, net.minecraft.item.crafting.Ingredient@22d349e9, net.minecraft.item.crafting.Ingredient@4e68a0f1, net.minecraft.item.crafting.Ingredient@7770c482, net.minecraft.item.crafting.Ingredient@624e1ffa, net.minecraftforge.oredict.OreIngredient@5a6a8e5b, net.minecraft.item.crafting.Ingredient@518ed2cf]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13280 crafttweaker:ct_shaped-1912409871 RecipeStage{tier='five', recipe=1xblock.refinedstorage:exporter@0:[net.minecraft.item.crafting.Ingredient@202b58a8, net.minecraft.item.crafting.Ingredient@32883298, net.minecraft.item.crafting.Ingredient@3c1e6ac4, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13281 crafttweaker:ct_shaped-133851130 RecipeStage{tier='five', recipe=1xblock.refinedstorage:network_transmitter@0:[net.minecraft.item.crafting.Ingredient@1b21df22, net.minecraft.item.crafting.Ingredient@61352af6, net.minecraft.item.crafting.Ingredient@12dad8ba, net.minecraft.item.crafting.Ingredient@5d5dd86f, net.minecraft.item.crafting.Ingredient@4890d429, net.minecraft.item.crafting.Ingredient@ba3557, net.minecraftforge.oredict.OreIngredient@446132f2, net.minecraftforge.oredict.OreIngredient@77cc04b1, net.minecraftforge.oredict.OreIngredient@39b3a7fd]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13282 crafttweaker:ct_shaped-766436022 RecipeStage{tier='five', recipe=1xitem.refinedstorage:fluid_storage_part@2:[net.minecraftforge.oredict.OreIngredient@68f23d11, net.minecraft.item.crafting.Ingredient@2549645f, net.minecraftforge.oredict.OreIngredient@32b705cb, net.minecraft.item.crafting.Ingredient@169fc02f, net.minecraft.item.crafting.Ingredient@6f7c7d58, net.minecraft.item.crafting.Ingredient@1798774, net.minecraftforge.oredict.OreIngredient@b6a43cd, net.minecraft.item.crafting.Ingredient@639c7437, net.minecraftforge.oredict.OreIngredient@6f8643a1]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13283 crafttweaker:ct_shaped-993081428 RecipeStage{tier='five', recipe=1xblock.refinedstorage:disk_drive@0:[net.minecraft.item.crafting.Ingredient@22092b02, net.minecraftforge.oredict.OreIngredient@7ba460a5, net.minecraft.item.crafting.Ingredient@7b999e2a, net.minecraft.item.crafting.Ingredient@265f41b3, net.minecraft.item.crafting.Ingredient@4de52f41, net.minecraft.item.crafting.Ingredient@151cdf10, net.minecraft.item.crafting.Ingredient@22c36b57, net.minecraftforge.oredict.OreIngredient@7e4de465, net.minecraft.item.crafting.Ingredient@1a3643ca]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13284 crafttweaker:ct_shaped-214149739 RecipeStage{tier='five', recipe=1xblock.refinedstorage:destructor@0:[net.minecraft.item.crafting.Ingredient@69a1fbc3, net.minecraft.item.crafting.Ingredient@5001bc73, net.minecraft.item.crafting.Ingredient@41fe14da, net.minecraft.item.crafting.Ingredient@697e373c, net.minecraft.item.crafting.Ingredient@f67a633, net.minecraft.item.crafting.Ingredient@52d86188, net.minecraft.item.crafting.Ingredient@63b1f7cd, net.minecraftforge.oredict.OreIngredient@7beeeb50, net.minecraft.item.crafting.Ingredient@498a9c20]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13285 crafttweaker:ct_shaped508365986 RecipeStage{tier='five', recipe=1xitem.refinedstorage:fluid_storage_part@1:[net.minecraftforge.oredict.OreIngredient@58cf70b8, net.minecraft.item.crafting.Ingredient@342cebf3, net.minecraftforge.oredict.OreIngredient@3814224d, net.minecraft.item.crafting.Ingredient@25e2d2f3, net.minecraft.item.crafting.Ingredient@68b3c47, net.minecraft.item.crafting.Ingredient@552b2c16, net.minecraftforge.oredict.OreIngredient@4cb46ab4, net.minecraft.item.crafting.Ingredient@7f724c9b, net.minecraftforge.oredict.OreIngredient@20c42e36]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13286 crafttweaker:ct_shaped-1657104318 RecipeStage{tier='four', recipe=1xblock.refinedstorage:grid@0:[net.minecraft.item.crafting.Ingredient@2c83eda4, net.minecraft.item.crafting.Ingredient@430dd34a, net.minecraft.item.crafting.Ingredient@2ef64924, net.minecraft.item.crafting.Ingredient@2fc26752, net.minecraft.item.crafting.Ingredient@1c9f51c3, net.minecraft.item.crafting.Ingredient@31a54699, net.minecraft.item.crafting.Ingredient@2d8686e0, net.minecraft.item.crafting.Ingredient@11c28cf5, net.minecraft.item.crafting.Ingredient@7735c647]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13287 crafttweaker:ct_shaped-1205149772 RecipeStage{tier='four', recipe=1xblock.refinedstorage:grid@1:[net.minecraft.item.crafting.Ingredient@6c3fd7b6, net.minecraft.item.crafting.Ingredient@7597fd57, net.minecraft.item.crafting.Ingredient@70b76234]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13288 crafttweaker:ct_shaped-1243651389 RecipeStage{tier='four', recipe=1xitem.refinedstorage:security_card@0:[net.minecraft.item.crafting.Ingredient@2969959b, net.minecraft.item.crafting.Ingredient@3bf96567, net.minecraft.item.crafting.Ingredient@71ce4a0a, net.minecraft.item.crafting.Ingredient@3aa330c5, net.minecraftforge.oredict.OreIngredient@5f83bf47, net.minecraft.item.crafting.Ingredient@2f212b8d, net.minecraft.item.crafting.Ingredient@2c3cba79, net.minecraft.item.crafting.Ingredient@f3a8223, net.minecraft.item.crafting.Ingredient@4d817d04]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13289 crafttweaker:ct_shaped-2042616788 RecipeStage{tier='five', recipe=1xblock.refinedstorage:crafter@0:[net.minecraft.item.crafting.Ingredient@6b5a5a7a, net.minecraft.item.crafting.Ingredient@227cca1a, net.minecraft.item.crafting.Ingredient@798c6fec, net.minecraftforge.oredict.OreIngredient@3f235484, net.minecraft.item.crafting.Ingredient@6134090, net.minecraftforge.oredict.OreIngredient@427b7652, net.minecraft.item.crafting.Ingredient@589282fe, net.minecraft.item.crafting.Ingredient@7db07a1c, net.minecraft.item.crafting.Ingredient@613bb2fa]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13290 crafttweaker:ct_shaped-1387153695 RecipeStage{tier='five', recipe=1xblock.refinedstorage:importer@0:[net.minecraft.item.crafting.Ingredient@786b9169, net.minecraft.item.crafting.Ingredient@342279e8, net.minecraft.item.crafting.Ingredient@4a3c85ea, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13291 crafttweaker:ct_shaped53878935 RecipeStage{tier='five', recipe=1xitem.refinedstorage:wireless_grid@0:[net.minecraft.item.crafting.Ingredient@762c4235, net.minecraft.item.crafting.Ingredient@52686540, net.minecraft.item.crafting.Ingredient@75a2bbdc, net.minecraft.item.crafting.Ingredient@5b1f7357, net.minecraft.item.crafting.Ingredient@4fb6bfeb, net.minecraft.item.crafting.Ingredient@5ee59138, net.minecraft.item.crafting.Ingredient@3ef9bd63, net.minecraftforge.oredict.OreIngredient@1e5cf420, net.minecraft.item.crafting.Ingredient@64ef59e7]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13292 crafttweaker:ct_shaped1716267025 RecipeStage{tier='five', recipe=1xblock.refinedstorage:crafter_manager@0:[net.minecraft.item.crafting.Ingredient@16f17813, net.minecraft.item.crafting.Ingredient@6510dd0b, net.minecraftforge.oredict.OreIngredient@1c14d87d, net.minecraft.item.crafting.Ingredient@2aa8a79, net.minecraft.item.crafting.Ingredient@1f865bdf, net.minecraftforge.oredict.OreIngredient@7c9d25a1, net.minecraft.item.crafting.Ingredient@4670dd7f, net.minecraft.item.crafting.Ingredient@10df7e8a, net.minecraftforge.oredict.OreIngredient@3daa97ed]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13293 crafttweaker:ct_shaped1263600034 RecipeStage{tier='five', recipe=1xitem.refinedstorage:storage_part@1:[net.minecraftforge.oredict.OreIngredient@280f1dd4, net.minecraft.item.crafting.Ingredient@68d4b68f, net.minecraftforge.oredict.OreIngredient@394ae31, net.minecraft.item.crafting.Ingredient@6a685451, net.minecraft.item.crafting.Ingredient@3a590575, net.minecraft.item.crafting.Ingredient@7774bc7f, net.minecraftforge.oredict.OreIngredient@51b76186, net.minecraft.item.crafting.Ingredient@79556d3d, net.minecraftforge.oredict.OreIngredient@b55adcf]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13294 crafttweaker:ct_shaped1015581395 RecipeStage{tier='five', recipe=1xblock.refinedstorage:constructor@0:[net.minecraft.item.crafting.Ingredient@59906f9e, net.minecraft.item.crafting.Ingredient@33419e7b, net.minecraft.item.crafting.Ingredient@612f31ab, net.minecraft.item.crafting.Ingredient@4732c394, net.minecraft.item.crafting.Ingredient@1d84a873, net.minecraft.item.crafting.Ingredient@22894ffe, net.minecraft.item.crafting.Ingredient@3ab3806d, net.minecraftforge.oredict.OreIngredient@6bccdacc, net.minecraft.item.crafting.Ingredient@53b330f6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13295 crafttweaker:ct_shaped143854346 RecipeStage{tier='five', recipe=1xitem.refinedstorage:storage_part@2:[net.minecraftforge.oredict.OreIngredient@3b2d73c1, net.minecraft.item.crafting.Ingredient@1dbb2c21, net.minecraftforge.oredict.OreIngredient@102c8fe0, net.minecraft.item.crafting.Ingredient@5ad22993, net.minecraft.item.crafting.Ingredient@a31ea73, net.minecraft.item.crafting.Ingredient@4e2f1530, net.minecraftforge.oredict.OreIngredient@3a88d09a, net.minecraft.item.crafting.Ingredient@71ddf8e9, net.minecraftforge.oredict.OreIngredient@743af6d3]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13296 crafttweaker:ct_shaped-1392906988 RecipeStage{tier='five', recipe=1xblock.refinedstorage:reader@0:[net.minecraft.item.crafting.Ingredient@420aebf1, net.minecraft.item.crafting.Ingredient@3e7aff2a, net.minecraft.item.crafting.Ingredient@207e42bc, net.minecraft.item.crafting.Ingredient@351b40e, net.minecraft.item.crafting.Ingredient@169182f6, net.minecraft.item.crafting.Ingredient@7f7bbca1, net.minecraft.item.crafting.Ingredient@2d426a50, net.minecraftforge.oredict.OreIngredient@233d4a32, net.minecraft.item.crafting.Ingredient@39a1fa91]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13297 crafttweaker:ct_shaped-403616777 RecipeStage{tier='five', recipe=1xblock.refinedstorage:detector@0:[net.minecraft.item.crafting.Ingredient@1b1dd7b0, net.minecraft.item.crafting.Ingredient@25b32e69, net.minecraft.item.crafting.Ingredient@6c168c37, net.minecraft.item.crafting.Ingredient@5a558656, net.minecraft.item.crafting.Ingredient@2f007afb, net.minecraft.item.crafting.Ingredient@13fcc914, net.minecraft.item.crafting.Ingredient@4b539868, net.minecraftforge.oredict.OreIngredient@3dc2c062, net.minecraft.item.crafting.Ingredient@11b9a283]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13298 crafttweaker:ct_shaped-2060426656 RecipeStage{tier='four', recipe=12xblock.refinedstorage:cable@0:[net.minecraft.item.crafting.Ingredient@64787dc9, net.minecraft.item.crafting.Ingredient@333f39f6, net.minecraft.item.crafting.Ingredient@18553e23, net.minecraftforge.oredict.OreIngredient@44242a10, net.minecraft.item.crafting.Ingredient@63159168, net.minecraftforge.oredict.OreIngredient@29afe475, net.minecraft.item.crafting.Ingredient@18ba6345, net.minecraft.item.crafting.Ingredient@7d2baee8, net.minecraft.item.crafting.Ingredient@327aeef4]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13299 crafttweaker:ct_shaped-132080558 RecipeStage{tier='four', recipe=1xitem.refinedstorage:wrench@0:[net.minecraft.item.crafting.Ingredient@64a03882, net.minecraft.item.crafting.Ingredient@2f4bcf18, net.minecraft.item.crafting.Ingredient@f3768f7, net.minecraft.item.crafting.Ingredient@6a5f3aab, net.minecraft.item.crafting.Ingredient@fde6b4a, net.minecraft.item.crafting.Ingredient@7e1c56a6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4a58e942, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13300 crafttweaker:ct_shaped912957043 RecipeStage{tier='four', recipe=1xblock.refinedstorage:external_storage@0:[net.minecraft.item.crafting.Ingredient@59c118c0, net.minecraft.item.crafting.Ingredient@25b9bc89, net.minecraft.item.crafting.Ingredient@390c77fe, net.minecraftforge.oredict.OreIngredient@34139b64, net.minecraft.item.crafting.Ingredient@65c5823e, net.minecraftforge.oredict.OreIngredient@d7037fb, net.minecraft.item.crafting.Ingredient@5799022c, net.minecraft.item.crafting.Ingredient@7ff97b00, net.minecraft.item.crafting.Ingredient@36e4c2b3]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13301 crafttweaker:ct_shaped-1795255704 RecipeStage{tier='five', recipe=1xitem.refinedstorage:storage_part@3:[net.minecraftforge.oredict.OreIngredient@3aa7e47b, net.minecraft.item.crafting.Ingredient@25b01961, net.minecraftforge.oredict.OreIngredient@11a547ac, net.minecraft.item.crafting.Ingredient@144ee71, net.minecraft.item.crafting.Ingredient@445561e, net.minecraft.item.crafting.Ingredient@219b2ce6, net.minecraftforge.oredict.OreIngredient@1a38975e, net.minecraft.item.crafting.Ingredient@3c29c50e, net.minecraftforge.oredict.OreIngredient@12729133]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13302 crafttweaker:ct_shaped-1985109841 RecipeStage{tier='four', recipe=1xitem.refinedstorage:network_card@0:[net.minecraft.item.crafting.Ingredient@6a766387, net.minecraft.item.crafting.Ingredient@342a8bf0, net.minecraft.item.crafting.Ingredient@465929ce, net.minecraft.item.crafting.Ingredient@40a4c33f, net.minecraftforge.oredict.OreIngredient@1917eaf7, net.minecraft.item.crafting.Ingredient@7982972e, net.minecraft.item.crafting.Ingredient@769ac689, net.minecraft.item.crafting.Ingredient@10c15e5e, net.minecraft.item.crafting.Ingredient@36274ee3]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13303 crafttweaker:ct_shaped1713234664 RecipeStage{tier='five', recipe=1xblock.refinedstorage:network_receiver@0:[net.minecraftforge.oredict.OreIngredient@5bf184ee, net.minecraftforge.oredict.OreIngredient@7b7faf97, net.minecraftforge.oredict.OreIngredient@61563d08, net.minecraft.item.crafting.Ingredient@6d8a3797, net.minecraft.item.crafting.Ingredient@3a8b083c, net.minecraft.item.crafting.Ingredient@3c0e1bed, net.minecraft.item.crafting.Ingredient@6c60cf19, net.minecraft.item.crafting.Ingredient@50ea7b8d, net.minecraft.item.crafting.Ingredient@32424344]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13304 crafttweaker:ct_shaped2005272405 RecipeStage{tier='five', recipe=1xblock.refinedstorage:storage_monitor@0:[net.minecraftforge.oredict.OreIngredient@7e5ff792, net.minecraft.item.crafting.Ingredient@142de747, net.minecraftforge.oredict.OreIngredient@1798c05c, net.minecraft.item.crafting.Ingredient@3760e988, net.minecraft.item.crafting.Ingredient@36026b91, net.minecraftforge.oredict.OreIngredient@4d6eb5c9, net.minecraftforge.oredict.OreIngredient@1ca51618, net.minecraft.item.crafting.Ingredient@2cb980ad, net.minecraftforge.oredict.OreIngredient@9422848]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13305 crafttweaker:ct_shaped-1512805245 RecipeStage{tier='five', recipe=1xblock.refinedstorage:writer@0:[net.minecraft.item.crafting.Ingredient@313a1454, net.minecraft.item.crafting.Ingredient@59bc1bd, net.minecraft.item.crafting.Ingredient@6547954b, net.minecraft.item.crafting.Ingredient@7d5ff1c3, net.minecraft.item.crafting.Ingredient@1ca6d288, net.minecraft.item.crafting.Ingredient@47eb6e88, net.minecraft.item.crafting.Ingredient@1e5f56f3, net.minecraftforge.oredict.OreIngredient@1c0c7d12, net.minecraft.item.crafting.Ingredient@3614de89]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13306 crafttweaker:ct_shaped228998427 RecipeStage{tier='five', recipe=1xitem.refinedstorage:wireless_fluid_grid@0:[net.minecraft.item.crafting.Ingredient@2a1769ed, net.minecraft.item.crafting.Ingredient@4e9b5a92, net.minecraft.item.crafting.Ingredient@31004abe, net.minecraft.item.crafting.Ingredient@21702a81, net.minecraft.item.crafting.Ingredient@30397743, net.minecraft.item.crafting.Ingredient@2462f41c, net.minecraft.item.crafting.Ingredient@17841f94, net.minecraftforge.oredict.OreIngredient@37000bc7, net.minecraft.item.crafting.Ingredient@4c78e10b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13307 crafttweaker:ct_shaped1636644440 RecipeStage{tier='four', recipe=1xblock.refinedstorage:controller@0:[net.minecraft.item.crafting.Ingredient@7f892e8c, net.minecraft.item.crafting.Ingredient@4846f656, net.minecraft.item.crafting.Ingredient@7f2f92aa, net.minecraftforge.oredict.OreIngredient@745454fd, net.minecraft.item.crafting.Ingredient@421fe9b5, net.minecraftforge.oredict.OreIngredient@3d9443e6, net.minecraft.item.crafting.Ingredient@3e2d2c3c, net.minecraftforge.oredict.OreIngredient@680874b8, net.minecraft.item.crafting.Ingredient@55676a4d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13308 crafttweaker:ct_shaped629709003 RecipeStage{tier='five', recipe=1xblock.refinedstorage:wireless_transmitter@0:[net.minecraft.item.crafting.Ingredient@4af39874, net.minecraft.item.crafting.Ingredient@1d6811da, net.minecraft.item.crafting.Ingredient@36ee1b7b, net.minecraft.item.crafting.Ingredient@58b53ae9, net.minecraft.item.crafting.Ingredient@e5329b3, net.minecraft.item.crafting.Ingredient@53680f62, net.minecraft.item.crafting.Ingredient@159be3b7, net.minecraftforge.oredict.OreIngredient@6488f19f, net.minecraft.item.crafting.Ingredient@7301520c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13309 crafttweaker:ct_shaped1941962481 RecipeStage{tier='five', recipe=1xblock.refinedstorage:crafting_monitor@0:[net.minecraftforge.oredict.OreIngredient@60814011, net.minecraft.item.crafting.Ingredient@2acd91ed, net.minecraftforge.oredict.OreIngredient@9ea8922, net.minecraft.item.crafting.Ingredient@70823b21, net.minecraft.item.crafting.Ingredient@1a697ce8, net.minecraftforge.oredict.OreIngredient@5cedc4b1, net.minecraftforge.oredict.OreIngredient@193e597, net.minecraft.item.crafting.Ingredient@60a98db7, net.minecraftforge.oredict.OreIngredient@31763376]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13310 crafttweaker:ct_shaped1923300161 RecipeStage{tier='five', recipe=1xitem.refinedstorage:upgrade@0:[net.minecraft.item.crafting.Ingredient@30cb1a5, net.minecraftforge.oredict.OreIngredient@1d2d430e, net.minecraft.item.crafting.Ingredient@31c5b129, net.minecraft.item.crafting.Ingredient@31a8d9e4, net.minecraftforge.oredict.OreIngredient@57cfd7ed, net.minecraft.item.crafting.Ingredient@208ddb29, net.minecraft.item.crafting.Ingredient@3cdd6ae8, net.minecraftforge.oredict.OreIngredient@4b4df36e, net.minecraft.item.crafting.Ingredient@62142555]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13311 crafttweaker:ct_shaped-587847896 RecipeStage{tier='five', recipe=1xitem.refinedstorage:fluid_storage_part@3:[net.minecraftforge.oredict.OreIngredient@2c0efead, net.minecraft.item.crafting.Ingredient@7b534bee, net.minecraftforge.oredict.OreIngredient@5f211169, net.minecraft.item.crafting.Ingredient@1c5cb955, net.minecraft.item.crafting.Ingredient@477cc7e5, net.minecraft.item.crafting.Ingredient@2691f8df, net.minecraftforge.oredict.OreIngredient@71ec1f3d, net.minecraft.item.crafting.Ingredient@8039644, net.minecraftforge.oredict.OreIngredient@29e13b4e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13312 crafttweaker:ct_shaped-1869303677 RecipeStage{tier='five', recipe=1xblock.refinedstorage:disk_manipulator@0:[net.minecraft.item.crafting.Ingredient@9f79ad, net.minecraft.item.crafting.Ingredient@119b8b74, net.minecraft.item.crafting.Ingredient@53e9eb5, net.minecraft.item.crafting.Ingredient@25a5fe17, net.minecraft.item.crafting.Ingredient@5e8cb91f, net.minecraft.item.crafting.Ingredient@13015991, net.minecraft.item.crafting.Ingredient@62bba672, net.minecraft.item.crafting.Ingredient@68e4b974, net.minecraft.item.crafting.Ingredient@539bb136]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13313 crafttweaker:ct_shaped1137352484 RecipeStage{tier='five', recipe=1xitem.refinedstorageaddons:wireless_crafting_grid@0:[net.minecraft.item.crafting.Ingredient@4a4fa705, net.minecraft.item.crafting.Ingredient@75781008, net.minecraft.item.crafting.Ingredient@381a38ca, net.minecraft.item.crafting.Ingredient@36863cfe, net.minecraft.item.crafting.Ingredient@1c6c2a4, net.minecraft.item.crafting.Ingredient@340b6ac4, net.minecraft.item.crafting.Ingredient@5dbed8e7, net.minecraftforge.oredict.OreIngredient@5ad87e62, net.minecraft.item.crafting.Ingredient@6d3c447f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13314 crafttweaker:ct_shaped-804896417 RecipeStage{tier='five', recipe=1xtile.rftools.matter_receiver@0:[net.minecraftforge.oredict.OreIngredient@20e5e56, net.minecraftforge.oredict.OreIngredient@29dcc710, net.minecraftforge.oredict.OreIngredient@306e9727, net.minecraft.item.crafting.Ingredient@3ffe32e9, net.minecraft.item.crafting.Ingredient@4f7237ae, net.minecraft.item.crafting.Ingredient@d98d17, net.minecraft.item.crafting.Ingredient@444ae584, net.minecraft.item.crafting.Ingredient@a6dee9e, net.minecraft.item.crafting.Ingredient@54fc773a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13315 crafttweaker:ct_shaped-1676019490 RecipeStage{tier='five', recipe=1xtile.rftools.machine_frame@0:[net.minecraftforge.oredict.OreIngredient@1801e987, net.minecraft.item.crafting.Ingredient@bf459c6, net.minecraftforge.oredict.OreIngredient@6e085f38, net.minecraft.item.crafting.Ingredient@597aa064, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4ea0271d, net.minecraftforge.oredict.OreIngredient@67337d66, net.minecraft.item.crafting.Ingredient@4b6e0f27, net.minecraftforge.oredict.OreIngredient@471bffae]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13316 crafttweaker:ct_shaped1656510041 RecipeStage{tier='five', recipe=1xtile.rftools.matter_transmitter@0:[net.minecraft.item.crafting.Ingredient@8cca09f, net.minecraft.item.crafting.Ingredient@746834ad, net.minecraft.item.crafting.Ingredient@4f441a30, net.minecraft.item.crafting.Ingredient@573a7af9, net.minecraft.item.crafting.Ingredient@3a9ff0d9, net.minecraft.item.crafting.Ingredient@f67767b, net.minecraftforge.oredict.OreIngredient@609d683d, net.minecraftforge.oredict.OreIngredient@64742b65, net.minecraftforge.oredict.OreIngredient@2128160a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13317 crafttweaker:ct_shaped400786205 RecipeStage{tier='five', recipe=1xtile.rftools.machine_base@0:[net.minecraft.item.crafting.Ingredient@154878fa, net.minecraftforge.oredict.OreIngredient@1e9f26ee, net.minecraft.item.crafting.Ingredient@5bf5095b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13318 crafttweaker:ct_shaped436711774 RecipeStage{tier='zero', recipe=3xtile.rustic.ironwood_slab@0:[net.minecraft.item.crafting.Ingredient@3a8cdc69, net.minecraft.item.crafting.Ingredient@6c55ec6a, net.minecraft.item.crafting.Ingredient@b1a0f58]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13319 crafttweaker:ct_shaped-670611859 RecipeStage{tier='zero', recipe=3xtile.rustic.olive_slab@0:[net.minecraft.item.crafting.Ingredient@785660b1, net.minecraft.item.crafting.Ingredient@24e58446, net.minecraft.item.crafting.Ingredient@67900a0c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13320 crafttweaker:ct_shaped-2102442956 RecipeStage{tier='one', recipe=1xtile.rustic.crushing_tub@0:[net.minecraftforge.oredict.OreIngredient@3c2ba969, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@773305b5, net.minecraftforge.oredict.OreIngredient@7ffc68a1, net.minecraftforge.oredict.OreIngredient@18dbdd38, net.minecraftforge.oredict.OreIngredient@795a5fab]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13321 crafttweaker:rutic_empting RecipeStage{tier='two', recipe=1xitem.glassBottle@0:[crafttweaker.mc1120.item.VanillaIngredient@162bf398]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13322 crafttweaker:ct_shaped-795409393 RecipeStage{tier='zero', recipe=8xtile.rustic.painted_wood_black@0:[net.minecraftforge.oredict.OreIngredient@a8e389c, net.minecraftforge.oredict.OreIngredient@4c7a06e8, net.minecraftforge.oredict.OreIngredient@67f6afcb, net.minecraftforge.oredict.OreIngredient@2e88279e, net.minecraftforge.oredict.OreIngredient@5539a00b, net.minecraftforge.oredict.OreIngredient@49e8a102, net.minecraftforge.oredict.OreIngredient@1bb2c703, net.minecraftforge.oredict.OreIngredient@74e9a73c, net.minecraftforge.oredict.OreIngredient@6c487852]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13323 crafttweaker:ct_shaped1299269163 RecipeStage{tier='zero', recipe=8xtile.rustic.painted_wood_red@0:[net.minecraftforge.oredict.OreIngredient@60242468, net.minecraftforge.oredict.OreIngredient@6d236db0, net.minecraftforge.oredict.OreIngredient@544af76f, net.minecraftforge.oredict.OreIngredient@7bef8f5c, net.minecraftforge.oredict.OreIngredient@3a29f32d, net.minecraftforge.oredict.OreIngredient@4c115735, net.minecraftforge.oredict.OreIngredient@4f632057, net.minecraftforge.oredict.OreIngredient@4871c388, net.minecraftforge.oredict.OreIngredient@3db4e130]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13324 crafttweaker:ct_shaped969342727 RecipeStage{tier='zero', recipe=8xtile.rustic.painted_wood_green@0:[net.minecraftforge.oredict.OreIngredient@7bdab14c, net.minecraftforge.oredict.OreIngredient@2d6d57f8, net.minecraftforge.oredict.OreIngredient@6bc6bc5e, net.minecraftforge.oredict.OreIngredient@71e17d77, net.minecraftforge.oredict.OreIngredient@5f9ff2d6, net.minecraftforge.oredict.OreIngredient@180abc4a, net.minecraftforge.oredict.OreIngredient@46f0d759, net.minecraftforge.oredict.OreIngredient@3c800035, net.minecraftforge.oredict.OreIngredient@1c295c31]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13325 crafttweaker:ct_shaped685592929 RecipeStage{tier='zero', recipe=8xtile.rustic.painted_wood_brown@0:[net.minecraftforge.oredict.OreIngredient@518c5b12, net.minecraftforge.oredict.OreIngredient@11860465, net.minecraftforge.oredict.OreIngredient@2dbb2fc8, net.minecraftforge.oredict.OreIngredient@7b25269a, net.minecraftforge.oredict.OreIngredient@4842a627, net.minecraftforge.oredict.OreIngredient@69c63666, net.minecraftforge.oredict.OreIngredient@1d7781f9, net.minecraftforge.oredict.OreIngredient@4fb4753b, net.minecraftforge.oredict.OreIngredient@121a9174]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13326 crafttweaker:ct_shaped253196313 RecipeStage{tier='zero', recipe=8xtile.rustic.painted_wood_blue@0:[net.minecraftforge.oredict.OreIngredient@4ab7f057, net.minecraftforge.oredict.OreIngredient@6beec8b1, net.minecraftforge.oredict.OreIngredient@71f755a, net.minecraftforge.oredict.OreIngredient@41c8c5fc, net.minecraftforge.oredict.OreIngredient@3408a0da, net.minecraftforge.oredict.OreIngredient@29be4daa, net.minecraftforge.oredict.OreIngredient@55775862, net.minecraftforge.oredict.OreIngredient@52179015, net.minecraftforge.oredict.OreIngredient@2368f4fd]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13327 crafttweaker:ct_shaped673067097 RecipeStage{tier='zero', recipe=8xtile.rustic.painted_wood_purple@0:[net.minecraftforge.oredict.OreIngredient@78602e27, net.minecraftforge.oredict.OreIngredient@173bdd01, net.minecraftforge.oredict.OreIngredient@79c260cb, net.minecraftforge.oredict.OreIngredient@1de9ac12, net.minecraftforge.oredict.OreIngredient@6481a89e, net.minecraftforge.oredict.OreIngredient@2d1ba2da, net.minecraftforge.oredict.OreIngredient@47355b8a, net.minecraftforge.oredict.OreIngredient@17ecf642, net.minecraftforge.oredict.OreIngredient@7e407979]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13328 crafttweaker:ct_shaped900721081 RecipeStage{tier='zero', recipe=8xtile.rustic.painted_wood_cyan@0:[net.minecraftforge.oredict.OreIngredient@ebd1919, net.minecraftforge.oredict.OreIngredient@6339fa4f, net.minecraftforge.oredict.OreIngredient@13974e8c, net.minecraftforge.oredict.OreIngredient@6ee16636, net.minecraftforge.oredict.OreIngredient@872cf22, net.minecraftforge.oredict.OreIngredient@2435b7e1, net.minecraftforge.oredict.OreIngredient@dff7ec5, net.minecraftforge.oredict.OreIngredient@684a799a, net.minecraftforge.oredict.OreIngredient@765fa06e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13329 crafttweaker:ct_shaped-1563833579 RecipeStage{tier='zero', recipe=8xtile.rustic.painted_wood_silver@0:[net.minecraftforge.oredict.OreIngredient@7f5c9bfb, net.minecraftforge.oredict.OreIngredient@9a3db83, net.minecraftforge.oredict.OreIngredient@321ef584, net.minecraftforge.oredict.OreIngredient@39c97f79, net.minecraftforge.oredict.OreIngredient@2251a8f8, net.minecraftforge.oredict.OreIngredient@353900f2, net.minecraftforge.oredict.OreIngredient@704e7104, net.minecraftforge.oredict.OreIngredient@28efac3, net.minecraftforge.oredict.OreIngredient@2db79402]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13330 crafttweaker:ct_shaped1725133241 RecipeStage{tier='zero', recipe=8xtile.rustic.painted_wood_gray@0:[net.minecraftforge.oredict.OreIngredient@50f42fd6, net.minecraftforge.oredict.OreIngredient@5331a29d, net.minecraftforge.oredict.OreIngredient@269c02da, net.minecraftforge.oredict.OreIngredient@379a958f, net.minecraftforge.oredict.OreIngredient@46618635, net.minecraftforge.oredict.OreIngredient@181ae12e, net.minecraftforge.oredict.OreIngredient@5e56ba25, net.minecraftforge.oredict.OreIngredient@3d837a8d, net.minecraftforge.oredict.OreIngredient@77990326]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13331 crafttweaker:ct_shaped1211390361 RecipeStage{tier='zero', recipe=8xtile.rustic.painted_wood_pink@0:[net.minecraftforge.oredict.OreIngredient@38458f6a, net.minecraftforge.oredict.OreIngredient@53a98dd5, net.minecraftforge.oredict.OreIngredient@75d8d23f, net.minecraftforge.oredict.OreIngredient@4ae77f91, net.minecraftforge.oredict.OreIngredient@5e4d9778, net.minecraftforge.oredict.OreIngredient@41156e41, net.minecraftforge.oredict.OreIngredient@726f0576, net.minecraftforge.oredict.OreIngredient@305e75d, net.minecraftforge.oredict.OreIngredient@31414612]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13332 crafttweaker:ct_shaped1638777081 RecipeStage{tier='zero', recipe=8xtile.rustic.painted_wood_lime@0:[net.minecraftforge.oredict.OreIngredient@5bcc511d, net.minecraftforge.oredict.OreIngredient@5182aba7, net.minecraftforge.oredict.OreIngredient@7d9191c5, net.minecraftforge.oredict.OreIngredient@465b39b3, net.minecraftforge.oredict.OreIngredient@7f26dcdc, net.minecraftforge.oredict.OreIngredient@3bbd8f0c, net.minecraftforge.oredict.OreIngredient@4a533e07, net.minecraftforge.oredict.OreIngredient@55da005f, net.minecraftforge.oredict.OreIngredient@1cd3f604]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13333 crafttweaker:ct_shaped-1119570599 RecipeStage{tier='zero', recipe=8xtile.rustic.painted_wood_yellow@0:[net.minecraftforge.oredict.OreIngredient@4b41cf7d, net.minecraftforge.oredict.OreIngredient@18317314, net.minecraftforge.oredict.OreIngredient@1d6c50b5, net.minecraftforge.oredict.OreIngredient@1e0cf6ca, net.minecraftforge.oredict.OreIngredient@5bf3f851, net.minecraftforge.oredict.OreIngredient@48c989e8, net.minecraftforge.oredict.OreIngredient@37df81bc, net.minecraftforge.oredict.OreIngredient@4e9c9b2b, net.minecraftforge.oredict.OreIngredient@a69c3d9]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13334 crafttweaker:ct_shaped371284136 RecipeStage{tier='zero', recipe=8xtile.rustic.painted_wood_light_blue@0:[net.minecraftforge.oredict.OreIngredient@e6b8db5, net.minecraftforge.oredict.OreIngredient@45722fa5, net.minecraftforge.oredict.OreIngredient@6f1da1e3, net.minecraftforge.oredict.OreIngredient@2b2ed0d2, net.minecraftforge.oredict.OreIngredient@79faf627, net.minecraftforge.oredict.OreIngredient@2d21e1ba, net.minecraftforge.oredict.OreIngredient@2fb14f44, net.minecraftforge.oredict.OreIngredient@7244b220, net.minecraftforge.oredict.OreIngredient@5c212981]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13335 crafttweaker:ct_shaped-402969477 RecipeStage{tier='zero', recipe=8xtile.rustic.painted_wood_magenta@0:[net.minecraftforge.oredict.OreIngredient@7e2f2f8e, net.minecraftforge.oredict.OreIngredient@5bc19460, net.minecraftforge.oredict.OreIngredient@cc3e88a, net.minecraftforge.oredict.OreIngredient@597ba5b2, net.minecraftforge.oredict.OreIngredient@5eafb24c, net.minecraftforge.oredict.OreIngredient@91a4f6d, net.minecraftforge.oredict.OreIngredient@1a8e617c, net.minecraftforge.oredict.OreIngredient@1edc11aa, net.minecraftforge.oredict.OreIngredient@3dc2edef]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13336 crafttweaker:ct_shaped1447406361 RecipeStage{tier='zero', recipe=8xtile.rustic.painted_wood_orange@0:[net.minecraftforge.oredict.OreIngredient@66f8bc1d, net.minecraftforge.oredict.OreIngredient@f94a43f, net.minecraftforge.oredict.OreIngredient@71bbb526, net.minecraftforge.oredict.OreIngredient@5bbc836b, net.minecraftforge.oredict.OreIngredient@7887d455, net.minecraftforge.oredict.OreIngredient@52982226, net.minecraftforge.oredict.OreIngredient@7e26bfd6, net.minecraftforge.oredict.OreIngredient@41bedca2, net.minecraftforge.oredict.OreIngredient@75d9dbc]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13337 crafttweaker:ct_shaped1324950075 RecipeStage{tier='zero', recipe=8xtile.rustic.painted_wood_white@0:[net.minecraftforge.oredict.OreIngredient@14470663, net.minecraftforge.oredict.OreIngredient@5f54c332, net.minecraftforge.oredict.OreIngredient@68385fb6, net.minecraftforge.oredict.OreIngredient@3639f70, net.minecraftforge.oredict.OreIngredient@2fbbe561, net.minecraftforge.oredict.OreIngredient@560ffef7, net.minecraftforge.oredict.OreIngredient@7c60ce6f, net.minecraftforge.oredict.OreIngredient@6367468c, net.minecraftforge.oredict.OreIngredient@1307276c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13338 crafttweaker:ct_shaped-383966963 RecipeStage{tier='zero', recipe=1xitem.spartanshields:shield_basic_stone@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3a569bbd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@403f292e, net.minecraft.item.crafting.Ingredient@19b54483, net.minecraft.item.crafting.Ingredient@33a33c9e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3d26c224, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13339 crafttweaker:ct_shaped-1610621159 RecipeStage{tier='zero', recipe=1xitem.spartanshields:shield_basic_wood@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@469eaf7, net.minecraftforge.oredict.OreIngredient@374b27a5, net.minecraftforge.oredict.OreIngredient@1d26ba1e, net.minecraftforge.oredict.OreIngredient@161a7c7c, net.minecraftforge.oredict.OreIngredient@5d6f021a, net.minecraftforge.oredict.OreIngredient@33f7601d, net.minecraftforge.oredict.OreIngredient@1ba9da37, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13340 crafttweaker:ct_shaped-1418455037 RecipeStage{tier='five', recipe=1xitem.spartanshields:shield_basic_diamond@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5e15aca2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7bcf1aa8, net.minecraft.item.crafting.Ingredient@73b06a44, net.minecraft.item.crafting.Ingredient@261d6e67, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@551ea6ba, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13341 crafttweaker:ct_shaped-1723061619 RecipeStage{tier='five', recipe=1xitem.spartanshields:shield_riot_rftools@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5607eceb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@26954e25, net.minecraft.item.crafting.Ingredient@6b3672c6, net.minecraft.item.crafting.Ingredient@4bbd326c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@22b4ef44, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13342 crafttweaker:ct_shaped1075347202 RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@18:[net.minecraft.item.crafting.Ingredient@2edc6951, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@76249e0e, net.minecraft.item.crafting.Ingredient@54a8fcf4, net.minecraft.item.crafting.Ingredient@51e3f7ea, net.minecraft.item.crafting.Ingredient@1c389a66, net.minecraft.item.crafting.Ingredient@4e3eb301, net.minecraft.item.crafting.Ingredient@5d62a96e, net.minecraft.item.crafting.Ingredient@13f0598f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13343 crafttweaker:ct_shaped-1617081095 RecipeStage{tier='three', recipe=1xtile.SC2:upgrade@6:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4b430a3d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@705e0eef, net.minecraft.item.crafting.Ingredient@383ff053, net.minecraft.item.crafting.Ingredient@2912eafa, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7ad31f07, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13344 crafttweaker:ct_shaped-1504904227 RecipeStage{tier='three', recipe=1xitem.SC2:unknowncomponent@15:[net.minecraftforge.oredict.OreIngredient@7a7a5fc4, net.minecraftforge.oredict.OreIngredient@3d0085b0, net.minecraft.item.crafting.Ingredient@3fbedd0]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13345 crafttweaker:ct_shaped67161384 RecipeStage{tier='three', recipe=1xtile.SC2:BlockDetector@0:[net.minecraft.item.crafting.Ingredient@61b2e18f, net.minecraft.item.crafting.Ingredient@499e1602]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13346 crafttweaker:ct_shaped989783267 RecipeStage{tier='three', recipe=2xitem.SC2:unknowncomponent@65:[net.minecraftforge.oredict.OreIngredient@700a2784, net.minecraftforge.oredict.OreIngredient@2c43d138, net.minecraftforge.oredict.OreIngredient@5a0be3a6, net.minecraftforge.oredict.OreIngredient@631cc0e3, net.minecraftforge.oredict.OreIngredient@420bfd03, net.minecraftforge.oredict.OreIngredient@70732e6b, net.minecraftforge.oredict.OreIngredient@7560f510, net.minecraftforge.oredict.OreIngredient@70fe2887, net.minecraftforge.oredict.OreIngredient@6d00207e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13347 crafttweaker:ct_shaped-758042042 RecipeStage{tier='three', recipe=1xtile.SC2:upgrade@13:[net.minecraft.item.crafting.Ingredient@4695bc3, net.minecraft.item.crafting.Ingredient@7653e62b, net.minecraft.item.crafting.Ingredient@77685276, net.minecraft.item.crafting.Ingredient@1b078f35, net.minecraft.item.crafting.Ingredient@55fe78d5, net.minecraft.item.crafting.Ingredient@3cf5aeff, net.minecraft.item.crafting.Ingredient@93bb0f5, net.minecraft.item.crafting.Ingredient@2e62e8c0, net.minecraft.item.crafting.Ingredient@8fc0509]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13348 crafttweaker:ct_shaped-1164450811 RecipeStage{tier='three', recipe=2xtile.SC2:BlockAdvDetector@0:[net.minecraftforge.oredict.OreIngredient@19efc0bf, net.minecraft.item.crafting.Ingredient@4d87676f, net.minecraftforge.oredict.OreIngredient@749ab2f7, net.minecraftforge.oredict.OreIngredient@1c263520, net.minecraft.item.crafting.Ingredient@7babf423, net.minecraftforge.oredict.OreIngredient@de14826, net.minecraftforge.oredict.OreIngredient@2ccd4e67, net.minecraft.item.crafting.Ingredient@1eff1eb, net.minecraftforge.oredict.OreIngredient@25410719]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13349 crafttweaker:ct_shaped-1964983565 RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@9:[net.minecraftforge.oredict.OreIngredient@22e6dbef, net.minecraftforge.oredict.OreIngredient@641e17a2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1a80d263, net.minecraftforge.oredict.OreIngredient@37d477e5, net.minecraft.item.crafting.Ingredient@23f9fb53, net.minecraftforge.oredict.OreIngredient@37ce4b89, net.minecraftforge.oredict.OreIngredient@2b4194d9, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13350 crafttweaker:ct_shaped1758798560 RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@57:[net.minecraft.item.crafting.Ingredient@3f3eb50b, net.minecraft.item.crafting.Ingredient@5371e2dc, net.minecraft.item.crafting.Ingredient@16a66938, net.minecraft.item.crafting.Ingredient@31e6c069, net.minecraft.item.crafting.Ingredient@7b3abdb3, net.minecraft.item.crafting.Ingredient@2701d70a, net.minecraft.item.crafting.Ingredient@24b957b, net.minecraft.item.crafting.Ingredient@5a9e8d3, net.minecraft.item.crafting.Ingredient@2bd00af0]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13351 crafttweaker:ct_shaped-2084022713 RecipeStage{tier='three', recipe=4xitem.SC2:unknowncomponent@83:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, crafttweaker.api.minecraft.CraftTweakerMC$1@2403107, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5c7e9c79, net.minecraftforge.oredict.OreIngredient@165b1855, net.minecraftforge.oredict.OreIngredient@3d7717e4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3ebcc144, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13352 crafttweaker:ct_shaped-554224505 RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@89:[net.minecraft.item.crafting.Ingredient@16091fbe, net.minecraft.item.crafting.Ingredient@585e249a, net.minecraft.item.crafting.Ingredient@5d93d042, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@57d8c55, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5b5797ab, net.minecraftforge.oredict.OreIngredient@728402af, net.minecraft.item.crafting.Ingredient@3156dd7d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13353 crafttweaker:ct_shaped1452238409 RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@20:[net.minecraft.item.crafting.Ingredient@58a0f026, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3f2dde56, net.minecraft.item.crafting.Ingredient@6dee3266, net.minecraft.item.crafting.Ingredient@6a54b793, net.minecraft.item.crafting.Ingredient@352a5b3f, net.minecraft.item.crafting.Ingredient@64a4eca2, net.minecraft.item.crafting.Ingredient@78c59f52, net.minecraft.item.crafting.Ingredient@37e257f6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13354 crafttweaker:ct_shaped-725753285 RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@84:[net.minecraftforge.oredict.OreIngredient@50761196, net.minecraftforge.oredict.OreIngredient@13f436c6, net.minecraftforge.oredict.OreIngredient@479f14e5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6267b607, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2fde17c, net.minecraftforge.oredict.OreIngredient@308da5e3, net.minecraft.item.crafting.Ingredient@f8aa72b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13355 crafttweaker:ct_shaped-997435322 RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@84:[net.minecraftforge.oredict.OreIngredient@5002ff53, net.minecraftforge.oredict.OreIngredient@3d19022e, net.minecraftforge.oredict.OreIngredient@60e60ad3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3a0f5a1b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7db0d26e, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13356 crafttweaker:ct_shaped624470326 RecipeStage{tier='three', recipe=1xitem.SC2:unknowncomponent@17:[net.minecraftforge.oredict.OreIngredient@8cdb784, net.minecraftforge.oredict.OreIngredient@58ad84dc, net.minecraftforge.oredict.OreIngredient@18b2d250, net.minecraftforge.oredict.OreIngredient@63ea408a, net.minecraft.item.crafting.Ingredient@67ebae4, net.minecraftforge.oredict.OreIngredient@32c15593, net.minecraftforge.oredict.OreIngredient@3cef21c9, net.minecraftforge.oredict.OreIngredient@db0d8ce, net.minecraftforge.oredict.OreIngredient@7eeafa06]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13357 crafttweaker:ct_shaped-1039530366 RecipeStage{tier='three', recipe=2xitem.SC2:unknowncomponent@42:[net.minecraftforge.oredict.OreIngredient@46bf5585, net.minecraftforge.oredict.OreIngredient@31bd5f2, net.minecraftforge.oredict.OreIngredient@8660bf7, net.minecraftforge.oredict.OreIngredient@2175fa37, net.minecraftforge.oredict.OreIngredient@1dda90e1, net.minecraftforge.oredict.OreIngredient@40b372ed, net.minecraftforge.oredict.OreIngredient@78b2f0bf, net.minecraftforge.oredict.OreIngredient@769819dc, net.minecraftforge.oredict.OreIngredient@3f8cc276]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13358 crafttweaker:ct_shaped-796573499 RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@43:[net.minecraftforge.oredict.OreIngredient@6473eb70, net.minecraftforge.oredict.OreIngredient@babd849, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3dcb6619, net.minecraftforge.oredict.OreIngredient@648d9ca4, net.minecraft.item.crafting.Ingredient@1f5ed32e, net.minecraftforge.oredict.OreIngredient@4ae2391c, net.minecraftforge.oredict.OreIngredient@2cff65f7, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13359 crafttweaker:ct_shaped1314585067 RecipeStage{tier='three', recipe=1xtile.SC2:BlockDistributor@0:[net.minecraft.item.crafting.Ingredient@249fa470, net.minecraft.item.crafting.Ingredient@4d31d46e, net.minecraft.item.crafting.Ingredient@16403e0d, net.minecraft.item.crafting.Ingredient@41c721ef, net.minecraft.item.crafting.Ingredient@1822a183, net.minecraft.item.crafting.Ingredient@5bf3844d, net.minecraft.item.crafting.Ingredient@4cd47968, net.minecraft.item.crafting.Ingredient@34e4e144, net.minecraft.item.crafting.Ingredient@394760e2]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13360 crafttweaker:ct_shaped2146492309 RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@14:[net.minecraftforge.oredict.OreIngredient@7ed15a6b, net.minecraftforge.oredict.OreIngredient@112173e0, net.minecraftforge.oredict.OreIngredient@25c4e41, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@1e7e98, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@74e87ef2, net.minecraftforge.oredict.OreIngredient@6eccadfc, net.minecraft.item.crafting.Ingredient@e02c822]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13361 crafttweaker:ct_shaped1109208268 RecipeStage{tier='three', recipe=1xitem.SC2:unknowncomponent@11:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7d1b8dc4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4ab3737b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@411b849c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13362 crafttweaker:ct_shaped1278901763 RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@93:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@59c00745, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7814d414, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@296d48c6, net.minecraft.item.crafting.Ingredient@344f0613, net.minecraft.item.crafting.Ingredient@6decc5f0]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13363 crafttweaker:ct_shaped1732714994 RecipeStage{tier='three', recipe=32xitem.SC2:unknowncomponent@61:[net.minecraft.item.crafting.Ingredient@3306182d, net.minecraft.item.crafting.Ingredient@70ee5df3, net.minecraft.item.crafting.Ingredient@3c5db263, net.minecraft.item.crafting.Ingredient@3715235d, net.minecraft.item.crafting.Ingredient@345192e2, net.minecraft.item.crafting.Ingredient@3652405e, net.minecraft.item.crafting.Ingredient@67cd325d, net.minecraft.item.crafting.Ingredient@795cea32, net.minecraft.item.crafting.Ingredient@41a2a179]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13364 crafttweaker:ct_shaped-1977285478 RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@23:[net.minecraftforge.oredict.OreIngredient@65d649a3, net.minecraft.item.crafting.Ingredient@6b07c09e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13365 crafttweaker:ct_shaped-2111701519 RecipeStage{tier='three', recipe=1xtile.SC2:upgrade@11:[net.minecraftforge.oredict.OreIngredient@7594aab6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@21696414, net.minecraft.item.crafting.Ingredient@7625aacb, net.minecraft.item.crafting.Ingredient@23f387a1, net.minecraft.item.crafting.Ingredient@73e25873, net.minecraftforge.oredict.OreIngredient@19c1cbdf, net.minecraft.item.crafting.Ingredient@426959de, net.minecraftforge.oredict.OreIngredient@7d1810bd]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13366 crafttweaker:ct_shaped-81585869 RecipeStage{tier='four', recipe=1xitem.SC2:unknownmodule@45:[net.minecraft.item.crafting.Ingredient@1cd8eead, net.minecraftforge.oredict.OreIngredient@bd041da, net.minecraft.item.crafting.Ingredient@37f5ed7, net.minecraftforge.oredict.OreIngredient@3edf2bfd, net.minecraft.item.crafting.Ingredient@65a9170d, net.minecraftforge.oredict.OreIngredient@6c7e54f3, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@158e364d, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13367 crafttweaker:ct_shaped-481440423 RecipeStage{tier='three', recipe=1xitem.SC2:unknowncomponent@26:[net.minecraftforge.oredict.OreIngredient@524977c2, net.minecraft.item.crafting.Ingredient@7f7513f9, net.minecraftforge.oredict.OreIngredient@61320928, net.minecraft.item.crafting.Ingredient@56a771d, net.minecraft.item.crafting.Ingredient@1c84f715, net.minecraft.item.crafting.Ingredient@4bb9d5a7, net.minecraft.item.crafting.Ingredient@3ab3eeb1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6cb7a465]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13368 crafttweaker:ct_shaped2098845241 RecipeStage{tier='three', recipe=1xitem.SC2:unknowncomponent@59:[net.minecraftforge.oredict.OreIngredient@5730dab9, net.minecraftforge.oredict.OreIngredient@52a12915, net.minecraftforge.oredict.OreIngredient@77c29396, net.minecraftforge.oredict.OreIngredient@26078587, net.minecraft.item.crafting.Ingredient@773376ec, net.minecraftforge.oredict.OreIngredient@2c01009e, net.minecraftforge.oredict.OreIngredient@4f3c78ab, net.minecraft.item.crafting.Ingredient@550de776, net.minecraftforge.oredict.OreIngredient@39e57f2d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13369 crafttweaker:ct_shaped-964336238 RecipeStage{tier='three', recipe=1xtile.SC2:upgrade@17:[net.minecraftforge.oredict.OreIngredient@1dc48d7f, net.minecraft.item.crafting.Ingredient@3191574c, net.minecraftforge.oredict.OreIngredient@b9d205f, net.minecraft.item.crafting.Ingredient@19933a16, net.minecraft.item.crafting.Ingredient@2005f32e, net.minecraft.item.crafting.Ingredient@1b15fb55, net.minecraftforge.oredict.OreIngredient@79e8afb0, net.minecraft.item.crafting.Ingredient@79ab7911, net.minecraftforge.oredict.OreIngredient@76b87989]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13370 crafttweaker:ct_shaped1982055750 RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@78:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4243eb58, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7e6a598f, net.minecraft.item.crafting.Ingredient@5cabd4a2, net.minecraftforge.oredict.OreIngredient@696a9a8f, net.minecraft.item.crafting.Ingredient@342eb5d1, net.minecraftforge.oredict.OreIngredient@182424fa, net.minecraft.item.crafting.Ingredient@1a28ed98]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13371 crafttweaker:ct_shaped133013938 RecipeStage{tier='three', recipe=1xtile.SC2:upgrade@4:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, crafttweaker.api.minecraft.CraftTweakerMC$1@272bb2b0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@666a1bb9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@5f50e07a, net.minecraft.item.crafting.Ingredient@2498225, net.minecraftforge.oredict.OreIngredient@780d0eee]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13372 crafttweaker:ct_shaped-918247584 RecipeStage{tier='three', recipe=1xtile.SC2:upgrade@4:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, crafttweaker.api.minecraft.CraftTweakerMC$1@4e8c7585, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@16070f1e, net.minecraft.item.crafting.Ingredient@5811ff51, net.minecraftforge.oredict.OreIngredient@48fbf0c3, net.minecraftforge.oredict.OreIngredient@65769404, net.minecraft.item.crafting.Ingredient@4b27184b, net.minecraftforge.oredict.OreIngredient@1c1b8d09]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13373 crafttweaker:ct_shaped-1817906099 RecipeStage{tier='three', recipe=1xtile.SC2:upgrade@4:[net.minecraft.item.crafting.Ingredient@b710ba1, crafttweaker.api.minecraft.CraftTweakerMC$1@5a76787f, net.minecraft.item.crafting.Ingredient@29e0d63a, net.minecraftforge.oredict.OreIngredient@69d365ca, net.minecraft.item.crafting.Ingredient@6afc4752, net.minecraftforge.oredict.OreIngredient@3a07ff2, net.minecraftforge.oredict.OreIngredient@2cde38ba, net.minecraft.item.crafting.Ingredient@5ed1e5de, net.minecraftforge.oredict.OreIngredient@569fff81]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13374 crafttweaker:ct_shaped-328112052 RecipeStage{tier='three', recipe=1xtile.SC2:upgrade@4:[net.minecraft.item.crafting.Ingredient@5640554f, crafttweaker.api.minecraft.CraftTweakerMC$1@b06acd5, net.minecraft.item.crafting.Ingredient@5a28477e, net.minecraftforge.oredict.OreIngredient@7362c84d, net.minecraft.item.crafting.Ingredient@27dc1143, net.minecraftforge.oredict.OreIngredient@19826169, net.minecraftforge.oredict.OreIngredient@109d690, net.minecraft.item.crafting.Ingredient@64cc565c, net.minecraftforge.oredict.OreIngredient@23dd158f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13375 crafttweaker:ct_shaped111242893 RecipeStage{tier='three', recipe=1xtile.SC2:upgrade@4:[net.minecraft.item.crafting.Ingredient@29dea1b4, crafttweaker.api.minecraft.CraftTweakerMC$1@662c4f49, net.minecraft.item.crafting.Ingredient@60d48b66, net.minecraftforge.oredict.OreIngredient@2bee8b9e, net.minecraft.item.crafting.Ingredient@77e14c56, net.minecraftforge.oredict.OreIngredient@73b313e4, net.minecraftforge.oredict.OreIngredient@3778294f, net.minecraft.item.crafting.Ingredient@6815e645, net.minecraftforge.oredict.OreIngredient@15eb84ed]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13376 crafttweaker:ct_shaped-1799428724 RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@80:[net.minecraft.item.crafting.Ingredient@7e2c8987, net.minecraft.item.crafting.Ingredient@8e8e55c, net.minecraft.item.crafting.Ingredient@4f881dca, net.minecraft.item.crafting.Ingredient@68d243a, net.minecraftforge.oredict.OreIngredient@1cf7f5dd, net.minecraft.item.crafting.Ingredient@53fa311a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5c1300e2, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13377 crafttweaker:ct_shaped-878859183 RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@80:[net.minecraftforge.oredict.OreIngredient@33d053ae, net.minecraftforge.oredict.OreIngredient@102a1114, net.minecraftforge.oredict.OreIngredient@125a90ea, net.minecraftforge.oredict.OreIngredient@568a8653, net.minecraftforge.oredict.OreIngredient@6776e20f, net.minecraftforge.oredict.OreIngredient@2714ed44, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@618ff48c, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13378 crafttweaker:ct_shaped1000737324 RecipeStage{tier='three', recipe=12xitem.SC2:unknowncomponent@43:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@63355ef0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3303ae03, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@33fd1bea, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13379 crafttweaker:ct_shaped-1765343825 RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@49:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2dc8b28d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@64c3bb1a, net.minecraftforge.oredict.OreIngredient@4a9e7237, net.minecraft.item.crafting.Ingredient@11e712c5, net.minecraftforge.oredict.OreIngredient@795396ae, net.minecraft.item.crafting.Ingredient@31f9f5, net.minecraftforge.oredict.OreIngredient@39872c0e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13380 crafttweaker:ct_shaped-798560022 RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@91:[net.minecraftforge.oredict.OreIngredient@10df60c1, net.minecraft.item.crafting.Ingredient@755c6292, net.minecraftforge.oredict.OreIngredient@7aadc39d, net.minecraftforge.oredict.OreIngredient@7a4a779a, net.minecraft.item.crafting.Ingredient@1178c97a, net.minecraftforge.oredict.OreIngredient@7a66135, net.minecraftforge.oredict.OreIngredient@1303fb77, net.minecraft.item.crafting.Ingredient@3adca82a, net.minecraftforge.oredict.OreIngredient@6db88512]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13381 crafttweaker:ct_shaped1434628314 RecipeStage{tier='three', recipe=1xtile.SC2:BlockDetector@2:[net.minecraftforge.oredict.OreIngredient@5923ee59, net.minecraftforge.oredict.OreIngredient@55f77e49, net.minecraftforge.oredict.OreIngredient@ab51125, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@238c8574, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@659bf67a, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13382 crafttweaker:ct_shaped1436088297 RecipeStage{tier='three', recipe=8xitem.SC2:unknowncomponent@33:[net.minecraftforge.oredict.OreIngredient@b70c9b6, net.minecraftforge.oredict.OreIngredient@296eddc4]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13383 crafttweaker:ct_shaped-279654248 RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@42:[net.minecraftforge.oredict.OreIngredient@6e8e4ab8, net.minecraftforge.oredict.OreIngredient@541c5935, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@592c1779, net.minecraftforge.oredict.OreIngredient@6736165, net.minecraft.item.crafting.Ingredient@1a342099, net.minecraftforge.oredict.OreIngredient@2c57071b, net.minecraftforge.oredict.OreIngredient@15f95a37, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13384 crafttweaker:ct_shaped1282451734 RecipeStage{tier='three', recipe=1xtile.SC2:BlockDetector@1:[net.minecraft.item.crafting.Ingredient@89c79a4, net.minecraft.item.crafting.Ingredient@3317b0c6, net.minecraft.item.crafting.Ingredient@276c0660, net.minecraftforge.oredict.OreIngredient@781bc858, net.minecraft.item.crafting.Ingredient@1321cfa6, net.minecraftforge.oredict.OreIngredient@1d3edc84, net.minecraft.item.crafting.Ingredient@5a269645, net.minecraft.item.crafting.Ingredient@7cd9dc51, net.minecraft.item.crafting.Ingredient@61987093]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13385 crafttweaker:ct_shaped255506706 RecipeStage{tier='three', recipe=1xitem.SC2:unknowncomponent@39:[net.minecraft.item.crafting.Ingredient@a295ad8, net.minecraft.item.crafting.Ingredient@64537166, net.minecraft.item.crafting.Ingredient@56da02e9, net.minecraft.item.crafting.Ingredient@7464fc49, net.minecraft.item.crafting.Ingredient@34db8787, net.minecraft.item.crafting.Ingredient@4b7c083b, net.minecraft.item.crafting.Ingredient@4d3796f7, net.minecraft.item.crafting.Ingredient@1e62adac, net.minecraft.item.crafting.Ingredient@76ede658]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13386 crafttweaker:ct_shaped-1171127088 RecipeStage{tier='three', recipe=1xtile.SC2:upgrade@5:[net.minecraftforge.oredict.OreIngredient@5dfb156e, crafttweaker.api.minecraft.CraftTweakerMC$1@2c8aa008, net.minecraftforge.oredict.OreIngredient@270e67f8, net.minecraftforge.oredict.OreIngredient@3e488a67, net.minecraft.item.crafting.Ingredient@3b1db8a5, net.minecraftforge.oredict.OreIngredient@42eed52e, net.minecraftforge.oredict.OreIngredient@160b4b2c, net.minecraft.item.crafting.Ingredient@6c6af038, net.minecraftforge.oredict.OreIngredient@3a64a580]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13387 crafttweaker:ct_shaped346697568 RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@19:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@e174047, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@42893882, net.minecraft.item.crafting.Ingredient@79d9fbdb, net.minecraft.item.crafting.Ingredient@668e19c5, net.minecraft.item.crafting.Ingredient@522f782b, net.minecraft.item.crafting.Ingredient@59e907c4, net.minecraft.item.crafting.Ingredient@6f582801]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13388 crafttweaker:ct_shaped-284024239 RecipeStage{tier='three', recipe=1xtile.SC2:upgrade@7:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@790e441e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@50499534, net.minecraft.item.crafting.Ingredient@418f6fde, net.minecraft.item.crafting.Ingredient@6fb95fce, net.minecraftforge.oredict.OreIngredient@641cc893, net.minecraft.item.crafting.Ingredient@78e00111, net.minecraftforge.oredict.OreIngredient@422b704c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13389 crafttweaker:ct_shaped1873299324 RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@99:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@67c900e8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@659304d2, net.minecraftforge.oredict.OreIngredient@1d8369f8, net.minecraftforge.oredict.OreIngredient@4b3c314, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2b524d2a, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13390 crafttweaker:ct_shaped1976072717 RecipeStage{tier='three', recipe=1xitem.SC2:unknowncomponent@16:[net.minecraft.item.crafting.Ingredient@561a6906, net.minecraftforge.oredict.OreIngredient@50501694, net.minecraft.item.crafting.Ingredient@4a61d4e9, net.minecraft.item.crafting.Ingredient@73e3eb92, net.minecraftforge.oredict.OreIngredient@76b4eeb1, net.minecraft.item.crafting.Ingredient@2680b245, net.minecraft.item.crafting.Ingredient@6282fce0, net.minecraftforge.oredict.OreIngredient@e513459, net.minecraft.item.crafting.Ingredient@5f419244]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13391 crafttweaker:ct_shaped707932234 RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@12:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7cf00173, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@9e097f1, net.minecraft.item.crafting.Ingredient@e949968, net.minecraft.item.crafting.Ingredient@5d94e94c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@21938014, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13392 crafttweaker:ct_shaped1142477391 RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@44:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2cc1d4c8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6b447e1, net.minecraft.item.crafting.Ingredient@7c9000f2, net.minecraftforge.oredict.OreIngredient@413ebc54, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@63fb472f, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13393 crafttweaker:ct_shaped-422772534 RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@95:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@47549ffe, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3b3f8076, net.minecraftforge.oredict.OreIngredient@f574759, net.minecraft.item.crafting.Ingredient@36acaba3, net.minecraft.item.crafting.Ingredient@556479e7, net.minecraft.item.crafting.Ingredient@129f6f0d, net.minecraft.item.crafting.Ingredient@27c78f88]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13394 crafttweaker:ct_shaped-530354999 RecipeStage{tier='three', recipe=1xitem.SC2:unknowncomponent@28:[net.minecraft.item.crafting.Ingredient@74e5c960, net.minecraft.item.crafting.Ingredient@2b83d5a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13395 crafttweaker:ct_shaped-1154872411 RecipeStage{tier='three', recipe=32xitem.SC2:unknowncomponent@30:[net.minecraftforge.oredict.OreIngredient@6bb6dd07, net.minecraftforge.oredict.OreIngredient@7016b436, net.minecraftforge.oredict.OreIngredient@2a62cd9d, net.minecraftforge.oredict.OreIngredient@69f37766, net.minecraftforge.oredict.OreIngredient@34f0d1ba, net.minecraftforge.oredict.OreIngredient@71027416, net.minecraftforge.oredict.OreIngredient@4d30418e, net.minecraftforge.oredict.OreIngredient@3f0a5709, net.minecraftforge.oredict.OreIngredient@d453c53]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13396 crafttweaker:ct_shaped-1823548332 RecipeStage{tier='three', recipe=8xitem.SC2:unknowncomponent@60:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@6f054b29, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@20764b76, net.minecraft.item.crafting.Ingredient@4d29e26e, net.minecraftforge.oredict.OreIngredient@692af83c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2c33aa33, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13397 crafttweaker:ct_shaped482233795 RecipeStage{tier='four', recipe=1xtile.SC2:upgrade@19:[net.minecraft.item.crafting.Ingredient@3e8c7938, net.minecraft.item.crafting.Ingredient@3c34c615, net.minecraft.item.crafting.Ingredient@2e132b7, net.minecraftforge.oredict.OreIngredient@333262ea, net.minecraft.item.crafting.Ingredient@6eaa880d, net.minecraftforge.oredict.OreIngredient@7434efa3, net.minecraft.item.crafting.Ingredient@7f4b0f18, net.minecraft.item.crafting.Ingredient@5f4e0729, net.minecraft.item.crafting.Ingredient@659e162d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13398 crafttweaker:ct_shaped-443377111 RecipeStage{tier='three', recipe=1xtile.SC2:BlockCartAssembler@0:[net.minecraft.item.crafting.Ingredient@3684b4ca, net.minecraft.item.crafting.Ingredient@11105ecd, net.minecraft.item.crafting.Ingredient@3ec86489, net.minecraft.item.crafting.Ingredient@2bf22203, net.minecraft.item.crafting.Ingredient@3843f153, net.minecraft.item.crafting.Ingredient@2b3626a0, net.minecraftforge.oredict.OreIngredient@5627f363, net.minecraft.item.crafting.Ingredient@6cff219e, net.minecraftforge.oredict.OreIngredient@4b118c3b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13399 crafttweaker:ct_shaped38313763 RecipeStage{tier='three', recipe=1xitem.SC2:unknowncomponent@18:[net.minecraft.item.crafting.Ingredient@5108a0df, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@38ddfd76, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2dbbd822, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6a0ce9fa, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7e16b23c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13400 crafttweaker:ct_shaped-1993510713 RecipeStage{tier='three', recipe=1xtile.SC2:upgrade@9:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@29f7c6c5, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5afe6111, net.minecraft.item.crafting.Ingredient@57b0008d, net.minecraft.item.crafting.Ingredient@1cfccf15, net.minecraftforge.oredict.OreIngredient@b2ae3a1, net.minecraft.item.crafting.Ingredient@22f5fd3c, net.minecraftforge.oredict.OreIngredient@75162587]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13401 crafttweaker:ct_shaped-971847743 RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@86:[net.minecraft.item.crafting.Ingredient@f68c857, net.minecraft.item.crafting.Ingredient@530305f0, net.minecraft.item.crafting.Ingredient@5e921eb1, net.minecraft.item.crafting.Ingredient@1a6c32f9, net.minecraft.item.crafting.Ingredient@538f7b93, net.minecraft.item.crafting.Ingredient@1868d897, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@56c13abd, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13402 crafttweaker:ct_shaped1926449944 RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@22:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2dc13166, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5ba94ae, net.minecraft.item.crafting.Ingredient@5bc848ee, net.minecraft.item.crafting.Ingredient@48385f8]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13403 crafttweaker:ct_shaped-15821425 RecipeStage{tier='three', recipe=1xtile.SC2:upgrade@10:[net.minecraftforge.oredict.OreIngredient@206dce0f, net.minecraft.item.crafting.Ingredient@71232148, net.minecraftforge.oredict.OreIngredient@68b588ba, net.minecraft.item.crafting.Ingredient@70017c11, net.minecraftforge.oredict.OreIngredient@3ed2c9a8, net.minecraft.item.crafting.Ingredient@5613865b, net.minecraftforge.oredict.OreIngredient@12a7347b, net.minecraft.item.crafting.Ingredient@69bd33ca, net.minecraftforge.oredict.OreIngredient@418a28dc]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13404 crafttweaker:ct_shaped-373886602 RecipeStage{tier='three', recipe=1xitem.SC2:unknowncomponent@27:[net.minecraftforge.oredict.OreIngredient@be14fe8, net.minecraft.item.crafting.Ingredient@204eb603, net.minecraftforge.oredict.OreIngredient@20edf2a3, net.minecraftforge.oredict.OreIngredient@30b1e2aa, net.minecraft.item.crafting.Ingredient@31ae755b, net.minecraftforge.oredict.OreIngredient@640533c3, net.minecraftforge.oredict.OreIngredient@2bb2bd0a, net.minecraftforge.oredict.OreIngredient@14a9ae64, net.minecraftforge.oredict.OreIngredient@566f1507]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13405 crafttweaker:ct_shaped-157863145 RecipeStage{tier='four', recipe=1xitem.SC2:unknowncomponent@58:[net.minecraft.item.crafting.Ingredient@1b39af22, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@25dd0ba2, net.minecraftforge.oredict.OreIngredient@7cde5bf3, net.minecraft.item.crafting.Ingredient@5237ae42, net.minecraftforge.oredict.OreIngredient@4214b99, net.minecraft.item.crafting.Ingredient@496cc0a4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@47630bb9]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13406 crafttweaker:ct_shaped1263406044 RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@101:[net.minecraft.item.crafting.Ingredient@2849f8a9, net.minecraft.item.crafting.Ingredient@26ba03ba]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13407 crafttweaker:ct_shaped46945725 RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@85:[net.minecraft.item.crafting.Ingredient@9fc9e29, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@569d726c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@317654a6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@47a736e1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2ac7f5ea]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13408 crafttweaker:ct_shaped-1125305313 RecipeStage{tier='three', recipe=8xitem.SC2:unknowncomponent@34:[net.minecraft.item.crafting.Ingredient@17f4fccc, net.minecraft.item.crafting.Ingredient@142459f0, net.minecraft.item.crafting.Ingredient@6aca65ab, net.minecraft.item.crafting.Ingredient@7f37a5bd, net.minecraftforge.oredict.OreIngredient@4f15340b, net.minecraft.item.crafting.Ingredient@79481fc0, net.minecraft.item.crafting.Ingredient@4096ca7f, net.minecraft.item.crafting.Ingredient@2ce959d, net.minecraft.item.crafting.Ingredient@641d4ca3]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13409 crafttweaker:ct_shaped-2084055883 RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@94:[net.minecraft.item.crafting.Ingredient@5d92e9ff, net.minecraft.item.crafting.Ingredient@2ba11500, net.minecraft.item.crafting.Ingredient@5db51f94, net.minecraftforge.oredict.OreIngredient@534328d5, net.minecraft.item.crafting.Ingredient@1954ee53, net.minecraftforge.oredict.OreIngredient@3afee16c, net.minecraft.item.crafting.Ingredient@4fc21018, net.minecraft.item.crafting.Ingredient@58d9cb5, net.minecraft.item.crafting.Ingredient@3b95cc21]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13410 crafttweaker:ct_shaped894718467 RecipeStage{tier='three', recipe=1xitem.SC2:unknowncomponent@10:[net.minecraftforge.oredict.OreIngredient@76adbfbe, net.minecraftforge.oredict.OreIngredient@29b033a3, net.minecraftforge.oredict.OreIngredient@40b17a14, net.minecraft.item.crafting.Ingredient@55d052e7, net.minecraft.item.crafting.Ingredient@4e1b47ac, net.minecraft.item.crafting.Ingredient@661e58e7, net.minecraft.item.crafting.Ingredient@2d34ffea, net.minecraft.item.crafting.Ingredient@7aa4c7c1, net.minecraft.item.crafting.Ingredient@6e96c91e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13411 crafttweaker:ct_shaped1032363592 RecipeStage{tier='three', recipe=1xtile.SC2:upgrade@1:[net.minecraftforge.oredict.OreIngredient@7a5b7d4b, net.minecraft.item.crafting.Ingredient@709a1645, net.minecraftforge.oredict.OreIngredient@2c5c4d58, net.minecraft.item.crafting.Ingredient@745aaff4, net.minecraftforge.oredict.OreIngredient@554a2511, net.minecraft.item.crafting.Ingredient@75c239c3, net.minecraftforge.oredict.OreIngredient@3b3a9cae, net.minecraft.item.crafting.Ingredient@1a3eb132, net.minecraftforge.oredict.OreIngredient@1e587dc9]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13412 crafttweaker:ct_shaped-75147943 RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@8:[net.minecraftforge.oredict.OreIngredient@7ab053e0, net.minecraftforge.oredict.OreIngredient@15807ff4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@7ad8eb57, net.minecraftforge.oredict.OreIngredient@27b377f0, net.minecraft.item.crafting.Ingredient@5fe40fb5, net.minecraftforge.oredict.OreIngredient@498da462, net.minecraftforge.oredict.OreIngredient@74327c57, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13413 crafttweaker:ct_shaped-738940877 RecipeStage{tier='three', recipe=1xtile.SC2:upgrade@12:[net.minecraft.item.crafting.Ingredient@488289d6, net.minecraft.item.crafting.Ingredient@3764aed4, net.minecraft.item.crafting.Ingredient@13eea2ee, net.minecraft.item.crafting.Ingredient@74d9a400, net.minecraftforge.oredict.OreIngredient@28c95f74, net.minecraft.item.crafting.Ingredient@3a4956b7, net.minecraftforge.oredict.OreIngredient@5c567ac2, net.minecraft.item.crafting.Ingredient@65163cec, net.minecraftforge.oredict.OreIngredient@7c6fdc5]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13414 crafttweaker:ct_shaped-630597594 RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@79:[net.minecraft.item.crafting.Ingredient@774aff64, net.minecraft.item.crafting.Ingredient@18a50b25, net.minecraft.item.crafting.Ingredient@4c80b581, net.minecraft.item.crafting.Ingredient@7c184101, net.minecraftforge.oredict.OreIngredient@5c093039, net.minecraft.item.crafting.Ingredient@6c45e4be, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@2520680a, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13415 crafttweaker:ct_shaped1235067060 RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@79:[net.minecraftforge.oredict.OreIngredient@1b0e25e6, net.minecraftforge.oredict.OreIngredient@e934646, net.minecraftforge.oredict.OreIngredient@4d30233e, net.minecraftforge.oredict.OreIngredient@6bf672aa, net.minecraftforge.oredict.OreIngredient@13d5b27, net.minecraftforge.oredict.OreIngredient@15888c30, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@596d746c, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13416 crafttweaker:ct_shaped-75090163 RecipeStage{tier='three', recipe=1xtile.SC2:upgrade@16:[net.minecraft.item.crafting.Ingredient@1562ec9, net.minecraftforge.oredict.OreIngredient@6a59b9a7, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3be151d0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@99d8cd4, net.minecraft.item.crafting.Ingredient@398ddb48]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13417 crafttweaker:ct_shaped-392184379 RecipeStage{tier='three', recipe=1xtile.SC2:BlockDetector@3:[net.minecraft.item.crafting.Ingredient@1ebed95f, net.minecraft.item.crafting.Ingredient@2fe06489, net.minecraft.item.crafting.Ingredient@4a7eb68d, net.minecraft.item.crafting.Ingredient@1dfe7311, net.minecraft.item.crafting.Ingredient@756235d0, net.minecraft.item.crafting.Ingredient@598ad3d9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@66ffccbb, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13418 crafttweaker:ct_shaped1274657324 RecipeStage{tier='three', recipe=1xitem.SC2:unknowncomponent@25:[net.minecraft.item.crafting.Ingredient@8f74d8e, net.minecraft.item.crafting.Ingredient@6c5f25f5, net.minecraft.item.crafting.Ingredient@634437bc, net.minecraft.item.crafting.Ingredient@7bc6a57b, net.minecraftforge.oredict.OreIngredient@496f1cb0, net.minecraft.item.crafting.Ingredient@5c0af8e5, net.minecraft.item.crafting.Ingredient@1e31cd0f, net.minecraft.item.crafting.Ingredient@50125ecf, net.minecraft.item.crafting.Ingredient@612952e1]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13419 crafttweaker:ct_shaped1656543644 RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@15:[net.minecraft.item.crafting.Ingredient@6a6f43f1, net.minecraft.item.crafting.Ingredient@7aa6b206, net.minecraft.item.crafting.Ingredient@38007fbb, net.minecraft.item.crafting.Ingredient@13959c00, net.minecraft.item.crafting.Ingredient@3752548, net.minecraft.item.crafting.Ingredient@4c0c81a2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@77cac23f, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13420 crafttweaker:ct_shaped1873488143 RecipeStage{tier='three', recipe=1xtile.SC2:BlockLiquidManager@0:[net.minecraft.item.crafting.Ingredient@4800355a, net.minecraftforge.oredict.OreIngredient@62750677, net.minecraft.item.crafting.Ingredient@4adc9a0a, net.minecraftforge.oredict.OreIngredient@6ba66254, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2245209f, net.minecraft.item.crafting.Ingredient@68c9dc1e, net.minecraftforge.oredict.OreIngredient@46eb07c7, net.minecraft.item.crafting.Ingredient@1e07698c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13421 crafttweaker:ct_shaped383472396 RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@59:[net.minecraftforge.oredict.OreIngredient@154de30b, net.minecraft.item.crafting.Ingredient@33c2f490, net.minecraftforge.oredict.OreIngredient@2d891810, net.minecraft.item.crafting.Ingredient@8674f24, net.minecraft.item.crafting.Ingredient@72c8a098, net.minecraft.item.crafting.Ingredient@568aac25, net.minecraft.item.crafting.Ingredient@3326677c, net.minecraft.item.crafting.Ingredient@10a1053, net.minecraft.item.crafting.Ingredient@3671bc8a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13422 crafttweaker:stage_three_item.sc2_coal_engine RecipeStage{tier='three', recipe=1xitem.SC2:unknownmodule@0:[net.minecraft.item.crafting.Ingredient@3519c5e5, net.minecraft.item.crafting.Ingredient@350459bd, net.minecraft.item.crafting.Ingredient@64dd5fc6, net.minecraftforge.oredict.OreIngredient@5f732a3b, net.minecraft.item.crafting.Ingredient@24befadd, net.minecraftforge.oredict.OreIngredient@33609646, net.minecraftforge.oredict.OreIngredient@3dcdcc83, net.minecraftforge.oredict.OreIngredient@7b291bf3, net.minecraftforge.oredict.OreIngredient@28127e59]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13423 crafttweaker:ct_shaped119361656 RecipeStage{tier='three', recipe=1xitem.storagedrawers.upgradeStorage@2:[net.minecraft.item.crafting.Ingredient@1f771fbb, net.minecraft.item.crafting.Ingredient@4c8d6102, net.minecraft.item.crafting.Ingredient@7fc81de3, net.minecraftforge.oredict.OreIngredient@441354f5, net.minecraft.item.crafting.Ingredient@633e010b, net.minecraftforge.oredict.OreIngredient@449cf91f, net.minecraft.item.crafting.Ingredient@7b04d36a, net.minecraft.item.crafting.Ingredient@25ee8403, net.minecraft.item.crafting.Ingredient@364bffec]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13424 crafttweaker:ct_shaped66498960 RecipeStage{tier='three', recipe=1xtile.storagedrawers.controllerSlave@0:[net.minecraftforge.oredict.OreIngredient@15bcac3b, net.minecraftforge.oredict.OreIngredient@48fea265, net.minecraftforge.oredict.OreIngredient@19e1f9e5, net.minecraftforge.oredict.OreIngredient@703cc1aa, net.minecraftforge.oredict.OreIngredient@9176e2, net.minecraftforge.oredict.OreIngredient@3dc1011f, net.minecraftforge.oredict.OreIngredient@2b79f993, net.minecraft.item.crafting.Ingredient@3d5e4cc7, net.minecraftforge.oredict.OreIngredient@36731be8]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13425 crafttweaker:ct_shaped1542557686 RecipeStage{tier='three', recipe=1xtile.storagedrawers.controller@0:[net.minecraftforge.oredict.OreIngredient@38f3dc0, net.minecraft.item.crafting.Ingredient@675ef943, net.minecraftforge.oredict.OreIngredient@2829a91b, net.minecraft.item.crafting.Ingredient@6ab4bad, net.minecraftforge.oredict.OreIngredient@7c300785, net.minecraft.item.crafting.Ingredient@6cb47da1, net.minecraftforge.oredict.OreIngredient@930605d, net.minecraft.item.crafting.Ingredient@551aa4f5, net.minecraftforge.oredict.OreIngredient@29ea8dfc]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13426 crafttweaker:ct_shaped-1883906253 RecipeStage{tier='three', recipe=1xtile.storagedrawers.compDrawers@0:[net.minecraftforge.oredict.OreIngredient@667cb415, net.minecraftforge.oredict.OreIngredient@6c44020f, net.minecraftforge.oredict.OreIngredient@6cf93e7e, net.minecraft.item.crafting.Ingredient@1181cb70, net.minecraftforge.oredict.OreIngredient@12de0949, net.minecraft.item.crafting.Ingredient@5ec63567, net.minecraftforge.oredict.OreIngredient@7be9ea0f, net.minecraft.item.crafting.Ingredient@642c6449, net.minecraftforge.oredict.OreIngredient@6daadc4]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13427 crafttweaker:ct_shaped599208394 RecipeStage{tier='five', recipe=1xitem.storagedrawers.upgradeStorage@4:[net.minecraft.item.crafting.Ingredient@6958dd75, net.minecraft.item.crafting.Ingredient@5d55fbc3, net.minecraft.item.crafting.Ingredient@5adcc20c, net.minecraft.item.crafting.Ingredient@93bf01e, net.minecraft.item.crafting.Ingredient@26273739, net.minecraft.item.crafting.Ingredient@54de4bdd, net.minecraft.item.crafting.Ingredient@68ae3fe8, net.minecraft.item.crafting.Ingredient@3ec389e3, net.minecraft.item.crafting.Ingredient@21c2fffd]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13428 crafttweaker:ct_shaped-1048041495 RecipeStage{tier='five', recipe=1xitem.storagedrawers.upgradeStorage@3:[net.minecraft.item.crafting.Ingredient@764d8bb, net.minecraft.item.crafting.Ingredient@1e2cf6c0, net.minecraft.item.crafting.Ingredient@3c02e877, net.minecraft.item.crafting.Ingredient@a09d51d, net.minecraft.item.crafting.Ingredient@2b8965e7, net.minecraft.item.crafting.Ingredient@526a1ca0, net.minecraft.item.crafting.Ingredient@798017ca, net.minecraft.item.crafting.Ingredient@3de584da, net.minecraft.item.crafting.Ingredient@5da368dc]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13429 crafttweaker:ct_shaped1538972004 RecipeStage{tier='two', recipe=1xitem.storagedrawers.upgradeTemplate@0:[net.minecraft.item.crafting.Ingredient@5faef0d4, net.minecraft.item.crafting.Ingredient@26e992ac, net.minecraft.item.crafting.Ingredient@37bb11ff, net.minecraft.item.crafting.Ingredient@71187a5c, net.minecraftforge.oredict.OreIngredient@59980cfb, net.minecraft.item.crafting.Ingredient@330e9996, net.minecraft.item.crafting.Ingredient@5cd542e1, net.minecraft.item.crafting.Ingredient@6ead09bd, net.minecraft.item.crafting.Ingredient@774b2f47]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13430 crafttweaker:ct_shaped-1269382258 RecipeStage{tier='two', recipe=1xitem.storagedrawers.upgradeStorage@0:[net.minecraft.item.crafting.Ingredient@30ceca11, net.minecraft.item.crafting.Ingredient@467a44a3, net.minecraft.item.crafting.Ingredient@409c4d30, net.minecraft.item.crafting.Ingredient@6e836373, net.minecraft.item.crafting.Ingredient@285bb2f0, net.minecraft.item.crafting.Ingredient@3c90b404, net.minecraft.item.crafting.Ingredient@1ec79b6b, net.minecraft.item.crafting.Ingredient@6b2afb3b, net.minecraft.item.crafting.Ingredient@1e13089c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13431 crafttweaker:stage_four_tile.storagedrawers.controller RecipeStage{tier='four', recipe=1xtile.storagedrawers.controller@0:[net.minecraftforge.oredict.OreIngredient@271abfce, net.minecraftforge.oredict.OreIngredient@5247485, net.minecraftforge.oredict.OreIngredient@39ebb439, net.minecraft.item.crafting.Ingredient@3fba1c70, net.minecraftforge.oredict.OreIngredient@4d2c2086, net.minecraft.item.crafting.Ingredient@6b0ae5fa, net.minecraftforge.oredict.OreIngredient@fa4dede, net.minecraftforge.oredict.OreIngredient@60920ac6, net.minecraftforge.oredict.OreIngredient@4c162e42]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13432 crafttweaker:stage_four_tile.storagedrawers.compdrawers RecipeStage{tier='four', recipe=1xtile.storagedrawers.compDrawers@0:[net.minecraftforge.oredict.OreIngredient@700f370f, net.minecraftforge.oredict.OreIngredient@59f445fe, net.minecraftforge.oredict.OreIngredient@2940a03c, net.minecraft.item.crafting.Ingredient@54d9ef68, net.minecraftforge.oredict.OreIngredient@5d671db3, net.minecraft.item.crafting.Ingredient@26c77854, net.minecraftforge.oredict.OreIngredient@a2a7df0, net.minecraftforge.oredict.OreIngredient@11136172, net.minecraftforge.oredict.OreIngredient@74fc6c66]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13433 crafttweaker:ct_shaped-1273201455 RecipeStage{tier='four', recipe=1xtile.storagenetwork:request@0:[net.minecraftforge.oredict.OreIngredient@69e4bf75, net.minecraft.item.crafting.Ingredient@30f88a44, net.minecraftforge.oredict.OreIngredient@3a6a75d8, net.minecraft.item.crafting.Ingredient@2d62b1af, net.minecraft.item.crafting.Ingredient@6131ac61, net.minecraft.item.crafting.Ingredient@15efb0a9, net.minecraftforge.oredict.OreIngredient@7c42d379, net.minecraft.item.crafting.Ingredient@4415ea97, net.minecraftforge.oredict.OreIngredient@282b14d0]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13434 crafttweaker:ct_shaped639120495 crafttweaker.mc1120.recipes.MCRecipeShaped@450fb883 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13435 crafttweaker:ct_shaped439940247 crafttweaker.mc1120.recipes.MCRecipeShaped@46bab1fe +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13436 crafttweaker:ct_shaped2024801749 RecipeStage{tier='four', recipe=4xtile.storagenetwork:storage_kabel@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@422c3bbe, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4992e31b, net.minecraft.item.crafting.Ingredient@4083eb1c, net.minecraft.item.crafting.Ingredient@24c45a81, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@796646c, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13437 crafttweaker:ct_shaped1624341973 RecipeStage{tier='four', recipe=4xtile.storagenetwork:ex_kabel@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5942c5be, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6460e81, net.minecraft.item.crafting.Ingredient@504c9a, net.minecraft.item.crafting.Ingredient@34d1fdf8, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7b71a1e9, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13438 crafttweaker:ct_shaped775020265 RecipeStage{tier='four', recipe=4xtile.storagenetwork:im_kabel@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4d758a00, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4fc33ba8, net.minecraft.item.crafting.Ingredient@74463195, net.minecraft.item.crafting.Ingredient@24eb81d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@630a07de, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13439 crafttweaker:ct_shaped655999819 RecipeStage{tier='four', recipe=1xtile.storagenetwork:master@0:[net.minecraftforge.oredict.OreIngredient@35427e6c, net.minecraft.item.crafting.Ingredient@704d3bc8, net.minecraftforge.oredict.OreIngredient@734eb8c, net.minecraft.item.crafting.Ingredient@34b33843, net.minecraft.item.crafting.Ingredient@12a491a7, net.minecraft.item.crafting.Ingredient@b2e6b40, net.minecraftforge.oredict.OreIngredient@2b669922, net.minecraft.item.crafting.Ingredient@6badd2d, net.minecraftforge.oredict.OreIngredient@30255df4]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13440 crafttweaker:ct_shaped-1493856866 crafttweaker.mc1120.recipes.MCRecipeShaped@e3c3e2f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13441 crafttweaker:ct_shaped287703051 RecipeStage{tier='four', recipe=8xtile.storagenetwork:kabel@0:[net.minecraftforge.oredict.OreIngredient@31922c4, net.minecraft.item.crafting.Ingredient@50e8e75e, net.minecraftforge.oredict.OreIngredient@18edb037]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13442 crafttweaker:ct_shaped779085596 RecipeStage{tier='four', recipe=4xitem.storagenetwork:upgrade@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@3e0c14c0, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@74491ec7, net.minecraft.item.crafting.Ingredient@638cd507, net.minecraftforge.oredict.OreIngredient@1615bd49, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@48e1115f, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13443 crafttweaker:ct_shaped-949480123 RecipeStage{tier='two', recipe=1xtile.sound_muffler@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@746291a2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@714346c4, net.minecraft.item.crafting.Ingredient@4a875250, net.minecraft.item.crafting.Ingredient@a2cc9b6, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6a23a6d0, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13444 crafttweaker:ct_shaped-960971699 RecipeStage{tier='zero', recipe=1xtile.tcomplement.porcelain_melter@0:[net.minecraft.item.crafting.Ingredient@1bda836, net.minecraft.item.crafting.Ingredient@71586f83, net.minecraft.item.crafting.Ingredient@1d556967, net.minecraft.item.crafting.Ingredient@6ab7493b, net.minecraft.item.crafting.Ingredient@6a7a043, net.minecraft.item.crafting.Ingredient@34b1e363, net.minecraft.item.crafting.Ingredient@299bac3, net.minecraft.item.crafting.Ingredient@52b7c53a, net.minecraft.item.crafting.Ingredient@69a9d297]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13445 crafttweaker:ct_shaped-616285754 RecipeStage{tier='zero', recipe=1xtile.tcomplement.porcelain_melter@8:[net.minecraft.item.crafting.Ingredient@52389e3a, net.minecraft.item.crafting.Ingredient@1d38691c, net.minecraft.item.crafting.Ingredient@714af194, net.minecraft.item.crafting.Ingredient@56d0a840, net.minecraft.item.crafting.Ingredient@400f35ee, net.minecraft.item.crafting.Ingredient@1e21d47a, net.minecraft.item.crafting.Ingredient@38c1507b, net.minecraft.item.crafting.Ingredient@6b007d8b, net.minecraft.item.crafting.Ingredient@52198540]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13446 crafttweaker:ct_shaped1888152966 RecipeStage{tier='zero', recipe=1xtile.tcomplement.porcelain_casting@1:[net.minecraft.item.crafting.Ingredient@420b097d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@70fbdbcf, net.minecraft.item.crafting.Ingredient@18ff1c7e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@652b9a4, net.minecraft.item.crafting.Ingredient@1c8818f2, net.minecraft.item.crafting.Ingredient@32038d0f, net.minecraft.item.crafting.Ingredient@527f7bdd]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13447 crafttweaker:ct_shaped-2124198988 RecipeStage{tier='two', recipe=1xtile.tcomplement.porcelain_tank@0:[net.minecraft.item.crafting.Ingredient@417377af, net.minecraft.item.crafting.Ingredient@1de0a8fb, net.minecraft.item.crafting.Ingredient@33a535bd, net.minecraft.item.crafting.Ingredient@1aad0187, net.minecraft.item.crafting.Ingredient@4039d372, net.minecraft.item.crafting.Ingredient@58861cfe, net.minecraft.item.crafting.Ingredient@4294d28e, net.minecraft.item.crafting.Ingredient@30c75262, net.minecraft.item.crafting.Ingredient@3e6bb54b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13448 crafttweaker:ct_shaped1085107576 RecipeStage{tier='zero', recipe=1xtile.tcomplement.melter@8:[net.minecraft.item.crafting.Ingredient@56e23f94, net.minecraft.item.crafting.Ingredient@32868764, net.minecraft.item.crafting.Ingredient@38d88714, net.minecraft.item.crafting.Ingredient@5b7abca9, net.minecraft.item.crafting.Ingredient@1ca326cd, net.minecraft.item.crafting.Ingredient@1a983f9a, net.minecraft.item.crafting.Ingredient@6604ebfa, net.minecraft.item.crafting.Ingredient@68959c67, net.minecraft.item.crafting.Ingredient@6d055af6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13449 crafttweaker:ct_shaped687969373 RecipeStage{tier='zero', recipe=1xtile.tcomplement.melter@0:[net.minecraft.item.crafting.Ingredient@363acc23, net.minecraft.item.crafting.Ingredient@77a0ba25, net.minecraft.item.crafting.Ingredient@33926612, net.minecraft.item.crafting.Ingredient@7487587c, net.minecraft.item.crafting.Ingredient@14bcc91b, net.minecraft.item.crafting.Ingredient@66bf383b, net.minecraft.item.crafting.Ingredient@46bd7008, net.minecraft.item.crafting.Ingredient@837841b, net.minecraft.item.crafting.Ingredient@7ab17017]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13450 crafttweaker:stage_one_tile.tcomplement.porcelain_melter.melter RecipeStage{tier='one', recipe=1xtile.tcomplement.porcelain_melter@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@65d0f19a, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4840e018, net.minecraft.item.crafting.Ingredient@7c63a257, net.minecraft.item.crafting.Ingredient@d235404, net.minecraft.item.crafting.Ingredient@6f1d281b, net.minecraft.item.crafting.Ingredient@201245c0, net.minecraft.item.crafting.Ingredient@41022a8f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13451 crafttweaker:stage_one_tile.tcomplement.porcelain_melter.heater RecipeStage{tier='one', recipe=1xtile.tcomplement.porcelain_melter@8:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5696d5df, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@504d72e6, net.minecraft.item.crafting.Ingredient@62c3116a, net.minecraft.item.crafting.Ingredient@32c519ef, net.minecraft.item.crafting.Ingredient@521d0a45, net.minecraft.item.crafting.Ingredient@697c88a2, net.minecraft.item.crafting.Ingredient@134e8ca6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13452 crafttweaker:stage_one_tile.tcomplement.melter.heater RecipeStage{tier='one', recipe=1xtile.tcomplement.melter@8:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@95ee541, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@332b890d, net.minecraft.item.crafting.Ingredient@3e9f2e52, net.minecraft.item.crafting.Ingredient@59d3ae9b, net.minecraft.item.crafting.Ingredient@27592c0d, net.minecraft.item.crafting.Ingredient@4855aa0a, net.minecraft.item.crafting.Ingredient@ffff0ec]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13453 crafttweaker:stage_one_tile.tcomplement.melter.melter RecipeStage{tier='one', recipe=1xtile.tcomplement.melter@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4b1c20fe, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@25cb54d4, net.minecraft.item.crafting.Ingredient@402bbf9d, net.minecraft.item.crafting.Ingredient@30a35fe4, net.minecraft.item.crafting.Ingredient@1a1282de, net.minecraft.item.crafting.Ingredient@658018bc, net.minecraft.item.crafting.Ingredient@784a84c6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13454 crafttweaker:ct_shaped1970996672 RecipeStage{tier='three', recipe=4xitem.tconstruct.edible@4:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@52bcb854, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5c36c4af, crafttweaker.mc1120.item.VanillaIngredient@3996626d, net.minecraft.item.crafting.Ingredient@1556bd2d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@229fc9cb, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13455 crafttweaker:ct_shaped397632292 RecipeStage{tier='two', recipe=1xtile.tconstruct.seared_furnace_controller@0:[net.minecraft.item.crafting.Ingredient@48e6628b, net.minecraft.item.crafting.Ingredient@42e9e4f0, net.minecraft.item.crafting.Ingredient@62769655, net.minecraft.item.crafting.Ingredient@3e7bca41, net.minecraft.item.crafting.Ingredient@45f2053f, net.minecraft.item.crafting.Ingredient@48b1a715, net.minecraft.item.crafting.Ingredient@1e234468, net.minecraft.item.crafting.Ingredient@7eeabc2f, net.minecraft.item.crafting.Ingredient@2be49530]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13456 crafttweaker:ct_shaped470114439 RecipeStage{tier='three', recipe=3xtile.tconstruct.firewood_slab@1:[net.minecraft.item.crafting.Ingredient@6e280656, net.minecraft.item.crafting.Ingredient@6aac1fff, net.minecraft.item.crafting.Ingredient@418cdd41]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13457 crafttweaker:ct_shaped-927243247 RecipeStage{tier='two', recipe=1xitem.tconstruct.piggybackpack@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4e4e8d55, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@60fa387c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6aa3807b, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4de23ebb, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13458 crafttweaker:ct_shaped-10040149 RecipeStage{tier='two', recipe=1xtile.tconstruct.tinker_tank_controller@0:[net.minecraft.item.crafting.Ingredient@777c3677, net.minecraft.item.crafting.Ingredient@46f4c93c, net.minecraft.item.crafting.Ingredient@302239c1, net.minecraft.item.crafting.Ingredient@6c69ce98, net.minecraft.item.crafting.Ingredient@7ab082ec, net.minecraft.item.crafting.Ingredient@1aed19af, net.minecraft.item.crafting.Ingredient@3b20d702, net.minecraft.item.crafting.Ingredient@191fd3f0, net.minecraft.item.crafting.Ingredient@674685dd]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13459 crafttweaker:ct_shaped-541318146 RecipeStage{tier='two', recipe=1xtile.tconstruct.seared_tank@0:[net.minecraft.item.crafting.Ingredient@1594c8fb, net.minecraft.item.crafting.Ingredient@28b1858c, net.minecraft.item.crafting.Ingredient@4f565339, net.minecraft.item.crafting.Ingredient@1c6d5f63, net.minecraft.item.crafting.Ingredient@2f8d9f05, net.minecraft.item.crafting.Ingredient@bb4e29d, net.minecraft.item.crafting.Ingredient@7686a749, net.minecraft.item.crafting.Ingredient@6678bd, net.minecraft.item.crafting.Ingredient@4350ba03]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13460 crafttweaker:ct_shaped1716944839 RecipeStage{tier='one', recipe=3xtile.tconstruct.firewood_slab@0:[net.minecraft.item.crafting.Ingredient@6fdc18fe, net.minecraft.item.crafting.Ingredient@2c2346a3, net.minecraft.item.crafting.Ingredient@1fb3700a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13461 crafttweaker:ct_shaped-2016331157 RecipeStage{tier='two', recipe=1xtile.tconstruct.smeltery_controller@0:[net.minecraft.item.crafting.Ingredient@59f5515d, net.minecraft.item.crafting.Ingredient@5661b975, net.minecraft.item.crafting.Ingredient@6041fb44, net.minecraft.item.crafting.Ingredient@64f6e466, net.minecraft.item.crafting.Ingredient@17fa3e1c, net.minecraft.item.crafting.Ingredient@4c0b9787, net.minecraft.item.crafting.Ingredient@23ffce99, net.minecraft.item.crafting.Ingredient@7079db54, net.minecraft.item.crafting.Ingredient@36351199]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13462 crafttweaker:ct_shaped-667353689 RecipeStage{tier='three', recipe=1xitem.tconstruct.materials@16:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@26121f77, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@7bc4962a, net.minecraft.item.crafting.Ingredient@4559417d, net.minecraft.item.crafting.Ingredient@5bfe2996, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6da16c39, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13463 crafttweaker:ct_shaped1076958048 RecipeStage{tier='three', recipe=1xitem.tconstruct.materials@16:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@328bc261, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3d562fe4, net.minecraft.item.crafting.Ingredient@174e0341, net.minecraft.item.crafting.Ingredient@71687535, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1d1c29b3, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13464 crafttweaker:ct_shaped-2109138869 RecipeStage{tier='three', recipe=1xitem.tconstruct.materials@16:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@11b91cfb, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@760a4186, net.minecraft.item.crafting.Ingredient@44f943af, net.minecraft.item.crafting.Ingredient@38d4bb32, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@61533617, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13465 crafttweaker:ct_shaped1499999667 RecipeStage{tier='three', recipe=8xtile.tconstruct.wood_rail@0:[net.minecraftforge.oredict.OreIngredient@45f14dca, net.minecraftforge.oredict.OreIngredient@4b1b8ae0, net.minecraftforge.oredict.OreIngredient@560bb59a, net.minecraftforge.oredict.OreIngredient@2e10c2c2, net.minecraftforge.oredict.OreIngredient@61c045d7, net.minecraftforge.oredict.OreIngredient@769b8f85, net.minecraftforge.oredict.OreIngredient@7db743a9, net.minecraftforge.oredict.OreIngredient@5519880f, net.minecraftforge.oredict.OreIngredient@36949186]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13466 crafttweaker:ct_shapeless-1837883724 RecipeStage{tier='three', recipe=4xitem.tconstruct.edible@2:[net.minecraft.item.crafting.Ingredient@1cd9d776]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13467 crafttweaker:ct_shapeless-1587890188 RecipeStage{tier='three', recipe=4xitem.tconstruct.edible@4:[net.minecraft.item.crafting.Ingredient@5b34654f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13468 crafttweaker:ct_shapeless-1357180579 RecipeStage{tier='two', recipe=2xtile.tconstruct.stone_torch@0:[net.minecraft.item.crafting.Ingredient@42f4d7d6, net.minecraftforge.oredict.OreIngredient@507e66af, net.minecraft.item.crafting.Ingredient@24e79b1]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13469 crafttweaker:ct_shapeless-1962880492 RecipeStage{tier='three', recipe=4xitem.tconstruct.edible@1:[net.minecraft.item.crafting.Ingredient@7a286aaa]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13470 crafttweaker:ct_shapeless1031818791 RecipeStage{tier='one', recipe=1xitem.tconstruct.book@0:[net.minecraft.item.crafting.Ingredient@1e86585e, net.minecraftforge.oredict.OreIngredient@3dee0e3f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13471 crafttweaker:ct_shapeless-1568150841 RecipeStage{tier='three', recipe=9xitem.tconstruct.materials@16:[net.minecraft.item.crafting.Ingredient@4c9c7bc2]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13472 crafttweaker:stage_three_tile.tconstruct.seared_furnace_controller RecipeStage{tier='three', recipe=1xtile.tconstruct.seared_furnace_controller@0:[net.minecraft.item.crafting.Ingredient@755825c1, net.minecraft.item.crafting.Ingredient@5930c79c, net.minecraft.item.crafting.Ingredient@14e2a573, net.minecraft.item.crafting.Ingredient@3b8f8e46, net.minecraft.item.crafting.Ingredient@f4dd2db, net.minecraft.item.crafting.Ingredient@509ee889, net.minecraft.item.crafting.Ingredient@515616d4, net.minecraft.item.crafting.Ingredient@16ec5f06, net.minecraft.item.crafting.Ingredient@77d68c0a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13473 crafttweaker:stage_three_tile.tconstruct.tinker_tank_controller RecipeStage{tier='three', recipe=1xtile.tconstruct.tinker_tank_controller@0:[net.minecraft.item.crafting.Ingredient@50abe8d9, net.minecraft.item.crafting.Ingredient@31aab4ae, net.minecraft.item.crafting.Ingredient@45cad9f2, net.minecraft.item.crafting.Ingredient@63fab9d, net.minecraft.item.crafting.Ingredient@9dd76a3, net.minecraft.item.crafting.Ingredient@6d36acf2, net.minecraft.item.crafting.Ingredient@7ea0edef, net.minecraft.item.crafting.Ingredient@5b8d2e5, net.minecraft.item.crafting.Ingredient@67b2c49f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13474 crafttweaker:stage_three_tile.tconstruct.smeltery_controller RecipeStage{tier='three', recipe=1xtile.tconstruct.smeltery_controller@0:[net.minecraft.item.crafting.Ingredient@3f3bb5a7, net.minecraft.item.crafting.Ingredient@460de83a, net.minecraft.item.crafting.Ingredient@56125e4, net.minecraft.item.crafting.Ingredient@74869feb, net.minecraft.item.crafting.Ingredient@16f29a51, net.minecraft.item.crafting.Ingredient@3f17ec8d, net.minecraft.item.crafting.Ingredient@33d5b08e, net.minecraft.item.crafting.Ingredient@736c08d8, net.minecraft.item.crafting.Ingredient@71ce24f6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13475 crafttweaker:stage_two_item.tconstruct.pattern RecipeStage{tier='two', recipe=4xitem.tconstruct.pattern@0:[net.minecraftforge.oredict.OreIngredient@71bdddc6, crafttweaker.mc1120.item.VanillaIngredient@6f7242bf, crafttweaker.mc1120.item.VanillaIngredient@7ccbbd41, net.minecraftforge.oredict.OreIngredient@7c22cfba]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13476 crafttweaker:ct_shaped1700421660 RecipeStage{tier='zero', recipe=1xitem.totemic:totem_whittling_knife@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@63ee7e15, net.minecraft.item.crafting.Ingredient@1ef4bf6d, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13477 crafttweaker:ct_shaped387098381 RecipeStage{tier='zero', recipe=1xitem.totemic:totemic_staff@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3ff43847, net.minecraft.item.crafting.Ingredient@55c16f1c, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@454fbd67, net.minecraft.item.crafting.Ingredient@7e7b6d74, net.minecraft.item.crafting.Ingredient@605354fc, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13478 crafttweaker:ct_shaped1917421250 RecipeStage{tier='zero', recipe=1xtile.totemic:tipi@0:[net.minecraft.item.crafting.Ingredient@3e346e65, net.minecraft.item.crafting.Ingredient@6a85841, net.minecraft.item.crafting.Ingredient@231d952d, net.minecraft.item.crafting.Ingredient@5913d106, net.minecraft.item.crafting.Ingredient@4449cb07, net.minecraft.item.crafting.Ingredient@e7e99f, net.minecraft.item.crafting.Ingredient@4f9ca053, net.minecraft.item.crafting.Ingredient@840c347, net.minecraft.item.crafting.Ingredient@2db30bb]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13479 crafttweaker:ct_shaped-1033931824 RecipeStage{tier='zero', recipe=1xitem.totemic:jingle_dress@0:[net.minecraft.item.crafting.Ingredient@3d4f8a6e, net.minecraft.item.crafting.Ingredient@17fb2bac, net.minecraft.item.crafting.Ingredient@192f88ef, net.minecraft.item.crafting.Ingredient@42aa2d99, net.minecraft.item.crafting.Ingredient@3f7c358, net.minecraft.item.crafting.Ingredient@4d9f2ec1]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13480 crafttweaker:ct_shaped-96688719 RecipeStage{tier='one', recipe=1xtile.totemic:cedar_fence_gate@0:[net.minecraft.item.crafting.Ingredient@2812af6d, net.minecraft.item.crafting.Ingredient@3bc78913, net.minecraft.item.crafting.Ingredient@6976030, net.minecraft.item.crafting.Ingredient@324abf05, net.minecraft.item.crafting.Ingredient@f9e07e6, net.minecraft.item.crafting.Ingredient@8169817]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13481 crafttweaker:ct_shaped-498442896 RecipeStage{tier='zero', recipe=3xtile.totemic:cedar_slab@0:[net.minecraft.item.crafting.Ingredient@35bdefc5, net.minecraft.item.crafting.Ingredient@52e8cce0, net.minecraft.item.crafting.Ingredient@2db6406c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13482 crafttweaker:ct_shaped-1714864810 RecipeStage{tier='one', recipe=3xtile.totemic:cedar_fence@0:[net.minecraft.item.crafting.Ingredient@11dcb3ed, net.minecraft.item.crafting.Ingredient@4bc5a5d4, net.minecraft.item.crafting.Ingredient@5fdeef80, net.minecraft.item.crafting.Ingredient@40f46137, net.minecraft.item.crafting.Ingredient@34c3f11f, net.minecraft.item.crafting.Ingredient@524e1956]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13483 crafttweaker:ct_shaped4970728 RecipeStage{tier='zero', recipe=1xtile.totemic:drum@0:[net.minecraftforge.oredict.OreIngredient@7ac45e70, net.minecraft.item.crafting.Ingredient@19da75c6, net.minecraftforge.oredict.OreIngredient@32ba24eb, net.minecraftforge.oredict.OreIngredient@101c1f43, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@4873e4ee, net.minecraftforge.oredict.OreIngredient@24dcc63, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@61b33dbd]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13484 crafttweaker:ct_shaped-1509398793 RecipeStage{tier='one', recipe=4xtile.totemic:cedar_stairs@0:[net.minecraft.item.crafting.Ingredient@1125c0cf, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@46261291, net.minecraft.item.crafting.Ingredient@2ae4f0e2, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@52c27ed6, net.minecraft.item.crafting.Ingredient@6d5eeff9, net.minecraft.item.crafting.Ingredient@1b1ada59]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13485 crafttweaker:ct_shaped1394248707 RecipeStage{tier='zero', recipe=1xitem.totemic:eagle_bone_whistle@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@16745a38, net.minecraft.item.crafting.Ingredient@5701a2ee, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13486 crafttweaker:ct_shaped-1335106647 RecipeStage{tier='zero', recipe=1xtile.totemic:wind_chime@0:[net.minecraft.item.crafting.Ingredient@4d3aaed0, net.minecraft.item.crafting.Ingredient@3f7d3c, net.minecraft.item.crafting.Ingredient@342e5299, net.minecraft.item.crafting.Ingredient@6e629020, net.minecraft.item.crafting.Ingredient@76b6ff12, net.minecraft.item.crafting.Ingredient@d1baa65, net.minecraft.item.crafting.Ingredient@4be79bc5, net.minecraft.item.crafting.Ingredient@317ef109, net.minecraft.item.crafting.Ingredient@7071c65b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13487 crafttweaker:ct_shaped2092172029 RecipeStage{tier='zero', recipe=1xitem.totemic:flute@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@206912b2, net.minecraft.item.crafting.Ingredient@57a78cc9, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@1117c98d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6f2a96ea, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13488 crafttweaker:ct_shaped1739678667 RecipeStage{tier='zero', recipe=1xitem.null@1:[net.minecraft.item.crafting.Ingredient@73ee53f, net.minecraft.item.crafting.Ingredient@6c94f0d5, net.minecraft.item.crafting.Ingredient@4360176b, net.minecraft.item.crafting.Ingredient@78c6442b, net.minecraft.item.crafting.Ingredient@8a14111, net.minecraft.item.crafting.Ingredient@43f80a88]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13489 crafttweaker:ct_shaped-979686973 RecipeStage{tier='zero', recipe=1xtile.totemic:totem_torch@0:[net.minecraft.item.crafting.Ingredient@6096d3, net.minecraft.item.crafting.Ingredient@4acd6de8, net.minecraft.item.crafting.Ingredient@48660469]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13490 crafttweaker:ct_shaped1365083418 RecipeStage{tier='zero', recipe=1xitem.totemic:rattle@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@4b49eba7, net.minecraft.item.crafting.Ingredient@4f9b2a13, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13491 crafttweaker:ct_shapeless-307950646 RecipeStage{tier='zero', recipe=1xitem.totemic:totempedia@0:[net.minecraftforge.oredict.OreIngredient@6e18bc25, net.minecraft.item.crafting.Ingredient@1625a8c3]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13492 crafttweaker:ct_shaped-2090675403 RecipeStage{tier='zero', recipe=3xtile.traverse:blue_rock_cobblestone_slab@0:[net.minecraft.item.crafting.Ingredient@12b57d73, net.minecraft.item.crafting.Ingredient@4680684, net.minecraft.item.crafting.Ingredient@2fba6bb8]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13493 crafttweaker:ct_shaped-2078166377 RecipeStage{tier='zero', recipe=3xtile.traverse:blue_rock_slab@0:[net.minecraft.item.crafting.Ingredient@1462bd3c, net.minecraft.item.crafting.Ingredient@2d851426, net.minecraft.item.crafting.Ingredient@699d6b34]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13494 crafttweaker:ct_shaped1939448417 RecipeStage{tier='zero', recipe=3xtile.traverse:fir_slab@0:[net.minecraft.item.crafting.Ingredient@15862a14, net.minecraft.item.crafting.Ingredient@148ceec5, net.minecraft.item.crafting.Ingredient@11adec56]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13495 crafttweaker:ct_shaped554096386 RecipeStage{tier='two', recipe=1xitem.twilightforest.fieryPick@0:[net.minecraftforge.oredict.OreIngredient@13ebe19c, net.minecraftforge.oredict.OreIngredient@3799af7f, net.minecraftforge.oredict.OreIngredient@4410958f, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3aa10e07, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@768aefce, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13496 crafttweaker:ct_shaped1329769268 crafttweaker.mc1120.recipes.MCRecipeShaped@2cffac08 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13497 crafttweaker:ct_shaped-1546765300 RecipeStage{tier='two', recipe=1xtile.twilightforest.UncraftingTable@0:[net.minecraft.item.crafting.Ingredient@5f589efb, net.minecraft.item.crafting.Ingredient@4175dadb, net.minecraft.item.crafting.Ingredient@7d81a61e, net.minecraft.item.crafting.Ingredient@6c4e4577, net.minecraft.item.crafting.Ingredient@777ab143, net.minecraft.item.crafting.Ingredient@18b61e75, net.minecraft.item.crafting.Ingredient@6877fa2b, net.minecraft.item.crafting.Ingredient@768c6faf, net.minecraft.item.crafting.Ingredient@54de2894]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13498 crafttweaker:ct_shaped-2071975008 RecipeStage{tier='two', recipe=1xtile.twilightforest.Roots@1:[net.minecraft.item.crafting.Ingredient@7c33d1cc, net.minecraft.item.crafting.Ingredient@2b42cac3, net.minecraft.item.crafting.Ingredient@3e262913, net.minecraft.item.crafting.Ingredient@1b192ccb, net.minecraft.item.crafting.Ingredient@79c623d5, net.minecraft.item.crafting.Ingredient@44efeafc, net.minecraft.item.crafting.Ingredient@4b0e3dc3, net.minecraft.item.crafting.Ingredient@19a32f1d, net.minecraft.item.crafting.Ingredient@51337f77]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13499 crafttweaker:ct_shapeless-1827593506 RecipeStage{tier='two', recipe=9xitem.twilightforest.liveRoot@0:[net.minecraft.item.crafting.Ingredient@6ab0c7a7]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13500 crafttweaker:ct_shapeless-64705522 RecipeStage{tier='two', recipe=1xtile.twilightforest.CastleDoor@0:[net.minecraft.item.crafting.Ingredient@50ea0f17, net.minecraftforge.oredict.OreIngredient@503109d0]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13501 crafttweaker:ct_shapeless120668621 RecipeStage{tier='two', recipe=1xtile.twilightforest.CastleDoor@1:[net.minecraft.item.crafting.Ingredient@1a331c66, net.minecraftforge.oredict.OreIngredient@76526d78]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13502 crafttweaker:ct_shapeless342947679 RecipeStage{tier='two', recipe=1xtile.twilightforest.CastleDoor@3:[net.minecraft.item.crafting.Ingredient@76405612, net.minecraftforge.oredict.OreIngredient@2e67ae83]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13503 crafttweaker:ct_shapeless-1175795570 RecipeStage{tier='two', recipe=1xitem.twilightforest.magicMapFocus@0:[net.minecraft.item.crafting.Ingredient@2c355705, net.minecraft.item.crafting.Ingredient@4969d656, net.minecraft.item.crafting.Ingredient@3dedf9af]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13504 crafttweaker:ct_shapeless1929329092 RecipeStage{tier='two', recipe=1xitem.twilightforest.fieryIngot@0:[net.minecraftforge.oredict.OreIngredient@2eed4b27, net.minecraftforge.oredict.OreIngredient@2866ac80]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13505 crafttweaker:ct_shapeless457093128 RecipeStage{tier='two', recipe=1xtile.twilightforest.CastleDoor@2:[net.minecraft.item.crafting.Ingredient@2f3a04bc, net.minecraftforge.oredict.OreIngredient@7dc8a075]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13506 crafttweaker:ct_shaped-1705952631 RecipeStage{tier='two', recipe=1xtile.uppers.upper@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@39b87898, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2427d183, net.minecraftforge.oredict.OreIngredient@5bc73e5f, net.minecraftforge.oredict.OreIngredient@63b4f65a, net.minecraftforge.oredict.OreIngredient@19322e0c, net.minecraft.item.crafting.Ingredient@3034f60, net.minecraftforge.oredict.OreIngredient@6154ac99]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13507 crafttweaker:ct_shapeless-632493650 RecipeStage{tier='two', recipe=1xtile.uppers.upper@0:[net.minecraft.item.crafting.Ingredient@251690cf]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13508 crafttweaker:ct_shapeless618292117 RecipeStage{tier='five', recipe=1xitem.valkyrielib.guide@0:[net.minecraft.item.crafting.Ingredient@2ddc882f, net.minecraft.item.crafting.Ingredient@343dbabb]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13509 crafttweaker:ct_shaped432551606 crafttweaker.mc1120.recipes.MCRecipeShaped@f2b10ab +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13510 crafttweaker:ct_shaped431023156 crafttweaker.mc1120.recipes.MCRecipeShaped@3c70e783 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13511 crafttweaker:ct_shaped-2144237690 crafttweaker.mc1120.recipes.MCRecipeShaped@3b9424f3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13512 crafttweaker:ct_shaped1044498820 crafttweaker.mc1120.recipes.MCRecipeShaped@7e0095d0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13513 crafttweaker:ct_shaped288682830 crafttweaker.mc1120.recipes.MCRecipeShaped@3cb72511 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13514 crafttweaker:ct_shaped769609932 crafttweaker.mc1120.recipes.MCRecipeShaped@6ef0056f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13515 crafttweaker:ct_shaped-1601279498 crafttweaker.mc1120.recipes.MCRecipeShaped@5e8fdd31 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13516 crafttweaker:ct_shaped-1896054903 crafttweaker.mc1120.recipes.MCRecipeShaped@78da51b5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13517 crafttweaker:ct_shaped-2085399178 crafttweaker.mc1120.recipes.MCRecipeShaped@764fbb18 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13518 crafttweaker:ct_shaped-1911780247 crafttweaker.mc1120.recipes.MCRecipeShaped@1d0e8345 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13519 crafttweaker:ct_shaped-192244272 crafttweaker.mc1120.recipes.MCRecipeShaped@7ae3f140 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13520 crafttweaker:ct_shaped1376302653 RecipeStage{tier='three', recipe=1xitem.vc:modules/item_module_type@0:[net.minecraftforge.oredict.OreIngredient@7b6351a3, net.minecraftforge.oredict.OreIngredient@74f0f836, net.minecraftforge.oredict.OreIngredient@18019900, net.minecraftforge.oredict.OreIngredient@6d7a52ad, net.minecraft.item.crafting.Ingredient@cf5f8e8, net.minecraftforge.oredict.OreIngredient@7fb78008, net.minecraftforge.oredict.OreIngredient@6beadf67, net.minecraftforge.oredict.OreIngredient@54ba178d, net.minecraftforge.oredict.OreIngredient@772b974a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13521 crafttweaker:ct_shaped1563119702 crafttweaker.mc1120.recipes.MCRecipeShaped@16ab473 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13522 crafttweaker:ct_shaped-1153573423 crafttweaker.mc1120.recipes.MCRecipeShaped@68171bb0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13523 crafttweaker:ct_shaped-673171374 crafttweaker.mc1120.recipes.MCRecipeShaped@d1b9e03 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13524 crafttweaker:ct_shaped131499985 crafttweaker.mc1120.recipes.MCRecipeShaped@359f0ad7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13525 crafttweaker:ct_shaped-1240865546 crafttweaker.mc1120.recipes.MCRecipeShaped@6182f93b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13526 crafttweaker:ct_shaped7621710 crafttweaker.mc1120.recipes.MCRecipeShaped@3118a420 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13527 crafttweaker:ct_shaped-872476103 crafttweaker.mc1120.recipes.MCRecipeShaped@60a2cf86 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13528 crafttweaker:ct_shaped-1309714666 crafttweaker.mc1120.recipes.MCRecipeShaped@2d26b8f7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13529 crafttweaker:ct_shaped718518228 crafttweaker.mc1120.recipes.MCRecipeShaped@5b1bd749 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13530 crafttweaker:ct_shaped-1920371551 crafttweaker.mc1120.recipes.MCRecipeShaped@2fd641ae +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13531 crafttweaker:ct_shaped-470711402 crafttweaker.mc1120.recipes.MCRecipeShaped@597e752d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13532 crafttweaker:ct_shaped-257213084 RecipeStage{tier='three', recipe=1xitem.vc:item_logic_chip@0:[net.minecraftforge.oredict.OreIngredient@22289b36, net.minecraftforge.oredict.OreIngredient@530ce2a4, net.minecraftforge.oredict.OreIngredient@6e1890db, net.minecraftforge.oredict.OreIngredient@2352b390, net.minecraftforge.oredict.OreIngredient@45c57de7, net.minecraftforge.oredict.OreIngredient@7168be39]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13533 crafttweaker:ct_shaped1652887060 crafttweaker.mc1120.recipes.MCRecipeShaped@44a3a913 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13534 crafttweaker:ct_shaped1603713481 crafttweaker.mc1120.recipes.MCRecipeShaped@59654b18 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13535 crafttweaker:ct_shaped-1116581335 crafttweaker.mc1120.recipes.MCRecipeShaped@73988a04 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13536 crafttweaker:ct_shaped-534030154 crafttweaker.mc1120.recipes.MCRecipeShaped@e9d5ba5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13537 crafttweaker:ct_shaped-61731966 crafttweaker.mc1120.recipes.MCRecipeShaped@572f9054 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13538 crafttweaker:ct_shaped-510424353 crafttweaker.mc1120.recipes.MCRecipeShaped@24613c22 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13539 crafttweaker:ct_shaped-996814886 crafttweaker.mc1120.recipes.MCRecipeShaped@131e4a00 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13540 crafttweaker:ct_shaped241654358 crafttweaker.mc1120.recipes.MCRecipeShaped@773a7bb5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13541 crafttweaker:ct_shaped1006013300 crafttweaker.mc1120.recipes.MCRecipeShaped@5c3ce836 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13542 crafttweaker:ct_shaped-1140808537 crafttweaker.mc1120.recipes.MCRecipeShaped@71115fbf +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13543 crafttweaker:ct_shaped-1167962752 crafttweaker.mc1120.recipes.MCRecipeShaped@10be55d7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13544 crafttweaker:ct_shaped824239913 crafttweaker.mc1120.recipes.MCRecipeShaped@34fd73a6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13545 crafttweaker:ct_shaped-234029006 RecipeStage{tier='one', recipe=1xitem.waterstrainer.bait_pot@0:[net.minecraft.item.crafting.Ingredient@87dd482, net.minecraft.item.crafting.Ingredient@63b690ea]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13546 crafttweaker:ct_shaped-724817762 RecipeStage{tier='zero', recipe=1xtile.waterstrainer.strainer_base@0:[net.minecraft.item.crafting.Ingredient@695a6fa4, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@3498a1f7, net.minecraftforge.oredict.OreIngredient@5227aa22, net.minecraft.item.crafting.Ingredient@541414c, net.minecraftforge.oredict.OreIngredient@3fdc390f, net.minecraftforge.oredict.OreIngredient@4e3ab01a, net.minecraft.item.crafting.Ingredient@21a37545, net.minecraftforge.oredict.OreIngredient@2e670b1c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13547 crafttweaker:ct_shaped201683078 RecipeStage{tier='zero', recipe=1xitem.waterstrainer.garden_trowel@0:[net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@70ad5b9e, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@6b8c9ff1, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@513fc698, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13548 crafttweaker:stage_one_tile.waterstrainer.strainer_base RecipeStage{tier='one', recipe=1xtile.waterstrainer.strainer_base@0:[net.minecraft.item.crafting.Ingredient@47160848, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraft.item.crafting.Ingredient@5dfdca9f, net.minecraftforge.oredict.OreIngredient@5281a5c6, net.minecraft.item.crafting.Ingredient@7da5a208, net.minecraftforge.oredict.OreIngredient@a86b1bc, net.minecraftforge.oredict.OreIngredient@399c2b41, net.minecraft.item.crafting.Ingredient@666c0621, net.minecraftforge.oredict.OreIngredient@36894d06]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13549 crafttweaker:ct_shaped1442489280 RecipeStage{tier='two', recipe=1xtile.weirdinggadget:weirding_gadget@0:[net.minecraftforge.oredict.OreIngredient@9bd013a, net.minecraftforge.oredict.OreIngredient@5123f56f, net.minecraftforge.oredict.OreIngredient@57f8bc64, net.minecraftforge.oredict.OreIngredient@2be52ae0, net.minecraft.item.crafting.Ingredient@4a305a77, net.minecraftforge.oredict.OreIngredient@47646d3, net.minecraftforge.oredict.OreIngredient@16ffc1a5, net.minecraftforge.oredict.OreIngredient@14cf4bb0, net.minecraftforge.oredict.OreIngredient@5c6448bc]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13550 crafttweaker:ct_shaped-926683969 RecipeStage{tier='zero', recipe=1xtile.wopper.wopper@0:[net.minecraftforge.oredict.OreIngredient@6a92dd3d, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@208db23, net.minecraftforge.oredict.OreIngredient@6cf49219, net.minecraft.item.crafting.Ingredient@12ab0693, net.minecraftforge.oredict.OreIngredient@6eac5ace, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@2ab955fb, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13551 crafttweaker:stage_one_cheaper_whopper RecipeStage{tier='one', recipe=1xtile.wopper.wopper@0:[net.minecraftforge.oredict.OreIngredient@62956eef, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@28c063b0, net.minecraftforge.oredict.OreIngredient@2436264c, net.minecraft.item.crafting.Ingredient@44c0b9bc, net.minecraftforge.oredict.OreIngredient@deb55dd, net.minecraft.item.crafting.Ingredient$1@7e2c8622, net.minecraftforge.oredict.OreIngredient@269d6a33, net.minecraft.item.crafting.Ingredient$1@7e2c8622]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13552 crafttweaker:ct_shaped-95468051 RecipeStage{tier='five', recipe=1xtile.xnet.router@0:[net.minecraftforge.oredict.OreIngredient@330c3cea, net.minecraft.item.crafting.Ingredient@72c06e6e, net.minecraftforge.oredict.OreIngredient@25d28856, net.minecraft.item.crafting.Ingredient@6853a22d, net.minecraft.item.crafting.Ingredient@3aea38a1, net.minecraft.item.crafting.Ingredient@4ba8828c, net.minecraftforge.oredict.OreIngredient@7a092397, net.minecraft.item.crafting.Ingredient@f3ea431, net.minecraftforge.oredict.OreIngredient@64faba47]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13553 crafttweaker:ct_shaped-64619134 RecipeStage{tier='five', recipe=1xtile.xnet.controller@0:[net.minecraftforge.oredict.OreIngredient@6b49f8b6, net.minecraft.item.crafting.Ingredient@586f6bd3, net.minecraftforge.oredict.OreIngredient@228a43c3, net.minecraftforge.oredict.OreIngredient@1393ed57, net.minecraft.item.crafting.Ingredient@37bb2bdb, net.minecraftforge.oredict.OreIngredient@1429ff0c, net.minecraftforge.oredict.OreIngredient@64cd3211, net.minecraft.item.crafting.Ingredient@68b8928a, net.minecraftforge.oredict.OreIngredient@63399b5]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13554 crafttweaker:ct_shapeless-1024361699 RecipeStage{tier='two', recipe=1xitem.yoyos.book@0:[net.minecraft.item.crafting.Ingredient@5db9c7e0, crafttweaker.api.minecraft.CraftTweakerMC$1@50e93bfc]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13555 crafttweaker:dye_wool_orange RecipeStage{tier='two', recipe=8xtile.cloth@1:[net.minecraftforge.oredict.OreIngredient@d565a1, net.minecraftforge.oredict.OreIngredient@3459c0b6, net.minecraftforge.oredict.OreIngredient@2b6416fa, net.minecraftforge.oredict.OreIngredient@f15bf01, net.minecraftforge.oredict.OreIngredient@24462b2f, net.minecraftforge.oredict.OreIngredient@5e601361, net.minecraftforge.oredict.OreIngredient@55b81d91, net.minecraftforge.oredict.OreIngredient@77f75d90, net.minecraftforge.oredict.OreIngredient@627d1f12]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13556 crafttweaker:dye_wool_lime RecipeStage{tier='two', recipe=8xtile.cloth@5:[net.minecraftforge.oredict.OreIngredient@6e40f0c2, net.minecraftforge.oredict.OreIngredient@15fa77f6, net.minecraftforge.oredict.OreIngredient@752e2484, net.minecraftforge.oredict.OreIngredient@6e4c1531, net.minecraftforge.oredict.OreIngredient@7633eda, net.minecraftforge.oredict.OreIngredient@41e0ac07, net.minecraftforge.oredict.OreIngredient@456eaabb, net.minecraftforge.oredict.OreIngredient@4b85caba, net.minecraftforge.oredict.OreIngredient@558ea8fe]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13557 crafttweaker:dye_wool_cyan RecipeStage{tier='two', recipe=8xtile.cloth@9:[net.minecraftforge.oredict.OreIngredient@6b2fd6c3, net.minecraftforge.oredict.OreIngredient@626f4860, net.minecraftforge.oredict.OreIngredient@6a26a10c, net.minecraftforge.oredict.OreIngredient@7dffdfc5, net.minecraftforge.oredict.OreIngredient@68738777, net.minecraftforge.oredict.OreIngredient@70c7ee51, net.minecraftforge.oredict.OreIngredient@2f361f84, net.minecraftforge.oredict.OreIngredient@2cb4ec50, net.minecraftforge.oredict.OreIngredient@58088e8e]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13558 crafttweaker:dye_wool_green RecipeStage{tier='two', recipe=8xtile.cloth@13:[net.minecraftforge.oredict.OreIngredient@38db2989, net.minecraftforge.oredict.OreIngredient@32b07a9b, net.minecraftforge.oredict.OreIngredient@41362666, net.minecraftforge.oredict.OreIngredient@64679991, net.minecraftforge.oredict.OreIngredient@51163f5, net.minecraftforge.oredict.OreIngredient@3444b56e, net.minecraftforge.oredict.OreIngredient@4431b096, net.minecraftforge.oredict.OreIngredient@1cc21290, net.minecraftforge.oredict.OreIngredient@12c2c436]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13559 crafttweaker:dye_wool_lightgray RecipeStage{tier='two', recipe=8xtile.cloth@8:[net.minecraftforge.oredict.OreIngredient@3fd0c512, net.minecraftforge.oredict.OreIngredient@10b3373d, net.minecraftforge.oredict.OreIngredient@1763da68, net.minecraftforge.oredict.OreIngredient@77ba9c20, net.minecraftforge.oredict.OreIngredient@4e7b2f90, net.minecraftforge.oredict.OreIngredient@4778e3bd, net.minecraftforge.oredict.OreIngredient@4e41d1a0, net.minecraftforge.oredict.OreIngredient@6d391fd4, net.minecraftforge.oredict.OreIngredient@7a29ba4c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13560 crafttweaker:dye_wool_brown RecipeStage{tier='two', recipe=8xtile.cloth@12:[net.minecraftforge.oredict.OreIngredient@4efb1597, net.minecraftforge.oredict.OreIngredient@125ace76, net.minecraftforge.oredict.OreIngredient@7c900c37, net.minecraftforge.oredict.OreIngredient@776b24f5, net.minecraftforge.oredict.OreIngredient@61aac022, net.minecraftforge.oredict.OreIngredient@25c79b1f, net.minecraftforge.oredict.OreIngredient@594ada24, net.minecraftforge.oredict.OreIngredient@77a81174, net.minecraftforge.oredict.OreIngredient@40347473]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13561 crafttweaker:dye_wool_magenta RecipeStage{tier='two', recipe=8xtile.cloth@2:[net.minecraftforge.oredict.OreIngredient@1f1b9826, net.minecraftforge.oredict.OreIngredient@99afad9, net.minecraftforge.oredict.OreIngredient@335ef123, net.minecraftforge.oredict.OreIngredient@229a1c2b, net.minecraftforge.oredict.OreIngredient@61037af6, net.minecraftforge.oredict.OreIngredient@3f11183d, net.minecraftforge.oredict.OreIngredient@7b823115, net.minecraftforge.oredict.OreIngredient@98b110a, net.minecraftforge.oredict.OreIngredient@73a51e07]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13562 crafttweaker:dye_wool_lightblue RecipeStage{tier='two', recipe=8xtile.cloth@3:[net.minecraftforge.oredict.OreIngredient@10dc5d8f, net.minecraftforge.oredict.OreIngredient@54bfc887, net.minecraftforge.oredict.OreIngredient@3df3c883, net.minecraftforge.oredict.OreIngredient@14b15e38, net.minecraftforge.oredict.OreIngredient@66f35904, net.minecraftforge.oredict.OreIngredient@4ca24ead, net.minecraftforge.oredict.OreIngredient@6f36206a, net.minecraftforge.oredict.OreIngredient@7168f32a, net.minecraftforge.oredict.OreIngredient@d2fbf7a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13563 crafttweaker:dye_wool_gray RecipeStage{tier='two', recipe=8xtile.cloth@7:[net.minecraftforge.oredict.OreIngredient@53a64f54, net.minecraftforge.oredict.OreIngredient@d4d003a, net.minecraftforge.oredict.OreIngredient@3b8a431a, net.minecraftforge.oredict.OreIngredient@4b2eef7e, net.minecraftforge.oredict.OreIngredient@2a93c5a0, net.minecraftforge.oredict.OreIngredient@4f3a4c18, net.minecraftforge.oredict.OreIngredient@26414476, net.minecraftforge.oredict.OreIngredient@1aa81adf, net.minecraftforge.oredict.OreIngredient@2e2262ef]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13564 crafttweaker:dye_wool_blue RecipeStage{tier='two', recipe=8xtile.cloth@11:[net.minecraftforge.oredict.OreIngredient@5001e624, net.minecraftforge.oredict.OreIngredient@3dc3dfa0, net.minecraftforge.oredict.OreIngredient@3408a589, net.minecraftforge.oredict.OreIngredient@62e1b40e, net.minecraftforge.oredict.OreIngredient@3d8e5eb0, net.minecraftforge.oredict.OreIngredient@1e13a87e, net.minecraftforge.oredict.OreIngredient@6f4662d8, net.minecraftforge.oredict.OreIngredient@e8eafa, net.minecraftforge.oredict.OreIngredient@4f5c5f89]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13565 crafttweaker:dye_wool_black RecipeStage{tier='two', recipe=8xtile.cloth@15:[net.minecraftforge.oredict.OreIngredient@13de09b0, net.minecraftforge.oredict.OreIngredient@1eb3f0c9, net.minecraftforge.oredict.OreIngredient@5e97048b, net.minecraftforge.oredict.OreIngredient@d0e4356, net.minecraftforge.oredict.OreIngredient@6efe48ce, net.minecraftforge.oredict.OreIngredient@6f4ad860, net.minecraftforge.oredict.OreIngredient@99f3a5e, net.minecraftforge.oredict.OreIngredient@7674dcc8, net.minecraftforge.oredict.OreIngredient@6ad042f0]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13566 crafttweaker:dye_wool_pink RecipeStage{tier='two', recipe=8xtile.cloth@6:[net.minecraftforge.oredict.OreIngredient@51e10c1f, net.minecraftforge.oredict.OreIngredient@5c3223ed, net.minecraftforge.oredict.OreIngredient@4c59546e, net.minecraftforge.oredict.OreIngredient@83868ce, net.minecraftforge.oredict.OreIngredient@51e01c22, net.minecraftforge.oredict.OreIngredient@1c8070b8, net.minecraftforge.oredict.OreIngredient@1afcad62, net.minecraftforge.oredict.OreIngredient@5149d8eb, net.minecraftforge.oredict.OreIngredient@19dfec]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13567 crafttweaker:dye_wool_red RecipeStage{tier='two', recipe=8xtile.cloth@14:[net.minecraftforge.oredict.OreIngredient@516f5a15, net.minecraftforge.oredict.OreIngredient@3f645ed4, net.minecraftforge.oredict.OreIngredient@1f73e208, net.minecraftforge.oredict.OreIngredient@11629aaf, net.minecraftforge.oredict.OreIngredient@3af6d564, net.minecraftforge.oredict.OreIngredient@2779be10, net.minecraftforge.oredict.OreIngredient@279a7b55, net.minecraftforge.oredict.OreIngredient@22283aeb, net.minecraftforge.oredict.OreIngredient@2ef9863f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13568 crafttweaker:dye_wool_white RecipeStage{tier='two', recipe=8xtile.cloth@0:[net.minecraftforge.oredict.OreIngredient@6fee508d, net.minecraftforge.oredict.OreIngredient@4cee172, net.minecraftforge.oredict.OreIngredient@48beb17b, net.minecraftforge.oredict.OreIngredient@4ee56f7a, net.minecraftforge.oredict.OreIngredient@53922413, net.minecraftforge.oredict.OreIngredient@20248a62, net.minecraftforge.oredict.OreIngredient@1dacc274, net.minecraftforge.oredict.OreIngredient@78d7e004, net.minecraftforge.oredict.OreIngredient@3a27f1b1]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13569 crafttweaker:dye_wool_yellow RecipeStage{tier='two', recipe=8xtile.cloth@4:[net.minecraftforge.oredict.OreIngredient@4987f3fd, net.minecraftforge.oredict.OreIngredient@edf7c26, net.minecraftforge.oredict.OreIngredient@54b9dea7, net.minecraftforge.oredict.OreIngredient@21921d35, net.minecraftforge.oredict.OreIngredient@57fc0ae1, net.minecraftforge.oredict.OreIngredient@22376274, net.minecraftforge.oredict.OreIngredient@3861cc73, net.minecraftforge.oredict.OreIngredient@92b05ff, net.minecraftforge.oredict.OreIngredient@3eb7ad39]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13570 crafttweaker:dye_wool_purple RecipeStage{tier='two', recipe=8xtile.cloth@10:[net.minecraftforge.oredict.OreIngredient@1ad029c4, net.minecraftforge.oredict.OreIngredient@4df83654, net.minecraftforge.oredict.OreIngredient@537622fb, net.minecraftforge.oredict.OreIngredient@2dddf18a, net.minecraftforge.oredict.OreIngredient@365873fc, net.minecraftforge.oredict.OreIngredient@3a1eb9f5, net.minecraftforge.oredict.OreIngredient@581d35b7, net.minecraftforge.oredict.OreIngredient@1a0ede9f, net.minecraftforge.oredict.OreIngredient@6fbc99b1]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13571 crafttweaker:ct_shapeless1510099155 RecipeStage{tier='tutorial', recipe=9xtile.stonebrick@0:[net.minecraft.item.crafting.Ingredient@49b6b5d1]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13572 crafttweaker:ct_shapeless-1179292070 RecipeStage{tier='five', recipe=9xtile.compressed_cobblestone@0:[net.minecraft.item.crafting.Ingredient@4c2f933a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13573 crafttweaker:ct_shapeless-1357990446 RecipeStage{tier='five', recipe=9xtile.compressed_cobblestone@1:[net.minecraft.item.crafting.Ingredient@d2bced]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13574 crafttweaker:ct_shapeless-1364826284 RecipeStage{tier='five', recipe=9xtile.compressed_cobblestone@2:[net.minecraft.item.crafting.Ingredient@58496aa8]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13575 crafttweaker:ct_shapeless-1371662122 RecipeStage{tier='five', recipe=9xtile.compressed_cobblestone@3:[net.minecraft.item.crafting.Ingredient@242d544d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13576 crafttweaker:ct_shapeless-1378497960 RecipeStage{tier='five', recipe=9xtile.compressed_cobblestone@4:[net.minecraft.item.crafting.Ingredient@14abb5b1]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13577 crafttweaker:ct_shapeless-1385333798 RecipeStage{tier='five', recipe=9xtile.compressed_cobblestone@5:[net.minecraft.item.crafting.Ingredient@10b461d]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13578 crafttweaker:ct_shapeless-1392169636 RecipeStage{tier='five', recipe=9xtile.compressed_cobblestone@6:[net.minecraft.item.crafting.Ingredient@128470be]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13579 crafttweaker:ct_shapeless-1399005474 RecipeStage{tier='five', recipe=9xtile.compressed_cobblestone@7:[net.minecraft.item.crafting.Ingredient@5cc5d19f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13580 crafttweaker:ct_shapeless-1405841312 RecipeStage{tier='five', recipe=9xtile.compressed_cobblestone@8:[net.minecraft.item.crafting.Ingredient@150ae18b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13581 crafttweaker:ct_shapeless-1114784391 RecipeStage{tier='five', recipe=9xtile.compressed_cobblestone@9:[net.minecraft.item.crafting.Ingredient@4e6a6699]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13582 crafttweaker:ct_shapeless-60099766 RecipeStage{tier='five', recipe=9xtile.compressed_cobblestone@10:[net.minecraft.item.crafting.Ingredient@7fdafe6a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13583 crafttweaker:ct_shapeless-299716374 RecipeStage{tier='five', recipe=9xtile.compressed_cobblestone@11:[net.minecraft.item.crafting.Ingredient@de19127]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13584 crafttweaker:ct_shapeless-539332982 RecipeStage{tier='five', recipe=9xtile.compressed_cobblestone@12:[net.minecraft.item.crafting.Ingredient@4f252fa9]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13585 crafttweaker:ct_shapeless-778949590 RecipeStage{tier='five', recipe=9xtile.compressed_cobblestone@13:[net.minecraft.item.crafting.Ingredient@52e6c67a]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13586 crafttweaker:ct_shapeless-1018566198 RecipeStage{tier='five', recipe=9xtile.compressed_cobblestone@14:[net.minecraft.item.crafting.Ingredient@7a674be2]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13587 crafttweaker:ct_shapeless-166305223 RecipeStage{tier='three', recipe=9xtile.obsidian@0:[net.minecraft.item.crafting.Ingredient@7b0e9520]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13588 crafttweaker:ct_shapeless-396705216 RecipeStage{tier='five', recipe=9xtile.compressed_obsidian@0:[net.minecraft.item.crafting.Ingredient@1db0b58f]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13589 crafttweaker:ct_shapeless-705639062 RecipeStage{tier='five', recipe=9xtile.compressed_obsidian@1:[net.minecraft.item.crafting.Ingredient@79017555]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13590 crafttweaker:ct_shapeless-1888062838 RecipeStage{tier='five', recipe=9xtile.compressed_obsidian@2:[net.minecraft.item.crafting.Ingredient@39f919cc]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13591 crafttweaker:ct_shapeless1224480682 RecipeStage{tier='five', recipe=9xtile.compressed_obsidian@3:[net.minecraft.item.crafting.Ingredient@36d13c46]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13592 crafttweaker:ct_shapeless42056906 RecipeStage{tier='five', recipe=9xtile.compressed_obsidian@4:[net.minecraft.item.crafting.Ingredient@2e55ebde]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13593 crafttweaker:ct_shapeless-1140366870 RecipeStage{tier='five', recipe=9xtile.compressed_obsidian@5:[net.minecraft.item.crafting.Ingredient@5c8c889c]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13594 crafttweaker:ct_shapeless1972176650 RecipeStage{tier='five', recipe=9xtile.compressed_obsidian@6:[net.minecraft.item.crafting.Ingredient@2dcaddb8]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13595 crafttweaker:ct_shapeless789752874 RecipeStage{tier='five', recipe=9xtile.compressed_obsidian@7:[net.minecraft.item.crafting.Ingredient@1246f74b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13596 crafttweaker:ct_shapeless-392670902 RecipeStage{tier='five', recipe=9xtile.compressed_obsidian@8:[net.minecraft.item.crafting.Ingredient@134ce5c6]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13597 crafttweaker:ct_shapeless-1854760463 RecipeStage{tier='five', recipe=9xtile.compressed_obsidian@9:[net.minecraft.item.crafting.Ingredient@2b3c475b]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13598 crafttweaker:ct_shapeless-34391136 RecipeStage{tier='five', recipe=9xtile.compressed_obsidian@10:[net.minecraft.item.crafting.Ingredient@50e06899]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13599 crafttweaker:ct_shapeless1937471842 RecipeStage{tier='five', recipe=9xtile.compressed_obsidian@11:[net.minecraft.item.crafting.Ingredient@75393161]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13600 crafttweaker:ct_shapeless-385632476 RecipeStage{tier='five', recipe=9xtile.compressed_obsidian@12:[net.minecraft.item.crafting.Ingredient@12f88d5]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13601 crafttweaker:ct_shapeless1586230502 RecipeStage{tier='five', recipe=9xtile.compressed_obsidian@13:[net.minecraft.item.crafting.Ingredient@48601134]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13602 crafttweaker:ct_shapeless-736873816 RecipeStage{tier='five', recipe=9xtile.compressed_obsidian@14:[net.minecraft.item.crafting.Ingredient@1b971c01]} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13603 betterwithmods:torch net.minecraftforge.oredict.ShapedOreRecipe@42e85061 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13604 betterwithmods:siding_rock betterwithmods.module.gameplay.miniblocks.MiniRecipe@6cd03756 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13605 betterwithmods:moulding_rock betterwithmods.module.gameplay.miniblocks.MiniRecipe@198a0750 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13606 betterwithmods:corner_rock betterwithmods.module.gameplay.miniblocks.MiniRecipe@176b68e3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13607 betterwithmods:siding_iron betterwithmods.module.gameplay.miniblocks.MiniRecipe@17805937 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13608 betterwithmods:moulding_iron betterwithmods.module.gameplay.miniblocks.MiniRecipe@7a07a616 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13609 betterwithmods:corner_iron betterwithmods.module.gameplay.miniblocks.MiniRecipe@337e9e81 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13610 betterwithmods:siding_ground betterwithmods.module.gameplay.miniblocks.MiniRecipe@7f1ed47d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13611 betterwithmods:moulding_ground betterwithmods.module.gameplay.miniblocks.MiniRecipe@6ac26348 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13612 betterwithmods:corner_ground betterwithmods.module.gameplay.miniblocks.MiniRecipe@2db24f10 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13613 betterwithmods:siding_wood betterwithmods.module.gameplay.miniblocks.MiniRecipe@6a7f56b1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13614 betterwithmods:moulding_wood betterwithmods.module.gameplay.miniblocks.MiniRecipe@63cbdabf +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13615 betterwithmods:corner_wood betterwithmods.module.gameplay.miniblocks.MiniRecipe@1a6a2dad +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13616 betterwithmods:siding_clay betterwithmods.module.gameplay.miniblocks.MiniRecipe@251f2b3f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13617 betterwithmods:moulding_clay betterwithmods.module.gameplay.miniblocks.MiniRecipe@35452bf3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13618 betterwithmods:corner_clay betterwithmods.module.gameplay.miniblocks.MiniRecipe@86611c6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13619 betterwithmods:wood_siding.0 net.minecraft.item.crafting.ShapelessRecipes@432a5222 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13620 betterwithmods:wood_moulding.0 net.minecraft.item.crafting.ShapelessRecipes@1f30cfab +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13621 betterwithmods:wood_corner.0 net.minecraft.item.crafting.ShapelessRecipes@336650d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13622 betterwithmods:wood_siding.1 net.minecraft.item.crafting.ShapelessRecipes@3be6ac8c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13623 betterwithmods:wood_moulding.1 net.minecraft.item.crafting.ShapelessRecipes@2a4c5290 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13624 betterwithmods:wood_corner.1 net.minecraft.item.crafting.ShapelessRecipes@33988de5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13625 betterwithmods:wood_siding.2 net.minecraft.item.crafting.ShapelessRecipes@3368896 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13626 betterwithmods:wood_moulding.2 net.minecraft.item.crafting.ShapelessRecipes@dbac6b0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13627 betterwithmods:wood_corner.2 net.minecraft.item.crafting.ShapelessRecipes@452acd45 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13628 betterwithmods:wood_siding.3 net.minecraft.item.crafting.ShapelessRecipes@32aa97a0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13629 betterwithmods:wood_moulding.3 net.minecraft.item.crafting.ShapelessRecipes@56fdb5b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13630 betterwithmods:wood_corner.3 net.minecraft.item.crafting.ShapelessRecipes@5e3b0200 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13631 betterwithmods:wood_siding.4 net.minecraft.item.crafting.ShapelessRecipes@4d68ac67 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13632 betterwithmods:wood_moulding.4 net.minecraft.item.crafting.ShapelessRecipes@2b1925fd +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13633 betterwithmods:wood_corner.4 net.minecraft.item.crafting.ShapelessRecipes@505796c6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13634 betterwithmods:wood_siding.5 net.minecraft.item.crafting.ShapelessRecipes@56faa5ce +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13635 betterwithmods:wood_moulding.5 net.minecraft.item.crafting.ShapelessRecipes@5ef930e2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13636 betterwithmods:wood_corner.5 net.minecraft.item.crafting.ShapelessRecipes@3c2dc00d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13637 betterwithmods:stone_siding.0 net.minecraft.item.crafting.ShapelessRecipes@50a090e8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13638 betterwithmods:stone_moulding.0 net.minecraft.item.crafting.ShapelessRecipes@53f78be7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13639 betterwithmods:stone_corner.0 net.minecraft.item.crafting.ShapelessRecipes@441edf5b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13640 betterwithmods:stone_siding.1 net.minecraft.item.crafting.ShapelessRecipes@16e1427d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13641 betterwithmods:stone_moulding.1 net.minecraft.item.crafting.ShapelessRecipes@4212b799 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13642 betterwithmods:stone_corner.1 net.minecraft.item.crafting.ShapelessRecipes@2d55b48f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13643 betterwithmods:stone_siding.2 net.minecraft.item.crafting.ShapelessRecipes@1f835279 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13644 betterwithmods:stone_moulding.2 net.minecraft.item.crafting.ShapelessRecipes@36d095e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13645 betterwithmods:stone_corner.2 net.minecraft.item.crafting.ShapelessRecipes@5494d8d5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13646 betterwithmods:stone_siding.3 net.minecraft.item.crafting.ShapelessRecipes@54e5ef04 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13647 betterwithmods:stone_moulding.3 net.minecraft.item.crafting.ShapelessRecipes@51f07f7b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13648 betterwithmods:stone_corner.3 net.minecraft.item.crafting.ShapelessRecipes@3abcbbe2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13649 betterwithmods:stone_siding.4 net.minecraft.item.crafting.ShapelessRecipes@481c8e10 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13650 betterwithmods:stone_moulding.4 net.minecraft.item.crafting.ShapelessRecipes@337ad5d8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13651 betterwithmods:stone_corner.4 net.minecraft.item.crafting.ShapelessRecipes@61236f6b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13652 betterwithmods:stone_siding.5 net.minecraft.item.crafting.ShapelessRecipes@3e1fbb06 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13653 betterwithmods:stone_moulding.5 net.minecraft.item.crafting.ShapelessRecipes@12dfcedb +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13654 betterwithmods:stone_corner.5 net.minecraft.item.crafting.ShapelessRecipes@776e0d4d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13655 guideapi:guidebook net.minecraftforge.oredict.ShapelessOreRecipe@74dc5d7b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13656 galacticraftcore:enclosed net.minecraft.item.crafting.ShapedRecipes@16860978 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13657 galacticraftcore:enclosed_2 net.minecraft.item.crafting.ShapedRecipes@51c301c7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13658 galacticraftcore:enclosed_3 net.minecraft.item.crafting.ShapedRecipes@1179045b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13659 galacticraftcore:enclosed_4 net.minecraft.item.crafting.ShapedRecipes@787e7fb5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13660 galacticraftcore:enclosed_5 net.minecraft.item.crafting.ShapedRecipes@3b32e32e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13661 horsepower:hp_shapeless45028447 se.gory_moon.horsepower.recipes.ShapelessChoppingRecipe@7f398ace +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13662 horsepower:hp_shaped-1476315148 se.gory_moon.horsepower.recipes.ShapedChoppingRecipe@34b448ce +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13663 jaff:rod_bait_recipe com.tmtravlr.jaff.RecipeRodBait@111a8b54 +[16:58:30] [Server thread/TRACE] [FML]: Registry Name : minecraft:villagerprofessions +[16:58:30] [Server thread/TRACE] [FML]: Registry: 0 minecraft:farmer net.minecraftforge.fml.common.registry.VillagerRegistry$VillagerProfession@40bac624 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1 minecraft:librarian net.minecraftforge.fml.common.registry.VillagerRegistry$VillagerProfession@583b177a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2 minecraft:priest net.minecraftforge.fml.common.registry.VillagerRegistry$VillagerProfession@4d79651d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3 minecraft:smith net.minecraftforge.fml.common.registry.VillagerRegistry$VillagerProfession@796d0b43 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4 minecraft:butcher net.minecraftforge.fml.common.registry.VillagerRegistry$VillagerProfession@424ebf5b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5 minecraft:nitwit net.minecraftforge.fml.common.registry.VillagerRegistry$VillagerProfession@42cef0af +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6 vtt:brewer net.minecraftforge.fml.common.registry.VillagerRegistry$VillagerProfession@64c9aa21 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7 vtt:redstoner net.minecraftforge.fml.common.registry.VillagerRegistry$VillagerProfession@48469989 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8 vtt:tinkerer net.minecraftforge.fml.common.registry.VillagerRegistry$VillagerProfession@34a4fae9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9 pneumaticcraft:mechanic net.minecraftforge.fml.common.registry.VillagerRegistry$VillagerProfession@233656c4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10 totemic:totemist net.minecraftforge.fml.common.registry.VillagerRegistry$VillagerProfession@71916ca6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11 cyclicmagic:sage net.minecraftforge.fml.common.registry.VillagerRegistry$VillagerProfession@606759c0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12 cyclicmagic:druid net.minecraftforge.fml.common.registry.VillagerRegistry$VillagerProfession@21b30960 +[16:58:30] [Server thread/TRACE] [FML]: Registry Name : minecraft:dataserializers +[16:58:30] [Server thread/TRACE] [FML]: Registry: 256 simpleplanes:serializerquaternion net.minecraftforge.registries.DataSerializerEntry@12bc888c +[16:58:30] [Server thread/TRACE] [FML]: Registry Name : minecraft:entities +[16:58:30] [Server thread/TRACE] [FML]: Registry: 0 abyssalcraft:depthsghoul net.minecraftforge.fml.common.registry.EntityEntry@2b0d71f0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1 minecraft:item net.minecraftforge.fml.common.registry.EntityEntry@149162a4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2 minecraft:xp_orb net.minecraftforge.fml.common.registry.EntityEntry@7af4286 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3 minecraft:area_effect_cloud net.minecraftforge.fml.common.registry.EntityEntry@4a5a8c6f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4 minecraft:elder_guardian net.minecraftforge.fml.common.registry.EntityEntry@7a8d6eb3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5 minecraft:wither_skeleton net.minecraftforge.fml.common.registry.EntityEntry@1106a9cc +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6 minecraft:stray net.minecraftforge.fml.common.registry.EntityEntry@4ebe6c24 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7 minecraft:egg net.minecraftforge.fml.common.registry.EntityEntry@6529b078 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8 minecraft:leash_knot net.minecraftforge.fml.common.registry.EntityEntry@7cd6b76a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9 minecraft:painting net.minecraftforge.fml.common.registry.EntityEntry@9677f54 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10 minecraft:arrow net.minecraftforge.fml.common.registry.EntityEntry@d20e900 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11 minecraft:snowball net.minecraftforge.fml.common.registry.EntityEntry@33ed6546 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12 minecraft:fireball net.minecraftforge.fml.common.registry.EntityEntry@6d2413e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13 minecraft:small_fireball net.minecraftforge.fml.common.registry.EntityEntry@3803bc1a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 14 minecraft:ender_pearl net.minecraftforge.fml.common.registry.EntityEntry@3f33c5e4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 15 minecraft:eye_of_ender_signal net.minecraftforge.fml.common.registry.EntityEntry@50c462b8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 16 minecraft:potion net.minecraftforge.fml.common.registry.EntityEntry@566dc0c3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 17 minecraft:xp_bottle net.minecraftforge.fml.common.registry.EntityEntry@7fb02869 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 18 minecraft:item_frame net.minecraftforge.fml.common.registry.EntityEntry@31fc1b6e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 19 minecraft:wither_skull net.minecraftforge.fml.common.registry.EntityEntry@1df77353 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 20 minecraft:tnt net.minecraftforge.fml.common.registry.EntityEntry@359b4846 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 21 minecraft:falling_block net.minecraftforge.fml.common.registry.EntityEntry@5f59b6c5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 22 minecraft:fireworks_rocket net.minecraftforge.fml.common.registry.EntityEntry@1872a7fe +[16:58:30] [Server thread/TRACE] [FML]: Registry: 23 minecraft:husk net.minecraftforge.fml.common.registry.EntityEntry@3793896e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 24 minecraft:spectral_arrow net.minecraftforge.fml.common.registry.EntityEntry@17fbbf0a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 25 minecraft:shulker_bullet net.minecraftforge.fml.common.registry.EntityEntry@59cc46a4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 26 minecraft:dragon_fireball net.minecraftforge.fml.common.registry.EntityEntry@828e2d8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 27 minecraft:zombie_villager net.minecraftforge.fml.common.registry.EntityEntry@548e70f0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 28 minecraft:skeleton_horse net.minecraftforge.fml.common.registry.EntityEntry@14941b06 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 29 minecraft:zombie_horse net.minecraftforge.fml.common.registry.EntityEntry@74832504 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 30 minecraft:armor_stand net.minecraftforge.fml.common.registry.EntityEntry@1a4340f2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 31 minecraft:donkey net.minecraftforge.fml.common.registry.EntityEntry@20dfe8b2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 32 minecraft:mule net.minecraftforge.fml.common.registry.EntityEntry@6d8cbd1a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 33 minecraft:evocation_fangs net.minecraftforge.fml.common.registry.EntityEntry@293988dc +[16:58:30] [Server thread/TRACE] [FML]: Registry: 34 minecraft:evocation_illager net.minecraftforge.fml.common.registry.EntityEntry@6f526f91 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 35 minecraft:vex net.minecraftforge.fml.common.registry.EntityEntry@1c63b39a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 36 minecraft:vindication_illager net.minecraftforge.fml.common.registry.EntityEntry@7a9e44ff +[16:58:30] [Server thread/TRACE] [FML]: Registry: 37 minecraft:illusion_illager net.minecraftforge.fml.common.registry.EntityEntry@5d5a77de +[16:58:30] [Server thread/TRACE] [FML]: Registry: 38 abyssalcraft:evilpig net.minecraftforge.fml.common.registry.EntityEntry@77532c18 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 39 abyssalcraft:abyssalzombie net.minecraftforge.fml.common.registry.EntityEntry@5015a85d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 40 minecraft:commandblock_minecart net.minecraftforge.fml.common.registry.EntityEntry@15ec3c0c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 41 minecraft:boat net.minecraftforge.fml.common.registry.EntityEntry@335ff774 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 42 minecraft:minecart net.minecraftforge.fml.common.registry.EntityEntry@4c131823 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 43 minecraft:chest_minecart net.minecraftforge.fml.common.registry.EntityEntry@47c06b1a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 44 minecraft:furnace_minecart net.minecraftforge.fml.common.registry.EntityEntry@5c39da9e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 45 minecraft:tnt_minecart net.minecraftforge.fml.common.registry.EntityEntry@4a648b35 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 46 minecraft:hopper_minecart net.minecraftforge.fml.common.registry.EntityEntry@64a0ee65 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 47 minecraft:spawner_minecart net.minecraftforge.fml.common.registry.EntityEntry@3d94b49d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 48 abyssalcraft:primedodb net.minecraftforge.fml.common.registry.EntityEntry@64163167 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 49 abyssalcraft:jzahar net.minecraftforge.fml.common.registry.EntityEntry@35a1a266 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 50 minecraft:creeper net.minecraftforge.fml.common.registry.EntityEntry@4adb2b87 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 51 minecraft:skeleton net.minecraftforge.fml.common.registry.EntityEntry@558fa64a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 52 minecraft:spider net.minecraftforge.fml.common.registry.EntityEntry@1ed763aa +[16:58:30] [Server thread/TRACE] [FML]: Registry: 53 minecraft:giant net.minecraftforge.fml.common.registry.EntityEntry@6f999cf4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 54 minecraft:zombie net.minecraftforge.fml.common.registry.EntityEntry@79c9a128 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 55 minecraft:slime net.minecraftforge.fml.common.registry.EntityEntry@4075c0d8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 56 minecraft:ghast net.minecraftforge.fml.common.registry.EntityEntry@5295779 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 57 minecraft:zombie_pigman net.minecraftforge.fml.common.registry.EntityEntry@3a2b1f24 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 58 minecraft:enderman net.minecraftforge.fml.common.registry.EntityEntry@4fec93d0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 59 minecraft:cave_spider net.minecraftforge.fml.common.registry.EntityEntry@1c12f0f4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 60 minecraft:silverfish net.minecraftforge.fml.common.registry.EntityEntry@39153b05 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 61 minecraft:blaze net.minecraftforge.fml.common.registry.EntityEntry@72557e0d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 62 minecraft:magma_cube net.minecraftforge.fml.common.registry.EntityEntry@4c6ebaf2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 63 minecraft:ender_dragon net.minecraftforge.fml.common.registry.EntityEntry@2746bc43 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 64 minecraft:wither net.minecraftforge.fml.common.registry.EntityEntry@2f1d2384 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 65 minecraft:bat net.minecraftforge.fml.common.registry.EntityEntry@5aef36a9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 66 minecraft:witch net.minecraftforge.fml.common.registry.EntityEntry@2975715 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 67 minecraft:endermite net.minecraftforge.fml.common.registry.EntityEntry@2e8417ea +[16:58:30] [Server thread/TRACE] [FML]: Registry: 68 minecraft:guardian net.minecraftforge.fml.common.registry.EntityEntry@67726dd1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 69 minecraft:shulker net.minecraftforge.fml.common.registry.EntityEntry@27879518 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 70 abyssalcraft:abygolem net.minecraftforge.fml.common.registry.EntityEntry@12e46eee +[16:58:30] [Server thread/TRACE] [FML]: Registry: 71 abyssalcraft:dreadgolem net.minecraftforge.fml.common.registry.EntityEntry@166a3438 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 72 abyssalcraft:dreadguard net.minecraftforge.fml.common.registry.EntityEntry@a0f02d1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 73 abyssalcraft:powerstonetracker net.minecraftforge.fml.common.registry.EntityEntry@320eae2d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 74 abyssalcraft:dragonminion net.minecraftforge.fml.common.registry.EntityEntry@323428ad +[16:58:30] [Server thread/TRACE] [FML]: Registry: 75 abyssalcraft:dragonboss net.minecraftforge.fml.common.registry.EntityEntry@73132dcc +[16:58:30] [Server thread/TRACE] [FML]: Registry: 76 abyssalcraft:primedodbcore net.minecraftforge.fml.common.registry.EntityEntry@13be7b3b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 77 abyssalcraft:shadowcreature net.minecraftforge.fml.common.registry.EntityEntry@7693d96d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 78 abyssalcraft:shadowmonster net.minecraftforge.fml.common.registry.EntityEntry@7cfd204c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 79 abyssalcraft:dreadling net.minecraftforge.fml.common.registry.EntityEntry@52991d2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 80 abyssalcraft:dreadspawn net.minecraftforge.fml.common.registry.EntityEntry@7f33b2a2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 81 abyssalcraft:demonpig net.minecraftforge.fml.common.registry.EntityEntry@76978980 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 82 abyssalcraft:gskeleton net.minecraftforge.fml.common.registry.EntityEntry@57abd32f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 83 abyssalcraft:chagarothspawn net.minecraftforge.fml.common.registry.EntityEntry@3ec310a5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 84 abyssalcraft:chagarothfist net.minecraftforge.fml.common.registry.EntityEntry@31706043 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 85 abyssalcraft:chagaroth net.minecraftforge.fml.common.registry.EntityEntry@80da8b8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 86 abyssalcraft:shadowbeast net.minecraftforge.fml.common.registry.EntityEntry@4dc393d0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 87 abyssalcraft:shadowboss net.minecraftforge.fml.common.registry.EntityEntry@3bed88a5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 88 abyssalcraft:antiabyssalzombie net.minecraftforge.fml.common.registry.EntityEntry@f0782db +[16:58:30] [Server thread/TRACE] [FML]: Registry: 89 abyssalcraft:antibat net.minecraftforge.fml.common.registry.EntityEntry@3860cde8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 90 minecraft:pig net.minecraftforge.fml.common.registry.EntityEntry@6ea4b4b2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 91 minecraft:sheep net.minecraftforge.fml.common.registry.EntityEntry@3c48bbf3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 92 minecraft:cow net.minecraftforge.fml.common.registry.EntityEntry@381ed137 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 93 minecraft:chicken net.minecraftforge.fml.common.registry.EntityEntry@1912ba29 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 94 minecraft:squid net.minecraftforge.fml.common.registry.EntityEntry@14144cc9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 95 minecraft:wolf net.minecraftforge.fml.common.registry.EntityEntry@3f1dadeb +[16:58:30] [Server thread/TRACE] [FML]: Registry: 96 minecraft:mooshroom net.minecraftforge.fml.common.registry.EntityEntry@2a3251ad +[16:58:30] [Server thread/TRACE] [FML]: Registry: 97 minecraft:snowman net.minecraftforge.fml.common.registry.EntityEntry@795ce9b5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 98 minecraft:ocelot net.minecraftforge.fml.common.registry.EntityEntry@5cd5e1b6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 99 minecraft:villager_golem net.minecraftforge.fml.common.registry.EntityEntry@529b8e41 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 100 minecraft:horse net.minecraftforge.fml.common.registry.EntityEntry@3fe70a2d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 101 minecraft:rabbit net.minecraftforge.fml.common.registry.EntityEntry@46a5aff +[16:58:30] [Server thread/TRACE] [FML]: Registry: 102 minecraft:polar_bear net.minecraftforge.fml.common.registry.EntityEntry@37a74cf4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 103 minecraft:llama net.minecraftforge.fml.common.registry.EntityEntry@7c144349 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 104 minecraft:llama_spit net.minecraftforge.fml.common.registry.EntityEntry@3ef7064b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 105 minecraft:parrot net.minecraftforge.fml.common.registry.EntityEntry@c32908c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 106 abyssalcraft:antichicken net.minecraftforge.fml.common.registry.EntityEntry@353ef012 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 107 abyssalcraft:anticow net.minecraftforge.fml.common.registry.EntityEntry@7d1da024 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 108 abyssalcraft:anticreeper net.minecraftforge.fml.common.registry.EntityEntry@49a5f0e6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 109 abyssalcraft:antighoul net.minecraftforge.fml.common.registry.EntityEntry@c686790 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 110 abyssalcraft:antipig net.minecraftforge.fml.common.registry.EntityEntry@679894dc +[16:58:30] [Server thread/TRACE] [FML]: Registry: 111 abyssalcraft:antiplayer net.minecraftforge.fml.common.registry.EntityEntry@620eefa9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 112 abyssalcraft:antiskeleton net.minecraftforge.fml.common.registry.EntityEntry@13392895 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 113 abyssalcraft:antispider net.minecraftforge.fml.common.registry.EntityEntry@72e0e38c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 114 abyssalcraft:antizombie net.minecraftforge.fml.common.registry.EntityEntry@4e3e4335 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 115 abyssalcraft:remnant net.minecraftforge.fml.common.registry.EntityEntry@717e0b8e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 116 abyssalcraft:omotholghoul net.minecraftforge.fml.common.registry.EntityEntry@376c4329 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 117 abyssalcraft:coraliumarrow net.minecraftforge.fml.common.registry.EntityEntry@2797a947 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 118 abyssalcraft:jzaharminion net.minecraftforge.fml.common.registry.EntityEntry@366b94fa +[16:58:30] [Server thread/TRACE] [FML]: Registry: 119 abyssalcraft:greaterdreadspawn net.minecraftforge.fml.common.registry.EntityEntry@67a03cb2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 120 minecraft:villager net.minecraftforge.fml.common.registry.EntityEntry@e62d757 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 121 abyssalcraft:lesserdreadbeast net.minecraftforge.fml.common.registry.EntityEntry@7bbc705e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 122 abyssalcraft:dreadslug net.minecraftforge.fml.common.registry.EntityEntry@5b2c509b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 123 abyssalcraft:lessershoggoth net.minecraftforge.fml.common.registry.EntityEntry@a358d94 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 124 abyssalcraft:evilcow net.minecraftforge.fml.common.registry.EntityEntry@2e20bd32 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 125 abyssalcraft:evilchicken net.minecraftforge.fml.common.registry.EntityEntry@6552b204 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 126 abyssalcraft:demoncow net.minecraftforge.fml.common.registry.EntityEntry@49485cb +[16:58:30] [Server thread/TRACE] [FML]: Registry: 127 abyssalcraft:demonchicken net.minecraftforge.fml.common.registry.EntityEntry@74996820 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 128 abyssalcraft:gatekeeperessence net.minecraftforge.fml.common.registry.EntityEntry@9803c91 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 129 abyssalcraft:evilsheep net.minecraftforge.fml.common.registry.EntityEntry@797d226c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 130 abyssalcraft:demonsheep net.minecraftforge.fml.common.registry.EntityEntry@77efb49e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 131 abyssalcraft:coraliumsquid net.minecraftforge.fml.common.registry.EntityEntry@a934b1a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 132 abyssalcraft:inkprojectile net.minecraftforge.fml.common.registry.EntityEntry@19d893e7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 133 abyssalcraft:dreadedcharge net.minecraftforge.fml.common.registry.EntityEntry@3f92cbac +[16:58:30] [Server thread/TRACE] [FML]: Registry: 134 abyssalcraft:acidprojectile net.minecraftforge.fml.common.registry.EntityEntry@706bc394 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 135 abyssalcraft:blackhole net.minecraftforge.fml.common.registry.EntityEntry@7b9097da +[16:58:30] [Server thread/TRACE] [FML]: Registry: 136 abyssalcraft:implosion net.minecraftforge.fml.common.registry.EntityEntry@2b8016e9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 137 abyssalcraft:shuboffspring net.minecraftforge.fml.common.registry.EntityEntry@44ab48e5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 138 animalium:piranha net.minecraftforge.fml.common.registry.EntityEntry@4519e535 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 139 animalium:wild_dog net.minecraftforge.fml.common.registry.EntityEntry@25aa5fda +[16:58:30] [Server thread/TRACE] [FML]: Registry: 140 animalium:bear net.minecraftforge.fml.common.registry.EntityEntry@50e74b59 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 141 animalium:bear_tamed net.minecraftforge.fml.common.registry.EntityEntry@6cd7d79 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 142 animalium:rat net.minecraftforge.fml.common.registry.EntityEntry@5b3dbc49 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 143 betterwithmods:extending_rope net.minecraftforge.fml.common.registry.EntityEntry@360c04a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 144 betterwithmods:bwm_dynamite net.minecraftforge.fml.common.registry.EntityEntry@78abf606 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 145 betterwithmods:bwm_urn net.minecraftforge.fml.common.registry.EntityEntry@2ee4f9d6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 146 betterwithmods:bwm_mining_charge net.minecraftforge.fml.common.registry.EntityEntry@b81ff4c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 147 betterwithmods:entity_sheared_creeper net.minecraftforge.fml.common.registry.EntityEntry@2299125f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 148 betterwithmods:entity_broadhead_arrow net.minecraftforge.fml.common.registry.EntityEntry@4fe3c931 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 149 betterwithmods:entity_falling_gourd net.minecraftforge.fml.common.registry.EntityEntry@554ae3e1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 150 betterwithmods:falling_block_custom net.minecraftforge.fml.common.registry.EntityEntry@7fa873c2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 151 betterwithmods:bwm_spider_web net.minecraftforge.fml.common.registry.EntityEntry@432c50c2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 152 betterwithmods:bwm_fishing_hook net.minecraftforge.fml.common.registry.EntityEntry@66bc4ca9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 153 betterwithmods:bwm_tentacle net.minecraftforge.fml.common.registry.EntityEntry@4bb16aae +[16:58:30] [Server thread/TRACE] [FML]: Registry: 154 betterwithmods:bwm_jungle_spider net.minecraftforge.fml.common.registry.EntityEntry@255307fc +[16:58:30] [Server thread/TRACE] [FML]: Registry: 155 astralsorcery:entityhighlighted net.minecraftforge.fml.common.registry.EntityEntry@4df4ecfe +[16:58:30] [Server thread/TRACE] [FML]: Registry: 156 astralsorcery:entitystardust net.minecraftforge.fml.common.registry.EntityEntry@2d696636 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 157 astralsorcery:entitycrystal net.minecraftforge.fml.common.registry.EntityEntry@7b977f34 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 158 astralsorcery:entityflare net.minecraftforge.fml.common.registry.EntityEntry@46dd35ed +[16:58:30] [Server thread/TRACE] [FML]: Registry: 159 astralsorcery:entitystarburst net.minecraftforge.fml.common.registry.EntityEntry@62daf7e6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 160 astralsorcery:entityilluminationspark net.minecraftforge.fml.common.registry.EntityEntry@70b9b6d3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 161 astralsorcery:entitynocturnalspark net.minecraftforge.fml.common.registry.EntityEntry@19621281 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 162 astralsorcery:entitycrystaltool net.minecraftforge.fml.common.registry.EntityEntry@213e3118 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 163 astralsorcery:entitygrapplinghook net.minecraftforge.fml.common.registry.EntityEntry@6a0e6342 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 164 astralsorcery:entityspectraltool net.minecraftforge.fml.common.registry.EntityEntry@292988d6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 165 astralsorcery:entityliquidspark net.minecraftforge.fml.common.registry.EntityEntry@79bed82d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 166 astralsorcery:entityobservatoryhelper net.minecraftforge.fml.common.registry.EntityEntry@520c6c44 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 167 astralsorcery:entityshootingstar net.minecraftforge.fml.common.registry.EntityEntry@37aaebf2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 168 astralsorcery:entityitemdamageresistant net.minecraftforge.fml.common.registry.EntityEntry@7d6092c3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 169 quark:dweller net.minecraftforge.fml.common.registry.EntityEntry@5465d75e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 170 quark:ashen net.minecraftforge.fml.common.registry.EntityEntry@60291e3b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 171 quark:wraith net.minecraftforge.fml.common.registry.EntityEntry@287e97f7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 172 quark:flat_item_frame net.minecraftforge.fml.common.registry.EntityEntry@71f46122 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 173 quark:leash_knot net.minecraftforge.fml.common.registry.EntityEntry@7c2d2c15 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 174 quark:glass_item_frame net.minecraftforge.fml.common.registry.EntityEntry@2b19197d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 175 quark:arrow_ender net.minecraftforge.fml.common.registry.EntityEntry@903e437 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 176 quark:arrow_explosive net.minecraftforge.fml.common.registry.EntityEntry@6b32ef72 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 177 quark:arrow_torch net.minecraftforge.fml.common.registry.EntityEntry@3d67d464 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 178 quark:dragon_breath_bottle net.minecraftforge.fml.common.registry.EntityEntry@27b3cf9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 179 quark:soul_powder net.minecraftforge.fml.common.registry.EntityEntry@4beabc5c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 180 betterwithaddons:greatarrow net.minecraftforge.fml.common.registry.EntityEntry@6399fe2b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 181 betterwithaddons:ya net.minecraftforge.fml.common.registry.EntityEntry@7e58221f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 182 betterwithaddons:artifactframe net.minecraftforge.fml.common.registry.EntityEntry@4a868d7e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 183 betterwithaddons:ancestrybottle net.minecraftforge.fml.common.registry.EntityEntry@7ccb36c6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 184 betterwithaddons:spirit net.minecraftforge.fml.common.registry.EntityEntry@14c98b15 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 185 betterwithaddons:karate_zombie net.minecraftforge.fml.common.registry.EntityEntry@333c9967 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 186 bibliocraft:biblioseat net.minecraftforge.fml.common.registry.EntityEntry@7983154a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 187 buildinggadgets:blockbuildentity net.minecraftforge.fml.common.registry.EntityEntry@61ce1258 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 188 buildinggadgets:constructionblockentity net.minecraftforge.fml.common.registry.EntityEntry@51dea7ce +[16:58:30] [Server thread/TRACE] [FML]: Registry: 189 clumps:xp_orb_big net.minecraftforge.fml.common.registry.EntityEntry@3566252a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 190 darkutils:fake_tnt net.minecraftforge.fml.common.registry.EntityEntry@179b5708 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 191 emberroot:deers net.minecraftforge.fml.common.registry.EntityEntry@334f7e47 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 192 emberroot:sprouts net.minecraftforge.fml.common.registry.EntityEntry@1057082a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 193 emberroot:fairies net.minecraftforge.fml.common.registry.EntityEntry@2fef03ae +[16:58:30] [Server thread/TRACE] [FML]: Registry: 194 emberroot:rainbowslime net.minecraftforge.fml.common.registry.EntityEntry@1317c358 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 195 emberroot:ember_projectile net.minecraftforge.fml.common.registry.EntityEntry@1e2ef95e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 196 emberroot:rainbow_golem net.minecraftforge.fml.common.registry.EntityEntry@65ed2f2e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 197 emberroot:hero net.minecraftforge.fml.common.registry.EntityEntry@1c7aaf5b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 198 emberroot:creeper net.minecraftforge.fml.common.registry.EntityEntry@7d0c3d6b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 199 emberroot:owl net.minecraftforge.fml.common.registry.EntityEntry@5f7b12cd +[16:58:30] [Server thread/TRACE] [FML]: Registry: 200 minecraft:ender_crystal net.minecraftforge.fml.common.registry.EntityEntry@7746330a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 201 emberroot:slime net.minecraftforge.fml.common.registry.EntityEntry@405c0052 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 202 emberroot:entityowlegg net.minecraftforge.fml.common.registry.EntityEntry@fbe162a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 203 emberroot:dire_wolf net.minecraftforge.fml.common.registry.EntityEntry@2877c438 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 204 emberroot:withercat net.minecraftforge.fml.common.registry.EntityEntry@7c6a2a0d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 205 emberroot:witherwitch net.minecraftforge.fml.common.registry.EntityEntry@5decd026 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 206 emberroot:enderminy net.minecraftforge.fml.common.registry.EntityEntry@18603791 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 207 emberroot:knight_fallen net.minecraftforge.fml.common.registry.EntityEntry@72bb4126 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 208 emberroot:fallenmount net.minecraftforge.fml.common.registry.EntityEntry@64ad682c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 209 emberroot:timberwolf net.minecraftforge.fml.common.registry.EntityEntry@15d3b676 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 210 emberroot:rootsonesprite net.minecraftforge.fml.common.registry.EntityEntry@6bc90c97 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 211 emberroot:rootsonespriteling net.minecraftforge.fml.common.registry.EntityEntry@20239836 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 212 emberroot:rootsonespriteprojectile net.minecraftforge.fml.common.registry.EntityEntry@1dcf183c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 213 emberroot:rootsonespritegreater net.minecraftforge.fml.common.registry.EntityEntry@6246ae6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 214 emberroot:rootsonespriteboss net.minecraftforge.fml.common.registry.EntityEntry@68afc1b8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 215 emberroot:skeleton_frozen net.minecraftforge.fml.common.registry.EntityEntry@773c3a4a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 216 enderutilities:enderarrow net.minecraftforge.fml.common.registry.EntityEntry@5a1b474c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 217 enderutilities:enderpearlreusable net.minecraftforge.fml.common.registry.EntityEntry@1e8a839a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 218 enderutilities:endermanfighter net.minecraftforge.fml.common.registry.EntityEntry@55bfbf77 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 219 enderutilities:chair net.minecraftforge.fml.common.registry.EntityEntry@29de37f2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 220 enderutilities:fallingblock net.minecraftforge.fml.common.registry.EntityEntry@20797e4f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 221 fat_cat:fat_cat net.minecraftforge.fml.common.registry.EntityEntry@5fbdd53 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 222 progressiontweaks:spear net.minecraftforge.fml.common.registry.EntityEntry@1f0e2985 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 223 progressiontweaks:tomahawk net.minecraftforge.fml.common.registry.EntityEntry@6cddae41 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 224 immersivepetroleum:speedboat net.minecraftforge.fml.common.registry.EntityEntry@5296245d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 225 industrialforegoing:pink_slime net.minecraftforge.fml.common.registry.EntityEntry@9c72ace +[16:58:30] [Server thread/TRACE] [FML]: Registry: 226 integrateddynamics:entityitemtargetted net.minecraftforge.fml.common.registry.EntityEntry@684f5679 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 227 jarm:raft net.minecraftforge.fml.common.registry.EntityEntry@152b8fb8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 228 jaff:iron_fish_hook net.minecraftforge.fml.common.registry.EntityEntry@3df70480 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 229 jaff:cod net.minecraftforge.fml.common.registry.EntityEntry@141ebaf9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 230 jaff:salmon net.minecraftforge.fml.common.registry.EntityEntry@589b48dc +[16:58:30] [Server thread/TRACE] [FML]: Registry: 231 jaff:clownfish net.minecraftforge.fml.common.registry.EntityEntry@5e44cb09 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 232 jaff:pufferfish net.minecraftforge.fml.common.registry.EntityEntry@4bf0e158 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 233 magma_monsters:magma_monster net.minecraftforge.fml.common.registry.EntityEntry@62cc5be9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 234 magma_monsters:magma_monster_grunt net.minecraftforge.fml.common.registry.EntityEntry@19d23fb9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 235 mysticalagriculture:inferium_arrow net.minecraftforge.fml.common.registry.EntityEntry@7218251 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 236 mysticalagriculture:prudentium_arrow net.minecraftforge.fml.common.registry.EntityEntry@208d41f9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 237 mysticalagriculture:intermedium_arrow net.minecraftforge.fml.common.registry.EntityEntry@5383186b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 238 mysticalagriculture:superium_arrow net.minecraftforge.fml.common.registry.EntityEntry@72ed4a07 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 239 mysticalagriculture:supremium_arrow net.minecraftforge.fml.common.registry.EntityEntry@380c70e0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 240 nex:ghast_queen_fireball net.minecraftforge.fml.common.registry.EntityEntry@532b335b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 241 nex:ghastling_fireball net.minecraftforge.fml.common.registry.EntityEntry@4875e475 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 242 nex:obsidian_boat net.minecraftforge.fml.common.registry.EntityEntry@3ba58570 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 243 nex:pigtificate_leader net.minecraftforge.fml.common.registry.EntityEntry@33153c79 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 244 nex:pigtificate net.minecraftforge.fml.common.registry.EntityEntry@3e121fc2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 245 nex:gold_golem net.minecraftforge.fml.common.registry.EntityEntry@7c5c819a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 246 nex:mogus net.minecraftforge.fml.common.registry.EntityEntry@65784e34 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 247 nex:salamander net.minecraftforge.fml.common.registry.EntityEntry@49310fd4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 248 nex:wight net.minecraftforge.fml.common.registry.EntityEntry@57880182 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 249 nex:ember net.minecraftforge.fml.common.registry.EntityEntry@4347b09a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 250 nex:nethermite net.minecraftforge.fml.common.registry.EntityEntry@1dbddb03 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 251 nex:spinout net.minecraftforge.fml.common.registry.EntityEntry@5590534 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 252 nex:spore_creeper net.minecraftforge.fml.common.registry.EntityEntry@14a2ab50 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 253 nex:spore net.minecraftforge.fml.common.registry.EntityEntry@203ca29 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 254 nex:ghastling net.minecraftforge.fml.common.registry.EntityEntry@61fab3cd +[16:58:30] [Server thread/TRACE] [FML]: Registry: 255 nex:bone_spider net.minecraftforge.fml.common.registry.EntityEntry@59c2148 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 256 nex:brute net.minecraftforge.fml.common.registry.EntityEntry@571736ac +[16:58:30] [Server thread/TRACE] [FML]: Registry: 257 nex:ghast_queen net.minecraftforge.fml.common.registry.EntityEntry@16474a04 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 258 playerbosses:player_boss net.minecraftforge.fml.common.registry.EntityEntry@3e5e23e0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 259 playerskins:playermob net.minecraftforge.fml.common.registry.EntityEntry@73a78c55 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 260 rustic:tomato net.minecraftforge.fml.common.registry.EntityEntry@1e1d7f55 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 261 rustic:chair net.minecraftforge.fml.common.registry.EntityEntry@1d7084b4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 262 thebetweenlands:dark_druid net.minecraftforge.fml.common.registry.EntityEntry@1fd10889 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 263 thebetweenlands:angler net.minecraftforge.fml.common.registry.EntityEntry@43e18e0b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 264 thebetweenlands:sludge net.minecraftforge.fml.common.registry.EntityEntry@42db14c5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 265 thebetweenlands:swamp_hag net.minecraftforge.fml.common.registry.EntityEntry@68d3beec +[16:58:30] [Server thread/TRACE] [FML]: Registry: 266 thebetweenlands:wight net.minecraftforge.fml.common.registry.EntityEntry@297a58cd +[16:58:30] [Server thread/TRACE] [FML]: Registry: 267 thebetweenlands:firefly net.minecraftforge.fml.common.registry.EntityEntry@7d8fd451 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 268 thebetweenlands:sporeling net.minecraftforge.fml.common.registry.EntityEntry@6ef3d5b7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 269 thebetweenlands:leech net.minecraftforge.fml.common.registry.EntityEntry@3cb88e95 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 270 thebetweenlands:dragonfly net.minecraftforge.fml.common.registry.EntityEntry@4d1816f4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 271 thebetweenlands:blood_snail net.minecraftforge.fml.common.registry.EntityEntry@668eac05 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 272 thebetweenlands:mire_snail net.minecraftforge.fml.common.registry.EntityEntry@645351fa +[16:58:30] [Server thread/TRACE] [FML]: Registry: 273 thebetweenlands:mire_snail_egg net.minecraftforge.fml.common.registry.EntityEntry@748fd7e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 274 thebetweenlands:bl_arrow net.minecraftforge.fml.common.registry.EntityEntry@6c4dd430 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 275 thebetweenlands:snail_poison_jet net.minecraftforge.fml.common.registry.EntityEntry@28d9f5c0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 276 thebetweenlands:lurker net.minecraftforge.fml.common.registry.EntityEntry@cc8d543 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 277 thebetweenlands:gecko net.minecraftforge.fml.common.registry.EntityEntry@70e74912 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 278 thebetweenlands:termite net.minecraftforge.fml.common.registry.EntityEntry@626be39d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 279 thebetweenlands:toad net.minecraftforge.fml.common.registry.EntityEntry@259e29a6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 280 thebetweenlands:blind_cave_fish net.minecraftforge.fml.common.registry.EntityEntry@55f500bb +[16:58:30] [Server thread/TRACE] [FML]: Registry: 281 thebetweenlands:chiromaw net.minecraftforge.fml.common.registry.EntityEntry@39eb9f65 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 282 thebetweenlands:frog net.minecraftforge.fml.common.registry.EntityEntry@5f12ba99 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 283 thebetweenlands:sword_energy net.minecraftforge.fml.common.registry.EntityEntry@709292d2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 284 thebetweenlands:shockwave_sword_item net.minecraftforge.fml.common.registry.EntityEntry@17159fb7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 285 thebetweenlands:shockwave_block net.minecraftforge.fml.common.registry.EntityEntry@63d82e4a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 286 thebetweenlands:gas_cloud net.minecraftforge.fml.common.registry.EntityEntry@7954d635 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 287 thebetweenlands:volatile_soul net.minecraftforge.fml.common.registry.EntityEntry@41f74946 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 288 thebetweenlands:tar_beast net.minecraftforge.fml.common.registry.EntityEntry@5984be8e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 289 thebetweenlands:silt_crab net.minecraftforge.fml.common.registry.EntityEntry@1bc1deb2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 290 thebetweenlands:pyrad net.minecraftforge.fml.common.registry.EntityEntry@82a16d3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 291 thebetweenlands:pyrad_flame net.minecraftforge.fml.common.registry.EntityEntry@747cf540 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 292 thebetweenlands:peat_mummy net.minecraftforge.fml.common.registry.EntityEntry@7b5eea70 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 293 thebetweenlands:tarminion net.minecraftforge.fml.common.registry.EntityEntry@a75c01d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 294 thebetweenlands:thrown_tarminion net.minecraftforge.fml.common.registry.EntityEntry@9ddbbf2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 295 thebetweenlands:rope_node net.minecraftforge.fml.common.registry.EntityEntry@4d69cf04 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 296 thebetweenlands:grapping_hook_node net.minecraftforge.fml.common.registry.EntityEntry@1ddfdcd0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 297 thebetweenlands:volarkite net.minecraftforge.fml.common.registry.EntityEntry@19bd3d7f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 298 thebetweenlands:mummy_arm net.minecraftforge.fml.common.registry.EntityEntry@3cc519cc +[16:58:30] [Server thread/TRACE] [FML]: Registry: 299 thebetweenlands:angry_pebble net.minecraftforge.fml.common.registry.EntityEntry@86edb1b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 300 thebetweenlands:fortress_boss net.minecraftforge.fml.common.registry.EntityEntry@3de2232e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 301 thebetweenlands:fortress_boss_spawner net.minecraftforge.fml.common.registry.EntityEntry@2ae5f28a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 302 thebetweenlands:fortress_boss_blockade net.minecraftforge.fml.common.registry.EntityEntry@4854bff1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 303 thebetweenlands:fortress_boss_projectile net.minecraftforge.fml.common.registry.EntityEntry@10c6462f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 304 thebetweenlands:fortress_boss_turret net.minecraftforge.fml.common.registry.EntityEntry@379913b0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 305 thebetweenlands:fortress_boss_teleporter net.minecraftforge.fml.common.registry.EntityEntry@6289ac3e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 306 thebetweenlands:weedwood_rowboat net.minecraftforge.fml.common.registry.EntityEntry@34f66c86 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 307 thebetweenlands:bl_elexir net.minecraftforge.fml.common.registry.EntityEntry@6a901016 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 308 thebetweenlands:dreadful_mummy net.minecraftforge.fml.common.registry.EntityEntry@54533884 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 309 thebetweenlands:sludge_ball net.minecraftforge.fml.common.registry.EntityEntry@792fa061 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 310 thebetweenlands:spore_jet net.minecraftforge.fml.common.registry.EntityEntry@e62a63a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 311 thebetweenlands:smoll_sludge net.minecraftforge.fml.common.registry.EntityEntry@3e217d94 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 312 thebetweenlands:greebling net.minecraftforge.fml.common.registry.EntityEntry@18900a9a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 313 thebetweenlands:boulder_sprite net.minecraftforge.fml.common.registry.EntityEntry@2a1b876e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 314 thebetweenlands:spirit_tree_face_small net.minecraftforge.fml.common.registry.EntityEntry@4db9a642 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 315 thebetweenlands:spirit_tree_face_large net.minecraftforge.fml.common.registry.EntityEntry@6c769e46 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 316 thebetweenlands:tamed_spirit_tree_face net.minecraftforge.fml.common.registry.EntityEntry@634797c1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 317 thebetweenlands:sap_spit net.minecraftforge.fml.common.registry.EntityEntry@6c3f092f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 318 thebetweenlands:spike_wave net.minecraftforge.fml.common.registry.EntityEntry@7d0914af +[16:58:30] [Server thread/TRACE] [FML]: Registry: 319 thebetweenlands:root_grabber net.minecraftforge.fml.common.registry.EntityEntry@173b6e4c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 320 thebetweenlands:spirit_tree_face_mask net.minecraftforge.fml.common.registry.EntityEntry@b70b378 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 321 thebetweenlands:root_sprite net.minecraftforge.fml.common.registry.EntityEntry@5c4c13ae +[16:58:30] [Server thread/TRACE] [FML]: Registry: 322 thebetweenlands:predator_arrow_guide net.minecraftforge.fml.common.registry.EntityEntry@4323dbf8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 323 thebetweenlands:small_sludge_worm net.minecraftforge.fml.common.registry.EntityEntry@762be267 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 324 thebetweenlands:tiny_sludge_worm net.minecraftforge.fml.common.registry.EntityEntry@1d8d8c05 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 325 thebetweenlands:large_sludge_worm net.minecraftforge.fml.common.registry.EntityEntry@7ad4743f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 326 thebetweenlands:tiny_worm_egg_sac net.minecraftforge.fml.common.registry.EntityEntry@777f3637 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 327 thebetweenlands:tiny_sludge_worm_helper net.minecraftforge.fml.common.registry.EntityEntry@5cd228e3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 328 thebetweenlands:lurker_skin_raft net.minecraftforge.fml.common.registry.EntityEntry@5c4f3b14 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 329 thebetweenlands:shambler net.minecraftforge.fml.common.registry.EntityEntry@4e6960bc +[16:58:30] [Server thread/TRACE] [FML]: Registry: 330 thebetweenlands:wall_lamprey net.minecraftforge.fml.common.registry.EntityEntry@767acf14 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 331 thebetweenlands:moving_spawner_hole net.minecraftforge.fml.common.registry.EntityEntry@24800666 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 332 thebetweenlands:wall_living_root net.minecraftforge.fml.common.registry.EntityEntry@4595ba8a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 333 thebetweenlands:crypt_crawler net.minecraftforge.fml.common.registry.EntityEntry@55c4e2cc +[16:58:30] [Server thread/TRACE] [FML]: Registry: 334 thebetweenlands:barrishee net.minecraftforge.fml.common.registry.EntityEntry@72f70327 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 335 thebetweenlands:ash_sprite net.minecraftforge.fml.common.registry.EntityEntry@446b2613 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 336 thebetweenlands:decay_pit_target net.minecraftforge.fml.common.registry.EntityEntry@160a337 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 337 thebetweenlands:sludge_jet net.minecraftforge.fml.common.registry.EntityEntry@7a7febb5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 338 thebetweenlands:triggered_falling_block net.minecraftforge.fml.common.registry.EntityEntry@7d81bc40 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 339 thebetweenlands:triggered_sludge_wall_jet net.minecraftforge.fml.common.registry.EntityEntry@5339911d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 340 thebetweenlands:sludge_wall_jet net.minecraftforge.fml.common.registry.EntityEntry@7c95493b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 341 thebetweenlands:splodeshroom net.minecraftforge.fml.common.registry.EntityEntry@fa48e61 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 342 thebetweenlands:cc_ground_spawner net.minecraftforge.fml.common.registry.EntityEntry@31daaf1b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 343 thebetweenlands:emberling_shaman net.minecraftforge.fml.common.registry.EntityEntry@3750b8c1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 344 thebetweenlands:flame_jet net.minecraftforge.fml.common.registry.EntityEntry@2ee7947b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 345 thebetweenlands:moving_wall net.minecraftforge.fml.common.registry.EntityEntry@64d26c9d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 346 thebetweenlands:emberling net.minecraftforge.fml.common.registry.EntityEntry@5af43159 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 347 thebetweenlands:wild_emberling net.minecraftforge.fml.common.registry.EntityEntry@46876881 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 348 thebetweenlands:gallery_frame net.minecraftforge.fml.common.registry.EntityEntry@60a5aac0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 349 thebetweenlands:sludge_menace net.minecraftforge.fml.common.registry.EntityEntry@2c3043b8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 350 thebetweenlands:sludge_menace_multipart_dummy net.minecraftforge.fml.common.registry.EntityEntry@543fff80 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 351 thebetweenlands:multipart_dummy net.minecraftforge.fml.common.registry.EntityEntry@733bb485 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 352 realdrops:item_loot net.minecraftforge.fml.common.registry.EntityEntry@1a7be2e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 353 sev_tweaks_npc:glen net.minecraftforge.fml.common.registry.EntityEntry@302813b7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 354 sev_tweaks_npc:puke net.minecraftforge.fml.common.registry.EntityEntry@70fe2b65 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 355 stevescarts:cart.0 net.minecraftforge.fml.common.registry.EntityEntry@44092066 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 356 stevescarts:egg net.minecraftforge.fml.common.registry.EntityEntry@1ad083f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 357 stevescarts:cake net.minecraftforge.fml.common.registry.EntityEntry@1bcafa77 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 358 beneath:shadow net.minecraftforge.fml.common.registry.EntityEntry@46dd6d7b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 359 beneath:hand net.minecraftforge.fml.common.registry.EntityEntry@224fb03c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 360 vc:entity_thrown_airship net.minecraftforge.fml.common.registry.EntityEntry@9f22894 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 361 vc:entity_airship net.minecraftforge.fml.common.registry.EntityEntry@5d91d7ea +[16:58:30] [Server thread/TRACE] [FML]: Registry: 362 vc:entity_bomb_small net.minecraftforge.fml.common.registry.EntityEntry@660fd955 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 363 vc:entity_bomb_big net.minecraftforge.fml.common.registry.EntityEntry@71dcbdd8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 364 vc:entity_bomb_scatter net.minecraftforge.fml.common.registry.EntityEntry@2f0922ed +[16:58:30] [Server thread/TRACE] [FML]: Registry: 365 yoyos:yoyo net.minecraftforge.fml.common.registry.EntityEntry@3e3dd26 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 366 yoyos:yoyo_sticky net.minecraftforge.fml.common.registry.EntityEntry@9a1c25b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 367 yoyos:yoyo_chaser net.minecraftforge.fml.common.registry.EntityEntry@31c3acad +[16:58:30] [Server thread/TRACE] [FML]: Registry: 368 twilightforest:wild_boar net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@6242072e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 369 twilightforest:bighorn_sheep net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@239c473d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 370 twilightforest:deer net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@679354e0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 371 twilightforest:redcap net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@7b2483c5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 372 twilightforest:swarm_spider net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@602e5e8c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 373 twilightforest:naga net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@716091e5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 374 twilightforest:skeleton_druid net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@2fbdd86c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 375 twilightforest:hostile_wolf net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@3d7dc490 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 376 twilightforest:wraith net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@3075c2a4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 377 twilightforest:hedge_spider net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@4ec0b7ad +[16:58:30] [Server thread/TRACE] [FML]: Registry: 378 twilightforest:hydra net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@61d86823 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 379 twilightforest:lich net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@48117230 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 380 twilightforest:penguin net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@682b2543 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 381 twilightforest:lich_minion net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@1f1efd9e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 382 twilightforest:loyal_zombie net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@f4bcf24 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 383 twilightforest:tiny_bird net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@3381e7c7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 384 twilightforest:squirrel net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@64e4dbe2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 385 twilightforest:bunny net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@5ba7a2d5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 386 twilightforest:raven net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@704b3ed6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 387 twilightforest:quest_ram net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@18ae2525 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 388 twilightforest:kobold net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@2351c3a3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 389 twilightforest:mosquito_swarm net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@5cae3689 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 390 twilightforest:death_tome net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@1edc0db5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 391 twilightforest:minotaur net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@65df2e1f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 392 twilightforest:minoshroom net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@53a13107 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 393 twilightforest:fire_beetle net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@63133777 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 394 twilightforest:slime_beetle net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@68c17b66 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 395 twilightforest:pinch_beetle net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@34587eda +[16:58:30] [Server thread/TRACE] [FML]: Registry: 396 twilightforest:maze_slime net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@74728e43 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 397 twilightforest:redcap_sapper net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@485c52cd +[16:58:30] [Server thread/TRACE] [FML]: Registry: 398 twilightforest:mist_wolf net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@74105a86 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 399 twilightforest:king_spider net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@1e80f64d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 400 twilightforest:firefly net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@7d0f1453 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 401 twilightforest:mini_ghast net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@631dda2c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 402 twilightforest:tower_ghast net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@720d0220 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 403 twilightforest:tower_golem net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@37e2d8ca +[16:58:30] [Server thread/TRACE] [FML]: Registry: 404 twilightforest:tower_termite net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@76f7f107 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 405 twilightforest:tower_broodling net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@1bf86316 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 406 twilightforest:ur_ghast net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@6126556d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 407 twilightforest:blockchain_goblin net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@60a710a6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 408 twilightforest:goblin_knight_upper net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@75aa4ec +[16:58:30] [Server thread/TRACE] [FML]: Registry: 409 twilightforest:goblin_knight_lower net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@ec1bc0b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 410 twilightforest:helmet_crab net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@732e3015 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 411 twilightforest:knight_phantom net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@3d9087a8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 412 twilightforest:yeti net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@1c47e108 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 413 twilightforest:yeti_alpha net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@68eb77c1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 414 twilightforest:winter_wolf net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@180eea18 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 415 twilightforest:snow_guardian net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@164d652a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 416 twilightforest:stable_ice_core net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@1991163c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 417 twilightforest:unstable_ice_core net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@60e1d219 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 418 twilightforest:snow_queen net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@7b114cab +[16:58:30] [Server thread/TRACE] [FML]: Registry: 419 twilightforest:troll net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@25964e30 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 420 twilightforest:giant_miner net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@38fa35c4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 421 twilightforest:armored_giant net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@2f80a0d3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 422 twilightforest:ice_crystal net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@7e1d9a4a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 423 twilightforest:harbinger_cube net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@5be8f6d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 424 twilightforest:adherent net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@6aad59ec +[16:58:30] [Server thread/TRACE] [FML]: Registry: 425 twilightforest:roving_cube net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@6cb14b91 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 426 twilightforest:castle_guardian net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@56b9fb6f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 427 twilightforest:hydra_head net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@177e5ef1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 428 twilightforest:nature_bolt net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@3328a821 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 429 twilightforest:lich_bolt net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@4b774f1f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 430 twilightforest:wand_bolt net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@12e7e590 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 431 twilightforest:tome_bolt net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@29693216 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 432 twilightforest:hydra_mortar net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@718e5b03 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 433 twilightforest:lich_bomb net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@1bd7255d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 434 twilightforest:moonworm_shot net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@5ce5e5f0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 435 twilightforest:slime_blob net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@25e69ea7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 436 twilightforest:charm_effect net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@515f09f7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 437 twilightforest:thrown_wep net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@6916b153 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 438 twilightforest:falling_ice net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@1160b108 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 439 twilightforest:thrown_ice net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@27cf40dc +[16:58:30] [Server thread/TRACE] [FML]: Registry: 440 twilightforest:seeker_arrow net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@72d1614 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 441 twilightforest:ice_arrow net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@1b3b705 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 442 twilightforest:ice_snowball net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@5b5149c9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 443 twilightforest:chain_block net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@55ef288e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 444 twilightforest:cube_of_annihilation net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@668c98b4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 445 twilightforest:slider net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@4a013dc8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 446 twilightforest:boggard net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@62d54d0e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 447 tconstruct:blueslime net.minecraftforge.fml.common.registry.EntityEntry@c57c270 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 448 tconstruct:indestructible net.minecraftforge.fml.common.registry.EntityEntry@41089324 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 449 tconstruct:arrow net.minecraftforge.fml.common.registry.EntityEntry@39724eb +[16:58:30] [Server thread/TRACE] [FML]: Registry: 450 tconstruct:bolt net.minecraftforge.fml.common.registry.EntityEntry@45968a38 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 451 tconstruct:shuriken net.minecraftforge.fml.common.registry.EntityEntry@4cf4a6c7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 452 tconstruct:fancy_frame net.minecraftforge.fml.common.registry.EntityEntry@2b531d36 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 453 tconstruct:throwball net.minecraftforge.fml.common.registry.EntityEntry@17691dc3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 454 cyclicmagic:goldminecart net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@340814bd +[16:58:30] [Server thread/TRACE] [FML]: Registry: 455 cyclicmagic:goldfurnaceminecart net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@40ecbc0f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 456 cyclicmagic:stoneminecart net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@45d08b7b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 457 cyclicmagic:golddropperminecart net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@18ce4e07 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 458 cyclicmagic:turretminecart net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@654d1320 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 459 cyclicmagic:blazebolt net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@786c73ca +[16:58:30] [Server thread/TRACE] [FML]: Registry: 460 cyclicmagic:ender_eye_orb net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@857b531 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 461 cyclicmagic:torchbolt net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@6fdf14ea +[16:58:30] [Server thread/TRACE] [FML]: Registry: 462 cyclicmagic:dungeonbolt net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@15754ba8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 463 cyclicmagic:lightningbolt net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@65fe3f1c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 464 cyclicmagic:woolbolt net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@65dd97d6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 465 cyclicmagic:magicnetfull net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@14027138 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 466 cyclicmagic:magicnetempty net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@54635bb5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 467 cyclicmagic:frostbolt net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@53e70b73 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 468 cyclicmagic:magic_missile net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@348a92fe +[16:58:30] [Server thread/TRACE] [FML]: Registry: 469 mekanism:obsidiantnt net.minecraftforge.fml.common.registry.EntityEntry@7320d151 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 470 mekanism:robit net.minecraftforge.fml.common.registry.EntityEntry@287faabe +[16:58:30] [Server thread/TRACE] [FML]: Registry: 471 mekanism:balloon net.minecraftforge.fml.common.registry.EntityEntry@1974fa3b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 472 mekanism:babyskeleton net.minecraftforge.fml.common.registry.EntityEntry@486e863d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 473 mekanism:flame net.minecraftforge.fml.common.registry.EntityEntry@2e6323cd +[16:58:30] [Server thread/TRACE] [FML]: Registry: 474 natura:imp net.minecraftforge.fml.common.registry.EntityEntry@2bf91463 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 475 natura:heatscarspider net.minecraftforge.fml.common.registry.EntityEntry@5d796144 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 476 natura:babyheatscarspider net.minecraftforge.fml.common.registry.EntityEntry@ec27236 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 477 natura:nitrocreeper net.minecraftforge.fml.common.registry.EntityEntry@73974d2d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 478 appliedenergistics2:appeng.entity.entitytinytntprimed net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@4ae6558c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 479 appliedenergistics2:appeng.entity.entitygrowingcrystal net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@58740e01 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 480 appliedenergistics2:appeng.entity.entitysingularity net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@47b40e45 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 481 appliedenergistics2:appeng.entity.entitychargedquartz net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@6380406f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 482 astikorcarts:cargocart net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@1544b1fd +[16:58:30] [Server thread/TRACE] [FML]: Registry: 483 astikorcarts:plowcart net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@1d913e46 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 484 astikorcarts:mobcart net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@7c75c940 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 485 bloodmagic:blood_light net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@6dbd709b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 486 bloodmagic:soul_snare net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@7cd00427 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 487 bloodmagic:soul_arrow net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@65e90567 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 488 bloodmagic:meteor net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@559d0d8c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 489 bloodmagic:sentient_specter net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@10b5c2d0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 490 bloodmagic:mimic net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@7e5f2d46 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 491 bloodmagic:corrupted_zombie net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@5824955e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 492 bloodmagic:corrupted_sheep net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@47d3dd37 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 493 bloodmagic:corrupted_chicken net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@a4aa333 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 494 bloodmagic:corrupted_spider net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@5d159ef8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 495 farmingforblockheads:merchant net.minecraftforge.fml.common.registry.EntityEntry@59d6a0fd +[16:58:30] [Server thread/TRACE] [FML]: Registry: 496 pneumaticcraft:vortex net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@28894c0f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 497 pneumaticcraft:drone net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@ea52fc0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 498 pneumaticcraft:logistic_drone net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@70309917 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 499 pneumaticcraft:harvesting_drone net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@4c6055a3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 500 pneumaticcraft:micromissile net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@1d9110aa +[16:58:30] [Server thread/TRACE] [FML]: Registry: 501 pneumaticcraft:tumbling_block net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@185cfbf0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 502 pneumaticcraft:ring net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@636d7a63 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 503 waddles:adelie_penguin net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@774a2832 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 504 totemic:buffalo net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@3e92e8b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 505 totemic:baykok net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@286caffa +[16:58:30] [Server thread/TRACE] [FML]: Registry: 506 totemic:invis_arrow net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@5fcbc4f1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 507 totemic:bald_eagle net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@68ad17eb +[16:58:30] [Server thread/TRACE] [FML]: Registry: 508 trumpetskeleton:trumpet_skeleton net.minecraftforge.fml.common.registry.EntityEntry@128059af +[16:58:30] [Server thread/TRACE] [FML]: Registry: 509 primal:ovis_atre net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@18425389 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 510 primal:canis_campestris net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@54467277 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 511 primal:bear_brown net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@7d265e2f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 512 primal:bear_black net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@77468dad +[16:58:30] [Server thread/TRACE] [FML]: Registry: 513 primal:creeper_nether net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@6d460a26 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 514 primal:gator net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@5ef4f55a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 515 primal:shark_hammerhead net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@6b983ff1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 516 primal:hook net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@31133996 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 517 primal:rock net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@367abac3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 518 primal:mud net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@50fe4a73 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 519 primal:arrow net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@35904a49 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 520 primal:bottle net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@76bd1f3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 521 primal:boat_corypha net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@4a326fe5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 522 primal:boat_wood net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@26d40d09 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 523 primal:fire_proof net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@1e09e18c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 524 actuallyadditions:worm net.minecraftforge.fml.common.registry.EntityEntry@d35c0af +[16:58:30] [Server thread/TRACE] [FML]: Registry: 525 immersiveengineering:revolvershot net.minecraftforge.fml.common.registry.EntityEntry@6ba77ee1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 526 immersiveengineering:skylinehook net.minecraftforge.fml.common.registry.EntityEntry@56edfc +[16:58:30] [Server thread/TRACE] [FML]: Registry: 527 immersiveengineering:revolvershothoming net.minecraftforge.fml.common.registry.EntityEntry@d8e3911 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 528 immersiveengineering:revolvershotwolfpack net.minecraftforge.fml.common.registry.EntityEntry@24fc2c3a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 529 immersiveengineering:chemthrowershot net.minecraftforge.fml.common.registry.EntityEntry@164ccd1a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 530 immersiveengineering:railgunshot net.minecraftforge.fml.common.registry.EntityEntry@69adf8a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 531 immersiveengineering:revolvershotflare net.minecraftforge.fml.common.registry.EntityEntry@2aa884e2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 532 immersiveengineering:explosive net.minecraftforge.fml.common.registry.EntityEntry@705109ec +[16:58:30] [Server thread/TRACE] [FML]: Registry: 533 immersiveengineering:fluorescenttube net.minecraftforge.fml.common.registry.EntityEntry@2a9b06e0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 534 car:car_wood net.minecraftforge.fml.common.registry.EntityEntry@4612b4c1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 535 car:car_big_wood net.minecraftforge.fml.common.registry.EntityEntry@27c07c71 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 536 car:car_transporter net.minecraftforge.fml.common.registry.EntityEntry@1ce54ccc +[16:58:30] [Server thread/TRACE] [FML]: Registry: 537 car:car_sport net.minecraftforge.fml.common.registry.EntityEntry@2af88037 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 538 galacticraftcore:evolved_spider net.minecraftforge.fml.common.registry.EntityEntry@39132bb6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 539 galacticraftcore:evolved_zombie net.minecraftforge.fml.common.registry.EntityEntry@75c331f1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 540 galacticraftcore:evolved_creeper net.minecraftforge.fml.common.registry.EntityEntry@119419d0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 541 galacticraftcore:evolved_skeleton net.minecraftforge.fml.common.registry.EntityEntry@6c37f736 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 542 galacticraftcore:evolved_skeleton_boss net.minecraftforge.fml.common.registry.EntityEntry@72ebe573 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 543 galacticraftcore:alien_villager net.minecraftforge.fml.common.registry.EntityEntry@59d9bd9f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 544 galacticraftcore:evolved_enderman net.minecraftforge.fml.common.registry.EntityEntry@6fe7431d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 545 galacticraftcore:evolved_witch net.minecraftforge.fml.common.registry.EntityEntry@1eadef11 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 546 galacticraftcore:rocket_t1 net.minecraftforge.fml.common.registry.EntityEntry@3db88ef9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 547 galacticraftcore:meteor net.minecraftforge.fml.common.registry.EntityEntry@6c84adf3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 548 galacticraftcore:buggy net.minecraftforge.fml.common.registry.EntityEntry@74cf8d85 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 549 galacticraftcore:gcflag net.minecraftforge.fml.common.registry.EntityEntry@550ec224 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 550 galacticraftcore:para_chest net.minecraftforge.fml.common.registry.EntityEntry@1c894b85 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 551 galacticraftcore:lander net.minecraftforge.fml.common.registry.EntityEntry@52cfa78c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 552 galacticraftcore:meteor_chunk net.minecraftforge.fml.common.registry.EntityEntry@7161cb58 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 553 galacticraftcore:celestial_screen net.minecraftforge.fml.common.registry.EntityEntry@58a79092 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 554 galacticraftcore:hanging_schematic net.minecraftforge.fml.common.registry.EntityEntry@61dc46fa +[16:58:30] [Server thread/TRACE] [FML]: Registry: 555 galacticraftplanets:sludgeling net.minecraftforge.fml.common.registry.EntityEntry@d85782d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 556 galacticraftplanets:slimeling net.minecraftforge.fml.common.registry.EntityEntry@3cb5c01 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 557 galacticraftplanets:creeper_boss net.minecraftforge.fml.common.registry.EntityEntry@40939260 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 558 galacticraftplanets:rocket_t2 net.minecraftforge.fml.common.registry.EntityEntry@39a13631 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 559 galacticraftplanets:projectile_tnt net.minecraftforge.fml.common.registry.EntityEntry@2e15b123 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 560 galacticraftplanets:landing_balloons net.minecraftforge.fml.common.registry.EntityEntry@431eca94 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 561 galacticraftplanets:rocket_cargo net.minecraftforge.fml.common.registry.EntityEntry@54ce8abd +[16:58:30] [Server thread/TRACE] [FML]: Registry: 562 galacticraftplanets:small_asteroid net.minecraftforge.fml.common.registry.EntityEntry@4b96d281 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 563 galacticraftplanets:grapple_hook net.minecraftforge.fml.common.registry.EntityEntry@652affe8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 564 galacticraftplanets:rocket_t3 net.minecraftforge.fml.common.registry.EntityEntry@509d504a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 565 galacticraftplanets:entry_pod net.minecraftforge.fml.common.registry.EntityEntry@71c841a2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 566 galacticraftplanets:astro_miner net.minecraftforge.fml.common.registry.EntityEntry@5d39d9ca +[16:58:30] [Server thread/TRACE] [FML]: Registry: 567 galacticraftplanets:juicer net.minecraftforge.fml.common.registry.EntityEntry@6576869e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 568 galacticraftplanets:spider_queen net.minecraftforge.fml.common.registry.EntityEntry@535f39c1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 569 galacticraftplanets:entry_pod_venus net.minecraftforge.fml.common.registry.EntityEntry@230316d1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 570 galacticraftplanets:web_shot net.minecraftforge.fml.common.registry.EntityEntry@5a29fd08 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 571 extraplanets:extraplanets.nuclearbombprimed net.minecraftforge.fml.common.registry.EntityEntry@5241d540 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 572 extraplanets:extraplanets.firebombprimed net.minecraftforge.fml.common.registry.EntityEntry@14129860 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 573 extraplanets:extraplanets.entitytier4rocket net.minecraftforge.fml.common.registry.EntityEntry@4a58af2b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 574 extraplanets:extraplanets.entitymercurylander net.minecraftforge.fml.common.registry.EntityEntry@41e89699 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 575 extraplanets:extraplanets.entitytier5rocket net.minecraftforge.fml.common.registry.EntityEntry@334161af +[16:58:30] [Server thread/TRACE] [FML]: Registry: 576 extraplanets:extraplanets.entityjupiterlander net.minecraftforge.fml.common.registry.EntityEntry@35703acb +[16:58:30] [Server thread/TRACE] [FML]: Registry: 577 extraplanets:extraplanets.entitytier6rocket net.minecraftforge.fml.common.registry.EntityEntry@3d94d44b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 578 extraplanets:extraplanets.entitsaturnlander net.minecraftforge.fml.common.registry.EntityEntry@52be8da5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 579 extraplanets:extraplanets.entitytier7rocket net.minecraftforge.fml.common.registry.EntityEntry@422c342d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 580 extraplanets:extraplanets.entityuranuslander net.minecraftforge.fml.common.registry.EntityEntry@70df4812 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 581 extraplanets:extraplanets.entitytier8rocket net.minecraftforge.fml.common.registry.EntityEntry@54c50a3c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 582 extraplanets:extraplanets.entityneptunelander net.minecraftforge.fml.common.registry.EntityEntry@542e427a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 583 extraplanets:extraplanets.entitytier9rocket net.minecraftforge.fml.common.registry.EntityEntry@5f13b1e4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 584 extraplanets:extraplanets.entitytier10rocket net.minecraftforge.fml.common.registry.EntityEntry@1f13bac3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 585 extraplanets:extraplanets.entitytier10electricrocket net.minecraftforge.fml.common.registry.EntityEntry@24df573d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 586 extraplanets:extraplanets.entitymarsrover net.minecraftforge.fml.common.registry.EntityEntry@53cee7b3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 587 extraplanets:extraplanets.entityvenusrover net.minecraftforge.fml.common.registry.EntityEntry@747e64f7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 588 extraplanets:entitygenerallander net.minecraftforge.fml.common.registry.EntityEntry@6be5db47 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 589 extraplanets:extraplanets.evolvedmagmacubeboss net.minecraftforge.fml.common.registry.EntityEntry@25bc569e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 590 extraplanets:extraplanets.evolvedfirebatboss net.minecraftforge.fml.common.registry.EntityEntry@5ce034fd +[16:58:30] [Server thread/TRACE] [FML]: Registry: 591 extraplanets:extraplanets.evolvedghastboss net.minecraftforge.fml.common.registry.EntityEntry@5ffd382a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 592 extraplanets:extraplanets.evolvediceslimeboss net.minecraftforge.fml.common.registry.EntityEntry@6399657d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 593 extraplanets:extraplanets.evolvedsnowmanboss net.minecraftforge.fml.common.registry.EntityEntry@1f59ba4a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 594 extraplanets:extraplanets.evolvedspacemanboss net.minecraftforge.fml.common.registry.EntityEntry@3ba33d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 595 extraplanets:extraplanets.evolvedgiantzombieboss net.minecraftforge.fml.common.registry.EntityEntry@7d950ae8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 596 tothebatpoles:holder net.minecraftforge.fml.common.registry.EntityEntry@2efa32ec +[16:58:30] [Server thread/TRACE] [FML]: Registry: 597 tumbleweed:tumbleweed net.minecraftforge.fml.common.registry.EntityEntry@7954930d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 598 simpleplanes:mega_plane net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@3d259399 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 599 davincisvessels:seat net.minecraftforge.fml.common.registry.EntityEntry@4c45ab3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 600 davincisvessels:parachute net.minecraftforge.fml.common.registry.EntityEntry@58dff4e3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 601 simpleplanes:helicopter net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@7af04b92 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 602 davincisvessels:ship net.minecraftforge.fml.common.registry.EntityEntry@1d9d5647 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 603 simpleplanes:plane net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@4abb833f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 604 simpleplanes:large_plane net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@52a255fe +[16:58:30] [Server thread/TRACE] [FML]: Registry Name : bloodmagic:blood_orb +[16:58:30] [Server thread/TRACE] [FML]: Registry: 0 bloodmagic:weak BloodOrb{name='weak', tier=1, capacity=5000, owner=bloodmagic:weak} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1 bloodmagic:apprentice BloodOrb{name='apprentice', tier=2, capacity=25000, owner=bloodmagic:apprentice} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2 bloodmagic:magician BloodOrb{name='magician', tier=3, capacity=150000, owner=bloodmagic:magician} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3 bloodmagic:master BloodOrb{name='master', tier=4, capacity=1000000, owner=bloodmagic:master} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4 bloodmagic:archmage BloodOrb{name='archmage', tier=5, capacity=10000000, owner=bloodmagic:archmage} +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5 bloodmagic:transcendent BloodOrb{name='transcendent', tier=6, capacity=30000000, owner=bloodmagic:transcendent} +[16:58:30] [Server thread/TRACE] [FML]: Registry Name : commoncapabilities:registry:ingredientcomponents +[16:58:30] [Server thread/TRACE] [FML]: Registry: 0 minecraft:itemstack [Recipe Component minecraft:itemstack 1796287055] +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1 minecraft:fluidstack [Recipe Component minecraft:fluidstack 880851297] +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2 minecraft:energy [Recipe Component minecraft:energy 1069745824] +[16:58:30] [Server thread/TRACE] [FML]: Registry Name : ironbackpacks:types +[16:58:30] [Server thread/TRACE] [FML]: Registry: 0 ironbackpacks:null gr8pefish.ironbackpacks.api.backpack.variant.BackpackType@3b15b94d[identifier=ironbackpacks:null] +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1 ironbackpacks:basic gr8pefish.ironbackpacks.api.backpack.variant.BackpackType@f46784d[identifier=ironbackpacks:basic] +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2 ironbackpacks:iron gr8pefish.ironbackpacks.api.backpack.variant.BackpackType@29f7198[identifier=ironbackpacks:iron] +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3 ironbackpacks:gold gr8pefish.ironbackpacks.api.backpack.variant.BackpackType@67c7f121[identifier=ironbackpacks:gold] +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4 ironbackpacks:diamond gr8pefish.ironbackpacks.api.backpack.variant.BackpackType@710ef345[identifier=ironbackpacks:diamond] +[16:58:30] [Server thread/TRACE] [FML]: Registry Name : ironbackpacks:upgrade +[16:58:30] [Server thread/TRACE] [FML]: Registry: 0 ironbackpacks:null gr8pefish.ironbackpacks.api.upgrade.BackpackUpgrade@4db66939[identifier=ironbackpacks:null] +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1 ironbackpacks:damage_bar gr8pefish.ironbackpacks.api.upgrade.BackpackUpgrade@34dcc2a6[identifier=ironbackpacks:damage_bar] +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2 ironbackpacks:lock gr8pefish.ironbackpacks.api.upgrade.BackpackUpgrade@6cca73e5[identifier=ironbackpacks:lock] +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3 ironbackpacks:extra_upgrade gr8pefish.ironbackpacks.api.upgrade.BackpackUpgrade@6a5831e2[identifier=ironbackpacks:extra_upgrade] +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4 ironbackpacks:everlasting gr8pefish.ironbackpacks.api.upgrade.BackpackUpgrade@14596231[identifier=ironbackpacks:everlasting] +[16:58:30] [Server thread/TRACE] [FML]: Registry Name : primal:recipes_gallagher +[16:58:30] [Server thread/TRACE] [FML]: Registry: 0 primal:magma nmd.primal.core.common.recipes.inworld.GallagherRecipe@e03be6b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1 primal:obsidian nmd.primal.core.common.recipes.inworld.GallagherRecipe@4ba82d5b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2 primal:ancient_ice nmd.primal.core.common.recipes.inworld.GallagherRecipe@2bcaeed8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3 primal:stonebrick_cracked nmd.primal.core.common.recipes.inworld.GallagherRecipe@71facdae +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4 primal:pumpkin_pieces_south nmd.primal.core.common.recipes.inworld.GallagherRecipe@6299c51c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5 primal:pumpkin_lit_pieces_south nmd.primal.core.common.recipes.inworld.GallagherRecipe@68d1fee1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6 primal:pumpkin_pieces_west nmd.primal.core.common.recipes.inworld.GallagherRecipe@1411710d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7 primal:pumpkin_lit_pieces_west nmd.primal.core.common.recipes.inworld.GallagherRecipe@33a1499c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8 primal:pumpkin_pieces_north nmd.primal.core.common.recipes.inworld.GallagherRecipe@1fbccbd1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9 primal:pumpkin_lit_pieces_north nmd.primal.core.common.recipes.inworld.GallagherRecipe@78fd1831 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10 primal:pumpkin_pieces_east nmd.primal.core.common.recipes.inworld.GallagherRecipe@677b973a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11 primal:pumpkin_lit_pieces_east nmd.primal.core.common.recipes.inworld.GallagherRecipe@5e2fdfe0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12 primal:rocks_carbonate nmd.primal.core.common.recipes.inworld.GallagherRecipe@273465b7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13 primal:rocks_ferro nmd.primal.core.common.recipes.inworld.GallagherRecipe@3798cdf0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 14 primal:rocks_netherrack nmd.primal.core.common.recipes.inworld.GallagherRecipe@ce15e7e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 15 primal:rocks_end nmd.primal.core.common.recipes.inworld.GallagherRecipe@2c9150dd +[16:58:30] [Server thread/TRACE] [FML]: Registry: 16 primal:rocks_cobblestone nmd.primal.core.common.recipes.inworld.GallagherRecipe@280c8125 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 17 primal:rocks_stone nmd.primal.core.common.recipes.inworld.GallagherRecipe@598a3e99 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 18 primal:rocks_granite nmd.primal.core.common.recipes.inworld.GallagherRecipe@5f9e8978 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 19 primal:rocks_diorite nmd.primal.core.common.recipes.inworld.GallagherRecipe@79af2dee +[16:58:30] [Server thread/TRACE] [FML]: Registry: 20 primal:rocks_andesite nmd.primal.core.common.recipes.inworld.GallagherRecipe@35e68e57 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 21 primal:quartz_block nmd.primal.core.common.recipes.inworld.GallagherRecipe@3d900084 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 22 primal:quartz_slab nmd.primal.core.common.recipes.inworld.GallagherRecipe@16ee9b07 +[16:58:30] [Server thread/TRACE] [FML]: Registry Name : primal:recipes_blade +[16:58:30] [Server thread/TRACE] [FML]: Registry: 0 primal:ladder_block_stone nmd.primal.core.common.recipes.inworld.BladeRecipe@5cfaad88 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1 primal:ladder_block_andesite nmd.primal.core.common.recipes.inworld.BladeRecipe@18ac164f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2 primal:ladder_block_diorite nmd.primal.core.common.recipes.inworld.BladeRecipe@c1a5899 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3 primal:ladder_block_granite nmd.primal.core.common.recipes.inworld.BladeRecipe@211e33d9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4 primal:ladder_block_andesite_smooth nmd.primal.core.common.recipes.inworld.BladeRecipe@28015c9f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5 primal:ladder_block_diorite_smooth nmd.primal.core.common.recipes.inworld.BladeRecipe@50e729be +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6 primal:ladder_block_granite_smooth nmd.primal.core.common.recipes.inworld.BladeRecipe@ee77dab +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7 primal:ladder_block_stonebrick nmd.primal.core.common.recipes.inworld.BladeRecipe@5e370755 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8 primal:ladder_block_stonebrick_mossy nmd.primal.core.common.recipes.inworld.BladeRecipe@7cf04da8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9 primal:ladder_block_stonebrick_cracked nmd.primal.core.common.recipes.inworld.BladeRecipe@15b33151 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10 primal:ladder_block_cobblestone nmd.primal.core.common.recipes.inworld.BladeRecipe@208c0c69 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11 primal:ladder_block_cobblestone_mossy nmd.primal.core.common.recipes.inworld.BladeRecipe@4667ba82 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12 primal:ladder_block_endstone nmd.primal.core.common.recipes.inworld.BladeRecipe@380422eb +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13 primal:ladder_block_endbrick nmd.primal.core.common.recipes.inworld.BladeRecipe@3431b503 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 14 primal:ladder_block_netherrack nmd.primal.core.common.recipes.inworld.BladeRecipe@741e08a8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 15 primal:ladder_block_netherbrick nmd.primal.core.common.recipes.inworld.BladeRecipe@fd61f03 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 16 primal:ladder_block_netherstone nmd.primal.core.common.recipes.inworld.BladeRecipe@165c7768 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 17 primal:stair_dirt nmd.primal.core.common.recipes.inworld.BladeRecipe@2ffc510d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 18 primal:stair_grass_path nmd.primal.core.common.recipes.inworld.BladeRecipe@2b235712 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 19 primal:stair_nether_earth nmd.primal.core.common.recipes.inworld.BladeRecipe@14b27b72 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 20 primal:stair_nether_path nmd.primal.core.common.recipes.inworld.BladeRecipe@6120b9bb +[16:58:30] [Server thread/TRACE] [FML]: Registry: 21 primal:bark_yew nmd.primal.core.common.recipes.inworld.BladeRecipe@2c19e8ab +[16:58:30] [Server thread/TRACE] [FML]: Registry: 22 primal:bark_ironwood nmd.primal.core.common.recipes.inworld.BladeRecipe@1db3a1fd +[16:58:30] [Server thread/TRACE] [FML]: Registry: 23 primal:bark_corypha nmd.primal.core.common.recipes.inworld.BladeRecipe@1add30d2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 24 primal:bark_acacia nmd.primal.core.common.recipes.inworld.BladeRecipe@7ed4af53 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 25 primal:bark_dark_oak nmd.primal.core.common.recipes.inworld.BladeRecipe@1deb4c92 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 26 primal:bark_oak nmd.primal.core.common.recipes.inworld.BladeRecipe@1d57ba9b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 27 primal:bark_spruce nmd.primal.core.common.recipes.inworld.BladeRecipe@6e7f4243 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 28 primal:bark_birch nmd.primal.core.common.recipes.inworld.BladeRecipe@350ad6e8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 29 primal:bark_jungle nmd.primal.core.common.recipes.inworld.BladeRecipe@72c29307 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 30 primal:cineris_bloom nmd.primal.core.common.recipes.inworld.BladeRecipe@52e16ca6 +[16:58:30] [Server thread/TRACE] [FML]: Registry Name : primal:recipes_axe +[16:58:30] [Server thread/TRACE] [FML]: Registry: 0 primal:split_log_oak nmd.primal.core.common.recipes.inworld.AxeRecipe@4136be3c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1 primal:split_log_spruce nmd.primal.core.common.recipes.inworld.AxeRecipe@417c1be0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2 primal:split_log_birch nmd.primal.core.common.recipes.inworld.AxeRecipe@671b2cbe +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3 primal:split_log_jungle nmd.primal.core.common.recipes.inworld.AxeRecipe@20f071af +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4 primal:split_log_acacia nmd.primal.core.common.recipes.inworld.AxeRecipe@5443ecd3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5 primal:split_log_dark_oak nmd.primal.core.common.recipes.inworld.AxeRecipe@75c15ea0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6 primal:split_log_yew nmd.primal.core.common.recipes.inworld.AxeRecipe@4b01f27a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7 primal:split_log_ironwood nmd.primal.core.common.recipes.inworld.AxeRecipe@68df9fbc +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8 primal:split_log_corypha nmd.primal.core.common.recipes.inworld.AxeRecipe@23b1c300 +[16:58:30] [Server thread/TRACE] [FML]: Registry Name : primal:recipes_shovel +[16:58:30] [Server thread/TRACE] [FML]: Registry: 0 primal:nether_path nmd.primal.core.common.recipes.inworld.ShovelRecipe@7981a70a +[16:58:30] [Server thread/TRACE] [FML]: Registry Name : primal:recipes_hoe +[16:58:30] [Server thread/TRACE] [FML]: Registry: 0 primal:grated_gravel nmd.primal.core.common.recipes.inworld.HoeRecipe@7149c656 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1 primal:nether_farmland nmd.primal.core.common.recipes.inworld.HoeRecipe@2fe9e8db +[16:58:30] [Server thread/TRACE] [FML]: Registry Name : primal:recipes_flake +[16:58:30] [Server thread/TRACE] [FML]: Registry: 0 primal:flint nmd.primal.core.common.recipes.inworld.FlakeRecipe@44564274 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1 primal:flint_flake nmd.primal.core.common.recipes.inworld.FlakeRecipe@72f7c064 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2 primal:quartz nmd.primal.core.common.recipes.inworld.FlakeRecipe@5a00900 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3 primal:quartz_flake nmd.primal.core.common.recipes.inworld.FlakeRecipe@7c1340dd +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4 primal:emerald nmd.primal.core.common.recipes.inworld.FlakeRecipe@aa0f8c9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5 primal:emerald_flake nmd.primal.core.common.recipes.inworld.FlakeRecipe@4618ed19 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6 primal:diamond nmd.primal.core.common.recipes.inworld.FlakeRecipe@437504d3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7 primal:diamond_flake nmd.primal.core.common.recipes.inworld.FlakeRecipe@2506a1c8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8 primal:opal nmd.primal.core.common.recipes.inworld.FlakeRecipe@286d6311 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9 primal:opal_flake nmd.primal.core.common.recipes.inworld.FlakeRecipe@299c2320 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10 primal:obsidian_shard nmd.primal.core.common.recipes.inworld.FlakeRecipe@42a4e95c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11 primal:obsidian_flake nmd.primal.core.common.recipes.inworld.FlakeRecipe@523c0821 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12 primal:bone nmd.primal.core.common.recipes.inworld.FlakeRecipe@118a8c9c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13 primal:bone_sharp nmd.primal.core.common.recipes.inworld.FlakeRecipe@59c728ae +[16:58:30] [Server thread/TRACE] [FML]: Registry: 14 primal:bone_flake nmd.primal.core.common.recipes.inworld.FlakeRecipe@3c4cd4c3 +[16:58:30] [Server thread/TRACE] [FML]: Registry Name : primal:recipes_magma +[16:58:30] [Server thread/TRACE] [FML]: Registry: 0 primal:ovis_atre_milk nmd.primal.core.common.recipes.inworld.MagmaRecipe@9b72059 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1 primal:waste nmd.primal.core.common.recipes.inworld.MagmaRecipe@1a22c06b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2 primal:brine nmd.primal.core.common.recipes.inworld.MagmaRecipe@2566de0f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3 primal:urushi nmd.primal.core.common.recipes.inworld.MagmaRecipe@45295548 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4 primal:tannin nmd.primal.core.common.recipes.inworld.MagmaRecipe@752c005c +[16:58:30] [Server thread/TRACE] [FML]: Registry Name : primal:recipes_ice +[16:58:30] [Server thread/TRACE] [FML]: Registry Name : primal:recipes_brick +[16:58:30] [Server thread/TRACE] [FML]: Registry: 0 primal:mud_clump nmd.primal.core.common.recipes.tile.BrickRecipe@5c70c7c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1 primal:terra_clump nmd.primal.core.common.recipes.tile.BrickRecipe@3f7294f8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2 primal:cinis_clump nmd.primal.core.common.recipes.tile.BrickRecipe@2a8fe227 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3 primal:adobe_clump nmd.primal.core.common.recipes.tile.BrickRecipe@560e96c6 +[16:58:30] [Server thread/TRACE] [FML]: Registry Name : primal:recipes_drying_rack +[16:58:30] [Server thread/TRACE] [FML]: Registry: 0 primal:thatching nmd.primal.core.common.recipes.tile.DryingRecipe@66e1cf87 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1 primal:corn_stalk nmd.primal.core.common.recipes.tile.DryingRecipe@229ce4d5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2 primal:daucus_murn_fronds nmd.primal.core.common.recipes.tile.DryingRecipe@287cf3d4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3 primal:valus_stalk nmd.primal.core.common.recipes.tile.DryingRecipe@4720a088 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4 primal:plant_fiber_pulp nmd.primal.core.common.recipes.tile.DryingRecipe@2fd5d21c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5 primal:nether_fiber_pulp nmd.primal.core.common.recipes.tile.DryingRecipe@6aaa317f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6 primal:potato nmd.primal.core.common.recipes.tile.DryingRecipe@25078dad +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7 primal:hide_salted nmd.primal.core.common.recipes.tile.DryingRecipe@66a526b7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8 primal:hide_tanned nmd.primal.core.common.recipes.tile.DryingRecipe@44cc462a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9 primal:hide_salted_pigman nmd.primal.core.common.recipes.tile.DryingRecipe@29abb1b3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10 primal:hide_tanned_pigman nmd.primal.core.common.recipes.tile.DryingRecipe@66f4baaf +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11 primal:fish_cod_raw nmd.primal.core.common.recipes.tile.DryingRecipe@45fef5de +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12 primal:fish_cod_salted nmd.primal.core.common.recipes.tile.DryingRecipe@63a5065d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13 primal:fish_salmon_raw nmd.primal.core.common.recipes.tile.DryingRecipe@17f705b3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 14 primal:fish_salmon_salted nmd.primal.core.common.recipes.tile.DryingRecipe@5495e420 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 15 primal:fish_clown_raw nmd.primal.core.common.recipes.tile.DryingRecipe@66f7bb69 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 16 primal:fish_clown_salted nmd.primal.core.common.recipes.tile.DryingRecipe@2d2bce04 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 17 primal:fish_puffer_raw nmd.primal.core.common.recipes.tile.DryingRecipe@25e8c8f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 18 primal:fish_puffer_salted nmd.primal.core.common.recipes.tile.DryingRecipe@7911cc00 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 19 primal:fish_lava_worm_raw nmd.primal.core.common.recipes.tile.DryingRecipe@22e61cb8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 20 primal:fish_lava_worm_salted nmd.primal.core.common.recipes.tile.DryingRecipe@51cebd0e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 21 primal:fish_lava_crawdad_raw nmd.primal.core.common.recipes.tile.DryingRecipe@2782694c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 22 primal:fish_lava_crawdad_salted nmd.primal.core.common.recipes.tile.DryingRecipe@5004c070 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 23 primal:meat_horse_raw nmd.primal.core.common.recipes.tile.DryingRecipe@42951514 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 24 primal:meat_steppe_wolf_raw nmd.primal.core.common.recipes.tile.DryingRecipe@6617e685 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 25 primal:meat_ovis_raw nmd.primal.core.common.recipes.tile.DryingRecipe@526b2b02 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 26 primal:meat_bear_raw nmd.primal.core.common.recipes.tile.DryingRecipe@241a767f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 27 primal:meat_bat_raw nmd.primal.core.common.recipes.tile.DryingRecipe@4e4dea5d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 28 primal:meat_llama_salted nmd.primal.core.common.recipes.tile.DryingRecipe@17b71edf +[16:58:30] [Server thread/TRACE] [FML]: Registry: 29 primal:meat_wolf_salted nmd.primal.core.common.recipes.tile.DryingRecipe@1c0f1410 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 30 primal:meat_ovis_salted nmd.primal.core.common.recipes.tile.DryingRecipe@6bd12060 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 31 primal:meat_bat_salted nmd.primal.core.common.recipes.tile.DryingRecipe@4a6f2045 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 32 primal:meat_horse_salted nmd.primal.core.common.recipes.tile.DryingRecipe@65818e31 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 33 primal:meat_shark_raw nmd.primal.core.common.recipes.tile.DryingRecipe@1caa905 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 34 primal:meat_shark_salt nmd.primal.core.common.recipes.tile.DryingRecipe@637a5b7c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 35 primal:meat_gator_raw nmd.primal.core.common.recipes.tile.DryingRecipe@5024325e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 36 primal:meat_gator_salted nmd.primal.core.common.recipes.tile.DryingRecipe@393dce6d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 37 primal:meat_pigman_raw nmd.primal.core.common.recipes.tile.DryingRecipe@6debdace +[16:58:30] [Server thread/TRACE] [FML]: Registry: 38 primal:meat_pigman_salted nmd.primal.core.common.recipes.tile.DryingRecipe@5cfbddb4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 39 primal:mud_brick nmd.primal.core.common.recipes.tile.DryingRecipe@2d3ca2b7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 40 primal:terra_brick nmd.primal.core.common.recipes.tile.DryingRecipe@7a254fdb +[16:58:30] [Server thread/TRACE] [FML]: Registry: 41 primal:cinis_brick nmd.primal.core.common.recipes.tile.DryingRecipe@49abd7fb +[16:58:30] [Server thread/TRACE] [FML]: Registry: 42 primal:adobe_brick nmd.primal.core.common.recipes.tile.DryingRecipe@4b3fa507 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 43 primal:block_clay nmd.primal.core.common.recipes.tile.DryingRecipe@3de9fcd +[16:58:30] [Server thread/TRACE] [FML]: Registry: 44 primal:thebetweenlands_bark nmd.primal.core.common.recipes.tile.DryingRecipe@53d543fa +[16:58:30] [Server thread/TRACE] [FML]: Registry Name : primal:recipes_hibachi +[16:58:30] [Server thread/TRACE] [FML]: Registry: 0 primal:vanilla_brick nmd.primal.core.common.recipes.tile.HibachiRecipe@162e1469 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1 primal:vanilla_clay_block nmd.primal.core.common.recipes.tile.HibachiRecipe@17bba4cd +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2 primal:mud_brick nmd.primal.core.common.recipes.tile.HibachiRecipe@2a92029e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3 primal:terra_brick nmd.primal.core.common.recipes.tile.HibachiRecipe@48469268 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4 primal:cinis_brick nmd.primal.core.common.recipes.tile.HibachiRecipe@2e2d5a55 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5 primal:adobe_brick nmd.primal.core.common.recipes.tile.HibachiRecipe@64fa0e91 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6 primal:vanilla_chorus_fruit nmd.primal.core.common.recipes.tile.HibachiRecipe@5ec67662 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7 primal:nether_earth nmd.primal.core.common.recipes.tile.HibachiRecipe@22ef6a00 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8 primal:soul_sand nmd.primal.core.common.recipes.tile.HibachiRecipe@665463fa +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9 primal:soul_glass nmd.primal.core.common.recipes.tile.HibachiRecipe@526e6727 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10 primal:obsidian_shard nmd.primal.core.common.recipes.tile.HibachiRecipe@3ff66e6e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11 primal:obsidian_plate nmd.primal.core.common.recipes.tile.HibachiRecipe@6610bcfa +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12 primal:obsidian_glass nmd.primal.core.common.recipes.tile.HibachiRecipe@239e4871 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13 primal:thebetweenlands_mud_brick nmd.primal.core.common.recipes.tile.HibachiRecipe@268547a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 14 primal:cookingforblockheads_book_vanilla nmd.primal.core.common.recipes.tile.HibachiRecipe@e61cf47 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 15 primal:cookingforblockheads_book_recipe nmd.primal.core.common.recipes.tile.HibachiRecipe@6d75451d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 16 primal:ceramics_clay_bucket nmd.primal.core.common.recipes.tile.HibachiRecipe@3cf95502 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 17 primal:ceramics_clay_shears nmd.primal.core.common.recipes.tile.HibachiRecipe@7c721d63 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 18 primal:ceramics_porcelain_block nmd.primal.core.common.recipes.tile.HibachiRecipe@7ce9fe5d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 19 primal:ceramics_clay_barrel nmd.primal.core.common.recipes.tile.HibachiRecipe@3b731170 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 20 primal:ceramics_clay_barrel_extension nmd.primal.core.common.recipes.tile.HibachiRecipe@4dd40259 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 21 primal:ceramics_porcelain_barrel nmd.primal.core.common.recipes.tile.HibachiRecipe@21a18785 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 22 primal:ceramics_porcelain_barrel_extension nmd.primal.core.common.recipes.tile.HibachiRecipe@12098efa +[16:58:30] [Server thread/TRACE] [FML]: Registry: 23 primal:ceramics_clay_plate nmd.primal.core.common.recipes.tile.HibachiRecipe@3152f55a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 24 primal:ceramics_porcelain_brick nmd.primal.core.common.recipes.tile.HibachiRecipe@5cf9ffe3 +[16:58:30] [Server thread/TRACE] [FML]: Registry Name : primal:recipes_smelter +[16:58:30] [Server thread/TRACE] [FML]: Registry: 0 primal:bone_ash nmd.primal.core.common.recipes.tile.SmelterRecipe@6a849893 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1 primal:wolf_ash nmd.primal.core.common.recipes.tile.SmelterRecipe@6508139e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2 primal:yew_ash nmd.primal.core.common.recipes.tile.SmelterRecipe@70b3c183 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3 primal:ironwood_ash nmd.primal.core.common.recipes.tile.SmelterRecipe@47e8168 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4 primal:pure_carbon nmd.primal.core.common.recipes.tile.SmelterRecipe@4af0c174 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5 primal:soul_residue nmd.primal.core.common.recipes.tile.SmelterRecipe@6fc1af57 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6 primal:sinuous_spores nmd.primal.core.common.recipes.tile.SmelterRecipe@190c4f5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7 primal:skull nmd.primal.core.common.recipes.tile.SmelterRecipe@7115606e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8 primal:bark nmd.primal.core.common.recipes.tile.SmelterRecipe@3da2f459 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9 primal:charcoal_log nmd.primal.core.common.recipes.tile.SmelterRecipe@5f7b5fad +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10 primal:charcoal_stripped nmd.primal.core.common.recipes.tile.SmelterRecipe@58cb8fdb +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11 primal:soul_sand nmd.primal.core.common.recipes.tile.SmelterRecipe@20782bc +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12 primal:sand nmd.primal.core.common.recipes.tile.SmelterRecipe@282dae99 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13 primal:stone nmd.primal.core.common.recipes.tile.SmelterRecipe@2d2e0a06 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 14 primal:soul_glass_to_glass nmd.primal.core.common.recipes.tile.SmelterRecipe@299fed2f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 15 primal:netherstone_to_brick nmd.primal.core.common.recipes.tile.SmelterRecipe@173398c2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 16 primal:netherrack_to_brick nmd.primal.core.common.recipes.tile.SmelterRecipe@52afb5db +[16:58:30] [Server thread/TRACE] [FML]: Registry: 17 primal:satetsu_poor_glass nmd.primal.core.common.recipes.tile.SmelterRecipe@f8cfbb2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 18 primal:satetsu_fair_glass nmd.primal.core.common.recipes.tile.SmelterRecipe@59ac99f9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 19 primal:satetsu_good_glass nmd.primal.core.common.recipes.tile.SmelterRecipe@5252ff86 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 20 primal:satetsu_high_glass nmd.primal.core.common.recipes.tile.SmelterRecipe@7d7c897a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 21 primal:satetsu_pure_glass nmd.primal.core.common.recipes.tile.SmelterRecipe@1545ac0c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 22 primal:diamond_plate nmd.primal.core.common.recipes.tile.SmelterRecipe@289b8c0c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 23 primal:diamond_from_plate nmd.primal.core.common.recipes.tile.SmelterRecipe@6d70e856 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 24 primal:obsidian_shard nmd.primal.core.common.recipes.tile.SmelterRecipe@745e8bdb +[16:58:30] [Server thread/TRACE] [FML]: Registry: 25 primal:obsidian_plate nmd.primal.core.common.recipes.tile.SmelterRecipe@4cc36c90 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 26 primal:obsidian_block nmd.primal.core.common.recipes.tile.SmelterRecipe@38cc62e8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 27 primal:obsidian_glass nmd.primal.core.common.recipes.tile.SmelterRecipe@52140fff +[16:58:30] [Server thread/TRACE] [FML]: Registry: 28 primal:obsidian_glass_smooth nmd.primal.core.common.recipes.tile.SmelterRecipe@52944635 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 29 primal:nether_growth nmd.primal.core.common.recipes.tile.SmelterRecipe@5e4071b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 30 primal:vitrified_quartz nmd.primal.core.common.recipes.tile.SmelterRecipe@5e64ee6d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 31 primal:eggs nmd.primal.core.common.recipes.tile.SmelterRecipe@2c7d69a9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 32 primal:fermented_jungle nmd.primal.core.common.recipes.tile.SmelterRecipe@5c2837fd +[16:58:30] [Server thread/TRACE] [FML]: Registry: 33 primal:soul_glass_conversion nmd.primal.core.common.recipes.tile.SmelterRecipe@79513fbc +[16:58:30] [Server thread/TRACE] [FML]: Registry: 34 primal:bog_iron_sand_fair nmd.primal.core.common.recipes.tile.SmelterRecipe@bfb17d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 35 primal:bog_iron_sand_good nmd.primal.core.common.recipes.tile.SmelterRecipe@47c8a0e2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 36 primal:bog_iron_sand_high nmd.primal.core.common.recipes.tile.SmelterRecipe@5a42e039 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 37 primal:bog_iron_lime_fair nmd.primal.core.common.recipes.tile.SmelterRecipe@2a9e9812 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 38 primal:bog_iron_lime_good nmd.primal.core.common.recipes.tile.SmelterRecipe@5757f065 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 39 primal:bog_iron_lime_high nmd.primal.core.common.recipes.tile.SmelterRecipe@559a95dd +[16:58:30] [Server thread/TRACE] [FML]: Registry: 40 primal:zinc_lime_good nmd.primal.core.common.recipes.tile.SmelterRecipe@1894e47f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 41 primal:zinc_lime_high nmd.primal.core.common.recipes.tile.SmelterRecipe@4614a177 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 42 primal:magnetite_ore nmd.primal.core.common.recipes.tile.SmelterRecipe@2ea8a508 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 43 primal:iron nmd.primal.core.common.recipes.tile.SmelterRecipe@2f9de97d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 44 primal:ore_good_gold nmd.primal.core.common.recipes.tile.SmelterRecipe@101547ed +[16:58:30] [Server thread/TRACE] [FML]: Registry: 45 primal:ore_fair_gold nmd.primal.core.common.recipes.tile.SmelterRecipe@73e94381 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 46 primal:ore_sand_gold nmd.primal.core.common.recipes.tile.SmelterRecipe@18023811 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 47 primal:dust_gold nmd.primal.core.common.recipes.tile.SmelterRecipe@5814fc6d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 48 primal:plate_gold nmd.primal.core.common.recipes.tile.SmelterRecipe@6284f2ad +[16:58:30] [Server thread/TRACE] [FML]: Registry: 49 primal:ore_good_iron nmd.primal.core.common.recipes.tile.SmelterRecipe@5bc85037 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 50 primal:ore_fair_iron nmd.primal.core.common.recipes.tile.SmelterRecipe@528329ef +[16:58:30] [Server thread/TRACE] [FML]: Registry: 51 primal:ore_sand_iron nmd.primal.core.common.recipes.tile.SmelterRecipe@2d8b5046 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 52 primal:dust_iron nmd.primal.core.common.recipes.tile.SmelterRecipe@685fdec0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 53 primal:plate_iron nmd.primal.core.common.recipes.tile.SmelterRecipe@710f6214 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 54 primal:ore_good_copper nmd.primal.core.common.recipes.tile.SmelterRecipe@3a08e18b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 55 primal:ore_fair_copper nmd.primal.core.common.recipes.tile.SmelterRecipe@4d768fec +[16:58:30] [Server thread/TRACE] [FML]: Registry: 56 primal:ore_sand_copper nmd.primal.core.common.recipes.tile.SmelterRecipe@5bc9f15c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 57 primal:dust_copper nmd.primal.core.common.recipes.tile.SmelterRecipe@515c27f3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 58 primal:plate_copper nmd.primal.core.common.recipes.tile.SmelterRecipe@2c2580ea +[16:58:30] [Server thread/TRACE] [FML]: Registry: 59 primal:ore_good_tin nmd.primal.core.common.recipes.tile.SmelterRecipe@55d5736d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 60 primal:ore_fair_tin nmd.primal.core.common.recipes.tile.SmelterRecipe@41822b9a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 61 primal:ore_sand_tin nmd.primal.core.common.recipes.tile.SmelterRecipe@71d1ffe6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 62 primal:dust_tin nmd.primal.core.common.recipes.tile.SmelterRecipe@717303e6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 63 primal:plate_tin nmd.primal.core.common.recipes.tile.SmelterRecipe@fc348be +[16:58:30] [Server thread/TRACE] [FML]: Registry: 64 primal:ore_good_silver nmd.primal.core.common.recipes.tile.SmelterRecipe@5f4d6c27 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 65 primal:ore_fair_silver nmd.primal.core.common.recipes.tile.SmelterRecipe@219d86e7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 66 primal:ore_sand_silver nmd.primal.core.common.recipes.tile.SmelterRecipe@4898cd01 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 67 primal:dust_silver nmd.primal.core.common.recipes.tile.SmelterRecipe@5d0bea14 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 68 primal:plate_silver nmd.primal.core.common.recipes.tile.SmelterRecipe@691389c6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 69 primal:ore_good_lead nmd.primal.core.common.recipes.tile.SmelterRecipe@24f480bd +[16:58:30] [Server thread/TRACE] [FML]: Registry: 70 primal:ore_fair_lead nmd.primal.core.common.recipes.tile.SmelterRecipe@2a0aa1e7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 71 primal:ore_sand_lead nmd.primal.core.common.recipes.tile.SmelterRecipe@28d3a5f8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 72 primal:dust_lead nmd.primal.core.common.recipes.tile.SmelterRecipe@5dfb449d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 73 primal:plate_lead nmd.primal.core.common.recipes.tile.SmelterRecipe@5d0ad6f7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 74 primal:ore_good_aluminum nmd.primal.core.common.recipes.tile.SmelterRecipe@22f04128 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 75 primal:ore_fair_aluminum nmd.primal.core.common.recipes.tile.SmelterRecipe@17b9cceb +[16:58:30] [Server thread/TRACE] [FML]: Registry: 76 primal:ore_sand_aluminum nmd.primal.core.common.recipes.tile.SmelterRecipe@10e1bd2d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 77 primal:dust_aluminum nmd.primal.core.common.recipes.tile.SmelterRecipe@1b577ca8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 78 primal:plate_aluminum nmd.primal.core.common.recipes.tile.SmelterRecipe@3b8e97eb +[16:58:30] [Server thread/TRACE] [FML]: Registry: 79 primal:ore_good_nickel nmd.primal.core.common.recipes.tile.SmelterRecipe@6289cae5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 80 primal:ore_fair_nickel nmd.primal.core.common.recipes.tile.SmelterRecipe@7f1c1b4c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 81 primal:ore_sand_nickel nmd.primal.core.common.recipes.tile.SmelterRecipe@5f8e8a3b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 82 primal:dust_nickel nmd.primal.core.common.recipes.tile.SmelterRecipe@10706fee +[16:58:30] [Server thread/TRACE] [FML]: Registry: 83 primal:plate_nickel nmd.primal.core.common.recipes.tile.SmelterRecipe@3c8251e7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 84 primal:ore_good_platinum nmd.primal.core.common.recipes.tile.SmelterRecipe@235beb40 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 85 primal:ore_fair_platinum nmd.primal.core.common.recipes.tile.SmelterRecipe@82f6242 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 86 primal:ore_sand_platinum nmd.primal.core.common.recipes.tile.SmelterRecipe@1bb363b6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 87 primal:dust_platinum nmd.primal.core.common.recipes.tile.SmelterRecipe@3590044e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 88 primal:plate_platinum nmd.primal.core.common.recipes.tile.SmelterRecipe@496de857 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 89 primal:ore_good_zinc nmd.primal.core.common.recipes.tile.SmelterRecipe@3aa3be4a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 90 primal:ore_fair_zinc nmd.primal.core.common.recipes.tile.SmelterRecipe@3a8dc47b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 91 primal:ore_sand_zinc nmd.primal.core.common.recipes.tile.SmelterRecipe@f8a1510 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 92 primal:dust_zinc nmd.primal.core.common.recipes.tile.SmelterRecipe@29036be6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 93 primal:plate_zinc nmd.primal.core.common.recipes.tile.SmelterRecipe@e75c162 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 94 primal:ore_good_osmium nmd.primal.core.common.recipes.tile.SmelterRecipe@5a0f62cb +[16:58:30] [Server thread/TRACE] [FML]: Registry: 95 primal:ore_fair_osmium nmd.primal.core.common.recipes.tile.SmelterRecipe@572de0f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 96 primal:ore_sand_osmium nmd.primal.core.common.recipes.tile.SmelterRecipe@379cd91c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 97 primal:dust_osmium nmd.primal.core.common.recipes.tile.SmelterRecipe@17c2605c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 98 primal:ore_good_uranium nmd.primal.core.common.recipes.tile.SmelterRecipe@36fa5155 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 99 primal:ore_fair_uranium nmd.primal.core.common.recipes.tile.SmelterRecipe@25eb6323 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 100 primal:ore_sand_uranium nmd.primal.core.common.recipes.tile.SmelterRecipe@74ee0abb +[16:58:30] [Server thread/TRACE] [FML]: Registry: 101 primal:dust_uranium nmd.primal.core.common.recipes.tile.SmelterRecipe@70aa44fa +[16:58:30] [Server thread/TRACE] [FML]: Registry: 102 primal:plate_uranium nmd.primal.core.common.recipes.tile.SmelterRecipe@14bed343 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 103 primal:dust_lithium nmd.primal.core.common.recipes.tile.SmelterRecipe@6a32488c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 104 primal:ore_good_magnesium nmd.primal.core.common.recipes.tile.SmelterRecipe@6e8d3ca3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 105 primal:ore_fair_magnesium nmd.primal.core.common.recipes.tile.SmelterRecipe@4ca2381c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 106 primal:ore_sand_magnesium nmd.primal.core.common.recipes.tile.SmelterRecipe@2ee4de00 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 107 primal:dust_constantan nmd.primal.core.common.recipes.tile.SmelterRecipe@56ea8578 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 108 primal:plate_constantan nmd.primal.core.common.recipes.tile.SmelterRecipe@5105c322 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 109 primal:dust_electrum nmd.primal.core.common.recipes.tile.SmelterRecipe@c3a63c6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 110 primal:plate_electrum nmd.primal.core.common.recipes.tile.SmelterRecipe@426b89f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 111 primal:dust_steel nmd.primal.core.common.recipes.tile.SmelterRecipe@6e52c26 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 112 primal:plate_steel nmd.primal.core.common.recipes.tile.SmelterRecipe@7906f30b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 113 primal:dust_bronze nmd.primal.core.common.recipes.tile.SmelterRecipe@267d8bbe +[16:58:30] [Server thread/TRACE] [FML]: Registry: 114 primal:plate_bronze nmd.primal.core.common.recipes.tile.SmelterRecipe@172e2dae +[16:58:30] [Server thread/TRACE] [FML]: Registry: 115 primal:dust_brass nmd.primal.core.common.recipes.tile.SmelterRecipe@3805a771 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 116 primal:plate_brass nmd.primal.core.common.recipes.tile.SmelterRecipe@76d595d1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 117 primal:alloy_shibuichi nmd.primal.core.common.recipes.tile.SmelterRecipe@3c3fc0ce +[16:58:30] [Server thread/TRACE] [FML]: Registry: 118 primal:alloy_bronze nmd.primal.core.common.recipes.tile.SmelterRecipe@5a9ac9ba +[16:58:30] [Server thread/TRACE] [FML]: Registry: 119 primal:alloy_brass nmd.primal.core.common.recipes.tile.SmelterRecipe@4fb1d3b7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 120 primal:alloy_constantan nmd.primal.core.common.recipes.tile.SmelterRecipe@1510bc8d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 121 primal:alloy_electrum nmd.primal.core.common.recipes.tile.SmelterRecipe@576b2751 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 122 primal:plate_adamant nmd.primal.core.common.recipes.tile.SmelterRecipe@5b30f31f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 123 primal:plate_shibuichi nmd.primal.core.common.recipes.tile.SmelterRecipe@1addbfa5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 124 primal:plate_tamahagane nmd.primal.core.common.recipes.tile.SmelterRecipe@a398ca7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 125 primal:plate_wootz nmd.primal.core.common.recipes.tile.SmelterRecipe@4e6631e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 126 primal:plate_vanadium nmd.primal.core.common.recipes.tile.SmelterRecipe@5892c096 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 127 primal:bucket_to_ingot nmd.primal.core.common.recipes.tile.SmelterRecipe@2fc56cb6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 128 primal:door_to_ingot nmd.primal.core.common.recipes.tile.SmelterRecipe@69df915d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 129 primal:nex_netherrack_to_brick nmd.primal.core.common.recipes.tile.SmelterRecipe@5e16e1eb +[16:58:30] [Server thread/TRACE] [FML]: Registry: 130 primal:thebetweenlandstile_thebetweenlands_log_hearthgrove_charcoal nmd.primal.core.common.recipes.tile.SmelterRecipe@10ce1ccf +[16:58:30] [Server thread/TRACE] [FML]: Registry: 131 primal:thebetweenlandstile_thebetweenlands_log_nibbletwig_charcoal nmd.primal.core.common.recipes.tile.SmelterRecipe@14ea72bc +[16:58:30] [Server thread/TRACE] [FML]: Registry: 132 primal:thebetweenlandstile_thebetweenlands_log_weedwood_charcoal nmd.primal.core.common.recipes.tile.SmelterRecipe@1aa5c05 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 133 primal:thebetweenlandstile_thebetweenlands_leaves_hearthgrove_tree_fermented nmd.primal.core.common.recipes.tile.SmelterRecipe@68dafc62 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 134 primal:thebetweenlandstile_thebetweenlands_leaves_nibbletwig_tree_fermented nmd.primal.core.common.recipes.tile.SmelterRecipe@812bdd2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 135 primal:thebetweenlandstile_thebetweenlands_leaves_weedwood_tree_fermented nmd.primal.core.common.recipes.tile.SmelterRecipe@4f2a41fe +[16:58:30] [Server thread/TRACE] [FML]: Registry: 136 primal:thebetweenlands_rotten_log nmd.primal.core.common.recipes.tile.SmelterRecipe@1c33666a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 137 primal:thebetweenlands_weedwood nmd.primal.core.common.recipes.tile.SmelterRecipe@23b5a062 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 138 primal:thebetweenlands_ground_bark_mote nmd.primal.core.common.recipes.tile.SmelterRecipe@3e5475eb +[16:58:30] [Server thread/TRACE] [FML]: Registry: 139 primal:thebetweenlands_dry_bark_mote nmd.primal.core.common.recipes.tile.SmelterRecipe@23ece66e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 140 primal:thebetweenlands_slimy_bone nmd.primal.core.common.recipes.tile.SmelterRecipe@24ebc44f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 141 primal:thebetweenlands_weedwood_bucket_rubber nmd.primal.core.common.recipes.tile.SmelterRecipe@2ad3d600 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 142 primal:thebetweenlands_syrmorite_bucket_rubber nmd.primal.core.common.recipes.tile.SmelterRecipe@37b5059c +[16:58:30] [Server thread/TRACE] [FML]: Registry Name : primal:recipes_cauldron +[16:58:30] [Server thread/TRACE] [FML]: Registry: 0 primal:paraffin nmd.primal.core.common.recipes.tile.CauldronRecipe@6b97d497 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1 primal:boiling_bitumen nmd.primal.core.common.recipes.tile.CauldronRecipe@40e95849 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2 primal:tannin nmd.primal.core.common.recipes.tile.CauldronRecipe@15a204a9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3 primal:urushi nmd.primal.core.common.recipes.tile.CauldronRecipe@3738187d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4 primal:brine_dust_salt nmd.primal.core.common.recipes.tile.CauldronRecipe@62de4161 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5 primal:bitumen_clumps nmd.primal.core.common.recipes.tile.CauldronRecipe@687f6663 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6 primal:bitumen_coal nmd.primal.core.common.recipes.tile.CauldronRecipe@6dfda089 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7 primal:magma nmd.primal.core.common.recipes.tile.CauldronRecipe@1af1a6bb +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8 primal:ovis_milk nmd.primal.core.common.recipes.tile.CauldronRecipe@a3429cd +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9 primal:waste nmd.primal.core.common.recipes.tile.CauldronRecipe@19eb0a96 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10 primal:quartz_vitrified nmd.primal.core.common.recipes.tile.CauldronRecipe@199218ca +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11 primal:boiled_leather nmd.primal.core.common.recipes.tile.CauldronRecipe@e41b13d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12 primal:hide_tanned_dried nmd.primal.core.common.recipes.tile.CauldronRecipe@25109b79 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13 primal:hide_tanned_pigman nmd.primal.core.common.recipes.tile.CauldronRecipe@64ee8af7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 14 primal:slime_muck nmd.primal.core.common.recipes.tile.CauldronRecipe@6db38ae8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 15 primal:magmacream_molten nmd.primal.core.common.recipes.tile.CauldronRecipe@6ef8063a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 16 primal:slime_magmacream nmd.primal.core.common.recipes.tile.CauldronRecipe@4f1293cf +[16:58:30] [Server thread/TRACE] [FML]: Registry: 17 primal:muck_molten nmd.primal.core.common.recipes.tile.CauldronRecipe@5f3b11e8 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 18 primal:muck nmd.primal.core.common.recipes.tile.CauldronRecipe@2eae242d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 19 primal:mud_dirt nmd.primal.core.common.recipes.tile.CauldronRecipe@c92e14 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 20 primal:mud_nether_earth nmd.primal.core.common.recipes.tile.CauldronRecipe@5b9e4929 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 21 primal:terra_clump_conversion nmd.primal.core.common.recipes.tile.CauldronRecipe@5c2db7e3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 22 primal:cinis_clump_conversion nmd.primal.core.common.recipes.tile.CauldronRecipe@37d6f07 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 23 primal:cinis_block_conversion nmd.primal.core.common.recipes.tile.CauldronRecipe@4a8d58f2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 24 primal:soulsand_conversion nmd.primal.core.common.recipes.tile.CauldronRecipe@6373878b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 25 primal:sand_conversion nmd.primal.core.common.recipes.tile.CauldronRecipe@5250b6a9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 26 primal:nether_earth_conversion nmd.primal.core.common.recipes.tile.CauldronRecipe@3abdfeb3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 27 primal:dirt_conversion nmd.primal.core.common.recipes.tile.CauldronRecipe@1ad77bde +[16:58:30] [Server thread/TRACE] [FML]: Registry: 28 primal:ovis_milk_conversion nmd.primal.core.common.recipes.tile.CauldronRecipe@46e05918 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 29 primal:stick_from_lacquer nmd.primal.core.common.recipes.tile.CauldronRecipe@1c1b087c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 30 primal:stick_from_corypha nmd.primal.core.common.recipes.tile.CauldronRecipe@1aa1063 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 31 primal:plank_from_corypha nmd.primal.core.common.recipes.tile.CauldronRecipe@207e1205 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 32 primal:plank_from_lacquer nmd.primal.core.common.recipes.tile.CauldronRecipe@6492a78b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 33 primal:tallow nmd.primal.core.common.recipes.tile.CauldronRecipe@200e0b8d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 34 primal:tallow_nether nmd.primal.core.common.recipes.tile.CauldronRecipe@71762ee7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 35 primal:tallow_rotten_flesh nmd.primal.core.common.recipes.tile.CauldronRecipe@2148f4f6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 36 primal:tallow_rotten_flesh_nether nmd.primal.core.common.recipes.tile.CauldronRecipe@5097b1ab +[16:58:30] [Server thread/TRACE] [FML]: Registry: 37 primal:daucus_murn nmd.primal.core.common.recipes.tile.CauldronRecipe@959a57 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 38 primal:cooked_mushroom_ovis nmd.primal.core.common.recipes.tile.CauldronRecipe@40549db4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 39 primal:cooked_mushroom_brine nmd.primal.core.common.recipes.tile.CauldronRecipe@265d3e0c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 40 primal:cooked_mushroom nmd.primal.core.common.recipes.tile.CauldronRecipe@4b2ad985 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 41 primal:cooked_netherwart nmd.primal.core.common.recipes.tile.CauldronRecipe@6741a595 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 42 primal:boiled_egg_brine nmd.primal.core.common.recipes.tile.CauldronRecipe@31c3df4 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 43 primal:boiled_egg nmd.primal.core.common.recipes.tile.CauldronRecipe@4cfecec5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 44 primal:boiled_potato_brine nmd.primal.core.common.recipes.tile.CauldronRecipe@5185d02e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 45 primal:boiled_potato nmd.primal.core.common.recipes.tile.CauldronRecipe@3b02aa86 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 46 primal:soul_glass_magma nmd.primal.core.common.recipes.tile.CauldronRecipe@5913c38f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 47 primal:lacquer_planks nmd.primal.core.common.recipes.tile.CauldronRecipe@6321b68e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 48 primal:lacquer_stick_wood nmd.primal.core.common.recipes.tile.CauldronRecipe@1cda1e64 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 49 primal:cow_cheese nmd.primal.core.common.recipes.tile.CauldronRecipe@32a2c1e3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 50 primal:ovis_atre_cheese nmd.primal.core.common.recipes.tile.CauldronRecipe@75ea6383 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 51 primal:ice_to_water nmd.primal.core.common.recipes.tile.CauldronRecipe@1b112e76 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 52 primal:ancient_ice_to_water nmd.primal.core.common.recipes.tile.CauldronRecipe@57742a4e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 53 primal:ancient_ice_chunk_to_water nmd.primal.core.common.recipes.tile.CauldronRecipe@737d449a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 54 primal:snow_to_water nmd.primal.core.common.recipes.tile.CauldronRecipe@552dc70d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 55 primal:snow_ball_to_water nmd.primal.core.common.recipes.tile.CauldronRecipe@475d2140 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 56 primal:magma_to_fluid nmd.primal.core.common.recipes.tile.CauldronRecipe@310d45bf +[16:58:30] [Server thread/TRACE] [FML]: Registry: 57 primal:dirt_stick_conversion nmd.primal.core.common.recipes.tile.CauldronRecipe@28cd9e90 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 58 primal:thebetweenlands_ice_to_water nmd.primal.core.common.recipes.tile.CauldronRecipe@1363212b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 59 primal:thebetweenlands_swamp_water nmd.primal.core.common.recipes.tile.CauldronRecipe@3d1a4526 +[16:58:30] [Server thread/TRACE] [FML]: Registry Name : primal:recipes_bottle +[16:58:30] [Server thread/TRACE] [FML]: Registry: 0 primal:water nmd.primal.core.common.recipes.inworld.BottleRecipe@461851e3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1 primal:ovis_atre_milk nmd.primal.core.common.recipes.inworld.BottleRecipe@2546625e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2 primal:tanning nmd.primal.core.common.recipes.inworld.BottleRecipe@43fa975a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3 primal:urushi nmd.primal.core.common.recipes.inworld.BottleRecipe@1a2757df +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4 primal:paraffin nmd.primal.core.common.recipes.inworld.BottleRecipe@1eb49a31 +[16:58:30] [Server thread/TRACE] [FML]: Registry Name : simpleplanes:upgrade_types +[16:58:30] [Server thread/TRACE] [FML]: Registry: 0 simpleplanes:sprayer xyz.przemyk.simpleplanes.setup.SimplePlanesUpgrades$1@4e787981 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1 simpleplanes:tnt xyz.przemyk.simpleplanes.upgrades.UpgradeType@78543f37 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2 simpleplanes:heal xyz.przemyk.simpleplanes.upgrades.UpgradeType@2373efc2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3 simpleplanes:floating xyz.przemyk.simpleplanes.setup.SimplePlanesUpgrades$2@1b3660e7 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4 simpleplanes:booster xyz.przemyk.simpleplanes.setup.SimplePlanesUpgrades$3@160fa671 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5 simpleplanes:shooter xyz.przemyk.simpleplanes.setup.SimplePlanesUpgrades$4@4ffb9e00 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6 simpleplanes:dragon xyz.przemyk.simpleplanes.setup.SimplePlanesUpgrades$5@734a75c2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7 simpleplanes:folding xyz.przemyk.simpleplanes.setup.SimplePlanesUpgrades$6@5bd31214 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8 simpleplanes:banner xyz.przemyk.simpleplanes.upgrades.banner.BannerUpgradeType@30041b31 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9 simpleplanes:coal_engine xyz.przemyk.simpleplanes.upgrades.UpgradeType@231c88af +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10 simpleplanes:smoker_engine xyz.przemyk.simpleplanes.upgrades.UpgradeType@3d80d6b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11 simpleplanes:chest xyz.przemyk.simpleplanes.upgrades.UpgradeType@40d8fcb6 +[16:58:30] [Server thread/TRACE] [FML]: Registry Name : simpleplanes:plane_materials +[16:58:30] [Server thread/TRACE] [FML]: Registry: 0 simpleplanes:oak oak +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1 simpleplanes:acacia acacia +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2 simpleplanes:birch birch +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3 simpleplanes:crimson crimson +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4 simpleplanes:dark_oak dark_oak +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5 simpleplanes:jungle jungle +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6 simpleplanes:spruce spruce +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7 simpleplanes:warped warped +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8 simpleplanes:bop_cherry bop_cherry +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9 simpleplanes:bop_dead bop_dead +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10 simpleplanes:bop_fir bop_fir +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11 simpleplanes:bop_hellbark bop_hellbark +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12 simpleplanes:bop_jacaranda bop_jacaranda +[16:58:30] [Server thread/TRACE] [FML]: Registry: 13 simpleplanes:bop_mahogany bop_mahogany +[16:58:30] [Server thread/TRACE] [FML]: Registry: 14 simpleplanes:bop_magic bop_magic +[16:58:30] [Server thread/TRACE] [FML]: Registry: 15 simpleplanes:bop_palm bop_palm +[16:58:30] [Server thread/TRACE] [FML]: Registry: 16 simpleplanes:bop_redwood bop_redwood +[16:58:30] [Server thread/TRACE] [FML]: Registry: 17 simpleplanes:bop_umbran bop_umbran +[16:58:30] [Server thread/TRACE] [FML]: Registry: 18 simpleplanes:bop_willow bop_willow +[16:58:30] [Server thread/TRACE] [FML]: Registry: 19 simpleplanes:byg_aspen byg_aspen +[16:58:30] [Server thread/TRACE] [FML]: Registry: 20 simpleplanes:byg_baobab byg_baobab +[16:58:30] [Server thread/TRACE] [FML]: Registry: 21 simpleplanes:byg_blue_enchanted byg_blue_enchanted +[16:58:30] [Server thread/TRACE] [FML]: Registry: 22 simpleplanes:byg_cherry byg_cherry +[16:58:30] [Server thread/TRACE] [FML]: Registry: 23 simpleplanes:byg_cika byg_cika +[16:58:30] [Server thread/TRACE] [FML]: Registry: 24 simpleplanes:byg_cypress byg_cypress +[16:58:30] [Server thread/TRACE] [FML]: Registry: 25 simpleplanes:byg_ebony byg_ebony +[16:58:30] [Server thread/TRACE] [FML]: Registry: 26 simpleplanes:byg_fir byg_fir +[16:58:30] [Server thread/TRACE] [FML]: Registry: 27 simpleplanes:byg_green_enchanted byg_green_enchanted +[16:58:30] [Server thread/TRACE] [FML]: Registry: 28 simpleplanes:byg_holly byg_holly +[16:58:30] [Server thread/TRACE] [FML]: Registry: 29 simpleplanes:byg_jacaranda byg_jacaranda +[16:58:30] [Server thread/TRACE] [FML]: Registry: 30 simpleplanes:byg_mahogany byg_mahogany +[16:58:30] [Server thread/TRACE] [FML]: Registry: 31 simpleplanes:byg_mangrove byg_mangrove +[16:58:30] [Server thread/TRACE] [FML]: Registry: 32 simpleplanes:byg_maple byg_maple +[16:58:30] [Server thread/TRACE] [FML]: Registry: 33 simpleplanes:byg_pine byg_pine +[16:58:30] [Server thread/TRACE] [FML]: Registry: 34 simpleplanes:byg_rainbow_eucalyptus byg_rainbow_eucalyptus +[16:58:30] [Server thread/TRACE] [FML]: Registry: 35 simpleplanes:byg_redwood byg_redwood +[16:58:30] [Server thread/TRACE] [FML]: Registry: 36 simpleplanes:byg_skyris byg_skyris +[16:58:30] [Server thread/TRACE] [FML]: Registry: 37 simpleplanes:byg_willow byg_willow +[16:58:30] [Server thread/TRACE] [FML]: Registry: 38 simpleplanes:byg_witch_hazel byg_witch_hazel +[16:58:30] [Server thread/TRACE] [FML]: Registry: 39 simpleplanes:byg_zelkova byg_zelkova +[16:58:30] [Server thread/TRACE] [FML]: Registry: 40 simpleplanes:ft_cherry ft_cherry +[16:58:30] [Server thread/TRACE] [FML]: Registry: 41 simpleplanes:ft_citrus ft_citrus +[16:58:30] [Server thread/TRACE] [FML]: Registry Name : totemic:a_music_instruments +[16:58:30] [Server thread/TRACE] [FML]: Registry: 0 totemic:flute totemic:flute +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1 totemic:drum totemic:drum +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2 totemic:wind_chime totemic:wind_chime +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3 totemic:jingle_dress totemic:jingle_dress +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4 totemic:rattle totemic:rattle +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5 totemic:eagle_bone_whistle totemic:eagle_bone_whistle +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6 totemic:nether_pipe totemic:nether_pipe +[16:58:30] [Server thread/TRACE] [FML]: Registry Name : totemic:b_totem_effects +[16:58:30] [Server thread/TRACE] [FML]: Registry: 0 totemic:bat pokefenn.totemic.api.totem.TotemEffectPotion@d27f014 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1 totemic:blaze pokefenn.totemic.totem.TotemEffectBlaze@433b8b71 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2 totemic:buffalo pokefenn.totemic.api.totem.TotemEffectPotion@2c7e6ccc +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3 totemic:cow pokefenn.totemic.totem.TotemEffectCow@256741c2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4 totemic:enderman pokefenn.totemic.init.ModContent$1@1772a22a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5 totemic:horse pokefenn.totemic.api.totem.TotemEffectPotion@80dc3b6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6 totemic:ocelot pokefenn.totemic.totem.TotemEffectOcelot@574ad677 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7 totemic:pig pokefenn.totemic.api.totem.TotemEffectPotion@48bce40d +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8 totemic:rabbit pokefenn.totemic.api.totem.TotemEffectPotion@4a5d6cc2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9 totemic:spider pokefenn.totemic.api.totem.TotemEffectPotion@2c2b064c +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10 totemic:squid pokefenn.totemic.api.totem.TotemEffectPotion@2dd394d0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11 totemic:wolf pokefenn.totemic.api.totem.TotemEffectPotion@26081eb +[16:58:30] [Server thread/TRACE] [FML]: Registry Name : totemic:c_ceremonies +[16:58:30] [Server thread/TRACE] [FML]: Registry: 0 totemic:war_dance pokefenn.totemic.ceremony.CeremonyWarDance@3c7e50b9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1 totemic:depths pokefenn.totemic.ceremony.CeremonyDepths@798272a9 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2 totemic:fertility pokefenn.totemic.ceremony.CeremonyFertility@15f71c7e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3 totemic:zaphkiel_waltz pokefenn.totemic.ceremony.CeremonyZaphkielWaltz@6fc1bf25 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4 totemic:buffalo_dance pokefenn.totemic.ceremony.CeremonyBuffaloDance@21f4d1fc +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5 totemic:rain_dance pokefenn.totemic.ceremony.CeremonyRain@4b09e851 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6 totemic:drought pokefenn.totemic.ceremony.CeremonyRain@66b019a2 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7 totemic:flute pokefenn.totemic.ceremony.CeremonyFluteInfusion@4eaaac6 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8 totemic:eagle_dance pokefenn.totemic.ceremony.CeremonyEagleDance@396f096 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9 totemic:cleansing pokefenn.totemic.ceremony.CeremonyCleansing@7d9cbd5 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10 totemic:baykok_summon pokefenn.totemic.ceremony.CeremonyBaykok@61c2af85 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 11 totemic:sun_dance pokefenn.totemic.ceremony.CeremonySunDance@30af95e1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 12 totemic:dansemacabre pokefenn.totemic.ceremony.CeremonyDanseMacabre@489c122 +[16:58:30] [Server thread/TRACE] [FML]: Registry Name : industrialforegoing:straw +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1 industrialforegoing:water com.buuz135.industrial.utils.apihandlers.straw.WaterStrawHandler@1b5446ab +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2 industrialforegoing:lava com.buuz135.industrial.utils.apihandlers.straw.LavaStrawHandler@61eab719 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3 industrialforegoing:milk com.buuz135.industrial.utils.apihandlers.straw.MilkStrawHandler@3b39e3 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4 industrialforegoing:essence com.buuz135.industrial.utils.apihandlers.straw.EssenceStrawHandler@48bc082b +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5 industrialforegoing:biofuel com.buuz135.industrial.utils.apihandlers.straw.PotionStrawHandler@6bdbc424 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6 industrialforegoing:sludge com.buuz135.industrial.utils.apihandlers.straw.PotionStrawHandler@47a01d3e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7 industrialforegoing:sewage com.buuz135.industrial.utils.apihandlers.straw.PotionStrawHandler@3480c94f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 8 industrialforegoing:meat com.buuz135.industrial.utils.apihandlers.straw.PotionStrawHandler@185b387a +[16:58:30] [Server thread/TRACE] [FML]: Registry: 9 industrialforegoing:protein com.buuz135.industrial.utils.apihandlers.straw.PotionStrawHandler@2d1435b1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 10 industrialforegoing:latex com.buuz135.industrial.utils.apihandlers.straw.PotionStrawHandler@6a9a94c0 +[16:58:30] [Server thread/TRACE] [FML]: Registry Name : industrialforegoing:conveyor_upgrade +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1 industrialforegoing:extraction com.buuz135.industrial.proxy.block.upgrade.ConveyorExtractionUpgrade$Factory@7d745e35 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2 industrialforegoing:insertion com.buuz135.industrial.proxy.block.upgrade.ConveyorInsertionUpgrade$Factory@6fec0ce1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3 industrialforegoing:detection com.buuz135.industrial.proxy.block.upgrade.ConveyorDetectorUpgrade$Factory@4b6d375f +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4 industrialforegoing:bouncing com.buuz135.industrial.proxy.block.upgrade.ConveyorBouncingUpgrade$Factory@2fdf4e72 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5 industrialforegoing:dropping com.buuz135.industrial.proxy.block.upgrade.ConveyorDroppingUpgrade$Factory@551ce32e +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6 industrialforegoing:blinking com.buuz135.industrial.proxy.block.upgrade.ConveyorBlinkingUpgrade$Factory@5a642113 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 7 industrialforegoing:splitting com.buuz135.industrial.proxy.block.upgrade.ConveyorSplittingUpgrade$Factory@341fa028 +[16:58:30] [Server thread/TRACE] [FML]: Registry Name : industrialforegoing:plant_recollectable +[16:58:30] [Server thread/TRACE] [FML]: Registry: 1 industrialforegoing:blockcropplant com.buuz135.industrial.utils.apihandlers.plant.BlockCropPlantRecollectable@111b9c1 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 2 industrialforegoing:blocknetherwart com.buuz135.industrial.utils.apihandlers.plant.BlockNetherWartRecollectable@1f8e4020 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 3 industrialforegoing:blocksugarandcactus com.buuz135.industrial.utils.apihandlers.plant.DoubleTallPlantRecollectable@b471789 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 4 industrialforegoing:blockpumpkingandmelon com.buuz135.industrial.utils.apihandlers.plant.PumpkinMelonPlantRecollectable@6ee67fe0 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 5 industrialforegoing:tree com.buuz135.industrial.utils.apihandlers.plant.TreePlantRecollectable@7941ed55 +[16:58:30] [Server thread/TRACE] [FML]: Registry: 6 industrialforegoing:chorus_fruit com.buuz135.industrial.utils.apihandlers.plant.ChorusFruitRecollectable@5a91cd72 +[16:58:30] [Server thread/TRACE] [FML]: Registry Name : modularmachinery:recipeadapters +[16:58:30] [Server thread/TRACE] [FML]: Registry: 0 minecraft:furnace hellfirepvp.modularmachinery.common.crafting.adapter.AdapterMinecraftFurnace@191d6302 +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod minecraft +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod minecraft +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Minecraft took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod mcp +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod mcp +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Minecraft Coder Pack took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod FML +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod FML +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Forge Mod Loader took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod forge +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod forge +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Minecraft Forge took 0.130s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod ivtoolkit +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod ivtoolkit +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - IvToolkit took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod micdoodlecore +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod micdoodlecore +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Micdoodle8 Core took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod smoothfontcore +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod smoothfontcore +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Smooth Font Core took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod com.elytradev.movingworld.common.asm.coremod +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod com.elytradev.movingworld.common.asm.coremod +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - MovingWorld CORE took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod bnbgamingcore +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod bnbgamingcore +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - BnBGamingCore took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod foamfixcore +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod foamfixcore +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - FoamFixCore took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod randompatches +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod randompatches +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - RandomPatches took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod movillages +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod movillages +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Mo' Villages took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod charcoalblock +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod charcoalblock +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - A Block of Charcoal took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod crafttweaker +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod crafttweaker +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - CraftTweaker2 took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod mtlib +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod mtlib +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - MTLib took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod modtweaker +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod modtweaker +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Mod Tweaker took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod jei +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod jei +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Just Enough Items took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod abyssalcraft +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod abyssalcraft +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - AbyssalCraft took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod chisel +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod chisel +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Chisel took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod mantle +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod mantle +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Mantle took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod twilightforest +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod twilightforest +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - The Twilight Forest took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod tconstruct +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod tconstruct +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Tinkers' Construct took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod acintegration +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod acintegration +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - AbyssalCraft Integration took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod fastbench +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod fastbench +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - FastWorkbench took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod actuallyadditions +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod actuallyadditions +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Actually Additions took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod baubles +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod baubles +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Baubles took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod actuallybaubles +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod actuallybaubles +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Actually Baubles took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod animalium +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod animalium +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - animalium took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod antiqueatlas +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod antiqueatlas +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Antique Atlas took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod base +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod base +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - B.A.S.E took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod contenttweaker +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod contenttweaker +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - ContentTweaker took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod immersiveengineering +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod immersiveengineering +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Immersive Engineering took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod geolosys +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod geolosys +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Geolosys took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod buildcraftlib +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod buildcraftlib +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - BuildCraft Lib took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod buildcraftcore +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod buildcraftcore +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - BuildCraft took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod cyclicmagic +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod cyclicmagic +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Cyclic took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod redstoneflux +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod redstoneflux +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Redstone Flux took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod mekanism +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod mekanism +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Mekanism took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod natura +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod natura +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Natura took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod traverse +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod traverse +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Traverse took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod betterwithmods +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod betterwithmods +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Better With Mods took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod appleskin +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod appleskin +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - AppleSkin took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod appliedenergistics2 +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod appliedenergistics2 +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Applied Energistics 2 took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod armoreablemobs +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod armoreablemobs +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - ArmoreableMobs took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod aroma1997core +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod aroma1997core +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Aroma1997Core took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod aromabackup +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod aromabackup +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - AromaBackup took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod aromabackuprecovery +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod aromabackuprecovery +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - AromaBackuprecovery took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod astikorcarts +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod astikorcarts +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - AstikorCarts took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod astralsorcery +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod astralsorcery +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Astral Sorcery took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod quark +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod quark +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Quark took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod autoreglib +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod autoreglib +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - AutoRegLib took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod bdlib +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod bdlib +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - BD Lib took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod betterwithaddons +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod betterwithaddons +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Better with Addons took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod betterbedrock +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod betterbedrock +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Better Bedrock took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod betterbuilderswands +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod betterbuilderswands +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Better Builder's Wands took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod betterwithlib +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod betterwithlib +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Better With Lib took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod bibliocraft +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod bibliocraft +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - BiblioCraft took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod waila +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod waila +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Waila took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod modularrouters +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod modularrouters +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Modular Routers took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod guideapi +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod guideapi +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Guide-API took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod bloodmagic +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod bloodmagic +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Blood Magic: Alchemical Wizardry took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod bnbgaminglib +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod bnbgaminglib +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - BNBGamingLib took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod bonsaitrees +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod bonsaitrees +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Bonsai Trees took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod bookshelf +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod bookshelf +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Bookshelf took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod bringbedrockback +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod bringbedrockback +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - BringBedrockBack took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod buildcraftbuilders +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod buildcraftbuilders +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - BuildCraft Builders took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod buildcraftfactory +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod buildcraftfactory +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - BuildCraft Factory took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod buildcraftrobotics +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod buildcraftrobotics +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - BuildCraft Robotics took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod buildcrafttransport +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod buildcrafttransport +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - BuildCraft Transport took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod buildcraftsilicon +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod buildcraftsilicon +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - BuildCraft Silicon took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod buildinggadgets +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod buildinggadgets +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Building Gadgets took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod car +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod car +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Ultimate Car Mod took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod gamestages +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod gamestages +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Game Stages took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod carryon +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod carryon +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Carry On took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod cd4017be_lib +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod cd4017be_lib +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - CD4017BE_lib took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod ceramics +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod ceramics +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Ceramics took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod chameleon +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod chameleon +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Chameleon took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod chargers +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod chargers +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Chargers took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod chiselsandbits +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod chiselsandbits +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Chisels & Bits took 0.002s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod clumps +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod clumps +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Clumps took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod codechickenlib +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod codechickenlib +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - CodeChicken Lib took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod cyclopscore +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod cyclopscore +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Cyclops Core took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod commoncapabilities +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod commoncapabilities +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - CommonCapabilities took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod refinedstorage +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod refinedstorage +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Refined Storage took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod compactmachines3 +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod compactmachines3 +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Compact Machines 3 took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod conarm +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod conarm +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Construct's Armory took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod cookingforblockheads +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod cookingforblockheads +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Cooking for Blockheads took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod crafttweakerjei +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod crafttweakerjei +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - CraftTweaker JEI Support took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod cucumber +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod cucumber +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Cucumber Library took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod darkutils +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod darkutils +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Dark Utilities took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod movingworld +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod movingworld +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Moving World took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod davincisvessels +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod davincisvessels +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Davinci's Vessels took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod death_compass +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod death_compass +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - death_compass took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod despawningspawners +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod despawningspawners +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Despawning Spawners took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod dimensionalcontrol +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod dimensionalcontrol +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Dimensional Control took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod dimstages +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod dimstages +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Dimension Stages took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod dungpipe +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod dungpipe +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Dung Pipe took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod elevatorid +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod elevatorid +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Elevator Mod took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod emberroot +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod emberroot +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - EmberRoot Zoo took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod enderstorage +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod enderstorage +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - EnderStorage took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod enderutilities +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod enderutilities +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Ender Utilities took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod valkyrielib +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod valkyrielib +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Valkyrie Lib took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod environmentaltech +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod environmentaltech +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Environmental Tech took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod extendedcrafting +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod extendedcrafting +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Extended Crafting took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod galacticraftcore +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod galacticraftcore +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Galacticraft Core took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod galacticraftplanets +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod galacticraftplanets +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Galacticraft Planets took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod mjrlegendslib +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod mjrlegendslib +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - MJRLegendsLib took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod extraplanets +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod extraplanets +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Extra Planets took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod farmingforblockheads +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod farmingforblockheads +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Farming for Blockheads took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod farseek +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod farseek +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Farseek took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod fastfurnace +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod fastfurnace +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - FastFurnace took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod fat_cat +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod fat_cat +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - fat_cat took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod ferdinandsflowers +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod ferdinandsflowers +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Ferdinand's Flowers took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod findme +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod findme +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - FindMe took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod foamfix +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod foamfix +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - FoamFix took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod forgelin +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod forgelin +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Shadowfacts' Forgelin took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod forgemultipartcbe +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod forgemultipartcbe +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Forge Multipart CBE took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod microblockcbe +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod microblockcbe +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Forge Microblocks took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod minecraftmultipartcbe +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod minecraftmultipartcbe +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Minecraft Multipart Plugin took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod galacticrafttweaker +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod galacticrafttweaker +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - galacticrafttweaker took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod advgenerators +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod advgenerators +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Advanced Generators took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod gobblecore +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod gobblecore +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Gobble Core took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod harvest +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod harvest +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Harvest took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod horsepower +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod horsepower +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Horse Power took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod huntingdim +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod huntingdim +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Hunting Dimension took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod igwmod +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod igwmod +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - In-Game wiki Mod took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod mcjtylib_ng +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod mcjtylib_ng +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - McJtyLib took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod immcraft +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod immcraft +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Immersive Craft took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod immersivepetroleum +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod immersivepetroleum +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Immersive Petroleum took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod immersivetech +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod immersivetech +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Immersive Tech took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod improvedbackpacks +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod improvedbackpacks +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Improved Backpacks took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod incontrol +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod incontrol +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - InControl took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod indlog +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod indlog +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Inductive Logistics took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod teslacorelib +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod teslacorelib +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Tesla Core Lib took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod industrialforegoing +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod industrialforegoing +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Industrial Foregoing took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod infoaccessories +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod infoaccessories +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Info Accessories took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod integrateddynamics +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod integrateddynamics +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Integrated Dynamics took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod integrateddynamicscompat +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod integrateddynamicscompat +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - IntegratedDynamics-Compat took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod inventorytweaks +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod inventorytweaks +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Inventory Tweaks took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod ironbackpacks +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod ironbackpacks +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Iron Backpacks took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod ironchest +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod ironchest +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Iron Chest took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod ironjetpacks +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod ironjetpacks +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Iron Jetpacks took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod itemstages +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod itemstages +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Item Stages took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod journeymap +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod journeymap +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - JourneyMap took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod jarm +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod jarm +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Just A Raft Mod took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod jaff +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod jaff +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Just a Few Fish took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod jeid +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod jeid +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - JustEnoughIDs took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod kleeslabs +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod kleeslabs +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - KleeSlabs took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod lex +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod lex +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - LibEx took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod lttweaker +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod lttweaker +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Loot Table Tweaker took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod magma_monsters +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod magma_monsters +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - magma_monsters took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod mekatweaks +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod mekatweaks +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - MekaTweaks took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod mercurius +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod mercurius +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Mercurius took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod mobends +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod mobends +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Mo' Bends took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod mob_grinding_utils +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod mob_grinding_utils +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - mob_grinding_utils took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod mobstages +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod mobstages +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Mob Stages took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod modularmachinery +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod modularmachinery +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Modular Machinery took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod morpheus +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod morpheus +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Morpheus took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod mputils +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod mputils +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - ModPack Utilities took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod mpbasic +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod mpbasic +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - ModPack Basic Tools took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod multiblockstages +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod multiblockstages +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Multiblockstages took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod mundaneredstone +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod mundaneredstone +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Mundane Redstone took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod mysticalagriculture +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod mysticalagriculture +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Mystical Agriculture took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod mysticalagradditions +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod mysticalagradditions +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Mystical Agradditions took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod mystagradcompat +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod mystagradcompat +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Mystical Agradditions Compat took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod naturescompass +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod naturescompass +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Nature's Compass took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod nex +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod nex +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - NetherEx took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod noworldgen5you +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod noworldgen5you +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - No World Gen 5 You took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod nutrition +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod nutrition +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Nutrition took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod samsocean +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod samsocean +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Ocean Floor Classic took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod oreexcavation +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod oreexcavation +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - OreExcavation took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod oeintegration +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod oeintegration +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - OreExcavation Integration took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod orestages +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod orestages +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Ore Stages took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod overloaded +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod overloaded +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Overloaded took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod pickletweaks +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod pickletweaks +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Pickle Tweaks took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod placebo +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod placebo +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Placebo took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod playerbosses +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod playerbosses +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - playerbosses took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod playerskins +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod playerskins +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Player Skin Mobs took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod pneumaticcraft +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod pneumaticcraft +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - PneumaticCraft: Repressurized took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod poweradapters +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod poweradapters +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Power Adapters took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod prestige +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod prestige +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Prestige took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod primalchests +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod primalchests +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - PrimalChests took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod rustic +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod rustic +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Rustic took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod thebetweenlands +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod thebetweenlands +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - The Betweenlands took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod primal +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod primal +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - PrimalCore took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod progressiontweaks +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod progressiontweaks +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Progression Tweaks took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod prospectors +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod prospectors +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Prospectors took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod reborncore +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod reborncore +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Reborn Core took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod quantumstorage +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod quantumstorage +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - QuantumStorage took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod quickleafdecay +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod quickleafdecay +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Quick Leaf Decay took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod rangedpumps +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod rangedpumps +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Ranged Pumps took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod realdrops +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod realdrops +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Realistic Item Drops took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod rebornstorage +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod rebornstorage +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - RebornStorage took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod recipestages +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod recipestages +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - RecipeStages took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod reccomplex +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod reccomplex +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Recurrent Complex took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod refinedstorageaddons +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod refinedstorageaddons +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Refined Storage Addons took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod rftools +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod rftools +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - RFTools took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod rftoolscontrol +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod rftoolscontrol +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - RFTools Control took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod roadrunner +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod roadrunner +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Road Runner took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod scannable +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod scannable +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Scannable took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod sevpatches +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod sevpatches +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - SevPatches took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod sevtweaks +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod sevtweaks +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - SevTweaks took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod sev_tweaks_npc +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod sev_tweaks_npc +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - sev_tweaks_npc took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod simpleautorun +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod simpleautorun +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - SimpleAutoRun took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod simplegenerators +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod simplegenerators +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Simple Generators took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod simpleplanes +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod simpleplanes +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - simpleplanes took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod storagenetwork +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod storagenetwork +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Simple Storage Network took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod simpletomb +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod simpletomb +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Simple Tomb took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod simplyarrows +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod simplyarrows +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Simply Arrows took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod spartanshields +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod spartanshields +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Spartan Shields took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod spatialservermod +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod spatialservermod +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Spatial Server Mod took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod stevescarts +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod stevescarts +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Steve's Carts 2 took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod stg +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod stg +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - SwingThroughGrass took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod storagedrawers +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod storagedrawers +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Storage Drawers took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod streams +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod streams +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Streams took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod sasit +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod sasit +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Stuff A Sock In It took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod supersoundmuffler +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod supersoundmuffler +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Super Sound Muffler: Revived took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod tallgates +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod tallgates +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - TallGates took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod beneath +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod beneath +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - The Beneath took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod thirstybottles +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod thirstybottles +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Thirsty Bottles took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod timecontrol +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod timecontrol +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - TimeControl took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod tcomplement +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod tcomplement +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Tinkers' Complement took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod tinkerstages +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod tinkerstages +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Tinker Stages took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod tinkertoolleveling +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod tinkertoolleveling +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Tinkers Tool Leveling took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod togetherforever +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod togetherforever +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - TogetherForever took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod totemic +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod totemic +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Totemic took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod tothebatpoles +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod tothebatpoles +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - To the Bat Poles! took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod translocators +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod translocators +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Translocators took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod treechopper +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod treechopper +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Tree Chopper took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod triumph +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod triumph +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Triumph took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod trumpetskeleton +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod trumpetskeleton +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Trumpet Skeleton took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod tumbleweed +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod tumbleweed +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Tumbleweed took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod uppers +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod uppers +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - uppers took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod universalmodifiers +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod universalmodifiers +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Universal Modifiers took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod vc +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod vc +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - ViesCraft took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod vtt +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod vtt +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Villager Trade Tables took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod waddles +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod waddles +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Waddles took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod wailastages +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod wailastages +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Waila Stages took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod walljump +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod walljump +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Wall-Jump! took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod wanionlib +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod wanionlib +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - WanionLib took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod watercontrolextreme +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod watercontrolextreme +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Water Control Extreme took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod waterstrainer +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod waterstrainer +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Water Strainer took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod wawla +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod wawla +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - What Are We Looking At took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod weirdinggadget +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod weirdinggadget +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - The Weirding Gadget took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod wildcrops +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod wildcrops +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Wild Crops took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod witherskelefix +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod witherskelefix +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Wither Skeleton Tweaks took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod wopper +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod wopper +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Wopper took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod xnet +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod xnet +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - XNet took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod ynot +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod ynot +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - YNot took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod yoyos +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod yoyos +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Yoyos took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod zenstages +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod zenstages +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - ZenStages took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod zenloot +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod zenloot +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - ZenLoot took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod primal_tech +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod primal_tech +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - primal_tech took 0.000s +[16:58:30] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod teslacorelib_registries +[16:58:30] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod teslacorelib_registries +[16:58:30] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Tesla Core Lib Registries took 0.000s +[16:58:30] [Server thread/DEBUG] [FML]: Bar Finished: ModIdMapping took 0.135s +[16:58:30] [Server thread/INFO] [FML]: Applying holder lookups +[16:58:30] [Server thread/DEBUG] [FML]: Unable to lookup vc:guidebook_main for public static com.viesis.viescraft.common.items.ItemGuidebookMain com.viesis.viescraft.api.ItemsVC.GUIDEBOOK_MAIN. This means the object wasn't registered. It's likely just mod options. +[16:58:30] [Server thread/DEBUG] [FML]: Unable to lookup vc:dismounter_normal for public static com.viesis.viescraft.common.items.ItemDismounterNormal com.viesis.viescraft.api.ItemsVC.DISMOUNTER_NORMAL. This means the object wasn't registered. It's likely just mod options. +[16:58:30] [Server thread/DEBUG] [FML]: Unable to lookup vc:dismounter_player for public static com.viesis.viescraft.common.items.ItemDismounterPlayer com.viesis.viescraft.api.ItemsVC.DISMOUNTER_PLAYER. This means the object wasn't registered. It's likely just mod options. +[16:58:30] [Server thread/DEBUG] [FML]: Unable to lookup vc:viesoline_pellets for public static com.viesis.viescraft.common.items.parts.ItemViesoline com.viesis.viescraft.api.ItemsVC.VIESOLINE_PELLETS. This means the object wasn't registered. It's likely just mod options. +[16:58:30] [Server thread/DEBUG] [FML]: Unable to lookup vc:logic_chip for public static com.viesis.viescraft.common.items.parts.main.ItemLogicChip com.viesis.viescraft.api.ItemsVC.LOGIC_CHIP. This means the object wasn't registered. It's likely just mod options. +[16:58:30] [Server thread/DEBUG] [FML]: Unable to lookup vc:airship_ignition for public static com.viesis.viescraft.common.items.parts.main.ItemIgnition com.viesis.viescraft.api.ItemsVC.AIRSHIP_IGNITION. This means the object wasn't registered. It's likely just mod options. +[16:58:30] [Server thread/DEBUG] [FML]: Unable to lookup vc:airship_frame for public static com.viesis.viescraft.common.items.parts.main.ItemFrame com.viesis.viescraft.api.ItemsVC.AIRSHIP_FRAME. This means the object wasn't registered. It's likely just mod options. +[16:58:30] [Server thread/DEBUG] [FML]: Unable to lookup vc:airship_engine for public static com.viesis.viescraft.common.items.parts.main.ItemEngine com.viesis.viescraft.api.ItemsVC.AIRSHIP_ENGINE. This means the object wasn't registered. It's likely just mod options. +[16:58:30] [Server thread/DEBUG] [FML]: Unable to lookup vc:airship_balloon for public static com.viesis.viescraft.common.items.parts.main.ItemBalloon com.viesis.viescraft.api.ItemsVC.AIRSHIP_BALLOON. This means the object wasn't registered. It's likely just mod options. +[16:58:30] [Server thread/DEBUG] [FML]: Unable to lookup vc:upgrade_core for public static com.viesis.viescraft.common.items.upgrades.ItemUpgradeCore com.viesis.viescraft.api.ItemsVC.UPGRADE_CORE. This means the object wasn't registered. It's likely just mod options. +[16:58:30] [Server thread/DEBUG] [FML]: Unable to lookup vc:upgrade_frame for public static com.viesis.viescraft.common.items.upgrades.ItemUpgradeFrame com.viesis.viescraft.api.ItemsVC.UPGRADE_FRAME. This means the object wasn't registered. It's likely just mod options. +[16:58:30] [Server thread/DEBUG] [FML]: Unable to lookup vc:upgrade_engine for public static com.viesis.viescraft.common.items.upgrades.ItemUpgradeEngine com.viesis.viescraft.api.ItemsVC.UPGRADE_ENGINE. This means the object wasn't registered. It's likely just mod options. +[16:58:30] [Server thread/DEBUG] [FML]: Unable to lookup vc:upgrade_balloon for public static com.viesis.viescraft.common.items.upgrades.ItemUpgradeBalloon com.viesis.viescraft.api.ItemsVC.UPGRADE_BALLOON. This means the object wasn't registered. It's likely just mod options. +[16:58:30] [Server thread/DEBUG] [FML]: Unable to lookup vc:bomb for public static com.viesis.viescraft.common.items.ItemBomb com.viesis.viescraft.api.ItemsVC.BOMB. This means the object wasn't registered. It's likely just mod options. +[16:58:30] [Server thread/DEBUG] [FML]: Unable to lookup vc:module_type for public static com.viesis.viescraft.common.items.parts.ItemModuleType com.viesis.viescraft.api.ItemsVC.MODULE_TYPE. This means the object wasn't registered. It's likely just mod options. +[16:58:30] [Server thread/DEBUG] [FML]: Unable to lookup vc:module_creative for public static com.viesis.viescraft.common.items.parts.ItemModuleCreative com.viesis.viescraft.api.ItemsVC.MODULE_CREATIVE. This means the object wasn't registered. It's likely just mod options. +[16:58:30] [Server thread/DEBUG] [FML]: Unable to lookup vc:item_airship for public static com.viesis.viescraft.common.items.airships.ItemAirship com.viesis.viescraft.api.ItemsVC.ITEM_AIRSHIP. This means the object wasn't registered. It's likely just mod options. +[16:58:30] [Server thread/DEBUG] [FML]: Unable to lookup vc:item_airship_creative for public static com.viesis.viescraft.common.items.airships.ItemCreativeAirship com.viesis.viescraft.api.ItemsVC.ITEM_AIRSHIP_CREATIVE. This means the object wasn't registered. It's likely just mod options. +[16:58:30] [Server thread/DEBUG] [FML]: Unable to lookup vc:item_entity_airship for public static com.viesis.viescraft.common.items.ItemEntityAirship com.viesis.viescraft.api.ItemsVC.ITEM_ENTITY_AIRSHIP. This means the object wasn't registered. It's likely just mod options. +[16:58:30] [Server thread/DEBUG] [FML]: Unable to lookup vc:achievement_airship for public static com.viesis.viescraft.common.items.achievements.ItemAchievement com.viesis.viescraft.api.ItemsVC.ACHIEVEMENT_AIRSHIP. This means the object wasn't registered. It's likely just mod options. +[16:58:30] [Server thread/DEBUG] [FML]: Unable to lookup vc:item_display_symbol for public static com.viesis.viescraft.common.items.symbols.ItemDisplaySymbol com.viesis.viescraft.api.ItemsVC.ITEM_DISPLAY_SYMBOL. This means the object wasn't registered. It's likely just mod options. +[16:58:30] [Server thread/DEBUG] [FML]: Unable to lookup buildcraftsilicon:laser for public static net.minecraft.block.Block buildcraft.api.BCBlocks$Silicon.LASER. This means the object wasn't registered. It's likely just mod options. +[16:58:30] [Server thread/DEBUG] [FML]: Unable to lookup buildcraftsilicon:assembly_table for public static net.minecraft.block.Block buildcraft.api.BCBlocks$Silicon.ASSEMBLY_TABLE. This means the object wasn't registered. It's likely just mod options. +[16:58:30] [Server thread/DEBUG] [FML]: Unable to lookup buildcraftsilicon:advanced_crafting_table for public static net.minecraft.block.Block buildcraft.api.BCBlocks$Silicon.ADVANCED_CRAFTING_TABLE. This means the object wasn't registered. It's likely just mod options. +[16:58:30] [Server thread/DEBUG] [FML]: Unable to lookup buildcraftsilicon:integration_table for public static net.minecraft.block.Block buildcraft.api.BCBlocks$Silicon.INTEGRATION_TABLE. This means the object wasn't registered. It's likely just mod options. +[16:58:30] [Server thread/DEBUG] [FML]: Unable to lookup buildcraftsilicon:charging_table for public static net.minecraft.block.Block buildcraft.api.BCBlocks$Silicon.CHARGING_TABLE. This means the object wasn't registered. It's likely just mod options. +[16:58:30] [Server thread/DEBUG] [FML]: Unable to lookup buildcraftsilicon:programming_table for public static net.minecraft.block.Block buildcraft.api.BCBlocks$Silicon.PROGRAMMING_TABLE. This means the object wasn't registered. It's likely just mod options. +[16:58:30] [Server thread/DEBUG] [FML]: Unable to lookup buildcraftfactory:plastic_sheet for public static net.minecraft.item.Item buildcraft.api.BCItems$Factory.PLASTIC_SHEET. This means the object wasn't registered. It's likely just mod options. +[16:58:30] [Server thread/DEBUG] [FML]: Unable to lookup buildcraftfactory:water_gel for public static net.minecraft.item.Item buildcraft.api.BCItems$Factory.WATER_GEL. This means the object wasn't registered. It's likely just mod options. +[16:58:30] [Server thread/DEBUG] [FML]: Unable to lookup buildcraftfactory:gelled_water for public static net.minecraft.item.Item buildcraft.api.BCItems$Factory.GELLED_WATER. This means the object wasn't registered. It's likely just mod options. +[16:58:30] [Server thread/DEBUG] [FML]: Unable to lookup buildcraftenergy:glob_of_oil for public static net.minecraft.item.Item buildcraft.api.BCItems$Energy.GLOB_OF_OIL. This means the object wasn't registered. It's likely just mod options. +[16:58:30] [Server thread/DEBUG] [FML]: Unable to lookup chisel:bloodmagic for public static team.chisel.common.block.BlockCarvable team.chisel.common.init.ChiselBlocks.bloodmagic. This means the object wasn't registered. It's likely just mod options. +[16:58:30] [Server thread/DEBUG] [FML]: Unable to lookup chisel:carpet for public static team.chisel.common.block.BlockCarvable team.chisel.common.init.ChiselBlocks.carpet. This means the object wasn't registered. It's likely just mod options. +[16:58:30] [Server thread/DEBUG] [FML]: Unable to lookup chisel:cloud for public static team.chisel.common.block.BlockCarvable team.chisel.common.init.ChiselBlocks.cloud. This means the object wasn't registered. It's likely just mod options. +[16:58:30] [Server thread/DEBUG] [FML]: Unable to lookup chisel:concrete for public static team.chisel.common.block.BlockCarvable team.chisel.common.init.ChiselBlocks.concrete. This means the object wasn't registered. It's likely just mod options. +[16:58:30] [Server thread/DEBUG] [FML]: Unable to lookup chisel:concrete_powder for public static team.chisel.common.block.BlockCarvable team.chisel.common.init.ChiselBlocks.concrete_powder. This means the object wasn't registered. It's likely just mod options. +[16:58:30] [Server thread/DEBUG] [FML]: Unable to lookup chisel:paper for public static team.chisel.common.block.BlockCarvable team.chisel.common.init.ChiselBlocks.paper. This means the object wasn't registered. It's likely just mod options. +[16:58:30] [Server thread/DEBUG] [FML]: Unable to lookup chisel:valentines for public static team.chisel.common.block.BlockCarvable team.chisel.common.init.ChiselBlocks.valentines. This means the object wasn't registered. It's likely just mod options. +[16:58:30] [Server thread/DEBUG] [FML]: Unable to lookup chisel:waterstoneextra for public static team.chisel.common.block.BlockCarvable team.chisel.common.init.ChiselBlocks.waterstoneextra. This means the object wasn't registered. It's likely just mod options. +[16:58:30] [Server thread/DEBUG] [FML]: Unable to lookup buildcraftcore:paintbrush for public static net.minecraft.item.Item buildcraft.api.BCItems$Core.PAINTBRUSH. This means the object wasn't registered. It's likely just mod options. +[16:58:30] [Server thread/DEBUG] [FML]: Unable to lookup buildcraftcore:goggles for public static net.minecraft.item.Item buildcraft.api.BCItems$Core.GOGGLES. This means the object wasn't registered. It's likely just mod options. +[16:58:30] [Server thread/DEBUG] [FML]: Unable to lookup buildcraftcore:fragile_fluid_shard for public static net.minecraft.item.Item buildcraft.api.BCItems$Core.FRAGILE_FLUID_SHARD. This means the object wasn't registered. It's likely just mod options. +[16:58:30] [Server thread/DEBUG] [FML]: Unable to lookup buildcraftfactory:pump for public static net.minecraft.block.Block buildcraft.api.BCBlocks$Factory.PUMP. This means the object wasn't registered. It's likely just mod options. +[16:58:30] [Server thread/DEBUG] [FML]: Unable to lookup thaumcraft:quicksilver for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.ThaumCompat.THA_QUICKSILVER. This means the object wasn't registered. It's likely just mod options. +[16:58:30] [Server thread/DEBUG] [FML]: Unable to lookup dynamictrees:oakbranch for private static net.minecraft.block.Block betterwithmods.module.compat.DynamicTrees.oakbranch. This means the object wasn't registered. It's likely just mod options. +[16:58:30] [Server thread/DEBUG] [FML]: Unable to lookup harvestcraft:grouperrawitem for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.PamsCompat.PAMS_FISH_RAW_GROUPER. This means the object wasn't registered. It's likely just mod options. +[16:58:30] [Server thread/DEBUG] [FML]: Unable to lookup harvestcraft:tilapiarawitem for public static net.minecraft.item.Item nmd.primal.core.common.compat.mods.PamsCompat.PAMS_FISH_RAW_TILAPIA. This means the object wasn't registered. It's likely just mod options. +[16:58:30] [Server thread/DEBUG] [FML]: Unable to lookup dynamictrees:birchbranch for private static net.minecraft.block.Block nmd.primal.core.common.compat.mods.DynamicTreesCompat.DYNTREE_BRANCH_BIRCH. This means the object wasn't registered. It's likely just mod options. +[16:58:30] [Server thread/DEBUG] [FML]: Unable to lookup quark:custom_chest for public static net.minecraft.block.Block betterwithmods.module.compat.Quark.CUSTOM_CHEST. This means the object wasn't registered. It's likely just mod options. +[16:58:30] [Server thread/DEBUG] [FML]: Unable to lookup dynamictrees:junglebranch for private static net.minecraft.block.Block betterwithmods.module.compat.DynamicTrees.junglebranch. This means the object wasn't registered. It's likely just mod options. +[16:58:30] [Server thread/DEBUG] [FML]: Unable to lookup inspirations:materials for public static net.minecraft.item.Item blusunrize.immersiveengineering.common.util.compat.InspirationsHelper.ITEM_MATERIAL. This means the object wasn't registered. It's likely just mod options. +[16:58:30] [Server thread/DEBUG] [FML]: Unable to lookup harvestcraft:pampaperbark for public static net.minecraft.block.Block betterwithmods.module.compat.Harvestcraft.logPaperbark. This means the object wasn't registered. It's likely just mod options. +[16:58:30] [Server thread/DEBUG] [FML]: Unable to lookup dynamictrees:birchbranch for private static net.minecraft.block.Block betterwithmods.module.compat.DynamicTrees.birchbranch. This means the object wasn't registered. It's likely just mod options. +[16:58:30] [Server thread/DEBUG] [FML]: Unable to lookup dynamictrees:darkoakbranch for private static net.minecraft.block.Block betterwithmods.module.compat.DynamicTrees.darkoakbranch. This means the object wasn't registered. It's likely just mod options. +[16:58:30] [Server thread/DEBUG] [FML]: Unable to lookup thermalfoundation:wrench for private static net.minecraft.item.Item me.desht.pneumaticcraft.common.thirdparty.ModdedWrenchUtils.CRESCENT_HAMMER. This means the object wasn't registered. It's likely just mod options. +[16:58:30] [Server thread/DEBUG] [FML]: Unable to lookup harvestcraft:walleyerawitem for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.PamsCompat.PAMS_FISH_RAW_WALLEYE. This means the object wasn't registered. It's likely just mod options. +[16:58:30] [Server thread/DEBUG] [FML]: Unable to lookup harvestcraft:catfishrawitem for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.PamsCompat.PAMS_FISH_RAW_CAT. This means the object wasn't registered. It's likely just mod options. +[16:58:30] [Server thread/DEBUG] [FML]: Unable to lookup betterwithmods:block.bloodwood.break for public static net.minecraft.util.SoundEvent betterwithmods.common.BWSounds.BLOODWOOD_BREAK. This means the object wasn't registered. It's likely just mod options. +[16:58:30] [Server thread/DEBUG] [FML]: Unable to lookup buildcraftsilicon:assembly_table for private static net.minecraft.block.Block buildcraft.transport.BCTransportRecipes.SILICON_TABLE_ASSEMBLY. This means the object wasn't registered. It's likely just mod options. +[16:58:30] [Server thread/DEBUG] [FML]: Unable to lookup combustfish:magma_string for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.CombustCompat.COMBUST_MAGMA_STRING. This means the object wasn't registered. It's likely just mod options. +[16:58:30] [Server thread/DEBUG] [FML]: Unable to lookup theoneprobe:probe for public static net.minecraft.item.Item me.desht.pneumaticcraft.common.recipes.CraftingRegistrator.ONE_PROBE. This means the object wasn't registered. It's likely just mod options. +[16:58:30] [Server thread/DEBUG] [FML]: Unable to lookup harvestcraft:mudfishrawitem for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.PamsCompat.PAMS_FISH_RAW_MUD. This means the object wasn't registered. It's likely just mod options. +[16:58:30] [Server thread/DEBUG] [FML]: Unable to lookup enderio:block_fused_quartz for private static net.minecraft.block.Block nmd.primal.core.common.compat.mods.EIOCompat.EIO_FUSED_QUARTZ. This means the object wasn't registered. It's likely just mod options. +[16:58:30] [Server thread/DEBUG] [FML]: Unable to lookup harvestcraft:pamcinnamon for public static net.minecraft.block.Block betterwithmods.module.compat.Harvestcraft.logCinnamon. This means the object wasn't registered. It's likely just mod options. +[16:58:30] [Server thread/DEBUG] [FML]: Unable to lookup betterwithmods:mud for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.BWMCompat.BWM_somethinghere. This means the object wasn't registered. It's likely just mod options. +[16:58:30] [Server thread/DEBUG] [FML]: Unable to lookup dynamictrees:darkoakbranch for private static net.minecraft.block.Block nmd.primal.core.common.compat.mods.DynamicTreesCompat.DYNTREE_BRANCH_DARK_OAK. This means the object wasn't registered. It's likely just mod options. +[16:58:30] [Server thread/DEBUG] [FML]: Unable to lookup dynamictrees:acaciabranch for private static net.minecraft.block.Block nmd.primal.core.common.compat.mods.DynamicTreesCompat.DYNTREE_BRANCH_ACACIA. This means the object wasn't registered. It's likely just mod options. +[16:58:30] [Server thread/DEBUG] [FML]: Unable to lookup betterwithaddons:alchemical_dragon for public static betterwithaddons.block.BlockAlchDragon betterwithaddons.block.ModBlocks.ALCHEMICAL_DRAGON. This means the object wasn't registered. It's likely just mod options. +[16:58:30] [Server thread/DEBUG] [FML]: Unable to lookup dynamictrees:oakbranch for private static net.minecraft.block.Block nmd.primal.core.common.compat.mods.DynamicTreesCompat.DYNTREE_BRANCH_OAK. This means the object wasn't registered. It's likely just mod options. +[16:58:30] [Server thread/DEBUG] [FML]: Unable to lookup cyberware:shades for public static net.minecraft.item.Item nmd.primal.core.common.init.ModCompat.CBR_SHADES_SQUARE. This means the object wasn't registered. It's likely just mod options. +[16:58:30] [Server thread/DEBUG] [FML]: Unable to lookup enderio:block_enlightened_fused_quartz for private static net.minecraft.block.Block nmd.primal.core.common.compat.mods.EIOCompat.EIO_ENLIGHTENED_QUARTZ. This means the object wasn't registered. It's likely just mod options. +[16:58:30] [Server thread/DEBUG] [FML]: Unable to lookup enderio:item_material for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.EIOCompat.EIO_MATERIAL. This means the object wasn't registered. It's likely just mod options. +[16:58:30] [Server thread/DEBUG] [FML]: Unable to lookup cyclicmagic:boomerang for public static net.minecraft.item.Item com.lothrazar.cyclicmagic.item.boomerang.EntityBoomerang.boomerangItem. This means the object wasn't registered. It's likely just mod options. +[16:58:30] [Server thread/DEBUG] [FML]: Unable to lookup thaumcraft:nugget for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.ThaumCompat.THA_NUGGET. This means the object wasn't registered. It's likely just mod options. +[16:58:30] [Server thread/DEBUG] [FML]: Unable to lookup harvestcraft:fishtrapbaititem for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.PamsCompat.PAMS_FISH_TRAP_BAIT. This means the object wasn't registered. It's likely just mod options. +[16:58:30] [Server thread/DEBUG] [FML]: Unable to lookup thaumcraft:cluster for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.ThaumCompat.THA_CLUSTER. This means the object wasn't registered. It's likely just mod options. +[16:58:30] [Server thread/DEBUG] [FML]: Unable to lookup harvestcraft:anchovyrawitem for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.PamsCompat.PAMS_FISH_RAW_ANCHOVY. This means the object wasn't registered. It's likely just mod options. +[16:58:30] [Server thread/DEBUG] [FML]: Unable to lookup cyberware:cybereyes for public static net.minecraft.item.Item nmd.primal.core.common.init.ModCompat.CBR_CYBER_EYES. This means the object wasn't registered. It's likely just mod options. +[16:58:30] [Server thread/DEBUG] [FML]: Unable to lookup enderio:item_alloy_ingot for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.EIOCompat.EIO_INGOT. This means the object wasn't registered. It's likely just mod options. +[16:58:30] [Server thread/DEBUG] [FML]: Unable to lookup enderio:item_alloy_nugget for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.EIOCompat.EIO_NUGGET. This means the object wasn't registered. It's likely just mod options. +[16:58:30] [Server thread/DEBUG] [FML]: Unable to lookup dynamictrees:junglebranch for private static net.minecraft.block.Block nmd.primal.core.common.compat.mods.DynamicTreesCompat.DYNTREE_BRANCH_JUNGLE. This means the object wasn't registered. It's likely just mod options. +[16:58:30] [Server thread/DEBUG] [FML]: Unable to lookup ic2:quantum_helmet for public static net.minecraft.item.Item nmd.primal.core.common.init.ModCompat.IC2_QUANTUM_HELMET. This means the object wasn't registered. It's likely just mod options. +[16:58:30] [Server thread/DEBUG] [FML]: Unable to lookup harvestcraft:carprawitem for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.PamsCompat.PAMS_FISH_RAW_CARP. This means the object wasn't registered. It's likely just mod options. +[16:58:30] [Server thread/DEBUG] [FML]: Unable to lookup harvestcraft:perchrawitem for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.PamsCompat.PAMS_FISH_RAW_PERCH. This means the object wasn't registered. It's likely just mod options. +[16:58:30] [Server thread/DEBUG] [FML]: Unable to lookup nex:tilled_sand_soul for public static net.minecraft.block.Block nmd.primal.core.common.init.ModCompat.NEX_TILLED_SOUL_SAND. This means the object wasn't registered. It's likely just mod options. +[16:58:30] [Server thread/DEBUG] [FML]: Unable to lookup enderio:block_fused_glass for private static net.minecraft.block.Block nmd.primal.core.common.compat.mods.EIOCompat.EIO_FUSED_GLASS. This means the object wasn't registered. It's likely just mod options. +[16:58:30] [Server thread/DEBUG] [FML]: Unable to lookup enderio:item_yeta_wrench for private static net.minecraft.item.Item me.desht.pneumaticcraft.common.thirdparty.ModdedWrenchUtils.YETA_WRENCH. This means the object wasn't registered. It's likely just mod options. +[16:58:30] [Server thread/DEBUG] [FML]: Unable to lookup cyberware:shades2 for public static net.minecraft.item.Item nmd.primal.core.common.init.ModCompat.CBR_SHADES_ROUND. This means the object wasn't registered. It's likely just mod options. +[16:58:30] [Server thread/DEBUG] [FML]: Unable to lookup harvestcraft:bassrawitem for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.PamsCompat.PAMS_FISH_RAW_BASS. This means the object wasn't registered. It's likely just mod options. +[16:58:30] [Server thread/DEBUG] [FML]: Unable to lookup vanillafoodpantry:red_flint for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.VFPCompat.VFP_RED_FLINT. This means the object wasn't registered. It's likely just mod options. +[16:58:30] [Server thread/DEBUG] [FML]: Unable to lookup harvestcraft:troutrawitem for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.PamsCompat.PAMS_FISH_RAW_TROUT. This means the object wasn't registered. It's likely just mod options. +[16:58:30] [Server thread/DEBUG] [FML]: Unable to lookup harvestcraft:tunarawitem for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.PamsCompat.PAMS_FISH_RAW_TUNA. This means the object wasn't registered. It's likely just mod options. +[16:58:30] [Server thread/DEBUG] [FML]: Unable to lookup cyclicmagic:fire_frost for public static net.minecraft.block.Block com.lothrazar.cyclicmagic.block.firestarter.TileEntityFireStarter.fireFrost. This means the object wasn't registered. It's likely just mod options. +[16:58:30] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:universal_actuator for public static net.minecraft.block.Block me.desht.pneumaticcraft.common.block.Blockss.UNIVERSAL_ACTUATOR. This means the object wasn't registered. It's likely just mod options. +[16:58:30] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:electric_compressor for static net.minecraft.block.Block me.desht.pneumaticcraft.common.thirdparty.ic2.IC2.ELECTRIC_COMPRESSOR. This means the object wasn't registered. It's likely just mod options. +[16:58:30] [Server thread/DEBUG] [FML]: Unable to lookup familiarfauna:familiarfauna.deer for private static net.minecraftforge.fml.common.registry.EntityEntry nmd.primal.core.common.compat.mods.FaunaCompat.FAUNA_DEER. This means the object wasn't registered. It's likely just mod options. +[16:58:30] [Server thread/DEBUG] [FML]: Unable to lookup harvestcraft:herringrawitem for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.PamsCompat.PAMS_FISH_RAW_HERRING. This means the object wasn't registered. It's likely just mod options. +[16:58:30] [Server thread/DEBUG] [FML]: Unable to lookup cyclicmagic:stone_pebble for public static net.minecraft.item.Item com.lothrazar.cyclicmagic.item.slingshot.ItemProjectileSlingshot.bullet. This means the object wasn't registered. It's likely just mod options. +[16:58:30] [Server thread/DEBUG] [FML]: Unable to lookup cyclicmagic:stone_pebble for public static net.minecraft.item.Item com.lothrazar.cyclicmagic.item.slingshot.EntitySlingshot.bullet. This means the object wasn't registered. It's likely just mod options. +[16:58:30] [Server thread/DEBUG] [FML]: Unable to lookup ic2:quantum_chestplate for public static net.minecraft.item.Item nmd.primal.core.common.init.ModCompat.IC2_QUANTUM_CHESTPLATE. This means the object wasn't registered. It's likely just mod options. +[16:58:30] [Server thread/DEBUG] [FML]: Unable to lookup ic2:quantum_leggings for public static net.minecraft.item.Item nmd.primal.core.common.init.ModCompat.IC2_QUANTUM_LEGGINGS. This means the object wasn't registered. It's likely just mod options. +[16:58:30] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:drone_interface for public static net.minecraft.block.Block me.desht.pneumaticcraft.common.thirdparty.computercraft.OpenComputers.DRONE_INTERFACE. This means the object wasn't registered. It's likely just mod options. +[16:58:30] [Server thread/DEBUG] [FML]: Unable to lookup ic2:misc_resource for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.IC2Compat.IC2_MISC_RESOURCE. This means the object wasn't registered. It's likely just mod options. +[16:58:30] [Server thread/DEBUG] [FML]: Unable to lookup foundry:component for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.FoundryCompat.FDR_COMPONENT. This means the object wasn't registered. It's likely just mod options. +[16:58:30] [Server thread/DEBUG] [FML]: Unable to lookup harvestcraft:charrrawitem for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.PamsCompat.PAMS_FISH_RAW_CHARR. This means the object wasn't registered. It's likely just mod options. +[16:58:30] [Server thread/DEBUG] [FML]: Unable to lookup dynamictrees:sprucebranch for private static net.minecraft.block.Block nmd.primal.core.common.compat.mods.DynamicTreesCompat.DYNTREE_BRANCH_SPRUCE. This means the object wasn't registered. It's likely just mod options. +[16:58:30] [Server thread/DEBUG] [FML]: Unable to lookup natura:flame_string for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.NaturaCompat.NATURA_FLAME_STRING. This means the object wasn't registered. It's likely just mod options. +[16:58:30] [Server thread/DEBUG] [FML]: Unable to lookup dynamictrees:acaciabranch for private static net.minecraft.block.Block betterwithmods.module.compat.DynamicTrees.acaciabranch. This means the object wasn't registered. It's likely just mod options. +[16:58:30] [Server thread/DEBUG] [FML]: Unable to lookup pneumaticcraft:pneumatic_generator for static net.minecraft.block.Block me.desht.pneumaticcraft.common.thirdparty.ic2.IC2.PNEUMATIC_GENERATOR. This means the object wasn't registered. It's likely just mod options. +[16:58:30] [Server thread/DEBUG] [FML]: Unable to lookup harvestcraft:pammaple for public static net.minecraft.block.Block betterwithmods.module.compat.Harvestcraft.logMaple. This means the object wasn't registered. It's likely just mod options. +[16:58:30] [Server thread/DEBUG] [FML]: Unable to lookup dynamictrees:sprucebranch for private static net.minecraft.block.Block betterwithmods.module.compat.DynamicTrees.sprucebranch. This means the object wasn't registered. It's likely just mod options. +[16:58:30] [Server thread/DEBUG] [FML]: Unable to lookup harvestcraft:snapperrawitem for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.PamsCompat.PAMS_FISH_RAW_SNAPPER. This means the object wasn't registered. It's likely just mod options. +[16:58:30] [Server thread/DEBUG] [FML]: Unable to lookup ic2:wrench for private static net.minecraft.item.Item me.desht.pneumaticcraft.common.thirdparty.ModdedWrenchUtils.IC2_WRENCH. This means the object wasn't registered. It's likely just mod options. +[16:58:30] [Server thread/DEBUG] [FML]: Unable to lookup natura:flint_and_blaze for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.NaturaCompat.NATURA_FLINT_N_BLAZE. This means the object wasn't registered. It's likely just mod options. +[16:58:30] [Server thread/DEBUG] [FML]: Unable to lookup ic2:quantum_boots for public static net.minecraft.item.Item nmd.primal.core.common.init.ModCompat.IC2_QUANTUM_BOOTS. This means the object wasn't registered. It's likely just mod options. +[16:58:30] [Server thread/DEBUG] [FML]: Unable to lookup ic2:crafting for private static net.minecraft.item.Item nmd.primal.core.common.compat.mods.IC2Compat.IC2_CRAFTING. This means the object wasn't registered. It's likely just mod options. +[16:58:30] [Server thread/INFO] [FML]: Holder lookups applied +[16:58:30] [Server thread/DEBUG] [FML]: Loading persistent fluid defaults from world +[16:58:30] [Server thread/DEBUG] [FML]: The fluid contenttweaker:reinforced_metal has been selected as the default fluid for reinforced_metal +[16:58:30] [Server thread/DEBUG] [FML]: The fluid mekanism:liquidsulfurtrioxide has been selected as the default fluid for liquidsulfurtrioxide +[16:58:30] [Server thread/DEBUG] [FML]: The fluid mekanism:steam has been selected as the default fluid for steam +[16:58:30] [Server thread/DEBUG] [FML]: The fluid tconstruct:alubrass has been selected as the default fluid for alubrass +[16:58:30] [Server thread/DEBUG] [FML]: The fluid galacticraftplanets:atmosphericgases has been selected as the default fluid for atmosphericgases +[16:58:30] [Server thread/DEBUG] [FML]: The fluid immersiveengineering:biodiesel has been selected as the default fluid for biodiesel +[16:58:30] [Server thread/DEBUG] [FML]: The fluid tcomplement:chocolate_liquor has been selected as the default fluid for chocolate_liquor +[16:58:30] [Server thread/DEBUG] [FML]: The fluid primal:tannin has been selected as the default fluid for tannin +[16:58:30] [Server thread/DEBUG] [FML]: The fluid thebetweenlands:stagnant_water has been selected as the default fluid for stagnant_water +[16:58:30] [Server thread/DEBUG] [FML]: The fluid mekanism:liquidethene has been selected as the default fluid for liquidethene +[16:58:30] [Server thread/DEBUG] [FML]: The fluid tconstruct:brass has been selected as the default fluid for brass +[16:58:30] [Server thread/DEBUG] [FML]: The fluid immersiveengineering:uranium has been selected as the default fluid for uranium +[16:58:30] [Server thread/DEBUG] [FML]: The fluid extraplanets:liquid_caramel_fluid has been selected as the default fluid for liquid_caramel_fluid +[16:58:30] [Server thread/DEBUG] [FML]: The fluid immersiveengineering:constantan has been selected as the default fluid for constantan +[16:58:30] [Server thread/DEBUG] [FML]: The fluid actuallyadditions:crystaloil has been selected as the default fluid for crystaloil +[16:58:30] [Server thread/DEBUG] [FML]: The fluid immersivepetroleum:lubricant has been selected as the default fluid for lubricant +[16:58:30] [Server thread/DEBUG] [FML]: The fluid thebetweenlands:tar has been selected as the default fluid for tar +[16:58:30] [Server thread/DEBUG] [FML]: The fluid contenttweaker:slime has been selected as the default fluid for slime +[16:58:30] [Server thread/DEBUG] [FML]: The fluid actuallyadditions:refinedcanolaoil has been selected as the default fluid for refinedcanolaoil +[16:58:30] [Server thread/DEBUG] [FML]: The fluid car:canola_methanol_mix has been selected as the default fluid for canola_methanol_mix +[16:58:30] [Server thread/DEBUG] [FML]: The fluid cyclicmagic:xpjuice has been selected as the default fluid for xpjuice +[16:58:30] [Server thread/DEBUG] [FML]: The fluid industrialforegoing:if.protein has been selected as the default fluid for if.protein +[16:58:30] [Server thread/DEBUG] [FML]: The fluid mekanism:liquidlithium has been selected as the default fluid for liquidlithium +[16:58:30] [Server thread/DEBUG] [FML]: The fluid integrateddynamics:liquidchorus has been selected as the default fluid for liquidchorus +[16:58:30] [Server thread/DEBUG] [FML]: The fluid tconstruct:nickel has been selected as the default fluid for nickel +[16:58:30] [Server thread/DEBUG] [FML]: The fluid thebetweenlands:swamp_water has been selected as the default fluid for swamp_water +[16:58:30] [Server thread/DEBUG] [FML]: The fluid contenttweaker:osmium has been selected as the default fluid for osmium +[16:58:30] [Server thread/DEBUG] [FML]: The fluid mekanism:heavywater has been selected as the default fluid for heavywater +[16:58:30] [Server thread/DEBUG] [FML]: The fluid extraplanets:infected_water_fluid has been selected as the default fluid for infected_water_fluid +[16:58:30] [Server thread/DEBUG] [FML]: The fluid rustic:applejuice has been selected as the default fluid for applejuice +[16:58:30] [Server thread/DEBUG] [FML]: The fluid rustic:ale has been selected as the default fluid for ale +[16:58:30] [Server thread/DEBUG] [FML]: The fluid mekanism:sulfuricacid has been selected as the default fluid for sulfuricacid +[16:58:30] [Server thread/DEBUG] [FML]: The fluid industrialforegoing:latex has been selected as the default fluid for latex +[16:58:30] [Server thread/DEBUG] [FML]: The fluid extraplanets:liquid_hydrocarbon_fluid has been selected as the default fluid for liquid_hydrocarbon_fluid +[16:58:30] [Server thread/DEBUG] [FML]: The fluid extraplanets:clean_water_fluid has been selected as the default fluid for clean_water_fluid +[16:58:30] [Server thread/DEBUG] [FML]: The fluid tconstruct:glass has been selected as the default fluid for glass +[16:58:30] [Server thread/DEBUG] [FML]: The fluid galacticraftplanets:nitrogen has been selected as the default fluid for nitrogen +[16:58:30] [Server thread/DEBUG] [FML]: The fluid mysticalagradditions:prudentium has been selected as the default fluid for prudentium +[16:58:30] [Server thread/DEBUG] [FML]: The fluid industrialforegoing:sewage has been selected as the default fluid for sewage +[16:58:30] [Server thread/DEBUG] [FML]: The fluid tconstruct:manyullyn has been selected as the default fluid for manyullyn +[16:58:30] [Server thread/DEBUG] [FML]: The fluid primal:urushi has been selected as the default fluid for urushi +[16:58:30] [Server thread/DEBUG] [FML]: The fluid galacticraftplanets:methane has been selected as the default fluid for methane +[16:58:30] [Server thread/DEBUG] [FML]: The fluid industrialforegoing:if.ore_fluid_fermented has been selected as the default fluid for if.ore_fluid_fermented +[16:58:30] [Server thread/DEBUG] [FML]: The fluid galacticraftcore:fuel has been selected as the default fluid for fuel +[16:58:30] [Server thread/DEBUG] [FML]: The fluid industrialforegoing:sludge has been selected as the default fluid for sludge +[16:58:30] [Server thread/DEBUG] [FML]: The fluid rustic:wildberryjuice has been selected as the default fluid for wildberryjuice +[16:58:30] [Server thread/DEBUG] [FML]: The fluid contenttweaker:steeleaf has been selected as the default fluid for steeleaf +[16:58:30] [Server thread/DEBUG] [FML]: The fluid primal:brine_netjry has been selected as the default fluid for brine_netjry +[16:58:30] [Server thread/DEBUG] [FML]: The fluid mekanism:liquidoxygen has been selected as the default fluid for liquidoxygen +[16:58:30] [Server thread/DEBUG] [FML]: The fluid contenttweaker:glowstone has been selected as the default fluid for glowstone +[16:58:30] [Server thread/DEBUG] [FML]: The fluid cyclicmagic:milk has been selected as the default fluid for milk +[16:58:30] [Server thread/DEBUG] [FML]: The fluid rustic:mead has been selected as the default fluid for mead +[16:58:30] [Server thread/DEBUG] [FML]: The fluid primal:waste has been selected as the default fluid for waste +[16:58:30] [Server thread/DEBUG] [FML]: The fluid cyclicmagic:poison has been selected as the default fluid for poison +[16:58:30] [Server thread/DEBUG] [FML]: The fluid galacticraftplanets:liquidargon has been selected as the default fluid for liquidargon +[16:58:30] [Server thread/DEBUG] [FML]: The fluid tcomplement:milk_chocolate has been selected as the default fluid for milk_chocolate +[16:58:30] [Server thread/DEBUG] [FML]: The fluid integrateddynamics:menrilresin has been selected as the default fluid for menrilresin +[16:58:30] [Server thread/DEBUG] [FML]: The fluid mekanism:liquidfusionfuel has been selected as the default fluid for liquidfusionfuel +[16:58:30] [Server thread/DEBUG] [FML]: The fluid extraplanets:salt_fluid has been selected as the default fluid for salt_fluid +[16:58:30] [Server thread/DEBUG] [FML]: The fluid rustic:wildberrywine has been selected as the default fluid for wildberrywine +[16:58:30] [Server thread/DEBUG] [FML]: The fluid contenttweaker:modularium has been selected as the default fluid for modularium +[16:58:30] [Server thread/DEBUG] [FML]: The fluid pneumaticcraft:kerosene has been selected as the default fluid for kerosene +[16:58:30] [Server thread/DEBUG] [FML]: The fluid rustic:honey has been selected as the default fluid for honey +[16:58:30] [Server thread/DEBUG] [FML]: The fluid extraplanets:nitrogen_fluid has been selected as the default fluid for nitrogen_fluid +[16:58:30] [Server thread/DEBUG] [FML]: The fluid extraplanets:methane_fluid has been selected as the default fluid for methane_fluid +[16:58:30] [Server thread/DEBUG] [FML]: The fluid tconstruct:knightslime has been selected as the default fluid for knightslime +[16:58:30] [Server thread/DEBUG] [FML]: The fluid galacticraftcore:oilgc has been selected as the default fluid for oilgc +[16:58:30] [Server thread/DEBUG] [FML]: The fluid contenttweaker:enhanced_galgadorian has been selected as the default fluid for enhanced_galgadorian +[16:58:30] [Server thread/DEBUG] [FML]: The fluid immersiveengineering:potion has been selected as the default fluid for potion +[16:58:30] [Server thread/DEBUG] [FML]: The fluid galacticraftcore:oxygen has been selected as the default fluid for oxygen +[16:58:30] [Server thread/DEBUG] [FML]: The fluid immersivepetroleum:napalm has been selected as the default fluid for napalm +[16:58:30] [Server thread/DEBUG] [FML]: The fluid extraplanets:liquid_chocolate_fluid has been selected as the default fluid for liquid_chocolate_fluid +[16:58:30] [Server thread/DEBUG] [FML]: The fluid rustic:ironberryjuice has been selected as the default fluid for ironberryjuice +[16:58:30] [Server thread/DEBUG] [FML]: The fluid cyclicmagic:amber has been selected as the default fluid for amber +[16:58:30] [Server thread/DEBUG] [FML]: The fluid twilightforest:fiery_essence has been selected as the default fluid for fiery_essence +[16:58:30] [Server thread/DEBUG] [FML]: The fluid mekanism:liquidhydrogen has been selected as the default fluid for liquidhydrogen +[16:58:30] [Server thread/DEBUG] [FML]: The fluid car:bio_diesel has been selected as the default fluid for bio_diesel +[16:58:30] [Server thread/DEBUG] [FML]: The fluid industrialforegoing:meat has been selected as the default fluid for meat +[16:58:30] [Server thread/DEBUG] [FML]: The fluid galacticraftcore:fuelgc has been selected as the default fluid for fuelgc +[16:58:30] [Server thread/DEBUG] [FML]: The fluid tconstruct:blood has been selected as the default fluid for blood +[16:58:30] [Server thread/DEBUG] [FML]: The fluid abyssalcraft:liquidantimatter has been selected as the default fluid for liquidantimatter +[16:58:30] [Server thread/DEBUG] [FML]: The fluid industrialforegoing:if.pink_slime has been selected as the default fluid for if.pink_slime +[16:58:30] [Server thread/DEBUG] [FML]: The fluid galacticraftplanets:argon has been selected as the default fluid for argon +[16:58:30] [Server thread/DEBUG] [FML]: The fluid contenttweaker:cheese has been selected as the default fluid for cheese +[16:58:30] [Server thread/DEBUG] [FML]: The fluid pneumaticcraft:etchacid has been selected as the default fluid for etchacid +[16:58:30] [Server thread/DEBUG] [FML]: The fluid abyssalcraft:liquidcoralium has been selected as the default fluid for liquidcoralium +[16:58:30] [Server thread/DEBUG] [FML]: The fluid minecraft:lava has been selected as the default fluid for lava +[16:58:30] [Server thread/DEBUG] [FML]: The fluid extraplanets:magma_fluid has been selected as the default fluid for magma_fluid +[16:58:30] [Server thread/DEBUG] [FML]: The fluid tconstruct:emerald has been selected as the default fluid for emerald +[16:58:30] [Server thread/DEBUG] [FML]: The fluid mekanism:liquidsodium has been selected as the default fluid for liquidsodium +[16:58:30] [Server thread/DEBUG] [FML]: The fluid rustic:ironwine has been selected as the default fluid for ironwine +[16:58:30] [Server thread/DEBUG] [FML]: The fluid tconstruct:zinc has been selected as the default fluid for zinc +[16:58:30] [Server thread/DEBUG] [FML]: The fluid immersivetech:dist_water has been selected as the default fluid for dist_water +[16:58:30] [Server thread/DEBUG] [FML]: The fluid galacticraftcore:oil has been selected as the default fluid for oil +[16:58:30] [Server thread/DEBUG] [FML]: The fluid galacticraftplanets:sulphuricacid has been selected as the default fluid for sulphuricacid +[16:58:30] [Server thread/DEBUG] [FML]: The fluid tconstruct:blueslime has been selected as the default fluid for blueslime +[16:58:30] [Server thread/DEBUG] [FML]: The fluid tconstruct:lead has been selected as the default fluid for lead +[16:58:30] [Server thread/DEBUG] [FML]: The fluid mekanism:liquidchlorine has been selected as the default fluid for liquidchlorine +[16:58:30] [Server thread/DEBUG] [FML]: The fluid contenttweaker:propene has been selected as the default fluid for propene +[16:58:30] [Server thread/DEBUG] [FML]: The fluid actuallyadditions:empoweredoil has been selected as the default fluid for empoweredoil +[16:58:30] [Server thread/DEBUG] [FML]: The fluid tconstruct:gold has been selected as the default fluid for gold +[16:58:30] [Server thread/DEBUG] [FML]: The fluid pneumaticcraft:lpg has been selected as the default fluid for lpg +[16:58:30] [Server thread/DEBUG] [FML]: The fluid tconstruct:clay has been selected as the default fluid for clay +[16:58:30] [Server thread/DEBUG] [FML]: The fluid twilightforest:knightmetal has been selected as the default fluid for knightmetal +[16:58:30] [Server thread/DEBUG] [FML]: The fluid mysticalagradditions:base_essence has been selected as the default fluid for base_essence +[16:58:30] [Server thread/DEBUG] [FML]: The fluid minecraft:water has been selected as the default fluid for water +[16:58:30] [Server thread/DEBUG] [FML]: The fluid tconstruct:electrum has been selected as the default fluid for electrum +[16:58:30] [Server thread/DEBUG] [FML]: The fluid tconstruct:purpleslime has been selected as the default fluid for purpleslime +[16:58:30] [Server thread/DEBUG] [FML]: The fluid contenttweaker:titanium has been selected as the default fluid for titanium +[16:58:30] [Server thread/DEBUG] [FML]: The fluid galacticraftplanets:liquidnitrogen has been selected as the default fluid for liquidnitrogen +[16:58:30] [Server thread/DEBUG] [FML]: The fluid primal:bitumen has been selected as the default fluid for bitumen +[16:58:30] [Server thread/DEBUG] [FML]: The fluid immersivepetroleum:gasoline has been selected as the default fluid for gasoline +[16:58:30] [Server thread/DEBUG] [FML]: The fluid tconstruct:pigiron has been selected as the default fluid for pigiron +[16:58:30] [Server thread/DEBUG] [FML]: The fluid tconstruct:cobalt has been selected as the default fluid for cobalt +[16:58:30] [Server thread/DEBUG] [FML]: The fluid bloodmagic:lifeessence has been selected as the default fluid for lifeessence +[16:58:30] [Server thread/DEBUG] [FML]: The fluid contenttweaker:platinum has been selected as the default fluid for platinum +[16:58:30] [Server thread/DEBUG] [FML]: The fluid car:methanol has been selected as the default fluid for methanol +[16:58:30] [Server thread/DEBUG] [FML]: The fluid immersiveengineering:ethanol has been selected as the default fluid for ethanol +[16:58:30] [Server thread/DEBUG] [FML]: The fluid galacticraftplanets:bacterialsludge has been selected as the default fluid for bacterialsludge +[16:58:30] [Server thread/DEBUG] [FML]: The fluid thebetweenlands:rubber has been selected as the default fluid for rubber +[16:58:30] [Server thread/DEBUG] [FML]: The fluid tconstruct:aluminum has been selected as the default fluid for aluminum +[16:58:30] [Server thread/DEBUG] [FML]: The fluid primal:magma_basaltic has been selected as the default fluid for magma_basaltic +[16:58:30] [Server thread/DEBUG] [FML]: The fluid galacticraftplanets:liquidmethane has been selected as the default fluid for liquidmethane +[16:58:30] [Server thread/DEBUG] [FML]: The fluid advgenerators:syngas has been selected as the default fluid for syngas +[16:58:30] [Server thread/DEBUG] [FML]: The fluid industrialforegoing:if.ore_fluid_raw has been selected as the default fluid for if.ore_fluid_raw +[16:58:30] [Server thread/DEBUG] [FML]: The fluid tconstruct:dirt has been selected as the default fluid for dirt +[16:58:30] [Server thread/DEBUG] [FML]: The fluid primal:ovis_atre_milk has been selected as the default fluid for ovis_atre_milk +[16:58:30] [Server thread/DEBUG] [FML]: The fluid astralsorcery:astralsorcery.liquidstarlight has been selected as the default fluid for astralsorcery.liquidstarlight +[16:58:30] [Server thread/DEBUG] [FML]: The fluid industrialforegoing:essence has been selected as the default fluid for essence +[16:58:30] [Server thread/DEBUG] [FML]: The fluid galacticraftplanets:helium has been selected as the default fluid for helium +[16:58:30] [Server thread/DEBUG] [FML]: The fluid tconstruct:obsidian has been selected as the default fluid for obsidian +[16:58:30] [Server thread/DEBUG] [FML]: The fluid cyclicmagic:crystal has been selected as the default fluid for crystal +[16:58:30] [Server thread/DEBUG] [FML]: The fluid mysticalagradditions:superium has been selected as the default fluid for superium +[16:58:30] [Server thread/DEBUG] [FML]: The fluid tconstruct:stone has been selected as the default fluid for stone +[16:58:30] [Server thread/DEBUG] [FML]: The fluid extraplanets:nitrogen_ice_fluid has been selected as the default fluid for nitrogen_ice_fluid +[16:58:30] [Server thread/DEBUG] [FML]: The fluid immersivepetroleum:diesel has been selected as the default fluid for diesel +[16:58:30] [Server thread/DEBUG] [FML]: The fluid contenttweaker:plastic has been selected as the default fluid for plastic +[16:58:30] [Server thread/DEBUG] [FML]: The fluid mysticalagradditions:intermedium has been selected as the default fluid for intermedium +[16:58:30] [Server thread/DEBUG] [FML]: The fluid contenttweaker:invar has been selected as the default fluid for invar +[16:58:30] [Server thread/DEBUG] [FML]: The fluid acintegration:moltenrefinedcoralium has been selected as the default fluid for moltenrefinedcoralium +[16:58:30] [Server thread/DEBUG] [FML]: The fluid actuallyadditions:canolaoil has been selected as the default fluid for canolaoil +[16:58:30] [Server thread/DEBUG] [FML]: The fluid industrialforegoing:biofuel has been selected as the default fluid for biofuel +[16:58:30] [Server thread/DEBUG] [FML]: The fluid car:glycerin has been selected as the default fluid for glycerin +[16:58:30] [Server thread/DEBUG] [FML]: The fluid primal:smoke has been selected as the default fluid for smoke +[16:58:30] [Server thread/DEBUG] [FML]: The fluid car:canola_oil has been selected as the default fluid for canola_oil +[16:58:30] [Server thread/DEBUG] [FML]: The fluid rustic:alewort has been selected as the default fluid for alewort +[16:58:30] [Server thread/DEBUG] [FML]: The fluid galacticraftcore:hydrogen has been selected as the default fluid for hydrogen +[16:58:30] [Server thread/DEBUG] [FML]: The fluid tconstruct:steel has been selected as the default fluid for steel +[16:58:30] [Server thread/DEBUG] [FML]: The fluid thebetweenlands:fog has been selected as the default fluid for fog +[16:58:30] [Server thread/DEBUG] [FML]: The fluid immersiveengineering:concrete has been selected as the default fluid for concrete +[16:58:30] [Server thread/DEBUG] [FML]: The fluid rustic:cider has been selected as the default fluid for cider +[16:58:30] [Server thread/DEBUG] [FML]: The fluid extraplanets:glowstone_fluid has been selected as the default fluid for glowstone_fluid +[16:58:30] [Server thread/DEBUG] [FML]: The fluid extraplanets:frozen_water_fluid has been selected as the default fluid for frozen_water_fluid +[16:58:30] [Server thread/DEBUG] [FML]: The fluid rustic:oliveoil has been selected as the default fluid for oliveoil +[16:58:30] [Server thread/DEBUG] [FML]: The fluid mysticalagradditions:inferium has been selected as the default fluid for inferium +[16:58:30] [Server thread/DEBUG] [FML]: The fluid mysticalagradditions:soulium has been selected as the default fluid for soulium +[16:58:30] [Server thread/DEBUG] [FML]: The fluid mekanism:liquidtritium has been selected as the default fluid for liquidtritium +[16:58:30] [Server thread/DEBUG] [FML]: The fluid mekanism:liquiddeuterium has been selected as the default fluid for liquiddeuterium +[16:58:30] [Server thread/DEBUG] [FML]: The fluid extraplanets:radioactive_water_fluid has been selected as the default fluid for radioactive_water_fluid +[16:58:30] [Server thread/DEBUG] [FML]: The fluid primal:paraffin has been selected as the default fluid for paraffin +[16:58:30] [Server thread/DEBUG] [FML]: The fluid tconstruct:bronze has been selected as the default fluid for bronze +[16:58:30] [Server thread/DEBUG] [FML]: The fluid immersiveengineering:creosote has been selected as the default fluid for creosote +[16:58:30] [Server thread/DEBUG] [FML]: The fluid tconstruct:iron has been selected as the default fluid for iron +[16:58:30] [Server thread/DEBUG] [FML]: The fluid tconstruct:ardite has been selected as the default fluid for ardite +[16:58:30] [Server thread/DEBUG] [FML]: The fluid tconstruct:tin has been selected as the default fluid for tin +[16:58:30] [Server thread/DEBUG] [FML]: The fluid contenttweaker:naphtha has been selected as the default fluid for naphtha +[16:58:30] [Server thread/DEBUG] [FML]: The fluid galacticraftplanets:carbondioxide has been selected as the default fluid for carbondioxide +[16:58:30] [Server thread/DEBUG] [FML]: The fluid rustic:grapejuice has been selected as the default fluid for grapejuice +[16:58:30] [Server thread/DEBUG] [FML]: The fluid tconstruct:copper has been selected as the default fluid for copper +[16:58:30] [Server thread/DEBUG] [FML]: The fluid mysticalagradditions:supremium has been selected as the default fluid for supremium +[16:58:30] [Server thread/DEBUG] [FML]: The fluid contenttweaker:redstone_alloy has been selected as the default fluid for redstone_alloy +[16:58:30] [Server thread/DEBUG] [FML]: The fluid tconstruct:silver has been selected as the default fluid for silver +[16:58:30] [Server thread/DEBUG] [FML]: The fluid contenttweaker:galgadorian has been selected as the default fluid for galgadorian +[16:58:30] [Server thread/DEBUG] [FML]: The fluid rustic:wine has been selected as the default fluid for wine +[16:58:30] [Server thread/DEBUG] [FML]: The fluid mekanism:brine has been selected as the default fluid for brine +[16:58:30] [Server thread/DEBUG] [FML]: The fluid contenttweaker:ender_pearl has been selected as the default fluid for ender_pearl +[16:58:30] [Server thread/DEBUG] [FML]: The fluid acintegration:moltenabyssalnite has been selected as the default fluid for moltenabyssalnite +[16:58:30] [Server thread/DEBUG] [FML]: The fluid mekanism:liquidsulfurdioxide has been selected as the default fluid for liquidsulfurdioxide +[16:58:30] [Server thread/DEBUG] [FML]: The fluid mekanism:liquidhydrogenchloride has been selected as the default fluid for liquidhydrogenchloride +[16:58:30] [Server thread/DEBUG] [FML]: The fluid overloaded:pure_matter has been selected as the default fluid for pure_matter +[16:58:30] [Server thread/DEBUG] [FML]: The fluid acintegration:moltendreadium has been selected as the default fluid for moltendreadium +[16:58:30] [Server thread/DEBUG] [FML]: The fluid immersiveengineering:plantoil has been selected as the default fluid for plantoil +[16:58:30] [Server thread/DEBUG] [FML]: The fluid twilightforest:fierymetal has been selected as the default fluid for fierymetal +[16:58:30] [Server thread/DEBUG] [FML]: The fluid primal:bitumen_boiling has been selected as the default fluid for bitumen_boiling +[16:58:30] [Server thread/DEBUG] [FML]: The fluid contenttweaker:redstone has been selected as the default fluid for redstone +[16:58:30] [Server thread/INFO] [sevpatches_core]: PatchMinecraftSpawnChunkSpawning succeeded +[16:58:30] [Server thread/DEBUG] [mixin]: Mixing MixinGenLayerVoronoiZoom from mixins.jeid.core.json into net.minecraft.world.gen.layer.GenLayerVoronoiZoom +[16:58:30] [Server thread/TRACE] [mixin]: Added class metadata for net/minecraft/world/gen/layer/GenLayer to metadata cache +[16:58:30] [Server thread/DEBUG] [dimensionalcontrol]: Setting GenLayers +[16:58:30] [Server thread/DEBUG] [BnBGamingCore]: Attempting to transform method func_175794_a in class ivorius.reccomplex.world.gen.feature.structure.MapGenStructureHook +[16:58:30] [Server thread/DEBUG] [BnBGamingCore]: Successfully transformed method func_175794_a in class ivorius.reccomplex.world.gen.feature.structure.MapGenStructureHook +[16:58:30] [Server thread/DEBUG] [BnBGamingCore]: Attempting to transform method func_175795_b in class ivorius.reccomplex.world.gen.feature.structure.MapGenStructureHook +[16:58:30] [Server thread/DEBUG] [BnBGamingCore]: Successfully transformed method func_175795_b in class ivorius.reccomplex.world.gen.feature.structure.MapGenStructureHook +[16:58:30] [Server thread/DEBUG] [BnBGamingCore]: Attempting to transform method func_175796_a in class ivorius.reccomplex.world.gen.feature.structure.MapGenStructureHook +[16:58:30] [Server thread/DEBUG] [BnBGamingCore]: Successfully transformed method func_175796_a in class ivorius.reccomplex.world.gen.feature.structure.MapGenStructureHook +[16:58:30] [Server thread/DEBUG] [BnBGamingCore]: Attempting to transform method func_180706_b in class ivorius.reccomplex.world.gen.feature.structure.MapGenStructureHook +[16:58:30] [Server thread/DEBUG] [BnBGamingCore]: Successfully transformed method func_180706_b in class ivorius.reccomplex.world.gen.feature.structure.MapGenStructureHook +[16:58:30] [Server thread/INFO] [FML]: Loading dimension 0 (world) (net.minecraft.server.dedicated.DedicatedServer@8e6bead) +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:bone adding to stage: tutorial +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:gunpowder adding to stage: zero +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:rotten_flesh adding to stage: zero +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:string adding to stage: zero +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: abyssalcraft:abyingot adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: abyssalcraft:coralium adding to stage: one +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: abyssalcraft:crystal adding to stage: three +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: abyssalcraft:mre adding to stage: disabled +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: abyssalcraft:shadowfragment adding to stage: zero +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: abyssalcraft:shadowgem adding to stage: zero +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: abyssalcraft:shadowshard adding to stage: zero +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:book adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:diamond_horse_armor adding to stage: five +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:golden_apple adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:golden_apple adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:golden_horse_armor adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:iron_horse_armor adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:name_tag adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:record_13 adding to stage: three +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:record_cat adding to stage: three +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:saddle adding to stage: zero +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:beetroot_seeds adding to stage: zero +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:bread adding to stage: zero +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:bucket adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:coal adding to stage: zero +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:gold_ingot adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:iron_ingot adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:melon_seeds adding to stage: zero +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:pumpkin_seeds adding to stage: zero +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:redstone adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:wheat adding to stage: tutorial +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:diamond adding to stage: five +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:iron_ingot adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:gold_ingot adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:golden_sword adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:golden_chestplate adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:flint_and_steel adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:nether_wart adding to stage: three +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:saddle adding to stage: zero +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:golden_horse_armor adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:iron_horse_armor adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:diamond_horse_armor adding to stage: five +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:obsidian adding to stage: three +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:book adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:bone adding to stage: tutorial +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: actuallyadditions:wooden_paxel adding to stage: disabled +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: actuallyadditions:stone_paxel adding to stage: disabled +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: actuallyadditions:quartz_paxel adding to stage: one +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: actuallyadditions:item_paxel_crystal_black adding to stage: five +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: actuallyadditions:item_paxel_crystal_white adding to stage: five +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:leather_helmet adding to stage: zero +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:leather_chestplate adding to stage: zero +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:leather_leggings adding to stage: zero +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:leather_boots adding to stage: zero +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: actuallyadditions:item_crystal adding to stage: five +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: actuallyadditions:item_crystal adding to stage: five +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: actuallyadditions:item_crystal adding to stage: five +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: actuallyadditions:item_crystal adding to stage: five +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: actuallyadditions:item_crystal adding to stage: five +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: actuallyadditions:item_crystal adding to stage: five +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: actuallyadditions:block_crystal adding to stage: five +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: actuallyadditions:block_crystal adding to stage: five +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: actuallyadditions:block_crystal adding to stage: five +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: actuallyadditions:block_crystal adding to stage: five +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: actuallyadditions:block_crystal adding to stage: five +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: actuallyadditions:block_crystal adding to stage: five +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: actuallyadditions:item_misc adding to stage: one +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: actuallyadditions:item_misc adding to stage: disabled +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:rail adding to stage: three +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:golden_rail adding to stage: three +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:detector_rail adding to stage: three +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:activator_rail adding to stage: three +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:torch adding to stage: one +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:golden_apple adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:golden_apple adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:name_tag adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:book adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:iron_pickaxe adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: abyssalcraft:abyingot adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: abyssalcraft:crystal adding to stage: three +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: abyssalcraft:shadowfragment adding to stage: zero +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: abyssalcraft:shadowshard adding to stage: zero +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: abyssalcraft:shadowgem adding to stage: zero +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: astralsorcery:itemconstellationpaper adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:iron_ingot adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:gold_ingot adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:redstone adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:dye adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:diamond adding to stage: five +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:coal adding to stage: zero +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:bread adding to stage: zero +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:melon_seeds adding to stage: zero +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:pumpkin_seeds adding to stage: zero +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:beetroot_seeds adding to stage: zero +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:diamond adding to stage: five +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:iron_ingot adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:gold_ingot adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:emerald adding to stage: five +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:bone adding to stage: tutorial +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:rotten_flesh adding to stage: zero +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:saddle adding to stage: zero +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:iron_horse_armor adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:golden_horse_armor adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:diamond_horse_armor adding to stage: five +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:book adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: astralsorcery:itemconstellationpaper adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:diamond adding to stage: five +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:iron_ingot adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:gold_ingot adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:emerald adding to stage: five +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:bone adding to stage: tutorial +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:spider_eye adding to stage: zero +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:rotten_flesh adding to stage: zero +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:saddle adding to stage: zero +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:iron_horse_armor adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:golden_horse_armor adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:diamond_horse_armor adding to stage: five +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:book adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:golden_apple adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:golden_apple adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: abyssalcraft:abyingot adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: abyssalcraft:crystal adding to stage: three +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: abyssalcraft:shadowfragment adding to stage: zero +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: abyssalcraft:shadowshard adding to stage: zero +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: abyssalcraft:shadowgem adding to stage: zero +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: astralsorcery:itemconstellationpaper adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:bone adding to stage: tutorial +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:gunpowder adding to stage: zero +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:rotten_flesh adding to stage: zero +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:string adding to stage: zero +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:sand adding to stage: tutorial +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:ender_pearl adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: abyssalcraft:transmutationgem adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: abyssalcraft:abyingot adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: abyssalcraft:cingot adding to stage: one +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: abyssalcraft:cpearl adding to stage: one +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:bread adding to stage: zero +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:golden_apple adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: abyssalcraft:apick adding to stage: one +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: abyssalcraft:aplate adding to stage: one +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: abyssalcraft:ahelmet adding to stage: one +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: abyssalcraft:alegs adding to stage: one +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: abyssalcraft:aboots adding to stage: one +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: abyssalcraft:oc adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: abyssalcraft:crystal adding to stage: three +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:ender_pearl adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:diamond adding to stage: five +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:iron_ingot adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:gold_ingot adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:redstone adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:bread adding to stage: zero +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:apple adding to stage: tutorial +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:iron_pickaxe adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:iron_sword adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:iron_chestplate adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:iron_helmet adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:iron_leggings adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:iron_boots adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:golden_apple adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:saddle adding to stage: zero +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:iron_horse_armor adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:golden_horse_armor adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:diamond_horse_armor adding to stage: five +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:book adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: abyssalcraft:abyingot adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: abyssalcraft:crystal adding to stage: three +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: abyssalcraft:shadowfragment adding to stage: zero +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: abyssalcraft:shadowshard adding to stage: zero +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: abyssalcraft:shadowgem adding to stage: zero +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:fish adding to stage: tutorial +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:fish adding to stage: tutorial +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:fish adding to stage: tutorial +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:fish adding to stage: tutorial +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:apple adding to stage: tutorial +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:coal adding to stage: zero +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:gold_nugget adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:stone_axe adding to stage: zero +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:rotten_flesh adding to stage: zero +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:emerald adding to stage: five +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:wheat adding to stage: tutorial +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: astralsorcery:itemconstellationpaper adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:golden_apple adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: galacticraftplanets:item_basic_mars adding to stage: five +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: galacticraftcore:heavy_plating adding to stage: four +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:iron_ingot adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: galacticraftplanets:item_basic_asteroids adding to stage: five +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: galacticraftplanets:item_basic_asteroids adding to stage: five +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:leather_boots adding to stage: zero +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:leather adding to stage: zero +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:bone adding to stage: tutorial +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:potion adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:string adding to stage: zero +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:fishing_rod adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:bowl adding to stage: zero +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:stick adding to stage: tutorial +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:dye adding to stage: tutorial +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:tripwire_hook adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:rotten_flesh adding to stage: zero +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: abyssalcraft:abyingot adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: abyssalcraft:cingot adding to stage: one +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: abyssalcraft:cpearl adding to stage: one +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: abyssalcraft:coralium adding to stage: one +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:golden_apple adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: abyssalcraft:apick adding to stage: one +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: abyssalcraft:crystal adding to stage: three +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: abyssalcraft:mre adding to stage: disabled +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:diamond adding to stage: five +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:iron_ingot adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:gold_ingot adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:bread adding to stage: zero +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:apple adding to stage: tutorial +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:iron_pickaxe adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:iron_sword adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:iron_chestplate adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:iron_helmet adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:iron_leggings adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:iron_boots adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:obsidian adding to stage: three +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:sapling adding to stage: tutorial +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:saddle adding to stage: zero +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:iron_horse_armor adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:golden_horse_armor adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:diamond_horse_armor adding to stage: five +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: abyssalcraft:abyingot adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: abyssalcraft:crystal adding to stage: three +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: abyssalcraft:cobbleu adding to stage: disabled +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: abyssalcraft:ironu adding to stage: disabled +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: abyssalcraft:goldu adding to stage: disabled +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: abyssalcraft:diamondu adding to stage: disabled +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: pneumaticcraft:nuke_virus adding to stage: four +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: pneumaticcraft:spawner_agitator adding to stage: four +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: pneumaticcraft:stop_worm adding to stage: four +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:diamond adding to stage: five +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:iron_ingot adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:gold_ingot adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:emerald adding to stage: five +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:beetroot_seeds adding to stage: zero +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:saddle adding to stage: zero +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:iron_horse_armor adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:golden_horse_armor adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:diamond_horse_armor adding to stage: five +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:diamond_sword adding to stage: five +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:diamond_boots adding to stage: five +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:diamond_chestplate adding to stage: five +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:diamond_leggings adding to stage: five +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:diamond_helmet adding to stage: five +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:diamond_pickaxe adding to stage: five +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:diamond_shovel adding to stage: five +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:iron_sword adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:iron_boots adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:iron_chestplate adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:iron_leggings adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:iron_helmet adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:iron_pickaxe adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:iron_shovel adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:rail adding to stage: three +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:golden_rail adding to stage: three +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:detector_rail adding to stage: three +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:activator_rail adding to stage: three +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:torch adding to stage: one +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: abyssalcraft:abyingot adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:diamond adding to stage: five +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: abyssalcraft:coralium adding to stage: one +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: abyssalcraft:shadowshard adding to stage: zero +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: abyssalcraft:dreadshard adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: abyssalcraft:corpick adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: abyssalcraft:transmutationgem adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: abyssalcraft:oc adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: abyssalcraft:crystal adding to stage: three +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: abyssalcraft:abyingot adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: abyssalcraft:cingot adding to stage: one +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: abyssalcraft:shadowshard adding to stage: zero +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:diamond adding to stage: five +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: abyssalcraft:coralium adding to stage: one +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:bread adding to stage: zero +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: abyssalcraft:abychunk adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: abyssalcraft:dreadchunk adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:book adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:paper adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:map adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:book adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:compass adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: astralsorcery:itemconstellationpaper adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:apple adding to stage: tutorial +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:bread adding to stage: zero +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:fish adding to stage: tutorial +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:stick adding to stage: tutorial +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:planks adding to stage: tutorial +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:log adding to stage: tutorial +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:log adding to stage: tutorial +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:log adding to stage: tutorial +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:log adding to stage: tutorial +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:log2 adding to stage: tutorial +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:log2 adding to stage: tutorial +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:stone_axe adding to stage: zero +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:wooden_axe adding to stage: disabled +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: abyssalcraft:daxe adding to stage: zero +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: abyssalcraft:dpick adding to stage: zero +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: abyssalcraft:dshovel adding to stage: zero +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: abyssalcraft:dsword adding to stage: zero +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: abyssalcraft:dltlog adding to stage: zero +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: abyssalcraft:dltlog2 adding to stage: zero +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: abyssalcraft:cobbleu adding to stage: disabled +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:stone_pickaxe adding to stage: zero +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:wooden_pickaxe adding to stage: disabled +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:waterlily adding to stage: tutorial +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:name_tag adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:saddle adding to stage: zero +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:bow adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:fishing_rod adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:book adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:iron_ingot adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:gold_ingot adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:redstone adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:coal adding to stage: zero +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:bread adding to stage: zero +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:apple adding to stage: tutorial +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:iron_pickaxe adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:book adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:bone adding to stage: tutorial +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:gunpowder adding to stage: zero +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:rotten_flesh adding to stage: zero +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:string adding to stage: zero +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:lead adding to stage: zero +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:golden_apple adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:golden_apple adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:record_13 adding to stage: three +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:record_cat adding to stage: three +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:name_tag adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:chainmail_chestplate adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:diamond_hoe adding to stage: five +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:diamond_chestplate adding to stage: five +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:book adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:iron_ingot adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:gold_ingot adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:bread adding to stage: zero +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:wheat adding to stage: tutorial +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:bucket adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:redstone adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:coal adding to stage: zero +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:melon_seeds adding to stage: zero +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:pumpkin_seeds adding to stage: zero +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:beetroot_seeds adding to stage: zero +[16:58:30] [Server thread/DEBUG] [BnBGamingCore]: Attempting to transform method func_192060_b in class net.minecraft.advancements.Advancement$Builder +[16:58:30] [Server thread/DEBUG] [BnBGamingCore]: Successfully transformed method func_192060_b in class net.minecraft.advancements.Advancement$Builder +[16:58:30] [Server thread/INFO] [triumph]: Attempting to read config Triumph.txt +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement appliedenergistics2:main/compass +com.google.gson.JsonSyntaxException: Expected item to be an item, was unknown string 'appliedenergistics2:sky_compass' + at net.minecraft.util.JsonUtils.func_188172_b(SourceFile:124) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188180_i(SourceFile:135) ~[rc.class:?] + at net.minecraft.advancements.DisplayInfo.func_193221_a(DisplayInfo.java:133) ~[r.class:?] + at net.minecraft.advancements.DisplayInfo.func_192294_a(DisplayInfo.java:111) ~[r.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:202) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement astikorcarts:recipes/wheel +com.google.gson.JsonSyntaxException: Unknown recipe 'astikorcarts:wheel' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement astikorcarts:recipes/plowcart +com.google.gson.JsonSyntaxException: Unknown recipe 'astikorcarts:plowcart' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement astikorcarts:recipes/mobcart +com.google.gson.JsonSyntaxException: Unknown recipe 'astikorcarts:mobcart' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement astikorcarts:recipes/cargocart +com.google.gson.JsonSyntaxException: Unknown recipe 'astikorcarts:cargocart' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement buildcraftfactory:recipes/water_gel_spawn +com.google.gson.JsonSyntaxException: Unknown recipe 'buildcraftfactory:water_gel_spawn' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement buildcraftfactory:oil_platform +com.google.gson.JsonSyntaxException: Expected item to be an item, was unknown string 'buildcraftfactory:pump' + at net.minecraft.util.JsonUtils.func_188172_b(SourceFile:124) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188180_i(SourceFile:135) ~[rc.class:?] + at net.minecraft.advancements.DisplayInfo.func_193221_a(DisplayInfo.java:133) ~[r.class:?] + at net.minecraft.advancements.DisplayInfo.func_192294_a(DisplayInfo.java:111) ~[r.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:202) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement buildcraftfactory:black_gold +com.google.gson.JsonSyntaxException: Expected item to be an item, was unknown string 'buildcraftfactory:pump' + at net.minecraft.util.JsonUtils.func_188172_b(SourceFile:124) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188180_i(SourceFile:135) ~[rc.class:?] + at net.minecraft.advancements.DisplayInfo.func_193221_a(DisplayInfo.java:133) ~[r.class:?] + at net.minecraft.advancements.DisplayInfo.func_192294_a(DisplayInfo.java:111) ~[r.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:202) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement buildcrafttransport:too_many_pipe_filters +com.google.gson.JsonSyntaxException: Unknown recipe 'buildcraftcore:list' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement buildcrafttransport:logic_transportation +com.google.gson.JsonSyntaxException: Expected item to be an item, was unknown string 'buildcrafttransport:wire' + at net.minecraft.util.JsonUtils.func_188172_b(SourceFile:124) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188180_i(SourceFile:135) ~[rc.class:?] + at net.minecraft.advancements.DisplayInfo.func_193221_a(DisplayInfo.java:133) ~[r.class:?] + at net.minecraft.advancements.DisplayInfo.func_192294_a(DisplayInfo.java:111) ~[r.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:202) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement buildcrafttransport:colorful_electricial +com.google.gson.JsonSyntaxException: Expected item to be an item, was unknown string 'buildcrafttransport:wire' + at net.minecraft.util.JsonUtils.func_188172_b(SourceFile:124) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188180_i(SourceFile:135) ~[rc.class:?] + at net.minecraft.advancements.DisplayInfo.func_193221_a(DisplayInfo.java:133) ~[r.class:?] + at net.minecraft.advancements.DisplayInfo.func_192294_a(DisplayInfo.java:111) ~[r.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:202) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement buildcraftsilicon:precision_crafting +com.google.gson.JsonSyntaxException: Expected item to be an item, was unknown string 'buildcraftsilicon:assembly_table' + at net.minecraft.util.JsonUtils.func_188172_b(SourceFile:124) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188180_i(SourceFile:135) ~[rc.class:?] + at net.minecraft.advancements.DisplayInfo.func_193221_a(DisplayInfo.java:133) ~[r.class:?] + at net.minecraft.advancements.DisplayInfo.func_192294_a(DisplayInfo.java:111) ~[r.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:202) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement buildcraftsilicon:laser_power +com.google.gson.JsonSyntaxException: Expected item to be an item, was unknown string 'buildcraftsilicon:laser' + at net.minecraft.util.JsonUtils.func_188172_b(SourceFile:124) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188180_i(SourceFile:135) ~[rc.class:?] + at net.minecraft.advancements.DisplayInfo.func_193221_a(DisplayInfo.java:133) ~[r.class:?] + at net.minecraft.advancements.DisplayInfo.func_192294_a(DisplayInfo.java:111) ~[r.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:202) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement ferdinandsflowers:recipes/misc/b9_purple_magenta_dye_calla +com.google.gson.JsonSyntaxException: Unknown recipe 'ferdinandsflowers:flower_dyeb_9' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement ferdinandsflowers:recipes/misc/b9b_purple_magenta_dye_salvia +com.google.gson.JsonSyntaxException: Unknown recipe 'ferdinandsflowers:flower_dyeb_9' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement ferdinandsflowers:recipes/misc/b8_light_lavender_dye_crocus +com.google.gson.JsonSyntaxException: Unknown recipe 'ferdinandsflowers:flower_dyeb_8' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement ferdinandsflowers:recipes/misc/b8b_light_lavender_dye_heavenly +com.google.gson.JsonSyntaxException: Unknown recipe 'ferdinandsflowers:flower_dyeb_8' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement ferdinandsflowers:recipes/misc/b7_lavender_dye_larkspur +com.google.gson.JsonSyntaxException: Unknown recipe 'ferdinandsflowers:flower_dyeb_7' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement ferdinandsflowers:recipes/misc/b7b_lavender_dye_indigo +com.google.gson.JsonSyntaxException: Unknown recipe 'ferdinandsflowers:flower_dyeb_7' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement ferdinandsflowers:recipes/misc/b6_purple_dye_notch +com.google.gson.JsonSyntaxException: Unknown recipe 'ferdinandsflowers:flower_dyeb_6' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement ferdinandsflowers:recipes/misc/b6c_purple_dye_iris +com.google.gson.JsonSyntaxException: Unknown recipe 'ferdinandsflowers:flower_dyeb_6' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement ferdinandsflowers:recipes/misc/b6b_purple_dye_mexican_sage +com.google.gson.JsonSyntaxException: Unknown recipe 'ferdinandsflowers:flower_dyeb_6' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement ferdinandsflowers:recipes/misc/b5_blue_purple_dye_salvia +com.google.gson.JsonSyntaxException: Unknown recipe 'ferdinandsflowers:flower_dyeb_5' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement ferdinandsflowers:recipes/misc/b5b_blue_purple_dye_wolfs_bane +com.google.gson.JsonSyntaxException: Unknown recipe 'ferdinandsflowers:flower_dyeb_5' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement ferdinandsflowers:recipes/misc/b4_dark_blue_dye_lobelia +com.google.gson.JsonSyntaxException: Unknown recipe 'ferdinandsflowers:flower_dyeb_4' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement ferdinandsflowers:recipes/misc/b4b_dark_blue_dye_borage +com.google.gson.JsonSyntaxException: Unknown recipe 'ferdinandsflowers:flower_dyeb_4' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement ferdinandsflowers:recipes/misc/b3_blue_dye_morning +com.google.gson.JsonSyntaxException: Unknown recipe 'ferdinandsflowers:flower_dyeb_3' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement ferdinandsflowers:recipes/misc/b3b_blue_dye_button +com.google.gson.JsonSyntaxException: Unknown recipe 'ferdinandsflowers:flower_dyeb_3' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement ferdinandsflowers:recipes/misc/b2_medium_blue_dye_commelina +com.google.gson.JsonSyntaxException: Unknown recipe 'ferdinandsflowers:flower_dyeb_2' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement ferdinandsflowers:recipes/misc/b2b_medium_blue_dye_lobelia +com.google.gson.JsonSyntaxException: Unknown recipe 'ferdinandsflowers:flower_dyeb_2' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement ferdinandsflowers:recipes/misc/b1_blue_bell_dye_borage +com.google.gson.JsonSyntaxException: Unknown recipe 'ferdinandsflowers:flower_dyeb_1' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement ferdinandsflowers:recipes/misc/b1b_blue_bell_dye_button +com.google.gson.JsonSyntaxException: Unknown recipe 'ferdinandsflowers:flower_dyeb_1' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement ferdinandsflowers:recipes/misc/b15_pink_dye_hawthorne +com.google.gson.JsonSyntaxException: Unknown recipe 'ferdinandsflowers:flower_dyeb_15' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement ferdinandsflowers:recipes/misc/b15c_pink_dye_verbena +com.google.gson.JsonSyntaxException: Unknown recipe 'ferdinandsflowers:flower_dyeb_15' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement ferdinandsflowers:recipes/misc/b15b_pink_dye_heart +com.google.gson.JsonSyntaxException: Unknown recipe 'ferdinandsflowers:flower_dyeb_15' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement ferdinandsflowers:recipes/misc/b14_medium_pink_dye_gladiola +com.google.gson.JsonSyntaxException: Unknown recipe 'ferdinandsflowers:flower_dyeb_14' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement ferdinandsflowers:recipes/misc/b14b_medium_pink_dye_echinacea +com.google.gson.JsonSyntaxException: Unknown recipe 'ferdinandsflowers:flower_dyeb_14' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement ferdinandsflowers:recipes/misc/b13_dark_pink_dye_quince +com.google.gson.JsonSyntaxException: Unknown recipe 'ferdinandsflowers:flower_dyeb_13' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement ferdinandsflowers:recipes/misc/b13b_dark_pink_dye_clover +com.google.gson.JsonSyntaxException: Unknown recipe 'ferdinandsflowers:flower_dyeb_13' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement ferdinandsflowers:recipes/misc/b12_dark_magenta_dye_mallow +com.google.gson.JsonSyntaxException: Unknown recipe 'ferdinandsflowers:flower_dyeb_12' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement ferdinandsflowers:recipes/misc/b12b_dark_magenta_dye_petticoat +com.google.gson.JsonSyntaxException: Unknown recipe 'ferdinandsflowers:flower_dyeb_12' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement ferdinandsflowers:recipes/misc/b11_magenta_pink_dye_fuchsia +com.google.gson.JsonSyntaxException: Unknown recipe 'ferdinandsflowers:flower_dyeb_11' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement ferdinandsflowers:recipes/misc/b11b_magenta_pink_dye_clover +com.google.gson.JsonSyntaxException: Unknown recipe 'ferdinandsflowers:flower_dyeb_11' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement ferdinandsflowers:recipes/misc/b10_magenta_dye_magenta +com.google.gson.JsonSyntaxException: Unknown recipe 'ferdinandsflowers:flower_dyeb_10' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement ferdinandsflowers:recipes/misc/b10b_magenta_dye_zinnia +com.google.gson.JsonSyntaxException: Unknown recipe 'ferdinandsflowers:flower_dyeb_10' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement ferdinandsflowers:recipes/misc/b0_light_blue_dye_forget +com.google.gson.JsonSyntaxException: Unknown recipe 'ferdinandsflowers:flower_dyeb_0' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement ferdinandsflowers:recipes/misc/b0c_light_blue_dye_parasol +com.google.gson.JsonSyntaxException: Unknown recipe 'ferdinandsflowers:flower_dyeb_0' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement ferdinandsflowers:recipes/misc/b0b_light_blue_dye_lobelia +com.google.gson.JsonSyntaxException: Unknown recipe 'ferdinandsflowers:flower_dyeb_0' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement ferdinandsflowers:recipes/misc/9_lime_dye_pitcher +com.google.gson.JsonSyntaxException: Unknown recipe 'ferdinandsflowers:flower_dye_9' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement ferdinandsflowers:recipes/misc/9b_lime_dye_clover +com.google.gson.JsonSyntaxException: Unknown recipe 'ferdinandsflowers:flower_dye_9' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement ferdinandsflowers:recipes/misc/8_yellow_green_dye_parodia +com.google.gson.JsonSyntaxException: Unknown recipe 'ferdinandsflowers:flower_dye_8' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement ferdinandsflowers:recipes/misc/8b_yellow_green_dye_albuca +com.google.gson.JsonSyntaxException: Unknown recipe 'ferdinandsflowers:flower_dye_8' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement ferdinandsflowers:recipes/misc/7_light_yellow_dye_corydalis +com.google.gson.JsonSyntaxException: Unknown recipe 'ferdinandsflowers:flower_dye_7' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement ferdinandsflowers:recipes/misc/7b_light_yellow_dye_yellows +com.google.gson.JsonSyntaxException: Unknown recipe 'ferdinandsflowers:flower_dye_7' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement ferdinandsflowers:recipes/misc/6_yellow_dye_crocus +com.google.gson.JsonSyntaxException: Unknown recipe 'ferdinandsflowers:flower_dye_6' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement ferdinandsflowers:recipes/misc/6c_yellow_dye_freesia +com.google.gson.JsonSyntaxException: Unknown recipe 'ferdinandsflowers:flower_dye_6' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement ferdinandsflowers:recipes/misc/6b_yellow_dye_daffodil +com.google.gson.JsonSyntaxException: Unknown recipe 'ferdinandsflowers:flower_dye_6' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement ferdinandsflowers:recipes/misc/5_yellow_orange_dye_cosmos +com.google.gson.JsonSyntaxException: Unknown recipe 'ferdinandsflowers:flower_dye_5' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement ferdinandsflowers:recipes/misc/5b_yellow_orange_dye_day_lily +com.google.gson.JsonSyntaxException: Unknown recipe 'ferdinandsflowers:flower_dye_5' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement ferdinandsflowers:recipes/misc/4_orange_yellow_dye_ca_poppy +com.google.gson.JsonSyntaxException: Unknown recipe 'ferdinandsflowers:flower_dye_4' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement ferdinandsflowers:recipes/misc/4b_orange_yellow_dye_freesia +com.google.gson.JsonSyntaxException: Unknown recipe 'ferdinandsflowers:flower_dye_4' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement ferdinandsflowers:recipes/misc/3_orange_dye_cosmos +com.google.gson.JsonSyntaxException: Unknown recipe 'ferdinandsflowers:flower_dye_3' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement ferdinandsflowers:recipes/misc/3c_orange_dye_flame_pea +com.google.gson.JsonSyntaxException: Unknown recipe 'ferdinandsflowers:flower_dye_3' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement ferdinandsflowers:recipes/misc/3b_orange_dye_lupin +com.google.gson.JsonSyntaxException: Unknown recipe 'ferdinandsflowers:flower_dye_3' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement ferdinandsflowers:recipes/misc/2_red_orange_dye_ocotillo +com.google.gson.JsonSyntaxException: Unknown recipe 'ferdinandsflowers:flower_dye_2' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement ferdinandsflowers:recipes/misc/2b_red_orange_dye_freesia +com.google.gson.JsonSyntaxException: Unknown recipe 'ferdinandsflowers:flower_dye_2' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement ferdinandsflowers:recipes/misc/1_red_dye_poppy +com.google.gson.JsonSyntaxException: Unknown recipe 'ferdinandsflowers:flower_dye_1' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement ferdinandsflowers:recipes/misc/1c_red_dye_geranium +com.google.gson.JsonSyntaxException: Unknown recipe 'ferdinandsflowers:flower_dye_1' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement ferdinandsflowers:recipes/misc/1b_red_dye_clover +com.google.gson.JsonSyntaxException: Unknown recipe 'ferdinandsflowers:flower_dye_1' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement ferdinandsflowers:recipes/misc/15_cloud_blue_dye_corydalis +com.google.gson.JsonSyntaxException: Unknown recipe 'ferdinandsflowers:flower_dye_15' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement ferdinandsflowers:recipes/misc/15b_cloud_blue_dye_cowslip +com.google.gson.JsonSyntaxException: Unknown recipe 'ferdinandsflowers:flower_dye_15' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement ferdinandsflowers:recipes/misc/14_cyan_dye_cyan +com.google.gson.JsonSyntaxException: Unknown recipe 'ferdinandsflowers:flower_dye_14' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement ferdinandsflowers:recipes/misc/14b_cyan_dye_parasol +com.google.gson.JsonSyntaxException: Unknown recipe 'ferdinandsflowers:flower_dye_14' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement ferdinandsflowers:recipes/misc/13_aqua_dye_daffodil +com.google.gson.JsonSyntaxException: Unknown recipe 'ferdinandsflowers:flower_dye_13' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement ferdinandsflowers:recipes/misc/13b_aqua_dye_mendo_poppy +com.google.gson.JsonSyntaxException: Unknown recipe 'ferdinandsflowers:flower_dye_13' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement ferdinandsflowers:recipes/misc/12_blue_green_dye_manzanita +com.google.gson.JsonSyntaxException: Unknown recipe 'ferdinandsflowers:flower_dye_12' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement ferdinandsflowers:recipes/misc/12b_blue_green_dye_lily_valley +com.google.gson.JsonSyntaxException: Unknown recipe 'ferdinandsflowers:flower_dye_12' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement ferdinandsflowers:recipes/misc/11_dark_green_dye_datura +com.google.gson.JsonSyntaxException: Unknown recipe 'ferdinandsflowers:flower_dye_11' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement ferdinandsflowers:recipes/misc/11b_dark_green_dye_tall_lily +com.google.gson.JsonSyntaxException: Unknown recipe 'ferdinandsflowers:flower_dye_11' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement ferdinandsflowers:recipes/misc/10_green_dye_aloe +com.google.gson.JsonSyntaxException: Unknown recipe 'ferdinandsflowers:flower_dye_10' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement ferdinandsflowers:recipes/misc/10c_green_dye_yucca_flower +com.google.gson.JsonSyntaxException: Unknown recipe 'ferdinandsflowers:flower_dye_10' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement ferdinandsflowers:recipes/misc/10b_green_dye_yucca +com.google.gson.JsonSyntaxException: Unknown recipe 'ferdinandsflowers:flower_dye_10' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement ferdinandsflowers:recipes/misc/0_dark_red_dye_gladiola +com.google.gson.JsonSyntaxException: Unknown recipe 'ferdinandsflowers:flower_dye_0' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement ferdinandsflowers:recipes/misc/0b_dark_red_dye_desert_pea +com.google.gson.JsonSyntaxException: Unknown recipe 'ferdinandsflowers:flower_dye_0' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement horsepower:recipes/press +com.google.gson.JsonSyntaxException: Unknown recipe 'horsepower:press' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement horsepower:recipes/hand_grindstone +com.google.gson.JsonSyntaxException: Unknown recipe 'horsepower:hand_grindstone' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement horsepower:recipes/grindstone +com.google.gson.JsonSyntaxException: Unknown recipe 'horsepower:grindstone' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement horsepower:recipes/dough +com.google.gson.JsonSyntaxException: Unknown recipe 'horsepower:dough' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement integrateddynamics:meneglin_basics/menril_production +com.google.gson.JsonSyntaxException: Unknown recipe 'integrateddynamics:menril_planks' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement jaff:recipes/jaff/wooden_fishing_rod +com.google.gson.JsonSyntaxException: Unknown recipe 'jaff:wooden_fishing_rod' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement jaff:recipes/jaff/iron_hook +com.google.gson.JsonSyntaxException: Unknown recipe 'jaff:iron_hook' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement jaff:recipes/jaff/iron_fishing_rod +com.google.gson.JsonSyntaxException: Unknown recipe 'jaff:iron_fishing_rod' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement jaff:recipes/jaff/golden_fishing_rod +com.google.gson.JsonSyntaxException: Unknown recipe 'jaff:golden_fishing_rod' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement jaff:recipes/jaff/diamond_fishing_rod +com.google.gson.JsonSyntaxException: Unknown recipe 'jaff:diamond_fishing_rod' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement jaff:recipes/jaff/bone_meal_from_fish_bones +com.google.gson.JsonSyntaxException: Unknown recipe 'jaff:bone_meal_from_fish_bones' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement simpleplanes:recipes/plane_ft +com.google.gson.JsonSyntaxException: Unknown recipe 'simpleplanes:ft_cherry_helicopter' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement simpleplanes:recipes/plane_byg +com.google.gson.JsonSyntaxException: Unknown recipe 'simpleplanes:byg_aspen_helicopter' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement simpleplanes:recipes/plane_bop +com.google.gson.JsonSyntaxException: Unknown recipe 'simpleplanes:bop_cherry_helicopter' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement totemic:recipes/wooden_pillar +com.google.gson.JsonSyntaxException: Unknown recipe 'totemic:pillar_oak' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement totemic:recipes/wind_chime +com.google.gson.JsonSyntaxException: Unknown recipe 'totemic:wind_chime' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement totemic:recipes/totempedia +com.google.gson.JsonSyntaxException: Unknown recipe 'totemic:totempedia' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement totemic:recipes/totemic_staff +com.google.gson.JsonSyntaxException: Unknown recipe 'totemic:totemic_staff' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement totemic:recipes/totem_whittling_knife +com.google.gson.JsonSyntaxException: Unknown recipe 'totemic:totem_whittling_knife' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement totemic:recipes/totem_torch +com.google.gson.JsonSyntaxException: Unknown recipe 'totemic:totem_torch' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement totemic:recipes/tipi_from_wool +com.google.gson.JsonSyntaxException: Unknown recipe 'totemic:tipi_from_wool' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement totemic:recipes/tipi_from_hide +com.google.gson.JsonSyntaxException: Unknown recipe 'totemic:tipi_from_hide' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement totemic:recipes/rattle +com.google.gson.JsonSyntaxException: Unknown recipe 'totemic:rattle' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement totemic:recipes/medicine_bag +com.google.gson.JsonSyntaxException: Unknown recipe 'totemic:medicine_bag' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement totemic:recipes/leather_from_hide +com.google.gson.JsonSyntaxException: Unknown recipe 'totemic:leather_from_hide' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement totemic:recipes/jingle_dress +com.google.gson.JsonSyntaxException: Unknown recipe 'totemic:jingle_dress' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement totemic:recipes/iron_bells +com.google.gson.JsonSyntaxException: Unknown recipe 'totemic:iron_bells' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement totemic:recipes/flute +com.google.gson.JsonSyntaxException: Unknown recipe 'totemic:flute' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement totemic:recipes/eagle_bone_whistle +com.google.gson.JsonSyntaxException: Unknown recipe 'totemic:eagle_bone_whistle' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement totemic:recipes/drum +com.google.gson.JsonSyntaxException: Unknown recipe 'totemic:drum' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement totemic:recipes/cedar_stairs +com.google.gson.JsonSyntaxException: Unknown recipe 'totemic:cedar_stairs' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement totemic:recipes/cedar_slab +com.google.gson.JsonSyntaxException: Unknown recipe 'totemic:cedar_slab' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement totemic:recipes/cedar_planks_from_stripped_log +com.google.gson.JsonSyntaxException: Unknown recipe 'totemic:cedar_planks_from_stripped_log' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement totemic:recipes/cedar_planks_from_log +com.google.gson.JsonSyntaxException: Unknown recipe 'totemic:cedar_planks_from_log' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement totemic:recipes/cedar_fence_gate +com.google.gson.JsonSyntaxException: Unknown recipe 'totemic:cedar_fence_gate' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement totemic:recipes/cedar_fence +com.google.gson.JsonSyntaxException: Unknown recipe 'totemic:cedar_fence' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement totemic:recipes/bark_stripper +com.google.gson.JsonSyntaxException: Unknown recipe 'totemic:bark_stripper' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/INFO] [triumph]: Loading Custom Advancements +[16:58:31] [Server thread/ERROR] [triumph]: Error found while building advancement triumph:stage3/viescraft. There is already a criteria named hasRock0. Renaming to 'hasRock0-duplicate' +[16:58:31] [Server thread/INFO] [net.minecraft.advancements.AdvancementList]: Loaded 369 advancements +[16:58:31] [Server thread/DEBUG] [randompatches]: Transforming class: net.minecraft.world.ServerWorldEventHandler +[16:58:31] [Server thread/DEBUG] [randompatches]: Patching method: func_180442_a (spawnParticle) +[16:58:31] [Server thread/DEBUG] [mixin]: Mixing MixinBlockStateContainer from mixins.jeid.core.json into net.minecraft.world.chunk.BlockStateContainer +[16:58:31] [Server thread/TRACE] [mixin]: Added class metadata for net/minecraft/world/chunk/IBlockStatePaletteResizer to metadata cache +[16:58:32] [Server thread/INFO] [Astral Sorcery]: Checking GatewayCache integrity for dimension 0 +[16:58:32] [Server thread/INFO] [Astral Sorcery]: GatewayCache checked and fully loaded in 0ms! Collected and checked 0 gateway nodes! +[16:58:32] [Server thread/DEBUG] [antiqueatlas]: Visited Village in dimension 0 at [202, 942] +[16:58:32] [Server thread/DEBUG] [antiqueatlas]: Visited Village in dimension 0 at [-205, -85] +[16:58:32] [Server thread/DEBUG] [antiqueatlas]: Visited Village in dimension 0 at [261, 1419] +[16:58:32] [Server thread/DEBUG] [antiqueatlas]: Visited Village in dimension 0 at [128, -95] +[16:58:32] [Server thread/DEBUG] [antiqueatlas]: Visited Village in dimension 0 at [243, -77] +[16:58:32] [Server thread/DEBUG] [antiqueatlas]: Visited Village in dimension 0 at [224, 2] +[16:58:32] [Server thread/DEBUG] [antiqueatlas]: Visited Village in dimension 0 at [104, 405] +[16:58:32] [Server thread/DEBUG] [antiqueatlas]: Visited Village in dimension 0 at [45, -73] +[16:58:32] [Server thread/DEBUG] [antiqueatlas]: Visited Village in dimension 0 at [-224, -21] +[16:58:32] [Server thread/DEBUG] [antiqueatlas]: Visited Village in dimension 0 at [-242, 23] +[16:58:32] [Server thread/DEBUG] [antiqueatlas]: Visited Village in dimension 0 at [-57, -80] +[16:58:32] [Server thread/DEBUG] [antiqueatlas]: Visited Village in dimension 0 at [-150, -10] +[16:58:32] [Server thread/DEBUG] [antiqueatlas]: Visited Village in dimension 0 at [4, -74] +[16:58:32] [Server thread/DEBUG] [antiqueatlas]: Visited Village in dimension 0 at [-113, -142] +[16:58:32] [Server thread/DEBUG] [antiqueatlas]: Visited Village in dimension 0 at [4, -119] +[16:58:32] [Server thread/DEBUG] [antiqueatlas]: Visited Village in dimension 0 at [73, 48] +[16:58:32] [Server thread/DEBUG] [antiqueatlas]: Visited Village in dimension 0 at [-460, -77] +[16:58:32] [Server thread/DEBUG] [antiqueatlas]: Visited Village in dimension 0 at [212, 1635] +[16:58:32] [Server thread/DEBUG] [antiqueatlas]: Visited Village in dimension 0 at [-22, -108] +[16:58:32] [Server thread/DEBUG] [antiqueatlas]: Visited Village in dimension 0 at [1, 247] +[16:58:32] [Server thread/DEBUG] [antiqueatlas]: Visited Village in dimension 0 at [-461, -63] +[16:58:32] [Server thread/DEBUG] [antiqueatlas]: Visited Village in dimension 0 at [98, 53] +[16:58:32] [Server thread/DEBUG] [antiqueatlas]: Visited Village in dimension 0 at [-51, 16] +[16:58:32] [Server thread/DEBUG] [antiqueatlas]: Visited Village in dimension 0 at [70, 237] +[16:58:32] [Server thread/DEBUG] [antiqueatlas]: Visited Village in dimension 0 at [-49, -121] +[16:58:32] [Server thread/DEBUG] [antiqueatlas]: Visited Village in dimension 0 at [33, -152] +[16:58:32] [Server thread/DEBUG] [antiqueatlas]: Visited Village in dimension 0 at [-248, -89] +[16:58:32] [Server thread/DEBUG] [antiqueatlas]: Visited Village in dimension 0 at [136, 232] +[16:58:32] [Server thread/DEBUG] [antiqueatlas]: Visited Village in dimension 0 at [180, 919] +[16:58:32] [Server thread/DEBUG] [antiqueatlas]: Visited Village in dimension 0 at [49, 371] +[16:58:32] [Server thread/DEBUG] [antiqueatlas]: Visited Village in dimension 0 at [67, 79] +[16:58:32] [Server thread/DEBUG] [antiqueatlas]: Visited Village in dimension 0 at [213, 420] +[16:58:32] [Server thread/DEBUG] [antiqueatlas]: Visited Village in dimension 0 at [35, 49] +[16:58:32] [Server thread/DEBUG] [antiqueatlas]: Visited Village in dimension 0 at [164, -116] +[16:58:32] [Server thread/DEBUG] [antiqueatlas]: Visited Village in dimension 0 at [-300, -21] +[16:58:32] [Server thread/DEBUG] [antiqueatlas]: Visited Village in dimension 0 at [-299, -55] +[16:58:32] [Server thread/DEBUG] [antiqueatlas]: Visited Village in dimension 0 at [117, 832] +[16:58:32] [Server thread/DEBUG] [antiqueatlas]: Visited Village in dimension 0 at [-530, -61] +[16:58:32] [Server thread/DEBUG] [antiqueatlas]: Visited Village in dimension 0 at [-21, 32] +[16:58:32] [Server thread/DEBUG] [antiqueatlas]: Visited Village in dimension 0 at [100, 343] +[16:58:32] [Server thread/DEBUG] [antiqueatlas]: Visited Village in dimension 0 at [179, -46] +[16:58:32] [Server thread/DEBUG] [antiqueatlas]: Visited Village in dimension 0 at [141, 619] +[16:58:32] [Server thread/DEBUG] [antiqueatlas]: Visited Village in dimension 0 at [44, 298] +[16:58:32] [Server thread/DEBUG] [antiqueatlas]: Visited Village in dimension 0 at [70, 203] +[16:58:32] [Server thread/DEBUG] [antiqueatlas]: Visited Village in dimension 0 at [19, -9] +[16:58:32] [Server thread/DEBUG] [antiqueatlas]: Visited Village in dimension 0 at [387, 867] +[16:58:32] [Server thread/DEBUG] [antiqueatlas]: Visited Village in dimension 0 at [-46, 79] +[16:58:32] [Server thread/DEBUG] [antiqueatlas]: Visited Village in dimension 0 at [140, 846] +[16:58:32] [Server thread/DEBUG] [antiqueatlas]: Visited Village in dimension 0 at [40, 118] +[16:58:32] [Server thread/DEBUG] [antiqueatlas]: Visited Village in dimension 0 at [41, 84] +[16:58:32] [Server thread/DEBUG] [antiqueatlas]: Visited Village in dimension 0 at [196, 399] +[16:58:32] [Server thread/DEBUG] [antiqueatlas]: Visited Village in dimension 0 at [73, 115] +[16:58:32] [Server thread/DEBUG] [antiqueatlas]: Visited Village in dimension 0 at [81, 389] +[16:58:32] [Server thread/DEBUG] [antiqueatlas]: Visited Village in dimension 0 at [-94, 10] +[16:58:32] [Server thread/DEBUG] [antiqueatlas]: Visited Village in dimension 0 at [-31, -145] +[16:58:32] [Server thread/DEBUG] [antiqueatlas]: Visited Village in dimension 0 at [-314, -76] +[16:58:32] [Server thread/DEBUG] [antiqueatlas]: Visited Village in dimension 0 at [36, -12] +[16:58:32] [Server thread/DEBUG] [antiqueatlas]: Visited Village in dimension 0 at [53, 237] +[16:58:32] [Server thread/DEBUG] [antiqueatlas]: Visited Village in dimension 0 at [107, 688] +[16:58:32] [Server thread/DEBUG] [antiqueatlas]: Visited Village in dimension 0 at [-147, -219] +[16:58:32] [Server thread/DEBUG] [antiqueatlas]: Visited Village in dimension 0 at [-16, 77] +[16:58:32] [Server thread/DEBUG] [antiqueatlas]: Visited Village in dimension 0 at [129, 783] +[16:58:32] [Server thread/DEBUG] [antiqueatlas]: Visited Village in dimension 0 at [113, 773] +[16:58:32] [Server thread/DEBUG] [antiqueatlas]: Visited Village in dimension 0 at [-244, -43] +[16:58:32] [Server thread/DEBUG] [antiqueatlas]: Visited Village in dimension 0 at [16, 192] +[16:58:32] [Server thread/DEBUG] [antiqueatlas]: Visited Village in dimension 0 at [244, 1585] +[16:58:32] [Server thread/DEBUG] [antiqueatlas]: Visited Village in dimension 0 at [200, 1665] +[16:58:32] [Server thread/DEBUG] [antiqueatlas]: Visited Village in dimension 0 at [168, 352] +[16:58:32] [Server thread/DEBUG] [antiqueatlas]: Visited Village in dimension 0 at [64, 708] +[16:58:32] [Server thread/DEBUG] [antiqueatlas]: Visited Village in dimension 0 at [-274, -83] +[16:58:32] [Server thread/DEBUG] [antiqueatlas]: Visited Village in dimension 0 at [-75, -108] +[16:58:32] [Server thread/DEBUG] [antiqueatlas]: Visited Village in dimension 0 at [-364, -112] +[16:58:32] [Server thread/DEBUG] [antiqueatlas]: Visited Village in dimension 0 at [-88, 37] +[16:58:32] [Server thread/DEBUG] [antiqueatlas]: Visited Village in dimension 0 at [402, 980] +[16:58:32] [Server thread/DEBUG] [antiqueatlas]: Visited Village in dimension 0 at [-52, -55] +[16:58:32] [Server thread/DEBUG] [antiqueatlas]: Visited Village in dimension 0 at [201, 306] +[16:58:32] [Server thread/DEBUG] [antiqueatlas]: Visited Village in dimension 0 at [192, 331] +[16:58:32] [Server thread/DEBUG] [antiqueatlas]: Visited Village in dimension 0 at [84, 361] +[16:58:32] [Server thread/DEBUG] [antiqueatlas]: Visited Village in dimension 0 at [-440, -77] +[16:58:32] [Server thread/DEBUG] [antiqueatlas]: Visited Village in dimension 0 at [-182, -141] +[16:58:32] [Server thread/DEBUG] [antiqueatlas]: Visited Village in dimension 0 at [42, -128] +[16:58:32] [Server thread/DEBUG] [antiqueatlas]: Visited Village in dimension 0 at [-56, 54] +[16:58:32] [Server thread/DEBUG] [antiqueatlas]: Visited Village in dimension 0 at [-186, -14] +[16:58:32] [Server thread/DEBUG] [antiqueatlas]: Visited Village in dimension 0 at [419, 981] +[16:58:32] [Server thread/DEBUG] [antiqueatlas]: Visited Village in dimension 0 at [48, 194] +[16:58:32] [Server thread/DEBUG] [antiqueatlas]: Visited Village in dimension 0 at [141, 1414] +[16:58:32] [Server thread/DEBUG] [antiqueatlas]: Visited Village in dimension 0 at [-177, -45] +[16:58:32] [Server thread/DEBUG] [antiqueatlas]: Visited Village in dimension 0 at [-282, -117] +[16:58:32] [Server thread/DEBUG] [antiqueatlas]: Visited Village in dimension 0 at [-524, -113] +[16:58:32] [Server thread/DEBUG] [antiqueatlas]: Visited Village in dimension 0 at [-270, -54] +[16:58:32] [Server thread/DEBUG] [antiqueatlas]: Visited Village in dimension 0 at [174, 465] +[16:58:32] [Server thread/DEBUG] [antiqueatlas]: Visited Village in dimension 0 at [35, 178] +[16:58:32] [Server thread/DEBUG] [antiqueatlas]: Visited Village in dimension 0 at [151, 678] +[16:58:32] [Server thread/DEBUG] [antiqueatlas]: Visited Village in dimension 0 at [-31, -46] +[16:58:32] [Server thread/DEBUG] [antiqueatlas]: Visited Village in dimension 0 at [68, 434] +[16:58:32] [Server thread/DEBUG] [antiqueatlas]: Visited Village in dimension 0 at [129, 588] +[16:58:32] [Server thread/DEBUG] [antiqueatlas]: Visited Village in dimension 0 at [145, 872] +[16:58:32] [Server thread/DEBUG] [antiqueatlas]: Visited Village in dimension 0 at [201, -96] +[16:58:32] [Server thread/DEBUG] [antiqueatlas]: Visited Village in dimension 0 at [-178, -112] +[16:58:32] [Server thread/DEBUG] [antiqueatlas]: Visited Village in dimension 0 at [-203, -105] +[16:58:32] [Server thread/DEBUG] [antiqueatlas]: Visited Village in dimension 0 at [238, 39] +[16:58:32] [Server thread/DEBUG] [antiqueatlas]: Visited Village in dimension 0 at [41, 769] +[16:58:32] [Server thread/DEBUG] [antiqueatlas]: Visited Village in dimension 0 at [308, -84] +[16:58:32] [Server thread/DEBUG] [antiqueatlas]: Visited Village in dimension 0 at [-85, 79] +[16:58:32] [Server thread/DEBUG] [antiqueatlas]: Visited Village in dimension 0 at [35, 131] +[16:58:32] [Server thread/DEBUG] [antiqueatlas]: Visited Village in dimension 0 at [84, 675] +[16:58:32] [Server thread/DEBUG] [antiqueatlas]: Visited Village in dimension 0 at [167, 149] +[16:58:32] [Server thread/DEBUG] [antiqueatlas]: Visited Village in dimension 0 at [193, 362] +[16:58:32] [Server thread/DEBUG] [antiqueatlas]: Visited Village in dimension 0 at [174, 695] +[16:58:32] [Server thread/DEBUG] [antiqueatlas]: Visited Village in dimension 0 at [-278, -32] +[16:58:32] [Server thread/DEBUG] [antiqueatlas]: Visited Village in dimension 0 at [230, 240] +[16:58:32] [Server thread/DEBUG] [antiqueatlas]: Visited Village in dimension 0 at [96, 810] +[16:58:32] [Server thread/DEBUG] [antiqueatlas]: Visited Village in dimension 0 at [50, 711] +[16:58:32] [Server thread/DEBUG] [antiqueatlas]: Visited Village in dimension 0 at [23, 11] +[16:58:32] [Server thread/DEBUG] [antiqueatlas]: Visited Village in dimension 0 at [-384, -82] +[16:58:32] [Server thread/DEBUG] [antiqueatlas]: Visited Village in dimension 0 at [-27, 115] +[16:58:32] [Server thread/DEBUG] [antiqueatlas]: Visited Village in dimension 0 at [-31, -19] +[16:58:32] [Server thread/DEBUG] [antiqueatlas]: Visited Village in dimension 0 at [-160, -126] +[16:58:32] [Server thread/DEBUG] [antiqueatlas]: Visited Village in dimension 0 at [138, 39] +[16:58:32] [Server thread/DEBUG] [antiqueatlas]: Visited Village in dimension 0 at [207, 459] +[16:58:32] [Server thread/DEBUG] [antiqueatlas]: Visited Village in dimension 0 at [-52, -145] +[16:58:32] [Server thread/DEBUG] [antiqueatlas]: Visited Village in dimension 0 at [402, 813] +[16:58:32] [Server thread/DEBUG] [antiqueatlas]: Visited Village in dimension 0 at [206, 1513] +[16:58:32] [Server thread/DEBUG] [antiqueatlas]: Visited Village in dimension 0 at [168, 642] +[16:58:32] [Server thread/INFO] [FML]: Loading dimension 1 (world) (net.minecraft.server.dedicated.DedicatedServer@8e6bead) +[16:58:32] [Server thread/INFO] [Astral Sorcery]: Checking GatewayCache integrity for dimension 1 +[16:58:32] [Server thread/INFO] [Astral Sorcery]: GatewayCache checked and fully loaded in 0ms! Collected and checked 0 gateway nodes! +[16:58:32] [Server thread/DEBUG] [BnBGamingCore]: Could not find method func_175794_a in class com.shinoow.abyssalcraft.common.structures.abyss.stronghold.MapGenAbyStronghold +[16:58:32] [Server thread/DEBUG] [BnBGamingCore]: Could not find method func_175795_b in class com.shinoow.abyssalcraft.common.structures.abyss.stronghold.MapGenAbyStronghold +[16:58:32] [Server thread/DEBUG] [BnBGamingCore]: Could not find method func_175796_a in class com.shinoow.abyssalcraft.common.structures.abyss.stronghold.MapGenAbyStronghold +[16:58:32] [Server thread/DEBUG] [BnBGamingCore]: Attempting to transform method func_180706_b in class com.shinoow.abyssalcraft.common.structures.abyss.stronghold.MapGenAbyStronghold +[16:58:32] [Server thread/DEBUG] [BnBGamingCore]: Successfully transformed method func_180706_b in class com.shinoow.abyssalcraft.common.structures.abyss.stronghold.MapGenAbyStronghold +[16:58:32] [Server thread/INFO] [FML]: Loading dimension 50 (world) (net.minecraft.server.dedicated.DedicatedServer@8e6bead) +[16:58:32] [Server thread/INFO] [Astral Sorcery]: Checking GatewayCache integrity for dimension 50 +[16:58:32] [Server thread/INFO] [Astral Sorcery]: GatewayCache checked and fully loaded in 0ms! Collected and checked 0 gateway nodes! +[16:58:32] [Server thread/DEBUG] [BnBGamingCore]: Could not find method func_175794_a in class com.shinoow.abyssalcraft.common.structures.dreadlands.mineshaft.MapGenDreadlandsMine +[16:58:32] [Server thread/DEBUG] [BnBGamingCore]: Could not find method func_175795_b in class com.shinoow.abyssalcraft.common.structures.dreadlands.mineshaft.MapGenDreadlandsMine +[16:58:32] [Server thread/DEBUG] [BnBGamingCore]: Could not find method func_175796_a in class com.shinoow.abyssalcraft.common.structures.dreadlands.mineshaft.MapGenDreadlandsMine +[16:58:32] [Server thread/DEBUG] [BnBGamingCore]: Attempting to transform method func_180706_b in class com.shinoow.abyssalcraft.common.structures.dreadlands.mineshaft.MapGenDreadlandsMine +[16:58:32] [Server thread/DEBUG] [BnBGamingCore]: Successfully transformed method func_180706_b in class com.shinoow.abyssalcraft.common.structures.dreadlands.mineshaft.MapGenDreadlandsMine +[16:58:32] [Server thread/INFO] [FML]: Loading dimension 51 (world) (net.minecraft.server.dedicated.DedicatedServer@8e6bead) +[16:58:32] [Server thread/INFO] [Astral Sorcery]: Checking GatewayCache integrity for dimension 51 +[16:58:32] [Server thread/INFO] [Astral Sorcery]: GatewayCache checked and fully loaded in 0ms! Collected and checked 0 gateway nodes! +[16:58:32] [Server thread/DEBUG] [BnBGamingCore]: Could not find method func_175794_a in class com.shinoow.abyssalcraft.common.structures.omothol.MapGenOmothol +[16:58:32] [Server thread/DEBUG] [BnBGamingCore]: Could not find method func_175795_b in class com.shinoow.abyssalcraft.common.structures.omothol.MapGenOmothol +[16:58:32] [Server thread/DEBUG] [BnBGamingCore]: Could not find method func_175796_a in class com.shinoow.abyssalcraft.common.structures.omothol.MapGenOmothol +[16:58:32] [Server thread/DEBUG] [BnBGamingCore]: Attempting to transform method func_180706_b in class com.shinoow.abyssalcraft.common.structures.omothol.MapGenOmothol +[16:58:32] [Server thread/DEBUG] [BnBGamingCore]: Successfully transformed method func_180706_b in class com.shinoow.abyssalcraft.common.structures.omothol.MapGenOmothol +[16:58:32] [Server thread/INFO] [FML]: Loading dimension 52 (world) (net.minecraft.server.dedicated.DedicatedServer@8e6bead) +[16:58:32] [Server thread/INFO] [Astral Sorcery]: Checking GatewayCache integrity for dimension 52 +[16:58:32] [Server thread/INFO] [Astral Sorcery]: GatewayCache checked and fully loaded in 0ms! Collected and checked 0 gateway nodes! +[16:58:32] [Server thread/INFO] [FML]: Loading dimension 53 (world) (net.minecraft.server.dedicated.DedicatedServer@8e6bead) +[16:58:32] [Server thread/INFO] [Astral Sorcery]: Checking GatewayCache integrity for dimension 53 +[16:58:32] [Server thread/INFO] [Astral Sorcery]: GatewayCache checked and fully loaded in 0ms! Collected and checked 0 gateway nodes! +[16:58:32] [Server thread/INFO] [FML]: Loading dimension 144 (world) (net.minecraft.server.dedicated.DedicatedServer@8e6bead) +[16:58:32] [Server thread/INFO] [compactmachines3]: Loaded data for compact machine world: 0 spawn points, next machine id is 0, players with beds: 0 +[16:58:32] [Server thread/INFO] [Astral Sorcery]: Checking GatewayCache integrity for dimension 144 +[16:58:32] [Server thread/INFO] [Astral Sorcery]: GatewayCache checked and fully loaded in 0ms! Collected and checked 0 gateway nodes! +[16:58:32] [Server thread/DEBUG] [mixin]: Mixing bookshelf.MixinWorldUtils from mixins.jeid.modsupport.json into net.darkhax.bookshelf.util.WorldUtils +[16:58:32] [Server thread/TRACE] [mixin]: Added class metadata for net/darkhax/bookshelf/lib/Constants to metadata cache +[16:58:32] [Server thread/TRACE] [mixin]: Added class metadata for net/darkhax/bookshelf/lib/LoggingHelper to metadata cache +[16:58:32] [Server thread/INFO] [FML]: Loading dimension 28885 (world) (net.minecraft.server.dedicated.DedicatedServer@8e6bead) +[16:58:32] [Server thread/INFO] [Astral Sorcery]: Checking GatewayCache integrity for dimension 28885 +[16:58:32] [Server thread/INFO] [Astral Sorcery]: GatewayCache checked and fully loaded in 0ms! Collected and checked 0 gateway nodes! +[16:58:32] [Server thread/DEBUG] [mixin]: Mixing thebetweenlands.MixinGenLayerVoronoiZoomInstanced from mixins.jeid.modsupport.json into thebetweenlands.common.world.gen.layer.GenLayerVoronoiZoomInstanced +[16:58:32] [Server thread/TRACE] [mixin]: Added class metadata for thebetweenlands/common/world/gen/layer/GenLayerBetweenlands to metadata cache +[16:58:32] [Server thread/INFO] [FML]: Loading dimension 20 (world) (net.minecraft.server.dedicated.DedicatedServer@8e6bead) +[16:58:32] [Server thread/INFO] [Astral Sorcery]: Checking GatewayCache integrity for dimension 20 +[16:58:32] [Server thread/INFO] [Astral Sorcery]: GatewayCache checked and fully loaded in 0ms! Collected and checked 0 gateway nodes! +[16:58:32] [Server thread/INFO] [FML]: Loading dimension 10 (world) (net.minecraft.server.dedicated.DedicatedServer@8e6bead) +[16:58:32] [Server thread/INFO] [Astral Sorcery]: Checking GatewayCache integrity for dimension 10 +[16:58:32] [Server thread/INFO] [Astral Sorcery]: GatewayCache checked and fully loaded in 0ms! Collected and checked 0 gateway nodes! +[16:58:32] [Server thread/DEBUG] [mixin]: Mixing MixinGenLayerTFRiverMix from mixins.jeid.twilightforest.json into twilightforest.world.layer.GenLayerTFRiverMix +[16:58:32] [Server thread/DEBUG] [BnBGamingCore]: Could not find method func_175794_a in class twilightforest.world.MapGenTFHollowTree +[16:58:32] [Server thread/DEBUG] [BnBGamingCore]: Could not find method func_175795_b in class twilightforest.world.MapGenTFHollowTree +[16:58:32] [Server thread/DEBUG] [BnBGamingCore]: Could not find method func_175796_a in class twilightforest.world.MapGenTFHollowTree +[16:58:32] [Server thread/DEBUG] [BnBGamingCore]: Attempting to transform method func_180706_b in class twilightforest.world.MapGenTFHollowTree +[16:58:32] [Server thread/DEBUG] [BnBGamingCore]: Successfully transformed method func_180706_b in class twilightforest.world.MapGenTFHollowTree +[16:58:32] [Server thread/INFO] [FML]: Loading dimension 7 (world) (net.minecraft.server.dedicated.DedicatedServer@8e6bead) +[16:58:32] [Server thread/INFO] [Astral Sorcery]: Checking GatewayCache integrity for dimension 7 +[16:58:32] [Server thread/INFO] [Astral Sorcery]: GatewayCache checked and fully loaded in 0ms! Collected and checked 0 gateway nodes! +[16:58:32] [Server thread/INFO] [FML]: Loading dimension 2 (world) (net.minecraft.server.dedicated.DedicatedServer@8e6bead) +[16:58:32] [Server thread/INFO] [Astral Sorcery]: Checking GatewayCache integrity for dimension 2 +[16:58:32] [Server thread/INFO] [Astral Sorcery]: GatewayCache checked and fully loaded in 0ms! Collected and checked 0 gateway nodes! +[16:58:32] [Server thread/INFO] [FML]: Loading dimension -1 (world) (net.minecraft.server.dedicated.DedicatedServer@8e6bead) +[16:58:32] [Server thread/INFO] [Astral Sorcery]: Checking GatewayCache integrity for dimension -1 +[16:58:32] [Server thread/INFO] [Astral Sorcery]: GatewayCache checked and fully loaded in 0ms! Collected and checked 0 gateway nodes! +[16:58:32] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Preparing start region for level 0 +[16:58:33] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Done (4.800s)! For help, type "help" or "?" +[16:58:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod minecraft +[16:58:33] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod minecraft +[16:58:33] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - Minecraft took 0.000s +[16:58:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod mcp +[16:58:33] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod mcp +[16:58:33] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - Minecraft Coder Pack took 0.000s +[16:58:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod FML +[16:58:33] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod FML +[16:58:33] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - Forge Mod Loader took 0.000s +[16:58:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod forge +[16:58:33] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod forge +[16:58:33] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - Minecraft Forge took 0.025s +[16:58:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod ivtoolkit +[16:58:33] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod ivtoolkit +[16:58:33] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - IvToolkit took 0.000s +[16:58:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod micdoodlecore +[16:58:33] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod micdoodlecore +[16:58:33] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - Micdoodle8 Core took 0.000s +[16:58:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod smoothfontcore +[16:58:33] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod smoothfontcore +[16:58:33] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - Smooth Font Core took 0.000s +[16:58:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod com.elytradev.movingworld.common.asm.coremod +[16:58:33] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod com.elytradev.movingworld.common.asm.coremod +[16:58:33] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - MovingWorld CORE took 0.000s +[16:58:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod bnbgamingcore +[16:58:33] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod bnbgamingcore +[16:58:33] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - BnBGamingCore took 0.000s +[16:58:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod foamfixcore +[16:58:33] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod foamfixcore +[16:58:33] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - FoamFixCore took 0.000s +[16:58:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod randompatches +[16:58:33] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod randompatches +[16:58:33] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - RandomPatches took 0.003s +[16:58:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod movillages +[16:58:33] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod movillages +[16:58:33] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - Mo' Villages took 0.000s +[16:58:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod charcoalblock +[16:58:33] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod charcoalblock +[16:58:33] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - A Block of Charcoal took 0.000s +[16:58:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod crafttweaker +[16:58:33] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod crafttweaker +[16:58:33] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - CraftTweaker2 took 0.024s +[16:58:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod mtlib +[16:58:33] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod mtlib +[16:58:33] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - MTLib took 0.000s +[16:58:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod modtweaker +[16:58:33] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod modtweaker +[16:58:33] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - Mod Tweaker took 0.004s +[16:58:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod jei +[16:58:33] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod jei +[16:58:33] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - Just Enough Items took 0.000s +[16:58:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod abyssalcraft +[16:58:33] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod abyssalcraft +[16:58:33] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - AbyssalCraft took 0.002s +[16:58:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod chisel +[16:58:33] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod chisel +[16:58:33] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - Chisel took 0.000s +[16:58:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod mantle +[16:58:33] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod mantle +[16:58:33] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - Mantle took 0.000s +[16:58:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod twilightforest +[16:58:33] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod twilightforest +[16:58:33] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - The Twilight Forest took 0.002s +[16:58:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod tconstruct +[16:58:33] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod tconstruct +[16:58:33] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - Tinkers' Construct took 0.000s +[16:58:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod acintegration +[16:58:33] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod acintegration +[16:58:33] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - AbyssalCraft Integration took 0.000s +[16:58:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod fastbench +[16:58:33] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod fastbench +[16:58:33] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - FastWorkbench took 0.000s +[16:58:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod actuallyadditions +[16:58:33] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod actuallyadditions +[16:58:33] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - Actually Additions took 0.000s +[16:58:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod baubles +[16:58:33] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod baubles +[16:58:33] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - Baubles took 0.002s +[16:58:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod actuallybaubles +[16:58:33] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod actuallybaubles +[16:58:33] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - Actually Baubles took 0.000s +[16:58:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod animalium +[16:58:33] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod animalium +[16:58:33] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - animalium took 0.000s +[16:58:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod antiqueatlas +[16:58:33] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod antiqueatlas +[16:58:33] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - Antique Atlas took 0.000s +[16:58:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod base +[16:58:33] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod base +[16:58:33] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - B.A.S.E took 0.000s +[16:58:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod contenttweaker +[16:58:33] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod contenttweaker +[16:58:33] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - ContentTweaker took 0.000s +[16:58:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod immersiveengineering +[16:58:33] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod immersiveengineering +[16:58:33] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - Immersive Engineering took 0.008s +[16:58:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod geolosys +[16:58:33] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod geolosys +[16:58:33] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - Geolosys took 0.000s +[16:58:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod buildcraftlib +[16:58:33] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod buildcraftlib +[16:58:33] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - BuildCraft Lib took 0.003s +[16:58:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod buildcraftcore +[16:58:33] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod buildcraftcore +[16:58:33] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - BuildCraft took 0.000s +[16:58:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod cyclicmagic +[16:58:33] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod cyclicmagic +[16:58:33] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - Cyclic took 0.009s +[16:58:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod redstoneflux +[16:58:33] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod redstoneflux +[16:58:33] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - Redstone Flux took 0.000s +[16:58:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod mekanism +[16:58:33] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod mekanism +[16:58:33] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - Mekanism took 0.018s +[16:58:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod natura +[16:58:33] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod natura +[16:58:33] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - Natura took 0.000s +[16:58:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod traverse +[16:58:33] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod traverse +[16:58:33] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - Traverse took 0.004s +[16:58:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod betterwithmods +[16:58:33] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod betterwithmods +[16:58:33] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - Better With Mods took 0.002s +[16:58:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod appleskin +[16:58:33] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod appleskin +[16:58:33] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - AppleSkin took 0.000s +[16:58:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod appliedenergistics2 +[16:58:33] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod appliedenergistics2 +[16:58:33] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - Applied Energistics 2 took 0.002s +[16:58:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod armoreablemobs +[16:58:33] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod armoreablemobs +[16:58:33] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - ArmoreableMobs took 0.000s +[16:58:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod aroma1997core +[16:58:33] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod aroma1997core +[16:58:33] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - Aroma1997Core took 0.022s +[16:58:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod aromabackup +[16:58:33] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod aromabackup +[16:58:33] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - AromaBackup took 0.011s +[16:58:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod aromabackuprecovery +[16:58:33] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod aromabackuprecovery +[16:58:33] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - AromaBackuprecovery took 0.000s +[16:58:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod astikorcarts +[16:58:33] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod astikorcarts +[16:58:33] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - AstikorCarts took 0.000s +[16:58:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod astralsorcery +[16:58:33] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod astralsorcery +[16:58:33] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - Astral Sorcery took 0.008s +[16:58:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod quark +[16:58:33] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod quark +[16:58:33] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - Quark took 0.004s +[16:58:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod autoreglib +[16:58:33] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod autoreglib +[16:58:33] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - AutoRegLib took 0.000s +[16:58:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod bdlib +[16:58:33] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod bdlib +[16:58:33] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - BD Lib took 0.007s +[16:58:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod betterwithaddons +[16:58:33] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod betterwithaddons +[16:58:33] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - Better with Addons took 0.000s +[16:58:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod betterbedrock +[16:58:33] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod betterbedrock +[16:58:33] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - Better Bedrock took 0.000s +[16:58:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod betterbuilderswands +[16:58:33] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod betterbuilderswands +[16:58:33] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - Better Builder's Wands took 0.003s +[16:58:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod betterwithlib +[16:58:33] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod betterwithlib +[16:58:33] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - Better With Lib took 0.000s +[16:58:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod bibliocraft +[16:58:33] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod bibliocraft +[16:58:33] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - BiblioCraft took 0.000s +[16:58:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod waila +[16:58:33] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod waila +[16:58:33] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - Waila took 0.002s +[16:58:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod modularrouters +[16:58:33] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod modularrouters +[16:58:33] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - Modular Routers took 0.000s +[16:58:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod guideapi +[16:58:33] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod guideapi +[16:58:33] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - Guide-API took 0.000s +[16:58:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod bloodmagic +[16:58:33] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod bloodmagic +[16:58:33] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - Blood Magic: Alchemical Wizardry took 0.028s +[16:58:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod bnbgaminglib +[16:58:33] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod bnbgaminglib +[16:58:33] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - BNBGamingLib took 0.004s +[16:58:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod bonsaitrees +[16:58:33] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod bonsaitrees +[16:58:33] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - Bonsai Trees took 0.047s +[16:58:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod bookshelf +[16:58:33] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod bookshelf +[16:58:33] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - Bookshelf took 0.000s +[16:58:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod bringbedrockback +[16:58:33] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod bringbedrockback +[16:58:33] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - BringBedrockBack took 0.000s +[16:58:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod buildcraftbuilders +[16:58:33] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod buildcraftbuilders +[16:58:33] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - BuildCraft Builders took 0.009s +[16:58:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod buildcraftfactory +[16:58:33] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod buildcraftfactory +[16:58:33] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - BuildCraft Factory took 0.000s +[16:58:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod buildcraftrobotics +[16:58:33] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod buildcraftrobotics +[16:58:33] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - BuildCraft Robotics took 0.000s +[16:58:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod buildcrafttransport +[16:58:33] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod buildcrafttransport +[16:58:33] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - BuildCraft Transport took 0.000s +[16:58:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod buildcraftsilicon +[16:58:33] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod buildcraftsilicon +[16:58:33] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - BuildCraft Silicon took 0.000s +[16:58:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod buildinggadgets +[16:58:33] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod buildinggadgets +[16:58:33] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - Building Gadgets took 0.004s +[16:58:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod car +[16:58:33] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod car +[16:58:33] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - Ultimate Car Mod took 0.000s +[16:58:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod gamestages +[16:58:33] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod gamestages +[16:58:33] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - Game Stages took 0.000s +[16:58:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod carryon +[16:58:33] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod carryon +[16:58:33] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - Carry On took 0.004s +[16:58:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod cd4017be_lib +[16:58:33] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod cd4017be_lib +[16:58:33] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - CD4017BE_lib took 0.000s +[16:58:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod ceramics +[16:58:33] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod ceramics +[16:58:33] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - Ceramics took 0.000s +[16:58:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod chameleon +[16:58:33] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod chameleon +[16:58:33] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - Chameleon took 0.000s +[16:58:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod chargers +[16:58:33] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod chargers +[16:58:33] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - Chargers took 0.000s +[16:58:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod chiselsandbits +[16:58:33] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod chiselsandbits +[16:58:33] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - Chisels & Bits took 0.000s +[16:58:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod clumps +[16:58:33] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod clumps +[16:58:33] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - Clumps took 0.000s +[16:58:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod codechickenlib +[16:58:33] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod codechickenlib +[16:58:33] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - CodeChicken Lib took 0.000s +[16:58:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod cyclopscore +[16:58:33] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod cyclopscore +[16:58:33] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - Cyclops Core took 0.011s +[16:58:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod commoncapabilities +[16:58:33] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod commoncapabilities +[16:58:33] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - CommonCapabilities took 0.000s +[16:58:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod refinedstorage +[16:58:33] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod refinedstorage +[16:58:33] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - Refined Storage took 0.002s +[16:58:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod compactmachines3 +[16:58:33] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod compactmachines3 +[16:58:33] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - Compact Machines 3 took 0.018s +[16:58:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod conarm +[16:58:33] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod conarm +[16:58:33] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - Construct's Armory took 0.001s +[16:58:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod cookingforblockheads +[16:58:33] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod cookingforblockheads +[16:58:33] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - Cooking for Blockheads took 0.000s +[16:58:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod crafttweakerjei +[16:58:33] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod crafttweakerjei +[16:58:33] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - CraftTweaker JEI Support took 0.000s +[16:58:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod cucumber +[16:58:33] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod cucumber +[16:58:33] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - Cucumber Library took 0.000s +[16:58:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod darkutils +[16:58:33] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod darkutils +[16:58:33] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - Dark Utilities took 0.000s +[16:58:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod movingworld +[16:58:33] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod movingworld +[16:58:33] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - Moving World took 0.000s +[16:58:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod davincisvessels +[16:58:33] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod davincisvessels +[16:58:33] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - Davinci's Vessels took 0.002s +[16:58:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod death_compass +[16:58:33] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod death_compass +[16:58:33] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - death_compass took 0.000s +[16:58:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod despawningspawners +[16:58:33] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod despawningspawners +[16:58:33] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - Despawning Spawners took 0.000s +[16:58:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod dimensionalcontrol +[16:58:33] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod dimensionalcontrol +[16:58:33] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - Dimensional Control took 0.004s +[16:58:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod dimstages +[16:58:33] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod dimstages +[16:58:33] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - Dimension Stages took 0.000s +[16:58:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod dungpipe +[16:58:33] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod dungpipe +[16:58:33] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - Dung Pipe took 0.000s +[16:58:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod elevatorid +[16:58:33] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod elevatorid +[16:58:33] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - Elevator Mod took 0.000s +[16:58:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod emberroot +[16:58:33] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod emberroot +[16:58:33] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - EmberRoot Zoo took 0.000s +[16:58:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod enderstorage +[16:58:33] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod enderstorage +[16:58:33] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - EnderStorage took 0.014s +[16:58:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod enderutilities +[16:58:33] [Server thread/WARN] [enderutilities]: BlockUtils.getMatchingBlockStatesForString(): Invalid block state string 'bedrockbgone:better_bedrock' +[16:58:33] [Server thread/WARN] [enderutilities]: Invalid block state 'bedrockbgone:better_bedrock' in the energy bridge bedrock whitelist +[16:58:33] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod enderutilities +[16:58:33] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - Ender Utilities took 0.010s +[16:58:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod valkyrielib +[16:58:33] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod valkyrielib +[16:58:33] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - Valkyrie Lib took 0.001s +[16:58:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod environmentaltech +[16:58:33] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod environmentaltech +[16:58:33] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - Environmental Tech took 0.000s +[16:58:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod extendedcrafting +[16:58:33] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod extendedcrafting +[16:58:33] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - Extended Crafting took 0.000s +[16:58:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod galacticraftcore +[16:58:33] [Server thread/INFO] [Galacticraft]: Registered Dimension: -30 +[16:58:33] [Server thread/INFO] [Galacticraft]: Registered Dimension: -20 +[16:58:33] [Server thread/INFO] [Galacticraft]: Registered Dimension: -21 +[16:58:33] [Server thread/INFO] [Galacticraft]: Registered Dimension: -15 +[16:58:33] [Server thread/INFO] [Galacticraft]: Registered Dimension: -22 +[16:58:33] [Server thread/INFO] [Galacticraft]: Registered Dimension: -29 +[16:58:33] [Server thread/INFO] [Galacticraft]: Registered Dimension: -13 +[16:58:33] [Server thread/INFO] [Galacticraft]: Registered Dimension: -18 +[16:58:33] [Server thread/INFO] [Galacticraft]: Registered Dimension: -19 +[16:58:33] [Server thread/INFO] [Galacticraft]: Registered Dimension: -16 +[16:58:33] [Server thread/INFO] [Galacticraft]: Registered Dimension: -17 +[16:58:33] [Server thread/INFO] [Galacticraft]: Registered Dimension: -31 +[16:58:33] [Server thread/INFO] [Galacticraft]: Registered Dimension: -1505 +[16:58:33] [Server thread/INFO] [Galacticraft]: Registered Dimension: -1503 +[16:58:33] [Server thread/INFO] [Galacticraft]: Registered Dimension: -1501 +[16:58:33] [Server thread/INFO] [Galacticraft]: Registered Dimension: -1506 +[16:58:33] [Server thread/INFO] [Galacticraft]: Registered Dimension: -1511 +[16:58:33] [Server thread/INFO] [Galacticraft]: Registered Dimension: -1500 +[16:58:33] [Server thread/INFO] [Galacticraft]: Registered Dimension: -28 +[16:58:33] [Server thread/INFO] [Galacticraft]: Registered Dimension: -1509 +[16:58:33] [Server thread/INFO] [Galacticraft]: Registered Dimension: -1502 +[16:58:33] [Server thread/INFO] [Galacticraft]: Registered Dimension: -1507 +[16:58:33] [Server thread/INFO] [Galacticraft]: Registered Dimension: -1508 +[16:58:33] [Server thread/INFO] [Galacticraft]: Registered Dimension: -1510 +[16:58:33] [Server thread/INFO] [Galacticraft]: Registered Dimension: -1504 +[16:58:33] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod galacticraftcore +[16:58:33] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - Galacticraft Core took 0.022s +[16:58:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod galacticraftplanets +[16:58:33] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod galacticraftplanets +[16:58:33] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - Galacticraft Planets took 0.013s +[16:58:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod mjrlegendslib +[16:58:33] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod mjrlegendslib +[16:58:33] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - MJRLegendsLib took 0.000s +[16:58:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod extraplanets +[16:58:33] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod extraplanets +[16:58:33] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - Extra Planets took 0.000s +[16:58:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod farmingforblockheads +[16:58:33] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod farmingforblockheads +[16:58:33] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - Farming for Blockheads took 0.001s +[16:58:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod farseek +[16:58:33] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod farseek +[16:58:33] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - Farseek took 0.000s +[16:58:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod fastfurnace +[16:58:33] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod fastfurnace +[16:58:33] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - FastFurnace took 0.000s +[16:58:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod fat_cat +[16:58:33] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod fat_cat +[16:58:33] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - fat_cat took 0.000s +[16:58:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod ferdinandsflowers +[16:58:33] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod ferdinandsflowers +[16:58:33] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - Ferdinand's Flowers took 0.000s +[16:58:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod findme +[16:58:33] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod findme +[16:58:33] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - FindMe took 0.000s +[16:58:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod foamfix +[16:58:33] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod foamfix +[16:58:33] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - FoamFix took 0.000s +[16:58:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod forgelin +[16:58:33] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod forgelin +[16:58:33] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - Shadowfacts' Forgelin took 0.000s +[16:58:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod forgemultipartcbe +[16:58:33] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod forgemultipartcbe +[16:58:33] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - Forge Multipart CBE took 0.000s +[16:58:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod microblockcbe +[16:58:33] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod microblockcbe +[16:58:33] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - Forge Microblocks took 0.000s +[16:58:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod minecraftmultipartcbe +[16:58:33] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod minecraftmultipartcbe +[16:58:33] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - Minecraft Multipart Plugin took 0.000s +[16:58:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod galacticrafttweaker +[16:58:33] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod galacticrafttweaker +[16:58:33] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - galacticrafttweaker took 0.000s +[16:58:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod advgenerators +[16:58:33] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod advgenerators +[16:58:33] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - Advanced Generators took 0.000s +[16:58:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod gobblecore +[16:58:33] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod gobblecore +[16:58:33] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - Gobble Core took 0.000s +[16:58:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod harvest +[16:58:33] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod harvest +[16:58:33] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - Harvest took 0.000s +[16:58:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod horsepower +[16:58:33] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod horsepower +[16:58:33] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - Horse Power took 0.000s +[16:58:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod huntingdim +[16:58:33] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod huntingdim +[16:58:33] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - Hunting Dimension took 0.000s +[16:58:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod igwmod +[16:58:33] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod igwmod +[16:58:33] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - In-Game wiki Mod took 0.000s +[16:58:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod mcjtylib_ng +[16:58:33] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod mcjtylib_ng +[16:58:33] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - McJtyLib took 0.000s +[16:58:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod immcraft +[16:58:33] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod immcraft +[16:58:33] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - Immersive Craft took 0.000s +[16:58:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod immersivepetroleum +[16:58:33] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod immersivepetroleum +[16:58:33] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - Immersive Petroleum took 0.006s +[16:58:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod immersivetech +[16:58:33] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod immersivetech +[16:58:33] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - Immersive Tech took 0.000s +[16:58:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod improvedbackpacks +[16:58:33] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod improvedbackpacks +[16:58:33] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - Improved Backpacks took 0.003s +[16:58:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod incontrol +[16:58:33] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod incontrol +[16:58:33] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - InControl took 0.006s +[16:58:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod indlog +[16:58:33] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod indlog +[16:58:33] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - Inductive Logistics took 0.000s +[16:58:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod teslacorelib +[16:58:33] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod teslacorelib +[16:58:33] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - Tesla Core Lib took 0.000s +[16:58:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod industrialforegoing +[16:58:33] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod industrialforegoing +[16:58:33] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - Industrial Foregoing took 0.000s +[16:58:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod infoaccessories +[16:58:33] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod infoaccessories +[16:58:33] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - Info Accessories took 0.000s +[16:58:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod integrateddynamics +[16:58:33] [Server thread/DEBUG] [BnBGamingCore]: Caught Exception while attempting to get class extensions for org.cyclops.integrateddynamics.core.evaluate.variable.integration.TestVariables +[16:58:33] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod integrateddynamics +[16:58:33] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - Integrated Dynamics took 0.008s +[16:58:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod integrateddynamicscompat +[16:58:33] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod integrateddynamicscompat +[16:58:33] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - IntegratedDynamics-Compat took 0.000s +[16:58:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod inventorytweaks +[16:58:33] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod inventorytweaks +[16:58:33] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - Inventory Tweaks took 0.000s +[16:58:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod ironbackpacks +[16:58:33] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod ironbackpacks +[16:58:33] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - Iron Backpacks took 0.000s +[16:58:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod ironchest +[16:58:33] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod ironchest +[16:58:33] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - Iron Chest took 0.000s +[16:58:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod ironjetpacks +[16:58:33] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod ironjetpacks +[16:58:33] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - Iron Jetpacks took 0.000s +[16:58:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod itemstages +[16:58:33] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod itemstages +[16:58:33] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - Item Stages took 0.000s +[16:58:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod journeymap +[16:58:33] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod journeymap +[16:58:33] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - JourneyMap took 0.044s +[16:58:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod jarm +[16:58:33] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod jarm +[16:58:33] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - Just A Raft Mod took 0.000s +[16:58:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod jaff +[16:58:33] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod jaff +[16:58:33] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - Just a Few Fish took 0.000s +[16:58:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod jeid +[16:58:33] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod jeid +[16:58:33] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - JustEnoughIDs took 0.000s +[16:58:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod kleeslabs +[16:58:33] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod kleeslabs +[16:58:33] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - KleeSlabs took 0.000s +[16:58:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod lex +[16:58:33] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod lex +[16:58:33] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - LibEx took 0.000s +[16:58:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod lttweaker +[16:58:33] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod lttweaker +[16:58:33] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - Loot Table Tweaker took 0.002s +[16:58:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod magma_monsters +[16:58:33] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod magma_monsters +[16:58:33] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - magma_monsters took 0.000s +[16:58:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod mekatweaks +[16:58:33] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod mekatweaks +[16:58:33] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - MekaTweaks took 0.000s +[16:58:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod mercurius +[16:58:33] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod mercurius +[16:58:33] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - Mercurius took 0.001s +[16:58:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod mobends +[16:58:33] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod mobends +[16:58:33] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - Mo' Bends took 0.000s +[16:58:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod mob_grinding_utils +[16:58:33] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod mob_grinding_utils +[16:58:33] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - mob_grinding_utils took 0.000s +[16:58:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod mobstages +[16:58:33] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod mobstages +[16:58:33] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - Mob Stages took 0.000s +[16:58:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod modularmachinery +[16:58:33] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod modularmachinery +[16:58:33] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - Modular Machinery took 0.003s +[16:58:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod morpheus +[16:58:33] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod morpheus +[16:58:33] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - Morpheus took 0.003s +[16:58:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod mputils +[16:58:33] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod mputils +[16:58:33] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - ModPack Utilities took 0.000s +[16:58:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod mpbasic +[16:58:33] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod mpbasic +[16:58:33] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - ModPack Basic Tools took 0.000s +[16:58:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod multiblockstages +[16:58:33] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod multiblockstages +[16:58:33] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - Multiblockstages took 0.000s +[16:58:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod mundaneredstone +[16:58:33] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod mundaneredstone +[16:58:33] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - Mundane Redstone took 0.000s +[16:58:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod mysticalagriculture +[16:58:33] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod mysticalagriculture +[16:58:33] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - Mystical Agriculture took 0.000s +[16:58:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod mysticalagradditions +[16:58:33] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod mysticalagradditions +[16:58:33] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - Mystical Agradditions took 0.000s +[16:58:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod mystagradcompat +[16:58:33] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod mystagradcompat +[16:58:33] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - Mystical Agradditions Compat took 0.000s +[16:58:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod naturescompass +[16:58:33] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod naturescompass +[16:58:33] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - Nature's Compass took 0.000s +[16:58:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod nex +[16:58:33] [Server thread/INFO] [NetherEx]: Setting up default biomes. +[16:58:33] [Server thread/INFO] [NetherEx]: Setting up custom biomes. +[16:58:33] [Server thread/INFO] [NetherEx]: Setting up default trades. +[16:58:33] [Server thread/INFO] [NetherEx]: Setting up custom trades. +[16:58:33] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod nex +[16:58:33] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - NetherEx took 0.050s +[16:58:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod noworldgen5you +[16:58:33] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod noworldgen5you +[16:58:33] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - No World Gen 5 You took 0.000s +[16:58:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod nutrition +[16:58:33] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod nutrition +[16:58:33] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - Nutrition took 0.000s +[16:58:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod samsocean +[16:58:33] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod samsocean +[16:58:33] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - Ocean Floor Classic took 0.000s +[16:58:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod oreexcavation +[16:58:33] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod oreexcavation +[16:58:33] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - OreExcavation took 0.004s +[16:58:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod oeintegration +[16:58:33] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod oeintegration +[16:58:33] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - OreExcavation Integration took 0.000s +[16:58:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod orestages +[16:58:33] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod orestages +[16:58:33] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - Ore Stages took 0.000s +[16:58:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod overloaded +[16:58:33] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod overloaded +[16:58:33] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - Overloaded took 0.000s +[16:58:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod pickletweaks +[16:58:33] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod pickletweaks +[16:58:33] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - Pickle Tweaks took 0.000s +[16:58:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod placebo +[16:58:33] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod placebo +[16:58:33] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - Placebo took 0.000s +[16:58:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod playerbosses +[16:58:33] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod playerbosses +[16:58:33] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - playerbosses took 0.000s +[16:58:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod playerskins +[16:58:33] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod playerskins +[16:58:33] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - Player Skin Mobs took 0.000s +[16:58:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod pneumaticcraft +[16:58:33] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod pneumaticcraft +[16:58:33] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - PneumaticCraft: Repressurized took 0.009s +[16:58:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod poweradapters +[16:58:33] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod poweradapters +[16:58:33] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - Power Adapters took 0.000s +[16:58:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod prestige +[16:58:33] [Server thread/INFO] [Prestige]: Successfully loaded data for 187f2409-0506-4922-bb24-996ed526b0b2. Confirmed: 0 Unlocked: 0 +[16:58:33] [Server thread/INFO] [Prestige]: Successfully loaded data for 1d55ced0-f360-45b1-9d62-11846a7fa39d. Confirmed: 100 Unlocked: 0 +[16:58:33] [Server thread/INFO] [Prestige]: Successfully loaded data for 622daa46-3d92-4bcd-888e-9633a86b0541. Confirmed: 100 Unlocked: 0 +[16:58:33] [Server thread/INFO] [Prestige]: Successfully loaded data for 92282bab-8c19-48d1-a86c-8454470c3915. Confirmed: 100 Unlocked: 0 +[16:58:33] [Server thread/INFO] [Prestige]: Successfully loaded data for b72d807c-2845-4cc5-b792-2972f6483cfa. Confirmed: 100 Unlocked: 0 +[16:58:33] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod prestige +[16:58:33] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - Prestige took 0.012s +[16:58:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod primalchests +[16:58:33] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod primalchests +[16:58:33] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - PrimalChests took 0.000s +[16:58:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod rustic +[16:58:33] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod rustic +[16:58:33] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - Rustic took 0.000s +[16:58:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod thebetweenlands +[16:58:33] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod thebetweenlands +[16:58:33] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - The Betweenlands took 0.020s +[16:58:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod primal +[16:58:33] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod primal +[16:58:33] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - PrimalCore took 0.003s +[16:58:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod progressiontweaks +[16:58:33] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod progressiontweaks +[16:58:33] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - Progression Tweaks took 0.000s +[16:58:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod prospectors +[16:58:33] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod prospectors +[16:58:33] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - Prospectors took 0.000s +[16:58:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod reborncore +[16:58:33] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod reborncore +[16:58:33] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - Reborn Core took 0.003s +[16:58:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod quantumstorage +[16:58:33] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod quantumstorage +[16:58:33] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - QuantumStorage took 0.000s +[16:58:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod quickleafdecay +[16:58:33] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod quickleafdecay +[16:58:33] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - Quick Leaf Decay took 0.000s +[16:58:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod rangedpumps +[16:58:33] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod rangedpumps +[16:58:33] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - Ranged Pumps took 0.000s +[16:58:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod realdrops +[16:58:33] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod realdrops +[16:58:33] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - Realistic Item Drops took 0.000s +[16:58:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod rebornstorage +[16:58:33] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod rebornstorage +[16:58:33] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - RebornStorage took 0.001s +[16:58:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod recipestages +[16:58:33] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod recipestages +[16:58:33] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - RecipeStages took 0.000s +[16:58:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod reccomplex +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod reccomplex +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - Recurrent Complex took 0.244s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod refinedstorageaddons +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod refinedstorageaddons +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - Refined Storage Addons took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod rftools +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod rftools +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - RFTools took 0.018s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod rftoolscontrol +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod rftoolscontrol +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - RFTools Control took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod roadrunner +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod roadrunner +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - Road Runner took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod scannable +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod scannable +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - Scannable took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod sevpatches +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod sevpatches +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - SevPatches took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod sevtweaks +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod sevtweaks +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - SevTweaks took 0.003s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod sev_tweaks_npc +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod sev_tweaks_npc +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - sev_tweaks_npc took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod simpleautorun +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod simpleautorun +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - SimpleAutoRun took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod simplegenerators +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod simplegenerators +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - Simple Generators took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod simpleplanes +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod simpleplanes +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - simpleplanes took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod storagenetwork +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod storagenetwork +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - Simple Storage Network took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod simpletomb +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod simpletomb +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - Simple Tomb took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod simplyarrows +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod simplyarrows +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - Simply Arrows took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod spartanshields +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod spartanshields +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - Spartan Shields took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod spatialservermod +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod spatialservermod +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - Spatial Server Mod took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod stevescarts +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod stevescarts +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - Steve's Carts 2 took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod stg +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod stg +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - SwingThroughGrass took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod storagedrawers +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod storagedrawers +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - Storage Drawers took 0.004s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod streams +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod streams +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - Streams took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod sasit +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod sasit +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - Stuff A Sock In It took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod supersoundmuffler +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod supersoundmuffler +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - Super Sound Muffler: Revived took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod tallgates +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod tallgates +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - TallGates took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod beneath +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod beneath +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - The Beneath took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod thirstybottles +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod thirstybottles +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - Thirsty Bottles took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod timecontrol +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod timecontrol +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - TimeControl took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod tcomplement +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod tcomplement +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - Tinkers' Complement took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod tinkerstages +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod tinkerstages +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - Tinker Stages took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod tinkertoolleveling +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod tinkertoolleveling +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - Tinkers Tool Leveling took 0.002s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod togetherforever +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod togetherforever +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - TogetherForever took 0.016s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod totemic +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod totemic +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - Totemic took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod tothebatpoles +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod tothebatpoles +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - To the Bat Poles! took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod translocators +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod translocators +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - Translocators took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod treechopper +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod treechopper +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - Tree Chopper took 0.003s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod triumph +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod triumph +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - Triumph took 0.003s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod trumpetskeleton +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod trumpetskeleton +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - Trumpet Skeleton took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod tumbleweed +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod tumbleweed +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - Tumbleweed took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod uppers +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod uppers +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - uppers took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod universalmodifiers +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod universalmodifiers +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - Universal Modifiers took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod vc +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod vc +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - ViesCraft took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod vtt +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod vtt +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - Villager Trade Tables took 0.003s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod waddles +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod waddles +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - Waddles took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod wailastages +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod wailastages +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - Waila Stages took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod walljump +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod walljump +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - Wall-Jump! took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod wanionlib +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod wanionlib +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - WanionLib took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod watercontrolextreme +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod watercontrolextreme +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - Water Control Extreme took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod waterstrainer +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod waterstrainer +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - Water Strainer took 0.001s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod wawla +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod wawla +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - What Are We Looking At took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod weirdinggadget +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod weirdinggadget +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - The Weirding Gadget took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod wildcrops +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod wildcrops +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - Wild Crops took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod witherskelefix +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod witherskelefix +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - Wither Skeleton Tweaks took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod wopper +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod wopper +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - Wopper took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod xnet +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod xnet +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - XNet took 0.007s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod ynot +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod ynot +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - YNot took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod yoyos +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod yoyos +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - Yoyos took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod zenstages +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod zenstages +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - ZenStages took 0.003s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod zenloot +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod zenloot +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - ZenLoot took 0.006s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod primal_tech +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod primal_tech +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - primal_tech took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod teslacorelib_registries +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod teslacorelib_registries +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - Tesla Core Lib Registries took 0.000s +[16:58:34] [Server thread/DEBUG] [FML]: Bar Finished: ServerStarting took 0.859s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod minecraft +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod minecraft +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - Minecraft took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod mcp +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod mcp +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - Minecraft Coder Pack took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod FML +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod FML +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - Forge Mod Loader took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod forge +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod forge +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - Minecraft Forge took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod ivtoolkit +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod ivtoolkit +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - IvToolkit took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod micdoodlecore +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod micdoodlecore +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - Micdoodle8 Core took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod smoothfontcore +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod smoothfontcore +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - Smooth Font Core took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod com.elytradev.movingworld.common.asm.coremod +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod com.elytradev.movingworld.common.asm.coremod +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - MovingWorld CORE took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod bnbgamingcore +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod bnbgamingcore +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - BnBGamingCore took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod foamfixcore +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod foamfixcore +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - FoamFixCore took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod randompatches +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod randompatches +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - RandomPatches took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod movillages +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod movillages +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - Mo' Villages took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod charcoalblock +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod charcoalblock +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - A Block of Charcoal took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod crafttweaker +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod crafttweaker +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - CraftTweaker2 took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod mtlib +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod mtlib +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - MTLib took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod modtweaker +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod modtweaker +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - Mod Tweaker took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod jei +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod jei +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - Just Enough Items took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod abyssalcraft +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod abyssalcraft +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - AbyssalCraft took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod chisel +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod chisel +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - Chisel took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod mantle +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod mantle +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - Mantle took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod twilightforest +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod twilightforest +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - The Twilight Forest took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod tconstruct +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod tconstruct +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - Tinkers' Construct took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod acintegration +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod acintegration +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - AbyssalCraft Integration took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod fastbench +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod fastbench +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - FastWorkbench took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod actuallyadditions +[16:58:34] [Server thread/INFO] [Actually Additions]: Successfully loaded WorldData! +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod actuallyadditions +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - Actually Additions took 0.006s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod baubles +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod baubles +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - Baubles took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod actuallybaubles +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod actuallybaubles +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - Actually Baubles took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod animalium +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod animalium +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - animalium took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod antiqueatlas +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod antiqueatlas +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - Antique Atlas took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod base +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod base +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - B.A.S.E took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod contenttweaker +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod contenttweaker +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - ContentTweaker took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod immersiveengineering +[16:58:34] [Server thread/INFO] [immersiveengineering]: WorldData loading +[16:58:34] [Server thread/INFO] [immersiveengineering]: WorldData retrieved +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod immersiveengineering +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - Immersive Engineering took 0.002s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod geolosys +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod geolosys +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - Geolosys took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod buildcraftlib +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod buildcraftlib +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - BuildCraft Lib took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod buildcraftcore +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod buildcraftcore +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - BuildCraft took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod cyclicmagic +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod cyclicmagic +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - Cyclic took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod redstoneflux +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod redstoneflux +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - Redstone Flux took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod mekanism +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod mekanism +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - Mekanism took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod natura +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod natura +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - Natura took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod traverse +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod traverse +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - Traverse took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod betterwithmods +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod betterwithmods +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - Better With Mods took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod appleskin +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod appleskin +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - AppleSkin took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod appliedenergistics2 +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod appliedenergistics2 +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - Applied Energistics 2 took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod armoreablemobs +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod armoreablemobs +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - ArmoreableMobs took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod aroma1997core +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod aroma1997core +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - Aroma1997Core took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod aromabackup +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod aromabackup +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - AromaBackup took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod aromabackuprecovery +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod aromabackuprecovery +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - AromaBackuprecovery took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod astikorcarts +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod astikorcarts +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - AstikorCarts took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod astralsorcery +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod astralsorcery +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - Astral Sorcery took 0.004s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod quark +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod quark +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - Quark took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod autoreglib +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod autoreglib +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - AutoRegLib took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod bdlib +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod bdlib +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - BD Lib took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod betterwithaddons +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod betterwithaddons +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - Better with Addons took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod betterbedrock +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod betterbedrock +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - Better Bedrock took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod betterbuilderswands +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod betterbuilderswands +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - Better Builder's Wands took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod betterwithlib +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod betterwithlib +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - Better With Lib took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod bibliocraft +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod bibliocraft +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - BiblioCraft took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod waila +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod waila +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - Waila took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod modularrouters +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod modularrouters +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - Modular Routers took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod guideapi +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod guideapi +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - Guide-API took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod bloodmagic +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod bloodmagic +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - Blood Magic: Alchemical Wizardry took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod bnbgaminglib +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod bnbgaminglib +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - BNBGamingLib took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod bonsaitrees +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod bonsaitrees +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - Bonsai Trees took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod bookshelf +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod bookshelf +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - Bookshelf took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod bringbedrockback +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod bringbedrockback +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - BringBedrockBack took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod buildcraftbuilders +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod buildcraftbuilders +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - BuildCraft Builders took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod buildcraftfactory +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod buildcraftfactory +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - BuildCraft Factory took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod buildcraftrobotics +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod buildcraftrobotics +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - BuildCraft Robotics took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod buildcrafttransport +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod buildcrafttransport +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - BuildCraft Transport took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod buildcraftsilicon +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod buildcraftsilicon +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - BuildCraft Silicon took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod buildinggadgets +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod buildinggadgets +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - Building Gadgets took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod car +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod car +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - Ultimate Car Mod took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod gamestages +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod gamestages +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - Game Stages took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod carryon +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod carryon +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - Carry On took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod cd4017be_lib +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod cd4017be_lib +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - CD4017BE_lib took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod ceramics +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod ceramics +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - Ceramics took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod chameleon +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod chameleon +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - Chameleon took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod chargers +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod chargers +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - Chargers took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod chiselsandbits +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod chiselsandbits +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - Chisels & Bits took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod clumps +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod clumps +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - Clumps took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod codechickenlib +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod codechickenlib +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - CodeChicken Lib took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod cyclopscore +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod cyclopscore +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - Cyclops Core took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod commoncapabilities +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod commoncapabilities +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - CommonCapabilities took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod refinedstorage +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod refinedstorage +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - Refined Storage took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod compactmachines3 +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod compactmachines3 +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - Compact Machines 3 took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod conarm +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod conarm +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - Construct's Armory took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod cookingforblockheads +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod cookingforblockheads +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - Cooking for Blockheads took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod crafttweakerjei +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod crafttweakerjei +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - CraftTweaker JEI Support took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod cucumber +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod cucumber +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - Cucumber Library took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod darkutils +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod darkutils +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - Dark Utilities took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod movingworld +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod movingworld +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - Moving World took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod davincisvessels +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod davincisvessels +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - Davinci's Vessels took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod death_compass +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod death_compass +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - death_compass took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod despawningspawners +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod despawningspawners +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - Despawning Spawners took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod dimensionalcontrol +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod dimensionalcontrol +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - Dimensional Control took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod dimstages +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod dimstages +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - Dimension Stages took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod dungpipe +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod dungpipe +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - Dung Pipe took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod elevatorid +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod elevatorid +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - Elevator Mod took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod emberroot +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod emberroot +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - EmberRoot Zoo took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod enderstorage +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod enderstorage +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - EnderStorage took 0.001s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod enderutilities +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod enderutilities +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - Ender Utilities took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod valkyrielib +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod valkyrielib +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - Valkyrie Lib took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod environmentaltech +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod environmentaltech +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - Environmental Tech took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod extendedcrafting +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod extendedcrafting +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - Extended Crafting took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod galacticraftcore +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod galacticraftcore +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - Galacticraft Core took 0.003s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod galacticraftplanets +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod galacticraftplanets +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - Galacticraft Planets took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod mjrlegendslib +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod mjrlegendslib +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - MJRLegendsLib took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod extraplanets +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod extraplanets +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - Extra Planets took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod farmingforblockheads +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod farmingforblockheads +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - Farming for Blockheads took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod farseek +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod farseek +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - Farseek took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod fastfurnace +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod fastfurnace +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - FastFurnace took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod fat_cat +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod fat_cat +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - fat_cat took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod ferdinandsflowers +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod ferdinandsflowers +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - Ferdinand's Flowers took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod findme +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod findme +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - FindMe took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod foamfix +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod foamfix +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - FoamFix took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod forgelin +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod forgelin +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - Shadowfacts' Forgelin took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod forgemultipartcbe +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod forgemultipartcbe +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - Forge Multipart CBE took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod microblockcbe +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod microblockcbe +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - Forge Microblocks took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod minecraftmultipartcbe +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod minecraftmultipartcbe +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - Minecraft Multipart Plugin took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod galacticrafttweaker +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod galacticrafttweaker +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - galacticrafttweaker took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod advgenerators +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod advgenerators +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - Advanced Generators took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod gobblecore +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod gobblecore +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - Gobble Core took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod harvest +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod harvest +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - Harvest took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod horsepower +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod horsepower +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - Horse Power took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod huntingdim +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod huntingdim +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - Hunting Dimension took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod igwmod +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod igwmod +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - In-Game wiki Mod took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod mcjtylib_ng +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod mcjtylib_ng +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - McJtyLib took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod immcraft +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod immcraft +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - Immersive Craft took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod immersivepetroleum +[16:58:34] [BetterFps Update Checker/WARN] [BetterFps]: Could not check for updates: widget.mcf.li +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod immersivepetroleum +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - Immersive Petroleum took 0.002s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod immersivetech +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod immersivetech +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - Immersive Tech took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod improvedbackpacks +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod improvedbackpacks +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - Improved Backpacks took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod incontrol +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod incontrol +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - InControl took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod indlog +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod indlog +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - Inductive Logistics took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod teslacorelib +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod teslacorelib +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - Tesla Core Lib took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod industrialforegoing +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod industrialforegoing +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - Industrial Foregoing took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod infoaccessories +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod infoaccessories +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - Info Accessories took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod integrateddynamics +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod integrateddynamics +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - Integrated Dynamics took 0.038s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod integrateddynamicscompat +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod integrateddynamicscompat +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - IntegratedDynamics-Compat took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod inventorytweaks +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod inventorytweaks +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - Inventory Tweaks took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod ironbackpacks +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod ironbackpacks +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - Iron Backpacks took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod ironchest +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod ironchest +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - Iron Chest took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod ironjetpacks +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod ironjetpacks +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - Iron Jetpacks took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod itemstages +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod itemstages +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - Item Stages took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod journeymap +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod journeymap +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - JourneyMap took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod jarm +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod jarm +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - Just A Raft Mod took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod jaff +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod jaff +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - Just a Few Fish took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod jeid +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod jeid +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - JustEnoughIDs took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod kleeslabs +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod kleeslabs +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - KleeSlabs took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod lex +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod lex +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - LibEx took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod lttweaker +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod lttweaker +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - Loot Table Tweaker took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod magma_monsters +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod magma_monsters +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - magma_monsters took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod mekatweaks +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod mekatweaks +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - MekaTweaks took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod mercurius +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod mercurius +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - Mercurius took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod mobends +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod mobends +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - Mo' Bends took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod mob_grinding_utils +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod mob_grinding_utils +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - mob_grinding_utils took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod mobstages +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod mobstages +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - Mob Stages took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod modularmachinery +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod modularmachinery +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - Modular Machinery took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod morpheus +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod morpheus +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - Morpheus took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod mputils +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod mputils +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - ModPack Utilities took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod mpbasic +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod mpbasic +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - ModPack Basic Tools took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod multiblockstages +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod multiblockstages +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - Multiblockstages took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod mundaneredstone +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod mundaneredstone +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - Mundane Redstone took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod mysticalagriculture +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod mysticalagriculture +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - Mystical Agriculture took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod mysticalagradditions +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod mysticalagradditions +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - Mystical Agradditions took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod mystagradcompat +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod mystagradcompat +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - Mystical Agradditions Compat took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod naturescompass +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod naturescompass +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - Nature's Compass took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod nex +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod nex +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - NetherEx took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod noworldgen5you +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod noworldgen5you +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - No World Gen 5 You took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod nutrition +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod nutrition +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - Nutrition took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod samsocean +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod samsocean +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - Ocean Floor Classic took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod oreexcavation +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod oreexcavation +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - OreExcavation took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod oeintegration +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod oeintegration +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - OreExcavation Integration took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod orestages +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod orestages +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - Ore Stages took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod overloaded +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod overloaded +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - Overloaded took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod pickletweaks +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod pickletweaks +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - Pickle Tweaks took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod placebo +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod placebo +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - Placebo took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod playerbosses +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod playerbosses +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - playerbosses took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod playerskins +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod playerskins +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - Player Skin Mobs took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod pneumaticcraft +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod pneumaticcraft +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - PneumaticCraft: Repressurized took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod poweradapters +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod poweradapters +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - Power Adapters took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod prestige +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod prestige +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - Prestige took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod primalchests +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod primalchests +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - PrimalChests took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod rustic +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod rustic +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - Rustic took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod thebetweenlands +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod thebetweenlands +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - The Betweenlands took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod primal +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod primal +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - PrimalCore took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod progressiontweaks +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod progressiontweaks +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - Progression Tweaks took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod prospectors +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod prospectors +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - Prospectors took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod reborncore +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod reborncore +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - Reborn Core took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod quantumstorage +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod quantumstorage +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - QuantumStorage took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod quickleafdecay +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod quickleafdecay +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - Quick Leaf Decay took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod rangedpumps +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod rangedpumps +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - Ranged Pumps took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod realdrops +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod realdrops +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - Realistic Item Drops took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod rebornstorage +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod rebornstorage +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - RebornStorage took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod recipestages +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod recipestages +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - RecipeStages took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod reccomplex +[16:58:34] [Server thread/TRACE] [reccomplex]: Cleared all poem theme at level SERVER +[16:58:34] [Server thread/TRACE] [reccomplex]: Cleared all natural generation category at level SERVER +[16:58:34] [Server thread/TRACE] [reccomplex]: Cleared all structure at level SERVER +[16:58:34] [Server thread/TRACE] [reccomplex]: Cleared all dimension preset at level SERVER +[16:58:34] [Server thread/TRACE] [reccomplex]: Cleared all block preset at level SERVER +[16:58:34] [Server thread/TRACE] [reccomplex]: Cleared all generic item collection component at level SERVER +[16:58:34] [Server thread/TRACE] [reccomplex]: Cleared all biome preset at level SERVER +[16:58:34] [Server thread/TRACE] [reccomplex]: Cleared all transformer preset at level SERVER +[16:58:34] [Server thread/TRACE] [reccomplex]: Cleared all placer preset at level SERVER +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod reccomplex +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - Recurrent Complex took 0.002s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod refinedstorageaddons +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod refinedstorageaddons +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - Refined Storage Addons took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod rftools +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod rftools +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - RFTools took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod rftoolscontrol +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod rftoolscontrol +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - RFTools Control took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod roadrunner +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod roadrunner +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - Road Runner took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod scannable +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod scannable +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - Scannable took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod sevpatches +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod sevpatches +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - SevPatches took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod sevtweaks +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod sevtweaks +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - SevTweaks took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod sev_tweaks_npc +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod sev_tweaks_npc +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - sev_tweaks_npc took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod simpleautorun +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod simpleautorun +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - SimpleAutoRun took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod simplegenerators +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod simplegenerators +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - Simple Generators took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod simpleplanes +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod simpleplanes +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - simpleplanes took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod storagenetwork +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod storagenetwork +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - Simple Storage Network took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod simpletomb +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod simpletomb +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - Simple Tomb took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod simplyarrows +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod simplyarrows +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - Simply Arrows took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod spartanshields +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod spartanshields +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - Spartan Shields took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod spatialservermod +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod spatialservermod +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - Spatial Server Mod took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod stevescarts +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod stevescarts +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - Steve's Carts 2 took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod stg +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod stg +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - SwingThroughGrass took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod storagedrawers +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod storagedrawers +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - Storage Drawers took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod streams +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod streams +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - Streams took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod sasit +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod sasit +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - Stuff A Sock In It took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod supersoundmuffler +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod supersoundmuffler +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - Super Sound Muffler: Revived took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod tallgates +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod tallgates +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - TallGates took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod beneath +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod beneath +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - The Beneath took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod thirstybottles +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod thirstybottles +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - Thirsty Bottles took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod timecontrol +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod timecontrol +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - TimeControl took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod tcomplement +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod tcomplement +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - Tinkers' Complement took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod tinkerstages +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod tinkerstages +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - Tinker Stages took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod tinkertoolleveling +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod tinkertoolleveling +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - Tinkers Tool Leveling took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod togetherforever +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod togetherforever +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - TogetherForever took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod totemic +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod totemic +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - Totemic took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod tothebatpoles +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod tothebatpoles +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - To the Bat Poles! took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod translocators +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod translocators +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - Translocators took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod treechopper +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod treechopper +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - Tree Chopper took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod triumph +[16:58:34] [Server thread/INFO] [triumph]: Loading Custom Functions +[16:58:34] [Server thread/INFO] [net.minecraft.advancements.FunctionManager]: Loaded 13 custom command functions +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod triumph +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - Triumph took 0.007s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod trumpetskeleton +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod trumpetskeleton +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - Trumpet Skeleton took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod tumbleweed +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod tumbleweed +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - Tumbleweed took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod uppers +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod uppers +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - uppers took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod universalmodifiers +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod universalmodifiers +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - Universal Modifiers took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod vc +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod vc +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - ViesCraft took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod vtt +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod vtt +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - Villager Trade Tables took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod waddles +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod waddles +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - Waddles took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod wailastages +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod wailastages +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - Waila Stages took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod walljump +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod walljump +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - Wall-Jump! took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod wanionlib +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod wanionlib +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - WanionLib took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod watercontrolextreme +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod watercontrolextreme +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - Water Control Extreme took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod waterstrainer +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod waterstrainer +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - Water Strainer took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod wawla +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod wawla +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - What Are We Looking At took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod weirdinggadget +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod weirdinggadget +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - The Weirding Gadget took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod wildcrops +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod wildcrops +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - Wild Crops took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod witherskelefix +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod witherskelefix +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - Wither Skeleton Tweaks took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod wopper +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod wopper +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - Wopper took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod xnet +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod xnet +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - XNet took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod ynot +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod ynot +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - YNot took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod yoyos +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod yoyos +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - Yoyos took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod zenstages +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod zenstages +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - ZenStages took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod zenloot +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod zenloot +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - ZenLoot took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod primal_tech +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod primal_tech +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - primal_tech took 0.000s +[16:58:34] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod teslacorelib_registries +[16:58:34] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod teslacorelib_registries +[16:58:34] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - Tesla Core Lib Registries took 0.000s +[16:58:34] [Server thread/DEBUG] [FML]: Bar Finished: ServerStarted took 0.069s +[16:58:34] [Server thread/INFO] [Astral Sorcery]: Load CachedWorldData 'lightnetwork' for world 0 +[16:58:34] [Server thread/INFO] [Astral Sorcery]: Loading of 'lightnetwork' for world 0 finished. +[16:58:34] [Server thread/DEBUG] [FML]: Queueing dimension 1 to unload +[16:58:34] [Server thread/DEBUG] [FML]: Queueing dimension 50 to unload +[16:58:34] [Server thread/DEBUG] [FML]: Queueing dimension 51 to unload +[16:58:34] [Server thread/DEBUG] [FML]: Queueing dimension 52 to unload +[16:58:34] [Server thread/DEBUG] [FML]: Queueing dimension 53 to unload +[16:58:34] [Server thread/DEBUG] [FML]: Queueing dimension 144 to unload +[16:58:34] [Server thread/DEBUG] [FML]: Queueing dimension 28885 to unload +[16:58:34] [Server thread/DEBUG] [FML]: Queueing dimension 20 to unload +[16:58:34] [Server thread/DEBUG] [FML]: Queueing dimension 10 to unload +[16:58:34] [Server thread/DEBUG] [FML]: Queueing dimension 7 to unload +[16:58:34] [Server thread/DEBUG] [FML]: Queueing dimension -1 to unload +[16:58:34] [Server thread/INFO] [FML]: Unloading dimension 1 +[16:58:34] [Server thread/INFO] [FML]: Unloading dimension 50 +[16:58:34] [Server thread/INFO] [FML]: Unloading dimension 51 +[16:58:34] [Server thread/INFO] [FML]: Unloading dimension 52 +[16:58:34] [Server thread/INFO] [FML]: Unloading dimension 53 +[16:58:34] [Server thread/INFO] [FML]: Unloading dimension 144 +[16:58:34] [Server thread/INFO] [FML]: Unloading dimension 28885 +[16:58:34] [Server thread/INFO] [FML]: Unloading dimension 20 +[16:58:34] [Server thread/INFO] [FML]: Unloading dimension 10 +[16:58:34] [Server thread/INFO] [FML]: Unloading dimension 7 +[16:58:34] [Server thread/INFO] [FML]: Unloading dimension -1 +[16:59:19] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save world +[16:59:24] [Server thread/DEBUG] [FML]: The world 10503162 (world) may have leaked: first encounter (5 occurrences). + +[16:59:24] [Server thread/DEBUG] [FML]: The world 6aa3ead8 (world) may have leaked: first encounter (5 occurrences). + +[16:59:24] [Server thread/DEBUG] [FML]: The world 144adfdf (world) may have leaked: first encounter (5 occurrences). + +[16:59:24] [Server thread/DEBUG] [FML]: The world 25d0bf1b (world) may have leaked: first encounter (5 occurrences). + +[16:59:24] [Server thread/DEBUG] [FML]: The world 61ccec74 (world) may have leaked: first encounter (5 occurrences). + +[16:59:24] [Server thread/DEBUG] [FML]: The world 1a9e961a (world) may have leaked: first encounter (5 occurrences). + +[16:59:24] [Server thread/DEBUG] [FML]: The world 4bc5ca9d (world) may have leaked: first encounter (5 occurrences). + +[16:59:24] [Server thread/DEBUG] [FML]: The world e3f655a (world) may have leaked: first encounter (5 occurrences). + +[16:59:24] [Server thread/DEBUG] [FML]: The world 4729850a (world) may have leaked: first encounter (5 occurrences). + +[16:59:24] [Server thread/DEBUG] [FML]: The world c4527eb (world) may have leaked: first encounter (5 occurrences). + +[16:59:24] [Server thread/DEBUG] [FML]: The world 2771ea9 (world) may have leaked: first encounter (5 occurrences). + +[17:00:04] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save world +[17:00:14] [Server thread/DEBUG] [FML]: The world 10503162 (world) may have leaked: seen 10 times. + +[17:00:14] [Server thread/DEBUG] [FML]: The world 6aa3ead8 (world) may have leaked: seen 10 times. + +[17:00:14] [Server thread/DEBUG] [FML]: The world 144adfdf (world) may have leaked: seen 10 times. + +[17:00:14] [Server thread/DEBUG] [FML]: The world 25d0bf1b (world) may have leaked: seen 10 times. + +[17:00:14] [Server thread/DEBUG] [FML]: The world 61ccec74 (world) may have leaked: seen 10 times. + +[17:00:14] [Server thread/DEBUG] [FML]: The world 1a9e961a (world) may have leaked: seen 10 times. + +[17:00:14] [Server thread/DEBUG] [FML]: The world 4bc5ca9d (world) may have leaked: seen 10 times. + +[17:00:14] [Server thread/DEBUG] [FML]: The world e3f655a (world) may have leaked: seen 10 times. + +[17:00:14] [Server thread/DEBUG] [FML]: The world 4729850a (world) may have leaked: seen 10 times. + +[17:00:14] [Server thread/DEBUG] [FML]: The world c4527eb (world) may have leaked: seen 10 times. + +[17:00:14] [Server thread/DEBUG] [FML]: The world 2771ea9 (world) may have leaked: seen 10 times. + +[17:00:24] [Netty Server IO #2/DEBUG] [randompatches]: Transforming class: net.minecraft.server.network.NetHandlerLoginServer +[17:00:24] [Netty Server IO #2/DEBUG] [randompatches]: Patching method: func_73660_a (update) +[17:00:25] [User Authenticator #1/INFO] [net.minecraft.server.network.NetHandlerLoginServer]: UUID of player CHIKIBONCHELLO is 1d55ced0-f360-45b1-9d62-11846a7fa39d +[17:00:25] [Netty Server IO #2/DEBUG] [randompatches]: Transforming class: net.minecraft.network.NettyCompressionDecoder +[17:00:25] [Netty Server IO #2/DEBUG] [randompatches]: Patching method: decode (decode) +[17:00:25] [Server thread/TRACE] [FML]: Handshake channel activating +[17:00:25] [Server thread/DEBUG] [FML]: FMLHandshakeServerState: null->FMLHandshakeServerState$1:START +[17:00:25] [Server thread/DEBUG] [FML]: Next: HELLO +[17:00:25] [Server thread/DEBUG] [randompatches]: Transforming class: net.minecraft.util.ServerRecipeBookHelper +[17:00:25] [Server thread/DEBUG] [randompatches]: Patching method: func_194325_a (func_194325_a) +[17:00:25] [Netty Server IO #2/DEBUG] [FML]: FMLHandshakeServerState: $ClientHello->FMLHandshakeServerState$2:HELLO +[17:00:25] [Netty Server IO #2/INFO] [FML]: Client protocol version 2 +[17:00:25] [Netty Server IO #2/DEBUG] [FML]: FMLHandshakeServerState: $ModList:279 mods->FMLHandshakeServerState$2:HELLO +[17:00:25] [Netty Server IO #2/INFO] [FML]: Client attempting to join with 279 mods : bnbgamingcore@0.12.0,jaff@1.7_for_1.12,sevtweaks@0.4.0-1,noworldgen5you@1.0.6,uppers@0.0.6,contenttweaker@1.12.2-4.9.1,ironjetpacks@1.1.0,neat@1.4-17,infoaccessories@1.0.11,ctm@MC1.12.2-0.3.3.22,xnet@1.8.2,lex@1.0.8,reauth@3.6.0,playerskins@1.0.4,colouredtooltips@1.0.7,rangedpumps@0.5,forgelin@1.8.2,microblockcbe@2.6.1.81,stg@1.12.2-1.2.3,randompatches@1.12.2-1.22.0.0,darkutils@1.8.230,betterbuilderswands@0.13.2,morpheus@1.12.2-3.5.106,waila@1.8.26,waterstrainer@3.2.0,galacticraftplanets@4.0.2.280,guideapi@1.12-2.1.8-63,acintegration@1.11.2,mysticalagradditions@1.3.2,refinedstorage@1.6.16,betterwithlib@${version},industrialforegoing@1.12.2-1.12.2,tipthescales@1.0.4,geolosys@2.2.6,redstoneflux@2.1.0,buildcraftsilicon@7.99.24.1,poweradapters@1.0.9,reccomplex@1.4.8.2,modtweaker@4.0.17,resourceloader@1.5.3,gobblecore@1.12-0.1.6.35,watercontrolextreme@1.0.0,igwmod@1.4.4-15,abyssalcraft@1.9.19.1,buildcraftbuilders@7.99.24.1,gamestages@2.0.123,buildcraftfactory@7.99.24.1,advgenerators@0.9.20.12,teslacorelib@1.0.15,ceramics@1.12-1.3.7,fat_cat@0.0.5,triumph@3.19.2,FML@8.0.99.99,enderutilities@0.7.15,davincisvessels@@DVESSELSVER@,primal_tech@0.3.5,chargers@1.2.0.4,weirdinggadget@1.0,forgemultipartcbe@2.6.1.81,indlog@1.3.4,codechickenlib@3.2.3.358,dungpipe@1.0,timecontrol@1.12.2-1.0.0.0-beta,clienttweaks@3.1.11,cd4017be_lib@6.4.17,ctgui@1.0.0,mobstages@2.0.13,trumpetskeleton@1.12-1.0.2.1,sevpatches@1.9,tinkerstages@2.0.17,supersoundmuffler@1.0.2.10,mystagradcompat@1.2,smoothfont@mc1.12.2-2.1.2,jei@4.15.0.283,bnbgaminglib@2.17.6,emberroot@1.3.9,custommainmenu@2.0.9.1,bibliocraft@2.4.5,mekanism@1.12.2-9.8.3.390,samsocean@1.0.2,bdlib@1.14.3.12,simplegenerators@1.12.2-2.0.20.2,smoothfontcore@mc1.12.2-2.1.2,naturescompass@1.5.1,compactmachines3@3.0.18,aroma1997core@2.0.0.2,chameleon@1.12-4.1.3,horsepower@2.6.4,conarm@1.2.4,farmingforblockheads@3.1.28,inventorytweaks@1.64+dev.151.822d839,pneumaticcraft@1.12.2-0.11.1-361,charcoalblock@1.1,vc@5.9.16,micdoodlecore@,crafttweaker@4.1.20,immersivepetroleum@1.1.9,forge@14.23.5.2860,playerbosses@1.0,prospectors@1.0.2,quickleafdecay@1.2.4,simpletomb@1.12.2-1.0.0,antiqueatlas@4.5.1,cyclicmagic@1.20.3,ironchest@1.12.2-7.0.67.844,ferdinandsflowers@1.10.4.1,minecraft@1.12.2,wildcrops@1.0.1,tcomplement@1.12.2-0.4.3,mousetweaks@2.10,immersiveengineering@0.12-98,primal@0.6.104,despawningspawners@1.1,rustic@1.1.4,astikorcarts@1.12.2-0.1.2.7,mpbasic@1.4.7,totemic@1.12.2-0.11.6,com.elytradev.movingworld.common.asm.coremod@,mantle@1.12-1.3.3.55,integrateddynamics@1.0.14,thebetweenlands@3.5.10,bringbedrockback@0.0.4,autoreglib@1.3-31,galacticraftcore@4.0.2.280,simpleautorun@1.12.1-1.2,harvest@1.12-1.2.7-20,tallgates@1.0.0,wopper@1.12-r5,pickletweaks@2.1.3,betterbedrock@5.1,fastfurnace@1.3.1,appleskin@1.0.14,minecraftmultipartcbe@2.6.1.81,oeintegration@2.3.4,antiqueatlasoverlay@1.2,spatialservermod@1.3,immcraft@1.6.0,mobends@0.24,pdp@1.12.2-1.2.4,base@3.13.0,defaultoptions@9.2.8,buildcraftlib@7.99.24.1,cyclopscore@1.3.0,jmapstages@@VERSION@,orestages@2.0.37,astralsorcery@1.10.21,treechopper@1.2.4,modularmachinery@1.9.5,realdrops@1.2.14,universalmodifiers@1.12.2-1.0.16.1,rftools@7.73,extendedcrafting@1.5.6,incontrol@3.9.16,lttweaker@1.1.14,kleeslabs@5.4.12,findme@1.1.0,reborncore@3.19.5,controlling@3.0.9,cookingforblockheads@6.5.0,placebo@1.6.0,mputils@1.5.6,bookshelf@2.3.581,huntingdim@1.0.42,improvedbackpacks@1.12.2-1.5.0.0,ironbackpacks@1.12.2-3.0.8-12,extraplanets@1.12.2-0.7.0,streams@0.4.8,buildinggadgets@2.8.3,simpleplanes@3.0.1.7,waddles@0.6.0,carryon@1.12.3,sev_tweaks_npc@0.0.4,loadingscreens@0.3.1,mcjtylib_ng@3.5.4,fbp@2.4.1,mekatweaks@1.0.0-3,twilightforest@3.8.689,mob_grinding_utils@0.3.13,immersivetech@1.3.10,actuallybaubles@1.1,primalchests@1.0.3,tothebatpoles@1.12.2-1.1.0.1,rebornstorage@1.0.0,tinkertoolleveling@1.12.2-1.1.0.DEV.b23e769,betterwithmods@1.12-2.3.20-1027,commoncapabilities@2.4.1,crafttweakerjei@2.0.3,betterwithaddons@0.50-hotfix,galacticrafttweaker@1.12.2-1.0.3,mtlib@3.0.6,valkyrielib@1.12.2-2.0.20.1,aromabackup@2.1.1.4,togetherforever@1.0.2,sasit@1.1.32,teslacorelib_registries@1.0.15,dimstages@2.0.23,actuallyadditions@1.12.2-r149,oreexcavation@1.4.150,rftoolscontrol@2.0.2,elevatorid@1.4.2,aromabackuprecovery@2.1.1.4,norecipebook@1.2.1,environmentaltech@1.12.2-2.0.20.1,moreoverlays@1.15.1,death_compass@0.0.3,simplyarrows@1.0.4,vtt@0.6.4,quantumstorage@4.6.8,buildcraftcore@7.99.24.1,movillages@1.5.4,betteradvancements@0.1.0.77,ynot@0.2.4,jarm@1.1.2,cucumber@1.1.3,overloaded@0.0.59,witherskelefix@2.6.3,buildcrafttransport@7.99.24.1,thirstybottles@2.0.1,movingworld@1.12-6.353,scannable@1.6.3.24,ivtoolkit@1.3.3-1.12,wawla@2.6.275,zenloot@0.1-1,dimensionalcontrol@2.13.0,yoyos@1.12.2-1.3.0.21,mcp@9.42,clumps@3.1.2,progressiontweaks@1.12.2-0.3.40,journeymap@1.12.2-5.5.4,appliedenergistics2@rv6-stable-7,roadrunner@1.0.1,tumbleweed@1.12-0.4.7,nex@2.0.8,storagenetwork@1.7.11,beneath@1.5.1,jeid@1.0.3-55,foamfixcore@7.7.4,multiblockstages@1.2.0,prestige@1.1.30,integrateddynamicscompat@1.0.0,bonsaitrees@1.1.4,toastcontrol@1.8.1,walljump@1.3.2,traverse@1.6.0,enderstorage@2.4.6.137,farseek@2.5,nutrition@4.3.0,armoreablemobs@1.1.2,recipestages@1.1.3,zenstages@0.5.0-null,bloodmagic@1.12.2-2.4.1-103,buildcraftrobotics@7.99.24.1,mysticalagriculture@1.7.5,tconstruct@1.12.2-2.12.0.135,enchdesc@1.1.15,itemstages@2.0.49,baubles@1.5.2,stevescarts@2.4.32.137,car@1.2.12,mundaneredstone@1.1.4,justenoughpetroleum@0.1,quark@r1.5-158,spartanshields@1.5.4,fastbench@1.7.3,storagedrawers@5.2.2,natura@1.12.2-4.3.2.69,animalium@0.3.8,wanionlib@1.12.2-2.2,magma_monsters@0.3.0,chisel@MC1.12.2-0.2.1.35,foamfix@0.10.10-1.12.2,modularrouters@1.12.2-3.3.0-33,mjrlegendslib@1.12.2-1.2.0,wailastages@2.0.23,refinedstorageaddons@0.4.5,mercurius@1.0.6,chiselsandbits@14.33,translocators@2.5.2.81,betterfoliage@2.3.1 +[17:00:25] [Netty Server IO #2/INFO] [journeymap]: CLIENT +[17:00:25] [Netty Server IO #2/DEBUG] [FML]: Next: WAITINGCACK +[17:00:25] [Netty Server IO #2/DEBUG] [FML]: FMLHandshakeServerState: $HandshakeAck:{2}->FMLHandshakeServerState$3:WAITINGCACK +[17:00:25] [Netty Server IO #2/DEBUG] [FML]: Next: COMPLETE +[17:00:25] [Netty Server IO #2/INFO] [CodeChickenLib-ConfigSync]: Skipping config sync, No mods have registered a syncable config. +[17:00:28] [Netty Server IO #2/DEBUG] [FML]: FMLHandshakeServerState: $HandshakeAck:{3}->FMLHandshakeServerState$4:COMPLETE +[17:00:28] [Netty Server IO #2/DEBUG] [FML]: Next: DONE +[17:00:28] [Netty Server IO #2/DEBUG] [FML]: FMLHandshakeServerState: $HandshakeAck:{4}->FMLHandshakeServerState$5:DONE +[17:00:28] [Netty Server IO #2/DEBUG] [FML]: FMLHandshakeServerState: $HandshakeAck:{5}->FMLHandshakeServerState$5:DONE +[17:00:28] [Server thread/INFO] [FML]: [Server thread] Server side modded connection established +[17:00:28] [Server thread/INFO] [FML]: Loading dimension 7 (world) (net.minecraft.server.dedicated.DedicatedServer@8e6bead) +[17:00:28] [Server thread/INFO] [net.minecraft.server.management.PlayerList]: CHIKIBONCHELLO[/192.168.100.11:58232] logged in with entity id 459 at (272.30000001192093, 33.0, 790.683197905724) +[17:00:28] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: CHIKIBONCHELLO joined the game +[17:00:28] [Server thread/INFO] [journeymap]: CHIKIBONCHELLO joining dimension 7 +[17:00:28] [Server thread/DEBUG] [BnBGamingCore]: Could not find method func_175794_a in class twilightforest.world.MapGenTFMajorFeature +[17:00:28] [Server thread/DEBUG] [BnBGamingCore]: Could not find method func_175795_b in class twilightforest.world.MapGenTFMajorFeature +[17:00:28] [Server thread/DEBUG] [BnBGamingCore]: Could not find method func_175796_a in class twilightforest.world.MapGenTFMajorFeature +[17:00:28] [Server thread/DEBUG] [BnBGamingCore]: Attempting to transform method func_180706_b in class twilightforest.world.MapGenTFMajorFeature +[17:00:28] [Server thread/DEBUG] [BnBGamingCore]: Successfully transformed method func_180706_b in class twilightforest.world.MapGenTFMajorFeature +[17:00:28] [Server thread/INFO] [Waila]: Player EntityPlayerMP['CHIKIBONCHELLO'/459, l='world', x=272.30, y=33.00, z=790.68] connected. Sending ping +[17:00:28] [Server thread/INFO] [buildinggadgets]: Sending SyncedConfig to freshly logged in player CHIKIBONCHELLO. +[17:00:28] [Server thread/INFO] [Prestige]: Syncing requested for CHIKIBONCHELLO. +[17:00:28] [Server thread/INFO] [FML]: Loading dimension 144 (world) (net.minecraft.server.dedicated.DedicatedServer@8e6bead) +[17:00:28] [Server thread/INFO] [compactmachines3]: Loaded data for compact machine world: 0 spawn points, next machine id is 0, players with beds: 0 +[17:00:28] [Server thread/INFO] [Actually Additions]: Sending Player Data to player CHIKIBONCHELLO with UUID 1d55ced0-f360-45b1-9d62-11846a7fa39d. +[17:00:28] [Server thread/INFO] [antiqueatlas]: Sent custom biome data to player CHIKIBONCHELLO +[17:00:28] [Server thread/INFO] [antiqueatlas]: Sent markers data #-1 to player CHIKIBONCHELLO +[17:00:28] [Server thread/INFO] [Mekanism]: Sent config to 'CHIKIBONCHELLO.' +[17:00:28] [Server thread/INFO] [journeymap]: Sending log in packet. +[17:00:28] [Server thread/INFO] [ViesCraft]: Logged in Server +[17:00:28] [Server thread/INFO] [Astral Sorcery]: [Astral Sorcery] Waiting for server synchronization on login for CHIKIBONCHELLO... +[17:00:28] [Server thread/INFO] [antiqueatlas]: Sending dimension #0 +[17:00:28] [Server thread/INFO] [antiqueatlas]: Sent dimension #0 (420 tiles) +[17:00:28] [Server thread/INFO] [antiqueatlas]: Sending dimension #10 +[17:00:28] [Server thread/INFO] [antiqueatlas]: Sent dimension #10 (8 tiles) +[17:00:28] [Server thread/INFO] [antiqueatlas]: Sending dimension #20 +[17:00:28] [Server thread/INFO] [antiqueatlas]: Sent dimension #20 (12 tiles) +[17:00:28] [Server thread/INFO] [antiqueatlas]: Sending dimension #28885 +[17:00:28] [Server thread/INFO] [antiqueatlas]: Sent dimension #28885 (9 tiles) +[17:00:28] [Server thread/INFO] [antiqueatlas]: Sending dimension #7 +[17:00:28] [Server thread/INFO] [antiqueatlas]: Sent dimension #7 (14 tiles) +[17:00:28] [Server thread/INFO] [antiqueatlas]: Sent Atlas #0 data to player CHIKIBONCHELLO +[17:00:28] [Server thread/INFO] [antiqueatlas]: Sent markers data #0 to player CHIKIBONCHELLO +[17:00:28] [Server thread/INFO] [Astral Sorcery]: [Astral Sorcery] Synchronizing baseline information to CHIKIBONCHELLO +[17:00:29] [Server thread/DEBUG] [FML]: Queueing dimension 144 to unload +[17:00:29] [Server thread/INFO] [FML]: Unloading dimension 144 +[17:00:49] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save world +[17:00:49] [Server thread/INFO] [antiqueatlas]: Saving local markers data to NBT +[17:01:04] [Server thread/DEBUG] [FML]: The world 10503162 (world) may have leaked: seen 15 times. + +[17:01:04] [Server thread/DEBUG] [FML]: The world 6aa3ead8 (world) may have leaked: seen 15 times. + +[17:01:04] [Server thread/DEBUG] [FML]: The world 144adfdf (world) may have leaked: seen 15 times. + +[17:01:04] [Server thread/DEBUG] [FML]: The world 25d0bf1b (world) may have leaked: seen 15 times. + +[17:01:04] [Server thread/DEBUG] [FML]: The world 61ccec74 (world) may have leaked: seen 15 times. + +[17:01:04] [Server thread/DEBUG] [FML]: The world 1a9e961a (world) may have leaked: seen 15 times. + +[17:01:04] [Server thread/DEBUG] [FML]: The world 4bc5ca9d (world) may have leaked: seen 15 times. + +[17:01:04] [Server thread/DEBUG] [FML]: The world e3f655a (world) may have leaked: seen 15 times. + +[17:01:04] [Server thread/DEBUG] [FML]: The world c4527eb (world) may have leaked: seen 15 times. + +[17:01:04] [Server thread/DEBUG] [FML]: The world 2771ea9 (world) may have leaked: seen 15 times. + +[17:01:04] [Server thread/DEBUG] [FML]: The world 4729850a (world) may have leaked: seen 15 times. + +[17:01:14] [Server thread/DEBUG] [FML]: The world 1597ddd6 (world) may have leaked: first encounter (5 occurrences). + +[17:01:34] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save world +[17:01:54] [Server thread/DEBUG] [FML]: The world 10503162 (world) may have leaked: seen 20 times. + +[17:01:54] [Server thread/DEBUG] [FML]: The world 6aa3ead8 (world) may have leaked: seen 20 times. + +[17:01:54] [Server thread/DEBUG] [FML]: The world 144adfdf (world) may have leaked: seen 20 times. + +[17:01:54] [Server thread/DEBUG] [FML]: The world 25d0bf1b (world) may have leaked: seen 20 times. + +[17:01:54] [Server thread/DEBUG] [FML]: The world 61ccec74 (world) may have leaked: seen 20 times. + +[17:01:54] [Server thread/DEBUG] [FML]: The world 1a9e961a (world) may have leaked: seen 20 times. + +[17:01:54] [Server thread/DEBUG] [FML]: The world 4bc5ca9d (world) may have leaked: seen 20 times. + +[17:01:54] [Server thread/DEBUG] [FML]: The world e3f655a (world) may have leaked: seen 20 times. + +[17:01:54] [Server thread/DEBUG] [FML]: The world c4527eb (world) may have leaked: seen 20 times. + +[17:01:54] [Server thread/DEBUG] [FML]: The world 2771ea9 (world) may have leaked: seen 20 times. + +[17:01:54] [Server thread/DEBUG] [FML]: The world 4729850a (world) may have leaked: seen 20 times. + +[17:02:04] [Server thread/DEBUG] [FML]: The world 1597ddd6 (world) may have leaked: seen 10 times. + +[17:02:19] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save world +[17:02:44] [Server thread/DEBUG] [FML]: The world 10503162 (world) may have leaked: seen 25 times. + +[17:02:44] [Server thread/DEBUG] [FML]: The world 6aa3ead8 (world) may have leaked: seen 25 times. + +[17:02:44] [Server thread/DEBUG] [FML]: The world 144adfdf (world) may have leaked: seen 25 times. + +[17:02:44] [Server thread/DEBUG] [FML]: The world 25d0bf1b (world) may have leaked: seen 25 times. + +[17:02:44] [Server thread/DEBUG] [FML]: The world 61ccec74 (world) may have leaked: seen 25 times. + +[17:02:44] [Server thread/DEBUG] [FML]: The world 1a9e961a (world) may have leaked: seen 25 times. + +[17:02:44] [Server thread/DEBUG] [FML]: The world 4bc5ca9d (world) may have leaked: seen 25 times. + +[17:02:44] [Server thread/DEBUG] [FML]: The world e3f655a (world) may have leaked: seen 25 times. + +[17:02:44] [Server thread/DEBUG] [FML]: The world c4527eb (world) may have leaked: seen 25 times. + +[17:02:44] [Server thread/DEBUG] [FML]: The world 2771ea9 (world) may have leaked: seen 25 times. + +[17:02:44] [Server thread/DEBUG] [FML]: The world 4729850a (world) may have leaked: seen 25 times. + +[17:02:54] [Server thread/DEBUG] [FML]: The world 1597ddd6 (world) may have leaked: seen 15 times. + +[17:03:04] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save world +[17:03:34] [Server thread/DEBUG] [FML]: The world 10503162 (world) may have leaked: seen 30 times. + +[17:03:34] [Server thread/DEBUG] [FML]: The world 6aa3ead8 (world) may have leaked: seen 30 times. + +[17:03:34] [Server thread/DEBUG] [FML]: The world 144adfdf (world) may have leaked: seen 30 times. + +[17:03:34] [Server thread/DEBUG] [FML]: The world 25d0bf1b (world) may have leaked: seen 30 times. + +[17:03:34] [Server thread/DEBUG] [FML]: The world 61ccec74 (world) may have leaked: seen 30 times. + +[17:03:34] [Server thread/DEBUG] [FML]: The world 1a9e961a (world) may have leaked: seen 30 times. + +[17:03:34] [Server thread/DEBUG] [FML]: The world 4bc5ca9d (world) may have leaked: seen 30 times. + +[17:03:34] [Server thread/DEBUG] [FML]: The world e3f655a (world) may have leaked: seen 30 times. + +[17:03:34] [Server thread/DEBUG] [FML]: The world c4527eb (world) may have leaked: seen 30 times. + +[17:03:34] [Server thread/DEBUG] [FML]: The world 2771ea9 (world) may have leaked: seen 30 times. + +[17:03:34] [Server thread/DEBUG] [FML]: The world 4729850a (world) may have leaked: seen 30 times. + +[17:03:44] [Server thread/DEBUG] [FML]: The world 1597ddd6 (world) may have leaked: seen 20 times. + +[17:03:49] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save world +[17:04:19] [Server thread/INFO] [journeymap]: CHIKIBONCHELLO joining dimension 0 +[17:04:19] [Server thread/INFO] [Astral Sorcery]: Load CachedWorldData 'structurematcher' for world 0 +[17:04:19] [Server thread/INFO] [Astral Sorcery]: Loading of 'structurematcher' for world 0 finished. +[17:04:20] [Server thread/WARN] [net.minecraft.network.datasync.EntityDataManager]: defineId called for: class magma_monsters.entities.EntityMagmaMonster from class magma_monsters.entities.EntityMagmaMonsterGrunt +[17:04:20] [Server thread/WARN] [net.minecraft.network.datasync.EntityDataManager]: defineId called for: class magma_monsters.entities.EntityMagmaMonster from class magma_monsters.entities.EntityMagmaMonsterGrunt +[17:04:24] [Server thread/DEBUG] [FML]: The world 10503162 (world) may have leaked: seen 35 times. + +[17:04:24] [Server thread/DEBUG] [FML]: The world 6aa3ead8 (world) may have leaked: seen 35 times. + +[17:04:24] [Server thread/DEBUG] [FML]: The world 144adfdf (world) may have leaked: seen 35 times. + +[17:04:24] [Server thread/DEBUG] [FML]: The world 25d0bf1b (world) may have leaked: seen 35 times. + +[17:04:24] [Server thread/DEBUG] [FML]: The world 61ccec74 (world) may have leaked: seen 35 times. + +[17:04:24] [Server thread/DEBUG] [FML]: The world 1a9e961a (world) may have leaked: seen 35 times. + +[17:04:24] [Server thread/DEBUG] [FML]: The world 4bc5ca9d (world) may have leaked: seen 35 times. + +[17:04:24] [Server thread/DEBUG] [FML]: The world e3f655a (world) may have leaked: seen 35 times. + +[17:04:24] [Server thread/DEBUG] [FML]: The world c4527eb (world) may have leaked: seen 35 times. + +[17:04:24] [Server thread/DEBUG] [FML]: The world 2771ea9 (world) may have leaked: seen 35 times. + +[17:04:24] [Server thread/DEBUG] [FML]: The world 4729850a (world) may have leaked: seen 35 times. + +[17:04:34] [Server thread/DEBUG] [FML]: The world 1597ddd6 (world) may have leaked: seen 25 times. + +[17:04:34] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save world +[17:04:46] [Server thread/INFO] [net.minecraft.network.NetHandlerPlayServer]: CHIKIBONCHELLO lost connection: Disconnected +[17:04:46] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: CHIKIBONCHELLO left the game diff --git a/logs/latest.log b/logs/latest.log new file mode 100644 index 0000000..f1c1b22 --- /dev/null +++ b/logs/latest.log @@ -0,0 +1,8009 @@ +[16:57:10] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLServerTweaker +[16:57:10] [main/INFO] [LaunchWrapper]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLServerTweaker +[16:57:10] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLServerTweaker +[16:57:10] [main/INFO] [FML]: Forge Mod Loader version 14.23.5.2860 for Minecraft 1.12.2 loading +[16:57:10] [main/INFO] [FML]: Java is OpenJDK 64-Bit Server VM, version 1.8.0_452, running on Windows Server 2022:amd64:10.0, installed at C:\Program Files\Eclipse Adoptium\jdk-8.0.452.9-hotspot\jre +[16:57:10] [main/INFO] [FML]: Searching C:\Users\Administrator\Documents\GitHub\sevtech-server-1.12.2\.\mods for mods +[16:57:10] [main/INFO] [FML]: Searching C:\Users\Administrator\Documents\GitHub\sevtech-server-1.12.2\.\mods\1.12.2 for mods +[16:57:10] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in Aroma1997Core-1.12.2-2.0.0.2.jar. This is not recommended, @Mods should be in a separate jar from the coremod. +[16:57:10] [main/WARN] [FML]: The coremod aroma1997.core.coremod.CoreMod does not have a MCVersion annotation, it may cause issues with this version of Minecraft +[16:57:10] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in astralsorcery-1.12.2-1.10.21.jar. This is not recommended, @Mods should be in a separate jar from the coremod. +[16:57:10] [main/WARN] [FML]: The coremod hellfirepvp.astralsorcery.core.AstralCore does not have a MCVersion annotation, it may cause issues with this version of Minecraft +[16:57:10] [main/INFO] [Astral Core]: [AstralCore] Initialized. +[16:57:10] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in BetterFoliage-MC1.12-2.3.1.jar. This is not recommended, @Mods should be in a separate jar from the coremod. +[16:57:10] [main/WARN] [FML]: The coremod BetterFoliageLoader (mods.betterfoliage.loader.BetterFoliageLoader) is not signed! +[16:57:10] [main/INFO] [FML]: Loading tweaker guichaguri.betterfps.tweaker.BetterFpsTweaker from BetterFps-1.4.8.jar +[16:57:10] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in BetterWithLib-1.12-1.5.jar. This is not recommended, @Mods should be in a separate jar from the coremod. +[16:57:10] [main/WARN] [FML]: The coremod LoadingPlugin (betterwithmods.library.core.LoadingPlugin) is not signed! +[16:57:10] [main/WARN] [FML]: The coremod com.bloodnbonesgaming.bnbgamingcore.core.BNBGamingCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft +[16:57:10] [main/WARN] [FML]: The coremod BNBGamingCore (com.bloodnbonesgaming.bnbgamingcore.core.BNBGamingCorePlugin) is not signed! +[16:57:10] [main/INFO] [FML]: Loading tweaker codechicken.asm.internal.Tweaker from ChickenASM-1.12-1.0.2.7.jar +[16:57:10] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in CTM-MC1.12.2-0.3.3.22.jar. This is not recommended, @Mods should be in a separate jar from the coremod. +[16:57:10] [main/WARN] [FML]: The coremod team.chisel.ctm.client.asm.CTMCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft +[16:57:10] [main/WARN] [FML]: The coremod CTMCorePlugin (team.chisel.ctm.client.asm.CTMCorePlugin) is not signed! +[16:57:10] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in Farseek-1.12-2.5.jar. This is not recommended, @Mods should be in a separate jar from the coremod. +[16:57:10] [main/WARN] [FML]: The coremod farseek.core.FarseekCoreMod does not have a MCVersion annotation, it may cause issues with this version of Minecraft +[16:57:10] [main/WARN] [FML]: The coremod FarseekCoreMod (farseek.core.FarseekCoreMod) is not signed! +[16:57:10] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in foamfix-0.10.10-1.12.2.jar. This is not recommended, @Mods should be in a separate jar from the coremod. +[16:57:10] [main/WARN] [FML]: The coremod pl.asie.foamfix.coremod.FoamFixCore does not have a MCVersion annotation, it may cause issues with this version of Minecraft +[16:57:10] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in Forgelin-1.8.2.jar. This is not recommended, @Mods should be in a separate jar from the coremod. +[16:57:10] [main/WARN] [FML]: The coremod net.shadowfacts.forgelin.preloader.ForgelinPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft +[16:57:10] [main/WARN] [FML]: The coremod ForgelinPlugin (net.shadowfacts.forgelin.preloader.ForgelinPlugin) is not signed! +[16:57:10] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in InventoryTweaks-1.64+dev.151.jar. This is not recommended, @Mods should be in a separate jar from the coremod. +[16:57:10] [main/WARN] [FML]: The coremod invtweaks.forge.asm.FMLPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft +[16:57:10] [main/WARN] [FML]: The coremod ivorius.ivtoolkit.IvToolkitLoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft +[16:57:10] [main/WARN] [FML]: The coremod IvToolkit (ivorius.ivtoolkit.IvToolkitLoadingPlugin) is not signed! +[16:57:10] [main/INFO] [FML]: Loading tweaker org.spongepowered.asm.launch.MixinTweaker from JustEnoughIDs-1.0.3-55.jar +[16:57:10] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in Mekanism-1.12.2-9.8.3.390.jar. This is not recommended, @Mods should be in a separate jar from the coremod. +[16:57:10] [main/WARN] [FML]: The coremod mekanism.coremod.MekanismCoremod does not have a MCVersion annotation, it may cause issues with this version of Minecraft +[16:57:10] [main/WARN] [FML]: The coremod MekanismCoremod (mekanism.coremod.MekanismCoremod) is not signed! +[16:57:10] [main/WARN] [FML]: The coremod micdoodle8.mods.miccore.MicdoodlePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft +[16:57:10] [main/WARN] [FML]: The coremod MicdoodlePlugin (micdoodle8.mods.miccore.MicdoodlePlugin) is not signed! +[16:57:10] [main/INFO] [FML]: Loading tweaker org.spongepowered.asm.launch.MixinTweaker from movingworld-1.12-6.353-full.jar +[16:57:10] [main/ERROR] [FML]: The coremod api.player.forge.PlayerAPIPlugin is requesting minecraft version 1.12.1 and minecraft is 1.12.2. It will be ignored. +[16:57:10] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in Quark-r1.5-158.jar. This is not recommended, @Mods should be in a separate jar from the coremod. +[16:57:10] [main/WARN] [FML]: The coremod Quark Plugin (vazkii.quark.base.asm.LoadingPlugin) is not signed! +[16:57:10] [main/WARN] [FML]: The coremod com.therandomlabs.randompatches.core.RPCore does not have a MCVersion annotation, it may cause issues with this version of Minecraft +[16:57:10] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in ResourceLoader-MC1.12.1-1.5.3.jar. This is not recommended, @Mods should be in a separate jar from the coremod. +[16:57:10] [main/WARN] [FML]: The coremod lumien.resourceloader.asm.LoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft +[16:57:10] [main/INFO] [FML]: Loading tweaker org.spongepowered.asm.launch.MixinTweaker from sevpatches-1.9-10.jar +[16:57:10] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in SmoothFont-mc1.12.2-2.1.2.jar. This is not recommended, @Mods should be in a separate jar from the coremod. +[16:57:10] [main/WARN] [FML]: The coremod bre.smoothfont.asm.CorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft +[16:57:10] [main/WARN] [FML]: The coremod CorePlugin (bre.smoothfont.asm.CorePlugin) is not signed! +[16:57:10] [main/WARN] [FML]: The coremod blusunrize.immersiveengineering.common.asm.IELoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft +[16:57:10] [main/WARN] [FML]: The coremod IELoadingPlugin (blusunrize.immersiveengineering.common.asm.IELoadingPlugin) is not signed! +[16:57:10] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker +[16:57:10] [main/INFO] [LaunchWrapper]: Loading tweak class name guichaguri.betterfps.tweaker.BetterFpsTweaker +[16:57:10] [main/INFO] [LaunchWrapper]: Loading tweak class name codechicken.asm.internal.Tweaker +[16:57:10] [main/INFO] [LaunchWrapper]: Loading tweak class name org.spongepowered.asm.launch.MixinTweaker +[16:57:10] [main/INFO] [mixin]: SpongePowered MIXIN Subsystem Version=0.8 Source=file:/C:/Users/Administrator/Documents/GitHub/sevtech-server-1.12.2/./mods/JustEnoughIDs-1.0.3-55.jar Service=LaunchWrapper Env=SERVER +[16:57:10] [main/WARN] [FML]: The coremod JustEnoughIDs Extension Plugin (org.dimdev.jeid.JEIDLoadingPlugin) is not signed! +[16:57:10] [main/INFO] [JustEnoughIDs]: Initializing JustEnoughIDs core mixins +[16:57:10] [main/INFO] [mixin]: Compatibility level set to JAVA_8 +[16:57:10] [main/INFO] [JustEnoughIDs]: Initializing JustEnoughIDs initialization mixins +[16:57:10] [main/WARN] [FML]: The coremod com.elytradev.movingworld.common.asm.coremod.MovingWorldCoreMod does not have a MCVersion annotation, it may cause issues with this version of Minecraft +[16:57:10] [main/WARN] [FML]: The coremod MovingWorldCore (com.elytradev.movingworld.common.asm.coremod.MovingWorldCoreMod) is not signed! +[16:57:10] [main/ERROR] [mixin]: Mixin config mixins.movingworld.json does not specify "minVersion" property +[16:57:10] [main/WARN] [FML]: The coremod SevPatches (tv.darkosto.sevpatches.core.SevPatchesLoadingPlugin) is not signed! +[16:57:10] [main/INFO] [sevpatches_core]: setting up mixin environment +[16:57:10] [main/WARN] [LaunchWrapper]: Tweak class name org.spongepowered.asm.launch.MixinTweaker has already been visited -- skipping +[16:57:10] [main/WARN] [LaunchWrapper]: Tweak class name org.spongepowered.asm.launch.MixinTweaker has already been visited -- skipping +[16:57:10] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLDeobfTweaker +[16:57:10] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker +[16:57:10] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker +[16:57:10] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper +[16:57:11] [main/INFO] [FML]: Found valid fingerprint for Minecraft Forge. Certificate fingerprint e3c3d50c7c986df74c645c0ac54639741c90a557 +[16:57:11] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper +[16:57:11] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper +[16:57:11] [main/INFO] [Aroma1997Core]: Finished data injection. +[16:57:11] [main/INFO] [Aroma1997Core]: Finished data injection. +[16:57:11] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper +[16:57:11] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper +[16:57:11] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper +[16:57:11] [main/INFO] [STDOUT]: [micdoodle8.mods.miccore.MicdoodlePlugin:getASMTransformerClass:99]: Successfully Registered Transformer +[16:57:11] [main/INFO] [STDOUT]: [micdoodle8.mods.miccore.MicdoodlePlugin:injectData:292]: [Micdoodle8Core]: Patching game... +[16:57:11] [main/INFO] [STDOUT]: [micdoodle8.mods.miccore.MicdoodlePlugin:injectData:292]: [Micdoodle8Core]: Patching game... +[16:57:11] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper +[16:57:11] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper +[16:57:11] [main/INFO] [LaunchWrapper]: Calling tweak class codechicken.asm.internal.Tweaker +[16:57:11] [main/INFO] [STDOUT]: [codechicken.asm.internal.Tweaker:injectIntoClassLoader:30]: false +[16:57:11] [main/INFO] [LaunchWrapper]: Calling tweak class org.spongepowered.asm.launch.MixinTweaker +[16:57:11] [main/INFO] [mixin]: Initialised Mixin FML Remapper Adapter with net.minecraftforge.fml.common.asm.transformers.deobf.FMLDeobfuscatingRemapper@4c176ff1 +[16:57:11] [main/INFO] [LaunchWrapper]: Calling tweak class guichaguri.betterfps.tweaker.BetterFpsTweaker +[16:57:11] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLDeobfTweaker +[16:57:11] [main/INFO] [Astral Core]: [AstralTransformer] Loading patches... +[16:57:12] [main/INFO] [Astral Core]: [AstralTransformer] Initialized! Loaded 14 class patches! +[16:57:12] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper +[16:57:12] [main/INFO] [BnBGamingCore]: Minecraft version is 1.12.2 and BNBGamingCore accepts versions 1.12, . It will be registered. +[16:57:12] [main/INFO] [BnBGamingCore]: Minecraft version is 1.12.2 and BNBGamingCore accepts versions 1.12, . It will be registered. +[16:57:12] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper +[16:57:12] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper +[16:57:12] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper +[16:57:12] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper +[16:57:12] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper +[16:57:12] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper +[16:57:12] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper +[16:57:12] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper +[16:57:12] [main/INFO] [net.minecraft]: [farseek] Moving Farseek transformer after Sponge proxy +[16:57:12] [main/INFO] [net.minecraft]: [farseek] Excluding Farseek transformer from Sponge pre-mixin transformations +[16:57:12] [main/WARN] [mixin]: MixinEnvironment::addTransformerExclusion is deprecated! +[16:57:12] [main/INFO] [net.minecraft]: [farseek] Re-enabling transformations on Sponge TrackingUtil +[16:57:12] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper +[16:57:12] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper +[16:57:12] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper +[16:57:12] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper +[16:57:12] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.TerminalTweaker +[16:57:12] [main/INFO] [LaunchWrapper]: Loading tweak class name org.spongepowered.asm.mixin.EnvironmentStateTweaker +[16:57:12] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.TerminalTweaker +[16:57:12] [main/INFO] [LaunchWrapper]: Calling tweak class org.spongepowered.asm.mixin.EnvironmentStateTweaker +[16:57:12] [main/WARN] [mixin]: Reference map 'movingworld.mixin.refmap.json' for mixins.movingworld.json could not be read. If this is a development environment you can ignore this message +[16:57:12] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:111]: Spliced in METHOD: net.minecraft.world.chunk.BlockStateContainer.func_186018_a +[16:57:12] [main/INFO] [BetterFps]: Patching net.minecraft.block.Block... (aow) +[16:57:12] [main/INFO] [mixin]: A re-entrant transformer 'guichaguri.betterfps.transformers.PatcherTransformer' was detected and will no longer process meta class data +[16:57:13] [main/INFO] [STDOUT]: [team.chisel.ctm.client.asm.CTMTransformer:preTransform:230]: Transforming Class [net.minecraft.block.Block], Method [getExtendedState] +[16:57:13] [main/INFO] [STDOUT]: [team.chisel.ctm.client.asm.CTMTransformer:finishTransform:242]: Transforming net.minecraft.block.Block Finished. +[16:57:13] [main/INFO] [STDOUT]: [pl.asie.patchy.helpers.ConstructorReplacingTransformer$FFMethodVisitor:visitTypeInsn:73]: Replaced NEW for net/minecraft/util/ClassInheritanceMultiMap to pl/asie/foamfix/coremod/common/FoamyClassInheritanceMultiMap +[16:57:13] [main/INFO] [STDOUT]: [pl.asie.patchy.helpers.ConstructorReplacingTransformer$FFMethodVisitor:visitMethodInsn:85]: Replaced INVOKESPECIAL for net/minecraft/util/ClassInheritanceMultiMap to pl/asie/foamfix/coremod/common/FoamyClassInheritanceMultiMap +[16:57:13] [main/INFO] [mixin]: A re-entrant transformer '$wrapper.pl.asie.foamfix.coremod.FoamFixTransformer' was detected and will no longer process meta class data +[16:57:13] [main/INFO] [Astral Core]: [AstralTransformer] Transforming alm : net.minecraft.enchantment.EnchantmentHelper with 1 patches! +[16:57:13] [main/INFO] [Astral Core]: [AstralTransformer] Applied patch PATCHMODIFYENCHANTMENTLEVELS +[16:57:13] [main/INFO] [Astral Core]: [AstralTransformer] Transforming amu : net.minecraft.world.World with 2 patches! +[16:57:13] [main/INFO] [Astral Core]: [AstralTransformer] Skipping PATCHSUNBRIGHTNESSWORLDCLIENT as it can't be applied for side SERVER +[16:57:13] [main/INFO] [Astral Core]: [AstralTransformer] Applied patch PATCHSUNBRIGHTNESSWORLDCOMMON +[16:57:13] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:98]: Added INTERFACE: pl/asie/foamfix/coremod/patches/IFoamFixWorldRemovable +[16:57:13] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:135]: Added METHOD: net.minecraft.world.World.foamfix_removeUnloadedEntities +[16:57:13] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.patches.WorldServerRemovalPatch:apply:62]: Patched updateEntities in net/minecraft/world/WorldServer func_72939_s +[16:57:13] [main/INFO] [Quark ASM]: Transforming net.minecraft.world.WorldServer +[16:57:13] [main/INFO] [Quark ASM]: Applying Transformation to method (Names [areAllPlayersAsleep, func_73056_e] Descriptor ()Z) +[16:57:13] [main/INFO] [Quark ASM]: Located Method, patching... +[16:57:13] [main/INFO] [Quark ASM]: Patch result: true +[16:57:13] [main/INFO] [Astral Core]: [AstralTransformer] Transforming vp : net.minecraft.entity.EntityLivingBase with 4 patches! +[16:57:13] [main/INFO] [Astral Core]: [AstralTransformer] Applied patch PATCHAPPLYPOTIONEFFECTEVENT +[16:57:13] [main/INFO] [Astral Core]: [AstralTransformer] Applied patch PATCHENTITYLIVINGBASEWATERSLOWDOWN +[16:57:13] [main/INFO] [Astral Core]: [AstralTransformer] Applied patch PATCHSETPLAYERATTRIBUTE +[16:57:13] [main/INFO] [Astral Core]: [AstralTransformer] Applied patch PATCHUPDATEELYTRA +[16:57:13] [main/INFO] [Quark ASM]: Transforming net.minecraft.entity.Entity +[16:57:13] [main/INFO] [Quark ASM]: Applying Transformation to method (Names [move, func_70091_d] Descriptor (Lnet/minecraft/entity/MoverType;DDD)V) +[16:57:13] [main/INFO] [Quark ASM]: Located Method, patching... +[16:57:13] [main/INFO] [Quark ASM]: Located patch target node INVOKEVIRTUAL net/minecraft/entity/Entity.func_184231_a (DZLnet/minecraft/block/state/IBlockState;Lnet/minecraft/util/math/BlockPos;)V +[16:57:13] [main/INFO] [Quark ASM]: Patch result: true +[16:57:13] [main/INFO] [Quark ASM]: Located Method, patching... +[16:57:13] [main/INFO] [Quark ASM]: Located patch target node INVOKEVIRTUAL net/minecraft/entity/Entity.func_145775_I ()V +[16:57:13] [main/INFO] [Quark ASM]: Patch result: true +[16:57:13] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.server.MinecraftServer} +[16:57:13] [main/INFO] [BetterFps]: Patching net.minecraft.block.Block... (aow) +[16:57:13] [main/INFO] [STDOUT]: [team.chisel.ctm.client.asm.CTMTransformer:preTransform:230]: Transforming Class [net.minecraft.block.Block], Method [getExtendedState] +[16:57:13] [main/INFO] [STDOUT]: [team.chisel.ctm.client.asm.CTMTransformer:finishTransform:242]: Transforming net.minecraft.block.Block Finished. +[16:57:13] [main/INFO] [Quark ASM]: Transforming net.minecraft.entity.item.EntityItem +[16:57:13] [main/INFO] [Quark ASM]: Applying Transformation to method (Names [onUpdate, func_70071_h_] Descriptor ()V) +[16:57:13] [main/INFO] [Quark ASM]: Located Method, patching... +[16:57:13] [main/INFO] [Quark ASM]: Patch result: false +[16:57:13] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:111]: Spliced in METHOD: net.minecraft.block.state.BlockStateContainer.createState +[16:57:13] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:111]: Spliced in METHOD: net.minecraft.block.properties.PropertyEnum.equals +[16:57:13] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:111]: Spliced in METHOD: net.minecraft.block.properties.PropertyEnum.hashCode +[16:57:13] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:158]: Added FIELD: net.minecraft.block.properties.PropertyEnum.foamfix_hashCode +[16:57:13] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:158]: Added FIELD: net.minecraft.block.properties.PropertyEnum.foamfix_hashCode_calced +[16:57:13] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:111]: Spliced in METHOD: net.minecraft.block.properties.PropertyInteger.hashCode +[16:57:13] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:158]: Added FIELD: net.minecraft.block.properties.PropertyInteger.foamfix_hashCode +[16:57:13] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:158]: Added FIELD: net.minecraft.block.properties.PropertyInteger.foamfix_hashCode_calced +[16:57:13] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:111]: Spliced in METHOD: net.minecraft.block.properties.PropertyBool.equals +[16:57:13] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:111]: Spliced in METHOD: net.minecraft.block.properties.PropertyBool.hashCode +[16:57:13] [main/INFO] [BetterFps]: Patching math utils with "RIVENS_HALF" algorithm +[16:57:13] [main/INFO] [Astral Core]: [AstralTransformer] Transforming aip : net.minecraft.item.ItemStack with 2 patches! +[16:57:13] [main/INFO] [Astral Core]: [AstralTransformer] Skipping PATCHMODIFYENCHANTMENTLEVELSTOOLTIP as it can't be applied for side SERVER +[16:57:13] [main/INFO] [Astral Core]: [AstralTransformer] Skipping PATCHMODIFYENCHANTMENTLEVELSTOOLTIPEVENT as it can't be applied for side SERVER +[16:57:14] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:111]: Spliced in METHOD: net.minecraft.tileentity.TileEntity.func_190559_a +[16:57:14] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:111]: Spliced in METHOD: net.minecraft.block.BlockBed.func_189540_a +[16:57:14] [main/INFO] [Quark ASM]: Transforming net.minecraft.block.BlockPistonBase +[16:57:14] [main/INFO] [Quark ASM]: Applying Transformation to method (Names [canPush, func_185646_a] Descriptor (Lnet/minecraft/block/state/IBlockState;Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/util/EnumFacing;ZLnet/minecraft/util/EnumFacing;)Z) +[16:57:14] [main/INFO] [Quark ASM]: Located Method, patching... +[16:57:14] [main/INFO] [Quark ASM]: Located patch target node INVOKEVIRTUAL net/minecraft/block/Block.hasTileEntity (Lnet/minecraft/block/state/IBlockState;)Z +[16:57:14] [main/INFO] [Quark ASM]: Patch result: true +[16:57:14] [main/INFO] [Quark ASM]: Applying Transformation to method (Names [doMove, func_176319_a] Descriptor (Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/util/EnumFacing;Z)Z) +[16:57:14] [main/INFO] [Quark ASM]: Located Method, patching... +[16:57:14] [main/INFO] [Quark ASM]: Located patch target node INVOKEVIRTUAL net/minecraft/block/state/BlockPistonStructureHelper.func_177253_a ()Z +[16:57:14] [main/INFO] [Quark ASM]: Patch result: true +[16:57:14] [main/INFO] [Quark ASM]: Transforming net.minecraft.tileentity.TileEntityPiston +[16:57:14] [main/INFO] [Quark ASM]: Applying Transformation to method (Names [update, func_73660_a] Descriptor ()V) +[16:57:14] [main/INFO] [Quark ASM]: Located Method, patching... +[16:57:14] [main/INFO] [Quark ASM]: Patch result: true +[16:57:14] [main/INFO] [Quark ASM]: Applying Transformation to method (Names [clearPistonTileEntity, func_145866_f] Descriptor ()V) +[16:57:14] [main/INFO] [Quark ASM]: Located Method, patching... +[16:57:14] [main/INFO] [Quark ASM]: Located patch target node INVOKEVIRTUAL net/minecraft/world/World.func_180501_a (Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/state/IBlockState;I)Z +[16:57:14] [main/INFO] [Quark ASM]: Patch result: true +[16:57:14] [main/INFO] [Quark ASM]: Applying Transformation to method (Names [update, func_73660_a] Descriptor ()V) +[16:57:14] [main/INFO] [Quark ASM]: Located Method, patching... +[16:57:14] [main/INFO] [Quark ASM]: Located patch target node INVOKEVIRTUAL net/minecraft/world/World.func_180501_a (Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/state/IBlockState;I)Z +[16:57:14] [main/INFO] [Quark ASM]: Patch result: true +[16:57:14] [main/ERROR] [randompatches]: Failed to transform class: net.minecraft.tileentity.TileEntityPiston +java.lang.NullPointerException: null + at org.objectweb.asm.tree.InsnList.insert(InsnList.java:377) ~[asm-debug-all-5.2.jar:5.2] + at com.therandomlabs.randompatches.patch.TileEntityPistonPatch.patchUpdateSignalFix(TileEntityPistonPatch.java:116) ~[TileEntityPistonPatch.class:?] + at com.therandomlabs.randompatches.patch.TileEntityPistonPatch.apply(TileEntityPistonPatch.java:28) ~[TileEntityPistonPatch.class:?] + at com.therandomlabs.randompatches.core.RPTransformer.transform(RPTransformer.java:37) [randompatches-1.12.2-1.22.0.0.jar:?] + at net.minecraftforge.fml.common.asm.ASMTransformerWrapper$TransformerWrapper.transform(ASMTransformerWrapper.java:256) [ASMTransformerWrapper$TransformerWrapper.class:?] + at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:279) [launchwrapper-1.12.jar:?] + at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:176) [launchwrapper-1.12.jar:?] + at java.lang.ClassLoader.loadClass(ClassLoader.java:418) [?:1.8.0_452] + at java.lang.ClassLoader.loadClass(ClassLoader.java:351) [?:1.8.0_452] + at net.minecraft.block.Block.func_149671_p(Block.java:2378) [aow.class:?] + at net.minecraft.init.Bootstrap.func_151354_b(Bootstrap.java:498) [ni.class:?] + at net.minecraft.server.MinecraftServer.main(MinecraftServer.java:1470) [MinecraftServer.class:?] + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_452] + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_452] + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_452] + at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_452] + at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?] + at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?] + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_452] + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_452] + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_452] + at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_452] + at net.minecraftforge.fml.relauncher.ServerLaunchWrapper.run(ServerLaunchWrapper.java:70) [forge-1.12.2-14.23.5.2860.jar:?] + at net.minecraftforge.fml.relauncher.ServerLaunchWrapper.main(ServerLaunchWrapper.java:34) [forge-1.12.2-14.23.5.2860.jar:?] +[16:57:14] [main/INFO] [betterwithlib]: [betterwithlib ASM] Transforming dropEquipment +[16:57:14] [main/INFO] [betterwithlib]: [betterwithlib ASM] Applying Transformation to method (Names [dropEquipment, func_82160_b, a] Descriptor (ZI)V) +[16:57:14] [main/INFO] [betterwithlib]: [betterwithlib ASM] Located Method, patching... +[16:57:14] [main/INFO] [betterwithlib]: [betterwithlib ASM] Located patch target node L0 +[16:57:14] [main/INFO] [betterwithlib]: [betterwithlib ASM] Patch result: true +[16:57:14] [main/INFO] [BetterFps]: Patching net.minecraft.tileentity.TileEntityBeacon... (avh) +[16:57:14] [main/INFO] [BetterFps]: Patching net.minecraft.block.BlockHopper... (arl) +[16:57:14] [main/INFO] [STDOUT]: [pl.asie.patchy.helpers.ConstructorReplacingTransformer$FFMethodVisitor:visitTypeInsn:73]: Replaced NEW for net/minecraft/tileentity/TileEntityHopper to pl/asie/foamfix/common/TileEntityFasterHopper +[16:57:14] [main/INFO] [STDOUT]: [pl.asie.patchy.helpers.ConstructorReplacingTransformer$FFMethodVisitor:visitMethodInsn:85]: Replaced INVOKESPECIAL for net/minecraft/tileentity/TileEntityHopper to pl/asie/foamfix/common/TileEntityFasterHopper +[16:57:14] [main/INFO] [BetterFps]: Patching net.minecraft.tileentity.TileEntityHopper... (avw) +[16:57:14] [main/INFO] [Quark ASM]: Transforming net.minecraft.entity.item.EntityBoat +[16:57:14] [main/INFO] [Quark ASM]: Applying Transformation to method (Names [attackEntityFrom, func_70097_a] Descriptor (Lnet/minecraft/util/DamageSource;F)Z) +[16:57:14] [main/INFO] [Quark ASM]: Located Method, patching... +[16:57:14] [main/INFO] [Quark ASM]: Located patch target node INVOKEVIRTUAL net/minecraft/entity/item/EntityBoat.func_145778_a (Lnet/minecraft/item/Item;IF)Lnet/minecraft/entity/item/EntityItem; +[16:57:14] [main/INFO] [Quark ASM]: Patch result: true +[16:57:14] [main/INFO] [Quark ASM]: Applying Transformation to method (Names [onUpdate, func_70071_h_] Descriptor ()V) +[16:57:14] [main/INFO] [Quark ASM]: Located Method, patching... +[16:57:14] [main/INFO] [Quark ASM]: Patch result: true +[16:57:14] [main/INFO] [Astral Core]: [AstralTransformer] Transforming aip : net.minecraft.item.ItemStack with 2 patches! +[16:57:14] [main/INFO] [Astral Core]: [AstralTransformer] Skipping PATCHMODIFYENCHANTMENTLEVELSTOOLTIP as it can't be applied for side SERVER +[16:57:14] [main/INFO] [Astral Core]: [AstralTransformer] Skipping PATCHMODIFYENCHANTMENTLEVELSTOOLTIPEVENT as it can't be applied for side SERVER +[16:57:14] [main/INFO] [Quark ASM]: Transforming net.minecraft.item.ItemBanner +[16:57:14] [main/INFO] [Quark ASM]: Applying Transformation to method (Names [appendHoverTextFromTileEntityTag, func_185054_a] Descriptor (Lnet/minecraft/item/ItemStack;Ljava/util/List;)V) +[16:57:14] [main/INFO] [Quark ASM]: Failed to locate the method! +[16:57:14] [main/INFO] [Astral Core]: [AstralTransformer] Transforming wg : net.minecraft.entity.ai.attributes.AbstractAttributeMap with 1 patches! +[16:57:14] [main/INFO] [Astral Core]: [AstralTransformer] Applied patch PATCHADDPLAYERATTRIBUTE +[16:57:14] [main/INFO] [Quark ASM]: Transforming net.minecraft.entity.ai.EntityAITarget +[16:57:14] [main/INFO] [Quark ASM]: Applying Transformation to method (Names [isSuitableTarget, func_179445_a] Descriptor (Lnet/minecraft/entity/EntityLiving;Lnet/minecraft/entity/EntityLivingBase;ZZ)Z) +[16:57:14] [main/INFO] [Quark ASM]: Located Method, patching... +[16:57:14] [main/INFO] [Quark ASM]: Patch result: true +[16:57:14] [main/INFO] [betterwithlib]: [betterwithlib ASM] Transforming setEquipmentBasedOnDifficulty +[16:57:14] [main/INFO] [betterwithlib]: [betterwithlib ASM] Applying Transformation to method (Names [setEquipmentBasedOnDifficulty, func_180481_a, a] Descriptor (Lnet/minecraft/world/DifficultyInstance;)V) +[16:57:14] [main/INFO] [betterwithlib]: [betterwithlib ASM] Located Method, patching... +[16:57:14] [main/INFO] [betterwithlib]: [betterwithlib ASM] Located patch target node L0 +[16:57:14] [main/INFO] [betterwithlib]: [betterwithlib ASM] Patch result: true +[16:57:14] [main/INFO] [betterwithlib]: [betterwithlib ASM] Transforming setEquipmentBasedOnDifficulty +[16:57:14] [main/INFO] [betterwithlib]: [betterwithlib ASM] Applying Transformation to method (Names [setEquipmentBasedOnDifficulty, func_180481_a, a] Descriptor (Lnet/minecraft/world/DifficultyInstance;)V) +[16:57:14] [main/INFO] [betterwithlib]: [betterwithlib ASM] Located Method, patching... +[16:57:14] [main/INFO] [betterwithlib]: [betterwithlib ASM] Located patch target node L0 +[16:57:14] [main/INFO] [betterwithlib]: [betterwithlib ASM] Patch result: true +[16:57:14] [main/INFO] [betterwithlib]: [betterwithlib ASM] Transforming setEquipmentBasedOnDifficulty +[16:57:14] [main/INFO] [betterwithlib]: [betterwithlib ASM] Applying Transformation to method (Names [setEquipmentBasedOnDifficulty, func_180481_a, a] Descriptor (Lnet/minecraft/world/DifficultyInstance;)V) +[16:57:14] [main/INFO] [betterwithlib]: [betterwithlib ASM] Located Method, patching... +[16:57:14] [main/INFO] [betterwithlib]: [betterwithlib ASM] Located patch target node L0 +[16:57:14] [main/INFO] [betterwithlib]: [betterwithlib ASM] Patch result: true +[16:57:14] [main/INFO] [betterwithlib]: [betterwithlib ASM] Transforming setEquipmentBasedOnDifficulty +[16:57:14] [main/INFO] [betterwithlib]: [betterwithlib ASM] Applying Transformation to method (Names [setEquipmentBasedOnDifficulty, func_180481_a, a] Descriptor (Lnet/minecraft/world/DifficultyInstance;)V) +[16:57:14] [main/INFO] [betterwithlib]: [betterwithlib ASM] Located Method, patching... +[16:57:14] [main/INFO] [betterwithlib]: [betterwithlib ASM] Located patch target node L0 +[16:57:14] [main/INFO] [betterwithlib]: [betterwithlib ASM] Patch result: true +[16:57:15] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:98]: Added INTERFACE: pl/asie/foamfix/api/IFoamFixMobSpawnerLogic +[16:57:15] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:111]: Spliced in METHOD: net.minecraft.tileentity.MobSpawnerBaseLogic.func_98279_f +[16:57:15] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:158]: Added FIELD: net.minecraft.tileentity.MobSpawnerBaseLogic.foamfix_activatedCache +[16:57:15] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:158]: Added FIELD: net.minecraft.tileentity.MobSpawnerBaseLogic.foamfix_activatedCachePESize +[16:57:15] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:158]: Added FIELD: net.minecraft.tileentity.MobSpawnerBaseLogic.foamfix_activatedCacheTime +[16:57:15] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:158]: Added FIELD: net.minecraft.tileentity.MobSpawnerBaseLogic.foamfix_forcedCache +[16:57:15] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:158]: Added FIELD: net.minecraft.tileentity.MobSpawnerBaseLogic.foamfix_forcedCacheTime +[16:57:15] [main/INFO] [betterwithlib]: [betterwithlib ASM] Transforming setEquipmentBasedOnDifficulty +[16:57:15] [main/INFO] [betterwithlib]: [betterwithlib ASM] Applying Transformation to method (Names [setEquipmentBasedOnDifficulty, func_180481_a, a] Descriptor (Lnet/minecraft/world/DifficultyInstance;)V) +[16:57:15] [main/INFO] [betterwithlib]: [betterwithlib ASM] Located Method, patching... +[16:57:15] [main/INFO] [betterwithlib]: [betterwithlib ASM] Located patch target node L0 +[16:57:15] [main/INFO] [betterwithlib]: [betterwithlib ASM] Patch result: true +[16:57:15] [main/INFO] [Quark ASM]: Transforming net.minecraft.item.crafting.RecipesBanners$RecipeAddPattern +[16:57:15] [main/INFO] [Quark ASM]: Applying Transformation to method (Names [matches, func_77569_a] Descriptor (Lnet/minecraft/inventory/InventoryCrafting;Lnet/minecraft/world/World;)Z) +[16:57:15] [main/INFO] [Quark ASM]: Located Method, patching... +[16:57:15] [main/INFO] [Quark ASM]: Located patch target node INVOKESTATIC net/minecraft/tileentity/TileEntityBanner.func_175113_c (Lnet/minecraft/item/ItemStack;)I +[16:57:15] [main/INFO] [Quark ASM]: Patch result: true +[16:57:15] [main/INFO] [BetterFps]: Patching net.minecraft.server.dedicated.DedicatedServer... (nz) +[16:57:15] [main/INFO] [Quark ASM]: Transforming net.minecraft.inventory.ContainerMerchant +[16:57:15] [main/INFO] [Quark ASM]: Applying Transformation to method (Names [transferStackInSlot, func_82846_b] Descriptor (Lnet/minecraft/entity/player/EntityPlayer;I)Lnet/minecraft/item/ItemStack;) +[16:57:15] [main/INFO] [Quark ASM]: Located Method, patching... +[16:57:15] [main/INFO] [Quark ASM]: Located patch target node INVOKEVIRTUAL net/minecraft/inventory/ContainerMerchant.func_75135_a (Lnet/minecraft/item/ItemStack;IIZ)Z +[16:57:15] [main/INFO] [Quark ASM]: Located patch target node INVOKEVIRTUAL net/minecraft/inventory/ContainerMerchant.func_75135_a (Lnet/minecraft/item/ItemStack;IIZ)Z +[16:57:15] [main/INFO] [Quark ASM]: Located patch target node INVOKEVIRTUAL net/minecraft/inventory/ContainerMerchant.func_75135_a (Lnet/minecraft/item/ItemStack;IIZ)Z +[16:57:15] [main/INFO] [Quark ASM]: Located patch target node INVOKEVIRTUAL net/minecraft/inventory/ContainerMerchant.func_75135_a (Lnet/minecraft/item/ItemStack;IIZ)Z +[16:57:15] [main/INFO] [Quark ASM]: Patch result: true +[16:57:15] [main/INFO] [Astral Core]: [AstralTransformer] Transforming amu : net.minecraft.world.World with 2 patches! +[16:57:15] [main/INFO] [Astral Core]: [AstralTransformer] Skipping PATCHSUNBRIGHTNESSWORLDCLIENT as it can't be applied for side SERVER +[16:57:15] [main/INFO] [Astral Core]: [AstralTransformer] Applied patch PATCHSUNBRIGHTNESSWORLDCOMMON +[16:57:15] [main/INFO] [Quark ASM]: Transforming net.minecraft.entity.Entity +[16:57:15] [main/INFO] [Quark ASM]: Applying Transformation to method (Names [move, func_70091_d] Descriptor (Lnet/minecraft/entity/MoverType;DDD)V) +[16:57:15] [main/INFO] [Quark ASM]: Located Method, patching... +[16:57:15] [main/INFO] [Quark ASM]: Located patch target node INVOKEVIRTUAL net/minecraft/entity/Entity.func_184231_a (DZLnet/minecraft/block/state/IBlockState;Lnet/minecraft/util/math/BlockPos;)V +[16:57:15] [main/INFO] [Quark ASM]: Patch result: true +[16:57:15] [main/INFO] [Quark ASM]: Located Method, patching... +[16:57:15] [main/INFO] [Quark ASM]: Located patch target node INVOKEVIRTUAL net/minecraft/entity/Entity.func_145775_I ()V +[16:57:15] [main/INFO] [Quark ASM]: Patch result: true +[16:57:15] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Starting minecraft server version 1.12.2 +[16:57:15] [Server thread/INFO] [FML]: MinecraftForge v14.23.5.2860 Initialized +[16:57:15] [Server thread/INFO] [FML]: Starts to replace vanilla recipe ingredients with ore ingredients. +[16:57:15] [Server thread/INFO] [FML]: Invalid recipe found with multiple oredict ingredients in the same ingredient... +[16:57:15] [Server thread/INFO] [FML]: Replaced 1227 ore ingredients +[16:57:16] [Server thread/INFO] [FML]: Searching C:\Users\Administrator\Documents\GitHub\sevtech-server-1.12.2\.\mods for mods +[16:57:16] [Server thread/INFO] [FML]: Searching C:\Users\Administrator\Documents\GitHub\sevtech-server-1.12.2\.\mods\1.12.2 for mods +[16:57:16] [Server thread/ERROR] [FML]: Unable to parse dependency for mod 'animalium' with dependency string 'after:BiomesOPlenty'. The modId 'BiomesOPlenty' must be all lowercase. +[16:57:16] [Server thread/INFO] [FML]: Disabling mod antiqueatlasoverlay it is client side only. +[16:57:16] [Server thread/WARN] [FML]: Mod aroma1997core is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 2.0.0.2 +[16:57:16] [Server thread/WARN] [FML]: Mod aromabackup is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 2.1.1.4 +[16:57:16] [Server thread/WARN] [FML]: Mod aromabackuprecovery is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 2.1.1.4 +[16:57:16] [Server thread/INFO] [FML]: Disabling mod betteradvancements it is client side only. +[16:57:16] [Server thread/WARN] [FML]: Mod betterbuilderswands is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 0.13.2 +[16:57:16] [Server thread/INFO] [FML]: Disabling mod betterfoliage it is client side only. +[16:57:16] [Server thread/WARN] [FML]: Mod cd4017be_lib is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 6.4.17 +[16:57:16] [Server thread/INFO] [FML]: Disabling mod clienttweaks it is client side only. +[16:57:16] [Server thread/WARN] [FML]: Mod codechickenlib is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 3.2.3.358 +[16:57:16] [Server thread/INFO] [FML]: Disabling mod colouredtooltips it is client side only. +[16:57:16] [Server thread/INFO] [FML]: Disabling mod controlling it is client side only. +[16:57:16] [Server thread/WARN] [FML]: Mod cookingforblockheads is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 6.5.0 +[16:57:16] [Server thread/INFO] [FML]: Disabling mod ctgui it is client side only. +[16:57:17] [Server thread/INFO] [FML]: Disabling mod ctm it is client side only. +[16:57:17] [Server thread/INFO] [FML]: Disabling mod custommainmenu it is client side only. +[16:57:17] [Server thread/WARN] [FML]: Mod cyclicmagic is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.20.3 +[16:57:17] [Server thread/INFO] [FML]: Disabling mod defaultoptions it is client side only. +[16:57:17] [Server thread/WARN] [FML]: Mod emberroot is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.3.9 +[16:57:17] [Server thread/INFO] [FML]: Disabling mod enchdesc it is client side only. +[16:57:17] [Server thread/WARN] [FML]: Mod enderstorage is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 2.4.6.137 +[16:57:17] [Server thread/INFO] [FML]: Disabling mod fbp it is client side only. +[16:57:17] [Server thread/WARN] [FML]: Mod farmingforblockheads is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 3.1.28 +[16:57:17] [Server thread/WARN] [FML]: Mod farseek is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 2.5 +[16:57:17] [Server thread/WARN] [FML]: Mod microblockcbe is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 2.6.1.81 +[16:57:17] [Server thread/WARN] [FML]: Mod forgemultipartcbe is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 2.6.1.81 +[16:57:17] [Server thread/WARN] [FML]: Mod minecraftmultipartcbe is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 2.6.1.81 +[16:57:17] [Server thread/INFO] [FML]: Mod galacticrafttweaker is missing the required element 'name'. Substituting galacticrafttweaker +[16:57:17] [Server thread/WARN] [FML]: Mod igwmod is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.4.4-15 +[16:57:17] [Server thread/WARN] [FML]: Mod improvedbackpacks is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.12.2-1.5.0.0 +[16:57:17] [Server thread/WARN] [FML]: Mod indlog is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.3.4 +[16:57:17] [Server thread/WARN] [FML]: Mod ironchest is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.12.2-7.0.67.844 +[16:57:17] [Server thread/INFO] [FML]: Disabling mod jmapstages it is client side only. +[16:57:17] [Server thread/WARN] [FML]: Mod jeid is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.0.3-55 +[16:57:17] [Server thread/INFO] [FML]: Disabling mod justenoughpetroleum it is client side only. +[16:57:17] [Server thread/WARN] [FML]: Mod kleeslabs is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 5.4.12 +[16:57:17] [Server thread/INFO] [FML]: Disabling mod loadingscreens it is client side only. +[16:57:18] [Server thread/INFO] [FML]: Disabling mod moreoverlays it is client side only. +[16:57:18] [Server thread/INFO] [FML]: Disabling mod mousetweaks it is client side only. +[16:57:18] [Server thread/INFO] [FML]: Disabling mod neat it is client side only. +[16:57:18] [Server thread/INFO] [FML]: Disabling mod norecipebook it is client side only. +[16:57:18] [Server thread/WARN] [FML]: Mod samsocean is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.0.2 +[16:57:18] [Server thread/INFO] [FML]: Mod playerbosses is missing the required element 'name'. Substituting playerbosses +[16:57:18] [Server thread/WARN] [FML]: Mod playerbosses is missing the required element 'version' and no fallback can be found. Substituting '1.0'. +[16:57:18] [Server thread/ERROR] [FML]: Unable to parse dependency for mod 'playerskins' with dependency string 'after:BiomesOPlenty'. The modId 'BiomesOPlenty' must be all lowercase. +[16:57:18] [Server thread/INFO] [FML]: Disabling mod pdp it is client side only. +[16:57:18] [Server thread/WARN] [FML]: Mod prospectors is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.0.2 +[16:57:18] [Server thread/WARN] [FML]: Mod realdrops is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.2.14 +[16:57:18] [Server thread/INFO] [FML]: Disabling mod resourceloader it is client side only. +[16:57:18] [Server thread/WARN] [FML]: Mod sevpatches is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.9 +[16:57:18] [Server thread/WARN] [FML]: Mod simpletomb is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.12.2-1.0.0 +[16:57:18] [Server thread/INFO] [FML]: Disabling mod smoothfont it is client side only. +[16:57:18] [Server thread/WARN] [FML]: Mod streams is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 0.4.8 +[16:57:18] [Server thread/INFO] [FML]: Disabling mod tipthescales it is client side only. +[16:57:18] [Server thread/INFO] [FML]: Disabling mod toastcontrol it is client side only. +[16:57:18] [Server thread/WARN] [FML]: Mod translocators is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 2.5.2.81 +[16:57:19] [Server thread/INFO] [FML]: Disabling mod reauth it is client side only. +[16:57:19] [Server thread/INFO] [FML]: Forge Mod Loader has identified 254 mods to load +[16:57:19] [Server thread/WARN] [FML]: Missing English translation for FML: assets/fml/lang/en_us.lang +[16:57:19] [Server thread/WARN] [FML]: Missing English translation for movillages: assets/movillages/lang/en_us.lang +[16:57:19] [Server thread/WARN] [FML]: Missing English translation for actuallybaubles: assets/actuallybaubles/lang/en_us.lang +[16:57:19] [Server thread/WARN] [FML]: Missing English translation for appleskin: assets/appleskin/lang/en_us.lang +[16:57:19] [Server thread/WARN] [FML]: Missing English translation for armoreablemobs: assets/armoreablemobs/lang/en_us.lang +[16:57:19] [Server thread/WARN] [FML]: Missing English translation for betterbedrock: assets/betterbedrock/lang/en_us.lang +[16:57:19] [Server thread/WARN] [FML]: Missing English translation for betterwithlib: assets/betterwithlib/lang/en_us.lang +[16:57:19] [Server thread/WARN] [FML]: Missing English translation for bringbedrockback: assets/bringbedrockback/lang/en_us.lang +[16:57:19] [Server thread/WARN] [FML]: Missing English translation for buildcraftbuilders: assets/buildcraftbuilders/lang/en_us.lang +[16:57:19] [Server thread/WARN] [FML]: Missing English translation for buildcraftcore: assets/buildcraftcore/lang/en_us.lang +[16:57:19] [Server thread/WARN] [FML]: Missing English translation for buildcraftlib: assets/buildcraftlib/lang/en_us.lang +[16:57:19] [Server thread/WARN] [FML]: Missing English translation for buildcraftfactory: assets/buildcraftfactory/lang/en_us.lang +[16:57:19] [Server thread/WARN] [FML]: Missing English translation for buildcraftrobotics: assets/buildcraftrobotics/lang/en_us.lang +[16:57:19] [Server thread/WARN] [FML]: Missing English translation for buildcraftsilicon: assets/buildcraftsilicon/lang/en_us.lang +[16:57:19] [Server thread/WARN] [FML]: Missing English translation for buildcrafttransport: assets/buildcrafttransport/lang/en_us.lang +[16:57:19] [Server thread/WARN] [FML]: Missing English translation for chameleon: assets/chameleon/lang/en_us.lang +[16:57:19] [Server thread/WARN] [FML]: Missing English translation for clumps: assets/clumps/lang/en_us.lang +[16:57:19] [Server thread/WARN] [FML]: Missing English translation for codechickenlib: assets/codechickenlib/lang/en_us.lang +[16:57:19] [Server thread/WARN] [FML]: Missing English translation for contenttweaker: assets/contenttweaker/lang/en_us.lang +[16:57:19] [Server thread/WARN] [FML]: Missing English translation for crafttweaker: assets/crafttweaker/lang/en_us.lang +[16:57:19] [Server thread/WARN] [FML]: Missing English translation for crafttweakerjei: assets/crafttweakerjei/lang/en_us.lang +[16:57:19] [Server thread/WARN] [FML]: Missing English translation for despawningspawners: assets/despawningspawners/lang/en_us.lang +[16:57:19] [Server thread/WARN] [FML]: Missing English translation for farseek: assets/farseek/lang/en_us.lang +[16:57:19] [Server thread/WARN] [FML]: Missing English translation for fastfurnace: assets/fastfurnace/lang/en_us.lang +[16:57:19] [Server thread/WARN] [FML]: Missing English translation for fastbench: assets/fastbench/lang/en_us.lang +[16:57:19] [Server thread/WARN] [FML]: Missing English translation for foamfix: assets/foamfix/lang/en_us.lang +[16:57:19] [Server thread/WARN] [FML]: Missing English translation for forgelin: assets/forgelin/lang/en_us.lang +[16:57:19] [Server thread/WARN] [FML]: Missing English translation for microblockcbe: assets/microblockcbe/lang/en_us.lang +[16:57:19] [Server thread/WARN] [FML]: Missing English translation for forgemultipartcbe: assets/forgemultipartcbe/lang/en_us.lang +[16:57:19] [Server thread/WARN] [FML]: Missing English translation for minecraftmultipartcbe: assets/minecraftmultipartcbe/lang/en_us.lang +[16:57:19] [Server thread/WARN] [FML]: Missing English translation for galacticrafttweaker: assets/galacticrafttweaker/lang/en_us.lang +[16:57:19] [Server thread/WARN] [FML]: Missing English translation for gobblecore: assets/gobblecore/lang/en_us.lang +[16:57:19] [Server thread/WARN] [FML]: Missing English translation for harvest: assets/harvest/lang/en_us.lang +[16:57:19] [Server thread/WARN] [FML]: Missing English translation for incontrol: assets/incontrol/lang/en_us.lang +[16:57:19] [Server thread/WARN] [FML]: Missing English translation for jeid: assets/jeid/lang/en_us.lang +[16:57:19] [Server thread/WARN] [FML]: Missing English translation for kleeslabs: assets/kleeslabs/lang/en_us.lang +[16:57:19] [Server thread/WARN] [FML]: Missing English translation for lex: assets/lex/lang/en_us.lang +[16:57:19] [Server thread/WARN] [FML]: Missing English translation for lttweaker: assets/lttweaker/lang/en_us.lang +[16:57:19] [Server thread/WARN] [FML]: Missing English translation for mantle: assets/mantle/lang/en_us.lang +[16:57:19] [Server thread/WARN] [FML]: Missing English translation for mcjtylib_ng: assets/mcjtylib_ng/lang/en_us.lang +[16:57:19] [Server thread/WARN] [FML]: Missing English translation for mekatweaks: assets/mekatweaks/lang/en_us.lang +[16:57:19] [Server thread/WARN] [FML]: Missing English translation for mercurius: assets/mercurius/lang/en_us.lang +[16:57:19] [Server thread/WARN] [FML]: Missing English translation for mjrlegendslib: assets/mjrlegendslib/lang/en_us.lang +[16:57:19] [Server thread/WARN] [FML]: Missing English translation for mobstages: assets/mobstages/lang/en_us.lang +[16:57:19] [Server thread/WARN] [FML]: Missing English translation for modtweaker: assets/modtweaker/lang/en_us.lang +[16:57:19] [Server thread/WARN] [FML]: Missing English translation for morpheus: assets/morpheus/lang/en_us.lang +[16:57:19] [Server thread/WARN] [FML]: Missing English translation for movingworld: assets/movingworld/lang/en_us.lang +[16:57:19] [Server thread/WARN] [FML]: Missing English translation for mpbasic: assets/mpbasic/lang/en_us.lang +[16:57:19] [Server thread/WARN] [FML]: Missing English translation for mtlib: assets/mtlib/lang/en_us.lang +[16:57:19] [Server thread/WARN] [FML]: Missing English translation for multiblockstages: assets/multiblockstages/lang/en_us.lang +[16:57:19] [Server thread/WARN] [FML]: Missing English translation for mystagradcompat: assets/mystagradcompat/lang/en_us.lang +[16:57:19] [Server thread/WARN] [FML]: Missing English translation for noworldgen5you: assets/noworldgen5you/lang/en_us.lang +[16:57:19] [Server thread/WARN] [FML]: Missing English translation for samsocean: assets/samsocean/lang/en_us.lang +[16:57:19] [Server thread/WARN] [FML]: Missing English translation for orestages: assets/orestages/lang/en_us.lang +[16:57:19] [Server thread/WARN] [FML]: Missing English translation for placebo: assets/placebo/lang/en_us.lang +[16:57:19] [Server thread/WARN] [FML]: Missing English translation for playerbosses: assets/playerbosses/lang/en_us.lang +[16:57:19] [Server thread/WARN] [FML]: Missing English translation for quickleafdecay: assets/quickleafdecay/lang/en_us.lang +[16:57:19] [Server thread/WARN] [FML]: Missing English translation for realdrops: assets/realdrops/lang/en_us.lang +[16:57:19] [Server thread/WARN] [FML]: Missing English translation for redstoneflux: assets/redstoneflux/lang/en_us.lang +[16:57:19] [Server thread/WARN] [FML]: Missing English translation for roadrunner: assets/roadrunner/lang/en_us.lang +[16:57:19] [Server thread/WARN] [FML]: Missing English translation for sevpatches: assets/sevpatches/lang/en_us.lang +[16:57:19] [Server thread/WARN] [FML]: Missing English translation for spatialservermod: assets/spatialservermod/lang/en_us.lang +[16:57:19] [Server thread/WARN] [FML]: Missing English translation for stg: assets/stg/lang/en_us.lang +[16:57:19] [Server thread/WARN] [FML]: Missing English translation for streams: assets/streams/lang/en_us.lang +[16:57:19] [Server thread/WARN] [FML]: Missing English translation for sasit: assets/sasit/lang/en_us.lang +[16:57:19] [Server thread/WARN] [FML]: Missing English translation for teslacorelib_registries: assets/teslacorelib_registries/lang/en_us.lang +[16:57:19] [Server thread/WARN] [FML]: Missing English translation for thirstybottles: assets/thirstybottles/lang/en_us.lang +[16:57:19] [Server thread/WARN] [FML]: Missing English translation for timecontrol: assets/timecontrol/lang/en_us.lang +[16:57:19] [Server thread/WARN] [FML]: Missing English translation for tinkerstages: assets/tinkerstages/lang/en_us.lang +[16:57:19] [Server thread/WARN] [FML]: Missing English translation for togetherforever: assets/togetherforever/lang/en_us.lang +[16:57:19] [Server thread/WARN] [FML]: Missing English translation for tothebatpoles: assets/tothebatpoles/lang/en_us.lang +[16:57:19] [Server thread/WARN] [FML]: Missing English translation for triumph: assets/triumph/lang/en_us.lang +[16:57:19] [Server thread/WARN] [FML]: Missing English translation for universalmodifiers: assets/universalmodifiers/lang/en_us.lang +[16:57:19] [Server thread/WARN] [FML]: Missing English translation for wailastages: assets/wailastages/lang/en_us.lang +[16:57:19] [Server thread/WARN] [FML]: Missing English translation for watercontrolextreme: assets/watercontrolextreme/lang/en_us.lang +[16:57:19] [Server thread/WARN] [FML]: Missing English translation for wildcrops: assets/wildcrops/lang/en_us.lang +[16:57:19] [Server thread/WARN] [FML]: Missing English translation for ynot: assets/ynot/lang/en_us.lang +[16:57:19] [Server thread/WARN] [FML]: Missing English translation for zenloot: assets/zenloot/lang/en_us.lang +[16:57:19] [Server thread/INFO] [FML]: FML has found a non-mod file BetterAdvancements-1.12.2-0.1.0.77.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible. +[16:57:19] [Server thread/INFO] [FML]: FML has found a non-mod file BetterFoliage-MC1.12-2.3.1.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible. +[16:57:19] [Server thread/INFO] [FML]: FML has found a non-mod file ClientTweaks_1.12.2-3.1.11.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible. +[16:57:19] [Server thread/INFO] [FML]: FML has found a non-mod file ColouredTooltips-1.12.2-1.0.7.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible. +[16:57:19] [Server thread/INFO] [FML]: FML has found a non-mod file Controlling-3.0.9.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible. +[16:57:19] [Server thread/INFO] [FML]: FML has found a non-mod file CTM-MC1.12.2-0.3.3.22.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible. +[16:57:19] [Server thread/INFO] [FML]: FML has found a non-mod file CustomMainMenu-MC1.12.2-2.0.9.1.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible. +[16:57:19] [Server thread/INFO] [FML]: FML has found a non-mod file DefaultOptions_1.12.2-9.2.8.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible. +[16:57:19] [Server thread/INFO] [FML]: FML has found a non-mod file EnchantmentDescriptions-1.12.2-1.1.15.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible. +[16:57:19] [Server thread/INFO] [FML]: FML has found a non-mod file FancyBlockParticles-1.12.x-2.4.1.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible. +[16:57:19] [Server thread/INFO] [FML]: FML has found a non-mod file JourneyMapStages-1.12.2-2.0.9.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible. +[16:57:19] [Server thread/INFO] [FML]: FML has found a non-mod file JustEnoughPetroleum-0.1.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible. +[16:57:19] [Server thread/INFO] [FML]: FML has found a non-mod file LoadingScreens-1.12.2-0.3.1.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible. +[16:57:19] [Server thread/INFO] [FML]: FML has found a non-mod file moreoverlays-1.15.1-mc1.12.2.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible. +[16:57:19] [Server thread/INFO] [FML]: FML has found a non-mod file MouseTweaks-2.10-mc1.12.2.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible. +[16:57:19] [Server thread/INFO] [FML]: FML has found a non-mod file Neat 1.4-17.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible. +[16:57:19] [Server thread/INFO] [FML]: FML has found a non-mod file noRecipeBook_v1.2.2formc1.12.2.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible. +[16:57:19] [Server thread/INFO] [FML]: FML has found a non-mod file ProportionalDestructionParticles-1.12.2-1.2.4.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible. +[16:57:19] [Server thread/INFO] [FML]: FML has found a non-mod file ResourceLoader-MC1.12.1-1.5.3.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible. +[16:57:19] [Server thread/INFO] [FML]: FML has found a non-mod file SmoothFont-mc1.12.2-2.1.2.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible. +[16:57:19] [Server thread/INFO] [FML]: FML has found a non-mod file TipTheScales-1.12.2-1.0.4.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible. +[16:57:19] [Server thread/INFO] [FML]: FML has found a non-mod file Toast Control-1.12.2-1.8.1.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible. +[16:57:19] [Server thread/INFO] [FML]: FML has found a non-mod file mcjtytools-0.0.21.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible. +[16:57:19] [Server thread/INFO] [FML]: FML has found a non-mod file reauth-3.6.0.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible. +[16:57:19] [Server thread/WARN] [mixin]: Error loading class: zmaster587/advancedRocketry/util/BiomeHandler (java.lang.ClassNotFoundException: The specified class 'zmaster587.advancedRocketry.util.BiomeHandler' was not found) +[16:57:19] [Server thread/WARN] [mixin]: Error loading class: zmaster587/advancedRocketry/network/PacketBiomeIDChange (java.lang.ClassNotFoundException: The specified class 'zmaster587.advancedRocketry.network.PacketBiomeIDChange' was not found) +[16:57:19] [Server thread/WARN] [mixin]: Error loading class: biomesoplenty/common/command/BOPCommand (java.lang.ClassNotFoundException: The specified class 'biomesoplenty.common.command.BOPCommand' was not found) +[16:57:19] [Server thread/WARN] [mixin]: Error loading class: biomesoplenty/common/init/ModBiomes (java.lang.ClassNotFoundException: The specified class 'biomesoplenty.common.init.ModBiomes' was not found) +[16:57:19] [Server thread/WARN] [mixin]: Error loading class: me/superckl/biometweaker/util/BiomeColorMappings (java.lang.ClassNotFoundException: The specified class 'me.superckl.biometweaker.util.BiomeColorMappings' was not found) +[16:57:19] [Server thread/WARN] [mixin]: @Mixin target me.superckl.biometweaker.util.BiomeColorMappings was not found mixins.jeid.modsupport.json:biometweaker.MixinBiomeColorMappings +[16:57:19] [Server thread/WARN] [mixin]: Error loading class: me/superckl/biometweaker/util/BiomeHelper (java.lang.ClassNotFoundException: The specified class 'me.superckl.biometweaker.util.BiomeHelper' was not found) +[16:57:19] [Server thread/WARN] [mixin]: @Mixin target me.superckl.biometweaker.util.BiomeHelper was not found mixins.jeid.modsupport.json:biometweaker.MixinBiomeHelper +[16:57:19] [Server thread/WARN] [mixin]: Error loading class: me/superckl/biometweaker/server/command/CommandSetBiome (java.lang.ClassNotFoundException: The specified class 'me.superckl.biometweaker.server.command.CommandSetBiome' was not found) +[16:57:19] [Server thread/WARN] [mixin]: @Mixin target me.superckl.biometweaker.server.command.CommandSetBiome was not found mixins.jeid.modsupport.json:biometweaker.MixinCommandSetBiome +[16:57:19] [Server thread/WARN] [mixin]: Error loading class: com/cutievirus/creepingnether/entity/CorruptorAbstract (java.lang.ClassNotFoundException: The specified class 'com.cutievirus.creepingnether.entity.CorruptorAbstract' was not found) +[16:57:19] [Server thread/WARN] [mixin]: Error loading class: com/rwtema/extrautils2/biome/BiomeManip (java.lang.ClassNotFoundException: The specified class 'com.rwtema.extrautils2.biome.BiomeManip' was not found) +[16:57:19] [Server thread/WARN] [mixin]: Error loading class: com/rwtema/extrautils2/dimensions/workhousedim/WorldProviderSpecialDim (java.lang.ClassNotFoundException: The specified class 'com.rwtema.extrautils2.dimensions.workhousedim.WorldProviderSpecialDim' was not found) +[16:57:19] [Server thread/WARN] [mixin]: Error loading class: androsa/gaiadimension/world/layer/GenLayerGDRiverMix (java.lang.ClassNotFoundException: The specified class 'androsa.gaiadimension.world.layer.GenLayerGDRiverMix' was not found) +[16:57:19] [Server thread/WARN] [mixin]: Error loading class: climateControl/DimensionManager (java.lang.ClassNotFoundException: The specified class 'climateControl.DimensionManager' was not found) +[16:57:19] [Server thread/WARN] [mixin]: Error loading class: com/zeitheron/hammercore/utils/WorldLocation (java.lang.ClassNotFoundException: The specified class 'com.zeitheron.hammercore.utils.WorldLocation' was not found) +[16:57:19] [Server thread/WARN] [mixin]: @Mixin target com.zeitheron.hammercore.utils.WorldLocation was not found mixins.jeid.modsupport.json:hammercore.MixinWorldLocation +[16:57:19] [Server thread/WARN] [mixin]: Error loading class: com/xcompwiz/mystcraft/symbol/symbols/SymbolFloatingIslands$BiomeReplacer (java.lang.ClassNotFoundException: The specified class 'com.xcompwiz.mystcraft.symbol.symbols.SymbolFloatingIslands$BiomeReplacer' was not found) +[16:57:19] [Server thread/WARN] [mixin]: Error loading class: thaumcraft/common/lib/utils/Utils (java.lang.ClassNotFoundException: The specified class 'thaumcraft.common.lib.utils.Utils' was not found) +[16:57:19] [Server thread/WARN] [mixin]: Error loading class: cn/mcmod/tofucraft/world/gen/layer/GenLayerRiverMix (java.lang.ClassNotFoundException: The specified class 'cn.mcmod.tofucraft.world.gen.layer.GenLayerRiverMix' was not found) +[16:57:19] [Server thread/WARN] [mixin]: Error loading class: cn/mcmod/tofucraft/world/gen/layer/GenLayerTofuVoronoiZoom (java.lang.ClassNotFoundException: The specified class 'cn.mcmod.tofucraft.world.gen.layer.GenLayerTofuVoronoiZoom' was not found) +[16:57:19] [Server thread/WARN] [mixin]: Error loading class: net/tropicraft/core/common/worldgen/genlayer/GenLayerTropiVoronoiZoom (java.lang.ClassNotFoundException: The specified class 'net.tropicraft.core.common.worldgen.genlayer.GenLayerTropiVoronoiZoom' was not found) +[16:57:19] [Server thread/WARN] [mixin]: Error loading class: com/sk89q/worldedit/blocks/BaseBlock (java.lang.ClassNotFoundException: The specified class 'com.sk89q.worldedit.blocks.BaseBlock' was not found) +[16:57:20] [Server thread/INFO] [FML]: Attempting connection with missing mods [minecraft, mcp, FML, forge, ivtoolkit, micdoodlecore, smoothfontcore, com.elytradev.movingworld.common.asm.coremod, bnbgamingcore, foamfixcore, randompatches, movillages, charcoalblock, acintegration, abyssalcraft, actuallyadditions, actuallybaubles, animalium, antiqueatlas, appleskin, appliedenergistics2, armoreablemobs, aroma1997core, aromabackup, aromabackuprecovery, astikorcarts, astralsorcery, autoreglib, base, baubles, bdlib, betterwithaddons, betterbedrock, betterbuilderswands, betterwithlib, betterwithmods, bibliocraft, bloodmagic, bnbgaminglib, bonsaitrees, bookshelf, bringbedrockback, buildcraftbuilders, buildcraftcore, buildcraftlib, buildcraftfactory, buildcraftrobotics, buildcraftsilicon, buildcrafttransport, buildinggadgets, car, carryon, cd4017be_lib, ceramics, chameleon, chargers, chisel, chiselsandbits, clumps, codechickenlib, commoncapabilities, compactmachines3, conarm, contenttweaker, cookingforblockheads, crafttweaker, crafttweakerjei, cucumber, cyclicmagic, cyclopscore, darkutils, davincisvessels, death_compass, despawningspawners, dimensionalcontrol, dimstages, dungpipe, elevatorid, emberroot, enderstorage, enderutilities, environmentaltech, extendedcrafting, extraplanets, farmingforblockheads, farseek, fastfurnace, fastbench, fat_cat, ferdinandsflowers, findme, foamfix, forgelin, microblockcbe, forgemultipartcbe, minecraftmultipartcbe, galacticraftplanets, galacticraftcore, galacticrafttweaker, gamestages, advgenerators, geolosys, gobblecore, guideapi, harvest, horsepower, huntingdim, waila, igwmod, immcraft, immersivepetroleum, immersivetech, improvedbackpacks, incontrol, indlog, industrialforegoing, infoaccessories, integrateddynamics, integrateddynamicscompat, inventorytweaks, ironbackpacks, ironchest, ironjetpacks, itemstages, jei, journeymap, jarm, jaff, jeid, kleeslabs, lex, lttweaker, magma_monsters, mantle, mcjtylib_ng, mekanism, mekatweaks, mercurius, mjrlegendslib, mobends, mob_grinding_utils, mobstages, modtweaker, modularrouters, modularmachinery, morpheus, movingworld, mpbasic, mputils, mtlib, multiblockstages, mundaneredstone, mystagradcompat, mysticalagradditions, mysticalagriculture, natura, naturescompass, nex, noworldgen5you, nutrition, samsocean, oeintegration, oreexcavation, orestages, overloaded, pickletweaks, placebo, playerbosses, playerskins, pneumaticcraft, poweradapters, prestige, primalchests, primal, primal_tech, progressiontweaks, prospectors, quantumstorage, quark, quickleafdecay, rangedpumps, realdrops, reborncore, rebornstorage, recipestages, reccomplex, redstoneflux, refinedstorage, refinedstorageaddons, rftools, rftoolscontrol, roadrunner, rustic, scannable, sevpatches, sevtweaks, sev_tweaks_npc, simpleautorun, simplegenerators, simpleplanes, storagenetwork, simpletomb, simplyarrows, spartanshields, spatialservermod, stevescarts, stg, storagedrawers, streams, sasit, supersoundmuffler, tallgates, tconstruct, teslacorelib, teslacorelib_registries, beneath, thirstybottles, timecontrol, tcomplement, tinkerstages, tinkertoolleveling, togetherforever, totemic, tothebatpoles, translocators, traverse, treechopper, triumph, trumpetskeleton, tumbleweed, twilightforest, uppers, universalmodifiers, valkyrielib, vc, vtt, waddles, wailastages, walljump, wanionlib, watercontrolextreme, waterstrainer, wawla, weirdinggadget, wildcrops, witherskelefix, wopper, xnet, ynot, yoyos, zenloot, zenstages, immersiveengineering, thebetweenlands] at CLIENT +[16:57:20] [Server thread/INFO] [FML]: Attempting connection with missing mods [minecraft, mcp, FML, forge, ivtoolkit, micdoodlecore, smoothfontcore, com.elytradev.movingworld.common.asm.coremod, bnbgamingcore, foamfixcore, randompatches, movillages, charcoalblock, acintegration, abyssalcraft, actuallyadditions, actuallybaubles, animalium, antiqueatlas, appleskin, appliedenergistics2, armoreablemobs, aroma1997core, aromabackup, aromabackuprecovery, astikorcarts, astralsorcery, autoreglib, base, baubles, bdlib, betterwithaddons, betterbedrock, betterbuilderswands, betterwithlib, betterwithmods, bibliocraft, bloodmagic, bnbgaminglib, bonsaitrees, bookshelf, bringbedrockback, buildcraftbuilders, buildcraftcore, buildcraftlib, buildcraftfactory, buildcraftrobotics, buildcraftsilicon, buildcrafttransport, buildinggadgets, car, carryon, cd4017be_lib, ceramics, chameleon, chargers, chisel, chiselsandbits, clumps, codechickenlib, commoncapabilities, compactmachines3, conarm, contenttweaker, cookingforblockheads, crafttweaker, crafttweakerjei, cucumber, cyclicmagic, cyclopscore, darkutils, davincisvessels, death_compass, despawningspawners, dimensionalcontrol, dimstages, dungpipe, elevatorid, emberroot, enderstorage, enderutilities, environmentaltech, extendedcrafting, extraplanets, farmingforblockheads, farseek, fastfurnace, fastbench, fat_cat, ferdinandsflowers, findme, foamfix, forgelin, microblockcbe, forgemultipartcbe, minecraftmultipartcbe, galacticraftplanets, galacticraftcore, galacticrafttweaker, gamestages, advgenerators, geolosys, gobblecore, guideapi, harvest, horsepower, huntingdim, waila, igwmod, immcraft, immersivepetroleum, immersivetech, improvedbackpacks, incontrol, indlog, industrialforegoing, infoaccessories, integrateddynamics, integrateddynamicscompat, inventorytweaks, ironbackpacks, ironchest, ironjetpacks, itemstages, jei, journeymap, jarm, jaff, jeid, kleeslabs, lex, lttweaker, magma_monsters, mantle, mcjtylib_ng, mekanism, mekatweaks, mercurius, mjrlegendslib, mobends, mob_grinding_utils, mobstages, modtweaker, modularrouters, modularmachinery, morpheus, movingworld, mpbasic, mputils, mtlib, multiblockstages, mundaneredstone, mystagradcompat, mysticalagradditions, mysticalagriculture, natura, naturescompass, nex, noworldgen5you, nutrition, samsocean, oeintegration, oreexcavation, orestages, overloaded, pickletweaks, placebo, playerbosses, playerskins, pneumaticcraft, poweradapters, prestige, primalchests, primal, primal_tech, progressiontweaks, prospectors, quantumstorage, quark, quickleafdecay, rangedpumps, realdrops, reborncore, rebornstorage, recipestages, reccomplex, redstoneflux, refinedstorage, refinedstorageaddons, rftools, rftoolscontrol, roadrunner, rustic, scannable, sevpatches, sevtweaks, sev_tweaks_npc, simpleautorun, simplegenerators, simpleplanes, storagenetwork, simpletomb, simplyarrows, spartanshields, spatialservermod, stevescarts, stg, storagedrawers, streams, sasit, supersoundmuffler, tallgates, tconstruct, teslacorelib, teslacorelib_registries, beneath, thirstybottles, timecontrol, tcomplement, tinkerstages, tinkertoolleveling, togetherforever, totemic, tothebatpoles, translocators, traverse, treechopper, triumph, trumpetskeleton, tumbleweed, twilightforest, uppers, universalmodifiers, valkyrielib, vc, vtt, waddles, wailastages, walljump, wanionlib, watercontrolextreme, waterstrainer, wawla, weirdinggadget, wildcrops, witherskelefix, wopper, xnet, ynot, yoyos, zenloot, zenstages, immersiveengineering, thebetweenlands] at SERVER +[16:57:21] [Server thread/INFO] [Pulsar-tconstruct]: Skipping Pulse craftingtweaksIntegration; missing dependency: craftingtweaks +[16:57:21] [Server thread/INFO] [Pulsar-tconstruct]: Skipping Pulse theoneprobeIntegration; missing dependency: theoneprobe +[16:57:21] [Server thread/INFO] [tconstruct]: Preparing to take over the world +[16:57:21] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `actuallyadditions` for name `magnet_ring_bauble`, expected `actuallybaubles`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:21] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `actuallyadditions` for name `potion_ring_advanced_bauble`, expected `actuallybaubles`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:21] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `actuallyadditions` for name `battery_bauble`, expected `actuallybaubles`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:21] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `actuallyadditions` for name `battery_double_bauble`, expected `actuallybaubles`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:21] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `actuallyadditions` for name `battery_triple_bauble`, expected `actuallybaubles`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:21] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `actuallyadditions` for name `battery_quadruple_bauble`, expected `actuallybaubles`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:21] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `actuallyadditions` for name `battery_quintuple_bauble`, expected `actuallybaubles`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:21] [Server thread/ERROR] [FML]: The mod immersiveengineering is expecting signature 4cb49fcde3b43048c9889e0a3d083225da926334 for source ImmersiveEngineering-0.12-98.jar, however there is no signature matching that description +[16:57:21] [Server thread/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:111]: Spliced in METHOD: net.minecraftforge.common.property.ExtendedBlockState.createState +[16:57:21] [Server thread/INFO] [STDOUT]: [pl.asie.patchy.helpers.ConstructorReplacingTransformer$FFMethodVisitor:visitTypeInsn:73]: Replaced NEW for net/minecraft/util/ClassInheritanceMultiMap to pl/asie/foamfix/coremod/common/FoamyClassInheritanceMultiMap +[16:57:21] [Server thread/INFO] [STDOUT]: [pl.asie.patchy.helpers.ConstructorReplacingTransformer$FFMethodVisitor:visitMethodInsn:85]: Replaced INVOKESPECIAL for net/minecraft/util/ClassInheritanceMultiMap to pl/asie/foamfix/coremod/common/FoamyClassInheritanceMultiMap +[16:57:22] [Server thread/INFO] [STDOUT]: [blusunrize.immersiveengineering.ImmersiveEngineering:wrongSignature:175]: [Immersive Engineering/Error] THIS IS NOT AN OFFICIAL BUILD OF IMMERSIVE ENGINEERING! Found these fingerprints: [] +[16:57:22] [Server thread/INFO] [Quark ASM]: Transforming net.minecraft.inventory.ContainerWorkbench +[16:57:22] [Server thread/INFO] [Quark ASM]: Applying Transformation to method (Names [transferStackInSlot, func_82846_b] Descriptor (Lnet/minecraft/entity/player/EntityPlayer;I)Lnet/minecraft/item/ItemStack;) +[16:57:22] [Server thread/INFO] [Quark ASM]: Located Method, patching... +[16:57:22] [Server thread/INFO] [Quark ASM]: Located patch target node INVOKEVIRTUAL net/minecraft/inventory/ContainerWorkbench.func_75135_a (Lnet/minecraft/item/ItemStack;IIZ)Z +[16:57:22] [Server thread/INFO] [Quark ASM]: Located patch target node INVOKEVIRTUAL net/minecraft/inventory/ContainerWorkbench.func_75135_a (Lnet/minecraft/item/ItemStack;IIZ)Z +[16:57:22] [Server thread/INFO] [Quark ASM]: Located patch target node INVOKEVIRTUAL net/minecraft/inventory/ContainerWorkbench.func_75135_a (Lnet/minecraft/item/ItemStack;IIZ)Z +[16:57:22] [Server thread/INFO] [Quark ASM]: Located patch target node INVOKEVIRTUAL net/minecraft/inventory/ContainerWorkbench.func_75135_a (Lnet/minecraft/item/ItemStack;IIZ)Z +[16:57:22] [Server thread/INFO] [Quark ASM]: Patch result: true +[16:57:22] [Server thread/INFO] [Pulsar-natura]: Skipping Pulse craftingtweaksIntegration; missing dependency: craftingtweaks +[16:57:22] [Server thread/ERROR] [FML]: The mod appliedenergistics2 is expecting signature dfa4d3ac143316c6f32aa1a1beda1e34d42132e5 for source appliedenergistics2-rv6-stable-7.jar, however there is no signature matching that description +[16:57:23] [Server thread/INFO] [Astral Core]: [AstralTransformer] Transforming pa : net.minecraft.network.NetHandlerPlayServer with 1 patches! +[16:57:23] [Server thread/INFO] [Astral Core]: [AstralTransformer] Applied patch PATCHSERVEREXTENDENTITYINTERACTREACH +[16:57:24] [Server thread/WARN] [teslacorelib]: Annotated class 'net.ndrei.teslacorelib.blocks.multipart.MultiPartBlockEvents' not found! +[16:57:25] [Server thread/INFO] [sevpatches_core]: PatchJaffFishLiveInWater succeeded +[16:57:25] [Server thread/INFO] [sevpatches_core]: JAFFA patch: implemented isNotColliding +[16:57:25] [Server thread/INFO] [sevpatches_core]: JAFFA patch: implemented isPushedByWater +[16:57:25] [Server thread/INFO] [sevpatches_core]: JAFFA patch: getCanSpawnHere now always true +[16:57:25] [Server thread/INFO] [sevpatches_core]: PatchJaffFishAreFish succeeded +[16:57:25] [Server thread/ERROR] [FML]: The mod overloaded is expecting signature 644f38521a349310a5dae0239577dc7beebefaec for source Overloaded-1.12.2-0.0.59.jar, however there is no signature matching that description +[16:57:25] [Server thread/WARN] [FML]: Invalid fingerprint detected! The file Overloaded-1.12.2-0.0.59.jar may have been tampered with. This version will NOT be supported by the cjm721! +[16:57:25] [Server thread/INFO] [primal]: PrimalCore is not a core mod +[16:57:26] [Server thread/ERROR] [FML]: The mod reborncore is expecting signature 8727a3141c8ec7f173b87aa78b9b9807867c4e6b for source RebornCore-1.12.2-3.19.5-universal.jar, however there is no signature matching that description +[16:57:26] [Server thread/ERROR] [reborncore]: Invalid fingerprint detected for RebornCore! +[16:57:26] [Server thread/INFO] [sasit]: The mod has started up! +[16:57:26] [Server thread/INFO] [sasit]: Logs containing the following text may have been removed! +[16:57:26] [Server thread/ERROR] [FML]: The mod tallgates is expecting signature 62:AC:69:4A:82:E9:1B:F4:40:10:2D:9C:1C:00:D2:0D:89:F2:B5:F3 for source TallGates-1.12.2-1.0.0.1.jar, however there is no signature matching that description +[16:57:26] [Server thread/WARN] [HorsePower]: Invalid fingerprint detected! The file TallGates-1.12.2-1.0.0.1.jar may have been tampered with. This version will NOT be supported by the author! +[16:57:26] [Server thread/INFO] [Pulsar-tcomplement]: Skipping Pulse ExNihiloPlugin; missing dependency: exnihilocreatio +[16:57:27] [Server thread/INFO] [FML]: Processing ObjectHolder annotations +[16:57:27] [Server thread/INFO] [sevpatches_core]: Primal block spreading disabled +[16:57:27] [Server thread/INFO] [sevpatches_core]: PatchPrimalSpreading succeeded +[16:57:28] [Server thread/INFO] [betterwithlib]: [betterwithlib ASM] Transforming StructureComponent.setBlockState +[16:57:28] [Server thread/INFO] [betterwithlib]: [betterwithlib ASM] Applying Transformation to method (Names [setBlockState, func_175811_a, a] Descriptor (Lnet/minecraft/world/World;Lnet/minecraft/block/state/IBlockState;IIILnet/minecraft/world/gen/structure/StructureBoundingBox;)V) +[16:57:28] [Server thread/INFO] [betterwithlib]: [betterwithlib ASM] Located Method, patching... +[16:57:28] [Server thread/INFO] [betterwithlib]: [betterwithlib ASM] Located patch target node ASTORE 7 +[16:57:28] [Server thread/INFO] [betterwithlib]: [betterwithlib ASM] Patch result: true +[16:57:28] [Server thread/INFO] [FML]: Found 2569 ObjectHolder annotations +[16:57:28] [Server thread/INFO] [FML]: Identifying ItemStackHolder annotations +[16:57:28] [Server thread/INFO] [FML]: Found 2 ItemStackHolder annotations +[16:57:28] [Server thread/INFO] [FML]: Configured a dormant chunk cache size of 0 +[16:57:28] [Forge Version Check/INFO] [forge.VersionCheck]: [prospectors] Starting version check at https://raw.githubusercontent.com/PrinceOfAmber/Prospectors/master/update.json +[16:57:28] [Server thread/INFO] [FML]: [MoVillages] Generated Village Customization Config! +[16:57:29] [Forge Version Check/INFO] [forge.VersionCheck]: [prospectors] Found status: BETA Target: null +[16:57:29] [Forge Version Check/INFO] [forge.VersionCheck]: [totemic] Starting version check at https://raw.githubusercontent.com/TeamTotemic/Totemic/version/version.json +[16:57:29] [Forge Version Check/INFO] [forge.VersionCheck]: [totemic] Found status: OUTDATED Target: 1.12.2-0.11.7 +[16:57:29] [Forge Version Check/INFO] [forge.VersionCheck]: [vtt] Starting version check at https://raw.githubusercontent.com/crazysnailboy/VillagerTrades/master/update.json +[16:57:29] [Forge Version Check/INFO] [forge.VersionCheck]: [vtt] Found status: UP_TO_DATE Target: null +[16:57:29] [Forge Version Check/INFO] [forge.VersionCheck]: [emberroot] Starting version check at https://raw.githubusercontent.com/PrinceOfAmber/ERZ/master/update.json +[16:57:30] [Forge Version Check/INFO] [forge.VersionCheck]: [emberroot] Found status: OUTDATED Target: 1.3.10 +[16:57:30] [Forge Version Check/INFO] [forge.VersionCheck]: [acintegration] Starting version check at https://raw.githubusercontent.com/Shinoow/AbyssalCraft-Integration/master/version.json +[16:57:30] [Forge Version Check/INFO] [forge.VersionCheck]: [acintegration] Found status: OUTDATED Target: 1.11.3 +[16:57:30] [Forge Version Check/INFO] [forge.VersionCheck]: [jeid] Starting version check at https://gist.githubusercontent.com/Runemoro/67b1d8d31af58e9d35410ef60b2017c3/raw/1fe08a6c45a1f481a8a2a8c71e52d4245dcb7713/jeid_update.json +[16:57:30] [Server thread/INFO] [AbyssalCraft]: Starting the Integration Handler. +[16:57:30] [Server thread/INFO] [AbyssalCraft]: Preliminary integration search complete: found 6 possible mod integration(s)! +[16:57:30] [Server thread/INFO] [FML]: Applying holder lookups +[16:57:30] [Server thread/INFO] [FML]: Holder lookups applied +[16:57:31] [Server thread/INFO] [twilightforest]: twilightforest has loaded compatibility for mod Baubles. +[16:57:31] [Server thread/INFO] [twilightforest]: twilightforest has loaded compatibility for mod Chisel. +[16:57:31] [Server thread/INFO] [twilightforest]: twilightforest has loaded compatibility for mod Immersive Engineering. +[16:57:31] [Server thread/INFO] [twilightforest]: twilightforest has loaded compatibility for mod Just Enough Items. +[16:57:31] [Server thread/INFO] [twilightforest]: twilightforest has loaded compatibility for mod Tinkers' Construct. +[16:57:31] [Server thread/INFO] [twilightforest]: twilightforest has skipped compatibility for mod Thaumcraft. +[16:57:31] [Forge Version Check/INFO] [forge.VersionCheck]: [jeid] Found status: AHEAD Target: null +[16:57:31] [Forge Version Check/INFO] [forge.VersionCheck]: [betterbedrock] Starting version check at https://raw.githubusercontent.com/karjah/BetterBedrockPublic/master/version.json +[16:57:31] [Server thread/INFO] [Actually Additions]: Starting PreInitialization Phase... +[16:57:31] [Server thread/INFO] [Actually Additions]: Grabbing Configurations... +[16:57:31] [Server thread/INFO] [Actually Additions]: Initializing Tool Materials... +[16:57:31] [Server thread/INFO] [Actually Additions]: Initializing Armor Materials... +[16:57:31] [Server thread/INFO] [Actually Additions]: PreInitializing ServerProxy... +[16:57:31] [Server thread/INFO] [Actually Additions]: PreInitialization Finished. +[16:57:31] [Forge Version Check/INFO] [forge.VersionCheck]: [betterbedrock] Found status: OUTDATED Target: 5.1.11 +[16:57:31] [Forge Version Check/INFO] [forge.VersionCheck]: [samsocean] Starting version check at https://raw.githubusercontent.com/LothrazarMinecraftMods/OceanFloorControl/master/update.json +[16:57:31] [Server thread/INFO] [base]: Module Tool has successfully loaded +[16:57:31] [Server thread/INFO] [base]: Module JourneyMap has successfully loaded +[16:57:31] [Server thread/INFO] [contenttweaker]: Module Vanilla CraftTweaker has successfully loaded +[16:57:31] [Server thread/INFO] [contenttweaker]: Module Materials has successfully loaded +[16:57:31] [Server thread/INFO] [contenttweaker]: Module Tinkers has successfully loaded +[16:57:31] [Forge Version Check/INFO] [forge.VersionCheck]: [samsocean] Found status: BETA Target: null +[16:57:31] [Forge Version Check/INFO] [forge.VersionCheck]: [cyclicmagic] Starting version check at https://raw.githubusercontent.com/Lothrazar/Cyclic/trunk/1.12/update.json +[16:57:32] [Immersive Engineering Contributors Thread/INFO] [immersiveengineering]: Attempting to download special revolvers from GitHub +[16:57:32] [Server thread/INFO] [BuildCraft]: +[16:57:32] [Server thread/INFO] [BuildCraft]: Starting BuildCraft 7.99.24.1 +[16:57:32] [Server thread/INFO] [BuildCraft]: Copyright (c) the BuildCraft team, 2011-2018 +[16:57:32] [Server thread/INFO] [BuildCraft]: https://www.mod-buildcraft.com +[16:57:32] [Server thread/INFO] [BuildCraft]: Detailed Build Information: +[16:57:32] [Server thread/INFO] [BuildCraft]: Branch 8.0.x +[16:57:32] [Server thread/INFO] [BuildCraft]: Commit a5b4376b7fab67d85fe61de1a97dcc0ab3df233f +[16:57:32] [Server thread/INFO] [BuildCraft]: Fix #4399 - a critical dedicated server crash whenever items moved through pipes with a player watching. +[16:57:32] [Server thread/INFO] [BuildCraft]: committed by AlexIIL +[16:57:32] [Server thread/INFO] [BuildCraft]: +[16:57:32] [Server thread/INFO] [BuildCraft]: Loaded Modules: +[16:57:32] [Server thread/INFO] [BuildCraft]: - lib +[16:57:32] [Server thread/INFO] [BuildCraft]: - core +[16:57:32] [Server thread/INFO] [BuildCraft]: - builders +[16:57:32] [Server thread/INFO] [BuildCraft]: - factory +[16:57:32] [Server thread/INFO] [BuildCraft]: - robotics +[16:57:32] [Server thread/INFO] [BuildCraft]: - silicon +[16:57:32] [Server thread/INFO] [BuildCraft]: - transport +[16:57:32] [Server thread/INFO] [BuildCraft]: Missing Modules: +[16:57:32] [Server thread/INFO] [BuildCraft]: - energy +[16:57:32] [Server thread/INFO] [BuildCraft]: - compat +[16:57:32] [Server thread/INFO] [BuildCraft]: +[16:57:32] [Server thread/INFO] [BuildCraft]: [debugger] Not a dev environment! +[16:57:32] [Forge Version Check/INFO] [forge.VersionCheck]: [cyclicmagic] Found status: OUTDATED Target: 1.20.14 +[16:57:32] [Forge Version Check/INFO] [forge.VersionCheck]: [refinedstorage] Starting version check at https://refinedstorage.raoulvdberge.com/update +[16:57:32] [Server thread/INFO] [FML]: Configured a dormant chunk cache size of 0 +[16:57:33] [Forge Version Check/INFO] [forge.VersionCheck]: [storagenetwork] Starting version check at https://raw.githubusercontent.com/Lothrazar/Storage-Network/master/update.json +[16:57:33] [Forge Version Check/INFO] [forge.VersionCheck]: [storagenetwork] Found status: BETA Target: null +[16:57:33] [Forge Version Check/INFO] [forge.VersionCheck]: [enderstorage] Starting version check at http://chickenbones.net/Files/notification/version.php?query=forge&version=1.12&file=EnderStorage +[16:57:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `fluid_drain_te`, expected `cyclicmagic`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:33] [Server thread/WARN] [net.minecraft.network.datasync.EntityDataManager]: defineId called for: class net.minecraft.entity.item.EntityMinecartFurnace from class com.lothrazar.cyclicmagic.item.minecart.EntityGoldFurnaceMinecart +[16:57:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `wireless_transmitter_te`, expected `cyclicmagic`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `wireless_receiver_te`, expected `cyclicmagic`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `item_pipe_sort_te`, expected `cyclicmagic`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `item_pipe_te`, expected `cyclicmagic`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `item_pump_te`, expected `cyclicmagic`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `energy_pipe_te`, expected `cyclicmagic`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `energy_pump_te`, expected `cyclicmagic`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `fluid_pipe_te`, expected `cyclicmagic`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `fluid_pump_te`, expected `cyclicmagic`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `bundled_pipe_te`, expected `cyclicmagic`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `cyclicmagiclibrary_te`, expected `cyclicmagic`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `cyclicmagiclibrary_ctrl_te`, expected `cyclicmagic`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `plate_vector_te`, expected `cyclicmagic`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `builder_pattern_te`, expected `cyclicmagic`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `magnet_block_te`, expected `cyclicmagic`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `magnet_anti_block_te`, expected `cyclicmagic`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `vacuum_block_te`, expected `cyclicmagic`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `beacon_potion_te`, expected `cyclicmagic`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `clock_te`, expected `cyclicmagic`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `beacon_redstone_te`, expected `cyclicmagic`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `sprinkler_te`, expected `cyclicmagic`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `block_forester_te`, expected `cyclicmagic`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `miner_te`, expected `cyclicmagic`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `block_hydrator_te`, expected `cyclicmagic`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `melter_te`, expected `cyclicmagic`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `solidifier_te`, expected `cyclicmagic`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `cyclicmagicblock_anvil_te`, expected `cyclicmagic`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `harveseter_te`, expected `cyclicmagic`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `cyclicmagicblock_enchanter_te`, expected `cyclicmagic`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `exp_pylon_te`, expected `cyclicmagic`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `builder_te`, expected `cyclicmagic`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `uncrafting_block_te`, expected `cyclicmagic`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `cyclicmagicminer_smart_te`, expected `cyclicmagic`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `placer_block_te`, expected `cyclicmagic`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `password_block_te`, expected `cyclicmagic`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `cyclicmagicblock_user_te`, expected `cyclicmagic`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `cyclicmagictrash_te`, expected `cyclicmagic`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `cyclicmagicworkbench_te`, expected `cyclicmagic`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `cyclicmagicscreen_te`, expected `cyclicmagic`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `cyclicmagicscreentarget_te`, expected `cyclicmagic`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `cyclicmagicauto_crafter_te`, expected `cyclicmagic`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `cyclicmagicentity_detector_te`, expected `cyclicmagic`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `cyclicmagicfan_te`, expected `cyclicmagic`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `cyclicmagicblock_fishing_te`, expected `cyclicmagic`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `cyclicmagicblock_disenchanter_te`, expected `cyclicmagic`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `bucketstorage`, expected `cyclicmagic`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `dropper_exact_te`, expected `cyclicmagic`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `fluid_placer_te`, expected `cyclicmagic`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:34] [Server thread/INFO] [Mekanism]: Didn't detect MCMP, ignoring compatibility package +[16:57:34] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `beacon`, expected `betterwithmods`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:34] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `ender_chest`, expected `betterwithmods`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:34] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `ice`, expected `betterwithmods`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:34] [Forge Version Check/INFO] [forge.VersionCheck]: [enderstorage] Found status: BETA Target: null +[16:57:34] [Forge Version Check/INFO] [forge.VersionCheck]: [codechickenlib] Starting version check at http://chickenbones.net/Files/notification/version.php?query=forge&version=1.12&file=CodeChickenLib +[16:57:34] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `furnace`, expected `betterwithmods`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:34] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `lit_furnace`, expected `betterwithmods`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:34] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `hopper`, expected `betterwithmods`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:34] [Server thread/INFO] [FML]: [BWM] Successfully load compat for actuallyadditions +[16:57:34] [Server thread/INFO] [FML]: [BWM] Successfully load compat for immersiveengineering +[16:57:34] [Server thread/INFO] [FML]: [BWM] Successfully load compat for quark +[16:57:34] [Server thread/INFO] [FML]: [BWM] 'BatWings' is forcefully disabled as it's incompatible with the following loaded mods: [actuallyadditions] +[16:57:34] [Server thread/INFO] [betterwithmods]: [BWM] Module hardcore is enabled +[16:57:34] [Server thread/INFO] [betterwithmods]: [BWM] Module compatmodule is enabled +[16:57:34] [Server thread/INFO] [betterwithmods]: [BWM] Module gameplay is enabled +[16:57:34] [Server thread/INFO] [betterwithmods]: [BWM] Module tweaks is enabled +[16:57:34] [Server thread/INFO] [betterwithmods]: [BWM] Module PreInit : compatmodule +[16:57:34] [Server thread/INFO] [betterwithmods]: [BWM] Feature PreInit : ImmersiveEngineering +[16:57:34] [Server thread/INFO] [betterwithmods]: [BWM] Feature PreInit : Quark +[16:57:34] [Server thread/INFO] [betterwithmods]: [BWM] Feature PreInit : ActuallyAdditions +[16:57:34] [Server thread/INFO] [betterwithmods]: [BWM] Module PreInit : gameplay +[16:57:34] [Server thread/INFO] [betterwithmods]: [BWM] Feature PreInit : MiniBlocks +[16:57:34] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `bwm.siding`, expected `betterwithmods`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:34] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `bwm.moulding`, expected `betterwithmods`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:34] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `bwm.corner`, expected `betterwithmods`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:34] [Server thread/INFO] [betterwithmods]: [BWM] Feature PreInit : HopperRecipes +[16:57:34] [Server thread/INFO] [betterwithmods]: [BWM] Feature PreInit : MillRecipes +[16:57:34] [Server thread/INFO] [betterwithmods]: [BWM] Feature PreInit : NetherGrowth +[16:57:34] [Server thread/INFO] [betterwithmods]: [BWM] Feature PreInit : PlayerDataHandler +[16:57:34] [Server thread/INFO] [betterwithmods]: [BWM] Feature PreInit : MechanicalBreakage +[16:57:34] [Server thread/INFO] [betterwithmods]: [BWM] Feature PreInit : BreedingHarness +[16:57:34] [Server thread/INFO] [betterwithmods]: [BWM] Feature PreInit : CrucibleRecipes +[16:57:34] [Server thread/INFO] [betterwithmods]: [BWM] Feature PreInit : MetalReclaming +[16:57:34] [Server thread/INFO] [betterwithmods]: [BWM] Feature PreInit : KilnRecipes +[16:57:34] [Server thread/INFO] [betterwithmods]: [BWM] Feature PreInit : SawRecipes +[16:57:34] [Server thread/INFO] [betterwithmods]: [BWM] Feature PreInit : CauldronRecipes +[16:57:34] [Server thread/INFO] [betterwithmods]: [BWM] Feature PreInit : AnvilRecipes +[16:57:34] [Server thread/INFO] [betterwithmods]: [BWM] Feature PreInit : CraftingRecipes +[16:57:34] [Server thread/INFO] [betterwithmods]: [BWM] Feature PreInit : TurntableRecipes +[16:57:34] [Server thread/INFO] [betterwithmods]: [BWM] Module PreInit : tweaks +[16:57:34] [Server thread/INFO] [betterwithmods]: [BWM] Feature PreInit : MossGeneration +[16:57:34] [Server thread/INFO] [betterwithmods]: [BWM] Feature PreInit : RSBlockGlow +[16:57:34] [Server thread/INFO] [betterwithmods]: [BWM] Feature PreInit : FoodPoisoning +[16:57:34] [Server thread/INFO] [betterwithmods]: [BWM] Feature PreInit : KilnSmelting +[16:57:34] [Server thread/INFO] [betterwithmods]: [BWM] Feature PreInit : MobSpawning +[16:57:34] [Server thread/INFO] [betterwithmods]: [BWM] Feature PreInit : AxeLeaves +[16:57:34] [Server thread/INFO] [betterwithmods]: [BWM] Feature PreInit : RenewableEndstone +[16:57:34] [Server thread/INFO] [betterwithmods]: [BWM] Feature PreInit : FastStick +[16:57:34] [Server thread/INFO] [betterwithmods]: [BWM] Feature PreInit : Sinkholes +[16:57:34] [Server thread/INFO] [betterwithmods]: [BWM] Feature PreInit : Notes +[16:57:34] [Server thread/INFO] [betterwithmods]: [BWM] Feature PreInit : HopperMinecarts +[16:57:34] [Server thread/INFO] [betterwithmods]: [BWM] Feature PreInit : KilnCharcoal +[16:57:34] [Server thread/INFO] [betterwithmods]: [BWM] Feature PreInit : CreeperShearing +[16:57:34] [Server thread/INFO] [betterwithmods]: [BWM] Feature PreInit : MobEating +[16:57:34] [Server thread/INFO] [betterwithmods]: [BWM] Feature PreInit : HeadDrops +[16:57:34] [Server thread/INFO] [betterwithmods]: [BWM] Feature PreInit : GrassPath +[16:57:34] [Server thread/INFO] [betterwithmods]: [BWM] Feature PreInit : ImprovedFlee +[16:57:34] [Server thread/INFO] [betterwithmods]: [BWM] Feature PreInit : EggDrops +[16:57:34] [Server thread/INFO] [betterwithmods]: [BWM] Feature PreInit : MysteryMeat +[16:57:34] [Server thread/INFO] [betterwithmods]: [BWM] Feature PreInit : MineshaftGeneration +[16:57:34] [Server thread/INFO] [betterwithmods]: [BWM] Module PreInit : hardcore +[16:57:34] [Server thread/INFO] [betterwithmods]: [BWM] Feature PreInit : ExplosiveRecipes +[16:57:34] [Server thread/INFO] [betterwithmods]: [BWM] Feature PreInit : HCInfo +[16:57:34] [Server thread/INFO] [betterwithmods]: [BWM] Feature PreInit : HCVillages +[16:57:34] [Server thread/INFO] [betterwithmods]: [BWM] Feature PreInit : HCEnchanting +[16:57:34] [Server thread/INFO] [betterwithmods]: [BWM] Feature PreInit : HCSeeds +[16:57:34] [Server thread/INFO] [betterwithmods]: [BWM] Feature PreInit : HCCooking +[16:57:34] [Server thread/INFO] [betterwithmods]: [BWM] Feature PreInit : HCMelon +[16:57:34] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `bwm.millstone`, expected `betterwithmods`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:34] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `bwm.pulley`, expected `betterwithmods`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:34] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `bwm.hopper`, expected `betterwithmods`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:34] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `bwm.cauldron`, expected `betterwithmods`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:34] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `bwm.crucible`, expected `betterwithmods`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:34] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `bwm.vessel`, expected `betterwithmods`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:34] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `bwm.turntable`, expected `betterwithmods`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:34] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `bwm.steelanvil`, expected `betterwithmods`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:34] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `bwm.vase`, expected `betterwithmods`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:34] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `bwm.vert_windmill`, expected `betterwithmods`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:34] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `bwm.horiz_windmill`, expected `betterwithmods`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:34] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `bwm.waterwheel`, expected `betterwithmods`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:34] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `bwm.block_dispenser`, expected `betterwithmods`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:34] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `bwm.creative_generator`, expected `betterwithmods`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:34] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `bwm.gearbox`, expected `betterwithmods`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:34] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `bwm.bellows`, expected `betterwithmods`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:34] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `bwm.beacon`, expected `betterwithmods`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:34] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `bwm.enderchest`, expected `betterwithmods`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:34] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `bwm.axle`, expected `betterwithmods`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:34] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `bwm.saw`, expected `betterwithmods`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:34] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `bwm.pump`, expected `betterwithmods`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:34] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `bwm.crank`, expected `betterwithmods`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:34] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `bwm.steel_saw`, expected `betterwithmods`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:34] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `bwm.infernal_enchanter`, expected `betterwithmods`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:34] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `bwm.multitype`, expected `betterwithmods`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:34] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `bwm.camo`, expected `betterwithmods`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:34] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `bwm.steel_merger`, expected `betterwithmods`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:34] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `bwm.furnace`, expected `betterwithmods`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:34] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `bwm.bucket`, expected `betterwithmods`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:35] [Server thread/INFO] [AE2:S]: Pre Initialization ( started ) +[16:57:35] [Forge Version Check/INFO] [forge.VersionCheck]: [codechickenlib] Found status: BETA Target: null +[16:57:35] [Forge Version Check/INFO] [forge.VersionCheck]: [abyssalcraft] Starting version check at https://raw.githubusercontent.com/Shinoow/AbyssalCraft/master/version.json +[16:57:36] [Server thread/INFO] [AE2:S]: Pre Initialization ( ended after 1180ms ) +[16:57:36] [Server thread/INFO] [Aroma1997Core]: Finished Pre-initialization. +[16:57:36] [Forge Version Check/INFO] [forge.VersionCheck]: [abyssalcraft] Found status: OUTDATED Target: 1.11.0 +[16:57:36] [Forge Version Check/INFO] [forge.VersionCheck]: [randompatches] Starting version check at https://raw.githubusercontent.com/TheRandomLabs/RandomPatches/misc/versions.json +[16:57:36] [Server thread/INFO] [AromaBackup]: Loading 0 modules. +[16:57:36] [Server thread/INFO] [AromaBackup]: Done loading plugins. +[16:57:36] [Server thread/INFO] [sevpatches_core]: PatchAstralBootesCheat succeeded +[16:57:36] [Server thread/INFO] [sevpatches_core]: PatchAstralTools succeeded +[16:57:36] [Server thread/INFO] [sevpatches_core]: PatchAstralTools succeeded +[16:57:36] [Forge Version Check/INFO] [forge.VersionCheck]: [randompatches] Found status: OUTDATED Target: 1.12.2-1.22.1.10 +[16:57:36] [Forge Version Check/INFO] [forge.VersionCheck]: [forge] Starting version check at http://files.minecraftforge.net/maven/net/minecraftforge/forge/promotions_slim.json +[16:57:37] [Server thread/INFO] [Astral Sorcery]: Crafttweaker found! Adding recipe handlers... +[16:57:37] [Server thread/INFO] [Quark]: 'Improved sleeping' is forcefully disabled as it's incompatible with the following loaded mods: [morpheus] +[16:57:37] [Server thread/INFO] [Quark]: 'Animals eat floor food' is forcefully disabled as it's incompatible with the following loaded mods: [betterwithmods] +[16:57:37] [Server thread/INFO] [Quark]: 'Charcoal block' is forcefully disabled as it's incompatible with the following loaded mods: [actuallyadditions, mekanism] +[16:57:37] [Server thread/INFO] [Quark]: 'Automatic tool restock' is forcefully disabled as it's incompatible with the following loaded mods: [inventorytweaks] +[16:57:37] [Server thread/INFO] [Quark]: 'Inventory sorting' is forcefully disabled as it's incompatible with the following loaded mods: [inventorytweaks] +[16:57:37] [Server thread/INFO] [Quark]: 'Food tooltip' is forcefully disabled as it's incompatible with the following loaded mods: [appleskin] +[16:57:37] [Server thread/INFO] [Quark]: Module vanity is enabled +[16:57:37] [Server thread/INFO] [Quark]: Module building is enabled +[16:57:37] [Server thread/INFO] [Quark]: Module tweaks is enabled +[16:57:37] [Server thread/INFO] [Quark]: Module automation is enabled +[16:57:37] [Server thread/INFO] [Quark]: Module decoration is enabled +[16:57:37] [Server thread/INFO] [Quark]: Module world is enabled +[16:57:37] [Server thread/INFO] [Quark]: Module management is enabled +[16:57:37] [Server thread/INFO] [Quark]: Module experimental is enabled +[16:57:37] [Server thread/INFO] [Quark]: Module misc is enabled +[16:57:37] [Server thread/INFO] [Quark]: Module client is enabled +[16:57:37] [Server thread/INFO] [bdlib]: bdlib 1.14.3.12 loaded +[16:57:37] [Server thread/INFO] [bdlib]: Initialized network channel 'bdew.multiblock' for mod 'bdlib' +[16:57:38] [Server thread/WARN] [FML]: A mod has attempted to assign Block Block{minecraft:air} to the Fluid 'water' but this Fluid has already been linked to the Block Block{minecraft:water}. You may have duplicate Fluid Blocks as a result. It *may* be possible to configure your mods to avoid this. +[16:57:38] [Server thread/INFO] [betterbuilderswands]: Access transform success createStackedBlock (func_180643_i). +[16:57:38] [Server thread/INFO] [modularrouters]: Modular Routers is loading! +[16:57:38] [Server thread/INFO] [bonsaitrees]: Loading configuration +[16:57:38] [Server thread/INFO] [bonsaitrees]: Trying to tell Waila about us +[16:57:38] [Server thread/INFO] [bonsaitrees]: Trying to tell CraftTweaker2 about us +[16:57:38] [Server thread/WARN] [cd4017be_lib]: Problem occoured adding ImmersiveEngineering handler CrusherRecipe: java.lang.NoSuchMethodException: blusunrize.immersiveengineering.api.crafting.CrusherRecipe.removeRecipes(net.minecraft.item.ItemStack) +[16:57:38] [Server thread/WARN] [cd4017be_lib]: Problem occoured adding ImmersiveEngineering handler FermenterRecipe: java.lang.NoSuchMethodException: blusunrize.immersiveengineering.api.crafting.FermenterRecipe.removeRecipes(net.minecraft.item.ItemStack) +[16:57:38] [Server thread/WARN] [cd4017be_lib]: Problem occoured adding ImmersiveEngineering handler MixerRecipe: java.lang.NoSuchMethodException: blusunrize.immersiveengineering.api.crafting.MixerRecipe.removeRecipes(net.minecraft.item.ItemStack) +[16:57:38] [Server thread/WARN] [cd4017be_lib]: Problem occoured adding ImmersiveEngineering handler RefineryRecipe: java.lang.NoSuchMethodException: blusunrize.immersiveengineering.api.crafting.RefineryRecipe.removeRecipes(net.minecraft.item.ItemStack) +[16:57:38] [Server thread/WARN] [cd4017be_lib]: Problem occoured adding ImmersiveEngineering handler SqueezerRecipe: java.lang.NoSuchMethodException: blusunrize.immersiveengineering.api.crafting.SqueezerRecipe.removeRecipes(net.minecraft.item.ItemStack) +[16:57:38] [Server thread/INFO] [cd4017be_lib]: added ImmersiveEngineering wrapper module +[16:57:39] [Server thread/INFO] [cd4017be_lib]: skipped core.PRE_INIT +[16:57:39] [Server thread/INFO] [cd4017be_lib]: added Forge Energy-API with 100.0 J / Flux +[16:57:39] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `mod.chiselsandbits.tileentitychiseled`, expected `chiselsandbits`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:39] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `mod.chiselsandbits.tileentitychiseled.tesr`, expected `chiselsandbits`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:39] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `mod.chiselsandbits.tileentitybittank`, expected `chiselsandbits`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:39] [Forge Version Check/INFO] [forge.VersionCheck]: [forge] Found status: AHEAD Target: null +[16:57:39] [Forge Version Check/INFO] [forge.VersionCheck]: [pneumaticcraft] Starting version check at https://raw.github.com/TeamPneumatic/pnc-repressurized/master/release_info.json +[16:57:39] [Server thread/INFO] [compactmachines3]: Loading configuration +[16:57:39] [Server thread/INFO] [compactmachines3]: Registering dimension type: 144 +[16:57:39] [Server thread/INFO] [compactmachines3]: Registering Compact Machines 3 dimension: 144 +[16:57:39] [Server thread/INFO] [compactmachines3]: Trying to tell Waila about us +[16:57:40] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `sneaky`, expected `darkutils`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:40] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `timer`, expected `darkutils`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:40] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `monolith_exp`, expected `darkutils`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:40] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `monolith_spawning`, expected `darkutils`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:40] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `ender_tether`, expected `darkutils`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:40] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `ender_hopper`, expected `darkutils`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:40] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `anti_slime`, expected `darkutils`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:40] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `dimensionalcontroltile_entity_dimensional_portal`, expected `dimensionalcontrol`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:40] [Server thread/WARN] [net.minecraft.network.datasync.EntityDataManager]: defineId called for: class net.minecraft.entity.monster.EntitySlime from class teamroots.emberroot.entity.slime.EntityRainbowSlime +[16:57:40] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `ender chest`, expected `enderstorage`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:40] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `ender tank`, expected `enderstorage`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:40] [Server thread/WARN] [enderutilities]: BlockUtils.getMatchingBlockStatesForString(): Invalid block state string 'bedrockbgone:better_bedrock' +[16:57:40] [Server thread/WARN] [enderutilities]: Invalid block state 'bedrockbgone:better_bedrock' in the energy bridge bedrock whitelist +[16:57:41] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `ec_pedestal`, expected `extendedcrafting`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:41] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `ec_crafting_core`, expected `extendedcrafting`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:41] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `ec_automation_interface`, expected `extendedcrafting`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:41] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `ec_basic_table`, expected `extendedcrafting`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:41] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `ec_advanced_table`, expected `extendedcrafting`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:41] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `ec_elite_table`, expected `extendedcrafting`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:41] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `ec_ultimate_table`, expected `extendedcrafting`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:41] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `ec_compressor`, expected `extendedcrafting`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:41] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `extendedcraftingender_crafter`, expected `extendedcrafting`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:41] [Forge Version Check/INFO] [forge.VersionCheck]: [pneumaticcraft] Found status: AHEAD Target: null +[16:57:41] [Forge Version Check/INFO] [forge.VersionCheck]: [car] Starting version check at http://maxhenkel.de/update/car.json +[16:57:42] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `extraplanetsmercury dungeon spawner`, expected `extraplanets`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:42] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `extraplanetstier 4 treasure chest`, expected `extraplanets`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:42] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `extraplanetsjuptier dungeon spawner`, expected `extraplanets`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:42] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `extraplanetstier 5 treasure chest`, expected `extraplanets`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:42] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `extraplanetssaturn dungeon spawner`, expected `extraplanets`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:42] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `extraplanetstier 6 treasure chest`, expected `extraplanets`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:42] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `extraplanetsuranus dungeon spawner`, expected `extraplanets`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:42] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `extraplanetstier 7 treasure chest`, expected `extraplanets`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:42] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `extraplanetsneptune dungeon spawner`, expected `extraplanets`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:42] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `extraplanetstier 8 treasure chest`, expected `extraplanets`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:42] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `extraplanetspluto dungeon spawner`, expected `extraplanets`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:42] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `extraplanetstier 9 treasure chest`, expected `extraplanets`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:42] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `extraplanetseris dungeon spawner`, expected `extraplanets`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:42] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `extraplanetstier 10 treasure chest`, expected `extraplanets`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:42] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tier 2 landing pad`, expected `extraplanets`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:42] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tier 2 landing pad full`, expected `extraplanets`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:42] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tier 3 landing pad`, expected `extraplanets`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:42] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tier 3 landing pad full`, expected `extraplanets`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:42] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `powered charging pad`, expected `extraplanets`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:42] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `powered charging pad full`, expected `extraplanets`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:42] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `rocket charging pad`, expected `extraplanets`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:42] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `rocket charging pad full`, expected `extraplanets`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:42] [Forge Version Check/INFO] [forge.VersionCheck]: [buildinggadgets] Starting version check at https://github.com/Direwolf20-MC/BuildingGadgets/raw/master/update.json +[16:57:42] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `extraplanetsadvancedrefinery`, expected `extraplanets`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:42] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `extraplanetsultimaterefinery`, expected `extraplanets`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:42] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `extraplanetssolar panel`, expected `extraplanets`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:42] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `extraplanetsadvanced oxygen compressor`, expected `extraplanets`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:42] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `extraplanetsadvanced oxygen decompressor`, expected `extraplanets`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:42] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `extraplanetsultimate oxygen compressor`, expected `extraplanets`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:42] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `extraplanetsultimate oxygen decompressor`, expected `extraplanets`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:42] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `extraplanetsadvancedfuelloader`, expected `extraplanets`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:42] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `extraplanetsultimatefuelloader`, expected `extraplanets`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:42] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `extraplanetsbasic densifier`, expected `extraplanets`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:42] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `extraplanetsvehiclechanger`, expected `extraplanets`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:43] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `furnace`, expected `fastfurnace`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:43] [Server thread/INFO] [foamfix]: Removing LaunchWrapper package manifest map... +[16:57:43] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `ccmp` for name `saved_multipart`, expected `forgemultipartcbe`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:44] [Server thread/INFO] [advgenerators]: RF Version: redstoneflux 2.1.0 +[16:57:44] [Server thread/INFO] [advgenerators]: IC2 Version: NOT FOUND +[16:57:44] [Server thread/INFO] [advgenerators]: Tesla Version: NOT FOUND +[16:57:44] [Forge Version Check/INFO] [forge.VersionCheck]: [buildinggadgets] Found status: AHEAD Target: null +[16:57:44] [Forge Version Check/INFO] [forge.VersionCheck]: [ynot] Starting version check at http://asie.pl/files/minecraft/update/ynot.json +[16:57:44] [Server thread/INFO] [bdlib]: Loading internal config files for mod Advanced Generators +[16:57:44] [Server thread/INFO] [bdlib]: Loading config: jar:file:/C:/Users/Administrator/Documents/GitHub/sevtech-server-1.12.2/./mods/generators-0.9.20.12-mc1.12.2.jar!/assets/advgenerators/config/generators.cfg +[16:57:44] [Server thread/INFO] [bdlib]: Loading config: jar:file:/C:/Users/Administrator/Documents/GitHub/sevtech-server-1.12.2/./mods/generators-0.9.20.12-mc1.12.2.jar!/assets/advgenerators/config/recipes.cfg +[16:57:44] [Server thread/INFO] [bdlib]: Loading config: jar:file:/C:/Users/Administrator/Documents/GitHub/sevtech-server-1.12.2/./mods/generators-0.9.20.12-mc1.12.2.jar!/assets/advgenerators/config/turbine.cfg +[16:57:44] [Server thread/INFO] [bdlib]: Loading config: jar:file:/C:/Users/Administrator/Documents/GitHub/sevtech-server-1.12.2/./mods/generators-0.9.20.12-mc1.12.2.jar!/assets/advgenerators/config/exchanger.cfg +[16:57:44] [Server thread/INFO] [bdlib]: Loading config: jar:file:/C:/Users/Administrator/Documents/GitHub/sevtech-server-1.12.2/./mods/generators-0.9.20.12-mc1.12.2.jar!/assets/advgenerators/config/syngas.cfg +[16:57:44] [Server thread/INFO] [bdlib]: Loading config: jar:file:/C:/Users/Administrator/Documents/GitHub/sevtech-server-1.12.2/./mods/generators-0.9.20.12-mc1.12.2.jar!/assets/advgenerators/config/turbine-materials.cfg +[16:57:44] [Server thread/INFO] [bdlib]: Loading config: jar:file:/C:/Users/Administrator/Documents/GitHub/sevtech-server-1.12.2/./mods/generators-0.9.20.12-mc1.12.2.jar!/assets/advgenerators/config/capacitor-materials.cfg +[16:57:44] [Server thread/INFO] [bdlib]: Loading user config files for mod Advanced Generators +[16:57:44] [Server thread/INFO] [bdlib]: Loading config: C:\Users\Administrator\Documents\GitHub\sevtech-server-1.12.2\config\AdvGenerators\turbine.cfg +[16:57:44] [Server thread/INFO] [bdlib]: Config loading for mod Advanced Generators finished +[16:57:44] [Server thread/INFO] [bdlib]: Loaded creative tabs for advgenerators +[16:57:44] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `advgenerators.turbine`, expected `advgenerators`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:44] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `advgenerators.powercapacitor`, expected `advgenerators`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:44] [Server thread/INFO] [advgenerators]: Adding block for fluid 'steam' +[16:57:44] [Server thread/INFO] [advgenerators]: Fluid 'syngas' not registered by any other mod, creating... +[16:57:44] [Server thread/INFO] [advgenerators]: Adding block for fluid 'syngas' +[16:57:44] [Server thread/INFO] [advgenerators]: Turbine material Enderium not present - skipping +[16:57:44] [Server thread/INFO] [advgenerators]: Turbine material Steel not present - skipping +[16:57:44] [Server thread/INFO] [advgenerators]: Registering turbine material: Gold +[16:57:44] [Server thread/INFO] [advgenerators]: Turbine material Bronze not present - skipping +[16:57:44] [Server thread/INFO] [advgenerators]: Registering turbine material: Manyullyn +[16:57:44] [Server thread/INFO] [advgenerators]: Registering turbine material: Iron +[16:57:44] [Server thread/INFO] [advgenerators]: Turbine material Vibrant not present - skipping +[16:57:44] [Server thread/INFO] [advgenerators]: Mod ic2 for turbine material Adv_Alloy not present - skipping +[16:57:44] [Server thread/INFO] [advgenerators]: Registering capacitor material: Redstone +[16:57:44] [Server thread/INFO] [advgenerators]: Registering capacitor material: Advanced +[16:57:44] [Server thread/INFO] [advgenerators]: Registering capacitor material: Dense +[16:57:44] [Server thread/INFO] [Hunting Dimension]: Reading world generator settings. +[16:57:44] [Server thread/INFO] [Hunting Dimension]: World settings loaded: { "coordinateScale": 684.412, "heightScale": 684.412, "lowerLimitScale": 512.0, "upperLimitScale": 512.0, "depthNoiseScaleX": 200.0, "depthNoiseScaleZ": 200.0, "depthNoiseScaleExponent": 0.5, "mainNoiseScaleX": 80.0, "mainNoiseScaleY": 160.0, "mainNoiseScaleZ": 80.0, "baseSize": 8.5, "stretchY": 12.0, "biomeDepthWeight": 1.0, "biomeDepthOffset": 0.0, "biomeScaleWeight": 1.0, "biomeScaleOffset": 0.0, "seaLevel": 63, "useCaves": false, "useDungeons": false, "dungeonChance": 8, "useStrongholds": false, "useVillages": false, "useMineShafts": false, "useTemples": false, "useMonuments": false, "useMansions": false, "useRavines": false, "useWaterLakes": false, "waterLakeChance": 4, "useLavaLakes": false, "lavaLakeChance": 80, "useLavaOceans": false, "fixedBiome": -1, "biomeSize": 4, "riverSize": 4, "dirtSize": 33, "dirtCount": 10, "dirtMinHeight": 0, "dirtMaxHeight": 256, "gravelSize": 33, "gravelCount": 8, "gravelMinHeight": 0, "gravelMaxHeight": 256, "graniteSize": 33, "graniteCount": 10, "graniteMinHeight": 0, "graniteMaxHeight": 80, "dioriteSize": 33, "dioriteCount": 10, "dioriteMinHeight": 0, "dioriteMaxHeight": 80, "andesiteSize": 33, "andesiteCount": 10, "andesiteMinHeight": 0, "andesiteMaxHeight": 80, "coalSize": 17, "coalCount": 20, "coalMinHeight": 0, "coalMaxHeight": 128, "ironSize": 9, "ironCount": 20, "ironMinHeight": 0, "ironMaxHeight": 64, "goldSize": 9, "goldCount": 2, "goldMinHeight": 0, "goldMaxHeight": 32, "redstoneSize": 8, "redstoneCount": 8, "redstoneMinHeight": 0, "redstoneMaxHeight": 16, "diamondSize": 8, "diamondCount": 1, "diamondMinHeight": 0, "diamondMaxHeight": 16, "lapisSize": 7, "lapisCount": 1, "lapisCenterHeight": 16, "lapisSpread": 16} +[16:57:44] [Server thread/INFO] [Hunting Dimension]: Reading config file. +[16:57:44] [Server thread/WARN] [FML]: A mod has attempted to assign Block Block{minecraft:air} to the Fluid 'oil' but this Fluid has already been linked to the Block Block{minecraft:air}. You may have duplicate Fluid Blocks as a result. It *may* be possible to configure your mods to avoid this. +[16:57:45] [Server thread/ERROR] [FML]: Error registering event handler: FMLMod:immersivepetroleum{1.1.9} class blusunrize.immersiveengineering.api.MultiblockHandler$MultiblockFormEvent public void flaxbeard.immersivepetroleum.common.items.ItemProjector.handleMultiblockComplete(blusunrize.immersiveengineering.api.MultiblockHandler$MultiblockFormEvent) +java.lang.InstantiationException: null + at sun.reflect.InstantiationExceptionConstructorAccessorImpl.newInstance(InstantiationExceptionConstructorAccessorImpl.java:48) ~[?:1.8.0_452] + at java.lang.reflect.Constructor.newInstance(Constructor.java:423) ~[?:1.8.0_452] + at net.minecraftforge.fml.common.eventhandler.EventBus.register(EventBus.java:130) [EventBus.class:?] + at net.minecraftforge.fml.common.eventhandler.EventBus.register(EventBus.java:112) [EventBus.class:?] + at flaxbeard.immersivepetroleum.common.items.ItemProjector.(ItemProjector.java:73) [ItemProjector.class:?] + at flaxbeard.immersivepetroleum.common.IPContent.preInit(IPContent.java:146) [IPContent.class:?] + at flaxbeard.immersivepetroleum.ImmersivePetroleum.preInit(ImmersivePetroleum.java:55) [ImmersivePetroleum.class:?] + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_452] + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_452] + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_452] + at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_452] + at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:637) [FMLModContainer.class:?] + at sun.reflect.GeneratedMethodAccessor10.invoke(Unknown Source) ~[?:?] + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_452] + at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_452] + at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) [minecraft_server.1.12.2.jar:?] + at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) [minecraft_server.1.12.2.jar:?] + at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) [minecraft_server.1.12.2.jar:?] + at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) [minecraft_server.1.12.2.jar:?] + at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) [minecraft_server.1.12.2.jar:?] + at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) [minecraft_server.1.12.2.jar:?] + at com.google.common.eventbus.EventBus.post(EventBus.java:217) [minecraft_server.1.12.2.jar:?] + at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:219) [LoadController.class:?] + at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197) [LoadController.class:?] + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_452] + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_452] + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_452] + at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_452] + at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) [minecraft_server.1.12.2.jar:?] + at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) [minecraft_server.1.12.2.jar:?] + at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) [minecraft_server.1.12.2.jar:?] + at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) [minecraft_server.1.12.2.jar:?] + at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) [minecraft_server.1.12.2.jar:?] + at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) [minecraft_server.1.12.2.jar:?] + at com.google.common.eventbus.EventBus.post(EventBus.java:217) [minecraft_server.1.12.2.jar:?] + at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136) [LoadController.class:?] + at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:629) [Loader.class:?] + at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:99) [FMLServerHandler.class:?] + at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:333) [FMLCommonHandler.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:125) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:57:45] [Server thread/WARN] [FML]: A mod has attempted to assign Block Block{minecraft:air} to the Fluid 'steam' but this Fluid has already been linked to the Block Block{advgenerators:steam}. You may have duplicate Fluid Blocks as a result. It *may* be possible to configure your mods to avoid this. +[16:57:45] [Server thread/ERROR] [immersiveengineering]: WireType#init was called by Immersive Tech (immersivetech)! +[16:57:45] [Server thread/ERROR] [immersiveengineering]: The method should only be called by Immersive Engineering, calls from other mods will cause many hard-to-debug issues and are therefore forbidden! +[16:57:45] [Server thread/ERROR] [immersiveengineering]: Please report this as a bug to Immersive Tech +[16:57:45] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `backpack`, expected `improvedbackpacks`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:45] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `ender_backpack`, expected `improvedbackpacks`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:45] [Server thread/INFO] [sevpatches_core]: Changing priority of onLivingDrops to LOW +[16:57:45] [Server thread/INFO] [sevpatches_core]: PatchInControlHandlerPriority succeeded +[16:57:45] [Server thread/INFO] [incontrol]: Enabling support for Game Stages +[16:57:45] [Server thread/INFO] [incontrol]: Enabling support for Baubles +[16:57:45] [Server thread/INFO] [cd4017be_lib]: skipped inductiveLogistics.PRE_INIT +[16:57:45] [Forge Version Check/INFO] [forge.VersionCheck]: [ynot] Found status: UP_TO_DATE Target: null +[16:57:45] [Forge Version Check/INFO] [forge.VersionCheck]: [twilightforest] Starting version check at https://raw.githubusercontent.com/TeamTwilight/twilightforest/1.12.x/update.json +[16:57:46] [Forge Version Check/INFO] [forge.VersionCheck]: [twilightforest] Found status: UP_TO_DATE Target: null +[16:57:46] [Forge Version Check/INFO] [forge.VersionCheck]: [carryon] Starting version check at https://gist.githubusercontent.com/Tschipp/dccadee7c90d7a34e6e76a35d9d6fa2e/raw/ +[16:57:47] [Server thread/INFO] [sevpatches_core]: PatchJaffSpawnRemover succeeded +[16:57:47] [Server thread/INFO] [sevpatches_core]: JAFFA Phase 1 +[16:57:47] [Server thread/WARN] [FML]: No types have been added to Biome jeid:error_biome, types have been assigned on a best-effort guess: [PLAINS] +[16:57:47] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tile.mob_grinding_utils.fan`, expected `mob_grinding_utils`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:47] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tile.mob_grinding_utils.absorption_hopper`, expected `mob_grinding_utils`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:47] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tile.mob_grinding_utils.tank`, expected `mob_grinding_utils`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:47] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tile.mob_grinding_utils.tank_sink`, expected `mob_grinding_utils`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:47] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tile.mob_grinding_utils.xp_tap`, expected `mob_grinding_utils`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:47] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tile.mob_grinding_utils.saw`, expected `mob_grinding_utils`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:47] [Forge Version Check/INFO] [forge.VersionCheck]: [translocators] Starting version check at http://chickenbones.net/Files/notification/version.php?query=forge&version=1.12&file=Translocators +[16:57:47] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tilecolorablemachinecomponent`, expected `modularmachinery`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:47] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tilemachinecontroller`, expected `modularmachinery`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:47] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tilefluidinputhatch`, expected `modularmachinery`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:47] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tilefluidoutputhatch`, expected `modularmachinery`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:47] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tileitemoutputbus`, expected `modularmachinery`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:47] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tileiteminputbus`, expected `modularmachinery`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:47] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tileenergyinputhatch`, expected `modularmachinery`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:47] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tileenergyoutputhatch`, expected `modularmachinery`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:47] [Server thread/INFO] [morpheus]: Loading configuration +[16:57:47] [Server thread/INFO] [mundaneredstone]: Looking if geologys is installed +[16:57:47] [Server thread/INFO] [mundaneredstone]: Initializing Mundane Redstone Ore Block +[16:57:47] [Server thread/INFO] [mundaneredstone]: Registering Mundane Redstone Ore Block +[16:57:47] [Server thread/INFO] [mundaneredstone]: Register Furnace Recipe Mundane Redstone Ore Block +[16:57:47] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `ma.tinkering_table`, expected `mysticalagriculture`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:48] [Server thread/WARN] [net.minecraft.network.datasync.EntityDataManager]: defineId called for: class net.minecraft.entity.monster.EntityGiantZombie from class com.lothrazar.playerbosses.EntityPlayerBoss +[16:57:48] [Server thread/WARN] [pneumaticcraft]: Fluid 'plastic' already registered by another mod: [contenttweaker:plastic] - we'll use it, but it might not be available in block form! +[16:57:48] [Server thread/WARN] [pneumaticcraft]: Fluid 'oil' already registered by another mod: [galacticraftcore:oil] - we'll use it, but it might not be available in block form! +[16:57:48] [Server thread/WARN] [pneumaticcraft]: Fluid 'fuel' already registered by another mod: [galacticraftcore:fuel] - we'll use it, but it might not be available in block form! +[16:57:48] [Server thread/WARN] [pneumaticcraft]: Fluid 'diesel' already registered by another mod: [immersivepetroleum:diesel] - we'll use it, but it might not be available in block form! +[16:57:48] [Server thread/WARN] [pneumaticcraft]: Fluid 'lubricant' already registered by another mod: [immersivepetroleum:lubricant] - we'll use it, but it might not be available in block form! +[16:57:48] [Server thread/INFO] [pneumaticcraft]: Thirdparty integration activated for [crafttweaker, immersivepetroleum, mekanism, immersiveengineering, baubles, buildcraftcore, waila, appliedenergistics2] +[16:57:48] [Forge Version Check/INFO] [forge.VersionCheck]: [translocators] Found status: BETA Target: null +[16:57:48] [Forge Version Check/INFO] [forge.VersionCheck]: [buildcraftcore] Starting version check at https://mod-buildcraft.com/version/versions.json +[16:57:48] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `mj`, expected `poweradapters`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:48] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tile_primal_chest`, expected `primalchests`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:48] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tile_primal_chest_advanced`, expected `primalchests`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:50] [Forge Version Check/INFO] [forge.VersionCheck]: [buildcraftcore] Found status: OUTDATED Target: 7.99.24.8 +[16:57:50] [Forge Version Check/INFO] [forge.VersionCheck]: [zenstages] Starting version check at https://gist.githubusercontent.com/artdude543/5f9aff5dc5f9b800eb478bf2896363f2/raw/zenstages_changelog.json +[16:57:50] [Forge Version Check/INFO] [forge.VersionCheck]: [zenstages] Found status: AHEAD Target: null +[16:57:50] [Forge Version Check/INFO] [forge.VersionCheck]: [enderutilities] Starting version check at https://raw.githubusercontent.com/maruohon/enderutilities/master/update.json +[16:57:50] [Forge Version Check/INFO] [forge.VersionCheck]: [enderutilities] Found status: AHEAD Target: null +[16:57:50] [Forge Version Check/INFO] [forge.VersionCheck]: [simpletomb] Starting version check at https://raw.githubusercontent.com/Lothrazar/tombstone-fork/trunk/1.12/update.json +[16:57:51] [Forge Version Check/INFO] [forge.VersionCheck]: [immersiveengineering] Starting version check at https://raw.githubusercontent.com/BluSunrize/ImmersiveEngineering/master/changelog.json +[16:57:51] [Forge Version Check/INFO] [forge.VersionCheck]: [immersiveengineering] Found status: AHEAD Target: null +[16:57:51] [Forge Version Check/INFO] [forge.VersionCheck]: [buildcraftlib] Starting version check at https://mod-buildcraft.com/version/versions.json +[16:57:51] [Forge Version Check/INFO] [forge.VersionCheck]: [buildcraftlib] Found status: OUTDATED Target: 7.99.24.8 +[16:57:51] [Forge Version Check/INFO] [forge.VersionCheck]: [primal] Starting version check at http://insecure.www.nmd.so/primal/update.json +[16:57:52] [Forge Version Check/INFO] [forge.VersionCheck]: [modularrouters] Starting version check at https://raw.github.com/desht/ModularRouters/MC1.12-master/release_info.json +[16:57:52] [Server thread/INFO] [sevpatches_core]: PatchPrimalDrying succeeded +[16:57:53] [Server thread/INFO] [reborncore]: Pre loaded registries in 24ms +[16:57:53] [Server thread/INFO] [reborncore]: Loaded registrys for reborncore.common.registration.RegistryConstructionEvent in 29ms +[16:57:53] [Server thread/INFO] [reborncore]: Loaded power manager from: ForgePowerManager +[16:57:53] [Server thread/INFO] [reborncore]: Loaded registrys for net.minecraftforge.fml.common.event.FMLPreInitializationEvent in 3ms +[16:57:53] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `quantum_tank`, expected `quantumstorage`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:53] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `quantum_barrel`, expected `quantumstorage`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:53] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `crater`, expected `quantumstorage`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:53] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `chest_iron`, expected `quantumstorage`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:53] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `chest_gold`, expected `quantumstorage`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:53] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `chest_diamond`, expected `quantumstorage`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:53] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `quantum_storage_unit`, expected `quantumstorage`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:53] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `quantumcrafter`, expected `quantumstorage`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:53] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `trashcan`, expected `quantumstorage`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:53] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `trashcanfluid`, expected `quantumstorage`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:53] [Server thread/INFO] [sevpatches_core]: PatchRidHandlerDeregister succeeded +[16:57:53] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `reborn storagetilemulticrafter`, expected `rebornstorage`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:53] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `reborn storagetileioport`, expected `rebornstorage`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:53] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `rcstructuregenerator`, expected `reccomplex`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:53] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `rcmazegenerator`, expected `reccomplex`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:53] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `rcspawncommand`, expected `reccomplex`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:53] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `rcspawnscript`, expected `reccomplex`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:53] [Server thread/INFO] [mcjtylib_ng]: RFTools Detected XNet: enabling support +[16:57:53] [Forge Version Check/INFO] [forge.VersionCheck]: [modularrouters] Found status: OUTDATED Target: 3.3.0 +[16:57:53] [Forge Version Check/INFO] [forge.VersionCheck]: [industrialforegoing] Starting version check at https://raw.githubusercontent.com/Buuz135/Industrial-Foregoing/master/update.json +[16:57:53] [Forge Version Check/INFO] [forge.VersionCheck]: [industrialforegoing] Found status: BETA Target: null +[16:57:53] [Forge Version Check/INFO] [forge.VersionCheck]: [beneath] Starting version check at https://raw.githubusercontent.com/Shinoow/The-Beneath/master/version.json +[16:57:54] [Server thread/INFO] [mcjtylib_ng]: Could not read 'userbuilder.json', this is not an error! +[16:57:54] [Forge Version Check/INFO] [forge.VersionCheck]: [beneath] Found status: OUTDATED Target: 1.7.1 +[16:57:54] [Forge Version Check/INFO] [forge.VersionCheck]: [crafttweaker] Starting version check at https://updates.blamejared.com/get?n=crafttweaker&gv=1.12.2 +[16:57:54] [Server thread/INFO] [sevpatches]: Tinkers' Construct detected, registering RangedEvents +[16:57:54] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `simpletomb:` for name `tombstone`, expected `simpletomb`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:54] [Server thread/INFO] [Spartan Shields]: Starting up Spartan Shields! +[16:57:54] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `assembler`, expected `stevescarts`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:54] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `cargo`, expected `stevescarts`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:54] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `liquid`, expected `stevescarts`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:54] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `distributor`, expected `stevescarts`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:54] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `activator`, expected `stevescarts`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:54] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `detector`, expected `stevescarts`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:54] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `upgrade`, expected `stevescarts`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:55] [Server thread/INFO] [stevescarts]: Loading plugins +[16:57:55] [Server thread/INFO] [stevescarts]: Found plugin candidate:vswe.stevescarts.compat.ic2.CompatIC2 +[16:57:55] [Server thread/INFO] [stevescarts]: Plugin (vswe.stevescarts.compat.ic2.CompatIC2) was NOT loaded due to mod 'ic2' missing, this isn't an error +[16:57:55] [Server thread/INFO] [stevescarts]: Found plugin candidate:vswe.stevescarts.compat.techreborn.CompatTR +[16:57:55] [Server thread/INFO] [stevescarts]: Plugin (vswe.stevescarts.compat.techreborn.CompatTR) was NOT loaded due to mod 'techreborn' missing, this isn't an error +[16:57:55] [Server thread/INFO] [stevescarts]: Found plugin candidate:vswe.stevescarts.compat.forestry.CompatForestry +[16:57:55] [Server thread/INFO] [stevescarts]: Plugin (vswe.stevescarts.compat.forestry.CompatForestry) was NOT loaded due to mod 'forestry' missing, this isn't an error +[16:57:55] [Server thread/INFO] [stevescarts]: Loaded 0 plugins +[16:57:55] [Forge Version Check/INFO] [forge.VersionCheck]: [crafttweaker] Found status: BETA Target: null +[16:57:55] [Forge Version Check/INFO] [forge.VersionCheck]: [gamestages] Starting version check at https://updates.blamejared.com/get?n=gamestages&gv=1.12.2 +[16:57:55] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tileentityteleporterbeneath`, expected `beneath`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:55] [Server thread/INFO] [togetherforever]: Registering SyncAction with id gamestage_event_sync and class com.buuz135.togetherforever.action.GameStagesEventSyncAction +[16:57:55] [Server thread/INFO] [togetherforever]: Registering SyncAction with id advancement_event_sync and class com.buuz135.togetherforever.action.AdvancementEventSyncAction +[16:57:55] [Server thread/INFO] [togetherforever]: Registering TogetherTeam with id default_together_team and class com.buuz135.togetherforever.api.data.DefaultTogetherTeam +[16:57:55] [Server thread/INFO] [togetherforever]: Registering PlayerInformation with id default_player_information and class com.buuz135.togetherforever.api.data.DefaultPlayerInformation +[16:57:55] [Server thread/INFO] [Totemic]: Moma had a cow, Moma had a chicken... Dad was proud, he didn't care how! +[16:57:55] [Server thread/INFO] [Totemic]: Totemic is entering preinitialization stage +[16:57:55] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `craftinggrid`, expected `translocators`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:55] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tile.uppers.upper`, expected `uppers`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:55] [Server thread/INFO] [ViesCraft]: Good news everyone! The config has been loaded! +[16:57:55] [Forge Version Check/INFO] [forge.VersionCheck]: [gamestages] Found status: BETA Target: null +[16:57:55] [Server thread/INFO] [ViesCraft]: <<==============================>> +[16:57:55] [Server thread/INFO] [ViesCraft]: Pre Init Complete. +[16:57:55] [Server thread/INFO] [ViesCraft]: <<==============================>> +[16:57:55] [Server thread/INFO] [FML]: Adding [Ljava.lang.String;@51f676b3 to block Block{minecraft:dirt} +[16:57:55] [Server thread/INFO] [FML]: Adding [Ljava.lang.String;@4652fce7 to block Block{minecraft:grass} +[16:57:55] [Server thread/INFO] [mcjtylib_ng]: XNet Detected RFTools Control: enabling support +[16:57:56] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tile.primal_tech.clay_kiln`, expected `primal_tech`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:56] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tile.primal_tech.work_stump`, expected `primal_tech`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:56] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tile.primal_tech.stone_grill`, expected `primal_tech`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:56] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tile.primal_tech.wooden_hopper`, expected `primal_tech`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:56] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tile.primal_tech.work_stump_upgraded`, expected `primal_tech`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:56] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tile.primal_tech.water_saw`, expected `primal_tech`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:56] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tile.primal_tech.stone_anvil`, expected `primal_tech`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:56] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tile.primal_tech.wooden_basin`, expected `primal_tech`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:56] [Server thread/INFO] [Chisel]: Loading blocks... +[16:57:56] [Server thread/INFO] [Chisel]: Skipping feature bloodMagic as it was disabled in the config. +[16:57:56] [Server thread/INFO] [Chisel]: Skipping feature cloud as it was disabled in the config. +[16:57:56] [Server thread/INFO] [Chisel]: Skipping feature coalCoke as it was disabled in the config. +[16:57:56] [Server thread/INFO] [Chisel]: Skipping feature invar as it was disabled in the config. +[16:57:56] [Server thread/INFO] [Chisel]: Skipping feature paper as it was disabled in the config. +[16:57:56] [Server thread/INFO] [Chisel]: Skipping feature uranium as it was disabled in the config. +[16:57:56] [Server thread/INFO] [Chisel]: Skipping feature valentines as it was disabled in the config. +[16:57:56] [Server thread/INFO] [Chisel]: Skipping feature wool as it was disabled in the config. +[16:57:56] [Server thread/INFO] [Chisel]: 64 Feature's blocks loaded. +[16:57:56] [Server thread/INFO] [Chisel]: Loading Tile Entities... +[16:57:56] [Server thread/INFO] [Chisel]: Tile Entities loaded. +[16:57:56] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tconstruct.table`, expected `tconstruct`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:56] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tconstruct.craftingstation`, expected `tconstruct`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:56] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tconstruct.stenciltable`, expected `tconstruct`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:56] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tconstruct.partbuilder`, expected `tconstruct`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:56] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tconstruct.patternchest`, expected `tconstruct`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:56] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tconstruct.partchest`, expected `tconstruct`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:56] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tconstruct.toolstation`, expected `tconstruct`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:56] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tconstruct.toolforge`, expected `tconstruct`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:56] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tconstruct.smeltery_controller`, expected `tconstruct`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:56] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tconstruct.smeltery_component`, expected `tconstruct`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:56] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tconstruct.tank`, expected `tconstruct`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:56] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tconstruct.faucet`, expected `tconstruct`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:56] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tconstruct.channel`, expected `tconstruct`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:56] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tconstruct.casting_table`, expected `tconstruct`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:56] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tconstruct.casting_basin`, expected `tconstruct`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:56] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tconstruct.smeltery_drain`, expected `tconstruct`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:56] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tconstruct.seared_furnace`, expected `tconstruct`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:56] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tconstruct.tinker_tank`, expected `tconstruct`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:56] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tconstruct.item_rack`, expected `tconstruct`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:56] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tconstruct.drying_rack`, expected `tconstruct`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:56] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tconstruct.wooden_hopper`, expected `tconstruct`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:56] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tconstruct.slime_channel`, expected `tconstruct`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:56] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `portal`, expected `mekanism`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:56] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `natura.netherrack_furnace`, expected `natura`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:56] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `bookcase`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:56] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `shelf`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:56] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `markerpole`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:56] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `clipboard`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:56] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `bibliolight`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:56] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `furniturepaneler`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:56] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `potionshelf`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:56] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `toolrack`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:56] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `label`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:56] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `desk`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:56] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `table`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:56] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `seat`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:56] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `fancysign`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:56] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `fancyworkbench`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:56] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `framedchest`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:56] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `mapframe`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:56] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `case`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:56] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `clock`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:56] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `paintingframeborderless`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:56] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `paintingframefancy`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:56] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `paintingframeflat`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:56] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `paintingframemiddle`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:56] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `paintingframesimple`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:56] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `paintingpress`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:56] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `armorstand`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:56] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `typesettingtable`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:56] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `printingpress`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:56] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `cookiejar`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:56] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `dinnerplate`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:56] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `discrack`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:56] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `swordpedestal`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:56] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `bell`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:56] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `typewriter`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:57] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tilebonsaipot`, expected `bonsaitrees`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:57] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tileentityfuelstation`, expected `car`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:57] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tileentityoilmill`, expected `car`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:57] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tileentityblastfurnace`, expected `car`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:57] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tileentitybackmixreactor`, expected `car`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:57] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tileentitygenerator`, expected `car`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:57] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tileentitysplittank`, expected `car`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:57] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tileentitytank`, expected `car`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:57] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tileentitycarworkshop`, expected `car`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:57] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tileentitycable`, expected `car`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:57] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tileentityfluidextractor`, expected `car`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:57] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tileentitydynamo`, expected `car`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:57] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tileentitysigncar`, expected `car`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:57] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tileentitytunnel`, expected `compactmachines3`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:57] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tileentitymachine`, expected `compactmachines3`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:57] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tileentityfieldprojector`, expected `compactmachines3`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:57] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tileentitycraftinghologram`, expected `compactmachines3`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:57] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tileentityredstonetunnel`, expected `compactmachines3`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:57] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `ironchest.iron`, expected `ironchest`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:57] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `ironchest.gold`, expected `ironchest`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:57] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `ironchest.diamond`, expected `ironchest`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:57] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `ironchest.copper`, expected `ironchest`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:57] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `ironchest.silver`, expected `ironchest`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:57] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `ironchest.crystal`, expected `ironchest`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:57] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `ironchest.obsidian`, expected `ironchest`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:57] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `ironchest.dirtchest9000`, expected `ironchest`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:57] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `ironshulkerbox.iron`, expected `ironchest`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:57] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `ironshulkerbox.gold`, expected `ironchest`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:57] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `ironshulkerbox.diamond`, expected `ironchest`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:57] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `ironshulkerbox.copper`, expected `ironchest`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:57] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `ironshulkerbox.silver`, expected `ironchest`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:57] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `ironshulkerbox.crystal`, expected `ironchest`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:57] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `ironshulkerbox.obsidian`, expected `ironchest`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:57] [Server thread/INFO] [pneumaticcraft]: registered block for fluid: kerosene +[16:57:57] [Server thread/INFO] [pneumaticcraft]: registered block for fluid: etchacid +[16:57:57] [Server thread/INFO] [pneumaticcraft]: registered block for fluid: lpg +[16:57:57] [Server thread/INFO] [primal]: Registering 210 Blocks +[16:57:57] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `waterstrainer.strainer_base`, expected `waterstrainer`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:57] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `tile.weirdinggadget` for name `weirding_gadget`, expected `weirdinggadget`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:57] [Server thread/INFO] [Actually Additions]: Initializing Blocks... +[16:57:58] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `furnace`, expected `fastfurnace`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:58] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `lit_furnace`, expected `fastfurnace`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:58] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tile_fire_pit_unlit`, expected `progressiontweaks`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:58] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `conveyor_tile`, expected `industrialforegoing`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:58] [Server thread/INFO] [primal]: Re-mapper Rick! +[16:57:58] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `crafting_table`, expected `fastbench`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:58] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `crafting_table`, expected `fastbench`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:58] [Server thread/INFO] [FML]: Applying holder lookups +[16:57:58] [Server thread/INFO] [FML]: Holder lookups applied +[16:57:58] [Server thread/INFO] [Chisel]: Loading items... +[16:57:58] [Server thread/INFO] [Chisel]: Skipping feature bloodMagic as it was disabled in the config. +[16:57:58] [Server thread/INFO] [Chisel]: Skipping feature cloud as it was disabled in the config. +[16:57:58] [Server thread/INFO] [Chisel]: Skipping feature coalCoke as it was disabled in the config. +[16:57:58] [Server thread/INFO] [Chisel]: Skipping feature invar as it was disabled in the config. +[16:57:58] [Server thread/INFO] [Chisel]: Skipping feature paper as it was disabled in the config. +[16:57:58] [Server thread/INFO] [Chisel]: Skipping feature uranium as it was disabled in the config. +[16:57:58] [Server thread/INFO] [Chisel]: Skipping feature valentines as it was disabled in the config. +[16:57:58] [Server thread/INFO] [Chisel]: Skipping feature wool as it was disabled in the config. +[16:57:58] [Server thread/INFO] [Chisel]: 64 Feature's items loaded. +[16:57:59] [Server thread/INFO] [Galacticraft]: Galacticraft: activating Tinker's Construct compatibility. +[16:57:59] [Server thread/INFO] [primal]: Registering 210 Item Blocks +[16:57:59] [Server thread/INFO] [primal]: Registering 493 Items +[16:57:59] [Server thread/INFO] [Spartan Shields]: Items Registered! +[16:57:59] [Server thread/INFO] [Actually Additions]: Initializing Items... +[16:57:59] [Server thread/INFO] [Actually Additions]: Initializing OreDictionary Entries... +[16:57:59] [Server thread/WARN] [FML]: **************************************** +[16:57:59] [Server thread/WARN] [FML]: * Registry Item: The object me.jacky1356400.actuallybaubles.item.ItemMagnetRingBauble@2cafa71f has been registered twice for the same name actuallyadditions:magnet_ring_bauble. +[16:57:59] [Server thread/WARN] [FML]: * at net.minecraftforge.registries.ForgeRegistry.add(ForgeRegistry.java:300) +[16:57:59] [Server thread/WARN] [FML]: * at net.minecraftforge.registries.ForgeRegistry.add(ForgeRegistry.java:281) +[16:57:59] [Server thread/WARN] [FML]: * at net.minecraftforge.registries.ForgeRegistry.register(ForgeRegistry.java:113) +[16:57:59] [Server thread/WARN] [FML]: * at net.minecraftforge.registries.ForgeRegistry.registerAll(ForgeRegistry.java:154) +[16:57:59] [Server thread/WARN] [FML]: * at me.jacky1356400.actuallybaubles.ActuallyBaubles.onItemRegistry(ActuallyBaubles.java:67) +[16:57:59] [Server thread/WARN] [FML]: * at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_866_ActuallyBaubles_onItemRegistry_Register.invoke(.dynamic)... +[16:57:59] [Server thread/WARN] [FML]: **************************************** +[16:57:59] [Server thread/WARN] [FML]: **************************************** +[16:57:59] [Server thread/WARN] [FML]: * Registry Item: The object me.jacky1356400.actuallybaubles.item.ItemPotionRingAdvancedBauble@61c7dc7b has been registered twice for the same name actuallyadditions:potion_ring_advanced_bauble. +[16:57:59] [Server thread/WARN] [FML]: * at net.minecraftforge.registries.ForgeRegistry.add(ForgeRegistry.java:300) +[16:57:59] [Server thread/WARN] [FML]: * at net.minecraftforge.registries.ForgeRegistry.add(ForgeRegistry.java:281) +[16:57:59] [Server thread/WARN] [FML]: * at net.minecraftforge.registries.ForgeRegistry.register(ForgeRegistry.java:113) +[16:57:59] [Server thread/WARN] [FML]: * at net.minecraftforge.registries.ForgeRegistry.registerAll(ForgeRegistry.java:154) +[16:57:59] [Server thread/WARN] [FML]: * at me.jacky1356400.actuallybaubles.ActuallyBaubles.onItemRegistry(ActuallyBaubles.java:67) +[16:57:59] [Server thread/WARN] [FML]: * at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_866_ActuallyBaubles_onItemRegistry_Register.invoke(.dynamic)... +[16:57:59] [Server thread/WARN] [FML]: **************************************** +[16:57:59] [Server thread/WARN] [FML]: **************************************** +[16:57:59] [Server thread/WARN] [FML]: * Registry Item: The object me.jacky1356400.actuallybaubles.item.ItemBatteryBauble@250d22f4 has been registered twice for the same name actuallyadditions:battery_bauble. +[16:57:59] [Server thread/WARN] [FML]: * at net.minecraftforge.registries.ForgeRegistry.add(ForgeRegistry.java:300) +[16:57:59] [Server thread/WARN] [FML]: * at net.minecraftforge.registries.ForgeRegistry.add(ForgeRegistry.java:281) +[16:57:59] [Server thread/WARN] [FML]: * at net.minecraftforge.registries.ForgeRegistry.register(ForgeRegistry.java:113) +[16:57:59] [Server thread/WARN] [FML]: * at net.minecraftforge.registries.ForgeRegistry.registerAll(ForgeRegistry.java:154) +[16:57:59] [Server thread/WARN] [FML]: * at me.jacky1356400.actuallybaubles.ActuallyBaubles.onItemRegistry(ActuallyBaubles.java:67) +[16:57:59] [Server thread/WARN] [FML]: * at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_866_ActuallyBaubles_onItemRegistry_Register.invoke(.dynamic)... +[16:57:59] [Server thread/WARN] [FML]: **************************************** +[16:57:59] [Server thread/WARN] [FML]: **************************************** +[16:57:59] [Server thread/WARN] [FML]: * Registry Item: The object me.jacky1356400.actuallybaubles.item.ItemBatteryBauble@d8a819c has been registered twice for the same name actuallyadditions:battery_double_bauble. +[16:57:59] [Server thread/WARN] [FML]: * at net.minecraftforge.registries.ForgeRegistry.add(ForgeRegistry.java:300) +[16:57:59] [Server thread/WARN] [FML]: * at net.minecraftforge.registries.ForgeRegistry.add(ForgeRegistry.java:281) +[16:57:59] [Server thread/WARN] [FML]: * at net.minecraftforge.registries.ForgeRegistry.register(ForgeRegistry.java:113) +[16:57:59] [Server thread/WARN] [FML]: * at net.minecraftforge.registries.ForgeRegistry.registerAll(ForgeRegistry.java:154) +[16:57:59] [Server thread/WARN] [FML]: * at me.jacky1356400.actuallybaubles.ActuallyBaubles.onItemRegistry(ActuallyBaubles.java:67) +[16:57:59] [Server thread/WARN] [FML]: * at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_866_ActuallyBaubles_onItemRegistry_Register.invoke(.dynamic)... +[16:57:59] [Server thread/WARN] [FML]: **************************************** +[16:57:59] [Server thread/WARN] [FML]: **************************************** +[16:57:59] [Server thread/WARN] [FML]: * Registry Item: The object me.jacky1356400.actuallybaubles.item.ItemBatteryBauble@5c4c586d has been registered twice for the same name actuallyadditions:battery_triple_bauble. +[16:57:59] [Server thread/WARN] [FML]: * at net.minecraftforge.registries.ForgeRegistry.add(ForgeRegistry.java:300) +[16:57:59] [Server thread/WARN] [FML]: * at net.minecraftforge.registries.ForgeRegistry.add(ForgeRegistry.java:281) +[16:57:59] [Server thread/WARN] [FML]: * at net.minecraftforge.registries.ForgeRegistry.register(ForgeRegistry.java:113) +[16:57:59] [Server thread/WARN] [FML]: * at net.minecraftforge.registries.ForgeRegistry.registerAll(ForgeRegistry.java:154) +[16:57:59] [Server thread/WARN] [FML]: * at me.jacky1356400.actuallybaubles.ActuallyBaubles.onItemRegistry(ActuallyBaubles.java:67) +[16:57:59] [Server thread/WARN] [FML]: * at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_866_ActuallyBaubles_onItemRegistry_Register.invoke(.dynamic)... +[16:57:59] [Server thread/WARN] [FML]: **************************************** +[16:57:59] [Server thread/WARN] [FML]: **************************************** +[16:57:59] [Server thread/WARN] [FML]: * Registry Item: The object me.jacky1356400.actuallybaubles.item.ItemBatteryBauble@3b7639b has been registered twice for the same name actuallyadditions:battery_quadruple_bauble. +[16:57:59] [Server thread/WARN] [FML]: * at net.minecraftforge.registries.ForgeRegistry.add(ForgeRegistry.java:300) +[16:57:59] [Server thread/WARN] [FML]: * at net.minecraftforge.registries.ForgeRegistry.add(ForgeRegistry.java:281) +[16:57:59] [Server thread/WARN] [FML]: * at net.minecraftforge.registries.ForgeRegistry.register(ForgeRegistry.java:113) +[16:57:59] [Server thread/WARN] [FML]: * at net.minecraftforge.registries.ForgeRegistry.registerAll(ForgeRegistry.java:154) +[16:57:59] [Server thread/WARN] [FML]: * at me.jacky1356400.actuallybaubles.ActuallyBaubles.onItemRegistry(ActuallyBaubles.java:67) +[16:57:59] [Server thread/WARN] [FML]: * at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_866_ActuallyBaubles_onItemRegistry_Register.invoke(.dynamic)... +[16:57:59] [Server thread/WARN] [FML]: **************************************** +[16:57:59] [Server thread/WARN] [FML]: **************************************** +[16:57:59] [Server thread/WARN] [FML]: * Registry Item: The object me.jacky1356400.actuallybaubles.item.ItemBatteryBauble@4fe1fb9b has been registered twice for the same name actuallyadditions:battery_quintuple_bauble. +[16:57:59] [Server thread/WARN] [FML]: * at net.minecraftforge.registries.ForgeRegistry.add(ForgeRegistry.java:300) +[16:57:59] [Server thread/WARN] [FML]: * at net.minecraftforge.registries.ForgeRegistry.add(ForgeRegistry.java:281) +[16:57:59] [Server thread/WARN] [FML]: * at net.minecraftforge.registries.ForgeRegistry.register(ForgeRegistry.java:113) +[16:57:59] [Server thread/WARN] [FML]: * at net.minecraftforge.registries.ForgeRegistry.registerAll(ForgeRegistry.java:154) +[16:57:59] [Server thread/WARN] [FML]: * at me.jacky1356400.actuallybaubles.ActuallyBaubles.onItemRegistry(ActuallyBaubles.java:67) +[16:57:59] [Server thread/WARN] [FML]: * at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_866_ActuallyBaubles_onItemRegistry_Register.invoke(.dynamic)... +[16:57:59] [Server thread/WARN] [FML]: **************************************** +[16:57:59] [Server thread/INFO] [cyclicmagic]: Registered ore dict entry workbench : Block{cyclicmagic:block_workbench} +[16:57:59] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `furnace`, expected `fastfurnace`. This could be a intended override, but in most cases indicates a broken mod. +[16:57:59] [Server thread/INFO] [FML]: Applying holder lookups +[16:57:59] [Server thread/INFO] [FML]: Holder lookups applied +[16:58:00] [Server thread/INFO] [sevpatches_core]: PatchPrimalScaredyCat succeeded +[16:58:00] [Server thread/INFO] [sevpatches_core]: PatchPrimalNicerHammerHeads succeeded +[16:58:00] [Server thread/INFO] [Actually Additions]: Initializing Village Addons... +[16:58:00] [Server thread/INFO] [FML]: Applying holder lookups +[16:58:00] [Server thread/INFO] [FML]: Holder lookups applied +[16:58:00] [Server thread/INFO] [FML]: Applying holder lookups +[16:58:00] [Server thread/INFO] [FML]: Holder lookups applied +[16:58:00] [Server thread/INFO] [FML]: Injecting itemstacks +[16:58:00] [Server thread/INFO] [FML]: Itemstack injection complete +[16:58:00] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Loading properties +[16:58:00] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Default game type: SURVIVAL +[16:58:00] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Generating keypair +[16:58:00] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Starting Minecraft server on 0.0.0.0:25568 +[16:58:00] [Server thread/INFO] [net.minecraft.network.NetworkSystem]: Using default channel type +[16:58:01] [Server thread/ERROR] [FML]: Parsing error loading recipe geolosys:pro_pick +com.google.gson.JsonSyntaxException: Unknown item 'geolosys:pro_pick' + at net.minecraftforge.common.crafting.CraftingHelper.getItemStack(CraftingHelper.java:214) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.lambda$init$14(CraftingHelper.java:523) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.getRecipe(CraftingHelper.java:416) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.lambda$loadRecipes$22(CraftingHelper.java:723) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:688) ~[CraftingHelper.class:?] + at java.util.ArrayList.forEach(ArrayList.java:1259) [?:1.8.0_452] + at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:633) [CraftingHelper.class:?] + at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:747) [Loader.class:?] + at net.minecraftforge.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:108) [FMLServerHandler.class:?] + at net.minecraftforge.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:338) [FMLCommonHandler.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:219) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:01] [Server thread/ERROR] [FML]: Parsing error loading recipe betterwithmods:blocks/redstone/detector_rail_stone +com.google.gson.JsonSyntaxException: Unknown item 'betterwithmods:detector_rail_stone' + at net.minecraftforge.common.crafting.CraftingHelper.getItemStack(CraftingHelper.java:214) ~[CraftingHelper.class:?] + at net.minecraftforge.oredict.ShapedOreRecipe.factory(ShapedOreRecipe.java:254) ~[ShapedOreRecipe.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.getRecipe(CraftingHelper.java:416) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.lambda$loadRecipes$22(CraftingHelper.java:723) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:688) ~[CraftingHelper.class:?] + at java.util.ArrayList.forEach(ArrayList.java:1259) [?:1.8.0_452] + at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:633) [CraftingHelper.class:?] + at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:747) [Loader.class:?] + at net.minecraftforge.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:108) [FMLServerHandler.class:?] + at net.minecraftforge.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:338) [FMLCommonHandler.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:219) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:01] [Server thread/ERROR] [FML]: Parsing error loading recipe betterwithmods:blocks/redstone/detector_rail_steel +com.google.gson.JsonSyntaxException: Unknown item 'betterwithmods:detector_rail_steel' + at net.minecraftforge.common.crafting.CraftingHelper.getItemStack(CraftingHelper.java:214) ~[CraftingHelper.class:?] + at net.minecraftforge.oredict.ShapedOreRecipe.factory(ShapedOreRecipe.java:254) ~[ShapedOreRecipe.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.getRecipe(CraftingHelper.java:416) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.lambda$loadRecipes$22(CraftingHelper.java:723) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:688) ~[CraftingHelper.class:?] + at java.util.ArrayList.forEach(ArrayList.java:1259) [?:1.8.0_452] + at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:633) [CraftingHelper.class:?] + at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:747) [Loader.class:?] + at net.minecraftforge.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:108) [FMLServerHandler.class:?] + at net.minecraftforge.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:338) [FMLCommonHandler.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:219) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:01] [Server thread/ERROR] [FML]: Parsing error loading recipe appliedenergistics2:misc/meteors_sky_compass +com.google.gson.JsonSyntaxException: Unknown item 'appliedenergistics2:sky_compass' + at net.minecraftforge.common.crafting.CraftingHelper.getItemStack(CraftingHelper.java:214) ~[CraftingHelper.class:?] + at net.minecraftforge.oredict.ShapedOreRecipe.factory(ShapedOreRecipe.java:254) ~[ShapedOreRecipe.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.getRecipe(CraftingHelper.java:416) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.lambda$loadRecipes$22(CraftingHelper.java:723) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:688) ~[CraftingHelper.class:?] + at java.util.ArrayList.forEach(ArrayList.java:1259) [?:1.8.0_452] + at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:633) [CraftingHelper.class:?] + at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:747) [Loader.class:?] + at net.minecraftforge.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:108) [FMLServerHandler.class:?] + at net.minecraftforge.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:338) [FMLCommonHandler.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:219) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:01] [Server thread/ERROR] [FML]: Parsing error loading recipe appliedenergistics2:misc/chests_smooth_sky_stone +com.google.gson.JsonSyntaxException: Unknown item 'appliedenergistics2:smooth_sky_stone_chest' + at net.minecraftforge.common.crafting.CraftingHelper.getItemStack(CraftingHelper.java:214) ~[CraftingHelper.class:?] + at net.minecraftforge.oredict.ShapedOreRecipe.factory(ShapedOreRecipe.java:254) ~[ShapedOreRecipe.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.getRecipe(CraftingHelper.java:416) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.lambda$loadRecipes$22(CraftingHelper.java:723) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:688) ~[CraftingHelper.class:?] + at java.util.ArrayList.forEach(ArrayList.java:1259) [?:1.8.0_452] + at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:633) [CraftingHelper.class:?] + at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:747) [Loader.class:?] + at net.minecraftforge.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:108) [FMLServerHandler.class:?] + at net.minecraftforge.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:338) [FMLCommonHandler.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:219) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:01] [Server thread/ERROR] [FML]: Parsing error loading recipe appliedenergistics2:misc/chests_sky_stone +com.google.gson.JsonSyntaxException: Unknown item 'appliedenergistics2:sky_stone_chest' + at net.minecraftforge.common.crafting.CraftingHelper.getItemStack(CraftingHelper.java:214) ~[CraftingHelper.class:?] + at net.minecraftforge.oredict.ShapedOreRecipe.factory(ShapedOreRecipe.java:254) ~[ShapedOreRecipe.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.getRecipe(CraftingHelper.java:416) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.lambda$loadRecipes$22(CraftingHelper.java:723) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:688) ~[CraftingHelper.class:?] + at java.util.ArrayList.forEach(ArrayList.java:1259) [?:1.8.0_452] + at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:633) [CraftingHelper.class:?] + at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:747) [Loader.class:?] + at net.minecraftforge.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:108) [FMLServerHandler.class:?] + at net.minecraftforge.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:338) [FMLCommonHandler.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:219) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:01] [Server thread/ERROR] [FML]: Parsing error loading recipe bibliocraft:markerpole +com.google.gson.JsonSyntaxException: Invalid pattern: empty pattern not allowed + at net.minecraftforge.common.crafting.CraftingHelper.lambda$init$14(CraftingHelper.java:488) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.getRecipe(CraftingHelper.java:416) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.lambda$loadRecipes$22(CraftingHelper.java:723) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:688) ~[CraftingHelper.class:?] + at java.util.ArrayList.forEach(ArrayList.java:1259) [?:1.8.0_452] + at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:633) [CraftingHelper.class:?] + at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:747) [Loader.class:?] + at net.minecraftforge.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:108) [FMLServerHandler.class:?] + at net.minecraftforge.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:338) [FMLCommonHandler.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:219) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:01] [Server thread/ERROR] [FML]: Parsing error loading recipe bibliocraft:clipboard +com.google.gson.JsonSyntaxException: Invalid pattern: empty pattern not allowed + at net.minecraftforge.common.crafting.CraftingHelper.lambda$init$14(CraftingHelper.java:488) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.getRecipe(CraftingHelper.java:416) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.lambda$loadRecipes$22(CraftingHelper.java:723) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:688) ~[CraftingHelper.class:?] + at java.util.ArrayList.forEach(ArrayList.java:1259) [?:1.8.0_452] + at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:633) [CraftingHelper.class:?] + at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:747) [Loader.class:?] + at net.minecraftforge.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:108) [FMLServerHandler.class:?] + at net.minecraftforge.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:338) [FMLCommonHandler.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:219) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:03] [Server thread/ERROR] [FML]: Parsing error loading recipe industrialforegoing:ore_washer +com.google.gson.JsonSyntaxException: Unknown item 'industrialforegoing:ore_washer' + at net.minecraftforge.common.crafting.CraftingHelper.getItemStack(CraftingHelper.java:214) ~[CraftingHelper.class:?] + at net.minecraftforge.oredict.ShapedOreRecipe.factory(ShapedOreRecipe.java:254) ~[ShapedOreRecipe.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.getRecipe(CraftingHelper.java:416) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.lambda$loadRecipes$22(CraftingHelper.java:723) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:688) ~[CraftingHelper.class:?] + at java.util.ArrayList.forEach(ArrayList.java:1259) [?:1.8.0_452] + at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:633) [CraftingHelper.class:?] + at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:747) [Loader.class:?] + at net.minecraftforge.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:108) [FMLServerHandler.class:?] + at net.minecraftforge.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:338) [FMLCommonHandler.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:219) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:03] [Server thread/ERROR] [FML]: Parsing error loading recipe industrialforegoing:dye_mixer +com.google.gson.JsonSyntaxException: Unknown item 'industrialforegoing:dye_mixer' + at net.minecraftforge.common.crafting.CraftingHelper.getItemStack(CraftingHelper.java:214) ~[CraftingHelper.class:?] + at net.minecraftforge.oredict.ShapedOreRecipe.factory(ShapedOreRecipe.java:254) ~[ShapedOreRecipe.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.getRecipe(CraftingHelper.java:416) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.lambda$loadRecipes$22(CraftingHelper.java:723) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:688) ~[CraftingHelper.class:?] + at java.util.ArrayList.forEach(ArrayList.java:1259) [?:1.8.0_452] + at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:633) [CraftingHelper.class:?] + at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:747) [Loader.class:?] + at net.minecraftforge.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:108) [FMLServerHandler.class:?] + at net.minecraftforge.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:338) [FMLCommonHandler.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:219) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:03] [Server thread/ERROR] [FML]: Parsing error loading recipe industrialforegoing:water_resources_collector +com.google.gson.JsonSyntaxException: Unknown item 'industrialforegoing:water_resources_collector' + at net.minecraftforge.common.crafting.CraftingHelper.getItemStack(CraftingHelper.java:214) ~[CraftingHelper.class:?] + at net.minecraftforge.oredict.ShapedOreRecipe.factory(ShapedOreRecipe.java:254) ~[ShapedOreRecipe.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.getRecipe(CraftingHelper.java:416) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.lambda$loadRecipes$22(CraftingHelper.java:723) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:688) ~[CraftingHelper.class:?] + at java.util.ArrayList.forEach(ArrayList.java:1259) [?:1.8.0_452] + at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:633) [CraftingHelper.class:?] + at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:747) [Loader.class:?] + at net.minecraftforge.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:108) [FMLServerHandler.class:?] + at net.minecraftforge.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:338) [FMLCommonHandler.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:219) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:03] [Server thread/ERROR] [FML]: Parsing error loading recipe industrialforegoing:tree_fluid_extractor +com.google.gson.JsonSyntaxException: Unknown item 'industrialforegoing:tree_fluid_extractor' + at net.minecraftforge.common.crafting.CraftingHelper.getItemStack(CraftingHelper.java:214) ~[CraftingHelper.class:?] + at net.minecraftforge.oredict.ShapedOreRecipe.factory(ShapedOreRecipe.java:254) ~[ShapedOreRecipe.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.getRecipe(CraftingHelper.java:416) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.lambda$loadRecipes$22(CraftingHelper.java:723) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:688) ~[CraftingHelper.class:?] + at java.util.ArrayList.forEach(ArrayList.java:1259) [?:1.8.0_452] + at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:633) [CraftingHelper.class:?] + at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:747) [Loader.class:?] + at net.minecraftforge.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:108) [FMLServerHandler.class:?] + at net.minecraftforge.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:338) [FMLCommonHandler.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:219) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:03] [Server thread/ERROR] [FML]: Parsing error loading recipe industrialforegoing:ore_sieve +com.google.gson.JsonSyntaxException: Unknown item 'industrialforegoing:ore_sieve' + at net.minecraftforge.common.crafting.CraftingHelper.getItemStack(CraftingHelper.java:214) ~[CraftingHelper.class:?] + at net.minecraftforge.oredict.ShapedOreRecipe.factory(ShapedOreRecipe.java:254) ~[ShapedOreRecipe.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.getRecipe(CraftingHelper.java:416) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.lambda$loadRecipes$22(CraftingHelper.java:723) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:688) ~[CraftingHelper.class:?] + at java.util.ArrayList.forEach(ArrayList.java:1259) [?:1.8.0_452] + at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:633) [CraftingHelper.class:?] + at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:747) [Loader.class:?] + at net.minecraftforge.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:108) [FMLServerHandler.class:?] + at net.minecraftforge.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:338) [FMLCommonHandler.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:219) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:03] [Server thread/ERROR] [FML]: Parsing error loading recipe industrialforegoing:latex_processing_unit +com.google.gson.JsonSyntaxException: Unknown item 'industrialforegoing:latex_processing_unit' + at net.minecraftforge.common.crafting.CraftingHelper.getItemStack(CraftingHelper.java:214) ~[CraftingHelper.class:?] + at net.minecraftforge.oredict.ShapedOreRecipe.factory(ShapedOreRecipe.java:254) ~[ShapedOreRecipe.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.getRecipe(CraftingHelper.java:416) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.lambda$loadRecipes$22(CraftingHelper.java:723) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:688) ~[CraftingHelper.class:?] + at java.util.ArrayList.forEach(ArrayList.java:1259) [?:1.8.0_452] + at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:633) [CraftingHelper.class:?] + at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:747) [Loader.class:?] + at net.minecraftforge.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:108) [FMLServerHandler.class:?] + at net.minecraftforge.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:338) [FMLCommonHandler.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:219) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:03] [Server thread/ERROR] [FML]: Parsing error loading recipe industrialforegoing:ore_fermenter +com.google.gson.JsonSyntaxException: Unknown item 'industrialforegoing:ore_fermenter' + at net.minecraftforge.common.crafting.CraftingHelper.getItemStack(CraftingHelper.java:214) ~[CraftingHelper.class:?] + at net.minecraftforge.oredict.ShapedOreRecipe.factory(ShapedOreRecipe.java:254) ~[ShapedOreRecipe.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.getRecipe(CraftingHelper.java:416) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.lambda$loadRecipes$22(CraftingHelper.java:723) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:688) ~[CraftingHelper.class:?] + at java.util.ArrayList.forEach(ArrayList.java:1259) [?:1.8.0_452] + at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:633) [CraftingHelper.class:?] + at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:747) [Loader.class:?] + at net.minecraftforge.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:108) [FMLServerHandler.class:?] + at net.minecraftforge.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:338) [FMLCommonHandler.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:219) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:03] [Server thread/ERROR] [FML]: Parsing error loading recipe industrialforegoing:pitiful_fuel_generator +com.google.gson.JsonSyntaxException: Unknown item 'industrialforegoing:pitiful_fuel_generator' + at net.minecraftforge.common.crafting.CraftingHelper.getItemStack(CraftingHelper.java:214) ~[CraftingHelper.class:?] + at net.minecraftforge.oredict.ShapedOreRecipe.factory(ShapedOreRecipe.java:254) ~[ShapedOreRecipe.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.getRecipe(CraftingHelper.java:416) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.lambda$loadRecipes$22(CraftingHelper.java:723) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:688) ~[CraftingHelper.class:?] + at java.util.ArrayList.forEach(ArrayList.java:1259) [?:1.8.0_452] + at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:633) [CraftingHelper.class:?] + at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:747) [Loader.class:?] + at net.minecraftforge.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:108) [FMLServerHandler.class:?] + at net.minecraftforge.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:338) [FMLCommonHandler.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:219) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:03] [Server thread/ERROR] [FML]: Parsing error loading recipe primal:bucket_terra_soft +com.google.gson.JsonSyntaxException: Unknown item 'primal:bucket_terra_soft' + at net.minecraftforge.common.crafting.CraftingHelper.getItemStack(CraftingHelper.java:214) ~[CraftingHelper.class:?] + at net.minecraftforge.oredict.ShapedOreRecipe.factory(ShapedOreRecipe.java:254) ~[ShapedOreRecipe.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.getRecipe(CraftingHelper.java:416) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.lambda$loadRecipes$22(CraftingHelper.java:723) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:688) ~[CraftingHelper.class:?] + at java.util.ArrayList.forEach(ArrayList.java:1259) [?:1.8.0_452] + at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:633) [CraftingHelper.class:?] + at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:747) [Loader.class:?] + at net.minecraftforge.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:108) [FMLServerHandler.class:?] + at net.minecraftforge.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:338) [FMLCommonHandler.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:219) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:03] [Server thread/ERROR] [FML]: Parsing error loading recipe primal:bucket_clay_soft +com.google.gson.JsonSyntaxException: Unknown item 'primal:bucket_clay_soft' + at net.minecraftforge.common.crafting.CraftingHelper.getItemStack(CraftingHelper.java:214) ~[CraftingHelper.class:?] + at net.minecraftforge.oredict.ShapedOreRecipe.factory(ShapedOreRecipe.java:254) ~[ShapedOreRecipe.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.getRecipe(CraftingHelper.java:416) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.lambda$loadRecipes$22(CraftingHelper.java:723) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:688) ~[CraftingHelper.class:?] + at java.util.ArrayList.forEach(ArrayList.java:1259) [?:1.8.0_452] + at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:633) [CraftingHelper.class:?] + at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:747) [Loader.class:?] + at net.minecraftforge.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:108) [FMLServerHandler.class:?] + at net.minecraftforge.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:338) [FMLCommonHandler.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:219) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:03] [Server thread/ERROR] [FML]: Parsing error loading recipe primal:bucket_cinis_soft +com.google.gson.JsonSyntaxException: Unknown item 'primal:bucket_cinis_soft' + at net.minecraftforge.common.crafting.CraftingHelper.getItemStack(CraftingHelper.java:214) ~[CraftingHelper.class:?] + at net.minecraftforge.oredict.ShapedOreRecipe.factory(ShapedOreRecipe.java:254) ~[ShapedOreRecipe.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.getRecipe(CraftingHelper.java:416) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.lambda$loadRecipes$22(CraftingHelper.java:723) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:688) ~[CraftingHelper.class:?] + at java.util.ArrayList.forEach(ArrayList.java:1259) [?:1.8.0_452] + at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:633) [CraftingHelper.class:?] + at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:747) [Loader.class:?] + at net.minecraftforge.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:108) [FMLServerHandler.class:?] + at net.minecraftforge.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:338) [FMLCommonHandler.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:219) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:03] [Server thread/ERROR] [FML]: Parsing error loading recipe simpleplanes:upgrades/junk_engine +com.google.gson.JsonParseException: Missing data for item 'minecraft:coal' + at net.minecraftforge.common.crafting.CraftingHelper.getItemStackBasic(CraftingHelper.java:265) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.lambda$init$16(CraftingHelper.java:544) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.getIngredient(CraftingHelper.java:204) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.lambda$init$14(CraftingHelper.java:481) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.getRecipe(CraftingHelper.java:416) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.lambda$loadRecipes$22(CraftingHelper.java:723) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:688) ~[CraftingHelper.class:?] + at java.util.ArrayList.forEach(ArrayList.java:1259) [?:1.8.0_452] + at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:633) [CraftingHelper.class:?] + at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:747) [Loader.class:?] + at net.minecraftforge.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:108) [FMLServerHandler.class:?] + at net.minecraftforge.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:338) [FMLCommonHandler.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:219) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:03] [Server thread/INFO] [betterwithmods]: Unable to determine blocks eligibility for making a miniblock, betterwithmods.common.blocks.BlockSteel attempted to load net/minecraft/client/util/ITooltipFlag +[16:58:03] [Server thread/INFO] [betterwithmods]: Unable to determine blocks eligibility for making a miniblock, betterwithmods.common.blocks.BlockSteel attempted to load net/minecraft/client/util/ITooltipFlag +[16:58:03] [Server thread/INFO] [betterwithmods]: Unable to determine blocks eligibility for making a miniblock, betterwithmods.common.blocks.BlockSteel attempted to load net/minecraft/client/util/ITooltipFlag +[16:58:04] [Server thread/INFO] [Chisel]: Loading recipes... +[16:58:04] [Server thread/INFO] [Chisel]: Skipping feature bloodMagic as it was disabled in the config. +[16:58:04] [Server thread/INFO] [Chisel]: Skipping feature cloud as it was disabled in the config. +[16:58:04] [Server thread/INFO] [Chisel]: Skipping feature coalCoke as it was disabled in the config. +[16:58:04] [Server thread/INFO] [Chisel]: Skipping feature invar as it was disabled in the config. +[16:58:04] [Server thread/INFO] [Chisel]: Skipping feature paper as it was disabled in the config. +[16:58:04] [Server thread/INFO] [Chisel]: Skipping feature uranium as it was disabled in the config. +[16:58:04] [Server thread/INFO] [Chisel]: Skipping feature valentines as it was disabled in the config. +[16:58:04] [Server thread/INFO] [Chisel]: Skipping feature wool as it was disabled in the config. +[16:58:04] [Server thread/INFO] [Chisel]: 64 Feature's recipes loaded. +[16:58:04] [Server thread/INFO] [FML]: Ignored smelting recipe with conflicting input: 1xitem.immersiveengineering.metal@18 = 1xitem.ingotIron@0 +[16:58:04] [Server thread/INFO] [FML]: Ignored smelting recipe with conflicting input: 1xitem.Dust@0 = 1xitem.ingotIron@0 +[16:58:04] [Server thread/INFO] [FML]: Ignored smelting recipe with conflicting input: 1xitem.immersiveengineering.metal@19 = 1xitem.ingotGold@0 +[16:58:04] [Server thread/INFO] [FML]: Ignored smelting recipe with conflicting input: 1xitem.Dust@1 = 1xitem.ingotGold@0 +[16:58:04] [Server thread/WARN] [AE2:S]: Looking for ingredient with name 'material.flour' ended up with a null item! +[16:58:04] [Server thread/INFO] [Spartan Shields]: Recipes added! +[16:58:04] [Server thread/INFO] [Actually Additions]: Initializing Crafting Recipes... +[16:58:04] [Server thread/INFO] [FML]: Ignored smelting recipe with conflicting input: 1xitem.actuallyadditions.item_dust@0 = 1xitem.ingotIron@0 +[16:58:04] [Server thread/INFO] [FML]: Ignored smelting recipe with conflicting input: 1xitem.actuallyadditions.item_dust@1 = 1xitem.ingotGold@0 +[16:58:04] [Server thread/INFO] [FML]: Ignored smelting recipe with conflicting input: 1xitem.actuallyadditions.item_dust@5 = 1xitem.netherquartz@0 +[16:58:04] [Server thread/INFO] [davincisvessels]: Registering recipes for Davincis Vessels... +[16:58:04] [Server thread/INFO] [davincisvessels]: Registration complete! +[16:58:04] [Server thread/ERROR] [Hunting Dimension]: Catching +java.lang.NullPointerException: null + at nmd.primal.core.common.blocks.plants.wood.LogStripped.getStateForPlacement(LogStripped.java:123) ~[LogStripped.class:?] + at net.darkhax.huntingdim.HuntingDimension.registerRecipes(HuntingDimension.java:121) [HuntingDimension.class:?] + at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_1356_HuntingDimension_registerRecipes_Register.invoke(.dynamic) [?:?] + at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) [ASMEventHandler.class:?] + at net.minecraftforge.fml.common.eventhandler.EventBus$1.invoke(EventBus.java:144) [EventBus$1.class:?] + at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182) [EventBus.class:?] + at net.minecraftforge.registries.GameData.fireRegistryEvents(GameData.java:857) [GameData.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:636) [CraftingHelper.class:?] + at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:747) [Loader.class:?] + at net.minecraftforge.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:108) [FMLServerHandler.class:?] + at net.minecraftforge.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:338) [FMLCommonHandler.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:219) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:04] [Server thread/ERROR] [Hunting Dimension]: Catching +java.lang.NullPointerException: null + at nmd.primal.core.common.blocks.plants.wood.LogStripped.getStateForPlacement(LogStripped.java:123) ~[LogStripped.class:?] + at net.darkhax.huntingdim.HuntingDimension.registerRecipes(HuntingDimension.java:121) [HuntingDimension.class:?] + at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_1356_HuntingDimension_registerRecipes_Register.invoke(.dynamic) [?:?] + at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) [ASMEventHandler.class:?] + at net.minecraftforge.fml.common.eventhandler.EventBus$1.invoke(EventBus.java:144) [EventBus$1.class:?] + at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182) [EventBus.class:?] + at net.minecraftforge.registries.GameData.fireRegistryEvents(GameData.java:857) [GameData.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:636) [CraftingHelper.class:?] + at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:747) [Loader.class:?] + at net.minecraftforge.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:108) [FMLServerHandler.class:?] + at net.minecraftforge.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:338) [FMLCommonHandler.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:219) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:04] [Server thread/ERROR] [Hunting Dimension]: Catching +java.lang.NullPointerException: null + at nmd.primal.core.common.blocks.plants.wood.LogStripped.getStateForPlacement(LogStripped.java:123) ~[LogStripped.class:?] + at net.darkhax.huntingdim.HuntingDimension.registerRecipes(HuntingDimension.java:121) [HuntingDimension.class:?] + at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_1356_HuntingDimension_registerRecipes_Register.invoke(.dynamic) [?:?] + at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) [ASMEventHandler.class:?] + at net.minecraftforge.fml.common.eventhandler.EventBus$1.invoke(EventBus.java:144) [EventBus$1.class:?] + at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182) [EventBus.class:?] + at net.minecraftforge.registries.GameData.fireRegistryEvents(GameData.java:857) [GameData.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:636) [CraftingHelper.class:?] + at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:747) [Loader.class:?] + at net.minecraftforge.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:108) [FMLServerHandler.class:?] + at net.minecraftforge.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:338) [FMLCommonHandler.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:219) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:04] [Server thread/ERROR] [Hunting Dimension]: Catching +java.lang.NullPointerException: null + at nmd.primal.core.common.blocks.plants.wood.LogStripped.getStateForPlacement(LogStripped.java:123) ~[LogStripped.class:?] + at net.darkhax.huntingdim.HuntingDimension.registerRecipes(HuntingDimension.java:121) [HuntingDimension.class:?] + at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_1356_HuntingDimension_registerRecipes_Register.invoke(.dynamic) [?:?] + at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) [ASMEventHandler.class:?] + at net.minecraftforge.fml.common.eventhandler.EventBus$1.invoke(EventBus.java:144) [EventBus$1.class:?] + at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182) [EventBus.class:?] + at net.minecraftforge.registries.GameData.fireRegistryEvents(GameData.java:857) [GameData.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:636) [CraftingHelper.class:?] + at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:747) [Loader.class:?] + at net.minecraftforge.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:108) [FMLServerHandler.class:?] + at net.minecraftforge.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:338) [FMLCommonHandler.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:219) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:04] [Server thread/ERROR] [Hunting Dimension]: Catching +java.lang.NullPointerException: null + at nmd.primal.core.common.blocks.plants.wood.LogStripped.getStateForPlacement(LogStripped.java:123) ~[LogStripped.class:?] + at net.darkhax.huntingdim.HuntingDimension.registerRecipes(HuntingDimension.java:121) [HuntingDimension.class:?] + at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_1356_HuntingDimension_registerRecipes_Register.invoke(.dynamic) [?:?] + at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) [ASMEventHandler.class:?] + at net.minecraftforge.fml.common.eventhandler.EventBus$1.invoke(EventBus.java:144) [EventBus$1.class:?] + at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182) [EventBus.class:?] + at net.minecraftforge.registries.GameData.fireRegistryEvents(GameData.java:857) [GameData.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:636) [CraftingHelper.class:?] + at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:747) [Loader.class:?] + at net.minecraftforge.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:108) [FMLServerHandler.class:?] + at net.minecraftforge.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:338) [FMLCommonHandler.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:219) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:04] [Server thread/ERROR] [Hunting Dimension]: Catching +java.lang.NullPointerException: null + at nmd.primal.core.common.blocks.plants.wood.LogStripped.getStateForPlacement(LogStripped.java:123) ~[LogStripped.class:?] + at net.darkhax.huntingdim.HuntingDimension.registerRecipes(HuntingDimension.java:121) [HuntingDimension.class:?] + at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_1356_HuntingDimension_registerRecipes_Register.invoke(.dynamic) [?:?] + at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) [ASMEventHandler.class:?] + at net.minecraftforge.fml.common.eventhandler.EventBus$1.invoke(EventBus.java:144) [EventBus$1.class:?] + at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182) [EventBus.class:?] + at net.minecraftforge.registries.GameData.fireRegistryEvents(GameData.java:857) [GameData.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:636) [CraftingHelper.class:?] + at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:747) [Loader.class:?] + at net.minecraftforge.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:108) [FMLServerHandler.class:?] + at net.minecraftforge.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:338) [FMLCommonHandler.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:219) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:04] [Server thread/ERROR] [Hunting Dimension]: Catching +java.lang.NullPointerException: null + at nmd.primal.core.common.blocks.plants.wood.LogStripped.getStateForPlacement(LogStripped.java:123) ~[LogStripped.class:?] + at net.darkhax.huntingdim.HuntingDimension.registerRecipes(HuntingDimension.java:121) [HuntingDimension.class:?] + at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_1356_HuntingDimension_registerRecipes_Register.invoke(.dynamic) [?:?] + at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) [ASMEventHandler.class:?] + at net.minecraftforge.fml.common.eventhandler.EventBus$1.invoke(EventBus.java:144) [EventBus$1.class:?] + at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182) [EventBus.class:?] + at net.minecraftforge.registries.GameData.fireRegistryEvents(GameData.java:857) [GameData.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:636) [CraftingHelper.class:?] + at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:747) [Loader.class:?] + at net.minecraftforge.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:108) [FMLServerHandler.class:?] + at net.minecraftforge.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:338) [FMLCommonHandler.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:219) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:04] [Server thread/ERROR] [Hunting Dimension]: Catching +java.lang.NullPointerException: null + at nmd.primal.core.common.blocks.plants.wood.TreeLog.getStateForPlacement(TreeLog.java:100) ~[TreeLog.class:?] + at net.darkhax.huntingdim.HuntingDimension.registerRecipes(HuntingDimension.java:121) [HuntingDimension.class:?] + at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_1356_HuntingDimension_registerRecipes_Register.invoke(.dynamic) [?:?] + at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) [ASMEventHandler.class:?] + at net.minecraftforge.fml.common.eventhandler.EventBus$1.invoke(EventBus.java:144) [EventBus$1.class:?] + at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182) [EventBus.class:?] + at net.minecraftforge.registries.GameData.fireRegistryEvents(GameData.java:857) [GameData.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:636) [CraftingHelper.class:?] + at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:747) [Loader.class:?] + at net.minecraftforge.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:108) [FMLServerHandler.class:?] + at net.minecraftforge.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:338) [FMLCommonHandler.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:219) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:04] [Server thread/ERROR] [Hunting Dimension]: Catching +java.lang.NullPointerException: null + at nmd.primal.core.common.blocks.plants.wood.TreeLog.getStateForPlacement(TreeLog.java:100) ~[TreeLog.class:?] + at net.darkhax.huntingdim.HuntingDimension.registerRecipes(HuntingDimension.java:121) [HuntingDimension.class:?] + at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_1356_HuntingDimension_registerRecipes_Register.invoke(.dynamic) [?:?] + at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) [ASMEventHandler.class:?] + at net.minecraftforge.fml.common.eventhandler.EventBus$1.invoke(EventBus.java:144) [EventBus$1.class:?] + at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182) [EventBus.class:?] + at net.minecraftforge.registries.GameData.fireRegistryEvents(GameData.java:857) [GameData.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:636) [CraftingHelper.class:?] + at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:747) [Loader.class:?] + at net.minecraftforge.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:108) [FMLServerHandler.class:?] + at net.minecraftforge.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:338) [FMLCommonHandler.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:219) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:04] [Server thread/ERROR] [Hunting Dimension]: Catching +java.lang.NullPointerException: null + at nmd.primal.core.common.blocks.plants.wood.CoryphaStalk.getStateForPlacement(CoryphaStalk.java:99) ~[CoryphaStalk.class:?] + at net.darkhax.huntingdim.HuntingDimension.registerRecipes(HuntingDimension.java:121) [HuntingDimension.class:?] + at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_1356_HuntingDimension_registerRecipes_Register.invoke(.dynamic) [?:?] + at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) [ASMEventHandler.class:?] + at net.minecraftforge.fml.common.eventhandler.EventBus$1.invoke(EventBus.java:144) [EventBus$1.class:?] + at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182) [EventBus.class:?] + at net.minecraftforge.registries.GameData.fireRegistryEvents(GameData.java:857) [GameData.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:636) [CraftingHelper.class:?] + at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:747) [Loader.class:?] + at net.minecraftforge.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:108) [FMLServerHandler.class:?] + at net.minecraftforge.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:338) [FMLCommonHandler.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:219) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:06] [Server thread/WARN] [com.mjr.mjrlegendslib.util.MessageUtilities]: extraplanets: An error occurred when setting up MorePlanets Compatibility, this is most likey intended! +[16:58:07] [Server thread/INFO] [cyclicmagic]: ZenScript: added hydrator recipe for Red Sand +[16:58:07] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `cyclicmagic` for name `hydrator_bdfa9c5c-5511-46c0-99d5-248f5c490030tile.sand.red`, expected `crafttweaker`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:07] [Server thread/INFO] [primal]: Registering CraftTweaker: drying_rack +[16:58:07] [Server thread/INFO] [primal]: Remove CraftTweaker Recipe: corn_stalk +[16:58:07] [Server thread/INFO] [primal]: Remove CraftTweaker Recipe: daucus_murn_fronds +[16:58:07] [Server thread/INFO] [primal]: Remove CraftTweaker Recipe: fish_clown_raw +[16:58:07] [Server thread/INFO] [primal]: Remove CraftTweaker Recipe: fish_clown_salted +[16:58:07] [Server thread/INFO] [primal]: Remove CraftTweaker Recipe: fish_cod_raw +[16:58:07] [Server thread/INFO] [primal]: Remove CraftTweaker Recipe: fish_cod_salted +[16:58:07] [Server thread/INFO] [primal]: Remove CraftTweaker Recipe: fish_lava_crawdad_raw +[16:58:07] [Server thread/INFO] [primal]: Remove CraftTweaker Recipe: fish_lava_crawdad_salted +[16:58:07] [Server thread/INFO] [primal]: Remove CraftTweaker Recipe: fish_lava_worm_salted +[16:58:07] [Server thread/INFO] [primal]: Remove CraftTweaker Recipe: fish_puffer_salted +[16:58:07] [Server thread/INFO] [primal]: Remove CraftTweaker Recipe: fish_salmon_raw +[16:58:07] [Server thread/INFO] [primal]: Remove CraftTweaker Recipe: fish_salmon_salted +[16:58:07] [Server thread/INFO] [primal]: Remove CraftTweaker Recipe: hide_salted +[16:58:07] [Server thread/INFO] [primal]: Remove CraftTweaker Recipe: hide_salted_pigman +[16:58:07] [Server thread/INFO] [primal]: Remove CraftTweaker Recipe: hide_tanned +[16:58:07] [Server thread/INFO] [primal]: Remove CraftTweaker Recipe: hide_tanned_pigman +[16:58:07] [Server thread/INFO] [primal]: Remove CraftTweaker Recipe: meat_bear_raw +[16:58:07] [Server thread/INFO] [primal]: Remove CraftTweaker Recipe: meat_gator_raw +[16:58:07] [Server thread/INFO] [primal]: Remove CraftTweaker Recipe: meat_gator_salted +[16:58:07] [Server thread/INFO] [primal]: Remove CraftTweaker Recipe: meat_horse_raw +[16:58:07] [Server thread/INFO] [primal]: Remove CraftTweaker Recipe: meat_llama_salted +[16:58:07] [Server thread/INFO] [primal]: Remove CraftTweaker Recipe: meat_pigman_raw +[16:58:07] [Server thread/INFO] [primal]: Remove CraftTweaker Recipe: meat_pigman_salted +[16:58:07] [Server thread/INFO] [primal]: Remove CraftTweaker Recipe: meat_shark_raw +[16:58:07] [Server thread/INFO] [primal]: Remove CraftTweaker Recipe: meat_shark_salt +[16:58:07] [Server thread/INFO] [primal]: Remove CraftTweaker Recipe: meat_steppe_wolf_raw +[16:58:07] [Server thread/INFO] [primal]: Remove CraftTweaker Recipe: nether_fiber_pulp +[16:58:07] [Server thread/INFO] [primal]: Remove CraftTweaker Recipe: plant_fiber_pulp +[16:58:07] [Server thread/INFO] [primal]: Remove CraftTweaker Recipe: thatching +[16:58:07] [Server thread/INFO] [primal]: Remove CraftTweaker Recipe: valus_stalk +[16:58:07] [Server thread/INFO] [primal]: Registering CraftTweaker: hibachi +[16:58:07] [Server thread/INFO] [Ore Stages]: Attempted to register duplicate replacement for minecraft:torch[facing=up] on stage one. It will be replaced. +[16:58:08] [Server thread/INFO] [FML]: Applying holder lookups +[16:58:08] [Server thread/INFO] [FML]: Holder lookups applied +[16:58:08] [Server thread/INFO] [AbyssalCraft]: Inventory Tweaks is present, initializing sorting stuff. +[16:58:08] [Server thread/INFO] [AbyssalCraft]: Just Enough Items is present, initializing informative stuff. +[16:58:08] [Server thread/INFO] [AbyssalCraft]: Found a integration for mod CraftTweaker +[16:58:08] [Server thread/INFO] [AbyssalCraft]: Found a integration for mod Tinkers' Construct +[16:58:08] [Server thread/INFO] [AbyssalCraft]: Found a integration for mod Game Stages +[16:58:08] [Server thread/INFO] [AbyssalCraft]: Mod integrations found: [Inventory Tweaks, Just Enough Items, CraftTweaker, Tinkers' Construct, Game Stages] +[16:58:08] [Server thread/INFO] [AbyssalCraft]: Initializing integrations! +[16:58:09] [Server thread/INFO] [Actually Additions]: Starting Initialization Phase... +[16:58:09] [Server thread/INFO] [Actually Additions]: Initializing GuiHandler... +[16:58:09] [Server thread/INFO] [Actually Additions]: Registering World Generator... +[16:58:09] [Server thread/INFO] [Actually Additions]: Registering TileEntities... +[16:58:09] [Server thread/INFO] [Actually Additions]: Initializing Entities... +[16:58:09] [Server thread/INFO] [Actually Additions]: Initializing ServerProxy... +[16:58:09] [Server thread/INFO] [Actually Additions]: Initialization Finished. +[16:58:09] [Server thread/INFO] [geolosys]: Loading Applied Energistics compatibility +[16:58:09] [Server thread/INFO] [geolosys]: Loading Actually Additions compatibility +[16:58:09] [Server thread/INFO] [Mekanism]: Version 9.8.3 initializing... +[16:58:09] [Server thread/INFO] [Mekanism]: Loading complete. +[16:58:09] [Server thread/INFO] [Mekanism]: Mod loaded. +[16:58:09] [Server thread/WARN] [FML]: No types have been added to Biome appliedenergistics2:storage_biome, types have been assigned on a best-effort guess: [PLAINS, COLD] +[16:58:09] [Server thread/WARN] [FML]: No types have been added to Biome nex:ruthless_sands, types have been assigned on a best-effort guess: [HOT, PLAINS, DRY, SAVANNA] +[16:58:09] [Server thread/WARN] [FML]: No types have been added to Biome nex:fungi_forest, types have been assigned on a best-effort guess: [HOT, PLAINS, DRY, SAVANNA] +[16:58:09] [Server thread/WARN] [FML]: No types have been added to Biome nex:torrid_wasteland, types have been assigned on a best-effort guess: [HOT, PLAINS, DRY, SAVANNA] +[16:58:09] [Server thread/WARN] [FML]: No types have been added to Biome nex:arctic_abyss, types have been assigned on a best-effort guess: [PLAINS, DRY, COLD] +[16:58:10] [Server thread/INFO] [AE2:S]: Initialization ( started ) +[16:58:10] [Server thread/INFO] [AE2:S]: Disabling item.csv export for custom recipes, since creative tab information is only available on the client. +[16:58:10] [Server thread/INFO] [AE2:S]: Initialization ( ended after 100ms ) +[16:58:10] [Server thread/INFO] [Aroma1997Core]: Finished Initialization. +[16:58:10] [Server thread/INFO] [AromaBackup]: Postloading 0 modules. +[16:58:10] [Server thread/INFO] [AromaBackup]: Done postloading plugins. +[16:58:10] [Server thread/INFO] [AromaBackup]: Using Dimension Blacklist with 0 entries. +[16:58:10] [Server thread/INFO] [Astral Sorcery]: Ignoring fluid ender for rarity registry - it doesn't exist in the current environment +[16:58:10] [Server thread/INFO] [Astral Sorcery]: Ignoring fluid pyrotheum for rarity registry - it doesn't exist in the current environment +[16:58:10] [Server thread/INFO] [Astral Sorcery]: Ignoring fluid cryotheum for rarity registry - it doesn't exist in the current environment +[16:58:10] [Server thread/INFO] [Astral Sorcery]: Ignoring fluid refined_oil for rarity registry - it doesn't exist in the current environment +[16:58:10] [Server thread/INFO] [Astral Sorcery]: Ignoring fluid refined_fuel for rarity registry - it doesn't exist in the current environment +[16:58:10] [Server thread/INFO] [Astral Sorcery]: Ignoring fluid fluidoil for rarity registry - it doesn't exist in the current environment +[16:58:10] [Server thread/INFO] [Astral Sorcery]: Ignoring fluid fluidnitrodiesel for rarity registry - it doesn't exist in the current environment +[16:58:10] [Server thread/INFO] [Astral Sorcery]: Ignoring fluid ic2uu_matter for rarity registry - it doesn't exist in the current environment +[16:58:10] [Server thread/INFO] [Astral Sorcery]: Ignoring fluid ic2biomass for rarity registry - it doesn't exist in the current environment +[16:58:10] [Server thread/INFO] [Astral Sorcery]: Ignoring fluid ic2biogas for rarity registry - it doesn't exist in the current environment +[16:58:10] [Server thread/INFO] [Astral Sorcery]: Ignoring fluid mana for rarity registry - it doesn't exist in the current environment +[16:58:10] [Server thread/INFO] [Astral Sorcery]: Ignoring fluid nacre for rarity registry - it doesn't exist in the current environment +[16:58:10] [Server thread/INFO] [Astral Sorcery]: Ignoring whitelist entry cyclicmagic:enchantment.launch:10 for amulet enchantments - Enchantment does not exist! +[16:58:10] [Server thread/INFO] [Astral Sorcery]: Ignoring whitelist entry cyclicmagic:enchantment.magnet:1 for amulet enchantments - Enchantment does not exist! +[16:58:10] [Server thread/INFO] [Astral Sorcery]: Ignoring whitelist entry cyclicmagic:enchantment.venom:10 for amulet enchantments - Enchantment does not exist! +[16:58:10] [Server thread/INFO] [Astral Sorcery]: Ignoring whitelist entry cyclicmagic:enchantment.excavation:1 for amulet enchantments - Enchantment does not exist! +[16:58:10] [Server thread/INFO] [Astral Sorcery]: Ignoring whitelist entry cyclicmagic:enchantment.multishot:1 for amulet enchantments - Enchantment does not exist! +[16:58:10] [Server thread/INFO] [Astral Sorcery]: Got 405 recipe modifications from CraftTweaker. - Applying... +[16:58:10] [Server thread/INFO] [Astral Sorcery]: Recipe changes applied. +[16:58:10] [Server thread/INFO] [Astral Core]: [AstralTransformer] Transforming wh : net.minecraft.entity.ai.attributes.ModifiableAttributeInstance with 1 patches! +[16:58:10] [Server thread/INFO] [Astral Core]: [AstralTransformer] Applied patch PATCHPOSTPROCESSATTRIBUTES +[16:58:10] [Server thread/INFO] [Astral Sorcery]: Loaded OAK of minecraft into tree registry. +[16:58:10] [Server thread/INFO] [Astral Sorcery]: Loaded SPRUCE of minecraft into tree registry. +[16:58:10] [Server thread/INFO] [Astral Sorcery]: Loaded BIRCH of minecraft into tree registry. +[16:58:10] [Server thread/INFO] [Astral Sorcery]: Loaded JUNGLE of minecraft into tree registry. +[16:58:10] [Server thread/INFO] [Astral Sorcery]: Loaded ACACIA of minecraft into tree registry. +[16:58:10] [Server thread/INFO] [Astral Sorcery]: Loaded DARK_OAK of minecraft into tree registry. +[16:58:10] [Server thread/INFO] [Astral Sorcery]: Loaded SLIME of tconstruct into tree registry. +[16:58:10] [Server thread/INFO] [sevpatches_core]: PatchAstralAmulet succeeded +[16:58:11] [Server thread/ERROR] [CarryOn]: Block Parsing Error. Invalid Name: quark:custom_chest_trap +[16:58:11] [AstralSorcery Patreon Effect Loader/WARN] [Astral Sorcery]: Skipped 4 patreon effects during loading due to malformed data! +[16:58:11] [Server thread/ERROR] [CarryOn]: tschipp.carryon.common.helper.StringParser.getBlock(StringParser.java:34) +[16:58:11] [AstralSorcery Patreon Effect Loader/INFO] [Astral Sorcery]: Patreon effect loading finished. +[16:58:11] [Server thread/ERROR] [CarryOn]: tschipp.carryon.common.handler.ModelOverridesHandler.parseOverride(ModelOverridesHandler.java:132) +[16:58:11] [Server thread/ERROR] [CarryOn]: tschipp.carryon.common.handler.ModelOverridesHandler.initOverrides(ModelOverridesHandler.java:40) +[16:58:11] [Server thread/ERROR] [CarryOn]: tschipp.carryon.common.handler.RegistrationHandler.regOverrideList(RegistrationHandler.java:64) +[16:58:11] [Server thread/ERROR] [CarryOn]: tschipp.carryon.common.CommonProxy.init(CommonProxy.java:54) +[16:58:11] [Server thread/ERROR] [CarryOn]: tschipp.carryon.CarryOn.init(CarryOn.java:61) +[16:58:11] [Server thread/ERROR] [CarryOn]: sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) +[16:58:11] [Server thread/ERROR] [CarryOn]: sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) +[16:58:11] [Server thread/ERROR] [CarryOn]: sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) +[16:58:11] [Server thread/ERROR] [CarryOn]: java.lang.reflect.Method.invoke(Method.java:498) +[16:58:11] [Server thread/ERROR] [CarryOn]: net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:637) +[16:58:11] [Server thread/ERROR] [CarryOn]: 31 more... +[16:58:11] [Server thread/INFO] [CarryOn]: +[16:58:11] [Server thread/ERROR] [CarryOn]: Block Parsing Error. Invalid Name: quark:custom_chest_trap +[16:58:11] [Server thread/ERROR] [CarryOn]: tschipp.carryon.common.helper.StringParser.getBlock(StringParser.java:34) +[16:58:11] [Server thread/ERROR] [CarryOn]: tschipp.carryon.common.handler.ModelOverridesHandler.parseOverride(ModelOverridesHandler.java:132) +[16:58:11] [Server thread/ERROR] [CarryOn]: tschipp.carryon.common.handler.ModelOverridesHandler.initOverrides(ModelOverridesHandler.java:40) +[16:58:11] [Server thread/ERROR] [CarryOn]: tschipp.carryon.common.handler.RegistrationHandler.regOverrideList(RegistrationHandler.java:64) +[16:58:11] [Server thread/ERROR] [CarryOn]: tschipp.carryon.common.CommonProxy.init(CommonProxy.java:54) +[16:58:11] [Server thread/ERROR] [CarryOn]: tschipp.carryon.CarryOn.init(CarryOn.java:61) +[16:58:11] [Server thread/ERROR] [CarryOn]: sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) +[16:58:11] [Server thread/ERROR] [CarryOn]: sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) +[16:58:11] [Server thread/ERROR] [CarryOn]: sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) +[16:58:11] [Server thread/ERROR] [CarryOn]: java.lang.reflect.Method.invoke(Method.java:498) +[16:58:11] [Server thread/ERROR] [CarryOn]: net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:637) +[16:58:11] [Server thread/ERROR] [CarryOn]: 31 more... +[16:58:11] [Server thread/INFO] [CarryOn]: +[16:58:11] [Server thread/ERROR] [CarryOn]: Block Parsing Error. Invalid Name: quark:custom_chest_trap +[16:58:11] [Server thread/ERROR] [CarryOn]: tschipp.carryon.common.helper.StringParser.getBlock(StringParser.java:34) +[16:58:11] [Server thread/ERROR] [CarryOn]: tschipp.carryon.common.handler.ModelOverridesHandler.parseOverride(ModelOverridesHandler.java:132) +[16:58:11] [Server thread/ERROR] [CarryOn]: tschipp.carryon.common.handler.ModelOverridesHandler.initOverrides(ModelOverridesHandler.java:40) +[16:58:11] [Server thread/ERROR] [CarryOn]: tschipp.carryon.common.handler.RegistrationHandler.regOverrideList(RegistrationHandler.java:64) +[16:58:11] [Server thread/ERROR] [CarryOn]: tschipp.carryon.common.CommonProxy.init(CommonProxy.java:54) +[16:58:11] [Server thread/ERROR] [CarryOn]: tschipp.carryon.CarryOn.init(CarryOn.java:61) +[16:58:11] [Server thread/ERROR] [CarryOn]: sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) +[16:58:11] [Server thread/ERROR] [CarryOn]: sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) +[16:58:11] [Server thread/ERROR] [CarryOn]: sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) +[16:58:11] [Server thread/ERROR] [CarryOn]: java.lang.reflect.Method.invoke(Method.java:498) +[16:58:11] [Server thread/ERROR] [CarryOn]: net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:637) +[16:58:11] [Server thread/ERROR] [CarryOn]: 31 more... +[16:58:11] [Server thread/INFO] [CarryOn]: +[16:58:11] [Server thread/ERROR] [CarryOn]: Block Parsing Error. Invalid Name: quark:custom_chest_trap +[16:58:11] [Server thread/ERROR] [CarryOn]: tschipp.carryon.common.helper.StringParser.getBlock(StringParser.java:34) +[16:58:11] [Server thread/ERROR] [CarryOn]: tschipp.carryon.common.handler.ModelOverridesHandler.parseOverride(ModelOverridesHandler.java:132) +[16:58:11] [Server thread/ERROR] [CarryOn]: tschipp.carryon.common.handler.ModelOverridesHandler.initOverrides(ModelOverridesHandler.java:40) +[16:58:11] [Server thread/ERROR] [CarryOn]: tschipp.carryon.common.handler.RegistrationHandler.regOverrideList(RegistrationHandler.java:64) +[16:58:11] [Server thread/ERROR] [CarryOn]: tschipp.carryon.common.CommonProxy.init(CommonProxy.java:54) +[16:58:11] [Server thread/ERROR] [CarryOn]: tschipp.carryon.CarryOn.init(CarryOn.java:61) +[16:58:11] [Server thread/ERROR] [CarryOn]: sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) +[16:58:11] [Server thread/ERROR] [CarryOn]: sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) +[16:58:11] [Server thread/ERROR] [CarryOn]: sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) +[16:58:11] [Server thread/ERROR] [CarryOn]: java.lang.reflect.Method.invoke(Method.java:498) +[16:58:11] [Server thread/ERROR] [CarryOn]: net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:637) +[16:58:11] [Server thread/ERROR] [CarryOn]: 31 more... +[16:58:11] [Server thread/INFO] [CarryOn]: +[16:58:11] [Server thread/ERROR] [CarryOn]: Block Parsing Error. Invalid Name: quark:custom_chest_trap +[16:58:11] [Server thread/ERROR] [CarryOn]: tschipp.carryon.common.helper.StringParser.getBlock(StringParser.java:34) +[16:58:11] [Server thread/ERROR] [CarryOn]: tschipp.carryon.common.handler.ModelOverridesHandler.parseOverride(ModelOverridesHandler.java:132) +[16:58:11] [Server thread/ERROR] [CarryOn]: tschipp.carryon.common.handler.ModelOverridesHandler.initOverrides(ModelOverridesHandler.java:40) +[16:58:11] [Server thread/ERROR] [CarryOn]: tschipp.carryon.common.handler.RegistrationHandler.regOverrideList(RegistrationHandler.java:64) +[16:58:11] [Server thread/ERROR] [CarryOn]: tschipp.carryon.common.CommonProxy.init(CommonProxy.java:54) +[16:58:11] [Server thread/ERROR] [CarryOn]: tschipp.carryon.CarryOn.init(CarryOn.java:61) +[16:58:11] [Server thread/ERROR] [CarryOn]: sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) +[16:58:11] [Server thread/ERROR] [CarryOn]: sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) +[16:58:11] [Server thread/ERROR] [CarryOn]: sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) +[16:58:11] [Server thread/ERROR] [CarryOn]: java.lang.reflect.Method.invoke(Method.java:498) +[16:58:11] [Server thread/ERROR] [CarryOn]: net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:637) +[16:58:11] [Server thread/ERROR] [CarryOn]: 31 more... +[16:58:11] [Server thread/INFO] [CarryOn]: +[16:58:11] [Server thread/ERROR] [CarryOn]: Block Parsing Error. Invalid Name: quark:custom_chest +[16:58:11] [Server thread/ERROR] [CarryOn]: tschipp.carryon.common.helper.StringParser.getBlock(StringParser.java:34) +[16:58:11] [Server thread/ERROR] [CarryOn]: tschipp.carryon.common.handler.ModelOverridesHandler.parseOverride(ModelOverridesHandler.java:132) +[16:58:11] [Server thread/ERROR] [CarryOn]: tschipp.carryon.common.handler.ModelOverridesHandler.initOverrides(ModelOverridesHandler.java:40) +[16:58:11] [Server thread/ERROR] [CarryOn]: tschipp.carryon.common.handler.RegistrationHandler.regOverrideList(RegistrationHandler.java:64) +[16:58:11] [Server thread/ERROR] [CarryOn]: tschipp.carryon.common.CommonProxy.init(CommonProxy.java:54) +[16:58:11] [Server thread/ERROR] [CarryOn]: tschipp.carryon.CarryOn.init(CarryOn.java:61) +[16:58:11] [Server thread/ERROR] [CarryOn]: sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) +[16:58:11] [Server thread/ERROR] [CarryOn]: sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) +[16:58:11] [Server thread/ERROR] [CarryOn]: sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) +[16:58:11] [Server thread/ERROR] [CarryOn]: java.lang.reflect.Method.invoke(Method.java:498) +[16:58:11] [Server thread/ERROR] [CarryOn]: net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:637) +[16:58:11] [Server thread/ERROR] [CarryOn]: 31 more... +[16:58:11] [Server thread/INFO] [CarryOn]: +[16:58:11] [Server thread/ERROR] [CarryOn]: Block Parsing Error. Invalid Name: quark:custom_chest +[16:58:11] [Server thread/ERROR] [CarryOn]: tschipp.carryon.common.helper.StringParser.getBlock(StringParser.java:34) +[16:58:11] [Server thread/ERROR] [CarryOn]: tschipp.carryon.common.handler.ModelOverridesHandler.parseOverride(ModelOverridesHandler.java:132) +[16:58:11] [Server thread/ERROR] [CarryOn]: tschipp.carryon.common.handler.ModelOverridesHandler.initOverrides(ModelOverridesHandler.java:40) +[16:58:11] [Server thread/ERROR] [CarryOn]: tschipp.carryon.common.handler.RegistrationHandler.regOverrideList(RegistrationHandler.java:64) +[16:58:11] [Server thread/ERROR] [CarryOn]: tschipp.carryon.common.CommonProxy.init(CommonProxy.java:54) +[16:58:11] [Server thread/ERROR] [CarryOn]: tschipp.carryon.CarryOn.init(CarryOn.java:61) +[16:58:11] [Server thread/ERROR] [CarryOn]: sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) +[16:58:11] [Server thread/ERROR] [CarryOn]: sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) +[16:58:11] [Server thread/ERROR] [CarryOn]: sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) +[16:58:11] [Server thread/ERROR] [CarryOn]: java.lang.reflect.Method.invoke(Method.java:498) +[16:58:11] [Server thread/ERROR] [CarryOn]: net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:637) +[16:58:11] [Server thread/ERROR] [CarryOn]: 31 more... +[16:58:11] [Server thread/INFO] [CarryOn]: +[16:58:11] [Server thread/ERROR] [CarryOn]: Block Parsing Error. Invalid Name: quark:custom_chest +[16:58:11] [Server thread/ERROR] [CarryOn]: tschipp.carryon.common.helper.StringParser.getBlock(StringParser.java:34) +[16:58:11] [Server thread/ERROR] [CarryOn]: tschipp.carryon.common.handler.ModelOverridesHandler.parseOverride(ModelOverridesHandler.java:132) +[16:58:11] [Server thread/ERROR] [CarryOn]: tschipp.carryon.common.handler.ModelOverridesHandler.initOverrides(ModelOverridesHandler.java:40) +[16:58:11] [Server thread/ERROR] [CarryOn]: tschipp.carryon.common.handler.RegistrationHandler.regOverrideList(RegistrationHandler.java:64) +[16:58:11] [Server thread/ERROR] [CarryOn]: tschipp.carryon.common.CommonProxy.init(CommonProxy.java:54) +[16:58:11] [Server thread/ERROR] [CarryOn]: tschipp.carryon.CarryOn.init(CarryOn.java:61) +[16:58:11] [Server thread/ERROR] [CarryOn]: sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) +[16:58:11] [Server thread/ERROR] [CarryOn]: sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) +[16:58:11] [Server thread/ERROR] [CarryOn]: sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) +[16:58:11] [Server thread/ERROR] [CarryOn]: java.lang.reflect.Method.invoke(Method.java:498) +[16:58:11] [Server thread/ERROR] [CarryOn]: net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:637) +[16:58:11] [Server thread/ERROR] [CarryOn]: 31 more... +[16:58:11] [Server thread/INFO] [CarryOn]: +[16:58:11] [Server thread/ERROR] [CarryOn]: Block Parsing Error. Invalid Name: quark:custom_chest +[16:58:11] [Server thread/ERROR] [CarryOn]: tschipp.carryon.common.helper.StringParser.getBlock(StringParser.java:34) +[16:58:11] [Server thread/ERROR] [CarryOn]: tschipp.carryon.common.handler.ModelOverridesHandler.parseOverride(ModelOverridesHandler.java:132) +[16:58:11] [Server thread/ERROR] [CarryOn]: tschipp.carryon.common.handler.ModelOverridesHandler.initOverrides(ModelOverridesHandler.java:40) +[16:58:11] [Server thread/ERROR] [CarryOn]: tschipp.carryon.common.handler.RegistrationHandler.regOverrideList(RegistrationHandler.java:64) +[16:58:11] [Server thread/ERROR] [CarryOn]: tschipp.carryon.common.CommonProxy.init(CommonProxy.java:54) +[16:58:11] [Server thread/ERROR] [CarryOn]: tschipp.carryon.CarryOn.init(CarryOn.java:61) +[16:58:11] [Server thread/ERROR] [CarryOn]: sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) +[16:58:11] [Server thread/ERROR] [CarryOn]: sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) +[16:58:11] [Server thread/ERROR] [CarryOn]: sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) +[16:58:11] [Server thread/ERROR] [CarryOn]: java.lang.reflect.Method.invoke(Method.java:498) +[16:58:11] [Server thread/ERROR] [CarryOn]: net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:637) +[16:58:11] [Server thread/ERROR] [CarryOn]: 31 more... +[16:58:11] [Server thread/INFO] [CarryOn]: +[16:58:11] [Server thread/ERROR] [CarryOn]: Block Parsing Error. Invalid Name: quark:custom_chest +[16:58:11] [Server thread/ERROR] [CarryOn]: tschipp.carryon.common.helper.StringParser.getBlock(StringParser.java:34) +[16:58:11] [Server thread/ERROR] [CarryOn]: tschipp.carryon.common.handler.ModelOverridesHandler.parseOverride(ModelOverridesHandler.java:132) +[16:58:11] [Server thread/ERROR] [CarryOn]: tschipp.carryon.common.handler.ModelOverridesHandler.initOverrides(ModelOverridesHandler.java:40) +[16:58:11] [Server thread/ERROR] [CarryOn]: tschipp.carryon.common.handler.RegistrationHandler.regOverrideList(RegistrationHandler.java:64) +[16:58:11] [Server thread/ERROR] [CarryOn]: tschipp.carryon.common.CommonProxy.init(CommonProxy.java:54) +[16:58:11] [Server thread/ERROR] [CarryOn]: tschipp.carryon.CarryOn.init(CarryOn.java:61) +[16:58:11] [Server thread/ERROR] [CarryOn]: sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) +[16:58:11] [Server thread/ERROR] [CarryOn]: sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) +[16:58:11] [Server thread/ERROR] [CarryOn]: sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) +[16:58:11] [Server thread/ERROR] [CarryOn]: java.lang.reflect.Method.invoke(Method.java:498) +[16:58:11] [Server thread/ERROR] [CarryOn]: net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:637) +[16:58:11] [Server thread/ERROR] [CarryOn]: 31 more... +[16:58:11] [Server thread/INFO] [CarryOn]: +[16:58:11] [Server thread/INFO] [cd4017be_lib]: OpenComputers API not available! +[16:58:11] [Server thread/INFO] [cd4017be_lib]: skipped core.INIT +[16:58:11] [Server thread/INFO] [enderutilities]: Chisels and Bits compat loaded +[16:58:12] [Server thread/INFO] [Integrated Dynamics]: Integrated Dynamics is up-to-date! +[16:58:12] [Server thread/INFO] [compactmachines3]: Recipe 'compactmachines3:energy_cell' is disabled via its json file +[16:58:12] [Server thread/ERROR] [compactmachines3]: Could not deserialize recipe from file: "example.energycell.json" +[16:58:12] [Server thread/INFO] [compactmachines3]: Loaded recipe "machine-tiny.json" +[16:58:12] [Server thread/INFO] [compactmachines3]: Loaded recipe "machineframe.json" +[16:58:12] [Server thread/INFO] [compactmachines3]: Loaded recipe "redstonetunneltool.json" +[16:58:12] [Server thread/INFO] [compactmachines3]: Loaded recipe "machine-large.json" +[16:58:12] [Server thread/INFO] [compactmachines3]: Loaded recipe "machine-giant.json" +[16:58:12] [Server thread/INFO] [compactmachines3]: Loaded recipe "tunneltool.json" +[16:58:12] [Server thread/INFO] [compactmachines3]: Loaded recipe "machine-maximum.json" +[16:58:12] [Server thread/INFO] [compactmachines3]: Loaded recipe "wallbreakable.json" +[16:58:12] [Server thread/INFO] [compactmachines3]: Loaded recipe "machine-small.json" +[16:58:12] [Server thread/INFO] [compactmachines3]: Recipe 'compactmachines3:zombieegg' is disabled via its json file +[16:58:12] [Server thread/ERROR] [compactmachines3]: Could not deserialize recipe from file: "example.zombieegg.json" +[16:58:12] [Server thread/INFO] [compactmachines3]: Loaded recipe "machine-normal.json" +[16:58:12] [Server thread/INFO] [compactmachines3]: Loaded schema: example-tree [size=NORMAL, blocks=137] +[16:58:12] [Server thread/INFO] [movingworld]: Setting up network... +[16:58:12] [Server thread/INFO] [movingworld]: Setup network! com.elytradev.movingworld.repackage.com.elytradev.concrete.network.NetworkContext@514e7692 +[16:58:12] [Server thread/INFO] [davincisvessels]: Setting up network... +[16:58:12] [Server thread/INFO] [davincisvessels]: Setup network! com.elytradev.movingworld.repackage.com.elytradev.concrete.network.NetworkContext@9657993 +[16:58:12] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `archihelm`, expected `davincisvessels`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:12] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `archigauge`, expected `davincisvessels`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:12] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `archicrate`, expected `davincisvessels`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:12] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `archiengine`, expected `davincisvessels`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:12] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `archianchor`, expected `davincisvessels`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:12] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `archisecuredbed`, expected `davincisvessels`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:13] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc treasure chest`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:13] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc air distributor`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:13] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc air collector`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:13] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc oxygen pipe`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:13] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc air lock frame`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:13] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc refinery`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:13] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc nasa workbench`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:13] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc deconstructor`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:13] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc air compressor`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:13] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc fuel loader`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:13] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc landing pad`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:13] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc landing pad full`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:13] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc space station`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:13] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc dummy block`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:13] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc air sealer`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:13] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc dungeon boss spawner`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:13] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc oxygen detector`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:13] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc buggy fueler`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:13] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc buggy fueler single`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:13] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc cargo loader`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:13] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc cargo unloader`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:13] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc parachest tile`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:13] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc solar panel`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:13] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc radio telescope`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:13] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc magnetic crafting table`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:13] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc energy storage module`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:13] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc coal generator`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:13] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc electric furnace`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:13] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc aluminum wire`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:13] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc switchable aluminum wire`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:13] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc fallen meteor`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:13] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc ingot compressor`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:13] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc electric ingot compressor`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:13] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc circuit fabricator`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:13] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc air lock controller`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:13] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc oxygen storage module`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:13] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc oxygen decompressor`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:13] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc space station thruster`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:13] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc arc lamp`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:13] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc view screen`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:13] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc panel lighting`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:13] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc telemetry unit`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:13] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc painter`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:13] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc fluid tank`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:13] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc player detector`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:13] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc platform`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:13] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc emergency post`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:13] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc null tile`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:13] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc slimeling egg`, expected `galacticraftplanets`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:13] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc tier 2 treasure chest`, expected `galacticraftplanets`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:13] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc planet terraformer`, expected `galacticraftplanets`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:13] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc cryogenic chamber`, expected `galacticraftplanets`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:13] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc gas liquefier`, expected `galacticraftplanets`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:13] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc methane synthesizer`, expected `galacticraftplanets`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:13] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc water electrolyzer`, expected `galacticraftplanets`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:13] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc mars dungeon spawner`, expected `galacticraftplanets`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:13] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc launch controller`, expected `galacticraftplanets`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:13] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc beam reflector`, expected `galacticraftplanets`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:13] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc beam receiver`, expected `galacticraftplanets`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:13] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc short range telepad`, expected `galacticraftplanets`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:13] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc fake short range telepad`, expected `galacticraftplanets`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:13] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc astro miner base builder`, expected `galacticraftplanets`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:13] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc astro miner base`, expected `galacticraftplanets`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:13] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc venus spout`, expected `galacticraftplanets`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:13] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc venus dungeon spawner`, expected `galacticraftplanets`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:13] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc tier 3 treasure chest`, expected `galacticraftplanets`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:13] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc geothermal generator`, expected `galacticraftplanets`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:13] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc crashed probe`, expected `galacticraftplanets`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:13] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc solar array module`, expected `galacticraftplanets`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:13] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc solar array controller`, expected `galacticraftplanets`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:13] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc laser turret`, expected `galacticraftplanets`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:13] [Server thread/INFO] [foamfix]: Deduplicated 996 property sets. +[16:58:13] [Server thread/INFO] [foamfix]: Weakening LaunchWrapper resource cache... +[16:58:13] [Server thread/INFO] [bdlib]: Initialized network channel 'bdew.generators' for mod 'advgenerators' +[16:58:13] [Server thread/ERROR] [bdlib]: Error while processing RsRecipeShaped(List(_XX, _XX, __X),StackMacro(B),4): Item not found advgenerators:turbine_blade_steel +[16:58:13] [Server thread/ERROR] [bdlib]: Error while processing RsRecipeShaped(List(BBB, BXB, BBB),StackMacro(R),1): Item not found advgenerators:turbine_blade_steel +[16:58:13] [Server thread/ERROR] [bdlib]: Error while processing RsRecipeShaped(List(FWF, wRw, FWF),StackBlock(advgenerators,turbine_steel,32767),1): Item not found advgenerators:turbine_rotor_steel +[16:58:13] [Server thread/ERROR] [bdlib]: Error while processing RsRecipeShapeless(RK,StackItem(advgenerators,turbine_kit_steel,32767),1): Item not found advgenerators:turbine_rotor_steel +[16:58:13] [Server thread/ERROR] [bdlib]: Error while processing RsRecipeSmelting(StackMacro(R),StackMacro(X),11,0.0): Item not found advgenerators:turbine_rotor_steel +[16:58:13] [Server thread/ERROR] [bdlib]: Error while processing RsRecipeShaped(List(_XX, _XX, __X),StackMacro(B),4): Item not found advgenerators:turbine_blade_bronze +[16:58:13] [Server thread/ERROR] [bdlib]: Error while processing RsRecipeShaped(List(BBB, BXB, BBB),StackMacro(R),1): Item not found advgenerators:turbine_blade_bronze +[16:58:13] [Server thread/ERROR] [bdlib]: Error while processing RsRecipeShaped(List(FWF, wRw, FWF),StackBlock(advgenerators,turbine_bronze,32767),1): Item not found advgenerators:turbine_rotor_bronze +[16:58:13] [Server thread/ERROR] [bdlib]: Error while processing RsRecipeShapeless(RK,StackItem(advgenerators,turbine_kit_bronze,32767),1): Item not found advgenerators:turbine_rotor_bronze +[16:58:13] [Server thread/ERROR] [bdlib]: Error while processing RsRecipeSmelting(StackMacro(R),StackMacro(X),11,0.0): Item not found advgenerators:turbine_rotor_bronze +[16:58:13] [Server thread/INFO] [Integrated Dynamics]: Registered packet handler. +[16:58:13] [Server thread/INFO] [IntegratedDynamics-Compat]: Registered packet handler. +[16:58:14] [Server thread/INFO] [modularmachinery]: Variables: [5 loaded, 0 failed] +[16:58:14] [Server thread/INFO] [modularmachinery]: Machines: [20 loaded, 0 failed] +[16:58:14] [Server thread/WARN] [modularmachinery]: MachineRecipe with registryName modularmachinery:industrial_mill_striped zinnia already exists! +[16:58:14] [Server thread/WARN] [modularmachinery]: Offending files: '' and '' ! +[16:58:14] [Server thread/INFO] [modularmachinery]: Load-Phase: [507 loaded, 0 failed] +[16:58:14] [Server thread/INFO] [modularmachinery]: [Unknown Machinery: 0] +[16:58:14] [Server thread/INFO] [modularmachinery]: modularmachinery:orematic5000 (Recipes): [32 loaded, 0 failed] +[16:58:14] [Server thread/INFO] [modularmachinery]: modularmachinery:orematic5000_mk2 (Recipes): [32 loaded, 0 failed] +[16:58:14] [Server thread/INFO] [modularmachinery]: modularmachinery:orematic5000_mk3 (Recipes): [64 loaded, 0 failed] +[16:58:14] [Server thread/INFO] [modularmachinery]: modularmachinery:industrial_drying_unit (Recipes): [26 loaded, 0 failed] +[16:58:14] [Server thread/INFO] [modularmachinery]: modularmachinery:industrial_drying_unit_mk2 (Recipes): [26 loaded, 0 failed] +[16:58:14] [Server thread/INFO] [modularmachinery]: modularmachinery:industrial_drying_unit_mk3 (Recipes): [26 loaded, 0 failed] +[16:58:14] [Server thread/INFO] [modularmachinery]: modularmachinery:auto_cauldron (Recipes): [11 loaded, 0 failed] +[16:58:14] [Server thread/INFO] [modularmachinery]: modularmachinery:chemical_mixer (Recipes): [1 loaded, 0 failed] +[16:58:14] [Server thread/INFO] [modularmachinery]: modularmachinery:ethylitic_enricher (Recipes): [1 loaded, 0 failed] +[16:58:14] [Server thread/INFO] [modularmachinery]: modularmachinery:hydraulic_press (Recipes): [31 loaded, 0 failed] +[16:58:14] [Server thread/INFO] [modularmachinery]: modularmachinery:industrial_loom (Recipes): [22 loaded, 0 failed] +[16:58:14] [Server thread/INFO] [modularmachinery]: modularmachinery:industrial_mill (Recipes): [196 loaded, 1 failed] +[16:58:14] [Server thread/INFO] [modularmachinery]: modularmachinery:liquid_processor (Recipes): [1 loaded, 0 failed] +[16:58:14] [Server thread/INFO] [modularmachinery]: modularmachinery:mixer (Recipes): [6 loaded, 0 failed] +[16:58:14] [Server thread/INFO] [modularmachinery]: modularmachinery:mixer_mk2 (Recipes): [6 loaded, 0 failed] +[16:58:14] [Server thread/INFO] [modularmachinery]: modularmachinery:mixer_mk3 (Recipes): [6 loaded, 0 failed] +[16:58:14] [Server thread/INFO] [modularmachinery]: modularmachinery:paperclip_factory (Recipes): [2 loaded, 0 failed] +[16:58:14] [Server thread/INFO] [modularmachinery]: modularmachinery:plastic_molder (Recipes): [1 loaded, 0 failed] +[16:58:14] [Server thread/INFO] [modularmachinery]: modularmachinery:scamulator (Recipes): [15 loaded, 0 failed] +[16:58:14] [Server thread/INFO] [modularmachinery]: modularmachinery:volcanic_crystalizer (Recipes): [1 loaded, 0 failed] +[16:58:14] [Server thread/INFO] [mundaneredstone]: Registering World Generation Mundane Redstone Ore +[16:58:14] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `ma_seed_reprocessor`, expected `mysticalagriculture`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:14] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `ma_inferium_furnace`, expected `mysticalagriculture`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:14] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `ma_prudentium_furnace`, expected `mysticalagriculture`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:14] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `ma_intermedium_furnace`, expected `mysticalagriculture`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:14] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `ma_superium_furnace`, expected `mysticalagriculture`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:14] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `ma_supremium_furnace`, expected `mysticalagriculture`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:14] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `ma_ultimate_furnace`, expected `mysticalagriculture`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:14] [Server thread/INFO] [FML]: Ignored smelting recipe with conflicting input: 1xtile.hellsand@0 = 1xtile.nex:soulGlass@0 +[16:58:14] [Server thread/INFO] [playerskins]: Loading Configs... +[16:58:14] [Server thread/INFO] [playerskins]: Added 98 biomes to Players Skin spawn list. +[16:58:14] [Server thread/INFO] [Astral Core]: [AstralTransformer] Transforming alm : net.minecraft.enchantment.EnchantmentHelper with 1 patches! +[16:58:14] [Server thread/INFO] [Astral Core]: [AstralTransformer] Applied patch PATCHMODIFYENCHANTMENTLEVELS +[16:58:14] [Server thread/INFO] [sevpatches_core]: PatchAstralAmulet succeeded +[16:58:14] [Server thread/INFO] [pneumaticcraft]: Registered Immersive Petroleum fuel 'gasoline' @ 1500000 mL air/bucket +[16:58:15] [Server thread/INFO] [FML]: Ignored smelting recipe with conflicting input: 1xtile.mushroom@32767 = 1xitem.primal.mushroom_cooked@0 +[16:58:15] [Server thread/INFO] [FML]: Ignored smelting recipe with conflicting input: 1xtile.mushroom@32767 = 1xitem.primal.mushroom_cooked@0 +[16:58:15] [Server thread/INFO] [FML]: Ignored smelting recipe with conflicting input: 1xitem.primal.vanadium_dust@32767 = 1xitem.primal.shibuichi_ingot@0 +[16:58:15] [Server thread/INFO] [FML]: Ignored smelting recipe with conflicting input: 1xitem.primal.vanadium_plate@32767 = 1xitem.primal.shibuichi_ingot@0 +[16:58:15] [Server thread/INFO] [FML]: Ignored smelting recipe with conflicting input: 1xitem.primal.iron_plate@32767 = 1xitem.ingotIron@0 +[16:58:15] [Server thread/INFO] [FML]: Ignored smelting recipe with conflicting input: 1xitem.primal.gold_plate@32767 = 1xitem.ingotGold@0 +[16:58:15] [Server thread/INFO] [FML]: Ignored smelting recipe with conflicting input: 1xitem.primal.brass_plate@32767 = 1xitem.primal.brass_ingot@0 +[16:58:15] [Server thread/INFO] [FML]: Ignored smelting recipe with conflicting input: 1xitem.primal.bronze_plate@32767 = 1xitem.primal.bronze_ingot@0 +[16:58:15] [Server thread/INFO] [FML]: Ignored smelting recipe with conflicting input: 1xitem.primal.lead_plate@32767 = 1xitem.primal.lead_ingot@0 +[16:58:15] [Server thread/INFO] [FML]: Ignored smelting recipe with conflicting input: 1xitem.primal.silver_plate@32767 = 1xitem.primal.silver_ingot@0 +[16:58:15] [Server thread/INFO] [FML]: Ignored smelting recipe with conflicting input: 1xitem.primal.tin_plate@32767 = 1xitem.primal.tin_ingot@0 +[16:58:15] [Server thread/INFO] [FML]: Ignored smelting recipe with conflicting input: 1xitem.primal.zinc_plate@32767 = 1xitem.primal.zinc_ingot@0 +[16:58:15] [Server thread/INFO] [reborncore]: Found 380 ores +[16:58:15] [Server thread/INFO] [reborncore]: Created new network wrapper rc&reborncore.&64769 +[16:58:15] [Server thread/INFO] [reborncore]: Registed packet to rc&reborncore.&64769 side: SERVER id:0 +[16:58:15] [Server thread/INFO] [reborncore]: Created new network wrapper rc&reborncore.&39932 +[16:58:15] [Server thread/INFO] [reborncore]: Registed packet to rc&reborncore.&39932 side: CLIENT id:0 +[16:58:15] [Server thread/INFO] [reborncore]: Registed packet to rc&reborncore.&39932 side: SERVER id:1 +[16:58:15] [Server thread/INFO] [reborncore]: Registed packet to rc&reborncore.&39932 side: SERVER id:2 +[16:58:15] [Server thread/INFO] [reborncore]: Registed packet to rc&reborncore.&39932 side: SERVER id:3 +[16:58:15] [Server thread/INFO] [reborncore]: Registed packet to rc&reborncore.&39932 side: CLIENT id:4 +[16:58:15] [Server thread/INFO] [reborncore]: Registed packet to rc&reborncore.&39932 side: CLIENT id:5 +[16:58:15] [Server thread/INFO] [reborncore]: Registed packet to rc&reborncore.&39932 side: SERVER id:6 +[16:58:15] [Server thread/INFO] [reborncore]: Registed packet to rc&reborncore.&39932 side: SERVER id:7 +[16:58:15] [Server thread/INFO] [reborncore]: Registed packet to rc&reborncore.&39932 side: CLIENT id:8 +[16:58:15] [Server thread/INFO] [reborncore]: Registed packet to rc&reborncore.&39932 side: CLIENT id:9 +[16:58:15] [Server thread/INFO] [reborncore]: Registed packet to rc&reborncore.&39932 side: CLIENT id:10 +[16:58:15] [Server thread/INFO] [reborncore]: Created new network wrapper rc&me.modmuss5&21645 +[16:58:15] [Server thread/INFO] [reborncore]: Registed packet to rc&me.modmuss5&21645 side: SERVER id:0 +[16:58:15] [Server thread/INFO] [reborncore]: Created new network wrapper rc&vswe.steves&10928 +[16:58:15] [Server thread/INFO] [reborncore]: Registed packet to rc&vswe.steves&10928 side: CLIENT id:0 +[16:58:15] [Server thread/INFO] [reborncore]: Registed packet to rc&vswe.steves&10928 side: SERVER id:2 +[16:58:15] [Server thread/INFO] [reborncore]: Registed packet to rc&vswe.steves&10928 side: CLIENT id:3 +[16:58:15] [Server thread/INFO] [reborncore]: Registed packet to rc&vswe.steves&10928 side: SERVER id:4 +[16:58:15] [Server thread/INFO] [reborncore]: Loaded registrys for net.minecraftforge.fml.common.event.FMLInitializationEvent in 0ms +[16:58:15] [Server thread/INFO] [sevtweaks]: Registering ocean Shoggoth Lair generator +[16:58:15] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `totemic` for name `war_dance`, expected `sevtweaks`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:15] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `totemic` for name `depths`, expected `sevtweaks`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:15] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `totemic` for name `fertility`, expected `sevtweaks`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:15] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `totemic` for name `zaphkiel_waltz`, expected `sevtweaks`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:15] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `totemic` for name `buffalo_dance`, expected `sevtweaks`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:15] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `totemic` for name `rain_dance`, expected `sevtweaks`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:15] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `totemic` for name `drought`, expected `sevtweaks`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:15] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `totemic` for name `flute`, expected `sevtweaks`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:15] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `totemic` for name `eagle_dance`, expected `sevtweaks`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:15] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `totemic` for name `cleansing`, expected `sevtweaks`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:15] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `totemic` for name `baykok_summon`, expected `sevtweaks`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:15] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `totemic` for name `sun_dance`, expected `sevtweaks`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:15] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `totemic` for name `danseMacabre`, expected `sevtweaks`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: shadows.fastfurnace.block.TileFastFurnace +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: net.minecraft.tileentity.TileEntityChest +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: net.minecraft.tileentity.TileEntityEnderChest +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: net.minecraft.block.BlockJukebox$TileEntityJukebox +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: net.minecraft.tileentity.TileEntityDispenser +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: net.minecraft.tileentity.TileEntityDropper +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: net.minecraft.tileentity.TileEntitySign +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: net.minecraft.tileentity.TileEntityMobSpawner +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: net.minecraft.tileentity.TileEntityNote +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: net.minecraft.tileentity.TileEntityPiston +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: net.minecraft.tileentity.TileEntityBrewingStand +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: net.minecraft.tileentity.TileEntityEnchantmentTable +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: net.minecraft.tileentity.TileEntityEndPortal +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: net.minecraft.tileentity.TileEntityBeacon +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: net.minecraft.tileentity.TileEntitySkull +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: net.minecraft.tileentity.TileEntityDaylightDetector +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: pl.asie.foamfix.common.TileEntityFasterHopper +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: net.minecraft.tileentity.TileEntityComparator +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: net.minecraft.tileentity.TileEntityFlowerPot +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: net.minecraft.tileentity.TileEntityBanner +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: net.minecraft.tileentity.TileEntityStructure +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: net.minecraft.tileentity.TileEntityEndGateway +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: net.minecraft.tileentity.TileEntityCommandBlock +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: net.minecraft.tileentity.TileEntityShulkerBox +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: net.minecraft.tileentity.TileEntityBed +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: com.shinoow.abyssalcraft.common.blocks.tile.TileEntityCrate +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: com.shinoow.abyssalcraft.common.blocks.tile.TileEntityDGhead +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: com.shinoow.abyssalcraft.common.blocks.tile.TileEntityPhead +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: com.shinoow.abyssalcraft.common.blocks.tile.TileEntityWhead +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: com.shinoow.abyssalcraft.common.blocks.tile.TileEntityOhead +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: com.shinoow.abyssalcraft.common.blocks.tile.TileEntityCrystallizer +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: com.shinoow.abyssalcraft.common.blocks.tile.TileEntityTransmutator +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: com.shinoow.abyssalcraft.common.blocks.tile.TileEntityDreadguardSpawner +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: com.shinoow.abyssalcraft.common.blocks.tile.TileEntityChagarothSpawner +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: com.shinoow.abyssalcraft.common.blocks.tile.TileEntityEngraver +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: com.shinoow.abyssalcraft.common.blocks.tile.TileEntityMaterializer +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: com.shinoow.abyssalcraft.common.blocks.tile.TileEntityRitualAltar +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: com.shinoow.abyssalcraft.common.blocks.tile.TileEntityRitualPedestal +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: com.shinoow.abyssalcraft.common.blocks.tile.TileEntityStatue +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: com.shinoow.abyssalcraft.common.blocks.tile.TileEntityDecorativeStatue +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: com.shinoow.abyssalcraft.common.blocks.tile.TileEntityShoggothBiomass +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: com.shinoow.abyssalcraft.common.blocks.tile.TileEntityEnergyPedestal +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: com.shinoow.abyssalcraft.common.blocks.tile.TileEntitySacrificialAltar +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: com.shinoow.abyssalcraft.common.blocks.tile.TileEntityTieredEnergyPedestal +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: com.shinoow.abyssalcraft.common.blocks.tile.TileEntityTieredSacrificialAltar +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: com.shinoow.abyssalcraft.common.blocks.tile.TileEntityJzaharSpawner +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: com.shinoow.abyssalcraft.common.blocks.tile.TileEntityGatekeeperMinionSpawner +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: com.shinoow.abyssalcraft.common.blocks.tile.TileEntityEnergyCollector +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: com.shinoow.abyssalcraft.common.blocks.tile.TileEntityEnergyRelay +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: com.shinoow.abyssalcraft.common.blocks.tile.TileEntityEnergyContainer +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: com.shinoow.abyssalcraft.common.blocks.tile.TileEntityTieredEnergyCollector +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: com.shinoow.abyssalcraft.common.blocks.tile.TileEntityTieredEnergyRelay +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: com.shinoow.abyssalcraft.common.blocks.tile.TileEntityTieredEnergyContainer +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: com.shinoow.abyssalcraft.common.blocks.tile.TileEntityRendingPedestal +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: com.shinoow.abyssalcraft.common.blocks.tile.TileEntityStateTransformer +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: com.shinoow.abyssalcraft.common.blocks.tile.TileEntityEnergyDepositioner +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: com.shinoow.abyssalcraft.common.blocks.tile.TileEntityMultiblock +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: twilightforest.tileentity.critters.TileEntityTFFirefly +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: twilightforest.tileentity.critters.TileEntityTFCicada +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: twilightforest.tileentity.critters.TileEntityTFMoonworm +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: twilightforest.tileentity.TileEntityTFNagaSpawner +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: twilightforest.tileentity.TileEntityTFLichSpawner +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: twilightforest.tileentity.TileEntityTFHydraSpawner +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: twilightforest.tileentity.TileEntityTFSmoker +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: twilightforest.tileentity.TileEntityTFPoppingJet +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: twilightforest.tileentity.TileEntityTFFlameJet +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: twilightforest.tileentity.TileEntityTFTowerBuilder +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: twilightforest.tileentity.TileEntityTFAntibuilder +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: twilightforest.tileentity.TileEntityTFTrophy +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: twilightforest.tileentity.TileEntityTFTowerBossSpawner +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: twilightforest.tileentity.TileEntityTFGhastTrapInactive +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: twilightforest.tileentity.TileEntityTFGhastTrapActive +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: twilightforest.tileentity.TileEntityTFCReactorActive +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: twilightforest.tileentity.TileEntityTFKnightPhantomsSpawner +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: twilightforest.tileentity.TileEntityTFSnowQueenSpawner +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: twilightforest.tileentity.TileEntityTFCinderFurnace +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: twilightforest.tileentity.TileEntityTFMinoshroomSpawner +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: twilightforest.tileentity.TileEntityTFAlphaYetiSpawner +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: buildcraft.core.tile.TileMarkerVolume +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: buildcraft.core.tile.TileMarkerPath +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: buildcraft.core.tile.TileEngineRedstone_BC8 +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: buildcraft.core.tile.TileEngineCreative +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: com.lothrazar.cyclicmagic.block.fluiddrain.TileEntityFluidDrain +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: com.lothrazar.cyclicmagic.block.wireless.TileEntityWirelessTr +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: com.lothrazar.cyclicmagic.block.wireless.TileEntityWirelessRec +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: com.lothrazar.cyclicmagic.block.sorting.TileEntityItemCableSort +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: com.lothrazar.cyclicmagic.block.cable.item.TileEntityItemCable +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: com.lothrazar.cyclicmagic.block.cablepump.item.TileEntityItemPump +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: com.lothrazar.cyclicmagic.block.cable.energy.TileEntityCablePower +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: com.lothrazar.cyclicmagic.block.cablepump.energy.TileEntityEnergyPump +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: com.lothrazar.cyclicmagic.block.cable.fluid.TileEntityFluidCable +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: com.lothrazar.cyclicmagic.block.cablepump.fluid.TileEntityFluidPump +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: com.lothrazar.cyclicmagic.block.cable.multi.TileEntityCableBundle +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: com.lothrazar.cyclicmagic.block.enchantlibrary.shelf.TileEntityLibrary +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: com.lothrazar.cyclicmagic.block.enchantlibrary.ctrl.TileEntityLibraryCtrl +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: com.lothrazar.cyclicmagic.block.vector.TileEntityVector +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: com.lothrazar.cyclicmagic.block.builderpattern.TileEntityPatternBuilder +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: com.lothrazar.cyclicmagic.block.magnetitem.TileEntityMagnet +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: com.lothrazar.cyclicmagic.block.interdiction.TileEntityMagnetAnti +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: com.lothrazar.cyclicmagic.block.collector.TileEntityVacuum +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: com.lothrazar.cyclicmagic.block.beaconpotion.TileEntityBeaconPotion +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: com.lothrazar.cyclicmagic.block.clockredstone.TileEntityClock +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: com.lothrazar.cyclicmagic.block.beaconempty.TileEntityBeaconPowered +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: com.lothrazar.cyclicmagic.block.sprinkler.TileSprinkler +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: com.lothrazar.cyclicmagic.block.forester.TileEntityForester +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: com.lothrazar.cyclicmagic.block.miner.TileEntityBlockMiner +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: com.lothrazar.cyclicmagic.block.hydrator.TileEntityHydrator +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: com.lothrazar.cyclicmagic.block.melter.TileMelter +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: com.lothrazar.cyclicmagic.block.solidifier.TileSolidifier +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: com.lothrazar.cyclicmagic.block.anvil.TileEntityAnvilAuto +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: com.lothrazar.cyclicmagic.block.harvester.TileEntityHarvester +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: com.lothrazar.cyclicmagic.block.enchanter.TileEntityEnchanter +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: com.lothrazar.cyclicmagic.block.exppylon.TileEntityXpPylon +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: com.lothrazar.cyclicmagic.block.buildershape.TileEntityStructureBuilder +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: com.lothrazar.cyclicmagic.block.uncrafter.TileEntityUncrafter +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: com.lothrazar.cyclicmagic.block.controlledminer.TileEntityControlledMiner +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: com.lothrazar.cyclicmagic.block.buildplacer.TileEntityPlacer +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: com.lothrazar.cyclicmagic.block.password.TileEntityPassword +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: com.lothrazar.cyclicmagic.block.autouser.TileEntityUser +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: com.lothrazar.cyclicmagic.block.trash.TileEntityTrash +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: com.lothrazar.cyclicmagic.block.workbench.TileEntityWorkbench +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: com.lothrazar.cyclicmagic.block.screentype.TileEntityScreen +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: com.lothrazar.cyclicmagic.block.screentarget.TileEntityScreenTarget +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: com.lothrazar.cyclicmagic.block.crafter.TileEntityCrafter +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: com.lothrazar.cyclicmagic.block.entitydetector.TileEntityDetector +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: com.lothrazar.cyclicmagic.block.fan.TileEntityFan +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: com.lothrazar.cyclicmagic.block.fishing.TileEntityFishing +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: com.lothrazar.cyclicmagic.block.disenchanter.TileEntityDisenchanter +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: com.lothrazar.cyclicmagic.block.tank.TileEntityFluidTank +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: com.lothrazar.cyclicmagic.block.dropper.TileEntityDropperExact +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: com.lothrazar.cyclicmagic.block.fluidplacer.TileEntityFluidPlacer +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: betterwithmods.module.gameplay.miniblocks.tiles.TileSiding +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: betterwithmods.module.gameplay.miniblocks.tiles.TileMoulding +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: betterwithmods.module.gameplay.miniblocks.tiles.TileCorner +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: betterwithmods.common.blocks.mechanical.tile.TileEntityMill +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: betterwithmods.common.blocks.mechanical.tile.TileEntityPulley +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: betterwithmods.common.blocks.mechanical.tile.TileEntityFilteredHopper +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: betterwithmods.common.blocks.mechanical.tile.TileEntityCauldron +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: betterwithmods.common.blocks.mechanical.tile.TileEntityCrucible +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: betterwithmods.common.blocks.tile.TileEntityDragonVessel +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: betterwithmods.common.blocks.mechanical.tile.TileEntityTurntable +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: betterwithmods.common.blocks.tile.TileEntitySteelAnvil +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: betterwithmods.common.blocks.tile.TileEntityVase +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: betterwithmods.common.blocks.mechanical.tile.TileEntityWindmillVertical +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: betterwithmods.common.blocks.mechanical.tile.TileEntityWindmillHorizontal +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: betterwithmods.common.blocks.mechanical.tile.TileEntityWaterwheel +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: betterwithmods.common.blocks.tile.TileEntityBlockDispenser +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: betterwithmods.common.blocks.mechanical.tile.TileEntityCreativeGen +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: betterwithmods.common.blocks.mechanical.tile.TileGearbox +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: betterwithmods.common.blocks.mechanical.tile.TileBellows +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: betterwithmods.common.blocks.tile.TileEntityBeacon +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: betterwithmods.common.blocks.tile.TileEnderchest +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: betterwithmods.common.blocks.mechanical.tile.TileAxle +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: betterwithmods.common.blocks.mechanical.tile.TileSaw +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: betterwithmods.common.blocks.mechanical.tile.TilePump +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: betterwithmods.common.blocks.mechanical.tile.TileCrank +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: betterwithmods.common.blocks.mechanical.tile.TileSteelSaw +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: betterwithmods.common.blocks.tile.TileEntityInfernalEnchanter +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: betterwithmods.common.blocks.mini.TileEntityMultiType +[16:58:15] [Server thread/INFO] [spatialservermod]: Registered TE: betterwithmods.common.blocks.tile.TileKiln +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: betterwithmods.common.blocks.mechanical.tile.TileMerger +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: betterwithmods.common.blocks.tile.TileFurnace +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: betterwithmods.common.blocks.tile.TileEntityBucket +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: appeng.tile.grindstone.TileGrinder +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: appeng.tile.grindstone.TileCrank +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: appeng.tile.misc.TileInscriber +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: appeng.tile.networking.TileWireless +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: appeng.tile.misc.TileCharger +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: appeng.tile.misc.TileSecurityStation +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: appeng.tile.qnb.TileQuantumBridge +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: appeng.tile.spatial.TileSpatialPylon +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: appeng.tile.spatial.TileSpatialIOPort +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: appeng.tile.networking.TileController +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: appeng.tile.storage.TileDrive +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: appeng.tile.storage.TileChest +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: appeng.tile.misc.TileInterface +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: appeng.fluids.tile.TileFluidInterface +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: appeng.tile.misc.TileCellWorkbench +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: appeng.tile.storage.TileIOPort +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: appeng.tile.misc.TileCondenser +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: appeng.tile.networking.TileEnergyAcceptor +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: appeng.tile.misc.TileVibrationChamber +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: appeng.tile.misc.TileQuartzGrowthAccelerator +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: appeng.tile.networking.TileEnergyCell +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: appeng.tile.networking.TileDenseEnergyCell +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: appeng.tile.networking.TileCreativeEnergyCell +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: appeng.tile.crafting.TileCraftingTile +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: appeng.tile.crafting.TileCraftingStorageTile +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: appeng.tile.crafting.TileCraftingMonitorTile +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: appeng.tile.crafting.TileMolecularAssembler +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: appeng.tile.misc.TileLightDetector +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: appeng.tile.misc.TilePaint +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: vazkii.quark.automation.tile.TileEnderWatcher +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: vazkii.quark.automation.tile.TileRainDetector +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: vazkii.quark.world.tile.TileSmoker +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: betterwithaddons.tileentity.TileEntityBannerDetector +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: betterwithaddons.tileentity.TileEntityWorldScaleActive +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: betterwithaddons.tileentity.TileEntityAlchDragon +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: betterwithaddons.tileentity.TileEntityNettedScreen +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: betterwithaddons.tileentity.TileEntityTatara +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: betterwithaddons.tileentity.TileEntitySoakingBox +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: betterwithaddons.tileentity.TileEntityDryingBox +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: betterwithaddons.tileentity.TileEntityLureTree +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: betterwithaddons.tileentity.TileEntityChute +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: betterwithaddons.tileentity.TileEntityAqueductWater +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: betterwithaddons.tileentity.TileEntityLegendarium +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: betterwithaddons.tileentity.TileEntityAncestrySand +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: betterwithaddons.tileentity.TileEntityInfuser +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: betterwithaddons.tileentity.TileEntityLoom +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: betterwithaddons.tileentity.TileEntityRopeSideways +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: betterwithaddons.tileentity.TileEntityRopePost +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: betterwithaddons.tileentity.TileEntityInvertedGearbox +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: betterwithaddons.tileentity.TileEntityTea +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: betterwithaddons.tileentity.TileEntityNabe +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: me.desht.modularrouters.block.tile.TileEntityItemRouter +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: me.desht.modularrouters.block.tile.TileEntityTemplateFrame +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: buildcraft.factory.tile.TileAutoWorkbenchItems +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: buildcraft.factory.tile.TileMiningWell +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: buildcraft.factory.tile.TilePump +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: buildcraft.factory.tile.TileFloodGate +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: buildcraft.factory.tile.TileTank +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: buildcraft.factory.tile.TileChute +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: buildcraft.factory.tile.TileDistiller_BC8 +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: buildcraft.factory.tile.TileHeatExchange +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: buildcraft.robotics.tile.TileZonePlanner +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: buildcraft.transport.tile.TileFilteredBuffer +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: buildcraft.transport.tile.TilePipeHolder +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: buildcraft.silicon.tile.TileLaser +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: buildcraft.silicon.tile.TileAssemblyTable +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: buildcraft.silicon.tile.TileAdvancedCraftingTable +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: buildcraft.silicon.tile.TileIntegrationTable +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mod.chiselsandbits.chiseledblock.TileEntityBlockChiseled +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mod.chiselsandbits.chiseledblock.TileEntityBlockChiseled$TileEntityBlockChiseledDummy +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mod.chiselsandbits.bittank.TileEntityBitTank +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.raoulvdberge.refinedstorage.tile.TileController +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.raoulvdberge.refinedstorage.tile.grid.TileGrid +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.raoulvdberge.refinedstorage.tile.grid.portable.TilePortableGrid +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.raoulvdberge.refinedstorage.tile.craftingmonitor.TileCraftingMonitor +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.raoulvdberge.refinedstorage.tile.TileStorageMonitor +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.raoulvdberge.refinedstorage.tile.TileSecurityManager +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.raoulvdberge.refinedstorage.tile.TileCrafter +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.raoulvdberge.refinedstorage.tile.TileDiskDrive +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.raoulvdberge.refinedstorage.tile.TileStorage +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.raoulvdberge.refinedstorage.tile.TileFluidStorage +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.raoulvdberge.refinedstorage.tile.TileCable +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.raoulvdberge.refinedstorage.tile.TileImporter +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.raoulvdberge.refinedstorage.tile.TileExporter +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.raoulvdberge.refinedstorage.tile.TileExternalStorage +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.raoulvdberge.refinedstorage.tile.TileConstructor +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.raoulvdberge.refinedstorage.tile.TileDestructor +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.raoulvdberge.refinedstorage.tile.TileReader +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.raoulvdberge.refinedstorage.tile.TileWriter +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.raoulvdberge.refinedstorage.tile.TileDetector +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.raoulvdberge.refinedstorage.tile.TileRelay +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.raoulvdberge.refinedstorage.tile.TileInterface +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.raoulvdberge.refinedstorage.tile.TileFluidInterface +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.raoulvdberge.refinedstorage.tile.TileWirelessTransmitter +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.raoulvdberge.refinedstorage.tile.TileNetworkTransmitter +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.raoulvdberge.refinedstorage.tile.TileNetworkReceiver +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.raoulvdberge.refinedstorage.tile.TileDiskManipulator +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.raoulvdberge.refinedstorage.tile.TileCrafterManager +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: net.blay09.mods.cookingforblockheads.tile.TileCookingTable +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: net.blay09.mods.cookingforblockheads.tile.TileOven +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: net.blay09.mods.cookingforblockheads.tile.TileFridge +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: net.blay09.mods.cookingforblockheads.tile.TileSink +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: net.blay09.mods.cookingforblockheads.tile.TileToolRack +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: net.blay09.mods.cookingforblockheads.tile.TileToaster +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: net.blay09.mods.cookingforblockheads.tile.TileMilkJar +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: net.blay09.mods.cookingforblockheads.tile.TileCowJar +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: net.blay09.mods.cookingforblockheads.tile.TileSpiceRack +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: net.blay09.mods.cookingforblockheads.tile.TileCounter +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: net.blay09.mods.cookingforblockheads.tile.TileCabinet +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: net.blay09.mods.cookingforblockheads.tile.TileCorner +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: net.blay09.mods.cookingforblockheads.tile.TileFruitBasket +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: net.blay09.mods.cookingforblockheads.tile.TileCuttingBoard +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: net.darkhax.darkutils.features.sneaky.TileEntitySneaky +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: net.darkhax.darkutils.features.timer.TileEntityTimer +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: net.darkhax.darkutils.features.monolith.TileEntityMonolithEXP +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: net.darkhax.darkutils.features.monolith.TileEntityMonolithSpawning +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: net.darkhax.darkutils.features.endertether.TileEntityEnderTether +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: net.darkhax.darkutils.features.enderhopper.TileEntityEnderHopper +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: net.darkhax.darkutils.features.antislime.TileEntityAntiSlime +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.bloodnbonesgaming.dimensionalcontrol.tileentity.TileEntityPortalCustom +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: dungpipe.tileentity.TileEntityDungPipe +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: dungpipe.tileentity.TileEntitySewerPipe +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: codechicken.enderstorage.tile.TileEnderChest +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: codechicken.enderstorage.tile.TileEnderTank +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.valkyrieofnight.et.m_multiblocks.m_components.m_modifiers.tile.TileModifierNull +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.valkyrieofnight.et.m_multiblocks.m_components.m_modifiers.tile.TileModifierSpeed +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.valkyrieofnight.et.m_multiblocks.m_nanobot.tile.modifier.TileModifierLuck +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.valkyrieofnight.et.m_multiblocks.m_components.m_structureframe.tile.TileStructureFrameT1 +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.valkyrieofnight.et.m_multiblocks.m_components.m_structureframe.tile.TileStructureFrameT2 +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.valkyrieofnight.et.m_multiblocks.m_components.m_structureframe.tile.TileStructureFrameT3 +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.valkyrieofnight.et.m_multiblocks.m_components.m_structureframe.tile.TileStructureFrameT4 +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.valkyrieofnight.et.m_multiblocks.m_components.m_structureframe.tile.TileStructureFrameT5 +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.valkyrieofnight.et.m_multiblocks.m_components.m_structureframe.tile.TileStructureFrameT6 +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.valkyrieofnight.et.m_multiblocks.m_components.m_structurepanel.tile.TileStructurePanel +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.valkyrieofnight.et.m_multiblocks.m_components.m_structurepanel.tile.TileStructurePanelClear +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.valkyrieofnight.et.m_multiblocks.m_lightningrod.tile.TileLightningRod +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.valkyrieofnight.et.m_multiblocks.m_lightningrod.tile.TileLightningRodInsulated +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.valkyrieofnight.et.m_multiblocks.m_lightningrod.tile.cont.TileContLightningT1 +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.valkyrieofnight.et.m_multiblocks.m_lightningrod.tile.cont.TileContLightningT2 +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.valkyrieofnight.et.m_multiblocks.m_lightningrod.tile.cont.TileContLightningT3 +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.valkyrieofnight.et.m_multiblocks.m_lightningrod.tile.cont.TileContLightningT4 +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.valkyrieofnight.et.m_multiblocks.m_lightningrod.tile.cont.TileContLightningT5 +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.valkyrieofnight.et.m_multiblocks.m_lightningrod.tile.cont.TileContLightningT6 +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.valkyrieofnight.et.m_multiblocks.m_solar.tile.cont.TileContSolarT1 +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.valkyrieofnight.et.m_multiblocks.m_solar.tile.cont.TileContSolarT2 +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.valkyrieofnight.et.m_multiblocks.m_solar.tile.cont.TileContSolarT3 +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.valkyrieofnight.et.m_multiblocks.m_solar.tile.cont.TileContSolarT4 +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.valkyrieofnight.et.m_multiblocks.m_solar.tile.cont.TileContSolarT5 +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.valkyrieofnight.et.m_multiblocks.m_solar.tile.cont.TileContSolarT6 +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.valkyrieofnight.et.m_multiblocks.m_solar.tile.cell.et.TileSolarCell1Litherite +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.valkyrieofnight.et.m_multiblocks.m_solar.tile.cell.et.TileSolarCell2Erodium +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.valkyrieofnight.et.m_multiblocks.m_solar.tile.cell.et.TileSolarCell3Kyronite +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.valkyrieofnight.et.m_multiblocks.m_solar.tile.cell.et.TileSolarCell4Pladium +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.valkyrieofnight.et.m_multiblocks.m_solar.tile.cell.et.TileSolarCell5Ionite +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.valkyrieofnight.et.m_multiblocks.m_solar.tile.cell.et.TileSolarCell6Aethium +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.valkyrieofnight.et.m_multiblocks.m_solar.tile.TileModifierPiezo +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.valkyrieofnight.et.m_multiblocks.m_teg.tile.TileThermalCell +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.valkyrieofnight.et.m_multiblocks.m_voidminer.tile.TileLaserCore +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.valkyrieofnight.et.m_multiblocks.m_voidminer.tile.TileLaserLens +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.valkyrieofnight.et.m_multiblocks.m_voidminer.tile.lens.TileLensCrystal +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.valkyrieofnight.et.m_multiblocks.m_voidminer.tile.lens.TileLaserLensColored +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.valkyrieofnight.et.m_multiblocks.m_voidminer.tile.TileModifierAccuracy +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.valkyrieofnight.et.m_multiblocks.m_voidminer.m_ore.tile.TileContOreT1 +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.valkyrieofnight.et.m_multiblocks.m_voidminer.m_ore.tile.TileContOreT2 +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.valkyrieofnight.et.m_multiblocks.m_voidminer.m_ore.tile.TileContOreT3 +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.valkyrieofnight.et.m_multiblocks.m_voidminer.m_ore.tile.TileContOreT4 +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.valkyrieofnight.et.m_multiblocks.m_voidminer.m_ore.tile.TileContOreT5 +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.valkyrieofnight.et.m_multiblocks.m_voidminer.m_ore.tile.TileContOreT6 +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.valkyrieofnight.et.m_multiblocks.m_voidminer.m_res.tile.TileContResT1 +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.valkyrieofnight.et.m_multiblocks.m_voidminer.m_res.tile.TileContResT2 +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.valkyrieofnight.et.m_multiblocks.m_voidminer.m_res.tile.TileContResT3 +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.valkyrieofnight.et.m_multiblocks.m_voidminer.m_res.tile.TileContResT4 +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.valkyrieofnight.et.m_multiblocks.m_voidminer.m_res.tile.TileContResT5 +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.valkyrieofnight.et.m_multiblocks.m_voidminer.m_res.tile.TileContResT6 +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.valkyrieofnight.et.m_multiblocks.m_voidminer.m_botanic.tile.TileContBotanicT1 +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.valkyrieofnight.et.m_multiblocks.m_voidminer.m_botanic.tile.TileContBotanicT2 +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.valkyrieofnight.et.m_multiblocks.m_voidminer.m_botanic.tile.TileContBotanicT3 +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.valkyrieofnight.et.m_multiblocks.m_voidminer.m_botanic.tile.TileContBotanicT4 +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.valkyrieofnight.et.m_multiblocks.m_voidminer.m_botanic.tile.TileContBotanicT5 +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.valkyrieofnight.et.m_multiblocks.m_voidminer.m_botanic.tile.TileContBotanicT6 +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.valkyrieofnight.et.m_multiblocks.m_nanobot.tile.modifier.TileModifierCreativeFlight +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.valkyrieofnight.et.m_multiblocks.m_nanobot.tile.modifier.TileModifierFlightSpeed +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.valkyrieofnight.et.m_multiblocks.m_nanobot.tile.modifier.TileModifierHaste +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.valkyrieofnight.et.m_multiblocks.m_nanobot.tile.modifier.TileModifierStrength +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.valkyrieofnight.et.m_multiblocks.m_nanobot.tile.modifier.TileModifierJumpBoost +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.valkyrieofnight.et.m_multiblocks.m_nanobot.tile.modifier.TileModifierRegeneration +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.valkyrieofnight.et.m_multiblocks.m_nanobot.tile.modifier.TileModifierResistance +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.valkyrieofnight.et.m_multiblocks.m_nanobot.tile.modifier.TileModifierFireResistance +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.valkyrieofnight.et.m_multiblocks.m_nanobot.tile.modifier.TileModifierWaterBreathing +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.valkyrieofnight.et.m_multiblocks.m_nanobot.tile.modifier.TileModifierInvisibility +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.valkyrieofnight.et.m_multiblocks.m_nanobot.tile.modifier.TileModifierNightVision +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.valkyrieofnight.et.m_multiblocks.m_nanobot.tile.modifier.TileModifierHealthBoost +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.valkyrieofnight.et.m_multiblocks.m_nanobot.tile.modifier.TileModifierAbsorption +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.valkyrieofnight.et.m_multiblocks.m_nanobot.tile.modifier.TileModifierSaturation +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.valkyrieofnight.et.m_multiblocks.m_nanobot.tile.modifier.TileModifierGlowing +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.valkyrieofnight.et.m_multiblocks.m_nanobot.m_ranged.tile.RContT1 +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.valkyrieofnight.et.m_multiblocks.m_nanobot.m_ranged.tile.RContT2 +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.valkyrieofnight.et.m_multiblocks.m_nanobot.m_ranged.tile.RContT3 +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.valkyrieofnight.et.m_multiblocks.m_nanobot.m_ranged.tile.RContT4 +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.valkyrieofnight.et.m_multiblocks.m_nanobot.m_ranged.tile.RContT5 +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.valkyrieofnight.et.m_multiblocks.m_nanobot.m_ranged.tile.RContT6 +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.valkyrieofnight.et.m_multiblocks.m_nanobot.m_personal.tile.PContT1 +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.valkyrieofnight.et.m_multiblocks.m_nanobot.m_personal.tile.PContT2 +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.valkyrieofnight.et.m_multiblocks.m_nanobot.m_personal.tile.PContT3 +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.valkyrieofnight.et.m_multiblocks.m_nanobot.m_personal.tile.PContT4 +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.valkyrieofnight.et.m_multiblocks.m_nanobot.m_personal.tile.PContT5 +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.valkyrieofnight.et.m_multiblocks.m_nanobot.m_personal.tile.PContT6 +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.blakebr0.extendedcrafting.tile.TilePedestal +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.blakebr0.extendedcrafting.tile.TileCraftingCore +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.blakebr0.extendedcrafting.tile.TileAutomationInterface +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.blakebr0.extendedcrafting.tile.TileBasicCraftingTable +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.blakebr0.extendedcrafting.tile.TileAdvancedCraftingTable +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.blakebr0.extendedcrafting.tile.TileEliteCraftingTable +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.blakebr0.extendedcrafting.tile.TileUltimateCraftingTable +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.blakebr0.extendedcrafting.tile.TileCompressor +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.blakebr0.extendedcrafting.tile.TileEnderCrafter +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.mjr.extraplanets.tileEntities.dungeonSpawners.TileEntityDungeonSpawnerMercury +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.mjr.extraplanets.tileEntities.treasureChests.TileEntityT4TreasureChest +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.mjr.extraplanets.tileEntities.dungeonSpawners.TileEntityDungeonSpawnerJupiter +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.mjr.extraplanets.tileEntities.treasureChests.TileEntityT5TreasureChest +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.mjr.extraplanets.tileEntities.dungeonSpawners.TileEntityDungeonSpawnerSaturn +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.mjr.extraplanets.tileEntities.treasureChests.TileEntityT6TreasureChest +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.mjr.extraplanets.tileEntities.dungeonSpawners.TileEntityDungeonSpawnerUranus +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.mjr.extraplanets.tileEntities.treasureChests.TileEntityT7TreasureChest +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.mjr.extraplanets.tileEntities.dungeonSpawners.TileEntityDungeonSpawnerNeptune +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.mjr.extraplanets.tileEntities.treasureChests.TileEntityT8TreasureChest +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.mjr.extraplanets.tileEntities.dungeonSpawners.TileEntityDungeonSpawnerPluto +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.mjr.extraplanets.tileEntities.treasureChests.TileEntityT9TreasureChest +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.mjr.extraplanets.tileEntities.dungeonSpawners.TileEntityDungeonSpawnerEris +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.mjr.extraplanets.tileEntities.treasureChests.TileEntityT10TreasureChest +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.mjr.extraplanets.tileEntities.blocks.TileEntityTier2LandingPadSingle +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.mjr.extraplanets.tileEntities.blocks.TileEntityTier2LandingPad +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.mjr.extraplanets.tileEntities.blocks.TileEntityTier3LandingPadSingle +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.mjr.extraplanets.tileEntities.blocks.TileEntityTier3LandingPad +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.mjr.extraplanets.tileEntities.blocks.TileEntityPoweredChargingPadSingle +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.mjr.extraplanets.tileEntities.blocks.TileEntityPoweredChargingPad +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.mjr.extraplanets.tileEntities.blocks.TileEntityRocketChargingPadSingle +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.mjr.extraplanets.tileEntities.blocks.TileEntityRocketChargingPad +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.mjr.extraplanets.tileEntities.machines.TileEntityAdvancedRefinery +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.mjr.extraplanets.tileEntities.machines.TileEntityUltimateRefinery +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.mjr.extraplanets.tileEntities.machines.TileEntitySolar +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.mjr.extraplanets.tileEntities.machines.TileEntityAdvancedOxygenCompressor +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.mjr.extraplanets.tileEntities.machines.TileEntityAdvancedOxygenDecompressor +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.mjr.extraplanets.tileEntities.machines.TileEntityUltimateOxygenCompressor +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.mjr.extraplanets.tileEntities.machines.TileEntityUltimateOxygenDecompressor +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.mjr.extraplanets.tileEntities.machines.TileEntityAdvancedFuelLoader +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.mjr.extraplanets.tileEntities.machines.TileEntityUltimateFuelLoader +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.mjr.extraplanets.tileEntities.machines.TileEntityBasicDensifier +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.mjr.extraplanets.tileEntities.machines.TileEntityVehicleChanger +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: net.blay09.mods.farmingforblockheads.tile.TileMarket +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: net.blay09.mods.farmingforblockheads.tile.TileChickenNest +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: net.blay09.mods.farmingforblockheads.tile.TileFeedingTrough +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: c0_0ry.ferdinandsflowers.tileentity.TileEntityFlowerChest +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: codechicken.multipart.handler.MultipartSaveLoad$TileNBTContainer +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: net.bdew.generators.controllers.turbine.TileTurbineController +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: net.bdew.generators.controllers.exchanger.TileExchangerController +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: net.bdew.generators.controllers.steam.TileSteamTurbineController +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: net.bdew.generators.controllers.syngas.TileSyngasController +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: net.bdew.generators.modules.rfOutput.TileRfOutput +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: net.bdew.generators.modules.forgeOutput.TileForgeOutput +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: net.bdew.generators.modules.gasInput.TileGasInput +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: net.bdew.generators.modules.fluidInput.TileFluidInput +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: net.bdew.generators.modules.fluidOutputSelect.TileFluidOutputSelect +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: net.bdew.generators.modules.itemInput.TileItemInput +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: net.bdew.generators.modules.itemOutput.TileItemOutput +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: net.bdew.generators.modules.turbine.TileTurbine +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: net.bdew.generators.modules.powerCapacitor.TilePowerCapacitor +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: net.bdew.generators.modules.fuelTank.TileFuelTank +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: net.bdew.generators.modules.heatingChamber.TileHeatingChamber +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: net.bdew.generators.modules.mixingChamber.TileMixingChamber +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: net.bdew.generators.modules.exchanger.TileExchanger +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: net.bdew.generators.modules.sensor.TileSensor +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: net.bdew.generators.modules.control.TileControl +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: net.bdew.generators.modules.efficiency.TileEfficiencyUpgradeTier1 +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: net.bdew.generators.modules.efficiency.TileEfficiencyUpgradeTier2 +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: se.gory_moon.horsepower.tileentity.TileEntityHandGrindstone +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: se.gory_moon.horsepower.tileentity.TileEntityGrindstone +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: se.gory_moon.horsepower.tileentity.TileEntityManualChopper +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: se.gory_moon.horsepower.tileentity.TileEntityChopper +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: se.gory_moon.horsepower.tileentity.TileEntityFiller +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: se.gory_moon.horsepower.tileentity.TileEntityPress +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: net.darkhax.huntingdim.block.TileEntityFrame +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mcjty.lib.multipart.MultipartTE +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: ru.poopycoders.improvedbackpacks.tiles.TileEntityBackpack +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: ru.poopycoders.improvedbackpacks.tiles.TileEntityEnderBackpack +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: org.cyclops.integrateddynamics.core.tileentity.TileMultipartTicking +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: org.cyclops.integrateddynamics.tileentity.TileVariablestore +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: org.cyclops.integrateddynamics.tileentity.TileEnergyBattery +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: org.cyclops.integrateddynamics.tileentity.TileCoalGenerator +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: org.cyclops.integrateddynamics.tileentity.TileProxy +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: org.cyclops.integrateddynamics.tileentity.TileMaterializer +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: org.cyclops.integrateddynamics.tileentity.TileDryingBasin +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: org.cyclops.integrateddynamics.tileentity.TileSqueezer +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: org.cyclops.integrateddynamics.tileentity.TileDelay +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: org.cyclops.integrateddynamics.tileentity.TileMechanicalSqueezer +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: org.cyclops.integrateddynamics.tileentity.TileMechanicalDryingBasin +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mob_grinding_utils.tile.TileEntityFan +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mob_grinding_utils.tile.TileEntityAbsorptionHopper +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mob_grinding_utils.tile.TileEntityTank +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mob_grinding_utils.tile.TileEntitySinkTank +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mob_grinding_utils.tile.TileEntityXPTap +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mob_grinding_utils.tile.TileEntitySaw +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: hellfirepvp.modularmachinery.common.tiles.base.TileColorableMachineComponent +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: hellfirepvp.modularmachinery.common.tiles.TileMachineController +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: hellfirepvp.modularmachinery.common.tiles.TileFluidInputHatch +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: hellfirepvp.modularmachinery.common.tiles.TileFluidOutputHatch +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: hellfirepvp.modularmachinery.common.tiles.TileItemOutputBus +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: hellfirepvp.modularmachinery.common.tiles.TileItemInputBus +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: hellfirepvp.modularmachinery.common.tiles.TileEnergyInputHatch +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: hellfirepvp.modularmachinery.common.tiles.TileEnergyOutputHatch +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.blakebr0.mysticalagriculture.tileentity.TileEntityTinkeringTable +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.cjm721.overloaded.block.tile.TileCreativeGeneratorFE +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.cjm721.overloaded.block.tile.infinity.TileInfiniteBarrel +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.cjm721.overloaded.block.tile.infinity.TileInfiniteTank +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.cjm721.overloaded.block.tile.infinity.TileInfiniteCapacitor +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.cjm721.overloaded.block.tile.hyperTransfer.TileHyperItemReceiver +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.cjm721.overloaded.block.tile.hyperTransfer.TileHyperItemSender +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.cjm721.overloaded.block.tile.hyperTransfer.TileHyperFluidReceiver +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.cjm721.overloaded.block.tile.hyperTransfer.TileHyperFluidSender +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.cjm721.overloaded.block.tile.hyperTransfer.TileHyperEnergyReceiver +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.cjm721.overloaded.block.tile.hyperTransfer.TileHyperEnergySender +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.cjm721.overloaded.block.tile.TileInfiniteWaterSource +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.cjm721.overloaded.block.tile.TileEnergyExtractor +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.cjm721.overloaded.block.tile.TilePlayerInterface +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.cjm721.overloaded.block.tile.TileItemInterface +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: me.desht.pneumaticcraft.common.tileentity.TileEntityPressureTube +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: me.desht.pneumaticcraft.common.tileentity.TileEntityAdvancedPressureTube +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: me.desht.pneumaticcraft.common.tileentity.TileEntityAirCompressor +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: me.desht.pneumaticcraft.common.tileentity.TileEntityAdvancedAirCompressor +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: me.desht.pneumaticcraft.common.tileentity.TileEntityAirCannon +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: me.desht.pneumaticcraft.common.tileentity.TileEntityPressureChamberWall +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: me.desht.pneumaticcraft.common.tileentity.TileEntityPressureChamberValve +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: me.desht.pneumaticcraft.common.tileentity.TileEntityChargingStation +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: me.desht.pneumaticcraft.common.tileentity.TileEntityElevatorBase +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: me.desht.pneumaticcraft.common.tileentity.TileEntityElevatorFrame +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: me.desht.pneumaticcraft.common.tileentity.TileEntityPressureChamberInterface +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: me.desht.pneumaticcraft.common.tileentity.TileEntityVacuumPump +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: me.desht.pneumaticcraft.common.tileentity.TileEntityPneumaticDoorBase +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: me.desht.pneumaticcraft.common.tileentity.TileEntityPneumaticDoor +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: me.desht.pneumaticcraft.common.tileentity.TileEntityAssemblyIOUnit +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: me.desht.pneumaticcraft.common.tileentity.TileEntityAssemblyPlatform +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: me.desht.pneumaticcraft.common.tileentity.TileEntityAssemblyDrill +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: me.desht.pneumaticcraft.common.tileentity.TileEntityAssemblyLaser +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: me.desht.pneumaticcraft.common.tileentity.TileEntityAssemblyController +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: me.desht.pneumaticcraft.common.tileentity.TileEntityUVLightBox +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: me.desht.pneumaticcraft.common.tileentity.TileEntitySecurityStation +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: me.desht.pneumaticcraft.common.tileentity.TileEntityUniversalSensor +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: me.desht.pneumaticcraft.common.tileentity.TileEntityUniversalActuator +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: me.desht.pneumaticcraft.common.tileentity.TileEntityAerialInterface +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: me.desht.pneumaticcraft.common.tileentity.TileEntityElectrostaticCompressor +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: me.desht.pneumaticcraft.common.tileentity.TileEntityAphorismTile +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: me.desht.pneumaticcraft.common.tileentity.TileEntityOmnidirectionalHopper +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: me.desht.pneumaticcraft.common.tileentity.TileEntityLiquidHopper +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: me.desht.pneumaticcraft.common.tileentity.TileEntityElevatorCaller +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: me.desht.pneumaticcraft.common.tileentity.TileEntityProgrammer +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: me.desht.pneumaticcraft.common.tileentity.TileEntityCreativeCompressor +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: me.desht.pneumaticcraft.common.tileentity.TileEntityPlasticMixer +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: me.desht.pneumaticcraft.common.tileentity.TileEntityLiquidCompressor +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: me.desht.pneumaticcraft.common.tileentity.TileEntityAdvancedLiquidCompressor +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: me.desht.pneumaticcraft.common.tileentity.TileEntityDroneRedstoneEmitter +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: me.desht.pneumaticcraft.common.tileentity.TileEntityCompressedIronBlock +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: me.desht.pneumaticcraft.common.tileentity.TileEntityHeatSink +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: me.desht.pneumaticcraft.common.tileentity.TileEntityVortexTube +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: me.desht.pneumaticcraft.common.tileentity.TileEntityProgrammableController +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: me.desht.pneumaticcraft.common.tileentity.TileEntityGasLift +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: me.desht.pneumaticcraft.common.tileentity.TileEntityRefinery +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: me.desht.pneumaticcraft.common.tileentity.TileEntityThermopneumaticProcessingPlant +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: me.desht.pneumaticcraft.common.tileentity.TileEntityKeroseneLamp +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: me.desht.pneumaticcraft.common.tileentity.TileEntitySentryTurret +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: me.desht.pneumaticcraft.common.tileentity.TileEntityFluxCompressor +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: me.desht.pneumaticcraft.common.tileentity.TileEntityPneumaticDynamo +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: me.desht.pneumaticcraft.common.tileentity.TileEntityThermalCompressor +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.jarhax.poweradapters.TileEntityMJ +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.blamejared.primalchests.tileentities.TileEntityPrimalChest +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.blamejared.primalchests.tileentities.TileEntityPrimalChestAdvanced +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: rustic.common.tileentity.TileEntityApiary +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: rustic.common.tileentity.TileEntityVase +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: rustic.common.tileentity.TileEntityBarrel +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: rustic.common.tileentity.TileEntityCabinet +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: rustic.common.tileentity.TileEntityLiquidBarrel +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: rustic.common.tileentity.TileEntityCrushingTub +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: rustic.common.tileentity.TileEntityEvaporatingBasin +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: rustic.common.tileentity.TileEntityCondenser +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: rustic.common.tileentity.TileEntityCondenserAdvancedBottom +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: rustic.common.tileentity.TileEntityCondenserAdvancedTop +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: rustic.common.tileentity.TileEntityBrewingBarrel +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: nmd.primal.core.common.tiles.machines.TileStorageCrate +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: nmd.primal.core.common.tiles.machines.TileWorkTableShelf +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: nmd.primal.core.common.tiles.machines.TileWorkTableSlab +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: nmd.primal.core.common.tiles.machines.TileShelf +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: nmd.primal.core.common.tiles.machines.TileDryingRack +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: nmd.primal.core.common.tiles.machines.TileFishTrap +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: nmd.primal.core.common.tiles.machines.TileHibachi +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: nmd.primal.core.common.tiles.machines.TileSmelter +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: nmd.primal.core.common.tiles.machines.TileCauldron +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: nmd.primal.core.common.tiles.machines.TileBarrel +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: nmd.primal.core.common.tiles.machines.TileBrickMold +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: nmd.primal.core.common.tiles.machines.TileTatamiBed +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: nmd.primal.core.common.tiles.ticking.TileFirePit +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: nmd.primal.core.common.tiles.ticking.TileBrickform +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: nmd.primal.core.common.tiles.ticking.TileKiln +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: QuantumStorage.tiles.TileQuantumTank +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: QuantumStorage.tiles.TileQuantumBarrel +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: QuantumStorage.tiles.TileCrater +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: QuantumStorage.tiles.chests.TileChestIron +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: QuantumStorage.tiles.chests.TileChestGold +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: QuantumStorage.tiles.chests.TileChestDiamond +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: QuantumStorage.tiles.TileQuantumStorageUnit +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: QuantumStorage.tiles.TileQuantumCrafter +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: QuantumStorage.tiles.trashcans.TileTrashcan +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: QuantumStorage.tiles.trashcans.TileTrashcanFluid +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.raoulvdberge.rangedpumps.tile.TilePump +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: me.modmuss50.rebornstorage.tiles.TileMultiCrafter +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: me.modmuss50.rebornstorage.tiles.TileIoPort +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: ivorius.reccomplex.block.legacy.BlockStructureGenerator$TileEntityStructureGenerator +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: ivorius.reccomplex.block.legacy.BlockMazeGenerator$TileEntityMazeGenerator +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: ivorius.reccomplex.block.legacy.BlockSpawnCommand$TileEntitySpawnCommand +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: ivorius.reccomplex.block.TileEntityBlockScript +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mcjty.rftools.blocks.shield.TickShieldBlockTileEntity +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mcjty.rftools.blocks.shield.NoTickShieldBlockTileEntity +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mcjty.rftools.blocks.shield.TickShieldSolidBlockTileEntity +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mcjty.rftools.blocks.shield.NoTickShieldSolidBlockTileEntity +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.valkyrieofnight.sg.m_generators.m_combustion.tile.TileGenCombustionSimple +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.valkyrieofnight.sg.m_generators.m_combustion.tile.TileGenCombustionUpgradable +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.valkyrieofnight.sg.m_generators.m_culinary.tile.TileGenCulinarySimple +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.valkyrieofnight.sg.m_generators.m_culinary.tile.TileGenCulinaryUpgradable +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.valkyrieofnight.sg.m_generators.m_ender.tile.TileGenEnderSimple +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.valkyrieofnight.sg.m_generators.m_ender.tile.TileGenEnderUpgradable +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.valkyrieofnight.sg.m_generators.m_nether.tile.TileGenNetherSimple +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.valkyrieofnight.sg.m_generators.m_nether.tile.TileGenNetherUpgradable +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.valkyrieofnight.sg.m_generators.m_soul.tile.TileGenSoulSimple +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.valkyrieofnight.sg.m_generators.m_soul.tile.TileGenSoulUpgradable +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.valkyrieofnight.sg.m_generators.m_geothermal.tile.TileGeothermalSimple +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.valkyrieofnight.sg.m_generators.m_geothermal.tile.TileGeothermalUpgradable +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.valkyrieofnight.sg.m_generators.m_fluidcombustion.title.TileFCombustionSimple +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.valkyrieofnight.sg.m_generators.m_fluidcombustion.title.TileFCombustionUpgradable +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.valkyrieofnight.sg.m_generators.m_turbine.tile.TileTurbineSimple +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.valkyrieofnight.sg.m_generators.m_turbine.tile.TileTurbineUpgradable +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.lothrazar.simpletomb.block.TileEntityTomb +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: vswe.stevescarts.blocks.tileentities.TileEntityCartAssembler +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: vswe.stevescarts.blocks.tileentities.TileEntityCargo +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: vswe.stevescarts.blocks.tileentities.TileEntityLiquid +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: vswe.stevescarts.blocks.tileentities.TileEntityDistributor +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: vswe.stevescarts.blocks.tileentities.TileEntityActivator +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: vswe.stevescarts.blocks.tileentities.TileEntityDetector +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: vswe.stevescarts.blocks.tileentities.TileEntityUpgrade +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.shinoow.beneath.common.block.tile.TileEntityTeleporterDeepDank +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: pokefenn.totemic.tileentity.totem.TileTotemBase +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: pokefenn.totemic.tileentity.totem.TileTotemPole +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: pokefenn.totemic.tileentity.music.TileDrum +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: pokefenn.totemic.tileentity.music.TileWindChime +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: pokefenn.totemic.tileentity.TileTipi +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: pokefenn.totemic.tileentity.TileDecoPillar +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: codechicken.translocators.tile.TileCraftingGrid +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: uppers.tiles.TileEntityUpper +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: de.ellpeck.wopper.TileEntityWopper +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mcjty.xnet.blocks.facade.FacadeTileEntity +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mcjty.xnet.blocks.cables.ConnectorTileEntity +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mcjty.xnet.blocks.cables.AdvancedConnectorTileEntity +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: primal_tech.tiles.TileEntityKiln +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: primal_tech.tiles.TileEntityWorkStump +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: primal_tech.tiles.TileEntityStoneGrill +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: primal_tech.tiles.TileEntityWoodenHopper +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: primal_tech.tiles.TileEntityWorkStumpUpgraded +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: primal_tech.tiles.TileEntityWaterSaw +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: primal_tech.tiles.TileEntityStoneAnvil +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: primal_tech.tiles.TileEntityWoodenBasin +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: team.chisel.common.block.TileAutoChisel +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: slimeknights.tconstruct.shared.tileentity.TileTable +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: slimeknights.tconstruct.tools.common.tileentity.TileCraftingStation +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: slimeknights.tconstruct.tools.common.tileentity.TileStencilTable +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: slimeknights.tconstruct.tools.common.tileentity.TilePartBuilder +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: slimeknights.tconstruct.tools.common.tileentity.TilePatternChest +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: slimeknights.tconstruct.tools.common.tileentity.TilePartChest +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: slimeknights.tconstruct.tools.common.tileentity.TileToolStation +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: slimeknights.tconstruct.tools.common.tileentity.TileToolForge +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: slimeknights.tconstruct.smeltery.tileentity.TileSmeltery +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: slimeknights.tconstruct.smeltery.tileentity.TileSmelteryComponent +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: slimeknights.tconstruct.smeltery.tileentity.TileTank +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: slimeknights.tconstruct.smeltery.tileentity.TileFaucet +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: slimeknights.tconstruct.smeltery.tileentity.TileChannel +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: slimeknights.tconstruct.smeltery.tileentity.TileCastingTable +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: slimeknights.tconstruct.smeltery.tileentity.TileCastingBasin +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: slimeknights.tconstruct.smeltery.tileentity.TileDrain +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: slimeknights.tconstruct.smeltery.tileentity.TileSearedFurnace +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: slimeknights.tconstruct.smeltery.tileentity.TileTinkerTank +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: slimeknights.tconstruct.gadgets.tileentity.TileItemRack +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: slimeknights.tconstruct.gadgets.tileentity.TileDryingRack +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: slimeknights.tconstruct.gadgets.tileentity.TileWoodenHopper +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: slimeknights.tconstruct.gadgets.tileentity.TileSlimeChannel +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.progwml6.natura.nether.block.furnace.tile.TileEntityNetherrackFurnace +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: jds.bibliocraft.tileentities.TileEntityBookcase +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: jds.bibliocraft.tileentities.TileEntityShelf +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: jds.bibliocraft.tileentities.TileEntityMarkerPole +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: jds.bibliocraft.tileentities.TileEntityClipboard +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: jds.bibliocraft.tileentities.BiblioLightTileEntity +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: jds.bibliocraft.tileentities.TileEntityFurniturePaneler +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: jds.bibliocraft.tileentities.TileEntityPotionShelf +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: jds.bibliocraft.tileentities.TileEntityToolRack +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: jds.bibliocraft.tileentities.TileEntityLabel +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: jds.bibliocraft.tileentities.TileEntityDesk +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: jds.bibliocraft.tileentities.TileEntityTable +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: jds.bibliocraft.tileentities.TileEntitySeat +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: jds.bibliocraft.tileentities.TileEntityFancySign +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: jds.bibliocraft.tileentities.TileEntityFancyWorkbench +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: jds.bibliocraft.tileentities.TileEntityFramedChest +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: jds.bibliocraft.tileentities.TileEntityMapFrame +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: jds.bibliocraft.tileentities.TileEntityCase +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: jds.bibliocraft.tileentities.TileEntityClock +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: jds.bibliocraft.tileentities.TileEntityPaintingBorderless +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: jds.bibliocraft.tileentities.TileEntityPaintingFancy +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: jds.bibliocraft.tileentities.TileEntityPaintingFlat +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: jds.bibliocraft.tileentities.TileEntityPaintingMiddle +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: jds.bibliocraft.tileentities.TileEntityPaintingSimple +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: jds.bibliocraft.tileentities.TileEntityPaintPress +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: jds.bibliocraft.tileentities.TileEntityArmorStand +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: jds.bibliocraft.tileentities.TileEntityTypeMachine +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: jds.bibliocraft.tileentities.TileEntityPrintPress +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: jds.bibliocraft.tileentities.TileEntityCookieJar +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: jds.bibliocraft.tileentities.TileEntityDinnerPlate +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: jds.bibliocraft.tileentities.TileEntityDiscRack +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: jds.bibliocraft.tileentities.TileEntitySwordPedestal +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: jds.bibliocraft.tileentities.TileEntityBell +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: jds.bibliocraft.tileentities.TileEntityTypewriter +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: WayofTime.bloodmagic.tile.TileAltar +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: WayofTime.bloodmagic.tile.TileImperfectRitualStone +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: WayofTime.bloodmagic.tile.TileMasterRitualStone +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: WayofTime.bloodmagic.tile.TileAlchemyArray +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: WayofTime.bloodmagic.tile.TileSpectralBlock +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: WayofTime.bloodmagic.tile.TilePhantomBlock +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: WayofTime.bloodmagic.tile.TileTeleposer +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: WayofTime.bloodmagic.tile.TileSoulForge +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: WayofTime.bloodmagic.tile.routing.TileMasterRoutingNode +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: WayofTime.bloodmagic.tile.routing.TileInputRoutingNode +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: WayofTime.bloodmagic.tile.routing.TileOutputRoutingNode +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: WayofTime.bloodmagic.tile.routing.TileItemRoutingNode +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: WayofTime.bloodmagic.tile.TileIncenseAltar +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: WayofTime.bloodmagic.tile.TileDemonCrucible +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: WayofTime.bloodmagic.tile.TileDemonPylon +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: WayofTime.bloodmagic.tile.TileDemonCrystallizer +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: WayofTime.bloodmagic.tile.TileDemonCrystal +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: WayofTime.bloodmagic.tile.TileAlchemyTable +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: WayofTime.bloodmagic.tile.TileDimensionalPortal +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: WayofTime.bloodmagic.tile.TileBloodTank +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: WayofTime.bloodmagic.tile.TileMimic +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: WayofTime.bloodmagic.tile.TileInversionPillar +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: org.dave.bonsaitrees.tile.TileBonsaiPot +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.direwolf20.buildinggadgets.common.blocks.templatemanager.TemplateManagerTileEntity +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.direwolf20.buildinggadgets.common.blocks.ConstructionBlockTileEntity +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: de.maxhenkel.car.blocks.tileentity.TileEntityFuelStation +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: de.maxhenkel.car.blocks.tileentity.TileEntityOilMill +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: de.maxhenkel.car.blocks.tileentity.TileEntityBlastFurnace +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: de.maxhenkel.car.blocks.tileentity.TileEntityBackmixReactor +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: de.maxhenkel.car.blocks.tileentity.TileEntityGenerator +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: de.maxhenkel.car.blocks.tileentity.TileEntitySplitTank +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: de.maxhenkel.car.blocks.tileentity.TileEntityTank +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: de.maxhenkel.car.blocks.tileentity.TileEntityCarWorkshop +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: de.maxhenkel.car.blocks.tileentity.TileEntityCable +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: de.maxhenkel.car.blocks.tileentity.TileEntityFluidExtractor +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: de.maxhenkel.car.blocks.tileentity.TileEntityDynamo +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: de.maxhenkel.car.blocks.tileentity.TileEntitySign +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: knightminer.ceramics.tileentity.TileBarrel +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: knightminer.ceramics.tileentity.TileBarrelExtension +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: knightminer.ceramics.tileentity.TileFaucet +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: knightminer.ceramics.tileentity.TileChannel +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: org.dave.compactmachines3.tile.TileEntityTunnel +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: org.dave.compactmachines3.tile.TileEntityMachine +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: org.dave.compactmachines3.tile.TileEntityFieldProjector +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: org.dave.compactmachines3.tile.TileEntityCraftingHologram +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: org.dave.compactmachines3.tile.TileEntityRedstoneTunnel +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: c4.conarm.common.tileentities.TileArmorStation +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: c4.conarm.common.tileentities.TileArmorForge +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: xyz.vsngamer.elevator.tile.TileElevator +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: fi.dy.masa.enderutilities.tileentity.TileEntityASU +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: fi.dy.masa.enderutilities.tileentity.TileEntityBarrel +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: fi.dy.masa.enderutilities.tileentity.TileEntityCreationStation +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: fi.dy.masa.enderutilities.tileentity.TileEntityDrawbridge +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: fi.dy.masa.enderutilities.tileentity.TileEntityElevator +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: fi.dy.masa.enderutilities.tileentity.TileEntityEnderFurnace +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: fi.dy.masa.enderutilities.tileentity.TileEntityEnderInfuser +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: fi.dy.masa.enderutilities.tileentity.TileEntityEnergyBridge +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: fi.dy.masa.enderutilities.tileentity.TileEntityHandyChest +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: fi.dy.masa.enderutilities.tileentity.TileEntityInserter +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: fi.dy.masa.enderutilities.tileentity.TileEntityJSU +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: fi.dy.masa.enderutilities.tileentity.TileEntityMemoryChest +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: fi.dy.masa.enderutilities.tileentity.TileEntityMSU +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: fi.dy.masa.enderutilities.tileentity.TileEntityPortal +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: fi.dy.masa.enderutilities.tileentity.TileEntityPortalFrame +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: fi.dy.masa.enderutilities.tileentity.TileEntityPortalPanel +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: fi.dy.masa.enderutilities.tileentity.TileEntityQuickStackerAdvanced +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: fi.dy.masa.enderutilities.tileentity.TileEntitySoundBlock +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: fi.dy.masa.enderutilities.tileentity.TileEntityToolWorkstation +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mcjty.immcraft.blocks.furnace.FurnaceTE +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mcjty.immcraft.blocks.bundle.BundleTE +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mcjty.immcraft.blocks.workbench.WorkbenchTE +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mcjty.immcraft.blocks.workbench.WorkbenchSecondaryTE +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mcjty.immcraft.blocks.inworldplacer.InWorldPlacerTE +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mcjty.immcraft.blocks.inworldplacer.InWorldVerticalPlacerTE +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mcjty.immcraft.blocks.foliage.SticksTE +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mcjty.immcraft.blocks.chest.ChestTE +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mcjty.immcraft.blocks.shelf.CupboardTE +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mcjty.immcraft.blocks.shelf.ShelfTE +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mcjty.immcraft.blocks.shelf.BookshelfTE +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mcjty.immcraft.blocks.book.BookStandTE +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: cd4017be.indlog.tileentity.ItemPipe +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: cd4017be.indlog.tileentity.FluidPipe +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: cd4017be.indlog.tileentity.WarpPipe +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: cd4017be.indlog.tileentity.Tank +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: cd4017be.indlog.tileentity.Buffer +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: cd4017be.indlog.tileentity.AutoCrafter +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: cd4017be.indlog.tileentity.InvConnector +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: cd4017be.indlog.tileentity.OverflowTrash +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: cd4017be.indlog.tileentity.FluidIntake +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: cd4017be.indlog.tileentity.FluidOutlet +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: cd4017be.indlog.tileentity.DropedItemInterface +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: cd4017be.indlog.tileentity.EntityInterface +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: cd4017be.indlog.tileentity.BlockPlacer +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: cpw.mods.ironchest.common.tileentity.chest.TileEntityIronChest +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: cpw.mods.ironchest.common.tileentity.chest.TileEntityGoldChest +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: cpw.mods.ironchest.common.tileentity.chest.TileEntityDiamondChest +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: cpw.mods.ironchest.common.tileentity.chest.TileEntityCopperChest +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: cpw.mods.ironchest.common.tileentity.chest.TileEntitySilverChest +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: cpw.mods.ironchest.common.tileentity.chest.TileEntityCrystalChest +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: cpw.mods.ironchest.common.tileentity.chest.TileEntityObsidianChest +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: cpw.mods.ironchest.common.tileentity.chest.TileEntityDirtChest +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: cpw.mods.ironchest.common.tileentity.shulker.TileEntityIronShulkerBox +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: cpw.mods.ironchest.common.tileentity.shulker.TileEntityGoldShulkerBox +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: cpw.mods.ironchest.common.tileentity.shulker.TileEntityDiamondShulkerBox +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: cpw.mods.ironchest.common.tileentity.shulker.TileEntityCopperShulkerBox +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: cpw.mods.ironchest.common.tileentity.shulker.TileEntitySilverShulkerBox +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: cpw.mods.ironchest.common.tileentity.shulker.TileEntityCrystalShulkerBox +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: cpw.mods.ironchest.common.tileentity.shulker.TileEntityObsidianShulkerBox +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: nex.tileentity.TileEntityUrnOfSorrow +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mcjty.rftools.blocks.generator.CoalGeneratorTileEntity +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mcjty.rftools.blocks.crafter.CrafterBlockTileEntity1 +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mcjty.rftools.blocks.crafter.CrafterBlockTileEntity2 +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mcjty.rftools.blocks.crafter.CrafterBlockTileEntity3 +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mcjty.rftools.blocks.storage.ModularStorageTileEntity +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mcjty.rftools.blocks.storage.RemoteStorageTileEntity +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mcjty.rftools.blocks.storage.StorageTerminalTileEntity +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mcjty.rftools.blocks.storage.LevelEmitterTileEntity +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mcjty.rftools.blocks.teleporter.MatterTransmitterTileEntity +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mcjty.rftools.blocks.teleporter.MatterReceiverTileEntity +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mcjty.rftools.blocks.teleporter.DialingDeviceTileEntity +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mcjty.rftools.blocks.teleporter.SimpleDialerTileEntity +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mcjty.rftools.blocks.screens.ScreenTileEntity +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mcjty.rftools.blocks.screens.CreativeScreenTileEntity +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mcjty.rftools.blocks.screens.ScreenHitTileEntity +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mcjty.rftools.blocks.screens.ScreenControllerTileEntity +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mcjty.rftools.blocks.logic.wireless.RedstoneTransmitterTileEntity +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mcjty.rftools.blocks.logic.wireless.RedstoneReceiverTileEntity +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mcjty.rftools.blocks.logic.sequencer.SequencerTileEntity +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mcjty.rftools.blocks.logic.counter.CounterTileEntity +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mcjty.rftools.blocks.logic.threelogic.ThreeLogicTileEntity +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mcjty.rftools.blocks.logic.invchecker.InvCheckerTileEntity +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mcjty.rftools.blocks.logic.sensor.SensorTileEntity +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mcjty.rftools.blocks.logic.analog.AnalogTileEntity +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mcjty.rftools.blocks.logic.digit.DigitTileEntity +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mcjty.rftools.blocks.logic.wire.WireTileEntity +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mcjty.rftools.blocks.logic.timer.TimerTileEntity +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mcjty.rftools.blocks.infuser.MachineInfuserTileEntity +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mcjty.rftools.blocks.builder.SpaceChamberControllerTileEntity +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mcjty.rftools.blocks.builder.BuilderTileEntity +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mcjty.rftools.blocks.shaper.ComposerTileEntity +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mcjty.rftools.blocks.shaper.LocatorTileEntity +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mcjty.rftools.blocks.shaper.ProjectorTileEntity +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mcjty.rftools.blocks.shaper.ScannerTileEntity +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mcjty.rftools.blocks.shaper.RemoteScannerTileEntity +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mcjty.rftools.blocks.powercell.PowerCellNormalTileEntity +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mcjty.rftools.blocks.powercell.PowerCellAdvancedTileEntity +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mcjty.rftools.blocks.powercell.PowerCellCreativeTileEntity +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mcjty.rftools.blocks.powercell.PowerCellSimpleTileEntity +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mcjty.rftools.blocks.relay.RelayTileEntity +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mcjty.rftools.blocks.monitor.RFMonitorBlockTileEntity +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mcjty.rftools.blocks.monitor.LiquidMonitorBlockTileEntity +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mcjty.rftools.blocks.shield.ShieldTileEntity +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mcjty.rftools.blocks.shield.ShieldTileEntity2 +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mcjty.rftools.blocks.shield.ShieldTileEntity3 +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mcjty.rftools.blocks.shield.ShieldTileEntity4 +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mcjty.rftools.blocks.environmental.EnvironmentalControllerTileEntity +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mcjty.rftools.blocks.spawner.SpawnerTileEntity +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mcjty.rftools.blocks.spawner.MatterBeamerTileEntity +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mcjty.rftools.blocks.blockprotector.BlockProtectorTileEntity +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mcjty.rftools.blocks.itemfilter.ItemFilterTileEntity +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mcjty.rftools.blocks.security.SecurityManagerTileEntity +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mcjty.rftools.blocks.endergen.EndergenicTileEntity +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mcjty.rftools.blocks.endergen.PearlInjectorTileEntity +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mcjty.rftools.blocks.endergen.EnderMonitorTileEntity +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mcjty.rftools.blocks.storagemonitor.StorageScannerTileEntity +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mcjty.rftools.blocks.elevator.ElevatorTileEntity +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mcjty.rftools.blocks.booster.BoosterTileEntity +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mcjty.rftoolscontrol.blocks.programmer.ProgrammerTileEntity +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mcjty.rftoolscontrol.blocks.processor.ProcessorTileEntity +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mcjty.rftoolscontrol.blocks.node.NodeTileEntity +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mcjty.rftoolscontrol.blocks.craftingstation.CraftingStationTileEntity +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mcjty.rftoolscontrol.blocks.workbench.WorkbenchTileEntity +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mcjty.rftoolscontrol.blocks.multitank.MultiTankTileEntity +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.jaquadro.minecraft.storagedrawers.block.tile.TileEntityDrawersStandard$Legacy +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.jaquadro.minecraft.storagedrawers.block.tile.TileEntityDrawersStandard$Slot1 +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.jaquadro.minecraft.storagedrawers.block.tile.TileEntityDrawersStandard$Slot2 +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.jaquadro.minecraft.storagedrawers.block.tile.TileEntityDrawersStandard$Slot4 +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.jaquadro.minecraft.storagedrawers.block.tile.TileEntityKeyButton +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.jaquadro.minecraft.storagedrawers.block.tile.TileEntityDrawersComp +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.jaquadro.minecraft.storagedrawers.block.tile.TileEntityController +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.jaquadro.minecraft.storagedrawers.block.tile.TileEntitySlave +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.jaquadro.minecraft.storagedrawers.block.tile.TileEntityFramingTable +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.jaquadro.minecraft.storagedrawers.block.tile.TileEntityTrim +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: edgarallen.soundmuffler.block.TileEntitySoundMuffler +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: knightminer.tcomplement.melter.tileentity.TileMelter +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: knightminer.tcomplement.melter.tileentity.TileHeater +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: knightminer.tcomplement.melter.tileentity.TileAlloyTank +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mods.waterstrainer.tileentity.TileEntityStrainer +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.github.atomicblom.weirdinggadget.block.tileentity.WeirdingGadgetTileEntity +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mcjty.xnet.blocks.controller.TileEntityController +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mcjty.xnet.blocks.router.TileEntityRouter +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mcjty.xnet.blocks.wireless.TileEntityWirelessRouter +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: hellfirepvp.astralsorcery.common.tile.TileAltar +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: hellfirepvp.astralsorcery.common.tile.TileRitualPedestal +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: hellfirepvp.astralsorcery.common.tile.network.TileCollectorCrystal +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: hellfirepvp.astralsorcery.common.tile.TileCelestialCrystals +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: hellfirepvp.astralsorcery.common.tile.TileGemCrystals +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: hellfirepvp.astralsorcery.common.tile.TileWell +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: hellfirepvp.astralsorcery.common.tile.TileIlluminator +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: hellfirepvp.astralsorcery.common.tile.TileTelescope +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: hellfirepvp.astralsorcery.common.tile.TileGrindstone +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: hellfirepvp.astralsorcery.common.tile.TileStructuralConnector +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: hellfirepvp.astralsorcery.common.tile.TileFakeTree +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: hellfirepvp.astralsorcery.common.tile.TileAttunementAltar +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: hellfirepvp.astralsorcery.common.tile.TileStarlightInfuser +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: hellfirepvp.astralsorcery.common.tile.TileTreeBeacon +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: hellfirepvp.astralsorcery.common.tile.TileRitualLink +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: hellfirepvp.astralsorcery.common.tile.TileTranslucent +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: hellfirepvp.astralsorcery.common.tile.TileAttunementRelay +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: hellfirepvp.astralsorcery.common.tile.TileMapDrawingTable +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: hellfirepvp.astralsorcery.common.tile.TileCelestialGateway +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: hellfirepvp.astralsorcery.common.tile.TileOreGenerator +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: hellfirepvp.astralsorcery.common.tile.TileVanishing +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: hellfirepvp.astralsorcery.common.tile.TileChalice +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: hellfirepvp.astralsorcery.common.tile.TileBore +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: hellfirepvp.astralsorcery.common.tile.TileStructController +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: hellfirepvp.astralsorcery.common.tile.TileObservatory +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: hellfirepvp.astralsorcery.common.tile.network.TileCrystalLens +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: hellfirepvp.astralsorcery.common.tile.network.TileCrystalPrismLens +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: hellfirepvp.astralsorcery.common.integrations.mods.geolosys.TileGeolosysSampleCluster +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.theprogrammingturkey.progressiontweaks.blocks.tileentities.TileFirePit +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.buuz135.industrial.tile.generator.PetrifiedFuelGeneratorTile +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.buuz135.industrial.tile.magic.EnchantmentRefinerTile +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.buuz135.industrial.tile.magic.EnchantmentExtractorTile +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.buuz135.industrial.tile.magic.EnchantmentAplicatorTile +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.buuz135.industrial.tile.mob.MobRelocatorTile +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.buuz135.industrial.tile.magic.PotionEnervatorTile +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.buuz135.industrial.tile.agriculture.AnimalIndependenceSelectorTile +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.buuz135.industrial.tile.agriculture.AnimalStockIncreaserTile +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.buuz135.industrial.tile.agriculture.CropSowerTile +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.buuz135.industrial.tile.agriculture.CropEnrichMaterialInjectorTile +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.buuz135.industrial.tile.agriculture.CropRecolectorTile +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.buuz135.industrial.tile.misc.BlackHoleUnitTile +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.buuz135.industrial.tile.misc.WaterCondesatorTile +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.buuz135.industrial.tile.agriculture.AnimalResourceHarvesterTile +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.buuz135.industrial.tile.agriculture.MobSlaughterFactoryTile +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.buuz135.industrial.tile.mob.MobDuplicatorTile +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.buuz135.industrial.tile.world.BlockDestroyerTile +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.buuz135.industrial.tile.world.BlockPlacerTile +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.buuz135.industrial.tile.agriculture.SewageCompostSolidifierTile +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.buuz135.industrial.tile.agriculture.AnimalByproductRecolectorTile +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.buuz135.industrial.tile.agriculture.SludgeRefinerTile +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.buuz135.industrial.tile.mob.MobDetectorTile +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.buuz135.industrial.tile.generator.LavaFabricatorTile +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.buuz135.industrial.tile.generator.BioReactorTile +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.buuz135.industrial.tile.generator.BiofuelGeneratorTile +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.buuz135.industrial.tile.world.LaserBaseTile +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.buuz135.industrial.tile.world.LaserDrillTile +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.buuz135.industrial.tile.misc.OreProcessorTile +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.buuz135.industrial.tile.misc.BlackHoleControllerTile +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.buuz135.industrial.tile.misc.BlackHoleControllerTileReworked +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.buuz135.industrial.tile.magic.EnchantmentInvokerTile +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.buuz135.industrial.tile.agriculture.SporesRecreatorTile +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.buuz135.industrial.tile.agriculture.AnimalGrowthIncreaserTile +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.buuz135.industrial.tile.world.MaterialStoneWorkFactoryTile +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.buuz135.industrial.tile.misc.BlackHoleTankTile +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.buuz135.industrial.tile.misc.ResourcefulFurnaceTile +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.buuz135.industrial.tile.mob.VillagerTradeExchangerTile +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.buuz135.industrial.tile.world.EnergyFieldProviderTile +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.buuz135.industrial.tile.misc.OreDictionaryConverterTile +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.buuz135.industrial.tile.generator.ProteinReactorTile +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.buuz135.industrial.tile.generator.ProteinGeneratorTile +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.buuz135.industrial.tile.agriculture.HydratorTile +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.buuz135.industrial.tile.mob.WitherBuilderTile +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.buuz135.industrial.tile.world.FluidPumpTile +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.buuz135.industrial.tile.misc.FluidCrafterTile +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.buuz135.industrial.tile.agriculture.PlantInteractorTile +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.buuz135.industrial.tile.misc.ItemSplitterTile +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.buuz135.industrial.tile.misc.FluidDictionaryConverterTile +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.buuz135.industrial.tile.misc.FrosterTile +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.buuz135.industrial.proxy.block.tile.TileEntityConveyor +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.buuz135.industrial.proxy.block.tile.TileEntityLabel +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mrriegel.storagenetwork.block.cable.TileCable +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mrriegel.storagenetwork.block.cable.link.TileCableLink +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mrriegel.storagenetwork.block.cable.io.TileCableIO +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mrriegel.storagenetwork.block.cable.processing.TileCableProcess +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mrriegel.storagenetwork.block.master.TileMaster +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mrriegel.storagenetwork.block.request.TileRequest +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mrriegel.storagenetwork.block.control.TileControl +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.viesis.viescraft.common.tileentity.TileEntityAirshipWorkbench +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: de.ellpeck.actuallyadditions.mod.tile.TileEntityCompost +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: de.ellpeck.actuallyadditions.mod.tile.TileEntityFeeder +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: de.ellpeck.actuallyadditions.mod.tile.TileEntityGiantChest +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: de.ellpeck.actuallyadditions.mod.tile.TileEntityGiantChestMedium +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: de.ellpeck.actuallyadditions.mod.tile.TileEntityGiantChestLarge +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: de.ellpeck.actuallyadditions.mod.tile.TileEntityGrinder +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: de.ellpeck.actuallyadditions.mod.tile.TileEntityFurnaceDouble +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: de.ellpeck.actuallyadditions.mod.tile.TileEntityInputter +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: de.ellpeck.actuallyadditions.mod.tile.TileEntityFishingNet +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: de.ellpeck.actuallyadditions.mod.tile.TileEntityFurnaceSolar +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: de.ellpeck.actuallyadditions.mod.tile.TileEntityHeatCollector +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: de.ellpeck.actuallyadditions.mod.tile.TileEntityItemRepairer +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: de.ellpeck.actuallyadditions.mod.tile.TileEntityBreaker +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: de.ellpeck.actuallyadditions.mod.tile.TileEntityDropper +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: de.ellpeck.actuallyadditions.mod.tile.TileEntityInputterAdvanced +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: de.ellpeck.actuallyadditions.mod.tile.TileEntityPlacer +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: de.ellpeck.actuallyadditions.mod.tile.TileEntityGrinderDouble +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: de.ellpeck.actuallyadditions.mod.tile.TileEntityCanolaPress +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: de.ellpeck.actuallyadditions.mod.tile.TileEntityFermentingBarrel +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: de.ellpeck.actuallyadditions.mod.tile.TileEntityOilGenerator +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: de.ellpeck.actuallyadditions.mod.tile.TileEntityCoalGenerator +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: de.ellpeck.actuallyadditions.mod.tile.TileEntityPhantomItemface +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: de.ellpeck.actuallyadditions.mod.tile.TileEntityPhantomLiquiface +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: de.ellpeck.actuallyadditions.mod.tile.TileEntityPhantomEnergyface +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: de.ellpeck.actuallyadditions.mod.tile.TileEntityPlayerInterface +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: de.ellpeck.actuallyadditions.mod.tile.TileEntityPhantomPlacer +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: de.ellpeck.actuallyadditions.mod.tile.TileEntityPhantomBreaker +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: de.ellpeck.actuallyadditions.mod.tile.TileEntityFluidCollector +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: de.ellpeck.actuallyadditions.mod.tile.TileEntityFluidPlacer +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: de.ellpeck.actuallyadditions.mod.tile.TileEntityLavaFactoryController +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: de.ellpeck.actuallyadditions.mod.tile.TileEntityCoffeeMachine +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: de.ellpeck.actuallyadditions.mod.tile.TileEntityPhantomBooster +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: de.ellpeck.actuallyadditions.mod.tile.TileEntityEnergizer +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: de.ellpeck.actuallyadditions.mod.tile.TileEntityEnervator +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: de.ellpeck.actuallyadditions.mod.tile.TileEntityXPSolidifier +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: de.ellpeck.actuallyadditions.mod.tile.TileEntitySmileyCloud +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: de.ellpeck.actuallyadditions.mod.tile.TileEntityLeafGenerator +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: de.ellpeck.actuallyadditions.mod.tile.TileEntityDirectionalBreaker +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: de.ellpeck.actuallyadditions.mod.tile.TileEntityRangedCollector +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: de.ellpeck.actuallyadditions.mod.tile.TileEntityAtomicReconstructor +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: de.ellpeck.actuallyadditions.mod.tile.TileEntityMiner +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: de.ellpeck.actuallyadditions.mod.tile.TileEntityFireworkBox +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: de.ellpeck.actuallyadditions.mod.tile.TileEntityPhantomRedstoneface +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: de.ellpeck.actuallyadditions.mod.tile.TileEntityLaserRelayItem +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: de.ellpeck.actuallyadditions.mod.tile.TileEntityLaserRelayEnergy +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: de.ellpeck.actuallyadditions.mod.tile.TileEntityLaserRelayEnergyAdvanced +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: de.ellpeck.actuallyadditions.mod.tile.TileEntityLaserRelayEnergyExtreme +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: de.ellpeck.actuallyadditions.mod.tile.TileEntityLaserRelayItemWhitelist +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: de.ellpeck.actuallyadditions.mod.tile.TileEntityItemViewer +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: de.ellpeck.actuallyadditions.mod.tile.TileEntityDisplayStand +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: de.ellpeck.actuallyadditions.mod.tile.TileEntityShockSuppressor +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: de.ellpeck.actuallyadditions.mod.tile.TileEntityEmpowerer +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: de.ellpeck.actuallyadditions.mod.tile.TileEntityLaserRelayFluids +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: de.ellpeck.actuallyadditions.mod.tile.TileEntityBioReactor +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: de.ellpeck.actuallyadditions.mod.tile.TileEntityFarmer +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: de.ellpeck.actuallyadditions.mod.tile.TileEntityItemViewerHopping +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: de.ellpeck.actuallyadditions.mod.tile.TileEntityBatteryBox +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: blusunrize.immersiveengineering.common.blocks.TileEntityIESlab +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: blusunrize.immersiveengineering.common.blocks.cloth.TileEntityBalloon +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: blusunrize.immersiveengineering.common.blocks.cloth.TileEntityStripCurtain +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: blusunrize.immersiveengineering.common.blocks.cloth.TileEntityShaderBanner +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: blusunrize.immersiveengineering.common.blocks.stone.TileEntityCokeOven +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: blusunrize.immersiveengineering.common.blocks.stone.TileEntityBlastFurnace +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: blusunrize.immersiveengineering.common.blocks.stone.TileEntityBlastFurnaceAdvanced +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: blusunrize.immersiveengineering.common.blocks.stone.TileEntityCoresample +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: blusunrize.immersiveengineering.common.blocks.stone.TileEntityAlloySmelter +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: blusunrize.immersiveengineering.common.blocks.wooden.TileEntityWoodenCrate +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: blusunrize.immersiveengineering.common.blocks.wooden.TileEntityWoodenBarrel +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: blusunrize.immersiveengineering.common.blocks.wooden.TileEntityModWorkbench +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: blusunrize.immersiveengineering.common.blocks.wooden.TileEntitySorter +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: blusunrize.immersiveengineering.common.blocks.wooden.TileEntityTurntable +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: blusunrize.immersiveengineering.common.blocks.wooden.TileEntityFluidSorter +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: blusunrize.immersiveengineering.common.blocks.wooden.TileEntityWatermill +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: blusunrize.immersiveengineering.common.blocks.wooden.TileEntityWindmill +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: blusunrize.immersiveengineering.common.blocks.wooden.TileEntityWoodenPost +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: blusunrize.immersiveengineering.common.blocks.wooden.TileEntityWallmount +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: blusunrize.immersiveengineering.common.blocks.metal.TileEntityLadder +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: blusunrize.immersiveengineering.common.blocks.metal.TileEntityLantern +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: blusunrize.immersiveengineering.common.blocks.metal.TileEntityRazorWire +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: blusunrize.immersiveengineering.common.blocks.metal.TileEntityToolbox +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: blusunrize.immersiveengineering.common.blocks.metal.TileEntityStructuralArm +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: blusunrize.immersiveengineering.common.blocks.metal.TileEntityConnectorLV +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: blusunrize.immersiveengineering.common.blocks.metal.TileEntityRelayLV +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: blusunrize.immersiveengineering.common.blocks.metal.TileEntityConnectorMV +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: blusunrize.immersiveengineering.common.blocks.metal.TileEntityRelayMV +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: blusunrize.immersiveengineering.common.blocks.metal.TileEntityConnectorHV +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: blusunrize.immersiveengineering.common.blocks.metal.TileEntityRelayHV +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: blusunrize.immersiveengineering.common.blocks.metal.TileEntityConnectorStructural +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: blusunrize.immersiveengineering.common.blocks.metal.TileEntityTransformer +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: blusunrize.immersiveengineering.common.blocks.metal.TileEntityTransformerHV +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: blusunrize.immersiveengineering.common.blocks.metal.TileEntityBreakerSwitch +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: blusunrize.immersiveengineering.common.blocks.metal.TileEntityRedstoneBreaker +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: blusunrize.immersiveengineering.common.blocks.metal.TileEntityEnergyMeter +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: blusunrize.immersiveengineering.common.blocks.metal.TileEntityConnectorRedstone +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: blusunrize.immersiveengineering.common.blocks.metal.TileEntityConnectorProbe +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: blusunrize.immersiveengineering.common.blocks.metal.TileEntityFeedthrough +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: blusunrize.immersiveengineering.common.blocks.metal.TileEntityCapacitorLV +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: blusunrize.immersiveengineering.common.blocks.metal.TileEntityCapacitorMV +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: blusunrize.immersiveengineering.common.blocks.metal.TileEntityCapacitorHV +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: blusunrize.immersiveengineering.common.blocks.metal.TileEntityCapacitorCreative +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: blusunrize.immersiveengineering.common.blocks.metal.TileEntityMetalBarrel +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: blusunrize.immersiveengineering.common.blocks.metal.TileEntityFluidPump +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: blusunrize.immersiveengineering.common.blocks.metal.TileEntityFluidPlacer +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: blusunrize.immersiveengineering.common.blocks.metal.TileEntityBlastFurnacePreheater +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: blusunrize.immersiveengineering.common.blocks.metal.TileEntityFurnaceHeater +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: blusunrize.immersiveengineering.common.blocks.metal.TileEntityDynamo +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: blusunrize.immersiveengineering.common.blocks.metal.TileEntityThermoelectricGen +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: blusunrize.immersiveengineering.common.blocks.metal.TileEntityElectricLantern +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: blusunrize.immersiveengineering.common.blocks.metal.TileEntityChargingStation +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: blusunrize.immersiveengineering.common.blocks.metal.TileEntityFluidPipe +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: blusunrize.immersiveengineering.common.blocks.metal.TileEntitySampleDrill +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: blusunrize.immersiveengineering.common.blocks.metal.TileEntityTeslaCoil +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: blusunrize.immersiveengineering.common.blocks.metal.TileEntityFloodlight +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: blusunrize.immersiveengineering.common.blocks.metal.TileEntityTurret +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: blusunrize.immersiveengineering.common.blocks.metal.TileEntityTurretChem +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: blusunrize.immersiveengineering.common.blocks.metal.TileEntityTurretGun +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: blusunrize.immersiveengineering.common.blocks.metal.TileEntityBelljar +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: blusunrize.immersiveengineering.common.blocks.metal.TileEntityConveyorBelt +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: blusunrize.immersiveengineering.common.blocks.metal.TileEntityConveyorVertical +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: blusunrize.immersiveengineering.common.blocks.metal.TileEntityMetalPress +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: blusunrize.immersiveengineering.common.blocks.metal.TileEntityCrusher +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: blusunrize.immersiveengineering.common.blocks.metal.TileEntitySheetmetalTank +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: blusunrize.immersiveengineering.common.blocks.metal.TileEntitySilo +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: blusunrize.immersiveengineering.common.blocks.metal.TileEntityAssembler +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: blusunrize.immersiveengineering.common.blocks.metal.TileEntityAutoWorkbench +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: blusunrize.immersiveengineering.common.blocks.metal.TileEntityBottlingMachine +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: blusunrize.immersiveengineering.common.blocks.metal.TileEntitySqueezer +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: blusunrize.immersiveengineering.common.blocks.metal.TileEntityFermenter +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: blusunrize.immersiveengineering.common.blocks.metal.TileEntityRefinery +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: blusunrize.immersiveengineering.common.blocks.metal.TileEntityDieselGenerator +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: blusunrize.immersiveengineering.common.blocks.metal.TileEntityBucketWheel +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: blusunrize.immersiveengineering.common.blocks.metal.TileEntityExcavator +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: blusunrize.immersiveengineering.common.blocks.metal.TileEntityArcFurnace +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: blusunrize.immersiveengineering.common.blocks.metal.TileEntityLightningrod +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: blusunrize.immersiveengineering.common.blocks.metal.TileEntityMixer +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: blusunrize.immersiveengineering.common.blocks.BlockFakeLight$TileEntityFakeLight +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mekanism.common.tile.TileEntityAdvancedBoundingBlock +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mekanism.common.tile.TileEntityAdvancedFactory +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mekanism.common.tile.TileEntityAmbientAccumulator +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mekanism.common.tile.TileEntityBin +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mekanism.common.tile.TileEntityBoilerCasing +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mekanism.common.tile.TileEntityBoilerValve +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mekanism.common.tile.TileEntityBoundingBlock +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mekanism.common.tile.TileEntityCardboardBox +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mekanism.common.tile.TileEntityChargepad +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mekanism.common.tile.TileEntityChemicalCrystallizer +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mekanism.common.tile.TileEntityChemicalDissolutionChamber +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mekanism.common.tile.TileEntityChemicalInfuser +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mekanism.common.tile.TileEntityChemicalInjectionChamber +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mekanism.common.tile.TileEntityChemicalOxidizer +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mekanism.common.tile.TileEntityChemicalWasher +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mekanism.common.tile.TileEntityCombiner +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mekanism.common.tile.TileEntityCrusher +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mekanism.common.tile.TileEntityDigitalMiner +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mekanism.common.tile.transmitter.TileEntityDiversionTransporter +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mekanism.common.tile.TileEntityDynamicTank +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mekanism.common.tile.TileEntityDynamicValve +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mekanism.common.tile.TileEntityElectricPump +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mekanism.common.tile.TileEntityElectrolyticSeparator +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mekanism.common.tile.TileEntityEliteFactory +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mekanism.common.tile.TileEntityEnergizedSmelter +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mekanism.common.tile.TileEntityEnergyCube +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mekanism.common.tile.TileEntityEnrichmentChamber +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mekanism.common.tile.TileEntityFactory +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mekanism.common.tile.TileEntityFluidTank +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mekanism.common.tile.TileEntityFluidicPlenisher +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mekanism.common.tile.TileEntityFormulaicAssemblicator +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mekanism.common.tile.TileEntityFuelwoodHeater +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mekanism.common.tile.TileEntityGasTank +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mekanism.common.tile.TileEntityGlowPanel +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mekanism.common.tile.TileEntityInductionCasing +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mekanism.common.tile.TileEntityInductionCell +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mekanism.common.tile.TileEntityInductionPort +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mekanism.common.tile.TileEntityInductionProvider +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mekanism.common.tile.TileEntityLaser +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mekanism.common.tile.TileEntityLaserAmplifier +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mekanism.common.tile.TileEntityLaserTractorBeam +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mekanism.common.tile.TileEntityLogisticalSorter +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mekanism.common.tile.transmitter.TileEntityLogisticalTransporter +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mekanism.common.tile.transmitter.TileEntityMechanicalPipe +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mekanism.common.tile.TileEntityMetallurgicInfuser +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mekanism.common.tile.TileEntityOredictionificator +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mekanism.common.tile.TileEntityOsmiumCompressor +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mekanism.common.tile.TileEntityPRC +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mekanism.common.tile.TileEntityPersonalChest +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mekanism.common.tile.TileEntityPrecisionSawmill +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mekanism.common.tile.TileEntityPressureDisperser +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mekanism.common.tile.transmitter.TileEntityPressurizedTube +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mekanism.common.tile.TileEntityPurificationChamber +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mekanism.common.tile.TileEntityQuantumEntangloporter +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mekanism.common.tile.TileEntityResistiveHeater +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mekanism.common.tile.transmitter.TileEntityRestrictiveTransporter +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mekanism.common.tile.TileEntityRotaryCondensentrator +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mekanism.common.tile.TileEntitySecurityDesk +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mekanism.common.tile.TileEntitySeismicVibrator +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mekanism.common.tile.TileEntitySolarNeutronActivator +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mekanism.common.tile.TileEntityStructuralGlass +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mekanism.common.tile.TileEntitySuperheatingElement +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mekanism.common.tile.TileEntityTeleporter +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mekanism.common.tile.TileEntityThermalEvaporationBlock +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mekanism.common.tile.TileEntityThermalEvaporationController +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mekanism.common.tile.TileEntityThermalEvaporationValve +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mekanism.common.tile.transmitter.TileEntityThermodynamicConductor +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: mekanism.common.tile.transmitter.TileEntityUniversalCable +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: buildcraft.builders.tile.TileFiller +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: buildcraft.builders.tile.TileBuilder +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: buildcraft.builders.tile.TileArchitectTable +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: buildcraft.builders.tile.TileElectronicLibrary +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: buildcraft.builders.tile.TileReplacer +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: buildcraft.builders.tile.TileQuarry +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: se.gory_moon.chargers.tile.TileEntityCharger +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: se.gory_moon.chargers.tile.TileEntityWirelessCharger +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.elytradev.davincisvessels.common.tileentity.TileHelm +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.elytradev.davincisvessels.common.tileentity.TileGauge +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.elytradev.davincisvessels.common.tileentity.TileCrate +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.elytradev.davincisvessels.common.tileentity.TileEngine +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.elytradev.davincisvessels.common.tileentity.TileAnchorPoint +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.elytradev.davincisvessels.common.tileentity.TileEntitySecuredBed +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: micdoodle8.mods.galacticraft.core.tile.TileEntityTreasureChest +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: micdoodle8.mods.galacticraft.core.tile.TileEntityOxygenDistributor +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: micdoodle8.mods.galacticraft.core.tile.TileEntityOxygenCollector +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: micdoodle8.mods.galacticraft.core.tile.TileEntityFluidPipe +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: micdoodle8.mods.galacticraft.core.tile.TileEntityAirLock +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: micdoodle8.mods.galacticraft.core.tile.TileEntityRefinery +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: micdoodle8.mods.galacticraft.core.tile.TileEntityNasaWorkbench +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: micdoodle8.mods.galacticraft.core.tile.TileEntityDeconstructor +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: micdoodle8.mods.galacticraft.core.tile.TileEntityOxygenCompressor +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: micdoodle8.mods.galacticraft.core.tile.TileEntityFuelLoader +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: micdoodle8.mods.galacticraft.core.tile.TileEntityLandingPadSingle +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: micdoodle8.mods.galacticraft.core.tile.TileEntityLandingPad +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: micdoodle8.mods.galacticraft.core.tile.TileEntitySpaceStationBase +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: micdoodle8.mods.galacticraft.core.tile.TileEntityMulti +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: micdoodle8.mods.galacticraft.core.tile.TileEntityOxygenSealer +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: micdoodle8.mods.galacticraft.core.tile.TileEntityDungeonSpawner +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: micdoodle8.mods.galacticraft.core.tile.TileEntityOxygenDetector +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: micdoodle8.mods.galacticraft.core.tile.TileEntityBuggyFueler +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: micdoodle8.mods.galacticraft.core.tile.TileEntityBuggyFuelerSingle +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: micdoodle8.mods.galacticraft.core.tile.TileEntityCargoLoader +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: micdoodle8.mods.galacticraft.core.tile.TileEntityCargoUnloader +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: micdoodle8.mods.galacticraft.core.tile.TileEntityParaChest +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: micdoodle8.mods.galacticraft.core.tile.TileEntitySolar +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: micdoodle8.mods.galacticraft.core.tile.TileEntityDish +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: micdoodle8.mods.galacticraft.core.tile.TileEntityCrafting +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: micdoodle8.mods.galacticraft.core.tile.TileEntityEnergyStorageModule +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: micdoodle8.mods.galacticraft.core.tile.TileEntityCoalGenerator +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: micdoodle8.mods.galacticraft.core.tile.TileEntityElectricFurnace +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: micdoodle8.mods.galacticraft.core.tile.TileEntityAluminumWire +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: micdoodle8.mods.galacticraft.core.tile.TileEntityAluminumWireSwitch +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: micdoodle8.mods.galacticraft.core.tile.TileEntityFallenMeteor +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: micdoodle8.mods.galacticraft.core.tile.TileEntityIngotCompressor +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: micdoodle8.mods.galacticraft.core.tile.TileEntityElectricIngotCompressor +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: micdoodle8.mods.galacticraft.core.tile.TileEntityCircuitFabricator +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: micdoodle8.mods.galacticraft.core.tile.TileEntityAirLockController +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: micdoodle8.mods.galacticraft.core.tile.TileEntityOxygenStorageModule +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: micdoodle8.mods.galacticraft.core.tile.TileEntityOxygenDecompressor +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: micdoodle8.mods.galacticraft.core.tile.TileEntityThruster +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: micdoodle8.mods.galacticraft.core.tile.TileEntityArclamp +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: micdoodle8.mods.galacticraft.core.tile.TileEntityScreen +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: micdoodle8.mods.galacticraft.core.tile.TileEntityPanelLight +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: micdoodle8.mods.galacticraft.core.tile.TileEntityTelemetry +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: micdoodle8.mods.galacticraft.core.tile.TileEntityPainter +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: micdoodle8.mods.galacticraft.core.tile.TileEntityFluidTank +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: micdoodle8.mods.galacticraft.core.tile.TileEntityPlayerDetector +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: micdoodle8.mods.galacticraft.core.tile.TileEntityPlatform +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: micdoodle8.mods.galacticraft.core.tile.TileEntityEmergencyBox +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: micdoodle8.mods.galacticraft.core.tile.TileEntityNull +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: micdoodle8.mods.galacticraft.planets.mars.tile.TileEntitySlimelingEgg +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: micdoodle8.mods.galacticraft.planets.mars.tile.TileEntityTreasureChestMars +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: micdoodle8.mods.galacticraft.planets.mars.tile.TileEntityTerraformer +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: micdoodle8.mods.galacticraft.planets.mars.tile.TileEntityCryogenicChamber +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: micdoodle8.mods.galacticraft.planets.mars.tile.TileEntityGasLiquefier +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: micdoodle8.mods.galacticraft.planets.mars.tile.TileEntityMethaneSynthesizer +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: micdoodle8.mods.galacticraft.planets.mars.tile.TileEntityElectrolyzer +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: micdoodle8.mods.galacticraft.planets.mars.tile.TileEntityDungeonSpawnerMars +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: micdoodle8.mods.galacticraft.planets.mars.tile.TileEntityLaunchController +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: micdoodle8.mods.galacticraft.planets.asteroids.tile.TileEntityBeamReflector +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: micdoodle8.mods.galacticraft.planets.asteroids.tile.TileEntityBeamReceiver +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: micdoodle8.mods.galacticraft.planets.asteroids.tile.TileEntityShortRangeTelepad +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: micdoodle8.mods.galacticraft.planets.asteroids.tile.TileEntityTelepadFake +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: micdoodle8.mods.galacticraft.planets.asteroids.tile.TileEntityMinerBaseSingle +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: micdoodle8.mods.galacticraft.planets.asteroids.tile.TileEntityMinerBase +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: micdoodle8.mods.galacticraft.planets.venus.tile.TileEntitySpout +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: micdoodle8.mods.galacticraft.planets.venus.tile.TileEntityDungeonSpawnerVenus +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: micdoodle8.mods.galacticraft.planets.venus.tile.TileEntityTreasureChestVenus +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: micdoodle8.mods.galacticraft.planets.venus.tile.TileEntityGeothermalGenerator +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: micdoodle8.mods.galacticraft.planets.venus.tile.TileEntityCrashedProbe +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: micdoodle8.mods.galacticraft.planets.venus.tile.TileEntitySolarArrayModule +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: micdoodle8.mods.galacticraft.planets.venus.tile.TileEntitySolarArrayController +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: micdoodle8.mods.galacticraft.planets.venus.tile.TileEntityLaserTurret +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: flaxbeard.immersivepetroleum.common.blocks.metal.TileEntityDistillationTower +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: flaxbeard.immersivepetroleum.common.blocks.metal.TileEntityDistillationTower$TileEntityDistillationTowerParent +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: flaxbeard.immersivepetroleum.common.blocks.metal.TileEntityPumpjack +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: flaxbeard.immersivepetroleum.common.blocks.metal.TileEntityPumpjack$TileEntityPumpjackParent +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: flaxbeard.immersivepetroleum.common.blocks.metal.TileEntityAutoLubricator +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: flaxbeard.immersivepetroleum.common.blocks.metal.TileEntityGasGenerator +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: ferro2000.immersivetech.common.blocks.metal.tileentities.TileEntityDistiller +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: ferro2000.immersivetech.common.blocks.metal.tileentities.TileEntitySolarTower +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: ferro2000.immersivetech.common.blocks.metal.tileentities.TileEntitySolarReflector +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: ferro2000.immersivetech.common.blocks.metal.tileentities.TileEntitySteamTurbine +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: ferro2000.immersivetech.common.blocks.metal.tileentities.TileEntityBoiler +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: ferro2000.immersivetech.common.blocks.metal.tileentities.TileEntityAlternator +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: ferro2000.immersivetech.common.blocks.metal.tileentities.TileEntityTimer +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: ferro2000.immersivetech.common.blocks.stone.tileentities.TileEntityCokeOvenAdvanced +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: ferro2000.immersivetech.common.blocks.metal.tileentities.TileEntityCokeOvenPreheater +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.blakebr0.mysticalagriculture.tileentity.TileEntitySeedReprocessor +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.blakebr0.mysticalagriculture.tileentity.reprocessor.TileInferiumReprocessor +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.blakebr0.mysticalagriculture.tileentity.reprocessor.TilePrudentiumReprocessor +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.blakebr0.mysticalagriculture.tileentity.reprocessor.TileIntermediumReprocessor +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.blakebr0.mysticalagriculture.tileentity.reprocessor.TileSuperiumReprocessor +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.blakebr0.mysticalagriculture.tileentity.reprocessor.TileSupremiumReprocessor +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.blakebr0.mysticalagriculture.tileentity.reprocessor.TileUltimateReprocessor +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.blakebr0.mysticalagriculture.tileentity.furnace.TileInferiumFurnace +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.blakebr0.mysticalagriculture.tileentity.furnace.TilePrudentiumFurnace +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.blakebr0.mysticalagriculture.tileentity.furnace.TileIntermediumFurnace +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.blakebr0.mysticalagriculture.tileentity.furnace.TileSuperiumFurnace +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.blakebr0.mysticalagriculture.tileentity.furnace.TileSupremiumFurnace +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: com.blakebr0.mysticalagriculture.tileentity.furnace.TileUltimateFurnace +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: thebetweenlands.common.tile.TileEntityDruidAltar +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: thebetweenlands.common.tile.TileEntityPurifier +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: thebetweenlands.common.tile.TileEntityWeedwoodWorkbench +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: thebetweenlands.common.tile.TileEntityCompostBin +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: thebetweenlands.common.tile.TileEntityLootPot +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: thebetweenlands.common.tile.spawner.TileEntityMobSpawnerBetweenlands +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: thebetweenlands.common.tile.TileEntityWisp +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: thebetweenlands.common.tile.TileEntityBLFurnace +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: thebetweenlands.common.tile.TileEntityBLDualFurnace +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: thebetweenlands.common.tile.TileEntityChestBetweenlands +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: thebetweenlands.common.tile.TileEntityRubberTap +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: thebetweenlands.common.tile.TileEntitySpikeTrap +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: thebetweenlands.common.tile.TileEntityPossessedBlock +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: thebetweenlands.common.tile.TileEntityItemCage +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: thebetweenlands.common.tile.TileEntityWeedwoodSign +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: thebetweenlands.common.tile.TileEntityMudFlowerPot +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: thebetweenlands.common.tile.TileEntityGeckoCage +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: thebetweenlands.common.tile.TileEntityInfuser +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: thebetweenlands.common.tile.TileEntityMortar +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: thebetweenlands.common.tile.TileEntityAnimator +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: thebetweenlands.common.tile.TileEntityAlembic +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: thebetweenlands.common.tile.TileEntityDugSoil +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: thebetweenlands.common.tile.TileEntityItemShelf +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: thebetweenlands.common.tile.spawner.TileEntityTarBeastSpawner +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: thebetweenlands.common.tile.TileEntityTarLootPot1 +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: thebetweenlands.common.tile.TileEntityTarLootPot2 +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: thebetweenlands.common.tile.TileEntityTarLootPot3 +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: thebetweenlands.common.tile.TileEntityHopperBetweenlands +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: thebetweenlands.common.tile.TileEntityMossBed +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: thebetweenlands.common.tile.TileEntityAspectVial +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: thebetweenlands.common.tile.TileEntityAspectrusCrop +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: thebetweenlands.common.tile.TileEntityRepeller +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: thebetweenlands.common.tile.TileEntityPresent +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: thebetweenlands.common.tile.TileEntityPuffshroom +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: thebetweenlands.common.tile.TileEntityBeamOrigin +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: thebetweenlands.common.tile.TileEntityBeamRelay +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: thebetweenlands.common.tile.TileEntityWaystone +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: thebetweenlands.common.tile.TileEntityMudBrickAlcove +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: thebetweenlands.common.tile.TileEntityLootUrn +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: thebetweenlands.common.tile.TileEntityDungeonDoorRunes +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: thebetweenlands.common.tile.TileEntityDungeonDoorCombination +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: thebetweenlands.common.tile.TileEntityMudBricksSpikeTrap +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: thebetweenlands.common.tile.TileEntityMudTilesSpikeTrap +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: thebetweenlands.common.tile.TileEntityGroundItem +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: thebetweenlands.common.tile.TileEntityDecayPitControl +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: thebetweenlands.common.tile.TileEntityDecayPitHangingChain +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: thebetweenlands.common.tile.TileEntityDecayPitGroundChain +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: thebetweenlands.common.tile.TileEntityCenser +[16:58:16] [Server thread/INFO] [spatialservermod]: Registered TE: thebetweenlands.common.tile.TileEntityBarrel +[16:58:16] [Server thread/INFO] [Quark ASM]: Transforming net.minecraft.world.WorldServer +[16:58:16] [Server thread/INFO] [Quark ASM]: Applying Transformation to method (Names [areAllPlayersAsleep, func_73056_e] Descriptor ()Z) +[16:58:16] [Server thread/INFO] [Quark ASM]: Located Method, patching... +[16:58:16] [Server thread/INFO] [Quark ASM]: Patch result: true +[16:58:16] [Server thread/INFO] [Totemic]: Totemic is entering initialization stage +[16:58:16] [Server thread/INFO] [ViesCraft]: <<==============================>> +[16:58:16] [Server thread/INFO] [ViesCraft]: Init Complete. +[16:58:16] [Server thread/INFO] [ViesCraft]: <<==============================>> +[16:58:16] [Server thread/INFO] [Chisel]: Received 16 IMC messages from mod pickletweaks. +[16:58:16] [Server thread/INFO] [Chisel]: Received 9 IMC messages from mod immersiveengineering. +[16:58:16] [Server thread/INFO] [Chisel]: Received 3 IMC messages from mod quark. +[16:58:16] [Server thread/INFO] [Chisel]: Received 14 IMC messages from mod astralsorcery. +[16:58:16] [Server thread/INFO] [Chisel]: Received 39 IMC messages from mod twilightforest. +[16:58:16] [Server thread/INFO] [Chisel]: Received 22 IMC messages from mod tconstruct. +[16:58:17] [Server thread/INFO] [FML]: Injecting itemstacks +[16:58:17] [Server thread/INFO] [FML]: Itemstack injection complete +[16:58:17] [Server thread/INFO] [FML]: Ignored smelting recipe with conflicting input: 1xitem.primal.shark_meat_raw@0 = 1xitem.primal.shark_meat_cooked@0 +[16:58:17] [Server thread/INFO] [FML]: Ignored smelting recipe with conflicting input: 1xtile.primal.nether_earth@4 = 1xtile.primal.nether_earth@0 +[16:58:17] [Server thread/INFO] [FML]: Ignored smelting recipe with conflicting input: 1xtile.primal.nether_earth@0 = 1xtile.primal.nether_earth@1 +[16:58:20] [Server thread/INFO] [AbyssalCraft]: Post-initializing integrations! +[16:58:22] [Server thread/INFO] [Actually Additions]: Starting PostInitialization Phase... +[16:58:22] [Server thread/INFO] [Actually Additions]: Initializing Crusher Recipes... +[16:58:22] [Server thread/INFO] [Actually Additions]: Registered a total of 105 booklet chapters, where 314 out of 434 booklet pages contain information about items or fluids! +[16:58:22] [Server thread/INFO] [Actually Additions]: PostInitializing ServerProxy... +[16:58:22] [Server thread/INFO] [Actually Additions]: PostInitialization Finished. +[16:58:22] [Server thread/ERROR] [geolosys]: Entry primal:terraclay_block:0 is not valid. Reason: predicate block does not exist +[16:58:22] [Server thread/ERROR] [geolosys]: Entry gravelores:coal_gravel_ore is not valid. Reason: ore swap blacklist block does not exist +[16:58:22] [Server thread/ERROR] [geolosys]: Entry gravelores:iron_gravel_ore is not valid. Reason: ore swap blacklist block does not exist +[16:58:22] [Server thread/ERROR] [geolosys]: Entry gravelores:lapis_gravel_ore is not valid. Reason: ore swap blacklist block does not exist +[16:58:22] [Server thread/ERROR] [geolosys]: Entry gravelores:gold_gravel_ore is not valid. Reason: ore swap blacklist block does not exist +[16:58:22] [Server thread/ERROR] [geolosys]: Entry gravelores:redstone_gravel_ore is not valid. Reason: ore swap blacklist block does not exist +[16:58:22] [Server thread/ERROR] [geolosys]: Entry gravelores:diamond_gravel_ore is not valid. Reason: ore swap blacklist block does not exist +[16:58:22] [Server thread/ERROR] [geolosys]: Entry gravelores:emerald_gravel_ore is not valid. Reason: ore swap blacklist block does not exist +[16:58:22] [Server thread/ERROR] [geolosys]: Entry gravelores:tin_gravel_ore is not valid. Reason: ore swap blacklist block does not exist +[16:58:22] [Server thread/ERROR] [geolosys]: Entry gravelores:nickel_gravel_ore is not valid. Reason: ore swap blacklist block does not exist +[16:58:22] [Server thread/ERROR] [geolosys]: Entry gravelores:silver_gravel_ore is not valid. Reason: ore swap blacklist block does not exist +[16:58:22] [Server thread/ERROR] [geolosys]: Entry gravelores:lead_gravel_ore is not valid. Reason: ore swap blacklist block does not exist +[16:58:22] [Server thread/ERROR] [geolosys]: Entry gravelores:copper_gravel_ore is not valid. Reason: ore swap blacklist block does not exist +[16:58:22] [Server thread/ERROR] [geolosys]: Entry gravelores:aluminum_gravel_ore is not valid. Reason: ore swap blacklist block does not exist +[16:58:22] [Server thread/ERROR] [geolosys]: Entry nex:ore_quartz:0 is not valid. Reason: ore swap blacklist block does not exist +[16:58:22] [Server thread/ERROR] [geolosys]: Entry nex:ore_quartz:1 is not valid. Reason: ore swap blacklist block does not exist +[16:58:22] [Server thread/ERROR] [geolosys]: Entry nex:ore_quartz:2 is not valid. Reason: ore swap blacklist block does not exist +[16:58:22] [Server thread/ERROR] [geolosys]: Entry nex:ore_quartz:3 is not valid. Reason: ore swap blacklist block does not exist +[16:58:22] [Server thread/INFO] [Mekanism]: Fake player readout: UUID = 46e82cd0-d480-3d48-800a-77431ede078e, name = [Mekanism] +[16:58:22] [Server thread/INFO] [Mekanism]: Hooked into AE2 successfully. +[16:58:22] [Server thread/INFO] [Mekanism]: Hooked into Cyclic successfully. +[16:58:23] [Server thread/INFO] [Mekanism]: Finished loading Cardboard Box blacklist (loaded 0 entries) +[16:58:23] [Server thread/INFO] [Mekanism]: Hooking complete. +[16:58:24] [Server thread/INFO] [AE2:S]: Post Initialization ( started ) +[16:58:24] [Server thread/INFO] [AE2:S]: Industrial Craft 2 - Integration Disabled +[16:58:24] [Server thread/INFO] [AE2:S]: Railcraft - Integration Disabled +[16:58:24] [Server thread/INFO] [AE2:S]: Mine Factory Reloaded - Integration Disabled +[16:58:24] [Server thread/INFO] [AE2:S]: Waila - Integration Enable +[16:58:24] [Server thread/INFO] [AE2:S]: Mekanism - Integration Disabled +[16:58:24] [Server thread/INFO] [AE2:S]: OpenComputers - Integration Disabled +[16:58:24] [Server thread/INFO] [AE2:S]: TheOneProbe - Integration Disabled +[16:58:24] [Server thread/INFO] [AE2:S]: Tesla - Integration Disabled +[16:58:24] [Server thread/INFO] [AE2:S]: CraftTweaker - Integration Enable +[16:58:25] [Server thread/INFO] [AE2:S]: Post Initialization ( ended after 183ms ) +[16:58:25] [Server thread/INFO] [Astral Sorcery]: Post compile recipes +[16:58:25] [Server thread/INFO] [betterbuilderswands]: Added 'minecraft:lapis_ore/0=>1*minecraft:lapis_ore/4=>minecraft:lapis_ore/0' to mapping +[16:58:25] [Server thread/INFO] [betterbuilderswands]: Added 'minecraft:lit_redstone_ore/0=>1*minecraft:redstone_ore/0=>minecraft:lit_redstone_ore/0' to mapping +[16:58:25] [Server thread/INFO] [betterbuilderswands]: Added 'minecraft:grass/0=>1*minecraft:grass/0=>minecraft:grass/0' to mapping +[16:58:25] [Server thread/INFO] [betterbuilderswands]: Added 'minecraft:grass/0=>1*minecraft:dirt/0=>minecraft:dirt/0' to mapping +[16:58:25] [Server thread/INFO] [betterbuilderswands]: Added 'minecraft:dirt/1=>1*minecraft:dirt/1=>minecraft:dirt/1' to mapping +[16:58:25] [Server thread/INFO] [betterbuilderswands]: Added 'minecraft:dirt/1=>1*minecraft:dirt/0=>minecraft:dirt/0' to mapping +[16:58:25] [Server thread/INFO] [betterbuilderswands]: Added 'minecraft:dirt/2=>1*minecraft:dirt/2=>minecraft:dirt/2' to mapping +[16:58:25] [Server thread/INFO] [betterbuilderswands]: Added 'minecraft:dirt/2=>1*minecraft:dirt/0=>minecraft:dirt/0' to mapping +[16:58:25] [Server thread/WARN] [modularrouters]: no recipe found for modularrouters:item_router +[16:58:25] [Server thread/WARN] [modularrouters]: no recipe found for modularrouters:blank_module +[16:58:25] [Server thread/WARN] [modularrouters]: no recipe found for modularrouters:blank_upgrade +[16:58:25] [Server thread/WARN] [modularrouters]: no recipe found for modularrouters:augment_core +[16:58:25] [Server thread/WARN] [modularrouters]: no recipe found for modularrouters:module/player_module +[16:58:25] [Server thread/WARN] [modularrouters]: no recipe found for modularrouters:upgrade/sync_upgrade +[16:58:25] [Server thread/WARN] [modularrouters]: no recipe found for modularrouters:upgrade/fluid_upgrade +[16:58:25] [Server thread/WARN] [modularrouters]: no recipe found for modularrouters:filter/bulkitem_filter +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'byg_silver_maple.json': Mod 'byg' for type 'byg:silver_maple' is not loaded. Skipping integration! +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'byg_pink_cherry.json': Mod 'byg' for type 'byg:pink_cherry' is not loaded. Skipping integration! +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'bop_mangrove.json': Mod 'biomesoplenty' for type 'biomesoplenty:mangrove' is not loaded. Skipping integration! +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'aetherlegacy_golden_oak_sapling.json': Mod 'aether_legacy' for type 'aetherlegacy:golden_oak' is not loaded. Skipping integration! +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'byg_great_oak.json': Mod 'byg' for type 'byg:greatoak' is not loaded. Skipping integration! +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'terraqueous_lemon.json': Mod 'terraqueous' for type 'terraqueous:lemon' is not loaded. Skipping integration! +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'terraqueous_banana.json': Mod 'terraqueous' for type 'terraqueous:banana' is not loaded. Skipping integration! +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'bop_pink_cherry.json': Mod 'biomesoplenty' for type 'biomesoplenty:pink_cherry' is not loaded. Skipping integration! +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'evilcraft_undead.json': Mod 'evilcraft' for type 'evilcraft:undead' is not loaded. Skipping integration! +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'byg_redwood.json': Mod 'byg' for type 'byg:redwood' is not loaded. Skipping integration! +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'byg_palm.json': Mod 'byg' for type 'byg:palm' is not loaded. Skipping integration! +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'terraqueous_plum.json': Mod 'terraqueous' for type 'terraqueous:plum' is not loaded. Skipping integration! +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'byg_red_maple.json': Mod 'byg' for type 'byg:red_maple' is not loaded. Skipping integration! +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'bop_dead.json': Mod 'biomesoplenty' for type 'biomesoplenty:dead' is not loaded. Skipping integration! +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'byg_white_cherry.json': Mod 'byg' for type 'byg:white_cherry' is not loaded. Skipping integration! +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'naturesaura_ancient.json': Mod 'naturesaura' for type 'naturesaura:ancient' is not loaded. Skipping integration! +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'byg_yellow_birch.json': Mod 'byg' for type 'byg:yellow_birch' is not loaded. Skipping integration! +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'byg_skyris.json': Mod 'byg' for type 'byg:skyris' is not loaded. Skipping integration! +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'tropicraft_orange.json': Mod 'tropicraft' for type 'tropicraft:orange' is not loaded. Skipping integration! +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'byg_willow.json': Mod 'byg' for type 'byg:willow' is not loaded. Skipping integration! +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'techreborn_rubber.json': Mod 'techreborn' for type 'techreborn:rubber' is not loaded. Skipping integration! +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'bop_bamboo.json': Mod 'biomesoplenty' for type 'biomesoplenty:bamboo' is not loaded. Skipping integration! +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'byg_palo_verde.json': Mod 'byg' for type 'byg:palo_verde' is not loaded. Skipping integration! +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'bop_mahogany.json': Mod 'biomesoplenty' for type 'biomesoplenty:mahogany' is not loaded. Skipping integration! +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'bop_palm.json': Mod 'biomesoplenty' for type 'biomesoplenty:palm' is not loaded. Skipping integration! +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'byg_ebony.json': Mod 'byg' for type 'byg:ebony' is not loaded. Skipping integration! +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'byg_zelkova.json': Mod 'byg' for type 'byg:zelkova' is not loaded. Skipping integration! +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'hac_walnut.json': Mod 'dcs_climate' for type 'dcs_climate:walnut' is not loaded. Skipping integration! +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'jurassicraft_phoenix.json': Mod 'jurassicraft' for type 'jurassicraft:phoenix' is not loaded. Skipping integration! +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'hac_dates.json': Mod 'dcs_climate' for type 'dcs_climate:dates' is not loaded. Skipping integration! +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'hac_morus.json': Mod 'dcs_climate' for type 'dcs_climate:morus' is not loaded. Skipping integration! +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'terraqueous_cherry.json': Mod 'terraqueous' for type 'terraqueous:cherry' is not loaded. Skipping integration! +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'bop_yellow_autumn.json': Mod 'biomesoplenty' for type 'biomesoplenty:yellow_autumn' is not loaded. Skipping integration! +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'bop_ebony.json': Mod 'biomesoplenty' for type 'biomesoplenty:ebony' is not loaded. Skipping integration! +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'jurassicraft_psaronius.json': Mod 'jurassicraft' for type 'jurassicraft:psaronius' is not loaded. Skipping integration! +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'bop_eucalyptus.json': Mod 'biomesoplenty' for type 'biomesoplenty:eucalyptus' is not loaded. Skipping integration! +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'thaumicbases_golden.json': Mod 'thaumicbases' for type 'thaumicbases:golden' is not loaded. Skipping integration! +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'lostaether_crystal_sapling.json': Mod 'lost_aether' for type 'lostaether:crystal' is not loaded. Skipping integration! +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'bop_redwood.json': Mod 'biomesoplenty' for type 'biomesoplenty:redwood' is not loaded. Skipping integration! +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'bop_orange_autumn.json': Mod 'biomesoplenty' for type 'biomesoplenty:orange_autumn' is not loaded. Skipping integration! +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'thaumcraft_greatwood.json': Mod 'thaumcraft' for type 'thaumcraft:greatwood' is not loaded. Skipping integration! +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'tropicraft_grapefruit.json': Mod 'tropicraft' for type 'tropicraft:grapefruit' is not loaded. Skipping integration! +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'terraqueous_coconut.json': Mod 'terraqueous' for type 'terraqueous:coconut' is not loaded. Skipping integration! +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'bop_maple.json': Mod 'biomesoplenty' for type 'biomesoplenty:maple' is not loaded. Skipping integration! +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'byg_orange_oak.json': Mod 'byg' for type 'byg:orange_oak' is not loaded. Skipping integration! +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'hac_olive.json': Mod 'dcs_climate' for type 'dcs_climate:olive' is not loaded. Skipping integration! +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'terraqueous_mango.json': Mod 'terraqueous' for type 'terraqueous:mango' is not loaded. Skipping integration! +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'byg_blue_spruce.json': Mod 'byg' for type 'byg:blue_spruce' is not loaded. Skipping integration! +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'bop_jacaranda.json': Mod 'biomesoplenty' for type 'biomesoplenty:jacaranda' is not loaded. Skipping integration! +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'byg_holly.json': Mod 'byg' for type 'byg:holly' is not loaded. Skipping integration! +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'sugiforest_sugi.json': Mod 'sugiforest' for type 'sugiforest:sugi' is not loaded. Skipping integration! +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'bewitchment_cypress.json': Mod 'bewitchment' for type 'bewitchment:cypress' is not loaded. Skipping integration! +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'byg_ironwood.json': Mod 'byg' for type 'byg:ironwood' is not loaded. Skipping integration! +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'bop_fir.json': Mod 'biomesoplenty' for type 'biomesoplenty:fir' is not loaded. Skipping integration! +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'byg_cika.json': Mod 'byg' for type 'byg:cika' is not loaded. Skipping integration! +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'tropicraft_lemon.json': Mod 'tropicraft' for type 'tropicraft:lemon' is not loaded. Skipping integration! +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'byg_rowan.json': Mod 'byg' for type 'byg:rowan' is not loaded. Skipping integration! +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'byg_rainbow_eucalyptus.json': Mod 'byg' for type 'byg:rainbow_eucalyptus' is not loaded. Skipping integration! +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'tropicraft_lime.json': Mod 'tropicraft' for type 'tropicraft:lime' is not loaded. Skipping integration! +[16:58:25] [Server thread/WARN] [bonsaitrees]: Could not find an ItemStack for the sapling resource: quark:variant_sapling +[16:58:25] [Server thread/WARN] [bonsaitrees]: Could not find an ItemStack for the drop resource: quark:variant_sapling +[16:58:25] [Server thread/WARN] [bonsaitrees]: Could not find an ItemStack for the drop resource: quark:variant_leaves +[16:58:25] [Server thread/INFO] [bonsaitrees]: Tree type quark:swamp_oak has no sapling stack. Skipping... +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'bop_white_cherry.json': Mod 'biomesoplenty' for type 'biomesoplenty:white_cherry' is not loaded. Skipping integration! +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'randomthings_spectre.json': Mod 'randomthings' for type 'randomthings:spectre' is not loaded. Skipping integration! +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'terraqueous_apple.json': Mod 'terraqueous' for type 'terraqueous:apple' is not loaded. Skipping integration! +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'forbidden_arcanus_cherrywood.json': Mod 'forbidden_arcanus' for type 'forbidden_arcanus:cherrywood' is not loaded. Skipping integration! +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'byg_cypress.json': Mod 'byg' for type 'byg:cypress' is not loaded. Skipping integration! +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'aetherlegacy_skyroot_sapling.json': Mod 'aether_legacy' for type 'aetherlegacy:skyroot' is not loaded. Skipping integration! +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'jurassicraft_araucaria.json': Mod 'jurassicraft' for type 'jurassicraft:araucaria' is not loaded. Skipping integration! +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'byg_hawthorn.json': Mod 'byg' for type 'byg:hawthorn' is not loaded. Skipping integration! +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'thaumicbases_nether.json': Mod 'thaumicbases' for type 'thaumicbases:nether' is not loaded. Skipping integration! +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'bewitchment_juniper.json': Mod 'bewitchment' for type 'bewitchment:juniper' is not loaded. Skipping integration! +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'byg_fir.json': Mod 'byg' for type 'byg:fir' is not loaded. Skipping integration! +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'byg_mahogany.json': Mod 'byg' for type 'byg:mahogany' is not loaded. Skipping integration! +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'terraqueous_pear.json': Mod 'terraqueous' for type 'terraqueous:pear' is not loaded. Skipping integration! +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'byg_pine.json': Mod 'byg' for type 'byg:pine' is not loaded. Skipping integration! +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'jurassicraft_ginkgo.json': Mod 'jurassicraft' for type 'jurassicraft:ginkgo' is not loaded. Skipping integration! +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'byg_orchard.json': Mod 'byg' for type 'byg:orchard' is not loaded. Skipping integration! +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'terraqueous_peach.json': Mod 'terraqueous' for type 'terraqueous:peach' is not loaded. Skipping integration! +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'byg_enchanted.json': Mod 'byg' for type 'byg:enchanted' is not loaded. Skipping integration! +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'tropicraft_mahogany.json': Mod 'tropicraft' for type 'tropicraft:mahogany' is not loaded. Skipping integration! +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'bop_magic.json': Mod 'biomesoplenty' for type 'biomesoplenty:magic' is not loaded. Skipping integration! +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'hac_lemon.json': Mod 'dcs_climate' for type 'dcs_climate:lemon' is not loaded. Skipping integration! +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'byg_red_oak.json': Mod 'byg' for type 'byg:red_oak' is not loaded. Skipping integration! +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'thaumicbases_ender.json': Mod 'thaumicbases' for type 'thaumicbases:ender' is not loaded. Skipping integration! +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'byg_yellow_spruce.json': Mod 'byg' for type 'byg:yellow_spruce' is not loaded. Skipping integration! +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'byg_white_stellata.json': Mod 'byg' for type 'byg:white_stellata' is not loaded. Skipping integration! +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'tropicraft_palm.json': Mod 'tropicraft' for type 'tropicraft:palm' is not loaded. Skipping integration! +[16:58:25] [Server thread/WARN] [bonsaitrees]: Could not find an ItemStack for the sapling resource: quark:variant_sapling +[16:58:25] [Server thread/WARN] [bonsaitrees]: Could not find an ItemStack for the drop resource: quark:variant_sapling +[16:58:25] [Server thread/WARN] [bonsaitrees]: Could not find an ItemStack for the drop resource: quark:variant_leaves +[16:58:25] [Server thread/INFO] [bonsaitrees]: Tree type quark:blossoming has no sapling stack. Skipping... +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'byg_red_spruce.json': Mod 'byg' for type 'byg:red_spruce' is not loaded. Skipping integration! +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'jurassicraft_calamites.json': Mod 'jurassicraft' for type 'jurassicraft:calamites' is not loaded. Skipping integration! +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'thaumcraft_silverwood.json': Mod 'thaumcraft' for type 'thaumcraft:silverwood' is not loaded. Skipping integration! +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'byg_pink_stellata.json': Mod 'byg' for type 'byg:pink_stellata' is not loaded. Skipping integration! +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'byg_orange_spruce.json': Mod 'byg' for type 'byg:orange_spruce' is not loaded. Skipping integration! +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'wizardry_wisdom.json': Mod 'wizardry' for type 'wizardry:wisdom' is not loaded. Skipping integration! +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'bewitchment_dragonsblood.json': Mod 'bewitchment' for type 'bewitchment:dragons_blood' is not loaded. Skipping integration! +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'byg_witch_hazel.json': Mod 'byg' for type 'byg:witch_hazel' is not loaded. Skipping integration! +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'ic2_rubber.json': Mod 'ic2' for type 'ic2:rubber' is not loaded. Skipping integration! +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'bewitchment_elder.json': Mod 'bewitchment' for type 'bewitchment:elder' is not loaded. Skipping integration! +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'byg_jacaranda.json': Mod 'byg' for type 'byg:jacaranda' is not loaded. Skipping integration! +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'byg_baobab.json': Mod 'byg' for type 'byg:baobab' is not loaded. Skipping integration! +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'bop_flowering_oak.json': Mod 'biomesoplenty' for type 'biomesoplenty:flowering_oak' is not loaded. Skipping integration! +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'forbidden_arcanus_mysterywood.json': Mod 'forbidden_arcanus' for type 'forbidden_arcanus:mysterywood' is not loaded. Skipping integration! +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'bop_pine.json': Mod 'biomesoplenty' for type 'biomesoplenty:pine' is not loaded. Skipping integration! +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'extrautils2_ironwood.json': Mod 'extrautils2' for type 'extrautils2:ironwood' is not loaded. Skipping integration! +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'byg_mangrove.json': Mod 'byg' for type 'byg:mangrove' is not loaded. Skipping integration! +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'bop_umbran.json': Mod 'biomesoplenty' for type 'biomesoplenty:umbran' is not loaded. Skipping integration! +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'bop_willow.json': Mod 'biomesoplenty' for type 'biomesoplenty:willow' is not loaded. Skipping integration! +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'bop_hellbark.json': Mod 'biomesoplenty' for type 'biomesoplenty:hellbark' is not loaded. Skipping integration! +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'byg_aspen.json': Mod 'byg' for type 'byg:aspen' is not loaded. Skipping integration! +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'bop_origin.json': Mod 'biomesoplenty' for type 'biomesoplenty:origin' is not loaded. Skipping integration! +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load tree type from file 'terraqueous_orange.json': Mod 'terraqueous' for type 'terraqueous:orange' is not loaded. Skipping integration! +[16:58:25] [Server thread/INFO] [bonsaitrees]: Registering trees from integration: org.dave.bonsaitrees.integration.mods.Vanilla +[16:58:25] [Server thread/INFO] [bonsaitrees]: Registered 46 tree types +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load soils from file 'aether_grass.json': Mod 'aether_legacy' for soil 'aether_legacy:aether_grass' is not loaded. Skipping integration! +[16:58:25] [Server thread/INFO] [bonsaitrees]: Could not load soils from file 'aether_dirt.json': Mod 'aether_legacy' for soil 'aether_legacy:aether_dirt' is not loaded. Skipping integration! +[16:58:25] [Server thread/INFO] [bonsaitrees]: Registering soils from integration: org.dave.bonsaitrees.integration.mods.Vanilla +[16:58:25] [Server thread/INFO] [bonsaitrees]: Registered 24 soil types +[16:58:25] [Server thread/INFO] [bonsaitrees]: Loaded 135 tree shapes. +[16:58:25] [Server thread/WARN] [bonsaitrees]: Tree type 'minecraft:reeds' has no shapes configured +[16:58:25] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `cyclicmagic` for name `hydrator_037325be-4220-45f0-8b96-5311eb33d2detile.buildinggadgets.constructionblock_dense`, expected `buildinggadgets`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:25] [Server thread/INFO] [cd4017be_lib]: skipped core.POST_INIT +[16:58:25] [Server thread/INFO] [cd4017be_lib]: skipped inductiveLogistics.POST_INIT +[16:58:25] [Server thread/INFO] [compactmachines3]: Registered null handler for capability: net.minecraftforge.energy.IEnergyStorage +[16:58:25] [Server thread/INFO] [compactmachines3]: Registered null handler for capability: net.minecraftforge.items.IItemHandler +[16:58:25] [Server thread/INFO] [compactmachines3]: Registered null handler for capability: com.raoulvdberge.refinedstorage.api.network.node.INetworkNodeProxy +[16:58:25] [Server thread/INFO] [compactmachines3]: Registered null handler for capability: net.minecraftforge.fluids.capability.IFluidHandler +[16:58:25] [Server thread/INFO] [Galacticraft]: Galacticraft: activating Mekanism compatibility. +[16:58:25] [Server thread/INFO] [Galacticraft]: Galacticraft: activating Tinker's Construct compatibility features. +[16:58:25] [Server thread/INFO] [Galacticraft]: Galacticraft: activating BuildCraft Transport (Pipes) compatibility features. +[16:58:25] [Server thread/INFO] [Galacticraft]: Galacticraft: activating AppliedEnergistics2 compatibility features. +[16:58:25] [Server thread/INFO] [Galacticraft]: Galacticraft: activating PneumaticCraft compatibility features. +[16:58:25] [Server thread/INFO] [Galacticraft]: Galacticraft: activating WAILA compatibility features. +[16:58:25] [Server thread/WARN] [com.mjr.mjrlegendslib.util.MessageUtilities]: extraplanets: An error occurred when setting up ExtremeReactors Compatibility, this is most likey intended! +[16:58:25] [Server thread/WARN] [com.mjr.mjrlegendslib.util.MessageUtilities]: extraplanets: An error occurred when setting up MCMultiPart Compatibility, this is most likey intended! +[16:58:25] [Server thread/INFO] [advgenerators]: Turbine fuels: +[16:58:25] [Server thread/INFO] [advgenerators]: * liquidethene: 600 MJ/MB +[16:58:25] [Server thread/INFO] [advgenerators]: * gasoline: 120 MJ/MB +[16:58:25] [Server thread/INFO] [advgenerators]: * empoweredoil: 70 MJ/MB +[16:58:25] [Server thread/INFO] [advgenerators]: * liquidhydrogen: 4 MJ/MB +[16:58:25] [Server thread/INFO] [advgenerators]: * fuel: 150 MJ/MB +[16:58:25] [Server thread/INFO] [advgenerators]: * crystaloil: 40 MJ/MB +[16:58:25] [Server thread/INFO] [advgenerators]: * kerosene: 110 MJ/MB +[16:58:25] [Server thread/INFO] [advgenerators]: * diesel: 70 MJ/MB +[16:58:25] [Server thread/INFO] [advgenerators]: * lpg: 180 MJ/MB +[16:58:25] [Server thread/INFO] [advgenerators]: * syngas: 100 MJ/MB +[16:58:25] [Server thread/INFO] [advgenerators]: * refinedcanolaoil: 20 MJ/MB +[16:58:25] [Server thread/INFO] [advgenerators]: * biofuel: 80 MJ/MB +[16:58:25] [Server thread/INFO] [advgenerators]: * biodiesel: 50 MJ/MB +[16:58:25] [Server thread/WARN] [FML]: [Just a Few Fish] Couldn't find a block with the name 'BiomesOPlenty:poison'! +[16:58:25] [Server thread/WARN] [FML]: [Just a Few Fish] Couldn't find a block with the name 'BuildCraft|Energy:blockOil'! +[16:58:25] [Server thread/INFO] [sevpatches_core]: JAFFA Phase 2 +[16:58:25] [Server thread/INFO] [net.blay09.mods.kleeslabs.KleeSlabs]: If you wish to setup additional KleeSlabs compatibility, create a folder called 'KleeSlabsCompat' in your config directory and place JSON files inside. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab stone_patt1_slab could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab stone_patt2_slab could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab stone_patt3_slab could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab stone_patt4_slab could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab stone_patt5_slab could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab stone_patt6_slab could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab stone_patt7_slab could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab stone_patt8_slab could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab stone_patt9_slab could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab stone_patt10_slab could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab stone_patt11_slab could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab stone_patt12_slab could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab slabs.0 could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab slabs.1 could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab slabs.2 could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab slabs.3 could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab slabs.fireproof.0 could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab slabs.fireproof.1 could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab slabs.fireproof.2 could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab slabs.fireproof.3 could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab slabs.vanilla.fireproof.0 could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab concrete_slab_white could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab concrete_slab_orange could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab concrete_slab_magenta could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab concrete_slab_light_blue could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab concrete_slab_yellow could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab concrete_slab_lime could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab concrete_slab_pink could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab concrete_slab_gray could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab concrete_slab_silver could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab concrete_slab_cyan could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab concrete_slab_purple could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab concrete_slab_blue could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab concrete_slab_brown could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab concrete_slab_green could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab concrete_slab_red could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab concrete_slab_black could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab igneous_stone_halfslab could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab igneous_cobble_halfslab could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab igneous_brick_halfslab could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab metamorphic_stone_halfslab could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab metamorphic_cobble_halfslab could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab metamorphic_brick_halfslab could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab sedimentary_stone_halfslab could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab slabs.0 could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab slabs.1 could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab slabs.2 could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab slabs.3 could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab slabs.4 could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab slabs.fireproof.0 could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab slabs.fireproof.1 could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab slabs.fireproof.2 could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab slabs.fireproof.3 could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab slabs.fireproof.4 could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab snow_bricks_slab could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab sandy_bricks_slab could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab sandstone_bricks_slab could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab sandstone_smooth_slab could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab red_sandstone_bricks_slab could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab red_sandstone_smooth_slab could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab prismarine_slab could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab stone_basalt_slab could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab stone_basalt_bricks_slab could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab stained_planks_gray_slab could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab stained_planks_magenta_slab could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab stained_planks_cyan_slab could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab stained_planks_blue_slab could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab stained_planks_orange_slab could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab stained_planks_red_slab could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab stained_planks_yellow_slab could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab stained_planks_light_blue_slab could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab stained_planks_purple_slab could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab stained_planks_silver_slab could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab stained_planks_lime_slab could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab stained_planks_green_slab could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab stained_planks_black_slab could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab stained_planks_brown_slab could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab stained_planks_white_slab could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab stained_planks_pink_slab could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab reed_block_slab could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab thatch_slab could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab icy_stone_slab could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab fire_stone_slab could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab stone_limestone_slab could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab stone_marble_slab could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab iron_plate_slab could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab soul_sandstone_bricks_slab could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab soul_sandstone_smooth_slab could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab reed_block_slab could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab bark_oak_slab could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab bark_spruce_slab could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab bark_birch_slab could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab bark_jungle_slab could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab bark_acacia_slab could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab bark_dark_oak_slab could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab bookshelfslabsingle could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab dirtslabsingle could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab endstoneslabsingle could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab glassslabsingle could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab glowstoneslabsingle could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab grassslabsingle could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab gravelslabsingle could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab hardclayslabsingle could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab hayslabsingle could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab iceslabsingle could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab lavaslabsingle could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab leavesslabsingle could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab logslabsingle could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab mushroomslabsingle could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab myceliumslabsingle could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab netherrackslabsingle could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab orecoalslabsingle could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab orediamondslabsingle could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab oreemeraldslabsingle could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab oregoldslabsingle could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab oreironslabsingle could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab orelapisslabsingle could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab oreobsidianslabsingle could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab oreredstoneslabsingle could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab packediceslabsingle could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab sandslabsingle could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab sealaternslabsingle could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab slimeslabsingle could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab snowslabsingle could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab soulsandslabsingle could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab stainedclay1slabsingle could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab stainedclayslabsingle could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab stainedglass1slabsingle could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab stainedglassslabsingle could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab stone1slabsingle could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab stone2slabsingle could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab stone3slabsingle could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab stoneslabsingle could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab waterslabsingle could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab wool1slabsingle could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab woolslabsingle could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab boneslabsingle could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab rednetherrackslabsingle could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab netherwartslabsingle could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab magmaslabsingle could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab grasspathslabsingle could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab slab_umberstone could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab slab_umbercobble could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab slab_umbercobble_mossy could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab slab_umbercobble_webbed could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab slab_umberstone_bricks could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab slab_umbertile_smooth could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab slab_umbertile_smooth_small could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab slab_umberpaver could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab slab_umberpaver_mossy could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab slab_umberpaver_webbed could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab slab_amber could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab slab_amber_bricks could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab slab_planks_petrified_wood could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab slab_mud_bricks could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab slab_mir_bricks could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab slab_planks_eucalyptus could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab slab_planks_mahogany could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab slab_planks_baobab could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab slab_planks_mossbark could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab slab_planks_asper could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab slab_planks_cypress could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab slab_planks_balsam could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab slab_planks_bamboo could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab slab_planks_white could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab slab_planks_rotten could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab slab_planks_marshwood could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab slab_planks_scorched could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab slab_planks_varnished could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab quartzSlabDarkHalf could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab quartzSlabManaHalf could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab quartzSlabBlazeHalf could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab quartzSlabLavenderHalf could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab quartzSlabRedHalf could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab quartzSlabElfHalf could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab quartzSlabSunnyHalf could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab livingwood0Slab could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab livingwood1Slab could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab livingrock0Slab could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab livingrock1Slab could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab dreamwood0Slab could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab dreamwood1Slab could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab shimmerrock0Slab could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab shimmerwoodPlanks0Slab could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab biomeStoneA0Slab could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab biomeStoneA1Slab could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab biomeStoneA2Slab could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab biomeStoneA3Slab could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab biomeStoneA4Slab could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab biomeStoneA5Slab could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab biomeStoneA6Slab could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab biomeStoneA7Slab could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab biomeStoneA8Slab could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab biomeStoneA9Slab could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab biomeStoneA10Slab could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab biomeStoneA11Slab could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab biomeStoneA12Slab could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab biomeStoneA13Slab could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab biomeStoneA14Slab could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab biomeStoneA15Slab could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab biomeStoneB0Slab could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab biomeStoneB1Slab could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab biomeStoneB2Slab could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab biomeStoneB3Slab could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab biomeStoneB4Slab could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab biomeStoneB5Slab could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab biomeStoneB6Slab could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab biomeStoneB7Slab could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab pavement0Slab could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab pavement1Slab could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab pavement2Slab could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab pavement3Slab could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab pavement4Slab could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab pavement5Slab could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab wood_slab_0 could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab wood_slab_1 could not be found. +[16:58:25] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs]: Slab other_slab could not be found. +[16:58:26] [Server thread/INFO] [NetherEx]: The Nether has been overridden. +[16:58:26] [Server thread/WARN] [pneumaticcraft]: skipping BlockHeatProperties.cfg entry 'ic2:resource[type=uranium_block]': unknown block (mod not loaded?) +[16:58:26] [Server thread/WARN] [pneumaticcraft]: BlockHeatProperties.cfg: unknown fluid definition [ic2hot_coolant] +[16:58:26] [Server thread/WARN] [pneumaticcraft]: skipping BlockHeatProperties.cfg entry 'ic2hot_coolant': unknown fluid (mod not loaded?) +[16:58:26] [Server thread/WARN] [pneumaticcraft]: BlockHeatProperties.cfg: unknown fluid definition [ic2coolant] +[16:58:26] [Server thread/WARN] [pneumaticcraft]: skipping BlockHeatProperties.cfg entry 'ic2coolant': unknown fluid (mod not loaded?) +[16:58:26] [Server thread/WARN] [pneumaticcraft]: BlockHeatProperties.cfg: unknown fluid definition [ic2steam] +[16:58:26] [Server thread/WARN] [pneumaticcraft]: skipping BlockHeatProperties.cfg entry 'ic2steam': unknown fluid (mod not loaded?) +[16:58:26] [Server thread/WARN] [pneumaticcraft]: BlockHeatProperties.cfg: unknown fluid definition [ic2superheated_steam] +[16:58:26] [Server thread/WARN] [pneumaticcraft]: skipping BlockHeatProperties.cfg entry 'ic2superheated_steam': unknown fluid (mod not loaded?) +[16:58:26] [Server thread/WARN] [pneumaticcraft]: skipping BlockHeatProperties.cfg entry 'thermalfoundation:storage_alloy[type=enderium]': unknown block (mod not loaded?) +[16:58:26] [Server thread/WARN] [pneumaticcraft]: BlockHeatProperties.cfg: unknown fluid definition [cryotheum] +[16:58:26] [Server thread/WARN] [pneumaticcraft]: skipping BlockHeatProperties.cfg entry 'cryotheum': unknown fluid (mod not loaded?) +[16:58:26] [Server thread/ERROR] [pneumaticcraft]: invalid blockstate for quark:biome_cobblestone[variant=fire_stone]: unknown block name: quark:biome_cobblestone +[16:58:26] [Server thread/ERROR] [pneumaticcraft]: invalid blockstate for quark:biome_cobblestone[variant=icy_stone]: unknown block name: quark:biome_cobblestone +[16:58:26] [Server thread/INFO] [pneumaticcraft]: Registered experience fluid 'xpjuice' from mod 'cyclicmagic' with mB->XP ratio 20 +[16:58:26] [Server thread/INFO] [pneumaticcraft]: Registered experience fluid 'essence' from mod 'industrialforegoing' with mB->XP ratio 20 +[16:58:26] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `primal:item_bwm` for name `raw_scrambled_egg`, expected `primal`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:26] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `primal:tile_bwm` for name `raw_pastry_4`, expected `primal`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:26] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `primal:item_bwm` for name `mystery_meat`, expected `primal`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:26] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `primal:item_bwm` for name `bat_wing`, expected `primal`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:26] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `primal:tile_bwm` for name `raw_pastry_1`, expected `primal`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:26] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `primal:item_bwm` for name `raw_egg`, expected `primal`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:26] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `primal:item_bwm` for name `raw_kebab`, expected `primal`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:26] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `primal:item_totemic` for name `buffalo_meat`, expected `primal`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:26] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `primal:item_nex` for name `ghastmeatraw`, expected `primal`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:26] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `primal:tile_bwm` for name `raw_pastry_2`, expected `primal`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:26] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `primal:item_bwm` for name `wolf_chop`, expected `primal`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:26] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `primal:item_bwm` for name `raw_omelet`, expected `primal`. This could be a intended override, but in most cases indicates a broken mod. +[16:58:26] [Server thread/INFO] [reborncore]: Loaded registrys for net.minecraftforge.fml.common.event.FMLPostInitializationEvent in 0ms +[16:58:27] [Server thread/INFO] [Totemic]: Totemic is entering postinitialization stage +[16:58:27] [Server thread/INFO] [ViesCraft]: <<==============================>> +[16:58:27] [Server thread/INFO] [ViesCraft]: Enforcing Brannigan's Law... +[16:58:27] [Server thread/INFO] [ViesCraft]: <<==============================>> +[16:58:27] [Server thread/INFO] [waterstrainer]: Importing waterstrainer_loottables.cfg ... +[16:58:27] [Server thread/INFO] [waterstrainer]: No errors were found! +[16:58:27] [Server thread/INFO] [FML]: [WildCrops] Adding crop minecraft:carrots for block minecraft:grass +[16:58:27] [Server thread/INFO] [FML]: [WildCrops] Adding crop minecraft:potatoes for block minecraft:grass +[16:58:27] [Server thread/INFO] [FML]: [WildCrops] Adding crop minecraft:beetroots for block minecraft:grass +[16:58:27] [Server thread/INFO] [FML]: [WildCrops] Adding crop minecraft:wheat for block minecraft:grass +[16:58:27] [Server thread/INFO] [FML]: [WildCrops] Adding crop betterwithmods:hemp for block minecraft:grass +[16:58:27] [Server thread/INFO] [FML]: [WildCrops] Adding crop minecraft:carrots for block minecraft:dirt +[16:58:27] [Server thread/INFO] [FML]: [WildCrops] Adding crop minecraft:potatoes for block minecraft:dirt +[16:58:27] [Server thread/INFO] [FML]: [WildCrops] Adding crop minecraft:beetroots for block minecraft:dirt +[16:58:27] [Server thread/INFO] [FML]: [WildCrops] Adding crop minecraft:wheat for block minecraft:dirt +[16:58:27] [Server thread/INFO] [FML]: [WildCrops] Adding crop betterwithmods:hemp for block minecraft:dirt +[16:58:28] [Server thread/INFO] [Waila]: Starting Waila... +[16:58:28] [Server thread/INFO] [Waila]: Gathering annotated plugins... +[16:58:28] [Server thread/INFO] [Waila]: Gathering wrapped IMC plugins... +[16:58:28] [Server thread/INFO] [Waila]: Registering plugins... +[16:58:28] [Server thread/INFO] [Waila]: Registering plugin at mcp.mobius.waila.addons.core.PluginCore +[16:58:28] [Server thread/INFO] [Waila]: Registering plugin at mcp.mobius.waila.addons.minecraft.PluginMinecraft +[16:58:28] [Server thread/INFO] [Waila]: Registering plugin at appeng.integration.modules.waila.WailaModule +[16:58:28] [Server thread/ERROR] [Waila]: Error registering wrapped plugin from appliedenergistics2 at appeng.integration.modules.waila.WailaModule.register +[16:58:28] [Server thread/INFO] [Waila]: Registering plugin at blusunrize.immersiveengineering.common.util.compat.waila.IEWailaDataProvider +[16:58:28] [Server thread/INFO] [Waila]: Registering plugin at com.blakebr0.extendedcrafting.compat.WailaDataProvider +[16:58:28] [Server thread/INFO] [Waila]: Registering plugin at com.blakebr0.mysticalagradditions.compat.WailaDataProvider +[16:58:28] [Server thread/INFO] [Waila]: Registering plugin at com.blakebr0.mysticalagriculture.compat.WailaDataProvider +[16:58:28] [Server thread/INFO] [Waila]: Registering plugin at com.blakebr0.pickletweaks.feature.FeatureWailaTooltips +[16:58:28] [Server thread/INFO] [Waila]: Registering plugin at com.cjm721.overloaded.client.waila.OverloadedWailaPlugin +[16:58:28] [Server thread/INFO] [Waila]: Registering plugin at com.jaquadro.minecraft.storagedrawers.integration.Waila +[16:58:28] [Server thread/ERROR] [Waila]: Error registering wrapped plugin from storagedrawers at com.jaquadro.minecraft.storagedrawers.integration.Waila.registerProvider +[16:58:28] [Server thread/INFO] [Waila]: Registering plugin at com.jarhax.poweradapters.compat.waila.WailaPowerAdapterInfo +[16:58:28] [Server thread/INFO] [Waila]: Registering plugin at com.progwml6.natura.plugin.waila.PluginWaila +[16:58:28] [Server thread/INFO] [Waila]: Registering plugin at edgarallen.soundmuffler.compat.waila.SoundMufflerWailaDataProvider +[16:58:28] [Server thread/INFO] [Waila]: Registering plugin at mcjty.lib.compat.waila.WailaCompatibility +[16:58:28] [Server thread/INFO] [Waila]: Registering plugin at mcp.mobius.waila.addons.capability.PluginCapability +[16:58:28] [Server thread/INFO] [Waila]: Registering plugin at me.desht.modularrouters.integration.waila.WailaIntegration +[16:58:28] [Server thread/INFO] [Waila]: Registering plugin at me.desht.pneumaticcraft.common.thirdparty.waila.WailaCallback +[16:58:28] [Server thread/INFO] [Waila]: Registering plugin at net.bdew.generators.waila.WailaHandler +[16:58:28] [Server thread/INFO] [advgenerators]: WAILA callback received, loading... +[16:58:28] [Server thread/INFO] [Waila]: Registering plugin at net.blay09.mods.cookingforblockheads.compat.WailaProvider +[16:58:28] [Server thread/INFO] [Waila]: Registering plugin at net.darkhax.darkutils.addons.waila.DarkUtilsTileProvider +[16:58:28] [Server thread/INFO] [Waila]: Registering plugin at net.darkhax.orestages.compat.waila.OreTiersProvider +[16:58:28] [Server thread/INFO] [Waila]: Registering plugin at net.darkhax.wawla.engine.waila.EntityProvider +[16:58:28] [Server thread/INFO] [Waila]: Registering plugin at net.darkhax.wawla.engine.waila.TileProvider +[16:58:28] [Server thread/INFO] [Waila]: Registering plugin at org.dave.bonsaitrees.compat.Waila.WailaProvider +[16:58:28] [Server thread/INFO] [bonsaitrees]: Enabled support for Waila/Hwyla +[16:58:28] [Server thread/INFO] [Waila]: Registering plugin at org.dave.compactmachines3.compat.WailaProvider +[16:58:28] [Server thread/INFO] [compactmachines3]: Enabled support for Waila/Hwyla +[16:58:28] [Server thread/INFO] [Waila]: Registering plugin at pokefenn.totemic.waila.ModWailaPlugin +[16:58:28] [Server thread/INFO] [Waila]: Registering plugin at se.gory_moon.horsepower.waila.Provider +[16:58:28] [Server thread/INFO] [Waila]: Registering plugin at slimeknights.tconstruct.plugin.waila.WailaRegistrar +[16:58:28] [Server thread/INFO] [Waila]: Registering plugin at team.chisel.common.integration.waila.ChiselDataHandler +[16:58:28] [Server thread/INFO] [Waila]: Registering plugin at WayofTime.bloodmagic.compat.waila.BloodMagicHwylaPlugin +[16:58:28] [Server thread/INFO] [Waila]: Starting Waila took 177.0 ms +[16:58:28] [Server thread/INFO] [bnbgaminglib]: FML mod loading complete. There appear to be 3 BNBGaming mods present. +[16:58:28] [Server thread/INFO] [incontrol]: Reading spawn rules from spawn.json +[16:58:28] [Server thread/INFO] [incontrol]: Reading spawn rules from summonaid.json +[16:58:28] [Server thread/INFO] [incontrol]: Reading spawn rules from potentialspawn.json +[16:58:28] [Server thread/INFO] [incontrol]: Reading spawn rules from loot.json +[16:58:28] [Server thread/INFO] [incontrol]: Reading spawn rules from experience.json +[16:58:28] [Server thread/INFO] [Item Stages]: Sorting 14963 staged items. +[16:58:28] [Server thread/INFO] [Item Stages]: Sorting complete. Found 11 stages. Took 7ms +[16:58:28] [Server thread/INFO] [FML]: Forge Mod Loader has successfully loaded 254 mods +[16:58:29] [Server thread/INFO] [dimensionalcontrol]: Creating Configuration Manager with preset 'SevTech_V2'. +[16:58:29] [Server thread/INFO] [mcjtylib_ng]: Preparing all world data +[16:58:29] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Preparing level "world" +[16:58:29] [Server thread/INFO] [FML]: Injecting existing registry data into this server instance +[16:58:30] [Server thread/INFO] [FML]: Applying holder lookups +[16:58:30] [Server thread/INFO] [FML]: Holder lookups applied +[16:58:30] [Server thread/INFO] [sevpatches_core]: PatchMinecraftSpawnChunkSpawning succeeded +[16:58:30] [Server thread/INFO] [FML]: Loading dimension 0 (world) (net.minecraft.server.dedicated.DedicatedServer@8e6bead) +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:bone adding to stage: tutorial +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:gunpowder adding to stage: zero +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:rotten_flesh adding to stage: zero +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:string adding to stage: zero +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: abyssalcraft:abyingot adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: abyssalcraft:coralium adding to stage: one +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: abyssalcraft:crystal adding to stage: three +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: abyssalcraft:mre adding to stage: disabled +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: abyssalcraft:shadowfragment adding to stage: zero +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: abyssalcraft:shadowgem adding to stage: zero +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: abyssalcraft:shadowshard adding to stage: zero +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:book adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:diamond_horse_armor adding to stage: five +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:golden_apple adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:golden_apple adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:golden_horse_armor adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:iron_horse_armor adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:name_tag adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:record_13 adding to stage: three +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:record_cat adding to stage: three +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:saddle adding to stage: zero +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:beetroot_seeds adding to stage: zero +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:bread adding to stage: zero +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:bucket adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:coal adding to stage: zero +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:gold_ingot adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:iron_ingot adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:melon_seeds adding to stage: zero +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:pumpkin_seeds adding to stage: zero +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:redstone adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:wheat adding to stage: tutorial +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:diamond adding to stage: five +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:iron_ingot adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:gold_ingot adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:golden_sword adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:golden_chestplate adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:flint_and_steel adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:nether_wart adding to stage: three +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:saddle adding to stage: zero +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:golden_horse_armor adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:iron_horse_armor adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:diamond_horse_armor adding to stage: five +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:obsidian adding to stage: three +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:book adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:bone adding to stage: tutorial +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: actuallyadditions:wooden_paxel adding to stage: disabled +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: actuallyadditions:stone_paxel adding to stage: disabled +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: actuallyadditions:quartz_paxel adding to stage: one +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: actuallyadditions:item_paxel_crystal_black adding to stage: five +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: actuallyadditions:item_paxel_crystal_white adding to stage: five +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:leather_helmet adding to stage: zero +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:leather_chestplate adding to stage: zero +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:leather_leggings adding to stage: zero +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:leather_boots adding to stage: zero +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: actuallyadditions:item_crystal adding to stage: five +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: actuallyadditions:item_crystal adding to stage: five +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: actuallyadditions:item_crystal adding to stage: five +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: actuallyadditions:item_crystal adding to stage: five +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: actuallyadditions:item_crystal adding to stage: five +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: actuallyadditions:item_crystal adding to stage: five +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: actuallyadditions:block_crystal adding to stage: five +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: actuallyadditions:block_crystal adding to stage: five +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: actuallyadditions:block_crystal adding to stage: five +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: actuallyadditions:block_crystal adding to stage: five +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: actuallyadditions:block_crystal adding to stage: five +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: actuallyadditions:block_crystal adding to stage: five +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: actuallyadditions:item_misc adding to stage: one +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: actuallyadditions:item_misc adding to stage: disabled +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:rail adding to stage: three +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:golden_rail adding to stage: three +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:detector_rail adding to stage: three +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:activator_rail adding to stage: three +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:torch adding to stage: one +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:golden_apple adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:golden_apple adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:name_tag adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:book adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:iron_pickaxe adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: abyssalcraft:abyingot adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: abyssalcraft:crystal adding to stage: three +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: abyssalcraft:shadowfragment adding to stage: zero +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: abyssalcraft:shadowshard adding to stage: zero +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: abyssalcraft:shadowgem adding to stage: zero +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: astralsorcery:itemconstellationpaper adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:iron_ingot adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:gold_ingot adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:redstone adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:dye adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:diamond adding to stage: five +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:coal adding to stage: zero +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:bread adding to stage: zero +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:melon_seeds adding to stage: zero +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:pumpkin_seeds adding to stage: zero +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:beetroot_seeds adding to stage: zero +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:diamond adding to stage: five +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:iron_ingot adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:gold_ingot adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:emerald adding to stage: five +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:bone adding to stage: tutorial +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:rotten_flesh adding to stage: zero +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:saddle adding to stage: zero +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:iron_horse_armor adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:golden_horse_armor adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:diamond_horse_armor adding to stage: five +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:book adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: astralsorcery:itemconstellationpaper adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:diamond adding to stage: five +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:iron_ingot adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:gold_ingot adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:emerald adding to stage: five +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:bone adding to stage: tutorial +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:spider_eye adding to stage: zero +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:rotten_flesh adding to stage: zero +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:saddle adding to stage: zero +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:iron_horse_armor adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:golden_horse_armor adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:diamond_horse_armor adding to stage: five +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:book adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:golden_apple adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:golden_apple adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: abyssalcraft:abyingot adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: abyssalcraft:crystal adding to stage: three +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: abyssalcraft:shadowfragment adding to stage: zero +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: abyssalcraft:shadowshard adding to stage: zero +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: abyssalcraft:shadowgem adding to stage: zero +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: astralsorcery:itemconstellationpaper adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:bone adding to stage: tutorial +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:gunpowder adding to stage: zero +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:rotten_flesh adding to stage: zero +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:string adding to stage: zero +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:sand adding to stage: tutorial +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:ender_pearl adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: abyssalcraft:transmutationgem adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: abyssalcraft:abyingot adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: abyssalcraft:cingot adding to stage: one +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: abyssalcraft:cpearl adding to stage: one +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:bread adding to stage: zero +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:golden_apple adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: abyssalcraft:apick adding to stage: one +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: abyssalcraft:aplate adding to stage: one +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: abyssalcraft:ahelmet adding to stage: one +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: abyssalcraft:alegs adding to stage: one +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: abyssalcraft:aboots adding to stage: one +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: abyssalcraft:oc adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: abyssalcraft:crystal adding to stage: three +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:ender_pearl adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:diamond adding to stage: five +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:iron_ingot adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:gold_ingot adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:redstone adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:bread adding to stage: zero +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:apple adding to stage: tutorial +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:iron_pickaxe adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:iron_sword adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:iron_chestplate adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:iron_helmet adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:iron_leggings adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:iron_boots adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:golden_apple adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:saddle adding to stage: zero +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:iron_horse_armor adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:golden_horse_armor adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:diamond_horse_armor adding to stage: five +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:book adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: abyssalcraft:abyingot adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: abyssalcraft:crystal adding to stage: three +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: abyssalcraft:shadowfragment adding to stage: zero +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: abyssalcraft:shadowshard adding to stage: zero +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: abyssalcraft:shadowgem adding to stage: zero +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:fish adding to stage: tutorial +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:fish adding to stage: tutorial +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:fish adding to stage: tutorial +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:fish adding to stage: tutorial +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:apple adding to stage: tutorial +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:coal adding to stage: zero +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:gold_nugget adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:stone_axe adding to stage: zero +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:rotten_flesh adding to stage: zero +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:emerald adding to stage: five +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:wheat adding to stage: tutorial +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: astralsorcery:itemconstellationpaper adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:golden_apple adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: galacticraftplanets:item_basic_mars adding to stage: five +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: galacticraftcore:heavy_plating adding to stage: four +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:iron_ingot adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: galacticraftplanets:item_basic_asteroids adding to stage: five +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: galacticraftplanets:item_basic_asteroids adding to stage: five +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:leather_boots adding to stage: zero +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:leather adding to stage: zero +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:bone adding to stage: tutorial +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:potion adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:string adding to stage: zero +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:fishing_rod adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:bowl adding to stage: zero +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:stick adding to stage: tutorial +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:dye adding to stage: tutorial +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:tripwire_hook adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:rotten_flesh adding to stage: zero +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: abyssalcraft:abyingot adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: abyssalcraft:cingot adding to stage: one +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: abyssalcraft:cpearl adding to stage: one +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: abyssalcraft:coralium adding to stage: one +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:golden_apple adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: abyssalcraft:apick adding to stage: one +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: abyssalcraft:crystal adding to stage: three +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: abyssalcraft:mre adding to stage: disabled +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:diamond adding to stage: five +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:iron_ingot adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:gold_ingot adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:bread adding to stage: zero +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:apple adding to stage: tutorial +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:iron_pickaxe adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:iron_sword adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:iron_chestplate adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:iron_helmet adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:iron_leggings adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:iron_boots adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:obsidian adding to stage: three +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:sapling adding to stage: tutorial +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:saddle adding to stage: zero +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:iron_horse_armor adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:golden_horse_armor adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:diamond_horse_armor adding to stage: five +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: abyssalcraft:abyingot adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: abyssalcraft:crystal adding to stage: three +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: abyssalcraft:cobbleu adding to stage: disabled +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: abyssalcraft:ironu adding to stage: disabled +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: abyssalcraft:goldu adding to stage: disabled +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: abyssalcraft:diamondu adding to stage: disabled +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: pneumaticcraft:nuke_virus adding to stage: four +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: pneumaticcraft:spawner_agitator adding to stage: four +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: pneumaticcraft:stop_worm adding to stage: four +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:diamond adding to stage: five +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:iron_ingot adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:gold_ingot adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:emerald adding to stage: five +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:beetroot_seeds adding to stage: zero +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:saddle adding to stage: zero +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:iron_horse_armor adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:golden_horse_armor adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:diamond_horse_armor adding to stage: five +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:diamond_sword adding to stage: five +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:diamond_boots adding to stage: five +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:diamond_chestplate adding to stage: five +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:diamond_leggings adding to stage: five +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:diamond_helmet adding to stage: five +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:diamond_pickaxe adding to stage: five +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:diamond_shovel adding to stage: five +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:iron_sword adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:iron_boots adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:iron_chestplate adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:iron_leggings adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:iron_helmet adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:iron_pickaxe adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:iron_shovel adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:rail adding to stage: three +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:golden_rail adding to stage: three +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:detector_rail adding to stage: three +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:activator_rail adding to stage: three +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:torch adding to stage: one +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: abyssalcraft:abyingot adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:diamond adding to stage: five +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: abyssalcraft:coralium adding to stage: one +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: abyssalcraft:shadowshard adding to stage: zero +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: abyssalcraft:dreadshard adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: abyssalcraft:corpick adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: abyssalcraft:transmutationgem adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: abyssalcraft:oc adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: abyssalcraft:crystal adding to stage: three +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: abyssalcraft:abyingot adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: abyssalcraft:cingot adding to stage: one +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: abyssalcraft:shadowshard adding to stage: zero +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:diamond adding to stage: five +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: abyssalcraft:coralium adding to stage: one +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:bread adding to stage: zero +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: abyssalcraft:abychunk adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: abyssalcraft:dreadchunk adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:book adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:paper adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:map adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:book adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:compass adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: astralsorcery:itemconstellationpaper adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:apple adding to stage: tutorial +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:bread adding to stage: zero +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:fish adding to stage: tutorial +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:stick adding to stage: tutorial +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:planks adding to stage: tutorial +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:log adding to stage: tutorial +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:log adding to stage: tutorial +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:log adding to stage: tutorial +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:log adding to stage: tutorial +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:log2 adding to stage: tutorial +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:log2 adding to stage: tutorial +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:stone_axe adding to stage: zero +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:wooden_axe adding to stage: disabled +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: abyssalcraft:daxe adding to stage: zero +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: abyssalcraft:dpick adding to stage: zero +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: abyssalcraft:dshovel adding to stage: zero +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: abyssalcraft:dsword adding to stage: zero +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: abyssalcraft:dltlog adding to stage: zero +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: abyssalcraft:dltlog2 adding to stage: zero +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: abyssalcraft:cobbleu adding to stage: disabled +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:stone_pickaxe adding to stage: zero +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:wooden_pickaxe adding to stage: disabled +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:waterlily adding to stage: tutorial +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:name_tag adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:saddle adding to stage: zero +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:bow adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:fishing_rod adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:book adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:iron_ingot adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:gold_ingot adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:redstone adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:coal adding to stage: zero +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:bread adding to stage: zero +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:apple adding to stage: tutorial +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:iron_pickaxe adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:book adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:bone adding to stage: tutorial +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:gunpowder adding to stage: zero +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:rotten_flesh adding to stage: zero +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:string adding to stage: zero +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:lead adding to stage: zero +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:golden_apple adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:golden_apple adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:record_13 adding to stage: three +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:record_cat adding to stage: three +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:name_tag adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:chainmail_chestplate adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:diamond_hoe adding to stage: five +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:diamond_chestplate adding to stage: five +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:book adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:iron_ingot adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:gold_ingot adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:bread adding to stage: zero +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:wheat adding to stage: tutorial +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:bucket adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:redstone adding to stage: two +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:coal adding to stage: zero +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:melon_seeds adding to stage: zero +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:pumpkin_seeds adding to stage: zero +[16:58:30] [Server thread/INFO] [uk.bobbytables.zenloot.crafttweaker.zenscript.MCLootEntryItem]: minecraft:beetroot_seeds adding to stage: zero +[16:58:30] [Server thread/INFO] [triumph]: Attempting to read config Triumph.txt +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement appliedenergistics2:main/compass +com.google.gson.JsonSyntaxException: Expected item to be an item, was unknown string 'appliedenergistics2:sky_compass' + at net.minecraft.util.JsonUtils.func_188172_b(SourceFile:124) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188180_i(SourceFile:135) ~[rc.class:?] + at net.minecraft.advancements.DisplayInfo.func_193221_a(DisplayInfo.java:133) ~[r.class:?] + at net.minecraft.advancements.DisplayInfo.func_192294_a(DisplayInfo.java:111) ~[r.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:202) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement astikorcarts:recipes/wheel +com.google.gson.JsonSyntaxException: Unknown recipe 'astikorcarts:wheel' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement astikorcarts:recipes/plowcart +com.google.gson.JsonSyntaxException: Unknown recipe 'astikorcarts:plowcart' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement astikorcarts:recipes/mobcart +com.google.gson.JsonSyntaxException: Unknown recipe 'astikorcarts:mobcart' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement astikorcarts:recipes/cargocart +com.google.gson.JsonSyntaxException: Unknown recipe 'astikorcarts:cargocart' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement buildcraftfactory:recipes/water_gel_spawn +com.google.gson.JsonSyntaxException: Unknown recipe 'buildcraftfactory:water_gel_spawn' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement buildcraftfactory:oil_platform +com.google.gson.JsonSyntaxException: Expected item to be an item, was unknown string 'buildcraftfactory:pump' + at net.minecraft.util.JsonUtils.func_188172_b(SourceFile:124) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188180_i(SourceFile:135) ~[rc.class:?] + at net.minecraft.advancements.DisplayInfo.func_193221_a(DisplayInfo.java:133) ~[r.class:?] + at net.minecraft.advancements.DisplayInfo.func_192294_a(DisplayInfo.java:111) ~[r.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:202) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement buildcraftfactory:black_gold +com.google.gson.JsonSyntaxException: Expected item to be an item, was unknown string 'buildcraftfactory:pump' + at net.minecraft.util.JsonUtils.func_188172_b(SourceFile:124) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188180_i(SourceFile:135) ~[rc.class:?] + at net.minecraft.advancements.DisplayInfo.func_193221_a(DisplayInfo.java:133) ~[r.class:?] + at net.minecraft.advancements.DisplayInfo.func_192294_a(DisplayInfo.java:111) ~[r.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:202) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement buildcrafttransport:too_many_pipe_filters +com.google.gson.JsonSyntaxException: Unknown recipe 'buildcraftcore:list' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement buildcrafttransport:logic_transportation +com.google.gson.JsonSyntaxException: Expected item to be an item, was unknown string 'buildcrafttransport:wire' + at net.minecraft.util.JsonUtils.func_188172_b(SourceFile:124) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188180_i(SourceFile:135) ~[rc.class:?] + at net.minecraft.advancements.DisplayInfo.func_193221_a(DisplayInfo.java:133) ~[r.class:?] + at net.minecraft.advancements.DisplayInfo.func_192294_a(DisplayInfo.java:111) ~[r.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:202) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement buildcrafttransport:colorful_electricial +com.google.gson.JsonSyntaxException: Expected item to be an item, was unknown string 'buildcrafttransport:wire' + at net.minecraft.util.JsonUtils.func_188172_b(SourceFile:124) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188180_i(SourceFile:135) ~[rc.class:?] + at net.minecraft.advancements.DisplayInfo.func_193221_a(DisplayInfo.java:133) ~[r.class:?] + at net.minecraft.advancements.DisplayInfo.func_192294_a(DisplayInfo.java:111) ~[r.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:202) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement buildcraftsilicon:precision_crafting +com.google.gson.JsonSyntaxException: Expected item to be an item, was unknown string 'buildcraftsilicon:assembly_table' + at net.minecraft.util.JsonUtils.func_188172_b(SourceFile:124) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188180_i(SourceFile:135) ~[rc.class:?] + at net.minecraft.advancements.DisplayInfo.func_193221_a(DisplayInfo.java:133) ~[r.class:?] + at net.minecraft.advancements.DisplayInfo.func_192294_a(DisplayInfo.java:111) ~[r.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:202) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement buildcraftsilicon:laser_power +com.google.gson.JsonSyntaxException: Expected item to be an item, was unknown string 'buildcraftsilicon:laser' + at net.minecraft.util.JsonUtils.func_188172_b(SourceFile:124) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188180_i(SourceFile:135) ~[rc.class:?] + at net.minecraft.advancements.DisplayInfo.func_193221_a(DisplayInfo.java:133) ~[r.class:?] + at net.minecraft.advancements.DisplayInfo.func_192294_a(DisplayInfo.java:111) ~[r.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:202) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement ferdinandsflowers:recipes/misc/b9_purple_magenta_dye_calla +com.google.gson.JsonSyntaxException: Unknown recipe 'ferdinandsflowers:flower_dyeb_9' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement ferdinandsflowers:recipes/misc/b9b_purple_magenta_dye_salvia +com.google.gson.JsonSyntaxException: Unknown recipe 'ferdinandsflowers:flower_dyeb_9' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement ferdinandsflowers:recipes/misc/b8_light_lavender_dye_crocus +com.google.gson.JsonSyntaxException: Unknown recipe 'ferdinandsflowers:flower_dyeb_8' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement ferdinandsflowers:recipes/misc/b8b_light_lavender_dye_heavenly +com.google.gson.JsonSyntaxException: Unknown recipe 'ferdinandsflowers:flower_dyeb_8' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement ferdinandsflowers:recipes/misc/b7_lavender_dye_larkspur +com.google.gson.JsonSyntaxException: Unknown recipe 'ferdinandsflowers:flower_dyeb_7' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement ferdinandsflowers:recipes/misc/b7b_lavender_dye_indigo +com.google.gson.JsonSyntaxException: Unknown recipe 'ferdinandsflowers:flower_dyeb_7' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement ferdinandsflowers:recipes/misc/b6_purple_dye_notch +com.google.gson.JsonSyntaxException: Unknown recipe 'ferdinandsflowers:flower_dyeb_6' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement ferdinandsflowers:recipes/misc/b6c_purple_dye_iris +com.google.gson.JsonSyntaxException: Unknown recipe 'ferdinandsflowers:flower_dyeb_6' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement ferdinandsflowers:recipes/misc/b6b_purple_dye_mexican_sage +com.google.gson.JsonSyntaxException: Unknown recipe 'ferdinandsflowers:flower_dyeb_6' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement ferdinandsflowers:recipes/misc/b5_blue_purple_dye_salvia +com.google.gson.JsonSyntaxException: Unknown recipe 'ferdinandsflowers:flower_dyeb_5' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement ferdinandsflowers:recipes/misc/b5b_blue_purple_dye_wolfs_bane +com.google.gson.JsonSyntaxException: Unknown recipe 'ferdinandsflowers:flower_dyeb_5' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement ferdinandsflowers:recipes/misc/b4_dark_blue_dye_lobelia +com.google.gson.JsonSyntaxException: Unknown recipe 'ferdinandsflowers:flower_dyeb_4' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement ferdinandsflowers:recipes/misc/b4b_dark_blue_dye_borage +com.google.gson.JsonSyntaxException: Unknown recipe 'ferdinandsflowers:flower_dyeb_4' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement ferdinandsflowers:recipes/misc/b3_blue_dye_morning +com.google.gson.JsonSyntaxException: Unknown recipe 'ferdinandsflowers:flower_dyeb_3' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement ferdinandsflowers:recipes/misc/b3b_blue_dye_button +com.google.gson.JsonSyntaxException: Unknown recipe 'ferdinandsflowers:flower_dyeb_3' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement ferdinandsflowers:recipes/misc/b2_medium_blue_dye_commelina +com.google.gson.JsonSyntaxException: Unknown recipe 'ferdinandsflowers:flower_dyeb_2' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement ferdinandsflowers:recipes/misc/b2b_medium_blue_dye_lobelia +com.google.gson.JsonSyntaxException: Unknown recipe 'ferdinandsflowers:flower_dyeb_2' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement ferdinandsflowers:recipes/misc/b1_blue_bell_dye_borage +com.google.gson.JsonSyntaxException: Unknown recipe 'ferdinandsflowers:flower_dyeb_1' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement ferdinandsflowers:recipes/misc/b1b_blue_bell_dye_button +com.google.gson.JsonSyntaxException: Unknown recipe 'ferdinandsflowers:flower_dyeb_1' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement ferdinandsflowers:recipes/misc/b15_pink_dye_hawthorne +com.google.gson.JsonSyntaxException: Unknown recipe 'ferdinandsflowers:flower_dyeb_15' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement ferdinandsflowers:recipes/misc/b15c_pink_dye_verbena +com.google.gson.JsonSyntaxException: Unknown recipe 'ferdinandsflowers:flower_dyeb_15' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement ferdinandsflowers:recipes/misc/b15b_pink_dye_heart +com.google.gson.JsonSyntaxException: Unknown recipe 'ferdinandsflowers:flower_dyeb_15' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement ferdinandsflowers:recipes/misc/b14_medium_pink_dye_gladiola +com.google.gson.JsonSyntaxException: Unknown recipe 'ferdinandsflowers:flower_dyeb_14' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement ferdinandsflowers:recipes/misc/b14b_medium_pink_dye_echinacea +com.google.gson.JsonSyntaxException: Unknown recipe 'ferdinandsflowers:flower_dyeb_14' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement ferdinandsflowers:recipes/misc/b13_dark_pink_dye_quince +com.google.gson.JsonSyntaxException: Unknown recipe 'ferdinandsflowers:flower_dyeb_13' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement ferdinandsflowers:recipes/misc/b13b_dark_pink_dye_clover +com.google.gson.JsonSyntaxException: Unknown recipe 'ferdinandsflowers:flower_dyeb_13' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement ferdinandsflowers:recipes/misc/b12_dark_magenta_dye_mallow +com.google.gson.JsonSyntaxException: Unknown recipe 'ferdinandsflowers:flower_dyeb_12' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement ferdinandsflowers:recipes/misc/b12b_dark_magenta_dye_petticoat +com.google.gson.JsonSyntaxException: Unknown recipe 'ferdinandsflowers:flower_dyeb_12' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement ferdinandsflowers:recipes/misc/b11_magenta_pink_dye_fuchsia +com.google.gson.JsonSyntaxException: Unknown recipe 'ferdinandsflowers:flower_dyeb_11' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement ferdinandsflowers:recipes/misc/b11b_magenta_pink_dye_clover +com.google.gson.JsonSyntaxException: Unknown recipe 'ferdinandsflowers:flower_dyeb_11' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement ferdinandsflowers:recipes/misc/b10_magenta_dye_magenta +com.google.gson.JsonSyntaxException: Unknown recipe 'ferdinandsflowers:flower_dyeb_10' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement ferdinandsflowers:recipes/misc/b10b_magenta_dye_zinnia +com.google.gson.JsonSyntaxException: Unknown recipe 'ferdinandsflowers:flower_dyeb_10' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement ferdinandsflowers:recipes/misc/b0_light_blue_dye_forget +com.google.gson.JsonSyntaxException: Unknown recipe 'ferdinandsflowers:flower_dyeb_0' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement ferdinandsflowers:recipes/misc/b0c_light_blue_dye_parasol +com.google.gson.JsonSyntaxException: Unknown recipe 'ferdinandsflowers:flower_dyeb_0' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement ferdinandsflowers:recipes/misc/b0b_light_blue_dye_lobelia +com.google.gson.JsonSyntaxException: Unknown recipe 'ferdinandsflowers:flower_dyeb_0' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement ferdinandsflowers:recipes/misc/9_lime_dye_pitcher +com.google.gson.JsonSyntaxException: Unknown recipe 'ferdinandsflowers:flower_dye_9' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement ferdinandsflowers:recipes/misc/9b_lime_dye_clover +com.google.gson.JsonSyntaxException: Unknown recipe 'ferdinandsflowers:flower_dye_9' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement ferdinandsflowers:recipes/misc/8_yellow_green_dye_parodia +com.google.gson.JsonSyntaxException: Unknown recipe 'ferdinandsflowers:flower_dye_8' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement ferdinandsflowers:recipes/misc/8b_yellow_green_dye_albuca +com.google.gson.JsonSyntaxException: Unknown recipe 'ferdinandsflowers:flower_dye_8' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement ferdinandsflowers:recipes/misc/7_light_yellow_dye_corydalis +com.google.gson.JsonSyntaxException: Unknown recipe 'ferdinandsflowers:flower_dye_7' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement ferdinandsflowers:recipes/misc/7b_light_yellow_dye_yellows +com.google.gson.JsonSyntaxException: Unknown recipe 'ferdinandsflowers:flower_dye_7' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement ferdinandsflowers:recipes/misc/6_yellow_dye_crocus +com.google.gson.JsonSyntaxException: Unknown recipe 'ferdinandsflowers:flower_dye_6' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement ferdinandsflowers:recipes/misc/6c_yellow_dye_freesia +com.google.gson.JsonSyntaxException: Unknown recipe 'ferdinandsflowers:flower_dye_6' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement ferdinandsflowers:recipes/misc/6b_yellow_dye_daffodil +com.google.gson.JsonSyntaxException: Unknown recipe 'ferdinandsflowers:flower_dye_6' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement ferdinandsflowers:recipes/misc/5_yellow_orange_dye_cosmos +com.google.gson.JsonSyntaxException: Unknown recipe 'ferdinandsflowers:flower_dye_5' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement ferdinandsflowers:recipes/misc/5b_yellow_orange_dye_day_lily +com.google.gson.JsonSyntaxException: Unknown recipe 'ferdinandsflowers:flower_dye_5' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement ferdinandsflowers:recipes/misc/4_orange_yellow_dye_ca_poppy +com.google.gson.JsonSyntaxException: Unknown recipe 'ferdinandsflowers:flower_dye_4' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement ferdinandsflowers:recipes/misc/4b_orange_yellow_dye_freesia +com.google.gson.JsonSyntaxException: Unknown recipe 'ferdinandsflowers:flower_dye_4' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement ferdinandsflowers:recipes/misc/3_orange_dye_cosmos +com.google.gson.JsonSyntaxException: Unknown recipe 'ferdinandsflowers:flower_dye_3' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement ferdinandsflowers:recipes/misc/3c_orange_dye_flame_pea +com.google.gson.JsonSyntaxException: Unknown recipe 'ferdinandsflowers:flower_dye_3' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement ferdinandsflowers:recipes/misc/3b_orange_dye_lupin +com.google.gson.JsonSyntaxException: Unknown recipe 'ferdinandsflowers:flower_dye_3' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement ferdinandsflowers:recipes/misc/2_red_orange_dye_ocotillo +com.google.gson.JsonSyntaxException: Unknown recipe 'ferdinandsflowers:flower_dye_2' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement ferdinandsflowers:recipes/misc/2b_red_orange_dye_freesia +com.google.gson.JsonSyntaxException: Unknown recipe 'ferdinandsflowers:flower_dye_2' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement ferdinandsflowers:recipes/misc/1_red_dye_poppy +com.google.gson.JsonSyntaxException: Unknown recipe 'ferdinandsflowers:flower_dye_1' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement ferdinandsflowers:recipes/misc/1c_red_dye_geranium +com.google.gson.JsonSyntaxException: Unknown recipe 'ferdinandsflowers:flower_dye_1' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement ferdinandsflowers:recipes/misc/1b_red_dye_clover +com.google.gson.JsonSyntaxException: Unknown recipe 'ferdinandsflowers:flower_dye_1' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement ferdinandsflowers:recipes/misc/15_cloud_blue_dye_corydalis +com.google.gson.JsonSyntaxException: Unknown recipe 'ferdinandsflowers:flower_dye_15' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement ferdinandsflowers:recipes/misc/15b_cloud_blue_dye_cowslip +com.google.gson.JsonSyntaxException: Unknown recipe 'ferdinandsflowers:flower_dye_15' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement ferdinandsflowers:recipes/misc/14_cyan_dye_cyan +com.google.gson.JsonSyntaxException: Unknown recipe 'ferdinandsflowers:flower_dye_14' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement ferdinandsflowers:recipes/misc/14b_cyan_dye_parasol +com.google.gson.JsonSyntaxException: Unknown recipe 'ferdinandsflowers:flower_dye_14' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement ferdinandsflowers:recipes/misc/13_aqua_dye_daffodil +com.google.gson.JsonSyntaxException: Unknown recipe 'ferdinandsflowers:flower_dye_13' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement ferdinandsflowers:recipes/misc/13b_aqua_dye_mendo_poppy +com.google.gson.JsonSyntaxException: Unknown recipe 'ferdinandsflowers:flower_dye_13' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement ferdinandsflowers:recipes/misc/12_blue_green_dye_manzanita +com.google.gson.JsonSyntaxException: Unknown recipe 'ferdinandsflowers:flower_dye_12' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement ferdinandsflowers:recipes/misc/12b_blue_green_dye_lily_valley +com.google.gson.JsonSyntaxException: Unknown recipe 'ferdinandsflowers:flower_dye_12' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement ferdinandsflowers:recipes/misc/11_dark_green_dye_datura +com.google.gson.JsonSyntaxException: Unknown recipe 'ferdinandsflowers:flower_dye_11' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement ferdinandsflowers:recipes/misc/11b_dark_green_dye_tall_lily +com.google.gson.JsonSyntaxException: Unknown recipe 'ferdinandsflowers:flower_dye_11' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement ferdinandsflowers:recipes/misc/10_green_dye_aloe +com.google.gson.JsonSyntaxException: Unknown recipe 'ferdinandsflowers:flower_dye_10' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement ferdinandsflowers:recipes/misc/10c_green_dye_yucca_flower +com.google.gson.JsonSyntaxException: Unknown recipe 'ferdinandsflowers:flower_dye_10' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement ferdinandsflowers:recipes/misc/10b_green_dye_yucca +com.google.gson.JsonSyntaxException: Unknown recipe 'ferdinandsflowers:flower_dye_10' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement ferdinandsflowers:recipes/misc/0_dark_red_dye_gladiola +com.google.gson.JsonSyntaxException: Unknown recipe 'ferdinandsflowers:flower_dye_0' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement ferdinandsflowers:recipes/misc/0b_dark_red_dye_desert_pea +com.google.gson.JsonSyntaxException: Unknown recipe 'ferdinandsflowers:flower_dye_0' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement horsepower:recipes/press +com.google.gson.JsonSyntaxException: Unknown recipe 'horsepower:press' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement horsepower:recipes/hand_grindstone +com.google.gson.JsonSyntaxException: Unknown recipe 'horsepower:hand_grindstone' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement horsepower:recipes/grindstone +com.google.gson.JsonSyntaxException: Unknown recipe 'horsepower:grindstone' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement horsepower:recipes/dough +com.google.gson.JsonSyntaxException: Unknown recipe 'horsepower:dough' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement integrateddynamics:meneglin_basics/menril_production +com.google.gson.JsonSyntaxException: Unknown recipe 'integrateddynamics:menril_planks' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement jaff:recipes/jaff/wooden_fishing_rod +com.google.gson.JsonSyntaxException: Unknown recipe 'jaff:wooden_fishing_rod' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement jaff:recipes/jaff/iron_hook +com.google.gson.JsonSyntaxException: Unknown recipe 'jaff:iron_hook' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement jaff:recipes/jaff/iron_fishing_rod +com.google.gson.JsonSyntaxException: Unknown recipe 'jaff:iron_fishing_rod' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement jaff:recipes/jaff/golden_fishing_rod +com.google.gson.JsonSyntaxException: Unknown recipe 'jaff:golden_fishing_rod' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement jaff:recipes/jaff/diamond_fishing_rod +com.google.gson.JsonSyntaxException: Unknown recipe 'jaff:diamond_fishing_rod' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement jaff:recipes/jaff/bone_meal_from_fish_bones +com.google.gson.JsonSyntaxException: Unknown recipe 'jaff:bone_meal_from_fish_bones' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement simpleplanes:recipes/plane_ft +com.google.gson.JsonSyntaxException: Unknown recipe 'simpleplanes:ft_cherry_helicopter' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement simpleplanes:recipes/plane_byg +com.google.gson.JsonSyntaxException: Unknown recipe 'simpleplanes:byg_aspen_helicopter' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement simpleplanes:recipes/plane_bop +com.google.gson.JsonSyntaxException: Unknown recipe 'simpleplanes:bop_cherry_helicopter' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement totemic:recipes/wooden_pillar +com.google.gson.JsonSyntaxException: Unknown recipe 'totemic:pillar_oak' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement totemic:recipes/wind_chime +com.google.gson.JsonSyntaxException: Unknown recipe 'totemic:wind_chime' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement totemic:recipes/totempedia +com.google.gson.JsonSyntaxException: Unknown recipe 'totemic:totempedia' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement totemic:recipes/totemic_staff +com.google.gson.JsonSyntaxException: Unknown recipe 'totemic:totemic_staff' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement totemic:recipes/totem_whittling_knife +com.google.gson.JsonSyntaxException: Unknown recipe 'totemic:totem_whittling_knife' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement totemic:recipes/totem_torch +com.google.gson.JsonSyntaxException: Unknown recipe 'totemic:totem_torch' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement totemic:recipes/tipi_from_wool +com.google.gson.JsonSyntaxException: Unknown recipe 'totemic:tipi_from_wool' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement totemic:recipes/tipi_from_hide +com.google.gson.JsonSyntaxException: Unknown recipe 'totemic:tipi_from_hide' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement totemic:recipes/rattle +com.google.gson.JsonSyntaxException: Unknown recipe 'totemic:rattle' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement totemic:recipes/medicine_bag +com.google.gson.JsonSyntaxException: Unknown recipe 'totemic:medicine_bag' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement totemic:recipes/leather_from_hide +com.google.gson.JsonSyntaxException: Unknown recipe 'totemic:leather_from_hide' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement totemic:recipes/jingle_dress +com.google.gson.JsonSyntaxException: Unknown recipe 'totemic:jingle_dress' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement totemic:recipes/iron_bells +com.google.gson.JsonSyntaxException: Unknown recipe 'totemic:iron_bells' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement totemic:recipes/flute +com.google.gson.JsonSyntaxException: Unknown recipe 'totemic:flute' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement totemic:recipes/eagle_bone_whistle +com.google.gson.JsonSyntaxException: Unknown recipe 'totemic:eagle_bone_whistle' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement totemic:recipes/drum +com.google.gson.JsonSyntaxException: Unknown recipe 'totemic:drum' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement totemic:recipes/cedar_stairs +com.google.gson.JsonSyntaxException: Unknown recipe 'totemic:cedar_stairs' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement totemic:recipes/cedar_slab +com.google.gson.JsonSyntaxException: Unknown recipe 'totemic:cedar_slab' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement totemic:recipes/cedar_planks_from_stripped_log +com.google.gson.JsonSyntaxException: Unknown recipe 'totemic:cedar_planks_from_stripped_log' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement totemic:recipes/cedar_planks_from_log +com.google.gson.JsonSyntaxException: Unknown recipe 'totemic:cedar_planks_from_log' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement totemic:recipes/cedar_fence_gate +com.google.gson.JsonSyntaxException: Unknown recipe 'totemic:cedar_fence_gate' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement totemic:recipes/cedar_fence +com.google.gson.JsonSyntaxException: Unknown recipe 'totemic:cedar_fence' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement totemic:recipes/bark_stripper +com.google.gson.JsonSyntaxException: Unknown recipe 'totemic:bark_stripper' + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?] + at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] + at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?] + at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?] + at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?] + at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?] + at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] + at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517) ~[rc.class:?] + at net.minecraft.util.JsonUtils.func_188178_a(SourceFile:537) ~[rc.class:?] + at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1381) ~[ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1359) [ForgeHooks.class:14.23.5.2860] + at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1326) [ForgeHooks.class:14.23.5.2860] + at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?] + at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?] + at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?] + at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] + at java.lang.Thread.run(Thread.java:750) [?:1.8.0_452] +[16:58:31] [Server thread/INFO] [triumph]: Loading Custom Advancements +[16:58:31] [Server thread/ERROR] [triumph]: Error found while building advancement triumph:stage3/viescraft. There is already a criteria named hasRock0. Renaming to 'hasRock0-duplicate' +[16:58:31] [Server thread/INFO] [net.minecraft.advancements.AdvancementList]: Loaded 369 advancements +[16:58:32] [Server thread/INFO] [Astral Sorcery]: Checking GatewayCache integrity for dimension 0 +[16:58:32] [Server thread/INFO] [Astral Sorcery]: GatewayCache checked and fully loaded in 0ms! Collected and checked 0 gateway nodes! +[16:58:32] [Server thread/INFO] [FML]: Loading dimension 1 (world) (net.minecraft.server.dedicated.DedicatedServer@8e6bead) +[16:58:32] [Server thread/INFO] [Astral Sorcery]: Checking GatewayCache integrity for dimension 1 +[16:58:32] [Server thread/INFO] [Astral Sorcery]: GatewayCache checked and fully loaded in 0ms! Collected and checked 0 gateway nodes! +[16:58:32] [Server thread/INFO] [FML]: Loading dimension 50 (world) (net.minecraft.server.dedicated.DedicatedServer@8e6bead) +[16:58:32] [Server thread/INFO] [Astral Sorcery]: Checking GatewayCache integrity for dimension 50 +[16:58:32] [Server thread/INFO] [Astral Sorcery]: GatewayCache checked and fully loaded in 0ms! Collected and checked 0 gateway nodes! +[16:58:32] [Server thread/INFO] [FML]: Loading dimension 51 (world) (net.minecraft.server.dedicated.DedicatedServer@8e6bead) +[16:58:32] [Server thread/INFO] [Astral Sorcery]: Checking GatewayCache integrity for dimension 51 +[16:58:32] [Server thread/INFO] [Astral Sorcery]: GatewayCache checked and fully loaded in 0ms! Collected and checked 0 gateway nodes! +[16:58:32] [Server thread/INFO] [FML]: Loading dimension 52 (world) (net.minecraft.server.dedicated.DedicatedServer@8e6bead) +[16:58:32] [Server thread/INFO] [Astral Sorcery]: Checking GatewayCache integrity for dimension 52 +[16:58:32] [Server thread/INFO] [Astral Sorcery]: GatewayCache checked and fully loaded in 0ms! Collected and checked 0 gateway nodes! +[16:58:32] [Server thread/INFO] [FML]: Loading dimension 53 (world) (net.minecraft.server.dedicated.DedicatedServer@8e6bead) +[16:58:32] [Server thread/INFO] [Astral Sorcery]: Checking GatewayCache integrity for dimension 53 +[16:58:32] [Server thread/INFO] [Astral Sorcery]: GatewayCache checked and fully loaded in 0ms! Collected and checked 0 gateway nodes! +[16:58:32] [Server thread/INFO] [FML]: Loading dimension 144 (world) (net.minecraft.server.dedicated.DedicatedServer@8e6bead) +[16:58:32] [Server thread/INFO] [compactmachines3]: Loaded data for compact machine world: 0 spawn points, next machine id is 0, players with beds: 0 +[16:58:32] [Server thread/INFO] [Astral Sorcery]: Checking GatewayCache integrity for dimension 144 +[16:58:32] [Server thread/INFO] [Astral Sorcery]: GatewayCache checked and fully loaded in 0ms! Collected and checked 0 gateway nodes! +[16:58:32] [Server thread/INFO] [FML]: Loading dimension 28885 (world) (net.minecraft.server.dedicated.DedicatedServer@8e6bead) +[16:58:32] [Server thread/INFO] [Astral Sorcery]: Checking GatewayCache integrity for dimension 28885 +[16:58:32] [Server thread/INFO] [Astral Sorcery]: GatewayCache checked and fully loaded in 0ms! Collected and checked 0 gateway nodes! +[16:58:32] [Server thread/INFO] [FML]: Loading dimension 20 (world) (net.minecraft.server.dedicated.DedicatedServer@8e6bead) +[16:58:32] [Server thread/INFO] [Astral Sorcery]: Checking GatewayCache integrity for dimension 20 +[16:58:32] [Server thread/INFO] [Astral Sorcery]: GatewayCache checked and fully loaded in 0ms! Collected and checked 0 gateway nodes! +[16:58:32] [Server thread/INFO] [FML]: Loading dimension 10 (world) (net.minecraft.server.dedicated.DedicatedServer@8e6bead) +[16:58:32] [Server thread/INFO] [Astral Sorcery]: Checking GatewayCache integrity for dimension 10 +[16:58:32] [Server thread/INFO] [Astral Sorcery]: GatewayCache checked and fully loaded in 0ms! Collected and checked 0 gateway nodes! +[16:58:32] [Server thread/INFO] [FML]: Loading dimension 7 (world) (net.minecraft.server.dedicated.DedicatedServer@8e6bead) +[16:58:32] [Server thread/INFO] [Astral Sorcery]: Checking GatewayCache integrity for dimension 7 +[16:58:32] [Server thread/INFO] [Astral Sorcery]: GatewayCache checked and fully loaded in 0ms! Collected and checked 0 gateway nodes! +[16:58:32] [Server thread/INFO] [FML]: Loading dimension 2 (world) (net.minecraft.server.dedicated.DedicatedServer@8e6bead) +[16:58:32] [Server thread/INFO] [Astral Sorcery]: Checking GatewayCache integrity for dimension 2 +[16:58:32] [Server thread/INFO] [Astral Sorcery]: GatewayCache checked and fully loaded in 0ms! Collected and checked 0 gateway nodes! +[16:58:32] [Server thread/INFO] [FML]: Loading dimension -1 (world) (net.minecraft.server.dedicated.DedicatedServer@8e6bead) +[16:58:32] [Server thread/INFO] [Astral Sorcery]: Checking GatewayCache integrity for dimension -1 +[16:58:32] [Server thread/INFO] [Astral Sorcery]: GatewayCache checked and fully loaded in 0ms! Collected and checked 0 gateway nodes! +[16:58:32] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Preparing start region for level 0 +[16:58:33] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Done (4.800s)! For help, type "help" or "?" +[16:58:33] [Server thread/WARN] [enderutilities]: BlockUtils.getMatchingBlockStatesForString(): Invalid block state string 'bedrockbgone:better_bedrock' +[16:58:33] [Server thread/WARN] [enderutilities]: Invalid block state 'bedrockbgone:better_bedrock' in the energy bridge bedrock whitelist +[16:58:33] [Server thread/INFO] [Galacticraft]: Registered Dimension: -30 +[16:58:33] [Server thread/INFO] [Galacticraft]: Registered Dimension: -20 +[16:58:33] [Server thread/INFO] [Galacticraft]: Registered Dimension: -21 +[16:58:33] [Server thread/INFO] [Galacticraft]: Registered Dimension: -15 +[16:58:33] [Server thread/INFO] [Galacticraft]: Registered Dimension: -22 +[16:58:33] [Server thread/INFO] [Galacticraft]: Registered Dimension: -29 +[16:58:33] [Server thread/INFO] [Galacticraft]: Registered Dimension: -13 +[16:58:33] [Server thread/INFO] [Galacticraft]: Registered Dimension: -18 +[16:58:33] [Server thread/INFO] [Galacticraft]: Registered Dimension: -19 +[16:58:33] [Server thread/INFO] [Galacticraft]: Registered Dimension: -16 +[16:58:33] [Server thread/INFO] [Galacticraft]: Registered Dimension: -17 +[16:58:33] [Server thread/INFO] [Galacticraft]: Registered Dimension: -31 +[16:58:33] [Server thread/INFO] [Galacticraft]: Registered Dimension: -1505 +[16:58:33] [Server thread/INFO] [Galacticraft]: Registered Dimension: -1503 +[16:58:33] [Server thread/INFO] [Galacticraft]: Registered Dimension: -1501 +[16:58:33] [Server thread/INFO] [Galacticraft]: Registered Dimension: -1506 +[16:58:33] [Server thread/INFO] [Galacticraft]: Registered Dimension: -1511 +[16:58:33] [Server thread/INFO] [Galacticraft]: Registered Dimension: -1500 +[16:58:33] [Server thread/INFO] [Galacticraft]: Registered Dimension: -28 +[16:58:33] [Server thread/INFO] [Galacticraft]: Registered Dimension: -1509 +[16:58:33] [Server thread/INFO] [Galacticraft]: Registered Dimension: -1502 +[16:58:33] [Server thread/INFO] [Galacticraft]: Registered Dimension: -1507 +[16:58:33] [Server thread/INFO] [Galacticraft]: Registered Dimension: -1508 +[16:58:33] [Server thread/INFO] [Galacticraft]: Registered Dimension: -1510 +[16:58:33] [Server thread/INFO] [Galacticraft]: Registered Dimension: -1504 +[16:58:33] [Server thread/INFO] [NetherEx]: Setting up default biomes. +[16:58:33] [Server thread/INFO] [NetherEx]: Setting up custom biomes. +[16:58:33] [Server thread/INFO] [NetherEx]: Setting up default trades. +[16:58:33] [Server thread/INFO] [NetherEx]: Setting up custom trades. +[16:58:33] [Server thread/INFO] [Prestige]: Successfully loaded data for 187f2409-0506-4922-bb24-996ed526b0b2. Confirmed: 0 Unlocked: 0 +[16:58:33] [Server thread/INFO] [Prestige]: Successfully loaded data for 1d55ced0-f360-45b1-9d62-11846a7fa39d. Confirmed: 100 Unlocked: 0 +[16:58:33] [Server thread/INFO] [Prestige]: Successfully loaded data for 622daa46-3d92-4bcd-888e-9633a86b0541. Confirmed: 100 Unlocked: 0 +[16:58:33] [Server thread/INFO] [Prestige]: Successfully loaded data for 92282bab-8c19-48d1-a86c-8454470c3915. Confirmed: 100 Unlocked: 0 +[16:58:33] [Server thread/INFO] [Prestige]: Successfully loaded data for b72d807c-2845-4cc5-b792-2972f6483cfa. Confirmed: 100 Unlocked: 0 +[16:58:34] [Server thread/INFO] [Actually Additions]: Successfully loaded WorldData! +[16:58:34] [Server thread/INFO] [immersiveengineering]: WorldData loading +[16:58:34] [Server thread/INFO] [immersiveengineering]: WorldData retrieved +[16:58:34] [BetterFps Update Checker/WARN] [BetterFps]: Could not check for updates: widget.mcf.li +[16:58:34] [Server thread/INFO] [triumph]: Loading Custom Functions +[16:58:34] [Server thread/INFO] [net.minecraft.advancements.FunctionManager]: Loaded 13 custom command functions +[16:58:34] [Server thread/INFO] [Astral Sorcery]: Load CachedWorldData 'lightnetwork' for world 0 +[16:58:34] [Server thread/INFO] [Astral Sorcery]: Loading of 'lightnetwork' for world 0 finished. +[16:58:34] [Server thread/INFO] [FML]: Unloading dimension 1 +[16:58:34] [Server thread/INFO] [FML]: Unloading dimension 50 +[16:58:34] [Server thread/INFO] [FML]: Unloading dimension 51 +[16:58:34] [Server thread/INFO] [FML]: Unloading dimension 52 +[16:58:34] [Server thread/INFO] [FML]: Unloading dimension 53 +[16:58:34] [Server thread/INFO] [FML]: Unloading dimension 144 +[16:58:34] [Server thread/INFO] [FML]: Unloading dimension 28885 +[16:58:34] [Server thread/INFO] [FML]: Unloading dimension 20 +[16:58:34] [Server thread/INFO] [FML]: Unloading dimension 10 +[16:58:34] [Server thread/INFO] [FML]: Unloading dimension 7 +[16:58:34] [Server thread/INFO] [FML]: Unloading dimension -1 +[17:00:25] [User Authenticator #1/INFO] [net.minecraft.server.network.NetHandlerLoginServer]: UUID of player CHIKIBONCHELLO is 1d55ced0-f360-45b1-9d62-11846a7fa39d +[17:00:25] [Netty Server IO #2/INFO] [FML]: Client protocol version 2 +[17:00:25] [Netty Server IO #2/INFO] [FML]: Client attempting to join with 279 mods : bnbgamingcore@0.12.0,jaff@1.7_for_1.12,sevtweaks@0.4.0-1,noworldgen5you@1.0.6,uppers@0.0.6,contenttweaker@1.12.2-4.9.1,ironjetpacks@1.1.0,neat@1.4-17,infoaccessories@1.0.11,ctm@MC1.12.2-0.3.3.22,xnet@1.8.2,lex@1.0.8,reauth@3.6.0,playerskins@1.0.4,colouredtooltips@1.0.7,rangedpumps@0.5,forgelin@1.8.2,microblockcbe@2.6.1.81,stg@1.12.2-1.2.3,randompatches@1.12.2-1.22.0.0,darkutils@1.8.230,betterbuilderswands@0.13.2,morpheus@1.12.2-3.5.106,waila@1.8.26,waterstrainer@3.2.0,galacticraftplanets@4.0.2.280,guideapi@1.12-2.1.8-63,acintegration@1.11.2,mysticalagradditions@1.3.2,refinedstorage@1.6.16,betterwithlib@${version},industrialforegoing@1.12.2-1.12.2,tipthescales@1.0.4,geolosys@2.2.6,redstoneflux@2.1.0,buildcraftsilicon@7.99.24.1,poweradapters@1.0.9,reccomplex@1.4.8.2,modtweaker@4.0.17,resourceloader@1.5.3,gobblecore@1.12-0.1.6.35,watercontrolextreme@1.0.0,igwmod@1.4.4-15,abyssalcraft@1.9.19.1,buildcraftbuilders@7.99.24.1,gamestages@2.0.123,buildcraftfactory@7.99.24.1,advgenerators@0.9.20.12,teslacorelib@1.0.15,ceramics@1.12-1.3.7,fat_cat@0.0.5,triumph@3.19.2,FML@8.0.99.99,enderutilities@0.7.15,davincisvessels@@DVESSELSVER@,primal_tech@0.3.5,chargers@1.2.0.4,weirdinggadget@1.0,forgemultipartcbe@2.6.1.81,indlog@1.3.4,codechickenlib@3.2.3.358,dungpipe@1.0,timecontrol@1.12.2-1.0.0.0-beta,clienttweaks@3.1.11,cd4017be_lib@6.4.17,ctgui@1.0.0,mobstages@2.0.13,trumpetskeleton@1.12-1.0.2.1,sevpatches@1.9,tinkerstages@2.0.17,supersoundmuffler@1.0.2.10,mystagradcompat@1.2,smoothfont@mc1.12.2-2.1.2,jei@4.15.0.283,bnbgaminglib@2.17.6,emberroot@1.3.9,custommainmenu@2.0.9.1,bibliocraft@2.4.5,mekanism@1.12.2-9.8.3.390,samsocean@1.0.2,bdlib@1.14.3.12,simplegenerators@1.12.2-2.0.20.2,smoothfontcore@mc1.12.2-2.1.2,naturescompass@1.5.1,compactmachines3@3.0.18,aroma1997core@2.0.0.2,chameleon@1.12-4.1.3,horsepower@2.6.4,conarm@1.2.4,farmingforblockheads@3.1.28,inventorytweaks@1.64+dev.151.822d839,pneumaticcraft@1.12.2-0.11.1-361,charcoalblock@1.1,vc@5.9.16,micdoodlecore@,crafttweaker@4.1.20,immersivepetroleum@1.1.9,forge@14.23.5.2860,playerbosses@1.0,prospectors@1.0.2,quickleafdecay@1.2.4,simpletomb@1.12.2-1.0.0,antiqueatlas@4.5.1,cyclicmagic@1.20.3,ironchest@1.12.2-7.0.67.844,ferdinandsflowers@1.10.4.1,minecraft@1.12.2,wildcrops@1.0.1,tcomplement@1.12.2-0.4.3,mousetweaks@2.10,immersiveengineering@0.12-98,primal@0.6.104,despawningspawners@1.1,rustic@1.1.4,astikorcarts@1.12.2-0.1.2.7,mpbasic@1.4.7,totemic@1.12.2-0.11.6,com.elytradev.movingworld.common.asm.coremod@,mantle@1.12-1.3.3.55,integrateddynamics@1.0.14,thebetweenlands@3.5.10,bringbedrockback@0.0.4,autoreglib@1.3-31,galacticraftcore@4.0.2.280,simpleautorun@1.12.1-1.2,harvest@1.12-1.2.7-20,tallgates@1.0.0,wopper@1.12-r5,pickletweaks@2.1.3,betterbedrock@5.1,fastfurnace@1.3.1,appleskin@1.0.14,minecraftmultipartcbe@2.6.1.81,oeintegration@2.3.4,antiqueatlasoverlay@1.2,spatialservermod@1.3,immcraft@1.6.0,mobends@0.24,pdp@1.12.2-1.2.4,base@3.13.0,defaultoptions@9.2.8,buildcraftlib@7.99.24.1,cyclopscore@1.3.0,jmapstages@@VERSION@,orestages@2.0.37,astralsorcery@1.10.21,treechopper@1.2.4,modularmachinery@1.9.5,realdrops@1.2.14,universalmodifiers@1.12.2-1.0.16.1,rftools@7.73,extendedcrafting@1.5.6,incontrol@3.9.16,lttweaker@1.1.14,kleeslabs@5.4.12,findme@1.1.0,reborncore@3.19.5,controlling@3.0.9,cookingforblockheads@6.5.0,placebo@1.6.0,mputils@1.5.6,bookshelf@2.3.581,huntingdim@1.0.42,improvedbackpacks@1.12.2-1.5.0.0,ironbackpacks@1.12.2-3.0.8-12,extraplanets@1.12.2-0.7.0,streams@0.4.8,buildinggadgets@2.8.3,simpleplanes@3.0.1.7,waddles@0.6.0,carryon@1.12.3,sev_tweaks_npc@0.0.4,loadingscreens@0.3.1,mcjtylib_ng@3.5.4,fbp@2.4.1,mekatweaks@1.0.0-3,twilightforest@3.8.689,mob_grinding_utils@0.3.13,immersivetech@1.3.10,actuallybaubles@1.1,primalchests@1.0.3,tothebatpoles@1.12.2-1.1.0.1,rebornstorage@1.0.0,tinkertoolleveling@1.12.2-1.1.0.DEV.b23e769,betterwithmods@1.12-2.3.20-1027,commoncapabilities@2.4.1,crafttweakerjei@2.0.3,betterwithaddons@0.50-hotfix,galacticrafttweaker@1.12.2-1.0.3,mtlib@3.0.6,valkyrielib@1.12.2-2.0.20.1,aromabackup@2.1.1.4,togetherforever@1.0.2,sasit@1.1.32,teslacorelib_registries@1.0.15,dimstages@2.0.23,actuallyadditions@1.12.2-r149,oreexcavation@1.4.150,rftoolscontrol@2.0.2,elevatorid@1.4.2,aromabackuprecovery@2.1.1.4,norecipebook@1.2.1,environmentaltech@1.12.2-2.0.20.1,moreoverlays@1.15.1,death_compass@0.0.3,simplyarrows@1.0.4,vtt@0.6.4,quantumstorage@4.6.8,buildcraftcore@7.99.24.1,movillages@1.5.4,betteradvancements@0.1.0.77,ynot@0.2.4,jarm@1.1.2,cucumber@1.1.3,overloaded@0.0.59,witherskelefix@2.6.3,buildcrafttransport@7.99.24.1,thirstybottles@2.0.1,movingworld@1.12-6.353,scannable@1.6.3.24,ivtoolkit@1.3.3-1.12,wawla@2.6.275,zenloot@0.1-1,dimensionalcontrol@2.13.0,yoyos@1.12.2-1.3.0.21,mcp@9.42,clumps@3.1.2,progressiontweaks@1.12.2-0.3.40,journeymap@1.12.2-5.5.4,appliedenergistics2@rv6-stable-7,roadrunner@1.0.1,tumbleweed@1.12-0.4.7,nex@2.0.8,storagenetwork@1.7.11,beneath@1.5.1,jeid@1.0.3-55,foamfixcore@7.7.4,multiblockstages@1.2.0,prestige@1.1.30,integrateddynamicscompat@1.0.0,bonsaitrees@1.1.4,toastcontrol@1.8.1,walljump@1.3.2,traverse@1.6.0,enderstorage@2.4.6.137,farseek@2.5,nutrition@4.3.0,armoreablemobs@1.1.2,recipestages@1.1.3,zenstages@0.5.0-null,bloodmagic@1.12.2-2.4.1-103,buildcraftrobotics@7.99.24.1,mysticalagriculture@1.7.5,tconstruct@1.12.2-2.12.0.135,enchdesc@1.1.15,itemstages@2.0.49,baubles@1.5.2,stevescarts@2.4.32.137,car@1.2.12,mundaneredstone@1.1.4,justenoughpetroleum@0.1,quark@r1.5-158,spartanshields@1.5.4,fastbench@1.7.3,storagedrawers@5.2.2,natura@1.12.2-4.3.2.69,animalium@0.3.8,wanionlib@1.12.2-2.2,magma_monsters@0.3.0,chisel@MC1.12.2-0.2.1.35,foamfix@0.10.10-1.12.2,modularrouters@1.12.2-3.3.0-33,mjrlegendslib@1.12.2-1.2.0,wailastages@2.0.23,refinedstorageaddons@0.4.5,mercurius@1.0.6,chiselsandbits@14.33,translocators@2.5.2.81,betterfoliage@2.3.1 +[17:00:25] [Netty Server IO #2/INFO] [journeymap]: CLIENT +[17:00:25] [Netty Server IO #2/INFO] [CodeChickenLib-ConfigSync]: Skipping config sync, No mods have registered a syncable config. +[17:00:28] [Server thread/INFO] [FML]: [Server thread] Server side modded connection established +[17:00:28] [Server thread/INFO] [FML]: Loading dimension 7 (world) (net.minecraft.server.dedicated.DedicatedServer@8e6bead) +[17:00:28] [Server thread/INFO] [net.minecraft.server.management.PlayerList]: CHIKIBONCHELLO[/192.168.100.11:58232] logged in with entity id 459 at (272.30000001192093, 33.0, 790.683197905724) +[17:00:28] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: CHIKIBONCHELLO joined the game +[17:00:28] [Server thread/INFO] [journeymap]: CHIKIBONCHELLO joining dimension 7 +[17:00:28] [Server thread/INFO] [Waila]: Player EntityPlayerMP['CHIKIBONCHELLO'/459, l='world', x=272.30, y=33.00, z=790.68] connected. Sending ping +[17:00:28] [Server thread/INFO] [buildinggadgets]: Sending SyncedConfig to freshly logged in player CHIKIBONCHELLO. +[17:00:28] [Server thread/INFO] [Prestige]: Syncing requested for CHIKIBONCHELLO. +[17:00:28] [Server thread/INFO] [FML]: Loading dimension 144 (world) (net.minecraft.server.dedicated.DedicatedServer@8e6bead) +[17:00:28] [Server thread/INFO] [compactmachines3]: Loaded data for compact machine world: 0 spawn points, next machine id is 0, players with beds: 0 +[17:00:28] [Server thread/INFO] [Actually Additions]: Sending Player Data to player CHIKIBONCHELLO with UUID 1d55ced0-f360-45b1-9d62-11846a7fa39d. +[17:00:28] [Server thread/INFO] [antiqueatlas]: Sent custom biome data to player CHIKIBONCHELLO +[17:00:28] [Server thread/INFO] [antiqueatlas]: Sent markers data #-1 to player CHIKIBONCHELLO +[17:00:28] [Server thread/INFO] [Mekanism]: Sent config to 'CHIKIBONCHELLO.' +[17:00:28] [Server thread/INFO] [journeymap]: Sending log in packet. +[17:00:28] [Server thread/INFO] [ViesCraft]: Logged in Server +[17:00:28] [Server thread/INFO] [Astral Sorcery]: [Astral Sorcery] Waiting for server synchronization on login for CHIKIBONCHELLO... +[17:00:28] [Server thread/INFO] [antiqueatlas]: Sending dimension #0 +[17:00:28] [Server thread/INFO] [antiqueatlas]: Sent dimension #0 (420 tiles) +[17:00:28] [Server thread/INFO] [antiqueatlas]: Sending dimension #10 +[17:00:28] [Server thread/INFO] [antiqueatlas]: Sent dimension #10 (8 tiles) +[17:00:28] [Server thread/INFO] [antiqueatlas]: Sending dimension #20 +[17:00:28] [Server thread/INFO] [antiqueatlas]: Sent dimension #20 (12 tiles) +[17:00:28] [Server thread/INFO] [antiqueatlas]: Sending dimension #28885 +[17:00:28] [Server thread/INFO] [antiqueatlas]: Sent dimension #28885 (9 tiles) +[17:00:28] [Server thread/INFO] [antiqueatlas]: Sending dimension #7 +[17:00:28] [Server thread/INFO] [antiqueatlas]: Sent dimension #7 (14 tiles) +[17:00:28] [Server thread/INFO] [antiqueatlas]: Sent Atlas #0 data to player CHIKIBONCHELLO +[17:00:28] [Server thread/INFO] [antiqueatlas]: Sent markers data #0 to player CHIKIBONCHELLO +[17:00:28] [Server thread/INFO] [Astral Sorcery]: [Astral Sorcery] Synchronizing baseline information to CHIKIBONCHELLO +[17:00:29] [Server thread/INFO] [FML]: Unloading dimension 144 +[17:00:49] [Server thread/INFO] [antiqueatlas]: Saving local markers data to NBT +[17:04:19] [Server thread/INFO] [journeymap]: CHIKIBONCHELLO joining dimension 0 +[17:04:19] [Server thread/INFO] [Astral Sorcery]: Load CachedWorldData 'structurematcher' for world 0 +[17:04:19] [Server thread/INFO] [Astral Sorcery]: Loading of 'structurematcher' for world 0 finished. +[17:04:20] [Server thread/WARN] [net.minecraft.network.datasync.EntityDataManager]: defineId called for: class magma_monsters.entities.EntityMagmaMonster from class magma_monsters.entities.EntityMagmaMonsterGrunt +[17:04:20] [Server thread/WARN] [net.minecraft.network.datasync.EntityDataManager]: defineId called for: class magma_monsters.entities.EntityMagmaMonster from class magma_monsters.entities.EntityMagmaMonsterGrunt +[17:04:46] [Server thread/INFO] [net.minecraft.network.NetHandlerPlayServer]: CHIKIBONCHELLO lost connection: Disconnected +[17:04:46] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: CHIKIBONCHELLO left the game diff --git a/minecraft_server.1.12.2.jar b/minecraft_server.1.12.2.jar new file mode 100644 index 0000000..016ea66 Binary files /dev/null and b/minecraft_server.1.12.2.jar differ diff --git a/mods/1.12.2/ChickenASM-1.12-1.0.2.7.jar b/mods/1.12.2/ChickenASM-1.12-1.0.2.7.jar new file mode 100644 index 0000000..58bd6b8 Binary files /dev/null and b/mods/1.12.2/ChickenASM-1.12-1.0.2.7.jar differ diff --git a/mods/A Block of Charcoal-1.2.jar b/mods/A Block of Charcoal-1.2.jar new file mode 100644 index 0000000..263aea9 Binary files /dev/null and b/mods/A Block of Charcoal-1.2.jar differ diff --git a/mods/AbyssalCraft Integration-1.12.2-1.11.2.jar b/mods/AbyssalCraft Integration-1.12.2-1.11.2.jar new file mode 100644 index 0000000..1e8f190 Binary files /dev/null and b/mods/AbyssalCraft Integration-1.12.2-1.11.2.jar differ diff --git a/mods/AbyssalCraft-1.12.2-1.9.19.1.jar b/mods/AbyssalCraft-1.12.2-1.9.19.1.jar new file mode 100644 index 0000000..ec796d2 Binary files /dev/null and b/mods/AbyssalCraft-1.12.2-1.9.19.1.jar differ diff --git a/mods/ActuallyAdditions-1.12.2-r149.jar b/mods/ActuallyAdditions-1.12.2-r149.jar new file mode 100644 index 0000000..8ab365c Binary files /dev/null and b/mods/ActuallyAdditions-1.12.2-r149.jar differ diff --git a/mods/ActuallyBaubles-1.12-1.1.jar b/mods/ActuallyBaubles-1.12-1.1.jar new file mode 100644 index 0000000..aef7065 Binary files /dev/null and b/mods/ActuallyBaubles-1.12-1.1.jar differ diff --git a/mods/Animalium-0.3.8.jar b/mods/Animalium-0.3.8.jar new file mode 100644 index 0000000..874ca44 Binary files /dev/null and b/mods/Animalium-0.3.8.jar differ diff --git a/mods/AppleSkin-mc1.12-1.0.14.jar b/mods/AppleSkin-mc1.12-1.0.14.jar new file mode 100644 index 0000000..74f03b9 Binary files /dev/null and b/mods/AppleSkin-mc1.12-1.0.14.jar differ diff --git a/mods/Aroma1997Core-1.12.2-2.0.0.2.jar b/mods/Aroma1997Core-1.12.2-2.0.0.2.jar new file mode 100644 index 0000000..1161de3 Binary files /dev/null and b/mods/Aroma1997Core-1.12.2-2.0.0.2.jar differ diff --git a/mods/AromaBackup-1.12.2-2.1.1.4.jar b/mods/AromaBackup-1.12.2-2.1.1.4.jar new file mode 100644 index 0000000..f0bce42 Binary files /dev/null and b/mods/AromaBackup-1.12.2-2.1.1.4.jar differ diff --git a/mods/AutoRegLib-1.3-31.jar b/mods/AutoRegLib-1.3-31.jar new file mode 100644 index 0000000..f7b1160 Binary files /dev/null and b/mods/AutoRegLib-1.3-31.jar differ diff --git a/mods/BNBGamingCore-1.12.2-0.12.0.jar b/mods/BNBGamingCore-1.12.2-0.12.0.jar new file mode 100644 index 0000000..09b7bcb Binary files /dev/null and b/mods/BNBGamingCore-1.12.2-0.12.0.jar differ diff --git a/mods/BNBGamingLib-1.12.2-2.17.6.jar b/mods/BNBGamingLib-1.12.2-2.17.6.jar new file mode 100644 index 0000000..4d3e0c3 Binary files /dev/null and b/mods/BNBGamingLib-1.12.2-2.17.6.jar differ diff --git a/mods/Baubles-1.12-1.5.2.jar b/mods/Baubles-1.12-1.5.2.jar new file mode 100644 index 0000000..e99f1d9 Binary files /dev/null and b/mods/Baubles-1.12-1.5.2.jar differ diff --git a/mods/Better With Addons-0.50-hotfix.jar b/mods/Better With Addons-0.50-hotfix.jar new file mode 100644 index 0000000..e2f29b1 Binary files /dev/null and b/mods/Better With Addons-0.50-hotfix.jar differ diff --git a/mods/BetterAdvancements-1.12.2-0.1.0.77.jar b/mods/BetterAdvancements-1.12.2-0.1.0.77.jar new file mode 100644 index 0000000..d1f2dfb Binary files /dev/null and b/mods/BetterAdvancements-1.12.2-0.1.0.77.jar differ diff --git a/mods/BetterBedrock-1.12.2-5.1.11.jar b/mods/BetterBedrock-1.12.2-5.1.11.jar new file mode 100644 index 0000000..c55ec87 Binary files /dev/null and b/mods/BetterBedrock-1.12.2-5.1.11.jar differ diff --git a/mods/BetterBuildersWands-1.12.2-0.13.2.271+5997513.jar b/mods/BetterBuildersWands-1.12.2-0.13.2.271+5997513.jar new file mode 100644 index 0000000..47e1fd5 Binary files /dev/null and b/mods/BetterBuildersWands-1.12.2-0.13.2.271+5997513.jar differ diff --git a/mods/BetterFoliage-MC1.12-2.3.1.jar b/mods/BetterFoliage-MC1.12-2.3.1.jar new file mode 100644 index 0000000..4a6080e Binary files /dev/null and b/mods/BetterFoliage-MC1.12-2.3.1.jar differ diff --git a/mods/BetterFps-1.4.8.jar b/mods/BetterFps-1.4.8.jar new file mode 100644 index 0000000..097f8a1 Binary files /dev/null and b/mods/BetterFps-1.4.8.jar differ diff --git a/mods/BetterWithLib-1.12-1.5.jar b/mods/BetterWithLib-1.12-1.5.jar new file mode 100644 index 0000000..58d6ca1 Binary files /dev/null and b/mods/BetterWithLib-1.12-1.5.jar differ diff --git a/mods/BetterWithMods-1.12-2.3.20-1027.jar b/mods/BetterWithMods-1.12-2.3.20-1027.jar new file mode 100644 index 0000000..383b54c Binary files /dev/null and b/mods/BetterWithMods-1.12-2.3.20-1027.jar differ diff --git a/mods/BiblioCraft[v2.4.5][MC1.12.2].jar b/mods/BiblioCraft[v2.4.5][MC1.12.2].jar new file mode 100644 index 0000000..ec00d6c Binary files /dev/null and b/mods/BiblioCraft[v2.4.5][MC1.12.2].jar differ diff --git a/mods/BloodMagic-1.12.2-2.4.1-103.jar b/mods/BloodMagic-1.12.2-2.4.1-103.jar new file mode 100644 index 0000000..6f992cc Binary files /dev/null and b/mods/BloodMagic-1.12.2-2.4.1-103.jar differ diff --git a/mods/Bookshelf-1.12.2-2.3.581.jar b/mods/Bookshelf-1.12.2-2.3.581.jar new file mode 100644 index 0000000..fa9e897 Binary files /dev/null and b/mods/Bookshelf-1.12.2-2.3.581.jar differ diff --git a/mods/BringBedrockBack-0.0.4.jar b/mods/BringBedrockBack-0.0.4.jar new file mode 100644 index 0000000..798cbaa Binary files /dev/null and b/mods/BringBedrockBack-0.0.4.jar differ diff --git a/mods/BuildingGadgets-2.8.3.jar b/mods/BuildingGadgets-2.8.3.jar new file mode 100644 index 0000000..1d82012 Binary files /dev/null and b/mods/BuildingGadgets-2.8.3.jar differ diff --git a/mods/CD4017BE_lib-1.12.2-6.4.18.jar b/mods/CD4017BE_lib-1.12.2-6.4.18.jar new file mode 100644 index 0000000..896dd2e Binary files /dev/null and b/mods/CD4017BE_lib-1.12.2-6.4.18.jar differ diff --git a/mods/CTM-MC1.12.2-0.3.3.22.jar b/mods/CTM-MC1.12.2-0.3.3.22.jar new file mode 100644 index 0000000..8b54a3f Binary files /dev/null and b/mods/CTM-MC1.12.2-0.3.3.22.jar differ diff --git a/mods/CarryOn MC1.12.2 v1.12.3.jar b/mods/CarryOn MC1.12.2 v1.12.3.jar new file mode 100644 index 0000000..9318763 Binary files /dev/null and b/mods/CarryOn MC1.12.2 v1.12.3.jar differ diff --git a/mods/Ceramics-1.12-1.3.7.jar b/mods/Ceramics-1.12-1.3.7.jar new file mode 100644 index 0000000..29282ee Binary files /dev/null and b/mods/Ceramics-1.12-1.3.7.jar differ diff --git a/mods/Chameleon-1.12-4.1.3.jar b/mods/Chameleon-1.12-4.1.3.jar new file mode 100644 index 0000000..dc96fa1 Binary files /dev/null and b/mods/Chameleon-1.12-4.1.3.jar differ diff --git a/mods/Chargers-1.12.2-1.2.0.4.jar b/mods/Chargers-1.12.2-1.2.0.4.jar new file mode 100644 index 0000000..3492b37 Binary files /dev/null and b/mods/Chargers-1.12.2-1.2.0.4.jar differ diff --git a/mods/Chisel-MC1.12.2-0.2.1.35.jar b/mods/Chisel-MC1.12.2-0.2.1.35.jar new file mode 100644 index 0000000..ae5fd9f Binary files /dev/null and b/mods/Chisel-MC1.12.2-0.2.1.35.jar differ diff --git a/mods/ClientTweaks_1.12.2-3.1.11.jar b/mods/ClientTweaks_1.12.2-3.1.11.jar new file mode 100644 index 0000000..1ef9ab0 Binary files /dev/null and b/mods/ClientTweaks_1.12.2-3.1.11.jar differ diff --git a/mods/Clumps-3.1.2.jar b/mods/Clumps-3.1.2.jar new file mode 100644 index 0000000..7957d77 Binary files /dev/null and b/mods/Clumps-3.1.2.jar differ diff --git a/mods/CodeChickenLib-1.12.2-3.2.3.358-universal.jar b/mods/CodeChickenLib-1.12.2-3.2.3.358-universal.jar new file mode 100644 index 0000000..04b1271 Binary files /dev/null and b/mods/CodeChickenLib-1.12.2-3.2.3.358-universal.jar differ diff --git a/mods/ColouredTooltips-1.12.2-1.0.7.jar b/mods/ColouredTooltips-1.12.2-1.0.7.jar new file mode 100644 index 0000000..0402b77 Binary files /dev/null and b/mods/ColouredTooltips-1.12.2-1.0.7.jar differ diff --git a/mods/CommonCapabilities-1.12.2-2.4.1.jar b/mods/CommonCapabilities-1.12.2-2.4.1.jar new file mode 100644 index 0000000..af35e7e Binary files /dev/null and b/mods/CommonCapabilities-1.12.2-2.4.1.jar differ diff --git a/mods/ContentTweaker-1.12.2-4.9.1.jar b/mods/ContentTweaker-1.12.2-4.9.1.jar new file mode 100644 index 0000000..75d5274 Binary files /dev/null and b/mods/ContentTweaker-1.12.2-4.9.1.jar differ diff --git a/mods/Controlling-3.0.9.jar b/mods/Controlling-3.0.9.jar new file mode 100644 index 0000000..c825471 Binary files /dev/null and b/mods/Controlling-3.0.9.jar differ diff --git a/mods/CookingForBlockheads_1.12.2-6.5.0.jar b/mods/CookingForBlockheads_1.12.2-6.5.0.jar new file mode 100644 index 0000000..8075802 Binary files /dev/null and b/mods/CookingForBlockheads_1.12.2-6.5.0.jar differ diff --git a/mods/CraftTweaker2-1.12-4.1.20.574.jar b/mods/CraftTweaker2-1.12-4.1.20.574.jar new file mode 100644 index 0000000..f19e47f Binary files /dev/null and b/mods/CraftTweaker2-1.12-4.1.20.574.jar differ diff --git a/mods/Cucumber-1.12.2-1.1.3.jar b/mods/Cucumber-1.12.2-1.1.3.jar new file mode 100644 index 0000000..aaaf4c1 Binary files /dev/null and b/mods/Cucumber-1.12.2-1.1.3.jar differ diff --git a/mods/CustomMainMenu-MC1.12.2-2.0.9.1.jar b/mods/CustomMainMenu-MC1.12.2-2.0.9.1.jar new file mode 100644 index 0000000..2347f08 Binary files /dev/null and b/mods/CustomMainMenu-MC1.12.2-2.0.9.1.jar differ diff --git a/mods/Cyclic-1.12.2-1.20.3.jar b/mods/Cyclic-1.12.2-1.20.3.jar new file mode 100644 index 0000000..5c7e3a3 Binary files /dev/null and b/mods/Cyclic-1.12.2-1.20.3.jar differ diff --git a/mods/CyclopsCore-1.12.2-1.3.0.jar b/mods/CyclopsCore-1.12.2-1.3.0.jar new file mode 100644 index 0000000..952e75c Binary files /dev/null and b/mods/CyclopsCore-1.12.2-1.3.0.jar differ diff --git a/mods/DarkUtils-1.12.2-1.8.230.jar b/mods/DarkUtils-1.12.2-1.8.230.jar new file mode 100644 index 0000000..ef680cf Binary files /dev/null and b/mods/DarkUtils-1.12.2-1.8.230.jar differ diff --git a/mods/DeathCompass-0.0.3.jar b/mods/DeathCompass-0.0.3.jar new file mode 100644 index 0000000..53244b3 Binary files /dev/null and b/mods/DeathCompass-0.0.3.jar differ diff --git a/mods/DefaultOptions_1.12.2-9.2.8.jar b/mods/DefaultOptions_1.12.2-9.2.8.jar new file mode 100644 index 0000000..6c1283e Binary files /dev/null and b/mods/DefaultOptions_1.12.2-9.2.8.jar differ diff --git a/mods/DimensionStages-1.12.2-2.0.23.jar b/mods/DimensionStages-1.12.2-2.0.23.jar new file mode 100644 index 0000000..c8dbc55 Binary files /dev/null and b/mods/DimensionStages-1.12.2-2.0.23.jar differ diff --git a/mods/DimensionalControl-1.12.2-2.13.0.jar b/mods/DimensionalControl-1.12.2-2.13.0.jar new file mode 100644 index 0000000..23eaef9 Binary files /dev/null and b/mods/DimensionalControl-1.12.2-2.13.0.jar differ diff --git a/mods/Dung Pipe-1.2.jar b/mods/Dung Pipe-1.2.jar new file mode 100644 index 0000000..699b7d6 Binary files /dev/null and b/mods/Dung Pipe-1.2.jar differ diff --git a/mods/ElevatorMod-1.12.2-1.4.2.jar b/mods/ElevatorMod-1.12.2-1.4.2.jar new file mode 100644 index 0000000..77a56ca Binary files /dev/null and b/mods/ElevatorMod-1.12.2-1.4.2.jar differ diff --git a/mods/EmberRootZoo-1.12.2-1.3.10.jar b/mods/EmberRootZoo-1.12.2-1.3.10.jar new file mode 100644 index 0000000..3ba1c16 Binary files /dev/null and b/mods/EmberRootZoo-1.12.2-1.3.10.jar differ diff --git a/mods/EnchantmentDescriptions-1.12.2-1.1.15.jar b/mods/EnchantmentDescriptions-1.12.2-1.1.15.jar new file mode 100644 index 0000000..2859f1e Binary files /dev/null and b/mods/EnchantmentDescriptions-1.12.2-1.1.15.jar differ diff --git a/mods/EnderStorage-1.12.2-2.4.6.137-universal.jar b/mods/EnderStorage-1.12.2-2.4.6.137-universal.jar new file mode 100644 index 0000000..66e3de8 Binary files /dev/null and b/mods/EnderStorage-1.12.2-2.4.6.137-universal.jar differ diff --git a/mods/ExtendedCrafting-1.12.2-1.5.6.jar b/mods/ExtendedCrafting-1.12.2-1.5.6.jar new file mode 100644 index 0000000..dffe62b Binary files /dev/null and b/mods/ExtendedCrafting-1.12.2-1.5.6.jar differ diff --git a/mods/ExtraPlanets-1.12.2-0.7.0.jar b/mods/ExtraPlanets-1.12.2-0.7.0.jar new file mode 100644 index 0000000..73d8e9c Binary files /dev/null and b/mods/ExtraPlanets-1.12.2-0.7.0.jar differ diff --git a/mods/FancyBlockParticles-1.12.x-2.4.1.jar b/mods/FancyBlockParticles-1.12.x-2.4.1.jar new file mode 100644 index 0000000..81e37e7 Binary files /dev/null and b/mods/FancyBlockParticles-1.12.x-2.4.1.jar differ diff --git a/mods/FarmingForBlockheads_1.12.2-3.1.28.jar b/mods/FarmingForBlockheads_1.12.2-3.1.28.jar new file mode 100644 index 0000000..b25dca3 Binary files /dev/null and b/mods/FarmingForBlockheads_1.12.2-3.1.28.jar differ diff --git a/mods/Farseek-1.12-2.5.jar b/mods/Farseek-1.12-2.5.jar new file mode 100644 index 0000000..19a3b78 Binary files /dev/null and b/mods/Farseek-1.12-2.5.jar differ diff --git a/mods/FastFurnace-1.12.2-1.3.1.jar b/mods/FastFurnace-1.12.2-1.3.1.jar new file mode 100644 index 0000000..2b90cff Binary files /dev/null and b/mods/FastFurnace-1.12.2-1.3.1.jar differ diff --git a/mods/FastWorkbench-1.12.2-1.7.3.jar b/mods/FastWorkbench-1.12.2-1.7.3.jar new file mode 100644 index 0000000..f14d16d Binary files /dev/null and b/mods/FastWorkbench-1.12.2-1.7.3.jar differ diff --git a/mods/FatCat-0.0.5.jar b/mods/FatCat-0.0.5.jar new file mode 100644 index 0000000..1777e8b Binary files /dev/null and b/mods/FatCat-0.0.5.jar differ diff --git a/mods/Ferdinand's Flowers-1.12.x-1.10.4.1.jar b/mods/Ferdinand's Flowers-1.12.x-1.10.4.1.jar new file mode 100644 index 0000000..c810196 Binary files /dev/null and b/mods/Ferdinand's Flowers-1.12.x-1.10.4.1.jar differ diff --git a/mods/ForgeMultipart-1.12.2-2.6.1.81-universal.jar b/mods/ForgeMultipart-1.12.2-2.6.1.81-universal.jar new file mode 100644 index 0000000..1f49041 Binary files /dev/null and b/mods/ForgeMultipart-1.12.2-2.6.1.81-universal.jar differ diff --git a/mods/Forgelin-1.8.2.jar b/mods/Forgelin-1.8.2.jar new file mode 100644 index 0000000..4b957eb Binary files /dev/null and b/mods/Forgelin-1.8.2.jar differ diff --git a/mods/Galacticraft-Planets-1.12.2-4.0.2.280.jar b/mods/Galacticraft-Planets-1.12.2-4.0.2.280.jar new file mode 100644 index 0000000..fbaa5fa Binary files /dev/null and b/mods/Galacticraft-Planets-1.12.2-4.0.2.280.jar differ diff --git a/mods/GalacticraftCore-1.12.2-4.0.2.280.jar b/mods/GalacticraftCore-1.12.2-4.0.2.280.jar new file mode 100644 index 0000000..87e5588 Binary files /dev/null and b/mods/GalacticraftCore-1.12.2-4.0.2.280.jar differ diff --git a/mods/GalacticraftTweaker-1.12.2-1.0.3.jar b/mods/GalacticraftTweaker-1.12.2-1.0.3.jar new file mode 100644 index 0000000..c18bab7 Binary files /dev/null and b/mods/GalacticraftTweaker-1.12.2-1.0.3.jar differ diff --git a/mods/GameStages-1.12.2-2.0.123.jar b/mods/GameStages-1.12.2-2.0.123.jar new file mode 100644 index 0000000..2c73921 Binary files /dev/null and b/mods/GameStages-1.12.2-2.0.123.jar differ diff --git a/mods/Geolosys-1.12.2-2.2.6.jar b/mods/Geolosys-1.12.2-2.2.6.jar new file mode 100644 index 0000000..645d687 Binary files /dev/null and b/mods/Geolosys-1.12.2-2.2.6.jar differ diff --git a/mods/GobbleCore-1.12-0.1.6.35.jar b/mods/GobbleCore-1.12-0.1.6.35.jar new file mode 100644 index 0000000..1e867b2 Binary files /dev/null and b/mods/GobbleCore-1.12-0.1.6.35.jar differ diff --git a/mods/Guide-API-1.12-2.1.8-63.jar b/mods/Guide-API-1.12-2.1.8-63.jar new file mode 100644 index 0000000..5864927 Binary files /dev/null and b/mods/Guide-API-1.12-2.1.8-63.jar differ diff --git a/mods/Harvest-1.12-1.2.7-20.jar b/mods/Harvest-1.12-1.2.7-20.jar new file mode 100644 index 0000000..7010d73 Binary files /dev/null and b/mods/Harvest-1.12-1.2.7-20.jar differ diff --git a/mods/HorsePower-1.12.2-2.6.4.74.jar b/mods/HorsePower-1.12.2-2.6.4.74.jar new file mode 100644 index 0000000..39ec583 Binary files /dev/null and b/mods/HorsePower-1.12.2-2.6.4.74.jar differ diff --git a/mods/HuntingDimension-1.12.2-1.0.42.jar b/mods/HuntingDimension-1.12.2-1.0.42.jar new file mode 100644 index 0000000..a409874 Binary files /dev/null and b/mods/HuntingDimension-1.12.2-1.0.42.jar differ diff --git a/mods/Hwyla-1.8.26-B41_1.12.2.jar b/mods/Hwyla-1.8.26-B41_1.12.2.jar new file mode 100644 index 0000000..577f02d Binary files /dev/null and b/mods/Hwyla-1.8.26-B41_1.12.2.jar differ diff --git a/mods/IGW-Mod-1.12.2-1.4.4-15-universal.jar b/mods/IGW-Mod-1.12.2-1.4.4-15-universal.jar new file mode 100644 index 0000000..51fb135 Binary files /dev/null and b/mods/IGW-Mod-1.12.2-1.4.4-15-universal.jar differ diff --git a/mods/ImmersiveEngineering-0.12-98.jar b/mods/ImmersiveEngineering-0.12-98.jar new file mode 100644 index 0000000..6460db5 Binary files /dev/null and b/mods/ImmersiveEngineering-0.12-98.jar differ diff --git a/mods/ImprovedBackpacks-1.12.2-1.5.0.0.jar b/mods/ImprovedBackpacks-1.12.2-1.5.0.0.jar new file mode 100644 index 0000000..a02f0dd Binary files /dev/null and b/mods/ImprovedBackpacks-1.12.2-1.5.0.0.jar differ diff --git a/mods/InductiveLogistics-1.12.2-1.3.4.jar b/mods/InductiveLogistics-1.12.2-1.3.4.jar new file mode 100644 index 0000000..35bb0ad Binary files /dev/null and b/mods/InductiveLogistics-1.12.2-1.3.4.jar differ diff --git a/mods/InfoAccessories-1.12.2-1.0.11.jar b/mods/InfoAccessories-1.12.2-1.0.11.jar new file mode 100644 index 0000000..b6421a9 Binary files /dev/null and b/mods/InfoAccessories-1.12.2-1.0.11.jar differ diff --git a/mods/IntegratedDynamics-1.12.2-1.0.14.jar b/mods/IntegratedDynamics-1.12.2-1.0.14.jar new file mode 100644 index 0000000..e99e00a Binary files /dev/null and b/mods/IntegratedDynamics-1.12.2-1.0.14.jar differ diff --git a/mods/InventoryTweaks-1.64+dev.151.jar b/mods/InventoryTweaks-1.64+dev.151.jar new file mode 100644 index 0000000..d8fc964 Binary files /dev/null and b/mods/InventoryTweaks-1.64+dev.151.jar differ diff --git a/mods/IronBackpacks-1.12.2-3.0.8-12.jar b/mods/IronBackpacks-1.12.2-3.0.8-12.jar new file mode 100644 index 0000000..d0c1f5e Binary files /dev/null and b/mods/IronBackpacks-1.12.2-3.0.8-12.jar differ diff --git a/mods/IronJetpacks-1.12-2-1.1.0.jar b/mods/IronJetpacks-1.12-2-1.1.0.jar new file mode 100644 index 0000000..7297de5 Binary files /dev/null and b/mods/IronJetpacks-1.12-2-1.1.0.jar differ diff --git a/mods/ItemStages-1.12.2-2.0.49.jar b/mods/ItemStages-1.12.2-2.0.49.jar new file mode 100644 index 0000000..0e1321f Binary files /dev/null and b/mods/ItemStages-1.12.2-2.0.49.jar differ diff --git a/mods/IvToolkit-1.3.3-1.12.jar b/mods/IvToolkit-1.3.3-1.12.jar new file mode 100644 index 0000000..ff57c63 Binary files /dev/null and b/mods/IvToolkit-1.3.3-1.12.jar differ diff --git a/mods/JourneyMapStages-1.12.2-2.0.9.jar b/mods/JourneyMapStages-1.12.2-2.0.9.jar new file mode 100644 index 0000000..6483800 Binary files /dev/null and b/mods/JourneyMapStages-1.12.2-2.0.9.jar differ diff --git a/mods/Just A Raft Mod-1.1.2.jar b/mods/Just A Raft Mod-1.1.2.jar new file mode 100644 index 0000000..d6d3e57 Binary files /dev/null and b/mods/Just A Raft Mod-1.1.2.jar differ diff --git a/mods/JustAFewFish-1.7_for_1.12.jar b/mods/JustAFewFish-1.7_for_1.12.jar new file mode 100644 index 0000000..a816dee Binary files /dev/null and b/mods/JustAFewFish-1.7_for_1.12.jar differ diff --git a/mods/JustEnoughIDs-1.0.3-55.jar b/mods/JustEnoughIDs-1.0.3-55.jar new file mode 100644 index 0000000..c077c84 Binary files /dev/null and b/mods/JustEnoughIDs-1.0.3-55.jar differ diff --git a/mods/JustEnoughPetroleum-0.1.jar b/mods/JustEnoughPetroleum-0.1.jar new file mode 100644 index 0000000..022f054 Binary files /dev/null and b/mods/JustEnoughPetroleum-0.1.jar differ diff --git a/mods/KleeSlabs_1.12.2-5.4.12.jar b/mods/KleeSlabs_1.12.2-5.4.12.jar new file mode 100644 index 0000000..5269ef8 Binary files /dev/null and b/mods/KleeSlabs_1.12.2-5.4.12.jar differ diff --git a/mods/LibEx-1.12.2-1.0.8.jar b/mods/LibEx-1.12.2-1.0.8.jar new file mode 100644 index 0000000..fcbad98 Binary files /dev/null and b/mods/LibEx-1.12.2-1.0.8.jar differ diff --git a/mods/LoadingScreens-1.12.2-0.3.1.jar b/mods/LoadingScreens-1.12.2-0.3.1.jar new file mode 100644 index 0000000..fcdfda8 Binary files /dev/null and b/mods/LoadingScreens-1.12.2-0.3.1.jar differ diff --git a/mods/LootTableTweaker-1.12.2-1.1.14.jar b/mods/LootTableTweaker-1.12.2-1.1.14.jar new file mode 100644 index 0000000..681c642 Binary files /dev/null and b/mods/LootTableTweaker-1.12.2-1.1.14.jar differ diff --git a/mods/MJRLegendsLib-1.12.2-1.2.0.jar b/mods/MJRLegendsLib-1.12.2-1.2.0.jar new file mode 100644 index 0000000..826ec74 Binary files /dev/null and b/mods/MJRLegendsLib-1.12.2-1.2.0.jar differ diff --git a/mods/MPUtils-1.12.2-1.5.7.jar b/mods/MPUtils-1.12.2-1.5.7.jar new file mode 100644 index 0000000..8a248ac Binary files /dev/null and b/mods/MPUtils-1.12.2-1.5.7.jar differ diff --git a/mods/MTLib-3.0.6.jar b/mods/MTLib-3.0.6.jar new file mode 100644 index 0000000..56b6d9b Binary files /dev/null and b/mods/MTLib-3.0.6.jar differ diff --git a/mods/MagmaMonsters-0.3.0.jar b/mods/MagmaMonsters-0.3.0.jar new file mode 100644 index 0000000..1bf73ae Binary files /dev/null and b/mods/MagmaMonsters-0.3.0.jar differ diff --git a/mods/Mantle-1.12-1.3.3.55.jar b/mods/Mantle-1.12-1.3.3.55.jar new file mode 100644 index 0000000..012b579 Binary files /dev/null and b/mods/Mantle-1.12-1.3.3.55.jar differ diff --git a/mods/Mekanism-1.12.2-9.8.3.390.jar b/mods/Mekanism-1.12.2-9.8.3.390.jar new file mode 100644 index 0000000..55c0019 Binary files /dev/null and b/mods/Mekanism-1.12.2-9.8.3.390.jar differ diff --git a/mods/Mercurius-1.12.2.jar b/mods/Mercurius-1.12.2.jar new file mode 100644 index 0000000..c0b9ce9 Binary files /dev/null and b/mods/Mercurius-1.12.2.jar differ diff --git a/mods/MicdoodleCore-1.12.2-4.0.2.280.jar b/mods/MicdoodleCore-1.12.2-4.0.2.280.jar new file mode 100644 index 0000000..46efa4c Binary files /dev/null and b/mods/MicdoodleCore-1.12.2-4.0.2.280.jar differ diff --git a/mods/MobGrindingUtils-0.3.13.jar b/mods/MobGrindingUtils-0.3.13.jar new file mode 100644 index 0000000..176dc0b Binary files /dev/null and b/mods/MobGrindingUtils-0.3.13.jar differ diff --git a/mods/MobStages-1.12.2-2.0.13.jar b/mods/MobStages-1.12.2-2.0.13.jar new file mode 100644 index 0000000..618835e Binary files /dev/null and b/mods/MobStages-1.12.2-2.0.13.jar differ diff --git a/mods/Morpheus-1.12.2-3.5.106.jar b/mods/Morpheus-1.12.2-3.5.106.jar new file mode 100644 index 0000000..0a0c786 Binary files /dev/null and b/mods/Morpheus-1.12.2-3.5.106.jar differ diff --git a/mods/MouseTweaks-2.10-mc1.12.2.jar b/mods/MouseTweaks-2.10-mc1.12.2.jar new file mode 100644 index 0000000..9008b32 Binary files /dev/null and b/mods/MouseTweaks-2.10-mc1.12.2.jar differ diff --git a/mods/MundaneRedstone-1.1.4.jar b/mods/MundaneRedstone-1.1.4.jar new file mode 100644 index 0000000..4925ee7 Binary files /dev/null and b/mods/MundaneRedstone-1.1.4.jar differ diff --git a/mods/MysticalAgradditions-1.12.2-1.3.2.jar b/mods/MysticalAgradditions-1.12.2-1.3.2.jar new file mode 100644 index 0000000..e76da0a Binary files /dev/null and b/mods/MysticalAgradditions-1.12.2-1.3.2.jar differ diff --git a/mods/MysticalAgriculture-1.12.2-1.7.5.jar b/mods/MysticalAgriculture-1.12.2-1.7.5.jar new file mode 100644 index 0000000..61bf2b2 Binary files /dev/null and b/mods/MysticalAgriculture-1.12.2-1.7.5.jar differ diff --git a/mods/NaturesCompass-1.12.2-1.5.1.jar b/mods/NaturesCompass-1.12.2-1.5.1.jar new file mode 100644 index 0000000..417189b Binary files /dev/null and b/mods/NaturesCompass-1.12.2-1.5.1.jar differ diff --git a/mods/Neat 1.4-17.jar b/mods/Neat 1.4-17.jar new file mode 100644 index 0000000..243f289 Binary files /dev/null and b/mods/Neat 1.4-17.jar differ diff --git a/mods/NetherEx-1.12.2-2.0.8.jar b/mods/NetherEx-1.12.2-2.0.8.jar new file mode 100644 index 0000000..f2e48f6 Binary files /dev/null and b/mods/NetherEx-1.12.2-2.0.8.jar differ diff --git a/mods/NoWorldgen5You-1.12.2-1.0.6.jar b/mods/NoWorldgen5You-1.12.2-1.0.6.jar new file mode 100644 index 0000000..db90e23 Binary files /dev/null and b/mods/NoWorldgen5You-1.12.2-1.0.6.jar differ diff --git a/mods/Nutrition-1.12.2-4.3.0.jar b/mods/Nutrition-1.12.2-4.3.0.jar new file mode 100644 index 0000000..f132bd2 Binary files /dev/null and b/mods/Nutrition-1.12.2-4.3.0.jar differ diff --git a/mods/OceanFloor-1.12.2-1.0.2.jar b/mods/OceanFloor-1.12.2-1.0.2.jar new file mode 100644 index 0000000..e7a9254 Binary files /dev/null and b/mods/OceanFloor-1.12.2-1.0.2.jar differ diff --git a/mods/OreExcavation-1.4.150.jar b/mods/OreExcavation-1.4.150.jar new file mode 100644 index 0000000..fa90007 Binary files /dev/null and b/mods/OreExcavation-1.4.150.jar differ diff --git a/mods/OreStages-1.12.2-2.0.37.jar b/mods/OreStages-1.12.2-2.0.37.jar new file mode 100644 index 0000000..553e1dd Binary files /dev/null and b/mods/OreStages-1.12.2-2.0.37.jar differ diff --git a/mods/Overloaded-1.12.2-0.0.59.jar b/mods/Overloaded-1.12.2-0.0.59.jar new file mode 100644 index 0000000..df6c1fc Binary files /dev/null and b/mods/Overloaded-1.12.2-0.0.59.jar differ diff --git a/mods/PickleTweaks-1.12.2-2.1.3.jar b/mods/PickleTweaks-1.12.2-2.1.3.jar new file mode 100644 index 0000000..bca81e6 Binary files /dev/null and b/mods/PickleTweaks-1.12.2-2.1.3.jar differ diff --git a/mods/Placebo-1.12.2-1.6.0.jar b/mods/Placebo-1.12.2-1.6.0.jar new file mode 100644 index 0000000..7b07ab3 Binary files /dev/null and b/mods/Placebo-1.12.2-1.6.0.jar differ diff --git a/mods/PlayerAPI-1.12.1-1.0.jar b/mods/PlayerAPI-1.12.1-1.0.jar new file mode 100644 index 0000000..7284758 Binary files /dev/null and b/mods/PlayerAPI-1.12.1-1.0.jar differ diff --git a/mods/PowerAdapters-1.12.2-1.0.9.jar b/mods/PowerAdapters-1.12.2-1.0.9.jar new file mode 100644 index 0000000..98a0e44 Binary files /dev/null and b/mods/PowerAdapters-1.12.2-1.0.9.jar differ diff --git a/mods/Prestige-1.12.2-1.1.30.jar b/mods/Prestige-1.12.2-1.1.30.jar new file mode 100644 index 0000000..fce84e1 Binary files /dev/null and b/mods/Prestige-1.12.2-1.1.30.jar differ diff --git a/mods/PrimalChests-1.0.3.jar b/mods/PrimalChests-1.0.3.jar new file mode 100644 index 0000000..4b8c777 Binary files /dev/null and b/mods/PrimalChests-1.0.3.jar differ diff --git a/mods/PrimalCore-1.12.2-0.6.104.jar b/mods/PrimalCore-1.12.2-0.6.104.jar new file mode 100644 index 0000000..9bfa118 Binary files /dev/null and b/mods/PrimalCore-1.12.2-0.6.104.jar differ diff --git a/mods/PrimalTech-0.3.5.jar b/mods/PrimalTech-0.3.5.jar new file mode 100644 index 0000000..9d5da9a Binary files /dev/null and b/mods/PrimalTech-0.3.5.jar differ diff --git a/mods/ProgressionTweaks-1.12.2-0.3.40.jar b/mods/ProgressionTweaks-1.12.2-0.3.40.jar new file mode 100644 index 0000000..1b05249 Binary files /dev/null and b/mods/ProgressionTweaks-1.12.2-0.3.40.jar differ diff --git a/mods/ProportionalDestructionParticles-1.12.2-1.2.4.jar b/mods/ProportionalDestructionParticles-1.12.2-1.2.4.jar new file mode 100644 index 0000000..493c7bd Binary files /dev/null and b/mods/ProportionalDestructionParticles-1.12.2-1.2.4.jar differ diff --git a/mods/QuantumStorage-1.12-4.6.8.jar b/mods/QuantumStorage-1.12-4.6.8.jar new file mode 100644 index 0000000..9d8d88f Binary files /dev/null and b/mods/QuantumStorage-1.12-4.6.8.jar differ diff --git a/mods/Quark-r1.5-158.jar b/mods/Quark-r1.5-158.jar new file mode 100644 index 0000000..52dc2f4 Binary files /dev/null and b/mods/Quark-r1.5-158.jar differ diff --git a/mods/QuickLeafDecay-MC1.12.1-1.2.4.jar b/mods/QuickLeafDecay-MC1.12.1-1.2.4.jar new file mode 100644 index 0000000..97b4d87 Binary files /dev/null and b/mods/QuickLeafDecay-MC1.12.1-1.2.4.jar differ diff --git a/mods/RealisticItemDrops-1.2.14.jar b/mods/RealisticItemDrops-1.2.14.jar new file mode 100644 index 0000000..02c9d39 Binary files /dev/null and b/mods/RealisticItemDrops-1.2.14.jar differ diff --git a/mods/RebornCore-1.12.2-3.19.5-universal.jar b/mods/RebornCore-1.12.2-3.19.5-universal.jar new file mode 100644 index 0000000..490ccd0 Binary files /dev/null and b/mods/RebornCore-1.12.2-3.19.5-universal.jar differ diff --git a/mods/RebornStorage-1.12.2-3.3.4.1.jar b/mods/RebornStorage-1.12.2-3.3.4.1.jar new file mode 100644 index 0000000..cc8e24d Binary files /dev/null and b/mods/RebornStorage-1.12.2-3.3.4.1.jar differ diff --git a/mods/RecipeStages-1.1.3.jar b/mods/RecipeStages-1.1.3.jar new file mode 100644 index 0000000..b696f19 Binary files /dev/null and b/mods/RecipeStages-1.1.3.jar differ diff --git a/mods/RecurrentComplex-1.4.8.2.jar b/mods/RecurrentComplex-1.4.8.2.jar new file mode 100644 index 0000000..3a519c7 Binary files /dev/null and b/mods/RecurrentComplex-1.4.8.2.jar differ diff --git a/mods/RedstoneFlux-1.12-2.1.0.6-universal.jar b/mods/RedstoneFlux-1.12-2.1.0.6-universal.jar new file mode 100644 index 0000000..da55ee4 Binary files /dev/null and b/mods/RedstoneFlux-1.12-2.1.0.6-universal.jar differ diff --git a/mods/ResourceLoader-MC1.12.1-1.5.3.jar b/mods/ResourceLoader-MC1.12.1-1.5.3.jar new file mode 100644 index 0000000..d3cb0a6 Binary files /dev/null and b/mods/ResourceLoader-MC1.12.1-1.5.3.jar differ diff --git a/mods/Scannable-MC1.12.2-1.6.3.24.jar b/mods/Scannable-MC1.12.2-1.6.3.24.jar new file mode 100644 index 0000000..d35bfe8 Binary files /dev/null and b/mods/Scannable-MC1.12.2-1.6.3.24.jar differ diff --git a/mods/SevTweaks-0.4.0-1.jar b/mods/SevTweaks-0.4.0-1.jar new file mode 100644 index 0000000..ea50e92 Binary files /dev/null and b/mods/SevTweaks-0.4.0-1.jar differ diff --git a/mods/SevTweaksNPC-0.0.4.jar b/mods/SevTweaksNPC-0.0.4.jar new file mode 100644 index 0000000..12b6f55 Binary files /dev/null and b/mods/SevTweaksNPC-0.0.4.jar differ diff --git a/mods/SimpleStorageNetwork-1.12.2-1.7.11.jar b/mods/SimpleStorageNetwork-1.12.2-1.7.11.jar new file mode 100644 index 0000000..32e5750 Binary files /dev/null and b/mods/SimpleStorageNetwork-1.12.2-1.7.11.jar differ diff --git a/mods/SimplyArrows-1.12.2-1.0.4.jar b/mods/SimplyArrows-1.12.2-1.0.4.jar new file mode 100644 index 0000000..872f4ee Binary files /dev/null and b/mods/SimplyArrows-1.12.2-1.0.4.jar differ diff --git a/mods/SmoothFont-mc1.12.2-2.1.2.jar b/mods/SmoothFont-mc1.12.2-2.1.2.jar new file mode 100644 index 0000000..6432a90 Binary files /dev/null and b/mods/SmoothFont-mc1.12.2-2.1.2.jar differ diff --git a/mods/SpartanShields-1.12.2-1.5.4.jar b/mods/SpartanShields-1.12.2-1.5.4.jar new file mode 100644 index 0000000..11c8d8b Binary files /dev/null and b/mods/SpartanShields-1.12.2-1.5.4.jar differ diff --git a/mods/StevesCarts-1.12.2-2.4.32.137.jar b/mods/StevesCarts-1.12.2-2.4.32.137.jar new file mode 100644 index 0000000..12ef461 Binary files /dev/null and b/mods/StevesCarts-1.12.2-2.4.32.137.jar differ diff --git a/mods/StorageDrawers-1.12.2-5.4.2.jar b/mods/StorageDrawers-1.12.2-5.4.2.jar new file mode 100644 index 0000000..d169256 Binary files /dev/null and b/mods/StorageDrawers-1.12.2-5.4.2.jar differ diff --git a/mods/Streams-1.12-0.4.8.jar b/mods/Streams-1.12-0.4.8.jar new file mode 100644 index 0000000..a2bc303 Binary files /dev/null and b/mods/Streams-1.12-0.4.8.jar differ diff --git a/mods/StuffASockInIt-1.12.2-1.1.32.jar b/mods/StuffASockInIt-1.12.2-1.1.32.jar new file mode 100644 index 0000000..25544ea Binary files /dev/null and b/mods/StuffASockInIt-1.12.2-1.1.32.jar differ diff --git a/mods/TConstruct-1.12.2-2.12.0.135.jar b/mods/TConstruct-1.12.2-2.12.0.135.jar new file mode 100644 index 0000000..2ee8cf7 Binary files /dev/null and b/mods/TConstruct-1.12.2-2.12.0.135.jar differ diff --git a/mods/TallGates-1.12.2-1.0.0.1.jar b/mods/TallGates-1.12.2-1.0.0.1.jar new file mode 100644 index 0000000..76d4c30 Binary files /dev/null and b/mods/TallGates-1.12.2-1.0.0.1.jar differ diff --git a/mods/The Beneath-1.12.2-1.5.1.jar b/mods/The Beneath-1.12.2-1.5.1.jar new file mode 100644 index 0000000..5440d7f Binary files /dev/null and b/mods/The Beneath-1.12.2-1.5.1.jar differ diff --git a/mods/TheBetweenlands-3.5.10-universal.jar b/mods/TheBetweenlands-3.5.10-universal.jar new file mode 100644 index 0000000..392725e Binary files /dev/null and b/mods/TheBetweenlands-3.5.10-universal.jar differ diff --git a/mods/ThirstyBottles-1.12.2-2.0.1.jar b/mods/ThirstyBottles-1.12.2-2.0.1.jar new file mode 100644 index 0000000..26538a9 Binary files /dev/null and b/mods/ThirstyBottles-1.12.2-2.0.1.jar differ diff --git a/mods/TinkerStages-1.12.2-2.0.17.jar b/mods/TinkerStages-1.12.2-2.0.17.jar new file mode 100644 index 0000000..5e8beea Binary files /dev/null and b/mods/TinkerStages-1.12.2-2.0.17.jar differ diff --git a/mods/TinkerToolLeveling-1.12.2-1.1.0.jar b/mods/TinkerToolLeveling-1.12.2-1.1.0.jar new file mode 100644 index 0000000..e66f589 Binary files /dev/null and b/mods/TinkerToolLeveling-1.12.2-1.1.0.jar differ diff --git a/mods/TinkersComplement-1.12.2-0.4.3.jar b/mods/TinkersComplement-1.12.2-0.4.3.jar new file mode 100644 index 0000000..9b3466b Binary files /dev/null and b/mods/TinkersComplement-1.12.2-0.4.3.jar differ diff --git a/mods/TipTheScales-1.12.2-1.0.4.jar b/mods/TipTheScales-1.12.2-1.0.4.jar new file mode 100644 index 0000000..76b24e6 Binary files /dev/null and b/mods/TipTheScales-1.12.2-1.0.4.jar differ diff --git a/mods/Toast Control-1.12.2-1.8.1.jar b/mods/Toast Control-1.12.2-1.8.1.jar new file mode 100644 index 0000000..80495e2 Binary files /dev/null and b/mods/Toast Control-1.12.2-1.8.1.jar differ diff --git a/mods/Totemic-1.12.2-0.11.6.jar b/mods/Totemic-1.12.2-0.11.6.jar new file mode 100644 index 0000000..a5ca78f Binary files /dev/null and b/mods/Totemic-1.12.2-0.11.6.jar differ diff --git a/mods/Translocators-1.12.2-2.5.2.81-universal.jar b/mods/Translocators-1.12.2-2.5.2.81-universal.jar new file mode 100644 index 0000000..7a9b592 Binary files /dev/null and b/mods/Translocators-1.12.2-2.5.2.81-universal.jar differ diff --git a/mods/Traverse-1.12.2-1.6.0-69.jar b/mods/Traverse-1.12.2-1.6.0-69.jar new file mode 100644 index 0000000..13162c1 Binary files /dev/null and b/mods/Traverse-1.12.2-1.6.0-69.jar differ diff --git a/mods/TreeChopper-1.12.2-1.2.4.jar b/mods/TreeChopper-1.12.2-1.2.4.jar new file mode 100644 index 0000000..8d4de7d Binary files /dev/null and b/mods/TreeChopper-1.12.2-1.2.4.jar differ diff --git a/mods/Triumph-1.12.2-3.19.2.jar b/mods/Triumph-1.12.2-3.19.2.jar new file mode 100644 index 0000000..bed55c0 Binary files /dev/null and b/mods/Triumph-1.12.2-3.19.2.jar differ diff --git a/mods/Uppers-0.0.6.jar b/mods/Uppers-0.0.6.jar new file mode 100644 index 0000000..793ba42 Binary files /dev/null and b/mods/Uppers-0.0.6.jar differ diff --git a/mods/ViesCraft-1.12.2-5.9.16.jar b/mods/ViesCraft-1.12.2-5.9.16.jar new file mode 100644 index 0000000..ab72514 Binary files /dev/null and b/mods/ViesCraft-1.12.2-5.9.16.jar differ diff --git a/mods/VillagerTrades-1.12-0.6.4.jar b/mods/VillagerTrades-1.12-0.6.4.jar new file mode 100644 index 0000000..1e6536e Binary files /dev/null and b/mods/VillagerTrades-1.12-0.6.4.jar differ diff --git a/mods/Waddles-1.12.2-0.6.0.jar b/mods/Waddles-1.12.2-0.6.0.jar new file mode 100644 index 0000000..959685c Binary files /dev/null and b/mods/Waddles-1.12.2-0.6.0.jar differ diff --git a/mods/WailaStages-1.12.2-2.0.23.jar b/mods/WailaStages-1.12.2-2.0.23.jar new file mode 100644 index 0000000..b869bff Binary files /dev/null and b/mods/WailaStages-1.12.2-2.0.23.jar differ diff --git a/mods/WanionLib-1.12.2-2.2.jar b/mods/WanionLib-1.12.2-2.2.jar new file mode 100644 index 0000000..2137c61 Binary files /dev/null and b/mods/WanionLib-1.12.2-2.2.jar differ diff --git a/mods/WaterControlExtreme-1.0.2.jar b/mods/WaterControlExtreme-1.0.2.jar new file mode 100644 index 0000000..edf690c Binary files /dev/null and b/mods/WaterControlExtreme-1.0.2.jar differ diff --git a/mods/WaterStrainer-1.12-3.2.0.jar b/mods/WaterStrainer-1.12-3.2.0.jar new file mode 100644 index 0000000..0d8adf4 Binary files /dev/null and b/mods/WaterStrainer-1.12-3.2.0.jar differ diff --git a/mods/Wawla-1.12.2-2.6.275.jar b/mods/Wawla-1.12.2-2.6.275.jar new file mode 100644 index 0000000..a421fb5 Binary files /dev/null and b/mods/Wawla-1.12.2-2.6.275.jar differ diff --git a/mods/WildCrops-1.12-1.0.1.jar b/mods/WildCrops-1.12-1.0.1.jar new file mode 100644 index 0000000..04b0786 Binary files /dev/null and b/mods/WildCrops-1.12-1.0.1.jar differ diff --git a/mods/WitherSkeletonTweaks-1.12.2-2.6.3.jar b/mods/WitherSkeletonTweaks-1.12.2-2.6.3.jar new file mode 100644 index 0000000..c45eae1 Binary files /dev/null and b/mods/WitherSkeletonTweaks-1.12.2-2.6.3.jar differ diff --git a/mods/Wopper-1.12-r5.jar b/mods/Wopper-1.12-r5.jar new file mode 100644 index 0000000..c74a89d Binary files /dev/null and b/mods/Wopper-1.12-r5.jar differ diff --git a/mods/YNot-0.2.4.jar b/mods/YNot-0.2.4.jar new file mode 100644 index 0000000..e745b06 Binary files /dev/null and b/mods/YNot-0.2.4.jar differ diff --git a/mods/[1.12]MoVillages-1.5.4.jar b/mods/[1.12]MoVillages-1.5.4.jar new file mode 100644 index 0000000..9a25b9d Binary files /dev/null and b/mods/[1.12]MoVillages-1.5.4.jar differ diff --git a/mods/antiqueatlas-1.12.2-4.5.1.jar b/mods/antiqueatlas-1.12.2-4.5.1.jar new file mode 100644 index 0000000..92f1dbb Binary files /dev/null and b/mods/antiqueatlas-1.12.2-4.5.1.jar differ diff --git a/mods/appliedenergistics2-rv6-stable-7.jar b/mods/appliedenergistics2-rv6-stable-7.jar new file mode 100644 index 0000000..6bfbdf1 Binary files /dev/null and b/mods/appliedenergistics2-rv6-stable-7.jar differ diff --git a/mods/armoreablemobs-1.12.2-1.1.8.jar b/mods/armoreablemobs-1.12.2-1.1.8.jar new file mode 100644 index 0000000..577d3d2 Binary files /dev/null and b/mods/armoreablemobs-1.12.2-1.1.8.jar differ diff --git a/mods/astikorcarts-1.12.2-0.1.2.7.jar b/mods/astikorcarts-1.12.2-0.1.2.7.jar new file mode 100644 index 0000000..9cb642a Binary files /dev/null and b/mods/astikorcarts-1.12.2-0.1.2.7.jar differ diff --git a/mods/astralsorcery-1.12.2-1.10.21.jar b/mods/astralsorcery-1.12.2-1.10.21.jar new file mode 100644 index 0000000..10781ea Binary files /dev/null and b/mods/astralsorcery-1.12.2-1.10.21.jar differ diff --git a/mods/base-1.12.2-3.13.0.jar b/mods/base-1.12.2-3.13.0.jar new file mode 100644 index 0000000..99aa320 Binary files /dev/null and b/mods/base-1.12.2-3.13.0.jar differ diff --git a/mods/bdlib-1.14.3.12-mc1.12.2.jar b/mods/bdlib-1.14.3.12-mc1.12.2.jar new file mode 100644 index 0000000..9795ec3 Binary files /dev/null and b/mods/bdlib-1.14.3.12-mc1.12.2.jar differ diff --git a/mods/bonsaitrees-1.1.4-b170.jar b/mods/bonsaitrees-1.1.4-b170.jar new file mode 100644 index 0000000..bb60287 Binary files /dev/null and b/mods/bonsaitrees-1.1.4-b170.jar differ diff --git a/mods/buildcraft-builders-7.99.24.1.jar b/mods/buildcraft-builders-7.99.24.1.jar new file mode 100644 index 0000000..d7e9f27 Binary files /dev/null and b/mods/buildcraft-builders-7.99.24.1.jar differ diff --git a/mods/buildcraft-core-7.99.24.1.jar b/mods/buildcraft-core-7.99.24.1.jar new file mode 100644 index 0000000..08a5dbe Binary files /dev/null and b/mods/buildcraft-core-7.99.24.1.jar differ diff --git a/mods/buildcraft-factory-7.99.24.1.jar b/mods/buildcraft-factory-7.99.24.1.jar new file mode 100644 index 0000000..3c2c41a Binary files /dev/null and b/mods/buildcraft-factory-7.99.24.1.jar differ diff --git a/mods/buildcraft-robotics-7.99.24.1.jar b/mods/buildcraft-robotics-7.99.24.1.jar new file mode 100644 index 0000000..bbe93da Binary files /dev/null and b/mods/buildcraft-robotics-7.99.24.1.jar differ diff --git a/mods/buildcraft-silicon-7.99.24.1.jar b/mods/buildcraft-silicon-7.99.24.1.jar new file mode 100644 index 0000000..e9b499b Binary files /dev/null and b/mods/buildcraft-silicon-7.99.24.1.jar differ diff --git a/mods/buildcraft-transport-7.99.24.1.jar b/mods/buildcraft-transport-7.99.24.1.jar new file mode 100644 index 0000000..16423d5 Binary files /dev/null and b/mods/buildcraft-transport-7.99.24.1.jar differ diff --git a/mods/car-1.12.2-1.2.12.jar b/mods/car-1.12.2-1.2.12.jar new file mode 100644 index 0000000..64264fa Binary files /dev/null and b/mods/car-1.12.2-1.2.12.jar differ diff --git a/mods/chiselsandbits-14.33.jar b/mods/chiselsandbits-14.33.jar new file mode 100644 index 0000000..b22d1f2 Binary files /dev/null and b/mods/chiselsandbits-14.33.jar differ diff --git a/mods/compactmachines3-1.12.2-3.0.18-b278.jar b/mods/compactmachines3-1.12.2-3.0.18-b278.jar new file mode 100644 index 0000000..a758ac5 Binary files /dev/null and b/mods/compactmachines3-1.12.2-3.0.18-b278.jar differ diff --git a/mods/conarm-1.12.2-1.2.4.jar b/mods/conarm-1.12.2-1.2.4.jar new file mode 100644 index 0000000..eaef579 Binary files /dev/null and b/mods/conarm-1.12.2-1.2.4.jar differ diff --git a/mods/davincisvessels-1.12-6.340-full.jar b/mods/davincisvessels-1.12-6.340-full.jar new file mode 100644 index 0000000..effd03b Binary files /dev/null and b/mods/davincisvessels-1.12-6.340-full.jar differ diff --git a/mods/despawningspawners-1.12-1.2.0-2.jar b/mods/despawningspawners-1.12-1.2.0-2.jar new file mode 100644 index 0000000..78a05e6 Binary files /dev/null and b/mods/despawningspawners-1.12-1.2.0-2.jar differ diff --git a/mods/enderutilities-1.12.2-0.7.15.jar b/mods/enderutilities-1.12.2-0.7.15.jar new file mode 100644 index 0000000..e840902 Binary files /dev/null and b/mods/enderutilities-1.12.2-0.7.15.jar differ diff --git a/mods/environmentaltech-1.12.2-2.0.20.1.jar b/mods/environmentaltech-1.12.2-2.0.20.1.jar new file mode 100644 index 0000000..751b344 Binary files /dev/null and b/mods/environmentaltech-1.12.2-2.0.20.1.jar differ diff --git a/mods/findme-1.12.2-1.1.0-8.jar b/mods/findme-1.12.2-1.1.0-8.jar new file mode 100644 index 0000000..bd6e624 Binary files /dev/null and b/mods/findme-1.12.2-1.1.0-8.jar differ diff --git a/mods/foamfix-0.10.10-1.12.2.jar b/mods/foamfix-0.10.10-1.12.2.jar new file mode 100644 index 0000000..84eb762 Binary files /dev/null and b/mods/foamfix-0.10.10-1.12.2.jar differ diff --git a/mods/generators-0.9.20.12-mc1.12.2.jar b/mods/generators-0.9.20.12-mc1.12.2.jar new file mode 100644 index 0000000..0788aa7 Binary files /dev/null and b/mods/generators-0.9.20.12-mc1.12.2.jar differ diff --git a/mods/immcraft-1.12-1.6.0.jar b/mods/immcraft-1.12-1.6.0.jar new file mode 100644 index 0000000..27b6720 Binary files /dev/null and b/mods/immcraft-1.12-1.6.0.jar differ diff --git a/mods/immersivepetroleum-1.12.2-1.1.9.jar b/mods/immersivepetroleum-1.12.2-1.1.9.jar new file mode 100644 index 0000000..46110e8 Binary files /dev/null and b/mods/immersivepetroleum-1.12.2-1.1.9.jar differ diff --git a/mods/immersivetech-1.12-1.3.10.jar b/mods/immersivetech-1.12-1.3.10.jar new file mode 100644 index 0000000..8662763 Binary files /dev/null and b/mods/immersivetech-1.12-1.3.10.jar differ diff --git a/mods/incontrol-1.12-3.9.16.jar b/mods/incontrol-1.12-3.9.16.jar new file mode 100644 index 0000000..00b92d6 Binary files /dev/null and b/mods/incontrol-1.12-3.9.16.jar differ diff --git a/mods/industrialforegoing-1.12.2-1.12.13-237.jar b/mods/industrialforegoing-1.12.2-1.12.13-237.jar new file mode 100644 index 0000000..3d033f5 Binary files /dev/null and b/mods/industrialforegoing-1.12.2-1.12.13-237.jar differ diff --git a/mods/ironchest-1.12.2-7.0.72.847.jar b/mods/ironchest-1.12.2-7.0.72.847.jar new file mode 100644 index 0000000..5970fe8 Binary files /dev/null and b/mods/ironchest-1.12.2-7.0.72.847.jar differ diff --git a/mods/jei_1.12.2-4.15.0.283.jar b/mods/jei_1.12.2-4.15.0.283.jar new file mode 100644 index 0000000..0f10a55 Binary files /dev/null and b/mods/jei_1.12.2-4.15.0.283.jar differ diff --git a/mods/journeymap-1.12.2-5.5.4.jar b/mods/journeymap-1.12.2-5.5.4.jar new file mode 100644 index 0000000..7084505 Binary files /dev/null and b/mods/journeymap-1.12.2-5.5.4.jar differ diff --git a/mods/mcjtylib-1.12-3.5.4.jar b/mods/mcjtylib-1.12-3.5.4.jar new file mode 100644 index 0000000..9880031 Binary files /dev/null and b/mods/mcjtylib-1.12-3.5.4.jar differ diff --git a/mods/mekatweaks-1.0.0-3.jar b/mods/mekatweaks-1.0.0-3.jar new file mode 100644 index 0000000..e0a083e Binary files /dev/null and b/mods/mekatweaks-1.0.0-3.jar differ diff --git a/mods/memory_repo/angrypixel/TheBetweenlands/3.5.10/TheBetweenlands-3.5.10-core.jar b/mods/memory_repo/angrypixel/TheBetweenlands/3.5.10/TheBetweenlands-3.5.10-core.jar new file mode 100644 index 0000000..6a18a06 Binary files /dev/null and b/mods/memory_repo/angrypixel/TheBetweenlands/3.5.10/TheBetweenlands-3.5.10-core.jar differ diff --git a/mods/memory_repo/angrypixel/TheBetweenlands/3.5.10/TheBetweenlands-3.5.10-core.jar.meta b/mods/memory_repo/angrypixel/TheBetweenlands/3.5.10/TheBetweenlands-3.5.10-core.jar.meta new file mode 100644 index 0000000..b4fa4d2 --- /dev/null +++ b/mods/memory_repo/angrypixel/TheBetweenlands/3.5.10/TheBetweenlands-3.5.10-core.jar.meta @@ -0,0 +1,44 @@ +Manifest-Version: 1.0 +ModSide: BOTH +Maven-Artifact: angrypixel:TheBetweenlands:3.5.10:core +FMLCorePlugin: thebetweenlands.core.TheBetweenlandsLoadingPlugin +Timestamp: 1586120869304 + +Name: thebetweenlands/core/module/TransformerModule.class +SHA-256-Digest: gspbYZhmK52NGDETnlB7FPg+tiKtBaOa9y+ijWaVO+I= + +Name: thebetweenlands/core/TheBetweenlandsPreconditions.class +SHA-256-Digest: kBLA6O6u8G5eo2SY5PWRJy3w/EiQbneKRhlJBoPh0fY= + +Name: thebetweenlands/core/module/SplashPotionNotInstantHookTransforme + r.class +SHA-256-Digest: PWyKZQvko/gKVEPFfSPRXgVV3HafxSJfInnatrHlDEc= + +Name: thebetweenlands/core/OpenGLDebug$OpenGLError.class +SHA-256-Digest: bW96NVd0fyN7F28vdPZWRc7Sv5BHb8nFeKuPicQywPA= + +Name: thebetweenlands/core/TheBetweenlandsClassTransformer.class +SHA-256-Digest: MFiDjgZ8NNFiTEAeXLdeGdqOIG3nd2Q+dGaYU04Bn5k= + +Name: thebetweenlands/core/TheBetweenlandsPreconditions$MissingClassTr + ansformation.class +SHA-256-Digest: 0Y4lh+BkQvgbxLKJJs5RSArsJUl3XzgcX+WlE7UWYB4= + +Name: thebetweenlands/core/TheBetweenlandsClassTransformer$ClassTransf + ormationException.class +SHA-256-Digest: pKOZporWFXEFfPxzJcUOXZyVS7re/HA5zvebx3Z/EKU= + +Name: thebetweenlands/core/module/SplashPotionInstantHookTransformer.c + lass +SHA-256-Digest: QwIVyFrZRoxcUBAWg1P4JtVpRnExIhx9f6S97cCevF4= + +Name: thebetweenlands/core/TheBetweenlandsLoadingPlugin.class +SHA-256-Digest: x6VfC/qNeRg37t7wBPYMl3RN+M6uvsKsLrL362U9HDk= + +Name: thebetweenlands/core/module/PreRenderShadersHookTransformer.clas + s +SHA-256-Digest: gHvcVDpHS+YXwiw5EeJiMnVFWP8mqCQEW1mtl8tsOpk= + +Name: thebetweenlands/core/OpenGLDebug.class +SHA-256-Digest: WhnyhWyNkLaT+Ut0LBbGvL4ThWhKprKqiD6+b+Vn4yg= + diff --git a/mods/memory_repo/blusunrize/ImmersiveEngineering-core/0.12-98/ImmersiveEngineering-core-0.12-98.jar b/mods/memory_repo/blusunrize/ImmersiveEngineering-core/0.12-98/ImmersiveEngineering-core-0.12-98.jar new file mode 100644 index 0000000..b12be5f Binary files /dev/null and b/mods/memory_repo/blusunrize/ImmersiveEngineering-core/0.12-98/ImmersiveEngineering-core-0.12-98.jar differ diff --git a/mods/memory_repo/blusunrize/ImmersiveEngineering-core/0.12-98/ImmersiveEngineering-core-0.12-98.jar.meta b/mods/memory_repo/blusunrize/ImmersiveEngineering-core/0.12-98/ImmersiveEngineering-core-0.12-98.jar.meta new file mode 100644 index 0000000..3ef3d7c --- /dev/null +++ b/mods/memory_repo/blusunrize/ImmersiveEngineering-core/0.12-98/ImmersiveEngineering-core-0.12-98.jar.meta @@ -0,0 +1,5 @@ +Manifest-Version: 1.0 +Maven-Artifact: blusunrize:ImmersiveEngineering-core:0.12-98 +FMLCorePlugin: blusunrize.immersiveengineering.common.asm.IELoadingPlu + gin + diff --git a/mods/memory_repo/com/github/mcjty/mcjtytools/0.0.21/mcjtytools-0.0.21.jar b/mods/memory_repo/com/github/mcjty/mcjtytools/0.0.21/mcjtytools-0.0.21.jar new file mode 100644 index 0000000..d3c88e4 Binary files /dev/null and b/mods/memory_repo/com/github/mcjty/mcjtytools/0.0.21/mcjtytools-0.0.21.jar differ diff --git a/mods/memory_repo/com/github/mcjty/mcjtytools/0.0.21/mcjtytools-0.0.21.jar.meta b/mods/memory_repo/com/github/mcjty/mcjtytools/0.0.21/mcjtytools-0.0.21.jar.meta new file mode 100644 index 0000000..33f0566 --- /dev/null +++ b/mods/memory_repo/com/github/mcjty/mcjtytools/0.0.21/mcjtytools-0.0.21.jar.meta @@ -0,0 +1,3 @@ +Manifest-Version: 1.0 +Maven-Artifact: com.github.mcjty:mcjtytools:0.0.21 + diff --git a/mods/mobends-0.24_for_MC-1.12.jar b/mods/mobends-0.24_for_MC-1.12.jar new file mode 100644 index 0000000..81a98dc Binary files /dev/null and b/mods/mobends-0.24_for_MC-1.12.jar differ diff --git a/mods/modtweaker-4.0.17.jar b/mods/modtweaker-4.0.17.jar new file mode 100644 index 0000000..1a18f1c Binary files /dev/null and b/mods/modtweaker-4.0.17.jar differ diff --git a/mods/modular-routers-1.12.2-3.3.0-33.jar b/mods/modular-routers-1.12.2-3.3.0-33.jar new file mode 100644 index 0000000..c4ce8dd Binary files /dev/null and b/mods/modular-routers-1.12.2-3.3.0-33.jar differ diff --git a/mods/modularmachinery-1.9.5.jar b/mods/modularmachinery-1.9.5.jar new file mode 100644 index 0000000..c34228f Binary files /dev/null and b/mods/modularmachinery-1.9.5.jar differ diff --git a/mods/moreoverlays-1.15.1-mc1.12.2.jar b/mods/moreoverlays-1.15.1-mc1.12.2.jar new file mode 100644 index 0000000..3ba6703 Binary files /dev/null and b/mods/moreoverlays-1.15.1-mc1.12.2.jar differ diff --git a/mods/movingworld-1.12-6.353-full.jar b/mods/movingworld-1.12-6.353-full.jar new file mode 100644 index 0000000..e483a96 Binary files /dev/null and b/mods/movingworld-1.12-6.353-full.jar differ diff --git a/mods/mpbasic-1.12.2-1.4.11.jar b/mods/mpbasic-1.12.2-1.4.11.jar new file mode 100644 index 0000000..130b4fe Binary files /dev/null and b/mods/mpbasic-1.12.2-1.4.11.jar differ diff --git a/mods/multiblockstages-1.2.0.jar b/mods/multiblockstages-1.2.0.jar new file mode 100644 index 0000000..f9ca4c4 Binary files /dev/null and b/mods/multiblockstages-1.2.0.jar differ diff --git a/mods/mystagradcompat-1.2.jar b/mods/mystagradcompat-1.2.jar new file mode 100644 index 0000000..db4f4a5 Binary files /dev/null and b/mods/mystagradcompat-1.2.jar differ diff --git a/mods/natura-1.12.2-4.3.2.69.jar b/mods/natura-1.12.2-4.3.2.69.jar new file mode 100644 index 0000000..53a18a0 Binary files /dev/null and b/mods/natura-1.12.2-4.3.2.69.jar differ diff --git a/mods/noRecipeBook_v1.2.2formc1.12.2.jar b/mods/noRecipeBook_v1.2.2formc1.12.2.jar new file mode 100644 index 0000000..768d9fe Binary files /dev/null and b/mods/noRecipeBook_v1.2.2formc1.12.2.jar differ diff --git a/mods/oeintegration-2.3.4.jar b/mods/oeintegration-2.3.4.jar new file mode 100644 index 0000000..b75e639 Binary files /dev/null and b/mods/oeintegration-2.3.4.jar differ diff --git a/mods/playerbosses-1.12.2-1.1.0.jar b/mods/playerbosses-1.12.2-1.1.0.jar new file mode 100644 index 0000000..b692b52 Binary files /dev/null and b/mods/playerbosses-1.12.2-1.1.0.jar differ diff --git a/mods/playerskin-1.12.2-1.0.5.jar b/mods/playerskin-1.12.2-1.0.5.jar new file mode 100644 index 0000000..a53bd90 Binary files /dev/null and b/mods/playerskin-1.12.2-1.0.5.jar differ diff --git a/mods/pneumaticcraft-repressurized-1.12.2-0.11.1-361.jar b/mods/pneumaticcraft-repressurized-1.12.2-0.11.1-361.jar new file mode 100644 index 0000000..410dcd2 Binary files /dev/null and b/mods/pneumaticcraft-repressurized-1.12.2-0.11.1-361.jar differ diff --git a/mods/prospectors-1.0.2.jar b/mods/prospectors-1.0.2.jar new file mode 100644 index 0000000..2bc6a1f Binary files /dev/null and b/mods/prospectors-1.0.2.jar differ diff --git a/mods/randompatches-1.12.2-1.22.0.0.jar b/mods/randompatches-1.12.2-1.22.0.0.jar new file mode 100644 index 0000000..48673c8 Binary files /dev/null and b/mods/randompatches-1.12.2-1.22.0.0.jar differ diff --git a/mods/rangedpumps-0.5.jar b/mods/rangedpumps-0.5.jar new file mode 100644 index 0000000..b3e35f0 Binary files /dev/null and b/mods/rangedpumps-0.5.jar differ diff --git a/mods/reauth-3.6.0.jar b/mods/reauth-3.6.0.jar new file mode 100644 index 0000000..61c2e06 Binary files /dev/null and b/mods/reauth-3.6.0.jar differ diff --git a/mods/refinedstorage-1.6.16.jar b/mods/refinedstorage-1.6.16.jar new file mode 100644 index 0000000..1e16934 Binary files /dev/null and b/mods/refinedstorage-1.6.16.jar differ diff --git a/mods/refinedstorageaddons-0.4.5.jar b/mods/refinedstorageaddons-0.4.5.jar new file mode 100644 index 0000000..1c5f79f Binary files /dev/null and b/mods/refinedstorageaddons-0.4.5.jar differ diff --git a/mods/rftools-1.12-7.73.jar b/mods/rftools-1.12-7.73.jar new file mode 100644 index 0000000..1d71793 Binary files /dev/null and b/mods/rftools-1.12-7.73.jar differ diff --git a/mods/rftoolsctrl-1.12-2.0.2.jar b/mods/rftoolsctrl-1.12-2.0.2.jar new file mode 100644 index 0000000..12b3854 Binary files /dev/null and b/mods/rftoolsctrl-1.12-2.0.2.jar differ diff --git a/mods/roadrunner-1.0.1.jar b/mods/roadrunner-1.0.1.jar new file mode 100644 index 0000000..1965fe5 Binary files /dev/null and b/mods/roadrunner-1.0.1.jar differ diff --git a/mods/rustic-1.1.4.jar b/mods/rustic-1.1.4.jar new file mode 100644 index 0000000..6791095 Binary files /dev/null and b/mods/rustic-1.1.4.jar differ diff --git a/mods/sevpatches-1.9-10.jar b/mods/sevpatches-1.9-10.jar new file mode 100644 index 0000000..0c303ac Binary files /dev/null and b/mods/sevpatches-1.9-10.jar differ diff --git a/mods/simpleautorun-1.12.2-1.2.0.jar b/mods/simpleautorun-1.12.2-1.2.0.jar new file mode 100644 index 0000000..203b557 Binary files /dev/null and b/mods/simpleautorun-1.12.2-1.2.0.jar differ diff --git a/mods/simplegenerators-1.12.2-2.0.20.2.jar b/mods/simplegenerators-1.12.2-2.0.20.2.jar new file mode 100644 index 0000000..071fb2c Binary files /dev/null and b/mods/simplegenerators-1.12.2-2.0.20.2.jar differ diff --git a/mods/simpleplanes-1.12.2-3.0.1.7.jar b/mods/simpleplanes-1.12.2-3.0.1.7.jar new file mode 100644 index 0000000..d970be3 Binary files /dev/null and b/mods/simpleplanes-1.12.2-3.0.1.7.jar differ diff --git a/mods/simpletomb-1.12.2-1.0.0.jar b/mods/simpletomb-1.12.2-1.0.0.jar new file mode 100644 index 0000000..14e3071 Binary files /dev/null and b/mods/simpletomb-1.12.2-1.0.0.jar differ diff --git a/mods/spatialservermod-1.3.jar b/mods/spatialservermod-1.3.jar new file mode 100644 index 0000000..7ce170d Binary files /dev/null and b/mods/spatialservermod-1.3.jar differ diff --git a/mods/stg-1.12.2-1.2.3.jar b/mods/stg-1.12.2-1.2.3.jar new file mode 100644 index 0000000..1481f6a Binary files /dev/null and b/mods/stg-1.12.2-1.2.3.jar differ diff --git a/mods/supersoundmuffler-revived_1.12.2_1.0.2.10.jar b/mods/supersoundmuffler-revived_1.12.2_1.0.2.10.jar new file mode 100644 index 0000000..37b848e Binary files /dev/null and b/mods/supersoundmuffler-revived_1.12.2_1.0.2.10.jar differ diff --git a/mods/tesla-core-lib-1.12.2-1.0.15.jar b/mods/tesla-core-lib-1.12.2-1.0.15.jar new file mode 100644 index 0000000..02bd275 Binary files /dev/null and b/mods/tesla-core-lib-1.12.2-1.0.15.jar differ diff --git a/mods/timecontrol-1.12.2-1.0.0.0-beta.jar b/mods/timecontrol-1.12.2-1.0.0.0-beta.jar new file mode 100644 index 0000000..912db4d Binary files /dev/null and b/mods/timecontrol-1.12.2-1.0.0.0-beta.jar differ diff --git a/mods/togetherforever-1.12.2-1.0.12-22.jar b/mods/togetherforever-1.12.2-1.0.12-22.jar new file mode 100644 index 0000000..dcadb82 Binary files /dev/null and b/mods/togetherforever-1.12.2-1.0.12-22.jar differ diff --git a/mods/tothebatpoles-1.12.2-1.1.0.1.jar b/mods/tothebatpoles-1.12.2-1.1.0.1.jar new file mode 100644 index 0000000..cfa0de5 Binary files /dev/null and b/mods/tothebatpoles-1.12.2-1.1.0.1.jar differ diff --git a/mods/trumpetskeleton-1.12-1.0.2.1.jar b/mods/trumpetskeleton-1.12-1.0.2.1.jar new file mode 100644 index 0000000..a1aaa9e Binary files /dev/null and b/mods/trumpetskeleton-1.12-1.0.2.1.jar differ diff --git a/mods/tumbleweed-1.12-0.4.7.jar b/mods/tumbleweed-1.12-0.4.7.jar new file mode 100644 index 0000000..94ef85e Binary files /dev/null and b/mods/tumbleweed-1.12-0.4.7.jar differ diff --git a/mods/twilightforest-1.12.2-3.8.689-universal.jar b/mods/twilightforest-1.12.2-3.8.689-universal.jar new file mode 100644 index 0000000..70aa40c Binary files /dev/null and b/mods/twilightforest-1.12.2-3.8.689-universal.jar differ diff --git a/mods/valkyrielib-1.12.2-2.0.20.1.jar b/mods/valkyrielib-1.12.2-2.0.20.1.jar new file mode 100644 index 0000000..d2bfbc1 Binary files /dev/null and b/mods/valkyrielib-1.12.2-2.0.20.1.jar differ diff --git a/mods/walljump-1.12.2-1.3.2.jar b/mods/walljump-1.12.2-1.3.2.jar new file mode 100644 index 0000000..c85fa98 Binary files /dev/null and b/mods/walljump-1.12.2-1.3.2.jar differ diff --git a/mods/weirdinggadget-1.12.2-2.1.16-universal.jar b/mods/weirdinggadget-1.12.2-2.1.16-universal.jar new file mode 100644 index 0000000..69a11d6 Binary files /dev/null and b/mods/weirdinggadget-1.12.2-2.1.16-universal.jar differ diff --git a/mods/xnet-1.12-1.8.2.jar b/mods/xnet-1.12-1.8.2.jar new file mode 100644 index 0000000..267cd18 Binary files /dev/null and b/mods/xnet-1.12-1.8.2.jar differ diff --git a/mods/yoyos_1.12.2-1.3.0.21.jar b/mods/yoyos_1.12.2-1.3.0.21.jar new file mode 100644 index 0000000..22fb689 Binary files /dev/null and b/mods/yoyos_1.12.2-1.3.0.21.jar differ diff --git a/mods/zenloot-0.1-1.jar b/mods/zenloot-0.1-1.jar new file mode 100644 index 0000000..d4c6b5f Binary files /dev/null and b/mods/zenloot-0.1-1.jar differ diff --git a/mods/zenstages-0.5.0.jar b/mods/zenstages-0.5.0.jar new file mode 100644 index 0000000..33b8bfe Binary files /dev/null and b/mods/zenstages-0.5.0.jar differ diff --git a/ops.json b/ops.json new file mode 100644 index 0000000..fdf0f5a --- /dev/null +++ b/ops.json @@ -0,0 +1,8 @@ +[ + { + "uuid": "1d55ced0-f360-45b1-9d62-11846a7fa39d", + "name": "CHIKIBONCHELLO", + "level": 4, + "bypassesPlayerLimit": false + } +] \ No newline at end of file diff --git a/options.txt b/options.txt new file mode 100644 index 0000000..63fc683 --- /dev/null +++ b/options.txt @@ -0,0 +1 @@ +mipmapLevels:0 diff --git a/oresources/minecraft/textures/gui/options_background.png b/oresources/minecraft/textures/gui/options_background.png new file mode 100644 index 0000000..61dfe71 Binary files /dev/null and b/oresources/minecraft/textures/gui/options_background.png differ diff --git a/playerskinsWhitelist/httpswhitelistgorymoonselistRBaEKlLZbgrX39xp0vmdrminecraft_nl.txt b/playerskinsWhitelist/httpswhitelistgorymoonselistRBaEKlLZbgrX39xp0vmdrminecraft_nl.txt new file mode 100644 index 0000000..d2079f6 --- /dev/null +++ b/playerskinsWhitelist/httpswhitelistgorymoonselistRBaEKlLZbgrX39xp0vmdrminecraft_nl.txt @@ -0,0 +1,73 @@ +lynn_phoenix +JackRuby1 +Hexalan +SUBLIMITER +RisingPhoenix1 +Chimeric13 +Tkdriverx +MrImbers +Samiratou +HellFirePvP +Kaayasan +Ladon_Dragon +Mhykol +Marioluigi7896 +fireztonez +vadis365 +Venamah +Terraj459 +calog3no +Muddr +theawfullwaffle +AdamParamedic +redsdracomancer +Lemein +DarkHelmet433 +ANTRat +useless2764 +Xtrema88 +Hillistine +TexanMD +lawl281 +GrenzenlosL +Merivita +Jessassin +HawkHD21 +LovelessTie +Cyboracle +ShyNieke +Mrbysco +Shadowwulf +the_harvstermc +JaggedCarp +witsend66 +Traverse_Joe +Random832 +DrMic +sitcheren +Darkosto +daemondust +NotiCon +Silvrus +darkphan +MisterWiggly +Lady_Tetchi +blitzyuk +cardiff3 +ChosenArchitect +TheHivemindAgent +Drakma +Rhoyder +UrjnaswX +starr274 +NikD100 +Gory_Moon +Jandakast +Zdziefan +Wobblypopcycle +MaxwellRU +Scelana +Preocts +Nevynx +Scerion +herdyderp \ No newline at end of file diff --git a/prestige/187f2409-0506-4922-bb24-996ed526b0b2.dat b/prestige/187f2409-0506-4922-bb24-996ed526b0b2.dat new file mode 100644 index 0000000..5929938 Binary files /dev/null and b/prestige/187f2409-0506-4922-bb24-996ed526b0b2.dat differ diff --git a/prestige/1d55ced0-f360-45b1-9d62-11846a7fa39d.dat b/prestige/1d55ced0-f360-45b1-9d62-11846a7fa39d.dat new file mode 100644 index 0000000..115975f Binary files /dev/null and b/prestige/1d55ced0-f360-45b1-9d62-11846a7fa39d.dat differ diff --git a/prestige/622daa46-3d92-4bcd-888e-9633a86b0541.dat b/prestige/622daa46-3d92-4bcd-888e-9633a86b0541.dat new file mode 100644 index 0000000..fe99155 Binary files /dev/null and b/prestige/622daa46-3d92-4bcd-888e-9633a86b0541.dat differ diff --git a/prestige/92282bab-8c19-48d1-a86c-8454470c3915.dat b/prestige/92282bab-8c19-48d1-a86c-8454470c3915.dat new file mode 100644 index 0000000..b2c0081 Binary files /dev/null and b/prestige/92282bab-8c19-48d1-a86c-8454470c3915.dat differ diff --git a/prestige/b72d807c-2845-4cc5-b792-2972f6483cfa.dat b/prestige/b72d807c-2845-4cc5-b792-2972f6483cfa.dat new file mode 100644 index 0000000..030cb79 Binary files /dev/null and b/prestige/b72d807c-2845-4cc5-b792-2972f6483cfa.dat differ diff --git a/resources/RRc1PjY.png b/resources/RRc1PjY.png new file mode 100644 index 0000000..9263ee1 Binary files /dev/null and b/resources/RRc1PjY.png differ diff --git a/resources/assets/cookingforblockheads/compat/horsepower.json b/resources/assets/cookingforblockheads/compat/horsepower.json new file mode 100644 index 0000000..db5849e --- /dev/null +++ b/resources/assets/cookingforblockheads/compat/horsepower.json @@ -0,0 +1,9 @@ +{ + "modid": "horsepower", + "foods": { + "INGREDIENTS": [ + "dough", + "flour" + ] + } +} \ No newline at end of file diff --git a/resources/assets/darkoyay/sounds.json b/resources/assets/darkoyay/sounds.json new file mode 100644 index 0000000..ad0abcc --- /dev/null +++ b/resources/assets/darkoyay/sounds.json @@ -0,0 +1,3 @@ +{ + "darkoyay": {"category": "master","sounds": ["darkoyay:yay"]} +} \ No newline at end of file diff --git a/resources/assets/darkoyay/sounds/yay.ogg b/resources/assets/darkoyay/sounds/yay.ogg new file mode 100644 index 0000000..0eee254 Binary files /dev/null and b/resources/assets/darkoyay/sounds/yay.ogg differ diff --git a/resources/assets/fml/textures/gui/ohmygif.gif b/resources/assets/fml/textures/gui/ohmygif.gif new file mode 100644 index 0000000..60b5bec Binary files /dev/null and b/resources/assets/fml/textures/gui/ohmygif.gif differ diff --git a/resources/assets/fml/textures/gui/sevneffy.gif b/resources/assets/fml/textures/gui/sevneffy.gif new file mode 100644 index 0000000..b9146c7 Binary files /dev/null and b/resources/assets/fml/textures/gui/sevneffy.gif differ diff --git a/resources/assets/fml/textures/gui/sevneffy1.gif b/resources/assets/fml/textures/gui/sevneffy1.gif new file mode 100644 index 0000000..0bff697 Binary files /dev/null and b/resources/assets/fml/textures/gui/sevneffy1.gif differ diff --git a/resources/assets/fml/textures/gui/sevneffy2.gif b/resources/assets/fml/textures/gui/sevneffy2.gif new file mode 100644 index 0000000..4746ed0 Binary files /dev/null and b/resources/assets/fml/textures/gui/sevneffy2.gif differ diff --git a/resources/contenttweaker/blockstates/cheese.json b/resources/contenttweaker/blockstates/cheese.json new file mode 100644 index 0000000..4d8c2a4 --- /dev/null +++ b/resources/contenttweaker/blockstates/cheese.json @@ -0,0 +1,12 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "forge:fluid", + "custom": { + "fluid": "cheese" + } + }, + "variants": { + "normal": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/materials/aquamarine_ore_minecraft_stone.json b/resources/contenttweaker/blockstates/materials/aquamarine_ore_minecraft_stone.json new file mode 100644 index 0000000..2b48460 --- /dev/null +++ b/resources/contenttweaker/blockstates/materials/aquamarine_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/coralium_ore_sample.json b/resources/contenttweaker/blockstates/materials/coralium_ore_sample.json new file mode 100644 index 0000000..40bafd3 --- /dev/null +++ b/resources/contenttweaker/blockstates/materials/coralium_ore_sample.json @@ -0,0 +1,16 @@ +{ + "forge_marker": 1, + "defaults": { + "textures": { + "texture": "minecraft:blocks/gravel", + "ore": "base:blocks/ore_sample", + "particle": "minecraft:blocks/gravel" + }, + "model": "base:ore_sample", + "transform": "forge:default-block" + }, + "variants": { + "normal": [{}], + "inventory": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/materials/ender_pearl_molten.json b/resources/contenttweaker/blockstates/materials/ender_pearl_molten.json new file mode 100644 index 0000000..bd0229c --- /dev/null +++ b/resources/contenttweaker/blockstates/materials/ender_pearl_molten.json @@ -0,0 +1,12 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "forge:fluid", + "custom": { + "fluid": "ender_pearl" + } + }, + "variants": { + "normal": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/materials/enhanced_galgadorian_molten.json b/resources/contenttweaker/blockstates/materials/enhanced_galgadorian_molten.json new file mode 100644 index 0000000..95b3ce2 --- /dev/null +++ b/resources/contenttweaker/blockstates/materials/enhanced_galgadorian_molten.json @@ -0,0 +1,12 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "forge:fluid", + "custom": { + "fluid": "enhanced_galgadorian" + } + }, + "variants": { + "normal": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/materials/fiery_molten.json b/resources/contenttweaker/blockstates/materials/fiery_molten.json new file mode 100644 index 0000000..40dac0c --- /dev/null +++ b/resources/contenttweaker/blockstates/materials/fiery_molten.json @@ -0,0 +1,12 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "forge:fluid", + "custom": { + "fluid": "fiery" + } + }, + "variants": { + "normal": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/materials/galgadorian_molten.json b/resources/contenttweaker/blockstates/materials/galgadorian_molten.json new file mode 100644 index 0000000..1bb05c8 --- /dev/null +++ b/resources/contenttweaker/blockstates/materials/galgadorian_molten.json @@ -0,0 +1,12 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "forge:fluid", + "custom": { + "fluid": "galgadorian" + } + }, + "variants": { + "normal": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/materials/glowstone_molten.json b/resources/contenttweaker/blockstates/materials/glowstone_molten.json new file mode 100644 index 0000000..ec003cd --- /dev/null +++ b/resources/contenttweaker/blockstates/materials/glowstone_molten.json @@ -0,0 +1,12 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "forge:fluid", + "custom": { + "fluid": "glowstone" + } + }, + "variants": { + "normal": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/materials/gold_ore_galacticraftplanets_bottom.json b/resources/contenttweaker/blockstates/materials/gold_ore_galacticraftplanets_bottom.json new file mode 100644 index 0000000..a2d4a73 --- /dev/null +++ b/resources/contenttweaker/blockstates/materials/gold_ore_galacticraftplanets_bottom.json @@ -0,0 +1,21 @@ +{ + "forge_marker": 1, + "defaults": { + "transform": "forge:default-block", + "model": "base:ore", + "textures": { + "particle": "galacticraftplanets:blocks/bottom", + "texture": "galacticraftplanets:blocks/bottom", + "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/inferium_ore_extraplanets_kepler22b_stone.json b/resources/contenttweaker/blockstates/materials/inferium_ore_extraplanets_kepler22b_stone.json new file mode 100644 index 0000000..8ce5a72 --- /dev/null +++ b/resources/contenttweaker/blockstates/materials/inferium_ore_extraplanets_kepler22b_stone.json @@ -0,0 +1,21 @@ +{ + "forge_marker": 1, + "defaults": { + "transform": "forge:default-block", + "model": "base:ore", + "textures": { + "particle": "extraplanets:blocks/kepler22b_stone", + "texture": "extraplanets:blocks/kepler22b_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/invar_block.json b/resources/contenttweaker/blockstates/materials/invar_block.json new file mode 100644 index 0000000..123f573 --- /dev/null +++ b/resources/contenttweaker/blockstates/materials/invar_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/invar_molten.json b/resources/contenttweaker/blockstates/materials/invar_molten.json new file mode 100644 index 0000000..9dc9f19 --- /dev/null +++ b/resources/contenttweaker/blockstates/materials/invar_molten.json @@ -0,0 +1,12 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "forge:fluid", + "custom": { + "fluid": "invar" + } + }, + "variants": { + "normal": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/materials/iron_ore_galacticraftcore_bottom.json b/resources/contenttweaker/blockstates/materials/iron_ore_galacticraftcore_bottom.json new file mode 100644 index 0000000..a7ae67c --- /dev/null +++ b/resources/contenttweaker/blockstates/materials/iron_ore_galacticraftcore_bottom.json @@ -0,0 +1,21 @@ +{ + "forge_marker": 1, + "defaults": { + "transform": "forge:default-block", + "model": "base:ore", + "textures": { + "particle": "galacticraftcore:blocks/bottom", + "texture": "galacticraftcore:blocks/bottom", + "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/modularium_molten.json b/resources/contenttweaker/blockstates/materials/modularium_molten.json new file mode 100644 index 0000000..b1013e9 --- /dev/null +++ b/resources/contenttweaker/blockstates/materials/modularium_molten.json @@ -0,0 +1,12 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "forge:fluid", + "custom": { + "fluid": "modularium" + } + }, + "variants": { + "normal": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/materials/naphtha_molten.json b/resources/contenttweaker/blockstates/materials/naphtha_molten.json new file mode 100644 index 0000000..73aa81b --- /dev/null +++ b/resources/contenttweaker/blockstates/materials/naphtha_molten.json @@ -0,0 +1,12 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "forge:fluid", + "custom": { + "fluid": "naphtha" + } + }, + "variants": { + "normal": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/materials/osmium_molten.json b/resources/contenttweaker/blockstates/materials/osmium_molten.json new file mode 100644 index 0000000..dbe4175 --- /dev/null +++ b/resources/contenttweaker/blockstates/materials/osmium_molten.json @@ -0,0 +1,12 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "forge:fluid", + "custom": { + "fluid": "osmium" + } + }, + "variants": { + "normal": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/materials/osmium_ore_minecraft_stone.json b/resources/contenttweaker/blockstates/materials/osmium_ore_minecraft_stone.json new file mode 100644 index 0000000..2b48460 --- /dev/null +++ b/resources/contenttweaker/blockstates/materials/osmium_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/osmium_ore_sample.json b/resources/contenttweaker/blockstates/materials/osmium_ore_sample.json new file mode 100644 index 0000000..40bafd3 --- /dev/null +++ b/resources/contenttweaker/blockstates/materials/osmium_ore_sample.json @@ -0,0 +1,16 @@ +{ + "forge_marker": 1, + "defaults": { + "textures": { + "texture": "minecraft:blocks/gravel", + "ore": "base:blocks/ore_sample", + "particle": "minecraft:blocks/gravel" + }, + "model": "base:ore_sample", + "transform": "forge:default-block" + }, + "variants": { + "normal": [{}], + "inventory": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/materials/plastic_molten.json b/resources/contenttweaker/blockstates/materials/plastic_molten.json new file mode 100644 index 0000000..58a917e --- /dev/null +++ b/resources/contenttweaker/blockstates/materials/plastic_molten.json @@ -0,0 +1,12 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "forge:fluid", + "custom": { + "fluid": "plastic" + } + }, + "variants": { + "normal": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/materials/platinum_block.json b/resources/contenttweaker/blockstates/materials/platinum_block.json new file mode 100644 index 0000000..123f573 --- /dev/null +++ b/resources/contenttweaker/blockstates/materials/platinum_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/platinum_molten.json b/resources/contenttweaker/blockstates/materials/platinum_molten.json new file mode 100644 index 0000000..352d283 --- /dev/null +++ b/resources/contenttweaker/blockstates/materials/platinum_molten.json @@ -0,0 +1,12 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "forge:fluid", + "custom": { + "fluid": "platinum" + } + }, + "variants": { + "normal": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/materials/propene_molten.json b/resources/contenttweaker/blockstates/materials/propene_molten.json new file mode 100644 index 0000000..d9a9d1c --- /dev/null +++ b/resources/contenttweaker/blockstates/materials/propene_molten.json @@ -0,0 +1,12 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "forge:fluid", + "custom": { + "fluid": "propene" + } + }, + "variants": { + "normal": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/materials/prosperity_ore_extraplanets_kepler22b_stone.json b/resources/contenttweaker/blockstates/materials/prosperity_ore_extraplanets_kepler22b_stone.json new file mode 100644 index 0000000..8ce5a72 --- /dev/null +++ b/resources/contenttweaker/blockstates/materials/prosperity_ore_extraplanets_kepler22b_stone.json @@ -0,0 +1,21 @@ +{ + "forge_marker": 1, + "defaults": { + "transform": "forge:default-block", + "model": "base:ore", + "textures": { + "particle": "extraplanets:blocks/kepler22b_stone", + "texture": "extraplanets:blocks/kepler22b_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/redstone_alloy_block.json b/resources/contenttweaker/blockstates/materials/redstone_alloy_block.json new file mode 100644 index 0000000..123f573 --- /dev/null +++ b/resources/contenttweaker/blockstates/materials/redstone_alloy_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/redstone_alloy_molten.json b/resources/contenttweaker/blockstates/materials/redstone_alloy_molten.json new file mode 100644 index 0000000..616bdbf --- /dev/null +++ b/resources/contenttweaker/blockstates/materials/redstone_alloy_molten.json @@ -0,0 +1,12 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "forge:fluid", + "custom": { + "fluid": "redstone_alloy" + } + }, + "variants": { + "normal": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/materials/redstone_molten.json b/resources/contenttweaker/blockstates/materials/redstone_molten.json new file mode 100644 index 0000000..a066aa2 --- /dev/null +++ b/resources/contenttweaker/blockstates/materials/redstone_molten.json @@ -0,0 +1,12 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "forge:fluid", + "custom": { + "fluid": "redstone" + } + }, + "variants": { + "normal": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/materials/reinforced_metal_molten.json b/resources/contenttweaker/blockstates/materials/reinforced_metal_molten.json new file mode 100644 index 0000000..0d78111 --- /dev/null +++ b/resources/contenttweaker/blockstates/materials/reinforced_metal_molten.json @@ -0,0 +1,12 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "forge:fluid", + "custom": { + "fluid": "reinforced_metal" + } + }, + "variants": { + "normal": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/materials/silicon_ore_sample.json b/resources/contenttweaker/blockstates/materials/silicon_ore_sample.json new file mode 100644 index 0000000..40bafd3 --- /dev/null +++ b/resources/contenttweaker/blockstates/materials/silicon_ore_sample.json @@ -0,0 +1,16 @@ +{ + "forge_marker": 1, + "defaults": { + "textures": { + "texture": "minecraft:blocks/gravel", + "ore": "base:blocks/ore_sample", + "particle": "minecraft:blocks/gravel" + }, + "model": "base:ore_sample", + "transform": "forge:default-block" + }, + "variants": { + "normal": [{}], + "inventory": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/materials/steeleaf_molten.json b/resources/contenttweaker/blockstates/materials/steeleaf_molten.json new file mode 100644 index 0000000..81eb3ff --- /dev/null +++ b/resources/contenttweaker/blockstates/materials/steeleaf_molten.json @@ -0,0 +1,12 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "forge:fluid", + "custom": { + "fluid": "steeleaf" + } + }, + "variants": { + "normal": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/materials/titanium_molten.json b/resources/contenttweaker/blockstates/materials/titanium_molten.json new file mode 100644 index 0000000..c2d1fab --- /dev/null +++ b/resources/contenttweaker/blockstates/materials/titanium_molten.json @@ -0,0 +1,12 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "forge:fluid", + "custom": { + "fluid": "titanium" + } + }, + "variants": { + "normal": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/slime.json b/resources/contenttweaker/blockstates/slime.json new file mode 100644 index 0000000..29a5fd1 --- /dev/null +++ b/resources/contenttweaker/blockstates/slime.json @@ -0,0 +1,12 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "forge:fluid", + "custom": { + "fluid": "slime" + } + }, + "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 0000000..5aa92fd --- /dev/null +++ b/resources/contenttweaker/lang/en_us.lang @@ -0,0 +1,5 @@ +fluid.slime=Liquid Slime + +item.contenttweaker.creeper_tear=Creeper Tear +item.contenttweaker.the_oj.name=The OJ +fluid.cheese=Melted Cheese diff --git a/resources/contenttweaker/models/item/ardite_dust.json b/resources/contenttweaker/models/item/ardite_dust.json new file mode 100644 index 0000000..e654a72 --- /dev/null +++ b/resources/contenttweaker/models/item/ardite_dust.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/dust" + } +} diff --git a/resources/contenttweaker/models/item/bronze_beam.json b/resources/contenttweaker/models/item/bronze_beam.json new file mode 100644 index 0000000..039bdec --- /dev/null +++ b/resources/contenttweaker/models/item/bronze_beam.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/beam" + } +} diff --git a/resources/contenttweaker/models/item/bronze_bolt.json b/resources/contenttweaker/models/item/bronze_bolt.json new file mode 100644 index 0000000..c812572 --- /dev/null +++ b/resources/contenttweaker/models/item/bronze_bolt.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/bolt" + } +} diff --git a/resources/contenttweaker/models/item/bronze_chest.json b/resources/contenttweaker/models/item/bronze_chest.json new file mode 100644 index 0000000..e010eda --- /dev/null +++ b/resources/contenttweaker/models/item/bronze_chest.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/chest" + } +} diff --git a/resources/contenttweaker/models/item/bronze_feet.json b/resources/contenttweaker/models/item/bronze_feet.json new file mode 100644 index 0000000..3f9b0a1 --- /dev/null +++ b/resources/contenttweaker/models/item/bronze_feet.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/feet" + } +} diff --git a/resources/contenttweaker/models/item/bronze_gear.json b/resources/contenttweaker/models/item/bronze_gear.json new file mode 100644 index 0000000..7d41e6a --- /dev/null +++ b/resources/contenttweaker/models/item/bronze_gear.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/gear" + } +} diff --git a/resources/contenttweaker/models/item/bronze_head.json b/resources/contenttweaker/models/item/bronze_head.json new file mode 100644 index 0000000..1d1c9e3 --- /dev/null +++ b/resources/contenttweaker/models/item/bronze_head.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/head" + } +} diff --git a/resources/contenttweaker/models/item/bronze_ingot.json b/resources/contenttweaker/models/item/bronze_ingot.json new file mode 100644 index 0000000..7caa7e7 --- /dev/null +++ b/resources/contenttweaker/models/item/bronze_ingot.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/ingot" + } +} diff --git a/resources/contenttweaker/models/item/bronze_legs.json b/resources/contenttweaker/models/item/bronze_legs.json new file mode 100644 index 0000000..9daa520 --- /dev/null +++ b/resources/contenttweaker/models/item/bronze_legs.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/legs" + } +} diff --git a/resources/contenttweaker/models/item/bronze_nugget.json b/resources/contenttweaker/models/item/bronze_nugget.json new file mode 100644 index 0000000..06699eb --- /dev/null +++ b/resources/contenttweaker/models/item/bronze_nugget.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/nugget" + } +} diff --git a/resources/contenttweaker/models/item/bronze_plate.json b/resources/contenttweaker/models/item/bronze_plate.json new file mode 100644 index 0000000..a747d2c --- /dev/null +++ b/resources/contenttweaker/models/item/bronze_plate.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/plate" + } +} diff --git a/resources/contenttweaker/models/item/bronze_rod.json b/resources/contenttweaker/models/item/bronze_rod.json new file mode 100644 index 0000000..e6de649 --- /dev/null +++ b/resources/contenttweaker/models/item/bronze_rod.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/rod" + } +} diff --git a/resources/contenttweaker/models/item/cobalt_beam.json b/resources/contenttweaker/models/item/cobalt_beam.json new file mode 100644 index 0000000..039bdec --- /dev/null +++ b/resources/contenttweaker/models/item/cobalt_beam.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/beam" + } +} diff --git a/resources/contenttweaker/models/item/cobalt_bolt.json b/resources/contenttweaker/models/item/cobalt_bolt.json new file mode 100644 index 0000000..c812572 --- /dev/null +++ b/resources/contenttweaker/models/item/cobalt_bolt.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/bolt" + } +} diff --git a/resources/contenttweaker/models/item/cobalt_dust.json b/resources/contenttweaker/models/item/cobalt_dust.json new file mode 100644 index 0000000..e654a72 --- /dev/null +++ b/resources/contenttweaker/models/item/cobalt_dust.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/dust" + } +} diff --git a/resources/contenttweaker/models/item/cobalt_gear.json b/resources/contenttweaker/models/item/cobalt_gear.json new file mode 100644 index 0000000..7d41e6a --- /dev/null +++ b/resources/contenttweaker/models/item/cobalt_gear.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/gear" + } +} diff --git a/resources/contenttweaker/models/item/cobalt_ingot.json b/resources/contenttweaker/models/item/cobalt_ingot.json new file mode 100644 index 0000000..7caa7e7 --- /dev/null +++ b/resources/contenttweaker/models/item/cobalt_ingot.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/ingot" + } +} diff --git a/resources/contenttweaker/models/item/cobalt_nugget.json b/resources/contenttweaker/models/item/cobalt_nugget.json new file mode 100644 index 0000000..06699eb --- /dev/null +++ b/resources/contenttweaker/models/item/cobalt_nugget.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/nugget" + } +} diff --git a/resources/contenttweaker/models/item/cobalt_plate.json b/resources/contenttweaker/models/item/cobalt_plate.json new file mode 100644 index 0000000..a747d2c --- /dev/null +++ b/resources/contenttweaker/models/item/cobalt_plate.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/plate" + } +} diff --git a/resources/contenttweaker/models/item/cobalt_rod.json b/resources/contenttweaker/models/item/cobalt_rod.json new file mode 100644 index 0000000..e6de649 --- /dev/null +++ b/resources/contenttweaker/models/item/cobalt_rod.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/rod" + } +} diff --git a/resources/contenttweaker/models/item/compressed_iron_beam.json b/resources/contenttweaker/models/item/compressed_iron_beam.json new file mode 100644 index 0000000..039bdec --- /dev/null +++ b/resources/contenttweaker/models/item/compressed_iron_beam.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/beam" + } +} diff --git a/resources/contenttweaker/models/item/compressed_iron_bolt.json b/resources/contenttweaker/models/item/compressed_iron_bolt.json new file mode 100644 index 0000000..c812572 --- /dev/null +++ b/resources/contenttweaker/models/item/compressed_iron_bolt.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/bolt" + } +} diff --git a/resources/contenttweaker/models/item/compressed_iron_gear.json b/resources/contenttweaker/models/item/compressed_iron_gear.json new file mode 100644 index 0000000..7d41e6a --- /dev/null +++ b/resources/contenttweaker/models/item/compressed_iron_gear.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/gear" + } +} diff --git a/resources/contenttweaker/models/item/compressed_iron_plate.json b/resources/contenttweaker/models/item/compressed_iron_plate.json new file mode 100644 index 0000000..a747d2c --- /dev/null +++ b/resources/contenttweaker/models/item/compressed_iron_plate.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/plate" + } +} diff --git a/resources/contenttweaker/models/item/compressed_iron_rod.json b/resources/contenttweaker/models/item/compressed_iron_rod.json new file mode 100644 index 0000000..e6de649 --- /dev/null +++ b/resources/contenttweaker/models/item/compressed_iron_rod.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/rod" + } +} diff --git a/resources/contenttweaker/models/item/copper_beam.json b/resources/contenttweaker/models/item/copper_beam.json new file mode 100644 index 0000000..039bdec --- /dev/null +++ b/resources/contenttweaker/models/item/copper_beam.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/beam" + } +} diff --git a/resources/contenttweaker/models/item/copper_bolt.json b/resources/contenttweaker/models/item/copper_bolt.json new file mode 100644 index 0000000..c812572 --- /dev/null +++ b/resources/contenttweaker/models/item/copper_bolt.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/bolt" + } +} diff --git a/resources/contenttweaker/models/item/copper_chest.json b/resources/contenttweaker/models/item/copper_chest.json new file mode 100644 index 0000000..e010eda --- /dev/null +++ b/resources/contenttweaker/models/item/copper_chest.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/chest" + } +} diff --git a/resources/contenttweaker/models/item/copper_dust.json b/resources/contenttweaker/models/item/copper_dust.json new file mode 100644 index 0000000..e654a72 --- /dev/null +++ b/resources/contenttweaker/models/item/copper_dust.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/dust" + } +} diff --git a/resources/contenttweaker/models/item/copper_feet.json b/resources/contenttweaker/models/item/copper_feet.json new file mode 100644 index 0000000..3f9b0a1 --- /dev/null +++ b/resources/contenttweaker/models/item/copper_feet.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/feet" + } +} diff --git a/resources/contenttweaker/models/item/copper_gear.json b/resources/contenttweaker/models/item/copper_gear.json new file mode 100644 index 0000000..7d41e6a --- /dev/null +++ b/resources/contenttweaker/models/item/copper_gear.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/gear" + } +} diff --git a/resources/contenttweaker/models/item/copper_head.json b/resources/contenttweaker/models/item/copper_head.json new file mode 100644 index 0000000..1d1c9e3 --- /dev/null +++ b/resources/contenttweaker/models/item/copper_head.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/head" + } +} diff --git a/resources/contenttweaker/models/item/copper_ingot.json b/resources/contenttweaker/models/item/copper_ingot.json new file mode 100644 index 0000000..7caa7e7 --- /dev/null +++ b/resources/contenttweaker/models/item/copper_ingot.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/ingot" + } +} diff --git a/resources/contenttweaker/models/item/copper_legs.json b/resources/contenttweaker/models/item/copper_legs.json new file mode 100644 index 0000000..9daa520 --- /dev/null +++ b/resources/contenttweaker/models/item/copper_legs.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/legs" + } +} diff --git a/resources/contenttweaker/models/item/copper_nugget.json b/resources/contenttweaker/models/item/copper_nugget.json new file mode 100644 index 0000000..06699eb --- /dev/null +++ b/resources/contenttweaker/models/item/copper_nugget.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/nugget" + } +} diff --git a/resources/contenttweaker/models/item/copper_plate.json b/resources/contenttweaker/models/item/copper_plate.json new file mode 100644 index 0000000..a747d2c --- /dev/null +++ b/resources/contenttweaker/models/item/copper_plate.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/plate" + } +} diff --git a/resources/contenttweaker/models/item/copper_rod.json b/resources/contenttweaker/models/item/copper_rod.json new file mode 100644 index 0000000..e6de649 --- /dev/null +++ b/resources/contenttweaker/models/item/copper_rod.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/rod" + } +} diff --git a/resources/contenttweaker/models/item/creeper_tear.json b/resources/contenttweaker/models/item/creeper_tear.json new file mode 100644 index 0000000..ab8d120 --- /dev/null +++ b/resources/contenttweaker/models/item/creeper_tear.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/creeper_tear" + } +} diff --git a/resources/contenttweaker/models/item/diamond_gear.json b/resources/contenttweaker/models/item/diamond_gear.json new file mode 100644 index 0000000..7d41e6a --- /dev/null +++ b/resources/contenttweaker/models/item/diamond_gear.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/gear" + } +} diff --git a/resources/contenttweaker/models/item/enhanced_galgadorian_beam.json b/resources/contenttweaker/models/item/enhanced_galgadorian_beam.json new file mode 100644 index 0000000..039bdec --- /dev/null +++ b/resources/contenttweaker/models/item/enhanced_galgadorian_beam.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/beam" + } +} diff --git a/resources/contenttweaker/models/item/enhanced_galgadorian_bolt.json b/resources/contenttweaker/models/item/enhanced_galgadorian_bolt.json new file mode 100644 index 0000000..c812572 --- /dev/null +++ b/resources/contenttweaker/models/item/enhanced_galgadorian_bolt.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/bolt" + } +} diff --git a/resources/contenttweaker/models/item/enhanced_galgadorian_gear.json b/resources/contenttweaker/models/item/enhanced_galgadorian_gear.json new file mode 100644 index 0000000..7d41e6a --- /dev/null +++ b/resources/contenttweaker/models/item/enhanced_galgadorian_gear.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/gear" + } +} diff --git a/resources/contenttweaker/models/item/enhanced_galgadorian_plate.json b/resources/contenttweaker/models/item/enhanced_galgadorian_plate.json new file mode 100644 index 0000000..a747d2c --- /dev/null +++ b/resources/contenttweaker/models/item/enhanced_galgadorian_plate.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/plate" + } +} diff --git a/resources/contenttweaker/models/item/enhanced_galgadorian_rod.json b/resources/contenttweaker/models/item/enhanced_galgadorian_rod.json new file mode 100644 index 0000000..e6de649 --- /dev/null +++ b/resources/contenttweaker/models/item/enhanced_galgadorian_rod.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/rod" + } +} diff --git a/resources/contenttweaker/models/item/fiery_beam.json b/resources/contenttweaker/models/item/fiery_beam.json new file mode 100644 index 0000000..039bdec --- /dev/null +++ b/resources/contenttweaker/models/item/fiery_beam.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/beam" + } +} diff --git a/resources/contenttweaker/models/item/fiery_bolt.json b/resources/contenttweaker/models/item/fiery_bolt.json new file mode 100644 index 0000000..c812572 --- /dev/null +++ b/resources/contenttweaker/models/item/fiery_bolt.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/bolt" + } +} diff --git a/resources/contenttweaker/models/item/fiery_gear.json b/resources/contenttweaker/models/item/fiery_gear.json new file mode 100644 index 0000000..7d41e6a --- /dev/null +++ b/resources/contenttweaker/models/item/fiery_gear.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/gear" + } +} diff --git a/resources/contenttweaker/models/item/fiery_plate.json b/resources/contenttweaker/models/item/fiery_plate.json new file mode 100644 index 0000000..a747d2c --- /dev/null +++ b/resources/contenttweaker/models/item/fiery_plate.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/plate" + } +} diff --git a/resources/contenttweaker/models/item/fiery_rod.json b/resources/contenttweaker/models/item/fiery_rod.json new file mode 100644 index 0000000..e6de649 --- /dev/null +++ b/resources/contenttweaker/models/item/fiery_rod.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/rod" + } +} diff --git a/resources/contenttweaker/models/item/galgadorian_beam.json b/resources/contenttweaker/models/item/galgadorian_beam.json new file mode 100644 index 0000000..039bdec --- /dev/null +++ b/resources/contenttweaker/models/item/galgadorian_beam.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/beam" + } +} diff --git a/resources/contenttweaker/models/item/galgadorian_bolt.json b/resources/contenttweaker/models/item/galgadorian_bolt.json new file mode 100644 index 0000000..c812572 --- /dev/null +++ b/resources/contenttweaker/models/item/galgadorian_bolt.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/bolt" + } +} diff --git a/resources/contenttweaker/models/item/galgadorian_gear.json b/resources/contenttweaker/models/item/galgadorian_gear.json new file mode 100644 index 0000000..7d41e6a --- /dev/null +++ b/resources/contenttweaker/models/item/galgadorian_gear.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/gear" + } +} diff --git a/resources/contenttweaker/models/item/galgadorian_plate.json b/resources/contenttweaker/models/item/galgadorian_plate.json new file mode 100644 index 0000000..a747d2c --- /dev/null +++ b/resources/contenttweaker/models/item/galgadorian_plate.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/plate" + } +} diff --git a/resources/contenttweaker/models/item/galgadorian_rod.json b/resources/contenttweaker/models/item/galgadorian_rod.json new file mode 100644 index 0000000..e6de649 --- /dev/null +++ b/resources/contenttweaker/models/item/galgadorian_rod.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/rod" + } +} diff --git a/resources/contenttweaker/models/item/gold_gear.json b/resources/contenttweaker/models/item/gold_gear.json new file mode 100644 index 0000000..7d41e6a --- /dev/null +++ b/resources/contenttweaker/models/item/gold_gear.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/gear" + } +} diff --git a/resources/contenttweaker/models/item/invar_beam.json b/resources/contenttweaker/models/item/invar_beam.json new file mode 100644 index 0000000..039bdec --- /dev/null +++ b/resources/contenttweaker/models/item/invar_beam.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/beam" + } +} diff --git a/resources/contenttweaker/models/item/invar_bolt.json b/resources/contenttweaker/models/item/invar_bolt.json new file mode 100644 index 0000000..c812572 --- /dev/null +++ b/resources/contenttweaker/models/item/invar_bolt.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/bolt" + } +} diff --git a/resources/contenttweaker/models/item/invar_gear.json b/resources/contenttweaker/models/item/invar_gear.json new file mode 100644 index 0000000..7d41e6a --- /dev/null +++ b/resources/contenttweaker/models/item/invar_gear.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/gear" + } +} diff --git a/resources/contenttweaker/models/item/invar_ingot.json b/resources/contenttweaker/models/item/invar_ingot.json new file mode 100644 index 0000000..7caa7e7 --- /dev/null +++ b/resources/contenttweaker/models/item/invar_ingot.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/ingot" + } +} diff --git a/resources/contenttweaker/models/item/invar_plate.json b/resources/contenttweaker/models/item/invar_plate.json new file mode 100644 index 0000000..a747d2c --- /dev/null +++ b/resources/contenttweaker/models/item/invar_plate.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/plate" + } +} diff --git a/resources/contenttweaker/models/item/invar_rod.json b/resources/contenttweaker/models/item/invar_rod.json new file mode 100644 index 0000000..e6de649 --- /dev/null +++ b/resources/contenttweaker/models/item/invar_rod.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/rod" + } +} diff --git a/resources/contenttweaker/models/item/iron_gear.json b/resources/contenttweaker/models/item/iron_gear.json new file mode 100644 index 0000000..7d41e6a --- /dev/null +++ b/resources/contenttweaker/models/item/iron_gear.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/gear" + } +} diff --git a/resources/contenttweaker/models/item/lead_beam.json b/resources/contenttweaker/models/item/lead_beam.json new file mode 100644 index 0000000..039bdec --- /dev/null +++ b/resources/contenttweaker/models/item/lead_beam.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/beam" + } +} diff --git a/resources/contenttweaker/models/item/lead_bolt.json b/resources/contenttweaker/models/item/lead_bolt.json new file mode 100644 index 0000000..c812572 --- /dev/null +++ b/resources/contenttweaker/models/item/lead_bolt.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/bolt" + } +} diff --git a/resources/contenttweaker/models/item/lead_dust.json b/resources/contenttweaker/models/item/lead_dust.json new file mode 100644 index 0000000..e654a72 --- /dev/null +++ b/resources/contenttweaker/models/item/lead_dust.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/dust" + } +} diff --git a/resources/contenttweaker/models/item/lead_gear.json b/resources/contenttweaker/models/item/lead_gear.json new file mode 100644 index 0000000..7d41e6a --- /dev/null +++ b/resources/contenttweaker/models/item/lead_gear.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/gear" + } +} diff --git a/resources/contenttweaker/models/item/lead_ingot.json b/resources/contenttweaker/models/item/lead_ingot.json new file mode 100644 index 0000000..7caa7e7 --- /dev/null +++ b/resources/contenttweaker/models/item/lead_ingot.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/ingot" + } +} diff --git a/resources/contenttweaker/models/item/lead_nugget.json b/resources/contenttweaker/models/item/lead_nugget.json new file mode 100644 index 0000000..06699eb --- /dev/null +++ b/resources/contenttweaker/models/item/lead_nugget.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/nugget" + } +} diff --git a/resources/contenttweaker/models/item/lead_plate.json b/resources/contenttweaker/models/item/lead_plate.json new file mode 100644 index 0000000..a747d2c --- /dev/null +++ b/resources/contenttweaker/models/item/lead_plate.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/plate" + } +} diff --git a/resources/contenttweaker/models/item/lead_rod.json b/resources/contenttweaker/models/item/lead_rod.json new file mode 100644 index 0000000..e6de649 --- /dev/null +++ b/resources/contenttweaker/models/item/lead_rod.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/rod" + } +} diff --git a/resources/contenttweaker/models/item/meteoric_iron_dust.json b/resources/contenttweaker/models/item/meteoric_iron_dust.json new file mode 100644 index 0000000..e654a72 --- /dev/null +++ b/resources/contenttweaker/models/item/meteoric_iron_dust.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/dust" + } +} diff --git a/resources/contenttweaker/models/item/modularium_beam.json b/resources/contenttweaker/models/item/modularium_beam.json new file mode 100644 index 0000000..039bdec --- /dev/null +++ b/resources/contenttweaker/models/item/modularium_beam.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/beam" + } +} diff --git a/resources/contenttweaker/models/item/modularium_bolt.json b/resources/contenttweaker/models/item/modularium_bolt.json new file mode 100644 index 0000000..c812572 --- /dev/null +++ b/resources/contenttweaker/models/item/modularium_bolt.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/bolt" + } +} diff --git a/resources/contenttweaker/models/item/modularium_gear.json b/resources/contenttweaker/models/item/modularium_gear.json new file mode 100644 index 0000000..7d41e6a --- /dev/null +++ b/resources/contenttweaker/models/item/modularium_gear.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/gear" + } +} diff --git a/resources/contenttweaker/models/item/modularium_plate.json b/resources/contenttweaker/models/item/modularium_plate.json new file mode 100644 index 0000000..a747d2c --- /dev/null +++ b/resources/contenttweaker/models/item/modularium_plate.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/plate" + } +} diff --git a/resources/contenttweaker/models/item/modularium_rod.json b/resources/contenttweaker/models/item/modularium_rod.json new file mode 100644 index 0000000..e6de649 --- /dev/null +++ b/resources/contenttweaker/models/item/modularium_rod.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/rod" + } +} diff --git a/resources/contenttweaker/models/item/platinum_beam.json b/resources/contenttweaker/models/item/platinum_beam.json new file mode 100644 index 0000000..039bdec --- /dev/null +++ b/resources/contenttweaker/models/item/platinum_beam.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/beam" + } +} diff --git a/resources/contenttweaker/models/item/platinum_bolt.json b/resources/contenttweaker/models/item/platinum_bolt.json new file mode 100644 index 0000000..c812572 --- /dev/null +++ b/resources/contenttweaker/models/item/platinum_bolt.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/bolt" + } +} diff --git a/resources/contenttweaker/models/item/platinum_dust.json b/resources/contenttweaker/models/item/platinum_dust.json new file mode 100644 index 0000000..e654a72 --- /dev/null +++ b/resources/contenttweaker/models/item/platinum_dust.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/dust" + } +} diff --git a/resources/contenttweaker/models/item/platinum_gear.json b/resources/contenttweaker/models/item/platinum_gear.json new file mode 100644 index 0000000..7d41e6a --- /dev/null +++ b/resources/contenttweaker/models/item/platinum_gear.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/gear" + } +} diff --git a/resources/contenttweaker/models/item/platinum_ingot.json b/resources/contenttweaker/models/item/platinum_ingot.json new file mode 100644 index 0000000..7caa7e7 --- /dev/null +++ b/resources/contenttweaker/models/item/platinum_ingot.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/ingot" + } +} diff --git a/resources/contenttweaker/models/item/platinum_plate.json b/resources/contenttweaker/models/item/platinum_plate.json new file mode 100644 index 0000000..a747d2c --- /dev/null +++ b/resources/contenttweaker/models/item/platinum_plate.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/plate" + } +} diff --git a/resources/contenttweaker/models/item/platinum_rod.json b/resources/contenttweaker/models/item/platinum_rod.json new file mode 100644 index 0000000..e6de649 --- /dev/null +++ b/resources/contenttweaker/models/item/platinum_rod.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/rod" + } +} diff --git a/resources/contenttweaker/models/item/redstone_alloy_beam.json b/resources/contenttweaker/models/item/redstone_alloy_beam.json new file mode 100644 index 0000000..039bdec --- /dev/null +++ b/resources/contenttweaker/models/item/redstone_alloy_beam.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/beam" + } +} diff --git a/resources/contenttweaker/models/item/redstone_alloy_bolt.json b/resources/contenttweaker/models/item/redstone_alloy_bolt.json new file mode 100644 index 0000000..c812572 --- /dev/null +++ b/resources/contenttweaker/models/item/redstone_alloy_bolt.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/bolt" + } +} diff --git a/resources/contenttweaker/models/item/redstone_alloy_gear.json b/resources/contenttweaker/models/item/redstone_alloy_gear.json new file mode 100644 index 0000000..7d41e6a --- /dev/null +++ b/resources/contenttweaker/models/item/redstone_alloy_gear.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/gear" + } +} diff --git a/resources/contenttweaker/models/item/redstone_alloy_ingot.json b/resources/contenttweaker/models/item/redstone_alloy_ingot.json new file mode 100644 index 0000000..7caa7e7 --- /dev/null +++ b/resources/contenttweaker/models/item/redstone_alloy_ingot.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/ingot" + } +} diff --git a/resources/contenttweaker/models/item/redstone_alloy_plate.json b/resources/contenttweaker/models/item/redstone_alloy_plate.json new file mode 100644 index 0000000..a747d2c --- /dev/null +++ b/resources/contenttweaker/models/item/redstone_alloy_plate.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/plate" + } +} diff --git a/resources/contenttweaker/models/item/redstone_alloy_rod.json b/resources/contenttweaker/models/item/redstone_alloy_rod.json new file mode 100644 index 0000000..e6de649 --- /dev/null +++ b/resources/contenttweaker/models/item/redstone_alloy_rod.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/rod" + } +} diff --git a/resources/contenttweaker/models/item/reinforced_metal_beam.json b/resources/contenttweaker/models/item/reinforced_metal_beam.json new file mode 100644 index 0000000..039bdec --- /dev/null +++ b/resources/contenttweaker/models/item/reinforced_metal_beam.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/beam" + } +} diff --git a/resources/contenttweaker/models/item/reinforced_metal_bolt.json b/resources/contenttweaker/models/item/reinforced_metal_bolt.json new file mode 100644 index 0000000..c812572 --- /dev/null +++ b/resources/contenttweaker/models/item/reinforced_metal_bolt.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/bolt" + } +} diff --git a/resources/contenttweaker/models/item/reinforced_metal_gear.json b/resources/contenttweaker/models/item/reinforced_metal_gear.json new file mode 100644 index 0000000..7d41e6a --- /dev/null +++ b/resources/contenttweaker/models/item/reinforced_metal_gear.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/gear" + } +} diff --git a/resources/contenttweaker/models/item/reinforced_metal_plate.json b/resources/contenttweaker/models/item/reinforced_metal_plate.json new file mode 100644 index 0000000..a747d2c --- /dev/null +++ b/resources/contenttweaker/models/item/reinforced_metal_plate.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/plate" + } +} diff --git a/resources/contenttweaker/models/item/reinforced_metal_rod.json b/resources/contenttweaker/models/item/reinforced_metal_rod.json new file mode 100644 index 0000000..e6de649 --- /dev/null +++ b/resources/contenttweaker/models/item/reinforced_metal_rod.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/rod" + } +} diff --git a/resources/contenttweaker/models/item/silver_beam.json b/resources/contenttweaker/models/item/silver_beam.json new file mode 100644 index 0000000..039bdec --- /dev/null +++ b/resources/contenttweaker/models/item/silver_beam.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/beam" + } +} diff --git a/resources/contenttweaker/models/item/silver_bolt.json b/resources/contenttweaker/models/item/silver_bolt.json new file mode 100644 index 0000000..c812572 --- /dev/null +++ b/resources/contenttweaker/models/item/silver_bolt.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/bolt" + } +} diff --git a/resources/contenttweaker/models/item/silver_dust.json b/resources/contenttweaker/models/item/silver_dust.json new file mode 100644 index 0000000..e654a72 --- /dev/null +++ b/resources/contenttweaker/models/item/silver_dust.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/dust" + } +} diff --git a/resources/contenttweaker/models/item/silver_gear.json b/resources/contenttweaker/models/item/silver_gear.json new file mode 100644 index 0000000..7d41e6a --- /dev/null +++ b/resources/contenttweaker/models/item/silver_gear.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/gear" + } +} diff --git a/resources/contenttweaker/models/item/silver_ingot.json b/resources/contenttweaker/models/item/silver_ingot.json new file mode 100644 index 0000000..7caa7e7 --- /dev/null +++ b/resources/contenttweaker/models/item/silver_ingot.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/ingot" + } +} diff --git a/resources/contenttweaker/models/item/silver_nugget.json b/resources/contenttweaker/models/item/silver_nugget.json new file mode 100644 index 0000000..06699eb --- /dev/null +++ b/resources/contenttweaker/models/item/silver_nugget.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/nugget" + } +} diff --git a/resources/contenttweaker/models/item/silver_plate.json b/resources/contenttweaker/models/item/silver_plate.json new file mode 100644 index 0000000..a747d2c --- /dev/null +++ b/resources/contenttweaker/models/item/silver_plate.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/plate" + } +} diff --git a/resources/contenttweaker/models/item/silver_rod.json b/resources/contenttweaker/models/item/silver_rod.json new file mode 100644 index 0000000..e6de649 --- /dev/null +++ b/resources/contenttweaker/models/item/silver_rod.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/rod" + } +} diff --git a/resources/contenttweaker/models/item/space_platinum_dust.json b/resources/contenttweaker/models/item/space_platinum_dust.json new file mode 100644 index 0000000..e654a72 --- /dev/null +++ b/resources/contenttweaker/models/item/space_platinum_dust.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/dust" + } +} diff --git a/resources/contenttweaker/models/item/steel_gear.json b/resources/contenttweaker/models/item/steel_gear.json new file mode 100644 index 0000000..7d41e6a --- /dev/null +++ b/resources/contenttweaker/models/item/steel_gear.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/gear" + } +} diff --git a/resources/contenttweaker/models/item/steeleaf_beam.json b/resources/contenttweaker/models/item/steeleaf_beam.json new file mode 100644 index 0000000..039bdec --- /dev/null +++ b/resources/contenttweaker/models/item/steeleaf_beam.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/beam" + } +} diff --git a/resources/contenttweaker/models/item/steeleaf_bolt.json b/resources/contenttweaker/models/item/steeleaf_bolt.json new file mode 100644 index 0000000..c812572 --- /dev/null +++ b/resources/contenttweaker/models/item/steeleaf_bolt.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/bolt" + } +} diff --git a/resources/contenttweaker/models/item/steeleaf_gear.json b/resources/contenttweaker/models/item/steeleaf_gear.json new file mode 100644 index 0000000..7d41e6a --- /dev/null +++ b/resources/contenttweaker/models/item/steeleaf_gear.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/gear" + } +} diff --git a/resources/contenttweaker/models/item/steeleaf_plate.json b/resources/contenttweaker/models/item/steeleaf_plate.json new file mode 100644 index 0000000..a747d2c --- /dev/null +++ b/resources/contenttweaker/models/item/steeleaf_plate.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/plate" + } +} diff --git a/resources/contenttweaker/models/item/steeleaf_rod.json b/resources/contenttweaker/models/item/steeleaf_rod.json new file mode 100644 index 0000000..e6de649 --- /dev/null +++ b/resources/contenttweaker/models/item/steeleaf_rod.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/rod" + } +} diff --git a/resources/contenttweaker/models/item/stone_nugget.json b/resources/contenttweaker/models/item/stone_nugget.json new file mode 100644 index 0000000..06699eb --- /dev/null +++ b/resources/contenttweaker/models/item/stone_nugget.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/nugget" + } +} diff --git a/resources/contenttweaker/models/item/the_oj.json b/resources/contenttweaker/models/item/the_oj.json new file mode 100644 index 0000000..630f2ad --- /dev/null +++ b/resources/contenttweaker/models/item/the_oj.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/the_oj" + } +} diff --git a/resources/contenttweaker/models/item/tin_beam.json b/resources/contenttweaker/models/item/tin_beam.json new file mode 100644 index 0000000..039bdec --- /dev/null +++ b/resources/contenttweaker/models/item/tin_beam.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/beam" + } +} diff --git a/resources/contenttweaker/models/item/tin_bolt.json b/resources/contenttweaker/models/item/tin_bolt.json new file mode 100644 index 0000000..c812572 --- /dev/null +++ b/resources/contenttweaker/models/item/tin_bolt.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/bolt" + } +} diff --git a/resources/contenttweaker/models/item/tin_dust.json b/resources/contenttweaker/models/item/tin_dust.json new file mode 100644 index 0000000..e654a72 --- /dev/null +++ b/resources/contenttweaker/models/item/tin_dust.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/dust" + } +} diff --git a/resources/contenttweaker/models/item/tin_gear.json b/resources/contenttweaker/models/item/tin_gear.json new file mode 100644 index 0000000..7d41e6a --- /dev/null +++ b/resources/contenttweaker/models/item/tin_gear.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/gear" + } +} diff --git a/resources/contenttweaker/models/item/tin_ingot.json b/resources/contenttweaker/models/item/tin_ingot.json new file mode 100644 index 0000000..7caa7e7 --- /dev/null +++ b/resources/contenttweaker/models/item/tin_ingot.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/ingot" + } +} diff --git a/resources/contenttweaker/models/item/tin_nugget.json b/resources/contenttweaker/models/item/tin_nugget.json new file mode 100644 index 0000000..06699eb --- /dev/null +++ b/resources/contenttweaker/models/item/tin_nugget.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/nugget" + } +} diff --git a/resources/contenttweaker/models/item/tin_plate.json b/resources/contenttweaker/models/item/tin_plate.json new file mode 100644 index 0000000..a747d2c --- /dev/null +++ b/resources/contenttweaker/models/item/tin_plate.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/plate" + } +} diff --git a/resources/contenttweaker/models/item/tin_rod.json b/resources/contenttweaker/models/item/tin_rod.json new file mode 100644 index 0000000..e6de649 --- /dev/null +++ b/resources/contenttweaker/models/item/tin_rod.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/rod" + } +} diff --git a/resources/contenttweaker/models/item/titanium_cluster.json b/resources/contenttweaker/models/item/titanium_cluster.json new file mode 100644 index 0000000..de48ede --- /dev/null +++ b/resources/contenttweaker/models/item/titanium_cluster.json @@ -0,0 +1,7 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/cluster", + "layer1": "base:items/cluster_overlay" + } +} diff --git a/resources/contenttweaker/textures/items/the_oj.png b/resources/contenttweaker/textures/items/the_oj.png new file mode 100644 index 0000000..4fb38ee Binary files /dev/null and b/resources/contenttweaker/textures/items/the_oj.png differ diff --git a/resources/minecraft/textures/blocks/log_acacia.png.mcmeta b/resources/minecraft/textures/blocks/log_acacia.png.mcmeta new file mode 100644 index 0000000..9e26dfe --- /dev/null +++ b/resources/minecraft/textures/blocks/log_acacia.png.mcmeta @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/resources/minecraft/textures/blocks/log_big_oak.png.mcmeta b/resources/minecraft/textures/blocks/log_big_oak.png.mcmeta new file mode 100644 index 0000000..9e26dfe --- /dev/null +++ b/resources/minecraft/textures/blocks/log_big_oak.png.mcmeta @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/resources/minecraft/textures/blocks/log_birch.png.mcmeta b/resources/minecraft/textures/blocks/log_birch.png.mcmeta new file mode 100644 index 0000000..9e26dfe --- /dev/null +++ b/resources/minecraft/textures/blocks/log_birch.png.mcmeta @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/resources/minecraft/textures/blocks/log_jungle.png.mcmeta b/resources/minecraft/textures/blocks/log_jungle.png.mcmeta new file mode 100644 index 0000000..9e26dfe --- /dev/null +++ b/resources/minecraft/textures/blocks/log_jungle.png.mcmeta @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/resources/minecraft/textures/blocks/log_oak.png.mcmeta b/resources/minecraft/textures/blocks/log_oak.png.mcmeta new file mode 100644 index 0000000..9e26dfe --- /dev/null +++ b/resources/minecraft/textures/blocks/log_oak.png.mcmeta @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/resources/minecraft/textures/blocks/log_spruce.png.mcmeta b/resources/minecraft/textures/blocks/log_spruce.png.mcmeta new file mode 100644 index 0000000..9e26dfe --- /dev/null +++ b/resources/minecraft/textures/blocks/log_spruce.png.mcmeta @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/resources/minecraft/textures/blocks/stone.png b/resources/minecraft/textures/blocks/stone.png new file mode 100644 index 0000000..87e19ff Binary files /dev/null and b/resources/minecraft/textures/blocks/stone.png differ diff --git a/resources/minecraft/textures/entity/wolf/wolf_tame.png b/resources/minecraft/textures/entity/wolf/wolf_tame.png new file mode 100644 index 0000000..e88b1ef Binary files /dev/null and b/resources/minecraft/textures/entity/wolf/wolf_tame.png differ diff --git a/resources/pack.mcmeta b/resources/pack.mcmeta new file mode 100644 index 0000000..0a7d879 --- /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/playerbosses/textures/entity/skin.png b/resources/playerbosses/textures/entity/skin.png new file mode 100644 index 0000000..8e91c91 Binary files /dev/null and b/resources/playerbosses/textures/entity/skin.png differ diff --git a/resources/sevtechages/lang/en_ud.lang b/resources/sevtechages/lang/en_ud.lang new file mode 100644 index 0000000..7c55171 --- /dev/null +++ b/resources/sevtechages/lang/en_ud.lang @@ -0,0 +1,1012 @@ +# Stage 0 +advancements.stage0.abyssalbiome.title=spuÉêžÊžÉ¹Éá—¡ Çɥʇ ɹÇʇuÆŽ +advancements.stage0.abyssalbiome.description=ɥʇnoS ɹo ɥʇɹoN áµ·uá´‰êžÇÊŒÉɹʇ ÊŽq pÇɥɔÉÇɹ Çq uÉÉ” sÇɯoá´‰q pêžoÉ” ɹo ʇoÉ¥ áµ·uá´‰uÉÇɯ dÉɯʇÉÇÉ¥ êžÉɔᴉᵷoêž É uá´‰ dnʇÇs sá´‰ pêžÉ¹oÊ Çɥ⟘ Ë™sÉÇÉ¹É ÇɹnʇÉɹÇdɯÇʇ ɹÇpêžoÉ” uá´‰ ʇsá´‰xÇ sÇɯoá´‰q ÇsÇɥ⟘ Ë™Çɯoá´‰q ʞɹÉp ʇɟÉɹɔêžÉssÊŽqⱯ É É¹ÇʇuÇ puÉ puᴉℲ + + +advancements.stage0.abyssalgem.title=sɯÇâ… ÊžÉ¹Éá—¡ +advancements.stage0.abyssalgem.description=sɯÇáµ· êžêžnÉŸ doɹp sÇɹnʇÉÇɹƆ ÊopÉÉ¥S snoɹÇáµ·uÉp Çɹoɯ 'ɹÇᵷɹÉêž Çɥʇ Çêžá´‰É¥Ê sɯÇáµ· ɹÇêžêžÉɯs ÇÊŒÉÉ¥ sÇɹnʇÉÇɹɔ ɹÇêžêžÉɯS Ë™spuÉêžÊžÉ¹Ép Çɥʇ uá´‰ áµ·uá´‰pá´‰sÇɹ sÇɹnʇÉÇɹƆ ÊopÉÉ¥S ɯoɹɟ ɯÇâ… ÊopÉÉ¥S É ÇɹᴉnbɔⱯ + + +advancements.stage0.atlas.title=punoℲ ÊoN ʇnq ʇsoꞀ +advancements.stage0.atlas.description=ɹÇáµ·Éêžêžá´‰á´§ uÉᴉɹÉɹqᴉꞀ ɹo ɹÇÉ¥dÉɹᵷoÊ‡É¹ÉÆ† É É¯oɹɟ dÉɯ sÉêžÊ‡â±¯ ÇnbᴉʇuⱯ uÉ É¹oÉŸ ÇpÉɹ⟘ + + +advancements.stage0.baykok.title=ÇêžÊ‡Ê‡Éá—º ssoá—º ÊŽÊžoodS +advancements.stage0.baykok.description=ÊŽêžÉ¹ÉÇ Ê‡ÉqɯoÉ” pÇáµ·uÉɹ ʞɔoêžun puÉ Êoq êžnɟɹÇÊod sᴉɥ ÇɹᴉnbÉ”É oʇ ɯᴉɥ ʇÉÇÉŸÇp puÉ ÊŽuoɯÇÉ¹ÇÆ† ɔᴉɯÇʇo⟘ É Éᴉʌ ÊžoʞʎÉá—º ssoq Çɥʇ uoɯɯnS + + +advancements.stage0.buffalo.title=sêžÉɯᴉuⱯ ʇuÇᴉɔuⱯ +advancements.stage0.buffalo.description=uoᴉʇÉɯɹoÉŸuá´‰ Çɹoɯ ɹoÉŸ Éá´‰pÇdɯÇʇo⟘ Çɥʇ ʇêžnsuoƆ ˙ɥʇÇÇ⟘ puÉ Çpá´‰H ɹᴉÇɥʇ ʇɔÇêžêžoƆ ˙ɯÇɥʇ uÊÉds oʇ ÊŽuoɯÇÉ¹ÇÆ† ɔᴉɯÇʇo⟘ É Çs∩ Ë™sɹÇʇunÉ¥ oʇ sÇɔɹnosÇɹ ÇêžqÉnêžÉÊŒ Çpᴉʌoɹd oêžÉÉŸÉŸná—º + + +advancements.stage0.charcoal.title=ʞɔnꞀ ɹnoâ…„ áµ·uá´‰ssÇɹԀ +advancements.stage0.charcoal.description=ssÇɹԀ ɹÇÊoÔ€ ÇsɹoH Çɥʇ áµ·uá´‰sn ʞɔoêžq ɹÇᵷɹÉêž É oʇuá´‰ êžÉoɔɹÉɥɔ ssÇɹԀ + + +advancements.stage0.chestupgrade.title=ÇpÉɹᵷd∩ Çáµ·ÉɹoʇS +advancements.stage0.chestupgrade.description=¡ʇsÇɥƆ êžÉɯᴉɹԀ ɹÇɔᴉu É oʇ ÇpÉɹᵷdn puÉ xoq uÇpooÊ pêžo ɹnoÊŽ ɥɔʇᴉᗡ + + +advancements.stage0.collectplank.title=ʞɔoêžá—º áµ·uá´‰ddoɥƆ Çɥʇ uO +advancements.stage0.collectplank.description=sʞɔᴉʇS ɹo sÊžuÉêžÔ€ oʇuá´‰ ʇᴉ ʇnÉ” oʇ ÇxⱯ uÉ Çsn puÉ ÊžÉ”oêžq áµ·uá´‰ddoɥɔ Çɥʇ uo ÊžuÉêžÔ€ ɹo áµ·oꞀ É ÇÉ”ÉêžÔ€ ˙ʞɔoêžá—º áµ·uá´‰ddoɥƆ É Ê‡ÉŸÉɹɔ oʇ áµ·oêž É Çs∩ + + +advancements.stage0.farmland.title=ɯɹÉℲ o⟘ uÉW Ɐ ɥɔÉÇ⟘ +advancements.stage0.farmland.description=ɹÇʇÉÊ É¹ÉÇu ʇᴉ ÇÉ”Éêžd puÉ Ê‡ÉŸÉɹɔ oʇ pÇÇu êžêžá´‰Ê noÊŽ 'oɹÇz Çáµ·É uá´‰ ÇoÉ¥ É ÊŽq pÇêžêžá´‰Ê‡ Çq ʇouuÉÉ” puÉêžÉ¯É¹ÉℲ Ë™puÉêžÉ¯É¹ÉℲ ɹoÉŸ áµ·uá´‰pÉɹʇ ÊŽq ÇpÉɹʇ ɹÇáµ·Éêžêžá´‰á´§ ɹÇɯɹÉℲ É É¯oɹɟ áµ·uᴉɯɹÉÉŸ ÉŸo sɔᴉsÉq Çɥʇ uɹÉÇꞀ + + +advancements.stage0.fiber.title=ʇÇᴉᗡ snoɹqᴉℲ +advancements.stage0.fiber.description=Ë™sÇÊŒÉÇêž Çɯos áµ·uᴉɯɯᴉɹʇ ÊŽq ɹo ɹooêžÉŸ Çɥʇ uo punoÉŸ Çq uÉÉ” sʞɔᴉʇS Ë™Çuá´‰Ê⟘ ʇuÉêžÔ€ ʇÇáµ· oʇ ɹÇɥʇÇáµ·oʇ Æ Ê‡ÉŸÉɹƆ Ë™ssÉɹᵷ êžêžÉʇ áµ·uᴉʞÉÇɹq ɯoɹɟ sɹÇqᴉℲ ʇuÉêžÔ€ ʇɔÇêžêžoÉ” oʇ pÇÇu êžêž,noÊŽ 'pÇʇɹÉʇs ʇÇáµ· o⟘ + + +advancements.stage0.fire.title=ÆŽá´šIℲ ᗡƎ⟘ⱯƎᴚƆ ƎᴧⱯH I +advancements.stage0.fire.description=Çɹᴉɟ ÇʇÉÇɹɔ oʇ ʞɔoêžq É uo ʞɔᴉêžÉ” puÉ puÉÉ¥ É¥É”ÉÆŽ uá´‰ ʞɔᴉʇS ÇɹᴉℲ É pêžoH + + +advancements.stage0.firepit.title=¡ÇɹᴉℲ +advancements.stage0.firepit.description=pÇÊžooÉ” Çq oʇ sɯÇʇᴉ ʇɹÇsuá´‰ puÉ Ê‡á´‰ Ê‡É¥áµ·á´‰êž oʇ sɯÇʇᴉ êžÇnÉŸ êžÉɔᴉdʎʇ Çs∩ ˙ʇᴉd Çɹᴉɟ É ÇÊžÉɯ oʇ sʞɔᴉʇs puÉ 'Çuá´‰Êʇ 'sʞɔoɹ Çɯos Çs∩ + + +advancements.stage0.firstbreak.title=¡ÇÇɹ⟘ ÇʇÉH uÉɯÇÊŒÉÆ† +advancements.stage0.firstbreak.description=êžooʇ ÇʇÉᴉɹdoɹddÉ Çɥʇ Çs∩ ¡spuÉÉ¥ ɹnoÊŽ áµ·uá´‰sn ɯoɹɟ pooÊ Ê‡Çáµ· ʇ,uoÊ noÊŽ puÉ sʇɹnÉ¥ sÇÇɹʇ áµ·uᴉɥɔunÔ€ + + +advancements.stage0.firstchest.title=ÉŸÉŸnʇS ÊŽW ʇnÔ€ oʇ ÇÉ”ÉêžÔ€ Ɐ +advancements.stage0.firstchest.description=sáµ·uᴉɥʇ ɹnoÊŽ ɹoÉŸ ʇsÇɥɔ É ÇÊžÉɯ oʇ ɹÇɥʇÇáµ·oʇ pooÊ Çɯos ʇɟÉɹƆ + + +advancements.stage0.firsttool.title=Çuoêžâ±¯ oâ… oʇ snoɹÇáµ·uÉá—¡ oo⟘ s,ʇI +advancements.stage0.firsttool.description=sÇÇɹʇ uÊop ʇnÉ” uÉÉ” noÊŽ os ʇÇɥɔʇÉH ʇuá´‰êžâ„² É Ê‡ÉŸÉɹƆ + + +advancements.stage0.fish.title=áµ·uᴉɥsᴉℲ ɹÉÇdS +advancements.stage0.fish.description=¡êžÉÇɯ ʎʇsÉʇ É É¹oÉŸ É¥sᴉɟ oʇ sêžooʇ ɹÇɥʇo ɹo ɹÉÇds ɹnoÊŽ Çs∩ + + +advancements.stage0.flamehopper.title=ssÇupooâ… pÇêžêžá´‰É¹â… ÇɯÉêžâ„² +advancements.stage0.flamehopper.description=ʇoÉ¥ ʇᴉ ÇÊŒoqÉ sʞɔoêžq sdÇÇÊž puÉ sɯÇʇᴉ sÇÊŒoɯ ʇÉɥʇ ɹÇddoÉ¥ Ɐ + + +advancements.stage0.flintknapp.title=áµ·uá´‰uÇdɹÉÉ¥S ʇuá´‰êžâ„² +advancements.stage0.flintknapp.description=ʇuá´‰oÔ€ ʇuá´‰êžâ„² pÇÊžÉêžâ„² É noÊŽ Çʌᴉᵷ êžêžá´‰Ê ʇuá´‰êžâ„² pÇÊžÉêžâ„² oʇ ÇɯÉs Çɥʇ áµ·uá´‰oá—¡ ˙ʇuá´‰êžâ„² pÇÊžÉêžâ„² ÇʇÉÇɹɔ oʇ ʞɔoɹ pɹÉÉ¥ É Ê‡suá´‰Éáµ·É Ê‡uá´‰êžâ„² ʞɔᴉêžÉ”-ʇɟÇꞀ + + +advancements.stage0.fluidbladder.title=áµ·uᴉɥʇoN uÉɥ⟘ ɹÇppÉêžá—º +advancements.stage0.fluidbladder.description=É¥Ê‡á´‰Ê Ê‡ÉŸÉɹɔ oʇ ɹÇppÉêžá—º pá´‰nêžâ„² É Çs∩ ¡sʇÇʞɔnq oN + + +advancements.stage0.gear.title=soᴉʇÉá´š ɹoℲ d∩ pÇɹÉÇâ… +advancements.stage0.gear.description=¡ɹÉÇáµ· É ÇÊžÉɯ oʇ êžÇÇÉ¥Ê Çɥʇ ÉŸo Çáµ·pÇêžÊouÊž ɹnoÊŽ Çs∩ + + +advancements.stage0.grill.title=¡êžêžá´‰É¹â… ʇoH +advancements.stage0.grill.description=ÊžooÉ” ÊŽêžÉ¹Çdoɹd oʇ Çɹᴉɟ É sÉ É¥É”ns ʇᴉ ÊoêžÇq ÇɔɹnosʇÉÇÉ¥ É spÇÇu êžêžá´‰É¹áµ· Çɥ⟘ Ë™ÇʇÉɹᵷ Çɹoɯ ʇᴉq É áµ·uᴉɥʇÇɯos É¥Ê‡á´‰Ê Ê‡á´‰dÇɹᴉɟ ɹnoÊŽ ÇpÉɹᵷd∩ + + +advancements.stage0.handgrind.title=ʇI puá´‰É¹â… +advancements.stage0.handgrind.description=ÊŽêžá´‰sÉÇ dn ÉŸÉŸnʇs puᴉɹᵷ noÊŽ ʇÇêž êžêžá´‰Ê ʇᴉ ʇnq 'suÉÇɯ ÊŽuÉ ÊŽq ʞɔᴉnb ʇ,usá´‰ Çuoʇspuá´‰É¹â… puÉH Çɥ⟘ + + +advancements.stage0.horsechopper.title=¡doɥƆ ¡doɥƆ ¡doɥƆ +advancements.stage0.horsechopper.description=doɥɔ ÊŽêžêžÉɔᴉʇÉɯoʇnÉ oʇ sɯÇʇᴉ ʇɹÇsuá´‰ puÉ 'pÉÇêž É áµ·uá´‰sn ÇsɹoH É É¥É”ÉÊ‡Ê‡É 'ɹÇddoɥƆ ɹÇÊoÔ€ ÇsɹoH É ÇÉ”ÉêžÔ€ ¡puÉÉ¥ ÊŽq pooÊ áµ·uá´‰ddoɥɔ Çɹoɯ oN + + +advancements.stage0.horsepower.title=¡ɹÇÊoÔ€ ÇsɹoH +advancements.stage0.horsepower.description=ʞɹoÊ oʇ sÇÊŒêžoM puÉ 'sÉɯÉêžêž€ 'sÊoƆ 'sáµ·á´‰Ô€ 'oêžÉÉŸÉŸná—º 'sʇoɹɹÉÔ€ Çsn uÉÉ” noÊŽ sÇsɹoH áµ·uoɯⱯ ˙ᵷuá´‰puᴉɹᵷ ɯÇʇᴉ ÇʇÉɯoʇnÉ oʇ pÉÇêž É áµ·uá´‰sn ÇsɹoÉ¥ É É¥É”ÉÊ‡Ê‡É puÉ Çuoʇspuá´‰É¹â… É¹ÇÊoÔ€ ÇsɹoH É Ê‡ÉŸÉɹƆ + + +advancements.stage0.kiln.title=d∩ ʇI ÊžooƆ +advancements.stage0.kiln.description=sɯÇʇᴉ ÊžooÉ” uÉÉ” ʇᴉ pÇɹᴉɟ s,ʇᴉ ÇÉ”uO Ë™ÊoêžÇq Çɔɹnos ʇÉÇÉ¥ É áµ·uá´‰sn uêžá´‰Êž Çɥʇ Çɹᴉɟ oʇ pÇÇu êžêž,noÊŽ 'pÇÉ”Éêžd ÇÉ”uO Ë™uêžá´‰Êž É Ê‡ÉŸÉɹɔ oʇ qÉêžS ÇuoʇsÇêžqqoƆ É puÉ sêžêžÉá—º ÊŽÉêžÆ† Çs∩ + + +advancements.stage0.lead.title=ɹÇ-pÉÇꞀ ʇÉÇÉ¹â… É ÇÊžÉW êžêž,noâ…„ +advancements.stage0.lead.description=sêžÉɯᴉuÉ pɹÇÉ¥ oʇ pÉÇêž É ÇɹᴉnbɔⱯ + + +advancements.stage0.leather.title=ʇÉÇdÇá´š 'Çsuᴉᴚ 'ɹÇɥʇÉÇꞀ +advancements.stage0.leather.description=¡ɹÇɥʇÉÇꞀ ÇɹᴉnbɔⱯ + + +advancements.stage0.lowgradecharcoal.title=ÇɹᴉℲ ɹÇÊŒÇɹoℲ +advancements.stage0.lowgradecharcoal.description=ʇno oáµ· ɹÇÊŒÇu êžêžá´‰Ê ʇÉɥʇ doʇ uo Çɹᴉɟ É Ê‡É¥áµ·á´‰êž uÉÉ” noÊŽ puÉ êžÉoɔɹÉɥƆ ÉŸo Çɔɹnos ʇÉÇɹᵷ É ÇÉ¹É sʞɔoêžq êžÉoɔɹÉɥƆ ÇpÉÉ¹â… ÊoꞀ + + +advancements.stage0.mat.title=sÊŽoá—º pÇá—º 'sÊŽoá—º pÇá—º +advancements.stage0.mat.description=áµ·uá´‰dÇÇêžs Çêžá´‰É¥Ê uÊÉds ɹnoÊŽ ʇÇs oʇ ÇÊžá´‰êž p,noÊŽ ʇou ɹo ɹÇɥʇÇÉ¥Ê É¹oÉŸ Çpoɯ ʇɔÇɹɹoÉ” Çɥʇ ʇÇs oʇ Çɹns ÇÊžÉW ¡oáµ· Çɥʇ uo dÇÇêžs oʇ noÊŽ ÊoêžêžÉ êžêžá´‰Ê ʇÉW áµ·uá´‰dÇÇêžS Çɥ⟘ + + +advancements.stage0.melter.title=ʎʇêžÇW puÉ uÊoá—¡ ʇÇâ… s,ʇÇꞀ +advancements.stage0.melter.description=ÊŽêžÉ¹Çdoɹd ʞɹoÊ oʇ ÊoêžÇq ɹÇʇÉÇÉ¥ áµ·uᴉɥɔʇÉɯ Çɥʇ pÇÇu êžêžá´‰Ê ʇI Ë™sÇɹo uÊop áµ·uᴉʇêžÇɯs uᴉᵷÇq oʇ ɹÇʇêžÇW É Ê‡ÉŸÉɹƆ + + +advancements.stage0.melterbase.title=ÇsÉá—º ɹÇʇêžÇW ÉŸo ÇɔⱯ +advancements.stage0.melterbase.description=uoá´‰sɹÇÊŒ pÇɹÉÇs Çɥʇ ɥɔʇÉɯ ʇou êžêžá´‰Ê uá´‰ÉêžÇɔɹoÔ€ ˙ɹÇɥʇÇáµ·oʇ ʞɹoÊ oʇ ɯÇɥʇ ɹoÉŸ sÇdʎʇ ɹÇʇÉÇH puÉ É¹ÇʇêžÇW Çɥʇ ɥɔʇÉɯ oʇ pÇÇu êžêž,noÊŽ 'ÇʇoN Ë™pÇʇɹÉʇs ʇÇáµ· oʇ ɹÇʇÉÇH É Ê‡ÉŸÉɹƆ ¡sÇuo pá´‰êžos ʎɹʇ os êžÇnÉŸ pá´‰nbá´‰êž ÇÊŒÉÉ¥ ʇ,uop noâ…„ + + +advancements.stage0.mesh.title=ʇuá´‰êžâ„² ɹnoâ…„ É¥sÇW +advancements.stage0.mesh.description=ÊŽêžÊ‡uÇʇsá´‰suoÉ” ʇuá´‰êžÉŸ uá´‰Éʇqo oʇ êžÇÊŒÉÉ¹â… É¥Ê‡á´‰Ê pᴉɹᵷ áµ·uᴉʇɟÉɹɔ É uá´‰ É¥sÇW ɹÇqᴉℲ ssÉÉ¹â… Çɥʇ Çs∩ Ë™êžÇÊŒÉɹᵷ áµ·uᴉʞÉÇɹq ɯoɹɟ doɹp ʇ,uoÊ Ê‡uá´‰êžâ„² + + +advancements.stage0.mill.title=punoɹⱯ ,uá´‰êžêžá´‰W ʇᴉnÎŒ +advancements.stage0.mill.description=spoW ɥʇᴉM ɹÇʇʇÇá—º ɯoɹɟ Çuoʇsêžêžá´‰W Çɥʇ ʇɟÉɹƆ Ë™Çɯᴉʇ ɹÇ-êžêžá´‰W s,ʇI + + +advancements.stage0.naturescompass.title=¿Çɯoᴉᗺ ÊŽW s,ÇɹÇÉ¥M Çpná—¡ +advancements.stage0.naturescompass.description=Çɯoá´‰q ʇsÇɹÉÇu Çɥʇ ÇʇÉÉ”oêž oʇ ssÉdɯoƆ s,ÇɹnʇÉN Çɥʇ Çs∩ ˙ʎÇuɹnoɾ ɹnoÊŽ ÇnuᴉʇuoÉ” oʇ sÇɯoᴉᗺ puÉêžÊžÉ¹Éá—¡ ʇno ÊžÇÇs oʇ pÇÇu êžêž,noâ…„ + + +advancements.stage0.root.title=êžÉᴉɹoʇn⟘ sÇᵷⱯ :ɥɔÇ⟘ʌÇS +advancements.stage0.root.description=oɹÇZ ÇᵷⱯ oʇuá´‰ ÇÊŒoɯ oʇ dɯnʇS ʞɹoM É Ê‡ÉŸÉɹɔ oʇ ʇuÇɯÇÉ”uÉÊŒpÉ Çɥʇ ÇʇÇêždɯoÉ” êžÉᴉɹoʇnʇ Çɥʇ ÇʇÇêždɯoÉ” o⟘ ¡sÇᵷⱯ :ɥɔÇ⟘ʌÇS oʇ ÇɯoÉ”êžÇM + + +advancements.stage0.saddle.title=ssÇꞀ áµ·uᴉɥʇʎuⱯ ɹoℲ ÇêžppÉS ʇ,uoá—¡ +advancements.stage0.saddle.description=ɹÇʇsÉÉŸ ɥɔnɯ punoÉ¹É êžÇÊŒÉɹʇ oʇ ÇêžppÉS É Çs∩ ¡ʇsÉℲ oâ… Éʇʇoâ… + + +advancements.stage0.saltflats.title=sɹoqÉꞀ ɹnoâ…„ ÉŸo ʇêžÉSÇɹ +advancements.stage0.saltflats.description=Çpᴉɥ áµ·uᴉɹnÉ” puÉ pooÉŸ ɹoÉŸ ʇᴉ pÇÇu êžêž,noâ…„ Ë™spÇqɹÇʌᴉᴚ ɹo sÇɯoᴉᗺ ʎɹᗡ uá´‰ ʇêžÉS puᴉℲ + + +advancements.stage0.spear.title=ʇuᴉɯɹÉÇdS +advancements.stage0.spear.description=ʇÉqɯoÉ” pÇáµ·uÉɹ puÉ áµ·uᴉɥsᴉɟ ɹoÉŸ ɹÉÇds É Ê‡ÉŸÉɹƆ + + +advancements.stage0.stonetools.title=¡ÇᵷⱯ ÇuoʇS +advancements.stage0.stonetools.description=êžÉuÇsÇÉ¹É É¹noÊŽ ÇpÉɹᵷdn oʇ ÇxÉʞɔᴉԀ ÇuoʇS É Ê‡ÉŸÉɹƆ + + +advancements.stage0.tipi.title=ɹÇɥʇÉÇM Çɥʇ ÉŸo ʇnO +advancements.stage0.tipi.description=¡ᴉdᴉ⟘ É Ê‡ÉŸÉɹƆ ¿ÇɯoÉ¥ Ê‡É dÇÇêžs oʇ ÇÉ”Éêžd É pÇÇN + + +advancements.stage0.tomahawk.title=sÊžÊÉH Çáµ·uÉá´š ÇÇɹℲ +advancements.stage0.tomahawk.description=ʇuá´‰oÔ€ ʇuá´‰êžâ„² pÇÊžÉêžâ„² ⥠spÇÇu ÇdᴉɔÇɹ Çɥʇ 'ÇʇoN Ë™uodÉÇÊ pÇáµ·uÉɹ É Çsn oʇ ÊžÊÉÉ¥Éɯo⟘ É Ê‡ÉŸÉɹƆ + + +advancements.stage0.totemic.title=êžêžoá´š puÉ 'ÇêžÊ‡Ê‡Éá´š 'ÇÊžÉÉ¥S +advancements.stage0.totemic.description=uoᴉʇÉɯɹoÉŸuá´‰ ɹÇɥʇo puÉ sÇá´‰uoɯÇÉ¹ÇÆ† ɔᴉɯÇʇo⟘ ɯɹoɟɹÇd oʇ ÊoÉ¥ ɹoÉŸ Êžooq Çɥʇ ʇêžnsuoƆ Ë™Éá´‰pÇdɯÇʇo⟘ É noÊŽ Çʌᴉᵷ êžêžá´‰Ê ʇuÇɯÇÉ”uÉÊŒpÉ sᴉɥ⟘ Ë™sÇá´‰uoɯÇÉ¹ÇÆ† ɔᴉɯÇʇo⟘ ɹoÉŸ pÇpÇÇu ɯnɹᗡ puÉ 'Çʇnêžâ„² 'ÇêžÊ‡Ê‡Éá´š Çɥʇ ʇɟÉɹƆ + + +advancements.stage0.upgrade.title=¡ÇpÉɹᵷd∩ +advancements.stage0.upgrade.description=¡ÇxÉʞɔᴉԀ ʇuá´‰êžâ„² É oʇ ÇpÉɹᵷd∩ + + +advancements.stage0.waterstrainer.title=snonuá´‰ÉɹʇS áµ·uᴉʇʇÇâ… sá´‰ sᴉɥ⟘ +advancements.stage0.waterstrainer.description=ʇuÇɯÇÉ”uÉÊŒpÉ Çɥʇ ÇʇÇêždɯoÉ” oʇ ɹÇuá´‰ÉɹʇS s,ʇsá´‰êžÉʌᴉʌɹnS ÇsuÇá—¡ É puÉ ÇsÉá—º ɹÇuá´‰ÉɹʇS Çɥʇ ʇɟÉɹɔ oʇ pÇÇu êžêž,noâ…„ ¡ʇno ɯÇɥʇ ʞɔÇɥɔ oʇ Çɹns ÇÊžÉW Ë™ÇêžqÉʇ ʇooêž Ê‡uÇɹÇÉŸÉŸá´‰p É sÉÉ¥ Çdʎʇ ɹÇuá´‰ÉɹʇS É¥É”ÉÆŽ Ë™É¹Çuá´‰ÉɹʇS É Ê‡É¹Çsuá´‰ puÉ ÇsÉá—º ɹÇuá´‰ÉɹʇS ɹÇʇÉM É Çsn 'ɹÇʇÉÊ É¹Çpun ɯoɹɟ sÇɔɹnosÇɹ uá´‰ÉʇɹÇÉ” ÇʇÉÉ”oêž Ê‡ouuÉÉ” noÊŽ ÉŸI + + +advancements.stage0.weaponize.title=Çɯᴉ⟘ ssÇuá´‰sná—º s,ʇI +advancements.stage0.weaponize.description=Çuoá—º dɹÉÉ¥S É oʇuá´‰ ʇᴉ uɹnʇ oʇ ÇuoʇS ɹo ÇuoʇsÇêžqqoƆ ÇÊžá´‰êž ÊžÉ”oêžq É uo Çuoá—º É ÊžÉ”á´‰êžÆ†-ʇɟÇꞀ + + +advancements.stage0.wheel.title=sná—º Çɥʇ uo sêžÇÇÉ¥M Çɥ⟘ +advancements.stage0.wheel.description=sʇɹÉÉ” oʇ sÇsɹoÉ¥ ɥɔÉÊ‡Ê‡É oʇ ÊŽÇÊž uoá´‰Ê‡É”É É¹ooʞᴉʇsⱯ Çɥʇ Çs∩ Ë™sÊ‡É¹ÉÆ† ÇsɹoH uo Çsn oʇ ɹooʞᴉʇsⱯ ɯoɹɟ êžÇÇÉ¥Ê Çɥʇ ʇɟÉɹƆ + + +advancements.stage0.woodenbarrel.title=sá´‰pÉá´§ ÉŸo êžÇɹɹÉá—º +advancements.stage0.woodenbarrel.description=spá´‰nbá´‰êž pêžoÉ¥ oʇ êžÇɹɹÉá—º uÇpooM ÇɹoƆ êžÉɯᴉɹԀ É Ê‡ÉŸÉɹƆ + + +advancements.stage0.woodhopper1.title=ÊŽÉM ɹnoâ…„ ʇI ÇÊŒÉH +advancements.stage0.woodhopper1.description=ÊŽêžêžÉɔᴉʇÉɯoʇnÉ sɯÇʇᴉ ɹnoÊŽ Çʇnoɹ oʇ ɹÇddoH uÇpooM É Ê‡ÉŸÉɹƆ + + +advancements.stage0.woodhopper2.title=¡ʇI Çzá´‰sɹÇdnS +advancements.stage0.woodhopper2.description=¡ʎʇᴉêžÉuoᴉʇɔunÉŸ Çɹoɯ ppÉ oʇ ᘔʞW ɹÇddoM É Ê‡ÉŸÉɹƆ ¿ʇᴉ áµ·uᴉʇʇnÉ” ʇou ɹÇddoH uÇpooM ʇuÇɹɹnÉ” ɹnoÊŽ sI + + +advancements.stage0.workblade.title=puÇÊžÇÇM Çɥʇ ɹoÉŸ áµ·uᴉʞɹoM +advancements.stage0.workblade.description=ÊŽêžÊžÉ”á´‰nb sÇÉ¥snɹ puÉ sÇÊŒÉÇêž ÊžÉÇɹq oʇ ʇᴉ Çsn ÊŽÉɯ noÊŽ 'sÇsn ɹÇɥʇo ÊŽuÉɯ áµ·uoɯⱯ Ë™ÇpÉêžq ʞɹoÊ É pÇÇu êžêž,noÊŽ 'ʞɹoÊ oʇ ʇuÉÊ noÊŽ ÉŸI + + +advancements.stage0.workstump.title=¡pÇdɯnʇS ɯ,I +advancements.stage0.workstump.description=ÇêžqÉʇ Çɥʇ ÉŸo ʇuoɹɟ Çɥʇ Ê‡É ÇɯoÉ¥ sʇᴉ uá´‰ ʞɔoɹ Çɥʇ ÇÉ”Éêžd pÇÉ¥sá´‰uᴉɟ Çɹ,noÊŽ uÇÉ¥M Ë™ÇÉ”uÇʇsá´‰xÇ oʇuá´‰ ÇdᴉɔÇɹ Çɥʇ ʞɔᴉêžÉ”-ʇɥᵷᴉɹ oʇ ʞɔoá´š áµ·uᴉʇɟÉɹƆ É Çsn puÉ uɹÇʇʇÉd ʇɔÇɹɹoÉ” Çɥʇ uá´‰ ÇêžqÉʇ Çɥʇ uo ɯÇɥʇ ÇÉ”Éêžd 'sɯÇʇᴉ Çɥʇ ʇɟÉɹɔ o⟘ Ë™pÉÇʇsuá´‰ dɯnʇS ʞɹoM É Çs∩ ¡ʇÇÊŽ sÇêžqÉʇ áµ·uᴉʇɟÉɹɔ oN + + +# Stage 1 +advancements.stage1.alloykiln.title=d∩ pÇxá´‰W êžêžâ±¯ +advancements.stage1.alloykiln.description=Çɹnʇɔnɹʇs Çɥʇ ÇʇÉÇɹɔ oʇ ɹÇɯɯÉH s,ɹÇÇuᴉᵷuÆŽ Çɥʇ É¥Ê‡á´‰Ê ÊžÉ”á´‰êžÆ†-ʇɥᵷᴉᴚ puÉ á˜”xᘔxᘔ É uá´‰ sʞɔᴉɹq uêžá´‰Êž 8 pÇÇu êžêž,noâ…„ Ë™Çzuoɹq ÇʇÉÇɹɔ oʇ áµ·uᴉɹÇÇuᴉᵷuÆŽ ÇʌᴉsɹÇɯɯI ɯoɹɟ uêžá´‰Êž ÊŽoêžêžâ±¯ Çɥʇ pêžá´‰ná—º + + +advancements.stage1.aquamarine.title=ÇuᴉɹÉɯÉnbⱯ ɹoÉŸ ɥɔɹÉÇS Çɥ⟘ +advancements.stage1.aquamarine.description=Çɹo ÇuᴉɹÉɯÉnbⱯ ɹoÉŸ sÇÊŒÉÉ” Çɥʇ ÉŸo doʇ Çɥʇ ɥɔɹÉÇs puÉ uoá´‰suÇɯᴉᗡ ɥʇÉÇuÇá—º Çɥʇ oʇ êžÇÊŒÉɹ⟘ + + +advancements.stage1.aqueduct.title=sʇɔnpÇnbⱯ +advancements.stage1.aqueduct.description=ÇʇÇêždɯoÉ” oʇ ʞɔoêžq Çɥʇ ÇÉ”Éêžd noÊŽ ʇÉɥʇ sÇɹᴉnbÇɹ ʇuÇɯÇÉ”uÉÊŒpÉ sᴉɥ⟘ 'ÇʇoN Ë™ÇdÉÉ¥s á´§ É áµ·uᴉʇÉÇɹɔ sÇpá´‰s Çɥʇ uo ʞɔoêžq ÊŽuÉ puÉ É¯oʇʇoq Çɥʇ uo ʇɔnpÇnbÉ Çɥʇ É¥Ê‡á´‰Ê êžÇuuÉɥɔ É áµ·uᴉʇÉÇɹɔ ÊŽq sʇɔnpÇnbⱯ áµ·uá´‰sn ɹÇʇÉÊ ÇÊŒoW + + +advancements.stage1.astable.title=sɹÉʇS Çɥʇ oʇ ÊžuᴉꞀ +advancements.stage1.astable.description=ÇêžqÉ⟘ áµ·uᴉʇɟÉɹƆ snouᴉɯnꞀ Çɥʇ oʇuá´‰ ÇêžqÉʇ áµ·uᴉʇɟÉɹɔ É É¯É¹oÉŸsuÉɹʇ oʇ êžÉnʇᴉɹ Çɥʇ ÇʇÇêždɯoƆ + + +advancements.stage1.axle.title=Ⅎ ÇêžxⱯ +advancements.stage1.axle.description=ÇɔɹnoS ɹo xoqɹÉÇâ… É¥É”ÉÇ uÇÇÊʇÇq sÇêžxⱯ Æ uÉɥʇ Çɹoɯ ou ÇÊŒÉÉ¥ uÉÉ” noâ…„ Ë™sÇxoqɹÉÇâ… É¹o sêžêžá´‰W puá´‰M puÉ sêžÇÇÉ¥ÊɹÇʇÉM oʇ ÊŽêžÊ‡É”Çɹᴉp ɯÇɥʇ ʇɔÇuuoÉ” uÉÉ” noâ…„ Ë™ÇêžxⱯ uÉ áµ·uá´‰sn pÇʇnoɹ Çq oʇ spÇÇu ɹÇÊoÔ€ êžÉɔᴉuÉɥɔÇW + + +advancements.stage1.beneath.title=ɥʇÉÇuÇá—º Çɥ⟘ +advancements.stage1.beneath.description=uoá´‰suÇɯᴉp Çɥʇ ɹÇʇuÇ puÉ É¹ÇʇɹodÇêžÇ⟘ ɥʇÉÇuÇá—º Çɥʇ ÇÉ”ÉêžÔ€ Ë™êžÉnʇᴉɹ É áµ·uᴉʇɹÉʇs ÇɹoÉŸÇq uoɔᴉɯouoɹɔÇN ɹnoÊŽ uá´‰ ˙Ǝ˙Ԁ ÇÊŒÉÉ¥ oʇ ɹÇqɯÇɯÇá´š ˙ɹÇʇɹodÇêžÇʇ ɥʇÉÇuÇá—º Çɥʇ ÇʇÉÇɹɔ oʇ êžÉnʇᴉᴚ ʇɟÉɹɔêžÉssÊŽqⱯ uÉ Çs∩ + + +advancements.stage1.blackquartz.title=zʇɹÉnÎŒ Çɥʇ ɹoÉŸ ɹÉÔ€ +advancements.stage1.blackquartz.description=zʇɹÉnÎŒ ʞɔÉêžá—º puᴉɟ oʇ uoá´‰suÇɯᴉp ɥʇÉÇuÇá—º Çɥʇ ÉŸo ɯoʇʇoq Çɥʇ oʇ êžÇÊŒÉɹ⟘ + + +advancements.stage1.bloodaltar.title=ÇʇÉʇS pÇɹÇʇêžâ±¯ +advancements.stage1.bloodaltar.description=ɹÉʇêžâ±¯ pooêžá—º É pêžá´‰nq oʇ êžêžá´‰M ɔᴉuoɯÇá—¡ ÇɹnʇdÉÆ† + + +advancements.stage1.bronze.title=Çzuoɹᗺ ɹÇÊŒO suá´‰Éɹᗺ +advancements.stage1.bronze.description=sʇoáµ·uI Çzuoɹᗺ ÇÉ”npoɹd oʇ uêžá´‰Êž ÊŽoêžêžâ±¯ Çɥʇ Çs∩ + + +advancements.stage1.bucket.title=ʇsᴉꞀ ʇÇʞɔná—º +advancements.stage1.bucket.description=uêžá´‰Êž Çɥʇ uá´‰ ʇᴉ ÊžooÉ” puÉ Ê‡Çʞɔnq ÊŽÉêžÉ” É ÇdÉÉ¥s oʇ ÇêžqÉʇuɹn⟘ Çɥʇ Çs∩ + + +advancements.stage1.cart.title=Çáµ·Éá´‰É¹É¹ÉÆ† puÉ ÇÊŒoꞀ +advancements.stage1.cart.description=¡ʎɹoʇuÇÊŒuá´‰ sʇᴉ uÇdo oʇ ʇɹÉÉ” Çɥʇ ʞɔᴉêžÉ”-ʇɟᴉɥS Ë™sáµ·uᴉɥʇ ɹnoÊŽ ʎɹɹÉÉ” dêžÇÉ¥ oʇ ÇsɹoÉ¥ É oʇ ʇᴉ ɥɔÉÊ‡Ê‡É puÉ Ê‡É¹ÉÆ† É Ê‡ÉŸÉɹƆ ¿sʇÇʞɔod ɹnoÊŽ uá´‰ punoÉ¹É ÉŸÉŸnʇs ɹnoÊŽ áµ·uᴉʎɹɹÉÉ” ÉŸo pÇɹᴉ⟘ + + +advancements.stage1.chest.title=ʇsÇɥƆ ÊŽW ÉŸÉŸO sᴉɥ⟘ ʇÇâ… oʇ pÇÇN I +advancements.stage1.chest.description=ʇsÇɥɔ ɹnoÊŽ ÇpÉɹᵷd∩ + + +advancements.stage1.claybarrel.title=êžÇɹɹÉá—º Çɥʇ ÉŸo ɯoʇʇoá—º +advancements.stage1.claybarrel.description=sêžÉʇÇɯ pá´‰nbá´‰êž É¹o ɹÇʇÉÊ sÉ É¥É”ns 'spá´‰nêžÉŸ pêžoÉ¥ uÉÉ” sêžÇɹɹÉq ÊŽÉêžÆ† + + +advancements.stage1.coal.title=êžÉoÉ” Çuᴉɯ puÉ ÇʇÉÉ”oꞀ +advancements.stage1.coal.description=Ë™sÉÇÉ¹É pÇɹoêždxÇ ÊŽpÉÇɹêžÉ uá´‰ Çpᴉɥun êžêžá´‰Ê sÇêždɯÉs ÇÉ”Éɟɹns 'ÇʇoN Ë™8Ɫ⅄ puÉ 8ᘔ⅄ uÇÇÊʇÇq pÇʇÉÉ”oêž sá´‰ Çɹo Çɥ⟘ ¡êžÉoƆ ɹoÉŸ áµ·á´‰p puÉ ÇêždɯÉs ÇÉ”Éɟɹns êžÉoƆ É puᴉℲ + + +advancements.stage1.copper.title=ɹÇddoƆ Çɥ⟘ o⟘ ʇÇâ… +advancements.stage1.copper.description=Ë™sÉÇÉ¹É pÇɹoêždxÇ ÊŽpÉÇɹêžÉ uá´‰ Çpᴉɥun êžêžá´‰Ê sÇêždɯÉs ÇÉ”Éɟɹns 'ÇʇoN ˙ᘔ5â…„ puÉ á˜”â¥â…„ uÇÇÊʇÇq pÇʇÉÉ”oêž sá´‰ Çɹo Çɥ⟘ ¡ɹÇddoƆ ɹoÉŸ áµ·á´‰p puÉ ÇêždɯÉs ÇÉ”Éɟɹns ÇʇᴉɹnzⱯ ɹo ÇʇᴉɥɔÉêžÉW É puᴉℲ + + +advancements.stage1.crafting.title=áµ·uᴉʇɟÉɹɔ ɹnoÊŽ ÇpÉɹᵷd∩ +advancements.stage1.crafting.description=ÇêžqÉʇ ɹÉêžnáµ·Çɹ É Ê‡ÉŸÉɹƆ + + +advancements.stage1.dung.title=Çpá´‰suI d∩ ÇW Çdá´‰Ô€ +advancements.stage1.dung.description=ʞɔoêžq pá´‰êžos ɥᵷnoɹɥʇ êžêžnd oʇ Çdá´‰Ô€ ɹÇÊÇS É Çsn ɹo ʞɔoêžq É ÉŸo ʇno sɯÇʇᴉ êžêžnd oʇ Çdá´‰Ô€ áµ·uná—¡ É Çs∩ + + +advancements.stage1.extension.title=suoá´‰suÇʇxÆŽ +advancements.stage1.extension.description=pêžoÉ¥ uÉÉ” ʇᴉ pá´‰nbá´‰êž ÉŸo ʇunoÉ¯É Çɥʇ ÇsÉÇɹɔuá´‰ oʇ êžÇɹɹÉá—º É ÉŸo doʇ uo ʇᴉ ÇÉ”Éêžd puÉ uoá´‰suÇʇxÆŽ êžÇɹɹÉá—º É Ê‡ÉŸÉɹƆ + + +advancements.stage1.furnace.title=ÇɹÇH uá´‰ ʇoH áµ·uᴉʇʇÇâ… s,ʇI +advancements.stage1.furnace.description=ÇÉ”ÉuɹnÉŸ ÊÇu É É¥Ê‡á´‰Ê ÇÉŸá´‰êž É¹noÊŽ dn ʇɥᵷᴉꞀ + + +advancements.stage1.gearbox.title=sɹÉÇâ… É¹noâ…„ áµ·uá´‰puá´‰É¹â… +advancements.stage1.gearbox.description=ʇᴉ uo ssoɹɔ É É¥Ê‡á´‰Ê Çpá´‰s Çɥʇ oʇuá´‰ oáµ· ʇsnɯ ÇêžxⱯ pÇɹÇÊod Ɐ Ë™sʇndʇno/ʇnduá´‰ Çɥʇ ÇÊŒoɯ oʇ Çpá´‰s É ÊžÉ”á´‰êžÆ† ʇɥᵷᴉᴚ+ʇɟᴉɥS 'ɹÇÊoÔ€ êžÉɔᴉuÉɥɔÇW ɹnoÊŽ ÉŸo ɥɔÉÇɹ Çɥʇ puÇʇxÇ oʇ noÊŽ sÊoêžêžÉ xoqɹÉÇâ… Çɥ⟘ + + +advancements.stage1.hoe.title=¡¿ʇI ÇoH ÇM uÉÆ† +advancements.stage1.hoe.description=ÊŽêžÊ‡uÇá´‰É”á´‰ÉŸÉŸÇ Çɹoɯ áµ·uᴉɯɹÉÉŸ uᴉᵷÇq oʇ ÇoH É Ê‡ÉŸÉɹƆ + + +advancements.stage1.huntingdim.title=pÇʇunH Çq ɹo ʇunH +advancements.stage1.huntingdim.description=ɹÇʇuÇ oʇ êžÉʇɹod Çɥʇ uá´‰ ÊžÉÇus puÉ pɹoÊS Éêžêžá´‰uÉá´§ É áµ·uá´‰sn ʇᴉ Ê‡É¥áµ·á´‰êž 'êžÉʇɹoÔ€ ɹÇɥʇÇN Çɥʇ pêžnoÊ noÊŽ ÇÊžá´‰êž Ê‡snɾ ÇɯÉɹɟ êžÉʇɹod Çɥʇ ʇɟÉɹƆ Ë™uoá´‰suÇɯᴉᗡ áµ·uᴉʇunH Çɥʇ Çsn 'sqoɯ Çêžá´‰Ê‡soÉ¥ puᴉɟ oʇ pÇÇu noÊŽ ÉŸI + + +advancements.stage1.journal.title=ʎɹÉᴉᗡ ÊŽW uá´‰ áµ·uá´‰oâ… sI sᴉɥ⟘ +advancements.stage1.journal.description=sᴉɥʇ ɹoÉŸ ʇunoÉ”É”É oʇ pÇɹÇʇêžÉ uÇÇq ÇÊŒÉÉ¥ sÇdᴉɔÇá´š Ë™pêžÉ¹oÊ Çɥʇ uá´‰ ʇsá´‰xÇ Ê‡ou op sÇuᴉɹɥS ʎɹÇɔɹoS êžÉɹʇsⱯ Çɥʇ 'ÇʇoN Ë™êžÉuɹnoÕ ÊŽÉ¹ÇɔɹoS êžÉɹʇsⱯ Çɥʇ áµ·uᴉʇɟÉɹɔ ÊŽq sɹÉʇs Çɥʇ ÉŸo Çáµ·pÇêžÊouÊž Çɥʇ ssÇɔɔⱯ + + +advancements.stage1.leafbed.title=sÊoêžêžá´‰Ô€ ʎɥɔunɹƆ +advancements.stage1.leafbed.description=¡pÇá—º ÉŸÉÇꞀ É ÇÊžÉɯ oʇ ÊŽÉÉ¥ ÉŸo doʇ uo sÇÊŒÉÇêž Çɯos Êoɹɥ⟘ ¿ɥᵷnouÇ pooáµ· ʇou uoᴉʇÉnʇᴉs áµ·uá´‰dÇÇêžs ʇuÇɹɹnÉ” ɹnoÊŽ sI + + +advancements.stage1.necro.title=pÇʇɟÉɹɔêžÉssÊŽqⱯ +advancements.stage1.necro.description=ʇɟÉɹɔêžÉssÊŽqⱯ ɥᵷnoɹɥʇ noÊŽ Çpá´‰náµ· oʇ uoɔᴉɯouoɹɔÇN Çɥʇ ʇɟÉɹƆ + + +advancements.stage1.parchment.title=uO ÇʇᴉɹM oʇ áµ·uᴉɥʇÇɯoS +advancements.stage1.parchment.description=pêžÉ¹oÊ Çɥʇ uá´‰ ʇno uÊÉds É¥É”á´‰É¥Ê sÇÇɹʇ ʎɹɹÇqêžnW ɯoɹɟ ʞɹÉq Çɥʇ sÇɹᴉnbÇɹ ʇI ˙ʇuÇɯɥɔɹÉÔ€ uo Çáµ·pÇêžÊouÊž ɹnoÊŽ ÉŸo spɹoÉ”Çɹ áµ·uá´‰dÇÇÊž uᴉᵷÇá—º + + +advancements.stage1.parrot.title=¡¿Çêžáµ·unÕ É puᴉℲ ʇ,uÉÆ† I +advancements.stage1.parrot.description=Çêžáµ·unÕ É puᴉɟ oáµ· ʇsnɾ ɹO ˙ʇuÇɯÇÉ”uÉÊŒpⱯ Çɥʇ ÇʇÇêždɯoÉ” oʇ spÇÇs áµ·uá´‰sn ʇᴉ ÇɯÉʇ puÉ Ê‡oɹɹÉÔ€ É uoɯɯns oʇ ÊoÉ¥ ɹÇÊŒoÉ”sá´‰p oʇ uoᴉʇɔÇs sêžÉnʇᴉᴚ êžÉɯɹoN uoɔᴉɯoɹɔÇN Çɥʇ ʇêžnsuoƆ + + +advancements.stage1.pedestal.title=Çɯᴉ⟘ ɹoÉŸ áµ·uá´‰êžêžÉʇsÇpÇÔ€ +advancements.stage1.pedestal.description=ʇɥᵷᴉÇÉ¥ ÇɯÉs Çɥʇ Ê‡É puÉ êžÉʇsÇpÇÔ€ Çɥʇ ɯoɹɟ sʞɔoêžq Æ ÇÉ¹É sÇnʇÉʇs Çɥʇ Çɹns ÇÊžÉW Ë™uo Êžooq Çɥʇ ÇÉ”Éêžd oʇ êžÉʇsÇpÇÔ€ É Ê‡ÉŸÉɹɔ ɹo 'Êžooq Çɥʇ áµ·uá´‰pêžoÉ¥ sÇnʇÉʇS ÉŸo Çáµ·uÉɹ uá´‰ puÉʇs ɹÇÉ¥Ê‡á´‰Ç uÉÉ” noÊŽ uoɔᴉɯouoɹɔÇN ɹnoÊŽ ÇᵷɹÉɥɔ o⟘ + + +advancements.stage1.plumbline.title=sɥʇdÇá—¡ Çɥʇ áµ·uá´‰qɯnêžÔ€ +advancements.stage1.plumbline.description=êžÇÊŒÇêž â…„ ɹnoÊŽ ɹÇÊŒoÉ”sá´‰p oʇ ÇuᴉꞀ qɯnêžÔ€ Çɥʇ Çs∩ + + +advancements.stage1.prospector.title=áµ·uᴉʇɔÇdsoɹԀ +advancements.stage1.prospector.description=Çɹo ÇʇÉÉ”oêž noÊŽ dêžÇÉ¥ oʇ poá´š áµ·uá´‰sÊoá—¡ ÊžÉÇM É Ê‡ÉŸÉɹƆ + + +advancements.stage1.root.title=⥠ÇᵷⱯ oʇ ÇɯoÉ”êžÇM +advancements.stage1.root.description=sɹÇɥʇo puÉ sÇêždɯÉs Çɹo sÉ É¥É”ns 'Çêžqá´‰sᴉʌ ÇɯoÉ”Çq Êou êžêžá´‰Ê uÇppᴉɥ ÊŽêžsnoᴉʌÇɹd sʞɔoêžá—º ¡Çáµ·É Ê‡xÇu Çɥʇ oʇ ÇɯoÉ”êžÇM + + +advancements.stage1.statue.title=ÇsÉÆ† ÊŽÉ¥doɹ⟘ êžÉssÊŽqⱯ +advancements.stage1.statue.description=uoᴉʇÉɯɹoÉŸuá´‰ Çɹoɯ ɹoÉŸ uoɔᴉɯouoɹɔÇN Çɥʇ ʇêžnsuoƆ ˙ɥsÇêžâ„² ɥʇoáµ·áµ·oÉ¥S Çɥʇ áµ·uá´‰sn ÇnʇÉʇs É Ê‡ÉŸÉɹɔ 'ɹO Ë™doʇ uo ÇnʇÉʇs É É¥Ê‡á´‰Ê É¥Ê‡á´‰êžouoW É Ê‡É”ÇÉ¹Ç ÊŽêžêžÉnʇuÇÊŒÇ êžêžá´‰Ê ÊŽÇɥʇ uÊÉds Çɹoɯ ɹo 9 ɹÇʇɟⱯ Ë™sÇɯoá´‰q ɹÇʌᴉᴚ puÉ dɯÉÊS Çɥʇ uá´‰ ɹᴉÉꞀ ɥʇoáµ·áµ·oÉ¥S É puᴉℲ Ë™uoɔᴉɯouoɹɔÇN ɹnoÊŽ ɹÇÊod oʇ sÇnʇÉʇs ʇɔÇêžêžoÉ” oʇ pÇÇu êžêžá´‰Ê noÊŽ sêžÉnʇᴉɹ ʞɹÉp ɯɹoɟɹÇd o⟘ + + +advancements.stage1.stepup.title=¡ÇɹoɯʎuⱯ ʇᴉ ʇuÉM ʇ,uoá—¡ I +advancements.stage1.stepup.description=Ë™sÇᴉʇᴉêžá´‰qÉ dn-dÇʇs ɹnoÊŽ ÇÊŒoɯÇɹ êžêžá´‰Ê É¥É”á´‰É¥Ê ÇɹnʇÉʇS ʎʇɟoꞀ ÉŸo ÇêžddⱯ uÉ ÇʇÉÇɹɔ oʇ ɹÉʇêžâ±¯ pooêžá—º Çɥʇ Çsn uÉÉ” noÊŽ 'ssÇêž áµ·uá´‰êžÇÊŒÉɹʇ ÇÉ¹É noÊŽ ʇÉɥʇ ÊoN + + +advancements.stage1.stoneanvil.title=ÇuᵷᴉʌÉꞀ êžá´‰ÊŒuⱯ +advancements.stage1.stoneanvil.description=êžá´‰ÊŒuⱯ ÇuoʇS Çɥʇ uo ʇÇêžêžÉɯ É É¥Ê‡á´‰Ê sʇoáµ·uá´‰ Çɯos É¥sÉɯS ¿sÇʇÉêžd pÇÇN + + +advancements.stage1.tchannel.title=zêžÔ€ êžÇuuÉɥƆ ÊŽW ÊoêžêžoℲ +advancements.stage1.tchannel.description=ʇÇÉ”nÉℲ uá´‰ÉêžÇɔɹod ɹo êžÉɯɹou É áµ·uá´‰sn êžÇuuÉɥɔ Çɥʇ oʇuo spá´‰nbá´‰êž É¹noÔ€ ˙ɔʇÇ/ʇɔÇuuoÉ”sá´‰p/suoᴉʇɔÇɹᴉp Çáµ·uÉɥɔ oʇ ÊžÉ”á´‰êžÆ† ʇɥᵷᴉᴚ puÉ doʇ uo ÊoÉ¹É¹É Çɥʇ ÊoêžêžoÉŸ 'êžÇuuÉɥƆ Çɥʇ uÊop áµ·uᴉɔÉêžd uÇÉ¥M Ë™sÇɔɹnos ɹÇɥʇo puÉ sÊžuÉʇ ɯoɹɟ spá´‰nbá´‰êž Ê‡É¹odsuÉɹʇ oʇ ÊŽÉÊ Ê‡ÉÇɹᵷ É sá´‰ êžÇuuÉɥƆ Ɐ + + +advancements.stage1.tin.title=punoℲ ʇoN ʇɹÉÇH :á”­0á”­ ɹoɹɹƎ +advancements.stage1.tin.description=Ë™sÉÇÉ¹É pÇɹoêždxÇ ÊŽpÉÇɹêžÉ uá´‰ Çpᴉɥun êžêžá´‰Ê sÇêždɯÉs ÇÉ”Éɟɹns 'ÇʇoN Ë™89â…„ puÉ 8â…„ uÇÇÊʇÇq pÇʇÉÉ”oêž sá´‰ Çɹo Çɥ⟘ ¡uᴉ⟘ ɹoÉŸ áµ·á´‰p puÉ ÇêždɯÉs ÇÉ”Éɟɹns ÇʇᴉêžêžÉÇ⟘ ɹo ÇʇᴉɹÇʇᴉssÉÆ† É puᴉℲ + + +advancements.stage1.turntable.title=sÇêžqÉ⟘ Çɥʇ áµ·uá´‰uɹn⟘ +advancements.stage1.turntable.description=áµ·uá´‰dÉÉ¥s uᴉᵷÇq oʇ doʇ uo ʞɔoêžq É ÇÉ”Éêžd puÉ 'ɹÇÊoÔ€ êžÉɔᴉuÉɥɔÇW É¥Ê‡á´‰Ê É¯oʇʇoq Çɥʇ ʇɔÇuuoÉ” 'ÇêžqÉʇuɹn⟘ É Ê‡ÉŸÉɹƆ + + +advancements.stage1.waterwheel.title=áµ·uá´‰oá—¡ ÇM ɹÇʇÉM +advancements.stage1.waterwheel.description=êžÇÇÉ¥ÊɹÇʇÉM spoW ɥʇᴉM ɹÇʇʇÇá—º Çɥʇ sÉ É¥É”ns Çɔɹnos É ÇɹᴉnbÇɹ êžêžá´‰Ê ɹÇÊoÔ€ êžÉɔᴉuÉɥɔÇW uá´‰ pÇʇɹÉʇs áµ·uᴉʇʇÇâ… + + +advancements.stage1.woodbasin.title=ʇoÔ€ Çɥʇ áµ·uᴉɹɹᴉʇS +advancements.stage1.woodbasin.description=¡ɹᴉʇs uÇɥʇ 'sɯÇʇᴉ puÉ pá´‰nbá´‰êž Ê‡É”ÇɹɹoÉ” Çɥʇ É¥Ê‡á´‰Ê Ê‡á´‰ êžêžá´‰ÉŸ 'uá´‰sÉá—º uÇpooM Çɥʇ ʇɟÉɹƆ ¿ɥᵷnop ɹo ɹÇɥʇÉÇêž ÇÊžÉɯ oʇ ÊŽÉÊ Ê‡uÇá´‰É”á´‰ÉŸÉŸÇ Çɹoɯ É É¹oÉŸ áµ·uᴉʞooꞀ + + +# Stage 2 +advancements.stage2.astable2.title=ÇpÉɹᵷd∩ ʇɥᵷᴉêžÉ¹ÉʇS +advancements.stage2.astable2.description=uoᴉʇɔÇs uoᴉʇÉɹoêždxÆŽ s,êžÉuɹnoÕ ÊŽÉ¹ÇɔɹoS êžÉɹʇsⱯ Çɥʇ ʇêžnsuoƆ Ë™ssÇÉ”oɹd áµ·uᴉʇɟÉɹɔ Çɥʇ uᴉᵷÇq oʇ Çɹnʇɔnɹʇs É Ê‡É”nɹʇsuoÉ” oʇ pÇÇu êžêž,noÊŽ 'ÇêžqÉʇ Çɥʇ ɯoɹɟ Çpá´‰sⱯ ˙ɹÇᴉʇ ʇxÇu Çɥʇ ÇêžqÉʇ snouᴉɯnꞀ Çɥʇ ÇpÉɹᵷd∩ + + +advancements.stage2.betweenlands.title=spuÉêžuÇÇÊʇÇá—º Çɥ⟘ +advancements.stage2.betweenlands.description=spuÉêžuÇÇÊʇÇá—º Çɥʇ oʇ êžÉʇɹod ÇᵷɹÉêž Çɥʇ ÇʇÉÇɹɔ oʇ áµ·uá´‰êždÉS pÇÉ”Éêžd É uo uÉɯsá´‰êžÉ⟘ Çɥʇ ÊžÉ”á´‰êžÆ† Ë™uÉɯsá´‰êžÉ⟘ dɯÉÊS Çɥʇ ÇʇÉÇɹɔ oʇ sÇÉ”Çá´‰d uÉɯsá´‰êžÉʇ ɹᴉÇɥʇ Çsn puÉ 'spá´‰nɹp Çɥʇ êžêžá´‰Êž 'Çɯoᴉᗺ dɯÉÊS uá´‰ ÇêžÉ”ɹᴉƆ pá´‰nɹᗡ É ÇʇÉÉ”oꞀ + + +advancements.stage2.biomealyzer.title=¿Çɯoᴉᗺ ÊŽW s,ʇÉÉ¥M +advancements.stage2.biomealyzer.description=uá´‰ ÊŽêžÊ‡uÇɹɹnÉ” Çɹ,noÊŽ Çɯoá´‰q Çɥʇ ÉŸo ÇɯÉu Çɥʇ uɹÉÇêž oʇ ɹÇzÊŽêžÉÇɯoᴉᗺ É Çs∩ + + +advancements.stage2.bucket.title=ʇÇʞɔná—º ÊŽW ,uá´‰êžÉÇʇS Çá—º ÊŽÇɥ⟘ +advancements.stage2.bucket.description=ʇÇʞɔná—º uoɹI uÉ Ê‡sÉÉ” oʇ ʎɹÇʇêžÇɯs ɹnoÊŽ Çsn 'uoɹI pÇɹᴉnbÉ”É ÇÊŒÉÉ¥ noÊŽ ʇÉɥʇ ÊoN + + +advancements.stage2.carminitereactor.title=ÇêžpI ɹoʇɔÉÇá´š +advancements.stage2.carminitereactor.description=ʇɥᵷᴉêžá´‰Ê⟘ Çɥʇ uá´‰ punoÉŸ ÇɔɹnosÇɹ áµ·uá´‰sn áµ·uᴉʇɟÉɹɔ ÊŽq ɹo ʇsÇɹoℲ ʇɥᵷᴉêžá´‰Ê⟘ Çɥʇ uá´‰ ɹÇÊo⟘ ʇsÉÉ¥â…-ɹ∩ Çɥʇ áµ·uᴉɥɔɹÉÇs ÊŽq ɹÇÉ¥Ê‡á´‰Ç É¹oʇɔÉÇá´š Çɥʇ ÇʇÉÉ”oꞀ Ë™ÇuᴉᵷuÇ Ê‡sɹᴉɟ ɹnoÊŽ ÇʇÉÇɹɔ oʇ ɹoʇɔÉÇá´š Çʇᴉuá´‰É¯É¹ÉÆ† É pÇÇu oʇ áµ·uá´‰oáµ· ÇÉ¹É noâ…„ + + +advancements.stage2.compass.title=˙˙˙ʇᴉÉM É¥O 'ʇsoꞀ ʇÇâ… +advancements.stage2.compass.description=sÇʇÉuá´‰pɹooÉ” Z puÉ X ɹnoÊŽ ÇuᴉɯɹÇʇÇp noÊŽ dêžÇÉ¥ êžêžá´‰Ê ssÉdɯoƆ Ɐ + + +advancements.stage2.conpaper.title=sdÉâ… Çɥʇ uá´‰ áµ·uá´‰êžêžá´‰â„² +advancements.stage2.conpaper.description=ÇÉ”Éds ÇÊŒÉs oʇ ɹÇdÉÔ€ uoᴉʇÉêžêžÇʇsuoƆ ɹnoÊŽ Çɹoʇs oʇ êžÉuɹnoÕ ÊŽÉ¹ÇɔɹoS êžÉɹʇsⱯ Çɥʇ áµ·uá´‰pêžoÉ¥ Çêžá´‰É¥Ê ʞɔᴉêžÉ”-ʇɥᵷᴉᴚ Ë™êžÉuɹnoÕ ÊŽÉ¹ÇɔɹoS êžÉɹʇsⱯ ɹnoÊŽ uá´‰ uoᴉʇÉɯɹoÉŸuá´‰ Çɥʇ êžêžá´‰ÉŸ oʇ ɹÇdÉÔ€ uoᴉʇÉêžêžÇʇsuoƆ ÇɹᴉnbɔⱯ + + +advancements.stage2.controller.title=áµ·uá´‰êžêžoɹʇuoƆ +advancements.stage2.controller.description=ʇuÇɯÇÉ”uÉÊŒpÉ Çɥʇ puÉ Çɹnʇɔnɹʇs Çɥʇ ÇʇÇêždɯoÉ” oʇ ɹÇêžêžoɹʇuoƆ ʎɹÇʇêžÇɯS É ÇÉ”Éêžd sʞɔoêžq ʎɹÇʇêžÇɯs ɹnoÊŽ êžêžÉ ÇÉ”Éêžd noÊŽ ɹÇʇɟⱯ ˙ʎɹÇʇêžÇɯS É pÇÇu êžêž,noÊŽ 'ɹÇáµ·uoêž ÊŽuÉ Ê‡á´‰ áµ·uᴉʇʇnÉ” ʇ,uÇÉ¹É sêžooʇ Çuoq ɹo ʇuá´‰êžÉŸ ÉŸI + + +advancements.stage2.depth.title=sɥʇdÇá—¡ Çɥ⟘ oʇuI +advancements.stage2.depth.description=êžÇÊŒÇêž â…„ ɹnoÊŽ ɹoʇᴉuoɯ ɹÇʇʇÇq oʇ ɹÇʇÇW ɥʇdÇá—¡ É Ê‡ÉŸÉɹƆ + + +advancements.stage2.dowsingrod.title=sʇɔÇdsoɹԀ ɹnoâ…„ ÇpÉɹᵷd∩ +advancements.stage2.dowsingrod.description=ʞɔᴉêžÉ” noÊŽ ÇɹÇÉ¥Ê ÉŸo sʞɔoêžq 8á”­ uá´‰É¥Ê‡á´‰Ê Çɹo puᴉɟ oʇ ʇᴉ Çsn uÉÉ” noâ…„ Ë™sÇɹo ÉŸo ʎʇÇᴉɹÉÊŒ ɹÇᵷɹÉêž É ÇʇÉÉ”oêž dêžÇÉ¥ oʇ poá´š áµ·uá´‰sÊoá—¡ ɥᵷno⟘ ʇɟÉɹƆ + + +advancements.stage2.drawertable.title=sáµ·uᴉɥ⟘ ÊŽW ɹoÉŸ ÇÉ”ÉêžÔ€ Ɐ +advancements.stage2.drawertable.description=uoᴉʇÉɹoÉ”Çp sÉ Ê‡uÉÊ noÊŽ sʞɔoêžq puÉ sɹÇÊÉɹᗡ pÇɯÉɹℲ áµ·uá´‰sn sɹÇÊÉɹᗡ Çáµ·ÉɹoʇS ɯoʇsnÉ” É pêžá´‰nq oʇ ÇêžqÉ⟘ áµ·uᴉɯÉɹℲ Çɥʇ Çs∩ + + +advancements.stage2.enderman.title=¡ÇÉ”ÉuÇɯɹÇpuÆŽ Çɥʇ ʇÉÇÉŸÇá—¡ +advancements.stage2.enderman.description=ʇsná—¡ ɹÇpuÆŽ ɹᴉÇɥʇ uá´‰Éʇqo oʇ ɯÇɥʇ ÊŽÉêžs 'pêžÉ¹oÊ Çɥʇ uá´‰ áµ·uá´‰uÊÉds unáµ·Çq ÇÊŒÉÉ¥ uÇɯɹÇpuÆŽ + + +advancements.stage2.extendedcraftingbasic.title=uoɹI :áµ·uᴉʇɟÉɹƆ pÇpuÇʇxÆŽ +advancements.stage2.extendedcraftingbasic.description=sÇdᴉɔÇɹ xÇêždɯoÉ” Çɹoɯ ɹoÉŸ áµ·uᴉʇɟÉɹƆ pÇpuÇʇxÆŽ ɯoɹɟ ÇêžqÉ⟘ áµ·uᴉʇɟÉɹƆ ɔᴉsÉá—º Çɥʇ ʇɟÉɹƆ + + +advancements.stage2.glass.title=áµ·uá´‰Êoêžá—º ssÉêžâ… +advancements.stage2.glass.description=uá´‰sÉq É oʇuá´‰ ʇᴉ áµ·uᴉɹnod puÉ ÊŽÉ¹ÇʇêžÇɯS ɹo ɹÇʇêžÇW Çɥʇ uá´‰ puÉS áµ·uᴉʇêžÇɯ ʇsɹᴉɟ ÊŽq ssÉêžáµ· ÇʇÉÇɹƆ + + +advancements.stage2.gold.title=pɹÉpuÉʇS pêžoâ… +advancements.stage2.gold.description=0á”­â…„ puÉ 5â…„ uÇÇÊʇÇq pÇʇÉÉ”oêž sá´‰ Çɹo Çɥ⟘ ¡pêžoâ… É¹oÉŸ áµ·á´‰p puÉ ÇêždɯÉs ÇÉ”Éɟɹns pêžoâ… É puᴉℲ + + +advancements.stage2.iron.title=sʇɥᵷᴉS uoɹI +advancements.stage2.iron.description=09â…„ puÉ á˜”Æâ…„ uÇÇÊʇÇq pÇʇÉÉ”oêž sá´‰ Çɹo Çɥ⟘ ¡uoɹI ɹoÉŸ áµ·á´‰p puÉ ÇêždɯÉs ÇÉ”Éɟɹns ÇʇᴉʇÉɯÇH É puᴉℲ + + +advancements.stage2.lapis.title=Çnêžá—º sá´‰ sá´‰dÉꞀ 'pÇá´š ÇÉ¹É sÇsoá´š +advancements.stage2.lapis.description=8Æâ…„ puÉ 0â¥â…„ uÇÇÊʇÇq pÇʇÉÉ”oêž sá´‰ Çɹo Çɥ⟘ ¡sá´‰dÉꞀ ɹoÉŸ áµ·á´‰p puÉ ÇêždɯÉs ÇÉ”Éɟɹns sá´‰dÉꞀ É puᴉℲ + + +advancements.stage2.lightwell.title=ÊŽÉŸá´‰nbᴉꞀ +advancements.stage2.lightwell.description=ʇɥᵷᴉêžÉ¹ÉʇS pá´‰nbᴉꞀ oʇuá´‰ pÇᴉɟÇnbá´‰êž Çq oʇ sɯÇʇᴉ uá´‰ÉʇɹÇÉ” ÊoêžêžÉ êžêžá´‰Ê ʎɹÇɔɹoS êžÉɹʇsⱯ ɯoɹɟ êžêžÇÊʇɥᵷᴉꞀ Çɥ⟘ + + +advancements.stage2.mapping.title=áµ·uá´‰ddÉW pÇÉ”uÉÊŒpⱯ +advancements.stage2.mapping.description=Çáµ·Éʇs ɹÇʇÉêž É uá´‰ pÇʇuÉɹᵷ Çq uÉÉ” pɹÉÊÇɹ Çɥ⟘ Ë™pÇʇÇêždɯoÉ” Çq oʇ ÇÊŒÉÉ¥ ʇou sÇop puÉ ÊžÉ”oêžun ÊŽêžÉ¹ÉÇ uÉ sá´‰ sᴉɥʇ 'ÇʇoN Ë™ÇêžddⱯ uoɹI uÉ áµ·uᴉʇÉÇ ÊŽq pÇÉ”uÉÊŒpÉ Çɹoɯ ɥɔnɯ áµ·uᴉɥʇÇɯos oʇ dÉɯ ʇuÇɹɹnÉ” ɹnoÊŽ ÇpÉɹᵷd∩ + + +advancements.stage2.market.title=ʇÇʞɹÉW Çɥ⟘ +advancements.stage2.market.description=sáµ·uá´‰êždÉS puÉ spÇÇS ɹÇpɹo oʇ ʇÇʞɹÉW spÉÇɥʞɔoêžá—º ɹoÉŸ áµ·uᴉɯɹÉℲ Çɥʇ Çs∩ + + +advancements.stage2.nuggetcast.title=ʇÇáµ·áµ·nN É áµ·uᴉʇsÉÆ† +advancements.stage2.nuggetcast.description=êžá´‰ÊŒuⱯ ÇuoʇS Çɥʇ uo ÇuoʇS ÉŸo ʞɔoêžq É É¥Ê‡á´‰Ê Ê‡Çáµ·áµ·nN ÇuoʇS É ÇʇÉÇɹɔ oʇ pÇÇu êžêžá´‰Ê noÊŽ ʇsÉÆ† ʇÇáµ·áµ·nN É uá´‰Éʇqo o⟘ + + +advancements.stage2.paper.title=ÇsÉÇêžÔ€ sɹÇdÉÔ€ +advancements.stage2.paper.description=ɹÇdÉÔ€ ʇɟÉɹɔÇuá´‰W áµ·uᴉʞÉɯ ÊŽq Çnbá´‰uɥɔÇʇ uoᴉʇɔnpoɹd ɹÇdÉd ɹnoÊŽ ÇÊŒêžoʌƎ + + +advancements.stage2.piston.title=pooâ… êžÉÇá´š ʇI É¥snÔ€ +advancements.stage2.piston.description=ʇᴉ ʇɟÉɹɔ oʇ sÇɔɹnosÇɹ Çɥʇ ÇʇÉÉ”oêž É¹o ʇsÇɹoℲ ʇɥᵷᴉêžá´‰Ê⟘ Çɥʇ uá´‰ pÇʇÉÉ”oêž É¹ÇÊo⟘ ʇsÉÉ¥â…-ɹ∩ Çɥʇ uá´‰ uoʇsá´‰Ô€ É puᴉℲ ¡¿punoÉ¹É sɯÇʇᴉ É¥snd oʇ pÇÇN + + +advancements.stage2.resonatingwand.title=uoᴉʇÉuosÇá´š +advancements.stage2.resonatingwand.description=ÊŽÇuɹnoɾ ɹnoÊŽ ÇnuᴉʇuoÉ” oʇ ʎɹÇɔɹoS êžÉɹʇsⱯ ɯoɹɟ puÉM áµ·uᴉʇÉuosÇá´š É pÇÇu êžêž,noâ…„ + + +advancements.stage2.rockcrystal.title=sêžÉʇsʎɹƆ 'ɹÇdÉÔ€ 'ʞɔoá´š +advancements.stage2.rockcrystal.description=8â¥â…„ puÉ Æâ…„ uÇÇÊʇÇq Çɹo Çɥʇ puᴉɟ oʇ uÊop áµ·á´‰p puÉ ÇÉ”Éɟɹns Çɥʇ uo ÇêždɯÉs êžÉʇsʎɹƆ ʞɔoá´š É puᴉℲ Ë™uoá´‰ssÇɹᵷoɹd ʎɹÇɔɹoS êžÉɹʇsⱯ ɹoÉŸ ʇuÉʇɹodɯᴉ ÇÉ¹É sêžÉʇsʎɹƆ ʞɔoá´š + + +advancements.stage2.root.title=ᘔ ÇᵷⱯ +advancements.stage2.root.description=¡Çáµ·É Ê‡xÇu Çɥʇ oʇ ÇɯoÉ”êžÇM + + +advancements.stage2.sealantern.title=uɹÇʇuÉꞀ ÉÇS Éá—¡ ɹÇpu∩ +advancements.stage2.sealantern.description=ʇsÇɹoℲ ʇɥᵷᴉêžá´‰Ê⟘ Çɥʇ uá´‰ ÇzÉW ʇsÇɹoℲ ʞɹÉá—¡ Çɥʇ ɯoɹɟ doɹp É sÉ É¹o ʇuÇɯnuoW uÉÇÉ”O uÉ É¯oɹɟ ÇuᴉɹÉɯsᴉɹԀ ÇʇÉÉ”oꞀ Ë™ÇuoʇsÊoêžâ… ɹo suɹÇʇuÉꞀ ÉÇS ɯoɹɟ ÇpÉɯ Çq uÉÉ” sdÉÉ” ɹÉʇêžâ±¯ ɔᴉᵷÉW pooêžá—º Æ É¹Çᴉ⟘ Çɥ⟘ + + +advancements.stage2.skywave.title=uoᴉʇÉÉ”oêžoÇâ… Ê‡É¥áµ·á´‰êžÉ¹ÉʇS +advancements.stage2.skywave.description=ʇɥᵷᴉu êžá´‰Ê‡un ʇᴉÉÊ oʇ ʇsÇq s,ʇI Ë™ÇɯᴉʇʎÉp Çɥʇ áµ·uᴉɹnp ʇᴉ áµ·uá´‰puᴉɟ Çɯᴉʇ ʇêžnɔᴉɟɟᴉp É ÇÊŒÉÉ¥ êžêž,noâ…„ Ë™É¥Ê‡á´‰Ê Ê‡ÉŸÉɹɔ oʇ ʇɥᵷᴉêžÉ¹Éʇs uá´‰ ɥɔᴉɹ sá´‰ ʇÉɥʇ pêžÉ¹oÊ Çɥʇ uá´‰ ÉÇÉ¹É uÉ ÇʇÉÉ”oêž oʇ ɹoʇÉuosÇá´š ɔᴉsoℲ Çɥʇ Çsn puÉ Ê‡ÉŸÉɹƆ Ë™pÇʇÇêždɯoÉ” Çq uÉÉ” uoᴉʇÉɹÇdo áµ·uᴉʇɟÉɹɔ É ÇɹoÉŸÇq pÇêžêžá´‰ÉŸ Çq oʇ ɹÇʇÇɯ ʇɥᵷᴉêžÉ¹ÉʇS Çɥʇ sÇɹᴉnbÇɹ ÇêžqÉ⟘ áµ·uᴉʇɟÉɹƆ snouᴉɯnꞀ Çɥ⟘ + + +advancements.stage2.smeltertank.title=ÊžuÉ⟘ ɹÇʇêžÇɯS +advancements.stage2.smeltertank.description=ÇɹnʇÉɹÇdɯÇʇ ÊÇu Çɥʇ ÇÇs oʇ ɹÇʇêžÇɯ Çɥʇ ÇÉ”ÉêždÇɹ/ÊžÉÇɹq ɹo ʇno unɹ Çɔɹnos êžÇnÉŸ ʇuÇɹɹnÉ” Çɥʇ ʇÇêž oʇ pÇÇu êžêž,noÊŽ 'ÇʇoN Ë™sÇɹnʇÉɹÇdɯÇʇ ɹÇɥᵷᴉɥ áµ·uá´‰pÇÇu sêžÉᴉɹÇʇÉɯ ɹÇɥʇo puÉ uoɹI ʇêžÇɯ oʇ ɹÇʇêžÇɯ ɹnoÊŽ ɥʇÉÇuÇq ÊžuÉ⟘ pÇɹÉÇS ɹo uá´‰ÉêžÇɔɹoÔ€ É ÇÉ”Éêžd puÉ Ê‡ÉŸÉɹƆ ˙ɹÉÉŸ os noÊŽ ʇÇáµ· ÊŽêžuo sêžÇnÉŸ pá´‰êžoS + + +advancements.stage2.starpowder.title=ɹÇÊoÔ€ ɹÉʇS +advancements.stage2.starpowder.description=ɯÇɥʇ áµ·uᴉʞÉɯ uᴉᵷÇq uÉÉ” noÊŽ ÇʇÇêždɯoÉ” sá´‰ ÇɹnʇɔnɹʇsÉɹɟuá´‰ ʎɹÇɔɹoS êžÉɹʇsⱯ ɹnoÊŽ ÇÉ”uO ¡ɥʇÉÇuÇq ÇɹO êžÉʇsʎɹƆ ʞɔoá´š ÉŸo uá´‰ÇÊŒ É ÇʇÉɔᴉpuá´‰ osêžÉ êžêžá´‰Ê sÇêždɯÉs Çɥʇ ÇsnÉÉ”Çq dÉɯ ɹnoÊŽ ʞɹÉɯ oʇ ʇÇᵷɹoÉŸ ʇ,uop 'sÇêždɯÉS êžÉʇsʎɹƆ ʞɔoá´š áµ·uᴉʞÉÇɹq uÇÉ¥Ê punoÉŸ Çq uÉÉ” ʇsnpɹÉʇS + + +advancements.stage2.stevescarts.title=êžÉoƆ É¥Ê‡á´‰Ê áµ·uá´‰-uá´‰Éɹ⟘ +advancements.stage2.stevescarts.description=ÇuᴉᵷuÆŽ êžÉoƆ É Ê‡ÉŸÉɹƆ ¡uoᴉʇsnqɯoÉ” ÉŸo ɹÇÊod Çɥʇ pÇɹÇÊŒoÉ”sá´‰p ÇÊŒÉÉ¥ noâ…„ + + +advancements.stage2.stopwatch.title=ɹÇuunɹpÇÇdS +advancements.stage2.stopwatch.description=uoᴉʇoɯ s,ɹÇÊŽÉêžd Çɥʇ uo uoᴉʇÉɯɹoÉŸuá´‰ ÊŽÉêždsá´‰p êžêžá´‰Ê ɥɔʇÉÊdoʇS Çɥ⟘ + + +advancements.stage2.tcontable1.title=ɹÇɹÇÊžuᴉ⟘ +advancements.stage2.tcontable1.description=sÇᴉɹoʇuÇÊŒuá´‰ ÊŽqɹÉÇu oʇ ɥɔÉÊ‡Ê‡É puÉ pᴉɹᵷ Çɥʇ uá´‰ sɯÇʇᴉ ɹnoÊŽ dÇÇÊž noÊŽ ʇÇêž êžêžá´‰Ê ʇᴉ 'uoᴉʇÉʇS áµ·uᴉʇɟÉɹƆ É oʇ ÇpÉɹᵷdn puÉ ÇêžqÉ⟘ áµ·uᴉʇɟÉɹƆ pêžo ɹnoÊŽ ɥɔʇᴉp oʇ Çɯᴉ⟘ + + +advancements.stage2.tcontable2.title=ɹÇÊžÉW ʇɹÉÔ€ +advancements.stage2.tcontable2.description=ɹÇpêžá´‰ná—º ʇɹÉÔ€ puÉ ÇêžqÉ⟘ êžá´‰É”uÇʇS É áµ·uᴉʇɟÉɹɔ ÊŽq sêžooʇ ɹnoÊŽ áµ·uᴉɔÉêždÇɹ uo áµ·uᴉʞɹoÊ Ê‡É¹Éʇs uÉÉ” noâ…„ + + +advancements.stage2.tcontable3.title=uoᴉʇÉʇS êžoo⟘ +advancements.stage2.tcontable3.description=uoᴉʇÉʇS êžoo⟘ É pÇÇu êžêž,noÊŽ 'sêžooʇ ÊÇu ɹnoÊŽ pêžá´‰nq o⟘ + + +advancements.stage2.twilight.title=ʇɥᵷᴉêžá´‰Ê⟘ Çɥʇ ɹÇʇuÆŽ +advancements.stage2.twilight.description=êžÉʇɹod Çɥʇ ÇʇÉÇɹɔ oʇ ɹÇʇÉÊ Çɥʇ oʇuá´‰ ʇoáµ·uI êžÉʇÇɯɹÉʇS ʎɹÇɔɹoS êžÉɹʇsⱯ uÉ Êoɹɥʇ puÉ sɹÇÊoêžÉŸ ɹo 'sáµ·uá´‰êždÉs 'sʇuÉêžd É¥Ê‡á´‰Ê Ê‡á´‰ punoɹɹns 'ɹÇʇÉÊ É¥Ê‡á´‰Ê ÇêžoÉ¥ ᘔxᘔ É êžêžá´‰â„² ˙ʎÇuɹnoɾ ɹnoÊŽ ÇnuᴉʇuoÉ” oʇ uoá´‰suÇɯᴉp ʇsÇɹoℲ ʇɥᵷᴉêžá´‰Ê⟘ Çɥʇ ɹÇʇuÆŽ + + +advancements.stage2.wateringcan.title=ɯɹÉℲ ʇsÉℲ +advancements.stage2.wateringcan.description=uÉÆ† áµ·uᴉɹÇʇÉM É Ê‡ÉŸÉɹɔ Êoɹᵷ oʇ sdoɹɔ ɹoÉŸ áµ·uᴉʇᴉÉÊ ÉŸo pÇɹᴉʇ Çɹ,noÊŽ ÉŸI + + +advancements.stage2.weedwoodsticks.title=pooÊpÇÇM +advancements.stage2.weedwoodsticks.description=pooÊ áµ·uá´‰ddoɥɔ ÊŽq ÇêžqÉêžá´‰ÉÊŒÉ Ê‡ou ÇÉ¹É ÊŽÇɥʇ 'ÇʇoN Ë™spuÉêžuÇÇÊʇÇá—º Çɥʇ punoÉ¹É punoÉŸ ÊŽêžuoɯɯoƆ Ë™sÇÉ¥sná—º pooÊpÇÇM áµ·uᴉʞÉÇɹq ÊŽq punoÉŸ ÇÉ¹É sʞɔᴉʇs pooÊpÇÇM + + +advancements.stage2.weedwoodsword.title=spuÉêžuÇÇÊʇÇá—º Çɥ⟘ +advancements.stage2.weedwoodsword.description=ÇʇÇêždɯoÉ” oʇ pɹoÊS pooÊpÇÇM É Ê‡ÉŸÉɹɔ oʇ noÊŽ sÇɹᴉnbÇɹ ÊŽêžêžÉɔᴉɟᴉɔÇds ʇuÇɯÇÉ”uÉÊŒpÉ sᴉɥ⟘ 'ÇʇoN Ë™ssÇɹᵷoɹd oʇ suodÉÇÊ puÉ sêžooʇ ÊÇu ʇɟÉɹɔ oʇ pÇÇu êžêž,noâ…„ Ë™ÇʌᴉʇɔÇÉŸÉŸÇ Çq ʇou êžêžá´‰Ê suoá´‰suÇɯᴉp ɹÇɥʇo ɯoɹɟ spuÉêžuÇÇÊʇÇá—º Çɥʇ oʇuá´‰ ʇɥᵷnoɹq sêžoo⟘ + + +advancements.stage2.weird.title=sʇÇáµ·pÉâ… Ê‡sÇpɹᴉÇM 0⥠do⟘ +advancements.stage2.weird.description=sÊžunɥɔ ÉŸo ÉÇÉ¹É ÆxÆ É pÉoêž oʇ uÊop ʇᴉ ÇÉ”Éêžd puÉ Ê‡Çáµ·pÉâ… áµ·uá´‰pɹᴉÇM É Ê‡ÉŸÉɹɔ 'ɹÇpÉoêž Êžunɥɔ É ÇÊžá´‰êž pêžnoÊ noÊŽ ÉŸI + + +advancements.stage2.wool.title=sʇÇÊžuÉêžá—º ÊŽêžooM +advancements.stage2.wool.description=ɹÇʞɔᴉM puÉ ÇÉ”ÇÇêžâ„² ɯoɹɟ êžooÊ Çɯos ʇɟÉɹƆ + + +# Stage 3 +advancements.stage3.amethyst.title=ÇɹO ʇsʎɥʇÇɯⱯ ɹÇɥʇÇN +advancements.stage3.amethyst.description=sɹoʇɔÇdsoɹԀ ÇÊŒoqÉ puÉ Æ ÇᵷⱯ Çɥʇ áµ·uá´‰sn pÇʇÉÉ”oêž Çq uÉÆ† ˙ɹÇɥʇÇN Çɥʇ uá´‰ punoÉŸ ɯÇáµ· ÇɹÉɹ Ɐ + + +advancements.stage3.bauxite.title=ÇɹO ÇʇᴉxnÉá—º +advancements.stage3.bauxite.description=0Ɫ⅄ puÉ 5á”­â…„ uÇÇÊʇÇq pÇʇÉÉ”oêž sá´‰ Çɹo Çɥ⟘ ¡ɯnuᴉɯnêžâ±¯ ɹoÉŸ áµ·á´‰p puÉ ÇêždɯÉs ÇÉ”Éɟɹns ÇʇᴉxnÉá—º É puᴉℲ + + +advancements.stage3.bellows.title=sÊoêžêžÇá—º +advancements.stage3.bellows.description=ÇɹᴉℲ ᴉɥɔÉqá´‰H spoW ɥʇᴉM ɹÇʇʇÇá—º ɹnoÊŽ ÇÊžoʇS oʇ sÊoêžêžÇá—º Çɥʇ ɹÇÊod ÊŽêžêžÉɔᴉuÉɥɔÇɯ puÉ Ê‡ÉŸÉɹƆ + + +advancements.stage3.blazerod.title=poá´š ÇzÉêžá—º +advancements.stage3.blazerod.description=spoá´š ÇzÉêžá—º oʇuá´‰ ɯÇɥʇ ʇɹÇÊŒuoÉ” oʇ ssÇɹԀ êžÉʇÇW Çɥʇ Çsn puÉ 'ɹÇpÊoÔ€ ÇzÉêžá—º ʇɔÇêžêžoÉ” 'ɹÇɥʇÇN Çɥʇ oʇ êžÇÊŒÉɹ⟘ + + +advancements.stage3.bonehoe.title=sêžoo⟘ ɹÇɥʇÇN +advancements.stage3.bonehoe.description=puÉS êžnoS pÇêžêžá´‰âŸ˜ ɹoÉŸ osêžÉ puÉ Ê‡É¹á´‰p êžêžá´‰Ê‡ oʇ ÇoH Çuoá—º Çɥʇ Çs∩ + + +advancements.stage3.buildcraft.title=ÇuᴉꞀ ɹnoâ…„ ÇpÉɹᵷd∩ +advancements.stage3.buildcraft.description=sÇdá´‰Ô€ ʇɟÉɹɔpêžá´‰ná—º ɹnoÊŽ áµ·uᴉɹÇÊod uᴉᵷÇq oʇ ÇuᴉᵷuÆŽ ÇuoʇspÇá´š É Ê‡ÉŸÉɹƆ + + +advancements.stage3.circuitboard.title=pɹÉoá—º ɯ,I +advancements.stage3.circuitboard.description=pɹÉoá—º ʇᴉnɔɹᴉƆ É Ê‡ÉŸÉɹɔ oʇ ɥɔuÇqʞɹoM s,ɹÇÇuᴉᵷuÆŽ Çɥʇ Çs∩ + + +advancements.stage3.conveyorbelt.title=ʇêžÇá—º ɹoÊŽÇÊŒuoƆ +advancements.stage3.conveyorbelt.description=¡ʇɹodsuÉɹʇ ɯÇʇᴉ ɹoÉŸ ʇÉÇɹᵷ ÇÉ¹É sʇêžÇá—º ɹoÊŽÇÊŒuoƆ áµ·uᴉɹÇÇuᴉᵷuÆŽ ÇʌᴉsɹÇɯɯI + + +advancements.stage3.creosote.title=ÇʇosoÇɹƆ +advancements.stage3.creosote.description=ÇÊžoƆ êžÉoƆ puÉ pá´‰nbá´‰êž ÇʇosoÇɹƆ ɥʇoq ÇÉ”npoɹd oʇ uÇÊŒO ÇÊžoƆ Çɥʇ Çs∩ + + +advancements.stage3.crudeoil.title=êžá´‰O ɹoÉŸ áµ·uá´‰êžêžá´‰É¹á—¡ +advancements.stage3.crudeoil.description=ʇuÇɯÇÉ”uÉÊŒpÉ Çɥʇ ÇʇÇêždɯoÉ” oʇ ʇᴉ ÉŸo ʇÇʞɔnq É qÉɹᵷ puÉ Ê‡á´‰ ʇɔÉɹʇxÇ oʇ ʞɔÉɾdɯnÔ€ ɯnÇêžoɹʇÇÔ€ ÇʌᴉsɹÇɯɯI uÉ dnʇÇS ˙ʞunɥɔ É uá´‰ êžá´‰o ÇʇÉÉ”oêž oʇ êžêžá´‰É¹á—¡ ÇêždɯÉS ÇɹoƆ Çɥʇ Çs∩ + + +advancements.stage3.distillation2.title=sÉâ… ÇɯoS ʇᴉ ÇÊŒá´‰â… +advancements.stage3.distillation2.description=áµ·uá´‰ssÇÉ”oɹd ɹÇɥʇɹnÉŸ ÊoêžêžÉ ɹo 'sÇuᴉɥɔÉɯ uá´‰ÉʇɹÇÉ” dn pÇÇds 'êžÇnÉŸ ÉŸo sÇɔɹnos Çpᴉʌoɹd êžêžá´‰Ê spá´‰nbá´‰êž ÇsÇɥ⟘ ˙ʇuÇɯÇÉ”uÉÊŒpÉ Çɥʇ ÇʇÇêždɯoÉ” oʇ ɥɔÉÇ ÉŸo ʇÇʞɔnq ⥠pÇÇu êžêž,noâ…„ ˙ʇuÉɔᴉɹqnꞀ puÉ 'Çuá´‰êžosÉâ… 'ÇuÇsoɹÇÊž ÇʇÉÇɹɔ êžêžá´‰Ê ɹÇÊo⟘ uoᴉʇÉêžêžá´‰Ê‡sᴉᗡ É uá´‰ êžÇsÇᴉᗡ áµ·uá´‰ssÇÉ”oɹd ɹÇɥʇɹnℲ + + +advancements.stage3.drawercontroller.title=ɹÇêžêžoɹʇuoƆ ɹÇÊÉɹᗡ Çáµ·ÉɹoʇS +advancements.stage3.drawercontroller.description=ʞɹoÊʇÇu É oʇuá´‰ sɹÇÊÉɹp ɹnoÊŽ uɹnʇ oʇ noÊŽ sÊoêžêžÉ ɹÇêžêžoɹʇuoƆ ɹÇÊÉɹᗡ Çáµ·ÉɹoʇS Çɥ⟘ + + +advancements.stage3.extendedcrafting1.title=pêžoâ… :áµ·uᴉʇɟÉɹƆ pÇpuÇʇxÆŽ +advancements.stage3.extendedcrafting1.description=sÇdᴉɔÇɹ xÇêždɯoÉ” Çɹoɯ ɹoÉŸ áµ·uᴉʇɟÉɹƆ pÇpuÇʇxÆŽ ɯoɹɟ ÇêžqÉ⟘ áµ·uᴉʇɟÉɹƆ pÇÉ”uÉÊŒpⱯ Çɥʇ ʇɟÉɹƆ + + +advancements.stage3.filteredhopper.title=ɹÇddoH pÇɹÇʇêžá´‰â„² +advancements.stage3.filteredhopper.description=suɹ∩ êžnoS êžêžá´‰ÉŸ puÉ Ê‡sná—¡ ÇɹᴉɟêžêžÇH ʇɔÇêžêžoÉ” oʇ ɹÇddoH pÇɹÇʇêžá´‰â„² Çɥʇ Çs∩ + + +advancements.stage3.galgadorian.title=êžÉʇÇW uÉᴉɹopÉáµ·êžÉâ… +advancements.stage3.galgadorian.description=ÇɹnʇɔnɹʇsÉɹɟuá´‰ ɹnoÊŽ ÇpÉɹᵷdn ɹÇɥʇɹnÉŸ oʇ ʇoáµ·uI uÉᴉɹopÉáµ·êžÉâ… pÇÉ”uÉÉ¥uÆŽ uÉ Ê‡É”ÇêžêžoƆ + + +advancements.stage3.hibachi.title=ᴉɥɔÉqá´‰H +advancements.stage3.hibachi.description=ÇêžqᴉɔnɹƆ puÉ uoɹpêžnÉÆ† ɹnoÊŽ ÊoêžÇq ÇɹᴉℲ pÇÊžoʇS É ÇÊŒÉÉ¥ oʇ noÊŽ ÊoêžêžÉ êžêžá´‰Ê ᴉɥɔÉqá´‰H spoW ɥʇᴉM ɹÇʇʇÇá—º Çɥ⟘ + + +advancements.stage3.iebook.title=êžÉnuÉW ɹÇÇuᴉᵷuÆŽ +advancements.stage3.iebook.description=ʇᴉ Çsn Ë™pooáµ· sá´‰ êžÉnuÉW áµ·uᴉɹÇÇuᴉᵷuÆŽ ÇʌᴉsɹÇɯɯI Çɥ⟘ + + +advancements.stage3.iehammer.title=ɹÇɯɯÉH s,ɹÇÇuᴉᵷuÆŽ +advancements.stage3.iehammer.description=sʞɔoêžq áµ·uᴉʇÉʇoɹ puÉ sÇuᴉɥɔÉɯ ʞɔoêžqᴉʇêžnɯ áµ·uᴉʇÉÇɹɔ ɹoÉŸ ɹÇɯɯÉH s,ɹÇÇuᴉᵷuÆŽ uÉ Ê‡ÉŸÉɹƆ + + +advancements.stage3.liquidplastic.title=ɔᴉʇsÉêžÔ€ ÉŸo uoᴉʇuÇÊŒuI Çɥ⟘ +advancements.stage3.liquidplastic.description=ɔᴉʇsÉêžÔ€ pá´‰nbᴉꞀ oʇuá´‰ ÇuÇdoɹԀ ʇɹÇÊŒuoÉ” 'ɹossÇÉ”oɹԀ pá´‰nbá´‰êž ÊŽÉ¹ÇuᴉɥɔÉW ɹÉêžnpoW Çɥʇ áµ·uá´‰s∩ + + +advancements.stage3.modularmachinery.title=ʎʇᴉɹÉêžnpoW +advancements.stage3.modularmachinery.description=Çɹnʇɔnɹʇs ɥɔÉÇ pêžá´‰nq oʇ ÊoÉ¥ ɹoÉŸ sÇdᴉɔÇɹ ʇuᴉɹdÇnêžá—º Çɥʇ ʞɔÇɥƆ Ë™ÇuᴉɥɔÉW Ë™WË™W ʎɹÇÊŒÇ uá´‰ pÇpÇÇu ʞɔoêžq uá´‰Éɯ Çɥʇ sá´‰ ɹÇêžêžoɹʇuoƆ ʎɹÇuᴉɥɔÉW ɹÉêžnpoW Çɥ⟘ + + +advancements.stage3.naphtha.title=uoᴉʇÉêžêžá´‰Ê‡sᴉᗡ +advancements.stage3.naphtha.description=ʇuÇɯÇÉ”uÉÊŒpÉ Çɥʇ ÇʇÇêždɯoÉ” oʇ ɥɔÉÇ ÉŸo ʇÇʞɔnq É qÉɹᵷ puÉ êžÇsÇᴉᗡ puÉ ÉɥʇɥdÉN oʇuá´‰ êžá´‰O ssÇÉ”oɹd oʇ ɹÇÊo⟘ uoᴉʇÉêžêžá´‰Ê‡sᴉᗡ ɯnÇêžoɹʇÇÔ€ ÇʌᴉsɹÇɯɯI uÉ pêžá´‰nq 'êžá´‰O pÇʇɔÉɹʇxÇ ÇÊŒÉÉ¥ noÊŽ ʇÉɥʇ ÊoN + + +advancements.stage3.nether.title=ɹÇɥʇÇN Çɥʇ ɹÇʇuÆŽ +advancements.stage3.nether.description=ÇʇÉɯᴉêžÉ” ʇÉɥʇ ɥɔÉÇɹ noÊŽ êžá´‰Ê‡un ɥʇnoS ɹo ɥʇɹoN êžÇÊŒÉɹʇ uÉÉ” noÊŽ Çɯoá´‰q ʇoÉ¥ É puᴉɟ oʇ pÇÇu noÊŽ ÉŸI Ë™dÉɯ ʇÉÇÉ¥ êžÉɔᴉᵷoêž É uá´‰ dnʇÇs sá´‰ pêžÉ¹oÊ Çɥʇ 'ɹÇqɯÇɯÇá´š Ë™sÉ¥ÉuuÉÊŒÉS puÉ sʇɹÇsÇá—¡ sÉ É¥É”ns sÇɯoá´‰q ʇoÉ¥ uá´‰ ʇsá´‰xÇ sêžÉʇɹoÔ€ ʇêžá´‰nq-ÇɹԀ ˙ɹÇɥʇÇN Çɥʇ oʇ êžÇÊŒÉɹ⟘ + + +advancements.stage3.netherbrick.title=ʞɔᴉɹᗺ ɹÇɥʇÇN +advancements.stage3.netherbrick.description=uêžá´‰Êž Çɥʇ ÇêžqɯÇssÉ oʇ ÊoÉ¥ uo Çêžáµ·uá´‰S ÉŸo Êžooá—º Çɥʇ ʇêžnsuoƆ Ë™sʞɔᴉɹᗺ ɹÇɥʇÇN oʇuá´‰ ʇᴉ ÊžooÉ” oʇ uêžá´‰Êž spoW ɥʇᴉM ɹÇʇʇÇá—º É uá´‰ Çáµ·pnêžS ɹÇɥʇÇN ÇÉ”ÉêžÔ€ + + +advancements.stage3.netherexbiome.title=ɹÇÊŒO uÇzoɹℲ sÉH ɹÇɥʇÇN Çɥ⟘ +advancements.stage3.netherexbiome.description=Çɯoᴉᗺ ssÊŽqⱯ ɔᴉʇɔɹⱯ Çɥʇ ɹÇʇuÇ puÉ ÇʇÉÉ”oꞀ + + +advancements.stage3.netherwart.title=ʇɹÉM ɹÇɥʇÇN +advancements.stage3.netherwart.description=sÇssÇɹʇɹoℲ ɹÇɥʇÇN uá´‰ punoÉŸ ÊŽêžuoɯɯoÉ” ʇsoɯ s,ʇI ˙ʇɹÉM ɹÇɥʇÇN ʇɔÇêžêžoÉ” puÉ puᴉℲ + + +advancements.stage3.nickel.title=ÇɹO ÇʇᴉuoɯᴉꞀ +advancements.stage3.nickel.description=0á”­â…„ puÉ 9â…„ uÇÇÊʇÇq pÇʇÉÉ”oêž sá´‰ Çɹo Çɥ⟘ ¡êžÇʞɔᴉN ɹoÉŸ áµ·á´‰p puÉ ÇêždɯÉs ÇÉ”Éɟɹns ÇʇᴉuoɯᴉꞀ É puᴉℲ + + +advancements.stage3.oreexcavation.title=uoᴉʇÉÊŒÉÉ”xÆŽ ÇɹO +advancements.stage3.oreexcavation.description=ÇêžqÉ⟘ ʇuÇɯʇuÉɥɔuÆŽ Çɥʇ áµ·uá´‰sn sêžooʇ ,sɹÇÊžuᴉ⟘-uou oʇ ʇuÇɯʇuÉɥɔuÆŽ uoᴉʇÉÊŒÉÉ”xÆŽ uÉ ppÉ osêžÉ uÉÉ” noâ…„ Ë™êžoo⟘ ,sɹÇÊžuᴉ⟘ É oʇ ʎʇᴉêžá´‰qÉ uoᴉʇÉÊŒÉÉ”xÆŽ uÉ ppÉ oʇ ɯÇʇᴉ ɹÇᴉɟᴉpoW uoᴉʇÉÊŒÉÉ”xÆŽ ÇɹO Çɥʇ Çs∩ + + +advancements.stage3.oreprospector.title=ɹoʇɔÇdsoɹԀ ÇɹO +advancements.stage3.oreprospector.description=Æ ÇᵷⱯ uá´‰ Çɹo ÇʇÉÉ”oêž oʇ ɹoʇɔÇdsoɹԀ ÇɹO uÉ Ê‡ÉŸÉɹƆ + + +advancements.stage3.plastic.title=ʎʇᴉɔᴉʇsÉêžÔ€ +advancements.stage3.plastic.description=sÇdᴉɔÇɹ ÊÇu ÉŸo ɹÇqɯnu É É¹oÉŸ ÇêžqÉÇsn sʇÇÇÉ¥S ɔᴉʇsÉêžÔ€ oʇuá´‰ ɔᴉʇsÉêžÔ€ pá´‰nbᴉꞀ ʇɹÇÊŒuoÉ” êžêžá´‰Ê ʎɹÇuᴉɥɔÉW ɹÉêžnpoW ɯoɹɟ ɹÇpêžoW ɔᴉʇsÉêžÔ€ Çɥ⟘ + + +advancements.stage3.platinum.title=ÇɹO ɯnuᴉʇÉêžÔ€ +advancements.stage3.platinum.description=5ᘔ⅄ puÉ Æâ…„ uÇÇÊʇÇq pÇʇÉÉ”oêž sá´‰ Çɹo Çɥ⟘ ¡ɯnuᴉʇÉêžÔ€ ɹoÉŸ áµ·á´‰p puÉ ÇêždɯÉs ÇÉ”Éɟɹns ɯnuᴉʇÉêžÔ€ É puᴉℲ + + +advancements.stage3.potash.title=É¥sÉʇoÔ€ +advancements.stage3.potash.description=É¥sÉʇoÔ€ ÇʇÉÇɹɔ oʇ uoɹpêžnÉÆ† pÇÊžoʇS É uá´‰ ʇsnpÊÉS ɹo 'sÊžuÉêžÔ€ 'sáµ·oꞀ Çs∩ + + +advancements.stage3.projector.title=ɹoʇɔÇɾoɹԀ pÉÇɥɹÇÊŒO +advancements.stage3.projector.description=pêžÉ¹oÊ Çɥʇ uá´‰ sʞɔoêžq ʇsoɥᵷ áµ·uá´‰sn Çɹnʇɔnɹʇs Çɥʇ pêžá´‰nq dêžÇÉ¥ oʇ ɹoʇɔÇɾoɹd Çɥʇ Çsn uÉÉ” noâ…„ ˙ɹÇɥʇÇáµ·oʇ ɹoʇɔÇɾoɹd puÉ êžÉnuÉɯ Çɥʇ ʇɟÉɹɔ uÇɥʇ puÉ ÇÊžÉɯ oʇ ʇuÉÊ noÊŽ Çɹnʇɔnɹʇs áµ·uᴉɹÇÇuᴉᵷuÆŽ ÇʌᴉsɹÇɯɯI Çɥʇ áµ·uá´‰puᴉɟ ÊŽq ɹoʇɔÇɾoɹԀ É Çs∩ + + +advancements.stage3.propene.title=sÇᴉɹossÇɔɔⱯ ÇuÇdoɹԀ puÉ ÇuÇdoɹԀ +advancements.stage3.propene.description=ɔᴉʇsÉêžd spɹÉÊoʇ ssÇɹᵷoɹd oʇ ʇÇʞɔnq É qÉÉ¹â… Ë™ÇuÇdoɹԀ ÇʇÉÇɹɔ oʇ ɯÉÇʇS puÉ ÉɥʇɥdÉN xᴉɯ oʇ noÊŽ ÊoêžêžÉ êžêžá´‰Ê ɹÇxá´‰W êžÉɔᴉɯÇɥƆ ʎɹÇuᴉɥɔÉW ɹÉêžnpoW É áµ·uá´‰s∩ + + +advancements.stage3.rails.title=sÊŽÉÊêžá´‰Éá´š +advancements.stage3.rails.description=ÊŽêžÊžÉ”á´‰nb sÇÉ”uÉʇsá´‰p áµ·uoêž êžÇÊŒÉɹʇ oʇ sêžá´‰Éá´š Çsn puÉ Ê‡ÉŸÉɹƆ + + +advancements.stage3.redstone.title=ÇɹO ɹÉqÉuuᴉƆ +advancements.stage3.redstone.description=ᘔâ¥â…„ puÉ 5â…„ uÇÇÊʇÇq pÇʇÉÉ”oêž sá´‰ Çɹo Çɥ⟘ ¡ÇuoʇspÇá´š ɹoÉŸ áµ·á´‰p puÉ ÇêždɯÉs ÇÉ”Éɟɹns ɹÉqÉuuᴉƆ É puᴉℲ + + +advancements.stage3.root.title=Æ ÇᵷⱯ +advancements.stage3.root.description=¡Çáµ·É Ê‡xÇu Çɥʇ oʇ ÇɯoÉ”êžÇM + + +advancements.stage3.sampledrill.title=ÇêždɯÉS êžêžÉɯS Ɐ +advancements.stage3.sampledrill.description=áµ·uá´‰ÊžÉ”á´‰êžÆ†-ʇɟᴉɥS ÊŽq punoɹᵷ Çɥʇ uo sÇêždɯÉS Çɥʇ ÇÉ”Éêžd uÉÉ” noÊŽ puÉ É¹ÇÊod sÇɹᴉnbÇɹ ʇᴉ ʇÇᵷɹoÉŸ ʇ,uoá—¡ ˙ʞunɥɔ ɹÇd ÇÉ”Éɟɹns Çɥʇ ɹÇpun pá´‰nbᴉꞀ puÉ suá´‰Çá´§ ÇɹO ɥʇoq ÇʇÉÉ”oêž oʇ êžêžá´‰É¹á—¡ ÇêždɯÉS ÇɹoƆ Çɥʇ Çs∩ + + +advancements.stage3.silverlead.title=ÇɹO ÉuÇêžÉâ… +advancements.stage3.silverlead.description=05â…„ puÉ 9â¥â…„ uÇÇÊʇÇq pÇʇÉÉ”oêž sá´‰ Çɹo Çɥ⟘ ¡pÉÇꞀ puÉ É¹ÇÊŒêžá´‰S ɹoÉŸ áµ·á´‰p puÉ ÇêždɯÉs ÇÉ”Éɟɹns ÉuÇêžÉâ… É puᴉℲ + + +advancements.stage3.soundmuffler.title=ɹÇêžÉŸÉŸnW punoS +advancements.stage3.soundmuffler.description=Çɹoɯ ÊŽuÉ É¹ÉÇÉ¥ oʇ ʇuÉÊ Ê‡,uop noÊŽ spunos Çɥʇ Çʇnɯ oʇ ʇᴉ ÇɹnᵷᴉɟuoÉ” puÉ É¹ÇêžÉŸÉŸnW punoS ɹÇdnS É uÊop ÇÉ”ÉêžÔ€ ¿ʎzÉɹɔ noÊŽ áµ·uᴉʌᴉɹp sÇsá´‰ou pnoꞀ + + +advancements.stage3.standardhull.title=êžêžnH pɹÉpuÉʇS sÊ‡É¹ÉÆ† s,ÇÊŒÇʇS +advancements.stage3.standardhull.description=sʇɹÉÉ” ɹÇʇʇÇq ʇɟÉɹɔ oʇ noÊŽ ÊoêžêžÉ êžêžá´‰Ê sÊ‡É¹ÉÆ† s,ÇÊŒÇʇS ɯoɹɟ êžêžnH pɹÉpuÉʇS Çɥ⟘ + + +advancements.stage3.steam.title=ʎɯÉÇʇS puÉ Ê‡oH +advancements.stage3.steam.description=ʇuÇɯÇÉ”uÉÊŒpÉ Çɥʇ ÇʇÇêždɯoÉ” oʇ ɯÉÇʇS ÉŸo ʇÇʞɔnq É qÉɹᵷ puÉ ÇÉ”npoɹd 'ɹÇÊo⟘ ɹÉêžoS ɹo ɹÇêžá´‰oá—º ɥɔÇ⟘ ÇʌᴉsɹÇɯɯI Çɥʇ áµ·uá´‰s∩ + + +advancements.stage3.steel.title=ʇoáµ·uI êžÇÇʇS +advancements.stage3.steel.description=sʇoáµ·uI uoɹI puÉ ÇÊžoƆ êžÉoƆ ɯoɹɟ êžÇÇʇS ÇʇÉÇɹɔ oʇ noÊŽ ÊoêžêžÉ êžêžá´‰Ê uÇÊŒO ʇsÉêžá—º Çɥ⟘ + + +advancements.stage3.stevescartsassembler.title=sÊ‡É¹ÉÆ† s,ÇÊŒÇʇS +advancements.stage3.stevescartsassembler.description=sÇɹnʇÉÇÉŸ ɹÇɥʇo Çsn ɹo Çɯᴉʇ uoᴉʇɔnpoɹd dn pÇÇds oʇ ɹÇêžqɯÇssⱯ Çɥʇ ÉŸo Çpá´‰sʇno Çɥʇ oʇ áµ·uá´‰ÊžÉ”á´‰êžÆ†-ʇɟᴉɥS Éᴉʌ ɯÇɥʇ ɥɔÉÊ‡Ê‡É puÉ sÇpÉɹᵷdn ʇɟÉɹɔ uÉÉ” noÊŽ 'ɹÇqɯÇɯÇá´š ˙ʇɹÉÉ” ɹÉêžnpoɯ É pêžá´‰nq oʇ noÊŽ ÊoêžêžÉ êžêžá´‰Ê ɹÇêžqɯÇssⱯ Ê‡É¹ÉÆ† Çɥ⟘ + + +advancements.stage3.vacuumtube.title=Çqn⟘ ɯnnÉ”Éá´§ +advancements.stage3.vacuumtube.description=ɥɔuÇqʞɹoM s,ɹÇÇuᴉᵷuÆŽ Çɥʇ uá´‰ Çqn⟘ ɯnnÉ”Éá´§ É Ê‡ÉŸÉɹƆ + + +advancements.stage3.viescraft.title=¡ʇɥᵷᴉêžâ„² +advancements.stage3.viescraft.description=dᴉɥs ɹnoÊŽ ÉŸo Êžooêž Çɥʇ ÇzᴉɯoʇsnÉ” oʇ puÉ ÇpÉɹᵷdn uÉÉ” noÊŽ ʇÉÉ¥Ê ÇÇs oʇ Iâˆ©â… Çɥʇ uÇdO Ë™dᴉɥsɹᴉⱯ ʇɟÉɹɔsÇᴉᴧ â¥á´§ É Ê‡ÉŸÉɹɔ 'sɯÇʇᴉ ÇuᴉᵷuÆŽ Çɥʇ êžêžÉ áµ·uá´‰s∩ + + +advancements.stage3.waterwheel.title=êžÇÇÉ¥M ɹÇʇÉM +advancements.stage3.waterwheel.description=ɹÇʇÉÊ áµ·uá´‰ÊoêžÉŸ ÊŽq unds uÇÉ¥Ê É¹ÇÊod Çpᴉʌoɹd êžêžá´‰Ê oɯÉuÊŽá—¡ ɔᴉʇÇuᴉʞ É oʇ pÇʇɔÇuuoÉ” êžÇÇÉ¥ÊɹÇʇÉM Ɐ + + +advancements.stage3.windmill.title=¡êžêžá´‰É¯puá´‰M +advancements.stage3.windmill.description=puá´‰Ê É¯oɹɟ ɹÇÊod Çpᴉʌoɹd oʇ oɯÉuÊŽá—¡ ɔᴉʇÇuᴉʞ É oʇ êžêžá´‰É¯puá´‰M É Ê‡É”ÇuuoÉ” puÉ Ê‡ÉŸÉɹƆ + + +advancements.stage3.wire.title=sÇɹᴉMÇɹᴉᗡ +advancements.stage3.wire.description=¡ÇsÉq ɹnoÊŽ punoÉ¹É Ê‡á´‰ ɹÇÉŸsuÉɹʇ oʇ pÇÇu êžêž,noÊŽ 'ɹÇÊod ÇÊŒÉÉ¥ noÊŽ ÊoN + + +advancements.stage3.wireshock.title=ʞɔoÉ¥S Çɹᴉᗡ Ɐ +advancements.stage3.wireshock.description=Ë™êžêžÉʇsuá´‰ ÇɹᴉMÇɹᴉᗡ Çɥʇ ÇÊŒêžos ʇ,uoÊ Ê‡á´‰ ʇná—º Ë™sÇÉ¹á´‰Ê É¹noÊŽ ÇʇÉêžnsuá´‰ Êou uÉÉ” noÊŽ oS ˙ᵷuᴉʞɔoÉ¥s ÉŸo ʇoêž É oʇ pÉÇêž uÉÉ” uoᴉʇÉêžêžÉʇsuá´‰ ÇɹᴉMÇɹᴉᗡ Ɐ + + +advancements.stage3.woodhull.title=êžêžnH uÇpooM sÊ‡É¹ÉÆ† s,ÇÊŒÇʇS +advancements.stage3.woodhull.description=Ê‡É¹ÉÆ† s,ÇÊŒÇʇS ɔᴉsÉq ʎɹÇÊŒ É ÇÊžÉɯ oʇ êžêžnH pooM É Ê‡ÉŸÉɹƆ + + +advancements.stage3.workbench.title=ɥɔuÇqʞɹoM s,ɹÇÇuᴉᵷuÆŽ +advancements.stage3.workbench.description=sʇuᴉɹdÇnêžá—º ɯoɹɟ sɯÇʇᴉ ʇɟÉɹɔ oʇ ɥɔuÇqʞɹoM s,ɹÇÇuᴉᵷuÆŽ uÉ Ê‡ÉŸÉɹƆ + + +# Stage 4 +advancements.stage4.adapter.title=ɹÇÊoÔ€ ÊŽW ÇʇÉɯᴉʇsÇɹÇpu∩ ʇ,uoá—¡ +advancements.stage4.adapter.description=ʇɹÇÊŒuoÉ” dêžÇÉ¥ uÉÉ” ʞɔoêžq ɹÇʇdÉpⱯ ɹÇÊoÔ€ Çɥʇ 'spoɯ ʇuÇɹÇÉŸÉŸá´‰p uÇÇÊʇÇq ʎᵷɹÇuÇ É¹ÇÉŸsuÉɹʇ oʇ ÇêžqÉun Çɹ,noÊŽ uÇÉ¥M + + +advancements.stage4.ae2panel.title=sɔᴉʇsᴉᵷɹÇuÆŽ pÇá´‰êžddⱯ +advancements.stage4.ae2panel.description=¡ɥʇoq ɹo 'Çáµ·ÉɹoʇS pÇuᴉɟÇá´š 'sɔᴉʇsᴉᵷɹÇuÆŽ pÇá´‰êžddⱯ oʇ ɥʇÉd ɹnoÊŽ Çsooɥɔ puÉ êžÉuᴉɯɹÇ⟘ ÆŽW uÉ Ê‡ÉŸÉɹƆ + + +advancements.stage4.amadrontablet.title=ʎɹÇʌᴉêžÇá—¡ uoɹpÉɯⱯ +advancements.stage4.amadrontablet.description=ÊžÉ”á´‰êžÆ†-ʇɥᵷᴉᴚ ʇɟᴉɥS áµ·uá´‰sn ÊŽq suoᴉʇÉÉ”oêž ÉŸÉŸodoɹp puÉ dnʞɔᴉd Çɥʇ ʇÇs oʇ Çɹns ÇÊžÉW Ë™sɯÇʇᴉ ɹÇpɹo oʇ ʇᴉ Çsn puÉ ÇɹnssÇɹd É¹á´‰É É¥Ê‡á´‰Ê Ê‡ÇêžqÉ⟘ uoɹpÉɯⱯ Çɥʇ êžêžá´‰â„² + + +advancements.stage4.ardite.title=ÇɹO ÇʇᴉpɹⱯ +advancements.stage4.ardite.description=ÇxÉʞɔᴉd êžÇÊŒÇꞀ ʇêžÉqoƆ É áµ·uá´‰sn ɹÇɥʇÇN Çɥʇ uá´‰ ÇɹO ÇʇᴉpɹⱯ Çuᴉɯ puÉ ÇʇÉÉ”oꞀ + + +advancements.stage4.blockheads1.title=uÇɥɔʇᴉʞ ÇêžÊŽÊ‡S uɹÇpoW +advancements.stage4.blockheads1.description=Êžooq I spÉÇɥʞɔoêžá—º ɹoÉŸ áµ·uᴉʞooƆ Çɥʇ É¥Ê‡á´‰Ê ÉŸÉŸo ʇɹÉʇS Ë™ÇsÉq ɹnoÊŽ oʇuá´‰ uÇɥɔʇᴉʞ ÊÇu É êžêžÉʇsuá´‰ 'ÇɯosɹÇqɯnÉ” ʇᴉq É sá´‰ ÇÉ”ÉuɹnÉŸ É uá´‰ pooℲ áµ·uᴉʞooƆ + + +advancements.stage4.blockheads2.title=¡d∩ uo áµ·uᴉʌoW +advancements.stage4.blockheads2.description=sÇÉ”uÉá´‰êžddÉ É¹oÉŸ êžÉᴉɹÇʇÉɯ áµ·uᴉʇɟÉɹɔ É sÉ É¹o ʎɹoʇuÇÊŒuá´‰ ɹnoÊŽ ɯoɹɟ sÇdᴉɔÇɹ ÇêžqÉêžá´‰ÉÊŒÉ Ê‡ÉŸÉɹɔ oʇ II Êžooá—º spÉÇɥʞɔoêžá—º ɹoÉŸ áµ·uᴉʞooƆ Çɥʇ Çs∩ + + +advancements.stage4.blockheads3.title=uÇɥɔʇᴉʞ êžêžnℲ +advancements.stage4.blockheads3.description=ʎʇᴉêžÉuoᴉʇɔunÉŸ Çɹoɯ uá´‰Éáµ· oʇ sɯÇʇᴉ ɹÇɥʇo puÉ 'Êžuá´‰S 'Çáµ·pᴉɹℲ 'uÇÊŒO Çɥʇ ÇÉ”Éêžd uÉÉ” noÊŽ uÇɥ⟘ Ë™pÇʇɹÉʇs ʇÇáµ· oʇ ÇêžqÉ⟘ áµ·uᴉʞooƆ Çɥʇ ÇÉ”Éêžd puÉ Ê‡ÉŸÉɹƆ ˙ɹÇɥʇo ɥɔÉÇ oʇ ʇxÇu pÇÉ”Éêžd uÇÉ¥Ê ÊžÉ”oêžqᴉʇêžnɯ É sÉ Ê‡É”É êžêžÉ sʞɔoêžq ÇÉ”uÉá´‰êžddÉ spÉÇɥʞɔoêžá—º ɹoÉŸ áµ·uᴉʞooƆ + + +advancements.stage4.certusquartz.title=zʇɹÉnÎŒ snÊ‡É¹ÇÆ† +advancements.stage4.certusquartz.description=0á”­â…„ puÉ 9â…„ uÇÇÊʇÇq pÇʇÉÉ”oêž sá´‰ Çɹo Çɥ⟘ ¡zʇɹÉnÎŒ snÊ‡É¹ÇÆ† ɹoÉŸ áµ·á´‰p puÉ ÇêždɯÉs ÇÉ”Éɟɹns zʇɹÉnÎŒ pÇʇɹossⱯ uÉ puᴉℲ + + +advancements.stage4.cobalt.title=ʇêžÉqoƆ +advancements.stage4.cobalt.description=ɹÇɥʇÇN Çɥʇ ʇnoɥᵷnoɹɥʇ punoÉŸ 'ʇêžÉqoƆ Çuᴉɯ puÉ ÇʇÉÉ”oꞀ + + +advancements.stage4.compressediron.title=ʇoáµ·uI uoɹI ɔᴉʇÉɯnÇuÔ€ +advancements.stage4.compressediron.description=ʇoáµ·uI uoɹI pÇssÇɹdɯoƆ É ÇʇÉÇɹƆ + + +advancements.stage4.compressor.title=ÇɹnssÇɹԀ ɹÇpu∩ +advancements.stage4.compressor.description=sÇʇÉêžÔ€ pÇssÇɹdɯoƆ ÇʇÉÇɹɔ oʇ ʇɟÉɹɔᴉʇɔÉêžÉâ… É¯oɹɟ ÇuᴉɥɔÉW ɹossÇɹdɯoƆ Çɥʇ ʇɟÉɹƆ + + +advancements.stage4.endcrystal.title=uoᴉʇÉuɹÉÉ”uá´‰Çá´š +advancements.stage4.endcrystal.description=sʞɔoêžq ʞɔoɹpÇq ÇÇɹɥʇ ÉŸo ɹÇʇuÇÉ” Çɥʇ uo pÇÉ”Éêžd Çq oʇ spÇÇu êžÉʇsʎɹƆ É¥É”ÉÆŽ Ë™puÇ Çɥʇ uá´‰ êžÉʇɹod ʇᴉxÇ Çɥʇ uo ɯÇɥʇ ÇÉ”Éêžd puÉ sêžÉʇsʎɹƆ puÆŽ á”­ ʇɟÉɹɔ 'uoáµ·Éɹᗡ ɹÇpuÆŽ Çɥʇ uÊÉdsÇɹ oʇ ʇuÉÊ noÊŽ ÉŸI + + +advancements.stage4.enderalloy1.title=ÊŽoêžêžâ±¯ ɹÇpuÆŽ +advancements.stage4.enderalloy1.description=uoᴉʇÉÇɹɔ ÊŽoêžêžâ±¯ ɹÇpuÆŽ uá´‰ Çsn oʇ puÆŽ Çɥʇ uá´‰ Çʇᴉʇoᴉᗺ Çɥʇ Çuᴉɯ puÉ uoáµ·Éɹᗡ Çɥʇ ʇÉÇÉŸÇá—¡ + + +advancements.stage4.enderalloy2.title=ÊŽoêžêžâ±¯ ɹÇpuÆŽ pÇÉ”uÉÉ¥uÆŽ +advancements.stage4.enderalloy2.description=ÊŽoêžêžâ±¯ ɹÇpuÆŽ pÇÉ”uÉÉ¥uÆŽ ÇʇÉÇɹɔ oʇ ʇᴉnɹℲ Çɥʇ Çsn puÉ puÆŽ Çɥʇ uá´‰ snɹoɥƆ ÇʇÉÉ”oꞀ + + +advancements.stage4.enderalloy3.title=ÊŽoêžêžâ±¯ ɹÇpuÆŽ pÇÉ”uÉÊŒpⱯ +advancements.stage4.enderalloy3.description=ÊŽoêžêžâ±¯ ɹÇpuÆŽ pÇÉ”uÉÊŒpⱯ ÇʇÉÇɹɔ oʇ êžêžÇÉ¥S ɹÇÊžêžnÉ¥S É puÉ 'spoá´š puÆŽ 'ɹndɹnÔ€ ÇʇÉÉ”oꞀ + + +advancements.stage4.endercrafter.title=ɹÇʇɟÉɹƆ ɹÇpuÆŽ +advancements.stage4.endercrafter.description=áµ·uᴉʇɟÉɹɔ pÇÉ”uÉÊŒpÉ É¹oÉŸ ɹoʇÉuɹÇʇêžâ±¯ ɹÇpuÆŽ puÉ É¹ÇʇɟÉɹƆ ɹÇpuÆŽ Çɥʇ ʇɟÉɹƆ + + +advancements.stage4.extendedcraftingelite.title=ÇêžqÉ⟘ áµ·uᴉʇɟÉɹƆ ÇÊ‡á´‰êžÆŽ +advancements.stage4.extendedcraftingelite.description=uᴉᵷÇq oʇ ÇêžqÉ⟘ áµ·uᴉʇɟÉɹƆ ÇÊ‡á´‰êžÆŽ uÉ Ê‡ÉŸÉɹƆ Ë™ÇÉ”Éds Çɹoɯ pÇÇu sÇdᴉɔÇɹ ÇɯoS + + +advancements.stage4.fuelloader.title=d∩ ɹÇH êžêžá´‰â„² +advancements.stage4.fuelloader.description=ÉŸÉŸo ÇÊžÉ⟘ ÇɹoÉŸÇq ʇÇʞɔoá´š É êžÇnÉŸ oʇ pÇpÇÇu Çq êžêžá´‰Ê ɹÇpÉoꞀ êžÇnℲ Çɥ⟘ + + +advancements.stage4.inscriber.title=áµ·uá´‰qᴉɹɔsuI +advancements.stage4.inscriber.description=sÇuᴉɥɔÉɯ ɹÇɥʇo puÉ sɹossÇÉ”oɹd áµ·uᴉʇÉÇɹɔ uᴉᵷÇq oʇ ɹÇqᴉɹɔsuI Çɥʇ ʇɔÇuuoÉ” puÉ Ê‡ÉŸÉɹƆ + + +advancements.stage4.laserassembly.title=ÊŽêžqɯÇssⱯ Çɥʇ áµ·uᴉɯɯÉɹᵷoɹԀ +advancements.stage4.laserassembly.description=ʇÇêžqÉ⟘ uoɹpÉɯⱯ ɹnoÊŽ ɯoɹɟ ɹÇsÉꞀ :ɯÉɹᵷoɹԀ ÊŽêžqɯÇssⱯ uÉ É¹ÇpɹO + + +advancements.stage4.launchpad.title=oâ… ÇɹⱯ sɹÇʇsnɹɥ⟘ +advancements.stage4.launchpad.description=pÉd ɹÇʇuÇÉ” Çɥʇ uo ʇÇʞɔoɹ ɹnoÊŽ ÇÉ”Éêžd uÇɥʇ puÉ ÆxÆ É uá´‰ spÉÔ€ áµ·uá´‰puÉꞀ 6 ÇÉ”Éêžd oʇ pÇÇu êžêž,noÊŽ 'ÉŸÉŸo ÇÊžÉʇ o⟘ + + +advancements.stage4.machinecasing.title=áµ·uá´‰sÉÆ† ÇuᴉɥɔÉW +advancements.stage4.machinecasing.description=áµ·uá´‰sÉÉ” xÇêždɯoÉ” Çɹoɯ pÇÇu sÇuᴉɥɔÉW pÇÉ”uÉÊŒpⱯ + + +advancements.stage4.manyullyn.title=uÊŽêžêžnÊŽuÉW +advancements.stage4.manyullyn.description=uÊŽêžêžnÊŽuÉW ÇʇÉÇɹɔ oʇ ʎɹÇʇêžÇɯS É uá´‰ ʇêžÉqoƆ puÉ ÇʇᴉpɹⱯ Çuá´‰qɯoƆ + + +advancements.stage4.moon.title=¡uooW Çɥʇ o⟘ +advancements.stage4.moon.description=uooW Çɥʇ uo puÉêž puÉ Ê‡Çʞɔoá´š É É¥É”unÉꞀ + + +advancements.stage4.nasaworkbench.title=uoᴉʇÉpunoℲ ɯÉɹᵷoɹԀ ÇÉ”ÉdS +advancements.stage4.nasaworkbench.description=uooW Çɥʇ oʇ ÊŽÇuɹnoɾ ɹnoÊŽ uᴉᵷÇq oʇ ɥɔuÇqʞɹoM ⱯSⱯN É Ê‡ÉŸÉɹƆ + + +advancements.stage4.oxygencollector.title=pÇpnêžÉ”uI sá´‰ uÇáµ·ÊŽxO +advancements.stage4.oxygencollector.description=ɹoʇɔÇêžêžoƆ uÇáµ·ÊŽxO Çɥʇ ÊŽq pÇʇɔÇêžêžoÉ” Çq ÊŽêžêžÉᴉʇᴉuá´‰ uÉÉ” uÇáµ·ÊŽxO ˙ʎɹÇuᴉɟÇá´š áµ·uᴉɹÇÇuᴉᵷuÆŽ ÇʌᴉsɹÇɯɯI uÉ uá´‰ uÇáµ·ÊŽxO puÉ ÇuÇsoɹÇÊž Çuá´‰qɯoÉ” oʇ pÇÇu êžêžá´‰Ê noÊŽ 'êžÇnℲ ʇɟÉɹɔᴉʇɔÉêžÉâ… ÇʇÉÇɹɔ o⟘ + + +advancements.stage4.plasticmixer.title=ɹÇxá´‰W ɔᴉʇsÉêžÔ€ +advancements.stage4.plasticmixer.description=sʇÇÇÉ¥S ɔᴉʇsÉêžÔ€ pÇɹoêžoÉ” ÇʇÉÇɹɔ oʇ ɹÇxá´‰W ɔᴉʇsÉêžÔ€ É Ê‡ÉŸÉɹƆ + + +advancements.stage4.presses.title=sÇssÇɹԀ Çɥʇ pêžoH +advancements.stage4.presses.description=sʞɹoÊʇÇu Çáµ·ÉɹoʇS pÇuᴉɟÇá´š puÉ sɔᴉʇsᴉᵷɹÇuÆŽ pÇá´‰êžddⱯ ɹoÉŸ ÊoêžêžÉ oʇ sÇssÇɹԀ uoɔᴉêžá´‰S puÉ 'ɔᴉᵷoꞀ 'áµ·uᴉɹÇÇuᴉᵷuÆŽ Çɥʇ ÇʇÉÇɹɔ oʇ pÇpÇÇu sêžÉᴉɹÇʇÉɯ Çɥʇ ÇʇÉÉ”oꞀ + + +advancements.stage4.pressurechamberwall.title=ɹÇqɯÉɥƆ ÇɹnssÇɹԀ +advancements.stage4.pressurechamberwall.description=ɹÇqɯÉɥƆ ÇɹnssÇɹԀ ʇɟÉɹɔᴉʇÉɯnÇuÔ€ É pêžá´‰nq puÉ sêžêžÉM ɹÇqɯÉɥƆ ÇnssÇɹԀ ʇɟÉɹƆ + + +advancements.stage4.printedcircuitboard.title=pɹÉoá—º ʇᴉnɔɹᴉƆ pÇʇuᴉɹԀ +advancements.stage4.printedcircuitboard.description=pɹÉoá—º ʇᴉnɔɹᴉƆ pÇʇuᴉɹԀ É ÇʇÉÇɹɔ 'dnʇÇs ʇɟÉɹɔᴉʇÉɯnÇuÔ€ ɹnoÊŽ áµ·uá´‰s∩ + + +advancements.stage4.prospector4.title=á”­ ɹÇᴉ⟘ ɹoʇɔÇdsoɹԀ ÇɹO +advancements.stage4.prospector4.description=sÇɹo á”­ ÇᵷⱯ ÇʇÉÉ”oêž oʇ ɹoʇɔÇdsoɹԀ pÇÉ”uÉÊŒpⱯ Çɥʇ ʇɟÉɹƆ + + +advancements.stage4.root.title=á”­ ÇᵷⱯ +advancements.stage4.root.description=¡Çáµ·É Ê‡xÇu Çɥʇ oʇ ÇɯoÉ”êžÇM + + +advancements.stage4.rsgrid.title=Çáµ·ÉɹoʇS pÇuᴉɟÇá´š +advancements.stage4.rsgrid.description=¡ɥʇoq ɹo 'Çáµ·ÉɹoʇS pÇuᴉɟÇá´š 'sɔᴉʇsᴉᵷɹÇuÆŽ pÇá´‰êžddⱯ oʇ ɥʇÉd ɹnoÊŽ Çsooɥɔ puÉ pá´‰É¹â… Çáµ·ÉɹoʇS pÇuᴉɟÇá´š É Ê‡ÉŸÉɹƆ + + +advancements.stage4.silicon.title=ÇɹO uoɔᴉêžá´‰S +advancements.stage4.silicon.description=8á”­â…„ puÉ á”­á˜”â…„ uÇÇÊʇÇq pÇʇÉÉ”oêž sá´‰ Çɹo Çɥ⟘ ¡uoɔᴉêžá´‰S ɹoÉŸ áµ·á´‰p puÉ ÇêždɯÉs ÇÉ”Éɟɹns uoɔᴉêžá´‰S É puᴉℲ + + +advancements.stage4.solidendereye.title=ÇÊŽÆŽ ÇêžqÉsnÇá´š +advancements.stage4.solidendereye.description=ÊŽêžá´‰sÉÇ puÆŽ Çɥʇ ÇʇÉÉ”oêž oʇ ÇÊŽÆŽ ɹÇpuÆŽ pá´‰êžoS Çɥʇ Çsn puÉ Ê‡ÉŸÉɹƆ + + +advancements.stage4.spacesuit.title=uÉW pÇssÇɹᗡ dɹÉÉ¥S +advancements.stage4.spacesuit.description=uooɯ Çɥʇ oʇ áµ·uá´‰oáµ· uÇÉ¥Ê uoᴉʇÉá´‰pÉɹ puÉ ÇɹnssÇɹd ɯoɹɟ noÊŽ ʇɔÇʇoɹd oʇ ʇᴉnS ÇÉ”ÉdS ⥠ɹÇᴉ⟘ êžêžnÉŸ Çɥʇ ʇɟÉɹƆ + + +advancements.stage4.t1rocket.title=dᴉɥS ʇÇʞɔoá´š +advancements.stage4.t1rocket.description=ʇÇʞɔoá´š ʇɟÉɹɔᴉʇɔÉêžÉâ… â¥ É¹Çᴉ⟘ É pêžá´‰ná—º + + +advancements.stage4.theend.title=puÆŽ Çɥʇ ɹÇʇuÆŽ +advancements.stage4.theend.description=uoá´‰suÇɯᴉᗡ puÆŽ Çɥʇ ɹÇʇuÇ puÉ pêžoɥᵷuoɹʇS É ÇʇÉÉ”oꞀ + + +# Stage 5 +advancements.stage5.charger3.title=d∩ ʇᴉ ÇᵷɹÉɥƆ +advancements.stage5.charger3.description=sɹÇᴉʇ snoᴉʌÇɹd uÉɥʇ ɹÇʞɔᴉnb ɥɔnɯ sɯÇʇᴉ dn ÇᵷɹÉɥɔ oʇ noÊŽ sÊoêžêžÉ III ɹÇᴉ⟘ ɹÇᵷɹÉɥƆ Çɥ⟘ + + +advancements.stage5.cheese.title=ÇsÇÇɥƆ ÉŸo ÇpÉW sá´‰ uooW Çɥ⟘ +advancements.stage5.cheese.description=ʇᴉ Çuᴉɯ oʇ ʞɹoÊ êžêžá´‰Ê sÇᴉɹɹÉnÎŒ 'uooɯ Çɥʇ uo Çɹo ɹÇɥʇo êžêžÉ ÇʞᴉꞀ Ë™uooW Çɥʇ uo ÊŽêžuo punoÉŸ Çɹo ÇɹÉɹ É sá´‰ ÇsÇÇɥƆ + + +advancements.stage5.compactmachines.title=uoᴉʇÉzᴉɹnʇÉá´‰uá´‰W ʇɔÇɾoɹԀ +advancements.stage5.compactmachines.description=uᴉᵷÇq oʇ pêžÉ¹oÊ Çɥʇ uá´‰ ɯÇɥʇ ÇÉ”Éêžd puÉ sɹoʇɔÇɾoɹԀ pêžÇᴉℲ uoᴉʇÉzᴉɹnʇÉá´‰uá´‰W Çɥʇ ʇɟÉɹƆ ¿ÇdᴉɔÇɹ ÇsÉÉ” ÇuᴉɥɔÉɯ ɹÇɥʇouÉ puÉ suoá´‰suÇɯᴉp ʇÇʞɔod uÊo ɹnoÊŽ ÇʇÉÇɹɔ oʇ ʇuÉM + + +advancements.stage5.creativecompressor.title=ɹossÇɹdɯoƆ ɹᴉⱯ ÇʌᴉʇÉÇɹƆ +advancements.stage5.creativecompressor.description=ʇɟÉɹɔᴉʇÉɯnÇuÔ€ ɯoɹɟ ɹossÇɹdɯoƆ ɹᴉⱯ ÇʌᴉʇÉÇɹƆ Çɥʇ ʇɟÉɹƆ + + +advancements.stage5.creativeenergycube.title=ÇqnƆ ʎᵷɹÇuÆŽ ÇʌᴉʇÉÇɹƆ +advancements.stage5.creativeenergycube.description=ɯsá´‰uÉÊžÇW ɯoɹɟ ÇqnƆ ʎᵷɹÇuÆŽ ÇʌᴉʇÉÇɹƆ Çɥʇ ʇɟÉɹƆ + + +advancements.stage5.creativefluidtank.title=ÊžuÉ⟘ pá´‰nêžâ„² ÇʌᴉʇÉÇɹƆ +advancements.stage5.creativefluidtank.description=ɯsá´‰uÉÊžÇW ɯoɹɟ ÊžuÉ⟘ pá´‰nêžâ„² ÇʌᴉʇÉÇɹƆ Çɥʇ ʇɟÉɹƆ + + +advancements.stage5.creativejetpack.title=ʞɔÉdʇÇÕ ÇʌᴉʇÉÇɹƆ +advancements.stage5.creativejetpack.description=ʞɔÉdʇÇÕ ÇʌᴉʇÉÇɹƆ Çɥʇ ʇɟÉɹƆ + + +advancements.stage5.creativemodifer.title=ɹÇᴉɟᴉpoW ÇʌᴉʇÉÇɹƆ +advancements.stage5.creativemodifer.description=ʇɔnɹʇsuoƆ s,ɹÇÊžuᴉ⟘ ɯoɹɟ ɹÇᴉɟᴉpoW ÇʌᴉʇÉÇɹƆ Çɥʇ ʇɟÉɹƆ + + +advancements.stage5.desh.title=ÇɹO É¥sÇá—¡ áµ·uᴉʇÉÉ”oꞀ +advancements.stage5.desh.description=sɹÉW ʇÇuÉêžd Çɥʇ uo Çɹo É¥sÇá—¡ Çuᴉɯ puÉ ÇʇÉÉ”oꞀ + + +advancements.stage5.diamond.title=¡spuoɯÉᴉᗡ +advancements.stage5.diamond.description=0ᘔ⅄ puÉ á˜”â…„ uÇÇÊʇÇq pÇʇÉÉ”oêž sá´‰ Çɹo Çɥ⟘ ¡spuoɯÉᴉᗡ ɹoÉŸ áµ·á´‰p puÉ ÇêždɯÉs ÇÉ”Éɟɹns ÇʇᴉêžÉ¹Çqɯᴉʞ É puᴉℲ + + +advancements.stage5.diamondjetpack.title=ʞɔÉdʇÇÕ puoɯÉᴉᗡ +advancements.stage5.diamondjetpack.description=ʞɔÉdʇÇÕ puoɯÉᴉᗡ Çɥʇ oʇ ÇpÉɹᵷd∩ + + +advancements.stage5.electrumjetpack.title=ʞɔÉdʇÇÕ É¯nɹʇɔÇêžÆŽ +advancements.stage5.electrumjetpack.description=ʞɔÉdʇÇÕ É¯nɹʇɔÇêžÆŽ Çɥʇ ʇɟÉɹƆ + + +advancements.stage5.emerald.title=ɯÉÇɹᗡ pêžÉɹÇɯƎ +advancements.stage5.emerald.description=ᘔÆâ…„ puÉ á”­â…„ uÇÇÊʇÇq pÇʇÉÉ”oêž sá´‰ Çɹo Çɥ⟘ ¡spêžÉɹÇɯƎ ɹoÉŸ áµ·á´‰p puÉ ÇêždɯÉs ÇÉ”Éɟɹns êžÊŽÉ¹Çá—º É puᴉℲ + + +advancements.stage5.emeraldjetpack.title=ʞɔÉdʇÇÕ pêžÉɹÇɯƎ +advancements.stage5.emeraldjetpack.description=ʞɔÉdʇÇÕ pêžÉɹÇɯƎ Çɥʇ ʇɟÉɹƆ + + +advancements.stage5.inferiumessence.title=ÇÉ”uÇssÆŽ ɯnᴉɹÇÉŸuI +advancements.stage5.inferiumessence.description=uoᴉʇÉÉ”oêž ÉŸo ɹÇqɯnu É É¯oɹɟ sɯÇʇᴉ áµ·uá´‰sn ʇᴉ ÇʇÉÇɹƆ Ë™ÇɹnʇêžnɔᴉɹᵷⱯ êžÉɔᴉʇsÊŽW uᴉᵷÇq oʇ ɯÇʇᴉ ʇuÉʇɹodɯᴉ uÉ sá´‰ ÇÉ”uÇssÆŽ ɯnᴉɹÇÉŸuI + + +advancements.stage5.mars.title=ʇÇuÉêžÔ€ pÇá´š Çɥ⟘ +advancements.stage5.mars.description=sɹÉW Çɥʇ uo puÉêž puÉ Ê‡Çʞɔoá´š É É¥É”unÉꞀ + + +advancements.stage5.marsrover.title=punoɹⱯ áµ·uᴉʌoá´š +advancements.stage5.marsrover.description=suoÇáµ·unp uá´‰ ʇooêž Çêžqá´‰ssod sÉ É”á´‰Ê‡ÇɯÇɥɔS ɥɔuÇqʞɹoM ⱯSⱯN Çɥʇ puᴉℲ ¡ɹÇÊŒoá´š sɹÉW Çɥʇ Çsn puÉ Ê‡ÉŸÉɹɔ 'Êoêžs ʇᴉq É Çq uÉÉ” sɹÉW punoÉ¹É áµ·uá´‰êžÇÊŒÉɹ⟘ + + +advancements.stage5.neptune.title=suÉá´‰unʇdÇN Çɥ⟘ +advancements.stage5.neptune.description=ʇuÇɯÇÉ”uÉÊŒpÉ Çɥʇ ÇʇÇêždɯoÉ” oʇ sʞɔoá´š ÇÉ”ÉɟɹnS ÇunʇdÇN ʇɔÇêžêžoƆ Ë™ÇunʇdÇN uo puÉêž puÉ Ê‡Çʞɔoá´š É É¥É”unÉꞀ + + +advancements.stage5.osmium.title=ÇɹO ɯnᴉɯsO +advancements.stage5.osmium.description=â¥â¥â…„ puÉ Æâ…„ uÇÇÊʇÇq pÇʇÉÉ”oêž sá´‰ Çɹo Çɥ⟘ ¡ɯnᴉɯsO ɹoÉŸ áµ·á´‰p puÉ ÇêždɯÉs ÇÉ”Éɟɹns ɯnᴉɯsO uÉ puᴉℲ + + +advancements.stage5.paperclip.title=dá´‰êžÉ”ɹÇdÉÔ€ êžÉsɹÇʌᴉu∩ +advancements.stage5.paperclip.description=dá´‰êžÉ”ɹÇdÉÔ€ ʇsɹᴉɟ s,pêžÉ¹oÊ Çɥʇ ÇʇÉÇɹƆ + + +advancements.stage5.prospectorstage5.title=ɹoʇɔÇdsoɹԀ ÇʇÉɯᴉʇêžâˆ© +advancements.stage5.prospectorstage5.description=punoɹᵷ Çɥʇ uá´‰ Çɹo êžêžÉ ɹoÉŸ ɥɔɹÉÇs oʇ ɹoʇɔÇdsoɹԀ ÇʇÉɯᴉʇêžâˆ© Çɥʇ ʇɟÉɹƆ + + +advancements.stage5.prosperityshard.title=pɹÉÉ¥S ʎʇᴉɹÇdsoɹԀ +advancements.stage5.prosperityshard.description=ʇᴉ ÇʇÉÇɹɔ oʇ ɹÇɹÇÊodɯƎ Çɥʇ Çs∩ Ë™ÇɹnʇêžnɔᴉɹᵷⱯ êžÉɔᴉʇsÊŽW oʇuá´‰ ɹÇɥʇɹnÉŸ ssÇɹᵷoɹd oʇ pÇpÇÇu ÇÉ¹É spɹÉÉ¥S ʎʇᴉɹÇdsoɹԀ + + +advancements.stage5.root.title=5 ÇᵷⱯ +advancements.stage5.root.description=¡Çáµ·É Ê‡xÇu Çɥʇ oʇ ÇɯoÉ”êžÇM + + +advancements.stage5.saturn.title=uɹnʇÉS ÉŸo sáµ·uᴉᴚ Çɥ⟘ +advancements.stage5.saturn.description=ʇuÇɯÇÉ”uÉÊŒpÉ Çɥʇ ÇʇÇêždɯoÉ” oʇ sʞɔoá´š ÇÉ”ÉɟɹnS uɹnʇÉS ʇɔÇêžêžoƆ Ë™sÇÊŽ ˙˙˙ʇᴉ uo puÉêž puÉ Ë™Ë™Ë™uɹnʇÉS oʇ ʇÇʞɔoá´š É É¥É”unÉꞀ + + +advancements.stage5.scanner.title=ÇêžqÉuuÉÉ”S +advancements.stage5.scanner.description=uÉÉ”s É ÇʇÉᴉʇᴉuá´‰ oʇ uoʇʇnq Çsn Çɥʇ pêžoH Ë™uÇdo oʇ áµ·uᴉʞɔᴉêžÉ”-ʇɟᴉɥs ÊŽq Iâˆ©â… Çɥʇ oʇuá´‰ ɯÇɥʇ ʇɹÇsuá´‰ puÉ sÇêžnpoɯ êžêžÉʇsuI Ë™noÊŽ punoÉ¹É sʞɔoêžq ÇʇÉÉ”oêž oʇ noÊŽ ÊoêžêžÉ êžêžá´‰Ê ɹÇuuÉÉ”S Çɥʇ 'pÇɹÇÊod ÇÉ”uO + + +advancements.stage5.skystone.title=ÇuoʇS ÊŽÊžS +advancements.stage5.skystone.description=ɯsá´‰uÉÊžÇW ɯoɹɟ ɹÇsnÉŸuI ɔᴉᵷɹnêžêžÉʇÇW Çɥʇ áµ·uá´‰sn ÇuoʇS ÊŽÊžS oʇuá´‰ pÇuᴉɟÇɹ ɹÇɥʇɹnÉŸ Çq uÉÉ” ÇsÇÇɥƆ uooW + + +advancements.stage5.spacesuit4.title=uÉW pÇssÇɹᗡ ʇsÇdɹÉÉ¥S +advancements.stage5.spacesuit4.description=sʇÇuÉêžd ɹÇɥʇɹÉÉŸ oʇ áµ·uá´‰oáµ· uÇÉ¥Ê uoᴉʇÉá´‰pÉɹ puÉ ÇɹnssÇɹd ÉŸo sêžÇÊŒÇêž É¹Çɥᵷᴉɥ ɯoɹɟ noÊŽ ʇɔÇʇoɹd oʇ ʇᴉnS ÇÉ”ÉdS á”­ ɹÇᴉ⟘ êžêžnÉŸ Çɥʇ ʇɟÉɹƆ + + +advancements.stage5.spawnerseeker.title=pɹÉzá´‰M 'ʎɹɹÉH É Çɹ,noâ…„ +advancements.stage5.spawnerseeker.description=Çáµ·uÉɹ ʞɔoêžq 8á˜”â¥ É uá´‰É¥Ê‡á´‰Ê É¹ÇuÊÉds ÊŽuÉ ÇʇÉÉ”oêž oʇ puÉÊ É¹ÇÊžÇÇS ɹÇuÊÉdS É Ê‡ÉŸÉɹƆ ˙ɥᵷnoʇ Çq uÉÉ” sʇuᴉɹdÇnêžq ÇɹᴉnbÉ”É oʇ suoÇáµ·uná—¡ áµ·uá´‰puᴉℲ + + +advancements.stage5.t2rocket.title=ɹÇʇsÉℲ 'ɹÇʇʇÇá—º 'ɹÇᵷᵷᴉᗺ +advancements.stage5.t2rocket.description=Çáµ·uÉɹ uoᴉʇÉɹoêždxÇ É¹noÊŽ ɹÇɥʇɹnÉŸ oʇ ʇÇʞɔoá´š ᘔ ɹÇᴉ⟘ É pêžá´‰ná—º + + +advancements.stage5.ultimatecraftingtable.title=ÇêžqÉ⟘ áµ·uᴉʇɟÉɹƆ ÇʇÉɯᴉʇêžâˆ© +advancements.stage5.ultimatecraftingtable.description=sɯÇʇᴉ ÇêžÊŽÊ‡s ÇʌᴉʇÉÇɹɔ êžnɟɹÇÊod ɹoÉŸ ÇêžqÉ⟘ áµ·uᴉʇɟÉɹƆ ÇʇÉɯᴉʇêžâˆ© Çɥʇ Çsn puÉ Ê‡ÉŸÉɹƆ + + +advancements.stage5.ultimateingot.title=¡ʇoáµ·uI ÇʇÉɯᴉʇêžâˆ© +advancements.stage5.ultimateingot.description=¡ʇoáµ·uI ÇʇÉɯᴉʇêžâˆ© Çɥʇ noÊŽ Çʌᴉᵷ êžêžá´‰Ê ÇêžqÉʇ áµ·uᴉʇɟÉɹƆ pÇpuÇʇxÆŽ uÉ uá´‰ ɹÇɥʇÇáµ·oʇ sʇoáµ·uá´‰ ÉŸo ɹÇqɯnu É áµ·uᴉʇɟÉɹƆ + + +advancements.stage5.wirelesscharger.title=uᴉᵷɹÉɥƆ ssÇêžÇɹᴉM +advancements.stage5.wirelesscharger.description=ÊŽêžá´‰sÉÇ pÇᵷɹÉɥɔ ʇuÉÊ noÊŽ áµ·uᴉɥʇʎuÉ É¹oÉŸ ÇsÉq ɹnoÊŽ uá´‰ ÇÊŒÉÉ¥ oʇ ÇuᴉɥɔÉɯ ʇuÇá´‰uÇÊŒuoÉ” É sá´‰ ɹÇᵷɹÉɥƆ ssÇêžÇɹᴉM Çɥ⟘ diff --git a/resources/sevtechages/lang/en_us.lang b/resources/sevtechages/lang/en_us.lang new file mode 100644 index 0000000..86de64d --- /dev/null +++ b/resources/sevtechages/lang/en_us.lang @@ -0,0 +1,1061 @@ +############################################### +###### SevTech: Ages Custom Advancements ###### +############################################### +# Stage 0 +advancements.stage0.abyssalbiome.title=Enter the Darklands +advancements.stage0.abyssalbiome.description=Find and enter a Abyssalcraft dark biome. These biomes exist in colder temperature areas. The world is setup in a logical heatmap meaning hot or cold biomes can be reached by traveling North or South + + +advancements.stage0.abyssalgem.title=Dark Gems +advancements.stage0.abyssalgem.description=Acquire a Shadow Gem from Shadow Creatures residing in the darklands. Smaller creatures have smaller gems while the larger, more dangerous Shadow Creatures drop full gems + + +advancements.stage0.atlas.title=Lost but Now Found +advancements.stage0.atlas.description=Trade for an Antique Atlas map from a Cartographer or Librarian Villager + + +advancements.stage0.baykok.title=Spooky Boss Battle +advancements.stage0.baykok.description=Summon the boss Baykok via a Totemic Ceremony and defeat him to acquire his powerful bow and unlock ranged combat early + + +advancements.stage0.buffalo.title=Ancient Animals +advancements.stage0.buffalo.description=Buffalo provide valuable resources to hunters. Use a Totemic Ceremony to spawn them. Collect their Hide and Teeth. Consult the Totempedia for more information + + +advancements.stage0.charcoal.title=Pressing Your Luck +advancements.stage0.charcoal.description=Press charcoal into a larger block using the Horse Power Press + + +advancements.stage0.chestupgrade.title=Storage Upgrade +advancements.stage0.chestupgrade.description=Ditch your old wooden box and upgrade to a nicer Primal Chest! + + +advancements.stage0.collectplank.title=On the Chopping Block +advancements.stage0.collectplank.description=Use a log to craft a Chopping Block. Place a Log or Plank on the chopping block and use an Axe to cut it into Planks or Sticks + + +advancements.stage0.farmland.title=Teach A Man To Farm +advancements.stage0.farmland.description=Learn the basics of farming from a Farmer Villager trade by trading for Farmland. Farmland cannot be tilled by a hoe in age zero, you will need to craft and place it near water + + +advancements.stage0.fertility.title=Rite of Spring +advancements.stage0.fertility.description=When the Rite of Spring is performed, nearby animals will breed, but only if you drop food on the ground near the totem + + +advancements.stage0.fiber.title=Fibrous Diet +advancements.stage0.fiber.description=To get started, you'll need to collect Plant Fibers from breaking tall grass. Craft 3 together to get Plant Twine. Sticks can be found on the floor or by trimming some leaves. + + +advancements.stage0.fire.title=I HAVE CREATED FIRE +advancements.stage0.fire.description=Hold a Fire Stick in Each hand and click on a block to create fire + + +advancements.stage0.firepit.title=Fire! +advancements.stage0.firepit.description=Use some rocks, twine, and sticks to make a fire pit. Use typical fuel items to light it and insert items to be cooked + + +advancements.stage0.firstbreak.title=Caveman Hate Tree! +advancements.stage0.firstbreak.description=Punching trees hurts and you won't get wood from using your hands! Use the appropriate tool + + +advancements.stage0.firstchest.title=A Place to Put My Stuff +advancements.stage0.firstchest.description=Craft some wood together to make a chest for your things + + +advancements.stage0.firsttool.title=It's Too Dangerous to Go Alone +advancements.stage0.firsttool.description=Craft a Flint Hatchet so you can cut down trees + + +advancements.stage0.fish.title=Spear Fishing +advancements.stage0.fish.description=Use your spear or other tools to fish for a tasty meal! + + +advancements.stage0.flamehopper.title=Flame Grilled Goodness +advancements.stage0.flamehopper.description=A hopper that moves items and keeps blocks above it hot + + +advancements.stage0.flintknapp.title=Flint Sharpening +advancements.stage0.flintknapp.description=Left-click Flint against a hard rock to create Flaked Flint. Doing the same to Flaked Flint will give you a Flaked Flint Point + + +advancements.stage0.fluidbladder.title=Bladder Than Nothing +advancements.stage0.fluidbladder.description=No buckets! Use a Fluid Bladder to craft with + + +advancements.stage0.gear.title=Geared Up For Ratios +advancements.stage0.gear.description=Use your knowledge of the wheel to make a gear! + + +advancements.stage0.grill.title=Hot Grill! +advancements.stage0.grill.description=Upgrade your firepit with something a bit more grate. The grill needs a heatsource below it such as a fire to properly cook + + +advancements.stage0.handgrind.title=Grind It +advancements.stage0.handgrind.description=The Hand Grindstone isn't quick by any means, but it will let you grind stuff up easily + + +advancements.stage0.horsechopper.title=Chop! Chop! Chop! +advancements.stage0.horsechopper.description=No more chopping wood by hand! Place a Horse Power Chopper, attach a Horse using a lead, and insert items to automatically chop + + +advancements.stage0.horsepower.title=Horse Power! +advancements.stage0.horsepower.description=Craft a Horse Power Grindstone and attach a horse using a lead to automate item grinding. Among Horses you can use Parrots, Buffalo, Pigs, Cows, Llamas, and Wolves to work + + +advancements.stage0.kiln.title=Cook It Up +advancements.stage0.kiln.description=Use Clay Balls and a Cobblestone Slab to craft a Kiln. Once placed, you'll need to fire the kiln using a heat source below. Once it's fired it can cook items + + +advancements.stage0.lead.title=You'll Make a Great Lead-er +advancements.stage0.lead.description=Acquire a lead to herd animals + + +advancements.stage0.leather.title=Leather, Rinse, Repeat +advancements.stage0.leather.description=Acquire Leather! + + +advancements.stage0.lowgradecharcoal.title=Forever Fire +advancements.stage0.lowgradecharcoal.description=Low Grade Charcoal blocks are a great source of Charcoal and you can light a fire on top that will never go out + + +advancements.stage0.mat.title=Bed Boys, Bed Boys +advancements.stage0.mat.description=The Sleeping Mat will allow you to sleep on the go! Make sure to set the correct mode for whether or not you'd like to set your spawn while sleeping + + +advancements.stage0.melter.title=Let's Get Down and Melty +advancements.stage0.melter.description=Craft a Melter to begin smelting down ores. It will need the matching heater below to work properly + + +advancements.stage0.melterbase.title=Ace of Melter Base +advancements.stage0.melterbase.description=You don't have liquid fuel so try solid ones! Craft a Heater to get started. Note, you'll need to match the Melter and Heater types for them to work together. Porcelain will not match the seared version + + +advancements.stage0.mesh.title=Mesh Your Flint +advancements.stage0.mesh.description=Flint won't drop from breaking gravel. Use the Grass Fiber Mesh in a crafting grid with Gravel to obtain flint consistently + + +advancements.stage0.mill.title=Quit Millin' Around +advancements.stage0.mill.description=It's Mill-er time. Craft the Millstone from Better With Mods + + +advancements.stage0.naturescompass.title=Dude Where's My Biome? +advancements.stage0.naturescompass.description=You'll need to seek out Darkland Biomes to continue your journey. Use the Nature's Compass to locate the nearest biome + + +advancements.stage0.root.title=SevTech: Ages Tutorial +advancements.stage0.root.description=Welcome to SevTech: Ages! To complete the tutorial complete the advancement to craft a Work Stump to move into Age Zero + + +advancements.stage0.saddle.title=Don't Saddle For Anything Less +advancements.stage0.saddle.description=Gotta Go Fast! Use a Saddle to travel around much faster + + +advancements.stage0.saltflats.title=reSalt of Your Labors +advancements.stage0.saltflats.description=Find Salt in Dry Biomes or Riverbeds. You'll need it for food and curing hide + + +advancements.stage0.spear.title=Spearmint +advancements.stage0.spear.description=Craft a spear for fishing and ranged combat + + +advancements.stage0.stonetools.title=Stone Age! +advancements.stage0.stonetools.description=Craft a Stone Pickaxe to upgrade your aresenal + + +advancements.stage0.tipi.title=Out of the Weather +advancements.stage0.tipi.description=Need a place to sleep at home? Craft a Tipi! + + +advancements.stage0.tomahawk.title=Free Range Hawks +advancements.stage0.tomahawk.description=Craft a Tomahawk to use a ranged weapon. Note, the recipe needs 1 Flaked Flint Point + + +advancements.stage0.totemic.title=Shake, Rattle, and Roll +advancements.stage0.totemic.description=Craft the Rattle, Flute, and Drum needed for Totemic Ceremonies. This advancement will give you a Totempedia. Consult the book for how to perform Totemic Ceremonies and other information + + +advancements.stage0.upgrade.title=Upgrade! +advancements.stage0.upgrade.description=Upgrade to a Flint Pickaxe! + + +advancements.stage0.waterstrainer.title=This is Getting Strainuous +advancements.stage0.waterstrainer.description=If you cannot locate certain resources from under water, use a Water Strainer Base and insert a Strainer. Each Strainer type has a different loot table. Make sure to check them out! You'll need to craft the Strainer Base and a Dense Survivalist's Strainer to complete the advancement + + +advancements.stage0.weaponize.title=It's Business Time +advancements.stage0.weaponize.description=Left-Click a Bone on a block like Cobblestone or Stone to turn it into a Sharp Bone + + +advancements.stage0.wheel.title=The Wheels on the Bus +advancements.stage0.wheel.description=Craft the wheel from Astikoor to use on Horse Carts. Use the Astikoor action key to attach horses to carts + + +advancements.stage0.woodenbarrel.title=Barrel of Vadis +advancements.stage0.woodenbarrel.description=Craft a Primal Core Wooden Barrel to hold liquids + + +advancements.stage0.woodhopper1.title=Have It Your Way +advancements.stage0.woodhopper1.description=Craft a Wooden Hopper to route your items automatically + + +advancements.stage0.woodhopper2.title=Supersize It! +advancements.stage0.woodhopper2.description=Is your current Wooden Hopper not cutting it? Craft a Wopper Mk2 to add more functionality! + + +advancements.stage0.workblade.title=Working for the Weekend +advancements.stage0.workblade.description=If you want to work, you'll need a work blade. Among many other uses, you may use it to break leaves and rushes quickly + + +advancements.stage0.workstump.title=I'm Stumped! +advancements.stage0.workstump.description=No crafting tables yet! Use a Work Stump instead. To craft the items, place them on the table in the correct pattern and use a Crafting Rock to right-click the recipe into existence. When you're finished place the rock in its home at the front of the table + + +# Stage 1 +advancements.stage1.alloykiln.title=All Mixed Up +advancements.stage1.alloykiln.description=Build the Alloy Kiln from Immersive Engineering to create bronze. You'll need 8 Kiln bricks in a 2x2x2 and Right-Click with the Engineer's Hammer to create the structure + + +advancements.stage1.aquamarine.title=The Search for Aquamarine +advancements.stage1.aquamarine.description=Travel to the Beneath Dimension and search the top of the caves for Aquamarine ore + + +advancements.stage1.aqueduct.title=Aqueducts +advancements.stage1.aqueduct.description=Move water using Aqueducts by creating a channel with the aqueduct on the bottom and any block on the sides creating a V shape. Note, This advancement requires that you place the block to complete + + +advancements.stage1.astable.title=Link to the Stars +advancements.stage1.astable.description=Complete the ritual to transform a crafting table into the Luminous Crafting Table + + +advancements.stage1.axle.title=Axle F +advancements.stage1.axle.description=Mechanical Power needs to be routed using an Axle. You can connect them directly to Waterwheels and Wind Mills or Gearboxes. You can have no more than 3 Axles between each Gearbox or Source + + +advancements.stage1.bees.title=Oh Beehave! +advancements.stage1.bees.description=Craft the Rustic Apiary and insert a bee found in beehives around the world. The Apiary will increase crop growth around it when bees are added + + +advancements.stage1.beneath.title=The Beneath +advancements.stage1.beneath.description=Use an Abyssalcraft Ritual to create the Beneath teleporter. Remember to have P.E. in your Necronomicon before starting a ritual. Place the Beneath Teleporter and enter the dimension + + +advancements.stage1.blackquartz.title=Par for the Quartz +advancements.stage1.blackquartz.description=Travel to the bottom of the Beneath dimension to find Black Quartz + + +advancements.stage1.bloodaltar.title=Altered State +advancements.stage1.bloodaltar.description=Capture Demonic Will to build a Blood Altar + + +advancements.stage1.bronze.title=Brains Over Bronze +advancements.stage1.bronze.description=Use the Alloy Kiln to produce Bronze Ingots + + +advancements.stage1.bucket.title=Bucket List +advancements.stage1.bucket.description=Use the Turntable to shape a clay bucket and cook it in the Kiln + + +advancements.stage1.cart.title=Love and Carriage +advancements.stage1.cart.description=Portable storage? Easy mob transportation? Astikor has you covered! Craft a Cart and access its inventory by shift-right clicking, or craft a Transportation Cart to move mobs quickly! + + +advancements.stage1.chest.title=I Need to Get This Off My Chest +advancements.stage1.chest.description=Upgrade your chest + + +advancements.stage1.claybarrel.title=Bottom of the Barrel +advancements.stage1.claybarrel.description=Clay barrels can hold fluids, such as water or liquid metals + + +advancements.stage1.coal.title=Locate and mine coal +advancements.stage1.coal.description=Find a Coal surface sample and dig for Coal! The ore is located between Y28 and Y78. Note, surface samples will unhide in already explored areas. + + +advancements.stage1.copper.title=Get To The Copper +advancements.stage1.copper.description=Find a Malachite or Azurite surface sample and dig for Copper! The ore is located between Y12 and Y52. Note, surface samples will unhide in already explored areas. + + +advancements.stage1.crafting.title=Upgrade your crafting +advancements.stage1.crafting.description=Craft a regular table + + +advancements.stage1.dung.title=Pipe Me Up Inside +advancements.stage1.dung.description=Use a Dung Pipe to pull items out of a block or use a Sewer Pipe to pull through solid block + + +advancements.stage1.extension.title=Extensions +advancements.stage1.extension.description=Craft a Barrel Extension and place it on top of a Barrel to increase the amount of liquid it can hold + + +advancements.stage1.furnace.title=It's Getting Hot in Here +advancements.stage1.furnace.description=Light up your life with a new furnace + + +advancements.stage1.gearbox.title=Grinding Your Gears +advancements.stage1.gearbox.description=The Gearbox allows you to extend the reach of your Mechanical Power, Shift+Right Click a side to move the input/outputs. A powered Axle must go into the side with a cross on it + + +advancements.stage1.hoe.title=Can We Hoe It?! +advancements.stage1.hoe.description=Craft a Hoe to begin farming more efficiently + + +advancements.stage1.huntingdim.title=Hunt or be Hunted +advancements.stage1.huntingdim.description=If you need to find hostile mobs, use the Hunting Dimension. Craft the portal frame just like you would the Nether Portal, light it using a Vanilla Sword and sneak in the portal to enter + + +advancements.stage1.journal.title=This Is Going in My Diary +advancements.stage1.journal.description=Access the knowledge of the stars by crafting the Astral Sorcery Journal. Note, the Astral Sorcery Shrines do not exist in the world. Recipes have been altered to account for this + + +advancements.stage1.leafbed.title=Crunchy Pillows +advancements.stage1.leafbed.description=Is your current sleeping situation not good enough? Throw some leaves on top of hay to make a Leaf Bed! + + +advancements.stage1.necro.title=Abyssalcrafted +advancements.stage1.necro.description=Craft the Necronomicon to guide you through Abyssalcraft + + +advancements.stage1.parchment.title=Something to Write On +advancements.stage1.parchment.description=Begin keeping records of your knowledge on Parchment. It requires the bark from Mulberry trees which spawn out in the world + + +advancements.stage1.parrot.title=I Can't Find a Jungle?! +advancements.stage1.parrot.description=Consult the Necronomicon Normal Rituals section to discover how to summon a Parrot and tame it using seeds to complete the Advancement. Or just go find a Jungle + + +advancements.stage1.pedestal.title=Pedestalling for Time +advancements.stage1.pedestal.description=To charge your Necronomicon you can either stand in range of Statues holding the book, or craft a Pedestal to place the book on. Make sure the statues are 3 blocks from the Pedestal and at the same height + + +advancements.stage1.plumbline.title=Plumbing the Depths +advancements.stage1.plumbline.description=Use the Plumb Line to discover your Y level + + +advancements.stage1.prospector.title=Prospecting +advancements.stage1.prospector.description=Craft a Weak Dowsing Rod to help you locate ore + + +advancements.stage1.root.title=Welcome to Age 1 +advancements.stage1.root.description=Welcome to the next age! Blocks previously hidden will now become visible, such as ore samples and others + + +advancements.stage1.statue.title=Abyssal Trophy Case +advancements.stage1.statue.description=To perform dark rituals you will need to collect statues to power your Necronomicon. Find a Shoggoth Lair in the Swamp and River biomes. After 6 or more spawn they will eventually erect a Monolith with a statue on top. Or, craft a statue using the Shoggoth Flesh. Consult the Necronomicon for more information + + +advancements.stage1.stepup.title=I Don't Want it Anymore! +advancements.stage1.stepup.description=Now that you are traveling less, you can use the Blood Altar to create an Apple of Lofty Stature which will remove your step-up abilities. + + +advancements.stage1.stoneanvil.title=Anvil Lavigne +advancements.stage1.stoneanvil.description=Need plates? Smash some ingots with a mallet on the Stone Anvil + + +advancements.stage1.tchannel.title=Follow My Channel Plz +advancements.stage1.tchannel.description=A Channel is a great way to transport liquids from tanks and other sources. When placing down the Channel, follow the arrow on top and Right Click to change directions/disconnect/etc. Pour liquids onto the channel using a normal or porcelain Faucet + + +advancements.stage1.tin.title=Error 404: Heart Not Found +advancements.stage1.tin.description=Find a Cassiterite or Teallite surface sample and dig for Tin! The ore is located between Y8 and Y68. Note, surface samples will unhide in already explored areas. + + +advancements.stage1.turntable.title=Turning the Tables +advancements.stage1.turntable.description=Craft a Turntable, connect the bottom with Mechanical Power, and place a block on top to begin shaping + + +advancements.stage1.waterwheel.title=Water We Doing +advancements.stage1.waterwheel.description=Getting started in Mechanical Power will require a source such as the Better With Mods Waterwheel + + +advancements.stage1.woodbasin.title=Stirring the Pot +advancements.stage1.woodbasin.description=Looking for a more efficient way to make leather or dough? Craft the Wooden Basin, fill it with the correct liquid and items, then stir! + + +# Stage 2 +advancements.stage2.astable2.title=Starlight Upgrade +advancements.stage2.astable2.description=Upgrade the Luminous table the next tier. Aside from the table, you'll need to construct a structure to begin the crafting process. Consult the Astral Sorcery Journal's Exploration section + + +advancements.stage2.betweenlands.title=The Betweenlands +advancements.stage2.betweenlands.description=Locate a Druid Circle in Swamp Biome, kill the druids, and use their talisman pieces to create the Swamp Talisman. Click the Talisman on a placed Sapling to create the large portal to the Betweenlands + + +advancements.stage2.biomealyzer.title=What's My Biome? +advancements.stage2.biomealyzer.description=Use a Biomealyzer to learn the name of the biome you're currently in + + +advancements.stage2.bucket.title=They Be Stealin' My Bucket +advancements.stage2.bucket.description=Now that you have acquired Iron, use your smeltery to cast an Iron Bucket + + +advancements.stage2.carminitereactor.title=Reactor Idle +advancements.stage2.carminitereactor.description=You are going to need a Carminite Reactor to create your first engine. Locate the Reactor either by searching the Ur-Ghast Tower in the Twilight Forest or by crafting using resource found in the Twilight + + +advancements.stage2.compass.title=Get Lost, Oh Wait... +advancements.stage2.compass.description=A Compass will help you determine your X and Z coordinates + + +advancements.stage2.conpaper.title=Filling in the Gaps +advancements.stage2.conpaper.description=Acquire Constellation Paper to fill the information in your Astral Sorcery Journal. Right-click while holding the Astral Sorcery Journal to store your Constellation Paper to save space + + +advancements.stage2.controller.title=Controlling +advancements.stage2.controller.description=If flint or bone tools aren't cutting it any longer, you'll need a Smeltery. After you place all your smeltery blocks place a Smeltery Controller to complete the structure and the advancement + + +advancements.stage2.depth.title=Into The Depths +advancements.stage2.depth.description=Craft a Depth Meter to better monitor your Y level + + +advancements.stage2.dowsingrod.title=Upgrade Your Prospects +advancements.stage2.dowsingrod.description=Craft Tough Dowsing Rod to help locate a larger variety of ores. You can use it to find ore within 48 blocks of where you click + + +advancements.stage2.drawertable.title=A Place for My Things +advancements.stage2.drawertable.description=Use the Framing Table to build a custom Storage Drawers using Framed Drawers and blocks you want as decoration + + +advancements.stage2.enderman.title=Defeat the Endermenace! +advancements.stage2.enderman.description=Endermen have begun spawning in the world, slay them to obtain their Ender Dust + + +advancements.stage2.extendedcraftingbasic.title=Extended Crafting: Iron +advancements.stage2.extendedcraftingbasic.description=Craft the Basic Crafting Table from Extended Crafting for more complex recipes + + +advancements.stage2.glass.title=Glass Blowing +advancements.stage2.glass.description=Create glass by first melting Sand in the Melter or Smeltery and pouring it into a basin + + +advancements.stage2.gold.title=Gold Standard +advancements.stage2.gold.description=Find a Gold surface sample and dig for Gold! The ore is located between Y5 and Y40 + + +advancements.stage2.iron.title=Iron Sights +advancements.stage2.iron.description=Find a Hematite surface sample and dig for Iron! The ore is located between Y32 and Y60 + + +advancements.stage2.lapis.title=Roses are Red, Lapis is Blue +advancements.stage2.lapis.description=Find a Lapis surface sample and dig for Lapis! The ore is located between Y10 and Y38 + + +advancements.stage2.lightwell.title=Liquify +advancements.stage2.lightwell.description=The Lightwell from Astral Sorcery will allow certain items to be liquefied into Liquid Starlight + + +advancements.stage2.mapping.title=Advanced Mapping +advancements.stage2.mapping.description=Upgrade your current map to something much more advanced by eating an Iron Apple. Note, this is an early unlock and does not have to be completed. The reward can be granted in a later stage + + +advancements.stage2.market.title=The Market +advancements.stage2.market.description=Use the Farming for Blockheads Market to order Seeds and Saplings + + +advancements.stage2.nuggetcast.title=Casting a Nugget +advancements.stage2.nuggetcast.description=To obtain a Nugget Cast you will need to create a Stone Nugget with a block of Stone on the Stone Anvil + + +advancements.stage2.paper.title=Papers Please +advancements.stage2.paper.description=Evolve your paper production technique by making Minecraft Paper + + +advancements.stage2.piston.title=Push It Real Good +advancements.stage2.piston.description=Need to push items around?! Find a Piston in the Ur-Ghast Tower located in the Twilight Forest or locate the resources to craft it + + +advancements.stage2.resonatingwand.title=Resonation +advancements.stage2.resonatingwand.description=You'll need a Resonating Wand from Astral Sorcery to continue your journey + + +advancements.stage2.rockcrystal.title=Rock, Paper, Crystals +advancements.stage2.rockcrystal.description=Rock Crystals are important for Astral Sorcery progression. Find a Rock Crystal sample on the surface and dig down to find the ore between Y3 and Y18 + + +advancements.stage2.root.title=Age 2 +advancements.stage2.root.description=Welcome to the next age! + + +advancements.stage2.sealantern.title=Under Da Sea Lantern +advancements.stage2.sealantern.description=The Tier 3 Blood Magic Altar caps can be made from Sea Lanterns or Glowstone. Locate Prismarine from an Ocean Monument or as a drop from the Dark Forest Maze in the Twilight Forest + + +advancements.stage2.skywave.title=Starlight Geolocation +advancements.stage2.skywave.description=The Luminous Crafting Table requires the Starlight meter to be filled before a crafting operation can be completed. Craft and use the Fosic Resonator to locate an area in the world that is rich in starlight to craft with. You'll have a difficult time finding it during the daytime. It's best to wait until night + + +advancements.stage2.smeltertank.title=Smelter Tank +advancements.stage2.smeltertank.description=Solid fuels only get you so far. Craft and place a Porcelain or Seared Tank beneath your melter to melt Iron and other materials needing higher temperatures. Note, you'll need to let the current fuel source run out or break/replace the melter to see the new temperature + + +advancements.stage2.starpowder.title=Star Power +advancements.stage2.starpowder.description=Stardust can be found when breaking Rock Crystal Samples, don't forget to mark your map because the samples will also indicate a vein of Rock Crystal Ore beneath! Once your Astral Sorcery infrastructure is complete you can begin making them + + +advancements.stage2.stevescarts.title=Train-ing with Coal +advancements.stage2.stevescarts.description=You have discovered the power of combustion! Craft a Coal Engine + + +advancements.stage2.stopwatch.title=Speedrunner +advancements.stage2.stopwatch.description=The Stopwatch will display information on the player's motion + + +advancements.stage2.tcontable1.title=Tinkerer +advancements.stage2.tcontable1.description=Time to ditch your old Crafting Table and upgrade to a Crafting Station, it will let you keep your items in the grid and attach to nearby inventories + + +advancements.stage2.tcontable2.title=Part Maker +advancements.stage2.tcontable2.description=You can start working on replacing your tools by crafting a Stencil Table and Part Builder + + +advancements.stage2.tcontable3.title=Tool Station +advancements.stage2.tcontable3.description=To build your new tools, you'll need a Tool Station + + +advancements.stage2.twilight.title=Enter the Twilight +advancements.stage2.twilight.description=Enter the Twilight Forest dimension to continue your journey. Fill a 2x2 hole with water, surround it with plants, saplings, or flowers and throw an Astral Sorcery Starmetal Ingot into the water to create the portal + + +advancements.stage2.wateringcan.title=Fast Farm +advancements.stage2.wateringcan.description=If you're tired of waiting for crops to grow craft a Watering Can + + +advancements.stage2.weedwoodsticks.title=Weedwood +advancements.stage2.weedwoodsticks.description=Weedwood sticks are found by breaking Weedwood Bushes. Commonly found around the Betweenlands. Note, they are not available by chopping wood + + +advancements.stage2.weedwoodsword.title=The Betweenlands +advancements.stage2.weedwoodsword.description=Tools brought into the Betweenlands from other dimensions will not be effective. You'll need to craft new tools and weapons to progress. Note, This advancement specifically requires you to craft a Weedwood Sword to complete + + +advancements.stage2.weird.title=Top 10 Weirdest Gadgets +advancements.stage2.weird.description=If you would like a chunk loader, craft a Weirding Gadget and place it down to load a 3x3 area of chunks + + +advancements.stage2.wool.title=Wooly Blankets +advancements.stage2.wool.description=Craft some wool from Fleece and Wicker + + +# Stage 3 +advancements.stage3.amethyst.title=Nether Amethyst Ore +advancements.stage3.amethyst.description=A rare gem found in the Nether. Can be located using the Age 3 and above Prospectors + + +advancements.stage3.bauxite.title=Bauxite Ore +advancements.stage3.bauxite.description=Find a Bauxite surface sample and dig for Aluminum! The ore is located between Y45 and Y70 + + +advancements.stage3.bellows.title=Bellows +advancements.stage3.bellows.description=Craft and mechanically power the Bellows to Stoke your Better With Mods Hibachi Fire + + +advancements.stage3.blazerod.title=Blaze Rod +advancements.stage3.blazerod.description=Travel to the Nether, collect Blaze Powder, and use the Metal Press to convert them into Blaze Rods + + +advancements.stage3.bonehoe.title=Nether Tools +advancements.stage3.bonehoe.description=Use the Bone Hoe to till dirt and also for Tilled Soul Sand + + +advancements.stage3.buildcraft.title=Upgrade Your Line +advancements.stage3.buildcraft.description=Craft a Redstone Engine to begin powering your Buildcraft Pipes + + +advancements.stage3.circuitboard.title=I'm Board +advancements.stage3.circuitboard.description=Use the Engineer's Workbench to craft a Circuit Board + + +advancements.stage3.conveyorbelt.title=Conveyor Belt +advancements.stage3.conveyorbelt.description=Immersive Engineering Conveyor Belts are great for item transport! + + +advancements.stage3.creosote.title=Creosote +advancements.stage3.creosote.description=Use the Coke Oven to produce both Creosote liquid and Coal Coke + + +advancements.stage3.crudeoil.title=Drilling for Oil +advancements.stage3.crudeoil.description=Use the Core Sample Drill to locate oil in a chunk. Setup an Immersive Petroleum Pumpjack to extract it and grab a bucket of it to complete the advancement + + +advancements.stage3.distillation2.title=Give it Some Gas +advancements.stage3.distillation2.description=Further processing Diesel in a Distillation Tower will create Kerosene, Gasoline, and Lubricant. You'll need 1 bucket of each to complete the advancement. These liquids will provide sources of fuel, speed up certain machines, or allow further processing + + +advancements.stage3.drawercontroller.title=Storage Drawer Controller +advancements.stage3.drawercontroller.description=The Storage Drawer Controller allows you to turn your drawers into a network + + +advancements.stage3.extendedcrafting1.title=Extended Crafting: Gold +advancements.stage3.extendedcrafting1.description=Craft the Advanced Crafting Table from Extended Crafting for more complex recipes + + +advancements.stage3.filteredhopper.title=Filtered Hopper +advancements.stage3.filteredhopper.description=Use the Filtered Hopper to collect Hellfire Dust and fill Soul Urns + + +advancements.stage3.galgadorian.title=Galgadorian Metal +advancements.stage3.galgadorian.description=Collect an Enhanced Galgadorian Ingot to further upgrade your infrastructure + + +advancements.stage3.hibachi.title=Hibachi +advancements.stage3.hibachi.description=The Better With Mods Hibachi will allow you to have a Stoked Fire below your Cauldron and Crucible + + +advancements.stage3.iebook.title=Engineer Manual +advancements.stage3.iebook.description=The Immersive Engineering Manual is good. use it + + +advancements.stage3.iehammer.title=Engineer's Hammer +advancements.stage3.iehammer.description=Craft an Engineer's Hammer for creating multiblock machines and rotating blocks + + +advancements.stage3.liquidplastic.title=The Invention of Plastic +advancements.stage3.liquidplastic.description=Using the Modular Machinery liquid Processor, convert Propene into Liquid Plastic + + +advancements.stage3.modularmachinery.title=Modularity +advancements.stage3.modularmachinery.description=The Modular Machinery Controller is the main block needed in every M.M. Machine. Check the Blueprint recipes for how to build each structure + + +advancements.stage3.naphtha.title=Distillation +advancements.stage3.naphtha.description=Now that you have extracted Oil, build an Immersive Petroleum Distillation Tower to process Oil into Naphtha and Diesel and grab a bucket of each to complete the advancement + + +advancements.stage3.nether.title=Enter the Nether +advancements.stage3.nether.description=Travel to the Nether. Pre-built Portals exist in hot biomes such as Deserts and Savannahs. Remember, the world is setup in a logical heat map. If you need to find a hot biome you can travel North or South until you reach that climate + + +advancements.stage3.netherbrick.title=Nether Brick +advancements.stage3.netherbrick.description=Place Nether Sludge in a Better With Mods Kiln to cook it into Nether Bricks. Consult the Book of Single on how to assemble the Kiln + + +advancements.stage3.netherexbiome.title=The Nether Has Frozen Over +advancements.stage3.netherexbiome.description=Locate and enter the Arctic Abyss Biome + + +advancements.stage3.netherwart.title=Nether Wart +advancements.stage3.netherwart.description=Find and collect Nether Wart. It's most commonly found in Nether Fortresses + + +advancements.stage3.nickel.title=Limonite Ore +advancements.stage3.nickel.description=Find a Limonite surface sample and dig for Nickel! The ore is located between Y6 and Y40 + + +advancements.stage3.oreexcavation.title=Ore Excavation +advancements.stage3.oreexcavation.description=Use the Ore Excavation Modifier item to add an Excavation ability to a Tinkers' Tool. You can also add an Excavation Enchantment to non-Tinkers' tools using the Enchantment Table + + +advancements.stage3.oreprospector.title=Ore Prospector +advancements.stage3.oreprospector.description=Craft an Ore Prospector to locate ore in Age 3 + + +advancements.stage3.plastic.title=Plasticity +advancements.stage3.plastic.description=The Plastic Molder from Modular Machinery will convert Liquid Plastic into Plastic Sheets useable for a number of new recipes + + +advancements.stage3.platinum.title=Platinum Ore +advancements.stage3.platinum.description=Find a Platinum surface sample and dig for Platinum! The ore is located between Y3 and Y25 + + +advancements.stage3.potash.title=Potash +advancements.stage3.potash.description=Use Logs, Planks, or Sawdust in a Stoked Cauldron to create Potash + + +advancements.stage3.projector.title=Overhead Projector +advancements.stage3.projector.description=Use a Projector by finding the Immersive Engineering structure you want to make and then craft the manual and projector together. You can use the projector to help build the structure using ghost blocks in the world + + +advancements.stage3.propene.title=Propene and Propene Accessories +advancements.stage3.propene.description=Using a Modular Machinery Chemical Mixer will allow you to mix Naphtha and Steam to create Propene. Grab a bucket to progress towards plastic + + +advancements.stage3.rails.title=Railways +advancements.stage3.rails.description=Craft and use Rails to travel long distances quickly + + +advancements.stage3.redstone.title=Cinnabar Ore +advancements.stage3.redstone.description=Find a Cinnabar surface sample and dig for Redstone! The ore is located between Y5 and Y12 + + +advancements.stage3.root.title=Age 3 +advancements.stage3.root.description=Welcome to the next age! + + +advancements.stage3.sampledrill.title=A Small Sample +advancements.stage3.sampledrill.description=Use the Core Sample Drill to locate both Ore Veins and Liquid under the surface per chunk. Don't forget it requires power and you can place the Samples on the ground by Shift-Clicking + + +advancements.stage3.silverlead.title=Galena Ore +advancements.stage3.silverlead.description=Find a Galena surface sample and dig for Silver and Lead! The ore is located between Y16 and Y50 + + +advancements.stage3.soundmuffler.title=Sound Muffler +advancements.stage3.soundmuffler.description=Loud noises driving you crazy? Place down a Super Sound Muffler and configure it to mute the sounds you don't want to hear any more + + +advancements.stage3.standardhull.title=Steve's Carts Standard Hull +advancements.stage3.standardhull.description=The Standard Hull from Steve's Carts will allow you to craft better carts + + +advancements.stage3.steam.title=Hot and Steamy +advancements.stage3.steam.description=Using the Immersive Tech Boiler or Solar Tower, produce and grab a bucket of Steam to complete the advancement + + +advancements.stage3.steel.title=Steel Ingot +advancements.stage3.steel.description=The Blast Oven will allow you to create Steel from Coal Coke and Iron Ingots + + +advancements.stage3.stevescartsassembler.title=Steve's Carts +advancements.stage3.stevescartsassembler.description=The Cart Assembler will allow you to build a modular cart. Remember, you can craft upgrades and attach them via Shift-Clicking to the outside of the Assembler to speed up production time or use other features + + +advancements.stage3.vacuumtube.title=Vacuum Tube +advancements.stage3.vacuumtube.description=Craft a Vacuum Tube in the Engineer's Workbench + + +advancements.stage3.viescraft.title=Flight! +advancements.stage3.viescraft.description=Using all the Engine items, craft a V1 Viescraft Airship. Open the GUI to see what you can upgrade and to customize the look of your ship + + +advancements.stage3.waterwheel.title=Water Wheel +advancements.stage3.waterwheel.description=A Waterwheel connected to a Kinetic Dynamo will provide power when spun by flowing water + + +advancements.stage3.windmill.title=Windmill! +advancements.stage3.windmill.description=Craft and connect a Windmill to a Kinetic Dynamo to provide power from wind + + +advancements.stage3.wire.title=DireWires +advancements.stage3.wire.description=Now you have power, you'll need to transfer it around your base! + + +advancements.stage3.wireshock.title=A Dire Situation +advancements.stage3.wireshock.description=A DireWire installation can lead to a lot of shocking. So you can now insulate your wires. But it won't solve the DireWire install. + + +advancements.stage3.woodhull.title=Steve's Carts Wooden Hull +advancements.stage3.woodhull.description=Craft a Wood Hull to make a very basic Steve's Cart + + +advancements.stage3.workbench.title=Engineer's Workbench +advancements.stage3.workbench.description=Craft an Engineer's Workbench to craft items from Blueprints + + +# Stage 4 +advancements.stage4.adapter.title=Don't Underestimate My Power +advancements.stage4.adapter.description=When you're unable to transfer energy between different mods, the Power Adapter block can help convert + + +advancements.stage4.ae2panel.title=Applied Energistics +advancements.stage4.ae2panel.description=Craft an ME Terminal and choose your path to Applied Energistics, Refined Storage, or both! + + +advancements.stage4.amadrontablet.title=Amadron Delivery +advancements.stage4.amadrontablet.description=Fill the Amadron Tablet with air pressure and use it to order items. Make sure to set the pickup and dropoff locations by using Shift Right-Click + + +advancements.stage4.ardite.title=Ardite Ore +advancements.stage4.ardite.description=Locate and mine Ardite Ore in the Nether using a Cobalt Level pickaxe + + +advancements.stage4.blockheads1.title=Modern Style Kitchen +advancements.stage4.blockheads1.description=Cooking Food in a furnace is a bit cumbersome, install a new kitchen into your base. Start off with the Cooking for Blockheads I book + + +advancements.stage4.blockheads2.title=Moving on Up! +advancements.stage4.blockheads2.description=Use the Cooking for Blockheads Book II to craft available recipes from your inventory or as a crafting material for appliances + + +advancements.stage4.blockheads3.title=Full Kitchen +advancements.stage4.blockheads3.description=Cooking for Blockheads appliance blocks all act as a multiblock when placed next to each other. Craft and place the Cooking Table to get started. Then you can place the Oven, Fridge, Sink, and other items to gain more functionality + + +advancements.stage4.certusquartz.title=Certus Quartz +advancements.stage4.certusquartz.description=Find an Assorted Quartz surface sample and dig for Certus Quartz! The ore is located between Y6 and Y40 + + +advancements.stage4.cobalt.title=Cobalt +advancements.stage4.cobalt.description=Locate and mine Cobalt, found throughout the Nether + + +advancements.stage4.compressediron.title=Pneumatic Iron Ingot +advancements.stage4.compressediron.description=Create a Compressed Iron Ingot + + +advancements.stage4.compressor.title=Under Pressure +advancements.stage4.compressor.description=Craft the Compressor Machine from Galacticraft to create Compressed Plates + + +advancements.stage4.endcrystal.title=Reincarnation +advancements.stage4.endcrystal.description=If you want to respawn the Ender Dragon, craft 4 End Crystals and place them on the exit portal in the end. Each Crystal needs to be placed on the center of three bedrock blocks + + +advancements.stage4.enderalloy1.title=Ender Alloy +advancements.stage4.enderalloy1.description=Defeat the Dragon and mine the Biotite in the End to use in Ender Alloy creation + + +advancements.stage4.enderalloy2.title=Enhanced Ender Alloy +advancements.stage4.enderalloy2.description=Locate Chorus in the End and use the Fruit to create Enhanced Ender Alloy + + +advancements.stage4.enderalloy3.title=Advanced Ender Alloy +advancements.stage4.enderalloy3.description=Locate Purpur, End Rods, and a Shulker Shell to create Advanced Ender Alloy + + +advancements.stage4.endercrafter.title=Ender Crafter +advancements.stage4.endercrafter.description=Craft the Ender Crafter and Ender Alternator for advanced crafting + + +advancements.stage4.extendedcraftingelite.title=Elite Crafting Table +advancements.stage4.extendedcraftingelite.description=Some recipes need more space. Craft an Elite Crafting Table to begin + + +advancements.stage4.fuelloader.title=Fill Her Up +advancements.stage4.fuelloader.description=The Fuel Loader will be needed to fuel a Rocket before Take off + + +advancements.stage4.inscriber.title=Inscribing +advancements.stage4.inscriber.description=Craft and connect the Inscriber to begin creating processors and other machines + + +advancements.stage4.laserassembly.title=Programming the Assembly +advancements.stage4.laserassembly.description=Order an Assembly Program: Laser from your Amadron Tablet + + +advancements.stage4.launchpad.title=Thrusters Are Go +advancements.stage4.launchpad.description=To take off, you'll need to place 9 Landing Pads in a 3x3 and then place your rocket on the center pad + + +advancements.stage4.machinecasing.title=Machine Casing +advancements.stage4.machinecasing.description=Advanced Machines need more complex casing + + +advancements.stage4.manyullyn.title=Manyullyn +advancements.stage4.manyullyn.description=Combine Ardite and Cobalt in a Smeltery to create Manyullyn + + +advancements.stage4.moon.title=To the Moon! +advancements.stage4.moon.description=Launch a Rocket and land on the Moon + + +advancements.stage4.nasaworkbench.title=Space Program Foundation +advancements.stage4.nasaworkbench.description=Craft a NASA Workbench to begin your journey to the Moon + + +advancements.stage4.oxygencollector.title=Oxygen is Included +advancements.stage4.oxygencollector.description=To create Galacticraft Fuel, you will need to combine Kerosene and Oxygen in an Immersive Engineering Refinery. Oxygen can initially be collected by the Oxygen Collector + + +advancements.stage4.plasticmixer.title=Plastic Mixer +advancements.stage4.plasticmixer.description=Craft a Plastic Mixer to create colored Plastic Sheets + + +advancements.stage4.presses.title=Hold the Presses +advancements.stage4.presses.description=Locate the materials needed to create the Engineering, Logic, and Silicon Presses to allow for Applied Energistics and Refined Storage networks + + +advancements.stage4.pressurechamberwall.title=Pressure Chamber +advancements.stage4.pressurechamberwall.description=Craft Pressue Chamber Walls and build a Pneumaticraft Pressure Chamber + + +advancements.stage4.printedcircuitboard.title=Printed Circuit Board +advancements.stage4.printedcircuitboard.description=Using your Pneumaticraft setup, create a Printed Circuit Board + + +advancements.stage4.prospector4.title=Ore Prospector Tier 4 +advancements.stage4.prospector4.description=Craft the Advanced Prospector to locate Age 4 ores + + +advancements.stage4.root.title=Age 4 +advancements.stage4.root.description=Welcome to the next age! + + +advancements.stage4.rsgrid.title=Refined Storage +advancements.stage4.rsgrid.description=Craft a Refined Storage Grid and choose your path to Applied Energistics, Refined Storage, or both! + + +advancements.stage4.silicon.title=Silicon Ore +advancements.stage4.silicon.description=Find a Silicon surface sample and dig for Silicon! The ore is located between Y24 and Y48 + + +advancements.stage4.solidendereye.title=Reusable Eye +advancements.stage4.solidendereye.description=Craft and use the Solid Ender Eye to locate the End easily + + +advancements.stage4.spacesuit.title=Sharp Dressed Man +advancements.stage4.spacesuit.description=Craft the full Tier 1 Space Suit to protect you from pressure and radiation when going to the moon + + +advancements.stage4.t1rocket.title=Rocket Ship +advancements.stage4.t1rocket.description=Build a Tier 1 Galacticraft Rocket + + +advancements.stage4.theend.title=Enter the End +advancements.stage4.theend.description=Locate a Stronghold and enter the End Dimension + + +# Stage 5 +advancements.stage5.charger3.title=Charge it Up +advancements.stage5.charger3.description=The Charger Tier III allows you to charge up items much quicker than previous tiers + + +advancements.stage5.cheese.title=The Moon is Made of Cheese +advancements.stage5.cheese.description=Cheese is a rare ore found only on the Moon. Like all other ore on the moon, Quarries will work to mine it + + +advancements.stage5.compactmachines.title=Project Miniaturization +advancements.stage5.compactmachines.description=Want to create your own pocket dimensions and another machine case recipe? Craft the Miniaturization Field Projectors and place them in the world to begin + + +advancements.stage5.creativecompressor.title=Creative Air Compressor +advancements.stage5.creativecompressor.description=Craft the Creative Air Compressor from Pneumaticraft + + +advancements.stage5.creativeenergycube.title=Creative Energy Cube +advancements.stage5.creativeenergycube.description=Craft the Creative Energy Cube from Mekanism + + +advancements.stage5.creativefluidtank.title=Creative Fluid Tank +advancements.stage5.creativefluidtank.description=Craft the Creative Fluid Tank from Mekanism + + +advancements.stage5.creativejetpack.title=Creative Jetpack +advancements.stage5.creativejetpack.description=Craft the Creative Jetpack + + +advancements.stage5.creativemodifer.title=Creative Modifier +advancements.stage5.creativemodifer.description=Craft the Creative Modifier from Tinker's Construct + + +advancements.stage5.desh.title=Locating Desh Ore +advancements.stage5.desh.description=Locate and mine Desh ore on the planet Mars + + +advancements.stage5.diamond.title=Diamonds! +advancements.stage5.diamond.description=Find a Kimberlite surface sample and dig for Diamonds! The ore is located between Y2 and Y20 + + +advancements.stage5.diamondjetpack.title=Diamond Jetpack +advancements.stage5.diamondjetpack.description=Upgrade to the Diamond Jetpack + + +advancements.stage5.electrumjetpack.title=Electrum Jetpack +advancements.stage5.electrumjetpack.description=Craft the Electrum Jetpack + + +advancements.stage5.emerald.title=Emerald Dream +advancements.stage5.emerald.description=Find a Beryl surface sample and dig for Emeralds! The ore is located between Y4 and Y32 + + +advancements.stage5.emeraldjetpack.title=Emerald Jetpack +advancements.stage5.emeraldjetpack.description=Craft the Emerald Jetpack + + +advancements.stage5.inferiumessence.title=Inferium Essence +advancements.stage5.inferiumessence.description=Inferium Essence is an important item to begin Mystical Agriculture. Create it using items from a number of location + + +advancements.stage5.mars.title=The Red Planet +advancements.stage5.mars.description=Launch a Rocket and land on the Mars + + +advancements.stage5.marsrover.title=Roving Around +advancements.stage5.marsrover.description=Traveling around Mars can be a bit slow, craft and use the Mars Rover! Find the NASA Workbench Schemetic as possible loot in dungeons + + +advancements.stage5.neptune.title=The Neptunians +advancements.stage5.neptune.description=Launch a Rocket and land on Neptune. Collect Neptune Surface Rocks to complete the advancement + + +advancements.stage5.osmium.title=Osmium Ore +advancements.stage5.osmium.description=Find an Osmium surface sample and dig for Osmium! The ore is located between Y3 and Y11 + + +advancements.stage5.paperclip.title=Universal Paperclip +advancements.stage5.paperclip.description=Create the world's first Paperclip + + +advancements.stage5.prospectorstage5.title=Ultimate Prospector +advancements.stage5.prospectorstage5.description=Craft the Ultimate Prospector to search for all ore in the ground + + +advancements.stage5.prosperityshard.title=Prosperity Shard +advancements.stage5.prosperityshard.description=Prosperity Shards are needed to progress further into Mystical Agriculture. Use the Empowerer to create it + + +advancements.stage5.root.title=Age 5 +advancements.stage5.root.description=Welcome to the next age! + + +advancements.stage5.saturn.title=The Rings of Saturn +advancements.stage5.saturn.description=Launch a Rocket to Saturn... and land on it... yes. Collect Saturn Surface Rocks to complete the advancement + + +advancements.stage5.scanner.title=Scannable +advancements.stage5.scanner.description=Once powered, the Scanner will allow you to locate blocks around you. Install modules and insert them into the GUI by shift-clicking to open. Hold the use button to initiate a scan + + +advancements.stage5.skystone.title=Sky Stone +advancements.stage5.skystone.description=Moon Cheese can be further refined into Sky Stone using the Metallurgic Infuser from Mekanism + + +advancements.stage5.spacesuit4.title=Sharpest Dressed Man +advancements.stage5.spacesuit4.description=Craft the full Tier 4 Space Suit to protect you from higher levels of pressure and radiation when going to farther planets + + +advancements.stage5.spawnerseeker.title=You're a Harry, Wizard +advancements.stage5.spawnerseeker.description=Finding Dungeons to acquire blueprints can be tough. Craft a Spawner Seeker wand to locate any spawner within a 128 block range + + +advancements.stage5.t2rocket.title=Bigger, Better, Faster +advancements.stage5.t2rocket.description=Build a Tier 2 Rocket to further your exploration range + + +advancements.stage5.ultimatecraftingtable.title=Ultimate Crafting Table +advancements.stage5.ultimatecraftingtable.description=Craft and use the Ultimate Crafting Table for powerful creative style items + + +advancements.stage5.ultimateingot.title=Ultimate Ingot! +advancements.stage5.ultimateingot.description=Crafting a number of ingots together in an Extended Crafting table will give you the Ultimate Ingot! + + +advancements.stage5.sevadus.title=Who's the (final) Boss +advancements.stage5.sevadus.description=You will need to summon Sevadus, the greatest Minecrafter to have ever lived. Summon him forth using an AbyssalCraft Ritual and slay him! Make sure to grab his OJ to complete the quest + + +advancements.stage5.wirelesscharger.title=Wireless Chargin +advancements.stage5.wirelesscharger.description=The Wireless Charger is a convenient machine to have in your base for anything you want charged easily + + +############################################### +########## SevTech: Ages Custom Tips ########## +############################################### +mods.tips.tips.1=Water is only infinite in River and Ocean biomes. +mods.tips.tips.2=The world generates in a logical heat map. Need snow or a desert? Travel North or South until you find it! +mods.tips.tips.3=While walking, your player will change position. +mods.tips.tips.4=WAILA is already installed, you just need to unlock it! +mods.tips.tips.5=SevTech has map mods! You don't have to add your own! +mods.tips.tips.6=Ore Excavation is in the pack. You'll need to discover and unlock it. +mods.tips.tips.7=The Advancement page will lead you through the pack. You can find it in the escape menu or by pressing "L" (default). +mods.tips.tips.8=The carrot in your inventory is where you can view your nutrition levels. If you raise the nutrition levels high enough you will get buffs. Let them drop too low and you'll have debuffs. +mods.tips.tips.9=New items are revealed as you unlock new stages! +mods.tips.tips.10=Ores are hidden until you unlock them via new stages. +mods.tips.tips.11=Can't figure out how to get an item? Check JEI. It may have your answer. +mods.tips.tips.12=You can move faster on certain blocks like Grass Paths. +mods.tips.tips.13=The Ore is setup in large veins. Locate the chunk a vein is in by finding a Sample on the surface. +mods.tips.tips.14=Use F7 to see the light levels on the ground and F9 to see the chunk borders. +mods.tips.tips.15=Want to get to the next stage? Follow the Advancements. +mods.tips.tips.16=Dimensions can only be entered when you unlock them via new stages. +mods.tips.tips.17=Some blocks are disguised as other blocks. They are revealed in the correct stage. Always go back and check out areas you've already explored to see what's new. +mods.tips.tips.18=Ore doubling is available later on in the Industrial stage. +mods.tips.tips.19=Make sure to let Glen out of your park so he can eat and sleep. +mods.tips.tips.20=All enemies do not appear at the beginning of the pack. Some will only spawn later on. +mods.tips.tips.21=Need to locate an ore vein in a chunk? Use items from the Prospectors mod. +mods.tips.tips.22=Coordinates in the F3 screen are not available. Unlock and use Info Accessories to see this information or use markers in the world to find your way. +mods.tips.tips.23=If you die a Death Compass will spawn in your inventory this will point you to the direction of your grave. +mods.tips.tips.24=Shift/Sneak on your grave to retrieve your items. +mods.tips.tips.25=Rafts are an earlier form of water transportation. They are just a bit weaker and slower. +mods.tips.tips.26=Morney cheese sauce (makes 1 gal); 2qt whole milk; 2 qts heavy cream; roux (250g butter/250g flour); sachet (bay, peppercorns, thyme); dijon (to taste); shredded comte cheese (lots/to taste); bring milk/cream/sachet to a boil (remove sachet) then reduce heat to simmer add roux (should be blonde) and whisk until absorbed add dijon and shredded cheese to taste +mods.tips.tips.27=Holding the Drawer Key in your off-hand will automatically lock a newly placed Storage Drawer +mods.tips.tips.28=Try not to let horsepower leads cross chunk borders +mods.tips.tips.29=You can jump onto walls by holding sneak after leaping diff --git a/resources/sevtechages/lang/fr_FR.lang b/resources/sevtechages/lang/fr_FR.lang new file mode 100644 index 0000000..91dcf2d --- /dev/null +++ b/resources/sevtechages/lang/fr_FR.lang @@ -0,0 +1,1011 @@ +# Stage 0 +advancements.stage0.abyssalbiome.title=Entrez dans les Darklands +advancements.stage0.abyssalbiome.description=Trouvez et entrez dans un biome sombre d'Abyssalcraft. Ces biomes se trouvent dans des environnements froid. La carte est divisée avec une logique de chaleur Nord/Sud. Vous trouverez les biomes froid au Nord et les plus chaud au Sud. + + +advancements.stage0.abyssalgem.title=§5§lGemmes sombres +advancements.stage0.abyssalgem.description=Obtenez une gemme sombre sur une créature de l'ombre se trouvant dans les Darklands. Les plus petites créatures auront des gemmes plus petites tandis que les plus gros lâcheront des gemmes complètes. + + +advancements.stage0.atlas.title=§1§lPerdu mais retrouvé +advancements.stage0.atlas.description=Echangez des ressources a un villageois cartographe ou a un libraire afin d'obtenir un Atlas antique. + + +advancements.stage0.baykok.title=Combat de boss effrayant +advancements.stage0.baykok.description=Invoquez Baykok grâce à une cérémonie totemique et battez le afin d'obtenir son puissant arc et débloquer la possibilité de se battre à distance. + + +advancements.stage0.buffalo.title=Des animaux ancients +advancements.stage0.buffalo.description=Les buffalo lâche de précieuse ressource pour les chasseurs. Invoquez les grâce à une cérémonique totémique puis récoltez leurs peau et leurs dents. Consultez le Totempedia pour plus plus d'informations. + + +advancements.stage0.charcoal.title=Pressez votre chance +advancements.stage0.charcoal.description=Pressez du charbon de bois en un bloc de charbon de bois en utilisant la presse. Cette presse nécessite d'y attacher un cheval en laisse pour fonctionner. + + +advancements.stage0.chestupgrade.title=Amélioration de stockage +advancements.stage0.chestupgrade.description=Oubliez votre ancienne boîte en bois et passez au Primal Chest ! + + +advancements.stage0.collectplank.title=Au billot ! +advancements.stage0.collectplank.description=Utilisez un tronc pour créer un billot. Placez un Tronc ou une Planche sur le billot et utilisez une hache pour le trancher en Planche ou Bâton, respectivement. + + +advancements.stage0.farmland.title=La main verte +advancements.stage0.farmland.description=Apprenez les bases de l'agriculture grâce à un villageois Agriculteur. Echangez lui des ressources contre une terre remuée. La terre remuée ne peut pas être crée grâce à une faux lors de l'âge zéro, vous devrez crafter la terre et la placer près de l'eau. + + +advancements.stage0.fiber.title=Un régime de fibre +advancements.stage0.fiber.description=Pour commencer, vous allez devoir récolter de la fibre de plante en cassant des herbes hautes. Assemblez en 3 pour créer une ficelle végétale. Les bâtons peuvent être trouvés au sol ou en cassant des feuilles. + + +advancements.stage0.fire.title=J'AI CREE LE FEU +advancements.stage0.fire.description=Tenez deux bâtons de feu, un dans chaque main, et cliquez sur un bloc afin d'y allumer un feu. + + +advancements.stage0.firepit.title=C'est l'heure du barbuc' +advancements.stage0.firepit.description=Utilisez des pierres, des bâtons et des ficelles pour créer un feu de camp. Faites un clic droit avec un combustile sur le feu de camp afin de l'allumer, puis insérez-y les objets à cuir. + + +advancements.stage0.firstbreak.title=Je déteste les arbres. +advancements.stage0.firstbreak.description=Tapez les arbres à la main vous blessera et vous n'obtiendrez pas de bois. Utilisez un outil approprié. + + +advancements.stage0.firstchest.title=Un endroit ou ranger mes affaires +advancements.stage0.firstchest.description=Assemblez du bois afin de créer un coffre pour vos objets. + + +advancements.stage0.firsttool.title=Ne partez pas seul... +advancements.stage0.firsttool.description=Créez une hachette en silex pour abattre des arbres. + + +advancements.stage0.fish.title=Le poisson n'a qu'à bien se tenir +advancements.stage0.fish.description=Utilisez une lance ou d'autres outils afin de vous pêcher un repas délicieux. + + +advancements.stage0.flamehopper.title=Du bonheur bien grillé +advancements.stage0.flamehopper.description=Un entonnoir qui déplacera vos items tout en gardant le bloc au dessus de lui chaud. + + +advancements.stage0.flintknapp.title=Du silex aiguisé +advancements.stage0.flintknapp.description=Faites un clic-gauche sur de la pierre avec un Silex à la main afin de l'aiguiser. Vous pouvez réitérer avec le silex aiguisé afin de créer une pointe en silex. + + +advancements.stage0.fluidbladder.title=La vessie du vassal +advancements.stage0.fluidbladder.description=Eh non ! Pas de seau. Utilisez une vessie retravaillée afin de la remplir d'eau pour vos craft. + + +advancements.stage0.gear.title=Réinventer la roue +advancements.stage0.gear.description=Utilisez vos connaissances sur la roue pour créer un engrenage. + + +advancements.stage0.grill.title=§4§lCHAUD DEVANT ! +advancements.stage0.grill.description=Améliorez votre feu de camps pour en faire un gril. Le gril nécessite une source de chaleur en dessous de ce dernier afin de pouvoir cuir son contenant. + + +advancements.stage0.handgrind.title=Un coup de moudre +advancements.stage0.handgrind.description=La meule manuelle n'est pas très rapide, mais vous permettra de moudre assez facilement. + + +advancements.stage0.horsechopper.title=Paf ! Crack ! Slash ! +advancements.stage0.horsechopper.description=Fini de couper du bois à la main ! Placez un billot pour cheval, et attachez-y un cheval avec une laisse afin qu'il coupe le bois pour vous. + + +advancements.stage0.horsepower.title=La meule, le cheval +advancements.stage0.horsepower.description=Créez une meule pour cheval et attachez-y un cheval avec une laisse afin qu'il puisse moudre des objets à votre place. Vous pouvez également attacher des perroquets, des buffalo, des cochon, des vaches, des lamas et des loups pour qu'il travaillent à votre place. + + +advancements.stage0.kiln.title=Masterchef +advancements.stage0.kiln.description=Utilisez de l'argile et des dalles de pierre taillée afin de créer un four d'argile. Une fois placé, vous devrez lui fournir une source de chaleur venant d'en dessous afin de pouvoir y cuir des objets. + + +advancements.stage0.lead.title=Vous feriez un parfait berger +advancements.stage0.lead.description=Obtenez une laisse afin de guider les animaux. + + +advancements.stage0.leather.title=Cuir, rincez, puis recommencer +advancements.stage0.leather.description=Obtenez du cuir ! + + +advancements.stage0.lowgradecharcoal.title=Les feu éternels +advancements.stage0.lowgradecharcoal.description=Le bloc de charbon de basse qualitée est un bon combustible, et vous pouvez y allumer un feu éternel dessus. + + +advancements.stage0.mat.title=Bonne nuit les petits +advancements.stage0.mat.description=Le sac de couchage vous permettra de dormir n'importe où ! Assurez-vous d'avoir activé le bon mode selon si vous préferez changer votre point de réapparition ou non lorsque vous dormirez. + + +advancements.stage0.melter.title=Vous me faites fondre +advancements.stage0.melter.description=Créez un four à fusion afin de fondre des minerais. Il lui faudra un chauffage correspondant (porcelaine ou briques brûlées) en dessous afin de pouvoir fonctionner. + + +advancements.stage0.melterbase.title=Les bases de la fonte +advancements.stage0.melterbase.description=Vous n'avez pas de combustible liquide alors essayez donc d'utiliser des solides ! Créer un chauffage afin de transformer votre combustible en chaleur pour le four à fusion. Il faudra un chauffage correspondant au four (porcelaine ou briques brûlées) afin de pouvoir fonctionner. + + +advancements.stage0.mesh.title=Tamisez votre silex +advancements.stage0.mesh.description=Le silex ne tombera pas du gravier. Il vous faut utiliser un tamis en herbe et du gravier afin d'obtenir du silex. + + +advancements.stage0.mill.title=Fini de mouliner ? +advancements.stage0.mill.description=Il est temps de mouliner plus efficacement. Créez la meule de Better With Mods. + + +advancements.stage0.naturescompass.title=J'ai perdu mon biome :| +advancements.stage0.naturescompass.description=Vous allez devoir chercher le biome du Darkland pour continuer votre aventure. Utilisez une boussole de la nature pour localiser le biome le plus proche. + + +advancements.stage0.root.title=SevTech: Le B.A.-BA du Survivant +advancements.stage0.root.description=Bienvenue sur Sevtech: Ages ! Pour completer ce tutoriel et avancer dans l'arbre de progression, vous devez créer une souche de travail. + + +advancements.stage0.saddle.title=La selle et l'unique +advancements.stage0.saddle.description=Utilisez une selle afin d'explorer et voyager plus rapidement. + + +advancements.stage0.saltflats.title=Trop de sel +advancements.stage0.saltflats.description=Trouvez du sel dans un biome sec ou dans une rivière. Vous en aurez besoin pour la nourriture et la création du cuir. + + +advancements.stage0.spear.title=La lance à un 110 +advancements.stage0.spear.description=Créez une lance afin de pêcher ou combattre à distance. + + +advancements.stage0.stonetools.title=L'âge de pierre ! +advancements.stage0.stonetools.description=Créez une pioche en pierre afin d'améliorer votre arsenal. + + +advancements.stage0.tipi.title=Un toit bien mérité +advancements.stage0.tipi.description=Besoin d'un endroit où dormir chez vous ? Créez un tipi ! + + +advancements.stage0.tomahawk.title=Quelqu'un à vu mon Tomahawk ? +advancements.stage0.tomahawk.description=Créez un Tomahawk afin d'avoir une arme à distance. Sa recette nécessite une pointe en silex. + + +advancements.stage0.totemic.title=HEEEEEEEY Macarena +advancements.stage0.totemic.description=Créez des maracas, une flute, et un tambour afin de réaliser une cérémonie totémique. Cet avancement vous donnera un Totempedia, consultez ce livre afin d'apprendre toutes les clefs du parfait chaman. + + +advancements.stage0.upgrade.title=Amélioration ! +advancements.stage0.upgrade.description=Passez à la pioche en silex ! + + +advancements.stage0.waterstrainer.title=Poisson, passoire, poisson, passoi... +advancements.stage0.waterstrainer.description= Si vous ne trouvez pas certaines ressources sous-marine, utilisez une passoire aquatique et insérez-y le filtre de votre choix. Chaque filtre vous permet d'obtenir une liste d'objet différent. Il vous faudra créer le filtre du survivant et l'installer dans une base de passoire afin de completer cet avancement + + +advancements.stage0.weaponize.title=Show biz, baby +advancements.stage0.weaponize.description=Faites un clic gauche avec un os sur de la pierre afin de l'aiguiser. + + +advancements.stage0.wheel.title=§5§lRéinventer la roue, mais pour de bon. +advancements.stage0.wheel.description= Créez la roue du mod Astikoor afin de l'utiliser sur un chariot à cheval. Il vous faudra utiliser la touche d'action définie pour attacher le chariot au cheval. + + +advancements.stage0.woodenbarrel.title=Do a barrel roll +advancements.stage0.woodenbarrel.description=Créez un tonneau afin d'y contenir des liquides. + + +advancements.stage0.woodhopper1.title=Entonnoirs, ACTION ! +advancements.stage0.woodhopper1.description=Créez un entonnoir en bois afin qu'il redirige vos objets automatiquement. + + +advancements.stage0.woodhopper2.title=Voir grand, plus grand +advancements.stage0.woodhopper2.description=Votre entonnoir n'est pas assez efficace ? Passez a l'entonnoir Mk2 pour obtenir de nouvelle fonctionnalitées. + + +advancements.stage0.workblade.title=Travailler le week-end +advancements.stage0.workblade.description=Si vous voulez être plus efficace, il vous faudra un outil de travail. Créez en un afin de casser les feuilles et herbes plus rapidement. Ce dernier a beaucoup d'autre utilités que vous découvrirez plus tard. + + +advancements.stage0.workstump.title=Comme au bon vieux temps +advancements.stage0.workstump.description=Pas de table de craft pour le moment ! Utilisez plutôt un tronc de travail. Afin de composer une recette, placez les objets sur le tronc de la bonne façon puis faites un clic droit sur le tronc avec une roche de composition. Cette dernière peut être placée dans le tronc lorsque vous avez terminé. + + +# Stage 1 +advancements.stage1.alloykiln.title=Un petit four pour un grand métallurge +advancements.stage1.alloykiln.description=Fabriquez un four à alliage du mod Immersive Engineering afin de créer du bronze. Il vous faudra 8 briques de four placée sur un rayon de 2x2x2 puis faites un clic droit avec un marteau de l'ingénieur pour créer la structure. + + +advancements.stage1.aquamarine.title=A la recherche de l'Aquamarine +advancements.stage1.aquamarine.description=Voyagez jusqu'à la dimension de l'En Desssous et cherchez le haut des cavernes pour trouver de l'Aquamarine. + + +advancements.stage1.aqueduct.title=Aqueducs +advancements.stage1.aqueduct.description=Déplacez de l'eau en utilisant les aqueducs en créant un canal en forme de V avec les blocs d'aqueducs. Cette avancement requiert que vous posiez un bloc d'aqueduc. + + +advancements.stage1.astable.title=L'enfant des étoiles +advancements.stage1.astable.description=Complétez un rituel afin de transformer une table de craft en une table de craft lumineuse. + + +advancements.stage1.axle.title=Faire tourner les serviettes +advancements.stage1.axle.description=La puissance mécanique requiert d'être redirigée par des essieus. Vous pouvez les connecter directement au moulin à eau ou à vent ou un boitier mécanique. Vous ne pouvez pas avoir plus de trois essieus entre chaque boitier mécanique ou moulin. + + +advancements.stage1.beneath.title=L'En Dessous +advancements.stage1.beneath.description=Utilisez un rituel d'Abbysalcraft afin de créer un téléporteur vers l'En-Dessous. Assurez vous d'avoir assez de P.E. dans votre Necronomicon avant de commencer le rituel. Placez le téléporteur de l'En-Dessous et entrez dans la dimension. + + +advancements.stage1.blackquartz.title=La quête du quartz +advancements.stage1.blackquartz.description=Dirigez-vous vers les fins fonds de l'En Dessous pour trouver le quartz noir. + + +advancements.stage1.bloodaltar.title=Tuez l'Enfant du démon +advancements.stage1.bloodaltar.description=Capturez une âme démoniaque pour construire un autel du sang. + + +advancements.stage1.bronze.title=Couler un bronze +advancements.stage1.bronze.description=Utilisez le four à alliage pour produire des lingots de bronze. + + +advancements.stage1.bucket.title=L'eau n'aura qu'à bien se tenir +advancements.stage1.bucket.description=Utilisez la plaque tournante afin de fabriquer un seau d'argile et cuisez-le dans un four d'argile. + + +advancements.stage1.cart.title=A bord, Bernade +advancements.stage1.cart.description=Vous en avez marre de porter tout vos objets sur vous ? Fabriquez un chariot et attachez-le à un cheval afin de déplacez plus facilement vos bien. Il vous suffit de faire Shift + Clic droit pour ouvrir ses coffres. + + +advancements.stage1.chest.title=Plus de place dans le coffre +advancements.stage1.chest.description=Améliorez votre coffre ! + + +advancements.stage1.claybarrel.title=Tonneau par-ci, tonneau par-là +advancements.stage1.claybarrel.description=Les tonneaux en cuivre vous permettent de stocker des fluides tels que l'eau ou des métaux liquides. + + +advancements.stage1.coal.title=Chercher et miner du charbon +advancements.stage1.coal.description=Trouvez des échantillons de charbon à la surface et creusez en dessous afin d'en trouver en grande quantité ! + + +advancements.stage1.copper.title=Vous reprendrez un peu de cuivre ? +advancements.stage1.copper.description=Trouvez des échantillons de Malachite ou d'Azurite à la surface et creusez en dessous afin de trouver du Cuivre en grande quantité ! + + +advancements.stage1.crafting.title=Craftons peu, mais craftons bien. +advancements.stage1.crafting.description=Fabriquez une table de craft. + + +advancements.stage1.dung.title=Il y a de la dirt dans les tuyaux +advancements.stage1.dung.description=Utilisez une pipe à objet pour extraire le contenu d'un bloc. Vous pouvez également utiliser un tuyeau d'égoût pour que les objets traversent un bloc. + + +advancements.stage1.extension.title=Extensions +advancements.stage1.extension.description=Fabriquez une extension de tonneau en argile et placez la sur un tonneau en argile pour augmenter la quantité de liquide que ce dernier peut contenir. + + +advancements.stage1.furnace.title=Il fait chaud par ici +advancements.stage1.furnace.description=Et si vous vous fabriquiez un meilleur four ? + + +advancements.stage1.gearbox.title=En avoir mal aux méninges +advancements.stage1.gearbox.description=Le boitier mécanique vous permet d'étendre la portée de votre énerge mécanique. Il vous suffit de faire Shift + Clic droit afin de changer la face qui reçoit la puissance des essieus connectés. La croix représente la face réceptrice, et les autres faces sont émettrices. + + +advancements.stage1.hoe.title=La ferme ! +advancements.stage1.hoe.description=Créez une houe afin d'être plus efficace lors dans votre agricultue. + + +advancements.stage1.huntingdim.title=Chasser, ou être chassé +advancements.stage1.huntingdim.description=Si vous avez besoin de trouver des monstres, utilisez la dimension de chasse. Créez le portail de la même forme que le portail des enfers et activez le en faisant clic droit avec une épée. Il vous suffira ensuite de vous accroupir dans le portail pour le traverser. + + +advancements.stage1.journal.title=Ok, je note. +advancements.stage1.journal.description=Accèdez à la connaissance des étoiles en fabriquant un Journal d'Astromancie. Notez d'ailleurs que les Sanctuaires d'Astromancien n'existe pas dans ce monde, des recettes ont été créée afin de palier à cela. + + +advancements.stage1.leafbed.title=Un coussin croustillant +advancements.stage1.leafbed.description=Vous dormez mal ? Mettez quelques feuilles sur ce foin, et créer un lit de feuille ! + + +advancements.stage1.necro.title=Les Notes du Mal +advancements.stage1.necro.description=Fabriquez un nécronomicon afin d'être guidé au travers d'Abyssalcraft + + +advancements.stage1.parchment.title=Papier s'il vous plaît +advancements.stage1.parchment.description=Commencez à prendre des notes en créant des parchemins. Cela nécessite des écorces de Mûrier, que vous trouverez en explorant. + + +advancements.stage1.parrot.title=Je ne trouve pas de jungle ?! +advancements.stage1.parrot.description=Consultez le nécronomicon dans la section rituel pour découvrir comment faire apparaître un perroquet et l'apprivoiser avec des graines afin de completer cet avancement. Ou trouvez juste une jungle. + + +advancements.stage1.pedestal.title=Le temple du temps +advancements.stage1.pedestal.description=Pour charger votre nécronomicon, vous pouvez soit vous tenir dans la portée des statues en tenant le livre ou vous pouvez fabriquer un piédestal afin de placer le livre dessus. Assurez-vous que les statues soit à 3 bloc du piédestal et à la même hauteur. + + +advancements.stage1.plumbline.title=Sonder les profondeurs +advancements.stage1.plumbline.description=Utilisez une sonde afin de découvrir votre altitude Y. + + +advancements.stage1.prospector.title=Prospection +advancements.stage1.prospector.description=Fabriquez un bâton de prospection afin de faciliter la découverte de minerais. + + +advancements.stage1.root.title=Bienvenue dans l'âge 1 +advancements.stage1.root.description=Bienvenue dans le prochain ère ! Les blocs précédemment cachés sont maintenant visible, tel que les minerais ou autre. + + +advancements.stage1.statue.title=Mes trophées +advancements.stage1.statue.description=Pour faire un rituel, il vous faudra des statues afin de charger votre nécronomicon. Trouver un nid à Shoggoth dans les biomes de Marais ou de Rivière. Si plus de 6 Shoggoth apparaissent, ils créeront un autel sur lequel vous pourrez trouver une statue. Sinon, vous pouvez fabriquez ces dernières avec la chair des Shoggoth. Consultez votre §4nécronomicon §7 pour plus d'informations. + + +advancements.stage1.stepup.title=Fini les âneries +advancements.stage1.stepup.description=Maintenant que vous voyagez moins, vous pouvez utiliser l'autel de sang afin de créer une pomme d'haute stature afin de supprimer votre saut automatique. + + +advancements.stage1.stoneanvil.title=Forger le futur +advancements.stage1.stoneanvil.description=Besoin de plaques ? Tapez des lingots à l'aide d'un maillet sur une enclume. + + +advancements.stage1.tchannel.title=Un canard, des canaux +advancements.stage1.tchannel.description=Les canaux sont de bons moyens de transporter des liquides depuis des tanks et d'autres sources. Lorsques vous placez un canal, fiez-vous aux flèches indicatrice de direction afin de l'orienter. Pour changer la direction, faite un clic droit sur le canal. Il vous faudra un robinet afin de faire couler les liquides dans les canaux. + + +advancements.stage1.tin.title=Etain pour tous +advancements.stage1.tin.description=Cherchez des échantillons de Cassiterite ou de Teallite à la surface et creusez en dessous pour trouver de l'étain. Celui ci se trouve entre l'altitude Y8 et Y68. + + +advancements.stage1.turntable.title=Henri poterie +advancements.stage1.turntable.description=Fabriquez une plaque tournante puis connectez le dessous de cette dernière à de l'énergie mécanique et placez un bloc sur la plaque afin de le travailler. + + +advancements.stage1.waterwheel.title=Le feu au moulin +advancements.stage1.waterwheel.description=Pour commencer à générer de l'énergie mécanique, il vous faudra une source tel qu'un moulin à eau du mod Better With Mods. + + +advancements.stage1.woodbasin.title=Et tourne tourne tourne, c'est ta façon d'crafter +advancements.stage1.woodbasin.description=Vous cherchez un moyen plus efficace de créer du cuir ou de la pâte à pain ? Créez une bassine en bois et remplissez là avec le bon liquide et les bons objets, puis remuez ! + + +# Stage 2 +advancements.stage2.astable2.title=La puissance des étoiles +advancements.stage2.astable2.description=Améliorez votre table lumineuse au prochain niveau. De plus, il vous faudra créer une structure pour commencer le procédé de fabrication. Consultez votre journal d'astromancien dans la section exploration. + + +advancements.stage2.betweenlands.title=Les terres du milieu +advancements.stage2.betweenlands.description=Cherchez un cercle druidique dans un marais et tuez les druides. Utilisez leurs pièces de talisman pour créer un Talisman des Marais. Cliquez, talisman à la main, sur une pousse d'arbre au sol afin de créer un portail vers les terres du milieu. + + +advancements.stage2.biomealyzer.title=On m'appelle Jean-Analyse +advancements.stage2.biomealyzer.description=Utilisez un analyseur de biome pour connaître le nom du biome dans lequel vous vous trouvez. + + +advancements.stage2.bucket.title=Un seau de reconnaissance +advancements.stage2.bucket.description=Maintenant que vous avez du fer, utilisez votre forge pour créer un seau en fer. + + +advancements.stage2.carminitereactor.title=Action, réaction +advancements.stage2.carminitereactor.description=Il vous faudra un réacteur en Carminite pour créer votre premier moteur. Localisez un réacteur en charchant la tour Ur-Ghast dans les forêts du Twilight ou fabriquez un réacteur à partir des ressources trouvez dans les forêts du Twilight. + + +advancements.stage2.compass.title=Euh... Je suis perdu ? +advancements.stage2.compass.description=Une boussole vous aidera à déterminer votre position X et Z. + + +advancements.stage2.conpaper.title=Astromancien en herbe +advancements.stage2.conpaper.description=Faites acquisition d'un parchemin de constellation afin de remplir les informations de votre journal d'astromancie. Faites un clic-droit en tenant le journal pour y stocker vos parchemins de constellation. + + +advancements.stage2.controller.title=Le minerais coule dans mes veines +advancements.stage2.controller.description=Maintenant que les outils de silex ou d'os ne vous servent plus, vous aurez besoin d'une forge. Une fois que vous aurez placé tout les blocs de structure pour créer votre forge, placez un contrôleur de forge afin de compléter celle-ci et finir cet avancement. + + +advancements.stage2.depth.title=Dans les abysses +advancements.stage2.depth.description=Utilisez un mètre de profondeur pour avoir une valeur plus certaines de votre altitude Y. + + +advancements.stage2.dowsingrod.title=Prospecter pour mieux règner +advancements.stage2.dowsingrod.description=Fabriquez un bâton de prospection de meilleure qualitée pour vous aider à localisez une plus grande variétés de minerais. Vous pouvez l'utilisez pour trouver des minerais dans les 48 blocs aux alentours de l'endroit ou vous cliquez. + + +advancements.stage2.drawertable.title=Je suis quelqu'un d'organisé +advancements.stage2.drawertable.description=Utilisez une table de cadrage afin de créer des étagères de rangement personnalisées. + + +advancements.stage2.enderman.title=Mettre fin à l'endermenace +advancements.stage2.enderman.description=Les endermans ont commencés à apparaître dans votre monde. Tuez les pour obtenir du sable de l'Ender. + + +advancements.stage2.extendedcraftingbasic.title=Réévaluation de mon Q.I. +advancements.stage2.extendedcraftingbasic.description=Fabriquez une table de fabriquation basique du mod Extended Crafting pour pouvoir établir des recettes plus complexes. + + +advancements.stage2.glass.title=Souffler dans les verres +advancements.stage2.glass.description=Fabriquez du verre en faisant fondre du sable dans un four à fusion ou dans une forge et faites le couler dans un bassin afin de pouvoir récolter le fruit de votre dur labeur, et patience. + + +advancements.stage2.gold.title=D'or et déjà +advancements.stage2.gold.description=Trouvez un échantillon d'or à la surface et creusez en dessous afin de trouver de l'or ! Le minerais se trouve entre l'altitude Y5 et Y40. + + +advancements.stage2.iron.title=Fer le bien +advancements.stage2.iron.description=Trouvez un échantillon d'Hematite à la surface et creusez en dessous afin de trouver du fer ! Le minerais se trouve entre l'altitude Y32 et Y60. + + +advancements.stage2.lapis.title=Les roses sont rouges, le lapis est bleu +advancements.stage2.lapis.description=Trouvez un échantillon de Lapis à la surface et creusez en dessous afin de trouver du Lapis ! Le minerais se trouve entre l'altitude Y10 et Y38. + + +advancements.stage2.lightwell.title=Liquéfier +advancements.stage2.lightwell.description=Le puit de lumière d'astromancie vous permettra de transformer certains objet en liquide de lumière d'étoiles. + + +advancements.stage2.mapping.title=Un cartographe qui en jette +advancements.stage2.mapping.description=Améliorez votre carte en une carte beaucoup plus avancée en mangeant une pomme de fer. Vous pouvez débloquer cet avancement quand vous le souhaitez. + + +advancements.stage2.market.title=Un tour au marché +advancements.stage2.market.description=Utilisez le marché du mod Farming for Blockheads pour acheter différentes graines et pousses d'arbre. + + +advancements.stage2.nuggetcast.title=Un moule à pépite +advancements.stage2.nuggetcast.description=Pour obtenir un moule de pépite, il vous faudra créer une pépite de pierre en cassant de la pierre polie sur une enclume. + + +advancements.stage2.paper.title=Pierre, PAPIER, ciseaux +advancements.stage2.paper.description=Améliorez votre production de papier en créant le papier de Minecraft. + + +advancements.stage2.piston.title=Pistonné +advancements.stage2.piston.description=Vous avez besoin de pousser des choses ? Trouvez un piston dans la tour Ur-Ghast de la forêt du Twilight ou trouvez les ressources afin de le fabriquer. + + +advancements.stage2.resonatingwand.title=Echo... echo..... echo....... +advancements.stage2.resonatingwand.description=Il vous faudra un bâton résonnant d'astromancien pour continuer votre aventure. + + +advancements.stage2.rockcrystal.title=Les cristaux de tes yeux +advancements.stage2.rockcrystal.description=La pierre de cristal est importante pour l'astromancie. Trouvez en un échantillon à la surface et creusez afin d'en trouver entre l'altitude Y3 et Y18. + + +advancements.stage2.root.title=Age 2 +advancements.stage2.root.description=Bienvenue dans l'âge 2 ! + + +advancements.stage2.sealantern.title=La magie du sang +advancements.stage2.sealantern.description=L'autel de sang niveau 3 requiert des lanternes aquatique ou de la pierre lumineuse. Trouvez de la prismarine dans un monument aquatique ou obtenez en dans la labyrinthe de la forêt sombre dans la forêt du Twilight. + + +advancements.stage2.skywave.title=Réperage stellaire +advancements.stage2.skywave.description=La table de craft lumineuse requière d'êtee chargée par la lumière avant utilisation. Fabriquez et uiliser un résonateur fosique afin de localiser un lieu riche en lumière d'étoile dans votre monde. Vous aurez du mal à en trouver durant la journée, vous feriez mieux d'attendre la nuit. + + +advancements.stage2.smeltertank.title=Âme forgée +advancements.stage2.smeltertank.description=Vous n'irez pas très loin en n'utilisant que du combustible solide. Fabriquez et placer un conteneur en briques brûlées ou en porcelaine au dessous du four à fusion afin d'y stocker le fer fondu et autres minéraux fondus nécessitant une chaleur plus élevée. + + +advancements.stage2.starpowder.title=Pouvoir des étoiles +advancements.stage2.starpowder.description=La poussière d'étoile peut être trouvée lorsque vous cassez un échantillon de pierre de cristal. Lorsque votre structure d'astromancie sera fonctionnelle, vous pourrez créer cette poudre vous même. + + +advancements.stage2.stevescarts.title=Steve dit charbon, et le moteur fût +advancements.stage2.stevescarts.description=Vous avez découvert le pouvoir de la combustion ! Fabriquez un moteur à charbon. + +advancements.stage2.stopwatch.title=Je vais vite, je m'appelle... ? +advancements.stage2.stopwatch.description=Le chronomètre vous aidera à en savoir plus sur votre vélocité. + + +advancements.stage2.tcontable1.title=Crafteur d'élite +advancements.stage2.tcontable1.description=Il est temps de se débarasser de votre vielle table de craft et de passer à la station de craft. Celle-ci vous permettra de garder vos items dans la grille et s'attachera au coffre adjacent. + + +advancements.stage2.tcontable2.title=Outilleur +advancements.stage2.tcontable2.description=Vous pouvez commencer à remplacer vos outils en fabriquant une table à pochoir et un constructeur de pièces. + + +advancements.stage2.tcontable3.title=La meilleure des stations +advancements.stage2.tcontable3.description=Pour fabriquer vos nouveaux outils, il vous faudra une station à outils. + + +advancements.stage2.twilight.title=Non, pas ce Twilight là +advancements.stage2.twilight.description=Entrez dans la forêt du Twilight pour continuer votre aventure. Afin d'y parvenir, remplissez un trou de 2x2 avec de l'eau, entourez-le de plante et jetez un Métal d'étoile dans l'eau pour créer le portail. + + +advancements.stage2.wateringcan.title=Je suis le meilleur farmeur +advancements.stage2.wateringcan.description=Si vous êtes fatigué d'attendre que vos plantes poussent, fabriquez un arrosoir. + + +advancements.stage2.weedwoodsticks.title=Bois de mauvaises herbes +advancements.stage2.weedwoodsticks.description=Les bâtons de bois de mauvaises herbes peuvent être trouvés dans les buissons de mauvaises herbes. Vous trouverez ces derniers dans les terres du milieu. Vous ne pouvez pas les avoir en coupant du bois. + + +advancements.stage2.weedwoodsword.title=Le seigneur des agneaux +advancements.stage2.weedwoodsword.description=Les outils que vous ammenez dans les terres de milieu provenant d'une autre dimension ne seront pas efficace. Vous devrez fabriquer de nouveaux outils et arme pour progresser. Cet avancement requiert que vous fabriquiez une épée de bois de mauvaises herbes. + + +advancements.stage2.weird.title=Charger les quoi ? +advancements.stage2.weird.description=Si vous souhaitez créer un chargeur de chunk, fabriquez un gadget bizarre et placez le pour qu'il charge 3x3 chunks autour de ce dernier. + + +advancements.stage2.wool.title=Laine et terre acide +advancements.stage2.wool.description=Fabriquez de la laine a partir de pelotte et d'osier. + + +# Stage 3 +advancements.stage3.amethyst.title=L'améthyste des enfers +advancements.stage3.amethyst.description=Une gemme rare peut être trouvé en enfer. Vous pouvez la trouver en utilisant les bâton de prospection de l'âge 3 et au delà. + + +advancements.stage3.bauxite.title=Bauxite +advancements.stage3.bauxite.description=Trouvez un échantillon de bauxite à la surface et creusee afin de trouver de l'aluminium. Celui-ci se trouve entre l'altitude Y45 ey Y70. + + +advancements.stage3.bellows.title=Souffler pour mieux cuisiner +advancements.stage3.bellows.description=Fabriquez et fournissez de l'énergie mécanique à un soufflet afin de renforcer l'hibachi de Better With Mods + + +advancements.stage3.blazerod.title=Taper au bâton sur un Blaze +advancements.stage3.blazerod.description=Voyagez jusqu'en enfer afin de récolter de la poudre de Blaze et utilisez une presse en métal afin de la transformer en bâton de Blaze. + + +advancements.stage3.bonehoe.title=Les outils infernaux +advancements.stage3.bonehoe.description=Utilisez une houe en os pour labourer la terre et pour créer du sable d'âme des enfers labouré. + + +advancements.stage3.buildcraft.title=On m'appelle Mario +advancements.stage3.buildcraft.description=Fabriquez un moteur à Redstone pour commencer à faire fonctionner vos tuyaux du mod Buildcraft + + +advancements.stage3.circuitboard.title=Bac+5 en Redstone +advancements.stage3.circuitboard.description=Utilisez un établi d'ingénieur pour fabriquer un circuit imprimé. + + +advancements.stage3.conveyorbelt.title=Aéroport ou usine ? +advancements.stage3.conveyorbelt.description=Les tapis roulant du mod Immersive Engineering sont un bon moyen de transporter vos objets ! + + +advancements.stage3.creosote.title=Créosote +advancements.stage3.creosote.description=Utilisez un four à charbon pour produire du liquide de créosote et du charbon fumé. + + +advancements.stage3.crudeoil.title=Capitalisme +advancements.stage3.crudeoil.description=Utilisez un échantillon de carotte minière pour trouvez de l'huile dans un chunk. Il vous faudra mettre en place un système de pompe à pétrole du mod Immersive Engineering et l'extraire avec un seau pour completer cet avancement. + + +advancements.stage3.distillation2.title=Attention, j'ai les gas +advancements.stage3.distillation2.description=Retravailler le diesel dans une tour à distillation créera du kerosen, du gasoil ainsi que du lubrifiant. Vous aurez besoin d'un seau de chaque pour valider cet avancement. Ces liquides vous fourniront un bon combustible, accélereront certaines machine ou permettront de travailler les objets encore plus. + + +advancements.stage3.drawercontroller.title=Maître du stockage +advancements.stage3.drawercontroller.description=Le controlleur de stockage armoire vous permettra de transformer vos armoire en un réseau connecté. + + +advancements.stage3.extendedcrafting1.title=Je suis Einstein, en mieux +advancements.stage3.extendedcrafting1.description=Fabriquez une table de fabrication avancée du mod Extended Crafting pour débloquer des recettes plus complexes. + + +advancements.stage3.filteredhopper.title=Entonnoir filtré +advancements.stage3.filteredhopper.description=Utilisez un entonnoir à filtre pour collecter de la poussière de feu des enfers et remplir des urnes d'âmes avec. + + +advancements.stage3.galgadorian.title=Galgariste +advancements.stage3.galgadorian.description=Récoltez un lingot de Galgadorian amélioré pour renforcer vos structures. + + +advancements.stage3.hibachi.title=L'Hibachi du futur +advancements.stage3.hibachi.description=L'Hibachi du mod Better With Mods vous permettra d'avoir un feu renforcé en dessous de vos chaudrons et vos creuset. + + +advancements.stage3.iebook.title=Manuel de l'ingénieur novice +advancements.stage3.iebook.description=Le manuel du mod Immersive Engineering est une bonne source d'information, utilisez le. + + +advancements.stage3.iehammer.title=Marteau de l'ingénieur novice +advancements.stage3.iehammer.description=Fabriquez un marteau d'ingénieur pour créer des machines multi-blocs et pour tourner des blocs. + + +advancements.stage3.liquidplastic.title=Du plastique dans les cubes +advancements.stage3.liquidplastic.description=Utilisez une processeur de liquide du mod Modular Machinery afin de convertir le Propene en plastique liquide. + + +advancements.stage3.modularmachinery.title=Un plan à 1 +advancements.stage3.modularmachinery.description=Le contrôleur du mod Modular Machinery est le bloc central de toutes les machines de ce mod. Regardez donc les recettes des plans pour savoir comment construire chaque structure. + + +advancements.stage3.naphtha.title=Distillation légale +advancements.stage3.naphtha.description=Maintenant que vous avez extrait de l'huile, fabriquez un distillateur de pétrole du mod Immersive Engineering afin de pouvoir travailler l'huile en Naphta et en diesel. Ensuite, munissez vous d'un seau de chacun afin de compléter cet avancement. + + +advancements.stage3.nether.title=Entrez en enfer +advancements.stage3.nether.description=Voyagez jusqu'en enfer. Des portails pré-construit existe dans les biomes chaud tels que les désert les savannes. Souvenez-vous bien que la carte est divisée avec une logique de chaleur Nord/Sur. Pour les biomes les plus chaud, voyagez vers le sud et inversement. + + +advancements.stage3.netherbrick.title=La brique des enfers +advancements.stage3.netherbrick.description=Placez de la boue infernale dans un fourneau du mod Immersive Engineering afin de créer des briques infernales. Consultez le livre unique afin d'apprendre comment assembler un fourneau. + + +advancements.stage3.netherexbiome.title=L'enfer est... gelé ?! +advancements.stage3.netherexbiome.description=Cherchez et entrez dans un biome arcticque abyssal. + + +advancements.stage3.netherwart.title=Les verrues infernales +advancements.stage3.netherwart.description=Cherchez et récoltez une verrue des enfers. Vous les trouverez probablement dans une forteresse infernale. + + +advancements.stage3.nickel.title=Nickel, j'ai trouvé de la Limonite +advancements.stage3.nickel.description=Trouvez un échantillon de Limonite à la surface et creusez en dessous afin de trouver du nickel. + + +advancements.stage3.oreexcavation.title=Mineur bientôt majeur +advancements.stage3.oreexcavation.description=Utilisez un objet modificateur de propriété excavatrice pour ajouter une abilité à votre outil du mod Tinkers' Tool. Vous pouvez également ajouter cet abilité à d'autres outils grâce à une table d'enchantement. + + +advancements.stage3.oreprospector.title=Prospecteur sans prospectus +advancements.stage3.oreprospector.description=Fabriquez un prospecteur de minerais afin de localiser les minerais de l'âge 3. + + +advancements.stage3.plastic.title=Plasticité +advancements.stage3.plastic.description=Le fabricateur de plasique du mod Modular Machinery vous permettra de convenir du platisque liquide en barre de plastique afin de les utiliser dans beaucoup de nouvelles recettes. + + +advancements.stage3.platinum.title=A moi les platines +advancements.stage3.platinum.description=Trouvez un échantillon de platine à la surface et creusez pour en trouver entre l'altitude Y3 et Y25. + + +advancements.stage3.potash.title=Elles font scier ces potasses +advancements.stage3.potash.description=Utilisez des troncs, des planches et de la sciure dans un chaudron renforcé afin de créer de la potasse. + + +advancements.stage3.projector.title=L'histoire des blocs fantômes +advancements.stage3.projector.description=Utilisez un projecteur et trouvez la structure que vous souhaitez créer du mod Immersive Engineering, puis, assemblez le manuel et le projecteur ensemble. Vous pouvez utiliser ce projecteur pour vous aider à construire la structure car celui-ci fera apparaître des blocs fantômes. + + +advancements.stage3.propene.title=Un pas de plus vers le plastique +advancements.stage3.propene.description=Utilisez un mixeur chimique du mod Modular Machinery your mélanger du Naphta et de la vapeur afin de créer du propane. Récoltez en dans un seau afin de progresser dans la quête du plastique. + + +advancements.stage3.rails.title=Mon premier rail +advancements.stage3.rails.description=Fabriquez des rails afin de voyager sur de plus longues distance rapidement. + + +advancements.stage3.redstone.title=Cinna... quoi ? +advancements.stage3.redstone.description=Cherchez un échantillon de Cinnabar à la surfance et creusez en dessous afin de trouver de la Redstone. Cette dernière se trouve entre l'altitude Y5 et Y12. + + +advancements.stage3.root.title=Age 3 +advancements.stage3.root.description=Bienvenue dans l'âge 3 ! + + +advancements.stage3.sampledrill.title=Un échantillon +advancements.stage3.sampledrill.description=Utilisez un échantillon de carotte minière pour trouvez des minerais et des liquides sous la surface dans un chunk. N'oubliez pas que cela requiert de l'énergie et que vous pouvez placer les échantillons sur le sol avec shift + clic droit. + + +advancements.stage3.silverlead.title=Vous êtes Galena ce soir +advancements.stage3.silverlead.description=Trouvez un échantillon de Galena à la surface et creusez en dessous afin de trouver de l'argent et du plomb. Ces minerais se trouvent entre l'altitude Y16 et Y50. + + +advancements.stage3.soundmuffler.title=Taisez-vous, enfin ! +advancements.stage3.soundmuffler.description=Vous en avez marre du bruit ? Placez un étouffeur de bruit and configurez le afin qu'il taise les sons que vous ne voulez plus entendre autour de vous. + + +advancements.stage3.standardhull.title=Je retourne miner, moi +advancements.stage3.standardhull.description=Utilisez le Hull du mod Steve's Carts afin de fabriquez de meilleur chariot. + + +advancements.stage3.steam.title=Chaud comme la braise +advancements.stage3.steam.description=Utilisez la tour solaire ou la chaudière du mod Immersive Engineering afin de produire de la vapeur. Récupèrez en un seau afin de compléter cet avancement. + + +advancements.stage3.steel.title=J'ai le steel ! +advancements.stage3.steel.description=Utilisez un four à sablage afin de créer de l'acier en mélangeant du charbon fumé et des lingots de fer. + + +advancements.stage3.stevescartsassembler.title=Mon chariot à moi +advancements.stage3.stevescartsassembler.description=L'assembleur de chariot vous permettra de construire un chariot modulable. Notez que vous pouvez fabriquer des amélioration et les installer avec Shift + Clic-droit sur l'assembleur afin d'accélerer sa production ou pour d'autre bonus. + + +advancements.stage3.vacuumtube.title=Faire le vide +advancements.stage3.vacuumtube.description=Fabriquez un tuyau d'aspiration dans un atelier d'ingénieur. + + +advancements.stage3.viescraft.title=I believe chicken fly +advancements.stage3.viescraft.description=En utilisant tout les moteurs à votre disposition, fabriquer un avion Viescraft V1. Ouvrez le menu de ce dernier pour découvrir toutes les amélioration et customisation possible. + + +advancements.stage3.waterwheel.title=L'eau tourne +advancements.stage3.waterwheel.description=Un moulin à eau connecté à une Dynamo kinétique vous permettra de générer de l'énergie avec le courant de l'eau. + + +advancements.stage3.windmill.title=Le vent en poupe +advancements.stage3.windmill.description=Fabriquez et connectez un moulin à vent à une Dynamo kinétique afin de créer de l'énergie à partir du vent. + + +advancements.stage3.wire.title=Electricien en herbe +advancements.stage3.wire.description=Maintenant que vous avez de la puissance électrique, il vous faut la transferer tout autour de votre base ! + + +advancements.stage3.wireshock.title=Isoler pour moins se faire electrocuter +advancements.stage3.wireshock.description=Une installation de câble avec le mod Dire Wire implique des risques d'éléctrocution. Vous pouvez donc maintenant isoler vos câbles. + + +advancements.stage3.woodhull.title=Moi et mes chariots +advancements.stage3.woodhull.description=Fabriquez une coque en bois afin de créer un chariot basique du mod Steve's Cart. + + +advancements.stage3.workbench.title=Atelier de pro +advancements.stage3.workbench.description=Fabriquez un atelier d'ingénieur pour fabriquer des objets à partir de plans. + + +# Stage 4 +advancements.stage4.adapter.title=Vous allez le payer +advancements.stage4.adapter.description=Si vous n'arrivez pas à convertir votre énergie entre les différents mods, il est idéal d'utiliser un bloc adaptateur d'énergie pour les conversions. + + +advancements.stage4.ae2panel.title=Un choix difficile ? +advancements.stage4.ae2panel.description=Fabriquez un Terminal ME and choisissez le chemin d'Applied Energistics, de Refined Storage, ou des deux ! + + +advancements.stage4.amadrontablet.title=La fameuse tablette +advancements.stage4.amadrontablet.description=Remplissez la tablette d'Amadron avec de l'air pressurisé et utilisez là pour trier vos objets. Assurez-vous d'avoir défini le point de ramassage et de dépôt avec Shift + Clic-droit. + + +advancements.stage4.ardite.title=Ardite +advancements.stage4.ardite.description=Trouvez et minez de l'ardite dans les enfers en utilisant une pioche de niveau cobalt minimum. + + +advancements.stage4.blockheads1.title=Ma cuisine de rêve +advancements.stage4.blockheads1.description=Cuisiner de la nourriture dans un four peut devenir lassant, installez une nouvelle cuisine dans votre base ! Commencez par vous munir du manuel I de Cooking for Blockheads. + + +advancements.stage4.blockheads2.title=C'est la soupe de votre vie +advancements.stage4.blockheads2.description=Utilisez le manuel II de Cooking for Blockheads afin de cuisiner les recettes depuis votre inventaire, ou pour l'utiliser comme ressource dans une recette. + + +advancements.stage4.blockheads3.title=Venez dîner ce soir +advancements.stage4.blockheads3.description=Les blocs de Cooking for Blockheads se connectent entre eux afin de former une structure multibloc lorsqu'ils sont placés l'un à côté de l'autre. Fabriquez et placez une tabme de cuisine pour commencer. Puis, placez un four, un frigo, un lavabo et d'autres blocs afin de débloquez des fonctionnalités. + + +advancements.stage4.certusquartz.title=Encore un autre type de Quartz ? +advancements.stage4.certusquartz.description=Cherchez des échantillons de Quartz assortis à la surface et creusez en dessous afin de trouver du Certus Quartz. Ce minerais se trouve entre l'altitude Y6 et Y40. + + +advancements.stage4.cobalt.title=Cobalt +advancements.stage4.cobalt.description=Cherchez et miner du Cobalt. Vous en trouverez dans les enfers. + + +advancements.stage4.compressediron.title=J'en ai que fer +advancements.stage4.compressediron.description=Fabriquez un lingot de fer compressé. + + +advancements.stage4.compressor.title=Coup de pression +advancements.stage4.compressor.description=Fabriquez une machine à compression du mod Galactricraft pour fabriquer des plaques compressées. + + +advancements.stage4.endcrystal.title=On prend les mêmes et on recommence +advancements.stage4.endcrystal.description=Si vous voulez ré-invoquer le dragon de l'End, fabriquez 4 cristaux de l'End et placez le sur le portail de sortie de l'End. Chaque cristal doit être placé sur le centre de trois blocs de Bedrock. + + +advancements.stage4.enderalloy1.title=Un alliage bizarre +advancements.stage4.enderalloy1.description=Battez le dragon de l'End et minez de la Biotite dans l'End afin de l'utiliser dans la création d'un alliage de l'End. + + +advancements.stage4.enderalloy2.title=Un alliage bizarre, mais amélioré +advancements.stage4.enderalloy2.description=Trouvez Chorus dans l'End et utilisez le fruit pour créer un alliage de l'End amélioré. + + +advancements.stage4.enderalloy3.title=Un alliage bizarre, mais vachement amélioré ? +advancements.stage4.enderalloy3.description=Trouvez du Purpur, des bâtons de l'End et des carapaces de Shulker afin de créer un alliage de l'End avancé. + + +advancements.stage4.endercrafter.title=Le dernier crafteur +advancements.stage4.endercrafter.description=Fabriquez un Crafteur de l'End et un alternateur de l'End pour faire des recettes avancées. + + +advancements.stage4.extendedcraftingelite.title=On m'appelle Craft. John Craft. +advancements.stage4.extendedcraftingelite.description=Certaines recettes requierts plus de cases. Fabriquez une station de fabrication d'élite pour commencer. + + +advancements.stage4.fuelloader.title=Remplissez-là +advancements.stage4.fuelloader.description=Le chargeur de fuel sera nécessaire pour faire décoller une fusée. + + +advancements.stage4.inscriber.title=Graver dans le marbre +advancements.stage4.inscriber.description=Fabriquez et connectez un graveur pour commencer à créer des processeurs et autres machines. + + +advancements.stage4.laserassembly.title=Commander sur Amadron +advancements.stage4.laserassembly.description=Obtenez un programme d'assemblage laser avec votre tablette d'Amadron. + + +advancements.stage4.launchpad.title=Viser la lune, tomber dans les étoiles +advancements.stage4.launchpad.description=Pour décoller, il vous faudra 9 bloc de lancement sur une surface de 3x3 et placez votre fusée au centre de cette dernière. + + +advancements.stage4.machinecasing.title=Une grosse coque +advancements.stage4.machinecasing.description=Les machines avancées nécessiteront des coques plus complexes. + + +advancements.stage4.manyullyn.title=... Manyullyn ? +advancements.stage4.manyullyn.description=Combinez de l'Ardite et du Cobalt dans une forge afin de créer du Manyullyn. + + +advancements.stage4.moon.title=Un petit pas pour les cubes, un grand pour moi +advancements.stage4.moon.description=Faites décoller une fusée et atterissez sur la lune. + + +advancements.stage4.nasaworkbench.title=La NASA n'aura qu'à bien se tenir +advancements.stage4.nasaworkbench.description=Fabriquez un établi de la NASA pour commencer votre aventure sur la lune. + + +advancements.stage4.oxygencollector.title=J'ai... besoin... d'air.... +advancements.stage4.oxygencollector.description=Pour fabriquer du fuel pour Galacticraft, vous devrez combiner du Kerosen et de l'Oxygène dans une raffinerie du mod Immersive Engineering. L'Oxygène peut initialement être collectée dans un collecteur d'oxygène... eh oui. + + +advancements.stage4.plasticmixer.title=Du délicieux plastique +advancements.stage4.plasticmixer.description=Fabriquez un mixeur à plastique pour créer des plaques de plastique colorés. + + +advancements.stage4.presses.title=Ca presse +advancements.stage4.presses.description=Rassemblez les matériaux nécessaire pour créer les presses d'ingénieur, de logique et de silicon afin de créer les réseaux logiques du mod Applied Energistics et du mod Refined Storage. + + +advancements.stage4.pressurechamberwall.title=La chambre des pressions +advancements.stage4.pressurechamberwall.description=Fabriquez des murs de chambre de pression et construisez une chambre de pression du mod Pneumaticraft. + + +advancements.stage4.printedcircuitboard.title=Circuits imprimés +advancements.stage4.printedcircuitboard.description=Grâce à votre installation du mod Pneumaticraft, fabriquez un circuit imprimé. + + +advancements.stage4.prospector4.title=Bien vu, Prospecteur +advancements.stage4.prospector4.description=Fabriquez le prospecteur avancé pour localisez les minerais de l'âge 4. + + +advancements.stage4.root.title=Age 4 +advancements.stage4.root.description=Bienvenue dans l'âge 4 ! + + +advancements.stage4.rsgrid.title=Stocker peu, mais stocker bien +advancements.stage4.rsgrid.description=Fabriquez une grille de stockage rafinée et choissisez la voie du mod Applied Energistics, de Refined Storage, ou des deux ! + + +advancements.stage4.silicon.title=Silicon Valley +advancements.stage4.silicon.description=Localisez un échantillon de Silicon à la surface et creusez en dessous afin de trouver du silicon. Ce minerais se trouve entre l'altitude Y24 et Y48. + + +advancements.stage4.solidendereye.title=Un oeil de rab +advancements.stage4.solidendereye.description=Fabriquez et utilisez un oeil solide de l'End pour localiser le portail de l'End plus facilement. + + +advancements.stage4.spacesuit.title=Direction la lune +advancements.stage4.spacesuit.description=Construisez vous un équipement d'astronaute de niveau 1 pour vous proteger de la pression et des radiations lorsque vous vous rendez sur la lune. + + +advancements.stage4.t1rocket.title=Pas le temps de niaiser +advancements.stage4.t1rocket.description=Fabriquez une fusée de Galacticraft de niveau 1. + + +advancements.stage4.theend.title=Sans retour +advancements.stage4.theend.description=Trouver un bastion et entrez dans la dimension de l'End. + + +# Stage 5 +advancements.stage5.charger3.title=J'ai changé de chargeur +advancements.stage5.charger3.description=Le chargeur de niveau 3 vous permettra de charger vos items plus rapidement que les niveaux précedents. + + +advancements.stage5.cheese.title=La lune est un géant fromage +advancements.stage5.cheese.description=Le fromage est un minerais rare qui se trouve sur la lune, comme tout les autres minerais se trouvant sur la lune, vous pouvez utiliser une carrière automatisée. + + +advancements.stage5.compactmachines.title=Chéri on a rétréci les cubes +advancements.stage5.compactmachines.description=Vous souhaitez créer vos propres dimension et de nouvelles machines ? Fabriquez un projecteur de champs miniature et placez le dans votre monde pour commencer. + + +advancements.stage5.creativecompressor.title=Décompressé +advancements.stage5.creativecompressor.description=Fabriquez le compresseur d'air créatif du mod Pneumaticraft + + +advancements.stage5.creativeenergycube.title=Tu l'as vus mon cube ? +advancements.stage5.creativeenergycube.description=Fabriquez le cube d'énergie créatif du mod Mekanism + + +advancements.stage5.creativefluidtank.title=Je suis le meilleur tank +advancements.stage5.creativefluidtank.description=Fabriquez un tank à fluide créatif du mod Mekanism + + +advancements.stage5.creativejetpack.title=Superman vs Moi +advancements.stage5.creativejetpack.description=Fabriquez un Jetpack créatif. + + +advancements.stage5.creativemodifer.title=Je suis créatif +advancements.stage5.creativemodifer.description=Fabriquez des modificateurs créatif du mod Tinker's Construct. + + +advancements.stage5.desh.title=C'est la Desh +advancements.stage5.desh.description=Trouvez et minez du minerais de Desh sur la planète Mars. + + +advancements.stage5.diamond.title=Whoop whoop, j'ai du diamant !! +advancements.stage5.diamond.description=Trouvez un échantillon de Kimberlite à la surface et creusez en dessosu afin de trouver du diamant. Le minerais se trouve entre l'altitude Y2 et Y20. + + +advancements.stage5.diamondjetpack.title=La limite ce n'est plus le ciel +advancements.stage5.diamondjetpack.description=Fabriquez un jetpack en diamant. + + +advancements.stage5.electrumjetpack.title=Où sont les stations d'essence pour Jetpack ? +advancements.stage5.electrumjetpack.description=Fabriquez un jetpack en Electrum. + + +advancements.stage5.emerald.title=Tes yeux émeraudes +advancements.stage5.emerald.description=Trouvez un échantillon de Beryl à la surface et creusez en dessous pour trouver de l'émeraude. Ce minerais se trouve entre l'altitude Y4 et Y32. + + +advancements.stage5.emeraldjetpack.title=Je me la pète +advancements.stage5.emeraldjetpack.description=Fabriquez un jetpack en émeraude. + + +advancements.stage5.inferiumessence.title=Les plantes mystiques +advancements.stage5.inferiumessence.description=L'essence inférieure est une ressource importante pour commencer à travailler sur le mod Mystical Agriculture. Créez-en avec des ressources venu d'ailleurs. + + +advancements.stage5.mars.title=On arrête de déconner, je pars sur Mars là +advancements.stage5.mars.description=Fabriquez une fusée et atterissez sur Mars avec. + + +advancements.stage5.marsrover.title=Ma voiture spatiale +advancements.stage5.marsrover.description=Voyager sur Mars peut être un peu lent, fabriquez et utilisez une Rover ! Trouvez l'établi le plan de l'établi de la NASA dans les donjons de la planète. + + +advancements.stage5.neptune.title=Les enfants de Neptune +advancements.stage5.neptune.description=Lancez une fusée et atterissez sur Nepture. Récoltez des pierres à la surface de Nepture pour valider cet avancement. + + +advancements.stage5.osmium.title=Osmium +advancements.stage5.osmium.description=Trouvez un échantillon d'Osmium à la surface et creusez en dessous pour trouver de l'Osmium. Ce minerais se trouve entre la couche Y3 et Y11. + + +advancements.stage5.paperclip.title=Le trombone de l'Origine +advancements.stage5.paperclip.description=Créez le premier trombone de l'univers. + + +advancements.stage5.prospectorstage5.title=Le meilleur des prospecteurs +advancements.stage5.prospectorstage5.description=Fabriquez un prospecteur ultime afin de pouvoir découvrir tout les minerais se trouvant sous le sol. + + +advancements.stage5.prosperityshard.title=Un semblant d'espoir +advancements.stage5.prosperityshard.description=Les tessons de prospérité sont requis pour avancer dans le mod Mystical Agriculture. Utilisez un Empowerer pour en créer. + + +advancements.stage5.root.title=Age 5 +advancements.stage5.root.description=Bienvenue dans l'âge 5 ! + + +advancements.stage5.saturn.title=Les anneaux de saturnes +advancements.stage5.saturn.description=Fabriquez une fusée et utilisez là pour vous rendre sur Saturne. Récoltez les pierres à la surface de la planète pour valider cet avancement. + + +advancements.stage5.scanner.title=Je scanne, tu scannes, nous scannons +advancements.stage5.scanner.description=Une fois chargé, le scanner vous permettra de localiser des blocs dans les alentours. Installez des modules en ouvrant le GUI avec Shift + Clic-droit. Appuyez sur le bouton d'utilisation pour commencer le scan. + + +advancements.stage5.skystone.title=Les pierres de l'au dela +advancements.stage5.skystone.description=Le fromage de lune peut être raffiné en pierre du ciel en utilisant un infuseur métallurgique du mod Mekanism. + + +advancements.stage5.spacesuit4.title=Promis je reviendrais Murphy +advancements.stage5.spacesuit4.description=Fabbriquez une combinaison d'astronaute de niveau 4 pour vous protéger des plus haut niveaux de pression et de radiation sur les planètes lointaines. + + +advancements.stage5.spawnerseeker.title=Magie magie +advancements.stage5.spawnerseeker.description=Trouver des donjons pour obtenir des plans peut s'avérer compliquer. Créer un bâton chercheur de Spawner pour localiser les spawner dans les alentours de 128 blocs. + + +advancements.stage5.t2rocket.title=Plus gros, plus rapide, plus fort +advancements.stage5.t2rocket.description=Fabriquez une fusée de niveau 2 pour améliorer votre portée d'exploration spatiale. + + +advancements.stage5.ultimatecraftingtable.title=Le crafteur qui battait le beurre +advancements.stage5.ultimatecraftingtable.description=Fabriquez et utilisez la table de fabrication ultime pour fabriquer les objets créatif puissant. + + +advancements.stage5.ultimateingot.title=Le lingot ultime !! +advancements.stage5.ultimateingot.description=Assemblez un certains nombre de lingots ensemble afin de créer un lingot ultime dans une table de fabrication étendue. + + +advancements.stage5.wirelesscharger.title=C'est quoi le code du WiFi ? +advancements.stage5.wirelesscharger.description=Le chargeur sans fil est une machine pratique à avoir dans sa base pour charger ses objets facilement. diff --git a/resources/sevtechages/lang/ru_RU.lang b/resources/sevtechages/lang/ru_RU.lang new file mode 100644 index 0000000..123f093 --- /dev/null +++ b/resources/sevtechages/lang/ru_RU.lang @@ -0,0 +1,1016 @@ +# Stage 0 Translated by TimeConqueror +advancements.stage0.abyssalbiome.title=Войдите в Тёмноземье +advancements.stage0.abyssalbiome.description=Ðайдите тёмный биом Abyssalcraft'a, а затем войдите в него. Этот биом можно найти лишь в зонах Ñ Ñ…Ð¾Ð»Ð¾Ð´Ð½Ð¾Ð¹ температурой. Мир наÑтроен таким образом, что он имеет логичеÑкую карту температур. Это означает, что доÑтигнуть жарких или холодных биомов Ð’Ñ‹ можете, отправившиÑÑŒ на юг или Ñевер. + + +advancements.stage0.abyssalgem.title=Тёмные Ñамоцветы +advancements.stage0.abyssalgem.description=Выбейте Камень теней Ñ Ð¢ÐµÐ½ÐµÐ²Ñ‹Ñ… ÑущеÑтв, что обитают в Тёмноземье. С маленьких Ñозданий будут выпадать камни поменьше, в то Ð²Ñ€ÐµÐ¼Ñ ÐºÐ°Ðº Ñ Ð±Ð¾Ð»ÑŒÑˆÐ¸Ñ…, более опаÑных ÑущеÑтв выпадут цельные камни. + + +advancements.stage0.atlas.title=ПотерÑн, и теперь найден +advancements.stage0.atlas.description=Купите Старинный Ð°Ñ‚Ð»Ð°Ñ Ñƒ жителÑ-картографа или Ð±Ð¸Ð±Ð»Ð¸Ð¾Ñ‚ÐµÐºÐ°Ñ€Ñ + + +advancements.stage0.baykok.title=Ð–ÑƒÑ‚ÐºÐ°Ñ Ð±Ð¸Ñ‚Ð²Ð° Ñ Ð±Ð¾ÑÑом +advancements.stage0.baykok.description=Призовите боÑÑа Байкока при помощи ритуала из Totemic'a и Ñразите его, чтобы получить мощный лук и на раннем Ñтапе разблокировать возможноÑть ÑражатьÑÑ Ð½Ð° дальней диÑтанции. + + +advancements.stage0.buffalo.title=Древние животные +advancements.stage0.buffalo.description=С бизонов падают доÑтаточно ценные реÑурÑÑ‹ Ð´Ð»Ñ Ð¾Ñ…Ð¾Ñ‚Ð½Ð¸ÐºÐ¾Ð². Ð”Ð»Ñ Ð¸Ñ… призыва воÑпользуйтеÑÑŒ ритуалом Totemic'a. ПоÑле добудьте их Шкуру и Зуб. За большей информацией обратитеÑÑŒ в Тотемпедию. + + +advancements.stage0.charcoal.title=СпреÑÑовываем нашу удачу +advancements.stage0.charcoal.description=СпреÑÑуйте древеÑный уголь в блок, иÑÐ¿Ð¾Ð»ÑŒÐ·ÑƒÑ ÐŸÑ€ÐµÑÑ Ð½Ð° лошадиной Ñиле. + + +advancements.stage0.chestupgrade.title=Улучшение хранилища +advancements.stage0.chestupgrade.description=ВыброÑьте Ñвою Ñтарую деревÑнную коробку и Ñоздайте более приÑтный Первобытный Ñундук! + + +advancements.stage0.collectplank.title=Голову Ñ Ð¿Ð»ÐµÑ‡! +advancements.stage0.collectplank.description=Создайте Колоду, положив в верÑтак бревно. ПоÑле Ñтого на колоду можно поÑтавить бревно либо доÑки и при помощи топора разрубить их ÑоответÑтвенно в доÑки или палки. + + +advancements.stage0.farmland.title=Ðаучите Ð¿Ð°Ñ€Ð½Ñ Ñ„ÐµÑ€Ð¼ÐµÑ€Ñтву +advancements.stage0.farmland.description=Узнайте об оÑновах Ð²ÐµÐ´ÐµÐ½Ð¸Ñ ÑельÑкого хозÑйÑтва у жителÑ-фермера, купив у него Пашню. Ð’ нулевой Ñпохе у Ð’Ð°Ñ Ð½Ðµ получитÑÑ Ð²Ñпахать землю мотыгой, поÑтому пашню Вам нужно будет Ñоздать на верÑтаке и поÑтавить около воды. + + +advancements.stage0.fertility.title=СвÑÑ‰ÐµÐ½Ð½Ð°Ñ Ð²ÐµÑна +advancements.stage0.fertility.description=Когда ÑовершаетÑÑ Ð²ÐµÑенний обрÑд, животные будут размножатьÑÑ, но только еÑли вы броÑите еду на землю Ñ€Ñдом Ñ Ñ‚Ð¾Ñ‚ÐµÐ¼Ð¾Ð¼. + + +advancements.stage0.fiber.title=Диета на клетчатке +advancements.stage0.fiber.description=Ð”Ð»Ñ Ð½Ð°Ñ‡Ð°Ð»Ð°, Вам нужно Ñобрать РаÑтительное волокно, Ñ€Ð°Ð·Ñ€ÑƒÑˆÐ°Ñ Ñ‚Ñ€Ð°Ð²Ñƒ. Затем надо разложить 3 из них на верÑтаке, Ð´Ð»Ñ Ñ‚Ð¾Ð³Ð¾ чтобы Ñоздать РаÑтительную бечёвку. Палки можно найти на земле или получить, Ñрезав немного лиÑтвы. + + +advancements.stage0.fire.title=Я ДОБЫЛ ОГОÐЬ +advancements.stage0.fire.description=Возьмите в обе руки Палки Ð´Ð»Ñ Ñ€Ð¾Ð·Ð¶Ð¸Ð³Ð°, а затем нажмите на блок, чтобы разжечь огонь. + + +advancements.stage0.firepit.title=Огонь! +advancements.stage0.firepit.description=Ð”Ð»Ñ ÑÐ¾Ð·Ð´Ð°Ð½Ð¸Ñ ÐºÐ¾Ñтра Вам понадобитÑÑ Ð½ÐµÐ¼Ð½Ð¾Ð³Ð¾ камней, бечёвка и палки. Чтобы его зажечь, иÑпользуйте предметы, ÑвлÑющиеÑÑ Ñтандартным топливом. Ð’ коÑтёр также можно положить те предметы, которые Ð’Ñ‹ хотите приготовить. + + +advancements.stage0.firstbreak.title=Пещерные люди ненавидÑÑ‚ деревьÑ! +advancements.stage0.firstbreak.description=УдарÑÑ Ð¿Ð¾ дереву руками, Ð’Ñ‹ только будете причинÑть Ñебе боль, не Ð¿Ð¾Ð»ÑƒÑ‡Ð°Ñ Ð¿Ñ€Ð¸ Ñтом древеÑины! ИÑпользуйте ÑоответÑтвующий инÑтрумент. + + +advancements.stage0.firstchest.title=МеÑто, куда Ñ Ð¼Ð¾Ð³Ñƒ положить Ñвои вещи +advancements.stage0.firstchest.description=При помощи Ñвоего верÑтака Ñоберите из неÑкольких доÑок Ñундук Ð´Ð»Ñ Ñ…Ñ€Ð°Ð½ÐµÐ½Ð¸Ñ Ñвоих вещей. + + +advancements.stage0.firsttool.title=Идти в одиночку Ñлишком опаÑно +advancements.stage0.firsttool.description=Создайте кремневый топорик, чтобы Ñрубать деревьÑ. + + +advancements.stage0.fish.title=ÐŸÐ¾Ð´Ð²Ð¾Ð´Ð½Ð°Ñ Ð¾Ñ…Ð¾Ñ‚Ð° +advancements.stage0.fish.description=ИÑпользуйте Ñвоё копьё или другие инÑтрументы, чтобы поймать аппетитную еду! + + +advancements.stage0.flamehopper.title=Добродетель, Ð¾Ð±Ð¶Ð°Ñ€ÐµÐ½Ð½Ð°Ñ Ð² пламени +advancements.stage0.flamehopper.description=Воронка, ÐºÐ¾Ñ‚Ð¾Ñ€Ð°Ñ Ð¿ÐµÑ€ÐµÐ¼ÐµÑ‰Ð°ÐµÑ‚ предметы и поддерживает горÑчую температуру в блоке над Ñобой + + +advancements.stage0.flintknapp.title=Заточка ÐºÑ€ÐµÐ¼Ð½Ñ +advancements.stage0.flintknapp.description=Ðажмите ЛКМ Кремнем по камню, чтобы Ñоздать ОтколовшийÑÑ ÐºÑ€ÐµÐ¼ÐµÐ½ÑŒ. Повторив тоже Ñамое Ñ Ð½Ð¸Ð¼, Ð’Ñ‹ получите ОÑтриё из отколовшегоÑÑ ÐºÑ€ÐµÐ¼Ð½Ð¸Ñ. + + +advancements.stage0.fluidbladder.title=Лучше, чем ничего +advancements.stage0.fluidbladder.description=Ðикаких вёдер! Ð”Ð»Ñ Ð¿Ð¾Ð´Ð¾Ð±Ð½Ñ‹Ñ… дейÑтвий иÑпользуйте МÑгкий резервуар Ð´Ð»Ñ Ð¶Ð¸Ð´ÐºÐ¾Ñти. + + +advancements.stage0.gear.title=ГотовимÑÑ Ðº передаточным чиÑлам +advancements.stage0.gear.description=ИÑпользуйте Ñвои Ð·Ð½Ð°Ð½Ð¸Ñ Ð¾ колеÑе, чтобы Ñделать шеÑтерёнку! + + +advancements.stage0.grill.title=ГорÑчий гриль! +advancements.stage0.grill.description=Замените Ñвой коÑтёр на что-то Ñ Ð±Ð¾Ð»ÑŒÑˆÐµÐ¹ решёткой. Такой решётке-грилю также понадобитÑÑ Ð¸Ñточник тепла Ñнизу, к примеру огонь, Ð´Ð»Ñ Ñ‚Ð¾Ð³Ð¾ чтобы как Ñледует готовить вещи. + + +advancements.stage0.handgrind.title=Измельчите Ñто +advancements.stage0.handgrind.description=Ручные жернова не быÑтры, но они позволÑÑ‚ Вам Ñ Ð»Ñ‘Ð³ÐºÐ¾Ñтью перемалывать вещи. + + +advancements.stage0.horsechopper.title=Рубить! Рубить! Рубить! +advancements.stage0.horsechopper.description=Больше никакой рубки дерева вручную! ПоÑтавьте Дровокол на лошадиной Ñиле, привÑжите к нему лошадь при помощи поводка и затем положите предметы, которые будут автоматичеÑки разрублены. + + +advancements.stage0.horsepower.title=Ð›Ð¾ÑˆÐ°Ð´Ð¸Ð½Ð°Ñ Ñила! +advancements.stage0.horsepower.description=Создайте Жернова на лошадиной Ñиле и при помощи поводка привÑжите к ним лошадь, чтобы автоматизировать перемалывание предметов. Помимо лошадей Ð’Ñ‹ можете иÑпользовать попугаев, буйволов, Ñвиней, коров, лам и волков. + + +advancements.stage0.kiln.title=Приготовим Ñто! +advancements.stage0.kiln.description=Сделайте Печь Ð´Ð»Ñ Ð¾Ð±Ð¶Ð¸Ð³Ð°, иÑÐ¿Ð¾Ð»ÑŒÐ·ÑƒÑ Ð³Ð»Ð¸Ð½Ñƒ и плиту из булыжника. ПоÑтавив в мир, Вам необходимо будет обжечь её, уÑтановив под ней иÑточник тепла. Как только она Ñама Ñтанет обожжённой, она будет готова к обжигу предметов. + + +advancements.stage0.lead.title=Ты Ñтанешь отличным поводком +advancements.stage0.lead.description=Создайте поводок, Ð´Ð»Ñ Ñ‚Ð¾Ð³Ð¾ чтобы Ñобирать животных вмеÑте. + + +advancements.stage0.leather.title=Из кожи вон вылезти +advancements.stage0.leather.description=Получите кожу! + + +advancements.stage0.lowgradecharcoal.title=Вечный огонь +advancements.stage0.lowgradecharcoal.description=Блок низкоÑортного древеÑного ÑƒÐ³Ð»Ñ ÑвлÑетÑÑ Ð¾Ñ‚Ð»Ð¸Ñ‡Ð½Ñ‹Ð¼ иÑточником древеÑного углÑ, кроме того Ð’Ñ‹ можете зажечь над ним огонь, и он никогда не погаÑнет. + + +advancements.stage0.mat.title=Кровать Ð´Ð»Ñ Ð½Ð°ÑтоÑщих мужчин +advancements.stage0.mat.description=Спальный коврик позволит Вам Ñпать на ходу! УбедитеÑÑŒ, что выбрали подходÑщий Вам режим в завиÑимоÑти от того, нужно ли Вам Ñтавить в Ñтом меÑте точку Ð²Ð¾Ð·Ñ€Ð¾Ð¶Ð´ÐµÐ½Ð¸Ñ Ð¿Ð¾Ñле Ñна или же нет. + + +advancements.stage0.melter.title=Перейдём к делу и переплавке +advancements.stage0.melter.description=Создайте Плавильную печь, чтобы начать выплавку руд. Чтобы она заработала, ей необходим подходÑщий по типу Ðагреватель. + + +advancements.stage0.melterbase.title=МаÑтер плавильного дела +advancements.stage0.melterbase.description=У Ð’Ð°Ñ Ð½ÐµÑ‚ жидкого топлива, поÑтому попробуйте поработать Ñ Ñ‚Ð²Ñ‘Ñ€Ð´Ñ‹Ð¼! Ð”Ð»Ñ Ð½Ð°Ñ‡Ð°Ð»Ð° Ñоздайте Ðагреватель. Обратите внимание, что Ð´Ð»Ñ Ñ‚Ð¾Ð³Ð¾, чтобы Ðагреватель и ÐŸÐ»Ð°Ð²Ð¸Ð»ÑŒÐ½Ð°Ñ Ð¿ÐµÑ‡ÑŒ Ñмогли работать вмеÑте, их типы должны Ñовпадать. К примеру Фарфоровый не подойдёт Ð´Ð»Ñ Ð’Ñ‹Ñушенной верÑии. + + +advancements.stage0.mesh.title=Выловите кремень +advancements.stage0.mesh.description=При разрушении Ð³Ñ€Ð°Ð²Ð¸Ñ ÐšÑ€ÐµÐ¼ÐµÐ½ÑŒ не выпадет. Чтобы его получить, разложите в верÑтаке Сетку из травÑного волокна и Гравий. + + +advancements.stage0.mill.title=Хватит бездельничать +advancements.stage0.mill.description=Ð’Ñ€ÐµÐ¼Ñ Ð¼ÐµÐ»ÑŒÐ½Ð¸Ñ†! Создайте Жернова из Better With Mods. + + +advancements.stage0.naturescompass.title=Чувак, где мой биом? +advancements.stage0.naturescompass.description=Чтобы продолжить Ñвоё путешеÑтвие, Вам придётÑÑ Ð½Ð°Ð¹Ñ‚Ð¸ Тёмноземье [Darklands]. ИÑпользуйте ÐšÐ¾Ð¼Ð¿Ð°Ñ Ð¿Ñ€Ð¸Ñ€Ð¾Ð´Ñ‹, чтобы найти ближайший из Ñтих биомов. + + +advancements.stage0.root.title=РуководÑтво по SevTech: Ages +advancements.stage0.root.description=Добро пожаловать в SevTech: Ages! Чтобы завершить данное руководÑтво, закончите задание по Ñозданию Рабочего пенька и перейдите в Ðулевую Ñпоху. + + +advancements.stage0.saddle.title=Седлать лошадей! +advancements.stage0.saddle.description=Ðужно уÑкорÑтьÑÑ! ИÑпользуйте Седло, чтобы перемещатьÑÑ Ð½Ð°Ð¼Ð½Ð¾Ð³Ð¾ быÑтрее. + + +advancements.stage0.saltflats.title=Ð’ чём Ñоль Ваших иÑÑледований? +advancements.stage0.saltflats.description=Ðайдите Соль в заÑушливых биомах или у руÑла рек. Она понадобитÑÑ Ð’Ð°Ð¼ Ð´Ð»Ñ Ð¸Ð·Ð³Ð¾Ñ‚Ð¾Ð²Ð»ÐµÐ½Ð¸Ñ ÐµÐ´Ñ‹ и выделки шкур. + + +advancements.stage0.spear.title=Копьё рубль бережёт +advancements.stage0.spear.description=Создайте копьё Ð´Ð»Ñ Ñ€Ñ‹Ð±Ð°Ð»ÐºÐ¸ и дальнего боÑ. + + +advancements.stage0.stonetools.title=Каменный век! +advancements.stage0.stonetools.description=Создайте Каменную кирку, чтобы улучшить Ñвой арÑенал. + + +advancements.stage0.tipi.title=Укрытие от непогоды +advancements.stage0.tipi.description=Ðужно что-то, в чём можно переночевать? Тогда Ñоздайте Типи! + + +advancements.stage0.tomahawk.title=Гавкающий Том +advancements.stage0.tomahawk.description=Создайте томагавк Ð´Ð»Ñ Ð¸ÑÐ¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ð½Ð¸Ñ Ð² качеÑтве Ð¾Ñ€ÑƒÐ¶Ð¸Ñ Ð´Ð°Ð»ÑŒÐ½ÐµÐ³Ð¾ боÑ. Обратите внимание, что в рецепте требуетÑÑ Ð¾Ð´Ð½Ð¾ ОÑтриё из отколовшегоÑÑ ÐºÑ€ÐµÐ¼Ð½Ñ + + +advancements.stage0.totemic.title=ТрÑÑиÑÑŒ, греми и крутиÑÑŒ +advancements.stage0.totemic.description=Создайте Трещотку, Флейту и Барабан, которые понадобÑÑ‚ÑÑ Ð’Ð°Ð¼ Ð´Ð»Ñ Ñ€Ð¸Ñ‚ÑƒÐ°Ð»Ð¾Ð² из Totemic'а. По окончании Ñтого Ð·Ð°Ð´Ð°Ð½Ð¸Ñ Ð’Ð°Ð¼ будет выдана ТотемпедиÑ. Прочитайте в Ñтой книге о том, как проводить ритуалы из Totemic'а, а также о других полезных вещах. + + +advancements.stage0.upgrade.title=Улучшение! +advancements.stage0.upgrade.description=Дойдите до Кремневой кирки! + + +advancements.stage0.waterstrainer.title=Ð’ÑÑ‘ выходит из-под фильтров! +advancements.stage0.waterstrainer.description=ЕÑли не можете отыÑкать под водой определённые реÑурÑÑ‹, иÑпользуйте ОÑнову водÑного фильтра Ñо вÑтавленным внутрь фильтром. Каждый тип фильтра добывает разную добычу. ОбÑзательно проверьте их! Чтобы завершить задание, Вам нужно Ñоздать ОÑнову фильтра, а также Плотный фильтр выживальщика. + + +advancements.stage0.weaponize.title=Ð’Ñ€ÐµÐ¼Ñ Ð´Ð»Ñ Ð±Ð¸Ð·Ð½ÐµÑа +advancements.stage0.weaponize.description=Ðажмите ЛКМ коÑтью по блоку Булыжника или КамнÑ, Ð´Ð»Ñ Ñ‚Ð¾Ð³Ð¾ чтобы превратить её в ЗаоÑтрённую коÑть. + + +advancements.stage0.wheel.title=КолёÑа у автобуÑа кру-Ñ‚ÑÑ‚-ÑÑ... +advancements.stage0.wheel.description=Создайте колеÑо из Astikoor. Оно понадобитÑÑ Ð’Ð°Ð¼ Ð´Ð»Ñ Ð¸Ð·Ð³Ð¾Ñ‚Ð¾Ð²Ð»ÐµÐ½Ð¸Ñ Ð¢ÐµÐ»ÐµÐ³. Чтобы запрÑчь лошадь в телегу, нажмите Клавишу дейÑÑ‚Ð²Ð¸Ñ Ð¸Ð· мода Astikoor, ÑÐ¸Ð´Ñ Ð½Ð° лошади. + + +advancements.stage0.woodenbarrel.title=Бочка Vadis'a +advancements.stage0.woodenbarrel.description=Создайте деревÑнную бочку из Primal Core, чтобы хранить жидкоÑти. + + +advancements.stage0.woodhopper1.title=Как Ñкажешь +advancements.stage0.woodhopper1.description=Создайте ДеревÑнную воронку Ð´Ð»Ñ Ð°Ð²Ñ‚Ð¾Ð¼Ð°Ñ‚Ð¸Ñ‡ÐµÑкого Ð¿ÐµÑ€ÐµÐ¼ÐµÑ‰ÐµÐ½Ð¸Ñ Ð¿Ñ€ÐµÐ´Ð¼ÐµÑ‚Ð¾Ð². + + +advancements.stage0.woodhopper2.title=Улучши её! +advancements.stage0.woodhopper2.description=Ваша Ñ‚ÐµÐºÑƒÑ‰Ð°Ñ Ð”ÐµÑ€ÐµÐ²ÑÐ½Ð½Ð°Ñ Ð²Ð¾Ñ€Ð¾Ð½ÐºÐ° не ÑправлÑетÑÑ? Создайте Древоронку Mk2, чтобы добавить побольше функциональноÑти! + + +advancements.stage0.workblade.title=Работа на выходные +advancements.stage0.workblade.description=ЕÑли хотите работать, Вам понадобитÑÑ Ñ€Ð°Ð±Ð¾Ñ‡Ð¸Ð¹ нож. Помимо множеÑтва его применений, Ð’Ñ‹ можете иÑпользовать его Ð´Ð»Ñ Ñ€Ð°Ð·Ñ€ÑƒÑˆÐµÐ½Ð¸Ñ Ð»Ð¸Ñтвы, а также Ð´Ð»Ñ Ñ‚Ð¾Ð³Ð¾, чтобы быÑтро набраÑыватьÑÑ Ð½Ð° врага. + + +advancements.stage0.workstump.title=Я в тупике! +advancements.stage0.workstump.description=Больше никаких верÑтаков! ВмеÑто Ñтого иÑпользуйте рабочий пенёк. Чтобы Ñоздать предметы, правильно разложите их на нём, а затем нажимайте ПКМ РемеÑленным камнем, чтобы воплотить рецепт в жизнь. Когда закончите, положите камень в его домик, находÑщийÑÑ Ð² передней чаÑти Ñтола. + + +# Stage 1 +advancements.stage1.alloykiln.title=Ð’ÑÑ‘ вперемешку +advancements.stage1.alloykiln.description=Создайте Плавильную печь из Immersive Engineering, Ð´Ð»Ñ Ñ‚Ð¾Ð³Ð¾ чтобы начать изготавливать бронзу. Ð”Ð»Ñ Ð¿Ð¾Ñтройки Ñтой Ñтруктуры Вам понадобитÑÑ Ð¿Ð¾Ñтавить 8 Кирпичей плавильной печи в виде куба 2x2x2 и затем нажать по ним ПКМ Молотом инженера. + + +advancements.stage1.aquamarine.title=ПоиÑк аквамарина +advancements.stage1.aquamarine.description=ОтправьтеÑÑŒ в измерение "Ðедра" и на верхушке пещер найдите Ðквамариновую руду. + + +advancements.stage1.aqueduct.title=Ðкведуки +advancements.stage1.aqueduct.description=Перемещайте воду, Ñоздав канал, ÑоÑтоÑщий из акведуков, раÑположенных Ñнизу, и любых блоков по Ñторонам так, чтобы они Ñоздавали V-образную форму. Примечание: Ð´Ð»Ñ Ð·Ð°Ð²ÐµÑ€ÑˆÐµÐ½Ð¸Ñ Ñтого заданиÑ, Вам требуетÑÑ Ð¿Ð¾Ñтавить Ñтот блок. + + +advancements.stage1.astable.title=СвÑзь Ñо звёздами +advancements.stage1.astable.description=Завершите ритуал по превращению обычного верÑтака в СветÑщийÑÑ. + + +advancements.stage1.axle.title=Ринь-Динь-Динь-Динь-ДÑм-ДÑм +advancements.stage1.axle.description=МеханичеÑкую Ñилу нужно раÑпределÑть при помощи ОÑей. Ð’Ñ‹ можете подключить их непоÑредÑтвенно к Водным колёÑам, ВетрÑным мельницам или ТранÑмиÑÑиÑм. Между каждой транÑмиÑÑией или иÑточником не должно ÑтоÑть более трёх оÑей. + + +advancements.stage1.beneath.title=Ðедра +advancements.stage1.beneath.description=ИÑпользуйте ритуал из Abyssalcraft'а, Ð´Ð»Ñ Ñ‚Ð¾Ð³Ð¾ чтобы Ñоздать Телепортер в Ðедра. Помните, что перед началом ритуала в Вашем Ðекрономиконе должна быть ÐŸÐ¾Ñ‚ÐµÐ½Ñ†Ð¸Ð°Ð»ÑŒÐ½Ð°Ñ ÑÐ½ÐµÑ€Ð³Ð¸Ñ PE. ПоÑле Ð¿Ñ€Ð¾Ð²ÐµÐ´ÐµÐ½Ð¸Ñ Ñ€Ð¸Ñ‚ÑƒÐ°Ð»Ð° поÑтавьте Телепортер в Ðедра и войдите в Ñто измерение. + + +advancements.stage1.blackquartz.title=Ðичего необычного, проÑто кварц +advancements.stage1.blackquartz.description=ДоберитеÑÑŒ до нижней чаÑти Ðедр, чтобы найти Чёрный кварц. + + +advancements.stage1.bloodaltar.title=Изменённое ÑоÑтоÑние +advancements.stage1.bloodaltar.description=Поймайте ДемоничеÑкую Ñнергию Ð´Ð»Ñ Ð¿Ð¾Ñтройки Кровавого алтарÑ. + + +advancements.stage1.bronze.title=Ðе в бронзе Ñила, а в мозгах +advancements.stage1.bronze.description=ИÑпользуйте Плавильную печь Ð´Ð»Ñ ÑÐ¾Ð·Ð´Ð°Ð½Ð¸Ñ Ð‘Ñ€Ð¾Ð½Ð·Ð¾Ð²Ñ‹Ñ… Ñлитков. + + +advancements.stage1.bucket.title=Ведро Ñлавы +advancements.stage1.bucket.description=ИÑпользуйте ВращающуюÑÑ Ð¿Ð»Ð°Ñ‚Ñ„Ð¾Ñ€Ð¼Ñƒ, чтобы Ñделать ГлинÑное ведро, а затем положите его в Печь Ð´Ð»Ñ Ð¾Ð±Ð¶Ð¸Ð³Ð°. + + +advancements.stage1.cart.title=Совет Вам да тележка +advancements.stage1.cart.description=УÑтали таÑкать вÑе Ñвои вещи в карманах? Создайте Телегу и запрÑгите в неё лошадь - Ñто поможет Вам при перевозке предметов. Чтобы открыть инвентарь телеги, нажмите по ней Shift + ПКМ. + + +advancements.stage1.chest.title=Как гора Ñ Ð¿Ð»ÐµÑ‡ +advancements.stage1.chest.description=Создайте обычный Ñундук. + + +advancements.stage1.claybarrel.title=ÐижнÑÑ Ñ‡Ð°Ñть бочки +advancements.stage1.claybarrel.description=ГлинÑные бочки могут хранить жидкоÑти, такие как вода или жидкие металлы. + + +advancements.stage1.coal.title=Ðайдите и добудьте уголь +advancements.stage1.coal.description=Ðайдите на поверхноÑти Образец руды и добудьте уголь! Руда находитÑÑ Ð½Ð° выÑоте от 28 до 70. + + +advancements.stage1.copper.title=ÐУЖÐО БОЛЬШЕ МЕДИ!!! +advancements.stage1.copper.description=Ðайдите на поверхноÑти Образец руды и добудьте медь! Руда находитÑÑ Ð½Ð° выÑоте от 12 до 52 и ноÑит название Малахит или Ðзурит. Примечание: Образцы руды Ñтанут видимыми даже на уже обÑледованных территориÑÑ…. + + +advancements.stage1.crafting.title=Улучшите Ñоздание предметов +advancements.stage1.crafting.description=Создайте Ñамый обычный верÑтак. + + +advancements.stage1.dung.title=Дело - труба +advancements.stage1.dung.description=ИÑпользуйте Сливную трубу, чтобы вытаÑкивать предметы из хранилищ, или Канализационную трубу, чтобы вытаÑкивать их из него Ñквозь блоки. + + +advancements.stage1.extension.title=Ð£Ð´Ð»Ð¸Ð½ÐµÐ½Ð¸Ñ +advancements.stage1.extension.description=Создайте Удлинение бочки, а затем поÑтавьте его на бочку, чтобы увеличить объём жидкоÑти, который она может хранить. + + +advancements.stage1.furnace.title=ЗдеÑÑŒ ÑтановитÑÑ Ð¶Ð°Ñ€ÐºÐ¾Ð²Ð°Ñ‚Ð¾ +advancements.stage1.furnace.description=Ðаполните Ñвою жизнь Ñветом Ñ Ð½Ð¾Ð²Ð¾Ð¹ печкой. + + +advancements.stage1.gearbox.title=ÐенавиÑтные шеÑтерёнки +advancements.stage1.gearbox.description=ТранÑмиÑÑÐ¸Ñ Ð¿Ð¾Ð·Ð²Ð¾Ð»Ñет Вам раÑширить учаÑток, который можно запитать МеханичеÑкой Ñилой; чтобы менÑть Ñтороны приёма/отдачи, нажмите по ней Shift + ПКМ. ОÑÑŒ, Ð¾Ð±Ð»Ð°Ð´Ð°ÑŽÑ‰Ð°Ñ Ñнергией, должна входить в транÑмиÑÑию Ñо Ñтороны, на которой изображён креÑÑ‚. + + +advancements.stage1.hoe.title=Мы можем Ñто вÑпахать?! +advancements.stage1.hoe.description=Создайте мотыгу, чтобы начать более Ñффективно заниматьÑÑ Ñ„ÐµÑ€Ð¼ÐµÑ€Ñтвом. + + +advancements.stage1.huntingdim.title=ОхотьÑÑ Ð¸Ð»Ð¸ Ñам Ñтанешь добычей +advancements.stage1.huntingdim.description=ЕÑли Вам нужно найти враждебных ÑущеÑтв, иÑпользуйте Измерение охоты. Создайте и поÑтавьте рамки Ñтого портала таким же образом, как еÑли бы Ð’Ñ‹ хотели Ñоздать портал в Ðезер, затем зажгите его Ñтандартным мечом и нажмите Shift, ÑÑ‚Ð¾Ñ Ð² портале, чтобы войти в измерение. + + +advancements.stage1.journal.title=Ð’ÑÑ‘ проиÑходит в моём дневнике +advancements.stage1.journal.description=Получите доÑтуп к знаниÑм о звёздах, Ñоздав Большую книгу из Astral Sorcery. Примечание: храмы из мода не генерируютÑÑ Ð² Ñтом мире. Рецепты были изменены Ð´Ð»Ñ Ñ‚Ð¾Ð³Ð¾, чтобы убрать взаимодейÑтвие Ñ Ð½Ð¸Ð¼Ð¸. + + +advancements.stage1.leafbed.title=ХруÑÑ‚Ñщие подушки +advancements.stage1.leafbed.description=Ваша нынешнÑÑ ÑÐ¸Ñ‚ÑƒÐ°Ñ†Ð¸Ñ Ñо Ñном не ÑовÑем Ð’Ð°Ñ ÑƒÑтраивает? Тогда броÑьте немного лиÑтьев на Ñено, чтобы Ñделать Кровать из лиÑтьев! + + +advancements.stage1.necro.title=ПогрузитьÑÑ Ð² AbyssalCraft +advancements.stage1.necro.description=Создайте Ðекрономикон, чтобы он Ñтал Вашим проводником по моду Abyssalcraft. + + +advancements.stage1.parchment.title=Что-то, на чём можно пиÑать +advancements.stage1.parchment.description=Ðачните запиÑывать Ñвои Ð·Ð½Ð°Ð½Ð¸Ñ Ð½Ð° Пергаменте. Ð”Ð»Ñ ÐµÐ³Ð¾ ÑÐ¾Ð·Ð´Ð°Ð½Ð¸Ñ Ð¿Ð¾Ñ‚Ñ€ÐµÐ±ÑƒÐµÑ‚ÑÑ ÐºÐ¾Ñ€Ð° Тутового дерева, которое можно вÑтретить в мире. + + +advancements.stage1.parrot.title=Я не могу найти Джунгли?!! +advancements.stage1.parrot.description=ЗаглÑните в раздел Ðекрономикона под названием Обычные ритуалы, чтобы узнать, как призвать ПопугаÑ, а затем приручите Ñту птицу, иÑÐ¿Ð¾Ð»ÑŒÐ·ÑƒÑ Ñемена, чтобы завершить задание. Или проÑто ищите их в ДжунглÑÑ…. + + +advancements.stage1.pedestal.title=ПьедеÑталы, ÑкономÑщие Ð²Ñ€ÐµÐ¼Ñ +advancements.stage1.pedestal.description=Чтобы зарÑдить Ñвой Ðекрономикон, Вам нужно находитÑÑ Ð² радиуÑе дейÑÑ‚Ð²Ð¸Ñ Ð¡Ñ‚Ð°Ñ‚ÑƒÐ¹, держа при Ñтом книгу в руках, или Ñоздать ПьедеÑтал, чтобы потом поÑтавить на него книгу. УбедитеÑÑŒ в том, что Ñтатуи ÑтоÑÑ‚ на раÑÑтоÑнии в три блока от ПьедеÑтала и находÑÑ‚ÑÑ Ð½Ð° той же выÑоте, что и он. + + +advancements.stage1.plumbline.title=ИзмерÑем глубины +advancements.stage1.plumbline.description=ИÑпользуйте ОтвеÑ, чтобы узнать, на какой выÑоте Ð’Ñ‹ находитеÑÑŒ. + + +advancements.stage1.prospector.title=ПоиÑки +advancements.stage1.prospector.description=Создайте Слабый прут лозоиÑкателÑ, чтобы облегчить Ñебе нахождение руд. + + +advancements.stage1.root.title=Добро пожаловать в Первую Ñпоху +advancements.stage1.root.description=Добро пожаловать в Ñледующую Ñпоху! Блоки, что были ранее Ñкрыты, к примеру, руды, теперь Ñтанут видимы, как и многое другое. + + +advancements.stage1.statue.title=Трофей глубин +advancements.stage1.statue.description=Ð”Ð»Ñ Ð²Ñ‹Ð¿Ð¾Ð»Ð½ÐµÐ½Ð¸Ñ Ñ‚Ñ‘Ð¼Ð½Ñ‹Ñ… ритуалов, Вам нужно будет Ñобрать Ñтатуи, чтобы запитать Ñвой Ðекрономикон Ñнергией. Ðайдите логово Шогготов в речном или болотном биомах. ПоÑле того, как их заÑпаунитÑÑ 6 или более, они начнут Ð²Ñ€ÐµÐ¼Ñ Ð¾Ñ‚ времени воздвигать монолиты Ñо Ñтатуей наверху. Создать Ñтатую Ð’Ñ‹ можете и при помощи Плоти Шоггота. За дополнительной информацией обратитеÑÑŒ в Ðекрономикон. + + +advancements.stage1.stepup.title=Ðе хочу больше Ñтого! +advancements.stage1.stepup.description=Теперь, когда Ð’Ñ‹ меньше путешеÑтвуете, Ð’Ñ‹ можете иÑпользовать Кровавый алтарь Ð´Ð»Ñ Ñ‚Ð¾Ð³Ð¾, чтобы Ñоздать Яблоко выÑокого роÑта, которое уберёт у Ð²Ð°Ñ ÑпоÑобноÑть автоматичеÑки подниматьÑÑ Ð½Ð° блок выше. + + +advancements.stage1.stoneanvil.title=Между молотом и наковальней +advancements.stage1.stoneanvil.description=Ðужны плаÑтины? Тогда бейте молотом по лежащим на Каменной наковальне Ñлиткам. + + +advancements.stage1.tchannel.title=ЖидкоÑтный канал. ПодпишешьÑÑ? ÐУ ПЖ!!! +advancements.stage1.tchannel.description=Жёлоб - отличный ÑпоÑоб транÑпортировки жидкоÑтей из резервуаров и не только. ПоÑтавив его, Ð’Ñ‹ Ñможете изменÑть направлениÑ, в которых будет течь жидкоÑть |показана в виде Ñтрелки на верхней чаÑти жёлоба|, ÑоединÑть каналы друг Ñ Ð´Ñ€ÑƒÐ³Ð¾Ð¼ и Ñ‚.д., Ð½Ð°Ð¶Ð¸Ð¼Ð°Ñ ÐŸÐšÐœ. Залить жидкоÑть в жёлоб можно при помощи обычного или фарфорового крана. + + +advancements.stage1.tin.title=Ошибка 404: Сердце жилы не найдено +advancements.stage1.tin.description=Ðайдите на поверхноÑти Образец руды и добудьте олово! Руда находитÑÑ Ð½Ð° выÑоте от 8 до 68 и ноÑит название КаÑÑитерит или Теаллит. Примечание: Образцы руды Ñтанут видимыми даже на уже обÑледованных территориÑÑ…. + + +advancements.stage1.turntable.title=ИнÑтрумент гончара +advancements.stage1.turntable.description=Создайте ВращающуюÑÑ Ð¿Ð»Ð°Ñ‚Ñ„Ð¾Ñ€Ð¼Ñƒ, подведите Ñнизу МеханичеÑкую Ñилу, a затем поÑтавьте на неё блок, чтобы начать придавать ему форму. + + +advancements.stage1.waterwheel.title=Режу воду 10 чаÑов +advancements.stage1.waterwheel.description=Ð”Ð»Ñ Ñ‚Ð¾Ð³Ð¾, чтобы начать работать Ñ ÐœÐµÑ…Ð°Ð½Ð¸Ñ‡ÐµÑкой Ñилой, Вам понадобитÑÑ ÐµÑ‘ иÑточник, нечто вроде ВодÑного колеÑа из Better With Mods. + + +advancements.stage1.woodbasin.title=Одно другому не мешает +advancements.stage1.woodbasin.description=Ищете более Ñффективный ÑпоÑоб делать кожу или теÑто? Создайте ДеревÑнный таз, заполните его подходÑщей жидкоÑтью и ингредиентами, а затем перемешайте вÑÑ‘ Ñто! + + +# Stage 2 +advancements.stage2.astable2.title=Улучшение звёздного Ñвета +advancements.stage2.astable2.description=Улучшите Ñвой СветÑщийÑÑ Ð²ÐµÑ€Ñтак до Ñледующего уровнÑ. Помимо него, Вам также надо будет поÑтроить Ñтруктуру, чтобы начать процеÑÑ ÑÐ¾Ð·Ð´Ð°Ð½Ð¸Ñ Ð¿Ñ€ÐµÐ´Ð¼ÐµÑ‚Ð¾Ð². За большей информацией обратитеÑÑŒ в Большую звёздную книгу, а именно в раздел ИÑÑледованиÑ. + + +advancements.stage2.betweenlands.title=Междуземье +advancements.stage2.betweenlands.description=Ðайдите в болотном биоме Круг друидов, убейте его хранителей, а затем иÑпользуйте выпавшие Ñ Ð½Ð¸Ñ… чаÑти талиÑмана, чтобы Ñоздать Болотный талиÑман. ПоÑле кликните им по Ñаженцу, Ð´Ð»Ñ Ñ‚Ð¾Ð³Ð¾ чтобы Ñоздать большой портал в Междуземье. + + +advancements.stage2.biomealyzer.title=Ркакой у Ð¼ÐµÐ½Ñ Ð±Ð¸Ð¾Ð¼? +advancements.stage2.biomealyzer.description=ИÑпользуйте Ðнализатор биомов, чтобы узнать название того биома, в которым Ð’Ñ‹ ÑÐµÐ¹Ñ‡Ð°Ñ Ð½Ð°Ñ…Ð¾Ð´Ð¸Ñ‚ÐµÑÑŒ. + + +advancements.stage2.bucket.title=Выпьем за ведрооо +advancements.stage2.bucket.description=Теперь, когда у Ð’Ð°Ñ ÐµÑть железо, Ð’Ñ‹ можете иÑпользовать плавильню Ð´Ð»Ñ Ð¾Ñ‚Ð»Ð¸Ð²ÐºÐ¸ Железного ведра. + + +advancements.stage2.carminitereactor.title=ПроÑтаивающий без дела реактор +advancements.stage2.carminitereactor.description=Чтобы ÑконÑтруировать Ñвой первый двигатель, Вам понадобитÑÑ ÐšÐ°Ñ€Ð¼Ð¸Ð½Ð¸Ñ‚Ð¾Ð²Ñ‹Ð¹ реактор. Ð’Ñ‹ можете найти его в башне Ур-гаÑта или же Ñоздать, иÑÐ¿Ð¾Ð»ÑŒÐ·ÑƒÑ Ñ€ÐµÑурÑÑ‹, вÑтречающиеÑÑ Ð² Сумеречном леÑу. + + +advancements.stage2.compass.title=Я заблудилÑÑ... Ð¥Ð¾Ñ‚Ñ Ð¿Ð¾Ð³Ð¾Ð´Ð¸Ñ‚Ðµ-ка +advancements.stage2.compass.description=ÐšÐ¾Ð¼Ð¿Ð°Ñ Ð¿Ð¾Ð¼Ð¾Ð¶ÐµÑ‚ вам определÑть Ñвои координаты по оÑÑм X и Z. + + +advancements.stage2.conpaper.title=ЗаполнÑем пробелы +advancements.stage2.conpaper.description=Получите Свиток ÑозвездиÑ, чтобы заполнить Большую звёздную книгу знаниÑми. Ð”Ð»Ñ Ñкономии меÑта Ð’Ñ‹ можете положить Ñтот Ñвиток в книгу, нажав ею Shift + ПКМ. + + +advancements.stage2.controller.title=Контроль +advancements.stage2.controller.description=ЕÑли Ð’Ñ‹ Ñчитаете, что кремневые или коÑÑ‚Ñные инÑтрументы уже не так хорошо ÑправлÑÑŽÑ‚ÑÑ Ñо Ñвоей задачей, Вам понадобитÑÑ ÐŸÐ»Ð°Ð²Ð¸Ð»ÑŒÐ½Ñ. ПоÑле того, как Ð’Ñ‹ размеÑтите вÑе блоки, из которых она ÑоÑтоит, поÑтавьте Контроллер плавильни, чтобы завершить и Ñтруктуру, и задание. + + +advancements.stage2.depth.title=Ð’ глубины +advancements.stage2.depth.description=Создайте Измеритель глубины, чтобы лучше отÑлеживать выÑоту, на которой Ð’Ñ‹ находитеÑÑŒ. + + +advancements.stage2.dowsingrod.title=РаÑширьте Ñвои перÑпективы +advancements.stage2.dowsingrod.description=Создайте Прочный прут лозоиÑкателÑ, Ð´Ð»Ñ Ñ‚Ð¾Ð³Ð¾ чтобы найти больше видов руды. Ð’Ñ‹ можете иÑпользовать его, чтобы иÑкать руду в пределах 48 блоков от того меÑта, по которому кликнули. + + +advancements.stage2.drawertable.title=МеÑто Ð´Ð»Ñ Ð¼Ð¾Ð¸Ñ… вещей +advancements.stage2.drawertable.description=ИÑпользуйте ОбрамлÑющий Ñтол, Ð´Ð»Ñ Ñ‚Ð¾Ð³Ð¾ чтобы Ñоздать Ñвои ÑобÑтвенные Ящики Ð´Ð»Ñ Ñ…Ñ€Ð°Ð½ÐµÐ½Ð¸Ñ, затратив при Ñтом Обрамлённые Ñщики и те блоки, которыми Ð’Ñ‹ хотите их накрыть в качеÑтве декорации. + + +advancements.stage2.enderman.title=Уничтожьте Ñндерменову угрозу! +advancements.stage2.enderman.description=Эндермены начали ÑпаунитьÑÑ Ð² Ñтом мире, убейте их, чтобы получить Пыль КраÑ. + + +advancements.stage2.extendedcraftingbasic.title=РаÑширение Ñетки верÑтака: Железо +advancements.stage2.extendedcraftingbasic.description=Создайте Базовый верÑтак из мода Extended Crafting, он пригодитÑÑ Ð’Ð°Ð¼ Ð´Ð»Ñ Ñ‚Ð¾Ð³Ð¾, чтобы выкладывать более Ñложные рецепты. + + +advancements.stage2.glass.title=Выдувание Ñтекла +advancements.stage2.glass.description=Создайте Ñтекло, раÑплавив пеÑок в Плавильной печи или Плавильне, а затем залив получившуюÑÑ Ð¶Ð¸Ð´ÐºÐ¾Ñть в резервуар. + + +advancements.stage2.gold.title=Золотой Ñтандарт +advancements.stage2.gold.description=Ðайдите на поверхноÑти Образец золотой руды и добудьте золото! Руда находитÑÑ Ð½Ð° выÑоте от 8 до 40. + + +advancements.stage2.iron.title=Железные нервы +advancements.stage2.iron.description=Ðайдите на поверхноÑти Гематитовый образец и добудьте железо! Руда находитÑÑ Ð½Ð° выÑоте от 32 до 60. + + +advancements.stage2.lapis.title=Цвет лазурита Ñиний +advancements.stage2.lapis.description=Ðайдите на поверхноÑти Образец руды и добудьте лазурит! Руда находитÑÑ Ð½Ð° выÑоте от 10 до 38. + + +advancements.stage2.lightwell.title=Превращаем в жидкоÑть +advancements.stage2.lightwell.description=Колодец Ñвета из Astral Sorcery позволит превращать определённые предметы в Жидкий звёздный Ñвет. + + +advancements.stage2.mapping.title=ÐŸÑ€Ð¾Ð´Ð²Ð¸Ð½ÑƒÑ‚Ð°Ñ ÐºÐ°Ñ€Ñ‚Ð¾Ð³Ñ€Ð°Ñ„Ð¸Ñ +advancements.stage2.mapping.description=Превратите Вашу текущую карту во что-то намного более продвинутое, Ñъев Железное Ñблоко. Обратите внимание, что Ñто раннÑÑ Ñ€Ð°Ð·Ð±Ð»Ð¾ÐºÐ¸Ñ€Ð¾Ð²ÐºÐ° и её не обÑзательно завершать. Ðаграду можно получить и в более поздних Ñпохах. + + +advancements.stage2.market.title=Рынок +advancements.stage2.market.description=Создайте Рынок из мода Farming for Blockheads, чтобы заказывать там Ñемена и Ñаженцы. + + +advancements.stage2.nuggetcast.title=Отливка куÑочков +advancements.stage2.nuggetcast.description=Чтобы получить Форму Ð´Ð»Ñ Ð¾Ñ‚Ð»Ð¸Ð²ÐºÐ¸ куÑочка, Вам необходимо Ñделать Stone Nugget из ÐšÐ°Ð¼Ð½Ñ Ð¿Ñ€Ð¸ помощи Каменной наковальни. + + +advancements.stage2.paper.title=Документы, пожалуйÑта +advancements.stage2.paper.description=Развивайте Ñвою технологию по производÑтву бумаги, ÑÐ¾Ð·Ð´Ð°Ð²Ð°Ñ Ð±ÑƒÐ¼Ð°Ð³Ñƒ из обычного Minecraft. + + +advancements.stage2.piston.title=Толкни его хорошенько +advancements.stage2.piston.description=Хотите перемещать и толкать блоки?! Тогда найдите поршень в башне Ур-гаÑта, что находитÑÑ Ð² Сумеречном леÑу, или найдите реÑурÑÑ‹ Ð´Ð»Ñ ÐµÐ³Ð¾ ÑозданиÑ. + + +advancements.stage2.resonatingwand.title=Резонирование +advancements.stage2.resonatingwand.description=Ð”Ð»Ñ Ð¿Ñ€Ð¾Ð´Ð¾Ð»Ð¶ÐµÐ½Ð¸Ñ Ñвоего путешеÑÑ‚Ð²Ð¸Ñ Ð’Ð°Ð¼ понадобитÑÑ Ð ÐµÐ·Ð¾Ð½Ð¸Ñ€ÑƒÑŽÑ‰Ð¸Ð¹ жезл из Astral Sorcery. + + +advancements.stage2.rockcrystal.title=Камень, ножницы, криÑталлы +advancements.stage2.rockcrystal.description=Горные криÑталлы очень важны Ð´Ð»Ñ Ð¿Ñ€Ð¾Ð´Ð²Ð¸Ð¶ÐµÐ½Ð¸Ñ Ð² Astral Sorcery, поÑтому найдите на поверхноÑти Образец горного криÑталла, а затем прокопайтеÑÑŒ вниз, чтобы найти его жилу, находÑщуюÑÑ Ð½Ð¸Ð¶Ðµ 10-ой выÑоты. + + +advancements.stage2.root.title=Ð’Ñ‚Ð¾Ñ€Ð°Ñ Ñпоха +advancements.stage2.root.description=Добро пожаловать в Ñледующую Ñпоху! + + +advancements.stage2.sealantern.title=Ð’ мире морÑкоооом... +advancements.stage2.sealantern.description=Верхушки Ð°Ð»Ñ‚Ð°Ñ€Ñ Ñ‚Ñ€ÐµÑ‚ÑŒÐµÐ³Ð¾ ÑƒÑ€Ð¾Ð²Ð½Ñ Ð¸Ð· Blood Magic могут быть Ñделаны из МорÑких фонарей или СветокамнÑ. Призмарин Ð´Ð»Ñ ÑÐ¾Ð·Ð´Ð°Ð½Ð¸Ñ Ñтих фонарей можно найти в Подводной крепоÑти или выбить в лабиринте ТёмнолеÑÑŒÑ Ð² измерении Сумеречного леÑа. + + +advancements.stage2.skywave.title=МеÑтоположение звёздного Ñвета +advancements.stage2.skywave.description=Чтобы процеÑÑ ÑÐ¾Ð·Ð´Ð°Ð½Ð¸Ñ Ð·Ð°Ð²ÐµÑ€ÑˆÐ¸Ð»ÑÑ, в СветÑщемÑÑ Ð²ÐµÑ€Ñтаке должна быть заполнена до определённого ÑƒÑ€Ð¾Ð²Ð½Ñ ÑˆÐºÐ°Ð»Ð° Звёздного Ñвета. Создайте, а затем иÑпользуйте Резонатор Ñвета, чтобы найти зону в мире, богатую Ñтим звёздным Ñветом, именно он необходим Ð´Ð»Ñ ÑÐ¾Ð·Ð´Ð°Ð½Ð¸Ñ Ð¿Ñ€ÐµÐ´Ð¼ÐµÑ‚Ð¾Ð². Днём подобные облаÑти найти Ñложно. Лучше подождите до наÑÑ‚ÑƒÐ¿Ð»ÐµÐ½Ð¸Ñ Ð½Ð¾Ñ‡Ð¸. + + +advancements.stage2.smeltertank.title=Резервуар Ð´Ð»Ñ Ð¿Ð»Ð°Ð²Ð¸Ð»ÑŒÐ½Ð¾Ð¹ печи +advancements.stage2.smeltertank.description=Твёрдое топливо ни к чему Ð’Ð°Ñ Ð½Ðµ привело. Стоит Ñоздать и поÑтавить Фарфоровый или Ð’Ñ‹Ñушенный резервуар под Ñвою Плавильную печь, чтобы плавить железо и другие материалы, которым требуетÑÑ Ð±Ð¾Ð»ÐµÐµ выÑÐ¾ÐºÐ°Ñ Ñ‚ÐµÐ¼Ð¿ÐµÑ€Ð°Ñ‚ÑƒÑ€Ð°. Обратите внимание, что Вам нужно позволить Ñгореть топливу целиком или Ñломать/заменить плавильную печь, чтобы увидеть новую температуру. + + +advancements.stage2.starpowder.title=Сила звёзд +advancements.stage2.starpowder.description=Звёздную пыль можно получить, Ñломав Образец горного криÑталла. Ðе забудьте отметить Ñто меÑто меткой на карте, потому что внизу под образцами находитÑÑ Ñ†ÐµÐ»Ð°Ñ Ð–Ð¸Ð»Ð° горных криÑталлов! ДоÑтигнув определённого ÑƒÑ€Ð¾Ð²Ð½Ñ Ð² Astral Sorcery, Ð’Ñ‹ Ñможете начать Ñоздавать их ÑамоÑтоÑтельно. + + +advancements.stage2.stevescarts.title=Рубрика «ЭÑÑкÑперименты»! +advancements.stage2.stevescarts.description=Ð’Ñ‹ открыли ÑпоÑоб получать Ñнергию, ÑÐ¶Ð¸Ð³Ð°Ñ Ñ‚Ð¾Ð¿Ð»Ð¸Ð²Ð¾! Создайте угольный двигатель. + + +advancements.stage2.stopwatch.title=Спидраннер +advancements.stage2.stopwatch.description=Секундомер будет отображать информацию о движении игрока. + + +advancements.stage2.tcontable1.title=РемеÑленник +advancements.stage2.tcontable1.description=Пришло Ð²Ñ€ÐµÐ¼Ñ Ð²Ñ‹Ð±Ñ€Ð¾Ñить Ñвой Ñтарый верÑтак и перейти к Инженерному верÑтаку. Он может хранить в Ñебе вещи, а также ÑпоÑобен подÑоединÑтьÑÑ Ðº ближайшим блокам Ñ Ð¸Ð½Ð²ÐµÐ½Ñ‚Ð°Ñ€Ñ‘Ð¼. + + +advancements.stage2.tcontable2.title=Создатель чаÑтей +advancements.stage2.tcontable2.description=Ð’Ñ‹ можете начать работу по замене Ñвоих инÑтрументов, Ñоздав Стол Ð´Ð»Ñ Ð²Ñ‹Ñ€ÐµÐ·ÐºÐ¸ Ñхем и Стол Ð´Ð»Ñ Ð²Ñ‹Ñ€ÐµÐ·ÐºÐ¸ чаÑтей. + + +advancements.stage2.tcontable3.title=Ð˜Ð½Ð¶ÐµÐ½ÐµÑ€Ð½Ð°Ñ ÑÑ‚Ð°Ð½Ñ†Ð¸Ñ +advancements.stage2.tcontable3.description=Чтобы Ñоздать Ñебе новые инÑтрументы, Вам придётÑÑ Ñделать Инженерную Ñтанцию. + + +advancements.stage2.twilight.title=Войдите в Сумеречный Ð»ÐµÑ +advancements.stage2.twilight.description=Чтобы продолжить Ñвоё путешеÑтвие, войдите в измерение Сумеречный леÑ. Ð”Ð»Ñ Ñтого заполните водой Ñму 2Ñ…2, окружите её раÑтениÑми, Ñаженцами или цветами, а затем киньте в воду Слиток звёздного металла из Astral Sorcery, чтобы открыть портал. + + +advancements.stage2.wateringcan.title=СкороÑÑ‚Ð½Ð°Ñ Ñ„ÐµÑ€Ð¼Ð° +advancements.stage2.wateringcan.description=ЕÑли Ð’Ñ‹ уÑтали ждать, пока выраÑтут Ваши поÑевы, Ñоздайте Лейку. + + +advancements.stage2.weedwoodsticks.title=Сорное дерево +advancements.stage2.weedwoodsticks.description=Палки из Ñорного дерева можно получить, Ð»Ð¾Ð¼Ð°Ñ ÐºÑƒÑты Ñ Ñ‚ÐµÐ¼ же названием. Они чаÑто вÑтречаютÑÑ Ð² Междуземье. Обратите внимание, что Ñти палки Ð½ÐµÐ»ÑŒÐ·Ñ Ð¿Ð¾Ð»ÑƒÑ‡Ð¸Ñ‚ÑŒ, Ñ€Ð°Ð·Ñ€ÑƒÐ±Ð°Ñ Ð´Ñ€ÐµÐ²ÐµÑину. + + +advancements.stage2.weedwoodsword.title=Создание мечей - Ñто иÑкуÑÑтво +advancements.stage2.weedwoodsword.description=ИнÑтрументы, принеÑённые в Междуземье из других измерений, не будут Ñффективны. Чтобы продвинутьÑÑ Ð´Ð°Ð»ÑŒÑˆÐµ, Вам придётÑÑ Ñделать и новое оружие, и новые инÑтрументы. Обратите внимание, что данное задание требует от Ð’Ð°Ñ ÑÐ¾Ð·Ð´Ð°Ð½Ð¸Ñ ÐœÐµÑ‡Ð° из Ñорного дерева, только тогда оно завершитÑÑ. + + +advancements.stage2.weird.title=Топ 10 Ñамых Ñтранных уÑтройÑтв +advancements.stage2.weird.description=ЕÑли Вам нужно что-то наподобие загрузчика чанков, Ñоздайте Странное уÑтройÑтво и поÑтавьте его, чтобы подгружать облаÑть 3Ñ…3 чанка. + + +advancements.stage2.wool.title=Мохнатые одеÑльца +advancements.stage2.wool.description=Создайте немного ШерÑти, иÑÐ¿Ð¾Ð»ÑŒÐ·ÑƒÑ ÐŸÐ»ÐµÑ‚ÐµÐ½ÑŒ и Овечью шерÑть из Better With Addons. + + +# Stage 3 +advancements.stage3.amethyst.title=Руда незеритового аметиÑта +advancements.stage3.amethyst.description=Редкий Ñамоцвет, вÑтречающийÑÑ Ð² Ðезере. Его можно найти, иÑÐ¿Ð¾Ð»ÑŒÐ·ÑƒÑ Ð ÑƒÐ´Ð¾Ð¸Ñкатели третьей Ñпохи и выше. + + +advancements.stage3.bauxite.title=БокÑÐ¸Ñ‚Ð¾Ð²Ð°Ñ Ñ€ÑƒÐ´Ð° +advancements.stage3.bauxite.description=Ðайдите на поверхноÑти образец руды и добудьте в жиле под ним БокÑит! Руда находитÑÑ Ð½Ð° выÑоте от 45 до 70. + + +advancements.stage3.bellows.title=Меха +advancements.stage3.bellows.description=Создайте Меха и Ñнабдите их механичеÑкой Ñилой, чтобы поддерживать огонь над Хибачи. + + +advancements.stage3.blazerod.title=Огненный Ñтержень +advancements.stage3.blazerod.description=ОтправьтеÑÑŒ в Ðезер, Ñоберите там Огненный порошок, а затем иÑпользуйте МеталличеÑкий преÑÑ, чтобы превратить его в Огненные Ñтержни. + + +advancements.stage3.bonehoe.title=Ðезеритовые инÑтрументы +advancements.stage3.bonehoe.description=ИÑпользуйте КоÑÑ‚Ñную мотыгу Ð´Ð»Ñ Ð²ÑÐ¿Ð°Ñ…Ð¸Ð²Ð°Ð½Ð¸Ñ Ð·ÐµÐ¼Ð»Ð¸, а также Ð´Ð»Ñ ÑÐ¾Ð·Ð´Ð°Ð½Ð¸Ñ Ð’Ñпаханного пеÑка душ. + + +advancements.stage3.buildcraft.title=Улучшение автоматизации +advancements.stage3.buildcraft.description=Создайте Двигатель на краÑном камне, чтобы начать работу Ñ Ñ‚Ñ€ÑƒÐ±Ð°Ð¼Ð¸ из Buildcraft. + + +advancements.stage3.circuitboard.title=Я карт... плата! +advancements.stage3.circuitboard.description=ИÑпользуйте ВерÑтак инженера Ð´Ð»Ñ ÑÐ¾Ð·Ð´Ð°Ð½Ð¸Ñ ÐœÐ¾Ð½Ñ‚Ð°Ð¶Ð½Ð¾Ð¹ платы. + + +advancements.stage3.conveyorbelt.title=ÐšÐ¾Ð½Ð²ÐµÐ¹ÐµÑ€Ð½Ð°Ñ Ð»ÐµÐ½Ñ‚Ð° +advancements.stage3.conveyorbelt.description=Конвейерные ленты из Immersive Engineering отлично подходÑÑ‚ Ð´Ð»Ñ Ñ‚Ñ€Ð°Ð½Ñпортировки предметов! + + +advancements.stage3.creosote.title=Креозот +advancements.stage3.creosote.description=ИÑпользуйте КокÑовую печь, Ð´Ð»Ñ Ñ‚Ð¾Ð³Ð¾ чтобы производить КокÑовый уголь и жидкоÑть под названием Креозот. + + +advancements.stage3.crudeoil.title=ÐефтÑÐ½Ð°Ñ Ñкважина +advancements.stage3.crudeoil.description=ИÑпользуйте Колонковый бур, Ð´Ð»Ñ Ñ‚Ð¾Ð³Ð¾ чтобы найти в чанке нефть. ПоÑле Ñтого поÑтройте Штанговый наÑÐ¾Ñ Ð¸Ð· Immersive Petroleum Ñм. в РуководÑтве инженера, чтобы её выкачать. Ð”Ð»Ñ Ð·Ð°Ð²ÐµÑ€ÑˆÐµÐ½Ð¸Ñ Ð·Ð°Ð´Ð°Ð½Ð¸Ñ Ð’Ð°Ð¼ необходимо набрать нефть в ведро. + + +advancements.stage3.distillation2.title=Поддай газку +advancements.stage3.distillation2.description=Ð”Ð°Ð»ÑŒÐ½ÐµÐ¹ÑˆÐ°Ñ Ð¾Ð±Ñ€Ð°Ð±Ð¾Ñ‚ÐºÐ° дизельного топлива в ректификационной колонне ÑоздаÑÑ‚ из него кероÑин, бензин и Ñмазку. Ð”Ð»Ñ Ð·Ð°Ð²ÐµÑ€ÑˆÐµÐ½Ð¸Ñ Ð·Ð°Ð´Ð°Ð½Ð¸Ñ Ð’Ð°Ð¼ понадобитÑÑ Ð½Ð°Ð±Ñ€Ð°Ñ‚ÑŒ ведро каждой из Ñтих жидкоÑтей. Они ÑвлÑÑŽÑ‚ÑÑ Ð¸Ñточниками топлива, могут уÑкорить работу определённых машин или подвергаютÑÑ Ð¿Ð¾Ð²Ñ‚Ð¾Ñ€Ð½Ð¾Ð¹ обработке. + + +advancements.stage3.drawercontroller.title=Контроллер Ñщиков +advancements.stage3.drawercontroller.description=Контроллер Ñщиков позволит Ñделать из Ваших Ñщиков целую Ñеть. + + +advancements.stage3.extendedcrafting1.title=РаÑширение Ñетки верÑтака: Золото +advancements.stage3.extendedcrafting1.description=Создайте Продвинутый верÑтак из мода Extended Crafting, он пригодитÑÑ Ð’Ð°Ð¼ Ð´Ð»Ñ Ñ‚Ð¾Ð³Ð¾, чтобы выкладывать более Ñложные рецепты. + + +advancements.stage3.filteredhopper.title=Воронка Ñ Ñ„Ð¸Ð»ÑŒÑ‚Ñ€Ð¾Ð¼ +advancements.stage3.filteredhopper.description=ИÑпользуйте Воронку Ñ Ñ„Ð¸Ð»ÑŒÑ‚Ñ€Ð¾Ð¼, Ð´Ð»Ñ Ñ‚Ð¾Ð³Ð¾ чтобы Ñоздать Порошок адÑкого пламени и заполнить Урны душ. + + +advancements.stage3.galgadorian.title=ГалгадорианÑкий металл +advancements.stage3.galgadorian.description=Создайте УÑиленный галгадорианÑкий металл, чтобы ещё больше улучшить Ñвою инфраÑтруктуру. + + +advancements.stage3.hibachi.title=Хибачи +advancements.stage3.hibachi.description=Хибачи из мода Better With Mods позволит Вам поддерживать огонь под вашим Котлом и Тигелем. + + +advancements.stage3.iebook.title=РуководÑтво инженера +advancements.stage3.iebook.description=РуководÑтво из Immersive Engineering - Ð¿Ð¾Ð»ÐµÐ·Ð½Ð°Ñ ÐºÐ½Ð¸Ð³Ð°. ИÑпользуйте её. + + +advancements.stage3.iehammer.title=Молот инженера +advancements.stage3.iehammer.description=Сделайте Молот инженера, чтобы Ñоздавать мультиблочные машины и поворачивать блоки. + + +advancements.stage3.liquidplastic.title=Изобретение плаÑтика +advancements.stage3.liquidplastic.description=ИÑÐ¿Ð¾Ð»ÑŒÐ·ÑƒÑ Ð–Ð¸Ð´ÐºÐ¾Ñтный переработчик |Liquid Processor| из Modular Machinery, превратите Пропен в Жидкий плаÑтик |Liquid Plastic|. + + +advancements.stage3.modularmachinery.title=Ууу, многоблочноÑть! +advancements.stage3.modularmachinery.description=Контроллер из Modular Machinery - Ñто блок, который необходим Ð´Ð»Ñ ÐºÐ°Ð¶Ð´Ð¾Ð¹ машины из Ñтого мода. Проверьте Ñодержимое чертежей, чтобы узнать, как поÑтроить каждую из Ñтруктур. + + +advancements.stage3.naphtha.title=ДиÑтиллÑÑ†Ð¸Ñ +advancements.stage3.naphtha.description=Теперь, когда Ð’Ñ‹ добыли нефть, поÑтройте Ректификационную колонну из Immersive Petroleum, Ð´Ð»Ñ Ñ‚Ð¾Ð³Ð¾ чтобы преобразовать нефть в Ðафту и Дизельное топливо, а затем налейте каждую из жидкоÑтей в ведро Ð´Ð»Ñ Ð·Ð°Ð²ÐµÑ€ÑˆÐµÐ½Ð¸Ñ Ð·Ð°Ð´Ð°Ð½Ð¸Ñ. + + +advancements.stage3.nether.title=Войти в Ðезер +advancements.stage3.nether.description=ОтправьтеÑÑŒ в Ðезер. Уже поÑтроенные порталы, ведущие в Ñто измерение, можно найти в жарких биомах, таких как ПуÑÑ‚Ñ‹Ð½Ñ Ð¸Ð»Ð¸ Саванна. Помните, что Ñтот мир Ñгенерирован Ñ ÑƒÑ‡Ñ‘Ñ‚Ð¾Ð¼ логичеÑкой карты температур. То еÑть, еÑли Ð’Ñ‹ хотите найти жаркий биом, отправьтеÑÑŒ на Север или Юг, до тех пор пока не доберётеÑÑŒ до нужного климата. + + +advancements.stage3.netherbrick.title=Ðезеритовый кирпич +advancements.stage3.netherbrick.description=Положите Ðезеритовый шлам в Килн из мода Better With Mods, чтобы превратить их в Ðезеритовые кирпичи. Ð”Ð»Ñ Ñ‚Ð¾Ð³Ð¾ чтобы узнать, как Ñобрать Килн, обратитеÑÑŒ к книге под названием Book of Single. + + +advancements.stage3.netherexbiome.title=СегоднÑ, наверное, Ñнег пойдёт +advancements.stage3.netherexbiome.description=Ðайдите биом ÐрктичеÑкой бездны и войдите в него. + + +advancements.stage3.netherwart.title=ÐароÑÑ‚ из Ðезера +advancements.stage3.netherwart.description=Ðайдите и Ñоберите ÐароÑÑ‚ из Ðезера. Он чаÑто вÑтречаетÑÑ Ð² крепоÑÑ‚ÑÑ… Ñтого измерениÑ. + + +advancements.stage3.nickel.title=Ð›Ð¸Ð¼Ð¾Ð½Ð¸Ñ‚Ð¾Ð²Ð°Ñ Ñ€ÑƒÐ´Ð° +advancements.stage3.nickel.description=Ðайдите на поверхноÑти образец руды и добудьте в жиле под ним Лимонит! Руда находитÑÑ Ð½Ð° выÑоте от 6 до 32. + + +advancements.stage3.oreexcavation.title=Выкапывание руд +advancements.stage3.oreexcavation.description=ИÑпользуйте Модификатор Ð²Ñ‹ÐºÐ°Ð¿Ñ‹Ð²Ð°Ð½Ð¸Ñ Ñ€ÑƒÐ´ Ð´Ð»Ñ Ð´Ð¾Ð±Ð°Ð²Ð»ÐµÐ½Ð¸Ñ Ñвоим инÑтрументам из Tinker Construct возможноÑти Ð²Ñ‹ÐºÐ°Ð¿Ñ‹Ð²Ð°Ð½Ð¸Ñ Ñ†ÐµÐ»Ñ‹Ñ… жил. При помощи ЧародейÑкого Ñтола, Ð’Ñ‹ также можете наложить зачарование Ð²Ñ‹ÐºÐ°Ð¿Ñ‹Ð²Ð°Ð½Ð¸Ñ Ð½Ð° те инÑтрументы, которые не добавлÑет мод Tinker Construct. Заметки от переводчика: Ð”Ð»Ñ Ð°ÐºÑ‚Ð¸Ð²Ð°Ñ†Ð¸Ð¸ данного модификатора/Ð·Ð°Ñ‡Ð°Ñ€Ð¾Ð²Ð°Ð½Ð¸Ñ Ð½ÐµÐ¾Ð±Ñ…Ð¾Ð´Ð¸Ð¼Ð¾ нажимать оÑобую клавишу. Ð’Ñ‹ найдёте её в Управлении. + + +advancements.stage3.oreprospector.title=РудоиÑкатель +advancements.stage3.oreprospector.description=Создайте РудоиÑкатель, Ð´Ð»Ñ Ñ‚Ð¾Ð³Ð¾ чтобы находить руды Третьей Ñпохи. + + +advancements.stage3.plastic.title=ПлаÑтичноÑть +advancements.stage3.plastic.description=Формовщик плаÑтика |Plastic Molder| из Modular Machinery превратит жидкий плаÑтик в твёрдый, который пригодитÑÑ Ð´Ð»Ñ Ñ†ÐµÐ»Ð¾Ð³Ð¾ Ñ€Ñда новых рецептов. + + +advancements.stage3.platinum.title=ÐŸÐ»Ð°Ñ‚Ð¸Ð½Ð¾Ð²Ð°Ñ Ñ€ÑƒÐ´Ð° +advancements.stage3.platinum.description=Ðайдите на поверхноÑти образец руды и добудьте в жиле под ним Платину! Руда находитÑÑ Ð½Ð° выÑоте от 3 до 25. + + +advancements.stage3.potash.title=Поташ +advancements.stage3.potash.description=ИÑпользуйте брёвна, доÑки или древеÑную маÑÑу в подожжённом Ñнизу Котле, чтобы Ñоздать Поташ. + + +advancements.stage3.projector.title=Диапроектор +advancements.stage3.projector.description=Создайте проектор. Чтобы им воÑпользоватьÑÑ, Вам необходимо Ñначала открыть в РуководÑтве инженера вкладку Ñо Ñтруктурой, которую Ð’Ñ‹ хотите Ñоздать, а затем при помощи верÑтака Ñоединить руководÑтво Ñ Ð¿Ñ€Ð¾ÐµÐºÑ‚Ð¾Ñ€Ð¾Ð¼. Проектор облегчит Вам поÑтройку Ñтруктур, поÑтавив в мире фантомные блоки. + + +advancements.stage3.propene.title=Пропен и пропеновые акÑеÑÑуары +advancements.stage3.propene.description=ИÑÐ¿Ð¾Ð»ÑŒÐ·ÑƒÑ Ð¥Ð¸Ð¼Ð¸Ñ‡ÐµÑкий ÑмеÑитель |Chemical Mixer| из Modular Machinery, Ð’Ñ‹ Ñможете Ñмешать Ðафту и Пар, тем Ñамым Ñоздав Пропен |Propene|. Ðаберите его в ведро, чтобы подойти к Ñозданию плаÑтика. + + +advancements.stage3.rails.title=Железные дороги +advancements.stage3.rails.description=Создайте рельÑÑ‹ и иÑпользуйте их Ð´Ð»Ñ Ð±Ñ‹Ñтрого Ð¿ÐµÑ€ÐµÐ¼ÐµÑ‰ÐµÐ½Ð¸Ñ Ð½Ð° большие раÑÑтоÑниÑ. + + +advancements.stage3.redstone.title=Киноварь +advancements.stage3.redstone.description=Ðайдите на поверхноÑти Образец руды и добудьте в жиле под ним РедÑтоун или Киноварь! Руда находитÑÑ Ð½Ð° выÑоте от 4 до 24. + + +advancements.stage3.root.title=Ð¢Ñ€ÐµÑ‚ÑŒÑ Ñпоха +advancements.stage3.root.description=Добро пожаловать в Ñледующую Ñпоху! + + +advancements.stage3.sampledrill.title=ÐœÐ°Ð»ÐµÐ½ÑŒÐºÐ°Ñ Ð¿Ñ€Ð¾Ð±Ð° +advancements.stage3.sampledrill.description=ИÑпользуйте Колонковый бур, чтобы иÑкать под поверхноÑтью чанка рудные жилы и жидкоÑти. Имейте в виду, что Ð´Ð»Ñ Ñ€Ð°Ð±Ð¾Ñ‚Ñ‹ ему нужна ÑнергиÑ, а ещё что Ð’Ñ‹ можете Ñтавить Пробы по нажатию Shift + ПКМ. Заметки от TimeConqueror: Подробнее о том, как работает бур, можно найти в книге РуководÑтво инженера, а именно в Ñтатье Залежи руды. Полезен Ð´Ð»Ñ Ð¿Ð¾Ð¸Ñков нефти! + + +advancements.stage3.silverlead.title=Ð“Ð°Ð»ÐµÐ½Ð¸Ñ‚Ð¾Ð²Ð°Ñ Ñ€ÑƒÐ´Ð° +advancements.stage3.silverlead.description=Ðайдите на поверхноÑти образец руды и добудьте в жиле под ним Галенит, из которого можно получить и Ñеребро, и Ñвинец! Руда находитÑÑ Ð½Ð° выÑоте от 16 до 50. + + +advancements.stage3.soundmuffler.title=Подавитель звуков +advancements.stage3.soundmuffler.description=Громкий шум Ñводит Ð’Ð°Ñ Ñ ÑƒÐ¼Ð°? Тогда поÑтавьте Суперподавитель звуков, а затем наÑтройте его на заглушение именно тех звуков, Ñлышать которые Ð’Ñ‹ больше не хотите. + + +advancements.stage3.standardhull.title=Обычный ÐºÐ¾Ñ€Ð¿ÑƒÑ Ð´Ð»Ñ Ð²Ð°Ð³Ð¾Ð½ÐµÑ‚ÐºÐ¸ Стива +advancements.stage3.standardhull.description=Обычный ÐºÐ¾Ñ€Ð¿ÑƒÑ Ð¸Ð· мода Steve's Carts позволит Вам Ñоздавать вагонетки получше. + + +advancements.stage3.steam.title=Главное, не горÑчитьÑÑ! +advancements.stage3.steam.description=ИÑÐ¿Ð¾Ð»ÑŒÐ·ÑƒÑ Ð‘Ð¾Ð¹Ð»ÐµÑ€ или Солнечную башню из Immersive Tech, произведите пар, а затем налейте его в ведро, чтобы завершить задание. + + +advancements.stage3.steel.title=Стальной Ñлиток +advancements.stage3.steel.description=Ð”Ð¾Ð¼ÐµÐ½Ð½Ð°Ñ Ð¿ÐµÑ‡ÑŒ позволит Вам Ñоздавать Ñталь из железных Ñлитков и кокÑового углÑ. + + +advancements.stage3.stevescartsassembler.title=Вагонетки Стива +advancements.stage3.stevescartsassembler.description=КонÑтруктор вагонеток позволит Вам Ñоздавать оÑобые модульные вагонетки. Важно помнить, что Ð’Ñ‹ можете Ñоздавать ÑƒÐ»ÑƒÑ‡ÑˆÐµÐ½Ð¸Ñ Ð¸ приÑоединÑть их на внешнюю Ñторону КонÑтруктора, Ð½Ð°Ð¶Ð¸Ð¼Ð°Ñ Shift + ПКМ - так Ð’Ñ‹ уÑкорите Ð²Ñ€ÐµÐ¼Ñ ÑÐ¾Ð·Ð´Ð°Ð½Ð¸Ñ Ð²Ð°Ð³Ð¾Ð½ÐµÑ‚Ð¾Ðº или задейÑтвуете какие-то другие возможноÑти. + + +advancements.stage3.vacuumtube.title=Ð­Ð»ÐµÐºÑ‚Ñ€Ð¾Ð½Ð½Ð°Ñ Ð»Ð°Ð¼Ð¿Ð° +advancements.stage3.vacuumtube.description=Создайте Электронную лампу, иÑÐ¿Ð¾Ð»ÑŒÐ·ÑƒÑ Ð’ÐµÑ€Ñтак инженера. + + +advancements.stage3.viescraft.title=Полёт! +advancements.stage3.viescraft.description=ИÑÐ¿Ð¾Ð»ÑŒÐ·ÑƒÑ Ð²Ñе предметы Ð´Ð»Ñ ÑÐ¾Ð·Ð´Ð°Ð½Ð¸Ñ Ð”Ð²Ð¸Ð³Ð°Ñ‚ÐµÐ»Ñ Ð´Ð¸Ñ€Ð¸Ð¶Ð°Ð±Ð»Ñ, ÑконÑтруируйте Дирижабль V1 из мода Viescraft. ПоÑле Ñтого Ð’Ñ‹ можете открыть его интерфейÑ, чтобы увидеть, как можно улучшить дирижабль и как наÑтроить его внешний вид. + + +advancements.stage3.waterwheel.title=ВодÑное колеÑо +advancements.stage3.waterwheel.description=ВодÑное колеÑо, подключённое к КинетичеÑкому генератору, позволит вырабатывать Ñнергию, еÑли конечно оно обеÑпечено текущей водой. + + +advancements.stage3.windmill.title=ВетрÑÐ½Ð°Ñ Ð¼ÐµÐ»ÑŒÐ½Ð¸Ñ†Ð°! +advancements.stage3.windmill.description=Создайте ВетрÑную мельницу и подключите её к КинетичеÑкому генератору, чтобы вырабатывать Ñнергию из ветра. + + + + + + + + + + +advancements.stage3.woodhull.title=ДеревÑнный ÐºÐ¾Ñ€Ð¿ÑƒÑ Ð´Ð»Ñ Ð²Ð°Ð³Ð¾Ð½ÐµÑ‚ÐºÐ¸ Стива +advancements.stage3.woodhull.description=Создайте ДеревÑнный корпуÑ, чтобы Ñделать Ñамую базовую вагонетку из мода Steve's Carts. + + +advancements.stage3.workbench.title=ВерÑтак инженера +advancements.stage3.workbench.description=Соорудите ВерÑтак инженера, чтобы Ñоздавать предметы при помощи Чертежей. + + +# Stage 4 +advancements.stage4.adapter.title=Ðе недооценивай мою мощь! +advancements.stage4.adapter.description=Когда Ð’Ñ‹ не можете передавать Ñнергию между механизмами из разных модов, иÑпользуйте Ðдаптер питаниÑ, он поможет Вам её конвертировать. + + +advancements.stage4.ae2panel.title=ÐŸÑ€Ð¸ÐºÐ»Ð°Ð´Ð½Ð°Ñ Ñнергетика +advancements.stage4.ae2panel.description=Создайте МЭ терминал и решите, что Ð’Ñ‹ будете развивать дальше: Applied Energistics, Refined Storage или оба Ñти мода! + + +advancements.stage4.amadrontablet.title=ДоÑтавка Ñ Ðмадрона +advancements.stage4.amadrontablet.description=Заполните Планшет Ñети Ðмадрон Ñжатым воздухом, а затем иÑпользуйте его Ð´Ð»Ñ Ð·Ð°ÐºÐ°Ð·Ð° предметов. УбедитеÑÑŒ, что Ð’Ñ‹ выбрали точки Ð´Ð»Ñ Ð·Ð°Ñ…Ð²Ð°Ñ‚Ð° и ÑброÑа дроном предметов, иÑÐ¿Ð¾Ð»ÑŒÐ·ÑƒÑ Shift + ПКМ. + + +advancements.stage4.ardite.title=ÐÑ€Ð´Ð¸Ñ‚Ð¾Ð²Ð°Ñ Ñ€ÑƒÐ´Ð° +advancements.stage4.ardite.description=Ðайдите в Ðезере Ðрдитовую руду, а затем добудьте её, иÑÐ¿Ð¾Ð»ÑŒÐ·ÑƒÑ ÐºÐ¸Ñ€ÐºÑƒ Ñ ÑƒÑ€Ð¾Ð²Ð½ÐµÐ¼ добычи "Кобальт". + + +advancements.stage4.blockheads1.title=Ð¡Ð¾Ð²Ñ€ÐµÐ¼ÐµÐ½Ð½Ð°Ñ ÐºÑƒÑ…Ð½Ñ +advancements.stage4.blockheads1.description=Приготовление еды в печи может показатьÑÑ Ñлегка Ñ‚Ñжёлым занÑтием, потому поÑтавьте на Ñвоей базе новую кухню. Ðачните Ñ ÑÐ¾Ð·Ð´Ð°Ð½Ð¸Ñ ÐºÐ½Ð¸Ð³Ð¸ Готовка Ð´Ð»Ñ Ñ‡Ð°Ð¹Ð½Ð¸ÐºÐ¾Ð² I. + + +advancements.stage4.blockheads2.title=ДвигаемÑÑ Ð²Ð²ÐµÑ€Ñ…! +advancements.stage4.blockheads2.description=ИÑпользуйте книгу Готовка Ð´Ð»Ñ Ñ‡Ð°Ð¹Ð½Ð¸ÐºÐ¾Ð² II Ð´Ð»Ñ ÑÐ¾Ð·Ð´Ð°Ð½Ð¸Ñ Ð´Ð¾Ñтупных рецептов, иÑÐ¿Ð¾Ð»ÑŒÐ·ÑƒÑ Ð²ÐµÑ‰Ð¸ из Вашего инвентарÑ, или в качеÑтве материала Ð´Ð»Ñ Ð¸Ð·Ð³Ð¾Ñ‚Ð¾Ð²Ð»ÐµÐ½Ð¸Ñ Ð¿Ñ€Ð¸Ð±Ð¾Ñ€Ð¾Ð². + + +advancements.stage4.blockheads3.title=ÐŸÐ¾Ð»Ð½Ð°Ñ ÐºÑƒÑ…Ð½Ñ +advancements.stage4.blockheads3.description=Ð’Ñе блоки из мода Cooking for Blockheads, иÑпользующиеÑÑ Ð´Ð»Ñ ÑÐ¾Ð·Ð´Ð°Ð½Ð¸Ñ Ð¿Ñ€ÐµÐ´Ð¼ÐµÑ‚Ð¾Ð², работают как Ð¼Ð½Ð¾Ð³Ð¾Ð±Ð»Ð¾Ñ‡Ð½Ð°Ñ Ñтруктура, еÑли Ñтавить их друг к другу вплотную. Ð”Ð»Ñ Ð½Ð°Ñ‡Ð°Ð»Ð° Ñоздайте, а затем поÑтавьте Кухонный Ñтол. ПоÑле Ñто уже можно переходить к уÑтановке Духовки, Холодильника, Раковины, а также других предметов Ð´Ð»Ñ Ñ‚Ð¾Ð³Ð¾, чтобы получить больше возможноÑтей. + + +advancements.stage4.certusquartz.title=ИÑтинный кварц +advancements.stage4.certusquartz.description=Ðайдите на поверхноÑти образец руды и добудьте в жиле под ним Смешанный кварц! Руда находитÑÑ Ð½Ð° выÑоте от 6 до 40. + + +advancements.stage4.cobalt.title=Кобальт +advancements.stage4.cobalt.description=Ðайдите и добудьте Кобальт, руду, вÑтречающуюÑÑ Ð¿Ð¾ вÑему Ðезеру. + + +advancements.stage4.compressediron.title=Железный Ñлиток из PneumaticCraft +advancements.stage4.compressediron.description=Создайте Ñлиток Ñжатого железа. + + +advancements.stage4.compressor.title=Под давлением +advancements.stage4.compressor.description=СмаÑтерите КомпреÑÑор из Galacticraft, чтобы впоÑледÑтвии Ñоздавать на нём Сжатые плаÑтины. + + +advancements.stage4.endcrystal.title=Ð ÐµÐ¸Ð½ÐºÐ°Ñ€Ð½Ð°Ñ†Ð¸Ñ +advancements.stage4.endcrystal.description=ЕÑли Ð’Ñ‹ хотите возродить Эндер-дракона, Ñоздайте 4 криÑталла Энда и поÑтавьте их у портала, телепортирующего из Ñтого Ð¸Ð·Ð¼ÐµÑ€ÐµÐ½Ð¸Ñ Ð² обычный мир. КриÑталлы нужно Ñтавить по центру каждой из Ñторон, ÑоÑтоÑщей из трёх блоков бедрока. + + +advancements.stage4.enderalloy1.title=Сплав Эндера +advancements.stage4.enderalloy1.description=Победите дракона, а затем добудьте в Энде биотит, чтобы впоÑледÑтвии иÑпользовать его в Ñоздании Сплава Эндера. + + +advancements.stage4.enderalloy2.title=УÑиленный Ñплав Эндера +advancements.stage4.enderalloy2.description=Ðайдите в Энде Ñ…Ð¾Ñ€ÑƒÑ Ð¸ иÑпользуйте его плод, чтобы Ñоздать УÑиленный Ñплав Эндера. + + +advancements.stage4.enderalloy3.title=Продвинутый Ñплав Эндера +advancements.stage4.enderalloy3.description=Ðайдите Пурпур, Стержни Энда и Панцирь шалкера, чтобы Ñоздать Продвинутый Ñплав Эндера. + + +advancements.stage4.endercrafter.title=Эндер-верÑтак +advancements.stage4.endercrafter.description=Соорудите Эндер-верÑтак и Эндер-альтернатор, Ð´Ð»Ñ Ñ‚Ð¾Ð³Ð¾ чтобы впоÑледÑтвии Ñоздавать на них более продвинутые рецепты. + + +advancements.stage4.extendedcraftingelite.title=Элитный верÑтак +advancements.stage4.extendedcraftingelite.description=Ðекоторым рецептам требуетÑÑ Ð±Ð¾Ð»ÑŒÑˆÐµ меÑта. ПоÑтому Вам понадобитÑÑ Ñоздать Элитный верÑтак. + + +advancements.stage4.fuelloader.title=Ðакорми ракету доÑыта +advancements.stage4.fuelloader.description=Загрузчик топлива понадобитÑÑ Ð’Ð°Ð¼ Ð´Ð»Ñ Ð·Ð°Ð¿Ñ€Ð°Ð²ÐºÐ¸ ракеты перед взлётом. + + +advancements.stage4.inscriber.title=Ð’Ñ‹Ñекание +advancements.stage4.inscriber.description=Создайте Ð’Ñ‹Ñекатель и запитайте его, чтобы начать Ñоздавать как процеÑÑоры, так и другие механизмы. + + +advancements.stage4.laserassembly.title=КлаÑÑÐ½Ð°Ñ Ñборка +advancements.stage4.laserassembly.description=Закажите Программу Ñборки: Лазер при помощи Ñвоего Планшета Ñети Ðмадрон. + + +advancements.stage4.launchpad.title=Ðа взлёт! +advancements.stage4.launchpad.description=Чтобы взлететь, Вам необходимо размеÑтить 9 Взлётных площадок в пределах квадрата 3Ñ…3, а затем поÑтавить ракету на площадку в центре. + + +advancements.stage4.machinecasing.title=Машинный ÐºÐ¾Ñ€Ð¿ÑƒÑ +advancements.stage4.machinecasing.description=Ð”Ð»Ñ ÑÐ¾Ð·Ð´Ð°Ð½Ð¸Ñ Ð¿Ñ€Ð¾Ð´Ð²Ð¸Ð½ÑƒÑ‚Ñ‹Ñ… машин Вам понадобÑÑ‚ÑÑ Ð±Ð¾Ð»ÐµÐµ Ñложные корпуÑа. + + +advancements.stage4.manyullyn.title=Мануллин +advancements.stage4.manyullyn.description=Смешайте в плавильне Ðрдит и Кобальт, чтобы получить Мануллин. + + +advancements.stage4.moon.title=Ðа Луну! +advancements.stage4.moon.description=ЗапуÑтите Ракету и приземлитеÑÑŒ на Луне. + + +advancements.stage4.nasaworkbench.title=ОÑнова коÑмичеÑкой программы +advancements.stage4.nasaworkbench.description=Создайте верÑтак NASA, чтобы начать Ñвоё путешеÑтвие на Луну. + + +advancements.stage4.oxygencollector.title=КиÑлородное голодание +advancements.stage4.oxygencollector.description=Ð”Ð»Ñ ÑÐ¾Ð·Ð´Ð°Ð½Ð¸Ñ Ñ‚Ð¾Ð¿Ð»Ð¸Ð²Ð° из Galacticraft Вам понадобитÑÑ Ñмешать КероÑин Ñ ÐšÐ¸Ñлородом в ОчиÑтителе из Immersive Engineering. КиÑлород можно Ñобирать при помощи КиÑлородного Ñборщика. + + +advancements.stage4.plasticmixer.title=Смешиватель плаÑтика +advancements.stage4.plasticmixer.description=СконÑтруируйте Смешиватель плаÑтика, чтобы впоÑледÑтвии Ñоздавать Ñ Ð¿Ð¾Ð¼Ð¾Ñ‰ÑŒÑŽ него плаÑтиковые лиÑты разного цвета. + + +advancements.stage4.presses.title=Мне три преÑÑа, пожалуйÑта +advancements.stage4.presses.description=Ðайдите материалы, необходимые Ð´Ð»Ñ ÑÐ¾Ð·Ð´Ð°Ð½Ð¸Ñ Ð˜Ð½Ð¶ÐµÐ½ÐµÑ€Ð½Ð¾Ð³Ð¾, ЛогичеÑкого и Кремниевого преÑÑа, чтобы начать разработку Ñвоей Ñети механизмов из Applied Energistics и Refined Storage. + + +advancements.stage4.pressurechamberwall.title=Камера Ð´Ð°Ð²Ð»ÐµÐ½Ð¸Ñ +advancements.stage4.pressurechamberwall.description=Создайте Стену камеры давлениÑ, а затем поÑтройте конÑтрукцию из Pneumaticraft, имеющую одноимённое название. + + +advancements.stage4.printedcircuitboard.title=ÐŸÐµÑ‡Ð°Ñ‚Ð½Ð°Ñ Ð¿Ð»Ð°Ñ‚Ð° +advancements.stage4.printedcircuitboard.description=ИÑÐ¿Ð¾Ð»ÑŒÐ·ÑƒÑ Ð¼Ð°ÑˆÐ¸Ð½Ñ‹ из Pneumaticraft, Ñоздайте Печатную плату. + + +advancements.stage4.prospector4.title=РудоиÑкатель четвёртого ÑƒÑ€Ð¾Ð²Ð½Ñ +advancements.stage4.prospector4.description=Создайте Продвинутый рудоиÑкатель, чтобы находить руды Четвёртой Ñпохи. + + +advancements.stage4.root.title=Ð§ÐµÑ‚Ð²Ñ‘Ñ€Ñ‚Ð°Ñ Ñпоха +advancements.stage4.root.description=Добро пожаловать в новую Ñпоху! + + +advancements.stage4.rsgrid.title=УÑовершенÑтвованное хранилище +advancements.stage4.rsgrid.description=Создайте терминал из Refined Storage и решите, что Ð’Ñ‹ будете развивать дальше: Applied Energistics, Refined Storage или оба Ñти мода! + + +advancements.stage4.silicon.title=ÐšÑ€ÐµÐ¼Ð½Ð¸ÐµÐ²Ð°Ñ Ñ€ÑƒÐ´Ð° +advancements.stage4.silicon.description=Ðайдите на поверхноÑти образец руды и добудьте в жиле под ним Кремний! Руда находитÑÑ Ð½Ð° выÑоте от 24 до 48. + + +advancements.stage4.solidendereye.title=Многоразовое око +advancements.stage4.solidendereye.description=Создайте Плотное око Эндера, а затем иÑпользуйте его, чтобы быÑтро найти Энд. + + +advancements.stage4.spacesuit.title=Отличный коÑтюмчик! +advancements.stage4.spacesuit.description=Создайте полный набор КоÑмичеÑкого Ñкафандра 1-ого уровнÑ, чтобы защитить ÑÐµÐ±Ñ Ð¾Ñ‚ Ð´Ð°Ð²Ð»ÐµÐ½Ð¸Ñ Ð¸ радиации во Ð²Ñ€ÐµÐ¼Ñ Ð¿Ñ€ÐµÐ±Ñ‹Ð²Ð°Ð½Ð¸Ñ Ð½Ð° Луне. + + +advancements.stage4.t1rocket.title=КоÑмичеÑкий корабль +advancements.stage4.t1rocket.description=ПоÑтройте ракету 1-ого ÑƒÑ€Ð¾Ð²Ð½Ñ Ð¸Ð· Galacticraft. + + +advancements.stage4.theend.title=Вход в Энд +advancements.stage4.theend.description=Ðайдите крепоÑть и войдите в измерение "Энд". + + +# Stage 5 +advancements.stage5.charger3.title=ЗарÑди его! +advancements.stage5.charger3.description=ЗарÑдное уÑтройÑтво 3-его ÑƒÑ€Ð¾Ð²Ð½Ñ Ð¿Ð¾Ð·Ð²Ð¾Ð»Ð¸Ñ‚ Вам зарÑжать Ñвои предметы намного быÑтрее, чем Ñто могли бы делать уÑтройÑтва Ñ Ð±Ð¾Ð»ÐµÐµ низкими уровнÑми. + + +advancements.stage5.cheese.title=Луна Ñделана из Ñыра +advancements.stage5.cheese.description=Сыр - Ñто Ñ€ÐµÐ´ÐºÐ°Ñ Ñ€ÑƒÐ´Ð°, которую можно найти только на Луне. Карьеры будут взаимодейÑтвовать Ñ Ð½ÐµÐ¹ точно также, как и Ñо вÑеми оÑтальными рудами Луны. + + +advancements.stage5.compactmachines.title=Проект по миниатюризации +advancements.stage5.compactmachines.description=Хотите Ñоздавать Ñвои ÑобÑтвенные карманные Ð¸Ð·Ð¼ÐµÑ€ÐµÐ½Ð¸Ñ Ð¸ Ñтроить внутри них громоздкие машины? Тогда Ð´Ð»Ñ Ð½Ð°Ñ‡Ð°Ð»Ð° Вам Ñтоит Ñоздать Проекторы Ð¿Ð¾Ð»Ñ Ð¼Ð¸Ð½Ð¸Ð°Ñ‚ÑŽÑ€Ð¸Ð·Ð°Ñ†Ð¸Ð¸, а затем размеÑтить их в мире. + + +advancements.stage5.creativecompressor.title=ТворчеÑкий компреÑÑор +advancements.stage5.creativecompressor.description=Создайте ТворчеÑкий компреÑÑор из мода Pneumaticraft. + + +advancements.stage5.creativeenergycube.title=ТворчеÑкий ÑнергетичеÑкий куб +advancements.stage5.creativeenergycube.description=Создайте ТворчеÑкий ÑнергетичеÑкий куб из мода Mekanism. + + +advancements.stage5.creativefluidtank.title=ТворчеÑкий жидкоÑтный бак +advancements.stage5.creativefluidtank.description=Создайте ТворчеÑкий жидкоÑтный бак из мода Mekanism. + + +advancements.stage5.creativejetpack.title=ТворчеÑкий реактивный ранец +advancements.stage5.creativejetpack.description=Создайте творчеÑкий реактивный ранец |Creative Jetpack|. + + +advancements.stage5.creativemodifer.title=ТворчеÑкий модификатор +advancements.stage5.creativemodifer.description=Создайте креативный модификатор из мода Tinker's Construct. + + +advancements.stage5.desh.title=Ðахождение руды деш +advancements.stage5.desh.description=Ðайдите,а затем добудьте руду деш на планете МарÑ. + + +advancements.stage5.diamond.title=Ðлмазы! +advancements.stage5.diamond.description=Ðайдите на поверхноÑти образец Кимберлита и добудьте в жиле под ним алмазы. Руда находитÑÑ Ð½Ð° выÑоте от 2 до 20. + + +advancements.stage5.diamondjetpack.title=Ðлмазный реактивный ранец +advancements.stage5.diamondjetpack.description=УлучшитеÑÑŒ до реактивного ранца из алмазов. + + +advancements.stage5.electrumjetpack.title=Электрумовый реактивный ранец +advancements.stage5.electrumjetpack.description=Создайте реактивный ранец из Ñлектрума. + + +advancements.stage5.emerald.title=Ð˜Ð·ÑƒÐ¼Ñ€ÑƒÐ´Ð½Ð°Ñ Ð¼ÐµÑ‡Ñ‚Ð° +advancements.stage5.emerald.description=Ðайдите на поверхноÑти образец Берилла и добудьте в жиле под ним изумруды. Руда находитÑÑ Ð½Ð° выÑоте от 4 до 32. + + +advancements.stage5.emeraldjetpack.title=Изумрудный реактивный ранец +advancements.stage5.emeraldjetpack.description=Создайте реактивный ранец из изумрудов. + + +advancements.stage5.inferiumessence.title=Ð˜Ð½Ñ„ÐµÑ€Ð¸ÑƒÐ¼Ð½Ð°Ñ ÑÑÑÐµÐ½Ñ†Ð¸Ñ +advancements.stage5.inferiumessence.description=Ð˜Ð½Ñ„ÐµÑ€Ð¸ÑƒÐ¼Ð½Ð°Ñ ÑÑÑÐµÐ½Ñ†Ð¸Ñ - Ñто предмет, который очень важен при изучении оÑнов мода Mystical Agriculture. Создайте её, чтобы впоÑледÑтвии иметь возможноÑть маÑтерить предметы из Ñамых разных облаÑтей. + + +advancements.stage5.mars.title=КраÑÐ½Ð°Ñ Ð¿Ð»Ð°Ð½ÐµÑ‚Ð° +advancements.stage5.mars.description=ЗапуÑтите ракету и приземлитеÑÑŒ на МарÑе. + + +advancements.stage5.marsrover.title=Будем ноÑитьÑÑ Ð±ÐµÐ· дела +advancements.stage5.marsrover.description=ПутешеÑÑ‚Ð²Ð¸Ñ Ð¿Ð¾ МарÑу бывают немного медленными, но Ð’Ñ‹ можете Ñоздать МарÑианÑкий ровер, а затем иÑпользовать его! Ðайдите Ñхему Ð´Ð»Ñ Ð²ÐµÑ€Ñтака NASA, она попадаетÑÑ Ð² качеÑтве возможной добычи в данжах. + + +advancements.stage5.neptune.title=Ðептунианцы +advancements.stage5.neptune.description=ЗапуÑтите ракету и приземлитеÑÑŒ на Ðептуне. Соберите блок под названием ПоверхноÑть Ðептуна, чтобы завершить задание. + + +advancements.stage5.osmium.title=ОÑÐ¼Ð¸ÐµÐ²Ð°Ñ Ñ€ÑƒÐ´Ð° +advancements.stage5.osmium.description=Ðайдите на поверхноÑти образец и добудьте в жиле под ним оÑмий. Руда находитÑÑ Ð½Ð° выÑоте от 2 до 10. + + +advancements.stage5.paperclip.title=УниверÑÐ°Ð»ÑŒÐ½Ð°Ñ Ñкрепка +advancements.stage5.paperclip.description=Создайте первую в мире Скрепку. + + +advancements.stage5.prospectorstage5.title=Совершенный рудоиÑкатель +advancements.stage5.prospectorstage5.description=Создайте Совершенный рудоиÑкатель, чтобы находить в земле любые руды. + + +advancements.stage5.prosperityshard.title=ОÑколок Ð¿Ñ€Ð¾Ñ†Ð²ÐµÑ‚Ð°Ð½Ð¸Ñ +advancements.stage5.prosperityshard.description=ОÑколки Ð¿Ñ€Ð¾Ñ†Ð²ÐµÑ‚Ð°Ð½Ð¸Ñ Ð½ÐµÐ¾Ð±Ñ…Ð¾Ð´Ð¸Ð¼Ñ‹ Вам Ð´Ð»Ñ Ð´Ð°Ð»ÑŒÐ½ÐµÐ¹ÑˆÐµÐ³Ð¾ Ð¿Ñ€Ð¾Ð´Ð²Ð¸Ð¶ÐµÐ½Ð¸Ñ Ð¿Ð¾ моду Mystical Agriculture. Чтобы их Ñоздать, придётÑÑ Ð²Ð¾ÑпользоватьÑÑ Ð¼Ð°ÑˆÐ¸Ð½Ð¾Ð¹ под названием Empowerer. + + +advancements.stage5.root.title=ПÑÑ‚Ð°Ñ Ñпоха +advancements.stage5.root.description=Добро пожаловать в новую Ñпоху! + + +advancements.stage5.saturn.title=Кольца Сатурна +advancements.stage5.saturn.description=ЗапуÑтите ракету к Сатурну... и приземлитеÑÑŒ на нём... Да, именно так. Соберите блок под названием ПоверхноÑть Сатурна, чтобы завершить задание. + + +advancements.stage5.scanner.title=Да оно ÑканируетÑÑ! +advancements.stage5.scanner.description=ПоÑле Ð²ÐºÐ»ÑŽÑ‡ÐµÐ½Ð¸Ñ Ñканер позволит Вам находить поблизоÑти определённые блоки. Создайте модули, а затем уÑтановите их в GUI Ñканера, открыть которое можно, нажав Shift + ПКМ. Чтобы начать Ñканирование, удерживайте ПКМ. + + +advancements.stage5.skystone.title=ÐебеÑный камень +advancements.stage5.skystone.description=Лунный Ñыр можно в дальнейшем переработать в ÐебеÑный камень, иÑÐ¿Ð¾Ð»ÑŒÐ·ÑƒÑ ÐœÐµÑ‚Ð°Ð»Ð»ÑƒÑ€Ð³Ð¸Ñ‡ÐµÑкий наполнитель из Mekanism. + + +advancements.stage5.spacesuit4.title=Одет Ñ Ð¸Ð³Ð¾Ð»Ð¾Ñ‡ÐºÐ¸ +advancements.stage5.spacesuit4.description=Создайте полный набор КоÑмичеÑкого Ñкафандра 4-ого уровнÑ, чтобы защитить ÑÐµÐ±Ñ Ð¾Ñ‚ более выÑоких уровней Ð´Ð°Ð²Ð»ÐµÐ½Ð¸Ñ Ð¸ радиации во Ð²Ñ€ÐµÐ¼Ñ Ð¿ÑƒÑ‚ÐµÑˆÐµÑÑ‚Ð²Ð¸Ñ Ð½Ð° далёкие планеты. + + +advancements.stage5.spawnerseeker.title=Да ты Гарри, волшебник! +advancements.stage5.spawnerseeker.description=ПоиÑк подземелий Ð´Ð»Ñ Ð¿Ð¾Ð»ÑƒÑ‡ÐµÐ½Ð¸Ñ Ñ‡ÐµÑ€Ñ‚ÐµÐ¶ÐµÐ¹ может быть довольно трудной задачей. Создайте ИÑкатель Ñпаунеров, чтобы находить любой из них в облаÑти радиуÑом 128 блоков. + + +advancements.stage5.t2rocket.title=Больше, лучше, быÑтрее +advancements.stage5.t2rocket.description=Ð”Ð»Ñ Ñ€Ð°ÑÑˆÐ¸Ñ€ÐµÐ½Ð¸Ñ Ð¾Ð±Ð»Ð°Ñти иÑÑледований Ñоздайте Ракету 2-ого уровнÑ. + + +advancements.stage5.ultimatecraftingtable.title=Совершенный верÑтак +advancements.stage5.ultimatecraftingtable.description=СконÑтруируйте, а затем иÑпользуйте Совершенный верÑтак, Ð´Ð»Ñ Ñ‚Ð¾Ð³Ð¾ чтобы Ñоздавать мощные предметы, заточенные на креативный режим. + + +advancements.stage5.ultimateingot.title=Совершенный Ñлиток! +advancements.stage5.ultimateingot.description=СовмеÑтив большое количеÑтво разных Ñлитков на верÑтаке из Extended Crafting, Ð’Ñ‹ получите Совершенный Ñлиток! + + +advancements.stage5.wirelesscharger.title=БеÑÐ¿Ñ€Ð¾Ð²Ð¾Ð´Ð½Ð°Ñ Ð·Ð°Ñ€Ñдка +advancements.stage5.wirelesscharger.description=БеÑпроводное зарÑдное уÑтройÑтво - Ñто ÑƒÐ´Ð¾Ð±Ð½Ð°Ñ Ð¼Ð°ÑˆÐ¸Ð½Ð°, которую хорошо бы иметь на базе, чтобы легко зарÑжать вÑÑ‘, что хотите. diff --git a/resources/sevtechages/lang/zh_cn.lang b/resources/sevtechages/lang/zh_cn.lang new file mode 100644 index 0000000..6059376 --- /dev/null +++ b/resources/sevtechages/lang/zh_cn.lang @@ -0,0 +1,1053 @@ +#PARSE_ESCAPES +############################################### +###### sevtech: ages custom advancements ###### +############################################### +# stage 0 +advancements.stage0.abyssalbiome.title=\u8e0f\u5165\u9ed1\u6697\u4e4b\u5730 +advancements.stage0.abyssalbiome.description=\u627e\u5230\u5e76\u8fdb\u5165\u4e00\u4e2a\u6df1\u6e0a\u56fd\u5ea6\u9ed1\u6697\u751f\u7269\u7fa4\u7cfb\u3002 \u8fd9\u4e9b\u751f\u7269\u7fa4\u7cfb\u4f1a\u5728\u8f83\u51b7\u7684\u533a\u57df\u751f\u6210\u3002 \u4ee5\u4e16\u754c\u51fa\u751f\u70b9\u4e3a\u8d64\u9053\u7684\u8bdd\uff0c\u5411\u5357\u5317\u63a2\u7d22\uff0c \u6e29\u5ea6\u4f1a\u9010\u6e10\u964d\u4f4e\uff0c\u5229\u7528\u8fd9\u4e2a\u7279\u6027\u6765\u66f4\u5feb\u627e\u5230\u4f60\u60f3\u8981\u7684\u751f\u6001\u7fa4\u7cfb + + +advancements.stage0.abyssalgem.title=\u9ed1\u6697\u5b9d\u77f3 +advancements.stage0.abyssalgem.description=\u51fb\u6740\u4e00\u53ea\u751f\u6210\u5728\u9ed1\u6697\u4e4b\u5730\u7684\u9634\u5f71\u751f\u7269\u6765\u83b7\u53d6\u4e00\u9897\u9634\u5f71\u5b9d\u77f3\u3002 \u8f83\u5c0f\u7684\u9634\u5f71\u751f\u7269\u6389\u843d\u7684\u5b9d\u77f3\u8f83\u5c0f\uff0c \u66f4\u5371\u9669\u7684\u9634\u5f71\u751f\u7269\u5219\u4f1a\u6389\u843d\u5b8c\u6574\u7684\u9634\u5f71\u5b9d\u77f3 + + +advancements.stage0.atlas.title=\u5931\u800c\u590d\u5f97 +advancements.stage0.atlas.description=\u4ece\u4e00\u4f4d\u56fe\u4e66\u7ba1\u7406\u5458/\u5236\u56fe\u5e08\u6751\u6c11 \u90a3\u91cc\u6362\u53d6\u4e00\u4efd\u53e4\u4ee3\u5730\u56fe + + +advancements.stage0.baykok.title=\u6050\u6016\u7684boss\u6218 +advancements.stage0.baykok.description=\u901a\u8fc7\u4e00\u573a\u56fe\u817e\u4eea\u5f0f\u53ec\u5524\u5e76\u51fb\u8d25\u8d1d\u67ef\u514b\u4ee5\u83b7\u53d6\u4ed6\u624b\u4e2d\u5f3a\u5927\u7684\u5f13\uff0c \u540c\u65f6\u4f60\u4f1a\u66f4\u65e9\u89e3\u9501\u8fdc\u7a0b\u6b66\u5668 + + +advancements.stage0.buffalo.title=\u8fdc\u53e4\u52a8\u7269 +advancements.stage0.buffalo.description=\u91ce\u725b\u80fd\u7ed9\u730e\u4eba\u63d0\u4f9b\u8bb8\u591a\u73cd\u8d35\u8d44\u6e90\u3002 \u901a\u8fc7\u4e00\u573a\u56fe\u817e\u4eea\u5f0f\u5c31\u53ef\u4ee5\u53ec\u5524\u5b83\u4eec\u3002 \u6536\u96c6\u5b83\u4eec\u7684\u76ae\u548c\u7259\u9f7f\uff0c\u67e5\u627e\u56fe\u817e\u767e\u79d1\u5168\u4e66\u4ee5\u83b7\u53d6\u66f4\u591a\u4fe1\u606f + + +advancements.stage0.charcoal.title=\u538b\u538b\u66f4\u5065\u5eb7 +advancements.stage0.charcoal.description=\u7528\u9a6c\u529b\u538b\u69a8\u673a\u6765\u5c06\u6728\u70ad\u538b\u6210\u4e00\u4e2a\u66f4\u5927\u7684\u65b9\u5757 + + +advancements.stage0.chestupgrade.title=\u5b58\u50a8\u5347\u7ea7 +advancements.stage0.chestupgrade.description=\u628a\u4f60\u90a3\u7834\u65e7\u7684\u7bb1\u5b50\u6254\u4e86\u5427\uff0c \u662f\u65f6\u5019\u6362\u4e2a\u66f4\u597d\u7684\u592a\u521d\u7bb1\u5b50\u4e86 + + +advancements.stage0.collectplank.title=\u7827\u677f\u4e4b\u4e0a +advancements.stage0.collectplank.description=\u7528\u539f\u6728\u5408\u6210\u4e00\u4e2a\u7827\u677f\u5c06\u539f\u6728/\u6728\u677f\u653e\u5728\u7827\u677f\u4e0a\uff0c \u7528\u65a7\u5934\u5de6\u952e\u5c31\u53ef\u780d\u6210\u6728\u677f/\u6728\u68cd + + +advancements.stage0.farmland.title=\u6388\u4eba\u4ee5\u7530 +advancements.stage0.farmland.description=\u5728\u4e00\u4f4d\u519c\u592b\u6751\u6c11\u90a3\u91cc\u6362\u53d6\u8015\u5730\u4ee5\u5b66\u4e60\u79cd\u5730\u7684\u77e5\u8bc6\u3002 \u5728\u9636\u6bb50\uff0c\u4f60\u65e0\u6cd5\u4f7f\u7528\u9504\u5934\u76f4\u63a5\u9504\u5730\uff0c \u4f60\u53ea\u80fd\u5408\u6210\u8015\u5730\u5e76\u5c06\u5176\u653e\u7f6e\u5728\u6c34\u8fb9 + + +advancements.stage0.fertility.title=\u6625\u4e4b\u796d +advancements.stage0.fertility.description=\u5f53\u6625\u65e5\u796d\u4eea\u5f0f\u8fdb\u884c\u65f6\uff0c\u5982\u679c\u4f60\u628a\u98df\u7269\u653e\u5728\u56fe\u817e\u9644\u8fd1\u7684\u5730\u4e0a\uff0c\u9644\u8fd1\u7684\u52a8\u7269\u5c31\u4f1a\u7e41\u6b96\u3002 + + +advancements.stage0.fiber.title=\u7ea4\u7ef4\u996e\u98df +advancements.stage0.fiber.description=\u5982\u679c\u4f60\u8981\u5f00\u59cb\u53d1\u5c55\uff0c\u5c31\u5f97\u5148\u6253\u8349\u4ee5\u83b7\u53d6\u690d\u7269\u7ea4\u7ef4 \u5c06\u4e09\u4e2a\u7ea4\u7ef4\u5408\u6210\u5728\u4e00\u8d77\u4ee5\u83b7\u53d6\u690d\u7269\u7ea4\u7ef4\u7ef3\uff0c\u6728\u68cd\u53ef\u4ee5\u901a\u8fc7\u7834\u574f\u6811\u53f6\u83b7\u5f97 \u4e5f\u53ef\u4ee5\u76f4\u63a5\u5728\u5730\u4e0a\u627e\u5230 + + +advancements.stage0.fire.title=\u6211\u7ec8\u4e8e\u751f\u8d77\u706b\u4e86\uff01 +advancements.stage0.fire.description=\u53cc\u624b\u5404\u6301\u4e00\u6839\u524a\u8fc7\u7684\u6728\u68cd\uff0c \u53f3\u952e\u4e00\u4e2a\u65b9\u5757\u5373\u53ef\u751f\u706b + + +advancements.stage0.firepit.title=\u706b\uff01 +advancements.stage0.firepit.description=\u7528\u77f3\u5b50\u3001\u7ef3\u5b50\u548c\u6728\u68cd\u5408\u6210\u4e00\u4e2a\u706b\u5806\uff0c \u7528\u4e00\u822c\u71c3\u6599\u53f3\u952e\u5c31\u53ef\u4ee5\u70b9\u7740\u706b\u5806\uff0c \u5c06\u8981\u70e4\u7684\u7269\u54c1\u53f3\u952e\u653e\u5165\u5c31\u53ef\u70e4\u5236 + + +advancements.stage0.firstbreak.title=\u7a74\u5c45\u4eba\u8ba8\u538c\u6728\u5934\uff01 +advancements.stage0.firstbreak.description=\u7a7a\u624b\u64b8\u6811\u4e0d\u4ec5\u4e0d\u4f1a\u6389\u843d\u8fd8\u4f1a\u53d7\u4f24\uff01 \u4f60\u5f97\u4f7f\u7528\u5408\u9002\u7684\u5de5\u5177 + + +advancements.stage0.firstchest.title=\u5b58\u4e1c\u897f\u7684\u5730\u65b9 +advancements.stage0.firstchest.description=\u7528\u6728\u5934\u5408\u6210\u4e00\u4e2a\u7bb1\u5b50\u6765\u5b58\u653e\u4f60\u7684\u7269\u54c1 + + +advancements.stage0.firsttool.title=\u72ec\u81ea\u4e00\u4eba \u592a\u8fc7\u5371\u9669 +advancements.stage0.firsttool.description=\u5408\u6210\u4e00\u628a\u71e7\u77f3\u624b\u65a7 \u8fd9\u6837\u4f60\u624d\u80fd\u780d\u6811 + + +advancements.stage0.fish.title=\u957f\u77db\u6355\u9c7c\u6cd5 +advancements.stage0.fish.description=\u4f7f\u7528\u4f60\u7684\u77db\u6216\u5176\u4ed6\u5de5\u5177\u6765\u6355\u9c7c \u597d\u597d\u9971\u9910\u4e00\u987f\u5427\uff01 + + +advancements.stage0.flamehopper.title=\u7099\u70e4\u7684\u5b9d\u8d1d +advancements.stage0.flamehopper.description=\u4e00\u4e2a\u53ef\u4ee5\u4e3a\u5176\u4e0a\u65b9\u65b9\u5757\u63d0\u4f9b\u70ed\u91cf\u7684\u6599\u6597 + + +advancements.stage0.flintknapp.title=\u6253\u78e8\u71e7\u77f3 +advancements.stage0.flintknapp.description=\u624b\u6301\u71e7\u77f3\u5de6\u952e\u77f3\u5934\u4ee5\u83b7\u53d6\u5265\u71e7\u77f3\u7247 \u624b\u6301\u71e7\u77f3\u7247\u5de6\u952e\u77f3\u5934\u5219\u4f1a\u7ed9\u4f60\u4e00\u4e2a\u71e7\u77f3\u7247\u5c16 + + +advancements.stage0.fluidbladder.title=\u603b\u6bd4\u4ec0\u4e48\u90fd\u6ca1\u6709\u5f3a +advancements.stage0.fluidbladder.description=\u65e2\u7136\u4f60\u73b0\u5728\u6ca1\u6709\u6c34\u6876 \u90a3\u5c31\u5148\u505a\u4e00\u4e2a\u6c34\u888b\u6765\u5408\u6210\u4e1c\u897f\u5427 + + +advancements.stage0.gear.title=\u6728\u9f7f\u8f6e +advancements.stage0.gear.description=\u52a8\u7528\u4f60\u7684\u806a\u660e\u624d\u667a\u6765\u5408\u6210\u4e00\u4e2a\u6728\u9f7f\u8f6e + + +advancements.stage0.grill.title=\u70eb\u6b7b\u6211\u4e86\uff01 +advancements.stage0.grill.description=\u4e22\u6389\u4f60\u7684\u706b\u5806\uff0c \u6765\u505a\u4e00\u4e2a\u4e00\u4e2a\u77f3\u5236\u70e7\u70e4\u67b6\u5427\uff0c \u70e7\u70e4\u67b6\u4e0b\u65b9\u5fc5\u987b\u6709\u70ed\u6e90\uff08\u6bd4\u5982\u706b\uff09\u624d\u80fd\u70e4\u5236\u7269\u54c1 + + +advancements.stage0.handgrind.title=\u78e8\u4e86\u5b83 +advancements.stage0.handgrind.description=\u624b\u78e8\u77f3\u867d\u7136\u7b97\u4e0d\u4e0a\u5feb\uff0c \u4f46\u8fd9\u662f\u76ee\u524d\u4f60\u552f\u4e00\u80fd\u7528\u7684\u78e8\u77f3\u4e86 + + +advancements.stage0.horsechopper.title=\u780d\uff01\u780d\uff01\u780d\uff01 +advancements.stage0.horsechopper.description=\u518d\u4e5f\u4e0d\u7528\u624b\u52a8\u5206\u89e3\u6728\u677f\u4e86\uff01 \u653e\u4e0b\u4e00\u4e2a\u9a6c\u7827\u677f\uff0c\u7528\u6813\u7ef3\u5c06\u9a6c\u7275\u4e0a\uff0c \u518d\u653e\u5165\u7269\u54c1\u5c31\u80fd\u81ea\u52a8\u5206\u89e3\u4e86 + + +advancements.stage0.horsepower.title=\u8def\u9065\u77e5\u9a6c\u529b +advancements.stage0.horsepower.description=\u5408\u6210\u4e00\u4e2a\u9a6c\u78e8\u77f3\uff0c\u518d\u7528\u6813\u7ef3\u7275\u4e0a\u9a6c\uff0c \u5c31\u53ef\u4ee5\u5c06\u78e8\u77f3\u81ea\u52a8\u5316\u4e86\u3002 \u5982\u679c\u6ca1\u6709\u9a6c\uff0c\u4f60\u8fd8\u53ef\u4ee5\u4f7f\u7528\u9e66\u9e49\u3001\u91ce\u725b\u3001\u732a\u3001\u725b\u3001\u7f8a\u9a7c\u3001\u72fc + + +advancements.stage0.kiln.title=\u70e4\u4e00\u70e4 +advancements.stage0.kiln.description=\u7528\u7c98\u571f\u548c\u5706\u77f3\u53f0\u9636\u6765\u5408\u6210\u4e00\u4e2a\u7c98\u571f\u7a91\uff0c \u653e\u4e0b\u7c98\u571f\u7a91\u540e\u4f60\u9700\u8981\u5728\u5176\u4e0b\u65b9\u63d0\u4f9b\u70ed\u6e90\u6765\u4f7f\u5176\u786c\u5316\uff0c \u4e00\u65e6\u5176\u786c\u5316\u540e\u4f60\u5c31\u53ef\u4ee5\u7528\u5b83\u6765\u70e4\u5236\u7269\u54c1\u4e86 + + +advancements.stage0.lead.title=\u4f60\u4e00\u5b9a\u662f\u4e2a\u597d\u9886\u8896 +advancements.stage0.lead.description=\u5408\u6210\u4e00\u4e2a\u6813\u7ef3\u6765\u7275\u52a8\u7269 + + +advancements.stage0.leather.title=\u76ae\u9769\uff0c\u6f02\u6d17\uff0c\u91cd\u590d +advancements.stage0.leather.description=\u5236\u4f5c\u76ae\u9769\uff01 + + +advancements.stage0.lowgradecharcoal.title=\u6c38\u6052\u4e4b\u706b +advancements.stage0.lowgradecharcoal.description=\u4f4e\u7ea7\u6728\u70ad\u5757\u662f\u4e00\u4e2a\u5f88\u597d\u7684\u6728\u70ad\u6765\u6e90 \u800c\u4e14\u5176\u4e0a\u65b9\u7684\u706b\u7130\u6c38\u8fdc\u4e0d\u4f1a\u7184\u706d + + +advancements.stage0.mat.title=\u574f\u7537\u5b69\uff0c\u574f\u7537\u5b69\uff08bed\u4e0ebad\u53cc\u5173\uff09 +advancements.stage0.mat.description=\u7b80\u6613\u7761\u57ab\u80fd\u8ba9\u4f60\u968f\u65f6\u7761\u89c9\uff01 \u522b\u5fd8\u4e86\u5728\u7761\u524d\u8bbe\u7f6e\u597d\u4f60\u662f\u5426\u60f3\u8981\u5728\u7761\u89c9\u65f6\u91cd\u8bbe\u4f60\u7684\u51fa\u751f\u70b9 + + +advancements.stage0.melter.title=\u8ba9\u6211\u4eec\u5f00\u59cb\u7194\u70b9\u4e1c\u897f\u5427\uff01 +advancements.stage0.melter.description=\u5408\u6210\u4e00\u4e2a\u5fae\u7f29\u7194\u7089\u6765\u7194\u5316\u77ff\u7269\uff0c \u5fae\u7f29\u7194\u7089\u4e0e\u5176\u4e0b\u65b9\u7684\u52a0\u70ed\u5668\u7684\u6750\u8d28\u5fc5\u987b\u5bf9\u5e94\uff0c \u5426\u5219\u65e0\u6cd5\u6b63\u5e38\u8fd0\u4f5c + + +advancements.stage0.melterbase.title=\u7194\u7089\u52a0\u70ed\u5668 +advancements.stage0.melterbase.description=\u4f60\u73b0\u5728\u6ca1\u529e\u6cd5\u83b7\u53d6\u6db2\u4f53\u71c3\u6599\uff0c \u90a3\u5c31\u5148\u7528\u56fa\u4f53\u7684\u5427\uff01\u5408\u6210\u4e00\u4e2a\u7194\u7089\u52a0\u70ed\u5668 \uff08\u7194\u7089\u52a0\u70ed\u5668\u548c\u5fae\u7f29\u7194\u7089\u7684\u6750\u8d28\u5fc5\u987b\u5bf9\u5e94\u624d\u80fd\u6b63\u5e38\u8fd0\u4f5c \u5373\u9676\u74f7\u4e0e\u7126\u9ed1\u7816\u7248\u672c\u4e0d\u80fd\u76f8\u4e92\u517c\u5bb9\uff09 + + +advancements.stage0.mesh.title=\u7b5b\u70b9\u71e7\u77f3 +advancements.stage0.mesh.description=\u7834\u574f\u6c99\u783e\u4e0d\u4f1a\u6389\u843d\u71e7\u77f3\uff0c \u9700\u8981\u7528\u8349\u7ea4\u7ef4\u7f51\u4e0e\u6c99\u783e\u5408\u6210\u6765\u83b7\u53d6\u71e7\u77f3 + + +advancements.stage0.mill.title=\u522b\u778e\u78e8\u8ff9\u4e86 +advancements.stage0.mill.description=\u522b\u78e8\u8ff9\u4e86\uff0c\u5408\u6210\u4e00\u4e2a better with mods \u6a21\u7ec4\u7684\u78e8\u77f3\u5427 + + +advancements.stage0.naturescompass.title=\u4f19\u8ba1\uff0c\u6211\u7684\u751f\u7269\u7fa4\u7cfb\u5728\u54ea\u91cc\uff1f +advancements.stage0.naturescompass.description=\u4f60\u9700\u8981\u5bfb\u627e\u9ed1\u6697\u751f\u7269\u7fa4\u7cfb\u6765\u7ee7\u7eed\u4f60\u7684\u65c5\u7a0b\u3002 \u4f7f\u7528\u751f\u7269\u7fa4\u7cfb\u6307\u5357\u627e\u5230\u6700\u8fd1\u7684\u751f\u7269\u7fa4\u7cfb + + +advancements.stage0.root.title=sevtech: ages \u6559\u7a0b +advancements.stage0.root.description=\u6b22\u8fce\u6765\u5230 sevtech: ages\uff01 \u5408\u6210\u4e00\u4e2a\u5de5\u4f5c\u6869\u6765\u5b8c\u6210\u6559\u7a0b\u9636\u6bb5\u4ee5\u8fdb\u5165\u5230\u9636\u6bb50 + + +advancements.stage0.saddle.title=\u75be\u5982\u98ce +advancements.stage0.saddle.description=\u518d\u8dd1\u5feb\u70b9\uff01 \u9a6c\u978d\u662f\u8fdc\u7a0b\u65c5\u884c\u7684\u6700\u597d\u9009\u62e9 + + +advancements.stage0.saltflats.title=\u76d0 +advancements.stage0.saltflats.description=\u5728\u5e72\u71e5\u7684\u751f\u7269\u7fa4\u7cfb\u6216\u6cb3\u5e8a\u91cc\u80fd\u627e\u5230\u76d0\uff0c \u76d0\u662f\u5904\u7406\u76ae\u9769\u548c\u5408\u6210\u98df\u7269\u7684\u539f\u6599 + + +advancements.stage0.spear.title=\u957f\u77db +advancements.stage0.spear.description=\u5408\u6210\u4e00\u6839\u77db\uff0c \u80fd\u591f\u6765\u53c9\u9c7c\u6216\u5f53\u505a\u8fdc\u7a0b\u6b66\u5668 + + +advancements.stage0.stonetools.title=\u77f3\u5668\u65f6\u4ee3\uff01 +advancements.stage0.stonetools.description=\u5c06\u4f60\u7684\u9550\u5b50\u5347\u7ea7\u6210\u77f3\u9550 + + +advancements.stage0.tipi.title=\u5b89\u6795\u65e0\u5fe7 +advancements.stage0.tipi.description=\u6ca1\u5730\u65b9\u7761\u89c9\uff1f \u5408\u6210\u4e00\u4e2a\u5370\u7b2c\u5b89\u5e10\u7bf7\u5427\uff01 + + +advancements.stage0.tomahawk.title=\u5370\u7b2c\u5b89\u6218\u65a7 +advancements.stage0.tomahawk.description=\u5408\u6210\u4e00\u628a\u5370\u7b2c\u5b89\u6218\u65a7\uff0c \u5b83\u662f\u4e00\u628a\u8fdc\u7a0b\u6b66\u5668\u3002 \u5176\u914d\u65b9\u9700\u8981\u4e00\u4e2a\u5c0f\u71e7\u77f3\u788e\u7247 + + +advancements.stage0.totemic.title=\u6447\u4e00\u6447\uff0c\u6572\u4e00\u6572\uff0c\u5439\u4e00\u5439 +advancements.stage0.totemic.description=\u5408\u6210\u56fe\u817e\u4eea\u5f0f\u9700\u8981\u7684\u6447\u54cd\u5668\u3001\u957f\u7b1b\u548c\u56fe\u817e\u65cf\u9f13 \u5b8c\u6210\u8fd9\u4e2a\u8fdb\u5ea6\u540e\u4f60\u4f1a\u83b7\u5f97\u4e00\u672c\u56fe\u817e\u767e\u79d1 \u67e5\u9605\u56fe\u817e\u767e\u79d1\u4ee5\u83b7\u53d6\u56fe\u817e mod \u7684\u66f4\u591a\u4fe1\u606f + + +advancements.stage0.upgrade.title=\u5347\u7ea7\uff01 +advancements.stage0.upgrade.description=\u5408\u6210\u4e00\u628a\u71e7\u77f3\u9550 + + +advancements.stage0.waterstrainer.title=\u6ee4\u7f51 +advancements.stage0.waterstrainer.description=\u5982\u679c\u4f60\u627e\u4e0d\u5230\u67d0\u4e9b\u6c34\u4e0b\u8d44\u6e90 \u5408\u6210\u4e00\u4e2a\u6ee4\u7f51\u57fa\u5ea7\u5e76\u653e\u5165\u4e00\u4e2a\u6ee4\u7f51\u5373\u53ef \u4e0d\u540c\u79cd\u7c7b\u7684\u6ee4\u7f51\u6709\u4e0d\u540c\u7684\u4ea7\u7269 \u5408\u6210\u4e00\u4e2a\u6ee4\u7f51\u57fa\u5ea7\u548c\u4e00\u4e2a\u8fc7\u6ee4\u7f51\uff08\u81f4\u5bc6\uff09\u6765\u5b8c\u6210\u6b64\u8fdb\u5ea6 + + +advancements.stage0.weaponize.title=\u662f\u65f6\u5019\u5e72\u6b63\u4e8b\u4e86 +advancements.stage0.weaponize.description=\u624b\u6301\u9aa8\u5934\u5de6\u952e\u77f3\u5934\u53ef\u83b7\u53d6\u5265\u7247\u9aa8\u5934 + + +advancements.stage0.wheel.title=\u54d7\u54d7\u5df4\u58eb +advancements.stage0.wheel.description=\u5408\u6210\u6765\u81ea\u201c\u9a6c\u62c9\u8f66\u5177\uff08astikoor\uff09\u201d\u8fd9\u4e2a\u6a21\u7ec4\u7684\u8f6e\u5b50 \u5e76\u5408\u6210\u4e00\u4e2a\u9a6c\u8f66 \u4f60\u9700\u8981\u4f7f\u7528\u8be5\u6a21\u7ec4\u7684\u4e00\u4e2a\u7279\u6b8a\u952e\u4f4d\u6765\u8fde\u63a5\u9a6c\u4e0e\u9a6c\u8f66 + + +advancements.stage0.woodenbarrel.title=\u6876 +advancements.stage0.woodenbarrel.description=\u5408\u6210\u4e00\u4e2a\u6765\u81ea primal core \u8fd9\u4e2a\u6a21\u7ec4\u7684\u6876\u6765\u5b58\u50a8\u6d41\u4f53 + + +advancements.stage0.woodhopper1.title=\u968f\u4f60\u53bb\u5427 +advancements.stage0.woodhopper1.description=\u5408\u6210\u4e00\u4e2a\u6728\u6f0f\u6597\u6765\u81ea\u52a8\u4f20\u8f93\u7269\u54c1 + + +advancements.stage0.woodhopper2.title=\u5de8\u5927\u5316\uff01 +advancements.stage0.woodhopper2.description=\u4f60\u73b0\u5728\u7684\u6728\u6f0f\u6597\u4e0d\u597d\u7528\uff1f \u628a\u5b83\u5347\u7ea7\u5230 \u201d\u6599\u6597 mk2\u201d\u6765\u589e\u52a0\u5b83\u7684\u529f\u80fd\u5427\uff01 + + +advancements.stage0.workblade.title=\u5468\u672b\u6253\u5de5 +advancements.stage0.workblade.description=\u5982\u679c\u4f60\u8981\u5de5\u4f5c\u7684\u8bdd \u5c31\u9700\u8981\u4e00\u628a\u71e7\u77f3\u5de5\u4f5c\u5200 \u4f60\u751a\u81f3\u53ef\u4ee5\u7528\u5b83\u6765\u9664\u8349\u548c\u53f6\u5b50 + + +advancements.stage0.workstump.title=\u5de5\u4f5c\u6869 +advancements.stage0.workstump.description=\u5408\u6210\u53f0\uff1f\u60f3\u90fd\u522b\u60f3\uff01\u73b0\u5728\u53ea\u6709\u5de5\u4f5c\u6869 \u53f3\u952e\u5c06\u7269\u54c1\u653e\u5165\uff0c\u518d\u7528\u77f3\u677f\u591a\u6b21\u53f3\u952e\u5c31\u53ef\u5b8c\u6210\u5408\u6210 \u5408\u6210\u5b8c\u540e\u53ef\u5c06\u77f3\u677f\u5b58\u50a8\u5728\u5de5\u4f5c\u6811\u6869\u7684\u4e0b\u65b9 + + +# stage 1 +advancements.stage1.alloykiln.title=\u5168\u90e8\u6df7\u5408\uff01 +advancements.stage1.alloykiln.description=\u4fee\u5efa\u4e00\u4e2a\u6c89\u6d78\u5de5\u7a0b\u6a21\u7ec4\u7684\u5408\u91d1\u7a91\u6765\u5236\u4f5c\u9752\u94dc\uff0c\u4f60\u9700\u8981\u5408\u62108\u4e2a\u7a91\u7816 \u4fee\u5efa\u6210 2x2x2 \u5927\u5c0f\uff0c\u7528\u5de5\u7a0b\u5e08\u9524\u53f3\u51fb\u5373\u53ef\u6784\u5efa + + +advancements.stage1.aquamarine.title=\u5bfb\u627e\u6d77\u84dd\u5b9d\u77f3 +advancements.stage1.aquamarine.description=\u63a2\u7d22\u6df1\u6e0a\u4e16\u754c \u5728\u9876\u90e8\u6d1e\u7a74\u4e2d\u5bfb\u627e\u6d77\u84dd\u5b9d\u77f3\u7802\u5ca9\u77ff + + +advancements.stage1.aqueduct.title=\u6c34\u9053 +advancements.stage1.aqueduct.description=\u7528\u6c34\u9053\u6765\u4f20\u8f93\u6c34 \u53ea\u9700\u8981\u4fee\u5efa\u4e00\u4e2au\u5f62\u6c34\u6e20\uff0c\u5e95\u90e8\u8981\u7528\u6c34\u9053\u65b9\u5757\uff0c\u4fa7\u8fb9\u53ef\u4ee5\u9009\u7528\u4efb\u610f\u65b9\u5757 \u8c28\u8bb0\uff0c\u8fd9\u4e2a\u8fdb\u5ea6\u53ea\u6709\u4f60\u5728\u5b8c\u5168\u653e\u7f6e\u4e86\u65b9\u5757\u540e\u624d\u4f1a\u5b8c\u6210 + + +advancements.stage1.astable.title=\u8fde\u63a5\u661f\u8f89 +advancements.stage1.astable.description=\u5b8c\u6210\u5de5\u4f5c\u53f0\u8f6c\u6362\u6210\u661f\u8f89\u5de5\u4f5c\u53f0\u7684\u5408\u6210 + + +advancements.stage1.axle.title=f\u8f74 +advancements.stage1.axle.description=\u673a\u68b0\u4f20\u52a8\u9700\u8981\u4f20\u52a8\u8f74\u3002\u4f60\u53ef\u4ee5\u901a\u8fc7\u4f20\u52a8\u8f74\u76f4\u63a5\u8fde\u63a5\u6c34\u8f66\uff0c\u98ce\u8f66\u6216\u8005\u53d8\u901f\u7bb1\u3002 \u4f20\u52a8\u8f74\u6700\u591a\u53ea\u80fd\u8fde\u7eed\u6446\u653e\u4e09\u4e2a + + +advancements.stage1.beneath.title=\u6df1\u6e0a\u4e16\u754c +advancements.stage1.beneath.description=\u4f7f\u7528\u6df1\u6e0a\u56fd\u5ea6\u7684\u4eea\u5f0f\u5236\u4f5c\u4e00\u4e2a\u6df1\u6e0a\u4e16\u754c\u4f20\u9001\u95e8 \u8c28\u8bb0\u4f60\u7684\u6b7b\u7075\u4e4b\u4e66\u5fc5\u987b\u8981\u6709\u8db3\u591f\u7684p.e.\u624d\u80fd\u591f\u5f00\u542f\u4eea\uff0c\u4f20\u9001\u95e8\u653e\u7f6e\u5728\u5730\u4e0a\u5c31\u53ef\u4ee5\u8fdb\u5165\u6df1\u6e0a\u4e16\u754c + + +advancements.stage1.blackquartz.title=\u77f3\u82f1\u7684\u529b\u91cf\uff01 +advancements.stage1.blackquartz.description=\u63a2\u7d22\u6df1\u6e0a\u4e16\u754c\u7684\u5e95\u90e8\uff0c\u5bfb\u627e\u7126\u9ed1\u77f3\u82f1 + + +advancements.stage1.bloodaltar.title=\u8ff7\u5e7b\u5f02\u57df +advancements.stage1.bloodaltar.description=\u83b7\u53d6\u6076\u9b54\u610f\u5fd7\uff0c\u4fee\u5efa\u8840\u4e4b\u796d\u575b + + +advancements.stage1.bronze.title=\u6ee1\u8111\u5b50\u9752\u94dc\uff01 +advancements.stage1.bronze.description=\u4f7f\u7528\u5408\u91d1\u7a91\u5236\u4f5c\u51fa\u9752\u94dc\u952d + + +advancements.stage1.bucket.title=\u6211\u505a\u51fa\u4e86\u6876 +advancements.stage1.bucket.description=\u4f7f\u7528\u87ba\u6746\u65cb\u8f6c\u53f0\u5236\u4f5c\u4e00\u4e2a\u7c98\u571f\u6876 \u5e76\u5728\u7c98\u571f\u7a91\u91cc\u9762\u70e7\u5236\u6210\u53ef\u7528\u7684\u7c98\u571f\u6876 + + +advancements.stage1.cart.title=\u8fd0\u8f93\u4e4b\u7231 +advancements.stage1.cart.description=\u60f3\u8981\u643a\u5e26\u5bb6\u4ea7\u8d70\u6e38\u56db\u65b9\uff1f\u5408\u6210\u4e00\u4e2a\u9a6c\u8f66\u5e76\u5c06\u5176\u62f4\u4e0a\u9a6c\u5373\u53ef\uff0cshift\u53f3\u51fb\u53ef\u4ee5\u6253\u5f00\u9a6c\u8f66gui\uff01 + + +advancements.stage1.chest.title=\u6211\u9700\u8981\u8fd9\u4e2a\u7bb1\u5b50 +advancements.stage1.chest.description=\u5347\u7ea7\u4f60\u7684\u7bb1\u5b50 + + +advancements.stage1.claybarrel.title=\u6876\u5e95 +advancements.stage1.claybarrel.description=\u7c98\u571f\u6876\u80fd\u591f\u5b58\u50a8\u6d41\u4f53\uff0c\u6bd4\u5982\u6c34\u548c\u6db2\u6001\u91d1\u5c5e + + +advancements.stage1.coal.title=\u5bfb\u627e\u5e76\u6316\u6398\u7164\u77ff +advancements.stage1.coal.description=\u627e\u5bfb\u7164\u77ff\u6837\u672c\uff0c\u5e76\u83b7\u53d6\u7164\u77ff\uff01 \u7164\u77ff\u901a\u5e38\u5728y\u503c28\u523070\u7684\u5730\u65b9 + + +advancements.stage1.copper.title=\u6211\u4eec\u5f97\u5230\u4e86\u94dc +advancements.stage1.copper.description=\u627e\u5bfb\u5730\u8868\u7684\u94dc\u6837\u672c\uff0c\u5e76\u83b7\u53d6\u94dc\u77ff\uff01 \u901a\u5e38\u5728y\u503c12%7e52\u7684\u5730\u65b9\uff0c\u540d\u5b57\u4e5f\u53ef\u80fd\u662f\u5b54\u96c0\u77f3\u6216\u8005\u84dd\u94dc\u77ff \u8c28\u8bb0\uff0c\u5730\u8868\u6837\u672c\u5728\u5df2\u7ecf\u63a2\u7d22\u8fc7\u7684\u533a\u57df\u4e5f\u80fd\u627e\u5230 + + +advancements.stage1.crafting.title=\u5408\u6210\u5347\u7ea7 +advancements.stage1.crafting.description=\u5408\u6210\u4e00\u4e2a\u539f\u7248\u5de5\u4f5c\u53f0 + + +advancements.stage1.dung.title=\u5feb\u628a\u6211\u6392\u51fa\u6765 +advancements.stage1.dung.description=\u4f7f\u7528\u7caa\u7ba1\u4ece\u65b9\u5757\u4e2d\u62bd\u53d6\u7269\u54c1\uff0c\u6216\u8005\u7528\u4e0b\u6c34\u9053\u7ba1\u901a\u8fc7\u56fa\u4f53\u65b9\u5757\u6765\u62bd\u53d6\u7269\u54c1 + + +advancements.stage1.extension.title=\u5ef6\u5c55 +advancements.stage1.extension.description=\u5236\u4f5c\u4e00\u4e2a\u5ef6\u5c55\u9676\u6876\uff0c\u653e\u7f6e\u5728\u9676\u6876\u9876\u90e8\u6765\u63d0\u5347\u5bb9\u91cf + + +advancements.stage1.furnace.title=\u8fd9\u91cc\u8d8a\u6765\u8d8a\u70ed\u4e86 +advancements.stage1.furnace.description=\u65b0\u7684\u7194\u7089\uff0c\u70b9\u4eae\u4f60\u7684\u751f\u6d3b + + +advancements.stage1.gearbox.title=\u7814\u78e8\u53d8\u901f\u7bb1 +advancements.stage1.gearbox.description=\u53d8\u901f\u7bb1\u80fd\u591f\u4e2d\u7ee7\u673a\u68b0\u626d\u529b\uff0cshift\u53f3\u51fb\u53d8\u901f\u7bb1\u7684\u9762\u80fd\u591f\u6539\u53d8\u8f93\u5165\u8f93\u51fa\u3002 \u80fd\u91cf\u8f93\u5165\u7684\u4f20\u52a8\u8f74\u5fc5\u987b\u4ece\u5341\u5b57\u9762\u8f93\u5165 + + +advancements.stage1.hoe.title=\u6211\u80fd\u591f\u9504\u5730\u4e48\uff1f\uff01 +advancements.stage1.hoe.description=\u5408\u6210\u9504\u5934\uff0c\u5f00\u59cb\u9ad8\u6548\u7684\u519c\u4e1a\u751f\u6d3b\u5427 + + +advancements.stage1.huntingdim.title=\u730e\u6740\uff0c\u6291\u6216\u88ab\u730e\u6740 +advancements.stage1.huntingdim.description=\u5982\u679c\u4f60\u60f3\u8981\u5bfb\u627e\u654c\u5bf9\u6027\u751f\u7269\uff0c\u8bd5\u8bd5\u72e9\u730e\u7ef4\u5ea6\u5427\u3002 \u50cf\u5730\u72f1\u95e8\u90a3\u6837\u4fee\u5efa\u72e9\u730e\u7ef4\u5ea6\u4f20\u9001\u95e8\u6846\u67b6\uff0c\u4f7f\u7528\u539f\u7248\u7684\u5251\u6765\u542f\u52a8\u5b83\uff0c\u7ad9\u5728\u4e0a\u9762shift\u5373\u53ef\u8fdb\u884c\u4f20\u9001 + + +advancements.stage1.journal.title=\u8fd9\u662f\u6211\u7684\u65e5\u8bb0 +advancements.stage1.journal.description=\u901a\u8fc7\u5408\u6210\u661f\u8f89\u9b54\u6cd5\u7684\u661f\u8292\u5b9d\u5178\u6765\u83b7\u53d6\u6709\u5173\u661f\u8f89\u7684\u77e5\u8bc6\u3002 \u8c28\u8bb0\uff0c\u661f\u8f89\u9b54\u6cd5\u7684\u795e\u6bbf\u5e76\u4e0d\u4f1a\u81ea\u7136\u751f\u6210\uff0c\u6240\u4ee5\u6211\u4eec\u4fee\u6539\u4e86\u5f88\u591a\u76f8\u5173\u7684\u5408\u6210\u3002 + + +advancements.stage1.leafbed.title=\u677e\u8f6f\u7684\u6795\u5934 +advancements.stage1.leafbed.description=\u4f60\u662f\u5426\u611f\u89c9\u4f60\u5f53\u524d\u7684\u7761\u7720\u8d28\u91cf\u4e0d\u4f73\uff1f\u505a\u4e00\u4e2a\u5e72\u8349\u5e8a\u5427\uff01 + + +advancements.stage1.necro.title=\u6df1\u6e0a\u56fd\u5ea6\u5408\u6210\uff01 +advancements.stage1.necro.description=\u5408\u6210\u4e00\u672c\u6b7b\u7075\u4e4b\u4e66\uff0c\u6307\u5bfc\u4f60\u8e0f\u5165\u6df1\u6e0a\u56fd\u5ea6 + + +advancements.stage1.parchment.title=\u60f3\u8981\u5199\u70b9\u4ec0\u4e48 +advancements.stage1.parchment.description=\u5f00\u59cb\u5728\u7f8a\u76ae\u7eb8\u4e0a\u8bb0\u5f55\u70b9\u4ec0\u4e48\u5427\uff0c\u4e5f\u8bb8\u4f60\u9700\u8981\u4e3b\u4e16\u754c\u751f\u6210\u7f55\u89c1\u7684\u6851\u6811\u7684\u6811\u76ae + + +advancements.stage1.parrot.title=\u6211\u627e\u4e0d\u5230\u4e1b\u6797\uff1f\uff01 +advancements.stage1.parrot.description=\u67e5\u8be2\u666e\u901a\u7684\u6b7b\u7075\u4e4b\u4e66\u4eea\u5f0f\u6765\u4e86\u89e3\u5982\u4f55\u751f\u6210\u4e00\u53ea\u9e66\u9e49\uff0c\u5e76\u7528\u79cd\u5b50\u9a6f\u670d\u5b83\u3002 \u5f53\u7136\uff0c\u4f60\u4e5f\u53ef\u4ee5\u53bb\u627e\u4e1b\u6797 + + +advancements.stage1.pedestal.title=\u57fa\u5ea7\u65f6\u95f4\u5230 +advancements.stage1.pedestal.description=\u4f60\u9700\u8981\u7ad9\u5728\u96d5\u50cf\u9644\u8fd1\uff0c\u624b\u6301\u6b7b\u7075\u4e4b\u4e66\u6765\u5145\u80fd\uff0c\u6216\u8005\u5408\u6210\u57fa\u5ea7\u6765\u4ee3\u66ff\u624b\u6301\u3002 \u4f46\u8981\u786e\u4fdd\u57fa\u5ea7\u548c\u96d5\u50cf\u5728\u4e09\u683c\u5185\uff0c\u5e76\u4e14\u5728\u540c\u4e00\u9ad8\u5ea6 + + +advancements.stage1.plumbline.title=\u4e08\u91cf\u5927\u5730 +advancements.stage1.plumbline.description=\u4f7f\u7528\u94c5\u5782\u7ebf\u6765\u786e\u5b9ay\u503c + + +advancements.stage1.prospector.title=\u52d8\u63a2\uff01 +advancements.stage1.prospector.description=\u5408\u6210\u4e00\u4e2a\u5f31\u5316\u77ff\u77f3\u52d8\u63a2\u5668\uff0c\u5e2e\u52a9\u4f60\u5bfb\u627e\u77ff\u7269\u4f4d\u7f6e + + +advancements.stage1.root.title=\u6b22\u8fce\u6765\u5230\u7b2c\u4e00\u7eaa\u5143 +advancements.stage1.root.description=\u6b22\u8fce\u6765\u5230\u4e0b\u4e00\u4e2a\u9636\u6bb5\uff01\u5148\u524d\u9690\u85cf\u7684\u90e8\u5206\u65b9\u5757\u73b0\u5728\u5df2\u7ecf\u53ef\u89c1\u4e86\uff0c\u4f60\u73b0\u5728\u80fd\u591f\u53d1\u73b0\u77ff\u7269\u6837\u672c\u4ee5\u53ca\u5176\u4ed6\u5f88\u591a\u4e1c\u897f\u3002 + + +advancements.stage1.statue.title=\u6df1\u6e0a\u56fd\u5ea6\u7684\u6218\u5229\u54c1 +advancements.stage1.statue.description=\u4e3a\u4e86\u6267\u884c\u9ed1\u6697\u4eea\u5f0f\uff0c\u4f60\u9700\u8981\u641c\u96c6\u4e00\u4e9b\u96d5\u5851\u6765\u5145\u80fd\u6b7b\u7075\u4e4b\u4e66\u3002 \u5728\u6cb3\u6d41\u751f\u7269\u7fa4\u7cfb\u627e\u5230\u4fee\u683c\u65af\u5de2\u7a74\uff0c\u5728\u751f\u62106\u53ea\u4ee5\u4e0a\u7684\u4fee\u683c\u65af\u4ee5\u540e\uff0c\u5c31\u4f1a\u5728\u5468\u56f4\u968f\u673a\u4fee\u5efa\u9ad8\u5927\u7684\u67f1\u5b50\uff0c\u9876\u90e8\u4f1a\u751f\u6210\u4e00\u4e2a\u96d5\u50cf\u3002 \u628a\u4fee\u683c\u65af\u8150\u8089\u4e0e\u96d5\u50cf\u5408\u6210\u80fd\u591f\u83b7\u53d6\u66f4\u591a\u4fe1\u606f + + +advancements.stage1.stepup.title=\u6211\u4e0d\u60f3\u8981\u5b83\u4e86\uff01 +advancements.stage1.stepup.description=\u73b0\u5728\u4f60\u53ef\u80fd\u5f88\u5c11\u65c5\u884c\u4e86\uff0c\u901a\u8fc7\u8840\u4e4b\u796d\u575b\u5408\u6210\u4e00\u4e2a\u5065\u4f53\u82f9\u679c\uff0c\u53d6\u6d88\u6389\u80fd\u591f\u76f4\u63a5\u8d70\u4e0a\u4e00\u683c\u65b9\u5757\u7684\u80fd\u529b\u3002 + + +advancements.stage1.stoneanvil.title=anvil lavigne %7c \u7b80\u5355\u7c97\u66b4\uff01 +advancements.stage1.stoneanvil.description=\u9700\u8981\u677f\u4e48\uff1f\u5728\u77f3\u7827\u4e0a\u653e\u7f6e\u4e00\u4e9b\u952d\uff0c\u7136\u540e\u7528\u77f3\u69cc\u51fb\u6253\u5373\u53ef + + +advancements.stage1.tchannel.title=\u8ba2\u9605\u6211\u7684\u9891\u9053\u5427 %7e \u6c42\u4f60\u4e86 +advancements.stage1.tchannel.description=\u8f93\u6db2\u9053\u662f\u4e00\u79cd\u975e\u5e38\u68d2\u7684\u4f20\u8f93\u6db2\u4f53\u7684\u88c5\u7f6e\uff0c\u653e\u7f6e\u597d\u8f93\u6db2\u9053\uff0c\u9075\u5faa\u9876\u90e8\u7bad\u5934\u53f3\u51fb\u6765\u6539\u53d8\u65b9\u5411/\u65ad\u5f00\u8fde\u63a5/\u5176\u4ed6\u3002 \u53ef\u4ee5\u4f7f\u7528\u666e\u901a\u8f93\u6db2\u9053\u6216\u8005\u9676\u74f7\u8f93\u6db2\u9053 + + +advancements.stage1.tin.title=error 404: \u6211\u627e\u4e0d\u5230\u6838\u5fc3\uff01 +advancements.stage1.tin.description=\u5730\u8868\u5bfb\u627e\u9521\u6837\u672c\u5e76\u8fdb\u884c\u91c7\u6398\uff01\u901a\u5e38\u5728y\u503c8%7e68\u7684\u5730\u65b9\uff0c\u540d\u79f0\u53ef\u80fd\u662f\u9521\u77f3\u6216\u8005\u7b3c\u94c5\u77ff \u8c28\u8bb0\uff0c\u5730\u8868\u6837\u672c\u5728\u5df2\u7ecf\u63a2\u7d22\u8fc7\u7684\u533a\u57df\u4e5f\u80fd\u627e\u5230 + + +advancements.stage1.turntable.title=\u65cb\u8f6c\u5427\uff01\u65cb\u8f6c\u53f0 +advancements.stage1.turntable.description=\u5408\u6210\u4e00\u4e2a\u87ba\u6746\u65cb\u8f6c\u53f0\uff0c\u5e95\u90e8\u63a5\u4e0a\u673a\u68b0\u626d\u529b\uff0c\u800c\u540e\u5728\u9876\u90e8\u653e\u7f6e\u65b9\u5757\u5f00\u59cb\u505a\u4e1c\u897f + + +advancements.stage1.waterwheel.title=\u6c34\uff1f\u53ef\u4ee5\u7684\uff01 +advancements.stage1.waterwheel.description=\u901a\u8fc7 better with mods \u6a21\u7ec4\u7684\u6c34\u8f66\u6765\u83b7\u53d6\u673a\u68b0\u626d\u529b + + +advancements.stage1.woodbasin.title=\u6405\u62cc\u76c6 +advancements.stage1.woodbasin.description=\u56db\u5904\u5bfb\u627e\u9ad8\u6548\u7684\u76ae\u9769\u6216\u8005\u9762\u56e2\u5236\u4f5c\u65b9\u6cd5\uff1f \u5408\u6210\u6728\u5236\u6405\u62cc\u76c6\u5427\uff0c\u4e22\u5165\u6b63\u786e\u7684\u6d41\u4f53\u548c\u7269\u54c1\uff0c\u7136\u540e\u53f3\u51fb\u6405\u62cc\u5427\uff01 + + +# stage 2 +advancements.stage2.astable2.title=\u661f\u8f89\u5347\u7ea7 +advancements.stage2.astable2.description=\u5c06\u661f\u8f89\u5408\u6210\u53f0\u5347\u7ea7\u5230\u4e0b\u4e00\u9636\u6bb5\uff08\u661f\u8f89\u796d\u575b\uff09\u3002 \u9664\u4e86\u796d\u575b\u4e4b\u5916\uff0c\u4f60\u8fd8\u9700\u8981\u6784\u5efa\u4e00\u4e2a\u7ed3\u6784\u6765\u5f00\u59cb\u5236\u4f5c\u8fc7\u7a0b\u3002 \u8bf7\u53c2\u9605\u661f\u8292\u5b9d\u5178\u7684\u63a2\u7d22\u90e8\u5206\u3002 + + +advancements.stage2.betweenlands.title=\u4ea4\u9519\u6b21\u5143 +advancements.stage2.betweenlands.description=\u5728\u6cbc\u6cfd\u751f\u7269\u7fa4\u7cfb\u4e2d\u627e\u5230\u4e00\u4e2a\u9ed1\u6697\u5fb7\u9c81\u4f0a\u796d\u575b\uff0c\u6740\u6b7b\u9ed1\u6697\u5fb7\u9c81\u4f0a\uff0c\u5e76\u7528\u4ed6\u4eec\u7684\u62a4\u8eab\u7b26\u5236\u4f5c\u4e00\u4e2a\u6cbc\u6cfd\u62a4\u8eab\u7b26\u3002\u7528\u6cbc\u6cfd\u62a4\u8eab\u7b26\u70b9\u51fb\u6811\u82d7\u6765\u521b\u5efa\u4e00\u4e2a\u901a\u5f80\u4ea4\u9519\u6b21\u5143\u7684\u5165\u53e3\u3002 + + +advancements.stage2.biomealyzer.title=\u6211\u6240\u5904\u7684\u751f\u7269\u7fa4\u7cfb\u662f\u4ec0\u4e48\uff1f +advancements.stage2.biomealyzer.description=\u4f7f\u7528\u751f\u7269\u7fa4\u7cfb\u5206\u6790\u4eea\u6765\u4e86\u89e3\u4f60\u5f53\u524d\u751f\u7269\u7fa4\u7cfb\u7684\u540d\u79f0 + + +advancements.stage2.bucket.title=\u8c01\u5728\u5077\u6211\u7684\u6876\uff1f +advancements.stage2.bucket.description=\u73b0\u5728\u4f60\u5df2\u7ecf\u83b7\u5f97\u94c1\uff0c\u7528\u4f60\u7684\u51b6\u70bc\u7089\u6d47\u94f8\u4e00\u4e2a\u94c1\u6876\u3002 + + +advancements.stage2.carminitereactor.title=\u95f2\u7f6e\u53cd\u5e94\u5806 +advancements.stage2.carminitereactor.description=\u4f60\u5c06\u9700\u8981\u4e00\u4e2a\u7837\u94c5\u94c1\u53cd\u5e94\u5806\u6765\u521b\u5efa\u4f60\u7684\u7b2c\u4e00\u4e2a\u5f15\u64ce\u3002\u901a\u8fc7\u641c\u5bfb\u66ae\u8272\u68ee\u6797\u4e2d\u7684\u9ed1\u6697\u9ad8\u5854\uff08\u66ae\u8272\u6076\u9b42boss\uff09\u6216\u8005\u5229\u7528\u5854\u91cc\u7684\u8d44\u6e90\u5236\u4f5c\u53cd\u5e94\u5806\u3002 + + +advancements.stage2.compass.title=\u597d\u50cf\u8ff7\u8def\u4e86\u2026\u2026\u7b49\u7b49\u2026\u2026 +advancements.stage2.compass.description=\u6307\u5357\u9488\u5c06\u5e2e\u52a9\u4f60\u786e\u5b9ax\u548cz\u5750\u6807\u3002 + + +advancements.stage2.conpaper.title=\u586b\u8865\u7f3a\u53e3 +advancements.stage2.conpaper.description=\u83b7\u53d6\u661f\u56fe\u6765\u586b\u5145\u661f\u8292\u5b9d\u5178\u4e2d\u7684\u4fe1\u606f\u3002\u4f60\u53ef\u4ee5\u6309\u4f4fshift\u53f3\u51fb\u6253\u5f00\u661f\u8292\u5b9d\u5178\u7684\u5939\u5c42\uff0c\u5c06\u661f\u56fe\u653e\u8fdb\u53bb\u4ee5\u50a8\u5b58\u3002 + + +advancements.stage2.controller.title=\u63a7\u5236 +advancements.stage2.controller.description=\u5982\u679c\u71e7\u77f3\u6216\u9aa8\u5de5\u5177\u4e0d\u518d\u6709\u7528\uff0c\u4f60\u9700\u8981\u4e00\u4e2a\u51b6\u70bc\u7089\u3002 \u5f53\u4f60\u628a\u6240\u4ee5\u51b6\u70bc\u7089\u65b9\u5757\u653e\u7f6e\u597d\u540e\u653e\u7f6e\u4e00\u4e2a\u51b6\u70bc\u7089\u63a7\u5236\u5668\u6765\u5b8c\u6210\u7ed3\u6784\u548c\u6b64\u8fdb\u5ea6\u3002 + + +advancements.stage2.depth.title=\u8fc8\u5411\u6df1\u6e0a +advancements.stage2.depth.description=\u5236\u4f5c\u4e00\u4e2a\u6df1\u5ea6\u8ba1\u4ee5\u66f4\u597d\u7684\u67e5\u770b\u4f60\u7684y\u8f74\u3002 + + +advancements.stage2.dowsingrod.title=\u524d\u77bb\u5347\u7ea7 +advancements.stage2.dowsingrod.description=\u5236\u4f5c\u4e00\u4e2a\u575a\u97e7\u63a2\u6d4b\u6746\u53ef\u4ee5\u5e2e\u52a9\u4f60\u5b9a\u4f4d\u66f4\u591a\u7684\u77ff\u77f3\u3002 \u4f60\u53ef\u4ee5\u4f7f\u7528\u5b83\u5728\u4f60\u70b9\u51fb\u7684\u65b9\u575748\u683c\u5185\u627e\u5230\u77ff\u77f3\u3002 + + +advancements.stage2.drawertable.title=\u653e\u7f6e\u6211\u7269\u54c1\u7684\u5730\u65b9 +advancements.stage2.drawertable.description=\u4f7f\u7528\u6210\u578b\u53f0\u6765\u5236\u4f5c\u81ea\u5b9a\u4e49\u50a8\u5b58\u62bd\u5c49\uff0c\u4f7f\u7528\u9576\u6846\u62bd\u5c49\u548c\u4f60\u60f3\u8981\u7684\u65b9\u5757\u7c7b\u578b\u6765\u4f5c\u4e3a\u88c5\u9970\u3002 + + +advancements.stage2.enderman.title=\u62b5\u5fa1\u672b\u5f71\uff01 +advancements.stage2.enderman.description=\u672b\u5f71\u4eba\u5df2\u7ecf\u5f00\u59cb\u5728\u4e16\u754c\u4e0a\u751f\u6210\u4e86\uff0c\u6740\u6b7b\u4ed6\u4eec\u6765\u83b7\u53d6\u672b\u5f71\u7c89\u3002 + + +advancements.stage2.extendedcraftingbasic.title=\u62d3\u5c55\u5408\u6210\uff1a\u94c1 +advancements.stage2.extendedcraftingbasic.description=\u5236\u4f5c\u4e00\u4e2a\u57fa\u7840\u5408\u6210\u53f0\u6765\u5236\u4f5c\u66f4\u591a\u7684\u5408\u6210\u914d\u65b9 + + +advancements.stage2.glass.title=\u5439\u5236\u73bb\u7483 +advancements.stage2.glass.description=\u901a\u8fc7\u5c06\u6c99\u5b50\u653e\u8fdb\u5fae\u7f29\u9676\u74f7\u7194\u7089\u6216\u8005\u51b6\u70bc\u7089\u6765\u878d\u5408\u6210\u7194\u878d\u73bb\u7483\uff0c\u7136\u540e\u5c06\u5176\u5bfc\u5165\u5230\u6d47\u7b51\u76c6\u4e2d\u6765\u5236\u4f5c\u73bb\u7483\u3002 + + +advancements.stage2.gold.title=\u9ec4\u91d1\u6807\u51c6 +advancements.stage2.gold.description=\u627e\u5230\u548c\u6316\u6398\u4e00\u4e2a\u91d1\u77ff\u6837\u672c\uff01\u5b83\u4f4d\u4e8ey\u503c8%7e40\u4e4b\u95f4\u3002 + + +advancements.stage2.iron.title=\u770b\u89c1\u94c1\u4e86 +advancements.stage2.iron.description=\u627e\u5230\u548c\u6316\u6398\u4e00\u4e2a\u94c1\u77ff\u6837\u672c\uff01\u5b83\u4f4d\u4e8ey32%7e60\u4e4b\u95f4\u3002 + + +advancements.stage2.lapis.title=\u73ab\u7470\u662f\u7ea2\u8272\u7684\uff0c\u9752\u91d1\u77f3\u662f\u84dd\u8272\u7684 +advancements.stage2.lapis.description=\u627e\u5230\u548c\u6316\u6398\u4e00\u4e2a\u9752\u91d1\u77f3\u6837\u672c\uff01\u5b83\u4f4d\u4e8ey10%7e38\u4e4b\u95f4\u3002 + + +advancements.stage2.lightwell.title=\u6db2\u5316 +advancements.stage2.lightwell.description=\u661f\u8f89\u9b54\u6cd5\u7684\u805a\u661f\u7f38\u5141\u8bb8\u67d0\u4e9b\u7269\u54c1\u6db2\u5316\u6210\u661f\u80fd\u6db2\u3002 + + +advancements.stage2.mapping.title=\u9ad8\u7ea7\u5730\u56fe +advancements.stage2.mapping.description=\u901a\u8fc7\u5403\u4e00\u4e2a\u65c5\u884c\u5730\u56fe\u4ee4\u724c\u6765\u5347\u7ea7\u4f60\u5f53\u524d\u7684\u5730\u56fe\u5230\u66f4\u9ad8\u7ea7\u7684\u5730\u56fe\u3002 \u6ce8\u610f\uff0c\u8fd9\u662f\u4e00\u4e2a\u63d0\u524d\u89e3\u9501\u9879\u76ee\uff0c\u5f53\u524d\u4e0d\u5fc5\u5b8c\u6210\u3002\u53ef\u5728\u7a0d\u540e\u9636\u6bb5\u5b8c\u6210\u3002 + + +advancements.stage2.market.title=\u5e02\u573a +advancements.stage2.market.description=\u5229\u7528\u5c0f\u5e02\u573a\u6765\u8d2d\u4e70\u79cd\u5b50\u548c\u6811\u82d7\u3002 + + +advancements.stage2.nuggetcast.title=\u7c92\u94f8\u6a21 +advancements.stage2.nuggetcast.description=\u4e3a\u4e86\u83b7\u5f97\u4e00\u4e2a\u7c92\u94f8\u6a21\uff0c\u4f60\u5c06\u9700\u8981\u5728\u77f3\u7827\u4e0a\u5236\u4f5c\u4e00\u4e2a\u77f3\u7c92 + + +advancements.stage2.paper.title=papers please %7c \u8bf7\u51fa\u793a\u4f60\u7684\u8bc1\u4ef6 +advancements.stage2.paper.description=\u901a\u8fc7\u5408\u6210\u7eb8\u6765\u53d1\u5c55\u4f60\u7684\u9020\u7eb8\u6280\u672f\u3002 + + +advancements.stage2.piston.title=\u521a\u597d\u80fd\u591f\u63a8\u52a8\u5b83 +advancements.stage2.piston.description=\u9700\u8981\u63a8\u52a8\u7269\u54c1\uff1f\u53ef\u4ee5\u5728\u66ae\u8272\u68ee\u6797\u7684\u9ed1\u6697\u9ad8\u5854\uff08\u66ae\u8272\u6076\u9b42boss\uff09\u4e2d\u627e\u5230\u4e00\u4e2a\u6d3b\u585e\u6216\u627e\u5230\u5236\u4f5c\u5b83\u7684\u6750\u6599\u3002 + + +advancements.stage2.resonatingwand.title=\u5171\u9e23 +advancements.stage2.resonatingwand.description=\u4f60\u9700\u8981\u5236\u4f5c\u661f\u8f89\u9b54\u6cd5\u7684\u5171\u9e23\u4e4b\u6756\u6765\u7ee7\u7eed\u4f60\u7684\u65c5\u7a0b\u3002 + + +advancements.stage2.rockcrystal.title=\u5ca9\u77f3\u3001\u7f8a\u76ae\u7eb8\u3001\u6c34\u6676 +advancements.stage2.rockcrystal.description=\u6c34\u6676\u77f3\u5bf9\u4e8e\u661f\u8f89\u9b54\u6cd5\u7684\u53d1\u5c55\u5f88\u91cd\u8981\uff0c\u5728\u5730\u8868\u4e0a\u627e\u5230\u548c\u6316\u6398\u4e00\u4e2a\u6c34\u6676\u6837\u672c\uff0c\u5b83\u4f4d\u4e8ey10\u4ee5\u4e0b\u3002 + + +advancements.stage2.root.title=\u7b2c\u4e8c\u7eaa\u5143 +advancements.stage2.root.description=\u6b22\u8fce\u6765\u5230\u7b2c\u4e8c\u7eaa\u5143\uff01 + + +advancements.stage2.sealantern.title=\u5728\u6d77\u6676\u706f\u4e0b +advancements.stage2.sealantern.description=\u7b2c\u4e09\u5c42\u8840\u9b54\u6cd5\u796d\u575b\u662f\u7531\u6d77\u6676\u706f\u548c\u8424\u77f3\u5236\u6210\u7684\u3002\u5728\u6d77\u6d0b\u4e2d\u627e\u5230\u6d77\u5e95\u9057\u8ff9\u6216\u8005\u4ece\u66ae\u8272\u68ee\u6797\u4e2d\u7684\u9ed1\u6697\u68ee\u6797\u8ff7\u5bab\u4e2d\u6389\u843d\u3002 + + +advancements.stage2.skywave.title=\u661f\u5149\u5b9a\u4f4d +advancements.stage2.skywave.description=\u661f\u8f89\u796d\u575b\u9700\u8981\u5728\u5b8c\u6210\u64cd\u4f5c\u4e4b\u524d\u5145\u80fd\u661f\u80fd\u3002\u5236\u4f5c\u5e76\u4f7f\u7528\u6cd5\u65af\u523b\u5171\u632f\u5668\u6765\u5b9a\u4f4d\u4e16\u754c\u4e0a\u5bcc\u542b\u661f\u80fd\u7684\u533a\u57df\u3002\u767d\u5929\u4f60\u4f1a\u5f88\u96be\u627e\u5230\u5b83\uff0c\u6700\u597d\u7b49\u5230\u665a\u4e0a\u3002 + + +advancements.stage2.smeltertank.title=\u51b6\u70bc\u7089\u50a8\u7f50 +advancements.stage2.smeltertank.description=\u56fa\u4f53\u71c3\u6599\u6e29\u5ea6\u6bd4\u8f83\u4f4e\uff0c\u5236\u4f5c\u4e00\u4e2a\u9676\u74f7\u50a8\u7f50\u6216\u8005\u7126\u9ed1\u50a8\u7f50\u653e\u7f6e\u5728\u51b6\u70bc\u7089\u6216\u8005\u5fae\u7f29\u9676\u74f7\u7194\u7089\u4e0b\u6765\u5e2e\u52a9\u4f60\u878d\u5316\u94c1\u548c\u5176\u4ed6\u9700\u8981\u9ad8\u6e29\u5ea6\u7684\u6750\u6599\u3002 \u6ce8\u610f\uff0c\u4f60\u9700\u8981\u8ba9\u5f53\u524d\u71c3\u6599\u7528\u5b8c\u6216\u8005\u6253\u6389/\u66ff\u6362\u6389\u52a0\u70ed\u5668\u6765\u67e5\u770b\u65b0\u7684\u6e29\u5ea6\u3002 + + +advancements.stage2.starpowder.title=\u661f\u80fd +advancements.stage2.starpowder.description=\u6316\u6398\u6c34\u6676\u77f3\u6837\u672c\u65f6\u53ef\u4ee5\u53d1\u73b0\u661f\u5c18\uff0c\u4e0d\u8981\u5fd8\u8bb0\u6807\u8bb0\u5730\u56fe\uff0c\u56e0\u4e3a\u6837\u672c\u8fd8\u4f1a\u663e\u793a\u4e0b\u9762\u7684\u6c34\u6676\u77f3\u77ff\u8109\uff01 \u4e00\u65e6\u4f60\u7684\u661f\u8f89\u9b54\u6cd5\u57fa\u7840\u8bbe\u65bd\u5b8c\u6210\uff0c\u4f60\u5c31\u53ef\u4ee5\u4f7f\u7528\u5236\u4f5c\u5b83\u4eec\u4e86\u3002 + + +advancements.stage2.stevescarts.title=\u70e7\u7164\u706b\u8f66 +advancements.stage2.stevescarts.description=\u4f60\u5df2\u7ecf\u53d1\u73b0\u4e86\u71c3\u70e7\u7684\u529b\u91cf\uff01\u5236\u4f5c\u7164\u70ad\u5f15\u64ce\u3002 + + +advancements.stage2.stopwatch.title=\u6781\u901f\u5954\u8dd1 +advancements.stage2.stopwatch.description=\u79d2\u8868\u5c06\u663e\u793a\u73a9\u5bb6\u7684\u79fb\u52a8\u65f6\u4fe1\u606f\u3002 + + +advancements.stage2.tcontable1.title=\u7b28\u62d9\u7684\u5de5\u5320 +advancements.stage2.tcontable1.description=\u662f\u65f6\u5019\u629b\u5f03\u4f60\u7684\u5408\u6210\u53f0\uff0c\u5347\u7ea7\u5230\u5408\u6210\u7ad9\uff0c\u5b83\u53ef\u4ee5\u8ba9\u4f60\u5c06\u7269\u54c1\u653e\u5230\u7f51\u683c\u4e2d\u5e76\u9644\u7740\u5728\u9644\u8fd1\u7684\u7bb1\u5b50\u4e0a\u3002 + + +advancements.stage2.tcontable2.title=\u90e8\u4ef6\u5236\u4f5c\u8005 +advancements.stage2.tcontable2.description=\u4f60\u53ef\u4ee5\u901a\u8fc7\u6a21\u5177\u52a0\u5de5\u53f0\u5236\u4f5c\u6a21\u677f\u6765\u66ff\u6362\u4f60\u7684\u5de5\u5177\u3002 + + +advancements.stage2.tcontable3.title=\u5de5\u5177\u88c5\u914d\u53f0 +advancements.stage2.tcontable3.description=\u8981\u5236\u4f5c\u65b0\u5de5\u5177\uff0c\u4f60\u9700\u8981\u4e00\u4e2a\u5de5\u5177\u88c5\u914d\u53f0\u3002 + + +advancements.stage2.twilight.title=\u66ae\u8272\u63a2\u9669 +advancements.stage2.twilight.description=\u8fdb\u5165\u66ae\u8272\u68ee\u6797\u7ee7\u7eed\u4f60\u7684\u65c5\u7a0b\u3002\u7528\u6c34\u586b\u6ee1\u4e00\u4e2a2x2\u7684\u5730\u65b9\uff0c\u7528\u690d\u7269\u3001\u6811\u82d7\u6216\u82b1\u6765\u5305\u56f4\u5b83\uff0c\u628a\u661f\u8f89\u9b54\u6cd5\u7684\u661f\u8f89\u952d\u6254\u8fdb\u6c34\u4e2d\u6765\u521b\u9020\u5165\u53e3\u3002 + + +advancements.stage2.wateringcan.title=\u5feb\u901f\u519c\u4e1a +advancements.stage2.wateringcan.description=\u5982\u679c\u4f60\u538c\u5026\u4e86\u7b49\u5f85\u5e84\u7a3c\u7684\u751f\u957f\uff0c\u90a3\u5c31\u5236\u4f5c\u4e00\u4e2a\u6d12\u6c34\u58f6 + + +advancements.stage2.weedwoodsticks.title=\u6742\u8349\u6728 +advancements.stage2.weedwoodsticks.description=\u6742\u8349\u6728\u68cd\u662f\u901a\u8fc7\u7834\u574f\u6742\u8349\u704c\u6728\u4e1b\u53d1\u73b0\u7684\u3002\u901a\u5e38\u5728\u4ea4\u9519\u6b21\u5143\u5468\u56f4\u80fd\u627e\u5230\u3002 \u6ce8\u610f\uff0c\u5b83\u4eec\u4e0d\u80fd\u901a\u8fc7\u780d\u6728\u5934\u6765\u83b7\u53d6\u3002 + + +advancements.stage2.weedwoodsword.title=\u4ea4\u9519\u6b21\u5143 +advancements.stage2.weedwoodsword.description=\u4ece\u5176\u4ed6\u4e16\u754c\u8fdb\u5165\u4ea4\u9519\u6b21\u5143\u7684\u5de5\u5177\u5c06\u4e0d\u8d77\u4f5c\u7528\u3002\u4f60\u9700\u8981\u5236\u4f5c\u65b0\u7684\u5de5\u5177\u548c\u6b66\u5668\u6765\u7528\u3002 \u6ce8\u610f\uff0c\u6b64\u6210\u5c31\u7279\u522b\u8981\u6c42\u4f60\u5236\u4f5c\u4e00\u628a\u6742\u8349\u6728\u5251\u6765\u5b8c\u6210\u3002 + + +advancements.stage2.weird.title=\u5341\u5927\u53e4\u602a\u5de5\u5177 +advancements.stage2.weird.description=\u5982\u679c\u4f60\u60f3\u8981\u4e00\u4e2a\u533a\u5757\u52a0\u8f7d\u5668\uff0c\u5236\u4f5c\u4e00\u4e2a\u53e4\u602a\u5de5\u5177\u5e76\u653e\u7f6e\u4e0b\u6765\uff0c\u4ee5\u52a0\u8f7d\u4e00\u4e2a3x3\u533a\u57df + + +advancements.stage2.wool.title=\u7f8a\u6bdb\u6bef\u5b50 +advancements.stage2.wool.description=\u7528\u7ed2\u6bdb\u548c\u7b5a\u677f\u5757\u5236\u4f5c\u4e00\u4e9b\u7f8a\u6bdb + + +# stage 3 +advancements.stage3.amethyst.title=\u4e0b\u754c\u7d2b\u6c34\u6676\u77ff +advancements.stage3.amethyst.description=\u5728\u5730\u72f1\u53d1\u73b0\u4e86\u4e00\u79cd\u7f55\u89c1\u7684\u5b9d\u77f3\u3002\u53ef\u4ee5\u4f7f\u7528\u7b2c\u4e09\u7eaa\u5143\u53ca\u4ee5\u4e0a\u7684\u52d8\u63a2\u5668\u8fdb\u884c\u5b9a\u4f4d + + +advancements.stage3.bauxite.title=\u94dd\u571f\u77ff +advancements.stage3.bauxite.description=\u5730\u8868\u5bfb\u627e\u94dd\u571f\u77ff\u6837\u672c\u5e76\u8fdb\u884c\u91c7\u6398\uff01 \u901a\u5e38\u5728y\u503c45%7e70\u7684\u5730\u65b9 + + +advancements.stage3.bellows.title=\u98ce\u7bb1 +advancements.stage3.bellows.description=\u5236\u4f5c\u4e00\u4e2a\u98ce\u7bb1\u5e76\u548c\u673a\u68b0\u626d\u529b\u8fde\u63a5\uff0c\u5b83\u80fd\u4f7f\u706b\u76c6\u8fbe\u5230\u731b\u706b\u3002 + + +advancements.stage3.blazerod.title=\u70c8\u7130\u68d2 +advancements.stage3.blazerod.description=\u524d\u5f80\u5730\u72f1\uff0c\u6536\u96c6\u70c8\u7130\u7c89\uff0c\u5e76\u4f7f\u7528\u91d1\u5c5e\u51b2\u538b\u673a\u5c06\u4ed6\u4eec\u51b2\u538b\u6210\u70c8\u7130\u68d2\u3002 + + +advancements.stage3.bonehoe.title=\u5730\u72f1\u5de5\u5177 +advancements.stage3.bonehoe.description=\u4f7f\u7528\u91d1\u9aa8\u9504\u53ef\u4ee5\u8015\u8018\u6ce5\u571f\uff0c\u4e5f\u53ef\u4ee5\u8015\u8018\u7075\u9b42\u6c99\u3002 + + +advancements.stage3.buildcraft.title=\u5347\u7ea7\u7ebf\u8def +advancements.stage3.buildcraft.description=\u5236\u4f5c\u4e00\u4e2a\u7ea2\u77f3\u5f15\u64ce\uff0c\u5f00\u59cb\u4e3a\u4f60\u7684bc\u7ba1\u9053\u63d0\u4f9b\u52a8\u529b + + +advancements.stage3.circuitboard.title=\u6211\u662f\u7535\u8def\u677f +advancements.stage3.circuitboard.description=\u4f7f\u7528\u5de5\u7a0b\u5e08\u88c5\u914d\u53f0\u5236\u4f5c\u4e00\u4e2a\u7535\u8def\u677f + + +advancements.stage3.conveyorbelt.title=\u4f20\u9001\u5e26 +advancements.stage3.conveyorbelt.description=\u6c89\u6d78\u5de5\u7a0b\u7684\u4f20\u9001\u5e26\u975e\u5e38\u9002\u5408\u7269\u54c1\u8fd0\u8f93\uff01 + + +advancements.stage3.creosote.title=\u6742\u915a\u6cb9 +advancements.stage3.creosote.description=\u4f7f\u7528\u7126\u7089\u751f\u4ea7\u6742\u915a\u6cb9\u548c\u7126\u7164 + + +advancements.stage3.crudeoil.title=\u5f00\u91c7\u77f3\u6cb9 +advancements.stage3.crudeoil.description=\u4f7f\u7528\u5ca9\u5fc3\u94bb\u4e95\u6765\u63a2\u6d4b\u533a\u5757\u4e2d\u7684\u539f\u6cb9\u3002 \u4fee\u5efa\u4e00\u4e2a\u6c89\u6d78\u539f\u6cb9\u7684\u91c7\u6cb9\u673a\u6765\u63d0\u53d6\u5b83\uff0c\u5e76\u7528\u6876\u6765\u88c5\u53d6\u4e00\u6876\u6cb9\u6765\u5b8c\u6210\u6b64\u8fdb\u5ea6\u3002 + + +advancements.stage3.distillation2.title=\u7ed9\u5b83\u4e00\u4e9b\u6c14\u4f53 +advancements.stage3.distillation2.description=\u5728\u7cbe\u998f\u5854\u5185\u8fdb\u4e00\u6b65\u7684\u52a0\u5de5\u539f\u6cb9\u5c06\u4ea7\u751f\u67f4\u6cb9\u3001\u6c7d\u6cb9\u548c\u6da6\u6ed1\u6cb9\uff0c\u4f60\u9700\u8981\u5c06\u6bcf\u4e00\u79cd\u7528\u6876\u88c5\u53d6\u6765\u5b8c\u6210\u6b64\u8fdb\u5ea6\u3002 \u8fd9\u4e9b\u6db2\u4f53\u80fd\u4f5c\u4e3a\u71c3\u6599\uff0c\u52a0\u901f\u67d0\u4e9b\u673a\u5668\uff0c\u6216\u5141\u8bb8\u8fdb\u4e00\u6b65\u7684\u5904\u7406\u3002 + + +advancements.stage3.drawercontroller.title=\u62bd\u5c49\u7ba1\u7406\u5668 +advancements.stage3.drawercontroller.description=\u62bd\u5c49\u7ba1\u7406\u5668\u53ef\u4ee5\u8ba9\u4f60\u7684\u62bd\u5c49\u53d8\u6210\u4e00\u4e2a\u7f51\u7edc + + +advancements.stage3.extendedcrafting1.title=\u6269\u5c55\u5de5\u4f5c\u53f0\uff1a\u91d1 +advancements.stage3.extendedcrafting1.description=\u4ece extended crafting \u8fd9\u6a21\u7ec4\u4e2d\u5236\u4f5c\u4e00\u4e2a\u9ad8\u7ea7\u5de5\u4f5c\u53f0 \u6765\u8fdb\u884c\u66f4\u591a\u5408\u6210 + + +advancements.stage3.filteredhopper.title=\u6ee4\u7b5b\u6f0f\u6597 +advancements.stage3.filteredhopper.description=\u4f7f\u7528\u6ee4\u7b5b\u6f0f\u6597\u4ece\u7075\u9b42\u6c99\u91cc\u7b5b\u51fa\u70bc\u72f1\u706b\u4e4b\u70ec + + +advancements.stage3.galgadorian.title=\u6df7\u5408\u6676\u5316\u91d1\u5c5e +advancements.stage3.galgadorian.description=\u6536\u96c6\u5f3a\u5316\u6df7\u5408\u6676\u5316\u91d1\u5c5e\u952d\u4ee5\u8fdb\u4e00\u6b65\u5347\u7ea7\u4f60\u7684\u57fa\u7840\u8bbe\u65bd + + +advancements.stage3.hibachi.title=\u706b\u76c6 +advancements.stage3.hibachi.description=better with mods \u4e2d\u7684\u706b\u76c6\u4f1a\u4e3a\u4f60\u7684\u91dc\u9505\u548c\u5769\u57da\u63d0\u4f9b\u65e0\u9650\u71c3\u70e7\u7684\u706b\u3002 + + +advancements.stage3.iebook.title=\u5de5\u7a0b\u5e08\u624b\u518c +advancements.stage3.iebook.description=\u6c89\u6d78\u5de5\u827a\u7684\u5de5\u7a0b\u5e08\u624b\u518c\u5f88\u68d2\uff0c\u8bf7\u505a\u4e00\u672c + + +advancements.stage3.iehammer.title=\u5de5\u7a0b\u5e08\u9524 +advancements.stage3.iehammer.description=\u5236\u4f5c\u4e00\u4e2a\u5de5\u7a0b\u5e08\u9524\u6765\u6784\u5efa\u591a\u65b9\u5757\u673a\u5668\uff0c\u65cb\u8f6c\u65b9\u5757 + + +advancements.stage3.liquidplastic.title=\u5851\u6599\u7684\u53d1\u660e +advancements.stage3.liquidplastic.description=\u4f7f\u7528\u6a21\u5757\u5316\u673a\u68b0\uff08modular machinery\uff09\u7684\u6d41\u4f53\u5904\u7406\u5668\uff0c\u5c06\u7194\u878d\u4e19\u70ef\uff08propene\uff09\u8f6c\u6362\u4e3a\u7194\u878d\u5851\u6599\uff08plastic\uff09 + + +advancements.stage3.modularmachinery.title=\u6a21\u5757\u5316 +advancements.stage3.modularmachinery.description=\u8d85\u5bfc\u4f53\u63a7\u5236\u5668\u662f\u6bcf\u4e2a\u6a21\u5757\u5316\u673a\u68b0\u673a\u5668\u6240\u9700\u7684\u4e3b\u8981\u6a21\u5757\u3002\u68c0\u67e5\u673a\u68b0\u84dd\u56fe\u6765\u4e86\u89e3\u5982\u4f55\u6784\u5efa\u6bcf\u4e2a\u7ed3\u6784\u3002 + + +advancements.stage3.naphtha.title=\u7cbe\u998f +advancements.stage3.naphtha.description=\u73b0\u5728\u4f60\u5df2\u7ecf\u63d0\u53d6\u539f\u6cb9\uff0c\u642d\u5efa\u4e00\u4e2a\u6c89\u6d78\u539f\u6cb9\u7684\u7cbe\u998f\u5854\uff0c\u5c06\u77f3\u6cb9\u52a0\u5de5\u6210\u7194\u878d\u77f3\u8111\u6cb9\uff08naphtha\uff09\u548c\u67f4\u6cb9\uff0c\u5e76\u7528\u6876\u6765\u88c5\u53d6\u4e00\u6876\u6765\u5b8c\u6210\u6b64\u8fdb\u5ea6\u3002 + + +advancements.stage3.nether.title=\u524d\u5f80\u4e0b\u754c +advancements.stage3.nether.description=\u524d\u5f80\u4e0b\u754c\u3002 \u9884\u5efa\u7684\u4f20\u9001\u95e8\u9700\u5b58\u5728\u4e8e\u70ed\u5e26\u751f\u7269\u7fa4\u843d\u4e2d\uff0c\u5982\u6c99\u6f20\u548c\u5927\u8349\u539f\u3002 \u8bf7\u8bb0\u4f4f\uff0c\u4e16\u754c\u751f\u6210\u6309\u7167\u903b\u8f91\u4e0a\u7684\u70ed\u91cf\u56fe\u6765\u8fdb\u884c\u7684\uff0c\u5982\u679c\u4f60\u9700\u8981\u627e\u5230\u4e00\u4e2a\u70ed\u5e26\u751f\u7269\u7fa4\u843d\uff0c\u4f60\u53ef\u4ee5\u5411\u5317\u6216\u5411\u5357\u8d70\uff0c\u76f4\u5230\u4f60\u5230\u8fbe\u90a3\u4e2a\u6c14\u5019\u5e26\u3002 + + +advancements.stage3.netherbrick.title=\u5730\u72f1\u7816\u5757 +advancements.stage3.netherbrick.description=\u5c06\u4e0b\u5c4a\u6de4\u6ce5\u653e\u5230better with mods\u7684\u7a91\u4e2d\uff0c\u5c06\u5176\u70e7\u5236\u6210\u5730\u72f1\u7816\u5757\u3002 \u8bf7\u53c2\u7167better with mods\u6765\u4e86\u89e3\u5982\u4f55\u7ec4\u88c5\u7a91\u3002 + + +advancements.stage3.netherexbiome.title=\u4e0b\u754c\u5df2\u7ecf\u7ed3\u51b0\u4e86 +advancements.stage3.netherexbiome.description=\u5bfb\u627e\u5e76\u8fdb\u5165\u5317\u6781\u7684\u6df1\u6e0a\u751f\u7269\u7fa4\u7cfb\u3002 + + +advancements.stage3.netherwart.title=\u5730\u72f1\u75a3 +advancements.stage3.netherwart.description=\u627e\u5230\u5e76\u6536\u96c6\u5730\u72f1\u75a3\u3002\u6700\u5e38\u89c1\u7684\u662f\u5728\u4e0b\u754c\u8981\u585e\u4e2d\u3002 + + +advancements.stage3.nickel.title=\u8910\u94c1\u77ff +advancements.stage3.nickel.description=\u627e\u5bfb\u5730\u8868\u7684\u8910\u94c1\u77ff\u6837\u672c\uff0c\u5e76\u83b7\u53d6\u954d\u77ff\u7c07\uff01 \u901a\u5e38\u5728y\u503c6%7e32\u7684\u5730\u65b9\u3002 + + +advancements.stage3.oreexcavation.title=\u8fde\u9501\u77ff\u5de5 +advancements.stage3.oreexcavation.description=\u4f7f\u7528\u6316\u6398\u5f3a\u5316\u53ef\u5c06\u8fde\u9501\u77ff\u7269\u529f\u80fd\u6dfb\u52a0\u5230\u5320\u9b42\u5de5\u5177\u4e2d\u3002 \u4f60\u8fd8\u53ef\u4ee5\u5728\u9644\u9b54\u53f0\u4f7f\u7528\u5e26\u6709\u6316\u6398\u6548\u679c\u7684\u9644\u9b54\u4e66\u6765\u9644\u9b54\u975e\u5320\u9b42\u7684\u5de5\u5177\u3002 + + +advancements.stage3.oreprospector.title=\u77ff\u77f3\u52d8\u63a2\u5668 +advancements.stage3.oreprospector.description=\u5236\u4f5c\u4e00\u4e2a\u77ff\u77f3\u52d8\u63a2\u5668\u6765\u5e2e\u4f60\u5b9a\u4f4d\u9636\u6bb53\u4e2d\u7684\u77ff\u77f3 + + +advancements.stage3.plastic.title=\u53ef\u5851\u6027 +advancements.stage3.plastic.description=\u4ece\u6a21\u5757\u5316\u673a\u68b0\uff08modular machinery\uff09\u7684\u5851\u6599\u5851\u578b\u673a\u5c06\u7194\u878d\u5851\u6599\uff08plastic\uff09\u8f6c\u5316\u4e3a\u53ef\u7528\u4e8e\u8bb8\u591a\u65b0\u914d\u65b9\u7684\u5851\u6599\u7247 + + +advancements.stage3.platinum.title=\u94c2\u77ff +advancements.stage3.platinum.description=\u627e\u5bfb\u5730\u8868\u7684\u94c2\u77ff\u6837\u672c\uff0c\u5e76\u83b7\u53d6\u94c2\u77ff\u7c07\uff01 \u901a\u5e38\u5728y\u503c3%7e25\u7684\u5730\u65b9\u3002 + + +advancements.stage3.potash.title=\u6728\u7070 +advancements.stage3.potash.description=\u5728\u91dc\u9505\u4e2d\u4f7f\u7528\u539f\u6728\u3001\u6728\u677f\u548c\u6728\u5c51\u6765\u5236\u4f5c\u6728\u7070 + + +advancements.stage3.projector.title=\u591a\u65b9\u5757\u7ed3\u6784\u6295\u5f71\u4eea +advancements.stage3.projector.description=\u5229\u7528\u591a\u65b9\u5757\u7ed3\u6784\u6295\u5f71\u4eea\u6765\u6295\u5c04\u4f60\u60f3\u8981\u7684\u6c89\u6d78\u5de5\u7a0b\u7ed3\u6784\uff0c\u7136\u540e\u6309\u7167\u6295\u5f71\u6765\u642d\u5efa\u3002 \u6295\u5f71\u4eea\u80fd\u591f\u5f88\u65b9\u4fbf\u7684\u5e2e\u52a9\u4f60\u642d\u5efa\u7ed3\u6784\uff08\u524d\u63d0\u662f\u4f60\u6709\u8db3\u591f\u591a\u7684\u6750\u6599\uff09\u3002 + + +advancements.stage3.propene.title=\u4e19\u70ef\u548c\u4e19\u70ef\u914d\u4ef6 +advancements.stage3.propene.description=\u4f7f\u7528\u6a21\u5757\u5316\u673a\u68b0\uff08modular machinery\uff09\u7684\u5316\u5b66\u6df7\u5408\u5668\u5c06\u5141\u8bb8\u4f60\u6df7\u5408\u7194\u878d\u77f3\u8111\u6cb9\uff08naphtha\uff09\u548c\u84b8\u6c7d\u6765\u5236\u4f5c\u7194\u878d\u4e19\u70ef\uff08propene\uff09\u3002\u62ff\u8d77\u4f60\u7684\u6876\u5411\u5851\u6599\u7684\u65b9\u5411\u524d\u8fdb\u5427\u3002 + + +advancements.stage3.rails.title=\u94c1\u8def +advancements.stage3.rails.description=\u5236\u4f5c\u548c\u4f7f\u7528\u94c1\u8f68\uff0c\u53ef\u4ee5\u5feb\u901f\u8fdc\u8ddd\u79bb\u8fdb\u884c\u8fd0\u8f93\u6d3b\u52a8 + + +advancements.stage3.redstone.title=\u6731\u7802\u77ff +advancements.stage3.redstone.description=\u627e\u5bfb\u5730\u8868\u7684\u6731\u7802\u6837\u672c\uff0c\u5e76\u83b7\u53d6\u7ea2\u77f3\uff01 \u901a\u5e38\u5728y\u503c4%7e24\u7684\u5730\u65b9\uff0c\u540d\u5b57\u4e5f\u53ef\u80fd\u662f\u7ea2\u77f3\u6216\u8005\u6731\u7802 + + +advancements.stage3.root.title=\u7b2c\u4e09\u7eaa\u5143\uff01 +advancements.stage3.root.description=\u6b22\u8fce\u6765\u5230\u7b2c\u4e09\u7eaa\u5143\uff01 + + +advancements.stage3.sampledrill.title=\u5ca9\u82af\u6837\u672c +advancements.stage3.sampledrill.description=\u5728\u6bcf\u4e2a\u533a\u5757\u8868\u9762\u7528\u5ca9\u5fc3\u94bb\u4e95\u6765\u8fdb\u884c\u77ff\u8109\u548c\u539f\u6cb9\u5b9a\u4f4d\u3002\u4e0d\u8981\u5fd8\u8bb0\u5b83\u9700\u8981\u63d0\u4f9b\u80fd\u91cf\uff0c\u4f60\u53ef\u4ee5\u6309\u4f4fshift\u53f3\u952e\u628a\u5ca9\u82af\u6837\u672c\u653e\u5728\u5730\u4e0a\u3002 + + +advancements.stage3.silverlead.title=\u65b9\u94c5\u77ff +advancements.stage3.silverlead.description=\u627e\u5bfb\u5730\u8868\u7684\u65b9\u94c5\u6837\u672c\uff0c\u5e76\u83b7\u53d6\u94f6\u77ff\u7c07\u548c\u94c5\u77ff\u7c07\uff01 \u901a\u5e38\u5728y\u503c16%7e50\u7684\u5730\u65b9\u3002 + + +advancements.stage3.soundmuffler.title=\u8d85\u7ea7\u6d88\u97f3\u5668 +advancements.stage3.soundmuffler.description=\u566a\u97f3\u8ba9\u4f60\u75af\u72c2\uff1f\u653e\u7f6e\u4e00\u4e2a\u8d85\u7ea7\u6d88\u97f3\u5668\uff0c\u5e76\u914d\u7f6e\u5b83\u4f7f\u4f60\u4e0d\u60f3\u542c\u5230\u7684\u58f0\u97f3 + + +advancements.stage3.standardhull.title=\u53f2\u8482\u592b\u7684\u6807\u51c6\u5916\u58f3 +advancements.stage3.standardhull.description=\u53f2\u8482\u592b\u77ff\u8f66\u7684\u6807\u51c6\u5916\u58f3\u53ef\u4ee5\u8ba9\u4f60\u5236\u4f5c\u66f4\u597d\u7684\u63a8\u8f66 + + +advancements.stage3.steam.title=\u70ed\u6c14\u817e\u817e +advancements.stage3.steam.description=\u4f7f\u7528\u84b8\u6c7d\u9505\u7089\u6216\u8005\u592a\u9633\u80fd\u96c6\u70ed\u5854\u5236\u4f5c\u51fa\u84b8\u6c7d\uff0c\u5e76\u7528\u6876\u88c5\u88c5\u53d6\u4e00\u6876\u6765\u5b8c\u6210\u6b64\u8fdb\u5ea6\u3002 + + +advancements.stage3.steel.title=\u94a2\u952d +advancements.stage3.steel.description=\u9ad8\u7089\u5c06\u5141\u8bb8\u4f60\u7528\u7126\u7164\u548c\u94c1\u952d\u6765\u5236\u4f5c\u94a2\u3002 + + +advancements.stage3.stevescartsassembler.title=\u53f2\u8482\u592b\u77ff\u8f66 +advancements.stage3.stevescartsassembler.description=\u77ff\u8f66\u88c5\u914d\u673a\u5c06\u5141\u8bb8\u4f60\u7ec4\u88c5\u4e00\u4e2a\u6a21\u5757\u5316\u77ff\u8f66\u3002\u8c28\u8bb0\uff0c\u4f60\u53ef\u4ee5\u5236\u4f5c\u5347\u7ea7\u914d\u4ef6\u5e76\u901a\u8fc7shift\u53f3\u952e\u5c06\u5b83\u4eec\u9644\u52a0\u5230\u88c5\u914d\u673a\u7684\u5916\u90e8\uff0c\u4ee5\u52a0\u5feb\u751f\u4ea7\u65f6\u95f4\u6216\u4f7f\u7528\u5176\u4ed6\u529f\u80fd\u3002 + + +advancements.stage3.vacuumtube.title=\u771f\u7a7a\u7ba1 +advancements.stage3.vacuumtube.description=\u5728\u5de5\u7a0b\u5e08\u88c5\u914d\u53f0\u4e2d\u5236\u4f5c\u771f\u7a7a\u7ba1 + + +advancements.stage3.viescraft.title=\u98de\u884c\uff01 +advancements.stage3.viescraft.description=\u4f7f\u7528\u6240\u6709\u53d1\u52a8\u673a\u7684\u7269\u54c1\u5236\u4f5c\u4e00\u8258v1\u98de\u8239\u3002\u6253\u5f00gui\uff0c\u770b\u770b\u4f60\u80fd\u5347\u7ea7\u4ec0\u4e48\uff0c\u5e76\u5b9a\u5236\u4f60\u98de\u8239\u7684\u5916\u89c2 + + +advancements.stage3.waterwheel.title=\u6c34\u8f66 +advancements.stage3.waterwheel.description=\u5c06\u6c34\u8f66\u8fde\u63a5\u5230\u52a8\u80fd\u53d1\u7535\u673a\u6765\u4ea7\u751f\u80fd\u91cf + + +advancements.stage3.windmill.title=\u98ce\u8f66\uff01 +advancements.stage3.windmill.description=\u5c06\u98ce\u8f66\u548c\u52a8\u80fd\u53d1\u7535\u673a\u8fde\u63a5\u8d77\u6765\u4ea7\u751f\u80fd\u91cf + + +advancements.stage3.wire.title=\u5bfc\u7ebf +advancements.stage3.wire.description=\u4f60\u6709\u80fd\u91cf\u4e86\uff0c\u73b0\u5728\u4f60\u9700\u8981\u5728\u57fa\u5730\u5468\u56f4\u4f20\u8f93\u5b83\uff01 + + +advancements.stage3.wireshock.title=\u4e00\u79cd\u7528\u7535\u65b9\u6848 +advancements.stage3.wireshock.description=direwire\u5b89\u88c5\u53ef\u80fd\u4f1a\u5bfc\u81f4\u5f88\u591a\u4ee4\u4eba\u9707\u60ca\u7684\u4e8b\u60c5\u3002\u6240\u4ee5\u4f60\u73b0\u5728\u53ef\u4ee5\u9694\u7edd\u4f60\u7684\u7535\u7ebf\u3002\u4f46\u5b83\u65e0\u6cd5\u89e3\u51b3direwire\u7684\u5b89\u88c5\u95ee\u9898\u3002 + + +advancements.stage3.woodhull.title=\u53f2\u8482\u592b\u77ff\u8f66\u7684\u6728\u5236\u5916\u58f3 +advancements.stage3.woodhull.description=\u5236\u4f5c\u6728\u5236\u5916\u58f3\uff0c\u6765\u505a\u4e00\u4e2a\u6700\u57fa\u7840\u7684\u53f2\u8482\u592b\u77ff\u8f66 + + +advancements.stage3.workbench.title=\u5de5\u7a0b\u5e08\u88c5\u914d\u53f0 +advancements.stage3.workbench.description=\u5236\u4f5c\u4e00\u4e2a\u5de5\u7a0b\u5e08\u88c5\u914d\u53f0\uff0c\u5e76\u4ece\u84dd\u56fe\u4e0a\u5236\u4f5c\u5176\u4ed6\u7269\u54c1\u3002 + + +# stage 4 +advancements.stage4.adapter.title=\u4e0d\u8981\u4f4e\u4f30\u6211\u7684\u529b\u91cf +advancements.stage4.adapter.description=\u5f53\u4f60\u65e0\u6cd5\u5728\u4e0d\u540c\u7684mod\u4e4b\u95f4\u4f20\u8f93\u80fd\u91cf\u65f6\uff0c\u80fd\u91cf\u9002\u914d\u5668\u53ef\u4ee5\u5e2e\u52a9\u4f60\u8f6c\u6362\u3002 + + +advancements.stage4.ae2panel.title=\u5e94\u7528\u80fd\u6e90 +advancements.stage4.ae2panel.description=\u5236\u4f5c\u4e00\u4e2ame\u7ec8\u7aef\uff0c\u5e76\u5728\u5e94\u7528\u80fd\u6e90\u548c\u7cbe\u81f4\u50a8\u5b58\u4e4b\u95f4\u9009\u62e9\uff0c\u4e5f\u53ef\u4ee5\u4e24\u8005\u517c\u6709\uff01 + + +advancements.stage4.amadrontablet.title=amadron\u5e73\u677f\u7535\u8111 +advancements.stage4.amadrontablet.description=\u7528\u5145\u80fd\u7ad9\u5bf9amadron\u5e73\u677f\u7535\u8111\u8fdb\u884c\u5145\u6c14\uff0c\u7136\u540e\u7528\u5b83\u6765\u8ba2\u8d2d\u7269\u54c1\u3002\u786e\u4fdd\u901a\u8fc7\u4f7f\u7528shift\u53f3\u952e\u5355\u51fb\u7bb1\u5b50\u6216\u50a8\u5b58\u6d41\u4f53\u6765\u8bbe\u7f6e\u4e0a\u95e8\u6536\u4ef6\u4e0e\u6536\u83b7\u4f4d\u7f6e\u3002 + + +advancements.stage4.ardite.title=\u963f\u8fea\u7279\u77ff\u77f3 +advancements.stage4.ardite.description=\u5728\u4e0b\u5c4a\u5bfb\u627e\u963f\u8fea\u7279\u77ff\u77f3\u5e76\u7528\u6316\u6398\u7b49\u7ea7\u4e3a\u94b4\uff08cobalt\uff09\u7684\u9550\u6316\u6398\u3002 + + +advancements.stage4.blockheads1.title=\u73b0\u4ee3\u5316\u53a8\u623f +advancements.stage4.blockheads1.description=\u5728\u7194\u7089\u91cc\u70f9\u996a\u98df\u7269\u662f\u6709\u70b9\u9ebb\u70e6\uff0c\u5728\u4f60\u5bb6\u91cc\u5b89\u88c5\u65b0\u53a8\u623f\u3002\u4ece\u300a\u50bb\u74dc\u70f9\u996a\u624b\u518ci\u300b\u4e2d\u5f00\u59cb\u4f60\u7684\u70f9\u996a\u5427\uff01 + + +advancements.stage4.blockheads2.title=\u7ee7\u7eed\u524d\u8fdb\uff01 +advancements.stage4.blockheads2.description=\u4f7f\u7528\u300a\u50bb\u74dc\u70f9\u996a\u624b\u518cii\u300b\u80fd\u591f\u4f7f\u7528\u80cc\u5305\u4e2d\u7684\u98df\u6750\u70f9\u996a\u98df\u7269\uff0c\u6216\u8005\u4f5c\u4e3a\u70f9\u996a\u7684\u5de5\u5177\u3002 + + +advancements.stage4.blockheads3.title=\u5b8c\u6574\u7684\u53a8\u623f +advancements.stage4.blockheads3.description=\u50bb\u74dc\u70f9\u996amod\u662f\u4e00\u4e2a\u591a\u65b9\u5757\u7684\u6a21\u7ec4\uff0c\u5728\u5f7c\u6b64\u76f8\u90bb\u653e\u7f6e\u65f6\u90fd\u624d\u80fd\u6709\u66f4\u591a\u7684\u529f\u80fd\u3002\u5236\u4f5c\u548c\u653e\u7f6e\u4e00\u4e2a\u70f9\u996a\u684c\u540e\u5f00\u59cb\u4f60\u7684\u70f9\u996a\u3002\u7136\u540e\u4f60\u53ef\u4ee5\u653e\u7f6e\u70e4\u7bb1\u3001\u51b0\u7bb1\u3001\u6c34\u69fd\u548c\u5176\u4ed6\u7269\u54c1\u4ee5\u83b7\u5f97\u66f4\u591a\u7684\u529f\u80fd\u3002 + + +advancements.stage4.certusquartz.title=\u77f3\u82f1\u77ff +advancements.stage4.certusquartz.description=\u627e\u5230\u4e00\u4e2a\u5728\u5730\u8868\u7684\u77f3\u82f1\u6837\u672c\uff0c\u5e76\u6316\u6398\u5404\u79cd\u77f3\u82f1\uff01\u901a\u5e38\u5728y\u503c6%7e40\u7684\u5730\u65b9 + + +advancements.stage4.cobalt.title=\u94b4\u77ff\u77f3 +advancements.stage4.cobalt.description=\u5728\u4e0b\u754c\u627e\u5230\u548c\u6316\u6398\u94b4\u77ff\u77f3\uff01 + + +advancements.stage4.compressediron.title=\u538b\u529b\u4e4b\u4e0b +advancements.stage4.compressediron.description=\u5236\u4f5c\u4e00\u4e2a\u661f\u7cfbmod\u7684\u538b\u7f29\u673a\uff0c\u7528\u5b83\u6765\u5236\u4f5c\u538b\u7f29\u91d1\u5c5e\u677f + + +advancements.stage4.compressor.title=\u672b\u5f71\u5408\u91d1\uff08\u9ad8\u7ea7\uff09 +advancements.stage4.compressor.description=\u5236\u4f5c\u4e00\u4e2a\u661f\u7cfbmod\u7684\u538b\u7f29\u673a\uff0c\u7528\u5b83\u6765\u5236\u4f5c\u538b\u7f29\u91d1\u5c5e\u677f + + +advancements.stage4.endcrystal.title=\u8f6c\u4e16 +advancements.stage4.endcrystal.description=\u5982\u679c\u4f60\u60f3\u590d\u6d3b\u672b\u5f71\u9f99\uff0c\u5236\u4f5c4\u4e2a\u672b\u5f71\u6c34\u6676\uff0c\u5e76\u628a\u5b83\u4eec\u653e\u5728\u672b\u5730\u7684\u51fa\u53e3\u3002\u6bcf\u4e2a\u6c34\u6676\u9700\u8981\u653e\u7f6e\u57283\u4e2a\u57fa\u5ca9\u7684\u4e2d\u95f4\u3002 + + +advancements.stage4.enderalloy1.title=\u672b\u5f71\u5408\u91d1 +advancements.stage4.enderalloy1.description=\u5728\u672b\u5730\u4e2d\u6253\u8d25\u672b\u5f71\u9f99\u548c\u6316\u6398\u4e9b\u672b\u5f71\u4e91\u6bcd\uff0c\u53ef\u7528\u6765\u5236\u4f5c\u672b\u5f71\u5408\u91d1\uff08\u57fa\u7840\uff09 + + +advancements.stage4.enderalloy2.title=\u672b\u5f71\u5408\u91d1\uff08\u589e\u5f3a\uff09 +advancements.stage4.enderalloy2.description=\u5728\u672b\u5730\u4e2d\u627e\u5230\u7d2b\u9882\u679c\uff0c\u53ef\u7528\u6765\u5236\u4f5c\u672b\u5f71\u5408\u91d1\uff08\u589e\u5f3a\uff09 + + +advancements.stage4.enderalloy3.title=\u672b\u5f71\u5408\u91d1\uff08\u9ad8\u7ea7\uff09 +advancements.stage4.enderalloy3.description=\u5728\u672b\u5730\u4e2d\u627e\u5230\u6f5c\u5f71\u58f3\uff0c\u672b\u5730\u70db\u548c\u7d2b\u73c0\u5757\uff0c\u53ef\u7528\u6765\u5236\u4f5c\u672b\u5f71\u5408\u91d1\uff08\u9ad8\u7ea7\uff09 + + +advancements.stage4.endercrafter.title=\u672b\u5f71\u5408\u6210\u53f0 +advancements.stage4.endercrafter.description=\u5236\u4f5c\u672b\u5f71\u5408\u6210\u53f0\u548c\u672b\u5f71\u53d1\u7535\u673a\u6765\u8fdb\u884c\u8fdb\u9636\u7684\u5408\u6210 + + +advancements.stage4.extendedcraftingelite.title=\u7cbe\u82f1\u5de5\u4f5c\u53f0 +advancements.stage4.extendedcraftingelite.description=\u6709\u4e9b\u5408\u6210\u9700\u8981\u66f4\u591a\u7684\u7a7a\u95f4\u3002\u5236\u4f5c\u4e00\u4e2a\u7cbe\u82f1\u5de5\u4f5c\u53f0\u5427\uff01 + + +advancements.stage4.fuelloader.title=\u586b\u6ee1\u5979 +advancements.stage4.fuelloader.description=\u5728\u706b\u7bad\u8d77\u98de\u524d\u9700\u8981\u7528\u71c3\u6599\u88c5\u8f7d\u673a\u4e3a\u5b83\u52a0\u6cb9 + + +advancements.stage4.inscriber.title=\u538b\u5370\u4e2d... +advancements.stage4.inscriber.description=\u5236\u4f5c\u4e00\u4e2a\u538b\u5370\u673a\uff0c\u5b83\u53ef\u4ee5\u538b\u5236\u6a21\u677f\u548c\u5904\u7406\u5668\u4ee5\u53ca\u5176\u4ed6\u673a\u5668 + + +advancements.stage4.laserassembly.title=\u7ec4\u88c5\u7a0b\u5e8f\u8bbe\u8ba1 +advancements.stage4.laserassembly.description=\u8ba2\u8d2d\u7ec4\u88c5\u7a0b\u5e8f\uff1a\u4eceamadron\u5e73\u677f\u7535\u8111\u4e2d\u8ba2\u53d6 + + +advancements.stage4.launchpad.title=\u63a8\u8fdb\u5668\u542f\u52a8\uff01 +advancements.stage4.launchpad.description=\u5728\u706b\u7bad\u8d77\u98de\u65f6\uff0c\u4f60\u9700\u8981\u57283x3\u7684\u5730\u65b9\u653e\u7f6e9\u4e2a\u706b\u7bad\u53d1\u5c04\u5e73\u53f0\uff0c\u7136\u540e\u5c06\u706b\u7bad\u653e\u5728\u5e73\u53f0\u4e2d\u5fc3\u3002 + + +advancements.stage4.machinecasing.title=\u673a\u68b0\u5916\u58f3 +advancements.stage4.machinecasing.description=\u9ad8\u7ea7\u7684\u673a\u5668\u9700\u8981\u66f4\u590d\u6742\u7684\u673a\u68b0\u5916\u58f3 + + +advancements.stage4.manyullyn.title=\u739b\u7389\u7075 +advancements.stage4.manyullyn.description=\u5728\u51b6\u70bc\u7089\u4e2d\u878d\u5408\u963f\u8fea\u7279\u4e0e\u94b4\u6765\u521b\u9020\u51fa\u739b\u7389\u7075\u3002 + + +advancements.stage4.moon.title=\u62b5\u8fbe\u6708\u7403\uff01 +advancements.stage4.moon.description=\u53d1\u5c04\u706b\u7bad\u5e76\u964d\u843d\u5728\u6708\u7403\u4e0a + + +advancements.stage4.nasaworkbench.title=\u57fa\u7840\u592a\u7a7a\u8ba1\u5212 +advancements.stage4.nasaworkbench.description=\u5236\u4f5c\u4e00\u4e2anasa\u5de5\u7a0b\u53f0\u5f00\u59cb\u4f60\u7684\u6708\u7403\u4e4b\u65c5 + + +advancements.stage4.oxygencollector.title=\u5305\u62ec\u6c27\u6c14 +advancements.stage4.oxygencollector.description=\u4e3a\u4e86\u5236\u4f5c\u661f\u7cfbmod\u7684\u71c3\u6cb9\uff0c\u4f60\u9700\u8981\u5728\u6c89\u6d78\u5de5\u827a\u7684\u70bc\u6cb9\u5382\u4e2d\u5c06\u7164\u6cb9\u548c\u6c27\u6c14\u7ed3\u5408\u3002\u6c27\u6c14\u6700\u521d\u53ef\u4ee5\u88ab\u6c27\u6c14\u6536\u96c6\u5668\u6536\u96c6\u3002 + + +advancements.stage4.plasticmixer.title=\u5851\u6599\u5851\u5f62\u673a +advancements.stage4.plasticmixer.description=\u5236\u4f5c\u6a21\u5757\u5316\u673a\u68b0\uff08modular machinery\uff09\u7684\u5851\u6599\u5851\u5f62\u673a\uff0c\u4f7f\u7194\u878d\u5851\u6599\uff08plastic\uff09\u5851\u5f62\u6210\u5851\u6599\u7247 + + +advancements.stage4.presses.title=\u4fdd\u6301\u538b\u5370 +advancements.stage4.presses.description=\u627e\u5230\u538b\u5370\u673a\u6240\u9700\u5de5\u7a0b\u538b\u5370\u6a21\u677f\u3001\u903b\u8f91\u538b\u5370\u6a21\u677f\u548c\u7845\u538b\u5370\u6a21\u677f\uff0c\u662f\u5e94\u7528\u80fd\u6e90\uff08ae2\uff09\u548c\u7cbe\u81f4\u50a8\u5b58\uff08rs\uff09\u6240\u9700\u8981\u7684\u6750\u6599\u3002 + + +advancements.stage4.pressurechamberwall.title=\u538b\u529b\u5ba4 +advancements.stage4.pressurechamberwall.description=\u5236\u4f5c\u538b\u529b\u5ba4\u5899\u58c1\u5e76\u5efa\u7b51\u4e00\u4e2a\u6c14\u52a8\u5de5\u827a\u7684\u538b\u529b\u5ba4 + + +advancements.stage4.printedcircuitboard.title=\u5370\u5237\u7535\u8def\u677f +advancements.stage4.printedcircuitboard.description=\u4f7f\u7528\u4f60\u7684\u6c14\u52a8\u88c5\u7f6e\uff0c\u521b\u5efa\u4e00\u4e2a\u5370\u5237\u7535\u8def\u677f + + +advancements.stage4.prospector4.title=4\u7ea7\u63a2\u77ff\u8005 +advancements.stage4.prospector4.description=\u5236\u4f5c\u4e00\u4e2a\u9ad8\u7ea7\u77ff\u77f3\u52d8\u63a2\u5668\u6765\u5e2e\u4f60\u5b9a\u4f4d\u9636\u6bb54\u4e2d\u7684\u77ff\u77f3 + + +advancements.stage4.root.title=\u7b2c\u56db\u7eaa\u5143 +advancements.stage4.root.description=\u6b22\u8fce\u6765\u5230\u7b2c\u56db\u7eaa\u5143\uff01 + + +advancements.stage4.rsgrid.title=\u7cbe\u81f4\u50a8\u5b58 +advancements.stage4.rsgrid.description=\u5236\u4f5c\u4e00\u4e2a\u7cbe\u81f4\u50a8\u5b58\uff08rs\uff09\u7684\u7ec8\u7aef\uff0c\u5e76\u5728\u5e94\u7528\u80fd\u6e90\u548c\u7cbe\u81f4\u50a8\u5b58\u4e4b\u95f4\u9009\u62e9\uff0c\u4e5f\u53ef\u4ee5\u4e24\u8005\u517c\u6709\uff01 + + +advancements.stage4.silicon.title=\u7845\u77ff\u77f3 +advancements.stage4.silicon.description=\u627e\u5230\u4e00\u4e2a\u5728\u5730\u8868\u7684\u7845\u6837\u672c\uff0c\u5e76\u6316\u6398\u539f\u751f\u7845\uff01\u901a\u5e38\u5728y\u503c24%7e48\u7684\u5730\u65b9 + + +advancements.stage4.solidendereye.title=\u53ef\u91cd\u590d\u4f7f\u7528\u7684\u773c\u775b +advancements.stage4.solidendereye.description=\u5236\u4f5c\u4e00\u4e2a\u56fa\u6001\u672b\u5f71\u4e4b\u773c\uff0c\u80fd\u66f4\u5bb9\u6613\u7684\u627e\u5230\u672b\u5730\u95e8 + + +advancements.stage4.spacesuit.title=\u7a7f\u7740\u7280\u5229\u7684\u7537\u4eba +advancements.stage4.spacesuit.description=\u5236\u4f5c\u4e00\u6574\u59571\u9636\u592a\u7a7a\u670d\uff0c\u4ee5\u9632\u4f60\u767b\u6708\u65f6\u53d7\u5230\u538b\u529b\u548c\u8f90\u5c04 + + +advancements.stage4.t1rocket.title=\u706b\u7bad\u98de\u8239 +advancements.stage4.t1rocket.description=\u5236\u4f5c\u4e00\u8258\u4e00\u9636\u706b\u7bad + + +advancements.stage4.theend.title=\u524d\u5f80\u672b\u5730 +advancements.stage4.theend.description=\u627e\u5230\u5e76\u8fdb\u5165\u672b\u5730\u3002 + + +# stage 5 +advancements.stage5.charger3.title=\u6781\u901f\u5145\u7535 +advancements.stage5.charger3.description=\u4e09\u7ea7\u5145\u7535\u5668\u80fd\u591f\u8ba9\u4f60\u6bd4\u5148\u524d\u7b49\u7ea7\u7684\u5145\u7535\u5668\u66f4\u4e3a\u5feb\u901f\u7684\u5145\u80fd\u7269\u54c1 + + +advancements.stage5.cheese.title=\u6708\u4eae\u662f\u5976\u916a\u505a\u7684 +advancements.stage5.cheese.description=\u5976\u916a\u80fd\u591f\u975e\u5e38\u7f55\u89c1\u7684\u5728\u6708\u7403\u4e0a\u53d1\u73b0\uff0c\u5c31\u50cf\u5176\u4ed6\u6708\u7403\u4e0a\u7684\u77ff\u77f3\uff0c\u91c7\u77f3\u573a\u80fd\u591f\u76f4\u63a5\u6316\u6398\u5b83\u3002 + + +advancements.stage5.compactmachines.title=\u5c0f\u578b\u5316\u5de5\u7a0b +advancements.stage5.compactmachines.description=\u60f3\u521b\u5efa\u81ea\u5df1\u7684\u968f\u8eab\u7a7a\u95f4\u5e76\u89e3\u9501\u53e6\u4e00\u4e2a\u673a\u7bb1\u5408\u6210\u8868\u5417\uff1f\u5236\u4f5c\u5e76\u653e\u7f6e\u7a7a\u95f4\u538b\u7f29\u673a\u68b0\u9886\u57df\u6295\u5f71\u5668\u6765\u5f00\u59cb\u8fd9\u4e2a\u5de5\u7a0b + + +advancements.stage5.creativecompressor.title=\u521b\u9020\u6a21\u5f0f\u538b\u7f29\u673a +advancements.stage5.creativecompressor.description=\u5408\u6210\u4e00\u4e2a\u6c14\u52a8\u5de5\u827a\uff08pneumaticraft\uff09\u7684\u521b\u9020\u6a21\u5f0f\u538b\u7f29\u673a + + +advancements.stage5.creativeenergycube.title=\u521b\u9020\u80fd\u91cf\u7acb\u65b9 +advancements.stage5.creativeenergycube.description=\u5408\u6210\u4e00\u4e2a\u901a\u7528\u673a\u68b0\uff08mekanism\uff09\u7684\u521b\u9020\u80fd\u91cf\u7acb\u65b9 + + +advancements.stage5.creativefluidtank.title=\u521b\u9020\u6db2\u4f53\u50a8\u7f50 +advancements.stage5.creativefluidtank.description=\u5408\u6210\u4e00\u4e2a\u901a\u7528\u673a\u68b0\uff08mekanism\uff09\u7684\u521b\u9020\u6db2\u4f53\u50a8\u7f50 + + +advancements.stage5.creativejetpack.title=\u521b\u9020\u6a21\u5f0f\u55b7\u5c04\u80cc\u5305 +advancements.stage5.creativejetpack.description=\u5408\u6210\u4e00\u4e2a\u521b\u9020\u6a21\u5f0f\u55b7\u5c04\u80cc\u5305 + + +advancements.stage5.creativemodifer.title=\u521b\u9020\u5f3a\u5316 +advancements.stage5.creativemodifer.description=\u5408\u6210\u4e00\u4e2a\u5320\u9b42\u6a21\u7ec4\u7684\u521b\u9020\u5f3a\u5316 + + +advancements.stage5.desh.title=\u63a2\u7d22\u6234\u65af\u77ff +advancements.stage5.desh.description=\u5728\u706b\u661f\u4e0a\u6316\u6398\u6234\u65af\u77ff + + +advancements.stage5.diamond.title=\u94bb\u77f3\uff01 +advancements.stage5.diamond.description=\u627e\u5bfb\u5730\u9762\u7684\u91d1\u4f2f\u5229\u5ca9\u6837\u672c\u6765\u53d1\u73b0\u94bb\u77f3\u3002\u901a\u5e38\u77ff\u77f3\u4f4d\u4e8ey\u503c2%7e20\u7684\u5730\u65b9 + + +advancements.stage5.diamondjetpack.title=\u94bb\u77f3\u55b7\u5c04\u80cc\u5305 +advancements.stage5.diamondjetpack.description=\u5347\u7ea7\u5230\u94bb\u77f3\u55b7\u5c04\u80cc\u5305 + + +advancements.stage5.electrumjetpack.title=\u7425\u73c0\u91d1\u55b7\u5c04\u80cc\u5305 +advancements.stage5.electrumjetpack.description=\u5408\u6210\u7425\u73c0\u91d1\u55b7\u5c04\u80cc\u5305 + + +advancements.stage5.emerald.title=\u7eff\u5b9d\u77f3\u4e4b\u68a6 +advancements.stage5.emerald.description=\u627e\u5bfb\u5730\u9762\u7684\u7eff\u67f1\u77f3\u6837\u672c\u6765\u53d1\u73b0\u7eff\u5b9d\u77f3\u3002\u901a\u5e38\u77ff\u77f3\u4f4d\u4e8ey\u503c4%7e32\u7684\u5730\u65b9 + + +advancements.stage5.emeraldjetpack.title=\u7eff\u5b9d\u77f3\u55b7\u5c04\u80cc\u5305 +advancements.stage5.emeraldjetpack.description=\u5408\u6210\u4e00\u4e2a\u7eff\u5b9d\u77f3\u55b7\u5c04\u80cc\u5305 + + +advancements.stage5.inferiumessence.title=\u4e0b\u7ea7\u7cbe\u534e +advancements.stage5.inferiumessence.description=\u4e0b\u7ea7\u7cbe\u534e\u662f\u9b54\u6cd5\u519c\u4e1a\u6700\u4e3a\u91cd\u8981\u7684\u8d77\u59cb\u7269\u54c1\u3002\u53ef\u4ee5\u4ece\u5f88\u591a\u5730\u65b9\u641c\u96c6\u6765\u7684\u7269\u54c1\u5408\u6210\u5b83 + + +advancements.stage5.mars.title=\u7ea2\u8272\u661f\u7403 +advancements.stage5.mars.description=\u53d1\u5c04\u706b\u7bad\uff0c\u767b\u9646\u5230\u706b\u661f + + +advancements.stage5.marsrover.title=\u56db\u5904\u6e38\u8361 +advancements.stage5.marsrover.description=\u5728\u706b\u661f\u4e0a\u884c\u8d70\u53ef\u80fd\u4f1a\u5f88\u6162\uff0c\u5408\u6210\u5e76\u4f7f\u7528\u706b\u661f\u6f2b\u6e38\u8f66\uff01\u5feb\u53bb\u5730\u7262\u4e2d\u627e\u5bfbnasa\u5de5\u7a0b\u56fe\u5427\uff01 + + +advancements.stage5.neptune.title=\u6d77\u738b\u661f\uff01 +advancements.stage5.neptune.description=\u53d1\u5c04\u706b\u7bad\uff0c\u767b\u9646\u5230\u6d77\u738b\u661f\u3002\u6536\u96c6\u6d77\u738b\u661f\u5730\u8868\u65b9\u5757\u6765\u5b8c\u6210\u6b64\u8fdb\u5ea6\u3002 + + +advancements.stage5.osmium.title=\u9507\u77ff\u77f3 +advancements.stage5.osmium.description=\u5730\u8868\u627e\u5bfb\u9507\u77ff\u6837\u672c\uff01\u9507\u77ff\u901a\u5e38\u4f4d\u4e8ey\u503c2%7e10\u7684\u5730\u65b9 + + +advancements.stage5.paperclip.title=\u901a\u7528\u56de\u5f62\u9488 +advancements.stage5.paperclip.description=\u5236\u4f5c\u4e16\u754c\u4e0a\u7b2c\u4e00\u4e2a\u56de\u5f62\u9488 + + +advancements.stage5.prospectorstage5.title=\u7ec8\u6781\u77ff\u77f3\u52d8\u63a2\u5668 +advancements.stage5.prospectorstage5.description=\u5408\u6210\u4e00\u4e2a\u7ec8\u6781\u77ff\u77f3\u52d8\u63a2\u5668\uff0c\u627e\u5bfb\u5730\u4e0b\u7684\u6240\u6709\u77ff\u7269 + + +advancements.stage5.prosperityshard.title=\u6d3b\u5316\u6c34\u6676\u788e\u7247 +advancements.stage5.prosperityshard.description=\u6d3b\u5316\u6c34\u6676\u788e\u7247\u662f\u795e\u79d8\u519c\u4e1a\u8fdb\u9636\u6240\u5fc5\u987b\u7684\u4e1c\u897f\u3002\u4f7f\u7528\u5145\u80fd\u53f0\u5408\u6210\u5b83 + + +advancements.stage5.root.title=\u7b2c\u4e94\u7eaa\u5143 +advancements.stage5.root.description=\u6b22\u8fce\u6765\u5230\u4e0b\u4e00\u4e2a\u7eaa\u5143\uff01 + + +advancements.stage5.saturn.title=\u571f\u661f\u5149\u73af +advancements.stage5.saturn.description=\u53d1\u5c04\u53bb\u5f80\u571f\u661f\u7684\u706b\u7bad\u2026\u2026\u7136\u540e\u2026\u2026\u767b\u9646\u2026\u2026\u662f\u7684\u3002\u6536\u96c6\u571f\u661f\u5730\u8868\u65b9\u5757\u6765\u5b8c\u6210\u6b64\u8fdb\u5ea6\u3002 + + +advancements.stage5.scanner.title=\u626b\u63cf\u5668 +advancements.stage5.scanner.description=\u5145\u80fd\u4e4b\u540e\uff0c\u626b\u63cf\u5668\u80fd\u591f\u626b\u63cf\u4f60\u5468\u56f4\u7684\u4e1c\u897f\u3002shift\u70b9\u51fb\u6253\u5f00gui\u53ef\u4ee5\u585e\u5165\u626b\u63cf\u6a21\u5757\u3002\u7136\u540e\u5de6\u51fb\u6765\u5f00\u59cb\u626b\u63cf\u5427 + + +advancements.stage5.skystone.title=\u9668\u77f3 +advancements.stage5.skystone.description=\u6708\u7403\u53d1\u73b0\u7684\u5976\u916a\u80fd\u591f\u5728\u901a\u7528\u673a\u68b0\u7684\u51b6\u91d1\u704c\u6ce8\u673a\u4e2d\u5f3a\u5316\uff0c\u53d8\u6210\u5e94\u7528\u80fd\u6e90\u7684\u9668\u77f3 + + +advancements.stage5.spacesuit4.title=\u6700\u7537\u4eba\u7684\u7a7f\u7740 +advancements.stage5.spacesuit4.description=\u5408\u6210\u5168\u5957\u76844\u9636\u592a\u7a7a\u670d\uff0c\u4ece\u800c\u8ba9\u4f60\u5728\u9065\u8fdc\u661f\u7403\u6781\u9ad8\u7b49\u7ea7\u538b\u529b\u548c\u5f3a\u8f90\u5c04\u73af\u5883\u4e2d\uff0c\u7a7f\u68ad\u81ea\u7531 + + +advancements.stage5.spawnerseeker.title=\u4f60\u662f\u54c8\u5229\uff0c\u5deb\u5e08 +advancements.stage5.spawnerseeker.description=\u5bfb\u627e\u5730\u7262\u6765\u83b7\u53d6\u84dd\u56fe\u53ef\u80fd\u5f88\u56f0\u96be\u3002\u5236\u4f5c\u4e00\u4e2a\u5237\u602a\u7b3c\u63a2\u6d4b\u5668\u6765\u5b9a\u4f4d128\u683c\u8303\u56f4\u5185\u7684\u5237\u602a\u7b3c\u3002 + + +advancements.stage5.t2rocket.title=\u66f4\u5927\uff01\u66f4\u597d\uff01\u66f4\u5feb\uff01 +advancements.stage5.t2rocket.description=\u4fee\u5efa\u4e00\u4e2a\u4e8c\u9636\u706b\u7bad\uff0c\u63a2\u7d22\u66f4\u4e3a\u9065\u8fdc\u7684\u661f\u7a7a + + +advancements.stage5.ultimatecraftingtable.title=\u7ec8\u6781\u5de5\u4f5c\u53f0 +advancements.stage5.ultimatecraftingtable.description=\u5236\u4f5c\u51fa\u7ec8\u6781\u5de5\u4f5c\u53f0\uff0c\u4ece\u800c\u5408\u6210\u5f3a\u5927\u7684\u521b\u9020\u6a21\u5f0f\u7269\u54c1 + + +advancements.stage5.ultimateingot.title=\u7ec8\u6781\u91d1\u5c5e\u952d +advancements.stage5.ultimateingot.description=\u5728\u7cbe\u82f1\u5408\u6210\u53f0\u4e2d\u5408\u6210\u5f88\u591a\u79cd\u952d\uff0c\u83b7\u53d6\u5f97\u5230\u7ec8\u6781\u952d\uff01 + + +advancements.stage5.wirelesscharger.title=\u65e0\u7ebf\u5145\u7535\u5668 +advancements.stage5.wirelesscharger.description=\u65e0\u7ebf\u5145\u7535\u5668\u53ef\u4ee5\u6446\u653e\u5728\u57fa\u5730\u91cc\u9762\uff0c\u975e\u5e38\u65b9\u4fbf\u7684\u4e3a\u4f60\u60f3\u8981\u5145\u80fd\u7684\u6240\u6709\u7269\u54c1\u5145\u80fd + + +############################################### +########## sevtech: ages custom tips ########## +############################################### +mods.tips.tips.1=\u53ea\u6709\u5728\u6cb3\u6d41\u548c\u6d77\u6d0b\u751f\u7269\u7fa4\u7cfb\uff0c\u6c34\u624d\u662f\u65e0\u9650\u7684\u3002 +mods.tips.tips.2=\u4e16\u754c\u751f\u6210\u5b89\u88c5\u903b\u8f91\u4e0a\u7684\u70ed\u91cf\u56fe\u6765\u8fdb\u884c\u7684\u3002\u60f3\u8981\u627e\u5230\u96ea\u539f\u6216\u8005\u6c99\u6f20\uff1f\u671d\u7740\u5357\u5317\u65b9\u5411\u4e00\u76f4\u8d70\u5c31\u80fd\u627e\u5230\uff01 +mods.tips.tips.3=\u884c\u8d70\u7684\u65f6\u5019\uff0c\u73a9\u5bb6\u5750\u6807\u5c31\u4f1a\u6539\u53d8\u3002 +mods.tips.tips.4=\u6709\u5b89\u88c5waila\u6a21\u7ec4\uff0c\u4f46\u662f\u4f60\u9700\u8981\u5728\u8fdb\u5ea6\u4e2d\u89e3\u9501\u624d\u80fd\u4f7f\u7528\uff01 +mods.tips.tips.5=Sevtech \u6709\u5b89\u88c5\u5c0f\u5730\u56fe\uff01\u4f60\u4e0d\u9700\u8981\u81ea\u5df1\u52a0\u4e00\u4e2a\uff01 +mods.tips.tips.6=\u8fde\u9501\u6316\u77ff\u4e5f\u88c5\u5728\u6574\u5408\u4e2d\uff0c\u4f60\u9700\u8981\u5728\u6e38\u620f\u4e2d\u53d1\u73b0\u5e76\u89e3\u9501\u5b83\u3002 +mods.tips.tips.7=\u539f\u7248\u8fdb\u5ea6\u754c\u9762\u80fd\u591f\u6307\u5bfc\u4f60\u6e38\u73a9\u6574\u5408\u3002\u4f60\u53ef\u4ee5\u5728\u539f\u7248\u83dc\u5355\u4e3b\u754c\u9762\uff0c\u6216\u8005\u6309\u4e0b\u201cl\u201d\u6309\u952e\uff08\u9ed8\u8ba4\uff09\u3002 +mods.tips.tips.8=\u70b9\u51fb\u7269\u54c1\u680f\u7684\u80e1\u841d\u535c\u6309\u94ae\u80fd\u591f\u663e\u793a\u4f60\u7684\u8425\u517b\u6c34\u5e73\u3002\u8425\u517b\u6c34\u5e73\u5f88\u9ad8\u65f6\u5019\u80fd\u591f\u5e26\u6765\u6b63\u9762\u6548\u679c\u3002\u53cd\u4e4b\u5c31\u4f1a\u5e26\u6765\u8d1f\u9762\u6548\u679c\u3002 +mods.tips.tips.9=\u89e3\u9501\u65b0\u7684\u9636\u6bb5\u624d\u4f1a\u663e\u793a\u65b0\u7684\u7269\u54c1\uff01 +mods.tips.tips.10=\u89e3\u9501\u4e86\u65b0\u7684\u9636\u6bb5\uff0c\u77ff\u7269\u624d\u4f1a\u663e\u793a\u3002 +mods.tips.tips.11=\u4e0d\u77e5\u9053\u5982\u4f55\u5236\u4f5c\u51fa\u67d0\u4e2a\u7269\u54c1\uff1f\u770b\u770b JEI \uff0c\u90a3\u91cc\u4e5f\u8bb8\u6709\u4f60\u8981\u7684\u7b54\u6848\u3002 +mods.tips.tips.12=\u7279\u5b9a\u65b9\u5757\u4e0a\u73a9\u5bb6\u79fb\u52a8\u901f\u5ea6\u4f1a\u6bd4\u8f83\u5feb\uff0c\u6bd4\u5982\u8349\u5f84\u3002 +mods.tips.tips.13=\u77ff\u7269\u6309\u7167\u5927\u578b\u77ff\u8109\u65b9\u5f0f\u751f\u6210\uff0c\u5728\u4e00\u4e2a\u533a\u5757\u7684\u5730\u9762\u80fd\u591f\u627e\u5230\u4e00\u4e9b\u6837\u672c\uff0c\u4ece\u800c\u63a8\u65ad\u5730\u4e0b\u7684\u77ff\u8109\u79cd\u7c7b\u3002 +mods.tips.tips.14=\u6441\u4e0b F7 \u67e5\u770b\u5730\u8868\u4eae\u5ea6\u7b49\u7ea7\uff0c\u6441\u4e0b F9 \u67e5\u770b\u533a\u5757\u8fb9\u754c\u3002 +mods.tips.tips.15=\u60f3\u8981\u8fdb\u5165\u4e0b\u4e00\u9636\u6bb5\uff1f\u8ddf\u7740\u8fdb\u5ea6\u8d70\u3002 +mods.tips.tips.16=\u5f53\u4f60\u89e3\u9501\u4e86\u65b0\u7684\u9636\u6bb5\uff0c\u624d\u80fd\u591f\u8fdb\u5165\u5176\u4ed6\u7ef4\u5ea6\u3002 +mods.tips.tips.17=\u4e00\u4e9b\u65b9\u5757\u4f1a\u4f2a\u88c5\u6210\u5176\u4ed6\u65b9\u5757\uff0c\u53ea\u6709\u5728\u89e3\u9501\u540e\u624d\u4f1a\u663e\u793a\u3002\u6240\u4ee5\u9002\u65f6\u4f1a\u5230\u4f60\u5148\u524d\u63a2\u7d22\u8fc7\u7684\u5730\u65b9\uff0c\u770b\u770b\u4f60\u80fd\u591f\u53d1\u73b0\u4e9b\u4ec0\u4e48\u65b0\u4e1c\u897f\u3002 +mods.tips.tips.18=\u5de5\u4e1a\u9636\u6bb5\u624d\u80fd\u591f\u89e3\u9501\u53cc\u500d\u77ff\u7269\u3002 +mods.tips.tips.19=\u8fdc\u79bb Glen \uff01\uff01\uff01 +mods.tips.tips.20=\u620f\u521d\u671f\u4e0d\u4f1a\u51fa\u73b0\u5168\u90e8\u654c\u5bf9\u751f\u7269\u3002\u5176\u4e2d\u4e00\u4e9b\u53ea\u4f1a\u5728\u540e\u671f\u751f\u6210\u3002 +mods.tips.tips.21=\u8981\u627e\u5230\u533a\u5757\u4e2d\u77ff\u8109\u7684\u4f4d\u7f6e\uff1f\u4f7f\u7528 prospectors \u6a21\u7ec4\u4e2d\u7684\u7269\u54c1\u5427\u3002 +mods.tips.tips.22=\u65e0\u6cd5\u4f7f\u7528 f3 \u67e5\u770b\u5750\u6807\u3002\u89e3\u9501\u5e76\u4f7f\u7528 info accessories \u53ef\u67e5\u770b\u5750\u6807\uff0c\u4f7f\u7528\u6807\u8bb0\u53ef\u4ee5\u627e\u5230\u65b9\u5411\u3002 +mods.tips.tips.23=\u751f\u540e\u6b7b\u4ea1\u6307\u5357\u9488\u4f1a\u51fa\u73b0\u5728\u4f60\u7684\u7269\u54c1\u680f\u4e2d\u3002\u5b83\u4f1a\u6307\u5f15\u4f60\u627e\u5230\u4f60\u7684\u5893\u7891\u3002 +mods.tips.tips.24=\u62ff\u7740\u94a5\u5319\u5bf9\u7740\u5893\u7891shift\u53f3\u51fb\u5c31\u53ef\u4ee5\u83b7\u5f97\u4f60\u7684\u7269\u54c1\u4e86\u3002 +mods.tips.tips.25=\u7b4f\u662f\u65e9\u671f\u7684\u6c34\u4e0a\u4ea4\u901a\u5de5\u5177\u3002\u5b83\u4eec\u66f4\u6613\u574f\u4e14\u884c\u9a76\u66f4\u7f13\u6162\u3002 +mods.tips.tips.26=\u83ab\u5c3c\u5976\u916a\u9171\uff081 gal\uff09;2 qt \u5168\u8102\u725b\u5976;2 qts \u91cd\u5976\u6cb9;\u9762\u7cca\uff08250\u514b\u9ec4\u6cb9/ 250\u514b\u9762\u7c89\uff09;\u9999\u56ca\uff08\u6d77\u6e7e\uff0c\u80e1\u6912\uff0c\u767e\u91cc\u9999\uff09;\u7b2c\u620e\uff08\u9002\u91cf\uff09;\u5207\u788e\u7684\u5e72\u916a\uff08\u5927\u91cf/\u5473\u9053\uff09;\u5c06\u725b\u5976/\u5976\u6cb9/\u5c0f\u888b\u716e\u6cb8\uff08\u53bb\u9664\u5c0f\u888b\uff09\u7136\u540e\u51cf\u5c11\u70ed\u91cf\uff0c\u6162\u6162\u52a0\u5165\u9762\u7cca\uff08\u5e94\u8be5\u662f\u91d1\u53d1\uff09\u5e76\u6405\u62cc\u76f4\u81f3\u5438\u6536\uff0c\u52a0\u5165\u7b2c\u620e\u548c\u5207\u788e\u7684\u5976\u916a\u5473\u9053 +mods.tips.tips.27=\u94a5\u5319\u653e\u5728\u526f\u624b\u4f1a\u81ea\u52a8\u5c06\u65b0\u653e\u7f6e\u7684\u50a8\u7269\u62bd\u5c49\u4e0a\u9501\u3002 +mods.tips.tips.28=\u5c3d\u91cf\u4e0d\u8981\u8ba9\u9a6c\u529b\u5de5\u5177\u548c\u9a6c\u6a2a\u8de8\u533a\u5757\u8fb9\u754c\u3002 diff --git a/resources/sevtechages/lang/zh_tw.lang b/resources/sevtechages/lang/zh_tw.lang new file mode 100644 index 0000000..817680a --- /dev/null +++ b/resources/sevtechages/lang/zh_tw.lang @@ -0,0 +1,1037 @@ +#PARSE_ESCAPES +############################################### +###### sevtech: ages custom advancements ###### +############################################### +# stage 0 +advancements.stage0.abyssalbiome.title=\u8e0f\u5165\u9ed1\u6697\u4e4b\u5730 +advancements.stage0.abyssalbiome.description=\u627e\u5230\u4e26\u9032\u5165\u4e00\u500b\u6df1\u6df5\u570b\u5ea6\u9ed1\u6697\u751f\u614b\u57df\u3002 \u4f7f\u7528\u751f\u614b\u57df\u7f85\u76e4\u5e6b\u52a9\u627e\u5230\u60a8\u8981\u5c0b\u627e\u7684\u751f\u614b\u57df + + +advancements.stage0.abyssalgem.title=\u9ed1\u6697\u5bf6\u77f3 +advancements.stage0.abyssalgem.description=\u64ca\u6bba\u4e00\u96bb\u7522\u751f\u5728\u9ed1\u6697\u4e4b\u5730\u7684\u9670\u5f71\u751f\u7269\u4f86\u7372\u53d6\u4e00\u9846\u9670\u5f71\u5bf6\u77f3\u3002 \u8f03\u5c0f\u7684\u9670\u5f71\u751f\u7269\u6389\u843d\u7684\u5bf6\u77f3\u8f03\u5c0f\uff0c \u66f4\u5371\u96aa\u7684\u9670\u5f71\u751f\u7269\u5247\u6703\u6389\u843d\u5b8c\u6574\u7684\u9670\u5f71\u5bf6\u77f3 + + +advancements.stage0.atlas.title=\u5931\u800c\u5fa9\u5f97 +advancements.stage0.atlas.description=\u5f9e\u4e00\u9ede\u9663\u5716\u66f8\u7ba1\u7406\u54e1/\u88fd\u5716\u5e2b\u6751\u6c11 \u90a3\u88e1\u63db\u53d6\u4e00\u4efd\u53e4\u4ee3\u5730\u5716 + + +advancements.stage0.baykok.title=\u6050\u6016\u7684boss\u6230 +advancements.stage0.baykok.description=\u901a\u904e\u4e00\u5834\u5716\u9a30\u5100\u5f0f\u53ec\u559a\u4e26\u64ca\u6557\u8c9d\u67ef\u514b\u4ee5\u7372\u53d6\u4ed6\u624b\u4e2d\u5f37\u5927\u7684\u5f13\uff0c \u540c\u6642\u4f60\u6703\u66f4\u65e9\u89e3\u9396\u9060\u7aef\u6b66\u5668 + + +advancements.stage0.buffalo.title=\u9060\u53e4\u52d5\u7269 +advancements.stage0.buffalo.description=\u91ce\u725b\u80fd\u7d66\u7375\u4eba\u63d0\u4f9b\u8a31\u591a\u73cd\u8cb4\u8cc7\u6e90\u3002 \u901a\u904e\u4e00\u5834\u5716\u9a30\u5100\u5f0f\u5c31\u53ef\u4ee5\u53ec\u559a\u5b83\u5011\u3002 \u6536\u96c6\u5b83\u5011\u7684\u76ae\u548c\u7259\u9f52\uff0c\u67e5\u8a62\u5716\u9a30\u767e\u79d1\u5168\u66f8\u4ee5\u7372\u53d6\u66f4\u591a\u8cc7\u8a0a + + +advancements.stage0.charcoal.title=\u58d3\u58d3\u66f4\u5065\u5eb7 +advancements.stage0.charcoal.description=\u7528\u99ac\u529b\u58d3\u69a8\u6a5f\u4f86\u5c07\u6728\u70ad\u58d3\u6210\u4e00\u500b\u66f4\u5927\u7684\u65b9\u584a + + +advancements.stage0.chestupgrade.title=\u5132\u5b58\u5347\u7d1a +advancements.stage0.chestupgrade.description=\u628a\u4f60\u90a3\u7834\u820a\u7684\u7bb1\u5b50\u6254\u4e86\u5427\uff0c \u662f\u6642\u5019\u63db\u500b\u66f4\u597d\u7684\u7bb1\u5b50\u4e86 + + +advancements.stage0.collectplank.title=\u7827\u677f\u4e4b\u4e0a +advancements.stage0.collectplank.description=\u7528\u539f\u6728\u5408\u6210\u4e00\u500b\u7827\u677f\u5c07\u539f\u6728/\u6728\u677f\u653e\u5728\u7827\u677f\u4e0a\uff0c \u7528\u65a7\u982d\u5de6\u9375\u5c31\u53ef\u780d\u6210\u6728\u677f/\u6728\u68d2 + + +advancements.stage0.farmland.title=\u6388\u4eba\u4ee5\u7530 +advancements.stage0.farmland.description=\u5728\u4e00\u4f4d\u8fb2\u592b\u6751\u6c11\u90a3\u88e1\u63db\u53d6\u8015\u5730\u4ee5\u5b78\u7fd2\u7a2e\u5730\u7684\u77e5\u8b58\u3002 \u5728\u968e\u6bb50\uff0c\u4f60\u7121\u6cd5\u4f7f\u7528\u92e4\u982d\u76f4\u63a5\u92e4\u5730\uff0c \u4f60\u53ea\u80fd\u5408\u6210\u8015\u5730\u4e26\u5c07\u5176\u653e\u7f6e\u5728\u6c34\u908a + + +advancements.stage0.fertility.title=\u6625\u4e4b\u796d +advancements.stage0.fertility.description=\u7576\u6625\u65e5\u796d\u5100\u5f0f\u9032\u884c\u6642\uff0c\u5982\u679c\u4f60\u628a\u98df\u7269\u653e\u5728\u5716\u9a30\u9644\u8fd1\u7684\u5730\u4e0a\uff0c\u9644\u8fd1\u7684\u52d5\u7269\u5c31\u6703\u7e41\u6b96\u3002 + + +advancements.stage0.fiber.title=\u7e96\u7dad\u98f2\u98df +advancements.stage0.fiber.description=\u5982\u679c\u4f60\u8981\u958b\u59cb\u767c\u5c55\uff0c\u5c31\u5f97\u5148\u6253\u8349\u4ee5\u7372\u53d6\u690d\u7269\u7e96\u7dad \u5c07\u4e09\u500b\u7e96\u7dad\u5408\u6210\u5728\u4e00\u8d77\u4ee5\u7372\u53d6\u690d\u7269\u7e96\u7dad\u7e69\uff0c\u6728\u68d2\u53ef\u4ee5\u901a\u904e\u7834\u58de\u6a39\u8449\u7372\u5f97 \u4e5f\u53ef\u4ee5\u76f4\u63a5\u5728\u5730\u4e0a\u627e\u5230 + + +advancements.stage0.fire.title=\u6211\u7d42\u65bc\u751f\u8d77\u706b\u4e86! +advancements.stage0.fire.description=\u96d9\u624b\u5404\u6301\u4e00\u6839\u524a\u904e\u7684\u6728\u68d2\uff0c \u53f3\u9375\u4e00\u500b\u65b9\u584a\u5373\u53ef\u751f\u706b + + +advancements.stage0.firepit.title=\u706b! +advancements.stage0.firepit.description=\u7528\u77f3\u5b50\u3001\u7e69\u5b50\u548c\u6728\u68d2\u5408\u6210\u4e00\u500b\u706b\u5806\uff0c \u7528\u4e00\u822c\u71c3\u6599\u53f3\u9375\u5c31\u53ef\u4ee5\u9ede\u8457\u706b\u5806\uff0c \u5c07\u8981\u70e4\u7684\u7269\u54c1\u53f3\u9375\u653e\u5165\u5c31\u53ef\u70e4\u5236 + + +advancements.stage0.firstbreak.title=\u7a74\u5c45\u4eba\u8a0e\u53ad\u6728\u982d! +advancements.stage0.firstbreak.description=\u7a7a\u624b\u64fc\u6a39\u4e0d\u50c5\u4e0d\u6703\u6389\u843d\u6728\u982d\u9084\u6703\u53d7\u50b7! \u4f60\u5f97\u4f7f\u7528\u5408\u9069\u7684\u5de5\u5177 + + +advancements.stage0.firstchest.title=\u5b58\u6771\u897f\u7684\u5730\u65b9 +advancements.stage0.firstchest.description=\u7528\u6728\u982d\u5408\u6210\u4e00\u500b\u7bb1\u5b50\u4f86\u5b58\u653e\u4f60\u7684\u7269\u54c1 + + +advancements.stage0.firsttool.title=\u7368\u81ea\u4e00\u4eba \u592a\u904e\u5371\u96aa +advancements.stage0.firsttool.description=\u5408\u6210\u4e00\u628a\u71e7\u77f3\u624b\u65a7 \u9019\u6a23\u4f60\u624d\u80fd\u780d\u6a39 + + +advancements.stage0.fish.title=\u9577\u77db\u6355\u9b5a\u6cd5 +advancements.stage0.fish.description=\u4f7f\u7528\u4f60\u7684\u77db\u6216\u5176\u4ed6\u5de5\u5177\u4f86\u6355\u9b5a \u597d\u597d\u98fd\u9910\u4e00\u9813\u5427! + + +advancements.stage0.flamehopper.title=\u7099\u70e4\u7684\u5bf6\u8c9d +advancements.stage0.flamehopper.description=\u4e00\u500b\u53ef\u4ee5\u70ba\u5176\u4e0a\u65b9\u65b9\u584a\u63d0\u4f9b\u71b1\u91cf\u7684\u6599\u6597 + + +advancements.stage0.flintknapp.title=\u6253\u78e8\u71e7\u77f3 +advancements.stage0.flintknapp.description=\u624b\u6301\u71e7\u77f3\u5de6\u9375\u77f3\u982d\u4ee5\u7372\u53d6\u525d\u71e7\u77f3\u7247 \u624b\u6301\u71e7\u77f3\u7247\u5de6\u9375\u77f3\u982d\u5247\u6703\u7d66\u4f60\u4e00\u500b\u71e7\u77f3\u7247\u5c16 + + +advancements.stage0.fluidbladder.title=\u7e3d\u6bd4\u4ec0\u9ebc\u90fd\u6c92\u6709\u5f37 +advancements.stage0.fluidbladder.description=\u65e2\u7136\u4f60\u73fe\u5728\u6c92\u6709\u6c34\u6876 \u90a3\u5c31\u5148\u505a\u4e00\u500b\u6c34\u888b\u4f86\u5408\u6210\u6771\u897f\u5427 + + +advancements.stage0.gear.title=\u6728\u9f52\u8f2a +advancements.stage0.gear.description=\u52d5\u7528\u4f60\u7684\u8070\u660e\u624d\u667a\u4f86\u5408\u6210\u4e00\u500b\u6728\u9f52\u8f2a + + +advancements.stage0.grill.title=\u71d9\u6b7b\u6211\u4e86! +advancements.stage0.grill.description=\u4e1f\u6389\u4f60\u7684\u706b\u5806\uff0c \u4f86\u505a\u4e00\u500b\u4e00\u500b\u77f3\u88fd\u71d2\u70e4\u67b6\u5427\uff0c \u71d2\u70e4\u67b6\u4e0b\u65b9\u5fc5\u9808\u6709\u71b1\u6e90(\u6bd4\u5982\u706b\uff09\u624d\u80fd\u70e4\u5236\u7269\u54c1 + + +advancements.stage0.handgrind.title=\u78e8\u4e86\u5b83 +advancements.stage0.handgrind.description=\u624b\u78e8\u77f3\u96d6\u7136\u7b97\u4e0d\u4e0a\u5feb\uff0c \u4f46\u9019\u662f\u76ee\u524d\u4f60\u552f\u4e00\u80fd\u7528\u7684\u78e8\u77f3\u4e86 + + +advancements.stage0.horsechopper.title=\u780d!\u780d!\u780d! +advancements.stage0.horsechopper.description=\u518d\u4e5f\u4e0d\u7528\u624b\u52d5\u5206\u89e3\u6728\u677f\u4e86! \u653e\u4e0b\u4e00\u500b\u99ac\u7827\u677f\uff0c\u7528\u6813\u7e69\u5c07\u99ac\u727d\u4e0a\uff0c \u518d\u653e\u5165\u7269\u54c1\u5c31\u80fd\u81ea\u52d5\u5206\u89e3\u4e86 + + +advancements.stage0.horsepower.title=\u8def\u9059\u77e5\u99ac\u529b +advancements.stage0.horsepower.description=\u5408\u6210\u4e00\u500b\u99ac\u78e8\u77f3\uff0c\u518d\u7528\u6813\u7e69\u727d\u4e0a\u99ac\uff0c \u5c31\u53ef\u4ee5\u5c07\u78e8\u77f3\u81ea\u52d5\u5316\u4e86\u3002 \u5982\u679c\u6c92\u6709\u99ac\uff0c\u4f60\u9084\u53ef\u4ee5\u4f7f\u7528\u9e1a\u9d61\u3001\u91ce\u725b\u3001\u8c6c\u3001\u725b\u3001\u7f8a\u99dd\u3001\u72fc + + +advancements.stage0.kiln.title=\u70e4\u4e00\u70e4 +advancements.stage0.kiln.description=\u7528\u9ecf\u571f\u548c\u5713\u77f3\u81fa\u968e\u4f86\u5408\u6210\u4e00\u500b\u9ecf\u571f\u7aaf\uff0c \u653e\u4e0b\u9ecf\u571f\u7aaf\u5f8c\u4f60\u9700\u8981\u5728\u5176\u4e0b\u65b9\u63d0\u4f9b\u71b1\u6e90\u4f86\u4f7f\u5176\u786c\u5316\uff0c \u4e00\u65e6\u5176\u786c\u5316\u5f8c\u4f60\u5c31\u53ef\u4ee5\u7528\u5b83\u4f86\u70e4\u5236\u7269\u54c1\u4e86 + + +advancements.stage0.lead.title=\u4f60\u4e00\u5b9a\u662f\u500b\u597d\u9818\u8896 +advancements.stage0.lead.description=\u5408\u6210\u4e00\u500b\u6813\u7e69\u4f86\u727d\u52d5\u7269 + + +advancements.stage0.leather.title=\u76ae\u9769\uff0c\u6f02\u6d17\uff0c\u91cd\u8907 +advancements.stage0.leather.description=\u88fd\u4f5c\u76ae\u9769! + + +advancements.stage0.lowgradecharcoal.title=\u6c38\u6052\u4e4b\u706b +advancements.stage0.lowgradecharcoal.description=\u4f4e\u968e\u6728\u70ad\u584a\u662f\u4e00\u500b\u5f88\u597d\u7684\u6728\u70ad\u4f86\u6e90 \u800c\u4e14\u5176\u4e0a\u65b9\u7684\u706b\u7130\u6c38\u9060\u4e0d\u6703\u7184\u6ec5 + + +advancements.stage0.mat.title=\u58de\u7537\u5b69\uff0c\u58de\u7537\u5b69(bed\u8207bad\u96d9\u95dc\uff09 +advancements.stage0.mat.description=\u7c21\u6613\u7761\u588a\u80fd\u8b93\u4f60\u96a8\u6642\u7761\u89ba! \u5225\u5fd8\u4e86\u5728\u7761\u524d\u8a2d\u5b9a\u597d\u4f60\u662f\u5426\u60f3\u8981\u5728\u7761\u89ba\u6642\u91cd\u8a2d\u4f60\u7684\u51fa\u751f\u9ede + + +advancements.stage0.melter.title=\u8b93\u6211\u5011\u958b\u59cb\u7194\u9ede\u6771\u897f\u5427! +advancements.stage0.melter.description=\u5408\u6210\u4e00\u500b\u5fae\u7e2e\u7194\u7210\u4f86\u7194\u5316\u7926\u7269\uff0c \u5fae\u7e2e\u7194\u7210\u8207\u5176\u4e0b\u65b9\u7684\u52a0\u71b1\u5668\u7684\u6750\u8cea\u5fc5\u9808\u5c0d\u61c9\uff0c \u5426\u5247\u7121\u6cd5\u6b63\u5e38\u904b\u4f5c + + +advancements.stage0.melterbase.title=\u7194\u7210\u52a0\u71b1\u5668 +advancements.stage0.melterbase.description=\u4f60\u73fe\u5728\u6c92\u8fa6\u6cd5\u7372\u53d6\u6db2\u9ad4\u71c3\u6599\uff0c \u90a3\u5c31\u5148\u7528\u56fa\u9ad4\u7684\u5427!\u5408\u6210\u4e00\u500b\u7194\u7210\u52a0\u71b1\u5668 (\u7194\u7210\u52a0\u71b1\u5668\u548c\u5fae\u7e2e\u7194\u7210\u7684\u6750\u8cea\u5fc5\u9808\u5c0d\u61c9\u624d\u80fd\u6b63\u5e38\u904b\u4f5c \u5373\u9676\u74f7\u8207\u7126\u9ed1\u78da\u7248\u672c\u4e0d\u80fd\u76f8\u4e92\u76f8\u5bb9\uff09 + + +advancements.stage0.mesh.title=\u7be9\u9ede\u71e7\u77f3 +advancements.stage0.mesh.description=\u7834\u58de\u6c99\u792b\u4e0d\u6703\u6389\u843d\u71e7\u77f3\uff0c \u9700\u8981\u7528\u8349\u7e96\u7dad\u7db2\u8207\u6c99\u792b\u5408\u6210\u4f86\u7372\u53d6\u71e7\u77f3 + + +advancements.stage0.mill.title=\u5225\u778e\u78e8\u8de1\u4e86 +advancements.stage0.mill.description=\u5225\u78e8\u8de1\u4e86\uff0c\u5408\u6210\u4e00\u500b \u66f4\u597d\u7684\u9ea5\u584a(better with mods)\u6a21\u7d44\u7684\u78e8\u77f3\u5427 + + +advancements.stage0.naturescompass.title=\u5925\u8a08\uff0c\u6211\u7684\u751f\u614b\u57df\u5728\u54ea\u88e1\uff1f +advancements.stage0.naturescompass.description=\u4f60\u9700\u8981\u5c0b\u627e\u9ed1\u6697\u751f\u614b\u57df\u4f86\u7e7c\u7e8c\u4f60\u7684\u65c5\u7a0b\u3002 \u4f7f\u7528\u751f\u614b\u57df\u6307\u5357\u627e\u5230\u6700\u8fd1\u7684\u751f\u614b\u57df + + +advancements.stage0.root.title=sevtech: ages \u6559\u5b78 +advancements.stage0.root.description=\u6b61\u8fce\u4f86\u5230 sevtech: ages! \u5408\u6210\u4e00\u500b\u5de5\u4f5c\u6a01\u4f86\u5b8c\u6210\u6559\u5b78\u968e\u6bb5\u4ee5\u9032\u5165\u5230\u968e\u6bb50 + + +advancements.stage0.saddle.title=\u75be\u5982\u98a8 +advancements.stage0.saddle.description=\u8981\u5feb!\u4f7f\u7528Piggybackpack\u64bf\u8d77\u52d5\u7269\u4ee5\u5b89\u5168\u5730\u5c07\u5b83\u5011\u651c\u5e36\u5728\u8eab\u908a\u3002\u60a8\u9084\u53ef\u4ee5\u5728Volarkite\u4e0a\u98db\u884c\u6642\u96a8\u8eab\u651c\u5e36\u52d5\u7269 + + +advancements.stage0.saltflats.title=\u9e7d +advancements.stage0.saltflats.description=\u5728\u4e7e\u71e5\u7684\u751f\u614b\u57df\u6216\u6cb3\u5e8a\u91cc\u80fd\u627e\u5230\u9e7d\uff0c \u9e7d\u662f\u8655\u7406\u76ae\u9769\u548c\u5408\u6210\u98df\u7269\u7684\u539f\u6599 + + +advancements.stage0.spear.title=\u9577\u77db +advancements.stage0.spear.description=\u5408\u6210\u4e00\u6839\u77db\uff0c \u80fd\u5920\u4f86\u53c9\u9b5a\u6216\u7576\u505a\u9060\u7aef\u6b66\u5668 + + +advancements.stage0.stonetools.title=\u77f3\u5668\u6642\u4ee3! +advancements.stage0.stonetools.description=\u5c07\u4f60\u7684\u93ac\u5b50\u5347\u7d1a\u6210\u77f3\u93ac + + +advancements.stage0.tipi.title=\u5b89\u6795\u7121\u6182 +advancements.stage0.tipi.description=\u6c92\u5730\u65b9\u7761\u89ba\uff1f \u5408\u6210\u4e00\u500b\u5370\u7b2c\u5b89\u5e33\u7bf7\u5427! + + +advancements.stage0.tomahawk.title=\u5370\u7b2c\u5b89\u6230\u65a7 +advancements.stage0.tomahawk.description=\u5408\u6210\u4e00\u628a\u5370\u7b2c\u5b89\u6230\u65a7\uff0c \u5b83\u662f\u4e00\u628a\u9060\u7aef\u6b66\u5668\u3002 \u5176\u914d\u65b9\u9700\u8981\u4e00\u500b\u5c0f\u71e7\u77f3\u788e\u7247 + + +advancements.stage0.totemic.title=\u6416\u4e00\u6416\uff0c\u6572\u4e00\u6572\uff0c\u5439\u4e00\u5439 +advancements.stage0.totemic.description=\u5408\u6210\u5716\u9a30\u5100\u5f0f\u9700\u8981\u7684\u6416\u97ff\u5668\u3001\u9577\u7b1b\u548c\u5716\u9a30\u65cf\u9f13 \u5b8c\u6210\u9019\u500b\u9032\u5ea6\u5f8c\u4f60\u6703\u7372\u5f97\u4e00\u672c\u5716\u9a30\u767e\u79d1 \u67e5\u95b1\u5716\u9a30\u767e\u79d1\u4ee5\u7372\u53d6\u5716\u9a30 \u6a21\u7d44 \u7684\u66f4\u591a\u8cc7\u8a0a + + +advancements.stage0.upgrade.title=\u5347\u7d1a! +advancements.stage0.upgrade.description=\u5408\u6210\u4e00\u628a\u71e7\u77f3\u93ac + + +advancements.stage0.waterstrainer.title=\u6ffe\u7db2 +advancements.stage0.waterstrainer.description=\u5982\u679c\u4f60\u627e\u4e0d\u5230\u67d0\u4e9b\u6c34\u4e0b\u8cc7\u6e90 \u5408\u6210\u4e00\u500b\u6ffe\u7db2\u57fa\u5ea7\u4e26\u653e\u5165\u4e00\u500b\u6ffe\u7db2\u5373\u53ef \u4e0d\u540c\u7a2e\u985e\u7684\u6ffe\u7db2\u6709\u4e0d\u540c\u7684\u7522\u7269 \u5408\u6210\u4e00\u500b\u6ffe\u7db2\u57fa\u5ea7\u548c\u4e00\u500b\u904e\u6ffe\u7db2(\u7dfb\u5bc6\uff09\u4f86\u5b8c\u6210\u6b64\u9032\u5ea6 + + +advancements.stage0.weaponize.title=\u662f\u6642\u5019\u5e79\u6b63\u4e8b\u4e86 +advancements.stage0.weaponize.description=\u624b\u6301\u9aa8\u982d\u5de6\u9375\u77f3\u982d\u53ef\u7372\u53d6\u525d\u7247\u9aa8\u982d + + +advancements.stage0.wheel.title=\u5629\u5629\u5df4\u58eb +advancements.stage0.wheel.description=\u5408\u6210\u4f86\u81ea\u300c\u99ac\u62c9\u8eca\u5177(astikoor\uff09\u300d\u9019\u500b\u6a21\u7d44\u7684\u8f2a\u5b50 \u4f75\u5408\u6210\u4e00\u500b\u99ac\u8eca \u4f60\u9700\u8981\u4f7f\u7528\u8a72\u6a21\u7d44\u7684\u4e00\u500b\u7279\u6b8a\u9375\u4f4d\u4f86\u9023\u7dda\u99ac\u8207\u99ac\u8eca + + +advancements.stage0.woodenbarrel.title=\u6876 +advancements.stage0.woodenbarrel.description=\u5408\u6210\u4e00\u500b\u4f86\u81ea primal core \u9019\u500b\u6a21\u7d44\u7684\u6876\u4f86\u5132\u5b58\u6d41\u9ad4 + + +advancements.stage0.woodhopper1.title=\u96a8\u4f60\u53bb\u5427 +advancements.stage0.woodhopper1.description=\u5408\u6210\u4e00\u500b\u6728\u6f0f\u6597\u4f86\u81ea\u52d5\u50b3\u8f38\u7269\u54c1 + + +advancements.stage0.woodhopper2.title=\u5de8\u5927\u5316! +advancements.stage0.woodhopper2.description=\u4f60\u73fe\u5728\u7684\u6728\u6f0f\u6597\u4e0d\u597d\u7528\uff1f \u628a\u5b83\u5347\u7d1a\u5230 \u300d\u6599\u6597 mk2\u300d\u4f86\u589e\u52a0\u5b83\u7684\u529f\u80fd\u5427! + + +advancements.stage0.workblade.title=\u9031\u672b\u6253\u5de5 +advancements.stage0.workblade.description=\u5982\u679c\u4f60\u8981\u5de5\u4f5c\u7684\u8a71 \u5c31\u9700\u8981\u4e00\u628a\u71e7\u77f3\u5de5\u4f5c\u5200 \u4f60\u751a\u81f3\u53ef\u4ee5\u7528\u5b83\u4f86\u9664\u8349\u548c\u8449\u5b50 + + +advancements.stage0.workstump.title=\u5de5\u4f5c\u6a01 +advancements.stage0.workstump.description=\u5408\u6210\u81fa\uff1f\u60f3\u90fd\u5225\u60f3!\u73fe\u5728\u53ea\u6709\u5de5\u4f5c\u6a01 \u53f3\u9375\u5c07\u7269\u54c1\u653e\u5165\uff0c\u518d\u7528\u77f3\u677f\u591a\u6b21\u53f3\u9375\u5c31\u53ef\u5b8c\u6210\u5408\u6210 \u5408\u6210\u5b8c\u5f8c\u53ef\u5c07\u77f3\u677f\u5132\u5b58\u5728\u5de5\u4f5c\u6a39\u6a01\u7684\u4e0b\u65b9 + + +# stage 1 +advancements.stage1.alloykiln.title=\u5168\u90e8\u6df7\u5408! +advancements.stage1.alloykiln.description=\u4fee\u5efa\u4e00\u500b\u6c89\u6d78\u5de5\u7a0b\u6a21\u7d44\u7684\u5408\u91d1\u7aaf\u4f86\u88fd\u4f5c\u9752\u9285\uff0c\u4f60\u9700\u8981\u5408\u62108\u500b\u7aaf\u78da \u4fee\u5efa\u6210 2x2x2 \u5927\u5c0f\uff0c\u7528\u5de5\u7a0b\u5e2b\u9318\u53f3\u64ca\u5373\u53ef\u69cb\u5efa + + +advancements.stage1.aquamarine.title=\u5c0b\u627e\u6d77\u85cd\u5bf6\u77f3 +advancements.stage1.aquamarine.description=\u5728Beneath \u6b21\u5143\u4e2d\u641c\u7d22Aquamarine\u7926\u77f3 + + +advancements.stage1.aqueduct.title=\u6c34\u9053 +advancements.stage1.aqueduct.description=\u7528\u6c34\u9053\u4f86\u50b3\u8f38\u6c34 \u53ea\u9700\u8981\u4fee\u5efa\u4e00\u500bu\u5f62\u6c34\u6e20\uff0c\u5e95\u90e8\u8981\u7528\u6c34\u9053\u65b9\u584a\uff0c\u5074\u908a\u53ef\u4ee5\u9078\u7528\u4efb\u610f\u65b9\u584a \u8b39\u8a18\uff0c\u9019\u500b\u9032\u5ea6\u53ea\u6709\u4f60\u5728\u5b8c\u5168\u653e\u7f6e\u4e86\u65b9\u584a\u5f8c\u624d\u6703\u5b8c\u6210 + + +advancements.stage1.astable.title=\u9023\u7dda\u661f\u8f1d +advancements.stage1.astable.description=\u5b8c\u6210\u5de5\u4f5c\u81fa\u8f49\u63db\u6210\u661f\u8f1d\u5de5\u4f5c\u81fa\u7684\u5408\u6210 + + +advancements.stage1.axle.title=f\u8ef8 +advancements.stage1.axle.description=\u6a5f\u68b0\u50b3\u52d5\u9700\u8981\u50b3\u52d5\u8ef8\u3002\u4f60\u53ef\u4ee5\u901a\u904e\u50b3\u52d5\u8ef8\u76f4\u63a5\u9023\u7dda\u6c34\u8eca\uff0c\u98a8\u8eca\u6216\u8005\u8b8a\u901f\u7bb1\u3002 \u50b3\u52d5\u8ef8\u6700\u591a\u96bb\u80fd\u9023\u7e8c\u64fa\u653e\u4e09\u500b + + +advancements.stage1.beneath.title=\u6df1\u6df5\u4e16\u754c +advancements.stage1.beneath.description=\u4f7f\u7528\u6df1\u6df5\u570b\u5ea6\u7684\u5100\u5f0f\u88fd\u4f5c\u4e00\u500b\u6df1\u6df5\u4e16\u754c\u50b3\u9001\u9580 \u8b39\u8a18\u4f60\u7684\u6b7b\u9748\u4e4b\u66f8\u5fc5\u9808\u8981\u6709\u8db3\u5920\u7684p.e.\u624d\u80fd\u5920\u958b\u555f\u5100\uff0c\u50b3\u9001\u9580\u653e\u7f6e\u5728\u5730\u4e0a\u5c31\u53ef\u4ee5\u9032\u5165\u6df1\u6df5\u4e16\u754c + + +advancements.stage1.blackquartz.title=\u77f3\u82f1\u7684\u529b\u91cf! +advancements.stage1.blackquartz.description=\u5728Beneath \u6b21\u5143\u4e2d\u627e\u5230Black Quartz + + +advancements.stage1.bloodaltar.title=\u8ff7\u5e7b\u7570\u57df +advancements.stage1.bloodaltar.description=\u7372\u53d6\u60e1\u9b54\u610f\u5fd7\uff0c\u4fee\u5efa\u8840\u4e4b\u796d\u58c7 + + +advancements.stage1.bronze.title=\u6eff\u8166\u5b50\u9752\u9285! +advancements.stage1.bronze.description=\u4f7f\u7528\u5408\u91d1\u7aaf\u88fd\u4f5c\u51fa\u9752\u9285\u9320 + + +advancements.stage1.bucket.title=\u6211\u505a\u51fa\u4e86\u6876 +advancements.stage1.bucket.description=\u4f7f\u7528\u87ba\u687f\u65cb\u8f49\u81fa\u88fd\u4f5c\u4e00\u500b\u9ecf\u571f\u6876 \u4e26\u5728\u9ecf\u571f\u7aaf\u88e1\u9762\u71d2\u88fd\u6210\u53ef\u7528\u7684\u9ecf\u571f\u6876 + + +advancements.stage1.cart.title=\u904b\u8f38\u4e4b\u611b +advancements.stage1.cart.description=\u60f3\u8981\u651c\u5e36\u5bb6\u7522\u8d70\u6e38\u56db\u65b9\uff1f\u5408\u6210\u4e00\u500b\u99ac\u8eca\u4e26\u5c07\u5176\u62f4\u4e0a\u99ac\u5373\u53ef\uff0cshift\u53f3\u64ca\u53ef\u4ee5\u6253\u958b\u99ac\u8ecagui! + + +advancements.stage1.chest.title=\u6211\u9700\u8981\u9019\u500b\u7bb1\u5b50 +advancements.stage1.chest.description=\u5347\u7d1a\u4f60\u7684\u7bb1\u5b50 + + +advancements.stage1.claybarrel.title=\u6876\u5e95 +advancements.stage1.claybarrel.description=\u9ecf\u571f\u6876\u80fd\u5920\u5132\u5b58\u6d41\u9ad4\uff0c\u6bd4\u5982\u6c34\u548c\u6db2\u614b\u91d1\u5c6c + + +advancements.stage1.coal.title=\u5c0b\u627e\u4e26\u6316\u6398\u7164\u7926 + + +advancements.stage1.copper.title=\u6211\u5011\u5f97\u5230\u4e86\u9285 + + +advancements.stage1.crafting.title=\u5408\u6210\u5347\u7d1a +advancements.stage1.crafting.description=\u5408\u6210\u4e00\u500b\u539f\u7248\u5de5\u4f5c\u81fa + + +advancements.stage1.dung.title=\u5feb\u628a\u6211\u6392\u51fa\u4f86 +advancements.stage1.dung.description=\u4f7f\u7528\u7cde\u7ba1\u5f9e\u65b9\u584a\u4e2d\u62bd\u53d6\u7269\u54c1\uff0c\u6216\u8005\u7528\u4e0b\u6c34\u9053\u7ba1\u901a\u904e\u56fa\u9ad4\u65b9\u584a\u4f86\u62bd\u53d6\u7269\u54c1 + + +advancements.stage1.extension.title=\u5ef6\u5c55 +advancements.stage1.extension.description=\u88fd\u4f5c\u4e00\u500b\u5ef6\u5c55\u9676\u6876\uff0c\u653e\u7f6e\u5728\u9676\u6876\u9802\u90e8\u4f86\u63d0\u5347\u5bb9\u91cf + + +advancements.stage1.furnace.title=\u9019\u88e1\u8d8a\u4f86\u8d8a\u71b1\u4e86 +advancements.stage1.furnace.description=\u65b0\u7684\u7194\u7210\uff0c\u9ede\u4eae\u4f60\u7684\u751f\u6d3b + + +advancements.stage1.gearbox.title=\u7814\u78e8\u8b8a\u901f\u7bb1 +advancements.stage1.gearbox.description=\u8b8a\u901f\u7bb1\u80fd\u5920\u4e2d\u7e7c\u6a5f\u68b0\u626d\u529b\uff0cshift\u53f3\u64ca\u8b8a\u901f\u7bb1\u7684\u9762\u80fd\u5920\u6539\u8b8a\u8f38\u5165\u8f38\u51fa\u3002 \u80fd\u91cf\u8f38\u5165\u7684\u50b3\u52d5\u8ef8\u5fc5\u9808\u5f9e\u5341\u5b57\u9762\u8f38\u5165 + + +advancements.stage1.hoe.title=\u6211\u80fd\u5920\u92e4\u5730\u4e48\uff1f! +advancements.stage1.hoe.description=\u5408\u6210\u92e4\u982d\uff0c\u958b\u59cb\u9ad8\u6548\u7684\u8fb2\u696d\u751f\u6d3b\u5427 + + +advancements.stage1.huntingdim.title=\u7375\u6bba\uff0c\u6291\u6216\u88ab\u7375\u6bba +advancements.stage1.huntingdim.description=\u5982\u679c\u4f60\u60f3\u8981\u5c0b\u627e\u6575\u5c0d\u6027\u751f\u7269\uff0c\u8a66\u8a66\u72e9\u7375\u7dad\u5ea6\u5427\u3002 \u50cf\u5730\u7344\u9580\u90a3\u6a23\u4fee\u5efa\u72e9\u7375\u7dad\u5ea6\u50b3\u9001\u9580\u6846\u67b6\uff0c\u4f7f\u7528\u539f\u7248\u7684\u528d\u4f86\u555f\u52d5\u5b83\uff0c\u7ad9\u5728\u4e0a\u9762shift\u5373\u53ef\u9032\u884c\u50b3\u9001 + + +advancements.stage1.journal.title=\u9019\u662f\u6211\u7684\u65e5\u8a18 +advancements.stage1.journal.description=\u901a\u904e\u5408\u6210\u661f\u8f1d\u9b54\u6cd5\u7684\u661f\u8292\u5bf6\u5178\u4f86\u7372\u53d6\u6709\u95dc\u661f\u8f1d\u7684\u77e5\u8b58\u3002 \u8b39\u8a18\uff0c\u661f\u8f1d\u9b54\u6cd5\u7684\u795e\u6bbf\u4e26\u4e0d\u6703\u81ea\u7136\u7522\u751f\uff0c\u6240\u4ee5\u6211\u5011\u4fee\u6539\u4e86\u5f88\u591a\u76f8\u95dc\u7684\u5408\u6210\u3002 + + +advancements.stage1.leafbed.title=\u9b06\u8edf\u7684\u6795\u982d +advancements.stage1.leafbed.description=\u4f60\u662f\u5426\u611f\u89ba\u4f60\u76ee\u524d\u7684\u7761\u7720\u8cea\u91cf\u4e0d\u4f73\uff1f\u505a\u4e00\u500b\u4e7e\u8349\u5e8a\u5427! + + +advancements.stage1.necro.title=\u6df1\u6df5\u570b\u5ea6\u5408\u6210! +advancements.stage1.necro.description=\u5408\u6210\u4e00\u672c\u6b7b\u9748\u4e4b\u66f8\uff0c\u6307\u5c0e\u4f60\u8e0f\u5165\u6df1\u6df5\u570b\u5ea6 + + +advancements.stage1.parchment.title=\u60f3\u8981\u5beb\u9ede\u4ec0\u9ebc +advancements.stage1.parchment.description=\u958b\u59cb\u5728\u7f8a\u76ae\u7d19\u4e0a\u8a18\u9304\u9ede\u4ec0\u9ebc\u5427\uff0c\u4e5f\u8a31\u4f60\u9700\u8981\u4e3b\u4e16\u754c\u7522\u751f\u7f55\u898b\u7684\u6851\u6a39\u7684\u6a39\u76ae + + +advancements.stage1.parrot.title=\u6211\u627e\u4e0d\u5230\u53e2\u6797\uff1f! +advancements.stage1.parrot.description=\u67e5\u8a62\u666e\u901a\u7684\u6b7b\u9748\u4e4b\u66f8\u5100\u5f0f\u4f86\u4e86\u89e3\u5982\u4f55\u7522\u751f\u4e00\u96bb\u9e1a\u9d61\uff0c\u4e26\u7528\u7a2e\u5b50\u99b4\u670d\u5b83\u3002 \u7576\u7136\uff0c\u4f60\u4e5f\u53ef\u4ee5\u53bb\u627e\u53e2\u6797 + + +advancements.stage1.pedestal.title=\u57fa\u5ea7\u6642\u9593\u5230 +advancements.stage1.pedestal.description=\u4f60\u9700\u8981\u7ad9\u5728\u96d5\u50cf\u9644\u8fd1\uff0c\u624b\u6301\u6b7b\u9748\u4e4b\u66f8\u4f86\u5145\u80fd\uff0c\u6216\u8005\u5408\u6210\u57fa\u5ea7\u4f86\u4ee3\u66ff\u624b\u6301\u3002 \u4f46\u8981\u78ba\u4fdd\u57fa\u5ea7\u548c\u96d5\u50cf\u5728\u4e09\u683c\u5167\uff0c\u4e26\u4e14\u5728\u540c\u4e00\u9ad8\u5ea6 + + +advancements.stage1.plumbline.title=\u4e08\u91cf\u5927\u5730 +advancements.stage1.plumbline.description=\u4f7f\u7528\u925b\u5782\u7dda\u4f86\u78ba\u5b9ay\u503c + + +advancements.stage1.prospector.title=\u52d8\u63a2! +advancements.stage1.prospector.description=\u5408\u6210\u4e00\u500b\u5f31\u5316\u7926\u77f3\u52d8\u63a2\u5668\uff0c\u5e6b\u52a9\u4f60\u5c0b\u627e\u7926\u7269\u4f4d\u7f6e + + +advancements.stage1.root.title=\u6b61\u8fce\u4f86\u5230\u7b2c\u4e00\u7d00\u5143 +advancements.stage1.root.description=\u6b61\u8fce\u4f86\u5230\u4e0b\u4e00\u500b\u968e\u6bb5!\u5148\u524d\u96b1\u85cf\u7684\u90e8\u5206\u65b9\u584a\u73fe\u5728\u5df2\u7d93\u53ef\u898b\u4e86\uff0c\u4f60\u73fe\u5728\u80fd\u5920\u767c\u73fe\u7926\u7269\u6a23\u672c\u4ee5\u53ca\u5176\u4ed6\u5f88\u591a\u6771\u897f\u3002 + + +advancements.stage1.statue.title=\u6df1\u6df5\u570b\u5ea6\u7684\u6230\u5229\u54c1 +advancements.stage1.statue.description=\u7232\u4e86\u57f7\u884c\u9ed1\u6697\u5100\u5f0f\uff0c\u4f60\u9700\u8981\u8490\u96c6\u4e00\u4e9b\u96d5\u5851\u4f86\u5145\u80fd\u6b7b\u9748\u4e4b\u66f8\u3002 \u5728\u6cb3\u6d41\u751f\u614b\u57df\u627e\u5230\u4fee\u683c\u65af\u5de2\u7a74\uff0c\u5728\u7522\u751f6\u53ea\u4ee5\u4e0a\u7684\u4fee\u683c\u65af\u4ee5\u5f8c\uff0c\u5c31\u6703\u5728\u5468\u570d\u96a8\u6a5f\u4fee\u5efa\u9ad8\u5927\u7684\u67f1\u5b50\uff0c\u9802\u90e8\u6703\u7522\u751f\u4e00\u500b\u96d5\u50cf\u3002 \u628a\u4fee\u683c\u65af\u8150\u8089\u8207\u96d5\u50cf\u5408\u6210\u80fd\u5920\u7372\u53d6\u66f4\u591a\u8cc7\u8a0a + + +advancements.stage1.stepup.title=\u6211\u4e0d\u60f3\u8981\u5b83\u4e86! +advancements.stage1.stepup.description=\u73fe\u5728\u4f60\u53ef\u80fd\u5f88\u5c11\u65c5\u884c\u4e86\uff0c\u901a\u904e\u8840\u4e4b\u796d\u58c7\u5408\u6210\u4e00\u500b\u5065\u9ad4\u860b\u679c\uff0c\u53d6\u6d88\u6389\u80fd\u5920\u76f4\u63a5\u8d70\u4e0a\u4e00\u683c\u65b9\u584a\u7684\u80fd\u529b\u3002 + + +advancements.stage1.stoneanvil.title=anvil lavigne %7c \u7c21\u55ae\u7c97\u66b4! +advancements.stage1.stoneanvil.description=\u9700\u8981\u677f\u4e48\uff1f\u5728\u77f3\u7827\u4e0a\u653e\u7f6e\u4e00\u4e9b\u9320\uff0c\u7136\u5f8c\u7528\u77f3\u69cc\u64ca\u6253\u5373\u53ef + + +advancements.stage1.tchannel.title=\u8a02\u95b1\u6211\u7684\u983b\u9053\u5427 %7e \u6c42\u4f60\u4e86 +advancements.stage1.tchannel.description=\u8f38\u6db2\u9053\u662f\u4e00\u7a2e\u975e\u5e38\u68d2\u7684\u50b3\u8f38\u6db2\u9ad4\u7684\u88dd\u7f6e\uff0c\u653e\u7f6e\u597d\u8f38\u6db2\u9053\uff0c\u9075\u5faa\u9802\u90e8\u7bad\u982d\u53f3\u64ca\u4f86\u6539\u8b8a\u65b9\u5411/\u65b7\u958b\u9023\u7dda/\u5176\u4ed6\u3002 \u53ef\u4ee5\u4f7f\u7528\u666e\u901a\u8f38\u6db2\u9053\u6216\u8005\u9676\u74f7\u8f38\u6db2\u9053 + + +advancements.stage1.tin.title=error 404: \u6211\u627e\u4e0d\u5230\u6838\u5fc3! + + +advancements.stage1.turntable.title=\u65cb\u8f49\u5427!\u65cb\u8f49\u81fa +advancements.stage1.turntable.description=\u5408\u6210\u4e00\u500b\u87ba\u687f\u65cb\u8f49\u81fa\uff0c\u5e95\u90e8\u63a5\u4e0a\u6a5f\u68b0\u626d\u529b\uff0c\u800c\u5f8c\u5728\u9802\u90e8\u653e\u7f6e\u65b9\u584a\u958b\u59cb\u505a\u6771\u897f + + +advancements.stage1.waterwheel.title=\u6c34\uff1f\u53ef\u4ee5\u7684! +advancements.stage1.waterwheel.description=\u901a\u904e \u66f4\u597d\u7684\u9ea5\u584a(better with mods)\u6a21\u7d44\u7684\u6c34\u8eca\u4f86\u7372\u53d6\u6a5f\u68b0\u626d\u529b + + +advancements.stage1.woodbasin.title=\u652a\u62cc\u76c6 +advancements.stage1.woodbasin.description=\u56db\u8655\u5c0b\u627e\u9ad8\u6548\u7684\u76ae\u9769\u6216\u8005\u9eb5\u5718\u88fd\u4f5c\u65b9\u6cd5\uff1f \u5408\u6210\u6728\u88fd\u652a\u62cc\u76c6\u5427\uff0c\u4e1f\u5165\u6b63\u78ba\u7684\u6d41\u9ad4\u548c\u7269\u54c1\uff0c\u7136\u5f8c\u53f3\u64ca\u652a\u62cc\u5427! + + +# stage 2 +advancements.stage2.astable2.title=\u661f\u8f1d\u5347\u7d1a +advancements.stage2.astable2.description=\u5c07\u661f\u8f1d\u5408\u6210\u81fa\u5347\u7d1a\u5230\u4e0b\u4e00\u968e\u6bb5(\u661f\u8f1d\u796d\u58c7\uff09\u3002 \u9664\u4e86\u796d\u58c7\u4e4b\u5916\uff0c\u4f60\u9084\u9700\u8981\u69cb\u5efa\u4e00\u500b\u7d50\u69cb\u4f86\u958b\u59cb\u88fd\u4f5c\u904e\u7a0b\u3002 \u8acb\u53c3\u95b1\u661f\u8292\u5bf6\u5178\u7684\u63a2\u7d22\u90e8\u5206\u3002 + + +advancements.stage2.betweenlands.title=\u4ea4\u932f\u6b21\u5143 +advancements.stage2.betweenlands.description=\u5728\u6cbc\u6fa4\u751f\u614b\u57df\u4e2d\u627e\u5230\u4e00\u500b\u9ed1\u6697\u5fb7\u9b6f\u4f0a\u796d\u58c7\uff0c\u6bba\u6b7b\u9ed1\u6697\u5fb7\u9b6f\u4f0a\uff0c\u4e26\u7528\u4ed6\u5011\u7684\u8b77\u8eab\u7b26\u88fd\u4f5c\u4e00\u500b\u6cbc\u6fa4\u8b77\u8eab\u7b26\u3002\u7528\u6cbc\u6fa4\u8b77\u8eab\u7b26\u9ede\u9078\u6a39\u82d7\u4f86\u5efa\u7acb\u4e00\u500b\u901a\u5f80\u4ea4\u932f\u6b21\u5143\u7684\u5165\u53e3\u3002 + + +advancements.stage2.biomealyzer.title=\u6211\u6240\u8655\u7684\u751f\u614b\u57df\u662f\u4ec0\u9ebc\uff1f +advancements.stage2.biomealyzer.description=\u4f7f\u7528\u751f\u614b\u57df\u5206\u6790\u5100\u4f86\u4e86\u89e3\u4f60\u76ee\u524d\u751f\u614b\u57df\u7684\u540d\u7a31 + + +advancements.stage2.bucket.title=\u8ab0\u5728\u5077\u6211\u7684\u6876\uff1f +advancements.stage2.bucket.description=\u73fe\u5728\u4f60\u5df2\u7d93\u7372\u5f97\u9435\uff0c\u7528\u4f60\u7684\u51b6\u7149\u7210\u6f86\u9444\u4e00\u500b\u9435\u6876\u3002 + + +advancements.stage2.carminitereactor.title=\u9591\u7f6e\u53cd\u61c9\u5806 +advancements.stage2.carminitereactor.description=\u4f60\u5c07\u9700\u8981\u4e00\u500b\u7837\u925b\u9435\u53cd\u61c9\u5806\u4f86\u5efa\u7acb\u4f60\u7684\u7b2c\u4e00\u500b\u5f15\u64ce\u3002\u901a\u904e\u641c\u5c0b\u66ae\u5149\u68ee\u6797\u4e2d\u7684\u9ed1\u6697\u9ad8\u5854(\u66ae\u5149\u5730\u7344\u5e7d\u9748boss\uff09\u6216\u8005\u5229\u7528\u5854\u91cc\u7684\u8cc7\u6e90\u88fd\u4f5c\u53cd\u61c9\u5806\u3002 + + +advancements.stage2.compass.title=\u597d\u50cf\u8ff7\u8def\u4e86\u2026\u2026\u7b49\u7b49\u2026\u2026 +advancements.stage2.compass.description=\u6307\u5357\u91dd\u5c07\u5e6b\u52a9\u4f60\u78ba\u5b9ax\u548cz\u5ea7\u6a19\u3002 + + +advancements.stage2.conpaper.title=\u586b\u88dc\u7f3a\u53e3 +advancements.stage2.conpaper.description=\u7372\u53d6\u661f\u5716\u4f86\u586b\u5145\u661f\u8292\u5bf6\u5178\u4e2d\u7684\u8cc7\u8a0a\u3002\u4f60\u53ef\u4ee5\u6309\u4f4fshift\u53f3\u64ca\u6253\u958b\u661f\u8292\u5bf6\u5178\u7684\u593e\u5c64\uff0c\u5c07\u661f\u5716\u653e\u9032\u53bb\u4ee5\u5132\u5b58\u3002 + + +advancements.stage2.controller.title=\u63a7\u5236 +advancements.stage2.controller.description=\u5982\u679c\u71e7\u77f3\u6216\u9aa8\u5de5\u5177\u4e0d\u518d\u6709\u7528\uff0c\u4f60\u9700\u8981\u4e00\u500b\u51b6\u7149\u7210\u3002 \u7576\u4f60\u628a\u6240\u4ee5\u51b6\u7149\u7210\u65b9\u584a\u653e\u7f6e\u597d\u5f8c\u653e\u7f6e\u4e00\u500b\u51b6\u7149\u7210\u63a7\u5236\u5668\u4f86\u5b8c\u6210\u7d50\u69cb\u548c\u6b64\u9032\u5ea6\u3002 + + +advancements.stage2.depth.title=\u9081\u5411\u6df1\u6df5 +advancements.stage2.depth.description=\u88fd\u4f5c\u4e00\u500b\u6df1\u5ea6\u8a08\u4ee5\u66f4\u597d\u7684\u6aa2\u8996\u4f60\u7684y\u8ef8\u3002 + + +advancements.stage2.dowsingrod.title=\u524d\u77bb\u5347\u7d1a +advancements.stage2.dowsingrod.description=\u88fd\u4f5c\u4e00\u500b\u5805\u97cc\u63a2\u6e2c\u687f\u53ef\u4ee5\u5e6b\u52a9\u4f60\u5b9a\u4f4d\u66f4\u591a\u7684\u7926\u77f3\u3002 \u4f60\u53ef\u4ee5\u4f7f\u7528\u5b83\u5728\u4f60\u9ede\u9078\u7684\u65b9\u584a48\u683c\u5167\u627e\u5230\u7926\u77f3\u3002 + + +advancements.stage2.drawertable.title=\u653e\u7f6e\u6211\u7269\u54c1\u7684\u5730\u65b9 +advancements.stage2.drawertable.description=\u4f7f\u7528\u6210\u578b\u81fa\u4f86\u88fd\u4f5c\u81ea\u5b9a\u7fa9\u5132\u5b58\u62bd\u5c5c\uff0c\u4f7f\u7528\u9472\u6846\u62bd\u5c5c\u548c\u4f60\u60f3\u8981\u7684\u65b9\u584a\u578b\u5225\u4f86\u4f5c\u70ba\u88dd\u98fe\u3002 + + +advancements.stage2.enderman.title=\u62b5\u79a6\u7d42\u754c! +advancements.stage2.enderman.description=\u7d42\u754c\u4f7f\u8005\u5df2\u7d93\u958b\u59cb\u5728\u4e16\u754c\u4e0a\u7522\u751f\u4e86\uff0c\u6bba\u6b7b\u4ed6\u5011\u4f86\u7372\u53d6\u7d42\u754c\u7c89\u3002 + + +advancements.stage2.extendedcraftingbasic.title=\u62d3\u5c55\u5408\u6210:\u9435 +advancements.stage2.extendedcraftingbasic.description=\u88fd\u4f5c\u4e00\u500b\u57fa\u790e\u5408\u6210\u81fa\u4f86\u88fd\u4f5c\u66f4\u591a\u7684\u5408\u6210\u914d\u65b9 + + +advancements.stage2.glass.title=\u5439\u5236\u73bb\u7483 +advancements.stage2.glass.description=\u901a\u904e\u5c07\u6c99\u5b50\u653e\u9032\u5fae\u7e2e\u9676\u74f7\u7194\u7210\u6216\u8005\u51b6\u7149\u7210\u4f86\u878d\u5408\u6210\u7194\u878d\u73bb\u7483\uff0c\u7136\u5f8c\u5c07\u5176\u532f\u5165\u5230\u6f86\u7bc9\u76c6\u4e2d\u4f86\u88fd\u4f5c\u73bb\u7483\u3002 + + +advancements.stage2.gold.title=\u9ec3\u91d1\u6a19\u6e96 + + +advancements.stage2.iron.title=\u770b\u898b\u9435\u4e86 + + +advancements.stage2.lapis.title=\u73ab\u7470\u662f\u7d05\u8272\u7684\uff0c\u9752\u91d1\u77f3\u662f\u85cd\u8272\u7684 + + +advancements.stage2.lightwell.title=\u6db2\u5316 +advancements.stage2.lightwell.description=\u661f\u8f1d\u9b54\u6cd5\u7684\u805a\u661f\u7f38\u5141\u8a31\u67d0\u4e9b\u7269\u54c1\u6db2\u5316\u6210\u661f\u80fd\u6db2\u3002 + + +advancements.stage2.mapping.title=\u9ad8\u7d1a\u5730\u5716 +advancements.stage2.mapping.description=\u901a\u904e\u5403\u4e00\u500b\u65c5\u884c\u5730\u5716\u4ee4\u724c\u4f86\u5347\u7d1a\u4f60\u76ee\u524d\u7684\u5730\u5716\u5230\u66f4\u9ad8\u7d1a\u7684\u5730\u5716\u3002 \u6ce8\u610f\uff0c\u9019\u662f\u4e00\u500b\u63d0\u524d\u89e3\u9396\u5c08\u6848\uff0c\u76ee\u524d\u4e0d\u5fc5\u5b8c\u6210\u3002\u53ef\u5728\u7a0d\u5f8c\u968e\u6bb5\u5b8c\u6210\u3002 + + +advancements.stage2.market.title=\u5e02\u5834 +advancements.stage2.market.description=\u5229\u7528\u5c0f\u5e02\u5834\u4f86\u8cfc\u8cb7\u7a2e\u5b50\u548c\u6a39\u82d7\u3002 + + +advancements.stage2.nuggetcast.title=\u7c92\u9444\u6a21 +advancements.stage2.nuggetcast.description=\u7232\u4e86\u7372\u5f97\u4e00\u500b\u7c92\u9444\u6a21\uff0c\u4f60\u5c07\u9700\u8981\u5728\u77f3\u7827\u4e0a\u88fd\u4f5c\u4e00\u500b\u77f3\u7c92 + + +advancements.stage2.paper.title=papers please %7c \u8acb\u51fa\u793a\u4f60\u7684\u8b49\u4ef6 +advancements.stage2.paper.description=\u901a\u904e\u5408\u6210\u7d19\u4f86\u767c\u5c55\u4f60\u7684\u9020\u7d19\u6280\u8853\u3002 + + +advancements.stage2.piston.title=\u525b\u597d\u80fd\u5920\u63a8\u52d5\u5b83 +advancements.stage2.piston.description=\u9700\u8981\u63a8\u52d5\u7269\u54c1\uff1f\u53ef\u4ee5\u5728\u66ae\u5149\u68ee\u6797\u7684\u9ed1\u6697\u9ad8\u5854(\u66ae\u5149\u5730\u7344\u5e7d\u9748boss\uff09\u4e2d\u627e\u5230\u4e00\u500b\u6d3b\u585e\u6216\u627e\u5230\u88fd\u4f5c\u5b83\u7684\u6750\u6599\u3002 + + +advancements.stage2.resonatingwand.title=\u5171\u9cf4 +advancements.stage2.resonatingwand.description=\u4f60\u9700\u8981\u88fd\u4f5c\u661f\u8f1d\u9b54\u6cd5\u7684\u5171\u9cf4\u4e4b\u6756\u4f86\u7e7c\u7e8c\u4f60\u7684\u65c5\u7a0b\u3002 + + +advancements.stage2.rockcrystal.title=\u5dd6\u77f3\u3001\u7f8a\u76ae\u7d19\u3001\u6c34\u6676 + + +advancements.stage2.root.title=\u7b2c\u4e8c\u7d00\u5143 +advancements.stage2.root.description=\u6b61\u8fce\u4f86\u5230\u7b2c\u4e8c\u7d00\u5143! + + +advancements.stage2.sealantern.title=\u5728\u6d77\u6676\u71c8\u4e0b +advancements.stage2.sealantern.description=Tier 3 Blood Magic\u796d\u58c7\u5e3d\u53ef\u4ee5\u7528\u6d77\u71c8\u6216\u767c\u5149\u77f3\u88fd\u6210\u3002\u5728\u66ae\u5149\u68ee\u6797\u4e2d\u7684\u9ed1\u6697\u68ee\u6797\u8ff7\u5bae\u4e2d\u627e\u5230\u4e00\u6ef4\u6d77\u85fb + + +advancements.stage2.skywave.title=\u661f\u5149\u5b9a\u4f4d +advancements.stage2.skywave.description=\u661f\u8f1d\u796d\u58c7\u9700\u8981\u5728\u5b8c\u6210\u64cd\u4f5c\u4e4b\u524d\u5145\u80fd\u661f\u80fd\u3002\u88fd\u4f5c\u4e26\u4f7f\u7528\u6cd5\u65af\u523b\u5171\u632f\u5668\u4f86\u5b9a\u4f4d\u4e16\u754c\u4e0a\u5bcc\u542b\u661f\u80fd\u7684\u5340\u57df\u3002\u767d\u5929\u4f60\u6703\u5f88\u96e3\u627e\u5230\u5b83\uff0c\u6700\u597d\u7b49\u5230\u665a\u4e0a\u3002 + + +advancements.stage2.smeltertank.title=\u51b6\u7149\u7210\u5132\u7f50 +advancements.stage2.smeltertank.description=\u56fa\u9ad4\u71c3\u6599\u6eab\u5ea6\u6bd4\u8f03\u4f4e\uff0c\u88fd\u4f5c\u4e00\u500b\u9676\u74f7\u5132\u7f50\u6216\u8005\u7126\u9ed1\u5132\u7f50\u653e\u7f6e\u5728\u51b6\u7149\u7210\u6216\u8005\u5fae\u7e2e\u9676\u74f7\u7194\u7210\u4e0b\u4f86\u5e6b\u52a9\u4f60\u878d\u5316\u9435\u548c\u5176\u4ed6\u9700\u8981\u9ad8\u6eab\u5ea6\u7684\u6750\u6599\u3002 \u6ce8\u610f\uff0c\u4f60\u9700\u8981\u8b93\u76ee\u524d\u71c3\u6599\u7528\u5b8c\u6216\u8005\u6253\u6389/\u66ff\u63db\u6389\u52a0\u71b1\u5668\u4f86\u6aa2\u8996\u65b0\u7684\u6eab\u5ea6\u3002 + + +advancements.stage2.starpowder.title=\u661f\u80fd +advancements.stage2.starpowder.description=\u6316\u6398\u6c34\u6676\u77f3\u6a23\u672c\u6642\u53ef\u4ee5\u767c\u73fe\u661f\u5875\uff0c\u4e0d\u8981\u5fd8\u8a18\u6a19\u8a18\u5730\u5716\uff0c\u56e0\u70ba\u6a23\u672c\u9084\u6703\u986f\u793a\u4e0b\u9762\u7684\u6c34\u6676\u77f3\u7926\u8108! \u4e00\u65e6\u4f60\u7684\u661f\u8f1d\u9b54\u6cd5\u57fa\u790e\u8a2d\u65bd\u5b8c\u6210\uff0c\u4f60\u5c31\u53ef\u4ee5\u4f7f\u7528\u88fd\u4f5c\u5b83\u5011\u4e86\u3002 + + +advancements.stage2.stevescarts.title=\u71d2\u7164\u706b\u8eca +advancements.stage2.stevescarts.description=\u4f60\u5df2\u7d93\u767c\u73fe\u4e86\u71c3\u71d2\u7684\u529b\u91cf!\u88fd\u4f5c\u7164\u70ad\u5f15\u64ce\u3002 + + +advancements.stage2.stopwatch.title=\u6975\u901f\u5954\u8dd1 +advancements.stage2.stopwatch.description=\u79d2\u9336\u5c07\u986f\u793a\u73a9\u5bb6\u7684\u79fb\u52d5\u6642\u8cc7\u8a0a\u3002 + + +advancements.stage2.tcontable1.title=\u7b28\u62d9\u7684\u5de5\u5320 +advancements.stage2.tcontable1.description=\u662f\u6642\u5019\u62cb\u68c4\u4f60\u7684\u5408\u6210\u81fa\uff0c\u5347\u7d1a\u5230\u5408\u6210\u7ad9\uff0c\u5b83\u53ef\u4ee5\u8b93\u4f60\u5c07\u7269\u54c1\u653e\u5230\u7db2\u683c\u4e2d\u4e26\u9644\u8457\u5728\u9644\u8fd1\u7684\u7bb1\u5b50\u4e0a\u3002 + + +advancements.stage2.tcontable2.title=\u90e8\u4ef6\u88fd\u4f5c\u8005 +advancements.stage2.tcontable2.description=\u4f60\u53ef\u4ee5\u901a\u904e\u6a21\u5177\u52a0\u5de5\u81fa\u88fd\u4f5c\u6a21\u677f\u4f86\u66ff\u63db\u4f60\u7684\u5de5\u5177\u3002 + + +advancements.stage2.tcontable3.title=\u5de5\u5177\u88dd\u914d\u81fa +advancements.stage2.tcontable3.description=\u8981\u88fd\u4f5c\u65b0\u5de5\u5177\uff0c\u4f60\u9700\u8981\u4e00\u500b\u5de5\u5177\u88dd\u914d\u81fa\u3002 + + +advancements.stage2.twilight.title=\u66ae\u5149\u63a2\u96aa +advancements.stage2.twilight.description=\u9032\u5165\u66ae\u5149\u68ee\u6797\u7e7c\u7e8c\u4f60\u7684\u65c5\u7a0b\u3002\u7528\u6c34\u586b\u6eff\u4e00\u500b2x2\u7684\u5730\u65b9\uff0c\u7528\u690d\u7269\u3001\u6a39\u82d7\u6216\u82b1\u4f86\u5305\u570d\u5b83\uff0c\u628a\u661f\u8f1d\u9b54\u6cd5\u7684\u661f\u8f1d\u9320\u6254\u9032\u6c34\u4e2d\u4f86\u5275\u9020\u5165\u53e3\u3002 + + +advancements.stage2.wateringcan.title=\u5feb\u901f\u8fb2\u696d +advancements.stage2.wateringcan.description=\u5982\u679c\u4f60\u53ad\u5026\u4e86\u7b49\u5f85\u838a\u7a3c\u7684\u751f\u9577\uff0c\u90a3\u5c31\u88fd\u4f5c\u4e00\u500b\u7051\u6c34\u58fa + + +advancements.stage2.weedwoodsticks.title=\u96dc\u8349\u6728 +advancements.stage2.weedwoodsticks.description=\u96dc\u8349\u6728\u68d2\u662f\u901a\u904e\u7834\u58de\u96dc\u8349\u704c\u6728\u53e2\u767c\u73fe\u7684\u3002\u901a\u5e38\u5728\u4ea4\u932f\u6b21\u5143\u5468\u570d\u80fd\u627e\u5230\u3002 \u6ce8\u610f\uff0c\u5b83\u5011\u4e0d\u80fd\u901a\u904e\u780d\u6728\u982d\u4f86\u7372\u53d6\u3002 + + +advancements.stage2.weedwoodsword.title=\u4ea4\u932f\u6b21\u5143 +advancements.stage2.weedwoodsword.description=\u5f9e\u5176\u4ed6\u4e16\u754c\u9032\u5165\u4ea4\u932f\u6b21\u5143\u7684\u5de5\u5177\u5c07\u4e0d\u8d77\u4f5c\u7528\u3002\u4f60\u9700\u8981\u88fd\u4f5c\u65b0\u7684\u5de5\u5177\u548c\u6b66\u5668\u4f86\u7528\u3002 \u6ce8\u610f\uff0c\u6b64\u6210\u5c31\u7279\u5225\u8981\u6c42\u4f60\u88fd\u4f5c\u4e00\u628a\u96dc\u8349\u6728\u528d\u4f86\u5b8c\u6210\u3002 + + +advancements.stage2.weird.title=\u5341\u5927\u53e4\u602a\u5de5\u5177 +advancements.stage2.weird.description=\u5982\u679c\u4f60\u60f3\u8981\u4e00\u500b\u5340\u584a\u8f09\u5165\u5668\uff0c\u88fd\u4f5c\u4e00\u500b\u53e4\u602a\u5de5\u5177\u4e26\u653e\u7f6e\u4e0b\u4f86\uff0c\u4ee5\u8f09\u5165\u4e00\u500b3x3\u5340\u57df + + +advancements.stage2.wool.title=\u7f8a\u6bdb\u6bef\u5b50 +advancements.stage2.wool.description=\u7528\u7d68\u6bdb\u548c\u7bf3\u677f\u584a\u88fd\u4f5c\u4e00\u4e9b\u7f8a\u6bdb + + +# stage 3 +advancements.stage3.amethyst.title=\u5730\u7344\u7d2b\u6c34\u6676\u7926 +advancements.stage3.amethyst.description=\u5728\u5730\u7344\u767c\u73fe\u4e86\u4e00\u7a2e\u7f55\u898b\u7684\u5bf6\u77f3\u3002\u53ef\u4ee5\u4f7f\u7528\u7b2c\u4e09\u7d00\u5143\u53ca\u4ee5\u4e0a\u7684\u52d8\u63a2\u5668\u9032\u884c\u5b9a\u4f4d + + +advancements.stage3.bauxite.title=\u92c1\u571f\u7926 + + +advancements.stage3.bellows.title=\u98a8\u7bb1 +advancements.stage3.bellows.description=\u88fd\u4f5c\u4e00\u500b\u98a8\u7bb1\u4e26\u548c\u6a5f\u68b0\u626d\u529b\u9023\u7dda\uff0c\u5b83\u80fd\u4f7f\u706b\u76c6\u9054\u5230\u731b\u706b\u3002 + + +advancements.stage3.blazerod.title=\u70c8\u7130\u68d2 +advancements.stage3.blazerod.description=\u524d\u5f80\u5730\u7344\uff0c\u6536\u96c6\u70c8\u7130\u7c89\uff0c\u4e26\u4f7f\u7528\u91d1\u5c6c\u885d\u58d3\u6a5f\u5c07\u4ed6\u5011\u885d\u58d3\u6210\u70c8\u7130\u68d2\u3002 + + +advancements.stage3.bonehoe.title=\u5730\u7344\u5de5\u5177 +advancements.stage3.bonehoe.description=\u4f7f\u7528\u91d1\u9aa8\u92e4\u53ef\u4ee5\u8015\u8018\u6ce5\u571f\uff0c\u4e5f\u53ef\u4ee5\u8015\u8018\u9748\u9b42\u6c99\u3002 + + +advancements.stage3.buildcraft.title=\u5347\u7d1a\u7dda\u8def +advancements.stage3.buildcraft.description=\u88fd\u4f5c\u4e00\u500b\u7d05\u77f3\u5f15\u64ce\uff0c\u958b\u59cb\u70ba\u4f60\u7684bc\u7ba1\u9053\u63d0\u4f9b\u52d5\u529b + + +advancements.stage3.circuitboard.title=\u6211\u662f\u96fb\u8def\u677f +advancements.stage3.circuitboard.description=\u4f7f\u7528\u5de5\u7a0b\u5e2b\u88dd\u914d\u81fa\u88fd\u4f5c\u4e00\u500b\u96fb\u8def\u677f + + +advancements.stage3.conveyorbelt.title=\u50b3\u9001\u5e36 +advancements.stage3.conveyorbelt.description=\u6c89\u6d78\u5de5\u7a0b\u7684\u50b3\u9001\u5e36\u975e\u5e38\u9069\u5408\u7269\u54c1\u904b\u8f38! + + +advancements.stage3.creosote.title=\u96dc\u915a\u6cb9 +advancements.stage3.creosote.description=\u4f7f\u7528\u7126\u7210\u751f\u7522\u96dc\u915a\u6cb9\u548c\u7126\u7164 + + +advancements.stage3.crudeoil.title=\u958b\u63a1\u77f3\u6cb9 +advancements.stage3.crudeoil.description=\u4f7f\u7528\u5dd6\u5fc3\u9246\u4e95\u4f86\u63a2\u6e2c\u5340\u584a\u4e2d\u7684\u539f\u6cb9\u3002 \u4fee\u5efa\u4e00\u500b\u6c89\u6d78\u539f\u6cb9\u7684\u63a1\u6cb9\u6a5f\u4f86\u63d0\u53d6\u5b83\uff0c\u4e26\u7528\u6876\u4f86\u88dd\u53d6\u4e00\u6876\u6cb9\u4f86\u5b8c\u6210\u6b64\u9032\u5ea6\u3002 + + +advancements.stage3.distillation2.title=\u7d66\u5b83\u4e00\u4e9b\u6c23\u9ad4 +advancements.stage3.distillation2.description=\u5728\u7cbe\u993e\u5854\u5167\u9032\u4e00\u6b65\u7684\u52a0\u5de5\u539f\u6cb9\u5c07\u7522\u751f\u67f4\u6cb9\u3001\u6c7d\u6cb9\u548c\u6f64\u6ed1\u6cb9\uff0c\u4f60\u9700\u8981\u5c07\u6bcf\u4e00\u7a2e\u7528\u6876\u88dd\u53d6\u4f86\u5b8c\u6210\u6b64\u9032\u5ea6\u3002 \u9019\u4e9b\u6db2\u9ad4\u80fd\u4f5c\u70ba\u71c3\u6599\uff0c\u52a0\u901f\u67d0\u4e9b\u6a5f\u5668\uff0c\u6216\u5141\u8a31\u9032\u4e00\u6b65\u7684\u8655\u7406\u3002 + + +advancements.stage3.drawercontroller.title=\u62bd\u5c5c\u7ba1\u7406\u5668 +advancements.stage3.drawercontroller.description=\u62bd\u5c5c\u7ba1\u7406\u5668\u53ef\u4ee5\u8b93\u4f60\u7684\u62bd\u5c5c\u8b8a\u6210\u4e00\u500b\u7db2\u8def + + +advancements.stage3.extendedcrafting1.title=\u64f4\u5145\u5957\u4ef6\u5de5\u4f5c\u81fa:\u91d1 +advancements.stage3.extendedcrafting1.description=\u5f9e extended crafting \u9019\u6a21\u7d44\u4e2d\u88fd\u4f5c\u4e00\u500b\u9ad8\u7d1a\u5de5\u4f5c\u81fa \u4f86\u9032\u884c\u66f4\u591a\u5408\u6210 + + +advancements.stage3.filteredhopper.title=\u6ffe\u7be9\u6f0f\u6597 +advancements.stage3.filteredhopper.description=\u4f7f\u7528\u6ffe\u7be9\u6f0f\u6597\u5f9e\u9748\u9b42\u6c99\u91cc\u7be9\u51fa\u7149\u7344\u706b\u4e4b\u71fc + + +advancements.stage3.galgadorian.title=\u6df7\u5408\u6676\u5316\u91d1\u5c6c +advancements.stage3.galgadorian.description=\u6536\u96c6\u5f37\u5316\u6df7\u5408\u6676\u5316\u91d1\u5c6c\u9320\u4ee5\u9032\u4e00\u6b65\u5347\u7d1a\u4f60\u7684\u57fa\u790e\u8a2d\u65bd + + +advancements.stage3.hibachi.title=\u706b\u76c6 +advancements.stage3.hibachi.description=\u66f4\u597d\u7684\u9ea5\u584a(better with mods)\u4e2d\u7684\u706b\u76c6\u6703\u70ba\u4f60\u7684\u91dc\u934b\u548c\u5769\u581d\u63d0\u4f9b\u7121\u9650\u71c3\u71d2\u7684\u706b\u3002 + + +advancements.stage3.iebook.title=\u5de5\u7a0b\u5e2b\u624b\u518a +advancements.stage3.iebook.description=\u6c89\u6d78\u5de5\u85dd\u7684\u5de5\u7a0b\u5e2b\u624b\u518a\u5f88\u68d2\uff0c\u8acb\u505a\u4e00\u672c + + +advancements.stage3.iehammer.title=\u5de5\u7a0b\u5e2b\u9318 +advancements.stage3.iehammer.description=\u88fd\u4f5c\u4e00\u500b\u5de5\u7a0b\u5e2b\u9318\u4f86\u69cb\u5efa\u591a\u65b9\u584a\u6a5f\u5668\uff0c\u65cb\u8f49\u65b9\u584a + + +advancements.stage3.liquidplastic.title=\u5851\u6599\u7684\u767c\u660e +advancements.stage3.liquidplastic.description=\u4f7f\u7528\u6a21\u7d44\u5316\u6a5f\u68b0(\u6a21\u7d44ular machinery\uff09\u7684\u6d41\u9ad4\u8655\u7406\u5668\uff0c\u5c07\u7194\u878d\u4e19\u70ef(propene\uff09\u8f49\u63db\u70ba\u7194\u878d\u5851\u6599(plastic\uff09 + + +advancements.stage3.\u6a21\u7d44ularmachinery.title=\u6a21\u7d44\u5316 +advancements.stage3.\u6a21\u7d44ularmachinery.description=\u8d85\u5c0e\u9ad4\u63a7\u5236\u5668\u662f\u6bcf\u500b\u6a21\u7d44\u5316\u6a5f\u68b0\u6a5f\u5668\u6240\u9700\u7684\u4e3b\u8981\u6a21\u7d44\u3002\u6aa2\u67e5\u6a5f\u68b0\u85cd\u5716\u4f86\u4e86\u89e3\u5982\u4f55\u69cb\u5efa\u6bcf\u500b\u7d50\u69cb\u3002 + + +advancements.stage3.naphtha.title=\u7cbe\u993e +advancements.stage3.naphtha.description=\u73fe\u5728\u4f60\u5df2\u7d93\u63d0\u53d6\u539f\u6cb9\uff0c\u642d\u5efa\u4e00\u500b\u6c89\u6d78\u539f\u6cb9\u7684\u7cbe\u993e\u5854\uff0c\u5c07\u77f3\u6cb9\u52a0\u5de5\u6210\u7194\u878d\u77f3\u8166\u6cb9(naphtha\uff09\u548c\u67f4\u6cb9\uff0c\u4e26\u7528\u6876\u4f86\u88dd\u53d6\u4e00\u6876\u4f86\u5b8c\u6210\u6b64\u9032\u5ea6\u3002 + + +advancements.stage3.nether.title=\u524d\u5f80\u5730\u7344 +advancements.stage3.nether.description=\u524d\u5f80\u5730\u7344\u3002\u9810\u5efa\u7684\u5165\u53e3\u7db2\u7ad9\u5b58\u5728\u65bc\u6c99\u6f20\u548c\u85a9\u51e1\u7d0d\u7b49\u71b1\u9580\u751f\u614b\u57df\u4e2d + + +advancements.stage3.netherbrick.title=\u5730\u7344\u78da\u584a +advancements.stage3.netherbrick.description=\u5c07\u4e0b\u5c46\u6de4\u6ce5\u653e\u5230\u66f4\u597d\u7684\u9ea5\u584a(better with mods)\u7684\u7aaf\u4e2d\uff0c\u5c07\u5176\u71d2\u88fd\u6210\u5730\u7344\u78da\u584a\u3002 \u8acb\u53c3\u7167\u66f4\u597d\u7684\u9ea5\u584a(better with mods)\u4f86\u4e86\u89e3\u5982\u4f55\u7d44\u88dd\u7aaf\u3002 + + +advancements.stage3.netherexbiome.title=\u5730\u7344\u5df2\u7d93\u7d50\u51b0\u4e86 +advancements.stage3.netherexbiome.description=\u5c0b\u627e\u4e26\u9032\u5165\u5317\u6975\u7684\u6df1\u6df5\u751f\u614b\u57df\u3002 + + +advancements.stage3.netherwart.title=\u5730\u7344\u75a3 +advancements.stage3.netherwart.description=\u627e\u5230\u4e26\u6536\u96c6\u5730\u7344\u75a3\u3002\u6700\u5e38\u898b\u7684\u662f\u5728\u5730\u7344\u8981\u585e\u4e2d\u3002 + + +advancements.stage3.nickel.title=\u8910\u9435\u7926 + + +advancements.stage3.oreexcavation.title=\u9023\u9396\u7926\u5de5 +advancements.stage3.oreexcavation.description=\u4f7f\u7528\u6316\u6398\u5f37\u5316\u53ef\u5c07\u9023\u9396\u7926\u7269\u529f\u80fd\u65b0\u589e\u5230\u5320\u9b42\u5de5\u5177\u4e2d\u3002 \u4f60\u9084\u53ef\u4ee5\u5728\u9644\u9b54\u81fa\u4f7f\u7528\u5e36\u6709\u6316\u6398\u6548\u679c\u7684\u9644\u9b54\u66f8\u4f86\u9644\u9b54\u975e\u5320\u9b42\u7684\u5de5\u5177\u3002 + + +advancements.stage3.oreprospector.title=\u7926\u77f3\u52d8\u63a2\u5668 +advancements.stage3.oreprospector.description=\u88fd\u4f5c\u4e00\u500b\u7926\u77f3\u52d8\u63a2\u5668\u4f86\u5e6b\u4f60\u5b9a\u4f4d\u968e\u6bb53\u4e2d\u7684\u7926\u77f3 + + +advancements.stage3.plastic.title=\u53ef\u5851\u6027 +advancements.stage3.plastic.description=\u5f9e\u6a21\u7d44\u5316\u6a5f\u68b0(\u6a21\u7d44ular machinery\uff09\u7684\u5851\u6599\u5851\u578b\u6a5f\u5c07\u7194\u878d\u5851\u6599(plastic\uff09\u8f49\u5316\u70ba\u53ef\u7528\u65bc\u8a31\u591a\u65b0\u914d\u65b9\u7684\u5851\u6599\u7247 + + +advancements.stage3.platinum.title=\u9251\u7926 + + +advancements.stage3.potash.title=\u6728\u7070 +advancements.stage3.potash.description=\u5728\u91dc\u934b\u4e2d\u4f7f\u7528\u539f\u6728\u3001\u6728\u677f\u548c\u6728\u5c51\u4f86\u88fd\u4f5c\u6728\u7070 + + +advancements.stage3.projector.title=\u591a\u65b9\u584a\u7d50\u69cb\u6295\u5f71\u5100 +advancements.stage3.projector.description=\u5229\u7528\u591a\u65b9\u584a\u7d50\u69cb\u6295\u5f71\u5100\u4f86\u6295\u5c04\u4f60\u60f3\u8981\u7684\u6c89\u6d78\u5de5\u7a0b\u7d50\u69cb\uff0c\u7136\u5f8c\u6309\u7167\u6295\u5f71\u4f86\u642d\u5efa\u3002 \u6295\u5f71\u5100\u80fd\u5920\u5f88\u65b9\u4fbf\u7684\u5e6b\u52a9\u4f60\u642d\u5efa\u7d50\u69cb(\u524d\u63d0\u662f\u4f60\u6709\u8db3\u5920\u591a\u7684\u6750\u6599\uff09\u3002 + + +advancements.stage3.propene.title=\u4e19\u70ef\u548c\u4e19\u70ef\u914d\u4ef6 +advancements.stage3.propene.description=\u4f7f\u7528\u6a21\u7d44\u5316\u6a5f\u68b0(\u6a21\u7d44ular machinery\uff09\u7684\u5316\u5b78\u6df7\u5408\u5668\u5c07\u5141\u8a31\u4f60\u6df7\u5408\u7194\u878d\u77f3\u8166\u6cb9(naphtha\uff09\u548c\u84b8\u6c7d\u4f86\u88fd\u4f5c\u7194\u878d\u4e19\u70ef(propene\uff09\u3002\u62ff\u8d77\u4f60\u7684\u6876\u5411\u5851\u6599\u7684\u65b9\u5411\u524d\u9032\u5427\u3002 + + +advancements.stage3.rails.title=\u9435\u8def +advancements.stage3.rails.description=\u88fd\u4f5c\u548c\u4f7f\u7528\u9435\u8ecc\uff0c\u53ef\u4ee5\u5feb\u901f\u9060\u8ddd\u96e2\u9032\u884c\u904b\u8f38\u6d3b\u52d5 + + +advancements.stage3.redstone.title=\u7843\u7802\u7926 + + +advancements.stage3.root.title=\u7b2c\u4e09\u7d00\u5143! +advancements.stage3.root.description=\u6b61\u8fce\u4f86\u5230\u7b2c\u4e09\u7d00\u5143! + + +advancements.stage3.sampledrill.title=\u5dd6\u82af\u6a23\u672c +advancements.stage3.sampledrill.description=\u5728\u6bcf\u500b\u5340\u584a\u8868\u9762\u7528\u5dd6\u5fc3\u9246\u4e95\u4f86\u9032\u884c\u7926\u8108\u548c\u539f\u6cb9\u5b9a\u4f4d\u3002\u4e0d\u8981\u5fd8\u8a18\u5b83\u9700\u8981\u63d0\u4f9b\u80fd\u91cf\uff0c\u4f60\u53ef\u4ee5\u6309\u4f4fshift\u53f3\u9375\u628a\u5dd6\u82af\u6a23\u672c\u653e\u5728\u5730\u4e0a\u3002 + + +advancements.stage3.silverlead.title=\u65b9\u925b\u7926 + + +advancements.stage3.soundmuffler.title=\u8d85\u7d1a\u6d88\u97f3\u5668 +advancements.stage3.soundmuffler.description=\u566a\u97f3\u8b93\u4f60\u760b\u72c2\uff1f\u653e\u7f6e\u4e00\u500b\u8d85\u7d1a\u6d88\u97f3\u5668\uff0c\u4e26\u914d\u7f6e\u5b83\u4f7f\u4f60\u4e0d\u60f3\u807d\u5230\u7684\u8072\u97f3 + + +advancements.stage3.standardhull.title=\u53f2\u8482\u592b\u7684\u6a19\u6e96\u5916\u6bbc +advancements.stage3.standardhull.description=\u53f2\u8482\u592b\u7926\u8eca\u7684\u6a19\u6e96\u5916\u6bbc\u53ef\u4ee5\u8b93\u4f60\u88fd\u4f5c\u66f4\u597d\u7684\u63a8\u8eca + + +advancements.stage3.steam.title=\u71b1\u6c23\u9a30\u9a30 +advancements.stage3.steam.description=\u4f7f\u7528\u84b8\u6c7d\u934b\u7210\u6216\u8005\u592a\u967d\u80fd\u96c6\u71b1\u5854\u88fd\u4f5c\u51fa\u84b8\u6c7d\uff0c\u4e26\u7528\u6876\u88dd\u88dd\u53d6\u4e00\u6876\u4f86\u5b8c\u6210\u6b64\u9032\u5ea6\u3002 + + +advancements.stage3.steel.title=\u92fc\u9320 +advancements.stage3.steel.description=\u9ad8\u7210\u5c07\u5141\u8a31\u4f60\u7528\u7126\u7164\u548c\u9435\u9320\u4f86\u88fd\u4f5c\u92fc\u3002 + + +advancements.stage3.stevescartsassembler.title=\u53f2\u8482\u592b\u7926\u8eca +advancements.stage3.stevescartsassembler.description=\u7926\u8eca\u88dd\u914d\u6a5f\u5c07\u5141\u8a31\u4f60\u7d44\u88dd\u4e00\u500b\u6a21\u7d44\u5316\u7926\u8eca\u3002\u8b39\u8a18\uff0c\u4f60\u53ef\u4ee5\u88fd\u4f5c\u5347\u7d1a\u914d\u4ef6\u4e26\u901a\u904eshift\u53f3\u9375\u5c07\u5b83\u5011\u9644\u52a0\u5230\u88dd\u914d\u6a5f\u7684\u5916\u90e8\uff0c\u4ee5\u52a0\u5feb\u751f\u7522\u6642\u9593\u6216\u4f7f\u7528\u5176\u4ed6\u529f\u80fd\u3002 + + +advancements.stage3.vacuumtube.title=\u771f\u7a7a\u7ba1 +advancements.stage3.vacuumtube.description=\u5728\u5de5\u7a0b\u5e2b\u88dd\u914d\u81fa\u4e2d\u88fd\u4f5c\u771f\u7a7a\u7ba1 + + +advancements.stage3.viescraft.title=\u98db\u884c! +advancements.stage3.viescraft.description=\u4f7f\u7528\u6240\u6709\u767c\u52d5\u6a5f\u7684\u7269\u54c1\u88fd\u4f5c\u4e00\u8258v1\u98db\u8239\u3002\u6253\u958bgui\uff0c\u770b\u770b\u4f60\u80fd\u5347\u7d1a\u4ec0\u9ebc\uff0c\u4e26\u5b9a\u88fd\u4f60\u98db\u8239\u7684\u5916\u89c0 + + +advancements.stage3.waterwheel.title=\u6c34\u8eca +advancements.stage3.waterwheel.description=\u5c07\u6c34\u8eca\u9023\u7dda\u5230\u52d5\u80fd\u767c\u96fb\u6a5f\u4f86\u7522\u751f\u80fd\u91cf + + +advancements.stage3.windmill.title=\u98a8\u8eca! +advancements.stage3.windmill.description=\u5c07\u98a8\u8eca\u548c\u52d5\u80fd\u767c\u96fb\u6a5f\u9023\u7dda\u8d77\u4f86\u7522\u751f\u80fd\u91cf + + +advancements.stage3.wire.title=\u5c0e\u7dda +advancements.stage3.wire.description=\u4f60\u6709\u80fd\u91cf\u4e86\uff0c\u73fe\u5728\u4f60\u9700\u8981\u5728\u57fa\u5730\u5468\u570d\u50b3\u8f38\u5b83! + + +advancements.stage3.wireshock.title=\u4e00\u7a2e\u7528\u96fb\u65b9\u6848 +advancements.stage3.wireshock.description=direwire\u5b89\u88dd\u53ef\u80fd\u6703\u5c0e\u81f4\u5f88\u591a\u4ee4\u4eba\u9707\u9a5a\u7684\u4e8b\u60c5\u3002\u6240\u4ee5\u4f60\u73fe\u5728\u53ef\u4ee5\u9694\u7d55\u4f60\u7684\u96fb\u7dda\u3002\u4f46\u5b83\u7121\u6cd5\u89e3\u6c7adirewire\u7684\u5b89\u88dd\u554f\u984c\u3002 + + +advancements.stage3.woodhull.title=\u53f2\u8482\u592b\u7926\u8eca\u7684\u6728\u88fd\u5916\u6bbc +advancements.stage3.woodhull.description=\u88fd\u4f5c\u6728\u88fd\u5916\u6bbc\uff0c\u4f86\u505a\u4e00\u500b\u6700\u57fa\u790e\u7684\u53f2\u8482\u592b\u7926\u8eca + + +advancements.stage3.workbench.title=\u5de5\u7a0b\u5e2b\u88dd\u914d\u81fa +advancements.stage3.workbench.description=\u88fd\u4f5c\u4e00\u500b\u5de5\u7a0b\u5e2b\u88dd\u914d\u81fa\uff0c\u4e26\u5f9e\u85cd\u5716\u4e0a\u88fd\u4f5c\u5176\u4ed6\u7269\u54c1\u3002 + + +# stage 4 +advancements.stage4.adapter.title=\u4e0d\u8981\u4f4e\u4f30\u6211\u7684\u529b\u91cf +advancements.stage4.adapter.description=\u7576\u4f60\u7121\u6cd5\u5728\u4e0d\u540c\u7684\u6a21\u7d44\u4e4b\u9593\u50b3\u8f38\u80fd\u91cf\u6642\uff0c\u80fd\u91cf\u9069\u914d\u5668\u53ef\u4ee5\u5e6b\u52a9\u4f60\u8f49\u63db\u3002 + + +advancements.stage4.ae2panel.title=\u61c9\u7528\u80fd\u6e90 +advancements.stage4.ae2panel.description=\u88fd\u4f5c\u4e00\u500bme\u7d42\u7aef\uff0c\u4e26\u5728\u61c9\u7528\u80fd\u6e90\u548c\u7cbe\u7dfb\u5132\u5b58\u4e4b\u9593\u9078\u64c7\uff0c\u4e5f\u53ef\u4ee5\u5169\u8005\u517c\u6709! + + +advancements.stage4.amadrontablet.title=amadron\u5e73\u677f\u96fb\u8166 +advancements.stage4.amadrontablet.description=\u7528\u5145\u80fd\u7ad9\u5c0damadron\u5e73\u677f\u96fb\u8166\u9032\u884c\u5145\u6c23\uff0c\u7136\u5f8c\u7528\u5b83\u4f86\u8a02\u8cfc\u7269\u54c1\u3002\u78ba\u4fdd\u901a\u904e\u4f7f\u7528shift\u53f3\u9375\u55ae\u64ca\u7bb1\u5b50\u6216\u5132\u5b58\u6d41\u9ad4\u4f86\u8a2d\u5b9a\u4e0a\u9580\u6536\u4ef6\u8207\u6536\u7a6b\u4f4d\u7f6e\u3002 + + +advancements.stage4.ardite.title=\u963f\u8fea\u7279\u7926\u77f3 +advancements.stage4.ardite.description=\u5728\u4e0b\u5c46\u5c0b\u627e\u963f\u8fea\u7279\u7926\u77f3\u4e26\u7528\u6316\u6398\u7b49\u7d1a\u70ba\u9237(cobalt\uff09\u7684\u93ac\u6316\u6398\u3002 + + +advancements.stage4.blockheads1.title=\u73fe\u4ee3\u5316\u5eda\u623f +advancements.stage4.blockheads1.description=\u5728\u7194\u7210\u91cc\u70f9\u98ea\u98df\u7269\u662f\u6709\u9ede\u9ebb\u7169\uff0c\u5728\u4f60\u5bb6\u88e1\u5b89\u88dd\u65b0\u5eda\u623f\u3002\u5f9e\u300a\u50bb\u74dc\u70f9\u98ea\u624b\u518ai\u300b\u4e2d\u958b\u59cb\u4f60\u7684\u70f9\u98ea\u5427! + + +advancements.stage4.blockheads2.title=\u7e7c\u7e8c\u524d\u9032! +advancements.stage4.blockheads2.description=\u4f7f\u7528\u300a\u50bb\u74dc\u70f9\u98ea\u624b\u518aii\u300b\u80fd\u5920\u4f7f\u7528\u63f9\u5305\u4e2d\u7684\u98df\u6750\u70f9\u98ea\u98df\u7269\uff0c\u6216\u8005\u4f5c\u70ba\u70f9\u98ea\u7684\u5de5\u5177\u3002 + + +advancements.stage4.blockheads3.title=\u5b8c\u6574\u7684\u5eda\u623f +advancements.stage4.blockheads3.description=\u50bb\u74dc\u70f9\u98ea\u6a21\u7d44\u662f\u4e00\u500b\u591a\u65b9\u584a\u7684\u6a21\u7d44\uff0c\u5728\u5f7c\u6b64\u76f8\u9130\u653e\u7f6e\u6642\u90fd\u624d\u80fd\u6709\u66f4\u591a\u7684\u529f\u80fd\u3002\u88fd\u4f5c\u548c\u653e\u7f6e\u4e00\u500b\u70f9\u98ea\u684c\u5f8c\u958b\u59cb\u4f60\u7684\u70f9\u98ea\u3002\u7136\u5f8c\u4f60\u53ef\u4ee5\u653e\u7f6e\u70e4\u7bb1\u3001\u51b0\u7bb1\u3001\u6c34\u69fd\u548c\u5176\u4ed6\u7269\u54c1\u4ee5\u7372\u5f97\u66f4\u591a\u7684\u529f\u80fd\u3002 + + +advancements.stage4.certusquartz.title=\u77f3\u82f1\u7926 + + +advancements.stage4.cobalt.title=\u9237\u7926\u77f3 +advancements.stage4.cobalt.description=\u5728\u5730\u7344\u627e\u5230\u548c\u6316\u6398\u9237\u7926\u77f3! + + +advancements.stage4.compressediron.title=\u58d3\u529b\u4e4b\u4e0b +advancements.stage4.compressediron.description=\u88fd\u4f5c\u4e00\u500b\u661f\u7cfb\u6a21\u7d44\u7684\u58d3\u7e2e\u6a5f\uff0c\u7528\u5b83\u4f86\u88fd\u4f5c\u58d3\u7e2e\u91d1\u5c6c\u677f + + +advancements.stage4.compressor.title=\u7d42\u754c\u5408\u91d1(\u9ad8\u7d1a\uff09 +advancements.stage4.compressor.description=\u88fd\u4f5c\u4e00\u500b\u661f\u7cfb\u6a21\u7d44\u7684\u58d3\u7e2e\u6a5f\uff0c\u7528\u5b83\u4f86\u88fd\u4f5c\u58d3\u7e2e\u91d1\u5c6c\u677f + + +advancements.stage4.endcrystal.title=\u8f49\u4e16 +advancements.stage4.endcrystal.description=\u5982\u679c\u4f60\u60f3\u5fa9\u6d3b\u7d42\u754c\u9f8d\uff0c\u88fd\u4f5c4\u500b\u7d42\u754c\u6c34\u6676\uff0c\u4e26\u628a\u5b83\u5011\u653e\u5728\u7d42\u754c\u7684\u51fa\u53e3\u3002\u6bcf\u500b\u6c34\u6676\u9700\u8981\u653e\u7f6e\u57283\u500b\u57fa\u5dd6\u7684\u4e2d\u9593\u3002 + + +advancements.stage4.enderalloy1.title=\u7d42\u754c\u5408\u91d1 +advancements.stage4.enderalloy1.description=\u5728\u7d42\u754c\u4e2d\u6253\u6557\u7d42\u754c\u9f8d\u548c\u6316\u6398\u4e9b\u7d42\u754c\u96f2\u6bcd\uff0c\u53ef\u7528\u4f86\u88fd\u4f5c\u7d42\u754c\u5408\u91d1(\u57fa\u790e\uff09 + + +advancements.stage4.enderalloy2.title=\u7d42\u754c\u5408\u91d1(\u589e\u5f37\uff09 +advancements.stage4.enderalloy2.description=\u5728\u7d42\u754c\u4e2d\u627e\u5230\u7d2b\u980c\u679c\uff0c\u53ef\u7528\u4f86\u88fd\u4f5c\u7d42\u754c\u5408\u91d1(\u589e\u5f37\uff09 + + +advancements.stage4.enderalloy3.title=\u7d42\u754c\u5408\u91d1(\u9ad8\u7d1a\uff09 +advancements.stage4.enderalloy3.description=\u5728\u7d42\u754c\u4e2d\u627e\u5230\u6f5b\u5f71\u6bbc\uff0c\u7d42\u754c\u71ed\u548c\u7d2b\u73c0\u584a\uff0c\u53ef\u7528\u4f86\u88fd\u4f5c\u7d42\u754c\u5408\u91d1(\u9ad8\u7d1a\uff09 + + +advancements.stage4.endercrafter.title=\u7d42\u754c\u5408\u6210\u81fa +advancements.stage4.endercrafter.description=\u88fd\u4f5c\u7d42\u754c\u5408\u6210\u81fa\u548c\u7d42\u754c\u767c\u96fb\u6a5f\u4f86\u9032\u884c\u9032\u968e\u7684\u5408\u6210 + + +advancements.stage4.extendedcraftingelite.title=\u7cbe\u82f1\u5de5\u4f5c\u81fa +advancements.stage4.extendedcraftingelite.description=\u6709\u4e9b\u5408\u6210\u9700\u8981\u66f4\u591a\u7684\u7a7a\u9593\u3002\u88fd\u4f5c\u4e00\u500b\u7cbe\u82f1\u5de5\u4f5c\u81fa\u5427! + + +advancements.stage4.fuelloader.title=\u586b\u6eff\u5979 +advancements.stage4.fuelloader.description=\u5728\u706b\u7bad\u8d77\u98db\u524d\u9700\u8981\u7528\u71c3\u6599\u88dd\u8f09\u6a5f\u70ba\u5b83\u52a0\u6cb9 + + +advancements.stage4.inscriber.title=\u58d3\u5370\u4e2d... +advancements.stage4.inscriber.description=\u88fd\u4f5c\u4e00\u500b\u58d3\u5370\u6a5f\uff0c\u5b83\u53ef\u4ee5\u58d3\u5236\u6a21\u677f\u548c\u8655\u7406\u5668\u4ee5\u53ca\u5176\u4ed6\u6a5f\u5668 + + +advancements.stage4.laserassembly.title=\u7d44\u88dd\u7a0b\u5f0f\u8a2d\u8a08 +advancements.stage4.laserassembly.description=\u8a02\u8cfc\u7d44\u88dd\u7a0b\u5f0f:\u5f9eamadron\u5e73\u677f\u96fb\u8166\u4e2d\u8a02\u53d6 + + +advancements.stage4.launchpad.title=\u63a8\u9032\u5668\u555f\u52d5! +advancements.stage4.launchpad.description=\u5728\u706b\u7bad\u8d77\u98db\u6642\uff0c\u4f60\u9700\u8981\u57283x3\u7684\u5730\u65b9\u653e\u7f6e9\u500b\u706b\u7bad\u767c\u5c04\u5e73\u81fa\uff0c\u7136\u5f8c\u5c07\u706b\u7bad\u653e\u5728\u5e73\u81fa\u4e2d\u5fc3\u3002 + + +advancements.stage4.machinecasing.title=\u6a5f\u68b0\u5916\u6bbc +advancements.stage4.machinecasing.description=\u9ad8\u7d1a\u7684\u6a5f\u5668\u9700\u8981\u66f4\u5fa9\u96dc\u7684\u6a5f\u68b0\u5916\u6bbc + + +advancements.stage4.manyullyn.title=\u746a\u7389\u9748 +advancements.stage4.manyullyn.description=\u5728\u51b6\u7149\u7210\u4e2d\u878d\u5408\u963f\u8fea\u7279\u8207\u9237\u4f86\u5275\u9020\u51fa\u746a\u7389\u9748\u3002 + + +advancements.stage4.moon.title=\u62b5\u9054\u6708\u7403! +advancements.stage4.moon.description=\u767c\u5c04\u706b\u7bad\u4e26\u964d\u843d\u5728\u6708\u7403\u4e0a + + +advancements.stage4.NASAworkbench.title=\u57fa\u790e\u592a\u7a7a\u8a08\u5283 +advancements.stage4.NASAworkbench.description=\u88fd\u4f5c\u4e00\u500bNASA\u5de5\u7a0b\u81fa\u958b\u59cb\u4f60\u7684\u6708\u7403\u4e4b\u65c5 + + +advancements.stage4.oxygencollector.title=\u5305\u62ec\u6c27\u6c23 +advancements.stage4.oxygencollector.description=\u7232\u4e86\u88fd\u4f5c\u661f\u7cfb\u6a21\u7d44\u7684\u71c3\u6cb9\uff0c\u4f60\u9700\u8981\u5728\u6c89\u6d78\u5de5\u85dd\u7684\u7149\u6cb9\u5ee0\u4e2d\u5c07\u7164\u6cb9\u548c\u6c27\u6c23\u7d50\u5408\u3002\u6c27\u6c23\u6700\u521d\u53ef\u4ee5\u88ab\u6c27\u6c23\u6536\u96c6\u5668\u6536\u96c6\u3002 + + +advancements.stage4.plasticmixer.title=\u5851\u6599\u5851\u5f62\u6a5f +advancements.stage4.plasticmixer.description=\u88fd\u4f5c\u6a21\u7d44\u5316\u6a5f\u68b0(\u6a21\u7d44ular machinery\uff09\u7684\u5851\u6599\u5851\u5f62\u6a5f\uff0c\u4f7f\u7194\u878d\u5851\u6599(plastic\uff09\u5851\u5f62\u6210\u5851\u6599\u7247 + + +advancements.stage4.presses.title=\u4fdd\u6301\u58d3\u5370 +advancements.stage4.presses.description=\u627e\u5230\u58d3\u5370\u6a5f\u6240\u9700\u5de5\u7a0b\u58d3\u5370\u6a21\u677f\u3001\u908f\u8f2f\u58d3\u5370\u6a21\u677f\u548c\u7845\u58d3\u5370\u6a21\u677f\uff0c\u662f\u61c9\u7528\u80fd\u6e90(ae2\uff09\u548c\u7cbe\u7dfb\u5132\u5b58(rs\uff09\u6240\u9700\u8981\u7684\u6750\u6599\u3002 + + +advancements.stage4.pressurechamberwall.title=\u58d3\u529b\u5ba4 +advancements.stage4.pressurechamberwall.description=\u88fd\u4f5c\u58d3\u529b\u5ba4\u58bb\u58c1\u4e26\u5efa\u7bc9\u4e00\u500b\u6c23\u52d5\u5de5\u85dd\u7684\u58d3\u529b\u5ba4 + + +advancements.stage4.printedcircuitboard.title=\u5370\u5237\u96fb\u8def\u677f +advancements.stage4.printedcircuitboard.description=\u4f7f\u7528\u4f60\u7684\u6c23\u52d5\u88dd\u7f6e\uff0c\u5efa\u7acb\u4e00\u500b\u5370\u5237\u96fb\u8def\u677f + + +advancements.stage4.prospector4.title=4\u7d1a\u63a2\u7926\u8005 +advancements.stage4.prospector4.description=\u88fd\u4f5c\u4e00\u500b\u9ad8\u7d1a\u7926\u77f3\u52d8\u63a2\u5668\u4f86\u5e6b\u4f60\u5b9a\u4f4d\u968e\u6bb54\u4e2d\u7684\u7926\u77f3 + + +advancements.stage4.root.title=\u7b2c\u56db\u7d00\u5143 +advancements.stage4.root.description=\u6b61\u8fce\u4f86\u5230\u7b2c\u56db\u7d00\u5143! + + +advancements.stage4.rsgrid.title=\u7cbe\u7dfb\u5132\u5b58 +advancements.stage4.rsgrid.description=\u88fd\u4f5c\u4e00\u500b\u7cbe\u7dfb\u5132\u5b58(rs\uff09\u7684\u7d42\u7aef\uff0c\u4e26\u5728\u61c9\u7528\u80fd\u6e90\u548c\u7cbe\u7dfb\u5132\u5b58\u4e4b\u9593\u9078\u64c7\uff0c\u4e5f\u53ef\u4ee5\u5169\u8005\u517c\u6709! + + +advancements.stage4.silicon.title=\u7845\u7926\u77f3 + + +advancements.stage4.solidendereye.title=\u53ef\u91cd\u8907\u4f7f\u7528\u7684\u773c\u775b +advancements.stage4.solidendereye.description=\u88fd\u4f5c\u4e00\u500b\u56fa\u614b\u7d42\u754c\u4e4b\u773c\uff0c\u80fd\u66f4\u5bb9\u6613\u7684\u627e\u5230\u7d42\u754c\u9580 + + +advancements.stage4.spacesuit.title=\u7a7f\u8457\u7280\u5229\u7684\u7537\u4eba +advancements.stage4.spacesuit.description=\u88fd\u4f5c\u4e00\u6574\u59571\u968e\u592a\u7a7a\u670d\uff0c\u4ee5\u9632\u4f60\u767b\u6708\u6642\u53d7\u5230\u58d3\u529b\u548c\u8f3b\u5c04 + + +advancements.stage4.t1rocket.title=\u706b\u7bad\u98db\u8239 +advancements.stage4.t1rocket.description=\u88fd\u4f5c\u4e00\u8258\u4e00\u968e\u706b\u7bad + + +advancements.stage4.theend.title=\u524d\u5f80\u7d42\u754c +advancements.stage4.theend.description=\u627e\u5230\u4e26\u9032\u5165\u7d42\u754c\u3002 + + +# stage 5 +advancements.stage5.charger3.title=\u6975\u901f\u5145\u96fb +advancements.stage5.charger3.description=\u4e09\u7d1a\u5145\u96fb\u5668\u80fd\u5920\u8b93\u4f60\u6bd4\u5148\u524d\u7b49\u7d1a\u7684\u5145\u96fb\u5668\u66f4\u70ba\u5feb\u901f\u7684\u5145\u80fd\u7269\u54c1 + + +advancements.stage5.cheese.title=\u6708\u4eae\u662f\u5976\u916a\u505a\u7684 +advancements.stage5.cheese.description=\u5976\u916a\u80fd\u5920\u975e\u5e38\u7f55\u898b\u7684\u5728\u6708\u7403\u4e0a\u767c\u73fe\uff0c\u5c31\u50cf\u5176\u4ed6\u6708\u7403\u4e0a\u7684\u7926\u77f3\uff0c\u63a1\u77f3\u5834\u80fd\u5920\u76f4\u63a5\u6316\u6398\u5b83\u3002 + + +advancements.stage5.compactmachines.title=\u5c0f\u578b\u5316\u5de5\u7a0b +advancements.stage5.compactmachines.description=\u60f3\u5efa\u7acb\u81ea\u5df1\u7684\u96a8\u8eab\u7a7a\u9593\u4e26\u89e3\u9396\u53e6\u4e00\u500b\u6a5f\u7bb1\u5408\u6210\u8868\u55ce\uff1f\u88fd\u4f5c\u4e26\u653e\u7f6e\u7a7a\u9593\u58d3\u7e2e\u6a5f\u68b0\u9818\u57df\u6295\u5f71\u5668\u4f86\u958b\u59cb\u9019\u500b\u5de5\u7a0b + + +advancements.stage5.creativecompressor.title=\u5275\u9020\u6a21\u5f0f\u58d3\u7e2e\u6a5f +advancements.stage5.creativecompressor.description=\u5408\u6210\u4e00\u500b\u6c23\u52d5\u5de5\u85dd(pneumaticraft\uff09\u7684\u5275\u9020\u6a21\u5f0f\u58d3\u7e2e\u6a5f + + +advancements.stage5.creativeenergycube.title=\u5275\u9020\u80fd\u91cf\u7acb\u65b9 +advancements.stage5.creativeenergycube.description=\u5408\u6210\u4e00\u500b\u901a\u7528\u6a5f\u68b0(mekanism\uff09\u7684\u5275\u9020\u80fd\u91cf\u7acb\u65b9 + + +advancements.stage5.creativefluidtank.title=\u5275\u9020\u6db2\u9ad4\u5132\u7f50 +advancements.stage5.creativefluidtank.description=\u5408\u6210\u4e00\u500b\u901a\u7528\u6a5f\u68b0(mekanism\uff09\u7684\u5275\u9020\u6db2\u9ad4\u5132\u7f50 + + +advancements.stage5.creativejetpack.title=\u5275\u9020\u6a21\u5f0f\u5674\u5c04\u63f9\u5305 +advancements.stage5.creativejetpack.description=\u5408\u6210\u4e00\u500b\u5275\u9020\u6a21\u5f0f\u5674\u5c04\u63f9\u5305 + + +advancements.stage5.creative\u6a21\u7d44ifer.title=\u5275\u9020\u5f37\u5316 +advancements.stage5.creative\u6a21\u7d44ifer.description=\u5408\u6210\u4e00\u500b\u5320\u9b42\u6a21\u7d44\u7684\u5275\u9020\u5f37\u5316 + + +advancements.stage5.desh.title=\u63a2\u7d22\u6234\u65af\u7926 +advancements.stage5.desh.description=\u5728\u706b\u661f\u4e0a\u6316\u6398\u6234\u65af\u7926 + + +advancements.stage5.diamond.title=\u947d\u77f3! + + +advancements.stage5.diamondjetpack.title=\u947d\u77f3\u5674\u5c04\u63f9\u5305 +advancements.stage5.diamondjetpack.description=\u5347\u7d1a\u5230\u947d\u77f3\u5674\u5c04\u63f9\u5305 + + +advancements.stage5.electrumjetpack.title=\u7425\u73c0\u91d1\u5674\u5c04\u63f9\u5305 +advancements.stage5.electrumjetpack.description=\u5408\u6210\u7425\u73c0\u91d1\u5674\u5c04\u63f9\u5305 + + +advancements.stage5.emerald.title=\u7da0\u5bf6\u77f3\u4e4b\u5922 + + +advancements.stage5.emeraldjetpack.title=\u7da0\u5bf6\u77f3\u5674\u5c04\u63f9\u5305 +advancements.stage5.emeraldjetpack.description=\u5408\u6210\u4e00\u500b\u7da0\u5bf6\u77f3\u5674\u5c04\u63f9\u5305 + + +advancements.stage5.inferiumessence.title=\u4e0b\u7d1a\u7cbe\u83ef +advancements.stage5.inferiumessence.description=\u4e0b\u7d1a\u7cbe\u83ef\u662f\u9b54\u6cd5\u8fb2\u696d\u6700\u70ba\u91cd\u8981\u7684\u8d77\u59cb\u7269\u54c1\u3002\u53ef\u4ee5\u5f9e\u5f88\u591a\u5730\u65b9\u8490\u96c6\u4f86\u7684\u7269\u54c1\u5408\u6210\u5b83 + + +advancements.stage5.mars.title=\u7d05\u8272\u661f\u7403 +advancements.stage5.mars.description=\u767c\u5c04\u706b\u7bad\uff0c\u767b\u9678\u5230\u706b\u661f + + +advancements.stage5.marsrover.title=\u56db\u8655\u904a\u8569 +advancements.stage5.marsrover.description=\u5728\u706b\u661f\u4e0a\u884c\u8d70\u53ef\u80fd\u6703\u5f88\u6162\uff0c\u5408\u6210\u4e26\u4f7f\u7528\u706b\u661f\u6f2b\u904a\u8eca!\u5feb\u53bb\u5730\u7262\u4e2d\u627e\u5c0bNASA\u5de5\u7a0b\u5716\u5427! + + +advancements.stage5.neptune.title=\u6d77\u738b\u661f! +advancements.stage5.neptune.description=\u767c\u5c04\u706b\u7bad\uff0c\u767b\u9678\u5230\u6d77\u738b\u661f\u3002\u6536\u96c6\u6d77\u738b\u661f\u5730\u8868\u65b9\u584a\u4f86\u5b8c\u6210\u6b64\u9032\u5ea6\u3002 + + +advancements.stage5.osmium.title=\u92e8\u7926\u77f3 + + +advancements.stage5.paperclip.title=\u901a\u7528\u56de\u5f62\u91dd +advancements.stage5.paperclip.description=\u88fd\u4f5c\u4e16\u754c\u4e0a\u7b2c\u4e00\u500b\u56de\u5f62\u91dd + + +advancements.stage5.prospectorstage5.title=\u7d42\u6975\u7926\u77f3\u52d8\u63a2\u5668 +advancements.stage5.prospectorstage5.description=\u5408\u6210\u4e00\u500b\u7d42\u6975\u7926\u77f3\u52d8\u63a2\u5668\uff0c\u627e\u5c0b\u5730\u4e0b\u7684\u6240\u6709\u7926\u7269 + + +advancements.stage5.prosperityshard.title=\u6d3b\u5316\u6c34\u6676\u788e\u7247 +advancements.stage5.prosperityshard.description=\u6d3b\u5316\u6c34\u6676\u788e\u7247\u662f\u795e\u79d8\u8fb2\u696d\u9032\u968e\u6240\u5fc5\u9808\u7684\u6771\u897f\u3002\u4f7f\u7528\u5145\u80fd\u81fa\u5408\u6210\u5b83 + + +advancements.stage5.root.title=\u7b2c\u4e94\u7d00\u5143 +advancements.stage5.root.description=\u6b61\u8fce\u4f86\u5230\u4e0b\u4e00\u500b\u7d00\u5143! + + +advancements.stage5.saturn.title=\u571f\u661f\u5149\u74b0 +advancements.stage5.saturn.description=\u767c\u5c04\u53bb\u5f80\u571f\u661f\u7684\u706b\u7bad\u2026\u2026\u7136\u5f8c\u2026\u2026\u767b\u9678\u2026\u2026\u662f\u7684\u3002\u6536\u96c6\u571f\u661f\u5730\u8868\u65b9\u584a\u4f86\u5b8c\u6210\u6b64\u9032\u5ea6\u3002 + + +advancements.stage5.scanner.title=\u6383\u7784\u5668 +advancements.stage5.scanner.description=\u5145\u80fd\u4e4b\u5f8c\uff0c\u6383\u7784\u5668\u80fd\u5920\u6383\u7784\u4f60\u5468\u570d\u7684\u6771\u897f\u3002shift\u9ede\u9078\u6253\u958bgui\u53ef\u4ee5\u585e\u5165\u6383\u7784\u6a21\u7d44\u3002\u7136\u5f8c\u5de6\u64ca\u4f86\u958b\u59cb\u6383\u7784\u5427 + + +advancements.stage5.skystone.title=\u9695\u77f3 +advancements.stage5.skystone.description=\u6708\u7403\u767c\u73fe\u7684\u5976\u916a\u80fd\u5920\u5728\u901a\u7528\u6a5f\u68b0\u7684\u51b6\u91d1\u704c\u6ce8\u6a5f\u4e2d\u5f37\u5316\uff0c\u8b8a\u6210\u61c9\u7528\u80fd\u6e90\u7684\u9695\u77f3 + + +advancements.stage5.spacesuit4.title=\u6700\u7537\u4eba\u7684\u7a7f\u8457 +advancements.stage5.spacesuit4.description=\u5408\u6210\u5168\u5957\u76844\u968e\u592a\u7a7a\u670d\uff0c\u5f9e\u800c\u8b93\u4f60\u5728\u9059\u9060\u661f\u7403\u6975\u9ad8\u7b49\u7d1a\u58d3\u529b\u548c\u5f37\u8f3b\u5c04\u74b0\u5883\u4e2d\uff0c\u7a7f\u68ad\u81ea\u7531 + + +advancements.stage5.spawnerseeker.title=\u4f60\u662f\u54c8\u5229\uff0c\u5deb\u5e2b +advancements.stage5.spawnerseeker.description=\u5c0b\u627e\u5730\u7262\u4f86\u7372\u53d6\u85cd\u5716\u53ef\u80fd\u5f88\u56f0\u96e3\u3002\u88fd\u4f5c\u4e00\u500b\u5237\u602a\u7c60\u63a2\u6e2c\u5668\u4f86\u5b9a\u4f4d128\u683c\u7bc4\u570d\u5167\u7684\u5237\u602a\u7c60\u3002 + + +advancements.stage5.t2rocket.title=\u66f4\u5927!\u66f4\u597d!\u66f4\u5feb! +advancements.stage5.t2rocket.description=\u4fee\u5efa\u4e00\u500b\u4e8c\u968e\u706b\u7bad\uff0c\u63a2\u7d22\u66f4\u70ba\u9059\u9060\u7684\u661f\u7a7a + + +advancements.stage5.ultimatecraftingtable.title=\u7d42\u6975\u5de5\u4f5c\u81fa +advancements.stage5.ultimatecraftingtable.description=\u88fd\u4f5c\u51fa\u7d42\u6975\u5de5\u4f5c\u81fa\uff0c\u5f9e\u800c\u5408\u6210\u5f37\u5927\u7684\u5275\u9020\u6a21\u5f0f\u7269\u54c1 + + +advancements.stage5.ultimateingot.title=\u7d42\u6975\u91d1\u5c6c\u9320 +advancements.stage5.ultimateingot.description=\u5728\u7cbe\u82f1\u5408\u6210\u81fa\u4e2d\u5408\u6210\u5f88\u591a\u7a2e\u9320\uff0c\u7372\u53d6\u5f97\u5230\u7d42\u6975\u9320! + + +advancements.stage5.wirelesscharger.title=\u7121\u7dda\u5145\u96fb\u5668 +advancements.stage5.wirelesscharger.description=\u7121\u7dda\u5145\u96fb\u5668\u53ef\u4ee5\u64fa\u653e\u5728\u57fa\u5730\u88e1\u9762\uff0c\u975e\u5e38\u65b9\u4fbf\u7684\u70ba\u4f60\u60f3\u8981\u5145\u80fd\u7684\u6240\u6709\u7269\u54c1\u5145\u96fb + + +############################################### +########## sevtech: ages custom tips ########## +############################################### +mod.tips.tips.1=\u53ea\u6709\u5728\u6cb3\u6d41\u548c\u6d77\u6d0b\u751f\u614b\u57df\uff0c\u6c34\u624d\u662f\u7121\u9650\u7684\u3002 +mod.tips.tips.2=\u4e16\u754c\u7522\u751f\u5b89\u88dd\u908f\u8f2f\u4e0a\u7684\u71b1\u91cf\u5716\u4f86\u9032\u884c\u7684\u3002\u60f3\u8981\u627e\u5230\u96ea\u539f\u6216\u8005\u6c99\u6f20\uff1f\u671d\u8457\u5357\u5317\u65b9\u5411\u4e00\u76f4\u8d70\u5c31\u80fd\u627e\u5230! +mod.tips.tips.3=\u884c\u8d70\u7684\u6642\u5019\uff0c\u73a9\u5bb6\u5ea7\u6a19\u5c31\u6703\u6539\u8b8a\u3002 +mod.tips.tips.4=\u6709\u5b89\u88ddwaila\u6a21\u7d44(\u62ac\u982d\u986f\u793a\u5668)\uff0c\u4f46\u662f\u4f60\u9700\u8981\u5728\u9032\u5ea6\u4e2d\u89e3\u9396\u624d\u80fd\u4f7f\u7528! +mod.tips.tips.5=Sevtech \u6709\u5b89\u88dd\u5c0f\u5730\u5716!\u4f60\u4e0d\u9700\u8981\u81ea\u5df1\u52a0\u4e00\u500b! +mod.tips.tips.6=\u9023\u9396\u6316\u7926\u4e5f\u88dd\u5728\u6b64\u6a21\u7d44\u5305\u4e2d\uff0c\u4f60\u9700\u8981\u5728\u904a\u6232\u4e2d\u767c\u73fe\u4e26\u89e3\u9396\u5b83\u3002 +mod.tips.tips.7=\u539f\u7248\u9032\u5ea6\u754c\u9762\u80fd\u5920\u6307\u5c0e\u4f60\u904a\u73a9\u6b64\u6a21\u7d44\u5305\u3002\u4f60\u53ef\u4ee5\u5728\u539f\u7248\u9078\u55ae\u4e3b\u4ecb\u9762\uff0c\u6216\u8005\u6309\u4e0b\u300cl\u300d\u6309\u9375(\u9810\u8a2d\uff09\u3002 +mod.tips.tips.8=\u9ede\u9078\u7269\u54c1\u6b04\u7684\u80e1\u863f\u8514\u6309\u9215\u80fd\u5920\u986f\u793a\u4f60\u7684\u71df\u990a\u6c34\u5e73\u3002\u71df\u990a\u6c34\u5e73\u5f88\u9ad8\u6642\u5019\u80fd\u5920\u5e36\u4f86\u6b63\u9762\u6548\u679c\u3002\u53cd\u4e4b\u5c31\u6703\u5e36\u4f86\u8ca0\u9762\u6548\u679c\u3002 +mod.tips.tips.9=\u89e3\u9396\u65b0\u7684\u968e\u6bb5\u624d\u6703\u986f\u793a\u65b0\u7684\u7269\u54c1! +mod.tips.tips.10=\u89e3\u9396\u4e86\u65b0\u7684\u968e\u6bb5\uff0c\u7926\u7269\u624d\u6703\u986f\u793a\u3002 +mod.tips.tips.11=\u4e0d\u77e5\u9053\u5982\u4f55\u88fd\u4f5c\u51fa\u67d0\u500b\u7269\u54c1\uff1f\u770b\u770b JEI \uff0c\u90a3\u88e1\u4e5f\u8a31\u6709\u4f60\u8981\u7684\u7b54\u6848\u3002 +mod.tips.tips.12=\u7279\u5b9a\u65b9\u584a\u4e0a\u73a9\u5bb6\u79fb\u52d5\u901f\u5ea6\u6703\u6bd4\u8f03\u5feb\uff0c\u6bd4\u5982\u8349\u5f91\u3002 +mod.tips.tips.13=\u7926\u7269\u6309\u7167\u5927\u578b\u7926\u8108\u65b9\u5f0f\u7522\u751f\uff0c\u5728\u4e00\u500b\u5340\u584a\u7684\u5730\u9762\u80fd\u5920\u627e\u5230\u4e00\u4e9b\u6a23\u672c\uff0c\u5f9e\u800c\u63a8\u65b7\u5730\u4e0b\u7684\u7926\u8108\u7a2e\u985e\u3002 +mod.tips.tips.14=\u6441\u4e0b F7 \u6aa2\u8996\u5730\u8868\u4eae\u5ea6\u7b49\u7d1a\uff0c\u6441\u4e0b F9 \u6aa2\u8996\u5340\u584a\u908a\u754c\u3002 +mod.tips.tips.15=\u60f3\u8981\u9032\u5165\u4e0b\u4e00\u968e\u6bb5\uff1f\u8ddf\u8457\u9032\u5ea6\u8d70\u3002 +mod.tips.tips.16=\u7576\u4f60\u89e3\u9396\u4e86\u65b0\u7684\u968e\u6bb5\uff0c\u624d\u80fd\u5920\u9032\u5165\u5176\u4ed6\u7dad\u5ea6\u3002 +mod.tips.tips.17=\u4e00\u4e9b\u65b9\u584a\u6703\u507d\u88dd\u6210\u5176\u4ed6\u65b9\u584a\uff0c\u53ea\u6709\u5728\u89e3\u9396\u5f8c\u624d\u6703\u986f\u793a\u3002\u6240\u4ee5\u9069\u6642\u6703\u5230\u4f60\u5148\u524d\u63a2\u7d22\u904e\u7684\u5730\u65b9\uff0c\u770b\u770b\u4f60\u80fd\u5920\u767c\u73fe\u4e9b\u4ec0\u9ebc\u65b0\u6771\u897f\u3002 +mod.tips.tips.18=\u5de5\u696d\u968e\u6bb5\u624d\u80fd\u5920\u89e3\u9396\u96d9\u500d\u7926\u7269\u3002 +mod.tips.tips.19=\u9060\u96e2 Glen !!! +mod.tips.tips.20=\u904a\u6232\u521d\u671f\u4e0d\u6703\u51fa\u73fe\u5168\u90e8\u6575\u5c0d\u751f\u7269\u3002\u5176\u4e2d\u4e00\u4e9b\u53ea\u6703\u5728\u5f8c\u671f\u7522\u751f\u3002 +mod.tips.tips.21=\u8981\u627e\u5230\u5340\u584a\u4e2d\u7926\u8108\u7684\u4f4d\u7f6e\uff1f\u4f7f\u7528 prospectors(\u63a1\u7926\u8005)\u6a21\u7d44\u4e2d\u7684\u7269\u54c1\u5427\u3002 +mod.tips.tips.22=\u7121\u6cd5\u4f7f\u7528 f3 \u6aa2\u8996\u5ea7\u6a19\u3002\u89e3\u9396\u4e26\u4f7f\u7528 info accessories \u53ef\u6aa2\u8996\u5ea7\u6a19\uff0c\u4f7f\u7528\u6a19\u8a18\u53ef\u4ee5\u627e\u5230\u65b9\u5411\u3002 +mod.tips.tips.23=\u751f\u5f8c\u6b7b\u4ea1\u6307\u5357\u91dd\u6703\u51fa\u73fe\u5728\u4f60\u7684\u7269\u54c1\u6b04\u4e2d\u3002\u5b83\u6703\u6307\u5f15\u4f60\u627e\u5230\u4f60\u7684\u5893\u7891\u3002 +mod.tips.tips.24=\u62ff\u8457\u9470\u5319\u5c0d\u8457\u5893\u7891shift\u53f3\u64ca\u5c31\u53ef\u4ee5\u7372\u5f97\u4f60\u7684\u7269\u54c1\u4e86\u3002 +mod.tips.tips.25=\u7b4f\u662f\u65e9\u671f\u7684\u6c34\u4e0a\u4ea4\u901a\u5de5\u5177\u3002\u5b83\u5011\u66f4\u6613\u58de\u4e14\u884c\u99db\u66f4\u7de9\u6162\u3002 +mod.tips.tips.26=\u83ab\u5c3c\u5976\u916a\u91ac(1 gal\uff09;2 qt \u5168\u8102\u725b\u5976;2 qts \u91cd\u5976\u6cb9;\u9eb5\u7cca(250\u514b\u9ec3\u6cb9/ 250\u514b\u9eb5\u7c89\uff09;\u9999\u56ca(\u6d77\u7063\uff0c\u80e1\u6912\uff0c\u767e\u91cc\u9999\uff09;\u7b2c\u620e(\u9069\u91cf\uff09;\u5207\u788e\u7684\u4e7e\u916a(\u5927\u91cf/\u5473\u9053\uff09;\u5c07\u725b\u5976/\u5976\u6cb9/\u5c0f\u888b\u716e\u6cb8(\u53bb\u9664\u5c0f\u888b\uff09\u7136\u5f8c\u6e1b\u5c11\u71b1\u91cf\uff0c\u6162\u6162\u52a0\u5165\u9eb5\u7cca(\u61c9\u8a72\u662f\u91d1\u9aee\uff09\u4e26\u652a\u62cc\u76f4\u81f3\u5438\u6536\uff0c\u52a0\u5165\u7b2c\u620e\u548c\u5207\u788e\u7684\u5976\u916a\u5473\u9053 +mod.tips.tips.27=\u9470\u5319\u653e\u5728\u526f\u624b\u6703\u81ea\u52d5\u5c07\u65b0\u653e\u7f6e\u7684\u5132\u7269\u62bd\u5c5c\u4e0a\u9396\u3002 +mod.tips.tips.28=\u5118\u91cf\u4e0d\u8981\u8b93\u99ac\u529b\u5de5\u5177\u548c\u99ac\u6a6b\u8de8\u5340\u584a\u908a\u754c\u3002 +\ diff --git a/resources/test/textures/gui/title/background/42_42.png b/resources/test/textures/gui/title/background/42_42.png new file mode 100644 index 0000000..b84193d Binary files /dev/null and b/resources/test/textures/gui/title/background/42_42.png differ diff --git a/resources/test/textures/gui/title/background/alpha.png b/resources/test/textures/gui/title/background/alpha.png new file mode 100644 index 0000000..27a6d25 Binary files /dev/null and b/resources/test/textures/gui/title/background/alpha.png differ diff --git a/resources/test/textures/gui/title/background/background.png b/resources/test/textures/gui/title/background/background.png new file mode 100644 index 0000000..26cba6d Binary files /dev/null and b/resources/test/textures/gui/title/background/background.png differ diff --git a/resources/test/textures/gui/title/background/background1.png b/resources/test/textures/gui/title/background/background1.png new file mode 100644 index 0000000..242e496 Binary files /dev/null and b/resources/test/textures/gui/title/background/background1.png differ diff --git a/resources/test/textures/gui/title/background/fine.png b/resources/test/textures/gui/title/background/fine.png new file mode 100644 index 0000000..2dcad11 Binary files /dev/null and b/resources/test/textures/gui/title/background/fine.png differ diff --git a/resources/test/textures/gui/title/background/lang.png b/resources/test/textures/gui/title/background/lang.png new file mode 100644 index 0000000..2b80150 Binary files /dev/null and b/resources/test/textures/gui/title/background/lang.png differ diff --git a/resources/test/textures/gui/title/background/longbutton.png b/resources/test/textures/gui/title/background/longbutton.png new file mode 100644 index 0000000..6316a60 Binary files /dev/null and b/resources/test/textures/gui/title/background/longbutton.png differ diff --git a/resources/test/textures/gui/title/background/midbutton.png b/resources/test/textures/gui/title/background/midbutton.png new file mode 100644 index 0000000..5c5b508 Binary files /dev/null and b/resources/test/textures/gui/title/background/midbutton.png differ diff --git a/resources/test/textures/gui/title/background/sevtech_gradients.png b/resources/test/textures/gui/title/background/sevtech_gradients.png new file mode 100644 index 0000000..300ed7d Binary files /dev/null and b/resources/test/textures/gui/title/background/sevtech_gradients.png differ diff --git a/resources/test/textures/gui/title/background/shortbutton.png b/resources/test/textures/gui/title/background/shortbutton.png new file mode 100644 index 0000000..660118e Binary files /dev/null and b/resources/test/textures/gui/title/background/shortbutton.png differ diff --git a/scripts/NOTES.md b/scripts/NOTES.md new file mode 100644 index 0000000..c2aff22 --- /dev/null +++ b/scripts/NOTES.md @@ -0,0 +1,22 @@ +# SevTech Ages: Script Notes + +### Script Priorities +List of priorities used for creation of ZenScript files to ensure the load order is handled correctly. + +Standard scripts should **not** use a priority as they'll load after the main ones are loaded and ready +for usage. Such as OreDict/Classes and global vars for quick access. + + +| Number/Range | Type | Notes | +| :---------------: | :-------------------: | :---------------: | +| 4000 | Pre Init | +| 3500 - 3999 | Stage Setup | +| 2601 - 3499 | Classes | +| 2501 - 2600 | Ore Dict (Pre Unify) | +| 2450 - 2500 | Unification | +| 2401 - 2549 | Ore Dict (Post Unify) | +| 2301 - 2400 | | +| 2300 | Class Registering | +| 0 - 2299 | Normal Scripts | +| -50 | Mod Inter Loader | Init Script | +| -100 | Run Script | **DON'T CHANGE** | diff --git a/scripts/contenttweaker/fluids.zs b/scripts/contenttweaker/fluids.zs new file mode 100644 index 0000000..403fac7 --- /dev/null +++ b/scripts/contenttweaker/fluids.zs @@ -0,0 +1,22 @@ +#loader contenttweaker + +/* + SevTech: Ages ContentTweaker Fluids Script. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +import mods.contenttweaker.Color; +import mods.contenttweaker.Fluid; +import mods.contenttweaker.VanillaFactory; + +var liquidSlime = VanillaFactory.createFluid("slime", Color.fromHex("3f5329")); +liquidSlime.vaporize = true; +liquidSlime.viscosity = 3000; +liquidSlime.register(); + +var liquidCheese = VanillaFactory.createFluid("cheese", Color.fromHex("FFE000")); +liquidCheese.density = 6000; +liquidCheese.viscosity = 1000; +liquidCheese.register(); \ No newline at end of file diff --git a/scripts/contenttweaker/materials/init.zs b/scripts/contenttweaker/materials/init.zs new file mode 100644 index 0000000..832b5cc --- /dev/null +++ b/scripts/contenttweaker/materials/init.zs @@ -0,0 +1,53 @@ +#loader contenttweaker +#priority 4000 + +/* + SevTech: Ages ContentTweaker Base Materials Script. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +import mods.contenttweaker.Color; +import mods.contenttweaker.Material; +import mods.contenttweaker.MaterialSystem; + +static materials as Material[string] = { + "aquamarine": MaterialSystem.getMaterialBuilder().setName("Aquamarine").setColor(2009855).build(), + "ardite": MaterialSystem.getMaterialBuilder().setName("Ardite").setColor(Color.fromHex("d14210")).build(), + "bronze": MaterialSystem.getMaterialBuilder().setName("Bronze").setColor(13467442).build(), + "cobalt": MaterialSystem.getMaterialBuilder().setName("Cobalt").setColor(18347).build(), + "compressedIron": MaterialSystem.getMaterialBuilder().setName("Compressed Iron").setColor(8947848).build(), + "copper": MaterialSystem.getMaterialBuilder().setName("Copper").setColor(15766817).build(), + "coralium": MaterialSystem.getMaterialBuilder().setName("Coralium").setColor(Color.fromHex("358b95")).build(), + "diamond": MaterialSystem.getMaterialBuilder().setName("Diamond").setColor(9237730).build(), + "ender": MaterialSystem.getMaterialBuilder().setName("Ender Pearl").setColor(2869678).build(), + "enhancedGalgadorian": MaterialSystem.getMaterialBuilder().setName("Enhanced Galgadorian").setColor(9850751).build(), + "fiery": MaterialSystem.getMaterialBuilder().setName("Fiery").setColor(2891807).setHasEffect(true).build(), + "galgadorian": MaterialSystem.getMaterialBuilder().setName("Galgadorian").setColor(11625595).build(), + "glowstone": MaterialSystem.getMaterialBuilder().setName("Glowstone").setColor(16708616).build(), + "gold": MaterialSystem.getMaterialBuilder().setName("Gold").setColor(16776971).build(), + "inferium": MaterialSystem.getMaterialBuilder().setName("Inferium").setColor(Color.fromHex("718a00")).build(), + "invar": MaterialSystem.getMaterialBuilder().setName("Invar").setColor(9872012).build(), + "iron": MaterialSystem.getMaterialBuilder().setName("Iron").setColor(14211288).build(), + "lead": MaterialSystem.getMaterialBuilder().setName("Lead").setColor(5658219).build(), + "meteoricIron": MaterialSystem.getMaterialBuilder().setName("Meteoric Iron").setColor(Color.fromHex("aba398")).build(), + "modularium": MaterialSystem.getMaterialBuilder().setName("Modularium").setColor(16730368).build(), + "naphtha": MaterialSystem.getMaterialBuilder().setName("Naphtha").setColor(10703708).build(), + "osmium": MaterialSystem.getMaterialBuilder().setName("Osmium").setColor(Color.fromHex("aabbd2")).build(), + "plastic": MaterialSystem.getMaterialBuilder().setName("Plastic").setColor(16777215).build(), + "platinum": MaterialSystem.getMaterialBuilder().setName("Platinum").setColor(15066338).build(), + "propene": MaterialSystem.getMaterialBuilder().setName("Propene").setColor(8026746).build(), + "prosperity": MaterialSystem.getMaterialBuilder().setName("Prosperity").setColor(Color.fromHex("a5caca")).build(), + "redstone": MaterialSystem.getMaterialBuilder().setName("Redstone").setColor(9895936).build(), + "redstoneAlloy": MaterialSystem.getMaterialBuilder().setName("Redstone Alloy").setColor(15157577).build(), + "reinforcedMetal": MaterialSystem.getMaterialBuilder().setName("Reinforced Metal").setColor(7643841).build(), + "silicon": MaterialSystem.getMaterialBuilder().setName("Silicon").setColor(Color.fromHex("141414")).build(), + "silver": MaterialSystem.getMaterialBuilder().setName("Silver").setColor(15592941).build(), + "spacePlatinum": MaterialSystem.getMaterialBuilder().setName("Space Platinum").setColor(Color.fromHex("6e757b")).build(), + "steel": MaterialSystem.getMaterialBuilder().setName("Steel").setColor(4408907).build(), + "steeleaf": MaterialSystem.getMaterialBuilder().setName("Steeleaf").setColor(4283598394).build(), + "stone": MaterialSystem.getMaterialBuilder().setName("Stone").setColor(11117475).build(), + "titanium": MaterialSystem.getMaterialBuilder().setName("Titanium").setColor(Color.fromHex("1c232e")).build(), + "tin": MaterialSystem.getMaterialBuilder().setName("Tin").setColor(10275286).build() +}; diff --git a/scripts/contenttweaker/materials/largeScale.zs b/scripts/contenttweaker/materials/largeScale.zs new file mode 100644 index 0000000..ec3b30f --- /dev/null +++ b/scripts/contenttweaker/materials/largeScale.zs @@ -0,0 +1,117 @@ +#loader contenttweaker + +/* + SevTech: Ages ContentTweaker Large Scale Script. + + This script is intended for large scale registration. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +import mods.contenttweaker.Material; +import mods.contenttweaker.MaterialPartData; + +import scripts.contenttweaker.materials.utils.addDefaultMoltenData; +import scripts.contenttweaker.materials.utils.addDefaultOreData; +import scripts.contenttweaker.materials.init.materials; + +function init() { + // ================================== + // Add default parts for materials + var materailsForDefaultParts as Material[] = [ + materials.bronze, + materials.cobalt, + materials.compressedIron, + materials.copper, + materials.enhancedGalgadorian, + materials.fiery, + materials.galgadorian, + materials.lead, + materials.modularium, + materials.reinforcedMetal, + materials.silver, + materials.steeleaf, + materials.tin + ]; + + var defaultPartNames as string[] = [ + "gear", + "plate", + "rod" + ]; + + for i, metal in materailsForDefaultParts { + metal.registerParts(defaultPartNames); + } + + // ================================== + // Apply Molten to Materials + var fluidMaterials as Material[] = [ + materials.enhancedGalgadorian, + materials.galgadorian, + materials.invar, + materials.modularium, + materials.osmium, + materials.platinum, + materials.redstoneAlloy, + materials.reinforcedMetal, + materials.steeleaf + ]; + + for i, fluid in fluidMaterials { + var fluidMaterialsData as MaterialPartData = fluid.registerPart("molten").getData(); + addDefaultMoltenData(fluidMaterialsData); + } + + // ================================== + // Custom gears to keep the same look + var gearMaterialList as Material[] = [ + materials.diamond, + materials.gold, + materials.iron, + materials.steel + ]; + + for material in gearMaterialList { + material.registerPart("gear"); + } + + // ================================== + // Ore Samples + var oreSampleMaterials as Material[] = [ + materials.osmium, + materials.silicon + ]; + + var oreSampleDrops as string[Material] = { + materials.osmium: "geolosys:cluster:12", + materials.silicon: "galacticraftcore:basic_item:2" + }; + + for material in oreSampleMaterials { + var sampleData as MaterialPartData = material.registerPart("ore_sample").getData(); + sampleData.addDataValue("drops", oreSampleDrops[material]); + } + + // ================================== + // Clusters + var clusters as Material[] = [ + materials.titanium + ]; + + for material in clusters { + material.registerPart("cluster"); + } + + // ================================== + // Dust + var dusts as Material[] = [ + materials.ardite, + materials.cobalt + ]; + + for material in dusts { + material.registerPart("dust"); + } +} diff --git a/scripts/contenttweaker/materials/misc.zs b/scripts/contenttweaker/materials/misc.zs new file mode 100644 index 0000000..9278ae8 --- /dev/null +++ b/scripts/contenttweaker/materials/misc.zs @@ -0,0 +1,147 @@ +#loader contenttweaker + +/* + SevTech: Ages ContentTweaker Misc Script. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +import mods.contenttweaker.Material; +import mods.contenttweaker.MaterialPartData; + +import scripts.contenttweaker.materials.utils.addDefaultMoltenData; +import scripts.contenttweaker.materials.utils.addDefaultOreData; +import scripts.contenttweaker.materials.init.materials; + +function init() { + // Stone Nugget + materials.stone.registerPart("nugget"); + + // Aquamarine Ore + var oreAquamarineData = materials.aquamarine.registerPart("ore").getData(); + addDefaultOreData(oreAquamarineData); + oreAquamarineData.addDataValue("drops", "astralsorcery:itemcraftingcomponent"); + oreAquamarineData.addDataValue("harvestLevel", "1"); + + // Osmium Ore + // Use this over Mekanism's so we can give it the default behavior of Geolosys + var oreOsmiumData = materials.osmium.registerPart("ore").getData(); + addDefaultOreData(oreOsmiumData); + oreOsmiumData.addDataValue("drops", "geolosys:cluster:12"); + + // Moon Iron Ore + var oreIronData = materials.iron.registerPart("ore").getData(); + addDefaultOreData(oreIronData); + oreIronData.addDataValue("variants", "galacticraftcore:bottom"); + oreIronData.addDataValue("drops", "geolosys:cluster"); + + // Mars Gold Ore + var oreGoldData = materials.gold.registerPart("ore").getData(); + addDefaultOreData(oreGoldData); + oreGoldData.addDataValue("variants", "galacticraftplanets:bottom"); + oreGoldData.addDataValue("drops", "geolosys:cluster:1"); + + // Kelper 22b Inferium Ore + var oreInferiumData = materials.inferium.registerPart("ore").getData(); + addDefaultOreData(oreInferiumData); + oreInferiumData.addDataValue("variants", "extraplanets:kepler22b_stone"); + oreInferiumData.addDataValue("drops", "mysticalagriculture:crafting"); + + // Kelper 22b Prosperity Ore + var oreProsperityData = materials.prosperity.registerPart("ore").getData(); + addDefaultOreData(oreProsperityData); + oreProsperityData.addDataValue("variants", "extraplanets:kepler22b_stone"); + oreProsperityData.addDataValue("drops", "mysticalagriculture:crafting:5"); + + // Liquid Ender Pearl + var fluidEnderData = materials.ender.registerPart("molten").getData(); + addDefaultMoltenData(fluidEnderData); + + // Liquid Titanium + var fluidTitaniumData = materials.titanium.registerPart("molten").getData(); + fluidTitaniumData.addDataValue("density", "8000"); + fluidTitaniumData.addDataValue("viscosity", "3000"); + fluidTitaniumData.addDataValue("temperature", "1000"); + fluidTitaniumData.addDataValue("vaporize", "false"); + + // Liquid Redstone + var fluidRedstoneData = materials.redstone.registerPart("molten").getData(); + fluidRedstoneData.addDataValue("density", "8000"); + fluidRedstoneData.addDataValue("viscosity", "3000"); + fluidRedstoneData.addDataValue("temperature", "1000"); + fluidRedstoneData.addDataValue("vaporize", "false"); + + // Liquid Glowstone + var fluidGlowstoneData = materials.glowstone.registerPart("molten").getData(); + fluidGlowstoneData.addDataValue("density", "8000"); + fluidGlowstoneData.addDataValue("viscosity", "3000"); + fluidGlowstoneData.addDataValue("temperature", "1000"); + fluidGlowstoneData.addDataValue("vaporize", "false"); + + // Naphtha + var fluidNaphthaData = materials.naphtha.registerPart("molten").getData(); + fluidNaphthaData.addDataValue("density", "4000"); + fluidNaphthaData.addDataValue("viscosity", "3000"); + + // Liquid Plastic + var fluidPlasticData = materials.plastic.registerPart("molten").getData(); + fluidPlasticData.addDataValue("density", "4000"); + fluidPlasticData.addDataValue("viscosity", "3000"); + + // Propene "Gas" + var fluidPropeneData = materials.propene.registerPart("molten").getData(); + fluidPropeneData.addDataValue("density", "4000"); + fluidPropeneData.addDataValue("viscosity", "3000"); + + // Redstone Alloy + var redstoneAlloyParts as string[] = [ + "block", + "gear", + "ingot", + "plate", + "rod" + ]; + materials.redstoneAlloy.registerParts(redstoneAlloyParts); + + // Platinum + var platinumParts as string[] = [ + "block", + "dust", + "gear", + "ingot", + "plate", + "rod" + ]; + materials.platinum.registerParts(platinumParts); + + // Invar + var invarParts as string[] = [ + "block", + "gear", + "ingot", + "plate", + "rod" + ]; + materials.invar.registerParts(invarParts); + + // Space Platinum + materials.spacePlatinum.registerPart("dust"); + + // Meteoric Iron + materials.meteoricIron.registerPart("dust"); + + // NOTE! Reduction = Footwear, Leggins, Chestplate, Headslot + + // Copper Armor + var copperArmor = materials.copper.registerPart("armor").getData(); + copperArmor.addDataValue("durability", "375"); + copperArmor.addDataValue("reduction", "1,3,4,1"); + copperArmor.addDataValue("toughness", "0"); + + // Bronze Armor + var bronzeArmor = materials.bronze.registerPart("armor").getData(); + bronzeArmor.addDataValue("durability", "450"); + bronzeArmor.addDataValue("reduction", "2,4,5,2"); + bronzeArmor.addDataValue("toughness", "0"); +} diff --git a/scripts/contenttweaker/materials/utils.zs b/scripts/contenttweaker/materials/utils.zs new file mode 100644 index 0000000..ad85aed --- /dev/null +++ b/scripts/contenttweaker/materials/utils.zs @@ -0,0 +1,26 @@ +#loader contenttweaker +#priority 4000 + +/* + SevTech: Ages ContentTweaker Utils Script. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +import mods.contenttweaker.MaterialPartData; + +function addDefaultMoltenData(moltenData as MaterialPartData) { + moltenData.addDataValue("density", "4000"); + moltenData.addDataValue("viscosity", "3000"); + moltenData.addDataValue("temperature", "550"); + moltenData.addDataValue("vaporize", "false"); +} + +function addDefaultOreData(oreData as MaterialPartData) { + oreData.addDataValue("variants", "minecraft:stone"); + oreData.addDataValue("hardness", "5"); + oreData.addDataValue("resistance", "15"); + oreData.addDataValue("harvestTool", "pickaxe"); + oreData.addDataValue("harvestLevel", "2"); +} diff --git a/scripts/contenttweaker/postInit.zs b/scripts/contenttweaker/postInit.zs new file mode 100644 index 0000000..9c45364 --- /dev/null +++ b/scripts/contenttweaker/postInit.zs @@ -0,0 +1,14 @@ +#loader contenttweaker +#priority -100 + +/* + SevTech: Ages ContentTweaker Post Init Script. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +// ================================== +// Initialize Materials +scripts.contenttweaker.materials.largeScale.init(); +scripts.contenttweaker.materials.misc.init(); diff --git a/scripts/contenttweaker/vanillaFactory.zs b/scripts/contenttweaker/vanillaFactory.zs new file mode 100644 index 0000000..fc68ac4 --- /dev/null +++ b/scripts/contenttweaker/vanillaFactory.zs @@ -0,0 +1,17 @@ +#loader contenttweaker + +/* + SevTech: Ages ContentTweaker Vanilla Factory Script. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +import mods.contenttweaker.VanillaFactory; +import mods.contenttweaker.Item; + +var creeperTear as Item = VanillaFactory.createItem("creeper_tear"); +creeperTear.register(); + +var theOj as Item = VanillaFactory.createItem("the_oj"); +theOj.register(); diff --git a/scripts/crafttweaker/_globals/base.zs b/scripts/crafttweaker/_globals/base.zs new file mode 100644 index 0000000..d2d90f8 --- /dev/null +++ b/scripts/crafttweaker/_globals/base.zs @@ -0,0 +1,123 @@ +#priority 4100 + +/* + SevTech: Ages Global Base Script + + This script is for creating globals to be referenced in other scripts. Should ONLY contain + useful globals nothing like cobblestone or sticks *cough* Darkosto >.< + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +import crafttweaker.item.IItemStack; +import crafttweaker.item.IIngredient; + +import mods.betterwithmods.MiniBlocks; + +// Variables for Better with Mods miniBlock siding +global sidingHardenedclay as IIngredient = MiniBlocks.getMiniBlock("siding", ); +global mouldingHardenedclay as IIngredient = MiniBlocks.getMiniBlock("moulding", ); +global cornerHardenedclay as IIngredient = MiniBlocks.getMiniBlock("corner", ); +global sidingSandstone as IIngredient = MiniBlocks.getMiniBlock("siding", ); +global mouldingSandstone as IIngredient = MiniBlocks.getMiniBlock("moulding", ); +global cornerSandstone as IIngredient = MiniBlocks.getMiniBlock("corner", ); +global sidingWood as IIngredient = MiniBlocks.getMiniBlock("siding", ); +global mouldingWood as IIngredient = MiniBlocks.getMiniBlock("moulding", ); +global cornerWood as IIngredient = MiniBlocks.getMiniBlock("corner", ); +global sidingAcacia as IIngredient = MiniBlocks.getMiniBlock("siding", ); +global sidingBirch as IIngredient = MiniBlocks.getMiniBlock("siding", ); +global sidingDarkoak as IIngredient = MiniBlocks.getMiniBlock("siding", ); +global sidingJungle as IIngredient = MiniBlocks.getMiniBlock("siding", ); +global sidingOak as IIngredient = MiniBlocks.getMiniBlock("siding", ); +global sidingSpruce as IIngredient = MiniBlocks.getMiniBlock("siding", ); + +// The filled bucket "main" item +global buckets as IItemStack[] = [ + , + , + , + +]; + +global tanks as IItemStack[] = [ + +]; + +// Minecraft Dye Id table (Kinda says what it's used for Kappa) +global minecraftDyeIdTable as string[int] = { + 0: "black", + 1: "red", + 2: "green", + 3: "brown", + 4: "blue", + 5: "purple", + 6: "cyan", + 7: "lightGray", + 8: "gray", + 9: "pink", + 10: "lime", + 11: "yellow", + 12: "lightBlue", + 13: "magenta", + 14: "orange", + 15: "white" +}; + +global minecraftDyeIdTableAlternate as string[int] = { + 0: "black", + 1: "red", + 2: "green", + 3: "brown", + 4: "blue", + 5: "purple", + 6: "cyan", + 7: "silver", + 8: "gray", + 9: "pink", + 10: "lime", + 11: "yellow", + 12: "lightBlue", + 13: "magenta", + 14: "orange", + 15: "white" +}; + +// Array listing containing all the Vanilla Dyes. +global minecraftDyes as IItemStack[] = [ + , + , + , + , + , + , + , + , + , + , + , + , + , + , + +]; + +// Parachute Dye Id table. Because they need to be special and use their own order... +global parachuteDyeIdTable as string[int] = { + 0: "white", + 1: "black", + 2: "lightBlue", + 3: "lime", + 4: "brown", + 5: "blue", + 6: "gray", + 7: "green", + 8: "lightGray", + 9: "magenta", + 10: "orange", + 11: "pink", + 12: "purple", + 13: "red", + 14: "cyan", + 15: "yellow" +}; diff --git a/scripts/crafttweaker/_globals/chiselBlocks.zs b/scripts/crafttweaker/_globals/chiselBlocks.zs new file mode 100644 index 0000000..cccf922 --- /dev/null +++ b/scripts/crafttweaker/_globals/chiselBlocks.zs @@ -0,0 +1,219 @@ +#priority 4100 + +import crafttweaker.item.IItemStack; +import crafttweaker.oredict.IOreDictEntry; + +global chiselBlocks as IItemStack[][IOreDictEntry] = { + : [ + , + , + , + , + , + , + + ], + : [ + , + , + , + , + , + , + + ], + : [], + : [ + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + + ], + : [ + , + , + , + , + , + , + + ], + : [ + , + , + , + , + , + , + + ], + : [ + , + , + , + , + , + , + , + , + , + , + , + + ], + : [ + , + , + , + , + , + , + + ], + : [ + , + , + , + , + , + , + , + , + , + , + , + , + , + + ], + : [ + , + , + , + , + , + , + , + , + , + , + , + , + , + , + + ], + : [ + , + , + , + , + , + , + , + , + , + , + , + , + , + , + + ], + : [ + , + , + , + , + , + , + , + , + , + + ], + : [ + , + , + , + , + , + , + + ], + : [ + , + , + , + , + , + , + + ], + : [ + , + , + , + , + , + , + + ], + : [ + , + , + , + , + , + , + + ], + : [ + , + , + , + , + , + , + + ], + : [ + , + , + , + , + , + , + + ] +}; \ No newline at end of file diff --git a/scripts/crafttweaker/_globals/clusters.zs b/scripts/crafttweaker/_globals/clusters.zs new file mode 100644 index 0000000..c849ee0 --- /dev/null +++ b/scripts/crafttweaker/_globals/clusters.zs @@ -0,0 +1,16 @@ +#priority 4100 +/* + SevTech: Ages Global Cluster Script + + Map container all the Clusters needed to be handled by a processor. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +import crafttweaker.item.IItemStack; + + +global clusters as IItemStack[string] = { + titanium: +}; diff --git a/scripts/crafttweaker/_globals/metal_items.zs b/scripts/crafttweaker/_globals/metal_items.zs new file mode 100644 index 0000000..8007152 --- /dev/null +++ b/scripts/crafttweaker/_globals/metal_items.zs @@ -0,0 +1,435 @@ +#priority 4100 + +import crafttweaker.item.IIngredient; + +//Metal unification +/* + METAL_TYPE: { + block: ITEM_STACK, + dust: ITEM_STACK, + gear: ITEM_STACK, + ingot: ITEM_STACK, + liquid: , + nugget: ITEM_STACK, + plate: ITEM_STACK, + rod: ITEM_STACK + } +*/ +global metalItems as IIngredient[string][string] = { + abyssalnite: { + block: , + dust: , + gear: null, + ingot: , + liquid: , + nugget: , + plate: null, + rod: null + }, + aluminum: { + block: , + dust: , + gear: null, + ingot: , + liquid: , + nugget: null, + plate: , + rod: + }, + aluminumBrass: { + block: , + dust: null, + gear: null, + ingot: , + liquid: , + nugget: , + plate: null, + rod: null + }, + ardite: { + block: , + dust: , + gear: null, + ingot: , + liquid: , + nugget: , + plate: null, + rod: null + }, + blackIron: { + block: , + dust: null, + gear: null, + ingot: , + liquid: null, + nugget: null, + plate: , + rod: + }, + bronze: { + block: , + dust: null, + gear: , + ingot: , + liquid: , + nugget: null, + plate: , + rod: + }, + cobalt: { + block: , + dust: , + gear: , + ingot: , + liquid: , + nugget: , + plate: , + rod: + }, + compressedIron: { + block: , + dust: null, + gear: , + ingot: , + liquid: null, + nugget: null, + plate: , + rod: + }, + constantan: { + block: , + dust: , + gear: null, + ingot: , + liquid: , + nugget: , + plate: , + rod: null + }, + copper: { + block: , + clump: , + crystal: , + dirtyDust: , + dust: , + gear: , + ingot: , + liquid: , + nugget: null, + plate: , + rod: , + shard: + }, + dreadium: { + block: , + dust: , + gear: null, + ingot: , + liquid: , + nugget: , + plate: null, + rod: null + }, + electrum: { + block: , + dust: , + gear: null, + ingot: , + liquid: , + nugget: , + plate: , + rod: null + }, + enhancedGalgadorian: { + block: , + dust: null, + gear: , + ingot: , + liquid: , + nugget: null, + plate: , + rod: + }, + ethaxium: { + block: , + dust: null, + gear: null, + ingot: , + liquid: null, + nugget: , + plate: null, + rod: null + }, + fiery: { + block: , + dust: null, + gear: , + ingot: , + liquid: , + nugget: null, + plate: , + rod: + }, + galgadorian: { + block: , + dust: null, + gear: , + ingot: , + liquid: , + nugget: null, + plate: , + rod: + }, + gold: { + block: , + clump: , + crystal: , + dirtyDust: , + dust: , + gear: , + ingot: , + liquid: , + nugget: , + plate: , + rod: , + shard: + }, + invar: { + block: , + dust: null, + gear: , + ingot: , + liquid: , + nugget: null, + plate: , + rod: , + }, + iron: { + block: , + clump: , + crystal: , + dirtyDust: , + dust: , + gear: , + ingot: , + liquid: , + nugget: , + plate: , + rod: , + shard: + }, + knightslime: { + block: , + dust: null, + gear: null, + ingot: , + liquid: , + nugget: null, + plate: null, + rod: null + }, + lead: { + block: , + clump: , + crystal: , + dirtyDust: , + dust: , + gear: , + ingot: , + liquid: , + nugget: , + plate: , + rod: , + shard: + }, + manyullyn: { + block: , + dust: null, + gear: null, + ingot: , + liquid: , + nugget: , + plate: null, + rod: null + }, + meteoricIron: { + block: , + dust: , + gear: null, + ingot: , + nugget: null, + plate: null, + rod: null + }, + modularium: { + block: null, + dust: null, + gear: , + ingot: , + liquid: , + nugget: null, + plate: , + rod: + }, + nickel: { + block: , + dust: , + gear: null, + ingot: , + liquid: , + nugget: , + plate: , + rod: null + }, + osmium: { + block: , + clump: , + crystal: , + dirtyDust: , + dust: , + gear: null, + ingot: , + nugget: , + plate: null, + rod: null, + shard: + }, + pigiron: { + block: , + dust: null, + gear: null, + ingot: , + liquid: , + nugget: null, + plate: null, + rod: null + }, + platinum: { + block: , + dust: , + gear: , + ingot: , + liquid: , + nugget: null, + plate: , + rod: + }, + redstoneAlloy: { + block: , + dust: null, + gear: , + ingot: , + liquid: , + nugget: null, + plate: , + rod: + }, + refinedCoralium: { + block: , + dust: , + gear: null, + ingot: , + liquid: , + nugget: , + plate: null, + rod: null + }, + reinforcedMetal: { + block: , + dust: null, + gear: , + ingot: , + liquid: , + nugget: null, + plate: , + rod: + }, + silver: { + block: , + clump: , + crystal: , + dirtyDust: , + dust: , + gear: , + ingot: , + liquid: , + nugget: , + plate: , + rod: , + shard: + }, + spacePlatinum: { + block: , + dust: , + gear: null, + ingot: , + liquid: null, + nugget: null, + plate: null, + rod: null + }, + steel: { + block: , + dust: , + gear: , + ingot: , + liquid: , + nugget: , + plate: , + rod: + }, + steeleaf: { + block: , + dust: null, + gear: , + ingot: , + liquid: , + nugget: null, + plate: , + rod: + }, + tin: { + block: , + clump: , + crystal: , + dirtyDust: , + dust: , + gear: , + ingot: , + liquid: , + nugget: null, + plate: , + rod: , + shard: + }, + titanium: { + block: , + dust: , + gear: null, + ingot: , + liquid: , + nugget: null, + plate: null, + rod: null + }, + uranium: { + block: , + dust: , + gear: null, + ingot: , + liquid: , + nugget: null, + plate: , + rod: null + }, + zinc: { + block: , + dust: , + gear: null, + ingot: , + liquid: , + nugget: null, + plate: null, + rod: null + } +}; diff --git a/scripts/crafttweaker/_globals/metals.zs b/scripts/crafttweaker/_globals/metals.zs new file mode 100644 index 0000000..a5491b9 --- /dev/null +++ b/scripts/crafttweaker/_globals/metals.zs @@ -0,0 +1,414 @@ +#priority 4100 + +import crafttweaker.oredict.IOreDictEntry; + +//Metal unification +/* + METAL_TYPE: { + block: ORE_DICT_ENTRY, + dust: ORE_DICT_ENTRY, + gear: ORE_DICT_ENTRY, + ingot: ORE_DICT_ENTRY, + nugget: ORE_DICT_ENTRY, + plate: ORE_DICT_ENTRY, + rod: ORE_DICT_ENTRY + } +*/ +global metals as IOreDictEntry[string][string] = { + abyssalnite: { + block: , + dust: , + gear: null, + ingot: , + nugget: , + plate: null, + rod: null + }, + aluminum: { + block: , + dust: , + gear: null, + ingot: , + nugget: , + ore: , + plate: , + rod: + }, + aluminumBrass: { + block: , + dust: null, + gear: null, + ingot: , + nugget: , + plate: null, + rod: null + }, + ardite: { + block: , + dust: , + gear: null, + ingot: , + nugget: , + ore: , + plate: null, + rod: null + }, + blackIron: { + block: , + dust: null, + gear: null, + ingot: , + nugget: , + plate: , + rod: + }, + bronze: { + block: , + dust: , + gear: , + ingot: , + nugget: , + plate: , + rod: + }, + cobalt: { + block: , + dust: , + gear: , + ingot: , + nugget: , + ore: , + plate: , + rod: + }, + compressedIron: { + block: , + dust: null, + gear: , + ingot: , + nugget: null, + plate: , + rod: + }, + constantan: { + block: , + dust: , + gear: null, + ingot: , + nugget: , + plate: , + rod: null + }, + copper: { + block: , + clump: , + crystal: , + dirtyDust: , + dust: , + gear: , + ingot: , + nugget: , + ore: , + plate: , + rod: , + shard: + }, + dreadium: { + block: , + dust: , + gear: null, + ingot: , + nugget: , + plate: null, + rod: null + }, + electrum: { + block: , + dust: , + gear: null, + ingot: , + nugget: , + plate: , + rod: null + }, + enhancedGalgadorian: { + block: , + dust: null, + gear: , + ingot: , + nugget: null, + plate: , + rod: + }, + ethaxium: { + block: , + dust: null, + gear: null, + ingot: , + liquid: null, + nugget: , + plate: null, + rod: null + }, + fiery: { + block: , + dust: null, + gear: , + ingot: , + nugget: null, + plate: , + rod: + }, + galgadorian: { + block: , + dust: null, + gear: , + ingot: , + nugget: null, + plate: , + rod: + }, + gold: { + block: , + clump: , + crystal: , + dirtyDust: , + dust: , + gear: , + ingot: , + nugget: , + ore: , + plate: , + rod: , + shard: + }, + invar: { + block: , + dust: , + gear: , + ingot: , + nugget: , + plate: , + rod: + }, + iron: { + block: , + clump: , + crystal: , + dirtyDust: , + dust: , + gear: , + ingot: , + nugget: , + ore: , + plate: , + rod: , + shard: + }, + knightslime: { + block: , + dust: null, + gear: null, + ingot: , + nugget: , + plate: null, + rod: null + }, + lead: { + block: , + clump: , + crystal: , + dirtyDust: , + dust: , + gear: , + ingot: , + nugget: , + ore: , + plate: , + rod: , + shard: + }, + manyullyn: { + block: , + dust: null, + gear: null, + ingot: , + nugget: , + plate: null, + rod: null + }, + meteoricIron: { + block: , + dust: , + gear: null, + ingot: , + nugget: null, + ore: , + plate: null, + rod: null + }, + modularium: { + block: null, + dust: null, + gear: , + ingot: , + nugget: null, + plate: , + rod: + }, + nickel: { + block: , + dust: , + gear: null, + ingot: , + nugget: , + ore: , + plate: , + rod: null + }, + osmium: { + block: , + clump: , + crystal: , + dirtyDust: , + dust: , + gear: null, + ingot: , + nugget: , + ore: , + plate: null, + rod: null, + shard: + }, + pigiron: { + block: , + dust: , + gear: null, + ingot: , + nugget: , + plate: , + rod: null + }, + platinum: { + block: , + dust: , + gear: , + ingot: , + nugget: null, + ore: , + plate: , + rod: + }, + redstoneAlloy: { + block: , + dust: null, + gear: , + ingot: , + nugget: null, + plate: , + rod: + }, + refinedCoralium: { + block: , + dust: , + gear: null, + ingot: , + nugget: , + plate: null, + rod: null + }, + reinforcedMetal: { + block: , + dust: null, + gear: , + ingot: , + nugget: null, + plate: , + rod: + }, + silver: { + block: , + clump: , + crystal: , + dirtyDust: , + dust: , + gear: , + ingot: , + nugget: , + ore: , + plate: , + rod: , + shard: + }, + spacePlatinum: { + block: , + dust: , + gear: null, + ingot: , + nugget: null, + plate: null, + rod: null + }, + steel: { + block: , + dust: , + gear: , + ingot: , + nugget: , + plate: , + rod: + }, + steeleaf: { + block: , + dust: null, + gear: , + ingot: , + nugget: null, + plate: , + rod: + }, + tin: { + block: , + clump: , + crystal: , + dirtyDust: , + dust: , + gear: , + ingot: , + nugget: , + ore: , + plate: , + rod: , + shard: + }, + titanium: { + block: , + dust: , + gear: null, + ingot: , + nugget: null, + ore: , + plate: null, + rod: null + }, + uranium: { + block: , + dust: , + gear: null, + ingot: , + nugget: , + ore: , + plate: , + rod: null + }, + zinc: { + block: , + dust: , + gear: null, + ingot: , + nugget: , + ore: , + plate: , + rod: null + } +}; diff --git a/scripts/crafttweaker/classes/init.zs b/scripts/crafttweaker/classes/init.zs new file mode 100644 index 0000000..f86811d --- /dev/null +++ b/scripts/crafttweaker/classes/init.zs @@ -0,0 +1,32 @@ +#priority 2800 + +/* + SevTech: Ages Class Creation Script. + + This script creates and sets the globals for the class we use to interact with mods + and/or MM machines. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ + +// Mods +global abyssalcraft as scripts.crafttweaker.classes.mods.abyssalcraft.AbyssalCraft = scripts.crafttweaker.classes.mods.abyssalcraft.AbyssalCraft(0.5f); +global actuallyAdditions as scripts.crafttweaker.classes.mods.actuallyAdditions.ActuallyAdditions = scripts.crafttweaker.classes.mods.actuallyAdditions.ActuallyAdditions(); +global appliedEnergistics as scripts.crafttweaker.classes.mods.appliedEnergistics.AppliedEnergistics = scripts.crafttweaker.classes.mods.appliedEnergistics.AppliedEnergistics(8); +global armoreablemobs as scripts.crafttweaker.classes.mods.armoreablemobs.ArmoreableMobs = scripts.crafttweaker.classes.mods.armoreablemobs.ArmoreableMobs(); +global astralSorcery as scripts.crafttweaker.classes.mods.astralSorcery.AstralSorcery = scripts.crafttweaker.classes.mods.astralSorcery.AstralSorcery(); +global betterWithMods as scripts.crafttweaker.classes.mods.betterwithmods.BetterWithMods = scripts.crafttweaker.classes.mods.betterwithmods.BetterWithMods(); +global bloodMagic as scripts.crafttweaker.classes.mods.bloodMagic.BloodMagic = scripts.crafttweaker.classes.mods.bloodMagic.BloodMagic(); +global horsePower as scripts.crafttweaker.classes.mods.horsePower.HorsePower = scripts.crafttweaker.classes.mods.horsePower.HorsePower(4, 16); +global immersiveEngineering as scripts.crafttweaker.classes.mods.immersiveEngineering.ImmersiveEngineering = scripts.crafttweaker.classes.mods.immersiveEngineering.ImmersiveEngineering(6000, 600); +global mekanism as scripts.crafttweaker.classes.mods.mekanism.Mekanism = scripts.crafttweaker.classes.mods.mekanism.Mekanism(); +global tinkers as scripts.crafttweaker.classes.mods.tinkers.Tinkers = scripts.crafttweaker.classes.mods.tinkers.Tinkers(); + +// Integration +global orematic as scripts.crafttweaker.classes.integration.orematic.OreMatic = scripts.crafttweaker.classes.integration.orematic.OreMatic(); +global dryingUnit as scripts.crafttweaker.classes.integration.dryingUnit.DryingUnit = scripts.crafttweaker.classes.integration.dryingUnit.DryingUnit(); + +// Utils +global recipeUtil as scripts.crafttweaker.classes.utils.recipeUtil.RecipeUtil = scripts.crafttweaker.classes.utils.recipeUtil.RecipeUtil(); diff --git a/scripts/crafttweaker/classes/initUnifier.zs b/scripts/crafttweaker/classes/initUnifier.zs new file mode 100644 index 0000000..5a91656 --- /dev/null +++ b/scripts/crafttweaker/classes/initUnifier.zs @@ -0,0 +1,14 @@ +#priority 2700 + +/* + SevTech: Ages Unifier Class Creation Script. + + This script creates and sets the globals for the class we use to interact with mods + and/or MM machines. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +global metalProc as scripts.crafttweaker.classes.resources.metals.Metals = scripts.crafttweaker.classes.resources.metals.Metals(); +global unifier as scripts.crafttweaker.classes.utils.unifier.Unifier = scripts.crafttweaker.classes.utils.unifier.Unifier(); diff --git a/scripts/crafttweaker/classes/integration/dryingUnit.zs b/scripts/crafttweaker/classes/integration/dryingUnit.zs new file mode 100644 index 0000000..1bec2ab --- /dev/null +++ b/scripts/crafttweaker/classes/integration/dryingUnit.zs @@ -0,0 +1,92 @@ +#priority 3400 + +/* + SevTech: Ages Drying Unit Script + + This script is a zenClass to allow easy interation with the MM Drying Machine. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +import crafttweaker.item.IItemStack; +import crafttweaker.item.IIngredient; +import crafttweaker.oredict.IOreDictEntry; + +import mods.modularmachinery.RecipeBuilder; +import mods.modularmachinery.RecipePrimer; + +import scripts.crafttweaker.utils.createRecipeName; +import scripts.crafttweaker.utils.squareNum; + +/* + TODO: Look into making this class generic for possible conversion from other MM machines. +*/ +zenClass DryingUnit { + var machineName as string = "industrial_drying_unit"; + var energyScalingMultiplier as int[] = [1, 4, 8]; + var tickTimeValue as int = 600; + + zenConstructor() { + } + + /* + Forms the basic recipe. + */ + function formBaseRecipe(tier as int, name as string) as RecipePrimer { + var machineSlug = tier > 1 ? machineName ~ "_mk" ~ tier : machineName; + var timeScaler = (tier + 1) > 2 ? squareNum(2, tier - 1) : tier + 1; + + var builder = RecipeBuilder.newBuilder( + createRecipeName(machineName ~ "_mk" ~ tier, name), + machineSlug, tickTimeValue / timeScaler + ) + .addEnergyPerTickInput(5 * energyScalingMultiplier[tier - 1]); + + return builder; + } + + /* + Forms the basic via the arguments given the function. + */ + function formBaseRecipe(tier as int, input as IOreDictEntry, inAmount as int, output as IOreDictEntry, outAmount as int) { + var builder = formBaseRecipe(tier, input.name); + builder + .addItemInput(input, inAmount) + .addItemOutput(output, outAmount) + .build(); + } + function formBaseRecipe(tier as int, input as IOreDictEntry, inAmount as int, output as IItemStack) { + var builder = formBaseRecipe(tier, input.name); + builder + .addItemInput(input, inAmount) + .addItemOutput(output) + .build(); + } + function formBaseRecipe(tier as int, input as IItemStack, output as IItemStack) { + var builder = formBaseRecipe(tier, input.name); + builder + .addItemInput(input) + .addItemOutput(output) + .build(); + } + + /* + Create the builder/recipes based on the arguments given to the function. + */ + function addAllTiers(input as IOreDictEntry, inAmount as int, output as IOreDictEntry, outAmount as int) { + formBaseRecipe(1, input, inAmount, output, outAmount); + formBaseRecipe(2, input, inAmount, output, outAmount); + formBaseRecipe(3, input, inAmount, output, outAmount); + } + function addAllTiers(input as IOreDictEntry, inAmount as int, output as IItemStack) { + formBaseRecipe(1, input, inAmount, output); + formBaseRecipe(2, input, inAmount, output); + formBaseRecipe(3, input, inAmount, output); + } + function addAllTiers(input as IItemStack, output as IItemStack) { + formBaseRecipe(1, input, output); + formBaseRecipe(2, input, output); + formBaseRecipe(3, input, output); + } +} diff --git a/scripts/crafttweaker/classes/integration/orematic.zs b/scripts/crafttweaker/classes/integration/orematic.zs new file mode 100644 index 0000000..13005e7 --- /dev/null +++ b/scripts/crafttweaker/classes/integration/orematic.zs @@ -0,0 +1,141 @@ +#priority 3400 + +/* + SevTech: Ages OreMatic Script + + This script is a zenClass to allow easy interation with the MM OreMatic Machine. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +import crafttweaker.item.IItemStack; +import crafttweaker.oredict.IOreDictEntry; +import crafttweaker.liquid.ILiquidStack; + +import mods.modularmachinery.RecipeBuilder; +import mods.modularmachinery.RecipePrimer; + +import scripts.crafttweaker.utils.createRecipeName; + +/* + OreMatic Class to intergrate with the custom machine even easier! +*/ +zenClass OreMatic { + var machine_name as string = "orematic5000"; + var energyScalingMultiplier as int[] = [4, 5, 10]; + var default_priority as int[] = [125, 250, 500]; + var default_ticktime as int = 125; + var default_type as string = ""; + + zenConstructor() { + } + + /* + Forms the basic recipe for all tiers + + This is essentially Tier 1 that then can be built on top of as deemed necessary + */ + function formBaseRecipe(tier as int, tickTime as int, oreInput as IOreDictEntry, dustOutput as IItemStack, secondaryOuput as IOreDictEntry, secondaryChance as float) as RecipePrimer { + return formBaseRecipe(tier, tickTime, oreInput, dustOutput, default_type, secondaryOuput, secondaryChance, 0); + } + function formBaseRecipe(tier as int, tickTime as int, oreInput as IOreDictEntry, dustOutput as IItemStack, type as string, secondaryOuput as IOreDictEntry, secondaryChance as float, priority as int) as RecipePrimer { + var machine_slug = tier > 1 ? machine_name ~ "_mk" ~ tier : machine_name; + + var builder = RecipeBuilder.newBuilder( + createRecipeName(machine_name ~ "_mk" ~ tier, oreInput.name ~ "_processing" ~ type), + machine_slug, tickTime, priority + ) + .addEnergyPerTickInput(60 * energyScalingMultiplier[tier - 1]) + .addItemInput(oreInput) + .addFluidInput( * 250) + .addGasInput("oxygen", 150) + .addItemOutput(dustOutput * (3 + tier - 1)); + + if (!isNull(secondaryOuput) & tier > 2) { + builder + .addItemOutput(secondaryOuput) + .addItemOutput(secondaryOuput) + .setChance(secondaryChance); + } + + return builder; + } + + /* + Forms the basic recipes for all tiers. + + This is essentially Tier 1 that then can be built on top of as deemed necessary also adds the optional fluids which lower or increase the + secondary outputs. + */ + function formBaseRecipe(tier as int, oreInput as IOreDictEntry, dustOutput as IItemStack, secondaryOuput as IOreDictEntry) as RecipePrimer[] { + var allowGasoline = tier > 2; + + return [ + // 0 - Basic + formBaseRecipe(tier, default_ticktime, oreInput, dustOutput, secondaryOuput, 0.5f), + // 1 - Lube + formBaseRecipe(tier, 0.8 * default_ticktime, oreInput, dustOutput, "_lubricant", secondaryOuput, 0.5f, -125) + .addFluidInput( * 50), + // 2 - Gasoline + allowGasoline ? formBaseRecipe(tier, default_ticktime, oreInput, dustOutput, "_gasoline", secondaryOuput, 0.75f, -250) + .addFluidInput( * 150) : null, + // 3 - Lube & Gasoline + allowGasoline ? formBaseRecipe(tier, 0.7 * default_ticktime, oreInput, dustOutput, "_gasoline_lubricant", secondaryOuput, 0.75f, -500) + .addFluidInput( * 150) + .addFluidInput( * 50): null + ] as RecipePrimer[]; + } + + /* + Tier One (Base): Processing. This allows for 3 times dust production from Ores. This tier requires only Water and Oxygen. + */ + function addTier1(oreInput as IOreDictEntry, dustOutput as IItemStack, secondaryOuput as IOreDictEntry) { + var baseRecipes = formBaseRecipe(1, oreInput, dustOutput, secondaryOuput); + for baseRecipe in baseRecipes { + if (!isNull(baseRecipe)) { + baseRecipe.build(); + } + } + } + + /* + Tier Two: Processing. This allows for 4 times dust production from Ores. This tier requires only Water, Oxygen and Hydrogen Cholride. + */ + function addTier2(oreInput as IOreDictEntry, dustOutput as IItemStack, secondaryOuput as IOreDictEntry) { + var baseRecipes = formBaseRecipe(2, oreInput, dustOutput, secondaryOuput); + for baseRecipe in baseRecipes { + if (!isNull(baseRecipe)) { + baseRecipe + .addGasInput("hydrogenChloride", 200) + .build(); + } + } + } + + /* + Tier Three: Processing. This allows for 5 times dust production from Ores. This tier requires only Water, Oxygen, Hydrogen Cholride + and Sulfuric Acid. + + This tier also has the option to allow adding Lube or Gasoline to increase the speed and enable getting secondary output from the ores + your processing. + */ + function addTier3(oreInput as IOreDictEntry, dustOutput as IItemStack, secondaryOuput as IOreDictEntry) { + var baseRecipes = formBaseRecipe(3, oreInput, dustOutput, secondaryOuput); + for baseRecipe in baseRecipes { + baseRecipe + .addGasInput("hydrogenChloride", 200) + .addGasInput("sulfuricAcid", 120) + .build(); + } + } + + /* + Adds ore processing recipe to all tiers + */ + function addAllTiers(oreInput as IOreDictEntry, dustOutput as IItemStack, secondaryOuput as IOreDictEntry) { + addTier1(oreInput, dustOutput, secondaryOuput); + addTier2(oreInput, dustOutput, secondaryOuput); + addTier3(oreInput, dustOutput, secondaryOuput); + } +} diff --git a/scripts/crafttweaker/classes/mods/abyssalcraft.zs b/scripts/crafttweaker/classes/mods/abyssalcraft.zs new file mode 100644 index 0000000..44d3450 --- /dev/null +++ b/scripts/crafttweaker/classes/mods/abyssalcraft.zs @@ -0,0 +1,90 @@ +#priority 3400 + +/* + SevTech: Ages AbyssalCraft Script + + This script is a zenClass to allow easy interation with AbyssalCraft. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +import crafttweaker.item.IItemStack; + +import mods.abyssalcraft.Crystallizer; +import mods.abyssalcraft.Materializer; +import mods.abyssalcraft.Transmutator; +import mods.abyssalcraft.RitualStages; + +zenClass AbyssalCraft { + var default_xp as float; + + zenConstructor(defaultXP as float) { + default_xp = defaultXP; + } + + /* + Remove a Transmutator Recipe + */ + function removeTransmutation(input as IItemStack) { + Transmutator.removeTransmutation(input); + } + + /* + Add a Transmutator Recipe + */ + function addTransmutation(input as IItemStack, output as IItemStack) { + Transmutator.addTransmutation(input, output, default_xp); + } + function addTransmutation(input as IItemStack, output as IItemStack, exp as float) { + Transmutator.addTransmutation(input, output, exp as float); + } + + /* + Remove a Crystallizer Recipe + */ + function removeCrystallization(input as IItemStack) { + Crystallizer.removeCrystallization(input); + } + + /* + Add a Single Crystallizer Recipe + */ + function addSingleCrystallization(input as IItemStack, output as IItemStack) { + Crystallizer.addSingleCrystallization(input, output, default_xp); + } + function addSingleCrystallization(input as IItemStack, output as IItemStack, exp as float) { + Crystallizer.addSingleCrystallization(input, output, exp); + } + + /* + Add a Dual Crystallizer Recipe + */ + function addCrystallization(input as IItemStack, output as IItemStack, output2 as IItemStack) { + Crystallizer.addCrystallization(input, output, output2, default_xp); + } + function addCrystallization(input as IItemStack, output as IItemStack, output2 as IItemStack, exp as float) { + Crystallizer.addCrystallization(input, output, output2, exp); + } + + /* + Remove a Materializer Recipe + */ + function removeMaterialization(output as IItemStack) { + Materializer.removeMaterialization(output); + } + + /* + Add a Materializer Recipe + */ + function addMaterialization(output as IItemStack, input as IItemStack[]) { + Materializer.addMaterialization(output, input); + } + + /* + Add a Ritual to a Stage. + */ + function addRitualStage(stage as string, ritual as string) { + RitualStages.addRitualStage(stage, ritual); + } +} diff --git a/scripts/crafttweaker/classes/mods/actuallyAdditions.zs b/scripts/crafttweaker/classes/mods/actuallyAdditions.zs new file mode 100644 index 0000000..d2f456b --- /dev/null +++ b/scripts/crafttweaker/classes/mods/actuallyAdditions.zs @@ -0,0 +1,36 @@ +#priority 3400 + +/* + SevTech: Ages Actually Additions Script + + This script is a zenClass to allow easy interation with Actually Additions. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +import crafttweaker.item.IItemStack; + +import mods.actuallyadditions.Crusher; + +zenClass ActuallyAdditions { + zenConstructor() { + } + + /* + Remove a Crusher Recipe + */ + function removeCrusher(output as IItemStack) { + Crusher.removeRecipe(output); + } + + /* + Add a Crusher Recipe + */ + function addCrusher(output as IItemStack, input as IItemStack) { + Crusher.addRecipe(output, input); + } + function addCrusher(output as IItemStack, input as IItemStack, outputSecondary as IItemStack, secondaryChance as int) { + Crusher.addRecipe(output, input, outputSecondary, secondaryChance); + } +} diff --git a/scripts/crafttweaker/classes/mods/appliedEnergistics.zs b/scripts/crafttweaker/classes/mods/appliedEnergistics.zs new file mode 100644 index 0000000..5c6cbd4 --- /dev/null +++ b/scripts/crafttweaker/classes/mods/appliedEnergistics.zs @@ -0,0 +1,64 @@ +#priority 3400 + +/* + SevTech: Ages Applied Energistics Script + + This script is a zenClass to allow easy interation with Applied Energistics. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +import crafttweaker.item.IItemStack; +import crafttweaker.item.IIngredient; + +import mods.appliedenergistics2.Inscriber; +import mods.appliedenergistics2.Grinder; + +zenClass AppliedEnergistics { + var default_spins as int; + + zenConstructor(defaultSpins as int) { + default_spins = defaultSpins; + } + + /* + Remove a Crusher Recipe + */ + function removeGrindstone(input as IItemStack) { + Grinder.removeRecipe(input); + } + + /* + Add a Crusher Recipe + */ + function addGrindstone(output as IItemStack, input as IItemStack) { + Grinder.addRecipe(output, input, default_spins); + } + function addGrindstone(output as IItemStack, input as IItemStack, spins as int) { + Grinder.addRecipe(output, input, spins); + } + function addGrindstone(output as IItemStack, input as IItemStack, spins as int, outputSecondary as IItemStack, secondaryChance as int) { + Grinder.addRecipe(output, input, spins, outputSecondary, secondaryChance); + } + + /* + Remove an Inscriber Recipe. + */ + function removeInscribe(output as IItemStack) { + Inscriber.removeRecipe(output); + } + + /* + Add an Inscriber Recipe. + */ + function addInscribe(output as IItemStack, input as IIngredient, inscribe as bool) { + Inscriber.addRecipe(output, input, inscribe); + } + function addInscribe(output as IItemStack, input as IIngredient, inscribe as bool, top as IIngredient) { + Inscriber.addRecipe(output, input, inscribe, top); + } + function addInscribe(output as IItemStack, input as IIngredient, inscribe as bool, top as IIngredient, bottom as IIngredient) { + Inscriber.addRecipe(output, input, inscribe, top, bottom); + } +} diff --git a/scripts/crafttweaker/classes/mods/armoreablemobs.zs b/scripts/crafttweaker/classes/mods/armoreablemobs.zs new file mode 100644 index 0000000..af10bb7 --- /dev/null +++ b/scripts/crafttweaker/classes/mods/armoreablemobs.zs @@ -0,0 +1,86 @@ +#priority 3400 + +/* + SevTech: Ages Armoreable Mobs Script + + This script is a zenClass to allow easy interation with Armoreable Mobs. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +import mods.armoreablemobs.ArmorHandler; +import mods.armoreablemobs.ArmorEntity; +import mods.armoreablemobs.ArmorSlot; +import mods.armoreablemobs.ArmorGroup; + +zenClass ArmoreableMobs { + var mobEntities as ArmorEntity[string][string] = {}; + + var defaultArmorDropChance as double = 0.15; + var blankGroup as ArmorGroup = ArmorHandler.createArmorGroup("Blank", 1.0); + + zenConstructor() { + // Set up "Blank" group + blankGroup.addArmor(ArmorHandler.createArmorSlot("head", null, 1, 0)); + blankGroup.addArmor(ArmorHandler.createArmorSlot("chest", null, 1, 0)); + blankGroup.addArmor(ArmorHandler.createArmorSlot("legs", null, 1, 0)); + blankGroup.addArmor(ArmorHandler.createArmorSlot("feet", null, 1, 0)); + blankGroup.addArmor(ArmorHandler.createArmorSlot("mainhand", null, 1, 0)); + blankGroup.addArmor(ArmorHandler.createArmorSlot("offhand", null, 1, 0)); + } + + function addMobEntity(mobEntityType as string, mobName as string) { + var mobEntityTypeExists as bool = (mobEntities has mobEntityType); + + if (mobEntityTypeExists) { + if (mobEntities[mobEntityType] has mobName) { + logger.logWarning("Attempted to add " ~ mobName + ~ " as a mob armor entity but already exists in " ~ mobEntityType ~ " type"); + return null; + } + } + + if (!mobEntityTypeExists) { + mobEntities[mobEntityType] = {}; + } + + mobEntities[mobEntityType][mobName] = ArmorHandler.createArmorEntity(mobName); + } + + function addMobEntities(mobEntityType as string, mobNames as string[]) { + for mobName in mobNames { + addMobEntity(mobEntityType, mobName); + } + } + + /** + * Clears all gear from the mobs added to mobEntities + */ + function clearAllMobGear() { + for mobEntityType, mobEntitiesForType in mobEntities { + for mobName, mobEntity in mobEntitiesForType { + blankGroup.addEntity(mobEntity); + } + } + } + + /** + * Adds armor group to the specified armor type + */ + function addArmorGroupToType(mobEntityType as string, armorGroup as ArmorGroup) { + if (!(mobEntities has mobEntityType)) { + logger.logWarning("Attempted to add armor group to " ~ mobEntityType ~ " mobs but none exist"); + } + + for mobName, mobEntity in mobEntities[mobEntityType] { + armorGroup.addEntity(mobEntity); + } + } + + function addArmorGroupsToType(mobEntityType as string, armorGroups as ArmorGroup[]) { + for armorGroup in armorGroups { + addArmorGroupToType(mobEntityType, armorGroup); + } + } +} diff --git a/scripts/crafttweaker/classes/mods/astralSorcery.zs b/scripts/crafttweaker/classes/mods/astralSorcery.zs new file mode 100644 index 0000000..f2c0bcd --- /dev/null +++ b/scripts/crafttweaker/classes/mods/astralSorcery.zs @@ -0,0 +1,49 @@ +#priority 3400 + +/* + SevTech: Ages Astral Sorcery Script + + This script is a zenClass to allow easy interation with Astral Sorcery. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +import crafttweaker.item.IItemStack; + +import mods.astralsorcery.Grindstone; +import mods.astralsorcery.StarlightInfusion; + +zenClass AstralSorcery { + zenConstructor() { + } + + /* + Remove a Grindstone Recipe + */ + function removeGrindstone(output as IItemStack) { + Grindstone.removeRecipe(output); + } + + /* + Add a Grindstone Recipe + */ + function addGrindstone(input as IItemStack, output as IItemStack) { + Grindstone.addRecipe(input, output); + } + + /* + Remove a Starlight Infusion Recipe + */ + function removeStarlight(output as IItemStack) { + StarlightInfusion.removeInfusion(output); + } + + /* + Add a Starlight Infusion Recipe + */ + function addStarlight(input as IItemStack, output as IItemStack, consumeMultiple as bool, consumptionChance as float, tickTime as int) { + StarlightInfusion.addInfusion(input, output, consumeMultiple, consumptionChance, tickTime); + } +} + diff --git a/scripts/crafttweaker/classes/mods/betterwithmods.zs b/scripts/crafttweaker/classes/mods/betterwithmods.zs new file mode 100644 index 0000000..ac74afc --- /dev/null +++ b/scripts/crafttweaker/classes/mods/betterwithmods.zs @@ -0,0 +1,104 @@ +#priority 3400 + +/* + SevTech: Ages Better With Mods/Addons Script + + This script is a zenClass to allow easy interation with Better With Mods/Addons. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +import crafttweaker.item.IIngredient; +import crafttweaker.item.IItemStack; + +import mods.betterwithaddons.DryingBox; +import mods.betterwithaddons.SoakingBox; +import mods.betterwithaddons.Spindle; +import mods.betterwithmods.Cauldron; +import mods.betterwithmods.Crucible; +import mods.betterwithmods.Kiln; +import mods.betterwithmods.Mill; +import mods.betterwithmods.Saw; + +zenClass BetterWithMods { + zenConstructor() { + } + + /* + Remove a Kiln recipe + */ + function removeKiln(input as IItemStack) { + Kiln.remove(input); + } + + /* + Remove a Soaking recipe + */ + function removeSoaking(input as IItemStack) { + SoakingBox.remove(input); + } + + /* + Remove a Saw recipe + */ + function removeSaw(outputs as IItemStack[]) { + Saw.remove(outputs); + } + + /* + Remove a Crucible recipe + */ + function removeCrucible(outputs as IItemStack[]) { + Crucible.remove(outputs); + } + + /* + Remove a Spindle recipe + */ + function addSpindle(outputs as IItemStack[], input as IIngredient, consumesSpindle as bool) { + Spindle.add(outputs, input, consumesSpindle); + } + + /* + Add a Mill recipe. + */ + function addMilling(inputs as IIngredient[], outputs as IItemStack[]) { + Mill.addRecipe(inputs, outputs); + } + + /* + Remove a Mill recipe. + */ + function removeMilling(outputs as IItemStack[]) { + Mill.remove(outputs); + } + + /* + Add a Cauldron recipe. + */ + function addCauldron(inputs as IIngredient[], outputs as IItemStack[]) { + addCauldron(inputs, outputs, false); + } + function addCauldron(inputs as IIngredient[], outputs as IItemStack[], stoked as bool) { + if (stoked) { + Cauldron.addStoked(inputs, outputs); + } else { + Cauldron.addUnstoked(inputs, outputs); + } + } + + /* + Remove a Cauldron recipe. + */ + function removeCauldron(outputs as IItemStack[]) { + Cauldron.remove(outputs); + } + + /* + Remove a Drying Box recipe. + */ + function removeDrying(input as IItemStack) { + DryingBox.remove(input); + } +} diff --git a/scripts/crafttweaker/classes/mods/bloodMagic.zs b/scripts/crafttweaker/classes/mods/bloodMagic.zs new file mode 100644 index 0000000..734b52d --- /dev/null +++ b/scripts/crafttweaker/classes/mods/bloodMagic.zs @@ -0,0 +1,76 @@ +#priority 3400 + +/* + SevTech: Ages Blood Magic Script + + This script is a zenClass to allow easy interation with Blood Magic. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +import crafttweaker.item.IItemStack; +import crafttweaker.item.IIngredient; + +import mods.bloodmagic.AlchemyArray; +import mods.bloodmagic.AlchemyTable; +import mods.bloodmagic.BloodAltar; + +zenClass BloodMagic { + zenConstructor() { + } + + /* + Remove a Alchemy Table Recipe + + http://crafttweaker.readthedocs.io/en/latest/#Mods/Modtweaker/BloodMagic/AlchemyTable/#removal + */ + function removeAlchemyTable(inputs as IItemStack[]) { + AlchemyTable.removeRecipe(inputs); + } + + /* + Add a Alchemy Table Recipe + + http://crafttweaker.readthedocs.io/en/latest/#Mods/Modtweaker/BloodMagic/AlchemyTable/#addition + */ + function addAlchemyTable(output as IItemStack, inputs as IIngredient[], syphon as int, tickTime as int, minTier as int) { + AlchemyTable.addRecipe(output, inputs, syphon, tickTime, minTier); + } + + /* + Remove a Alchemy Table Recipe + + http://crafttweaker.readthedocs.io/en/latest/#Mods/Modtweaker/BloodMagic/AlchemyArray/#removal + */ + function removeAlchemyArray(input as IItemStack, catalyst as IItemStack) { + AlchemyArray.removeRecipe(input, catalyst); + } + + /* + Add a Alchemy Array Recipe + + http://crafttweaker.readthedocs.io/en/latest/#Mods/Modtweaker/BloodMagic/AlchemyArray/#addition + */ + function addAlchemyArray(input as IItemStack, catalyst as IItemStack, output as IItemStack) { + AlchemyArray.addRecipe(input, catalyst, output); + } + + /* + Remove a Blood Altar Recipe + + http://crafttweaker.readthedocs.io/en/latest/#Mods/Modtweaker/BloodMagic/BloodAltar/#removal + */ + function removeAltar(input as IItemStack) { + BloodAltar.removeRecipe(input); + } + + /* + Add a Blood Altar Recipe + + http://crafttweaker.readthedocs.io/en/latest/#Mods/Modtweaker/BloodMagic/BloodAltar/#addition + */ + function addAltar(output as IItemStack, input as IItemStack, minimumTier as int, syphon as int, consumeRate as int, drainRate as int) { + BloodAltar.addRecipe(output, input, minimumTier, syphon, consumeRate, drainRate); + } +} diff --git a/scripts/crafttweaker/classes/mods/horsePower.zs b/scripts/crafttweaker/classes/mods/horsePower.zs new file mode 100644 index 0000000..00e3b11 --- /dev/null +++ b/scripts/crafttweaker/classes/mods/horsePower.zs @@ -0,0 +1,68 @@ +#priority 3400 + +/* + SevTech: Ages Horse Power Script + + This script is a zenClass to allow easy interation with Horse Power. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +import crafttweaker.item.IIngredient; +import crafttweaker.item.IItemStack; + +import mods.horsepower.ChoppingBlock; +import mods.horsepower.Grindstone; +import mods.horsepower.Press; +import mods.horsepower.Recipes; + +zenClass HorsePower { + var def_chop as int; + var def_grind as int; + + zenConstructor(defChop as int, defGrind as int) { + def_chop = defChop; + def_grind = defGrind; + } + + /* + Add a Chopping Block recipe. + + By default if not set recipes would be set to manual only. + */ + function addChopping(output as IItemStack, input as IIngredient) { + addChopping(output, input, def_chop, true); + } + function addChopping(output as IItemStack, input as IIngredient, time as int) { + addChopping(output, input, time, true); + } + function addChopping(output as IItemStack, input as IIngredient, time as int, manual as bool) { + ChoppingBlock.add(input, output, time, manual); + } + + /* + Add a Grindstone recipe. + + By default if not set recipes would be set to manual only. + */ + function addGrindstone(output as IItemStack, input as IIngredient) { + addGrindstone(output, input, def_grind, true); + } + function addGrindstone(output as IItemStack, input as IIngredient, secondaryOutput as IItemStack, secondaryChance as int) { + addGrindstone(output, input, def_grind, true, secondaryOutput, secondaryChance); + } + function addGrindstone(output as IItemStack, input as IIngredient, time as int, hand as bool) { + Grindstone.add(input, output, time, hand); + } + function addGrindstone(output as IItemStack, input as IIngredient, time as int, hand as bool, secondaryOutput as IItemStack, secondaryChance as int) { + Grindstone.add(input, output, time, hand, secondaryOutput, secondaryChance); + } + + /* + Add a Press recipe. + */ + function addPress(input as IIngredient, output as IItemStack) { + Press.add(input, output); + } +} diff --git a/scripts/crafttweaker/classes/mods/immersiveEngineering.zs b/scripts/crafttweaker/classes/mods/immersiveEngineering.zs new file mode 100644 index 0000000..0b23e40 --- /dev/null +++ b/scripts/crafttweaker/classes/mods/immersiveEngineering.zs @@ -0,0 +1,109 @@ +#priority 3400 + +/* + SevTech: Ages Immersive Engineering Script + + This script is a zenClass to allow easy interation with Immersive Engineering. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +import crafttweaker.item.IItemStack; +import crafttweaker.item.IIngredient; + +import mods.immersiveengineering.AlloySmelter; +import mods.immersiveengineering.ArcFurnace; +import mods.immersiveengineering.Crusher; +import mods.immersiveengineering.MetalPress; + +zenClass ImmersiveEngineering { + var default_energy as int; + var default_alloy as int; + + zenConstructor(defaultEnergy as int, defaultAlloy as int) { + default_energy = defaultEnergy; + default_alloy = defaultAlloy; + } + + /* + Remove a Crusher Recipe by Output. (Default) + */ + function removeCrusher(output as IItemStack) { + Crusher.removeRecipe(output); + } + + /* + Remove a Crusher Recipe by Input. + */ + function removeCrusherByInput(input as IItemStack) { + Crusher.removeRecipesForInput(input); + } + + /* + Add a Crusher Recipe + */ + function addCrusher(output as IItemStack, input as IIngredient) { + Crusher.addRecipe(output, input, default_energy); + } + function addCrusher(output as IItemStack, input as IIngredient, energy as int) { + Crusher.addRecipe(output, input, energy); + } + function addCrusher(output as IItemStack, input as IIngredient, secondaryOutput as IItemStack, secondaryChance as double) { + Crusher.addRecipe(output, input, default_energy, secondaryOutput, secondaryChance); + } + function addCrusher(output as IItemStack, input as IIngredient, energy as int, secondaryOutput as IItemStack, secondaryChance as double) { + Crusher.addRecipe(output, input, energy, secondaryOutput, secondaryChance); + } + + /* + Remove an Alloy Smelter Recipe + */ + function removeAlloy(output as IItemStack) { + AlloySmelter.removeRecipe(output); + } + + /* + Add an Alloy Smelter Recipe + */ + function addAlloy(output as IItemStack, input as IIngredient, input2 as IIngredient) { + AlloySmelter.addRecipe(output, input, input2, default_alloy); + } + function addAlloy(output as IItemStack, input as IIngredient, input2 as IIngredient, time as int) { + AlloySmelter.addRecipe(output, input, input2, time); + } + + /* + Remove an Arc Furnace Recipe + */ + function removeArcFurn(output as IItemStack) { + ArcFurnace.removeRecipe(output); + } + + /* + Add a Arc Furnace Recipe + */ + function addArcFurn(output as IItemStack, input as IIngredient, slag as IItemStack, time as int, energy as int) { + ArcFurnace.addRecipe(output, input, slag, time, energy); + } + function addArcFurn(output as IItemStack, input as IIngredient, slag as IItemStack, time as int, energy as int, additives as IIngredient[]) { + ArcFurnace.addRecipe(output, input, slag, time, energy, additives); + } + + /* + Remove a Metal Press Recipe + */ + function removePress(output as IItemStack) { + MetalPress.removeRecipe(output); + } + + /* + Add a Metal Press Recipe + */ + function addPress(output as IItemStack, input as IIngredient, mold as IItemStack, inputSize as int) { + MetalPress.addRecipe(output, input, mold, 500, inputSize); + } + function addPress(output as IItemStack, input as IIngredient, mold as IItemStack, energy as int, inputSize as int) { + MetalPress.addRecipe(output, input, mold, energy, inputSize); + } +} diff --git a/scripts/crafttweaker/classes/mods/mekanism.zs b/scripts/crafttweaker/classes/mods/mekanism.zs new file mode 100644 index 0000000..4775ad1 --- /dev/null +++ b/scripts/crafttweaker/classes/mods/mekanism.zs @@ -0,0 +1,234 @@ +#priority 3400 + +/* + SevTech: Ages Mekanism Script + + This script is a zenClass to allow easy interation with Mekanism. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +import crafttweaker.item.IIngredient; +import crafttweaker.item.IItemStack; +import crafttweaker.liquid.ILiquidStack; + +import mod.mekanism.gas.IGasStack; + +import mods.mekanism.chemical.crystallizer as Crystallizer; +import mods.mekanism.chemical.injection as Injection; +import mods.mekanism.combiner as Combiner; +import mods.mekanism.compressor as Compressor; +import mods.mekanism.crusher as Crusher; +import mods.mekanism.enrichment as Enrichment; +import mods.mekanism.infuser as Infuser; +import mods.mekanism.purification as PurificationChamber; +import mods.mekanism.reaction as PressurisedReactionChamber; +import mods.mekanism.sawmill as Sawmill; +import mods.mekanism.smelter as Smelter; + +zenClass Mekanism { + zenConstructor() { + } + + /* + Remove a Enrichment Chamber Recipe + */ + function removeEnrichment(input as IIngredient) { + Enrichment.removeRecipe(input); + } + function removeEnrichment(input as IIngredient, output as IIngredient) { + Enrichment.removeRecipe(input, output); + } + + /* + Add a Enrichment Chamber Recipe + */ + function addEnrichment(input as IIngredient, output as IItemStack) { + Enrichment.addRecipe(input, output); + } + + /* + Add a Chemical Injection Chamber Recipe + */ + function addChemicalInjection(input as IIngredient, gasInput as IGasStack, output as IItemStack) { + Injection.addRecipe(input, gasInput, output); + } + + /* + Remove a Chemical Injection Chamber Recipe + */ + function removeChemicalInjection(output as IIngredient) { + Injection.removeRecipe(output); + } + + /* + Add a Combiner Recipe + */ + function addCombiner(input as IIngredient, extraInput as IIngredient, output as IItemStack) { + Combiner.addRecipe(input, extraInput, output); + } + + /* + Remove a Combiner Recipe + */ + function removeCombiner(output as IIngredient) { + Combiner.removeRecipe(output); + } + function removeCombiner(output as IIngredient, input as IIngredient) { + Combiner.removeRecipe(output, input); + } + function removeCombiner(output as IIngredient, input as IIngredient, extra as IIngredient) { + Combiner.removeRecipe(output, input, extra); + } + + /* + Add a Crusher Recipe + */ + function addCrusher(input as IIngredient, output as IItemStack) { + Crusher.addRecipe(input, output); + } + + /* + Remove a Crusher Recipe + */ + function removeCrusher(output as IIngredient) { + Crusher.removeRecipe(output); + } + function removeCrusher(output as IIngredient, input as IIngredient) { + Crusher.removeRecipe(output, input); + } + + /* + Add an Infuser Recipe + */ + function addInfusion(infusionType as string, toConsume as int, input as IIngredient, output as IItemStack) { + Infuser.addRecipe(infusionType, toConsume, input, output); + } + + /* + Remove an Infuser Recipe + */ + function removeInfusion(output as IIngredient) { + Infuser.removeRecipe(output); + } + function removeInfusion(output as IIngredient, input as IIngredient, infusionType as string) { + Infuser.removeRecipe(output, input, infusionType); + } + + /* + Add a Chemical Crystallizer Recipe + */ + function addChemicalCrystallizer(inputGas as IGasStack, output as IItemStack) { + Crystallizer.addRecipe(inputGas, output); + } + + /* + Remove a Chemical Crystallizer Recipe + */ + function removeChemicalCrystallizer(output as IIngredient) { + Crystallizer.removeRecipe(output); + } + function removeChemicalCrystallizer(output as IIngredient, inputGas as IIngredient) { + Crystallizer.removeRecipe(output, inputGas); + } + + /* + Add an Energized Smelter Recipe + */ + function addSmelter(input as IIngredient, output as IItemStack) { + Smelter.addRecipe(input, output); + } + + /* + Remove an Energized Smelter Recipe + */ + function removeSmelter(input as IIngredient) { + Smelter.removeRecipe(input); + } + function removeSmelter(input as IIngredient, output as IIngredient) { + Smelter.removeRecipe(input, output); + } + + /* + Add an Osmium Compressor Recipe + */ + function addCompressor(input as IIngredient, output as IItemStack) { + Compressor.addRecipe(input, output); + } + function addCompressor(input as IIngredient, inputGas as IGasStack, output as IItemStack) { + Compressor.addRecipe(input, inputGas, output); + } + + /* + Remove an Osmium Compressor Recipe + */ + function removeCompressor(output as IItemStack) { + Compressor.removeRecipe(output); + } + function removeCompressor(output as IItemStack, input as IIngredient, inputGas as IIngredient) { + Compressor.removeRecipe(output, input, inputGas); + } + + /* + Add a Sawmill Recipe + */ + function addSawmill(input as IIngredient, output as IItemStack) { + Sawmill.addRecipe(input, output); + } + function addSawmill(input as IIngredient, output as IItemStack, bonusOutput as IItemStack, bonusChance as double) { + Sawmill.addRecipe(input, output, bonusOutput, bonusChance); + } + + /* + Remove a Sawmill Recipe + */ + function removeSawmill(input as IIngredient) { + Sawmill.removeRecipe(input); + } + function removeSawmill(input as IIngredient, output as IIngredient) { + Sawmill.removeRecipe(input, output); + } + function removeSawmill(input as IIngredient, output as IIngredient, bonusOutput as IIngredient) { + Sawmill.removeRecipe(input, output, bonusOutput); + } + + /* + Add a Purification Chamber Recipe + */ + function addPurification(input as IIngredient, output as IItemStack) { + PurificationChamber.addRecipe(input, output); + } + function addPurification(input as IIngredient, inputGas as IGasStack, output as IItemStack) { + PurificationChamber.addRecipe(input, inputGas, output); + } + + /* + Remove a Purification Chamber Recipe + */ + function removePurification(output as IItemStack) { + PurificationChamber.removeRecipe(output); + } + function removePurification(output as IItemStack, input as IIngredient, inputGas as IIngredient) { + PurificationChamber.removeRecipe(output, input, inputGas); + } + + /* + Add a Pressurised Reaction Chamber Recipe + + An energy value of 0.0 uses a default value in Mekanism + */ + function addPRC(itemInput as IIngredient, liquidInput as ILiquidStack, gasInput as IGasStack, itemOutput as IItemStack, gasOutput as IGasStack, energy as double, duration as int) { + PressurisedReactionChamber.addRecipe(itemInput, liquidInput, gasInput, itemOutput, gasOutput, energy, duration); + } + + /* + Remove a Pressurised Reaction Chamber Recipe + */ + function removePRC(itemOutput as IIngredient, gasOutput as IGasStack) { + PressurisedReactionChamber.removeRecipe(itemOutput, gasOutput); + } + function removePRC(itemOutput as IIngredient, gasOutput as IGasStack, itemInput as IIngredient, liquidInput as ILiquidStack, gasInput as IGasStack) { + PressurisedReactionChamber.removeRecipe(itemOutput, gasOutput, itemInput, liquidInput, gasInput); + } +} diff --git a/scripts/crafttweaker/classes/mods/tinkers.zs b/scripts/crafttweaker/classes/mods/tinkers.zs new file mode 100644 index 0000000..ec6c351 --- /dev/null +++ b/scripts/crafttweaker/classes/mods/tinkers.zs @@ -0,0 +1,125 @@ +#priority 3400 + +/* + SevTech: Ages Tinkers Construct Script + + This script is a zenClass to allow easy interation with Tinkers Construct. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +import crafttweaker.entity.IEntityDefinition; +import crafttweaker.item.IIngredient; +import crafttweaker.item.IItemStack; +import crafttweaker.liquid.ILiquidStack; + +import mods.tconstruct.Alloy; +import mods.tconstruct.Casting; +import mods.tconstruct.Drying; +import mods.tconstruct.Melting; + +zenClass Tinkers { + zenConstructor() { + } + + /* + Add an Alloying recipe. + */ + function addAlloying(output as ILiquidStack, inputs as ILiquidStack[]) { + Alloy.addRecipe(output, inputs); + } + + /* + Remove an Alloying recipe. + */ + function removeAlloying(output as ILiquidStack) { + Alloy.removeRecipe(output); + } + function removeAlloying(output as ILiquidStack, inputs as ILiquidStack[]) { + Alloy.removeRecipe(output, inputs); + } + + /* + Add an Casting Table recipe. + */ + function addCastingTable(output as IItemStack, cast as IIngredient, fluid as ILiquidStack, amount as int) { + Casting.addTableRecipe(output, cast, fluid, amount); + } + function addCastingTable(output as IItemStack, cast as IIngredient, fluid as ILiquidStack, amount as int, consumeCast as bool) { + Casting.addTableRecipe(output, cast, fluid, amount, consumeCast); + } + function addCastingTable(output as IItemStack, cast as IIngredient, fluid as ILiquidStack, amount as int, consumeCast as bool, time as int) { + Casting.addTableRecipe(output, cast, fluid, amount, consumeCast, time); + } + + /* + Remove an Casting Table recipe. + */ + function removeCastingTable(output as IItemStack) { + Casting.removeTableRecipe(output); + } + + /* + Add an Casting Basin recipe. + */ + function addCastingBasin(output as IItemStack, cast as IIngredient, fluid as ILiquidStack, amount as int) { + Casting.addBasinRecipe(output, cast, fluid, amount); + } + function addCastingBasin(output as IItemStack, cast as IIngredient, fluid as ILiquidStack, amount as int, consumeCast as bool) { + Casting.addBasinRecipe(output, cast, fluid, amount, consumeCast); + } + function addCastingBasin(output as IItemStack, cast as IIngredient, fluid as ILiquidStack, amount as int, consumeCast as bool, time as int) { + Casting.addBasinRecipe(output, cast, fluid, amount, consumeCast, time); + } + + /* + Remove an Casting Basin recipe. + */ + function removeCastingBasin(output as IItemStack) { + Casting.removeBasinRecipe(output); + } + + /* + Add a Drying Recipe + */ + function addDrying(output as IItemStack, input as IIngredient, time as int) { + Drying.addRecipe(output, input, time); + } + + /* + Remove a Drying Recipe. + */ + function removeDrying(output as IItemStack) { + Drying.removeRecipe(output); + } + function removeDrying(output as IItemStack, input as IItemStack) { + Drying.removeRecipe(output, input); + } + + /* + Add a Melting Recipe. + */ + function addMelting(output as ILiquidStack, input as IIngredient) { + Melting.addRecipe(output, input); + } + function addMelting(output as ILiquidStack, input as IIngredient, time as int) { + Melting.addRecipe(output, input, time); + } + function addMeltingEntity(entity as IEntityDefinition, output as ILiquidStack) { + Melting.addEntityMelting(entity, output); + } + + /* + Remove a Melting Recipe. + */ + function removeMelting(output as ILiquidStack) { + Melting.removeRecipe(output); + } + function removeMelting(output as ILiquidStack, input as IItemStack) { + Melting.removeRecipe(output, input); + } + function removeMeltingEntity(entity as IEntityDefinition) { + Melting.removeEntityMelting(entity); + } +} diff --git a/scripts/crafttweaker/classes/resources/metals.zs b/scripts/crafttweaker/classes/resources/metals.zs new file mode 100644 index 0000000..a603f9f --- /dev/null +++ b/scripts/crafttweaker/classes/resources/metals.zs @@ -0,0 +1,315 @@ +#priority 2751 + +/* + SevTech: Ages Metals Processing Script + + TODO: + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +import crafttweaker.item.IItemStack; +import crafttweaker.item.IIngredient; +import crafttweaker.liquid.ILiquidStack; +import crafttweaker.oredict.IOreDictEntry; + +import scripts.crafttweaker.utils; + +zenClass Metals { + var defaultArcEnergyPerTick as int = 512; + var defaultArcTickTime as int = 100; + var arcGivesSlag as bool = false; + var immersivePressEnergy as int = 2400; + var packingMold as IItemStack = ; + var unpackingMold as IItemStack = ; + var packingInputCount as int = 9; + var packingOutputCount as int = 1; + var unpackingInputCount as int = 1; + var unpackingOutputCount as int = 9; + + var wires as IItemStack[string] = { + aluminum: , + copper: , + electrum: , + steel: + }; + + /* + Secondary Output mapping for Ores. + + This should link/be to/an OreDict entry always! + */ + var secondaryOutputs as IOreDictEntry[string] = { + copper: metals.gold.dust, + iron: metals.nickel.dust, + lead: metals.silver.dust, + nickel: metals.platinum.dust, + platinum: metals.nickel.dust, + silver: metals.lead.dust, + uranium: metals.lead.dust + }; + + zenConstructor() { + } + + function handleTinkers(preferredMetalItem as IItemStack, metalName as string, metalPartName as string, metalLiquid as ILiquidStack) { + var fluidAmount as int = utils.getFluidAmount(metalPartName); + + // ============================== + // Melting + tinkers.removeMelting(metalLiquid * 1, preferredMetalItem); + if (fluidAmount != 0) { + tinkers.addMelting(metalLiquid * fluidAmount, preferredMetalItem); + } + + // ============================== + // Casting + if (metalPartName == "block") { + tinkers.removeCastingBasin(preferredMetalItem); + tinkers.addCastingBasin(preferredMetalItem, null, metalLiquid, fluidAmount, false); + } else { + var tinkersCast as IItemStack = utils.getCast(metalPartName); + if (tinkersCast as bool) { + tinkers.removeCastingTable(preferredMetalItem); + tinkers.addCastingTable(preferredMetalItem, tinkersCast, metalLiquid, fluidAmount, false); + } + } + } + + function handleDirtyDust(preferredMetalItem as IItemStack, metalName as string, metal as IOreDictEntry[string]) { + mekanism.removeEnrichment(preferredMetalItem); + if (metalItems[metalName].dust as bool) { + mekanism.addEnrichment(preferredMetalItem, metalItems[metalName].dust.items[0]); + } + // Handle the dirtyDust set in the map to force change the outcome. (Fixes an issue with Meka registration) + mekanism.removeEnrichment(metal.dirtyDust.firstItem); + mekanism.addEnrichment(metal.dirtyDust.firstItem, metal.dust.firstItem); + } + + function handleDust(preferredMetalItem as IItemStack, metalName as string, metalPartName as string, metal as IOreDictEntry[string]) { + immersiveEngineering.addArcFurn( + metalItems[metalName].ingot.items[0], + metal[metalPartName], + arcGivesSlag ? .firstItem : null, + defaultArcTickTime, + defaultArcEnergyPerTick + ); + // Later Stage Smelting. + mekanism.addSmelter(preferredMetalItem, metalItems[metalName].ingot.items[0]); + } + + function handleIngot(preferredMetalItem as IItemStack, metalName as string, metalPartName as string) { + // Remove ingot recipes, mainly for preventing ore doubling recipes. + immersiveEngineering.removeArcFurn(preferredMetalItem); + + // ============================== + // Nugget + if (metalItems[metalName].nugget as bool) { + // Packing + immersiveEngineering.addPress( + preferredMetalItem * packingOutputCount, + metalItems[metalName].nugget.items[0], + packingMold, + immersivePressEnergy, + packingInputCount + ); + + // Unpacking + immersiveEngineering.addPress( + metalItems[metalName].nugget.items[0] * unpackingOutputCount, + preferredMetalItem, + unpackingMold, + immersivePressEnergy, + unpackingInputCount + ); + } + + // ============================== + // Block + if (metalItems[metalName].block as bool) { + // Packing + immersiveEngineering.addPress( + metalItems[metalName].block.items[0] * packingOutputCount, + preferredMetalItem, + packingMold, + immersivePressEnergy, + packingInputCount + ); + + // Unpacking + immersiveEngineering.addPress( + preferredMetalItem * unpackingOutputCount, + metalItems[metalName].block.items[0], + unpackingMold, + immersivePressEnergy, + unpackingInputCount + ); + } + } + + function handlePlate(preferredMetalItem as IItemStack, metalName as string) { + mods.primaltech.StoneAnvil.addRecipe(preferredMetalItem, metalItems[metalName].ingot.items[0]); + // Plates should also be used in place of ingots for wire. + if (metalName == "copper" | metalName == "electrum" | metalName == "aluminum" | metalName == "steel") { + immersiveEngineering.addPress( + wires[metalName] * 2, + preferredMetalItem, + , + immersivePressEnergy, + 1 + ); + } + } + + function handleBlock(preferredMetalItem as IItemStack, metalName as string) { + mods.primaltech.StoneAnvil.addRecipe(metalItems[metalName].ingot.items[0] * 9, preferredMetalItem); + } + + function handleRod(preferredMetalItem as IItemStack, metalName as string) { + mods.primaltech.StoneAnvil.addRecipe(preferredMetalItem, metalItems[metalName].plate.items[0]); + } + + function handlePress(preferredMetalItem as IItemStack, metalName as string, metalPartName as string) { + var pressMold as IItemStack = utils.getMold(metalPartName); + + if (pressMold as bool) { + immersiveEngineering.removePress(preferredMetalItem); + immersiveEngineering.addPress( + preferredMetalItem * utils.getPressOutputCount(metalPartName), + metalItems[metalName].ingot.items[0], + pressMold, + immersivePressEnergy, + utils.getPressInputCount(metalPartName) + ); + } + + if (metalPartName != "plate" & metalItems[metalName].plate as bool) { + immersiveEngineering.addPress( + preferredMetalItem * utils.getPressOutputCount(metalPartName), + metalItems[metalName].plate.items[0], + pressMold, + immersivePressEnergy, + utils.getPressInputCount(metalPartName) + ); + } + } + + // ============================== + // Ore Processing/Handling + + /* + Remove all the current recipes for the ore and mods processing so we can add back in our tier system. + + (Some of these are not really needed but it flushes the system and ensures for compat with our forced dusts) + */ + function removeOreRecipes(metalType as IOreDictEntry[string]) { + // Remove Ore recipes from mods which support IIngredient. + mekanism.removeEnrichment(metalType.ore); + // Remove Starlight Ingot Conversion. + astralSorcery.removeStarlight(metalType.ingot.firstItem); + // Remove the Ingot -> Dust recipe from Applied Energistics. + appliedEnergistics.removeGrindstone(metalType.ingot.firstItem); + + // Remove all Dust recipes. + for dust in metalType.dust.items { + // Remove the dust from Actually Additions. + actuallyAdditions.removeCrusher(dust); + // Remove the dust from Astral Sorcery. + astralSorcery.removeGrindstone(dust); + astralSorcery.removeStarlight(dust); + // Remove the dust from IE Crusher. + immersiveEngineering.removeCrusher(dust); + // Remove the dust from Mekanism. + mekanism.removeCrusher(dust); + } + // Remove all Ore recipes. + for ore in metalType.ore.items { + // Remove the ore from Applied Energistics. + appliedEnergistics.removeGrindstone(ore); + // Remove the ore from Blood Magic. + bloodMagic.removeAlchemyTable([ore, ] as IItemStack[]); + // Remove the ore from AbyssalCraft. + abyssalcraft.removeCrystallization(ore); + } + } + + /* + Add the recipes following our tier system back to the game. + + These are added using our tier system, along with tweaks to how progression works each tier + is noted below and self explained with the method calling to the mods. + */ + function createOreRecipes(metalType as IOreDictEntry[string], oreSecondOutput as IOreDictEntry) { + // Add recipes for mods which support input by IIngredient. + if (!isNull(oreSecondOutput)) { + // Tier 2 Recipes + immersiveEngineering.addCrusher(metalType.dust.firstItem * 2, metalType.ore, immersiveEngineering.default_energy, oreSecondOutput.firstItem, 0.25); + } else { + // Tier 2 Recipes + immersiveEngineering.addCrusher(metalType.dust.firstItem * 2, metalType.ore); + } + + for ore in metalType.ore.items { + // Tier 1 Recipes + appliedEnergistics.addGrindstone(metalType.dust.firstItem, ore); + astralSorcery.addGrindstone(ore, metalType.dust.firstItem); + + // Tier 3 Recipes + mekanism.addCrusher(ore, metalType.dust.firstItem * 2); + + if (!isNull(oreSecondOutput)) { + // Tier 3 Recipes + actuallyAdditions.addCrusher(metalType.dust.firstItem * 2, ore, oreSecondOutput.firstItem, 50); + } else { + // Tier 3 Recipes + actuallyAdditions.addCrusher(metalType.dust.firstItem * 2, ore); + } + } + + // Tier 4 Recipes + createTier4Recipes(metalType, oreSecondOutput); + } + + /* + Add the conversion recipes for the ore sub items. + + This adds the processing such as Ingot -> Dust or other conversions needed for the Ore outputs which are removed + in process with cleaning up via the `removeRecipes` Function. + */ + function createConversionRecipes(metalName as string, metalType as IOreDictEntry[string]) { + // Handle the Ingot -> Dust conversion. + if (metalType has "dust" & !isNull(metalItems[metalName].dust)) { + immersiveEngineering.addCrusher(metalType.dust.firstItem, metalItems[metalName].ingot.items[0], 256); + appliedEnergistics.addGrindstone(metalType.dust.firstItem, metalItems[metalName].ingot.items[0]); + astralSorcery.addGrindstone(metalItems[metalName].ingot.items[0], metalType.dust.firstItem); + actuallyAdditions.addCrusher(metalType.dust.firstItem, metalItems[metalName].ingot.items[0]); + mekanism.addCrusher(metalItems[metalName].ingot.items[0], metalType.dust.firstItem); + } + } + + /* + Add the recipes to the Modular Machine for processing Ores. + + This is a custom machine using various gases/fluids to tie with Mekanism but allow the + player to explore with other options and to improve efficiency with autocrafting/autoprocessing. + */ + function createTier4Recipes(metalType as IOreDictEntry[string], oreSecondOutput as IOreDictEntry) { + // Add the ore to the OreMatic 5000. + orematic.addAllTiers(metalType.ore, metalType.dust.firstItem, oreSecondOutput); + } + + /* + Handle Ores by removing all recipes which are created from the Ore. Then re-add them using our logic/changes. + Also add processing for the Ore Matic to enable faster Ore Processing in later Ages. + */ + function handleOre(metalName as string, metalType as IOreDictEntry[string]) { + var secondaryOutput as IOreDictEntry = secondaryOutputs[metalName]; + // Remove all the old recipes for the ore conversion. + removeOreRecipes(metalType); + // Add back the recipes needed for the Tier'd Ore Processing. + createOreRecipes(metalType, secondaryOutput); + // Add back the conversion recipes which are removed by the script (Due to how the removals work). + createConversionRecipes(metalName, metalType); + } +} diff --git a/scripts/crafttweaker/classes/resources/resources.zs b/scripts/crafttweaker/classes/resources/resources.zs new file mode 100644 index 0000000..0c84a68 --- /dev/null +++ b/scripts/crafttweaker/classes/resources/resources.zs @@ -0,0 +1,146 @@ +#priority 2650 + +/* + SevTech: Ages Resources Script + + It does things and stuff which some of us understand? + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +import crafttweaker.data.IData; +import crafttweaker.item.IIngredient; +import crafttweaker.item.IItemStack; +import crafttweaker.liquid.ILiquidStack; +import crafttweaker.oredict.IOreDictEntry; + +import mods.zenstages.ZenStager; + +import scripts.crafttweaker.craftingUtils; +import scripts.crafttweaker.stages.metalStages; + +zenClass Resources { + var partsToSkip as string[] = [ + "clump", + "crystal", + "shard" + ]; + + zenConstructor() { + } + + /* + Returns liquid if it exists for that metal if not return null. + */ + function getMetalLiquid(metalName as string) as ILiquidStack { + return metalItems[metalName].liquid as bool ? metalItems[metalName].liquid.liquids[0] : null; + } + + /* + Returns item if it exists for that metal if not return null. + */ + function getPreferredMetalItem(metalName as string, metalPartName as string) as IItemStack { + return metalItems[metalName][metalPartName] as bool ? metalItems[metalName][metalPartName].items[0] : null; + } + + /* + This method will handle the part being passed. This will perform the magic required to make the magic happen! + */ + function processPart(metalName as string, metalPartName as string, metal as IOreDictEntry[string], preferredMetalItem as IItemStack, metalLiquid as ILiquidStack, doFurnace as bool, metalStage as string, hasLiquid as bool) { + recipes.remove(preferredMetalItem); + furnace.remove(preferredMetalItem); + + if (hasLiquid) { + metalProc.handleTinkers(preferredMetalItem, metalName, metalPartName, metalLiquid); + } + + // ============================== + // Process the part via their own handlers. + if (metalPartName == "dirtyDust") { + metalProc.handleDirtyDust(preferredMetalItem, metalName, metal); + } else if (metalPartName == "dust") { + metalProc.handleDust(preferredMetalItem, metalName, metalPartName, metal); + } else if (metalPartName == "ingot") { + metalProc.handleIngot(preferredMetalItem, metalName, metalPartName); + } else if (metalPartName == "plate") { + metalProc.handlePlate(preferredMetalItem, metalName); + } else if (metalPartName == "block") { + metalProc.handleBlock(preferredMetalItem, metalName); + } else if (metalPartName == "rod") { + metalProc.handleRod(preferredMetalItem, metalName); + } + // ============================== + // Handle Press Recipes + metalProc.handlePress(preferredMetalItem, metalName, metalPartName); + } + + /* + This method is called to init the loop over metals to change how the processing mechanics work for the pack. + TLDR: Removes/Adds/Changes recipes/usages for the metal being handled. + */ + function processMetal(metalName as string, metal as IOreDictEntry[string]) { + var metalLiquid = getMetalLiquid(metalName); + var hasLiquid = metalLiquid as bool; + var metalStage = (metalStages has metalName) ? metalStages[metalName] : ""; + + // Log as a warn is the metal has no Stage. As ALL metals should have been staged! + // I.E. Could be a new metal or change to a name which we missed in a mod update etc... + if (metalStage == "") { + logger.logWarning("[Metals] No stage found for " ~ metalName); + } + + // ============================== + // Stage the Liquid + if (metalStage != "" & hasLiquid) { + ZenStager.getStage(metalStage).addLiquid(metalLiquid); + ZenStager.getStage(metalStage).addIngredient(craftingUtils.getBucketIngredient(metalLiquid)); + } + // ============================== + // Loop over the parts for the Metal and handle each part for correcting/changing processing recipes/mechanics. + for partName, part in metal { + if (part as bool & partName != "ore") { + var preferredMetalItem = getPreferredMetalItem(metalName, partName); + unifier.unify(part, preferredMetalItem, metalLiquid); + + if (preferredMetalItem as bool) { + // Stage the part. + if (metalStage != "") { + ZenStager.getStage(metalStage).addIngredient(preferredMetalItem); + } + + if (!(partsToSkip has partName)) { + processPart(metalName, partName, metal, preferredMetalItem, metalLiquid, partName == "ingot", metalStage, hasLiquid); + } + } + } + } + // ============================== + // Ore Processing + if (metal has "ore" & !isNull(metal.dust)) { + metalProc.handleOre(metalName, metal); + } + } + + function processCluster(metal as string, cluster as IItemStack) { + // ============================== + // Crushing Recipes + if (metal == "titanium") { + immersiveEngineering.addCrusher(metals[metal].dust.firstItem * 2, cluster, metals.iron.dust.firstItem, 0.50); + actuallyAdditions.addCrusher(metals[metal].dust.firstItem * 2, cluster, metals.iron.dust.firstItem, 50); + } else { + immersiveEngineering.addCrusher(metals[metal].dust.firstItem * 2, cluster); + actuallyAdditions.addCrusher(metals[metal].dust.firstItem * 2, cluster); + } + + // ============================== + // Smelting Recipes + mekanism.addEnrichment(cluster, metals[metal].dust.firstItem * 2); + + // ============================== + // Tinkers Melting + if (!isNull(metalItems[metal].liquid)) { + tinkers.addMelting(metalItems[metal].liquid.liquids[0] * 144, cluster); + } + } +} diff --git a/scripts/crafttweaker/classes/utils/recipeUtil.zs b/scripts/crafttweaker/classes/utils/recipeUtil.zs new file mode 100644 index 0000000..8a2610b --- /dev/null +++ b/scripts/crafttweaker/classes/utils/recipeUtil.zs @@ -0,0 +1,157 @@ +#priority 3400 + +/* + SevTech: Ages Recipe Util Script + + This script is a zenClass "Util/Wrapper" for recipe adding. Which gives us an easier way + to add recipes to the game in a clean script layout using Maps/Arrays. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +import crafttweaker.item.IItemStack; +import crafttweaker.item.IIngredient; + +import mods.zenstages.ZenStager; + +import scripts.crafttweaker.stages.stageDisabled; + +zenClass RecipeUtil { + zenConstructor() { + } + + /* + Process Method to handle Shapless Recipes. + */ + function processNamed(map as IIngredient[][][string][IItemStack]) { + for item, itemRecipes in map { + for recipeName, recipesInner in itemRecipes { + for i, recipe in recipesInner { + var toName = recipeName; + if (i > 0) { + toName = toName ~ "_" ~ i; + } + if (recipeName == "nameless") { + recipes.addShapeless(item, recipe); + } else { + recipes.addShapeless(toName, item, recipe); + } + } + } + } + } + + function process(map as IIngredient[][][IItemStack]) { + for item, itemRecipes in map { + for recipe in itemRecipes { + recipes.addShapeless(item, recipe); + } + } + } + + /* + Process Method to handle Shaped and Mirrored Recipes. + */ + function processNamed(map as IIngredient[][][][string][IItemStack], isMirrored as bool) { + for item, itemRecipes in map { + for recipeName, recipesInner in itemRecipes { + for i, recipe in recipesInner { + var toName = recipeName; + if (i > 0) { + toName = toName ~ "_" ~ i; + } + + if (recipeName == "nameless") { + if (isMirrored) { + recipes.addShapedMirrored(item, recipe); + } else { + recipes.addShaped(item, recipe); + } + } else { + if (isMirrored) { + recipes.addShapedMirrored(toName, item, recipe); + } else { + recipes.addShaped(toName, item, recipe); + } + } + } + } + } + } + + function process(map as IIngredient[][][][IItemStack], isMirrored as bool) { + for item, itemRecipes in map { + for recipe in itemRecipes { + if (isMirrored) { + recipes.addShapedMirrored(item, recipe); + } else { + recipes.addShaped(item, recipe); + } + } + } + } + + /* + Removes recipes simple as baking a cake! + */ + function removeRecipes(removals as IItemStack[]) { + for toRemove in removals { + recipes.remove(toRemove); + } + } + function removeRecipes(removals as string[]) { + for toRemove in removals { + recipes.removeByRegex(toRemove); + } + } + + /* + Process Method for handling Furnace Recipes. + */ + function processFurnace(recipesToAdd as IIngredient[][IItemStack]) { + for output, inputs in recipesToAdd { + for input in inputs { + furnace.addRecipe(output, input); + } + } + } + + /* + Remove recipes from the Vanilla Furnace + */ + function removeFurnace(removals as IIngredient[]) { + for toRemove in removals { + furnace.remove(toRemove); + } + } + function removeFurnace(removals as IIngredient[IIngredient]) { + for input, output in removals { + furnace.remove(input, output); + } + } + + /* + Hide an item from JEI. + + You can also set true to the second param to remove the recipes also. + This also sets the Stage to Disabled incase people still have them or find them. + */ + function hideItems(removals as IIngredient[]) { + hideItems(removals, false); + } + function hideItems(removals as IIngredient[], removeRecipe as bool) { + if (removeRecipe) { + for toHide in removals { + mods.jei.JEI.removeAndHide(toHide); + ZenStager.getStage(stageDisabled.stage).addIngredient(toHide, false); + } + } else { + for toHide in removals { + for toHideItem in toHide.items { + mods.jei.JEI.hide(toHideItem); + } + } + } + } +} diff --git a/scripts/crafttweaker/classes/utils/unifier.zs b/scripts/crafttweaker/classes/utils/unifier.zs new file mode 100644 index 0000000..f1b8f52 --- /dev/null +++ b/scripts/crafttweaker/classes/utils/unifier.zs @@ -0,0 +1,146 @@ +#priority 2750 + +/* + SevTech: Ages Unifier Class Script + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +import crafttweaker.item.IItemStack; +import crafttweaker.liquid.ILiquidStack; +import crafttweaker.oredict.IOreDictEntry; + +import mods.chisel.Carving; + +zenClass Unifier { + // In order of priority + var defaultPreferredMods as string[] = [ + "minecraft", + "contenttweaker", + "immersiveengineering", + "mekanism" + ]; + + zenConstructor() { + } + + /* + Figure out which item is preferred + + The array should be in order of priority, so if its found, return immediately + as this will be the most preferred option + */ + function getPreferredItem(oreDictEntry as IOreDictEntry) as IItemStack { + return getPreferredItem(oreDictEntry, defaultPreferredMods); + } + function getPreferredItem(oreDictEntry as IOreDictEntry, preferredMods as string[]) as IItemStack { + for modName in preferredMods { + for item in oreDictEntry.items { + if (item.definition.owner == modName) { + return item; + } + } + } + + // If there is still no item found, take the first availble + return oreDictEntry.firstItem; + } + + function clearOreDict(oreDictEntry as IOreDictEntry) { + unify(oreDictEntry, null, null); + } + function clearOreDict(oreDictEntry as IOreDictEntry, liquid as ILiquidStack) { + unify(oreDictEntry, null, liquid); + } + function clearOreDict(oreDictEntry as IOreDictEntry, preferredItem as IItemStack, liquid as ILiquidStack) { + unify(oreDictEntry, preferredItem, liquid); + } + + function unify(oreDictEntry as IOreDictEntry) { + unify(oreDictEntry, getPreferredItem(oreDictEntry), null); + } + function unify(oreDictEntry as IOreDictEntry, liquid as ILiquidStack) { + unify(oreDictEntry, getPreferredItem(oreDictEntry), liquid); + } + function unify(oreDictEntry as IOreDictEntry, preferredItem as IItemStack) { + unify(oreDictEntry, preferredItem, null); + } + function unify(oreDictEntry as IOreDictEntry, preferredItem as IItemStack, liquid as ILiquidStack) { + var hasLiquid = liquid as bool; + + var vgName = "vg_" + oreDictEntry.name.toLowerCase(); + if (!isNull(preferredItem) & chiselBlocks.keys has oreDictEntry) { + print("[Chisel] Removing " + oreDictEntry.name); + Carving.removeGroup(oreDictEntry.name); + print("[Chisel] Creating " + vgName); + Carving.addGroup(vgName); + print("[Chisel] Adding " + preferredItem.definition.id + " to " + vgName); + Carving.addVariation(vgName, preferredItem); + } + + for item in oreDictEntry.items { + if (!item.matches(preferredItem)) { + oreDictEntry.remove(item); + + furnace.remove(item); + furnace.setFuel(item, 0); // Setting the burnTime to 0 will stop the input from being a fuel item + + /* + Remove from mod integrations + */ + // ================================== + // Applied Energistics 2 + appliedEnergistics.removeGrindstone(item); + appliedEnergistics.removeInscribe(item); + + // ================================== + // Astral Sorcery + astralSorcery.removeGrindstone(item); + + // ================================== + // Immersive Engineering + immersiveEngineering.removeAlloy(item); + immersiveEngineering.removeArcFurn(item); + immersiveEngineering.removeCrusher(item); + immersiveEngineering.removeCrusherByInput(item); + immersiveEngineering.removePress(item); + + // ================================== + // Just Enough Items + mods.jei.JEI.removeAndHide(item); + + // ================================== + // Mekanism + mekanism.removeChemicalCrystallizer(item); + mekanism.removeChemicalInjection(item); + mekanism.removeCombiner(item); + mekanism.removeCrusher(item); + mekanism.removeSmelter(item); + mekanism.removeEnrichment(item); + mekanism.removeInfusion(item); + mekanism.removeCompressor(item); + mekanism.removeSawmill(item); + mekanism.removePurification(item); + + // ================================== + // Tinker's Construct + tinkers.removeCastingBasin(item); + tinkers.removeCastingTable(item); + + if (hasLiquid) { + tinkers.removeMelting(liquid, item); + } + + if (item.definition.owner == "chisel" & chiselBlocks.keys has oreDictEntry) { + print("[Chisel] Adding " + item.definition.id + " to " + vgName); + Carving.addVariation(vgName, item); + } + } + } + + if (!isNull(preferredItem)) { + scripts.crafttweaker.utils.ensureOreDict(oreDictEntry, preferredItem); + } + } +} diff --git a/scripts/crafttweaker/craftingUtils.zs b/scripts/crafttweaker/craftingUtils.zs new file mode 100644 index 0000000..dfd6fc0 --- /dev/null +++ b/scripts/crafttweaker/craftingUtils.zs @@ -0,0 +1,59 @@ +#priority 3500 + +/* + SevTech: Ages Crafting Utils Script + + This script provides crafting related utility functions for use in other scripts + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +import crafttweaker.item.IIngredient; +import crafttweaker.liquid.ILiquidStack; + +function getBucketAndTankIngredientFromName(liquidName as string) as IIngredient { + var bucketsIngredient as IIngredient = getBucketIngredientFromName(liquidName); + + var tanksIngredient as IIngredient = null; + + for tank in tanks { + var tankIngredient as IIngredient = scripts.crafttweaker.utils.formatTankIngredient(tank, liquidName); + + if (!isNull(tankIngredient)) { + if (isNull(tanksIngredient)) { + tanksIngredient = tankIngredient; + } else { + tanksIngredient |= tankIngredient; + } + } + } + + return bucketsIngredient | tanksIngredient; +} + +function getBucketAndTankIngredient(liquid as ILiquidStack) as IIngredient { + return getBucketAndTankIngredientFromName(liquid.name); +} + +function getBucketIngredientFromName(liquidName as string) as IIngredient { + var bucketsIngredient as IIngredient = null; + + for bucket in buckets { + var bucketIngredient as IIngredient = scripts.crafttweaker.utils.formatBucketIngredient(bucket, liquidName); + + if (!isNull(bucketIngredient)) { + if (isNull(bucketsIngredient)) { + bucketsIngredient = bucketIngredient; + } else { + bucketsIngredient |= bucketIngredient; + } + } + } + + return bucketsIngredient; +} + +function getBucketIngredient(liquid as ILiquidStack) as IIngredient { + return getBucketIngredientFromName(liquid.name); +} diff --git a/scripts/crafttweaker/events/blockBreak.zs b/scripts/crafttweaker/events/blockBreak.zs new file mode 100644 index 0000000..c3dc43d --- /dev/null +++ b/scripts/crafttweaker/events/blockBreak.zs @@ -0,0 +1,134 @@ +/* + SevTech: Ages Block Harvest Drops Event Script + + This script allows us to change the drops from a block using the drops + mapping. We can add as many drops as we want and define the amount of + said drops to "drop". + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +import crafttweaker.block.IBlock; +import crafttweaker.event.BlockHarvestDropsEvent; +import crafttweaker.event.IBlockEvent; +import crafttweaker.events.IEventManager; +import crafttweaker.item.IItemStack; +import crafttweaker.item.WeightedItemStack; + +/* + Block Drops Mapping + + This needs to be a string name of the block to change + the drop for. MUST include the meta at the end if needed. + + Then you can fill the array with the IItemStacks you want to drop. +*/ +static blockHarvestDrops as WeightedItemStack[][string] = { + "galacticraftplanets:asteroids_block:4": [ + .weight(1.0), + .weight(1.0) + ], + "twilightforest:castle_door:0": [ + .weight(1.0) + ], + "twilightforest:castle_door:1": [ + .weight(1.0) + ], + "twilightforest:castle_door:2": [ + .weight(1.0) + ], + "twilightforest:castle_door:3": [ + .weight(1.0) + ], + + // Primal Stones (When broken should drop the cobble not the stone) + "primal:blue_stone" : [ + .weight(1.0) + ], + "primal:common_stone": [ + .weight(1.0) + ], + "primal:sarsen_stone": [ + .weight(1.0) + ], + "primal:scoria_stone": [ + .weight(1.0) + ], + "primal:porphyry_stone": [ + .weight(1.0) + ], + "primal:purpurite_stone": [ + .weight(1.0) + ], + "primal:ferro_stone": [ + .weight(1.0) + ], + "primal:carbonate_stone": [ + .weight(1.0) + ], + "primal:terracotta_block": [ + .weight(1.0) + ], + "primal:mud_dried": [ + .weight(1.0) + ], + "primal:nether_earth": [ + .weight(1.0) + ], + "primal:nether_stone": [ + .weight(1.0) + ], + "primal:eroded_end_stone": [ + .weight(1.0) + ], + "primal:desiccated_stone": [ + .weight(1.0) + ], + "primal:soul_stone": [ + .weight(1.0) + ], + "primal:night_stone": [ + .weight(1.0) + ], + "primal:ciniscotta_block": [ + .weight(1.0) + ], + "primal:ortho_stone": [ + .weight(1.0) + ], + "primal:schist_green_stone": [ + .weight(1.0) + ], + "primal:schist_blue_stone": [ + .weight(1.0) + ] +}; + +/* + Add event listener +*/ +function init() { + events.onBlockHarvestDrops(function (event as BlockHarvestDropsEvent) { + var blockId = event.block.definition.id; + if (event.block.meta != 0) { + blockId += ":" ~ event.block.meta; + } + + // Skip overrides if the block is silk touched + if (event.silkTouch) { + return; + } + + var hasOverride = !isNull(blockHarvestDrops[blockId]); + if (hasOverride) { + for i, block in blockHarvestDrops[blockId] { + if (i == 0) { + event.drops = [block]; + } else { + event.drops += block; + } + } + } + }); +} diff --git a/scripts/crafttweaker/events/playerLoggedIn.zs b/scripts/crafttweaker/events/playerLoggedIn.zs new file mode 100644 index 0000000..f6dd225 --- /dev/null +++ b/scripts/crafttweaker/events/playerLoggedIn.zs @@ -0,0 +1,37 @@ +/* + SevTech: Ages Block Player Logged In Event Script + + This script adds a chat message to user to remind them that they are using + a beta build of the modpack. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +import crafttweaker.event.PlayerLoggedInEvent; +import crafttweaker.events.IEventManager; + +import scripts.crafttweaker.stages.stageTutorial; + +/* + Add event listener +*/ +function init() { + events.onPlayerLoggedIn(function (event as PlayerLoggedInEvent) { + if (isDevelopment) { + event.player.sendChat( + "§4Warning!§r you are using a development build of " + + "§bSevTech: Ages " + scripts.crafttweaker.preInit.PACK_VERSION + + "§r, please ensure you report any bugs to either Discord or the " + + "Issue Tracker." + ); + event.player.sendChat("Thanks again for helping to test new updates!"); + } + + // Make sure the player has the tutorial stage + // This helps prevent issues when a new player joins + if (!event.player.hasGameStage(stageTutorial.stage)) { + event.player.addGameStage(stageTutorial.stage); + } + }); +} diff --git a/scripts/crafttweaker/integrations/dye.zs b/scripts/crafttweaker/integrations/dye.zs new file mode 100644 index 0000000..b1ea070 --- /dev/null +++ b/scripts/crafttweaker/integrations/dye.zs @@ -0,0 +1,309 @@ +#priority 10 +/* + SevTech: Ages Dye Integration Script + + This script handles changing how dyes are worked in the pack. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +import crafttweaker.item.IIngredient; +import crafttweaker.item.IItemStack; +import crafttweaker.oredict.IOreDictEntry; + +import scripts.crafttweaker.utils; + +/* + Map contaning the Dyes and the flowers which can be turned into the Dye. + + Notes: Thanks to Neosghost for pairing ferdinands flowers! +*/ +static dyeCrushingRecipes as IItemStack[][IItemStack] = { + // White + .firstItem : [ + , + , + , + , + , + , + , + + ], + + // Orange + .firstItem : [ + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + + ], + + // Magenta + .firstItem : [ + , + , + , + , + , + , + , + , + , + , + , + + ], + + // Light Blue + .firstItem : [ + , + , + , + , + , + , + , + , + , + , + + ], + + // Yellow + .firstItem : [ + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + + ], + + // Lime + .firstItem : [ + + ], + + // Pink + .firstItem : [ + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + + ], + + // Gray + .firstItem : [ + ], + + // Light Gray + .firstItem : [ + , + , + , + + ], + + // Cyan + .firstItem : [ + , + + ], + + // Purple + .firstItem : [ + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + + ], + + // Blue + .firstItem : [ + , + , + , + , + , + , + , + , + , + , + , + , + , + , + + ], + + // Brown + .firstItem : [ + , + , + , + , + , + , + + ], + + // Green + .firstItem : [ + , + , + , + , + , + , + , + , + , + + ], + + // Red + .firstItem : [ + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + + ], + + // Black + .firstItem : [ + , + , + + ] +}; + +function init() { + // ================================== + // Loop over the Vanilla Dyes and remove all recipes for them. + for minecraftDye in minecraftDyes { + // Remove Vanilla recipes. + recipes.remove(minecraftDye); + // Remove AA Crusher recipes. + actuallyAdditions.removeCrusher(minecraftDye); + } + + var IE_CRUSHER_ENERGY as int = 3200; + var HP_GRINDSTONE_TIME as int = 12; + + // ================================== + // Loop over the Crushing recipes to create the correct recipes based on our Dye setup. + for dye, items in scripts.crafttweaker.integrations.dye.dyeCrushingRecipes { + // Re-create wool -> string/dye recipe + if (dye.metadata == 0) { + // White wool doesn't output dye. + immersiveEngineering.addCrusher( * 4, .definition.makeStack(dye.metadata), IE_CRUSHER_ENERGY); + } else { + immersiveEngineering.addCrusher( * 4, .definition.makeStack(dye.metadata), IE_CRUSHER_ENERGY, dye, 0.05); + } + + for item in items { + actuallyAdditions.addCrusher(dye * 2, item); + betterWithMods.addMilling([item], [dye * 2]); + immersiveEngineering.addCrusher(dye * 2, item, IE_CRUSHER_ENERGY); + horsePower.addGrindstone(dye, item, HP_GRINDSTONE_TIME, false); + mekanism.addCrusher(item, dye * 2); + } + + // ================================== + // Re-create Minecraft Wool Dying Recipes + var dyeName as string = minecraftDyeIdTable[15 - dye.metadata]; + var dyeOredict as IOreDictEntry = oreDict.get("dye" ~ utils.capitalize(dyeName)); + recipes.addShaped("dye_wool_" ~ dyeName, + .definition.makeStack(dye.metadata) * 8, [ + [, , ], + [, dyeOredict, ], + [, , ] + ] + ); + } + + .add(.firstItem); // TODO: remove when AE2 accepts dyeLightGray +} diff --git a/scripts/crafttweaker/integrations/mods/abyssalcraft.zs b/scripts/crafttweaker/integrations/mods/abyssalcraft.zs new file mode 100644 index 0000000..eb46aed --- /dev/null +++ b/scripts/crafttweaker/integrations/mods/abyssalcraft.zs @@ -0,0 +1,93 @@ +/* + SevTech: Ages Abyssalcraft Script + + This script handles custom integration control to a mod. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +import mods.abyssalcraft.InfusionRitual; +import mods.abyssalcraft.Rituals; +import mods.abyssalcraft.SummonRitual; + +import scripts.crafttweaker.stages.stageOne; +import scripts.crafttweaker.stages.stageTwo; + +function init() { + // Materializer + abyssalcraft.removeMaterialization(); + + // Crystallizer + abyssalcraft.addSingleCrystallization(, * 2, 0.1); + + // Transmutator Recipes + abyssalcraft.removeTransmutation(); // Iron + abyssalcraft.removeTransmutation(); // Nether Brick + + // Ritual Staging + abyssalcraft.addRitualStage(stageOne.stage, "ascraftingtable"); + abyssalcraft.addRitualStage(stageTwo.stage, "constellationpaper"); + abyssalcraft.addRitualStage(stageTwo.stage, "transmutationGem"); + abyssalcraft.addRitualStage(stageTwo.stage, "oblivionCatalyst"); + + // Infusion Ritual + InfusionRitual.addRitual("beneathritual", 0, 0, 1000, false, , , [ + , , , + , , , + , + ], false, []); + game.setLocalization("ac.ritual.beneathritual", "Beneath Portal Creation Ritual"); + + // Astral Sorcery Table 1 + InfusionRitual.addRitual("ascraftingtable", 0, 0, 1000, false, , , [ + , , , + , , , + , + ], false, []); + game.setLocalization("ac.ritual.ascraftingtable", "Luminous Crafting Table Creation"); + game.setLocalization("ac.ritual.ascraftingtable.desc", "This ritual can only be performed in Age 1"); + + // Astral Sorcery Constellation Paper + InfusionRitual.addRitual("constellationpaper", 0, 0, 500, false, , , [ + , , , + , , , + , + ], false, []); + game.setLocalization("ac.ritual.constellationpaper", "Constellation Paper"); + game.setLocalization("ac.ritual.constellationpaper.desc", "This ritual can only be performed in Age 2"); + + // Summon parrots because I can't stand this fucking god damn RNG in this fucking game + SummonRitual.addRitual("parrots", 0, -1, 100, false, "minecraft:parrot", [, , , , , , , ]); + game.setLocalization("ac.ritual.parrots", "Parrot Summoning Ritual"); + game.setLocalization("ac.ritual.parrots.desc", "This ritual allows you to summon a Parrot without searching for a jungle"); + + //Summons the Sevadus Boss to your world. Prepare for the rektening + SummonRitual.addRitual("sevadus", 0, -1, 5000, false, "playerbosses:player_boss", [, , , , , , , ]); + game.setLocalization("ac.ritual.sevadus", "Sevadus Summoning Ritual"); + game.setLocalization("ac.ritual.sevadus.desc", "Summons Sevadus the ultimate boss of the Universe. Defeat him to defeat SevTech: Ages"); + + // Infuse RF Tools Syringe with cow essence to make mooshroom essence for the Peace Essence for the Peaceful Environment Dimlet + InfusionRitual.addRitual("mooshroomessence", 0, -1, 100, true, .withTag({mobName: "Mooshroom", level: 10, mobId: "minecraft:mooshroom"}), , [ + , , + , , , + , , + ], false, []); + game.setLocalization("ac.ritual.mooshroomessence", "Mooshroom Essence Syringe Ritual"); + game.setLocalization("ac.ritual.mooshroomessence.desc", "This ritual fills a syringe with mooshroom essence for creating an RF Tools peaceful dimlet"); + + // Ritual Modifications + Rituals.modifyRitualOfferings("transmutationGem", [ + , , , + , , , + , + ]); + + // Oblivion Catalyst + Rituals.modifyRitualSacrifice("oblivionCatalyst", ); + Rituals.modifyRitualOfferings("oblivionCatalyst", [ + , , , + , , , + , + ]); +} diff --git a/scripts/crafttweaker/integrations/mods/actuallyAdditions.zs b/scripts/crafttweaker/integrations/mods/actuallyAdditions.zs new file mode 100644 index 0000000..f17afa0 --- /dev/null +++ b/scripts/crafttweaker/integrations/mods/actuallyAdditions.zs @@ -0,0 +1,58 @@ +/* + SevTech: Ages Actually Additions Script + + This script handles custom integration control to a mod. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +import crafttweaker.item.IItemStack; + +import mods.actuallyadditions.AtomicReconstructor; +import mods.actuallyadditions.BallOfFur; +import mods.actuallyadditions.Empowerer; + +/* + Support: + Atomic Reconstructor: http://crafttweaker.readthedocs.io/en/latest/#Mods/Modtweaker/ActuallyAdditions/AtomicReconstructor/ + Ball of Fur: http://crafttweaker.readthedocs.io/en/latest/#Mods/Modtweaker/ActuallyAdditions/BallOfFur/ + Empowerer: http://crafttweaker.readthedocs.io/en/latest/#Mods/Modtweaker/ActuallyAdditions/Empowerer/ + +*/ +function init() { + // Atomic Reconstructor + AtomicReconstructor.addRecipe(, , 500000); + AtomicReconstructor.removeRecipe(); + + // Crusher + actuallyAdditions.addCrusher( * 9 , ); // Diamond Block -> Diamonds + actuallyAdditions.addCrusher( * 9, ); // Lapis Block -> Lapis + actuallyAdditions.addCrusher( * 9, ); // Redstone Block -> Redstone + actuallyAdditions.addCrusher( * 9, ); // Emerald Block -> Emerald + actuallyAdditions.addCrusher( * 4, ); // Prismarine -> Prismarine Shard + actuallyAdditions.removeCrusher(); // Remove the bad Rice Recipe + actuallyAdditions.addCrusher(, ); // Rice -> Rice Flower + actuallyAdditions.removeCrusher(); // Remove Crushed Lapis + actuallyAdditions.addCrusher( * 3, .withTag({})); // Death Compass -> Bone Meal + + // Ball of Fur + + // Removing items from Balls of Fur + var ballOfFurRemovalItems as IItemStack[] = [ + , + , + , + , + + ]; + for item in ballOfFurRemovalItems { + BallOfFur.removeReturn(item); + } + + // Empowerer + Empowerer.addRecipe( * 4, , + , , , , + 5000, 200, [0.698, 0.870, 0.960] + ); +} diff --git a/scripts/crafttweaker/integrations/mods/appliedenergistics2.zs b/scripts/crafttweaker/integrations/mods/appliedenergistics2.zs new file mode 100644 index 0000000..fae60d6 --- /dev/null +++ b/scripts/crafttweaker/integrations/mods/appliedenergistics2.zs @@ -0,0 +1,85 @@ +/* + SevTech: Ages Applied Energistics 2 Script + + This script handles custom integration control to a mod. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +import crafttweaker.item.IItemStack; +import crafttweaker.item.IIngredient; + +import scripts.crafttweaker.utils; + +static ae as IItemStack[string][string] = { + press: { + engineering: , + silicon: + }, + printed: { + calculation: , + engineering: , + logic: , + silicon: + }, + processor: { + calculation: , + engineering: , + logic: + } +}; + +static rs as IItemStack[string][string] = { + printed: { + advanced: , + basic: , + improved: , + silicon: + }, + processor: { + advanced: , + basic: , + improved: , + } +}; + +function init() { + // Re-create silicon recipe + appliedEnergistics.removeInscribe(ae.printed.silicon); + appliedEnergistics.addInscribe(ae.printed.silicon, , true, ae.press.silicon); + + // Use GC heavy plating as alternative recipe for printed engineering + appliedEnergistics.addInscribe(ae.printed.engineering, , true, ae.press.engineering); + + // ============================================== + // Refined Storage re-creation + appliedEnergistics.addInscribe(, , false, , ); + + appliedEnergistics.addInscribe(, , false, ae.processor.engineering, ); + appliedEnergistics.addInscribe(, , false, ae.processor.engineering, ); + + appliedEnergistics.addInscribe(, , false, ae.processor.logic, ); + appliedEnergistics.addInscribe(, , false, ae.processor.logic, ); + appliedEnergistics.addInscribe(, , false, ae.processor.logic, ); + appliedEnergistics.addInscribe(, , false, ae.processor.logic, ); + + appliedEnergistics.addInscribe(, , false, ae.processor.logic, ); + appliedEnergistics.addInscribe(, , false, ae.processor.logic, ); + appliedEnergistics.addInscribe(, , false, ae.processor.logic, ); + appliedEnergistics.addInscribe(, , false, ae.processor.logic, ); + + appliedEnergistics.addInscribe(, , false, , ); + appliedEnergistics.addInscribe(, , false, , ); + appliedEnergistics.addInscribe(, , false, , ); + appliedEnergistics.addInscribe(, , false, + .withTag({StoredEnchantments: utils.makeJeidTag(.makeEnchantment(1)).ench}), ); + appliedEnergistics.addInscribe(, , false, + .withTag({StoredEnchantments: utils.makeJeidTag(.makeEnchantment(1)).ench}), ); + appliedEnergistics.addInscribe(, , false, + .withTag({StoredEnchantments: utils.makeJeidTag(.makeEnchantment(2)).ench}), ); + appliedEnergistics.addInscribe(, , false, + .withTag({StoredEnchantments: utils.makeJeidTag(.makeEnchantment(3)).ench}), ); + + appliedEnergistics.addGrindstone( * 2, .withTag({})); // Death Compass -> Bone Meal +} diff --git a/scripts/crafttweaker/integrations/mods/astralsorcery.zs b/scripts/crafttweaker/integrations/mods/astralsorcery.zs new file mode 100644 index 0000000..872af1f --- /dev/null +++ b/scripts/crafttweaker/integrations/mods/astralsorcery.zs @@ -0,0 +1,139 @@ +/* + SevTech: Ages Astral Sorcery Script + + This script handles custom integration control to a mod. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +import mods.astralsorcery.Altar; +import mods.astralsorcery.LightTransmutation; +import mods.astralsorcery.StarlightInfusion; + +import scripts.crafttweaker.craftingUtils; + +function init() { + /* + Altar + + http://crafttweaker.readthedocs.io/en/latest/#Mods/Astral_Sorcery/Altar/ + */ + + // ======================================= + // Discovery + Altar.removeAltarRecipe("astralsorcery:shaped/internal/altar/upgrade_tier2"); + Altar.addDiscoveryAltarRecipe("sevtech/altar/upgrade_tier2", , 200, 1600, [ + , , , + , craftingUtils.getBucketIngredient(), , + , null, + ]); + + // ======================================= + // Attunement + Altar.addAttunementAltarRecipe("sevtech/altar/illimination_powder", * 8, 80, 600, [ + , , , + null, , null, + , null, , + , , , + ]); + + Altar.addAttunementAltarRecipe("sevtech/altar/starmetal_ore", * 1, 1400, 600, [ + , , , + , , , + , , , + , , , + ]); + + // Conversion Wand + Altar.removeAltarRecipe("astralsorcery:shaped/internal/altar/tool_exchange"); + Altar.addAttunementAltarRecipe("sevtech/altar/conversion_wand", * 1, 600, 180, [ + null, , , + , , null, + , null, null, + null, null, , null + ]); + + // Modifies the Altar recipe to use TF items + Altar.removeAltarRecipe("astralsorcery:shaped/internal/altar/upgrade_tier3"); + Altar.addAttunementAltarRecipe("sevtech/altar/upgrade_tier3", , 1250, 600, [ + , , , + , , , + , , , + , , , + ]); + + // ======================================= + // Constellation + + // Resplendent Prism + Altar.removeAltarRecipe("astralsorcery:shaped/internal/altar/enchantment_amulet_craft"); + Altar.addConstellationAltarRecipe("sevtech/altar/resplendent_prism", , 3100, 600, [ + , , , + , , , + , , , + null, null, null, null, + , , , , + , , , + ]); + + // Coal Engine + Altar.addConstellationAltarRecipe("sevtech/coal_engine", , 3000, 900, [ + metals.fiery.gear, , metals.fiery.gear, + , , , + metals.fiery.gear, , metals.fiery.gear, + , , , , + , , + metals.steeleaf.rod, metals.steeleaf.rod, + metals.steeleaf.rod, metals.steeleaf.rod, + , + ]); + + // ======================================= + // Trait + Altar.removeAltarRecipe("astralsorcery:shaped/internal/altar/chalice"); + Altar.addTraitAltarRecipe("sevtech/altar/chalice", , 5500, 700, [ + // 0-2 + null, null, null, + // 3-5 + null, null, null, + // 6-8 + null, , null, + // 9-12 + null, null, null, null, + // 13-14 + metals.platinum.ingot, metals.platinum.ingot, + // 15-18 + null, null, null, null, + // 19-20 + metals.platinum.ingot, metals.platinum.ingot, + // 21-22 + , , + // 23-24 + , , + // Outer Items, indices 25+ + , , + , , + + ]); + + // Sextants + Altar.removeAltarRecipe("astralsorcery:shaped/internal/altar/sextant"); + + /* + Starlight Infusion + + http://crafttweaker.readthedocs.io/en/latest/#Mods/Astral_Sorcery/Infusion/ + */ + StarlightInfusion.addInfusion(, , false, 0.25, 300); + + /* + Starlight Transmutation + + https://crafttweaker.readthedocs.io/en/latest/#Mods/Astral_Sorcery/Transmutation/ + */ + LightTransmutation.addTransmutation(, , 1000); + LightTransmutation.addTransmutation(, , 1000); + + astralSorcery.addGrindstone(.withTag({}), * 2); // Death Compass -> Bone Meal +} diff --git a/scripts/crafttweaker/integrations/mods/betterwithmods.zs b/scripts/crafttweaker/integrations/mods/betterwithmods.zs new file mode 100644 index 0000000..bf8c9f6 --- /dev/null +++ b/scripts/crafttweaker/integrations/mods/betterwithmods.zs @@ -0,0 +1,284 @@ +/* + SevTech: Ages Better With Mods/Addons Script + + This script handles custom integration control to a mod. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +import crafttweaker.item.IIngredient; +import crafttweaker.item.IItemStack; + +import mods.betterwithaddons.Condensed; +import mods.betterwithmods.MiniBlocks; +import mods.betterwithmods.Turntable; +import mods.betterwithmods.Saw; + +/* + Recipes to be removed from the Kiln. +*/ +static kilnRemovals as IItemStack[] = [ + +]; + +/* + Recipes to be removed from the Mill. +*/ +static millRemovals as IItemStack[][] = [ + [], + [], + [], + [], + [], + [], + [], + [], + [], + [], + [, ] +]; + +/* + Recipes to be removed from the Soaking Box. +*/ +static soakingRemovals as IItemStack[] = [ + , + +]; + +/* + Recipes to be removed from the Cauldron. + + Note: Removing by output also requires the amount of the output item that is given. +*/ +static cauldronRemovals as IItemStack[][] = [ + [ * 8], + [ * 4], + [], + [ * 2], + [ * 3], + [ * 4], + [], + [], + // Remove Cut Leather (Tanned) from Cauldron and oredict + [ * 2], + // Remove Pot As recipes because a single recipe with all wooden items is confusing. + [], + [ * 2], + [], + [] +]; + +/* + Recipes to be removed from the Crucible. +*/ +static crucibleRemovals as IItemStack[][] = [ + [], + [ * 2], + [], + [ * 3] +]; + +/* + Recipes to be removed from the Saw. +*/ +static sawRemovals as IItemStack[][] = [ + //Sawing Corners only give 1 gear instead of 2 + [ * 2], + + [.withTag({texture: {Properties: {variant: "oak"}, Name: "minecraft:planks"}}), , , * 2], + [ * 3, , , .withTag({texture: {Properties: {variant: "oak"}, Name: "minecraft:planks"}}) * 2], + [.withTag({texture: {Properties: {variant: "oak"}, Name: "minecraft:planks"}}) * 3, * 3, ], + [.withTag({texture: {Properties: {variant: "oak"}, Name: "minecraft:planks"}}) * 3, , , ], + [.withTag({texture: {Properties: {variant: "oak"}, Name: "minecraft:planks"}}) * 3, , ], + [.withTag({texture: {Properties: {variant: "oak"}, Name: "minecraft:planks"}}) * 6, ], + [.withTag({texture: {Properties: {variant: "oak"}, Name: "minecraft:planks"}}) * 6, ] +]; + +/* + Pelt Mapping for both Large and Standard. +*/ +static pelts as IIngredient[] = [ + , + , + , + , + , + , + , + , + +]; +static largePelts as IIngredient[] = [ + , + , + , + , + , + , + , + , + , + +]; + +// TODO: USE THIS FOR THE REST OF RECIPE ADDITIONS! + +// [Outputs] : [Inputs] +static sawRecipes as IIngredient[][IItemStack[]] = { + [ * 2]: [ + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + + ], + [ * 2]: [], + [ * 2]: [], + []: [ MiniBlocks.getMiniBlock("corner", ) ], + [ * 9]: [ ], + [.withTag({texture: {Properties: {variant: "oak"}, Name: "minecraft:planks"}}) * 6, ]: [] +}; + +function init() { + /* + Removals + */ + for removal in kilnRemovals { + betterWithMods.removeKiln(removal); + } + for removal in millRemovals { + betterWithMods.removeMilling(removal); + } + for removal in soakingRemovals { + betterWithMods.removeSoaking(removal); + } + for removal in cauldronRemovals { + betterWithMods.removeCauldron(removal); + } + for removal in crucibleRemovals { + betterWithMods.removeCrucible(removal); + } + for removal in sawRemovals { + betterWithMods.removeSaw(removal); + } + + /* + Additions + */ + + for sawOutputs, sawInputs in sawRecipes { + for sawInput in sawInputs { + for sawInputItem in sawInput.items { + Saw.builder() + .buildRecipe(sawInput, sawOutputs) + .setInputBlockDrop(sawInputItem as IItemStack) + .build(); + } + } + } + + // Turntable + Turntable.builder() + .buildRecipe(, []) + .setProductState() + .build(); + Turntable.builder() + .buildRecipe(, []) + .setProductState() + .build(); + + // Mill + + // Rice Flour + betterWithMods.addMilling([], []); + + // THERE CAN BE ONLY 1 FLOUR! + betterWithMods.addMilling([], []); + betterWithMods.addMilling([], []); + + // Other + betterWithMods.addMilling([, , ], []); + betterWithMods.addMilling([, , ], [ * 2]); + betterWithMods.addMilling([], []); + betterWithMods.addMilling([], [ * 1]); + betterWithMods.addMilling([], [ * 2]); + betterWithMods.addMilling([], [ * 9]); + betterWithMods.addMilling([], [ * 4]); + betterWithMods.addMilling([], [ * 9]); + betterWithMods.addMilling([], [ * 1]); + betterWithMods.addMilling([], []); + betterWithMods.addMilling([], []); + betterWithMods.addMilling([], []); + betterWithMods.addMilling([], [ * 2]); + betterWithMods.addMilling([], [ * 10, * 2]); + + // Bark + for bark in .items { + betterWithMods.addMilling([bark], [ * 2]); + } + + // Spindle + betterWithMods.addSpindle([], * 4, false); + + // Condensed + Condensed.setContainer(, ); + + // Cauldron + betterWithMods.addCauldron([, ], []); + betterWithMods.addCauldron([, , ], []); + betterWithMods.addCauldron([], [ * 2]); + betterWithMods.addCauldron([], []); + betterWithMods.addCauldron([], [ * 2]); + betterWithMods.addCauldron([], [, ]); + betterWithMods.addCauldron([, * 16, * 8, * 4], []); + // Remake laxative recipe using foodFlour instead of BWM flour only. + betterWithMods.addCauldron([ * 3, , ], []); + + //============================== + // Stoked + // betterWithMods.addCauldron(IIngredient[] inputs, IItemStack[] outputs, true); + //============================== + betterWithMods.addCauldron([], [ * 2], true); + betterWithMods.addCauldron([ * 4], [], true); + betterWithMods.addCauldron([ * 16], [], true); + + // Pelt Recipes + for pelt in pelts { + betterWithMods.addCauldron([pelt], []); + } + for largePelt in largePelts { + betterWithMods.addCauldron([largePelt], [ * 2]); + } + + // Drying Box + betterWithMods.removeDrying(); +} diff --git a/scripts/crafttweaker/integrations/mods/bloodmagic/alchemyArray.zs b/scripts/crafttweaker/integrations/mods/bloodmagic/alchemyArray.zs new file mode 100644 index 0000000..87e743c --- /dev/null +++ b/scripts/crafttweaker/integrations/mods/bloodmagic/alchemyArray.zs @@ -0,0 +1,32 @@ +/* + SevTech: Ages Blood Magic Alchemy Array Script + + This script handles custom integration control to a mod. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ + +function init() { + bloodMagic.removeAlchemyArray(, ); + bloodMagic.addAlchemyArray(, , ); + + bloodMagic.removeAlchemyArray(, ); + bloodMagic.addAlchemyArray(.withTag({Unbreakable: 1 as byte, activated: 0 as byte}), , ); + + bloodMagic.removeAlchemyArray(, ); + bloodMagic.addAlchemyArray(.withTag({Unbreakable: 1 as byte, activated: 0 as byte}), , ); + + bloodMagic.removeAlchemyArray(, ); + bloodMagic.addAlchemyArray(.withTag({Unbreakable: 1 as byte, activated: 0 as byte}), , ); + + bloodMagic.removeAlchemyArray(, ); + bloodMagic.addAlchemyArray(.withTag({Unbreakable: 1 as byte, activated: 0 as byte}), , ); + + bloodMagic.removeAlchemyArray(, ); + bloodMagic.addAlchemyArray(, , ); + + bloodMagic.removeAlchemyArray(, ); + bloodMagic.addAlchemyArray(, , ); +} diff --git a/scripts/crafttweaker/integrations/mods/bloodmagic/alchemyTable.zs b/scripts/crafttweaker/integrations/mods/bloodmagic/alchemyTable.zs new file mode 100644 index 0000000..073f9af --- /dev/null +++ b/scripts/crafttweaker/integrations/mods/bloodmagic/alchemyTable.zs @@ -0,0 +1,13 @@ +/* + SevTech: Ages Blood Magic Alchemy Table Script + + This script handles custom integration control to a mod. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ + +function init() { + bloodMagic.removeAlchemyTable([, ]); +} diff --git a/scripts/crafttweaker/integrations/mods/bloodmagic/bloodAltar.zs b/scripts/crafttweaker/integrations/mods/bloodmagic/bloodAltar.zs new file mode 100644 index 0000000..6458add --- /dev/null +++ b/scripts/crafttweaker/integrations/mods/bloodmagic/bloodAltar.zs @@ -0,0 +1,25 @@ +/* + SevTech: Ages Blood Magic Blood Altar Script + + This script handles custom integration control to a mod. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ + +function init() { + bloodMagic.removeAltar(.withTag({orb: "bloodmagic:apprentice"})); + bloodMagic.addAltar(.withTag({orb: "bloodmagic:apprentice"}), , 1, 5000, 5, 5); + + bloodMagic.removeAltar(.withTag({orb: "bloodmagic:weak"})); + bloodMagic.addAltar(.withTag({orb: "bloodmagic:weak"}), , 0, 2000, 2, 1); + + bloodMagic.removeAltar(); + bloodMagic.addAltar(, , 0, 1000, 20, 0); + + bloodMagic.removeAltar(); + bloodMagic.addAltar(, , 0, 3000, 5, 5); + + bloodMagic.addAltar(, , 0, 1500, 5, 5); +} diff --git a/scripts/crafttweaker/integrations/mods/bloodmagic/init.zs b/scripts/crafttweaker/integrations/mods/bloodmagic/init.zs new file mode 100644 index 0000000..34795b0 --- /dev/null +++ b/scripts/crafttweaker/integrations/mods/bloodmagic/init.zs @@ -0,0 +1,17 @@ +#priority -50 + +/* + SevTech: Ages Blood Magic Loader Script + + This script handles custom integration control to a mod. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +function init() { + scripts.crafttweaker.integrations.mods.bloodmagic.alchemyArray.init(); + scripts.crafttweaker.integrations.mods.bloodmagic.alchemyTable.init(); + scripts.crafttweaker.integrations.mods.bloodmagic.bloodAltar.init(); + scripts.crafttweaker.integrations.mods.bloodmagic.tartaricForge.init(); +} diff --git a/scripts/crafttweaker/integrations/mods/bloodmagic/tartaricForge.zs b/scripts/crafttweaker/integrations/mods/bloodmagic/tartaricForge.zs new file mode 100644 index 0000000..04a821b --- /dev/null +++ b/scripts/crafttweaker/integrations/mods/bloodmagic/tartaricForge.zs @@ -0,0 +1,122 @@ +/* + SevTech: Ages Blood Magic Tartaric Forge Script + + This script handles custom integration control to a mod. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +import mods.bloodmagic.TartaricForge; + +function init() { + TartaricForge.removeRecipe([, , , ]); + TartaricForge.addRecipe( + , + [, , , ], + 0, 0 + ); + + TartaricForge.removeRecipe([, , , ]); + TartaricForge.addRecipe( + , + [, , , ], + 200, 10 + ); + + TartaricForge.removeRecipe([, , , ]); + TartaricForge.addRecipe( + , + [, , , ], + 80, 10 + ); + + TartaricForge.removeRecipe([, , , ]); + TartaricForge.addRecipe( + , + [, metals.platinum.ingot, , ], + 1500, 200 + ); + + TartaricForge.removeRecipe([, , ]); + TartaricForge.addRecipe( + , + [metals.iron.block, metals.platinum.ingot, ], + 400, 200 + ); + + TartaricForge.removeRecipe([, , , ]); + TartaricForge.addRecipe( + , + [, , metals.iron.block, ], + 240, 150 + ); + + TartaricForge.removeRecipe([, , ]); + TartaricForge.addRecipe( + , + [, , , ], + 128, 20 + ); + + TartaricForge.removeRecipe([, , , ]); + TartaricForge.addRecipe( + , + [, , metals.manyullyn.ingot, ], + 500, 100 + ); + + TartaricForge.removeRecipe([, , , ]); + TartaricForge.addRecipe( + , + [, , metals.bronze.ingot, ], + 60, 20 + ); + + TartaricForge.removeRecipe([, , , ]); + TartaricForge.addRecipe( + , + [, , metals.gold.block, ], + 240, 50 + ); + + TartaricForge.removeRecipe([, , , ]); + TartaricForge.addRecipe( + , + [, , , ], + 400, 5 + ); + + TartaricForge.removeRecipe([, , , ]); + TartaricForge.addRecipe( + , + [, , , metals.platinum.ingot], + 400, 5 + ); + + TartaricForge.removeRecipe([, , ]); + TartaricForge.addRecipe( + , + [, , , metals.silver.ingot], + 400, 10 + ); + + TartaricForge.removeRecipe([, , , ]); + TartaricForge.addRecipe( + , + [, metals.bronze.ingot, , ], + 1, 1 + ); + + TartaricForge.addRecipe( + , + [, , , ], + 100, 20 + ); + + TartaricForge.addRecipe( + , + [, ], + 0, 0 + ); +} diff --git a/scripts/crafttweaker/integrations/mods/bonsai.zs b/scripts/crafttweaker/integrations/mods/bonsai.zs new file mode 100644 index 0000000..a076c0d --- /dev/null +++ b/scripts/crafttweaker/integrations/mods/bonsai.zs @@ -0,0 +1,22 @@ +/* + SevTech: Ages Bonsai Trees Script + + This script handles custom integration control to a mod. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +import mods.bonsaitrees.TreeDrops; + +function init() { + TreeDrops.addTreeDrop("twilightforest:canopy", , 0.1); + TreeDrops.addTreeDrop("twilightforest:darkcanopy", , 0.1); + TreeDrops.addTreeDrop("twilightforest:mangrove", , 0.1); + TreeDrops.addTreeDrop("twilightforest:minerstree", , 0.1); + TreeDrops.addTreeDrop("twilightforest:oak", , 0.1); + TreeDrops.addTreeDrop("twilightforest:rainbow_oak", , 0.1); + TreeDrops.addTreeDrop("twilightforest:sortingtree", , 0.1); + TreeDrops.addTreeDrop("twilightforest:treeoftime", , 0.1); + TreeDrops.addTreeDrop("twilightforest:treeoftransformation", , 0.1); +} diff --git a/scripts/crafttweaker/integrations/mods/chisel.zs b/scripts/crafttweaker/integrations/mods/chisel.zs new file mode 100644 index 0000000..4aff7eb --- /dev/null +++ b/scripts/crafttweaker/integrations/mods/chisel.zs @@ -0,0 +1,100 @@ +/* + SevTech: Ages Chisel Script + + This script handles custom integration control to a mod. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +import mods.chisel.Carving; + +function init() { + /* + Tinkers' Clear Glass + */ + Carving.addVariation("glass", ); + Carving.addVariation("glassdyedwhite", ); + Carving.addVariation("glassdyedorange", ); + Carving.addVariation("glassdyedmagenta", ); + Carving.addVariation("glassdyedlightblue", ); + Carving.addVariation("glassdyedyellow", ); + Carving.addVariation("glassdyedlime", ); + Carving.addVariation("glassdyedpink", ); + Carving.addVariation("glassdyedgray", ); + Carving.addVariation("glassdyedlightgray", ); + Carving.addVariation("glassdyedcyan", ); + Carving.addVariation("glassdyedpurple", ); + Carving.addVariation("glassdyedblue", ); + Carving.addVariation("glassdyedbrown", ); + Carving.addVariation("glassdyedgreen", ); + Carving.addVariation("glassdyedred", ); + Carving.addVariation("glassdyedblack", ); + + /* + BetweenLands Stone/Rock + */ + + // Add CragRock. + Carving.addGroup("cragrock"); + Carving.addVariation("cragrock", ); + Carving.addVariation("cragrock", ); + Carving.addVariation("cragrock", ); + Carving.addVariation("cragrock", ); + + // Add BetweenStone. + Carving.addGroup("betweenstone"); + Carving.addVariation("betweenstone", ); + Carving.addVariation("betweenstone", ); + Carving.addVariation("betweenstone", ); + Carving.addVariation("betweenstone", ); + Carving.addVariation("betweenstone", ); + Carving.addVariation("betweenstone", ); + Carving.addVariation("betweenstone", ); + Carving.addVariation("betweenstone", ); + + // Add PitStone. + Carving.addGroup("pitstone"); + Carving.addVariation("pitstone", ); + Carving.addVariation("pitstone", ); + Carving.addVariation("pitstone", ); + Carving.addVariation("pitstone", ); + + // Add Betweenlands Limestone to limestone group + Carving.addVariation("limestone", ); + Carving.addVariation("limestone", ); + Carving.addVariation("limestone", ); + Carving.addVariation("limestone", ); + Carving.addVariation("limestone", ); + Carving.addVariation("limestone", ); + Carving.addVariation("limestone", ); + + // Add NetherEx Basalt to basalt group + Carving.addVariation("basalt", ); + Carving.addVariation("basalt", ); + Carving.addVariation("basalt", ); + Carving.addVariation("basalt", ); + + /* + Remove Iron Pane group + All items are WIP and thus hidden in JEI by us + */ + Carving.removeGroup("ironpane"); + + /* + Removals + */ + Carving.removeVariation("prismarine", ); + Carving.removeVariation("prismarine", ); + + /* + Metals + */ + for oreDictEntry, blocks in chiselBlocks { + var vgName = "vg_" + oreDictEntry.name.toLowerCase(); + for block in blocks { + print("[Chisel] Adding " + block.definition.id + " to " + vgName); + Carving.addVariation(vgName, block); + } + } +} diff --git a/scripts/crafttweaker/integrations/mods/cyclicmagic.zs b/scripts/crafttweaker/integrations/mods/cyclicmagic.zs new file mode 100644 index 0000000..be93686 --- /dev/null +++ b/scripts/crafttweaker/integrations/mods/cyclicmagic.zs @@ -0,0 +1,20 @@ +/* + SevTech: Ages Cyclic Magic Integration Script + + This script handles custom integration control to a mod. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +import mods.cyclicmagic.Hydrator; + +import crafttweaker.item.IItemStack; + +function init() { + // Remove Red Sand recipe + Hydrator.removeShapedRecipe(); + + // Add Red Sand recipe using dye powder + Hydrator.addRecipe(, [, , , ] as IItemStack[], 25); +} \ No newline at end of file diff --git a/scripts/crafttweaker/integrations/mods/extendedCrafting/enderRecipes.zs b/scripts/crafttweaker/integrations/mods/extendedCrafting/enderRecipes.zs new file mode 100644 index 0000000..b778766 --- /dev/null +++ b/scripts/crafttweaker/integrations/mods/extendedCrafting/enderRecipes.zs @@ -0,0 +1,19 @@ +/* + SevTech: Ages Extended Crafting Ender Recipes Script + + This script handles custom integration control to a mod. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +import crafttweaker.item.IIngredient; +import crafttweaker.item.IItemStack; + +static recipes as IIngredient[][][IItemStack] = { + : [ + [, , ], + [, , ], + [, , ] + ] +}; diff --git a/scripts/crafttweaker/integrations/mods/extendedCrafting/init.zs b/scripts/crafttweaker/integrations/mods/extendedCrafting/init.zs new file mode 100644 index 0000000..096ddb9 --- /dev/null +++ b/scripts/crafttweaker/integrations/mods/extendedCrafting/init.zs @@ -0,0 +1,128 @@ +#priority -50 + +/* + SevTech: Ages Extended Crafting Ender Recipes Script + + This script handles custom integration control to a mod. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +import crafttweaker.item.IIngredient; +import crafttweaker.item.IItemStack; + +import mods.extendedcrafting.CompressionCrafting; +import mods.extendedcrafting.EnderCrafting; +import mods.extendedcrafting.TableCrafting; + +function init() { + var enderRecipes as IIngredient[][][IItemStack] = scripts.crafttweaker.integrations.mods.extendedCrafting.enderRecipes.recipes; + var tableRecipes as IIngredient[][][IItemStack] = scripts.crafttweaker.integrations.mods.extendedCrafting.tableRecipes.recipes; + var tierShapedRecipes as IIngredient[][][IItemStack][int] = scripts.crafttweaker.integrations.mods.extendedCrafting.tierTableRecipes.shapedRecipes; + var tierShapelessRecipes as IIngredient[][IItemStack][int] = scripts.crafttweaker.integrations.mods.extendedCrafting.tierTableRecipes.shapelessRecipes; + + // Add the Recipes to the Game. + for output, _recipe in enderRecipes { + EnderCrafting.addShaped(output, _recipe); + } + for output, _recipe in tableRecipes { + TableCrafting.addShaped(output, _recipe); + } + for tier, items in tierShapedRecipes { + for output, _recipe in items { + TableCrafting.addShaped(tier, output, _recipe); + } + } + for tier, items in tierShapelessRecipes { + for output, _recipe in items { + TableCrafting.addShapeless(tier, output, _recipe); + } + } + + // Create the Compressions. + scripts.crafttweaker.integrations.mods.extendedCrafting.init.initCompressions(); +} + +/* + Compression Crafting + + https://github.com/BlakeBr0/ExtendedCrafting/wiki/Compression-Crafting + + [, ] +*/ +static compressionCraftingPairs as IItemStack[][] = [ + [, ], + [, ] +]; + +// The RF Rates to be used when making the compression recipes. +static rfRates as int[] = [ + 200, + 250, + 300, + 400, + 500, + 600, + 700, + 800, + 1000, + 1200, + 1400, + 1600, + 1750, + 1850, + 2000, + 2500 +]; + +/* + Method to handle the compression creating, along with the decompression. +*/ +function initCompressions() { + var craftingPairs as IItemStack[][] = scripts.crafttweaker.integrations.mods.extendedCrafting.init.compressionCraftingPairs; + var rfRates as int[] = scripts.crafttweaker.integrations.mods.extendedCrafting.init.rfRates; + + for pair in compressionCraftingPairs { + // Check at the start of every pair loop to see if it is one of the unique types. + var isObsidian = pair[1].matches(); + var isNetherrack = pair[1].matches(); + + // Loop i = 0 through 15 (doesnt do 16) + for i in 0 to 16 { + var output = pair[0].definition.makeStack(i); + var input = pair[1]; + + // Calculate RF Cost. + var baseCost = (pow(2, i) * 1000) as int; + + if (i != 0) { + // If not the initial/standard block to 1x. + input = pair[0].definition.makeStack(i - 1); + } + + // Default catalyst. + var catalystMeta = 8; + + // Set catalystMeta based on criteria. + if (i <= 7) { + if (isObsidian | isNetherrack) { + catalystMeta = 11; + } + } else if (i <= 11) { + catalystMeta = isObsidian | isNetherrack ? 12 : 11; + } else { + catalystMeta = 13; + } + + // Now that we have the meta wanted for the catalyst, create the item. + var catalyst = .definition.makeStack(catalystMeta); + + // Add compression crafting recipe to compress. + CompressionCrafting.addRecipe(output, input, 9, catalyst, baseCost, rfRates[i]); + + // Add standard crafting recipe to decompress. + recipes.addShapeless(input * 9, [output]); + } + } +} diff --git a/scripts/crafttweaker/integrations/mods/extendedCrafting/tableRecipes.zs b/scripts/crafttweaker/integrations/mods/extendedCrafting/tableRecipes.zs new file mode 100644 index 0000000..465208e --- /dev/null +++ b/scripts/crafttweaker/integrations/mods/extendedCrafting/tableRecipes.zs @@ -0,0 +1,152 @@ +/* + SevTech: Ages Table Extended Crafting Table Recipes Script + + This script handles custom integration control to a mod. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +import crafttweaker.item.IIngredient; +import crafttweaker.item.IItemStack; + +static recipes as IIngredient[][][IItemStack] = { + // Viescraft Airship Ignition + : [ + [metals.iron.plate, metals.iron.plate, , metals.iron.plate, metals.iron.plate], + [metals.iron.plate, , metals.platinum.gear, , metals.iron.plate], + [metals.iron.rod, metals.platinum.gear, , metals.platinum.gear, metals.iron.rod], + [metals.iron.plate, , metals.platinum.gear, , metals.iron.plate], + [metals.iron.plate, metals.iron.plate, , metals.iron.plate, metals.iron.plate] + ], + // Viescraft Ship Engine + : [ + [metals.steel.plate, , , , metals.steel.plate], + [metals.iron.plate, metals.fiery.rod, metals.fiery.rod, metals.fiery.rod, metals.iron.plate], + [metals.iron.plate, metals.steeleaf.gear, , metals.steeleaf.gear, metals.iron.plate], + [metals.iron.plate, metals.redstoneAlloy.plate, metals.redstoneAlloy.plate, metals.redstoneAlloy.plate, metals.iron.plate], + [metals.steel.plate, metals.steel.plate, , metals.steel.plate, metals.steel.plate] + ], + // Viescraft Ship Balloon + : [ + [, , , , ], + [, , , , ], + [, , , , ], + [, , , , ], + [, , , , ] + ], + // Advanced mapping stage unlock recipe + : [ + [, , ], + [, , ], + [, , ] + ], + // Stage 4 Machine Frame + : [ + [metals.compressedIron.plate, , , , metals.compressedIron.plate], + [, , , , ], + [metals.compressedIron.plate, , , , metals.compressedIron.plate], + [, metals.cobalt.plate, , metals.cobalt.plate, ], + [metals.compressedIron.plate, , , , metals.compressedIron.plate] + ], + // Atomic Reconstructor + : [ + [metals.compressedIron.plate, metals.compressedIron.plate, metals.compressedIron.plate, , metals.compressedIron.plate, metals.compressedIron.plate, metals.compressedIron.plate], + [metals.compressedIron.plate, , , , , , metals.compressedIron.plate], + [metals.compressedIron.plate, , metals.redstoneAlloy.plate, , metals.redstoneAlloy.plate, , metals.compressedIron.plate], + [, , , , , , ], + [metals.compressedIron.plate, , metals.redstoneAlloy.plate, , metals.redstoneAlloy.plate, , metals.compressedIron.plate], + [metals.compressedIron.plate, , , , , , metals.compressedIron.plate], + [metals.compressedIron.plate, metals.compressedIron.plate, metals.compressedIron.plate, , metals.compressedIron.plate, metals.compressedIron.plate, metals.compressedIron.plate] + ], + // Building Gadgets #SorryDire + : [ + [, , , , , , ], + [, null, null, , null, null, ], + [, null, , , , null, ], + [, , , , , , ], + [, null, , , , null, ], + [, null, null, , null, null, ], + [, , , , , , ] + ], + : [ + [null, null, null, null, null, null, null, null, null], + [null, , , , , , , , null], + [null, , null, null, , null, null, , null], + [null, , null, null, , null, null, , null], + [null, , , , , , , , null], + [null, , null, null, , null, null, , null], + [null, , null, null, , null, null, , null], + [null, , , , , , , , null], + [null, null, null, null, null, null, null, null, null] + ], + : [ + [null, null, null, null, null, null, null, null, null], + [null, , , , , , , , null], + [null, , , , , , , , null], + [null, , , null, , null, , , null], + [null, , , , , , , , null], + [null, , , null, , null, , , null], + [null, , , , , , , , null], + [null, , , , , , , , null], + [null, null, null, null, null, null, null, null, null] + ], + + // ================================== + // Creative Items + : [ + [, , , , , , , , ], + [, , , , , , , , ], + [, , , , , , , , ], + [, , , , , , , , ], + [, , , , , , , , ], + [, , , , , , , , ], + [, , , , , , , , ], + [, , , , , , , , ], + [, , , , , , , , ] + ], + : [ + [, , , , , , , , ], + [, , , , , , , , ], + [null, , , , , , , , null], + [null, , , , , , , , null], + [, , , null, , null, , , ], + [, , , null, , null, , , ], + [, , , null, , null, , , ], + [, , , null, , null, , , ], + [null, , null, null, null, null, null, , null] + ], + : [ + [null, null, , , , , , null, null], + [null, null, , , , , , null, null], + [null, null, , , , , , null, null], + [null, null, , , , , , null, null], + [null, null, , , , , , null, null], + [null, null, , , , , , null, null], + [null, null, , , , , , null, null], + [null, 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({tier: 4, mekData: {}}): [ + [, , , , , , , , ], + [, , , , , , , , ], + [, , , , , , , , ], + [, , , , , , , , ], + [, , , , , , , , ], + [, , , , , , , , ], + [, , , , , , , , ], + [, , , , , , , , ], + [, , , , , , , , ] + ] +}; diff --git a/scripts/crafttweaker/integrations/mods/extendedCrafting/tierTableRecipes.zs b/scripts/crafttweaker/integrations/mods/extendedCrafting/tierTableRecipes.zs new file mode 100644 index 0000000..cdb3c38 --- /dev/null +++ b/scripts/crafttweaker/integrations/mods/extendedCrafting/tierTableRecipes.zs @@ -0,0 +1,75 @@ +/* + SevTech: Ages Table Extended Crafting Tier Table Recipes Script + + This script handles custom integration control to a mod. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +import crafttweaker.item.IIngredient; +import crafttweaker.item.IItemStack; + +// Shaped Recipes Tagged by Tier. +static shapedRecipes as IIngredient[][][IItemStack][int] = { + // Tier 0 + 0:{ + // Mekanism Energy Cube + .withTag({tier: 4, mekData: {energyStored: 1.7976931348623157E308}}): [ + [, , , , , , , , ], + [, , , , , , , , ], + [, , , , , , , , ], + [, , , , , , , , ], + [, , , , , , , , ], + [, , , , , , , , ], + [, , , , , , , , ], + [, , , , , , , , ], + [, , , , , , , , ] + ], + // Pneumaticraft Creative Compressor + : [ + [, , , , , , , , ], + [, , , , , , , , ], + [, , , , , , , , ], + [, , , , , , , , ], + [, , , , , , , , ], + [, , , , , , , , ], + [, , , , , , , , ], + [, , , , , , , , ], + [, , , , , , , , ] + ], + // Environmental Tech Creative Flight Modifier + : [ + [, , , , .withTag({astralsorcery: {constellationName: "astralsorcery.constellation.vicio"}}), , , , ], + [, .withTag({mobName: "Ender Dragon", level: 10, mobId: "minecraft:ender_dragon"}), , , , , , .withTag({mobName: "Shulker", level: 10, mobId: "minecraft:shulker"}), ], + [, , , , , , , , ], + [, , , , , , , , ], + [, , , , , , , , ], + [, , , , , , , , ], + [, , , , , , , , ], + [, , , , , , , , ], + [, , , , , , , , ] + ] + } +}; + +// Shapeless Recipes Tagged by Tier. +static shapelessRecipes as IIngredient[][IItemStack][int] = { + // Tier 0 + 0: { + : [ + , , , , + , , , , + , , , , + , , , , + , , , , + , , , , + , , , , + , , , , + , , , , + , , , , + , , , , + , + ] + } +}; diff --git a/scripts/crafttweaker/integrations/mods/galacticcraftAndExtraplanets.zs b/scripts/crafttweaker/integrations/mods/galacticcraftAndExtraplanets.zs new file mode 100644 index 0000000..b760e93 --- /dev/null +++ b/scripts/crafttweaker/integrations/mods/galacticcraftAndExtraplanets.zs @@ -0,0 +1,33 @@ +/* + SevTech: Ages Immersive Engineering Mixer Script + + This script handles custom integration control to a mod. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +import mods.GalacticraftTweaker; + +/* + GalacticCraft & ExtraPlanets + + https://github.com/MJRLegends/ExtraPlanets/wiki/CraftTweakerSupport-1.12-only! + https://github.com/MJRLegends/GalacticraftTweaker/wiki/CraftTweakerSupport +*/ +function init() { + // Remove tier 8 HD plate recipe + GalacticraftTweaker.removeCompressorRecipe(); + // Add corrected tier 8 HD plate recipe + GalacticraftTweaker.addCompressorShapelessRecipe(, , , , , , ); + + // Remove all compressed steel plate recipes. + GalacticraftTweaker.removeCompressorRecipe(); + // Add the correct steel recipe back. + GalacticraftTweaker.addCompressorShapelessRecipe(, , ); + + // Remove the compressed nickle plate recipe. + GalacticraftTweaker.removeCompressorRecipe(); + // Add back one which is using the correct ingot. + GalacticraftTweaker.addCompressorShapelessRecipe(, metals.nickel.ingot.firstItem, metals.nickel.ingot.firstItem); +} diff --git a/scripts/crafttweaker/integrations/mods/horsepower.zs b/scripts/crafttweaker/integrations/mods/horsepower.zs new file mode 100644 index 0000000..c2c7d9b --- /dev/null +++ b/scripts/crafttweaker/integrations/mods/horsepower.zs @@ -0,0 +1,205 @@ +/* + SevTech: Ages Horse Power Script + + This script handles custom integration control to a mod. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +import crafttweaker.item.IItemStack; +import crafttweaker.item.IIngredient; + +/* + Grinder Recipes + + Layout of the map should be the following: + + int (time): [[output IItemStack, input IItemStack]] +*/ +static grinderRecipes as IIngredient[][][int] = { + 12: [ + [ * 4, ], + [.firstItem, ], + [.firstItem, ], + [.firstItem, ], + [.firstItem, ], + [.firstItem, ], + [.firstItem, ], + [.firstItem, ], + [.firstItem, ], + [.firstItem, ], + [.firstItem, ], + [.firstItem, ], + [.firstItem, ], + [.firstItem, ], + [.firstItem, ], + [ * 2, ], + [ * 1, ], + [, ], + [.firstItem * 2, ], + [.firstItem * 2, ], + [.firstItem * 2, ], + [.firstItem * 2, ], + [, ], + [.firstItem * 2, ], + [.firstItem * 2, ], + [.firstItem * 2, ], + [.firstItem * 2, ], + [.firstItem * 2, ] + ], + 16: [ + [.firstItem * 4, ], + [ * 9, ], + [, ], + [, ], + [, ], + [ * 8, ], + [.firstItem, ], + [ * 2, ], + [ * 2, ] + ], + 24: [ + [ * 9, ], + [ * 4, ], + [ * 9, ], + [ * 9, ], + [ * 9, ], + [, ], + [ * 8, ], + [, ], + + // Salt Grinding + [ * 4, ], + [ * 4, ], + [ * 4, ], + [ * 4, ] + ], + 32: [ + [, ], + [ * 2, ], + [ * 2, .withTag({})], // Death Compass -> Bone Meal + [ * 4, ] + ] +}; + +/* + Press Recipes + + IItemStack output: IIngredient input +*/ +static pressRecipes as IIngredient[IItemStack] = { + : * 9, + : * 9, + : , + : * 9, + : * 4, + : * 8, + : * 8, + : * 9, + : * 4, + + // Salt Pressing + : * 4, + : * 4, + : * 4, + : * 4, + : * 9, + : * 9, + : * 9, + : * 9 +}; + +var plankWoodCopy = ; // Create an oreDict to hold our plank clone. +plankWoodCopy.addAll(); // Clone the main oreDict. +// Array containing all the betweenland planks we want to remove from the main cloned one. +var betweenlandPlanks as IItemStack[] = [ + +]; +// Remove the planks in the array from the cloned oreDict. +for plank in betweenlandPlanks { + plankWoodCopy.remove(plank); +} + +/* + Chopping Block Recipes + + "Standardized" Recipes for manual and automatic. 4 for manual, 2 automatic. If not desired, do recipe manually. +*/ +static choppingRecipes as IIngredient[][IItemStack] = { + .firstItem * 4 : [ + + ], + * 4: [ + + ], + * 4: [ + + ], + * 2 : [ + + ], + * 2 : [ + + ], + * 2 : [ + + ], + * 2 : [ + + ], + * 2 : [ + + ], + * 2 : [ + + ], + * 2 : [ + + ], + * 2 : [ + + ], + * 2 : [ + + ], + * 2 : [ + + ] +}; + +function init() { + // Add the Grindstone Recipes. + for time, grindRecipes in grinderRecipes { + for itemRecipe in grindRecipes { + for item in itemRecipe[0].items { + horsePower.addGrindstone(item, itemRecipe[1], time, false); + } + } + } + + // Recipes with Secondary Outputs + horsePower.addGrindstone(, , 16, false, , 20); + horsePower.addGrindstone(, , 16, false, , 20); + horsePower.addGrindstone(, , 16, false, , 20); + + // Add the Press Recipes. + for output, input in pressRecipes { + horsePower.addPress(input, output); + } + + // Add the Press Recipes for Seeds. + var seedOreDict = ; + for seed in seedOreDict.items { + horsePower.addPress(, seed * 12); + } + + // Add the Chopping Block Recipes. + for output, inputs in choppingRecipes { + for input in inputs { + // Add recipe for manual and automatic with different times for each. Makes it consistent for all + horsePower.addChopping(output, input, 4, true); + horsePower.addChopping(output, input, 2, false); + } + } +} diff --git a/scripts/crafttweaker/integrations/mods/immersive/engineering/alloySmelter.zs b/scripts/crafttweaker/integrations/mods/immersive/engineering/alloySmelter.zs new file mode 100644 index 0000000..01c8676 --- /dev/null +++ b/scripts/crafttweaker/integrations/mods/immersive/engineering/alloySmelter.zs @@ -0,0 +1,29 @@ +/* + SevTech: Ages Immersive Engineering Alloy Smelter Script + + This script handles custom integration control to a mod. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +function init() { + // Black Iron Creation + immersiveEngineering.addAlloy(metals.blackIron.ingot.firstItem, , metals.iron.ingot); + + // Invar must be in Arc Furnace + immersiveEngineering.removeAlloy(metals.invar.ingot.firstItem); + + // Add bronze recipe + immersiveEngineering.removeAlloy(metals.bronze.ingot.firstItem); + immersiveEngineering.addAlloy(metals.bronze.ingot.firstItem * 4, metals.copper.ingot * 3, metals.tin.ingot); + immersiveEngineering.addAlloy(metals.bronze.ingot.firstItem * 4, metals.copper.ingot * 3, metals.tin.dust); + immersiveEngineering.addAlloy(metals.bronze.ingot.firstItem * 4, metals.copper.dust * 3, metals.tin.ingot); + immersiveEngineering.addAlloy(metals.bronze.ingot.firstItem * 4, metals.copper.dust * 3, metals.tin.dust); + + // Invar + immersiveEngineering.addAlloy(metals.invar.ingot.firstItem * 3, metals.iron.ingot * 2, metals.nickel.ingot); + immersiveEngineering.addAlloy(metals.invar.ingot.firstItem * 3, metals.iron.ingot * 2, metals.nickel.dust); + immersiveEngineering.addAlloy(metals.invar.ingot.firstItem * 3, metals.iron.dust * 2, metals.nickel.ingot); + immersiveEngineering.addAlloy(metals.invar.ingot.firstItem * 3, metals.iron.dust * 2, metals.nickel.dust); +} diff --git a/scripts/crafttweaker/integrations/mods/immersive/engineering/arcFurnace.zs b/scripts/crafttweaker/integrations/mods/immersive/engineering/arcFurnace.zs new file mode 100644 index 0000000..00b896b --- /dev/null +++ b/scripts/crafttweaker/integrations/mods/immersive/engineering/arcFurnace.zs @@ -0,0 +1,90 @@ +/* + SevTech: Ages Immersive Engineering Arc Furnace Script + + This script handles custom integration control to a mod. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +import crafttweaker.item.IItemStack; + +function init() { + var slag as IItemStack = .firstItem; + + // Quartz Glass + immersiveEngineering.addArcFurn( * 4, * 4, null, 200, 512, + [ * 5] + ); + // Vanilla Glass + immersiveEngineering.addArcFurn(, , null, 150, 256); + + // Vanilla Glass Panes + immersiveEngineering.addArcFurn(, * 2, null, 100, 150); + + //============================================================== + // Add Steve's carts recipes + // Lump of Galgador + immersiveEngineering.addArcFurn( * 2, metals.platinum.block.firstItem, slag, 200, 512, + [ * 3, * 3, * 2] + ); + //Stabilized Metal + immersiveEngineering.addArcFurn( * 5, , slag, 200, 512, + [metals.iron.ingot.firstItem * 5, * 3] + ); + + //============================================================== + // Add recipes for alloying that is removed by metals script + // Also adding slag as an output to them all + + // Steel + immersiveEngineering.addArcFurn(metals.steel.ingot.firstItem, metals.iron.ingot, slag, 300, 448, []); + + // Constantan + immersiveEngineering.addArcFurn(metals.constantan.ingot.firstItem * 2, metals.copper.ingot, slag, 100, 512, [metals.nickel.dust]); + immersiveEngineering.addArcFurn(metals.constantan.ingot.firstItem * 2, metals.nickel.ingot, slag, 100, 512, [metals.copper.dust]); + + // Electrum + immersiveEngineering.addArcFurn(metals.electrum.ingot.firstItem * 2, metals.gold.ingot, slag, 100, 512, [metals.silver.dust]); + immersiveEngineering.addArcFurn(metals.electrum.ingot.firstItem * 2, metals.silver.ingot, slag, 100, 512, [metals.gold.dust]); + + // Invar + immersiveEngineering.addArcFurn(metals.invar.ingot.firstItem * 3, metals.nickel.ingot, slag, 100, 512, [metals.iron.dust * 2]); + + // Ender Utilities + immersiveEngineering.addArcFurn( * 4, , slag, 100, 512, [ * 8]); + immersiveEngineering.addArcFurn( * 4, , slag, 100, 512, [ * 8]); + immersiveEngineering.addArcFurn( * 2, , slag, 100, 512, [ * 4, * 2, ]); + immersiveEngineering.addArcFurn( * 4, , slag, 100, 512, [ * 4]); + + // Black Iron + immersiveEngineering.addArcFurn(, metals.iron.ingot, slag, 100, 512, []); + + // Refined Energistics 2.3333333 <- YA! YOU LIKE THAT + immersiveEngineering.addArcFurn( * 4, metals.iron.ingot * 3, slag, 100, 512, []); + + // Bronze Alloying + immersiveEngineering.addArcFurn(metals.bronze.ingot.firstItem * 4, metals.copper.ingot * 3, slag, 100, 512, [metals.tin.dust]); + + // Redstone Alloy + immersiveEngineering.addArcFurn(metals.redstoneAlloy.ingot.firstItem * 2, metals.constantan.ingot, slag, 100, 512, [, ]); + + // Modularium + immersiveEngineering.addArcFurn(metals.modularium.ingot.firstItem * 2, metals.aluminum.ingot, slag, 100, 512, [metals.iron.dust, ]); + immersiveEngineering.addArcFurn(metals.modularium.ingot.firstItem * 2, metals.iron.ingot, slag, 100, 512, [metals.aluminum.dust, ]); + + // Aluminum Brass + immersiveEngineering.addArcFurn(metals.aluminumBrass.ingot.firstItem * 4, metals.copper.ingot, slag, 100, 512, [metals.aluminum.dust * 3]); + + // Manyullyn + immersiveEngineering.addArcFurn(metals.manyullyn.ingot.firstItem, metals.cobalt.ingot, slag, 300, 512, [metals.ardite.ingot]); + immersiveEngineering.addArcFurn(metals.manyullyn.ingot.firstItem, metals.ardite.ingot, slag, 300, 512, [metals.cobalt.ingot]); + + // Add a few ore to ingot recipes for metals without dust + + // Cobalt + immersiveEngineering.addArcFurn(metals.cobalt.ingot.firstItem * 2, metals.cobalt.ore, null, 600, 512); + + // Ardite + immersiveEngineering.addArcFurn(metals.ardite.ingot.firstItem * 2, metals.ardite.ore, null, 200, 512); +} diff --git a/scripts/crafttweaker/integrations/mods/immersive/engineering/bottlingMachine.zs b/scripts/crafttweaker/integrations/mods/immersive/engineering/bottlingMachine.zs new file mode 100644 index 0000000..42f6a5f --- /dev/null +++ b/scripts/crafttweaker/integrations/mods/immersive/engineering/bottlingMachine.zs @@ -0,0 +1,14 @@ +/* + SevTech: Ages Immersive Engineering Bottling Machine Script + + This script handles custom integration control to a mod. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +import mods.immersiveengineering.BottlingMachine; + +function init() { + BottlingMachine.addRecipe(.withTag({Potion: "minecraft:water"}), , * 1000); +} diff --git a/scripts/crafttweaker/integrations/mods/immersive/engineering/crusher.zs b/scripts/crafttweaker/integrations/mods/immersive/engineering/crusher.zs new file mode 100644 index 0000000..d4c525b --- /dev/null +++ b/scripts/crafttweaker/integrations/mods/immersive/engineering/crusher.zs @@ -0,0 +1,40 @@ +/* + SevTech: Ages Immersive Engineering Crusher Script + + This script handles custom integration control to a mod. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ + +function init() { + immersiveEngineering.removeCrusher(); + immersiveEngineering.addCrusher( * 2, , 3000); // Ground Resin from bark + immersiveEngineering.addCrusher( * 2, , 3000); + immersiveEngineering.addCrusher( * 9, , 3000); + immersiveEngineering.addCrusher( * 2, , 3000); + immersiveEngineering.addCrusher(, , 3000); // Ground netherrack + immersiveEngineering.addCrusher(, , 3000); // Fluix dust can be made in immersiveEngineering + immersiveEngineering.addCrusher(metals.spacePlatinum.dust.firstItem * 2, , 3000); // Osmium ore to dust + immersiveEngineering.addCrusher(.firstItem, , 3000); // Coal to coal dust + immersiveEngineering.addCrusher(, , 3000); // Certus Quartz to Certus Dust + immersiveEngineering.addCrusher(, , 3000); // Wheat to Flour + immersiveEngineering.addCrusher(, , 3000); // Sharp Bone to Bone Knapp + immersiveEngineering.addCrusher( * 2, , 3000); // Sharp Bone to Bone Knapp + immersiveEngineering.addCrusher( * 4, , 3000); // Netjry Salt to Netjry Salt + immersiveEngineering.addCrusher( * 4, , 3000); // Halite Salt Ore to Halite Rock Salt + immersiveEngineering.addCrusher( * 4, , 3000); // Fire Salt Ore to Fire Rock Salt + immersiveEngineering.addCrusher(, , 3000); // Charcoal to Dust + immersiveEngineering.addCrusher(.firstItem * 4, , 3000); // Salt Block -> Dust + immersiveEngineering.addCrusher( * 9, , 3000); // Diamond Block -> Diamonds + immersiveEngineering.addCrusher( * 9, , 3000); // Lapis Block -> Lapis + immersiveEngineering.addCrusher( * 9, , 3000); // Redstone Block -> Redstone + immersiveEngineering.addCrusher( * 9, , 3000); // Emerald Block -> Emerald + immersiveEngineering.addCrusher( * 3, .withTag({}), 3000); // Death Compass -> Bone Meal + + // Remove wool -> minecraft dye and string. + immersiveEngineering.removeCrusher(); + + immersiveEngineering.removeCrusher(); +} diff --git a/scripts/crafttweaker/integrations/mods/immersive/engineering/excavator.zs b/scripts/crafttweaker/integrations/mods/immersive/engineering/excavator.zs new file mode 100644 index 0000000..aa1c80c --- /dev/null +++ b/scripts/crafttweaker/integrations/mods/immersive/engineering/excavator.zs @@ -0,0 +1,133 @@ +/* + SevTech: Ages Immersive Engineering Excavator Script + + This script handles custom integration control to a mod. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +import mods.immersiveengineering.Excavator; +import mods.immersiveengineering.MineralMix; + +function init() { + // Remove Minerals + Excavator.removeMineral("Bauxite"); + Excavator.removeMineral("Cinnabar"); + Excavator.removeMineral("Coal"); + Excavator.removeMineral("Copper"); + Excavator.removeMineral("Galena"); + Excavator.removeMineral("Gold"); + Excavator.removeMineral("Iron"); + Excavator.removeMineral("Lapis"); + Excavator.removeMineral("Lead"); + Excavator.removeMineral("Magnetite"); + Excavator.removeMineral("Nickel"); + Excavator.removeMineral("Pyrite"); + Excavator.removeMineral("Quartzite"); + Excavator.removeMineral("Silver"); + Excavator.removeMineral("Uranium"); + + // Black Quartzite + Excavator.addMineral("Black Quartzite", 30, 0.15, [], [], [10], false); + var blackQuartzite = Excavator.getMineral("Black Quartzite"); + blackQuartzite.addOre("gemQuartzBlack", 0.50); + + // Nether Quartzite + Excavator.addMineral("Nether Quartzite", 30, 0.15, [], [], [-1], true); + var netherQuartzite = Excavator.getMineral("Nether Quartzite"); + netherQuartzite.addOre("gemQuartz", 0.50); + + // Certus Quartzite + Excavator.addMineral("Certus Quartzite", 30, 0.15, [], [], [-1], true); + var certusQuartzite = Excavator.getMineral("Certus Quartzite"); + certusQuartzite.addOre("crystalCertusQuartz", 0.70); + certusQuartzite.addOre("crystalCertusQuartzCharged", 0.30); + + // Autunite (Uranium) + Excavator.addMineral("Autunite", 30, 0.15, [], [], [-1], true); + var autunite = Excavator.getMineral("Autunite"); + autunite.addOre("oreClusterUranium", 0.50); + + // Azurite (Copper) + Excavator.addMineral("Azurite", 30, 0.15, [], [], [-1], true); + var azurite = Excavator.getMineral("Azurite"); + azurite.addOre("oreClusterCopper", 0.50); + + // Bauxite (Aluminum) + Excavator.addMineral("Bauxite", 30, 0.15, [], [], [-1], true); + var bauxite = Excavator.getMineral("Bauxite"); + bauxite.addOre("oreClusterAluminum", 0.50); + + // Beryl (Emerald) + Excavator.addMineral("Beryl", 5, 0.45, [], [], [-1], true); + var beryl = Excavator.getMineral("Beryl"); + beryl.addOre("gemEmerald", 0.50); + + // Cassiterite (Tin) + Excavator.addMineral("Cassiterite", 30, 0.15, [], [], [-1], true); + var cassiterite = Excavator.getMineral("Cassiterite"); + cassiterite.addOre("oreClusterTin", 0.50); + + // Cinnabar (Redstone) + Excavator.addMineral("Cinnabar", 30, 0.15, [], [], [-1], true); + var cinnabar = Excavator.getMineral("Cinnabar"); + cinnabar.addOre("dustRedstone", 0.50); + + // Coal + Excavator.addMineral("Coal", 30, 0.15, [], [], [-1], true); + var coal = Excavator.getMineral("Coal"); + coal.addOre("coal", 0.50); + + // Galena (Silver and Lead) + Excavator.addMineral("Galena", 30, 0.15, [], [], [-1], true); + var galena = Excavator.getMineral("Galena"); + galena.addOre("oreClusterSilver", 0.70); + galena.addOre("oreClusterLead", 0.30); + + // Gold + Excavator.addMineral("Gold", 30, 0.15, [], [], [-1], true); + var gold = Excavator.getMineral("Gold"); + gold.addOre("oreClusterGold", 0.50); + + // Hematite (Iron) + Excavator.addMineral("Hematite", 30, 0.15, [], [], [-1], true); + var hematite = Excavator.getMineral("Hematite"); + hematite.addOre("oreClusterIron", 0.50); + + // Kimberlight (Diamond) + Excavator.addMineral("Kimberlight", 5, 0.45, [], [], [-1], true); + var kimberlight = Excavator.getMineral("Kimberlight"); + kimberlight.addOre("gemDiamond", 0.50); + + // Lapis + Excavator.addMineral("Lapis", 30, 0.15, [], [], [-1], true); + var lapis = Excavator.getMineral("Lapis"); + lapis.addOre("gemLapis", 0.50); + + // Limonite (Iron and Nickel) + Excavator.addMineral("Limonite", 30, 0.15, [], [], [-1], true); + var limonite = Excavator.getMineral("Limonite"); + limonite.addOre("oreClusterIron", 0.70); + limonite.addOre("oreClusterNickel", 0.30); + + // Malachite (Copper) + Excavator.addMineral("Malachite", 30, 0.15, [], [], [-1], true); + var malachite = Excavator.getMineral("Malachite"); + malachite.addOre("oreClusterCopper", 0.50); + + // Platinum + Excavator.addMineral("Platinum", 30, 0.15, [], [], [-1], true); + var platinum = Excavator.getMineral("Platinum"); + platinum.addOre("oreClusterPlatinum", 0.50); + + // Osmium + Excavator.addMineral("Osmium", 30, 0.15, [], [], [-1], true); + var osmium = Excavator.getMineral("Osmium"); + osmium.addOre("oreClusterOsmium", 0.50); + + // Teallite (Tin) + Excavator.addMineral("Teallite", 30, 0.15, [], [], [-1], true); + var teallite = Excavator.getMineral("Teallite"); + teallite.addOre("oreClusterTin", 0.50); +} diff --git a/scripts/crafttweaker/integrations/mods/immersive/engineering/init.zs b/scripts/crafttweaker/integrations/mods/immersive/engineering/init.zs new file mode 100644 index 0000000..3d8e71f --- /dev/null +++ b/scripts/crafttweaker/integrations/mods/immersive/engineering/init.zs @@ -0,0 +1,22 @@ +#priority -50 + +/* + SevTech: Ages Immersive Engineering Loader Script + + This script handles custom integration control to a mod. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +function init() { + scripts.crafttweaker.integrations.mods.immersive.engineering.alloySmelter.init(); + scripts.crafttweaker.integrations.mods.immersive.engineering.arcFurnace.init(); + scripts.crafttweaker.integrations.mods.immersive.engineering.bottlingMachine.init(); + scripts.crafttweaker.integrations.mods.immersive.engineering.crusher.init(); + scripts.crafttweaker.integrations.mods.immersive.engineering.excavator.init(); + scripts.crafttweaker.integrations.mods.immersive.engineering.metalPress.init(); + scripts.crafttweaker.integrations.mods.immersive.engineering.mixer.init(); + scripts.crafttweaker.integrations.mods.immersive.engineering.refinery.init(); + scripts.crafttweaker.integrations.mods.immersive.engineering.squeezer.init(); +} diff --git a/scripts/crafttweaker/integrations/mods/immersive/engineering/metalPress.zs b/scripts/crafttweaker/integrations/mods/immersive/engineering/metalPress.zs new file mode 100644 index 0000000..6a98463 --- /dev/null +++ b/scripts/crafttweaker/integrations/mods/immersive/engineering/metalPress.zs @@ -0,0 +1,55 @@ +/* + SevTech: Ages Immersive Engineering Metal Press Script + + This script handles custom integration control to a mod. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ + +function init() { + immersiveEngineering.addPress(, , , 4); + immersiveEngineering.addPress(metals.compressedIron.ingot.firstItem * 4, metals.iron.block.firstItem, , 2000, 1); + immersiveEngineering.addPress( * 4, , , 1); + + // Coal and Charcoal Blocks / Pieces + immersiveEngineering.addPress( * 1, , , 9); + immersiveEngineering.addPress( * 1, , , 9); + immersiveEngineering.addPress( * 9, , , 1); + immersiveEngineering.addPress( * 9, , , 1); + + // Clay Balls -> Clay Block + immersiveEngineering.addPress( * 1, , , 4); + immersiveEngineering.addPress( * 4, , , 1); + + // Shadowfragment -> Shadowshard + immersiveEngineering.addPress( * 1, , , 9); + // Shadowshard -> Shadowgem + immersiveEngineering.addPress( * 1, , , 9); + // Shadowshard -> Shadowfragment + immersiveEngineering.addPress( * 9, , , 1); + // Shadowgem -> Shadowshard + immersiveEngineering.addPress( * 9, , , 1); + // Salt Dust -> Salt Block + immersiveEngineering.addPress( * 1, , , 4); + immersiveEngineering.addPress( * 1, , , 4); + immersiveEngineering.addPress( * 1, , , 4); + immersiveEngineering.addPress( * 1, , , 4); + + // Diamond Block + immersiveEngineering.addPress( * 1, , , 9); + immersiveEngineering.addPress( * 9, , , 1); + + // Lapis Block + immersiveEngineering.addPress( * 1, , , 9); + immersiveEngineering.addPress( * 9, , , 1); + + // Redstone Block + immersiveEngineering.addPress( * 1, , , 9); + immersiveEngineering.addPress( * 9, , , 1); + + // Emerald Block + immersiveEngineering.addPress( * 1, , , 9); + immersiveEngineering.addPress( * 9, , , 1); +} diff --git a/scripts/crafttweaker/integrations/mods/immersive/engineering/mixer.zs b/scripts/crafttweaker/integrations/mods/immersive/engineering/mixer.zs new file mode 100644 index 0000000..5a3be44 --- /dev/null +++ b/scripts/crafttweaker/integrations/mods/immersive/engineering/mixer.zs @@ -0,0 +1,16 @@ +/* + SevTech: Ages Immersive Engineering Mixer Script + + This script handles custom integration control to a mod. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +import mods.immersiveengineering.Mixer; + +function init() { + Mixer.addRecipe( * 500, * 500, [, ], 50); + Mixer.addRecipe( * 500, * 500, [, ], 50); + Mixer.addRecipe( * 500, * 500, [, ], 50); +} diff --git a/scripts/crafttweaker/integrations/mods/immersive/engineering/refinery.zs b/scripts/crafttweaker/integrations/mods/immersive/engineering/refinery.zs new file mode 100644 index 0000000..bd7e391 --- /dev/null +++ b/scripts/crafttweaker/integrations/mods/immersive/engineering/refinery.zs @@ -0,0 +1,15 @@ +/* + SevTech: Ages Immersive Engineering Refinery Script + + This script handles custom integration control to a mod. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +import mods.immersiveengineering.Refinery; + +function init() { + Refinery.addRecipe( * 100, * 250, * 100, 2048); + Refinery.addRecipe( * 100, * 250, * 100, 2048); +} diff --git a/scripts/crafttweaker/integrations/mods/immersive/engineering/squeezer.zs b/scripts/crafttweaker/integrations/mods/immersive/engineering/squeezer.zs new file mode 100644 index 0000000..545d916 --- /dev/null +++ b/scripts/crafttweaker/integrations/mods/immersive/engineering/squeezer.zs @@ -0,0 +1,22 @@ +/* + SevTech: Ages Immersive Engineering Squeezer Script + + This script handles custom integration control to a mod. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +import mods.immersiveengineering.Squeezer; + +function init() { + Squeezer.removeItemRecipe(); // Remove Rotten Flesh -> Leather + + // Rustic recipes to make people "jump less" Kappa. Thanks to @iffonox! + Squeezer.addRecipe(null, * 250, , 2048); + Squeezer.addRecipe(null, * 250, , 2048); + Squeezer.addRecipe(null, * 250, , 2048); + Squeezer.addRecipe(null, * 250, , 2048); + Squeezer.addRecipe(null, * 250, , 2048); + Squeezer.addRecipe( * 2, * 250, , 2048); +} diff --git a/scripts/crafttweaker/integrations/mods/immersive/petroleum.zs b/scripts/crafttweaker/integrations/mods/immersive/petroleum.zs new file mode 100644 index 0000000..77cc791 --- /dev/null +++ b/scripts/crafttweaker/integrations/mods/immersive/petroleum.zs @@ -0,0 +1,48 @@ +/* + SevTech: Ages Immersive Petroleum Script + + This script handles custom integration control to a mod. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +import mods.immersivepetroleum.Distillation; +import mods.immersivepetroleum.Motorboat; +import mods.immersivepetroleum.PortableGenerator; +import mods.immersivepetroleum.Reservoir; + +/* + Support: + + Distillation: http://crafttweaker.readthedocs.io/en/latest/#Mods/Immersive_Petroleum/CraftTweaker_Support/Distillation/ + Reservoir: http://crafttweaker.readthedocs.io/en/latest/#Mods/Immersive_Petroleum/CraftTweaker_Support/Reservoir/ + Fuel Registration: http://crafttweaker.readthedocs.io/en/latest/#Mods/Immersive_Petroleum/CraftTweaker_Support/FuelRegistration/ +*/ +function init() { + // Distillation + Distillation.addRecipe( + [ * 50, * 50], + [], + * 100, + 2048, 1, + [0.07] + ); + + Distillation.addRecipe( + [ * 20, * 40, * 40], + [], + * 100, + 2048, 1, + [0.07] + ); + + // Reservoir + Reservoir.registerReservoir("aquifer", , 5000000, 10000000, 6, 30, [], [0], [], []); + Reservoir.registerReservoir("oil", , 2500000, 15000000, 6, 40, [1], [], [], []); + Reservoir.registerReservoir("lava", , 250000, 1000000, 0, 30, [1], [], [], []); + + // Fuel Registration + Motorboat.registerMotorboatFuel(, 1); + PortableGenerator.registerPortableGenFuel(, 256, 5); +} diff --git a/scripts/crafttweaker/integrations/mods/loottweaker.zs b/scripts/crafttweaker/integrations/mods/loottweaker.zs new file mode 100644 index 0000000..de3f235 --- /dev/null +++ b/scripts/crafttweaker/integrations/mods/loottweaker.zs @@ -0,0 +1,86 @@ +/* + SevTech: Ages Loot Tweaker Craft Script + + This script handles custom integration control to a mod. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +import mods.ltt.LootTable; + +/* + Support: + + Loot Table Tweaker: http://crafttweaker.readthedocs.io/en/latest/#Mods/LootTableTweaker/LootTableTweaker/ +*/ +function init() { + // Loot Tables + var tables as string[] = [ + "astralsorcery:chest_shrine", + "minecraft:chests/abandoned_mineshaft", + "minecraft:chests/desert_pyramid", + "minecraft:chests/end_city_treasure", + "minecraft:chests/igloo_chest", + "minecraft:chests/jungle_temple", + "minecraft:chests/jungle_temple_dispenser", + "minecraft:chests/nether_bridge", + "minecraft:chests/simple_dungeon", + "minecraft:chests/spawn_bonus_chest", + "minecraft:chests/stronghold_corridor", + "minecraft:chests/stronghold_crossing", + "minecraft:chests/stronghold_library", + "minecraft:chests/village_blacksmith", + "minecraft:chests/woodland_mansion", + "minecraft:gameplay/fishing", + "minecraft:gameplay/fishing/fish", + "minecraft:gameplay/fishing/junk", + "minecraft:gameplay/fishing/treasure" + ]; + + for table in tables { + LootTable.removeTable(table); + } + + // Global Items Removal + var globalItems as string[] = [ + "abyssalcraft:mre", + "minecraft:blaze_powder", + "minecraft:blaze_rod", + "minecraft:bucket", + "minecraft:diamond", + "minecraft:diamond_block", + "minecraft:diamond_hoe", + "minecraft:diamond_sword", + "minecraft:emerald", + "minecraft:emerald_block", + "minecraft:ender_chest", + "minecraft:ender_pearl", + "minecraft:glowstone", + "minecraft:gold_nugget", + "minecraft:golden_apple", + "minecraft:golden_helmet", + "minecraft:golden_pickaxe", + "minecraft:iron_ingot", + "minecraft:iron_leggings", + "minecraft:iron_pickaxe", + "minecraft:magma_cream", + "minecraft:milk_bucket", + "minecraft:obsidian", + "minecraft:redstone", + "minecraft:redstone_block", + "minecraft:water_bucket", + "primal:animal_fat", + "primal:animal_fat_nether", + "primal:salo", + "twilightforest:ore_magnet", + "twilightforest:uncrafting_table" + ]; + + for globalItem in globalItems { + LootTable.removeGlobalItem(globalItem); + } + + // Single Entry Removals + LootTable.removeEntry("twilightforest:structures/tower_room", "pool1", "minecraft:ghast_tear"); +} diff --git a/scripts/crafttweaker/integrations/mods/mekanism.zs b/scripts/crafttweaker/integrations/mods/mekanism.zs new file mode 100644 index 0000000..823c49d --- /dev/null +++ b/scripts/crafttweaker/integrations/mods/mekanism.zs @@ -0,0 +1,157 @@ +/* + SevTech: Ages Mekanism Craft Script + + This script handles custom integration control to a mod. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +import crafttweaker.item.IIngredient; +import crafttweaker.item.IItemStack; + +// Map for additional Precision Sawmill recipes - output: [inputs]. Will produce 6 times output, and +// 25% chance of sawdust. +static sawRecipes as IIngredient[][IItemStack] = { + .firstItem: [ + + ], + : [ + + ], + : [ + + ], + : [ + + ] +}; + +// Sticks to be turned into a dust at a 1:1 ratio +static sticksToDust as IItemStack[] = [ + , + .firstItem, + , + +]; + +// These recipes must be explicitly removed - for some reason oredict removal doesn't catch them. +static sawRecipeRemove as IIngredient[] = [ + , + , + , + , + , + , + , + , + +]; + +function init() { + /* + Chemical Injection Recipes + */ + + // Add a recipe to make Sulfer using the Chemical Injection. TODO: Use the resources global once completed. + mekanism.addChemicalInjection(, , .firstItem); + + /* + Combiner Recipes + */ + + // Generic Removals + mekanism.removeCombiner(); + mekanism.removeCombiner(); + mekanism.removeCombiner(); + mekanism.removeCombiner(); + mekanism.removeCombiner(); + mekanism.removeCombiner(); + mekanism.removeCombiner(); + mekanism.removeCombiner(); + mekanism.removeCombiner(); + mekanism.removeCombiner(); + mekanism.removeCombiner(); + mekanism.removeCombiner(); + mekanism.removeCombiner(); + mekanism.removeCombiner(); + mekanism.removeCombiner(); + + mekanism.removeCombiner(, * 8, ); + + /* + Enrichment Recipes + */ + + // Obsidian Fix + mekanism.removeEnrichment(); + mekanism.addEnrichment(, .firstItem * 4); + + mekanism.removeEnrichment(, ); + + /* + Metallurgic Infuser + */ + mekanism.addInfusion("OBSIDIAN", 20, .firstItem, * 2); + mekanism.addInfusion("OBSIDIAN", 20, , ); + + // Correct steel dust + mekanism.addInfusion("CARBON", 10, , metals.steel.dust.firstItem); + + mekanism.addInfusion("DIAMOND", 80, , ); + + /* + Energized Smelter + */ + mekanism.removeSmelter(); + + /* + Crusher + */ + mekanism.addCrusher(, * 4); + mekanism.addCrusher(, ); + mekanism.addCrusher(, ); + mekanism.addCrusher(, ); + mekanism.addCrusher(, ); + mekanism.addCrusher(, * 9); + mekanism.addCrusher(, * 2); + mekanism.addCrusher(, ); + mekanism.addCrusher(, ); + mekanism.addCrusher(, ); + mekanism.addCrusher(, * 2); + mekanism.addCrusher(.withTag({}), * 3); // Death Compass -> Bone Meal + + /* + Saw + */ + for input in sawRecipeRemove { + mekanism.removeSawmill(input); + } + + for output, inputs in sawRecipes { + for inputIngredient in inputs { + mekanism.removeSawmill(inputIngredient); + for input in inputIngredient.items { + mekanism.addSawmill(input, output * 6, .firstItem, 0.25); + } + } + } + + // Slabs to sticks - re-create as they output mekanism sawdust + mekanism.removeSawmill(); + mekanism.addSawmill(, .firstItem * 3, .firstItem, 0.13); + + for input in sticksToDust { + mekanism.addSawmill(input, .firstItem); + } + + // Jukebox handling + mekanism.removeSawmill( as IIngredient); + mekanism.addSawmill(, * 8, , 1.0); + + /* + Pressurised Reaction Chamber + */ + // mekanism.removePRC(null, , , , ); // TODO: Was not able to remove the recipe + mekanism.addPRC(, * 20, * 20, null, * 20, 0.0, 30); +} diff --git a/scripts/crafttweaker/integrations/mods/modularMachinery/autoCauldron.zs b/scripts/crafttweaker/integrations/mods/modularMachinery/autoCauldron.zs new file mode 100644 index 0000000..857b0a0 --- /dev/null +++ b/scripts/crafttweaker/integrations/mods/modularMachinery/autoCauldron.zs @@ -0,0 +1,96 @@ +/* + SevTech: Ages Table Chemical Mixer Recipes Script + + This script handles custom integration control to a mod. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +import mods.modularmachinery.RecipeBuilder; + +import scripts.crafttweaker.utils; + +function init() { + // Machine name + var machineName = "auto_cauldron"; + + RecipeBuilder.newBuilder(utils.createRecipeName(machineName, "rfglue"), machineName, 128) + .addEnergyPerTickInput(40) + .addItemInput( * 3) + .addItemOutput() + .addFluidInput( * 50) + .build(); + + RecipeBuilder.newBuilder(utils.createRecipeName(machineName, "pigmglue"), machineName, 128) + .addEnergyPerTickInput(40) + .addItemInput() + .addItemOutput( * 2) + .addFluidInput( * 50) + .build(); + + RecipeBuilder.newBuilder(utils.createRecipeName(machineName, "wdglue"), machineName, 128) + .addEnergyPerTickInput(40) + .addItemInput() + .addItemOutput() + .addFluidInput( * 50) + .build(); + + RecipeBuilder.newBuilder(utils.createRecipeName(machineName, "bglue"), machineName, 128) + .addEnergyPerTickInput(40) + .addItemInput() + .addItemOutput( * 2) + .addFluidInput( * 50) + .build(); + + RecipeBuilder.newBuilder(utils.createRecipeName(machineName, "psglue"), machineName, 128) + .addEnergyPerTickInput(40) + .addItemInput() + .addItemOutput() + .addFluidInput( * 50) + .build(); + + RecipeBuilder.newBuilder(utils.createRecipeName(machineName, "pmglue"), machineName, 128) + .addEnergyPerTickInput(40) + .addItemInput() + .addItemOutput() + .addFluidInput( * 50) + .build(); + + RecipeBuilder.newBuilder(utils.createRecipeName(machineName, "plglue"), machineName, 128) + .addEnergyPerTickInput(40) + .addItemInput() + .addItemOutput( * 2) + .addFluidInput( * 50) + .build(); + + RecipeBuilder.newBuilder(utils.createRecipeName(machineName, "nsludge"), machineName, 128) + .addEnergyPerTickInput(40) + .addItemInput() + .addItemInput( * 4) + .addItemOutput( * 8) + .addFluidInput( * 50) + .build(); + + RecipeBuilder.newBuilder(utils.createRecipeName(machineName, "chellfire"), machineName, 128) + .addEnergyPerTickInput(40) + .addItemInput( * 8) + .addItemOutput() + .addFluidInput( * 50) + .build(); + + RecipeBuilder.newBuilder(utils.createRecipeName(machineName, "donut"), machineName, 128) + .addEnergyPerTickInput(40) + .addItemInput() + .addItemInput() + .addItemOutput( * 4) + .addFluidInput( * 50) + .build(); + + RecipeBuilder.newBuilder(utils.createRecipeName(machineName, "meatballs"), machineName, 128) + .addEnergyPerTickInput(40) + .addItemInput() + .addItemOutput() + .addFluidInput( * 50) + .build(); +} diff --git a/scripts/crafttweaker/integrations/mods/modularMachinery/chemicalMixer.zs b/scripts/crafttweaker/integrations/mods/modularMachinery/chemicalMixer.zs new file mode 100644 index 0000000..8dbad52 --- /dev/null +++ b/scripts/crafttweaker/integrations/mods/modularMachinery/chemicalMixer.zs @@ -0,0 +1,24 @@ +/* + SevTech: Ages Table Chemical Mixer Recipes Script + + This script handles custom integration control to a mod. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +import mods.modularmachinery.RecipeBuilder; + +import scripts.crafttweaker.utils; + +function init() { + // Machine name + var machineName = "chemical_mixer"; + + RecipeBuilder.newBuilder(utils.createRecipeName(machineName, "propene"), machineName, 200) + .addEnergyPerTickInput(1) + .addFluidOutput( * 1500) + .addFluidInput( * 1000) + .addFluidInput( * 1000) + .build(); +} diff --git a/scripts/crafttweaker/integrations/mods/modularMachinery/ethyliticEnricher.zs b/scripts/crafttweaker/integrations/mods/modularMachinery/ethyliticEnricher.zs new file mode 100644 index 0000000..547329a --- /dev/null +++ b/scripts/crafttweaker/integrations/mods/modularMachinery/ethyliticEnricher.zs @@ -0,0 +1,22 @@ +/* + SevTech: Ages Table Ethylitic Enricher Recipes Script + + This script handles custom integration control to a mod. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +import mods.modularmachinery.RecipeBuilder; +import scripts.crafttweaker.utils; + +function init() { + // Machine name + var machineName = "ethylitic_enricher"; + + RecipeBuilder.newBuilder(utils.createRecipeName(machineName, "fertilizer"), machineName, 200) + .addEnergyPerTickInput(15) + .addItemOutput( * 2) + .addFluidInput( * 1000) + .build(); +} diff --git a/scripts/crafttweaker/integrations/mods/modularMachinery/hydraulicPress.zs b/scripts/crafttweaker/integrations/mods/modularMachinery/hydraulicPress.zs new file mode 100644 index 0000000..d447e38 --- /dev/null +++ b/scripts/crafttweaker/integrations/mods/modularMachinery/hydraulicPress.zs @@ -0,0 +1,71 @@ +/* + SevTech: Ages Table Hydraulic Press Recipes Script + + This script handles custom integration control to a mod. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +import crafttweaker.item.IIngredient; +import crafttweaker.item.IItemStack; +import crafttweaker.liquid.ILiquidStack; +import crafttweaker.data.IData; + +import mods.modularmachinery.RecipeBuilder; +import mods.modularmachinery.RecipePrimer; + +import scripts.crafttweaker.utils; + +// The machine name. +static machineName as string = "hydraulic_press"; + +static machineRecipes as IItemStack[][IItemStack] = { + * 4: [ * 4 ], // Compressed Steel + * 4: [ metals.copper.ingot.firstItem * 4 ], // Compressed Copper + * 4: [ metals.tin.ingot.firstItem * 4 ], // Compressed Tin + * 4: [ metals.aluminum.ingot.firstItem * 4 ], // Compressed Aluminum + * 4: [ metals.bronze.ingot.firstItem * 4 ], // Compressed Bronze + * 4: [ metals.iron.ingot.firstItem * 4 ], // Compressed Iron + * 4: [ * 2 ], // Compressed Meteoric Iron + * 4: [ * 2 ], // Compressed Desh + * 4: [ metals.titanium.ingot.firstItem * 4 ], // Compressed Titanium + * 4: [ * 4 ], // Compressed Reinfored Crystal + * 2: [ * 2 ], // Compressed Mercury + * 2: [ * 2 ], // Compressed Carbon + * 2: [ * 2 ], // Compressed Palladium + * 2: [ metals.nickel.ingot.firstItem * 2 ], // Compressed Nickel + * 2: [ * 2 ], // Compressed Magnesium + * 2: [ * 2 ], // Compressed Crystal + * 2: [ * 2 ], // Compressed Zinc + * 2: [ * 2 ], // Compressed Tungsten + * 2: [ * 2 ], // Compressed Dark Iron + * 3: [ * 6 ], // Compressed Space Platinum + * 2: [ * 2, * 2, * 2 ], // Heavy Duty Plate Tier 1 + : [ , ], // Heavy Duty Plate Tier 2 + : [ , ], // Heavy Duty Plate Tier 3 + : [ , , * 4 ], // Heavy Duty Plate Tier 4 + : [ , * 5 ], // Heavy Duty Plate Tier 5 + : [ , * 5 ], // Heavy Duty Plate Tier 6 + : [ , * 5], // Heavy Duty Plate Tier 7 + : [ , * 5 ], // Heavy Duty Plate Tier 8 + : [ , * 5 ], // Heavy Duty Plate Tier 9 + : [ , * 5 ], // Heavy Duty Plate Tier 10 + : [ * 3] // Iron Bucket +}; + +function init() { + for output, inputs in machineRecipes { + var primer as RecipePrimer = RecipeBuilder.newBuilder(utils.createRecipeName(machineName, output.definition.id ~ "_" ~ output.metadata), machineName, 50) + .addEnergyPerTickInput(100) + .addFluidInput( * 50) + .addItemOutput(output); + + for input in inputs { + primer + .addItemInput(input); + } + + primer.build(); + } +} diff --git a/scripts/crafttweaker/integrations/mods/modularMachinery/industrialDryingUnit.zs b/scripts/crafttweaker/integrations/mods/modularMachinery/industrialDryingUnit.zs new file mode 100644 index 0000000..80c0d22 --- /dev/null +++ b/scripts/crafttweaker/integrations/mods/modularMachinery/industrialDryingUnit.zs @@ -0,0 +1,37 @@ +/* + SevTech: Ages Table Industrial Drying Unit Recipes Script + + This script handles custom integration control to a mod. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +function init() { + dryingUnit.addAllTiers(, 4, , 4); + dryingUnit.addAllTiers(, 4, * 4); + dryingUnit.addAllTiers( * 4, * 4); + + // Taken from the TiC Drying Rack. + dryingUnit.addAllTiers(, ); + dryingUnit.addAllTiers(, ); + dryingUnit.addAllTiers(, ); + dryingUnit.addAllTiers(, ); + dryingUnit.addAllTiers(, ); + dryingUnit.addAllTiers(, ); + dryingUnit.addAllTiers(, ); + dryingUnit.addAllTiers(, ); + dryingUnit.addAllTiers(, ); + dryingUnit.addAllTiers(, ); + dryingUnit.addAllTiers(, ); + dryingUnit.addAllTiers(, ); + dryingUnit.addAllTiers(, ); + dryingUnit.addAllTiers(, ); + dryingUnit.addAllTiers(, ); + dryingUnit.addAllTiers(, 1, ); + dryingUnit.addAllTiers(, ); + dryingUnit.addAllTiers(, ); + dryingUnit.addAllTiers(, ); + dryingUnit.addAllTiers(, ); + dryingUnit.addAllTiers(, ); +} diff --git a/scripts/crafttweaker/integrations/mods/modularMachinery/industrialLoom.zs b/scripts/crafttweaker/integrations/mods/modularMachinery/industrialLoom.zs new file mode 100644 index 0000000..6c878b6 --- /dev/null +++ b/scripts/crafttweaker/integrations/mods/modularMachinery/industrialLoom.zs @@ -0,0 +1,82 @@ +/* + SevTech: Ages Table Industrial Loom Recipes Script + + This script handles custom integration control to a mod. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +import crafttweaker.item.IItemStack; +import crafttweaker.oredict.IOreDictEntry; + +import mods.modularmachinery.RecipeBuilder; +import mods.modularmachinery.RecipePrimer; + +import scripts.crafttweaker.utils; + +/* + Helper function to create a Looming Recipe for the MM Machine. +*/ +function createLoomingRecipe(name as string, output as IItemStack, inputs as IItemStack[]) { + var machineName = "industrial_loom"; + + var builder as RecipePrimer = RecipeBuilder.newBuilder(utils.createRecipeName(machineName, name), machineName, 128); + builder.addEnergyPerTickInput(150); // Set the power input. + builder.addItemOutput(output); // Set the output item. + for input in inputs { // Loop over the inputs and add them to the builder. + builder.addItemInput(input); + } + builder.build(); // Build the recipe. +} + +function createOreLoomingRecipe(name as string, output as IItemStack, inputs as IOreDictEntry[int]) { + var machineName = "industrial_loom"; + + var builder as RecipePrimer = RecipeBuilder.newBuilder(utils.createRecipeName(machineName, name), machineName, 128); + builder.addEnergyPerTickInput(4); // Set the power input. + builder.addItemOutput(output); // Set the output item. + for amount, input in inputs { // Loop over the inputs and add them to the builder. + builder.addItemInput(input, amount); + } + builder.build(); // Build the recipe. +} + +function init() { + /* + Ore Based Recipes + */ + createOreLoomingRecipe("string", , { + 2: + }); + createOreLoomingRecipe("hemp_cloth", , { + 9: + }); + + /* + Standard Recipes + */ + createLoomingRecipe("plant_twine", , [ + * 3 + ]); + createLoomingRecipe("leather_strip", * 9, [ + + ]); + createLoomingRecipe("cineris_twine", , [ + * 3 + ]); + createLoomingRecipe("cobweb", , [ + * 4, + * 5 + ]); + + /* + Wool Looming + */ + for i in 0 to 16 { + createLoomingRecipe("wool_" ~ i, .definition.makeStack(i), [ + .definition.makeStack(i) * 4, + + ]); + } +} diff --git a/scripts/crafttweaker/integrations/mods/modularMachinery/industrialMill.zs b/scripts/crafttweaker/integrations/mods/modularMachinery/industrialMill.zs new file mode 100644 index 0000000..5ec02c1 --- /dev/null +++ b/scripts/crafttweaker/integrations/mods/modularMachinery/industrialMill.zs @@ -0,0 +1,138 @@ +/* + SevTech: Ages Table Industrial Mill Recipes Script + + This script handles custom integration control to a mod. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +import crafttweaker.item.IItemStack; +import crafttweaker.oredict.IOreDictEntry; + +import mods.modularmachinery.RecipeBuilder; +import mods.modularmachinery.RecipePrimer; + +import scripts.crafttweaker.utils; + +/* + Helper function to create a Mill Recipe for the MM Machine. +*/ +function createMillRecipe(name as string, output as IItemStack, inputs as IItemStack[]) as void { + var machineName = "industrial_mill"; + + var builder as RecipePrimer = RecipeBuilder.newBuilder(utils.createRecipeName(machineName, name), machineName, 128); + builder.addEnergyPerTickInput(4); // Set the power input. + builder.addItemOutput(output); // Set the output item. + for input in inputs { // Loop over the inputs and add them to the builder. + builder.addItemInput(input); + } + builder.build(); // Build the recipe. +} + +function createOreMillRecipe(name as string, output as IItemStack, inputs as IOreDictEntry[]) as void { + var machineName = "industrial_mill"; + + var builder as RecipePrimer = RecipeBuilder.newBuilder(utils.createRecipeName(machineName, name), machineName, 128); + builder.addEnergyPerTickInput(4); // Set the power input. + builder.addItemOutput(output); // Set the output item. + for input in inputs { // Loop over the inputs and add them to the builder. + builder.addItemInput(input); + } + builder.build(); // Build the recipe. +} + +function init() { + for dye, items in scripts.crafttweaker.integrations.dye.dyeCrushingRecipes { + for item in items { + createMillRecipe(item.displayName, dye * 2, [item]); + } + } + + /* + Multi Input Recipes + */ + createMillRecipe("grout", * 2, [ + , , + ]); + createMillRecipe("porcelain", , [ + , , + ]); + + /* + Resource/Plant Based + */ + createOreMillRecipe("resin", * 2, [ + + ]); + createMillRecipe("hemp_fibre", * 3, [ + + ]); + createOreMillRecipe("ground_netherrack", , [ + + ]); + createMillRecipe("coal_dust", , [ + + ]); + createMillRecipe("charcoal_dust", , [ + + ]); + createMillRecipe("sugar", * 2, [ + + ]); + createMillRecipe("charcoal_low_grade", * 4, [ + + ]); + + /* + Bone Meal + */ + createMillRecipe("bonemeal_bone", * 6, [ + + ]); + createMillRecipe("bonemeal_block", * 9, [ + + ]); + + /* + Flour + */ + createMillRecipe("flour", , [ + + ]); + createMillRecipe("barley_flour", , [ + + ]); + createMillRecipe("rice_flour", , [ + + ]); + + /* + Ground Meat + */ + createMillRecipe("ground_meat_pork", * 3, [ + + ]); + createMillRecipe("ground_meat_beef", * 3, [ + + ]); + createMillRecipe("ground_meat_rabbit", * 3, [ + + ]); + + createMillRecipe("ground_meat_chicken", * 2, [ + + ]); + createMillRecipe("ground_meat_mutton", * 2, [ + + ]); + createMillRecipe("ground_meat_mystery", * 2, [ + + ]); + createMillRecipe("ground_meat_fish", * 2, [ + + ]); + createMillRecipe("ground_meat_salmon", * 2, [ + + ]); +} diff --git a/scripts/crafttweaker/integrations/mods/modularMachinery/init.zs b/scripts/crafttweaker/integrations/mods/modularMachinery/init.zs new file mode 100644 index 0000000..36cba1c --- /dev/null +++ b/scripts/crafttweaker/integrations/mods/modularMachinery/init.zs @@ -0,0 +1,24 @@ +#priority -50 + +/* + SevTech: Ages Table Modular Machines Recipe Loader Script + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +function init() { + scripts.crafttweaker.integrations.mods.modularMachinery.autoCauldron.init(); + scripts.crafttweaker.integrations.mods.modularMachinery.chemicalMixer.init(); + scripts.crafttweaker.integrations.mods.modularMachinery.ethyliticEnricher.init(); + scripts.crafttweaker.integrations.mods.modularMachinery.hydraulicPress.init(); + scripts.crafttweaker.integrations.mods.modularMachinery.industrialDryingUnit.init(); + scripts.crafttweaker.integrations.mods.modularMachinery.industrialLoom.init(); + scripts.crafttweaker.integrations.mods.modularMachinery.industrialMill.init(); + scripts.crafttweaker.integrations.mods.modularMachinery.liquidProcessor.init(); + scripts.crafttweaker.integrations.mods.modularMachinery.mixer.init(); + scripts.crafttweaker.integrations.mods.modularMachinery.paperclipFactory.init(); + scripts.crafttweaker.integrations.mods.modularMachinery.plasticMolder.init(); + scripts.crafttweaker.integrations.mods.modularMachinery.scamulator.init(); + scripts.crafttweaker.integrations.mods.modularMachinery.volcanicCrystalizer.init(); +} diff --git a/scripts/crafttweaker/integrations/mods/modularMachinery/liquidProcessor.zs b/scripts/crafttweaker/integrations/mods/modularMachinery/liquidProcessor.zs new file mode 100644 index 0000000..ee5288b --- /dev/null +++ b/scripts/crafttweaker/integrations/mods/modularMachinery/liquidProcessor.zs @@ -0,0 +1,21 @@ +/* + SevTech: Ages Table Liquid Processor Recipes Script + + This script handles custom integration control to a mod. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +import scripts.crafttweaker.utils; + +function init() { + // Machine name + var machineName = "liquid_processor"; + + mods.modularmachinery.RecipeBuilder.newBuilder(utils.createRecipeName(machineName, "plastic"), machineName, 200) + .addEnergyPerTickInput(5) + .addFluidOutput( * 1000) + .addFluidInput( * 1000) + .build(); +} diff --git a/scripts/crafttweaker/integrations/mods/modularMachinery/mixer.zs b/scripts/crafttweaker/integrations/mods/modularMachinery/mixer.zs new file mode 100644 index 0000000..1de56e9 --- /dev/null +++ b/scripts/crafttweaker/integrations/mods/modularMachinery/mixer.zs @@ -0,0 +1,81 @@ +/* + SevTech: Ages Table Industrial Mill Recipes Script + + This script handles custom integration control to a mod. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +import crafttweaker.item.IItemStack; +import mods.modularmachinery.RecipeBuilder; + +import scripts.crafttweaker.utils; + +function init() { + // Machine name + var machineName = "mixer"; + // How many in total (base and upgraded versions) + var machineCount = 3; + // How much to multiply the base energyPerTick to get mk2 and up + var energyScalingMultiplier as int[] = [ + 1, // Mk1 (default) + 2, + 3 + ]; + + for i in 0 to machineCount { + var machineNameComplete as string = i > 0 ? machineName + "_mk" + (i + 1) : machineName; + + var defaultTimeScaler = (i + 1) > 2 ? utils.squareNum(2, i - 1) : i + 1; + + RecipeBuilder.newBuilder(utils.createRecipeName(machineNameComplete, "dough"), machineNameComplete, 300 / defaultTimeScaler) + .addEnergyPerTickInput(20 * energyScalingMultiplier[i]) + .addItemOutput(, 4) + .addItemInput() + .addItemInput(, 4) + .addFluidInput( * 250) + .build(); + + //TODO: This in json was 600, 150, 75 recipe time. Should this be standardized or made exactly like the json? + RecipeBuilder.newBuilder(utils.createRecipeName(machineNameComplete, "hide_salted"), machineNameComplete, 300 / defaultTimeScaler) + .addEnergyPerTickInput(20 * energyScalingMultiplier[i]) + .addItemOutput(, 4) + .addItemInput() + .addItemInput(, 4) + .addFluidInput( * 250) + .build(); + + RecipeBuilder.newBuilder(utils.createRecipeName(machineNameComplete, "hide_tanned"), machineNameComplete, 300 / defaultTimeScaler) + .addEnergyPerTickInput(20 * energyScalingMultiplier[i]) + .addItemOutput(, 4) + .addItemInput() + .addItemInput(, 4) + .addFluidInput( * 250) + .build(); + + RecipeBuilder.newBuilder(utils.createRecipeName(machineNameComplete, "paper_pulp"), machineNameComplete, 300 / defaultTimeScaler) + .addEnergyPerTickInput(20 * energyScalingMultiplier[i]) + .addItemOutput( * 4) + .addItemInput() + .addItemInput(, 4) + .addFluidInput( * 250) + .build(); + + RecipeBuilder.newBuilder(utils.createRecipeName(machineNameComplete, "rice_dough"), machineNameComplete, 300 / defaultTimeScaler) + .addEnergyPerTickInput(20 * energyScalingMultiplier[i]) + .addItemOutput( * 4) + .addItemInput() + .addItemInput( * 4) + .addFluidInput( * 250) + .build(); + + RecipeBuilder.newBuilder(utils.createRecipeName(machineNameComplete, "chocolate"), machineNameComplete, 300 / defaultTimeScaler) + .addEnergyPerTickInput(20 * energyScalingMultiplier[i]) + .addItemOutput( * 2) + .addItemInput() + .addItemInput() + .addFluidInput( * 1000) + .build(); + } +} diff --git a/scripts/crafttweaker/integrations/mods/modularMachinery/paperclipFactory.zs b/scripts/crafttweaker/integrations/mods/modularMachinery/paperclipFactory.zs new file mode 100644 index 0000000..bdcf04e --- /dev/null +++ b/scripts/crafttweaker/integrations/mods/modularMachinery/paperclipFactory.zs @@ -0,0 +1,28 @@ +/* + SevTech: Ages Table Paperclip Factory Recipes Script + + This script handles custom integration control to a mod. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +import scripts.crafttweaker.utils; + +function init() { + // Machine name + var machineName = "paperclip_factory"; + + mods.modularmachinery.RecipeBuilder.newBuilder(utils.createRecipeName(machineName, "paperclips"), machineName, 64) + .addEnergyPerTickInput(8) + .addItemOutput( * 8) + .addItemInput() + .build(); + + mods.modularmachinery.RecipeBuilder.newBuilder(utils.createRecipeName(machineName, "paperclipsandlube"), machineName, 32) + .addEnergyPerTickInput(16) + .addFluidInput( * 100) + .addItemOutput( * 8) + .addItemInput() + .build(); +} diff --git a/scripts/crafttweaker/integrations/mods/modularMachinery/plasticMolder.zs b/scripts/crafttweaker/integrations/mods/modularMachinery/plasticMolder.zs new file mode 100644 index 0000000..e419b77 --- /dev/null +++ b/scripts/crafttweaker/integrations/mods/modularMachinery/plasticMolder.zs @@ -0,0 +1,53 @@ +/* + SevTech: Ages Table Plastic Molder Recipes Script + + This script handles custom integration control to a mod. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +import crafttweaker.item.IIngredient; +import crafttweaker.item.IItemStack; +import crafttweaker.liquid.ILiquidStack; +import crafttweaker.data.IData; + +import mods.modularmachinery.RecipeBuilder; +import mods.modularmachinery.RecipePrimer; + +import scripts.crafttweaker.utils; + +// The machine name. +static machineName as string = "plastic_molder"; + +// Recipes which are going to be added to the machine. +// Output: [Inputs] +static machineRecipes as ILiquidStack[][IItemStack] = { + * 4: [ + * 1000 + ] +}; + +// Recipe Data which is linked to the Recipe above. Needs to set the name and the values for power and tick time. +// Output (As Above): { name: "recipe name", tickTime: 80, powerTick: 1 } +static recipeData as IData[IItemStack] = { + * 4: { + name: "plastic_sheets", + tickTime: 200, + powerTick: 10 + } +}; + +function init() { + for outputItem, _fluids in machineRecipes { + var primer as RecipePrimer = RecipeBuilder.newBuilder(utils.createRecipeName(machineName, recipeData[outputItem].name.asString()), machineName, recipeData[outputItem].tickTime.asInt()) + .addEnergyPerTickInput(recipeData[outputItem].powerTick.asInt()) + .addItemOutput(outputItem); + + for fluid in _fluids { + primer.addFluidInput(fluid); + } + + primer.build(); + } +} diff --git a/scripts/crafttweaker/integrations/mods/modularMachinery/scamulator.zs b/scripts/crafttweaker/integrations/mods/modularMachinery/scamulator.zs new file mode 100644 index 0000000..658f9a6 --- /dev/null +++ b/scripts/crafttweaker/integrations/mods/modularMachinery/scamulator.zs @@ -0,0 +1,137 @@ +/* + SevTech: Ages Table Scamulator Recipes Script + + This script handles custom integration control to a mod. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +import mods.modularmachinery.RecipeBuilder; + +import scripts.crafttweaker.utils; + +function init() { + // Machine name + var machineName = "scamulator"; +//Tier 2 Rocket + RecipeBuilder.newBuilder(utils.createRecipeName(machineName, "tier2rocket"), machineName, 128) + .addEnergyPerTickInput(40) + .addItemInput( * 1) + .addItemInput( * 1) + .addItemOutput( * 1) + .addFluidInput( * 50) + .build(); +//Tier 3 Rocket + RecipeBuilder.newBuilder(utils.createRecipeName(machineName, "tier3rocket"), machineName, 128) + .addEnergyPerTickInput(50) + .addItemInput( * 1) + .addItemInput( * 1) + .addItemOutput( * 1) + .addFluidInput( * 50) + .build(); +//Tier 4 Rocket + RecipeBuilder.newBuilder(utils.createRecipeName(machineName, "tier4rocket"), machineName, 128) + .addEnergyPerTickInput(55) + .addItemInput( * 1) + .addItemInput( * 1) + .addItemOutput( * 1) + .addFluidInput( * 60) + .build(); +//Tier 5 Rocket + RecipeBuilder.newBuilder(utils.createRecipeName(machineName, "tier5rocket"), machineName, 128) + .addEnergyPerTickInput(60) + .addItemInput( * 1) + .addItemInput( * 1) + .addItemOutput( * 1) + .addFluidInput( * 70) + .build(); +//Tier 6 Rocket + RecipeBuilder.newBuilder(utils.createRecipeName(machineName, "tier6rocket"), machineName, 128) + .addEnergyPerTickInput(70) + .addItemInput( * 1) + .addItemInput( * 1) + .addItemOutput( * 1) + .addFluidInput( * 80) + .build(); +//Tier 7 Rocket + RecipeBuilder.newBuilder(utils.createRecipeName(machineName, "tier7rocket"), machineName, 128) + .addEnergyPerTickInput(80) + .addItemInput( * 1) + .addItemInput( * 1) + .addItemOutput( * 1) + .addFluidInput( * 90) + .build(); +//Tier 8 Rocket + RecipeBuilder.newBuilder(utils.createRecipeName(machineName, "tier8rocket"), machineName, 128) + .addEnergyPerTickInput(90) + .addItemInput( * 1) + .addItemInput( * 1) + .addItemOutput( * 1) + .addFluidInput( * 100) + .build(); +//Tier 9 Rocket + RecipeBuilder.newBuilder(utils.createRecipeName(machineName, "tier9rocket"), machineName, 128) + .addEnergyPerTickInput(100) + .addItemInput( * 1) + .addItemInput( * 1) + .addItemOutput( * 1) + .addFluidInput( * 110) + .build(); +//Tier 10 Rocket + RecipeBuilder.newBuilder(utils.createRecipeName(machineName, "tier10rocket"), machineName, 128) + .addEnergyPerTickInput(110) + .addItemInput( * 1) + .addItemInput( * 1) + .addItemOutput( * 1) + .addFluidInput( * 120) + .build(); +//Tier 10 Electric Rocket + RecipeBuilder.newBuilder(utils.createRecipeName(machineName, "tier10Electricrocket"), machineName, 128) + .addEnergyPerTickInput(110) + .addItemInput( * 1) + .addItemInput( * 1) + .addItemOutput( * 1) + .addFluidInput( * 120) + .build(); +//Mars Rover + RecipeBuilder.newBuilder(utils.createRecipeName(machineName, "marsrover"), machineName, 128) + .addEnergyPerTickInput(50) + .addItemInput( * 1) + .addItemInput( * 1) + .addItemOutput( * 1) + .addFluidInput( * 50) + .build(); +//VenUS ROvEr + RecipeBuilder.newBuilder(utils.createRecipeName(machineName, "venusrover"), machineName, 128) + .addEnergyPerTickInput(50) + .addItemInput( * 1) + .addItemInput( * 1) + .addItemOutput( * 1) + .addFluidInput( * 50) + .build(); +//Moon Buggy + RecipeBuilder.newBuilder(utils.createRecipeName(machineName, "moonbuggy"), machineName, 128) + .addEnergyPerTickInput(50) + .addItemInput( * 1) + .addItemInput( * 1) + .addItemOutput( * 1) + .addFluidInput( * 50) + .build(); +//Automatic Cargo Rocket + RecipeBuilder.newBuilder(utils.createRecipeName(machineName, "automaticcargorocket"), machineName, 128) + .addEnergyPerTickInput(200) + .addItemInput( * 1) + .addItemInput( * 1) + .addItemOutput( * 1) + .addFluidInput( * 200) + .build(); +//Astro Miner + RecipeBuilder.newBuilder(utils.createRecipeName(machineName, "astrominer"), machineName, 128) + .addEnergyPerTickInput(200) + .addItemInput( * 1) + .addItemInput( * 1) + .addItemOutput( * 1) + .addFluidInput( * 200) + .build(); +} \ No newline at end of file diff --git a/scripts/crafttweaker/integrations/mods/modularMachinery/volcanicCrystalizer.zs b/scripts/crafttweaker/integrations/mods/modularMachinery/volcanicCrystalizer.zs new file mode 100644 index 0000000..71c774d --- /dev/null +++ b/scripts/crafttweaker/integrations/mods/modularMachinery/volcanicCrystalizer.zs @@ -0,0 +1,54 @@ +/* + SevTech: Ages Table Volcanic Crystalizer Recipes Script + + This script handles custom integration control to a mod. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +import crafttweaker.item.IIngredient; +import crafttweaker.item.IItemStack; +import crafttweaker.liquid.ILiquidStack; +import crafttweaker.data.IData; + +import mods.modularmachinery.RecipeBuilder; +import mods.modularmachinery.RecipePrimer; + +import scripts.crafttweaker.utils; + +// The machine name. +static machineName as string = "volcanic_crystalizer"; + +// Recipes which are going to be added to the machine. +// Output: [Inputs] +static machineRecipes as ILiquidStack[][IItemStack] = { + : [ + * 1000, + * 1000 + ] +}; + +// Recipe Data which is linked to the Recipe above. Needs to set the name and the values for power and tick time. +// Output (As Above): { name: "recipe name", tickTime: 80, powerTick: 1 } +static recipeData as IData[IItemStack] = { + : { + name: "obsidian", + tickTime: 80, + powerTick: 1 + } +}; + +function init() { + for outputItem, _fluids in machineRecipes { + var primer as RecipePrimer = RecipeBuilder.newBuilder(utils.createRecipeName(machineName, recipeData[outputItem].name.asString()), machineName, recipeData[outputItem].tickTime.asInt()) + .addEnergyPerTickInput(recipeData[outputItem].powerTick.asInt()) + .addItemOutput(outputItem); + + for fluid in _fluids { + primer.addFluidInput(fluid); + } + + primer.build(); + } +} diff --git a/scripts/crafttweaker/integrations/mods/pneumaticcraft.zs b/scripts/crafttweaker/integrations/mods/pneumaticcraft.zs new file mode 100644 index 0000000..209d401 --- /dev/null +++ b/scripts/crafttweaker/integrations/mods/pneumaticcraft.zs @@ -0,0 +1,59 @@ +/* + SevTech: Ages Pneumatic Craft Script + + This script handles custom integration control to a mod. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +import mods.pneumaticcraft.assembly as Assembly; +import mods.pneumaticcraft.liquidfuel as LiquidFuel; +import mods.pneumaticcraft.refinery as Refinery; +import mods.pneumaticcraft.thermopneumaticprocessingplant as ThermopneumaticProcessingPlant; +import mods.pneumaticcraft.pressurechamber as PressureChamber; + +/* + Support: + + Fuels: http://crafttweaker.readthedocs.io/en/latest/#Mods/PneumaticCraft_Repressurized/LiquidFuels/ + Assemby: http://crafttweaker.readthedocs.io/en/latest/#Mods/PneumaticCraft_Repressurized/Assembly/ +*/ +function init() { + // Remove all recipes from the plant. + ThermopneumaticProcessingPlant.removeAllRecipes(); + + // Remove all recipes from the refinery. + Refinery.removeAllRecipes(); + + /* + Fuel (Default) Notes: + LPG - 1800 + Gasoline - 1500 + Kerosene - 1100 + Diesel - 700 + */ + + // Remove all the Fuels. + LiquidFuel.removeAllFuels(); + + // Add back the fuels with our values. + LiquidFuel.addFuel(, 1500 * 1000); + LiquidFuel.addFuel(, 1100 * 1000); + LiquidFuel.addFuel(, 700 * 1000); + + // Presses available in stage 4 + Assembly.addDrillRecipe(, ); // Inscriber Logic Press + Assembly.addDrillRecipe(, ); // Insciber Silicon Press + Assembly.addDrillRecipe(, ); // Inscriber Engineering Press + Assembly.addDrillRecipe(, ); // Inscriber Calculation Press + + // Remove Rose Red recipe + Assembly.removeDrillRecipe(); + + // Removing coal to diamond in pressure chamber + PressureChamber.removeRecipe([]); + + // Slime Ingot (IF) + PressureChamber.addRecipe([ * 4, metals.steel.ingot.firstItem * 1], 3.5, [ * 1]); +} diff --git a/scripts/crafttweaker/integrations/mods/primalCore.zs b/scripts/crafttweaker/integrations/mods/primalCore.zs new file mode 100644 index 0000000..c7bab5b --- /dev/null +++ b/scripts/crafttweaker/integrations/mods/primalCore.zs @@ -0,0 +1,68 @@ +/* + SevTech: Ages Primal Core Script + + This script handles custom integration control to a mod. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +import mods.primal.DryingRack; +import mods.primal.Hibachi; + +/* + Drying Rack: Recipe Removals + + https://github.com/An-Sar/PrimalCore/wiki/CraftTweaker:-Drying-Rack +*/ +static dryingRemovals as string[] = [ + "clay_cinis_clump", + "clay_terra_clump", + "corn_stalk", + "daucus_murn_fronds", + "fish_clown_raw", + "fish_clown_salted", + "fish_cod_raw", + "fish_cod_salted", + "fish_lava_crawdad_raw", + "fish_lava_crawdad_salted", + "fish_lava_worm_raw ", + "fish_lava_worm_salted", + "fish_puffer_raw ", + "fish_puffer_salted", + "fish_salmon_raw", + "fish_salmon_salted", + "hide_raw", + "hide_raw_pigman", + "hide_salted", + "hide_salted_pigman", + "hide_tanned", + "hide_tanned_pigman", + "meat_bear_raw", + "meat_gator_raw", + "meat_gator_salted", + "meat_horse_raw", + "meat_llama_salted", + "meat_pigman_raw", + "meat_pigman_salted", + "meat_shark_raw", + "meat_shark_salt", + "meat_steppe_wolf_raw", + "nether_fiber_pulp", + "plant_fiber_pulp", + "thatching", + "valus_stalk" +]; + +/* + Support: + + Hibachi: https://github.com/An-Sar/PrimalCore/wiki/CraftTweaker:-Hibachi +*/ +function init() { + for dryingRecipe in dryingRemovals { + DryingRack.removeRecipe(dryingRecipe); + } + + Hibachi.removeRecipe("valus_melon"); +} diff --git a/scripts/crafttweaker/integrations/mods/primalTech.zs b/scripts/crafttweaker/integrations/mods/primalTech.zs new file mode 100644 index 0000000..f85adff --- /dev/null +++ b/scripts/crafttweaker/integrations/mods/primalTech.zs @@ -0,0 +1,209 @@ +/* + SevTech: Ages Primal Tech Script + + This script handles custom integration control to a mod. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +import crafttweaker.item.IIngredient; +import crafttweaker.item.IItemStack; +import crafttweaker.liquid.ILiquidStack; + +import mods.primaltech.ClayKiln; +import mods.primaltech.StoneAnvil; +import mods.primaltech.WaterSaw; +import mods.primaltech.WoodenBasin; + +function init() { + /* + Clay Kiln + + mods.primaltech.ClayKiln.addRecipe(IItemStack output, IIngredient input, int cooktime); + */ + var defaultKilnCookTime as int = 200; + var defaultKilnCookTimeRecipes as IItemStack[][IItemStack] = { + : [ + + ], + : [ + + ], + : [ + + ], + : [ + + ], + : [ + + ], + : [ + + ], + : [ + + ], + : [ + + ], + : [ + + ], + : [ + + ], + : [ + + ], + : [ + + ], + : [ + + ], + : [ + + ] + }; + + for output, inputs in defaultKilnCookTimeRecipes { + for input in inputs { + ClayKiln.addRecipe(output, input, defaultKilnCookTime); + } + } + + //Add all logs to kiln to make low grade charcoal + for log in .items { + ClayKiln.addRecipe(, log, defaultKilnCookTime); + } + + /* + Stone Anvil + + mods.primaltech.StoneAnvil.addRecipe(Itemstack output, IIngredient input); + */ + + //[output, input] + var stoneAnvilPair as IItemStack[][] = [ + [ * 4, ], + [, ], + [ * 9, ], + [ * 9, ], + [, .withTag({})] // Death Compass -> Bone Meal + ]; + + for pair in stoneAnvilPair { + StoneAnvil.addRecipe(pair[0], pair[1]); + } + + /* + Water Powered Saw + + mods.primaltech.WaterSaw.addRecipe(IItemStack output, IIngredient input, int chopTime); + */ + /* + var defaultWaterSawChopTime as int = 80; + var defaultWaterSawChopTimeRecipes as IItemStack[][] = [ + ]; + + for pair in defaultWaterSawChopTimeRecipes { + WaterSaw.addRecipe(pair[0], pair[1], defaultWaterSawChopTime); + } + */ + + /* + Wooden Basin + + TODO: Re-write this to be better and cleaner (artdude) + + mods.primaltech.WoodenBasin.addRecipe(IItemStack output, ILiquidStack inputFluid, IIngredient[] ingredients); + */ + var defaultWoodenBasinFluid as ILiquidStack = ; + var defaultWoodenBasinRecipes as IIngredient[][][IItemStack] = { + * 3: [ + [, , , ], + [, , , ], + [, , , ], + [, , , ], + [, , , ], + [, , , ], + [, , , ], + [, , , ], + [, , , ], + [, , , ], + [, , , ], + [, , , ], + [, , , ], + [, , , ], + [, , , ], + [, , , ], + [, , , ], + [, , , ], + [, , , ], + [, , , ] + ], + * 4: [ + [, , , ] + ], + * 3: [ + [, , , ], + [, , , ], + [, , , ], + [, , , ], + [, , , ], + [, , , ], + [, , , ], + [, , , ], + [, , , ], + [, , , ], + [, , , ], + [, , , ], + [, , , ], + [, , , ], + [, , , ], + [, , , ], + [, , , ], + [, , , ], + [, , , ], + [, , , ] + ], + * 3: [ + [, , , ], + [, , , ], + [, , , ], + [, , , ] + ], + * 4: [ + [, , , ] + ], + * 3: [ + [, , , ], + [, , , ], + [, , , ], + [, , , ] + ] + }; + + var doughRecipes = [] as IIngredient[][]; + var oreSalt = ; + var oreFlour = ; + + for flour in oreFlour.items { + for salt in oreSalt.items { + doughRecipes += [flour, flour, flour, salt] as IIngredient[]; + doughRecipes += [flour, flour, salt, flour] as IIngredient[]; + doughRecipes += [flour, salt, flour, flour] as IIngredient[]; + doughRecipes += [salt, flour, flour, flour] as IIngredient[]; + } + } + + defaultWoodenBasinRecipes[ * 3] = doughRecipes; + + for output, inputs in defaultWoodenBasinRecipes { + for inputIngredients in inputs { + WoodenBasin.addRecipe(output, defaultWoodenBasinFluid, inputIngredients); + } + } +} diff --git a/scripts/crafttweaker/integrations/mods/rustic.zs b/scripts/crafttweaker/integrations/mods/rustic.zs new file mode 100644 index 0000000..d076062 --- /dev/null +++ b/scripts/crafttweaker/integrations/mods/rustic.zs @@ -0,0 +1,20 @@ +/* + SevTech: Ages Rustic Script + + This script handles custom integration control to a mod. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +import mods.rustic.EvaporatingBasin; + +/* + Support: + + Crushing Tub: https://github.com/the-realest-stu/Rustic/wiki/CraftTweaker-Support#crushing-tub-recipes + Evapor Basin: https://github.com/the-realest-stu/Rustic/wiki/CraftTweaker-Support#evaporating-basin-recipes +*/ +function init() { + EvaporatingBasin.removeRecipe(); +} diff --git a/scripts/crafttweaker/integrations/mods/tinkers/alloy.zs b/scripts/crafttweaker/integrations/mods/tinkers/alloy.zs new file mode 100644 index 0000000..908176c --- /dev/null +++ b/scripts/crafttweaker/integrations/mods/tinkers/alloy.zs @@ -0,0 +1,28 @@ +/* + SevTech: Ages Tinkers Alloy Script + + This script handles custom integration control to a mod. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ + +/* + Alloying + + http://crafttweaker.readthedocs.io/en/latest/#Mods/Modtweaker/TConstruct/Alloying/ +*/ +function init() { + // Remove Constantan Alloying + tinkers.removeAlloying(metalItems.constantan.liquid.liquids[0]); + + // Redstone Alloy Creation + tinkers.addAlloying(metalItems.redstoneAlloy.liquid.liquids[0] * 288, [ * 100, * 100, metalItems.constantan.liquid.liquids[0] * 144]); + + // Modularium + tinkers.addAlloying(metalItems.modularium.liquid.liquids[0] * 288, [ * 100, metalItems.iron.liquid.liquids[0] * 144, metalItems.aluminum.liquid.liquids[0] * 144]); + + // Invar + tinkers.addAlloying(metalItems.invar.liquid.liquids[0] * 3, [metalItems.iron.liquid.liquids[0] * 2, metalItems.nickel.liquid.liquids[0] * 1]); +} diff --git a/scripts/crafttweaker/integrations/mods/tinkers/casting.zs b/scripts/crafttweaker/integrations/mods/tinkers/casting.zs new file mode 100644 index 0000000..06ac92c --- /dev/null +++ b/scripts/crafttweaker/integrations/mods/tinkers/casting.zs @@ -0,0 +1,124 @@ +/* + SevTech: Ages Tinkers Casting Script + + This script handles custom integration control to a mod. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +import crafttweaker.item.IItemDefinition; +import crafttweaker.item.IItemStack; +import crafttweaker.liquid.ILiquidStack; + +/* + Casting + + http://crafttweaker.readthedocs.io/en/latest/#Mods/Modtweaker/TConstruct/Casting/ +*/ +function init() { + /* + Cast Creation + */ + + // [IItemStack cast, IItemStack consumedItem] + var castCreationRecipes as IItemStack[][] = [ + [, ], // Gem cast with Astral Sorcery Aquamarine + // Gear Cast Allows Stone now. You're welcome. -________________- Oh, it's also made from stone so all the people don't get upset with me and call me names or tell me I don't know rocket surgery. + [, ], + [, ] + ]; + + var castLiquids as ILiquidStack[] = [ + metalItems.gold.liquid.liquids[0], + , + metalItems.aluminumBrass.liquid.liquids[0] + ]; + + for castCreationRecipe in castCreationRecipes { + for castLiquid in castLiquids { + var liquidAmount = 144; + if (castLiquid.matches(metalItems.gold.liquid.liquids[0])) { + liquidAmount = 288; + } + + tinkers.addCastingTable(castCreationRecipe[0], castCreationRecipe[1], castLiquid, liquidAmount, true); + } + } + + /* + Spartan Shields + + As long as the metal is in the metals global stuff, this will work without any modifications + */ + var shieldMetals as string[] = [ + "bronze", + "constantan", + "steel", + "copper", + "tin", + "silver", + "platinum", + "electrum", + "nickel", + "iron", + "gold", + "obsidian", + "lead", + "invar" + ]; + + for shieldMetal in shieldMetals { + var shield as IItemStack = itemUtils.getItem("spartanshields:shield_basic_" + shieldMetal); + var towerShield as IItemStack = itemUtils.getItem("spartanshields:shield_tower_" + shieldMetal); + var liquid as ILiquidStack = shieldMetal == "obsidian" ? : metalItems[shieldMetal].liquid.liquids[0]; + + tinkers.addCastingTable(shield, | , liquid, 576, true); + // tinkers.addCastingBasin(towerShield, | , liquid, 576, true); // TODO: Enable if model issue resolved + } + + /* + Standard Casting + */ + tinkers.removeCastingTable(); + tinkers.addCastingTable(, null, , 500); + + tinkers.removeCastingBasin(); + tinkers.addCastingBasin(, null, , 1000); + + tinkers.addCastingTable(, .withTag({PartType: "tconstruct:pan_head"}), , 250, false); + tinkers.addCastingBasin(, null, , 2250); + + tinkers.addCastingTable(metals.steeleaf.rod.firstItem, .withTag({PartType: "tconstruct:tool_rod"}), metalItems.steeleaf.liquid.liquids[0], 144, false); + + // Redstone Alloy Rod + // TODO: Is this being handled by metals? + tinkers.addCastingTable(metals.redstoneAlloy.rod.firstItem, .withTag({PartType: "tconstruct:tool_rod"}), metalItems.redstoneAlloy.liquid.liquids[0], 144, false); + + // Nugget Removal + tinkers.removeCastingTable(); // Soulium Nugget + + // Iron Chests + tinkers.addCastingBasin(, , metalItems.iron.liquid.liquids[0], 1152, true, 300); + tinkers.addCastingBasin(, , metalItems.gold.liquid.liquids[0], 1152, true, 300); + tinkers.addCastingBasin(, , metalItems.copper.liquid.liquids[0], 1152, true, 300); + tinkers.addCastingBasin(, , metalItems.silver.liquid.liquids[0], 1152, true, 300); + tinkers.addCastingBasin(, , , 1152, true, 300); + tinkers.addCastingBasin(, , , 1152, true, 300); + + // Slime Ball Casting + tinkers.addCastingTable(, null, , 250, false, 40); + tinkers.addCastingTable(, null, , 250, false, 40); + tinkers.addCastingTable(, null, , 250, false, 40); + tinkers.addCastingBasin(, null, , 640, false, 60); + + tinkers.removeCastingBasin(); + + // Liquid Redstone + tinkers.addCastingTable(, , , 100, false); + tinkers.addCastingBasin(, null, , 900); + + // Liquid Glowstone + tinkers.addCastingTable(, , , 100, false); + tinkers.addCastingBasin(, null, , 400); +} diff --git a/scripts/crafttweaker/integrations/mods/tinkers/dryingRack.zs b/scripts/crafttweaker/integrations/mods/tinkers/dryingRack.zs new file mode 100644 index 0000000..5037a67 --- /dev/null +++ b/scripts/crafttweaker/integrations/mods/tinkers/dryingRack.zs @@ -0,0 +1,24 @@ +/* + SevTech: Ages Tinkers Drying Rack Script + + This script handles custom integration control to a mod. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ + +function init() { + // Paper Creation + tinkers.addDrying(, , 2400); + tinkers.addDrying(, , 2400); + + // Dried Fish + tinkers.addDrying(, , 1600); + tinkers.addDrying(, , 1600); + + // Leather Recipes + tinkers.removeDrying(); + tinkers.addDrying(, , 2400); + tinkers.addDrying(, , 2400); +} diff --git a/scripts/crafttweaker/integrations/mods/tinkers/init.zs b/scripts/crafttweaker/integrations/mods/tinkers/init.zs new file mode 100644 index 0000000..d191f57 --- /dev/null +++ b/scripts/crafttweaker/integrations/mods/tinkers/init.zs @@ -0,0 +1,17 @@ +#priority -50 + +/* + SevTech: Ages Tinkers Loader Script + + This script handles custom integration control to a mod. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +function init() { + scripts.crafttweaker.integrations.mods.tinkers.alloy.init(); + scripts.crafttweaker.integrations.mods.tinkers.casting.init(); + scripts.crafttweaker.integrations.mods.tinkers.dryingRack.init(); + scripts.crafttweaker.integrations.mods.tinkers.melting.init(); +} diff --git a/scripts/crafttweaker/integrations/mods/tinkers/melting.zs b/scripts/crafttweaker/integrations/mods/tinkers/melting.zs new file mode 100644 index 0000000..a9ddca2 --- /dev/null +++ b/scripts/crafttweaker/integrations/mods/tinkers/melting.zs @@ -0,0 +1,73 @@ +/* + SevTech: Ages Tinkers Melting Script + + This script handles custom integration control to a mod. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ + +/* + Melting + + http://crafttweaker.readthedocs.io/en/latest/#Mods/Modtweaker/TConstruct/Melting/ +*/ +function init() { + tinkers.addMelting( * 250, ); + + // Platinum Ore + //TODO: Loop over oredict instead (and ensure ore is unified) + tinkers.addMelting(metalItems.platinum.liquid.liquids[0] * 144, ); + + // New seared stone mechanic + tinkers.removeMelting(); + tinkers.addMelting( * 72, ); + tinkers.addMelting( * 72, ); + + var searedBlock = .definition; + for i in 0 .. 10{ + if (i != 1){ + tinkers.addMelting( * 288, searedBlock.makeStack(i)); + } + } + tinkers.addMelting( * 216, ); + + // Steves Carts' Metals + tinkers.addMelting(metalItems.enhancedGalgadorian.liquid.liquids[0] * 144, ); + tinkers.addMelting(metalItems.galgadorian.liquid.liquids[0] * 144, ); + tinkers.addMelting(metalItems.reinforcedMetal.liquid.liquids[0] * 144, ); + + /* + Fixes so all glass is same melting temp. + I'm doing this against my better judgement because I don't want to hear players complaining about how it's impossible to make glass in stage 2 even though it's 100% possible already. + */ + tinkers.removeMelting(); + tinkers.addMelting( * 250, , 493); + tinkers.addMelting( * 250, , 493); + tinkers.addMelting( * 375, , 493); + tinkers.addMelting( * 1000, , 493); + tinkers.addMelting( * 1000, , 493); + + // Remove Villager from giving emeralds or blood + tinkers.addMeltingEntity(, * 0); // Setting to 0 gives nothing when the entity is "melted" + + // Stops an exploit by removing the merchants melting. + tinkers.addMeltingEntity(, * 0); // Setting to 0 gives nothing when the entity is "melted" + + /* + Combined stuff + */ + + // Liquid Glowstone + tinkers.addMelting( * 100, ); + tinkers.addMelting( * 400, ); + + // Liquid Redstone + tinkers.addMelting( * 100, ); + tinkers.addMelting( * 900, ); + + // Cheese + tinkers.addMelting( * 100, ); + tinkers.addMelting( * 10, ); +} diff --git a/scripts/crafttweaker/integrations/mods/zenloot.zs b/scripts/crafttweaker/integrations/mods/zenloot.zs new file mode 100644 index 0000000..f388e3b --- /dev/null +++ b/scripts/crafttweaker/integrations/mods/zenloot.zs @@ -0,0 +1,518 @@ +import crafttweaker.item.IItemStack; +import mods.zenloot.LootTable; +import mods.zenloot.LootEntry; +import mods.zenloot.LootFunction; + +// The pools in this loot table are added to other tables - editing them here will edit them in all tables they are added to +static earlyLootTables as LootEntry[][string][string] = {}; + +static lootTables as LootEntry[][string][string] = { + "minecraft:chests/simple_dungeon": { + "main": [ + LootEntry.fromItemStack().setWeight(3).setCount(1, 3).setStage(), + LootEntry.fromItemStack().setWeight(8).setCount(1, 5).setStage(), + LootEntry.fromItemStack().setWeight(8).setCount(1, 5).setStage(), + LootEntry.fromItemStack().setWeight(5).setStage(), + LootEntry.fromItemStack().setWeight(8).setCount(1, 10).setStage(), + LootEntry.fromItemStack().setWeight(3).setCount(1, 3).setStage(), + LootEntry.fromItemStack().setWeight(5).setCount(1, 6).setStage(), + LootEntry.fromItemStack().setWeight(10).addRandomEnchant().setStage(), + LootEntry.fromItemStack().setWeight(5).setStage(), + LootEntry.fromItemStack().setWeight(15).setStage(), + LootEntry.fromItemStack(, "minecraft:golden_apple#0").setWeight(2).setStage(), + LootEntry.fromItemStack().setWeight(10).setStage(), + LootEntry.fromItemStack().setWeight(15).setStage(), + LootEntry.fromItemStack().setWeight(20).setStage(), + LootEntry.fromItemStack().setWeight(15).setStage(), + LootEntry.fromItemStack().setWeight(15).setStage(), + LootEntry.fromItemStack().setWeight(20).setStage() + ], + "pool1": [ + LootEntry.fromItemStack().setWeight(10).setCount(2, 4).setStage(), + LootEntry.fromItemStack().setWeight(20).setStage(), + LootEntry.fromItemStack().setWeight(10).setStage(), + LootEntry.fromItemStack().setWeight(15).setCount(1, 4).setStage(), + LootEntry.fromItemStack().setWeight(5).setCount(1, 4).setStage(), + LootEntry.fromItemStack().setWeight(10).setCount(1, 4).setStage(), + LootEntry.fromItemStack().setWeight(10).setCount(2, 4).setStage(), + LootEntry.fromItemStack().setWeight(10).setCount(2, 4).setStage(), + LootEntry.fromItemStack().setWeight(15).setCount(1, 4).setStage(), + LootEntry.fromItemStack().setWeight(20).setCount(1, 4).setStage() + ], + "pool2": [ + LootEntry.fromItemStack().setWeight(10).setCount(1, 8).setStage(), + LootEntry.fromItemStack().setWeight(10).setCount(1, 8).setStage(), + LootEntry.fromItemStack().setWeight(10).setCount(1, 8).setStage(), + LootEntry.fromItemStack().setWeight(10).setCount(1, 8).setStage() + ] + }, + "pneumaticcraft:inject/simple_dungeon_loot": { // injected into many vanilla pools + "main": [ + LootEntry.fromItemStack().setWeight(15).setStage(), + LootEntry.fromItemStack().setWeight(3).setStage(), + LootEntry.fromItemStack().setWeight(15).setStage(), + LootEntry.empty(67) + ] + }, + "minecraft:chests/abandoned_mineshaft": { + "main": [ + LootEntry.fromItemStack().setWeight(20).setStage(), + LootEntry.fromItemStack(, "minecraft:golden_apple#0").setWeight(1).setStage(), + LootEntry.fromItemStack().setWeight(30).setStage(), + LootEntry.fromItemStack().setWeight(10).addRandomEnchant().setStage(), + LootEntry.fromItemStack().setWeight(5).setStage(), + LootEntry.fromItemStack().setWeight(3).setCount(1, 3).setStage(), + LootEntry.fromItemStack().setWeight(8).setCount(1, 5).setStage(), + LootEntry.fromItemStack().setWeight(8).setCount(1, 10).setStage(), + LootEntry.fromItemStack().setWeight(5).setCount(1, 6).setStage(), + LootEntry.fromItemStack().setWeight(3).setCount(1, 3).setStage(), + LootEntry.fromItemStack().setWeight(10).setQuality(2).setStage(), + LootEntry.empty(5) + ], + "pool1": [ + LootEntry.fromItemStack().setWeight(10).setCount(1, 5).setStage(), + LootEntry.fromItemStack().setWeight(5).setCount(1, 3).setStage(), + LootEntry.fromItemStack().setWeight(5).setCount(4, 9).setStage(), + LootEntry.fromItemStack().setWeight(5).setCount(4, 9).setStage(), + LootEntry.fromItemStack().setWeight(3).setCount(1, 2).setStage(), + LootEntry.fromItemStack().setWeight(10).setCount(3, 8).setStage(), + LootEntry.fromItemStack().setWeight(15).setCount(1, 3).setStage(), + LootEntry.fromItemStack().setWeight(10).setCount(2, 4).setStage(), + LootEntry.fromItemStack().setWeight(10).setCount(2, 4).setStage(), + LootEntry.fromItemStack().setWeight(10).setCount(2, 4).setStage() + ], + "pool2": [ + LootEntry.fromItemStack().setWeight(20).setCount(4, 8).setStage(), + LootEntry.fromItemStack().setWeight(5).setCount(1, 4).setStage(), + LootEntry.fromItemStack().setWeight(5).setCount(1, 4).setStage(), + LootEntry.fromItemStack().setWeight(5).setCount(1, 4).setStage(), + LootEntry.fromItemStack().setWeight(15).setCount(1, 16).setStage() + ] + }, + "abyssalcraft:chests/mineshaft": { + "main": [ + LootEntry.fromItemStack().setWeight(10).setCount(1, 5).setStage(), + LootEntry.fromItemStack().setWeight(5).setCount(1, 3).setStage(), + LootEntry.fromItemStack().setWeight(5).setCount(4, 9).setStage(), + LootEntry.fromItemStack().setWeight(5).setCount(4, 9).setStage(), + LootEntry.fromItemStack().setWeight(10).setCount(3, 8).setStage(), + LootEntry.fromItemStack().setWeight(1).setStage(), + LootEntry.fromItemStack().setWeight(1).setDamage(0.1, 0.3).setStage(), + LootEntry.fromItemStack().setWeight(1).setStage(), + LootEntry.fromItemStack().setWeight(8).setCount(1, 5).setStage() + ], + "pool1": [ + LootEntry.fromItemStack().setWeight(10).setCount(1, 5).setStage(), + LootEntry.fromItemStack().setWeight(5).setCount(1, 3).setStage(), + LootEntry.fromItemStack().setWeight(5).setCount(4, 9).setStage(), + LootEntry.fromItemStack().setWeight(3).setCount(1, 2).setStage(), + LootEntry.fromItemStack().setWeight(10).setCount(3, 8).setStage(), + LootEntry.fromItemStack().setWeight(15).setCount(1, 3).setStage(), + LootEntry.fromItemStack().setWeight(10).setCount(2, 4).setStage(), + LootEntry.fromItemStack().setWeight(10).setCount(2, 4).setStage() + ], + "pool2": [ + LootEntry.fromItemStack().setWeight(20).setCount(4, 8).setStage(), + LootEntry.fromItemStack().setWeight(5).setCount(1, 4).setStage(), + LootEntry.fromItemStack().setWeight(5).setCount(1, 4).setStage(), + LootEntry.fromItemStack().setWeight(5).setCount(1, 4).setStage(), + LootEntry.fromItemStack().setWeight(15).setCount(1, 16).setStage() + ] + }, + "minecraft:chests/igloo_chest": { + "main": [ + LootEntry.fromItemStack().setWeight(15).setCount(1, 3).setStage(), + LootEntry.fromItemStack().setWeight(15).setCount(1, 4).setStage(), + LootEntry.fromItemStack().setWeight(10).setCount(1, 3).setStage(), + LootEntry.fromItemStack().setWeight(2).setStage(), + LootEntry.fromItemStack().setWeight(10).setStage(), + LootEntry.fromItemStack().setWeight(1).setStage(), + LootEntry.fromItemStack().setWeight(10).setCount(2, 3).setStage(), + LootEntry.fromItemStack().setWeight(10).setQuality(2).setStage() + ], + "pool1": [ + LootEntry.fromItemStack().setWeight(1).setStage() + ] + }, + "minecraft:chests/desert_pyramid": { + "main": [ + LootEntry.fromItemStack().setWeight(5).setCount(1, 3).setStage(), + LootEntry.fromItemStack().setWeight(15).setCount(1, 5).setStage(), + LootEntry.fromItemStack().setWeight(15).setCount(2, 7).setStage(), + LootEntry.fromItemStack().setWeight(15).setCount(1, 3).setStage(), + LootEntry.fromItemStack().setWeight(25).setCount(4, 6).setStage(), + LootEntry.fromItemStack().setWeight(25).setCount(1, 3).setStage(), + LootEntry.fromItemStack().setWeight(25).setCount(3, 7).setStage(), + LootEntry.fromItemStack().setWeight(20).setStage(), + LootEntry.fromItemStack().setWeight(15).setStage(), + LootEntry.fromItemStack().setWeight(10).setStage(), + LootEntry.fromItemStack().setWeight(5).setStage(), + LootEntry.fromItemStack().setWeight(20).addRandomEnchant().setStage(), + LootEntry.fromItemStack().setWeight(20).setStage(), + LootEntry.fromItemStack(, "minecraft:golden_apple#0").setWeight(2).setStage(), + LootEntry.fromItemStack().setWeight(3).setCount(1, 3).setStage(), + LootEntry.fromItemStack().setWeight(8).setCount(1, 5).setStage(), + LootEntry.fromItemStack().setWeight(8).setCount(1, 10).setStage(), + LootEntry.fromItemStack().setWeight(5).setCount(1, 6).setStage(), + LootEntry.fromItemStack().setWeight(3).setCount(1, 3).setStage(), + LootEntry.fromItemStack().setWeight(10).setQuality(2).setStage(), + LootEntry.empty(15) + ], + "pool1": [ + LootEntry.fromItemStack().setWeight(10).setCount(1, 8).setStage(), + LootEntry.fromItemStack().setWeight(10).setCount(1, 8).setStage(), + LootEntry.fromItemStack().setWeight(10).setCount(1, 8).setStage(), + LootEntry.fromItemStack().setWeight(10).setCount(1, 8).setStage(), + LootEntry.fromItemStack().setWeight(10).setCount(1, 8).setStage() + ], + "moms_spaghetti": [ + LootEntry.fromItemStack().setWeight(1).setChance(0.05).setStage() + ] + }, + "minecraft:chests/stronghold_library": { + "main": [ + LootEntry.fromItemStack().setWeight(20).setCount(1, 3).setStage(), + LootEntry.fromItemStack().setWeight(20).setCount(2, 7).setStage(), + LootEntry.fromItemStack().setWeight(1).setStage(), + LootEntry.fromItemStack(, "minecraft:book#0").setWeight(10).addEnchantWithLevels(30, true).setStage(), + LootEntry.fromItemStack().setWeight(1).setStage(), + LootEntry.fromItemStack().setWeight(10).setQuality(2).setStage(), + LootEntry.fromItemStack(.withTag({blueprint: "electrode"})).setWeight(5).setStage().addFunction(LootFunction.parse("{\"function\":\"immersiveengineering:secret_bluprintz\",\"conditions\":[{\"chance\":0.125,\"condition\":\"minecraft:random_chance\"}]}")) + ] + }, + "minecraft:gameplay/fishing/fish": { + "main": [ + LootEntry.fromItemStack().setWeight(60).setStage(), + LootEntry.fromItemStack(, "minecraft:fish#0").setWeight(25).setStage(), + LootEntry.fromItemStack(, "minecraft:fish#1").setWeight(2).setStage(), + LootEntry.fromItemStack(, "minecraft:fish#2").setWeight(13).setStage() + ] + }, + "minecraft:gameplay/fishing/treasure": { + "main": [ + LootEntry.fromItemStack().setWeight(1).setStage(), + LootEntry.fromItemStack().setWeight(1).setStage(), + LootEntry.fromItemStack().setWeight(1).setStage(), + LootEntry.fromItemStack().setWeight(1).setDamage(0.0, 0.25).addEnchantWithLevels(30, true).setStage(), + LootEntry.fromItemStack().setWeight(1).setDamage(0.0, 0.25).addEnchantWithLevels(30, true).setStage(), + LootEntry.fromItemStack().setWeight(1).addEnchantWithLevels(30, true).setStage() + ] + }, + "minecraft:gameplay/fishing/junk": { + "main": [ + LootEntry.fromItemStack().setWeight(10).setDamage(0.0, 0.9).setStage(), + LootEntry.fromItemStack().setWeight(10).setStage(), + LootEntry.fromItemStack().setWeight(10).setStage(), + LootEntry.fromItemStack(.withTag({Potion: "minecraft:water"})).setWeight(10).setStage(), + LootEntry.fromItemStack().setWeight(5).setStage(), + LootEntry.fromItemStack().setWeight(2).setDamage(0.0, 0.9).setStage(), + LootEntry.fromItemStack().setWeight(10).setStage(), + LootEntry.fromItemStack().setWeight(5).setStage(), + LootEntry.fromItemStack( * 10).setWeight(1).setStage(), + LootEntry.fromItemStack().setWeight(10).setStage(), + LootEntry.fromItemStack().setWeight(10).setStage() + ] + }, + "minecraft:chests/woodland_mansion": { + "main": [ + LootEntry.fromItemStack().setWeight(20).setStage(), + LootEntry.fromItemStack().setWeight(15).setStage(), + LootEntry.fromItemStack(, "minecraft:golden_apple#0").setWeight(2).setStage(), + LootEntry.fromItemStack().setWeight(15).setStage(), + LootEntry.fromItemStack().setWeight(15).setStage(), + LootEntry.fromItemStack().setWeight(20).setStage(), + LootEntry.fromItemStack().setWeight(10).setStage(), + LootEntry.fromItemStack().setWeight(15).setStage(), + LootEntry.fromItemStack().setWeight(5).setStage(), + LootEntry.fromItemStack().setWeight(10).addRandomEnchant().setStage() + ], + "pool1": [ + LootEntry.fromItemStack().setWeight(10).setCount(1, 4).setStage(), + LootEntry.fromItemStack().setWeight(5).setCount(1, 4).setStage(), + LootEntry.fromItemStack().setWeight(20).setStage(), + LootEntry.fromItemStack().setWeight(20).setCount(1, 4).setStage(), + LootEntry.fromItemStack().setWeight(10).setStage(), + LootEntry.fromItemStack().setWeight(15).setCount(1, 4).setStage(), + LootEntry.fromItemStack().setWeight(15).setCount(1, 4).setStage(), + LootEntry.fromItemStack().setWeight(10).setCount(2, 4).setStage(), + LootEntry.fromItemStack().setWeight(10).setCount(2, 4).setStage(), + LootEntry.fromItemStack().setWeight(10).setCount(2, 4).setStage() + ], + "pool2": [ + LootEntry.fromItemStack().setWeight(10).setCount(1, 8).setStage(), + LootEntry.fromItemStack().setWeight(10).setCount(1, 8).setStage(), + LootEntry.fromItemStack().setWeight(10).setCount(1, 8).setStage(), + LootEntry.fromItemStack().setWeight(10).setCount(1, 8).setStage() + ] + }, + "minecraft:chests/stronghold_corridor": { + "main": [ + LootEntry.fromItemStack().setWeight(10).setStage(), + LootEntry.fromItemStack().setWeight(3).setCount(1, 3).setStage(), + LootEntry.fromItemStack().setWeight(10).setCount(1, 5).setStage(), + LootEntry.fromItemStack().setWeight(5).setCount(1, 3).setStage(), + LootEntry.fromItemStack().setWeight(5).setCount(4, 9).setStage(), + LootEntry.fromItemStack().setWeight(15).setCount(1, 3).setStage(), + LootEntry.fromItemStack().setWeight(15).setCount(1, 3).setStage(), + LootEntry.fromItemStack().setWeight(5).setStage(), + LootEntry.fromItemStack().setWeight(5).setStage(), + LootEntry.fromItemStack().setWeight(5).setStage(), + LootEntry.fromItemStack().setWeight(5).setStage(), + LootEntry.fromItemStack().setWeight(5).setStage(), + LootEntry.fromItemStack().setWeight(5).setStage(), + LootEntry.fromItemStack().setWeight(1).setStage(), + LootEntry.fromItemStack().setWeight(1).setStage(), + LootEntry.fromItemStack().setWeight(1).setStage(), + LootEntry.fromItemStack().setWeight(1).setStage(), + LootEntry.fromItemStack().setWeight(1).setStage(), + LootEntry.fromItemStack().setWeight(1).addEnchantWithLevels(30, true).setStage(), + LootEntry.fromItemStack().setWeight(3).setCount(1, 3).setStage(), + LootEntry.fromItemStack().setWeight(8).setCount(1, 5).setStage(), + LootEntry.fromItemStack().setWeight(8).setCount(1, 10).setStage(), + LootEntry.fromItemStack().setWeight(5).setCount(1, 6).setStage(), + LootEntry.fromItemStack().setWeight(3).setCount(1, 3).setStage() + ] + }, + "minecraft:chests/nether_bridge": { + "main": [ + LootEntry.fromItemStack().setWeight(5).setCount(1, 3).setStage(), + LootEntry.fromItemStack().setWeight(5).setCount(1, 5).setStage(), + LootEntry.fromItemStack().setWeight(15).setCount(1, 3).setStage(), + LootEntry.fromItemStack().setWeight(5).setStage(), + LootEntry.fromItemStack().setWeight(5).setStage(), + LootEntry.fromItemStack().setWeight(5).setStage(), + LootEntry.fromItemStack().setWeight(5).setCount(3, 7).setStage(), + LootEntry.fromItemStack().setWeight(10).setStage(), + LootEntry.fromItemStack().setWeight(8).setStage(), + LootEntry.fromItemStack().setWeight(5).setStage(), + LootEntry.fromItemStack().setWeight(3).setStage(), + LootEntry.fromItemStack().setWeight(2).setCount(2, 4).setStage() + ] + }, + "abyssalcraft:chests/stronghold_corridor" : { + "main": [ + LootEntry.fromItemStack().setWeight(10).setStage(), + LootEntry.fromItemStack().setWeight(1).setDamage(0.1, 0.3).setStage(), + LootEntry.fromItemStack().setWeight(10).setCount(1, 5).setStage(), + LootEntry.fromItemStack().setWeight(5).setCount(1, 3).setStage(), + LootEntry.fromItemStack().setWeight(5).setCount(1, 3).setStage(), + LootEntry.fromItemStack().setWeight(15).setCount(1, 3).setStage(), + LootEntry.fromItemStack().setWeight(15).setCount(1, 3).setStage(), + LootEntry.fromItemStack().setWeight(5).setStage(), + LootEntry.fromItemStack().setWeight(5).setStage(), + LootEntry.fromItemStack().setWeight(5).setStage(), + LootEntry.fromItemStack().setWeight(5).setStage(), + LootEntry.fromItemStack().setWeight(5).setStage(), + LootEntry.fromItemStack().setWeight(1).setStage(), + LootEntry.fromItemStack().setWeight(8).setCount(1, 5).setStage() + ] + }, + "minecraft:chests/village_blacksmith": { + "main": [ + LootEntry.fromItemStack().setWeight(3).setCount(1, 3).setStage(), + LootEntry.fromItemStack().setWeight(10).setCount(1, 5).setStage(), + LootEntry.fromItemStack().setWeight(5).setCount(1, 3).setStage(), + LootEntry.fromItemStack().setWeight(15).setCount(1, 3).setStage(), + LootEntry.fromItemStack().setWeight(15).setCount(1, 3).setStage(), + LootEntry.fromItemStack().setWeight(5).setStage(), + LootEntry.fromItemStack().setWeight(5).setStage(), + LootEntry.fromItemStack().setWeight(5).setStage(), + LootEntry.fromItemStack().setWeight(5).setStage(), + LootEntry.fromItemStack().setWeight(5).setStage(), + LootEntry.fromItemStack().setWeight(5).setStage(), + LootEntry.fromItemStack().setWeight(5).setCount(3, 7).setStage(), + LootEntry.fromItemStack().setWeight(5).setCount(3, 7).setStage(), + LootEntry.fromItemStack().setWeight(3).setStage(), + LootEntry.fromItemStack().setWeight(1).setStage(), + LootEntry.fromItemStack().setWeight(1).setStage(), + LootEntry.fromItemStack().setWeight(1).setStage(), + LootEntry.fromItemStack().setWeight(3).setCount(1, 3).setStage(), + LootEntry.fromItemStack().setWeight(8).setCount(1, 5).setStage(), + LootEntry.fromItemStack().setWeight(10).setCount(1, 2).setStage(), + LootEntry.fromItemStack().setWeight(7).setCount(1, 2).setStage(), + LootEntry.fromItemStack().setWeight(4).setCount(1, 2).setStage(), + LootEntry.fromItemStack().setWeight(1).setCount(1, 2).setStage(), + LootEntry.fromItemStack(.withTag({blueprint: "electrode"})).setWeight(1).setStage().addFunction(LootFunction.parse("{\"function\":\"immersiveengineering:secret_bluprintz\",\"conditions\":[{\"chance\":0.125,\"condition\":\"minecraft:random_chance\"}]}")) + + ] + }, + "galacticraftcore:crashed_probe": { + "crashed_probe": [ + LootEntry.fromItemStack().setWeight(5).setCount(3, 6).setStage(), + LootEntry.fromItemStack().setWeight(5).setCount(3, 6).setStage(), + LootEntry.fromItemStack().setWeight(5).setCount(5, 9).setStage(), + LootEntry.fromItemStack().setWeight(5).setCount(3, 6).setStage(), + LootEntry.fromItemStack(, "galacticraftplanets:item_basic_asteroid#0").setWeight(5).setCount(3, 6).setStage() + ] + }, + "minecraft:chests/spawn_bonus_chest": { + "main": [ + LootEntry.fromItemStack().setWeight(1).setStage(), + LootEntry.fromItemStack().setWeight(3).setStage(), + LootEntry.fromItemStack().setWeight(3).setStage(), + LootEntry.fromItemStack().setWeight(3).setStage(), + LootEntry.fromItemStack().setWeight(2).setStage(), + LootEntry.fromItemStack().setWeight(2).setStage(), + LootEntry.fromItemStack().setWeight(10).setCount(1, 3).setStage(), + LootEntry.fromItemStack().setWeight(10).setCount(1, 3).setStage(), + LootEntry.fromItemStack().setWeight(2).setCount(1, 2).setStage() + ], + "pool1": [ + LootEntry.fromItemStack().setWeight(1).setStage(), + LootEntry.fromItemStack().setWeight(3).setStage() + ], + "pool2": [ + LootEntry.fromItemStack().setWeight(5).setCount(1, 2).setStage(), + LootEntry.fromItemStack().setWeight(3).setCount(1, 2).setStage(), + LootEntry.fromItemStack().setWeight(3).setCount(1, 2).setStage() + ], + "pool3": [ + LootEntry.fromItemStack().setWeight(10).setCount(1, 12).setStage(), + LootEntry.fromItemStack().setWeight(10).setCount(1, 12).setStage(), + LootEntry.fromItemStack().setWeight(4).setCount(1, 3).setStage(), + LootEntry.fromItemStack(, "minecraft:log#0").setWeight(4).setCount(1, 3).setStage(), + LootEntry.fromItemStack(, "minecraft:log#1").setWeight(4).setCount(1, 3).setStage(), + LootEntry.fromItemStack(, "minecraft:log#2").setWeight(4).setCount(1, 3).setStage(), + LootEntry.fromItemStack().setWeight(4).setCount(1, 3).setStage(), + LootEntry.fromItemStack(, "minecraft:log2#0").setWeight(4).setCount(1, 3).setStage() + ] + }, + "abyssalcraft:chests/stronghold_crossing": { + "main": [ + LootEntry.fromItemStack().setWeight(10).setCount(1, 5).setStage(), + LootEntry.fromItemStack().setWeight(5).setCount(1, 3).setStage(), + LootEntry.fromItemStack().setWeight(5).setCount(1, 3).setStage(), + LootEntry.fromItemStack().setWeight(10).setCount(3, 8).setStage(), + LootEntry.fromItemStack().setWeight(15).setCount(1, 3).setStage(), + LootEntry.fromItemStack().setWeight(1).setStage(), + LootEntry.fromItemStack().setWeight(8).setCount(1, 5).setStage(), + LootEntry.fromItemStack().setWeight(10).setStage() + ] + }, + "minecraft:chests/jungle_temple": { + "main": [ + LootEntry.fromItemStack().setWeight(3).setCount(1, 3).setStage(), + LootEntry.fromItemStack().setWeight(10).setCount(1, 5).setStage(), + LootEntry.fromItemStack().setWeight(15).setCount(2, 7).setStage(), + LootEntry.fromItemStack().setWeight(2).setCount(1, 3).setStage(), + LootEntry.fromItemStack().setWeight(20).setCount(4, 6).setStage(), + LootEntry.fromItemStack().setWeight(16).setCount(3, 7).setStage(), + LootEntry.fromItemStack().setWeight(3).setStage(), + LootEntry.fromItemStack().setWeight(1).setStage(), + LootEntry.fromItemStack().setWeight(1).setStage(), + LootEntry.fromItemStack().setWeight(1).setStage(), + LootEntry.fromItemStack().setWeight(1).addEnchantWithLevels(30, true).setStage(), + LootEntry.fromItemStack().setWeight(10).setQuality(2).setStage() + ], + "moms_spaghetti": [ + LootEntry.fromItemStack().setWeight(1).setChance(0.05).setStage() + ] + }, + "minecraft:chests/stronghold_crossing": { + "main": [ + LootEntry.fromItemStack().setWeight(10).setCount(1, 5).setStage(), + LootEntry.fromItemStack().setWeight(5).setCount(1, 3).setStage(), + LootEntry.fromItemStack().setWeight(5).setCount(4, 9).setStage(), + LootEntry.fromItemStack().setWeight(10).setCount(3, 8).setStage(), + LootEntry.fromItemStack().setWeight(15).setCount(1, 3).setStage(), + LootEntry.fromItemStack().setWeight(15).setCount(1, 3).setStage(), + LootEntry.fromItemStack().setWeight(1).setStage(), + LootEntry.fromItemStack().setWeight(1).addEnchantWithLevels(30, true).setStage() + ], + "moms_spaghetti": [ + LootEntry.fromItemStack().setWeight(1).setChance(0.05).setStage() + ] + }, + "minecraft:chests/end_city_treasure": { + "main": [ + LootEntry.fromItemStack().setWeight(5).setCount(2, 7).setStage(), + LootEntry.fromItemStack().setWeight(10).setCount(4, 8).setStage(), + LootEntry.fromItemStack().setWeight(15).setCount(2, 7).setStage(), + LootEntry.fromItemStack().setWeight(2).setCount(2, 6).setStage(), + LootEntry.fromItemStack().setWeight(5).setCount(1, 10).setStage(), + LootEntry.fromItemStack().setWeight(3).setStage(), + LootEntry.fromItemStack().setWeight(1).setStage(), + LootEntry.fromItemStack().setWeight(1).setStage(), + LootEntry.fromItemStack().setWeight(1).setStage(), + LootEntry.fromItemStack().setWeight(3).addEnchantWithLevels(20, 39, true).setStage(), + LootEntry.fromItemStack().setWeight(3).addEnchantWithLevels(20, 39, true).setStage(), + LootEntry.fromItemStack().setWeight(3).addEnchantWithLevels(20, 39, true).setStage(), + LootEntry.fromItemStack().setWeight(3).addEnchantWithLevels(20, 39, true).setStage(), + LootEntry.fromItemStack().setWeight(3).addEnchantWithLevels(20, 39, true).setStage(), + LootEntry.fromItemStack().setWeight(3).addEnchantWithLevels(20, 39, true).setStage(), + LootEntry.fromItemStack().setWeight(3).addEnchantWithLevels(20, 39, true).setStage(), + LootEntry.fromItemStack().setWeight(3).addEnchantWithLevels(20, 39, true).setStage(), + LootEntry.fromItemStack().setWeight(3).addEnchantWithLevels(20, 39, true).setStage(), + LootEntry.fromItemStack().setWeight(3).addEnchantWithLevels(20, 39, true).setStage(), + LootEntry.fromItemStack().setWeight(3).addEnchantWithLevels(20, 39, true).setStage(), + LootEntry.fromItemStack().setWeight(3).addEnchantWithLevels(20, 39, true).setStage(), + LootEntry.fromItemStack().setWeight(3).addEnchantWithLevels(20, 39, true).setStage(), + LootEntry.fromItemStack().setWeight(3).addEnchantWithLevels(20, 39, true).setStage() + ] + }, + "actuallyadditions:lush_caves": { + "main": [ + LootEntry.fromItemStack().setWeight(50).setStage(), + LootEntry.fromItemStack().setWeight(100).setCount(1, 12).setStage(), + LootEntry.fromItemStack().setWeight(30).setDamage(0.0, 0.25).setStage(), + LootEntry.fromItemStack().setWeight(25).setDamage(0.0, 0.25).setStage(), + LootEntry.fromItemStack().setWeight(20).setDamage(0.0, 0.25).setStage(), + LootEntry.fromItemStack().setWeight(15).setDamage(0.0, 0.25).setStage(), + LootEntry.fromItemStack().setWeight(10).setDamage(0.0, 0.25).setStage(), + LootEntry.fromItemStack().setDamage(0.0, 0.75).setWeight(50).setStage(), + LootEntry.fromItemStack().setDamage(0.0, 0.75).setWeight(50).setStage(), + LootEntry.fromItemStack().setDamage(0.0, 0.75).setWeight(50).setStage(), + LootEntry.fromItemStack().setDamage(0.0, 0.75).setWeight(50).setStage(), + LootEntry.fromItemStack().setWeight(4).setCount(1, 3).setStage(), + LootEntry.fromItemStack(, "actuallyadditions:item_crystal#0").setWeight(4).setCount(1, 3).setStage(), + LootEntry.fromItemStack(, "actuallyadditions:item_crystal#1").setWeight(4).setCount(1, 3).setStage(), + LootEntry.fromItemStack(, "actuallyadditions:item_crystal#2").setWeight(4).setCount(1, 3).setStage(), + LootEntry.fromItemStack(, "actuallyadditions:item_crystal#3").setWeight(4).setCount(1, 3).setStage(), + LootEntry.fromItemStack(, "actuallyadditions:item_crystal#4").setWeight(4).setCount(1, 3).setStage(), + LootEntry.fromItemStack().setWeight(1).setCount(1, 5).setStage(), + LootEntry.fromItemStack(, "actuallyadditions:block_crystal#0").setWeight(1).setCount(1, 5).setStage(), + LootEntry.fromItemStack(, "actuallyadditions:block_crystal#1").setWeight(1).setCount(1, 5).setStage(), + LootEntry.fromItemStack(, "actuallyadditions:block_crystal#2").setWeight(1).setCount(1, 5).setStage(), + LootEntry.fromItemStack(, "actuallyadditions:block_crystal#3").setWeight(1).setCount(1, 5).setStage(), + LootEntry.fromItemStack(, "actuallyadditions:block_crystal#4").setWeight(1).setCount(1, 5).setStage(), + LootEntry.fromItemStack().setWeight(20).setCount(1, 5).setStage(), + LootEntry.fromItemStack(, "actuallyadditions:item_misc_2").setWeight(5).setCount(1, 2).setStage() + ] + } +}; + +function init() { + for tableId, pools in earlyLootTables { + var lootTable = LootTable.editEarly(tableId); + + for poolName, entries in pools { + var lootPool = lootTable.getExistingPool(poolName); + lootPool.clear(); + + for entry in entries { + lootPool.addEntry(entry); + } + } + } + + for tableId, pools in lootTables { + var lootTable = LootTable.edit(tableId); + + for poolName, entries in pools { + var lootPool = lootTable.getExistingPool(poolName); + lootPool.clear(); + + for entry in entries { + lootPool.addEntry(entry); + } + } + } + + // Add liveroot, torchberries, and trollber to TF structure chest loot tables + var lootTable = LootTable.editAllMatching("^twilightforest:structures\\/(\\w+)\\/\\1") + .addPool("skyblock_resources", 0, 2, 0, 0) + .addEntry(LootEntry.fromItemStack().setCount(1, 5)) + .addEntry(LootEntry.fromItemStack().setCount(1, 5)) + .addEntry(LootEntry.fromItemStack().setCount(1, 5)) + .addEntry(LootEntry.empty(1)); +} diff --git a/scripts/crafttweaker/integrations/wood.zs b/scripts/crafttweaker/integrations/wood.zs new file mode 100644 index 0000000..63adac5 --- /dev/null +++ b/scripts/crafttweaker/integrations/wood.zs @@ -0,0 +1,299 @@ +/* + SevTech: Ages Wood Script + + This script handles adding/removing recipes for logs to planks. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +import crafttweaker.item.IIngredient; +import crafttweaker.item.IItemStack; + +import mods.betterwithmods.Kiln; +import mods.betterwithmods.Saw; +import mods.primaltech.WaterSaw; + +/* + This listing contains the pairs for the Logs -> Planks. +*/ +static plankLogPairs as IIngredient[][IItemStack] = { + : [ + , + + ], + : [ + + ], + : [ + + ], + : [ + + ], + : [ + , + , + , + , + , + + ], + : [ + , + , + , + , + , + + ], + : [ + , + , + + ], + : [ + , + + ], + : [ + , + , + + ], + : [ + , + , + + ], + : [ + , + + ], + : [ + + ], + : [ + + ], + : [ + + ], + : [ + + ], + : [ + + ], + : [ + + ], + : [ + + ], + : [ + + ], + : [ + + ], + : [ + + ], + : [ + + ], + : [ + + ], + : [ + , + + ], + : [ + , + + ], + : [ + + ], + : [ + , + + ], + : [ + + ], + : [ + + ], + : [ + , + + ], + : [ + , + + ], + : [ + + ], + : [ + , + , + + ], + : [ + , + + ], + : [ + + ], + : [ + + ], + : [ + + ], + : [ + + ], + : [ + + ], + : [ + + ] +}; + +/* + This array listing should only contain logs which don't have planks from the mod or don't make sense to convert to Vanilla Planks. + + This will then remove the log from processig recipes (in higher tech) to not turn out as chopping blocks. +*/ +static logsToRemove as IItemStack[] = [ + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + +]; + +static sawSlabs as IItemStack[IItemStack] = { + : , + : , + : , + : , + : , + : , + : , + : +}; + +function init() { + // Add the recipes needed. + for plank, logs in plankLogPairs { + for log in logs { + // Horse Power + horsePower.addChopping(plank * 4, log, 4, true); + horsePower.addChopping(plank * 4, log, 2, false); + + // Primal Tech + WaterSaw.addRecipe(plank, log, 80); + + // Mekanism + mekanism.removeSawmill(log); + + // For any recipes that need logs as an IItemStack. + for logItem in log.items { + // Better With Mods + Saw.builder() + .buildRecipe(log, [plank * 6, .firstItem * 2]) + .setInputBlockDrop(logItem as IItemStack) + .build(); + Kiln.builder() + .buildRecipe(log, []) + .setHeat(2) + .build(); + + // Mekanism + mekanism.addSawmill(logItem, plank * 6, .firstItem * 2, 0.25); + } + } + } + + // Remove the recipes for the log. + for log in logsToRemove { + mekanism.removeSawmill(log); + } + + // Better stick recipes. (Lower tech recipe to use slabs to convert to sticks before players unlock higher tech) + for slab in .items { + var hasThinSlab = false; + for slabWithThin in sawSlabs.keys { + if (slab.matches(slabWithThin)) { + hasThinSlab = true; + break; + } + } + + if !hasThinSlab { + Saw.builder() + .buildRecipe(slab, [ * 4]) + .build(); + } + } + + for slab, thinSlab in sawSlabs { + Saw.builder() + .buildRecipe(slab, [thinSlab * 2]) + .setInputBlockDrop(slab) + .build(); + + Saw.builder() + .buildRecipe(thinSlab, [ * 2] as IItemStack[]) + .setInputBlockDrop(thinSlab) + .build(); + } +} diff --git a/scripts/crafttweaker/itemModifiers/burnTime.zs b/scripts/crafttweaker/itemModifiers/burnTime.zs new file mode 100644 index 0000000..be8e9b7 --- /dev/null +++ b/scripts/crafttweaker/itemModifiers/burnTime.zs @@ -0,0 +1,16 @@ +/* + SevTech: Ages Burn Time & Temperature Modification Script + + This script allows modification of burn times and temperatures of liquids. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +import scripts.crafttweaker.craftingUtils; + +function init() { + // Gasoline + .definition.temperature = 350; + furnace.setFuel(craftingUtils.getBucketIngredient(), 75000); +} diff --git a/scripts/crafttweaker/itemModifiers/descriptions.zs b/scripts/crafttweaker/itemModifiers/descriptions.zs new file mode 100644 index 0000000..f89e62f --- /dev/null +++ b/scripts/crafttweaker/itemModifiers/descriptions.zs @@ -0,0 +1,278 @@ +/* + SevTech: Ages Item Descriptions Script + + This script allows for the addition of JEI Descriptions to ItemStacks. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +import crafttweaker.item.IItemStack; + +import mods.jei.JEI; + +static descriptionPairs as string[][IItemStack] = { + : [ + "Materials Needed:", + "4 x Null Modifier", + "16 x Structure Frame tier 1 or above", + "9 x Solar Cell of any type" + ], + : [ + "Materials Needed:", + "4 x Null Modifier", + "24 x Structure Frame tier 2 or above", + "25 x Solar Cell of any type" + ], + : [ + "Materials Needed:", + "8 x Null Modifier", + "32 x Structure Frame tier 3 or above", + "49 x Solar Cell of any type" + ], + : [ + "Materials Needed:", + "8 x Null Modifier", + "40 x Structure Frame tier 4 or above", + "81 x Solar Cell of any type" + ], + : [ + "Materials Needed:", + "12 x Null Modifier", + "48 x Structure Frame tier 5 or above", + "121 x Solar Cell of any type" + ], + : [ + "Materials Needed:", + "12 x Null Modifier", + "56 x Structure Frame tier 6 or above", + "169 x Solar Cell of any type" + ], + : [ + "Materials Needed:", + "24 x Structure Frame tier 1 or above", + "20 x Structure Panel", + "2 x Laser Core", + "1 x Laser Lens of any type" + ], + : [ + "Materials Needed:", + "4 x Null Modifier", + "32 x Structure Frame tier 2 or above", + "16 x Structure Panel", + "3 x Laser Core", + "1 x Laser Lens of any type" + ], + : [ + "Materials Needed:", + "8 x Null Modifier", + "56 x Structure Frame tier 3 or above", + "52 x Structure Panel", + "4 x Laser Core", + "1 x Laser Lens of any type" + ], + : [ + "Materials Needed:", + "12 x Null Modifier", + "56 x Structure Frame tier 4 or above", + "56 x Structure Panel", + "5 x Laser Core", + "1 x Laser Lens of any type" + ], + : [ + "Materials Needed:", + "16 x Null Modifier", + "72 x Structure Frame tier 5 or above", + "36 x Structure Panel", + "6 x Laser Core", + "1 x Laser Lens of any type" + ], + : [ + "Materials Needed:", + "20 x Null Modifier", + "92 x Structure Frame tier 6 or above", + "56 x Structure Panel", + "6 x Laser Core", + "1 x Laser Lens of any type" + ], + : [ + "Materials Needed:", + "24 x Structure Frame tier 1 or above", + "20 x Structure Panel", + "2 x Laser Core", + "1 x Laser Lens of any type" + ], + : [ + "Materials Needed:", + "4 x Null Modifier", + "32 x Structure Frame tier 2 or above", + "16 x Structure Panel", + "3 x Laser Core", + "1 x Laser Lens of any type" + ], + : [ + "Materials Needed:", + "8 x Null Modifier", + "56 x Structure Frame tier 3 or above", + "52 x Structure Panel", + "4 x Laser Core", + "1 x Laser Lens of any type" + ], + : [ + "Materials Needed:", + "12 x Null Modifier", + "56 x Structure Frame tier 4 or above", + "56 x Structure Panel", + "5 x Laser Core", + "1 x Laser Lens of any type" + ], + : [ + "Materials Needed:", + "16 x Null Modifier", + "72 x Structure Frame tier 5 or above", + "36 x Structure Panel", + "6 x Laser Core", + "1 x Laser Lens of any type" + ], + : [ + "Materials Needed:", + "20 x Null Modifier", + "92 x Structure Frame tier 6 or above", + "56 x Structure Panel", + "6 x Laser Core", + "1 x Laser Lens of any type" + ], + : [ + "Materials Needed:", + "24 x Structure Frame tier 1 or above", + "20 x Structure Panel", + "2 x Laser Core", + "1 x Laser Lens of any type" + ], + : [ + "Materials Needed:", + "4 x Null Modifier", + "32 x Structure Frame tier 2 or above", + "16 x Structure Panel", + "3 x Laser Core", + "1 x Laser Lens of any type" + ], + : [ + "Materials Needed:", + "8 x Null Modifier", + "56 x Structure Frame tier 3 or above", + "52 x Structure Panel", + "4 x Laser Core", + "1 x Laser Lens of any type" + ], + : [ + "Materials Needed:", + "12 x Null Modifier", + "56 x Structure Frame tier 4 or above", + "56 x Structure Panel", + "5 x Laser Core", + "1 x Laser Lens of any type" + ], + : [ + "Materials Needed:", + "16 x Null Modifier", + "72 x Structure Frame tier 5 or above", + "36 x Structure Panel", + "6 x Laser Core", + "1 x Laser Lens of any type" + ], + : [ + "Materials Needed:", + "20 x Null Modifier", + "92 x Structure Frame tier 6 or above", + "56 x Structure Panel", + "6 x Laser Core", + "1 x Laser Lens of any type" + ], + + : [ + "Materials Needed:", + "4 x Structure Frame tier 1 or above", + "3 x Lightning Rod", + "3 x Insulated Lightning Rod" + ], + : [ + "Materials Needed:", + "4 x Structure Frame tier 2 or above", + "4 x Lightning Rod", + "4 x Insulated Lightning Rod" + ], + : [ + "Materials Needed:", + "4 x Structure Frame tier 3 or above", + "5 x Lightning Rod", + "5 x Insulated Lightning Rod" + ], + : [ + "Materials Needed:", + "13 x Structure Frame tier 4 or above", + "4 x Lightning Rod", + "16 x Insulated Lightning Rod" + ], + : [ + "Materials Needed:", + "13 x Structure Frame tier 5 or above", + "6 x Lightning Rod", + "22 x Insulated Lightning Rod" + ], + : [ + "Materials Needed:", + "13 x Structure Frame tier 5 or above", + "8 x Lightning Rod", + "28 x Insulated Lightning Rod" + ], + + : [ + "Materials Needed:", + "4 x Null Modifier", + "20 x Structure Frame tier 1 or above", + "12 x Structure Panel" + ], + : [ + "Materials Needed:", + "8 x Null Modifier", + "36 x Structure Frame tier 2 or above", + "24 x Structure Panel" + ], + : [ + "Materials Needed:", + "12 x Null Modifier", + "56 x Structure Frame tier 3 or above", + "40 x Structure Panel" + ], + : [ + "Materials Needed:", + "16 x Null Modifier", + "80 x Structure Frame tier 4 or above", + "60 x Structure Panel" + ], + : [ + "Materials Needed:", + "20 x Null Modifier", + "108 x Structure Frame tier 5 or above", + "84 x Structure Panel" + ], + : [ + "Materials Needed:", + "24 x Null Modifier", + "140 x Structure Frame tier 5 or above", + "112 x Structure Panel" + ], + + : [ + "Found in Twilight Forest Caves, Worldgen,", + "Twilight Forest Loot Chests,", + "or via Bonsai Trees" + ] +}; + +function init() { + for item, descriptionArray in descriptionPairs { + JEI.addDescription(item, descriptionArray); + } +} diff --git a/scripts/crafttweaker/itemModifiers/durability.zs b/scripts/crafttweaker/itemModifiers/durability.zs new file mode 100644 index 0000000..37766eb --- /dev/null +++ b/scripts/crafttweaker/itemModifiers/durability.zs @@ -0,0 +1,186 @@ +/* + SevTech: Ages Durability Modification Script + + This script allows for the modification of an ItemStack's durability. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +import crafttweaker.item.IItemStack; + +static durabilityMap as int[IItemStack] = { + : 25, + + : 135, + + // Bone Tools + : 195, + : 195, + : 195, + : 195, + : 195, + + // Flint Tools + : 140, + : 140, + : 140, + : 100, + + // Wooden Tools + : 70, + : 70, + : 70, + : 70, + : 70, + + // Stone Tools + : 225, + : 225, + : 225, + : 225, + : 225, + + // Gold Tools + : 72, + : 72, + : 72, + : 72, + : 72, + + // Gold Armor + : 100, + : 165, + : 155, + : 95, + + // Tin + // Now for any mod that can provide these tools. GOD DAMNIT + // pickaxe_tin>: 240, + // axe_tin>: 240, + // shovel_tin>: 240, + // sword_tin>: 240, + // hoe_tin>: 240, + + // Copper Tools + // Same as tin. If we can get a mod that adds these tools use the values for them. + // pickaxe_copper>: 340, + // axe_copper>: 340, + // shovel_copper>: 340, + // hoe_copper>: 340, + // sword_copper>: 340, + + // Copper Armor + : 200, + : 375, + : 350, + : 175, + + // Bronze Armor + : 275, + : 450, + : 425, + : 250, + + // Iron Tools + : 450, + : 450, + : 450, + : 450, + : 450, + + // Iron Armor + : 275, + : 450, + : 425, + : 250, + + : 115, + : 165, + : 155, + : 105, + + : 275, + : 275, + : 275, + : 275, + : 275, + + // Armor + : 140, + : 168, + : 160, + : 140, + + : 75, + : 100, + : 95, + : 75, + + : 170, + : 650, + + : 825, + : 1350, + : 1275, + : 750, + + : 1000, + : 1500, + : 1450, + : 950, + + // Actually Additions + : 396, + : 576, + : 540, + : 468, + + : 396, + : 576, + : 540, + : 468, + + : 770, + : 1120, + : 1050, + : 910, + + : 264, + : 384, + : 360, + : 312, + + : 1320, + : 1920, + : 1800, + : 1560, + + : 396, + : 576, + : 540, + : 468, + + // Better Builder Wands + : 650, + : 1000, + : 3500, + + // Chisel + : 1500, + : 6500, + : 12500, + + : 64, + + // Dog Boots + : 260, + + : 1250 +}; + +function init() { + for item, durability in durabilityMap { + item.maxDamage = durability; + } +} diff --git a/scripts/crafttweaker/itemModifiers/hardness.zs b/scripts/crafttweaker/itemModifiers/hardness.zs new file mode 100644 index 0000000..188075a --- /dev/null +++ b/scripts/crafttweaker/itemModifiers/hardness.zs @@ -0,0 +1,50 @@ +/* + SevTech: Ages Hardness Modification Script + + This script allows for the modification of an ItemStack's hardness. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +import crafttweaker.item.IItemStack; + +static hardnessItems as float[IItemStack] = { + : 5, + : 3.5, + : 3.5, + : 5, + : 7, + : 3, + : 6, + : 4, + : 4, + : 3.5, + : 3.5, + : 3.5, + : 4, + : 6, + : 6, + : 6, + : 2, + : 2, + : 2, + : 2, + : 2, + : 2, + : 2, + : 2, + : 2, + : 2, + : 2, + : 2, + : 0.2, + : 2, + : 3 +}; + +function init() { + for item, hardness in hardnessItems { + item.hardness = hardness; + } +} diff --git a/scripts/crafttweaker/itemModifiers/harvestLevel.zs b/scripts/crafttweaker/itemModifiers/harvestLevel.zs new file mode 100644 index 0000000..57ce64f --- /dev/null +++ b/scripts/crafttweaker/itemModifiers/harvestLevel.zs @@ -0,0 +1,38 @@ +/* + SevTech: Ages Harvest Level Modification Script + + This script allows for the modification of an ItemStack's Harvest Level. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +import crafttweaker.block.IBlockDefinition; +import crafttweaker.item.IItemStack; + +// Set block pickaxe harvest level +static pickaxeLevelPairs as IItemStack[][int] = { + 1: [ + , + , + , + , + + ], + + 3: [ + , + , + , + + ] +}; + +function init() { + for pickaxeLevel, items in pickaxeLevelPairs { + for item in items { + var blockDefinition as IBlockDefinition = item.asBlock().definition; + blockDefinition.setHarvestLevel("pickaxe", pickaxeLevel); + } + } +} diff --git a/scripts/crafttweaker/itemModifiers/rename.zs b/scripts/crafttweaker/itemModifiers/rename.zs new file mode 100644 index 0000000..e61c92a --- /dev/null +++ b/scripts/crafttweaker/itemModifiers/rename.zs @@ -0,0 +1,45 @@ +/* + SevTech: Ages Item Renaming Script + + This script allows for the renaming of an item. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +import crafttweaker.item.IItemStack; + +static renameMap as string[IItemStack] = { + : "Wet Tanned Hide", + + : "Rice Flour", + + : "Flint Saw Blade", + + : "Jingles", + + : "Pulp", + + : "Golden Rod", + + : "Platinum Wand", + + //Space Platinum + : "Block of Space Platinum", + : "§9Space Platinum Ingot", + : "§9Compressed Space Platinum", + + //Chisel & Bits + : "Bit Chisel", + + : "JourneyMap Token", + + //Fixing Localization + : "Wolf Head" +}; + +function init() { + for item, displayName in renameMap { + item.displayName = displayName; + } +} diff --git a/scripts/crafttweaker/itemModifiers/tooltips.zs b/scripts/crafttweaker/itemModifiers/tooltips.zs new file mode 100644 index 0000000..f5f03a8 --- /dev/null +++ b/scripts/crafttweaker/itemModifiers/tooltips.zs @@ -0,0 +1,629 @@ +/* + SevTech: Ages Tooltips Modification Script + + This script allows modification of tooltips. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +import crafttweaker.formatting.IFormattedText; +import crafttweaker.item.IItemStack; + +static itemTooltipMap as IFormattedText[][IItemStack] = { + // ================================== + // Prospecting Rods + : [ + format.yellow("This tool may only be used"), + format.yellow("for ore in Age 1 and below"), + format.red("Will detect unlocked Ores"), + format.red("in a " ~ 48 ~ " block straight line") + ], + : [ + format.yellow("This tool may only be used"), + format.yellow("for ore in Age 2 and below"), + format.red("Will detect unlocked Ores"), + format.red("in a " ~ 48 ~ " block straight line") + ], + : [ + format.yellow("This tool may only be used"), + format.yellow("for Age 3 and below ore"), + format.red("Will detect unlocked Ores"), + format.red("in a " ~ 48 ~ " block straight line") + ], + : [ + format.yellow("This tool may only be used"), + format.yellow("for ore in Age 4 and below"), + format.red("Will detect unlocked Ores"), + format.red("in a " ~ 48 ~ " block straight line") + ], + : [ + format.yellow("This tool may only be used"), + format.yellow("for ore in Age 5 and below"), + format.red("Will detect unlocked Ores"), + format.red("in a " ~ 48 ~ " block straight line") + ], + + // ================================== + // Geolosys Ore Names for User Friendliness AKA I'm tired of using my brain to remember things + : [ + format.red("Iron Ore") + ], + : [ + format.red("Iron and Nickel Ore") + ], + : [ + format.red("Copper Ore") + ], + : [ + format.red("Copper Ore") + ], + : [ + format.red("Tin Ore") + ], + : [ + format.red("Tin Ore") + ], + : [ + format.red("Silver and Lead Ore") + ], + : [ + format.red("Aluminum Ore") + ], + : [ + format.red("Platinum Ore") + ], + : [ + format.red("Uranium Ore") + ], + : [ + format.red("Zinc Ore") + ], + : [ + format.red("Redstone Ore") + ], + : [ + format.red("Diamond Ore") + ], + : [ + format.red("Emerald Ore") + ], + + // ================================== + // Someone had to do it! xD + : [ + format.gold("Craftable") + ], + : [ + format.gold("Craftable") + ], + : [ + format.gold("Craftable") + ], + : [ + format.gold("Craftable") + ], + : [ + format.gold("Craftable") + ], + : [ + format.gold("Craftable") + ], + : [ + format.gold("Craftable") + ], + : [ + format.gold("Craftable") + ], + : [ + format.gold("Craftable") + ], + : [ + format.gold("Craftable") + ], + + // ================================== + // Environmental Tech Structures + // Lightning + : [ + format.aqua("Structure Size: 3x7x3") + ], + : [ + format.aqua("Structure Size: 3x9x3") + ], + : [ + format.aqua("Structure Size: 3x11x3") + ], + : [ + format.aqua("Structure Size: 3x13x3") + ], + : [ + format.aqua("Structure Size: 3x18x3") + ], + : [ + format.aqua("Structure Size: 3x23x3") + ], + + // Nano + : [ + format.aqua("Structure Size: 5x3x5") + ], + : [ + format.aqua("Structure Size: 7x4x7") + ], + : [ + format.aqua("Structure Size: 9x5x9") + ], + : [ + format.aqua("Structure Size: 11x6x11") + ], + : [ + format.aqua("Structure Size: 13x7x13") + ], + : [ + format.aqua("Structure Size: 15x8x15") + ], + + // Solar + : [ + format.aqua("Structure Size: 5x2x5") + ], + : [ + format.aqua("Structure Size: 7x2x7") + ], + : [ + format.aqua("Structure Size: 9x2x9") + ], + : [ + format.aqua("Structure Size: 11x2x11") + ], + : [ + format.aqua("Structure Size: 13x2x13") + ], + : [ + format.aqua("Structure Size: 15x2x15") + ], + + // Void Botanic Miner + : [ + format.aqua("Structure Size: 7x4x7") + ], + : [ + format.aqua("Structure Size: 7x5x7") + ], + : [ + format.aqua("Structure Size: 11x6x11") + ], + : [ + format.aqua("Structure Size: 11x7x11") + ], + : [ + format.aqua("Structure Size: 11x8x11") + ], + : [ + format.aqua("Structure Size: 13x8x13") + ], + + // Void Ore Miner + : [ + format.aqua("Structure Size: 7x4x7") + ], + : [ + format.aqua("Structure Size: 7x5x7") + ], + : [ + format.aqua("Structure Size: 11x6x11") + ], + : [ + format.aqua("Structure Size: 11x7x11") + ], + : [ + format.aqua("Structure Size: 11x8x11") + ], + : [ + format.aqua("Structure Size: 13x8x13") + ], + + // Void Res Miner + : [ + format.aqua("Structure Size: 7x4x7") + ], + : [ + format.aqua("Structure Size: 7x5x7") + ], + : [ + format.aqua("Structure Size: 11x6x11") + ], + : [ + format.aqua("Structure Size: 11x7x11") + ], + : [ + format.aqua("Structure Size: 11x8x11") + ], + : [ + format.aqua("Structure Size: 13x8x13") + ], + + // ================================== + // Galacticraft Schematic Helpful Hints + : [ + format.gray("Tier 1 treasure chests, found after completing tier 1 dungeons on the moon") + ], + : [ + format.gray("The Tier 2 Rocket Schematic can be found in Tier 1 treasure chests, found after completing the Moon Dungeon") + ], + + : [ + format.gray("The Tier 3 Rocket Schematic can be found in Tier 2 Treasure Chests which can sometimes be found after completing Mars Dungeons") + ], + : [ + format.gray("The schematic can be found in Tier 2 treasure chests, found after completing tier 2 dungeons") + ], + : [ + format.gray("Treasure item in a Tier 2 Treasure Chest after defeating the Creeper Boss") + ], + + : [ + format.gray("The schematic can be found in a Tier 4 Treasure Chest on Mercury") + ], + : [ + format.gray("The schematic can be found in a Tier 5 Treasure Chest on Jupiter") + ], + : [ + format.gray("The schematic can be found in a Tier 6 Treasure Chest on Saturn") + ], + : [ + format.gray("The schematic can be found in a Tier 7 Treasure Chest on Uranus") + ], + : [ + format.gray("The schematic can be found in a Tier 8 Treasure Chest on Neptune") + ], + : [ + format.gray("The schematic can be found in a Tier 9 Treasure Chest on Pluto") + ], + : [ + format.gray("The schematic can be found in a Tier 10 Treasure Chest on Eris") + ], + + : [ + format.gray("The schematic can be found in a Treasure Chest") + ], + : [ + format.gray("The schematic can be found in a Tier 4 Treasure Chest on Venus") + ], + + // ================================== + // Misc + : [ + format.red("Loved by Wild Bears!") + ], + + : [ + format.yellow("Comes with your car!"), + format.yellow("Press I in your car to obtain"), + format.yellow("Clone by crafting with iron") + ], + + : [ + format.red("An advanced Wooden Hopper") + ], + : [ + format.red("An advanced Wooden Hopper") + ], + + : [ + format.red("A Tom Hanks Style Boat") + ], + : [ + format.red("A Tom Hanks Style Boat") + ], + : [ + format.red("A Tom Hanks Style Boat") + ], + : [ + format.red("A Tom Hanks Style Boat") + ], + : [ + format.red("A Tom Hanks Style Boat") + ], + : [ + format.red("A Tom Hanks Style Boat") + ], + + : [ + format.red("Only has 400 total spawns!") + ], + + : [ + format.red("It's like a fancy bed!") + ], + + : [ + format.red("Needs heat source below") + ], + + : [ + format.red("Pipes items through a solid block") + ], + + : [ + format.red("Will literally melt away after"), + format.red("transporting HOT liquid") + ], + + : [ + format.red("Hold Mouse Button To Charge"), + format.red("Release to throw") + ], + + : [ + format.red("Right Click on fire source"), + format.red("or lit torch to light") + ], + + : [ + format.red("Used with the Work Stump"), + format.red("Right Click on Table to craft recipe") + ], + + : [ + format.red("Only used to repair tools") + ], + + : [ + format.red("Mulberry Trees rarely spawn in most biomes") + ], + + : [ + format.red("Needs a Crafting Rock"), + format.red("to craft recipes") + ], + : [ + format.red("Needs a Crafting Rock"), + format.red("to craft recipes") + ], + + : [ + format.red("Can not be repaired") + ], + : [ + format.red("Can not be repaired") + ], + + : [ + format.yellow("Upgrade for Industrial Foregoing Machines") + ], + : [ + format.yellow("Upgrade for Industrial Foregoing Machines") + ], + : [ + format.yellow("Upgrade for Industrial Foregoing Machines") + ], + : [ + format.yellow("Upgrade for Industrial Foregoing Machines") + ], + + : [ + format.yellow("Use the AstikorCarts Action"), + format.yellow("Key to attach to Horses") + ], + : [ + format.yellow("Use the AstikorCarts Action"), + format.yellow("Key to attach to Horses") + ], + : [ + format.yellow("Use the AstikorCarts Action"), + format.yellow("Key to attach to Horses") + ], + + : [ + format.red("Can not be repaired") + ], + : [ + format.red("Can not be repaired") + ], + : [ + format.red("Can not be repaired") + ], + : [ + format.red("Can not be repaired") + ], + : [ + format.red("Can not be repaired") + ], + : [ + format.red("Can not be repaired") + ], + + : [ + format.red("Repaired with Flint") + ], + + : [ + format.red("Right click with two"), + format.red("Wooden Gears in hand to Repair"), + format.red("Or craft back into a repaired block") + ], + + : [ + format.red("Eating this item will"), + format.red("unlock Advanced Mapping") + ], + + : [ + format.red("Can be found as Loot from chests in"), + format.red("Shrines, Cragrock Towers"), + format.red("and the Wight Fortress"), + format.red("or looted from bosses"), + format.red("and a rare drop chance"), + format.red("from certain Betweenlands enemies") + ], + + : [ + format.red("Only able to craft Age 4 items and below") + ], + : [ + format.red("Only able to craft Age 4 items and below") + ], + + : [ + format.red("Only able to craft Age 4 items and below") + ], + + : [ + format.red("Able to craft Age 5 items and below") + ], + : [ + format.red("Able to craft Age 5 items and below") + ], + : [ + format.red("Able to craft Age 5 items and below") + ], + + : [ + format.red("Able to craft Age 5 items and below") + ], + + : [ + format.red("Needed to power early machines"), + format.red("like the Mill Stone") + ], + + : [ + format.aqua("Use Hand Crank until kinetic"), + format.aqua("power is available") + ], + + : [ + format.red("Requires open sky above to function") + ], + : [ + format.red("Requires open sky above to function") + ], + : [ + format.red("Requires open sky above to function") + ], + : [ + format.red("Requires open sky above to function") + ], + : [ + format.red("Requires open sky above to function") + ], + : [ + format.red("Requires open sky above to function") + ], + : [ + format.red("Requires open sky above to function") + ], + + : [ + format.red("Not found in the world"), + format.red("Red Cedar is acquired via a Totemic Ceremony") + ], + : [ + format.red("Not found in the world"), + format.red("Red Cedar is acquired via a Totemic Ceremony") + ], + : [ + format.red("Not found in the world"), + format.red("Red Cedar is acquired via a Totemic Ceremony") + ], + : [ + format.red("Not found in the world"), + format.red("Red Cedar is acquired via a Totemic Ceremony") + ], + : [ + format.red("Not found in the world"), + format.red("Red Cedar is acquired via a Totemic Ceremony") + ], + + // Add tooltips to explain how to find eagles / obtain the eagle drops + : [ + format.red("Not found in the world"), + format.red("Eagles are spawned via a Totemic Ceremony") + ], + : [ + format.red("Not found in the world"), + format.red("Eagles are spawned via a Totemic Ceremony") + ], + + // Death Releated + : [ + format.red("Sneak on your grave to retrieve your items") + ], + : [ + format.aqua("Compasses obtained through player death or"), + format.aqua("from Player Skin Mobs") + ], + + // Space! + : [ + format.red("This machine will only work in space!") + ], + + // Creeping Moss + : [ + format.red("To change the Biome Type Shift-Click inside the biome you want the moss to be") + ], + + : [ + format.red("Needs a Redstone signal to light") + ], + + // Extra Planets space suit + : [ + format.red("Only requires power when modules are installed"), + format.red("can only be charged with an Energy Storage Module") + ], + : [ + format.red("Only requires power when modules are installed"), + format.red("can only be charged with an Energy Storage Module") + ], + : [ + format.red("Only requires power when modules are installed"), + format.red("can only be charged with an Energy Storage Module") + ], + : [ + format.red("Only requires power when modules are installed"), + format.red("can only be charged with an Energy Storage Module") + ], + + // Coralium + : [ + format.aqua("Consult Overworld Chapter in Forbidden Knowledge"), + format.aqua("in the Necromonicon for more information."), + format.aqua("Ore can be found underground in Ocean"), + format.aqua("and Swamp Biomes") + ], + : [ + format.aqua("Consult Overworld Chapter in Forbidden Knowledge"), + format.aqua("in the Necromonicon for more information."), + format.aqua("Ore can be found underground in Ocean"), + format.aqua("and Swamp Biomes") + ], + : [ + format.aqua("Glider"), + ], + : [ + format.red("When bees are inserted this will increase"), + format.red("crop growth in a 4 block radius,"), + format.red("breeds bees, and creates honeycomb") + ], + : [ + format.red("Found in Rustic Beehives around the world"), + format.red("Insert into Rustic Apiary") + ], + : [ + format.red("Found in Twilight Forest Caves, Worldgen,"), + format.red("Twilight Forest Loot Chests,"), + format.red("or via Bonsai Trees") + ] +}; + +function init() { + for item, tooltips in itemTooltipMap { + for tooltip in tooltips { + item.addTooltip(tooltip); + } + } +} diff --git a/scripts/crafttweaker/oredict/dyes.zs b/scripts/crafttweaker/oredict/dyes.zs new file mode 100644 index 0000000..0729e87 --- /dev/null +++ b/scripts/crafttweaker/oredict/dyes.zs @@ -0,0 +1,53 @@ +#priority 2600 + +/* + SevTech: Ages OreDict Dye Script. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +import crafttweaker.item.IItemStack; + +/* + Remove oredicts on dyes +*/ + +// This item does everything apparently.. +.remove(); + +// Add to then be removed +.add(); +.add(); + +// Flowers and Lapis no longer are just dye! +.remove(); + +.remove(); +.remove(); +.remove(); +.remove(); +.remove(); +.remove(); +.remove(); +.remove(); +.remove(); +.remove(); +.remove(); +.remove(); +.remove(); +.remove(); +.remove(); +.remove(); +.remove(); +.remove(); +.remove(); +.remove(); +.remove(); +.remove(); +.remove(); +.remove(); + +// Natura Dye +.add(); +.remove(); diff --git a/scripts/crafttweaker/oredict/food_plants.zs b/scripts/crafttweaker/oredict/food_plants.zs new file mode 100644 index 0000000..2b663c4 --- /dev/null +++ b/scripts/crafttweaker/oredict/food_plants.zs @@ -0,0 +1,85 @@ +#priority 2600 + +/* + SevTech: Ages OreDict Food / Plants Script. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +import crafttweaker.item.IItemStack; + +// There shall be one and only one FLOUR! +.remove(); +.add(); + +// Add the salts so our recipe loops work correctly on load. +.add(); +.add(); +.add(); +.add(); +.add(); +.add(); + +// Adding these to the list because THEY ARE COOKED MEAT AND WERE NOT ADDED >:O +.add(); +.add(); +.add(); +.add(); +.add(); +.add(); +.add(); +.add(); +.add(); +.add(); +.add(); + +.remove(); +.remove(); +.remove(); +.remove(); +.add(); +.add(); + +.remove(); + +/* + Seeds +*/ +// IF YOU MAKE A SEED ADD IT TO THE ALLSEEDS LIST! >:() +var seedOreDict = ; +var seeds = [ + , + , + , + , + , + , + , + , + , + //, + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + +] as IItemStack[]; + +for seed in seeds { + seedOreDict.add(seed); +} diff --git a/scripts/crafttweaker/oredict/metals.zs b/scripts/crafttweaker/oredict/metals.zs new file mode 100644 index 0000000..4b5d861 --- /dev/null +++ b/scripts/crafttweaker/oredict/metals.zs @@ -0,0 +1,19 @@ +#priority 2600 + +/* + SevTech: Ages OreDict Metals Script. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +.remove(); + +.remove(); +.remove(); + +// Add to oredict so it can be removed +.add(); + +// Remove Primal Metals (We don't need them and they'll cause confusion) +.remove(); diff --git a/scripts/crafttweaker/oredict/mods/buildcraft.zs b/scripts/crafttweaker/oredict/mods/buildcraft.zs new file mode 100644 index 0000000..58d5990 --- /dev/null +++ b/scripts/crafttweaker/oredict/mods/buildcraft.zs @@ -0,0 +1,14 @@ +#priority 2600 + +/* + SevTech: Ages OreDict Mod Script. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +.add(); +.add(); +.add(); +.add(); +.add(); diff --git a/scripts/crafttweaker/oredict/mods/chisel.zs b/scripts/crafttweaker/oredict/mods/chisel.zs new file mode 100644 index 0000000..122f174 --- /dev/null +++ b/scripts/crafttweaker/oredict/mods/chisel.zs @@ -0,0 +1,39 @@ +#priority 2600 + +/* + SevTech: Ages OreDict Mod Script. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +import crafttweaker.item.IItemStack; +import crafttweaker.oredict.IOreDictEntry; + +// Usage: : +var oreDictChiselPairs as IOreDictEntry[IItemStack] = { + : , + : , + : , + : , + : , + : , + : , + : , + : , + : , + : , + : , + : , + : , + : , + : , + : , + : +}; + +for chiselBlock, oreDict in oreDictChiselPairs { + for chiselBlockSubItem in chiselBlock.definition.subItems { + oreDict.remove(chiselBlockSubItem); + } +} diff --git a/scripts/crafttweaker/oredict/mods/extraplanets.zs b/scripts/crafttweaker/oredict/mods/extraplanets.zs new file mode 100644 index 0000000..a80c3f4 --- /dev/null +++ b/scripts/crafttweaker/oredict/mods/extraplanets.zs @@ -0,0 +1,27 @@ +#priority 2600 + +/* + SevTech: Ages OreDict Mod Script. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ + +// Heavy Oxygen Tanks +.add(); +.add(); +.add(); +.add(); +.add(); +.add(); +.add(); +.add(); +.add(); +.add(); +.add(); +.add(); +.add(); +.add(); +.add(); +.add(); diff --git a/scripts/crafttweaker/oredict/mods/galacticraft.zs b/scripts/crafttweaker/oredict/mods/galacticraft.zs new file mode 100644 index 0000000..5efc9b2 --- /dev/null +++ b/scripts/crafttweaker/oredict/mods/galacticraft.zs @@ -0,0 +1,17 @@ +#priority 2600 + +/* + SevTech: Ages OreDict Mod Script. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +.add(); + +// Remove Meteoric Iron Block from ore oredict... because... why... +.add(); +.remove(); + +// Add Raw Meteoric Iron to Ore Oredict since it and Fallen Meteor can behave the same. +.add(); diff --git a/scripts/crafttweaker/oredict/mods/mekanism.zs b/scripts/crafttweaker/oredict/mods/mekanism.zs new file mode 100644 index 0000000..4261206 --- /dev/null +++ b/scripts/crafttweaker/oredict/mods/mekanism.zs @@ -0,0 +1,106 @@ +#priority 2600 + +/* + SevTech: Ages OreDict Mod Script. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ + +// Ores +.add(); +.add(); +.add(); + +// Copper +.add(); +.add(); +.add(); +.add(); +.add(); +.add(); +.add(); +.add(); + +// Gold +.add(); +.add(); +.add(); +.add(); +.add(); + +// Iron +.add(); +.add(); +.add(); +.add(); +.add(); + +// Lead +.add(); +.add(); +.add(); +.add(); +.add(); + +// Osmium +.add(); +.add(); +.add(); +.add(); +.add(); +.add(); +.add(); +.add(); + +// Silver +.add(); +.add(); +.add(); +.add(); +.add(); + +// Tin +.add(); +.add(); +.add(); +.add(); +.add(); +.add(); +.add(); +.add(); + +// Refined Obsidian +.add(); +.add(); +.add(); +.add(); + +// Refined Glowstone +.add(); +.add(); +.add(); + +// Bronze +.add(); +.add(); +.add(); + +// Misc +.add(); +.add(); +.add(); +.add(); +.add(); +.add(); +.add(); +.add(); +.add(); +.add(); +.add(); +.add(); +.add(); +.add(); +.add(); +.add(); diff --git a/scripts/crafttweaker/oredict/mods/mystical_agriculture.zs b/scripts/crafttweaker/oredict/mods/mystical_agriculture.zs new file mode 100644 index 0000000..fc8a7ff --- /dev/null +++ b/scripts/crafttweaker/oredict/mods/mystical_agriculture.zs @@ -0,0 +1,102 @@ +#priority 2600 + +/* + SevTech: Ages OreDict Mod Script. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +import crafttweaker.item.IItemStack; + +var essenceCrops as IItemStack[] = [ + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + +]; + +for crop in essenceCrops { + .add(crop); +} diff --git a/scripts/crafttweaker/oredict/mods/primal.zs b/scripts/crafttweaker/oredict/mods/primal.zs new file mode 100644 index 0000000..920fd9d --- /dev/null +++ b/scripts/crafttweaker/oredict/mods/primal.zs @@ -0,0 +1,14 @@ +#priority 2600 + +/* + SevTech: Ages OreDict Mod Script. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +.remove(); +.remove(); +.remove(); +// Yew stick was not set as oredict stick. fixed to allow use in all stick recipes (#4267) +.add(); diff --git a/scripts/crafttweaker/oredict/mods/refined_storage.zs b/scripts/crafttweaker/oredict/mods/refined_storage.zs new file mode 100644 index 0000000..9c8af67 --- /dev/null +++ b/scripts/crafttweaker/oredict/mods/refined_storage.zs @@ -0,0 +1,10 @@ +#priority 2600 + +/* + SevTech: Ages OreDict Mod Script. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +.add(); diff --git a/scripts/crafttweaker/oredict/mods/tinkers.zs b/scripts/crafttweaker/oredict/mods/tinkers.zs new file mode 100644 index 0000000..df3edfe --- /dev/null +++ b/scripts/crafttweaker/oredict/mods/tinkers.zs @@ -0,0 +1,11 @@ +#priority 2600 + +/* + SevTech: Ages OreDict Mod Script. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +.add(); +.add(); diff --git a/scripts/crafttweaker/oredict/ores.zs b/scripts/crafttweaker/oredict/ores.zs new file mode 100644 index 0000000..5e9d2e4 --- /dev/null +++ b/scripts/crafttweaker/oredict/ores.zs @@ -0,0 +1,86 @@ +#priority 2550 + +/* + SevTech: Ages OreDict Ores Script. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ + +/* + Geolosys Ores +*/ +.add(); +.add(); +.add(); +.add(); +.add(); +.add(); +.add(); +.add(); +.add(); +.add(); +.add(); +.add(); +.add(); +.add(); +.add(); +.add(); +.add(); +.add(); +.add(); +.add(); +.add(); + +// Register all geolosys clusters with unique oredict entries (used by the IE excavator) +.add(); +.add(); +.add(); +.add(); +.add(); +.add(); +.add(); +.add(); +.add(); +.add(); +.add(); + +// Remove ore oredict on geolosys-styled CoT ores. +.remove(); + +// Remove Geolosys Zinc ore from oredict +.remove(); + +/* + Oredicts for Scannable +*/ +.add(); +.add(); +.add(); + +// Add oredict to GC Ores missing them +.add(); +.add(); +.add(); +.add(); +.add(); +.add(); +.add(); +.add(); +.add(); + +// Add this oredict to differentiate between the two ores +.add(); + +// Space Platinum +.remove(); +.add(); +.remove(); +.add(); +.remove(); +.add(); + +// Black Quartz +.remove(); +.remove(); diff --git a/scripts/crafttweaker/oredict/other.zs b/scripts/crafttweaker/oredict/other.zs new file mode 100644 index 0000000..e533707 --- /dev/null +++ b/scripts/crafttweaker/oredict/other.zs @@ -0,0 +1,102 @@ +#priority 2600 + +/* + SevTech: Ages OreDict Other Script. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +import crafttweaker.item.IItemStack; + +/* + Misc +*/ +.add(); + +// Due to this, adobe will be crafted using compost rather than dung +// Doing it this way allows the full range of adobe to be crafted +// See https://ftb.gamepedia.com/Adobe +.remove(); +.add(); +.remove(); +.add(); + +.add(); +.add(); +.add(); +.add(); +.add(); +.add(); + +// AS Crystal +.add(); +.add(); +.add(); + +// Hide +.remove(); +.remove(); + +// Fiery bottles +.add(); +.add(); + +// Natura oredicts glass wrong +.remove(); +.remove(); +.add(); + +// Sulfur +.remove(); +.add(); + +//Processors +.add(); +.add(); +.add(); + +// Quartz Dust +.add(); //Certus Quartz +.remove(); // No need for two nether quartz dusts +.remove(); // same as above + +// Add BWM Diamond Nugget to be removed in unification +.add(); + +// Remove Cut Leather oredict +.remove(); +.remove(); + +// The Betweenlands +.add(); +.add(); +.add(); +.add(); +.add(); +.add(); +.add(); +.add(); + +// Cobblestone Slab +.add(); +.add(); +.add(); +.add(); + +// String +.add(); + +// Fibre Torch +.add(); +.add(); +.add(); + +// Someone removed this. So let's add it back! +for item in .definition.subItems { + .add(item); +} +.add(); + +//Volarleaves added to lily pad ore dict +.add(); diff --git a/scripts/crafttweaker/oredict/plastics.zs b/scripts/crafttweaker/oredict/plastics.zs new file mode 100644 index 0000000..7e195ba --- /dev/null +++ b/scripts/crafttweaker/oredict/plastics.zs @@ -0,0 +1,39 @@ +#priority 2600 + +/* + SevTech: Ages OreDict Plactic Script. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +import crafttweaker.item.IItemStack; + +/* + Plastics +*/ +var coloredPlastics as IItemStack[string] = { + black: , + red: , + green: , + brown: , + blue: , + purple: , + cryan: , + lightGray: , + gray: , + pink: , + lime: , + yellow: , + lightBlue: , + magenta: , + orange: , + white: +}; + +for color, plastic in coloredPlastics { + oreDict.get("plastic" + color).remove(plastic); + + .add(plastic); + oreDict.get("plasticColored" + color).add(plastic); +} diff --git a/scripts/crafttweaker/oredict/post_unify/base.zs b/scripts/crafttweaker/oredict/post_unify/base.zs new file mode 100644 index 0000000..1ea3ce6 --- /dev/null +++ b/scripts/crafttweaker/oredict/post_unify/base.zs @@ -0,0 +1,32 @@ +#priority 2501 + +/* + SevTech: Ages Post Unifiy Script. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +import crafttweaker.item.IIngredient; + +var allDyes as IIngredient = + | + | + | + | + | + | + | + | + | + | + | + | + | + | + | + ; + +for dyeItem in allDyes.items { + .add(dyeItem); +} diff --git a/scripts/crafttweaker/oredict/tools.zs b/scripts/crafttweaker/oredict/tools.zs new file mode 100644 index 0000000..7e910cf --- /dev/null +++ b/scripts/crafttweaker/oredict/tools.zs @@ -0,0 +1,52 @@ +#priority 2600 + +/* + SevTech: Ages OreDict Tools Script. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +import crafttweaker.item.IItemStack; + +/* + Shears +*/ +var shears as IItemStack[] = [ + , + , + , + , + , + , + , + , + , + , + , + +]; + +for shear in shears { + .add(shear); + .add(shear); +} + +/* + Actually Additions Drills +*/ +for i in 0 to 16 { + var drill = .definition.makeStack(i); + .add(drill); +} + +// Knightminer made me do it! XD +.add(); +.add(); + +// AE Wrenches +.add(); +.add(); + +// Certus Quartz Charged (This is for IE Excavator support) +.add(); diff --git a/scripts/crafttweaker/oredict/tweaks/barrels.zs b/scripts/crafttweaker/oredict/tweaks/barrels.zs new file mode 100644 index 0000000..6b37336 --- /dev/null +++ b/scripts/crafttweaker/oredict/tweaks/barrels.zs @@ -0,0 +1,56 @@ +#priority 2600 + +// The barrel oredicts don't work correctly at present as the removed planks are readded at some stage after +// this script is run. + +/* + SevTech: Ages Barrels Tweaks Script. + + This allows other wood types to be used when trying to craft the Primal Barrels. + We can get around this by changing the oak barrel to use a custom OreDict w/o the main + woods so people can still craft the other ones. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +// import crafttweaker.item.IItemStack; +// import crafttweaker.oredict.IOreDictEntry; + +// var oreBarrelPlank as IOreDictEntry = ; +// oreBarrelPlank.addAll(); + +// var removeFromWoodDict as IItemStack[] = [ +// , +// , +// , +// , +// , +// , +// , +// , +// +// ]; + +// for plankName in removeFromWoodDict { +// oreBarrelPlank.remove(plankName); +// } + +// var oreBarrelSlab as IOreDictEntry = ; +// oreBarrelSlab.addAll(); + +// var removeFromSlabDict as IItemStack[] = [ +// , +// , +// , +// , +// , +// , +// , +// , +// +// ]; + +// for slabName in removeFromSlabDict { +// oreBarrelSlab.remove(slabName); +// } diff --git a/scripts/crafttweaker/oredict/tweaks/metal_rod_recipe_fix.zs b/scripts/crafttweaker/oredict/tweaks/metal_rod_recipe_fix.zs new file mode 100644 index 0000000..b2726cc --- /dev/null +++ b/scripts/crafttweaker/oredict/tweaks/metal_rod_recipe_fix.zs @@ -0,0 +1,20 @@ +#priority 2401 + +/* + SevTech: Ages ore:stickX to ore:rodX Script. + + This is at priority 2401 so this runs after the metal unification + and works in conjunction with oredict.metal-stick-to-rods.zs + which is seperated because of priority reasons + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +import scripts.crafttweaker.utils.capitalize; + +for metalName, metal in metals { + if (metal.rod as bool) { + oreDict.get("stick" + capitalize(metalName)).mirror(metal.rod); + } +} diff --git a/scripts/crafttweaker/oredict/tweaks/metal_stick_to_rods.zs b/scripts/crafttweaker/oredict/tweaks/metal_stick_to_rods.zs new file mode 100644 index 0000000..a915076 --- /dev/null +++ b/scripts/crafttweaker/oredict/tweaks/metal_stick_to_rods.zs @@ -0,0 +1,27 @@ +#priority 2600 + +/* + SevTech: Ages ore:stickX ore:rodX Script. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +import crafttweaker.oredict.IOreDictEntry; + +var metalStickPairs as IOreDictEntry[][] = [ + [, ], + [, ], + [, ], + [, ], + [, ], + [, ], + [, ], + [, ], +]; + +for pair in metalStickPairs { + for item in pair[0].items { + pair[1].add(item); + } +} diff --git a/scripts/crafttweaker/oredict/wood.zs b/scripts/crafttweaker/oredict/wood.zs new file mode 100644 index 0000000..87f8911 --- /dev/null +++ b/scripts/crafttweaker/oredict/wood.zs @@ -0,0 +1,162 @@ +#priority 2605 + +/* + SevTech: Ages OreDict Wood Script. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ + +/* + Wood Logs +*/ + +// Remove wildcard +.remove(); +.remove(); +.remove(); +.remove(); +.remove(); +.remove(); +.remove(); +.remove(); +.remove(); + +// Add subblocks of wildcarded ones +.add(); +.add(); +.add(); +.add(); +.add(); +.add(); +.add(); +.add(); +.add(); +.add(); +.add(); +.add(); +.add(); +.add(); +.add(); +.add(); +.add(); +.add(); +.add(); +.add(); +.add(); +.add(); +.add(); +.add(); +.add(); +.add(); +.add(); +.add(); +.add(); +.add(); + +// Add these to ensure theyre in oredict at CrT time +.add(); +.add(); +.add(); +.add(); +.add(); + +// Add to oredict +.add(); +.add(); +.add(); +.add(); +.add(); +.add(); +.add(); +.add(); +.add(); +.add(); +.add(); +.add(); +.add(); +.add(); +.add(); +.add(); +.add(); +.add(); +.add(); +.add(); +.add(); +.add(); + +/* + Wood Planks +*/ + +// Add these to ensure theyre in oredict at CrT time +.add(); +.add(); +.add(); +.add(); + +// Remove from oredict +.add(); + +// Add to oredict +.add(); +.add(); +.add(); +.add(); +.add(); +.add(); +.add(); +.add(); +.add(); +.add(); +.add(); +.add(); +.add(); + + +/* + Bark Wood +*/ +.add(); + +/* + Slab Wood +*/ +.add(); +.add(); +.add(); +.add(); +.add(); +.add(); +.add(); +.add(); +.add(); +.add(); +.add(); + +/* + Sticks +*/ + +// Add sticks to oredict so we can unify +.add(); +.add(); +.add(); +.add(); +.add(); +.add(); +.add(); +.add(); +.add(); +.add(); +.add(); +.add(); +.add(); +.add(); +.add(); + +/* + Misc +*/ +.add(); diff --git a/scripts/crafttweaker/postInit.zs b/scripts/crafttweaker/postInit.zs new file mode 100644 index 0000000..de9b134 --- /dev/null +++ b/scripts/crafttweaker/postInit.zs @@ -0,0 +1,331 @@ +#priority -100 + +/* + SevTech: Ages Run (postInit) Script + + This script is the main runner for the pack. This file should ONLY be + modified if you know what you are doing. Changing anything in here could cause + potential script failures and game breaking issues. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +import mods.zenstages.ZenStager; + +// ================================== +// Initialize Scripts +initResources(); +initSpecificStaging(); +initItemsAndRecipesStaging(); +initEvents(); +initItemModifiers(); +initRecipes(); +initIntegrations(); + +// ================================== +// Build the Stages +ZenStager.buildAll(); + +initOverrides(); + +// ================================== +// Init Functions +function initResources() { + var resources as scripts.crafttweaker.classes.resources.resources.Resources = scripts.crafttweaker.classes.resources.resources.Resources(); + + for metalName, metal in metals { + resources.processMetal(metalName, metal); + } + for metal, cluster in clusters { + resources.processCluster(metal, cluster); + } + + // Init the custom resources script. + scripts.crafttweaker.resources.custom.init(); +} + +function initSpecificStaging() { + // Staging Specific Scripts + scripts.crafttweaker.staging.containers.init(); + scripts.crafttweaker.staging.dimensions.init(); + scripts.crafttweaker.staging.enchantments.init(); + scripts.crafttweaker.staging.journeymap.init(); + scripts.crafttweaker.staging.liquidAndGas.init(); + scripts.crafttweaker.staging.mobGear.init(); + scripts.crafttweaker.staging.mobs.init(); + scripts.crafttweaker.staging.multiblock.immersiveEngineering.init(); + scripts.crafttweaker.staging.ores.init(); + scripts.crafttweaker.staging.tinkers.init(); + scripts.crafttweaker.staging.waila.init(); +} + +function initItemsAndRecipesStaging() { + // ================================== + // Staging Items and Recipes + scripts.crafttweaker.staging.itemsAndRecipes.misc.init(); + scripts.crafttweaker.staging.itemsAndRecipes.modId.init(); + scripts.crafttweaker.staging.itemsAndRecipes.oredict.init(); + scripts.crafttweaker.staging.itemsAndRecipes.stages.init(); + + // ================================== + // Staging Mod's Items and Recipes + scripts.crafttweaker.staging.itemsAndRecipes.mods.abyssalcraft.init(); + scripts.crafttweaker.staging.itemsAndRecipes.mods.actuallyadditions.init(); + scripts.crafttweaker.staging.itemsAndRecipes.mods.animalium.init(); + scripts.crafttweaker.staging.itemsAndRecipes.mods.antiqueatlas.init(); + scripts.crafttweaker.staging.itemsAndRecipes.mods.appliedenergistics2.init(); + scripts.crafttweaker.staging.itemsAndRecipes.mods.astikorCarts.init(); + scripts.crafttweaker.staging.itemsAndRecipes.mods.astralsorcery.init(); + scripts.crafttweaker.staging.itemsAndRecipes.mods.beneath.init(); + scripts.crafttweaker.staging.itemsAndRecipes.mods.betterbuilderswands.init(); + scripts.crafttweaker.staging.itemsAndRecipes.mods.betterwithaddons.init(); + scripts.crafttweaker.staging.itemsAndRecipes.mods.betterwithmods.init(); + scripts.crafttweaker.staging.itemsAndRecipes.mods.bibliocraft.init(); + scripts.crafttweaker.staging.itemsAndRecipes.mods.bloodmagic.init(); + scripts.crafttweaker.staging.itemsAndRecipes.mods.bonsaitrees.init(); + scripts.crafttweaker.staging.itemsAndRecipes.mods.buildcraft.init(); + scripts.crafttweaker.staging.itemsAndRecipes.mods.buildinggadgets.init(); + scripts.crafttweaker.staging.itemsAndRecipes.mods.car.init(); + scripts.crafttweaker.staging.itemsAndRecipes.mods.ceramics.init(); + scripts.crafttweaker.staging.itemsAndRecipes.mods.chargers.init(); + scripts.crafttweaker.staging.itemsAndRecipes.mods.chisel.init(); + scripts.crafttweaker.staging.itemsAndRecipes.mods.chiselsandbits.init(); + scripts.crafttweaker.staging.itemsAndRecipes.mods.conarm.init(); + scripts.crafttweaker.staging.itemsAndRecipes.mods.contenttweaker.init(); + scripts.crafttweaker.staging.itemsAndRecipes.mods.cookingforblockheads.init(); + scripts.crafttweaker.staging.itemsAndRecipes.mods.cyclicmagic.init(); + scripts.crafttweaker.staging.itemsAndRecipes.mods.darkutils.init(); + scripts.crafttweaker.staging.itemsAndRecipes.mods.deathCompass.init(); + scripts.crafttweaker.staging.itemsAndRecipes.mods.dungpipe.init(); + scripts.crafttweaker.staging.itemsAndRecipes.mods.emberroot.init(); + scripts.crafttweaker.staging.itemsAndRecipes.mods.enderstorage.init(); + scripts.crafttweaker.staging.itemsAndRecipes.mods.enderutilities.init(); + scripts.crafttweaker.staging.itemsAndRecipes.mods.environmentaltech.init(); + scripts.crafttweaker.staging.itemsAndRecipes.mods.extendedcrafting.init(); + scripts.crafttweaker.staging.itemsAndRecipes.mods.extraplanets.init(); + scripts.crafttweaker.staging.itemsAndRecipes.mods.farmingforblockheads.init(); + scripts.crafttweaker.staging.itemsAndRecipes.mods.fatCat.init(); + scripts.crafttweaker.staging.itemsAndRecipes.mods.ferdinandsflowers.init(); + scripts.crafttweaker.staging.itemsAndRecipes.mods.galacticraft.init(); + scripts.crafttweaker.staging.itemsAndRecipes.mods.geolosys.init(); + scripts.crafttweaker.staging.itemsAndRecipes.mods.guideapi.init(); + scripts.crafttweaker.staging.itemsAndRecipes.mods.horsepower.init(); + scripts.crafttweaker.staging.itemsAndRecipes.mods.huntingdim.init(); + scripts.crafttweaker.staging.itemsAndRecipes.mods.immcraft.init(); + scripts.crafttweaker.staging.itemsAndRecipes.mods.immersiveengineering.init(); + scripts.crafttweaker.staging.itemsAndRecipes.mods.immersivepetroleum.init(); + scripts.crafttweaker.staging.itemsAndRecipes.mods.immersivetech.init(); + scripts.crafttweaker.staging.itemsAndRecipes.mods.improvedbackpacks.init(); + scripts.crafttweaker.staging.itemsAndRecipes.mods.indlog.init(); + scripts.crafttweaker.staging.itemsAndRecipes.mods.industrialforegoing.init(); + scripts.crafttweaker.staging.itemsAndRecipes.mods.infoaccessories.init(); + scripts.crafttweaker.staging.itemsAndRecipes.mods.ironbackpacks.init(); + scripts.crafttweaker.staging.itemsAndRecipes.mods.ironchest.init(); + scripts.crafttweaker.staging.itemsAndRecipes.mods.ironjetpacks.init(); + scripts.crafttweaker.staging.itemsAndRecipes.mods.jaff.init(); + scripts.crafttweaker.staging.itemsAndRecipes.mods.jarm.init(); + scripts.crafttweaker.staging.itemsAndRecipes.mods.mekanism.init(); + scripts.crafttweaker.staging.itemsAndRecipes.mods.minecraft.init(); + scripts.crafttweaker.staging.itemsAndRecipes.mods.mobGrindingUtils.init(); + scripts.crafttweaker.staging.itemsAndRecipes.mods.modularmachinery.init(); + scripts.crafttweaker.staging.itemsAndRecipes.mods.mundaneredstone.init(); + scripts.crafttweaker.staging.itemsAndRecipes.mods.mysticalagradditions.init(); + scripts.crafttweaker.staging.itemsAndRecipes.mods.mysticalagriculture.init(); + scripts.crafttweaker.staging.itemsAndRecipes.mods.natura.init(); + scripts.crafttweaker.staging.itemsAndRecipes.mods.naturescompass.init(); + scripts.crafttweaker.staging.itemsAndRecipes.mods.nex.init(); + scripts.crafttweaker.staging.itemsAndRecipes.mods.oeintegration.init(); + scripts.crafttweaker.staging.itemsAndRecipes.mods.overloaded.init(); + scripts.crafttweaker.staging.itemsAndRecipes.mods.pickletweaks.init(); + scripts.crafttweaker.staging.itemsAndRecipes.mods.pneumaticcraft.init(); + scripts.crafttweaker.staging.itemsAndRecipes.mods.poweradapters.init(); + scripts.crafttweaker.staging.itemsAndRecipes.mods.primal.init(); + scripts.crafttweaker.staging.itemsAndRecipes.mods.primalTech.init(); + scripts.crafttweaker.staging.itemsAndRecipes.mods.primalchests.init(); + scripts.crafttweaker.staging.itemsAndRecipes.mods.progressiontweaks.init(); + scripts.crafttweaker.staging.itemsAndRecipes.mods.prospectors.init(); + scripts.crafttweaker.staging.itemsAndRecipes.mods.quantumstorage.init(); + scripts.crafttweaker.staging.itemsAndRecipes.mods.quark.init(); + scripts.crafttweaker.staging.itemsAndRecipes.mods.rangedpumps.init(); + scripts.crafttweaker.staging.itemsAndRecipes.mods.rebornstorage.init(); + scripts.crafttweaker.staging.itemsAndRecipes.mods.refinedstorage.init(); + scripts.crafttweaker.staging.itemsAndRecipes.mods.refinedstorageaddons.init(); + scripts.crafttweaker.staging.itemsAndRecipes.mods.rftools.init(); + scripts.crafttweaker.staging.itemsAndRecipes.mods.rustic.init(); + scripts.crafttweaker.staging.itemsAndRecipes.mods.simpletomb.init(); + scripts.crafttweaker.staging.itemsAndRecipes.mods.simplyarrows.init(); + scripts.crafttweaker.staging.itemsAndRecipes.mods.spartanshields.init(); + scripts.crafttweaker.staging.itemsAndRecipes.mods.stevescarts.init(); + scripts.crafttweaker.staging.itemsAndRecipes.mods.storagedrawers.init(); + scripts.crafttweaker.staging.itemsAndRecipes.mods.supersoundmuffler.init(); + scripts.crafttweaker.staging.itemsAndRecipes.mods.tallgates.init(); + scripts.crafttweaker.staging.itemsAndRecipes.mods.tcomplement.init(); + scripts.crafttweaker.staging.itemsAndRecipes.mods.tconstruct.init(); + scripts.crafttweaker.staging.itemsAndRecipes.mods.teslacorelib.init(); + scripts.crafttweaker.staging.itemsAndRecipes.mods.thebetweenlands.init(); + scripts.crafttweaker.staging.itemsAndRecipes.mods.totemic.init(); + scripts.crafttweaker.staging.itemsAndRecipes.mods.translocators.init(); + scripts.crafttweaker.staging.itemsAndRecipes.mods.traverse.init(); + scripts.crafttweaker.staging.itemsAndRecipes.mods.trumpetskeleton.init(); + scripts.crafttweaker.staging.itemsAndRecipes.mods.twilightforest.init(); + scripts.crafttweaker.staging.itemsAndRecipes.mods.valkyrielib.init(); + scripts.crafttweaker.staging.itemsAndRecipes.mods.vc.init(); + scripts.crafttweaker.staging.itemsAndRecipes.mods.waterstrainer.init(); + scripts.crafttweaker.staging.itemsAndRecipes.mods.weirdinggadget.init(); + scripts.crafttweaker.staging.itemsAndRecipes.mods.witherskelefix.init(); + scripts.crafttweaker.staging.itemsAndRecipes.mods.wopper.init(); + scripts.crafttweaker.staging.itemsAndRecipes.mods.xnet.init(); + scripts.crafttweaker.staging.itemsAndRecipes.mods.yoyos.init(); +} + +function initRecipes() { + // ================================== + // Core Recipe Script + scripts.crafttweaker.recipes.remove.init(); + scripts.crafttweaker.recipes.resources.init(); + + // ================================== + // Mod Recipes + scripts.crafttweaker.recipes.mods.abyssalcraft.init(); + scripts.crafttweaker.recipes.mods.actuallyadditions.init(); + scripts.crafttweaker.recipes.mods.animalium.init(); + scripts.crafttweaker.recipes.mods.antiqueatlas.init(); + scripts.crafttweaker.recipes.mods.appliedenergistics.init(); + scripts.crafttweaker.recipes.mods.astikorCarts.init(); + scripts.crafttweaker.recipes.mods.astralsorcery.init(); + scripts.crafttweaker.recipes.mods.betterbuilderswands.init(); + scripts.crafttweaker.recipes.mods.betterwithaddons.init(); + scripts.crafttweaker.recipes.mods.betterwithmods.init(); + scripts.crafttweaker.recipes.mods.bibliocraft.init(); + scripts.crafttweaker.recipes.mods.bloodmagic.init(); + scripts.crafttweaker.recipes.mods.buildcraft.init(); + scripts.crafttweaker.recipes.mods.buildinggadgets.init(); + scripts.crafttweaker.recipes.mods.car.init(); + scripts.crafttweaker.recipes.mods.ceramics.init(); + scripts.crafttweaker.recipes.mods.chisel.init(); + scripts.crafttweaker.recipes.mods.chiselsandbits.init(); + scripts.crafttweaker.recipes.mods.contenttweaker.init(); + scripts.crafttweaker.recipes.mods.cookingforblockheads.init(); + scripts.crafttweaker.recipes.mods.cyclicmagic.init(); + scripts.crafttweaker.recipes.mods.darkutils.init(); + scripts.crafttweaker.recipes.mods.deathCompass.init(); + scripts.crafttweaker.recipes.mods.dungpipe.init(); + scripts.crafttweaker.recipes.mods.enderutilities.init(); + scripts.crafttweaker.recipes.mods.extendedcrafting.init(); + scripts.crafttweaker.recipes.mods.extraplanets.init(); + scripts.crafttweaker.recipes.mods.farmingforblockheads.init(); + scripts.crafttweaker.recipes.mods.ferdinandsflowers.init(); + scripts.crafttweaker.recipes.mods.galacticraft.init(); + scripts.crafttweaker.recipes.mods.geolosys.init(); + scripts.crafttweaker.recipes.mods.guideapi.init(); + scripts.crafttweaker.recipes.mods.horsepower.init(); + scripts.crafttweaker.recipes.mods.huntingdim.init(); + scripts.crafttweaker.recipes.mods.immcraft.init(); + scripts.crafttweaker.recipes.mods.immersiveengineering.init(); + scripts.crafttweaker.recipes.mods.improvedbackpacks.init(); + scripts.crafttweaker.recipes.mods.indlog.init(); + scripts.crafttweaker.recipes.mods.industrialforegoing.init(); + scripts.crafttweaker.recipes.mods.infoaccessories.init(); + scripts.crafttweaker.recipes.mods.integrateddynamics.init(); + scripts.crafttweaker.recipes.mods.ironbackpacks.init(); + scripts.crafttweaker.recipes.mods.ironchest.init(); + scripts.crafttweaker.recipes.mods.ironjetpacks.init(); + scripts.crafttweaker.recipes.mods.mekanism.init(); + scripts.crafttweaker.recipes.mods.minecraft.init(); + scripts.crafttweaker.recipes.mods.mobgrindingutils.init(); + scripts.crafttweaker.recipes.mods.modularmachinery.init(); + scripts.crafttweaker.recipes.mods.modularrouters.init(); + scripts.crafttweaker.recipes.mods.mysticalagriculture.init(); + scripts.crafttweaker.recipes.mods.natura.init(); + scripts.crafttweaker.recipes.mods.naturescompass.init(); + scripts.crafttweaker.recipes.mods.oeintegration.init(); + scripts.crafttweaker.recipes.mods.overloaded.init(); + scripts.crafttweaker.recipes.mods.pickletweaks.init(); + scripts.crafttweaker.recipes.mods.pneumaticcraft.init(); + scripts.crafttweaker.recipes.mods.poweradapters.init(); + scripts.crafttweaker.recipes.mods.primal.core.init(); + scripts.crafttweaker.recipes.mods.primal.stones.init(); + scripts.crafttweaker.recipes.mods.primalchests.init(); + scripts.crafttweaker.recipes.mods.primaltech.init(); + scripts.crafttweaker.recipes.mods.progressiontweaks.init(); + scripts.crafttweaker.recipes.mods.prospectors.init(); + scripts.crafttweaker.recipes.mods.quantumstorage.init(); + scripts.crafttweaker.recipes.mods.quark.init(); + scripts.crafttweaker.recipes.mods.rebornstorage.init(); + scripts.crafttweaker.recipes.mods.refinedstorage.init(); + scripts.crafttweaker.recipes.mods.refinedstorageaddons.init(); + scripts.crafttweaker.recipes.mods.rftools.init(); + scripts.crafttweaker.recipes.mods.rustic.init(); + scripts.crafttweaker.recipes.mods.spartanshields.init(); + scripts.crafttweaker.recipes.mods.stevescarts.init(); + scripts.crafttweaker.recipes.mods.storagedrawers.init(); + scripts.crafttweaker.recipes.mods.storagenetwork.init(); + scripts.crafttweaker.recipes.mods.supersoundmuffler.init(); + scripts.crafttweaker.recipes.mods.tcomplement.init(); + scripts.crafttweaker.recipes.mods.tconstruct.init(); + scripts.crafttweaker.recipes.mods.totemic.init(); + scripts.crafttweaker.recipes.mods.traverse.init(); + scripts.crafttweaker.recipes.mods.twilightforest.init(); + scripts.crafttweaker.recipes.mods.uppers.init(); + scripts.crafttweaker.recipes.mods.valkyrielib.init(); + scripts.crafttweaker.recipes.mods.vc.init(); + scripts.crafttweaker.recipes.mods.waterstrainer.init(); + scripts.crafttweaker.recipes.mods.weirdinggadget.init(); + scripts.crafttweaker.recipes.mods.wopper.init(); + scripts.crafttweaker.recipes.mods.xnet.init(); + scripts.crafttweaker.recipes.mods.yoyos.init(); +} + +function initIntegrations() { + // ================================== + // Other + scripts.crafttweaker.integrations.dye.init(); + scripts.crafttweaker.integrations.wood.init(); + + // ================================== + // Mods Integrations + scripts.crafttweaker.integrations.mods.abyssalcraft.init(); + scripts.crafttweaker.integrations.mods.actuallyAdditions.init(); + scripts.crafttweaker.integrations.mods.appliedenergistics2.init(); + scripts.crafttweaker.integrations.mods.astralsorcery.init(); + scripts.crafttweaker.integrations.mods.betterwithmods.init(); + scripts.crafttweaker.integrations.mods.bloodmagic.init.init(); + scripts.crafttweaker.integrations.mods.bonsai.init(); + scripts.crafttweaker.integrations.mods.chisel.init(); + scripts.crafttweaker.integrations.mods.cyclicmagic.init(); + scripts.crafttweaker.integrations.mods.extendedCrafting.init.init(); + scripts.crafttweaker.integrations.mods.galacticcraftAndExtraplanets.init(); + scripts.crafttweaker.integrations.mods.horsepower.init(); + scripts.crafttweaker.integrations.mods.immersive.engineering.init.init(); + scripts.crafttweaker.integrations.mods.immersive.petroleum.init(); + // scripts.crafttweaker.integrations.mods.loottweaker.init(); + scripts.crafttweaker.integrations.mods.mekanism.init(); + scripts.crafttweaker.integrations.mods.modularMachinery.init.init(); + scripts.crafttweaker.integrations.mods.pneumaticcraft.init(); + scripts.crafttweaker.integrations.mods.primalCore.init(); + scripts.crafttweaker.integrations.mods.primalTech.init(); + scripts.crafttweaker.integrations.mods.rustic.init(); + scripts.crafttweaker.integrations.mods.tinkers.init.init(); + scripts.crafttweaker.integrations.mods.zenloot.init(); +} + +function initEvents() { + scripts.crafttweaker.events.blockBreak.init(); + scripts.crafttweaker.events.playerLoggedIn.init(); +} + +function initItemModifiers() { + scripts.crafttweaker.itemModifiers.burnTime.init(); + scripts.crafttweaker.itemModifiers.descriptions.init(); + scripts.crafttweaker.itemModifiers.durability.init(); + scripts.crafttweaker.itemModifiers.hardness.init(); + scripts.crafttweaker.itemModifiers.harvestLevel.init(); + scripts.crafttweaker.itemModifiers.rename.init(); + scripts.crafttweaker.itemModifiers.tooltips.init(); +} + +function initOverrides() { + scripts.crafttweaker.staging.itemsAndRecipes.mods.mysticalagradditions.initOverride(); + scripts.crafttweaker.staging.itemsAndRecipes.mods.mysticalagriculture.initOverride(); +} diff --git a/scripts/crafttweaker/preInit.zs b/scripts/crafttweaker/preInit.zs new file mode 100644 index 0000000..447b721 --- /dev/null +++ b/scripts/crafttweaker/preInit.zs @@ -0,0 +1,12 @@ +#priority 4000 + +/* + SevTech: Ages Stages preInit Script + + Functions or Global creations before other scripts are called. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +static PACK_VERSION as string = "3.2.1"; diff --git a/scripts/crafttweaker/recipes/mods/abyssalcraft.zs b/scripts/crafttweaker/recipes/mods/abyssalcraft.zs new file mode 100644 index 0000000..bb0897f --- /dev/null +++ b/scripts/crafttweaker/recipes/mods/abyssalcraft.zs @@ -0,0 +1,211 @@ +/* + SevTech: Ages AbyssalCraft Recipe Script + + This script handles the recipes for AbyssalCraft. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +import crafttweaker.item.IItemStack; +import crafttweaker.item.IIngredient; + +import mods.zenstages.Utils; + +import scripts.crafttweaker.stages.stageOne; + +/* + Shaped Recipes +*/ +static shapedRecipes as IIngredient[][][][IItemStack] = { + * 3: [ + [[, , ]] + ], + : [ + [ + [, , ], + [, , ], + [, , ] + ] + ], + : [ + [ + [, , ], + [, metals.bronze.ingot, ], + [, , ] + ] + ], + : [ + [ + [, ], + [, null] + ] + ], + : [ + [ + [, ], + [, null] + ] + ], + : [ + [ + [, ], + [, null] + ] + ], + : [ + [ + [, ], + [, null] + ] + ], + : [ + [ + [, ], + [, null] + ] + ], + : [ + [ + [, ], + [, null] + ] + ], + : [ + [ + [, ], + [, null] + ] + ], + : [ + [ + [, , ], + [, , ], + [, , ] + ] + ], + : [ + [ + [, , ], + [, , ], + [, , ] + ] + ], + : [ + [ + [, , ], + [, , ], + [, , ] + ] + ], + : [ + [ + [, , ], + [, , ], + [, , ] + ] + ], + : [ + [ + [, , ], + [, , ], + [, , ] + ] + ], + : [ + [ + [, , ], + [, , ], + [, , ] + ] + ], + : [ + [ + [, , ], + [, , ], + [, , ] + ] + ], + : [ + [ + [null, , ], + [null, , ], + [, null, null] + ] + ] +}; + +static namedShapedRecipes as IIngredient[][][][string][IItemStack] = { +}; + +/* + Mirrored Recipes +*/ +static mirroredRecipes as IIngredient[][][][IItemStack] = { +}; + +static namedMirroredRecipes as IIngredient[][][][string][IItemStack] = { +}; + +/* + Shapeless Recipes +*/ +static shapelessRecipes as IIngredient[][][IItemStack] = { +}; + +static namedShapelessRecipes as IIngredient[][][string][IItemStack] = { + : { + Utils.genRecipeName(stageOne, ): [ + [.transformReplace(), ] + ] + } +}; + +/* + Recipe Removals +*/ +static removeRecipes as IItemStack[] = [ + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + +]; + +static removeFurnace as IIngredient[] = [ + +]; + +function init() { + // Un-named recipes + recipeUtil.process(shapedRecipes, false); + recipeUtil.process(mirroredRecipes, true); + recipeUtil.process(shapelessRecipes); + + // Named recipes + recipeUtil.processNamed(namedShapedRecipes, false); + recipeUtil.processNamed(namedMirroredRecipes, true); + recipeUtil.processNamed(namedShapelessRecipes); + + recipeUtil.removeRecipes(removeRecipes); + recipeUtil.removeFurnace(removeFurnace); +} diff --git a/scripts/crafttweaker/recipes/mods/actuallyadditions.zs b/scripts/crafttweaker/recipes/mods/actuallyadditions.zs new file mode 100644 index 0000000..3406288 --- /dev/null +++ b/scripts/crafttweaker/recipes/mods/actuallyadditions.zs @@ -0,0 +1,506 @@ +/* + SevTech: Ages Actually Additions Recipe Script + + This script handles the recipes for Actually Additions. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +import crafttweaker.item.IItemStack; +import crafttweaker.item.IIngredient; + +import mods.zenstages.Utils; + +import scripts.crafttweaker.utils; +import scripts.crafttweaker.craftingUtils; +import scripts.crafttweaker.stages.stageZero; +import scripts.crafttweaker.stages.stageOne; +import scripts.crafttweaker.stages.stageTwo; +import scripts.crafttweaker.stages.stageThree; +import scripts.crafttweaker.stages.stageFour; +import scripts.crafttweaker.stages.stageFive; + +/* + Shaped Recipes +*/ +static shapedRecipes as IIngredient[][][][IItemStack] = { + : [ + [ + [, null, ], + [, null, ], + [, , ] + ] + ], + : [ + [ + [null, , null], + [, craftingUtils.getBucketAndTankIngredientFromName("xpjuice"), ], + [null, , null] + ] + ], + : [ + [ + [, null, ], + [, null, ], + [, , ] + ] + ], + // This is not a real pizze (And just because someone gave me a hard time on how I spell pizze (assumptions about my spelling were made) + // I'm going to leave it in here and people are going to have to deal with it) just FYI. It does not have olives on it but chat bullied me + // and now it has meatballs and chili peppers instead. Thanks Obama. I'm also not sorry. + : [ + [[, , ], + [, , ], + [, , ]] + ], + // Ant Anne's Best Chocolate cookies! + * 3 : [ + [ + [], + [] + ] + ], + // I didn't have red ants to put on top since the item has little red dots on. + : [ + [ + [craftingUtils.getBucketAndTankIngredientFromName("milk"), craftingUtils.getBucketAndTankIngredientFromName("milk"), craftingUtils.getBucketAndTankIngredientFromName("milk")], + [, , ], + [, , ] + ] + ], + : [ + [ + [, , ], + [, , ], + [, , ] + ] + ], + : [ + [ + [, , ], + [, , ], + [, , ] + ] + ], + : [ + [ + [metals.compressedIron.plate, , metals.compressedIron.plate], + [, , ], + [metals.compressedIron.ingot, metals.compressedIron.plate, metals.compressedIron.ingot] + ] + ], + : [ + [ + [metals.compressedIron.plate, , metals.compressedIron.plate], + [, , ], + [metals.compressedIron.plate, , metals.compressedIron.plate] + ] + ], + : [ + [ + [metals.compressedIron.plate, metals.compressedIron.plate, metals.compressedIron.plate], + [, , ], + [metals.compressedIron.plate, metals.compressedIron.plate, metals.compressedIron.plate] + ] + ], + : [ + [ + [metals.compressedIron.plate, , metals.compressedIron.plate], + [, , ], + [metals.compressedIron.ingot, , metals.compressedIron.ingot] + ] + ], + : [ + [ + [metals.compressedIron.ingot, , metals.compressedIron.ingot], + [metals.compressedIron.gear, , metals.compressedIron.gear], + [metals.compressedIron.ingot, , metals.compressedIron.ingot] + ] + ], + : [ + [ + [null, , ], + [, metals.iron.rod, ], + [, , null] + ] + ], + : [ + [ + [null, , ], + [, metals.compressedIron.rod, ], + [, , null] + ] + ], + : [ + [ + [null, , null], + [metals.nickel.plate, , metals.nickel.plate], + [metals.nickel.plate, metals.nickel.plate, metals.nickel.plate] + ] + ], + : [ + [ + [null, , null], + [metals.nickel.plate, , metals.nickel.plate], + [metals.nickel.plate, metals.nickel.plate, metals.nickel.plate] + ] + ], + : [ + [ + [null, , null], + [metals.invar.plate, , metals.invar.plate], + [metals.invar.plate, metals.invar.plate, metals.invar.plate] + ] + ], + : [ + [ + [null, , null], + [metals.invar.plate, , metals.invar.plate], + [metals.invar.plate, metals.invar.plate, metals.invar.plate] + ] + ], + : [ + [ + [null, , null], + [metals.silver.plate, , metals.silver.plate], + [metals.silver.plate, metals.silver.plate, metals.silver.plate] + ] + ], + : [ + [ + [metals.iron.plate, .firstItem, metals.iron.plate], + [.firstItem, , .firstItem], + [metals.iron.plate, .firstItem, metals.iron.plate] + ] + ], + : [ + [ + [metals.modularium.plate, , metals.modularium.plate], + [metals.modularium.plate, , metals.modularium.plate], + [metals.modularium.plate, , metals.modularium.plate] + ] + ], + : [ + [ + [, metals.iron.plate, ], + [, , ], + [, , ] + ] + ], + : [ + [ + [, metals.iron.plate, ], + [, , ], + [, , ] + ] + ], + : [ + [ + [, metals.modularium.plate, ], + [metals.modularium.plate, , metals.modularium.plate], + [, metals.modularium.plate, ] + ] + ], + : [ + [ + [, , ], + [metals.nickel.plate, null, metals.nickel.plate], + [, , ] + ] + ], + : [ + [ + [, , ], + [metals.modularium.plate, null, metals.modularium.plate], + [, , ] + ] + ], + : [ + [ + [, , ], + [, , ], + [, , ] + ] + ], + : [ + [ + [, , ], + [null, , null] + ] + ], + : [ + [ + [metals.nickel.plate, , metals.nickel.plate], + [, metals.redstoneAlloy.plate, ], + [metals.nickel.plate, , metals.nickel.plate] + ] + ], + : [ + [ + [metals.nickel.plate, , metals.nickel.plate], + [, , ], + [metals.nickel.plate, , metals.nickel.plate] + ] + ], + : [ + [ + [metals.modularium.plate, , metals.modularium.plate], + [, , ], + [metals.modularium.plate, , metals.modularium.plate] + ] + ], + : [ + [ + [, metals.platinum.plate, ], + [metals.platinum.plate, , metals.platinum.plate], + [, metals.platinum.plate, ] + ] + ], + : [ + [ + [, , ], + [, .withTag({StoredEnchantments: utils.makeJeidTag(.makeEnchantment(1)).ench}), ], + [, , ] + ] + ], + : [ + [ + [, metals.redstoneAlloy.plate, ], + [metals.redstoneAlloy.plate, .withTag({StoredEnchantments: utils.makeJeidTag(.makeEnchantment(3)).ench}), metals.redstoneAlloy.plate], + [, metals.redstoneAlloy.plate, ] + ] + ], + : [ + [ + [metals.platinum.plate, , metals.platinum.plate], + [metals.nickel.plate, , metals.nickel.plate], + [metals.platinum.plate, , metals.platinum.plate] + ] + ], + : [ + [ + [metals.platinum.plate, , metals.platinum.plate], + [, , ], + [metals.platinum.plate, , metals.platinum.plate] + ] + ], + : [ + [ + [, , ], + [metals.nickel.plate, , metals.nickel.plate], + [, , ] + ] + ], + : [ + [ + [, null, null], + [null, metals.nickel.rod, null], + [null, null, metals.nickel.rod] + ] + ], + : [ + [ + [, , ], + [, , ], + [, , ] + ] + ], + * 2: [ + [ + [, , ], + [, , ], + [, , ] + ] + ], + : [ + [ + [null, , null], + [null, , null], + [, metals.nickel.plate, ] + ] + ], + : [ + [ + [, , ], + [, .withTag({StoredEnchantments: utils.makeJeidTag(.makeEnchantment(1)).ench}), ], + [, , ] + ] + ], + : [ + [ + [, , ], + [, metals.nickel.plate, ], + [, , ] + ] + ], + : [ + [ + [null, , ], + [, , ], + [, , null] + ] + ], + : [ + [ + [null, , ], + [, , ], + [, , null] + ] + ], + : [ + [ + [, , ], + [null, null, ], + [metals.compressedIron.ingot, , metals.compressedIron.ingot] + ] + ], + : [ + [ + [null, , null], + [, .withTag({Fluid: {FluidName: "water", Amount: 1000}}), ], + [null, , null] + ], + [ + [null, , null], + [, craftingUtils.getBucketAndTankIngredient(), ], + [null, , null] + ] + ], + : [ + [ + [, ], + [, ] + ] + ] +}; + +static namedShapedRecipes as IIngredient[][][][string][IItemStack] = { +}; + +/* + Mirrored Recipes +*/ +static mirroredRecipes as IIngredient[][][][IItemStack] = { +}; + +static namedMirroredRecipes as IIngredient[][][][string][IItemStack] = { +}; + +/* + Shapeless Recipes +*/ +static shapelessRecipes as IIngredient[][][IItemStack] = { + : [ + [, ] + ], + : [ + [] + ], + : [ + [, , .transformReplace()], + [, , craftingUtils.getBucketAndTankIngredient()], + [, , .withTag({Fluid: {FluidName: "water", Amount: 1000}})] + ] +}; + +static namedShapelessRecipes as IIngredient[][][string][IItemStack] = { +}; + +/* + Furnace Recipes +*/ +static furnaceRecipes as IIngredient[][IItemStack] = { + : [] +}; + +/* + Recipe Removals +*/ +static removeRecipes as IItemStack[] = [ + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + +]; + +static removeFurnace as IIngredient[] = [ + , + +]; + +function initDrillRecipe() { + recipes.addShapeless("colored_drill", + , + [.marked("drill"), .marked("plastic")], + function(out, ins, cInfo) { + var drillMeta = 15 - ins.plastic.metadata; + return out.definition.makeStack(drillMeta).withTag(ins.drill.tag); + }, + null + ); +} + +function init() { + // Un-named recipes + recipeUtil.process(shapedRecipes, false); + recipeUtil.process(mirroredRecipes, true); + recipeUtil.process(shapelessRecipes); + + // Named recipes + recipeUtil.processNamed(namedShapedRecipes, false); + recipeUtil.processNamed(namedMirroredRecipes, true); + recipeUtil.processNamed(namedShapelessRecipes); + + // Furnace recipes + recipeUtil.processFurnace(furnaceRecipes); + + recipeUtil.removeRecipes(removeRecipes); + recipeUtil.removeFurnace(removeFurnace); + + // Init the drill recipe + scripts.crafttweaker.recipes.mods.actuallyadditions.initDrillRecipe(); +} diff --git a/scripts/crafttweaker/recipes/mods/animalium.zs b/scripts/crafttweaker/recipes/mods/animalium.zs new file mode 100644 index 0000000..e720d1e --- /dev/null +++ b/scripts/crafttweaker/recipes/mods/animalium.zs @@ -0,0 +1,75 @@ +/* + SevTech: Ages Animalium Recipe Script + + This script handles the recipes for Animalium. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +import crafttweaker.item.IItemStack; +import crafttweaker.item.IIngredient; + +import mods.zenstages.Utils; + +import scripts.crafttweaker.stages.stageZero; +import scripts.crafttweaker.stages.stageOne; +import scripts.crafttweaker.stages.stageTwo; +import scripts.crafttweaker.stages.stageThree; +import scripts.crafttweaker.stages.stageFour; +import scripts.crafttweaker.stages.stageFive; + +/* + Shaped Recipes +*/ +static shapedRecipes as IIngredient[][][][IItemStack] = { + : [ + [ + [, , ], + [, , ], + [, , ] + ] + ] +}; + +static namedShapedRecipes as IIngredient[][][][string][IItemStack] = { +}; + +/* + Mirrored Recipes +*/ +static mirroredRecipes as IIngredient[][][][IItemStack] = { +}; + +static namedMirroredRecipes as IIngredient[][][][string][IItemStack] = { +}; + +/* + Shapeless Recipes +*/ +static shapelessRecipes as IIngredient[][][IItemStack] = { +}; + +static namedShapelessRecipes as IIngredient[][][string][IItemStack] = { +}; + +/* + Recipe Removals +*/ +static removeRecipes as IItemStack[] = [ + +]; + +function init() { + // Un-named recipes + recipeUtil.process(shapedRecipes, false); + recipeUtil.process(mirroredRecipes, true); + recipeUtil.process(shapelessRecipes); + + // Named recipes + recipeUtil.processNamed(namedShapedRecipes, false); + recipeUtil.processNamed(namedMirroredRecipes, true); + recipeUtil.processNamed(namedShapelessRecipes); + + recipeUtil.removeRecipes(removeRecipes); +} diff --git a/scripts/crafttweaker/recipes/mods/antiqueatlas.zs b/scripts/crafttweaker/recipes/mods/antiqueatlas.zs new file mode 100644 index 0000000..3f9ec89 --- /dev/null +++ b/scripts/crafttweaker/recipes/mods/antiqueatlas.zs @@ -0,0 +1,72 @@ +/* + SevTech: Ages Antique Atlas Recipe Script + + This script handles the recipes for Antique Atlas. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +import crafttweaker.item.IItemStack; +import crafttweaker.item.IIngredient; + +import mods.zenstages.Utils; + +import scripts.crafttweaker.stages.stageZero; +import scripts.crafttweaker.stages.stageOne; +import scripts.crafttweaker.stages.stageTwo; +import scripts.crafttweaker.stages.stageThree; +import scripts.crafttweaker.stages.stageFour; +import scripts.crafttweaker.stages.stageFive; + +/* + Shaped Recipes +*/ +static shapedRecipes as IIngredient[][][][IItemStack] = {}; + +static namedShapedRecipes as IIngredient[][][][string][IItemStack] = { + : { + Utils.genRecipeName(stageOne, ): [ + [ + [, ], + [, ], + [, ] + ] + ] + } +}; + +/* + Mirrored Recipes +*/ +static mirroredRecipes as IIngredient[][][][IItemStack] = {}; + +static namedMirroredRecipes as IIngredient[][][][string][IItemStack] = {}; + +/* + Shapeless Recipes +*/ +static shapelessRecipes as IIngredient[][][IItemStack] = {}; + +static namedShapelessRecipes as IIngredient[][][string][IItemStack] = {}; + +/* + Recipe Removals +*/ +static removeRecipes as IItemStack[] = [ + +]; + +function init() { + // Un-named recipes + recipeUtil.process(shapedRecipes, false); + recipeUtil.process(mirroredRecipes, true); + recipeUtil.process(shapelessRecipes); + + // Named recipes + recipeUtil.processNamed(namedShapedRecipes, false); + recipeUtil.processNamed(namedMirroredRecipes, true); + recipeUtil.processNamed(namedShapelessRecipes); + + recipeUtil.removeRecipes(removeRecipes); +} diff --git a/scripts/crafttweaker/recipes/mods/appliedenergistics.zs b/scripts/crafttweaker/recipes/mods/appliedenergistics.zs new file mode 100644 index 0000000..4fd0c3a --- /dev/null +++ b/scripts/crafttweaker/recipes/mods/appliedenergistics.zs @@ -0,0 +1,116 @@ +/* + SevTech: Ages Applied Energistics 2 Recipe Script + + This script handles the recipes for Applied Energistics 2. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +import crafttweaker.item.IItemStack; +import crafttweaker.item.IIngredient; + +import mods.zenstages.Utils; + +import scripts.crafttweaker.stages.stageZero; +import scripts.crafttweaker.stages.stageOne; +import scripts.crafttweaker.stages.stageTwo; +import scripts.crafttweaker.stages.stageThree; +import scripts.crafttweaker.stages.stageFour; +import scripts.crafttweaker.stages.stageFive; + +/* + Shaped Recipes +*/ +static shapedRecipes as IIngredient[][][][IItemStack] = { + : [ + [ + [.firstItem, .firstItem, .firstItem], + [null, null, .firstItem], + [null, null, .firstItem] + ] + ], + : [ + [ + [, , ], + [, , ], + [, , ] + ] + ], + : [ + [ + [null, , ], + [, , ], + [null, , ] + ] + ], + : [ + [ + [, ], + [, ] + ] + ], + : [ + [ + [], + [], + [] + ] + ], + : [ + [ + [, , ], + [, , ], + [, , ] + ] + ], +}; + +static namedShapedRecipes as IIngredient[][][][string][IItemStack] = { +}; + +/* + Mirrored Recipes +*/ +static mirroredRecipes as IIngredient[][][][IItemStack] = { +}; + +static namedMirroredRecipes as IIngredient[][][][string][IItemStack] = { +}; + +/* + Shapeless Recipes +*/ +static shapelessRecipes as IIngredient[][][IItemStack] = { +}; + +static namedShapelessRecipes as IIngredient[][][string][IItemStack] = { +}; + +/* + Recipe Removals +*/ +static removeRecipes as IItemStack[] = [ + , + , + , + , + , + , + , + +]; + +function init() { + // Un-named recipes + recipeUtil.process(shapedRecipes, false); + recipeUtil.process(mirroredRecipes, true); + recipeUtil.process(shapelessRecipes); + + // Named recipes + recipeUtil.processNamed(namedShapedRecipes, false); + recipeUtil.processNamed(namedMirroredRecipes, true); + recipeUtil.processNamed(namedShapelessRecipes); + + recipeUtil.removeRecipes(removeRecipes); +} diff --git a/scripts/crafttweaker/recipes/mods/astikorCarts.zs b/scripts/crafttweaker/recipes/mods/astikorCarts.zs new file mode 100644 index 0000000..9159ebf --- /dev/null +++ b/scripts/crafttweaker/recipes/mods/astikorCarts.zs @@ -0,0 +1,84 @@ +/* + SevTech: Ages AstikorCarts Recipe Script + + This script handles the recipes for AstikorCarts. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +import crafttweaker.item.IItemStack; +import crafttweaker.item.IIngredient; + +/* + Shaped Recipes +*/ +static shapedRecipes as IIngredient[][][][IItemStack] = { + : [ + [ + [, null, ], + [, , ], + [, , ] + ] + ], + : [ + [ + [null, .firstItem, null], + [.firstItem, , .firstItem], + [null, .firstItem, null] + ] + ], + : [ + [ + [, , ], + [, , ], + [, , ] + ] + ], + : [ + [ + [.firstItem, .firstItem, .firstItem], + [, , ] + ] + ] +}; + +static namedShapedRecipes as IIngredient[][][][string][IItemStack] = {}; + +/* + Mirrored Recipes +*/ +static mirroredRecipes as IIngredient[][][][IItemStack] = {}; + +static namedMirroredRecipes as IIngredient[][][][string][IItemStack] = {}; + +/* + Shapeless Recipes +*/ +static shapelessRecipes as IIngredient[][][IItemStack] = {}; + +static namedShapelessRecipes as IIngredient[][][string][IItemStack] = {}; + +/* + Recipe Removals +*/ +static removeRecipes as IItemStack[] = [ + , + , + , + +]; + +function init() { + // Un-named recipes + recipeUtil.process(shapedRecipes, false); + recipeUtil.process(mirroredRecipes, true); + recipeUtil.process(shapelessRecipes); + + // Named recipes + recipeUtil.processNamed(namedShapedRecipes, false); + recipeUtil.processNamed(namedMirroredRecipes, true); + recipeUtil.processNamed(namedShapelessRecipes); + + recipeUtil.removeRecipes(removeRecipes); +} diff --git a/scripts/crafttweaker/recipes/mods/astralsorcery.zs b/scripts/crafttweaker/recipes/mods/astralsorcery.zs new file mode 100644 index 0000000..683e894 --- /dev/null +++ b/scripts/crafttweaker/recipes/mods/astralsorcery.zs @@ -0,0 +1,117 @@ +/* + SevTech: Ages Astral Sorcery Recipe Script + + This script handles the recipes for Astral Sorcery. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +import crafttweaker.item.IItemStack; +import crafttweaker.item.IIngredient; + +import mods.zenstages.Utils; + +import scripts.crafttweaker.craftingUtils; +import scripts.crafttweaker.stages.stageZero; +import scripts.crafttweaker.stages.stageOne; +import scripts.crafttweaker.stages.stageTwo; +import scripts.crafttweaker.stages.stageThree; +import scripts.crafttweaker.stages.stageFour; +import scripts.crafttweaker.stages.stageFive; + +/* + Shaped Recipes +*/ +static shapedRecipes as IIngredient[][][][IItemStack] = { + : [ + [ + [null, , null], + [, , ], + [null, , null] + ] + ], + : [ + [ + [null, , null], + [, , ], + [null, , null] + ] + ], + : [ + [ + [null, , null], + [, craftingUtils.getBucketAndTankIngredient(), ], + [null, metals.bronze.rod, null] + ] + ], + : [ + [ + [null, , ], + [null, , ], + [, null, null] + ] + ] +}; + +static namedShapedRecipes as IIngredient[][][][string][IItemStack] = { + : { + Utils.genRecipeName(stageTwo, ): [ + [ + [null, , null], + [, , ], + [null, , null] + ] + ] + }, + : { + Utils.genRecipeName(stageTwo, ): [ + [ + [null, , null], + [, , ], + [null, , null] + ] + ] + } +}; + +/* + Mirrored Recipes +*/ +static mirroredRecipes as IIngredient[][][][IItemStack] = { +}; + +static namedMirroredRecipes as IIngredient[][][][string][IItemStack] = { +}; + +/* + Shapeless Recipes +*/ +static shapelessRecipes as IIngredient[][][IItemStack] = { +}; + +static namedShapelessRecipes as IIngredient[][][string][IItemStack] = { +}; + +/* + Recipe Removals +*/ +static removeRecipes as IItemStack[] = [ + , + , + +]; + +function init() { + // Un-named recipes + recipeUtil.process(shapedRecipes, false); + recipeUtil.process(mirroredRecipes, true); + recipeUtil.process(shapelessRecipes); + + // Named recipes + recipeUtil.processNamed(namedShapedRecipes, false); + recipeUtil.processNamed(namedMirroredRecipes, true); + recipeUtil.processNamed(namedShapelessRecipes); + + recipeUtil.removeRecipes(removeRecipes); +} diff --git a/scripts/crafttweaker/recipes/mods/betterbuilderswands.zs b/scripts/crafttweaker/recipes/mods/betterbuilderswands.zs new file mode 100644 index 0000000..785ecb7 --- /dev/null +++ b/scripts/crafttweaker/recipes/mods/betterbuilderswands.zs @@ -0,0 +1,94 @@ +/* + SevTech: Ages Better Builder Wands Recipe Script + + This script handles the recipes for Better Builder Wands. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +import crafttweaker.item.IItemStack; +import crafttweaker.item.IIngredient; + +import mods.zenstages.Utils; + +import scripts.crafttweaker.stages.stageZero; +import scripts.crafttweaker.stages.stageOne; +import scripts.crafttweaker.stages.stageTwo; +import scripts.crafttweaker.stages.stageThree; +import scripts.crafttweaker.stages.stageFour; +import scripts.crafttweaker.stages.stageFive; + +/* + Shaped Recipes +*/ +static shapedRecipes as IIngredient[][][][IItemStack] = { + : [ + [ + [null, null, ], + [null, , null], + [, null, null] + ] + ], + : [ + [ + [null, null, metals.iron.plate], + [null, , null], + [, null, null] + ] + ], + : [ + [ + [null, null, metals.platinum.plate], + [null, , null], + [, null, null] + ] + ], + : [ + [ + [null, null, ], + [null, , null], + [, null, null] + ] + ] +}; + +static namedShapedRecipes as IIngredient[][][][string][IItemStack] = {}; + +/* + Mirrored Recipes +*/ +static mirroredRecipes as IIngredient[][][][IItemStack] = {}; + +static namedMirroredRecipes as IIngredient[][][][string][IItemStack] = {}; + +/* + Shapeless Recipes +*/ +static shapelessRecipes as IIngredient[][][IItemStack] = {}; + +static namedShapelessRecipes as IIngredient[][][string][IItemStack] = {}; + +/* + Recipe Removals +*/ +static removeRecipes as IItemStack[] = [ + , + , + , + +]; + +function init() { + // Un-named recipes + recipeUtil.process(shapedRecipes, false); + recipeUtil.process(mirroredRecipes, true); + recipeUtil.process(shapelessRecipes); + + // Named recipes + recipeUtil.processNamed(namedShapedRecipes, false); + recipeUtil.processNamed(namedMirroredRecipes, true); + recipeUtil.processNamed(namedShapelessRecipes); + + recipeUtil.removeRecipes(removeRecipes); +} diff --git a/scripts/crafttweaker/recipes/mods/betterwithaddons.zs b/scripts/crafttweaker/recipes/mods/betterwithaddons.zs new file mode 100644 index 0000000..fa7bce7 --- /dev/null +++ b/scripts/crafttweaker/recipes/mods/betterwithaddons.zs @@ -0,0 +1,206 @@ +/* + SevTech: Ages Better With Addons Recipe Script + + This script handles the recipes for Better With Addons. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +import crafttweaker.item.IItemStack; +import crafttweaker.item.IIngredient; + +import mods.zenstages.Utils; + +import scripts.crafttweaker.craftingUtils; +import scripts.crafttweaker.stages.stageZero; +import scripts.crafttweaker.stages.stageOne; +import scripts.crafttweaker.stages.stageTwo; +import scripts.crafttweaker.stages.stageThree; +import scripts.crafttweaker.stages.stageFour; +import scripts.crafttweaker.stages.stageFive; + +/* + Shaped Recipes +*/ +static shapedRecipes as IIngredient[][][][IItemStack] = { + : [ + [ + [, , ], + [, , ], + [, , ] + ] + ], + : [ + [ + [, , ], + [, , ], + [, , ] + ] + ], + : [ + [ + [, , ], + [, , ], + [, , ] + ] + ], + : [ + [ + [.firstItem], + [.firstItem], + [.firstItem] + ] + ], + * 3 : [ + [ + [, , ], + [, , ] + ] + ], + * 3 : [ + [ + [, , ], + [, , ] + ] + ], + * 3 : [ + [ + [, , ], + [, , ] + ] + ], + * 3 : [ + [ + [, , ], + [, , ] + ] + ], + * 3 : [ + [ + [, , ], + [, , ] + ] + ], + * 3 : [ + [ + [, , ], + [, , ] + ] + ], + * 3 : [ + [ + [, , ], + [, , ] + ] + ], + * 3 : [ + [ + [, , ], + [, , ] + ] + ], + * 3 : [ + [ + [, , ], + [, , ] + ] + ], + * 3 : [ + [ + [, , ], + [, , ] + ] + ], + : [ + [ + [sidingWood, sidingWood, sidingWood], + [, , ], + [sidingWood, sidingWood, sidingWood] + ] + ], + * 3 : [ + [ + [, , ], + [, , ] + ] + ], + : [ + [ + [, , ], + [, , ], + [, , ] + ] + ] +}; + +static namedShapedRecipes as IIngredient[][][][string][IItemStack] = { +}; + +/* + Mirrored Recipes +*/ +static mirroredRecipes as IIngredient[][][][IItemStack] = { +}; + +static namedMirroredRecipes as IIngredient[][][][string][IItemStack] = { +}; + +/* + Shapeless Recipes +*/ +static shapelessRecipes as IIngredient[][][IItemStack] = { + : [ + [, , , ] + ], + : [ + [.withTag({Fluid: {FluidName: "water", Amount: 1000}}), ] + ], +}; + +static namedShapelessRecipes as IIngredient[][][string][IItemStack] = { +}; + +/* + Recipe Removals +*/ +static removeRecipes as IItemStack[] = [ + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + +]; + +static removeFurnace as IIngredient[] = [ + +]; + +function init() { + // Un-named recipes + recipeUtil.process(shapedRecipes, false); + recipeUtil.process(mirroredRecipes, true); + recipeUtil.process(shapelessRecipes); + + // Named recipes + recipeUtil.processNamed(namedShapedRecipes, false); + recipeUtil.processNamed(namedMirroredRecipes, true); + recipeUtil.processNamed(namedShapelessRecipes); + + recipeUtil.removeRecipes(removeRecipes); + recipeUtil.removeFurnace(removeFurnace); +} diff --git a/scripts/crafttweaker/recipes/mods/betterwithmods.zs b/scripts/crafttweaker/recipes/mods/betterwithmods.zs new file mode 100644 index 0000000..39e5779 --- /dev/null +++ b/scripts/crafttweaker/recipes/mods/betterwithmods.zs @@ -0,0 +1,397 @@ +/* + SevTech: Ages Better With Mods Recipe Script + + This script handles the recipes for Better With Mods. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +import crafttweaker.item.IItemStack; +import crafttweaker.item.IIngredient; + +import mods.betterwithmods.MiniBlocks; +import mods.zenstages.Utils; + +import scripts.crafttweaker.craftingUtils; +import scripts.crafttweaker.stages.stageZero; +import scripts.crafttweaker.stages.stageOne; +import scripts.crafttweaker.stages.stageTwo; +import scripts.crafttweaker.stages.stageThree; +import scripts.crafttweaker.stages.stageFour; +import scripts.crafttweaker.stages.stageFive; + +/* + Shaped Recipes +*/ +static shapedRecipes as IIngredient[][][][IItemStack] = { + : [ + [ + [null, , null], + [, , ], + [, .withTag({texture: {Properties: {variant: "oak"}, Name: "minecraft:planks"}}), ] + ] + ], + : [ + [ + [null, , null], + [, , ], + [, .withTag({texture: {Properties: {variant: "spruce"}, Name: "minecraft:planks"}}), ] + ] + ], + : [ + [ + [null, , null], + [, , ], + [, .withTag({texture: {Properties: {variant: "birch"}, Name: "minecraft:planks"}}), ] + ] + ], + : [ + [ + [null, , null], + [, , ], + [, .withTag({texture: {Properties: {variant: "jungle"}, Name: "minecraft:planks"}}), ] + ] + ], + : [ + [ + [null, , null], + [, , ], + [, .withTag({texture: {Properties: {variant: "acacia"}, Name: "minecraft:planks"}}), ] + ] + ], + : [ + [ + [null, , null], + [, , ], + [, .withTag({texture: {Properties: {variant: "dark_oak"}, Name: "minecraft:planks"}}), ] + ] + ], + : [ + [ + [null, , null], + [, , ], + [, .withTag({texture: {Properties: {variant: "oak"}, Name: "minecraft:planks"}}), ] + ] + ], + : [ + [ + [null, , null], + [, , ], + [, .withTag({texture: {Properties: {variant: "spruce"}, Name: "minecraft:planks"}}), ] + ] + ], + : [ + [ + [null, , null], + [, , ], + [, .withTag({texture: {Properties: {variant: "birch"}, Name: "minecraft:planks"}}), ] + ] + ], + : [ + [ + [null, , null], + [, , ], + [, .withTag({texture: {Properties: {variant: "jungle"}, Name: "minecraft:planks"}}), ] + ] + ], + : [ + [ + [null, , null], + [, , ], + [, .withTag({texture: {Properties: {variant: "acacia"}, Name: "minecraft:planks"}}), ] + ] + ], + : [ + [ + [null, , null], + [, , ], + [, .withTag({texture: {Properties: {variant: "dark_oak"}, Name: "minecraft:planks"}}), ] + ] + ], + : [ + [ + [, , ], + [, null, ], + [, , ] + ] + ], + : [ + [ + [, ], + [, ] + ] + ], + : [ + [ + [.firstItem, ], + [.firstItem, ], + [.firstItem, ] + ] + ], + : [ + [ + [, , ], + [, metals.copper.gear, ], + [, , ] + ] + ], + : [ + [ + [, null, null], + [, , ], + [, null, null] + ] + ], + : [ + [ + [metals.bronze.rod, metals.bronze.rod, null], + [null, metals.bronze.rod, metals.bronze.rod], + [metals.bronze.rod, metals.bronze.rod, null] + ], + [ + [metals.copper.rod, + metals.copper.rod, null], + [null, metals.copper.rod, metals.copper.rod], + [metals.copper.rod, metals.copper.rod, null] + ], + [ + [metals.tin.rod, metals.tin.rod, null], + [null, metals.tin.rod, metals.tin.rod], + [metals.tin.rod, metals.tin.rod, null] + ] + ], + : [ + [ + [, ], + [, ], + [, ] + ] + ], + : [ + [[null, , null], [metals.copper.gear, , metals.copper.gear], [, metals.bronze.gear, ]] + ], + : [ + [[sidingWood, sidingWood, sidingWood], [, metals.copper.gear, ], [, , ]] + ], + : [ + [[null, .firstItem, null], [, , ], [null, .firstItem, null]] + ], + : [ + [ + [, , ], + [metals.bronze.plate, , metals.bronze.plate], + [, , ] + ], + [ + [], + [], + [] + ] + ], + : [ + [ + [sidingWood, sidingWood, sidingWood], + [, , ], + [, , ] + ] + ], + : [ + [ + [, , ], + [, , ], + [, , ] + ] + ], + : [ + [ + [, ], + [, ] + ] + ], + : [ + [ + [], + [], + [mouldingWood] + ] + ], + : [ + [ + [, , ] + ] + ], + : [ + [ + [null, .withTag({texture: {Properties: {variant: "stone"}, Name: "minecraft:stone"}}), null], + [, , ] + ] + ], + : [ + [ + [], + [metals.gold.plate] + ] + ], + : [ + [ + [, metals.bronze.plate, ], + [, , ], + [, metals.bronze.plate, ] + ] + ], + : [ + [ + [null, null, ], + [null, , null], + [, null, null] + ] + ], + : [ + [ + [, ], + [, ], + [, ] + ] + ], + : [ + [ + [null, , null], + [, , ], + [null, , null] + ] + ], + : [ + [ + [, , ], + [, , ], + [, , ] + ] + ] +}; + +static namedShapedRecipes as IIngredient[][][][string][IItemStack] = { + // ================================== + // Stage One + // ================================== + : { + Utils.genRecipeName(stageOne, ): [ + [ + [.firstItem, , .firstItem], + [, , ], + [.firstItem, , .firstItem] + ] + ] + }, + + // ================================== + // Stage Two + // ================================== + : { + Utils.genRecipeName(stageTwo, ): [ + [ + [mouldingWood], + [], + [mouldingWood] + ] + ] + }, + : { + Utils.genRecipeName(stageTwo, ): [ + [ + [mouldingWood, , mouldingWood], + [metals.bronze.plate, , metals.bronze.plate], + [mouldingWood, , mouldingWood] + ] + ] + }, + + // ================================== + // Stage Three + // ================================== + : { + Utils.genRecipeName(stageThree, ): [ + + [ + [, metals.iron.plate, ], + [, , ], + [, metals.iron.plate, ] + ] + ] + } +}; + +/* + Mirrored Recipes +*/ +static mirroredRecipes as IIngredient[][][][IItemStack] = { +}; + +static namedMirroredRecipes as IIngredient[][][][string][IItemStack] = { +}; + +/* + Shapeless Recipes +*/ +static shapelessRecipes as IIngredient[][][IItemStack] = { + : [ + [, ] + ], + * 9: [ + [] + ] +}; + +static namedShapelessRecipes as IIngredient[][][string][IItemStack] = { +}; + +/* + Recipe Removals +*/ +static removeRecipes as IItemStack[] = [ + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + +]; + +static removeRegex as string[] = [ + "betterwithaddons:glass_bottle", + "betterwithmods:higheff/item_frame", + "betterwithmods:decompress/melon_decompress" +]; + +function init() { + // Un-named recipes + recipeUtil.process(shapedRecipes, false); + recipeUtil.process(mirroredRecipes, true); + recipeUtil.process(shapelessRecipes); + + // Named recipes + recipeUtil.processNamed(namedShapedRecipes, false); + recipeUtil.processNamed(namedMirroredRecipes, true); + recipeUtil.processNamed(namedShapelessRecipes); + + recipeUtil.removeRecipes(removeRecipes); + recipeUtil.removeRecipes(removeRegex); +} diff --git a/scripts/crafttweaker/recipes/mods/bibliocraft.zs b/scripts/crafttweaker/recipes/mods/bibliocraft.zs new file mode 100644 index 0000000..ddaa924 --- /dev/null +++ b/scripts/crafttweaker/recipes/mods/bibliocraft.zs @@ -0,0 +1,442 @@ +/* + SevTech: Ages BiblioCraft Recipe Script + + This script handles the recipes for BiblioCraft. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +import crafttweaker.item.IItemStack; +import crafttweaker.item.IIngredient; + +import mods.zenstages.Utils; + +import scripts.crafttweaker.stages.stageZero; +import scripts.crafttweaker.stages.stageOne; +import scripts.crafttweaker.stages.stageTwo; +import scripts.crafttweaker.stages.stageThree; +import scripts.crafttweaker.stages.stageFour; +import scripts.crafttweaker.stages.stageFive; + +/* + Shaped Recipes +*/ +static shapedRecipes as IIngredient[][][][IItemStack] = { + : [ + [ + [, null, null], + [null, , null], + [null, null, ] + ] + ], + : [ + [ + [.withTag({texture: {Properties: {variant: "oak"}, Name: "minecraft:planks"}}), .withTag({texture: {Properties: {variant: "oak"}, Name: "minecraft:planks"}}), .withTag({texture: {Properties: {variant: "oak"}, Name: "minecraft:planks"}})], + [null, , null], + [.withTag({texture: {Properties: {variant: "oak"}, Name: "minecraft:planks"}}), .withTag({texture: {Properties: {variant: "oak"}, Name: "minecraft:planks"}}), .withTag({texture: {Properties: {variant: "oak"}, Name: "minecraft:planks"}})] + ] + ], + : [ + [ + [.withTag({texture: {Properties: {variant: "spruce"}, Name: "minecraft:planks"}}), .withTag({texture: {Properties: {variant: "spruce"}, Name: "minecraft:planks"}}), .withTag({texture: {Properties: {variant: "spruce"}, Name: "minecraft:planks"}})], + [null, , null], + [.withTag({texture: {Properties: {variant: "spruce"}, Name: "minecraft:planks"}}), .withTag({texture: {Properties: {variant: "spruce"}, Name: "minecraft:planks"}}), .withTag({texture: {Properties: {variant: "spruce"}, Name: "minecraft:planks"}})] + ] + ], + : [ + [ + [.withTag({texture: {Properties: {variant: "birch"}, Name: "minecraft:planks"}}), .withTag({texture: {Properties: {variant: "birch"}, Name: "minecraft:planks"}}), .withTag({texture: {Properties: {variant: "birch"}, Name: "minecraft:planks"}})], + [null, , null], + [.withTag({texture: {Properties: {variant: "birch"}, Name: "minecraft:planks"}}), .withTag({texture: {Properties: {variant: "birch"}, Name: "minecraft:planks"}}), .withTag({texture: {Properties: {variant: "birch"}, Name: "minecraft:planks"}})] + ] + ], + : [ + [ + [.withTag({texture: {Properties: {variant: "jungle"}, Name: "minecraft:planks"}}), .withTag({texture: {Properties: {variant: "jungle"}, Name: "minecraft:planks"}}), .withTag({texture: {Properties: {variant: "jungle"}, Name: "minecraft:planks"}})], + [null, , null], + [.withTag({texture: {Properties: {variant: "jungle"}, Name: "minecraft:planks"}}), .withTag({texture: {Properties: {variant: "jungle"}, Name: "minecraft:planks"}}), .withTag({texture: {Properties: {variant: "jungle"}, Name: "minecraft:planks"}})] + ] + ], + : [ + [ + [.withTag({texture: {Properties: {variant: "acacia"}, Name: "minecraft:planks"}}), .withTag({texture: {Properties: {variant: "acacia"}, Name: "minecraft:planks"}}), .withTag({texture: {Properties: {variant: "acacia"}, Name: "minecraft:planks"}})], + [null, , null], + [.withTag({texture: {Properties: {variant: "acacia"}, Name: "minecraft:planks"}}), .withTag({texture: {Properties: {variant: "acacia"}, Name: "minecraft:planks"}}), .withTag({texture: {Properties: {variant: "acacia"}, Name: "minecraft:planks"}})] + ] + ], + : [ + [ + [.withTag({texture: {Properties: {variant: "dark_oak"}, Name: "minecraft:planks"}}), .withTag({texture: {Properties: {variant: "dark_oak"}, Name: "minecraft:planks"}}), .withTag({texture: {Properties: {variant: "dark_oak"}, Name: "minecraft:planks"}})], + [null, , null], + [.withTag({texture: {Properties: {variant: "dark_oak"}, Name: "minecraft:planks"}}), .withTag({texture: {Properties: {variant: "dark_oak"}, Name: "minecraft:planks"}}), .withTag({texture: {Properties: {variant: "dark_oak"}, Name: "minecraft:planks"}})] + ] + ], + : [ + [ + [, , ], + [, , ], + [, , ] + ] + ], + : [ + [ + [, ] + ] + ], + : [ + [ + [, , ], + [, , ], + [, , ] + ] + ] +}; + +static namedShapedRecipes as IIngredient[][][][string][IItemStack] = {}; + +/* + Mirrored Recipes +*/ +static mirroredRecipes as IIngredient[][][][IItemStack] = {}; + +static namedMirroredRecipes as IIngredient[][][][string][IItemStack] = {}; + +/* + Shapeless Recipes +*/ +static shapelessRecipes as IIngredient[][][IItemStack] = { + // Lantern Gold + : [ + [, ] + ], + : [ + [, ] + ], + : [ + [, ] + ], + : [ + [, ] + ], + : [ + [, ] + ], + : [ + [, ] + ], + : [ + [, ] + ], + : [ + [, ] + ], + : [ + [, ] + ], + : [ + [, ] + ], + : [ + [, ] + ], + : [ + [, ] + ], + : [ + [, ] + ], + : [ + [, ] + ], + : [ + [, ] + ], + : [ + [, ] + ], + + // Lantern Iron + : [ + [, ] + ], + : [ + [, ] + ], + : [ + [, ] + ], + : [ + [, ] + ], + : [ + [, ] + ], + : [ + [, ] + ], + : [ + [, ] + ], + : [ + [, ] + ], + : [ + [, ] + ], + : [ + [, ] + ], + : [ + [, ] + ], + : [ + [, ] + ], + : [ + [, ] + ], + : [ + [, ] + ], + : [ + [, ] + ], + : [ + [, ] + ], + + // Lamp Gold + : [ + [, ] + ], + : [ + [, ] + ], + : [ + [, ] + ], + : [ + [, ] + ], + : [ + [, ] + ], + : [ + [, ] + ], + : [ + [, ] + ], + : [ + [, ] + ], + : [ + [, ] + ], + : [ + [, ] + ], + : [ + [, ] + ], + : [ + [, ] + ], + : [ + [, ] + ], + : [ + [, ] + ], + : [ + [, ] + ], + : [ + [, ] + ], + + // Iron Lamps + : [ + [, ] + ], + : [ + [, ] + ], + : [ + [, ] + ], + : [ + [, ] + ], + : [ + [, ] + ], + : [ + [, ] + ], + : [ + [, ] + ], + : [ + [, ] + ], + : [ + [, ] + ], + : [ + [, ] + ], + : [ + [, ] + ], + : [ + [, ] + ], + : [ + [, ] + ], + : [ + [, ] + ], + : [ + [, ] + ], + : [ + [, ] + ], + + // Typewriter + : [ + [, ] + ], + : [ + [, ] + ], + : [ + [, ] + ], + : [ + [, ] + ], + : [ + [, ] + ], + : [ + [, ] + ], + : [ + [, ] + ], + : [ + [, ] + ], + : [ + [, ] + ], + : [ + [, ] + ], + : [ + [, ] + ], + : [ + [, ] + ], + : [ + [, ] + ], + : [ + [, ] + ], + : [ + [, ] + ], + : [ + [, ] + ], + + // Sword Pedestal + : [ + [, ] + ], + : [ + [, ] + ], + : [ + [, ] + ], + : [ + [, ] + ], + : [ + [, ] + ], + : [ + [, ] + ], + : [ + [, ] + ], + : [ + [, ] + ], + : [ + [, ] + ], + : [ + [, ] + ], + : [ + [, ] + ], + : [ + [, ] + ], + : [ + [, ] + ], + : [ + [, ] + ], + : [ + [, ] + ], + : [ + [, ] + ] +}; + +static namedShapelessRecipes as IIngredient[][][string][IItemStack] = {}; + +/* + Recipe Removals +*/ +static removeRecipes as IItemStack[] = [ + , + , + , + +]; + +function init() { + // Un-named recipes + recipeUtil.process(shapedRecipes, false); + recipeUtil.process(mirroredRecipes, true); + recipeUtil.process(shapelessRecipes); + + // Named recipes + recipeUtil.processNamed(namedShapedRecipes, false); + recipeUtil.processNamed(namedMirroredRecipes, true); + recipeUtil.processNamed(namedShapelessRecipes); + + recipeUtil.removeRecipes(removeRecipes); + + // Remove only shapeless bibliocraft color recipes. + recipes.removeShapeless(); + recipes.removeShapeless(); + recipes.removeShapeless(); + recipes.removeShapeless(); + recipes.removeShapeless(); + recipes.removeShapeless(); +} diff --git a/scripts/crafttweaker/recipes/mods/bloodmagic.zs b/scripts/crafttweaker/recipes/mods/bloodmagic.zs new file mode 100644 index 0000000..9a3ec26 --- /dev/null +++ b/scripts/crafttweaker/recipes/mods/bloodmagic.zs @@ -0,0 +1,167 @@ +/* + SevTech: Ages Blood Magic Recipe Script + + This script handles the recipes for Blood Magic. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +import crafttweaker.item.IItemStack; +import crafttweaker.item.IIngredient; + +import mods.zenstages.Utils; + +import scripts.crafttweaker.craftingUtils; +import scripts.crafttweaker.stages.stageZero; +import scripts.crafttweaker.stages.stageOne; +import scripts.crafttweaker.stages.stageTwo; +import scripts.crafttweaker.stages.stageThree; +import scripts.crafttweaker.stages.stageFour; +import scripts.crafttweaker.stages.stageFive; + +/* + Shaped Recipes +*/ +static shapedRecipes as IIngredient[][][][IItemStack] = { + : [ + [ + [, null, ], + [, , ], + [metals.bronze.ingot, , metals.bronze.ingot] + ] + ], + : [ + [ + [null, null, ], + [null, metals.bronze.ingot, null], + [metals.bronze.ingot, null, null] + ] + ], + * 4: [ + [ + [, metals.tin.ingot, ], + [metals.tin.ingot, , metals.tin.ingot], + [, metals.tin.ingot, ] + ] + ], + : [ + [ + [metals.tin.ingot, null, metals.tin.ingot], + [, metals.bronze.ingot, ], + [, metals.copper.block, ] + ] + ], + : [ + [ + [, , ], + [metals.bronze.ingot, , metals.bronze.ingot], + [, , ] + ] + ], + : [ + [ + [, , ], + [, , ], + [, , ] + ] + ], + : [ + [ + [, craftingUtils.getBucketAndTankIngredient(), ], + [craftingUtils.getBucketAndTankIngredient(), , craftingUtils.getBucketAndTankIngredient()], + [, , ] + ] + ], + : [ + [ + [, , ], + [, , ], + [metals.gold.ingot, , metals.gold.ingot] + ] + ], + : [ + [ + [metals.platinum.ingot, , metals.platinum.ingot], + [, , ], + [metals.platinum.ingot, , metals.platinum.ingot] + ] + ], + .withTag({}) : [ + [ + [null, , null], + [, , ], + [null, , null] + ] + ], + : [ + [ + [, , ], + [, , ], + [, , ] + ] + ] +}; + +static namedShapedRecipes as IIngredient[][][][string][IItemStack] = { +}; + +/* + Mirrored Recipes +*/ +static mirroredRecipes as IIngredient[][][][IItemStack] = { +}; + +static namedMirroredRecipes as IIngredient[][][][string][IItemStack] = { +}; + +/* + Shapeless Recipes +*/ +static shapelessRecipes as IIngredient[][][IItemStack] = { + .withTag({Unbreakable: 1 as byte, activated: 0 as byte}) : [ + [] + ], + .withTag({Unbreakable: 1 as byte, activated: 0 as byte}) : [ + [] + ], + .withTag({Unbreakable: 1 as byte, activated: 0 as byte}) : [ + [] + ], + .withTag({Unbreakable: 1 as byte, activated: 0 as byte}) : [ + [] + ] +}; + +static namedShapelessRecipes as IIngredient[][][string][IItemStack] = { +}; + +/* + Recipe Removals +*/ +static removeRecipes as IItemStack[] = [ + , + , + , + , + , + , + , + , + , + +]; + +function init() { + // Un-named recipes + recipeUtil.process(shapedRecipes, false); + recipeUtil.process(mirroredRecipes, true); + recipeUtil.process(shapelessRecipes); + + // Named recipes + recipeUtil.processNamed(namedShapedRecipes, false); + recipeUtil.processNamed(namedMirroredRecipes, true); + recipeUtil.processNamed(namedShapelessRecipes); + + recipeUtil.removeRecipes(removeRecipes); +} diff --git a/scripts/crafttweaker/recipes/mods/buildcraft.zs b/scripts/crafttweaker/recipes/mods/buildcraft.zs new file mode 100644 index 0000000..58f491f --- /dev/null +++ b/scripts/crafttweaker/recipes/mods/buildcraft.zs @@ -0,0 +1,134 @@ +/* + SevTech: Ages BuildCraft Recipe Script + + This script handles the recipes for BuildCraft. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +import crafttweaker.item.IItemStack; +import crafttweaker.item.IIngredient; + +import mods.zenstages.Utils; + +import scripts.crafttweaker.stages.stageZero; +import scripts.crafttweaker.stages.stageOne; +import scripts.crafttweaker.stages.stageTwo; +import scripts.crafttweaker.stages.stageThree; +import scripts.crafttweaker.stages.stageFour; +import scripts.crafttweaker.stages.stageFive; + +/* + Shaped Recipes +*/ +static shapedRecipes as IIngredient[][][][IItemStack] = { + : [ + [ + [, , ], + [metals.redstoneAlloy.gear, , metals.redstoneAlloy.gear], + [, , ] + ] + ], + * 8 : [ + [ + [, , ] + ] + ], + * 1 : [ + [ + [] + ] + ], + : [ + [ + [, , ], + [, metals.steel.gear, ], + [, , ] + ] + ], + : [ + [ + [, , ], + [, , ], + [, , ] + ] + ], + : [ + [ + [metals.platinum.gear, , metals.platinum.gear], + [metals.gold.gear, , metals.gold.gear], + [metals.iron.gear, , metals.iron.gear] + ] + ], + : [ + [ + [], + [] + ] + ], + : [ + [ + [], + [] + ] + ], + : [ + [ + [, , ], + [, , ], + [, , ] + ] + ] +}; + +static namedShapedRecipes as IIngredient[][][][string][IItemStack] = { +}; + +/* + Mirrored Recipes +*/ +static mirroredRecipes as IIngredient[][][][IItemStack] = { +}; + +static namedMirroredRecipes as IIngredient[][][][string][IItemStack] = { +}; + +/* + Shapeless Recipes +*/ +static shapelessRecipes as IIngredient[][][IItemStack] = { + : [ + [, metals.iron.ingot.firstItem] + ] +}; + +static namedShapelessRecipes as IIngredient[][][string][IItemStack] = { +}; + +/* + Recipe Removals +*/ +static removeRecipes as IItemStack[] = [ + , + , + , + , + , + , + +]; + +function init() { + // Un-named recipes + recipeUtil.process(shapedRecipes, false); + recipeUtil.process(mirroredRecipes, true); + recipeUtil.process(shapelessRecipes); + + // Named recipes + recipeUtil.processNamed(namedShapedRecipes, false); + recipeUtil.processNamed(namedMirroredRecipes, true); + recipeUtil.processNamed(namedShapelessRecipes); + + recipeUtil.removeRecipes(removeRecipes); +} diff --git a/scripts/crafttweaker/recipes/mods/buildinggadgets.zs b/scripts/crafttweaker/recipes/mods/buildinggadgets.zs new file mode 100644 index 0000000..a81625f --- /dev/null +++ b/scripts/crafttweaker/recipes/mods/buildinggadgets.zs @@ -0,0 +1,55 @@ +/* + SevTech: Ages Building Gadgets Recipe Script + + This script handles the recipes for Building Gadgets. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +import crafttweaker.item.IItemStack; +import crafttweaker.item.IIngredient; + +/* + Shaped Recipes +*/ +static shapedRecipes as IIngredient[][][][IItemStack] = {}; + +static namedShapedRecipes as IIngredient[][][][string][IItemStack] = {}; + +/* + Mirrored Recipes +*/ +static mirroredRecipes as IIngredient[][][][IItemStack] = {}; + +static namedMirroredRecipes as IIngredient[][][][string][IItemStack] = {}; + +/* + Shapeless Recipes +*/ +static shapelessRecipes as IIngredient[][][IItemStack] = {}; + +static namedShapelessRecipes as IIngredient[][][string][IItemStack] = {}; + +/* + Recipe Removals +*/ +static removeRecipes as IItemStack[] = [ + , + , + +]; + +function init() { + // Un-named recipes + recipeUtil.process(shapedRecipes, false); + recipeUtil.process(mirroredRecipes, true); + recipeUtil.process(shapelessRecipes); + + // Named recipes + recipeUtil.processNamed(namedShapedRecipes, false); + recipeUtil.processNamed(namedMirroredRecipes, true); + recipeUtil.processNamed(namedShapelessRecipes); + + recipeUtil.removeRecipes(removeRecipes); +} diff --git a/scripts/crafttweaker/recipes/mods/car.zs b/scripts/crafttweaker/recipes/mods/car.zs new file mode 100644 index 0000000..fc8571d --- /dev/null +++ b/scripts/crafttweaker/recipes/mods/car.zs @@ -0,0 +1,139 @@ +/* + SevTech: Ages Car Recipe Script + + This script handles the recipes for Car. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +import crafttweaker.item.IItemStack; +import crafttweaker.item.IIngredient; + +import mods.zenstages.Utils; + +import scripts.crafttweaker.stages.stageZero; +import scripts.crafttweaker.stages.stageOne; +import scripts.crafttweaker.stages.stageTwo; +import scripts.crafttweaker.stages.stageThree; +import scripts.crafttweaker.stages.stageFour; +import scripts.crafttweaker.stages.stageFive; + +/* + Shaped Recipes +*/ +static shapedRecipes as IIngredient[][][][IItemStack] = { + : [ + [ + [metals.iron.rod], + [metals.iron.rod] + ] + ], + : [ + [ + [metals.iron.rod], + [metals.iron.rod], + [metals.iron.ingot] + ] + ], + : [ + [ + [metals.iron.ingot, metals.iron.ingot, metals.iron.ingot], + [null, metals.iron.rod, null], + [null, metals.iron.rod, null] + ] + ], + * 3: [ + [ + [metals.iron.ingot, metals.iron.ingot, metals.iron.ingot], + [metals.iron.ingot, metals.iron.ingot, metals.iron.ingot], + [null, metals.iron.rod, null] + ] + ], + : [ + [ + [null, null, metals.iron.ingot], + [null, metals.iron.rod, null], + [metals.iron.rod, null, null] + ] + ], + : [ + [ + [null, metals.iron.ingot, null], + [null, metals.iron.rod, metals.iron.ingot], + [metals.iron.rod, null, null] + ] + ], + : [ + [ + [, metals.iron.rod, ] + ] + ], + : [ + [ + [metals.iron.rod, null, metals.iron.rod], + [metals.iron.ingot, metals.iron.ingot, metals.iron.ingot], + [metals.iron.ingot, metals.iron.ingot, metals.iron.ingot] + ] + ], + : [ + [ + [metals.iron.ingot, metals.iron.ingot, metals.iron.ingot], + [metals.iron.ingot, metals.iron.rod, metals.iron.ingot], + [metals.iron.ingot, metals.iron.ingot, metals.iron.ingot] + ] + ], + : [ + [ + [null, , null], + [null, , ], + [, null, null] + ] + ] +}; + +static namedShapedRecipes as IIngredient[][][][string][IItemStack] = {}; + +/* + Mirrored Recipes +*/ +static mirroredRecipes as IIngredient[][][][IItemStack] = {}; + +static namedMirroredRecipes as IIngredient[][][][string][IItemStack] = {}; + +/* + Shapeless Recipes +*/ +static shapelessRecipes as IIngredient[][][IItemStack] = {}; + +static namedShapelessRecipes as IIngredient[][][string][IItemStack] = {}; + +/* + Recipe Removals +*/ +static removeRecipes as IItemStack[] = [ + , + , + , + , + , + , + , + , + , + +]; + +function init() { + // Un-named recipes + recipeUtil.process(shapedRecipes, false); + recipeUtil.process(mirroredRecipes, true); + recipeUtil.process(shapelessRecipes); + + // Named recipes + recipeUtil.processNamed(namedShapedRecipes, false); + recipeUtil.processNamed(namedMirroredRecipes, true); + recipeUtil.processNamed(namedShapelessRecipes); + + recipeUtil.removeRecipes(removeRecipes); +} diff --git a/scripts/crafttweaker/recipes/mods/ceramics.zs b/scripts/crafttweaker/recipes/mods/ceramics.zs new file mode 100644 index 0000000..f8a3253 --- /dev/null +++ b/scripts/crafttweaker/recipes/mods/ceramics.zs @@ -0,0 +1,70 @@ +/* + SevTech: Ages Ceramics Recipe Script + + This script handles the recipes for Ceramics. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +import crafttweaker.item.IItemStack; +import crafttweaker.item.IIngredient; + +/* + Shaped Recipes +*/ +static shapedRecipes as IIngredient[][][][IItemStack] = {}; + +static namedShapedRecipes as IIngredient[][][][string][IItemStack] = {}; + +/* + Mirrored Recipes +*/ +static mirroredRecipes as IIngredient[][][][IItemStack] = {}; + +static namedMirroredRecipes as IIngredient[][][][string][IItemStack] = {}; + +/* + Shapeless Recipes +*/ +static shapelessRecipes as IIngredient[][][IItemStack] = {}; + +static namedShapelessRecipes as IIngredient[][][string][IItemStack] = {}; + +/* + Furnace Recipes +*/ +static furnaceRecipes as IIngredient[][IItemStack] = { + : [] +}; + +/* + Recipe Removals +*/ +static removeRecipes as IItemStack[] = [ + , + +]; + +static removeFurnace as IIngredient[] = [ + , + , + +]; + +function init() { + // Un-named recipes + recipeUtil.process(shapedRecipes, false); + recipeUtil.process(mirroredRecipes, true); + recipeUtil.process(shapelessRecipes); + + // Named recipes + recipeUtil.processNamed(namedShapedRecipes, false); + recipeUtil.processNamed(namedMirroredRecipes, true); + recipeUtil.processNamed(namedShapelessRecipes); + + recipeUtil.processFurnace(furnaceRecipes); + + recipeUtil.removeRecipes(removeRecipes); + recipeUtil.removeFurnace(removeFurnace); +} diff --git a/scripts/crafttweaker/recipes/mods/chisel.zs b/scripts/crafttweaker/recipes/mods/chisel.zs new file mode 100644 index 0000000..07c8520 --- /dev/null +++ b/scripts/crafttweaker/recipes/mods/chisel.zs @@ -0,0 +1,82 @@ +/* + SevTech: Ages Chisel Recipe Script + + This script handles the recipes for Chisel. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +import crafttweaker.item.IItemStack; +import crafttweaker.item.IIngredient; + +import mods.zenstages.Utils; + +import scripts.crafttweaker.stages.stageOne; +import scripts.crafttweaker.stages.stageTwo; + +/* + Shaped Recipes +*/ +static shapedRecipes as IIngredient[][][][IItemStack] = { + * 8: [ + [ + [, , ], + [, , ], + [, , ] + ] + ] +}; + +static namedShapedRecipes as IIngredient[][][][string][IItemStack] = { + : { + Utils.genRecipeName(stageOne, ): [ + [ + [null, metals.tin.plate], + [, null] + ] + ], + Utils.genRecipeName(stageTwo, ): [ + [ + [null, metals.iron.plate], + [, null] + ] + ] + } +}; + +/* + Mirrored Recipes +*/ +static mirroredRecipes as IIngredient[][][][IItemStack] = {}; + +static namedMirroredRecipes as IIngredient[][][][string][IItemStack] = {}; + +/* + Shapeless Recipes +*/ +static shapelessRecipes as IIngredient[][][IItemStack] = {}; + +static namedShapelessRecipes as IIngredient[][][string][IItemStack] = {}; + +/* + Recipe Removals +*/ +static removeRecipes as IItemStack[] = [ + , + +]; + +function init() { + // Un-named recipes + recipeUtil.process(shapedRecipes, false); + recipeUtil.process(mirroredRecipes, true); + recipeUtil.process(shapelessRecipes); + + // Named recipes + recipeUtil.processNamed(namedShapedRecipes, false); + recipeUtil.processNamed(namedMirroredRecipes, true); + recipeUtil.processNamed(namedShapelessRecipes); + + recipeUtil.removeRecipes(removeRecipes); +} diff --git a/scripts/crafttweaker/recipes/mods/chiselsandbits.zs b/scripts/crafttweaker/recipes/mods/chiselsandbits.zs new file mode 100644 index 0000000..de404b8 --- /dev/null +++ b/scripts/crafttweaker/recipes/mods/chiselsandbits.zs @@ -0,0 +1,131 @@ +/* + SevTech: Ages Chisel & Bits Recipe Script + + This script handles the recipes for Chisel & Bits. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +import crafttweaker.item.IItemStack; +import crafttweaker.item.IIngredient; + +import mods.zenstages.Utils; + +import scripts.crafttweaker.craftingUtils; +import scripts.crafttweaker.stages.stageZero; +import scripts.crafttweaker.stages.stageOne; +import scripts.crafttweaker.stages.stageTwo; +import scripts.crafttweaker.stages.stageThree; +import scripts.crafttweaker.stages.stageFour; +import scripts.crafttweaker.stages.stageFive; + +/* + Shaped Recipes +*/ +static shapedRecipes as IIngredient[][][][IItemStack] = { + : [ + [ + [, , ], + [, , ], + [, , ] + ] + ], + : [ + [ + [.firstItem, null, .firstItem], + [null, null, null], + [.firstItem, null, .firstItem] + ] + ], + : [ + [ + [craftingUtils.getBucketAndTankIngredient(), ], + [, null] + ], + [ + [craftingUtils.getBucketAndTankIngredient(), ], + [, null] + ] + ], + : [ + [ + [craftingUtils.getBucketAndTankIngredient(), ], + [, null] + ], + [ + [craftingUtils.getBucketAndTankIngredient(), ], + [, null] + ] + ], + : [ + [ + [craftingUtils.getBucketAndTankIngredient(), ], + [, null] + ], + [ + [craftingUtils.getBucketAndTankIngredient(), ], + [, null] + ] + ], + : [ + [ + [metals.tin.ingot, .firstItem], + ] + ] +}; + +static namedShapedRecipes as IIngredient[][][][string][IItemStack] = { +}; + +/* + Mirrored Recipes +*/ +static mirroredRecipes as IIngredient[][][][IItemStack] = { +}; + +static namedMirroredRecipes as IIngredient[][][][string][IItemStack] = { +}; + +/* + Shapeless Recipes +*/ +static shapelessRecipes as IIngredient[][][IItemStack] = { + : [ + [] + ], + : [ + [] + ], + : [ + [] + ] +}; + +static namedShapelessRecipes as IIngredient[][][string][IItemStack] = { +}; + +/* + Recipe Removals +*/ +static removeRecipes as IItemStack[] = [ + , + , + , + , + +]; + +function init() { + // Un-named recipes + recipeUtil.process(shapedRecipes, false); + recipeUtil.process(mirroredRecipes, true); + recipeUtil.process(shapelessRecipes); + + // Named recipes + recipeUtil.processNamed(namedShapedRecipes, false); + recipeUtil.processNamed(namedMirroredRecipes, true); + recipeUtil.processNamed(namedShapelessRecipes); + + recipeUtil.removeRecipes(removeRecipes); +} diff --git a/scripts/crafttweaker/recipes/mods/contenttweaker.zs b/scripts/crafttweaker/recipes/mods/contenttweaker.zs new file mode 100644 index 0000000..4cc80a0 --- /dev/null +++ b/scripts/crafttweaker/recipes/mods/contenttweaker.zs @@ -0,0 +1,118 @@ +/* + SevTech: Ages Content Tweaker Recipe Script + + This script handles the recipes for Content Tweaker. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +import crafttweaker.item.IItemStack; +import crafttweaker.item.IIngredient; + +import mods.zenstages.Utils; + +import scripts.crafttweaker.stages.stageZero; +import scripts.crafttweaker.stages.stageOne; +import scripts.crafttweaker.stages.stageTwo; +import scripts.crafttweaker.stages.stageThree; +import scripts.crafttweaker.stages.stageFour; +import scripts.crafttweaker.stages.stageFive; + +/* + Shaped Recipes +*/ +static shapedRecipes as IIngredient[][][][IItemStack] = { + : [ + [ + [metals.bronze.plate, null, metals.bronze.plate], + [metals.bronze.plate, metals.bronze.plate, metals.bronze.plate], + [metals.bronze.plate, metals.bronze.plate, metals.bronze.plate] + ] + ], + : [ + [ + [metals.bronze.plate, null, metals.bronze.plate], + [metals.bronze.plate, null, metals.bronze.plate] + ] + ], + : [ + [ + [metals.bronze.plate, metals.bronze.plate, metals.bronze.plate], + [metals.bronze.plate, null, metals.bronze.plate] + ] + ], + : [ + [ + [metals.bronze.plate, metals.bronze.plate, metals.bronze.plate], + [metals.bronze.plate, null, metals.bronze.plate], + [metals.bronze.plate, null, metals.bronze.plate] + ] + ], + : [ + [ + [metals.copper.plate, null, metals.copper.plate], + [metals.copper.plate, metals.copper.plate, metals.copper.plate], + [metals.copper.plate, metals.copper.plate, metals.copper.plate] + ] + ], + : [ + [ + [metals.copper.plate, null, metals.copper.plate], + [metals.copper.plate, null, metals.copper.plate] + ] + ], + : [ + [ + [metals.copper.plate, metals.copper.plate, metals.copper.plate], + [metals.copper.plate, null, metals.copper.plate] + ] + ], + : [ + [ + [metals.copper.plate, metals.copper.plate, metals.copper.plate], + [metals.copper.plate, null, metals.copper.plate], + [metals.copper.plate, null, metals.copper.plate] + ] + ] +}; + +static namedShapedRecipes as IIngredient[][][][string][IItemStack] = { +}; + +/* + Mirrored Recipes +*/ +static mirroredRecipes as IIngredient[][][][IItemStack] = { +}; + +static namedMirroredRecipes as IIngredient[][][][string][IItemStack] = { +}; + +/* + Shapeless Recipes +*/ +static shapelessRecipes as IIngredient[][][IItemStack] = { +}; + +static namedShapelessRecipes as IIngredient[][][string][IItemStack] = { +}; + +/* + Recipe Removals +*/ +static removeRecipes as IItemStack[] = []; + +function init() { + // Un-named recipes + recipeUtil.process(shapedRecipes, false); + recipeUtil.process(mirroredRecipes, true); + recipeUtil.process(shapelessRecipes); + + // Named recipes + recipeUtil.processNamed(namedShapedRecipes, false); + recipeUtil.processNamed(namedMirroredRecipes, true); + recipeUtil.processNamed(namedShapelessRecipes); + + recipeUtil.removeRecipes(removeRecipes); +} diff --git a/scripts/crafttweaker/recipes/mods/cookingforblockheads.zs b/scripts/crafttweaker/recipes/mods/cookingforblockheads.zs new file mode 100644 index 0000000..cc1f850 --- /dev/null +++ b/scripts/crafttweaker/recipes/mods/cookingforblockheads.zs @@ -0,0 +1,132 @@ +/* + SevTech: Ages Cooking For Block Heads Recipe Script + + This script handles the recipes for Cooking For Block Heads. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +import crafttweaker.item.IItemStack; +import crafttweaker.item.IIngredient; + +import mods.zenstages.Utils; + +import scripts.crafttweaker.craftingUtils; +import scripts.crafttweaker.stages.stageZero; +import scripts.crafttweaker.stages.stageOne; +import scripts.crafttweaker.stages.stageTwo; +import scripts.crafttweaker.stages.stageThree; +import scripts.crafttweaker.stages.stageFour; +import scripts.crafttweaker.stages.stageFive; + +/* + Shaped Recipes +*/ +static shapedRecipes as IIngredient[][][][IItemStack] = { + : [ + [ + [null, metals.platinum.plate, null], + [, , ], + [null, metals.platinum.plate, null] + ] + ], + : [ + [ + [, , ], + [metals.aluminum.plate, , metals.aluminum.plate], + [metals.aluminum.plate, metals.aluminum.plate, metals.aluminum.plate] + ] + ], + : [ + [ + [metals.aluminum.plate, metals.aluminum.plate, metals.aluminum.plate], + [, craftingUtils.getBucketAndTankIngredient(), ], + [, , ] + ] + ], + : [ + [ + [, , ], + [metals.aluminum.rod, null, metals.aluminum.rod] + ] + ], + : [ + [ + [null, null, ], + [metals.aluminum.plate, , metals.aluminum.plate], + [metals.aluminum.plate, craftingUtils.getBucketAndTankIngredient(), metals.aluminum.plate] + ] + ], + : [ + [ + [null, , null], + [, , ], + [, , ] + ] + ], + * 12: [ + [ + [, ], + [, ] + ] + ], + : [ + [ + [metals.electrum.nugget, metals.electrum.nugget, metals.electrum.nugget], + [metals.electrum.ingot, , metals.electrum.ingot] + ] + ], + : [ + [ + [, , ], + [metals.electrum.ingot, , metals.electrum.ingot] + ] + ] +}; + +static namedShapedRecipes as IIngredient[][][][string][IItemStack] = {}; + +/* + Mirrored Recipes +*/ +static mirroredRecipes as IIngredient[][][][IItemStack] = {}; + +static namedMirroredRecipes as IIngredient[][][][string][IItemStack] = {}; + +/* + Shapeless Recipes +*/ +static shapelessRecipes as IIngredient[][][IItemStack] = {}; + +static namedShapelessRecipes as IIngredient[][][string][IItemStack] = {}; + +/* + Recipe Removals +*/ +static removeRecipes as IItemStack[] = [ + , + , + , + , + , + , + , + , + , + +]; + +function init() { + // Un-named recipes + recipeUtil.process(shapedRecipes, false); + recipeUtil.process(mirroredRecipes, true); + recipeUtil.process(shapelessRecipes); + + // Named recipes + recipeUtil.processNamed(namedShapedRecipes, false); + recipeUtil.processNamed(namedMirroredRecipes, true); + recipeUtil.processNamed(namedShapelessRecipes); + + recipeUtil.removeRecipes(removeRecipes); +} diff --git a/scripts/crafttweaker/recipes/mods/cyclicmagic.zs b/scripts/crafttweaker/recipes/mods/cyclicmagic.zs new file mode 100644 index 0000000..1e577f2 --- /dev/null +++ b/scripts/crafttweaker/recipes/mods/cyclicmagic.zs @@ -0,0 +1,208 @@ +/* + SevTech: Ages Cyclic Magic Recipe Script + + This script handles the recipes for Cyclic Magic. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +import crafttweaker.item.IItemStack; +import crafttweaker.item.IIngredient; + +import mods.betterwithmods.MiniBlocks; +import mods.zenstages.Utils; + +import scripts.crafttweaker.craftingUtils; +import scripts.crafttweaker.stages.stageZero; +import scripts.crafttweaker.stages.stageOne; +import scripts.crafttweaker.stages.stageTwo; +import scripts.crafttweaker.stages.stageThree; +import scripts.crafttweaker.stages.stageFour; +import scripts.crafttweaker.stages.stageFive; + +/* + Shaped Recipes +*/ +static shapedRecipes as IIngredient[][][][IItemStack] = { + : [ + [ + [.firstItem, null, .firstItem], + [null, .firstItem, null], + [.firstItem, null, .firstItem] + ] + ], + : [ + [ + [, ] + ] + ], + : [ + [ + [null, , ], + [null, .firstItem, ], + [.firstItem, null, null] + ] + ], + * 8 : [ + [ + [, , ], + [, , ], + [, , ] + ] + ], + : [ + [ + [, , ], + [metals.iron.plate, metals.redstoneAlloy.plate, metals.iron.plate], + [, metals.platinum.plate, ] + ] + ], + : [ + [ + [metals.aluminum.plate, metals.redstoneAlloy.plate, metals.aluminum.plate], + [metals.redstoneAlloy.plate, , metals.redstoneAlloy.plate], + [metals.aluminum.plate, metals.redstoneAlloy.plate, metals.aluminum.plate] + ] + ], + : [ + [ + [.withTag({Potion: "minecraft:strong_swiftness"}), , .withTag({Potion: "minecraft:strong_regeneration"})], + [metals.aluminum.plate, ,metals.aluminum.plate], + [metals.lead.plate, metals.aluminum.plate, metals.lead.plate] + ] + ], + : [ + [ + [, null, ], + [metals.iron.ingot, , null], + [metals.iron.ingot, metals.iron.ingot, ] + ] + ], + : [ + [ + [, null, ], + [metals.iron.ingot, , null], + [metals.iron.ingot, metals.iron.ingot, ] + ] + ], + : [ + [ + [, , ], + [null, , null], + [, , ] + ] + ], + : [ + [ + [, null, ], + [metals.iron.ingot, , null], + [metals.iron.ingot, metals.iron.ingot, ] + ] + ], + : [ + [ + [, null, ], + [metals.iron.ingot, , null], + [metals.iron.ingot, metals.iron.ingot, ] + ] + ], + : [ + [ + [, null, ], + [metals.iron.ingot, , null], + [metals.iron.ingot, metals.iron.ingot, ] + ] + ], + : [ + [ + [, , ], + [metals.compressedIron.plate, , metals.compressedIron.plate], + [, , ] + ] + ], + : [ + [ + [, , ], + [metals.compressedIron.plate, , metals.compressedIron.plate], + [, , ] + ] + ], + : [ + [ + [, , ], + [, , ] + ] + ], + : [ + [ + [, , ], + [null, , ], + [, null, ] + ] + ], + : [ + [ + [, , ], + [null, , null], + [, null, ] + ] + ] +}; + +static namedShapedRecipes as IIngredient[][][][string][IItemStack] = { +}; + +/* + Mirrored Recipes +*/ +static mirroredRecipes as IIngredient[][][][IItemStack] = { +}; + +static namedMirroredRecipes as IIngredient[][][][string][IItemStack] = { +}; + +/* + Shapeless Recipes +*/ +static shapelessRecipes as IIngredient[][][IItemStack] = { +}; + +static namedShapelessRecipes as IIngredient[][][string][IItemStack] = { +}; + +/* + Recipe Removals +*/ +static removeRecipes as IItemStack[] = [ + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + +]; + +function init() { + // Un-named recipes + recipeUtil.process(shapedRecipes, false); + recipeUtil.process(mirroredRecipes, true); + recipeUtil.process(shapelessRecipes); + + // Named recipes + recipeUtil.processNamed(namedShapedRecipes, false); + recipeUtil.processNamed(namedMirroredRecipes, true); + recipeUtil.processNamed(namedShapelessRecipes); + + recipeUtil.removeRecipes(removeRecipes); +} diff --git a/scripts/crafttweaker/recipes/mods/darkutils.zs b/scripts/crafttweaker/recipes/mods/darkutils.zs new file mode 100644 index 0000000..11862f0 --- /dev/null +++ b/scripts/crafttweaker/recipes/mods/darkutils.zs @@ -0,0 +1,75 @@ +/* + SevTech: Ages DarkUtils Recipe Script + + This script handles the recipes for DarkUtils. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +import crafttweaker.item.IItemStack; +import crafttweaker.item.IIngredient; +import crafttweaker.oredict.IOreDictEntry; + +import scripts.crafttweaker.utils; + +/* + Shaped Recipes +*/ +static shapedRecipes as IIngredient[][][][IItemStack] = {}; + +static namedShapedRecipes as IIngredient[][][][string][IItemStack] = {}; + +/* + Mirrored Recipes +*/ +static mirroredRecipes as IIngredient[][][][IItemStack] = {}; + +static namedMirroredRecipes as IIngredient[][][][string][IItemStack] = {}; + +/* + Shapeless Recipes +*/ +static shapelessRecipes as IIngredient[][][IItemStack] = {}; + +static namedShapelessRecipes as IIngredient[][][string][IItemStack] = {}; + +/* + Recipe Removals +*/ +static removeRecipes as IItemStack[] = []; + +static removeRegex as string[] = [ + "darkutils:dyed_slime_block_.*" +]; + +function initSlimeBlockRecipes() { + for i in 0 to 16 { + var slimeBlock as IItemStack = .definition.makeStack(i); + var dye as IItemStack = .definition.makeStack(15 - i); + var dyeOredict as IOreDictEntry = oreDict.get("dye" ~ utils.capitalize(minecraftDyeIdTable[15 - i])); + recipes.addShaped(slimeBlock * 8, [ + [, , ], + [, dyeOredict, ], + [, , ] + ]); + } +} + +function init() { + // Un-named recipes + recipeUtil.process(shapedRecipes, false); + recipeUtil.process(mirroredRecipes, true); + recipeUtil.process(shapelessRecipes); + + // Named recipes + recipeUtil.processNamed(namedShapedRecipes, false); + recipeUtil.processNamed(namedMirroredRecipes, true); + recipeUtil.processNamed(namedShapelessRecipes); + + recipeUtil.removeRecipes(removeRecipes); + recipeUtil.removeRecipes(removeRegex); + + // Create the slime block reicpes + scripts.crafttweaker.recipes.mods.darkutils.initSlimeBlockRecipes(); +} diff --git a/scripts/crafttweaker/recipes/mods/deathCompass.zs b/scripts/crafttweaker/recipes/mods/deathCompass.zs new file mode 100644 index 0000000..91c7c1b --- /dev/null +++ b/scripts/crafttweaker/recipes/mods/deathCompass.zs @@ -0,0 +1,70 @@ +/* + SevTech: Ages Death Compass Recipe Script + + This script handles the recipes for Death Compass. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +import crafttweaker.item.IItemStack; +import crafttweaker.item.IIngredient; + +import mods.zenstages.Utils; + +import scripts.crafttweaker.stages.stageZero; +import scripts.crafttweaker.stages.stageOne; +import scripts.crafttweaker.stages.stageTwo; +import scripts.crafttweaker.stages.stageThree; +import scripts.crafttweaker.stages.stageFour; +import scripts.crafttweaker.stages.stageFive; + +/* + Shaped Recipes +*/ +static shapedRecipes as IIngredient[][][][IItemStack] = { +}; + +static namedShapedRecipes as IIngredient[][][][string][IItemStack] = { +}; + +/* + Mirrored Recipes +*/ +static mirroredRecipes as IIngredient[][][][IItemStack] = { +}; + +static namedMirroredRecipes as IIngredient[][][][string][IItemStack] = { +}; + +/* + Shapeless Recipes +*/ +static shapelessRecipes as IIngredient[][][IItemStack] = { + .withTag({}): [ + [.withTag({}, false)] + ] +}; + +static namedShapelessRecipes as IIngredient[][][string][IItemStack] = { +}; + +/* + Recipe Removals +*/ +static removeRecipes as IItemStack[] = [ +]; + +function init() { + // Un-named recipes + recipeUtil.process(shapedRecipes, false); + recipeUtil.process(mirroredRecipes, true); + recipeUtil.process(shapelessRecipes); + + // Named recipes + recipeUtil.processNamed(namedShapedRecipes, false); + recipeUtil.processNamed(namedMirroredRecipes, true); + recipeUtil.processNamed(namedShapelessRecipes); + + recipeUtil.removeRecipes(removeRecipes); +} diff --git a/scripts/crafttweaker/recipes/mods/dungpipe.zs b/scripts/crafttweaker/recipes/mods/dungpipe.zs new file mode 100644 index 0000000..a8bddff --- /dev/null +++ b/scripts/crafttweaker/recipes/mods/dungpipe.zs @@ -0,0 +1,81 @@ +/* + SevTech: Ages Dung Pipe Recipe Script + + This script handles the recipes for Dung Pipe. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +import crafttweaker.item.IItemStack; +import crafttweaker.item.IIngredient; + +import mods.zenstages.Utils; + +import scripts.crafttweaker.stages.stageZero; +import scripts.crafttweaker.stages.stageOne; +import scripts.crafttweaker.stages.stageTwo; +import scripts.crafttweaker.stages.stageThree; +import scripts.crafttweaker.stages.stageFour; +import scripts.crafttweaker.stages.stageFive; + +/* + Shaped Recipes +*/ +static shapedRecipes as IIngredient[][][][IItemStack] = { + : [ + [ + [null, , ], + [, null, ], + [null, , null] + ] + ], + : [ + [ + [, metals.tin.plate, metals.tin.plate] + ] + ] +}; + +static namedShapedRecipes as IIngredient[][][][string][IItemStack] = { +}; + +/* + Mirrored Recipes +*/ +static mirroredRecipes as IIngredient[][][][IItemStack] = { +}; + +static namedMirroredRecipes as IIngredient[][][][string][IItemStack] = { +}; + +/* + Shapeless Recipes +*/ +static shapelessRecipes as IIngredient[][][IItemStack] = { +}; + +static namedShapelessRecipes as IIngredient[][][string][IItemStack] = { +}; + +/* + Recipe Removals +*/ +static removeRecipes as IItemStack[] = [ + , + +]; + +function init() { + // Un-named recipes + recipeUtil.process(shapedRecipes, false); + recipeUtil.process(mirroredRecipes, true); + recipeUtil.process(shapelessRecipes); + + // Named recipes + recipeUtil.processNamed(namedShapedRecipes, false); + recipeUtil.processNamed(namedMirroredRecipes, true); + recipeUtil.processNamed(namedShapelessRecipes); + + recipeUtil.removeRecipes(removeRecipes); +} diff --git a/scripts/crafttweaker/recipes/mods/enderutilities.zs b/scripts/crafttweaker/recipes/mods/enderutilities.zs new file mode 100644 index 0000000..e008f3c --- /dev/null +++ b/scripts/crafttweaker/recipes/mods/enderutilities.zs @@ -0,0 +1,103 @@ +/* + SevTech: Ages Ender Utilities Recipe Script + + This script handles the recipes for Ender Utilities. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +import crafttweaker.item.IItemStack; +import crafttweaker.item.IIngredient; + +import mods.zenstages.Utils; + +import scripts.crafttweaker.stages.stageZero; +import scripts.crafttweaker.stages.stageOne; +import scripts.crafttweaker.stages.stageTwo; +import scripts.crafttweaker.stages.stageThree; +import scripts.crafttweaker.stages.stageFour; +import scripts.crafttweaker.stages.stageFive; + +/* + Shaped Recipes +*/ +static shapedRecipes as IIngredient[][][][IItemStack] = { + : [ + [ + [, , ], + [, metals.enhancedGalgadorian.ingot, ], + [, , ] + ] + ], + : [ + [ + [, , ], + [, metals.reinforcedMetal.ingot, ], + [, , ] + ] + ], + : [ + [ + [null, , null], + [, metals.reinforcedMetal.ingot, ], + [, , ] + ] + ], + : [ + [ + [, , ], + [, metals.enhancedGalgadorian.ingot, ], + [, , ] + ] + ] +}; + +static namedShapedRecipes as IIngredient[][][][string][IItemStack] = { +}; + +/* + Mirrored Recipes +*/ +static mirroredRecipes as IIngredient[][][][IItemStack] = { +}; + +static namedMirroredRecipes as IIngredient[][][][string][IItemStack] = { +}; + +/* + Shapeless Recipes +*/ +static shapelessRecipes as IIngredient[][][IItemStack] = { +}; + +static namedShapelessRecipes as IIngredient[][][string][IItemStack] = { +}; + +/* + Recipe Removals +*/ +static removeRecipes as IItemStack[] = [ + , + , + , + , + , + , + , + +]; + +function init() { + // Un-named recipes + recipeUtil.process(shapedRecipes, false); + recipeUtil.process(mirroredRecipes, true); + recipeUtil.process(shapelessRecipes); + + // Named recipes + recipeUtil.processNamed(namedShapedRecipes, false); + recipeUtil.processNamed(namedMirroredRecipes, true); + recipeUtil.processNamed(namedShapelessRecipes); + + recipeUtil.removeRecipes(removeRecipes); +} diff --git a/scripts/crafttweaker/recipes/mods/extendedcrafting.zs b/scripts/crafttweaker/recipes/mods/extendedcrafting.zs new file mode 100644 index 0000000..19fa5ca --- /dev/null +++ b/scripts/crafttweaker/recipes/mods/extendedcrafting.zs @@ -0,0 +1,135 @@ +/* + SevTech: Ages Extended Crafting Recipe Script + + This script handles the recipes for Extended Crafting. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +import crafttweaker.item.IItemStack; +import crafttweaker.item.IIngredient; + +import mods.zenstages.Utils; + +import scripts.crafttweaker.stages.stageZero; +import scripts.crafttweaker.stages.stageOne; +import scripts.crafttweaker.stages.stageTwo; +import scripts.crafttweaker.stages.stageThree; +import scripts.crafttweaker.stages.stageFour; +import scripts.crafttweaker.stages.stageFive; + +/* + Shaped Recipes +*/ +static shapedRecipes as IIngredient[][][][IItemStack] = { + : [ + [ + [, , ], + [, metals.iron.block, ], + [, , ] + ] + ], + : [ + [ + [metals.iron.rod, metals.iron.rod], + [, ] + ] + ], + : [ + [ + [, , ], + [metals.manyullyn.block, , metals.manyullyn.block], + [, , ] + ] + ], + : [ + [ + [, ], + [metals.manyullyn.ingot, metals.manyullyn.ingot] + ] + ], + : [ + [ + [null, , null], + [, , ], + [null, , null] + ] + ], + : [ + [ + [, , ], + [, , ], + [, , ] + ] + ], + : [ + [ + [null, , null], + [null, , null], + [, , ] + ] + ] +}; + +static namedShapedRecipes as IIngredient[][][][string][IItemStack] = { +}; + +/* + Mirrored Recipes +*/ +static mirroredRecipes as IIngredient[][][][IItemStack] = { +}; + +static namedMirroredRecipes as IIngredient[][][][string][IItemStack] = { +}; + +/* + Shapeless Recipes +*/ +static shapelessRecipes as IIngredient[][][IItemStack] = { + : [ + [metals.gold.rod, metals.gold.rod, metals.blackIron.plate, ] + ], + *2 : [ + [, , , ] + ] +}; + +static namedShapelessRecipes as IIngredient[][][string][IItemStack] = { + : { + Utils.genRecipeName(stageThree, ): [ + [metals.iron.rod, metals.iron.rod, metals.blackIron.plate, ] + ] + } +}; + +/* + Recipe Removals +*/ +static removeRecipes as IItemStack[] = [ + , + , + , + , + , + , + , + , + , + +]; + +function init() { + // Un-named recipes + recipeUtil.process(shapedRecipes, false); + recipeUtil.process(mirroredRecipes, true); + recipeUtil.process(shapelessRecipes); + + // Named recipes + recipeUtil.processNamed(namedShapedRecipes, false); + recipeUtil.processNamed(namedMirroredRecipes, true); + recipeUtil.processNamed(namedShapelessRecipes); + + recipeUtil.removeRecipes(removeRecipes); +} diff --git a/scripts/crafttweaker/recipes/mods/extraplanets.zs b/scripts/crafttweaker/recipes/mods/extraplanets.zs new file mode 100644 index 0000000..d3e9f10 --- /dev/null +++ b/scripts/crafttweaker/recipes/mods/extraplanets.zs @@ -0,0 +1,339 @@ +/* + SevTech: Ages Extra Planets Recipe Script + + This script handles the recipes for Extra Planets. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +import crafttweaker.item.IItemStack; +import crafttweaker.item.IIngredient; + +import mods.zenstages.Utils; + +import scripts.crafttweaker.stages.stageFour; +import scripts.crafttweaker.stages.stageFive; + +/* + Shaped Recipes +*/ +static shapedRecipes as IIngredient[][][][IItemStack] = { + : [ + [ + [, null, ], + [, null, ], + [, null, ] + ] + ], + : [ + [ + [metals.lead.plate, , metals.lead.plate], + [metals.lead.plate, null, metals.lead.plate], + [metals.lead.plate, , metals.lead.plate] + ] + ], + : [ + [ + [metals.aluminum.plate, , metals.aluminum.plate], + [metals.aluminum.plate, null, metals.aluminum.plate] + ] + ], + : [ + [ + [metals.aluminum.plate, null, metals.aluminum.plate], + [metals.aluminum.plate, , metals.aluminum.plate], + [metals.aluminum.plate, metals.aluminum.plate, metals.aluminum.plate] + ] + ], + : [ + [ + [metals.aluminum.plate, , metals.aluminum.plate], + [metals.aluminum.plate, null, metals.aluminum.plate], + [metals.aluminum.plate, null, metals.aluminum.plate] + ] + ], + : [ + [ + [, null, ], + [metals.aluminum.plate, null, metals.aluminum.plate] + ] + ], + : [ + [ + [metals.nickel.ingot, metals.nickel.ingot, metals.nickel.ingot], + [metals.nickel.ingot, , metals.nickel.ingot], + [, , ] + ] + ], + : [ + [ + [metals.uranium.ingot, , metals.uranium.ingot], + [, , ], + [metals.uranium.ingot, , metals.uranium.ingot] + ] + ], + : [ + [ + [, , ], + [, metals.uranium.ingot, ], + [, , ] + ] + ], + : [ + [ + [null, , null], + [, , ], + [null, , null] + ] + ], + : [ + [ + [null, , null], + [, , ], + [null, , null] + ] + ], + : [ + [ + [null, , null], + [, , ], + [null, , null] + ] + ], + : [ + [ + [null, , null], + [, , ], + [null, , null] + ] + ], + : [ + [ + [null, , null], + [, , ], + [null, , null] + ] + ], + : [ + [ + [null, , null], + [, , ], + [null, , null] + ] + ], + : [ + [ + [null, , null], + [, , ], + [null, , null] + ] + ], + : [ + [ + [null, , null], + [, , ], + [null, , null] + ] + ], + : [ + [ + [null, , null], + [, , ], + [null, , null] + ] + ], + : [ + [ + [null, , null], + [, , ], + [null, , null] + ] + ], + : [ + [ + [null, , null], + [, , ], + [null, , null] + ] + ], + : [ + [ + [null, , null], + [, , ], + [null, , null] + ] + ], + : [ + [ + [null, , null], + [, , ], + [null, , null] + ] + ], + : [ + [ + [null, , null], + [, , ], + [null, , null] + ] + ], + : [ + [ + [null, , null], + [, , ], + [null, , null] + ] + ], + : [ + [ + [null, , null], + [, , ], + [null, , null] + ] + ] +}; + +static namedShapedRecipes as IIngredient[][][][string][IItemStack] = { + // ================================== + // Stage Four + // ================================== + .withTag({electricity: 50000.0f}): { + Utils.genRecipeName(stageFour, ): [ + [ + [null, , null], + [, , ], + [null, , null] + ] + ] + }, + .withTag({electricity: 50000.0f}): { + Utils.genRecipeName(stageFour, ): [ + [ + [null, , null], + [, , ], + [null, , null] + ] + ] + }, + .withTag({electricity: 50000.0f}): { + Utils.genRecipeName(stageFour, ): [ + [ + [null, , null], + [, , ], + [null, , null] + ] + ] + }, + .withTag({electricity: 50000.0f}): { + Utils.genRecipeName(stageFour, ): [ + [ + [null, , null], + [, , ], + [null, , null] + ] + ] + } +}; + +/* + Mirrored Recipes +*/ +static mirroredRecipes as IIngredient[][][][IItemStack] = { +}; + +static namedMirroredRecipes as IIngredient[][][][string][IItemStack] = { +}; + +/* + Shapeless Recipes +*/ +static shapelessRecipes as IIngredient[][][IItemStack] = { +}; + +static namedShapelessRecipes as IIngredient[][][string][IItemStack] = { +}; + +/* + Recipe Removals +*/ +static removeRecipes as IItemStack[] = [ + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + +]; + +static removeRegex as string[] = [ + "extraplanets:chest", + "extraplanets:chest_alt.*" +]; + +static removeFurnace as IIngredient[] = [ + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + +]; + +static removeFurnaceInput as IIngredient[IIngredient] = { + : +}; + +function init() { + // Un-named recipes + recipeUtil.process(shapedRecipes, false); + recipeUtil.process(mirroredRecipes, true); + recipeUtil.process(shapelessRecipes); + + // Named recipes + recipeUtil.processNamed(namedShapedRecipes, false); + recipeUtil.processNamed(namedMirroredRecipes, true); + recipeUtil.processNamed(namedShapelessRecipes); + + // Removals + recipeUtil.removeRecipes(removeRecipes); + recipeUtil.removeRecipes(removeRegex); + recipeUtil.removeFurnace(removeFurnace); + recipeUtil.removeFurnace(removeFurnaceInput); +} diff --git a/scripts/crafttweaker/recipes/mods/farmingforblockheads.zs b/scripts/crafttweaker/recipes/mods/farmingforblockheads.zs new file mode 100644 index 0000000..5ceecc0 --- /dev/null +++ b/scripts/crafttweaker/recipes/mods/farmingforblockheads.zs @@ -0,0 +1,75 @@ +/* + SevTech: Ages Farming For Block Heads Recipe Script + + This script handles the recipes for Farming For Block Heads. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +import crafttweaker.item.IItemStack; +import crafttweaker.item.IIngredient; + +import mods.zenstages.Utils; + +import scripts.crafttweaker.stages.stageZero; +import scripts.crafttweaker.stages.stageOne; +import scripts.crafttweaker.stages.stageTwo; +import scripts.crafttweaker.stages.stageThree; +import scripts.crafttweaker.stages.stageFour; +import scripts.crafttweaker.stages.stageFive; + +/* + Shaped Recipes +*/ +static shapedRecipes as IIngredient[][][][IItemStack] = { + : [ + [ + [, , ], + [, null, ], + [, , ] + ] + ] +}; + +static namedShapedRecipes as IIngredient[][][][string][IItemStack] = { +}; + +/* + Mirrored Recipes +*/ +static mirroredRecipes as IIngredient[][][][IItemStack] = { +}; + +static namedMirroredRecipes as IIngredient[][][][string][IItemStack] = { +}; + +/* + Shapeless Recipes +*/ +static shapelessRecipes as IIngredient[][][IItemStack] = { +}; + +static namedShapelessRecipes as IIngredient[][][string][IItemStack] = { +}; + +/* + Recipe Removals +*/ +static removeRecipes as IItemStack[] = [ + +]; + +function init() { + // Un-named recipes + recipeUtil.process(shapedRecipes, false); + recipeUtil.process(mirroredRecipes, true); + recipeUtil.process(shapelessRecipes); + + // Named recipes + recipeUtil.processNamed(namedShapedRecipes, false); + recipeUtil.processNamed(namedMirroredRecipes, true); + recipeUtil.processNamed(namedShapelessRecipes); + + recipeUtil.removeRecipes(removeRecipes); +} diff --git a/scripts/crafttweaker/recipes/mods/ferdinandsflowers.zs b/scripts/crafttweaker/recipes/mods/ferdinandsflowers.zs new file mode 100644 index 0000000..4caae3d --- /dev/null +++ b/scripts/crafttweaker/recipes/mods/ferdinandsflowers.zs @@ -0,0 +1,180 @@ +/* + SevTech: Ages Ferdinands Flowers Recipe Script + + This script handles the recipes for Ferdinands Flowers. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +import crafttweaker.item.IItemStack; +import crafttweaker.item.IIngredient; + +import mods.zenstages.Utils; + +import scripts.crafttweaker.stages.stageZero; +import scripts.crafttweaker.stages.stageOne; +import scripts.crafttweaker.stages.stageTwo; +import scripts.crafttweaker.stages.stageThree; +import scripts.crafttweaker.stages.stageFour; +import scripts.crafttweaker.stages.stageFive; + +/* + Shaped Recipes +*/ +static shapedRecipes as IIngredient[][][][IItemStack] = { + * 8: [ + [ + [, , ], + [, , ], + [, , ] + ] + ], + * 8 : [ + [ + [, , ], + [, , ], + [, , ] + ] + ], + * 7 : [ + [ + [, , ], + [, , ], + [, , ] + ] + ], + * 8 : [ + [ + [, , ], + [, , ], + [, , ] + ] + ], + * 8 : [ + [ + [, , ], + [, , ], + [, , ] + ] + ], + * 8 : [ + [ + [, , ], + [, , ], + [, , ] + ] + ], + * 7 : [ + [ + [, , ], + [, , ], + [, , ] + ] + ], + * 8 : [ + [ + [, , ], + [, , ], + [, , ] + ] + ], + * 8 : [ + [ + [, , ], + [, , ], + [, , ] + ] + ], + * 7 : [ + [ + [, , ], + [, , ], + [, , ] + ] + ], + * 8 : [ + [ + [, , ], + [, , ], + [, , ] + ] + ], + * 7 : [ + [ + [, , ], + [, , ], + [, , ] + ] + ], + * 8 : [ + [ + [, , ], + [, , ], + [, , ] + ] + ], + * 7 : [ + [ + [, , ], + [, , ], + [, , ] + ] + ], + * 8 : [ + [ + [, , ], + [, , ], + [, , ] + ] + ], + * 8 : [ + [ + [, , ], + [, , ], + [, , ] + ] + ] +}; + +static namedShapedRecipes as IIngredient[][][][string][IItemStack] = { +}; + +/* + Mirrored Recipes +*/ +static mirroredRecipes as IIngredient[][][][IItemStack] = { +}; + +static namedMirroredRecipes as IIngredient[][][][string][IItemStack] = { +}; + +/* + Shapeless Recipes +*/ +static shapelessRecipes as IIngredient[][][IItemStack] = { +}; + +static namedShapelessRecipes as IIngredient[][][string][IItemStack] = { +}; + +/* + Recipe Removals +*/ +static removeRecipes as IItemStack[] = [ + +]; + +function init() { + // Un-named recipes + recipeUtil.process(shapedRecipes, false); + recipeUtil.process(mirroredRecipes, true); + recipeUtil.process(shapelessRecipes); + + // Named recipes + recipeUtil.processNamed(namedShapedRecipes, false); + recipeUtil.processNamed(namedMirroredRecipes, true); + recipeUtil.processNamed(namedShapelessRecipes); + + recipeUtil.removeRecipes(removeRecipes); +} diff --git a/scripts/crafttweaker/recipes/mods/galacticraft.zs b/scripts/crafttweaker/recipes/mods/galacticraft.zs new file mode 100644 index 0000000..18ba48d --- /dev/null +++ b/scripts/crafttweaker/recipes/mods/galacticraft.zs @@ -0,0 +1,184 @@ +/* + SevTech: Ages GalactiCraft Recipe Script + + This script handles the recipes for GalactiCraft. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +import crafttweaker.item.IItemStack; +import crafttweaker.item.IIngredient; + +import scripts.crafttweaker.utils; + +/* + Shaped Recipes +*/ +static shapedRecipes as IIngredient[][][][IItemStack] = { + : [ + [ + [metals.aluminum.plate, , metals.aluminum.plate], + [metals.aluminum.plate, , metals.aluminum.plate], + [, , ] + ] + ], + : [ + [ + [, , ], + [, , ], + [, , ] + ] + ], + : [ + [ + [, null, ], + [null, metals.invar.gear, null], + [, null, ] + ] + ], + : [ + [ + [, , ], + [, , ], + [, , ] + ] + ], + : [ + [ + [, , ], + [, , ], + [, metals.lead.ingot, ] + ] + ], + : [ + [ + [metals.lead.ingot, metals.lead.ingot, metals.lead.ingot], + [metals.lead.ingot, , metals.lead.ingot], + [metals.lead.ingot, metals.lead.ingot, metals.lead.ingot] + ] + ], + : [ + [ + [metals.lead.ingot, , metals.lead.ingot], + [, metals.lead.ingot, ], + [metals.lead.ingot, , metals.lead.ingot] + ] + ], + : [ + [ + [metals.lead.ingot, , metals.lead.ingot], + [, metals.lead.ingot, ], + [metals.lead.ingot, , metals.lead.ingot] + ] + ], + : [ + [ + [, , ], + [, , ], + [, .withTag({Potion: "minecraft:healing"}), .withTag({Potion: "minecraft:long_night_vision"})] + ] + ] +}; + +static namedShapedRecipes as IIngredient[][][][string][IItemStack] = {}; + +/* + Mirrored Recipes +*/ +static mirroredRecipes as IIngredient[][][][IItemStack] = {}; + +static namedMirroredRecipes as IIngredient[][][][string][IItemStack] = {}; + +/* + Shapeless Recipes +*/ +static shapelessRecipes as IIngredient[][][IItemStack] = { + * 16 : [ + [, , , ] + ], + * 32 : [ + [, , , ] + ], + : [ + [, ] + ] +}; + +static namedShapelessRecipes as IIngredient[][][string][IItemStack] = {}; + +/* + Furnace Recipes +*/ +static furnaceRecipes as IIngredient[][IItemStack] = { + .firstItem: [], + metals.titanium.ingot.firstItem: [, ], + .firstItem: [] +}; + +/* + Recipe Removals +*/ +static removeRecipes as IItemStack[] = [ + , + , + , + , + , + , + , + , + , + , + , + +]; + +static removeFurnace as IIngredient[] = [ + , + , + , + +]; + +function initParachuteRecipes() { + for i in 0 to 16 { + var parachute as IItemStack = .definition.makeStack(i); + if (i == 0) { + recipes.removeByRecipeName("galacticraftcore:parachute_" ~ i ~ "_alt"); + } else { + recipes.removeByRecipeName("galacticraftcore:parachute_" ~ i); + } + recipes.addShapeless(parachute, [, oreDict.get("dye" ~ utils.capitalize(parachuteDyeIdTable[i]))]); + } +} + +function init() { + // Un-named recipes + recipeUtil.process(shapedRecipes, false); + recipeUtil.process(mirroredRecipes, true); + recipeUtil.process(shapelessRecipes); + + // Named recipes + recipeUtil.processNamed(namedShapedRecipes, false); + recipeUtil.processNamed(namedMirroredRecipes, true); + recipeUtil.processNamed(namedShapelessRecipes); + + // Furnace recipes + recipeUtil.processFurnace(furnaceRecipes); + + recipeUtil.removeRecipes(removeRecipes); + recipeUtil.removeFurnace(removeFurnace); + + // Create the parachute reicpes + scripts.crafttweaker.recipes.mods.galacticraft.initParachuteRecipes(); + + // Remove the Lead Block recipe. + recipes.removeShaped(, [ + [, , ], + [, , ], + [, , ] + ]); + // Remove the conversion recipe. + recipes.removeShaped( * 9, [ [] ]); +} diff --git a/scripts/crafttweaker/recipes/mods/geolosys.zs b/scripts/crafttweaker/recipes/mods/geolosys.zs new file mode 100644 index 0000000..a8715ad --- /dev/null +++ b/scripts/crafttweaker/recipes/mods/geolosys.zs @@ -0,0 +1,66 @@ +/* + SevTech: Ages Geolosys Recipe Script + + This script handles the recipes for Geolosys. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +import crafttweaker.item.IItemStack; +import crafttweaker.item.IIngredient; + +import mods.zenstages.Utils; + +import scripts.crafttweaker.stages.stageZero; +import scripts.crafttweaker.stages.stageOne; +import scripts.crafttweaker.stages.stageTwo; +import scripts.crafttweaker.stages.stageThree; +import scripts.crafttweaker.stages.stageFour; +import scripts.crafttweaker.stages.stageFive; + +/* + Shaped Recipes +*/ +static shapedRecipes as IIngredient[][][][IItemStack] = {}; + +static namedShapedRecipes as IIngredient[][][][string][IItemStack] = {}; + +/* + Mirrored Recipes +*/ +static mirroredRecipes as IIngredient[][][][IItemStack] = {}; + +static namedMirroredRecipes as IIngredient[][][][string][IItemStack] = {}; + +/* + Shapeless Recipes +*/ +static shapelessRecipes as IIngredient[][][IItemStack] = { + : [ + [, ] + ] +}; + +static namedShapelessRecipes as IIngredient[][][string][IItemStack] = {}; + +/* + Recipe Removals +*/ +static removeRecipes as IItemStack[] = [ + +]; + +function init() { + // Un-named recipes + recipeUtil.process(shapedRecipes, false); + recipeUtil.process(mirroredRecipes, true); + recipeUtil.process(shapelessRecipes); + + // Named recipes + recipeUtil.processNamed(namedShapedRecipes, false); + recipeUtil.processNamed(namedMirroredRecipes, true); + recipeUtil.processNamed(namedShapelessRecipes); + + recipeUtil.removeRecipes(removeRecipes); +} diff --git a/scripts/crafttweaker/recipes/mods/guideapi.zs b/scripts/crafttweaker/recipes/mods/guideapi.zs new file mode 100644 index 0000000..08d97d2 --- /dev/null +++ b/scripts/crafttweaker/recipes/mods/guideapi.zs @@ -0,0 +1,70 @@ +/* + SevTech: Ages Guide API Recipe Script + + This script handles the recipes for Guide API. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +import crafttweaker.item.IItemStack; +import crafttweaker.item.IIngredient; + +import mods.zenstages.Utils; + +import scripts.crafttweaker.stages.stageZero; +import scripts.crafttweaker.stages.stageOne; +import scripts.crafttweaker.stages.stageTwo; +import scripts.crafttweaker.stages.stageThree; +import scripts.crafttweaker.stages.stageFour; +import scripts.crafttweaker.stages.stageFive; + +/* + Shaped Recipes +*/ +static shapedRecipes as IIngredient[][][][IItemStack] = {}; + +static namedShapedRecipes as IIngredient[][][][string][IItemStack] = {}; + +/* + Mirrored Recipes +*/ +static mirroredRecipes as IIngredient[][][][IItemStack] = {}; + +static namedMirroredRecipes as IIngredient[][][][string][IItemStack] = {}; + +/* + Shapeless Recipes +*/ +static shapelessRecipes as IIngredient[][][IItemStack] = { + : [ + [, ] + ], + : [ + [, ] + ] +}; + +static namedShapelessRecipes as IIngredient[][][string][IItemStack] = {}; + +/* + Recipe Removals +*/ +static removeRecipes as IItemStack[] = [ + , + +]; + +function init() { + // Un-named recipes + recipeUtil.process(shapedRecipes, false); + recipeUtil.process(mirroredRecipes, true); + recipeUtil.process(shapelessRecipes); + + // Named recipes + recipeUtil.processNamed(namedShapedRecipes, false); + recipeUtil.processNamed(namedMirroredRecipes, true); + recipeUtil.processNamed(namedShapelessRecipes); + + recipeUtil.removeRecipes(removeRecipes); +} diff --git a/scripts/crafttweaker/recipes/mods/horsepower.zs b/scripts/crafttweaker/recipes/mods/horsepower.zs new file mode 100644 index 0000000..d8a7004 --- /dev/null +++ b/scripts/crafttweaker/recipes/mods/horsepower.zs @@ -0,0 +1,84 @@ +/* + SevTech: Ages Horse Power Recipe Script + + This script handles the recipes for Horse Power. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +import crafttweaker.item.IItemStack; +import crafttweaker.item.IIngredient; + +import scripts.crafttweaker.craftingUtils; + +import mods.horsepower.Recipes; + +/* + Shaped Recipes +*/ +static shapedRecipes as IIngredient[][][][IItemStack] = { + : [ + [ + [null, .firstItem, null], + [, , ], + [, , ] + ] + ], + : [ + [ + [, .firstItem, ], + [, , ], + [, , ] + ] + ], + : [ + [ + [, .firstItem, ], + [, , ], + [, , ] + ] + ] +}; + +static namedShapedRecipes as IIngredient[][][][string][IItemStack] = {}; + +/* + Mirrored Recipes +*/ +static mirroredRecipes as IIngredient[][][][IItemStack] = {}; + +static namedMirroredRecipes as IIngredient[][][][string][IItemStack] = {}; + +/* + Shapeless Recipes +*/ +static shapelessRecipes as IIngredient[][][IItemStack] = { + : [ + [, , .transformReplace()], + [, , craftingUtils.getBucketAndTankIngredient()], + [, , .withTag({Fluid: {FluidName: "water", Amount: 1000}})] + ] +}; + +static namedShapelessRecipes as IIngredient[][][string][IItemStack] = {}; + +function init() { + // Un-named recipes + recipeUtil.process(shapedRecipes, false); + recipeUtil.process(mirroredRecipes, true); + recipeUtil.process(shapelessRecipes); + + // Named recipes + recipeUtil.processNamed(namedShapedRecipes, false); + recipeUtil.processNamed(namedMirroredRecipes, true); + recipeUtil.processNamed(namedShapelessRecipes); + + /* + Dynamic Chopping Block Recipes + + https://github.com/GoryMoon/HorsePower/wiki/CraftTweaker-Support + */ + Recipes.addShapeless(, , []); + Recipes.addShaped(, , [[, , ], [, , ], [, , ]]); +} diff --git a/scripts/crafttweaker/recipes/mods/huntingdim.zs b/scripts/crafttweaker/recipes/mods/huntingdim.zs new file mode 100644 index 0000000..82816db --- /dev/null +++ b/scripts/crafttweaker/recipes/mods/huntingdim.zs @@ -0,0 +1,70 @@ +/* + SevTech: Ages Hunting Dimension Recipe Script + + This script handles the recipes for Hunting Dimension. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +import crafttweaker.item.IItemStack; +import crafttweaker.item.IIngredient; + +import mods.zenstages.Utils; + +import scripts.crafttweaker.stages.stageZero; +import scripts.crafttweaker.stages.stageOne; +import scripts.crafttweaker.stages.stageTwo; +import scripts.crafttweaker.stages.stageThree; +import scripts.crafttweaker.stages.stageFour; +import scripts.crafttweaker.stages.stageFive; + +/* + Shaped Recipes +*/ +static shapedRecipes as IIngredient[][][][IItemStack] = { + * 4 : [ + [ + [, , ], + [, , ], + [, , ] + ] + ] +}; + +static namedShapedRecipes as IIngredient[][][][string][IItemStack] = {}; + +/* + Mirrored Recipes +*/ +static mirroredRecipes as IIngredient[][][][IItemStack] = {}; + +static namedMirroredRecipes as IIngredient[][][][string][IItemStack] = {}; + +/* + Shapeless Recipes +*/ +static shapelessRecipes as IIngredient[][][IItemStack] = {}; + +static namedShapelessRecipes as IIngredient[][][string][IItemStack] = {}; + +/* + Recipe Removals +*/ +static removeRecipes as IItemStack[] = [ + +]; + +function init() { + // Un-named recipes + recipeUtil.process(shapedRecipes, false); + recipeUtil.process(mirroredRecipes, true); + recipeUtil.process(shapelessRecipes); + + // Named recipes + recipeUtil.processNamed(namedShapedRecipes, false); + recipeUtil.processNamed(namedMirroredRecipes, true); + recipeUtil.processNamed(namedShapelessRecipes); + + recipeUtil.removeRecipes(removeRecipes); +} diff --git a/scripts/crafttweaker/recipes/mods/immcraft.zs b/scripts/crafttweaker/recipes/mods/immcraft.zs new file mode 100644 index 0000000..4f0137e --- /dev/null +++ b/scripts/crafttweaker/recipes/mods/immcraft.zs @@ -0,0 +1,93 @@ +/* + SevTech: Ages Immersive Craft Recipe Script + + This script handles the recipes for Immersive Craft. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +import crafttweaker.item.IItemStack; +import crafttweaker.item.IIngredient; + +/* + Shaped Recipes +*/ +static shapedRecipes as IIngredient[][][][IItemStack] = { + : [ + [ + [, , ], + [, , ], + [, , ] + ] + ], + : [ + [ + [, , ], + [, , ], + [, , ] + ] + ], + : [ + [ + [, , ], + [, , ], + [, , ] + ] + ], + : [ + [ + [, , ], + [, , ], + [, , ] + ] + ], + : [ + [ + [, , ], + [, , ], + [, , ] + ] + ] +}; + +static namedShapedRecipes as IIngredient[][][][string][IItemStack] = {}; + +/* + Mirrored Recipes +*/ +static mirroredRecipes as IIngredient[][][][IItemStack] = {}; + +static namedMirroredRecipes as IIngredient[][][][string][IItemStack] = {}; + +/* + Shapeless Recipes +*/ +static shapelessRecipes as IIngredient[][][IItemStack] = {}; + +static namedShapelessRecipes as IIngredient[][][string][IItemStack] = {}; + +/* + Recipe Removals +*/ +static removeRecipes as IItemStack[] = [ + , + , + , + , + +]; + +function init() { + // Un-named recipes + recipeUtil.process(shapedRecipes, false); + recipeUtil.process(mirroredRecipes, true); + recipeUtil.process(shapelessRecipes); + + // Named recipes + recipeUtil.processNamed(namedShapedRecipes, false); + recipeUtil.processNamed(namedMirroredRecipes, true); + recipeUtil.processNamed(namedShapelessRecipes); + + recipeUtil.removeRecipes(removeRecipes); +} diff --git a/scripts/crafttweaker/recipes/mods/immersiveengineering.zs b/scripts/crafttweaker/recipes/mods/immersiveengineering.zs new file mode 100644 index 0000000..631def3 --- /dev/null +++ b/scripts/crafttweaker/recipes/mods/immersiveengineering.zs @@ -0,0 +1,148 @@ +/* + SevTech: Ages Immersive Engineering Recipe Script + + This script handles the recipes for Immersive Engineering. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +import crafttweaker.item.IItemStack; +import crafttweaker.item.IIngredient; + +import mods.zenstages.Utils; + +import scripts.crafttweaker.stages.stageZero; +import scripts.crafttweaker.stages.stageOne; +import scripts.crafttweaker.stages.stageTwo; +import scripts.crafttweaker.stages.stageThree; +import scripts.crafttweaker.stages.stageFour; +import scripts.crafttweaker.stages.stageFive; + +/* + Shaped Recipes +*/ +static shapedRecipes as IIngredient[][][][IItemStack] = { + : [ + [ + [null, metals.copper.ingot, ], + [null, .firstItem, metals.copper.ingot], + [.firstItem, null, null] + ] + ], + : [ + [ + [metals.iron.plate, metals.redstoneAlloy.plate, metals.iron.plate], + [metals.redstoneAlloy.plate, , metals.redstoneAlloy.plate], + [metals.iron.plate, metals.redstoneAlloy.plate, metals.iron.plate] + ] + ], + : [ + [ + [, .withTag({Material: "iron"})], + [null, ] + ] + ], + .withTag({blueprint: "electrode"}) : [ + [ + [null, , null], + [, , ], + [, , ] + ] + ], + * 3 : [ + [ + [, , ], + [, , ], + [, , ] + ] + ], + : [ + [ + [], + [] + ] + ], + : [ + [ + [, , ], + [metals.steel.plate, , metals.steel.plate], + [, , ] + ] + ] +}; + +static namedShapedRecipes as IIngredient[][][][string][IItemStack] = { +}; + +/* + Mirrored Recipes +*/ +static mirroredRecipes as IIngredient[][][][IItemStack] = { +}; + +static namedMirroredRecipes as IIngredient[][][][string][IItemStack] = { +}; + +/* + Shapeless Recipes +*/ +static shapelessRecipes as IIngredient[][][IItemStack] = { + : [ + [, metals.copper.plate] + ], + : [ + [, metals.electrum.plate] + ], + : [ + [, metals.aluminum.plate] + ], + : [ + [, metals.steel.plate] + ], + : [ + [] + ], + : [ + [] + ], + : [ + [] + ] +}; + +static namedShapelessRecipes as IIngredient[][][string][IItemStack] = { +}; + +/* + Recipe Removals +*/ +static removeRecipes as IItemStack[] = [ + , + , + , + , + , + , + , + , + , + , + , + , + +]; + +function init() { + // Un-named recipes + recipeUtil.process(shapedRecipes, false); + recipeUtil.process(mirroredRecipes, true); + recipeUtil.process(shapelessRecipes); + + // Named recipes + recipeUtil.processNamed(namedShapedRecipes, false); + recipeUtil.processNamed(namedMirroredRecipes, true); + recipeUtil.processNamed(namedShapelessRecipes); + + recipeUtil.removeRecipes(removeRecipes); +} diff --git a/scripts/crafttweaker/recipes/mods/improvedbackpacks.zs b/scripts/crafttweaker/recipes/mods/improvedbackpacks.zs new file mode 100644 index 0000000..83ef02b --- /dev/null +++ b/scripts/crafttweaker/recipes/mods/improvedbackpacks.zs @@ -0,0 +1,150 @@ +/* + SevTech: Ages Improved Backpacks Recipe Script + + This script handles the recipes for Improved Backpacks. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +import crafttweaker.item.IItemStack; +import crafttweaker.item.IIngredient; + +import mods.zenstages.Utils; + +import scripts.crafttweaker.stages.stageZero; +import scripts.crafttweaker.stages.stageOne; +import scripts.crafttweaker.stages.stageTwo; +import scripts.crafttweaker.stages.stageThree; +import scripts.crafttweaker.stages.stageFour; +import scripts.crafttweaker.stages.stageFive; + +/* + Shaped Recipes +*/ +static shapedRecipes as IIngredient[][][][IItemStack] = { + : [ + [ + [null, , null], + [.firstItem, , .firstItem], + [null, , null] + ] + ], + : [ + [ + [null, , null], + [, , ], + [null, , null] + ] + ], + : [ + [ + [null, , null], + [, , ], + [null, , null] + ] + ], + : [ + [ + [null, , null], + [metals.iron.ingot, , metals.iron.ingot], + [null, metals.iron.ingot, null] + ] + ], + : [ + [ + [null, , null], + [metals.gold.ingot, , metals.gold.ingot], + [null, metals.gold.ingot, null] + ] + ], + : [ + [ + [null, , null], + [, , ], + [null, , null] + ] + ], + : [ + [ + [, , ], + [, , ], + [, , ] + ] + ] +}; + +static namedShapedRecipes as IIngredient[][][][string][IItemStack] = { +}; + +/* + Mirrored Recipes +*/ +static mirroredRecipes as IIngredient[][][][IItemStack] = { +}; + +static namedMirroredRecipes as IIngredient[][][][string][IItemStack] = { +}; + +/* + Shapeless Recipes +*/ +static shapelessRecipes as IIngredient[][][IItemStack] = { +}; + +static namedShapelessRecipes as IIngredient[][][string][IItemStack] = { +}; + +/* + Recipe Removals +*/ +static removeRecipes as IItemStack[] = [ +]; + +static removeFurnace as IIngredient[] = [ + +]; + +function initColourRecipes() { + var backpack = ; + + for i in 0 to 16 { + recipes.addShapeless( + "ct-improvedbackpacks-backpack-color_" + i, + backpack.withTag({Color: i}), + [ + backpack.marked("bag"), + .definition.makeStack(i) + ], + + // Recipe Function + function(out, ins, cInfo) { + var currentTag = ins.bag.tag; + var mergeData = out.tag; + var newTag = currentTag.update(mergeData); + return out.withTag(newTag); + }, + + // recipeAction (null) + null + ); + } +} + +function init() { + // Un-named recipes + recipeUtil.process(shapedRecipes, false); + recipeUtil.process(mirroredRecipes, true); + recipeUtil.process(shapelessRecipes); + + // Named recipes + recipeUtil.processNamed(namedShapedRecipes, false); + recipeUtil.processNamed(namedMirroredRecipes, true); + recipeUtil.processNamed(namedShapelessRecipes); + + recipeUtil.removeRecipes(removeRecipes); + recipeUtil.removeFurnace(removeFurnace); + + // Init the colours function. This handles using the correct Dyes we use in the modpack. + scripts.crafttweaker.recipes.mods.improvedbackpacks.initColourRecipes(); +} diff --git a/scripts/crafttweaker/recipes/mods/indlog.zs b/scripts/crafttweaker/recipes/mods/indlog.zs new file mode 100644 index 0000000..409d7a6 --- /dev/null +++ b/scripts/crafttweaker/recipes/mods/indlog.zs @@ -0,0 +1,332 @@ +/* + SevTech: Ages Industrial Logistics Recipe Script + + This script handles the recipes for Industrial Logistics. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +import crafttweaker.item.IItemStack; +import crafttweaker.item.IIngredient; + +import mods.zenstages.Utils; + +import scripts.crafttweaker.stages.stageZero; +import scripts.crafttweaker.stages.stageOne; +import scripts.crafttweaker.stages.stageTwo; +import scripts.crafttweaker.stages.stageThree; +import scripts.crafttweaker.stages.stageFour; +import scripts.crafttweaker.stages.stageFive; + +/* + Shaped Recipes +*/ +static shapedRecipes as IIngredient[][][][IItemStack] = { + : [ + [ + [, , ], + [metals.aluminum.plate, , metals.aluminum.plate], + [, , ] + ] + ], + : [ + [ + [sidingWood, , sidingWood], + [, , ], + [sidingWood, , sidingWood] + ] + ], + : [ + [ + [metals.iron.plate, metals.iron.plate, metals.iron.plate], + [metals.iron.gear, , metals.iron.gear], + [metals.iron.plate, metals.iron.gear, metals.iron.plate] + ] + ], + : [ + [ + [metals.gold.plate, metals.gold.plate, metals.gold.plate], + [metals.gold.gear, , metals.gold.gear], + [metals.gold.plate, metals.gold.gear, metals.gold.plate] + ] + ], + : [ + [ + [, metals.platinum.gear, ], + [metals.platinum.gear, , metals.platinum.gear], + [metals.platinum.plate, metals.platinum.gear, metals.platinum.plate] + ] + ], + * 8: [ + [ + [, , ], + [, null, ], + [, , ] + ] + ], + * 4 : [ + [ + [null, , null], + [, , ], + [null, , null] + ] + ], + * 4 : [ + [ + [null, , null], + [, , ], + [null, , null] + ] + ], + * 8: [ + [ + [, , ], + [, null, ], + [, , ] + ] + ], + * 4: [ + [ + [null, , null], + [, , ], + [null, , null] + ] + ], + * 4: [ + [ + [null, , null], + [, , ], + [null, , null] + ] + ], + * 12: [ + [ + [, , ], + [, , ], + [, , ] + ] + ], + : [ + [ + [, , ], + [, , ], + [, , ] + ] + ], + : [ + [ + [null, , null], + [, metals.iron.plate, ], + [null, , null] + ], + [ + [, , ], + [, null, ], + [, , ] + ] + ], + : [ + [ + [, , ], + [, null, ], + [, , ] + ] + ], + : [ + [ + [metals.gold.plate, metals.gold.plate, metals.gold.plate], + [metals.gold.plate, , metals.gold.plate], + [metals.gold.plate, metals.gold.plate, metals.gold.plate] + ], + [ + [, , ], + [, null, ], + [, , ] + ] + ], + : [ + [ + [null, , null], + [, , ], + [null, , null] + ] + ], + : [ + [ + [metals.platinum.plate, metals.platinum.plate, metals.platinum.plate], + [metals.platinum.plate, , metals.platinum.plate], + [metals.platinum.plate, metals.platinum.plate, metals.platinum.plate] + ] + ], + : [ + [ + [, , ], + [, , ], + [, , ] + ] + ], + : [ + [ + [, , ], + [, null, ], + [, , ] + ] + ], + : [ + [ + [, , ], + [, null, ], + [, , ] + ] + ], + : [ + [ + [, , ], + [, , ], + [, , ] + ] + ] +}; + +static namedShapedRecipes as IIngredient[][][][string][IItemStack] = {}; + +/* + Mirrored Recipes +*/ +static mirroredRecipes as IIngredient[][][][IItemStack] = {}; + +static namedMirroredRecipes as IIngredient[][][][string][IItemStack] = {}; + +/* + Shapeless Recipes +*/ +static shapelessRecipes as IIngredient[][][IItemStack] = { + : [ + [, ] + ], + : [ + [, ] + ], + * 2 : [ + [] + ], + : [ + [, ] + ], + * 2 : [ + [] + ], + * 2 : [ + [] + ], + : [ + [, ] + ], + : [ + [, ] + ], + * 2 : [ + [] + ], + : [ + [, ] + ], + * 2 : [ + [] + ], + * 2 : [ + [] + ], + : [ + [, ] + ], + : [ + [, ] + ], + * 2 : [ + [] + ], + : [ + [, ] + ], + * 2 : [ + [] + ], + * 2 : [ + [] + ], + : [ + [, ] + ], + : [ + [, ] + ], + * 2 : [ + [] + ], + : [ + [, ] + ], + * 2 : [ + [] + ], + * 2 : [ + [] + ] +}; + +static namedShapelessRecipes as IIngredient[][][string][IItemStack] = {}; + +/* + Recipe Removals +*/ +static removeRecipes as IItemStack[] = [ + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + +]; + +function init() { + // Un-named recipes + recipeUtil.process(shapedRecipes, false); + recipeUtil.process(mirroredRecipes, true); + recipeUtil.process(shapelessRecipes); + + // Named recipes + recipeUtil.processNamed(namedShapedRecipes, false); + recipeUtil.processNamed(namedMirroredRecipes, true); + recipeUtil.processNamed(namedShapelessRecipes); + + recipeUtil.removeRecipes(removeRecipes); +} diff --git a/scripts/crafttweaker/recipes/mods/industrialforegoing.zs b/scripts/crafttweaker/recipes/mods/industrialforegoing.zs new file mode 100644 index 0000000..e979961 --- /dev/null +++ b/scripts/crafttweaker/recipes/mods/industrialforegoing.zs @@ -0,0 +1,184 @@ +/* + SevTech: Ages Industrial Foregoing Recipe Script + + This script handles the recipes for Industrial Foregoing. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +import crafttweaker.item.IItemStack; +import crafttweaker.item.IIngredient; + +import mods.zenstages.Utils; + +import scripts.crafttweaker.stages.stageZero; +import scripts.crafttweaker.stages.stageOne; +import scripts.crafttweaker.stages.stageTwo; +import scripts.crafttweaker.stages.stageThree; +import scripts.crafttweaker.stages.stageFour; +import scripts.crafttweaker.stages.stageFive; + +/* + Shaped Recipes +*/ +static shapedRecipes as IIngredient[][][][IItemStack] = { + : [ + [ + [, , ], + [, , ], + [, , ] + ] + ], + : [ + [ + [, , ], + [, , ], + [, , ] + ] + ], + : [ + [ + [, metals.enhancedGalgadorian.ingot, ], + [metals.gold.gear, , metals.gold.gear], + [, , ] + ] + ], + : [ + [ + [, , ], + [, , ], + [, metals.enhancedGalgadorian.ingot, ] + ] + ], + : [ + [ + [, , ], + [, , ], + [metals.enhancedGalgadorian.ingot, metals.gold.gear, metals.enhancedGalgadorian.ingot] + ] + ], + : [ + [ + [, metals.reinforcedMetal.ingot, ], + [metals.reinforcedMetal.ingot, , metals.reinforcedMetal.ingot], + [, metals.gold.gear, ] + ] + ], + : [ + [ + [, , ], + [, , ], + [metals.reinforcedMetal.ingot, , metals.reinforcedMetal.ingot] + ] + ], + : [ + [ + [, , ], + [metals.enhancedGalgadorian.ingot, , metals.enhancedGalgadorian.ingot], + [, , ] + ] + ], + : [ + [ + [, metals.gold.plate, ], + [metals.reinforcedMetal.ingot, , metals.reinforcedMetal.ingot], + [, metals.gold.gear, ] + ] + ], + : [ + [ + [metals.gold.plate, , metals.gold.plate], + [metals.gold.plate, , metals.gold.plate], + [, metals.enhancedGalgadorian.gear, ] + ] + ], + : [ + [ + [, metals.enhancedGalgadorian.block, ], + [, , ], + [, , ] + ] + ], + : [ + [ + [metals.platinum.plate, , metals.platinum.plate], + [metals.platinum.plate, , metals.platinum.plate], + [metals.platinum.plate, , metals.platinum.plate] + ] + ], + : [ + [ + [, , ], + [, , ], + [, , ] + ] + ], + : [ + [ + [metals.enhancedGalgadorian.ingot, , metals.enhancedGalgadorian.ingot], + [metals.enhancedGalgadorian.ingot, , metals.enhancedGalgadorian.ingot], + [metals.enhancedGalgadorian.ingot, , metals.enhancedGalgadorian.ingot] + ] + ] +}; + +static namedShapedRecipes as IIngredient[][][][string][IItemStack] = { +}; + +/* + Mirrored Recipes +*/ +static mirroredRecipes as IIngredient[][][][IItemStack] = { +}; + +static namedMirroredRecipes as IIngredient[][][][string][IItemStack] = { +}; + +/* + Shapeless Recipes +*/ +static shapelessRecipes as IIngredient[][][IItemStack] = { +}; + +static namedShapelessRecipes as IIngredient[][][string][IItemStack] = { +}; + +/* + Recipe Removals +*/ +static removeRecipes as IItemStack[] = [ + , + , + , + , + , + , + , + , + , + , + , + , + , + +]; + +static removeFurnace as IIngredient[] = [ + +]; + +function init() { + // Un-named recipes + recipeUtil.process(shapedRecipes, false); + recipeUtil.process(mirroredRecipes, true); + recipeUtil.process(shapelessRecipes); + + // Named recipes + recipeUtil.processNamed(namedShapedRecipes, false); + recipeUtil.processNamed(namedMirroredRecipes, true); + recipeUtil.processNamed(namedShapelessRecipes); + + recipeUtil.removeRecipes(removeRecipes); + recipeUtil.removeFurnace(removeFurnace); +} diff --git a/scripts/crafttweaker/recipes/mods/infoaccessories.zs b/scripts/crafttweaker/recipes/mods/infoaccessories.zs new file mode 100644 index 0000000..dc47aeb --- /dev/null +++ b/scripts/crafttweaker/recipes/mods/infoaccessories.zs @@ -0,0 +1,104 @@ +/* + SevTech: Ages Info Accessories Recipe Script + + This script handles the recipes for Info Accessories. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +import crafttweaker.item.IItemStack; +import crafttweaker.item.IIngredient; + +import mods.zenstages.Utils; + +import scripts.crafttweaker.stages.stageZero; +import scripts.crafttweaker.stages.stageOne; +import scripts.crafttweaker.stages.stageTwo; +import scripts.crafttweaker.stages.stageThree; +import scripts.crafttweaker.stages.stageFour; +import scripts.crafttweaker.stages.stageFive; + +/* + Shaped Recipes +*/ +static shapedRecipes as IIngredient[][][][IItemStack] = { + : [ + [ + [null, metals.gold.ingot, ], + [metals.gold.ingot, , metals.gold.ingot] + ] + ], + : [ + [[null, , null], [, , ], [null, metals.tin.gear, null]] + ], + : [ + [ + [null, , null], + [, , ], + [null, , null] + ] + ], + : [ + [[null, , null], + [, , ], + [null, metals.tin.gear, null]] + ], + : [ + [[null, , null], + [, , ], + [null, , null]] + ], + : [ + [[null, , null], + [, , ], + [null, , null]] + ] +}; + +static namedShapedRecipes as IIngredient[][][][string][IItemStack] = { +}; + +/* + Mirrored Recipes +*/ +static mirroredRecipes as IIngredient[][][][IItemStack] = { +}; + +static namedMirroredRecipes as IIngredient[][][][string][IItemStack] = { +}; + +/* + Shapeless Recipes +*/ +static shapelessRecipes as IIngredient[][][IItemStack] = { +}; + +static namedShapelessRecipes as IIngredient[][][string][IItemStack] = { +}; + +/* + Recipe Removals +*/ +static removeRecipes as IItemStack[] = [ + , + , + , + , + , + , +]; + +function init() { + // Un-named recipes + recipeUtil.process(shapedRecipes, false); + recipeUtil.process(mirroredRecipes, true); + recipeUtil.process(shapelessRecipes); + + // Named recipes + recipeUtil.processNamed(namedShapedRecipes, false); + recipeUtil.processNamed(namedMirroredRecipes, true); + recipeUtil.processNamed(namedShapelessRecipes); + + recipeUtil.removeRecipes(removeRecipes); +} diff --git a/scripts/crafttweaker/recipes/mods/integrateddynamics.zs b/scripts/crafttweaker/recipes/mods/integrateddynamics.zs new file mode 100644 index 0000000..8e0364c --- /dev/null +++ b/scripts/crafttweaker/recipes/mods/integrateddynamics.zs @@ -0,0 +1,61 @@ +/* + SevTech: Ages Integrated Dynamics Recipe Script + + This script handles the recipes for Integrated Dynamics. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +import crafttweaker.item.IItemStack; +import crafttweaker.item.IIngredient; + +/* + Shaped Recipes +*/ +static shapedRecipes as IIngredient[][][][IItemStack] = { + : [ + [ + [null, , null], + [, , ], + [null, , null] + ] + ] +}; + +static namedShapedRecipes as IIngredient[][][][string][IItemStack] = {}; + +/* + Mirrored Recipes +*/ +static mirroredRecipes as IIngredient[][][][IItemStack] = {}; + +static namedMirroredRecipes as IIngredient[][][][string][IItemStack] = {}; + +/* + Shapeless Recipes +*/ +static shapelessRecipes as IIngredient[][][IItemStack] = {}; + +static namedShapelessRecipes as IIngredient[][][string][IItemStack] = {}; + +/* + Recipe Removals +*/ +static removeRecipes as IItemStack[] = [ + +]; + +function init() { + // Un-named recipes + recipeUtil.process(shapedRecipes, false); + recipeUtil.process(mirroredRecipes, true); + recipeUtil.process(shapelessRecipes); + + // Named recipes + recipeUtil.processNamed(namedShapedRecipes, false); + recipeUtil.processNamed(namedMirroredRecipes, true); + recipeUtil.processNamed(namedShapelessRecipes); + + recipeUtil.removeRecipes(removeRecipes); +} diff --git a/scripts/crafttweaker/recipes/mods/ironbackpacks.zs b/scripts/crafttweaker/recipes/mods/ironbackpacks.zs new file mode 100644 index 0000000..fd7057b --- /dev/null +++ b/scripts/crafttweaker/recipes/mods/ironbackpacks.zs @@ -0,0 +1,182 @@ +/* + SevTech: Ages Iron Backpacks Recipe Script + + This script handles the recipes for Iron Backpacks. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +import crafttweaker.item.IItemStack; +import crafttweaker.item.IIngredient; + +import mods.zenstages.Utils; + +import scripts.crafttweaker.utils.ironbackpacksRecipeFunc; +import scripts.crafttweaker.stages.stageZero; +import scripts.crafttweaker.stages.stageOne; +import scripts.crafttweaker.stages.stageTwo; +import scripts.crafttweaker.stages.stageThree; +import scripts.crafttweaker.stages.stageFour; +import scripts.crafttweaker.stages.stageFive; + +/* + Shaped Recipes +*/ +static shapedRecipes as IIngredient[][][][IItemStack] = { + .withTag({packInfo: {upgrade: [], type: "ironbackpacks:basic", spec: "NONE"}}) : [ + [ + [, , ], + [, , ], + [, , ] + ] + ] +}; + +static namedShapedRecipes as IIngredient[][][][string][IItemStack] = { +}; + +/* + Mirrored Recipes +*/ +static mirroredRecipes as IIngredient[][][][IItemStack] = { +}; + +static namedMirroredRecipes as IIngredient[][][][string][IItemStack] = { +}; + +/* + Shapeless Recipes +*/ +static shapelessRecipes as IIngredient[][][IItemStack] = { +}; + +static namedShapelessRecipes as IIngredient[][][string][IItemStack] = { +}; + +/* + Recipe Removals +*/ +static removeRecipes as IItemStack[] = [ + +]; + +function initSpecRecipes() { + // ================================== + // Iron + + // Upgrade Spec + recipes.addShaped("ct-ironbackpacks-iron-upgrade_spec", + .withTag({packInfo: {upgrade: [], type: "ironbackpacks:iron", spec: "UPGRADE"}}), + [ + [metals.iron.plate, , metals.iron.plate], + [ + metals.iron.plate, + .withTag({packInfo: {upgrade: [], type: "ironbackpacks:basic", spec: "NONE"}}).onlyWithTag({packInfo: {type: "ironbackpacks:basic"}}).marked("bag"), + metals.iron.plate + ], + [metals.iron.plate, metals.iron.plate, metals.iron.plate] + ], + ironbackpacksRecipeFunc, + null + ); + // Storage Spec + recipes.addShaped("ct-ironbackpacks-iron-storage_spec", + .withTag({packInfo: {upgrade: [], type: "ironbackpacks:iron", spec: "STORAGE"}}), + [ + [metals.iron.plate, , metals.iron.plate], + [ + metals.iron.plate, + .withTag({packInfo: {upgrade: [], type: "ironbackpacks:basic", spec: "NONE"}}).onlyWithTag({packInfo: {type: "ironbackpacks:basic"}}).marked("bag"), + metals.iron.plate + ], + [metals.iron.plate, metals.iron.plate, metals.iron.plate] + ], + ironbackpacksRecipeFunc, + null + ); + + // ================================== + // Gold + + // Upgrade Spec + recipes.addShaped("ct-ironbackpacks-gold-upgrade_spec", + .withTag({packInfo: {upgrade: [], type: "ironbackpacks:gold", spec: "UPGRADE"}}), + [ + [metals.gold.plate, , metals.gold.plate], + [ + metals.gold.plate, + .withTag({packInfo: {upgrade: [], type: "ironbackpacks:iron", spec: "UPGRADE"}}).onlyWithTag({packInfo: {type: "ironbackpacks:iron", spec: "UPGRADE"}}).marked("bag"), + metals.gold.plate + ], + [metals.gold.plate, metals.gold.plate, metals.gold.plate] + ], + ironbackpacksRecipeFunc, + null + ); + // Storage Spec + recipes.addShaped("ct-ironbackpacks-gold-storage_spec", + .withTag({packInfo: {upgrade: [], type: "ironbackpacks:gold", spec: "STORAGE"}}), + [ + [metals.gold.plate, , metals.gold.plate], + [ + metals.gold.plate, + .withTag({packInfo: {upgrade: [], type: "ironbackpacks:iron", spec: "STORAGE"}}).onlyWithTag({packInfo: {type: "ironbackpacks:iron", spec: "STORAGE"}}).marked("bag"), + metals.gold.plate + ], + [metals.gold.plate, metals.gold.plate, metals.gold.plate] + ], + ironbackpacksRecipeFunc, + null + ); + + // ================================== + // Diamond + + // Upgrade Spec + recipes.addShaped("ct-ironbackpacks-diamond-upgrade_spec", + .withTag({packInfo: {upgrade: [], type: "ironbackpacks:diamond", spec: "UPGRADE"}}), + [ + [, , ], + [ + , + .withTag({packInfo: {upgrade: [], type: "ironbackpacks:gold", spec: "UPGRADE"}}).onlyWithTag({packInfo: {type: "ironbackpacks:gold", spec: "UPGRADE"}}).marked("bag"), + + ], + [, , ] + ], + ironbackpacksRecipeFunc, + null + ); + // Storage Spec + recipes.addShaped("ct-ironbackpacks-diamond-storage_spec", + .withTag({packInfo: {upgrade: [], type: "ironbackpacks:diamond", spec: "STORAGE"}}), + [ + [, , ], + [ + , + .withTag({packInfo: {upgrade: [], type: "ironbackpacks:gold", spec: "STORAGE"}}).onlyWithTag({packInfo: {type: "ironbackpacks:gold", spec: "STORAGE"}}).marked("bag"), + + ], + [, , ] + ], + ironbackpacksRecipeFunc, + null + ); +} + +function init() { + initSpecRecipes(); + + // Un-named recipes + recipeUtil.process(shapedRecipes, false); + recipeUtil.process(mirroredRecipes, true); + recipeUtil.process(shapelessRecipes); + + // Named recipes + recipeUtil.processNamed(namedShapedRecipes, false); + recipeUtil.processNamed(namedMirroredRecipes, true); + recipeUtil.processNamed(namedShapelessRecipes); + + recipeUtil.removeRecipes(removeRecipes); +} diff --git a/scripts/crafttweaker/recipes/mods/ironchest.zs b/scripts/crafttweaker/recipes/mods/ironchest.zs new file mode 100644 index 0000000..c5bd85c --- /dev/null +++ b/scripts/crafttweaker/recipes/mods/ironchest.zs @@ -0,0 +1,189 @@ +/* + SevTech: Ages Iron Chest Recipe Script + + This script handles the recipes for Iron Chest. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +import crafttweaker.item.IItemStack; +import crafttweaker.item.IIngredient; + +import mods.zenstages.Utils; + +import scripts.crafttweaker.stages.stageZero; +import scripts.crafttweaker.stages.stageOne; +import scripts.crafttweaker.stages.stageTwo; +import scripts.crafttweaker.stages.stageThree; +import scripts.crafttweaker.stages.stageFour; +import scripts.crafttweaker.stages.stageFive; + +/* + Shaped Recipes +*/ +static shapedRecipes as IIngredient[][][][IItemStack] = { + : [ + [ + [metals.copper.plate, metals.copper.plate, metals.copper.plate], + [metals.copper.plate, , metals.copper.plate], + [metals.copper.plate, metals.copper.plate, metals.copper.plate] + ] + ], + : [ + [ + [metals.copper.plate, metals.copper.plate, metals.copper.plate], + [metals.copper.plate, , metals.copper.plate], + [metals.copper.plate, metals.copper.plate, metals.copper.plate] + ] + ], + : [ + [ + [metals.iron.plate, metals.iron.plate, metals.iron.plate], + [metals.iron.plate, metals.copper.plate, metals.iron.plate], + [metals.iron.plate, metals.iron.plate, metals.iron.plate] + ] + ], + : [ + [ + [metals.silver.plate, metals.silver.plate, metals.silver.plate], + [metals.silver.plate, metals.copper.plate, metals.silver.plate], + [metals.silver.plate, metals.silver.plate, metals.silver.plate] + ] + ], + : [ + [ + [metals.gold.plate, metals.gold.plate, metals.gold.plate], + [metals.gold.plate, , metals.gold.plate], + [metals.gold.plate, metals.gold.plate, metals.gold.plate] + ] + ], + : [ + [ + [metals.silver.plate, metals.silver.plate, metals.silver.plate], + [metals.silver.plate, , metals.silver.plate], + [metals.silver.plate, metals.silver.plate, metals.silver.plate] + ] + ], + : [ + [ + [metals.iron.plate, metals.iron.plate, metals.iron.plate], + [metals.iron.plate, , metals.iron.plate], + [metals.iron.plate, metals.iron.plate, metals.iron.plate] + ] + ], + : [ + [ + [metals.gold.plate, metals.gold.plate, metals.gold.plate], + [metals.gold.plate, metals.iron.plate, metals.gold.plate], + [metals.gold.plate, metals.gold.plate, metals.gold.plate] + ] + ], + : [ + [ + [metals.gold.plate, metals.gold.plate, metals.gold.plate], + [metals.gold.plate, metals.silver.plate, metals.gold.plate], + [metals.gold.plate, metals.gold.plate, metals.gold.plate] + ] + ], + : [ + [ + [metals.iron.plate, metals.iron.plate, metals.iron.plate], + [metals.iron.plate, , metals.iron.plate], + [metals.iron.plate, metals.iron.plate, metals.iron.plate] + ] + ], + : [ + [ + [, , ], + [, , ], + [, , ] + ] + ], + : [ + [ + [, , ], + [, , ], + [, , ] + ] + ], + : [ + [ + [, , ], + [, , ], + [, , ] + ] + ], + : [ + [ + [, , ], + [, , ], + [, , ] + ] + ], + : [ + [ + [, , ], + [, , ], + [, , ] + ] + ], + : [ + [ + [, , ], + [, metals.gold.plate, ], + [, , ] + ] + ], + : [ + [ + [, , ], + [, , ], + [, , ] + ] + ] +}; + +static namedShapedRecipes as IIngredient[][][][string][IItemStack] = { +}; + +/* + Mirrored Recipes +*/ +static mirroredRecipes as IIngredient[][][][IItemStack] = { +}; + +static namedMirroredRecipes as IIngredient[][][][string][IItemStack] = { +}; + +/* + Shapeless Recipes +*/ +static shapelessRecipes as IIngredient[][][IItemStack] = { +}; + +static namedShapelessRecipes as IIngredient[][][string][IItemStack] = { +}; + +/* + Recipe Removals +*/ +static removeRecipes as IItemStack[] = [ + , + , + +]; + +function init() { + // Un-named recipes + recipeUtil.process(shapedRecipes, false); + recipeUtil.process(mirroredRecipes, true); + recipeUtil.process(shapelessRecipes); + + // Named recipes + recipeUtil.processNamed(namedShapedRecipes, false); + recipeUtil.processNamed(namedMirroredRecipes, true); + recipeUtil.processNamed(namedShapelessRecipes); + + recipeUtil.removeRecipes(removeRecipes); +} diff --git a/scripts/crafttweaker/recipes/mods/ironjetpacks.zs b/scripts/crafttweaker/recipes/mods/ironjetpacks.zs new file mode 100644 index 0000000..7b46106 --- /dev/null +++ b/scripts/crafttweaker/recipes/mods/ironjetpacks.zs @@ -0,0 +1,84 @@ +/* + SevTech: Ages Iron Jetpacks Recipe Script + + This script handles the recipes for Iron Jetpacks. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +import crafttweaker.item.IItemStack; +import crafttweaker.item.IIngredient; + +/* + Shaped Recipes +*/ +static shapedRecipes as IIngredient[][][][IItemStack] = { + : [ + [ + [, , ], + [metals.electrum.plate, , metals.electrum.plate], + [, metals.compressedIron.gear, ] + ] + ], + : [ + [ + [null, , metals.redstoneAlloy.rod], + [, metals.redstoneAlloy.rod, ], + [metals.redstoneAlloy.rod, , null] + ] + ], + : [ + [ + [null, , metals.galgadorian.rod], + [, metals.galgadorian.rod, ], + [metals.galgadorian.rod, , null] + ] + ] +}; + +static namedShapedRecipes as IIngredient[][][][string][IItemStack] = {}; + +/* + Mirrored Recipes +*/ +static mirroredRecipes as IIngredient[][][][IItemStack] = {}; + +static namedMirroredRecipes as IIngredient[][][][string][IItemStack] = {}; + +/* + Shapeless Recipes +*/ +static shapelessRecipes as IIngredient[][][IItemStack] = {}; + +static namedShapelessRecipes as IIngredient[][][string][IItemStack] = {}; + +/* + Recipe Removals +*/ +static removeRecipes as IItemStack[] = [ + , + , + +]; + +static hiddenRemove as IIngredient[] = [ + , + +]; + +function init() { + // Un-named recipes + recipeUtil.process(shapedRecipes, false); + recipeUtil.process(mirroredRecipes, true); + recipeUtil.process(shapelessRecipes); + + // Named recipes + recipeUtil.processNamed(namedShapedRecipes, false); + recipeUtil.processNamed(namedMirroredRecipes, true); + recipeUtil.processNamed(namedShapelessRecipes); + + recipeUtil.removeRecipes(removeRecipes); + + recipeUtil.hideItems(hiddenRemove as IIngredient[], true); +} diff --git a/scripts/crafttweaker/recipes/mods/mekanism.zs b/scripts/crafttweaker/recipes/mods/mekanism.zs new file mode 100644 index 0000000..fc68cb7 --- /dev/null +++ b/scripts/crafttweaker/recipes/mods/mekanism.zs @@ -0,0 +1,76 @@ +/* + SevTech: Ages Mekanism Recipe Script + + This script handles the recipes for Mekanism. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +import crafttweaker.item.IItemStack; +import crafttweaker.item.IIngredient; + +import mods.zenstages.Utils; + +/* + Shaped Recipes +*/ +static shapedRecipes as IIngredient[][][][IItemStack] = { + * 4: [ + [ + [, , ], + [, null, ], + [metals.platinum.plate, , metals.platinum.plate] + ] + ] +}; + +static namedShapedRecipes as IIngredient[][][][string][IItemStack] = { +}; + +/* + Mirrored Recipes +*/ +static mirroredRecipes as IIngredient[][][][IItemStack] = { +}; + +static namedMirroredRecipes as IIngredient[][][][string][IItemStack] = { +}; + +/* + Shapeless Recipes +*/ +static shapelessRecipes as IIngredient[][][IItemStack] = { + // Clear Mekanism creative tank + .withTag({tier: 4, mekData: {}}): [ + [ + .withTag({tier: 4, mekData: {}}, false).onlyWithTag({tier: 4}) + ] + ] +}; + +static namedShapelessRecipes as IIngredient[][][string][IItemStack] = { +}; + +/* + Recipe Removals +*/ +static removeRecipes as IItemStack[] = [ + , + , + +]; + +function init() { + // Un-named recipes + recipeUtil.process(shapedRecipes, false); + recipeUtil.process(mirroredRecipes, true); + recipeUtil.process(shapelessRecipes); + + // Named recipes + recipeUtil.processNamed(namedShapedRecipes, false); + recipeUtil.processNamed(namedMirroredRecipes, true); + recipeUtil.processNamed(namedShapelessRecipes); + + recipeUtil.removeRecipes(removeRecipes); +} diff --git a/scripts/crafttweaker/recipes/mods/minecraft.zs b/scripts/crafttweaker/recipes/mods/minecraft.zs new file mode 100644 index 0000000..fd644e4 --- /dev/null +++ b/scripts/crafttweaker/recipes/mods/minecraft.zs @@ -0,0 +1,1082 @@ +/* + SevTech: Ages Minecraft Recipe Script + + This script handles the recipes for Minecraft. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +import crafttweaker.item.IItemStack; +import crafttweaker.item.IIngredient; + +import mods.zenstages.Utils; + +import scripts.crafttweaker.utils; +import scripts.crafttweaker.craftingUtils; +import scripts.crafttweaker.stages.stageTwo; +import scripts.crafttweaker.stages.stageThree; +import scripts.crafttweaker.stages.stageFive; + +/* + Shaped Recipes +*/ +static shapedRecipes as IIngredient[][][][IItemStack] = { + : [ + [ + [, , ], + [, null, ], + [, , ] + ] + ], + : [ + [ + [, , ], + [, , ] + ] + ], + : [ + [ + [, , ], + [, , ], + [, , ] + ] + ], + : [ + [ + [, , ], + [, , ], + [, , ] + ] + ], + : [ + [ + [, ], + [, ] + ] + ], + : [ + [ + [, , ], + [, , ] + ] + ], + : [ + [ + [, , ], + [, null, ] + ] + ], + : [ + [ + [, null, ], + [, , ], + [, , ] + ] + ], + : [ + [ + [, , ], + [, null, ], + [, null, ] + ] + ], + : [ + [ + [, null, ], + [, null, ] + ] + ], + : [ + [[, ]], + [[, ]], + [[, ]], + [[, ]], + [[, ]], + [[, ]], + [[, ]] + ], + * 3: [ + [[, , ]] + ], + * 3: [ + [[, , ]] + ], + * 3: [ + [[, , ]] + ], + * 3: [ + [[, , ]] + ], + * 3: [ + [[, , ]] + ], + * 3: [ + [[, , ]] + ], + * 3: [ + [[, , ]] + ], + * 3: [ + [[, , ]] + ], + * 3: [ + [[, , ]] + ], + * 3: [ + [[, , ]] + ], + * 3: [ + [[, , ]] + ], + * 3: [ + [[, , ]] + ], + : [ + [[], [], []] + ], + * 3: [ + [ + [, null, ], + [, , ], + [, null, ] + ] + ], + : [ + [[, ], [, ]] + ], + : [ + [ + [mouldingWood, mouldingWood, mouldingWood], + [mouldingWood, , mouldingWood], + [mouldingWood, mouldingWood, mouldingWood] + ] + ], + : [ + [ + [, null, ], + [null, , null], + [, null, ] + ], + [ + [, , ], + [, null, ], + [, , ] + ], + [ + [sidingWood, sidingWood, sidingWood], + [sidingWood, null, sidingWood], + [sidingWood, sidingWood, sidingWood] + ] + ], + * 4: [ + [ + [, null, null], + [null, , null], + [null, null, ] + ], + [ + [, null, null], + [null, , null], + [null, null, ] + ] + ], + * 3: [ + [[, null, ], [null, , null]] + ], + * 3: [ + [[, , ]] + ], + : [ + [ + [, , ], + [, , ] + ] + ], + : [ + [ + [, , ], + [, , ] + ] + ], + : [ + [ + [, , ], + [, , ] + ] + ], + : [ + [ + [, , ], + [, , ] + ] + ], + : [ + [ + [, , ], + [, , ] + ] + ], + : [ + [ + [, , ], + [, , ] + ] + ], + : [ + [ + [, , ], + [, , ] + ] + ], + : [ + [ + [, , ], + [, , ] + ] + ], + : [ + [ + [, , ], + [, , ] + ] + ], + : [ + [ + [, , ], + [, , ] + ] + ], + : [ + [ + [, , ], + [, , ] + ] + ], + : [ + [ + [, , ], + [, , ] + ] + ], + : [ + [ + [, , ], + [, , ] + ] + ], + : [ + [ + [, , ], + [, , ] + ] + ], + : [ + [ + [, , ], + [, , ] + ] + ], + : [ + [ + [, , ], + [, , ] + ] + ], + : [ + [[metals.gold.plate, metals.gold.plate]] + ], + : [ + [[metals.iron.plate, metals.iron.plate]] + ], + : [ + [ + [, , ], + [, , ], + [, , ] + ] + ], + : [ + [ + [metals.gold.plate, metals.gold.plate], + [metals.gold.plate, ], + [null, ] + ] + ], + : [ + [ + [metals.gold.plate, null, metals.gold.plate], + [metals.gold.plate, null, metals.gold.plate] + ] + ], + : [ + [ + [metals.gold.plate, null, metals.gold.plate], + [metals.gold.plate, metals.gold.plate, metals.gold.plate], + [metals.gold.plate, metals.gold.plate, metals.gold.plate] + ] + ], + : [ + [ + [metals.gold.plate, metals.gold.plate, metals.gold.plate], + [metals.gold.plate, null, metals.gold.plate] + ] + ], + : [ + [ + [metals.gold.plate, metals.gold.plate], + [null, ], + [null, ] + ] + ], + : [ + [ + [metals.gold.plate, metals.gold.plate, metals.gold.plate], + [metals.gold.plate, null, metals.gold.plate], + [metals.gold.plate, null, metals.gold.plate] + ] + ], + : [ + [ + [metals.gold.plate, metals.gold.plate, metals.gold.plate], + [null, , null], + [null, , null] + ] + ], + : [ + [ + [metals.gold.plate], + [], + [] + ] + ], + : [ + [ + [metals.gold.plate], + [metals.gold.plate], + [] + ] + ], + : [ + [ + [metals.iron.plate, , metals.iron.plate], + [metals.iron.plate, metals.bronze.gear, metals.iron.plate], + [null, metals.iron.plate, null] + ] + ], + * 16: [ + [ + [metals.iron.rod, metals.iron.rod, metals.iron.rod], + [metals.iron.rod, metals.iron.rod, metals.iron.rod] + ] + ], + : [ + [ + [metals.iron.plate, metals.iron.plate], + [metals.iron.plate, ], + [null, ] + ] + ], + : [ + [ + [metals.iron.plate, null, metals.iron.plate], + [metals.iron.plate, null, metals.iron.plate] + ] + ], + : [ + [ + [metals.iron.plate, null, metals.iron.plate], + [metals.iron.plate, metals.iron.plate, metals.iron.plate], + [metals.iron.plate, metals.iron.plate, metals.iron.plate] + ] + ], + : [ + [ + [metals.iron.plate, metals.iron.plate, metals.iron.plate], + [metals.iron.plate, null, metals.iron.plate] + ] + ], + : [ + [ + [metals.iron.plate, metals.iron.plate], + [null, ], + [null, ] + ] + ], + : [ + [ + [metals.iron.plate, metals.iron.plate, metals.iron.plate], + [metals.iron.plate, null, metals.iron.plate], + [metals.iron.plate, null, metals.iron.plate] + ] + ], + : [ + [ + [metals.iron.plate, metals.iron.plate, metals.iron.plate], + [null, , null], + [null, , null] + ] + ], + : [ + [ + [metals.iron.plate], + [], + [] + ] + ], + : [ + [ + [metals.iron.plate], + [metals.iron.plate], + [] + ] + ], + : [ + [ + [null, ], + [, null], + [, null] + ] + ], + : [ + [ + [sidingWood, sidingWood, sidingWood], + [, metals.iron.plate, ], + [, , ] + ] + ], + : [ + [ + [null, , null], + [, , ], + [null, , null] + ] + ], + : [ + [ + [null, , null], + [, , ], + [null, , null] + ] + ], + : [ + [ + [null, , null], + [, , ], + [null, , null] + ] + ], + : [ + [ + [null, , null], + [, , ], + [null, , null] + ] + ], + : [ + [ + [null, , null], + [, , ], + [null, , null] + ] + ], + : [ + [ + [null, , null], + [, , ], + [null, , null] + ] + ], + : [ + [ + [null, , null], + [, , ], + [null, , null] + ] + ], + : [ + [ + [null, , null], + [, , ], + [null, , null] + ] + ], + : [ + [ + [null, , null], + [, , ], + [null, , null] + ] + ], + : [ + [ + [null, , null], + [, , ], + [null, , null] + ] + ], + : [ + [ + [null, , null], + [, , ], + [null, , null] + ] + ], + : [ + [ + [null, , null], + [, , ], + [null, , null] + ] + ], + : [ + [ + [null, , null], + [, , ], + [null, , null] + ] + ], + : [ + [ + [null, , null], + [, , ], + [null, , null] + ] + ], + : [ + [ + [null, , null], + [, , ], + [null, , null] + ] + ], + : [ + [ + [null, , null], + [, , ], + [null, , null] + ] + ], + : [ + [[sidingAcacia, null, sidingAcacia], [sidingAcacia, sidingAcacia, sidingAcacia]] + ], + : [ + [[sidingBirch, null, sidingBirch], [sidingBirch, sidingBirch, sidingBirch]] + ], + : [ + [[sidingOak, null, sidingOak], [sidingOak, sidingOak, sidingOak]] + ], + : [ + [[sidingDarkoak, null, sidingDarkoak], [sidingDarkoak, sidingDarkoak, sidingDarkoak]] + ], + : [ + [[sidingJungle, null, sidingJungle], [sidingJungle, sidingJungle, sidingJungle]] + ], + : [ + [[sidingSpruce, null, sidingSpruce], [sidingSpruce, sidingSpruce, sidingSpruce]] + ], + : [ + [ + [, metals.gold.plate, ], + [metals.gold.plate, , metals.gold.plate], + [, metals.gold.plate, ] + ] + ], + : [ + [ + [null, metals.iron.plate, null], + [metals.iron.plate, .withTag({Material: "iron"}), metals.iron.plate], + [null, metals.iron.plate, null] + ] + ], + : [ + [ + [, , ], + [, , ], + [, , ] + ] + ], + : [ + [ + [ + craftingUtils.getBucketAndTankIngredientFromName("milk"), + craftingUtils.getBucketAndTankIngredientFromName("milk"), + craftingUtils.getBucketAndTankIngredientFromName("milk") + ], + [, , ], + [null, , null] + ] + ], + * 2: [ + [ + [metals.iron.plate, , metals.iron.plate], + [metals.iron.plate, , metals.iron.plate], + [metals.iron.plate, , metals.iron.plate] + ] + ], + * 2: [ + [ + [metals.iron.plate, , metals.iron.plate], + [metals.iron.plate, , metals.iron.plate], + [metals.iron.plate, , metals.iron.plate] + ] + ], + * 4: [ + [ + [metals.gold.plate, , metals.gold.plate], + [metals.gold.plate, , metals.gold.plate], + [metals.gold.plate, , metals.gold.plate] + ] + ], + * 8: [ + [ + [metals.iron.plate, , metals.iron.plate], + [metals.iron.plate, , metals.iron.plate], + [metals.iron.plate, , metals.iron.plate] + ] + ], + * 3: [ + [ + [, ], + [, null] + ] + ], + : [ + [ + [, , ], + [, , ], + [, , ] + ], + [ + [, , ], + [, , ], + [, , ] + ] + ], + : [ + [ + [, , ], + [, null, ] + ] + ], + : [ + [ + [, null, ], + [, , ], + [, , ] + ] + ], + : [ + [ + [, , ], + [, null, ], + [, null, ] + ] + ], + : [ + [ + [, null, ], + [, null, ] + ] + ] +}; + +static namedShapedRecipes as IIngredient[][][][string][IItemStack] = { + // ================================== + // Stage Three + // ================================== + : { + Utils.genRecipeName(stageThree, "piston"): [ + [ + [sidingWood, sidingWood, sidingWood], + [, metals.iron.plate, ], + [, , ] + ] + ] + }, + : { + Utils.genRecipeName(stageThree, "jukebox"): [ + [ + [, , ], + [, , ], + [, , ] + ] + ] + }, + .firstItem: { + Utils.genRecipeName(stageFive, .firstItem): [ + [ + [, , ], + [null, null, null], + [null, null, null] + ] + ] + }, + .firstItem: { + Utils.genRecipeName(stageFive, .firstItem): [ + [ + [null, null, null], + [, , ], + [null, null, null] + ] + ] + }, + .firstItem: { + Utils.genRecipeName(stageFive, .firstItem): [ + [ + [null, null, null], + [null, null, null], + [, , ] + ] + ] + }, + .firstItem: { + Utils.genRecipeName(stageFive, .firstItem): [ + [ + [, null, null], + [, null, null], + [, null, null] + ] + ] + }, + .firstItem: { + Utils.genRecipeName(stageFive, .firstItem): [ + [ + [null, , null], + [null, , null], + [null, , null] + ] + ] + }, + .firstItem: { + Utils.genRecipeName(stageFive, .firstItem): [ + [ + [null, null, ], + [null, null, ], + [null, null, ] + ] + ] + }, + .firstItem: { + Utils.genRecipeName(stageFive, .firstItem): [ + [ + [, null, null], + [null, , null], + [null, null, ] + ] + ] + }, + .firstItem: { + Utils.genRecipeName(stageFive, .firstItem): [ + [ + [null, null, ], + [null, , null], + [, null, null] + ] + ] + }, + .firstItem: { + Utils.genRecipeName(stageFive, .firstItem): [ + [ + [, null, ], + [null, , null], + [null, null, null] + ] + ] + }, + .firstItem: { + Utils.genRecipeName(stageFive, .firstItem): [ + [ + [null, , null], + [, null, ], + [null, null, null] + ] + ] + }, + .firstItem: { + Utils.genRecipeName(stageFive, .firstItem): [ + [ + [null, null, null], + [null, , null], + [, null, ] + ] + ] + }, + .firstItem: { + Utils.genRecipeName(stageFive, .firstItem): [ + [ + [null, null, null], + [, null, ], + [null, , null] + ] + ] + } +}; + +/* + Mirrored Recipes +*/ +static mirroredRecipes as IIngredient[][][][IItemStack] = { + : [ + [ + [, null, null], + [null, , null], + [null, null, ] + ] + ] +}; + +static namedMirroredRecipes as IIngredient[][][][string][IItemStack] = { +}; + +/* + Shapeless Recipes +*/ +static shapelessRecipes as IIngredient[][][IItemStack] = { + * 9: [ + [] + ], + : [ + [, ], + [, ] + ], + * 4: [ + [, .transformNew(scripts.crafttweaker.transformers.shearsTransformFunction)], + [, ] + ], + * 8: [ + [] + ], + : [ + [, , , ] + ], + : [ + [, ] + ], + : [ + [, , ] + ], + * 2: [ + [, , ], + [, ] + ], + : [ + [, , , ] + ], + : [ + [, , ] + ], + // Arrow Bundle -> Arrows + * 8: [ + [] + ], + : [ + [] + ] +}; + +static namedShapelessRecipes as IIngredient[][][string][IItemStack] = { + // ================================== + // Stage Three + // ================================== + * 4: { + Utils.genRecipeName(stageThree, "torch"): [ + [, , ] + ] + } +}; + +/* + Furnace Recipes +*/ +static furnaceRecipes as IIngredient[][IItemStack] = { + : [] +}; + +/* + Recipe Removals +*/ +static removeRecipes as IItemStack[] = [ + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + +]; + +static removeRegex as string[] = [ + "minecraft:emerald", + "minecraft:lapis_lazuli", + "minecraft:redstone" +]; + +static removeFurnace as IIngredient[] = [ + , + , + , // Charcoal Revamp + , // Glass Revamp + , + , + , + , + +]; + +static removeFurnaceInput as IIngredient[IIngredient] = { + : , + : +}; + +function initElytraRecipe() { + recipes.addShapeless("colored_elytra", + .withTag({}), + [.marked("elytra"), .marked("dye")], + function(out, ins, cInfo) { + //Get dye color + var color as string = utils.getDyeColor(ins.dye); + var colorId as int = utils.getDyeIdFromColor(color); + + var currentTag = ins.elytra.tag; + var newTag = currentTag.update({"quark:elytraDye": colorId}); + + return ins.elytra.withTag(newTag); + }, + null + ); +} + +function init() { + // Un-named recipes + recipeUtil.process(shapedRecipes, false); + recipeUtil.process(mirroredRecipes, true); + recipeUtil.process(shapelessRecipes); + + // Named recipes + recipeUtil.processNamed(namedShapedRecipes, false); + recipeUtil.processNamed(namedMirroredRecipes, true); + recipeUtil.processNamed(namedShapelessRecipes); + + // Furnace recipes + recipeUtil.processFurnace(furnaceRecipes); + + // Removals + recipeUtil.removeRecipes(removeRecipes); + recipeUtil.removeRecipes(removeRegex); + recipeUtil.removeFurnace(removeFurnace); + recipeUtil.removeFurnace(removeFurnaceInput); + + // Init the Elytra recipe + scripts.crafttweaker.recipes.mods.minecraft.initElytraRecipe(); + + /* + Specific Overrides + */ + recipes.remove(); + recipes.remove(); + recipes.removeShaped( * 3); + recipes.removeShapeless(, []); + recipes.removeShapeless(, []); +} diff --git a/scripts/crafttweaker/recipes/mods/mobgrindingutils.zs b/scripts/crafttweaker/recipes/mods/mobgrindingutils.zs new file mode 100644 index 0000000..f6d153f --- /dev/null +++ b/scripts/crafttweaker/recipes/mods/mobgrindingutils.zs @@ -0,0 +1,76 @@ +/* + SevTech: Ages Mob Grinding Utils Recipe Script + + This script handles the recipes for Mob Grinding Utils. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +import crafttweaker.item.IItemStack; +import crafttweaker.item.IIngredient; + +/* + Shaped Recipes +*/ +static shapedRecipes as IIngredient[][][][IItemStack] = { + : [ + [ + [null, , null], + [, , ], + [null, , null] + ] + ], + : [ + [ + [, , ], + [, , ], + [, metals.iron.block, ] + ] + ] +}; + +static namedShapedRecipes as IIngredient[][][][string][IItemStack] = {}; + +/* + Mirrored Recipes +*/ +static mirroredRecipes as IIngredient[][][][IItemStack] = {}; + +static namedMirroredRecipes as IIngredient[][][][string][IItemStack] = {}; + +/* + Shapeless Recipes +*/ +static shapelessRecipes as IIngredient[][][IItemStack] = { + : [ + [] + ], + : [ + [] + ] +}; + +static namedShapelessRecipes as IIngredient[][][string][IItemStack] = {}; + +/* + Recipe Removals +*/ +static removeRecipes as IItemStack[] = [ + , + +]; + +function init() { + // Un-named recipes + recipeUtil.process(shapedRecipes, false); + recipeUtil.process(mirroredRecipes, true); + recipeUtil.process(shapelessRecipes); + + // Named recipes + recipeUtil.processNamed(namedShapedRecipes, false); + recipeUtil.processNamed(namedMirroredRecipes, true); + recipeUtil.processNamed(namedShapelessRecipes); + + recipeUtil.removeRecipes(removeRecipes); +} diff --git a/scripts/crafttweaker/recipes/mods/modularmachinery.zs b/scripts/crafttweaker/recipes/mods/modularmachinery.zs new file mode 100644 index 0000000..251bae6 --- /dev/null +++ b/scripts/crafttweaker/recipes/mods/modularmachinery.zs @@ -0,0 +1,215 @@ +/* + SevTech: Ages Modular Machinery Recipe Script + + This script handles the recipes for Modular Machinery. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +import crafttweaker.item.IItemStack; +import crafttweaker.item.IIngredient; + +/* + Shaped Recipes +*/ +static shapedRecipes as IIngredient[][][][IItemStack] = { + : [ + [ + [metals.modularium.plate, , metals.modularium.plate], + [metals.redstoneAlloy.gear, , metals.redstoneAlloy.gear], + [metals.modularium.plate, , metals.modularium.plate] + ] + ], + *2 : [ + [ + [metals.modularium.plate, metals.modularium.plate, metals.modularium.plate], + [metals.modularium.plate, null, metals.modularium.plate], + [metals.modularium.plate, metals.modularium.plate, metals.modularium.plate] + ] + ], + *2 : [ + [ + [metals.modularium.plate, , metals.modularium.plate], + [, null, ], + [metals.modularium.plate, , metals.modularium.plate] + ] + ], + : [ + [ + [metals.modularium.plate, , metals.modularium.plate], + [null, , null], + [metals.modularium.plate, null, metals.modularium.plate] + ] + ], + : [ + [ + [metals.modularium.plate, , metals.modularium.plate], + [null, , null], + [metals.modularium.plate, null, metals.modularium.plate] + ] + ], + : [ + [ + [metals.modularium.plate, , metals.modularium.plate], + [null, , null], + [metals.modularium.plate, , metals.modularium.plate] + ] + ], + : [ + [ + [metals.modularium.plate, , metals.modularium.plate], + [, , ], + [metals.modularium.plate, , metals.modularium.plate] + ] + ], + * 1 : [ + [ + [null, metals.copper.gear, null], + [metals.copper.gear, , metals.copper.gear], + [null, metals.copper.gear, null] + ] + ], + * 4 : [ + [ + [null, metals.steel.gear, null], + [metals.steel.gear, , metals.steel.gear], + [null, metals.steel.gear, null] + ] + ], + * 2 : [ + [ + [null, , null], + [, , ], + [null, , null] + ] + ], + * 8 : [ + [ + [null, metals.cobalt.gear, null], + [metals.cobalt.gear, , metals.cobalt.gear], + [null, metals.cobalt.gear, null] + ] + ], + : [ + [ + [, , ], + [metals.redstoneAlloy.block, , metals.redstoneAlloy.block], + [, metals.redstoneAlloy.block, ] + ] + ], + : [ + [ + [, , ], + [, metals.redstoneAlloy.block, ], + [, , ] + ] + ] +}; + +static namedShapedRecipes as IIngredient[][][][string][IItemStack] = {}; + +/* + Mirrored Recipes +*/ +static mirroredRecipes as IIngredient[][][][IItemStack] = {}; + +static namedMirroredRecipes as IIngredient[][][][string][IItemStack] = {}; + +/* + Shapeless Recipes +*/ +static shapelessRecipes as IIngredient[][][IItemStack] = { + .withTag({dynamicmachine: "modularmachinery:auto_cauldron"}) : [ + [, , ] + ], + .withTag({dynamicmachine: "modularmachinery:chemical_mixer"}) : [ + [, , .firstItem, ] + ], + .withTag({dynamicmachine: "modularmachinery:industrial_loom"}) : [ + [, , ] + ], + .withTag({dynamicmachine: "modularmachinery:volcanic_crystalizer"}) : [ + [, , ] + ], + .withTag({dynamicmachine: "modularmachinery:ethylitic_enricher"}) : [ + [, , ] + ], + .withTag({dynamicmachine: "modularmachinery:industrial_drying_unit"}) : [ + [, , ] + ], + .withTag({dynamicmachine: "modularmachinery:industrial_drying_unit_mk2"}) : [ + [, , , ] + ], + .withTag({dynamicmachine: "modularmachinery:industrial_drying_unit_mk3"}) : [ + [, , , , ] + ], + .withTag({dynamicmachine: "modularmachinery:plastic_molder"}) : [ + [, , ] + ], + .withTag({dynamicmachine: "modularmachinery:industrial_mill"}) : [ + [, , ] + ], + .withTag({dynamicmachine: "modularmachinery:liquid_processor"}) : [ + [, , ] + ], + .withTag({dynamicmachine: "modularmachinery:mixer"}) : [ + [, , ] + ], + .withTag({dynamicmachine: "modularmachinery:mixer_mk2"}) : [ + [, , , ] + ], + .withTag({dynamicmachine: "modularmachinery:mixer_mk3"}) : [ + [, , , , ] + ], + .withTag({dynamicmachine: "modularmachinery:paperclip_factory"}) : [ + [, ] + ], + .withTag({dynamicmachine: "modularmachinery:orematic5000"}) : [ + [, , ] + ], + .withTag({dynamicmachine: "modularmachinery:orematic5000_mk2"}) : [ + [, , , , ] + ], + .withTag({dynamicmachine: "modularmachinery:orematic5000_mk3"}) : [ + [, , , , , , ] + ], + .withTag({dynamicmachine: "modularmachinery:hydraulic_press"}) : [ + [, , ] + ], + .withTag({dynamicmachine: "modularmachinery:scamulator"}) : [ + [, , ] + ] +}; + +static namedShapelessRecipes as IIngredient[][][string][IItemStack] = {}; + +/* + Recipe Removals +*/ +static removeRecipes as IItemStack[] = [ + , + , + , + , + , + , + , + , + , + , +]; + +function init() { + // Un-named recipes + recipeUtil.process(shapedRecipes, false); + recipeUtil.process(mirroredRecipes, true); + recipeUtil.process(shapelessRecipes); + + // Named recipes + recipeUtil.processNamed(namedShapedRecipes, false); + recipeUtil.processNamed(namedMirroredRecipes, true); + recipeUtil.processNamed(namedShapelessRecipes); + + recipeUtil.removeRecipes(removeRecipes); +} diff --git a/scripts/crafttweaker/recipes/mods/modularrouters.zs b/scripts/crafttweaker/recipes/mods/modularrouters.zs new file mode 100644 index 0000000..40a6730 --- /dev/null +++ b/scripts/crafttweaker/recipes/mods/modularrouters.zs @@ -0,0 +1,113 @@ +/* + SevTech: Ages Modular Routers Recipe Script + + This script handles the recipes for Modular Routers. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +import crafttweaker.item.IItemStack; +import crafttweaker.item.IIngredient; + +/* + Shaped Recipes +*/ +static shapedRecipes as IIngredient[][][][IItemStack] = { + : [ + [ + [null, , null], + [, , ], + [null, , null] + ] + ], + : [ + [ + [metals.iron.plate, , metals.iron.plate], + [, metals.platinum.plate, ], + [metals.iron.plate, , metals.iron.plate] + ] + ], + * 4: [ + [ + [, ] + ] + ], + * 4: [ + [ + [, , metals.gold.plate], + [, , metals.gold.plate], + [null, , metals.gold.plate] + ] + ], + * 6: [ + [ + [null, , null], + [, , ], + [metals.gold.plate, metals.gold.plate, metals.gold.plate] + ] + ], + * 4: [ + [ + [metals.iron.plate, , metals.iron.plate], + [, , ], + [metals.iron.plate, , metals.iron.plate] + ] + ], + * 8: [ + [ + [metals.redstoneAlloy.plate, , metals.redstoneAlloy.plate], + [metals.redstoneAlloy.plate, , metals.redstoneAlloy.plate] + ] + ], + * 8: [ + [ + [null, , null], + [, , ] + ] + ] +}; + +static namedShapedRecipes as IIngredient[][][][string][IItemStack] = {}; + +/* + Mirrored Recipes +*/ +static mirroredRecipes as IIngredient[][][][IItemStack] = {}; + +static namedMirroredRecipes as IIngredient[][][][string][IItemStack] = {}; + +/* + Shapeless Recipes +*/ +static shapelessRecipes as IIngredient[][][IItemStack] = {}; + +static namedShapelessRecipes as IIngredient[][][string][IItemStack] = {}; + +/* + Recipe Removals +*/ +static removeRecipes as IItemStack[] = [ + , + , + , + , + , + , + , + +]; + +function init() { + // Un-named recipes + recipeUtil.process(shapedRecipes, false); + recipeUtil.process(mirroredRecipes, true); + recipeUtil.process(shapelessRecipes); + + // Named recipes + recipeUtil.processNamed(namedShapedRecipes, false); + recipeUtil.processNamed(namedMirroredRecipes, true); + recipeUtil.processNamed(namedShapelessRecipes); + + recipeUtil.removeRecipes(removeRecipes); +} diff --git a/scripts/crafttweaker/recipes/mods/mysticalagriculture.zs b/scripts/crafttweaker/recipes/mods/mysticalagriculture.zs new file mode 100644 index 0000000..7363b92 --- /dev/null +++ b/scripts/crafttweaker/recipes/mods/mysticalagriculture.zs @@ -0,0 +1,153 @@ +/* + SevTech: Ages Mystical Agriculture Recipe Script + + This script handles the recipes for Mystical Agriculture. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +import crafttweaker.item.IItemStack; +import crafttweaker.item.IIngredient; + +import mods.zenstages.Utils; + +import scripts.crafttweaker.stages.stageFive; + +/* + Shaped Recipes +*/ +static shapedRecipes as IIngredient[][][][IItemStack] = { + : [ + [ + [, , ], + [, , ], + [, , ] + ] + ], + : [ + [ + [, , ], + [, null, ] + ] + ], + : [ + [ + [, ], + [, ] + ] + ] +}; + +/* + Recipes which need to be generated and added to the Map to be ran via our recipeUtil. +*/ +static squareRecipesToGenerate as IItemStack[IIngredient] = { + : metals.aluminumBrass.ingot.firstItem * 6, + : metals.aluminum.ingot.firstItem * 8, + : metals.ardite.ingot.firstItem * 3, + : metals.bronze.ingot.firstItem * 4, + : * 12, + : metals.cobalt.ingot.firstItem * 3, + : metals.compressedIron.ingot.firstItem * 6, + : metals.constantan.ingot.firstItem * 4, + : metals.copper.ingot.firstItem * 6, + : * 6, + : , + : metals.electrum.ingot.firstItem * 4, + : metals.fiery.ingot.firstItem * 3, + : metals.gold.ingot.firstItem * 4, + : metals.iron.ingot.firstItem * 6, + : metals.knightslime.ingot.firstItem * 4, + : metals.lead.ingot.firstItem * 4, + : metals.manyullyn.ingot.firstItem * 2, + : metals.meteoricIron.ingot.firstItem * 3, + : metals.nickel.ingot.firstItem * 4, + : metals.osmium.ingot.firstItem * 4, + : metals.platinum.ingot.firstItem * 2, + : * 8, + : metals.silver.ingot.firstItem * 4, + : metals.steel.ingot.firstItem * 3, + : metals.steeleaf.ingot.firstItem * 5, + : metals.tin.ingot.firstItem * 4, + : metals.titanium.ingot.firstItem * 2, + : metals.uranium.ingot.firstItem * 2 +}; + +static lineRecipesToGenerate as IItemStack[IIngredient] = { + : * 8, + : * 2 +}; + +static namedShapedRecipes as IIngredient[][][][string][IItemStack] = {}; + +/* + Mirrored Recipes +*/ +static mirroredRecipes as IIngredient[][][][IItemStack] = {}; + +static namedMirroredRecipes as IIngredient[][][][string][IItemStack] = {}; + +/* + Shapeless Recipes +*/ +static shapelessRecipes as IIngredient[][][IItemStack] = {}; + +static namedShapelessRecipes as IIngredient[][][string][IItemStack] = {}; + +/* + Recipe Removals +*/ +static removeRecipes as IItemStack[] = [ + , + , + +]; + +function init() { + // Build the recipes to be generated from the Generated Map. + var generatedShapedRecipes as IIngredient[][][][string][IItemStack] = {}; + + for essence, output in squareRecipesToGenerate { + var recipeName = Utils.genRecipeName(stageFive, output); + + var essenceRecipe as IIngredient[][] = [ + [essence, essence, essence], + [essence, null, essence], + [essence, essence, essence] + ]; + + if (!(generatedShapedRecipes has output)) { + generatedShapedRecipes[output] = {}; + } + generatedShapedRecipes[output][recipeName] = [essenceRecipe]; + } + + for essence, output in lineRecipesToGenerate { + var recipeName = Utils.genRecipeName(stageFive, output); + + var essenceRecipe as IIngredient[][] = [ + [essence], + [essence], + [essence] + ]; + + if (!(generatedShapedRecipes has output)) { + generatedShapedRecipes[output] = {}; + } + generatedShapedRecipes[output][recipeName] = [essenceRecipe]; + } + + // Un-named recipes + recipeUtil.process(shapedRecipes, false); + recipeUtil.process(mirroredRecipes, true); + recipeUtil.process(shapelessRecipes); + + // Named recipes + recipeUtil.processNamed(namedShapedRecipes, false); + recipeUtil.processNamed(namedMirroredRecipes, true); + recipeUtil.processNamed(namedShapelessRecipes); + recipeUtil.processNamed(generatedShapedRecipes, false); + + recipeUtil.removeRecipes(removeRecipes); +} diff --git a/scripts/crafttweaker/recipes/mods/natura.zs b/scripts/crafttweaker/recipes/mods/natura.zs new file mode 100644 index 0000000..c761f20 --- /dev/null +++ b/scripts/crafttweaker/recipes/mods/natura.zs @@ -0,0 +1,604 @@ +/* + SevTech: Ages Natura Recipe Script + + This script handles the recipes for Natura. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +import crafttweaker.item.IItemStack; +import crafttweaker.item.IIngredient; + +import mods.betterwithmods.MiniBlocks; +import mods.zenstages.Utils; + +import scripts.crafttweaker.craftingUtils; +import scripts.crafttweaker.stages.stageZero; +import scripts.crafttweaker.stages.stageOne; +import scripts.crafttweaker.stages.stageTwo; +import scripts.crafttweaker.stages.stageThree; +import scripts.crafttweaker.stages.stageFour; +import scripts.crafttweaker.stages.stageFive; + +/* + Shaped Recipes +*/ +static shapedRecipes as IIngredient[][][][IItemStack] = { + * 3 : [ + [ + [, , ] + ] + ], + * 3 : [ + [ + [, , ] + ] + ], + * 3 : [ + [ + [, , ] + ] + ], + * 3 : [ + [ + [, , ] + ] + ], + * 3 : [ + [ + [, , ] + ] + ], + * 3 : [ + [ + [, , ] + ] + ], + * 3 : [ + [ + [, , ] + ] + ], + * 3 : [ + [ + [, , ] + ] + ], + * 3 : [ + [ + [, , ] + ] + ], + * 3 : [ + [ + [, , ] + ] + ], + * 3 : [ + [ + [, , ] + ] + ], + * 3 : [ + [ + [, , ] + ] + ], + * 3 : [ + [ + [, , ] + ] + ], + : [ + [ + [, , ], + [, , ], + [, , ] + ] + ], + : [ + [ + [, , ], + [, , ], + [, , ] + ] + ], + : [ + [ + [, , ], + [, , ], + [, , ] + ] + ], + : [ + [ + [, , ], + [, , ], + [, , ] + ] + ], + : [ + [ + [, , ], + [, , ], + [, , ] + ] + ], + : [ + [ + [, , ], + [, , ], + [, , ] + ] + ], + : [ + [ + [, , ], + [, , ], + [, , ] + ] + ], + : [ + [ + [, , ], + [, , ], + [, , ] + ] + ], + : [ + [ + [, , ], + [, , ], + [, , ] + ] + ], + : [ + [ + [.firstItem, , .firstItem], + [.firstItem, , .firstItem] + ] + ], + : [ + [ + [.firstItem, , .firstItem], + [.firstItem, , .firstItem] + ] + ], + : [ + [ + [.firstItem, , .firstItem], + [.firstItem, , .firstItem] + ] + ], + : [ + [ + [.firstItem, , .firstItem], + [.firstItem, , .firstItem] + ] + ], + : [ + [ + [.firstItem, , .firstItem], + [.firstItem, , .firstItem] + ] + ], + : [ + [ + [.firstItem, , .firstItem], + [.firstItem, , .firstItem] + ] + ], + : [ + [ + [.firstItem, , .firstItem], + [.firstItem, , .firstItem] + ] + ], + : [ + [ + [.firstItem, , .firstItem], + [.firstItem, , .firstItem] + ] + ], + : [ + [ + [.firstItem, , .firstItem], + [.firstItem, , .firstItem] + ] + ], + * 3 : [ + [ + [, .firstItem, ], + [, .firstItem, ] + ] + ], + * 3 : [ + [ + [, .firstItem, ], + [, .firstItem, ] + ] + ], + * 3 : [ + [ + [, .firstItem, ], + [, .firstItem, ] + ] + ], + * 3 : [ + [ + [, .firstItem, ], + [, .firstItem, ] + ] + ], + * 3 : [ + [ + [, .firstItem, ], + [, .firstItem, ] + ] + ], + * 3 : [ + [ + [, .firstItem, ], + [, .firstItem, ] + ] + ], + * 3 : [ + [ + [, .firstItem, ], + [, .firstItem, ] + ] + ], + * 3 : [ + [ + [, .firstItem, ], + [, .firstItem, ] + ] + ], + * 3 : [ + [ + [, .firstItem, ], + [, .firstItem, ] + ] + ], + * 3 : [ + [ + [, ], + [, ], + [, ] + ] + ], + * 3 : [ + [ + [, ], + [, ], + [, ] + ] + ], + * 3 : [ + [ + [, ], + [, ], + [, ] + ] + ], + * 3 : [ + [ + [, ], + [, ], + [, ] + ] + ], + * 3 : [ + [ + [, ], + [, ], + [, ] + ] + ], + : [ + [ + [, , ], + [, , ], + [, , ] + ] + ], + : [ + [ + [, , ], + [, , ], + [, , ] + ] + ], + : [ + [ + [, , ], + [, , ], + [, , ] + ] + ], + : [ + [ + [, , ], + [, , ], + [, , ] + ] + ], + : [ + [ + [, , ], + [, , ], + [, , ] + ] + ], + : [ + [ + [.firstItem, , .firstItem], + [.firstItem, , .firstItem] + ] + ], + : [ + [ + [.firstItem, , .firstItem], + [.firstItem, , .firstItem] + ] + ], + : [ + [ + [.firstItem, , .firstItem], + [.firstItem, , .firstItem] + ] + ], + : [ + [ + [.firstItem, , .firstItem], + [.firstItem, , .firstItem] + ] + ], + * 3 : [ + [ + [, .firstItem, ], + [, .firstItem, ] + ] + ], + * 3 : [ + [ + [, .firstItem, ], + [, .firstItem, ] + ] + ], + * 3 : [ + [ + [, .firstItem, ], + [, .firstItem, ] + ] + ], + * 3 : [ + [ + [, .firstItem, ], + [, .firstItem, ] + ] + ], + * 3 : [ + [ + [, ], + [, ], + [, ] + ] + ], + * 3 : [ + [ + [, ], + [, ], + [, ] + ] + ], + : [ + [ + [null, , null], + [, , ], + [null, , null] + ] + ], + * 3 : [ + [ + [, , ] + ] + ], + * 3 : [ + [ + [, , ] + ] + ], + * 3 : [ + [ + [, , ] + ] + ] +}; + +static namedShapedRecipes as IIngredient[][][][string][IItemStack] = { +}; + +/* + Mirrored Recipes +*/ +static mirroredRecipes as IIngredient[][][][IItemStack] = { + * 4: [ + [ + [null, null, ], + [null, , ], + [, , ] + ] + ], + * 4: [ + [ + [null, null, ], + [null, , ], + [, , ] + ] + ], + * 4: [ + [ + [null, null, ], + [null, , ], + [, , ] + ] + ], + * 4: [ + [ + [null, null, ], + [null, , ], + [, , ] + ] + ], + * 4: [ + [ + [null, null, ], + [null, , ], + [, , ] + ] + ], + * 4: [ + [ + [null, null, ], + [null, , ], + [, , ] + ] + ], + * 4: [ + [ + [null, null, ], + [null, , ], + [, , ] + ] + ], + * 4: [ + [ + [null, null, ], + [null, , ], + [, , ] + ] + ], + * 4: [ + [ + [null, null, ], + [null, , ], + [, , ] + ] + ], + * 4: [ + [ + [null, null, ], + [null, , ], + [, , ] + ] + ], + * 4: [ + [ + [null, null, ], + [null, , ], + [, , ] + ] + ], + * 4: [ + [ + [null, null, ], + [null, , ], + [, , ] + ] + ], + * 4: [ + [ + [null, null, ], + [null, , ], + [, , ] + ] + ], + : [ + [ + [null, null, ], + [null, , ], + [, , ] + ] + ], + : [ + [ + [null, null, ], + [null, , ], + [, , ] + ] + ], + : [ + [ + [null, null, ], + [null, , ], + [, , ] + ] + ] +}; + +static namedMirroredRecipes as IIngredient[][][][string][IItemStack] = { +}; + +/* + Shapeless Recipes +*/ +static shapelessRecipes as IIngredient[][][IItemStack] = { + : [ + [, ] + ], + : [ + [, ] + ] +}; + +static namedShapelessRecipes as IIngredient[][][string][IItemStack] = { +}; + +/* + Recipe Removals +*/ +static removeRecipes as IItemStack[] = [ + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + +]; + +static removeRegex as string[] = [ + "natura:common/glass_bottle" +]; + +function init() { + // Un-named recipes + recipeUtil.process(shapedRecipes, false); + recipeUtil.process(mirroredRecipes, true); + recipeUtil.process(shapelessRecipes); + + // Named recipes + recipeUtil.processNamed(namedShapedRecipes, false); + recipeUtil.processNamed(namedMirroredRecipes, true); + recipeUtil.processNamed(namedShapelessRecipes); + + recipeUtil.removeRecipes(removeRecipes); + recipeUtil.removeRecipes(removeRegex); +} diff --git a/scripts/crafttweaker/recipes/mods/naturescompass.zs b/scripts/crafttweaker/recipes/mods/naturescompass.zs new file mode 100644 index 0000000..6e29801 --- /dev/null +++ b/scripts/crafttweaker/recipes/mods/naturescompass.zs @@ -0,0 +1,75 @@ +/* + SevTech: Ages Natures Compass Recipe Script + + This script handles the recipes for Natures Compass. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +import crafttweaker.item.IItemStack; +import crafttweaker.item.IIngredient; + +import mods.zenstages.Utils; + +import scripts.crafttweaker.stages.stageZero; +import scripts.crafttweaker.stages.stageOne; +import scripts.crafttweaker.stages.stageTwo; +import scripts.crafttweaker.stages.stageThree; +import scripts.crafttweaker.stages.stageFour; +import scripts.crafttweaker.stages.stageFive; + +/* + Shaped Recipes +*/ +static shapedRecipes as IIngredient[][][][IItemStack] = { + : [ + [ + [, , ], + [, , ], + [, , ] + ] + ] +}; + +static namedShapedRecipes as IIngredient[][][][string][IItemStack] = { +}; + +/* + Mirrored Recipes +*/ +static mirroredRecipes as IIngredient[][][][IItemStack] = { +}; + +static namedMirroredRecipes as IIngredient[][][][string][IItemStack] = { +}; + +/* + Shapeless Recipes +*/ +static shapelessRecipes as IIngredient[][][IItemStack] = { +}; + +static namedShapelessRecipes as IIngredient[][][string][IItemStack] = { +}; + +/* + Recipe Removals +*/ +static removeRecipes as IItemStack[] = [ + +]; + +function init() { + // Un-named recipes + recipeUtil.process(shapedRecipes, false); + recipeUtil.process(mirroredRecipes, true); + recipeUtil.process(shapelessRecipes); + + // Named recipes + recipeUtil.processNamed(namedShapedRecipes, false); + recipeUtil.processNamed(namedMirroredRecipes, true); + recipeUtil.processNamed(namedShapelessRecipes); + + recipeUtil.removeRecipes(removeRecipes); +} diff --git a/scripts/crafttweaker/recipes/mods/oeintegration.zs b/scripts/crafttweaker/recipes/mods/oeintegration.zs new file mode 100644 index 0000000..0983724 --- /dev/null +++ b/scripts/crafttweaker/recipes/mods/oeintegration.zs @@ -0,0 +1,70 @@ +/* + SevTech: Ages Ore Integration Recipe Script + + This script handles the recipes for Ore Integration. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +import crafttweaker.item.IItemStack; +import crafttweaker.item.IIngredient; + +import mods.zenstages.Utils; + +import scripts.crafttweaker.stages.stageZero; +import scripts.crafttweaker.stages.stageOne; +import scripts.crafttweaker.stages.stageTwo; +import scripts.crafttweaker.stages.stageThree; +import scripts.crafttweaker.stages.stageFour; +import scripts.crafttweaker.stages.stageFive; + +/* + Shaped Recipes +*/ +static shapedRecipes as IIngredient[][][][IItemStack] = { + * 25: [ + [ + [, metals.modularium.plate, ], + [metals.steel.plate, , metals.steel.plate], + [, metals.platinum.plate, ] + ] + ] +}; + +static namedShapedRecipes as IIngredient[][][][string][IItemStack] = {}; + +/* + Mirrored Recipes +*/ +static mirroredRecipes as IIngredient[][][][IItemStack] = {}; + +static namedMirroredRecipes as IIngredient[][][][string][IItemStack] = {}; + +/* + Shapeless Recipes +*/ +static shapelessRecipes as IIngredient[][][IItemStack] = {}; + +static namedShapelessRecipes as IIngredient[][][string][IItemStack] = {}; + +/* + Recipe Removals +*/ +static removeRecipes as IItemStack[] = [ + +]; + +function init() { + // Un-named recipes + recipeUtil.process(shapedRecipes, false); + recipeUtil.process(mirroredRecipes, true); + recipeUtil.process(shapelessRecipes); + + // Named recipes + recipeUtil.processNamed(namedShapedRecipes, false); + recipeUtil.processNamed(namedMirroredRecipes, true); + recipeUtil.processNamed(namedShapelessRecipes); + + recipeUtil.removeRecipes(removeRecipes); +} diff --git a/scripts/crafttweaker/recipes/mods/overloaded.zs b/scripts/crafttweaker/recipes/mods/overloaded.zs new file mode 100644 index 0000000..f47e9c2 --- /dev/null +++ b/scripts/crafttweaker/recipes/mods/overloaded.zs @@ -0,0 +1,172 @@ +/* + SevTech: Ages Over loaded Recipe Script + + This script handles the recipes for Over loaded. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +import crafttweaker.item.IItemStack; +import crafttweaker.item.IIngredient; + +import mods.zenstages.Utils; + +import scripts.crafttweaker.utils; +import scripts.crafttweaker.stages.stageZero; +import scripts.crafttweaker.stages.stageOne; +import scripts.crafttweaker.stages.stageTwo; +import scripts.crafttweaker.stages.stageThree; +import scripts.crafttweaker.stages.stageFour; +import scripts.crafttweaker.stages.stageFive; + +/* + Shaped Recipes +*/ +static shapedRecipes as IIngredient[][][][IItemStack] = { + : [ + [ + [, , ], + [, , ], + [, , ] + ] + ], + : [ + [ + [, .withTag({StoredEnchantments: utils.makeJeidTag(.makeEnchantment(1)).ench}), ], + [.withTag({StoredEnchantments: utils.makeJeidTag(.makeEnchantment(1)).ench}), , .withTag({StoredEnchantments: utils.makeJeidTag(.makeEnchantment(1)).ench})], + [, .withTag({StoredEnchantments: utils.makeJeidTag(.makeEnchantment(1)).ench}), ] + ] + ], + : [ + [ + [, .withTag({StoredEnchantments: utils.makeJeidTag(.makeEnchantment(1)).ench}), ], + [.withTag({StoredEnchantments: utils.makeJeidTag(.makeEnchantment(1)).ench}), , .withTag({StoredEnchantments: utils.makeJeidTag(.makeEnchantment(1)).ench})], + [, .withTag({StoredEnchantments: utils.makeJeidTag(.makeEnchantment(1)).ench}), ] + ] + ], + : [ + [ + [, .withTag({StoredEnchantments: utils.makeJeidTag(.makeEnchantment(1)).ench}), ], + [.withTag({StoredEnchantments: utils.makeJeidTag(.makeEnchantment(1)).ench}), , .withTag({StoredEnchantments: utils.makeJeidTag(.makeEnchantment(1)).ench})], + [, .withTag({StoredEnchantments: utils.makeJeidTag(.makeEnchantment(1)).ench}), ] + ] + ], + : [ + [ + [, , ], + [, , ], + [, , ] + ] + ], + : [ + [ + [, , ], + [, , ], + [, , ] + ] + ], + : [ + [ + [, , ], + [, , ], + [, , ] + ] + ], + : [ + [ + [, , ], + [, , ], + [, , ] + ] + ], + : [ + [ + [, , ], + [, , ], + [, , ] + ] + ], + : [ + [ + [, , ], + [, , ], + [, , ] + ] + ], + : [ + [ + [, , ], + [, , ], + [, , ] + ] + ], + : [ + [ + [, null, ], + [, , ], + [, null, ] + ] + ], + : [ + [ + [, , ], + [, , ], + [, , ] + ] + ], + : [ + [ + [], + [], + [] + ] + ], + : [ + [ + [], + [], + [] + ] + ] +}; + +static namedShapedRecipes as IIngredient[][][][string][IItemStack] = { +}; + +/* + Mirrored Recipes +*/ +static mirroredRecipes as IIngredient[][][][IItemStack] = { +}; + +static namedMirroredRecipes as IIngredient[][][][string][IItemStack] = { +}; + +/* + Shapeless Recipes +*/ +static shapelessRecipes as IIngredient[][][IItemStack] = { +}; + +static namedShapelessRecipes as IIngredient[][][string][IItemStack] = { +}; + +/* + Recipe Removals +*/ +static removeRecipes as IItemStack[] = []; + +function init() { + // Un-named recipes + recipeUtil.process(shapedRecipes, false); + recipeUtil.process(mirroredRecipes, true); + recipeUtil.process(shapelessRecipes); + + // Named recipes + recipeUtil.processNamed(namedShapedRecipes, false); + recipeUtil.processNamed(namedMirroredRecipes, true); + recipeUtil.processNamed(namedShapelessRecipes); + + recipeUtil.removeRecipes(removeRecipes); +} diff --git a/scripts/crafttweaker/recipes/mods/pickletweaks.zs b/scripts/crafttweaker/recipes/mods/pickletweaks.zs new file mode 100644 index 0000000..5cf2f7b --- /dev/null +++ b/scripts/crafttweaker/recipes/mods/pickletweaks.zs @@ -0,0 +1,204 @@ +/* + SevTech: Ages Pickle Tweaks Recipe Script + + This script handles the recipes for Pickle Tweaks. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +import crafttweaker.item.IItemStack; +import crafttweaker.item.IIngredient; + +import mods.zenstages.Utils; + +import scripts.crafttweaker.stages.stageZero; +import scripts.crafttweaker.stages.stageOne; +import scripts.crafttweaker.stages.stageTwo; +import scripts.crafttweaker.stages.stageThree; +import scripts.crafttweaker.stages.stageFour; +import scripts.crafttweaker.stages.stageFive; + +/* + Shaped Recipes +*/ +static shapedRecipes as IIngredient[][][][IItemStack] = { + // Bronze Tools + : [ + [ + [metals.bronze.plate], + [metals.bronze.plate], + [] + ] + ], + : [ + [ + [metals.bronze.plate, metals.bronze.plate, metals.bronze.plate], + [null, , null], + [null, , null] + ] + ], + : [ + [ + [metals.bronze.plate], + [], + [] + ] + ], + : [ + [ + [metals.bronze.plate, metals.bronze.plate], + [metals.bronze.plate, ], + [null, ] + ] + ], + : [ + [ + [metals.bronze.plate, metals.bronze.plate], + [null, ], + [null, ] + ] + ], + // Copper Tools + : [ + [ + [metals.copper.plate], + [metals.copper.plate], + [] + ] + ], + : [ + [ + [metals.copper.plate, metals.copper.plate, metals.copper.plate], + [null, , null], + [null, , null] + ] + ], + : [ + [ + [metals.copper.plate], + [], + [] + ] + ], + : [ + [ + [metals.copper.plate, metals.copper.plate], + [metals.copper.plate, ], + [null, ] + ] + ], + : [ + [ + [metals.copper.plate, metals.copper.plate], + [null, ], + [null, ] + ] + ], + : [ + [ + [metals.iron.plate, , null], + [metals.iron.plate, , metals.iron.plate], + [null, metals.iron.plate, null] + ] + ] +}; + +static namedShapedRecipes as IIngredient[][][][string][IItemStack] = { +}; + +/* + Mirrored Recipes +*/ +static mirroredRecipes as IIngredient[][][][IItemStack] = { + : [ + [ + [, ], + [, ] + ] + ] +}; + +static namedMirroredRecipes as IIngredient[][][][string][IItemStack] = { +}; + +/* + Shapeless Recipes +*/ +static shapelessRecipes as IIngredient[][][IItemStack] = { + * 8: [ + [] + ], + * 8: [ + [] + ], + + // ================================== + // Dye Unification + * 2 : [ + [, ] + ], + * 2 : [ + [, ] + ], + * 3 : [ + [, , ] + ], + * 4 : [ + [, , , ] + ], + * 2 : [ + [, ] + ], + * 2 : [ + [, ] + ], + * 2 : [ + [, ] + ], + * 2 : [ + [, ] + ], + * 3 : [ + [, , ] + ], + * 2 : [ + [, ] + ], + * 2 : [ + [, ] + ], + * 2 : [ + [, ] + ], + * 3 : [ + [, , ] + ] +}; + +static namedShapelessRecipes as IIngredient[][][string][IItemStack] = { +}; + +/* + Recipe Removals +*/ +static removeRecipes as IItemStack[] = [ + , + , + , + +]; + +function init() { + // Un-named recipes + recipeUtil.process(shapedRecipes, false); + recipeUtil.process(mirroredRecipes, true); + recipeUtil.process(shapelessRecipes); + + // Named recipes + recipeUtil.processNamed(namedShapedRecipes, false); + recipeUtil.processNamed(namedMirroredRecipes, true); + recipeUtil.processNamed(namedShapelessRecipes); + + recipeUtil.removeRecipes(removeRecipes); +} diff --git a/scripts/crafttweaker/recipes/mods/pneumaticcraft.zs b/scripts/crafttweaker/recipes/mods/pneumaticcraft.zs new file mode 100644 index 0000000..759b1b7 --- /dev/null +++ b/scripts/crafttweaker/recipes/mods/pneumaticcraft.zs @@ -0,0 +1,244 @@ +/* + SevTech: Ages Pneumatic Craft Recipe Script + + This script handles the recipes for Pneumatic Craft. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +import crafttweaker.item.IItemStack; +import crafttweaker.item.IIngredient; + +/* + Shaped Recipes +*/ +static shapedRecipes as IIngredient[][][][IItemStack] = { + : [ + [ + [, metals.compressedIron.gear, ], + [, , ], + [, , ] + ] + ], + : [ + [ + [, , ], + [null, null, ], + [metals.compressedIron.ingot, , metals.compressedIron.ingot] + ] + ], + : [ + [ + [null, , null], + [metals.compressedIron.gear, metals.compressedIron.ingot, metals.compressedIron.gear], + [metals.compressedIron.ingot, , metals.compressedIron.ingot] + ] + ], + * 8 : [ + [ + [, , ], + [, , ], + [, , ] + ] + ], + * 8 : [ + [ + [, , ], + [, , ], + [, , ] + ] + ], + * 8 : [ + [ + [, , ], + [, , ], + [, , ] + ] + ], + * 8 : [ + [ + [, , ], + [, , ], + [, , ] + ] + ], + * 8 : [ + [ + [, , ], + [, , ], + [, , ] + ] + ], + * 8 : [ + [ + [, , ], + [, , ], + [, , ] + ] + ], + * 8 : [ + [ + [, , ], + [, , ], + [, , ] + ] + ], + * 8 : [ + [ + [, , ], + [, , ], + [, , ] + ] + ], + * 8 : [ + [ + [, , ], + [, , ], + [, , ] + ] + ], + * 8 : [ + [ + [, , ], + [, , ], + [, , ] + ] + ], + * 8 : [ + [ + [, , ], + [, , ], + [, , ] + ] + ], + * 8 : [ + [ + [, , ], + [, , ], + [, , ] + ] + ], + * 8 : [ + [ + [, , ], + [, , ], + [, , ] + ] + ], + : [ + [ + [, , ], + [, , ], + [, , ] + ] + ], + * 8 : [ + [ + [, , ], + [, null, ], + [, , ] + ] + ], + * 8 : [ + [ + [, , ], + [, , ], + [, , ] + ] + ], + : [ + [ + [null, , null], + [, , ], + [, metals.platinum.plate, ] + ] + ], + * 2: [ + [ + [metals.compressedIron.rod, null, metals.compressedIron.rod], + [metals.compressedIron.rod, null, metals.compressedIron.rod], + [metals.compressedIron.rod, null, metals.compressedIron.rod] + ] + ], + : [ + [ + [, metals.reinforcedMetal.ingot, ], + [metals.reinforcedMetal.ingot, metals.compressedIron.ingot, metals.reinforcedMetal.ingot], + [, metals.reinforcedMetal.ingot, ] + ] + ] +}; + +static namedShapedRecipes as IIngredient[][][][string][IItemStack] = {}; + +/* + Mirrored Recipes +*/ +static mirroredRecipes as IIngredient[][][][IItemStack] = {}; + +static namedMirroredRecipes as IIngredient[][][][string][IItemStack] = {}; + +/* + Shapeless Recipes +*/ +static shapelessRecipes as IIngredient[][][IItemStack] = { + : [ + [ + , , , + , , , + , , + ] + ], +}; + +static namedShapelessRecipes as IIngredient[][][string][IItemStack] = {}; + +/* + Recipe Removals +*/ +static removeRecipes as IItemStack[] = [ + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + +]; + +static removeRegex as string[] = [ + "pneumaticcraft:color_drone", + "pneumaticcraft:logistic_to_drone" +]; + +function init() { + // Un-named recipes + recipeUtil.process(shapedRecipes, false); + recipeUtil.process(mirroredRecipes, true); + recipeUtil.process(shapelessRecipes); + + // Named recipes + recipeUtil.processNamed(namedShapedRecipes, false); + recipeUtil.processNamed(namedMirroredRecipes, true); + recipeUtil.processNamed(namedShapelessRecipes); + + recipeUtil.removeRecipes(removeRecipes); + recipeUtil.removeRecipes(removeRegex); +} diff --git a/scripts/crafttweaker/recipes/mods/poweradapters.zs b/scripts/crafttweaker/recipes/mods/poweradapters.zs new file mode 100644 index 0000000..bf4352d --- /dev/null +++ b/scripts/crafttweaker/recipes/mods/poweradapters.zs @@ -0,0 +1,70 @@ +/* + SevTech: Ages Power Adapters Recipe Script + + This script handles the recipes for Power Adapters. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +import crafttweaker.item.IItemStack; +import crafttweaker.item.IIngredient; + +import mods.zenstages.Utils; + +import scripts.crafttweaker.stages.stageZero; +import scripts.crafttweaker.stages.stageOne; +import scripts.crafttweaker.stages.stageTwo; +import scripts.crafttweaker.stages.stageThree; +import scripts.crafttweaker.stages.stageFour; +import scripts.crafttweaker.stages.stageFive; + +/* + Shaped Recipes +*/ +static shapedRecipes as IIngredient[][][][IItemStack] = { + : [ + [ + [, , ], + [, , ], + [ , , ] + ] + ] +}; + +static namedShapedRecipes as IIngredient[][][][string][IItemStack] = {}; + +/* + Mirrored Recipes +*/ +static mirroredRecipes as IIngredient[][][][IItemStack] = {}; + +static namedMirroredRecipes as IIngredient[][][][string][IItemStack] = {}; + +/* + Shapeless Recipes +*/ +static shapelessRecipes as IIngredient[][][IItemStack] = {}; + +static namedShapelessRecipes as IIngredient[][][string][IItemStack] = {}; + +/* + Recipe Removals +*/ +static removeRecipes as IItemStack[] = [ + +]; + +function init() { + // Un-named recipes + recipeUtil.process(shapedRecipes, false); + recipeUtil.process(mirroredRecipes, true); + recipeUtil.process(shapelessRecipes); + + // Named recipes + recipeUtil.processNamed(namedShapedRecipes, false); + recipeUtil.processNamed(namedMirroredRecipes, true); + recipeUtil.processNamed(namedShapelessRecipes); + + recipeUtil.removeRecipes(removeRecipes); +} diff --git a/scripts/crafttweaker/recipes/mods/primal/core.zs b/scripts/crafttweaker/recipes/mods/primal/core.zs new file mode 100644 index 0000000..cdf2cbb --- /dev/null +++ b/scripts/crafttweaker/recipes/mods/primal/core.zs @@ -0,0 +1,647 @@ +/* + SevTech: Ages Primal Core Recipe Script + + This script handles the recipes for Primal Core. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +import crafttweaker.item.IItemStack; +import crafttweaker.item.IIngredient; + +import mods.zenstages.Utils; + +import scripts.crafttweaker.craftingUtils; +import scripts.crafttweaker.stages.stageZero; +import scripts.crafttweaker.stages.stageOne; +import scripts.crafttweaker.stages.stageTwo; +import scripts.crafttweaker.stages.stageThree; +import scripts.crafttweaker.stages.stageFour; +import scripts.crafttweaker.stages.stageFive; + +/* + Shaped Recipes +*/ +static shapedRecipes as IIngredient[][][][IItemStack] = { + * 3 : [ + [ + [,, ] + ] + ], + : [ + [ + [, null, ], + [, , ], + [, , ] + ] + ], + : [ + [ + [, null, ], + [, null, ] + ] + ], + : [ + [ + [, , ], + [, null, ] + ] + ], + : [ + [ + [, , ], + [, null, ], + [, null, ] + ] + ], + * 3 : [ + [ + [, , ], + [.firstItem, .firstItem, .firstItem], + [, , ] + ] + ], + * 3 : [ + [ + [, , ], + [.firstItem, .firstItem, .firstItem], + [, , ] + ] + ], + * 3 : [ + [ + [, , ], + [.firstItem, .firstItem, .firstItem], + [, , ] + ] + ], + * 3 : [ + [ + [, , ], + [.firstItem, .firstItem, .firstItem], + [, , ] + ] + ], + * 3 : [ + [ + [, , ], + [.firstItem, .firstItem, .firstItem], + [, , ] + ] + ], + * 3 : [ + [ + [, , ], + [.firstItem, .firstItem, .firstItem], + [, , ] + ] + ], + * 3 : [ + [ + [, , ], + [.firstItem, .firstItem, .firstItem], + [, , ] + ] + ], + * 3 : [ + [ + [, , ], + [.firstItem, .firstItem, .firstItem], + [, , ] + ] + ], + * 3 : [ + [ + [, , ], + [.firstItem, .firstItem, .firstItem], + [, , ] + ] + ], + : [ + // [ + // [, null, ], + // [, null, ], + // [, , ] + // ] + [ + [, null, ], + [, null, ], + [, , ] + ] + ], + : [ + [ + [, null, ], + [, null, ], + [, , ] + ] + ], + : [ + [ + [, null, ], + [, null, ], + [, , ] + ] + ], + : [ + [ + [, null, ], + [, null, ], + [, , ] + ] + ], + : [ + [ + [, null, ], + [, null, ], + [, , ] + ] + ], + : [ + [ + [, null, ], + [, null, ], + [, , ] + ] + ], + : [ + [ + [, null, ], + [, null, ], + [, , ] + ] + ], + : [ + [ + [, null, ], + [, null, ], + [, , ] + ] + ], + : [ + [ + [, null, ], + [, null, ], + [, , ] + ] + ], + : [ + [ + [, null, ], + [, null, ], + [, , ] + ] + ], + + : [ + [ + [null, , null], + [, null, ], + [null, , null] + ] + ], + : [ + [ + [null, , null], + [, null, ], + [null, , null] + ] + ], + : [ + [ + [null, , null], + [, null, ], + [null, , null] + ] + ], + : [ + [ + [null, , null], + [, null, ], + [null, , null] + ] + ], + : [ + [ + [null, , null], + [, null, ], + [null, , null] + ] + ], + : [ + [ + [null, , null], + [, null, ], + [null, , null] + ] + ], + : [ + [ + [null, , null], + [, null, ], + [null, , null] + ] + ], + : [ + [ + [null, , null], + [, null, ], + [null, , null] + ] + ], + : [ + [ + [null, , null], + [, null, ], + [null, , null] + ] + ], + : [ + [ + [null, , null], + [, null, ], + [null, , null] + ] + ], + : [ + [ + [, , ], + [, , ], + [, , ] + ] + ], + : [ + [ + [, , ], + [, , ], + [, , ] + ] + ], + : [ + [ + [, , ], + [, , ], + [, , ] + ] + ], + : [ + [ + [, , ], + [, , ], + [, , ] + ] + ], + : [ + [ + [, , ], + [, , ], + [, , ] + ] + ], + : [ + [ + [, , ], + [, , ], + [, , ] + ] + ], + : [ + [ + [, , ], + [, , ], + [, , ] + ] + ], + : [ + [ + [, , ], + [, , ], + [, , ] + ] + ], + : [ + [ + [, , ], + [, , ], + [, , ] + ] + ], + : [ + [ + [, , ], + [, , ], + [, , ] + ] + ], + : [ + [ + [metals.iron.plate, .firstItem, metals.iron.plate], + [metals.iron.plate, .firstItem, metals.iron.plate], + [null, .firstItem, null] + ] + ], + : [ + [ + [, .firstItem, ], + [, .firstItem, ], + [null, .firstItem, null] + ] + ], + : [ + [ + [, .firstItem, ], + [, .firstItem, ], + [null, .firstItem, null] + ] + ], + // Thatching + * 4: [ + [ + [, ], + [, ] + ] + ], + : [ + [ + [, ], + [, ] + ] + ], + : [ + [ + [, ] + ] + ], + : [ + [ + [null, , null], + [, , ] + ] + ], + : [ + [ + [, ], + [, ] + ] + ], + // Flint tools + : [ + [ + [, ], + [.firstItem, null] + ] + ], + : [ + [ + [null, , ], + [null, .firstItem, ], + [.firstItem, null, null] + ] + ], + : [ + [ + [null, , ], + [null, .firstItem, ], + [.firstItem, null, null] + ] + ], + : [ + [ + [null, , ], + [, .firstItem, ], + [.firstItem, , null] + ] + ], + : [ + [ + [, null, null], + [, null, null], + [, , ] + ] + ], + : [ + [ + [, , ], + [, .firstItem, ], + [null, .firstItem, null] + ] + ], + : [ + [ + [, null, null], + [, .firstItem, null], + [null, , .firstItem] + ] + ], + : [ + [ + [null, , ], + [null, .firstItem, ], + [.firstItem, null, null] + ] + ] +}; + +static namedShapedRecipes as IIngredient[][][][string][IItemStack] = { +}; + +/* + Mirrored Recipes +*/ +static mirroredRecipes as IIngredient[][][][IItemStack] = { +}; + +static namedMirroredRecipes as IIngredient[][][][string][IItemStack] = { +}; + +/* + Shapeless Recipes +*/ +static shapelessRecipes as IIngredient[][][IItemStack] = { + : [ + [.transformReplace(), ] + ], + : [ + [.transformReplace(), ] + ], + : [ + [.transformReplace(), ] + ], + : [ + [.transformReplace(), ] + ], + : [ + [.transformReplace(), ] + ], + : [ + [.transformReplace(), ] + ], + : [ + [.transformReplace(), ] + ], + : [ + [.transformReplace(), ], + [.transformReplace(), ] + ], + : [ + [, ] + ], + * 3 : [ + [, , craftingUtils.getBucketAndTankIngredient()], + [, , .withTag({Fluid: {FluidName: "water", Amount: 1000}})] + ], + * 1: [ + [, , , , ] + ], + * 6: [ + [, ] + ], + * 4: [ + [, ] + ], + * 2: [ + [, ], + [, ], + [, ], + [, ], + [, ] + ], + * 3: [ + [, ], + [, ], + [, ] + ], + // Leather Processing + : [ + [, , .withTag({Fluid: {FluidName: "water", Amount: 1000}})] + ], + : [ + [.withTag({Fluid: {FluidName: "water", Amount: 1000}}), , ] + ], + // Mud Clump + : [ + [, , .transformReplace()], + [, , craftingUtils.getBucketAndTankIngredient()], + [, , .withTag({Fluid: {FluidName: "water", Amount: 1000}})] + ], + : [ + [, , ] + ], + * 9: [ + [, ] + ], + : [ + [, , , , , , , , ] + ], + //Adding back primal core stacked logs + : [ + [, ] + ], + : [ + [, ] + ], + : [ + [, ] + ], + : [ + [, ] + ], + : [ + [, ] + ], + : [ + [, ] + ], + : [ + [, ] + ], + : [ + [, ] + ] +}; + +static namedShapelessRecipes as IIngredient[][][string][IItemStack] = { + : { + Utils.genRecipeName(stageThree, ): [ + [, , ] + ] + } +}; + +/* + Furnace Recipes +*/ +static furnaceRecipes as IIngredient[][IItemStack] = { + : [] +}; + +/* + Recipe Removals +*/ +static removeRecipes as IItemStack[] = [ + , + , + .withTag({type: "cinis"}), + .withTag({type: "terra"}), + .withTag({type: "mud"}), + , + , + + // Remove all the Wall Recipes to be sure about the mod adding them somehow. + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + +]; + +static removeRegex as string[] = [ + "primal:diamond_boots", + "primal:diamond_chestplate", + "primal:diamond_helmet", + "primal:diamond_leggings" +]; + +static removeFurnace as IIngredient[] = [ + , + , + , + , + +]; + +function init() { + // Un-named recipes + recipeUtil.process(shapedRecipes, false); + recipeUtil.process(mirroredRecipes, true); + recipeUtil.process(shapelessRecipes); + + // Named recipes + recipeUtil.processNamed(namedShapedRecipes, false); + recipeUtil.processNamed(namedMirroredRecipes, true); + recipeUtil.processNamed(namedShapelessRecipes); + + // Furnace recipes + recipeUtil.processFurnace(furnaceRecipes); + + recipeUtil.removeRecipes(removeRecipes); + recipeUtil.removeRecipes(removeRegex); + recipeUtil.removeFurnace(removeFurnace); +} diff --git a/scripts/crafttweaker/recipes/mods/primal/stones.zs b/scripts/crafttweaker/recipes/mods/primal/stones.zs new file mode 100644 index 0000000..a22cdf1 --- /dev/null +++ b/scripts/crafttweaker/recipes/mods/primal/stones.zs @@ -0,0 +1,133 @@ +/* + SevTech: Ages Resources Primal Stone Script + + As Primal Core does not seem to have any recipes for the Primal Stones. We'll add our own recipes. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +import crafttweaker.item.IItemStack; + +import mods.chisel.Carving; +import mods.integrateddynamics.DryingBasin; +import mods.integrateddynamics.MechanicalDryingBasin; + +static primalStones as IItemStack[string] = { + "common_stone": , + "sarsen_stone": , + "blue_stone": , + "ortho_stone": , + "schist_green_stone": , + "schist_blue_stone": , + "scoria_stone": , + "purpurite_stone": , + "ferro_stone": , + "carbonate_stone": , + "nether_stone": , + "eroded_end_stone": , + "soul_stone": , + "terracotta_block": , + + // These stones don't have walls. + "ciniscotta_block": , + "desiccated_stone": , + "mud_dried": , + "nether_earth": , + "night_stone": , + "porphyry_stone": , +}; + +static primalWalls as IItemStack[string] = { + "common_stone": , + "sarsen_stone": , + "blue_stone": , + "ortho_stone": , + "schist_green_stone": , + "schist_blue_stone": , + "scoria_stone": , + "purpurite_stone": , + "ferro_stone": , + "carbonate_stone": , + "nether_stone": , + "eroded_end_stone": , + "soul_stone": , + "terracotta_block": +}; + +static primalClays as IItemStack[][string] = { + "ciniscotta" : [ + , + , + , + , + + ], + "terracotta" : [ + , + , + , + , + + ] +}; + +/* + Primal Stones have 8 sub-blocks they are all the same for all stone "types". So that in mind this script will + create recipes for all the types and assign the processing recipes also. So they are all be crafted/smelted etc... +*/ +function init() { + for name, stone in primalStones { + // Smelting Recipe + furnace.addRecipe(stone, stone.definition.makeStack(4)); + // Smooth Stone + furnace.addRecipe(stone.definition.makeStack(1), stone); + // Stacked Recipe + recipes.addShaped(stone.definition.makeStack(2).name, stone.definition.makeStack(2), [[stone], [stone]]); + // Brick Recipe + recipes.addShaped(stone.definition.makeStack(3).name, stone.definition.makeStack(3), [[stone, stone], [stone, stone]]); + // Chisel Handling. + Carving.addGroup(name); + Carving.addVariation(name, stone.definition.makeStack(1)); // Smooth (Once you have smooth you can convert between the three listed) + Carving.addVariation(name, stone.definition.makeStack(5)); // Chiseled + Carving.addVariation(name, stone.definition.makeStack(6)); // Mysterious + // Pillar + recipes.addShaped(stone.definition.makeStack(7).name, stone.definition.makeStack(7) * 6, [ + [stone, null, stone], + [stone, null, stone], + [stone, null, stone] + ]); + // Wall (Only for certain stones) + if (!isNull(primalWalls[name])) { + recipes.addShaped(primalWalls[name].name, primalWalls[name] * 6, [ + [stone, stone, stone], + [stone, stone, stone] + ]); + } + } + + for name, items in primalClays { + furnace.remove(items[3]); + + // Clay balls back to blocks + recipes.addShaped(items[0].name, items[0], [ + [items[1], items[1]], + [items[1], items[1]] + ]); + + // Ball to wet brick + recipes.addShapeless(items[2].name, items[2], [items[1]]); + + // Wet brick to dry brick + tinkers.addDrying(items[3], items[2], 400); + // DryingBasin.addRecipe(items[2], null, items[3], null, 80); + // MechanicalDryingBasin.addRecipe(items[2], null, items[3], null, 20); + dryingUnit.addAllTiers(items[2], items[3]); + + // Brick to block + recipes.addShaped(items[4].name, items[4], [ + [items[3], items[3]], + [items[3], items[3]] + ]); + } +} diff --git a/scripts/crafttweaker/recipes/mods/primalchests.zs b/scripts/crafttweaker/recipes/mods/primalchests.zs new file mode 100644 index 0000000..17cdbcb --- /dev/null +++ b/scripts/crafttweaker/recipes/mods/primalchests.zs @@ -0,0 +1,66 @@ +/* + SevTech: Ages Primal Chests Recipe Script + + This script handles the recipes for Primal Chests. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +import crafttweaker.item.IItemStack; +import crafttweaker.item.IIngredient; + +/* + Shaped Recipes +*/ +static shapedRecipes as IIngredient[][][][IItemStack] = { + : [ + [ + [, , ], + [, , ], + [, , ] + ] + ], + : [ + [ + [null, , null], + [, , ], + [null, , null] + ] + ] +}; + +static namedShapedRecipes as IIngredient[][][][string][IItemStack] = {}; + +/* + Mirrored Recipes +*/ +static mirroredRecipes as IIngredient[][][][IItemStack] = {}; + +static namedMirroredRecipes as IIngredient[][][][string][IItemStack] = {}; + +/* + Shapeless Recipes +*/ +static shapelessRecipes as IIngredient[][][IItemStack] = {}; + +static namedShapelessRecipes as IIngredient[][][string][IItemStack] = {}; + +/* + Recipe Removals +*/ +static removeRecipes as IItemStack[] = []; + +function init() { + // Un-named recipes + recipeUtil.process(shapedRecipes, false); + recipeUtil.process(mirroredRecipes, true); + recipeUtil.process(shapelessRecipes); + + // Named recipes + recipeUtil.processNamed(namedShapedRecipes, false); + recipeUtil.processNamed(namedMirroredRecipes, true); + recipeUtil.processNamed(namedShapelessRecipes); + + recipeUtil.removeRecipes(removeRecipes); +} diff --git a/scripts/crafttweaker/recipes/mods/primaltech.zs b/scripts/crafttweaker/recipes/mods/primaltech.zs new file mode 100644 index 0000000..333f5bf --- /dev/null +++ b/scripts/crafttweaker/recipes/mods/primaltech.zs @@ -0,0 +1,256 @@ +/* + SevTech: Ages Primal Tech Recipe Script + + This script handles the recipes for Primal Tech. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +import crafttweaker.item.IItemStack; +import crafttweaker.item.IIngredient; + +import mods.zenstages.Utils; + +import scripts.crafttweaker.stages.stageZero; +import scripts.crafttweaker.stages.stageOne; +import scripts.crafttweaker.stages.stageTwo; +import scripts.crafttweaker.stages.stageThree; +import scripts.crafttweaker.stages.stageFour; +import scripts.crafttweaker.stages.stageFive; + +/* + Shaped Recipes +*/ +static shapedRecipes as IIngredient[][][][IItemStack] = { + : [ + [ + [], + [.firstItem] + ] + ], + : [ + [ + [, , ], + [, , ], + [null, , null] + ] + ], + : [ + [ + [, .firstItem, ], + [, , ], + [.firstItem, null, .firstItem] + ] + ], + : [ + [ + [, , ], + [null, , null], + [, , ] + ] + ], + : [ + [ + [, , ], + [, , ] + ] + ], + : [ + [ + [null, , null], + [, , ], + [null, , null] + ] + ], + : [ + [ + [, null], + [, ] + ] + ], + : [ + [ + [], + [] + ] + ], + : [ + [ + [null, , null], + [, , ], + [null, , null] + ], + [ + [null, , null], + [, , ], + [null, , null] + ], + [ + [null, , null], + [, , ], + [null, | , null] + ] + ], + : [ + [ + [, , ], + [, null, ], + [, , ] + ] + ], + : [ + [ + [null, ], + [.firstItem, null] + ] + ], + : [ + [ + [null, ], + [.firstItem, null] + ] + ], + : [ + [ + [null, ], + [.firstItem, null] + ] + ], + : [ + [ + [, , ], + [null, .firstItem, null], + [null, .firstItem, null] + ] + ], + : [ + [ + [, ], + [, .firstItem], + [null, .firstItem] + ] + ], + : [ + [ + [], + [.firstItem], + [.firstItem] + ] + ], + : [ + [ + [], + [], + [.firstItem] + ] + ], + : [ + [ + [], + [.firstItem] + ] + ], + : [ + [ + [.firstItem, , .firstItem], + [.firstItem, .firstItem, .firstItem], + [.firstItem, , .firstItem] + ] + ], + : [ + [ + [null, , null], + [, null, ], + [, , ] + ] + ], + : [ + [ + [, , ], + [, , ] + ] + ], + : [ + [ + [, , ], + [, , ], + [null, , null] + ] + ] +}; + +static namedShapedRecipes as IIngredient[][][][string][IItemStack] = { + : { + Utils.genRecipeName(stageOne, "charcoal_hopper"): [ + [ + [], + [] + ] + ], + Utils.genRecipeName(stageTwo, "charcoal_hopper"): [ + [ + [], + [] + ] + ] + } +}; + +/* + Mirrored Recipes +*/ +static mirroredRecipes as IIngredient[][][][IItemStack] = { +}; + +static namedMirroredRecipes as IIngredient[][][][string][IItemStack] = { +}; + +/* + Shapeless Recipes +*/ +static shapelessRecipes as IIngredient[][][IItemStack] = { + : [ + [] + ] +}; + +static namedShapelessRecipes as IIngredient[][][string][IItemStack] = { +}; + +/* + Recipe Removals +*/ +static removeRecipes as IItemStack[] = [ + , + , + , + +]; + +function init() { + // Un-named recipes + recipeUtil.process(shapedRecipes, false); + recipeUtil.process(mirroredRecipes, true); + recipeUtil.process(shapelessRecipes); + + // Named recipes + recipeUtil.processNamed(namedShapedRecipes, false); + recipeUtil.processNamed(namedMirroredRecipes, true); + recipeUtil.processNamed(namedShapelessRecipes); + + recipeUtil.removeRecipes(removeRecipes); + + // Specific Recipes/Overrides. + recipes.addShapeless("primal_tech_fire_sticks", + , + [.firstItem, .firstItem], + function(out, ins, cInfo) { + return out.withTag({ + "rubbingCount": 0, + "animate": false + }); + }, + null + ); +} diff --git a/scripts/crafttweaker/recipes/mods/progressiontweaks.zs b/scripts/crafttweaker/recipes/mods/progressiontweaks.zs new file mode 100644 index 0000000..6733989 --- /dev/null +++ b/scripts/crafttweaker/recipes/mods/progressiontweaks.zs @@ -0,0 +1,125 @@ +/* + SevTech: Ages Progression Tweaks Recipe Script + + This script handles the recipes for Progression Tweaks. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +import crafttweaker.item.IItemStack; +import crafttweaker.item.IIngredient; + +import mods.zenstages.Utils; + +import scripts.crafttweaker.stages.stageZero; +import scripts.crafttweaker.stages.stageOne; +import scripts.crafttweaker.stages.stageTwo; +import scripts.crafttweaker.stages.stageThree; +import scripts.crafttweaker.stages.stageFour; +import scripts.crafttweaker.stages.stageFive; + +/* + Shaped Recipes +*/ +static shapedRecipes as IIngredient[][][][IItemStack] = { + : [ + [ + [, null, ], + [, , ] + ] + ], + : [ + [ + [, , ], + [metals.copper.block, metals.bronze.block, metals.tin.block], + [, .withTag({orb: "bloodmagic:apprentice"}), ] + ] + ], + : [ + [ + [null, null, ], + [null, .firstItem, null], + [.firstItem, null, null] + ] + ], + : [ + [ + [, ], + [.firstItem, null] + ] + ], + : [ + [ + [, ], + [, .firstItem] + ] + ], + : [ + [ + [null, .firstItem, null], + [.firstItem, , .firstItem], + [, , ] + ] + ] +}; + +static namedShapedRecipes as IIngredient[][][][string][IItemStack] = { +}; + +/* + Mirrored Recipes +*/ +static mirroredRecipes as IIngredient[][][][IItemStack] = { +}; + +static namedMirroredRecipes as IIngredient[][][][string][IItemStack] = { +}; + +/* + Shapeless Recipes +*/ +static shapelessRecipes as IIngredient[][][IItemStack] = { + : [ + [, .firstItem], + [, ] + ] +}; + +static namedShapelessRecipes as IIngredient[][][string][IItemStack] = { +}; + +/* + Furnace Recipes +*/ +static furnaceRecipes as IIngredient[][IItemStack] = { + : [] +}; + +/* + Recipe Removals +*/ +static removeRecipes as IItemStack[] = [ + , + , + , + , + +]; + +function init() { + // Un-named recipes + recipeUtil.process(shapedRecipes, false); + recipeUtil.process(mirroredRecipes, true); + recipeUtil.process(shapelessRecipes); + + // Named recipes + recipeUtil.processNamed(namedShapedRecipes, false); + recipeUtil.processNamed(namedMirroredRecipes, true); + recipeUtil.processNamed(namedShapelessRecipes); + + // Furnace recipes + recipeUtil.processFurnace(furnaceRecipes); + + recipeUtil.removeRecipes(removeRecipes); +} diff --git a/scripts/crafttweaker/recipes/mods/prospectors.zs b/scripts/crafttweaker/recipes/mods/prospectors.zs new file mode 100644 index 0000000..7b77b86 --- /dev/null +++ b/scripts/crafttweaker/recipes/mods/prospectors.zs @@ -0,0 +1,107 @@ +/* + SevTech: Ages %mod% Recipe Script + + This script handles the recipes for %mod%. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +import crafttweaker.item.IItemStack; +import crafttweaker.item.IIngredient; + +import mods.zenstages.Utils; + +import scripts.crafttweaker.stages.stageZero; +import scripts.crafttweaker.stages.stageOne; +import scripts.crafttweaker.stages.stageTwo; +import scripts.crafttweaker.stages.stageThree; +import scripts.crafttweaker.stages.stageFour; +import scripts.crafttweaker.stages.stageFive; + +/* + Shaped Recipes +*/ +static shapedRecipes as IIngredient[][][][IItemStack] = { + : [ + [ + [null, .firstItem, ], + [null, , .firstItem], + [, null, null] + ] + ], + : [ + [ + [null, , ], + [null, , ], + [, null, null] + ] + ], + : [ + [ + [null, , ], + [null, , ], + [, null, null] + ] + ], + : [ + [ + [null, , ], + [null, , ], + [, null, null] + ] + ], + : [ + [ + [null, , ], + [null, , ], + [, null, null] + ] + ] +}; + +static namedShapedRecipes as IIngredient[][][][string][IItemStack] = { +}; + +/* + Mirrored Recipes +*/ +static mirroredRecipes as IIngredient[][][][IItemStack] = { +}; + +static namedMirroredRecipes as IIngredient[][][][string][IItemStack] = { +}; + +/* + Shapeless Recipes +*/ +static shapelessRecipes as IIngredient[][][IItemStack] = { +}; + +static namedShapelessRecipes as IIngredient[][][string][IItemStack] = { +}; + +/* + Recipe Removals +*/ +static removeRecipes as IItemStack[] = [ + , + , + , + , + +]; + +function init() { + // Un-named recipes + recipeUtil.process(shapedRecipes, false); + recipeUtil.process(mirroredRecipes, true); + recipeUtil.process(shapelessRecipes); + + // Named recipes + recipeUtil.processNamed(namedShapedRecipes, false); + recipeUtil.processNamed(namedMirroredRecipes, true); + recipeUtil.processNamed(namedShapelessRecipes); + + recipeUtil.removeRecipes(removeRecipes); +} diff --git a/scripts/crafttweaker/recipes/mods/quantumstorage.zs b/scripts/crafttweaker/recipes/mods/quantumstorage.zs new file mode 100644 index 0000000..cb5d16e --- /dev/null +++ b/scripts/crafttweaker/recipes/mods/quantumstorage.zs @@ -0,0 +1,85 @@ +/* + SevTech: Ages Quantum Storage Recipe Script + + This script handles the recipes for Quantum Storage. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +import crafttweaker.item.IItemStack; +import crafttweaker.item.IIngredient; + +import mods.zenstages.Utils; + +import scripts.crafttweaker.stages.stageZero; +import scripts.crafttweaker.stages.stageOne; +import scripts.crafttweaker.stages.stageTwo; +import scripts.crafttweaker.stages.stageThree; +import scripts.crafttweaker.stages.stageFour; +import scripts.crafttweaker.stages.stageFive; + +/* + Shaped Recipes +*/ +static shapedRecipes as IIngredient[][][][IItemStack] = { + : [ + [ + [, , ], + [, , ], + [, , ] + ] + ], + : [ + [ + [, , ], + [metals.iron.ingot, , metals.iron.ingot], + [metals.iron.ingot, metals.iron.ingot, metals.iron.ingot] + ] + ] +}; + +static namedShapedRecipes as IIngredient[][][][string][IItemStack] = {}; + +/* + Mirrored Recipes +*/ +static mirroredRecipes as IIngredient[][][][IItemStack] = {}; + +static namedMirroredRecipes as IIngredient[][][][string][IItemStack] = {}; + +/* + Shapeless Recipes +*/ +static shapelessRecipes as IIngredient[][][IItemStack] = {}; + +static namedShapelessRecipes as IIngredient[][][string][IItemStack] = {}; + +/* + Recipe Removals +*/ +static removeRecipes as IItemStack[] = [ + +]; + +function init() { + // Un-named recipes + recipeUtil.process(shapedRecipes, false); + recipeUtil.process(mirroredRecipes, true); + recipeUtil.process(shapelessRecipes); + + // Named recipes + recipeUtil.processNamed(namedShapedRecipes, false); + recipeUtil.processNamed(namedMirroredRecipes, true); + recipeUtil.processNamed(namedShapelessRecipes); + + recipeUtil.removeRecipes(removeRecipes); + + + // We have to remove this one manually cos it uses ForgeOreShapless Children for the dye recipes. + recipes.removeShaped(, [ + [, , ], + [, , ], + [, , ] + ]); +} diff --git a/scripts/crafttweaker/recipes/mods/quark.zs b/scripts/crafttweaker/recipes/mods/quark.zs new file mode 100644 index 0000000..fe4f67a --- /dev/null +++ b/scripts/crafttweaker/recipes/mods/quark.zs @@ -0,0 +1,76 @@ +/* + SevTech: Ages Quark Recipe Script + + This script handles the recipes for Quark. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +import crafttweaker.item.IItemStack; +import crafttweaker.item.IIngredient; + +/* + Shaped Recipes +*/ +static shapedRecipes as IIngredient[][][][IItemStack] = { + : [ + [ + [, null, null], + [null, metals.copper.ingot, metals.copper.ingot] + ] + ] +}; + +static namedShapedRecipes as IIngredient[][][][string][IItemStack] = {}; + +/* + Mirrored Recipes +*/ +static mirroredRecipes as IIngredient[][][][IItemStack] = {}; + +static namedMirroredRecipes as IIngredient[][][][string][IItemStack] = {}; + +/* + Shapeless Recipes +*/ +static shapelessRecipes as IIngredient[][][IItemStack] = {}; + +static namedShapelessRecipes as IIngredient[][][string][IItemStack] = {}; + +/* + Furnace Recipes +*/ +static furnaceRecipes as IIngredient[][IItemStack] = { + : [], + : [] +}; + +/* + Recipe Removals +*/ +static removeRecipes as IItemStack[] = [ + +]; + +static removeRegex as string[] = [ + "quark:elytra_dying" +]; + +function init() { + // Un-named recipes + recipeUtil.process(shapedRecipes, false); + recipeUtil.process(mirroredRecipes, true); + recipeUtil.process(shapelessRecipes); + + // Named recipes + recipeUtil.processNamed(namedShapedRecipes, false); + recipeUtil.processNamed(namedMirroredRecipes, true); + recipeUtil.processNamed(namedShapelessRecipes); + + // Furnace recipes + recipeUtil.processFurnace(furnaceRecipes); + + recipeUtil.removeRecipes(removeRegex); + recipeUtil.removeRecipes(removeRecipes); +} diff --git a/scripts/crafttweaker/recipes/mods/rebornstorage.zs b/scripts/crafttweaker/recipes/mods/rebornstorage.zs new file mode 100644 index 0000000..52a4531 --- /dev/null +++ b/scripts/crafttweaker/recipes/mods/rebornstorage.zs @@ -0,0 +1,157 @@ +/* + SevTech: Ages Reborn Storage Recipe Script + + This script handles the recipes for Reborn Storage. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +import crafttweaker.item.IItemStack; +import crafttweaker.item.IIngredient; + +/* + Shaped Recipes +*/ +static shapedRecipes as IIngredient[][][][IItemStack] = { + : [ + [ + [, metals.gold.ingot, ], + [metals.gold.ingot, , metals.gold.ingot], + [, metals.gold.ingot, ] + ] + ], + : [ + [ + [, , ], + [, , ], + [, , ] + ] + ], + : [ + [ + [, , ], + [, , ], + [, , ] + ] + ], + : [ + [ + [, , ], + [, , ], + [, , ] + ] + ], + : [ + [ + [, , ], + [, , ], + [, , ] + ] + ], + : [ + [ + [, , ], + [, , ], + [, , ] + ] + ], + : [ + [ + [, , ], + [, , ], + [, , ] + ] + ], + : [ + [ + [, , ], + [, , ], + [, , ] + ] + ], + : [ + [ + [, , ], + [, , ], + [, , ] + ] + ], + : [ + [ + [, , ], + [, , ], + [, , ] + ] + ], + : [ + [ + [, , ], + [, , ], + [, , ] + ] + ], + : [ + [ + [, , ], + [, , ], + [, , ] + ] + ], + : [ + [ + [, , ], + [, , ], + [, , ] + ] + ] +}; + +static namedShapedRecipes as IIngredient[][][][string][IItemStack] = {}; + +/* + Mirrored Recipes +*/ +static mirroredRecipes as IIngredient[][][][IItemStack] = {}; + +static namedMirroredRecipes as IIngredient[][][][string][IItemStack] = {}; + +/* + Shapeless Recipes +*/ +static shapelessRecipes as IIngredient[][][IItemStack] = {}; + +static namedShapelessRecipes as IIngredient[][][string][IItemStack] = {}; + +/* + Recipe Removals +*/ +static removeRecipes as IItemStack[] = [ + , + , + , + , + , + , + , + , + , + , + , + , + +]; + +function init() { + // Un-named recipes + recipeUtil.process(shapedRecipes, false); + recipeUtil.process(mirroredRecipes, true); + recipeUtil.process(shapelessRecipes); + + // Named recipes + recipeUtil.processNamed(namedShapedRecipes, false); + recipeUtil.processNamed(namedMirroredRecipes, true); + recipeUtil.processNamed(namedShapelessRecipes); + + recipeUtil.removeRecipes(removeRecipes); +} diff --git a/scripts/crafttweaker/recipes/mods/refinedstorage.zs b/scripts/crafttweaker/recipes/mods/refinedstorage.zs new file mode 100644 index 0000000..f69d9c7 --- /dev/null +++ b/scripts/crafttweaker/recipes/mods/refinedstorage.zs @@ -0,0 +1,355 @@ +/* + SevTech: Ages Refined Storage Recipe Script + + This script handles the recipes for Refined Storage. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +import crafttweaker.item.IItemStack; +import crafttweaker.item.IIngredient; + +import mods.zenstages.Utils; + +import scripts.crafttweaker.stages.stageZero; +import scripts.crafttweaker.stages.stageOne; +import scripts.crafttweaker.stages.stageTwo; +import scripts.crafttweaker.stages.stageThree; +import scripts.crafttweaker.stages.stageFour; +import scripts.crafttweaker.stages.stageFive; + +/* + Shaped Recipes +*/ +static shapedRecipes as IIngredient[][][][IItemStack] = { + : [ + [ + [], + [], + [] + ] + ], + : [ + [ + [, , ], + [, , ], + [, , ] + ] + ], + : [ + [ + [, , ], + [, , ], + [, , ] + ] + ], + : [ + [ + [, , ], + [, , ], + [, , ] + ] + ], + * 12: [ + [ + [, , ], + [, , ], + [, , ] + ] + ], + : [ + [ + [, ], + [] + ] + ], + : [ + [ + [, ], + [] + ] + ], + : [ + [ + [, , ], + [, null, ], + [, , ] + ] + ], + : [ + [ + [, , ], + [, , ], + [, , ] + ] + ], + : [ + [ + [, , ], + [, , ], + [, , ] + ] + ], + : [ + [ + [, , ], + [, , ], + [, , ] + ] + ], + : [ + [ + [, , ], + [, , ], + [, , ] + ] + ], + : [ + [ + [, , ], + [, , ], + [, , ] + ] + ], + : [ + [ + [, , ], + [, , ], + [, , ] + ] + ], + : [ + [ + [, , ], + [, , ], + [, , ] + ] + ], + : [ + [ + [, , ], + [, , ], + [, , ] + ] + ], + : [ + [ + [, , ], + [, , ], + [, , ] + ] + ], + : [ + [ + [, , ], + [, , ], + [, , ] + ] + ], + : [ + [ + [, , ], + [, , ], + [, , ] + ] + ], + : [ + [ + [, , ], + [, , ], + [, , ] + ] + ], + : [ + [ + [, , ], + [, , ], + [, , ] + ] + ], + : [ + [ + [, , ], + [, , ], + [, , ] + ] + ], + : [ + [ + [, , ], + [, , ], + [, , ] + ] + ], + : [ + [ + [, , ], + [, , ], + [, , ] + ] + ], + : [ + [ + [, , ], + [, , ], + [, , ] + ] + ], + : [ + [ + [, , ], + [, , ], + [, , ] + ] + ], + : [ + [ + [, , ], + [, , ], + [, , ] + ] + ], + : [ + [ + [, , ], + [, , ], + [, , ] + ] + ], + : [ + [ + [, , ], + [, , ], + [, , ] + ] + ], + : [ + [ + [, , ], + [, , ], + [, , ] + ] + ], + : [ + [ + [, , ], + [, , ], + [, , ] + ] + ], + : [ + [ + [, , ], + [, , ], + [, , ] + ] + ], + : [ + [ + [, , ], + [, , ], + [, , ] + ] + ], + : [ + [ + [, , ], + [, , ], + [, , ] + ] + ], + : [ + [ + [, , ], + [, , ], + [null, , null] + ] + ] +}; + +static namedShapedRecipes as IIngredient[][][][string][IItemStack] = {}; + +/* + Mirrored Recipes +*/ +static mirroredRecipes as IIngredient[][][][IItemStack] = {}; + +static namedMirroredRecipes as IIngredient[][][][string][IItemStack] = {}; + +/* + Shapeless Recipes +*/ +static shapelessRecipes as IIngredient[][][IItemStack] = {}; + +static namedShapelessRecipes as IIngredient[][][string][IItemStack] = {}; + +/* + Recipe Removals +*/ +static removeRecipes as IItemStack[] = [ + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + +]; + +static removeRegex as string[] = [ + "refinedstorage:cut_advanced_processor", + "refinedstorage:cut_basic_processor", + "refinedstorage:cut_improved_processor", + "refinedstorage:cut_silicon", + "refinedstorage:raw_advanced_processor", + "refinedstorage:raw_basic_processor", + "refinedstorage:raw_improved_processor" +]; + +function init() { + // Un-named recipes + recipeUtil.process(shapedRecipes, false); + recipeUtil.process(mirroredRecipes, true); + recipeUtil.process(shapelessRecipes); + + // Named recipes + recipeUtil.processNamed(namedShapedRecipes, false); + recipeUtil.processNamed(namedMirroredRecipes, true); + recipeUtil.processNamed(namedShapelessRecipes); + + recipeUtil.removeRecipes(removeRecipes); + recipeUtil.removeRecipes(removeRegex); +} diff --git a/scripts/crafttweaker/recipes/mods/refinedstorageaddons.zs b/scripts/crafttweaker/recipes/mods/refinedstorageaddons.zs new file mode 100644 index 0000000..a59dd11 --- /dev/null +++ b/scripts/crafttweaker/recipes/mods/refinedstorageaddons.zs @@ -0,0 +1,61 @@ +/* + SevTech: Ages Refined Storage Addons Recipe Script + + This script handles the recipes for Refined Storage Addons. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +import crafttweaker.item.IItemStack; +import crafttweaker.item.IIngredient; + +/* + Shaped Recipes +*/ +static shapedRecipes as IIngredient[][][][IItemStack] = { + : [ + [ + [, , ], + [, , ], + [, , ] + ] + ] +}; + +static namedShapedRecipes as IIngredient[][][][string][IItemStack] = {}; + +/* + Mirrored Recipes +*/ +static mirroredRecipes as IIngredient[][][][IItemStack] = {}; + +static namedMirroredRecipes as IIngredient[][][][string][IItemStack] = {}; + +/* + Shapeless Recipes +*/ +static shapelessRecipes as IIngredient[][][IItemStack] = {}; + +static namedShapelessRecipes as IIngredient[][][string][IItemStack] = {}; + +/* + Recipe Removals +*/ +static removeRecipes as IItemStack[] = [ + +]; + +function init() { + // Un-named recipes + recipeUtil.process(shapedRecipes, false); + recipeUtil.process(mirroredRecipes, true); + recipeUtil.process(shapelessRecipes); + + // Named recipes + recipeUtil.processNamed(namedShapedRecipes, false); + recipeUtil.processNamed(namedMirroredRecipes, true); + recipeUtil.processNamed(namedShapelessRecipes); + + recipeUtil.removeRecipes(removeRecipes); +} diff --git a/scripts/crafttweaker/recipes/mods/rftools.zs b/scripts/crafttweaker/recipes/mods/rftools.zs new file mode 100644 index 0000000..249f9be --- /dev/null +++ b/scripts/crafttweaker/recipes/mods/rftools.zs @@ -0,0 +1,83 @@ +/* + SevTech: Ages RFTools Recipe Script + + This script handles the recipes for RFTools. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +import crafttweaker.item.IItemStack; +import crafttweaker.item.IIngredient; + +/* + Shaped Recipes +*/ +static shapedRecipes as IIngredient[][][][IItemStack] = { + : [ + [ + [, metals.invar.plate, ] + ] + ], + : [ + [ + [, , ], + [, , ], + [metals.platinum.plate, metals.platinum.plate, metals.platinum.plate] + ] + ], + : [ + [ + [metals.platinum.plate, metals.platinum.plate, metals.platinum.plate], + [, , ], + [, , ] + ] + ], + : [ + [ + [metals.invar.rod, , metals.invar.rod], + [, null, ], + [metals.invar.rod, , metals.invar.rod] + ] + ] +}; + +static namedShapedRecipes as IIngredient[][][][string][IItemStack] = {}; + +/* + Mirrored Recipes +*/ +static mirroredRecipes as IIngredient[][][][IItemStack] = {}; + +static namedMirroredRecipes as IIngredient[][][][string][IItemStack] = {}; + +/* + Shapeless Recipes +*/ +static shapelessRecipes as IIngredient[][][IItemStack] = {}; + +static namedShapelessRecipes as IIngredient[][][string][IItemStack] = {}; + +/* + Recipe Removals +*/ +static removeRecipes as IItemStack[] = [ + , + , + , + +]; + +function init() { + // Un-named recipes + recipeUtil.process(shapedRecipes, false); + recipeUtil.process(mirroredRecipes, true); + recipeUtil.process(shapelessRecipes); + + // Named recipes + recipeUtil.processNamed(namedShapedRecipes, false); + recipeUtil.processNamed(namedMirroredRecipes, true); + recipeUtil.processNamed(namedShapelessRecipes); + + recipeUtil.removeRecipes(removeRecipes); +} diff --git a/scripts/crafttweaker/recipes/mods/rustic.zs b/scripts/crafttweaker/recipes/mods/rustic.zs new file mode 100644 index 0000000..3491c3e --- /dev/null +++ b/scripts/crafttweaker/recipes/mods/rustic.zs @@ -0,0 +1,127 @@ +/* + SevTech: Ages Rustic Recipe Script + + This script handles the recipes for Rustic. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +import crafttweaker.item.IItemStack; +import crafttweaker.item.IIngredient; +import crafttweaker.oredict.IOreDictEntry; + +import mods.betterwithmods.MiniBlocks; +import mods.zenstages.Utils; + +import scripts.crafttweaker.craftingUtils; +import scripts.crafttweaker.stages.stageZero; +import scripts.crafttweaker.stages.stageOne; +import scripts.crafttweaker.stages.stageTwo; +import scripts.crafttweaker.stages.stageThree; +import scripts.crafttweaker.stages.stageFour; +import scripts.crafttweaker.stages.stageFive; +import scripts.crafttweaker.utils; + +/* + Shaped Recipes +*/ +static shapedRecipes as IIngredient[][][][IItemStack] = { + * 3 : [ + [ + [, , ] + ] + ], + * 3 : [ + [ + [, , ] + ] + ], + : [ + [ + [, null, ], + [, , ] + + + ] + ] +}; + +static namedShapedRecipes as IIngredient[][][][string][IItemStack] = { +}; + +/* + Mirrored Recipes +*/ +static mirroredRecipes as IIngredient[][][][IItemStack] = { +}; + +static namedMirroredRecipes as IIngredient[][][][string][IItemStack] = { +}; + +/* + Shapeless Recipes +*/ +static shapelessRecipes as IIngredient[][][IItemStack] = { +}; + +static namedShapelessRecipes as IIngredient[][][string][IItemStack] = { +}; + +/* + Recipe Removals +*/ +static removeRecipes as IItemStack[] = [ + , + , + , + +]; + +static removeRegex as string[] = [ + "rustic:bottle_emptying" +]; + +function initPaintedWoodRecipes() { + for i in 0 to 16 { + var pWoodBlock as IItemStack = itemUtils.getItem("rustic:painted_wood_" + utils.convertCamelToSnake(minecraftDyeIdTableAlternate[i])); + var dyeOredict as IOreDictEntry = oreDict.get("dye" ~ utils.capitalize(minecraftDyeIdTable[i])); + recipes.addShaped(pWoodBlock * 8, [ + [, , ], + [, dyeOredict, ], + [, , ] + ]); + } +} + +function init() { + // Un-named recipes + recipeUtil.process(shapedRecipes, false); + recipeUtil.process(mirroredRecipes, true); + recipeUtil.process(shapelessRecipes); + + // Named recipes + recipeUtil.processNamed(namedShapedRecipes, false); + recipeUtil.processNamed(namedMirroredRecipes, true); + recipeUtil.processNamed(namedShapelessRecipes); + + recipeUtil.removeRecipes(removeRecipes); + recipeUtil.removeRecipes(removeRegex); + + // Rustic Bottle -> Empty Bottle + recipes.addShapeless("rutic_empting", + , + [.marked("bottle")], + function (out, ins, cInfo) { + // Only allow conversion with the bottles which actually contain something. + if (ins.bottle.tag has "Fluid") { + return out; + } + return null; + }, + null + ); + + initPaintedWoodRecipes(); +} + diff --git a/scripts/crafttweaker/recipes/mods/spartanshields.zs b/scripts/crafttweaker/recipes/mods/spartanshields.zs new file mode 100644 index 0000000..6df4b6d --- /dev/null +++ b/scripts/crafttweaker/recipes/mods/spartanshields.zs @@ -0,0 +1,97 @@ +/* + SevTech: Ages Spartan Shields Recipe Script + + This script handles the recipes for Spartan Shields. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +import crafttweaker.item.IItemStack; +import crafttweaker.item.IIngredient; + +import mods.betterwithmods.MiniBlocks; +import mods.zenstages.Utils; + +import scripts.crafttweaker.craftingUtils; +import scripts.crafttweaker.stages.stageZero; +import scripts.crafttweaker.stages.stageOne; +import scripts.crafttweaker.stages.stageTwo; +import scripts.crafttweaker.stages.stageThree; +import scripts.crafttweaker.stages.stageFour; +import scripts.crafttweaker.stages.stageFive; + +/* + Shaped Recipes +*/ +static shapedRecipes as IIngredient[][][][IItemStack] = { + : [ + [ + [null, , null], + [, , ], + [null, , null] + ] + ], + : [ + [ + [null, , ], + [, , ], + [, , null] + ] + ], + : [ + [ + [null, , null], + [, , ], + [null, , null] + ] + ], + : [ + [ + [null, , null], + [, , ], + [null, , null] + ] + ] +}; + +static namedShapedRecipes as IIngredient[][][][string][IItemStack] = { +}; + +/* + Mirrored Recipes +*/ +static mirroredRecipes as IIngredient[][][][IItemStack] = { +}; + +static namedMirroredRecipes as IIngredient[][][][string][IItemStack] = { +}; + +/* + Shapeless Recipes +*/ +static shapelessRecipes as IIngredient[][][IItemStack] = { +}; + +static namedShapelessRecipes as IIngredient[][][string][IItemStack] = { +}; + +/* + Recipe Removals +*/ +static removeRecipes as IItemStack[] = [ +]; + +function init() { + // Un-named recipes + recipeUtil.process(shapedRecipes, false); + recipeUtil.process(mirroredRecipes, true); + recipeUtil.process(shapelessRecipes); + + // Named recipes + recipeUtil.processNamed(namedShapedRecipes, false); + recipeUtil.processNamed(namedMirroredRecipes, true); + recipeUtil.processNamed(namedShapelessRecipes); + + recipeUtil.removeRecipes(removeRecipes); +} diff --git a/scripts/crafttweaker/recipes/mods/stevescarts.zs b/scripts/crafttweaker/recipes/mods/stevescarts.zs new file mode 100644 index 0000000..a4a4783 --- /dev/null +++ b/scripts/crafttweaker/recipes/mods/stevescarts.zs @@ -0,0 +1,723 @@ +/* + SevTech: Ages Steve Carts Recipe Script + + This script handles the recipes for Steve Carts. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +import crafttweaker.item.IItemStack; +import crafttweaker.item.IIngredient; + +import mods.zenstages.Utils; + +import scripts.crafttweaker.utils; +import scripts.crafttweaker.stages.stageZero; +import scripts.crafttweaker.stages.stageOne; +import scripts.crafttweaker.stages.stageTwo; +import scripts.crafttweaker.stages.stageThree; +import scripts.crafttweaker.stages.stageFour; +import scripts.crafttweaker.stages.stageFive; + +/* + Shaped Recipes +*/ +static shapedRecipes as IIngredient[][][][IItemStack] = { + : [ + [ + [, , ], + [, , ], + [metals.lead.plate, , metals.lead.plate] + ] + ], + : [ + [ + [, metals.aluminum.plate, ], + [metals.aluminum.plate, null, metals.aluminum.plate], + [, metals.aluminum.plate, ] + ] + ], + : [ + [ + [, , ], + [, , ], + [, , ] + ] + ], + : [ + [ + [], + [] + ] + ], + : [ + [ + [, , ], + [metals.aluminum.plate, , metals.aluminum.plate], + [, , ] + ] + ], + : [ + [ + [metals.aluminum.plate, metals.iron.plate, metals.aluminum.plate], + [null, , null], + [null, , null] + ] + ], + : [ + [ + [, , ], + [, , ], + [null, , null] + ] + ], + : [ + [ + [metals.platinum.gear, , metals.platinum.gear], + [, metals.bronze.block, ], + [metals.platinum.gear, , metals.platinum.gear] + ] + ], + : [ + [ + [ + null, + + .withTag({StoredEnchantments: utils.makeJeidTag(.makeEnchantment(5)).ench}), + null + ], + [null, , null], + [metals.iron.ingot, , metals.iron.ingot] + ], + [ + [ + null, + + .withTag({StoredEnchantments: utils.makeJeidTag(.makeEnchantment(4)).ench}), + null + ], + [metals.iron.ingot, , metals.iron.ingot], + [metals.reinforcedMetal.ingot, , metals.reinforcedMetal.ingot] + ], + [ + [ + , + + .withTag({StoredEnchantments: utils.makeJeidTag(.makeEnchantment(3)).ench}), + + ], + [metals.iron.ingot, , metals.iron.ingot], + [metals.reinforcedMetal.ingot, , metals.reinforcedMetal.ingot] + ], + [ + [ + , + + .withTag({StoredEnchantments: utils.makeJeidTag(.makeEnchantment(2)).ench}), + + ], + [metals.reinforcedMetal.ingot, , metals.reinforcedMetal.ingot], + [metals.reinforcedMetal.ingot, , metals.reinforcedMetal.ingot] + ], + [ + [ + , + + .withTag({StoredEnchantments: utils.makeJeidTag(.makeEnchantment(1)).ench}), + + ], + [metals.reinforcedMetal.ingot, , metals.reinforcedMetal.ingot], + [metals.reinforcedMetal.ingot, , metals.reinforcedMetal.ingot] + ] + ], + : [ + [ + [ + metals.galgadorian.ingot, + + .withTag({StoredEnchantments: utils.makeJeidTag(.makeEnchantment(5)).ench}), + metals.galgadorian.ingot + ], + [metals.galgadorian.ingot, , metals.galgadorian.ingot], + [metals.galgadorian.ingot, , metals.galgadorian.ingot] + ] + ], + : [ + [ + [null, , null], + [, , ], + [null, , null] + ] + ], + : [ + [ + [null, , null], + [, , ], + [metals.aluminum.plate, , metals.aluminum.plate] + ] + ], + : [ + [ + [null, , null], + [, , ], + [metals.reinforcedMetal.ingot, , metals.reinforcedMetal.ingot] + ] + ], + : [ + [ + [metals.aluminum.plate, , metals.aluminum.plate], + [, metals.iron.plate, ], + [metals.aluminum.plate, , metals.aluminum.plate] + ] + ], + : [ + [ + [metals.aluminum.plate, null, metals.aluminum.plate], + [, , ], + [metals.aluminum.plate, , metals.aluminum.plate] + ] + ], + : [ + [ + [, , ], + [, metals.aluminum.plate, ], + [metals.aluminum.plate, , metals.aluminum.plate] + ] + ], + : [ + [ + [, , ], + [, , ], + [, , ] + ] + ], + : [ + [ + [, metals.reinforcedMetal.ingot, null], + [metals.platinum.plates, , metals.platinum.plates], + [null, , ] + ] + ], + : [ + [ + [metals.aluminum.plate, , metals.aluminum.plate], + [, , ], + [metals.aluminum.plate, , metals.aluminum.plate] + ] + ], + : [ + [ + [, , ], + [metals.platinum.plate, , metals.platinum.plate], + [, , ] + ] + ], + * 2: [ + [ + [metals.iron.plate, , metals.iron.plate], + [metals.iron.plate, , metals.iron.plate], + [metals.iron.plate, , metals.iron.plate] + ] + ], + : [ + [ + [metals.gold.plate, metals.platinum.plate, metals.gold.plate], + [, , ], + [, , ] + ] + ], + : [ + [ + [null, null, metals.blackIron.rod], + [null, metals.blackIron.rod, null], + [metals.blackIron.rod, null, null] + ] + ], + : [ + [ + [metals.iron.rod, metals.iron.rod, ] + ] + ], + : [ + [ + [, metals.aluminum.plate, ], + [, metals.aluminum.plate, ], + [, metals.aluminum.plate, ] + ] + ], + : [ + [ + [, , ], + [, , ], + [, , ] + ] + ], + : [ + [ + [, null, ], + [null, metals.platinum.plate, null], + [, null, ] + ] + ], + : [ + [ + [, , ], + [, metals.gold.plate, ], + [, , ] + ] + ], + : [ + [ + [metals.gold.plate, , metals.gold.plate], + [, , ], + [, null, ] + ] + ], + : [ + [ + [metals.aluminum.plate, , metals.aluminum.plate], + [metals.aluminum.plate, , metals.aluminum.plate], + [metals.aluminum.plate, metals.aluminum.plate, metals.aluminum.plate] + ] + ], + : [ + [ + [], + [] + ] + ], + * 32 : [ + [ + [, , ], + [, , ], + [, , ] + ] + ], + * 8 : [ + [ + [metals.iron.plate], + [] + ] + ], + * 8 : [ + [ + [, , ], + [, metals.iron.plate, ], + [, , ] + ] + ], + : [ + [ + [, , ], + [, , ], + [, , ] + ] + ], + * 2: [ + [ + [, metals.iron.plate, ], + [, metals.iron.plate, ], + [, metals.iron.plate, ] + ] + ], + * 12 : [ + [ + [null, null, ], + [null, , null], + [, null, null] + ] + ], + : [ + [ + [, null, ], + [metals.aluminum.plate, , metals.aluminum.plate], + [, null, ] + ] + ], + : [ + [ + [metals.aluminum.plate, metals.aluminum.plate, metals.aluminum.plate], + [metals.reinforcedMetal.ingot, , metals.reinforcedMetal.ingot], + [metals.aluminum.plate, , metals.aluminum.plate] + ] + ], + * 8 : [ + [ + [null, metals.iron.plate, null], + [metals.iron.plate, , metals.iron.plate], + [null, metals.iron.plate, null] + ] + ], + * 32 : [ + [ + [, , ], + [, , ], + [, , ] + ] + ], + * 2: [ + [ + [, metals.iron.plate, ], + [, metals.iron.plate, ], + [, metals.iron.plate, ] + ] + ], + * 4 : [ + [ + [null, .withTag({Material: "iron"}), null], + [metals.iron.rod, metals.iron.plate, metals.iron.rod], + [null, metals.iron.rod, null] + ] + ], + : [ + [ + [metals.steel.plate, metals.steel.plate, null], + [metals.steel.plate, metals.steel.plate, ], + [metals.steel.plate, metals.steel.plate, null] + ] + ], + : [ + [ + [metals.galgadorian.ingot, metals.enhancedGalgadorian.ingot, null], + [metals.platinum.plate, metals.enhancedGalgadorian.ingot, ], + [metals.galgadorian.ingot, metals.enhancedGalgadorian.ingot, null] + ] + ], + : [ + [ + [null, , null], + [, , ], + [null, , null] + ] + ], + : [ + [ + [metals.platinum.plate, metals.platinum.plate, metals.platinum.plate], + [null, metals.aluminum.plate, null], + [, metals.gold.plate, ] + ] + ], + : [ + [ + [, , ], + [, , ], + [null, , null] + ] + ], + : [ + [ + [, null, ], + [, , ], + [,, ] + ] + ], + : [ + [ + [null, , null], + [, , ], + [, , ] + ] + ], + : [ + [ + [, null, ], + [, , ], + [, , ] + ] + ], + : [ + + [[null, , null], + [, , ] + ] + ], + : [ + [ + [metals.lead.plate], + [] + ] + ], + : [ + [ + [metals.iron.plate, metals.iron.plate, null], + [metals.iron.plate, metals.iron.plate, ], + [metals.iron.plate, metals.iron.plate, null] + ] + ], + : [ + [ + [metals.reinforcedMetal.ingot, metals.reinforcedMetal.ingot, null], + [metals.platinum.plate, metals.reinforcedMetal.ingot, ], + [metals.reinforcedMetal.ingot, metals.reinforcedMetal.ingot, null] + ] + ], + : [ + [ + [null, , null], + [metals.iron.plate, , metals.iron.plate], + [null, metals.iron.plate, null] + ] + ], + : [ + [ + [, metals.iron.plate, ], + [metals.iron.plate, , metals.iron.plate], + [null, , null] + ] + ], + : [ + [ + [null, , null], + [, metals.iron.plate, ], + [metals.reinforcedMetal.ingot, , metals.reinforcedMetal.ingot] + ] + ], + : [ + [ + [, , ], + [, , ], + [, , ] + ] + ], + : [ + [ + [, , ], + [, , ], + [, , ] + ] + ], + : [ + [ + [null, , null], + [, , ], + [, , ] + ] + ], + : [ + [ + [, , ], + [, metals.platinum.plate, ], + [null, , null] + ], + [ + [metals.reinforcedMetal.ingot, metals.reinforcedMetal.ingot, metals.reinforcedMetal.ingot], + [metals.reinforcedMetal.ingot, metals.iron.plate, metals.reinforcedMetal.ingot], + [null, , null] + ] + ], + : [ + [ + [, , ], + [, metals.reinforcedMetal.ingot, ], + [null, , null] + ], + [ + [metals.galgadorian.ingot, metals.galgadorian.ingot, metals.galgadorian.ingot], + [metals.galgadorian.ingot, metals.iron.plate, metals.galgadorian.ingot], + [null, , null] + ] + ], + : [ + [ + [metals.galgadorian.ingot, metals.galgadorian.ingot, metals.galgadorian.ingot], + [null, metals.reinforcedMetal.ingot, null], + [, metals.gold.plate, ] + ], + [ + [metals.galgadorian.ingot, metals.galgadorian.ingot, metals.galgadorian.ingot], + [null, , null], + [null, , null] + ] + ], + : [ + [ + [, null, ], + [null, , null], + [, null, ] + ] + ], + : [ + [ + [, , ], + [, , ], + [null, , null] + ] + ], + : [ + [ + [, , ], + [null, , null], + [, , ] + ] + ], + : [ + [ + [metals.aluminum.plate, , metals.aluminum.plate], + [metals.aluminum.plate, , metals.aluminum.plate], + [metals.aluminum.plate, , metals.aluminum.plate] + ] + ], + : [ + [ + [null, metals.platinum.plate, null], + [null, , null], + [, , ] + ] + ], + : [ + [ + [, , ], + [metals.iron.plate, , metals.iron.plate], + [, , ] + ] + ], + : [ + [ + [null, , null], + [, metals.platinum.plate, ], + [, , ] + ] + ], + : [ + [ + [null, , null], + [, , ], + [null, , null] + ] + ], + : [ + [ + [], + [] + ] + ] +}; + +static namedShapedRecipes as IIngredient[][][][string][IItemStack] = { + : { + Utils.genRecipeName(stageThree, ): [ + [ + [, , ], + [metals.iron.plate, , metals.iron.plate], + [metals.iron.plate, metals.iron.plate, metals.iron.plate] + ] + ] + } +}; + +/* + Mirrored Recipes +*/ +static mirroredRecipes as IIngredient[][][][IItemStack] = { +}; + +static namedMirroredRecipes as IIngredient[][][][string][IItemStack] = { +}; + +/* + Shapeless Recipes +*/ +static shapelessRecipes as IIngredient[][][IItemStack] = { +}; + +static namedShapelessRecipes as IIngredient[][][string][IItemStack] = { +}; + +/* + Recipe Removals +*/ +static removeRecipes as IItemStack[] = [ + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , +]; + +function init() { + // Un-named recipes + recipeUtil.process(shapedRecipes, false); + recipeUtil.process(mirroredRecipes, true); + recipeUtil.process(shapelessRecipes); + + // Named recipes + recipeUtil.processNamed(namedShapedRecipes, false); + recipeUtil.processNamed(namedMirroredRecipes, true); + recipeUtil.processNamed(namedShapelessRecipes); + + recipeUtil.removeRecipes(removeRecipes); +} diff --git a/scripts/crafttweaker/recipes/mods/storagedrawers.zs b/scripts/crafttweaker/recipes/mods/storagedrawers.zs new file mode 100644 index 0000000..315be5b --- /dev/null +++ b/scripts/crafttweaker/recipes/mods/storagedrawers.zs @@ -0,0 +1,149 @@ +/* + SevTech: Ages Storage Drawers Recipe Script + + This script handles the recipes for Storage Drawers. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +import crafttweaker.item.IItemStack; +import crafttweaker.item.IIngredient; + +import mods.zenstages.Utils; + +import scripts.crafttweaker.stages.stageZero; +import scripts.crafttweaker.stages.stageOne; +import scripts.crafttweaker.stages.stageTwo; +import scripts.crafttweaker.stages.stageThree; +import scripts.crafttweaker.stages.stageFour; +import scripts.crafttweaker.stages.stageFive; + +/* + Shaped Recipes +*/ +static shapedRecipes as IIngredient[][][][IItemStack] = { + : [ + [ + [.firstItem, .firstItem, .firstItem], + [, , ], + [.firstItem, .firstItem, .firstItem] + ] + ], + : [ + [ + [.firstItem, .firstItem, .firstItem], + [.firstItem, , .firstItem], + [.firstItem, .firstItem, .firstItem] + ] + ], + : [ + [ + [metals.iron.plate, metals.platinum.plate, metals.iron.plate], + [, , ], + [metals.iron.plate, , metals.iron.plate] + ] + ], + : [ + [ + [metals.platinum.plate, , metals.platinum.plate], + [, , ], + [metals.platinum.plate, , metals.platinum.plate] + ] + ], + : [ + [ + [metals.platinum.plate, , metals.platinum.plate], + [metals.iron.plate, , metals.iron.plate], + [metals.platinum.plate, , metals.platinum.plate] + ] + ], + : [ + [ + [, , ], + [metals.gold.ingot, , metals.gold.ingot], + [, , ] + ] + ], + : [ + [ + [, , ], + [, , ], + [, , ] + ] + ], + : [ + [ + [, , ], + [, , ], + [, , ] + ] + ] +}; + +static namedShapedRecipes as IIngredient[][][][string][IItemStack] = { + : { + Utils.genRecipeName(stageFour, ) : [ + [ + [metals.compressedIron.plate, metals.compressedIron.plate, metals.compressedIron.plate], + [, , ], + [metals.compressedIron.plate, metals.redstoneAlloy.plate, metals.compressedIron.plate] + ] + ] + }, + : { + Utils.genRecipeName(stageFour, ) : [ + [ + [metals.iron.plate, metals.compressedIron.plate, metals.iron.plate], + [, , ], + [metals.iron.plate, metals.redstoneAlloy.plate, metals.iron.plate] + ] + ] + } +}; + +/* + Mirrored Recipes +*/ +static mirroredRecipes as IIngredient[][][][IItemStack] = { +}; + +static namedMirroredRecipes as IIngredient[][][][string][IItemStack] = { +}; + +/* + Shapeless Recipes +*/ +static shapelessRecipes as IIngredient[][][IItemStack] = { +}; + +static namedShapelessRecipes as IIngredient[][][string][IItemStack] = { +}; + +/* + Recipe Removals +*/ +static removeRecipes as IItemStack[] = [ + , + , + , + , + , + , + , + +]; + +function init() { + // Un-named recipes + recipeUtil.process(shapedRecipes, false); + recipeUtil.process(mirroredRecipes, true); + recipeUtil.process(shapelessRecipes); + + // Named recipes + recipeUtil.processNamed(namedShapedRecipes, false); + recipeUtil.processNamed(namedMirroredRecipes, true); + recipeUtil.processNamed(namedShapelessRecipes); + + recipeUtil.removeRecipes(removeRecipes); +} diff --git a/scripts/crafttweaker/recipes/mods/storagenetwork.zs b/scripts/crafttweaker/recipes/mods/storagenetwork.zs new file mode 100644 index 0000000..987ea43 --- /dev/null +++ b/scripts/crafttweaker/recipes/mods/storagenetwork.zs @@ -0,0 +1,131 @@ +/* + SevTech: Ages Storage Network Recipe Script + + This script handles the recipes for Storage Network. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +import crafttweaker.item.IItemStack; +import crafttweaker.item.IIngredient; + +/* + Shaped Recipes +*/ +static shapedRecipes as IIngredient[][][][IItemStack] = { + : [ + [ + [metals.compressedIron.plate, , metals.compressedIron.plate], + [, , ], + [metals.compressedIron.plate, , metals.compressedIron.plate] + ] + ], + * 8 : [ + [ + [metals.compressedIron.plate, , metals.compressedIron.plate], + ] + ], + : [ + [ + [metals.compressedIron.plate, , metals.compressedIron.plate], + [, , ], + [metals.compressedIron.plate, , metals.compressedIron.plate] + ] + ], + * 4: [ + [ + [null, , null], + [, , ], + [null, , null] + ] + ], + * 4: [ + [ + [null, , null], + [, , ], + [null, , null] + ] + ], + * 4: [ + [ + [null, , null], + [, , ], + [null, , null] + ] + ], + * 4: [ + [ + [null, , null], + [, , ], + [null, , null] + ] + ], + * 4: [ + [ + [null, metals.redstoneAlloy.plate, null], + [metals.gold.plate, , metals.gold.plate], + [null, metals.redstoneAlloy.plate, null] + ] + ], + * 4: [ + [ + [null, metals.redstoneAlloy.plate, null], + [, , ], + [null, metals.redstoneAlloy.plate, null] + ] + ], + * 4: [ + [ + [], + [], + [] + ] + ] +}; + +static namedShapedRecipes as IIngredient[][][][string][IItemStack] = {}; + +/* + Mirrored Recipes +*/ +static mirroredRecipes as IIngredient[][][][IItemStack] = {}; + +static namedMirroredRecipes as IIngredient[][][][string][IItemStack] = {}; + +/* + Shapeless Recipes +*/ +static shapelessRecipes as IIngredient[][][IItemStack] = {}; + +static namedShapelessRecipes as IIngredient[][][string][IItemStack] = {}; + +/* + Recipe Removals +*/ +static removeRecipes as IItemStack[] = [ + , + , + , + , + , + , + , + , + , + +]; + +function init() { + // Un-named recipes + recipeUtil.process(shapedRecipes, false); + recipeUtil.process(mirroredRecipes, true); + recipeUtil.process(shapelessRecipes); + + // Named recipes + recipeUtil.processNamed(namedShapedRecipes, false); + recipeUtil.processNamed(namedMirroredRecipes, true); + recipeUtil.processNamed(namedShapelessRecipes); + + recipeUtil.removeRecipes(removeRecipes); +} diff --git a/scripts/crafttweaker/recipes/mods/supersoundmuffler.zs b/scripts/crafttweaker/recipes/mods/supersoundmuffler.zs new file mode 100644 index 0000000..e7bd63d --- /dev/null +++ b/scripts/crafttweaker/recipes/mods/supersoundmuffler.zs @@ -0,0 +1,75 @@ +/* + SevTech: Ages Super Sound Muffler Recipe Script + + This script handles the recipes for Super Sound Muffler. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +import crafttweaker.item.IItemStack; +import crafttweaker.item.IIngredient; + +import mods.zenstages.Utils; + +import scripts.crafttweaker.stages.stageZero; +import scripts.crafttweaker.stages.stageOne; +import scripts.crafttweaker.stages.stageTwo; +import scripts.crafttweaker.stages.stageThree; +import scripts.crafttweaker.stages.stageFour; +import scripts.crafttweaker.stages.stageFive; + +/* + Shaped Recipes +*/ +static shapedRecipes as IIngredient[][][][IItemStack] = { + : [ + [ + [null, , null], + [, , ], + [null, , null] + ] + ] +}; + +static namedShapedRecipes as IIngredient[][][][string][IItemStack] = { +}; + +/* + Mirrored Recipes +*/ +static mirroredRecipes as IIngredient[][][][IItemStack] = { +}; + +static namedMirroredRecipes as IIngredient[][][][string][IItemStack] = { +}; + +/* + Shapeless Recipes +*/ +static shapelessRecipes as IIngredient[][][IItemStack] = { +}; + +static namedShapelessRecipes as IIngredient[][][string][IItemStack] = { +}; + +/* + Recipe Removals +*/ +static removeRecipes as IItemStack[] = [ + +]; + +function init() { + // Un-named recipes + recipeUtil.process(shapedRecipes, false); + recipeUtil.process(mirroredRecipes, true); + recipeUtil.process(shapelessRecipes); + + // Named recipes + recipeUtil.processNamed(namedShapedRecipes, false); + recipeUtil.processNamed(namedMirroredRecipes, true); + recipeUtil.processNamed(namedShapelessRecipes); + + recipeUtil.removeRecipes(removeRecipes); +} diff --git a/scripts/crafttweaker/recipes/mods/tcomplement.zs b/scripts/crafttweaker/recipes/mods/tcomplement.zs new file mode 100644 index 0000000..253f51e --- /dev/null +++ b/scripts/crafttweaker/recipes/mods/tcomplement.zs @@ -0,0 +1,152 @@ +/* + SevTech: Ages TComplement Recipe Script + + This script handles the recipes for TComplement. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +import crafttweaker.item.IItemStack; +import crafttweaker.item.IIngredient; + +import mods.betterwithmods.MiniBlocks; +import mods.zenstages.Utils; + +import scripts.crafttweaker.craftingUtils; +import scripts.crafttweaker.stages.stageZero; +import scripts.crafttweaker.stages.stageOne; +import scripts.crafttweaker.stages.stageTwo; +import scripts.crafttweaker.stages.stageThree; +import scripts.crafttweaker.stages.stageFour; +import scripts.crafttweaker.stages.stageFive; + +/* + Shaped Recipes +*/ +static shapedRecipes as IIngredient[][][][IItemStack] = { + : [ + [ + [, , ], + [, , ], + [, , ] + ] + ], + : [ + [ + [, , ], + [, , ], + [, , ] + ] + ], + : [ + [ + [, , ], + [, , ], + [, , ] + ] + ], + : [ + [ + [, , ], + [, , ], + [, , ] + ] + ], + : [ + [ + [, , ], + [, , ], + [, , ] + ] + ], + : [ + [ + [, null, ], + [, null, ], + [, , ] + ] + ] +}; + +static namedShapedRecipes as IIngredient[][][][string][IItemStack] = { + : { + Utils.genRecipeName(stageOne, ): [ + [ + [null, , null], + [, , ], + [, , ] + ] + ] + }, + : { + Utils.genRecipeName(stageOne, ): [ + [ + [null, , null], + [, , ], + [, , ] + ] + ] + }, + : { + Utils.genRecipeName(stageOne, ): [ + [ + [null, , null], + [, , ], + [, , ] + ] + ] + }, + : { + Utils.genRecipeName(stageOne, ): [ + [ + [null, , null], + [, , ], + [, , ] + ] + ] + } +}; + +/* + Mirrored Recipes +*/ +static mirroredRecipes as IIngredient[][][][IItemStack] = { +}; + +static namedMirroredRecipes as IIngredient[][][][string][IItemStack] = { +}; + +/* + Shapeless Recipes +*/ +static shapelessRecipes as IIngredient[][][IItemStack] = { +}; + +static namedShapelessRecipes as IIngredient[][][string][IItemStack] = { +}; + +/* + Recipe Removals +*/ +static removeRecipes as IItemStack[] = [ + , + , + , + , + +]; + +function init() { + // Un-named recipes + recipeUtil.process(shapedRecipes, false); + recipeUtil.process(mirroredRecipes, true); + recipeUtil.process(shapelessRecipes); + + // Named recipes + recipeUtil.processNamed(namedShapedRecipes, false); + recipeUtil.processNamed(namedMirroredRecipes, true); + recipeUtil.processNamed(namedShapelessRecipes); + + recipeUtil.removeRecipes(removeRecipes); +} diff --git a/scripts/crafttweaker/recipes/mods/tconstruct.zs b/scripts/crafttweaker/recipes/mods/tconstruct.zs new file mode 100644 index 0000000..7d399e6 --- /dev/null +++ b/scripts/crafttweaker/recipes/mods/tconstruct.zs @@ -0,0 +1,221 @@ +/* + SevTech: Ages Tinkers Construct Recipe Script + + This script handles the recipes for Tinkers Construct. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +import crafttweaker.item.IItemStack; +import crafttweaker.item.IIngredient; + +import mods.betterwithmods.MiniBlocks; +import mods.zenstages.Utils; + +import scripts.crafttweaker.craftingUtils; +import scripts.crafttweaker.stages.stageZero; +import scripts.crafttweaker.stages.stageOne; +import scripts.crafttweaker.stages.stageTwo; +import scripts.crafttweaker.stages.stageThree; +import scripts.crafttweaker.stages.stageFour; +import scripts.crafttweaker.stages.stageFive; + +/* + Shaped Recipes +*/ +static shapedRecipes as IIngredient[][][][IItemStack] = { + * 3 : [ + [ + [, , ] + ] + ], + * 3 : [ + [ + [, , ] + ] + ], + : [ + [ + [, , ], + [, , ], + [, , ] + ] + ], + : [ + [ + [null, .firstItem, null], + [, null, ], + [null, .firstItem, null] + ] + ], + : [ + [ + [, , ], + [, , ], + [, , ] + ] + ], + : [ + [ + [, , ], + [, , ], + [, , ] + ] + ], + : [ + [ + [, , ], + [, , ], + [, , ] + ] + ], + : [ + [ + [null, , null], + [, , ], + [null, , null] + ], + [ + [null, , null], + [, , ], + [null, , null] + ], + [ + [null, , null], + [, , ], + [null, , null] + ] + ], + * 4 : [ + [ + [null, , null], + [, craftingUtils.getBucketAndTankIngredient(), ], + [null, , null] + ] + ], + * 8 : [ + [ + [, , ], + [, , ], + [, , ] + ] + ] +}; + +static namedShapedRecipes as IIngredient[][][][string][IItemStack] = { + : { + Utils.genRecipeName(stageThree, ): [ + [ + [, , ], + [, , ], + [, , ] + ] + ] + }, + : { + Utils.genRecipeName(stageThree, ): [ + [ + [, , ], + [, , ], + [, , ] + ] + ] + }, + : { + Utils.genRecipeName(stageThree, ): [ + [ + [, , ], + [, , ], + [, , ] + ] + ] + } +}; + +/* + Mirrored Recipes +*/ +static mirroredRecipes as IIngredient[][][][IItemStack] = { +}; + +static namedMirroredRecipes as IIngredient[][][][string][IItemStack] = { + * 4: { + Utils.genRecipeName(stageTwo, ): [ + [ + [, sidingWood], + [sidingWood, ] + ] + ] + } +}; + +/* + Shapeless Recipes +*/ +static shapelessRecipes as IIngredient[][][IItemStack] = { + * 2 : [ + [, , ] + ], + : [ + [, ] + ], + * 9 : [ + [] + ], + * 4 : [ + [] + ], + * 4 : [ + [] + ], + * 4 : [ + [] + ] +}; + +static namedShapelessRecipes as IIngredient[][][string][IItemStack] = { +}; + +/* + Recipe Removals +*/ +static removeRecipes as IItemStack[] = [ + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + +]; + +static removeRegex as string[] = [ + "tconstruct:gadgets/slimesling/green", + "tconstruct:tools/pattern" +]; + +function init() { + // Un-named recipes + recipeUtil.process(shapedRecipes, false); + recipeUtil.process(mirroredRecipes, true); + recipeUtil.process(shapelessRecipes); + + // Named recipes + recipeUtil.processNamed(namedShapedRecipes, false); + recipeUtil.processNamed(namedMirroredRecipes, true); + recipeUtil.processNamed(namedShapelessRecipes); + + recipeUtil.removeRecipes(removeRecipes); + recipeUtil.removeRecipes(removeRegex); +} diff --git a/scripts/crafttweaker/recipes/mods/totemic.zs b/scripts/crafttweaker/recipes/mods/totemic.zs new file mode 100644 index 0000000..aaa5fc6 --- /dev/null +++ b/scripts/crafttweaker/recipes/mods/totemic.zs @@ -0,0 +1,164 @@ +/* + SevTech: Ages Totemic Recipe Script + + This script handles the recipes for Totemic. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +import crafttweaker.item.IItemStack; +import crafttweaker.item.IIngredient; + +import mods.zenstages.Utils; + +import scripts.crafttweaker.stages.stageZero; +import scripts.crafttweaker.stages.stageOne; +import scripts.crafttweaker.stages.stageTwo; +import scripts.crafttweaker.stages.stageThree; +import scripts.crafttweaker.stages.stageFour; +import scripts.crafttweaker.stages.stageFive; + +/* + Shaped Recipes +*/ +static shapedRecipes as IIngredient[][][][IItemStack] = { + : [ + [ + [, , ], + [, , ] + ] + ], + * 3: [ + [ + [, , ], + [, , ] + ] + ], + * 3: [ + [ + [, , ] + ] + ], + * 4: [ + [ + [, null, null], + [, , null], + [, , ] + ] + ], + : [ + [ + [null, ], + [, null] + ] + ], + : [ + [ + [, , ], + [, null, ], + [, null, ] + ] + ], + : [ + [ + [null, , ], + [null, , null], + [, null, null] + ] + ], + : [ + [ + [, , ], + [, , ] + ] + ], + : [ + [ + [null, ], + [.firstItem, null] + ] + ], + : [ + [ + [, , ], + [, , ] + ] + ], + : [ + [ + [.firstItem, , .firstItem], + [, .firstItem, ], + [, .firstItem, ] + ] + ], + : [ + [ + [], + [.firstItem], + [.firstItem] + ] + ], + : [ + [ + [null, ], + [.firstItem, null] + ] + ], + : [ + [ + [null, , ], + [null, .firstItem, ], + [.firstItem, null, null] + ] + ], + : [ + [ + [.firstItem, .firstItem, .firstItem], + [, , ], + [, , ] + ] + ] +}; + +static namedShapedRecipes as IIngredient[][][][string][IItemStack] = {}; + +/* + Mirrored Recipes +*/ +static mirroredRecipes as IIngredient[][][][IItemStack] = {}; + +static namedMirroredRecipes as IIngredient[][][][string][IItemStack] = {}; + +/* + Shapeless Recipes +*/ +static shapelessRecipes as IIngredient[][][IItemStack] = { + : [ + [, ] + ] +}; + +static namedShapelessRecipes as IIngredient[][][string][IItemStack] = {}; + +/* + Recipe Removals +*/ +static removeRecipes as IItemStack[] = []; + +function init() { + // Un-named recipes + recipeUtil.process(shapedRecipes, false); + recipeUtil.process(mirroredRecipes, true); + recipeUtil.process(shapelessRecipes); + + // Named recipes + recipeUtil.processNamed(namedShapedRecipes, false); + recipeUtil.processNamed(namedMirroredRecipes, true); + recipeUtil.processNamed(namedShapelessRecipes); + + recipeUtil.removeRecipes(removeRecipes); +} + +//Testing to confirm fix for knife duplication bug +.definition.setNoRepair(); \ No newline at end of file diff --git a/scripts/crafttweaker/recipes/mods/traverse.zs b/scripts/crafttweaker/recipes/mods/traverse.zs new file mode 100644 index 0000000..0c027e9 --- /dev/null +++ b/scripts/crafttweaker/recipes/mods/traverse.zs @@ -0,0 +1,87 @@ +/* + SevTech: Ages Traverse Recipe Script + + This script handles the recipes for Traverse. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +import crafttweaker.item.IItemStack; +import crafttweaker.item.IIngredient; + +import mods.betterwithmods.MiniBlocks; +import mods.zenstages.Utils; + +import scripts.crafttweaker.craftingUtils; +import scripts.crafttweaker.stages.stageZero; +import scripts.crafttweaker.stages.stageOne; +import scripts.crafttweaker.stages.stageTwo; +import scripts.crafttweaker.stages.stageThree; +import scripts.crafttweaker.stages.stageFour; +import scripts.crafttweaker.stages.stageFive; + +/* + Shaped Recipes +*/ +static shapedRecipes as IIngredient[][][][IItemStack] = { + * 3 : [ + [ + [, , ] + ] + ], + * 3 : [ + [ + [, , ] + ] + ], + * 3 : [ + [ + [, , ] + ] + ] +}; + +static namedShapedRecipes as IIngredient[][][][string][IItemStack] = { +}; + +/* + Mirrored Recipes +*/ +static mirroredRecipes as IIngredient[][][][IItemStack] = { +}; + +static namedMirroredRecipes as IIngredient[][][][string][IItemStack] = { +}; + +/* + Shapeless Recipes +*/ +static shapelessRecipes as IIngredient[][][IItemStack] = { +}; + +static namedShapelessRecipes as IIngredient[][][string][IItemStack] = { +}; + +/* + Recipe Removals +*/ +static removeRecipes as IItemStack[] = [ + , + , + +]; + +function init() { + // Un-named recipes + recipeUtil.process(shapedRecipes, false); + recipeUtil.process(mirroredRecipes, true); + recipeUtil.process(shapelessRecipes); + + // Named recipes + recipeUtil.processNamed(namedShapedRecipes, false); + recipeUtil.processNamed(namedMirroredRecipes, true); + recipeUtil.processNamed(namedShapelessRecipes); + + recipeUtil.removeRecipes(removeRecipes); +} diff --git a/scripts/crafttweaker/recipes/mods/twilightforest.zs b/scripts/crafttweaker/recipes/mods/twilightforest.zs new file mode 100644 index 0000000..cba9067 --- /dev/null +++ b/scripts/crafttweaker/recipes/mods/twilightforest.zs @@ -0,0 +1,124 @@ +/* + SevTech: Ages Twilight Forest Recipe Script + + This script handles the recipes for Twilight Forest. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +import crafttweaker.item.IItemStack; +import crafttweaker.item.IIngredient; + +import mods.zenstages.Utils; + +import scripts.crafttweaker.stages.stageZero; +import scripts.crafttweaker.stages.stageOne; +import scripts.crafttweaker.stages.stageTwo; +import scripts.crafttweaker.stages.stageThree; +import scripts.crafttweaker.stages.stageFour; +import scripts.crafttweaker.stages.stageFive; + +/* + Shaped Recipes +*/ +static shapedRecipes as IIngredient[][][][IItemStack] = { + : [ + [ + [, ,], + [, , ], + [, ,] + ] + ], + : [ + [ + [metals.fiery.plate, metals.fiery.plate, metals.fiery.plate], + [null, , null], + [null, , null] + ] + ], + : [ + [ + [metals.fiery.plate], + [metals.fiery.plate], + [] + ] + ], + // Converting liveroot to block + : [ + [ + [, , ], + [, , ], + [, , ] + ] + ] +}; + +static namedShapedRecipes as IIngredient[][][][string][IItemStack] = { +}; + +/* + Mirrored Recipes +*/ +static mirroredRecipes as IIngredient[][][][IItemStack] = { +}; + +static namedMirroredRecipes as IIngredient[][][][string][IItemStack] = { +}; + +/* + Shapeless Recipes +*/ +static shapelessRecipes as IIngredient[][][IItemStack] = { + : [ + [, , ] + ], + // Dye recipes for castle doors + : [ + [, ] + ], + : [ + [, ] + ], + : [ + [, ] + ], + : [ + [, ] + ], + // Re-add recipe for fiery since removed in metals script + metals.fiery.ingot.firstItem : [ + [, metals.iron.ingot] + ], + // Liveroot block to liveroot conversion + * 9 : [ + [] + ] +}; + +static namedShapelessRecipes as IIngredient[][][string][IItemStack] = { +}; + +/* + Recipe Removals +*/ +static removeRecipes as IItemStack[] = [ + , + , + , + +]; + +function init() { + // Un-named recipes + recipeUtil.process(shapedRecipes, false); + recipeUtil.process(mirroredRecipes, true); + recipeUtil.process(shapelessRecipes); + + // Named recipes + recipeUtil.processNamed(namedShapedRecipes, false); + recipeUtil.processNamed(namedMirroredRecipes, true); + recipeUtil.processNamed(namedShapelessRecipes); + + recipeUtil.removeRecipes(removeRecipes); +} diff --git a/scripts/crafttweaker/recipes/mods/uppers.zs b/scripts/crafttweaker/recipes/mods/uppers.zs new file mode 100644 index 0000000..77da04d --- /dev/null +++ b/scripts/crafttweaker/recipes/mods/uppers.zs @@ -0,0 +1,74 @@ +/* + SevTech: Ages Uppers Recipe Script + + This script handles the recipes for Uppers. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +import crafttweaker.item.IItemStack; +import crafttweaker.item.IIngredient; + +import mods.zenstages.Utils; + +import scripts.crafttweaker.stages.stageZero; +import scripts.crafttweaker.stages.stageOne; +import scripts.crafttweaker.stages.stageTwo; +import scripts.crafttweaker.stages.stageThree; +import scripts.crafttweaker.stages.stageFour; +import scripts.crafttweaker.stages.stageFive; + +/* + Shaped Recipes +*/ +static shapedRecipes as IIngredient[][][][IItemStack] = { + : [ + [ + [null, metals.iron.plate, null], + [metals.iron.plate, metals.bronze.gear, metals.iron.plate], + [metals.iron.plate, , metals.iron.plate] + ] + ] +}; + +static namedShapedRecipes as IIngredient[][][][string][IItemStack] = {}; + +/* + Mirrored Recipes +*/ +static mirroredRecipes as IIngredient[][][][IItemStack] = {}; + +static namedMirroredRecipes as IIngredient[][][][string][IItemStack] = {}; + +/* + Shapeless Recipes +*/ +static shapelessRecipes as IIngredient[][][IItemStack] = { + : [ + [] + ] +}; + +static namedShapelessRecipes as IIngredient[][][string][IItemStack] = {}; + +/* + Recipe Removals +*/ +static removeRecipes as IItemStack[] = [ + +]; + +function init() { + // Un-named recipes + recipeUtil.process(shapedRecipes, false); + recipeUtil.process(mirroredRecipes, true); + recipeUtil.process(shapelessRecipes); + + // Named recipes + recipeUtil.processNamed(namedShapedRecipes, false); + recipeUtil.processNamed(namedMirroredRecipes, true); + recipeUtil.processNamed(namedShapelessRecipes); + + recipeUtil.removeRecipes(removeRecipes); +} diff --git a/scripts/crafttweaker/recipes/mods/valkyrielib.zs b/scripts/crafttweaker/recipes/mods/valkyrielib.zs new file mode 100644 index 0000000..8ee1bf4 --- /dev/null +++ b/scripts/crafttweaker/recipes/mods/valkyrielib.zs @@ -0,0 +1,57 @@ +/* + SevTech: Ages Valkyrie Lib Recipe Script + + This script handles the recipes for Valkyrie Lib. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +import crafttweaker.item.IItemStack; +import crafttweaker.item.IIngredient; + +/* + Shaped Recipes +*/ +static shapedRecipes as IIngredient[][][][IItemStack] = {}; + +static namedShapedRecipes as IIngredient[][][][string][IItemStack] = {}; + +/* + Mirrored Recipes +*/ +static mirroredRecipes as IIngredient[][][][IItemStack] = {}; + +static namedMirroredRecipes as IIngredient[][][][string][IItemStack] = {}; + +/* + Shapeless Recipes +*/ +static shapelessRecipes as IIngredient[][][IItemStack] = { + : [ + [, ] + ] +}; + +static namedShapelessRecipes as IIngredient[][][string][IItemStack] = {}; + +/* + Recipe Removals +*/ +static removeRecipes as IItemStack[] = [ + +]; + +function init() { + // Un-named recipes + recipeUtil.process(shapedRecipes, false); + recipeUtil.process(mirroredRecipes, true); + recipeUtil.process(shapelessRecipes); + + // Named recipes + recipeUtil.processNamed(namedShapedRecipes, false); + recipeUtil.processNamed(namedMirroredRecipes, true); + recipeUtil.processNamed(namedShapelessRecipes); + + recipeUtil.removeRecipes(removeRecipes); +} diff --git a/scripts/crafttweaker/recipes/mods/vc.zs b/scripts/crafttweaker/recipes/mods/vc.zs new file mode 100644 index 0000000..2a29f71 --- /dev/null +++ b/scripts/crafttweaker/recipes/mods/vc.zs @@ -0,0 +1,352 @@ +/* + SevTech: Ages VC Recipe Script + + This script handles the recipes for VC. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +import crafttweaker.item.IItemStack; +import crafttweaker.item.IIngredient; + +import mods.zenstages.Utils; + +import scripts.crafttweaker.stages.stageZero; +import scripts.crafttweaker.stages.stageOne; +import scripts.crafttweaker.stages.stageTwo; +import scripts.crafttweaker.stages.stageThree; +import scripts.crafttweaker.stages.stageFour; +import scripts.crafttweaker.stages.stageFive; + +/* + Shaped Recipes +*/ +static shapedRecipes as IIngredient[][][][IItemStack] = { + : [ + [ + [, , ], + [, , ], + [, , ] + ] + ], + : [ + [ + [, , ], + [, .reuse(), ], + [, , ] + ] + ], + : [ + [ + [, , ], + [, .reuse(), ], + [, , ] + ] + ], + : [ + [ + [, , ], + [, .reuse(), ], + [, , ] + ] + ], + : [ + [ + [, , ], + [, .reuse(), ], + [, , ] + ] + ], + : [ + [ + [, , ], + [, , ], + [, , ] + ] + ], + : [ + [ + [, , ], + [, .reuse(), ], + [, , ] + ] + ], + : [ + [ + [, , ], + [, .reuse(), ], + [, , ] + ] + ], + : [ + [ + [, , ], + [, .reuse(), ], + [, , ] + ] + ], + : [ + [ + [, , ], + [, .reuse(), ], + [, , ] + ] + ], + : [ + [ + [, , ], + [, , ], + [, , ] + ] + ], + : [ + [ + [, , ], + [, .reuse(), ], + [, , ] + ] + ], + : [ + [ + [, , ], + [, .reuse(), ], + [, , ] + ] + ], + : [ + [ + [, , ], + [, .reuse(), ], + [, , ] + ] + ], + : [ + [ + [, , ], + [, .reuse(), ], + [, , ] + ] + ], + : [ + [ + [, , ], + [, , ], + [, , ] + ] + ], + : [ + [ + [, , ], + [, .reuse(), ], + [, , ] + ] + ], + : [ + [ + [, , ], + [, .reuse(), ], + [, , ] + ] + ], + : [ + [ + [, , ], + [, .reuse(), ], + [, , ] + ] + ], + : [ + [ + [, , ], + [, .reuse(), ], + [, , ] + ] + ], + : [ + [ + [, metals.redstoneAlloy.plate, ], + [metals.gold.plate, metals.gold.plate, metals.gold.plate] + ] + ], + : [ + [ + [metals.platinum.plate, metals.platinum.plate, metals.platinum.plate], + [metals.platinum.plate, , metals.platinum.plate], + [metals.platinum.plate, metals.platinum.plate, metals.platinum.plate] + ] + ], + : [ + [ + [metals.modularium.plate, metals.modularium.plate, metals.modularium.plate], + [, , ], + [, , ] + ] + ], + : [ + [ + [metals.modularium.plate, metals.modularium.plate, metals.modularium.plate], + [, , ], + [, , ] + ] + ], + : [ + [ + [metals.modularium.plate, metals.modularium.plate, metals.modularium.plate], + [, , ], + [, , ] + ] + ], + : [ + [ + [metals.modularium.plate, metals.modularium.plate, metals.modularium.plate], + [, , ], + [, , ] + ] + ], + : [ + [ + [metals.platinum.plate, metals.platinum.plate, metals.platinum.plate], + [, , ], + [, , ] + ] + ], + : [ + [ + [metals.modularium.plate, metals.modularium.plate, metals.modularium.plate], + [, , ], + [, , ] + ] + ], + : [ + [ + [metals.modularium.plate, metals.modularium.plate, metals.modularium.plate], + [, , ], + [, , ] + ] + ], + : [ + [ + [metals.platinum.plate, metals.platinum.plate, metals.platinum.plate], + [, , ], + [, , ] + ] + ], + : [ + [ + [metals.modularium.plate, metals.modularium.plate, metals.modularium.plate], + [, , ], + [, , ] + ] + ], + : [ + [ + [metals.platinum.plate, metals.platinum.plate, metals.platinum.plate], + [, , ], + [, , ] + ] + ], + : [ + [ + [metals.platinum.plate, metals.platinum.plate, metals.platinum.plate], + [, , ], + [, , ] + ] + ], + : [ + [ + [metals.platinum.plate, metals.platinum.plate, metals.platinum.plate], + [, , ], + [, , ] + ] + ], + : [ + [ + [metals.platinum.plate, metals.platinum.plate, metals.platinum.plate], + [, , ], + [, , ] + ] + ], + : [ + [ + [metals.platinum.plate, metals.platinum.plate, metals.platinum.plate], + [, , ], + [, , ] + ] + ] +}; + +static namedShapedRecipes as IIngredient[][][][string][IItemStack] = {}; + +/* + Mirrored Recipes +*/ +static mirroredRecipes as IIngredient[][][][IItemStack] = {}; + +static namedMirroredRecipes as IIngredient[][][][string][IItemStack] = {}; + +/* + Shapeless Recipes +*/ +static shapelessRecipes as IIngredient[][][IItemStack] = {}; + +static namedShapelessRecipes as IIngredient[][][string][IItemStack] = {}; + +/* + Recipe Removals +*/ +static removeRecipes as IItemStack[] = [ + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + +]; + +function init() { + // Un-named recipes + recipeUtil.process(shapedRecipes, false); + recipeUtil.process(mirroredRecipes, true); + recipeUtil.process(shapelessRecipes); + + // Named recipes + recipeUtil.processNamed(namedShapedRecipes, false); + recipeUtil.processNamed(namedMirroredRecipes, true); + recipeUtil.processNamed(namedShapelessRecipes); + + recipeUtil.removeRecipes(removeRecipes); +} diff --git a/scripts/crafttweaker/recipes/mods/waterstrainer.zs b/scripts/crafttweaker/recipes/mods/waterstrainer.zs new file mode 100644 index 0000000..612f9b0 --- /dev/null +++ b/scripts/crafttweaker/recipes/mods/waterstrainer.zs @@ -0,0 +1,106 @@ +/* + SevTech: Ages Water Strainer Recipe Script + + This script handles the recipes for Water Strainer. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +import crafttweaker.item.IItemStack; +import crafttweaker.item.IIngredient; + +import mods.zenstages.Utils; + +import scripts.crafttweaker.stages.stageZero; +import scripts.crafttweaker.stages.stageOne; +import scripts.crafttweaker.stages.stageTwo; +import scripts.crafttweaker.stages.stageThree; +import scripts.crafttweaker.stages.stageFour; +import scripts.crafttweaker.stages.stageFive; + +/* + Shaped Recipes +*/ +static shapedRecipes as IIngredient[][][][IItemStack] = { + : [ + [ + [.firstItem, null, .firstItem], + [, , ], + [, , ] + ] + ], + : [ + [ + [null, null, ], + [null, , null], + [.firstItem, null, null] + ] + ], + : [ + [ + [], + [] + ] + ], + : [ + [ + [.firstItem, null, .firstItem], + [, , ], + [, , ] + ] + ] +}; + +static namedShapedRecipes as IIngredient[][][][string][IItemStack] = { + : { + Utils.genRecipeName(stageOne, ): [ + [ + [.firstItem, null, .firstItem], + [, , ], + [, , ] + ] + ] + } +}; + +/* + Mirrored Recipes +*/ +static mirroredRecipes as IIngredient[][][][IItemStack] = { +}; + +static namedMirroredRecipes as IIngredient[][][][string][IItemStack] = { +}; + +/* + Shapeless Recipes +*/ +static shapelessRecipes as IIngredient[][][IItemStack] = { +}; + +static namedShapelessRecipes as IIngredient[][][string][IItemStack] = { +}; + +/* + Recipe Removals +*/ +static removeRecipes as IItemStack[] = [ + , + , + +]; + +function init() { + // Un-named recipes + recipeUtil.process(shapedRecipes, false); + recipeUtil.process(mirroredRecipes, true); + recipeUtil.process(shapelessRecipes); + + // Named recipes + recipeUtil.processNamed(namedShapedRecipes, false); + recipeUtil.processNamed(namedMirroredRecipes, true); + recipeUtil.processNamed(namedShapelessRecipes); + + recipeUtil.removeRecipes(removeRecipes); +} diff --git a/scripts/crafttweaker/recipes/mods/weirdinggadget.zs b/scripts/crafttweaker/recipes/mods/weirdinggadget.zs new file mode 100644 index 0000000..ad961c2 --- /dev/null +++ b/scripts/crafttweaker/recipes/mods/weirdinggadget.zs @@ -0,0 +1,75 @@ +/* + SevTech: Ages Weirding Gadget Recipe Script + + This script handles the recipes for Weirding Gadget. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +import crafttweaker.item.IItemStack; +import crafttweaker.item.IIngredient; + +import mods.zenstages.Utils; + +import scripts.crafttweaker.stages.stageZero; +import scripts.crafttweaker.stages.stageOne; +import scripts.crafttweaker.stages.stageTwo; +import scripts.crafttweaker.stages.stageThree; +import scripts.crafttweaker.stages.stageFour; +import scripts.crafttweaker.stages.stageFive; + +/* + Shaped Recipes +*/ +static shapedRecipes as IIngredient[][][][IItemStack] = { + : [ + [ + [metals.gold.ingot, metals.gold.ingot, metals.gold.ingot], + [metals.gold.block, , metals.gold.block], + [metals.gold.block, metals.gold.block, metals.gold.block] + ] + ] +}; + +static namedShapedRecipes as IIngredient[][][][string][IItemStack] = { +}; + +/* + Mirrored Recipes +*/ +static mirroredRecipes as IIngredient[][][][IItemStack] = { +}; + +static namedMirroredRecipes as IIngredient[][][][string][IItemStack] = { +}; + +/* + Shapeless Recipes +*/ +static shapelessRecipes as IIngredient[][][IItemStack] = { +}; + +static namedShapelessRecipes as IIngredient[][][string][IItemStack] = { +}; + +/* + Recipe Removals +*/ +static removeRecipes as IItemStack[] = [ + +]; + +function init() { + // Un-named recipes + recipeUtil.process(shapedRecipes, false); + recipeUtil.process(mirroredRecipes, true); + recipeUtil.process(shapelessRecipes); + + // Named recipes + recipeUtil.processNamed(namedShapedRecipes, false); + recipeUtil.processNamed(namedMirroredRecipes, true); + recipeUtil.processNamed(namedShapelessRecipes); + + recipeUtil.removeRecipes(removeRecipes); +} diff --git a/scripts/crafttweaker/recipes/mods/wopper.zs b/scripts/crafttweaker/recipes/mods/wopper.zs new file mode 100644 index 0000000..ece441a --- /dev/null +++ b/scripts/crafttweaker/recipes/mods/wopper.zs @@ -0,0 +1,79 @@ +/* + SevTech: Ages Wopper Recipe Script + + This script handles the recipes for Wopper. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +import crafttweaker.item.IItemStack; +import crafttweaker.item.IIngredient; + +import mods.zenstages.Utils; + +import scripts.crafttweaker.stages.stageOne; + +/* + Shaped Recipes +*/ +static shapedRecipes as IIngredient[][][][IItemStack] = { + : [ + [ + [, null, ], + [, , ], + [null, , null] + ] + ] +}; + +static namedShapedRecipes as IIngredient[][][][string][IItemStack] = { + : { + Utils.genRecipeName(stageOne, "cheaper_whopper") : [ + [ + [, null, ], + [, , ], + [null, , null] + ] + ] + } +}; + +/* + Mirrored Recipes +*/ +static mirroredRecipes as IIngredient[][][][IItemStack] = { +}; + +static namedMirroredRecipes as IIngredient[][][][string][IItemStack] = { +}; + +/* + Shapeless Recipes +*/ +static shapelessRecipes as IIngredient[][][IItemStack] = { +}; + +static namedShapelessRecipes as IIngredient[][][string][IItemStack] = { +}; + +/* + Recipe Removals +*/ +static removeRecipes as IItemStack[] = [ + +]; + +function init() { + // Un-named recipes + recipeUtil.process(shapedRecipes, false); + recipeUtil.process(mirroredRecipes, true); + recipeUtil.process(shapelessRecipes); + + // Named recipes + recipeUtil.processNamed(namedShapedRecipes, false); + recipeUtil.processNamed(namedMirroredRecipes, true); + recipeUtil.processNamed(namedShapelessRecipes); + + recipeUtil.removeRecipes(removeRecipes); +} diff --git a/scripts/crafttweaker/recipes/mods/xnet.zs b/scripts/crafttweaker/recipes/mods/xnet.zs new file mode 100644 index 0000000..8b5da29 --- /dev/null +++ b/scripts/crafttweaker/recipes/mods/xnet.zs @@ -0,0 +1,69 @@ +/* + SevTech: Ages XNet Recipe Script + + This script handles the recipes for XNet. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +import crafttweaker.item.IItemStack; +import crafttweaker.item.IIngredient; + +/* + Shaped Recipes +*/ +static shapedRecipes as IIngredient[][][][IItemStack] = { + : [ + [ + [metals.nickel.plate, , metals.nickel.plate], + [metals.redstoneAlloy.plate, , metals.redstoneAlloy.plate], + [metals.nickel.plate, , metals.nickel.plate] + ] + ], + : [ + [ + [metals.aluminum.plate, , metals.aluminum.plate], + [, , ], + [metals.aluminum.plate, , metals.aluminum.plate] + ] + ] +}; + +static namedShapedRecipes as IIngredient[][][][string][IItemStack] = {}; + +/* + Mirrored Recipes +*/ +static mirroredRecipes as IIngredient[][][][IItemStack] = {}; + +static namedMirroredRecipes as IIngredient[][][][string][IItemStack] = {}; + +/* + Shapeless Recipes +*/ +static shapelessRecipes as IIngredient[][][IItemStack] = {}; + +static namedShapelessRecipes as IIngredient[][][string][IItemStack] = {}; + +/* + Recipe Removals +*/ +static removeRecipes as IItemStack[] = [ + , + +]; + +function init() { + // Un-named recipes + recipeUtil.process(shapedRecipes, false); + recipeUtil.process(mirroredRecipes, true); + recipeUtil.process(shapelessRecipes); + + // Named recipes + recipeUtil.processNamed(namedShapedRecipes, false); + recipeUtil.processNamed(namedMirroredRecipes, true); + recipeUtil.processNamed(namedShapelessRecipes); + + recipeUtil.removeRecipes(removeRecipes); +} diff --git a/scripts/crafttweaker/recipes/mods/yoyos.zs b/scripts/crafttweaker/recipes/mods/yoyos.zs new file mode 100644 index 0000000..dc9702d --- /dev/null +++ b/scripts/crafttweaker/recipes/mods/yoyos.zs @@ -0,0 +1,57 @@ +/* + SevTech: Ages Yoyo Recipe Script + + This script handles the recipes for Yoyo. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +import crafttweaker.item.IItemStack; +import crafttweaker.item.IIngredient; + +/* + Shaped Recipes +*/ +static shapedRecipes as IIngredient[][][][IItemStack] = {}; + +static namedShapedRecipes as IIngredient[][][][string][IItemStack] = {}; + +/* + Mirrored Recipes +*/ +static mirroredRecipes as IIngredient[][][][IItemStack] = {}; + +static namedMirroredRecipes as IIngredient[][][][string][IItemStack] = {}; + +/* + Shapeless Recipes +*/ +static shapelessRecipes as IIngredient[][][IItemStack] = { + : [ + [, .withTag({Material: "string"})] + ] +}; + +static namedShapelessRecipes as IIngredient[][][string][IItemStack] = {}; + +/* + Recipe Removals +*/ +static removeRecipes as IItemStack[] = [ + +]; + +function init() { + // Un-named recipes + recipeUtil.process(shapedRecipes, false); + recipeUtil.process(mirroredRecipes, true); + recipeUtil.process(shapelessRecipes); + + // Named recipes + recipeUtil.processNamed(namedShapedRecipes, false); + recipeUtil.processNamed(namedMirroredRecipes, true); + recipeUtil.processNamed(namedShapelessRecipes); + + recipeUtil.removeRecipes(removeRecipes); +} diff --git a/scripts/crafttweaker/recipes/remove.zs b/scripts/crafttweaker/recipes/remove.zs new file mode 100644 index 0000000..059a4c4 --- /dev/null +++ b/scripts/crafttweaker/recipes/remove.zs @@ -0,0 +1,60 @@ +/* + SevTech: Ages Run Core Recipe Remove Script + + This script handles the removal of recipes by a modId or other means. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +import crafttweaker.item.IItemStack; + +// String Array listing of the modId's to which we want ALL recipes removed. +static modIdRecipeRemoval as string[] = [ + "antiqueatlas", + "dungpipe", + "horsepower", + "improvedbackpacks", + "ironchest", + "natura", + "overloaded", + "primal", + "primal_tech", + "primalchests", + "progressiontweaks", + "prospectors", + "spartanshields", + "totemic", + "wopper" +]; + +static itemRecipeRemoval as IItemStack[] = [ + , + , + , + +]; + +static recipeNameRemoval as string[] = [ + "chisel:emerald", + "chisel:redstone" +]; + +function init() { + // Remove ModId Recipes + for modId in modIdRecipeRemoval { + if (loadedMods in modId) { + for item in loadedMods[modId].items { + recipes.remove(item); + } + } + } + // Remove Item Recipes + for item in itemRecipeRemoval { + recipes.remove(item); + } + // Remove by Recipes Name + for item in recipeNameRemoval { + recipes.removeByRecipeName(item); + } +} diff --git a/scripts/crafttweaker/recipes/resources.zs b/scripts/crafttweaker/recipes/resources.zs new file mode 100644 index 0000000..9ba4d24 --- /dev/null +++ b/scripts/crafttweaker/recipes/resources.zs @@ -0,0 +1,81 @@ +/* + SevTech: Ages Resources Recipe Script + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +import crafttweaker.item.IItemStack; +import crafttweaker.item.IIngredient; + +import mods.zenstages.Utils; + +import scripts.crafttweaker.stages.stageOne; + +/* + Shaped Recipes +*/ +static shapedRecipes as IIngredient[][][][IItemStack] = {}; + +static namedShapedRecipes as IIngredient[][][][string][IItemStack] = { + metals.bronze.gear.firstItem: { + Utils.genRecipeName(stageOne, "bronze_gear"): [ + [ + [null, metals.bronze.plate, null], + [metals.bronze.plate, , metals.bronze.plate], + [null, metals.bronze.plate, null] + ] + ] + }, + metals.tin.gear.firstItem: { + Utils.genRecipeName(stageOne, "tin_gear"): [ + [ + [null, metals.tin.plate, null], + [metals.tin.plate, , metals.tin.plate], + [null, metals.tin.plate, null] + ] + ] + }, + metals.copper.gear.firstItem: { + Utils.genRecipeName(stageOne, "copper_gear"): [ + [ + [null, metals.copper.plate, null], + [metals.copper.plate, , metals.copper.plate], + [null, metals.copper.plate, null] + ] + ] + } +}; + +/* + Mirrored Recipes +*/ +static mirroredRecipes as IIngredient[][][][IItemStack] = {}; + +static namedMirroredRecipes as IIngredient[][][][string][IItemStack] = {}; + +/* + Shapeless Recipes +*/ +static shapelessRecipes as IIngredient[][][IItemStack] = {}; + +static namedShapelessRecipes as IIngredient[][][string][IItemStack] = {}; + +/* + Recipe Removals +*/ +static removeRecipes as IItemStack[] = []; + +function init() { + // Un-named recipes + recipeUtil.process(shapedRecipes, false); + recipeUtil.process(mirroredRecipes, true); + recipeUtil.process(shapelessRecipes); + + // Named recipes + recipeUtil.processNamed(namedShapedRecipes, false); + recipeUtil.processNamed(namedMirroredRecipes, true); + recipeUtil.processNamed(namedShapelessRecipes); + + recipeUtil.removeRecipes(removeRecipes); +} diff --git a/scripts/crafttweaker/resources/custom.zs b/scripts/crafttweaker/resources/custom.zs new file mode 100644 index 0000000..c813bc0 --- /dev/null +++ b/scripts/crafttweaker/resources/custom.zs @@ -0,0 +1,86 @@ +/* + SevTech: Ages Resources Custom Script + + This script is for specfic changes/overrides which don't warrent the need for a class or mod + own script. As single one offs can be used in here as long they are doc'd for what is does, + and what it's needed for. So other developers know what's going on etc... + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +import crafttweaker.item.IItemStack; +import crafttweaker.liquid.ILiquidStack; + +import scripts.crafttweaker.utils; + +/* + Metals which are needing removal from the Game. +*/ +function initMetalRemovals() { + var partsToRemove as string[] = [ + "block", + "dust", + "ingot", + "nugget", + "plate" + ]; + var metalsToRemove as ILiquidStack[string] = { + brass: , + pigIron: null, + vanadium: null, + wootz: null + }; + + for metalName, metalLiquid in metalsToRemove { + // Hide liquid + if (metalLiquid as bool) { + mods.jei.JEI.hide(metalLiquid); + } + + for partName in partsToRemove { + unifier.clearOreDict(oreDict.get(partName ~ utils.capitalize(metalName)), metalLiquid); + } + } +} + +/* + Seeds + + http://crafttweaker.readthedocs.io/en/latest/#Vanilla/Recipes/Seeds/#seeds +*/ +function initGrass() { + var seedsToRemove as IItemStack[] = [ + , + , + , + , + , + + ]; + + for seed in seedsToRemove { + vanilla.seeds.removeSeed(seed); + } +} + +function init() { + // Call other methods. + initMetalRemovals(); + initGrass(); + + // Dimensional Shard Processing. (One not included by default from the Mod) + immersiveEngineering.addCrusher( * 2, ); + + /* + Hardcoded recipe removals from processing. For the ones not handling correctly in the Ore Dict. + */ + appliedEnergistics.removeGrindstone(); + immersiveEngineering.addCrusher( * 3, ); + immersiveEngineering.addCrusher( * 3, ); + + // Silcon + actuallyAdditions.addCrusher( * 5, ); + immersiveEngineering.addCrusher( * 5, ); + immersiveEngineering.addCrusher( * 5, ); +} diff --git a/scripts/crafttweaker/stages.zs b/scripts/crafttweaker/stages.zs new file mode 100644 index 0000000..8e3debb --- /dev/null +++ b/scripts/crafttweaker/stages.zs @@ -0,0 +1,85 @@ +#priority 3999 + +/* + SevTech: Ages Stages Stages Script + + Creates the statics to import the Stages to other scripts. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +import mods.zenstages.ZenStager; +import mods.zenstages.Stage; + +// Core Stages +static stageTutorial as Stage = ZenStager.initStage("tutorial"); +static stageZero as Stage = ZenStager.initStage("zero"); +static stageOne as Stage = ZenStager.initStage("one"); +static stageTwo as Stage = ZenStager.initStage("two"); +static stageThree as Stage = ZenStager.initStage("three"); +static stageFour as Stage = ZenStager.initStage("four"); +static stageFive as Stage = ZenStager.initStage("five"); +static stageCreative as Stage = ZenStager.initStage("creative"); + +// Mob Stages +static stageZeroMob as Stage = ZenStager.initStage("zero_mob"); +static stageOneMob as Stage = ZenStager.initStage("one_mob"); +static stageTwoMob as Stage = ZenStager.initStage("two_mob"); +static stageThreeMob as Stage = ZenStager.initStage("three_mob"); +static stageFourMob as Stage = ZenStager.initStage("four_mob"); +static stageFiveMob as Stage = ZenStager.initStage("five_mob"); + +// Unique Stages +static stageBaykok as Stage = ZenStager.initStage("baykok"); +static stageMapping as Stage = ZenStager.initStage("mapping"); + +// Unique stage intended to disable existing items/etc +static stageDisabled as Stage = ZenStager.initStage("disabled"); + +// Stage for unused creative items +static stageCreativeUnused as Stage = ZenStager.initStage("creative_unused"); + +// ================================== +// Metal Stages +static metalStages as string[string] = { + abyssalnite: "two", + aluminum: "three", + aluminumBrass: "three", + ardite: "four", + blackIron: "two", + bronze: "one", + cobalt: "three", + compressedIron: "four", + constantan: "three", + copper: "one", + dreadium: "two", + electrum: "three", + enhancedGalgadorian: "three", + ethaxium: "two", + fiery: "two", + galgadorian: "three", + gold: "two", + invar: "three", + iron: "two", + knightslime: "four", + lead: "three", + manyullyn: "four", + meteoricIron: "five", + modularium: "three", + nickel: "three", + osmium: "five", + pigiron: "three", + platinum: "three", + redstoneAlloy: "three", + refinedCoralium: "one", + reinforcedMetal: "three", + silver: "three", + spacePlatinum: "five", + steel: "three", + steeleaf: "two", + tin: "one", + titanium: "five", + uranium: "four", + zinc: "five" +}; diff --git a/scripts/crafttweaker/staging/containers.zs b/scripts/crafttweaker/staging/containers.zs new file mode 100644 index 0000000..db5a8d0 --- /dev/null +++ b/scripts/crafttweaker/staging/containers.zs @@ -0,0 +1,75 @@ +/* + SevTech: Ages Container Staging Script + + This script handles the staging of containers. This allows a container/package + defined to allow crafting of recipes in the provided stages. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +import mods.zenstages.Stage; +import mods.zenstages.ZenStager; + +import scripts.crafttweaker.stages.stageTutorial; +import scripts.crafttweaker.stages.stageZero; +import scripts.crafttweaker.stages.stageOne; +import scripts.crafttweaker.stages.stageTwo; +import scripts.crafttweaker.stages.stageThree; +import scripts.crafttweaker.stages.stageFour; +import scripts.crafttweaker.stages.stageFive; +import scripts.crafttweaker.stages.stageCreative; +import scripts.crafttweaker.stages.stageBaykok; +import scripts.crafttweaker.stages.stageMapping; + +// Contains all "useful" stages +static ALL_STAGES as Stage[] = [ + // Core stages + stageTutorial, + stageZero, + stageOne, + stageTwo, + stageThree, + stageFour, + stageFive, + stageCreative, + + // Unique stages + stageBaykok, + stageMapping +]; + +function init() { + /* + Container Staging + */ + // Primal Tech work stump + ZenStager.addContainer("primal_tech.inventory.ContainerWorkStump", [stageTutorial, stageZero, stageBaykok]); + + /* + Package Staging + */ + // AE Crafting Terminal + ZenStager.addPackage("appeng", ALL_STAGES); + + // RS Crafting Grid + ZenStager.addPackage("com.raoulvdberge.refinedstorage", ALL_STAGES); + + // RFtools Crafters + ZenStager.addPackage("mcjty.rftools.blocks.crafter", ALL_STAGES); + + // RFTools Control Workbench + ZenStager.addPackage("mcjty.rftoolscontrol.blocks.workbench", ALL_STAGES); + + // Inductive Logistics Automatic Crafters + ZenStager.addPackage("cd4017be.lib.util.ItemFluidUtil", [stageTutorial, stageBaykok, stageZero, stageOne, stageTwo, stageThree, stageFour]); + + // Auto Workbench Buildcraft + ZenStager.addPackage("buildcraft.lib.tile.craft.WorkbenchCrafting", [stageTutorial, stageBaykok, stageZero, stageOne, stageTwo, stageThree, stageFour]); + + // Cyclic Auto Crafter + ZenStager.addPackage("com.lothrazar.cyclicmagic", ALL_STAGES); + + // Immersive Engineering Assembler + ZenStager.addPackage("blusunrize.immersiveengineering", [stageTutorial, stageBaykok, stageZero, stageOne, stageTwo, stageThree, stageFour]); +} diff --git a/scripts/crafttweaker/staging/dimensions.zs b/scripts/crafttweaker/staging/dimensions.zs new file mode 100644 index 0000000..cff2885 --- /dev/null +++ b/scripts/crafttweaker/staging/dimensions.zs @@ -0,0 +1,47 @@ +/* + SevTech: Ages Dimension Staging Script + + This script handles the staging of dimensions - making them inaccessible until + the player reaches the stage. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +import scripts.crafttweaker.stages.stageOne; +import scripts.crafttweaker.stages.stageTwo; +import scripts.crafttweaker.stages.stageThree; +import scripts.crafttweaker.stages.stageFour; +import scripts.crafttweaker.stages.stageFive; + +/* + Init method to perform the logic for the script. +*/ +function init() { + // Beneath + stageOne.addDimension(10); + + // Twilight Forest + stageTwo.addDimension(7); + + // Betweenlands + stageTwo.addDimension(20); + + // Nether + stageThree.addDimension(-1); + + // End + stageFour.addDimension(1); + + // AE2 Spatial Storage + stageFive.addDimension(2); + + // Abyssalcraft + stageOne.addDimension(50); + stageOne.addDimension(52); + stageOne.addDimension(53); + stageTwo.addDimension(51); + + // Hunting Dimension + stageOne.addDimension(28885); +} diff --git a/scripts/crafttweaker/staging/enchantments.zs b/scripts/crafttweaker/staging/enchantments.zs new file mode 100644 index 0000000..c2938ff --- /dev/null +++ b/scripts/crafttweaker/staging/enchantments.zs @@ -0,0 +1,80 @@ +/* + SevTech: Ages Enchantments Staging Script + + This script handles the staging of Enchantments. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +import crafttweaker.enchantments.IEnchantment; +import crafttweaker.enchantments.IEnchantmentDefinition; + +import mods.zenstages.Stage; +import mods.zenstages.ZenStager; + +import scripts.crafttweaker.stages.stageTwo; + +static stagedEnchants as IEnchantmentDefinition[][string] = { + stageTwo.stage: [ + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + + ] +}; + +function init() { + for stageName, enchantmentDefinitions in stagedEnchants { + var stage as Stage = ZenStager.getStage(stageName); + + stage.addEnchantments(enchantmentDefinitions); + } +} diff --git a/scripts/crafttweaker/staging/itemsAndRecipes/misc.zs b/scripts/crafttweaker/staging/itemsAndRecipes/misc.zs new file mode 100644 index 0000000..c4b8998 --- /dev/null +++ b/scripts/crafttweaker/staging/itemsAndRecipes/misc.zs @@ -0,0 +1,45 @@ +import crafttweaker.item.IIngredient; + +import mods.zenstages.ZenStager; + +import scripts.crafttweaker.stages.stageDisabled; + +/* + Misc Items to hide and remove which are not put into their own mod "scripts". + + Basically a temp holder until they are sorted. +*/ +static hiddenItems as IIngredient[] = [ + , + , + , //This can be re-shown once the mod is updated/fixed. + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + +]; + +function init() { + for ingredient in hiddenItems { + mods.jei.JEI.removeAndHide(ingredient); + ZenStager.getStage(stageDisabled.stage).addIngredient(ingredient, false); + } +} diff --git a/scripts/crafttweaker/staging/itemsAndRecipes/modId.zs b/scripts/crafttweaker/staging/itemsAndRecipes/modId.zs new file mode 100644 index 0000000..fccf4dd --- /dev/null +++ b/scripts/crafttweaker/staging/itemsAndRecipes/modId.zs @@ -0,0 +1,66 @@ +#priority 1 +/* + SevTech: Ages Mod Id Staging Script + + This script handles the staging of mods by their Id. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +import mods.zenstages.ZenStager; + +import scripts.crafttweaker.stages.stageTwo; +import scripts.crafttweaker.stages.stageThree; +import scripts.crafttweaker.stages.stageFour; +import scripts.crafttweaker.stages.stageFive; + +static stagedMods as string[][string] = { + stageTwo.stage : [ + "thebetweenlands", + "twilightforest", + "uppers" + ], + + stageThree.stage : [ + "immersivepetroleum", + "immersivetech", + "nex", + "vc" + ], + + stageFour.stage : [ + "advgenerators", + "elevatorid", + "indlog", + "integrateddynamics", + "modularrouters", + "simplegenerators", + "storagenetwork" + ], + + stageFive.stage : [ + "compactmachines3", + "environmentaltech", + "mysticalagradditions", + "mysticalagriculture", + "rftools", + "rftoolscontrol", + "scannable" + ] +}; + +function init() { + for stageName, modId in stagedMods { + ZenStager.getStage(stageName).addModId(modId, true); + } +} + +function containsMod(targetModId as string) as string { + for stageName, modIds in stagedMods { + if (modIds has targetModId) { + return stageName; + } + } + return ""; +} diff --git a/scripts/crafttweaker/staging/itemsAndRecipes/mods/abyssalcraft.zs b/scripts/crafttweaker/staging/itemsAndRecipes/mods/abyssalcraft.zs new file mode 100644 index 0000000..b148614 --- /dev/null +++ b/scripts/crafttweaker/staging/itemsAndRecipes/mods/abyssalcraft.zs @@ -0,0 +1,624 @@ +import crafttweaker.item.IIngredient; + +import mods.zenstages.ZenStager; + +import scripts.crafttweaker.stages.stageZero; +import scripts.crafttweaker.stages.stageOne; +import scripts.crafttweaker.stages.stageTwo; +import scripts.crafttweaker.stages.stageThree; +import scripts.crafttweaker.stages.stageFive; +import scripts.crafttweaker.stages.stageDisabled; + +static stagedItems as IIngredient[][string] = { + stageZero.stage: [ + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + .withTag({Cursed: 1 as byte}), + .withTag({ItemInventory: [], PotEnergy: 0.0 as float}), + , + , + , + , + + ], + + stageOne.stage: [ + // Ore + , + , + + // Stairs + , + , + , + + // Fences and Doors + , + , + , + , + , + , + , + , + , + , + + // Tools + , + + // Misc + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + + ], + + stageTwo.stage: [ + // Ore + , + , + , + + // Misc + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + .withTag({Mode: 1}), + .withTag({}), + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + + ], + + stageThree.stage: [ + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + + ], + + stageFive.stage: [ + // Ore + + ] +}; + +static hiddenItems as IIngredient[] = [ + , + , + , + , + +]; + +static hiddenRemove as IIngredient[] = [ + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + +]; + +function init() { + var modId as string = stagedItems.entrySet[0].value[0].items[0].definition.owner; + + var modStage as string = scripts.crafttweaker.staging.itemsAndRecipes.modId.containsMod(modId); + var doOverride as bool = modStage != ""; + + for stageName, items in stagedItems { + if (doOverride && stageName != modStage) { + ZenStager.addModItemOverrides(modId, items); + } + + ZenStager.getStage(stageName).addIngredients(items); + } + + recipeUtil.hideItems(hiddenItems as IIngredient[]); + recipeUtil.hideItems(hiddenRemove as IIngredient[], true); +} diff --git a/scripts/crafttweaker/staging/itemsAndRecipes/mods/actuallyadditions.zs b/scripts/crafttweaker/staging/itemsAndRecipes/mods/actuallyadditions.zs new file mode 100644 index 0000000..9f55508 --- /dev/null +++ b/scripts/crafttweaker/staging/itemsAndRecipes/mods/actuallyadditions.zs @@ -0,0 +1,400 @@ +import crafttweaker.item.IIngredient; + +import mods.zenstages.ZenStager; + +import scripts.crafttweaker.stages.stageZero; +import scripts.crafttweaker.stages.stageOne; +import scripts.crafttweaker.stages.stageTwo; +import scripts.crafttweaker.stages.stageThree; +import scripts.crafttweaker.stages.stageFour; +import scripts.crafttweaker.stages.stageFive; +import scripts.crafttweaker.stages.stageDisabled; + +static stagedItems as IIngredient[][string] = { + stageZero.stage: [ + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + + ], + + stageOne.stage: [ + // Ore + , + + // Misc + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + + ], + + stageTwo.stage: [ + , + , + + ], + + stageThree.stage: [ + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + + ], + + stageFour.stage: [ + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + + ], + + stageFive.stage: [ + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + + ] +}; + +static hiddenRemove as IIngredient[] = [ + , + , + , + , + , + , + , + , + , + , // No + , + , + , + , + , + , + , + , + , + +]; + +function init() { + var modId as string = stagedItems.entrySet[0].value[0].items[0].definition.owner; + + var modStage as string = scripts.crafttweaker.staging.itemsAndRecipes.modId.containsMod(modId); + var doOverride as bool = modStage != ""; + + for stageName, items in stagedItems { + if (doOverride && stageName != modStage) { + ZenStager.addModItemOverrides(modId, items); + } + + ZenStager.getStage(stageName).addIngredients(items); + } + recipeUtil.hideItems(hiddenRemove as IIngredient[], true); +} diff --git a/scripts/crafttweaker/staging/itemsAndRecipes/mods/animalium.zs b/scripts/crafttweaker/staging/itemsAndRecipes/mods/animalium.zs new file mode 100644 index 0000000..8f0f122 --- /dev/null +++ b/scripts/crafttweaker/staging/itemsAndRecipes/mods/animalium.zs @@ -0,0 +1,33 @@ +import crafttweaker.item.IIngredient; + +import mods.zenstages.ZenStager; + +import scripts.crafttweaker.stages.stageZero; + +static stagedItems as IIngredient[][string] = { + stageZero.stage: [ + , + , + , + , + , + , + , + + ] +}; + +function init() { + var modId as string = stagedItems.entrySet[0].value[0].items[0].definition.owner; + + var modStage as string = scripts.crafttweaker.staging.itemsAndRecipes.modId.containsMod(modId); + var doOverride as bool = modStage != ""; + + for stageName, items in stagedItems { + if (doOverride && stageName != modStage) { + ZenStager.addModItemOverrides(modId, items); + } + + ZenStager.getStage(stageName).addIngredients(items); + } +} diff --git a/scripts/crafttweaker/staging/itemsAndRecipes/mods/antiqueatlas.zs b/scripts/crafttweaker/staging/itemsAndRecipes/mods/antiqueatlas.zs new file mode 100644 index 0000000..0a62aef --- /dev/null +++ b/scripts/crafttweaker/staging/itemsAndRecipes/mods/antiqueatlas.zs @@ -0,0 +1,27 @@ +import crafttweaker.item.IIngredient; + +import mods.zenstages.ZenStager; + +import scripts.crafttweaker.stages.stageTutorial; + +static stagedItems as IIngredient[][string] = { + stageTutorial.stage: [ + , + + ] +}; + +function init() { + var modId as string = stagedItems.entrySet[0].value[0].items[0].definition.owner; + + var modStage as string = scripts.crafttweaker.staging.itemsAndRecipes.modId.containsMod(modId); + var doOverride as bool = modStage != ""; + + for stageName, items in stagedItems { + if (doOverride && stageName != modStage) { + ZenStager.addModItemOverrides(modId, items); + } + + ZenStager.getStage(stageName).addIngredients(items); + } +} diff --git a/scripts/crafttweaker/staging/itemsAndRecipes/mods/appliedenergistics2.zs b/scripts/crafttweaker/staging/itemsAndRecipes/mods/appliedenergistics2.zs new file mode 100644 index 0000000..f0c885b --- /dev/null +++ b/scripts/crafttweaker/staging/itemsAndRecipes/mods/appliedenergistics2.zs @@ -0,0 +1,345 @@ +import crafttweaker.item.IIngredient; + +import mods.zenstages.ZenStager; + +import scripts.crafttweaker.stages.stageTwo; +import scripts.crafttweaker.stages.stageThree; +import scripts.crafttweaker.stages.stageFour; +import scripts.crafttweaker.stages.stageFive; +import scripts.crafttweaker.stages.stageCreativeUnused; +import scripts.crafttweaker.stages.stageDisabled; + +static stagedItems as IIngredient[][string] = { + stageTwo.stage: [ + , + , + // Ender dust + ], + + stageThree.stage: [ + , + + ], + + stageFour.stage: [ + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + + ], + + stageFive.stage: [ + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + .withTag({progress: 600}), + .withTag({progress: 1200}), + .withTag({progress: 0}), + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + + // Cable "accessories"/panels etc + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + + // Cables + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + + // Fluids! + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + + // Paintballs + , + ], + + stageCreativeUnused.stage: [ + , + .withTag({}) + ] +}; + +static hiddenItems as IIngredient[] = [ + , + .withTag({progress: 1400}), + .withTag({progress: 1600}), + .withTag({progress: 1000}), + .withTag({progress: 800}), + .withTag({progress: 200}), + .withTag({progress: 400}), + , + +]; + +static hiddenRemove as IIngredient[] = [ + , // Inscriber Name Press + , // Skystone Dust + +]; + +function init() { + var modId as string = stagedItems.entrySet[0].value[0].items[0].definition.owner; + + var modStage as string = scripts.crafttweaker.staging.itemsAndRecipes.modId.containsMod(modId); + var doOverride as bool = modStage != ""; + + for stageName, items in stagedItems { + if (doOverride && stageName != modStage) { + ZenStager.addModItemOverrides(modId, items); + } + + ZenStager.getStage(stageName).addIngredients(items); + } + recipeUtil.hideItems(hiddenItems as IIngredient[]); + recipeUtil.hideItems(hiddenRemove as IIngredient[], true); +} diff --git a/scripts/crafttweaker/staging/itemsAndRecipes/mods/astikorCarts.zs b/scripts/crafttweaker/staging/itemsAndRecipes/mods/astikorCarts.zs new file mode 100644 index 0000000..32241cb --- /dev/null +++ b/scripts/crafttweaker/staging/itemsAndRecipes/mods/astikorCarts.zs @@ -0,0 +1,34 @@ +import crafttweaker.item.IIngredient; + +import mods.zenstages.ZenStager; + +import scripts.crafttweaker.stages.stageZero; +import scripts.crafttweaker.stages.stageDisabled; + +static stagedItems as IIngredient[][string] = { + stageZero.stage: [ + , + , + , + + ] +}; + +static hiddenRemove as IIngredient[] = [ +]; + +function init() { + var modId as string = stagedItems.entrySet[0].value[0].items[0].definition.owner; + + var modStage as string = scripts.crafttweaker.staging.itemsAndRecipes.modId.containsMod(modId); + var doOverride as bool = modStage != ""; + + for stageName, items in stagedItems { + if (doOverride && stageName != modStage) { + ZenStager.addModItemOverrides(modId, items); + } + + ZenStager.getStage(stageName).addIngredients(items); + } + recipeUtil.hideItems(hiddenRemove as IIngredient[], true); +} diff --git a/scripts/crafttweaker/staging/itemsAndRecipes/mods/astralsorcery.zs b/scripts/crafttweaker/staging/itemsAndRecipes/mods/astralsorcery.zs new file mode 100644 index 0000000..efd2bb7 --- /dev/null +++ b/scripts/crafttweaker/staging/itemsAndRecipes/mods/astralsorcery.zs @@ -0,0 +1,150 @@ +import crafttweaker.item.IIngredient; + +import mods.zenstages.ZenStager; + +import scripts.crafttweaker.stages.stageOne; +import scripts.crafttweaker.stages.stageTwo; +import scripts.crafttweaker.stages.stageThree; +import scripts.crafttweaker.stages.stageFive; +import scripts.crafttweaker.stages.stageDisabled; + +static stagedItems as IIngredient[][string] = { + stageOne.stage: [ + , + , + , + , + , + , + , + , + , + , + , + , + + ], + + stageTwo.stage: [ + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + .withTag({astralsorcery: {}}), + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + .withTag({astralsorcery: {modifiers: [{mode: 1, baseValue: 0.06940986 as float, idMost: -3500271140658593275 as long, type: "astralsorcery.projectileattackdamage", idLeast: -5690853214501329548 as long}, {mode: 1, baseValue: 0.06523435 as float, idMost: -2094018233178700936 as long, type: "astralsorcery.maxhealth", idLeast: -5799080309016450669 as long}, {mode: 1, baseValue: 0.051517107 as float, idMost: -8549864506479328231 as long, type: "astralsorcery.movespeed", idLeast: -6323431257470054066 as long}]}}), + .withTag({astralsorcery: {modifiers: [{mode: 1, baseValue: 0.053532366 as float, idMost: 8383532414938792242 as long, type: "astralsorcery.maxhealth", idLeast: -5746197697084733003 as long}, {mode: 1, baseValue: 0.0526237 as float, idMost: -3021617303100896076 as long, type: "astralsorcery.attackspeed", idLeast: -5303091824141759005 as long}]}}), + .withTag({astralsorcery: {modifiers: [{mode: 1, baseValue: 0.05758308 as float, idMost: 6815915475742640333 as long, type: "astralsorcery.projectileattackdamage", idLeast: -8343551605423860456 as long}, {mode: 1, baseValue: 0.08 as float, idMost: -26675097360904430 as long, type: "astralsorcery.armor", idLeast: -8806404208308977082 as long}]}}), + , + , + , + .withTag({astralsorcery: {starAttunement: "astralsorcery.constellation.aevitas"}}), + .withTag({astralsorcery: {starAttunement: "astralsorcery.constellation.armara"}}), + .withTag({astralsorcery: {starAttunement: "astralsorcery.constellation.discidia"}}), + .withTag({astralsorcery: {starAttunement: "astralsorcery.constellation.evorsio"}}), + .withTag({astralsorcery: {starAttunement: "astralsorcery.constellation.vicio"}}), + , + , + , + , + , + .withTag({astralsorcery: {}}), + .withTag({astralsorcery: {AugmentName: "astralsorcery.constellation.aevitas"}}), + .withTag({astralsorcery: {AugmentName: "astralsorcery.constellation.armara"}}), + .withTag({astralsorcery: {AugmentName: "astralsorcery.constellation.discidia"}}), + .withTag({astralsorcery: {AugmentName: "astralsorcery.constellation.evorsio"}}), + .withTag({astralsorcery: {AugmentName: "astralsorcery.constellation.vicio"}}) + ], + + stageThree.stage: [ + , + , + , + .withTag({astralsorcery: {}}) + ], + + stageFive.stage: [ + + ], + + stageDisabled.stage: [ + .withTag({astralsorcery: {advanced: 1 as byte}}), + .withTag({astralsorcery: {}}) + ] +}; + +static hiddenItems as IIngredient[] = [ + +]; + +static hiddenRemove as IIngredient[] = [ +]; + +function init() { + var modId as string = stagedItems.entrySet[0].value[0].items[0].definition.owner; + + var modStage as string = scripts.crafttweaker.staging.itemsAndRecipes.modId.containsMod(modId); + var doOverride as bool = modStage != ""; + + for stageName, items in stagedItems { + if (doOverride && stageName != modStage) { + ZenStager.addModItemOverrides(modId, items); + } + + ZenStager.getStage(stageName).addIngredients(items); + } + + recipeUtil.hideItems(hiddenItems as IIngredient[]); + recipeUtil.hideItems(hiddenRemove as IIngredient[], true); +} diff --git a/scripts/crafttweaker/staging/itemsAndRecipes/mods/beneath.zs b/scripts/crafttweaker/staging/itemsAndRecipes/mods/beneath.zs new file mode 100644 index 0000000..383db24 --- /dev/null +++ b/scripts/crafttweaker/staging/itemsAndRecipes/mods/beneath.zs @@ -0,0 +1,26 @@ +import crafttweaker.item.IIngredient; + +import mods.zenstages.ZenStager; + +import scripts.crafttweaker.stages.stageOne; + +static stagedItems as IIngredient[][string] = { + stageOne.stage: [ + + ] +}; + +function init() { + var modId as string = stagedItems.entrySet[0].value[0].items[0].definition.owner; + + var modStage as string = scripts.crafttweaker.staging.itemsAndRecipes.modId.containsMod(modId); + var doOverride as bool = modStage != ""; + + for stageName, items in stagedItems { + if (doOverride && stageName != modStage) { + ZenStager.addModItemOverrides(modId, items); + } + + ZenStager.getStage(stageName).addIngredients(items); + } +} diff --git a/scripts/crafttweaker/staging/itemsAndRecipes/mods/betterbuilderswands.zs b/scripts/crafttweaker/staging/itemsAndRecipes/mods/betterbuilderswands.zs new file mode 100644 index 0000000..3c1db74 --- /dev/null +++ b/scripts/crafttweaker/staging/itemsAndRecipes/mods/betterbuilderswands.zs @@ -0,0 +1,44 @@ +import crafttweaker.item.IIngredient; + +import mods.zenstages.ZenStager; + +import scripts.crafttweaker.stages.stageOne; +import scripts.crafttweaker.stages.stageTwo; +import scripts.crafttweaker.stages.stageThree; +import scripts.crafttweaker.stages.stageFour; + +static stagedItems as IIngredient[][string] = { + stageOne.stage: [ + + ], + + stageTwo.stage: [ + + ], + + stageThree.stage: [ + // Platinum wand + ], + + stageFour.stage: [ + , + , + , + + ] +}; + +function init() { + var modId as string = stagedItems.entrySet[0].value[0].items[0].definition.owner; + + var modStage as string = scripts.crafttweaker.staging.itemsAndRecipes.modId.containsMod(modId); + var doOverride as bool = modStage != ""; + + for stageName, items in stagedItems { + if (doOverride && stageName != modStage) { + ZenStager.addModItemOverrides(modId, items); + } + + ZenStager.getStage(stageName).addIngredients(items); + } +} diff --git a/scripts/crafttweaker/staging/itemsAndRecipes/mods/betterwithaddons.zs b/scripts/crafttweaker/staging/itemsAndRecipes/mods/betterwithaddons.zs new file mode 100644 index 0000000..01bb6ce --- /dev/null +++ b/scripts/crafttweaker/staging/itemsAndRecipes/mods/betterwithaddons.zs @@ -0,0 +1,432 @@ +import crafttweaker.item.IIngredient; + +import mods.zenstages.ZenStager; + +import scripts.crafttweaker.stages.stageZero; +import scripts.crafttweaker.stages.stageOne; +import scripts.crafttweaker.stages.stageTwo; +import scripts.crafttweaker.stages.stageThree; +import scripts.crafttweaker.stages.stageFour; +import scripts.crafttweaker.stages.stageFive; +import scripts.crafttweaker.stages.stageDisabled; + +static stagedItems as IIngredient[][string] = { + stageZero.stage: [ + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + + ], + + stageOne.stage: [ + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + + ], + + stageTwo.stage: [ + // Gold Stuff + , + , + , + , + , + , + + // Misc + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + + ], + + stageThree.stage: [ + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + .withTag({type: "assam"}), + .withTag({type: "bancha"}), + .withTag({type: "ceylon"}), + .withTag({type: "end"}), + .withTag({type: "gyokuro"}), + .withTag({type: "nether"}), + .withTag({type: "sencha"}), + .withTag({type: "tencha"}), + .withTag({type: "white"}), + .withTag({type: "assam"}), + .withTag({type: "bancha"}), + .withTag({type: "ceylon"}), + .withTag({type: "end"}), + .withTag({type: "gyokuro"}), + .withTag({type: "houjicha"}), + .withTag({type: "matcha"}), + .withTag({type: "nether"}), + .withTag({type: "sencha"}), + .withTag({type: "tencha"}), + .withTag({type: "white"}), + .withTag({type: "bancha"}), + .withTag({type: "gyokuro"}), + .withTag({type: "sencha"}), + .withTag({type: "tencha"}), + .withTag({type: "assam"}), + .withTag({type: "ceylon"}), + .withTag({type: "end"}), + .withTag({type: "nether"}), + .withTag({type: "white"}), + , + , + , + , + , + , + + ], + + stageFour.stage: [ + , + + ], + + stageFive.stage: [ + //Diamond Stuff + , + , + , + , + , + , + + // Misc + , + , + , + , + + ], + + stageDisabled.stage: [ + , + , + , + , + , + + ] +}; + +static hiddenItems as IIngredient[] = [ + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + +]; + +static hiddenRemove as IIngredient[] = [ + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + +]; + +function init() { + var modId as string = stagedItems.entrySet[0].value[0].items[0].definition.owner; + + var modStage as string = scripts.crafttweaker.staging.itemsAndRecipes.modId.containsMod(modId); + var doOverride as bool = modStage != ""; + + for stageName, items in stagedItems { + if (doOverride && stageName != modStage) { + ZenStager.addModItemOverrides(modId, items); + } + + ZenStager.getStage(stageName).addIngredients(items); + } + recipeUtil.hideItems(hiddenItems as IIngredient[]); + recipeUtil.hideItems(hiddenRemove as IIngredient[], true); +} diff --git a/scripts/crafttweaker/staging/itemsAndRecipes/mods/betterwithmods.zs b/scripts/crafttweaker/staging/itemsAndRecipes/mods/betterwithmods.zs new file mode 100644 index 0000000..3ac0dd7 --- /dev/null +++ b/scripts/crafttweaker/staging/itemsAndRecipes/mods/betterwithmods.zs @@ -0,0 +1,448 @@ +import crafttweaker.item.IIngredient; + +import mods.zenstages.ZenStager; + +import scripts.crafttweaker.utils; + +import scripts.crafttweaker.stages.stageTutorial; +import scripts.crafttweaker.stages.stageZero; +import scripts.crafttweaker.stages.stageOne; +import scripts.crafttweaker.stages.stageTwo; +import scripts.crafttweaker.stages.stageThree; +import scripts.crafttweaker.stages.stageFour; +import scripts.crafttweaker.stages.stageFive; +import scripts.crafttweaker.stages.stageCreativeUnused; +import scripts.crafttweaker.stages.stageDisabled; + +static stagedItems as IIngredient[][string] = { + stageTutorial.stage: [ + , + + ], + + stageZero.stage: [ + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + + ], + + stageOne.stage: [ + // Custom MiniBlocks + cornerHardenedclay, + cornerSandstone, + cornerWood, + mouldingHardenedclay, + mouldingSandstone, + mouldingWood, + utils.createAllMiniBlockIngredient(), + utils.createAllMiniBlockIngredient(), + utils.createAllMiniBlockIngredient(), + utils.createAllMiniBlockIngredient(), + sidingHardenedclay, + sidingSandstone, + sidingWood, + + // Misc + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + + ], + + stageTwo.stage: [ + // Custom MiniBlocks + utils.createAllMiniBlockIngredient(), + utils.createAllMiniBlockIngredient(), + utils.createAllMiniBlockIngredient(), + utils.createAllMiniBlockIngredient(), + + // Gold Stuff + , + , + , + , + , + + // Misc + , + , + .withTag({enchant: 0}), + .withTag({enchant: 1}), + .withTag({enchant: 2}), + .withTag({enchant: 3}), + .withTag({enchant: 4}), + .withTag({enchant: 5}), + .withTag({enchant: 6}), + .withTag({enchant: 7}), + .withTag({enchant: 8}), + .withTag({enchant: 9}), + .withTag({enchant: 10}), + .withTag({enchant: 11}), + .withTag({enchant: 12}), + .withTag({enchant: 13}), + .withTag({enchant: 14}), + .withTag({enchant: 15}), + .withTag({enchant: 16}), + .withTag({enchant: 17}), + .withTag({enchant: 18}), + .withTag({enchant: 19}), + .withTag({enchant: 20}), + .withTag({enchant: 21}), + .withTag({enchant: 22}), + .withTag({enchant: 23}), + .withTag({enchant: 24}), + .withTag({enchant: 25}), + .withTag({enchant: 26}), + .withTag({enchant: 27}), + .withTag({enchant: 28}), + .withTag({enchant: 29}), + .withTag({enchant: 30}), + .withTag({enchant: 31}), + .withTag({enchant: 32}), + .withTag({enchant: 33}), + .withTag({enchant: 34}), + .withTag({enchant: 35}), + .withTag({enchant: 36}), + .withTag({enchant: 37}), + .withTag({enchant: 38}), + .withTag({enchant: 39}), + .withTag({enchant: 40}), + .withTag({enchant: 41}), + .withTag({enchant: 42}), + .withTag({enchant: 43}), + .withTag({enchant: 44}), + .withTag({enchant: 48}), + .withTag({enchant: 49}), + .withTag({enchant: 50}), + .withTag({enchant: 51}), + .withTag({enchant: 61}), + .withTag({enchant: 62}), + .withTag({enchant: 70}), + .withTag({enchant: 71}), + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + + ], + + stageThree.stage: [ + // Custom MiniBlocks + utils.createAllMiniBlockIngredient(), + utils.createAllMiniBlockIngredient(), + utils.createAllMiniBlockIngredient(), + utils.createAllMiniBlockIngredient(), + utils.createAllMiniBlockIngredient(), + utils.createAllMiniBlockIngredient(), + utils.createAllMiniBlockIngredient(), + + // Nether + , + , + , + , + , + + // Misc + , + , + , + , + , + , + , + , + , + , + , + , + , + .withTag({texture: {Properties: {height: "0"}, Name: "betterwithmods:steel_block"}}), + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + .withTag({texture: {Properties: {height: "0"}, Name: "betterwithmods:steel_block"}}), + , + , + .withTag({texture: {Properties: {height: "0"}, Name: "betterwithmods:steel_block"}}), + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + + ], + + stageFour.stage: [ + , + , + ], + + stageFive.stage: [ + + ], + + stageCreativeUnused.stage: [ + + ] +}; + +static hiddenItems as IIngredient[] = [ + , + , + , + , + , + , + , + utils.createAllMiniBlockIngredient(), + utils.createAllMiniBlockIngredient(), + utils.createAllMiniBlockIngredient(), + utils.createAllMiniBlockIngredient() +]; + +static hiddenRemove as IIngredient[] = [ + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + +]; + +function init() { + var modId as string = stagedItems.entrySet[0].value[0].items[0].definition.owner; + + var modStage as string = scripts.crafttweaker.staging.itemsAndRecipes.modId.containsMod(modId); + var doOverride as bool = modStage != ""; + + for stageName, items in stagedItems { + if (doOverride && stageName != modStage) { + ZenStager.addModItemOverrides(modId, items); + } + + ZenStager.getStage(stageName).addIngredients(items); + } + recipeUtil.hideItems(hiddenItems as IIngredient[]); + recipeUtil.hideItems(hiddenRemove as IIngredient[], true); +} diff --git a/scripts/crafttweaker/staging/itemsAndRecipes/mods/bibliocraft.zs b/scripts/crafttweaker/staging/itemsAndRecipes/mods/bibliocraft.zs new file mode 100644 index 0000000..a892686 --- /dev/null +++ b/scripts/crafttweaker/staging/itemsAndRecipes/mods/bibliocraft.zs @@ -0,0 +1,355 @@ +import crafttweaker.item.IIngredient; + +import mods.zenstages.ZenStager; + +import scripts.crafttweaker.stages.stageOne; +import scripts.crafttweaker.stages.stageTwo; +import scripts.crafttweaker.stages.stageThree; +import scripts.crafttweaker.stages.stageCreativeUnused; + +static stagedItems as IIngredient[][string] = { + stageOne.stage: [ + , + , + , + , + , + , + , + , + , + , + , + , + + ], + + stageTwo.stage: [ + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + .withTag({authorName: "by Sir Hidington"}), + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + + ], + + stageThree.stage: [ + , + , + , + , + , + , + , + , + .withTag({redstonebook: "by James Maxwell"}), + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + + ], + + stageCreativeUnused.stage: [ + , + , + , + , + , + , + + ] +}; + +function init() { + var modId as string = stagedItems.entrySet[0].value[0].items[0].definition.owner; + + var modStage as string = scripts.crafttweaker.staging.itemsAndRecipes.modId.containsMod(modId); + var doOverride as bool = modStage != ""; + + for stageName, items in stagedItems { + if (doOverride && stageName != modStage) { + ZenStager.addModItemOverrides(modId, items); + } + + ZenStager.getStage(stageName).addIngredients(items); + } +} diff --git a/scripts/crafttweaker/staging/itemsAndRecipes/mods/bloodmagic.zs b/scripts/crafttweaker/staging/itemsAndRecipes/mods/bloodmagic.zs new file mode 100644 index 0000000..5c87e18 --- /dev/null +++ b/scripts/crafttweaker/staging/itemsAndRecipes/mods/bloodmagic.zs @@ -0,0 +1,340 @@ +import crafttweaker.item.IIngredient; + +import mods.zenstages.ZenStager; + +import scripts.crafttweaker.stages.stageOne; +import scripts.crafttweaker.stages.stageTwo; +import scripts.crafttweaker.stages.stageThree; +import scripts.crafttweaker.stages.stageFour; +import scripts.crafttweaker.stages.stageDisabled; +import scripts.crafttweaker.stages.stageCreativeUnused; + +static stagedItems as IIngredient[][string] = { + stageOne.stage: [ + , + , + .withTag({orb: "bloodmagic:apprentice"}), + .withTag({orb: "bloodmagic:weak"}), + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + + ], + + stageTwo.stage: [ + , + .withTag({orb: "bloodmagic:magician"}), + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + + ], + + stageThree.stage: [ + , + , + , + , + , + , + , + , + .withTag({orb: "bloodmagic:archmage"}), + .withTag({orb: "bloodmagic:master"}), + .withTag({orb: "bloodmagic:transcendent"}), + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + .withTag({souls: 256.0, demonWillType: "corrosive"}), + .withTag({souls: 256.0, demonWillType: "destructive"}), + .withTag({souls: 256.0, demonWillType: "steadfast"}), + .withTag({souls: 256.0, demonWillType: "vengeful"}), + .withTag({souls: 1024.0, demonWillType: "corrosive"}), + .withTag({souls: 1024.0, demonWillType: "destructive"}), + .withTag({souls: 1024.0, demonWillType: "steadfast"}), + .withTag({souls: 1024.0, demonWillType: "vengeful"}), + , + .withTag({souls: 4096.0, demonWillType: "corrosive"}), + .withTag({souls: 4096.0, demonWillType: "destructive"}), + .withTag({souls: 4096.0, demonWillType: "steadfast"}), + .withTag({souls: 4096.0, demonWillType: "vengeful"}), + , + .withTag({souls: 16384.0, demonWillType: "corrosive"}), + .withTag({souls: 16384.0, demonWillType: "destructive"}), + .withTag({souls: 16384.0, demonWillType: "steadfast"}), + .withTag({souls: 16384.0, demonWillType: "vengeful"}), + , + , + , + , + , + .withTag({level: 0, key: "bloodmagic.upgrade.crippledArm"}), + .withTag({level: 0, key: "bloodmagic.upgrade.elytra"}), + .withTag({level: 0, key: "bloodmagic.upgrade.quenched"}), + .withTag({level: 0, key: "bloodmagic.upgrade.repair"}), + .withTag({level: 0, key: "bloodmagic.upgrade.slippery"}), + .withTag({level: 0, key: "bloodmagic.upgrade.stepAssist"}), + .withTag({level: 4, key: "bloodmagic.upgrade.arrowShot"}), + .withTag({level: 4, key: "bloodmagic.upgrade.battleHunger"}), + .withTag({level: 4, key: "bloodmagic.upgrade.criticalStrike"}), + .withTag({level: 4, key: "bloodmagic.upgrade.fallProtect"}), + .withTag({level: 4, key: "bloodmagic.upgrade.fireResist"}), + .withTag({level: 4, key: "bloodmagic.upgrade.knockback"}), + .withTag({level: 4, key: "bloodmagic.upgrade.poisonResist"}), + .withTag({level: 4, key: "bloodmagic.upgrade.sprintAttack"}), + .withTag({level: 4, key: "bloodmagic.upgrade.stormTrooper"}), + .withTag({level: 9, key: "bloodmagic.upgrade.digging"}), + .withTag({level: 9, key: "bloodmagic.upgrade.digSlowdown"}), + .withTag({level: 9, key: "bloodmagic.upgrade.disoriented"}), + .withTag({level: 9, key: "bloodmagic.upgrade.experienced"}), + .withTag({level: 9, key: "bloodmagic.upgrade.graveDigger"}), + .withTag({level: 9, key: "bloodmagic.upgrade.grimReaper"}), + .withTag({level: 9, key: "bloodmagic.upgrade.health"}), + .withTag({level: 9, key: "bloodmagic.upgrade.jump"}), + .withTag({level: 9, key: "bloodmagic.upgrade.meleeDamage"}), + .withTag({level: 9, key: "bloodmagic.upgrade.meleeDecrease"}), + .withTag({level: 9, key: "bloodmagic.upgrade.movement"}), + .withTag({level: 9, key: "bloodmagic.upgrade.nightSight"}), + .withTag({level: 9, key: "bloodmagic.upgrade.physicalProtect"}), + .withTag({level: 9, key: "bloodmagic.upgrade.selfSacrifice"}), + .withTag({level: 9, key: "bloodmagic.upgrade.slowHeal"}), + .withTag({level: 9, key: "bloodmagic.upgrade.slowness"}), + .withTag({level: 9, key: "bloodmagic.upgrade.solarPowered"}), + , + .withTag({key: "bloodmagic.upgrade.arrowShot"}), + .withTag({key: "bloodmagic.upgrade.battleHunger"}), + .withTag({key: "bloodmagic.upgrade.crippledArm"}), + .withTag({key: "bloodmagic.upgrade.criticalStrike"}), + .withTag({key: "bloodmagic.upgrade.digging"}), + .withTag({key: "bloodmagic.upgrade.digSlowdown"}), + .withTag({key: "bloodmagic.upgrade.disoriented"}), + .withTag({key: "bloodmagic.upgrade.elytra"}), + .withTag({key: "bloodmagic.upgrade.experienced"}), + .withTag({key: "bloodmagic.upgrade.fallProtect"}), + .withTag({key: "bloodmagic.upgrade.fireResist"}), + .withTag({key: "bloodmagic.upgrade.graveDigger"}), + .withTag({key: "bloodmagic.upgrade.grimReaper"}), + .withTag({key: "bloodmagic.upgrade.health"}), + .withTag({key: "bloodmagic.upgrade.jump"}), + .withTag({key: "bloodmagic.upgrade.knockback"}), + .withTag({key: "bloodmagic.upgrade.meleeDamage"}), + .withTag({key: "bloodmagic.upgrade.meleeDecrease"}), + .withTag({key: "bloodmagic.upgrade.movement"}), + .withTag({key: "bloodmagic.upgrade.nightSight"}), + .withTag({key: "bloodmagic.upgrade.physicalProtect"}), + .withTag({key: "bloodmagic.upgrade.poisonResist"}), + .withTag({key: "bloodmagic.upgrade.quenched"}), + .withTag({key: "bloodmagic.upgrade.repair"}), + .withTag({key: "bloodmagic.upgrade.selfSacrifice"}), + .withTag({key: "bloodmagic.upgrade.slippery"}), + .withTag({key: "bloodmagic.upgrade.slowHeal"}), + .withTag({key: "bloodmagic.upgrade.slowness"}), + .withTag({key: "bloodmagic.upgrade.solarPowered"}), + .withTag({key: "bloodmagic.upgrade.sprintAttack"}), + .withTag({key: "bloodmagic.upgrade.stepAssist"}), + .withTag({key: "bloodmagic.upgrade.stormTrooper"}) + ], + + stageFour.stage: [ + , + + ], + + stageCreativeUnused.stage: [ + , + , + + ] +}; + +static hiddenItems as IIngredient[] = [ + // TODO: Remove this one the mod its self adds functionality to the block / adds a recipe. +]; + +static hiddenRemove as IIngredient[] = [ + , + +]; + +function init() { + var modId as string = stagedItems.entrySet[0].value[0].items[0].definition.owner; + + var modStage as string = scripts.crafttweaker.staging.itemsAndRecipes.modId.containsMod(modId); + var doOverride as bool = modStage != ""; + + for stageName, items in stagedItems { + if (doOverride && stageName != modStage) { + ZenStager.addModItemOverrides(modId, items); + } + + ZenStager.getStage(stageName).addIngredients(items); + } + recipeUtil.hideItems(hiddenItems as IIngredient[]); + recipeUtil.hideItems(hiddenRemove as IIngredient[], true); +} diff --git a/scripts/crafttweaker/staging/itemsAndRecipes/mods/bonsaitrees.zs b/scripts/crafttweaker/staging/itemsAndRecipes/mods/bonsaitrees.zs new file mode 100644 index 0000000..db08b95 --- /dev/null +++ b/scripts/crafttweaker/staging/itemsAndRecipes/mods/bonsaitrees.zs @@ -0,0 +1,27 @@ +import crafttweaker.item.IIngredient; + +import mods.zenstages.ZenStager; + +import scripts.crafttweaker.stages.stageFour; + +static stagedItems as IIngredient[][string] = { + stageFour.stage: [ + , + + ] +}; + +function init() { + var modId as string = stagedItems.entrySet[0].value[0].items[0].definition.owner; + + var modStage as string = scripts.crafttweaker.staging.itemsAndRecipes.modId.containsMod(modId); + var doOverride as bool = modStage != ""; + + for stageName, items in stagedItems { + if (doOverride && stageName != modStage) { + ZenStager.addModItemOverrides(modId, items); + } + + ZenStager.getStage(stageName).addIngredients(items); + } +} diff --git a/scripts/crafttweaker/staging/itemsAndRecipes/mods/buildcraft.zs b/scripts/crafttweaker/staging/itemsAndRecipes/mods/buildcraft.zs new file mode 100644 index 0000000..19b1c45 --- /dev/null +++ b/scripts/crafttweaker/staging/itemsAndRecipes/mods/buildcraft.zs @@ -0,0 +1,132 @@ +import crafttweaker.item.IIngredient; + +import mods.zenstages.ZenStager; + +import scripts.crafttweaker.stages.stageThree; +import scripts.crafttweaker.stages.stageFour; +import scripts.crafttweaker.stages.stageFive; +import scripts.crafttweaker.stages.stageDisabled; +import scripts.crafttweaker.stages.stageCreativeUnused; + +static stagedItems as IIngredient[][string] = { + stageThree.stage: [ + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + + ], + + stageFour.stage: [ + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + + ], + + stageFive.stage: [ + , + , + , + , + , + + ], + + stageCreativeUnused.stage: [ + , + + ] +}; + +static hiddenRemove as IIngredient[] = [ + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + +]; + +function init() { + var modId as string = stagedItems.entrySet[0].value[0].items[0].definition.owner; + + var modStage as string = scripts.crafttweaker.staging.itemsAndRecipes.modId.containsMod(modId); + var doOverride as bool = modStage != ""; + + for stageName, items in stagedItems { + if (doOverride && stageName != modStage) { + ZenStager.addModItemOverrides(modId, items); + } + + ZenStager.getStage(stageName).addIngredients(items); + } + recipeUtil.hideItems(hiddenRemove as IIngredient[], true); +} diff --git a/scripts/crafttweaker/staging/itemsAndRecipes/mods/buildinggadgets.zs b/scripts/crafttweaker/staging/itemsAndRecipes/mods/buildinggadgets.zs new file mode 100644 index 0000000..b739ebf --- /dev/null +++ b/scripts/crafttweaker/staging/itemsAndRecipes/mods/buildinggadgets.zs @@ -0,0 +1,47 @@ +import crafttweaker.item.IIngredient; + +import mods.zenstages.ZenStager; + +import scripts.crafttweaker.stages.stageFour; +import scripts.crafttweaker.stages.stageFive; +import scripts.crafttweaker.stages.stageDisabled; + +static stagedItems as IIngredient[][string] = { + stageFour.stage: [ + + ], + + stageFive.stage: [ + , + , + , + , + , + , + , + , + , + , + , + + ], + + stageDisabled.stage: [ + + ] +}; + +function init() { + var modId as string = stagedItems.entrySet[0].value[0].items[0].definition.owner; + + var modStage as string = scripts.crafttweaker.staging.itemsAndRecipes.modId.containsMod(modId); + var doOverride as bool = modStage != ""; + + for stageName, items in stagedItems { + if (doOverride && stageName != modStage) { + ZenStager.addModItemOverrides(modId, items); + } + + ZenStager.getStage(stageName).addIngredients(items); + } +} diff --git a/scripts/crafttweaker/staging/itemsAndRecipes/mods/car.zs b/scripts/crafttweaker/staging/itemsAndRecipes/mods/car.zs new file mode 100644 index 0000000..5660817 --- /dev/null +++ b/scripts/crafttweaker/staging/itemsAndRecipes/mods/car.zs @@ -0,0 +1,156 @@ +import crafttweaker.item.IIngredient; + +import mods.zenstages.ZenStager; + +import scripts.crafttweaker.stages.stageFour; +import scripts.crafttweaker.stages.stageDisabled; + +static stagedItems as IIngredient[][string] = { + stageFour.stage: [ + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + + ] +}; + +static hiddenRemove as IIngredient[] = [ + , + +]; + +function init() { + var modId as string = stagedItems.entrySet[0].value[0].items[0].definition.owner; + + var modStage as string = scripts.crafttweaker.staging.itemsAndRecipes.modId.containsMod(modId); + var doOverride as bool = modStage != ""; + + for stageName, items in stagedItems { + if (doOverride && stageName != modStage) { + ZenStager.addModItemOverrides(modId, items); + } + + ZenStager.getStage(stageName).addIngredients(items); + } + ZenStager.getStage(stageFour.stage).addIngredient(, false); + recipeUtil.hideItems(hiddenRemove as IIngredient[], true); +} diff --git a/scripts/crafttweaker/staging/itemsAndRecipes/mods/ceramics.zs b/scripts/crafttweaker/staging/itemsAndRecipes/mods/ceramics.zs new file mode 100644 index 0000000..2a24218 --- /dev/null +++ b/scripts/crafttweaker/staging/itemsAndRecipes/mods/ceramics.zs @@ -0,0 +1,127 @@ +import crafttweaker.item.IIngredient; + +import mods.zenstages.ZenStager; + +import scripts.crafttweaker.stages.stageZero; +import scripts.crafttweaker.stages.stageOne; +import scripts.crafttweaker.stages.stageTwo; +import scripts.crafttweaker.stages.stageDisabled; + +static stagedItems as IIngredient[][string] = { + stageZero.stage: [ + , + , + , + , + + ], + + stageOne.stage: [ + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + + ], + + stageTwo.stage: [ + // Gold Stuff + , + , + , + + ] +}; + +static hiddenRemove as IIngredient[] = [ + , + , + , + , +]; + +function init() { + var modId as string = stagedItems.entrySet[0].value[0].items[0].definition.owner; + + var modStage as string = scripts.crafttweaker.staging.itemsAndRecipes.modId.containsMod(modId); + var doOverride as bool = modStage != ""; + + for stageName, items in stagedItems { + if (doOverride && stageName != modStage) { + ZenStager.addModItemOverrides(modId, items); + } + + ZenStager.getStage(stageName).addIngredients(items); + } + recipeUtil.hideItems(hiddenRemove as IIngredient[], true); +} diff --git a/scripts/crafttweaker/staging/itemsAndRecipes/mods/chargers.zs b/scripts/crafttweaker/staging/itemsAndRecipes/mods/chargers.zs new file mode 100644 index 0000000..275bef0 --- /dev/null +++ b/scripts/crafttweaker/staging/itemsAndRecipes/mods/chargers.zs @@ -0,0 +1,33 @@ +import crafttweaker.item.IIngredient; + +import mods.zenstages.ZenStager; + +import scripts.crafttweaker.stages.stageFour; +import scripts.crafttweaker.stages.stageFive; + +static stagedItems as IIngredient[][string] = { + stageFour.stage: [ + , + + ], + + stageFive.stage: [ + , + + ] +}; + +function init() { + var modId as string = stagedItems.entrySet[0].value[0].items[0].definition.owner; + + var modStage as string = scripts.crafttweaker.staging.itemsAndRecipes.modId.containsMod(modId); + var doOverride as bool = modStage != ""; + + for stageName, items in stagedItems { + if (doOverride && stageName != modStage) { + ZenStager.addModItemOverrides(modId, items); + } + + ZenStager.getStage(stageName).addIngredients(items); + } +} diff --git a/scripts/crafttweaker/staging/itemsAndRecipes/mods/chisel.zs b/scripts/crafttweaker/staging/itemsAndRecipes/mods/chisel.zs new file mode 100644 index 0000000..4429d55 --- /dev/null +++ b/scripts/crafttweaker/staging/itemsAndRecipes/mods/chisel.zs @@ -0,0 +1,283 @@ +import crafttweaker.item.IIngredient; + +import mods.zenstages.ZenStager; + +import scripts.crafttweaker.stages.stageTutorial; +import scripts.crafttweaker.stages.stageOne; +import scripts.crafttweaker.stages.stageTwo; +import scripts.crafttweaker.stages.stageThree; +import scripts.crafttweaker.stages.stageFour; +import scripts.crafttweaker.stages.stageFive; + +static stagedItems as IIngredient[][string] = { + stageTutorial.stage: [ + , + , + + ], + + stageOne.stage: [ + // Chisel + , + + // Blocks + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + + ], + + stageTwo.stage: [ + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + + ], + + stageThree.stage: [ + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + + ], + + stageFour.stage: [ + , + , + , + , + , + + ], + + stageFive.stage: [ + , + , + , + + ] +}; + +static hiddenItems as IIngredient[] = [ + +]; + +function init() { + var modId as string = stagedItems.entrySet[0].value[0].items[0].definition.owner; + + var modStage as string = scripts.crafttweaker.staging.itemsAndRecipes.modId.containsMod(modId); + var doOverride as bool = modStage != ""; + + for stageName, items in stagedItems { + if (doOverride && stageName != modStage) { + ZenStager.addModItemOverrides(modId, items); + } + + ZenStager.getStage(stageName).addIngredients(items); + } + recipeUtil.hideItems(hiddenItems as IIngredient[]); +} diff --git a/scripts/crafttweaker/staging/itemsAndRecipes/mods/chiselsandbits.zs b/scripts/crafttweaker/staging/itemsAndRecipes/mods/chiselsandbits.zs new file mode 100644 index 0000000..eed0564 --- /dev/null +++ b/scripts/crafttweaker/staging/itemsAndRecipes/mods/chiselsandbits.zs @@ -0,0 +1,45 @@ +import crafttweaker.item.IIngredient; + +import mods.zenstages.ZenStager; + +import scripts.crafttweaker.stages.stageOne; +import scripts.crafttweaker.stages.stageTwo; +import scripts.crafttweaker.stages.stageFive; + +static stagedItems as IIngredient[][string] = { + stageOne.stage: [ + , + , + , + , + , + , + , + + ], + + stageTwo.stage: [ + , + + ], + + stageFive.stage: [ + , + + ] +}; + +function init() { + var modId as string = stagedItems.entrySet[0].value[0].items[0].definition.owner; + + var modStage as string = scripts.crafttweaker.staging.itemsAndRecipes.modId.containsMod(modId); + var doOverride as bool = modStage != ""; + + for stageName, items in stagedItems { + if (doOverride && stageName != modStage) { + ZenStager.addModItemOverrides(modId, items); + } + + ZenStager.getStage(stageName).addIngredients(items); + } +} diff --git a/scripts/crafttweaker/staging/itemsAndRecipes/mods/conarm.zs b/scripts/crafttweaker/staging/itemsAndRecipes/mods/conarm.zs new file mode 100644 index 0000000..1878f17 --- /dev/null +++ b/scripts/crafttweaker/staging/itemsAndRecipes/mods/conarm.zs @@ -0,0 +1,90 @@ +import crafttweaker.item.IIngredient; + +import mods.zenstages.ZenStager; + +import scripts.crafttweaker.stages.stageTwo; +import scripts.crafttweaker.stages.stageThree; +import scripts.crafttweaker.stages.stageFour; +import scripts.crafttweaker.stages.stageFive; +import scripts.crafttweaker.stages.stageDisabled; + +static stagedItems as IIngredient[][string] = { + stageTwo.stage: [ + .withTag({textureBlock: {id: "abyssalcraft:ingotblock", Count: 1 as byte, Damage: 0 as short}}), + .withTag({textureBlock: {id: "abyssalcraft:ingotblock", Count: 1 as byte, Damage: 1 as short}}), + .withTag({textureBlock: {id: "abyssalcraft:ingotblock", Count: 1 as byte, Damage: 2 as short}}), + .withTag({textureBlock: {id: "immersiveengineering:storage", Count: 1 as byte, Damage: 0 as short}}), + .withTag({textureBlock: {id: "immersiveengineering:storage", Count: 1 as byte, Damage: 3 as short}}), + .withTag({textureBlock: {id: "mekanism:basicblock", Count: 1 as byte, Damage: 1 as short}}), + .withTag({textureBlock: {id: "mekanism:basicblock", Count: 1 as byte, Damage: 13 as short}}), + .withTag({textureBlock: {id: "minecraft:gold_block", Count: 1 as byte, Damage: 0 as short}}), + .withTag({textureBlock: {id: "minecraft:iron_block", Count: 1 as byte, Damage: 0 as short}}), + .withTag({textureBlock: {id: "twilightforest:block_storage", Count: 1 as byte, Damage: 1 as short}}), + .withTag({textureBlock: {id: "twilightforest:block_storage", Count: 1 as byte, Damage: 2 as short}}), + , + , + , + , + , + , + , + , + , + + ], + + stageThree.stage: [ + .withTag({textureBlock: {id: "immersiveengineering:storage", Count: 1 as byte, Damage: 1 as short}}), + .withTag({textureBlock: {id: "immersiveengineering:storage", Count: 1 as byte, Damage: 2 as short}}), + .withTag({textureBlock: {id: "immersiveengineering:storage", Count: 1 as byte, Damage: 4 as short}}), + .withTag({textureBlock: {id: "immersiveengineering:storage", Count: 1 as byte, Damage: 6 as short}}), + .withTag({textureBlock: {id: "immersiveengineering:storage", Count: 1 as byte, Damage: 7 as short}}), + .withTag({textureBlock: {id: "immersiveengineering:storage", Count: 1 as byte, Damage: 8 as short}}), + .withTag({textureBlock: {id: "tconstruct:metal", Count: 1 as byte, Damage: 3 as short}}), + .withTag({textureBlock: {id: "tconstruct:metal", Count: 1 as byte, Damage: 5 as short}}), + , + , + , + , + , + , + , + , + + ], + + stageFour.stage: [ + .withTag({textureBlock: {id: "tconstruct:metal", Count: 1 as byte, Damage: 0 as short}}), + .withTag({textureBlock: {id: "tconstruct:metal", Count: 1 as byte, Damage: 1 as short}}), + .withTag({textureBlock: {id: "tconstruct:metal", Count: 1 as byte, Damage: 2 as short}}), + .withTag({textureBlock: {id: "tconstruct:metal", Count: 1 as byte, Damage: 4 as short}}) + ], + + stageFive.stage: [ + .withTag({textureBlock: {id: "extraplanets:neptune", Count: 1 as byte, Damage: 7 as short}}) + ] +}; + +static hiddenRemove as IIngredient[] = [ + .withTag({textureBlock: {id: "primal:metalblock", Count: 1 as byte, Damage: 12 as short}}), + , + , + , + +]; + +function init() { + var modId as string = stagedItems.entrySet[0].value[0].items[0].definition.owner; + + var modStage as string = scripts.crafttweaker.staging.itemsAndRecipes.modId.containsMod(modId); + var doOverride as bool = modStage != ""; + + for stageName, items in stagedItems { + if (doOverride && stageName != modStage) { + ZenStager.addModItemOverrides(modId, items); + } + + ZenStager.getStage(stageName).addIngredients(items); + } + recipeUtil.hideItems(hiddenRemove as IIngredient[], true); +} diff --git a/scripts/crafttweaker/staging/itemsAndRecipes/mods/contenttweaker.zs b/scripts/crafttweaker/staging/itemsAndRecipes/mods/contenttweaker.zs new file mode 100644 index 0000000..f6e2516 --- /dev/null +++ b/scripts/crafttweaker/staging/itemsAndRecipes/mods/contenttweaker.zs @@ -0,0 +1,62 @@ +import crafttweaker.item.IIngredient; + +import mods.zenstages.ZenStager; + +import scripts.crafttweaker.stages.stageOne; +import scripts.crafttweaker.stages.stageTwo; +import scripts.crafttweaker.stages.stageFour; +import scripts.crafttweaker.stages.stageFive; +import scripts.crafttweaker.stages.stageDisabled; + +static stagedItems as IIngredient[][string] = { + stageOne.stage: [ + , + , + , + , + , + , + , + , + + ], + + stageTwo.stage: [ + + ], + + stageFour.stage: [ + + ], + + stageFive.stage: [ + , // Osmium Ore Sample // TODO: materialpart:osmium:ore_sample (?) + , + , + , + , + , + , + , + // Titanium Cluster + ], + + stageDisabled.stage: [ + //TODO: Make texture and find use once SevTweaks is updated to make sad creeper item shedding possible. + ] +}; + +function init() { + var modId as string = stagedItems.entrySet[0].value[0].items[0].definition.owner; + + var modStage as string = scripts.crafttweaker.staging.itemsAndRecipes.modId.containsMod(modId); + var doOverride as bool = modStage != ""; + + for stageName, items in stagedItems { + if (doOverride && stageName != modStage) { + ZenStager.addModItemOverrides(modId, items); + } + + ZenStager.getStage(stageName).addIngredients(items); + } +} diff --git a/scripts/crafttweaker/staging/itemsAndRecipes/mods/cookingforblockheads.zs b/scripts/crafttweaker/staging/itemsAndRecipes/mods/cookingforblockheads.zs new file mode 100644 index 0000000..8b114df --- /dev/null +++ b/scripts/crafttweaker/staging/itemsAndRecipes/mods/cookingforblockheads.zs @@ -0,0 +1,53 @@ +import crafttweaker.item.IIngredient; + +import mods.zenstages.ZenStager; + +import scripts.crafttweaker.stages.stageFour; +import scripts.crafttweaker.stages.stageDisabled; + +static stagedItems as IIngredient[][string] = { + stageFour.stage: [ + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + + ], + + stageDisabled.stage: [ + + ] +}; + +static hiddenItems as IIngredient[] = [ + +]; + +function init() { + var modId as string = stagedItems.entrySet[0].value[0].items[0].definition.owner; + + var modStage as string = scripts.crafttweaker.staging.itemsAndRecipes.modId.containsMod(modId); + var doOverride as bool = modStage != ""; + + for stageName, items in stagedItems { + if (doOverride && stageName != modStage) { + ZenStager.addModItemOverrides(modId, items); + } + + ZenStager.getStage(stageName).addIngredients(items); + } + recipeUtil.hideItems(hiddenItems as IIngredient[]); +} diff --git a/scripts/crafttweaker/staging/itemsAndRecipes/mods/cyclicmagic.zs b/scripts/crafttweaker/staging/itemsAndRecipes/mods/cyclicmagic.zs new file mode 100644 index 0000000..7beda6c --- /dev/null +++ b/scripts/crafttweaker/staging/itemsAndRecipes/mods/cyclicmagic.zs @@ -0,0 +1,218 @@ +import crafttweaker.item.IIngredient; + +import mods.zenstages.ZenStager; + +import scripts.crafttweaker.stages.stageTutorial; +import scripts.crafttweaker.stages.stageOne; +import scripts.crafttweaker.stages.stageTwo; +import scripts.crafttweaker.stages.stageThree; +import scripts.crafttweaker.stages.stageFour; +import scripts.crafttweaker.stages.stageFive; +import scripts.crafttweaker.stages.stageDisabled; + +static stagedItems as IIngredient[][string] = { + stageTutorial.stage: [ + + ], + + stageOne.stage: [ + , + , + , + , + , + , + , + , + , + , + , + + ], + + stageTwo.stage: [ + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + + ], + + stageThree.stage: [ + // Redstone + , + , + , + , + + // Misc + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + + ], + + stageFour.stage: [ + // End + , + , + + // Misc + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + + ], + + stageFive.stage: [ + // Diamond Stuff + , + , + , + , + + // Misc + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + + ] +}; + +static hiddenRemove as IIngredient[] = [ + , + , + , + , + , + , + , + , + , + , + , + , + +]; + +function init() { + var modId as string = stagedItems.entrySet[0].value[0].items[0].definition.owner; + + var modStage as string = scripts.crafttweaker.staging.itemsAndRecipes.modId.containsMod(modId); + var doOverride as bool = modStage != ""; + + for stageName, items in stagedItems { + if (doOverride && stageName != modStage) { + ZenStager.addModItemOverrides(modId, items); + } + + ZenStager.getStage(stageName).addIngredients(items); + } + + recipeUtil.hideItems(hiddenRemove as IIngredient[], true); +} diff --git a/scripts/crafttweaker/staging/itemsAndRecipes/mods/darkutils.zs b/scripts/crafttweaker/staging/itemsAndRecipes/mods/darkutils.zs new file mode 100644 index 0000000..c655cf4 --- /dev/null +++ b/scripts/crafttweaker/staging/itemsAndRecipes/mods/darkutils.zs @@ -0,0 +1,114 @@ +import crafttweaker.item.IIngredient; + +import mods.zenstages.ZenStager; + +import scripts.crafttweaker.stages.stageOne; +import scripts.crafttweaker.stages.stageTwo; +import scripts.crafttweaker.stages.stageThree; +import scripts.crafttweaker.stages.stageFour; +import scripts.crafttweaker.stages.stageDisabled; + +static stagedItems as IIngredient[][string] = { + stageOne.stage: [ + , + , + + ], + + stageTwo.stage: [ + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + + ], + + stageThree.stage: [ + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + + ], + + stageFour.stage: [ + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + + ] +}; + +static hiddenRemove as IIngredient[] = [ + +]; + +function init() { + var modId as string = stagedItems.entrySet[0].value[0].items[0].definition.owner; + + var modStage as string = scripts.crafttweaker.staging.itemsAndRecipes.modId.containsMod(modId); + var doOverride as bool = modStage != ""; + + for stageName, items in stagedItems { + if (doOverride && stageName != modStage) { + ZenStager.addModItemOverrides(modId, items); + } + + ZenStager.getStage(stageName).addIngredients(items); + } + recipeUtil.hideItems(hiddenRemove as IIngredient[], true); +} diff --git a/scripts/crafttweaker/staging/itemsAndRecipes/mods/deathCompass.zs b/scripts/crafttweaker/staging/itemsAndRecipes/mods/deathCompass.zs new file mode 100644 index 0000000..27ce350 --- /dev/null +++ b/scripts/crafttweaker/staging/itemsAndRecipes/mods/deathCompass.zs @@ -0,0 +1,26 @@ +import crafttweaker.item.IIngredient; + +import mods.zenstages.ZenStager; + +import scripts.crafttweaker.stages.stageTutorial; + +static stagedItems as IIngredient[][string] = { + stageTutorial.stage: [ + , + ] +}; + +function init() { + var modId as string = stagedItems.entrySet[0].value[0].items[0].definition.owner; + + var modStage as string = scripts.crafttweaker.staging.itemsAndRecipes.modId.containsMod(modId); + var doOverride as bool = modStage != ""; + + for stageName, items in stagedItems { + if (doOverride && stageName != modStage) { + ZenStager.addModItemOverrides(modId, items); + } + + ZenStager.getStage(stageName).addIngredients(items); + } +} diff --git a/scripts/crafttweaker/staging/itemsAndRecipes/mods/dungpipe.zs b/scripts/crafttweaker/staging/itemsAndRecipes/mods/dungpipe.zs new file mode 100644 index 0000000..71798bc --- /dev/null +++ b/scripts/crafttweaker/staging/itemsAndRecipes/mods/dungpipe.zs @@ -0,0 +1,27 @@ +import crafttweaker.item.IIngredient; + +import mods.zenstages.ZenStager; + +import scripts.crafttweaker.stages.stageOne; + +static stagedItems as IIngredient[][string] = { + stageOne.stage: [ + , + + ] +}; + +function init() { + var modId as string = stagedItems.entrySet[0].value[0].items[0].definition.owner; + + var modStage as string = scripts.crafttweaker.staging.itemsAndRecipes.modId.containsMod(modId); + var doOverride as bool = modStage != ""; + + for stageName, items in stagedItems { + if (doOverride && stageName != modStage) { + ZenStager.addModItemOverrides(modId, items); + } + + ZenStager.getStage(stageName).addIngredients(items); + } +} diff --git a/scripts/crafttweaker/staging/itemsAndRecipes/mods/emberroot.zs b/scripts/crafttweaker/staging/itemsAndRecipes/mods/emberroot.zs new file mode 100644 index 0000000..5d69931 --- /dev/null +++ b/scripts/crafttweaker/staging/itemsAndRecipes/mods/emberroot.zs @@ -0,0 +1,26 @@ +import crafttweaker.item.IIngredient; + +import mods.zenstages.ZenStager; + +import scripts.crafttweaker.stages.stageZero; + +static stagedItems as IIngredient[][string] = { + stageZero.stage: [ + + ] +}; + +function init() { + var modId as string = stagedItems.entrySet[0].value[0].items[0].definition.owner; + + var modStage as string = scripts.crafttweaker.staging.itemsAndRecipes.modId.containsMod(modId); + var doOverride as bool = modStage != ""; + + for stageName, items in stagedItems { + if (doOverride && stageName != modStage) { + ZenStager.addModItemOverrides(modId, items); + } + + ZenStager.getStage(stageName).addIngredients(items); + } +} diff --git a/scripts/crafttweaker/staging/itemsAndRecipes/mods/enderstorage.zs b/scripts/crafttweaker/staging/itemsAndRecipes/mods/enderstorage.zs new file mode 100644 index 0000000..b011b3c --- /dev/null +++ b/scripts/crafttweaker/staging/itemsAndRecipes/mods/enderstorage.zs @@ -0,0 +1,28 @@ +import crafttweaker.item.IIngredient; + +import mods.zenstages.ZenStager; + +import scripts.crafttweaker.stages.stageFive; + +static stagedItems as IIngredient[][string] = { + stageFive.stage: [ + , + , + + ] +}; + +function init() { + var modId as string = stagedItems.entrySet[0].value[0].items[0].definition.owner; + + var modStage as string = scripts.crafttweaker.staging.itemsAndRecipes.modId.containsMod(modId); + var doOverride as bool = modStage != ""; + + for stageName, items in stagedItems { + if (doOverride && stageName != modStage) { + ZenStager.addModItemOverrides(modId, items); + } + + ZenStager.getStage(stageName).addIngredients(items); + } +} diff --git a/scripts/crafttweaker/staging/itemsAndRecipes/mods/enderutilities.zs b/scripts/crafttweaker/staging/itemsAndRecipes/mods/enderutilities.zs new file mode 100644 index 0000000..9af0691 --- /dev/null +++ b/scripts/crafttweaker/staging/itemsAndRecipes/mods/enderutilities.zs @@ -0,0 +1,131 @@ +import crafttweaker.item.IIngredient; + +import mods.zenstages.ZenStager; + +import scripts.crafttweaker.stages.stageFour; +import scripts.crafttweaker.stages.stageCreativeUnused; + +static stagedItems as IIngredient[][string] = { + stageFour.stage: [ + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + + ], + + stageCreativeUnused.stage: [ + , + , + + ] +}; + +function init() { + var modId as string = stagedItems.entrySet[0].value[0].items[0].definition.owner; + + var modStage as string = scripts.crafttweaker.staging.itemsAndRecipes.modId.containsMod(modId); + var doOverride as bool = modStage != ""; + + for stageName, items in stagedItems { + if (doOverride && stageName != modStage) { + ZenStager.addModItemOverrides(modId, items); + } + + ZenStager.getStage(stageName).addIngredients(items); + } +} diff --git a/scripts/crafttweaker/staging/itemsAndRecipes/mods/environmentaltech.zs b/scripts/crafttweaker/staging/itemsAndRecipes/mods/environmentaltech.zs new file mode 100644 index 0000000..474f5eb --- /dev/null +++ b/scripts/crafttweaker/staging/itemsAndRecipes/mods/environmentaltech.zs @@ -0,0 +1,33 @@ +import crafttweaker.item.IIngredient; + +import mods.zenstages.ZenStager; + +import scripts.crafttweaker.stages.stageFive; + +static stagedItems as IIngredient[][string] = { + stageFive.stage: [ + , + , + , + , + , + , + , + , + ] +}; + +function init() { + var modId as string = stagedItems.entrySet[0].value[0].items[0].definition.owner; + + var modStage as string = scripts.crafttweaker.staging.itemsAndRecipes.modId.containsMod(modId); + var doOverride as bool = modStage != ""; + + for stageName, items in stagedItems { + if (doOverride && stageName != modStage) { + ZenStager.addModItemOverrides(modId, items); + } + + ZenStager.getStage(stageName).addIngredients(items); + } +} diff --git a/scripts/crafttweaker/staging/itemsAndRecipes/mods/extendedcrafting.zs b/scripts/crafttweaker/staging/itemsAndRecipes/mods/extendedcrafting.zs new file mode 100644 index 0000000..66549a3 --- /dev/null +++ b/scripts/crafttweaker/staging/itemsAndRecipes/mods/extendedcrafting.zs @@ -0,0 +1,113 @@ +import crafttweaker.item.IIngredient; + +import mods.zenstages.ZenStager; + +import scripts.crafttweaker.stages.stageTwo; +import scripts.crafttweaker.stages.stageThree; +import scripts.crafttweaker.stages.stageFour; +import scripts.crafttweaker.stages.stageFive; +import scripts.crafttweaker.stages.stageDisabled; +import scripts.crafttweaker.stages.stageCreativeUnused; + +static stagedItems as IIngredient[][string] = { + stageTwo.stage: [ + , + , + , + , + + ], + + stageThree.stage: [ + , + , + , + , + , + , + , + , + , + , + + ], + + stageFour.stage: [ + , + , + , + , + , + , + , + , + , + , + , + , + , + , + + ], + + stageFive.stage: [ + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + + ], + + stageCreativeUnused.stage: [ + .withTag({Shapeless: 0 as byte}), + .withTag({Shapeless: 1 as byte}) + ] +}; + +static hiddenItems as IIngredient[] = [ + +]; + +function init() { + var modId as string = stagedItems.entrySet[0].value[0].items[0].definition.owner; + + var modStage as string = scripts.crafttweaker.staging.itemsAndRecipes.modId.containsMod(modId); + var doOverride as bool = modStage != ""; + + for stageName, items in stagedItems { + if (doOverride && stageName != modStage) { + ZenStager.addModItemOverrides(modId, items); + } + + ZenStager.getStage(stageName).addIngredients(items); + } + recipeUtil.hideItems(hiddenItems as IIngredient[]); +} diff --git a/scripts/crafttweaker/staging/itemsAndRecipes/mods/extraplanets.zs b/scripts/crafttweaker/staging/itemsAndRecipes/mods/extraplanets.zs new file mode 100644 index 0000000..54096b8 --- /dev/null +++ b/scripts/crafttweaker/staging/itemsAndRecipes/mods/extraplanets.zs @@ -0,0 +1,769 @@ +import crafttweaker.item.IIngredient; + +import mods.zenstages.ZenStager; + +import scripts.crafttweaker.stages.stageTwo; +import scripts.crafttweaker.stages.stageFour; +import scripts.crafttweaker.stages.stageFive; +import scripts.crafttweaker.stages.stageDisabled; +import scripts.crafttweaker.stages.stageCreativeUnused; + +static stagedItems as IIngredient[][string] = { + stageTwo.stage: [ + + ], + + stageFour.stage: [ + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + + ], + + stageFive.stage: [ + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + + ], + + stageCreativeUnused.stage: [ + , + , + , + , + , + , + , + + ] +}; + +static hiddenRemove as IIngredient[] = [ + , + , + , + , + , + , + , + , + , + +]; + +static hidden as IIngredient[] = [ + , + , + , + , + , + +]; + +function init() { + var modId as string = stagedItems.entrySet[0].value[0].items[0].definition.owner; + + var modStage as string = scripts.crafttweaker.staging.itemsAndRecipes.modId.containsMod(modId); + var doOverride as bool = modStage != ""; + + for stageName, items in stagedItems { + if (doOverride && stageName != modStage) { + ZenStager.addModItemOverrides(modId, items); + } + + ZenStager.getStage(stageName).addIngredients(items); + } + recipeUtil.hideItems(hiddenRemove as IIngredient[], true); + recipeUtil.hideItems(hidden as IIngredient[], false); +} diff --git a/scripts/crafttweaker/staging/itemsAndRecipes/mods/farmingforblockheads.zs b/scripts/crafttweaker/staging/itemsAndRecipes/mods/farmingforblockheads.zs new file mode 100644 index 0000000..78f7bc7 --- /dev/null +++ b/scripts/crafttweaker/staging/itemsAndRecipes/mods/farmingforblockheads.zs @@ -0,0 +1,37 @@ +import crafttweaker.item.IIngredient; + +import mods.zenstages.ZenStager; + +import scripts.crafttweaker.stages.stageOne; +import scripts.crafttweaker.stages.stageTwo; + +static stagedItems as IIngredient[][string] = { + stageOne.stage: [ + + ], + + stageTwo.stage: [ + , + , + , + , + , + , + + ] +}; + +function init() { + var modId as string = stagedItems.entrySet[0].value[0].items[0].definition.owner; + + var modStage as string = scripts.crafttweaker.staging.itemsAndRecipes.modId.containsMod(modId); + var doOverride as bool = modStage != ""; + + for stageName, items in stagedItems { + if (doOverride && stageName != modStage) { + ZenStager.addModItemOverrides(modId, items); + } + + ZenStager.getStage(stageName).addIngredients(items); + } +} diff --git a/scripts/crafttweaker/staging/itemsAndRecipes/mods/fatCat.zs b/scripts/crafttweaker/staging/itemsAndRecipes/mods/fatCat.zs new file mode 100644 index 0000000..7e134ea --- /dev/null +++ b/scripts/crafttweaker/staging/itemsAndRecipes/mods/fatCat.zs @@ -0,0 +1,26 @@ +import crafttweaker.item.IIngredient; + +import mods.zenstages.ZenStager; + +import scripts.crafttweaker.stages.stageThree; + +static stagedItems as IIngredient[][string] = { + stageThree.stage: [ + + ] +}; + +function init() { + var modId as string = stagedItems.entrySet[0].value[0].items[0].definition.owner; + + var modStage as string = scripts.crafttweaker.staging.itemsAndRecipes.modId.containsMod(modId); + var doOverride as bool = modStage != ""; + + for stageName, items in stagedItems { + if (doOverride && stageName != modStage) { + ZenStager.addModItemOverrides(modId, items); + } + + ZenStager.getStage(stageName).addIngredients(items); + } +} diff --git a/scripts/crafttweaker/staging/itemsAndRecipes/mods/ferdinandsflowers.zs b/scripts/crafttweaker/staging/itemsAndRecipes/mods/ferdinandsflowers.zs new file mode 100644 index 0000000..ddfee52 --- /dev/null +++ b/scripts/crafttweaker/staging/itemsAndRecipes/mods/ferdinandsflowers.zs @@ -0,0 +1,307 @@ +import crafttweaker.item.IIngredient; + +import mods.zenstages.ZenStager; + +import scripts.crafttweaker.stages.stageZero; +import scripts.crafttweaker.stages.stageOne; +import scripts.crafttweaker.stages.stageTwo; +import scripts.crafttweaker.stages.stageThree; +import scripts.crafttweaker.stages.stageDisabled; + +static stagedItems as IIngredient[][string] = { + stageZero.stage: [ + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + + ], + + stageOne.stage: [ + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + + ], + + stageTwo.stage: [ + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + + ], + + stageThree.stage: [ + + ] +}; + +static hiddenItems as IIngredient[] = [ + +]; + +static hiddenRemove as IIngredient[] = [ + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + +]; + +function init() { + var modId as string = stagedItems.entrySet[0].value[0].items[0].definition.owner; + + var modStage as string = scripts.crafttweaker.staging.itemsAndRecipes.modId.containsMod(modId); + var doOverride as bool = modStage != ""; + + for stageName, items in stagedItems { + if (doOverride && stageName != modStage) { + ZenStager.addModItemOverrides(modId, items); + } + + ZenStager.getStage(stageName).addIngredients(items); + } + recipeUtil.hideItems(hiddenItems as IIngredient[]); + recipeUtil.hideItems(hiddenRemove as IIngredient[], true); +} diff --git a/scripts/crafttweaker/staging/itemsAndRecipes/mods/galacticraft.zs b/scripts/crafttweaker/staging/itemsAndRecipes/mods/galacticraft.zs new file mode 100644 index 0000000..ac562fb --- /dev/null +++ b/scripts/crafttweaker/staging/itemsAndRecipes/mods/galacticraft.zs @@ -0,0 +1,429 @@ +import crafttweaker.item.IIngredient; + +import mods.zenstages.ZenStager; + +import scripts.crafttweaker.stages.stageTwo; +import scripts.crafttweaker.stages.stageThree; +import scripts.crafttweaker.stages.stageFour; +import scripts.crafttweaker.stages.stageFive; +import scripts.crafttweaker.stages.stageDisabled; +import scripts.crafttweaker.stages.stageCreativeUnused; +import scripts.crafttweaker.utils.stageRecipeNameOrRegex; + +static stagedItems as IIngredient[][string] = { + stageTwo.stage: [ + , + + ], + + stageThree.stage: [ + , + + ], + + stageFour.stage: [ + , + , + , + , + , + , // Silicon Ore + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + + ], + + stageFive.stage: [ + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + + ], + + stageCreativeUnused.stage: [ + , + , + , + , + , + , + , + + ] +}; + +static stagedRecipeNames as string[][string] = { + stageFive.stage: [ + "galacticraftcore:slime_ball" + ] +}; + +static hiddenItems as IIngredient[] = [ + , + , + +]; + +static hiddenRemove as IIngredient[] = [ + +]; + +function init() { + var modId as string = stagedItems.entrySet[0].value[0].items[0].definition.owner; + + var modStage as string = scripts.crafttweaker.staging.itemsAndRecipes.modId.containsMod(modId); + var doOverride as bool = modStage != ""; + + for stageName, items in stagedItems { + if (doOverride && stageName != modStage) { + ZenStager.addModItemOverrides(modId, items); + } + + ZenStager.getStage(stageName).addIngredients(items); + } + + for stageName, recipeNames in stagedRecipeNames { + stageRecipeNameOrRegex(ZenStager.getStage(stageName), recipeNames); + } + + recipeUtil.hideItems(hiddenItems as IIngredient[]); + recipeUtil.hideItems(hiddenRemove as IIngredient[], true); +} diff --git a/scripts/crafttweaker/staging/itemsAndRecipes/mods/geolosys.zs b/scripts/crafttweaker/staging/itemsAndRecipes/mods/geolosys.zs new file mode 100644 index 0000000..985daa3 --- /dev/null +++ b/scripts/crafttweaker/staging/itemsAndRecipes/mods/geolosys.zs @@ -0,0 +1,98 @@ +import crafttweaker.item.IIngredient; + +import mods.zenstages.ZenStager; + +import scripts.crafttweaker.stages.stageOne; +import scripts.crafttweaker.stages.stageTwo; +import scripts.crafttweaker.stages.stageThree; +import scripts.crafttweaker.stages.stageFour; +import scripts.crafttweaker.stages.stageFive; +import scripts.crafttweaker.stages.stageDisabled; + +static stagedItems as IIngredient[][string] = { + stageOne.stage: [ + , + , + , + , + , + , + , + , + , + , + , + , + + ], + + stageTwo.stage: [ + , + , + , + , + , + , + , + + ], + + stageThree.stage: [ + , + , + , + , + , + , + , + , + , + , + , + , + , + , + + ], + + stageFour.stage: [ + , + + ], + + stageFive.stage: [ + , + , + , + , + , + , + + ], + + stageDisabled.stage: [ + , + , + + ] +}; + +static hiddenItems as IIngredient[] = [ + +]; + +function init() { + var modId as string = stagedItems.entrySet[0].value[0].items[0].definition.owner; + + var modStage as string = scripts.crafttweaker.staging.itemsAndRecipes.modId.containsMod(modId); + var doOverride as bool = modStage != ""; + + for stageName, items in stagedItems { + if (doOverride && stageName != modStage) { + ZenStager.addModItemOverrides(modId, items); + } + + ZenStager.getStage(stageName).addIngredients(items); + } + recipeUtil.hideItems(hiddenItems as IIngredient[]); +} diff --git a/scripts/crafttweaker/staging/itemsAndRecipes/mods/guideapi.zs b/scripts/crafttweaker/staging/itemsAndRecipes/mods/guideapi.zs new file mode 100644 index 0000000..95e9648 --- /dev/null +++ b/scripts/crafttweaker/staging/itemsAndRecipes/mods/guideapi.zs @@ -0,0 +1,32 @@ +import crafttweaker.item.IIngredient; + +import mods.zenstages.ZenStager; + +import scripts.crafttweaker.stages.stageOne; +import scripts.crafttweaker.stages.stageFour; + +static stagedItems as IIngredient[][string] = { + stageOne.stage: [ + , + + ], + + stageFour.stage: [ + + ] +}; + +function init() { + var modId as string = stagedItems.entrySet[0].value[0].items[0].definition.owner; + + var modStage as string = scripts.crafttweaker.staging.itemsAndRecipes.modId.containsMod(modId); + var doOverride as bool = modStage != ""; + + for stageName, items in stagedItems { + if (doOverride && stageName != modStage) { + ZenStager.addModItemOverrides(modId, items); + } + + ZenStager.getStage(stageName).addIngredients(items); + } +} diff --git a/scripts/crafttweaker/staging/itemsAndRecipes/mods/horsepower.zs b/scripts/crafttweaker/staging/itemsAndRecipes/mods/horsepower.zs new file mode 100644 index 0000000..9bd7c74 --- /dev/null +++ b/scripts/crafttweaker/staging/itemsAndRecipes/mods/horsepower.zs @@ -0,0 +1,36 @@ +import crafttweaker.item.IIngredient; + +import mods.zenstages.ZenStager; + +import scripts.crafttweaker.stages.stageTutorial; +import scripts.crafttweaker.stages.stageZero; + +static stagedItems as IIngredient[][string] = { + stageTutorial.stage: [ + + ], + + stageZero.stage: [ + , + , + , + , + , + + ] +}; + +function init() { + var modId as string = stagedItems.entrySet[0].value[0].items[0].definition.owner; + + var modStage as string = scripts.crafttweaker.staging.itemsAndRecipes.modId.containsMod(modId); + var doOverride as bool = modStage != ""; + + for stageName, items in stagedItems { + if (doOverride && stageName != modStage) { + ZenStager.addModItemOverrides(modId, items); + } + + ZenStager.getStage(stageName).addIngredients(items, false); + } +} diff --git a/scripts/crafttweaker/staging/itemsAndRecipes/mods/huntingdim.zs b/scripts/crafttweaker/staging/itemsAndRecipes/mods/huntingdim.zs new file mode 100644 index 0000000..198597c --- /dev/null +++ b/scripts/crafttweaker/staging/itemsAndRecipes/mods/huntingdim.zs @@ -0,0 +1,28 @@ +import crafttweaker.item.IIngredient; + +import mods.zenstages.ZenStager; + +import scripts.crafttweaker.stages.stageOne; + +static stagedItems as IIngredient[][string] = { + stageOne.stage: [ + , + , + + ] +}; + +function init() { + var modId as string = stagedItems.entrySet[0].value[0].items[0].definition.owner; + + var modStage as string = scripts.crafttweaker.staging.itemsAndRecipes.modId.containsMod(modId); + var doOverride as bool = modStage != ""; + + for stageName, items in stagedItems { + if (doOverride && stageName != modStage) { + ZenStager.addModItemOverrides(modId, items); + } + + ZenStager.getStage(stageName).addIngredients(items); + } +} diff --git a/scripts/crafttweaker/staging/itemsAndRecipes/mods/immcraft.zs b/scripts/crafttweaker/staging/itemsAndRecipes/mods/immcraft.zs new file mode 100644 index 0000000..5b7c53a --- /dev/null +++ b/scripts/crafttweaker/staging/itemsAndRecipes/mods/immcraft.zs @@ -0,0 +1,54 @@ +import crafttweaker.item.IIngredient; + +import mods.zenstages.ZenStager; + +import scripts.crafttweaker.stages.stageTutorial; +import scripts.crafttweaker.stages.stageZero; +import scripts.crafttweaker.stages.stageDisabled; + +static stagedItems as IIngredient[][string] = { + stageTutorial.stage: [ + , + + ], + + stageZero.stage: [ + , + , + + ] +}; + +static hiddenItems as IIngredient[] = [ + , + , + , + , + , + +]; + +static hiddenRemove as IIngredient[] = [ + , + , + , + , + +]; + +function init() { + var modId as string = stagedItems.entrySet[0].value[0].items[0].definition.owner; + + var modStage as string = scripts.crafttweaker.staging.itemsAndRecipes.modId.containsMod(modId); + var doOverride as bool = modStage != ""; + + for stageName, items in stagedItems { + if (doOverride && stageName != modStage) { + ZenStager.addModItemOverrides(modId, items); + } + + ZenStager.getStage(stageName).addIngredients(items); + } + recipeUtil.hideItems(hiddenItems as IIngredient[]); + recipeUtil.hideItems(hiddenRemove as IIngredient[], true); +} diff --git a/scripts/crafttweaker/staging/itemsAndRecipes/mods/immersiveengineering.zs b/scripts/crafttweaker/staging/itemsAndRecipes/mods/immersiveengineering.zs new file mode 100644 index 0000000..deca5de --- /dev/null +++ b/scripts/crafttweaker/staging/itemsAndRecipes/mods/immersiveengineering.zs @@ -0,0 +1,323 @@ +import crafttweaker.item.IIngredient; + +import mods.zenstages.ZenStager; + +import scripts.crafttweaker.stages.stageZero; +import scripts.crafttweaker.stages.stageOne; +import scripts.crafttweaker.stages.stageThree; +import scripts.crafttweaker.stages.stageFour; +import scripts.crafttweaker.stages.stageDisabled; +import scripts.crafttweaker.stages.stageCreativeUnused; + +static stagedItems as IIngredient[][string] = { + stageZero.stage: [ + , + + ], + + stageOne.stage: [ + , + , + , + , + + ], + + stageThree.stage: [ + , + , + , + , + , + .withTag({bullet: "armor_piercing"}), + .withTag({bullet: "buckshot"}), + .withTag({bullet: "casull"}), + .withTag({bullet: "dragonsbreath"}), + .withTag({bullet: "flare"}), + .withTag({bullet: "he"}), + .withTag({bullet: "potion"}), + .withTag({bullet: "silver"}), + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + .withTag({conveyorType: "immersiveengineering:conveyor"}), + .withTag({conveyorType: "immersiveengineering:covered"}), + .withTag({conveyorType: "immersiveengineering:dropper"}), + .withTag({conveyorType: "immersiveengineering:droppercovered"}), + .withTag({conveyorType: "immersiveengineering:extract"}), + .withTag({conveyorType: "immersiveengineering:extractcovered"}), + .withTag({conveyorType: "immersiveengineering:splitter"}), + .withTag({conveyorType: "immersiveengineering:uncontrolled"}), + .withTag({conveyorType: "immersiveengineering:vertical"}), + .withTag({conveyorType: "immersiveengineering:verticalcovered"}), + .withTag({conveyorType: "immersiveengineering:chute_iron"}), + .withTag({conveyorType: "immersiveengineering:chute_steel"}), + .withTag({conveyorType: "immersiveengineering:chute_aluminum"}), + .withTag({conveyorType: "immersiveengineering:chute_copper"}), + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + + ], + + stageFour.stage: [ + , + , + + ], + + stageDisabled.stage: [ + , + , + , + + ], + + stageCreativeUnused.stage: [ + + ] +}; + +static hiddenItems as IIngredient[] = [ + +]; + +function init() { + var modId as string = stagedItems.entrySet[0].value[0].items[0].definition.owner; + + var modStage as string = scripts.crafttweaker.staging.itemsAndRecipes.modId.containsMod(modId); + var doOverride as bool = modStage != ""; + + for stageName, items in stagedItems { + if (doOverride && stageName != modStage) { + ZenStager.addModItemOverrides(modId, items); + } + + ZenStager.getStage(stageName).addIngredients(items); + } + recipeUtil.hideItems(hiddenItems as IIngredient[]); +} diff --git a/scripts/crafttweaker/staging/itemsAndRecipes/mods/immersivepetroleum.zs b/scripts/crafttweaker/staging/itemsAndRecipes/mods/immersivepetroleum.zs new file mode 100644 index 0000000..1ee4a02 --- /dev/null +++ b/scripts/crafttweaker/staging/itemsAndRecipes/mods/immersivepetroleum.zs @@ -0,0 +1,10 @@ +import crafttweaker.item.IIngredient; + +static hidden as IIngredient[] = [ + , + +]; + +function init() { + recipeUtil.hideItems(hidden as IIngredient[], false); +} diff --git a/scripts/crafttweaker/staging/itemsAndRecipes/mods/immersivetech.zs b/scripts/crafttweaker/staging/itemsAndRecipes/mods/immersivetech.zs new file mode 100644 index 0000000..f58aac5 --- /dev/null +++ b/scripts/crafttweaker/staging/itemsAndRecipes/mods/immersivetech.zs @@ -0,0 +1,33 @@ +import crafttweaker.item.IIngredient; + +import mods.zenstages.ZenStager; + +import scripts.crafttweaker.stages.stageThree; + +static stagedItems as IIngredient[][string] = { + stageThree.stage: [ + + ] +}; + +static hiddenRemove as IIngredient[] = [ + , + +]; + +function init() { + var modId as string = stagedItems.entrySet[0].value[0].items[0].definition.owner; + + var modStage as string = scripts.crafttweaker.staging.itemsAndRecipes.modId.containsMod(modId); + var doOverride as bool = modStage != ""; + + for stageName, items in stagedItems { + if (doOverride && stageName != modStage) { + ZenStager.addModItemOverrides(modId, items); + } + + ZenStager.getStage(stageName).addIngredients(items); + } + + recipeUtil.hideItems(hiddenRemove as IIngredient[], true); +} diff --git a/scripts/crafttweaker/staging/itemsAndRecipes/mods/improvedbackpacks.zs b/scripts/crafttweaker/staging/itemsAndRecipes/mods/improvedbackpacks.zs new file mode 100644 index 0000000..ce53df4 --- /dev/null +++ b/scripts/crafttweaker/staging/itemsAndRecipes/mods/improvedbackpacks.zs @@ -0,0 +1,64 @@ +import crafttweaker.item.IIngredient; + +import mods.zenstages.ZenStager; + +import scripts.crafttweaker.stages.stageZero; +import scripts.crafttweaker.stages.stageTwo; +import scripts.crafttweaker.stages.stageFive; +import scripts.crafttweaker.stages.stageDisabled; + +static stagedItems as IIngredient[][string] = { + stageZero.stage: [ + , + .withTag({Color: 0}), + .withTag({Color: 1}), + .withTag({Color: 2}), + .withTag({Color: 3}), + .withTag({Color: 4}), + .withTag({Color: 5}), + .withTag({Color: 6}), + .withTag({Color: 7}), + .withTag({Color: 8}), + .withTag({Color: 9}), + .withTag({Color: 10}), + .withTag({Color: 11}), + .withTag({Color: 12}), + .withTag({Color: 13}), + .withTag({Color: 14}), + .withTag({Color: 15}), + , + , + + ], + + stageTwo.stage: [ + , + + ], + + stageFive.stage: [ + + ] +}; + +static hiddenItems as IIngredient[] = [ + , + , + +]; + +function init() { + var modId as string = stagedItems.entrySet[0].value[0].items[0].definition.owner; + + var modStage as string = scripts.crafttweaker.staging.itemsAndRecipes.modId.containsMod(modId); + var doOverride as bool = modStage != ""; + + for stageName, items in stagedItems { + if (doOverride && stageName != modStage) { + ZenStager.addModItemOverrides(modId, items); + } + + ZenStager.getStage(stageName).addIngredients(items); + } + recipeUtil.hideItems(hiddenItems as IIngredient[]); +} diff --git a/scripts/crafttweaker/staging/itemsAndRecipes/mods/indlog.zs b/scripts/crafttweaker/staging/itemsAndRecipes/mods/indlog.zs new file mode 100644 index 0000000..bd4a32b --- /dev/null +++ b/scripts/crafttweaker/staging/itemsAndRecipes/mods/indlog.zs @@ -0,0 +1,73 @@ +import crafttweaker.item.IIngredient; + +import mods.zenstages.ZenStager; + +import scripts.crafttweaker.stages.stageFour; +import scripts.crafttweaker.stages.stageDisabled; + +static stagedItems as IIngredient[][string] = { + stageFour.stage: [ + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + + ], + + stageDisabled.stage: [ + , + , + , + , + , + , + , + + ] +}; + +static hiddenRemove as IIngredient[] = [ + , + , + , + , + , + , + , + , + +]; + +function init() { + var modId as string = stagedItems.entrySet[0].value[0].items[0].definition.owner; + + var modStage as string = scripts.crafttweaker.staging.itemsAndRecipes.modId.containsMod(modId); + var doOverride as bool = modStage != ""; + + for stageName, items in stagedItems { + if (doOverride && stageName != modStage) { + ZenStager.addModItemOverrides(modId, items); + } + + ZenStager.getStage(stageName).addIngredients(items); + } + recipeUtil.hideItems(hiddenRemove as IIngredient[], true); +} diff --git a/scripts/crafttweaker/staging/itemsAndRecipes/mods/industrialforegoing.zs b/scripts/crafttweaker/staging/itemsAndRecipes/mods/industrialforegoing.zs new file mode 100644 index 0000000..0d56595 --- /dev/null +++ b/scripts/crafttweaker/staging/itemsAndRecipes/mods/industrialforegoing.zs @@ -0,0 +1,121 @@ +import crafttweaker.item.IIngredient; + +import mods.zenstages.ZenStager; + +import scripts.crafttweaker.stages.stageThree; +import scripts.crafttweaker.stages.stageFour; +import scripts.crafttweaker.stages.stageFive; + +static stagedItems as IIngredient[][string] = { + stageThree.stage: [ + , + , + + ], + + stageFour.stage: [ + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + + ], + + stageFive.stage: [ + , + , + , + , + , + + ] +}; + +static hiddenRemove as IIngredient[] = [ + , + , + , + , + +]; + +function init() { + var modId as string = stagedItems.entrySet[0].value[0].items[0].definition.owner; + + var modStage as string = scripts.crafttweaker.staging.itemsAndRecipes.modId.containsMod(modId); + var doOverride as bool = modStage != ""; + + for stageName, items in stagedItems { + if (doOverride && stageName != modStage) { + ZenStager.addModItemOverrides(modId, items); + } + + ZenStager.getStage(stageName).addIngredients(items); + } + recipeUtil.hideItems(hiddenRemove as IIngredient[], true); +} diff --git a/scripts/crafttweaker/staging/itemsAndRecipes/mods/infoaccessories.zs b/scripts/crafttweaker/staging/itemsAndRecipes/mods/infoaccessories.zs new file mode 100644 index 0000000..b3f58b1 --- /dev/null +++ b/scripts/crafttweaker/staging/itemsAndRecipes/mods/infoaccessories.zs @@ -0,0 +1,40 @@ +import crafttweaker.item.IIngredient; + +import mods.zenstages.ZenStager; + +import scripts.crafttweaker.stages.stageTwo; +import scripts.crafttweaker.stages.stageDisabled; + +static stagedItems as IIngredient[][string] = { + stageTwo.stage: [ + , + , + , + , + , + + ] +}; + +static hiddenItems as IIngredient[] = [ + , + , + , + +]; + +function init() { + var modId as string = stagedItems.entrySet[0].value[0].items[0].definition.owner; + + var modStage as string = scripts.crafttweaker.staging.itemsAndRecipes.modId.containsMod(modId); + var doOverride as bool = modStage != ""; + + for stageName, items in stagedItems { + if (doOverride && stageName != modStage) { + ZenStager.addModItemOverrides(modId, items); + } + + ZenStager.getStage(stageName).addIngredients(items); + } + recipeUtil.hideItems(hiddenItems as IIngredient[]); +} diff --git a/scripts/crafttweaker/staging/itemsAndRecipes/mods/ironbackpacks.zs b/scripts/crafttweaker/staging/itemsAndRecipes/mods/ironbackpacks.zs new file mode 100644 index 0000000..8ac5837 --- /dev/null +++ b/scripts/crafttweaker/staging/itemsAndRecipes/mods/ironbackpacks.zs @@ -0,0 +1,46 @@ +import crafttweaker.item.IIngredient; + +import mods.zenstages.ZenStager; + +import scripts.crafttweaker.stages.stageTwo; +import scripts.crafttweaker.stages.stageFive; +import scripts.crafttweaker.stages.stageDisabled; + +static stagedItems as IIngredient[][string] = { + stageTwo.stage: [ + .withTag({packInfo: {upgrade: [], type: "ironbackpacks:basic", spec: "NONE"}}), + .withTag({packInfo: {upgrade: [], type: "ironbackpacks:gold", spec: "STORAGE"}}), + .withTag({packInfo: {upgrade: [], type: "ironbackpacks:iron", spec: "STORAGE"}}) + ], + + stageFive.stage: [ + .withTag({packInfo: {upgrade: [], type: "ironbackpacks:diamond", spec: "STORAGE"}}) + ] +}; + +static hiddenItems as IIngredient[] = [ + .withTag({packInfo: {upgrade: [], type: "ironbackpacks:diamond", spec: "UPGRADE"}}), // TODO: Add back when IronBackpacks adds upgrade functionality + .withTag({packInfo: {upgrade: [], type: "ironbackpacks:gold", spec: "UPGRADE"}}), // TODO: Add back when IronBackpacks adds upgrade functionality + .withTag({packInfo: {upgrade: [], type: "ironbackpacks:iron", spec: "UPGRADE"}}), // TODO: Add back when IronBackpacks adds upgrade functionality + , // TODO: Add back when IronBackpacks adds upgrade functionality + .withTag({upgrade: "ironbackpacks:damage_bar"}), // TODO: Add back when IronBackpacks adds upgrade functionality + .withTag({upgrade: "ironbackpacks:everlasting"}), // TODO: Add back when IronBackpacks adds upgrade functionality + .withTag({upgrade: "ironbackpacks:extra_upgrade"}), // TODO: Add back when IronBackpacks adds upgrade functionality + .withTag({upgrade: "ironbackpacks:lock"}) // TODO: Add back when IronBackpacks adds upgrade functionality +]; + +function init() { + var modId as string = stagedItems.entrySet[0].value[0].items[0].definition.owner; + + var modStage as string = scripts.crafttweaker.staging.itemsAndRecipes.modId.containsMod(modId); + var doOverride as bool = modStage != ""; + + for stageName, items in stagedItems { + if (doOverride && stageName != modStage) { + ZenStager.addModItemOverrides(modId, items); + } + + ZenStager.getStage(stageName).addIngredients(items); + } + recipeUtil.hideItems(hiddenItems as IIngredient[]); +} diff --git a/scripts/crafttweaker/staging/itemsAndRecipes/mods/ironchest.zs b/scripts/crafttweaker/staging/itemsAndRecipes/mods/ironchest.zs new file mode 100644 index 0000000..e3f5f0a --- /dev/null +++ b/scripts/crafttweaker/staging/itemsAndRecipes/mods/ironchest.zs @@ -0,0 +1,181 @@ +import crafttweaker.item.IIngredient; + +import mods.zenstages.ZenStager; + +import scripts.crafttweaker.stages.stageOne; +import scripts.crafttweaker.stages.stageTwo; +import scripts.crafttweaker.stages.stageThree; +import scripts.crafttweaker.stages.stageFive; +import scripts.crafttweaker.stages.stageDisabled; + +static stagedItems as IIngredient[][string] = { + stageOne.stage: [ + , + , + + ], + + stageTwo.stage: [ + , + , + , + , + , + , + , + + ], + + stageThree.stage: [ + + ], + + stageFive.stage: [ + , + , + , + , + + ] +}; + +static hiddenItems as IIngredient[] = [ + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + +]; + +function init() { + var modId as string = stagedItems.entrySet[0].value[0].items[0].definition.owner; + + var modStage as string = scripts.crafttweaker.staging.itemsAndRecipes.modId.containsMod(modId); + var doOverride as bool = modStage != ""; + + for stageName, items in stagedItems { + if (doOverride && stageName != modStage) { + ZenStager.addModItemOverrides(modId, items); + } + + ZenStager.getStage(stageName).addIngredients(items); + } + recipeUtil.hideItems(hiddenItems as IIngredient[]); +} diff --git a/scripts/crafttweaker/staging/itemsAndRecipes/mods/ironjetpacks.zs b/scripts/crafttweaker/staging/itemsAndRecipes/mods/ironjetpacks.zs new file mode 100644 index 0000000..4e190e5 --- /dev/null +++ b/scripts/crafttweaker/staging/itemsAndRecipes/mods/ironjetpacks.zs @@ -0,0 +1,52 @@ +import crafttweaker.item.IIngredient; + +import mods.zenstages.ZenStager; + +import scripts.crafttweaker.stages.stageFive; +import scripts.crafttweaker.stages.stageCreative; +import scripts.crafttweaker.stages.stageCreativeUnused; + +static stagedItems as IIngredient[][string] = { + stageFive.stage: [ + , + , + , + , + , + , + , + , + , + , + , + , + , + , + + ], + + stageCreative.stage: [ + , + , + + ], + + stageCreativeUnused.stage: [ + + ] +}; + +function init() { + var modId as string = stagedItems.entrySet[0].value[0].items[0].definition.owner; + + var modStage as string = scripts.crafttweaker.staging.itemsAndRecipes.modId.containsMod(modId); + var doOverride as bool = modStage != ""; + + for stageName, items in stagedItems { + if (doOverride && stageName != modStage) { + ZenStager.addModItemOverrides(modId, items); + } + + ZenStager.getStage(stageName).addIngredients(items); + } +} diff --git a/scripts/crafttweaker/staging/itemsAndRecipes/mods/jaff.zs b/scripts/crafttweaker/staging/itemsAndRecipes/mods/jaff.zs new file mode 100644 index 0000000..6b8aa84 --- /dev/null +++ b/scripts/crafttweaker/staging/itemsAndRecipes/mods/jaff.zs @@ -0,0 +1,46 @@ +import crafttweaker.item.IIngredient; + +import mods.zenstages.ZenStager; + +import scripts.crafttweaker.stages.stageTwo; +import scripts.crafttweaker.stages.stageDisabled; + +static stagedItems as IIngredient[][string] = { + stageTwo.stage: [ + , + , + , + , + + ] +}; + +static hiddenItems as IIngredient[] = [ + +]; + +static hiddenRemove as IIngredient[] = [ + , + , + , + , + +]; + +function init() { + var modId as string = stagedItems.entrySet[0].value[0].items[0].definition.owner; + + var modStage as string = scripts.crafttweaker.staging.itemsAndRecipes.modId.containsMod(modId); + var doOverride as bool = modStage != ""; + + for stageName, items in stagedItems { + if (doOverride && stageName != modStage) { + ZenStager.addModItemOverrides(modId, items); + } + + ZenStager.getStage(stageName).addIngredients(items); + } + + recipeUtil.hideItems(hiddenItems as IIngredient[]); + recipeUtil.hideItems(hiddenRemove as IIngredient[], true); +} diff --git a/scripts/crafttweaker/staging/itemsAndRecipes/mods/jarm.zs b/scripts/crafttweaker/staging/itemsAndRecipes/mods/jarm.zs new file mode 100644 index 0000000..fe82f50 --- /dev/null +++ b/scripts/crafttweaker/staging/itemsAndRecipes/mods/jarm.zs @@ -0,0 +1,31 @@ +import crafttweaker.item.IIngredient; + +import mods.zenstages.ZenStager; + +import scripts.crafttweaker.stages.stageZero; + +static stagedItems as IIngredient[][string] = { + stageZero.stage: [ + , + , + , + , + , + + ] +}; + +function init() { + var modId as string = stagedItems.entrySet[0].value[0].items[0].definition.owner; + + var modStage as string = scripts.crafttweaker.staging.itemsAndRecipes.modId.containsMod(modId); + var doOverride as bool = modStage != ""; + + for stageName, items in stagedItems { + if (doOverride && stageName != modStage) { + ZenStager.addModItemOverrides(modId, items); + } + + ZenStager.getStage(stageName).addIngredients(items); + } +} diff --git a/scripts/crafttweaker/staging/itemsAndRecipes/mods/mekanism.zs b/scripts/crafttweaker/staging/itemsAndRecipes/mods/mekanism.zs new file mode 100644 index 0000000..70807c1 --- /dev/null +++ b/scripts/crafttweaker/staging/itemsAndRecipes/mods/mekanism.zs @@ -0,0 +1,237 @@ +import crafttweaker.item.IIngredient; + +import mods.zenstages.ZenStager; + +import scripts.crafttweaker.utils; + +import scripts.crafttweaker.stages.stageZero; +import scripts.crafttweaker.stages.stageThree; +import scripts.crafttweaker.stages.stageFive; +import scripts.crafttweaker.stages.stageCreative; +import scripts.crafttweaker.stages.stageDisabled; +import scripts.crafttweaker.stages.stageCreativeUnused; + +static stagedItems as IIngredient[][string] = { + stageZero.stage: [ + + ], + + stageThree.stage: [ + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + + ], + + stageFive.stage: [ + , + utils.genGasMekIngredient(, "hydrogen", 24000), + , + utils.genEnergyMekIngredient(, 1000000.0), + , + , + utils.genTieredMekIngredient(, 3), + , + , + , + , + , + , + , + , + , + utils.genTieredMekIngredient(, 3), + utils.genTieredMekIngredient(, 3), + , + , + , + , + , + , + , + utils.genMekIngredient(), + , + , + , + , + utils.genMekIngredient(), + , + , + , + , + , + utils.genMekIngredient(), + , + , + utils.genEnergyMekIngredient(, 120000.0), + , + utils.genTieredEnergyMekIngredient(, 3, [2000000.0, 8000000.0, 3.2E7, 1.28E8]), + , + , + , + , + , + utils.genGasMekIngredient(, "hydrogen", 24000), + utils.genEnergyMekIngredient(, 64000.0), + , + , + , + utils.genMekIngredient(), + , + , + , + , + , + utils.genGasMekIngredient(, "hydrogen", 24000), + , + , + , + .withTag({recipeType: 0}), + .withTag({recipeType: 1}), + .withTag({recipeType: 2}), + .withTag({recipeType: 3}), + .withTag({recipeType: 4}), + .withTag({recipeType: 5}), + .withTag({recipeType: 6}), + .withTag({recipeType: 7}), + .withTag({recipeType: 8}), + .withTag({recipeType: 0}), + .withTag({recipeType: 1}), + .withTag({recipeType: 2}), + .withTag({recipeType: 3}), + .withTag({recipeType: 4}), + .withTag({recipeType: 5}), + .withTag({recipeType: 6}), + .withTag({recipeType: 7}), + .withTag({recipeType: 8}), + .withTag({recipeType: 0}), + .withTag({recipeType: 1}), + .withTag({recipeType: 2}), + .withTag({recipeType: 3}), + .withTag({recipeType: 4}), + .withTag({recipeType: 5}), + .withTag({recipeType: 6}), + .withTag({recipeType: 7}), + .withTag({recipeType: 8}), + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + utils.genTieredMekIngredient(, 3), + , + , + , + , + , + , + , + , + , + utils.genMekIngredient(), + , + utils.genEnergyMekIngredient(, 60000.0), + , + , + , + , + , + , + , + , + , + , + , + , + utils.genEnergyMekIngredient(, 1000000.0), + , + , + , + utils.genEnergyMekIngredient(, 100000.0), + utils.genGasMekIngredient(, "oxygen", 24000), + utils.genEnergyMekIngredient(, 12000.0), + , + , + , + , + , + , + , + , + utils.genTieredMekIngredient(, 3), + utils.genTieredMekIngredient(, 3), + utils.genTieredMekIngredient(, 3), + utils.genTieredMekIngredient(, 0), + utils.genTieredMekIngredient(, 0), + utils.genTieredMekIngredient(, 3), + utils.genTieredMekIngredient(, 3), + utils.genMekIngredient(), + .withTag({mekData: {channel: 1}}) + ], + + stageCreative.stage: [ + .withTag({tier: 4}), + .withTag({tier: 4, mekData: {energyStored: 1.7976931348623157E308}}), + .withTag({tier: 4}), + .withTag({tier: 4, mekData: {}}) + ], + + stageCreativeUnused.stage: [ + .withTag({tier: 4, mekData: {}}), + , + utils.genMekIngredient() + ] +}; + +static hiddenItems as IIngredient[] = [ + , //Bye bye miner! + , + +]; + +function init() { + var modId as string = stagedItems.entrySet[0].value[0].items[0].definition.owner; + + var modStage as string = scripts.crafttweaker.staging.itemsAndRecipes.modId.containsMod(modId); + var doOverride as bool = modStage != ""; + + for stageName, items in stagedItems { + if (doOverride && stageName != modStage) { + ZenStager.addModItemOverrides(modId, items); + } + + ZenStager.getStage(stageName).addIngredients(items); + } + recipeUtil.hideItems(hiddenItems as IIngredient[]); + + // Hide empty energy cube instead of staging to creative_unusued + // This prevents conflicts where the filled cube appeared staged to creative_unused + mods.jei.JEI.hide(.withTag({tier: 4, mekData: {}})); +} diff --git a/scripts/crafttweaker/staging/itemsAndRecipes/mods/minecraft.zs b/scripts/crafttweaker/staging/itemsAndRecipes/mods/minecraft.zs new file mode 100644 index 0000000..0ae680b --- /dev/null +++ b/scripts/crafttweaker/staging/itemsAndRecipes/mods/minecraft.zs @@ -0,0 +1,620 @@ +import crafttweaker.item.IIngredient; + +import mods.zenstages.ZenStager; + +import scripts.crafttweaker.stages.stageTutorial; +import scripts.crafttweaker.stages.stageZero; +import scripts.crafttweaker.stages.stageOne; +import scripts.crafttweaker.stages.stageTwo; +import scripts.crafttweaker.stages.stageThree; +import scripts.crafttweaker.stages.stageFour; +import scripts.crafttweaker.stages.stageFive; +import scripts.crafttweaker.stages.stageDisabled; + +static stagedItems as IIngredient[][string] = { + stageTutorial.stage: [ + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + + ], + + stageZero.stage: [ + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + + ], + + stageOne.stage: [ + // Ore + , + + // Bricks + , + , + + // Stairs + , + , + , + , + , + , + , + , + , + , + , + , + , + + // Fences and Doors + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + + // Tools + , + , + + // Misc + , + , + , + , + , + , + , + , + , + , + , + , + , + , + + ], + + stageTwo.stage: [ + // Ore + , + + // Glass + , + , + , + , + , + + // Iron Stuff + , + , + , + , + , + , + , + , + , + , + , + , + , + , + + // Gold Stuff + , + , + , + , + , + , + , + , + , + , + , + , + , + + // Misc + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + + ], + + stageThree.stage: [ + // Nether + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + + // Redstone + , + , + , + , + , + , + + // Rails + , + , + , + + // Misc + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + + ], + + stageFour.stage: [ + // End + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + + // Shulker Boxes + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + + // Misc + , + + ], + + stageFive.stage: [ + // Ore + , + , + + // Misc + , + , + , + , + , + , + , + , + , + , + , + , + , + + ] +}; + +static hiddenItems as IIngredient[] = [ + , + , + , + , + , + , + , + , + , + , + , + , + +]; + +static hiddenRemove as IIngredient[] = [ + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + +]; + +function init() { + var modId as string = stagedItems.entrySet[0].value[0].items[0].definition.owner; + + var modStage as string = scripts.crafttweaker.staging.itemsAndRecipes.modId.containsMod(modId); + var doOverride as bool = modStage != ""; + + for stageName, items in stagedItems { + if (doOverride && stageName != modStage) { + ZenStager.addModItemOverrides(modId, items); + } + + ZenStager.getStage(stageName).addIngredients(items); + } + + recipeUtil.hideItems(hiddenItems as IIngredient[]); + recipeUtil.hideItems(hiddenRemove as IIngredient[], true); + + // Handle Potion bottle Staging. + for subItem in .definition.subItems { + // Water should be allowed in Stage Two rest are in Stage Three. + if (subItem.tag has "Potion" & subItem.tag.Potion == "minecraft:water") { + ZenStager.getStage(stageTwo.stage).addIngredient(subItem); + } else { + ZenStager.getStage(stageThree.stage).addIngredient(subItem); + } + } + // Handle Splash Potion Staging. + for subItem in .definition.subItems { + ZenStager.getStage(stageThree.stage).addIngredient(subItem); + } + // Handle Lingering Potion Staging. + for subItem in .definition.subItems { + ZenStager.getStage(stageThree.stage).addIngredient(subItem); + } +} diff --git a/scripts/crafttweaker/staging/itemsAndRecipes/mods/mobGrindingUtils.zs b/scripts/crafttweaker/staging/itemsAndRecipes/mods/mobGrindingUtils.zs new file mode 100644 index 0000000..d8b0d0d --- /dev/null +++ b/scripts/crafttweaker/staging/itemsAndRecipes/mods/mobGrindingUtils.zs @@ -0,0 +1,60 @@ +import crafttweaker.item.IIngredient; + +import mods.zenstages.ZenStager; + +import scripts.crafttweaker.stages.stageFour; +import scripts.crafttweaker.stages.stageDisabled; + +static stagedItems as IIngredient[][string] = { + stageFour.stage: [ + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + + ] +}; + +static hiddenItems as IIngredient[] = [ + , + +]; + +static hiddenRemove as IIngredient[] = [ + , + , + , + +]; + +function init() { + var modId as string = stagedItems.entrySet[0].value[0].items[0].definition.owner; + + var modStage as string = scripts.crafttweaker.staging.itemsAndRecipes.modId.containsMod(modId); + var doOverride as bool = modStage != ""; + + for stageName, items in stagedItems { + if (doOverride && stageName != modStage) { + ZenStager.addModItemOverrides(modId, items); + } + + ZenStager.getStage(stageName).addIngredients(items); + } + recipeUtil.hideItems(hiddenItems as IIngredient[]); + recipeUtil.hideItems(hiddenRemove as IIngredient[], true); +} diff --git a/scripts/crafttweaker/staging/itemsAndRecipes/mods/modularmachinery.zs b/scripts/crafttweaker/staging/itemsAndRecipes/mods/modularmachinery.zs new file mode 100644 index 0000000..44c355a --- /dev/null +++ b/scripts/crafttweaker/staging/itemsAndRecipes/mods/modularmachinery.zs @@ -0,0 +1,133 @@ +import crafttweaker.item.IIngredient; +import crafttweaker.item.IItemStack; + +import mods.zenstages.ZenStager; + +import scripts.crafttweaker.stages.stageThree; +import scripts.crafttweaker.stages.stageFour; +import scripts.crafttweaker.stages.stageFive; +import scripts.crafttweaker.stages.stageDisabled; +import scripts.crafttweaker.stages.stageCreativeUnused; + +static stagedItems as IIngredient[][string] = { + stageThree.stage: [ + , + , + , + , + , + , + , + , + , + + ], + + stageFour.stage: [ + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + + ], + + stageCreativeUnused.stage: [ + + ] +}; + +static hiddenRemove as IIngredient[] = [ + , + +]; + +static multiblockMachinesForStages as string[][string] = { + stageThree.stage : [ + "modularmachinery:chemical_mixer", + "modularmachinery:industrial_drying_unit", + "modularmachinery:industrial_loom", + "modularmachinery:industrial_mill", + "modularmachinery:liquid_processor", + "modularmachinery:mixer", + "modularmachinery:plastic_molder" + ], + + stageFour.stage : [ + "modularmachinery:auto_cauldron", + "modularmachinery:industrial_drying_unit_mk2", + "modularmachinery:industrial_drying_unit_mk3", + "modularmachinery:mixer_mk2", + "modularmachinery:mixer_mk3", + "modularmachinery:volcanic_crystalizer" + ], + + stageFive.stage : [ + "modularmachinery:ethylitic_enricher", + "modularmachinery:paperclip_factory", + "modularmachinery:orematic5000", + "modularmachinery:orematic5000_mk2", + "modularmachinery:orematic5000_mk3", + "modularmachinery:hydraulic_press", + "modularmachinery:scamulator" + ] +}; + +function init() { + var modId as string = stagedItems.entrySet[0].value[0].items[0].definition.owner; + + var modStage as string = scripts.crafttweaker.staging.itemsAndRecipes.modId.containsMod(modId); + var doOverride as bool = modStage != ""; + + for stageName, items in stagedItems { + if (doOverride && stageName != modStage) { + ZenStager.addModItemOverrides(modId, items); + } + + ZenStager.getStage(stageName).addIngredients(items); + } + recipeUtil.hideItems(hiddenRemove as IIngredient[], true); + + for stageName, multiblockMachines in multiblockMachinesForStages { + for multiblockMachine in multiblockMachines { + var item as IItemStack = .withTag({dynamicmachine: multiblockMachine}); + + ZenStager.getStage(stageName).addIngredient(item); + } + } +} diff --git a/scripts/crafttweaker/staging/itemsAndRecipes/mods/mundaneredstone.zs b/scripts/crafttweaker/staging/itemsAndRecipes/mods/mundaneredstone.zs new file mode 100644 index 0000000..de19e72 --- /dev/null +++ b/scripts/crafttweaker/staging/itemsAndRecipes/mods/mundaneredstone.zs @@ -0,0 +1,26 @@ +import crafttweaker.item.IIngredient; + +import mods.zenstages.ZenStager; + +import scripts.crafttweaker.stages.stageThree; + +static stagedItems as IIngredient[][string] = { + stageThree.stage: [ + , + ] +}; + +function init() { + var modId as string = stagedItems.entrySet[0].value[0].items[0].definition.owner; + + var modStage as string = scripts.crafttweaker.staging.itemsAndRecipes.modId.containsMod(modId); + var doOverride as bool = modStage != ""; + + for stageName, items in stagedItems { + if (doOverride && stageName != modStage) { + ZenStager.addModItemOverrides(modId, items); + } + + ZenStager.getStage(stageName).addIngredients(items); + } +} diff --git a/scripts/crafttweaker/staging/itemsAndRecipes/mods/mysticalagradditions.zs b/scripts/crafttweaker/staging/itemsAndRecipes/mods/mysticalagradditions.zs new file mode 100644 index 0000000..52ac12c --- /dev/null +++ b/scripts/crafttweaker/staging/itemsAndRecipes/mods/mysticalagradditions.zs @@ -0,0 +1,54 @@ +import crafttweaker.item.IIngredient; + +import mods.zenstages.ZenStager; + +import scripts.crafttweaker.stages.stageThree; +import scripts.crafttweaker.stages.stageFour; +import scripts.crafttweaker.stages.stageFive; +import scripts.crafttweaker.utils.stageRecipeNameOrRegex; + +static stagedItems as IIngredient[][string] = { + stageThree.stage: [ + + ], + + stageFour.stage: [ + + ] +}; + +static stagedRecipeNames as string[][string] = { + stageFive.stage: [ + "REGEX:mysticalagradditions:.*" + ] +}; + +function init() { + var modId as string = stagedItems.entrySet[0].value[0].items[0].definition.owner; + + var modStage as string = scripts.crafttweaker.staging.itemsAndRecipes.modId.containsMod(modId); + var doOverride as bool = modStage != ""; + + for stageName, items in stagedItems { + if (doOverride && stageName != modStage) { + ZenStager.addModItemOverrides(modId, items); + } + + ZenStager.getStage(stageName).addIngredients(items); + } + + for stageName, recipeNames in stagedRecipeNames { + stageRecipeNameOrRegex(ZenStager.getStage(stageName), recipeNames); + } +} + +function initOverride() { + for stageName, items in stagedItems { + if (stageName != stageFive.stage) { + for item in items { + mods.ItemStages.removeItemStage(item); + mods.ItemStages.addItemStage(stageName, item); + } + } + } +} diff --git a/scripts/crafttweaker/staging/itemsAndRecipes/mods/mysticalagriculture.zs b/scripts/crafttweaker/staging/itemsAndRecipes/mods/mysticalagriculture.zs new file mode 100644 index 0000000..6f9e415 --- /dev/null +++ b/scripts/crafttweaker/staging/itemsAndRecipes/mods/mysticalagriculture.zs @@ -0,0 +1,96 @@ +import crafttweaker.item.IIngredient; + +import mods.zenstages.ZenStager; + +import scripts.crafttweaker.stages.stageThree; +import scripts.crafttweaker.stages.stageFive; +import scripts.crafttweaker.stages.stageDisabled; +import scripts.crafttweaker.utils.stageRecipeNameOrRegex; + +static stagedItems as IIngredient[][string] = { + stageThree.stage: [ + , + , + , + , + , + , + , + , + , + , + , + , + , + + ] +}; + +static stagedRecipeNames as string[][string] = { + stageThree.stage: [ + "mysticalagriculture:cobbled_soulstone_slab", + "mysticalagriculture:cobbled_soulstone_stairs", + "mysticalagriculture:cobbled_soulstone_wall", + "mysticalagriculture:soulstone", + "mysticalagriculture:soulstone_1", + "mysticalagriculture:soulstone_2", + "mysticalagriculture:soulstone_3", + "mysticalagriculture:soulstone_4", + "mysticalagriculture:soulstone_brick_slab", + "mysticalagriculture:soulstone_brick_stairs", + "mysticalagriculture:soulstone_brick_wall", + "mysticalagriculture:soulstone_slab" + ], + stageFive.stage: [ + "REGEX:mysticalagriculture:(?!.*soulstone.*).*?$" // All in stage 5 unless it contains "soulstone" + ] +}; + +static hiddenRemove as IIngredient[] = [ + , + //Soulium Nugget +]; + +function init() { + var modId as string = stagedItems.entrySet[0].value[0].items[0].definition.owner; + + var modStage as string = scripts.crafttweaker.staging.itemsAndRecipes.modId.containsMod(modId); + var doOverride as bool = modStage != ""; + + for stageName, items in stagedItems { + if (doOverride && stageName != modStage) { + ZenStager.addModItemOverrides(modId, items); + } + + ZenStager.getStage(stageName).addIngredients(items); + } + + for stageName, recipeNames in stagedRecipeNames { + stageRecipeNameOrRegex(ZenStager.getStage(stageName), recipeNames); + } + + recipeUtil.hideItems(hiddenRemove as IIngredient[], true); +} + +function initOverride() { + for stageName, items in stagedItems { + if (stageName != stageFive.stage) { + for item in items { + mods.ItemStages.removeItemStage(item); + mods.ItemStages.addItemStage(stageName, item); + } + } + } + + for stageName, recipeNames in stagedRecipeNames { + if (stageName != stageFive.stage) { + for recipeName in recipeNames { + if (recipeName.startsWith("REGEX:")) { + mods.recipestages.Recipes.setRecipeStageByRegex(stageName, recipeName.substring(6, recipeName.length)); + } else { + mods.recipestages.Recipes.setRecipeStage(stageName, recipeName); + } + } + } + } +} diff --git a/scripts/crafttweaker/staging/itemsAndRecipes/mods/natura.zs b/scripts/crafttweaker/staging/itemsAndRecipes/mods/natura.zs new file mode 100644 index 0000000..91fd4da --- /dev/null +++ b/scripts/crafttweaker/staging/itemsAndRecipes/mods/natura.zs @@ -0,0 +1,336 @@ +import crafttweaker.item.IIngredient; + +import mods.zenstages.ZenStager; + +import scripts.crafttweaker.stages.stageZero; +import scripts.crafttweaker.stages.stageOne; +import scripts.crafttweaker.stages.stageTwo; +import scripts.crafttweaker.stages.stageThree; +import scripts.crafttweaker.stages.stageBaykok; +import scripts.crafttweaker.stages.stageDisabled; + +static stagedItems as IIngredient[][string] = { + stageZero.stage: [ + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + + ], + + stageOne.stage: [ + // Fences and Doors + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + + // Misc + , + , + , + , + , + + ], + + stageTwo.stage: [ + // Advanced Mapping Unlock Item + , + + // Stairs + , + , + , + , + , + , + , + , + , + , + , + , + + // Misc + , + , + , + , + , + , + , + , + + ], + + stageThree.stage: [ + // Nether + , + , + , + , + , + , + , + , + , + , + , + + // Misc + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + + ], + + stageBaykok.stage: [ + + ] +}; + +static hiddenItems as IIngredient[] = [ + , + , + , + , + , + , + , + , + , + , + , + , //every mod has its own flour and it's totally awesome -_- + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + +]; + +static hiddenRemove as IIngredient[] = [ + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + +]; + +function init() { + var modId as string = stagedItems.entrySet[0].value[0].items[0].definition.owner; + + var modStage as string = scripts.crafttweaker.staging.itemsAndRecipes.modId.containsMod(modId); + var doOverride as bool = modStage != ""; + + for stageName, items in stagedItems { + if (doOverride && stageName != modStage) { + ZenStager.addModItemOverrides(modId, items); + } + + ZenStager.getStage(stageName).addIngredients(items); + } + recipeUtil.hideItems(hiddenItems as IIngredient[]); + recipeUtil.hideItems(hiddenRemove as IIngredient[], true); +} diff --git a/scripts/crafttweaker/staging/itemsAndRecipes/mods/naturescompass.zs b/scripts/crafttweaker/staging/itemsAndRecipes/mods/naturescompass.zs new file mode 100644 index 0000000..fb247d4 --- /dev/null +++ b/scripts/crafttweaker/staging/itemsAndRecipes/mods/naturescompass.zs @@ -0,0 +1,26 @@ +import crafttweaker.item.IIngredient; + +import mods.zenstages.ZenStager; + +import scripts.crafttweaker.stages.stageZero; + +static stagedItems as IIngredient[][string] = { + stageZero.stage: [ + + ] +}; + +function init() { + var modId as string = stagedItems.entrySet[0].value[0].items[0].definition.owner; + + var modStage as string = scripts.crafttweaker.staging.itemsAndRecipes.modId.containsMod(modId); + var doOverride as bool = modStage != ""; + + for stageName, items in stagedItems { + if (doOverride && stageName != modStage) { + ZenStager.addModItemOverrides(modId, items); + } + + ZenStager.getStage(stageName).addIngredients(items); + } +} diff --git a/scripts/crafttweaker/staging/itemsAndRecipes/mods/nex.zs b/scripts/crafttweaker/staging/itemsAndRecipes/mods/nex.zs new file mode 100644 index 0000000..25619d8 --- /dev/null +++ b/scripts/crafttweaker/staging/itemsAndRecipes/mods/nex.zs @@ -0,0 +1,46 @@ +import crafttweaker.item.IIngredient; + +import mods.zenstages.ZenStager; + +import scripts.crafttweaker.stages.stageTwo; +import scripts.crafttweaker.stages.stageThree; + +static stagedItems as IIngredient[][string] = { + stageTwo.stage: [ + , + , + , + , + , + , + , + + ], + + stageThree.stage: [ + , + , + , + , + , + , + , + , + + ] +}; + +function init() { + var modId as string = stagedItems.entrySet[0].value[0].items[0].definition.owner; + + var modStage as string = scripts.crafttweaker.staging.itemsAndRecipes.modId.containsMod(modId); + var doOverride as bool = modStage != ""; + + for stageName, items in stagedItems { + if (doOverride && stageName != modStage) { + ZenStager.addModItemOverrides(modId, items); + } + + ZenStager.getStage(stageName).addIngredients(items); + } +} diff --git a/scripts/crafttweaker/staging/itemsAndRecipes/mods/oeintegration.zs b/scripts/crafttweaker/staging/itemsAndRecipes/mods/oeintegration.zs new file mode 100644 index 0000000..f5d0223 --- /dev/null +++ b/scripts/crafttweaker/staging/itemsAndRecipes/mods/oeintegration.zs @@ -0,0 +1,26 @@ +import crafttweaker.item.IIngredient; + +import mods.zenstages.ZenStager; + +import scripts.crafttweaker.stages.stageThree; + +static stagedItems as IIngredient[][string] = { + stageThree.stage: [ + + ] +}; + +function init() { + var modId as string = stagedItems.entrySet[0].value[0].items[0].definition.owner; + + var modStage as string = scripts.crafttweaker.staging.itemsAndRecipes.modId.containsMod(modId); + var doOverride as bool = modStage != ""; + + for stageName, items in stagedItems { + if (doOverride && stageName != modStage) { + ZenStager.addModItemOverrides(modId, items); + } + + ZenStager.getStage(stageName).addIngredients(items); + } +} diff --git a/scripts/crafttweaker/staging/itemsAndRecipes/mods/overloaded.zs b/scripts/crafttweaker/staging/itemsAndRecipes/mods/overloaded.zs new file mode 100644 index 0000000..75e5f9b --- /dev/null +++ b/scripts/crafttweaker/staging/itemsAndRecipes/mods/overloaded.zs @@ -0,0 +1,63 @@ +import crafttweaker.item.IIngredient; + +import mods.zenstages.ZenStager; + +import scripts.crafttweaker.stages.stageFive; +import scripts.crafttweaker.stages.stageDisabled; + +static stagedItems as IIngredient[][string] = { + stageFive.stage: [ + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + + ] +}; + +static hiddenItems as IIngredient[] = [ + , + , + +]; + +static hiddenRemove as IIngredient[] = [ + , + , + , + , + , + , + , + , + +]; + +function init() { + var modId as string = stagedItems.entrySet[0].value[0].items[0].definition.owner; + + var modStage as string = scripts.crafttweaker.staging.itemsAndRecipes.modId.containsMod(modId); + var doOverride as bool = modStage != ""; + + for stageName, items in stagedItems { + if (doOverride && stageName != modStage) { + ZenStager.addModItemOverrides(modId, items); + } + + ZenStager.getStage(stageName).addIngredients(items); + } + recipeUtil.hideItems(hiddenItems as IIngredient[]); + recipeUtil.hideItems(hiddenRemove as IIngredient[], true); +} diff --git a/scripts/crafttweaker/staging/itemsAndRecipes/mods/pickletweaks.zs b/scripts/crafttweaker/staging/itemsAndRecipes/mods/pickletweaks.zs new file mode 100644 index 0000000..40937d7 --- /dev/null +++ b/scripts/crafttweaker/staging/itemsAndRecipes/mods/pickletweaks.zs @@ -0,0 +1,121 @@ +import crafttweaker.item.IIngredient; + +import mods.zenstages.ZenStager; + +import scripts.crafttweaker.stages.stageTutorial; +import scripts.crafttweaker.stages.stageZero; +import scripts.crafttweaker.stages.stageOne; +import scripts.crafttweaker.stages.stageTwo; +import scripts.crafttweaker.stages.stageThree; +import scripts.crafttweaker.stages.stageFour; +import scripts.crafttweaker.stages.stageFive; +import scripts.crafttweaker.stages.stageDisabled; + +static stagedItems as IIngredient[][string] = { + stageTutorial.stage: [ + + ], + + stageZero.stage: [ + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + + ], + + stageOne.stage: [ + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + + ], + + stageTwo.stage: [ + , + , + , + , + + ], + + stageThree.stage: [ + , + , + , + , + , + , + , + , + + ], + + stageFour.stage: [ + , + , + + ], + + stageFive.stage: [ + , + , + // Diamond Repair Kit + ] +}; + +static hiddenItems as IIngredient[] = [ + , + , + , + + +]; + +static hiddenRemove as IIngredient[] = [ + , + +]; + +function init() { + var modId as string = stagedItems.entrySet[0].value[0].items[0].definition.owner; + + var modStage as string = scripts.crafttweaker.staging.itemsAndRecipes.modId.containsMod(modId); + var doOverride as bool = modStage != ""; + + for stageName, items in stagedItems { + if (doOverride && stageName != modStage) { + ZenStager.addModItemOverrides(modId, items); + } + + ZenStager.getStage(stageName).addIngredients(items); + } + recipeUtil.hideItems(hiddenItems as IIngredient[]); + recipeUtil.hideItems(hiddenRemove as IIngredient[], true); +} diff --git a/scripts/crafttweaker/staging/itemsAndRecipes/mods/pneumaticcraft.zs b/scripts/crafttweaker/staging/itemsAndRecipes/mods/pneumaticcraft.zs new file mode 100644 index 0000000..17b83ac --- /dev/null +++ b/scripts/crafttweaker/staging/itemsAndRecipes/mods/pneumaticcraft.zs @@ -0,0 +1,206 @@ +import crafttweaker.item.IIngredient; + +import mods.zenstages.ZenStager; + +import scripts.crafttweaker.stages.stageTwo; +import scripts.crafttweaker.stages.stageFour; +import scripts.crafttweaker.stages.stageCreative; +import scripts.crafttweaker.stages.stageDisabled; +import scripts.crafttweaker.stages.stageCreativeUnused; + +static stagedItems as IIngredient[][string] = { + stageTwo.stage: [ + + ], + + stageFour.stage: [ + , + , + , + , + , + .withTag({air: 0}), + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + .withTag({air: 0}), + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + + + ], + + stageCreative.stage: [ + + ], + + stageCreativeUnused.stage: [ + + ] +}; + +static hiddenRemove as IIngredient[] = [ + , + , + +]; + +function init() { + var modId as string = stagedItems.entrySet[0].value[0].items[0].definition.owner; + + var modStage as string = scripts.crafttweaker.staging.itemsAndRecipes.modId.containsMod(modId); + var doOverride as bool = modStage != ""; + + for stageName, items in stagedItems { + if (doOverride && stageName != modStage) { + ZenStager.addModItemOverrides(modId, items); + } + + ZenStager.getStage(stageName).addIngredients(items); + } + recipeUtil.hideItems(hiddenRemove as IIngredient[], true); +} diff --git a/scripts/crafttweaker/staging/itemsAndRecipes/mods/poweradapters.zs b/scripts/crafttweaker/staging/itemsAndRecipes/mods/poweradapters.zs new file mode 100644 index 0000000..0800a75 --- /dev/null +++ b/scripts/crafttweaker/staging/itemsAndRecipes/mods/poweradapters.zs @@ -0,0 +1,26 @@ +import crafttweaker.item.IIngredient; + +import mods.zenstages.ZenStager; + +import scripts.crafttweaker.stages.stageFour; + +static stagedItems as IIngredient[][string] = { + stageFour.stage: [ + + ] +}; + +function init() { + var modId as string = stagedItems.entrySet[0].value[0].items[0].definition.owner; + + var modStage as string = scripts.crafttweaker.staging.itemsAndRecipes.modId.containsMod(modId); + var doOverride as bool = modStage != ""; + + for stageName, items in stagedItems { + if (doOverride && stageName != modStage) { + ZenStager.addModItemOverrides(modId, items); + } + + ZenStager.getStage(stageName).addIngredients(items); + } +} diff --git a/scripts/crafttweaker/staging/itemsAndRecipes/mods/primal.zs b/scripts/crafttweaker/staging/itemsAndRecipes/mods/primal.zs new file mode 100644 index 0000000..e066587 --- /dev/null +++ b/scripts/crafttweaker/staging/itemsAndRecipes/mods/primal.zs @@ -0,0 +1,995 @@ +import crafttweaker.item.IIngredient; + +import mods.zenstages.ZenStager; + +import scripts.crafttweaker.stages.stageTutorial; +import scripts.crafttweaker.stages.stageZero; +import scripts.crafttweaker.stages.stageOne; +import scripts.crafttweaker.stages.stageTwo; +import scripts.crafttweaker.stages.stageThree; +import scripts.crafttweaker.stages.stageFour; +import scripts.crafttweaker.stages.stageFive; +import scripts.crafttweaker.stages.stageDisabled; + +static stagedItems as IIngredient[][string] = { + stageTutorial.stage: [ + , + , + , + , + , + , + , + , + , + , + , + + ], + + stageZero.stage: [ + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + + ], + + stageOne.stage: [ + // Stairs + , + , + + // Fences and Doors + , + , + , + , + , + + // Misc + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + + ], + + stageTwo.stage: [ + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + + ], + + stageThree.stage: [ + // Nether + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , // As generation is turned on already we should let people eat the melon. But the bread recipe has been removed. + , + , + , + , + , + + // Misc + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + + ], + + stageFour.stage: [ + // End + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + + // Misc + , + , + , + , + + ], + + stageFive.stage: [ + , + , + , + , + , + , + , + + ] +}; + +static hiddenItems as IIngredient[] = [ + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + .withTag({type: "oak"}), + .withTag({type: "spruce"}), + .withTag({type: "birch"}), + .withTag({type: "jungle"}), + .withTag({type: "acacia"}), + .withTag({type: "dark_oak"}), + .withTag({type: "yew"}), + .withTag({type: "lacquer"}), + .withTag({type: "corypha"}), + .withTag({type: "ironwood"}), + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + .withTag({type: "mud"}), + .withTag({type: "terra"}), + .withTag({type: "cinis"}), + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + .withTag({type: "oak"}), + .withTag({type: "spruce"}), + .withTag({type: "birch"}), + .withTag({type: "jungle"}), + .withTag({type: "acacia"}), + .withTag({type: "dark_oak"}), + .withTag({type: "ironwood"}), + .withTag({type: "yew"}), + .withTag({type: "lacquer"}), + .withTag({type: "corypha"}), + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + .withTag({type: "adobe"}), + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + +]; + +static hiddenRemove as IIngredient[] = [ + , + +]; + +static hiddenCategories as string[] = [ + "primal.hibachi", + "primal.brick", + "primal.drying_rack" +]; + +function init() { + var modId as string = stagedItems.entrySet[0].value[0].items[0].definition.owner; + + var modStage as string = scripts.crafttweaker.staging.itemsAndRecipes.modId.containsMod(modId); + var doOverride as bool = modStage != ""; + + for stageName, items in stagedItems { + if (doOverride && stageName != modStage) { + ZenStager.addModItemOverrides(modId, items); + } + + ZenStager.getStage(stageName).addIngredients(items); + } + recipeUtil.hideItems(hiddenItems as IIngredient[]); + recipeUtil.hideItems(hiddenRemove as IIngredient[], true); + + /* + Hide & remove all smelter items + */ + var hiddenSmelters as IIngredient[] = []; + for smelter in .definition.subItems { + hiddenSmelters += smelter; + hiddenSmelters += smelter.withTag({BlockEntityTag: {covered: 1 as byte}}); + } + recipeUtil.hideItems(hiddenSmelters as IIngredient[], true); + + for category in hiddenCategories { + mods.jei.JEI.hideCategory(category); + } +} diff --git a/scripts/crafttweaker/staging/itemsAndRecipes/mods/primalTech.zs b/scripts/crafttweaker/staging/itemsAndRecipes/mods/primalTech.zs new file mode 100644 index 0000000..fe53d83 --- /dev/null +++ b/scripts/crafttweaker/staging/itemsAndRecipes/mods/primalTech.zs @@ -0,0 +1,69 @@ +import crafttweaker.item.IIngredient; + +import mods.zenstages.ZenStager; + +import scripts.crafttweaker.stages.stageTutorial; +import scripts.crafttweaker.stages.stageZero; +import scripts.crafttweaker.stages.stageOne; + +static stagedItems as IIngredient[][string] = { + stageTutorial.stage: [ + , + , + , + , + , + , + , + + ], + + stageZero.stage: [ + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + + ], + + stageOne.stage: [ + , + , + , + , + + ] +}; + +static hiddenItems as IIngredient[] = [ + , + , + +]; + +function init() { + var modId as string = stagedItems.entrySet[0].value[0].items[0].definition.owner; + + var modStage as string = scripts.crafttweaker.staging.itemsAndRecipes.modId.containsMod(modId); + var doOverride as bool = modStage != ""; + + for stageName, items in stagedItems { + if (doOverride && stageName != modStage) { + ZenStager.addModItemOverrides(modId, items); + } + + ZenStager.getStage(stageName).addIngredients(items); + } + recipeUtil.hideItems(hiddenItems as IIngredient[]); +} diff --git a/scripts/crafttweaker/staging/itemsAndRecipes/mods/primalchests.zs b/scripts/crafttweaker/staging/itemsAndRecipes/mods/primalchests.zs new file mode 100644 index 0000000..b85d8ec --- /dev/null +++ b/scripts/crafttweaker/staging/itemsAndRecipes/mods/primalchests.zs @@ -0,0 +1,27 @@ +import crafttweaker.item.IIngredient; + +import mods.zenstages.ZenStager; + +import scripts.crafttweaker.stages.stageZero; + +static stagedItems as IIngredient[][string] = { + stageZero.stage: [ + , + + ] +}; + +function init() { + var modId as string = stagedItems.entrySet[0].value[0].items[0].definition.owner; + + var modStage as string = scripts.crafttweaker.staging.itemsAndRecipes.modId.containsMod(modId); + var doOverride as bool = modStage != ""; + + for stageName, items in stagedItems { + if (doOverride && stageName != modStage) { + ZenStager.addModItemOverrides(modId, items); + } + + ZenStager.getStage(stageName).addIngredients(items); + } +} diff --git a/scripts/crafttweaker/staging/itemsAndRecipes/mods/progressiontweaks.zs b/scripts/crafttweaker/staging/itemsAndRecipes/mods/progressiontweaks.zs new file mode 100644 index 0000000..8bc56e8 --- /dev/null +++ b/scripts/crafttweaker/staging/itemsAndRecipes/mods/progressiontweaks.zs @@ -0,0 +1,49 @@ +import crafttweaker.item.IIngredient; + +import mods.zenstages.ZenStager; + +import scripts.crafttweaker.stages.stageTutorial; +import scripts.crafttweaker.stages.stageZero; +import scripts.crafttweaker.stages.stageOne; + +static stagedItems as IIngredient[][string] = { + stageTutorial.stage: [ + , + , + , + + ], + + stageZero.stage: [ + , + , + , + + ], + + stageOne.stage: [ + + ] +}; + +static hiddenItems as IIngredient[] = [ + , + , + +]; + +function init() { + var modId as string = stagedItems.entrySet[0].value[0].items[0].definition.owner; + + var modStage as string = scripts.crafttweaker.staging.itemsAndRecipes.modId.containsMod(modId); + var doOverride as bool = modStage != ""; + + for stageName, items in stagedItems { + if (doOverride && stageName != modStage) { + ZenStager.addModItemOverrides(modId, items); + } + + ZenStager.getStage(stageName).addIngredients(items); + } + recipeUtil.hideItems(hiddenItems as IIngredient[]); +} diff --git a/scripts/crafttweaker/staging/itemsAndRecipes/mods/prospectors.zs b/scripts/crafttweaker/staging/itemsAndRecipes/mods/prospectors.zs new file mode 100644 index 0000000..cb5575a --- /dev/null +++ b/scripts/crafttweaker/staging/itemsAndRecipes/mods/prospectors.zs @@ -0,0 +1,46 @@ +import crafttweaker.item.IIngredient; + +import mods.zenstages.ZenStager; + +import scripts.crafttweaker.stages.stageOne; +import scripts.crafttweaker.stages.stageTwo; +import scripts.crafttweaker.stages.stageThree; +import scripts.crafttweaker.stages.stageFour; +import scripts.crafttweaker.stages.stageFive; + +static stagedItems as IIngredient[][string] = { + stageOne.stage: [ + + ], + + stageTwo.stage: [ + + ], + + stageThree.stage: [ + + ], + + stageFour.stage: [ + + ], + + stageFive.stage: [ + + ] +}; + +function init() { + var modId as string = stagedItems.entrySet[0].value[0].items[0].definition.owner; + + var modStage as string = scripts.crafttweaker.staging.itemsAndRecipes.modId.containsMod(modId); + var doOverride as bool = modStage != ""; + + for stageName, items in stagedItems { + if (doOverride && stageName != modStage) { + ZenStager.addModItemOverrides(modId, items); + } + + ZenStager.getStage(stageName).addIngredients(items); + } +} diff --git a/scripts/crafttweaker/staging/itemsAndRecipes/mods/quantumstorage.zs b/scripts/crafttweaker/staging/itemsAndRecipes/mods/quantumstorage.zs new file mode 100644 index 0000000..bda175b --- /dev/null +++ b/scripts/crafttweaker/staging/itemsAndRecipes/mods/quantumstorage.zs @@ -0,0 +1,52 @@ +import crafttweaker.item.IIngredient; + +import mods.zenstages.ZenStager; + +import scripts.crafttweaker.stages.stageFive; +import scripts.crafttweaker.stages.stageDisabled; + +static stagedItems as IIngredient[][string] = { + stageFive.stage: [ + , + , + , + , + , + , + , + , + , + , + , + , + + ] +}; + +static hiddenRemove as IIngredient[] = [ + , //Quantum Storage Metal Chests + , //Quantum Storage Metal Chests + , //Quantum Storage Metal Chests + , + , + , + , + , + +]; + +function init() { + var modId as string = stagedItems.entrySet[0].value[0].items[0].definition.owner; + + var modStage as string = scripts.crafttweaker.staging.itemsAndRecipes.modId.containsMod(modId); + var doOverride as bool = modStage != ""; + + for stageName, items in stagedItems { + if (doOverride && stageName != modStage) { + ZenStager.addModItemOverrides(modId, items); + } + + ZenStager.getStage(stageName).addIngredients(items); + } + recipeUtil.hideItems(hiddenRemove as IIngredient[], true); +} diff --git a/scripts/crafttweaker/staging/itemsAndRecipes/mods/quark.zs b/scripts/crafttweaker/staging/itemsAndRecipes/mods/quark.zs new file mode 100644 index 0000000..42b5a5a --- /dev/null +++ b/scripts/crafttweaker/staging/itemsAndRecipes/mods/quark.zs @@ -0,0 +1,201 @@ +import crafttweaker.item.IIngredient; + +import mods.zenstages.ZenStager; + +import scripts.crafttweaker.stages.stageZero; +import scripts.crafttweaker.stages.stageOne; +import scripts.crafttweaker.stages.stageTwo; +import scripts.crafttweaker.stages.stageThree; +import scripts.crafttweaker.stages.stageFour; +import scripts.crafttweaker.stages.stageDisabled; + +static stagedItems as IIngredient[][string] = { + stageZero.stage: [ + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + + ], + + stageOne.stage: [ + // Bricks + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + + // Stairs + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + + // Misc + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + + ], + + stageTwo.stage: [ + , + , + , + , + , + , + , + , + + ], + + stageThree.stage: [ + // Nether + , + , + , + , + , + , + , + , + + // Misc + , + , + , + , + , + , + , + , + , + , + , + , + + ], + + stageFour.stage: [ + // End + , + , + , + , + , + , + , + , + + // Misc + , + , + , + , + , + , + , + , + , + , + , + , + , + + ], + + stageDisabled.stage: [ + + ] +}; + +function init() { + var modId as string = stagedItems.entrySet[0].value[0].items[0].definition.owner; + + var modStage as string = scripts.crafttweaker.staging.itemsAndRecipes.modId.containsMod(modId); + var doOverride as bool = modStage != ""; + + for stageName, items in stagedItems { + if (doOverride && stageName != modStage) { + ZenStager.addModItemOverrides(modId, items); + } + + ZenStager.getStage(stageName).addIngredients(items); + } +} diff --git a/scripts/crafttweaker/staging/itemsAndRecipes/mods/rangedpumps.zs b/scripts/crafttweaker/staging/itemsAndRecipes/mods/rangedpumps.zs new file mode 100644 index 0000000..15c7fa6 --- /dev/null +++ b/scripts/crafttweaker/staging/itemsAndRecipes/mods/rangedpumps.zs @@ -0,0 +1,26 @@ +import crafttweaker.item.IIngredient; + +import mods.zenstages.ZenStager; + +import scripts.crafttweaker.stages.stageFive; + +static stagedItems as IIngredient[][string] = { + stageFive.stage: [ + + ] +}; + +function init() { + var modId as string = stagedItems.entrySet[0].value[0].items[0].definition.owner; + + var modStage as string = scripts.crafttweaker.staging.itemsAndRecipes.modId.containsMod(modId); + var doOverride as bool = modStage != ""; + + for stageName, items in stagedItems { + if (doOverride && stageName != modStage) { + ZenStager.addModItemOverrides(modId, items); + } + + ZenStager.getStage(stageName).addIngredients(items); + } +} diff --git a/scripts/crafttweaker/staging/itemsAndRecipes/mods/rebornstorage.zs b/scripts/crafttweaker/staging/itemsAndRecipes/mods/rebornstorage.zs new file mode 100644 index 0000000..04d1551 --- /dev/null +++ b/scripts/crafttweaker/staging/itemsAndRecipes/mods/rebornstorage.zs @@ -0,0 +1,46 @@ +import crafttweaker.item.IIngredient; + +import mods.zenstages.ZenStager; + +import scripts.crafttweaker.stages.stageFive; + +static stagedItems as IIngredient[][string] = { + stageFive.stage: [ + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + + ] +}; + +function init() { + var modId as string = stagedItems.entrySet[0].value[0].items[0].definition.owner; + + var modStage as string = scripts.crafttweaker.staging.itemsAndRecipes.modId.containsMod(modId); + var doOverride as bool = modStage != ""; + + for stageName, items in stagedItems { + if (doOverride && stageName != modStage) { + ZenStager.addModItemOverrides(modId, items); + } + + ZenStager.getStage(stageName).addIngredients(items); + } +} diff --git a/scripts/crafttweaker/staging/itemsAndRecipes/mods/refinedstorage.zs b/scripts/crafttweaker/staging/itemsAndRecipes/mods/refinedstorage.zs new file mode 100644 index 0000000..d5b272a --- /dev/null +++ b/scripts/crafttweaker/staging/itemsAndRecipes/mods/refinedstorage.zs @@ -0,0 +1,145 @@ +import crafttweaker.item.IIngredient; + +import mods.zenstages.ZenStager; + +import scripts.crafttweaker.stages.stageFour; +import scripts.crafttweaker.stages.stageFive; +import scripts.crafttweaker.stages.stageDisabled; +import scripts.crafttweaker.stages.stageCreativeUnused; + +static stagedItems as IIngredient[][string] = { + stageFour.stage: [ + , + , + , + , + , + , + , + , + , + , + + ], + + stageFive.stage: [ + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + + ], + + stageCreativeUnused.stage: [ + , + , + , + , + , + , + , + , + + ] +}; + +static hiddenItems as IIngredient[] = [ + , + , + , + , + , + , + , + +]; + +static hiddenRemove as IIngredient[] = [ + // The beginning of bringing down the Minecraft community as we know it + // by combining AE2 and RS recipes to use many of the same items. DOWN WITH THE SYSTEM! + , + +]; + +function init() { + var modId as string = stagedItems.entrySet[0].value[0].items[0].definition.owner; + + var modStage as string = scripts.crafttweaker.staging.itemsAndRecipes.modId.containsMod(modId); + var doOverride as bool = modStage != ""; + + for stageName, items in stagedItems { + if (doOverride && stageName != modStage) { + ZenStager.addModItemOverrides(modId, items); + } + + ZenStager.getStage(stageName).addIngredients(items); + } + recipeUtil.hideItems(hiddenItems as IIngredient[]); + recipeUtil.hideItems(hiddenRemove as IIngredient[], true); +} diff --git a/scripts/crafttweaker/staging/itemsAndRecipes/mods/refinedstorageaddons.zs b/scripts/crafttweaker/staging/itemsAndRecipes/mods/refinedstorageaddons.zs new file mode 100644 index 0000000..4614114 --- /dev/null +++ b/scripts/crafttweaker/staging/itemsAndRecipes/mods/refinedstorageaddons.zs @@ -0,0 +1,32 @@ +import crafttweaker.item.IIngredient; + +import mods.zenstages.ZenStager; + +import scripts.crafttweaker.stages.stageFive; +import scripts.crafttweaker.stages.stageCreativeUnused; + +static stagedItems as IIngredient[][string] = { + stageFive.stage: [ + , + + ], + + stageCreativeUnused.stage: [ + + ] +}; + +function init() { + var modId as string = stagedItems.entrySet[0].value[0].items[0].definition.owner; + + var modStage as string = scripts.crafttweaker.staging.itemsAndRecipes.modId.containsMod(modId); + var doOverride as bool = modStage != ""; + + for stageName, items in stagedItems { + if (doOverride && stageName != modStage) { + ZenStager.addModItemOverrides(modId, items); + } + + ZenStager.getStage(stageName).addIngredients(items); + } +} diff --git a/scripts/crafttweaker/staging/itemsAndRecipes/mods/rftools.zs b/scripts/crafttweaker/staging/itemsAndRecipes/mods/rftools.zs new file mode 100644 index 0000000..73979f0 --- /dev/null +++ b/scripts/crafttweaker/staging/itemsAndRecipes/mods/rftools.zs @@ -0,0 +1,37 @@ +import crafttweaker.item.IIngredient; + +import mods.zenstages.ZenStager; + +import scripts.crafttweaker.stages.stageCreativeUnused; +import scripts.crafttweaker.stages.stageDisabled; + +static stagedItems as IIngredient[][string] = { + stageCreativeUnused.stage: [ + , + + ] +}; + +static hiddenItems as IIngredient[] = [ + , + , + , + , + +]; + +function init() { + var modId as string = stagedItems.entrySet[0].value[0].items[0].definition.owner; + + var modStage as string = scripts.crafttweaker.staging.itemsAndRecipes.modId.containsMod(modId); + var doOverride as bool = modStage != ""; + + for stageName, items in stagedItems { + if (doOverride && stageName != modStage) { + ZenStager.addModItemOverrides(modId, items); + } + + ZenStager.getStage(stageName).addIngredients(items); + } + recipeUtil.hideItems(hiddenItems as IIngredient[]); +} diff --git a/scripts/crafttweaker/staging/itemsAndRecipes/mods/rustic.zs b/scripts/crafttweaker/staging/itemsAndRecipes/mods/rustic.zs new file mode 100644 index 0000000..21223fa --- /dev/null +++ b/scripts/crafttweaker/staging/itemsAndRecipes/mods/rustic.zs @@ -0,0 +1,222 @@ +import crafttweaker.item.IIngredient; + +import mods.zenstages.ZenStager; + +import scripts.crafttweaker.stages.stageTutorial; +import scripts.crafttweaker.stages.stageZero; +import scripts.crafttweaker.stages.stageOne; +import scripts.crafttweaker.stages.stageTwo; +import scripts.crafttweaker.stages.stageThree; + +static stagedItems as IIngredient[][string] = { + stageTutorial.stage: [ + , + , + , + , + , + , + , + + ], + + stageZero.stage: [ + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + + ], + + stageOne.stage: [ + // Fences and Doors + , + , + , + , + , + , + , + , + , + + // Misc + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + + ], + + stageTwo.stage: [ + , + , + , + , + , + , + , + .withTag({ElixirEffects: [{Effect: "minecraft:fire_resistance", Duration: 3600, Amplifier: 0}]}), + .withTag({ElixirEffects: [{Effect: "minecraft:fire_resistance", Duration: 9600, Amplifier: 0}]}), + .withTag({ElixirEffects: [{Effect: "minecraft:haste", Duration: 1800, Amplifier: 1}]}), + .withTag({ElixirEffects: [{Effect: "minecraft:haste", Duration: 3600, Amplifier: 0}]}), + .withTag({ElixirEffects: [{Effect: "minecraft:haste", Duration: 9600, Amplifier: 0}]}), + .withTag({ElixirEffects: [{Effect: "minecraft:health_boost", Duration: 1800, Amplifier: 1}]}), + .withTag({ElixirEffects: [{Effect: "minecraft:health_boost", Duration: 3600, Amplifier: 0}]}), + .withTag({ElixirEffects: [{Effect: "minecraft:health_boost", Duration: 9600, Amplifier: 0}]}), + .withTag({ElixirEffects: [{Effect: "minecraft:instant_health", Duration: 1, Amplifier: 0}]}), + .withTag({ElixirEffects: [{Effect: "minecraft:instant_health", Duration: 1, Amplifier: 1}]}), + .withTag({ElixirEffects: [{Effect: "minecraft:night_vision", Duration: 3600, Amplifier: 0}]}), + .withTag({ElixirEffects: [{Effect: "minecraft:night_vision", Duration: 9600, Amplifier: 0}]}), + .withTag({ElixirEffects: [{Effect: "minecraft:regeneration", Duration: 450, Amplifier: 1}]}), + .withTag({ElixirEffects: [{Effect: "minecraft:regeneration", Duration: 900, Amplifier: 0}]}), + .withTag({ElixirEffects: [{Effect: "minecraft:regeneration", Duration: 1800, Amplifier: 0}]}), + .withTag({ElixirEffects: [{Effect: "minecraft:speed", Duration: 1800, Amplifier: 1}]}), + .withTag({ElixirEffects: [{Effect: "minecraft:speed", Duration: 3600, Amplifier: 0}]}), + .withTag({ElixirEffects: [{Effect: "minecraft:speed", Duration: 9600, Amplifier: 0}]}), + .withTag({ElixirEffects: [{Effect: "minecraft:strength", Duration: 1800, Amplifier: 1}]}), + .withTag({ElixirEffects: [{Effect: "minecraft:strength", Duration: 3600, Amplifier: 0}]}), + .withTag({ElixirEffects: [{Effect: "minecraft:strength", Duration: 9600, Amplifier: 0}]}), + .withTag({ElixirEffects: [{Effect: "minecraft:wither", Duration: 450, Amplifier: 1}]}), + .withTag({ElixirEffects: [{Effect: "minecraft:wither", Duration: 900, Amplifier: 0}]}), + .withTag({ElixirEffects: [{Effect: "minecraft:wither", Duration: 1800, Amplifier: 0}]}), + .withTag({ElixirEffects: [{Effect: "rustic:blazing_trail", Duration: 3600, Amplifier: 0}]}), + .withTag({ElixirEffects: [{Effect: "rustic:blazing_trail", Duration: 9600, Amplifier: 0}]}), + .withTag({ElixirEffects: [{Effect: "rustic:feather", Duration: 3600, Amplifier: 0}]}), + .withTag({ElixirEffects: [{Effect: "rustic:feather", Duration: 9600, Amplifier: 0}]}), + .withTag({ElixirEffects: [{Effect: "rustic:ironskin", Duration: 1800, Amplifier: 1}]}), + .withTag({ElixirEffects: [{Effect: "rustic:ironskin", Duration: 3600, Amplifier: 0}]}), + .withTag({ElixirEffects: [{Effect: "rustic:ironskin", Duration: 9600, Amplifier: 0}]}), + .withTag({Fluid: {FluidName: "ale", Amount: 1000, Tag: {Quality: 0.75 as float}}}), + .withTag({Fluid: {FluidName: "alewort", Amount: 1000}}), + .withTag({Fluid: {FluidName: "applejuice", Amount: 1000}}), + .withTag({Fluid: {FluidName: "cider", Amount: 1000, Tag: {Quality: 0.75 as float}}}), + .withTag({Fluid: {FluidName: "grapejuice", Amount: 1000}}), + .withTag({Fluid: {FluidName: "honey", Amount: 1000}}), + .withTag({Fluid: {FluidName: "ironberryjuice", Amount: 1000}}), + .withTag({Fluid: {FluidName: "ironwine", Amount: 1000, Tag: {Quality: 0.75 as float}}}), + .withTag({Fluid: {FluidName: "mead", Amount: 1000, Tag: {Quality: 0.75 as float}}}), + .withTag({Fluid: {FluidName: "oliveoil", Amount: 1000}}), + .withTag({Fluid: {FluidName: "wildberryjuice", Amount: 1000}}), + .withTag({Fluid: {FluidName: "wildberrywine", Amount: 1000, Tag: {Quality: 0.75 as float}}}), + .withTag({Fluid: {FluidName: "wine", Amount: 1000, Tag: {Quality: 0.75 as float}}}), + , + , + , + , + , + + ], + + stageThree.stage: [ + , + + ] +}; + +static hiddenItems as IIngredient[] = [ + +]; + +static hiddenRemove as IIngredient[] = [ + , + , + , + +]; + +function init() { + var modId as string = stagedItems.entrySet[0].value[0].items[0].definition.owner; + + var modStage as string = scripts.crafttweaker.staging.itemsAndRecipes.modId.containsMod(modId); + var doOverride as bool = modStage != ""; + + for stageName, items in stagedItems { + if (doOverride && stageName != modStage) { + ZenStager.addModItemOverrides(modId, items); + } + + ZenStager.getStage(stageName).addIngredients(items); + } + + recipeUtil.hideItems(hiddenItems as IIngredient[]); + recipeUtil.hideItems(hiddenRemove as IIngredient[], true); +} diff --git a/scripts/crafttweaker/staging/itemsAndRecipes/mods/simpletomb.zs b/scripts/crafttweaker/staging/itemsAndRecipes/mods/simpletomb.zs new file mode 100644 index 0000000..3cb3ff8 --- /dev/null +++ b/scripts/crafttweaker/staging/itemsAndRecipes/mods/simpletomb.zs @@ -0,0 +1,15 @@ +import crafttweaker.item.IIngredient; + +import mods.zenstages.ZenStager; + +import scripts.crafttweaker.stages.stageZero; +import scripts.crafttweaker.stages.stageTwo; +import scripts.crafttweaker.stages.stageDisabled; + +static hiddenRemove as IIngredient[] = [ + +]; + +function init() { + recipeUtil.hideItems(hiddenRemove as IIngredient[], true); +} diff --git a/scripts/crafttweaker/staging/itemsAndRecipes/mods/simplyarrows.zs b/scripts/crafttweaker/staging/itemsAndRecipes/mods/simplyarrows.zs new file mode 100644 index 0000000..15c26ef --- /dev/null +++ b/scripts/crafttweaker/staging/itemsAndRecipes/mods/simplyarrows.zs @@ -0,0 +1,38 @@ +import crafttweaker.item.IIngredient; + +import mods.zenstages.ZenStager; + +import scripts.crafttweaker.stages.stageBaykok; +import scripts.crafttweaker.stages.stageDisabled; + +static stagedItems as IIngredient[][string] = { + stageBaykok.stage: [ + , + + ] +}; + +static hiddenRemove as IIngredient[] = [ + , + , + , + , + , + +]; + +function init() { + var modId as string = stagedItems.entrySet[0].value[0].items[0].definition.owner; + + var modStage as string = scripts.crafttweaker.staging.itemsAndRecipes.modId.containsMod(modId); + var doOverride as bool = modStage != ""; + + for stageName, items in stagedItems { + if (doOverride && stageName != modStage) { + ZenStager.addModItemOverrides(modId, items); + } + + ZenStager.getStage(stageName).addIngredients(items); + } + recipeUtil.hideItems(hiddenRemove as IIngredient[], true); +} diff --git a/scripts/crafttweaker/staging/itemsAndRecipes/mods/spartanshields.zs b/scripts/crafttweaker/staging/itemsAndRecipes/mods/spartanshields.zs new file mode 100644 index 0000000..800fa8b --- /dev/null +++ b/scripts/crafttweaker/staging/itemsAndRecipes/mods/spartanshields.zs @@ -0,0 +1,76 @@ +import crafttweaker.item.IIngredient; + +import mods.zenstages.ZenStager; + +import scripts.crafttweaker.stages.stageZero; +import scripts.crafttweaker.stages.stageOne; +import scripts.crafttweaker.stages.stageTwo; +import scripts.crafttweaker.stages.stageThree; +import scripts.crafttweaker.stages.stageFive; + +static stagedItems as IIngredient[][string] = { + stageZero.stage: [ + , + , + , + + ], + + stageOne.stage: [ + , + , + , + , + , + + ], + + stageTwo.stage: [ + , + , + , + + ], + + stageThree.stage: [ + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + + ], + + stageFive.stage: [ + , + , + + ] +}; + +function init() { + var modId as string = stagedItems.entrySet[0].value[0].items[0].definition.owner; + + var modStage as string = scripts.crafttweaker.staging.itemsAndRecipes.modId.containsMod(modId); + var doOverride as bool = modStage != ""; + + for stageName, items in stagedItems { + if (doOverride && stageName != modStage) { + ZenStager.addModItemOverrides(modId, items); + } + + ZenStager.getStage(stageName).addIngredients(items); + } +} diff --git a/scripts/crafttweaker/staging/itemsAndRecipes/mods/stevescarts.zs b/scripts/crafttweaker/staging/itemsAndRecipes/mods/stevescarts.zs new file mode 100644 index 0000000..6445ec0 --- /dev/null +++ b/scripts/crafttweaker/staging/itemsAndRecipes/mods/stevescarts.zs @@ -0,0 +1,235 @@ +import crafttweaker.item.IIngredient; + +import mods.zenstages.ZenStager; + +import scripts.crafttweaker.stages.stageTwo; +import scripts.crafttweaker.stages.stageThree; +import scripts.crafttweaker.stages.stageFour; +import scripts.crafttweaker.stages.stageCreativeUnused; +import scripts.crafttweaker.stages.stageDisabled; + +static stagedItems as IIngredient[][string] = { + stageTwo.stage: [ + //Steves Carts Stage 3 Trigger Item + ], + + stageThree.stage: [ + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + + ], + + stageFour.stage: [ + , + , + , + , + , + + ], + + stageCreativeUnused.stage: [ + , + , + , + , + , + + ] +}; + +static hiddenItems as IIngredient[] = [ + +]; + +static hiddenRemove as IIngredient[] = [ + , + , + , + + // Easter event - the config option is just for show + , + , + , + , + , + , + .withTag({Data: 1 as byte}) + +]; + +function init() { + var modId as string = stagedItems.entrySet[0].value[0].items[0].definition.owner; + + var modStage as string = scripts.crafttweaker.staging.itemsAndRecipes.modId.containsMod(modId); + var doOverride as bool = modStage != ""; + + for stageName, items in stagedItems { + if (doOverride && stageName != modStage) { + ZenStager.addModItemOverrides(modId, items); + } + + ZenStager.getStage(stageName).addIngredients(items); + } + recipeUtil.hideItems(hiddenItems as IIngredient[]); + recipeUtil.hideItems(hiddenRemove as IIngredient[], true); +} diff --git a/scripts/crafttweaker/staging/itemsAndRecipes/mods/storagedrawers.zs b/scripts/crafttweaker/staging/itemsAndRecipes/mods/storagedrawers.zs new file mode 100644 index 0000000..9ac3a30 --- /dev/null +++ b/scripts/crafttweaker/staging/itemsAndRecipes/mods/storagedrawers.zs @@ -0,0 +1,85 @@ +import crafttweaker.item.IIngredient; + +import mods.zenstages.ZenStager; + +import scripts.crafttweaker.stages.stageTwo; +import scripts.crafttweaker.stages.stageThree; +import scripts.crafttweaker.stages.stageFive; +import scripts.crafttweaker.stages.stageCreativeUnused; +import scripts.crafttweaker.stages.stageDisabled; + +static stagedItems as IIngredient[][string] = { + stageTwo.stage: [ + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + + ], + + stageThree.stage: [ + , + , + , + , + , + , + , + , + , + , + , + , + , + + ], + + stageFive.stage: [ + , + + ], + + stageCreativeUnused.stage: [ + , + + ] +}; + +static hiddenRemove as IIngredient[] = [ + +]; + + +function init() { + var modId as string = stagedItems.entrySet[0].value[0].items[0].definition.owner; + + var modStage as string = scripts.crafttweaker.staging.itemsAndRecipes.modId.containsMod(modId); + var doOverride as bool = modStage != ""; + + for stageName, items in stagedItems { + if (doOverride && stageName != modStage) { + ZenStager.addModItemOverrides(modId, items); + } + + ZenStager.getStage(stageName).addIngredients(items); + } + recipeUtil.hideItems(hiddenRemove as IIngredient[], true); +} diff --git a/scripts/crafttweaker/staging/itemsAndRecipes/mods/supersoundmuffler.zs b/scripts/crafttweaker/staging/itemsAndRecipes/mods/supersoundmuffler.zs new file mode 100644 index 0000000..d21fa55 --- /dev/null +++ b/scripts/crafttweaker/staging/itemsAndRecipes/mods/supersoundmuffler.zs @@ -0,0 +1,27 @@ +import crafttweaker.item.IIngredient; + +import mods.zenstages.ZenStager; + +import scripts.crafttweaker.stages.stageTwo; + +static stagedItems as IIngredient[][string] = { + stageTwo.stage: [ + , + + ] +}; + +function init() { + var modId as string = stagedItems.entrySet[0].value[0].items[0].definition.owner; + + var modStage as string = scripts.crafttweaker.staging.itemsAndRecipes.modId.containsMod(modId); + var doOverride as bool = modStage != ""; + + for stageName, items in stagedItems { + if (doOverride && stageName != modStage) { + ZenStager.addModItemOverrides(modId, items); + } + + ZenStager.getStage(stageName).addIngredients(items); + } +} diff --git a/scripts/crafttweaker/staging/itemsAndRecipes/mods/tallgates.zs b/scripts/crafttweaker/staging/itemsAndRecipes/mods/tallgates.zs new file mode 100644 index 0000000..7c90881 --- /dev/null +++ b/scripts/crafttweaker/staging/itemsAndRecipes/mods/tallgates.zs @@ -0,0 +1,31 @@ +import crafttweaker.item.IIngredient; + +import mods.zenstages.ZenStager; + +import scripts.crafttweaker.stages.stageOne; + +static stagedItems as IIngredient[][string] = { + stageOne.stage: [ + , + , + , + , + , + + ] +}; + +function init() { + var modId as string = stagedItems.entrySet[0].value[0].items[0].definition.owner; + + var modStage as string = scripts.crafttweaker.staging.itemsAndRecipes.modId.containsMod(modId); + var doOverride as bool = modStage != ""; + + for stageName, items in stagedItems { + if (doOverride && stageName != modStage) { + ZenStager.addModItemOverrides(modId, items); + } + + ZenStager.getStage(stageName).addIngredients(items); + } +} diff --git a/scripts/crafttweaker/staging/itemsAndRecipes/mods/tcomplement.zs b/scripts/crafttweaker/staging/itemsAndRecipes/mods/tcomplement.zs new file mode 100644 index 0000000..afcd665 --- /dev/null +++ b/scripts/crafttweaker/staging/itemsAndRecipes/mods/tcomplement.zs @@ -0,0 +1,60 @@ +import crafttweaker.item.IIngredient; + +import mods.zenstages.ZenStager; + +import scripts.crafttweaker.stages.stageZero; +import scripts.crafttweaker.stages.stageTwo; +import scripts.crafttweaker.stages.stageFour; +import scripts.crafttweaker.stages.stageFive; +import scripts.crafttweaker.stages.stageDisabled; + +static stagedItems as IIngredient[][string] = { + stageZero.stage: [ + , + , + , + , + , + + ], + + stageTwo.stage: [ + , + , + , + , + , + , + , + + ], + + stageFour.stage: [ + , + , + , + , + , + , + , + + ], + stageFive.stage: [ + + ] +}; + +function init() { + var modId as string = stagedItems.entrySet[0].value[0].items[0].definition.owner; + + var modStage as string = scripts.crafttweaker.staging.itemsAndRecipes.modId.containsMod(modId); + var doOverride as bool = modStage != ""; + + for stageName, items in stagedItems { + if (doOverride && stageName != modStage) { + ZenStager.addModItemOverrides(modId, items); + } + + ZenStager.getStage(stageName).addIngredients(items); + } +} diff --git a/scripts/crafttweaker/staging/itemsAndRecipes/mods/tconstruct.zs b/scripts/crafttweaker/staging/itemsAndRecipes/mods/tconstruct.zs new file mode 100644 index 0000000..438947f --- /dev/null +++ b/scripts/crafttweaker/staging/itemsAndRecipes/mods/tconstruct.zs @@ -0,0 +1,341 @@ +import crafttweaker.item.IIngredient; + +import mods.zenstages.ZenStager; + +import scripts.crafttweaker.stages.stageZero; +import scripts.crafttweaker.stages.stageOne; +import scripts.crafttweaker.stages.stageTwo; +import scripts.crafttweaker.stages.stageThree; +import scripts.crafttweaker.stages.stageFour; +import scripts.crafttweaker.stages.stageCreative; +import scripts.crafttweaker.stages.stageDisabled; + +static stagedItems as IIngredient[][string] = { + stageZero.stage: [ + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + .withTag({textureBlock: {id: "minecraft:wooden_slab", Count: 1 as byte, Damage: 0 as short}}), + .withTag({textureBlock: {id: "minecraft:wooden_slab", Count: 1 as byte, Damage: 0 as short}}), + , + , + , + , + , + , + , + , + , + , + , + + ], + + stageOne.stage: [ + // Bricks + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + + // Misc + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + + ], + + stageTwo.stage: [ + , + , + , + , + , + .withTag({}), + .withTag({PartType: "tconstruct:shard"}), + .withTag({}), + .withTag({PartType: "tconstruct:shard"}), + , + , + , + , + , + , + , + .withTag({}), + .withTag({PartType: "tconstruct:shard"}), + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + .withTag({textureBlock: {id: "abyssalcraft:ingotblock", Count: 1 as byte, Damage: 0 as short}}), + .withTag({textureBlock: {id: "abyssalcraft:ingotblock", Count: 1 as byte, Damage: 1 as short}}), + .withTag({textureBlock: {id: "abyssalcraft:ingotblock", Count: 1 as byte, Damage: 2 as short}}), + .withTag({textureBlock: {id: "immersiveengineering:storage", Count: 1 as byte, Damage: 0 as short}}), + .withTag({textureBlock: {id: "immersiveengineering:storage", Count: 1 as byte, Damage: 3 as short}}), + .withTag({textureBlock: {id: "mekanism:basicblock", Count: 1 as byte, Damage: 1 as short}}), + .withTag({textureBlock: {id: "mekanism:basicblock", Count: 1 as byte, Damage: 13 as short}}), + .withTag({textureBlock: {id: "minecraft:gold_block", Count: 1 as byte, Damage: 0 as short}}), + .withTag({textureBlock: {id: "minecraft:iron_block", Count: 1 as byte, Damage: 0 as short}}), + .withTag({textureBlock: {id: "twilightforest:block_storage", Count: 1 as byte, Damage: 1 as short}}), + .withTag({textureBlock: {id: "twilightforest:block_storage", Count: 1 as byte, Damage: 2 as short}}) + ], + + stageThree.stage: [ + // Stairs + , + , + + // Rails + , + , + + // Misc + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + .withTag({textureBlock: {id: "immersiveengineering:storage", Count: 1 as byte, Damage: 1 as short}}), + .withTag({textureBlock: {id: "immersiveengineering:storage", Count: 1 as byte, Damage: 2 as short}}), + .withTag({textureBlock: {id: "immersiveengineering:storage", Count: 1 as byte, Damage: 4 as short}}), + .withTag({textureBlock: {id: "immersiveengineering:storage", Count: 1 as byte, Damage: 6 as short}}), + .withTag({textureBlock: {id: "immersiveengineering:storage", Count: 1 as byte, Damage: 7 as short}}), + .withTag({textureBlock: {id: "immersiveengineering:storage", Count: 1 as byte, Damage: 8 as short}}), + .withTag({textureBlock: {id: "tconstruct:metal", Count: 1 as byte, Damage: 3 as short}}), + .withTag({textureBlock: {id: "tconstruct:metal", Count: 1 as byte, Damage: 5 as short}}) + ], + + stageFour.stage: [ + , + , + , + , + , + .withTag({textureBlock: {id: "tconstruct:metal", Count: 1 as byte, Damage: 0 as short}}), + .withTag({textureBlock: {id: "tconstruct:metal", Count: 1 as byte, Damage: 1 as short}}), + .withTag({textureBlock: {id: "tconstruct:metal", Count: 1 as byte, Damage: 2 as short}}), + .withTag({textureBlock: {id: "tconstruct:metal", Count: 1 as byte, Damage: 4 as short}}) + ], + + stageCreative.stage: [ + + ] +}; + +static hiddenItems as IIngredient[] = [ + , + , + , + , + , + , + , + , + , + , + , + , + , + +]; + +static hiddenRemove as IIngredient[] = [ + , + , + , + , + , + .withTag({textureBlock: {id: "extraplanets:neptune", Count: 1 as byte, Damage: 7 as short}}), + .withTag({textureBlock: {id: "primal:metalblock", Count: 1 as byte, Damage: 12 as short}}), + , + + // YoYo is here because we don't use the Vanilla system and force the Tinkers Path. So it can be hidden and disabled here! + +]; + +function init() { + var modId as string = stagedItems.entrySet[0].value[0].items[0].definition.owner; + + var modStage as string = scripts.crafttweaker.staging.itemsAndRecipes.modId.containsMod(modId); + var doOverride as bool = modStage != ""; + + for stageName, items in stagedItems { + if (doOverride && stageName != modStage) { + ZenStager.addModItemOverrides(modId, items); + } + + ZenStager.getStage(stageName).addIngredients(items); + } + recipeUtil.hideItems(hiddenItems as IIngredient[]); + recipeUtil.hideItems(hiddenRemove as IIngredient[], true); + + // Handle the Tool Tables + for subItem in .definition.subItems { + stageTwo.addIngredient(subItem); + } +} diff --git a/scripts/crafttweaker/staging/itemsAndRecipes/mods/teslacorelib.zs b/scripts/crafttweaker/staging/itemsAndRecipes/mods/teslacorelib.zs new file mode 100644 index 0000000..e7ba503 --- /dev/null +++ b/scripts/crafttweaker/staging/itemsAndRecipes/mods/teslacorelib.zs @@ -0,0 +1,37 @@ +import crafttweaker.item.IIngredient; + +import mods.zenstages.ZenStager; + +import scripts.crafttweaker.stages.stageOne; +import scripts.crafttweaker.stages.stageFour; + +static stagedItems as IIngredient[][string] = { + stageOne.stage: [ + + ], + + stageFour.stage: [ + , + , + , + , + , + , + + ] +}; + +function init() { + var modId as string = stagedItems.entrySet[0].value[0].items[0].definition.owner; + + var modStage as string = scripts.crafttweaker.staging.itemsAndRecipes.modId.containsMod(modId); + var doOverride as bool = modStage != ""; + + for stageName, items in stagedItems { + if (doOverride && stageName != modStage) { + ZenStager.addModItemOverrides(modId, items); + } + + ZenStager.getStage(stageName).addIngredients(items); + } +} diff --git a/scripts/crafttweaker/staging/itemsAndRecipes/mods/thebetweenlands.zs b/scripts/crafttweaker/staging/itemsAndRecipes/mods/thebetweenlands.zs new file mode 100644 index 0000000..78715bc --- /dev/null +++ b/scripts/crafttweaker/staging/itemsAndRecipes/mods/thebetweenlands.zs @@ -0,0 +1,35 @@ +import crafttweaker.item.IIngredient; + +import mods.zenstages.ZenStager; + +import scripts.crafttweaker.stages.stageZero; + +static stagedItems as IIngredient[][string] = { + stageZero.stage: [ + , + + ] +}; + +static hiddenRemove as IIngredient[] = [ + , + , + +]; + +function init() { + var modId as string = stagedItems.entrySet[0].value[0].items[0].definition.owner; + + var modStage as string = scripts.crafttweaker.staging.itemsAndRecipes.modId.containsMod(modId); + var doOverride as bool = modStage != ""; + + for stageName, items in stagedItems { + if (doOverride && stageName != modStage) { + ZenStager.addModItemOverrides(modId, items); + } + + ZenStager.getStage(stageName).addIngredients(items); + } + + recipeUtil.hideItems(hiddenRemove as IIngredient[], true); +} diff --git a/scripts/crafttweaker/staging/itemsAndRecipes/mods/totemic.zs b/scripts/crafttweaker/staging/itemsAndRecipes/mods/totemic.zs new file mode 100644 index 0000000..feb25b3 --- /dev/null +++ b/scripts/crafttweaker/staging/itemsAndRecipes/mods/totemic.zs @@ -0,0 +1,85 @@ +import crafttweaker.item.IIngredient; + +import mods.zenstages.ZenStager; + +import scripts.crafttweaker.stages.stageZero; +import scripts.crafttweaker.stages.stageOne; +import scripts.crafttweaker.stages.stageCreativeUnused; +import scripts.crafttweaker.stages.stageBaykok; + +static stagedItems as IIngredient[][string] = { + stageZero.stage: [ + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ], + + stageOne.stage: [ + , + , + + ], + + stageBaykok.stage: [ + + ], + + stageCreativeUnused.stage: [ + , + , + + ] +}; + +function init() { + var modId as string = stagedItems.entrySet[0].value[0].items[0].definition.owner; + + var modStage as string = scripts.crafttweaker.staging.itemsAndRecipes.modId.containsMod(modId); + var doOverride as bool = modStage != ""; + + for stageName, items in stagedItems { + if (doOverride && stageName != modStage) { + ZenStager.addModItemOverrides(modId, items); + } + + ZenStager.getStage(stageName).addIngredients(items); + } +} diff --git a/scripts/crafttweaker/staging/itemsAndRecipes/mods/translocators.zs b/scripts/crafttweaker/staging/itemsAndRecipes/mods/translocators.zs new file mode 100644 index 0000000..0db8d4d --- /dev/null +++ b/scripts/crafttweaker/staging/itemsAndRecipes/mods/translocators.zs @@ -0,0 +1,27 @@ +import crafttweaker.item.IIngredient; + +import mods.zenstages.ZenStager; + +import scripts.crafttweaker.stages.stageFive; + +static stagedItems as IIngredient[][string] = { + stageFive.stage: [ + , + + ] +}; + +function init() { + var modId as string = stagedItems.entrySet[0].value[0].items[0].definition.owner; + + var modStage as string = scripts.crafttweaker.staging.itemsAndRecipes.modId.containsMod(modId); + var doOverride as bool = modStage != ""; + + for stageName, items in stagedItems { + if (doOverride && stageName != modStage) { + ZenStager.addModItemOverrides(modId, items); + } + + ZenStager.getStage(stageName).addIngredients(items); + } +} diff --git a/scripts/crafttweaker/staging/itemsAndRecipes/mods/traverse.zs b/scripts/crafttweaker/staging/itemsAndRecipes/mods/traverse.zs new file mode 100644 index 0000000..9c2f921 --- /dev/null +++ b/scripts/crafttweaker/staging/itemsAndRecipes/mods/traverse.zs @@ -0,0 +1,73 @@ +import crafttweaker.item.IIngredient; + +import mods.zenstages.ZenStager; + +import scripts.crafttweaker.stages.stageZero; +import scripts.crafttweaker.stages.stageOne; + +static stagedItems as IIngredient[][string] = { + stageZero.stage: [ + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + + ], + + stageOne.stage: [ + , + , + , + , + , + , + , + , + , + , + , + , + , + + ] +}; + +static hidden as IIngredient[] = [ + , + +]; + +function init() { + var modId as string = stagedItems.entrySet[0].value[0].items[0].definition.owner; + + var modStage as string = scripts.crafttweaker.staging.itemsAndRecipes.modId.containsMod(modId); + var doOverride as bool = modStage != ""; + + for stageName, items in stagedItems { + if (doOverride && stageName != modStage) { + ZenStager.addModItemOverrides(modId, items); + } + + ZenStager.getStage(stageName).addIngredients(items); + } + + recipeUtil.hideItems(hidden as IIngredient[], false); +} diff --git a/scripts/crafttweaker/staging/itemsAndRecipes/mods/trumpetskeleton.zs b/scripts/crafttweaker/staging/itemsAndRecipes/mods/trumpetskeleton.zs new file mode 100644 index 0000000..2d7560f --- /dev/null +++ b/scripts/crafttweaker/staging/itemsAndRecipes/mods/trumpetskeleton.zs @@ -0,0 +1,26 @@ +import crafttweaker.item.IIngredient; + +import mods.zenstages.ZenStager; + +import scripts.crafttweaker.stages.stageZero; + +static stagedItems as IIngredient[][string] = { + stageZero.stage: [ + + ] +}; + +function init() { + var modId as string = stagedItems.entrySet[0].value[0].items[0].definition.owner; + + var modStage as string = scripts.crafttweaker.staging.itemsAndRecipes.modId.containsMod(modId); + var doOverride as bool = modStage != ""; + + for stageName, items in stagedItems { + if (doOverride && stageName != modStage) { + ZenStager.addModItemOverrides(modId, items); + } + + ZenStager.getStage(stageName).addIngredients(items); + } +} diff --git a/scripts/crafttweaker/staging/itemsAndRecipes/mods/twilightforest.zs b/scripts/crafttweaker/staging/itemsAndRecipes/mods/twilightforest.zs new file mode 100644 index 0000000..cbdf9ec --- /dev/null +++ b/scripts/crafttweaker/staging/itemsAndRecipes/mods/twilightforest.zs @@ -0,0 +1,51 @@ +import crafttweaker.item.IIngredient; + +import mods.zenstages.ZenStager; + +import scripts.crafttweaker.stages.stageTwo; +import scripts.crafttweaker.stages.stageThree; +import scripts.crafttweaker.stages.stageDisabled; + +static stagedItems as IIngredient[][string] = { + stageTwo.stage: [ + , + .withTag({shader_rarity: "COMMON"}) + ], + + stageThree.stage: [ + .withTag({shader_type: "IKELOS"}), + .withTag({shader_type: "Taken"}), + .withTag({shader_type: "The Kindled"}), + .withTag({shader_type: "Usurper"}), + .withTag({shader_rarity: "EPIC"}), + .withTag({shader_rarity: "IE:MASTERWORK"}), + .withTag({shader_rarity: "RARE"}), + .withTag({shader_rarity: "TWILIGHT"}), + .withTag({shader_rarity: "UNCOMMON"}) + ], + + stageDisabled.stage: [ + + ] +}; + +static hidden as IIngredient[] = [ + +]; + +function init() { + var modId as string = stagedItems.entrySet[0].value[0].items[0].definition.owner; + + var modStage as string = scripts.crafttweaker.staging.itemsAndRecipes.modId.containsMod(modId); + var doOverride as bool = modStage != ""; + + for stageName, items in stagedItems { + if (doOverride && stageName != modStage) { + ZenStager.addModItemOverrides(modId, items); + } + + ZenStager.getStage(stageName).addIngredients(items); + } + + recipeUtil.hideItems(hidden as IIngredient[], false); +} diff --git a/scripts/crafttweaker/staging/itemsAndRecipes/mods/valkyrielib.zs b/scripts/crafttweaker/staging/itemsAndRecipes/mods/valkyrielib.zs new file mode 100644 index 0000000..0bbc4f7 --- /dev/null +++ b/scripts/crafttweaker/staging/itemsAndRecipes/mods/valkyrielib.zs @@ -0,0 +1,33 @@ +import crafttweaker.item.IIngredient; + +import mods.zenstages.ZenStager; + +import scripts.crafttweaker.stages.stageFive; +import scripts.crafttweaker.stages.stageDisabled; + +static stagedItems as IIngredient[][string] = { + stageFive.stage: [ + + ] +}; + +static hiddenRemove as IIngredient[] = [ + , + +]; + +function init() { + var modId as string = stagedItems.entrySet[0].value[0].items[0].definition.owner; + + var modStage as string = scripts.crafttweaker.staging.itemsAndRecipes.modId.containsMod(modId); + var doOverride as bool = modStage != ""; + + for stageName, items in stagedItems { + if (doOverride && stageName != modStage) { + ZenStager.addModItemOverrides(modId, items); + } + + ZenStager.getStage(stageName).addIngredients(items); + } + recipeUtil.hideItems(hiddenRemove as IIngredient[], true); +} diff --git a/scripts/crafttweaker/staging/itemsAndRecipes/mods/vc.zs b/scripts/crafttweaker/staging/itemsAndRecipes/mods/vc.zs new file mode 100644 index 0000000..a2c7ca9 --- /dev/null +++ b/scripts/crafttweaker/staging/itemsAndRecipes/mods/vc.zs @@ -0,0 +1,27 @@ +import crafttweaker.item.IIngredient; + +import mods.zenstages.ZenStager; + +import scripts.crafttweaker.stages.stageCreativeUnused; + +static stagedItems as IIngredient[][string] = { + stageCreativeUnused.stage: [ + , + + ] +}; + +function init() { + var modId as string = stagedItems.entrySet[0].value[0].items[0].definition.owner; + + var modStage as string = scripts.crafttweaker.staging.itemsAndRecipes.modId.containsMod(modId); + var doOverride as bool = modStage != ""; + + for stageName, items in stagedItems { + if (doOverride && stageName != modStage) { + ZenStager.addModItemOverrides(modId, items); + } + + ZenStager.getStage(stageName).addIngredients(items); + } +} diff --git a/scripts/crafttweaker/staging/itemsAndRecipes/mods/waterstrainer.zs b/scripts/crafttweaker/staging/itemsAndRecipes/mods/waterstrainer.zs new file mode 100644 index 0000000..54970ff --- /dev/null +++ b/scripts/crafttweaker/staging/itemsAndRecipes/mods/waterstrainer.zs @@ -0,0 +1,56 @@ +import crafttweaker.item.IIngredient; + +import mods.zenstages.ZenStager; + +import scripts.crafttweaker.stages.stageZero; +import scripts.crafttweaker.stages.stageOne; +import scripts.crafttweaker.stages.stageTwo; +import scripts.crafttweaker.stages.stageFive; +import scripts.crafttweaker.stages.stageCreativeUnused; + +static stagedItems as IIngredient[][string] = { + stageZero.stage: [ + , + , + , + , + , + , + , + + ], + + stageOne.stage: [ + + ], + + stageTwo.stage: [ + , + , + + ], + + stageFive.stage: [ + , + + ], + + stageCreativeUnused.stage: [ + + ] +}; + +function init() { + var modId as string = stagedItems.entrySet[0].value[0].items[0].definition.owner; + + var modStage as string = scripts.crafttweaker.staging.itemsAndRecipes.modId.containsMod(modId); + var doOverride as bool = modStage != ""; + + for stageName, items in stagedItems { + if (doOverride && stageName != modStage) { + ZenStager.addModItemOverrides(modId, items); + } + + ZenStager.getStage(stageName).addIngredients(items); + } +} diff --git a/scripts/crafttweaker/staging/itemsAndRecipes/mods/weirdinggadget.zs b/scripts/crafttweaker/staging/itemsAndRecipes/mods/weirdinggadget.zs new file mode 100644 index 0000000..91868cf --- /dev/null +++ b/scripts/crafttweaker/staging/itemsAndRecipes/mods/weirdinggadget.zs @@ -0,0 +1,26 @@ +import crafttweaker.item.IIngredient; + +import mods.zenstages.ZenStager; + +import scripts.crafttweaker.stages.stageTwo; + +static stagedItems as IIngredient[][string] = { + stageTwo.stage: [ + + ] +}; + +function init() { + var modId as string = stagedItems.entrySet[0].value[0].items[0].definition.owner; + + var modStage as string = scripts.crafttweaker.staging.itemsAndRecipes.modId.containsMod(modId); + var doOverride as bool = modStage != ""; + + for stageName, items in stagedItems { + if (doOverride && stageName != modStage) { + ZenStager.addModItemOverrides(modId, items); + } + + ZenStager.getStage(stageName).addIngredients(items); + } +} diff --git a/scripts/crafttweaker/staging/itemsAndRecipes/mods/witherskelefix.zs b/scripts/crafttweaker/staging/itemsAndRecipes/mods/witherskelefix.zs new file mode 100644 index 0000000..7e26e10 --- /dev/null +++ b/scripts/crafttweaker/staging/itemsAndRecipes/mods/witherskelefix.zs @@ -0,0 +1,28 @@ +import crafttweaker.item.IIngredient; + +import mods.zenstages.ZenStager; + +import scripts.crafttweaker.stages.stageThree; + +static stagedItems as IIngredient[][string] = { + stageThree.stage: [ + , + , + + ] +}; + +function init() { + var modId as string = stagedItems.entrySet[0].value[0].items[0].definition.owner; + + var modStage as string = scripts.crafttweaker.staging.itemsAndRecipes.modId.containsMod(modId); + var doOverride as bool = modStage != ""; + + for stageName, items in stagedItems { + if (doOverride && stageName != modStage) { + ZenStager.addModItemOverrides(modId, items); + } + + ZenStager.getStage(stageName).addIngredients(items); + } +} diff --git a/scripts/crafttweaker/staging/itemsAndRecipes/mods/wopper.zs b/scripts/crafttweaker/staging/itemsAndRecipes/mods/wopper.zs new file mode 100644 index 0000000..7bffe93 --- /dev/null +++ b/scripts/crafttweaker/staging/itemsAndRecipes/mods/wopper.zs @@ -0,0 +1,26 @@ +import crafttweaker.item.IIngredient; + +import mods.zenstages.ZenStager; + +import scripts.crafttweaker.stages.stageZero; + +static stagedItems as IIngredient[][string] = { + stageZero.stage: [ + + ] +}; + +function init() { + var modId as string = stagedItems.entrySet[0].value[0].items[0].definition.owner; + + var modStage as string = scripts.crafttweaker.staging.itemsAndRecipes.modId.containsMod(modId); + var doOverride as bool = modStage != ""; + + for stageName, items in stagedItems { + if (doOverride && stageName != modStage) { + ZenStager.addModItemOverrides(modId, items); + } + + ZenStager.getStage(stageName).addIngredients(items); + } +} diff --git a/scripts/crafttweaker/staging/itemsAndRecipes/mods/xnet.zs b/scripts/crafttweaker/staging/itemsAndRecipes/mods/xnet.zs new file mode 100644 index 0000000..3c6d2b9 --- /dev/null +++ b/scripts/crafttweaker/staging/itemsAndRecipes/mods/xnet.zs @@ -0,0 +1,50 @@ +import crafttweaker.item.IIngredient; + +import mods.zenstages.ZenStager; + +import scripts.crafttweaker.stages.stageFive; + +static stagedItems as IIngredient[][string] = { + stageFive.stage: [ + .withTag({display: {LocName: "tile.xnet.advanced_connector_blue.name"}}), + .withTag({display: {LocName: "tile.xnet.advanced_connector_red.name"}}), + .withTag({display: {LocName: "tile.xnet.advanced_connector_yellow.name"}}), + .withTag({display: {LocName: "tile.xnet.advanced_connector_green.name"}}), + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + + ] +}; + +function init() { + var modId as string = stagedItems.entrySet[0].value[0].items[0].definition.owner; + + var modStage as string = scripts.crafttweaker.staging.itemsAndRecipes.modId.containsMod(modId); + var doOverride as bool = modStage != ""; + + for stageName, items in stagedItems { + if (doOverride && stageName != modStage) { + ZenStager.addModItemOverrides(modId, items); + } + + ZenStager.getStage(stageName).addIngredients(items); + } +} diff --git a/scripts/crafttweaker/staging/itemsAndRecipes/mods/yoyos.zs b/scripts/crafttweaker/staging/itemsAndRecipes/mods/yoyos.zs new file mode 100644 index 0000000..83e8b9f --- /dev/null +++ b/scripts/crafttweaker/staging/itemsAndRecipes/mods/yoyos.zs @@ -0,0 +1,26 @@ +import crafttweaker.item.IIngredient; + +import mods.zenstages.ZenStager; + +import scripts.crafttweaker.stages.stageTwo; + +static stagedItems as IIngredient[][string] = { + stageTwo.stage: [ + + ] +}; + +function init() { + var modId as string = stagedItems.entrySet[0].value[0].items[0].definition.owner; + + var modStage as string = scripts.crafttweaker.staging.itemsAndRecipes.modId.containsMod(modId); + var doOverride as bool = modStage != ""; + + for stageName, items in stagedItems { + if (doOverride && stageName != modStage) { + ZenStager.addModItemOverrides(modId, items); + } + + ZenStager.getStage(stageName).addIngredients(items); + } +} diff --git a/scripts/crafttweaker/staging/itemsAndRecipes/oredict.zs b/scripts/crafttweaker/staging/itemsAndRecipes/oredict.zs new file mode 100644 index 0000000..9496851 --- /dev/null +++ b/scripts/crafttweaker/staging/itemsAndRecipes/oredict.zs @@ -0,0 +1,38 @@ +import crafttweaker.item.IIngredient; + +import mods.zenstages.ZenStager; + +import scripts.crafttweaker.stages.stageZero; +import scripts.crafttweaker.stages.stageOne; +import scripts.crafttweaker.stages.stageFour; +import scripts.crafttweaker.stages.stageFive; + +static stagedItems as IIngredient[][string] = { + stageZero.stage: [ + , + , + + ], + + stageOne.stage: [ + + ], + + stageFour.stage: [ + , + , + + ], + + stageFive.stage: [ + , + , + + ] +}; + +function init() { + for stageName, items in stagedItems { + ZenStager.getStage(stageName).addIngredients(items); + } +} diff --git a/scripts/crafttweaker/staging/itemsAndRecipes/stages.zs b/scripts/crafttweaker/staging/itemsAndRecipes/stages.zs new file mode 100644 index 0000000..32d49d3 --- /dev/null +++ b/scripts/crafttweaker/staging/itemsAndRecipes/stages.zs @@ -0,0 +1,45 @@ +/* + SevTech: Ages Items and Recipes Stages Staging Script + + This script handles the staging of items that involve multiple stages. + Anything specific to an individual stage should not be here! + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +import mods.zenstages.Stage; + +import scripts.crafttweaker.stages.stageTutorial; +import scripts.crafttweaker.stages.stageZero; +import scripts.crafttweaker.stages.stageOne; +import scripts.crafttweaker.stages.stageTwo; +import scripts.crafttweaker.stages.stageThree; +import scripts.crafttweaker.stages.stageFour; +import scripts.crafttweaker.stages.stageFive; +import scripts.crafttweaker.stages.stageCreative; +import scripts.crafttweaker.stages.stageBaykok; +import scripts.crafttweaker.stages.stageMapping; + +// Contains all "useful" stages +static ALL_STAGES as Stage[] = [ + // Core stages + stageTutorial, + stageZero, + stageOne, + stageTwo, + stageThree, + stageFour, + stageFive, + stageCreative, + + // Unique stages + stageBaykok, + stageMapping +]; + +function init() { + for stage in ALL_STAGES { + stage.addRecipeRegex(stage.recipeRegex); + } +} diff --git a/scripts/crafttweaker/staging/journeymap.zs b/scripts/crafttweaker/staging/journeymap.zs new file mode 100644 index 0000000..a6538a1 --- /dev/null +++ b/scripts/crafttweaker/staging/journeymap.zs @@ -0,0 +1,29 @@ +/* + SevTech: Ages JourneyMap Staging Script + + This script handles the staging of JourneyMap features + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +import mods.jmapstages.JMapStages; + +import scripts.crafttweaker.stages.stageMapping; + +/* + Init method to perform the logic for the script. +*/ +function init() { + // Restricts player from making waypoints. If they do make one it will be destroyed automatically. + JMapStages.setWaypointStage(stageMapping.stage); + + // Restricts players from accessing the fullscreen and options screen. + JMapStages.setFullscreenStage(stageMapping.stage); + + // Restricts players from making deathpoints. If they do make one it will be destroyed automatically. + JMapStages.setDeathpointStage(stageMapping.stage); + + // Restricts the player from having the minimap open on their screen. + JMapStages.setMinimapStage(stageMapping.stage); +} diff --git a/scripts/crafttweaker/staging/liquidAndGas.zs b/scripts/crafttweaker/staging/liquidAndGas.zs new file mode 100644 index 0000000..aba6edf --- /dev/null +++ b/scripts/crafttweaker/staging/liquidAndGas.zs @@ -0,0 +1,316 @@ +/* + SevTech: Ages Liquid and Gas Staging Script + + This script handles the staging of Liquids and Gasses including buckets. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +import crafttweaker.item.IItemStack; +import crafttweaker.item.IIngredient; +import crafttweaker.liquid.ILiquidStack; + +import mod.mekanism.gas.IGasStack; +import mods.mekatweaks.GasStages; +import mods.zenstages.Stage; +import mods.zenstages.ZenStager; + +import scripts.crafttweaker.craftingUtils; +import scripts.crafttweaker.stages.stageZero; +import scripts.crafttweaker.stages.stageOne; +import scripts.crafttweaker.stages.stageTwo; +import scripts.crafttweaker.stages.stageThree; +import scripts.crafttweaker.stages.stageFour; +import scripts.crafttweaker.stages.stageFive; +import scripts.crafttweaker.stages.stageDisabled; + +// Liquid "Items" +static liquidItemsForStage as IItemStack[][string] = { + stageZero.stage: [ + , + , + , + , + , + , + , + , + , + , + , + , + + ], + + stageOne.stage: [ + , + , + , + , + , + , + , + , + , + , + , + + ], + + stageThree.stage: [ + , + , + , + , + , + , + , + , + , + , + , + + ], + + stageFour.stage: [ + , + , + , + , + , + , + + ], + + stageFive.stage: [ + , + , + , + , + + ] +}; + +// Liquids +static liquidsForStage as ILiquidStack[][string] = { + stageZero.stage: [ + , + + ], + + stageOne.stage: [ + , + , + , + , + + ], + + stageTwo.stage: [ + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + + ], + + stageThree.stage: [ + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + + ], + + stageFour.stage: [ + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + + ], + + stageFive.stage: [ + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + + ], + + stageDisabled.stage: [ + , + + ] +}; + +static liquidsNamesForBucketStaging as string[][string] = { + stageThree.stage: [ + "milk" + ] +}; + +static gassesForStage as IGasStack[][string] = { + stageFive.stage: [ + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + + ] +}; + +function init() { + for stageName, liquidItems in liquidItemsForStage { + var stage as Stage = ZenStager.getStage(stageName); + + for i, liquidItem in liquidItems { + if (!isNull(liquidItem)) { + stage.addIngredient(liquidItem); + } + } + } + + for stageName, liquidStacks in liquidsForStage { + var stage as Stage = ZenStager.getStage(stageName); + + for i, liquidStack in liquidStacks { + if (!isNull(liquidStack)) { + // Stage Liquid + stage.addIngredient(liquidStack); + // Stage buckets + stage.addIngredient(craftingUtils.getBucketIngredient(liquidStack) as IIngredient); + } + } + } + + for stageName, liquidNames in liquidsNamesForBucketStaging { + var stage as Stage = ZenStager.getStage(stageName); + + for liquidName in liquidNames { + stage.addIngredient(craftingUtils.getBucketIngredientFromName(liquidName) as IIngredient); + } + } + + for stageName, gasStacks in gassesForStage { + for gas in gasStacks { + GasStages.addGasStage(stageName, gas); + } + } +} diff --git a/scripts/crafttweaker/staging/mobGear.zs b/scripts/crafttweaker/staging/mobGear.zs new file mode 100644 index 0000000..0b4e56a --- /dev/null +++ b/scripts/crafttweaker/staging/mobGear.zs @@ -0,0 +1,310 @@ +/* + SevTech: Ages Mob Gear Staging Script + + This script handles the staging of mob armor and weapons. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +import mods.armoreablemobs.ArmorHandler; +import mods.armoreablemobs.ArmorGroup; + +import scripts.crafttweaker.stages.stageZeroMob; +import scripts.crafttweaker.stages.stageOneMob; +import scripts.crafttweaker.stages.stageTwoMob; +import scripts.crafttweaker.stages.stageThreeMob; +import scripts.crafttweaker.stages.stageFourMob; +import scripts.crafttweaker.stages.stageFiveMob; + +function init() { + // Add melee mobs + armoreablemobs.addMobEntities("melee", [ + "abyssalcraft:depthsghoul", + "minecraft:husk", + "minecraft:zombie", + "minecraft:zombie_pigman", + "minecraft:zombie_villager" + ]); + + // Add ranged mobs + armoreablemobs.addMobEntities("ranged", [ + "mekanism:babyskeleton", + "minecraft:skeleton", + "minecraft:stray" + ]); + + // Clear gear + armoreablemobs.clearAllMobGear(); + + // Create & add armor to mobs + addstageZeroMobArmor(); + addStageOneMobArmor(); + addStageTwoMobArmor(); + addStageThreeMobArmor(); + addStageFourMobArmor(); + addStageFiveMobArmor(); +} + +function addstageZeroMobArmor() { + var stageName as string = stageZeroMob.stage; + + // ================================== + // Sharp Bone + var sharpBone as ArmorGroup = ArmorHandler.createArmorGroup("Sharp Bone", 0.4); + sharpBone.addArmor(ArmorHandler.createArmorSlot("mainhand", , 1, armoreablemobs.defaultArmorDropChance)); + sharpBone.addGameStage(stageName); + + // ================================== + // Leather Armor + var leather as ArmorGroup = ArmorHandler.createArmorGroup("Leather", 0.5); + leather.addArmor(ArmorHandler.createArmorSlot("head", , 1, armoreablemobs.defaultArmorDropChance)); + leather.addArmor(ArmorHandler.createArmorSlot("chest", , 1, armoreablemobs.defaultArmorDropChance)); + leather.addArmor(ArmorHandler.createArmorSlot("legs", , 1, armoreablemobs.defaultArmorDropChance)); + leather.addArmor(ArmorHandler.createArmorSlot("feet", , 1, armoreablemobs.defaultArmorDropChance)); + leather.addGameStage(stageName); + + // ================================== + // Wolf Armor + var wolf as ArmorGroup = ArmorHandler.createArmorGroup("Wolf", 0.15); + wolf.addArmor(ArmorHandler.createArmorSlot("head", , 1, armoreablemobs.defaultArmorDropChance)); + wolf.addArmor(ArmorHandler.createArmorSlot("chest", , 1, armoreablemobs.defaultArmorDropChance)); + wolf.addArmor(ArmorHandler.createArmorSlot("legs", , 1, armoreablemobs.defaultArmorDropChance)); + wolf.addArmor(ArmorHandler.createArmorSlot("feet", , 1, armoreablemobs.defaultArmorDropChance)); + wolf.addGameStage(stageName); + + /* + Add to entities + */ + armoreablemobs.addArmorGroupsToType("melee", [ + leather, + sharpBone, + wolf + ]); +} + +function addStageOneMobArmor() { + var stageName as string = stageOneMob.stage; + + // ================================== + // Stone Sword + var stoneSword as ArmorGroup = ArmorHandler.createArmorGroup("Stone Sword", 0.4); + stoneSword.addArmor(ArmorHandler.createArmorSlot("mainhand", , 1, armoreablemobs.defaultArmorDropChance)); + stoneSword.addGameStage(stageName); + + // ================================== + // Leather Armor + var leather as ArmorGroup = ArmorHandler.createArmorGroup("Leather", 0.5); + leather.addArmor(ArmorHandler.createArmorSlot("head", , 1, armoreablemobs.defaultArmorDropChance)); + leather.addArmor(ArmorHandler.createArmorSlot("chest", , 1, armoreablemobs.defaultArmorDropChance)); + leather.addArmor(ArmorHandler.createArmorSlot("legs", , 1, armoreablemobs.defaultArmorDropChance)); + leather.addArmor(ArmorHandler.createArmorSlot("feet", , 1, armoreablemobs.defaultArmorDropChance)); + leather.addGameStage(stageName); + + // ================================== + // Wolf Armor + var wolf as ArmorGroup = ArmorHandler.createArmorGroup("Wolf", 0.25); + wolf.addArmor(ArmorHandler.createArmorSlot("head", , 1, armoreablemobs.defaultArmorDropChance)); + wolf.addArmor(ArmorHandler.createArmorSlot("chest", , 1, armoreablemobs.defaultArmorDropChance)); + wolf.addArmor(ArmorHandler.createArmorSlot("legs", , 1, armoreablemobs.defaultArmorDropChance)); + wolf.addArmor(ArmorHandler.createArmorSlot("feet", , 1, armoreablemobs.defaultArmorDropChance)); + wolf.addGameStage(stageName); + + /* + Add to entities + */ + armoreablemobs.addArmorGroupsToType("melee", [ + leather, + stoneSword, + wolf + ]); +} + +function addStageTwoMobArmor() { + var stageName as string = stageTwoMob.stage; + + // ================================== + // Iron Sword + var ironSword as ArmorGroup = ArmorHandler.createArmorGroup("Iron Sword", 0.5); + ironSword.addArmor(ArmorHandler.createArmorSlot("mainhand", , 1, armoreablemobs.defaultArmorDropChance)); + ironSword.addGameStage(stageName); + + // ================================== + // Gold Sword + var goldSword as ArmorGroup = ArmorHandler.createArmorGroup("Gold Sword", 0.25); + goldSword.addArmor(ArmorHandler.createArmorSlot("mainhand", , 1, armoreablemobs.defaultArmorDropChance)); + goldSword.addGameStage(stageName); + + // ================================== + // Iron Armor + var iron as ArmorGroup = ArmorHandler.createArmorGroup("Iron", 0.5); + iron.addArmor(ArmorHandler.createArmorSlot("head", , 1, armoreablemobs.defaultArmorDropChance)); + iron.addArmor(ArmorHandler.createArmorSlot("chest", , 1, armoreablemobs.defaultArmorDropChance)); + iron.addArmor(ArmorHandler.createArmorSlot("legs", , 1, armoreablemobs.defaultArmorDropChance)); + iron.addArmor(ArmorHandler.createArmorSlot("feet", , 1, armoreablemobs.defaultArmorDropChance)); + iron.addGameStage(stageName); + + // ================================== + // Gold Armor + var gold as ArmorGroup = ArmorHandler.createArmorGroup("Gold", 0.25); + gold.addArmor(ArmorHandler.createArmorSlot("head", , 1, armoreablemobs.defaultArmorDropChance)); + gold.addArmor(ArmorHandler.createArmorSlot("chest", , 1, armoreablemobs.defaultArmorDropChance)); + gold.addArmor(ArmorHandler.createArmorSlot("legs", , 1, armoreablemobs.defaultArmorDropChance)); + gold.addArmor(ArmorHandler.createArmorSlot("feet", , 1, armoreablemobs.defaultArmorDropChance)); + gold.addGameStage(stageName); + + // ================================== + // Bow + var bow as ArmorGroup = ArmorHandler.createArmorGroup("Bow", 1); + bow.addArmor(ArmorHandler.createArmorSlot("mainhand", , 1, armoreablemobs.defaultArmorDropChance)); + bow.addGameStage(stageName); + + /* + Add to entities + */ + armoreablemobs.addArmorGroupsToType("melee", [ + gold, + goldSword, + iron, + ironSword + ]); + + armoreablemobs.addArmorGroupsToType("ranged", [ + bow + ]); +} + +function addStageThreeMobArmor() { + var stageName as string = stageThreeMob.stage; + + // ================================== + // Iron Sword + var ironSword as ArmorGroup = ArmorHandler.createArmorGroup("Iron Sword", 0.5); + ironSword.addArmor(ArmorHandler.createArmorSlot("mainhand", , 1, armoreablemobs.defaultArmorDropChance)); + ironSword.addGameStage(stageName); + + // ================================== + // Gold Sword + var goldSword as ArmorGroup = ArmorHandler.createArmorGroup("Gold Sword", 0.25); + goldSword.addArmor(ArmorHandler.createArmorSlot("mainhand", , 1, armoreablemobs.defaultArmorDropChance)); + goldSword.addGameStage(stageName); + + // ================================== + // Iron Armor + var iron as ArmorGroup = ArmorHandler.createArmorGroup("Iron", 0.5); + iron.addArmor(ArmorHandler.createArmorSlot("head", , 1, armoreablemobs.defaultArmorDropChance)); + iron.addArmor(ArmorHandler.createArmorSlot("chest", , 1, armoreablemobs.defaultArmorDropChance)); + iron.addArmor(ArmorHandler.createArmorSlot("legs", , 1, armoreablemobs.defaultArmorDropChance)); + iron.addArmor(ArmorHandler.createArmorSlot("feet", , 1, armoreablemobs.defaultArmorDropChance)); + iron.addGameStage(stageName); + + // ================================== + // Gold Armor + var gold as ArmorGroup = ArmorHandler.createArmorGroup("Gold", 0.25); + gold.addArmor(ArmorHandler.createArmorSlot("head", , 1, armoreablemobs.defaultArmorDropChance)); + gold.addArmor(ArmorHandler.createArmorSlot("chest", , 1, armoreablemobs.defaultArmorDropChance)); + gold.addArmor(ArmorHandler.createArmorSlot("legs", , 1, armoreablemobs.defaultArmorDropChance)); + gold.addArmor(ArmorHandler.createArmorSlot("feet", , 1, armoreablemobs.defaultArmorDropChance)); + gold.addGameStage(stageName); + + // ================================== + // Bow + var bow as ArmorGroup = ArmorHandler.createArmorGroup("Bow", 1); + bow.addArmor(ArmorHandler.createArmorSlot("mainhand", , 1, armoreablemobs.defaultArmorDropChance)); + bow.addGameStage(stageName); + + /* + Add to entities + */ + armoreablemobs.addArmorGroupsToType("melee", [ + gold, + goldSword, + iron, + ironSword + ]); + + armoreablemobs.addArmorGroupsToType("ranged", [ + bow + ]); +} + +function addStageFourMobArmor() { + var stageName as string = stageFourMob.stage; + + // ================================== + // Iron Sword + var ironSword as ArmorGroup = ArmorHandler.createArmorGroup("Iron Sword", 0.5); + ironSword.addArmor(ArmorHandler.createArmorSlot("mainhand", , 1, armoreablemobs.defaultArmorDropChance)); + ironSword.addGameStage(stageName); + + // ================================== + // Gold Sword + var goldSword as ArmorGroup = ArmorHandler.createArmorGroup("Gold Sword", 0.25); + goldSword.addArmor(ArmorHandler.createArmorSlot("mainhand", , 1, armoreablemobs.defaultArmorDropChance)); + goldSword.addGameStage(stageName); + + // ================================== + // Iron Armor + var iron as ArmorGroup = ArmorHandler.createArmorGroup("Iron", 0.5); + iron.addArmor(ArmorHandler.createArmorSlot("head", , 1, armoreablemobs.defaultArmorDropChance)); + iron.addArmor(ArmorHandler.createArmorSlot("chest", , 1, armoreablemobs.defaultArmorDropChance)); + iron.addArmor(ArmorHandler.createArmorSlot("legs", , 1, armoreablemobs.defaultArmorDropChance)); + iron.addArmor(ArmorHandler.createArmorSlot("feet", , 1, armoreablemobs.defaultArmorDropChance)); + iron.addGameStage(stageName); + + // ================================== + // Gold Armor + var gold as ArmorGroup = ArmorHandler.createArmorGroup("Gold", 0.25); + gold.addArmor(ArmorHandler.createArmorSlot("head", , 1, armoreablemobs.defaultArmorDropChance)); + gold.addArmor(ArmorHandler.createArmorSlot("chest", , 1, armoreablemobs.defaultArmorDropChance)); + gold.addArmor(ArmorHandler.createArmorSlot("legs", , 1, armoreablemobs.defaultArmorDropChance)); + gold.addArmor(ArmorHandler.createArmorSlot("feet", , 1, armoreablemobs.defaultArmorDropChance)); + gold.addGameStage(stageName); + + // ================================== + // Bow + var bow as ArmorGroup = ArmorHandler.createArmorGroup("Bow", 1); + bow.addArmor(ArmorHandler.createArmorSlot("mainhand", , 1, armoreablemobs.defaultArmorDropChance)); + bow.addGameStage(stageName); + + /* + Add to entities + */ + armoreablemobs.addArmorGroupsToType("melee", [ + gold, + goldSword, + iron, + ironSword + ]); + + armoreablemobs.addArmorGroupsToType("ranged", [ + bow + ]); +} + +function addStageFiveMobArmor() { + var stageName as string = stageFiveMob.stage; + + // ================================== + // Diamond Sword + var diamondSword as ArmorGroup = ArmorHandler.createArmorGroup("Diamond Sword", 0.5); + diamondSword.addArmor(ArmorHandler.createArmorSlot("mainhand", , 1, armoreablemobs.defaultArmorDropChance)); + diamondSword.addGameStage(stageName); + + // ================================== + // Diamond Armor + var diamond as ArmorGroup = ArmorHandler.createArmorGroup("Diamond", 0.5); + diamond.addArmor(ArmorHandler.createArmorSlot("head", , 1, armoreablemobs.defaultArmorDropChance)); + diamond.addArmor(ArmorHandler.createArmorSlot("chest", , 1, armoreablemobs.defaultArmorDropChance)); + diamond.addArmor(ArmorHandler.createArmorSlot("legs", , 1, armoreablemobs.defaultArmorDropChance)); + diamond.addArmor(ArmorHandler.createArmorSlot("feet", , 1, armoreablemobs.defaultArmorDropChance)); + diamond.addGameStage(stageName); + + /* + Add to entities + */ + armoreablemobs.addArmorGroupsToType("melee", [ + diamond, + diamondSword + ]); +} diff --git a/scripts/crafttweaker/staging/mobs.zs b/scripts/crafttweaker/staging/mobs.zs new file mode 100644 index 0000000..bf7c94b --- /dev/null +++ b/scripts/crafttweaker/staging/mobs.zs @@ -0,0 +1,56 @@ +/* + SevTech: Ages Mob Staging Script + + This script handles the staging of mobs to set stages for them to appear. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +import mods.zenstages.Stage; +import mods.zenstages.ZenStager; + +import scripts.crafttweaker.stages.stageOne; +import scripts.crafttweaker.stages.stageTwo; +import scripts.crafttweaker.stages.stageThree; +import scripts.crafttweaker.stages.stageFour; + +// ================================== +// Mobs Staging +static mobsMap as string[][string] = { + stageOne.stage: [ + "emberroot:rainbowslime", + "emberroot:slime", + "minecraft:skeleton", + "minecraft:skeleton_horse", + "minecraft:stray" + ], + + stageTwo.stage: [ + "emberroot:enderminy", + "emberroot:fallenmount", + "emberroot:hero", + "emberroot:knight_fallen", + "emberroot:skeleton_frozen", + "emberroot:withercat", + "emberroot:witherwitch", + "minecraft:enderman" + ], + + stageThree.stage: [ + "fat_cat:fat_cat" + ], + + stageFour.stage: [ + "playerskins:playermob" + ] +}; + +/* + Init method to perform the logic for the script. +*/ +function init() { + for _stage, mobs in mobsMap { + ZenStager.getStage(_stage).addMobs(mobs); + } +} diff --git a/scripts/crafttweaker/staging/multiblock/immersiveEngineering.zs b/scripts/crafttweaker/staging/multiblock/immersiveEngineering.zs new file mode 100644 index 0000000..d7f9e6c --- /dev/null +++ b/scripts/crafttweaker/staging/multiblock/immersiveEngineering.zs @@ -0,0 +1,61 @@ +/* + SevTech: Ages Immersive Engineering Multiblock Staging Script + + This script handles the staging of Immersive Engineering Multiblocks to set stages + for them to appear. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +import mods.zenstages.ZenStager; + +import scripts.crafttweaker.stages.stageOne; +import scripts.crafttweaker.stages.stageThree; +import scripts.crafttweaker.stages.stageFour; + +static multiblockMachinesForStages as string[][string] = { + stageOne.stage : [ + "IE:AlloySmelter" + ], + + stageThree.stage : [ + "IE:ArcFurnace", + "IE:AutoWorkbench", + "IE:BlastFurnace", + "IE:BlastFurnaceAdvanced", + "IE:BucketWheel", + "IE:CokeOven", + "IT:CokeOvenAdvanced", + "IE:Crusher", + "IE:DieselGenerator", + "IE:Excavator", + "IE:Fermenter", + "IE:Lightningrod", + "IE:MetalPress", + "IE:Mixer", + "IE:Refinery", + "IE:SheetmetalTank", + "IE:Silo", + "IE:Squeezer", + "IP:DistillationTower", + "IP:Pumpjack", + "IT:Alternator", + "IT:Boiler", + "IT:Distiller", + "IT:SolarReflector", + "IT:SolarTower", + "IT:SteamTurbine" + ], + + stageFour.stage : [ + "IE:Assembler", + "IE:BottlingMachine" + ] +}; + +function init() { + for stageName, multiblockMachines in multiblockMachinesForStages { + ZenStager.getStage(stageName).addIEMultiBlocks(multiblockMachines); + } +} diff --git a/scripts/crafttweaker/staging/ores.zs b/scripts/crafttweaker/staging/ores.zs new file mode 100644 index 0000000..8ac176d --- /dev/null +++ b/scripts/crafttweaker/staging/ores.zs @@ -0,0 +1,332 @@ +/* + SevTech: Ages Ore/Block Staging Script + + This script handles the staging of ores/blocks to set stages for them to appear. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +import crafttweaker.item.IIngredient; +import crafttweaker.item.IItemStack; + +import mods.zenstages.Stage; +import mods.zenstages.ZenStager; +import mods.orestages.OreStages; + +import scripts.crafttweaker.stages.stageZero; +import scripts.crafttweaker.stages.stageOne; +import scripts.crafttweaker.stages.stageTwo; +import scripts.crafttweaker.stages.stageThree; +import scripts.crafttweaker.stages.stageFour; +import scripts.crafttweaker.stages.stageFive; +import scripts.crafttweaker.stages.stageDisabled; + +static replacementItemsForStage as IIngredient[][][string] = { + stageZero.stage: [ + [, ] + ], + + stageOne.stage : [ + // Village Replacement for stage1 + [, ], + [, ], + [, ], + [, ], + [, ], + [, ], + [, ], + [, ], + [, ], + [, ], + [, ], + + [, ], + + [, ], + [, ], + [, ], + [, ], + [, ], + [, ], + + // Coal + [], + [], + [, ], + + // Abyssalcraft + [], + [, ], + [, ], + + // Nitre + [], + [, ], + + // Copper + [], + [], + [, ], + [], + [, ], + [, ], + + // Tin + [], + [], + [, ], + [, ], + [, ], + + // Black Quarts + [], + + // Aquamarine ContentTweaker + [] + ], + + stageTwo.stage : [ + [], + + [, ], + [, ], + [, ], + [, ], + [, ], + + [, ], + [, ], + [, ], + [, ], + [, ], + [, ], + [, ], + [, ], + [, ], + [, ], + [, ], + [, ], + [, ], + [, ], + [, ], + [, ], + + // Iron + [], + [], + [, ], + [, ], + + // Lapis + [], + [], + [], + [, ], + + // Gold + [], + [], + [, ], + [], + [, ], + + // Redstone + [], + + // Astral Sorcery + [, ], + [], + [, ] + ], + + stageThree.stage : [ + [, ], + [, ], + [, ], + [, ], + [, ], + [, ], + [, ], + [, ], + [, ], + [, ], + [, ], + [, ], + [, ], + [, ], + [, ], + [, ], + + // Silver + Lead + [], + [, ], + + // Bauxite + [], + [], + [, ], + + // Lead + [], + + // Nickel + [], + [], + [, ], + + // Nether + [, ], + [], + [, ], + [], + + // Platinum + [], + [, ], + + // Redstone + [], + [], + [, ], + [, ], + [, ], + [, ], + [, ], + [, ], + [, ], + [, ], + [, ], + [, ], + [, ], + [, ], + [, ], + [, ], + [, ], + [, ], + [, ], + [, ], + [, ], + [, ], + [, ], + [, ], + [, ], + [, ], + [, ], + [, ], + [, ], + [, ], + [, ], + [, ], + + // Silver + [] + ], + + stageFour.stage : [ + [, ], + [, ], + + // Quartz + [], + [, ], + + // Certus Quartz + [], + [], + + // Silicon + [], + [, ] + ], + + stageFive.stage : [ + // Diamond + [], + [], + [, ], + [, ], + + // Emerald + [], + [], + [, ], + + // Uranium + [], + [], + [, ], + + // Dimensional Shard Ore + [, ], + [, ], + [, ], + + // Osmium + [], + [], + [, ] + ], + + // Just to hide any in generation etc going forward, disable these + // Generally used for when it generated in worlds due to a bug etc + stageDisabled.stage : [ + [], + [], + [, ], + [] + ] +}; + +static nonDefaultReplacementItemsForStage as IIngredient[][][string] = { + stageOne.stage : [ + [, ], + + // Torches + [, ], + [, ], + [, ], + [, ], + [, ], + [, ] + ], + + stageThree.stage : [ + // Worldgen Items + [, ], + [, ], + + // Nether + [, ] + ] +}; + +// TODO: Add support for staging these in ZenStages +OreStages.addNonDefaultingReplacementById(stageThree.stage, "minecraft:nether_wart:0", "minecraft:beetroots:0"); +OreStages.addNonDefaultingReplacementById(stageThree.stage, "minecraft:nether_wart:1", "minecraft:beetroots:1"); +OreStages.addNonDefaultingReplacementById(stageThree.stage, "minecraft:nether_wart:2", "minecraft:beetroots:2"); +OreStages.addNonDefaultingReplacementById(stageThree.stage, "minecraft:nether_wart:3", "minecraft:beetroots:3"); + +/* + Init method to perform the logic for the script. +*/ +function init() { + addOreReplacements(replacementItemsForStage, false); + addOreReplacements(nonDefaultReplacementItemsForStage, true); +} + +function addOreReplacements(replacementItemsForStage as IIngredient[][][string], isNonDefaulting as bool) { + for stageName, itemReplacementPairs in replacementItemsForStage { + var stage as Stage = ZenStager.getStage(stageName); + + for itemReplacementPair in itemReplacementPairs { + var length as int = itemReplacementPair.length; + + if (length == 1) { + stage.addOreReplacement(itemReplacementPair[0], isNonDefaulting); + } else if (length == 2) { + stage.addOreReplacement(itemReplacementPair[0], itemReplacementPair[1].items[0], isNonDefaulting); + } + } + } +} diff --git a/scripts/crafttweaker/staging/tinkers.zs b/scripts/crafttweaker/staging/tinkers.zs new file mode 100644 index 0000000..e5da880 --- /dev/null +++ b/scripts/crafttweaker/staging/tinkers.zs @@ -0,0 +1,270 @@ +/* + SevTech: Ages Tinkers Staging Script + + This script handles the staging of Tinker's parts, materials, and modifiers. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +import crafttweaker.item.IItemStack; + +import mods.zenstages.Stage; +import mods.zenstages.ZenStager; +import mods.TinkerStages; + +import scripts.crafttweaker.stages.stageOne; +import scripts.crafttweaker.stages.stageTwo; +import scripts.crafttweaker.stages.stageThree; +import scripts.crafttweaker.stages.stageFour; +import scripts.crafttweaker.stages.stageFive; +import scripts.crafttweaker.stages.stageDisabled; + +/* + GENERAL RESTRICTIONS +*/ +// Prevents all tools unless the stage is unlocked. +TinkerStages.addGeneralCraftingStage(stageTwo.stage); + +// Prevents all tool swapping unless the stage is unlocked. +TinkerStages.addGeneralPartReplacingStage(stageTwo.stage); + +// Prvents all part building unless the stage is unlocked. +TinkerStages.addGeneralPartBuildingStage(stageTwo.stage); + +// Prevents applying any tool modifiers unless the stage is unlocked. +TinkerStages.addGeneralModifierStage(stageThree.stage); + +/* + SPECIFIC RESTRICTIONS +*/ +// ================================== +// Tool Type Stage +// Prevents a specific tool type from being crafted at the tool station. +static toolTypeStages as string[][string] = { + stageTwo.stage: [ + "tconstruct:arrow", + "tconstruct:battlesign", + "tconstruct:bolt", + "tconstruct:broadsword", + "tconstruct:crossbow", + "tconstruct:excavator", + "tconstruct:frypan", + "tconstruct:hammer", + "tconstruct:hatchet", + "tconstruct:longsword", + "tconstruct:lumberaxe", + "tconstruct:mattock", + "tconstruct:pickaxe", + "tconstruct:rapier", + "tconstruct:scythe", + "tconstruct:shortbow", + "tconstruct:shovel" + ], + + stageThree.stage: [ + "tcomplement:chisel", + "tconstruct:cleaver", + "tconstruct:longbow", + "tconstruct:shuriken", + "yoyos:yoyo" + ], + + stageDisabled.stage: [ + "tconstruct:kama" + ] +}; + +// ================================== +// Material Stage +// Prevents the material from being used. +static materialsForStage as string[][string] = { + stageOne.stage: [ + "bone", + "cactus", + "flint", + "stone", + "wood" + ], + + stageTwo.stage: [ + "abyssalnite", + "blueslime", + "bronze", + "copper", + "dreadium", + "feather", + "fierymetal", + "hemp", + "ice", + "iron", + "knightmetal", + "leaf", + "nagascale", + "prismarine", + "raven_feather", + "reed", + "refined_coralium", + "silver", + "slime", + "slimeleaf_blue", + "slimeleaf_orange", + "slimeleaf_purple", + "slimevine_blue", + "slimevine_purple", + "sponge", + "steeleaf", + "string", + "vine" + ], + + stageThree.stage: [ + "blaze", + "constantan", + "electrum", + "endstone", + "firewood", + "lead", + "magmaslime", + "netherrack", + "obsidian", + "paper", + "pigiron", + "steel", + "treatedwood" + ], + + stageFour.stage: [ + "ardite", + "cobalt", + "endrod", + "knightslime", + "manyullyn" + ], + + stageFive.stage: [ + "ma.base_essence", + "ma.inferium", + "ma.intermedium", + "ma.prosperity", + "ma.prudentium", + "ma.soulium", + "ma.superium", + "ma.supremium" + ] +}; + +// ================================== +// Material Stage +// Prevents the material from being used. +static modifierForStage as string[][string] = { + stageThree.stage: [ + "haste", + "luck", + "mending_moss", + "oreexcavate" + ], + + stageFive.stage: [ + "hitech" + ], + + stageDisabled.stage: [ + "gardening" + ] +}; + +/* + Part Item Staging +*/ +static partsStages as IItemStack[][string] = { + stageTwo.stage: [ + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + + ], + + stageThree.stage: [ + , + , + , + , + , + + ], + + stageDisabled.stage: [ + + ] +}; + +/* + Init method to perform the logic for the script. +*/ +function init() { + // Add the tool types to be staged. + for _stage, toolTypes in toolTypeStages { + ZenStager.getStage(_stage).addTiCToolTypes(toolTypes); + } + + // Add the modifiers to be staged. + for _stage, materials in modifierForStage { + ZenStager.getStage(_stage).addTiCModifier(materials); + } + + // Add the materials to be staged. + for _stage, materials in materialsForStage { + ZenStager.getStage(_stage).addTiCMaterials(materials); + } + + // Add the part items to be staged. + for partStageName, parts in partsStages { + var partStage as Stage = ZenStager.getStage(partStageName); + + for part in parts { + // Stage pattern/cast + partStage.addIngredient(.withTag({PartType: part.definition.id})); + partStage.addIngredient(.withTag({PartType: part.definition.id})); + partStage.addIngredient(.withTag({PartType: part.definition.id})); + + // Stage part materials + for subItem in part.definition.subItems { + if (!isNull(subItem.tag) & !isNull(subItem.tag.Material)) { + var subItemMaterial as string = subItem.tag.Material.asString(); + var materialStage as Stage = ZenStager.getTiCMaterialStage(subItemMaterial); + var materialPartStage as Stage = scripts.crafttweaker.utils.getHighestStage(partStage, materialStage); + + materialPartStage.addIngredient(subItem); + } + } + } + } +} diff --git a/scripts/crafttweaker/staging/waila.zs b/scripts/crafttweaker/staging/waila.zs new file mode 100644 index 0000000..72b5a69 --- /dev/null +++ b/scripts/crafttweaker/staging/waila.zs @@ -0,0 +1,26 @@ +/* + SevTech: Ages Waila Staging Script + + This script handles the staging of WAILA features + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +import mods.WailaStages; + +import scripts.crafttweaker.stages.stageOne; +import scripts.crafttweaker.stages.stageTwo; + +function init() { + // Stage One + WailaStages.addWailaStage(stageOne.stage); + + // Stage Two + WailaStages.addRequirement(stageTwo.stage, "Currently"); + WailaStages.addRequirement(stageTwo.stage, "Effective"); + WailaStages.addRequirement(stageTwo.stage, "Harvest"); + WailaStages.addRequirement(stageTwo.stage, "Harvestable"); + WailaStages.addRequirement(stageTwo.stage, "Progress"); + WailaStages.addRequirement(stageTwo.stage, "Progression"); +} diff --git a/scripts/crafttweaker/transformers.zs b/scripts/crafttweaker/transformers.zs new file mode 100644 index 0000000..a47c2c0 --- /dev/null +++ b/scripts/crafttweaker/transformers.zs @@ -0,0 +1,34 @@ +#priority 3500 + +/* + SevTech: Ages Transformers Script + + This script provides transformers used in recipes. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +import crafttweaker.item.IItemTransformerNew; + +static shearsTransformFunction as IItemTransformerNew = function(item) { + if (item.hasContainerItem) { + return item.containerItem; + } + + if (item.maxDamage == -1) { + // Indestructable Item + return item; + } else if (item.maxDamage > 0) { + // Damage-able item + if (item.maxDamage - item.damage > 1) { + return item.withDamage(item.damage + 1); + } else { + // Consume/break on last durability + return null; + } + } + + // Catch-all + return null; +}; diff --git a/scripts/crafttweaker/unify.zs b/scripts/crafttweaker/unify.zs new file mode 100644 index 0000000..ae4e1b0 --- /dev/null +++ b/scripts/crafttweaker/unify.zs @@ -0,0 +1,26 @@ +#priority 2450 + +/* + SevTech: Ages OreDict Unification Script. + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +unifier.unify(, , null); +unifier.unify(, , null); +unifier.unify(, , null); +unifier.unify(, , null); +unifier.unify(, , null); +unifier.unify(, , null); +unifier.unify(, , null); +unifier.unify(, , null); +unifier.unify(, , null); +unifier.unify(, , null); +unifier.unify(, , null); +unifier.unify(, , null); +unifier.unify(, , null); + +// ================================== +// Clear ore dicts +unifier.clearOreDict(, null, null); \ No newline at end of file diff --git a/scripts/crafttweaker/utils.zs b/scripts/crafttweaker/utils.zs new file mode 100644 index 0000000..451ad15 --- /dev/null +++ b/scripts/crafttweaker/utils.zs @@ -0,0 +1,468 @@ +#priority 3501 + +/* + SevTech: Ages Utils Script + + This script provides utility functions for use in other scripts + + Note: These scripts are created and for the usage in SevTech: Ages and other + modpacks curated by DarkPacks. You can use these scripts for reference and for + learning but not for copying and pasting and claiming as your own. +*/ +import crafttweaker.data.IData; +import crafttweaker.enchantments.IEnchantment; +import crafttweaker.item.IIngredient; +import crafttweaker.item.IItemStack; +import crafttweaker.oredict.IOreDictEntry; +import crafttweaker.recipes.IRecipeFunction; + +import mods.betterwithmods.MiniBlocks; +import mods.zenstages.Stage; + +import scripts.crafttweaker.stages.stageTutorial; +import scripts.crafttweaker.stages.stageZero; +import scripts.crafttweaker.stages.stageOne; +import scripts.crafttweaker.stages.stageTwo; +import scripts.crafttweaker.stages.stageThree; +import scripts.crafttweaker.stages.stageFour; +import scripts.crafttweaker.stages.stageFive; +import scripts.crafttweaker.stages.stageCreative; +import scripts.crafttweaker.stages.stageDisabled; + +function capitalize(str as string) as string { + return str.substring(0, 1).toUpperCase() + str.substring(1); +} + +function convertCamelToSnake(str as string) as string { + return str.replaceAll("(.)(\\p{Upper})", "$1_$2").toLowerCase(); +} + +function squareNum(number as int, timesToSquare as int) as int { + var returnNumber = number; + + for i in 0 to timesToSquare { + returnNumber = returnNumber * 2; + } + + return returnNumber; +} + +// Add item to oreDict if it does not exist already +function ensureOreDict(itemOreDict as IOreDictEntry, item as IItemStack) { + if (!(itemOreDict in item)) { + itemOreDict.add(item); + } +} + +// Formats a bucket with liquid NBT +function formatBucket(bucket as IItemStack, liquidName as string) as IItemStack { + // Minecraft unique buckets + if (bucket.definition.owner == "forge") { + if (liquidName == "lava") { + return ; + } else if (liquidName == "milk") { + return ; + } else if (liquidName == "water") { + return ; + } + } + + // Ceramic and Betweenlands unique buckets + if (liquidName == "milk") { + if (bucket.definition.owner == "ceramics") { + return ; + } else if (bucket.definition.owner == "thebetweenlands") { + // No support for betweenlands bucket + return null; + } + } + + var data as IData = null; + + if (bucket.matches()) { + data = { + fluids: { + FluidName: liquidName, + Amount: 1000 + } + }; + } else if (bucket.matches() | bucket.matches()) { + data = { + Fluid: { + FluidName: liquidName, + Amount: 1000 + } + }; + } else { + data = { + FluidName: liquidName, + Amount: 1000 + }; + } + + return bucket.withTag(data); +} + +function formatBucketIngredient(bucket as IItemStack, liquidName as string) as IIngredient { + return formatBucket(bucket, liquidName) as IIngredient; +} + +function formatTankIngredient(tank as IItemStack, liquidName as string) as IIngredient { + if (tank.matches()) { + return tank.withTag( + { + Fluid: { + FluidName: liquidName, + Amount: 1000 + } + }, + false).onlyWithTag( + { + Fluid: { + FluidName: liquidName + } + } + ).only(function(item as IItemStack) as bool { + return item.tag.Fluid.Amount >= 1000; + }); + } +} + +// Compares two stages and returns whichever is higher priority +function getHighestStage(firstStage as Stage, secondStage as Stage) as Stage { + var stagePriorityMap as int[string] = { + stageTutorial.stage: 0, + stageZero.stage: 1, + stageOne.stage: 2, + stageTwo.stage: 3, + stageThree.stage: 4, + stageFour.stage: 5, + stageFive.stage: 6, + stageCreative.stage: 7, + stageDisabled.stage: 8 + }; + + // Stage names + var firstStageName as string = firstStage.stage; + var secondStageName as string = secondStage.stage; + + // If no stage exists, return lowest priority + if (!(stagePriorityMap has firstStageName) & !(stagePriorityMap has secondStageName)) { + return stageTutorial; + } + // If first stage doesn't exist, return second stage + else if (!(stagePriorityMap has firstStageName)) { + return secondStage; + } + // If second stage doesn't exist, return first stage + else if (!(stagePriorityMap has secondStageName)) { + return firstStage; + } + // Compare the stages and return whichever has higher priority + else { + var firstStagePriority as int = stagePriorityMap[firstStageName] as int; + var secondStagePriority as int = stagePriorityMap[secondStageName] as int; + + if (secondStagePriority > firstStagePriority) { + return secondStage; + } else { + return firstStage; + } + } +} + +/* + Create a recipe name. +*/ +function createRecipeName(string1 as string, string2 as string) as string { + return string1 + "_" + string2; +} + +/* + Create a mini block ingredient for the ingredient provided. +*/ +function createAllMiniBlockIngredient(item as IIngredient) as IIngredient { + var allMiniBlocks as IIngredient = null; + var miniBlockTypes as string[] = [ + "corner", + "moulding", + "siding" + ]; + + for miniBlockType in miniBlockTypes { + var miniBlock as IIngredient = MiniBlocks.getMiniBlock(miniBlockType, item); + + if (!isNull(miniBlock)) { + if (isNull(allMiniBlocks)) { + allMiniBlocks = miniBlock; + } else { + allMiniBlocks |= miniBlock; + } + } + } + + return allMiniBlocks; +} + +/* + Resource (Metal) Functions + + These are mainly used in the main class for creating recipes based on parts. +*/ +function getFluidAmount(metalPartName as string) as int { + if (metalPartName == "ingot" | metalPartName == "plate") { + return 144; + } else if (metalPartName == "rod") { + return 72; + } else if (metalPartName == "block") { + return 1296; + } else if (metalPartName == "gear") { + return 576; + } else if (metalPartName == "nugget") { + return 16; + } + + return 0; +} +function getCast(metalPartName as string) as IItemStack { + if (metalPartName == "ingot") { + return ; + } else if (metalPartName == "gear") { + return ; + } else if (metalPartName == "plate") { + return ; + } else if (metalPartName == "nugget") { + return ; + } + + return null; +} +function getMold(metalPartName as string) as IItemStack { + if (metalPartName == "plate") { + return ; + } else if (metalPartName == "gear") { + return ; + } else if (metalPartName == "rod") { + return ; + } + + return null; +} +function getPressInputCount(metalPartName as string) as int { + if (metalPartName == "gear") { + return 4; + } + + return 1; +} +function getPressOutputCount(metalPartName as string) as int { + if (metalPartName == "rod") { + return 2; + } + + return 1; +} + +/* + Function used in the recipe creation for Iron BackPacks. +*/ +static ironbackpacksRecipeFunc as IRecipeFunction = function(out, ins, cInfo) { + var currentTag = ins.bag.tag; + + var packInfoData as IData = { + spec: out.tag.packInfo.spec, + type: out.tag.packInfo.type + }; + + var mergeData as IData = { + packInfo: currentTag.packInfo.update(packInfoData) + }; + + var newTag = currentTag.update(mergeData); + + return out.withTag(newTag); +}; + +/* + Helper function used for when you need easier/dynamic access to the Dye OreDict. +*/ + +// ================================== +// Get the dye color from the Dye IItemStack passed +function getDyeColor(dye as IItemStack) as string { + for dyeOredict in dye.ores { + if (dyeOredict.name.startsWith("dye") & dyeOredict.name.length > 3) { + return dyeOredict.name.substring(3); + } + } +} + +// ================================== +// Get the dye Id from the Color name +function getDyeIdFromColor(color as string) as int { + for id, colorName in minecraftDyeIdTable { + if (colorName.toLowerCase() == color.toLowerCase()) { + return id as int; + } + } +} + +/* + Add a recipe string array to a given Stage also checking if `REGEX:` is prepended + to handle those strings differently +*/ +function stageRecipeNameOrRegex(stage as Stage, recipeNames as string[]) { + for recipeName in recipeNames { + if (recipeName.startsWith("REGEX:")) { + stage.addRecipeRegex(recipeName.substring(6, recipeName.length)); + } else { + stage.addRecipeName(recipeName); + } + } +} + +/* + A makeTag replacement for Enchantments to support JEID's Integer IDs +*/ +function makeJeidTag(enchantment as IEnchantment) as IData { + var tag as IData = enchantment.makeTag(); + var newEnch = [] as IData; + + for data in tag.ench.asList() { + newEnch += [{lvl: data.lvl.asShort(), id: data.id.asInt()}]; + } + + return {ench: newEnch} as IData; +} + +/* + A utility function to generate the variations of Mekanism items that need staging +*/ +function genMekIngredient(mekItem as IItemStack) as IIngredient { + var allItems as IIngredient = mekItem as IIngredient; + var possibleData as IData[] = [ + {} as IData, + {mekData: {}} as IData + ]; + + for data in possibleData { + var item as IIngredient = mekItem.withTag(data); + + if (!isNull(item)) { + if (isNull(allItems)) { + allItems = item; + } else { + allItems |= item; + } + } + } + + return allItems; +} + +/* + A utility function to generate the variations of Mekanism items with internal gas tanks that need staging +*/ +function genGasMekIngredient(mekItem as IItemStack, gas as string, gasAmount as int) as IIngredient { + var allItems as IIngredient = mekItem as IIngredient; + var possibleData as IData[] = [ + {} as IData, + {mekData: {}} as IData, + {mekData: {stored: {amount: gasAmount, gasName: gas}}} as IData + ]; + + for data in possibleData { + var item as IIngredient = mekItem.withTag(data); + + if (!isNull(item)) { + if (isNull(allItems)) { + allItems = item; + } else { + allItems |= item; + } + } + } + + return allItems; +} + +/* + A utility function to generate the variations of Mekanism items with internal energy buffers that need staging +*/ +function genEnergyMekIngredient(mekItem as IItemStack, maxEnergy as double) as IIngredient { + var allItems as IIngredient = mekItem as IIngredient; + var possibleData as IData[] = [ + {} as IData, + {mekData: {}} as IData, + {mekData: {energyStored: maxEnergy}} as IData + ]; + + for data in possibleData { + var item as IIngredient = mekItem.withTag(data); + + if (!isNull(item)) { + if (isNull(allItems)) { + allItems = item; + } else { + allItems |= item; + } + } + } + + return allItems; +} + +/* + A utility function to generate the variations of Mekanism items with tiers that need staging +*/ +function genTieredMekIngredient(mekItem as IItemStack, maxTier as int) as IIngredient { + var allItems as IIngredient = null; + var possibleData as IData[] = []; + + for i in 0 .. maxTier + 1 { + possibleData += {tier: i} as IData; + possibleData += {tier: i, mekData: {}} as IData; + } + + for data in possibleData { + var item as IIngredient = mekItem.withTag(data); + + if (!isNull(item)) { + if (isNull(allItems)) { + allItems = item; + } else { + allItems |= item; + } + } + } + + return allItems; +} + +/* + A utility function to generate the variations of Mekanism items with tiered energy storage that need staging +*/ +function genTieredEnergyMekIngredient(mekItem as IItemStack, maxTier as int, maxEnergy as double[]) as IIngredient { + var allItems as IIngredient = null; + var possibleData as IData[] = []; + + for i in 0 .. maxTier + 1 { + possibleData += {tier: i} as IData; + possibleData += {tier: i, mekData: {}} as IData; + possibleData += {tier: i, mekData: {energyStored: maxEnergy[i]}} as IData; + } + + for data in possibleData { + var item as IIngredient = mekItem.withTag(data); + + if (!isNull(item)) { + if (isNull(allItems)) { + allItems = item; + } else { + allItems |= item; + } + } + } + + return allItems; +} diff --git a/scripts/env.dev.zs b/scripts/env.dev.zs new file mode 100644 index 0000000..7c48022 --- /dev/null +++ b/scripts/env.dev.zs @@ -0,0 +1,13 @@ +#priority 4100 + +/* + Dev environment only stuff +*/ + +// This should be changed on release. As this sets a debug message to show in chat to users using the Beta updates. +global isDevelopment as bool = false; + +//Enable container output to console +if (isDevelopment) { + mods.recipestages.Recipes.setPrintContainers(true); +} diff --git a/scripts/env.production.zs b/scripts/env.production.zs new file mode 100644 index 0000000..f8e838d --- /dev/null +++ b/scripts/env.production.zs @@ -0,0 +1 @@ +#ikwid diff --git a/server-icon.png b/server-icon.png new file mode 100644 index 0000000..832be29 Binary files /dev/null and b/server-icon.png differ diff --git a/server.properties b/server.properties new file mode 100644 index 0000000..99818aa --- /dev/null +++ b/server.properties @@ -0,0 +1,40 @@ +#Minecraft server properties +#Fri May 16 16:58:28 MSK 2025 +spawn-protection=16 +max-tick-time=60000 +generator-settings= +force-gamemode=false +allow-nether=true +gamemode=0 +dc_preset=notSet +broadcast-console-to-ops=true +enable-query=false +player-idle-timeout=0 +difficulty=3 +spawn-monsters=true +op-permission-level=4 +pvp=true +snooper-enabled=true +level-type=quark_realistic +hardcore=false +enable-command-block=false +max-players=20 +network-compression-threshold=256 +resource-pack-sha1= +max-world-size=29999984 +server-port=25568 +server-ip=0.0.0.0 +spawn-npcs=true +allow-flight=true +level-name=world +view-distance=20 +resource-pack= +spawn-animals=true +white-list=false +generate-structures=true +online-mode=true +max-build-height=256 +level-seed= +prevent-proxy-connections=false +motd=\u00A7d\u00A7oSevTech\: Exbyte Studios SevTech\u00A7r - \u00A74v3.2.3 +enable-rcon=false diff --git a/settings.bat b/settings.bat new file mode 100644 index 0000000..9d8cc26 --- /dev/null +++ b/settings.bat @@ -0,0 +1,8 @@ +REM Don't edit these values unless you know what you are doing. +set INSTALL_JAR=forge-1.12.2-14.23.5.2860-installer.jar +set SERVER_JAR=forge-1.12.2-14.23.5.2860.jar + +REM You can edit these values if you wish. +set MIN_RAM=1024M +set MAX_RAM=4096M +set JAVA_PARAMETERS=-XX:+UseG1GC -Dsun.rmi.dgc.server.gcInterval=2147483646 -XX:+UnlockExperimentalVMOptions -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M -Dfml.readTimeout=180 \ No newline at end of file diff --git a/settings.sh b/settings.sh new file mode 100644 index 0000000..3a07575 --- /dev/null +++ b/settings.sh @@ -0,0 +1,8 @@ +# Don't edit these values unless you know what you are doing. +export INSTALL_JAR="forge-1.12.2-14.23.5.2860-installer.jar" +export SERVER_JAR="forge-1.12.2-14.23.5.2860.jar" + +# You can edit these values if you wish. +export MIN_RAM="1024M" +export MAX_RAM="4096M" +export JAVA_PARAMETERS="-XX:+UseG1GC -Dsun.rmi.dgc.server.gcInterval=2147483646 -XX:+UnlockExperimentalVMOptions -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M -Dfml.readTimeout=180" \ No newline at end of file diff --git a/structures/active/DinosaurSkeleton.rcst b/structures/active/DinosaurSkeleton.rcst new file mode 100644 index 0000000..0c8f404 Binary files /dev/null and b/structures/active/DinosaurSkeleton.rcst differ diff --git a/structures/active/DinosaurSkull.rcst b/structures/active/DinosaurSkull.rcst new file mode 100644 index 0000000..1bbf372 Binary files /dev/null and b/structures/active/DinosaurSkull.rcst differ diff --git a/structures/active/FlowerBiomes.rcbp b/structures/active/FlowerBiomes.rcbp new file mode 100644 index 0000000..88931eb --- /dev/null +++ b/structures/active/FlowerBiomes.rcbp @@ -0,0 +1,31 @@ +{ + "data": [ + { + "biomes": "$PLAINS" + }, + { + "biomes": "$FOREST" + }, + { + "biomes": "$MOUNTAIN" + }, + { + "biomes": "$HILLS" + }, + { + "biomes": "$SWAMP" + }, + { + "biomes": "$SAVANNA" + }, + { + "biomes": "$JUNGLE" + } + ], + "metadata": { + "title": "Flower Biomes", + "description": [ + "Flower Structure Locations" + ] + } +} \ No newline at end of file diff --git a/structures/active/GiganticTree.rcst b/structures/active/GiganticTree.rcst new file mode 100644 index 0000000..a655b7b Binary files /dev/null and b/structures/active/GiganticTree.rcst differ diff --git a/structures/active/HotSandy.rcbp b/structures/active/HotSandy.rcbp new file mode 100644 index 0000000..57f111c --- /dev/null +++ b/structures/active/HotSandy.rcbp @@ -0,0 +1,22 @@ +{ + "data": [ + { + "biomes": "$DRY" + }, + { + "biomes": "$HOT" + }, + { + "biomes": "$SANDY" + }, + { + "biomes": "$MESA" + } + ], + "metadata": { + "title": "HotandSandy", + "description": [ + "Hot Sandy like a Desert" + ] + } +} \ No newline at end of file diff --git a/structures/active/HunterHut.rcst b/structures/active/HunterHut.rcst new file mode 100644 index 0000000..b062dd4 Binary files /dev/null and b/structures/active/HunterHut.rcst differ diff --git a/structures/active/MoonOnly.rcdp b/structures/active/MoonOnly.rcdp new file mode 100644 index 0000000..1e0e0a0 --- /dev/null +++ b/structures/active/MoonOnly.rcdp @@ -0,0 +1,13 @@ +{ + "data": [ + { + "dimensions": "-28" + } + ], + "metadata": { + "title": "MoonOnly", + "description": [ + "This is only on the moon" + ] + } +} \ No newline at end of file diff --git a/structures/active/MostTreeBiomes.rcbp b/structures/active/MostTreeBiomes.rcbp new file mode 100644 index 0000000..a5d8056 --- /dev/null +++ b/structures/active/MostTreeBiomes.rcbp @@ -0,0 +1,13 @@ +{ + "data": [ + { + "biomes": "$BIRCH_TREES\u0026$CONIFEROUS\u0026$FOREST\u0026$HILLS\u0026$ROOFED_TREES\u0026$SUPER_BIRCH_TREES\u0026$THEMED_TREES" + } + ], + "metadata": { + "title": "MostTreeBiomes", + "description": [ + "Mostly Tree Biomes minus snow and jungle" + ] + } +} \ No newline at end of file diff --git a/structures/active/MostTreeBiomes2.rcbp b/structures/active/MostTreeBiomes2.rcbp new file mode 100644 index 0000000..a857da7 --- /dev/null +++ b/structures/active/MostTreeBiomes2.rcbp @@ -0,0 +1,31 @@ +{ + "data": [ + { + "biomes": "$BIRCH_TREES" + }, + { + "biomes": "$CONIFEROUS" + }, + { + "biomes": "$FOREST" + }, + { + "biomes": "$HILLS" + }, + { + "biomes": "$ROOFED_TREES" + }, + { + "biomes": "$SUPER_BIRCH_TREES" + }, + { + "biomes": "$THEMED_TREES" + } + ], + "metadata": { + "title": "MostTreeBiomes2", + "description": [ + "Mostly Tree Biomes minus snow and jungle NOW WITH WORKING FUNCTIONALITY!" + ] + } +} \ No newline at end of file diff --git a/structures/active/MudHut.rcst b/structures/active/MudHut.rcst new file mode 100644 index 0000000..224181d Binary files /dev/null and b/structures/active/MudHut.rcst differ diff --git a/structures/active/MudRoundHouse.rcst b/structures/active/MudRoundHouse.rcst new file mode 100644 index 0000000..6c8daf2 Binary files /dev/null and b/structures/active/MudRoundHouse.rcst differ diff --git a/structures/active/MulberryTree.rcst b/structures/active/MulberryTree.rcst new file mode 100644 index 0000000..bae1874 Binary files /dev/null and b/structures/active/MulberryTree.rcst differ diff --git a/structures/active/MulberryTree2.rcst b/structures/active/MulberryTree2.rcst new file mode 100644 index 0000000..7882181 Binary files /dev/null and b/structures/active/MulberryTree2.rcst differ diff --git a/structures/active/MulberryTree3.rcst b/structures/active/MulberryTree3.rcst new file mode 100644 index 0000000..daccdf3 Binary files /dev/null and b/structures/active/MulberryTree3.rcst differ diff --git a/structures/active/NetherPortal1.rcst b/structures/active/NetherPortal1.rcst new file mode 100644 index 0000000..c0887f2 Binary files /dev/null and b/structures/active/NetherPortal1.rcst differ diff --git a/structures/active/NetherPortal2.rcst b/structures/active/NetherPortal2.rcst new file mode 100644 index 0000000..2b34638 Binary files /dev/null and b/structures/active/NetherPortal2.rcst differ diff --git a/structures/active/NetherPortal3.rcst b/structures/active/NetherPortal3.rcst new file mode 100644 index 0000000..458dc4f Binary files /dev/null and b/structures/active/NetherPortal3.rcst differ diff --git a/structures/active/OVERWORLDONLYAGAIN.rcdp b/structures/active/OVERWORLDONLYAGAIN.rcdp new file mode 100644 index 0000000..d2c171e --- /dev/null +++ b/structures/active/OVERWORLDONLYAGAIN.rcdp @@ -0,0 +1,13 @@ +{ + "data": [ + { + "dimensions": "0" + } + ], + "metadata": { + "title": "OVERWORLDONLYAGAIN", + "description": [ + "OVERWORLDONLYAGAIN" + ] + } +} \ No newline at end of file diff --git a/structures/active/OverworldOnly.rcdp b/structures/active/OverworldOnly.rcdp new file mode 100644 index 0000000..f7638b6 --- /dev/null +++ b/structures/active/OverworldOnly.rcdp @@ -0,0 +1,16 @@ +{ + "data": [ + { + "dimensions": "$UNCATEGORIZED" + }, + { + "dimensions": "$NO_TOP_LIMIT \u0026 $BOTTOM_LIMIT \u0026 $INFINITE \u0026 $EARTH" + } + ], + "metadata": { + "title": "OverworldOnly", + "description": [ + "This is the overworld.... only" + ] + } +} \ No newline at end of file diff --git a/structures/active/RunePortal.rcst b/structures/active/RunePortal.rcst new file mode 100644 index 0000000..1b3fe76 Binary files /dev/null and b/structures/active/RunePortal.rcst differ diff --git a/structures/active/SakuraTree.rcst b/structures/active/SakuraTree.rcst new file mode 100644 index 0000000..3f724f1 Binary files /dev/null and b/structures/active/SakuraTree.rcst differ diff --git a/structures/active/SakuraTree2.rcst b/structures/active/SakuraTree2.rcst new file mode 100644 index 0000000..a91012e Binary files /dev/null and b/structures/active/SakuraTree2.rcst differ diff --git a/structures/inactive/AbandonedWoodTower.rcst b/structures/inactive/AbandonedWoodTower.rcst new file mode 100644 index 0000000..d45980d Binary files /dev/null and b/structures/inactive/AbandonedWoodTower.rcst differ diff --git a/structures/inactive/AlascaCedar.rcst b/structures/inactive/AlascaCedar.rcst new file mode 100644 index 0000000..2a4c8a5 Binary files /dev/null and b/structures/inactive/AlascaCedar.rcst differ diff --git a/structures/inactive/BabylonTower.rcst b/structures/inactive/BabylonTower.rcst new file mode 100644 index 0000000..7ea7e7b Binary files /dev/null and b/structures/inactive/BabylonTower.rcst differ diff --git a/structures/inactive/Basswood.rcst b/structures/inactive/Basswood.rcst new file mode 100644 index 0000000..21e5ac2 Binary files /dev/null and b/structures/inactive/Basswood.rcst differ diff --git a/structures/inactive/BigClockworkSite.rcst b/structures/inactive/BigClockworkSite.rcst new file mode 100644 index 0000000..4c6c012 Binary files /dev/null and b/structures/inactive/BigClockworkSite.rcst differ diff --git a/structures/inactive/BigPyramid.rcst b/structures/inactive/BigPyramid.rcst new file mode 100644 index 0000000..63850bd Binary files /dev/null and b/structures/inactive/BigPyramid.rcst differ diff --git a/structures/inactive/BirchTree.rcst b/structures/inactive/BirchTree.rcst new file mode 100644 index 0000000..a0ad8d2 Binary files /dev/null and b/structures/inactive/BirchTree.rcst differ diff --git a/structures/inactive/BirchTree1.rcst b/structures/inactive/BirchTree1.rcst new file mode 100644 index 0000000..ed0d779 Binary files /dev/null and b/structures/inactive/BirchTree1.rcst differ diff --git a/structures/inactive/BirchTreeBig.rcst b/structures/inactive/BirchTreeBig.rcst new file mode 100644 index 0000000..c144551 Binary files /dev/null and b/structures/inactive/BirchTreeBig.rcst differ diff --git a/structures/inactive/BirchTreeBig1.rcst b/structures/inactive/BirchTreeBig1.rcst new file mode 100644 index 0000000..a052629 Binary files /dev/null and b/structures/inactive/BirchTreeBig1.rcst differ diff --git a/structures/inactive/BlazeSpawnerCrystal.rcst b/structures/inactive/BlazeSpawnerCrystal.rcst new file mode 100644 index 0000000..be15e8d Binary files /dev/null and b/structures/inactive/BlazeSpawnerCrystal.rcst differ diff --git a/structures/inactive/BrickHenge.rcst b/structures/inactive/BrickHenge.rcst new file mode 100644 index 0000000..a50c893 Binary files /dev/null and b/structures/inactive/BrickHenge.rcst differ diff --git a/structures/inactive/BrownMushroom.rcst b/structures/inactive/BrownMushroom.rcst new file mode 100644 index 0000000..5262e33 Binary files /dev/null and b/structures/inactive/BrownMushroom.rcst differ diff --git a/structures/inactive/BrownMushroom1.rcst b/structures/inactive/BrownMushroom1.rcst new file mode 100644 index 0000000..feab61d Binary files /dev/null and b/structures/inactive/BrownMushroom1.rcst differ diff --git a/structures/inactive/ChestsFromWorld.rcst b/structures/inactive/ChestsFromWorld.rcst new file mode 100644 index 0000000..0f5e918 Binary files /dev/null and b/structures/inactive/ChestsFromWorld.rcst differ diff --git a/structures/inactive/ChurchGraveyardRuins.rcst b/structures/inactive/ChurchGraveyardRuins.rcst new file mode 100644 index 0000000..3048582 Binary files /dev/null and b/structures/inactive/ChurchGraveyardRuins.rcst differ diff --git a/structures/inactive/ClayWaterMound.rcst b/structures/inactive/ClayWaterMound.rcst new file mode 100644 index 0000000..b26d9c1 Binary files /dev/null and b/structures/inactive/ClayWaterMound.rcst differ diff --git a/structures/inactive/ClayWaterMound1.rcst b/structures/inactive/ClayWaterMound1.rcst new file mode 100644 index 0000000..8370887 Binary files /dev/null and b/structures/inactive/ClayWaterMound1.rcst differ diff --git a/structures/inactive/CorruptedEnderTree.rcst b/structures/inactive/CorruptedEnderTree.rcst new file mode 100644 index 0000000..d31bf9f Binary files /dev/null and b/structures/inactive/CorruptedEnderTree.rcst differ diff --git a/structures/inactive/CuboneSkull.rcst b/structures/inactive/CuboneSkull.rcst new file mode 100644 index 0000000..ffa9770 Binary files /dev/null and b/structures/inactive/CuboneSkull.rcst differ diff --git a/structures/inactive/DeadTreeLarge.rcst b/structures/inactive/DeadTreeLarge.rcst new file mode 100644 index 0000000..1521dfb Binary files /dev/null and b/structures/inactive/DeadTreeLarge.rcst differ diff --git a/structures/inactive/DeadTreeLarge1.rcst b/structures/inactive/DeadTreeLarge1.rcst new file mode 100644 index 0000000..ab1a4c7 Binary files /dev/null and b/structures/inactive/DeadTreeLarge1.rcst differ diff --git a/structures/inactive/DeadTreeLarge2.rcst b/structures/inactive/DeadTreeLarge2.rcst new file mode 100644 index 0000000..5cced02 Binary files /dev/null and b/structures/inactive/DeadTreeLarge2.rcst differ diff --git a/structures/inactive/DeadTreeLarge3.rcst b/structures/inactive/DeadTreeLarge3.rcst new file mode 100644 index 0000000..ad9947b Binary files /dev/null and b/structures/inactive/DeadTreeLarge3.rcst differ diff --git a/structures/inactive/DesertBeacon.rcst b/structures/inactive/DesertBeacon.rcst new file mode 100644 index 0000000..25a9ede Binary files /dev/null and b/structures/inactive/DesertBeacon.rcst differ diff --git a/structures/inactive/DesertFort.rcst b/structures/inactive/DesertFort.rcst new file mode 100644 index 0000000..7049a6b Binary files /dev/null and b/structures/inactive/DesertFort.rcst differ diff --git a/structures/inactive/DesertHut.rcst b/structures/inactive/DesertHut.rcst new file mode 100644 index 0000000..1515900 Binary files /dev/null and b/structures/inactive/DesertHut.rcst differ diff --git a/structures/inactive/DesertWatchtower.rcst b/structures/inactive/DesertWatchtower.rcst new file mode 100644 index 0000000..7c627f7 Binary files /dev/null and b/structures/inactive/DesertWatchtower.rcst differ diff --git a/structures/inactive/ElvenPond.rcst b/structures/inactive/ElvenPond.rcst new file mode 100644 index 0000000..ab0ed60 Binary files /dev/null and b/structures/inactive/ElvenPond.rcst differ diff --git a/structures/inactive/FallenPalmTree.rcst b/structures/inactive/FallenPalmTree.rcst new file mode 100644 index 0000000..7fcb049 Binary files /dev/null and b/structures/inactive/FallenPalmTree.rcst differ diff --git a/structures/inactive/Fiberpalm.rcst b/structures/inactive/Fiberpalm.rcst new file mode 100644 index 0000000..294c318 Binary files /dev/null and b/structures/inactive/Fiberpalm.rcst differ diff --git a/structures/inactive/FirTree.rcst b/structures/inactive/FirTree.rcst new file mode 100644 index 0000000..86f736d Binary files /dev/null and b/structures/inactive/FirTree.rcst differ diff --git a/structures/inactive/FirTreeBig.rcst b/structures/inactive/FirTreeBig.rcst new file mode 100644 index 0000000..59760fb Binary files /dev/null and b/structures/inactive/FirTreeBig.rcst differ diff --git a/structures/inactive/FlowerBed1.rcst b/structures/inactive/FlowerBed1.rcst new file mode 100644 index 0000000..f6cbe98 Binary files /dev/null and b/structures/inactive/FlowerBed1.rcst differ diff --git a/structures/inactive/FlowerBed2.rcst b/structures/inactive/FlowerBed2.rcst new file mode 100644 index 0000000..47aaa9a Binary files /dev/null and b/structures/inactive/FlowerBed2.rcst differ diff --git a/structures/inactive/FlowerBed3.rcst b/structures/inactive/FlowerBed3.rcst new file mode 100644 index 0000000..6b23c91 Binary files /dev/null and b/structures/inactive/FlowerBed3.rcst differ diff --git a/structures/inactive/ForestBeacon.rcst b/structures/inactive/ForestBeacon.rcst new file mode 100644 index 0000000..121039a Binary files /dev/null and b/structures/inactive/ForestBeacon.rcst differ diff --git a/structures/inactive/ForestMaze.rcst b/structures/inactive/ForestMaze.rcst new file mode 100644 index 0000000..0b11fc7 Binary files /dev/null and b/structures/inactive/ForestMaze.rcst differ diff --git a/structures/inactive/ForestMaze3Way.rcst b/structures/inactive/ForestMaze3Way.rcst new file mode 100644 index 0000000..9e74e9e Binary files /dev/null and b/structures/inactive/ForestMaze3Way.rcst differ diff --git a/structures/inactive/ForestMazeClearing.rcst b/structures/inactive/ForestMazeClearing.rcst new file mode 100644 index 0000000..fef6485 Binary files /dev/null and b/structures/inactive/ForestMazeClearing.rcst differ diff --git a/structures/inactive/ForestMazeCorridor.rcst b/structures/inactive/ForestMazeCorridor.rcst new file mode 100644 index 0000000..184c6e6 Binary files /dev/null and b/structures/inactive/ForestMazeCorridor.rcst differ diff --git a/structures/inactive/ForestMazeCrossing.rcst b/structures/inactive/ForestMazeCrossing.rcst new file mode 100644 index 0000000..e2502bb Binary files /dev/null and b/structures/inactive/ForestMazeCrossing.rcst differ diff --git a/structures/inactive/ForestMazeEnd.rcst b/structures/inactive/ForestMazeEnd.rcst new file mode 100644 index 0000000..50bf109 Binary files /dev/null and b/structures/inactive/ForestMazeEnd.rcst differ diff --git a/structures/inactive/ForestMazeSlimes.rcst b/structures/inactive/ForestMazeSlimes.rcst new file mode 100644 index 0000000..0d407eb Binary files /dev/null and b/structures/inactive/ForestMazeSlimes.rcst differ diff --git a/structures/inactive/ForestMazeTurn.rcst b/structures/inactive/ForestMazeTurn.rcst new file mode 100644 index 0000000..b57d31c Binary files /dev/null and b/structures/inactive/ForestMazeTurn.rcst differ diff --git a/structures/inactive/GenericTree.rcst b/structures/inactive/GenericTree.rcst new file mode 100644 index 0000000..e00b90a Binary files /dev/null and b/structures/inactive/GenericTree.rcst differ diff --git a/structures/inactive/GenericTree1.rcst b/structures/inactive/GenericTree1.rcst new file mode 100644 index 0000000..cecdfb4 Binary files /dev/null and b/structures/inactive/GenericTree1.rcst differ diff --git a/structures/inactive/GenericTree2.rcst b/structures/inactive/GenericTree2.rcst new file mode 100644 index 0000000..62d93b3 Binary files /dev/null and b/structures/inactive/GenericTree2.rcst differ diff --git a/structures/inactive/GenericTree3.rcst b/structures/inactive/GenericTree3.rcst new file mode 100644 index 0000000..da4567a Binary files /dev/null and b/structures/inactive/GenericTree3.rcst differ diff --git a/structures/inactive/GenericTree4.rcst b/structures/inactive/GenericTree4.rcst new file mode 100644 index 0000000..81bc821 Binary files /dev/null and b/structures/inactive/GenericTree4.rcst differ diff --git a/structures/inactive/GenericTree5.rcst b/structures/inactive/GenericTree5.rcst new file mode 100644 index 0000000..2e45c95 Binary files /dev/null and b/structures/inactive/GenericTree5.rcst differ diff --git a/structures/inactive/GenericTree6.rcst b/structures/inactive/GenericTree6.rcst new file mode 100644 index 0000000..d5aab23 Binary files /dev/null and b/structures/inactive/GenericTree6.rcst differ diff --git a/structures/inactive/GenericTreeHuge.rcst b/structures/inactive/GenericTreeHuge.rcst new file mode 100644 index 0000000..8918946 Binary files /dev/null and b/structures/inactive/GenericTreeHuge.rcst differ diff --git a/structures/inactive/GenericTreeSmall.rcst b/structures/inactive/GenericTreeSmall.rcst new file mode 100644 index 0000000..e391b4d Binary files /dev/null and b/structures/inactive/GenericTreeSmall.rcst differ diff --git a/structures/inactive/GiganticTree1.rcst b/structures/inactive/GiganticTree1.rcst new file mode 100644 index 0000000..1591838 Binary files /dev/null and b/structures/inactive/GiganticTree1.rcst differ diff --git a/structures/inactive/HillAltarHouse.rcst b/structures/inactive/HillAltarHouse.rcst new file mode 100644 index 0000000..ffa24eb Binary files /dev/null and b/structures/inactive/HillAltarHouse.rcst differ diff --git a/structures/inactive/IceThorn.rcst b/structures/inactive/IceThorn.rcst new file mode 100644 index 0000000..0a92320 Binary files /dev/null and b/structures/inactive/IceThorn.rcst differ diff --git a/structures/inactive/IceThorn1.rcst b/structures/inactive/IceThorn1.rcst new file mode 100644 index 0000000..160875a Binary files /dev/null and b/structures/inactive/IceThorn1.rcst differ diff --git a/structures/inactive/IceThorn2.rcst b/structures/inactive/IceThorn2.rcst new file mode 100644 index 0000000..60d0dd5 Binary files /dev/null and b/structures/inactive/IceThorn2.rcst differ diff --git a/structures/inactive/IceThorn3.rcst b/structures/inactive/IceThorn3.rcst new file mode 100644 index 0000000..e52ed0f Binary files /dev/null and b/structures/inactive/IceThorn3.rcst differ diff --git a/structures/inactive/IceThorn4.rcst b/structures/inactive/IceThorn4.rcst new file mode 100644 index 0000000..d0e4e96 Binary files /dev/null and b/structures/inactive/IceThorn4.rcst differ diff --git a/structures/inactive/JokerTower.rcst b/structures/inactive/JokerTower.rcst new file mode 100644 index 0000000..0bd7d60 Binary files /dev/null and b/structures/inactive/JokerTower.rcst differ diff --git a/structures/inactive/JungleTreeHuge.rcst b/structures/inactive/JungleTreeHuge.rcst new file mode 100644 index 0000000..d925926 Binary files /dev/null and b/structures/inactive/JungleTreeHuge.rcst differ diff --git a/structures/inactive/JungleTreeHuge1.rcst b/structures/inactive/JungleTreeHuge1.rcst new file mode 100644 index 0000000..4858209 Binary files /dev/null and b/structures/inactive/JungleTreeHuge1.rcst differ diff --git a/structures/inactive/LodgepolePine.rcst b/structures/inactive/LodgepolePine.rcst new file mode 100644 index 0000000..077d2ab Binary files /dev/null and b/structures/inactive/LodgepolePine.rcst differ diff --git a/structures/inactive/LonePillars.rcst b/structures/inactive/LonePillars.rcst new file mode 100644 index 0000000..8599358 Binary files /dev/null and b/structures/inactive/LonePillars.rcst differ diff --git a/structures/inactive/MapHouseVillage.rcst b/structures/inactive/MapHouseVillage.rcst new file mode 100644 index 0000000..3009f80 Binary files /dev/null and b/structures/inactive/MapHouseVillage.rcst differ diff --git a/structures/inactive/MesoMazeCorridorCollapse.rcst b/structures/inactive/MesoMazeCorridorCollapse.rcst new file mode 100644 index 0000000..40f9608 Binary files /dev/null and b/structures/inactive/MesoMazeCorridorCollapse.rcst differ diff --git a/structures/inactive/MesoMazeGrowth.rcst b/structures/inactive/MesoMazeGrowth.rcst new file mode 100644 index 0000000..f2298cf Binary files /dev/null and b/structures/inactive/MesoMazeGrowth.rcst differ diff --git a/structures/inactive/MesoMazePagoda.rcst b/structures/inactive/MesoMazePagoda.rcst new file mode 100644 index 0000000..dbff9d4 Binary files /dev/null and b/structures/inactive/MesoMazePagoda.rcst differ diff --git a/structures/inactive/MesoMazePath.rcst b/structures/inactive/MesoMazePath.rcst new file mode 100644 index 0000000..869aac0 Binary files /dev/null and b/structures/inactive/MesoMazePath.rcst differ diff --git a/structures/inactive/MesoMazeSpiderTurn.rcst b/structures/inactive/MesoMazeSpiderTurn.rcst new file mode 100644 index 0000000..4511d38 Binary files /dev/null and b/structures/inactive/MesoMazeSpiderTurn.rcst differ diff --git a/structures/inactive/MesoMazeStairCorridor.rcst b/structures/inactive/MesoMazeStairCorridor.rcst new file mode 100644 index 0000000..b072079 Binary files /dev/null and b/structures/inactive/MesoMazeStairCorridor.rcst differ diff --git a/structures/inactive/MesoMazeStairTurn.rcst b/structures/inactive/MesoMazeStairTurn.rcst new file mode 100644 index 0000000..f2d400f Binary files /dev/null and b/structures/inactive/MesoMazeStairTurn.rcst differ diff --git a/structures/inactive/MesoMazeStorage.rcst b/structures/inactive/MesoMazeStorage.rcst new file mode 100644 index 0000000..22ea635 Binary files /dev/null and b/structures/inactive/MesoMazeStorage.rcst differ diff --git a/structures/inactive/MesoMazeZombieTable.rcst b/structures/inactive/MesoMazeZombieTable.rcst new file mode 100644 index 0000000..708043b Binary files /dev/null and b/structures/inactive/MesoMazeZombieTable.rcst differ diff --git a/structures/inactive/MeteorSite.rcst b/structures/inactive/MeteorSite.rcst new file mode 100644 index 0000000..8167d6a Binary files /dev/null and b/structures/inactive/MeteorSite.rcst differ diff --git a/structures/inactive/MonolythHoly.rcst b/structures/inactive/MonolythHoly.rcst new file mode 100644 index 0000000..1d7394c Binary files /dev/null and b/structures/inactive/MonolythHoly.rcst differ diff --git a/structures/inactive/MonolythUnholy.rcst b/structures/inactive/MonolythUnholy.rcst new file mode 100644 index 0000000..ca3d8b1 Binary files /dev/null and b/structures/inactive/MonolythUnholy.rcst differ diff --git a/structures/inactive/Mopane.rcst b/structures/inactive/Mopane.rcst new file mode 100644 index 0000000..542998f Binary files /dev/null and b/structures/inactive/Mopane.rcst differ diff --git a/structures/inactive/MysticalTree.rcst b/structures/inactive/MysticalTree.rcst new file mode 100644 index 0000000..9419207 Binary files /dev/null and b/structures/inactive/MysticalTree.rcst differ diff --git a/structures/inactive/MysticalTree1.rcst b/structures/inactive/MysticalTree1.rcst new file mode 100644 index 0000000..195b71d Binary files /dev/null and b/structures/inactive/MysticalTree1.rcst differ diff --git a/structures/inactive/MysticalTree2.rcst b/structures/inactive/MysticalTree2.rcst new file mode 100644 index 0000000..714bf16 Binary files /dev/null and b/structures/inactive/MysticalTree2.rcst differ diff --git a/structures/inactive/NetherThorn.rcst b/structures/inactive/NetherThorn.rcst new file mode 100644 index 0000000..fb3e882 Binary files /dev/null and b/structures/inactive/NetherThorn.rcst differ diff --git a/structures/inactive/NetherThorn1.rcst b/structures/inactive/NetherThorn1.rcst new file mode 100644 index 0000000..7dc0d9d Binary files /dev/null and b/structures/inactive/NetherThorn1.rcst differ diff --git a/structures/inactive/NetherThorn2.rcst b/structures/inactive/NetherThorn2.rcst new file mode 100644 index 0000000..58362e7 Binary files /dev/null and b/structures/inactive/NetherThorn2.rcst differ diff --git a/structures/inactive/NetherThorn3.rcst b/structures/inactive/NetherThorn3.rcst new file mode 100644 index 0000000..a23c310 Binary files /dev/null and b/structures/inactive/NetherThorn3.rcst differ diff --git a/structures/inactive/NetherThorn4.rcst b/structures/inactive/NetherThorn4.rcst new file mode 100644 index 0000000..31f4e39 Binary files /dev/null and b/structures/inactive/NetherThorn4.rcst differ diff --git a/structures/inactive/NetherThorn5.rcst b/structures/inactive/NetherThorn5.rcst new file mode 100644 index 0000000..2468c60 Binary files /dev/null and b/structures/inactive/NetherThorn5.rcst differ diff --git a/structures/inactive/OakTree.rcst b/structures/inactive/OakTree.rcst new file mode 100644 index 0000000..046bc5e Binary files /dev/null and b/structures/inactive/OakTree.rcst differ diff --git a/structures/inactive/OakTreeBig.rcst b/structures/inactive/OakTreeBig.rcst new file mode 100644 index 0000000..8e95320 Binary files /dev/null and b/structures/inactive/OakTreeBig.rcst differ diff --git a/structures/inactive/OakTreeHuge.rcst b/structures/inactive/OakTreeHuge.rcst new file mode 100644 index 0000000..b00df54 Binary files /dev/null and b/structures/inactive/OakTreeHuge.rcst differ diff --git a/structures/inactive/OldWatchtower.rcst b/structures/inactive/OldWatchtower.rcst new file mode 100644 index 0000000..ff621fb Binary files /dev/null and b/structures/inactive/OldWatchtower.rcst differ diff --git a/structures/inactive/PeacefulCrypt.rcst b/structures/inactive/PeacefulCrypt.rcst new file mode 100644 index 0000000..d0983df Binary files /dev/null and b/structures/inactive/PeacefulCrypt.rcst differ diff --git a/structures/inactive/PirateChest.rcst b/structures/inactive/PirateChest.rcst new file mode 100644 index 0000000..276b974 Binary files /dev/null and b/structures/inactive/PirateChest.rcst differ diff --git a/structures/inactive/PirateHideout.rcst b/structures/inactive/PirateHideout.rcst new file mode 100644 index 0000000..62e27c3 Binary files /dev/null and b/structures/inactive/PirateHideout.rcst differ diff --git a/structures/inactive/PyramidMazeClosedDoorway.rcst b/structures/inactive/PyramidMazeClosedDoorway.rcst new file mode 100644 index 0000000..e48388d Binary files /dev/null and b/structures/inactive/PyramidMazeClosedDoorway.rcst differ diff --git a/structures/inactive/PyramidMazeCorridorCollapse.rcst b/structures/inactive/PyramidMazeCorridorCollapse.rcst new file mode 100644 index 0000000..057d16b Binary files /dev/null and b/structures/inactive/PyramidMazeCorridorCollapse.rcst differ diff --git a/structures/inactive/PyramidMazePagoda.rcst b/structures/inactive/PyramidMazePagoda.rcst new file mode 100644 index 0000000..1734238 Binary files /dev/null and b/structures/inactive/PyramidMazePagoda.rcst differ diff --git a/structures/inactive/PyramidMazePath.rcst b/structures/inactive/PyramidMazePath.rcst new file mode 100644 index 0000000..3d04710 Binary files /dev/null and b/structures/inactive/PyramidMazePath.rcst differ diff --git a/structures/inactive/PyramidMazePillar.rcst b/structures/inactive/PyramidMazePillar.rcst new file mode 100644 index 0000000..62e4a2c Binary files /dev/null and b/structures/inactive/PyramidMazePillar.rcst differ diff --git a/structures/inactive/PyramidMazeScriptureTurn.rcst b/structures/inactive/PyramidMazeScriptureTurn.rcst new file mode 100644 index 0000000..c99e91b Binary files /dev/null and b/structures/inactive/PyramidMazeScriptureTurn.rcst differ diff --git a/structures/inactive/PyramidMazeSpiderTurn.rcst b/structures/inactive/PyramidMazeSpiderTurn.rcst new file mode 100644 index 0000000..6ce30e8 Binary files /dev/null and b/structures/inactive/PyramidMazeSpiderTurn.rcst differ diff --git a/structures/inactive/PyramidMazeStairCorridor.rcst b/structures/inactive/PyramidMazeStairCorridor.rcst new file mode 100644 index 0000000..a902f76 Binary files /dev/null and b/structures/inactive/PyramidMazeStairCorridor.rcst differ diff --git a/structures/inactive/PyramidMazeStairTurn.rcst b/structures/inactive/PyramidMazeStairTurn.rcst new file mode 100644 index 0000000..a64765a Binary files /dev/null and b/structures/inactive/PyramidMazeStairTurn.rcst differ diff --git a/structures/inactive/PyramidMazeStorage.rcst b/structures/inactive/PyramidMazeStorage.rcst new file mode 100644 index 0000000..bb7abd4 Binary files /dev/null and b/structures/inactive/PyramidMazeStorage.rcst differ diff --git a/structures/inactive/PyramidMazeZombieTable.rcst b/structures/inactive/PyramidMazeZombieTable.rcst new file mode 100644 index 0000000..bdcca1a Binary files /dev/null and b/structures/inactive/PyramidMazeZombieTable.rcst differ diff --git a/structures/inactive/QuakingAspen.rcst b/structures/inactive/QuakingAspen.rcst new file mode 100644 index 0000000..e57888d Binary files /dev/null and b/structures/inactive/QuakingAspen.rcst differ diff --git a/structures/inactive/RedMushroom.rcst b/structures/inactive/RedMushroom.rcst new file mode 100644 index 0000000..9b4f9b7 Binary files /dev/null and b/structures/inactive/RedMushroom.rcst differ diff --git a/structures/inactive/RedMushroom1.rcst b/structures/inactive/RedMushroom1.rcst new file mode 100644 index 0000000..7b9b090 Binary files /dev/null and b/structures/inactive/RedMushroom1.rcst differ diff --git a/structures/inactive/Roots.rcst b/structures/inactive/Roots.rcst new file mode 100644 index 0000000..f57d824 Binary files /dev/null and b/structures/inactive/Roots.rcst differ diff --git a/structures/inactive/SavannaTree.rcst b/structures/inactive/SavannaTree.rcst new file mode 100644 index 0000000..2634d05 Binary files /dev/null and b/structures/inactive/SavannaTree.rcst differ diff --git a/structures/inactive/SavannaTree1.rcst b/structures/inactive/SavannaTree1.rcst new file mode 100644 index 0000000..6bf0e51 Binary files /dev/null and b/structures/inactive/SavannaTree1.rcst differ diff --git a/structures/inactive/ShrineSmallAir.rcst b/structures/inactive/ShrineSmallAir.rcst new file mode 100644 index 0000000..d60680b Binary files /dev/null and b/structures/inactive/ShrineSmallAir.rcst differ diff --git a/structures/inactive/ShrineSmallEarth.rcst b/structures/inactive/ShrineSmallEarth.rcst new file mode 100644 index 0000000..e11cff5 Binary files /dev/null and b/structures/inactive/ShrineSmallEarth.rcst differ diff --git a/structures/inactive/ShrineSmallFire.rcst b/structures/inactive/ShrineSmallFire.rcst new file mode 100644 index 0000000..d797492 Binary files /dev/null and b/structures/inactive/ShrineSmallFire.rcst differ diff --git a/structures/inactive/ShrineSmallWater.rcst b/structures/inactive/ShrineSmallWater.rcst new file mode 100644 index 0000000..9d9e22b Binary files /dev/null and b/structures/inactive/ShrineSmallWater.rcst differ diff --git a/structures/inactive/SmallAbandonedMine.rcst b/structures/inactive/SmallAbandonedMine.rcst new file mode 100644 index 0000000..bef80f9 Binary files /dev/null and b/structures/inactive/SmallAbandonedMine.rcst differ diff --git a/structures/inactive/SmallAbandonedOutpost.rcst b/structures/inactive/SmallAbandonedOutpost.rcst new file mode 100644 index 0000000..30619e4 Binary files /dev/null and b/structures/inactive/SmallAbandonedOutpost.rcst differ diff --git a/structures/inactive/SmallClockworkSite.rcst b/structures/inactive/SmallClockworkSite.rcst new file mode 100644 index 0000000..fcc0555 Binary files /dev/null and b/structures/inactive/SmallClockworkSite.rcst differ diff --git a/structures/inactive/SmallFortRuins.rcst b/structures/inactive/SmallFortRuins.rcst new file mode 100644 index 0000000..95179f2 Binary files /dev/null and b/structures/inactive/SmallFortRuins.rcst differ diff --git a/structures/inactive/SmallFortRuinsJapanese.rcst b/structures/inactive/SmallFortRuinsJapanese.rcst new file mode 100644 index 0000000..4949f80 Binary files /dev/null and b/structures/inactive/SmallFortRuinsJapanese.rcst differ diff --git a/structures/inactive/SmallOutpost.rcst b/structures/inactive/SmallOutpost.rcst new file mode 100644 index 0000000..5bc7ffc Binary files /dev/null and b/structures/inactive/SmallOutpost.rcst differ diff --git a/structures/inactive/SmallPyramid.rcst b/structures/inactive/SmallPyramid.rcst new file mode 100644 index 0000000..9ae17e6 Binary files /dev/null and b/structures/inactive/SmallPyramid.rcst differ diff --git a/structures/inactive/SmallWoodenCottage.rcst b/structures/inactive/SmallWoodenCottage.rcst new file mode 100644 index 0000000..f29f110 Binary files /dev/null and b/structures/inactive/SmallWoodenCottage.rcst differ diff --git a/structures/inactive/SmallWoodenCottage1.rcst b/structures/inactive/SmallWoodenCottage1.rcst new file mode 100644 index 0000000..6089e91 Binary files /dev/null and b/structures/inactive/SmallWoodenCottage1.rcst differ diff --git a/structures/inactive/SmallWoodenCottage2.rcst b/structures/inactive/SmallWoodenCottage2.rcst new file mode 100644 index 0000000..ebc7e51 Binary files /dev/null and b/structures/inactive/SmallWoodenCottage2.rcst differ diff --git a/structures/inactive/SnakeTemple.rcst b/structures/inactive/SnakeTemple.rcst new file mode 100644 index 0000000..b927307 Binary files /dev/null and b/structures/inactive/SnakeTemple.rcst differ diff --git a/structures/inactive/SpiderPit.rcst b/structures/inactive/SpiderPit.rcst new file mode 100644 index 0000000..0b61651 Binary files /dev/null and b/structures/inactive/SpiderPit.rcst differ diff --git a/structures/inactive/SpruceTree.rcst b/structures/inactive/SpruceTree.rcst new file mode 100644 index 0000000..3401bfc Binary files /dev/null and b/structures/inactive/SpruceTree.rcst differ diff --git a/structures/inactive/SpruceTree1.rcst b/structures/inactive/SpruceTree1.rcst new file mode 100644 index 0000000..d84cef4 Binary files /dev/null and b/structures/inactive/SpruceTree1.rcst differ diff --git a/structures/inactive/SpruceTree2.rcst b/structures/inactive/SpruceTree2.rcst new file mode 100644 index 0000000..179fbc3 Binary files /dev/null and b/structures/inactive/SpruceTree2.rcst differ diff --git a/structures/inactive/SpruceTree3.rcst b/structures/inactive/SpruceTree3.rcst new file mode 100644 index 0000000..13876a8 Binary files /dev/null and b/structures/inactive/SpruceTree3.rcst differ diff --git a/structures/inactive/SpruceTreeBig.rcst b/structures/inactive/SpruceTreeBig.rcst new file mode 100644 index 0000000..d884d71 Binary files /dev/null and b/structures/inactive/SpruceTreeBig.rcst differ diff --git a/structures/inactive/StatueTemple.rcst b/structures/inactive/StatueTemple.rcst new file mode 100644 index 0000000..202b25c Binary files /dev/null and b/structures/inactive/StatueTemple.rcst differ diff --git a/structures/inactive/StoneBoulder.rcst b/structures/inactive/StoneBoulder.rcst new file mode 100644 index 0000000..a089b3f Binary files /dev/null and b/structures/inactive/StoneBoulder.rcst differ diff --git a/structures/inactive/StoneIceBoulder.rcst b/structures/inactive/StoneIceBoulder.rcst new file mode 100644 index 0000000..c37d6c8 Binary files /dev/null and b/structures/inactive/StoneIceBoulder.rcst differ diff --git a/structures/inactive/StoneIceBoulder1.rcst b/structures/inactive/StoneIceBoulder1.rcst new file mode 100644 index 0000000..877d7ee Binary files /dev/null and b/structures/inactive/StoneIceBoulder1.rcst differ diff --git a/structures/inactive/StoneIceBoulder2.rcst b/structures/inactive/StoneIceBoulder2.rcst new file mode 100644 index 0000000..4935505 Binary files /dev/null and b/structures/inactive/StoneIceBoulder2.rcst differ diff --git a/structures/inactive/StoneIceBoulder3.rcst b/structures/inactive/StoneIceBoulder3.rcst new file mode 100644 index 0000000..2a63bb6 Binary files /dev/null and b/structures/inactive/StoneIceBoulder3.rcst differ diff --git a/structures/inactive/StoneLeafMound.rcst b/structures/inactive/StoneLeafMound.rcst new file mode 100644 index 0000000..238bcc7 Binary files /dev/null and b/structures/inactive/StoneLeafMound.rcst differ diff --git a/structures/inactive/StoneMaze.rcst b/structures/inactive/StoneMaze.rcst new file mode 100644 index 0000000..cdf7d9b Binary files /dev/null and b/structures/inactive/StoneMaze.rcst differ diff --git a/structures/inactive/StoneMazeBig.rcst b/structures/inactive/StoneMazeBig.rcst new file mode 100644 index 0000000..a824e49 Binary files /dev/null and b/structures/inactive/StoneMazeBig.rcst differ diff --git a/structures/inactive/StoneMazeCorridorWall.rcst b/structures/inactive/StoneMazeCorridorWall.rcst new file mode 100644 index 0000000..6eb9038 Binary files /dev/null and b/structures/inactive/StoneMazeCorridorWall.rcst differ diff --git a/structures/inactive/StoneMazeEndChest.rcst b/structures/inactive/StoneMazeEndChest.rcst new file mode 100644 index 0000000..4ba57c5 Binary files /dev/null and b/structures/inactive/StoneMazeEndChest.rcst differ diff --git a/structures/inactive/StoneMazeFountain.rcst b/structures/inactive/StoneMazeFountain.rcst new file mode 100644 index 0000000..9a0894d Binary files /dev/null and b/structures/inactive/StoneMazeFountain.rcst differ diff --git a/structures/inactive/StoneMazeHuge.rcst b/structures/inactive/StoneMazeHuge.rcst new file mode 100644 index 0000000..76d9da7 Binary files /dev/null and b/structures/inactive/StoneMazeHuge.rcst differ diff --git a/structures/inactive/StoneMazeLitRoom.rcst b/structures/inactive/StoneMazeLitRoom.rcst new file mode 100644 index 0000000..787fd70 Binary files /dev/null and b/structures/inactive/StoneMazeLitRoom.rcst differ diff --git a/structures/inactive/StoneMazePagoda.rcst b/structures/inactive/StoneMazePagoda.rcst new file mode 100644 index 0000000..29154f9 Binary files /dev/null and b/structures/inactive/StoneMazePagoda.rcst differ diff --git a/structures/inactive/StoneMazePath.rcst b/structures/inactive/StoneMazePath.rcst new file mode 100644 index 0000000..9e8d9dd Binary files /dev/null and b/structures/inactive/StoneMazePath.rcst differ diff --git a/structures/inactive/StoneMazePathBig.rcst b/structures/inactive/StoneMazePathBig.rcst new file mode 100644 index 0000000..017d59e Binary files /dev/null and b/structures/inactive/StoneMazePathBig.rcst differ diff --git a/structures/inactive/StoneMazeShootingRange.rcst b/structures/inactive/StoneMazeShootingRange.rcst new file mode 100644 index 0000000..3dd3d16 Binary files /dev/null and b/structures/inactive/StoneMazeShootingRange.rcst differ diff --git a/structures/inactive/StoneMazeSmall.rcst b/structures/inactive/StoneMazeSmall.rcst new file mode 100644 index 0000000..abb05a6 Binary files /dev/null and b/structures/inactive/StoneMazeSmall.rcst differ diff --git a/structures/inactive/StoneMazeSpiderRoom.rcst b/structures/inactive/StoneMazeSpiderRoom.rcst new file mode 100644 index 0000000..1163317 Binary files /dev/null and b/structures/inactive/StoneMazeSpiderRoom.rcst differ diff --git a/structures/inactive/StoneMazeStudy.rcst b/structures/inactive/StoneMazeStudy.rcst new file mode 100644 index 0000000..213df7c Binary files /dev/null and b/structures/inactive/StoneMazeStudy.rcst differ diff --git a/structures/inactive/StonePlantBoulder.rcst b/structures/inactive/StonePlantBoulder.rcst new file mode 100644 index 0000000..427ac72 Binary files /dev/null and b/structures/inactive/StonePlantBoulder.rcst differ diff --git a/structures/inactive/StonePlantMound.rcst b/structures/inactive/StonePlantMound.rcst new file mode 100644 index 0000000..5fda2ad Binary files /dev/null and b/structures/inactive/StonePlantMound.rcst differ diff --git a/structures/inactive/StonePlantMound1.rcst b/structures/inactive/StonePlantMound1.rcst new file mode 100644 index 0000000..c9b8a81 Binary files /dev/null and b/structures/inactive/StonePlantMound1.rcst differ diff --git a/structures/inactive/StonePlantMound2.rcst b/structures/inactive/StonePlantMound2.rcst new file mode 100644 index 0000000..84a9910 Binary files /dev/null and b/structures/inactive/StonePlantMound2.rcst differ diff --git a/structures/inactive/StonePlantMound3.rcst b/structures/inactive/StonePlantMound3.rcst new file mode 100644 index 0000000..04d6c16 Binary files /dev/null and b/structures/inactive/StonePlantMound3.rcst differ diff --git a/structures/inactive/StonePlantMound4.rcst b/structures/inactive/StonePlantMound4.rcst new file mode 100644 index 0000000..9f7e258 Binary files /dev/null and b/structures/inactive/StonePlantMound4.rcst differ diff --git a/structures/inactive/TemplePyramid.rcst b/structures/inactive/TemplePyramid.rcst new file mode 100644 index 0000000..9e06423 Binary files /dev/null and b/structures/inactive/TemplePyramid.rcst differ diff --git a/structures/inactive/TemplePyramid1.rcst b/structures/inactive/TemplePyramid1.rcst new file mode 100644 index 0000000..7260e87 Binary files /dev/null and b/structures/inactive/TemplePyramid1.rcst differ diff --git a/structures/inactive/TestMoon.rcst b/structures/inactive/TestMoon.rcst new file mode 100644 index 0000000..1076c25 Binary files /dev/null and b/structures/inactive/TestMoon.rcst differ diff --git a/structures/inactive/TheObelisk.rcst b/structures/inactive/TheObelisk.rcst new file mode 100644 index 0000000..bbce04a Binary files /dev/null and b/structures/inactive/TheObelisk.rcst differ diff --git a/structures/inactive/TribalJungleHead.rcst b/structures/inactive/TribalJungleHead.rcst new file mode 100644 index 0000000..967c230 Binary files /dev/null and b/structures/inactive/TribalJungleHead.rcst differ diff --git a/structures/inactive/UndergroundCrypt.rcst b/structures/inactive/UndergroundCrypt.rcst new file mode 100644 index 0000000..72ddead Binary files /dev/null and b/structures/inactive/UndergroundCrypt.rcst differ diff --git a/structures/inactive/UndergroundCultChamber.rcst b/structures/inactive/UndergroundCultChamber.rcst new file mode 100644 index 0000000..f2bee8a Binary files /dev/null and b/structures/inactive/UndergroundCultChamber.rcst differ diff --git a/structures/inactive/UndergroundTreeoid.rcst b/structures/inactive/UndergroundTreeoid.rcst new file mode 100644 index 0000000..853a7be Binary files /dev/null and b/structures/inactive/UndergroundTreeoid.rcst differ diff --git a/structures/inactive/UnnaturalCrater.rcst b/structures/inactive/UnnaturalCrater.rcst new file mode 100644 index 0000000..c65c3cd Binary files /dev/null and b/structures/inactive/UnnaturalCrater.rcst differ diff --git a/structures/inactive/VeldtBath.rcst b/structures/inactive/VeldtBath.rcst new file mode 100644 index 0000000..563debd Binary files /dev/null and b/structures/inactive/VeldtBath.rcst differ diff --git a/structures/inactive/VillageChurch.rcst b/structures/inactive/VillageChurch.rcst new file mode 100644 index 0000000..a205512 Binary files /dev/null and b/structures/inactive/VillageChurch.rcst differ diff --git a/structures/inactive/VillageForgeLarge.rcst b/structures/inactive/VillageForgeLarge.rcst new file mode 100644 index 0000000..63bf7ec Binary files /dev/null and b/structures/inactive/VillageForgeLarge.rcst differ diff --git a/structures/inactive/VillageGuardTower.rcst b/structures/inactive/VillageGuardTower.rcst new file mode 100644 index 0000000..b6f8115 Binary files /dev/null and b/structures/inactive/VillageGuardTower.rcst differ diff --git a/structures/inactive/VillageHouseRich.rcst b/structures/inactive/VillageHouseRich.rcst new file mode 100644 index 0000000..3b683b9 Binary files /dev/null and b/structures/inactive/VillageHouseRich.rcst differ diff --git a/structures/inactive/VillageHouseRich1.rcst b/structures/inactive/VillageHouseRich1.rcst new file mode 100644 index 0000000..1497ed3 Binary files /dev/null and b/structures/inactive/VillageHouseRich1.rcst differ diff --git a/structures/inactive/VillageInn.rcst b/structures/inactive/VillageInn.rcst new file mode 100644 index 0000000..0c2f7ef Binary files /dev/null and b/structures/inactive/VillageInn.rcst differ diff --git a/structures/inactive/VillageMarketplace.rcst b/structures/inactive/VillageMarketplace.rcst new file mode 100644 index 0000000..73f0317 Binary files /dev/null and b/structures/inactive/VillageMarketplace.rcst differ diff --git a/structures/inactive/VillageSavannaChandlery.rcst b/structures/inactive/VillageSavannaChandlery.rcst new file mode 100644 index 0000000..f6bc1d8 Binary files /dev/null and b/structures/inactive/VillageSavannaChandlery.rcst differ diff --git a/structures/inactive/VillageSavannaGlassworks.rcst b/structures/inactive/VillageSavannaGlassworks.rcst new file mode 100644 index 0000000..219b07c Binary files /dev/null and b/structures/inactive/VillageSavannaGlassworks.rcst differ diff --git a/structures/inactive/VillageSavannaKitchen.rcst b/structures/inactive/VillageSavannaKitchen.rcst new file mode 100644 index 0000000..d4e00fb Binary files /dev/null and b/structures/inactive/VillageSavannaKitchen.rcst differ diff --git a/structures/inactive/VillageSavannaLibrary.rcst b/structures/inactive/VillageSavannaLibrary.rcst new file mode 100644 index 0000000..64d7203 Binary files /dev/null and b/structures/inactive/VillageSavannaLibrary.rcst differ diff --git a/structures/inactive/VillageSavannaStonemason.rcst b/structures/inactive/VillageSavannaStonemason.rcst new file mode 100644 index 0000000..4f75298 Binary files /dev/null and b/structures/inactive/VillageSavannaStonemason.rcst differ diff --git a/structures/inactive/VillageSavannaTannery.rcst b/structures/inactive/VillageSavannaTannery.rcst new file mode 100644 index 0000000..28ab341 Binary files /dev/null and b/structures/inactive/VillageSavannaTannery.rcst differ diff --git a/structures/inactive/VillageTriplets.rcst b/structures/inactive/VillageTriplets.rcst new file mode 100644 index 0000000..5f61213 Binary files /dev/null and b/structures/inactive/VillageTriplets.rcst differ diff --git a/structures/inactive/VillageWoodMill.rcst b/structures/inactive/VillageWoodMill.rcst new file mode 100644 index 0000000..dae1046 Binary files /dev/null and b/structures/inactive/VillageWoodMill.rcst differ diff --git a/structures/inactive/WellShrine.rcst b/structures/inactive/WellShrine.rcst new file mode 100644 index 0000000..58fdd94 Binary files /dev/null and b/structures/inactive/WellShrine.rcst differ diff --git a/structures/inactive/WhiteWillowLarge.rcst b/structures/inactive/WhiteWillowLarge.rcst new file mode 100644 index 0000000..2c1ba2a Binary files /dev/null and b/structures/inactive/WhiteWillowLarge.rcst differ diff --git a/structures/inactive/WitchPillars.rcst b/structures/inactive/WitchPillars.rcst new file mode 100644 index 0000000..743b543 Binary files /dev/null and b/structures/inactive/WitchPillars.rcst differ diff --git a/structures/inactive/WoodThorn.rcst b/structures/inactive/WoodThorn.rcst new file mode 100644 index 0000000..0504f2e Binary files /dev/null and b/structures/inactive/WoodThorn.rcst differ diff --git a/structures/inactive/WoodThornBig.rcst b/structures/inactive/WoodThornBig.rcst new file mode 100644 index 0000000..b62ef09 Binary files /dev/null and b/structures/inactive/WoodThornBig.rcst differ diff --git a/structures/inactive/WoodWallRemains.rcst b/structures/inactive/WoodWallRemains.rcst new file mode 100644 index 0000000..2216fc0 Binary files /dev/null and b/structures/inactive/WoodWallRemains.rcst differ diff --git a/structures/inactive/WoodenClockTower.rcst b/structures/inactive/WoodenClockTower.rcst new file mode 100644 index 0000000..8dc0716 Binary files /dev/null and b/structures/inactive/WoodenClockTower.rcst differ diff --git a/structures/inactive/meso_maze.rcmt b/structures/inactive/meso_maze.rcmt new file mode 100644 index 0000000..0a3002a --- /dev/null +++ b/structures/inactive/meso_maze.rcmt @@ -0,0 +1,112 @@ +{ + "data": { + "environmentMatcher": "", + "transformers": [ + { + "type": "multi", + "transformer": { + "id": "multi_1d769ba7", + "dataPreset": "structure", + "data": { + "environmentMatcher": "", + "transformers": [ + { + "type": "replace", + "transformer": { + "id": "replace_32c0355b", + "sourceExpression": "reccomplex:generic_solid \u0026 metadata\u003d1", + "destination": [ + { + "block": "minecraft:air", + "metadata": 0, + "tileEntity": "null" + } + ] + } + }, + { + "type": "multi", + "transformer": { + "id": "multi_8e6cad41", + "data": { + "environmentMatcher": "!gen.type\u003dsapling", + "transformers": [ + { + "type": "naturalAir", + "transformer": { + "id": "naturalAir_62f77b91", + "sourceExpression": "reccomplex:generic_space \u0026 metadata\u003d1", + "destExpression": "", + "naturalExpansionDistance": 4.0, + "naturalExpansionRandomization": 10.0 + } + }, + { + "type": "natural", + "transformer": { + "id": "natural_eed52750", + "sourceExpression": "reccomplex:generic_solid \u0026 metadata\u003d0", + "destExpression": "is:replaceable | is:foliage", + "naturalExpansionDistance": 4.0, + "naturalExpansionRandomization": 6.0 + } + } + ] + } + } + }, + { + "type": "multi", + "transformer": { + "id": "multi_cd3733ca", + "data": { + "environmentMatcher": "gen.type\u003dsapling", + "transformers": [ + { + "type": "ensureBlocks", + "transformer": { + "id": "ensureBlocks_6b500399", + "sourceExpression": "!(id\u003dreccomplex:generic_space | id\u003dreccomplex:generic_solid)", + "destExpression": "is:air | is:leaves | is:replaceable" + } + } + ] + } + } + }, + { + "type": "negativeSpace", + "transformer": { + "id": "negativeSpace_69ff30bc", + "sourceExpression": "id\u003dreccomplex:generic_space | id\u003dreccomplex:generic_solid", + "destExpression": "" + } + } + ] + } + } + }, + { + "type": "ruins", + "transformer": { + "id": "ruins_a664f3da", + "decayDirection": "DOWN", + "minDecay": 0.0, + "maxDecay": 0.0, + "decayChaos": 0.0, + "decayValueDensity": 0.0, + "gravity": false, + "blockErosion": 0.3, + "vineGrowth": 0.1, + "cobwebGrowth": 0.021710621 + } + } + ] + }, + "metadata": { + "title": "Meso Maze", + "description": [ + "Transformer for Meso Maze Components" + ] + } +} \ No newline at end of file diff --git a/structures/inactive/pyramid_maze.rcmt b/structures/inactive/pyramid_maze.rcmt new file mode 100644 index 0000000..11fd1fc --- /dev/null +++ b/structures/inactive/pyramid_maze.rcmt @@ -0,0 +1,112 @@ +{ + "data": { + "environmentMatcher": "", + "transformers": [ + { + "type": "multi", + "transformer": { + "id": "multi_45a5581f", + "dataPreset": "structure", + "data": { + "environmentMatcher": "", + "transformers": [ + { + "type": "replace", + "transformer": { + "id": "replace_32c0355b", + "sourceExpression": "reccomplex:generic_solid \u0026 metadata\u003d1", + "destination": [ + { + "block": "minecraft:air", + "metadata": 0, + "tileEntity": "null" + } + ] + } + }, + { + "type": "multi", + "transformer": { + "id": "multi_8e6cad41", + "data": { + "environmentMatcher": "!gen.type\u003dsapling", + "transformers": [ + { + "type": "naturalAir", + "transformer": { + "id": "naturalAir_62f77b91", + "sourceExpression": "reccomplex:generic_space \u0026 metadata\u003d1", + "destExpression": "", + "naturalExpansionDistance": 4.0, + "naturalExpansionRandomization": 10.0 + } + }, + { + "type": "natural", + "transformer": { + "id": "natural_eed52750", + "sourceExpression": "reccomplex:generic_solid \u0026 metadata\u003d0", + "destExpression": "is:replaceable | is:foliage", + "naturalExpansionDistance": 4.0, + "naturalExpansionRandomization": 6.0 + } + } + ] + } + } + }, + { + "type": "multi", + "transformer": { + "id": "multi_cd3733ca", + "data": { + "environmentMatcher": "gen.type\u003dsapling", + "transformers": [ + { + "type": "ensureBlocks", + "transformer": { + "id": "ensureBlocks_6b500399", + "sourceExpression": "!(id\u003dreccomplex:generic_space | id\u003dreccomplex:generic_solid)", + "destExpression": "is:air | is:leaves | is:replaceable" + } + } + ] + } + } + }, + { + "type": "negativeSpace", + "transformer": { + "id": "negativeSpace_69ff30bc", + "sourceExpression": "id\u003dreccomplex:generic_space | id\u003dreccomplex:generic_solid", + "destExpression": "" + } + } + ] + } + } + }, + { + "type": "ruins", + "transformer": { + "id": "ruins_b3a6e5b2", + "decayDirection": "DOWN", + "minDecay": 0.0, + "maxDecay": 0.0, + "decayChaos": 0.0, + "decayValueDensity": 0.0, + "gravity": false, + "blockErosion": 0.3, + "vineGrowth": 9.6186856E-4, + "cobwebGrowth": 0.020723931 + } + } + ] + }, + "metadata": { + "title": "Pyramid Maze", + "description": [ + "Transformers for the PyramidMaze" + ] + } +} \ No newline at end of file diff --git a/structures/inactive/stone_maze.rcmt b/structures/inactive/stone_maze.rcmt new file mode 100644 index 0000000..da6ba55 --- /dev/null +++ b/structures/inactive/stone_maze.rcmt @@ -0,0 +1,144 @@ +{ + "data": { + "environmentMatcher": "", + "transformers": [ + { + "type": "multi", + "transformer": { + "id": "multi_29429f32", + "dataPreset": "structure", + "data": { + "environmentMatcher": "", + "transformers": [ + { + "type": "replace", + "transformer": { + "id": "replace_32c0355b", + "sourceExpression": "reccomplex:generic_solid \u0026 metadata\u003d1", + "destination": [ + { + "block": "minecraft:air", + "metadata": 0, + "tileEntity": "null" + } + ] + } + }, + { + "type": "multi", + "transformer": { + "id": "multi_8e6cad41", + "data": { + "environmentMatcher": "!gen.type\u003dsapling", + "transformers": [ + { + "type": "naturalAir", + "transformer": { + "id": "naturalAir_62f77b91", + "sourceExpression": "reccomplex:generic_space \u0026 metadata\u003d1", + "destExpression": "", + "naturalExpansionDistance": 4.0, + "naturalExpansionRandomization": 10.0 + } + }, + { + "type": "natural", + "transformer": { + "id": "natural_eed52750", + "sourceExpression": "reccomplex:generic_solid \u0026 metadata\u003d0", + "destExpression": "is:replaceable | is:foliage", + "naturalExpansionDistance": 4.0, + "naturalExpansionRandomization": 6.0 + } + } + ] + } + } + }, + { + "type": "multi", + "transformer": { + "id": "multi_cd3733ca", + "data": { + "environmentMatcher": "gen.type\u003dsapling", + "transformers": [ + { + "type": "ensureBlocks", + "transformer": { + "id": "ensureBlocks_6b500399", + "sourceExpression": "!(id\u003dreccomplex:generic_space | id\u003dreccomplex:generic_solid)", + "destExpression": "is:air | is:leaves | is:replaceable" + } + } + ] + } + } + }, + { + "type": "negativeSpace", + "transformer": { + "id": "negativeSpace_69ff30bc", + "sourceExpression": "id\u003dreccomplex:generic_space | id\u003dreccomplex:generic_solid", + "destExpression": "" + } + } + ] + } + } + }, + { + "type": "ruins", + "transformer": { + "id": "ruins_48c367d5", + "decayDirection": "DOWN", + "minDecay": 0.0, + "maxDecay": 0.0, + "decayChaos": 0.0, + "decayValueDensity": 0.0, + "gravity": false, + "blockErosion": 0.3, + "vineGrowth": 0.1, + "cobwebGrowth": 0.028294843 + } + }, + { + "type": "replace", + "transformer": { + "id": "replace_1c1da0f4", + "sourceExpression": "minecraft:stone", + "destination": [ + { + "block": "minecraft:stone", + "metadata": 0, + "tileEntity": "null" + }, + { + "weight": 0.10863818228244781, + "block": "minecraft:cobblestone", + "metadata": 0, + "tileEntity": "null" + }, + { + "weight": 0.04904307797551155, + "block": "minecraft:mossy_cobblestone", + "metadata": 0, + "tileEntity": "null" + }, + { + "weight": 0.012322562746703625, + "block": "minecraft:stonebrick", + "metadata": 2, + "tileEntity": "null" + } + ] + } + } + ] + }, + "metadata": { + "title": "Stone Maze", + "description": [ + "Transformers for the StoneMaze" + ] + } +} \ No newline at end of file diff --git a/tmp/abackup-incrementalTmp/incremental.aromabackup b/tmp/abackup-incrementalTmp/incremental.aromabackup new file mode 100644 index 0000000..dc22208 --- /dev/null +++ b/tmp/abackup-incrementalTmp/incremental.aromabackup @@ -0,0 +1,527 @@ +galacticraft/GCSpaceRaceData.dat=FD 7F 24 EB 22 51 FA 1A A0 B6 F9 03 6B 3C 20 1B 6F 46 FF 79 77 EA B3 B4 F7 0B 94 4E 01 78 EC 9A +galacticraft/overworldMap/Overworld192.bin=7C 60 B3 B7 50 BF 42 B4 99 38 9D 26 C7 79 6C B7 3E 90 05 C6 A5 D4 6F F3 D8 54 5B 7D 4A 9D 20 A7 +playerdata/0106003f-e634-313f-b918-8a31e23dabb6.astral=BF 21 9F 08 B7 00 68 7D CF 41 1F 7C 1A 5E 86 18 CA C2 D3 CE AB C0 E3 40 C0 08 5E 08 5E DC B3 52 +playerdata/0106003f-e634-313f-b918-8a31e23dabb6.astralback=07 5D E2 B9 06 DB D7 06 6D A0 08 CA B7 35 BE E8 96 37 01 54 60 35 79 A5 01 22 F9 B8 85 45 BD 45 +playerdata/0106003f-e634-313f-b918-8a31e23dabb6.cyclicinvo=CC 2F AA 5F 84 06 C0 3B B6 1B AA EC 43 C8 73 8A E0 10 AB E3 87 4F F1 54 95 2D 4A 66 39 FD 18 BF +playerdata/0106003f-e634-313f-b918-8a31e23dabb6.dat=72 8D 4B 6D 8B 17 7D 4E A1 9B 67 96 2E 03 05 91 CE 06 F3 29 A1 06 88 53 AC 50 48 01 FD 5C C6 6B +playerdata/187f2409-0506-4922-bb24-996ed526b0b2.astral=BF 21 9F 08 B7 00 68 7D CF 41 1F 7C 1A 5E 86 18 CA C2 D3 CE AB C0 E3 40 C0 08 5E 08 5E DC B3 52 +playerdata/187f2409-0506-4922-bb24-996ed526b0b2.astralback=BF 21 9F 08 B7 00 68 7D CF 41 1F 7C 1A 5E 86 18 CA C2 D3 CE AB C0 E3 40 C0 08 5E 08 5E DC B3 52 +playerdata/187f2409-0506-4922-bb24-996ed526b0b2.cyclicinvo=CC 2F AA 5F 84 06 C0 3B B6 1B AA EC 43 C8 73 8A E0 10 AB E3 87 4F F1 54 95 2D 4A 66 39 FD 18 BF +playerdata/187f2409-0506-4922-bb24-996ed526b0b2.dat=76 4A D3 71 D1 C4 B6 24 DB 7B 5E 12 01 81 46 E0 35 BE D4 5D BB 68 E7 A2 3F 74 79 3A B3 B8 88 B1 +playerdata/1d55ced0-f360-45b1-9d62-11846a7fa39d.astral=7A A7 E5 4F 83 1E FC B2 02 5C 87 B5 7C CC A7 90 A8 8F D1 76 3D 78 B0 79 72 F3 BD A5 14 85 62 7E +playerdata/1d55ced0-f360-45b1-9d62-11846a7fa39d.astralback=7A A7 E5 4F 83 1E FC B2 02 5C 87 B5 7C CC A7 90 A8 8F D1 76 3D 78 B0 79 72 F3 BD A5 14 85 62 7E +playerdata/1d55ced0-f360-45b1-9d62-11846a7fa39d.cyclicinvo=CC 2F AA 5F 84 06 C0 3B B6 1B AA EC 43 C8 73 8A E0 10 AB E3 87 4F F1 54 95 2D 4A 66 39 FD 18 BF +playerdata/1d55ced0-f360-45b1-9d62-11846a7fa39d.dat=A9 EC CD AC 1E EC 3C D4 F8 E8 D4 9C CD A0 01 09 B3 17 A8 91 5B 26 82 D3 20 7E DC 2E A6 77 51 3A +playerdata/1d55ced0-f360-45b1-9d62-11846a7fa39d.dat.tmp=79 55 2C 25 F0 FF 9F 3A E2 58 B7 48 69 8F 17 2B 4E 42 1C 70 1A BB 8A 78 2F 46 63 B6 F3 AA C3 0B +playerdata/5d8fa0ff-f225-316b-b91d-7f85ea92a2e8.astral=BF 21 9F 08 B7 00 68 7D CF 41 1F 7C 1A 5E 86 18 CA C2 D3 CE AB C0 E3 40 C0 08 5E 08 5E DC B3 52 +playerdata/5d8fa0ff-f225-316b-b91d-7f85ea92a2e8.astralback=07 5D E2 B9 06 DB D7 06 6D A0 08 CA B7 35 BE E8 96 37 01 54 60 35 79 A5 01 22 F9 B8 85 45 BD 45 +playerdata/5d8fa0ff-f225-316b-b91d-7f85ea92a2e8.cyclicinvo=CC 2F AA 5F 84 06 C0 3B B6 1B AA EC 43 C8 73 8A E0 10 AB E3 87 4F F1 54 95 2D 4A 66 39 FD 18 BF +playerdata/5d8fa0ff-f225-316b-b91d-7f85ea92a2e8.dat=C8 BB 81 11 0A 81 AE 93 48 87 67 97 07 6C FC 58 4B 92 C5 D0 9A 7D F3 92 A3 62 83 AF A9 79 16 14 +playerdata/622daa46-3d92-4bcd-888e-9633a86b0541.astral=F4 0A 15 8A 16 9A AC 1B 05 15 38 5A 91 F3 FE F2 01 A6 14 6F A3 56 1D CB 53 FF F7 D5 FB 31 0D 41 +playerdata/622daa46-3d92-4bcd-888e-9633a86b0541.astralback=F4 0A 15 8A 16 9A AC 1B 05 15 38 5A 91 F3 FE F2 01 A6 14 6F A3 56 1D CB 53 FF F7 D5 FB 31 0D 41 +playerdata/622daa46-3d92-4bcd-888e-9633a86b0541.cyclicinvo=CC 2F AA 5F 84 06 C0 3B B6 1B AA EC 43 C8 73 8A E0 10 AB E3 87 4F F1 54 95 2D 4A 66 39 FD 18 BF +playerdata/622daa46-3d92-4bcd-888e-9633a86b0541.dat=01 15 D0 48 3B 5F 83 3A 00 45 98 C2 8A 96 60 33 0F 5C 35 CF 2B AE 5E EA F8 F7 CE CA 9E 7F F7 59 +playerdata/92282bab-8c19-48d1-a86c-8454470c3915.astral=F4 0A 15 8A 16 9A AC 1B 05 15 38 5A 91 F3 FE F2 01 A6 14 6F A3 56 1D CB 53 FF F7 D5 FB 31 0D 41 +playerdata/92282bab-8c19-48d1-a86c-8454470c3915.astralback=F4 0A 15 8A 16 9A AC 1B 05 15 38 5A 91 F3 FE F2 01 A6 14 6F A3 56 1D CB 53 FF F7 D5 FB 31 0D 41 +playerdata/92282bab-8c19-48d1-a86c-8454470c3915.cyclicinvo=CC 2F AA 5F 84 06 C0 3B B6 1B AA EC 43 C8 73 8A E0 10 AB E3 87 4F F1 54 95 2D 4A 66 39 FD 18 BF +playerdata/92282bab-8c19-48d1-a86c-8454470c3915.dat=89 A1 F3 CC 5B 75 D8 A6 4F 3F 75 EA 3D 22 F1 9B 1C BE 63 03 B8 FB A9 18 D7 75 BC 1C 55 B1 B6 49 +playerdata/b5b4178f-ca06-3acf-8d73-f2624e51db7b.astral=BF 21 9F 08 B7 00 68 7D CF 41 1F 7C 1A 5E 86 18 CA C2 D3 CE AB C0 E3 40 C0 08 5E 08 5E DC B3 52 +playerdata/b5b4178f-ca06-3acf-8d73-f2624e51db7b.astralback=07 5D E2 B9 06 DB D7 06 6D A0 08 CA B7 35 BE E8 96 37 01 54 60 35 79 A5 01 22 F9 B8 85 45 BD 45 +playerdata/b5b4178f-ca06-3acf-8d73-f2624e51db7b.cyclicinvo=CC 2F AA 5F 84 06 C0 3B B6 1B AA EC 43 C8 73 8A E0 10 AB E3 87 4F F1 54 95 2D 4A 66 39 FD 18 BF +playerdata/b5b4178f-ca06-3acf-8d73-f2624e51db7b.dat=F0 FD 94 30 68 A9 81 AA EA 03 E7 55 78 62 6D 91 2C 92 AB DC 43 1D 78 72 8B 38 F2 F5 58 62 80 AD +playerdata/b72d807c-2845-4cc5-b792-2972f6483cfa.astral=F4 0A 15 8A 16 9A AC 1B 05 15 38 5A 91 F3 FE F2 01 A6 14 6F A3 56 1D CB 53 FF F7 D5 FB 31 0D 41 +playerdata/b72d807c-2845-4cc5-b792-2972f6483cfa.astralback=F4 0A 15 8A 16 9A AC 1B 05 15 38 5A 91 F3 FE F2 01 A6 14 6F A3 56 1D CB 53 FF F7 D5 FB 31 0D 41 +playerdata/b72d807c-2845-4cc5-b792-2972f6483cfa.cyclicinvo=CC 2F AA 5F 84 06 C0 3B B6 1B AA EC 43 C8 73 8A E0 10 AB E3 87 4F F1 54 95 2D 4A 66 39 FD 18 BF +playerdata/b72d807c-2845-4cc5-b792-2972f6483cfa.dat=64 6D A3 F0 08 79 B6 D0 B1 46 44 11 3E 07 14 96 3C 85 5D 6F CA 6A BC 4E CD 72 2F 42 FC BD 67 A0 +playerdata/gamestages/0106003f-e634-313f-b918-8a31e23dabb6.dat=19 24 62 53 96 AF 27 BC FC 66 9C BC 71 03 44 70 BC C6 AA 35 95 DB 3A 23 13 DE 60 1A 5A 6F E6 6E +playerdata/gamestages/187f2409-0506-4922-bb24-996ed526b0b2.dat=53 D0 33 88 D0 F9 DE 2F 14 CE 0D 44 81 B0 F2 58 8E 75 EB 6A 14 06 45 D1 28 B2 83 C8 87 E3 5D E3 +playerdata/gamestages/1d55ced0-f360-45b1-9d62-11846a7fa39d.dat=A1 9A 22 35 8E 9F A8 F6 0A 0F 8C DA AE F5 5E 12 73 4B EB C7 D2 BC 78 5B 31 7F D7 60 F5 BF 16 DC +playerdata/gamestages/5d8fa0ff-f225-316b-b91d-7f85ea92a2e8.dat=19 24 62 53 96 AF 27 BC FC 66 9C BC 71 03 44 70 BC C6 AA 35 95 DB 3A 23 13 DE 60 1A 5A 6F E6 6E +playerdata/gamestages/622daa46-3d92-4bcd-888e-9633a86b0541.dat=A1 9A 22 35 8E 9F A8 F6 0A 0F 8C DA AE F5 5E 12 73 4B EB C7 D2 BC 78 5B 31 7F D7 60 F5 BF 16 DC +playerdata/gamestages/92282bab-8c19-48d1-a86c-8454470c3915.dat=A1 9A 22 35 8E 9F A8 F6 0A 0F 8C DA AE F5 5E 12 73 4B EB C7 D2 BC 78 5B 31 7F D7 60 F5 BF 16 DC +playerdata/gamestages/b5b4178f-ca06-3acf-8d73-f2624e51db7b.dat=19 24 62 53 96 AF 27 BC FC 66 9C BC 71 03 44 70 BC C6 AA 35 95 DB 3A 23 13 DE 60 1A 5A 6F E6 6E +playerdata/gamestages/b72d807c-2845-4cc5-b792-2972f6483cfa.dat=A1 9A 22 35 8E 9F A8 F6 0A 0F 8C DA AE F5 5E 12 73 4B EB C7 D2 BC 78 5B 31 7F D7 60 F5 BF 16 DC +The_Dreadlands/data/buildcraft_wire_systems.dat=11 C8 AC 75 62 58 13 61 A9 7D 43 E2 A1 93 AF 36 A9 33 B1 07 80 AF 20 BB 4F 47 BB 3C 9B 9F C9 40 +The_Dreadlands/data/capabilities.dat=75 1D 0C 57 6B 56 53 7A 9C 11 50 2E B0 9C 73 8F A4 D1 2D AD B8 1F 5A F1 17 93 27 EE 94 50 C7 A6 +The_Dreadlands/data/villages_dl.dat=24 37 AD 71 AB 04 A1 42 47 4C 64 D6 EB 2E 18 36 BD 06 2B 92 2D 6F 6D 7E D6 9E 78 FA DA 30 60 9D +The_Dreadlands/forcedchunks.dat=8A 1F F1 D2 8C C8 9B EF E2 B9 3A EC 31 A8 00 60 4D 46 B8 E6 53 E6 A1 06 D4 09 A2 40 CD A2 07 38 +The_Dreadlands/multipart.dat=38 8C 35 A3 3A 8D 6F C1 98 A8 EC 35 4E F5 9B 44 8E 1C EE E0 E2 C5 3B EE D2 19 12 C2 06 D1 92 09 +Abyssal_Wasteland/data/buildcraft_wire_systems.dat=11 C8 AC 75 62 58 13 61 A9 7D 43 E2 A1 93 AF 36 A9 33 B1 07 80 AF 20 BB 4F 47 BB 3C 9B 9F C9 40 +Abyssal_Wasteland/data/capabilities.dat=75 1D 0C 57 6B 56 53 7A 9C 11 50 2E B0 9C 73 8F A4 D1 2D AD B8 1F 5A F1 17 93 27 EE 94 50 C7 A6 +Abyssal_Wasteland/data/villages_aw.dat=24 37 AD 71 AB 04 A1 42 47 4C 64 D6 EB 2E 18 36 BD 06 2B 92 2D 6F 6D 7E D6 9E 78 FA DA 30 60 9D +Abyssal_Wasteland/forcedchunks.dat=8A 1F F1 D2 8C C8 9B EF E2 B9 3A EC 31 A8 00 60 4D 46 B8 E6 53 E6 A1 06 D4 09 A2 40 CD A2 07 38 +Abyssal_Wasteland/multipart.dat=38 8C 35 A3 3A 8D 6F C1 98 A8 EC 35 4E F5 9B 44 8E 1C EE E0 E2 C5 3B EE D2 19 12 C2 06 D1 92 09 +DIM28885/data/buildcraft_marker_path.dat=76 0D 79 08 13 75 DC A6 58 A8 F8 5F 52 EF B8 3A C2 18 02 FF D8 10 EE C6 2A 21 19 46 B4 44 6D 8E +DIM28885/data/buildcraft_marker_volume.dat=76 0D 79 08 13 75 DC A6 58 A8 F8 5F 52 EF B8 3A C2 18 02 FF D8 10 EE C6 2A 21 19 46 B4 44 6D 8E +DIM28885/data/buildcraft_wire_systems.dat=11 C8 AC 75 62 58 13 61 A9 7D 43 E2 A1 93 AF 36 A9 33 B1 07 80 AF 20 BB 4F 47 BB 3C 9B 9F C9 40 +DIM28885/data/capabilities.dat=75 1D 0C 57 6B 56 53 7A 9C 11 50 2E B0 9C 73 8F A4 D1 2D AD B8 1F 5A F1 17 93 27 EE 94 50 C7 A6 +DIM28885/data/reccomplex-structuredata.dat=D8 0C A3 60 68 A7 CA 50 6C 7C D0 6D D6 FC E1 17 83 66 0E CE 6F 9C FA 57 D8 78 27 25 0A 7F C4 75 +DIM28885/data/villages_hunting.dat=C1 C7 5E AE 43 46 2E 6D A6 BC 8A 77 08 49 1F 0A 8F ED 82 B3 17 18 CE A3 B1 C9 8E 67 CC 82 E1 AD +DIM28885/forcedchunks.dat=8A 1F F1 D2 8C C8 9B EF E2 B9 3A EC 31 A8 00 60 4D 46 B8 E6 53 E6 A1 06 D4 09 A2 40 CD A2 07 38 +DIM28885/multipart.dat=38 8C 35 A3 3A 8D 6F C1 98 A8 EC 35 4E F5 9B 44 8E 1C EE E0 E2 C5 3B EE D2 19 12 C2 06 D1 92 09 +DIM28885/region/r.-1.-1.mca=72 35 C3 13 2C F2 60 BD 5D CA 29 0E 46 66 B9 7A DD F6 A0 13 23 76 7D F8 E1 3B AD 66 79 E5 71 E8 +DIM28885/region/r.-1.-2.mca=0B B0 84 38 11 5E F8 79 C0 6E C1 4B C8 F9 81 55 1F 25 E1 82 16 CD 4C 3E 18 1B 3C 8E 55 3F 0A F4 +DIM28885/region/r.-1.0.mca=FC 7C 73 C2 CF 78 7D DF F5 25 AB CF 52 9B 9B A8 D5 1C 72 3B A1 A3 8D B4 1D D0 F2 2C 53 C0 31 3E +DIM28885/region/r.0.-1.mca=71 D2 75 D5 CB DE 51 BF 54 66 EA BB FA B0 10 D0 08 E1 C6 52 83 92 D8 16 78 88 AC 87 1C FC CA 06 +DIM28885/region/r.0.-2.mca=C0 35 7F 69 13 ED 52 22 A9 D2 1B BF 16 00 1C F4 4A 58 FB 81 AE 50 03 52 6C 5E 00 63 52 AA 4E BC +DIM28885/region/r.0.0.mca=28 6C 45 83 AD E7 C0 23 6C 68 A9 E0 10 8F 2F 76 19 99 D2 CF 23 EC DA 02 06 B2 80 C7 12 89 A8 A6 +DIM28885/region/r.1.-1.mca=F2 86 3A CE 49 C7 58 ED 18 6B B3 20 F1 77 D2 B0 77 9E F0 E6 44 11 7C D6 10 D2 B8 85 CF 1B 9C 19 +DIM28885/region/r.1.-2.mca=96 A8 43 BB 05 5F C4 BC B0 91 9A CE 9B 91 10 BB 5F 5A 5F B9 A5 95 49 26 E9 A1 74 B6 A4 CD 0E 83 +DIM28885/region/r.1.0.mca=AC 60 EF 1E CF F2 D3 BD 80 46 16 39 84 F0 A3 77 EC 05 EB 80 F7 F5 81 60 FD 70 FC F5 88 42 06 6D +advancements/0106003f-e634-313f-b918-8a31e23dabb6.json=49 E6 93 FF 76 3A D3 31 BE C2 4C CB 86 86 46 8C 1C 50 16 4B 6D 5E 3C 5F 09 46 7F 46 40 79 C0 7E +advancements/187f2409-0506-4922-bb24-996ed526b0b2.json=40 AE A4 D6 C3 B0 1A 99 4B 70 FD 45 14 3E 56 54 22 04 09 CF 7E 2B 44 64 AD A2 78 E3 B8 1C 27 12 +advancements/1d55ced0-f360-45b1-9d62-11846a7fa39d.json=E4 2D 00 85 D4 37 7C 27 CC A5 46 68 FA B0 9E 70 44 62 B4 A8 CD 30 06 F5 0A FA DB 3B 04 DE 88 C4 +advancements/5d8fa0ff-f225-316b-b91d-7f85ea92a2e8.json=41 E2 0C 59 E8 06 A1 D9 F9 78 98 B5 5D D9 0A 2A 82 46 12 55 39 93 12 9E 3B DB A1 07 08 EB 9F 4A +advancements/622daa46-3d92-4bcd-888e-9633a86b0541.json=43 FE B1 6C DE 7F FF 37 A5 E4 A5 DF 4B F2 D1 73 7C 30 6B 43 56 5C 6E 30 6E C9 63 86 6C 5D 40 C2 +advancements/92282bab-8c19-48d1-a86c-8454470c3915.json=68 4E 3E 5E D2 99 42 22 BF C0 11 76 34 A3 C8 DF F3 72 55 CF 9B 3A DE 77 73 22 74 DD FC 3D 27 71 +advancements/b5b4178f-ca06-3acf-8d73-f2624e51db7b.json=9A DB 63 F3 30 7C 43 B3 90 FB 9A 92 52 B0 6C 80 02 B6 B3 96 86 BC B3 52 CA 1A 7E F1 A9 56 ED 5F +advancements/b72d807c-2845-4cc5-b792-2972f6483cfa.json=3A 75 F9 F0 13 75 72 72 9B 6F 29 BF D4 AB 3F 5F B5 1A 01 5D 38 CC 27 9A 21 F0 BF 9F A5 5E 37 99 +session.lock=9E EB A7 24 9D 60 8D C0 EC 8A DA 93 0E BF D4 08 14 96 63 0C 27 98 E2 4A 86 25 5D 26 EA 76 93 C9 +DIM7/data/buildcraft_marker_path.dat=76 0D 79 08 13 75 DC A6 58 A8 F8 5F 52 EF B8 3A C2 18 02 FF D8 10 EE C6 2A 21 19 46 B4 44 6D 8E +DIM7/data/buildcraft_marker_volume.dat=76 0D 79 08 13 75 DC A6 58 A8 F8 5F 52 EF B8 3A C2 18 02 FF D8 10 EE C6 2A 21 19 46 B4 44 6D 8E +DIM7/data/buildcraft_wire_systems.dat=11 C8 AC 75 62 58 13 61 A9 7D 43 E2 A1 93 AF 36 A9 33 B1 07 80 AF 20 BB 4F 47 BB 3C 9B 9F C9 40 +DIM7/data/capabilities.dat=75 1D 0C 57 6B 56 53 7A 9C 11 50 2E B0 9C 73 8F A4 D1 2D AD B8 1F 5A F1 17 93 27 EE 94 50 C7 A6 +DIM7/data/dark_tower.dat=15 D9 89 01 AD B0 85 C9 77 64 27 53 74 77 91 6B 27 66 7A B9 F5 AF 18 51 F7 7F F9 4C 13 8B 8C D5 +DIM7/data/final_castle.dat=23 4A 4D C6 81 53 A7 FF C8 41 84 37 1B 89 21 AD 76 EE 9F 0C 70 B9 A8 63 57 40 56 0D 91 AB 37 A3 +DIM7/data/geolosys.dat=97 63 9E 1D 92 8A 2B B1 6B 87 3B 24 BF 54 34 56 2A 6E A1 EB 4D 33 B7 B6 68 5B EC 2C 34 51 91 E2 +DIM7/data/hedge_maze.dat=F6 3A 8E A3 E6 D4 B7 07 68 B5 92 B7 9F 1B 37 93 DE A6 5A 5F 25 38 AC 5C 11 9D 01 4D 76 27 10 98 +DIM7/data/knight_stronghold.dat=47 A4 26 20 BF 7B 98 2E F6 D6 08 29 38 BA 79 39 8F 49 77 39 51 53 C1 B6 42 6E 4B AD B2 AF 70 8C +DIM7/data/large_hollow_hill.dat=F1 11 EA D7 59 67 BE B7 46 A0 6C 8E 1F BE AC A3 0A AF 83 F5 2C FC E6 E5 85 C8 2D 69 E7 A4 AB A3 +DIM7/data/lich_tower.dat=BB 78 5E 0D 86 F9 56 AF FF CA 22 29 B3 26 CA 89 2D 6C A6 EB 49 20 ED 00 F8 C7 27 BF D3 DC 3E 10 +DIM7/data/medium_hollow_hill.dat=D0 FD B9 A0 21 FB 68 23 07 17 0B 74 A0 6A D2 E8 B5 5E BC 96 E8 B6 AA 47 A5 FD 18 AB 91 2C 4A 14 +DIM7/data/naga_courtyard.dat=DA 97 12 15 21 BF F9 E8 74 89 4D A8 27 7A 8C 65 42 B9 4D BC 0F 9A 09 CC 0B A5 F4 5B 39 01 6F 8D +DIM7/data/reccomplex-structuredata.dat=84 C8 BF D5 CE A5 A5 1A D0 B2 D2 C7 CF 60 4C FF 2A 17 D3 36 59 AE 03 41 84 F3 15 4B 01 50 48 52 +DIM7/data/small_hollow_hill.dat=13 94 95 E3 09 EE FF 27 2F FF 9B 6F AA DF A1 09 D1 C8 D7 A5 8B 33 73 FE 7B BF 0F 72 5E E0 09 76 +DIM7/data/TFHollowTree.dat=61 5A 27 34 97 B2 F0 AD B0 11 E0 4F 2E 5C CB 96 73 B7 9C EB C5 AC 4F 79 AD 57 D3 6F 81 EF C1 73 +DIM7/data/troll_lairs.dat=6F 7C 15 BA BD 41 A8 5B 25 D4 70 19 F4 C6 8D 24 FA 86 8D 1E A4 16 58 36 03 48 8D 67 15 72 81 AA +DIM7/data/villages_twilightforest.dat=74 EB 7A F7 95 65 42 EB E3 45 BA 86 02 5A 3A 4B 84 45 13 A7 D5 0A C9 8C B8 D5 70 13 DF C9 FB 1B +DIM7/forcedchunks.dat=8A 1F F1 D2 8C C8 9B EF E2 B9 3A EC 31 A8 00 60 4D 46 B8 E6 53 E6 A1 06 D4 09 A2 40 CD A2 07 38 +DIM7/multipart.dat=DD A5 9D A9 FE 50 1A 11 8B 70 42 01 22 D2 97 08 75 13 04 85 0A A0 76 33 CD C9 AC 3E F1 2E 09 D4 +DIM7/region/r.-1.-1.mca=57 FC 72 B7 56 C4 6B 99 20 5B C4 CB 63 0E E4 43 82 86 3A E5 A3 29 8A A8 FF 90 44 D5 23 8F B5 EB +DIM7/region/r.-1.0.mca=72 A8 6C 42 C5 7A 31 4A 54 7C 45 EE 75 70 51 CD 85 E9 1E 21 0E A9 76 A6 95 46 18 17 62 D6 F2 A0 +DIM7/region/r.-1.1.mca=56 07 00 6C DB D0 7B 79 48 87 B4 4F 37 96 3A 5F CD 51 43 C9 AB CD 1A F6 96 B1 FD F1 D6 62 EB 3C +DIM7/region/r.-1.2.mca=B1 10 F5 01 34 BD 59 64 EF 99 AE 8C 6B 3B 56 00 A0 47 50 A6 A5 44 82 24 8A 83 84 F3 DC 6A BD AD +DIM7/region/r.0.-1.mca=42 D4 AA 8F 11 71 65 1E D4 E3 34 C3 32 8B 26 96 B7 4D 8B D4 EB D8 04 47 7E E4 B1 13 E2 C0 F3 C2 +DIM7/region/r.0.-2.mca=95 2E 9B 6E 9C A6 9A 69 49 F2 B8 54 9E E6 72 34 0E AB 17 83 F5 FF 6E 1F C0 7B F2 60 84 61 47 AB +DIM7/region/r.0.0.mca=A4 17 4E 85 43 98 C8 D7 9E 40 C1 4F 63 07 DC 85 A7 FD BB 66 A4 AB AC 34 FB 07 F7 60 D7 C5 64 6E +DIM7/region/r.0.1.mca=DB 66 A7 CB A8 0B 14 09 BA 07 FA CD FC A5 5B 33 FD 59 85 83 6B A0 91 99 EC 48 06 F0 82 74 F6 7F +DIM7/region/r.0.2.mca=07 F5 CC 5C F5 6B 34 69 ED 03 B6 B0 E3 55 60 ED 15 86 95 0D D3 E0 45 1D 96 10 22 A6 65 7C F3 97 +DIM7/region/r.1.-1.mca=CE E9 CB FB 82 5B 50 14 31 6F 8E 8F 87 2D 9A E1 43 80 75 42 BE 78 A6 8B CB 72 0D B7 11 33 59 A7 +DIM7/region/r.1.-2.mca=F3 28 CF 02 33 37 73 EB 6D 62 68 A9 EF 79 CB 6C 61 AD 9D 6B BE 5A F3 DA 27 85 91 97 11 AC 9F 71 +DIM7/region/r.1.0.mca=A8 44 00 74 88 CF F8 5F 58 50 06 7A A7 34 6F B3 AF 5D C7 0C 19 3B FA 8C A6 C4 F7 D3 33 8A E8 52 +DIM7/region/r.1.1.mca=62 A0 51 5C 6A 50 47 F2 D5 A4 12 0B 97 CB 50 E4 32 9C FA C9 76 7E 8F 2A 67 4F E7 24 DE B3 F2 1F +DIM7/region/r.1.2.mca=B5 36 E6 D8 15 12 11 4F 96 0E 50 29 81 7C E7 DD DE 50 C3 EF 1D FA 86 0C 87 0C 43 79 17 D0 5B F2 +DIM7/region/r.2.-1.mca=4B 6B 9D 78 B2 81 98 3B F1 E5 1A 1C A3 FC 3C 11 36 6B 94 0C 22 EF A5 69 97 B6 6E E6 F2 7F 8C 76 +DIM7/region/r.2.0.mca=A1 46 A0 DE 21 16 B0 9A 58 CF 88 2F D9 27 33 A4 6B 7B 3B 3C 64 6E 12 BB EC 98 52 D1 14 99 BC 8C +level.dat_old=3A EB DC F0 51 26 FB 8C 6E 18 23 22 27 2C 1A 4C 36 95 BA F0 8B 3B 23 06 2F B7 BF 02 9C 21 CF B8 +region/r.-1.-1.mca=B6 17 A2 54 CA 46 5E 9D 29 11 E2 75 6D DC 6B 0D E9 D0 9A 83 09 E8 8A F0 92 6E D4 B4 CE 0C BA 05 +region/r.-1.-2.mca=16 41 14 08 97 19 82 80 65 A5 31 B5 BB B7 29 73 04 8F 5B 83 4F 4C 45 E0 B9 BA 3C E2 C7 3D 0A 85 +region/r.-1.-3.mca=20 F1 4C 36 C9 68 8F AB 3D 8E 24 59 B2 C5 4E 03 B7 1D 84 C0 71 5D BE B7 AB BA F4 89 DF 54 F9 D2 +region/r.-1.-4.mca=52 F7 0C 35 D2 2F 97 71 D8 E5 6B BF 32 11 57 3B 1D 46 28 D0 C7 56 DD 44 B5 D2 05 C0 FA 75 3B 8A +region/r.-1.-5.mca=C1 7B A6 2A 97 DA 69 81 19 2C 85 DA 19 A8 E5 3D 92 34 17 A5 50 F6 67 3B AF DD 70 FE 67 0A C4 F7 +region/r.-1.0.mca=6D 06 F1 01 36 EB 46 39 31 8E 42 6B 62 30 DB D0 27 B8 91 44 20 C6 6E 38 29 5F CD CB A7 C4 9E 4A +region/r.-1.1.mca=F4 83 D9 CB 10 17 27 78 13 1D 35 C1 7E A7 99 94 CC C8 0C D0 4F F3 33 56 D5 CB E8 9E 62 67 0E 92 +region/r.-1.2.mca=E8 B3 FD 21 80 C5 9E DE A1 6A 43 3B E3 9F BE 5E 3B 00 E5 8F B7 96 F6 9F F7 57 85 2C 44 C9 09 E7 +region/r.-1.3.mca=FD 9C 8D C6 66 20 9C 1F BA 7F 81 FE BD 7D D0 FE 62 17 DC 40 BE AF 41 06 EA E9 1A 14 5F 89 08 89 +region/r.-1.4.mca=13 B0 CD 14 C8 9C 7D 97 5E D7 07 B7 B7 03 B0 F8 16 74 45 E1 B9 AC 9F D2 2B 40 9B 56 D0 37 5D E5 +region/r.-10.-1.mca=E7 96 E1 B6 CD 62 D5 53 C6 7D 9E 8A FD 81 3D 30 9F 7A 5A CB 8E 70 03 02 92 D2 EE D2 3C 51 ED B8 +region/r.-10.-2.mca=99 FB 8B F7 85 F4 2E 5C 9C BE B0 CA F5 0C B7 6B 49 7E D3 31 B9 53 B3 A7 53 7C F4 DA 15 BF 57 E4 +region/r.-10.-3.mca=F2 B4 CB E7 1F 04 9E 23 0B 5B E3 86 96 9B 68 93 25 8F 18 C9 B0 4F E8 68 EC 5C 71 4A F5 96 F6 C6 +region/r.-12.-3.mca=AB E6 4B 99 7F 76 9C FF 77 E3 C6 75 02 D6 B2 96 90 43 B4 0A D6 14 04 64 53 08 27 6A B5 84 7D E6 +region/r.-12.-4.mca=F7 FD DE 22 3D 46 B5 0F 7F EA 68 8C 95 73 3D A5 69 8D 3F BF 51 52 96 05 B2 5A 1B 7C 68 29 70 A8 +region/r.-12.-7.mca=A2 C6 FF 18 0D 25 86 EB 0C AD 61 73 6C B5 92 B1 B2 70 DD DC 86 64 AD E1 4E AD CD 57 66 53 D6 D9 +region/r.-13.-1.mca=FF 92 F0 59 D3 C4 AE CF A5 68 47 89 26 C2 8A 32 C8 02 D2 6B 40 92 86 6A 8D 4F 39 B7 10 13 B2 95 +region/r.-13.-6.mca=DF F3 08 EA DF 3C 03 04 4F 4C 82 32 00 FB 0A 92 46 73 2F 17 6E 11 0E 63 0E 38 01 BF 7D 49 BF 6A +region/r.-13.-7.mca=2C 78 AF 26 BC DE 4C 3F F2 16 A7 BC 9D A0 73 D5 09 9B 29 3C AA 37 3E 04 2F 93 2C 4A 2C D0 62 CC +region/r.-14.-3.mca=DF E3 FB A9 A6 1F F8 F2 CF 7D 9E 07 60 A3 46 22 C7 52 3E B7 F0 FE 8F 0C 32 A3 0B D7 B5 92 F7 31 +region/r.-15.-3.mca=54 77 99 23 AC 21 67 F1 CF 0E D7 38 54 54 54 82 36 8C CA C5 1C 92 1D 59 B9 27 23 47 3D 5D 46 75 +region/r.-17.-2.mca=11 44 42 39 37 A9 28 8B 14 AC 48 F8 08 02 95 E5 60 43 08 1F 2D 93 1D D6 AE 08 8A 4F 4A 2F 06 17 +region/r.-17.-4.mca=70 50 EF 6F 9D 30 E8 56 95 AD 49 0D 6A 97 DA 1F 19 4C 18 05 2A 71 02 8B 7A E9 88 19 8D 2A D1 4C +region/r.-18.-2.mca=70 E5 43 14 51 8B C6 4D 13 1E 10 3B C9 F2 8F 89 45 6B 28 72 34 9C 26 10 C9 4B 85 AD BE 47 11 9E +region/r.-2.-1.mca=AC A5 49 18 3F 66 E4 24 65 03 30 EA E8 E7 E9 A3 CA 4D 21 48 81 4A 7C D0 40 75 DA A7 FE C4 88 71 +region/r.-2.-2.mca=ED 0B 11 F6 86 DF B4 B2 E4 2A BE 8E 9F FC 27 8F EB 6A DB E2 66 02 0F 5D E1 A3 1D 2A A1 31 1D A7 +region/r.-2.-3.mca=D0 3A F5 24 B6 5B AE 1E 3E 79 9A 50 D9 9F 54 DF A8 D7 90 F3 3E CA B7 4F 86 72 F1 0E A5 87 59 A6 +region/r.-2.-4.mca=71 B1 FB 69 99 52 54 33 B7 6E 8D E9 F3 4A 58 9D 9A AE 3C BD 6B DD 34 26 14 A4 61 D1 D3 38 34 51 +region/r.-2.-5.mca=FF 17 0C 64 FE AE F5 FB B0 0E E3 82 E6 C0 27 33 D5 72 CE DC 50 F1 BD D9 F0 AC C3 66 CD 19 B0 4A +region/r.-2.0.mca=B2 F4 18 C9 D8 A5 F3 5A 0C 8E E7 D4 E2 B6 AF 9D 4A C5 51 72 8C 1F D4 45 B4 E0 6F DC 99 B5 12 F1 +region/r.-2.1.mca=36 C1 DA E9 FB 61 F8 E5 82 F1 53 30 D6 BB 22 83 74 43 17 4B AC 42 83 C1 2D 9C BC 9B E6 6F 83 C2 +region/r.-2.2.mca=9D 78 42 5D 66 64 20 81 D4 09 6E 73 B5 C0 C4 89 B6 D3 A1 95 DC 00 9E BF 8D 7C 55 03 82 7A 4F 46 +region/r.-3.-1.mca=13 0A EF BC 75 95 B6 76 07 90 5A EE 8C 73 A2 2E 8F CF 9D 37 01 FF 22 F3 DB 5D 83 63 75 54 27 1B +region/r.-3.-2.mca=75 2C 55 36 71 92 3E A4 2F 3C C6 44 D2 86 FC 1F 67 51 4D 95 9D 55 BC DB 0A 1C 2E EB 14 83 18 0F +region/r.-3.-3.mca=BA 1D 3A 00 03 06 68 09 62 85 4B FF 43 60 E2 32 76 6B BE CE C7 D2 33 3C 90 94 FB 50 DF 5C C8 D1 +region/r.-3.-4.mca=6D CF 5A D6 84 71 39 1F 57 77 5B E5 1B 48 8E 48 FF EC CE 7E D4 E4 98 20 6A 8E AD 45 77 73 2D 82 +region/r.-3.-5.mca=D4 61 82 BE A8 53 4C B4 0A 36 70 A2 58 E2 02 E3 F2 51 08 3D F7 A6 D2 CD 90 6C 93 61 89 61 BC CE +region/r.-3.0.mca=37 3C 26 7C AC 11 20 3D C1 37 15 84 12 2B 24 FD D8 12 E6 25 F4 31 CA BA D4 1E 9B 38 1F F1 5B C1 +region/r.-3.1.mca=A9 E7 35 82 66 63 16 80 3A 71 F5 09 DB EA 3D D8 9B 74 31 C8 F1 AC C3 9D 3A 0B 2F F3 1B 35 82 10 +region/r.-3.2.mca=C6 6A 1C 2D 04 8E 4E 83 13 CD 10 99 40 B1 89 AC F6 F0 97 20 D4 4C E1 09 CB 7A 4C C7 78 09 B8 1E +region/r.-4.-1.mca=F4 23 8E B0 FD 08 49 F1 18 FA 59 05 AC 3E 11 92 4E 56 1B A7 D1 82 F1 B6 2B C7 52 CB E3 07 FD 5D +region/r.-4.-2.mca=46 DF 43 6E BC DC D2 BA D6 24 2D 56 0D 8F E5 C6 74 8E 3E 02 23 AE AB E4 1B D8 13 EC 76 85 5A 0B +region/r.-4.-3.mca=41 BD 7C 29 0A E4 20 CD 70 02 C1 63 7E DE AB 90 78 A7 1B 11 75 1D 68 F0 74 E4 93 58 83 A4 FC 23 +region/r.-4.-4.mca=4F 32 6B DD 8A C4 75 83 74 D3 F8 3D 2C BD 9E 9D 95 70 A9 E5 82 B6 FC B6 8E 7A 52 1A E8 C4 A7 5E +region/r.-4.-5.mca=58 C3 A5 88 CA 29 E3 6C 43 58 8A E8 50 42 D3 20 F9 A2 65 E5 E8 BE F9 73 FF F5 5B 19 9A 17 F0 EE +region/r.-4.0.mca=B1 48 01 83 40 7E CC F6 21 5C 2E B9 79 30 FE 24 D7 34 91 1A 13 57 65 2A 8D 26 4E 72 F0 13 CD 67 +region/r.-4.1.mca=26 0D C6 D9 50 CE 91 8C 2A 18 76 DE DB 3B 9E CE D9 4C 11 B4 2D 88 1D 5C 04 3B 35 59 73 6D A8 92 +region/r.-4.2.mca=33 4A B3 54 65 7E 36 76 08 D7 1C D7 1D B9 1B 28 4E DA 93 02 00 69 84 88 37 09 8C 63 76 BA 53 CE +region/r.-5.-1.mca=E7 F2 F4 83 EF 6B 82 0A B1 0B 4E F7 C1 E7 51 31 C5 BD 65 C2 ED 94 9A 13 E2 C8 3D FC 24 F8 AE 11 +region/r.-5.-2.mca=BC 52 60 84 07 55 C5 A6 4A 06 19 6B B0 E0 48 CA 70 B4 37 9E 9C 8D B0 4D 21 23 FC 3D 3E F9 2E 19 +region/r.-5.-3.mca=17 AD E4 BE BB 35 33 F1 CD ED D4 B7 52 22 B7 89 BD EC 7F 09 2C 74 46 D9 EE 93 80 40 1D 61 5B 16 +region/r.-5.-4.mca=66 58 A5 0F 51 1F 03 74 7E CF 15 3E AE 3F 2E 2F 80 78 56 EE 6B 97 9F 31 9B 5D D1 51 D4 01 E6 89 +region/r.-5.-8.mca=8C 0D 2D 1E 5B 34 57 F5 C8 EF 4A 1B DE E9 F1 6D 6C 46 54 95 E8 2E 59 69 42 12 41 1E 98 B2 DB 31 +region/r.-5.0.mca=B9 BA 14 39 6F A3 24 77 FC 34 4C 8A CF D1 04 E0 36 2B 59 85 4A 87 2D 16 53 64 C2 93 8F 1D 32 55 +region/r.-6.-1.mca=D4 A6 1C 32 D5 BE E3 0E 86 A2 17 2E F6 F1 BD BF F1 5E C6 CC 62 E9 E0 6F 50 C4 75 6C 67 D6 BE 28 +region/r.-6.-2.mca=6E DD 74 DF 1F 11 FC E3 79 62 CB CE 11 BC 3B 4E 41 57 43 02 AB 92 C1 4B 3C 02 0B B1 23 72 C4 BF +region/r.-6.-3.mca=D5 3F AF A9 37 20 14 43 73 60 37 48 97 C9 32 98 40 89 25 39 37 A1 22 88 8E DC 9F F1 43 6C 05 FA +region/r.-6.-4.mca=0C 14 98 A4 27 42 26 4B A6 DF B5 F4 16 7C B5 AB B1 57 E0 0E 64 35 0A B3 D7 E9 F8 34 10 98 07 8A +region/r.-6.-5.mca=1E E8 C0 AD 88 07 A4 A5 B4 E8 A3 93 74 55 50 BD BF 29 F6 AF FD 48 34 75 A2 51 E3 4E 16 84 D1 D7 +region/r.-6.0.mca=3D 46 ED B7 0F 5C B3 05 FE A6 62 2E 26 C7 77 AE 36 21 CB 41 C7 F9 03 59 DB EC 1E 9E AD 1A C8 96 +region/r.-7.-1.mca=BA 14 B2 6B A2 5B 3A B5 FB 2B A6 64 3E EE E3 15 C9 7E 07 A3 C8 5B D1 9B 70 91 E5 D9 56 22 45 69 +region/r.-7.-2.mca=0C D1 E2 BA CB 2A DF 4F 16 29 C0 60 AD EE 51 E2 E2 F1 FE 90 63 21 BB 96 2F B0 50 C7 CB DD 2D 65 +region/r.-7.-3.mca=DD 21 B7 0D 87 B1 06 A4 51 6E 21 27 CB 0B 47 CD 4A A6 88 7B 4D 01 09 E5 00 57 A1 33 22 CB 2C F8 +region/r.-7.-4.mca=C0 0D 54 09 A2 E6 37 30 32 76 0F FD 7F 2A FF 56 67 E7 B9 E9 69 43 F7 54 EB C3 05 2A 5D 80 B1 44 +region/r.-7.-5.mca=96 AE 07 91 49 69 81 28 04 A4 36 87 7A 44 59 CD 8F D4 AF F3 F3 F7 49 86 4D 3B 5D 1A C9 AA F1 6E +region/r.-7.0.mca=89 EE 46 35 3C 4D 67 3B 20 23 7A A1 67 C0 92 51 2F 20 49 25 C1 43 30 46 8C 07 9C F5 0F 6D 97 42 +region/r.-8.-1.mca=B4 1E 20 17 63 F4 E1 AC 36 72 97 63 A7 C5 D3 F3 4C E3 AA C4 F7 22 BF A1 47 9A BA 2C 9C B5 50 1D +region/r.-8.-2.mca=48 05 7B E2 CF DC 9C 8E 0B 75 6D CB E8 72 38 D0 06 22 71 82 69 FC 09 D4 80 B7 AF CB 67 C3 11 2A +region/r.-8.-3.mca=6F C8 06 47 6D 09 13 7C 91 43 E0 6C 51 DD C8 9C 70 F2 A2 AA 6F 4C CF 2A 82 FA 66 73 7F 0E 96 09 +region/r.-8.0.mca=05 55 4D 38 68 62 AD 04 E9 30 55 9F 9E DA D1 93 09 F9 B2 26 73 DD BF 69 71 DF BA 91 28 2F 1E F8 +region/r.-9.-1.mca=D4 07 1D FE FC B6 CF 67 8B 00 87 AB 7D AD C5 A2 46 07 8B AE FC 1D 68 4E 26 E9 34 75 DA 4B 90 1A +region/r.-9.-2.mca=42 5A BF C7 1A 3E 67 41 20 EE E7 5A 41 85 A4 A8 B2 58 9D 3E C6 93 96 68 34 C6 08 BD 3E F6 95 89 +region/r.-9.-3.mca=49 D0 D9 21 C6 73 61 32 54 A2 FE 00 C0 FF A3 3B 84 98 ED C9 E4 A8 70 07 A3 EF 00 4D 39 C0 6D 63 +region/r.-9.-4.mca=CA 8A EC FD D8 95 1B 72 99 5B 61 D6 E7 EA 49 33 69 B2 32 59 12 70 46 82 1A 43 33 90 13 C8 EE EC +region/r.0.-1.mca=71 E8 04 D8 D4 E0 AB D9 F9 25 BE DD 79 EC 2F 94 FF 3B 32 A7 51 6F 80 22 D1 07 AE EB 80 C5 5B 65 +region/r.0.-2.mca=42 5F 04 A3 BD EB 9F CB C2 09 64 01 4C C7 32 DE EE B6 76 AE D1 58 43 69 98 61 C4 C7 58 B4 79 D8 +region/r.0.-3.mca=1D 41 DA 24 D5 9F 5A 6F 06 AA 15 9A F1 82 E3 63 78 8A 8D 64 5D 59 69 AC ED E8 11 9D 42 0A B8 45 +region/r.0.-4.mca=A6 3C FF 18 E2 76 17 4E 51 A1 69 CA 79 03 9D 07 BB 38 9F 65 EA A6 C8 F9 68 49 5F 12 D3 AE D7 A2 +region/r.0.-5.mca=AF 5C A2 7D C4 F4 D5 7E 57 DD B3 D5 8E EF E0 DC DE 18 6A 39 62 C4 E0 8D 5B D9 D3 6D F1 DA E5 94 +region/r.0.0.mca=87 6A 64 03 38 71 15 34 49 D9 FC 1E 5B 80 3E 55 DA A9 85 43 DC F6 9F 25 B7 64 AB D2 D6 70 3E B4 +region/r.0.1.mca=0B ED 0B E1 35 86 80 3D 4A ED 9C EB AD 57 FA D3 F5 0F 03 4E 7A F2 B1 E7 24 E0 F8 51 CA DF 9A 1C +region/r.0.2.mca=28 70 CE B1 97 0D 9C 61 BE 1B AF 45 F8 ED 43 5F E1 EA 41 B6 05 E9 5F C3 4F 7F 1E 09 CE 72 A2 C8 +region/r.0.3.mca=5A DF 97 D5 72 AC 4A 93 06 C4 81 9E D9 CC 43 6C 81 99 87 C5 69 2C BE AE E0 86 5B 73 61 AD CB 5D +region/r.0.4.mca=1C 4A B5 C4 FD A8 10 17 3C BB EB C6 62 2B 55 F1 E8 84 F6 BA 3E 4F 0E 11 FC 48 E4 50 B2 F1 EF 02 +region/r.0.5.mca=A0 F0 8F BB EC B6 D4 9B 04 D1 3A F0 81 F8 7E CA E1 83 E4 F2 9A 22 22 0D ED CC 8C 6B D9 2F 02 FE +region/r.0.6.mca=FF CB 93 04 25 6B F1 BF 07 A4 9C 27 17 71 BE F2 1C F4 E4 B9 BC 7E B2 74 85 A5 DD F9 9D BB 0A 13 +region/r.0.7.mca=E2 09 17 FF 98 DB CE A3 0F AC E2 43 93 6E ED 7F FD 59 FB D8 6D 3E D5 AD A3 3F F7 00 8B C9 85 65 +region/r.0.8.mca=35 33 74 76 4A 23 25 EE 51 06 FE CC 35 F9 98 98 DF 62 D5 F9 49 9B 27 A4 FF 98 DC A7 9C 8B B3 EB +region/r.1.-1.mca=72 E7 06 69 4F A2 71 6E F0 99 F4 08 3A BB 55 DD 6E 56 78 CC 51 24 7B CB E9 37 F6 D6 4A 67 6F 47 +region/r.1.-2.mca=F1 AD 17 3B 97 A4 76 7D 3C 33 89 BC 24 85 BF CC 15 59 EA 75 37 06 E2 B3 70 5C D2 1C BC 32 98 46 +region/r.1.-3.mca=12 36 15 4E D2 0B 15 49 62 25 A9 1A 4F BD 2E F9 6D D1 ED 5B 41 4A 27 9C DB 2F 20 D4 F4 09 AC A2 +region/r.1.-4.mca=60 80 C1 80 36 8E 8A CC F7 AA 96 0F E2 91 4B 51 EA 9E 6D 74 48 F7 CA 9D C4 CF 65 50 9A BD 2E B0 +region/r.1.-5.mca=6F 17 71 35 F2 A9 DC 56 B5 AF 34 70 59 06 D0 6F 26 B7 0E 5F 99 FF BC 31 57 F0 E7 90 DC D8 DD C0 +region/r.1.0.mca=AB 3F BC C5 BC 94 7C 0B 1B 8E F7 75 19 A4 81 FF 11 19 B2 27 82 1F FB 04 32 0A 45 31 E9 3C 85 80 +region/r.1.1.mca=B3 B1 67 8D B1 01 8B CA D3 CD 62 47 60 A8 32 A8 D7 92 16 E8 5F E4 2F 9D CF F5 D4 64 35 7C 24 29 +region/r.1.10.mca=F9 20 AB 65 C1 DD 91 16 10 65 47 19 ED 65 34 6B 52 CF DB B2 7C 83 27 70 DB 74 D4 A8 7C 49 DE 24 +region/r.1.11.mca=E8 36 B2 E5 6D 5F 70 76 7C AC 59 F6 EF 9C 5D 74 9B 65 33 F2 CA 4B D1 F8 AC F7 30 D3 02 28 86 75 +region/r.1.2.mca=8D 69 D9 B4 44 B0 03 53 8E A7 6E 4A 6E 6F C0 E3 65 7C 45 FD 28 D6 C1 2E F2 CD BE DF 09 3A FA EC +region/r.1.21.mca=E1 2A 5A C7 D9 E7 13 C5 A9 8C 1B 71 8B 9F 68 41 01 92 5A 77 B1 C9 E3 E2 7E 45 01 68 FD E6 BF 68 +region/r.1.22.mca=13 07 20 1E 53 55 C0 10 0C E3 7D 7C 57 F8 C7 4E 66 4F 1A 97 31 63 51 80 53 37 F5 C0 F6 46 DE 77 +region/r.1.23.mca=E6 40 C8 B6 73 12 79 57 77 4C 9D CE D6 24 68 A8 A5 18 58 73 08 44 07 64 4F 75 EC AA 7A C9 99 58 +region/r.1.24.mca=FA CF 8A 84 83 FB F1 CD 2A EB E7 C7 10 5C 16 0E 9B BC BE 2A FF 6D 04 C5 B3 E8 FD E4 E4 6A 33 EC +region/r.1.25.mca=69 20 84 7A 61 0E 84 A0 82 79 2F 8F 0C 83 DF 22 82 92 50 6D F7 AC 2D D4 A8 FB 42 C7 47 F5 56 1B +region/r.1.3.mca=75 18 F1 84 43 72 F1 F2 8E F7 4B 2B 01 77 B7 58 4B 5F F3 92 65 0B 06 AF EE 07 F6 E0 BF 5F 30 C6 +region/r.1.4.mca=6A B4 4D F0 CA 56 02 C5 4D 24 64 AC 53 AB 32 31 EB 22 4E 71 91 E5 DB 08 BB 06 3A BC 16 2A 70 E4 +region/r.1.5.mca=4F AA 14 71 8A F3 2D EC 1B CE 73 DF DE 67 34 37 C6 35 70 AC 44 49 98 D1 F3 DA C0 A7 1A 4F B3 2E +region/r.1.6.mca=85 4F 08 92 BF BA 99 7D 96 A9 4A C3 A8 BB E0 B9 32 9E D4 CB 19 21 41 9D 3F 12 83 28 75 E3 7F 14 +region/r.1.7.mca=3A 4F C2 50 98 13 F3 80 5C 3C 88 87 11 D8 14 32 4A A7 FE B1 CC 8D 16 CE AA FE 88 AF 95 BA 86 3D +region/r.1.8.mca=DE CE 69 D3 17 8F 0D 95 AD 4C 20 C7 37 73 7E C1 00 84 30 E4 CD EA D6 5C 3F 55 EB 60 C9 58 D1 06 +region/r.1.9.mca=05 36 B5 FA F0 39 28 D9 8E 8F E6 C8 B7 03 8B E7 8B F1 B5 83 AD EC 19 D0 A5 05 D7 E3 79 3F 17 D7 +region/r.12.25.mca=82 A5 F0 0A 53 3F 85 CC 9C C7 1E 54 0D 6F 76 5E 1B 60 7B 73 C7 15 ED DF 56 26 1A A2 F9 6A B5 2C +region/r.12.27.mca=B9 40 60 EC 9E 71 53 88 B3 64 2F 44 9D F6 53 52 39 59 71 47 27 5C 53 50 E0 6A DF FF FC 6E 8D 3A +region/r.12.29.mca=B3 E5 25 56 8C 62 57 7F DB A5 D1 0B 22 6F E4 2D D6 A3 7E 53 82 A5 1D BB 81 6B 01 76 A3 0E 3D 37 +region/r.12.30.mca=38 6B B2 15 10 D1 99 CB 67 0B 94 23 42 34 4C C1 24 FE DF A8 9B D6 6E B1 5F 21 1D FF 07 C4 8B 76 +region/r.2.-1.mca=CE 39 1C 6B 6A B6 20 C1 70 1C CB 49 58 8C C9 A3 14 E6 68 6C 6B BC 42 68 C0 9D 9E 4D BA FE 86 68 +region/r.2.-2.mca=56 63 1F 58 4B A1 B0 88 94 20 57 0B F8 51 FD 33 0A EA E6 CA DA 18 80 B6 44 9A 75 C8 7A AB E6 84 +region/r.2.-3.mca=E5 C9 B1 BC 64 78 4F AD 26 FF 68 D2 EB DC 62 28 4B 62 5E 7A C8 D6 FF 00 A8 44 6D 0A 23 DB EB 12 +region/r.2.-4.mca=8F 15 E9 57 40 3C CA 99 31 08 01 EC 74 22 BD A2 D0 6B C5 D0 FF 47 3D 82 00 B6 42 98 CD 89 F7 4C +region/r.2.-5.mca=9A 70 1D 75 FD E5 A1 57 DF 14 D6 EE 63 98 06 53 0F E3 12 77 31 52 71 9A 2E 83 66 25 A5 CF 9E F3 +region/r.2.0.mca=97 71 D7 61 57 C3 5A 99 E5 67 1F 80 A6 D1 F9 EB 03 8B B8 6F 24 5E BF C9 DA 91 62 27 AC FB 07 3F +region/r.2.1.mca=A9 0C 8F C5 DB 9C 82 98 27 35 DF D4 EA 1C A3 3F 76 69 E7 B9 1F F2 64 4C AF 1F EE FE 00 75 A6 6F +region/r.2.10.mca=80 12 63 6B 6E 7B 94 A6 E4 4E 8E 50 5F 05 FC 6D E4 08 6B 0E 8F 6E 41 DC A9 2E 2B F6 F5 F5 F6 B3 +region/r.2.11.mca=11 E7 59 3A 75 80 78 4F A5 34 06 96 68 82 F7 67 EB B7 DD E5 77 52 C1 2F 90 38 9C 2D 55 04 C9 A1 +region/r.2.12.mca=FD 72 70 20 47 7F E0 AC 9D 4B 77 AE E3 BF 4E 13 70 4C B8 FA 81 7E C4 E8 E6 30 6E F8 12 4D 07 8B +region/r.2.13.mca=BC 4B 33 22 D9 99 9C DE 1D A3 C3 8C 88 F7 A1 E1 99 7E 1D AD 4A 6D 80 A0 9C 19 8D 8D D7 ED 96 81 +region/r.2.14.mca=D6 36 D0 D0 21 9F 6D 92 77 D5 C2 BB 99 0C 11 B8 74 02 FC 42 BA 1F 51 9F 9D BC 2B 54 60 21 D4 65 +region/r.2.15.mca=09 67 EA 31 BC C2 B1 7B E1 0F 3F 5D 8F A0 66 2F EF 3F 85 F3 2C 9C E7 7E 13 9A E8 0D 70 4A AB AA +region/r.2.16.mca=4B DE 9E 0D 2F C4 01 15 5E D4 1F 0A 4A D3 AE 18 9A A2 CD C6 56 2B 67 88 15 1A 67 C6 27 97 69 4B +region/r.2.17.mca=ED DF 7F 29 26 65 E4 12 DB D8 8C 52 72 55 9E 0F B4 22 EE E1 38 31 76 62 39 E4 83 5D 91 B5 63 D3 +region/r.2.18.mca=9B AE CA 14 06 90 47 9B 7E DF 02 E9 1A 5D 5B 6F 2B 92 39 2E 75 29 97 22 50 55 60 AC 54 0E 2B 83 +region/r.2.19.mca=22 67 35 80 F2 4A 22 D6 B5 D7 16 C8 DE 77 69 65 D5 5D 6D 63 7B 0A 2F 86 37 2C 96 F9 C9 43 31 85 +region/r.2.2.mca=E0 81 A6 39 C4 2E D0 8B 08 8D C4 B5 93 E5 39 A4 15 61 D5 45 EC DC B3 14 EC AB D9 43 52 F0 75 9E +region/r.2.20.mca=A6 84 62 D5 D1 31 46 57 78 5A 39 71 88 A8 03 A9 99 6D B7 B0 0A 9E D6 FE 01 B8 FD 69 DF FE FC CF +region/r.2.21.mca=4E F2 1C 8C 8F 71 D5 E1 0E 43 5D CD 29 2B 70 C2 93 A0 A0 BE 69 97 F8 0D 2A 9A CD 99 E0 82 9F 5D +region/r.2.22.mca=32 31 40 4A 42 0F 44 09 6F B5 B6 0C 44 85 51 11 FC A1 B7 21 14 14 3A 3F 74 88 56 E8 44 AD CC 1A +region/r.2.23.mca=1D FC 10 D9 2F 6E D6 44 24 C1 C3 F0 F7 BC 59 90 7F 9C 50 21 AD 74 59 8A 24 23 87 BE 50 77 54 15 +region/r.2.24.mca=70 C3 57 C1 4F E2 EA 51 A4 A2 99 37 8D E0 BF 81 71 9C FD 45 C1 49 20 0E 3B 57 58 0C E4 F9 2B 78 +region/r.2.25.mca=5E 6D A5 21 32 7A BE EC 06 82 CA 76 DA 4F 20 EE C9 19 75 10 3D 68 F3 3C 3B C5 2D D5 97 73 E3 E4 +region/r.2.26.mca=11 FE BD CB 06 9B 5C 5E A2 65 8A 62 81 6F DE 1B F1 1A F3 D7 57 21 7A 9D D5 F0 55 74 AF 24 FB 07 +region/r.2.3.mca=15 38 67 24 68 CD 83 70 11 42 54 6C D2 D6 95 CB CF 76 AE 87 9E 98 F5 28 CE 45 32 E2 ED 0A 64 DD +region/r.2.6.mca=66 82 0F FB E0 61 6A 0F 39 7F F0 4A A1 73 AB 8B A5 96 AE B2 CD BA EF 5D F2 16 BC 24 9C 1A 19 DF +region/r.2.7.mca=64 F4 86 A6 BE 96 70 4A F8 69 EF B4 8C 60 94 A2 6F 71 6E B4 F2 B4 90 42 4F 2D 00 EC 25 91 E3 EC +region/r.2.8.mca=D5 0A AF 0C 10 48 3A 77 97 28 DF F3 F2 4E 7D CD 89 5A 0E F5 04 56 7C 5F C6 C7 F0 89 ED 12 FE 01 +region/r.2.9.mca=C5 0A 3F 62 3E 13 F8 84 26 89 C9 5E 8D E6 D9 25 44 A4 09 15 26 E1 E7 55 56 D1 53 54 D3 EE 3C 0F +region/r.3.-1.mca=CF BD 50 FA E5 8F 0D 20 2F 21 6F F6 2D 41 E6 F8 92 C1 3B 63 07 7C BA 3A 8B FE CF 48 A5 59 A9 36 +region/r.3.-2.mca=A8 A4 F0 5D 4F 63 C2 E7 AB 11 88 1F 29 A6 66 70 17 4C 1C 82 46 08 0E B3 0D FB 6F ED D4 9C 3B 45 +region/r.3.-3.mca=3B A3 0A CB F4 CA 06 0E EA 87 3A CB 48 B2 A7 0F A0 2F C0 B3 F7 C6 51 5C 8F E4 90 F8 F5 03 22 3C +region/r.3.-4.mca=E8 7A 3F 40 39 6C EB D5 1E 58 63 59 B2 89 C3 43 15 A2 BC 9D C0 FA E3 B2 3D 55 CF 70 35 82 70 C8 +region/r.3.0.mca=E1 E9 88 E4 A3 61 77 DF 22 B7 8F 45 0C 8F 21 FE 68 66 82 7C 85 E6 57 12 AE 65 D0 67 9E 62 C9 97 +region/r.3.1.mca=6E 28 50 D0 42 0A A0 D3 51 AF AE 0E 2C 51 52 B2 46 5E 17 FD 5B AD BE D1 44 92 2D E0 E3 13 CC 44 +region/r.3.12.mca=B6 38 87 EB 23 3A F6 4D FB 49 35 72 56 8F 4F 31 80 6D 69 F8 30 6E 60 76 70 EA CA C2 45 09 E4 AA +region/r.3.13.mca=9C D0 C3 80 12 0C D0 86 79 4A BB D8 D4 3B AA 3D C7 22 4F 4E 46 49 1B 79 8D CF 12 C9 3B 33 83 CB +region/r.3.14.mca=DE 7B F7 42 E2 E7 F2 F8 A2 B0 F5 EC 37 8D 61 73 AB 6C DF 0C B9 F9 46 33 E6 9D CA 37 00 5B AB 9C +region/r.3.15.mca=5F 5B 8D 32 A3 C3 58 16 5C 6A 38 8B 74 98 A4 E2 F2 53 9B A2 F6 5B EB 44 7A 50 7D 7E E5 60 9A 4F +region/r.3.16.mca=A3 77 21 9B E3 EA A0 5D DE 59 94 8F 91 53 A7 06 A6 CE 81 D3 4F EB 9A 28 42 E3 BE 3A B9 1E B2 83 +region/r.3.17.mca=12 97 FF 98 22 77 A9 AF BF EA FD 43 0B 45 53 F2 AE 31 D8 50 55 BE A6 33 03 9E BC 8B F4 D7 7F B7 +region/r.3.18.mca=E0 D9 C5 5E 90 70 D1 09 F2 01 EA 1F 1D A2 4B 91 39 BA 70 D5 D8 97 4D 54 FE BA BD B9 FA 4E 54 E8 +region/r.3.19.mca=A2 D3 9E F2 D9 7C 49 40 27 FA A5 7F EB CA 45 67 9F 30 16 0A 78 7C FE D2 1D 98 01 BC 27 6B 1A 9A +region/r.3.2.mca=06 AB A4 A4 4B 67 72 FA FC C3 C0 78 6B 5A 46 23 C9 48 77 76 A2 9F 9A F0 2D 0D 5A A1 C3 C4 77 B2 +region/r.3.21.mca=D8 A4 AD F1 CC DF F0 F5 AF 31 93 E5 C7 01 5E 54 EF DF 1F 8E F2 26 D9 47 4B EE 34 8F 58 F8 FF D4 +region/r.3.22.mca=EB D7 4C 81 F8 0B D3 16 64 85 4F 05 94 6B 03 4D A4 5C 48 15 6F E2 C9 14 16 08 50 03 5D 5D F3 82 +region/r.3.23.mca=5C 1B 1E BA 5B F7 2F D7 DA AE B4 E8 56 BC E8 A2 90 A3 58 38 0C B5 2D 7E C2 03 87 88 85 A6 31 42 +region/r.3.24.mca=F4 B3 94 A4 CA CD FC D9 EE AE 85 8C 1C 3A C3 B6 9B B7 E6 3E E5 FB 81 4D 58 AA 4E 90 3C 38 D7 CE +region/r.3.25.mca=5E 42 EA 0E D5 BE D1 D3 6C 3B 28 68 D5 32 82 50 9C 27 03 88 B6 4F 86 C8 F8 F9 55 59 A7 59 76 B2 +region/r.3.26.mca=DC 30 19 BD 3C E8 EF 7D CF 3C C1 06 2F 53 CD 15 DE 7E 38 BB 8D 64 67 7F F1 ED 89 97 9F 6F C8 AF +region/r.3.27.mca=7B 21 DC 47 CA 7F CB AB D2 C9 18 96 95 77 F5 41 3C 66 E5 FE A3 46 71 1B AA D2 DC 09 94 C0 45 75 +region/r.3.3.mca=F5 8A 5B 2C 27 E0 52 07 29 9A A7 22 75 6A 64 93 44 53 6E F8 5C DE BC 97 15 55 5F DC 43 FB 25 1F +region/r.3.4.mca=C1 37 18 19 20 33 F1 39 AF 36 9F E6 3E 03 9A 51 7E 28 CE 3F 44 ED DD 9F DA 01 06 31 44 12 6B 66 +region/r.4.-1.mca=1E 23 87 78 B3 CF F4 3F 80 1B CF 44 09 83 56 FA 98 1C E6 33 67 B0 19 6F 4D 75 2F CF 6A B4 14 1D +region/r.4.-2.mca=D0 73 51 85 6B 84 52 D4 7F 2A 3E A6 2D 66 58 47 81 4B 73 F8 64 45 0E 29 B0 5A 99 E7 99 BF 7C A0 +region/r.4.-3.mca=AD 8C 27 45 A8 FC 64 36 FB BC A0 F6 76 D2 77 13 DB 64 D5 2D 65 5B 08 A4 A3 4F CA 87 32 E4 4A E9 +region/r.4.-4.mca=F8 C8 ED 82 5A 0B CF E2 21 77 6B 13 8C F2 79 EB 3E 56 5D 4C 79 96 E9 F0 AC 44 42 11 65 EC CA 97 +region/r.4.0.mca=FD D4 CC 7C 99 ED 83 B6 FE 51 BE 0D 47 EC 90 06 61 44 AA C7 D4 52 CD A9 DC DD 6B 40 51 D5 DD 12 +region/r.4.1.mca=9C 8B 17 CD 1B 47 02 0D 30 7B 3B 7B 0D 59 32 98 B9 69 0E FF 03 94 BB 66 A2 B3 E0 CA 56 02 47 3B +region/r.4.15.mca=D5 34 F2 4E 79 E8 3B CA 26 1D DE B5 C5 5A 9B 35 D5 03 37 B8 EA F5 89 3F 74 C2 00 90 5C 72 C4 39 +region/r.4.16.mca=77 C6 71 D4 C2 37 8A 27 7F 06 DD 49 F1 B1 33 58 8C C0 84 DA 06 4A B5 78 21 EA 16 8C 41 3B 57 87 +region/r.4.17.mca=F0 37 EA 8A 6B C4 62 B8 E0 6A FE 2A 41 2C 07 D8 B7 DF 8D 64 4C D8 C3 9B FA 67 88 F3 07 F0 67 C8 +region/r.4.18.mca=9A 53 60 C8 E0 E6 C3 FB 36 07 BC 20 D3 32 CC 1F B5 E8 6C 02 3C 83 D2 D9 BE 9C 7B 55 5C A0 37 E9 +region/r.4.19.mca=47 8D 88 C6 4E D5 99 56 B0 91 B8 D9 50 00 8A 7C 7F 71 1D 42 96 28 64 DD 09 D8 45 DA B9 CB 7B 39 +region/r.4.2.mca=53 5B B8 BD 4E 51 89 44 2B 12 C3 B8 33 D6 0C 2C A4 8C F5 17 5F BB 63 04 21 91 9B 6E 9C 1F 6D 13 +region/r.4.20.mca=8D EF 2D FE D1 EA 97 6C 1E C0 E0 59 F4 EF 90 AF 17 7D 85 07 E2 F6 D8 94 7C 10 21 E6 23 7A 4C 83 +region/r.4.21.mca=41 76 8D C1 34 93 30 B3 FB 54 83 CB 93 03 80 94 31 43 58 A5 E1 CC B6 00 8B 74 20 E9 A4 54 EB A1 +region/r.4.22.mca=82 45 33 ED 84 EB 0F ED E4 D5 5A DF 5F ED 9E 67 A5 B7 4D AE 54 E6 03 9D 67 15 62 67 31 C6 06 3E +region/r.4.23.mca=AF 9A DF BC 28 0C F6 CB 76 32 33 D7 BF FD 6C 0E 7C 9C 84 FC A9 F3 82 7C 7B 67 BE 26 FB DF E7 CB +region/r.4.26.mca=BB 62 57 50 79 E2 01 73 E9 8B 82 53 96 C5 B0 55 B3 B2 92 BA 9F 4A 49 60 C9 0C A5 A7 CF 9A 18 0D +region/r.4.27.mca=42 3A FB 3D 4E 6A 8F 68 CB F5 CA 89 94 23 50 C0 E8 F2 E2 E4 0A 9E 7D 69 BB CB 6E 55 39 AA D0 19 +region/r.4.3.mca=C2 96 84 48 50 5F 32 AF 14 CC 6C 96 D5 42 37 0C F0 1F E0 3B 03 88 34 56 A7 E8 EB 5C 5C 9F 4A 84 +region/r.4.4.mca=54 7F A3 6F 79 91 39 C8 54 A0 11 AB 43 26 88 2F 93 95 E0 07 75 B1 82 0A 34 76 07 2E 1E 7D C1 0F +region/r.4.44.mca=13 94 EA C4 CE EB FC DD B8 D3 82 8E 00 A2 9C E1 2D 40 73 BC 87 99 DF BF 98 9A BD AB 26 9F 20 3D +region/r.4.5.mca=A9 DF 70 DA BB D0 67 71 2F 26 4D 1A A6 DF F9 C7 E1 5D 61 38 4F 76 F0 9C 6B 33 3E 3A EC DD CC B4 +region/r.4.6.mca=2A 66 9F 44 EE FE 06 C6 13 1A F6 54 EC 1C 7A CF 1C EB C5 E9 34 CA 62 78 A5 74 4C DC E8 5B 99 05 +region/r.4.7.mca=13 CA F6 C3 5E 35 B8 C8 1B 00 E8 24 09 0E 3C F1 B9 4D F7 00 8D F0 CC D3 DE 6E E1 38 85 67 C1 98 +region/r.4.8.mca=8F 06 52 63 A4 25 4D 52 92 3C 06 6B B5 B2 B7 8A AB DB 57 C7 BC CD 55 10 26 59 9A 0B 3E 50 85 20 +region/r.5.-1.mca=7F 39 96 2A 22 BE 14 D2 BE 65 65 CE 64 C1 5D 3F A7 16 5B 09 CD FA 1C 8F 2D F0 DC D1 C2 4D 8E BC +region/r.5.-2.mca=15 12 68 8B D3 6D D5 E4 F8 5C 66 89 EC 33 04 0A F1 E6 6E 2D 00 53 69 13 1D 19 2F EA F4 03 DA 86 +region/r.5.-3.mca=A1 9C 44 0C 31 E3 F0 9F 87 86 34 9C 29 D9 DA 60 8B 57 07 B4 A2 8A 79 12 B5 D6 59 B2 E1 68 84 19 +region/r.5.-4.mca=13 D0 F4 AB 56 96 E2 8A B1 D3 BD DD 2C D2 3D 6E 9B FD 0A 37 7F DB A6 63 65 A8 18 20 9D 1B B9 9B +region/r.5.0.mca=C5 FB DB 77 B3 DD E0 6D C0 97 DE 16 50 00 0A 1A E2 FC E4 B2 14 0D C4 D2 DE 58 77 F3 10 0B 96 56 +region/r.5.1.mca=E8 1C A6 03 00 4E 25 FA D0 AB 36 E8 20 A1 48 4B 3D 24 E5 05 26 FE A7 98 B3 FF 91 41 21 50 06 60 +region/r.5.10.mca=B4 0A 9B F4 CC 33 4C 38 C4 FB 1B 02 B4 90 C7 20 EC 4D 16 B6 26 55 7D 04 5A F4 D7 F3 5F 60 D9 5F +region/r.5.11.mca=AC 01 5A E8 DD 1A 4E DB 12 50 B0 57 47 9B 0C AA D4 DC E5 2C 97 7D 73 EC A5 8D A8 EB C7 A3 13 CD +region/r.5.12.mca=E5 79 76 DF 90 BF 58 57 67 74 E8 64 AD 67 11 D3 D2 16 6D 70 81 BE BA AF 1A 68 3C 0E 8C BB BA 3F +region/r.5.13.mca=C5 28 90 A7 DE 0D CF 59 48 D1 BE 07 4B BA 36 A1 A1 23 D0 7B AE AB 33 F4 6D 11 18 E1 61 6E 47 4E +region/r.5.14.mca=D2 B9 16 A7 A8 48 93 E1 8B AD 1D 5C 92 A5 51 EC 15 99 E3 74 BA 99 34 66 43 80 C8 D4 BD BE 75 77 +region/r.5.15.mca=5D 1F 12 26 EE 35 FB D7 7C 7E B6 C9 5D F7 C1 29 1C 98 80 14 66 3B 14 93 48 DB F5 E2 BD DF 67 B3 +region/r.5.16.mca=00 D3 BE 5A 02 86 7C 95 EE E6 A5 B6 94 B6 B3 D1 97 AC C6 F4 65 01 B7 01 A6 4D CB 9E 5C 36 0D 90 +region/r.5.17.mca=AF FB 20 5E 8C B1 62 78 F5 B4 57 D7 95 C8 D4 6B DC 31 87 01 D8 DE 5F B4 9C 26 62 E4 61 E5 86 44 +region/r.5.18.mca=AA B2 EB 34 3C 65 A4 47 CE FE 10 06 01 AA 03 56 81 D7 DC 7D DF 6F AB 44 A7 35 62 07 3E 5C 26 22 +region/r.5.19.mca=BC 38 4A 1D D6 BB 86 C1 62 17 27 C8 8A 8F 33 91 AC F8 9D 6E B0 37 59 8D D2 CE 94 B5 92 A7 F8 10 +region/r.5.2.mca=CC 52 85 5E E9 42 CD 1A BA 3A 7D 36 52 52 50 2D 28 F5 83 33 2D FC 2F 8A 90 86 C7 16 83 AC 6A 96 +region/r.5.20.mca=06 69 52 DD 6D 70 C9 AA 0D D6 0F 10 82 A1 FE E8 A5 FB 72 BA C1 F0 3C 67 D2 FD B9 8C 2E 2F F4 40 +region/r.5.21.mca=6D 91 CA 72 36 21 5C 5B F1 95 CA D7 CF 1D 05 26 48 EA E1 29 13 B9 F6 67 76 3F 41 13 9E 50 72 9F +region/r.5.26.mca=0D 57 77 C4 70 32 09 7B 21 1A 8C E0 5E 96 BC 08 A8 DA 10 48 DD 95 8B 35 E1 4F 1F A5 79 9E 21 80 +region/r.5.28.mca=49 79 23 42 91 7C 6F D2 84 BF 68 6E 8F A9 CB 6E D5 1F 47 AE F6 3C 09 01 D9 FB CD ED B4 44 C5 9E +region/r.5.3.mca=34 35 21 2C 92 DE D5 11 67 9C A9 97 EE 38 3F E4 2A F4 6F 59 97 1B 53 03 6C 5C 71 F7 C5 81 B2 03 +region/r.5.4.mca=8E 14 8B 62 B3 E8 C8 66 F7 84 13 8A 5E 9A F7 30 D3 F0 03 C1 52 1B F2 7A D3 0A AB 07 45 DD 10 A4 +region/r.5.5.mca=30 A8 A5 C2 BF 60 AD 1D E2 1D 85 7C 21 0B 45 6F 06 38 4A 74 B2 02 B6 DB 82 E8 B2 E8 88 AA B1 6B +region/r.5.6.mca=D7 D8 3D 68 19 F8 01 08 76 CC 1C 1D AF 9E F8 B8 5C C3 3D 9A 3A 11 81 75 C3 35 2A 46 3F B8 C8 1E +region/r.5.7.mca=5D CB 61 5B E1 3D FA 05 E9 3B F6 B9 DF D4 55 97 20 2A F1 06 C3 8E 07 6D 57 57 EF 77 59 E6 13 A9 +region/r.5.8.mca=4B 33 34 60 3A 89 81 FD F0 A6 66 FF EA 43 4C FE 66 A7 32 31 A8 2E AC 48 DF D7 5D 26 B9 6A 57 4E +region/r.5.9.mca=00 FA 40 22 12 D6 3A 93 F6 6D 59 1F 57 AD 2A 1C 94 BE 26 8D 01 96 B2 3C 8C B9 59 F5 30 01 A1 68 +region/r.6.-2.mca=DA F3 8D 22 79 EF 8F A8 1F 71 C1 65 18 8D 41 6F 09 56 81 DB AD EB B7 8C E8 45 E9 33 B4 8C 8B 27 +region/r.6.-4.mca=45 45 41 69 99 A8 C5 29 79 DB 66 BF E3 2A 12 E7 68 9E C7 4D B2 0E 60 F7 C3 CA 73 C8 AF D1 E5 80 +region/r.6.0.mca=CC 95 0E 5B 1C 90 30 F1 63 9A F1 0C 62 CD 46 5D 91 E8 73 B8 A8 41 B8 A9 4A F0 B2 70 70 B9 1E 3E +region/r.6.10.mca=CC ED 61 12 A2 8A 3A 74 5D E2 53 41 86 95 3F 0B FB 73 C2 C2 FA CF DD 6E 4C A4 46 01 38 8C 44 85 +region/r.6.11.mca=76 ED 34 49 D5 73 9F BF 77 8F 40 DF FA 25 74 F8 27 C7 04 20 49 EB 22 9F 59 D5 05 7E 07 D9 63 66 +region/r.6.12.mca=1D 5B 8B 56 C0 27 CA 0B 0E 68 8B AB 04 B7 35 6E B8 7D 1D E5 AD 7C BC 55 44 DC 94 6E C4 29 D3 56 +region/r.6.13.mca=B4 0F C8 72 0F E1 8D FF 32 E4 19 98 8E 53 A0 B5 60 6E 17 2A 8B 2D C3 57 40 48 10 95 38 7A 87 9F +region/r.6.14.mca=70 6B 78 AF 91 13 4D C5 03 AD 8B 16 F3 37 62 31 11 DA 71 34 DC 5F 56 43 B9 73 E7 B9 14 40 3A 91 +region/r.6.15.mca=8B 63 9B 36 8F 0D FB 23 61 1F DD 6A A4 7F 0C F9 46 F9 CD 41 84 69 69 36 6C 3A 4E 38 5C 50 4A 9C +region/r.6.16.mca=56 1C 8D 9D DD 66 FB 55 63 8D D0 E0 4B B5 A4 DD 5F 9F E7 9D E3 12 CA B8 1C 65 A0 B4 4D 3C 87 7C +region/r.6.29.mca=77 9B 81 D2 A1 54 FC D5 EB 80 D0 07 C1 89 96 41 E7 E2 F7 6A 52 A5 23 6A A9 70 08 A6 13 8D D9 3F +region/r.6.46.mca=EB 43 DE 0C 98 4D BA C6 03 91 1A A5 82 7C 7A 68 38 9A 3F 84 26 1D 46 EB 03 51 FF D8 29 B9 FA CE +region/r.6.47.mca=9B FE 6F 9A 50 6E AB 57 4D 3B 9F 30 3A AC CD 25 40 FC 12 4F 77 56 65 15 2E D1 25 53 2D D2 37 AB +region/r.6.50.mca=AA B2 D9 78 32 DE 0B B9 24 2A 57 F2 4B D1 EA CA 18 F4 DB 44 16 11 B0 F5 2E 50 77 FE BD 99 BE A6 +region/r.6.51.mca=9E 06 D1 07 AE 9F A1 4E DB 25 F1 8D DF F9 53 B0 DE C1 F0 F5 F3 B3 53 92 63 A3 7C 51 D9 47 52 68 +region/r.6.7.mca=CC 63 1A 59 97 2A 66 5C 0B 95 29 04 2E B0 65 43 81 A7 EC 0B 0B 9A C8 5E 66 68 E8 A3 12 73 91 93 +region/r.6.8.mca=B8 39 B3 75 47 E6 0F A6 06 0F A1 8B 9C 2A 53 DB F5 41 E2 C2 66 06 15 31 9C E2 EB 95 48 2B 76 0A +region/r.6.9.mca=FC 4C 62 04 75 3A 91 7E CB 1D E5 B5 EC 7D 2C AB BE CE 94 6C 5D C9 82 74 7E D5 D4 F6 51 5E 0D 13 +region/r.7.-3.mca=81 63 D8 5C D1 41 1A C6 89 16 6C F6 CD 15 1D 09 9A D1 CE B5 6E 03 E2 D9 BA E1 C2 19 56 8B 30 63 +region/r.7.0.mca=F3 AF 56 BC 2E 5F CC C5 65 EE 98 BA BA DB A7 EF A6 BA 41 13 05 7F 0E 9A 24 56 91 60 4F 52 96 13 +region/r.7.1.mca=39 F2 74 A3 EA 68 1E F6 03 4A D2 61 87 79 DA C0 9F AD 2C 15 C2 F7 82 00 A2 62 31 77 88 0B 55 0C +region/r.7.11.mca=A0 E9 E1 16 4C 39 EC 8B CB BF 6A 11 6D 1B 5C 8B 85 A9 04 55 20 03 4B 63 70 8E 2C 04 9E 58 73 12 +region/r.7.12.mca=A8 D7 BA 0A F5 53 15 DB CA 03 C5 6F C6 D0 9C 61 DA 28 1D 9F 32 E9 01 2E 61 65 E4 21 9A DC D5 7F +region/r.7.49.mca=90 1C CE D9 7C 9E 68 30 A5 D1 26 11 86 74 80 11 1D 7D AD 58 30 09 5B AB 3D 89 0C 7C 92 EA 43 21 +region/r.7.7.mca=3D 60 DA A2 60 DE E9 AE FB EA 10 CD 85 84 D6 C0 2A 87 71 9B 04 FD 45 AE AA 4A 7B 31 C7 66 CE 22 +region/r.8.0.mca=A3 88 10 37 A3 82 5D 9C 5C 72 94 54 D3 51 52 8D 99 3D 63 4D B1 C9 10 FC 0C 01 C1 13 47 0B C0 0C +region/r.8.1.mca=18 7F 58 23 69 2D D9 20 27 A6 C8 AD BB 01 C1 4D 07 39 95 03 C5 8E 4B AA D9 AD B3 D0 F3 B7 E0 52 +region/r.8.3.mca=80 58 D8 2E AB 71 87 BB 69 0E B1 0A 2E E1 D5 A6 9B BA 7A 81 B2 C2 50 41 A5 2C 3A FC 4E CC 7A 87 +region/r.8.43.mca=C0 F8 66 28 40 B3 8B D4 C7 D9 78 2C 7F 4D A9 09 28 FE 9C 3A A8 41 72 04 D0 AC E2 F5 CC 0E 53 3B +region/r.8.44.mca=D1 8C 9D 34 8B B8 4A CE 2A C9 90 D5 48 B7 05 B8 AC 9C 9C D0 4E 9A 1B 38 02 2C 4E 50 B2 D8 0C F2 +region/r.9.-3.mca=BE A7 8E CF C9 34 A8 F7 AD B4 13 F6 FB 67 1A 58 9B 51 E5 5A F9 AA 83 39 3D C9 AE DB AB 0C 63 66 +region/r.9.2.mca=A8 41 CA 0D 7E 47 A9 EC 15 CA A2 68 69 56 B4 86 96 7C 6A AB 65 42 C1 A8 82 62 59 FD 85 7D A3 3A +region/r.9.37.mca=5D DA 3E 5E 3D B0 BE 35 FE CE 48 58 94 1B B4 0A 19 45 F5 29 05 EF 28 D8 1A A2 22 81 BA 33 70 D5 +DIM1/data/buildcraft_wire_systems.dat=11 C8 AC 75 62 58 13 61 A9 7D 43 E2 A1 93 AF 36 A9 33 B1 07 80 AF 20 BB 4F 47 BB 3C 9B 9F C9 40 +DIM1/data/capabilities.dat=75 1D 0C 57 6B 56 53 7A 9C 11 50 2E B0 9C 73 8F A4 D1 2D AD B8 1F 5A F1 17 93 27 EE 94 50 C7 A6 +DIM1/data/villages_end.dat=24 37 AD 71 AB 04 A1 42 47 4C 64 D6 EB 2E 18 36 BD 06 2B 92 2D 6F 6D 7E D6 9E 78 FA DA 30 60 9D +DIM1/forcedchunks.dat=8A 1F F1 D2 8C C8 9B EF E2 B9 3A EC 31 A8 00 60 4D 46 B8 E6 53 E6 A1 06 D4 09 A2 40 CD A2 07 38 +DIM1/multipart.dat=38 8C 35 A3 3A 8D 6F C1 98 A8 EC 35 4E F5 9B 44 8E 1C EE E0 E2 C5 3B EE D2 19 12 C2 06 D1 92 09 +DIM-1/data/buildcraft_wire_systems.dat=11 C8 AC 75 62 58 13 61 A9 7D 43 E2 A1 93 AF 36 A9 33 B1 07 80 AF 20 BB 4F 47 BB 3C 9B 9F C9 40 +DIM-1/data/capabilities.dat=75 1D 0C 57 6B 56 53 7A 9C 11 50 2E B0 9C 73 8F A4 D1 2D AD B8 1F 5A F1 17 93 27 EE 94 50 C7 A6 +DIM-1/data/villages_nether.dat=24 37 AD 71 AB 04 A1 42 47 4C 64 D6 EB 2E 18 36 BD 06 2B 92 2D 6F 6D 7E D6 9E 78 FA DA 30 60 9D +DIM-1/forcedchunks.dat=8A 1F F1 D2 8C C8 9B EF E2 B9 3A EC 31 A8 00 60 4D 46 B8 E6 53 E6 A1 06 D4 09 A2 40 CD A2 07 38 +DIM-1/multipart.dat=38 8C 35 A3 3A 8D 6F C1 98 A8 EC 35 4E F5 9B 44 8E 1C EE E0 E2 C5 3B EE D2 19 12 C2 06 D1 92 09 +data/aaMarkers_0.dat=C4 22 59 2D A1 0D F6 8B CD 96 5D 75 66 B7 6A 2C 16 37 36 20 8D 23 FA 57 06 07 97 66 1A D0 C8 21 +data/aaMarkers_1.dat=F6 44 91 55 A5 3B EB D1 C3 D8 A0 DC 53 81 30 60 1E C1 5C 9F 3C 48 CB 37 F0 DF 89 E3 80 0E F3 76 +data/aaMarkers_2.dat=73 29 0A 00 24 C3 A7 A1 2B BC AA 8D E5 51 29 B2 40 EC 77 6F C6 34 9A EB 1A FF 2B 02 03 F6 33 D8 +data/aaMarkers_3.dat=90 61 7C 7E 16 67 C0 3D 0D B0 E0 AA FD 0F AE D1 44 33 12 63 B4 20 3B 6E 6F 97 1C 03 A6 02 58 90 +data/aAtlasExtTiles.dat=85 D7 8D 7C 22 E4 77 65 48 3B 89 8B 8D A7 1A 5C 99 89 89 63 4F 03 53 2A 3E 8D 54 CF 66 E3 41 5F +data/aAtlasGlobalMarkers.dat=4D 5C 19 AF 4C 28 4B 71 B7 AE B5 78 10 36 54 91 B3 47 61 67 71 BC 0A 13 A0 CF 19 CB FD 90 1E 92 +data/aAtlas_0.dat=12 0F E2 25 E8 85 91 7C F9 FD E9 30 8A 8C C8 A4 B4 E3 AB 4A 9D 33 0B D1 81 DA 9A B9 D1 18 F6 AE +data/aAtlas_1.dat=8C 1A F7 2C 72 92 4D 4A 93 82 BF 9A B2 1B 18 4B A1 2C 33 84 79 21 6D 66 2F 04 0F BD C4 E3 2A F1 +data/aAtlas_2.dat=EC 9D 07 4C 22 7A 69 02 CA 73 B7 5D 9F F7 AC 52 72 61 99 4B E1 DC AF F9 12 79 12 3B 45 E1 0C B3 +data/aAtlas_3.dat=5C 49 66 4A 69 37 8A F4 E6 EF 6A 86 C3 FB 8B D9 88 AF A0 4E BF 48 44 A5 2E B0 2A 42 45 47 A5 95 +data/abyssalcraft_necromancy_data.dat=63 09 53 04 95 D2 C4 86 36 D1 BA 0E D3 19 6E FC 3C 45 B0 9D 79 B5 D9 F4 DB 78 B8 6A EF 5E E0 53 +data/actuallyadditionsdata.dat=AD F0 21 7D E4 8A DC D5 E8 A2 FC EC E6 59 C2 0A 11 F5 7A FC 58 6A 18 C5 BD ED 5D 4A 9C 8C D0 8F +data/BloodMagic-SoulNetworks.dat=1B 33 E4 87 CB 78 2C E2 01 AF C7 89 7F 2A C0 56 C7 A4 F5 28 02 85 0C 61 B1 83 AD 93 CE 35 1E 67 +data/buildcraft_marker_path.dat=76 0D 79 08 13 75 DC A6 58 A8 F8 5F 52 EF B8 3A C2 18 02 FF D8 10 EE C6 2A 21 19 46 B4 44 6D 8E +data/buildcraft_marker_volume.dat=76 0D 79 08 13 75 DC A6 58 A8 F8 5F 52 EF B8 3A C2 18 02 FF D8 10 EE C6 2A 21 19 46 B4 44 6D 8E +data/buildcraft_wire_systems.dat=11 C8 AC 75 62 58 13 61 A9 7D 43 E2 A1 93 AF 36 A9 33 B1 07 80 AF 20 BB 4F 47 BB 3C 9B 9F C9 40 +data/capabilities.dat=75 1D 0C 57 6B 56 53 7A 9C 11 50 2E B0 9C 73 8F A4 D1 2D AD B8 1F 5A F1 17 93 27 EE 94 50 C7 A6 +data/geolosys.dat=00 2D FB 82 F1 C6 4A 12 46 CC 78 EE 58 64 81 82 9F 2B 69 B7 03 69 22 6F 00 9C 19 F4 B3 D1 4E 76 +data/geolosysOreGeneratorPending.dat=52 E4 33 BB DB 1D 2C 90 BF 38 6E B0 44 13 43 4B 6D 30 B7 13 70 71 AC 0D B0 6B 33 94 D6 56 77 7E +data/geolosysStoneGeneratorPending.dat=21 D8 5A 24 FB 89 88 53 4E B6 0E 78 92 89 E2 5B 83 AD 80 D0 07 16 4D 0C 85 5D 65 FB BF FD 09 02 +data/idcounts.dat=4D 92 B4 F2 70 38 A8 CA EE D9 DE E2 51 A3 C2 AC 16 2E 0A 72 B5 C5 7F D8 7A B9 45 C6 18 C5 15 F3 +data/ImmersiveEngineering-SaveData.dat=8C E3 2F E6 CD 6F 2D 91 03 9E 14 0A C0 BE F0 B9 29 EB 67 1A A7 02 F2 8D 77 8F 85 D4 8F 63 6C F5 +data/ImmersivePetroleum-SaveData.dat=83 88 75 F7 DF 3E 82 5F FB 74 31 0C 8C 5A D2 DF A5 D3 9B 9F 29 F2 A2 FB 8A DE 21 66 37 04 C4 C7 +data/integrateddynamics_GlobalCounterData.dat=38 14 9F E2 8D 09 AF 3C F5 65 6A 00 B0 D1 C8 D7 4E BC A4 33 3A BF 0E 7B 01 3D 70 64 28 65 67 AA +data/integrateddynamics_Labels.dat=36 B4 51 F8 5A E0 2E 3C 01 0A 0F 2D 12 07 1F F9 9E 9E 0A 74 76 6C F2 37 7D 13 BC BD C1 16 CC 5E +data/integrateddynamics_Networks.dat=F4 57 2D 95 B5 66 81 FF 0F 47 A5 C0 5C D2 23 C1 8C A6 13 C4 CF C9 1A 3D 4B 13 9C 73 22 5C 29 C0 +data/local_storage/region/r.0.-1.dat=AA AC 3D 72 53 33 C8 AA CF 2D 5F B8 CB 70 22 B5 A7 68 42 B0 13 62 B8 3B AB 26 CC C9 DB 68 C3 E4 +data/map_0.dat=5F BD DA CC 22 3E DF C5 4B FA FE AF 88 B1 FB EB 09 3B 1F 4E DC 26 F6 EF 7E 76 61 6F 89 3D 7A 5D +data/Monument.dat=0F 15 B2 DD 43 1B B1 DB 96 49 09 F2 C8 A9 37 82 A4 FC 73 DB 6B D6 BA 9D 3D 4B 2B 49 53 10 EA 1D +data/primal.world.mud.dat=33 8F DD 70 1B 18 5C 3D A8 6E 50 2D C9 AD 49 50 9E 9F AD C2 D0 71 0E 02 43 8E FC 28 C4 56 AC 90 +data/primal.world.ores.dat=27 1B A3 31 B3 84 1C 0B AA 8F E9 38 1C D6 91 55 2A 95 68 04 AC A0 FC C4 19 B9 D6 A5 B3 3A 74 D5 +data/primal.world.salt.dat=F6 F1 CC 38 38 11 3F A4 95 AE B3 08 2D 0B A8 59 67 D8 56 15 66 5A 1A 08 98 E4 68 E8 D2 75 E6 35 +data/primal.world.stone.dat=AA DB FF 25 F4 90 AA B5 CC F2 17 92 D1 C8 46 62 BB 6B EE 73 DE 1D 2A 11 9A 9F A6 2E 01 54 51 4C +data/reccomplex-random.dat=A0 5B 5D 26 8D 97 5C B8 C7 24 A3 0C 3C F9 5A FA A8 7F 58 CC 4E 43 0C 5E 33 54 30 2C E2 E8 40 36 +data/reccomplex-structuredata.dat=98 F5 89 47 6C 5C 97 9A 17 AA 7B 09 C6 F8 2B 27 1A B6 E3 49 C5 92 83 AB DB 4A AA 37 AD 73 5E 1A +data/scoreboard.dat=79 29 82 B3 1F 89 22 D9 2F 56 9D AE B2 06 C8 3C DB 32 D2 1E 74 16 6D C6 D0 6B 3C 6A 83 BA A9 25 +data/Stronghold.dat=A4 A8 25 E8 F1 55 55 E7 2E 57 18 7F FD 82 62 40 D0 10 57 81 FF B5 2E 1A 0E 19 C4 3E DD 1C 91 A1 +data/TogetherForever.dat=E3 B0 C4 42 98 FC 1C 14 9A FB F4 C8 99 6F B9 24 27 AE 41 E4 64 9B 93 4C A4 95 99 1B 78 52 B8 55 +data/Village.dat=A1 A8 CB 8E 4C 70 D4 8C 0B 41 C3 08 C4 22 4B 0E 1D 93 C8 0A 47 B8 BC 80 47 8F E4 B0 DA F6 04 54 +data/villages.dat=3C D2 39 F7 98 E5 A0 A4 E1 85 18 16 A3 E3 10 98 1A E0 56 65 BD 8F 3C 79 60 0C 16 A1 89 BA 38 2A +data/WorldSavedDataMachines.dat=7C 5B 65 EB A3 41 74 4D EE A6 03 03 20 57 E8 A6 F0 34 48 69 95 C4 DE 52 42 C5 74 5C 0F 7C 25 D9 +DIM2/data/buildcraft_wire_systems.dat=11 C8 AC 75 62 58 13 61 A9 7D 43 E2 A1 93 AF 36 A9 33 B1 07 80 AF 20 BB 4F 47 BB 3C 9B 9F C9 40 +DIM2/data/capabilities.dat=50 A8 AC A0 4E AE 1D 1A 79 1C FC 37 49 9D B2 B8 B1 F4 AB D9 65 C3 ED 6D 6A D6 67 35 D1 8A F0 18 +DIM2/data/villages_cell.dat=82 58 97 BA 7B 42 91 BF 15 0D FE 6E 7A E7 4B B3 D9 12 E6 75 B3 EF 5B EC FF 3D C9 33 00 F3 5E D9 +DIM2/forcedchunks.dat=8A 1F F1 D2 8C C8 9B EF E2 B9 3A EC 31 A8 00 60 4D 46 B8 E6 53 E6 A1 06 D4 09 A2 40 CD A2 07 38 +DIM2/multipart.dat=DD A5 9D A9 FE 50 1A 11 8B 70 42 01 22 D2 97 08 75 13 04 85 0A A0 76 33 CD C9 AC 3E F1 2E 09 D4 +Omothol/data/buildcraft_wire_systems.dat=11 C8 AC 75 62 58 13 61 A9 7D 43 E2 A1 93 AF 36 A9 33 B1 07 80 AF 20 BB 4F 47 BB 3C 9B 9F C9 40 +Omothol/data/capabilities.dat=75 1D 0C 57 6B 56 53 7A 9C 11 50 2E B0 9C 73 8F A4 D1 2D AD B8 1F 5A F1 17 93 27 EE 94 50 C7 A6 +Omothol/data/villages_omt.dat=24 37 AD 71 AB 04 A1 42 47 4C 64 D6 EB 2E 18 36 BD 06 2B 92 2D 6F 6D 7E D6 9E 78 FA DA 30 60 9D +Omothol/forcedchunks.dat=8A 1F F1 D2 8C C8 9B EF E2 B9 3A EC 31 A8 00 60 4D 46 B8 E6 53 E6 A1 06 D4 09 A2 40 CD A2 07 38 +Omothol/multipart.dat=38 8C 35 A3 3A 8D 6F C1 98 A8 EC 35 4E F5 9B 44 8E 1C EE E0 E2 C5 3B EE D2 19 12 C2 06 D1 92 09 +forcedchunks.dat=8A 1F F1 D2 8C C8 9B EF E2 B9 3A EC 31 A8 00 60 4D 46 B8 E6 53 E6 A1 06 D4 09 A2 40 CD A2 07 38 +The_Beneath/data/buildcraft_marker_path.dat=76 0D 79 08 13 75 DC A6 58 A8 F8 5F 52 EF B8 3A C2 18 02 FF D8 10 EE C6 2A 21 19 46 B4 44 6D 8E +The_Beneath/data/buildcraft_marker_volume.dat=76 0D 79 08 13 75 DC A6 58 A8 F8 5F 52 EF B8 3A C2 18 02 FF D8 10 EE C6 2A 21 19 46 B4 44 6D 8E +The_Beneath/data/buildcraft_wire_systems.dat=11 C8 AC 75 62 58 13 61 A9 7D 43 E2 A1 93 AF 36 A9 33 B1 07 80 AF 20 BB 4F 47 BB 3C 9B 9F C9 40 +The_Beneath/data/capabilities.dat=75 1D 0C 57 6B 56 53 7A 9C 11 50 2E B0 9C 73 8F A4 D1 2D AD B8 1F 5A F1 17 93 27 EE 94 50 C7 A6 +The_Beneath/data/geolosys.dat=45 E9 FE 40 4F 65 D3 4E BD 31 2A ED A4 CF 74 5E 93 AA 57 26 1C 40 73 83 6A 32 B9 81 62 26 C5 CD +The_Beneath/data/reccomplex-structuredata.dat=E0 24 E7 01 63 83 3C 3B B6 1C 79 D0 96 89 F4 48 5B A5 65 DF 4B BC 5D C6 8F 20 87 33 FD B0 EA B8 +The_Beneath/data/villages_tb.dat=BA 4B D6 49 5B 45 75 49 08 38 95 6C B9 15 BB F5 76 4C 80 55 B0 F7 F4 17 F8 3A 22 6C 86 58 9F B7 +The_Beneath/forcedchunks.dat=8A 1F F1 D2 8C C8 9B EF E2 B9 3A EC 31 A8 00 60 4D 46 B8 E6 53 E6 A1 06 D4 09 A2 40 CD A2 07 38 +The_Beneath/multipart.dat=38 8C 35 A3 3A 8D 6F C1 98 A8 EC 35 4E F5 9B 44 8E 1C EE E0 E2 C5 3B EE D2 19 12 C2 06 D1 92 09 +The_Beneath/region/r.-1.-1.mca=63 A8 6F FD EE E7 22 15 27 46 E5 AE 3B 74 94 5A 99 36 2E D2 9F 80 85 DE 20 43 0A C5 46 88 C0 EB +The_Beneath/region/r.-1.-2.mca=38 D0 95 5D 26 AD 5A E9 40 CB CB 48 6A DF EB 41 98 A4 75 E2 60 FB B5 B4 09 A2 B3 9F 9A 06 B1 32 +The_Beneath/region/r.-1.0.mca=5E 4E 6B E8 A8 00 26 9F 5E 53 42 88 11 4E 4A 76 7D 02 49 12 3E 06 0E DC B5 80 7B 32 55 20 44 40 +The_Beneath/region/r.0.-1.mca=BE 67 D8 3C 7E A9 86 95 9E C2 7F 7A 31 95 2C 17 56 44 FD D3 69 D7 3E 68 06 48 24 AF 9B 0A 55 F8 +The_Beneath/region/r.0.-2.mca=66 8C 82 9A 72 C1 E1 61 42 85 88 84 3F 9B BD BF A1 C2 E4 10 15 87 FB 1A 2C 12 3B F5 92 B2 0E 73 +The_Beneath/region/r.0.0.mca=14 85 1C C7 20 D4 17 80 3F 11 37 D5 73 ED D5 92 E6 85 2F E3 80 0B 79 18 C0 7E E8 DE C6 21 22 7A +The_Beneath/region/r.1.-1.mca=28 A1 58 C5 1C 22 D5 2D 6B B0 56 0C 77 4A D1 37 60 1C 5E D8 58 3D 04 32 41 34 EC D1 01 24 5C 1F +The_Beneath/region/r.1.-2.mca=E1 B8 07 C2 B3 CE FB 2B 62 E1 B5 83 EC E6 F3 A4 E2 02 A7 87 BF 63 44 D1 CE E2 B6 6F C1 54 76 57 +The_Beneath/region/r.1.0.mca=45 25 BA DB 23 0C 73 E4 FB 92 BB E3 71 CC D8 9A 1A 45 08 27 D0 0E DB 45 87 49 95 F9 F0 E2 3E 4D +AstralSorceryData/DIM_0/lightnetwork.dat=D0 11 B7 AC F3 52 06 EA 09 D9 6E E4 75 B8 2B A1 80 B4 1C F8 71 97 15 66 7A 10 11 82 B4 4D DA F9 +AstralSorceryData/DIM_0/lightnetwork.dat.back=8E 4C 0C D5 7A 75 13 85 78 DA 23 BC A1 73 03 4A AF D8 7C 7E 12 75 91 8A 3E E5 C6 48 15 58 B2 C7 +AstralSorceryData/DIM_0/structurematcher.dat=92 E8 ED B4 81 D3 AE 9A 57 D5 E7 20 33 E5 EC 94 EC 4C C1 2E 28 AD F3 6D 56 B5 72 5B 96 9D 7E 95 +AstralSorceryData/DIM_0/structurematcher.dat.back=92 E8 ED B4 81 D3 AE 9A 57 D5 E7 20 33 E5 EC 94 EC 4C C1 2E 28 AD F3 6D 56 B5 72 5B 96 9D 7E 95 +multipart.dat=DD A5 9D A9 FE 50 1A 11 8B 70 42 01 22 D2 97 08 75 13 04 85 0A A0 76 33 CD C9 AC 3E F1 2E 09 D4 +stats/0106003f-e634-313f-b918-8a31e23dabb6.json=1F 56 38 76 06 66 A7 70 70 3A F9 DA 38 9F 28 95 12 64 85 6B FC 71 86 D8 0C E7 C7 84 47 17 2B 40 +stats/187f2409-0506-4922-bb24-996ed526b0b2.json=E4 82 4F 76 44 BE 7A 75 AB 91 0E A7 B5 FA EC AC 77 EB C9 6E E4 F0 02 A6 3F 8C BB 6B 90 F0 30 89 +stats/1d55ced0-f360-45b1-9d62-11846a7fa39d.json=6B 40 AA C6 52 64 A2 8D 19 10 21 7C A1 B7 22 0E B3 38 31 60 38 AB A6 39 C3 1B E9 01 AF 75 35 D9 +stats/5d8fa0ff-f225-316b-b91d-7f85ea92a2e8.json=B0 2C 94 67 72 41 3F 78 DC 4B AC C3 FC 14 57 2E ED 1B 30 6E AB 14 7C 15 28 0A 59 DE 36 EC EB CF +stats/622daa46-3d92-4bcd-888e-9633a86b0541.json=36 22 C8 86 73 61 84 67 EB 6A E8 4F B3 7B 95 EB 97 F2 CE F3 56 E1 95 2A 3A C8 22 47 D1 EB 03 A2 +stats/92282bab-8c19-48d1-a86c-8454470c3915.json=83 BC 0C 84 FB D3 02 7D E0 25 45 2D 15 6E 2C A4 EC BB 14 53 B8 D9 59 6D A0 CB 47 F9 5D 6F F5 45 +stats/b5b4178f-ca06-3acf-8d73-f2624e51db7b.json=E6 0D 91 51 12 B2 B2 AA 47 FF D7 CC C9 42 B4 B5 01 3B DF B0 EE 08 D1 2D BF A2 AD 8F 30 99 24 33 +stats/b72d807c-2845-4cc5-b792-2972f6483cfa.json=A4 46 47 EC 76 D4 CF CA 78 96 84 6C 49 12 4C 37 50 E4 15 AD 22 C7 A4 D7 9F 7F 58 D1 EE 4A F2 A1 +level.dat=60 DA 95 81 87 EC A5 01 2D 8E 15 5A F8 BD FF F8 44 1E 00 81 A0 30 CB 12 B8 B8 7F C5 71 4A EC 15 +The_Dark_Realm/data/buildcraft_wire_systems.dat=11 C8 AC 75 62 58 13 61 A9 7D 43 E2 A1 93 AF 36 A9 33 B1 07 80 AF 20 BB 4F 47 BB 3C 9B 9F C9 40 +The_Dark_Realm/data/capabilities.dat=75 1D 0C 57 6B 56 53 7A 9C 11 50 2E B0 9C 73 8F A4 D1 2D AD B8 1F 5A F1 17 93 27 EE 94 50 C7 A6 +The_Dark_Realm/data/villages_dl.dat=24 37 AD 71 AB 04 A1 42 47 4C 64 D6 EB 2E 18 36 BD 06 2B 92 2D 6F 6D 7E D6 9E 78 FA DA 30 60 9D +The_Dark_Realm/forcedchunks.dat=8A 1F F1 D2 8C C8 9B EF E2 B9 3A EC 31 A8 00 60 4D 46 B8 E6 53 E6 A1 06 D4 09 A2 40 CD A2 07 38 +The_Dark_Realm/multipart.dat=38 8C 35 A3 3A 8D 6F C1 98 A8 EC 35 4E F5 9B 44 8E 1C EE E0 E2 C5 3B EE D2 19 12 C2 06 D1 92 09 +DimensionalControlPreset.txt=57 9F 41 3F 7B D0 ED 46 CC EB FE AA 5C 59 79 AE 73 33 90 CD 9F 4C 96 24 AD 86 26 1C AE 3A 0A 93 +DIM20/data/buildcraft_marker_path.dat=76 0D 79 08 13 75 DC A6 58 A8 F8 5F 52 EF B8 3A C2 18 02 FF D8 10 EE C6 2A 21 19 46 B4 44 6D 8E +DIM20/data/buildcraft_marker_volume.dat=76 0D 79 08 13 75 DC A6 58 A8 F8 5F 52 EF B8 3A C2 18 02 FF D8 10 EE C6 2A 21 19 46 B4 44 6D 8E +DIM20/data/buildcraft_wire_systems.dat=11 C8 AC 75 62 58 13 61 A9 7D 43 E2 A1 93 AF 36 A9 33 B1 07 80 AF 20 BB 4F 47 BB 3C 9B 9F C9 40 +DIM20/data/capabilities.dat=80 31 B7 12 24 7F 8B 34 9B 49 7B 5F DC 20 78 1E 66 B2 76 CD E6 95 9D AF 02 A5 54 61 8C ED 02 45 +DIM20/data/geolosys.dat=00 A1 0F 90 5E 73 6C 1D BA C7 15 0C 3E B6 C6 FC 59 C1 21 73 08 8A 81 AA 1E 67 E5 E2 8D C7 4F 97 +DIM20/data/local_storage/region/r.-1.-1.dat=5E 5F D5 C8 FA 54 51 A6 1C 2A 7A FD F8 11 B4 C0 6C 26 B2 B4 A5 9C F5 90 95 40 75 CA 3D 0D FD FC +DIM20/data/local_storage/region/r.-1.0.dat=E2 86 26 A0 17 D5 24 DA FA 9E 24 04 CD C5 7B 9F 5F CA 57 9F FC 53 FE 82 B0 A5 12 5D 11 7B 73 A6 +DIM20/data/local_storage/region/r.-1.1.dat=54 8D AA 40 DB 86 7E 46 5F 54 1A 10 5F 8F 9D 5E 7C 16 33 53 DD EC 15 90 B8 1C 27 34 FD F5 3D FE +DIM20/data/local_storage/region/r.-1.2.dat=11 85 93 1F BD 90 30 A6 32 DD 7C F9 46 26 D6 3F 55 0C F7 B5 E4 9E E3 FD EB BD CE E4 B3 BE EC 7F +DIM20/data/local_storage/region/r.-1.3.dat=43 5A 17 5F 5B 2F A0 CA 7E E0 A3 95 38 CE D3 89 15 F6 01 05 DD D8 4E C4 37 0A C8 C9 86 AD 07 5F +DIM20/data/local_storage/region/r.0.-1.dat=89 F9 67 00 28 20 96 E1 C3 4E D8 E2 0B 21 63 64 98 42 08 6D 0F 5F 01 78 BF 62 DD E8 AA 88 E3 5A +DIM20/data/local_storage/region/r.0.0.dat=ED C9 33 F8 A0 70 BA 4E DA 7F AB 26 7C 3B AB D5 40 6E 5D FC F8 41 2A 04 8B 52 F6 6C 42 87 ED 56 +DIM20/data/local_storage/region/r.0.1.dat=F2 03 21 73 37 61 F3 F5 C8 8E 06 71 18 99 DD 77 12 F2 93 44 ED 42 4E 12 F0 0F E7 C2 A3 2C 19 FC +DIM20/data/local_storage/region/r.0.2.dat=0F 0E 56 74 2F F2 90 6B F4 B4 16 FC 12 00 F9 E8 1A 93 8D 6B 5B E5 53 A2 96 26 0D 40 AC 42 58 6B +DIM20/data/local_storage/region/r.0.3.dat=6A AB E8 3E 08 AE 4B B2 7C D6 D7 29 B3 D9 0B AE 82 4B 64 88 0F 6C 7E 41 32 8E C9 7E D9 C4 C4 90 +DIM20/data/local_storage/region/r.1.-1.dat=F9 3D 99 47 C9 6C 41 E6 05 85 1D 89 89 02 EC 3B A2 03 9F 27 3D C2 B8 92 E9 E8 F0 C1 52 DC 56 07 +DIM20/data/local_storage/region/r.1.0.dat=C9 43 A8 C0 43 DB 7A 09 FF D6 4A 33 C0 D1 56 55 72 C6 5C A3 54 5A E1 60 5D 51 7D 26 5B A2 C0 FB +DIM20/data/local_storage/region/r.1.1.dat=CA 7F 1F 23 50 D9 30 0E 5C 39 3E 20 47 B3 FC 77 47 E5 43 23 F0 85 74 07 95 3B 6F BA C0 4D 20 0E +DIM20/data/local_storage/region/r.1.2.dat=52 96 33 F2 AA E2 FE CD 61 C7 59 BE 5A E4 EA DD AB F3 14 AD 48 77 1C F9 12 F6 71 72 DC F9 91 E3 +DIM20/data/local_storage/region/r.1.3.dat=6F 7E 50 61 EB A3 DF 4F 35 88 D3 ED 96 99 5B 4B 11 87 DA A6 6F 33 FA B6 A5 A7 B2 C5 22 B9 44 FB +DIM20/data/local_storage/region/r.2.-1.dat=5C 64 CC 44 FD 50 E6 63 DC 4A 16 FB FD E7 DE 19 51 70 D8 80 13 61 54 26 35 4E DC 24 BC 63 8A 19 +DIM20/data/local_storage/region/r.2.0.dat=85 10 68 50 83 56 74 87 0A 95 6B 9A 84 18 EC E9 B6 0D B6 73 B3 68 C0 CF D3 A1 23 05 AB BC 09 4A +DIM20/data/local_storage/region/r.2.1.dat=7B 97 A7 83 E9 8A 2E 7A FA 44 64 AF 2C 98 24 2E DC 23 7A A6 D1 6D A3 DA B4 50 87 12 16 E9 E0 2A +DIM20/data/reccomplex-structuredata.dat=31 0C AC 83 6C 07 65 1F 26 A6 D6 63 26 F6 3A CB 2E 53 A4 80 9C 93 67 C1 1E B7 B0 F6 47 87 41 64 +DIM20/data/villages_betweenlands.dat=78 A1 BE A1 F7 17 33 7D B4 0E 5F 39 37 10 90 69 1A 34 D1 F5 97 F7 B1 AB 8B 5B 0B 36 D0 C5 69 2F +DIM20/forcedchunks.dat=8A 1F F1 D2 8C C8 9B EF E2 B9 3A EC 31 A8 00 60 4D 46 B8 E6 53 E6 A1 06 D4 09 A2 40 CD A2 07 38 +DIM20/multipart.dat=38 8C 35 A3 3A 8D 6F C1 98 A8 EC 35 4E F5 9B 44 8E 1C EE E0 E2 C5 3B EE D2 19 12 C2 06 D1 92 09 +DIM20/region/r.-1.-1.mca=AE F3 EC AC 58 FC 1A 3E B2 E2 53 7D A5 B7 B1 96 95 C9 64 45 87 1C 2E A9 76 AE EC D8 3D B7 E5 9F +DIM20/region/r.-1.0.mca=02 08 CE C2 68 5C E4 DA 18 6D EB 60 1A B4 7A 79 52 E7 BF 15 B6 5F 49 80 DC B5 02 87 BE 70 BB 75 +DIM20/region/r.-1.1.mca=6E 1D CA DD 6F 24 6C 1C EC D2 14 40 26 3E 3C E0 44 14 E0 FC 45 11 E9 CE 20 13 0A 99 F5 00 7E 5A +DIM20/region/r.-1.2.mca=D7 12 8D 27 38 F9 87 7B 86 B2 0D E5 29 2A 11 4C 8B 11 CA CB F3 2C 63 96 96 23 CB 48 C4 D8 50 0B +DIM20/region/r.-1.3.mca=C0 44 22 3B 9E 2B 17 E0 4A 32 9E B3 F7 0F 24 55 43 1E 03 28 DD D3 A3 9D A1 23 DD 51 96 91 3F 7F +DIM20/region/r.0.-1.mca=28 EF 0A 54 46 91 32 92 D4 BE 13 DF 5A C9 0E 97 A4 EF BE C3 ED A6 EB FA BD 84 46 B8 39 FE 91 B9 +DIM20/region/r.0.0.mca=32 7F D1 7B 2A 43 9F 9F 58 99 98 8F 43 43 C6 BB B7 88 1D E2 CF DD 36 4E 5C E5 ED 79 32 22 BD F4 +DIM20/region/r.0.1.mca=7D B1 4C 61 B7 8A 53 90 C1 FC A3 27 20 BE DA EC 63 A0 DF 61 16 E9 C0 DE 76 6F 99 11 04 93 81 9C +DIM20/region/r.0.2.mca=63 28 3A CA C4 6A 95 CE 9F 78 BF C7 06 D6 F6 29 21 E0 1B 01 48 C3 53 A3 97 CA 97 26 80 BA A5 81 +DIM20/region/r.0.3.mca=E8 C6 D7 35 8F FC C0 3A EC 5C 15 85 9F BC 04 87 F5 66 D9 E8 BD 74 23 ED 43 B7 BB FB 31 E7 E9 41 +DIM20/region/r.0.4.mca=1B 49 56 9B 03 AA D7 2E E6 A0 A3 5A F5 2E 28 2E 4A 4E 76 1E EB 17 2D C7 2C E6 83 80 8A 55 A3 D8 +DIM20/region/r.1.-1.mca=EC FC 67 81 E4 72 59 2B 7C BE 24 0B 6C 1D 01 C7 E4 58 0B 27 CC BD BE 5A ED 86 3C 0E 5C 5A E6 9A +DIM20/region/r.1.0.mca=77 3E 61 DE 82 D1 6E 0D 0E 7A 97 07 F1 70 61 D0 26 4A F8 F9 C3 3E F0 86 72 11 72 D4 1A 36 D7 CE +DIM20/region/r.1.1.mca=BC 11 D2 70 51 3A B1 3D 38 8E 0C E8 A7 20 72 EE 71 15 03 B6 50 34 1E FC 4A CA 51 FB 27 5A 1A 0C +DIM20/region/r.1.2.mca=BB 99 77 BA 58 1E B5 94 81 F1 31 13 4A FB 3B 04 7E 9A 15 44 21 75 67 B4 53 DA 60 99 FD F5 43 34 +DIM20/region/r.1.3.mca=EB F1 A8 94 AC DF 9F D9 53 0E 23 E6 E1 EB 99 0D CB 95 8A 5D B4 3B 38 B3 04 22 82 4A F6 01 8A 00 +DIM20/region/r.1.4.mca=BC 5D E8 7C E1 42 0A B6 36 E2 1F 6F BA 73 4B 32 27 1F F3 81 84 67 3D 20 55 77 B4 48 D9 88 5A D2 +DIM20/region/r.1.5.mca=6E A2 C5 F9 7E AD 0E D5 F2 1E 5B 49 8C EF 9C DB 31 61 C2 84 8E C1 7C 98 C0 75 40 01 C9 C6 8C 80 +DIM20/region/r.2.-1.mca=B1 07 D4 9F A5 27 F9 ED 74 47 04 4F E1 29 33 A4 22 DF F3 CF DA 11 57 3B E8 07 33 B4 7B A9 E3 FC +DIM20/region/r.2.0.mca=3E FB 6E DE 89 2B 33 CE 90 DF 5F 94 36 2F B0 E9 2E C6 F7 80 D6 5F 1D FA A8 2E 72 EA D2 E9 9A 9B +DIM20/region/r.2.1.mca=9B 83 BC 14 6A 2D C8 8F E1 1A AA 7F 20 FB 3E 6A BD 98 DF AD DA 96 9E EA 18 0C AA 4F 90 5D DE BD +DIM20/region/r.2.2.mca=EB 8C AB D8 26 4E AE AB 51 24 A5 14 4F 8B BE 88 C5 D1 51 F4 A2 E9 FC 88 E6 2F E8 7E 56 85 2A 26 +DIM20/region/r.2.5.mca=E2 73 05 12 02 79 3D 66 3A 7E 4D AB 40 F4 78 CE 3B 8D F5 95 73 8F D5 70 A1 CA 78 3D 05 10 E5 C4 +DIM144/data/buildcraft_wire_systems.dat=11 C8 AC 75 62 58 13 61 A9 7D 43 E2 A1 93 AF 36 A9 33 B1 07 80 AF 20 BB 4F 47 BB 3C 9B 9F C9 40 +DIM144/data/capabilities.dat=E3 B0 C4 42 98 FC 1C 14 9A FB F4 C8 99 6F B9 24 27 AE 41 E4 64 9B 93 4C A4 95 99 1B 78 52 B8 55 +DIM144/data/villages_suffix.dat=24 37 AD 71 AB 04 A1 42 47 4C 64 D6 EB 2E 18 36 BD 06 2B 92 2D 6F 6D 7E D6 9E 78 FA DA 30 60 9D +DIM144/forcedchunks.dat=8A 1F F1 D2 8C C8 9B EF E2 B9 3A EC 31 A8 00 60 4D 46 B8 E6 53 E6 A1 06 D4 09 A2 40 CD A2 07 38 +DIM144/multipart.dat=17 D3 5A 84 A4 DC 65 70 27 8F 9C 1B 6C 9B 35 DE CD 06 1D AD DE 46 DF 63 DB FC E7 B0 2E D1 C4 96 +traverse/instance_version.json=CF BF 35 92 0C B8 04 36 28 20 E9 1F 98 6E FD 2F 43 45 83 04 6E 63 2F F4 21 55 CB 01 44 AE 93 BA +AE2/settings.cfg=3E F0 49 F3 D5 0E 79 6A 05 C4 46 91 A1 9F D9 1C CF 19 C0 CF 88 F8 97 82 2C 73 EB 92 24 AD BE 47 diff --git a/usercache.json b/usercache.json new file mode 100644 index 0000000..c48d881 --- /dev/null +++ b/usercache.json @@ -0,0 +1 @@ +[{"name":"CHIKIBONCHELLO","uuid":"1d55ced0-f360-45b1-9d62-11846a7fa39d","expiresOn":"2025-06-16 17:00:28 +0300"}] \ No newline at end of file diff --git a/usernamecache.json b/usernamecache.json new file mode 100644 index 0000000..41516f0 --- /dev/null +++ b/usernamecache.json @@ -0,0 +1,10 @@ +{ + "1d55ced0-f360-45b1-9d62-11846a7fa39d": "CHIKIBONCHELLO", + "b72d807c-2845-4cc5-b792-2972f6483cfa": "Redowsk1", + "92282bab-8c19-48d1-a86c-8454470c3915": "NiemandKG", + "b5b4178f-ca06-3acf-8d73-f2624e51db7b": "NiemandKG", + "0106003f-e634-313f-b918-8a31e23dabb6": "KrasnyDyavolenok", + "5d8fa0ff-f225-316b-b91d-7f85ea92a2e8": "CHIKIBONCHELLO", + "187f2409-0506-4922-bb24-996ed526b0b2": "t5p_Cosmic_ol8", + "622daa46-3d92-4bcd-888e-9633a86b0541": "ROUNDGLOBE46164" +} \ No newline at end of file diff --git a/whitelist.json b/whitelist.json new file mode 100644 index 0000000..0637a08 --- /dev/null +++ b/whitelist.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/world/AE2/settings.cfg b/world/AE2/settings.cfg new file mode 100644 index 0000000..608814c --- /dev/null +++ b/world/AE2/settings.cfg @@ -0,0 +1,14 @@ +# Configuration file + +~CONFIG_VERSION: rv6-stable-7 + +counters { + I:lastGridStorage=0 + I:lastPlayer=0 +} + + +players { +} + + diff --git a/world/Abyssal_Wasteland/data/buildcraft_wire_systems.dat b/world/Abyssal_Wasteland/data/buildcraft_wire_systems.dat new file mode 100644 index 0000000..d805bc0 Binary files /dev/null and b/world/Abyssal_Wasteland/data/buildcraft_wire_systems.dat differ diff --git a/world/Abyssal_Wasteland/data/capabilities.dat b/world/Abyssal_Wasteland/data/capabilities.dat new file mode 100644 index 0000000..5a196c1 Binary files /dev/null and b/world/Abyssal_Wasteland/data/capabilities.dat differ diff --git a/world/Abyssal_Wasteland/data/villages_aw.dat b/world/Abyssal_Wasteland/data/villages_aw.dat new file mode 100644 index 0000000..34aed1c Binary files /dev/null and b/world/Abyssal_Wasteland/data/villages_aw.dat differ diff --git a/world/Abyssal_Wasteland/forcedchunks.dat b/world/Abyssal_Wasteland/forcedchunks.dat new file mode 100644 index 0000000..e434547 Binary files /dev/null and b/world/Abyssal_Wasteland/forcedchunks.dat differ diff --git a/world/Abyssal_Wasteland/multipart.dat b/world/Abyssal_Wasteland/multipart.dat new file mode 100644 index 0000000..d66b619 Binary files /dev/null and b/world/Abyssal_Wasteland/multipart.dat differ diff --git a/world/AstralSorceryData/DIM_0/lightnetwork.dat b/world/AstralSorceryData/DIM_0/lightnetwork.dat new file mode 100644 index 0000000..e056d15 Binary files /dev/null and b/world/AstralSorceryData/DIM_0/lightnetwork.dat differ diff --git a/world/AstralSorceryData/DIM_0/lightnetwork.dat.back b/world/AstralSorceryData/DIM_0/lightnetwork.dat.back new file mode 100644 index 0000000..0dd4ed2 Binary files /dev/null and b/world/AstralSorceryData/DIM_0/lightnetwork.dat.back differ diff --git a/world/AstralSorceryData/DIM_0/structurematcher.dat b/world/AstralSorceryData/DIM_0/structurematcher.dat new file mode 100644 index 0000000..8cfdbf2 Binary files /dev/null and b/world/AstralSorceryData/DIM_0/structurematcher.dat differ diff --git a/world/AstralSorceryData/DIM_0/structurematcher.dat.back b/world/AstralSorceryData/DIM_0/structurematcher.dat.back new file mode 100644 index 0000000..8cfdbf2 Binary files /dev/null and b/world/AstralSorceryData/DIM_0/structurematcher.dat.back differ diff --git a/world/DIM-1/data/buildcraft_wire_systems.dat b/world/DIM-1/data/buildcraft_wire_systems.dat new file mode 100644 index 0000000..d805bc0 Binary files /dev/null and b/world/DIM-1/data/buildcraft_wire_systems.dat differ diff --git a/world/DIM-1/data/capabilities.dat b/world/DIM-1/data/capabilities.dat new file mode 100644 index 0000000..5a196c1 Binary files /dev/null and b/world/DIM-1/data/capabilities.dat differ diff --git a/world/DIM-1/data/villages_nether.dat b/world/DIM-1/data/villages_nether.dat new file mode 100644 index 0000000..34aed1c Binary files /dev/null and b/world/DIM-1/data/villages_nether.dat differ diff --git a/world/DIM-1/forcedchunks.dat b/world/DIM-1/forcedchunks.dat new file mode 100644 index 0000000..e434547 Binary files /dev/null and b/world/DIM-1/forcedchunks.dat differ diff --git a/world/DIM-1/multipart.dat b/world/DIM-1/multipart.dat new file mode 100644 index 0000000..d66b619 Binary files /dev/null and b/world/DIM-1/multipart.dat differ diff --git a/world/DIM1/data/buildcraft_wire_systems.dat b/world/DIM1/data/buildcraft_wire_systems.dat new file mode 100644 index 0000000..d805bc0 Binary files /dev/null and b/world/DIM1/data/buildcraft_wire_systems.dat differ diff --git a/world/DIM1/data/capabilities.dat b/world/DIM1/data/capabilities.dat new file mode 100644 index 0000000..5a196c1 Binary files /dev/null and b/world/DIM1/data/capabilities.dat differ diff --git a/world/DIM1/data/villages_end.dat b/world/DIM1/data/villages_end.dat new file mode 100644 index 0000000..34aed1c Binary files /dev/null and b/world/DIM1/data/villages_end.dat differ diff --git a/world/DIM1/forcedchunks.dat b/world/DIM1/forcedchunks.dat new file mode 100644 index 0000000..e434547 Binary files /dev/null and b/world/DIM1/forcedchunks.dat differ diff --git a/world/DIM1/multipart.dat b/world/DIM1/multipart.dat new file mode 100644 index 0000000..d66b619 Binary files /dev/null and b/world/DIM1/multipart.dat differ diff --git a/world/DIM144/data/buildcraft_wire_systems.dat b/world/DIM144/data/buildcraft_wire_systems.dat new file mode 100644 index 0000000..d805bc0 Binary files /dev/null and b/world/DIM144/data/buildcraft_wire_systems.dat differ diff --git a/world/DIM144/data/capabilities.dat b/world/DIM144/data/capabilities.dat new file mode 100644 index 0000000..5a196c1 Binary files /dev/null and b/world/DIM144/data/capabilities.dat differ diff --git a/world/DIM144/data/villages_suffix.dat b/world/DIM144/data/villages_suffix.dat new file mode 100644 index 0000000..34aed1c Binary files /dev/null and b/world/DIM144/data/villages_suffix.dat differ diff --git a/world/DIM144/forcedchunks.dat b/world/DIM144/forcedchunks.dat new file mode 100644 index 0000000..e434547 Binary files /dev/null and b/world/DIM144/forcedchunks.dat differ diff --git a/world/DIM144/multipart.dat b/world/DIM144/multipart.dat new file mode 100644 index 0000000..449b7de Binary files /dev/null and b/world/DIM144/multipart.dat differ diff --git a/world/DIM2/data/buildcraft_wire_systems.dat b/world/DIM2/data/buildcraft_wire_systems.dat new file mode 100644 index 0000000..d805bc0 Binary files /dev/null and b/world/DIM2/data/buildcraft_wire_systems.dat differ diff --git a/world/DIM2/data/capabilities.dat b/world/DIM2/data/capabilities.dat new file mode 100644 index 0000000..10acaf1 Binary files /dev/null and b/world/DIM2/data/capabilities.dat differ diff --git a/world/DIM2/data/villages_cell.dat b/world/DIM2/data/villages_cell.dat new file mode 100644 index 0000000..c203c24 Binary files /dev/null and b/world/DIM2/data/villages_cell.dat differ diff --git a/world/DIM2/forcedchunks.dat b/world/DIM2/forcedchunks.dat new file mode 100644 index 0000000..e434547 Binary files /dev/null and b/world/DIM2/forcedchunks.dat differ diff --git a/world/DIM2/multipart.dat b/world/DIM2/multipart.dat new file mode 100644 index 0000000..9bbf585 Binary files /dev/null and b/world/DIM2/multipart.dat differ diff --git a/world/DIM20/data/buildcraft_marker_path.dat b/world/DIM20/data/buildcraft_marker_path.dat new file mode 100644 index 0000000..5098e97 Binary files /dev/null and b/world/DIM20/data/buildcraft_marker_path.dat differ diff --git a/world/DIM20/data/buildcraft_marker_volume.dat b/world/DIM20/data/buildcraft_marker_volume.dat new file mode 100644 index 0000000..5098e97 Binary files /dev/null and b/world/DIM20/data/buildcraft_marker_volume.dat differ diff --git a/world/DIM20/data/buildcraft_wire_systems.dat b/world/DIM20/data/buildcraft_wire_systems.dat new file mode 100644 index 0000000..d805bc0 Binary files /dev/null and b/world/DIM20/data/buildcraft_wire_systems.dat differ diff --git a/world/DIM20/data/capabilities.dat b/world/DIM20/data/capabilities.dat new file mode 100644 index 0000000..a49be27 Binary files /dev/null and b/world/DIM20/data/capabilities.dat differ diff --git a/world/DIM20/data/geolosys.dat b/world/DIM20/data/geolosys.dat new file mode 100644 index 0000000..8b7f569 Binary files /dev/null and b/world/DIM20/data/geolosys.dat differ diff --git a/world/DIM20/data/local_storage/region/r.-1.-1.dat b/world/DIM20/data/local_storage/region/r.-1.-1.dat new file mode 100644 index 0000000..b318bf1 Binary files /dev/null and b/world/DIM20/data/local_storage/region/r.-1.-1.dat differ diff --git a/world/DIM20/data/local_storage/region/r.-1.0.dat b/world/DIM20/data/local_storage/region/r.-1.0.dat new file mode 100644 index 0000000..f367cd8 Binary files /dev/null and b/world/DIM20/data/local_storage/region/r.-1.0.dat differ diff --git a/world/DIM20/data/local_storage/region/r.-1.1.dat b/world/DIM20/data/local_storage/region/r.-1.1.dat new file mode 100644 index 0000000..87245a2 Binary files /dev/null and b/world/DIM20/data/local_storage/region/r.-1.1.dat differ diff --git a/world/DIM20/data/local_storage/region/r.-1.2.dat b/world/DIM20/data/local_storage/region/r.-1.2.dat new file mode 100644 index 0000000..a4f44a6 Binary files /dev/null and b/world/DIM20/data/local_storage/region/r.-1.2.dat differ diff --git a/world/DIM20/data/local_storage/region/r.-1.3.dat b/world/DIM20/data/local_storage/region/r.-1.3.dat new file mode 100644 index 0000000..11a6512 Binary files /dev/null and b/world/DIM20/data/local_storage/region/r.-1.3.dat differ diff --git a/world/DIM20/data/local_storage/region/r.0.-1.dat b/world/DIM20/data/local_storage/region/r.0.-1.dat new file mode 100644 index 0000000..172dda2 Binary files /dev/null and b/world/DIM20/data/local_storage/region/r.0.-1.dat differ diff --git a/world/DIM20/data/local_storage/region/r.0.0.dat b/world/DIM20/data/local_storage/region/r.0.0.dat new file mode 100644 index 0000000..086d38c Binary files /dev/null and b/world/DIM20/data/local_storage/region/r.0.0.dat differ diff --git a/world/DIM20/data/local_storage/region/r.0.1.dat b/world/DIM20/data/local_storage/region/r.0.1.dat new file mode 100644 index 0000000..222613c Binary files /dev/null and b/world/DIM20/data/local_storage/region/r.0.1.dat differ diff --git a/world/DIM20/data/local_storage/region/r.0.2.dat b/world/DIM20/data/local_storage/region/r.0.2.dat new file mode 100644 index 0000000..474d1be Binary files /dev/null and b/world/DIM20/data/local_storage/region/r.0.2.dat differ diff --git a/world/DIM20/data/local_storage/region/r.0.3.dat b/world/DIM20/data/local_storage/region/r.0.3.dat new file mode 100644 index 0000000..77fe995 Binary files /dev/null and b/world/DIM20/data/local_storage/region/r.0.3.dat differ diff --git a/world/DIM20/data/local_storage/region/r.1.-1.dat b/world/DIM20/data/local_storage/region/r.1.-1.dat new file mode 100644 index 0000000..fbb328f Binary files /dev/null and b/world/DIM20/data/local_storage/region/r.1.-1.dat differ diff --git a/world/DIM20/data/local_storage/region/r.1.0.dat b/world/DIM20/data/local_storage/region/r.1.0.dat new file mode 100644 index 0000000..f3c59ff Binary files /dev/null and b/world/DIM20/data/local_storage/region/r.1.0.dat differ diff --git a/world/DIM20/data/local_storage/region/r.1.1.dat b/world/DIM20/data/local_storage/region/r.1.1.dat new file mode 100644 index 0000000..8bcbf5f Binary files /dev/null and b/world/DIM20/data/local_storage/region/r.1.1.dat differ diff --git a/world/DIM20/data/local_storage/region/r.1.2.dat b/world/DIM20/data/local_storage/region/r.1.2.dat new file mode 100644 index 0000000..2142f5d Binary files /dev/null and b/world/DIM20/data/local_storage/region/r.1.2.dat differ diff --git a/world/DIM20/data/local_storage/region/r.1.3.dat b/world/DIM20/data/local_storage/region/r.1.3.dat new file mode 100644 index 0000000..acfe7d5 Binary files /dev/null and b/world/DIM20/data/local_storage/region/r.1.3.dat differ diff --git a/world/DIM20/data/local_storage/region/r.2.-1.dat b/world/DIM20/data/local_storage/region/r.2.-1.dat new file mode 100644 index 0000000..e11aef9 Binary files /dev/null and b/world/DIM20/data/local_storage/region/r.2.-1.dat differ diff --git a/world/DIM20/data/local_storage/region/r.2.0.dat b/world/DIM20/data/local_storage/region/r.2.0.dat new file mode 100644 index 0000000..1c42a14 Binary files /dev/null and b/world/DIM20/data/local_storage/region/r.2.0.dat differ diff --git a/world/DIM20/data/local_storage/region/r.2.1.dat b/world/DIM20/data/local_storage/region/r.2.1.dat new file mode 100644 index 0000000..602ee79 Binary files /dev/null and b/world/DIM20/data/local_storage/region/r.2.1.dat differ diff --git a/world/DIM20/data/reccomplex-structuredata.dat b/world/DIM20/data/reccomplex-structuredata.dat new file mode 100644 index 0000000..eeb70f4 Binary files /dev/null and b/world/DIM20/data/reccomplex-structuredata.dat differ diff --git a/world/DIM20/data/villages_betweenlands.dat b/world/DIM20/data/villages_betweenlands.dat new file mode 100644 index 0000000..a2523e3 Binary files /dev/null and b/world/DIM20/data/villages_betweenlands.dat differ diff --git a/world/DIM20/forcedchunks.dat b/world/DIM20/forcedchunks.dat new file mode 100644 index 0000000..e434547 Binary files /dev/null and b/world/DIM20/forcedchunks.dat differ diff --git a/world/DIM20/multipart.dat b/world/DIM20/multipart.dat new file mode 100644 index 0000000..d66b619 Binary files /dev/null and b/world/DIM20/multipart.dat differ diff --git a/world/DIM20/region/r.-1.-1.mca b/world/DIM20/region/r.-1.-1.mca new file mode 100644 index 0000000..ba9963b Binary files /dev/null and b/world/DIM20/region/r.-1.-1.mca differ diff --git a/world/DIM20/region/r.-1.0.mca b/world/DIM20/region/r.-1.0.mca new file mode 100644 index 0000000..3c5a5af Binary files /dev/null and b/world/DIM20/region/r.-1.0.mca differ diff --git a/world/DIM20/region/r.-1.1.mca b/world/DIM20/region/r.-1.1.mca new file mode 100644 index 0000000..c696ab3 Binary files /dev/null and b/world/DIM20/region/r.-1.1.mca differ diff --git a/world/DIM20/region/r.-1.2.mca b/world/DIM20/region/r.-1.2.mca new file mode 100644 index 0000000..383577d Binary files /dev/null and b/world/DIM20/region/r.-1.2.mca differ diff --git a/world/DIM20/region/r.-1.3.mca b/world/DIM20/region/r.-1.3.mca new file mode 100644 index 0000000..6376b50 Binary files /dev/null and b/world/DIM20/region/r.-1.3.mca differ diff --git a/world/DIM20/region/r.0.-1.mca b/world/DIM20/region/r.0.-1.mca new file mode 100644 index 0000000..e75e23f Binary files /dev/null and b/world/DIM20/region/r.0.-1.mca differ diff --git a/world/DIM20/region/r.0.0.mca b/world/DIM20/region/r.0.0.mca new file mode 100644 index 0000000..f9525cc Binary files /dev/null and b/world/DIM20/region/r.0.0.mca differ diff --git a/world/DIM20/region/r.0.1.mca b/world/DIM20/region/r.0.1.mca new file mode 100644 index 0000000..0c0d64c Binary files /dev/null and b/world/DIM20/region/r.0.1.mca differ diff --git a/world/DIM20/region/r.0.2.mca b/world/DIM20/region/r.0.2.mca new file mode 100644 index 0000000..6e7f8b3 Binary files /dev/null and b/world/DIM20/region/r.0.2.mca differ diff --git a/world/DIM20/region/r.0.3.mca b/world/DIM20/region/r.0.3.mca new file mode 100644 index 0000000..22e7cb2 Binary files /dev/null and b/world/DIM20/region/r.0.3.mca differ diff --git a/world/DIM20/region/r.0.4.mca b/world/DIM20/region/r.0.4.mca new file mode 100644 index 0000000..63eac37 Binary files /dev/null and b/world/DIM20/region/r.0.4.mca differ diff --git a/world/DIM20/region/r.1.-1.mca b/world/DIM20/region/r.1.-1.mca new file mode 100644 index 0000000..45261b7 Binary files /dev/null and b/world/DIM20/region/r.1.-1.mca differ diff --git a/world/DIM20/region/r.1.0.mca b/world/DIM20/region/r.1.0.mca new file mode 100644 index 0000000..28e4e70 Binary files /dev/null and b/world/DIM20/region/r.1.0.mca differ diff --git a/world/DIM20/region/r.1.1.mca b/world/DIM20/region/r.1.1.mca new file mode 100644 index 0000000..7ec5a50 Binary files /dev/null and b/world/DIM20/region/r.1.1.mca differ diff --git a/world/DIM20/region/r.1.2.mca b/world/DIM20/region/r.1.2.mca new file mode 100644 index 0000000..fe464d4 Binary files /dev/null and b/world/DIM20/region/r.1.2.mca differ diff --git a/world/DIM20/region/r.1.3.mca b/world/DIM20/region/r.1.3.mca new file mode 100644 index 0000000..c8c28b7 Binary files /dev/null and b/world/DIM20/region/r.1.3.mca differ diff --git a/world/DIM20/region/r.1.4.mca b/world/DIM20/region/r.1.4.mca new file mode 100644 index 0000000..850d766 Binary files /dev/null and b/world/DIM20/region/r.1.4.mca differ diff --git a/world/DIM20/region/r.1.5.mca b/world/DIM20/region/r.1.5.mca new file mode 100644 index 0000000..722785f Binary files /dev/null and b/world/DIM20/region/r.1.5.mca differ diff --git a/world/DIM20/region/r.2.-1.mca b/world/DIM20/region/r.2.-1.mca new file mode 100644 index 0000000..db58894 Binary files /dev/null and b/world/DIM20/region/r.2.-1.mca differ diff --git a/world/DIM20/region/r.2.0.mca b/world/DIM20/region/r.2.0.mca new file mode 100644 index 0000000..19e0dbc Binary files /dev/null and b/world/DIM20/region/r.2.0.mca differ diff --git a/world/DIM20/region/r.2.1.mca b/world/DIM20/region/r.2.1.mca new file mode 100644 index 0000000..829d08b Binary files /dev/null and b/world/DIM20/region/r.2.1.mca differ diff --git a/world/DIM20/region/r.2.2.mca b/world/DIM20/region/r.2.2.mca new file mode 100644 index 0000000..b91fa9a Binary files /dev/null and b/world/DIM20/region/r.2.2.mca differ diff --git a/world/DIM20/region/r.2.5.mca b/world/DIM20/region/r.2.5.mca new file mode 100644 index 0000000..cd81eb2 Binary files /dev/null and b/world/DIM20/region/r.2.5.mca differ diff --git a/world/DIM28885/data/buildcraft_marker_path.dat b/world/DIM28885/data/buildcraft_marker_path.dat new file mode 100644 index 0000000..5098e97 Binary files /dev/null and b/world/DIM28885/data/buildcraft_marker_path.dat differ diff --git a/world/DIM28885/data/buildcraft_marker_volume.dat b/world/DIM28885/data/buildcraft_marker_volume.dat new file mode 100644 index 0000000..5098e97 Binary files /dev/null and b/world/DIM28885/data/buildcraft_marker_volume.dat differ diff --git a/world/DIM28885/data/buildcraft_wire_systems.dat b/world/DIM28885/data/buildcraft_wire_systems.dat new file mode 100644 index 0000000..d805bc0 Binary files /dev/null and b/world/DIM28885/data/buildcraft_wire_systems.dat differ diff --git a/world/DIM28885/data/capabilities.dat b/world/DIM28885/data/capabilities.dat new file mode 100644 index 0000000..5a196c1 Binary files /dev/null and b/world/DIM28885/data/capabilities.dat differ diff --git a/world/DIM28885/data/reccomplex-structuredata.dat b/world/DIM28885/data/reccomplex-structuredata.dat new file mode 100644 index 0000000..7751928 Binary files /dev/null and b/world/DIM28885/data/reccomplex-structuredata.dat differ diff --git a/world/DIM28885/data/villages_hunting.dat b/world/DIM28885/data/villages_hunting.dat new file mode 100644 index 0000000..b61ac7a Binary files /dev/null and b/world/DIM28885/data/villages_hunting.dat differ diff --git a/world/DIM28885/forcedchunks.dat b/world/DIM28885/forcedchunks.dat new file mode 100644 index 0000000..e434547 Binary files /dev/null and b/world/DIM28885/forcedchunks.dat differ diff --git a/world/DIM28885/multipart.dat b/world/DIM28885/multipart.dat new file mode 100644 index 0000000..d66b619 Binary files /dev/null and b/world/DIM28885/multipart.dat differ diff --git a/world/DIM28885/region/r.-1.-1.mca b/world/DIM28885/region/r.-1.-1.mca new file mode 100644 index 0000000..dc86a3a Binary files /dev/null and b/world/DIM28885/region/r.-1.-1.mca differ diff --git a/world/DIM28885/region/r.-1.-2.mca b/world/DIM28885/region/r.-1.-2.mca new file mode 100644 index 0000000..2d01999 Binary files /dev/null and b/world/DIM28885/region/r.-1.-2.mca differ diff --git a/world/DIM28885/region/r.-1.0.mca b/world/DIM28885/region/r.-1.0.mca new file mode 100644 index 0000000..a83658e Binary files /dev/null and b/world/DIM28885/region/r.-1.0.mca differ diff --git a/world/DIM28885/region/r.0.-1.mca b/world/DIM28885/region/r.0.-1.mca new file mode 100644 index 0000000..4cdd15c Binary files /dev/null and b/world/DIM28885/region/r.0.-1.mca differ diff --git a/world/DIM28885/region/r.0.-2.mca b/world/DIM28885/region/r.0.-2.mca new file mode 100644 index 0000000..5762055 Binary files /dev/null and b/world/DIM28885/region/r.0.-2.mca differ diff --git a/world/DIM28885/region/r.0.0.mca b/world/DIM28885/region/r.0.0.mca new file mode 100644 index 0000000..2a2e098 Binary files /dev/null and b/world/DIM28885/region/r.0.0.mca differ diff --git a/world/DIM28885/region/r.1.-1.mca b/world/DIM28885/region/r.1.-1.mca new file mode 100644 index 0000000..85900fd Binary files /dev/null and b/world/DIM28885/region/r.1.-1.mca differ diff --git a/world/DIM28885/region/r.1.-2.mca b/world/DIM28885/region/r.1.-2.mca new file mode 100644 index 0000000..4826999 Binary files /dev/null and b/world/DIM28885/region/r.1.-2.mca differ diff --git a/world/DIM28885/region/r.1.0.mca b/world/DIM28885/region/r.1.0.mca new file mode 100644 index 0000000..0d54ec6 Binary files /dev/null and b/world/DIM28885/region/r.1.0.mca differ diff --git a/world/DIM7/data/TFHollowTree.dat b/world/DIM7/data/TFHollowTree.dat new file mode 100644 index 0000000..e01bf3a Binary files /dev/null and b/world/DIM7/data/TFHollowTree.dat differ diff --git a/world/DIM7/data/buildcraft_marker_path.dat b/world/DIM7/data/buildcraft_marker_path.dat new file mode 100644 index 0000000..5098e97 Binary files /dev/null and b/world/DIM7/data/buildcraft_marker_path.dat differ diff --git a/world/DIM7/data/buildcraft_marker_volume.dat b/world/DIM7/data/buildcraft_marker_volume.dat new file mode 100644 index 0000000..5098e97 Binary files /dev/null and b/world/DIM7/data/buildcraft_marker_volume.dat differ diff --git a/world/DIM7/data/buildcraft_wire_systems.dat b/world/DIM7/data/buildcraft_wire_systems.dat new file mode 100644 index 0000000..d805bc0 Binary files /dev/null and b/world/DIM7/data/buildcraft_wire_systems.dat differ diff --git a/world/DIM7/data/capabilities.dat b/world/DIM7/data/capabilities.dat new file mode 100644 index 0000000..5a196c1 Binary files /dev/null and b/world/DIM7/data/capabilities.dat differ diff --git a/world/DIM7/data/dark_tower.dat b/world/DIM7/data/dark_tower.dat new file mode 100644 index 0000000..647acf9 Binary files /dev/null and b/world/DIM7/data/dark_tower.dat differ diff --git a/world/DIM7/data/final_castle.dat b/world/DIM7/data/final_castle.dat new file mode 100644 index 0000000..dea032b Binary files /dev/null and b/world/DIM7/data/final_castle.dat differ diff --git a/world/DIM7/data/geolosys.dat b/world/DIM7/data/geolosys.dat new file mode 100644 index 0000000..f0649e1 Binary files /dev/null and b/world/DIM7/data/geolosys.dat differ diff --git a/world/DIM7/data/hedge_maze.dat b/world/DIM7/data/hedge_maze.dat new file mode 100644 index 0000000..93a20a9 Binary files /dev/null and b/world/DIM7/data/hedge_maze.dat differ diff --git a/world/DIM7/data/knight_stronghold.dat b/world/DIM7/data/knight_stronghold.dat new file mode 100644 index 0000000..4c3edf3 Binary files /dev/null and b/world/DIM7/data/knight_stronghold.dat differ diff --git a/world/DIM7/data/large_hollow_hill.dat b/world/DIM7/data/large_hollow_hill.dat new file mode 100644 index 0000000..25667d7 Binary files /dev/null and b/world/DIM7/data/large_hollow_hill.dat differ diff --git a/world/DIM7/data/lich_tower.dat b/world/DIM7/data/lich_tower.dat new file mode 100644 index 0000000..e47f1d4 Binary files /dev/null and b/world/DIM7/data/lich_tower.dat differ diff --git a/world/DIM7/data/medium_hollow_hill.dat b/world/DIM7/data/medium_hollow_hill.dat new file mode 100644 index 0000000..838f5fd Binary files /dev/null and b/world/DIM7/data/medium_hollow_hill.dat differ diff --git a/world/DIM7/data/naga_courtyard.dat b/world/DIM7/data/naga_courtyard.dat new file mode 100644 index 0000000..807128c Binary files /dev/null and b/world/DIM7/data/naga_courtyard.dat differ diff --git a/world/DIM7/data/reccomplex-structuredata.dat b/world/DIM7/data/reccomplex-structuredata.dat new file mode 100644 index 0000000..4235a1f Binary files /dev/null and b/world/DIM7/data/reccomplex-structuredata.dat differ diff --git a/world/DIM7/data/small_hollow_hill.dat b/world/DIM7/data/small_hollow_hill.dat new file mode 100644 index 0000000..db9dac3 Binary files /dev/null and b/world/DIM7/data/small_hollow_hill.dat differ diff --git a/world/DIM7/data/troll_lairs.dat b/world/DIM7/data/troll_lairs.dat new file mode 100644 index 0000000..6468418 Binary files /dev/null and b/world/DIM7/data/troll_lairs.dat differ diff --git a/world/DIM7/data/villages_twilightforest.dat b/world/DIM7/data/villages_twilightforest.dat new file mode 100644 index 0000000..64c3cc2 Binary files /dev/null and b/world/DIM7/data/villages_twilightforest.dat differ diff --git a/world/DIM7/forcedchunks.dat b/world/DIM7/forcedchunks.dat new file mode 100644 index 0000000..e434547 Binary files /dev/null and b/world/DIM7/forcedchunks.dat differ diff --git a/world/DIM7/multipart.dat b/world/DIM7/multipart.dat new file mode 100644 index 0000000..9bbf585 Binary files /dev/null and b/world/DIM7/multipart.dat differ diff --git a/world/DIM7/region/r.-1.-1.mca b/world/DIM7/region/r.-1.-1.mca new file mode 100644 index 0000000..53ad402 Binary files /dev/null and b/world/DIM7/region/r.-1.-1.mca differ diff --git a/world/DIM7/region/r.-1.0.mca b/world/DIM7/region/r.-1.0.mca new file mode 100644 index 0000000..22d30bb Binary files /dev/null and b/world/DIM7/region/r.-1.0.mca differ diff --git a/world/DIM7/region/r.-1.1.mca b/world/DIM7/region/r.-1.1.mca new file mode 100644 index 0000000..6cb71c8 Binary files /dev/null and b/world/DIM7/region/r.-1.1.mca differ diff --git a/world/DIM7/region/r.-1.2.mca b/world/DIM7/region/r.-1.2.mca new file mode 100644 index 0000000..2ab06f3 Binary files /dev/null and b/world/DIM7/region/r.-1.2.mca differ diff --git a/world/DIM7/region/r.0.-1.mca b/world/DIM7/region/r.0.-1.mca new file mode 100644 index 0000000..2ac9a02 Binary files /dev/null and b/world/DIM7/region/r.0.-1.mca differ diff --git a/world/DIM7/region/r.0.-2.mca b/world/DIM7/region/r.0.-2.mca new file mode 100644 index 0000000..5e41519 Binary files /dev/null and b/world/DIM7/region/r.0.-2.mca differ diff --git a/world/DIM7/region/r.0.0.mca b/world/DIM7/region/r.0.0.mca new file mode 100644 index 0000000..ba5df45 Binary files /dev/null and b/world/DIM7/region/r.0.0.mca differ diff --git a/world/DIM7/region/r.0.1.mca b/world/DIM7/region/r.0.1.mca new file mode 100644 index 0000000..4208100 Binary files /dev/null and b/world/DIM7/region/r.0.1.mca differ diff --git a/world/DIM7/region/r.0.2.mca b/world/DIM7/region/r.0.2.mca new file mode 100644 index 0000000..e4cf7e4 Binary files /dev/null and b/world/DIM7/region/r.0.2.mca differ diff --git a/world/DIM7/region/r.1.-1.mca b/world/DIM7/region/r.1.-1.mca new file mode 100644 index 0000000..03ad346 Binary files /dev/null and b/world/DIM7/region/r.1.-1.mca differ diff --git a/world/DIM7/region/r.1.-2.mca b/world/DIM7/region/r.1.-2.mca new file mode 100644 index 0000000..d11e284 Binary files /dev/null and b/world/DIM7/region/r.1.-2.mca differ diff --git a/world/DIM7/region/r.1.0.mca b/world/DIM7/region/r.1.0.mca new file mode 100644 index 0000000..986aec0 Binary files /dev/null and b/world/DIM7/region/r.1.0.mca differ diff --git a/world/DIM7/region/r.1.1.mca b/world/DIM7/region/r.1.1.mca new file mode 100644 index 0000000..c27340b Binary files /dev/null and b/world/DIM7/region/r.1.1.mca differ diff --git a/world/DIM7/region/r.1.2.mca b/world/DIM7/region/r.1.2.mca new file mode 100644 index 0000000..9d2ec09 Binary files /dev/null and b/world/DIM7/region/r.1.2.mca differ diff --git a/world/DIM7/region/r.2.-1.mca b/world/DIM7/region/r.2.-1.mca new file mode 100644 index 0000000..24a4ba0 Binary files /dev/null and b/world/DIM7/region/r.2.-1.mca differ diff --git a/world/DIM7/region/r.2.0.mca b/world/DIM7/region/r.2.0.mca new file mode 100644 index 0000000..d95fdd1 Binary files /dev/null and b/world/DIM7/region/r.2.0.mca differ diff --git a/world/DimensionalControlPreset.txt b/world/DimensionalControlPreset.txt new file mode 100644 index 0000000..53c391d --- /dev/null +++ b/world/DimensionalControlPreset.txt @@ -0,0 +1 @@ +SevTech_V2 \ No newline at end of file diff --git a/world/Omothol/data/buildcraft_wire_systems.dat b/world/Omothol/data/buildcraft_wire_systems.dat new file mode 100644 index 0000000..d805bc0 Binary files /dev/null and b/world/Omothol/data/buildcraft_wire_systems.dat differ diff --git a/world/Omothol/data/capabilities.dat b/world/Omothol/data/capabilities.dat new file mode 100644 index 0000000..5a196c1 Binary files /dev/null and b/world/Omothol/data/capabilities.dat differ diff --git a/world/Omothol/data/villages_omt.dat b/world/Omothol/data/villages_omt.dat new file mode 100644 index 0000000..34aed1c Binary files /dev/null and b/world/Omothol/data/villages_omt.dat differ diff --git a/world/Omothol/forcedchunks.dat b/world/Omothol/forcedchunks.dat new file mode 100644 index 0000000..e434547 Binary files /dev/null and b/world/Omothol/forcedchunks.dat differ diff --git a/world/Omothol/multipart.dat b/world/Omothol/multipart.dat new file mode 100644 index 0000000..d66b619 Binary files /dev/null and b/world/Omothol/multipart.dat differ diff --git a/world/The_Beneath/data/buildcraft_marker_path.dat b/world/The_Beneath/data/buildcraft_marker_path.dat new file mode 100644 index 0000000..5098e97 Binary files /dev/null and b/world/The_Beneath/data/buildcraft_marker_path.dat differ diff --git a/world/The_Beneath/data/buildcraft_marker_volume.dat b/world/The_Beneath/data/buildcraft_marker_volume.dat new file mode 100644 index 0000000..5098e97 Binary files /dev/null and b/world/The_Beneath/data/buildcraft_marker_volume.dat differ diff --git a/world/The_Beneath/data/buildcraft_wire_systems.dat b/world/The_Beneath/data/buildcraft_wire_systems.dat new file mode 100644 index 0000000..d805bc0 Binary files /dev/null and b/world/The_Beneath/data/buildcraft_wire_systems.dat differ diff --git a/world/The_Beneath/data/capabilities.dat b/world/The_Beneath/data/capabilities.dat new file mode 100644 index 0000000..5a196c1 Binary files /dev/null and b/world/The_Beneath/data/capabilities.dat differ diff --git a/world/The_Beneath/data/geolosys.dat b/world/The_Beneath/data/geolosys.dat new file mode 100644 index 0000000..81489f9 Binary files /dev/null and b/world/The_Beneath/data/geolosys.dat differ diff --git a/world/The_Beneath/data/reccomplex-structuredata.dat b/world/The_Beneath/data/reccomplex-structuredata.dat new file mode 100644 index 0000000..33601c0 Binary files /dev/null and b/world/The_Beneath/data/reccomplex-structuredata.dat differ diff --git a/world/The_Beneath/data/villages_tb.dat b/world/The_Beneath/data/villages_tb.dat new file mode 100644 index 0000000..80ff8c4 Binary files /dev/null and b/world/The_Beneath/data/villages_tb.dat differ diff --git a/world/The_Beneath/forcedchunks.dat b/world/The_Beneath/forcedchunks.dat new file mode 100644 index 0000000..e434547 Binary files /dev/null and b/world/The_Beneath/forcedchunks.dat differ diff --git a/world/The_Beneath/multipart.dat b/world/The_Beneath/multipart.dat new file mode 100644 index 0000000..d66b619 Binary files /dev/null and b/world/The_Beneath/multipart.dat differ diff --git a/world/The_Beneath/region/r.-1.-1.mca b/world/The_Beneath/region/r.-1.-1.mca new file mode 100644 index 0000000..bf71151 Binary files /dev/null and b/world/The_Beneath/region/r.-1.-1.mca differ diff --git a/world/The_Beneath/region/r.-1.-2.mca b/world/The_Beneath/region/r.-1.-2.mca new file mode 100644 index 0000000..750ead4 Binary files /dev/null and b/world/The_Beneath/region/r.-1.-2.mca differ diff --git a/world/The_Beneath/region/r.-1.0.mca b/world/The_Beneath/region/r.-1.0.mca new file mode 100644 index 0000000..6c74cd9 Binary files /dev/null and b/world/The_Beneath/region/r.-1.0.mca differ diff --git a/world/The_Beneath/region/r.0.-1.mca b/world/The_Beneath/region/r.0.-1.mca new file mode 100644 index 0000000..a69eea4 Binary files /dev/null and b/world/The_Beneath/region/r.0.-1.mca differ diff --git a/world/The_Beneath/region/r.0.-2.mca b/world/The_Beneath/region/r.0.-2.mca new file mode 100644 index 0000000..b0acc77 Binary files /dev/null and b/world/The_Beneath/region/r.0.-2.mca differ diff --git a/world/The_Beneath/region/r.0.0.mca b/world/The_Beneath/region/r.0.0.mca new file mode 100644 index 0000000..71173a7 Binary files /dev/null and b/world/The_Beneath/region/r.0.0.mca differ diff --git a/world/The_Beneath/region/r.1.-1.mca b/world/The_Beneath/region/r.1.-1.mca new file mode 100644 index 0000000..06dd8d4 Binary files /dev/null and b/world/The_Beneath/region/r.1.-1.mca differ diff --git a/world/The_Beneath/region/r.1.-2.mca b/world/The_Beneath/region/r.1.-2.mca new file mode 100644 index 0000000..87c989c Binary files /dev/null and b/world/The_Beneath/region/r.1.-2.mca differ diff --git a/world/The_Beneath/region/r.1.0.mca b/world/The_Beneath/region/r.1.0.mca new file mode 100644 index 0000000..936bfe9 Binary files /dev/null and b/world/The_Beneath/region/r.1.0.mca differ diff --git a/world/The_Dark_Realm/data/buildcraft_wire_systems.dat b/world/The_Dark_Realm/data/buildcraft_wire_systems.dat new file mode 100644 index 0000000..d805bc0 Binary files /dev/null and b/world/The_Dark_Realm/data/buildcraft_wire_systems.dat differ diff --git a/world/The_Dark_Realm/data/capabilities.dat b/world/The_Dark_Realm/data/capabilities.dat new file mode 100644 index 0000000..5a196c1 Binary files /dev/null and b/world/The_Dark_Realm/data/capabilities.dat differ diff --git a/world/The_Dark_Realm/data/villages_dl.dat b/world/The_Dark_Realm/data/villages_dl.dat new file mode 100644 index 0000000..34aed1c Binary files /dev/null and b/world/The_Dark_Realm/data/villages_dl.dat differ diff --git a/world/The_Dark_Realm/forcedchunks.dat b/world/The_Dark_Realm/forcedchunks.dat new file mode 100644 index 0000000..e434547 Binary files /dev/null and b/world/The_Dark_Realm/forcedchunks.dat differ diff --git a/world/The_Dark_Realm/multipart.dat b/world/The_Dark_Realm/multipart.dat new file mode 100644 index 0000000..d66b619 Binary files /dev/null and b/world/The_Dark_Realm/multipart.dat differ diff --git a/world/The_Dreadlands/data/buildcraft_wire_systems.dat b/world/The_Dreadlands/data/buildcraft_wire_systems.dat new file mode 100644 index 0000000..d805bc0 Binary files /dev/null and b/world/The_Dreadlands/data/buildcraft_wire_systems.dat differ diff --git a/world/The_Dreadlands/data/capabilities.dat b/world/The_Dreadlands/data/capabilities.dat new file mode 100644 index 0000000..5a196c1 Binary files /dev/null and b/world/The_Dreadlands/data/capabilities.dat differ diff --git a/world/The_Dreadlands/data/villages_dl.dat b/world/The_Dreadlands/data/villages_dl.dat new file mode 100644 index 0000000..34aed1c Binary files /dev/null and b/world/The_Dreadlands/data/villages_dl.dat differ diff --git a/world/The_Dreadlands/forcedchunks.dat b/world/The_Dreadlands/forcedchunks.dat new file mode 100644 index 0000000..e434547 Binary files /dev/null and b/world/The_Dreadlands/forcedchunks.dat differ diff --git a/world/The_Dreadlands/multipart.dat b/world/The_Dreadlands/multipart.dat new file mode 100644 index 0000000..d66b619 Binary files /dev/null and b/world/The_Dreadlands/multipart.dat differ diff --git a/world/advancements/0106003f-e634-313f-b918-8a31e23dabb6.json b/world/advancements/0106003f-e634-313f-b918-8a31e23dabb6.json new file mode 100644 index 0000000..c2f9dc1 --- /dev/null +++ b/world/advancements/0106003f-e634-313f-b918-8a31e23dabb6.json @@ -0,0 +1,20 @@ +{ + "triumph:stage0/root": { + "criteria": { + "location": "2025-05-09 20:40:07 +0300" + }, + "done": true + }, + "triumph:stage0/firsttool": { + "criteria": { + "completedParent": "2025-05-09 20:40:07 +0300" + }, + "done": false + }, + "triumph:stage0/fiber": { + "criteria": { + "completedParent": "2025-05-09 20:40:07 +0300" + }, + "done": false + } +} \ No newline at end of file diff --git a/world/advancements/187f2409-0506-4922-bb24-996ed526b0b2.json b/world/advancements/187f2409-0506-4922-bb24-996ed526b0b2.json new file mode 100644 index 0000000..423edcb --- /dev/null +++ b/world/advancements/187f2409-0506-4922-bb24-996ed526b0b2.json @@ -0,0 +1,339 @@ +{ + "triumph:stage0/mat": { + "criteria": { + "hasRock": "2025-05-09 21:57:38 +0300", + "completedParent": "2025-05-09 21:57:38 +0300" + }, + "done": true + }, + "triumph:stage0/workblade": { + "criteria": { + "hasRock": "2025-05-09 21:57:38 +0300", + "completedParent": "2025-05-09 21:57:38 +0300" + }, + "done": true + }, + "triumph:stage0/naturescompass": { + "criteria": { + "hasRock": "2025-05-09 21:57:38 +0300", + "completedParent": "2025-05-09 21:57:38 +0300" + }, + "done": true + }, + "triumph:stage0/abyssalbiome": { + "criteria": { + "entered_forest3": "2025-05-10 13:14:22 +0300", + "entered_forest": "2025-05-10 13:14:22 +0300", + "entered_forest4": "2025-05-10 13:14:22 +0300", + "completedParent": "2025-05-09 21:57:38 +0300", + "entered_forest2": "2025-05-10 13:14:22 +0300", + "entered_forest5": "2025-05-10 13:14:22 +0300" + }, + "done": true + }, + "triumph:stage0/abyssalgem": { + "criteria": { + "completedParent": "2025-05-10 13:14:22 +0300" + }, + "done": false + }, + "triumph:stage0/firstbreak": { + "criteria": { + "brokeLog16": "2025-05-09 21:57:38 +0300", + "brokeLog38": "2025-05-09 21:57:38 +0300", + "brokeLog17": "2025-05-09 21:57:38 +0300", + "brokeLog39": "2025-05-09 21:57:38 +0300", + "brokeLog18": "2025-05-09 21:57:38 +0300", + "brokeLog19": "2025-05-09 21:57:38 +0300", + "completedParent": "2025-05-09 21:57:38 +0300", + "brokeLog1": "2025-05-09 21:57:38 +0300", + "brokeLog2": "2025-05-09 21:57:38 +0300", + "brokeLog9": "2025-05-09 21:57:38 +0300", + "brokeLog30": "2025-05-09 21:57:38 +0300", + "brokeLog31": "2025-05-09 21:57:38 +0300", + "brokeLog7": "2025-05-09 21:57:38 +0300", + "brokeLog10": "2025-05-09 21:57:38 +0300", + "brokeLog32": "2025-05-09 21:57:38 +0300", + "brokeLog8": "2025-05-09 21:57:38 +0300", + "brokeLog11": "2025-05-09 21:57:38 +0300", + "brokeLog33": "2025-05-09 21:57:38 +0300", + "brokeLog5": "2025-05-09 21:57:38 +0300", + "brokeLog12": "2025-05-09 21:57:38 +0300", + "brokeLog34": "2025-05-09 21:57:38 +0300", + "brokeLog6": "2025-05-09 21:57:38 +0300", + "brokeLog13": "2025-05-09 21:57:38 +0300", + "brokeLog35": "2025-05-09 21:57:38 +0300", + "brokeLog3": "2025-05-09 21:57:38 +0300", + "brokeLog14": "2025-05-09 21:57:38 +0300", + "brokeLog36": "2025-05-09 21:57:38 +0300", + "brokeLog4": "2025-05-09 21:57:38 +0300", + "brokeLog15": "2025-05-09 21:57:38 +0300", + "brokeLog37": "2025-05-09 21:57:38 +0300", + "brokeLog27": "2025-05-09 21:57:38 +0300", + "brokeLog28": "2025-05-09 21:57:38 +0300", + "brokeLog29": "2025-05-09 21:57:38 +0300", + "brokeLog40": "2025-05-09 21:57:38 +0300", + "brokeLog20": "2025-05-09 21:57:38 +0300", + "brokeLog21": "2025-05-09 21:57:38 +0300", + "brokeLog22": "2025-05-09 21:57:38 +0300", + "brokeLog23": "2025-05-09 21:57:38 +0300", + "brokeLog25": "2025-05-09 21:57:38 +0300", + "brokeLog26": "2025-05-09 21:57:38 +0300" + }, + "done": true + }, + "triumph:stage0/saddle": { + "criteria": { + "completedParent": "2025-05-09 21:57:38 +0300" + }, + "done": false + }, + "triumph:stage0/chestupgrade": { + "criteria": { + "completedParent": "2025-05-09 21:57:38 +0300", + "hasRock": "2025-05-10 13:47:34 +0300" + }, + "done": true + }, + "triumph:stage0/fluidbladder": { + "criteria": { + "hasRock": "2025-05-09 21:57:38 +0300", + "completedParent": "2025-05-09 21:57:38 +0300" + }, + "done": true + }, + "triumph:stage0/spear": { + "criteria": { + "completedParent": "2025-05-09 21:57:38 +0300" + }, + "done": false + }, + "triumph:stage0/totemic": { + "criteria": { + "completedParent": "2025-05-09 21:57:38 +0300", + "hasRock": "2025-05-10 14:26:00 +0300", + "hasRock3": "2025-05-10 14:28:47 +0300" + }, + "done": false + }, + "triumph:stage0/flamehopper": { + "criteria": { + "completedParent": "2025-05-10 14:03:43 +0300" + }, + "done": false + }, + "triumph:stage0/farmland": { + "criteria": { + "completedParent": "2025-05-09 21:57:38 +0300" + }, + "done": false + }, + "triumph:stage0/woodhopper1": { + "criteria": { + "completedParent": "2025-05-09 21:57:38 +0300", + "hasRock": "2025-05-10 13:53:14 +0300" + }, + "done": true + }, + "triumph:stage0/workstump": { + "criteria": { + "completedParent": "2025-05-09 21:57:38 +0300", + "crafted": "2025-05-09 21:57:38 +0300" + }, + "done": true + }, + "triumph:stage0/lowgradecharcoal": { + "criteria": { + "hasRock": "2025-05-09 21:57:38 +0300", + "completedParent": "2025-05-09 21:57:38 +0300" + }, + "done": true + }, + "triumph:stage0/lead": { + "criteria": { + "hasRock": "2025-05-09 21:57:38 +0300", + "completedParent": "2025-05-09 21:57:38 +0300" + }, + "done": true + }, + "triumph:stage0/woodhopper2": { + "criteria": { + "hasRock": "2025-05-10 14:03:43 +0300", + "completedParent": "2025-05-10 13:53:14 +0300" + }, + "done": true + }, + "triumph:stage0/leather": { + "criteria": { + "hasRock": "2025-05-09 21:57:38 +0300", + "completedParent": "2025-05-09 21:57:38 +0300" + }, + "done": true + }, + "triumph:stage0/firsttool": { + "criteria": { + "hasRock": "2025-05-09 21:57:38 +0300", + "completedParent": "2025-05-09 21:27:52 +0300" + }, + "done": true + }, + "triumph:stage0/fish": { + "criteria": { + "killed_fish4": "2025-05-09 21:57:38 +0300" + }, + "done": false + }, + "triumph:stage0/handgrind": { + "criteria": { + "hasRock": "2025-05-09 21:57:38 +0300", + "completedParent": "2025-05-09 21:57:38 +0300" + }, + "done": true + }, + "triumph:stage0/weaponize": { + "criteria": { + "hasRock": "2025-05-09 21:57:38 +0300", + "completedParent": "2025-05-09 21:57:38 +0300" + }, + "done": true + }, + "triumph:stage0/fiber": { + "criteria": { + "hasRock": "2025-05-09 21:47:18 +0300", + "completedParent": "2025-05-09 21:27:52 +0300" + }, + "done": true + }, + "triumph:stage0/firepit": { + "criteria": { + "completedParent": "2025-05-09 21:57:38 +0300" + }, + "done": false + }, + "triumph:stage0/stonetools": { + "criteria": { + "hasRock": "2025-05-09 21:52:46 +0300", + "completedParent": "2025-05-09 21:57:38 +0300" + }, + "done": true + }, + "triumph:stage0/flintknapp": { + "criteria": { + "hasRock": "2025-05-09 21:57:38 +0300", + "completedParent": "2025-05-09 21:57:38 +0300" + }, + "done": true + }, + "triumph:stage0/waterstrainer": { + "criteria": { + "completedParent": "2025-05-09 21:57:38 +0300", + "hasRock2": "2025-05-10 14:05:21 +0300", + "hasRock1": "2025-05-10 13:34:05 +0300" + }, + "done": true + }, + "triumph:stage0/tipi": { + "criteria": { + "hasRock": "2025-05-09 21:57:38 +0300", + "completedParent": "2025-05-09 21:57:38 +0300" + }, + "done": true + }, + "triumph:stage0/grill": { + "criteria": { + "hasRock": "2025-05-09 21:57:38 +0300" + }, + "done": false + }, + "triumph:stage0/root": { + "criteria": { + "killedByEntity": "2025-05-09 21:57:38 +0300", + "enterDimension": "2025-05-09 21:57:38 +0300", + "killEntity": "2025-05-09 21:57:38 +0300", + "location": "2025-05-09 21:27:52 +0300", + "breakBlock": "2025-05-09 21:57:38 +0300", + "craftItem": "2025-05-09 21:57:38 +0300", + "inventoryChange": "2025-05-09 21:57:38 +0300" + }, + "done": true + }, + "triumph:stage0/collectplank": { + "criteria": { + "completedParent": "2025-05-09 21:57:38 +0300", + "crafted": "2025-05-09 21:57:38 +0300" + }, + "done": true + }, + "triumph:stage0/kiln": { + "criteria": { + "hasRock": "2025-05-09 21:57:38 +0300", + "completedParent": "2025-05-09 21:57:38 +0300" + }, + "done": true + }, + "triumph:stage0/firstchest": { + "criteria": { + "hasRock": "2025-05-09 21:57:38 +0300", + "completedParent": "2025-05-09 21:57:38 +0300", + "hasRock2": "2025-05-10 13:47:34 +0300", + "hasRock4": "2025-05-10 13:47:34 +0300", + "hasRock3": "2025-05-10 13:47:34 +0300" + }, + "done": true + }, + "triumph:stage0/upgrade": { + "criteria": { + "hasRock": "2025-05-09 21:57:38 +0300", + "completedParent": "2025-05-09 21:57:38 +0300" + }, + "done": true + }, + "triumph:stage0/fire": { + "criteria": { + "hasRock": "2025-05-09 21:57:38 +0300", + "completedParent": "2025-05-09 21:57:38 +0300" + }, + "done": true + }, + "triumph:stage0/horsepower": { + "criteria": { + "completedParent": "2025-05-09 21:57:38 +0300" + }, + "done": false + }, + "triumph:stage0/tomahawk": { + "criteria": { + "completedParent": "2025-05-09 21:57:38 +0300" + }, + "done": false + }, + "triumph:stage0/woodenbarrel": { + "criteria": { + "hasRock9": "2025-05-09 21:57:38 +0300", + "hasRock8": "2025-05-09 21:57:38 +0300", + "hasRock7": "2025-05-09 21:57:38 +0300", + "completedParent": "2025-05-09 21:57:38 +0300", + "hasRock2": "2025-05-09 21:57:38 +0300", + "hasRock1": "2025-05-09 21:57:38 +0300", + "hasRock6": "2025-05-09 21:57:38 +0300", + "hasRock5": "2025-05-09 21:57:38 +0300", + "hasRock10": "2025-05-09 21:57:38 +0300", + "hasRock4": "2025-05-09 21:57:38 +0300", + "hasRock3": "2025-05-09 21:57:38 +0300" + }, + "done": true + }, + "triumph:stage0/mesh": { + "criteria": { + "hasRock": "2025-05-09 21:57:38 +0300", + "completedParent": "2025-05-09 21:47:18 +0300" + }, + "done": true + }, + "triumph:stage0/atlas": { + "criteria": { + "completedParent": "2025-05-09 21:57:38 +0300" + }, + "done": false + } +} \ No newline at end of file diff --git a/world/advancements/1d55ced0-f360-45b1-9d62-11846a7fa39d.json b/world/advancements/1d55ced0-f360-45b1-9d62-11846a7fa39d.json new file mode 100644 index 0000000..8bb32aa --- /dev/null +++ b/world/advancements/1d55ced0-f360-45b1-9d62-11846a7fa39d.json @@ -0,0 +1,1285 @@ +{ + "triumph:stage0/mat": { + "criteria": { + "hasRock": "2025-05-09 18:44:46 +0300", + "completedParent": "2025-05-09 18:42:57 +0300" + }, + "done": true + }, + "triumph:stage0/melter": { + "criteria": { + "hasRock": "2025-05-12 16:51:57 +0300", + "completedParent": "2025-05-12 16:46:13 +0300", + "hasRock2": "2025-05-12 16:51:57 +0300" + }, + "done": true + }, + "triumph:stage2/bucket": { + "criteria": { + "hasRock": "2025-05-14 01:49:14 +0300" + }, + "done": false + }, + "thebetweenlands:survivalist/root": { + "criteria": { + "has_dank_world": "2025-05-14 03:02:50 +0300" + }, + "done": true + }, + "thebetweenlands:adventurer/idolised": { + "criteria": { + "ruin": "2025-05-14 03:05:39 +0300" + }, + "done": true + }, + "triumph:stage1/alloykiln": { + "criteria": { + "hasRock": "2025-05-12 18:29:43 +0300", + "completedParent": "2025-05-12 17:07:55 +0300" + }, + "done": true + }, + "triumph:stage0/totemic": { + "criteria": { + "completedParent": "2025-05-09 18:42:57 +0300", + "hasRock": "2025-05-10 14:41:05 +0300", + "hasRock2": "2025-05-10 14:58:23 +0300", + "hasRock3": "2025-05-10 15:01:08 +0300" + }, + "done": true + }, + "triumph:stage1/root": { + "criteria": { + "completedStage0": "2025-05-12 16:51:57 +0300" + }, + "done": true + }, + "triumph:stage1/bucket": { + "criteria": { + "hasRock": "2025-05-13 21:08:01 +0300", + "completedParent": "2025-05-13 21:03:28 +0300" + }, + "done": true + }, + "triumph:stage2/conpaper": { + "criteria": { + "completedParent": "2025-05-14 00:19:16 +0300", + "hasRock": "2025-05-15 02:34:31 +0300" + }, + "done": true + }, + "triumph:stage0/woodhopper1": { + "criteria": { + "completedParent": "2025-05-09 14:14:29 +0300", + "hasRock": "2025-05-10 14:10:51 +0300" + }, + "done": true + }, + "triumph:stage0/woodhopper2": { + "criteria": { + "hasRock": "2025-05-10 14:10:51 +0300", + "completedParent": "2025-05-10 14:10:51 +0300" + }, + "done": true + }, + "triumph:stage1/axle": { + "criteria": { + "hasRock": "2025-05-13 19:59:28 +0300", + "completedParent": "2025-05-13 19:59:17 +0300" + }, + "done": true + }, + "triumph:stage2/lightwell": { + "criteria": { + "hasRock": "2025-05-15 02:10:45 +0300", + "completedParent": "2025-05-15 02:34:31 +0300" + }, + "done": true + }, + "thebetweenlands:adventurer/give_me_that": { + "criteria": { + "talisman": "2025-05-14 02:54:15 +0300" + }, + "done": true + }, + "triumph:stage2/betweenlands": { + "criteria": { + "entered_nether": "2025-05-14 03:02:48 +0300" + }, + "done": true + }, + "triumph:stage2/mapping": { + "criteria": { + "completedParent": "2025-05-14 04:25:41 +0300" + }, + "done": false + }, + "triumph:stage3/projector": { + "criteria": { + "hasRock": "2025-05-14 22:21:38 +0300" + }, + "done": false + }, + "twilightforest:progress_naga": { + "criteria": { + "kill_mob": "2025-05-15 17:21:33 +0300" + }, + "done": false + }, + "triumph:stage0/fiber": { + "criteria": { + "completedParent": "2025-05-09 03:27:49 +0300", + "hasRock": "2025-05-09 03:41:29 +0300" + }, + "done": true + }, + "triumph:stage0/firepit": { + "criteria": { + "completedParent": "2025-05-09 18:22:03 +0300", + "hasRock": "2025-05-10 18:04:34 +0300" + }, + "done": true + }, + "triumph:stage1/furnace": { + "criteria": { + "completedParent": "2025-05-12 16:52:24 +0300", + "crafted": "2025-05-12 16:53:02 +0300" + }, + "done": true + }, + "triumph:stage2/root": { + "criteria": { + "completedStage1": "2025-05-14 00:19:16 +0300" + }, + "done": true + }, + "triumph:stage1/extension": { + "criteria": { + "placedDirt": "2025-05-12 18:00:35 +0300", + "completedParent": "2025-05-12 18:00:10 +0300" + }, + "done": true + }, + "thebetweenlands:adventurer/dank_world": { + "criteria": { + "in_bl": "2025-05-14 03:02:49 +0300" + }, + "done": true + }, + "thebetweenlands:craftsman/getting_harder_wood": { + "criteria": { + "log_rubber": "2025-05-14 03:07:46 +0300", + "giant_root": "2025-05-14 03:07:46 +0300", + "log_sap": "2025-05-14 03:07:46 +0300", + "log_weedwood": "2025-05-14 03:07:46 +0300", + "log_hearthgrove": "2025-05-14 03:07:46 +0300", + "weedwood": "2025-05-14 03:07:46 +0300", + "log_nibbletwig": "2025-05-14 03:07:46 +0300" + }, + "done": true + }, + "thebetweenlands:survivalist/say_nay_to_decay": { + "criteria": { + "have_petal": "2025-05-14 03:29:56 +0300" + }, + "done": true + }, + "triumph:stage1/tchannel": { + "criteria": { + "crafted1": "2025-05-12 17:57:59 +0300", + "completedParent": "2025-05-12 16:51:57 +0300", + "crafted2": "2025-05-12 17:57:59 +0300" + }, + "done": true + }, + "triumph:stage2/enderman": { + "criteria": { + "completedParent": "2025-05-15 02:34:31 +0300", + "killed_spider3": "2025-05-14 17:02:42 +0300", + "killed_spider4": "2025-05-15 02:34:31 +0300", + "killed_spider5": "2025-05-15 02:34:31 +0300", + "killed_spider1": "2025-05-14 20:32:36 +0300", + "killed_spider2": "2025-05-15 02:34:31 +0300" + }, + "done": true + }, + "triumph:stage1/parrot": { + "criteria": { + "tamed_horse": "2025-05-10 21:23:56 +0300", + "completedParent": "2025-05-13 14:56:47 +0300" + }, + "done": true + }, + "triumph:stage1/aquamarine": { + "criteria": { + "hasRock": "2025-05-13 22:51:12 +0300", + "completedParent": "2025-05-13 19:51:49 +0300" + }, + "done": true + }, + "thebetweenlands:fighter/chopping_boy": { + "criteria": { + "killed_a_mob_ancient": "2025-05-14 18:19:01 +0300", + "killed_a_mob_shockwave": "2025-05-14 18:19:01 +0300", + "killed_a_mob_octine": "2025-05-14 18:19:01 +0300", + "killed_a_mob_bone": "2025-05-14 18:19:01 +0300", + "killed_a_mob_weedwood": "2025-05-14 18:19:01 +0300", + "killed_a_mob_valonite": "2025-05-14 18:19:01 +0300" + }, + "done": true + }, + "triumph:stage0/collectplank": { + "criteria": { + "completedParent": "2025-05-09 03:51:08 +0300", + "crafted": "2025-05-09 03:51:58 +0300" + }, + "done": true + }, + "triumph:stage2/drawertable": { + "criteria": { + "completedParent": "2025-05-14 00:19:16 +0300" + }, + "done": false + }, + "triumph:stage1/blackquartz": { + "criteria": { + "hasRock": "2025-05-13 19:59:17 +0300", + "completedParent": "2025-05-13 19:51:49 +0300" + }, + "done": true + }, + "triumph:stage2/nuggetcast": { + "criteria": { + "completedParent": "2025-05-14 02:14:18 +0300" + }, + "done": false + }, + "triumph:stage0/saltflats": { + "criteria": { + "completedParent": "2025-05-10 18:04:34 +0300", + "hasRock2": "2025-05-10 18:04:34 +0300", + "hasRock1": "2025-05-10 18:04:34 +0300", + "hasRock5": "2025-05-09 14:50:27 +0300", + "hasRock4": "2025-05-10 18:04:34 +0300", + "hasRock3": "2025-05-10 18:04:34 +0300" + }, + "done": true + }, + "triumph:stage2/sealantern": { + "criteria": { + "completedParent": "2025-05-14 00:19:16 +0300" + }, + "done": false + }, + "thebetweenlands:miner/advanced_darkness": { + "criteria": { + "caverns": "2025-05-14 03:02:49 +0300" + }, + "done": true + }, + "thebetweenlands:fighter/root": { + "criteria": { + "has_dank_world": "2025-05-14 03:02:50 +0300" + }, + "done": true + }, + "triumph:stage0/horsepower": { + "criteria": { + "completedParent": "2025-05-09 18:50:54 +0300", + "hasRock": "2025-05-12 14:59:32 +0300" + }, + "done": true + }, + "triumph:stage0/atlas": { + "criteria": { + "book1": "2025-05-10 18:25:21 +0300", + "completedParent": "2025-05-09 14:12:53 +0300" + }, + "done": true + }, + "triumph:stage1/statue": { + "criteria": { + "hasRock7": "2025-05-13 14:56:47 +0300", + "completedParent": "2025-05-12 20:17:02 +0300", + "hasRock2": "2025-05-13 14:56:47 +0300", + "hasRock1": "2025-05-13 14:56:47 +0300", + "hasRock6": "2025-05-13 14:56:47 +0300", + "hasRock5": "2025-05-13 14:56:47 +0300", + "hasRock4": "2025-05-13 14:56:47 +0300", + "hasRock3": "2025-05-13 14:56:47 +0300" + }, + "done": true + }, + "triumph:stage1/cart": { + "criteria": { + "hasRock": "2025-05-12 14:59:32 +0300", + "completedParent": "2025-05-12 14:59:32 +0300", + "hasMobCart": "2025-05-12 14:59:32 +0300" + }, + "done": true + }, + "triumph:stage1/journal": { + "criteria": { + "hasRock": "2025-05-13 23:55:24 +0300", + "completedParent": "2025-05-13 23:53:46 +0300" + }, + "done": true + }, + "triumph:stage1/astable": { + "criteria": { + "hasRock": "2025-05-14 00:19:16 +0300", + "completedParent": "2025-05-13 23:55:24 +0300" + }, + "done": true + }, + "triumph:stage2/weedwoodsticks": { + "criteria": { + "hasRock": "2025-05-14 03:18:11 +0300" + }, + "done": true + }, + "triumph:stage0/chestupgrade": { + "criteria": { + "completedParent": "2025-05-09 14:14:29 +0300", + "hasRock": "2025-05-10 14:10:51 +0300" + }, + "done": true + }, + "triumph:stage2/wool": { + "criteria": { + "completedParent": "2025-05-14 00:19:16 +0300", + "hasRock": "2025-05-14 00:56:05 +0300" + }, + "done": true + }, + "triumph:stage3/iehammer": { + "criteria": { + "hasRock": "2025-05-12 18:14:07 +0300" + }, + "done": false + }, + "triumph:stage2/glass": { + "criteria": { + "hasRock": "2025-05-14 00:42:11 +0300", + "completedParent": "2025-05-14 00:19:16 +0300" + }, + "done": true + }, + "triumph:stage0/leather": { + "criteria": { + "hasRock": "2025-05-09 18:42:57 +0300", + "completedParent": "2025-05-09 18:32:17 +0300" + }, + "done": true + }, + "triumph:stage1/bees": { + "criteria": { + "completedParent": "2025-05-12 19:31:50 +0300", + "hasRock": "2025-05-13 22:32:51 +0300" + }, + "done": true + }, + "triumph:stage1/tin": { + "criteria": { + "brokeLog1": "2025-05-12 18:44:46 +0300", + "brokeLog2": "2025-05-12 18:44:46 +0300", + "completedParent": "2025-05-12 16:55:11 +0300" + }, + "done": true + }, + "triumph:stage1/bloodaltar": { + "criteria": { + "hasRock": "2025-05-12 19:36:13 +0300", + "completedParent": "2025-05-12 18:29:43 +0300" + }, + "done": true + }, + "thebetweenlands:adventurer/tall_tough": { + "criteria": { + "ruin": "2025-05-14 03:25:31 +0300" + }, + "done": true + }, + "triumph:stage0/weaponize": { + "criteria": { + "completedParent": "2025-05-09 03:51:08 +0300", + "hasRock": "2025-05-10 17:51:46 +0300" + }, + "done": true + }, + "thebetweenlands:miner/root": { + "criteria": { + "has_dank_world": "2025-05-14 03:02:49 +0300" + }, + "done": true + }, + "triumph:stage0/gear": { + "criteria": { + "hasRock": "2025-05-12 14:59:32 +0300", + "completedParent": "2025-05-12 14:59:32 +0300" + }, + "done": true + }, + "triumph:stage1/crafting": { + "criteria": { + "completedParent": "2025-05-12 16:51:57 +0300", + "crafted": "2025-05-12 16:52:24 +0300" + }, + "done": true + }, + "triumph:stage0/flintknapp": { + "criteria": { + "hasRock": "2025-05-09 03:47:07 +0300", + "completedParent": "2025-05-09 03:46:24 +0300" + }, + "done": true + }, + "triumph:stage1/chest": { + "criteria": { + "completedParent": "2025-05-12 16:52:24 +0300", + "brokeLog": "2025-05-12 16:55:01 +0300" + }, + "done": true + }, + "triumph:stage2/skywave": { + "criteria": { + "completedParent": "2025-05-15 02:34:31 +0300" + }, + "done": false + }, + "thebetweenlands:adventurer/root": { + "criteria": { + "talisman": "2025-05-14 02:48:11 +0300", + "in_bl": "2025-05-14 02:48:11 +0300" + }, + "done": true + }, + "triumph:stage0/waterstrainer": { + "criteria": { + "completedParent": "2025-05-09 03:54:35 +0300", + "hasRock2": "2025-05-10 14:10:51 +0300", + "hasRock1": "2025-05-10 14:10:51 +0300" + }, + "done": true + }, + "triumph:stage0/grill": { + "criteria": { + "hasRock": "2025-05-09 04:24:44 +0300", + "completedParent": "2025-05-10 18:04:34 +0300" + }, + "done": true + }, + "triumph:stage1/dung": { + "criteria": { + "completedParent": "2025-05-12 18:00:10 +0300", + "placedDirt2": "2025-05-12 18:00:10 +0300", + "placedDirt1": "2025-05-12 18:00:01 +0300" + }, + "done": true + }, + "thebetweenlands:herbalist/root": { + "criteria": { + "has_dank_world": "2025-05-14 03:02:50 +0300" + }, + "done": true + }, + "triumph:stage2/iron": { + "criteria": { + "completedParent": "2025-05-14 00:54:02 +0300", + "brokeLog": "2025-05-14 00:55:20 +0300" + }, + "done": true + }, + "triumph:stage0/kiln": { + "criteria": { + "completedParent": "2025-05-09 03:54:35 +0300", + "hasRock": "2025-05-09 18:19:59 +0300" + }, + "done": true + }, + "triumph:stage1/beneath": { + "criteria": { + "completedParent": "2025-05-13 14:56:47 +0300", + "entered_nether": "2025-05-13 19:51:49 +0300" + }, + "done": true + }, + "triumph:stage2/carminitereactor": { + "criteria": { + "completedParent": "2025-05-15 17:18:17 +0300" + }, + "done": false + }, + "triumph:stage1/aqueduct": { + "criteria": { + "placedDirt8": "2025-05-12 17:52:32 +0300", + "placedDirt9": "2025-05-12 17:52:32 +0300", + "placedDirt6": "2025-05-12 17:52:32 +0300", + "placedDirt7": "2025-05-12 17:52:32 +0300", + "placedDirt4": "2025-05-12 17:52:32 +0300", + "completedParent": "2025-05-12 16:51:57 +0300", + "placedDirt5": "2025-05-12 17:52:32 +0300", + "placedDirt2": "2025-05-12 17:52:32 +0300", + "placedDirt10": "2025-05-12 17:52:32 +0300", + "placedDirt3": "2025-05-12 17:52:32 +0300", + "placedDirt0": "2025-05-12 17:52:32 +0300", + "placedDirt1": "2025-05-12 17:52:32 +0300" + }, + "done": true + }, + "thebetweenlands:fighter/serious_business": { + "criteria": { + "octine_sword": "2025-05-14 18:19:01 +0300", + "weedwood_sword": "2025-05-14 18:19:01 +0300", + "bone_sword": "2025-05-14 18:19:01 +0300", + "valonite_sword": "2025-05-14 18:19:01 +0300" + }, + "done": true + }, + "triumph:stage2/weird": { + "criteria": { + "completedParent": "2025-05-15 02:34:31 +0300" + }, + "done": false + }, + "triumph:stage1/stoneanvil": { + "criteria": { + "completedParent": "2025-05-12 16:51:57 +0300", + "crafted": "2025-05-12 18:13:24 +0300" + }, + "done": true + }, + "triumph:stage0/naturescompass": { + "criteria": { + "completedParent": "2025-05-09 03:54:35 +0300", + "hasRock": "2025-05-09 19:02:30 +0300" + }, + "done": true + }, + "triumph:stage2/lapis": { + "criteria": { + "completedParent": "2025-05-14 00:54:02 +0300", + "brokeLog": "2025-05-14 19:05:55 +0300" + }, + "done": true + }, + "triumph:stage0/abyssalgem": { + "criteria": { + "completedParent": "2025-05-10 14:10:51 +0300", + "hasRock": "2025-05-12 16:15:38 +0300" + }, + "done": true + }, + "triumph:stage0/firstbreak": { + "criteria": { + "brokeLog16": "2025-05-09 18:13:46 +0300", + "brokeLog38": "2025-05-09 18:13:46 +0300", + "brokeLog17": "2025-05-09 18:13:46 +0300", + "brokeLog39": "2025-05-09 18:13:46 +0300", + "brokeLog18": "2025-05-09 18:13:46 +0300", + "brokeLog19": "2025-05-09 18:13:46 +0300", + "completedParent": "2025-05-09 03:51:08 +0300", + "brokeLog1": "2025-05-09 03:42:58 +0300", + "brokeLog2": "2025-05-09 18:13:46 +0300", + "brokeLog9": "2025-05-09 18:13:46 +0300", + "brokeLog30": "2025-05-09 18:13:46 +0300", + "brokeLog31": "2025-05-09 18:13:46 +0300", + "brokeLog7": "2025-05-09 18:13:46 +0300", + "brokeLog10": "2025-05-09 18:13:46 +0300", + "brokeLog32": "2025-05-09 18:13:46 +0300", + "brokeLog8": "2025-05-09 18:13:46 +0300", + "brokeLog11": "2025-05-09 18:13:46 +0300", + "brokeLog33": "2025-05-09 18:13:46 +0300", + "brokeLog5": "2025-05-09 18:13:46 +0300", + "brokeLog12": "2025-05-09 18:13:46 +0300", + "brokeLog34": "2025-05-09 18:13:46 +0300", + "brokeLog6": "2025-05-09 18:13:46 +0300", + "brokeLog13": "2025-05-09 18:13:46 +0300", + "brokeLog35": "2025-05-09 18:13:46 +0300", + "brokeLog3": "2025-05-09 18:13:46 +0300", + "brokeLog14": "2025-05-09 18:13:46 +0300", + "brokeLog36": "2025-05-09 18:13:46 +0300", + "brokeLog4": "2025-05-09 18:13:46 +0300", + "brokeLog15": "2025-05-09 18:13:46 +0300", + "brokeLog37": "2025-05-09 18:13:46 +0300", + "brokeLog27": "2025-05-09 18:13:46 +0300", + "brokeLog28": "2025-05-09 18:13:46 +0300", + "brokeLog29": "2025-05-09 18:13:46 +0300", + "brokeLog40": "2025-05-09 18:13:46 +0300", + "brokeLog20": "2025-05-09 18:13:46 +0300", + "brokeLog21": "2025-05-09 18:13:46 +0300", + "brokeLog22": "2025-05-09 18:13:46 +0300", + "brokeLog23": "2025-05-09 18:13:46 +0300", + "brokeLog25": "2025-05-09 18:13:46 +0300", + "brokeLog26": "2025-05-09 18:13:46 +0300" + }, + "done": true + }, + "triumph:stage0/saddle": { + "criteria": { + "completedParent": "2025-05-09 18:50:54 +0300", + "hasRock": "2025-05-12 14:59:32 +0300" + }, + "done": true + }, + "triumph:stage0/melterbase": { + "criteria": { + "hasRock": "2025-05-12 16:46:13 +0300", + "completedParent": "2025-05-12 16:40:22 +0300", + "hasRock2": "2025-05-12 16:46:13 +0300" + }, + "done": true + }, + "triumph:stage0/fluidbladder": { + "criteria": { + "completedParent": "2025-05-09 03:54:35 +0300", + "hasRock": "2025-05-09 18:32:17 +0300" + }, + "done": true + }, + "triumph:stage0/buffalo": { + "criteria": { + "completedParent": "2025-05-10 15:01:08 +0300", + "hasRock": "2025-05-10 16:12:07 +0300" + }, + "done": true + }, + "triumph:stage1/huntingdim": { + "criteria": { + "hasRock": "2025-05-12 18:07:22 +0300", + "completedParent": "2025-05-12 16:51:57 +0300" + }, + "done": true + }, + "triumph:stage0/flamehopper": { + "criteria": { + "completedParent": "2025-05-10 14:10:51 +0300", + "hasRock": "2025-05-12 16:40:22 +0300" + }, + "done": true + }, + "triumph:stage0/farmland": { + "criteria": { + "completedParent": "2025-05-09 14:12:53 +0300", + "traded": "2025-05-12 15:50:40 +0300" + }, + "done": true + }, + "triumph:stage0/workstump": { + "criteria": { + "completedParent": "2025-05-09 03:51:58 +0300", + "crafted": "2025-05-09 03:54:35 +0300" + }, + "done": true + }, + "triumph:stage0/lowgradecharcoal": { + "criteria": { + "hasRock": "2025-05-09 18:14:47 +0300", + "completedParent": "2025-05-09 18:19:59 +0300" + }, + "done": true + }, + "triumph:stage1/claybarrel": { + "criteria": { + "hasRock": "2025-05-12 18:00:10 +0300", + "completedParent": "2025-05-12 16:51:57 +0300" + }, + "done": true + }, + "triumph:stage0/lead": { + "criteria": { + "hasRock": "2025-05-09 18:50:54 +0300", + "completedParent": "2025-05-09 18:42:57 +0300" + }, + "done": true + }, + "thebetweenlands:craftsman/root": { + "criteria": { + "has_dank_world": "2025-05-14 03:02:50 +0300" + }, + "done": true + }, + "thebetweenlands:farmer/root": { + "criteria": { + "has_dank_world": "2025-05-14 03:02:50 +0300" + }, + "done": true + }, + "triumph:stage0/firsttool": { + "criteria": { + "completedParent": "2025-05-09 03:27:49 +0300", + "hasRock": "2025-05-09 03:51:08 +0300" + }, + "done": true + }, + "triumph:stage0/fish": { + "criteria": { + "killed_fish3": "2025-05-10 18:04:19 +0300", + "killed_fish2": "2025-05-10 18:04:19 +0300", + "killed_fish": "2025-05-10 18:04:19 +0300", + "killed_fish4": "2025-05-09 14:18:55 +0300", + "completedParent": "2025-05-10 18:04:19 +0300" + }, + "done": true + }, + "triumph:stage2/gold": { + "criteria": { + "completedParent": "2025-05-14 00:54:02 +0300", + "brokeLog": "2025-05-14 02:14:18 +0300" + }, + "done": true + }, + "thebetweenlands:fighter/fashionable_warrior": { + "criteria": { + "hurt_mob_default": "2025-05-14 19:07:37 +0300" + }, + "done": true + }, + "thebetweenlands:fighter/shield_wall": { + "criteria": { + "octine_shield": "2025-05-15 02:47:42 +0300", + "valonite_shield": "2025-05-15 02:47:42 +0300", + "dentrothyst_shield_o": "2025-05-15 02:47:42 +0300", + "dentrothyst_shield_o_p": "2025-05-15 02:47:42 +0300", + "weedwood_shield": "2025-05-15 02:47:42 +0300", + "living_weedwood_shield": "2025-05-15 02:47:42 +0300", + "dentrothyst_shield_g": "2025-05-15 02:47:42 +0300", + "syrmorite_shield": "2025-05-15 02:47:42 +0300", + "lurker_skin_shield": "2025-05-15 02:47:42 +0300", + "bone_shield": "2025-05-15 02:47:42 +0300", + "dentrothyst_shield_g_p": "2025-05-15 02:47:42 +0300" + }, + "done": true + }, + "triumph:stage2/tcontable1": { + "criteria": { + "completedParent": "2025-05-14 00:19:16 +0300", + "hasRock": "2025-05-14 18:02:40 +0300" + }, + "done": true + }, + "triumph:stage2/tcontable2": { + "criteria": { + "completedParent": "2025-05-14 18:02:40 +0300", + "hasRock2": "2025-05-14 18:13:40 +0300", + "hasRock1": "2025-05-14 17:55:24 +0300" + }, + "done": true + }, + "triumph:stage2/wateringcan": { + "criteria": { + "completedParent": "2025-05-14 01:30:09 +0300" + }, + "done": false + }, + "triumph:stage2/tcontable3": { + "criteria": { + "hasRock": "2025-05-14 17:57:19 +0300", + "completedParent": "2025-05-14 18:13:40 +0300" + }, + "done": true + }, + "triumph:stage0/tipi": { + "criteria": { + "completedParent": "2025-05-09 18:42:57 +0300", + "hasRock": "2025-05-09 21:21:53 +0300" + }, + "done": true + }, + "thebetweenlands:survivalist/a_cure": { + "criteria": { + "have_sap": "2025-05-14 03:29:56 +0300" + }, + "done": true + }, + "thebetweenlands:craftsman/all_over_again": { + "criteria": { + "weedwood_workbench": "2025-05-14 18:53:31 +0300" + }, + "done": true + }, + "triumph:stage1/hoe": { + "criteria": { + "hasRock15": "2025-05-12 19:31:50 +0300", + "hasRock14": "2025-05-12 19:31:50 +0300", + "hasRock13": "2025-05-12 19:31:50 +0300", + "hasRock12": "2025-05-12 19:31:50 +0300", + "hasRock19": "2025-05-12 19:31:50 +0300", + "hasRock18": "2025-05-12 19:31:50 +0300", + "hasRock17": "2025-05-12 19:31:50 +0300", + "completedParent": "2025-05-12 16:51:57 +0300", + "hasRock16": "2025-05-12 19:31:50 +0300", + "hasRock9": "2025-05-12 19:31:50 +0300", + "hasRock8": "2025-05-12 19:31:50 +0300", + "hasRock7": "2025-05-12 19:31:50 +0300", + "hasRock2": "2025-05-12 19:31:50 +0300", + "hasRock1": "2025-05-12 19:31:50 +0300", + "hasRock0": "2025-05-12 19:31:50 +0300", + "hasRock6": "2025-05-12 19:31:50 +0300", + "hasRock22": "2025-05-12 19:31:50 +0300", + "hasRock5": "2025-05-12 19:31:50 +0300", + "hasRock21": "2025-05-12 19:31:50 +0300", + "hasRock4": "2025-05-12 19:31:50 +0300", + "hasRock20": "2025-05-12 19:31:50 +0300", + "hasRock3": "2025-05-12 19:31:50 +0300", + "hasRock26": "2025-05-12 19:31:50 +0300", + "hasRock25": "2025-05-12 19:31:50 +0300", + "hasRock24": "2025-05-12 19:31:50 +0300", + "hasRock23": "2025-05-12 19:31:50 +0300", + "hasRock29": "2025-05-12 19:31:50 +0300", + "hasRock28": "2025-05-12 19:31:50 +0300", + "hasRock27": "2025-05-12 19:31:50 +0300", + "hasRock11": "2025-05-12 19:31:50 +0300", + "hasRock10": "2025-05-12 19:31:50 +0300", + "hasRock30": "2025-05-12 19:31:50 +0300" + }, + "done": true + }, + "triumph:stage1/stepup": { + "criteria": { + "hasRock": "2025-05-12 20:09:43 +0300", + "completedParent": "2025-05-12 19:36:13 +0300" + }, + "done": true + }, + "triumph:stage0/upgrade": { + "criteria": { + "completedParent": "2025-05-09 03:51:08 +0300", + "hasRock": "2025-05-09 04:28:38 +0300" + }, + "done": true + }, + "triumph:stage3/redstone": { + "criteria": { + "hasRock": "2025-05-14 16:45:24 +0300" + }, + "done": false + }, + "triumph:stage0/fire": { + "criteria": { + "completedParent": "2025-05-09 03:51:08 +0300", + "hasRock": "2025-05-09 18:22:03 +0300" + }, + "done": true + }, + "triumph:stage0/baykok": { + "criteria": { + "killed_spider": "2025-05-11 01:08:25 +0300", + "completedParent": "2025-05-10 16:12:07 +0300", + "hasRock": "2025-05-11 01:08:26 +0300" + }, + "done": true + }, + "triumph:stage0/charcoal": { + "criteria": { + "completedParent": "2025-05-12 15:37:06 +0300" + }, + "done": false + }, + "triumph:stage2/controller": { + "criteria": { + "completedParent": "2025-05-14 03:02:48 +0300" + }, + "done": false + }, + "triumph:stage1/parchment": { + "criteria": { + "hasRock": "2025-05-13 23:53:46 +0300", + "completedParent": "2025-05-13 22:51:12 +0300", + "hasCraftedRock": "2025-05-13 23:53:46 +0300" + }, + "done": true + }, + "triumph:stage2/resonatingwand": { + "criteria": { + "completedParent": "2025-05-15 02:34:31 +0300", + "crafted": "2025-05-14 18:19:59 +0300" + }, + "done": true + }, + "triumph:stage0/wheel": { + "criteria": { + "hasRock": "2025-05-12 14:59:32 +0300", + "completedParent": "2025-05-12 14:59:32 +0300" + }, + "done": true + }, + "triumph:stage2/smeltertank": { + "criteria": { + "completedParent": "2025-05-14 00:55:20 +0300", + "hasRock2": "2025-05-14 01:30:09 +0300", + "hasRock1": "2025-05-14 01:30:09 +0300" + }, + "done": true + }, + "triumph:stage1/gearbox": { + "criteria": { + "hasRock": "2025-05-13 20:02:38 +0300", + "completedParent": "2025-05-13 19:59:28 +0300" + }, + "done": true + }, + "thebetweenlands:miner/new_shinies": { + "criteria": { + "syrmorite": "2025-05-14 03:07:25 +0300", + "octine": "2025-05-14 03:07:25 +0300" + }, + "done": true + }, + "triumph:stage0/workblade": { + "criteria": { + "completedParent": "2025-05-09 04:28:38 +0300", + "hasRock": "2025-05-09 14:12:53 +0300" + }, + "done": true + }, + "triumph:stage0/abyssalbiome": { + "criteria": { + "entered_forest3": "2025-05-10 14:10:51 +0300", + "entered_forest": "2025-05-10 14:10:51 +0300", + "entered_forest4": "2025-05-10 14:10:51 +0300", + "completedParent": "2025-05-09 19:02:30 +0300", + "entered_forest2": "2025-05-10 14:10:51 +0300", + "entered_forest5": "2025-05-10 14:10:51 +0300" + }, + "done": true + }, + "triumph:stage0/fertility": { + "criteria": { + "completedParent": "2025-05-10 15:01:08 +0300", + "ceremony": "2025-05-12 14:59:32 +0300" + }, + "done": true + }, + "triumph:stage2/extendedcraftingbasic": { + "criteria": { + "completedParent": "2025-05-14 00:54:02 +0300", + "hasRock": "2025-05-14 04:25:41 +0300" + }, + "done": true + }, + "triumph:stage0/spear": { + "criteria": { + "hasRock": "2025-05-10 18:04:19 +0300", + "completedParent": "2025-05-10 17:51:47 +0300" + }, + "done": true + }, + "triumph:stage0/horsechopper": { + "criteria": { + "hasRock": "2025-05-12 15:37:06 +0300", + "completedParent": "2025-05-12 14:59:32 +0300" + }, + "done": true + }, + "triumph:stage2/dowsingrod": { + "criteria": { + "completedParent": "2025-05-14 00:42:11 +0300", + "crafted": "2025-05-14 00:54:02 +0300" + }, + "done": true + }, + "triumph:stage0/mill": { + "criteria": { + "hasRock": "2025-05-12 14:59:32 +0300", + "completedParent": "2025-05-12 14:59:32 +0300" + }, + "done": true + }, + "thebetweenlands:fighter/critical_hit": { + "criteria": { + "dragonfly": "2025-05-14 18:19:01 +0300", + "leech": "2025-05-14 18:19:01 +0300", + "firefly": "2025-05-14 18:19:01 +0300", + "sporeling": "2025-05-14 18:19:01 +0300", + "termite": "2025-05-14 18:19:01 +0300", + "blood_snail": "2025-05-14 18:19:01 +0300", + "mire_snail": "2025-05-14 18:19:01 +0300" + }, + "done": true + }, + "triumph:stage1/necro": { + "criteria": { + "completedParent": "2025-05-12 18:35:28 +0300", + "crafted": "2025-05-12 20:17:02 +0300" + }, + "done": true + }, + "triumph:stage2/astable2": { + "criteria": { + "hasRock": "2025-05-15 02:38:30 +0300", + "completedParent": "2025-05-15 02:34:31 +0300" + }, + "done": true + }, + "triumph:stage2/paper": { + "criteria": { + "completedParent": "2025-05-14 00:19:16 +0300" + }, + "done": false + }, + "triumph:stage4/certusquartz": { + "criteria": { + "hasRock": "2025-05-14 17:44:26 +0300" + }, + "done": false + }, + "triumph:stage2/piston": { + "criteria": { + "hasRock": "2025-05-15 17:33:14 +0300", + "completedParent": "2025-05-15 17:18:17 +0300" + }, + "done": true + }, + "triumph:stage0/handgrind": { + "criteria": { + "completedParent": "2025-05-09 03:54:35 +0300", + "hasRock": "2025-05-09 18:13:46 +0300" + }, + "done": true + }, + "triumph:stage1/copper": { + "criteria": { + "brokeLog1": "2025-05-12 17:07:55 +0300", + "brokeLog2": "2025-05-12 17:07:55 +0300", + "completedParent": "2025-05-12 16:55:11 +0300" + }, + "done": true + }, + "triumph:stage1/bronze": { + "criteria": { + "hasRock": "2025-05-12 18:35:28 +0300", + "completedParent": "2025-05-12 18:29:43 +0300" + }, + "done": true + }, + "triumph:stage1/turntable": { + "criteria": { + "hasRock": "2025-05-13 21:03:28 +0300", + "completedParent": "2025-05-13 20:02:38 +0300" + }, + "done": true + }, + "triumph:stage0/stonetools": { + "criteria": { + "completedParent": "2025-05-09 04:28:38 +0300", + "hasRock": "2025-05-09 14:46:50 +0300" + }, + "done": true + }, + "triumph:stage1/woodbasin": { + "criteria": { + "completedParent": "2025-05-12 16:51:57 +0300", + "hasRock": "2025-05-13 14:07:56 +0300" + }, + "done": true + }, + "twilightforest:root": { + "criteria": { + "in_tf": "2025-05-15 17:18:28 +0300", + "make_portal": "2025-05-15 17:18:28 +0300" + }, + "done": true + }, + "triumph:stage2/market": { + "criteria": { + "completedParent": "2025-05-14 02:14:18 +0300", + "hasRock": "2025-05-15 16:04:52 +0300" + }, + "done": true + }, + "triumph:stage1/plumbline": { + "criteria": { + "completedParent": "2025-05-12 16:52:24 +0300", + "crafted": "2025-05-12 19:12:00 +0300" + }, + "done": true + }, + "triumph:stage1/pedestal": { + "criteria": { + "completedParent": "2025-05-13 14:56:47 +0300" + }, + "done": false + }, + "triumph:stage1/prospector": { + "criteria": { + "completedParent": "2025-05-12 16:52:24 +0300", + "crafted": "2025-05-12 16:55:11 +0300" + }, + "done": true + }, + "triumph:stage2/rockcrystal": { + "criteria": { + "completedParent": "2025-05-14 00:54:02 +0300", + "hasRock": "2025-05-15 01:04:55 +0300" + }, + "done": true + }, + "thebetweenlands:fighter/fearless_fighter": { + "criteria": { + "swamp_hag": "2025-05-14 03:24:11 +0300" + }, + "done": false + }, + "twilightforest:twilight_hunter": { + "criteria": { + "deer": "2025-05-15 17:21:33 +0300", + "hedge_spider": "2025-05-15 17:21:33 +0300", + "death_tome": "2025-05-15 17:21:33 +0300", + "lich_minion": "2025-05-15 17:21:33 +0300", + "skeleton_druid": "2025-05-15 17:21:33 +0300", + "kobold": "2025-05-15 17:21:33 +0300", + "slime_beetle": "2025-05-15 17:21:33 +0300", + "wild_boar": "2025-05-15 17:21:33 +0300", + "redcap_sapper": "2025-05-15 17:21:33 +0300", + "hydra": "2025-05-15 17:21:33 +0300", + "lich": "2025-05-15 17:21:33 +0300", + "unstable_ice_core": "2025-05-15 17:21:33 +0300", + "bunny": "2025-05-15 17:21:33 +0300", + "blockchain_goblin": "2025-05-15 17:21:33 +0300", + "swarm_spider": "2025-05-15 17:21:33 +0300", + "knight_phantom": "2025-05-15 17:21:33 +0300", + "adherent": "2025-05-15 17:21:33 +0300", + "redcap": "2025-05-15 17:21:33 +0300", + "troll": "2025-05-15 17:21:33 +0300", + "hostile_wolf": "2025-05-15 17:21:33 +0300", + "fire_beetle": "2025-05-15 17:21:33 +0300", + "mosquito_swarm": "2025-05-15 17:21:33 +0300", + "boggard": "2025-05-15 17:21:33 +0300", + "stable_ice_core": "2025-05-15 17:21:33 +0300", + "helmet_crab": "2025-05-15 17:21:33 +0300", + "minotaur": "2025-05-15 17:21:33 +0300", + "yeti_alpha": "2025-05-15 17:21:33 +0300", + "squirrel": "2025-05-15 17:21:33 +0300", + "wraith": "2025-05-15 17:21:33 +0300", + "snow_queen": "2025-05-15 17:21:33 +0300", + "tiny_bird": "2025-05-15 17:21:33 +0300", + "ur_ghast": "2025-05-15 17:21:33 +0300", + "yeti": "2025-05-15 17:21:33 +0300", + "naga": "2025-05-15 17:21:33 +0300", + "penguin": "2025-05-15 17:21:33 +0300", + "pinch_beetle": "2025-05-15 17:21:33 +0300", + "bighorn_sheep": "2025-05-15 17:21:33 +0300" + }, + "done": true + }, + "triumph:stage1/waterwheel": { + "criteria": { + "hasRock": "2025-05-12 20:20:40 +0300", + "completedParent": "2025-05-13 19:59:28 +0300" + }, + "done": true + }, + "triumph:stage0/root": { + "criteria": { + "killedByEntity": "2025-05-09 14:46:50 +0300", + "enterDimension": "2025-05-09 14:46:50 +0300", + "killEntity": "2025-05-09 14:46:50 +0300", + "location": "2025-05-09 03:27:49 +0300", + "breakBlock": "2025-05-09 14:46:50 +0300", + "craftItem": "2025-05-09 14:46:50 +0300", + "inventoryChange": "2025-05-09 14:46:50 +0300" + }, + "done": true + }, + "twilightforest:hedge": { + "criteria": { + "hedge_spider": "2025-05-16 00:31:13 +0300", + "swarm_spider": "2025-05-16 00:31:13 +0300" + }, + "done": true + }, + "triumph:stage1/leafbed": { + "criteria": { + "hasRock": "2025-05-12 16:56:59 +0300", + "completedParent": "2025-05-12 16:52:24 +0300" + }, + "done": true + }, + "triumph:stage0/firstchest": { + "criteria": { + "completedParent": "2025-05-09 03:54:35 +0300", + "hasRock": "2025-05-09 14:14:29 +0300", + "hasRock2": "2025-05-10 14:10:51 +0300", + "hasRock4": "2025-05-10 14:10:51 +0300", + "hasRock3": "2025-05-10 14:10:51 +0300" + }, + "done": true + }, + "triumph:stage3/nickel": { + "criteria": { + "hasRock2": "2025-05-14 00:55:20 +0300" + }, + "done": false + }, + "triumph:stage2/stevescarts": { + "criteria": { + "completedParent": "2025-05-15 17:33:14 +0300" + }, + "done": false + }, + "triumph:stage1/coal": { + "criteria": { + "hasRock": "2025-05-12 17:01:50 +0300", + "completedParent": "2025-05-12 16:55:11 +0300" + }, + "done": true + }, + "triumph:stage2/starpowder": { + "criteria": { + "hasRock": "2025-05-14 00:35:11 +0300", + "completedParent": "2025-05-14 00:54:02 +0300" + }, + "done": true + }, + "thebetweenlands:adventurer/enter_the_stronghold": { + "criteria": { + "stronghold": "2025-05-14 18:42:14 +0300" + }, + "done": true + }, + "triumph:stage0/woodenbarrel": { + "criteria": { + "hasRock9": "2025-05-09 18:42:04 +0300", + "hasRock8": "2025-05-09 18:42:04 +0300", + "hasRock7": "2025-05-09 18:42:04 +0300", + "completedParent": "2025-05-09 18:32:17 +0300", + "hasRock2": "2025-05-09 18:42:04 +0300", + "hasRock1": "2025-05-09 18:42:04 +0300", + "hasRock6": "2025-05-09 18:42:04 +0300", + "hasRock5": "2025-05-09 18:42:04 +0300", + "hasRock10": "2025-05-09 18:42:04 +0300", + "hasRock4": "2025-05-09 18:42:04 +0300", + "hasRock3": "2025-05-09 18:42:04 +0300" + }, + "done": true + }, + "triumph:stage0/tomahawk": { + "criteria": { + "completedParent": "2025-05-10 17:51:47 +0300", + "hasRock": "2025-05-12 15:24:15 +0300" + }, + "done": true + }, + "triumph:stage0/mesh": { + "criteria": { + "hasRock": "2025-05-09 03:46:24 +0300", + "completedParent": "2025-05-09 03:41:29 +0300" + }, + "done": true + }, + "thebetweenlands:adventurer/ruined_it": { + "criteria": { + "shack": "2025-05-14 03:33:04 +0300", + "ruin": "2025-05-14 03:33:04 +0300" + }, + "done": true + }, + "triumph:stage2/twilight": { + "criteria": { + "completedParent": "2025-05-15 02:38:30 +0300", + "hasRock": "2025-05-15 17:18:17 +0300" + }, + "done": true + } +} \ No newline at end of file diff --git a/world/advancements/5d8fa0ff-f225-316b-b91d-7f85ea92a2e8.json b/world/advancements/5d8fa0ff-f225-316b-b91d-7f85ea92a2e8.json new file mode 100644 index 0000000..b9179fe --- /dev/null +++ b/world/advancements/5d8fa0ff-f225-316b-b91d-7f85ea92a2e8.json @@ -0,0 +1,20 @@ +{ + "triumph:stage0/root": { + "criteria": { + "location": "2025-05-09 20:43:56 +0300" + }, + "done": true + }, + "triumph:stage0/firsttool": { + "criteria": { + "completedParent": "2025-05-09 20:43:56 +0300" + }, + "done": false + }, + "triumph:stage0/fiber": { + "criteria": { + "completedParent": "2025-05-09 20:43:56 +0300" + }, + "done": false + } +} \ No newline at end of file diff --git a/world/advancements/622daa46-3d92-4bcd-888e-9633a86b0541.json b/world/advancements/622daa46-3d92-4bcd-888e-9633a86b0541.json new file mode 100644 index 0000000..5146b2b --- /dev/null +++ b/world/advancements/622daa46-3d92-4bcd-888e-9633a86b0541.json @@ -0,0 +1,1260 @@ +{ + "triumph:stage0/mat": { + "criteria": { + "hasRock": "2025-05-12 14:41:36 +0300", + "completedParent": "2025-05-12 14:41:36 +0300" + }, + "done": true + }, + "triumph:stage0/melter": { + "criteria": { + "hasRock": "2025-05-12 16:51:57 +0300", + "completedParent": "2025-05-12 16:46:13 +0300", + "hasRock2": "2025-05-12 16:51:57 +0300" + }, + "done": true + }, + "triumph:stage2/bucket": { + "criteria": { + "hasRock": "2025-05-15 16:10:12 +0300" + }, + "done": false + }, + "thebetweenlands:survivalist/root": { + "criteria": { + "has_dank_world": "2025-05-15 16:10:12 +0300" + }, + "done": true + }, + "thebetweenlands:adventurer/idolised": { + "criteria": { + "ruin": "2025-05-15 16:10:12 +0300" + }, + "done": true + }, + "triumph:stage1/alloykiln": { + "criteria": { + "hasRock": "2025-05-12 18:29:43 +0300", + "completedParent": "2025-05-12 17:07:55 +0300" + }, + "done": true + }, + "triumph:stage0/totemic": { + "criteria": { + "hasRock": "2025-05-12 14:41:36 +0300", + "completedParent": "2025-05-12 14:41:36 +0300", + "hasRock2": "2025-05-12 14:41:36 +0300", + "hasRock3": "2025-05-12 14:41:36 +0300" + }, + "done": true + }, + "triumph:stage1/root": { + "criteria": { + "completedStage0": "2025-05-12 16:51:57 +0300" + }, + "done": true + }, + "triumph:stage1/bucket": { + "criteria": { + "hasRock": "2025-05-15 16:10:12 +0300", + "completedParent": "2025-05-15 16:10:12 +0300" + }, + "done": true + }, + "triumph:stage2/conpaper": { + "criteria": { + "hasRock": "2025-05-15 16:02:48 +0300", + "completedParent": "2025-05-15 16:02:48 +0300" + }, + "done": true + }, + "triumph:stage0/woodhopper1": { + "criteria": { + "completedParent": "2025-05-12 12:38:07 +0300", + "hasRock": "2025-05-12 14:41:36 +0300" + }, + "done": true + }, + "triumph:stage0/woodhopper2": { + "criteria": { + "hasRock": "2025-05-12 14:41:36 +0300", + "completedParent": "2025-05-12 14:41:36 +0300" + }, + "done": true + }, + "triumph:stage2/lightwell": { + "criteria": { + "hasRock": "2025-05-15 16:02:48 +0300", + "completedParent": "2025-05-15 16:02:48 +0300" + }, + "done": true + }, + "triumph:stage1/axle": { + "criteria": { + "hasRock": "2025-05-15 16:10:12 +0300", + "completedParent": "2025-05-15 16:10:12 +0300" + }, + "done": true + }, + "thebetweenlands:adventurer/give_me_that": { + "criteria": { + "talisman": "2025-05-15 16:10:12 +0300" + }, + "done": true + }, + "triumph:stage2/betweenlands": { + "criteria": { + "entered_nether": "2025-05-15 16:10:12 +0300" + }, + "done": true + }, + "triumph:stage2/mapping": { + "criteria": { + "completedParent": "2025-05-15 16:10:12 +0300" + }, + "done": false + }, + "triumph:stage3/projector": { + "criteria": { + "hasRock": "2025-05-15 16:10:12 +0300" + }, + "done": false + }, + "triumph:stage0/fiber": { + "criteria": { + "completedParent": "2025-05-12 11:53:42 +0300", + "hasRock": "2025-05-12 12:15:04 +0300" + }, + "done": true + }, + "triumph:stage0/firepit": { + "criteria": { + "hasRock": "2025-05-12 13:24:14 +0300", + "completedParent": "2025-05-12 13:27:16 +0300" + }, + "done": true + }, + "triumph:stage1/furnace": { + "criteria": { + "completedParent": "2025-05-12 16:52:24 +0300", + "crafted": "2025-05-12 16:53:02 +0300" + }, + "done": true + }, + "triumph:stage2/root": { + "criteria": { + "completedStage1": "2025-05-15 16:02:48 +0300" + }, + "done": true + }, + "triumph:stage1/extension": { + "criteria": { + "placedDirt": "2025-05-12 18:00:35 +0300", + "completedParent": "2025-05-12 18:00:10 +0300" + }, + "done": true + }, + "thebetweenlands:adventurer/dank_world": { + "criteria": { + "in_bl": "2025-05-15 16:10:12 +0300" + }, + "done": true + }, + "thebetweenlands:craftsman/getting_harder_wood": { + "criteria": { + "log_rubber": "2025-05-15 16:10:12 +0300", + "giant_root": "2025-05-15 16:10:12 +0300", + "log_sap": "2025-05-15 16:10:12 +0300", + "log_weedwood": "2025-05-15 16:10:12 +0300", + "log_hearthgrove": "2025-05-15 16:10:12 +0300", + "weedwood": "2025-05-15 16:10:12 +0300", + "log_nibbletwig": "2025-05-15 16:10:12 +0300" + }, + "done": true + }, + "thebetweenlands:survivalist/say_nay_to_decay": { + "criteria": { + "have_petal": "2025-05-15 16:10:12 +0300" + }, + "done": true + }, + "triumph:stage1/tchannel": { + "criteria": { + "crafted1": "2025-05-12 17:57:59 +0300", + "completedParent": "2025-05-12 16:51:57 +0300", + "crafted2": "2025-05-12 17:57:59 +0300" + }, + "done": true + }, + "triumph:stage2/enderman": { + "criteria": { + "completedParent": "2025-05-15 16:02:48 +0300", + "killed_spider3": "2025-05-15 16:02:48 +0300", + "killed_spider4": "2025-05-15 16:02:48 +0300", + "killed_spider5": "2025-05-15 16:02:48 +0300", + "killed_spider1": "2025-05-15 16:02:48 +0300", + "killed_spider2": "2025-05-15 16:02:48 +0300" + }, + "done": true + }, + "triumph:stage1/parrot": { + "criteria": { + "tamed_horse": "2025-05-12 14:41:36 +0300", + "completedParent": "2025-05-15 16:10:12 +0300" + }, + "done": true + }, + "thebetweenlands:fighter/chopping_boy": { + "criteria": { + "killed_a_mob_ancient": "2025-05-15 16:10:12 +0300", + "killed_a_mob_shockwave": "2025-05-15 16:10:12 +0300", + "killed_a_mob_octine": "2025-05-15 16:10:12 +0300", + "killed_a_mob_bone": "2025-05-15 16:10:12 +0300", + "killed_a_mob_weedwood": "2025-05-15 16:10:12 +0300", + "killed_a_mob_valonite": "2025-05-15 16:10:12 +0300" + }, + "done": true + }, + "triumph:stage1/aquamarine": { + "criteria": { + "hasRock": "2025-05-15 16:10:12 +0300", + "completedParent": "2025-05-15 16:10:12 +0300" + }, + "done": true + }, + "triumph:stage0/collectplank": { + "criteria": { + "completedParent": "2025-05-12 12:25:02 +0300", + "crafted": "2025-05-12 12:25:40 +0300" + }, + "done": true + }, + "triumph:stage2/drawertable": { + "criteria": { + "completedParent": "2025-05-15 16:10:12 +0300" + }, + "done": false + }, + "triumph:stage2/nuggetcast": { + "criteria": { + "completedParent": "2025-05-15 16:10:12 +0300" + }, + "done": false + }, + "triumph:stage1/blackquartz": { + "criteria": { + "hasRock": "2025-05-15 16:10:12 +0300", + "completedParent": "2025-05-15 16:10:12 +0300" + }, + "done": true + }, + "triumph:stage0/saltflats": { + "criteria": { + "completedParent": "2025-05-12 13:36:23 +0300", + "hasRock2": "2025-05-12 14:41:36 +0300", + "hasRock1": "2025-05-12 14:41:36 +0300", + "hasRock5": "2025-05-12 12:20:24 +0300", + "hasRock4": "2025-05-12 14:41:36 +0300", + "hasRock3": "2025-05-12 14:41:36 +0300" + }, + "done": true + }, + "triumph:stage2/sealantern": { + "criteria": { + "completedParent": "2025-05-15 16:10:12 +0300" + }, + "done": false + }, + "thebetweenlands:miner/advanced_darkness": { + "criteria": { + "caverns": "2025-05-15 16:10:12 +0300" + }, + "done": true + }, + "thebetweenlands:fighter/root": { + "criteria": { + "has_dank_world": "2025-05-15 16:02:48 +0300" + }, + "done": true + }, + "triumph:stage0/horsepower": { + "criteria": { + "hasRock": "2025-05-12 14:59:32 +0300", + "completedParent": "2025-05-12 14:41:36 +0300" + }, + "done": true + }, + "triumph:stage0/atlas": { + "criteria": { + "book1": "2025-05-12 14:41:36 +0300", + "completedParent": "2025-05-12 14:41:36 +0300" + }, + "done": true + }, + "triumph:stage1/statue": { + "criteria": { + "hasRock7": "2025-05-15 16:10:12 +0300", + "completedParent": "2025-05-12 20:17:02 +0300", + "hasRock2": "2025-05-15 16:10:12 +0300", + "hasRock1": "2025-05-15 16:10:12 +0300", + "hasRock6": "2025-05-15 16:10:12 +0300", + "hasRock5": "2025-05-15 16:10:12 +0300", + "hasRock4": "2025-05-15 16:10:12 +0300", + "hasRock3": "2025-05-15 16:10:12 +0300" + }, + "done": true + }, + "triumph:stage1/cart": { + "criteria": { + "hasRock": "2025-05-12 14:59:32 +0300", + "completedParent": "2025-05-12 14:59:32 +0300", + "hasMobCart": "2025-05-12 14:59:32 +0300" + }, + "done": true + }, + "triumph:stage1/journal": { + "criteria": { + "hasRock": "2025-05-15 16:10:12 +0300", + "completedParent": "2025-05-15 16:10:12 +0300" + }, + "done": true + }, + "triumph:stage2/weedwoodsticks": { + "criteria": { + "hasRock": "2025-05-15 16:10:12 +0300" + }, + "done": true + }, + "triumph:stage1/astable": { + "criteria": { + "hasRock": "2025-05-15 16:10:12 +0300", + "completedParent": "2025-05-15 16:10:12 +0300" + }, + "done": true + }, + "triumph:stage0/chestupgrade": { + "criteria": { + "completedParent": "2025-05-12 12:38:07 +0300", + "hasRock": "2025-05-12 14:41:36 +0300" + }, + "done": true + }, + "triumph:stage2/wool": { + "criteria": { + "hasRock": "2025-05-15 16:10:12 +0300", + "completedParent": "2025-05-15 16:10:12 +0300" + }, + "done": true + }, + "triumph:stage3/iehammer": { + "criteria": { + "hasRock": "2025-05-12 18:14:59 +0300" + }, + "done": false + }, + "triumph:stage2/glass": { + "criteria": { + "hasRock": "2025-05-15 16:02:48 +0300", + "completedParent": "2025-05-15 16:02:48 +0300" + }, + "done": true + }, + "triumph:stage0/leather": { + "criteria": { + "hasRock": "2025-05-12 14:41:36 +0300", + "completedParent": "2025-05-12 14:41:36 +0300" + }, + "done": true + }, + "triumph:stage1/bees": { + "criteria": { + "completedParent": "2025-05-12 19:31:50 +0300", + "hasRock": "2025-05-15 16:10:12 +0300" + }, + "done": true + }, + "triumph:stage1/tin": { + "criteria": { + "brokeLog1": "2025-05-12 18:44:46 +0300", + "brokeLog2": "2025-05-12 18:44:46 +0300", + "completedParent": "2025-05-12 16:55:11 +0300" + }, + "done": true + }, + "triumph:stage1/bloodaltar": { + "criteria": { + "hasRock": "2025-05-12 19:36:13 +0300", + "completedParent": "2025-05-12 18:29:43 +0300" + }, + "done": true + }, + "thebetweenlands:adventurer/tall_tough": { + "criteria": { + "ruin": "2025-05-15 16:10:12 +0300" + }, + "done": true + }, + "triumph:stage0/weaponize": { + "criteria": { + "completedParent": "2025-05-12 12:25:02 +0300", + "hasRock": "2025-05-12 14:07:15 +0300" + }, + "done": true + }, + "thebetweenlands:miner/root": { + "criteria": { + "has_dank_world": "2025-05-15 16:10:12 +0300" + }, + "done": true + }, + "triumph:stage0/gear": { + "criteria": { + "hasRock": "2025-05-12 14:59:32 +0300", + "completedParent": "2025-05-12 14:59:32 +0300" + }, + "done": true + }, + "triumph:stage1/crafting": { + "criteria": { + "completedParent": "2025-05-12 16:51:57 +0300", + "crafted": "2025-05-12 16:52:24 +0300" + }, + "done": true + }, + "triumph:stage0/flintknapp": { + "criteria": { + "hasRock": "2025-05-12 12:24:24 +0300", + "completedParent": "2025-05-12 12:21:52 +0300" + }, + "done": true + }, + "triumph:stage1/chest": { + "criteria": { + "completedParent": "2025-05-12 16:52:24 +0300", + "brokeLog": "2025-05-12 16:55:01 +0300" + }, + "done": true + }, + "triumph:stage2/skywave": { + "criteria": { + "completedParent": "2025-05-15 16:10:12 +0300" + }, + "done": false + }, + "thebetweenlands:adventurer/root": { + "criteria": { + "talisman": "2025-05-15 16:10:12 +0300", + "in_bl": "2025-05-15 16:10:12 +0300" + }, + "done": true + }, + "triumph:stage0/waterstrainer": { + "criteria": { + "completedParent": "2025-05-12 12:25:43 +0300", + "hasRock2": "2025-05-12 14:41:36 +0300", + "hasRock1": "2025-05-12 14:41:36 +0300" + }, + "done": true + }, + "triumph:stage0/grill": { + "criteria": { + "hasRock": "2025-05-12 13:36:23 +0300", + "completedParent": "2025-05-12 13:27:16 +0300" + }, + "done": true + }, + "triumph:stage1/dung": { + "criteria": { + "completedParent": "2025-05-12 18:00:10 +0300", + "placedDirt2": "2025-05-12 18:00:10 +0300", + "placedDirt1": "2025-05-12 18:00:10 +0300" + }, + "done": true + }, + "thebetweenlands:herbalist/root": { + "criteria": { + "has_dank_world": "2025-05-15 16:10:12 +0300" + }, + "done": true + }, + "triumph:stage2/iron": { + "criteria": { + "completedParent": "2025-05-15 16:10:12 +0300", + "brokeLog": "2025-05-15 16:10:12 +0300" + }, + "done": true + }, + "triumph:stage0/kiln": { + "criteria": { + "completedParent": "2025-05-12 12:25:43 +0300", + "hasRock": "2025-05-12 13:29:48 +0300" + }, + "done": true + }, + "triumph:stage1/beneath": { + "criteria": { + "completedParent": "2025-05-15 16:10:12 +0300", + "entered_nether": "2025-05-15 16:10:12 +0300" + }, + "done": true + }, + "triumph:stage1/aqueduct": { + "criteria": { + "placedDirt8": "2025-05-12 17:52:32 +0300", + "placedDirt9": "2025-05-12 17:52:32 +0300", + "placedDirt6": "2025-05-12 17:52:32 +0300", + "placedDirt7": "2025-05-12 17:52:32 +0300", + "placedDirt4": "2025-05-12 17:52:32 +0300", + "completedParent": "2025-05-12 16:51:57 +0300", + "placedDirt5": "2025-05-12 17:52:32 +0300", + "placedDirt2": "2025-05-12 17:52:32 +0300", + "placedDirt10": "2025-05-12 17:52:32 +0300", + "placedDirt3": "2025-05-12 17:52:32 +0300", + "placedDirt0": "2025-05-12 17:52:32 +0300", + "placedDirt1": "2025-05-12 17:52:32 +0300" + }, + "done": true + }, + "thebetweenlands:fighter/serious_business": { + "criteria": { + "octine_sword": "2025-05-15 16:02:48 +0300", + "weedwood_sword": "2025-05-15 16:02:48 +0300", + "bone_sword": "2025-05-15 16:02:48 +0300", + "valonite_sword": "2025-05-15 16:02:48 +0300" + }, + "done": true + }, + "triumph:stage2/weird": { + "criteria": { + "completedParent": "2025-05-15 16:10:12 +0300" + }, + "done": false + }, + "triumph:stage1/stoneanvil": { + "criteria": { + "completedParent": "2025-05-12 16:51:57 +0300", + "crafted": "2025-05-12 18:13:24 +0300" + }, + "done": true + }, + "triumph:stage0/naturescompass": { + "criteria": { + "completedParent": "2025-05-12 12:25:43 +0300", + "hasRock": "2025-05-12 14:41:36 +0300" + }, + "done": true + }, + "triumph:stage2/lapis": { + "criteria": { + "completedParent": "2025-05-15 16:10:12 +0300", + "brokeLog": "2025-05-15 16:10:12 +0300" + }, + "done": true + }, + "triumph:stage0/abyssalgem": { + "criteria": { + "completedParent": "2025-05-12 14:41:36 +0300", + "hasRock": "2025-05-12 16:15:38 +0300" + }, + "done": true + }, + "triumph:stage0/firstbreak": { + "criteria": { + "brokeLog16": "2025-05-12 14:41:36 +0300", + "brokeLog38": "2025-05-12 14:41:36 +0300", + "brokeLog17": "2025-05-12 14:41:36 +0300", + "brokeLog39": "2025-05-12 14:41:36 +0300", + "brokeLog18": "2025-05-12 14:41:36 +0300", + "brokeLog19": "2025-05-12 14:41:36 +0300", + "completedParent": "2025-05-12 12:25:02 +0300", + "brokeLog1": "2025-05-12 12:15:56 +0300", + "brokeLog2": "2025-05-12 14:41:36 +0300", + "brokeLog9": "2025-05-12 14:41:36 +0300", + "brokeLog30": "2025-05-12 14:41:36 +0300", + "brokeLog31": "2025-05-12 14:41:36 +0300", + "brokeLog7": "2025-05-12 14:41:36 +0300", + "brokeLog10": "2025-05-12 14:41:36 +0300", + "brokeLog32": "2025-05-12 14:41:36 +0300", + "brokeLog8": "2025-05-12 14:41:36 +0300", + "brokeLog11": "2025-05-12 14:41:36 +0300", + "brokeLog33": "2025-05-12 14:41:36 +0300", + "brokeLog5": "2025-05-12 14:41:36 +0300", + "brokeLog12": "2025-05-12 14:41:36 +0300", + "brokeLog34": "2025-05-12 14:41:36 +0300", + "brokeLog6": "2025-05-12 14:41:36 +0300", + "brokeLog13": "2025-05-12 14:41:36 +0300", + "brokeLog35": "2025-05-12 14:41:36 +0300", + "brokeLog3": "2025-05-12 14:41:36 +0300", + "brokeLog14": "2025-05-12 14:41:36 +0300", + "brokeLog36": "2025-05-12 14:41:36 +0300", + "brokeLog4": "2025-05-12 14:41:36 +0300", + "brokeLog15": "2025-05-12 14:41:36 +0300", + "brokeLog37": "2025-05-12 14:41:36 +0300", + "brokeLog27": "2025-05-12 14:41:36 +0300", + "brokeLog28": "2025-05-12 14:41:36 +0300", + "brokeLog29": "2025-05-12 14:41:36 +0300", + "brokeLog40": "2025-05-12 14:41:36 +0300", + "brokeLog20": "2025-05-12 14:41:36 +0300", + "brokeLog21": "2025-05-12 14:41:36 +0300", + "brokeLog22": "2025-05-12 14:41:36 +0300", + "brokeLog23": "2025-05-12 14:41:36 +0300", + "brokeLog25": "2025-05-12 14:41:36 +0300", + "brokeLog26": "2025-05-12 14:41:36 +0300" + }, + "done": true + }, + "triumph:stage0/saddle": { + "criteria": { + "hasRock": "2025-05-12 14:59:32 +0300", + "completedParent": "2025-05-12 14:41:36 +0300" + }, + "done": true + }, + "triumph:stage0/melterbase": { + "criteria": { + "hasRock": "2025-05-12 16:46:13 +0300", + "completedParent": "2025-05-12 16:40:22 +0300", + "hasRock2": "2025-05-12 16:46:13 +0300" + }, + "done": true + }, + "triumph:stage0/fluidbladder": { + "criteria": { + "completedParent": "2025-05-12 12:25:43 +0300", + "hasRock": "2025-05-12 14:41:36 +0300" + }, + "done": true + }, + "triumph:stage0/buffalo": { + "criteria": { + "hasRock": "2025-05-12 14:41:36 +0300", + "completedParent": "2025-05-12 14:41:36 +0300" + }, + "done": true + }, + "triumph:stage1/huntingdim": { + "criteria": { + "hasRock": "2025-05-12 18:07:22 +0300", + "completedParent": "2025-05-12 16:51:57 +0300" + }, + "done": true + }, + "triumph:stage0/flamehopper": { + "criteria": { + "completedParent": "2025-05-12 14:41:36 +0300", + "hasRock": "2025-05-12 16:40:22 +0300" + }, + "done": true + }, + "triumph:stage0/farmland": { + "criteria": { + "completedParent": "2025-05-12 14:41:36 +0300", + "traded": "2025-05-12 15:50:40 +0300" + }, + "done": true + }, + "triumph:stage0/workstump": { + "criteria": { + "completedParent": "2025-05-12 12:25:40 +0300", + "crafted": "2025-05-12 12:25:43 +0300" + }, + "done": true + }, + "triumph:stage0/lowgradecharcoal": { + "criteria": { + "completedParent": "2025-05-12 13:29:48 +0300", + "hasRock": "2025-05-12 14:41:36 +0300" + }, + "done": true + }, + "triumph:stage1/claybarrel": { + "criteria": { + "hasRock": "2025-05-12 18:00:10 +0300", + "completedParent": "2025-05-12 16:51:57 +0300" + }, + "done": true + }, + "triumph:stage0/lead": { + "criteria": { + "hasRock": "2025-05-12 14:41:36 +0300", + "completedParent": "2025-05-12 14:41:36 +0300" + }, + "done": true + }, + "thebetweenlands:craftsman/root": { + "criteria": { + "has_dank_world": "2025-05-15 16:10:12 +0300" + }, + "done": true + }, + "thebetweenlands:farmer/root": { + "criteria": { + "has_dank_world": "2025-05-15 16:10:12 +0300" + }, + "done": true + }, + "triumph:stage0/firsttool": { + "criteria": { + "completedParent": "2025-05-12 11:53:42 +0300", + "hasRock": "2025-05-12 12:25:02 +0300" + }, + "done": true + }, + "triumph:stage0/fish": { + "criteria": { + "killed_fish3": "2025-05-12 14:41:36 +0300", + "killed_fish2": "2025-05-12 14:41:36 +0300", + "killed_fish": "2025-05-12 14:41:36 +0300", + "killed_fish4": "2025-05-12 14:41:36 +0300", + "completedParent": "2025-05-12 14:41:36 +0300" + }, + "done": true + }, + "triumph:stage2/gold": { + "criteria": { + "completedParent": "2025-05-15 16:02:48 +0300", + "brokeLog": "2025-05-15 16:02:48 +0300" + }, + "done": true + }, + "thebetweenlands:fighter/fashionable_warrior": { + "criteria": { + "hurt_mob_default": "2025-05-15 16:10:12 +0300" + }, + "done": true + }, + "thebetweenlands:fighter/shield_wall": { + "criteria": { + "octine_shield": "2025-05-15 16:02:48 +0300", + "valonite_shield": "2025-05-15 16:02:48 +0300", + "dentrothyst_shield_o": "2025-05-15 16:02:48 +0300", + "dentrothyst_shield_o_p": "2025-05-15 16:02:48 +0300", + "weedwood_shield": "2025-05-15 16:02:48 +0300", + "living_weedwood_shield": "2025-05-15 16:02:48 +0300", + "dentrothyst_shield_g": "2025-05-15 16:02:48 +0300", + "syrmorite_shield": "2025-05-15 16:02:48 +0300", + "lurker_skin_shield": "2025-05-15 16:02:48 +0300", + "bone_shield": "2025-05-15 16:02:48 +0300", + "dentrothyst_shield_g_p": "2025-05-15 16:02:48 +0300" + }, + "done": true + }, + "triumph:stage2/tcontable1": { + "criteria": { + "hasRock": "2025-05-15 16:10:12 +0300", + "completedParent": "2025-05-15 16:10:12 +0300" + }, + "done": true + }, + "triumph:stage2/tcontable2": { + "criteria": { + "completedParent": "2025-05-15 16:10:12 +0300", + "hasRock2": "2025-05-15 16:10:12 +0300", + "hasRock1": "2025-05-15 16:10:12 +0300" + }, + "done": true + }, + "triumph:stage2/tcontable3": { + "criteria": { + "hasRock": "2025-05-15 16:10:12 +0300", + "completedParent": "2025-05-15 16:10:12 +0300" + }, + "done": true + }, + "triumph:stage2/wateringcan": { + "criteria": { + "completedParent": "2025-05-15 16:10:12 +0300" + }, + "done": false + }, + "triumph:stage0/tipi": { + "criteria": { + "hasRock": "2025-05-12 14:41:36 +0300", + "completedParent": "2025-05-12 14:41:36 +0300" + }, + "done": true + }, + "thebetweenlands:survivalist/a_cure": { + "criteria": { + "have_sap": "2025-05-15 16:10:12 +0300" + }, + "done": true + }, + "thebetweenlands:craftsman/all_over_again": { + "criteria": { + "weedwood_workbench": "2025-05-15 16:10:12 +0300" + }, + "done": true + }, + "triumph:stage1/hoe": { + "criteria": { + "hasRock15": "2025-05-12 19:31:50 +0300", + "hasRock14": "2025-05-12 19:31:50 +0300", + "hasRock13": "2025-05-12 19:31:50 +0300", + "hasRock12": "2025-05-12 19:31:50 +0300", + "hasRock19": "2025-05-12 19:31:50 +0300", + "hasRock18": "2025-05-12 19:31:50 +0300", + "hasRock17": "2025-05-12 19:31:50 +0300", + "completedParent": "2025-05-12 16:51:57 +0300", + "hasRock16": "2025-05-12 19:31:50 +0300", + "hasRock9": "2025-05-12 19:31:50 +0300", + "hasRock8": "2025-05-12 19:31:50 +0300", + "hasRock7": "2025-05-12 19:31:50 +0300", + "hasRock2": "2025-05-12 19:31:50 +0300", + "hasRock1": "2025-05-12 19:31:50 +0300", + "hasRock0": "2025-05-12 19:31:50 +0300", + "hasRock6": "2025-05-12 19:31:50 +0300", + "hasRock22": "2025-05-12 19:31:50 +0300", + "hasRock5": "2025-05-12 19:31:50 +0300", + "hasRock21": "2025-05-12 19:31:50 +0300", + "hasRock4": "2025-05-12 19:31:50 +0300", + "hasRock20": "2025-05-12 19:31:50 +0300", + "hasRock3": "2025-05-12 19:31:50 +0300", + "hasRock26": "2025-05-12 19:31:50 +0300", + "hasRock25": "2025-05-12 19:31:50 +0300", + "hasRock24": "2025-05-12 19:31:50 +0300", + "hasRock23": "2025-05-12 19:31:50 +0300", + "hasRock29": "2025-05-12 19:31:50 +0300", + "hasRock28": "2025-05-12 19:31:50 +0300", + "hasRock27": "2025-05-12 19:31:50 +0300", + "hasRock11": "2025-05-12 19:31:50 +0300", + "hasRock10": "2025-05-12 19:31:50 +0300", + "hasRock30": "2025-05-12 19:31:50 +0300" + }, + "done": true + }, + "triumph:stage1/stepup": { + "criteria": { + "hasRock": "2025-05-12 20:09:43 +0300", + "completedParent": "2025-05-12 19:36:13 +0300" + }, + "done": true + }, + "triumph:stage0/upgrade": { + "criteria": { + "hasRock": "2025-05-12 12:27:50 +0300", + "completedParent": "2025-05-12 12:25:02 +0300" + }, + "done": true + }, + "triumph:stage3/redstone": { + "criteria": { + "hasRock": "2025-05-15 16:10:12 +0300" + }, + "done": false + }, + "triumph:stage0/fire": { + "criteria": { + "completedParent": "2025-05-12 12:25:02 +0300", + "hasRock": "2025-05-12 13:27:16 +0300" + }, + "done": true + }, + "triumph:stage0/baykok": { + "criteria": { + "killed_spider": "2025-05-12 14:41:36 +0300", + "hasRock": "2025-05-12 14:41:36 +0300", + "completedParent": "2025-05-12 14:41:36 +0300" + }, + "done": true + }, + "triumph:stage0/charcoal": { + "criteria": { + "completedParent": "2025-05-12 15:37:06 +0300" + }, + "done": false + }, + "triumph:stage2/controller": { + "criteria": { + "completedParent": "2025-05-15 16:10:12 +0300" + }, + "done": false + }, + "triumph:stage2/resonatingwand": { + "criteria": { + "completedParent": "2025-05-15 16:02:48 +0300", + "crafted": "2025-05-15 16:02:48 +0300" + }, + "done": true + }, + "triumph:stage1/parchment": { + "criteria": { + "hasRock": "2025-05-15 16:10:12 +0300", + "completedParent": "2025-05-15 16:10:12 +0300", + "hasCraftedRock": "2025-05-15 16:10:12 +0300" + }, + "done": true + }, + "triumph:stage0/wheel": { + "criteria": { + "hasRock": "2025-05-12 14:59:32 +0300", + "completedParent": "2025-05-12 14:59:32 +0300" + }, + "done": true + }, + "triumph:stage2/smeltertank": { + "criteria": { + "completedParent": "2025-05-15 16:10:12 +0300", + "hasRock2": "2025-05-15 16:10:12 +0300", + "hasRock1": "2025-05-15 16:10:12 +0300" + }, + "done": true + }, + "triumph:stage1/gearbox": { + "criteria": { + "hasRock": "2025-05-15 16:10:12 +0300", + "completedParent": "2025-05-15 16:10:12 +0300" + }, + "done": true + }, + "thebetweenlands:miner/new_shinies": { + "criteria": { + "syrmorite": "2025-05-15 16:10:12 +0300", + "octine": "2025-05-15 16:10:12 +0300" + }, + "done": true + }, + "triumph:stage0/workblade": { + "criteria": { + "completedParent": "2025-05-12 12:27:50 +0300", + "hasRock": "2025-05-12 14:41:36 +0300" + }, + "done": true + }, + "triumph:stage0/abyssalbiome": { + "criteria": { + "entered_forest3": "2025-05-12 14:41:36 +0300", + "entered_forest": "2025-05-12 14:41:36 +0300", + "entered_forest4": "2025-05-12 14:41:36 +0300", + "completedParent": "2025-05-12 14:41:36 +0300", + "entered_forest2": "2025-05-12 14:41:36 +0300", + "entered_forest5": "2025-05-12 14:41:36 +0300" + }, + "done": true + }, + "triumph:stage0/fertility": { + "criteria": { + "ceremony": "2025-05-12 14:59:32 +0300", + "completedParent": "2025-05-12 14:41:36 +0300" + }, + "done": true + }, + "triumph:stage2/extendedcraftingbasic": { + "criteria": { + "hasRock": "2025-05-15 16:10:12 +0300", + "completedParent": "2025-05-15 16:10:12 +0300" + }, + "done": true + }, + "triumph:stage0/spear": { + "criteria": { + "completedParent": "2025-05-12 14:07:15 +0300", + "hasRock": "2025-05-12 14:41:36 +0300" + }, + "done": true + }, + "triumph:stage0/horsechopper": { + "criteria": { + "completedParent": "2025-05-12 14:59:32 +0300", + "hasRock": "2025-05-12 15:37:06 +0300" + }, + "done": true + }, + "triumph:stage2/dowsingrod": { + "criteria": { + "completedParent": "2025-05-15 16:02:48 +0300", + "crafted": "2025-05-15 16:02:48 +0300" + }, + "done": true + }, + "triumph:stage0/mill": { + "criteria": { + "hasRock": "2025-05-12 14:59:32 +0300", + "completedParent": "2025-05-12 14:59:32 +0300" + }, + "done": true + }, + "thebetweenlands:fighter/critical_hit": { + "criteria": { + "dragonfly": "2025-05-15 16:10:12 +0300", + "leech": "2025-05-15 16:10:12 +0300", + "firefly": "2025-05-15 16:10:12 +0300", + "sporeling": "2025-05-15 16:10:12 +0300", + "termite": "2025-05-15 16:10:12 +0300", + "blood_snail": "2025-05-15 16:10:12 +0300", + "mire_snail": "2025-05-15 16:10:12 +0300" + }, + "done": true + }, + "triumph:stage1/necro": { + "criteria": { + "completedParent": "2025-05-12 18:35:28 +0300", + "crafted": "2025-05-12 20:17:02 +0300" + }, + "done": true + }, + "triumph:stage2/astable2": { + "criteria": { + "hasRock": "2025-05-15 16:02:48 +0300", + "completedParent": "2025-05-15 16:02:48 +0300" + }, + "done": true + }, + "triumph:stage2/paper": { + "criteria": { + "completedParent": "2025-05-15 16:10:12 +0300" + }, + "done": false + }, + "triumph:stage4/certusquartz": { + "criteria": { + "hasRock": "2025-05-15 16:10:12 +0300" + }, + "done": false + }, + "triumph:stage2/piston": { + "criteria": { + "hasRock": "2025-05-15 17:33:14 +0300", + "completedParent": "2025-05-15 17:33:14 +0300" + }, + "done": true + }, + "triumph:stage0/handgrind": { + "criteria": { + "completedParent": "2025-05-12 12:25:43 +0300", + "hasRock": "2025-05-12 14:41:36 +0300" + }, + "done": true + }, + "triumph:stage1/copper": { + "criteria": { + "brokeLog1": "2025-05-12 17:07:55 +0300", + "brokeLog2": "2025-05-12 17:07:55 +0300", + "completedParent": "2025-05-12 16:55:11 +0300" + }, + "done": true + }, + "triumph:stage1/bronze": { + "criteria": { + "hasRock": "2025-05-12 18:35:28 +0300", + "completedParent": "2025-05-12 18:29:43 +0300" + }, + "done": true + }, + "triumph:stage1/turntable": { + "criteria": { + "hasRock": "2025-05-15 16:10:12 +0300", + "completedParent": "2025-05-15 16:10:12 +0300" + }, + "done": true + }, + "triumph:stage0/stonetools": { + "criteria": { + "hasRock": "2025-05-12 12:45:50 +0300", + "completedParent": "2025-05-12 12:27:50 +0300" + }, + "done": true + }, + "triumph:stage1/woodbasin": { + "criteria": { + "completedParent": "2025-05-12 16:51:57 +0300", + "hasRock": "2025-05-15 16:10:12 +0300" + }, + "done": true + }, + "twilightforest:root": { + "criteria": { + "in_tf": "2025-05-15 17:18:28 +0300", + "make_portal": "2025-05-15 17:18:28 +0300" + }, + "done": true + }, + "triumph:stage2/market": { + "criteria": { + "hasRock": "2025-05-15 16:02:48 +0300", + "completedParent": "2025-05-15 16:02:48 +0300" + }, + "done": true + }, + "triumph:stage1/plumbline": { + "criteria": { + "completedParent": "2025-05-12 16:52:24 +0300", + "crafted": "2025-05-12 19:12:00 +0300" + }, + "done": true + }, + "triumph:stage1/pedestal": { + "criteria": { + "completedParent": "2025-05-15 16:10:12 +0300" + }, + "done": false + }, + "triumph:stage1/prospector": { + "criteria": { + "completedParent": "2025-05-12 16:52:24 +0300", + "crafted": "2025-05-12 16:55:11 +0300" + }, + "done": true + }, + "thebetweenlands:fighter/fearless_fighter": { + "criteria": { + "swamp_hag": "2025-05-15 16:10:12 +0300" + }, + "done": false + }, + "triumph:stage2/rockcrystal": { + "criteria": { + "hasRock": "2025-05-15 16:02:48 +0300", + "completedParent": "2025-05-15 16:02:48 +0300" + }, + "done": true + }, + "twilightforest:twilight_hunter": { + "criteria": { + "deer": "2025-05-15 17:21:33 +0300", + "hedge_spider": "2025-05-15 17:21:33 +0300", + "death_tome": "2025-05-15 17:21:33 +0300", + "lich_minion": "2025-05-15 17:21:33 +0300", + "skeleton_druid": "2025-05-15 17:21:33 +0300", + "kobold": "2025-05-15 17:21:33 +0300", + "slime_beetle": "2025-05-15 17:21:33 +0300", + "wild_boar": "2025-05-15 17:21:33 +0300", + "redcap_sapper": "2025-05-15 17:21:33 +0300", + "hydra": "2025-05-15 17:21:33 +0300", + "lich": "2025-05-15 17:21:33 +0300", + "unstable_ice_core": "2025-05-15 17:21:33 +0300", + "bunny": "2025-05-15 17:21:33 +0300", + "blockchain_goblin": "2025-05-15 17:21:33 +0300", + "swarm_spider": "2025-05-15 17:21:33 +0300", + "knight_phantom": "2025-05-15 17:21:33 +0300", + "adherent": "2025-05-15 17:21:33 +0300", + "redcap": "2025-05-15 17:21:33 +0300", + "troll": "2025-05-15 17:21:33 +0300", + "hostile_wolf": "2025-05-15 17:21:33 +0300", + "fire_beetle": "2025-05-15 17:21:33 +0300", + "mosquito_swarm": "2025-05-15 17:21:33 +0300", + "boggard": "2025-05-15 17:21:33 +0300", + "stable_ice_core": "2025-05-15 17:21:33 +0300", + "helmet_crab": "2025-05-15 17:21:33 +0300", + "minotaur": "2025-05-15 17:21:33 +0300", + "yeti_alpha": "2025-05-15 17:21:33 +0300", + "squirrel": "2025-05-15 17:21:33 +0300", + "wraith": "2025-05-15 17:21:33 +0300", + "snow_queen": "2025-05-15 17:21:33 +0300", + "tiny_bird": "2025-05-15 17:21:33 +0300", + "ur_ghast": "2025-05-15 17:21:33 +0300", + "yeti": "2025-05-15 17:21:33 +0300", + "naga": "2025-05-15 17:21:33 +0300", + "penguin": "2025-05-15 17:21:33 +0300", + "pinch_beetle": "2025-05-15 17:21:33 +0300", + "bighorn_sheep": "2025-05-15 17:21:33 +0300" + }, + "done": true + }, + "triumph:stage1/waterwheel": { + "criteria": { + "hasRock": "2025-05-15 16:10:12 +0300", + "completedParent": "2025-05-15 16:10:12 +0300" + }, + "done": true + }, + "triumph:stage0/root": { + "criteria": { + "killedByEntity": "2025-05-12 14:41:36 +0300", + "enterDimension": "2025-05-12 14:41:36 +0300", + "killEntity": "2025-05-12 14:41:36 +0300", + "location": "2025-05-12 11:53:42 +0300", + "breakBlock": "2025-05-12 14:41:36 +0300", + "craftItem": "2025-05-12 14:41:36 +0300", + "inventoryChange": "2025-05-12 14:41:36 +0300" + }, + "done": true + }, + "triumph:stage1/leafbed": { + "criteria": { + "hasRock": "2025-05-12 16:56:59 +0300", + "completedParent": "2025-05-12 16:52:24 +0300" + }, + "done": true + }, + "triumph:stage0/firstchest": { + "criteria": { + "completedParent": "2025-05-12 12:25:43 +0300", + "hasRock": "2025-05-12 14:41:36 +0300", + "hasRock2": "2025-05-12 14:41:36 +0300", + "hasRock4": "2025-05-12 14:41:36 +0300", + "hasRock3": "2025-05-12 12:38:07 +0300" + }, + "done": true + }, + "triumph:stage3/nickel": { + "criteria": { + "hasRock2": "2025-05-15 16:10:12 +0300" + }, + "done": false + }, + "triumph:stage1/coal": { + "criteria": { + "hasRock": "2025-05-12 17:01:50 +0300", + "completedParent": "2025-05-12 16:55:11 +0300" + }, + "done": true + }, + "triumph:stage2/starpowder": { + "criteria": { + "hasRock": "2025-05-15 16:02:48 +0300", + "completedParent": "2025-05-15 16:02:48 +0300" + }, + "done": true + }, + "thebetweenlands:adventurer/enter_the_stronghold": { + "criteria": { + "stronghold": "2025-05-15 16:10:12 +0300" + }, + "done": true + }, + "triumph:stage0/tomahawk": { + "criteria": { + "completedParent": "2025-05-12 14:07:15 +0300", + "hasRock": "2025-05-12 15:24:15 +0300" + }, + "done": true + }, + "triumph:stage0/woodenbarrel": { + "criteria": { + "hasRock9": "2025-05-12 14:41:36 +0300", + "hasRock8": "2025-05-12 14:41:36 +0300", + "hasRock7": "2025-05-12 14:41:36 +0300", + "completedParent": "2025-05-12 14:41:36 +0300", + "hasRock2": "2025-05-12 14:41:36 +0300", + "hasRock1": "2025-05-12 14:41:36 +0300", + "hasRock6": "2025-05-12 14:41:36 +0300", + "hasRock5": "2025-05-12 14:41:36 +0300", + "hasRock10": "2025-05-12 14:41:36 +0300", + "hasRock4": "2025-05-12 14:41:36 +0300", + "hasRock3": "2025-05-12 14:41:36 +0300" + }, + "done": true + }, + "triumph:stage0/mesh": { + "criteria": { + "hasRock": "2025-05-12 12:21:52 +0300", + "completedParent": "2025-05-12 12:15:04 +0300" + }, + "done": true + }, + "thebetweenlands:adventurer/ruined_it": { + "criteria": { + "shack": "2025-05-15 16:10:12 +0300", + "ruin": "2025-05-15 16:10:12 +0300" + }, + "done": true + }, + "triumph:stage2/twilight": { + "criteria": { + "hasRock": "2025-05-15 17:18:17 +0300", + "completedParent": "2025-05-15 16:10:12 +0300" + }, + "done": true + } +} \ No newline at end of file diff --git a/world/advancements/92282bab-8c19-48d1-a86c-8454470c3915.json b/world/advancements/92282bab-8c19-48d1-a86c-8454470c3915.json new file mode 100644 index 0000000..21adfa6 --- /dev/null +++ b/world/advancements/92282bab-8c19-48d1-a86c-8454470c3915.json @@ -0,0 +1,1308 @@ +{ + "triumph:stage0/mat": { + "criteria": { + "hasRock": "2025-05-09 19:42:23 +0300", + "completedParent": "2025-05-09 19:42:23 +0300" + }, + "done": true + }, + "triumph:stage0/melter": { + "criteria": { + "hasRock": "2025-05-12 16:51:57 +0300", + "completedParent": "2025-05-12 16:46:13 +0300", + "hasRock2": "2025-05-12 16:51:57 +0300" + }, + "done": true + }, + "triumph:stage2/bucket": { + "criteria": { + "hasRock": "2025-05-14 20:52:43 +0300" + }, + "done": false + }, + "thebetweenlands:survivalist/root": { + "criteria": { + "has_dank_world": "2025-05-14 20:07:37 +0300" + }, + "done": true + }, + "thebetweenlands:adventurer/idolised": { + "criteria": { + "ruin": "2025-05-14 20:07:37 +0300" + }, + "done": true + }, + "triumph:stage1/alloykiln": { + "criteria": { + "completedParent": "2025-05-12 17:07:55 +0300", + "hasRock": "2025-05-12 21:13:25 +0300" + }, + "done": true + }, + "triumph:stage0/totemic": { + "criteria": { + "completedParent": "2025-05-09 19:42:23 +0300", + "hasRock": "2025-05-10 14:41:10 +0300", + "hasRock2": "2025-05-10 15:02:47 +0300", + "hasRock3": "2025-05-10 15:02:47 +0300" + }, + "done": true + }, + "triumph:stage1/root": { + "criteria": { + "completedStage0": "2025-05-12 16:51:57 +0300" + }, + "done": true + }, + "triumph:stage1/bucket": { + "criteria": { + "hasRock": "2025-05-14 20:07:37 +0300", + "completedParent": "2025-05-14 20:07:37 +0300" + }, + "done": true + }, + "triumph:stage2/conpaper": { + "criteria": { + "completedParent": "2025-05-14 20:07:37 +0300", + "hasRock": "2025-05-15 10:16:04 +0300" + }, + "done": true + }, + "triumph:stage0/woodhopper1": { + "criteria": { + "completedParent": "2025-05-09 14:44:16 +0300", + "hasRock": "2025-05-10 13:53:14 +0300" + }, + "done": true + }, + "triumph:stage0/woodhopper2": { + "criteria": { + "hasRock": "2025-05-10 14:03:43 +0300", + "completedParent": "2025-05-10 13:53:14 +0300" + }, + "done": true + }, + "triumph:stage1/axle": { + "criteria": { + "hasRock": "2025-05-13 19:59:28 +0300", + "completedParent": "2025-05-13 19:59:17 +0300" + }, + "done": true + }, + "triumph:stage2/lightwell": { + "criteria": { + "hasRock": "2025-05-15 10:16:04 +0300", + "completedParent": "2025-05-15 10:16:04 +0300" + }, + "done": true + }, + "thebetweenlands:adventurer/give_me_that": { + "criteria": { + "talisman": "2025-05-14 20:07:37 +0300" + }, + "done": true + }, + "triumph:stage2/betweenlands": { + "criteria": { + "entered_nether": "2025-05-14 20:07:37 +0300" + }, + "done": true + }, + "triumph:stage2/mapping": { + "criteria": { + "completedParent": "2025-05-14 20:07:37 +0300" + }, + "done": false + }, + "triumph:stage3/projector": { + "criteria": { + "hasRock": "2025-05-15 16:33:02 +0300" + }, + "done": false + }, + "twilightforest:progress_naga": { + "criteria": { + "kill_mob": "2025-05-15 17:21:33 +0300" + }, + "done": false + }, + "triumph:stage0/fiber": { + "criteria": { + "hasRock": "2025-05-09 14:44:16 +0300", + "completedParent": "2025-05-09 14:32:15 +0300" + }, + "done": true + }, + "triumph:stage0/firepit": { + "criteria": { + "completedParent": "2025-05-09 19:42:23 +0300", + "hasRock": "2025-05-12 15:19:27 +0300" + }, + "done": true + }, + "triumph:stage1/furnace": { + "criteria": { + "completedParent": "2025-05-12 16:52:24 +0300", + "crafted": "2025-05-12 16:53:02 +0300" + }, + "done": true + }, + "triumph:stage2/root": { + "criteria": { + "completedStage1": "2025-05-14 20:07:37 +0300" + }, + "done": true + }, + "triumph:stage1/extension": { + "criteria": { + "placedDirt": "2025-05-12 21:13:25 +0300", + "completedParent": "2025-05-12 21:13:25 +0300" + }, + "done": true + }, + "thebetweenlands:adventurer/dank_world": { + "criteria": { + "in_bl": "2025-05-14 20:07:37 +0300" + }, + "done": true + }, + "thebetweenlands:craftsman/getting_harder_wood": { + "criteria": { + "log_rubber": "2025-05-14 20:07:37 +0300", + "giant_root": "2025-05-14 20:07:37 +0300", + "log_sap": "2025-05-14 20:07:37 +0300", + "log_weedwood": "2025-05-14 20:07:37 +0300", + "log_hearthgrove": "2025-05-14 20:07:37 +0300", + "weedwood": "2025-05-14 20:07:37 +0300", + "log_nibbletwig": "2025-05-14 20:07:37 +0300" + }, + "done": true + }, + "thebetweenlands:survivalist/say_nay_to_decay": { + "criteria": { + "have_petal": "2025-05-14 20:07:37 +0300" + }, + "done": true + }, + "triumph:stage1/tchannel": { + "criteria": { + "completedParent": "2025-05-12 16:51:57 +0300", + "crafted1": "2025-05-12 21:13:25 +0300", + "crafted2": "2025-05-12 21:13:25 +0300" + }, + "done": true + }, + "triumph:stage2/enderman": { + "criteria": { + "completedParent": "2025-05-15 10:16:04 +0300", + "killed_spider3": "2025-05-14 20:52:43 +0300", + "killed_spider4": "2025-05-15 10:16:04 +0300", + "killed_spider5": "2025-05-15 10:16:04 +0300", + "killed_spider1": "2025-05-14 20:52:43 +0300", + "killed_spider2": "2025-05-15 10:16:04 +0300" + }, + "done": true + }, + "triumph:stage1/parrot": { + "criteria": { + "tamed_horse": "2025-05-12 15:19:27 +0300", + "completedParent": "2025-05-13 14:56:47 +0300" + }, + "done": true + }, + "triumph:stage1/aquamarine": { + "criteria": { + "completedParent": "2025-05-13 19:56:17 +0300", + "hasRock": "2025-05-14 20:07:37 +0300" + }, + "done": true + }, + "thebetweenlands:fighter/chopping_boy": { + "criteria": { + "killed_a_mob_ancient": "2025-05-14 20:07:37 +0300", + "killed_a_mob_shockwave": "2025-05-14 20:07:37 +0300", + "killed_a_mob_octine": "2025-05-14 20:07:37 +0300", + "killed_a_mob_bone": "2025-05-14 20:07:37 +0300", + "killed_a_mob_weedwood": "2025-05-14 20:07:37 +0300", + "killed_a_mob_valonite": "2025-05-14 20:07:37 +0300" + }, + "done": true + }, + "triumph:stage0/collectplank": { + "criteria": { + "completedParent": "2025-05-09 14:44:16 +0300", + "crafted": "2025-05-09 14:44:16 +0300" + }, + "done": true + }, + "triumph:stage2/drawertable": { + "criteria": { + "completedParent": "2025-05-14 20:07:37 +0300" + }, + "done": false + }, + "triumph:stage1/blackquartz": { + "criteria": { + "hasRock": "2025-05-13 19:59:17 +0300", + "completedParent": "2025-05-13 19:56:17 +0300" + }, + "done": true + }, + "triumph:stage2/nuggetcast": { + "criteria": { + "completedParent": "2025-05-14 20:07:37 +0300" + }, + "done": false + }, + "triumph:stage5/diamond": { + "criteria": { + "hasRock": "2025-05-15 17:25:48 +0300" + }, + "done": false + }, + "triumph:stage0/saltflats": { + "criteria": { + "completedParent": "2025-05-12 15:19:27 +0300", + "hasRock2": "2025-05-12 15:19:27 +0300", + "hasRock1": "2025-05-12 15:19:27 +0300", + "hasRock5": "2025-05-10 17:16:34 +0300", + "hasRock4": "2025-05-12 15:19:27 +0300", + "hasRock3": "2025-05-10 13:21:04 +0300" + }, + "done": true + }, + "triumph:stage2/sealantern": { + "criteria": { + "completedParent": "2025-05-14 20:07:37 +0300" + }, + "done": false + }, + "thebetweenlands:miner/advanced_darkness": { + "criteria": { + "caverns": "2025-05-14 20:07:37 +0300" + }, + "done": true + }, + "thebetweenlands:fighter/root": { + "criteria": { + "has_dank_world": "2025-05-14 20:07:37 +0300" + }, + "done": true + }, + "triumph:stage0/horsepower": { + "criteria": { + "completedParent": "2025-05-09 19:42:23 +0300", + "hasRock": "2025-05-11 21:45:06 +0300" + }, + "done": true + }, + "triumph:stage0/atlas": { + "criteria": { + "book1": "2025-05-11 15:05:35 +0300", + "completedParent": "2025-05-09 14:44:16 +0300" + }, + "done": true + }, + "triumph:stage1/statue": { + "criteria": { + "hasRock7": "2025-05-13 14:56:47 +0300", + "completedParent": "2025-05-12 21:13:25 +0300", + "hasRock2": "2025-05-13 14:56:47 +0300", + "hasRock1": "2025-05-13 14:56:47 +0300", + "hasRock6": "2025-05-13 14:56:47 +0300", + "hasRock5": "2025-05-13 14:56:47 +0300", + "hasRock4": "2025-05-13 14:56:47 +0300", + "hasRock3": "2025-05-13 14:56:47 +0300" + }, + "done": true + }, + "triumph:stage1/cart": { + "criteria": { + "hasRock": "2025-05-11 16:24:29 +0300", + "completedParent": "2025-05-11 16:23:19 +0300", + "hasMobCart": "2025-05-11 16:24:29 +0300" + }, + "done": true + }, + "triumph:stage1/journal": { + "criteria": { + "hasRock": "2025-05-14 20:07:37 +0300", + "completedParent": "2025-05-14 20:07:37 +0300" + }, + "done": true + }, + "triumph:stage2/weedwoodsticks": { + "criteria": { + "hasRock": "2025-05-14 20:07:37 +0300" + }, + "done": true + }, + "triumph:stage1/astable": { + "criteria": { + "hasRock": "2025-05-14 20:07:37 +0300", + "completedParent": "2025-05-14 20:07:37 +0300" + }, + "done": true + }, + "triumph:stage0/chestupgrade": { + "criteria": { + "completedParent": "2025-05-09 14:44:16 +0300", + "hasRock": "2025-05-10 13:47:34 +0300" + }, + "done": true + }, + "triumph:stage2/wool": { + "criteria": { + "hasRock": "2025-05-14 20:07:37 +0300", + "completedParent": "2025-05-14 20:07:37 +0300" + }, + "done": true + }, + "triumph:stage3/iehammer": { + "criteria": { + "hasRock": "2025-05-13 14:31:27 +0300" + }, + "done": false + }, + "triumph:stage2/glass": { + "criteria": { + "hasRock": "2025-05-14 20:07:37 +0300", + "completedParent": "2025-05-14 20:07:37 +0300" + }, + "done": true + }, + "triumph:stage0/leather": { + "criteria": { + "hasRock": "2025-05-09 19:42:23 +0300", + "completedParent": "2025-05-09 19:42:23 +0300" + }, + "done": true + }, + "triumph:stage1/bees": { + "criteria": { + "completedParent": "2025-05-12 21:13:25 +0300", + "hasRock": "2025-05-14 20:07:37 +0300" + }, + "done": true + }, + "triumph:stage1/tin": { + "criteria": { + "brokeLog1": "2025-05-12 21:13:25 +0300", + "brokeLog2": "2025-05-12 21:13:25 +0300", + "completedParent": "2025-05-12 16:55:11 +0300" + }, + "done": true + }, + "triumph:stage1/bloodaltar": { + "criteria": { + "hasRock": "2025-05-12 21:13:25 +0300", + "completedParent": "2025-05-12 21:13:25 +0300" + }, + "done": true + }, + "thebetweenlands:adventurer/tall_tough": { + "criteria": { + "ruin": "2025-05-14 20:07:37 +0300" + }, + "done": true + }, + "triumph:stage0/weaponize": { + "criteria": { + "hasRock": "2025-05-09 14:35:39 +0300", + "completedParent": "2025-05-09 14:44:16 +0300" + }, + "done": true + }, + "thebetweenlands:miner/root": { + "criteria": { + "has_dank_world": "2025-05-14 20:07:37 +0300" + }, + "done": true + }, + "triumph:stage0/gear": { + "criteria": { + "completedParent": "2025-05-11 16:23:19 +0300", + "hasRock": "2025-05-11 21:37:26 +0300" + }, + "done": true + }, + "triumph:stage1/crafting": { + "criteria": { + "completedParent": "2025-05-12 16:51:57 +0300", + "crafted": "2025-05-12 16:52:24 +0300" + }, + "done": true + }, + "triumph:stage0/flintknapp": { + "criteria": { + "hasRock": "2025-05-09 14:44:16 +0300", + "completedParent": "2025-05-09 14:44:16 +0300" + }, + "done": true + }, + "triumph:stage1/chest": { + "criteria": { + "completedParent": "2025-05-12 16:52:24 +0300", + "brokeLog": "2025-05-12 16:55:01 +0300" + }, + "done": true + }, + "triumph:stage2/skywave": { + "criteria": { + "completedParent": "2025-05-15 10:16:04 +0300" + }, + "done": false + }, + "thebetweenlands:adventurer/root": { + "criteria": { + "talisman": "2025-05-14 20:07:37 +0300", + "in_bl": "2025-05-14 20:07:37 +0300" + }, + "done": true + }, + "triumph:stage0/waterstrainer": { + "criteria": { + "completedParent": "2025-05-09 14:44:16 +0300", + "hasRock2": "2025-05-10 14:05:21 +0300", + "hasRock1": "2025-05-10 14:05:21 +0300" + }, + "done": true + }, + "triumph:stage0/grill": { + "criteria": { + "hasRock": "2025-05-09 14:44:16 +0300", + "completedParent": "2025-05-12 15:19:27 +0300" + }, + "done": true + }, + "triumph:stage1/dung": { + "criteria": { + "completedParent": "2025-05-12 21:13:25 +0300", + "placedDirt2": "2025-05-12 21:13:25 +0300", + "placedDirt1": "2025-05-12 21:13:25 +0300" + }, + "done": true + }, + "thebetweenlands:herbalist/root": { + "criteria": { + "has_dank_world": "2025-05-14 20:07:37 +0300" + }, + "done": true + }, + "triumph:stage2/iron": { + "criteria": { + "completedParent": "2025-05-14 20:07:37 +0300", + "brokeLog": "2025-05-14 20:07:37 +0300" + }, + "done": true + }, + "triumph:stage0/kiln": { + "criteria": { + "completedParent": "2025-05-09 14:44:16 +0300", + "hasRock": "2025-05-09 19:42:23 +0300" + }, + "done": true + }, + "triumph:stage1/beneath": { + "criteria": { + "completedParent": "2025-05-13 14:56:47 +0300", + "entered_nether": "2025-05-13 19:56:17 +0300" + }, + "done": true + }, + "triumph:stage2/carminitereactor": { + "criteria": { + "completedParent": "2025-05-15 17:18:17 +0300" + }, + "done": false + }, + "triumph:stage1/aqueduct": { + "criteria": { + "placedDirt8": "2025-05-12 21:13:25 +0300", + "placedDirt9": "2025-05-12 21:13:25 +0300", + "placedDirt6": "2025-05-12 21:13:25 +0300", + "placedDirt7": "2025-05-12 21:13:25 +0300", + "completedParent": "2025-05-12 16:51:57 +0300", + "placedDirt4": "2025-05-12 21:13:25 +0300", + "placedDirt5": "2025-05-12 21:13:25 +0300", + "placedDirt2": "2025-05-12 21:13:25 +0300", + "placedDirt10": "2025-05-12 21:13:25 +0300", + "placedDirt3": "2025-05-12 21:13:25 +0300", + "placedDirt0": "2025-05-12 21:13:25 +0300", + "placedDirt1": "2025-05-12 21:13:25 +0300" + }, + "done": true + }, + "thebetweenlands:fighter/serious_business": { + "criteria": { + "octine_sword": "2025-05-14 20:07:37 +0300", + "weedwood_sword": "2025-05-14 20:07:37 +0300", + "bone_sword": "2025-05-14 20:07:37 +0300", + "valonite_sword": "2025-05-14 20:07:37 +0300" + }, + "done": true + }, + "triumph:stage2/weird": { + "criteria": { + "completedParent": "2025-05-15 10:16:04 +0300" + }, + "done": false + }, + "thebetweenlands:adventurer/disgracing_the_dead": { + "criteria": { + "urn11": "2025-05-14 20:52:43 +0300" + }, + "done": false + }, + "triumph:stage1/stoneanvil": { + "criteria": { + "completedParent": "2025-05-12 16:51:57 +0300", + "crafted": "2025-05-12 21:13:25 +0300" + }, + "done": true + }, + "triumph:stage0/naturescompass": { + "criteria": { + "completedParent": "2025-05-09 14:44:16 +0300", + "hasRock": "2025-05-09 19:42:23 +0300" + }, + "done": true + }, + "triumph:stage2/lapis": { + "criteria": { + "completedParent": "2025-05-14 20:07:37 +0300", + "brokeLog": "2025-05-14 20:07:37 +0300" + }, + "done": true + }, + "triumph:stage0/abyssalgem": { + "criteria": { + "completedParent": "2025-05-10 13:14:22 +0300", + "hasRock": "2025-05-12 16:31:52 +0300" + }, + "done": true + }, + "triumph:stage0/firstbreak": { + "criteria": { + "brokeLog16": "2025-05-09 19:42:23 +0300", + "brokeLog38": "2025-05-09 19:42:23 +0300", + "brokeLog17": "2025-05-09 19:42:23 +0300", + "brokeLog39": "2025-05-09 19:42:23 +0300", + "brokeLog18": "2025-05-09 19:42:23 +0300", + "brokeLog19": "2025-05-09 19:42:23 +0300", + "completedParent": "2025-05-09 14:44:16 +0300", + "brokeLog1": "2025-05-09 14:37:03 +0300", + "brokeLog2": "2025-05-09 19:42:23 +0300", + "brokeLog9": "2025-05-09 19:42:23 +0300", + "brokeLog30": "2025-05-09 19:42:23 +0300", + "brokeLog31": "2025-05-09 19:42:23 +0300", + "brokeLog7": "2025-05-09 19:42:23 +0300", + "brokeLog10": "2025-05-09 19:42:23 +0300", + "brokeLog32": "2025-05-09 19:42:23 +0300", + "brokeLog8": "2025-05-09 19:42:23 +0300", + "brokeLog11": "2025-05-09 19:42:23 +0300", + "brokeLog33": "2025-05-09 19:42:23 +0300", + "brokeLog5": "2025-05-09 19:42:23 +0300", + "brokeLog12": "2025-05-09 19:42:23 +0300", + "brokeLog34": "2025-05-09 19:42:23 +0300", + "brokeLog6": "2025-05-09 19:42:23 +0300", + "brokeLog13": "2025-05-09 19:42:23 +0300", + "brokeLog35": "2025-05-09 19:42:23 +0300", + "brokeLog3": "2025-05-09 19:42:23 +0300", + "brokeLog14": "2025-05-09 19:42:23 +0300", + "brokeLog36": "2025-05-09 19:42:23 +0300", + "brokeLog4": "2025-05-09 19:42:23 +0300", + "brokeLog15": "2025-05-09 19:42:23 +0300", + "brokeLog37": "2025-05-09 19:42:23 +0300", + "brokeLog27": "2025-05-09 19:42:23 +0300", + "brokeLog28": "2025-05-09 19:42:23 +0300", + "brokeLog29": "2025-05-09 19:42:23 +0300", + "brokeLog40": "2025-05-09 19:42:23 +0300", + "brokeLog20": "2025-05-09 19:42:23 +0300", + "brokeLog21": "2025-05-09 19:42:23 +0300", + "brokeLog22": "2025-05-09 19:42:23 +0300", + "brokeLog23": "2025-05-09 19:42:23 +0300", + "brokeLog25": "2025-05-09 19:42:23 +0300", + "brokeLog26": "2025-05-09 19:42:23 +0300" + }, + "done": true + }, + "triumph:stage0/saddle": { + "criteria": { + "completedParent": "2025-05-09 19:42:23 +0300", + "hasRock": "2025-05-11 15:19:12 +0300" + }, + "done": true + }, + "triumph:stage0/melterbase": { + "criteria": { + "hasRock": "2025-05-12 16:46:13 +0300", + "completedParent": "2025-05-12 16:40:22 +0300", + "hasRock2": "2025-05-12 16:46:13 +0300" + }, + "done": true + }, + "triumph:stage0/fluidbladder": { + "criteria": { + "completedParent": "2025-05-09 14:44:16 +0300", + "hasRock": "2025-05-09 19:42:23 +0300" + }, + "done": true + }, + "triumph:stage0/buffalo": { + "criteria": { + "completedParent": "2025-05-10 15:02:47 +0300", + "hasRock": "2025-05-10 16:12:07 +0300" + }, + "done": true + }, + "triumph:stage1/huntingdim": { + "criteria": { + "completedParent": "2025-05-12 16:51:57 +0300", + "hasRock": "2025-05-12 21:13:25 +0300" + }, + "done": true + }, + "triumph:stage0/flamehopper": { + "criteria": { + "completedParent": "2025-05-10 14:03:43 +0300", + "hasRock": "2025-05-12 16:40:22 +0300" + }, + "done": true + }, + "triumph:stage0/farmland": { + "criteria": { + "completedParent": "2025-05-09 14:44:16 +0300", + "traded": "2025-05-13 14:26:55 +0300" + }, + "done": true + }, + "triumph:stage0/workstump": { + "criteria": { + "completedParent": "2025-05-09 14:44:16 +0300", + "crafted": "2025-05-09 14:44:16 +0300" + }, + "done": true + }, + "triumph:stage0/lowgradecharcoal": { + "criteria": { + "hasRock": "2025-05-09 19:42:23 +0300", + "completedParent": "2025-05-09 19:42:23 +0300" + }, + "done": true + }, + "triumph:stage1/claybarrel": { + "criteria": { + "completedParent": "2025-05-12 16:51:57 +0300", + "hasRock": "2025-05-12 21:13:25 +0300" + }, + "done": true + }, + "triumph:stage0/lead": { + "criteria": { + "hasRock": "2025-05-09 19:42:23 +0300", + "completedParent": "2025-05-09 19:42:23 +0300" + }, + "done": true + }, + "thebetweenlands:craftsman/root": { + "criteria": { + "has_dank_world": "2025-05-14 20:07:37 +0300" + }, + "done": true + }, + "thebetweenlands:farmer/root": { + "criteria": { + "has_dank_world": "2025-05-14 20:07:37 +0300" + }, + "done": true + }, + "triumph:stage0/firsttool": { + "criteria": { + "hasRock": "2025-05-09 14:44:16 +0300", + "completedParent": "2025-05-09 14:32:15 +0300" + }, + "done": true + }, + "triumph:stage0/fish": { + "criteria": { + "killed_fish3": "2025-05-12 15:19:27 +0300", + "killed_fish2": "2025-05-12 15:19:27 +0300", + "killed_fish": "2025-05-12 15:19:27 +0300", + "killed_fish4": "2025-05-09 14:44:16 +0300", + "completedParent": "2025-05-12 15:19:27 +0300" + }, + "done": true + }, + "triumph:stage2/gold": { + "criteria": { + "completedParent": "2025-05-14 20:07:37 +0300", + "brokeLog": "2025-05-14 20:07:37 +0300" + }, + "done": true + }, + "thebetweenlands:fighter/fashionable_warrior": { + "criteria": { + "hurt_mob_default": "2025-05-14 20:07:37 +0300" + }, + "done": true + }, + "thebetweenlands:fighter/shield_wall": { + "criteria": { + "octine_shield": "2025-05-15 10:16:04 +0300", + "valonite_shield": "2025-05-15 10:16:04 +0300", + "dentrothyst_shield_o": "2025-05-15 10:16:04 +0300", + "dentrothyst_shield_o_p": "2025-05-15 10:16:04 +0300", + "weedwood_shield": "2025-05-15 10:16:04 +0300", + "living_weedwood_shield": "2025-05-15 10:16:04 +0300", + "dentrothyst_shield_g": "2025-05-15 10:16:04 +0300", + "syrmorite_shield": "2025-05-15 10:16:04 +0300", + "lurker_skin_shield": "2025-05-15 10:16:04 +0300", + "bone_shield": "2025-05-15 10:16:04 +0300", + "dentrothyst_shield_g_p": "2025-05-15 10:16:04 +0300" + }, + "done": true + }, + "triumph:stage2/tcontable1": { + "criteria": { + "hasRock": "2025-05-14 20:07:37 +0300", + "completedParent": "2025-05-14 20:07:37 +0300" + }, + "done": true + }, + "triumph:stage2/tcontable2": { + "criteria": { + "completedParent": "2025-05-14 20:07:37 +0300", + "hasRock2": "2025-05-14 20:07:37 +0300", + "hasRock1": "2025-05-14 20:07:37 +0300" + }, + "done": true + }, + "triumph:stage2/tcontable3": { + "criteria": { + "hasRock": "2025-05-14 20:07:37 +0300", + "completedParent": "2025-05-14 20:07:37 +0300" + }, + "done": true + }, + "triumph:stage2/wateringcan": { + "criteria": { + "completedParent": "2025-05-14 20:07:37 +0300" + }, + "done": false + }, + "triumph:stage0/tipi": { + "criteria": { + "completedParent": "2025-05-09 19:42:23 +0300", + "hasRock": "2025-05-09 21:21:53 +0300" + }, + "done": true + }, + "thebetweenlands:survivalist/a_cure": { + "criteria": { + "have_sap": "2025-05-14 20:07:37 +0300" + }, + "done": true + }, + "thebetweenlands:adventurer/pothead": { + "criteria": { + "pot9": "2025-05-14 20:52:43 +0300", + "pot7": "2025-05-14 20:52:43 +0300", + "pot8": "2025-05-14 20:52:43 +0300", + "pot1": "2025-05-14 20:52:43 +0300", + "pot2": "2025-05-14 20:52:43 +0300", + "pot4": "2025-05-14 20:52:43 +0300" + }, + "done": false + }, + "thebetweenlands:craftsman/all_over_again": { + "criteria": { + "weedwood_workbench": "2025-05-14 20:07:37 +0300" + }, + "done": true + }, + "triumph:stage1/hoe": { + "criteria": { + "hasRock15": "2025-05-12 21:13:25 +0300", + "hasRock14": "2025-05-12 21:13:25 +0300", + "hasRock13": "2025-05-12 21:13:25 +0300", + "hasRock12": "2025-05-12 21:13:25 +0300", + "hasRock19": "2025-05-12 21:13:25 +0300", + "hasRock18": "2025-05-12 21:13:25 +0300", + "completedParent": "2025-05-12 16:51:57 +0300", + "hasRock17": "2025-05-12 21:13:25 +0300", + "hasRock16": "2025-05-12 21:13:25 +0300", + "hasRock9": "2025-05-12 21:13:25 +0300", + "hasRock8": "2025-05-12 21:13:25 +0300", + "hasRock7": "2025-05-12 21:13:25 +0300", + "hasRock2": "2025-05-12 21:13:25 +0300", + "hasRock1": "2025-05-12 21:13:25 +0300", + "hasRock0": "2025-05-12 21:13:25 +0300", + "hasRock6": "2025-05-12 21:13:25 +0300", + "hasRock22": "2025-05-12 21:13:25 +0300", + "hasRock5": "2025-05-12 21:13:25 +0300", + "hasRock21": "2025-05-12 21:13:25 +0300", + "hasRock4": "2025-05-12 21:13:25 +0300", + "hasRock20": "2025-05-12 21:13:25 +0300", + "hasRock3": "2025-05-12 21:13:25 +0300", + "hasRock26": "2025-05-12 21:13:25 +0300", + "hasRock25": "2025-05-12 21:13:25 +0300", + "hasRock24": "2025-05-12 21:13:25 +0300", + "hasRock23": "2025-05-12 21:13:25 +0300", + "hasRock29": "2025-05-12 21:13:25 +0300", + "hasRock28": "2025-05-12 21:13:25 +0300", + "hasRock27": "2025-05-12 21:13:25 +0300", + "hasRock11": "2025-05-12 21:13:25 +0300", + "hasRock10": "2025-05-12 21:13:25 +0300", + "hasRock30": "2025-05-12 21:13:25 +0300" + }, + "done": true + }, + "triumph:stage1/stepup": { + "criteria": { + "hasRock": "2025-05-12 21:13:25 +0300", + "completedParent": "2025-05-12 21:13:25 +0300" + }, + "done": true + }, + "triumph:stage0/upgrade": { + "criteria": { + "hasRock": "2025-05-09 14:44:16 +0300", + "completedParent": "2025-05-09 14:44:16 +0300" + }, + "done": true + }, + "triumph:stage3/redstone": { + "criteria": { + "hasRock": "2025-05-14 20:52:43 +0300" + }, + "done": false + }, + "triumph:stage0/fire": { + "criteria": { + "completedParent": "2025-05-09 14:44:16 +0300", + "hasRock": "2025-05-09 19:42:23 +0300" + }, + "done": true + }, + "triumph:stage0/baykok": { + "criteria": { + "killed_spider": "2025-05-11 01:08:26 +0300", + "completedParent": "2025-05-10 16:12:07 +0300", + "hasRock": "2025-05-11 01:08:26 +0300" + }, + "done": true + }, + "triumph:stage0/charcoal": { + "criteria": { + "completedParent": "2025-05-13 14:31:27 +0300" + }, + "done": false + }, + "triumph:stage2/controller": { + "criteria": { + "completedParent": "2025-05-14 20:07:37 +0300" + }, + "done": false + }, + "triumph:stage1/parchment": { + "criteria": { + "hasRock": "2025-05-14 20:07:37 +0300", + "completedParent": "2025-05-14 20:07:37 +0300", + "hasCraftedRock": "2025-05-14 20:07:37 +0300" + }, + "done": true + }, + "triumph:stage2/resonatingwand": { + "criteria": { + "completedParent": "2025-05-15 10:16:04 +0300", + "crafted": "2025-05-14 20:52:43 +0300" + }, + "done": true + }, + "triumph:stage0/wheel": { + "criteria": { + "completedParent": "2025-05-11 15:19:12 +0300", + "hasRock": "2025-05-11 16:23:19 +0300" + }, + "done": true + }, + "triumph:stage2/smeltertank": { + "criteria": { + "completedParent": "2025-05-14 20:07:37 +0300", + "hasRock2": "2025-05-14 20:07:37 +0300", + "hasRock1": "2025-05-14 20:07:37 +0300" + }, + "done": true + }, + "triumph:stage1/gearbox": { + "criteria": { + "hasRock": "2025-05-13 20:02:38 +0300", + "completedParent": "2025-05-13 19:59:28 +0300" + }, + "done": true + }, + "thebetweenlands:miner/new_shinies": { + "criteria": { + "syrmorite": "2025-05-14 20:07:37 +0300", + "octine": "2025-05-14 20:07:37 +0300" + }, + "done": true + }, + "triumph:stage0/workblade": { + "criteria": { + "hasRock": "2025-05-09 14:44:16 +0300", + "completedParent": "2025-05-09 14:44:16 +0300" + }, + "done": true + }, + "triumph:stage0/abyssalbiome": { + "criteria": { + "entered_forest3": "2025-05-10 13:14:22 +0300", + "entered_forest": "2025-05-10 13:14:22 +0300", + "entered_forest4": "2025-05-10 13:14:22 +0300", + "completedParent": "2025-05-09 19:42:23 +0300", + "entered_forest2": "2025-05-10 13:14:22 +0300", + "entered_forest5": "2025-05-10 13:14:22 +0300" + }, + "done": true + }, + "triumph:stage0/fertility": { + "criteria": { + "completedParent": "2025-05-10 15:02:47 +0300", + "ceremony": "2025-05-11 21:34:46 +0300" + }, + "done": true + }, + "triumph:stage2/extendedcraftingbasic": { + "criteria": { + "hasRock": "2025-05-14 20:07:37 +0300", + "completedParent": "2025-05-14 20:07:37 +0300" + }, + "done": true + }, + "triumph:stage0/spear": { + "criteria": { + "completedParent": "2025-05-09 14:44:16 +0300", + "hasRock": "2025-05-12 15:19:27 +0300" + }, + "done": true + }, + "triumph:stage0/horsechopper": { + "criteria": { + "completedParent": "2025-05-11 21:45:06 +0300", + "hasRock": "2025-05-13 14:31:27 +0300" + }, + "done": true + }, + "triumph:stage2/dowsingrod": { + "criteria": { + "completedParent": "2025-05-14 20:07:37 +0300", + "crafted": "2025-05-14 20:07:37 +0300" + }, + "done": true + }, + "triumph:stage0/mill": { + "criteria": { + "hasRock": "2025-05-11 21:38:44 +0300", + "completedParent": "2025-05-11 21:37:26 +0300" + }, + "done": true + }, + "thebetweenlands:fighter/critical_hit": { + "criteria": { + "dragonfly": "2025-05-14 20:07:37 +0300", + "leech": "2025-05-14 20:07:37 +0300", + "firefly": "2025-05-14 20:07:37 +0300", + "sporeling": "2025-05-14 20:07:37 +0300", + "termite": "2025-05-14 20:07:37 +0300", + "blood_snail": "2025-05-14 20:07:37 +0300", + "mire_snail": "2025-05-14 20:07:37 +0300" + }, + "done": true + }, + "triumph:stage1/necro": { + "criteria": { + "completedParent": "2025-05-12 21:13:25 +0300", + "crafted": "2025-05-12 21:13:25 +0300" + }, + "done": true + }, + "triumph:stage2/astable2": { + "criteria": { + "hasRock": "2025-05-15 10:16:04 +0300", + "completedParent": "2025-05-15 10:16:04 +0300" + }, + "done": true + }, + "triumph:stage2/paper": { + "criteria": { + "completedParent": "2025-05-14 20:07:37 +0300" + }, + "done": false + }, + "triumph:stage4/certusquartz": { + "criteria": { + "hasRock": "2025-05-14 20:52:43 +0300" + }, + "done": false + }, + "triumph:stage2/piston": { + "criteria": { + "hasRock": "2025-05-15 17:33:14 +0300", + "completedParent": "2025-05-15 17:18:17 +0300" + }, + "done": true + }, + "triumph:stage0/handgrind": { + "criteria": { + "completedParent": "2025-05-09 14:44:16 +0300", + "hasRock": "2025-05-09 19:42:23 +0300" + }, + "done": true + }, + "triumph:stage1/copper": { + "criteria": { + "brokeLog1": "2025-05-12 17:07:55 +0300", + "brokeLog2": "2025-05-12 17:07:55 +0300", + "completedParent": "2025-05-12 16:55:11 +0300" + }, + "done": true + }, + "triumph:stage1/bronze": { + "criteria": { + "hasRock": "2025-05-12 21:13:25 +0300", + "completedParent": "2025-05-12 21:13:25 +0300" + }, + "done": true + }, + "triumph:stage1/turntable": { + "criteria": { + "completedParent": "2025-05-13 20:02:38 +0300", + "hasRock": "2025-05-14 20:07:37 +0300" + }, + "done": true + }, + "triumph:stage0/stonetools": { + "criteria": { + "hasRock": "2025-05-09 14:46:50 +0300", + "completedParent": "2025-05-09 14:44:16 +0300" + }, + "done": true + }, + "triumph:stage1/woodbasin": { + "criteria": { + "completedParent": "2025-05-12 16:51:57 +0300", + "hasRock": "2025-05-13 14:26:55 +0300" + }, + "done": true + }, + "twilightforest:root": { + "criteria": { + "in_tf": "2025-05-15 17:18:28 +0300", + "make_portal": "2025-05-15 17:18:28 +0300" + }, + "done": true + }, + "triumph:stage2/market": { + "criteria": { + "completedParent": "2025-05-14 20:07:37 +0300", + "hasRock": "2025-05-15 11:07:31 +0300" + }, + "done": true + }, + "triumph:stage1/plumbline": { + "criteria": { + "completedParent": "2025-05-12 16:52:24 +0300", + "crafted": "2025-05-12 21:13:25 +0300" + }, + "done": true + }, + "triumph:stage1/pedestal": { + "criteria": { + "completedParent": "2025-05-13 14:56:47 +0300" + }, + "done": false + }, + "triumph:stage1/prospector": { + "criteria": { + "completedParent": "2025-05-12 16:52:24 +0300", + "crafted": "2025-05-12 16:55:11 +0300" + }, + "done": true + }, + "triumph:stage2/rockcrystal": { + "criteria": { + "completedParent": "2025-05-14 20:07:37 +0300", + "hasRock": "2025-05-15 01:04:55 +0300" + }, + "done": true + }, + "thebetweenlands:fighter/fearless_fighter": { + "criteria": { + "swamp_hag": "2025-05-14 20:52:43 +0300", + "wight": "2025-05-14 20:52:43 +0300" + }, + "done": false + }, + "twilightforest:twilight_hunter": { + "criteria": { + "deer": "2025-05-15 17:21:33 +0300", + "hedge_spider": "2025-05-15 17:21:33 +0300", + "death_tome": "2025-05-15 17:21:33 +0300", + "lich_minion": "2025-05-15 17:21:33 +0300", + "skeleton_druid": "2025-05-15 17:21:33 +0300", + "kobold": "2025-05-15 17:21:33 +0300", + "slime_beetle": "2025-05-15 17:21:33 +0300", + "wild_boar": "2025-05-15 17:21:33 +0300", + "redcap_sapper": "2025-05-15 17:21:33 +0300", + "hydra": "2025-05-15 17:21:33 +0300", + "lich": "2025-05-15 17:21:33 +0300", + "unstable_ice_core": "2025-05-15 17:21:33 +0300", + "bunny": "2025-05-15 17:21:33 +0300", + "blockchain_goblin": "2025-05-15 17:21:33 +0300", + "swarm_spider": "2025-05-15 17:21:33 +0300", + "knight_phantom": "2025-05-15 17:21:33 +0300", + "adherent": "2025-05-15 17:21:33 +0300", + "redcap": "2025-05-15 17:21:33 +0300", + "troll": "2025-05-15 17:21:33 +0300", + "hostile_wolf": "2025-05-15 17:21:33 +0300", + "fire_beetle": "2025-05-15 17:21:33 +0300", + "mosquito_swarm": "2025-05-15 17:21:33 +0300", + "boggard": "2025-05-15 17:21:33 +0300", + "stable_ice_core": "2025-05-15 17:21:33 +0300", + "helmet_crab": "2025-05-15 17:21:33 +0300", + "minotaur": "2025-05-15 17:21:33 +0300", + "yeti_alpha": "2025-05-15 17:21:33 +0300", + "squirrel": "2025-05-15 17:21:33 +0300", + "wraith": "2025-05-15 17:21:33 +0300", + "snow_queen": "2025-05-15 17:21:33 +0300", + "tiny_bird": "2025-05-15 17:21:33 +0300", + "ur_ghast": "2025-05-15 17:21:33 +0300", + "yeti": "2025-05-15 17:21:33 +0300", + "naga": "2025-05-15 17:21:33 +0300", + "penguin": "2025-05-15 17:21:33 +0300", + "pinch_beetle": "2025-05-15 17:21:33 +0300", + "bighorn_sheep": "2025-05-15 17:21:33 +0300" + }, + "done": true + }, + "triumph:stage1/waterwheel": { + "criteria": { + "hasRock": "2025-05-13 14:31:27 +0300", + "completedParent": "2025-05-13 19:59:28 +0300" + }, + "done": true + }, + "triumph:stage0/root": { + "criteria": { + "killedByEntity": "2025-05-09 14:46:50 +0300", + "enterDimension": "2025-05-09 14:46:50 +0300", + "killEntity": "2025-05-09 14:46:50 +0300", + "location": "2025-05-09 14:32:15 +0300", + "breakBlock": "2025-05-09 14:46:50 +0300", + "craftItem": "2025-05-09 14:46:50 +0300", + "inventoryChange": "2025-05-09 14:46:50 +0300" + }, + "done": true + }, + "triumph:stage1/leafbed": { + "criteria": { + "hasRock": "2025-05-12 16:56:59 +0300", + "completedParent": "2025-05-12 16:52:24 +0300" + }, + "done": true + }, + "triumph:stage0/firstchest": { + "criteria": { + "hasRock": "2025-05-09 14:44:16 +0300", + "completedParent": "2025-05-09 14:44:16 +0300", + "hasRock2": "2025-05-10 13:47:34 +0300", + "hasRock4": "2025-05-10 13:47:34 +0300", + "hasRock3": "2025-05-10 13:47:34 +0300" + }, + "done": true + }, + "triumph:stage3/nickel": { + "criteria": { + "hasRock2": "2025-05-14 20:52:43 +0300" + }, + "done": false + }, + "thebetweenlands:farmer/mushroom_master": { + "criteria": { + "black": "2025-05-14 20:52:43 +0300" + }, + "done": false + }, + "triumph:stage2/stevescarts": { + "criteria": { + "completedParent": "2025-05-15 17:33:14 +0300" + }, + "done": false + }, + "triumph:stage1/coal": { + "criteria": { + "hasRock": "2025-05-12 17:01:50 +0300", + "completedParent": "2025-05-12 16:55:11 +0300" + }, + "done": true + }, + "triumph:stage2/starpowder": { + "criteria": { + "hasRock": "2025-05-14 20:07:37 +0300", + "completedParent": "2025-05-14 20:07:37 +0300" + }, + "done": true + }, + "thebetweenlands:adventurer/enter_the_stronghold": { + "criteria": { + "stronghold": "2025-05-14 20:07:37 +0300" + }, + "done": true + }, + "triumph:stage0/tomahawk": { + "criteria": { + "completedParent": "2025-05-09 14:44:16 +0300", + "hasRock": "2025-05-12 15:24:15 +0300" + }, + "done": true + }, + "triumph:stage0/woodenbarrel": { + "criteria": { + "hasRock9": "2025-05-09 19:42:23 +0300", + "hasRock8": "2025-05-09 19:42:23 +0300", + "hasRock7": "2025-05-09 19:42:23 +0300", + "completedParent": "2025-05-09 19:42:23 +0300", + "hasRock2": "2025-05-09 19:42:23 +0300", + "hasRock1": "2025-05-09 19:42:23 +0300", + "hasRock6": "2025-05-09 19:42:23 +0300", + "hasRock5": "2025-05-09 19:42:23 +0300", + "hasRock10": "2025-05-09 19:42:23 +0300", + "hasRock4": "2025-05-09 19:42:23 +0300", + "hasRock3": "2025-05-09 19:42:23 +0300" + }, + "done": true + }, + "triumph:stage0/mesh": { + "criteria": { + "hasRock": "2025-05-09 14:44:16 +0300", + "completedParent": "2025-05-09 14:44:16 +0300" + }, + "done": true + }, + "thebetweenlands:adventurer/ruined_it": { + "criteria": { + "shack": "2025-05-14 20:07:37 +0300", + "ruin": "2025-05-14 20:07:37 +0300" + }, + "done": true + }, + "triumph:stage2/twilight": { + "criteria": { + "completedParent": "2025-05-15 10:16:04 +0300", + "hasRock": "2025-05-15 17:18:17 +0300" + }, + "done": true + } +} \ No newline at end of file diff --git a/world/advancements/b5b4178f-ca06-3acf-8d73-f2624e51db7b.json b/world/advancements/b5b4178f-ca06-3acf-8d73-f2624e51db7b.json new file mode 100644 index 0000000..5efa830 --- /dev/null +++ b/world/advancements/b5b4178f-ca06-3acf-8d73-f2624e51db7b.json @@ -0,0 +1,20 @@ +{ + "triumph:stage0/root": { + "criteria": { + "location": "2025-05-09 20:39:22 +0300" + }, + "done": true + }, + "triumph:stage0/firsttool": { + "criteria": { + "completedParent": "2025-05-09 20:39:22 +0300" + }, + "done": false + }, + "triumph:stage0/fiber": { + "criteria": { + "completedParent": "2025-05-09 20:39:22 +0300" + }, + "done": false + } +} \ No newline at end of file diff --git a/world/advancements/b72d807c-2845-4cc5-b792-2972f6483cfa.json b/world/advancements/b72d807c-2845-4cc5-b792-2972f6483cfa.json new file mode 100644 index 0000000..36bf83d --- /dev/null +++ b/world/advancements/b72d807c-2845-4cc5-b792-2972f6483cfa.json @@ -0,0 +1,1214 @@ +{ + "triumph:stage0/mat": { + "criteria": { + "hasRock": "2025-05-10 15:46:50 +0300", + "completedParent": "2025-05-10 15:46:50 +0300" + }, + "done": true + }, + "triumph:stage0/melter": { + "criteria": { + "hasRock": "2025-05-13 13:49:41 +0300", + "completedParent": "2025-05-13 13:49:41 +0300", + "hasRock2": "2025-05-13 13:49:41 +0300" + }, + "done": true + }, + "triumph:stage2/bucket": { + "criteria": { + "hasRock": "2025-05-14 01:49:50 +0300" + }, + "done": false + }, + "thebetweenlands:survivalist/root": { + "criteria": { + "has_dank_world": "2025-05-14 03:02:50 +0300" + }, + "done": true + }, + "thebetweenlands:adventurer/idolised": { + "criteria": { + "ruin": "2025-05-14 03:05:39 +0300" + }, + "done": true + }, + "triumph:stage1/alloykiln": { + "criteria": { + "hasRock": "2025-05-13 13:49:41 +0300", + "completedParent": "2025-05-13 13:49:41 +0300" + }, + "done": true + }, + "triumph:stage0/totemic": { + "criteria": { + "hasRock": "2025-05-10 15:46:50 +0300", + "completedParent": "2025-05-10 15:46:50 +0300", + "hasRock2": "2025-05-10 15:46:50 +0300", + "hasRock3": "2025-05-10 15:46:50 +0300" + }, + "done": true + }, + "triumph:stage1/root": { + "criteria": { + "completedStage0": "2025-05-13 13:49:41 +0300" + }, + "done": true + }, + "triumph:stage1/bucket": { + "criteria": { + "hasRock": "2025-05-13 21:08:01 +0300", + "completedParent": "2025-05-13 21:03:28 +0300" + }, + "done": true + }, + "triumph:stage2/conpaper": { + "criteria": { + "completedParent": "2025-05-14 00:19:16 +0300", + "hasRock": "2025-05-15 02:34:31 +0300" + }, + "done": true + }, + "triumph:stage0/woodhopper1": { + "criteria": { + "hasRock": "2025-05-10 15:46:50 +0300", + "completedParent": "2025-05-10 15:46:50 +0300" + }, + "done": true + }, + "triumph:stage0/woodhopper2": { + "criteria": { + "hasRock": "2025-05-10 15:46:50 +0300", + "completedParent": "2025-05-10 15:46:50 +0300" + }, + "done": true + }, + "triumph:stage1/axle": { + "criteria": { + "hasRock": "2025-05-13 20:49:22 +0300", + "completedParent": "2025-05-13 20:49:22 +0300" + }, + "done": true + }, + "triumph:stage2/lightwell": { + "criteria": { + "hasRock": "2025-05-15 02:34:31 +0300", + "completedParent": "2025-05-15 02:34:31 +0300" + }, + "done": true + }, + "thebetweenlands:adventurer/give_me_that": { + "criteria": { + "talisman": "2025-05-14 02:54:15 +0300" + }, + "done": true + }, + "triumph:stage2/betweenlands": { + "criteria": { + "entered_nether": "2025-05-14 03:02:48 +0300" + }, + "done": true + }, + "triumph:stage2/mapping": { + "criteria": { + "completedParent": "2025-05-14 04:25:41 +0300" + }, + "done": false + }, + "triumph:stage0/fiber": { + "criteria": { + "hasRock": "2025-05-09 03:35:31 +0300", + "completedParent": "2025-05-09 03:31:26 +0300" + }, + "done": true + }, + "triumph:stage0/firepit": { + "criteria": { + "hasRock": "2025-05-09 04:17:53 +0300", + "completedParent": "2025-05-09 04:02:30 +0300" + }, + "done": true + }, + "triumph:stage1/furnace": { + "criteria": { + "completedParent": "2025-05-13 13:49:41 +0300", + "crafted": "2025-05-13 13:49:41 +0300" + }, + "done": true + }, + "triumph:stage2/root": { + "criteria": { + "completedStage1": "2025-05-14 00:19:16 +0300" + }, + "done": true + }, + "triumph:stage1/extension": { + "criteria": { + "placedDirt": "2025-05-13 13:49:41 +0300", + "completedParent": "2025-05-13 13:49:41 +0300" + }, + "done": true + }, + "thebetweenlands:adventurer/dank_world": { + "criteria": { + "in_bl": "2025-05-14 03:02:49 +0300" + }, + "done": true + }, + "thebetweenlands:craftsman/getting_harder_wood": { + "criteria": { + "log_rubber": "2025-05-14 03:07:46 +0300", + "giant_root": "2025-05-14 03:07:46 +0300", + "log_sap": "2025-05-14 03:07:46 +0300", + "log_weedwood": "2025-05-14 03:07:46 +0300", + "log_hearthgrove": "2025-05-14 03:07:46 +0300", + "weedwood": "2025-05-14 03:07:46 +0300", + "log_nibbletwig": "2025-05-14 03:07:46 +0300" + }, + "done": true + }, + "thebetweenlands:survivalist/say_nay_to_decay": { + "criteria": { + "have_petal": "2025-05-14 03:29:56 +0300" + }, + "done": true + }, + "triumph:stage1/tchannel": { + "criteria": { + "crafted1": "2025-05-13 13:49:41 +0300", + "completedParent": "2025-05-13 13:49:41 +0300", + "crafted2": "2025-05-13 13:49:41 +0300" + }, + "done": true + }, + "triumph:stage2/enderman": { + "criteria": { + "completedParent": "2025-05-15 02:34:31 +0300", + "killed_spider3": "2025-05-15 02:34:31 +0300", + "killed_spider4": "2025-05-15 02:34:31 +0300", + "killed_spider5": "2025-05-15 02:34:31 +0300", + "killed_spider1": "2025-05-15 00:56:38 +0300", + "killed_spider2": "2025-05-15 02:34:31 +0300" + }, + "done": true + }, + "triumph:stage1/parrot": { + "criteria": { + "tamed_horse": "2025-05-10 23:11:03 +0300", + "completedParent": "2025-05-13 14:56:47 +0300" + }, + "done": true + }, + "triumph:stage1/aquamarine": { + "criteria": { + "hasRock": "2025-05-13 22:51:12 +0300", + "completedParent": "2025-05-13 20:49:22 +0300" + }, + "done": true + }, + "thebetweenlands:fighter/chopping_boy": { + "criteria": { + "killed_a_mob_ancient": "2025-05-14 18:19:01 +0300", + "killed_a_mob_shockwave": "2025-05-14 18:19:01 +0300", + "killed_a_mob_octine": "2025-05-14 18:19:01 +0300", + "killed_a_mob_bone": "2025-05-14 18:19:01 +0300", + "killed_a_mob_weedwood": "2025-05-14 18:19:01 +0300", + "killed_a_mob_valonite": "2025-05-14 18:19:01 +0300" + }, + "done": true + }, + "triumph:stage0/collectplank": { + "criteria": { + "completedParent": "2025-05-09 03:49:58 +0300", + "crafted": "2025-05-09 03:52:00 +0300" + }, + "done": true + }, + "triumph:stage2/drawertable": { + "criteria": { + "completedParent": "2025-05-14 00:19:16 +0300" + }, + "done": false + }, + "triumph:stage1/blackquartz": { + "criteria": { + "hasRock": "2025-05-13 20:49:22 +0300", + "completedParent": "2025-05-13 20:49:22 +0300" + }, + "done": true + }, + "triumph:stage2/nuggetcast": { + "criteria": { + "completedParent": "2025-05-14 02:14:18 +0300" + }, + "done": false + }, + "triumph:stage0/saltflats": { + "criteria": { + "completedParent": "2025-05-09 04:24:38 +0300", + "hasRock2": "2025-05-10 18:04:34 +0300", + "hasRock1": "2025-05-10 18:04:34 +0300", + "hasRock5": "2025-05-10 15:46:50 +0300", + "hasRock4": "2025-05-10 18:04:34 +0300", + "hasRock3": "2025-05-10 18:04:34 +0300" + }, + "done": true + }, + "triumph:stage2/sealantern": { + "criteria": { + "completedParent": "2025-05-14 00:19:16 +0300" + }, + "done": false + }, + "thebetweenlands:miner/advanced_darkness": { + "criteria": { + "caverns": "2025-05-14 03:02:49 +0300" + }, + "done": true + }, + "thebetweenlands:fighter/root": { + "criteria": { + "has_dank_world": "2025-05-14 03:02:50 +0300" + }, + "done": true + }, + "triumph:stage0/horsepower": { + "criteria": { + "completedParent": "2025-05-10 15:46:50 +0300", + "hasRock": "2025-05-11 21:45:06 +0300" + }, + "done": true + }, + "triumph:stage0/atlas": { + "criteria": { + "book1": "2025-05-10 18:25:21 +0300", + "completedParent": "2025-05-10 15:46:50 +0300" + }, + "done": true + }, + "triumph:stage1/statue": { + "criteria": { + "hasRock7": "2025-05-13 14:56:47 +0300", + "completedParent": "2025-05-13 13:49:41 +0300", + "hasRock2": "2025-05-13 14:56:47 +0300", + "hasRock1": "2025-05-13 14:56:47 +0300", + "hasRock6": "2025-05-13 14:56:47 +0300", + "hasRock5": "2025-05-13 14:56:47 +0300", + "hasRock4": "2025-05-13 14:56:47 +0300", + "hasRock3": "2025-05-13 14:56:47 +0300" + }, + "done": true + }, + "triumph:stage1/cart": { + "criteria": { + "hasRock": "2025-05-11 20:30:10 +0300", + "completedParent": "2025-05-11 20:30:10 +0300", + "hasMobCart": "2025-05-11 20:30:10 +0300" + }, + "done": true + }, + "triumph:stage1/journal": { + "criteria": { + "hasRock": "2025-05-13 23:55:24 +0300", + "completedParent": "2025-05-13 23:53:46 +0300" + }, + "done": true + }, + "triumph:stage1/astable": { + "criteria": { + "hasRock": "2025-05-14 00:19:16 +0300", + "completedParent": "2025-05-13 23:55:24 +0300" + }, + "done": true + }, + "triumph:stage2/weedwoodsticks": { + "criteria": { + "hasRock": "2025-05-14 03:18:11 +0300" + }, + "done": true + }, + "triumph:stage0/chestupgrade": { + "criteria": { + "hasRock": "2025-05-10 15:46:50 +0300", + "completedParent": "2025-05-10 15:46:50 +0300" + }, + "done": true + }, + "triumph:stage2/wool": { + "criteria": { + "completedParent": "2025-05-14 00:19:16 +0300", + "hasRock": "2025-05-14 00:56:05 +0300" + }, + "done": true + }, + "triumph:stage3/iehammer": { + "criteria": { + "hasRock": "2025-05-13 13:49:41 +0300" + }, + "done": false + }, + "triumph:stage2/glass": { + "criteria": { + "hasRock": "2025-05-14 00:42:11 +0300", + "completedParent": "2025-05-14 00:19:16 +0300" + }, + "done": true + }, + "triumph:stage0/leather": { + "criteria": { + "hasRock": "2025-05-10 15:46:50 +0300", + "completedParent": "2025-05-10 15:46:50 +0300" + }, + "done": true + }, + "triumph:stage1/bees": { + "criteria": { + "completedParent": "2025-05-13 13:49:41 +0300", + "hasRock": "2025-05-13 22:32:51 +0300" + }, + "done": true + }, + "triumph:stage1/tin": { + "criteria": { + "brokeLog1": "2025-05-13 13:49:41 +0300", + "brokeLog2": "2025-05-13 13:49:41 +0300", + "completedParent": "2025-05-13 13:49:41 +0300" + }, + "done": true + }, + "triumph:stage1/bloodaltar": { + "criteria": { + "hasRock": "2025-05-13 13:49:41 +0300", + "completedParent": "2025-05-13 13:49:41 +0300" + }, + "done": true + }, + "thebetweenlands:adventurer/tall_tough": { + "criteria": { + "ruin": "2025-05-14 03:25:31 +0300" + }, + "done": true + }, + "triumph:stage0/weaponize": { + "criteria": { + "completedParent": "2025-05-09 03:49:58 +0300", + "hasRock": "2025-05-10 17:51:46 +0300" + }, + "done": true + }, + "thebetweenlands:miner/root": { + "criteria": { + "has_dank_world": "2025-05-14 03:02:49 +0300" + }, + "done": true + }, + "triumph:stage0/gear": { + "criteria": { + "completedParent": "2025-05-11 20:30:10 +0300", + "hasRock": "2025-05-11 21:37:26 +0300" + }, + "done": true + }, + "triumph:stage1/crafting": { + "criteria": { + "completedParent": "2025-05-13 13:49:41 +0300", + "crafted": "2025-05-13 13:49:41 +0300" + }, + "done": true + }, + "triumph:stage0/flintknapp": { + "criteria": { + "hasRock": "2025-05-09 03:48:59 +0300", + "completedParent": "2025-05-09 03:45:04 +0300" + }, + "done": true + }, + "triumph:stage1/chest": { + "criteria": { + "completedParent": "2025-05-13 13:49:41 +0300", + "brokeLog": "2025-05-13 13:49:41 +0300" + }, + "done": true + }, + "triumph:stage2/skywave": { + "criteria": { + "completedParent": "2025-05-15 02:34:31 +0300" + }, + "done": false + }, + "thebetweenlands:adventurer/root": { + "criteria": { + "talisman": "2025-05-14 02:48:11 +0300", + "in_bl": "2025-05-14 02:48:11 +0300" + }, + "done": true + }, + "triumph:stage0/waterstrainer": { + "criteria": { + "completedParent": "2025-05-09 03:54:42 +0300", + "hasRock2": "2025-05-10 15:46:50 +0300", + "hasRock1": "2025-05-10 15:46:50 +0300" + }, + "done": true + }, + "triumph:stage0/grill": { + "criteria": { + "hasRock": "2025-05-09 04:24:38 +0300", + "completedParent": "2025-05-09 04:17:53 +0300" + }, + "done": true + }, + "triumph:stage1/dung": { + "criteria": { + "completedParent": "2025-05-13 13:49:41 +0300", + "placedDirt2": "2025-05-13 13:49:41 +0300", + "placedDirt1": "2025-05-13 13:49:41 +0300" + }, + "done": true + }, + "thebetweenlands:herbalist/root": { + "criteria": { + "has_dank_world": "2025-05-14 03:02:50 +0300" + }, + "done": true + }, + "triumph:stage2/iron": { + "criteria": { + "completedParent": "2025-05-14 00:54:02 +0300", + "brokeLog": "2025-05-14 00:55:20 +0300" + }, + "done": true + }, + "triumph:stage0/kiln": { + "criteria": { + "hasRock": "2025-05-09 04:09:11 +0300", + "completedParent": "2025-05-09 03:54:42 +0300" + }, + "done": true + }, + "triumph:stage1/beneath": { + "criteria": { + "completedParent": "2025-05-13 14:56:47 +0300", + "entered_nether": "2025-05-13 20:49:22 +0300" + }, + "done": true + }, + "triumph:stage1/aqueduct": { + "criteria": { + "placedDirt8": "2025-05-13 13:49:41 +0300", + "placedDirt9": "2025-05-13 13:49:41 +0300", + "placedDirt6": "2025-05-13 13:49:41 +0300", + "placedDirt7": "2025-05-13 13:49:41 +0300", + "placedDirt4": "2025-05-13 13:49:41 +0300", + "completedParent": "2025-05-13 13:49:41 +0300", + "placedDirt5": "2025-05-13 13:49:41 +0300", + "placedDirt2": "2025-05-13 13:49:41 +0300", + "placedDirt10": "2025-05-13 13:49:41 +0300", + "placedDirt3": "2025-05-13 13:49:41 +0300", + "placedDirt0": "2025-05-13 13:49:41 +0300", + "placedDirt1": "2025-05-13 13:49:41 +0300" + }, + "done": true + }, + "thebetweenlands:fighter/serious_business": { + "criteria": { + "octine_sword": "2025-05-14 18:19:01 +0300", + "weedwood_sword": "2025-05-14 18:19:01 +0300", + "bone_sword": "2025-05-14 18:19:01 +0300", + "valonite_sword": "2025-05-14 18:19:01 +0300" + }, + "done": true + }, + "triumph:stage2/weird": { + "criteria": { + "completedParent": "2025-05-15 02:34:31 +0300" + }, + "done": false + }, + "thebetweenlands:adventurer/disgracing_the_dead": { + "criteria": { + "urn11": "2025-05-14 03:29:56 +0300" + }, + "done": false + }, + "triumph:stage1/stoneanvil": { + "criteria": { + "completedParent": "2025-05-13 13:49:41 +0300", + "crafted": "2025-05-13 13:49:41 +0300" + }, + "done": true + }, + "triumph:stage0/naturescompass": { + "criteria": { + "completedParent": "2025-05-09 03:54:42 +0300", + "hasRock": "2025-05-10 15:46:50 +0300" + }, + "done": true + }, + "triumph:stage2/lapis": { + "criteria": { + "completedParent": "2025-05-14 00:54:02 +0300", + "brokeLog": "2025-05-14 19:05:55 +0300" + }, + "done": true + }, + "triumph:stage0/abyssalgem": { + "criteria": { + "completedParent": "2025-05-10 15:46:50 +0300", + "hasRock": "2025-05-13 13:49:41 +0300" + }, + "done": true + }, + "triumph:stage0/firstbreak": { + "criteria": { + "brokeLog16": "2025-05-10 15:46:50 +0300", + "brokeLog38": "2025-05-10 15:46:50 +0300", + "brokeLog17": "2025-05-10 15:46:50 +0300", + "brokeLog39": "2025-05-10 15:46:50 +0300", + "brokeLog18": "2025-05-10 15:46:50 +0300", + "brokeLog19": "2025-05-10 15:46:50 +0300", + "completedParent": "2025-05-09 03:49:58 +0300", + "brokeLog1": "2025-05-09 03:31:50 +0300", + "brokeLog2": "2025-05-10 15:46:50 +0300", + "brokeLog9": "2025-05-10 15:46:50 +0300", + "brokeLog30": "2025-05-10 15:46:50 +0300", + "brokeLog31": "2025-05-10 15:46:50 +0300", + "brokeLog7": "2025-05-10 15:46:50 +0300", + "brokeLog10": "2025-05-10 15:46:50 +0300", + "brokeLog32": "2025-05-10 15:46:50 +0300", + "brokeLog8": "2025-05-10 15:46:50 +0300", + "brokeLog11": "2025-05-10 15:46:50 +0300", + "brokeLog33": "2025-05-10 15:46:50 +0300", + "brokeLog5": "2025-05-10 15:46:50 +0300", + "brokeLog12": "2025-05-10 15:46:50 +0300", + "brokeLog34": "2025-05-10 15:46:50 +0300", + "brokeLog6": "2025-05-10 15:46:50 +0300", + "brokeLog13": "2025-05-10 15:46:50 +0300", + "brokeLog35": "2025-05-10 15:46:50 +0300", + "brokeLog3": "2025-05-10 15:46:50 +0300", + "brokeLog14": "2025-05-10 15:46:50 +0300", + "brokeLog36": "2025-05-10 15:46:50 +0300", + "brokeLog4": "2025-05-10 15:46:50 +0300", + "brokeLog15": "2025-05-10 15:46:50 +0300", + "brokeLog37": "2025-05-10 15:46:50 +0300", + "brokeLog27": "2025-05-10 15:46:50 +0300", + "brokeLog28": "2025-05-10 15:46:50 +0300", + "brokeLog29": "2025-05-10 15:46:50 +0300", + "brokeLog40": "2025-05-10 15:46:50 +0300", + "brokeLog20": "2025-05-10 15:46:50 +0300", + "brokeLog21": "2025-05-10 15:46:50 +0300", + "brokeLog22": "2025-05-10 15:46:50 +0300", + "brokeLog23": "2025-05-10 15:46:50 +0300", + "brokeLog25": "2025-05-10 15:46:50 +0300", + "brokeLog26": "2025-05-10 15:46:50 +0300" + }, + "done": true + }, + "triumph:stage0/saddle": { + "criteria": { + "completedParent": "2025-05-10 15:46:50 +0300", + "hasRock": "2025-05-11 20:30:10 +0300" + }, + "done": true + }, + "triumph:stage0/melterbase": { + "criteria": { + "hasRock": "2025-05-13 13:49:41 +0300", + "completedParent": "2025-05-13 13:49:41 +0300", + "hasRock2": "2025-05-13 13:49:41 +0300" + }, + "done": true + }, + "triumph:stage0/fluidbladder": { + "criteria": { + "completedParent": "2025-05-09 03:54:42 +0300", + "hasRock": "2025-05-10 15:46:50 +0300" + }, + "done": true + }, + "triumph:stage0/buffalo": { + "criteria": { + "hasRock": "2025-05-10 16:12:07 +0300", + "completedParent": "2025-05-10 15:46:50 +0300" + }, + "done": true + }, + "triumph:stage1/huntingdim": { + "criteria": { + "hasRock": "2025-05-13 13:49:41 +0300", + "completedParent": "2025-05-13 13:49:41 +0300" + }, + "done": true + }, + "triumph:stage0/flamehopper": { + "criteria": { + "completedParent": "2025-05-10 15:46:50 +0300", + "hasRock": "2025-05-13 13:49:41 +0300" + }, + "done": true + }, + "triumph:stage0/farmland": { + "criteria": { + "completedParent": "2025-05-10 15:46:50 +0300", + "traded": "2025-05-13 13:49:41 +0300" + }, + "done": true + }, + "triumph:stage0/workstump": { + "criteria": { + "completedParent": "2025-05-09 03:52:00 +0300", + "crafted": "2025-05-09 03:54:42 +0300" + }, + "done": true + }, + "triumph:stage0/lowgradecharcoal": { + "criteria": { + "hasRock": "2025-05-09 04:10:21 +0300", + "completedParent": "2025-05-09 04:09:11 +0300" + }, + "done": true + }, + "triumph:stage1/claybarrel": { + "criteria": { + "hasRock": "2025-05-13 13:49:41 +0300", + "completedParent": "2025-05-13 13:49:41 +0300" + }, + "done": true + }, + "triumph:stage0/lead": { + "criteria": { + "hasRock": "2025-05-10 15:46:50 +0300", + "completedParent": "2025-05-10 15:46:50 +0300" + }, + "done": true + }, + "thebetweenlands:craftsman/root": { + "criteria": { + "has_dank_world": "2025-05-14 03:02:50 +0300" + }, + "done": true + }, + "thebetweenlands:farmer/root": { + "criteria": { + "has_dank_world": "2025-05-14 03:02:50 +0300" + }, + "done": true + }, + "triumph:stage0/firsttool": { + "criteria": { + "hasRock": "2025-05-09 03:49:58 +0300", + "completedParent": "2025-05-09 03:31:26 +0300" + }, + "done": true + }, + "triumph:stage0/fish": { + "criteria": { + "killed_fish3": "2025-05-10 18:04:19 +0300", + "killed_fish2": "2025-05-10 18:04:19 +0300", + "killed_fish": "2025-05-09 03:54:29 +0300", + "killed_fish4": "2025-05-10 15:46:50 +0300", + "completedParent": "2025-05-10 18:04:19 +0300" + }, + "done": true + }, + "triumph:stage2/gold": { + "criteria": { + "completedParent": "2025-05-14 00:54:02 +0300", + "brokeLog": "2025-05-14 02:14:18 +0300" + }, + "done": true + }, + "thebetweenlands:fighter/fashionable_warrior": { + "criteria": { + "hurt_mob_default": "2025-05-14 19:07:37 +0300" + }, + "done": true + }, + "thebetweenlands:fighter/shield_wall": { + "criteria": { + "octine_shield": "2025-05-15 02:47:42 +0300", + "valonite_shield": "2025-05-15 02:47:42 +0300", + "dentrothyst_shield_o": "2025-05-15 02:47:42 +0300", + "dentrothyst_shield_o_p": "2025-05-15 02:47:42 +0300", + "weedwood_shield": "2025-05-15 02:47:42 +0300", + "living_weedwood_shield": "2025-05-15 02:47:42 +0300", + "dentrothyst_shield_g": "2025-05-15 02:47:42 +0300", + "syrmorite_shield": "2025-05-15 02:47:42 +0300", + "lurker_skin_shield": "2025-05-15 02:47:42 +0300", + "bone_shield": "2025-05-15 02:47:42 +0300", + "dentrothyst_shield_g_p": "2025-05-15 02:47:42 +0300" + }, + "done": true + }, + "triumph:stage2/tcontable1": { + "criteria": { + "completedParent": "2025-05-14 00:19:16 +0300", + "hasRock": "2025-05-14 18:02:40 +0300" + }, + "done": true + }, + "triumph:stage2/tcontable2": { + "criteria": { + "completedParent": "2025-05-14 18:02:40 +0300", + "hasRock2": "2025-05-14 18:13:40 +0300", + "hasRock1": "2025-05-14 18:13:40 +0300" + }, + "done": true + }, + "triumph:stage2/wateringcan": { + "criteria": { + "completedParent": "2025-05-14 01:30:09 +0300" + }, + "done": false + }, + "triumph:stage2/tcontable3": { + "criteria": { + "hasRock": "2025-05-14 18:13:40 +0300", + "completedParent": "2025-05-14 18:13:40 +0300" + }, + "done": true + }, + "triumph:stage0/tipi": { + "criteria": { + "hasRock": "2025-05-10 15:46:50 +0300", + "completedParent": "2025-05-10 15:46:50 +0300" + }, + "done": true + }, + "thebetweenlands:survivalist/a_cure": { + "criteria": { + "have_sap": "2025-05-14 03:29:56 +0300" + }, + "done": true + }, + "thebetweenlands:adventurer/pothead": { + "criteria": { + "pot9": "2025-05-14 03:29:23 +0300", + "pot7": "2025-05-14 03:33:54 +0300", + "pot8": "2025-05-14 03:33:10 +0300", + "pot1": "2025-05-14 03:29:24 +0300", + "pot2": "2025-05-14 03:30:24 +0300", + "pot4": "2025-05-14 03:29:49 +0300" + }, + "done": false + }, + "thebetweenlands:craftsman/all_over_again": { + "criteria": { + "weedwood_workbench": "2025-05-14 18:53:31 +0300" + }, + "done": true + }, + "triumph:stage1/hoe": { + "criteria": { + "hasRock15": "2025-05-13 13:49:41 +0300", + "hasRock14": "2025-05-13 13:49:41 +0300", + "hasRock13": "2025-05-13 13:49:41 +0300", + "hasRock12": "2025-05-13 13:49:41 +0300", + "hasRock19": "2025-05-13 13:49:41 +0300", + "hasRock18": "2025-05-13 13:49:41 +0300", + "hasRock17": "2025-05-13 13:49:41 +0300", + "completedParent": "2025-05-13 13:49:41 +0300", + "hasRock16": "2025-05-13 13:49:41 +0300", + "hasRock9": "2025-05-13 13:49:41 +0300", + "hasRock8": "2025-05-13 13:49:41 +0300", + "hasRock7": "2025-05-13 13:49:41 +0300", + "hasRock2": "2025-05-13 13:49:41 +0300", + "hasRock1": "2025-05-13 13:49:41 +0300", + "hasRock0": "2025-05-13 13:49:41 +0300", + "hasRock6": "2025-05-13 13:49:41 +0300", + "hasRock22": "2025-05-13 13:49:41 +0300", + "hasRock5": "2025-05-13 13:49:41 +0300", + "hasRock21": "2025-05-13 13:49:41 +0300", + "hasRock4": "2025-05-13 13:49:41 +0300", + "hasRock20": "2025-05-13 13:49:41 +0300", + "hasRock3": "2025-05-13 13:49:41 +0300", + "hasRock26": "2025-05-13 13:49:41 +0300", + "hasRock25": "2025-05-13 13:49:41 +0300", + "hasRock24": "2025-05-13 13:49:41 +0300", + "hasRock23": "2025-05-13 13:49:41 +0300", + "hasRock29": "2025-05-13 13:49:41 +0300", + "hasRock28": "2025-05-13 13:49:41 +0300", + "hasRock27": "2025-05-13 13:49:41 +0300", + "hasRock11": "2025-05-13 13:49:41 +0300", + "hasRock10": "2025-05-13 13:49:41 +0300", + "hasRock30": "2025-05-13 13:49:41 +0300" + }, + "done": true + }, + "triumph:stage1/stepup": { + "criteria": { + "hasRock": "2025-05-13 13:49:41 +0300", + "completedParent": "2025-05-13 13:49:41 +0300" + }, + "done": true + }, + "triumph:stage0/upgrade": { + "criteria": { + "hasRock": "2025-05-09 04:08:16 +0300", + "completedParent": "2025-05-09 03:49:58 +0300" + }, + "done": true + }, + "triumph:stage0/fire": { + "criteria": { + "hasRock": "2025-05-09 04:02:30 +0300", + "completedParent": "2025-05-09 03:49:58 +0300" + }, + "done": true + }, + "triumph:stage0/baykok": { + "criteria": { + "killed_spider": "2025-05-11 01:08:26 +0300", + "completedParent": "2025-05-10 16:12:07 +0300", + "hasRock": "2025-05-11 01:08:26 +0300" + }, + "done": true + }, + "triumph:stage0/charcoal": { + "criteria": { + "completedParent": "2025-05-11 22:04:19 +0300" + }, + "done": false + }, + "triumph:stage2/controller": { + "criteria": { + "completedParent": "2025-05-14 03:02:48 +0300" + }, + "done": false + }, + "triumph:stage1/parchment": { + "criteria": { + "hasRock": "2025-05-13 23:53:46 +0300", + "completedParent": "2025-05-13 22:51:12 +0300", + "hasCraftedRock": "2025-05-13 23:53:46 +0300" + }, + "done": true + }, + "triumph:stage2/resonatingwand": { + "criteria": { + "completedParent": "2025-05-15 02:34:31 +0300", + "crafted": "2025-05-14 22:40:44 +0300" + }, + "done": true + }, + "triumph:stage0/wheel": { + "criteria": { + "hasRock": "2025-05-11 01:12:56 +0300", + "completedParent": "2025-05-11 20:30:10 +0300" + }, + "done": true + }, + "triumph:stage2/smeltertank": { + "criteria": { + "completedParent": "2025-05-14 00:55:20 +0300", + "hasRock2": "2025-05-14 01:30:09 +0300", + "hasRock1": "2025-05-14 01:30:09 +0300" + }, + "done": true + }, + "triumph:stage1/gearbox": { + "criteria": { + "hasRock": "2025-05-13 20:49:22 +0300", + "completedParent": "2025-05-13 20:49:22 +0300" + }, + "done": true + }, + "thebetweenlands:miner/new_shinies": { + "criteria": { + "syrmorite": "2025-05-14 03:07:25 +0300", + "octine": "2025-05-14 03:07:25 +0300" + }, + "done": true + }, + "triumph:stage0/workblade": { + "criteria": { + "completedParent": "2025-05-09 04:08:16 +0300", + "hasRock": "2025-05-10 15:46:50 +0300" + }, + "done": true + }, + "triumph:stage0/abyssalbiome": { + "criteria": { + "entered_forest3": "2025-05-10 15:46:50 +0300", + "entered_forest": "2025-05-10 15:46:50 +0300", + "entered_forest4": "2025-05-10 15:46:50 +0300", + "completedParent": "2025-05-10 15:46:50 +0300", + "entered_forest2": "2025-05-10 15:46:50 +0300", + "entered_forest5": "2025-05-10 15:46:50 +0300" + }, + "done": true + }, + "triumph:stage0/fertility": { + "criteria": { + "completedParent": "2025-05-10 15:46:50 +0300", + "ceremony": "2025-05-11 21:34:46 +0300" + }, + "done": true + }, + "triumph:stage2/extendedcraftingbasic": { + "criteria": { + "completedParent": "2025-05-14 00:54:02 +0300", + "hasRock": "2025-05-14 04:25:41 +0300" + }, + "done": true + }, + "triumph:stage0/spear": { + "criteria": { + "hasRock": "2025-05-10 18:04:19 +0300", + "completedParent": "2025-05-10 17:51:47 +0300" + }, + "done": true + }, + "triumph:stage0/horsechopper": { + "criteria": { + "completedParent": "2025-05-11 21:45:06 +0300", + "hasRock": "2025-05-11 22:04:19 +0300" + }, + "done": true + }, + "triumph:stage2/dowsingrod": { + "criteria": { + "completedParent": "2025-05-14 00:42:11 +0300", + "crafted": "2025-05-14 00:54:02 +0300" + }, + "done": true + }, + "triumph:stage0/mill": { + "criteria": { + "hasRock": "2025-05-11 21:38:44 +0300", + "completedParent": "2025-05-11 21:37:26 +0300" + }, + "done": true + }, + "thebetweenlands:fighter/critical_hit": { + "criteria": { + "dragonfly": "2025-05-14 18:19:01 +0300", + "leech": "2025-05-14 18:19:01 +0300", + "firefly": "2025-05-14 18:19:01 +0300", + "sporeling": "2025-05-14 18:19:01 +0300", + "termite": "2025-05-14 18:19:01 +0300", + "blood_snail": "2025-05-14 18:19:01 +0300", + "mire_snail": "2025-05-14 18:19:01 +0300" + }, + "done": true + }, + "triumph:stage1/necro": { + "criteria": { + "completedParent": "2025-05-13 13:49:41 +0300", + "crafted": "2025-05-13 13:49:41 +0300" + }, + "done": true + }, + "triumph:stage2/astable2": { + "criteria": { + "hasRock": "2025-05-15 02:38:30 +0300", + "completedParent": "2025-05-15 02:34:31 +0300" + }, + "done": true + }, + "triumph:stage2/paper": { + "criteria": { + "completedParent": "2025-05-14 00:19:16 +0300" + }, + "done": false + }, + "triumph:stage4/certusquartz": { + "criteria": { + "hasRock": "2025-05-15 00:56:39 +0300" + }, + "done": false + }, + "triumph:stage0/handgrind": { + "criteria": { + "completedParent": "2025-05-09 03:54:42 +0300", + "hasRock": "2025-05-10 15:46:50 +0300" + }, + "done": true + }, + "triumph:stage1/copper": { + "criteria": { + "brokeLog1": "2025-05-13 13:49:41 +0300", + "brokeLog2": "2025-05-13 13:49:41 +0300", + "completedParent": "2025-05-13 13:49:41 +0300" + }, + "done": true + }, + "triumph:stage1/bronze": { + "criteria": { + "hasRock": "2025-05-13 13:49:41 +0300", + "completedParent": "2025-05-13 13:49:41 +0300" + }, + "done": true + }, + "triumph:stage1/turntable": { + "criteria": { + "hasRock": "2025-05-13 21:03:28 +0300", + "completedParent": "2025-05-13 20:49:22 +0300" + }, + "done": true + }, + "triumph:stage0/stonetools": { + "criteria": { + "completedParent": "2025-05-09 04:08:16 +0300", + "hasRock": "2025-05-10 15:46:16 +0300" + }, + "done": true + }, + "triumph:stage1/woodbasin": { + "criteria": { + "hasRock": "2025-05-13 14:07:56 +0300", + "completedParent": "2025-05-13 13:49:41 +0300" + }, + "done": true + }, + "triumph:stage2/market": { + "criteria": { + "completedParent": "2025-05-14 02:14:18 +0300" + }, + "done": false + }, + "triumph:stage1/plumbline": { + "criteria": { + "completedParent": "2025-05-13 13:49:41 +0300", + "crafted": "2025-05-13 13:49:41 +0300" + }, + "done": true + }, + "triumph:stage1/pedestal": { + "criteria": { + "completedParent": "2025-05-13 14:56:47 +0300" + }, + "done": false + }, + "triumph:stage1/prospector": { + "criteria": { + "completedParent": "2025-05-13 13:49:41 +0300", + "crafted": "2025-05-13 13:49:41 +0300" + }, + "done": true + }, + "triumph:stage2/rockcrystal": { + "criteria": { + "completedParent": "2025-05-14 00:54:02 +0300", + "hasRock": "2025-05-15 01:04:55 +0300" + }, + "done": true + }, + "thebetweenlands:fighter/fearless_fighter": { + "criteria": { + "swamp_hag": "2025-05-14 18:35:39 +0300", + "wight": "2025-05-14 18:40:15 +0300" + }, + "done": false + }, + "triumph:stage1/waterwheel": { + "criteria": { + "hasRock": "2025-05-13 13:49:41 +0300", + "completedParent": "2025-05-13 20:49:22 +0300" + }, + "done": true + }, + "triumph:stage0/root": { + "criteria": { + "killedByEntity": "2025-05-10 15:46:50 +0300", + "enterDimension": "2025-05-10 15:46:50 +0300", + "killEntity": "2025-05-10 15:46:50 +0300", + "location": "2025-05-09 03:31:26 +0300", + "breakBlock": "2025-05-10 15:46:50 +0300", + "craftItem": "2025-05-10 15:46:50 +0300", + "inventoryChange": "2025-05-10 15:46:50 +0300" + }, + "done": true + }, + "triumph:stage1/leafbed": { + "criteria": { + "hasRock": "2025-05-13 13:49:41 +0300", + "completedParent": "2025-05-13 13:49:41 +0300" + }, + "done": true + }, + "triumph:stage0/firstchest": { + "criteria": { + "completedParent": "2025-05-09 03:54:42 +0300", + "hasRock": "2025-05-10 15:46:50 +0300", + "hasRock2": "2025-05-10 15:46:50 +0300", + "hasRock4": "2025-05-10 15:46:50 +0300", + "hasRock3": "2025-05-10 15:46:50 +0300" + }, + "done": true + }, + "triumph:stage3/nickel": { + "criteria": { + "hasRock2": "2025-05-14 00:59:04 +0300" + }, + "done": false + }, + "thebetweenlands:farmer/mushroom_master": { + "criteria": { + "black": "2025-05-14 18:30:06 +0300" + }, + "done": false + }, + "triumph:stage1/coal": { + "criteria": { + "hasRock": "2025-05-13 13:49:41 +0300", + "completedParent": "2025-05-13 13:49:41 +0300" + }, + "done": true + }, + "triumph:stage2/starpowder": { + "criteria": { + "hasRock": "2025-05-14 00:54:02 +0300", + "completedParent": "2025-05-14 00:54:02 +0300" + }, + "done": true + }, + "thebetweenlands:adventurer/enter_the_stronghold": { + "criteria": { + "stronghold": "2025-05-14 18:42:14 +0300" + }, + "done": true + }, + "triumph:stage0/woodenbarrel": { + "criteria": { + "hasRock9": "2025-05-10 15:46:50 +0300", + "hasRock8": "2025-05-10 15:46:50 +0300", + "hasRock7": "2025-05-10 15:46:50 +0300", + "completedParent": "2025-05-10 15:46:50 +0300", + "hasRock2": "2025-05-10 15:46:50 +0300", + "hasRock1": "2025-05-10 15:46:50 +0300", + "hasRock6": "2025-05-10 15:46:50 +0300", + "hasRock5": "2025-05-10 15:46:50 +0300", + "hasRock10": "2025-05-10 15:46:50 +0300", + "hasRock4": "2025-05-10 15:46:50 +0300", + "hasRock3": "2025-05-10 15:46:50 +0300" + }, + "done": true + }, + "triumph:stage0/tomahawk": { + "criteria": { + "completedParent": "2025-05-10 17:51:47 +0300", + "hasRock": "2025-05-13 13:49:41 +0300" + }, + "done": true + }, + "triumph:stage0/mesh": { + "criteria": { + "hasRock": "2025-05-09 03:45:04 +0300", + "completedParent": "2025-05-09 03:35:31 +0300" + }, + "done": true + }, + "thebetweenlands:adventurer/ruined_it": { + "criteria": { + "shack": "2025-05-14 03:33:04 +0300", + "ruin": "2025-05-14 03:33:04 +0300" + }, + "done": true + }, + "triumph:stage2/twilight": { + "criteria": { + "completedParent": "2025-05-15 02:38:30 +0300" + }, + "done": false + } +} \ No newline at end of file diff --git a/world/data/BloodMagic-SoulNetworks.dat b/world/data/BloodMagic-SoulNetworks.dat new file mode 100644 index 0000000..c2cac1d Binary files /dev/null and b/world/data/BloodMagic-SoulNetworks.dat differ diff --git a/world/data/ImmersiveEngineering-SaveData.dat b/world/data/ImmersiveEngineering-SaveData.dat new file mode 100644 index 0000000..70b732b Binary files /dev/null and b/world/data/ImmersiveEngineering-SaveData.dat differ diff --git a/world/data/ImmersivePetroleum-SaveData.dat b/world/data/ImmersivePetroleum-SaveData.dat new file mode 100644 index 0000000..360e363 Binary files /dev/null and b/world/data/ImmersivePetroleum-SaveData.dat differ diff --git a/world/data/Monument.dat b/world/data/Monument.dat new file mode 100644 index 0000000..4f1c58f Binary files /dev/null and b/world/data/Monument.dat differ diff --git a/world/data/Stronghold.dat b/world/data/Stronghold.dat new file mode 100644 index 0000000..ef60b25 Binary files /dev/null and b/world/data/Stronghold.dat differ diff --git a/world/data/TogetherForever.dat b/world/data/TogetherForever.dat new file mode 100644 index 0000000..fc4a14f Binary files /dev/null and b/world/data/TogetherForever.dat differ diff --git a/world/data/Village.dat b/world/data/Village.dat new file mode 100644 index 0000000..2a2f05e Binary files /dev/null and b/world/data/Village.dat differ diff --git a/world/data/WorldSavedDataMachines.dat b/world/data/WorldSavedDataMachines.dat new file mode 100644 index 0000000..9877337 Binary files /dev/null and b/world/data/WorldSavedDataMachines.dat differ diff --git a/world/data/aAtlasExtTiles.dat b/world/data/aAtlasExtTiles.dat new file mode 100644 index 0000000..072d063 Binary files /dev/null and b/world/data/aAtlasExtTiles.dat differ diff --git a/world/data/aAtlasGlobalMarkers.dat b/world/data/aAtlasGlobalMarkers.dat new file mode 100644 index 0000000..558717f Binary files /dev/null and b/world/data/aAtlasGlobalMarkers.dat differ diff --git a/world/data/aAtlas_0.dat b/world/data/aAtlas_0.dat new file mode 100644 index 0000000..25f2cd6 Binary files /dev/null and b/world/data/aAtlas_0.dat differ diff --git a/world/data/aAtlas_1.dat b/world/data/aAtlas_1.dat new file mode 100644 index 0000000..7b21992 Binary files /dev/null and b/world/data/aAtlas_1.dat differ diff --git a/world/data/aAtlas_2.dat b/world/data/aAtlas_2.dat new file mode 100644 index 0000000..2c33343 Binary files /dev/null and b/world/data/aAtlas_2.dat differ diff --git a/world/data/aAtlas_3.dat b/world/data/aAtlas_3.dat new file mode 100644 index 0000000..f059460 Binary files /dev/null and b/world/data/aAtlas_3.dat differ diff --git a/world/data/aaMarkers_0.dat b/world/data/aaMarkers_0.dat new file mode 100644 index 0000000..31d7203 Binary files /dev/null and b/world/data/aaMarkers_0.dat differ diff --git a/world/data/aaMarkers_1.dat b/world/data/aaMarkers_1.dat new file mode 100644 index 0000000..5d60ca5 Binary files /dev/null and b/world/data/aaMarkers_1.dat differ diff --git a/world/data/aaMarkers_2.dat b/world/data/aaMarkers_2.dat new file mode 100644 index 0000000..832ad5d Binary files /dev/null and b/world/data/aaMarkers_2.dat differ diff --git a/world/data/aaMarkers_3.dat b/world/data/aaMarkers_3.dat new file mode 100644 index 0000000..a33ccfd Binary files /dev/null and b/world/data/aaMarkers_3.dat differ diff --git a/world/data/abyssalcraft_necromancy_data.dat b/world/data/abyssalcraft_necromancy_data.dat new file mode 100644 index 0000000..3d0d602 Binary files /dev/null and b/world/data/abyssalcraft_necromancy_data.dat differ diff --git a/world/data/actuallyadditionsdata.dat b/world/data/actuallyadditionsdata.dat new file mode 100644 index 0000000..d159f43 Binary files /dev/null and b/world/data/actuallyadditionsdata.dat differ diff --git a/world/data/buildcraft_marker_path.dat b/world/data/buildcraft_marker_path.dat new file mode 100644 index 0000000..5098e97 Binary files /dev/null and b/world/data/buildcraft_marker_path.dat differ diff --git a/world/data/buildcraft_marker_volume.dat b/world/data/buildcraft_marker_volume.dat new file mode 100644 index 0000000..5098e97 Binary files /dev/null and b/world/data/buildcraft_marker_volume.dat differ diff --git a/world/data/buildcraft_wire_systems.dat b/world/data/buildcraft_wire_systems.dat new file mode 100644 index 0000000..d805bc0 Binary files /dev/null and b/world/data/buildcraft_wire_systems.dat differ diff --git a/world/data/capabilities.dat b/world/data/capabilities.dat new file mode 100644 index 0000000..5a196c1 Binary files /dev/null and b/world/data/capabilities.dat differ diff --git a/world/data/geolosys.dat b/world/data/geolosys.dat new file mode 100644 index 0000000..bc1f48b Binary files /dev/null and b/world/data/geolosys.dat differ diff --git a/world/data/geolosysOreGeneratorPending.dat b/world/data/geolosysOreGeneratorPending.dat new file mode 100644 index 0000000..b642865 Binary files /dev/null and b/world/data/geolosysOreGeneratorPending.dat differ diff --git a/world/data/geolosysStoneGeneratorPending.dat b/world/data/geolosysStoneGeneratorPending.dat new file mode 100644 index 0000000..e087990 Binary files /dev/null and b/world/data/geolosysStoneGeneratorPending.dat differ diff --git a/world/data/idcounts.dat b/world/data/idcounts.dat new file mode 100644 index 0000000..b060bd7 Binary files /dev/null and b/world/data/idcounts.dat differ diff --git a/world/data/integrateddynamics_GlobalCounterData.dat b/world/data/integrateddynamics_GlobalCounterData.dat new file mode 100644 index 0000000..4167b5a Binary files /dev/null and b/world/data/integrateddynamics_GlobalCounterData.dat differ diff --git a/world/data/integrateddynamics_Labels.dat b/world/data/integrateddynamics_Labels.dat new file mode 100644 index 0000000..d12c2a5 Binary files /dev/null and b/world/data/integrateddynamics_Labels.dat differ diff --git a/world/data/integrateddynamics_Networks.dat b/world/data/integrateddynamics_Networks.dat new file mode 100644 index 0000000..f9ab19a Binary files /dev/null and b/world/data/integrateddynamics_Networks.dat differ diff --git a/world/data/local_storage/region/r.0.-1.dat b/world/data/local_storage/region/r.0.-1.dat new file mode 100644 index 0000000..5b9173d Binary files /dev/null and b/world/data/local_storage/region/r.0.-1.dat differ diff --git a/world/data/map_0.dat b/world/data/map_0.dat new file mode 100644 index 0000000..e224eb1 Binary files /dev/null and b/world/data/map_0.dat differ diff --git a/world/data/primal.world.mud.dat b/world/data/primal.world.mud.dat new file mode 100644 index 0000000..088183e Binary files /dev/null and b/world/data/primal.world.mud.dat differ diff --git a/world/data/primal.world.ores.dat b/world/data/primal.world.ores.dat new file mode 100644 index 0000000..b07985e Binary files /dev/null and b/world/data/primal.world.ores.dat differ diff --git a/world/data/primal.world.salt.dat b/world/data/primal.world.salt.dat new file mode 100644 index 0000000..cb5cd88 Binary files /dev/null and b/world/data/primal.world.salt.dat differ diff --git a/world/data/primal.world.stone.dat b/world/data/primal.world.stone.dat new file mode 100644 index 0000000..e91fd3a Binary files /dev/null and b/world/data/primal.world.stone.dat differ diff --git a/world/data/reccomplex-random.dat b/world/data/reccomplex-random.dat new file mode 100644 index 0000000..7c8dae2 Binary files /dev/null and b/world/data/reccomplex-random.dat differ diff --git a/world/data/reccomplex-structuredata.dat b/world/data/reccomplex-structuredata.dat new file mode 100644 index 0000000..efbb793 Binary files /dev/null and b/world/data/reccomplex-structuredata.dat differ diff --git a/world/data/scoreboard.dat b/world/data/scoreboard.dat new file mode 100644 index 0000000..920847f Binary files /dev/null and b/world/data/scoreboard.dat differ diff --git a/world/data/villages.dat b/world/data/villages.dat new file mode 100644 index 0000000..5acc293 Binary files /dev/null and b/world/data/villages.dat differ diff --git a/world/forcedchunks.dat b/world/forcedchunks.dat new file mode 100644 index 0000000..e434547 Binary files /dev/null and b/world/forcedchunks.dat differ diff --git a/world/galacticraft/GCSpaceRaceData.dat b/world/galacticraft/GCSpaceRaceData.dat new file mode 100644 index 0000000..d0debcc Binary files /dev/null and b/world/galacticraft/GCSpaceRaceData.dat differ diff --git a/world/galacticraft/overworldMap/Overworld192.bin b/world/galacticraft/overworldMap/Overworld192.bin new file mode 100644 index 0000000..8d24be0 Binary files /dev/null and b/world/galacticraft/overworldMap/Overworld192.bin differ diff --git a/world/incremental.aromabackup b/world/incremental.aromabackup new file mode 100644 index 0000000..55f5340 --- /dev/null +++ b/world/incremental.aromabackup @@ -0,0 +1,524 @@ +galacticraft/GCSpaceRaceData.dat=FD 7F 24 EB 22 51 FA 1A A0 B6 F9 03 6B 3C 20 1B 6F 46 FF 79 77 EA B3 B4 F7 0B 94 4E 01 78 EC 9A +galacticraft/overworldMap/Overworld192.bin=7C 60 B3 B7 50 BF 42 B4 99 38 9D 26 C7 79 6C B7 3E 90 05 C6 A5 D4 6F F3 D8 54 5B 7D 4A 9D 20 A7 +playerdata/0106003f-e634-313f-b918-8a31e23dabb6.astral=BF 21 9F 08 B7 00 68 7D CF 41 1F 7C 1A 5E 86 18 CA C2 D3 CE AB C0 E3 40 C0 08 5E 08 5E DC B3 52 +playerdata/0106003f-e634-313f-b918-8a31e23dabb6.astralback=07 5D E2 B9 06 DB D7 06 6D A0 08 CA B7 35 BE E8 96 37 01 54 60 35 79 A5 01 22 F9 B8 85 45 BD 45 +playerdata/0106003f-e634-313f-b918-8a31e23dabb6.cyclicinvo=CC 2F AA 5F 84 06 C0 3B B6 1B AA EC 43 C8 73 8A E0 10 AB E3 87 4F F1 54 95 2D 4A 66 39 FD 18 BF +playerdata/0106003f-e634-313f-b918-8a31e23dabb6.dat=72 8D 4B 6D 8B 17 7D 4E A1 9B 67 96 2E 03 05 91 CE 06 F3 29 A1 06 88 53 AC 50 48 01 FD 5C C6 6B +playerdata/187f2409-0506-4922-bb24-996ed526b0b2.astral=BF 21 9F 08 B7 00 68 7D CF 41 1F 7C 1A 5E 86 18 CA C2 D3 CE AB C0 E3 40 C0 08 5E 08 5E DC B3 52 +playerdata/187f2409-0506-4922-bb24-996ed526b0b2.astralback=BF 21 9F 08 B7 00 68 7D CF 41 1F 7C 1A 5E 86 18 CA C2 D3 CE AB C0 E3 40 C0 08 5E 08 5E DC B3 52 +playerdata/187f2409-0506-4922-bb24-996ed526b0b2.cyclicinvo=CC 2F AA 5F 84 06 C0 3B B6 1B AA EC 43 C8 73 8A E0 10 AB E3 87 4F F1 54 95 2D 4A 66 39 FD 18 BF +playerdata/187f2409-0506-4922-bb24-996ed526b0b2.dat=76 4A D3 71 D1 C4 B6 24 DB 7B 5E 12 01 81 46 E0 35 BE D4 5D BB 68 E7 A2 3F 74 79 3A B3 B8 88 B1 +playerdata/1d55ced0-f360-45b1-9d62-11846a7fa39d.astral=7A A7 E5 4F 83 1E FC B2 02 5C 87 B5 7C CC A7 90 A8 8F D1 76 3D 78 B0 79 72 F3 BD A5 14 85 62 7E +playerdata/1d55ced0-f360-45b1-9d62-11846a7fa39d.astralback=7A A7 E5 4F 83 1E FC B2 02 5C 87 B5 7C CC A7 90 A8 8F D1 76 3D 78 B0 79 72 F3 BD A5 14 85 62 7E +playerdata/1d55ced0-f360-45b1-9d62-11846a7fa39d.cyclicinvo=CC 2F AA 5F 84 06 C0 3B B6 1B AA EC 43 C8 73 8A E0 10 AB E3 87 4F F1 54 95 2D 4A 66 39 FD 18 BF +playerdata/1d55ced0-f360-45b1-9d62-11846a7fa39d.dat=40 41 E1 97 E1 8C FF 19 F3 56 38 2F D8 B5 15 88 28 02 D2 A3 22 5A E2 BE 03 37 01 DE 58 B2 62 38 +playerdata/5d8fa0ff-f225-316b-b91d-7f85ea92a2e8.astral=BF 21 9F 08 B7 00 68 7D CF 41 1F 7C 1A 5E 86 18 CA C2 D3 CE AB C0 E3 40 C0 08 5E 08 5E DC B3 52 +playerdata/5d8fa0ff-f225-316b-b91d-7f85ea92a2e8.astralback=07 5D E2 B9 06 DB D7 06 6D A0 08 CA B7 35 BE E8 96 37 01 54 60 35 79 A5 01 22 F9 B8 85 45 BD 45 +playerdata/5d8fa0ff-f225-316b-b91d-7f85ea92a2e8.cyclicinvo=CC 2F AA 5F 84 06 C0 3B B6 1B AA EC 43 C8 73 8A E0 10 AB E3 87 4F F1 54 95 2D 4A 66 39 FD 18 BF +playerdata/5d8fa0ff-f225-316b-b91d-7f85ea92a2e8.dat=C8 BB 81 11 0A 81 AE 93 48 87 67 97 07 6C FC 58 4B 92 C5 D0 9A 7D F3 92 A3 62 83 AF A9 79 16 14 +playerdata/622daa46-3d92-4bcd-888e-9633a86b0541.astral=F4 0A 15 8A 16 9A AC 1B 05 15 38 5A 91 F3 FE F2 01 A6 14 6F A3 56 1D CB 53 FF F7 D5 FB 31 0D 41 +playerdata/622daa46-3d92-4bcd-888e-9633a86b0541.astralback=F4 0A 15 8A 16 9A AC 1B 05 15 38 5A 91 F3 FE F2 01 A6 14 6F A3 56 1D CB 53 FF F7 D5 FB 31 0D 41 +playerdata/622daa46-3d92-4bcd-888e-9633a86b0541.cyclicinvo=CC 2F AA 5F 84 06 C0 3B B6 1B AA EC 43 C8 73 8A E0 10 AB E3 87 4F F1 54 95 2D 4A 66 39 FD 18 BF +playerdata/622daa46-3d92-4bcd-888e-9633a86b0541.dat=01 15 D0 48 3B 5F 83 3A 00 45 98 C2 8A 96 60 33 0F 5C 35 CF 2B AE 5E EA F8 F7 CE CA 9E 7F F7 59 +playerdata/92282bab-8c19-48d1-a86c-8454470c3915.astral=F4 0A 15 8A 16 9A AC 1B 05 15 38 5A 91 F3 FE F2 01 A6 14 6F A3 56 1D CB 53 FF F7 D5 FB 31 0D 41 +playerdata/92282bab-8c19-48d1-a86c-8454470c3915.astralback=F4 0A 15 8A 16 9A AC 1B 05 15 38 5A 91 F3 FE F2 01 A6 14 6F A3 56 1D CB 53 FF F7 D5 FB 31 0D 41 +playerdata/92282bab-8c19-48d1-a86c-8454470c3915.cyclicinvo=CC 2F AA 5F 84 06 C0 3B B6 1B AA EC 43 C8 73 8A E0 10 AB E3 87 4F F1 54 95 2D 4A 66 39 FD 18 BF +playerdata/92282bab-8c19-48d1-a86c-8454470c3915.dat=89 A1 F3 CC 5B 75 D8 A6 4F 3F 75 EA 3D 22 F1 9B 1C BE 63 03 B8 FB A9 18 D7 75 BC 1C 55 B1 B6 49 +playerdata/b5b4178f-ca06-3acf-8d73-f2624e51db7b.astral=BF 21 9F 08 B7 00 68 7D CF 41 1F 7C 1A 5E 86 18 CA C2 D3 CE AB C0 E3 40 C0 08 5E 08 5E DC B3 52 +playerdata/b5b4178f-ca06-3acf-8d73-f2624e51db7b.astralback=07 5D E2 B9 06 DB D7 06 6D A0 08 CA B7 35 BE E8 96 37 01 54 60 35 79 A5 01 22 F9 B8 85 45 BD 45 +playerdata/b5b4178f-ca06-3acf-8d73-f2624e51db7b.cyclicinvo=CC 2F AA 5F 84 06 C0 3B B6 1B AA EC 43 C8 73 8A E0 10 AB E3 87 4F F1 54 95 2D 4A 66 39 FD 18 BF +playerdata/b5b4178f-ca06-3acf-8d73-f2624e51db7b.dat=F0 FD 94 30 68 A9 81 AA EA 03 E7 55 78 62 6D 91 2C 92 AB DC 43 1D 78 72 8B 38 F2 F5 58 62 80 AD +playerdata/b72d807c-2845-4cc5-b792-2972f6483cfa.astral=F4 0A 15 8A 16 9A AC 1B 05 15 38 5A 91 F3 FE F2 01 A6 14 6F A3 56 1D CB 53 FF F7 D5 FB 31 0D 41 +playerdata/b72d807c-2845-4cc5-b792-2972f6483cfa.astralback=F4 0A 15 8A 16 9A AC 1B 05 15 38 5A 91 F3 FE F2 01 A6 14 6F A3 56 1D CB 53 FF F7 D5 FB 31 0D 41 +playerdata/b72d807c-2845-4cc5-b792-2972f6483cfa.cyclicinvo=CC 2F AA 5F 84 06 C0 3B B6 1B AA EC 43 C8 73 8A E0 10 AB E3 87 4F F1 54 95 2D 4A 66 39 FD 18 BF +playerdata/b72d807c-2845-4cc5-b792-2972f6483cfa.dat=64 6D A3 F0 08 79 B6 D0 B1 46 44 11 3E 07 14 96 3C 85 5D 6F CA 6A BC 4E CD 72 2F 42 FC BD 67 A0 +playerdata/gamestages/0106003f-e634-313f-b918-8a31e23dabb6.dat=19 24 62 53 96 AF 27 BC FC 66 9C BC 71 03 44 70 BC C6 AA 35 95 DB 3A 23 13 DE 60 1A 5A 6F E6 6E +playerdata/gamestages/187f2409-0506-4922-bb24-996ed526b0b2.dat=53 D0 33 88 D0 F9 DE 2F 14 CE 0D 44 81 B0 F2 58 8E 75 EB 6A 14 06 45 D1 28 B2 83 C8 87 E3 5D E3 +playerdata/gamestages/1d55ced0-f360-45b1-9d62-11846a7fa39d.dat=A1 9A 22 35 8E 9F A8 F6 0A 0F 8C DA AE F5 5E 12 73 4B EB C7 D2 BC 78 5B 31 7F D7 60 F5 BF 16 DC +playerdata/gamestages/5d8fa0ff-f225-316b-b91d-7f85ea92a2e8.dat=19 24 62 53 96 AF 27 BC FC 66 9C BC 71 03 44 70 BC C6 AA 35 95 DB 3A 23 13 DE 60 1A 5A 6F E6 6E +playerdata/gamestages/622daa46-3d92-4bcd-888e-9633a86b0541.dat=A1 9A 22 35 8E 9F A8 F6 0A 0F 8C DA AE F5 5E 12 73 4B EB C7 D2 BC 78 5B 31 7F D7 60 F5 BF 16 DC +playerdata/gamestages/92282bab-8c19-48d1-a86c-8454470c3915.dat=A1 9A 22 35 8E 9F A8 F6 0A 0F 8C DA AE F5 5E 12 73 4B EB C7 D2 BC 78 5B 31 7F D7 60 F5 BF 16 DC +playerdata/gamestages/b5b4178f-ca06-3acf-8d73-f2624e51db7b.dat=19 24 62 53 96 AF 27 BC FC 66 9C BC 71 03 44 70 BC C6 AA 35 95 DB 3A 23 13 DE 60 1A 5A 6F E6 6E +playerdata/gamestages/b72d807c-2845-4cc5-b792-2972f6483cfa.dat=A1 9A 22 35 8E 9F A8 F6 0A 0F 8C DA AE F5 5E 12 73 4B EB C7 D2 BC 78 5B 31 7F D7 60 F5 BF 16 DC +The_Dreadlands/data/buildcraft_wire_systems.dat=11 C8 AC 75 62 58 13 61 A9 7D 43 E2 A1 93 AF 36 A9 33 B1 07 80 AF 20 BB 4F 47 BB 3C 9B 9F C9 40 +The_Dreadlands/data/capabilities.dat=75 1D 0C 57 6B 56 53 7A 9C 11 50 2E B0 9C 73 8F A4 D1 2D AD B8 1F 5A F1 17 93 27 EE 94 50 C7 A6 +The_Dreadlands/data/villages_dl.dat=24 37 AD 71 AB 04 A1 42 47 4C 64 D6 EB 2E 18 36 BD 06 2B 92 2D 6F 6D 7E D6 9E 78 FA DA 30 60 9D +The_Dreadlands/forcedchunks.dat=8A 1F F1 D2 8C C8 9B EF E2 B9 3A EC 31 A8 00 60 4D 46 B8 E6 53 E6 A1 06 D4 09 A2 40 CD A2 07 38 +The_Dreadlands/multipart.dat=38 8C 35 A3 3A 8D 6F C1 98 A8 EC 35 4E F5 9B 44 8E 1C EE E0 E2 C5 3B EE D2 19 12 C2 06 D1 92 09 +Abyssal_Wasteland/data/buildcraft_wire_systems.dat=11 C8 AC 75 62 58 13 61 A9 7D 43 E2 A1 93 AF 36 A9 33 B1 07 80 AF 20 BB 4F 47 BB 3C 9B 9F C9 40 +Abyssal_Wasteland/data/capabilities.dat=75 1D 0C 57 6B 56 53 7A 9C 11 50 2E B0 9C 73 8F A4 D1 2D AD B8 1F 5A F1 17 93 27 EE 94 50 C7 A6 +Abyssal_Wasteland/data/villages_aw.dat=24 37 AD 71 AB 04 A1 42 47 4C 64 D6 EB 2E 18 36 BD 06 2B 92 2D 6F 6D 7E D6 9E 78 FA DA 30 60 9D +Abyssal_Wasteland/forcedchunks.dat=8A 1F F1 D2 8C C8 9B EF E2 B9 3A EC 31 A8 00 60 4D 46 B8 E6 53 E6 A1 06 D4 09 A2 40 CD A2 07 38 +Abyssal_Wasteland/multipart.dat=38 8C 35 A3 3A 8D 6F C1 98 A8 EC 35 4E F5 9B 44 8E 1C EE E0 E2 C5 3B EE D2 19 12 C2 06 D1 92 09 +DIM28885/data/buildcraft_marker_path.dat=76 0D 79 08 13 75 DC A6 58 A8 F8 5F 52 EF B8 3A C2 18 02 FF D8 10 EE C6 2A 21 19 46 B4 44 6D 8E +DIM28885/data/buildcraft_marker_volume.dat=76 0D 79 08 13 75 DC A6 58 A8 F8 5F 52 EF B8 3A C2 18 02 FF D8 10 EE C6 2A 21 19 46 B4 44 6D 8E +DIM28885/data/buildcraft_wire_systems.dat=11 C8 AC 75 62 58 13 61 A9 7D 43 E2 A1 93 AF 36 A9 33 B1 07 80 AF 20 BB 4F 47 BB 3C 9B 9F C9 40 +DIM28885/data/capabilities.dat=75 1D 0C 57 6B 56 53 7A 9C 11 50 2E B0 9C 73 8F A4 D1 2D AD B8 1F 5A F1 17 93 27 EE 94 50 C7 A6 +DIM28885/data/reccomplex-structuredata.dat=D8 0C A3 60 68 A7 CA 50 6C 7C D0 6D D6 FC E1 17 83 66 0E CE 6F 9C FA 57 D8 78 27 25 0A 7F C4 75 +DIM28885/data/villages_hunting.dat=C1 C7 5E AE 43 46 2E 6D A6 BC 8A 77 08 49 1F 0A 8F ED 82 B3 17 18 CE A3 B1 C9 8E 67 CC 82 E1 AD +DIM28885/forcedchunks.dat=8A 1F F1 D2 8C C8 9B EF E2 B9 3A EC 31 A8 00 60 4D 46 B8 E6 53 E6 A1 06 D4 09 A2 40 CD A2 07 38 +DIM28885/multipart.dat=38 8C 35 A3 3A 8D 6F C1 98 A8 EC 35 4E F5 9B 44 8E 1C EE E0 E2 C5 3B EE D2 19 12 C2 06 D1 92 09 +DIM28885/region/r.-1.-1.mca=72 35 C3 13 2C F2 60 BD 5D CA 29 0E 46 66 B9 7A DD F6 A0 13 23 76 7D F8 E1 3B AD 66 79 E5 71 E8 +DIM28885/region/r.-1.-2.mca=0B B0 84 38 11 5E F8 79 C0 6E C1 4B C8 F9 81 55 1F 25 E1 82 16 CD 4C 3E 18 1B 3C 8E 55 3F 0A F4 +DIM28885/region/r.-1.0.mca=FC 7C 73 C2 CF 78 7D DF F5 25 AB CF 52 9B 9B A8 D5 1C 72 3B A1 A3 8D B4 1D D0 F2 2C 53 C0 31 3E +DIM28885/region/r.0.-1.mca=71 D2 75 D5 CB DE 51 BF 54 66 EA BB FA B0 10 D0 08 E1 C6 52 83 92 D8 16 78 88 AC 87 1C FC CA 06 +DIM28885/region/r.0.-2.mca=C0 35 7F 69 13 ED 52 22 A9 D2 1B BF 16 00 1C F4 4A 58 FB 81 AE 50 03 52 6C 5E 00 63 52 AA 4E BC +DIM28885/region/r.0.0.mca=28 6C 45 83 AD E7 C0 23 6C 68 A9 E0 10 8F 2F 76 19 99 D2 CF 23 EC DA 02 06 B2 80 C7 12 89 A8 A6 +DIM28885/region/r.1.-1.mca=F2 86 3A CE 49 C7 58 ED 18 6B B3 20 F1 77 D2 B0 77 9E F0 E6 44 11 7C D6 10 D2 B8 85 CF 1B 9C 19 +DIM28885/region/r.1.-2.mca=96 A8 43 BB 05 5F C4 BC B0 91 9A CE 9B 91 10 BB 5F 5A 5F B9 A5 95 49 26 E9 A1 74 B6 A4 CD 0E 83 +DIM28885/region/r.1.0.mca=AC 60 EF 1E CF F2 D3 BD 80 46 16 39 84 F0 A3 77 EC 05 EB 80 F7 F5 81 60 FD 70 FC F5 88 42 06 6D +advancements/0106003f-e634-313f-b918-8a31e23dabb6.json=49 E6 93 FF 76 3A D3 31 BE C2 4C CB 86 86 46 8C 1C 50 16 4B 6D 5E 3C 5F 09 46 7F 46 40 79 C0 7E +advancements/187f2409-0506-4922-bb24-996ed526b0b2.json=40 AE A4 D6 C3 B0 1A 99 4B 70 FD 45 14 3E 56 54 22 04 09 CF 7E 2B 44 64 AD A2 78 E3 B8 1C 27 12 +advancements/1d55ced0-f360-45b1-9d62-11846a7fa39d.json=DE 2E 4B 2F B5 94 3A 68 00 41 C7 E9 F7 06 7D AB 30 13 CE 61 4C CB A5 AF B9 9E D2 6F AE B2 EC AE +advancements/5d8fa0ff-f225-316b-b91d-7f85ea92a2e8.json=41 E2 0C 59 E8 06 A1 D9 F9 78 98 B5 5D D9 0A 2A 82 46 12 55 39 93 12 9E 3B DB A1 07 08 EB 9F 4A +advancements/622daa46-3d92-4bcd-888e-9633a86b0541.json=43 FE B1 6C DE 7F FF 37 A5 E4 A5 DF 4B F2 D1 73 7C 30 6B 43 56 5C 6E 30 6E C9 63 86 6C 5D 40 C2 +advancements/92282bab-8c19-48d1-a86c-8454470c3915.json=68 4E 3E 5E D2 99 42 22 BF C0 11 76 34 A3 C8 DF F3 72 55 CF 9B 3A DE 77 73 22 74 DD FC 3D 27 71 +advancements/b5b4178f-ca06-3acf-8d73-f2624e51db7b.json=9A DB 63 F3 30 7C 43 B3 90 FB 9A 92 52 B0 6C 80 02 B6 B3 96 86 BC B3 52 CA 1A 7E F1 A9 56 ED 5F +advancements/b72d807c-2845-4cc5-b792-2972f6483cfa.json=3A 75 F9 F0 13 75 72 72 9B 6F 29 BF D4 AB 3F 5F B5 1A 01 5D 38 CC 27 9A 21 F0 BF 9F A5 5E 37 99 +session.lock=9E EB A7 24 9D 60 8D C0 EC 8A DA 93 0E BF D4 08 14 96 63 0C 27 98 E2 4A 86 25 5D 26 EA 76 93 C9 +DIM7/data/buildcraft_marker_path.dat=76 0D 79 08 13 75 DC A6 58 A8 F8 5F 52 EF B8 3A C2 18 02 FF D8 10 EE C6 2A 21 19 46 B4 44 6D 8E +DIM7/data/buildcraft_marker_volume.dat=76 0D 79 08 13 75 DC A6 58 A8 F8 5F 52 EF B8 3A C2 18 02 FF D8 10 EE C6 2A 21 19 46 B4 44 6D 8E +DIM7/data/buildcraft_wire_systems.dat=11 C8 AC 75 62 58 13 61 A9 7D 43 E2 A1 93 AF 36 A9 33 B1 07 80 AF 20 BB 4F 47 BB 3C 9B 9F C9 40 +DIM7/data/capabilities.dat=75 1D 0C 57 6B 56 53 7A 9C 11 50 2E B0 9C 73 8F A4 D1 2D AD B8 1F 5A F1 17 93 27 EE 94 50 C7 A6 +DIM7/data/dark_tower.dat=54 FB 5B D5 86 50 94 10 43 A3 95 7D 2F D9 E5 B5 F7 75 68 89 8C 1E CC 35 24 53 A1 2F D7 FE 61 73 +DIM7/data/final_castle.dat=23 4A 4D C6 81 53 A7 FF C8 41 84 37 1B 89 21 AD 76 EE 9F 0C 70 B9 A8 63 57 40 56 0D 91 AB 37 A3 +DIM7/data/geolosys.dat=63 11 E5 C0 33 23 23 9E E5 8B C5 C1 8E C1 85 A2 0B 3A 3D 2D 0E 50 06 AE E8 CB 46 1A 08 DF 51 B9 +DIM7/data/hedge_maze.dat=C2 15 0D 33 40 DA FC 83 D3 BF C9 73 0D E8 F6 56 ED 68 52 80 5F 48 5B FC 83 6D 73 4A 5D 14 08 13 +DIM7/data/knight_stronghold.dat=88 D9 14 CA C2 1D C9 77 ED 88 AC AC 83 0F 01 58 B9 4C E8 40 36 9B 28 54 A9 95 50 C4 0E D3 76 CD +DIM7/data/large_hollow_hill.dat=F1 11 EA D7 59 67 BE B7 46 A0 6C 8E 1F BE AC A3 0A AF 83 F5 2C FC E6 E5 85 C8 2D 69 E7 A4 AB A3 +DIM7/data/lich_tower.dat=BB 78 5E 0D 86 F9 56 AF FF CA 22 29 B3 26 CA 89 2D 6C A6 EB 49 20 ED 00 F8 C7 27 BF D3 DC 3E 10 +DIM7/data/medium_hollow_hill.dat=1A 76 00 91 81 97 2C 50 02 94 44 EC 24 44 70 4B 9F 6B CC BD BF 31 B6 37 E3 79 3E E4 E6 71 13 92 +DIM7/data/naga_courtyard.dat=43 C4 5B 1C 2B 8C 5F B2 88 F0 A6 2C 1C 5A C9 11 92 E8 50 21 02 3D FE 61 23 48 98 88 DF 39 8C 85 +DIM7/data/reccomplex-structuredata.dat=6E 4F 29 CB 24 BF B6 C8 15 25 1F 79 AE 03 18 C3 0D BE 58 C7 26 7A 75 5D 5B 58 64 3E 3C 94 68 04 +DIM7/data/small_hollow_hill.dat=AD 11 5C 2D 2B 28 78 6D 8B 94 5C A3 32 27 07 FF F0 4B 88 EC CB 86 58 14 0A DF DE E3 18 30 3A 28 +DIM7/data/TFHollowTree.dat=64 61 5E A2 EA 07 24 F8 5B ED FF 25 13 2C FF 2F 88 36 29 17 98 93 1D 83 E2 C9 E5 52 FA E8 28 42 +DIM7/data/troll_lairs.dat=8A 4D B4 7B D6 5A 27 28 C2 8A 39 6C DF 68 B8 80 F4 9C 9A B3 29 16 6B 3F 0D 93 B6 67 4F 2C 26 6F +DIM7/data/villages_twilightforest.dat=69 41 02 F4 2B EC FB 0B E5 B6 08 1A 4D B2 4E FD 1A A9 9E C6 C8 00 C4 EE B7 64 1C 3C 0D D9 54 D8 +DIM7/forcedchunks.dat=8A 1F F1 D2 8C C8 9B EF E2 B9 3A EC 31 A8 00 60 4D 46 B8 E6 53 E6 A1 06 D4 09 A2 40 CD A2 07 38 +DIM7/multipart.dat=E4 6B 99 4C D9 1C 5B 20 92 B0 D6 91 2A 2B 26 20 5D 82 9D B9 4E DA 39 64 59 99 6B 8D 05 06 50 8A +DIM7/region/r.-1.-1.mca=9E 28 F3 99 EB 9D BE FE DF 68 47 33 0F 6C 7F E2 4B 96 DD 70 45 40 D9 85 5D 6F C5 21 5C 14 7E AD +DIM7/region/r.-1.0.mca=12 02 D1 AE 44 BF 70 DE 4F 23 F0 BE 86 74 6D CC A4 32 8E 32 AA 2F 70 26 67 F2 F0 C6 F6 73 C9 7B +DIM7/region/r.-1.1.mca=18 A6 B0 8C C3 EF F1 60 40 E3 F1 26 52 A9 CF 2D D0 10 37 A1 BD A7 C6 18 26 0C 19 7C FD 80 86 C5 +DIM7/region/r.-1.2.mca=C3 40 E4 84 0B B1 30 69 19 8F B0 87 7F B4 DD 3C C0 3D F6 E9 08 5A 53 92 AB F0 72 C6 20 C5 6B E5 +DIM7/region/r.0.-1.mca=C5 5D 24 84 40 AE 0A 48 01 90 88 63 F3 4A 22 3C 50 62 E1 7A E2 9D EA 52 70 33 D0 2E 93 F8 57 FB +DIM7/region/r.0.0.mca=B4 C3 98 E6 5A 6C 1D ED 5E 40 5A EB B9 AF 9B B3 49 23 38 D8 90 AB D1 EB 48 38 97 C8 63 50 72 34 +DIM7/region/r.0.1.mca=B1 F5 3A C1 D8 59 3B 49 5D 24 5B B0 41 5C C0 91 C8 BF 1E A3 D4 7F 64 9F 3B C1 BA FF 28 20 E8 9E +DIM7/region/r.0.2.mca=9F B2 02 13 EB 5B 1E 9D F1 B8 72 F3 23 95 B6 AE B2 24 2E 02 CE 4D E9 3C 75 3B D8 10 E6 28 FC 4D +DIM7/region/r.1.-1.mca=CA 78 EF 55 95 41 CC 9C F9 1A 54 91 BA 9A CD 0D 0F 9A BC 21 A2 D9 1A 41 03 F3 D0 81 9E 9E 83 82 +DIM7/region/r.1.0.mca=77 D9 91 28 9F 26 C5 73 D0 20 E5 59 EC E7 A1 F9 35 BC FD 3B 03 E9 32 75 D3 F3 CF B6 F8 1D 83 34 +DIM7/region/r.1.1.mca=AC B0 4D 8E FE 7A 87 2F 3A BF 12 80 71 31 5C C4 C6 27 18 D8 B4 59 D4 28 3C BA 3A 5B AB 36 3B 84 +DIM7/region/r.1.2.mca=EE F8 EC E5 D4 A9 93 7E 49 0C 06 1F 69 6E 0A 58 89 DC 12 54 02 4A DF 17 08 57 3F 5A 2C 64 1D 95 +DIM7/region/r.2.-1.mca=4B 6B 9D 78 B2 81 98 3B F1 E5 1A 1C A3 FC 3C 11 36 6B 94 0C 22 EF A5 69 97 B6 6E E6 F2 7F 8C 76 +DIM7/region/r.2.0.mca=A1 46 A0 DE 21 16 B0 9A 58 CF 88 2F D9 27 33 A4 6B 7B 3B 3C 64 6E 12 BB EC 98 52 D1 14 99 BC 8C +level.dat_old=03 43 4C 33 77 36 C9 A3 BD 51 F1 15 70 51 C5 C7 5F 08 32 13 30 6A 06 D3 A6 6A D7 55 64 FC 77 9F +region/r.-1.-1.mca=B6 17 A2 54 CA 46 5E 9D 29 11 E2 75 6D DC 6B 0D E9 D0 9A 83 09 E8 8A F0 92 6E D4 B4 CE 0C BA 05 +region/r.-1.-2.mca=16 41 14 08 97 19 82 80 65 A5 31 B5 BB B7 29 73 04 8F 5B 83 4F 4C 45 E0 B9 BA 3C E2 C7 3D 0A 85 +region/r.-1.-3.mca=20 F1 4C 36 C9 68 8F AB 3D 8E 24 59 B2 C5 4E 03 B7 1D 84 C0 71 5D BE B7 AB BA F4 89 DF 54 F9 D2 +region/r.-1.-4.mca=52 F7 0C 35 D2 2F 97 71 D8 E5 6B BF 32 11 57 3B 1D 46 28 D0 C7 56 DD 44 B5 D2 05 C0 FA 75 3B 8A +region/r.-1.-5.mca=C1 7B A6 2A 97 DA 69 81 19 2C 85 DA 19 A8 E5 3D 92 34 17 A5 50 F6 67 3B AF DD 70 FE 67 0A C4 F7 +region/r.-1.0.mca=6D 06 F1 01 36 EB 46 39 31 8E 42 6B 62 30 DB D0 27 B8 91 44 20 C6 6E 38 29 5F CD CB A7 C4 9E 4A +region/r.-1.1.mca=F4 83 D9 CB 10 17 27 78 13 1D 35 C1 7E A7 99 94 CC C8 0C D0 4F F3 33 56 D5 CB E8 9E 62 67 0E 92 +region/r.-1.2.mca=E8 B3 FD 21 80 C5 9E DE A1 6A 43 3B E3 9F BE 5E 3B 00 E5 8F B7 96 F6 9F F7 57 85 2C 44 C9 09 E7 +region/r.-1.3.mca=FD 9C 8D C6 66 20 9C 1F BA 7F 81 FE BD 7D D0 FE 62 17 DC 40 BE AF 41 06 EA E9 1A 14 5F 89 08 89 +region/r.-1.4.mca=13 B0 CD 14 C8 9C 7D 97 5E D7 07 B7 B7 03 B0 F8 16 74 45 E1 B9 AC 9F D2 2B 40 9B 56 D0 37 5D E5 +region/r.-10.-1.mca=E7 96 E1 B6 CD 62 D5 53 C6 7D 9E 8A FD 81 3D 30 9F 7A 5A CB 8E 70 03 02 92 D2 EE D2 3C 51 ED B8 +region/r.-10.-2.mca=99 FB 8B F7 85 F4 2E 5C 9C BE B0 CA F5 0C B7 6B 49 7E D3 31 B9 53 B3 A7 53 7C F4 DA 15 BF 57 E4 +region/r.-10.-3.mca=F2 B4 CB E7 1F 04 9E 23 0B 5B E3 86 96 9B 68 93 25 8F 18 C9 B0 4F E8 68 EC 5C 71 4A F5 96 F6 C6 +region/r.-12.-3.mca=AB E6 4B 99 7F 76 9C FF 77 E3 C6 75 02 D6 B2 96 90 43 B4 0A D6 14 04 64 53 08 27 6A B5 84 7D E6 +region/r.-12.-4.mca=F7 FD DE 22 3D 46 B5 0F 7F EA 68 8C 95 73 3D A5 69 8D 3F BF 51 52 96 05 B2 5A 1B 7C 68 29 70 A8 +region/r.-12.-7.mca=A2 C6 FF 18 0D 25 86 EB 0C AD 61 73 6C B5 92 B1 B2 70 DD DC 86 64 AD E1 4E AD CD 57 66 53 D6 D9 +region/r.-13.-1.mca=FF 92 F0 59 D3 C4 AE CF A5 68 47 89 26 C2 8A 32 C8 02 D2 6B 40 92 86 6A 8D 4F 39 B7 10 13 B2 95 +region/r.-13.-6.mca=DF F3 08 EA DF 3C 03 04 4F 4C 82 32 00 FB 0A 92 46 73 2F 17 6E 11 0E 63 0E 38 01 BF 7D 49 BF 6A +region/r.-13.-7.mca=2C 78 AF 26 BC DE 4C 3F F2 16 A7 BC 9D A0 73 D5 09 9B 29 3C AA 37 3E 04 2F 93 2C 4A 2C D0 62 CC +region/r.-14.-3.mca=DF E3 FB A9 A6 1F F8 F2 CF 7D 9E 07 60 A3 46 22 C7 52 3E B7 F0 FE 8F 0C 32 A3 0B D7 B5 92 F7 31 +region/r.-15.-3.mca=54 77 99 23 AC 21 67 F1 CF 0E D7 38 54 54 54 82 36 8C CA C5 1C 92 1D 59 B9 27 23 47 3D 5D 46 75 +region/r.-17.-2.mca=11 44 42 39 37 A9 28 8B 14 AC 48 F8 08 02 95 E5 60 43 08 1F 2D 93 1D D6 AE 08 8A 4F 4A 2F 06 17 +region/r.-17.-4.mca=70 50 EF 6F 9D 30 E8 56 95 AD 49 0D 6A 97 DA 1F 19 4C 18 05 2A 71 02 8B 7A E9 88 19 8D 2A D1 4C +region/r.-18.-2.mca=70 E5 43 14 51 8B C6 4D 13 1E 10 3B C9 F2 8F 89 45 6B 28 72 34 9C 26 10 C9 4B 85 AD BE 47 11 9E +region/r.-2.-1.mca=AC A5 49 18 3F 66 E4 24 65 03 30 EA E8 E7 E9 A3 CA 4D 21 48 81 4A 7C D0 40 75 DA A7 FE C4 88 71 +region/r.-2.-2.mca=ED 0B 11 F6 86 DF B4 B2 E4 2A BE 8E 9F FC 27 8F EB 6A DB E2 66 02 0F 5D E1 A3 1D 2A A1 31 1D A7 +region/r.-2.-3.mca=D0 3A F5 24 B6 5B AE 1E 3E 79 9A 50 D9 9F 54 DF A8 D7 90 F3 3E CA B7 4F 86 72 F1 0E A5 87 59 A6 +region/r.-2.-4.mca=71 B1 FB 69 99 52 54 33 B7 6E 8D E9 F3 4A 58 9D 9A AE 3C BD 6B DD 34 26 14 A4 61 D1 D3 38 34 51 +region/r.-2.-5.mca=FF 17 0C 64 FE AE F5 FB B0 0E E3 82 E6 C0 27 33 D5 72 CE DC 50 F1 BD D9 F0 AC C3 66 CD 19 B0 4A +region/r.-2.0.mca=B2 F4 18 C9 D8 A5 F3 5A 0C 8E E7 D4 E2 B6 AF 9D 4A C5 51 72 8C 1F D4 45 B4 E0 6F DC 99 B5 12 F1 +region/r.-2.1.mca=36 C1 DA E9 FB 61 F8 E5 82 F1 53 30 D6 BB 22 83 74 43 17 4B AC 42 83 C1 2D 9C BC 9B E6 6F 83 C2 +region/r.-2.2.mca=9D 78 42 5D 66 64 20 81 D4 09 6E 73 B5 C0 C4 89 B6 D3 A1 95 DC 00 9E BF 8D 7C 55 03 82 7A 4F 46 +region/r.-3.-1.mca=13 0A EF BC 75 95 B6 76 07 90 5A EE 8C 73 A2 2E 8F CF 9D 37 01 FF 22 F3 DB 5D 83 63 75 54 27 1B +region/r.-3.-2.mca=75 2C 55 36 71 92 3E A4 2F 3C C6 44 D2 86 FC 1F 67 51 4D 95 9D 55 BC DB 0A 1C 2E EB 14 83 18 0F +region/r.-3.-3.mca=BA 1D 3A 00 03 06 68 09 62 85 4B FF 43 60 E2 32 76 6B BE CE C7 D2 33 3C 90 94 FB 50 DF 5C C8 D1 +region/r.-3.-4.mca=6D CF 5A D6 84 71 39 1F 57 77 5B E5 1B 48 8E 48 FF EC CE 7E D4 E4 98 20 6A 8E AD 45 77 73 2D 82 +region/r.-3.-5.mca=D4 61 82 BE A8 53 4C B4 0A 36 70 A2 58 E2 02 E3 F2 51 08 3D F7 A6 D2 CD 90 6C 93 61 89 61 BC CE +region/r.-3.0.mca=37 3C 26 7C AC 11 20 3D C1 37 15 84 12 2B 24 FD D8 12 E6 25 F4 31 CA BA D4 1E 9B 38 1F F1 5B C1 +region/r.-3.1.mca=A9 E7 35 82 66 63 16 80 3A 71 F5 09 DB EA 3D D8 9B 74 31 C8 F1 AC C3 9D 3A 0B 2F F3 1B 35 82 10 +region/r.-3.2.mca=C6 6A 1C 2D 04 8E 4E 83 13 CD 10 99 40 B1 89 AC F6 F0 97 20 D4 4C E1 09 CB 7A 4C C7 78 09 B8 1E +region/r.-4.-1.mca=F4 23 8E B0 FD 08 49 F1 18 FA 59 05 AC 3E 11 92 4E 56 1B A7 D1 82 F1 B6 2B C7 52 CB E3 07 FD 5D +region/r.-4.-2.mca=46 DF 43 6E BC DC D2 BA D6 24 2D 56 0D 8F E5 C6 74 8E 3E 02 23 AE AB E4 1B D8 13 EC 76 85 5A 0B +region/r.-4.-3.mca=41 BD 7C 29 0A E4 20 CD 70 02 C1 63 7E DE AB 90 78 A7 1B 11 75 1D 68 F0 74 E4 93 58 83 A4 FC 23 +region/r.-4.-4.mca=4F 32 6B DD 8A C4 75 83 74 D3 F8 3D 2C BD 9E 9D 95 70 A9 E5 82 B6 FC B6 8E 7A 52 1A E8 C4 A7 5E +region/r.-4.-5.mca=58 C3 A5 88 CA 29 E3 6C 43 58 8A E8 50 42 D3 20 F9 A2 65 E5 E8 BE F9 73 FF F5 5B 19 9A 17 F0 EE +region/r.-4.0.mca=B1 48 01 83 40 7E CC F6 21 5C 2E B9 79 30 FE 24 D7 34 91 1A 13 57 65 2A 8D 26 4E 72 F0 13 CD 67 +region/r.-4.1.mca=26 0D C6 D9 50 CE 91 8C 2A 18 76 DE DB 3B 9E CE D9 4C 11 B4 2D 88 1D 5C 04 3B 35 59 73 6D A8 92 +region/r.-4.2.mca=33 4A B3 54 65 7E 36 76 08 D7 1C D7 1D B9 1B 28 4E DA 93 02 00 69 84 88 37 09 8C 63 76 BA 53 CE +region/r.-5.-1.mca=E7 F2 F4 83 EF 6B 82 0A B1 0B 4E F7 C1 E7 51 31 C5 BD 65 C2 ED 94 9A 13 E2 C8 3D FC 24 F8 AE 11 +region/r.-5.-2.mca=BC 52 60 84 07 55 C5 A6 4A 06 19 6B B0 E0 48 CA 70 B4 37 9E 9C 8D B0 4D 21 23 FC 3D 3E F9 2E 19 +region/r.-5.-3.mca=17 AD E4 BE BB 35 33 F1 CD ED D4 B7 52 22 B7 89 BD EC 7F 09 2C 74 46 D9 EE 93 80 40 1D 61 5B 16 +region/r.-5.-4.mca=66 58 A5 0F 51 1F 03 74 7E CF 15 3E AE 3F 2E 2F 80 78 56 EE 6B 97 9F 31 9B 5D D1 51 D4 01 E6 89 +region/r.-5.-8.mca=8C 0D 2D 1E 5B 34 57 F5 C8 EF 4A 1B DE E9 F1 6D 6C 46 54 95 E8 2E 59 69 42 12 41 1E 98 B2 DB 31 +region/r.-5.0.mca=B9 BA 14 39 6F A3 24 77 FC 34 4C 8A CF D1 04 E0 36 2B 59 85 4A 87 2D 16 53 64 C2 93 8F 1D 32 55 +region/r.-6.-1.mca=D4 A6 1C 32 D5 BE E3 0E 86 A2 17 2E F6 F1 BD BF F1 5E C6 CC 62 E9 E0 6F 50 C4 75 6C 67 D6 BE 28 +region/r.-6.-2.mca=6E DD 74 DF 1F 11 FC E3 79 62 CB CE 11 BC 3B 4E 41 57 43 02 AB 92 C1 4B 3C 02 0B B1 23 72 C4 BF +region/r.-6.-3.mca=D5 3F AF A9 37 20 14 43 73 60 37 48 97 C9 32 98 40 89 25 39 37 A1 22 88 8E DC 9F F1 43 6C 05 FA +region/r.-6.-4.mca=0C 14 98 A4 27 42 26 4B A6 DF B5 F4 16 7C B5 AB B1 57 E0 0E 64 35 0A B3 D7 E9 F8 34 10 98 07 8A +region/r.-6.-5.mca=1E E8 C0 AD 88 07 A4 A5 B4 E8 A3 93 74 55 50 BD BF 29 F6 AF FD 48 34 75 A2 51 E3 4E 16 84 D1 D7 +region/r.-6.0.mca=3D 46 ED B7 0F 5C B3 05 FE A6 62 2E 26 C7 77 AE 36 21 CB 41 C7 F9 03 59 DB EC 1E 9E AD 1A C8 96 +region/r.-7.-1.mca=BA 14 B2 6B A2 5B 3A B5 FB 2B A6 64 3E EE E3 15 C9 7E 07 A3 C8 5B D1 9B 70 91 E5 D9 56 22 45 69 +region/r.-7.-2.mca=0C D1 E2 BA CB 2A DF 4F 16 29 C0 60 AD EE 51 E2 E2 F1 FE 90 63 21 BB 96 2F B0 50 C7 CB DD 2D 65 +region/r.-7.-3.mca=DD 21 B7 0D 87 B1 06 A4 51 6E 21 27 CB 0B 47 CD 4A A6 88 7B 4D 01 09 E5 00 57 A1 33 22 CB 2C F8 +region/r.-7.-4.mca=C0 0D 54 09 A2 E6 37 30 32 76 0F FD 7F 2A FF 56 67 E7 B9 E9 69 43 F7 54 EB C3 05 2A 5D 80 B1 44 +region/r.-7.-5.mca=96 AE 07 91 49 69 81 28 04 A4 36 87 7A 44 59 CD 8F D4 AF F3 F3 F7 49 86 4D 3B 5D 1A C9 AA F1 6E +region/r.-7.0.mca=89 EE 46 35 3C 4D 67 3B 20 23 7A A1 67 C0 92 51 2F 20 49 25 C1 43 30 46 8C 07 9C F5 0F 6D 97 42 +region/r.-8.-1.mca=B4 1E 20 17 63 F4 E1 AC 36 72 97 63 A7 C5 D3 F3 4C E3 AA C4 F7 22 BF A1 47 9A BA 2C 9C B5 50 1D +region/r.-8.-2.mca=48 05 7B E2 CF DC 9C 8E 0B 75 6D CB E8 72 38 D0 06 22 71 82 69 FC 09 D4 80 B7 AF CB 67 C3 11 2A +region/r.-8.-3.mca=6F C8 06 47 6D 09 13 7C 91 43 E0 6C 51 DD C8 9C 70 F2 A2 AA 6F 4C CF 2A 82 FA 66 73 7F 0E 96 09 +region/r.-8.0.mca=05 55 4D 38 68 62 AD 04 E9 30 55 9F 9E DA D1 93 09 F9 B2 26 73 DD BF 69 71 DF BA 91 28 2F 1E F8 +region/r.-9.-1.mca=D4 07 1D FE FC B6 CF 67 8B 00 87 AB 7D AD C5 A2 46 07 8B AE FC 1D 68 4E 26 E9 34 75 DA 4B 90 1A +region/r.-9.-2.mca=42 5A BF C7 1A 3E 67 41 20 EE E7 5A 41 85 A4 A8 B2 58 9D 3E C6 93 96 68 34 C6 08 BD 3E F6 95 89 +region/r.-9.-3.mca=49 D0 D9 21 C6 73 61 32 54 A2 FE 00 C0 FF A3 3B 84 98 ED C9 E4 A8 70 07 A3 EF 00 4D 39 C0 6D 63 +region/r.-9.-4.mca=CA 8A EC FD D8 95 1B 72 99 5B 61 D6 E7 EA 49 33 69 B2 32 59 12 70 46 82 1A 43 33 90 13 C8 EE EC +region/r.0.-1.mca=48 15 86 12 C9 06 02 24 D1 7B 44 5C 23 A6 E7 D3 82 39 D5 6D 22 54 05 F5 1F F2 82 50 E8 DB 4C E0 +region/r.0.-2.mca=9A 32 74 D2 FA A5 34 70 F8 8A 54 E6 BB 33 94 43 9D 67 09 DD E4 6A E3 48 59 05 C1 45 B1 23 B4 C9 +region/r.0.-3.mca=1D 41 DA 24 D5 9F 5A 6F 06 AA 15 9A F1 82 E3 63 78 8A 8D 64 5D 59 69 AC ED E8 11 9D 42 0A B8 45 +region/r.0.-4.mca=A6 3C FF 18 E2 76 17 4E 51 A1 69 CA 79 03 9D 07 BB 38 9F 65 EA A6 C8 F9 68 49 5F 12 D3 AE D7 A2 +region/r.0.-5.mca=AF 5C A2 7D C4 F4 D5 7E 57 DD B3 D5 8E EF E0 DC DE 18 6A 39 62 C4 E0 8D 5B D9 D3 6D F1 DA E5 94 +region/r.0.0.mca=9A F9 A8 F5 40 6A B6 59 98 19 15 39 B7 0E DF A3 C7 34 69 B4 64 F1 68 FC 2B 64 9F 7F F4 A5 DE 38 +region/r.0.1.mca=0B ED 0B E1 35 86 80 3D 4A ED 9C EB AD 57 FA D3 F5 0F 03 4E 7A F2 B1 E7 24 E0 F8 51 CA DF 9A 1C +region/r.0.2.mca=28 70 CE B1 97 0D 9C 61 BE 1B AF 45 F8 ED 43 5F E1 EA 41 B6 05 E9 5F C3 4F 7F 1E 09 CE 72 A2 C8 +region/r.0.3.mca=5A DF 97 D5 72 AC 4A 93 06 C4 81 9E D9 CC 43 6C 81 99 87 C5 69 2C BE AE E0 86 5B 73 61 AD CB 5D +region/r.0.4.mca=1C 4A B5 C4 FD A8 10 17 3C BB EB C6 62 2B 55 F1 E8 84 F6 BA 3E 4F 0E 11 FC 48 E4 50 B2 F1 EF 02 +region/r.0.5.mca=A0 F0 8F BB EC B6 D4 9B 04 D1 3A F0 81 F8 7E CA E1 83 E4 F2 9A 22 22 0D ED CC 8C 6B D9 2F 02 FE +region/r.0.6.mca=FF CB 93 04 25 6B F1 BF 07 A4 9C 27 17 71 BE F2 1C F4 E4 B9 BC 7E B2 74 85 A5 DD F9 9D BB 0A 13 +region/r.0.7.mca=E2 09 17 FF 98 DB CE A3 0F AC E2 43 93 6E ED 7F FD 59 FB D8 6D 3E D5 AD A3 3F F7 00 8B C9 85 65 +region/r.0.8.mca=35 33 74 76 4A 23 25 EE 51 06 FE CC 35 F9 98 98 DF 62 D5 F9 49 9B 27 A4 FF 98 DC A7 9C 8B B3 EB +region/r.1.-1.mca=8D 5B 89 D6 B2 92 1D CE D5 63 F5 CE C0 A9 10 77 18 E9 89 5B E3 50 B2 7E 8E AD DB 1C 5A 5F A7 46 +region/r.1.-2.mca=F1 AD 17 3B 97 A4 76 7D 3C 33 89 BC 24 85 BF CC 15 59 EA 75 37 06 E2 B3 70 5C D2 1C BC 32 98 46 +region/r.1.-3.mca=12 36 15 4E D2 0B 15 49 62 25 A9 1A 4F BD 2E F9 6D D1 ED 5B 41 4A 27 9C DB 2F 20 D4 F4 09 AC A2 +region/r.1.-4.mca=60 80 C1 80 36 8E 8A CC F7 AA 96 0F E2 91 4B 51 EA 9E 6D 74 48 F7 CA 9D C4 CF 65 50 9A BD 2E B0 +region/r.1.-5.mca=6F 17 71 35 F2 A9 DC 56 B5 AF 34 70 59 06 D0 6F 26 B7 0E 5F 99 FF BC 31 57 F0 E7 90 DC D8 DD C0 +region/r.1.0.mca=3E 66 3C 3A 4A 2F AC F6 11 79 9A 2F 1F F3 E0 AB 40 7D E7 10 BD 02 76 48 73 4F 00 84 93 4E 39 75 +region/r.1.1.mca=B3 B1 67 8D B1 01 8B CA D3 CD 62 47 60 A8 32 A8 D7 92 16 E8 5F E4 2F 9D CF F5 D4 64 35 7C 24 29 +region/r.1.10.mca=F9 20 AB 65 C1 DD 91 16 10 65 47 19 ED 65 34 6B 52 CF DB B2 7C 83 27 70 DB 74 D4 A8 7C 49 DE 24 +region/r.1.11.mca=E8 36 B2 E5 6D 5F 70 76 7C AC 59 F6 EF 9C 5D 74 9B 65 33 F2 CA 4B D1 F8 AC F7 30 D3 02 28 86 75 +region/r.1.2.mca=8D 69 D9 B4 44 B0 03 53 8E A7 6E 4A 6E 6F C0 E3 65 7C 45 FD 28 D6 C1 2E F2 CD BE DF 09 3A FA EC +region/r.1.21.mca=E1 2A 5A C7 D9 E7 13 C5 A9 8C 1B 71 8B 9F 68 41 01 92 5A 77 B1 C9 E3 E2 7E 45 01 68 FD E6 BF 68 +region/r.1.22.mca=13 07 20 1E 53 55 C0 10 0C E3 7D 7C 57 F8 C7 4E 66 4F 1A 97 31 63 51 80 53 37 F5 C0 F6 46 DE 77 +region/r.1.23.mca=E6 40 C8 B6 73 12 79 57 77 4C 9D CE D6 24 68 A8 A5 18 58 73 08 44 07 64 4F 75 EC AA 7A C9 99 58 +region/r.1.24.mca=FA CF 8A 84 83 FB F1 CD 2A EB E7 C7 10 5C 16 0E 9B BC BE 2A FF 6D 04 C5 B3 E8 FD E4 E4 6A 33 EC +region/r.1.25.mca=69 20 84 7A 61 0E 84 A0 82 79 2F 8F 0C 83 DF 22 82 92 50 6D F7 AC 2D D4 A8 FB 42 C7 47 F5 56 1B +region/r.1.3.mca=75 18 F1 84 43 72 F1 F2 8E F7 4B 2B 01 77 B7 58 4B 5F F3 92 65 0B 06 AF EE 07 F6 E0 BF 5F 30 C6 +region/r.1.4.mca=6A B4 4D F0 CA 56 02 C5 4D 24 64 AC 53 AB 32 31 EB 22 4E 71 91 E5 DB 08 BB 06 3A BC 16 2A 70 E4 +region/r.1.5.mca=4F AA 14 71 8A F3 2D EC 1B CE 73 DF DE 67 34 37 C6 35 70 AC 44 49 98 D1 F3 DA C0 A7 1A 4F B3 2E +region/r.1.6.mca=85 4F 08 92 BF BA 99 7D 96 A9 4A C3 A8 BB E0 B9 32 9E D4 CB 19 21 41 9D 3F 12 83 28 75 E3 7F 14 +region/r.1.7.mca=3A 4F C2 50 98 13 F3 80 5C 3C 88 87 11 D8 14 32 4A A7 FE B1 CC 8D 16 CE AA FE 88 AF 95 BA 86 3D +region/r.1.8.mca=DE CE 69 D3 17 8F 0D 95 AD 4C 20 C7 37 73 7E C1 00 84 30 E4 CD EA D6 5C 3F 55 EB 60 C9 58 D1 06 +region/r.1.9.mca=05 36 B5 FA F0 39 28 D9 8E 8F E6 C8 B7 03 8B E7 8B F1 B5 83 AD EC 19 D0 A5 05 D7 E3 79 3F 17 D7 +region/r.12.25.mca=82 A5 F0 0A 53 3F 85 CC 9C C7 1E 54 0D 6F 76 5E 1B 60 7B 73 C7 15 ED DF 56 26 1A A2 F9 6A B5 2C +region/r.12.27.mca=B9 40 60 EC 9E 71 53 88 B3 64 2F 44 9D F6 53 52 39 59 71 47 27 5C 53 50 E0 6A DF FF FC 6E 8D 3A +region/r.12.29.mca=B3 E5 25 56 8C 62 57 7F DB A5 D1 0B 22 6F E4 2D D6 A3 7E 53 82 A5 1D BB 81 6B 01 76 A3 0E 3D 37 +region/r.12.30.mca=38 6B B2 15 10 D1 99 CB 67 0B 94 23 42 34 4C C1 24 FE DF A8 9B D6 6E B1 5F 21 1D FF 07 C4 8B 76 +region/r.2.-1.mca=CE 39 1C 6B 6A B6 20 C1 70 1C CB 49 58 8C C9 A3 14 E6 68 6C 6B BC 42 68 C0 9D 9E 4D BA FE 86 68 +region/r.2.-2.mca=56 63 1F 58 4B A1 B0 88 94 20 57 0B F8 51 FD 33 0A EA E6 CA DA 18 80 B6 44 9A 75 C8 7A AB E6 84 +region/r.2.-3.mca=E5 C9 B1 BC 64 78 4F AD 26 FF 68 D2 EB DC 62 28 4B 62 5E 7A C8 D6 FF 00 A8 44 6D 0A 23 DB EB 12 +region/r.2.-4.mca=8F 15 E9 57 40 3C CA 99 31 08 01 EC 74 22 BD A2 D0 6B C5 D0 FF 47 3D 82 00 B6 42 98 CD 89 F7 4C +region/r.2.-5.mca=9A 70 1D 75 FD E5 A1 57 DF 14 D6 EE 63 98 06 53 0F E3 12 77 31 52 71 9A 2E 83 66 25 A5 CF 9E F3 +region/r.2.0.mca=97 71 D7 61 57 C3 5A 99 E5 67 1F 80 A6 D1 F9 EB 03 8B B8 6F 24 5E BF C9 DA 91 62 27 AC FB 07 3F +region/r.2.1.mca=A9 0C 8F C5 DB 9C 82 98 27 35 DF D4 EA 1C A3 3F 76 69 E7 B9 1F F2 64 4C AF 1F EE FE 00 75 A6 6F +region/r.2.10.mca=80 12 63 6B 6E 7B 94 A6 E4 4E 8E 50 5F 05 FC 6D E4 08 6B 0E 8F 6E 41 DC A9 2E 2B F6 F5 F5 F6 B3 +region/r.2.11.mca=11 E7 59 3A 75 80 78 4F A5 34 06 96 68 82 F7 67 EB B7 DD E5 77 52 C1 2F 90 38 9C 2D 55 04 C9 A1 +region/r.2.12.mca=FD 72 70 20 47 7F E0 AC 9D 4B 77 AE E3 BF 4E 13 70 4C B8 FA 81 7E C4 E8 E6 30 6E F8 12 4D 07 8B +region/r.2.13.mca=BC 4B 33 22 D9 99 9C DE 1D A3 C3 8C 88 F7 A1 E1 99 7E 1D AD 4A 6D 80 A0 9C 19 8D 8D D7 ED 96 81 +region/r.2.14.mca=D6 36 D0 D0 21 9F 6D 92 77 D5 C2 BB 99 0C 11 B8 74 02 FC 42 BA 1F 51 9F 9D BC 2B 54 60 21 D4 65 +region/r.2.15.mca=09 67 EA 31 BC C2 B1 7B E1 0F 3F 5D 8F A0 66 2F EF 3F 85 F3 2C 9C E7 7E 13 9A E8 0D 70 4A AB AA +region/r.2.16.mca=4B DE 9E 0D 2F C4 01 15 5E D4 1F 0A 4A D3 AE 18 9A A2 CD C6 56 2B 67 88 15 1A 67 C6 27 97 69 4B +region/r.2.17.mca=ED DF 7F 29 26 65 E4 12 DB D8 8C 52 72 55 9E 0F B4 22 EE E1 38 31 76 62 39 E4 83 5D 91 B5 63 D3 +region/r.2.18.mca=9B AE CA 14 06 90 47 9B 7E DF 02 E9 1A 5D 5B 6F 2B 92 39 2E 75 29 97 22 50 55 60 AC 54 0E 2B 83 +region/r.2.19.mca=22 67 35 80 F2 4A 22 D6 B5 D7 16 C8 DE 77 69 65 D5 5D 6D 63 7B 0A 2F 86 37 2C 96 F9 C9 43 31 85 +region/r.2.2.mca=E0 81 A6 39 C4 2E D0 8B 08 8D C4 B5 93 E5 39 A4 15 61 D5 45 EC DC B3 14 EC AB D9 43 52 F0 75 9E +region/r.2.20.mca=A6 84 62 D5 D1 31 46 57 78 5A 39 71 88 A8 03 A9 99 6D B7 B0 0A 9E D6 FE 01 B8 FD 69 DF FE FC CF +region/r.2.21.mca=4E F2 1C 8C 8F 71 D5 E1 0E 43 5D CD 29 2B 70 C2 93 A0 A0 BE 69 97 F8 0D 2A 9A CD 99 E0 82 9F 5D +region/r.2.22.mca=32 31 40 4A 42 0F 44 09 6F B5 B6 0C 44 85 51 11 FC A1 B7 21 14 14 3A 3F 74 88 56 E8 44 AD CC 1A +region/r.2.23.mca=1D FC 10 D9 2F 6E D6 44 24 C1 C3 F0 F7 BC 59 90 7F 9C 50 21 AD 74 59 8A 24 23 87 BE 50 77 54 15 +region/r.2.24.mca=70 C3 57 C1 4F E2 EA 51 A4 A2 99 37 8D E0 BF 81 71 9C FD 45 C1 49 20 0E 3B 57 58 0C E4 F9 2B 78 +region/r.2.25.mca=5E 6D A5 21 32 7A BE EC 06 82 CA 76 DA 4F 20 EE C9 19 75 10 3D 68 F3 3C 3B C5 2D D5 97 73 E3 E4 +region/r.2.26.mca=11 FE BD CB 06 9B 5C 5E A2 65 8A 62 81 6F DE 1B F1 1A F3 D7 57 21 7A 9D D5 F0 55 74 AF 24 FB 07 +region/r.2.3.mca=15 38 67 24 68 CD 83 70 11 42 54 6C D2 D6 95 CB CF 76 AE 87 9E 98 F5 28 CE 45 32 E2 ED 0A 64 DD +region/r.2.6.mca=66 82 0F FB E0 61 6A 0F 39 7F F0 4A A1 73 AB 8B A5 96 AE B2 CD BA EF 5D F2 16 BC 24 9C 1A 19 DF +region/r.2.7.mca=64 F4 86 A6 BE 96 70 4A F8 69 EF B4 8C 60 94 A2 6F 71 6E B4 F2 B4 90 42 4F 2D 00 EC 25 91 E3 EC +region/r.2.8.mca=D5 0A AF 0C 10 48 3A 77 97 28 DF F3 F2 4E 7D CD 89 5A 0E F5 04 56 7C 5F C6 C7 F0 89 ED 12 FE 01 +region/r.2.9.mca=C5 0A 3F 62 3E 13 F8 84 26 89 C9 5E 8D E6 D9 25 44 A4 09 15 26 E1 E7 55 56 D1 53 54 D3 EE 3C 0F +region/r.3.-1.mca=CF BD 50 FA E5 8F 0D 20 2F 21 6F F6 2D 41 E6 F8 92 C1 3B 63 07 7C BA 3A 8B FE CF 48 A5 59 A9 36 +region/r.3.-2.mca=A8 A4 F0 5D 4F 63 C2 E7 AB 11 88 1F 29 A6 66 70 17 4C 1C 82 46 08 0E B3 0D FB 6F ED D4 9C 3B 45 +region/r.3.-3.mca=3B A3 0A CB F4 CA 06 0E EA 87 3A CB 48 B2 A7 0F A0 2F C0 B3 F7 C6 51 5C 8F E4 90 F8 F5 03 22 3C +region/r.3.-4.mca=E8 7A 3F 40 39 6C EB D5 1E 58 63 59 B2 89 C3 43 15 A2 BC 9D C0 FA E3 B2 3D 55 CF 70 35 82 70 C8 +region/r.3.0.mca=E1 E9 88 E4 A3 61 77 DF 22 B7 8F 45 0C 8F 21 FE 68 66 82 7C 85 E6 57 12 AE 65 D0 67 9E 62 C9 97 +region/r.3.1.mca=6E 28 50 D0 42 0A A0 D3 51 AF AE 0E 2C 51 52 B2 46 5E 17 FD 5B AD BE D1 44 92 2D E0 E3 13 CC 44 +region/r.3.12.mca=B6 38 87 EB 23 3A F6 4D FB 49 35 72 56 8F 4F 31 80 6D 69 F8 30 6E 60 76 70 EA CA C2 45 09 E4 AA +region/r.3.13.mca=9C D0 C3 80 12 0C D0 86 79 4A BB D8 D4 3B AA 3D C7 22 4F 4E 46 49 1B 79 8D CF 12 C9 3B 33 83 CB +region/r.3.14.mca=DE 7B F7 42 E2 E7 F2 F8 A2 B0 F5 EC 37 8D 61 73 AB 6C DF 0C B9 F9 46 33 E6 9D CA 37 00 5B AB 9C +region/r.3.15.mca=5F 5B 8D 32 A3 C3 58 16 5C 6A 38 8B 74 98 A4 E2 F2 53 9B A2 F6 5B EB 44 7A 50 7D 7E E5 60 9A 4F +region/r.3.16.mca=A3 77 21 9B E3 EA A0 5D DE 59 94 8F 91 53 A7 06 A6 CE 81 D3 4F EB 9A 28 42 E3 BE 3A B9 1E B2 83 +region/r.3.17.mca=12 97 FF 98 22 77 A9 AF BF EA FD 43 0B 45 53 F2 AE 31 D8 50 55 BE A6 33 03 9E BC 8B F4 D7 7F B7 +region/r.3.18.mca=E0 D9 C5 5E 90 70 D1 09 F2 01 EA 1F 1D A2 4B 91 39 BA 70 D5 D8 97 4D 54 FE BA BD B9 FA 4E 54 E8 +region/r.3.19.mca=A2 D3 9E F2 D9 7C 49 40 27 FA A5 7F EB CA 45 67 9F 30 16 0A 78 7C FE D2 1D 98 01 BC 27 6B 1A 9A +region/r.3.2.mca=06 AB A4 A4 4B 67 72 FA FC C3 C0 78 6B 5A 46 23 C9 48 77 76 A2 9F 9A F0 2D 0D 5A A1 C3 C4 77 B2 +region/r.3.21.mca=D8 A4 AD F1 CC DF F0 F5 AF 31 93 E5 C7 01 5E 54 EF DF 1F 8E F2 26 D9 47 4B EE 34 8F 58 F8 FF D4 +region/r.3.22.mca=EB D7 4C 81 F8 0B D3 16 64 85 4F 05 94 6B 03 4D A4 5C 48 15 6F E2 C9 14 16 08 50 03 5D 5D F3 82 +region/r.3.23.mca=5C 1B 1E BA 5B F7 2F D7 DA AE B4 E8 56 BC E8 A2 90 A3 58 38 0C B5 2D 7E C2 03 87 88 85 A6 31 42 +region/r.3.24.mca=F4 B3 94 A4 CA CD FC D9 EE AE 85 8C 1C 3A C3 B6 9B B7 E6 3E E5 FB 81 4D 58 AA 4E 90 3C 38 D7 CE +region/r.3.25.mca=5E 42 EA 0E D5 BE D1 D3 6C 3B 28 68 D5 32 82 50 9C 27 03 88 B6 4F 86 C8 F8 F9 55 59 A7 59 76 B2 +region/r.3.26.mca=DC 30 19 BD 3C E8 EF 7D CF 3C C1 06 2F 53 CD 15 DE 7E 38 BB 8D 64 67 7F F1 ED 89 97 9F 6F C8 AF +region/r.3.27.mca=7B 21 DC 47 CA 7F CB AB D2 C9 18 96 95 77 F5 41 3C 66 E5 FE A3 46 71 1B AA D2 DC 09 94 C0 45 75 +region/r.3.3.mca=F5 8A 5B 2C 27 E0 52 07 29 9A A7 22 75 6A 64 93 44 53 6E F8 5C DE BC 97 15 55 5F DC 43 FB 25 1F +region/r.3.4.mca=C1 37 18 19 20 33 F1 39 AF 36 9F E6 3E 03 9A 51 7E 28 CE 3F 44 ED DD 9F DA 01 06 31 44 12 6B 66 +region/r.4.-1.mca=1E 23 87 78 B3 CF F4 3F 80 1B CF 44 09 83 56 FA 98 1C E6 33 67 B0 19 6F 4D 75 2F CF 6A B4 14 1D +region/r.4.-2.mca=D0 73 51 85 6B 84 52 D4 7F 2A 3E A6 2D 66 58 47 81 4B 73 F8 64 45 0E 29 B0 5A 99 E7 99 BF 7C A0 +region/r.4.-3.mca=AD 8C 27 45 A8 FC 64 36 FB BC A0 F6 76 D2 77 13 DB 64 D5 2D 65 5B 08 A4 A3 4F CA 87 32 E4 4A E9 +region/r.4.-4.mca=F8 C8 ED 82 5A 0B CF E2 21 77 6B 13 8C F2 79 EB 3E 56 5D 4C 79 96 E9 F0 AC 44 42 11 65 EC CA 97 +region/r.4.0.mca=FD D4 CC 7C 99 ED 83 B6 FE 51 BE 0D 47 EC 90 06 61 44 AA C7 D4 52 CD A9 DC DD 6B 40 51 D5 DD 12 +region/r.4.1.mca=9C 8B 17 CD 1B 47 02 0D 30 7B 3B 7B 0D 59 32 98 B9 69 0E FF 03 94 BB 66 A2 B3 E0 CA 56 02 47 3B +region/r.4.15.mca=D5 34 F2 4E 79 E8 3B CA 26 1D DE B5 C5 5A 9B 35 D5 03 37 B8 EA F5 89 3F 74 C2 00 90 5C 72 C4 39 +region/r.4.16.mca=77 C6 71 D4 C2 37 8A 27 7F 06 DD 49 F1 B1 33 58 8C C0 84 DA 06 4A B5 78 21 EA 16 8C 41 3B 57 87 +region/r.4.17.mca=F0 37 EA 8A 6B C4 62 B8 E0 6A FE 2A 41 2C 07 D8 B7 DF 8D 64 4C D8 C3 9B FA 67 88 F3 07 F0 67 C8 +region/r.4.18.mca=9A 53 60 C8 E0 E6 C3 FB 36 07 BC 20 D3 32 CC 1F B5 E8 6C 02 3C 83 D2 D9 BE 9C 7B 55 5C A0 37 E9 +region/r.4.19.mca=47 8D 88 C6 4E D5 99 56 B0 91 B8 D9 50 00 8A 7C 7F 71 1D 42 96 28 64 DD 09 D8 45 DA B9 CB 7B 39 +region/r.4.2.mca=53 5B B8 BD 4E 51 89 44 2B 12 C3 B8 33 D6 0C 2C A4 8C F5 17 5F BB 63 04 21 91 9B 6E 9C 1F 6D 13 +region/r.4.20.mca=8D EF 2D FE D1 EA 97 6C 1E C0 E0 59 F4 EF 90 AF 17 7D 85 07 E2 F6 D8 94 7C 10 21 E6 23 7A 4C 83 +region/r.4.21.mca=41 76 8D C1 34 93 30 B3 FB 54 83 CB 93 03 80 94 31 43 58 A5 E1 CC B6 00 8B 74 20 E9 A4 54 EB A1 +region/r.4.22.mca=82 45 33 ED 84 EB 0F ED E4 D5 5A DF 5F ED 9E 67 A5 B7 4D AE 54 E6 03 9D 67 15 62 67 31 C6 06 3E +region/r.4.23.mca=AF 9A DF BC 28 0C F6 CB 76 32 33 D7 BF FD 6C 0E 7C 9C 84 FC A9 F3 82 7C 7B 67 BE 26 FB DF E7 CB +region/r.4.26.mca=BB 62 57 50 79 E2 01 73 E9 8B 82 53 96 C5 B0 55 B3 B2 92 BA 9F 4A 49 60 C9 0C A5 A7 CF 9A 18 0D +region/r.4.27.mca=42 3A FB 3D 4E 6A 8F 68 CB F5 CA 89 94 23 50 C0 E8 F2 E2 E4 0A 9E 7D 69 BB CB 6E 55 39 AA D0 19 +region/r.4.3.mca=C2 96 84 48 50 5F 32 AF 14 CC 6C 96 D5 42 37 0C F0 1F E0 3B 03 88 34 56 A7 E8 EB 5C 5C 9F 4A 84 +region/r.4.4.mca=54 7F A3 6F 79 91 39 C8 54 A0 11 AB 43 26 88 2F 93 95 E0 07 75 B1 82 0A 34 76 07 2E 1E 7D C1 0F +region/r.4.44.mca=13 94 EA C4 CE EB FC DD B8 D3 82 8E 00 A2 9C E1 2D 40 73 BC 87 99 DF BF 98 9A BD AB 26 9F 20 3D +region/r.4.5.mca=A9 DF 70 DA BB D0 67 71 2F 26 4D 1A A6 DF F9 C7 E1 5D 61 38 4F 76 F0 9C 6B 33 3E 3A EC DD CC B4 +region/r.4.6.mca=2A 66 9F 44 EE FE 06 C6 13 1A F6 54 EC 1C 7A CF 1C EB C5 E9 34 CA 62 78 A5 74 4C DC E8 5B 99 05 +region/r.4.7.mca=13 CA F6 C3 5E 35 B8 C8 1B 00 E8 24 09 0E 3C F1 B9 4D F7 00 8D F0 CC D3 DE 6E E1 38 85 67 C1 98 +region/r.4.8.mca=8F 06 52 63 A4 25 4D 52 92 3C 06 6B B5 B2 B7 8A AB DB 57 C7 BC CD 55 10 26 59 9A 0B 3E 50 85 20 +region/r.5.-1.mca=7F 39 96 2A 22 BE 14 D2 BE 65 65 CE 64 C1 5D 3F A7 16 5B 09 CD FA 1C 8F 2D F0 DC D1 C2 4D 8E BC +region/r.5.-2.mca=15 12 68 8B D3 6D D5 E4 F8 5C 66 89 EC 33 04 0A F1 E6 6E 2D 00 53 69 13 1D 19 2F EA F4 03 DA 86 +region/r.5.-3.mca=A1 9C 44 0C 31 E3 F0 9F 87 86 34 9C 29 D9 DA 60 8B 57 07 B4 A2 8A 79 12 B5 D6 59 B2 E1 68 84 19 +region/r.5.-4.mca=13 D0 F4 AB 56 96 E2 8A B1 D3 BD DD 2C D2 3D 6E 9B FD 0A 37 7F DB A6 63 65 A8 18 20 9D 1B B9 9B +region/r.5.0.mca=C5 FB DB 77 B3 DD E0 6D C0 97 DE 16 50 00 0A 1A E2 FC E4 B2 14 0D C4 D2 DE 58 77 F3 10 0B 96 56 +region/r.5.1.mca=E8 1C A6 03 00 4E 25 FA D0 AB 36 E8 20 A1 48 4B 3D 24 E5 05 26 FE A7 98 B3 FF 91 41 21 50 06 60 +region/r.5.10.mca=B4 0A 9B F4 CC 33 4C 38 C4 FB 1B 02 B4 90 C7 20 EC 4D 16 B6 26 55 7D 04 5A F4 D7 F3 5F 60 D9 5F +region/r.5.11.mca=AC 01 5A E8 DD 1A 4E DB 12 50 B0 57 47 9B 0C AA D4 DC E5 2C 97 7D 73 EC A5 8D A8 EB C7 A3 13 CD +region/r.5.12.mca=E5 79 76 DF 90 BF 58 57 67 74 E8 64 AD 67 11 D3 D2 16 6D 70 81 BE BA AF 1A 68 3C 0E 8C BB BA 3F +region/r.5.13.mca=C5 28 90 A7 DE 0D CF 59 48 D1 BE 07 4B BA 36 A1 A1 23 D0 7B AE AB 33 F4 6D 11 18 E1 61 6E 47 4E +region/r.5.14.mca=D2 B9 16 A7 A8 48 93 E1 8B AD 1D 5C 92 A5 51 EC 15 99 E3 74 BA 99 34 66 43 80 C8 D4 BD BE 75 77 +region/r.5.15.mca=5D 1F 12 26 EE 35 FB D7 7C 7E B6 C9 5D F7 C1 29 1C 98 80 14 66 3B 14 93 48 DB F5 E2 BD DF 67 B3 +region/r.5.16.mca=00 D3 BE 5A 02 86 7C 95 EE E6 A5 B6 94 B6 B3 D1 97 AC C6 F4 65 01 B7 01 A6 4D CB 9E 5C 36 0D 90 +region/r.5.17.mca=AF FB 20 5E 8C B1 62 78 F5 B4 57 D7 95 C8 D4 6B DC 31 87 01 D8 DE 5F B4 9C 26 62 E4 61 E5 86 44 +region/r.5.18.mca=AA B2 EB 34 3C 65 A4 47 CE FE 10 06 01 AA 03 56 81 D7 DC 7D DF 6F AB 44 A7 35 62 07 3E 5C 26 22 +region/r.5.19.mca=BC 38 4A 1D D6 BB 86 C1 62 17 27 C8 8A 8F 33 91 AC F8 9D 6E B0 37 59 8D D2 CE 94 B5 92 A7 F8 10 +region/r.5.2.mca=CC 52 85 5E E9 42 CD 1A BA 3A 7D 36 52 52 50 2D 28 F5 83 33 2D FC 2F 8A 90 86 C7 16 83 AC 6A 96 +region/r.5.20.mca=06 69 52 DD 6D 70 C9 AA 0D D6 0F 10 82 A1 FE E8 A5 FB 72 BA C1 F0 3C 67 D2 FD B9 8C 2E 2F F4 40 +region/r.5.21.mca=6D 91 CA 72 36 21 5C 5B F1 95 CA D7 CF 1D 05 26 48 EA E1 29 13 B9 F6 67 76 3F 41 13 9E 50 72 9F +region/r.5.26.mca=0D 57 77 C4 70 32 09 7B 21 1A 8C E0 5E 96 BC 08 A8 DA 10 48 DD 95 8B 35 E1 4F 1F A5 79 9E 21 80 +region/r.5.28.mca=49 79 23 42 91 7C 6F D2 84 BF 68 6E 8F A9 CB 6E D5 1F 47 AE F6 3C 09 01 D9 FB CD ED B4 44 C5 9E +region/r.5.3.mca=34 35 21 2C 92 DE D5 11 67 9C A9 97 EE 38 3F E4 2A F4 6F 59 97 1B 53 03 6C 5C 71 F7 C5 81 B2 03 +region/r.5.4.mca=8E 14 8B 62 B3 E8 C8 66 F7 84 13 8A 5E 9A F7 30 D3 F0 03 C1 52 1B F2 7A D3 0A AB 07 45 DD 10 A4 +region/r.5.5.mca=30 A8 A5 C2 BF 60 AD 1D E2 1D 85 7C 21 0B 45 6F 06 38 4A 74 B2 02 B6 DB 82 E8 B2 E8 88 AA B1 6B +region/r.5.6.mca=D7 D8 3D 68 19 F8 01 08 76 CC 1C 1D AF 9E F8 B8 5C C3 3D 9A 3A 11 81 75 C3 35 2A 46 3F B8 C8 1E +region/r.5.7.mca=5D CB 61 5B E1 3D FA 05 E9 3B F6 B9 DF D4 55 97 20 2A F1 06 C3 8E 07 6D 57 57 EF 77 59 E6 13 A9 +region/r.5.8.mca=4B 33 34 60 3A 89 81 FD F0 A6 66 FF EA 43 4C FE 66 A7 32 31 A8 2E AC 48 DF D7 5D 26 B9 6A 57 4E +region/r.5.9.mca=00 FA 40 22 12 D6 3A 93 F6 6D 59 1F 57 AD 2A 1C 94 BE 26 8D 01 96 B2 3C 8C B9 59 F5 30 01 A1 68 +region/r.6.-2.mca=DA F3 8D 22 79 EF 8F A8 1F 71 C1 65 18 8D 41 6F 09 56 81 DB AD EB B7 8C E8 45 E9 33 B4 8C 8B 27 +region/r.6.-4.mca=45 45 41 69 99 A8 C5 29 79 DB 66 BF E3 2A 12 E7 68 9E C7 4D B2 0E 60 F7 C3 CA 73 C8 AF D1 E5 80 +region/r.6.0.mca=CC 95 0E 5B 1C 90 30 F1 63 9A F1 0C 62 CD 46 5D 91 E8 73 B8 A8 41 B8 A9 4A F0 B2 70 70 B9 1E 3E +region/r.6.10.mca=CC ED 61 12 A2 8A 3A 74 5D E2 53 41 86 95 3F 0B FB 73 C2 C2 FA CF DD 6E 4C A4 46 01 38 8C 44 85 +region/r.6.11.mca=76 ED 34 49 D5 73 9F BF 77 8F 40 DF FA 25 74 F8 27 C7 04 20 49 EB 22 9F 59 D5 05 7E 07 D9 63 66 +region/r.6.12.mca=1D 5B 8B 56 C0 27 CA 0B 0E 68 8B AB 04 B7 35 6E B8 7D 1D E5 AD 7C BC 55 44 DC 94 6E C4 29 D3 56 +region/r.6.13.mca=B4 0F C8 72 0F E1 8D FF 32 E4 19 98 8E 53 A0 B5 60 6E 17 2A 8B 2D C3 57 40 48 10 95 38 7A 87 9F +region/r.6.14.mca=70 6B 78 AF 91 13 4D C5 03 AD 8B 16 F3 37 62 31 11 DA 71 34 DC 5F 56 43 B9 73 E7 B9 14 40 3A 91 +region/r.6.15.mca=8B 63 9B 36 8F 0D FB 23 61 1F DD 6A A4 7F 0C F9 46 F9 CD 41 84 69 69 36 6C 3A 4E 38 5C 50 4A 9C +region/r.6.16.mca=56 1C 8D 9D DD 66 FB 55 63 8D D0 E0 4B B5 A4 DD 5F 9F E7 9D E3 12 CA B8 1C 65 A0 B4 4D 3C 87 7C +region/r.6.29.mca=77 9B 81 D2 A1 54 FC D5 EB 80 D0 07 C1 89 96 41 E7 E2 F7 6A 52 A5 23 6A A9 70 08 A6 13 8D D9 3F +region/r.6.46.mca=EB 43 DE 0C 98 4D BA C6 03 91 1A A5 82 7C 7A 68 38 9A 3F 84 26 1D 46 EB 03 51 FF D8 29 B9 FA CE +region/r.6.47.mca=9B FE 6F 9A 50 6E AB 57 4D 3B 9F 30 3A AC CD 25 40 FC 12 4F 77 56 65 15 2E D1 25 53 2D D2 37 AB +region/r.6.50.mca=AA B2 D9 78 32 DE 0B B9 24 2A 57 F2 4B D1 EA CA 18 F4 DB 44 16 11 B0 F5 2E 50 77 FE BD 99 BE A6 +region/r.6.51.mca=9E 06 D1 07 AE 9F A1 4E DB 25 F1 8D DF F9 53 B0 DE C1 F0 F5 F3 B3 53 92 63 A3 7C 51 D9 47 52 68 +region/r.6.7.mca=CC 63 1A 59 97 2A 66 5C 0B 95 29 04 2E B0 65 43 81 A7 EC 0B 0B 9A C8 5E 66 68 E8 A3 12 73 91 93 +region/r.6.8.mca=B8 39 B3 75 47 E6 0F A6 06 0F A1 8B 9C 2A 53 DB F5 41 E2 C2 66 06 15 31 9C E2 EB 95 48 2B 76 0A +region/r.6.9.mca=FC 4C 62 04 75 3A 91 7E CB 1D E5 B5 EC 7D 2C AB BE CE 94 6C 5D C9 82 74 7E D5 D4 F6 51 5E 0D 13 +region/r.7.-3.mca=81 63 D8 5C D1 41 1A C6 89 16 6C F6 CD 15 1D 09 9A D1 CE B5 6E 03 E2 D9 BA E1 C2 19 56 8B 30 63 +region/r.7.0.mca=F3 AF 56 BC 2E 5F CC C5 65 EE 98 BA BA DB A7 EF A6 BA 41 13 05 7F 0E 9A 24 56 91 60 4F 52 96 13 +region/r.7.1.mca=39 F2 74 A3 EA 68 1E F6 03 4A D2 61 87 79 DA C0 9F AD 2C 15 C2 F7 82 00 A2 62 31 77 88 0B 55 0C +region/r.7.11.mca=A0 E9 E1 16 4C 39 EC 8B CB BF 6A 11 6D 1B 5C 8B 85 A9 04 55 20 03 4B 63 70 8E 2C 04 9E 58 73 12 +region/r.7.12.mca=A8 D7 BA 0A F5 53 15 DB CA 03 C5 6F C6 D0 9C 61 DA 28 1D 9F 32 E9 01 2E 61 65 E4 21 9A DC D5 7F +region/r.7.49.mca=90 1C CE D9 7C 9E 68 30 A5 D1 26 11 86 74 80 11 1D 7D AD 58 30 09 5B AB 3D 89 0C 7C 92 EA 43 21 +region/r.7.7.mca=3D 60 DA A2 60 DE E9 AE FB EA 10 CD 85 84 D6 C0 2A 87 71 9B 04 FD 45 AE AA 4A 7B 31 C7 66 CE 22 +region/r.8.0.mca=A3 88 10 37 A3 82 5D 9C 5C 72 94 54 D3 51 52 8D 99 3D 63 4D B1 C9 10 FC 0C 01 C1 13 47 0B C0 0C +region/r.8.1.mca=18 7F 58 23 69 2D D9 20 27 A6 C8 AD BB 01 C1 4D 07 39 95 03 C5 8E 4B AA D9 AD B3 D0 F3 B7 E0 52 +region/r.8.3.mca=80 58 D8 2E AB 71 87 BB 69 0E B1 0A 2E E1 D5 A6 9B BA 7A 81 B2 C2 50 41 A5 2C 3A FC 4E CC 7A 87 +region/r.8.43.mca=C0 F8 66 28 40 B3 8B D4 C7 D9 78 2C 7F 4D A9 09 28 FE 9C 3A A8 41 72 04 D0 AC E2 F5 CC 0E 53 3B +region/r.8.44.mca=D1 8C 9D 34 8B B8 4A CE 2A C9 90 D5 48 B7 05 B8 AC 9C 9C D0 4E 9A 1B 38 02 2C 4E 50 B2 D8 0C F2 +region/r.9.-3.mca=BE A7 8E CF C9 34 A8 F7 AD B4 13 F6 FB 67 1A 58 9B 51 E5 5A F9 AA 83 39 3D C9 AE DB AB 0C 63 66 +region/r.9.2.mca=A8 41 CA 0D 7E 47 A9 EC 15 CA A2 68 69 56 B4 86 96 7C 6A AB 65 42 C1 A8 82 62 59 FD 85 7D A3 3A +region/r.9.37.mca=5D DA 3E 5E 3D B0 BE 35 FE CE 48 58 94 1B B4 0A 19 45 F5 29 05 EF 28 D8 1A A2 22 81 BA 33 70 D5 +DIM1/data/buildcraft_wire_systems.dat=11 C8 AC 75 62 58 13 61 A9 7D 43 E2 A1 93 AF 36 A9 33 B1 07 80 AF 20 BB 4F 47 BB 3C 9B 9F C9 40 +DIM1/data/capabilities.dat=75 1D 0C 57 6B 56 53 7A 9C 11 50 2E B0 9C 73 8F A4 D1 2D AD B8 1F 5A F1 17 93 27 EE 94 50 C7 A6 +DIM1/data/villages_end.dat=24 37 AD 71 AB 04 A1 42 47 4C 64 D6 EB 2E 18 36 BD 06 2B 92 2D 6F 6D 7E D6 9E 78 FA DA 30 60 9D +DIM1/forcedchunks.dat=8A 1F F1 D2 8C C8 9B EF E2 B9 3A EC 31 A8 00 60 4D 46 B8 E6 53 E6 A1 06 D4 09 A2 40 CD A2 07 38 +DIM1/multipart.dat=38 8C 35 A3 3A 8D 6F C1 98 A8 EC 35 4E F5 9B 44 8E 1C EE E0 E2 C5 3B EE D2 19 12 C2 06 D1 92 09 +DIM-1/data/buildcraft_wire_systems.dat=11 C8 AC 75 62 58 13 61 A9 7D 43 E2 A1 93 AF 36 A9 33 B1 07 80 AF 20 BB 4F 47 BB 3C 9B 9F C9 40 +DIM-1/data/capabilities.dat=75 1D 0C 57 6B 56 53 7A 9C 11 50 2E B0 9C 73 8F A4 D1 2D AD B8 1F 5A F1 17 93 27 EE 94 50 C7 A6 +DIM-1/data/villages_nether.dat=24 37 AD 71 AB 04 A1 42 47 4C 64 D6 EB 2E 18 36 BD 06 2B 92 2D 6F 6D 7E D6 9E 78 FA DA 30 60 9D +DIM-1/forcedchunks.dat=8A 1F F1 D2 8C C8 9B EF E2 B9 3A EC 31 A8 00 60 4D 46 B8 E6 53 E6 A1 06 D4 09 A2 40 CD A2 07 38 +DIM-1/multipart.dat=38 8C 35 A3 3A 8D 6F C1 98 A8 EC 35 4E F5 9B 44 8E 1C EE E0 E2 C5 3B EE D2 19 12 C2 06 D1 92 09 +data/aaMarkers_0.dat=61 E6 88 D0 CD A5 1C A5 2B 81 E3 DB 0E 31 61 E9 F1 97 5E BB 54 20 84 FF E9 08 3E B9 B7 6B 2F 57 +data/aaMarkers_1.dat=F6 44 91 55 A5 3B EB D1 C3 D8 A0 DC 53 81 30 60 1E C1 5C 9F 3C 48 CB 37 F0 DF 89 E3 80 0E F3 76 +data/aaMarkers_2.dat=73 29 0A 00 24 C3 A7 A1 2B BC AA 8D E5 51 29 B2 40 EC 77 6F C6 34 9A EB 1A FF 2B 02 03 F6 33 D8 +data/aaMarkers_3.dat=90 61 7C 7E 16 67 C0 3D 0D B0 E0 AA FD 0F AE D1 44 33 12 63 B4 20 3B 6E 6F 97 1C 03 A6 02 58 90 +data/aAtlasExtTiles.dat=85 D7 8D 7C 22 E4 77 65 48 3B 89 8B 8D A7 1A 5C 99 89 89 63 4F 03 53 2A 3E 8D 54 CF 66 E3 41 5F +data/aAtlasGlobalMarkers.dat=4D 5C 19 AF 4C 28 4B 71 B7 AE B5 78 10 36 54 91 B3 47 61 67 71 BC 0A 13 A0 CF 19 CB FD 90 1E 92 +data/aAtlas_0.dat=66 21 90 A3 FC BB D7 7E 9B D0 1E 4D D2 74 38 AC 3F 3C 8E 84 4A 78 8D 5C A8 B2 6C 96 68 4C 2F 4F +data/aAtlas_1.dat=8C 1A F7 2C 72 92 4D 4A 93 82 BF 9A B2 1B 18 4B A1 2C 33 84 79 21 6D 66 2F 04 0F BD C4 E3 2A F1 +data/aAtlas_2.dat=EC 9D 07 4C 22 7A 69 02 CA 73 B7 5D 9F F7 AC 52 72 61 99 4B E1 DC AF F9 12 79 12 3B 45 E1 0C B3 +data/aAtlas_3.dat=5C 49 66 4A 69 37 8A F4 E6 EF 6A 86 C3 FB 8B D9 88 AF A0 4E BF 48 44 A5 2E B0 2A 42 45 47 A5 95 +data/abyssalcraft_necromancy_data.dat=63 09 53 04 95 D2 C4 86 36 D1 BA 0E D3 19 6E FC 3C 45 B0 9D 79 B5 D9 F4 DB 78 B8 6A EF 5E E0 53 +data/actuallyadditionsdata.dat=AD F0 21 7D E4 8A DC D5 E8 A2 FC EC E6 59 C2 0A 11 F5 7A FC 58 6A 18 C5 BD ED 5D 4A 9C 8C D0 8F +data/BloodMagic-SoulNetworks.dat=1B 33 E4 87 CB 78 2C E2 01 AF C7 89 7F 2A C0 56 C7 A4 F5 28 02 85 0C 61 B1 83 AD 93 CE 35 1E 67 +data/buildcraft_marker_path.dat=76 0D 79 08 13 75 DC A6 58 A8 F8 5F 52 EF B8 3A C2 18 02 FF D8 10 EE C6 2A 21 19 46 B4 44 6D 8E +data/buildcraft_marker_volume.dat=76 0D 79 08 13 75 DC A6 58 A8 F8 5F 52 EF B8 3A C2 18 02 FF D8 10 EE C6 2A 21 19 46 B4 44 6D 8E +data/buildcraft_wire_systems.dat=11 C8 AC 75 62 58 13 61 A9 7D 43 E2 A1 93 AF 36 A9 33 B1 07 80 AF 20 BB 4F 47 BB 3C 9B 9F C9 40 +data/capabilities.dat=75 1D 0C 57 6B 56 53 7A 9C 11 50 2E B0 9C 73 8F A4 D1 2D AD B8 1F 5A F1 17 93 27 EE 94 50 C7 A6 +data/geolosys.dat=00 2D FB 82 F1 C6 4A 12 46 CC 78 EE 58 64 81 82 9F 2B 69 B7 03 69 22 6F 00 9C 19 F4 B3 D1 4E 76 +data/geolosysOreGeneratorPending.dat=28 2D BE B3 66 B2 40 47 3A B5 09 CD 57 56 28 BB 13 94 DF C9 2C 77 52 69 D8 A7 81 94 45 94 3D F8 +data/geolosysStoneGeneratorPending.dat=87 37 D6 0E BF 08 E9 8D 43 FA 89 05 1A 27 8A 61 3B 7C CB 1B D6 F3 53 25 D4 03 A7 D5 D3 EE 73 FA +data/idcounts.dat=4D 92 B4 F2 70 38 A8 CA EE D9 DE E2 51 A3 C2 AC 16 2E 0A 72 B5 C5 7F D8 7A B9 45 C6 18 C5 15 F3 +data/ImmersiveEngineering-SaveData.dat=8C E3 2F E6 CD 6F 2D 91 03 9E 14 0A C0 BE F0 B9 29 EB 67 1A A7 02 F2 8D 77 8F 85 D4 8F 63 6C F5 +data/ImmersivePetroleum-SaveData.dat=83 88 75 F7 DF 3E 82 5F FB 74 31 0C 8C 5A D2 DF A5 D3 9B 9F 29 F2 A2 FB 8A DE 21 66 37 04 C4 C7 +data/integrateddynamics_GlobalCounterData.dat=38 14 9F E2 8D 09 AF 3C F5 65 6A 00 B0 D1 C8 D7 4E BC A4 33 3A BF 0E 7B 01 3D 70 64 28 65 67 AA +data/integrateddynamics_Labels.dat=36 B4 51 F8 5A E0 2E 3C 01 0A 0F 2D 12 07 1F F9 9E 9E 0A 74 76 6C F2 37 7D 13 BC BD C1 16 CC 5E +data/integrateddynamics_Networks.dat=F4 57 2D 95 B5 66 81 FF 0F 47 A5 C0 5C D2 23 C1 8C A6 13 C4 CF C9 1A 3D 4B 13 9C 73 22 5C 29 C0 +data/local_storage/region/r.0.-1.dat=AA AC 3D 72 53 33 C8 AA CF 2D 5F B8 CB 70 22 B5 A7 68 42 B0 13 62 B8 3B AB 26 CC C9 DB 68 C3 E4 +data/map_0.dat=5F BD DA CC 22 3E DF C5 4B FA FE AF 88 B1 FB EB 09 3B 1F 4E DC 26 F6 EF 7E 76 61 6F 89 3D 7A 5D +data/Monument.dat=0F 15 B2 DD 43 1B B1 DB 96 49 09 F2 C8 A9 37 82 A4 FC 73 DB 6B D6 BA 9D 3D 4B 2B 49 53 10 EA 1D +data/primal.world.mud.dat=33 8F DD 70 1B 18 5C 3D A8 6E 50 2D C9 AD 49 50 9E 9F AD C2 D0 71 0E 02 43 8E FC 28 C4 56 AC 90 +data/primal.world.ores.dat=27 1B A3 31 B3 84 1C 0B AA 8F E9 38 1C D6 91 55 2A 95 68 04 AC A0 FC C4 19 B9 D6 A5 B3 3A 74 D5 +data/primal.world.salt.dat=F6 F1 CC 38 38 11 3F A4 95 AE B3 08 2D 0B A8 59 67 D8 56 15 66 5A 1A 08 98 E4 68 E8 D2 75 E6 35 +data/primal.world.stone.dat=AA DB FF 25 F4 90 AA B5 CC F2 17 92 D1 C8 46 62 BB 6B EE 73 DE 1D 2A 11 9A 9F A6 2E 01 54 51 4C +data/reccomplex-random.dat=A0 5B 5D 26 8D 97 5C B8 C7 24 A3 0C 3C F9 5A FA A8 7F 58 CC 4E 43 0C 5E 33 54 30 2C E2 E8 40 36 +data/reccomplex-structuredata.dat=98 F5 89 47 6C 5C 97 9A 17 AA 7B 09 C6 F8 2B 27 1A B6 E3 49 C5 92 83 AB DB 4A AA 37 AD 73 5E 1A +data/scoreboard.dat=79 29 82 B3 1F 89 22 D9 2F 56 9D AE B2 06 C8 3C DB 32 D2 1E 74 16 6D C6 D0 6B 3C 6A 83 BA A9 25 +data/Stronghold.dat=A4 A8 25 E8 F1 55 55 E7 2E 57 18 7F FD 82 62 40 D0 10 57 81 FF B5 2E 1A 0E 19 C4 3E DD 1C 91 A1 +data/TogetherForever.dat=AE D2 BC 24 43 96 2F 23 46 CA EE DD 18 60 86 2E 34 4B 4D EB 1F 7C B6 7A EE 03 DD 7E F5 53 33 E5 +data/Village.dat=A1 A8 CB 8E 4C 70 D4 8C 0B 41 C3 08 C4 22 4B 0E 1D 93 C8 0A 47 B8 BC 80 47 8F E4 B0 DA F6 04 54 +data/villages.dat=1F A5 AB 34 93 81 84 A8 B2 5B 82 A1 DB B6 5C 53 FD 60 08 08 B6 FD 2E EF 39 BC 9E 08 A0 2E EC EE +data/WorldSavedDataMachines.dat=7C 5B 65 EB A3 41 74 4D EE A6 03 03 20 57 E8 A6 F0 34 48 69 95 C4 DE 52 42 C5 74 5C 0F 7C 25 D9 +DIM2/data/buildcraft_wire_systems.dat=11 C8 AC 75 62 58 13 61 A9 7D 43 E2 A1 93 AF 36 A9 33 B1 07 80 AF 20 BB 4F 47 BB 3C 9B 9F C9 40 +DIM2/data/capabilities.dat=50 A8 AC A0 4E AE 1D 1A 79 1C FC 37 49 9D B2 B8 B1 F4 AB D9 65 C3 ED 6D 6A D6 67 35 D1 8A F0 18 +DIM2/data/villages_cell.dat=02 93 6C B2 D9 25 DE BC C4 CB BB D8 58 FA BA E7 B5 21 A9 84 5F 34 6F F1 D1 8E 53 C8 28 D3 FE D9 +DIM2/forcedchunks.dat=8A 1F F1 D2 8C C8 9B EF E2 B9 3A EC 31 A8 00 60 4D 46 B8 E6 53 E6 A1 06 D4 09 A2 40 CD A2 07 38 +DIM2/multipart.dat=E4 6B 99 4C D9 1C 5B 20 92 B0 D6 91 2A 2B 26 20 5D 82 9D B9 4E DA 39 64 59 99 6B 8D 05 06 50 8A +Omothol/data/buildcraft_wire_systems.dat=11 C8 AC 75 62 58 13 61 A9 7D 43 E2 A1 93 AF 36 A9 33 B1 07 80 AF 20 BB 4F 47 BB 3C 9B 9F C9 40 +Omothol/data/capabilities.dat=75 1D 0C 57 6B 56 53 7A 9C 11 50 2E B0 9C 73 8F A4 D1 2D AD B8 1F 5A F1 17 93 27 EE 94 50 C7 A6 +Omothol/data/villages_omt.dat=24 37 AD 71 AB 04 A1 42 47 4C 64 D6 EB 2E 18 36 BD 06 2B 92 2D 6F 6D 7E D6 9E 78 FA DA 30 60 9D +Omothol/forcedchunks.dat=8A 1F F1 D2 8C C8 9B EF E2 B9 3A EC 31 A8 00 60 4D 46 B8 E6 53 E6 A1 06 D4 09 A2 40 CD A2 07 38 +Omothol/multipart.dat=38 8C 35 A3 3A 8D 6F C1 98 A8 EC 35 4E F5 9B 44 8E 1C EE E0 E2 C5 3B EE D2 19 12 C2 06 D1 92 09 +forcedchunks.dat=8A 1F F1 D2 8C C8 9B EF E2 B9 3A EC 31 A8 00 60 4D 46 B8 E6 53 E6 A1 06 D4 09 A2 40 CD A2 07 38 +The_Beneath/data/buildcraft_marker_path.dat=76 0D 79 08 13 75 DC A6 58 A8 F8 5F 52 EF B8 3A C2 18 02 FF D8 10 EE C6 2A 21 19 46 B4 44 6D 8E +The_Beneath/data/buildcraft_marker_volume.dat=76 0D 79 08 13 75 DC A6 58 A8 F8 5F 52 EF B8 3A C2 18 02 FF D8 10 EE C6 2A 21 19 46 B4 44 6D 8E +The_Beneath/data/buildcraft_wire_systems.dat=11 C8 AC 75 62 58 13 61 A9 7D 43 E2 A1 93 AF 36 A9 33 B1 07 80 AF 20 BB 4F 47 BB 3C 9B 9F C9 40 +The_Beneath/data/capabilities.dat=75 1D 0C 57 6B 56 53 7A 9C 11 50 2E B0 9C 73 8F A4 D1 2D AD B8 1F 5A F1 17 93 27 EE 94 50 C7 A6 +The_Beneath/data/geolosys.dat=45 E9 FE 40 4F 65 D3 4E BD 31 2A ED A4 CF 74 5E 93 AA 57 26 1C 40 73 83 6A 32 B9 81 62 26 C5 CD +The_Beneath/data/reccomplex-structuredata.dat=E0 24 E7 01 63 83 3C 3B B6 1C 79 D0 96 89 F4 48 5B A5 65 DF 4B BC 5D C6 8F 20 87 33 FD B0 EA B8 +The_Beneath/data/villages_tb.dat=BA 4B D6 49 5B 45 75 49 08 38 95 6C B9 15 BB F5 76 4C 80 55 B0 F7 F4 17 F8 3A 22 6C 86 58 9F B7 +The_Beneath/forcedchunks.dat=8A 1F F1 D2 8C C8 9B EF E2 B9 3A EC 31 A8 00 60 4D 46 B8 E6 53 E6 A1 06 D4 09 A2 40 CD A2 07 38 +The_Beneath/multipart.dat=38 8C 35 A3 3A 8D 6F C1 98 A8 EC 35 4E F5 9B 44 8E 1C EE E0 E2 C5 3B EE D2 19 12 C2 06 D1 92 09 +The_Beneath/region/r.-1.-1.mca=63 A8 6F FD EE E7 22 15 27 46 E5 AE 3B 74 94 5A 99 36 2E D2 9F 80 85 DE 20 43 0A C5 46 88 C0 EB +The_Beneath/region/r.-1.-2.mca=38 D0 95 5D 26 AD 5A E9 40 CB CB 48 6A DF EB 41 98 A4 75 E2 60 FB B5 B4 09 A2 B3 9F 9A 06 B1 32 +The_Beneath/region/r.-1.0.mca=5E 4E 6B E8 A8 00 26 9F 5E 53 42 88 11 4E 4A 76 7D 02 49 12 3E 06 0E DC B5 80 7B 32 55 20 44 40 +The_Beneath/region/r.0.-1.mca=BE 67 D8 3C 7E A9 86 95 9E C2 7F 7A 31 95 2C 17 56 44 FD D3 69 D7 3E 68 06 48 24 AF 9B 0A 55 F8 +The_Beneath/region/r.0.-2.mca=66 8C 82 9A 72 C1 E1 61 42 85 88 84 3F 9B BD BF A1 C2 E4 10 15 87 FB 1A 2C 12 3B F5 92 B2 0E 73 +The_Beneath/region/r.0.0.mca=14 85 1C C7 20 D4 17 80 3F 11 37 D5 73 ED D5 92 E6 85 2F E3 80 0B 79 18 C0 7E E8 DE C6 21 22 7A +The_Beneath/region/r.1.-1.mca=28 A1 58 C5 1C 22 D5 2D 6B B0 56 0C 77 4A D1 37 60 1C 5E D8 58 3D 04 32 41 34 EC D1 01 24 5C 1F +The_Beneath/region/r.1.-2.mca=E1 B8 07 C2 B3 CE FB 2B 62 E1 B5 83 EC E6 F3 A4 E2 02 A7 87 BF 63 44 D1 CE E2 B6 6F C1 54 76 57 +The_Beneath/region/r.1.0.mca=45 25 BA DB 23 0C 73 E4 FB 92 BB E3 71 CC D8 9A 1A 45 08 27 D0 0E DB 45 87 49 95 F9 F0 E2 3E 4D +AstralSorceryData/DIM_0/lightnetwork.dat=D0 11 B7 AC F3 52 06 EA 09 D9 6E E4 75 B8 2B A1 80 B4 1C F8 71 97 15 66 7A 10 11 82 B4 4D DA F9 +AstralSorceryData/DIM_0/lightnetwork.dat.back=8E 4C 0C D5 7A 75 13 85 78 DA 23 BC A1 73 03 4A AF D8 7C 7E 12 75 91 8A 3E E5 C6 48 15 58 B2 C7 +AstralSorceryData/DIM_0/structurematcher.dat=92 E8 ED B4 81 D3 AE 9A 57 D5 E7 20 33 E5 EC 94 EC 4C C1 2E 28 AD F3 6D 56 B5 72 5B 96 9D 7E 95 +AstralSorceryData/DIM_0/structurematcher.dat.back=92 E8 ED B4 81 D3 AE 9A 57 D5 E7 20 33 E5 EC 94 EC 4C C1 2E 28 AD F3 6D 56 B5 72 5B 96 9D 7E 95 +multipart.dat=E4 6B 99 4C D9 1C 5B 20 92 B0 D6 91 2A 2B 26 20 5D 82 9D B9 4E DA 39 64 59 99 6B 8D 05 06 50 8A +stats/0106003f-e634-313f-b918-8a31e23dabb6.json=1F 56 38 76 06 66 A7 70 70 3A F9 DA 38 9F 28 95 12 64 85 6B FC 71 86 D8 0C E7 C7 84 47 17 2B 40 +stats/187f2409-0506-4922-bb24-996ed526b0b2.json=E4 82 4F 76 44 BE 7A 75 AB 91 0E A7 B5 FA EC AC 77 EB C9 6E E4 F0 02 A6 3F 8C BB 6B 90 F0 30 89 +stats/1d55ced0-f360-45b1-9d62-11846a7fa39d.json=E6 12 01 54 48 D4 B7 69 2A F5 55 B6 35 53 6B 8C 30 4C F9 EA 94 E6 BA 39 6F F8 2C 6D DB C9 62 56 +stats/5d8fa0ff-f225-316b-b91d-7f85ea92a2e8.json=B0 2C 94 67 72 41 3F 78 DC 4B AC C3 FC 14 57 2E ED 1B 30 6E AB 14 7C 15 28 0A 59 DE 36 EC EB CF +stats/622daa46-3d92-4bcd-888e-9633a86b0541.json=36 22 C8 86 73 61 84 67 EB 6A E8 4F B3 7B 95 EB 97 F2 CE F3 56 E1 95 2A 3A C8 22 47 D1 EB 03 A2 +stats/92282bab-8c19-48d1-a86c-8454470c3915.json=83 BC 0C 84 FB D3 02 7D E0 25 45 2D 15 6E 2C A4 EC BB 14 53 B8 D9 59 6D A0 CB 47 F9 5D 6F F5 45 +stats/b5b4178f-ca06-3acf-8d73-f2624e51db7b.json=E6 0D 91 51 12 B2 B2 AA 47 FF D7 CC C9 42 B4 B5 01 3B DF B0 EE 08 D1 2D BF A2 AD 8F 30 99 24 33 +stats/b72d807c-2845-4cc5-b792-2972f6483cfa.json=A4 46 47 EC 76 D4 CF CA 78 96 84 6C 49 12 4C 37 50 E4 15 AD 22 C7 A4 D7 9F 7F 58 D1 EE 4A F2 A1 +level.dat=73 8F 56 04 94 07 91 B9 F6 25 F5 79 2B 22 8F B9 6C 7F 75 5F B6 58 3E 48 FD D9 3B D0 16 E0 6A B8 +The_Dark_Realm/data/buildcraft_wire_systems.dat=11 C8 AC 75 62 58 13 61 A9 7D 43 E2 A1 93 AF 36 A9 33 B1 07 80 AF 20 BB 4F 47 BB 3C 9B 9F C9 40 +The_Dark_Realm/data/capabilities.dat=75 1D 0C 57 6B 56 53 7A 9C 11 50 2E B0 9C 73 8F A4 D1 2D AD B8 1F 5A F1 17 93 27 EE 94 50 C7 A6 +The_Dark_Realm/data/villages_dl.dat=24 37 AD 71 AB 04 A1 42 47 4C 64 D6 EB 2E 18 36 BD 06 2B 92 2D 6F 6D 7E D6 9E 78 FA DA 30 60 9D +The_Dark_Realm/forcedchunks.dat=8A 1F F1 D2 8C C8 9B EF E2 B9 3A EC 31 A8 00 60 4D 46 B8 E6 53 E6 A1 06 D4 09 A2 40 CD A2 07 38 +The_Dark_Realm/multipart.dat=38 8C 35 A3 3A 8D 6F C1 98 A8 EC 35 4E F5 9B 44 8E 1C EE E0 E2 C5 3B EE D2 19 12 C2 06 D1 92 09 +DimensionalControlPreset.txt=57 9F 41 3F 7B D0 ED 46 CC EB FE AA 5C 59 79 AE 73 33 90 CD 9F 4C 96 24 AD 86 26 1C AE 3A 0A 93 +DIM20/data/buildcraft_marker_path.dat=76 0D 79 08 13 75 DC A6 58 A8 F8 5F 52 EF B8 3A C2 18 02 FF D8 10 EE C6 2A 21 19 46 B4 44 6D 8E +DIM20/data/buildcraft_marker_volume.dat=76 0D 79 08 13 75 DC A6 58 A8 F8 5F 52 EF B8 3A C2 18 02 FF D8 10 EE C6 2A 21 19 46 B4 44 6D 8E +DIM20/data/buildcraft_wire_systems.dat=11 C8 AC 75 62 58 13 61 A9 7D 43 E2 A1 93 AF 36 A9 33 B1 07 80 AF 20 BB 4F 47 BB 3C 9B 9F C9 40 +DIM20/data/capabilities.dat=80 31 B7 12 24 7F 8B 34 9B 49 7B 5F DC 20 78 1E 66 B2 76 CD E6 95 9D AF 02 A5 54 61 8C ED 02 45 +DIM20/data/geolosys.dat=00 A1 0F 90 5E 73 6C 1D BA C7 15 0C 3E B6 C6 FC 59 C1 21 73 08 8A 81 AA 1E 67 E5 E2 8D C7 4F 97 +DIM20/data/local_storage/region/r.-1.-1.dat=5E 5F D5 C8 FA 54 51 A6 1C 2A 7A FD F8 11 B4 C0 6C 26 B2 B4 A5 9C F5 90 95 40 75 CA 3D 0D FD FC +DIM20/data/local_storage/region/r.-1.0.dat=E2 86 26 A0 17 D5 24 DA FA 9E 24 04 CD C5 7B 9F 5F CA 57 9F FC 53 FE 82 B0 A5 12 5D 11 7B 73 A6 +DIM20/data/local_storage/region/r.-1.1.dat=54 8D AA 40 DB 86 7E 46 5F 54 1A 10 5F 8F 9D 5E 7C 16 33 53 DD EC 15 90 B8 1C 27 34 FD F5 3D FE +DIM20/data/local_storage/region/r.-1.2.dat=11 85 93 1F BD 90 30 A6 32 DD 7C F9 46 26 D6 3F 55 0C F7 B5 E4 9E E3 FD EB BD CE E4 B3 BE EC 7F +DIM20/data/local_storage/region/r.-1.3.dat=43 5A 17 5F 5B 2F A0 CA 7E E0 A3 95 38 CE D3 89 15 F6 01 05 DD D8 4E C4 37 0A C8 C9 86 AD 07 5F +DIM20/data/local_storage/region/r.0.-1.dat=89 F9 67 00 28 20 96 E1 C3 4E D8 E2 0B 21 63 64 98 42 08 6D 0F 5F 01 78 BF 62 DD E8 AA 88 E3 5A +DIM20/data/local_storage/region/r.0.0.dat=ED C9 33 F8 A0 70 BA 4E DA 7F AB 26 7C 3B AB D5 40 6E 5D FC F8 41 2A 04 8B 52 F6 6C 42 87 ED 56 +DIM20/data/local_storage/region/r.0.1.dat=F2 03 21 73 37 61 F3 F5 C8 8E 06 71 18 99 DD 77 12 F2 93 44 ED 42 4E 12 F0 0F E7 C2 A3 2C 19 FC +DIM20/data/local_storage/region/r.0.2.dat=0F 0E 56 74 2F F2 90 6B F4 B4 16 FC 12 00 F9 E8 1A 93 8D 6B 5B E5 53 A2 96 26 0D 40 AC 42 58 6B +DIM20/data/local_storage/region/r.0.3.dat=6A AB E8 3E 08 AE 4B B2 7C D6 D7 29 B3 D9 0B AE 82 4B 64 88 0F 6C 7E 41 32 8E C9 7E D9 C4 C4 90 +DIM20/data/local_storage/region/r.1.-1.dat=F9 3D 99 47 C9 6C 41 E6 05 85 1D 89 89 02 EC 3B A2 03 9F 27 3D C2 B8 92 E9 E8 F0 C1 52 DC 56 07 +DIM20/data/local_storage/region/r.1.0.dat=C9 43 A8 C0 43 DB 7A 09 FF D6 4A 33 C0 D1 56 55 72 C6 5C A3 54 5A E1 60 5D 51 7D 26 5B A2 C0 FB +DIM20/data/local_storage/region/r.1.1.dat=CA 7F 1F 23 50 D9 30 0E 5C 39 3E 20 47 B3 FC 77 47 E5 43 23 F0 85 74 07 95 3B 6F BA C0 4D 20 0E +DIM20/data/local_storage/region/r.1.2.dat=52 96 33 F2 AA E2 FE CD 61 C7 59 BE 5A E4 EA DD AB F3 14 AD 48 77 1C F9 12 F6 71 72 DC F9 91 E3 +DIM20/data/local_storage/region/r.1.3.dat=6F 7E 50 61 EB A3 DF 4F 35 88 D3 ED 96 99 5B 4B 11 87 DA A6 6F 33 FA B6 A5 A7 B2 C5 22 B9 44 FB +DIM20/data/local_storage/region/r.2.-1.dat=5C 64 CC 44 FD 50 E6 63 DC 4A 16 FB FD E7 DE 19 51 70 D8 80 13 61 54 26 35 4E DC 24 BC 63 8A 19 +DIM20/data/local_storage/region/r.2.0.dat=85 10 68 50 83 56 74 87 0A 95 6B 9A 84 18 EC E9 B6 0D B6 73 B3 68 C0 CF D3 A1 23 05 AB BC 09 4A +DIM20/data/local_storage/region/r.2.1.dat=7B 97 A7 83 E9 8A 2E 7A FA 44 64 AF 2C 98 24 2E DC 23 7A A6 D1 6D A3 DA B4 50 87 12 16 E9 E0 2A +DIM20/data/reccomplex-structuredata.dat=31 0C AC 83 6C 07 65 1F 26 A6 D6 63 26 F6 3A CB 2E 53 A4 80 9C 93 67 C1 1E B7 B0 F6 47 87 41 64 +DIM20/data/villages_betweenlands.dat=78 A1 BE A1 F7 17 33 7D B4 0E 5F 39 37 10 90 69 1A 34 D1 F5 97 F7 B1 AB 8B 5B 0B 36 D0 C5 69 2F +DIM20/forcedchunks.dat=8A 1F F1 D2 8C C8 9B EF E2 B9 3A EC 31 A8 00 60 4D 46 B8 E6 53 E6 A1 06 D4 09 A2 40 CD A2 07 38 +DIM20/multipart.dat=38 8C 35 A3 3A 8D 6F C1 98 A8 EC 35 4E F5 9B 44 8E 1C EE E0 E2 C5 3B EE D2 19 12 C2 06 D1 92 09 +DIM20/region/r.-1.-1.mca=AE F3 EC AC 58 FC 1A 3E B2 E2 53 7D A5 B7 B1 96 95 C9 64 45 87 1C 2E A9 76 AE EC D8 3D B7 E5 9F +DIM20/region/r.-1.0.mca=02 08 CE C2 68 5C E4 DA 18 6D EB 60 1A B4 7A 79 52 E7 BF 15 B6 5F 49 80 DC B5 02 87 BE 70 BB 75 +DIM20/region/r.-1.1.mca=6E 1D CA DD 6F 24 6C 1C EC D2 14 40 26 3E 3C E0 44 14 E0 FC 45 11 E9 CE 20 13 0A 99 F5 00 7E 5A +DIM20/region/r.-1.2.mca=D7 12 8D 27 38 F9 87 7B 86 B2 0D E5 29 2A 11 4C 8B 11 CA CB F3 2C 63 96 96 23 CB 48 C4 D8 50 0B +DIM20/region/r.-1.3.mca=C0 44 22 3B 9E 2B 17 E0 4A 32 9E B3 F7 0F 24 55 43 1E 03 28 DD D3 A3 9D A1 23 DD 51 96 91 3F 7F +DIM20/region/r.0.-1.mca=28 EF 0A 54 46 91 32 92 D4 BE 13 DF 5A C9 0E 97 A4 EF BE C3 ED A6 EB FA BD 84 46 B8 39 FE 91 B9 +DIM20/region/r.0.0.mca=32 7F D1 7B 2A 43 9F 9F 58 99 98 8F 43 43 C6 BB B7 88 1D E2 CF DD 36 4E 5C E5 ED 79 32 22 BD F4 +DIM20/region/r.0.1.mca=7D B1 4C 61 B7 8A 53 90 C1 FC A3 27 20 BE DA EC 63 A0 DF 61 16 E9 C0 DE 76 6F 99 11 04 93 81 9C +DIM20/region/r.0.2.mca=63 28 3A CA C4 6A 95 CE 9F 78 BF C7 06 D6 F6 29 21 E0 1B 01 48 C3 53 A3 97 CA 97 26 80 BA A5 81 +DIM20/region/r.0.3.mca=E8 C6 D7 35 8F FC C0 3A EC 5C 15 85 9F BC 04 87 F5 66 D9 E8 BD 74 23 ED 43 B7 BB FB 31 E7 E9 41 +DIM20/region/r.0.4.mca=1B 49 56 9B 03 AA D7 2E E6 A0 A3 5A F5 2E 28 2E 4A 4E 76 1E EB 17 2D C7 2C E6 83 80 8A 55 A3 D8 +DIM20/region/r.1.-1.mca=EC FC 67 81 E4 72 59 2B 7C BE 24 0B 6C 1D 01 C7 E4 58 0B 27 CC BD BE 5A ED 86 3C 0E 5C 5A E6 9A +DIM20/region/r.1.0.mca=77 3E 61 DE 82 D1 6E 0D 0E 7A 97 07 F1 70 61 D0 26 4A F8 F9 C3 3E F0 86 72 11 72 D4 1A 36 D7 CE +DIM20/region/r.1.1.mca=BC 11 D2 70 51 3A B1 3D 38 8E 0C E8 A7 20 72 EE 71 15 03 B6 50 34 1E FC 4A CA 51 FB 27 5A 1A 0C +DIM20/region/r.1.2.mca=BB 99 77 BA 58 1E B5 94 81 F1 31 13 4A FB 3B 04 7E 9A 15 44 21 75 67 B4 53 DA 60 99 FD F5 43 34 +DIM20/region/r.1.3.mca=EB F1 A8 94 AC DF 9F D9 53 0E 23 E6 E1 EB 99 0D CB 95 8A 5D B4 3B 38 B3 04 22 82 4A F6 01 8A 00 +DIM20/region/r.1.4.mca=BC 5D E8 7C E1 42 0A B6 36 E2 1F 6F BA 73 4B 32 27 1F F3 81 84 67 3D 20 55 77 B4 48 D9 88 5A D2 +DIM20/region/r.1.5.mca=6E A2 C5 F9 7E AD 0E D5 F2 1E 5B 49 8C EF 9C DB 31 61 C2 84 8E C1 7C 98 C0 75 40 01 C9 C6 8C 80 +DIM20/region/r.2.-1.mca=B1 07 D4 9F A5 27 F9 ED 74 47 04 4F E1 29 33 A4 22 DF F3 CF DA 11 57 3B E8 07 33 B4 7B A9 E3 FC +DIM20/region/r.2.0.mca=3E FB 6E DE 89 2B 33 CE 90 DF 5F 94 36 2F B0 E9 2E C6 F7 80 D6 5F 1D FA A8 2E 72 EA D2 E9 9A 9B +DIM20/region/r.2.1.mca=9B 83 BC 14 6A 2D C8 8F E1 1A AA 7F 20 FB 3E 6A BD 98 DF AD DA 96 9E EA 18 0C AA 4F 90 5D DE BD +DIM20/region/r.2.2.mca=EB 8C AB D8 26 4E AE AB 51 24 A5 14 4F 8B BE 88 C5 D1 51 F4 A2 E9 FC 88 E6 2F E8 7E 56 85 2A 26 +DIM20/region/r.2.5.mca=E2 73 05 12 02 79 3D 66 3A 7E 4D AB 40 F4 78 CE 3B 8D F5 95 73 8F D5 70 A1 CA 78 3D 05 10 E5 C4 +DIM144/data/buildcraft_wire_systems.dat=11 C8 AC 75 62 58 13 61 A9 7D 43 E2 A1 93 AF 36 A9 33 B1 07 80 AF 20 BB 4F 47 BB 3C 9B 9F C9 40 +DIM144/data/capabilities.dat=75 1D 0C 57 6B 56 53 7A 9C 11 50 2E B0 9C 73 8F A4 D1 2D AD B8 1F 5A F1 17 93 27 EE 94 50 C7 A6 +DIM144/data/villages_suffix.dat=24 37 AD 71 AB 04 A1 42 47 4C 64 D6 EB 2E 18 36 BD 06 2B 92 2D 6F 6D 7E D6 9E 78 FA DA 30 60 9D +DIM144/forcedchunks.dat=8A 1F F1 D2 8C C8 9B EF E2 B9 3A EC 31 A8 00 60 4D 46 B8 E6 53 E6 A1 06 D4 09 A2 40 CD A2 07 38 +DIM144/multipart.dat=3E 48 51 78 F5 59 9C 89 7E 5A 1D 87 EC 62 41 73 06 16 A8 DF C3 C4 3D 5D 59 51 41 31 19 E3 B4 D3 +traverse/instance_version.json=CF BF 35 92 0C B8 04 36 28 20 E9 1F 98 6E FD 2F 43 45 83 04 6E 63 2F F4 21 55 CB 01 44 AE 93 BA +AE2/settings.cfg=3E F0 49 F3 D5 0E 79 6A 05 C4 46 91 A1 9F D9 1C CF 19 C0 CF 88 F8 97 82 2C 73 EB 92 24 AD BE 47 diff --git a/world/level.dat b/world/level.dat new file mode 100644 index 0000000..7d6626c Binary files /dev/null and b/world/level.dat differ diff --git a/world/level.dat_old b/world/level.dat_old new file mode 100644 index 0000000..690beed Binary files /dev/null and b/world/level.dat_old differ diff --git a/world/multipart.dat b/world/multipart.dat new file mode 100644 index 0000000..9bbf585 Binary files /dev/null and b/world/multipart.dat differ diff --git a/world/playerdata/0106003f-e634-313f-b918-8a31e23dabb6.astral b/world/playerdata/0106003f-e634-313f-b918-8a31e23dabb6.astral new file mode 100644 index 0000000..3938f78 Binary files /dev/null and b/world/playerdata/0106003f-e634-313f-b918-8a31e23dabb6.astral differ diff --git a/world/playerdata/0106003f-e634-313f-b918-8a31e23dabb6.astralback b/world/playerdata/0106003f-e634-313f-b918-8a31e23dabb6.astralback new file mode 100644 index 0000000..3e6fd1a Binary files /dev/null and b/world/playerdata/0106003f-e634-313f-b918-8a31e23dabb6.astralback differ diff --git a/world/playerdata/0106003f-e634-313f-b918-8a31e23dabb6.cyclicinvo b/world/playerdata/0106003f-e634-313f-b918-8a31e23dabb6.cyclicinvo new file mode 100644 index 0000000..f14f333 Binary files /dev/null and b/world/playerdata/0106003f-e634-313f-b918-8a31e23dabb6.cyclicinvo differ diff --git a/world/playerdata/0106003f-e634-313f-b918-8a31e23dabb6.dat b/world/playerdata/0106003f-e634-313f-b918-8a31e23dabb6.dat new file mode 100644 index 0000000..ec473ba Binary files /dev/null and b/world/playerdata/0106003f-e634-313f-b918-8a31e23dabb6.dat differ diff --git a/world/playerdata/187f2409-0506-4922-bb24-996ed526b0b2.astral b/world/playerdata/187f2409-0506-4922-bb24-996ed526b0b2.astral new file mode 100644 index 0000000..3938f78 Binary files /dev/null and b/world/playerdata/187f2409-0506-4922-bb24-996ed526b0b2.astral differ diff --git a/world/playerdata/187f2409-0506-4922-bb24-996ed526b0b2.astralback b/world/playerdata/187f2409-0506-4922-bb24-996ed526b0b2.astralback new file mode 100644 index 0000000..3938f78 Binary files /dev/null and b/world/playerdata/187f2409-0506-4922-bb24-996ed526b0b2.astralback differ diff --git a/world/playerdata/187f2409-0506-4922-bb24-996ed526b0b2.cyclicinvo b/world/playerdata/187f2409-0506-4922-bb24-996ed526b0b2.cyclicinvo new file mode 100644 index 0000000..f14f333 Binary files /dev/null and b/world/playerdata/187f2409-0506-4922-bb24-996ed526b0b2.cyclicinvo differ diff --git a/world/playerdata/187f2409-0506-4922-bb24-996ed526b0b2.dat b/world/playerdata/187f2409-0506-4922-bb24-996ed526b0b2.dat new file mode 100644 index 0000000..f616f6f Binary files /dev/null and b/world/playerdata/187f2409-0506-4922-bb24-996ed526b0b2.dat differ diff --git a/world/playerdata/1d55ced0-f360-45b1-9d62-11846a7fa39d.astral b/world/playerdata/1d55ced0-f360-45b1-9d62-11846a7fa39d.astral new file mode 100644 index 0000000..27ff0fa Binary files /dev/null and b/world/playerdata/1d55ced0-f360-45b1-9d62-11846a7fa39d.astral differ diff --git a/world/playerdata/1d55ced0-f360-45b1-9d62-11846a7fa39d.astralback b/world/playerdata/1d55ced0-f360-45b1-9d62-11846a7fa39d.astralback new file mode 100644 index 0000000..27ff0fa Binary files /dev/null and b/world/playerdata/1d55ced0-f360-45b1-9d62-11846a7fa39d.astralback differ diff --git a/world/playerdata/1d55ced0-f360-45b1-9d62-11846a7fa39d.cyclicinvo b/world/playerdata/1d55ced0-f360-45b1-9d62-11846a7fa39d.cyclicinvo new file mode 100644 index 0000000..f14f333 Binary files /dev/null and b/world/playerdata/1d55ced0-f360-45b1-9d62-11846a7fa39d.cyclicinvo differ diff --git a/world/playerdata/1d55ced0-f360-45b1-9d62-11846a7fa39d.dat b/world/playerdata/1d55ced0-f360-45b1-9d62-11846a7fa39d.dat new file mode 100644 index 0000000..6fd73f0 Binary files /dev/null and b/world/playerdata/1d55ced0-f360-45b1-9d62-11846a7fa39d.dat differ diff --git a/world/playerdata/5d8fa0ff-f225-316b-b91d-7f85ea92a2e8.astral b/world/playerdata/5d8fa0ff-f225-316b-b91d-7f85ea92a2e8.astral new file mode 100644 index 0000000..3938f78 Binary files /dev/null and b/world/playerdata/5d8fa0ff-f225-316b-b91d-7f85ea92a2e8.astral differ diff --git a/world/playerdata/5d8fa0ff-f225-316b-b91d-7f85ea92a2e8.astralback b/world/playerdata/5d8fa0ff-f225-316b-b91d-7f85ea92a2e8.astralback new file mode 100644 index 0000000..3e6fd1a Binary files /dev/null and b/world/playerdata/5d8fa0ff-f225-316b-b91d-7f85ea92a2e8.astralback differ diff --git a/world/playerdata/5d8fa0ff-f225-316b-b91d-7f85ea92a2e8.cyclicinvo b/world/playerdata/5d8fa0ff-f225-316b-b91d-7f85ea92a2e8.cyclicinvo new file mode 100644 index 0000000..f14f333 Binary files /dev/null and b/world/playerdata/5d8fa0ff-f225-316b-b91d-7f85ea92a2e8.cyclicinvo differ diff --git a/world/playerdata/5d8fa0ff-f225-316b-b91d-7f85ea92a2e8.dat b/world/playerdata/5d8fa0ff-f225-316b-b91d-7f85ea92a2e8.dat new file mode 100644 index 0000000..d110e6f Binary files /dev/null and b/world/playerdata/5d8fa0ff-f225-316b-b91d-7f85ea92a2e8.dat differ diff --git a/world/playerdata/622daa46-3d92-4bcd-888e-9633a86b0541.astral b/world/playerdata/622daa46-3d92-4bcd-888e-9633a86b0541.astral new file mode 100644 index 0000000..02895db Binary files /dev/null and b/world/playerdata/622daa46-3d92-4bcd-888e-9633a86b0541.astral differ diff --git a/world/playerdata/622daa46-3d92-4bcd-888e-9633a86b0541.astralback b/world/playerdata/622daa46-3d92-4bcd-888e-9633a86b0541.astralback new file mode 100644 index 0000000..02895db Binary files /dev/null and b/world/playerdata/622daa46-3d92-4bcd-888e-9633a86b0541.astralback differ diff --git a/world/playerdata/622daa46-3d92-4bcd-888e-9633a86b0541.cyclicinvo b/world/playerdata/622daa46-3d92-4bcd-888e-9633a86b0541.cyclicinvo new file mode 100644 index 0000000..f14f333 Binary files /dev/null and b/world/playerdata/622daa46-3d92-4bcd-888e-9633a86b0541.cyclicinvo differ diff --git a/world/playerdata/622daa46-3d92-4bcd-888e-9633a86b0541.dat b/world/playerdata/622daa46-3d92-4bcd-888e-9633a86b0541.dat new file mode 100644 index 0000000..cb86cf9 Binary files /dev/null and b/world/playerdata/622daa46-3d92-4bcd-888e-9633a86b0541.dat differ diff --git a/world/playerdata/92282bab-8c19-48d1-a86c-8454470c3915.astral b/world/playerdata/92282bab-8c19-48d1-a86c-8454470c3915.astral new file mode 100644 index 0000000..02895db Binary files /dev/null and b/world/playerdata/92282bab-8c19-48d1-a86c-8454470c3915.astral differ diff --git a/world/playerdata/92282bab-8c19-48d1-a86c-8454470c3915.astralback b/world/playerdata/92282bab-8c19-48d1-a86c-8454470c3915.astralback new file mode 100644 index 0000000..02895db Binary files /dev/null and b/world/playerdata/92282bab-8c19-48d1-a86c-8454470c3915.astralback differ diff --git a/world/playerdata/92282bab-8c19-48d1-a86c-8454470c3915.cyclicinvo b/world/playerdata/92282bab-8c19-48d1-a86c-8454470c3915.cyclicinvo new file mode 100644 index 0000000..f14f333 Binary files /dev/null and b/world/playerdata/92282bab-8c19-48d1-a86c-8454470c3915.cyclicinvo differ diff --git a/world/playerdata/92282bab-8c19-48d1-a86c-8454470c3915.dat b/world/playerdata/92282bab-8c19-48d1-a86c-8454470c3915.dat new file mode 100644 index 0000000..d9b5a1d Binary files /dev/null and b/world/playerdata/92282bab-8c19-48d1-a86c-8454470c3915.dat differ diff --git a/world/playerdata/b5b4178f-ca06-3acf-8d73-f2624e51db7b.astral b/world/playerdata/b5b4178f-ca06-3acf-8d73-f2624e51db7b.astral new file mode 100644 index 0000000..3938f78 Binary files /dev/null and b/world/playerdata/b5b4178f-ca06-3acf-8d73-f2624e51db7b.astral differ diff --git a/world/playerdata/b5b4178f-ca06-3acf-8d73-f2624e51db7b.astralback b/world/playerdata/b5b4178f-ca06-3acf-8d73-f2624e51db7b.astralback new file mode 100644 index 0000000..3e6fd1a Binary files /dev/null and b/world/playerdata/b5b4178f-ca06-3acf-8d73-f2624e51db7b.astralback differ diff --git a/world/playerdata/b5b4178f-ca06-3acf-8d73-f2624e51db7b.cyclicinvo b/world/playerdata/b5b4178f-ca06-3acf-8d73-f2624e51db7b.cyclicinvo new file mode 100644 index 0000000..f14f333 Binary files /dev/null and b/world/playerdata/b5b4178f-ca06-3acf-8d73-f2624e51db7b.cyclicinvo differ diff --git a/world/playerdata/b5b4178f-ca06-3acf-8d73-f2624e51db7b.dat b/world/playerdata/b5b4178f-ca06-3acf-8d73-f2624e51db7b.dat new file mode 100644 index 0000000..d71adba Binary files /dev/null and b/world/playerdata/b5b4178f-ca06-3acf-8d73-f2624e51db7b.dat differ diff --git a/world/playerdata/b72d807c-2845-4cc5-b792-2972f6483cfa.astral b/world/playerdata/b72d807c-2845-4cc5-b792-2972f6483cfa.astral new file mode 100644 index 0000000..02895db Binary files /dev/null and b/world/playerdata/b72d807c-2845-4cc5-b792-2972f6483cfa.astral differ diff --git a/world/playerdata/b72d807c-2845-4cc5-b792-2972f6483cfa.astralback b/world/playerdata/b72d807c-2845-4cc5-b792-2972f6483cfa.astralback new file mode 100644 index 0000000..02895db Binary files /dev/null and b/world/playerdata/b72d807c-2845-4cc5-b792-2972f6483cfa.astralback differ diff --git a/world/playerdata/b72d807c-2845-4cc5-b792-2972f6483cfa.cyclicinvo b/world/playerdata/b72d807c-2845-4cc5-b792-2972f6483cfa.cyclicinvo new file mode 100644 index 0000000..f14f333 Binary files /dev/null and b/world/playerdata/b72d807c-2845-4cc5-b792-2972f6483cfa.cyclicinvo differ diff --git a/world/playerdata/b72d807c-2845-4cc5-b792-2972f6483cfa.dat b/world/playerdata/b72d807c-2845-4cc5-b792-2972f6483cfa.dat new file mode 100644 index 0000000..8f3048c Binary files /dev/null and b/world/playerdata/b72d807c-2845-4cc5-b792-2972f6483cfa.dat differ diff --git a/world/playerdata/gamestages/0106003f-e634-313f-b918-8a31e23dabb6.dat b/world/playerdata/gamestages/0106003f-e634-313f-b918-8a31e23dabb6.dat new file mode 100644 index 0000000..5584bea Binary files /dev/null and b/world/playerdata/gamestages/0106003f-e634-313f-b918-8a31e23dabb6.dat differ diff --git a/world/playerdata/gamestages/187f2409-0506-4922-bb24-996ed526b0b2.dat b/world/playerdata/gamestages/187f2409-0506-4922-bb24-996ed526b0b2.dat new file mode 100644 index 0000000..9d07f52 Binary files /dev/null and b/world/playerdata/gamestages/187f2409-0506-4922-bb24-996ed526b0b2.dat differ diff --git a/world/playerdata/gamestages/1d55ced0-f360-45b1-9d62-11846a7fa39d.dat b/world/playerdata/gamestages/1d55ced0-f360-45b1-9d62-11846a7fa39d.dat new file mode 100644 index 0000000..174e0cd Binary files /dev/null and b/world/playerdata/gamestages/1d55ced0-f360-45b1-9d62-11846a7fa39d.dat differ diff --git a/world/playerdata/gamestages/5d8fa0ff-f225-316b-b91d-7f85ea92a2e8.dat b/world/playerdata/gamestages/5d8fa0ff-f225-316b-b91d-7f85ea92a2e8.dat new file mode 100644 index 0000000..5584bea Binary files /dev/null and b/world/playerdata/gamestages/5d8fa0ff-f225-316b-b91d-7f85ea92a2e8.dat differ diff --git a/world/playerdata/gamestages/622daa46-3d92-4bcd-888e-9633a86b0541.dat b/world/playerdata/gamestages/622daa46-3d92-4bcd-888e-9633a86b0541.dat new file mode 100644 index 0000000..174e0cd Binary files /dev/null and b/world/playerdata/gamestages/622daa46-3d92-4bcd-888e-9633a86b0541.dat differ diff --git a/world/playerdata/gamestages/92282bab-8c19-48d1-a86c-8454470c3915.dat b/world/playerdata/gamestages/92282bab-8c19-48d1-a86c-8454470c3915.dat new file mode 100644 index 0000000..174e0cd Binary files /dev/null and b/world/playerdata/gamestages/92282bab-8c19-48d1-a86c-8454470c3915.dat differ diff --git a/world/playerdata/gamestages/b5b4178f-ca06-3acf-8d73-f2624e51db7b.dat b/world/playerdata/gamestages/b5b4178f-ca06-3acf-8d73-f2624e51db7b.dat new file mode 100644 index 0000000..5584bea Binary files /dev/null and b/world/playerdata/gamestages/b5b4178f-ca06-3acf-8d73-f2624e51db7b.dat differ diff --git a/world/playerdata/gamestages/b72d807c-2845-4cc5-b792-2972f6483cfa.dat b/world/playerdata/gamestages/b72d807c-2845-4cc5-b792-2972f6483cfa.dat new file mode 100644 index 0000000..174e0cd Binary files /dev/null and b/world/playerdata/gamestages/b72d807c-2845-4cc5-b792-2972f6483cfa.dat differ diff --git a/world/region/r.-1.-1.mca b/world/region/r.-1.-1.mca new file mode 100644 index 0000000..ab42b67 Binary files /dev/null and b/world/region/r.-1.-1.mca differ diff --git a/world/region/r.-1.-2.mca b/world/region/r.-1.-2.mca new file mode 100644 index 0000000..cdef9dc Binary files /dev/null and b/world/region/r.-1.-2.mca differ diff --git a/world/region/r.-1.-3.mca b/world/region/r.-1.-3.mca new file mode 100644 index 0000000..753fc57 Binary files /dev/null and b/world/region/r.-1.-3.mca differ diff --git a/world/region/r.-1.-4.mca b/world/region/r.-1.-4.mca new file mode 100644 index 0000000..53d9d02 Binary files /dev/null and b/world/region/r.-1.-4.mca differ diff --git a/world/region/r.-1.-5.mca b/world/region/r.-1.-5.mca new file mode 100644 index 0000000..1829fe8 Binary files /dev/null and b/world/region/r.-1.-5.mca differ diff --git a/world/region/r.-1.0.mca b/world/region/r.-1.0.mca new file mode 100644 index 0000000..07dbd37 Binary files /dev/null and b/world/region/r.-1.0.mca differ diff --git a/world/region/r.-1.1.mca b/world/region/r.-1.1.mca new file mode 100644 index 0000000..3344b2d Binary files /dev/null and b/world/region/r.-1.1.mca differ diff --git a/world/region/r.-1.2.mca b/world/region/r.-1.2.mca new file mode 100644 index 0000000..61279dc Binary files /dev/null and b/world/region/r.-1.2.mca differ diff --git a/world/region/r.-1.3.mca b/world/region/r.-1.3.mca new file mode 100644 index 0000000..9ae52c4 Binary files /dev/null and b/world/region/r.-1.3.mca differ diff --git a/world/region/r.-1.4.mca b/world/region/r.-1.4.mca new file mode 100644 index 0000000..e9534c7 Binary files /dev/null and b/world/region/r.-1.4.mca differ diff --git a/world/region/r.-10.-1.mca b/world/region/r.-10.-1.mca new file mode 100644 index 0000000..127e071 Binary files /dev/null and b/world/region/r.-10.-1.mca differ diff --git a/world/region/r.-10.-2.mca b/world/region/r.-10.-2.mca new file mode 100644 index 0000000..6ee9d43 Binary files /dev/null and b/world/region/r.-10.-2.mca differ diff --git a/world/region/r.-10.-3.mca b/world/region/r.-10.-3.mca new file mode 100644 index 0000000..10e57f8 Binary files /dev/null and b/world/region/r.-10.-3.mca differ diff --git a/world/region/r.-12.-3.mca b/world/region/r.-12.-3.mca new file mode 100644 index 0000000..81f5dbd Binary files /dev/null and b/world/region/r.-12.-3.mca differ diff --git a/world/region/r.-12.-4.mca b/world/region/r.-12.-4.mca new file mode 100644 index 0000000..2916209 Binary files /dev/null and b/world/region/r.-12.-4.mca differ diff --git a/world/region/r.-12.-7.mca b/world/region/r.-12.-7.mca new file mode 100644 index 0000000..9f02ce6 Binary files /dev/null and b/world/region/r.-12.-7.mca differ diff --git a/world/region/r.-13.-1.mca b/world/region/r.-13.-1.mca new file mode 100644 index 0000000..12952d9 Binary files /dev/null and b/world/region/r.-13.-1.mca differ diff --git a/world/region/r.-13.-6.mca b/world/region/r.-13.-6.mca new file mode 100644 index 0000000..a9ebd7c Binary files /dev/null and b/world/region/r.-13.-6.mca differ diff --git a/world/region/r.-13.-7.mca b/world/region/r.-13.-7.mca new file mode 100644 index 0000000..7f836fa Binary files /dev/null and b/world/region/r.-13.-7.mca differ diff --git a/world/region/r.-14.-3.mca b/world/region/r.-14.-3.mca new file mode 100644 index 0000000..64f95c5 Binary files /dev/null and b/world/region/r.-14.-3.mca differ diff --git a/world/region/r.-15.-3.mca b/world/region/r.-15.-3.mca new file mode 100644 index 0000000..bc92146 Binary files /dev/null and b/world/region/r.-15.-3.mca differ diff --git a/world/region/r.-17.-2.mca b/world/region/r.-17.-2.mca new file mode 100644 index 0000000..f8b7fc7 Binary files /dev/null and b/world/region/r.-17.-2.mca differ diff --git a/world/region/r.-17.-4.mca b/world/region/r.-17.-4.mca new file mode 100644 index 0000000..e85878b Binary files /dev/null and b/world/region/r.-17.-4.mca differ diff --git a/world/region/r.-18.-2.mca b/world/region/r.-18.-2.mca new file mode 100644 index 0000000..1198d80 Binary files /dev/null and b/world/region/r.-18.-2.mca differ diff --git a/world/region/r.-2.-1.mca b/world/region/r.-2.-1.mca new file mode 100644 index 0000000..ab085c7 Binary files /dev/null and b/world/region/r.-2.-1.mca differ diff --git a/world/region/r.-2.-2.mca b/world/region/r.-2.-2.mca new file mode 100644 index 0000000..ff15625 Binary files /dev/null and b/world/region/r.-2.-2.mca differ diff --git a/world/region/r.-2.-3.mca b/world/region/r.-2.-3.mca new file mode 100644 index 0000000..e43e7ae Binary files /dev/null and b/world/region/r.-2.-3.mca differ diff --git a/world/region/r.-2.-4.mca b/world/region/r.-2.-4.mca new file mode 100644 index 0000000..4c0b3ff Binary files /dev/null and b/world/region/r.-2.-4.mca differ diff --git a/world/region/r.-2.-5.mca b/world/region/r.-2.-5.mca new file mode 100644 index 0000000..fda1bb2 Binary files /dev/null and b/world/region/r.-2.-5.mca differ diff --git a/world/region/r.-2.0.mca b/world/region/r.-2.0.mca new file mode 100644 index 0000000..8190ce1 Binary files /dev/null and b/world/region/r.-2.0.mca differ diff --git a/world/region/r.-2.1.mca b/world/region/r.-2.1.mca new file mode 100644 index 0000000..05d21b8 Binary files /dev/null and b/world/region/r.-2.1.mca differ diff --git a/world/region/r.-2.2.mca b/world/region/r.-2.2.mca new file mode 100644 index 0000000..1fc7a15 Binary files /dev/null and b/world/region/r.-2.2.mca differ diff --git a/world/region/r.-3.-1.mca b/world/region/r.-3.-1.mca new file mode 100644 index 0000000..0f6e431 Binary files /dev/null and b/world/region/r.-3.-1.mca differ diff --git a/world/region/r.-3.-2.mca b/world/region/r.-3.-2.mca new file mode 100644 index 0000000..e75f830 Binary files /dev/null and b/world/region/r.-3.-2.mca differ diff --git a/world/region/r.-3.-3.mca b/world/region/r.-3.-3.mca new file mode 100644 index 0000000..796d679 Binary files /dev/null and b/world/region/r.-3.-3.mca differ diff --git a/world/region/r.-3.-4.mca b/world/region/r.-3.-4.mca new file mode 100644 index 0000000..125e613 Binary files /dev/null and b/world/region/r.-3.-4.mca differ diff --git a/world/region/r.-3.-5.mca b/world/region/r.-3.-5.mca new file mode 100644 index 0000000..86a5746 Binary files /dev/null and b/world/region/r.-3.-5.mca differ diff --git a/world/region/r.-3.0.mca b/world/region/r.-3.0.mca new file mode 100644 index 0000000..4fa9450 Binary files /dev/null and b/world/region/r.-3.0.mca differ diff --git a/world/region/r.-3.1.mca b/world/region/r.-3.1.mca new file mode 100644 index 0000000..d4307b9 Binary files /dev/null and b/world/region/r.-3.1.mca differ diff --git a/world/region/r.-3.2.mca b/world/region/r.-3.2.mca new file mode 100644 index 0000000..1389ab1 Binary files /dev/null and b/world/region/r.-3.2.mca differ diff --git a/world/region/r.-4.-1.mca b/world/region/r.-4.-1.mca new file mode 100644 index 0000000..d1ccacc Binary files /dev/null and b/world/region/r.-4.-1.mca differ diff --git a/world/region/r.-4.-2.mca b/world/region/r.-4.-2.mca new file mode 100644 index 0000000..90e4f69 Binary files /dev/null and b/world/region/r.-4.-2.mca differ diff --git a/world/region/r.-4.-3.mca b/world/region/r.-4.-3.mca new file mode 100644 index 0000000..540e3c1 Binary files /dev/null and b/world/region/r.-4.-3.mca differ diff --git a/world/region/r.-4.-4.mca b/world/region/r.-4.-4.mca new file mode 100644 index 0000000..5c29095 Binary files /dev/null and b/world/region/r.-4.-4.mca differ diff --git a/world/region/r.-4.-5.mca b/world/region/r.-4.-5.mca new file mode 100644 index 0000000..fb89f60 Binary files /dev/null and b/world/region/r.-4.-5.mca differ diff --git a/world/region/r.-4.0.mca b/world/region/r.-4.0.mca new file mode 100644 index 0000000..2632b1e Binary files /dev/null and b/world/region/r.-4.0.mca differ diff --git a/world/region/r.-4.1.mca b/world/region/r.-4.1.mca new file mode 100644 index 0000000..2ce4d22 Binary files /dev/null and b/world/region/r.-4.1.mca differ diff --git a/world/region/r.-4.2.mca b/world/region/r.-4.2.mca new file mode 100644 index 0000000..76838b9 Binary files /dev/null and b/world/region/r.-4.2.mca differ diff --git a/world/region/r.-5.-1.mca b/world/region/r.-5.-1.mca new file mode 100644 index 0000000..f765a81 Binary files /dev/null and b/world/region/r.-5.-1.mca differ diff --git a/world/region/r.-5.-2.mca b/world/region/r.-5.-2.mca new file mode 100644 index 0000000..81c3667 Binary files /dev/null and b/world/region/r.-5.-2.mca differ diff --git a/world/region/r.-5.-3.mca b/world/region/r.-5.-3.mca new file mode 100644 index 0000000..deb3d96 Binary files /dev/null and b/world/region/r.-5.-3.mca differ diff --git a/world/region/r.-5.-4.mca b/world/region/r.-5.-4.mca new file mode 100644 index 0000000..93d0518 Binary files /dev/null and b/world/region/r.-5.-4.mca differ diff --git a/world/region/r.-5.-8.mca b/world/region/r.-5.-8.mca new file mode 100644 index 0000000..31f6f5d Binary files /dev/null and b/world/region/r.-5.-8.mca differ diff --git a/world/region/r.-5.0.mca b/world/region/r.-5.0.mca new file mode 100644 index 0000000..a8b311b Binary files /dev/null and b/world/region/r.-5.0.mca differ diff --git a/world/region/r.-6.-1.mca b/world/region/r.-6.-1.mca new file mode 100644 index 0000000..4252668 Binary files /dev/null and b/world/region/r.-6.-1.mca differ diff --git a/world/region/r.-6.-2.mca b/world/region/r.-6.-2.mca new file mode 100644 index 0000000..8308fde Binary files /dev/null and b/world/region/r.-6.-2.mca differ diff --git a/world/region/r.-6.-3.mca b/world/region/r.-6.-3.mca new file mode 100644 index 0000000..bf6b15d Binary files /dev/null and b/world/region/r.-6.-3.mca differ diff --git a/world/region/r.-6.-4.mca b/world/region/r.-6.-4.mca new file mode 100644 index 0000000..7f6e29e Binary files /dev/null and b/world/region/r.-6.-4.mca differ diff --git a/world/region/r.-6.-5.mca b/world/region/r.-6.-5.mca new file mode 100644 index 0000000..ab6d7fb Binary files /dev/null and b/world/region/r.-6.-5.mca differ diff --git a/world/region/r.-6.0.mca b/world/region/r.-6.0.mca new file mode 100644 index 0000000..ae64e05 Binary files /dev/null and b/world/region/r.-6.0.mca differ diff --git a/world/region/r.-7.-1.mca b/world/region/r.-7.-1.mca new file mode 100644 index 0000000..c78a66a Binary files /dev/null and b/world/region/r.-7.-1.mca differ diff --git a/world/region/r.-7.-2.mca b/world/region/r.-7.-2.mca new file mode 100644 index 0000000..39afd56 Binary files /dev/null and b/world/region/r.-7.-2.mca differ diff --git a/world/region/r.-7.-3.mca b/world/region/r.-7.-3.mca new file mode 100644 index 0000000..687e23e Binary files /dev/null and b/world/region/r.-7.-3.mca differ diff --git a/world/region/r.-7.-4.mca b/world/region/r.-7.-4.mca new file mode 100644 index 0000000..3f60e32 Binary files /dev/null and b/world/region/r.-7.-4.mca differ diff --git a/world/region/r.-7.-5.mca b/world/region/r.-7.-5.mca new file mode 100644 index 0000000..d5f894e Binary files /dev/null and b/world/region/r.-7.-5.mca differ diff --git a/world/region/r.-7.0.mca b/world/region/r.-7.0.mca new file mode 100644 index 0000000..92d9937 Binary files /dev/null and b/world/region/r.-7.0.mca differ diff --git a/world/region/r.-8.-1.mca b/world/region/r.-8.-1.mca new file mode 100644 index 0000000..0887837 Binary files /dev/null and b/world/region/r.-8.-1.mca differ diff --git a/world/region/r.-8.-2.mca b/world/region/r.-8.-2.mca new file mode 100644 index 0000000..da5a1ba Binary files /dev/null and b/world/region/r.-8.-2.mca differ diff --git a/world/region/r.-8.-3.mca b/world/region/r.-8.-3.mca new file mode 100644 index 0000000..e2ef81e Binary files /dev/null and b/world/region/r.-8.-3.mca differ diff --git a/world/region/r.-8.0.mca b/world/region/r.-8.0.mca new file mode 100644 index 0000000..04f733a Binary files /dev/null and b/world/region/r.-8.0.mca differ diff --git a/world/region/r.-9.-1.mca b/world/region/r.-9.-1.mca new file mode 100644 index 0000000..90f82c8 Binary files /dev/null and b/world/region/r.-9.-1.mca differ diff --git a/world/region/r.-9.-2.mca b/world/region/r.-9.-2.mca new file mode 100644 index 0000000..d4c1cf9 Binary files /dev/null and b/world/region/r.-9.-2.mca differ diff --git a/world/region/r.-9.-3.mca b/world/region/r.-9.-3.mca new file mode 100644 index 0000000..84a71c2 Binary files /dev/null and b/world/region/r.-9.-3.mca differ diff --git a/world/region/r.-9.-4.mca b/world/region/r.-9.-4.mca new file mode 100644 index 0000000..32d3081 Binary files /dev/null and b/world/region/r.-9.-4.mca differ diff --git a/world/region/r.0.-1.mca b/world/region/r.0.-1.mca new file mode 100644 index 0000000..cf13666 Binary files /dev/null and b/world/region/r.0.-1.mca differ diff --git a/world/region/r.0.-2.mca b/world/region/r.0.-2.mca new file mode 100644 index 0000000..81e743a Binary files /dev/null and b/world/region/r.0.-2.mca differ diff --git a/world/region/r.0.-3.mca b/world/region/r.0.-3.mca new file mode 100644 index 0000000..ad313a3 Binary files /dev/null and b/world/region/r.0.-3.mca differ diff --git a/world/region/r.0.-4.mca b/world/region/r.0.-4.mca new file mode 100644 index 0000000..65d477b Binary files /dev/null and b/world/region/r.0.-4.mca differ diff --git a/world/region/r.0.-5.mca b/world/region/r.0.-5.mca new file mode 100644 index 0000000..b5c16a4 Binary files /dev/null and b/world/region/r.0.-5.mca differ diff --git a/world/region/r.0.0.mca b/world/region/r.0.0.mca new file mode 100644 index 0000000..983198c Binary files /dev/null and b/world/region/r.0.0.mca differ diff --git a/world/region/r.0.1.mca b/world/region/r.0.1.mca new file mode 100644 index 0000000..73c8487 Binary files /dev/null and b/world/region/r.0.1.mca differ diff --git a/world/region/r.0.2.mca b/world/region/r.0.2.mca new file mode 100644 index 0000000..e6358bd Binary files /dev/null and b/world/region/r.0.2.mca differ diff --git a/world/region/r.0.3.mca b/world/region/r.0.3.mca new file mode 100644 index 0000000..d088643 Binary files /dev/null and b/world/region/r.0.3.mca differ diff --git a/world/region/r.0.4.mca b/world/region/r.0.4.mca new file mode 100644 index 0000000..be9fcc9 Binary files /dev/null and b/world/region/r.0.4.mca differ diff --git a/world/region/r.0.5.mca b/world/region/r.0.5.mca new file mode 100644 index 0000000..9c78ee2 Binary files /dev/null and b/world/region/r.0.5.mca differ diff --git a/world/region/r.0.6.mca b/world/region/r.0.6.mca new file mode 100644 index 0000000..5afbdb1 Binary files /dev/null and b/world/region/r.0.6.mca differ diff --git a/world/region/r.0.7.mca b/world/region/r.0.7.mca new file mode 100644 index 0000000..3183b3a Binary files /dev/null and b/world/region/r.0.7.mca differ diff --git a/world/region/r.0.8.mca b/world/region/r.0.8.mca new file mode 100644 index 0000000..be27d15 Binary files /dev/null and b/world/region/r.0.8.mca differ diff --git a/world/region/r.1.-1.mca b/world/region/r.1.-1.mca new file mode 100644 index 0000000..ee1efe7 Binary files /dev/null and b/world/region/r.1.-1.mca differ diff --git a/world/region/r.1.-2.mca b/world/region/r.1.-2.mca new file mode 100644 index 0000000..9603e04 Binary files /dev/null and b/world/region/r.1.-2.mca differ diff --git a/world/region/r.1.-3.mca b/world/region/r.1.-3.mca new file mode 100644 index 0000000..8845096 Binary files /dev/null and b/world/region/r.1.-3.mca differ diff --git a/world/region/r.1.-4.mca b/world/region/r.1.-4.mca new file mode 100644 index 0000000..8165018 Binary files /dev/null and b/world/region/r.1.-4.mca differ diff --git a/world/region/r.1.-5.mca b/world/region/r.1.-5.mca new file mode 100644 index 0000000..82bad20 Binary files /dev/null and b/world/region/r.1.-5.mca differ diff --git a/world/region/r.1.0.mca b/world/region/r.1.0.mca new file mode 100644 index 0000000..232129d Binary files /dev/null and b/world/region/r.1.0.mca differ diff --git a/world/region/r.1.1.mca b/world/region/r.1.1.mca new file mode 100644 index 0000000..4b7ac6a Binary files /dev/null and b/world/region/r.1.1.mca differ diff --git a/world/region/r.1.10.mca b/world/region/r.1.10.mca new file mode 100644 index 0000000..80c5a95 Binary files /dev/null and b/world/region/r.1.10.mca differ diff --git a/world/region/r.1.11.mca b/world/region/r.1.11.mca new file mode 100644 index 0000000..1211f59 Binary files /dev/null and b/world/region/r.1.11.mca differ diff --git a/world/region/r.1.2.mca b/world/region/r.1.2.mca new file mode 100644 index 0000000..7d28f2b Binary files /dev/null and b/world/region/r.1.2.mca differ diff --git a/world/region/r.1.21.mca b/world/region/r.1.21.mca new file mode 100644 index 0000000..57e9c0d Binary files /dev/null and b/world/region/r.1.21.mca differ diff --git a/world/region/r.1.22.mca b/world/region/r.1.22.mca new file mode 100644 index 0000000..dce19e2 Binary files /dev/null and b/world/region/r.1.22.mca differ diff --git a/world/region/r.1.23.mca b/world/region/r.1.23.mca new file mode 100644 index 0000000..588ba83 Binary files /dev/null and b/world/region/r.1.23.mca differ diff --git a/world/region/r.1.24.mca b/world/region/r.1.24.mca new file mode 100644 index 0000000..186b5ba Binary files /dev/null and b/world/region/r.1.24.mca differ diff --git a/world/region/r.1.25.mca b/world/region/r.1.25.mca new file mode 100644 index 0000000..06f705d Binary files /dev/null and b/world/region/r.1.25.mca differ diff --git a/world/region/r.1.3.mca b/world/region/r.1.3.mca new file mode 100644 index 0000000..db9580b Binary files /dev/null and b/world/region/r.1.3.mca differ diff --git a/world/region/r.1.4.mca b/world/region/r.1.4.mca new file mode 100644 index 0000000..2ca4e21 Binary files /dev/null and b/world/region/r.1.4.mca differ diff --git a/world/region/r.1.5.mca b/world/region/r.1.5.mca new file mode 100644 index 0000000..e6a6ea5 Binary files /dev/null and b/world/region/r.1.5.mca differ diff --git a/world/region/r.1.6.mca b/world/region/r.1.6.mca new file mode 100644 index 0000000..e358e96 Binary files /dev/null and b/world/region/r.1.6.mca differ diff --git a/world/region/r.1.7.mca b/world/region/r.1.7.mca new file mode 100644 index 0000000..f199ef0 Binary files /dev/null and b/world/region/r.1.7.mca differ diff --git a/world/region/r.1.8.mca b/world/region/r.1.8.mca new file mode 100644 index 0000000..4b7d910 Binary files /dev/null and b/world/region/r.1.8.mca differ diff --git a/world/region/r.1.9.mca b/world/region/r.1.9.mca new file mode 100644 index 0000000..3625bc8 Binary files /dev/null and b/world/region/r.1.9.mca differ diff --git a/world/region/r.12.25.mca b/world/region/r.12.25.mca new file mode 100644 index 0000000..7a6b157 Binary files /dev/null and b/world/region/r.12.25.mca differ diff --git a/world/region/r.12.27.mca b/world/region/r.12.27.mca new file mode 100644 index 0000000..f7b8660 Binary files /dev/null and b/world/region/r.12.27.mca differ diff --git a/world/region/r.12.29.mca b/world/region/r.12.29.mca new file mode 100644 index 0000000..f149aec Binary files /dev/null and b/world/region/r.12.29.mca differ diff --git a/world/region/r.12.30.mca b/world/region/r.12.30.mca new file mode 100644 index 0000000..64efbb3 Binary files /dev/null and b/world/region/r.12.30.mca differ diff --git a/world/region/r.2.-1.mca b/world/region/r.2.-1.mca new file mode 100644 index 0000000..d2b07ee Binary files /dev/null and b/world/region/r.2.-1.mca differ diff --git a/world/region/r.2.-2.mca b/world/region/r.2.-2.mca new file mode 100644 index 0000000..913c794 Binary files /dev/null and b/world/region/r.2.-2.mca differ diff --git a/world/region/r.2.-3.mca b/world/region/r.2.-3.mca new file mode 100644 index 0000000..0c37b6f Binary files /dev/null and b/world/region/r.2.-3.mca differ diff --git a/world/region/r.2.-4.mca b/world/region/r.2.-4.mca new file mode 100644 index 0000000..2c0abe8 Binary files /dev/null and b/world/region/r.2.-4.mca differ diff --git a/world/region/r.2.-5.mca b/world/region/r.2.-5.mca new file mode 100644 index 0000000..d8d8775 Binary files /dev/null and b/world/region/r.2.-5.mca differ diff --git a/world/region/r.2.0.mca b/world/region/r.2.0.mca new file mode 100644 index 0000000..67ac73a Binary files /dev/null and b/world/region/r.2.0.mca differ diff --git a/world/region/r.2.1.mca b/world/region/r.2.1.mca new file mode 100644 index 0000000..4e4cc67 Binary files /dev/null and b/world/region/r.2.1.mca differ diff --git a/world/region/r.2.10.mca b/world/region/r.2.10.mca new file mode 100644 index 0000000..e0b8163 Binary files /dev/null and b/world/region/r.2.10.mca differ diff --git a/world/region/r.2.11.mca b/world/region/r.2.11.mca new file mode 100644 index 0000000..feef848 Binary files /dev/null and b/world/region/r.2.11.mca differ diff --git a/world/region/r.2.12.mca b/world/region/r.2.12.mca new file mode 100644 index 0000000..1404465 Binary files /dev/null and b/world/region/r.2.12.mca differ diff --git a/world/region/r.2.13.mca b/world/region/r.2.13.mca new file mode 100644 index 0000000..a2315c2 Binary files /dev/null and b/world/region/r.2.13.mca differ diff --git a/world/region/r.2.14.mca b/world/region/r.2.14.mca new file mode 100644 index 0000000..fb5763b Binary files /dev/null and b/world/region/r.2.14.mca differ diff --git a/world/region/r.2.15.mca b/world/region/r.2.15.mca new file mode 100644 index 0000000..6f74e66 Binary files /dev/null and b/world/region/r.2.15.mca differ diff --git a/world/region/r.2.16.mca b/world/region/r.2.16.mca new file mode 100644 index 0000000..9ba1744 Binary files /dev/null and b/world/region/r.2.16.mca differ diff --git a/world/region/r.2.17.mca b/world/region/r.2.17.mca new file mode 100644 index 0000000..85d179a Binary files /dev/null and b/world/region/r.2.17.mca differ diff --git a/world/region/r.2.18.mca b/world/region/r.2.18.mca new file mode 100644 index 0000000..8e08391 Binary files /dev/null and b/world/region/r.2.18.mca differ diff --git a/world/region/r.2.19.mca b/world/region/r.2.19.mca new file mode 100644 index 0000000..e634c86 Binary files /dev/null and b/world/region/r.2.19.mca differ diff --git a/world/region/r.2.2.mca b/world/region/r.2.2.mca new file mode 100644 index 0000000..088fb30 Binary files /dev/null and b/world/region/r.2.2.mca differ diff --git a/world/region/r.2.20.mca b/world/region/r.2.20.mca new file mode 100644 index 0000000..beed2c9 Binary files /dev/null and b/world/region/r.2.20.mca differ diff --git a/world/region/r.2.21.mca b/world/region/r.2.21.mca new file mode 100644 index 0000000..746ee68 Binary files /dev/null and b/world/region/r.2.21.mca differ diff --git a/world/region/r.2.22.mca b/world/region/r.2.22.mca new file mode 100644 index 0000000..96da9c7 Binary files /dev/null and b/world/region/r.2.22.mca differ diff --git a/world/region/r.2.23.mca b/world/region/r.2.23.mca new file mode 100644 index 0000000..abc19ad Binary files /dev/null and b/world/region/r.2.23.mca differ diff --git a/world/region/r.2.24.mca b/world/region/r.2.24.mca new file mode 100644 index 0000000..62c24f5 Binary files /dev/null and b/world/region/r.2.24.mca differ diff --git a/world/region/r.2.25.mca b/world/region/r.2.25.mca new file mode 100644 index 0000000..f9a0df2 Binary files /dev/null and b/world/region/r.2.25.mca differ diff --git a/world/region/r.2.26.mca b/world/region/r.2.26.mca new file mode 100644 index 0000000..916dde7 Binary files /dev/null and b/world/region/r.2.26.mca differ diff --git a/world/region/r.2.3.mca b/world/region/r.2.3.mca new file mode 100644 index 0000000..bfe72b7 Binary files /dev/null and b/world/region/r.2.3.mca differ diff --git a/world/region/r.2.6.mca b/world/region/r.2.6.mca new file mode 100644 index 0000000..aae4161 Binary files /dev/null and b/world/region/r.2.6.mca differ diff --git a/world/region/r.2.7.mca b/world/region/r.2.7.mca new file mode 100644 index 0000000..42f4c9b Binary files /dev/null and b/world/region/r.2.7.mca differ diff --git a/world/region/r.2.8.mca b/world/region/r.2.8.mca new file mode 100644 index 0000000..08e0915 Binary files /dev/null and b/world/region/r.2.8.mca differ diff --git a/world/region/r.2.9.mca b/world/region/r.2.9.mca new file mode 100644 index 0000000..a284af3 Binary files /dev/null and b/world/region/r.2.9.mca differ diff --git a/world/region/r.3.-1.mca b/world/region/r.3.-1.mca new file mode 100644 index 0000000..2299d63 Binary files /dev/null and b/world/region/r.3.-1.mca differ diff --git a/world/region/r.3.-2.mca b/world/region/r.3.-2.mca new file mode 100644 index 0000000..fc4c3a7 Binary files /dev/null and b/world/region/r.3.-2.mca differ diff --git a/world/region/r.3.-3.mca b/world/region/r.3.-3.mca new file mode 100644 index 0000000..7fb2188 Binary files /dev/null and b/world/region/r.3.-3.mca differ diff --git a/world/region/r.3.-4.mca b/world/region/r.3.-4.mca new file mode 100644 index 0000000..20ee922 Binary files /dev/null and b/world/region/r.3.-4.mca differ diff --git a/world/region/r.3.0.mca b/world/region/r.3.0.mca new file mode 100644 index 0000000..fb621bf Binary files /dev/null and b/world/region/r.3.0.mca differ diff --git a/world/region/r.3.1.mca b/world/region/r.3.1.mca new file mode 100644 index 0000000..c2199cb Binary files /dev/null and b/world/region/r.3.1.mca differ diff --git a/world/region/r.3.12.mca b/world/region/r.3.12.mca new file mode 100644 index 0000000..b3c6a2e Binary files /dev/null and b/world/region/r.3.12.mca differ diff --git a/world/region/r.3.13.mca b/world/region/r.3.13.mca new file mode 100644 index 0000000..f87fe20 Binary files /dev/null and b/world/region/r.3.13.mca differ diff --git a/world/region/r.3.14.mca b/world/region/r.3.14.mca new file mode 100644 index 0000000..8e5d575 Binary files /dev/null and b/world/region/r.3.14.mca differ diff --git a/world/region/r.3.15.mca b/world/region/r.3.15.mca new file mode 100644 index 0000000..aaa78b1 Binary files /dev/null and b/world/region/r.3.15.mca differ diff --git a/world/region/r.3.16.mca b/world/region/r.3.16.mca new file mode 100644 index 0000000..8c80560 Binary files /dev/null and b/world/region/r.3.16.mca differ diff --git a/world/region/r.3.17.mca b/world/region/r.3.17.mca new file mode 100644 index 0000000..b97d4b4 Binary files /dev/null and b/world/region/r.3.17.mca differ diff --git a/world/region/r.3.18.mca b/world/region/r.3.18.mca new file mode 100644 index 0000000..03b2cec Binary files /dev/null and b/world/region/r.3.18.mca differ diff --git a/world/region/r.3.19.mca b/world/region/r.3.19.mca new file mode 100644 index 0000000..d01daca Binary files /dev/null and b/world/region/r.3.19.mca differ diff --git a/world/region/r.3.2.mca b/world/region/r.3.2.mca new file mode 100644 index 0000000..3e2b4e4 Binary files /dev/null and b/world/region/r.3.2.mca differ diff --git a/world/region/r.3.21.mca b/world/region/r.3.21.mca new file mode 100644 index 0000000..999d37a Binary files /dev/null and b/world/region/r.3.21.mca differ diff --git a/world/region/r.3.22.mca b/world/region/r.3.22.mca new file mode 100644 index 0000000..fd5a71d Binary files /dev/null and b/world/region/r.3.22.mca differ diff --git a/world/region/r.3.23.mca b/world/region/r.3.23.mca new file mode 100644 index 0000000..60a1a47 Binary files /dev/null and b/world/region/r.3.23.mca differ diff --git a/world/region/r.3.24.mca b/world/region/r.3.24.mca new file mode 100644 index 0000000..90c0943 Binary files /dev/null and b/world/region/r.3.24.mca differ diff --git a/world/region/r.3.25.mca b/world/region/r.3.25.mca new file mode 100644 index 0000000..97b40f7 Binary files /dev/null and b/world/region/r.3.25.mca differ diff --git a/world/region/r.3.26.mca b/world/region/r.3.26.mca new file mode 100644 index 0000000..083c499 Binary files /dev/null and b/world/region/r.3.26.mca differ diff --git a/world/region/r.3.27.mca b/world/region/r.3.27.mca new file mode 100644 index 0000000..9e72bd2 Binary files /dev/null and b/world/region/r.3.27.mca differ diff --git a/world/region/r.3.3.mca b/world/region/r.3.3.mca new file mode 100644 index 0000000..d84d2d1 Binary files /dev/null and b/world/region/r.3.3.mca differ diff --git a/world/region/r.3.4.mca b/world/region/r.3.4.mca new file mode 100644 index 0000000..2c4c7ec Binary files /dev/null and b/world/region/r.3.4.mca differ diff --git a/world/region/r.4.-1.mca b/world/region/r.4.-1.mca new file mode 100644 index 0000000..cb72acd Binary files /dev/null and b/world/region/r.4.-1.mca differ diff --git a/world/region/r.4.-2.mca b/world/region/r.4.-2.mca new file mode 100644 index 0000000..2339cbf Binary files /dev/null and b/world/region/r.4.-2.mca differ diff --git a/world/region/r.4.-3.mca b/world/region/r.4.-3.mca new file mode 100644 index 0000000..6b8e3c6 Binary files /dev/null and b/world/region/r.4.-3.mca differ diff --git a/world/region/r.4.-4.mca b/world/region/r.4.-4.mca new file mode 100644 index 0000000..ec1d02a Binary files /dev/null and b/world/region/r.4.-4.mca differ diff --git a/world/region/r.4.0.mca b/world/region/r.4.0.mca new file mode 100644 index 0000000..703be6b Binary files /dev/null and b/world/region/r.4.0.mca differ diff --git a/world/region/r.4.1.mca b/world/region/r.4.1.mca new file mode 100644 index 0000000..8d558d1 Binary files /dev/null and b/world/region/r.4.1.mca differ diff --git a/world/region/r.4.15.mca b/world/region/r.4.15.mca new file mode 100644 index 0000000..c0abb71 Binary files /dev/null and b/world/region/r.4.15.mca differ diff --git a/world/region/r.4.16.mca b/world/region/r.4.16.mca new file mode 100644 index 0000000..04c4788 Binary files /dev/null and b/world/region/r.4.16.mca differ diff --git a/world/region/r.4.17.mca b/world/region/r.4.17.mca new file mode 100644 index 0000000..f3cab73 Binary files /dev/null and b/world/region/r.4.17.mca differ diff --git a/world/region/r.4.18.mca b/world/region/r.4.18.mca new file mode 100644 index 0000000..f288d45 Binary files /dev/null and b/world/region/r.4.18.mca differ diff --git a/world/region/r.4.19.mca b/world/region/r.4.19.mca new file mode 100644 index 0000000..5720391 Binary files /dev/null and b/world/region/r.4.19.mca differ diff --git a/world/region/r.4.2.mca b/world/region/r.4.2.mca new file mode 100644 index 0000000..1afecff Binary files /dev/null and b/world/region/r.4.2.mca differ diff --git a/world/region/r.4.20.mca b/world/region/r.4.20.mca new file mode 100644 index 0000000..836af46 Binary files /dev/null and b/world/region/r.4.20.mca differ diff --git a/world/region/r.4.21.mca b/world/region/r.4.21.mca new file mode 100644 index 0000000..228dfba Binary files /dev/null and b/world/region/r.4.21.mca differ diff --git a/world/region/r.4.22.mca b/world/region/r.4.22.mca new file mode 100644 index 0000000..4fa364b Binary files /dev/null and b/world/region/r.4.22.mca differ diff --git a/world/region/r.4.23.mca b/world/region/r.4.23.mca new file mode 100644 index 0000000..de8d1b1 Binary files /dev/null and b/world/region/r.4.23.mca differ diff --git a/world/region/r.4.26.mca b/world/region/r.4.26.mca new file mode 100644 index 0000000..41533e1 Binary files /dev/null and b/world/region/r.4.26.mca differ diff --git a/world/region/r.4.27.mca b/world/region/r.4.27.mca new file mode 100644 index 0000000..fea4338 Binary files /dev/null and b/world/region/r.4.27.mca differ diff --git a/world/region/r.4.3.mca b/world/region/r.4.3.mca new file mode 100644 index 0000000..7da4d6b Binary files /dev/null and b/world/region/r.4.3.mca differ diff --git a/world/region/r.4.4.mca b/world/region/r.4.4.mca new file mode 100644 index 0000000..a4203a8 Binary files /dev/null and b/world/region/r.4.4.mca differ diff --git a/world/region/r.4.44.mca b/world/region/r.4.44.mca new file mode 100644 index 0000000..2bc54cd Binary files /dev/null and b/world/region/r.4.44.mca differ diff --git a/world/region/r.4.5.mca b/world/region/r.4.5.mca new file mode 100644 index 0000000..06af944 Binary files /dev/null and b/world/region/r.4.5.mca differ diff --git a/world/region/r.4.6.mca b/world/region/r.4.6.mca new file mode 100644 index 0000000..d8de419 Binary files /dev/null and b/world/region/r.4.6.mca differ diff --git a/world/region/r.4.7.mca b/world/region/r.4.7.mca new file mode 100644 index 0000000..c5a8f60 Binary files /dev/null and b/world/region/r.4.7.mca differ diff --git a/world/region/r.4.8.mca b/world/region/r.4.8.mca new file mode 100644 index 0000000..2455c2c Binary files /dev/null and b/world/region/r.4.8.mca differ diff --git a/world/region/r.5.-1.mca b/world/region/r.5.-1.mca new file mode 100644 index 0000000..d7ccb63 Binary files /dev/null and b/world/region/r.5.-1.mca differ diff --git a/world/region/r.5.-2.mca b/world/region/r.5.-2.mca new file mode 100644 index 0000000..ff75b13 Binary files /dev/null and b/world/region/r.5.-2.mca differ diff --git a/world/region/r.5.-3.mca b/world/region/r.5.-3.mca new file mode 100644 index 0000000..6ebc2ea Binary files /dev/null and b/world/region/r.5.-3.mca differ diff --git a/world/region/r.5.-4.mca b/world/region/r.5.-4.mca new file mode 100644 index 0000000..f9d43c4 Binary files /dev/null and b/world/region/r.5.-4.mca differ diff --git a/world/region/r.5.0.mca b/world/region/r.5.0.mca new file mode 100644 index 0000000..2a2d0d0 Binary files /dev/null and b/world/region/r.5.0.mca differ diff --git a/world/region/r.5.1.mca b/world/region/r.5.1.mca new file mode 100644 index 0000000..8bc2790 Binary files /dev/null and b/world/region/r.5.1.mca differ diff --git a/world/region/r.5.10.mca b/world/region/r.5.10.mca new file mode 100644 index 0000000..e074ace Binary files /dev/null and b/world/region/r.5.10.mca differ diff --git a/world/region/r.5.11.mca b/world/region/r.5.11.mca new file mode 100644 index 0000000..6563765 Binary files /dev/null and b/world/region/r.5.11.mca differ diff --git a/world/region/r.5.12.mca b/world/region/r.5.12.mca new file mode 100644 index 0000000..b19fb62 Binary files /dev/null and b/world/region/r.5.12.mca differ diff --git a/world/region/r.5.13.mca b/world/region/r.5.13.mca new file mode 100644 index 0000000..a267cff Binary files /dev/null and b/world/region/r.5.13.mca differ diff --git a/world/region/r.5.14.mca b/world/region/r.5.14.mca new file mode 100644 index 0000000..04aa081 Binary files /dev/null and b/world/region/r.5.14.mca differ diff --git a/world/region/r.5.15.mca b/world/region/r.5.15.mca new file mode 100644 index 0000000..6ad900c Binary files /dev/null and b/world/region/r.5.15.mca differ diff --git a/world/region/r.5.16.mca b/world/region/r.5.16.mca new file mode 100644 index 0000000..801d142 Binary files /dev/null and b/world/region/r.5.16.mca differ diff --git a/world/region/r.5.17.mca b/world/region/r.5.17.mca new file mode 100644 index 0000000..fedce11 Binary files /dev/null and b/world/region/r.5.17.mca differ diff --git a/world/region/r.5.18.mca b/world/region/r.5.18.mca new file mode 100644 index 0000000..6c68559 Binary files /dev/null and b/world/region/r.5.18.mca differ diff --git a/world/region/r.5.19.mca b/world/region/r.5.19.mca new file mode 100644 index 0000000..58d4542 Binary files /dev/null and b/world/region/r.5.19.mca differ diff --git a/world/region/r.5.2.mca b/world/region/r.5.2.mca new file mode 100644 index 0000000..345e50e Binary files /dev/null and b/world/region/r.5.2.mca differ diff --git a/world/region/r.5.20.mca b/world/region/r.5.20.mca new file mode 100644 index 0000000..1bb9cce Binary files /dev/null and b/world/region/r.5.20.mca differ diff --git a/world/region/r.5.21.mca b/world/region/r.5.21.mca new file mode 100644 index 0000000..103f618 Binary files /dev/null and b/world/region/r.5.21.mca differ diff --git a/world/region/r.5.26.mca b/world/region/r.5.26.mca new file mode 100644 index 0000000..0087dbc Binary files /dev/null and b/world/region/r.5.26.mca differ diff --git a/world/region/r.5.28.mca b/world/region/r.5.28.mca new file mode 100644 index 0000000..493d3c9 Binary files /dev/null and b/world/region/r.5.28.mca differ diff --git a/world/region/r.5.3.mca b/world/region/r.5.3.mca new file mode 100644 index 0000000..2cdaa36 Binary files /dev/null and b/world/region/r.5.3.mca differ diff --git a/world/region/r.5.4.mca b/world/region/r.5.4.mca new file mode 100644 index 0000000..db2b954 Binary files /dev/null and b/world/region/r.5.4.mca differ diff --git a/world/region/r.5.5.mca b/world/region/r.5.5.mca new file mode 100644 index 0000000..9bebffc Binary files /dev/null and b/world/region/r.5.5.mca differ diff --git a/world/region/r.5.6.mca b/world/region/r.5.6.mca new file mode 100644 index 0000000..644eb9e Binary files /dev/null and b/world/region/r.5.6.mca differ diff --git a/world/region/r.5.7.mca b/world/region/r.5.7.mca new file mode 100644 index 0000000..62d3832 Binary files /dev/null and b/world/region/r.5.7.mca differ diff --git a/world/region/r.5.8.mca b/world/region/r.5.8.mca new file mode 100644 index 0000000..192cafc Binary files /dev/null and b/world/region/r.5.8.mca differ diff --git a/world/region/r.5.9.mca b/world/region/r.5.9.mca new file mode 100644 index 0000000..d2aa9cc Binary files /dev/null and b/world/region/r.5.9.mca differ diff --git a/world/region/r.6.-2.mca b/world/region/r.6.-2.mca new file mode 100644 index 0000000..1a847c2 Binary files /dev/null and b/world/region/r.6.-2.mca differ diff --git a/world/region/r.6.-4.mca b/world/region/r.6.-4.mca new file mode 100644 index 0000000..3cb9b63 Binary files /dev/null and b/world/region/r.6.-4.mca differ diff --git a/world/region/r.6.0.mca b/world/region/r.6.0.mca new file mode 100644 index 0000000..ef06bc2 Binary files /dev/null and b/world/region/r.6.0.mca differ diff --git a/world/region/r.6.10.mca b/world/region/r.6.10.mca new file mode 100644 index 0000000..a3172a9 Binary files /dev/null and b/world/region/r.6.10.mca differ diff --git a/world/region/r.6.11.mca b/world/region/r.6.11.mca new file mode 100644 index 0000000..ae7b12a Binary files /dev/null and b/world/region/r.6.11.mca differ diff --git a/world/region/r.6.12.mca b/world/region/r.6.12.mca new file mode 100644 index 0000000..94a0975 Binary files /dev/null and b/world/region/r.6.12.mca differ diff --git a/world/region/r.6.13.mca b/world/region/r.6.13.mca new file mode 100644 index 0000000..d616af1 Binary files /dev/null and b/world/region/r.6.13.mca differ diff --git a/world/region/r.6.14.mca b/world/region/r.6.14.mca new file mode 100644 index 0000000..bbf318a Binary files /dev/null and b/world/region/r.6.14.mca differ diff --git a/world/region/r.6.15.mca b/world/region/r.6.15.mca new file mode 100644 index 0000000..9a36685 Binary files /dev/null and b/world/region/r.6.15.mca differ diff --git a/world/region/r.6.16.mca b/world/region/r.6.16.mca new file mode 100644 index 0000000..35a4519 Binary files /dev/null and b/world/region/r.6.16.mca differ diff --git a/world/region/r.6.29.mca b/world/region/r.6.29.mca new file mode 100644 index 0000000..e7ad916 Binary files /dev/null and b/world/region/r.6.29.mca differ diff --git a/world/region/r.6.46.mca b/world/region/r.6.46.mca new file mode 100644 index 0000000..7c4ad1c Binary files /dev/null and b/world/region/r.6.46.mca differ diff --git a/world/region/r.6.47.mca b/world/region/r.6.47.mca new file mode 100644 index 0000000..17152b9 Binary files /dev/null and b/world/region/r.6.47.mca differ diff --git a/world/region/r.6.50.mca b/world/region/r.6.50.mca new file mode 100644 index 0000000..8083b93 Binary files /dev/null and b/world/region/r.6.50.mca differ diff --git a/world/region/r.6.51.mca b/world/region/r.6.51.mca new file mode 100644 index 0000000..6ab124b Binary files /dev/null and b/world/region/r.6.51.mca differ diff --git a/world/region/r.6.7.mca b/world/region/r.6.7.mca new file mode 100644 index 0000000..f3bec6d Binary files /dev/null and b/world/region/r.6.7.mca differ diff --git a/world/region/r.6.8.mca b/world/region/r.6.8.mca new file mode 100644 index 0000000..2ef2081 Binary files /dev/null and b/world/region/r.6.8.mca differ diff --git a/world/region/r.6.9.mca b/world/region/r.6.9.mca new file mode 100644 index 0000000..900c4e1 Binary files /dev/null and b/world/region/r.6.9.mca differ diff --git a/world/region/r.7.-3.mca b/world/region/r.7.-3.mca new file mode 100644 index 0000000..939a1ee Binary files /dev/null and b/world/region/r.7.-3.mca differ diff --git a/world/region/r.7.0.mca b/world/region/r.7.0.mca new file mode 100644 index 0000000..42822fa Binary files /dev/null and b/world/region/r.7.0.mca differ diff --git a/world/region/r.7.1.mca b/world/region/r.7.1.mca new file mode 100644 index 0000000..c024283 Binary files /dev/null and b/world/region/r.7.1.mca differ diff --git a/world/region/r.7.11.mca b/world/region/r.7.11.mca new file mode 100644 index 0000000..5d363c9 Binary files /dev/null and b/world/region/r.7.11.mca differ diff --git a/world/region/r.7.12.mca b/world/region/r.7.12.mca new file mode 100644 index 0000000..1b59270 Binary files /dev/null and b/world/region/r.7.12.mca differ diff --git a/world/region/r.7.49.mca b/world/region/r.7.49.mca new file mode 100644 index 0000000..5b551ae Binary files /dev/null and b/world/region/r.7.49.mca differ diff --git a/world/region/r.7.7.mca b/world/region/r.7.7.mca new file mode 100644 index 0000000..fffc108 Binary files /dev/null and b/world/region/r.7.7.mca differ diff --git a/world/region/r.8.0.mca b/world/region/r.8.0.mca new file mode 100644 index 0000000..c6856d5 Binary files /dev/null and b/world/region/r.8.0.mca differ diff --git a/world/region/r.8.1.mca b/world/region/r.8.1.mca new file mode 100644 index 0000000..a2be2b6 Binary files /dev/null and b/world/region/r.8.1.mca differ diff --git a/world/region/r.8.3.mca b/world/region/r.8.3.mca new file mode 100644 index 0000000..e800d43 Binary files /dev/null and b/world/region/r.8.3.mca differ diff --git a/world/region/r.8.43.mca b/world/region/r.8.43.mca new file mode 100644 index 0000000..5c377e4 Binary files /dev/null and b/world/region/r.8.43.mca differ diff --git a/world/region/r.8.44.mca b/world/region/r.8.44.mca new file mode 100644 index 0000000..7ab5666 Binary files /dev/null and b/world/region/r.8.44.mca differ diff --git a/world/region/r.9.-3.mca b/world/region/r.9.-3.mca new file mode 100644 index 0000000..46cd2a1 Binary files /dev/null and b/world/region/r.9.-3.mca differ diff --git a/world/region/r.9.2.mca b/world/region/r.9.2.mca new file mode 100644 index 0000000..fa7ad27 Binary files /dev/null and b/world/region/r.9.2.mca differ diff --git a/world/region/r.9.37.mca b/world/region/r.9.37.mca new file mode 100644 index 0000000..91d8636 Binary files /dev/null and b/world/region/r.9.37.mca differ diff --git a/world/session.lock b/world/session.lock new file mode 100644 index 0000000..51f2a34 Binary files /dev/null and b/world/session.lock differ diff --git a/world/stats/0106003f-e634-313f-b918-8a31e23dabb6.json b/world/stats/0106003f-e634-313f-b918-8a31e23dabb6.json new file mode 100644 index 0000000..a472379 --- /dev/null +++ b/world/stats/0106003f-e634-313f-b918-8a31e23dabb6.json @@ -0,0 +1 @@ +{"stat.flyOneCm":6591,"stat.walkOneCm":47608,"stat.jump":34,"stat.playOneMinute":5999,"stat.fallOneCm":627,"stat.leaveGame":1,"stat.sneakTime":16,"stat.damageTaken":25,"stat.damageDealt":49,"stat.crouchOneCm":116,"stat.timeSinceDeath":5999,"stat.sprintOneCm":72251} \ No newline at end of file diff --git a/world/stats/187f2409-0506-4922-bb24-996ed526b0b2.json b/world/stats/187f2409-0506-4922-bb24-996ed526b0b2.json new file mode 100644 index 0000000..a9223ee --- /dev/null +++ b/world/stats/187f2409-0506-4922-bb24-996ed526b0b2.json @@ -0,0 +1 @@ +{"stat.pickup.minecraft.bone":4,"stat.pickup.primal.pelt_wolf":1,"stat.leaveGame":3,"stat.pickup.minecraft.stone_pickaxe":5,"stat.pickup.minecraft.stone_axe":1,"stat.mineBlock.ferdinandsflowers.block_cff_flowersd":1,"stat.mineBlock.traverse.yellow_autumnal_leaves":1,"stat.pickup.primal.bark_oak":5,"stat.pickup.abyssalcraft.dltsapling":3,"stat.jump":704,"stat.swimOneCm":81494,"stat.pickup.immcraft.rock":5,"stat.useItem.minecraft.planks":3,"stat.fallOneCm":25627,"stat.pickup.betterwithmods.material":160,"stat.useItem.minecraft.stone_axe":147,"stat.pickup.minecraft.gunpowder":1,"stat.crouchOneCm":2544,"stat.pickup.minecraft.dirt":57,"stat.useItem.minecraft.dirt":43,"stat.pickup.minecraft.rotten_flesh":15,"stat.pickup.waterstrainer.strainer_base":2,"stat.mineBlock.waterstrainer.strainer_base":1,"stat.useItem.abyssalcraft.daxe":17,"stat.pickup.minecraft.stone_shovel":1,"stat.pickup.abyssalcraft.daxe":1,"stat.useItem.minecraft.sapling":14,"stat.entityKilledBy.Spider":1,"stat.mineBlock.abyssalcraft.dltlog2":5,"stat.mineBlock.immcraft.rock":2,"stat.pickup.primal.plant_fiber":26,"stat.damageTaken":1460,"stat.pickup.minecraft.feather":2,"stat.mineBlock.minecraft.red_flower":1,"stat.pickup.primal.rush_stems":7,"stat.entityKilledBy.piranha":1,"stat.pickup.minecraft.planks":36,"stat.entityKilledBy.ZombieVillager":1,"stat.useItem.minecraft.stone_shovel":42,"stat.flyOneCm":73096,"stat.pickup.minecraft.wheat_seeds":2,"stat.entityKilledBy.Zombie":1,"stat.pickup.primal.logs_stripped":5,"stat.useItem.minecraft.cooked_beef":2,"stat.useItem.minecraft.stone_sword":83,"stat.useItem.betterwithmods.cooked_mystery_meat":5,"stat.damageDealt":2272,"stat.mineBlock.traverse.brown_autumnal_leaves":1,"stat.sleepInBed":7,"stat.timeSinceDeath":106778,"stat.mineBlock.minecraft.dirt":40,"stat.craftItem.horsepower.chopping_block":1,"stat.mineBlock.abyssalcraft.dltsapling":1,"stat.pickup.wopper.wopper":1,"stat.pickup.totemic.rattle":1,"stat.mineBlock.primal.rush":5,"stat.useItem.minecraft.air":14,"stat.walkOneCm":570264,"stat.mineBlock.ferdinandsflowers.block_cff_dark":1,"stat.pickup.minecraft.stick":22,"stat.useItem.minecraft.log":1,"stat.killEntity.Creeper":1,"stat.pickup.minecraft.string":10,"stat.pickup.minecraft.log":55,"stat.mineBlock.minecraft.grass":3,"stat.pickup.immcraft.chest":2,"stat.pickup.primal.rush_seeds":2,"stat.pickup.minecraft.web":1,"stat.mineBlock.abyssalcraft.dltlog":52,"stat.pickup.ferdinandsflowers.block_cff_dark":1,"stat.pickup.totemic.drum":1,"stat.pickup.minecraft.sapling":28,"stat.sprintOneCm":479511,"stat.useItem.primal.flint_workblade":1,"stat.pickup.minecraft.cooked_beef":2,"stat.pickup.minecraft.apple":5,"stat.pickup.primal_tech.wooden_hopper":1,"stat.killEntity.Spider":2,"stat.pickup.minecraft.stone_sword":1,"stat.mobKills":12,"stat.mineBlock.minecraft.log":54,"stat.mineBlock.abyssalcraft.dltleaves":9,"stat.deaths":5,"stat.mineBlock.geolosys.ore_sample_vanilla":1,"stat.mineBlock.minecraft.planks":4,"stat.drop.primal.flint_workblade":1,"stat.drop":1,"stat.mineBlock.minecraft.leaves":4,"stat.pickup.minecraft.egg":2,"stat.pickup.totemic.sub_items":1,"stat.playOneMinute":158988,"stat.pickup.betterwithaddons.sapling_sakura":4,"stat.pickup.minecraft.red_flower":1,"stat.sneakTime":1767,"stat.pickup.abyssalcraft.dltlog2":5,"stat.killEntity.Zombie":9,"stat.pickup.abyssalcraft.dltlog":49,"stat.pickup.waterstrainer.strainer_survivalist_dense":2,"stat.pickup.ferdinandsflowers.block_cff_flowersd":1,"stat.mineBlock.betterwithaddons.leaves_sakura":26,"stat.mineBlock.minecraft.tallgrass":34,"stat.diveOneCm":44796,"stat.pickup.minecraft.wheat":1,"stat.pickup.waterstrainer.net":2} \ No newline at end of file diff --git a/world/stats/1d55ced0-f360-45b1-9d62-11846a7fa39d.json b/world/stats/1d55ced0-f360-45b1-9d62-11846a7fa39d.json new file mode 100644 index 0000000..58b79ea --- /dev/null +++ b/world/stats/1d55ced0-f360-45b1-9d62-11846a7fa39d.json @@ -0,0 +1 @@ +{"stat.craftItem.immersiveengineering.stone_decoration":8,"stat.drop.ferdinandsflowers.block_cff_doubles":1,"stat.pickup.bloodmagic.sacrificial_dagger":1,"stat.useItem.primal.slat_oak":16,"stat.drop.minecraft.gunpowder":1,"stat.drop.pickletweaks.copper_pickaxe":2,"stat.pickup.tconstruct.faucet":28,"stat.pickup.primal.pelt_bear_black":2,"stat.drop.totemic.rattle":2,"stat.pickup.minecraft.rotten_flesh":226,"stat.useItem.rustic.marsh_mallow":2,"stat.craftItem.primal.armor_wolf_body":1,"stat.craftItem.minecraft.stone_axe":74,"stat.drop.abyssalcraft.necronomicon":3,"stat.killEntity.twilightforest.raven":2,"stat.pickup.minecraft.bucket":3,"stat.killEntity.Enderman":5,"stat.mineBlock.geolosys.ore_vanilla":500,"stat.pickup.minecraft.brown_mushroom":20,"stat.pickup.integrateddynamics.menril_berries":45,"stat.useItem.primal_tech.fire_sticks":19,"stat.useItem.minecraft.iron_pickaxe":215,"stat.pickup.horsepower.grindstone":9,"stat.pickup.minecraft.double_plant":25,"stat.pickup.tcomplement.porcelain_melter":13,"stat.mineBlock.chisel.marble2":188,"stat.furnaceInteraction":197,"stat.drop.primal.rush_seeds":4,"stat.pickup.trumpetskeleton.trumpet":1,"stat.pickup.thebetweenlands.weedwood_chest":1,"stat.drop.primal.wolf_meat_raw":1,"stat.mineBlock.minecraft.wooden_button":2,"stat.craftItem.primal_tech.work_stump":3,"stat.craftItem.primal_tech.leaf_bed":1,"stat.useItem.rustic.wildberries":10,"stat.useItem.minecraft.fence":152,"stat.pickup.extendedcrafting.material":11,"stat.pickup.ceramics.unfired_clay":67,"stat.mineBlock.minecraft.fence":82,"stat.useItem.minecraft.wheat_seeds":1,"stat.pickup.abyssalcraft.necronomicon":7,"stat.mineBlock.astralsorcery.blockmarble":4,"stat.drop.mekanism.ingot":4,"stat.pickup.primal.bear_meat_raw":15,"stat.mineBlock.thebetweenlands.weedwood_bush":12,"stat.pickup.progressiontweaks.tomahawk":1,"stat.craftItem.betterwithmods.sand_pile":16,"stat.pickup.minecraft.lever":19,"stat.deaths":20,"stat.pickup.horsepower.chopping_block":9,"stat.pickup.minecraft.egg":360,"stat.craftItem.minecraft.melon_seeds":21,"stat.pickup.abyssalcraft.antibeef":2,"stat.pickup.abyssalcraft.dltlog2":1,"stat.mineBlock.betterwithaddons.leaves_mulberry":4,"stat.drop.immcraft.rock":3,"stat.pickup.minecraft.cooked_mutton":16,"stat.chestOpened":1806,"stat.craftItem.primal.thatch":15,"stat.drop.primal.flint_knapp":5,"stat.pickup.primal.pelt_wolf":58,"stat.mineBlock.rustic.chamomile":3,"stat.pickup.rustic.chamomile":12,"stat.pickup.minecraft.gold_nugget":5,"stat.pickup.primal.bone_knapp":1,"stat.craftItem.bloodmagic.soul_snare":4,"stat.useItem.totemic.wind_chime":6,"stat.pickup.betterwithmods.hemp":701,"stat.pickup.minecraft.carrot":107,"stat.mineBlock.abyssalcraft.stone":16,"stat.drop.minecraft.stone_sword":1,"stat.crouchOneCm":515055,"stat.pickup.rustic.grape_stem":25,"stat.useItem.immcraft.chest":1,"stat.mineBlock.progressiontweaks.fire_pit_unlit":1,"stat.craftingTableInteraction":414,"stat.pickup.primal.corn_stalk_wet":3,"stat.mineBlock.tconstruct.rack":24,"stat.craftItem.tconstruct.pattern":32,"stat.drop.minecraft.double_plant":2,"stat.mineBlock.minecraft.log2":4,"stat.drop.primal_tech.stone_mallet":2,"stat.pickup.twilightforest.firefly_jar":4,"stat.craftItem.teslacorelib.gear_stone":1,"stat.pickup.primal.shark_meat_raw":12,"stat.pickup.immersiveengineering.stone_decoration":9,"stat.useItem.betterwithmods.wooden_gearbox":9,"stat.pickup.minecraft.dye":474,"stat.pickup.minecraft.planks":1326,"stat.pickup.chisel.limestone2":39,"stat.pickup.primal.logs_stacked":7,"stat.drop.actuallyadditions.item_rice_seed":1,"stat.mineBlock.thebetweenlands.leaves_weedwood_tree":12,"stat.mineBlock.horsepower.grindstone":8,"stat.useItem.simpleplanes.byg_rainbow_eucalyptus_plane":1,"stat.drop.tcomplement.cast_clay":8,"stat.pickup.primal.mud_clump":268,"stat.useItem.ceramics.clay_barrel":2,"stat.mineBlock.actuallyadditions.block_black_lotus":41,"stat.drop.minecraft.rotten_flesh":10,"stat.drop.chiselsandbits.chiseled_grass":2,"stat.craftItem.betterwithaddons.loom":1,"stat.craftItem.tcomplement.porcelain_melter":2,"stat.pickup.astralsorcery.blockwell":2,"stat.drop.natura.overworld_planks":3,"stat.craftItem.primal_tech.stone_club":1,"stat.mineBlock.natura.overworld_leaves2":149,"stat.useItem.minecraft.yellow_flower":1,"stat.pickup.minecraft.chicken":55,"stat.pickup.thebetweenlands.log_weedwood":9,"stat.pickup.primal.thin_slab_thatch":4,"stat.useItem.simpleplanes.oak_large_plane":5,"stat.mineBlock.twilightforest.firefly":4,"stat.mineBlock.thebetweenlands.mud":3,"stat.useItem.thebetweenlands.marshmallow_pink":1,"stat.useItem.minecraft.iron_sword":63,"stat.pickup.minecraft.stone_sword":5,"stat.drop.progressiontweaks.tomahawk":1,"stat.drop.ferdinandsflowers.block_cff_doublesc":1,"stat.useItem.minecraft.stonebrick":2,"stat.craftItem.minecraft.wooden_door":9,"stat.mineBlock.minecraft.waterlily":13,"stat.useItem.carryon.entity_item":105,"stat.pickup.ferdinandsflowers.block_cff_doublesc":6,"stat.drop.jarm.oak_raft":1,"stat.drop.primal.wolf_meat_cooked":1,"stat.pickup.primal.wolf_meat_raw":162,"stat.pickup.primal.bat_meat_cooked":3,"stat.pickup.ferdinandsflowers.block_cff_doubless":3,"stat.mineBlock.primal.slat_oak":23,"stat.pickup.primal.armor_wolf_legs":3,"stat.useItem.simpleplanes.byg_cypress_large_plane":1,"stat.craftItem.primal.bark_oak":258,"stat.mineBlock.minecraft.cobblestone":411,"stat.mineBlock.minecraft.pumpkin":11,"stat.pickup.minecraft.stone_pickaxe":4,"stat.pickup.minecraft.flint":105,"stat.pickup.traverse.yellow_autumnal_sapling":7,"stat.useItem.chiselsandbits.block_bit":2,"stat.pickup.minecraft.leather_chestplate":1,"stat.drop.minecraft.cobblestone":4,"stat.pickup.minecraft.cooked_porkchop":13,"stat.entityKilledBy.magma_monster":1,"stat.drop.primal.rush_stems":1,"stat.craftItem.minecraft.furnace":5,"stat.pickup.actuallyadditions.block_compost":1,"stat.craftItem.minecraft.iron_boots":3,"stat.craftItem.minecraft.farmland":21,"stat.mineBlock.minecraft.clay":8,"stat.drop.betterwithmods.hemp":7,"stat.killEntity.witherwitch":1,"stat.drop.minecraft.iron_helmet":1,"stat.drop.totemic.totempedia":1,"stat.drop.primal_tech.stone_grill":2,"stat.pickup.twilightforest.twilight_sapling":6,"stat.useItem.minecraft.melon_block":18,"stat.useItem.minecraft.wooden_slab":71,"stat.pickup.totemic.cedar_plank":3,"stat.useItem.tconstruct.rack":9,"stat.drop.thebetweenlands.lurker_skin_shield":1,"stat.pickup.betterwithmods.corner_wood":67,"stat.useItem.rustic.log":5,"stat.killEntity.Creeper":32,"stat.craftItem.progressiontweaks.blank_teleporter":1,"stat.mineBlock.thebetweenlands.log_weedwood":9,"stat.pickup.ceramics.clay_barrel":8,"stat.killEntity.Squid":11,"stat.sprintOneCm":9881386,"stat.mineBlock.minecraft.stone_slab":3,"stat.pickup.immersiveengineering.tool":2,"stat.pickup.jarm.oak_raft":46,"stat.useItem.carryon.tile_item":190,"stat.pickup.primal_tech.rock":2,"stat.pickup.primal.pelt_dog":7,"stat.useItem.minecraft.snowball":12,"stat.mineBlock.primal.leaves":3,"stat.pickup.natura.overworld_logs":51,"stat.useItem.betterwithaddons.log_mulberry":82,"stat.drop.minecraft.boat":1,"stat.mineBlock.primal_tech.stone_anvil":3,"stat.pickup.primalchests.primal_chest_advanced":2,"stat.killEntity.Zombie":94,"stat.mineBlock.minecraft.gold_ore":12,"stat.useItem.natura.overworld_sapling":6,"stat.pickup.minecraft.wheat":41,"stat.craftItem.minecraft.sandstone":8,"stat.pickup.primal_tech.wooden_basin":1,"stat.mineBlock.minecraft.mossy_cobblestone":2,"stat.drop.minecraft.stone_stairs":1,"stat.mineBlock.immersiveengineering.stone_device":2,"stat.pickup.thebetweenlands.cragrock":18,"stat.useItem.simpleplanes.bop_palm_large_plane":1,"stat.useItem.thebetweenlands.octine_axe":1,"stat.pickup.primal.bark_oak":76,"stat.mineBlock.thebetweenlands.weedwood":4,"stat.craftItem.betterwithmods.material":154,"stat.useItem.immersiveengineering.stone_decoration":11,"stat.pickup.immcraft.rock":54,"stat.pickup.primal.flint_pickaxe":1,"stat.pickup.minecraft.coal":838,"stat.pickup.minecraft.iron_ingot":163,"stat.pickup.actuallyadditions.block_black_lotus":41,"stat.craftItem.minecraft.lever":7,"stat.mineBlock.horsepower.chopper":3,"stat.pickup.minecraft.gunpowder":52,"stat.killEntity.thebetweenlands.angler":1,"stat.drop.ferdinandsflowers.block_cff_fungus":2,"stat.pickup.minecraft.dirt":3041,"stat.useItem.astralsorcery.blockblackmarble":20,"stat.pickup.betterwithaddons.japanmat":153,"stat.useItem.totemic.totemic_staff":6,"stat.useItem.actuallyadditions.block_black_lotus":6,"stat.pickup.primal.plant_fiber":1814,"stat.pickup.minecraft.iron_axe":1,"stat.pickup.beneath.teleporterbeneath":5,"stat.mineBlock.minecraft.torch":35,"stat.mineBlock.minecraft.red_flower":100,"stat.tradedWithVillager":25,"stat.craftItem.astralsorcery.itemcraftingcomponent":2,"stat.entityKilledBy.piranha":1,"stat.pickup.thebetweenlands.weedwood":8,"stat.pickup.astralsorcery.blockcustomore":1,"stat.pickup.minecraft.rabbit_hide":1,"stat.mineBlock.primal_tech.stone_grill":5,"stat.drop.actuallyadditions.item_food":3,"stat.mineBlock.thebetweenlands.bulb_capped_mushroom_stalk":2,"stat.useItem.primal_tech.work_stump":1,"stat.mineBlock.primal.rush":1,"stat.mineBlock.immcraft.shelf":1,"stat.useItem.primal.flint_shovel":140,"stat.killEntity.magma_monster":5,"stat.killEntity.primal:canis_campestris":48,"stat.pickup.primal.leather_cordage":7,"stat.craftItem.pickletweaks.bronze_axe":3,"stat.useItem.minecraft.lava_bucket":4,"stat.useItem.minecraft.melon":574,"stat.pickup.betterwithaddons.planks_mulberry":200,"stat.drop.thebetweenlands.swamp_talisman":1,"stat.pickup.abyssalcraft.decorativestatue":1,"stat.pickup.minecraft.cooked_beef":21,"stat.mineBlock.integrateddynamics.menril_leaves":1,"stat.pickup.actuallyadditions.item_coffee_beans":5,"stat.craftItem.betterwithmods.siding_wood":5,"stat.mineBlock.minecraft.farmland":4,"stat.drop.primal.armor_wolf_feet":1,"stat.pickup.minecraft.dark_oak_stairs":18,"stat.mobKills":603,"stat.pickup.emberroot.owl_egg":2,"stat.useItem.minecraft.boat":25,"stat.craftItem.primal.hide_salted":22,"stat.pickup.minecraft.beetroot_seeds":18,"stat.pickup.primal_tech.clay_kiln":1,"stat.pickup.prospectors.prospector_low":1,"stat.useItem.totemic.drum":12,"stat.pickup.astralsorcery.blockmarble":4,"stat.pickup.thebetweenlands.weedwood_planks":18,"stat.killEntity.primal:shark_hammerhead":3,"stat.useItem.minecraft.string":1,"stat.pickup.abyssalcraft.coralium":518,"stat.craftItem.simpleplanes.oak_large_plane":1,"stat.entityKilledBy.abyssalcraft.lessershoggoth":1,"stat.craftItem.primal_tech.stone_anvil":3,"stat.craftItem.abyssalcraft.necronomicon":1,"stat.pickup.thebetweenlands.octine_axe":1,"stat.mineBlock.horsepower.chopping_block":7,"stat.killEntity.thebetweenlands.termite":8,"stat.drop.death_compass.death_compass":24,"stat.drop.tconstruct.pickaxe":1,"stat.craftItem.primal_tech.stone_mallet":8,"stat.pickup.primal_tech.stone_anvil":3,"stat.drop.minecraft.wooden_door":2,"stat.mineBlock.abyssalcraft.ritualaltar":1,"stat.pickup.davincisvessels.seat":4,"stat.useItem.thebetweenlands.log_weedwood":5,"stat.pickup.primal.armor_wolf_head":4,"stat.pickup.abyssalcraft.shadowgem":5,"stat.useItem.betterwithmods.mystery_meat":2,"stat.pickup.totemic.totem_whittling_knife":1,"stat.useItem.minecraft.golden_sword":3,"stat.entityKilledBy.karate_zombie":2,"stat.useItem.simpleplanes.bop_fir_mega_plane":2,"stat.mineBlock.twilightforest.twilight_log":4,"stat.useItem.primal.fish_clown_cooked":2,"stat.craftItem.minecraft.stone_sword":4,"stat.mineBlock.primal.schist_green_stone":11,"stat.useItem.primal_tech.charcoal_block":8,"stat.mineBlock.minecraft.sand":130,"stat.useItem.betterwithmods.cooked_mystery_meat":39,"stat.pickup.primal.hide_raw":128,"stat.killEntity.twilightforest.bunny":2,"stat.pickup.astralsorcery.itemjournal":2,"stat.drop.ferdinandsflowers.block_cff_dark":3,"stat.pickup.thebetweenlands.items_misc":17,"stat.killEntity.enderminy":1,"stat.pickup.minecraft.wooden_button":4,"stat.craftItem.primal.hide_raw":54,"stat.craftItem.contenttweaker.material_part":1,"stat.craftItem.betterwithmods.wooden_axle":97,"stat.useItem.minecraft.cooked_mutton":21,"stat.useItem.chiselsandbits.chiseled_grass":1,"stat.craftItem.tcomplement.porcelain_casting":2,"stat.drop.minecraft.wooden_button":1,"stat.mineBlock.natura.overworld_leaves":3,"stat.pickup.astikorcarts.plowcart":5,"stat.pickup.abyssalcraft.cobblestone":1,"stat.craftItem.extendedcrafting.table_basic":1,"stat.pickup.minecraft.stone_stairs":2,"stat.pickup.bloodmagic.slate":2,"stat.pickup.minecraft.saddle":2,"stat.mineBlock.primal.logs_stacked":7,"stat.craftItem.bloodmagic.soul_forge":1,"stat.useItem.betterwithmods.corner_wood":60,"stat.pickup.primal.plant_cordage":21,"stat.pickup.totemic.sub_items":6,"stat.pickup.betterwithmods.single_machine":22,"stat.mineBlock.actuallyadditions.block_wild":3,"stat.mineBlock.betterwithmods.corner_wood":1,"stat.craftItem.minecraft.melon":605,"stat.pickup.minecraft.pumpkin":23,"stat.pickup.betterwithaddons.inverted_gearbox":1,"stat.mineBlock.totemic.totem_base":14,"stat.pickup.appliedenergistics2.grindstone":2,"stat.mineBlock.thebetweenlands.moss":1,"stat.pickup.minecraft.waterlily":21,"stat.killEntity.salmon":1,"stat.mineBlock.minecraft.ice":2,"stat.mineBlock.primal_tech.work_stump_upgraded":1,"stat.craftItem.minecraft.flint":61,"stat.pickup.simpleplanes.bop_palm_large_plane":1,"stat.pickup.chisel.marblepillar":2,"stat.drop.traverse.red_autumnal_sapling":1,"stat.drop.ferdinandsflowers.block_cff_flowersb":1,"stat.drop.ferdinandsflowers.block_cff_flowersd":1,"stat.craftItem.pickletweaks.copper_pickaxe":2,"stat.drop.minecraft.stone":10,"stat.useItem.primal.flint_axe":22,"stat.pickup.minecraft.melon_seeds":3,"stat.drop.abyssalcraft.corbone":5,"stat.craftItem.prospectors.prospector_low":1,"stat.pickup.minecraft.melon":325,"stat.drop.primal.plant_cordage":1,"stat.pickup.primal_tech.twine":8,"stat.pickup.betterwithaddons.wool":28,"stat.drop.minecraft.bone":8,"stat.craftItem.minecraft.wooden_button":1,"stat.useItem.minecraft.furnace":1,"stat.drop.antiqueatlas.antique_atlas":3,"stat.craftItem.tconstruct.materials":6,"stat.pickup.antiqueatlas.antique_atlas":2,"stat.pickup.primal.rush_stems":11,"stat.mineBlock.primal.ferro_stone":6,"stat.craftItem.primal.mud_wet":52,"stat.mineBlock.minecraft.gravel":111,"stat.pickup.primal.logs_stripped":56,"stat.pickup.totemic.eagle_bone_whistle":1,"stat.mineBlock.ferdinandsflowers.block_cff_doubles":1,"stat.useItem.primal.mud_dried":35,"stat.mineBlock.thebetweenlands.smooth_cragrock":1,"stat.drop.minecraft.iron_axe":1,"stat.pickup.mekanism.ingot":41,"stat.drop.mekanism.salt":3,"stat.useItem.minecraft.torch":88,"stat.useItem.abyssalcraft.necronomicon":138,"stat.useItem.betterwithmods.axle_generator":63,"stat.craftItem.minecraft.stone_stairs":68,"stat.useItem.minecraft.log":462,"stat.pickup.minecraft.crafting_table":7,"stat.craftItem.minecraft.crafting_table":20,"stat.craftItem.minecraft.boat":3,"stat.pickup.primal.flint_axe":1,"stat.pickup.chisel.basalt":2,"stat.mineBlock.chisel.stonebrick":2,"stat.mineBlock.totemic.drum":18,"stat.pickup.traverse.brown_autumnal_sapling":8,"stat.pickup.astralsorcery.blockaltar":3,"stat.pickup.immcraft.chest":7,"stat.pickup.primal.pelt_sheep":10,"stat.mineBlock.primal_tech.stick_bundle":5,"stat.craftItem.betterwithaddons.tweakmat":3,"stat.pickup.minecraft.sapling":1147,"stat.pickup.primal.mud_dried":55,"stat.drop.minecraft.melon_seeds":3,"stat.useItem.primal.wolf_meat_cooked":89,"stat.useItem.primal.thatch":11,"stat.pickup.minecraft.beetroot":10,"stat.useItem.thebetweenlands.swamp_talisman":11,"stat.useItem.primal.logs_stripped":226,"stat.pickup.betterwithaddons.loom":3,"stat.drop.astikorcarts.cargocart":1,"stat.pickup.minecraft.golden_sword":2,"stat.mineBlock.abyssalcraft.dltleaves":25,"stat.craftItem.ceramics.channel":3,"stat.mineBlock.thebetweenlands.cragrock":22,"stat.pickup.rustic.chili_pepper_seeds":1,"stat.pickup.minecraft.rabbit":1,"stat.drop.minecraft.bucket":1,"stat.useItem.minecraft.baked_potato":19,"stat.pickup.contenttweaker.material_part":77,"stat.pickup.simpleplanes.oak_large_plane":4,"stat.pickup.minecraft.stone_slab":10,"stat.pickup.minecraft.yellow_flower":44,"stat.pickup.ferdinandsflowers.block_cff_flowersd":3,"stat.pickup.ferdinandsflowers.block_cff_flowerse":4,"stat.pickup.ferdinandsflowers.block_cff_flowersb":9,"stat.pickup.abyssalcraft.corbone":11,"stat.pickup.ferdinandsflowers.block_cff_flowersc":1,"stat.craftItem.simpleplanes.oak_plane":1,"stat.mineBlock.integrateddynamics.menril_log_filled":2,"stat.pickup.minecraft.bone":241,"stat.craftItem.minecraft.sticky_piston":4,"stat.craftItem.ceramics.unfired_clay":42,"stat.horseOneCm":11661323,"stat.mineBlock.actuallyadditions.block_compost":1,"stat.useItem.minecraft.log2":60,"stat.pickup.progressiontweaks.broken_spear_shaft":1,"stat.pickup.primal_tech.stone_grill":7,"stat.mineBlock.traverse.yellow_autumnal_leaves":10,"stat.drop.cyclicmagic.sleeping_mat":1,"stat.climbOneCm":238818,"stat.drop.chisel.limestone2":1,"stat.craftItem.appliedenergistics2.crank":2,"stat.pickup.primal.barrel":1,"stat.pickup.betterwithaddons.tweakmat":2,"stat.useItem.primal.flint_hatchet":207,"stat.useItem.rustic.slate":8,"stat.useItem.minecraft.red_flower":9,"stat.pickup.chiselsandbits.chiseled_grass":3,"stat.mineBlock.thebetweenlands.volarpad":2,"stat.craftItem.chiselsandbits.chisel_stone":1,"stat.pickup.minecraft.anvil":1,"stat.craftItem.minecraft.trapdoor":48,"stat.pickup.rustic.cohosh":4,"stat.craftItem.minecraft.stone_pickaxe":9,"stat.craftItem.pickletweaks.bronze_pickaxe":22,"stat.pickup.minecraft.cobblestone":2727,"stat.useItem.progressiontweaks.stone_hammer":10,"stat.useItem.betterwithaddons.sapling_mulberry":23,"stat.pickup.bloodmagic.monster_soul":3,"stat.useItem.minecraft.cooked_beef":237,"stat.mineBlock.traverse.brown_autumnal_leaves":8,"stat.ae2.TurnedCranks":1,"stat.pickup.minecraft.redstone":47,"stat.pickup.betterwithmods.creeper_oyster":2,"stat.mineBlock.minecraft.iron_ore":3,"stat.mineBlock.abyssalcraft.shoggothblock":13,"stat.drop.horsepower.chopping_block":1,"stat.pickup.actuallyadditions.item_rice_seed":8,"stat.pickup.minecraft.mossy_cobblestone":1,"stat.drop.minecraft.coal":3,"stat.pickup.abyssalcraft.shadowshard":20,"stat.pickup.tconstruct.soil":9,"stat.drop.minecraft.dirt":16,"stat.useItem.minecraft.cooked_porkchop":59,"stat.pickup.mekanism.salt":74,"stat.pickup.rustic.sapling":3,"stat.pickup.minecraft.trapdoor":41,"stat.mineBlock.minecraft.grass":1621,"stat.pickup.primal.pelt_pig":7,"stat.mineBlock.abyssalcraft.decorativestatue":1,"stat.pickup.primal_tech.charcoal_block":13,"stat.useItem.primal.flint_workblade":127,"stat.pickup.primal.pelt_cow":57,"stat.useItem.bloodmagic.blood_rune":1,"stat.craftItem.primal.armor_wolf_legs":1,"stat.entityKilledBy.Creeper":2,"stat.mineBlock.minecraft.planks":152,"stat.drop":284,"stat.killEntity.abyssalcraft.shadowbeast":1,"stat.craftItem.actuallyadditions.item_misc":44,"stat.killEntity.Sheep":8,"stat.drop.minecraft.iron_boots":1,"stat.useItem.minecraft.melon_seeds":19,"stat.pickup.bibliocraft.plumbline":1,"stat.pickup.betterwithaddons.sapling_mulberry":28,"stat.mineBlock.abyssalcraft.dghead":3,"stat.mineBlock.betterwithmods.moulding_wood":14,"stat.pickup.abyssalcraft.shoggothflesh":26,"stat.pickup.abyssalcraft.dghead":4,"stat.craftItem.minecraft.piston":4,"stat.killEntity.cod":1,"stat.mineBlock.traverse.red_autumnal_leaves":9,"stat.mineBlock.ferdinandsflowers.block_cff_doublesc":3,"stat.useItem.immersiveengineering.tool":3,"stat.craftItem.abyssalcraft.statue":3,"stat.mineBlock.minecraft.anvil":1,"stat.useItem.minecraft.waterlily":15,"stat.useItem.minecraft.apple":64,"stat.mineBlock.minecraft.deadbush":1,"stat.mineBlock.ferdinandsflowers.block_cff_doubless":2,"stat.useItem.immcraft.rock":2,"stat.pickup.twilightforest.torchberries":1,"stat.pickup.minecraft.fence":66,"stat.pickup.betterwithmods.material":6711,"stat.pickup.betterwithmods.sand_pile":9,"stat.pickup.progressiontweaks.fire_pit_unlit":1,"stat.useItem.primal.fish_puffer_cooked":1,"stat.useItem.minecraft.stone_axe":1885,"stat.mineBlock.tconstruct.soil":1,"stat.useItem.betterwithmods.hemp":146,"stat.craftItem.minecraft.iron_helmet":3,"stat.pickup.actuallyadditions.block_misc":91,"stat.craftItem.betterwithmods.wooden_gearbox":25,"stat.pickup.farmingforblockheads.market":1,"stat.craftItem.primal.hide_tanned":21,"stat.boatOneCm":7041445,"stat.pickup.tcomplement.porcelain_tank":4,"stat.pickup.astralsorcery.itemusabledust":4,"stat.mineBlock.immcraft.rock":25,"stat.pickup.actuallyadditions.item_coffee_seed":4,"stat.pickup.rustic.tomato_seeds":2,"stat.mineBlock.tconstruct.tooltables":2,"stat.killEntity.abyssalcraft.lessershoggoth":7,"stat.mineBlock.minecraft.stone_stairs":2,"stat.mineBlock.minecraft.furnace":2,"stat.pickup.pickletweaks.grass_mesh":1,"stat.pickup.primal.flint_workblade":4,"stat.pickup.minecraft.oak_stairs":30,"stat.mineBlock.wopper.wopper":14,"stat.mineBlock.primal_tech.work_stump":8,"stat.mineBlock.primal_tech.fibre_torch_lit":4,"stat.damageDealt":115328,"stat.craftItem.minecraft.anvil":2,"stat.pickup.actuallyadditions.item_canola_seed":2,"stat.craftItem.minecraft.stone_shovel":9,"stat.pickup.minecraft.boat":28,"stat.pickup.ceramics.clay_bucket":4,"stat.pickup.minecraft.stick":382,"stat.pickup.immersiveengineering.storage":1,"stat.useItem.primal.bat_meat_cooked":1,"stat.pickup.primal.mud_wet":43,"stat.pickup.primal.schist_green_stone":19,"stat.craftItem.immcraft.chest":12,"stat.pickup.pickletweaks.bronze_axe":1,"stat.pickup.primal.rush_seeds":6,"stat.craftItem.primal_tech.fire_sticks":21,"stat.drop.minecraft.leather_chestplate":1,"stat.pickup.primal.flint_shovel":1,"stat.killEntity.twilightforest.deer":10,"stat.useItem.wopper.wopper":1,"stat.mineBlock.primal.storage_crate":14,"stat.mineBlock.betterwithmods.saw":7,"stat.useItem.primal.flint_pickaxe":97,"stat.killEntity.Chicken":8,"stat.useItem.primal_tech.fibre_torch_lit":1,"stat.pickup.abyssalcraft.stone":16,"stat.pickup.bloodmagic.altar":4,"stat.craftItem.betterwithmods.aesthetic":6,"stat.mineBlock.primal_tech.clay_kiln":1,"stat.craftItem.minecraft.fence":174,"stat.useItem.betterwithmods.cooked_egg":2,"stat.mineBlock.dungpipe.dung_pipe":5,"stat.mineBlock.horsepower.press":1,"stat.mineBlock.minecraft.leaves":194,"stat.mineBlock.minecraft.piston":1,"stat.craftItem.betterwithmods.axle_generator":4,"stat.killEntity.twilightforest.wild_boar":4,"stat.mineBlock.minecraft.bone_block":175,"stat.craftItem.prospectors.prospector_lowest":1,"stat.pickup.simplyarrows.arrow_flint":2,"stat.pickup.astralsorcery.itemwand":1,"stat.pickup.primal.salt_dust_netjry":1,"stat.pickup.minecraft.wooden_slab":137,"stat.pickup.thebetweenlands.marshmallow_pink":1,"stat.leaveGame":48,"stat.pickup.quark.dark_oak_trapdoor":16,"stat.mineBlock.rustic.leaves":3,"stat.craftItem.betterwithmods.rope":263,"stat.mineBlock.farmingforblockheads.market":1,"stat.craftItem.minecraft.string":28,"stat.drop.minecraft.feather":7,"stat.useItem.natura.overworld_sapling2":16,"stat.pickup.horsepower.hand_grindstone":8,"stat.pickup.natura.materials":463,"stat.pickup.animalium.wild_dog_pelt":13,"stat.pickup.betterwithmods.hand_crank":8,"stat.killEntity.thebetweenlands.dark_druid":11,"stat.pickup.primal_tech.fibre_torch_lit":7,"stat.drop.primal_tech.twine":2,"stat.mineBlock.twilightforest.cicada":1,"stat.mineBlock.minecraft.wooden_slab":35,"stat.pickup.minecraft.leather_boots":2,"stat.mineBlock.betterwithaddons.inverted_gearbox":1,"stat.craftItem.quark.dark_oak_trapdoor":108,"stat.pickup.tcomplement.materials":2,"stat.pickup.primal.wolf_head_item":27,"stat.pickup.integrateddynamics.menril_sapling":12,"stat.killEntity.abyssalcraft.shadowcreature":2,"stat.pickup.totemic.buffalo_items":1,"stat.drop.progressiontweaks.broken_spear_shaft":1,"stat.mineBlock.rustic.log":15,"stat.craftItem.primal.storage_crate":18,"stat.pickup.death_compass.death_compass":3,"stat.pickup.primal_tech.stone_club":2,"stat.pickup.primal.storage_crate":3,"stat.pickup.twilightforest.cicada":1,"stat.mineBlock.ceramics.clay_barrel":5,"stat.craftItem.astralsorcery.itemjournal":1,"stat.useItem.tconstruct.soil":1,"stat.pickup.primal.armor_wolf_body":3,"stat.mineBlock.minecraft.vine":9,"stat.pickup.minecraft.melon_block":88,"stat.pickup.rustic.wildberries":13,"stat.killEntity.ZombieVillager":1,"stat.mineBlock.abyssalcraft.ritualpedestal":8,"stat.drop.minecraft.red_flower":25,"stat.craftItem.primal.flint_workblade":1,"stat.killEntity.thebetweenlands.swamp_hag":1,"stat.pickup.minecraft.beef":122,"stat.mineBlock.betterwithmods.wooden_gearbox":22,"stat.pickup.chisel.stonebrick":2,"stat.drop.tcomplement.materials":3,"stat.mineBlock.abyssalcraft.dltlog":19,"stat.useItem.minecraft.trapdoor":56,"stat.mineBlock.contenttweaker.sub_block_holder_0":52,"stat.pickup.betterwithmods.wooden_axle":91,"stat.pickup.rustic.olives":14,"stat.useItem.minecraft.dye":386,"stat.useItem.minecraft.beef":1,"stat.pickup.cyclicmagic.sleeping_mat":3,"stat.pickup.actuallyadditions.item_dust":73,"stat.pickup.ferdinandsflowers.block_cff_flowers":7,"stat.killEntity.rainbow_golem":6,"stat.pickup.chisel.marble2":186,"stat.mineBlock.minecraft.tallgrass":389,"stat.pickup.totemic.jingle_dress":1,"stat.mineBlock.ceramics.channel":6,"stat.pickup.tconstruct.seared":27,"stat.pickup.immersiveengineering.material":25,"stat.useItem.minecraft.stone":23,"stat.mineBlock.chisel.dirt":8,"stat.useItem.actuallyadditions.item_food":1,"stat.mineBlock.davincisvessels.marker":4,"stat.drop.primal_tech.work_stump":1,"stat.mineBlock.primalchests.primal_chest_advanced":3,"stat.drop.rustic.slate":2,"stat.pickup.actuallyadditions.item_food":4,"stat.mineBlock.minecraft.chest":6,"stat.useItem.primal_tech.bone_shears":1,"stat.drop.primal_tech.rock":1,"stat.craftItem.pickletweaks.dye_powder":14,"stat.drop.pickletweaks.bronze_pickaxe":1,"stat.useItem.minecraft.reeds":63,"stat.useItem.primal_tech.stone_grill":1,"stat.pickup.ceramics.channel":6,"stat.pickup.minecraft.wheat_seeds":65,"stat.pickup.chisel.cobblestone":2,"stat.pickup.pickletweaks.dye_powder":34,"stat.mineBlock.minecraft.dirt":1011,"stat.pickup.minecraft.poisonous_potato":1,"stat.pickup.betterwithmods.bark":133,"stat.drop.primal.pelt_wolf":1,"stat.useItem.minecraft.bread":1,"stat.mineBlock.ferdinandsflowers.block_cff_flowers":5,"stat.mineBlock.mekanism.saltblock":5,"stat.pickup.abyssalcraft.shadowfragment":6,"stat.useItem.minecraft.cobblestone":908,"stat.craftItem.minecraft.leather_boots":1,"stat.mineBlock.primal.thatch":13,"stat.mineBlock.minecraft.double_plant":15,"stat.pickup.primal.horse_meat_cooked":10,"stat.useItem.tconstruct.pickaxe":121,"stat.mineBlock.chisel.basalt":5,"stat.craftItem.chisel.chisel_iron":3,"stat.pickup.simpleplanes.furnace_engine":5,"stat.useItem.minecraft.tallgrass":5,"stat.pickup.minecraft.apple":116,"stat.craftItem.immersiveengineering.tool":1,"stat.drop.betterwithaddons.tweakmat":2,"stat.pickup.thebetweenlands.octine_pickaxe":1,"stat.pickup.improvedbackpacks.backpack":3,"stat.useItem.primal.bear_meat_cooked":6,"stat.drop.primal.flint_hatchet":2,"stat.pickup.primal.wolf_meat_cooked":33,"stat.mineBlock.abyssalcraft.coraliumore":125,"stat.pickup.natura.overworld_planks":3,"stat.mineBlock.minecraft.log":242,"stat.pickup.primal_tech.work_stump":7,"stat.useItem.minecraft.wooden_door":8,"stat.pickup.totemic.wind_chime":27,"stat.pickup.minecraft.red_flower":173,"stat.killEntity.abyssalcraft.anticow":1,"stat.pickup.abyssalcraft.dltlog":11,"stat.pickup.primal.shark_tooth":4,"stat.mineBlock.betterwithmods.single_machine":22,"stat.killEntity.abyssalcraft.antizombie":4,"stat.mineBlock.tcomplement.porcelain_tank":4,"stat.craftItem.betterwithaddons.inverted_gearbox":1,"stat.mineBlock.primal.barrel":3,"stat.craftItem.betterwithaddons.japanmat":11,"stat.useItem.primal.mud_wet":9,"stat.useItem.minecraft.iron_axe":916,"stat.drop.minecraft.stone_shovel":6,"stat.craftItem.tconstruct.edible":8,"stat.mineBlock.minecraft.yellow_flower":22,"stat.pickup.abyssalcraft.corflesh":37,"stat.craftItem.wopper.wopper":8,"stat.craftItem.minecraft.wool":3,"stat.pickup.pickletweaks.coal_piece":40,"stat.pickup.minecraft.enchanted_book":1,"stat.pickup.thebetweenlands.smooth_cragrock":1,"stat.pickup.traverse.red_autumnal_sapling":12,"stat.mineBlock.chisel.cobblestone":2,"stat.mineBlock.abyssalcraft.dltlog2":2,"stat.useItem.minecraft.egg":22,"stat.pickup.animalium.rat_meat":3,"stat.craftItem.minecraft.cooked_beef":42,"stat.pickup.ferdinandsflowers.block_cff_fungus":19,"stat.pickup.animalium.bear_meat":2,"stat.flyOneCm":13608323,"stat.pickup.minecraft.fish":10,"stat.pickup.rustic.slate":30,"stat.timeSinceDeath":506009,"stat.craftItem.simpleplanes.furnace_engine":1,"stat.drop.bloodmagic.monster_soul":2,"stat.mineBlock.rustic.cohosh":4,"stat.pickup.wopper.wopper":15,"stat.pickup.chiselsandbits.block_bit":207,"stat.drop.abyssalcraft.cobblestone":1,"stat.craftItem.bloodmagic.blood_rune":8,"stat.drop.thebetweenlands.octine_axe":1,"stat.mineBlock.twilightforest.firefly_jar":4,"stat.useItem.minecraft.potato":59,"stat.craftItem.pickletweaks.bronze_shovel":4,"stat.useItem.natura.overworld_seeds":78,"stat.pickup.betterwithmods.cooked_mystery_meat":20,"stat.killEntity.Wolf":7,"stat.craftItem.tcomplement.porcelain_tank":2,"stat.mineBlock.minecraft.coal_ore":2,"stat.talkedToVillager":34,"stat.craftItem.minecraft.stone_hoe":1,"stat.pickup.minecraft.string":72,"stat.pickup.tcomplement.porcelain_casting":15,"stat.mineBlock.minecraft.ladder":12,"stat.pickup.totemic.cedar_sapling":8,"stat.craftItem.tconstruct.tooltables":6,"stat.entityKilledBy.magma_monster_grunt":1,"stat.pickup.minecraft.bone_block":244,"stat.pickup.totemic.flute":2,"stat.drop.tconstruct.slime_congealed":1,"stat.craftItem.primal.plant_cloth":2,"stat.drop.primal_tech.stone_club":2,"stat.mineBlock.totemic.totem_pole":19,"stat.useItem.minecraft.ladder":24,"stat.pickup.minecraft.snowball":12,"stat.entityKilledBy.rat":1,"stat.diveOneCm":562736,"stat.pickup.tconstruct.tooltables":2,"stat.mineBlock.thebetweenlands.cattail":2,"stat.useItem.actuallyadditions.block_misc":1,"stat.craftItem.minecraft.ladder":54,"stat.mineBlock.ferdinandsflowers.block_cff_flowersc":1,"stat.mineBlock.ferdinandsflowers.block_cff_flowersb":4,"stat.drop.bibliocraft.plumbline":1,"stat.pickup.minecraft.stone_axe":5,"stat.mineBlock.ferdinandsflowers.block_cff_flowerse":1,"stat.mineBlock.ferdinandsflowers.block_cff_flowersd":3,"stat.jump":54965,"stat.useItem.minecraft.sand":28,"stat.pickup.animalium.bear_claw":10,"stat.pickup.totemic.tipi":4,"stat.craftItem.minecraft.torch":174,"stat.drop.betterwithmods.material":13,"stat.pickup.primal_tech.stone_mallet":3,"stat.useItem.pickletweaks.bronze_pickaxe":3841,"stat.mineBlock.primal.corn_stalk":1,"stat.pickup.minecraft.stone_shovel":12,"stat.pickup.rustic.log":15,"stat.useItem.minecraft.sapling":375,"stat.pickup.minecraft.gold_ore":12,"stat.craftItem.immcraft.rock":81,"stat.damageTaken":32062,"stat.pickup.twilightforest.firefly":4,"stat.mineBlock.minecraft.melon_block":92,"stat.pickup.primal.flint_knapp":42,"stat.pickup.immersiveengineering.metal":211,"stat.mineBlock.minecraft.sapling":11,"stat.pickup.minecraft.log2":376,"stat.pickup.minecraft.potato":83,"stat.useItem.forge.bucketfilled":1,"stat.useItem.quark.dark_oak_trapdoor":119,"stat.entityKilledBy.Zombie":1,"stat.useItem.betterwithmods.moulding_wood":64,"stat.mineBlock.primal_tech.charcoal_block":13,"stat.killEntity.Silverfish":5,"stat.mineBlock.davincisvessels.seat":3,"stat.craftItem.horsepower.chopping_block":13,"stat.craftItem.minecraft.stone_slab":15,"stat.useItem.minecraft.air":951,"stat.useItem.minecraft.chest":26,"stat.pickup.traverse.fir_log":19,"stat.useItem.tconstruct.faucet":1,"stat.mineBlock.astralsorcery.blockwell":1,"stat.useItem.betterwithaddons.food_carrot_cooked":35,"stat.pickup.thebetweenlands.lurker_skin_shield":1,"stat.mineBlock.thebetweenlands.octine_block":1,"stat.craftItem.minecraft.iron_chestplate":2,"stat.pickup.minecraft.baked_potato":35,"stat.mineBlock.betterwithmods.wooden_broken_gearbox":6,"stat.drop.primal.armor_wolf_head":1,"stat.drop.minecraft.potato":1,"stat.craftItem.improvedbackpacks.backpack":4,"stat.drop.betterwithmods.raw_egg":1,"stat.pickup.minecraft.ladder":12,"stat.craftItem.extendedcrafting.material":9,"stat.mineBlock.minecraft.stonebrick":27,"stat.pickup.ferdinandsflowers.block_cff_doubles":7,"stat.killEntity.twilightforest.bighorn_sheep":2,"stat.pickup.twilightforest.raw_venison":19,"stat.pickup.totemic.buffalo_meat":1,"stat.pickup.betterwithaddons.sapling_sakura":4,"stat.pickup.minecraft.torch":37,"stat.craftItem.totemic.rattle":3,"stat.drop.minecraft.stone_axe":1,"stat.mineBlock.astralsorcery.blockgeolosyssamplecluster":11,"stat.mineBlock.immcraft.chest":2,"stat.mineBlock.thebetweenlands.swamp_grass":1,"stat.killEntity.playermob":1,"stat.drop.minecraft.waterlily":4,"stat.pickup.primal.bear_meat_cooked":6,"stat.pickup.horsepower.chopper":3,"stat.pickup.natura.overworld_logs2":77,"stat.mineBlock.betterwithmods.wooden_axle":80,"stat.craftItem.minecraft.iron_axe":15,"stat.killEntity.twilightforest.swarm_spider":8,"stat.mineBlock.twilightforest.twilight_plant":3,"stat.killEntity.trumpetskeleton.TrumpetSkeleton":6,"stat.killEntity.abyssalcraft.shadowmonster":12,"stat.pickup.improvedbackpacks.upgrade":4,"stat.pickup.astikorcarts.cargocart":9,"stat.useItem.minecraft.farmland":20,"stat.pickup.immcraft.shelf":1,"stat.pickup.primal.flint_point":20,"stat.useItem.minecraft.planks":995,"stat.craftItem.davincisvessels.seat":1,"stat.pickup.betterwithaddons.food_carrot_baked":42,"stat.pickup.minecraft.porkchop":20,"stat.pickup.minecraft.glass":1,"stat.craftItem.astralsorcery.itemwand":1,"stat.useItem.minecraft.water_bucket":8,"stat.pickup.minecraft.sand":188,"stat.entityKilledBy.Spider":1,"stat.mineBlock.rustic.beehive":1,"stat.killEntity.abyssalcraft.abyssalzombie":22,"stat.killEntity.bear":1,"stat.killEntity.abyssalcraft.depthsghoul":6,"stat.mineBlock.appliedenergistics2.grindstone":2,"stat.pickup.spartanshields.shield_basic_stone":1,"stat.pickup.pickletweaks.copper_pickaxe":1,"stat.pickup.prospectors.prospector_lowest":1,"stat.pickup.primal.sharp_bone":3,"stat.drop.astralsorcery.itemjournal":2,"stat.killEntity.twilightforest.skeleton_druid":2,"stat.mineBlock.horsepower.hand_grindstone":7,"stat.pickup.betterwithmods.wooden_broken_gearbox":6,"stat.drop.rustic.chamomile":2,"stat.pickup.actuallyadditions.item_worm":2,"stat.pickup.thebetweenlands.mud":3,"stat.pickup.traverse.orange_autumnal_sapling":1,"stat.pickup.bloodmagic.soul_snare":4,"stat.drop.ceramics.clay_bucket":2,"stat.useItem.minecraft.oak_stairs":85,"stat.mineBlock.minecraft.dark_oak_stairs":19,"stat.useItem.minecraft.dark_oak_stairs":92,"stat.pickup.primal.armor_wolf_feet":3,"stat.useItem.betterwithmods.wooden_axle":127,"stat.pickup.minecraft.furnace":2,"stat.pickup.pickletweaks.bronze_pickaxe":1,"stat.pickup.thebetweenlands.sapling_weedwood":1,"stat.useItem.minecraft.stone_stairs":67,"stat.useItem.astikorcarts.cargocart":8,"stat.pickup.betterwithmods.raw_egg":3,"stat.mineBlock.minecraft.oak_stairs":33,"stat.playOneMinute":3700248,"stat.pickup.tconstruct.rack":38,"stat.pickup.betterwithmods.mystery_meat":5,"stat.pickup.natura.overworld_seeds":502,"stat.mineBlock.minecraft.brown_mushroom_block":5,"stat.useItem.pickletweaks.copper_pickaxe":5,"stat.craftItem.primal.plant_cordage":289,"stat.pickup.chisel.dirt":44,"stat.mineBlock.betterwithaddons.loom":3,"stat.pickup.bloodmagic.blood_orb":1,"stat.pickup.traverse.fir_sapling":28,"stat.craftItem.minecraft.dark_oak_stairs":100,"stat.useItem.thebetweenlands.cragrock":9,"stat.drop.minecraft.flint":4,"stat.mineBlock.rustic.slate":47,"stat.pickup.primal.salt_dust_rock":7,"stat.mineBlock.tconstruct.faucet":28,"stat.pickup.abyssalcraft.dltsapling":1,"stat.pickup.minecraft.cooked_chicken":51,"stat.fallOneCm":1792979,"stat.useItem.horsepower.chopping_block":9,"stat.mineBlock.betterwithmods.hand_crank":5,"stat.drop.improvedbackpacks.backpack":1,"stat.pickup.thebetweenlands.swamp_dirt":2,"stat.craftItem.minecraft.chest":57,"stat.mineBlock.minecraft.lever":17,"stat.pickup.minecraft.red_mushroom":12,"stat.craftItem.abyssalcraft.coraliumstone":2,"stat.pickup.rustic.horsetail":2,"stat.craftItem.astralsorcery.blockblackmarble":24,"stat.craftItem.dungpipe.dung_pipe":2,"stat.pickup.minecraft.feather":640,"stat.pickup.abyssalcraft.antiflesh":5,"stat.mineBlock.geolosys.ore_sample":7,"stat.drop.minecraft.iron_leggings":1,"stat.craftItem.abyssalcraft.decorativestatue":2,"stat.killEntity.thebetweenlands.lurker":1,"stat.mineBlock.natura.overworld_logs2":9,"stat.pickup.primal.thatching_dry":44,"stat.craftItem.minecraft.dark_oak_fence_gate":1,"stat.killEntity.karate_zombie":41,"stat.pickup.minecraft.lead":73,"stat.useItem.minecraft.stone_pickaxe":670,"stat.useItem.minecraft.stone_sword":538,"stat.craftItem.minecraft.iron_leggings":2,"stat.mineBlock.quark.dark_oak_trapdoor":16,"stat.killEntity.creeper":1,"stat.entityKilledBy.enderminy":1,"stat.craftItem.minecraft.oak_stairs":60,"stat.drop.primal.plant_fiber":148,"stat.craftItem.primal_tech.rock":3,"stat.pickup.betterwithmods.siding_wood":178,"stat.drop.minecraft.stick":8,"stat.mineBlock.minecraft.monster_egg":2,"stat.useItem.minecraft.bone_block":3,"stat.mineBlock.ferdinandsflowers.block_cff_dark":3,"stat.pickup.thebetweenlands.angry_pebble":1,"stat.pickup.chisel.voidstone":12,"stat.pickup.minecraft.log":2233,"stat.pickup.primal.yew_stick":2,"stat.useItem.primal.shark_meat_cooked":19,"stat.pickup.minecraft.tallgrass":10,"stat.pickup.primal.slat_oak":18,"stat.pickup.minecraft.wooden_door":10,"stat.entityKilledBy.Enderman":1,"stat.pickup.betterwithmods.wooden_gearbox":22,"stat.mineBlock.beneath.teleporterbeneath":5,"stat.useItem.totemic.totem_whittling_knife":289,"stat.drop.minecraft.clay":1,"stat.mineBlock.primal.mud_dried":36,"stat.pickup.rustic.marsh_mallow":4,"stat.mineBlock.primal.mud_wet":68,"stat.killEntity.PolarBear":1,"stat.useItem.chisel.dirt":7,"stat.craftItem.betterwithmods.wicker":39,"stat.pickup.primal.thin_slab_oak":2,"stat.useItem.minecraft.stone_hoe":25,"stat.pickup.natura.overworld_sapling2":50,"stat.useItem.minecraft.beetroot_seeds":1,"stat.sneakTime":171830,"stat.mineBlock.thebetweenlands.swamp_tallgrass":7,"stat.useItem.minecraft.beetroot":5,"stat.pickup.minecraft.chest":8,"stat.pickup.thebetweenlands.green_middle_gem_ore":1,"stat.drop.primal.bat_meat_cooked":1,"stat.craftItem.tconstruct.faucet":3,"stat.mineBlock.actuallyadditions.block_misc":52,"stat.pickup.betterwithmods.saw":9,"stat.pickup.davincisvessels.marker":4,"stat.swimOneCm":448266,"stat.pickup.quark.glass_shards":4,"stat.mineBlock.thebetweenlands.green_middle_gem_ore":1,"stat.useItem.minecraft.dirt":2628,"stat.pickup.simplyarrows.arrow_bone":26,"stat.craftItem.antiqueatlas.empty_antique_atlas":4,"stat.killEntity.dire_wolf":1,"stat.craftItem.extendedcrafting.handheld_table":1,"stat.pickup.geolosys.cluster":983,"stat.useItem.simpleplanes.byg_willow_helicopter":1,"stat.drop.ferdinandsflowers.block_cff_flowers":2,"stat.pickup.minecraft.gold_block":1,"stat.useItem.minecraft.stone_shovel":1525,"stat.mineBlock.chisel.limestone2":36,"stat.drop.ceramics.clay_barrel":2,"stat.useItem.chisel.cobblestone":143,"stat.pickup.appliedenergistics2.material":5,"stat.pickup.betterwithmods.axle_generator":6,"stat.craftItem.minecraft.wooden_slab":279,"stat.mineBlock.thebetweenlands.phragmites":1,"stat.pickup.tcomplement.cast_clay":8,"stat.mineBlock.thebetweenlands.weedwood_chest":1,"stat.mineBlock.astralsorcery.blockaltar":3,"stat.drop.minecraft.log":3,"stat.pickup.minecraft.mutton":19,"stat.pickup.betterwithmods.moulding_wood":288,"stat.useItem.astikorcarts.plowcart":5,"stat.pickup.minecraft.stonebrick":32,"stat.pickup.dungpipe.dung_pipe":6,"stat.drop.minecraft.beetroot_seeds":2,"stat.drop.astralsorcery.itemwand":1,"stat.craftItem.minecraft.reeds":21,"stat.pickup.betterwithmods.cooked_wolf_chop":2,"stat.useItem.astralsorcery.blockmarble":69,"stat.useItem.pickletweaks.bronze_shovel":1497,"stat.killEntity.rat":8,"stat.pickup.ferdinandsflowers.block_cff_dark":3,"stat.drop.prospectors.prospector_low":1,"stat.pickup.actuallyadditions.item_misc":10,"stat.mineBlock.tcomplement.porcelain_melter":12,"stat.useItem.betterwithmods.siding_wood":123,"stat.useItem.ceramics.channel":6,"stat.useItem.minecraft.stone_slab":4,"stat.craftItem.bloodmagic.sacrificial_dagger":1,"stat.craftItem.minecraft.stone":288,"stat.pickup.integrateddynamics.menril_log":116,"stat.mineBlock.minecraft.crafting_table":6,"stat.craftItem.abyssalcraft.cpearl":2,"stat.useItem.minecraft.carrot":46,"stat.pickup.natura.overworld_sapling":11,"stat.drop.rustic.wildberries":1,"stat.killEntity.twilightforest.hostile_wolf":1,"stat.mineBlock.traverse.orange_autumnal_leaves":9,"stat.pickup.thebetweenlands.swamp_talisman":8,"stat.craftItem.primal.flint_hatchet":2,"stat.pickup.primal.animal_fat":70,"stat.pickup.abyssalcraft.statue":6,"stat.pickup.integrateddynamics.crystalized_menril_chunk":10,"stat.pickup.primal_tech.fluid_bladder":2,"stat.pickup.minecraft.gravel":175,"stat.killEntity.totemic:bald_eagle":1,"stat.pickup.astralsorcery.itemrockcrystalsimple":153,"stat.drop.minecraft.cooked_porkchop":1,"stat.killEntity.primal:bear_black":1,"stat.pickup.minecraft.brick":1,"stat.mineBlock.natura.overworld_sapling2":3,"stat.pickup.minecraft.spider_eye":6,"stat.pickup.betterwithaddons.log_mulberry":142,"stat.useItem.minecraft.cooked_chicken":104,"stat.pickup.minecraft.iron_ore":2,"stat.mineBlock.totemic.wind_chime":19,"stat.mineBlock.thebetweenlands.algae":9,"stat.mineBlock.geolosys.ore":530,"stat.pickup.betterwithmods.wolf_chop":3,"stat.pickup.minecraft.leaves":9,"stat.pickup.totemic.cedar_log":18,"stat.pickup.minecraft.leather":15,"stat.mineBlock.ferdinandsflowers.block_cff_fungus":16,"stat.mineBlock.bloodmagic.altar":4,"stat.pickup.minecraft.reeds":425,"stat.useItem.jarm.oak_raft":41,"stat.pickup.tconstruct.materials":16,"stat.craftItem.quark.glass_shards":7,"stat.sleepInBed":37,"stat.pickup.horsepower.press":1,"stat.pickup.twilightforest.twilight_log":51,"stat.killEntity.Cow":61,"stat.killEntity.Pig":6,"stat.pickup.minecraft.piston":1,"stat.walkOneCm":4770151,"stat.useItem.primal.horse_meat_cooked":10,"stat.drop.totemic.jingle_dress":1,"stat.mineBlock.abyssalcraft.statue":6,"stat.drop.primal.flint_shovel":1,"stat.pickup.minecraft.clay_ball":241,"stat.mineBlock.immersiveengineering.storage":1,"stat.killEntity.piranha":23,"stat.useItem.pickletweaks.bronze_axe":421,"stat.craftItem.primal.leather_strip":27,"stat.craftItem.totemic.totem_whittling_knife":2,"stat.pickup.primal.shark_meat_cooked":8,"stat.mineBlock.chisel.basalt2":1,"stat.drop.totemic.buffalo_items":1,"stat.pickup.totemic.totemic_staff":1,"stat.drop.minecraft.iron_chestplate":1,"stat.pickup.minecraft.stone":218,"stat.pickup.naturescompass.naturescompass":1,"stat.pickup.totemic.drum":23,"stat.craftItem.minecraft.hay_block":3,"stat.mineBlock.minecraft.packed_ice":3,"stat.useItem.minecraft.leaves":3,"stat.pickup.abyssalcraft.dltplank":8,"stat.killEntity.Skeleton":35,"stat.craftItem.abyssalcraft.ccluster9":2,"stat.killEntity.wild_dog":10,"stat.pickup.primal.ferro_stone":5,"stat.killEntity.magma_monster_grunt":6,"stat.drop.primal.armor_wolf_body":1,"stat.killEntity.Spider":30,"stat.drop.bloodmagic.sacrificial_dagger":1,"stat.pickup.minecraft.bread":6,"stat.pickup.astralsorcery.itemcraftingcomponent":124,"stat.mineBlock.tcomplement.porcelain_casting":15,"stat.pickup.progressiontweaks.stone_hammer":1,"stat.mineBlock.primal.logs_stripped":58,"stat.mineBlock.geolosys.ore_sample_vanilla":2,"stat.pickup.primal_tech.work_stump_upgraded":1,"stat.pickup.minecraft.water_bucket":1,"stat.mineBlock.minecraft.redstone_ore":1,"stat.pickup.minecraft.lava_bucket":1,"stat.mineBlock.chisel.planks-oak":1,"stat.craftItem.tcomplement.materials":4,"stat.useItem.betterwithmods.cooked_wolf_chop":2,"stat.mineBlock.immersiveengineering.stone_decoration":7,"stat.killEntity.quark:ashen":1,"stat.mineBlock.minecraft.stone":2194,"stat.mineBlock.immcraft.sticks":12,"stat.pickup.totemic.baykok_bow":1} \ No newline at end of file diff --git a/world/stats/5d8fa0ff-f225-316b-b91d-7f85ea92a2e8.json b/world/stats/5d8fa0ff-f225-316b-b91d-7f85ea92a2e8.json new file mode 100644 index 0000000..88799f1 --- /dev/null +++ b/world/stats/5d8fa0ff-f225-316b-b91d-7f85ea92a2e8.json @@ -0,0 +1 @@ +{"stat.playOneMinute":241,"stat.leaveGame":1,"stat.timeSinceDeath":241} \ No newline at end of file diff --git a/world/stats/622daa46-3d92-4bcd-888e-9633a86b0541.json b/world/stats/622daa46-3d92-4bcd-888e-9633a86b0541.json new file mode 100644 index 0000000..7e6dde6 --- /dev/null +++ b/world/stats/622daa46-3d92-4bcd-888e-9633a86b0541.json @@ -0,0 +1 @@ +{"stat.killEntity.playermob":1,"stat.pickup.minecraft.wooden_slab":21,"stat.leaveGame":11,"stat.craftItem.abyssalcraft.necronomicon":1,"stat.killEntity.trumpetskeleton.TrumpetSkeleton":1,"stat.craftItem.betterwithaddons.spindle":2,"stat.drop.bloodmagic.soul_snare":4,"stat.mineBlock.rustic.leaves":16,"stat.mineBlock.horsepower.chopping_block":1,"stat.pickup.astikorcarts.cargocart":2,"stat.useItem.minecraft.mutton":7,"stat.drop.death_compass.death_compass":8,"stat.craftItem.minecraft.string":40,"stat.pickup.immcraft.shelf":2,"stat.pickup.primal.flint_point":1,"stat.craftItem.ceramics.clay_shears":1,"stat.pickup.spartanshields.shield_basic_wood":1,"stat.pickup.minecraft.rotten_flesh":29,"stat.pickup.waterstrainer.strainer_base":2,"stat.pickup.minecraft.sand":103,"stat.useItem.betterwithmods.mystery_meat":3,"stat.entityKilledBy.karate_zombie":4,"stat.craftItem.bibliocraft.plumbline":1,"stat.pickup.natura.materials":2,"stat.killEntity.abyssalcraft.abyssalzombie":2,"stat.craftItem.minecraft.stone_axe":2,"stat.pickup.animalium.wild_dog_pelt":1,"stat.pickup.primal_tech.fibre_torch_lit":1,"stat.pickup.minecraft.bucket":1,"stat.killEntity.abyssalcraft.depthsghoul":1,"stat.pickup.minecraft.leather_boots":1,"stat.mineBlock.geolosys.ore_vanilla":106,"stat.craftItem.minecraft.stone_sword":5,"stat.mineBlock.primal.schist_green_stone":4,"stat.pickup.primal.wolf_head_item":1,"stat.killEntity.abyssalcraft.shadowcreature":1,"stat.mineBlock.minecraft.sand":105,"stat.pickup.spartanshields.shield_basic_stone":1,"stat.pickup.pickletweaks.copper_pickaxe":1,"stat.useItem.betterwithmods.cooked_mystery_meat":12,"stat.pickup.prospectors.prospector_lowest":2,"stat.killEntity.Villager":1,"stat.pickup.death_compass.death_compass":3,"stat.pickup.primal.sharp_bone":2,"stat.useItem.primal_tech.fire_sticks":49,"stat.mineBlock.ceramics.clay_barrel":1,"stat.mineBlock.betterwithaddons.aqueduct":7,"stat.pickup.actuallyadditions.item_worm":2,"stat.craftItem.betterwithmods.hand_crank":1,"stat.pickup.traverse.orange_autumnal_sapling":2,"stat.mineBlock.chisel.marble2":12,"stat.furnaceInteraction":72,"stat.pickup.minecraft.beef":10,"stat.useItem.minecraft.cooked_mutton":10,"stat.pickup.pickletweaks.bronze_pickaxe":1,"stat.craftItem.primal_tech.work_stump":3,"stat.useItem.rustic.wildberries":12,"stat.drop.minecraft.lead":2,"stat.killEntity.Horse":1,"stat.mineBlock.contenttweaker.sub_block_holder_0":2,"stat.mineBlock.minecraft.fence":3,"stat.useItem.astikorcarts.cargocart":1,"stat.pickup.rustic.olives":4,"stat.craftItem.ceramics.clay_barrel_unfired":3,"stat.pickup.progressiontweaks.tomahawk":1,"stat.mineBlock.minecraft.oak_stairs":8,"stat.pickup.betterwithmods.raw_egg":1,"stat.deaths":21,"stat.entityKilledBy.wild_dog":1,"stat.pickup.horsepower.chopping_block":1,"stat.pickup.minecraft.egg":3,"stat.playOneMinute":816429,"stat.pickup.tconstruct.rack":7,"stat.drop.prospectors.prospector_lowest":1,"stat.pickup.betterwithmods.mystery_meat":4,"stat.mineBlock.actuallyadditions.block_wild":1,"stat.craftItem.huntingdim.frame":16,"stat.pickup.natura.overworld_seeds":1,"stat.drop.immcraft.rock":1,"stat.killEntity.rainbow_golem":2,"stat.useItem.pickletweaks.copper_pickaxe":14,"stat.pickup.chisel.marble2":30,"stat.mineBlock.minecraft.tallgrass":299,"stat.craftItem.primal.plant_cordage":18,"stat.pickup.waterstrainer.net":1,"stat.pickup.tconstruct.seared":9,"stat.chestOpened":87,"stat.pickup.waterstrainer.garden_trowel":1,"stat.pickup.primal.pelt_wolf":2,"stat.pickup.immersiveengineering.material":4,"stat.useItem.minecraft.stone":3,"stat.killEntity.owl":1,"stat.useItem.actuallyadditions.item_food":1,"stat.drop.minecraft.flint":2,"stat.craftItem.minecraft.flint":29,"stat.pickup.primal.bone_knapp":1,"stat.mineBlock.rustic.slate":2,"stat.craftItem.bloodmagic.soul_snare":16,"stat.pickup.betterwithmods.hemp":2,"stat.fallOneCm":162544,"stat.pickup.minecraft.carrot":5,"stat.crouchOneCm":14703,"stat.pickup.actuallyadditions.item_food":1,"stat.craftItem.minecraft.chest":2,"stat.mineBlock.progressiontweaks.fire_pit_unlit":1,"stat.craftingTableInteraction":46,"stat.pickup.betterwithaddons.wool":12,"stat.pickup.minecraft.feather":3,"stat.mineBlock.geolosys.ore_sample":8,"stat.useItem.minecraft.reeds":5,"stat.drop.antiqueatlas.antique_atlas":1,"stat.craftItem.tconstruct.materials":124,"stat.pickup.antiqueatlas.antique_atlas":2,"stat.pickup.primal.rush_stems":4,"stat.pickup.minecraft.planks":84,"stat.pickup.chisel.limestone2":19,"stat.pickup.minecraft.wheat_seeds":7,"stat.mineBlock.primal.ferro_stone":2,"stat.killEntity.karate_zombie":8,"stat.pickup.minecraft.lead":3,"stat.mineBlock.minecraft.gravel":131,"stat.useItem.minecraft.stone_pickaxe":332,"stat.useItem.minecraft.stone_sword":182,"stat.killEntity.Rabbit":1,"stat.mineBlock.minecraft.dirt":144,"stat.craftItem.primal_tech.rock":4,"stat.pickup.primal.mud_clump":127,"stat.drop.minecraft.stick":9,"stat.pickup.mekanism.ingot":27,"stat.mineBlock.mekanism.saltblock":3,"stat.drop.actuallyadditions.item_worm":2,"stat.drop.minecraft.rotten_flesh":3,"stat.useItem.minecraft.log":7,"stat.pickup.abyssalcraft.shadowfragment":3,"stat.useItem.minecraft.cobblestone":140,"stat.craftItem.minecraft.crafting_table":2,"stat.useItem.minecraft.gravel":10,"stat.mineBlock.minecraft.double_plant":2,"stat.drop.primal_tech.bone_shard":1,"stat.pickup.minecraft.log":160,"stat.drop.immersiveengineering.tool":1,"stat.pickup.immcraft.chest":3,"stat.pickup.betterwithmods.arcane_scroll":1,"stat.craftItem.betterwithaddons.bolt":2,"stat.pickup.primal.pelt_sheep":14,"stat.craftItem.primal_tech.stone_club":2,"stat.pickup.minecraft.web":1,"stat.drop.minecraft.sapling":2,"stat.craftItem.betterwithaddons.tweakmat":4,"stat.pickup.minecraft.sapling":133,"stat.pickup.minecraft.apple":12,"stat.useItem.primal.wolf_meat_cooked":33,"stat.useItem.primal.bear_meat_cooked":13,"stat.mineBlock.primal.mud_wet":35,"stat.craftItem.betterwithaddons.aqueduct":6,"stat.pickup.primal.wolf_meat_cooked":16,"stat.useItem.primal.logs_stripped":5,"stat.drop.astikorcarts.cargocart":1,"stat.useItem.huntingdim.frame":14,"stat.mineBlock.minecraft.log":26,"stat.pickup.primal_tech.work_stump":7,"stat.pickup.minecraft.red_flower":9,"stat.sneakTime":8243,"stat.pickup.primal.wolf_meat_raw":4,"stat.drop.minecraft.yellow_flower":2,"stat.pickup.minecraft.stone_slab":6,"stat.pickup.minecraft.yellow_flower":5,"stat.pickup.minecraft.bone":15,"stat.craftItem.ceramics.unfired_clay":3,"stat.horseOneCm":23361,"stat.craftItem.primal.bark_oak":6,"stat.mineBlock.minecraft.cobblestone":19,"stat.pickup.minecraft.stone_pickaxe":2,"stat.pickup.minecraft.flint":5,"stat.mineBlock.minecraft.yellow_flower":2,"stat.pickup.primal_tech.stone_grill":5,"stat.pickup.abyssalcraft.corflesh":6,"stat.pickup.minecraft.leather_chestplate":1,"stat.pickup.pickletweaks.coal_piece":40,"stat.swimOneCm":118975,"stat.climbOneCm":8773,"stat.entityKilledBy.magma_monster":1,"stat.useItem.minecraft.dirt":170,"stat.useItem.primal.flint_hatchet":115,"stat.craftItem.minecraft.furnace":3,"stat.useItem.minecraft.egg":3,"stat.killEntity.dire_wolf":5,"stat.pickup.geolosys.cluster":129,"stat.craftItem.minecraft.stone_pickaxe":1,"stat.pickup.minecraft.cobblestone":409,"stat.pickup.ferdinandsflowers.block_cff_fungus":4,"stat.mineBlock.minecraft.clay":58,"stat.mineBlock.chisel.limestone2":14,"stat.useItem.minecraft.stone_shovel":434,"stat.drop.ceramics.clay_barrel":2,"stat.flyOneCm":1271358,"stat.pickup.bloodmagic.monster_soul":2,"stat.pickup.rustic.slate":1,"stat.drop.primal_tech.stone_grill":1,"stat.pickup.primal_tech.bone_shard":3,"stat.mineBlock.traverse.brown_autumnal_leaves":1,"stat.mineBlock.abyssalcraft.shoggothblock":1,"stat.timeSinceDeath":158823,"stat.pickup.minecraft.mutton":31,"stat.pickup.wopper.wopper":1,"stat.drop.minecraft.coal":2,"stat.useItem.minecraft.potato":3,"stat.craftItem.tconstruct.seared":27,"stat.pickup.tconstruct.soil":124,"stat.pickup.mekanism.salt":12,"stat.mineBlock.primal_tech.fibre_torch":3,"stat.pickup.dungpipe.dung_pipe":1,"stat.useItem.minecraft.cooked_porkchop":2,"stat.useItem.tconstruct.rack":4,"stat.entityKilledBy.rainbow_golem":1,"stat.killEntity.Creeper":7,"stat.talkedToVillager":3,"stat.pickup.minecraft.string":17,"stat.mineBlock.minecraft.grass":177,"stat.pickup.ceramics.clay_barrel":1,"stat.pickup.primal_tech.charcoal_block":1,"stat.sprintOneCm":856826,"stat.useItem.primal.flint_workblade":5,"stat.pickup.primal.pelt_cow":3,"stat.drop.traverse.orange_autumnal_sapling":2,"stat.pickup.immersiveengineering.tool":1,"stat.drop.natura.materials":1,"stat.pickup.primal_tech.wooden_hopper":1,"stat.craftItem.bloodmagic.sacrificial_dagger":1,"stat.useItem.carryon.tile_item":1,"stat.pickup.primal_tech.stick_bundle":1,"stat.craftItem.minecraft.stone":10,"stat.pickup.integrateddynamics.menril_log":7,"stat.drop.tconstruct.slime_congealed":2,"stat.entityKilledBy.dire_wolf":1,"stat.craftItem.primal.plant_cloth":1,"stat.drop.minecraft.lava_bucket":1,"stat.entityKilledBy.Creeper":3,"stat.useItem.progressiontweaks.tomahawk":5,"stat.craftItem.primal.schist_green_stone":8,"stat.craftItem.primal_tech.fibre_torch":1,"stat.pickup.waterstrainer.strainer_fisherman":1,"stat.mineBlock.traverse.orange_autumnal_leaves":7,"stat.mineBlock.minecraft.planks":60,"stat.drop":56,"stat.craftItem.primal.flint_hatchet":2,"stat.killEntity.Sheep":14,"stat.useItem.tconstruct.seared":8,"stat.pickup.primalchests.primal_chest_advanced":1,"stat.killEntity.Zombie":18,"stat.pickup.bibliocraft.plumbline":1,"stat.pickup.primal.animal_fat":1,"stat.entityKilledBy.rat":1,"stat.diveOneCm":80671,"stat.pickup.primal.flint_hatchet":1,"stat.pickup.minecraft.wheat":4,"stat.pickup.primal_tech.fibre_torch":3,"stat.pickup.abyssalcraft.shoggothflesh":3,"stat.craftItem.progressiontweaks.unfired_clay_bowl":1,"stat.mineBlock.ferdinandsflowers.block_cff_doublesb":1,"stat.useItem.immersiveengineering.tool":1,"stat.pickup.minecraft.gravel":127,"stat.drop.bibliocraft.plumbline":1,"stat.pickup.minecraft.stone_axe":2,"stat.pickup.betterwithaddons.aqueduct":7,"stat.useItem.minecraft.apple":10,"stat.craftItem.pickletweaks.grass_mesh":2,"stat.useItem.immcraft.rock":1,"stat.useItem.minecraft.rotten_flesh":1,"stat.craftItem.betterwithmods.material":1,"stat.pickup.minecraft.brick":1,"stat.jump":5710,"stat.pickup.immcraft.rock":43,"stat.pickup.primal.flint_pickaxe":3,"stat.pickup.minecraft.coal":197,"stat.pickup.betterwithmods.material":11,"stat.pickup.progressiontweaks.fire_pit_unlit":2,"stat.useItem.minecraft.stone_axe":285,"stat.pickup.minecraft.gunpowder":7,"stat.entityKilledBy.primal:shark_hammerhead":1,"stat.drop.ferdinandsflowers.block_cff_fungus":1,"stat.drop.betterwithmods.material":1,"stat.pickup.minecraft.dirt":392,"stat.pickup.primal_tech.stone_mallet":2,"stat.useItem.pickletweaks.bronze_pickaxe":196,"stat.pickup.primal.pelt_horse":1,"stat.mineBlock.waterstrainer.strainer_base":1,"stat.pickup.tconstruct.slime_congealed":4,"stat.pickup.minecraft.stone_shovel":1,"stat.boatOneCm":183686,"stat.pickup.astralsorcery.itemusabledust":8,"stat.mineBlock.geolosys.ore":124,"stat.mineBlock.immcraft.rock":25,"stat.pickup.primal.plant_fiber":260,"stat.killEntity.abyssalcraft.lessershoggoth":1,"stat.damageTaken":7922,"stat.mineBlock.minecraft.red_flower":14,"stat.mineBlock.ferdinandsflowers.block_cff_fungus":5,"stat.pickup.primal.horse_meat_raw":4,"stat.pickup.primal.flint_knapp":30,"stat.mineBlock.minecraft.sapling":2,"stat.pickup.minecraft.reeds":13,"stat.useItem.waterstrainer.garden_trowel":104,"stat.pickup.minecraft.potato":3,"stat.pickup.primal.flint_workblade":1,"stat.craftItem.bloodmagic.altar":1,"stat.entityKilledBy.Zombie":7,"stat.mineBlock.primal_tech.stone_grill":2,"stat.mineBlock.betterwithmods.wood_table":3,"stat.mineBlock.primal_tech.work_stump":7,"stat.mineBlock.primal_tech.fibre_torch_lit":1,"stat.mineBlock.primal_tech.charcoal_block":1,"stat.damageDealt":15661,"stat.sleepInBed":4,"stat.killEntity.Cow":5,"stat.craftItem.horsepower.chopping_block":7,"stat.mineBlock.primal.rush":4,"stat.useItem.minecraft.air":72,"stat.craftItem.minecraft.stone_shovel":2,"stat.mineBlock.immcraft.shelf":1,"stat.walkOneCm":1788958,"stat.drop.minecraft.wheat":1,"stat.pickup.minecraft.stick":102,"stat.killEntity.primal:canis_campestris":1,"stat.pickup.minecraft.clay_ball":231,"stat.pickup.primal.schist_green_stone":4,"stat.pickup.guideapi.bloodmagic-guide":1,"stat.pickup.primal.rush_seeds":2,"stat.craftItem.primal_tech.fire_sticks":9,"stat.mineBlock.quark.gunpowder_block":1,"stat.pickup.minecraft.stone":24,"stat.useItem.primal_tech.stone_club":243,"stat.drop.betterwithmods.raw_egg":1,"stat.killEntity.Skeleton":3,"stat.useItem.betterwithaddons.aqueduct":6,"stat.killEntity.wild_dog":1,"stat.pickup.primal.ferro_stone":1,"stat.useItem.primal.flint_pickaxe":163,"stat.killEntity.Chicken":2,"stat.killEntity.Spider":5,"stat.mobKills":73,"stat.mineBlock.primal_tech.clay_kiln":1,"stat.mineBlock.geolosys.ore_sample_vanilla":2,"stat.mineBlock.minecraft.leaves":100,"stat.pickup.primal_tech.clay_kiln":2,"stat.mineBlock.tconstruct.seared":9,"stat.mineBlock.minecraft.stone":389,"stat.mineBlock.immcraft.sticks":15,"stat.pickup.waterstrainer.worm":25} \ No newline at end of file diff --git a/world/stats/92282bab-8c19-48d1-a86c-8454470c3915.json b/world/stats/92282bab-8c19-48d1-a86c-8454470c3915.json new file mode 100644 index 0000000..cebf545 --- /dev/null +++ b/world/stats/92282bab-8c19-48d1-a86c-8454470c3915.json @@ -0,0 +1 @@ +{"stat.drop.ferdinandsflowers.block_cff_doubles":5,"stat.pickup.primal.salt_dust_netjry":216,"stat.pickup.minecraft.wooden_slab":5,"stat.leaveGame":27,"stat.mineBlock.rustic.leaves":2,"stat.craftItem.minecraft.string":20,"stat.pickup.tconstruct.faucet":1,"stat.drop.minecraft.feather":14,"stat.mineBlock.ferdinandsflowers.block_cff_desert":2,"stat.pickup.minecraft.rotten_flesh":110,"stat.useItem.abyssalcraft.daxe":545,"stat.pickup.natura.materials":572,"stat.craftItem.minecraft.stone_axe":5,"stat.pickup.animalium.wild_dog_pelt":4,"stat.pickup.betterwithmods.hand_crank":1,"stat.pickup.primal_tech.fibre_torch_lit":1,"stat.pickup.minecraft.cobblestone_wall":8,"stat.useItem.rustic.planks":137,"stat.mineBlock.geolosys.ore_vanilla":319,"stat.mineBlock.primalchests.primal_chest":1,"stat.pickup.integrateddynamics.menril_sapling":16,"stat.pickup.primal.wolf_head_item":2,"stat.pickup.totemic.buffalo_items":21,"stat.pickup.integrateddynamics.menril_berries":47,"stat.mineBlock.rustic.log":1,"stat.drop.minecraft.sand":2,"stat.pickup.totemic.totempedia":1,"stat.pickup.death_compass.death_compass":2,"stat.pickup.horsepower.grindstone":4,"stat.pickup.minecraft.double_plant":38,"stat.mineBlock.primal.salt_netjry_block":54,"stat.pickup.tcomplement.porcelain_melter":4,"stat.mineBlock.chisel.marble2":13,"stat.pickup.rustic.wildberries":4,"stat.furnaceInteraction":8,"stat.drop.minecraft.gravel":1,"stat.killEntity.ZombieVillager":4,"stat.drop.primal.rush_seeds":13,"stat.pickup.trumpetskeleton.trumpet":1,"stat.pickup.astikorcarts.wheel":2,"stat.entityKilledBy.abyssalcraft.shadowmonster":1,"stat.drop.trumpetskeleton.trumpet":1,"stat.drop.minecraft.red_flower":12,"stat.useItem.minecraft.double_plant":1,"stat.pickup.minecraft.beef":187,"stat.craftItem.simpleplanes.propeller":1,"stat.craftItem.primal_tech.work_stump":4,"stat.mineBlock.abyssalcraft.dltlog":208,"stat.useItem.minecraft.trapdoor":29,"stat.useItem.rustic.wildberries":6,"stat.pickup.ceramics.unfired_clay":2,"stat.mineBlock.contenttweaker.sub_block_holder_0":1,"stat.drop.geolosys.cluster":7,"stat.craftItem.primal.leather_cordage":2,"stat.pickup.rustic.olives":25,"stat.useItem.minecraft.beef":19,"stat.pickup.minecraft.lever":3,"stat.deaths":5,"stat.pickup.horsepower.chopping_block":4,"stat.pickup.minecraft.egg":968,"stat.pickup.extendedcrafting.handheld_table":1,"stat.pickup.cyclicmagic.sleeping_mat":1,"stat.pickup.minecraft.clock":1,"stat.pickup.ferdinandsflowers.block_cff_flowers":17,"stat.pickup.abyssalcraft.dltlog2":29,"stat.mineBlock.betterwithaddons.leaves_mulberry":1,"stat.drop.immcraft.rock":1,"stat.pickup.chisel.marble2":11,"stat.mineBlock.minecraft.tallgrass":1852,"stat.pickup.minecraft.cooked_mutton":71,"stat.chestOpened":238,"stat.craftItem.minecraft.sign":3,"stat.pickup.primal.pelt_wolf":3,"stat.pickup.immersiveengineering.material":14,"stat.mineBlock.rustic.chamomile":2,"stat.pickup.minecraft.iron_sword":2,"stat.pickup.rustic.chamomile":12,"stat.pickup.primal.bone_knapp":5,"stat.mineBlock.primalchests.primal_chest_advanced":4,"stat.drop.rustic.slate":4,"stat.pickup.betterwithmods.hemp":21,"stat.pickup.minecraft.carrot":26,"stat.mineBlock.abyssalcraft.stone":167,"stat.drop.minecraft.stone_sword":1,"stat.useItem.natura.overworld_logs":1,"stat.useItem.rustic.fence_ironwood":2,"stat.crouchOneCm":267623,"stat.pickup.actuallyadditions.item_food":1,"stat.useItem.immcraft.chest":11,"stat.pickup.ferdinandsflowers.block_cff_desert":3,"stat.craftingTableInteraction":72,"stat.drop.minecraft.double_plant":2,"stat.useItem.minecraft.reeds":14,"stat.drop.primal_tech.stone_mallet":1,"stat.pickup.twilightforest.firefly_jar":1,"stat.craftItem.rustic.fence_ironwood":3,"stat.pickup.minecraft.dye":22,"stat.pickup.minecraft.planks":1205,"stat.pickup.chisel.limestone2":14,"stat.pickup.minecraft.wheat_seeds":71,"stat.pickup.chisel.cobblestone":2,"stat.pickup.natura.bluebells_flower":1,"stat.drop.twilightforest.torchberries":3,"stat.pickup.pickletweaks.dye_powder":18,"stat.mineBlock.horsepower.grindstone":3,"stat.mineBlock.minecraft.dirt":1487,"stat.useItem.abyssalcraft.dltlog":12,"stat.pickup.primal.mud_clump":100,"stat.pickup.betterwithmods.bark":131,"stat.mineBlock.ferdinandsflowers.block_cff_flowers":11,"stat.drop.minecraft.rotten_flesh":20,"stat.mineBlock.actuallyadditions.block_black_lotus":5,"stat.drop.minecraft.porkchop":2,"stat.useItem.minecraft.cobblestone":656,"stat.mineBlock.minecraft.double_plant":9,"stat.mineBlock.primal.thatch":1,"stat.drop.rustic.horsetail":3,"stat.pickup.primal.horse_meat_cooked":10,"stat.drop.minecraft.carrot":1,"stat.mineBlock.natura.overworld_leaves2":21,"stat.mineBlock.chisel.basalt":23,"stat.drop.minecraft.sapling":8,"stat.pickup.minecraft.chicken":57,"stat.pickup.primal.thin_slab_thatch":6,"stat.pickup.minecraft.apple":24,"stat.mineBlock.primal.blue_stone":3,"stat.pickup.improvedbackpacks.backpack":1,"stat.useItem.minecraft.iron_sword":47,"stat.pickup.primal.wolf_meat_cooked":2,"stat.pickup.natura.overworld_planks":10,"stat.pickup.minecraft.stone_sword":6,"stat.mineBlock.integrateddynamics.menril_log":20,"stat.mineBlock.minecraft.log":106,"stat.pickup.primal.cinis_clump":8,"stat.useItem.carryon.entity_item":72,"stat.pickup.primal_tech.work_stump":3,"stat.pickup.ferdinandsflowers.block_cff_doublesb":7,"stat.pickup.ferdinandsflowers.block_cff_doublesc":7,"stat.pickup.totemic.wind_chime":3,"stat.pickup.minecraft.red_flower":498,"stat.pickup.primal.wolf_meat_raw":8,"stat.pickup.primal.bat_meat_cooked":2,"stat.pickup.abyssalcraft.dltlog":354,"stat.mineBlock.tcomplement.porcelain_tank":1,"stat.craftItem.primal.bark_oak":118,"stat.useItem.minecraft.iron_axe":244,"stat.drop.minecraft.stone_shovel":2,"stat.mineBlock.minecraft.cobblestone":72,"stat.mineBlock.minecraft.pumpkin":4,"stat.pickup.minecraft.stone_pickaxe":4,"stat.pickup.minecraft.flint":89,"stat.mineBlock.minecraft.yellow_flower":23,"stat.pickup.traverse.yellow_autumnal_sapling":1,"stat.pickup.abyssalcraft.corflesh":32,"stat.pickup.minecraft.leather_chestplate":2,"stat.drop.minecraft.cobblestone":15,"stat.pickup.minecraft.cooked_porkchop":14,"stat.drop.primal.rush_stems":21,"stat.craftItem.primal.bark_birch":5,"stat.pickup.animalium.rat_meat_cooked":1,"stat.pickup.traverse.red_autumnal_sapling":10,"stat.mineBlock.chisel.cobblestone":2,"stat.craftItem.minecraft.furnace":1,"stat.pickup.abyssalcraft.daxe":12,"stat.craftItem.davincisvessels.marker":3,"stat.mineBlock.abyssalcraft.dltlog2":28,"stat.useItem.minecraft.egg":718,"stat.drop.rustic.wind_thistle":1,"stat.pickup.animalium.rat_meat":1,"stat.pickup.ferdinandsflowers.block_cff_fungus":25,"stat.mineBlock.minecraft.clay":35,"stat.drop.betterwithmods.hemp":5,"stat.flyOneCm":5178721,"stat.pickup.rustic.honeycomb":2,"stat.pickup.minecraft.fish":1,"stat.pickup.rustic.slate":4,"stat.drop.primal.bark_oak":1,"stat.timeSinceDeath":281691,"stat.mineBlock.rustic.cohosh":1,"stat.pickup.wopper.wopper":2,"stat.useItem.abyssalcraft.dltplank":1,"stat.killEntity.Bat":2,"stat.drop.abyssalcraft.dshovel":1,"stat.mineBlock.twilightforest.firefly_jar":1,"stat.useItem.minecraft.potato":2,"stat.craftItem.pickletweaks.bronze_shovel":3,"stat.useItem.natura.overworld_seeds":1,"stat.pickup.betterwithmods.cooked_mystery_meat":2,"stat.mineBlock.primal_tech.fibre_torch":3,"stat.mineBlock.chisel.voidstone":12,"stat.mineBlock.minecraft.coal_ore":2,"stat.useItem.abyssalcraft.dpick":826,"stat.useItem.rustic.log":22,"stat.killEntity.Creeper":7,"stat.talkedToVillager":30,"stat.pickup.rustic.planks":205,"stat.pickup.rustic.stairs_ironwood":2,"stat.pickup.minecraft.string":42,"stat.pickup.abyssalcraft.dpick":10,"stat.pickup.tcomplement.porcelain_casting":2,"stat.killEntity.Squid":5,"stat.sprintOneCm":4475020,"stat.mineBlock.minecraft.stone_slab":2,"stat.pickup.minecraft.bone_block":37,"stat.mineBlock.rustic.stairs_ironwood":2,"stat.mineBlock.rustic.wildberry_bush":3,"stat.pickup.primal_tech.rock":2,"stat.useItem.carryon.tile_item":15,"stat.pickup.totemic.flute":2,"stat.mineBlock.betterwithmods.siding_wood":2,"stat.mineBlock.primal.leaves":1,"stat.pickup.natura.overworld_logs":10,"stat.craftItem.totemic.flute":1,"stat.pickup.minecraft.leather_leggings":1,"stat.drop.primal.hide_tanned":6,"stat.pickup.primal.bat_meat_raw":2,"stat.entityKilledBy.primal:canis_campestris":1,"stat.pickup.primal_tech.bone_pickaxe":1,"stat.pickup.primalchests.primal_chest_advanced":20,"stat.killEntity.Zombie":77,"stat.diveOneCm":310866,"stat.pickup.minecraft.wheat":42,"stat.useItem.primalchests.primal_chest_advanced":12,"stat.useItem.betterwithmods.raw_egg":4,"stat.killEntity.totemic:baykok":1,"stat.drop.astralsorcery.itemcraftingcomponent":1,"stat.pickup.minecraft.sign":1,"stat.mineBlock.ferdinandsflowers.block_cff_flowersc":7,"stat.mineBlock.ferdinandsflowers.block_cff_flowersb":23,"stat.useItem.minecraft.chicken":1,"stat.pickup.minecraft.stone_axe":8,"stat.mineBlock.ferdinandsflowers.block_cff_flowerse":5,"stat.mineBlock.ferdinandsflowers.block_cff_flowersd":13,"stat.pickup.primal.bark_oak":15,"stat.craftItem.improvedbackpacks.upgrade":7,"stat.drop.minecraft.apple":5,"stat.jump":21720,"stat.useItem.minecraft.sand":1,"stat.pickup.immcraft.rock":133,"stat.pickup.minecraft.coal":325,"stat.pickup.minecraft.iron_ingot":36,"stat.pickup.actuallyadditions.block_black_lotus":7,"stat.pickup.minecraft.gunpowder":8,"stat.entityKilledBy.primal:shark_hammerhead":1,"stat.drop.ferdinandsflowers.block_cff_fungus":1,"stat.pickup.totemic.tipi":2,"stat.craftItem.minecraft.torch":4,"stat.drop.betterwithmods.material":10,"stat.pickup.minecraft.dirt":4613,"stat.pickup.primal_tech.stone_mallet":1,"stat.useItem.pickletweaks.bronze_pickaxe":975,"stat.pickup.primal.pelt_horse":5,"stat.pickup.minecraft.stone_shovel":7,"stat.pickup.rustic.log":56,"stat.drop.ceramics.unfired_clay":1,"stat.useItem.totemic.totemic_staff":6,"stat.pickup.rustic.wind_thistle":3,"stat.pickup.primal.plant_fiber":3572,"stat.craftItem.immcraft.rock":45,"stat.pickup.ceramics.clay_barrel_unfired":2,"stat.damageTaken":8628,"stat.mineBlock.minecraft.red_flower":193,"stat.mineBlock.minecraft.torch":20,"stat.pickup.primal.flint_knapp":10,"stat.tradedWithVillager":1,"stat.pickup.immersiveengineering.metal":3,"stat.mineBlock.minecraft.sapling":6,"stat.craftItem.astralsorcery.itemcraftingcomponent":1,"stat.pickup.betterwithmods.cooked_egg":3,"stat.pickup.primal.terra_clump":333,"stat.pickup.minecraft.potato":23,"stat.entityKilledBy.Zombie":1,"stat.useItem.betterwithmods.moulding_wood":47,"stat.mineBlock.abyssalcraft.dltplank":1,"stat.mineBlock.twilightforest.root":1,"stat.pickup.twilightforest.liveroot":1,"stat.craftItem.horsepower.chopping_block":8,"stat.mineBlock.primal.rush":12,"stat.useItem.minecraft.air":234,"stat.animalsBred":25,"stat.useItem.minecraft.chest":1,"stat.killEntity.magma_monster":1,"stat.killEntity.primal:canis_campestris":4,"stat.pickup.primal.leather_cordage":7,"stat.pickup.abyssalcraft.dsword":2,"stat.mineBlock.betterwithmods.wooden_broken_gearbox":2,"stat.craftItem.abyssalcraft.daxe":6,"stat.drop.minecraft.potato":1,"stat.craftItem.improvedbackpacks.backpack":3,"stat.drop.betterwithmods.raw_egg":35,"stat.drop.minecraft.wooden_slab":2,"stat.drop.totemic.cedar_log":18,"stat.pickup.minecraft.cooked_beef":174,"stat.mineBlock.integrateddynamics.menril_leaves":3,"stat.pickup.actuallyadditions.item_coffee_beans":2,"stat.mineBlock.minecraft.farmland":11,"stat.pickup.ferdinandsflowers.block_cff_doubles":24,"stat.drop.betterwithmods.mystery_meat":6,"stat.killEntity.twilightforest.bighorn_sheep":3,"stat.mineBlock.primal.cinis_block":2,"stat.pickup.twilightforest.raw_venison":2,"stat.mobKills":375,"stat.craftItem.minecraft.shears":1,"stat.pickup.totemic.buffalo_meat":7,"stat.craftItem.minecraft.lead":2,"stat.useItem.minecraft.cobblestone_wall":52,"stat.pickup.minecraft.beetroot_seeds":20,"stat.pickup.minecraft.torch":19,"stat.mineBlock.primal_tech.charcoal_hopper":1,"stat.drop.minecraft.stone_axe":3,"stat.mineBlock.astralsorcery.blockgeolosyssamplecluster":1,"stat.mineBlock.immcraft.chest":5,"stat.pickup.rustic.ironberries":10,"stat.pickup.primal_tech.bone_shears":2,"stat.pickup.natura.overworld_logs2":200,"stat.craftItem.minecraft.iron_axe":1,"stat.killEntity.twilightforest.swarm_spider":1,"stat.killEntity.trumpetskeleton.TrumpetSkeleton":5,"stat.pickup.improvedbackpacks.upgrade":3,"stat.pickup.astikorcarts.cargocart":6,"stat.mineBlock.horsepower.chopping_block":2,"stat.pickup.improvedbackpacks.blank_upgrade":2,"stat.pickup.immcraft.shelf":3,"stat.drop.betterwithmods.manual":1,"stat.useItem.minecraft.planks":703,"stat.drop.totemic.eagle_drops":1,"stat.drop.totemic.totemic_staff":1,"stat.pickup.minecraft.porkchop":16,"stat.pickup.spartanshields.shield_basic_wood":1,"stat.drop.totemic.tipi":1,"stat.useItem.minecraft.water_bucket":11,"stat.pickup.minecraft.sand":24,"stat.useItem.betterwithmods.mystery_meat":1,"stat.mineBlock.rustic.beehive":1,"stat.killEntity.abyssalcraft.abyssalzombie":6,"stat.killEntity.abyssalcraft.depthsghoul":5,"stat.craftItem.minecraft.cobblestone_wall":54,"stat.mineBlock.twilightforest.twilight_log":1,"stat.craftItem.minecraft.stone_sword":2,"stat.mineBlock.primal.schist_green_stone":8,"stat.mineBlock.minecraft.sand":27,"stat.pickup.spartanshields.shield_basic_stone":1,"stat.pickup.primal.sharp_bone":10,"stat.entityKilledBy.totemic:baykok":1,"stat.pickup.betterwithmods.wooden_broken_gearbox":2,"stat.useItem.totemic.cooked_buffalo_meat":6,"stat.drop.ferdinandsflowers.block_cff_dark":2,"stat.drop.animalium.rat_meat":1,"stat.pickup.traverse.orange_autumnal_sapling":5,"stat.useItem.minecraft.oak_stairs":43,"stat.useItem.minecraft.cooked_mutton":95,"stat.useItem.abyssalcraft.dshovel":3716,"stat.mineBlock.natura.overworld_leaves":11,"stat.useItem.minecraft.stone_stairs":11,"stat.useItem.rustic.stairs_ironwood":10,"stat.pickup.abyssalcraft.cobblestone":170,"stat.killEntity.Horse":6,"stat.drop.betterwithaddons.wool":44,"stat.useItem.astikorcarts.cargocart":6,"stat.pickup.minecraft.pumpkin_seeds":4,"stat.pickup.minecraft.saddle":2,"stat.pickup.betterwithmods.raw_egg":298,"stat.mineBlock.minecraft.oak_stairs":19,"stat.pickup.primal.plant_cordage":28,"stat.playOneMinute":1890239,"stat.drop.prospectors.prospector_lowest":1,"stat.drop.minecraft.string":1,"stat.pickup.betterwithmods.mystery_meat":6,"stat.mineBlock.actuallyadditions.block_wild":4,"stat.pickup.natura.overworld_seeds":516,"stat.craftItem.primal.plant_cordage":11,"stat.useItem.minecraft.fish":1,"stat.drop.chisel.planks-oak":1,"stat.pickup.totemic.eagle_drops":1,"stat.drop.minecraft.flint":1,"stat.mineBlock.rustic.slate":4,"stat.mineBlock.tconstruct.faucet":1,"stat.drop.rustic.honeycomb":2,"stat.pickup.abyssalcraft.dltsapling":8,"stat.drop.ferdinandsflowers.block_cff_flowersb":1,"stat.drop.ferdinandsflowers.block_cff_flowersd":3,"stat.drop.ferdinandsflowers.block_cff_flowersc":1,"stat.pickup.minecraft.cooked_chicken":9,"stat.fallOneCm":717373,"stat.useItem.primal.flint_axe":38,"stat.pickup.primalchests.primal_chest":17,"stat.mineBlock.rustic.horsetail":6,"stat.useItem.natura.overworld_logs2":15,"stat.craftItem.minecraft.chest":4,"stat.mineBlock.minecraft.lever":1,"stat.pickup.rustic.horsetail":16,"stat.pickup.betterwithaddons.wool":116,"stat.pickup.minecraft.feather":1731,"stat.mineBlock.geolosys.ore_sample":46,"stat.drop.minecraft.bone":6,"stat.craftItem.minecraft.wooden_button":1,"stat.pickup.primal.rush_stems":163,"stat.useItem.primal.sharp_bone":1,"stat.mineBlock.natura.overworld_logs2":69,"stat.pickup.primal.thatching_dry":8,"stat.killEntity.karate_zombie":6,"stat.pickup.minecraft.lead":50,"stat.pickup.primal.logs_stripped":39,"stat.mineBlock.minecraft.gravel":1,"stat.useItem.minecraft.stone_pickaxe":234,"stat.useItem.minecraft.stone_sword":609,"stat.mineBlock.ferdinandsflowers.block_cff_doubles":5,"stat.killEntity.Rabbit":1,"stat.mineBlock.primal.terra_block":105,"stat.craftItem.minecraft.oak_stairs":28,"stat.drop.primal.plant_fiber":306,"stat.pickup.primal.thatch":2,"stat.drop.minecraft.reeds":14,"stat.craftItem.primal_tech.rock":5,"stat.pickup.betterwithmods.siding_wood":34,"stat.pickup.totemic.rattle":1,"stat.drop.minecraft.stick":17,"stat.pickup.mekanism.ingot":1,"stat.useItem.minecraft.torch":17,"stat.pickup.rustic.bee":1,"stat.mineBlock.ferdinandsflowers.block_cff_dark":3,"stat.drop.wopper.wopper":1,"stat.craftItem.minecraft.stone_stairs":16,"stat.useItem.minecraft.log":182,"stat.pickup.minecraft.crafting_table":18,"stat.drop.minecraft.tallgrass":7,"stat.pickup.abyssalcraft.dshovel":13,"stat.craftItem.minecraft.crafting_table":3,"stat.pickup.chisel.voidstone":36,"stat.pickup.primal.flint_axe":1,"stat.pickup.chisel.basalt":17,"stat.pickup.minecraft.log":687,"stat.mineBlock.totemic.drum":4,"stat.drop.minecraft.stonebrick":2,"stat.pickup.traverse.brown_autumnal_sapling":1,"stat.pickup.immcraft.chest":36,"stat.pickup.primal.pelt_sheep":62,"stat.pickup.minecraft.tallgrass":10,"stat.pickup.minecraft.web":2,"stat.drop.minecraft.planks":4,"stat.pickup.minecraft.sapling":281,"stat.pickup.minecraft.wooden_door":1,"stat.pickup.minecraft.beetroot":8,"stat.mineBlock.primal.mud_wet":21,"stat.useItem.primal.logs_stripped":5,"stat.craftItem.betterwithmods.wicker":4,"stat.pickup.primal_tech.charcoal_hopper":2,"stat.pickup.minecraft.golden_sword":1,"stat.mineBlock.abyssalcraft.dltleaves":5,"stat.pickup.natura.overworld_sapling2":22,"stat.sneakTime":93369,"stat.mineBlock.minecraft.cobblestone_wall":9,"stat.drop.betterwithmods.cooked_egg":1,"stat.pickup.contenttweaker.material_part":13,"stat.pickup.minecraft.stone_slab":3,"stat.drop.minecraft.yellow_flower":5,"stat.pickup.minecraft.yellow_flower":55,"stat.pickup.ferdinandsflowers.block_cff_flowersd":31,"stat.pickup.ferdinandsflowers.block_cff_flowerse":17,"stat.pickup.ferdinandsflowers.block_cff_flowersb":39,"stat.pickup.abyssalcraft.corbone":12,"stat.pickup.ferdinandsflowers.block_cff_flowersc":21,"stat.drop.minecraft.stone_pickaxe":2,"stat.mineBlock.integrateddynamics.menril_log_filled":2,"stat.pickup.minecraft.bone":164,"stat.horseOneCm":6532345,"stat.pickup.chisel.planks-oak":1,"stat.pickup.primal_tech.stone_grill":1,"stat.mineBlock.traverse.yellow_autumnal_leaves":12,"stat.useItem.primal_tech.fibre_torch":3,"stat.swimOneCm":117460,"stat.climbOneCm":41884,"stat.useItem.minecraft.dirt":3655,"stat.pickup.simplyarrows.arrow_bone":13,"stat.useItem.minecraft.red_flower":9,"stat.drop.minecraft.web":1,"stat.craftItem.antiqueatlas.empty_antique_atlas":1,"stat.craftItem.minecraft.trapdoor":24,"stat.pickup.geolosys.cluster":33,"stat.pickup.rustic.cohosh":2,"stat.craftItem.pickletweaks.bronze_pickaxe":5,"stat.pickup.minecraft.cobblestone":1439,"stat.mineBlock.chisel.limestone2":14,"stat.useItem.minecraft.stone_shovel":2127,"stat.craftItem.rustic.stairs_ironwood":12,"stat.useItem.abyssalcraft.dltsapling":3,"stat.drop.minecraft.wheat_seeds":10,"stat.useItem.minecraft.cooked_beef":78,"stat.mineBlock.traverse.brown_autumnal_leaves":7,"stat.pickup.betterwithmods.creeper_oyster":1,"stat.mineBlock.minecraft.iron_ore":3,"stat.drop.minecraft.log":1,"stat.useItem.minecraft.sign":3,"stat.pickup.minecraft.mutton":94,"stat.pickup.actuallyadditions.item_rice_seed":2,"stat.pickup.betterwithmods.moulding_wood":76,"stat.mineBlock.natura.overworld_logs":6,"stat.pickup.minecraft.stonebrick":3,"stat.drop.minecraft.dirt":27,"stat.pickup.rustic.sapling":18,"stat.useItem.minecraft.cooked_porkchop":10,"stat.pickup.minecraft.trapdoor":11,"stat.mineBlock.minecraft.grass":3313,"stat.pickup.primal.pelt_pig":4,"stat.mineBlock.rustic.planks":24,"stat.useItem.pickletweaks.bronze_shovel":466,"stat.pickup.ferdinandsflowers.block_cff_dark":3,"stat.killEntity.rat":3,"stat.pickup.actuallyadditions.item_misc":14,"stat.useItem.primal.flint_workblade":14,"stat.pickup.primal.pelt_cow":69,"stat.craftItem.improvedbackpacks.blank_upgrade":2,"stat.mineBlock.tcomplement.porcelain_melter":2,"stat.drop.natura.materials":1,"stat.useItem.betterwithmods.siding_wood":26,"stat.pickup.primal_tech.wooden_hopper":1,"stat.pickup.integrateddynamics.menril_log":72,"stat.mineBlock.minecraft.crafting_table":17,"stat.pickup.natura.overworld_sapling":4,"stat.drop.rustic.wildberries":1,"stat.mineBlock.traverse.orange_autumnal_leaves":7,"stat.mineBlock.minecraft.planks":135,"stat.drop":317,"stat.killEntity.Sheep":61,"stat.pickup.betterwithaddons.sapling_mulberry":3,"stat.mineBlock.abyssalcraft.dghead":2,"stat.pickup.primal.animal_fat":6,"stat.mineBlock.betterwithmods.moulding_wood":30,"stat.useItem.primal_tech.bone_pickaxe":47,"stat.pickup.integrateddynamics.crystalized_menril_chunk":4,"stat.pickup.primal_tech.fibre_torch":7,"stat.pickup.rustic.wildberry_bush":5,"stat.pickup.abyssalcraft.dghead":3,"stat.mineBlock.traverse.red_autumnal_leaves":10,"stat.mineBlock.ferdinandsflowers.block_cff_doublesb":2,"stat.mineBlock.ferdinandsflowers.block_cff_doublesc":1,"stat.pickup.minecraft.gravel":1,"stat.drop.minecraft.cooked_beef":3,"stat.useItem.minecraft.apple":4,"stat.useItem.immcraft.rock":1,"stat.pickup.twilightforest.torchberries":3,"stat.pickup.minecraft.fence":1,"stat.pickup.betterwithmods.material":340,"stat.useItem.minecraft.stone_axe":802,"stat.pickup.minecraft.spider_eye":2,"stat.craftItem.betterwithmods.wooden_gearbox":2,"stat.pickup.betterwithaddons.log_mulberry":6,"stat.useItem.minecraft.cooked_chicken":24,"stat.pickup.minecraft.iron_ore":4,"stat.boatOneCm":6341645,"stat.pickup.tcomplement.porcelain_tank":1,"stat.mineBlock.immcraft.rock":38,"stat.pickup.actuallyadditions.item_coffee_seed":3,"stat.mineBlock.ferdinandsflowers.block_cff_fungus":25,"stat.pickup.primal.horse_meat_raw":20,"stat.pickup.minecraft.reeds":135,"stat.pickup.primal.flint_workblade":3,"stat.pickup.minecraft.oak_stairs":18,"stat.mineBlock.primal_tech.fibre_torch_lit":1,"stat.mineBlock.primal_tech.work_stump":3,"stat.damageDealt":48238,"stat.sleepInBed":22,"stat.pickup.actuallyadditions.item_canola_seed":8,"stat.killEntity.Cow":93,"stat.killEntity.Pig":7,"stat.craftItem.minecraft.iron_sword":1,"stat.craftItem.minecraft.stone_shovel":33,"stat.walkOneCm":4400070,"stat.playerKills":1,"stat.useItem.primal.horse_meat_cooked":10,"stat.pickup.minecraft.stick":253,"stat.pickup.minecraft.clay_ball":140,"stat.killEntity.totemic:buffalo":6,"stat.useItem.abyssalcraft.dsword":98,"stat.killEntity.piranha":6,"stat.craftItem.primal.leather_strip":27,"stat.pickup.primal.schist_green_stone":8,"stat.pickup.primal.rush_seeds":72,"stat.pickup.totemic.totemic_staff":1,"stat.craftItem.primal_tech.fire_sticks":1,"stat.drop.chisel.marble2":1,"stat.pickup.minecraft.stone":37,"stat.killEntity.fat_cat":1,"stat.pickup.betterwithmods.manual":1,"stat.pickup.totemic.drum":2,"stat.killEntity.twilightforest.deer":2,"stat.pickup.abyssalcraft.dltplank":135,"stat.pickup.minecraft.gold_ingot":9,"stat.killEntity.Skeleton":1,"stat.killEntity.wild_dog":6,"stat.killEntity.Chicken":53,"stat.drop.minecraft.crafting_table":1,"stat.useItem.primal_tech.fibre_torch_lit":3,"stat.killEntity.Spider":3,"stat.pickup.astralsorcery.itemcraftingcomponent":1,"stat.mineBlock.tcomplement.porcelain_casting":2,"stat.craftItem.betterwithmods.aesthetic":1,"stat.useItem.betterwithmods.cooked_egg":5,"stat.mineBlock.primal.logs_stripped":2,"stat.craftItem.farmingforblockheads.market":1,"stat.mineBlock.geolosys.ore_sample_vanilla":19,"stat.pickup.primal_tech.work_stump_upgraded":1,"stat.mineBlock.minecraft.leaves":202,"stat.craftItem.abyssalcraft.dshovel":43,"stat.mineBlock.minecraft.bone_block":20,"stat.craftItem.prospectors.prospector_lowest":3,"stat.mineBlock.minecraft.stone":1312,"stat.mineBlock.immcraft.sticks":13,"stat.pickup.totemic.baykok_bow":1,"stat.pickup.simplyarrows.arrow_flint":2} \ No newline at end of file diff --git a/world/stats/b5b4178f-ca06-3acf-8d73-f2624e51db7b.json b/world/stats/b5b4178f-ca06-3acf-8d73-f2624e51db7b.json new file mode 100644 index 0000000..6b7b961 --- /dev/null +++ b/world/stats/b5b4178f-ca06-3acf-8d73-f2624e51db7b.json @@ -0,0 +1 @@ +{"stat.flyOneCm":102156,"stat.walkOneCm":12121,"stat.jump":341,"stat.playOneMinute":6842,"stat.fallOneCm":5106,"stat.leaveGame":1,"stat.damageTaken":15,"stat.damageDealt":100,"stat.timeSinceDeath":6842,"stat.pickup.minecraft.dirt":4,"stat.sprintOneCm":43893,"stat.pickup.ferdinandsflowers.block_cff_flowerse":1,"stat.useItem.rustic.wildberries":3} \ No newline at end of file diff --git a/world/stats/b72d807c-2845-4cc5-b792-2972f6483cfa.json b/world/stats/b72d807c-2845-4cc5-b792-2972f6483cfa.json new file mode 100644 index 0000000..2d548c2 --- /dev/null +++ b/world/stats/b72d807c-2845-4cc5-b792-2972f6483cfa.json @@ -0,0 +1 @@ +{"stat.pickup.bloodmagic.sacrificial_dagger":1,"stat.useItem.primal.slat_oak":7,"stat.drop.minecraft.gunpowder":1,"stat.killEntity.thebetweenlands.frog":2,"stat.pickup.rustic.crushing_tub":7,"stat.craftItem.thebetweenlands.octine_axe":3,"stat.pickup.primal.pelt_bear_black":6,"stat.pickup.minecraft.rotten_flesh":75,"stat.craftItem.minecraft.stone_axe":26,"stat.drop.abyssalcraft.necronomicon":2,"stat.pickup.minecraft.bucket":2,"stat.killEntity.Enderman":2,"stat.mineBlock.geolosys.ore_vanilla":203,"stat.pickup.minecraft.brown_mushroom":18,"stat.pickup.integrateddynamics.menril_berries":20,"stat.killEntity.Villager":1,"stat.useItem.primal_tech.fire_sticks":12,"stat.pickup.progressiontweaks.spear":2,"stat.pickup.horsepower.grindstone":10,"stat.pickup.minecraft.double_plant":47,"stat.pickup.tcomplement.porcelain_melter":1,"stat.mineBlock.chisel.marble2":11,"stat.furnaceInteraction":75,"stat.craftItem.totemic.eagle_bone_whistle":1,"stat.pickup.astikorcarts.wheel":2,"stat.killEntity.thebetweenlands.firefly":1,"stat.pickup.thebetweenlands.weedwood_chest":1,"stat.craftItem.rustic.rope":156,"stat.useItem.rustic.wildberries":92,"stat.pickup.ceramics.unfired_clay":20,"stat.pickup.abyssalcraft.necronomicon":2,"stat.pickup.thebetweenlands.log_nibbletwig":9,"stat.pickup.primal.bear_meat_raw":16,"stat.mineBlock.thebetweenlands.weedwood_bush":64,"stat.deaths":12,"stat.pickup.minecraft.egg":1053,"stat.craftItem.minecraft.melon_seeds":6,"stat.pickup.horsepower.chopping_block":3,"stat.pickup.abyssalcraft.dltlog2":7,"stat.drop.immcraft.rock":1,"stat.pickup.minecraft.cooked_mutton":1,"stat.chestOpened":1292,"stat.pickup.primal.pelt_wolf":30,"stat.mineBlock.rustic.chamomile":1,"stat.pickup.minecraft.iron_sword":2,"stat.killEntity.owl":3,"stat.pickup.primal.bone_knapp":19,"stat.useItem.rustic.wildberry_bush":20,"stat.pickup.betterwithmods.hemp":1543,"stat.pickup.minecraft.carrot":119,"stat.mineBlock.thebetweenlands.crimson_middle_gem_ore":1,"stat.crouchOneCm":42245,"stat.pickup.thebetweenlands.angler_tooth_arrow":13,"stat.useItem.immcraft.chest":6,"stat.mineBlock.thebetweenlands.loot_pot":7,"stat.mineBlock.progressiontweaks.fire_pit_unlit":1,"stat.craftingTableInteraction":111,"stat.pickup.primal.corn_stalk_wet":6,"stat.mineBlock.tconstruct.rack":22,"stat.craftItem.teslacorelib.gear_stone":5,"stat.pickup.twilightforest.firefly_jar":3,"stat.pickup.primal.shark_meat_raw":20,"stat.pickup.minecraft.dye":93,"stat.pickup.minecraft.planks":1048,"stat.pickup.chisel.limestone2":35,"stat.killEntity.skeleton_frozen":2,"stat.mineBlock.thebetweenlands.venus_fly_trap":1,"stat.pickup.primal.logs_stacked":1,"stat.mineBlock.horsepower.grindstone":6,"stat.pickup.minecraft.ice":1,"stat.pickup.primal.mud_clump":23,"stat.useItem.ceramics.clay_barrel":1,"stat.mineBlock.actuallyadditions.block_black_lotus":5,"stat.drop.minecraft.rotten_flesh":2,"stat.craftItem.betterwithaddons.wool":147,"stat.pickup.tconstruct.pickaxe":1,"stat.craftItem.tcomplement.porcelain_melter":1,"stat.mineBlock.natura.overworld_leaves2":93,"stat.pickup.minecraft.chicken":94,"stat.pickup.thebetweenlands.log_weedwood":30,"stat.drop.minecraft.fish":1,"stat.useItem.thebetweenlands.marshmallow_pink":2,"stat.drop.ferdinandsflowers.block_cff_doublesb":1,"stat.pickup.minecraft.stone_sword":3,"stat.mineBlock.minecraft.waterlily":46,"stat.useItem.carryon.entity_item":51,"stat.pickup.ferdinandsflowers.block_cff_doublesb":1,"stat.pickup.ferdinandsflowers.block_cff_doublesc":2,"stat.drop.primal.wolf_meat_cooked":1,"stat.pickup.primal.wolf_meat_raw":89,"stat.pickup.ferdinandsflowers.block_cff_doubless":6,"stat.pickup.minecraft.cooked_fish":5,"stat.mineBlock.thebetweenlands.sulfur_ore":3,"stat.mineBlock.primal.slat_oak":24,"stat.mineBlock.thebetweenlands.black_hat_mushroom":2,"stat.pickup.primal.armor_wolf_legs":1,"stat.craftItem.primal.bark_oak":153,"stat.mineBlock.minecraft.pumpkin":1,"stat.mineBlock.minecraft.cobblestone":60,"stat.pickup.minecraft.stone_pickaxe":2,"stat.pickup.minecraft.flint":59,"stat.pickup.traverse.yellow_autumnal_sapling":5,"stat.pickup.minecraft.leather_chestplate":1,"stat.pickup.actuallyadditions.item_fertilizer":57,"stat.pickup.minecraft.cooked_porkchop":102,"stat.mineBlock.thebetweenlands.swamp_plant":24,"stat.useItem.thebetweenlands.critter_cruncher":4,"stat.mineBlock.ceramics.clay_barrel_unfired":1,"stat.craftItem.thebetweenlands.octine_ingot":54,"stat.pickup.minecraft.iron_boots":1,"stat.craftItem.minecraft.furnace":1,"stat.craftItem.minecraft.farmland":104,"stat.mineBlock.minecraft.clay":63,"stat.drop.betterwithmods.hemp":2,"stat.drop.primal.bark_oak":64,"stat.drop.primal_tech.stone_grill":1,"stat.useItem.minecraft.melon_block":12,"stat.pickup.totemic.cedar_plank":10,"stat.drop.appliedenergistics2.grindstone":1,"stat.pickup.thebetweenlands.octine_block":6,"stat.useItem.tconstruct.rack":110,"stat.drop.thebetweenlands.lurker_skin_shield":1,"stat.pickup.betterwithmods.corner_wood":46,"stat.mineBlock.thebetweenlands.log_weedwood":23,"stat.entityKilledBy.Skeleton":1,"stat.pickup.ceramics.clay_barrel":6,"stat.killEntity.Squid":11,"stat.sprintOneCm":5074188,"stat.mineBlock.rustic.rope":5,"stat.pickup.jarm.oak_raft":52,"stat.pickup.primal_tech.rock":3,"stat.useItem.carryon.tile_item":18,"stat.pickup.primal.pelt_dog":2,"stat.mineBlock.betterwithmods.siding_wood":1,"stat.killEntity.thebetweenlands.mire_snail":1,"stat.pickup.natura.overworld_logs":159,"stat.drop.minecraft.boat":3,"stat.pickup.primalchests.primal_chest_advanced":10,"stat.pickup.minecraft.iron_block":1,"stat.killEntity.Zombie":52,"stat.mineBlock.thebetweenlands.copper_iris":1,"stat.pickup.minecraft.wheat":34,"stat.drop.progressiontweaks.stone_hammer":1,"stat.pickup.primal_tech.wooden_basin":3,"stat.mineBlock.thebetweenlands.flat_head_mushroom":1,"stat.drop.horsepower.grindstone":1,"stat.pickup.thebetweenlands.cragrock":133,"stat.pickup.thebetweenlands.snail_flesh_raw":4,"stat.useItem.thebetweenlands.octine_axe":982,"stat.pickup.primal.bark_oak":272,"stat.mineBlock.thebetweenlands.weedwood":8,"stat.craftItem.betterwithmods.material":6,"stat.pickup.immcraft.rock":251,"stat.pickup.primal.flint_pickaxe":2,"stat.pickup.minecraft.coal":237,"stat.pickup.minecraft.iron_ingot":63,"stat.pickup.actuallyadditions.block_black_lotus":9,"stat.mineBlock.natura.overworld_planks":2,"stat.pickup.minecraft.gunpowder":5,"stat.killEntity.thebetweenlands.angler":4,"stat.pickup.minecraft.dirt":1973,"stat.pickup.primal.hide_salted":72,"stat.pickup.betterwithaddons.japanmat":20,"stat.useItem.totemic.totemic_staff":4,"stat.pickup.primal.plant_fiber":1027,"stat.pickup.minecraft.iron_axe":2,"stat.mineBlock.minecraft.torch":22,"stat.mineBlock.minecraft.red_flower":12,"stat.tradedWithVillager":10,"stat.pickup.thebetweenlands.weedwood":12,"stat.pickup.primal.terra_clump":6,"stat.mineBlock.primal_tech.stone_grill":2,"stat.useItem.primal_tech.work_stump":2,"stat.mineBlock.primal.rush":1,"stat.mineBlock.immcraft.shelf":2,"stat.killEntity.primal:canis_campestris":44,"stat.pickup.primal.leather_cordage":10,"stat.pickup.abyssalcraft.dsword":2,"stat.drop.thebetweenlands.swamp_talisman":1,"stat.pickup.primal.pelt_bear_polar":1,"stat.pickup.abyssalcraft.decorativestatue":1,"stat.pickup.minecraft.cooked_beef":19,"stat.pickup.actuallyadditions.item_coffee_beans":2,"stat.mineBlock.minecraft.farmland":22,"stat.mobKills":543,"stat.pickup.emberroot.owl_egg":5,"stat.useItem.minecraft.boat":73,"stat.craftItem.minecraft.lead":2,"stat.craftItem.primal.hide_salted":52,"stat.pickup.minecraft.beetroot_seeds":56,"stat.pickup.primal_tech.clay_kiln":2,"stat.mineBlock.rustic.crushing_tub":5,"stat.pickup.prospectors.prospector_low":1,"stat.useItem.totemic.drum":3,"stat.pickup.astralsorcery.blockmarble":2,"stat.pickup.thebetweenlands.weedwood_planks":9,"stat.killEntity.primal:shark_hammerhead":5,"stat.pickup.abyssalcraft.coralium":59,"stat.craftItem.darkutils.charm_sleep":1,"stat.pickup.thebetweenlands.octine_axe":1,"stat.mineBlock.horsepower.chopping_block":2,"stat.killEntity.thebetweenlands.termite":10,"stat.drop.death_compass.death_compass":1,"stat.craftItem.primal_tech.stone_mallet":1,"stat.pickup.primal.armor_wolf_head":1,"stat.craftItem.primal_tech.bone_shears":2,"stat.pickup.totemic.totem_whittling_knife":4,"stat.craftItem.minecraft.stone_sword":5,"stat.mineBlock.primal.schist_green_stone":2,"stat.mineBlock.minecraft.snow_layer":6,"stat.mineBlock.minecraft.sand":1,"stat.useItem.betterwithmods.cooked_mystery_meat":5,"stat.pickup.thebetweenlands.reed_donut":1,"stat.pickup.astralsorcery.itemjournal":1,"stat.pickup.thebetweenlands.wisp":1,"stat.pickup.thebetweenlands.items_misc":125,"stat.craftItem.primal.hide_raw":765,"stat.pickup.primal.hide_dried":2,"stat.craftItem.contenttweaker.material_part":5,"stat.craftItem.betterwithmods.wooden_axle":1,"stat.pickup.astikorcarts.plowcart":5,"stat.pickup.primal.blue_stone":1,"stat.killEntity.Horse":1,"stat.craftItem.ceramics.clay_barrel_unfired":4,"stat.mineBlock.primal.logs_stacked":1,"stat.useItem.betterwithmods.corner_wood":43,"stat.pickup.primal.plant_cordage":232,"stat.mineBlock.ceramics.clay_bucket_block":4,"stat.pickup.primal.llama_meat_raw":6,"stat.pickup.betterwithmods.single_machine":13,"stat.mineBlock.actuallyadditions.block_wild":11,"stat.pickup.minecraft.pumpkin":1,"stat.useItem.minecraft.fish":1,"stat.pickup.appliedenergistics2.grindstone":4,"stat.mineBlock.thebetweenlands.moss":4,"stat.pickup.minecraft.waterlily":123,"stat.mineBlock.primal_tech.work_stump_upgraded":4,"stat.craftItem.minecraft.flint":1,"stat.pickup.chisel.marblepillar":3,"stat.useItem.thebetweenlands.lurker_skin_shield":3,"stat.pickup.thebetweenlands.weeping_blue_petal":8,"stat.pickup.minecraft.melon_seeds":2,"stat.pickup.minecraft.melon":144,"stat.pickup.primal_tech.twine":6,"stat.pickup.betterwithaddons.wool":39,"stat.craftItem.primal_tech.flint_edged_disc":1,"stat.drop.antiqueatlas.antique_atlas":1,"stat.pickup.antiqueatlas.antique_atlas":1,"stat.pickup.primal.rush_stems":32,"stat.pickup.minecraft.iron_leggings":1,"stat.killEntity.Llama":3,"stat.mineBlock.minecraft.snow":6,"stat.mineBlock.minecraft.gravel":80,"stat.drop.natura.overworld_logs2":1,"stat.pickup.thebetweenlands.tangled_root":3,"stat.pickup.mekanism.ingot":13,"stat.pickup.rustic.bee":8,"stat.useItem.minecraft.torch":121,"stat.useItem.minecraft.log":74,"stat.pickup.minecraft.crafting_table":1,"stat.craftItem.minecraft.crafting_table":1,"stat.craftItem.minecraft.boat":2,"stat.pickup.primal.flint_axe":1,"stat.pickup.traverse.brown_autumnal_sapling":4,"stat.pickup.appliedenergistics2.crank":1,"stat.pickup.immcraft.chest":39,"stat.pickup.primal.pelt_sheep":21,"stat.mineBlock.primal_tech.stick_bundle":3,"stat.drop.minecraft.planks":66,"stat.craftItem.ceramics.clay_leggings":1,"stat.pickup.minecraft.sapling":448,"stat.pickup.primal.mud_dried":25,"stat.useItem.primal.wolf_meat_cooked":99,"stat.pickup.minecraft.beetroot":36,"stat.mineBlock.thebetweenlands.infuser":1,"stat.killEntity.clownfish":1,"stat.mineBlock.abyssalcraft.dltleaves":2,"stat.mineBlock.thebetweenlands.cragrock":128,"stat.pickup.rustic.chili_pepper_seeds":50,"stat.drop.minecraft.bucket":1,"stat.useItem.minecraft.baked_potato":3,"stat.pickup.contenttweaker.material_part":4,"stat.craftItem.ceramics.clay_helmet":1,"stat.pickup.minecraft.stone_slab":6,"stat.pickup.minecraft.yellow_flower":25,"stat.pickup.ferdinandsflowers.block_cff_flowersb":4,"stat.pickup.ferdinandsflowers.block_cff_flowersc":1,"stat.pickup.minecraft.bone":260,"stat.craftItem.ceramics.unfired_clay":54,"stat.horseOneCm":755454,"stat.pickup.progressiontweaks.broken_spear_shaft":1,"stat.pickup.chisel.planks-oak":1,"stat.pickup.thebetweenlands.cragrock_brick_slab":2,"stat.killEntity.thebetweenlands.wight":2,"stat.pickup.primal_tech.stone_grill":6,"stat.mineBlock.traverse.yellow_autumnal_leaves":6,"stat.pickup.rustic.ginseng":3,"stat.climbOneCm":55450,"stat.useItem.rustic.crushing_tub":4,"stat.pickup.primal.tannin_ground":42,"stat.useItem.primal.flint_hatchet":103,"stat.useItem.rustic.slate":3,"stat.useItem.minecraft.red_flower":3,"stat.mineBlock.thebetweenlands.volarpad":3,"stat.craftItem.minecraft.stone_pickaxe":1,"stat.craftItem.pickletweaks.bronze_pickaxe":5,"stat.useItem.thebetweenlands.reed_donut":1,"stat.pickup.minecraft.cobblestone":1414,"stat.useItem.progressiontweaks.stone_hammer":1,"stat.useItem.betterwithaddons.sapling_mulberry":12,"stat.useItem.minecraft.cooked_beef":40,"stat.ae2.TurnedCranks":73,"stat.mineBlock.abyssalcraft.shoggothblock":4,"stat.pickup.actuallyadditions.item_rice_seed":20,"stat.craftItem.rustic.condenser":1,"stat.pickup.abyssalcraft.shadowshard":15,"stat.drop.minecraft.dirt":11,"stat.pickup.rustic.sapling":1,"stat.useItem.minecraft.cooked_porkchop":82,"stat.pickup.mekanism.salt":249,"stat.pickup.minecraft.trapdoor":18,"stat.mineBlock.minecraft.grass":748,"stat.pickup.primal.pelt_pig":72,"stat.mineBlock.abyssalcraft.decorativestatue":1,"stat.pickup.primal_tech.charcoal_block":4,"stat.pickup.primal.pelt_cow":60,"stat.craftItem.minecraft.stained_hardened_clay":8,"stat.pickup.primal.pelt_shark":3,"stat.entityKilledBy.Creeper":2,"stat.mineBlock.minecraft.planks":99,"stat.drop":97,"stat.craftItem.actuallyadditions.item_misc":58,"stat.killEntity.Sheep":19,"stat.drop.tcomplement.porcelain_melter":1,"stat.entityKilledBy.thebetweenlands.lurker":1,"stat.craftItem.primal_tech.wooden_basin":1,"stat.pickup.betterwithaddons.sapling_mulberry":66,"stat.pickup.rustic.wildberry_bush":42,"stat.pickup.abyssalcraft.shoggothflesh":23,"stat.mineBlock.traverse.red_autumnal_leaves":1,"stat.pickup.thebetweenlands.infuser":1,"stat.useItem.minecraft.waterlily":2,"stat.mineBlock.ferdinandsflowers.block_cff_doubless":6,"stat.useItem.immcraft.rock":1,"stat.useItem.ceramics.clay_barrel_unfired":4,"stat.pickup.minecraft.fence":4,"stat.pickup.betterwithmods.material":3196,"stat.pickup.progressiontweaks.fire_pit_unlit":3,"stat.useItem.minecraft.stone_axe":1062,"stat.useItem.betterwithmods.hemp":384,"stat.pickup.actuallyadditions.block_misc":45,"stat.craftItem.primal.hide_tanned":44,"stat.boatOneCm":6900118,"stat.pickup.tcomplement.porcelain_tank":1,"stat.mineBlock.immcraft.rock":6,"stat.pickup.rustic.tomato_seeds":51,"stat.mineBlock.minecraft.leaves2":1,"stat.killEntity.abyssalcraft.lessershoggoth":7,"stat.mineBlock.minecraft.furnace":1,"stat.pickup.primal.horse_meat_raw":4,"stat.drop.minecraft.water_bucket":1,"stat.pickup.pickletweaks.grass_mesh":2,"stat.pickup.primal.flint_workblade":4,"stat.pickup.minecraft.oak_stairs":8,"stat.mineBlock.primal_tech.work_stump":1,"stat.mineBlock.primal_tech.fibre_torch_lit":2,"stat.mineBlock.thebetweenlands.soft_rush":1,"stat.damageDealt":82345,"stat.craftItem.progressiontweaks.stone_hammer":2,"stat.craftItem.minecraft.stone_shovel":3,"stat.pickup.minecraft.boat":76,"stat.pickup.ceramics.clay_bucket":2,"stat.pickup.minecraft.stick":418,"stat.useItem.abyssalcraft.dsword":109,"stat.pickup.primal.schist_green_stone":10,"stat.pickup.primal.rush_seeds":10,"stat.craftItem.primal_tech.fire_sticks":21,"stat.mineBlock.primal.storage_crate":5,"stat.mineBlock.betterwithmods.saw":5,"stat.useItem.primal.flint_pickaxe":61,"stat.killEntity.Chicken":94,"stat.useItem.primal_tech.fibre_torch_lit":5,"stat.craftItem.betterwithmods.aesthetic":7,"stat.mineBlock.primal_tech.clay_kiln":3,"stat.pickup.thebetweenlands.sapling_nibbletwig":2,"stat.drop.natura.overworld_logs":21,"stat.mineBlock.minecraft.leaves":21,"stat.mineBlock.minecraft.bone_block":12,"stat.pickup.thebetweenlands.angler_meat_raw":9,"stat.pickup.primal.hide_tanned":84,"stat.pickup.primal.salt_dust_netjry":220,"stat.pickup.minecraft.wooden_slab":62,"stat.pickup.thebetweenlands.marshmallow_pink":3,"stat.leaveGame":18,"stat.mineBlock.rustic.leaves":8,"stat.craftItem.betterwithmods.rope":2,"stat.pickup.ceramics.clay_bucket_block":4,"stat.craftItem.minecraft.string":664,"stat.pickup.totemic.totem_torch":8,"stat.drop.minecraft.feather":67,"stat.pickup.horsepower.hand_grindstone":2,"stat.pickup.natura.materials":1309,"stat.pickup.animalium.wild_dog_pelt":4,"stat.pickup.betterwithmods.hand_crank":7,"stat.killEntity.thebetweenlands.dark_druid":7,"stat.pickup.primal_tech.fibre_torch_lit":8,"stat.pickup.tcomplement.materials":3,"stat.craftItem.thebetweenlands.octine_pickaxe":2,"stat.pickup.primal.wolf_head_item":13,"stat.pickup.integrateddynamics.menril_sapling":15,"stat.entityKilledBy.trumpetskeleton.TrumpetSkeleton":1,"stat.pickup.death_compass.death_compass":3,"stat.mineBlock.ceramics.clay_barrel":5,"stat.killEntity.thebetweenlands.dragonfly":1,"stat.mineBlock.primal.salt_netjry_block":1,"stat.craftItem.minecraft.bed":2,"stat.pickup.primal.armor_wolf_body":1,"stat.mineBlock.minecraft.vine":4,"stat.pickup.minecraft.melon_block":15,"stat.pickup.rustic.wildberries":12,"stat.killEntity.ZombieVillager":2,"stat.craftItem.thebetweenlands.purifier":1,"stat.pickup.thebetweenlands.sap_ball":3,"stat.craftItem.primal.flint_workblade":1,"stat.killEntity.thebetweenlands.swamp_hag":1,"stat.pickup.minecraft.beef":128,"stat.drop.tcomplement.materials":2,"stat.mineBlock.abyssalcraft.dltlog":2,"stat.pickup.rustic.apiary":2,"stat.craftItem.minecraft.beef":1,"stat.drop.minecraft.lead":3,"stat.mineBlock.contenttweaker.sub_block_holder_0":51,"stat.craftItem.primal.leather_cordage":6,"stat.useItem.minecraft.dye":72,"stat.pickup.actuallyadditions.item_dust":2,"stat.pickup.ferdinandsflowers.block_cff_flowers":3,"stat.killEntity.rainbow_golem":1,"stat.pickup.chisel.marble2":9,"stat.mineBlock.minecraft.tallgrass":115,"stat.pickup.totemic.jingle_dress":1,"stat.pickup.immersiveengineering.material":5,"stat.useItem.minecraft.stone":30,"stat.craftItem.betterwithmods.single_machine":1,"stat.mineBlock.primalchests.primal_chest_advanced":10,"stat.pickup.thebetweenlands.rotten_food":10,"stat.pickup.actuallyadditions.item_food":18,"stat.mineBlock.minecraft.chest":6,"stat.mineBlock.rustic.condenser":4,"stat.pickup.rustic.condenser":4,"stat.drop.primal_tech.rock":1,"stat.killEntity.thebetweenlands.gecko":1,"stat.useItem.chisel.marble2":3,"stat.useItem.minecraft.reeds":22,"stat.pickup.ceramics.channel":3,"stat.pickup.minecraft.wheat_seeds":45,"stat.pickup.pickletweaks.dye_powder":7,"stat.mineBlock.minecraft.dirt":902,"stat.pickup.thebetweenlands.crimson_middle_gem_ore":1,"stat.pickup.betterwithmods.bark":65,"stat.mineBlock.mekanism.saltblock":26,"stat.pickup.abyssalcraft.shadowfragment":7,"stat.useItem.minecraft.cobblestone":155,"stat.useItem.minecraft.gravel":5,"stat.mineBlock.primal.thatch":3,"stat.mineBlock.minecraft.double_plant":18,"stat.useItem.natura.overworld_planks":2,"stat.drop.minecraft.carrot":1,"stat.useItem.primal.mud_clump":4,"stat.pickup.minecraft.apple":31,"stat.pickup.thebetweenlands.octine_pickaxe":1,"stat.mineBlock.primal.blue_stone":1,"stat.pickup.improvedbackpacks.backpack":3,"stat.drop.primal.flint_hatchet":1,"stat.pickup.primal.wolf_meat_cooked":21,"stat.mineBlock.abyssalcraft.coraliumore":33,"stat.pickup.natura.overworld_planks":224,"stat.mineBlock.integrateddynamics.menril_log":3,"stat.mineBlock.minecraft.log":41,"stat.pickup.primal_tech.work_stump":4,"stat.pickup.totemic.wind_chime":4,"stat.pickup.minecraft.red_flower":83,"stat.pickup.abyssalcraft.dltlog":175,"stat.pickup.primal.shark_tooth":16,"stat.mineBlock.betterwithmods.single_machine":11,"stat.pickup.rustic.rope":24,"stat.craftItem.thebetweenlands.weedwood_workbench":1,"stat.mineBlock.tcomplement.porcelain_tank":1,"stat.pickup.primal.corn_cob":1,"stat.useItem.minecraft.iron_axe":265,"stat.pickup.antiqueatlas.empty_antique_atlas":2,"stat.mineBlock.minecraft.yellow_flower":2,"stat.pickup.abyssalcraft.corflesh":16,"stat.craftItem.wopper.wopper":17,"stat.craftItem.minecraft.wool":6,"stat.mineBlock.astralsorcery.blockcustomore":100,"stat.pickup.thebetweenlands.smooth_cragrock":1,"stat.pickup.traverse.red_autumnal_sapling":16,"stat.mineBlock.abyssalcraft.dltlog2":5,"stat.useItem.minecraft.egg":9,"stat.pickup.animalium.rat_meat":1,"stat.craftItem.minecraft.cooked_beef":16,"stat.pickup.animalium.bear_meat":2,"stat.mineBlock.totemic.totem_torch":8,"stat.flyOneCm":6371106,"stat.pickup.rustic.honeycomb":419,"stat.pickup.minecraft.fish":8,"stat.pickup.rustic.slate":15,"stat.timeSinceDeath":10998,"stat.pickup.wopper.wopper":1,"stat.drop.thebetweenlands.octine_axe":1,"stat.mineBlock.twilightforest.firefly_jar":3,"stat.useItem.minecraft.potato":20,"stat.craftItem.pickletweaks.bronze_shovel":2,"stat.useItem.natura.overworld_seeds":127,"stat.killEntity.Wolf":1,"stat.talkedToVillager":29,"stat.craftItem.minecraft.stone_hoe":20,"stat.mineBlock.minecraft.red_mushroom_block":49,"stat.pickup.minecraft.string":15,"stat.pickup.totemic.cedar_sapling":9,"stat.mineBlock.thebetweenlands.mob_spawner":1,"stat.pickup.minecraft.bone_block":41,"stat.useItem.animalium.bear_claw_paxel":451,"stat.mineBlock.rustic.wildberry_bush":43,"stat.pickup.totemic.flute":5,"stat.craftItem.primal.plant_cloth":1,"stat.pickup.primal.bat_meat_raw":1,"stat.pickup.primal_tech.bone_pickaxe":1,"stat.pickup.minecraft.snowball":24,"stat.diveOneCm":491092,"stat.mineBlock.thebetweenlands.cattail":1,"stat.pickup.minecraft.stone_axe":6,"stat.drop.totemic.eagle_bone_whistle":1,"stat.craftItem.pickletweaks.grass_mesh":1,"stat.craftItem.improvedbackpacks.upgrade":20,"stat.drop.minecraft.apple":1,"stat.jump":25111,"stat.pickup.primal.pelt_llama":2,"stat.pickup.animalium.bear_claw":27,"stat.pickup.totemic.tipi":2,"stat.craftItem.minecraft.torch":22,"stat.drop.betterwithmods.material":4,"stat.pickup.primal_tech.stone_mallet":2,"stat.useItem.pickletweaks.bronze_pickaxe":1168,"stat.pickup.primal.pelt_horse":1,"stat.mineBlock.primal.corn_stalk":2,"stat.pickup.minecraft.stone_shovel":2,"stat.pickup.rustic.log":24,"stat.useItem.minecraft.sapling":11,"stat.craftItem.immcraft.rock":180,"stat.pickup.ceramics.clay_barrel_unfired":1,"stat.damageTaken":16231,"stat.mineBlock.minecraft.melon_block":15,"stat.pickup.primal.flint_knapp":6,"stat.pickup.immersiveengineering.metal":36,"stat.mineBlock.minecraft.sapling":5,"stat.pickup.minecraft.log2":2,"stat.pickup.minecraft.bed":2,"stat.pickup.minecraft.potato":99,"stat.useItem.forge.bucketfilled":2,"stat.entityKilledBy.Zombie":3,"stat.useItem.betterwithmods.moulding_wood":9,"stat.mineBlock.primal_tech.charcoal_block":4,"stat.craftItem.horsepower.chopping_block":1,"stat.useItem.minecraft.air":269,"stat.animalsBred":1,"stat.useItem.minecraft.chest":26,"stat.craftItem.rustic.crushing_tub":5,"stat.pickup.thebetweenlands.lurker_skin_shield":1,"stat.mineBlock.thebetweenlands.octine_block":5,"stat.craftItem.improvedbackpacks.backpack":4,"stat.useItem.rustic.rope":23,"stat.drop.minecraft.wooden_slab":1,"stat.drop.betterwithmods.raw_egg":3,"stat.pickup.minecraft.ladder":1,"stat.pickup.ferdinandsflowers.block_cff_doubles":2,"stat.mineBlock.thebetweenlands.aqua_middle_gem_ore":1,"stat.pickup.minecraft.torch":108,"stat.craftItem.betterwithmods.slats":8,"stat.mineBlock.astralsorcery.blockgeolosyssamplecluster":8,"stat.pickup.ceramics.clay_helmet":1,"stat.mineBlock.immcraft.chest":18,"stat.drop.minecraft.waterlily":5,"stat.pickup.primal_tech.bone_shears":4,"stat.pickup.horsepower.chopper":1,"stat.pickup.natura.overworld_logs2":280,"stat.killEntity.trumpetskeleton.TrumpetSkeleton":6,"stat.pickup.astikorcarts.cargocart":2,"stat.useItem.minecraft.farmland":67,"stat.pickup.immcraft.shelf":3,"stat.pickup.primal.flint_point":2,"stat.useItem.minecraft.planks":61,"stat.pickup.betterwithmods.aesthetic":1,"stat.pickup.minecraft.porkchop":173,"stat.pickup.spartanshields.shield_basic_wood":2,"stat.killEntity.thebetweenlands.blood_snail":4,"stat.useItem.minecraft.water_bucket":10,"stat.mineBlock.primal_tech.wooden_basin":3,"stat.pickup.minecraft.sand":73,"stat.mineBlock.rustic.beehive":2,"stat.killEntity.bear":1,"stat.mineBlock.appliedenergistics2.grindstone":2,"stat.mineBlock.thebetweenlands.cragrock_brick_slab":2,"stat.pickup.spartanshields.shield_basic_stone":2,"stat.pickup.primal.sharp_bone":4,"stat.entityKilledBy.totemic:baykok":1,"stat.drop.astralsorcery.itemjournal":1,"stat.pickup.thebetweenlands.black_hat_mushroom_item":2,"stat.mineBlock.horsepower.hand_grindstone":2,"stat.useItem.totemic.cooked_buffalo_meat":1,"stat.craftItem.minecraft.hardened_clay":9,"stat.pickup.actuallyadditions.item_worm":69,"stat.pickup.thebetweenlands.mud":3,"stat.pickup.traverse.orange_autumnal_sapling":3,"stat.drop.ceramics.clay_bucket":4,"stat.useItem.minecraft.oak_stairs":3,"stat.pickup.primal.armor_wolf_feet":1,"stat.pickup.minecraft.furnace":1,"stat.pickup.pickletweaks.bronze_pickaxe":1,"stat.pickup.thebetweenlands.sapling_weedwood":1,"stat.pickup.minecraft.iron_chestplate":1,"stat.pickup.thebetweenlands.aqua_middle_gem_ore":1,"stat.mineBlock.rustic.apiary":2,"stat.useItem.astikorcarts.cargocart":2,"stat.craftItem.rustic.apiary":7,"stat.mineBlock.totemic.cedar_leaves":37,"stat.pickup.betterwithmods.raw_egg":9,"stat.mineBlock.minecraft.oak_stairs":6,"stat.playOneMinute":2128261,"stat.pickup.tconstruct.rack":33,"stat.drop.minecraft.string":1,"stat.pickup.betterwithmods.mystery_meat":7,"stat.pickup.natura.overworld_seeds":921,"stat.mineBlock.minecraft.brown_mushroom_block":50,"stat.mineBlock.thebetweenlands.waystone":1,"stat.craftItem.primal.plant_cordage":219,"stat.pickup.chisel.dirt":36,"stat.drop.abyssalcraft.dltsapling":2,"stat.pickup.totemic.eagle_drops":4,"stat.useItem.thebetweenlands.cragrock":2,"stat.drop.minecraft.flint":1,"stat.drop.thebetweenlands.marshmallow_pink":1,"stat.mineBlock.rustic.slate":15,"stat.pickup.abyssalcraft.dltsapling":4,"stat.craftItem.appliedenergistics2.grindstone":1,"stat.fallOneCm":985924,"stat.mineBlock.betterwithmods.hand_crank":2,"stat.useItem.progressiontweaks.spear":1,"stat.pickup.thebetweenlands.swamp_dirt":2,"stat.craftItem.minecraft.chest":29,"stat.pickup.minecraft.red_mushroom":12,"stat.pickup.chiselsandbits.chisel_stone":1,"stat.pickup.minecraft.feather":2504,"stat.mineBlock.geolosys.ore_sample":2,"stat.craftItem.ceramics.clay_boots":1,"stat.killEntity.thebetweenlands.lurker":1,"stat.mineBlock.natura.overworld_logs2":1,"stat.pickup.primal.thatching_dry":8,"stat.killEntity.karate_zombie":5,"stat.pickup.minecraft.lead":14,"stat.craftItem.betterwithmods.saw":1,"stat.useItem.minecraft.stone_pickaxe":94,"stat.useItem.minecraft.stone_sword":211,"stat.killEntity.creeper":1,"stat.drop.primal.plant_fiber":6,"stat.craftItem.primal_tech.rock":3,"stat.pickup.betterwithmods.siding_wood":36,"stat.pickup.totemic.rattle":3,"stat.drop.minecraft.stick":4,"stat.useItem.minecraft.bone_block":1,"stat.useItem.animalium.bear_meat_cooked":1,"stat.craftItem.ceramics.clay_bucket":4,"stat.pickup.minecraft.log":985,"stat.pickup.primal.slat_oak":32,"stat.pickup.minecraft.wooden_door":6,"stat.entityKilledBy.Enderman":1,"stat.mineBlock.primal.mud_dried":24,"stat.pickup.rustic.marsh_mallow":4,"stat.mineBlock.primal.mud_wet":1,"stat.killEntity.PolarBear":1,"stat.craftItem.betterwithmods.wicker":28,"stat.useItem.thebetweenlands.log_nibbletwig":2,"stat.useItem.minecraft.stone_hoe":792,"stat.drop.actuallyadditions.item_dust":2,"stat.mineBlock.thebetweenlands.weeping_blue":1,"stat.pickup.natura.overworld_sapling2":73,"stat.useItem.minecraft.beetroot_seeds":1,"stat.sneakTime":32049,"stat.mineBlock.thebetweenlands.swamp_tallgrass":24,"stat.useItem.minecraft.beetroot":8,"stat.pickup.minecraft.chest":6,"stat.pickup.thebetweenlands.green_middle_gem_ore":2,"stat.drop.minecraft.beetroot":6,"stat.mineBlock.actuallyadditions.block_misc":46,"stat.pickup.betterwithmods.saw":4,"stat.swimOneCm":283847,"stat.pickup.primal.ash_wolf":2,"stat.mineBlock.thebetweenlands.green_middle_gem_ore":2,"stat.useItem.thebetweenlands.octine_pickaxe":898,"stat.useItem.minecraft.dirt":999,"stat.pickup.simplyarrows.arrow_bone":26,"stat.pickup.animalium.bear_claw_paxel":1,"stat.mineBlock.thebetweenlands.wisp":1,"stat.craftItem.extendedcrafting.handheld_table":2,"stat.pickup.geolosys.cluster":554,"stat.useItem.minecraft.stone_shovel":587,"stat.mineBlock.chisel.limestone2":32,"stat.pickup.appliedenergistics2.material":1,"stat.useItem.chisel.limestone2":3,"stat.pickup.betterwithmods.axle_generator":1,"stat.craftItem.minecraft.wooden_slab":276,"stat.pickup.thebetweenlands.frog_legs_raw":3,"stat.mineBlock.thebetweenlands.weedwood_chest":1,"stat.useItem.animalium.rat_meat_cooked":1,"stat.drop.minecraft.log":51,"stat.pickup.minecraft.mutton":16,"stat.pickup.thebetweenlands.angler_meat_cooked":14,"stat.pickup.betterwithmods.moulding_wood":20,"stat.useItem.astikorcarts.plowcart":4,"stat.pickup.dungpipe.dung_pipe":2,"stat.drop.minecraft.beetroot_seeds":15,"stat.pickup.thebetweenlands.basilisk_arrow":3,"stat.useItem.pickletweaks.bronze_shovel":936,"stat.killEntity.rat":2,"stat.craftItem.animalium.bear_claw_paxel":2,"stat.craftItem.improvedbackpacks.blank_upgrade":8,"stat.mineBlock.tcomplement.porcelain_melter":1,"stat.useItem.betterwithmods.siding_wood":7,"stat.craftItem.minecraft.stone":1,"stat.pickup.integrateddynamics.menril_log":4,"stat.mineBlock.minecraft.crafting_table":1,"stat.useItem.minecraft.carrot":10,"stat.pickup.natura.overworld_sapling":9,"stat.mineBlock.traverse.orange_autumnal_leaves":1,"stat.pickup.thebetweenlands.swamp_talisman":2,"stat.craftItem.primal.flint_hatchet":1,"stat.useItem.rustic.apiary":5,"stat.pickup.primal.animal_fat":178,"stat.mineBlock.totemic.cedar_sapling":2,"stat.pickup.integrateddynamics.crystalized_menril_chunk":9,"stat.pickup.primal_tech.fluid_bladder":2,"stat.pickup.minecraft.gravel":155,"stat.craftItem.actuallyadditions.block_compost":1,"stat.drop.minecraft.cooked_porkchop":75,"stat.craftItem.betterwithmods.manual":1,"stat.pickup.astralsorcery.itemrockcrystalsimple":118,"stat.killEntity.primal:bear_black":7,"stat.pickup.minecraft.brick":3,"stat.craftItem.tconstruct.rack":82,"stat.pickup.minecraft.iron_helmet":1,"stat.useItem.betterwithaddons.food_carrot_baked":4,"stat.pickup.minecraft.spider_eye":4,"stat.pickup.betterwithaddons.log_mulberry":90,"stat.mineBlock.thebetweenlands.algae":3,"stat.mineBlock.geolosys.ore":335,"stat.craftItem.thebetweenlands.lurker_skin_shield":1,"stat.pickup.totemic.cedar_log":38,"stat.pickup.minecraft.leather":4,"stat.pickup.minecraft.reeds":641,"stat.useItem.jarm.oak_raft":50,"stat.craftItem.ceramics.clay_chestplate":1,"stat.sleepInBed":17,"stat.pickup.horsepower.press":1,"stat.killEntity.Cow":70,"stat.killEntity.Pig":84,"stat.walkOneCm":3816023,"stat.pickup.minecraft.clay_ball":317,"stat.killEntity.totemic:buffalo":6,"stat.killEntity.piranha":26,"stat.craftItem.primal.leather_strip":36,"stat.pickup.natura.overworld_slab2":33,"stat.pickup.minecraft.stone":99,"stat.pickup.totemic.drum":5,"stat.pickup.minecraft.gold_ingot":9,"stat.killEntity.Skeleton":23,"stat.killEntity.wild_dog":3,"stat.killEntity.Spider":10,"stat.drop.bloodmagic.sacrificial_dagger":1,"stat.pickup.astralsorcery.itemcraftingcomponent":56,"stat.pickup.progressiontweaks.stone_hammer":2,"stat.mineBlock.geolosys.ore_sample_vanilla":1,"stat.pickup.primal_tech.work_stump_upgraded":4,"stat.pickup.minecraft.water_bucket":1,"stat.mineBlock.thebetweenlands.root":2,"stat.craftItem.minecraft.porkchop":2,"stat.mineBlock.minecraft.stone":1037,"stat.mineBlock.immcraft.sticks":12} \ No newline at end of file diff --git a/world/traverse/instance_version.json b/world/traverse/instance_version.json new file mode 100644 index 0000000..8b2787e --- /dev/null +++ b/world/traverse/instance_version.json @@ -0,0 +1,7 @@ +{ + "version": { + "major": 1, + "minor": 6, + "patch": 0 + } +} \ No newline at end of file